diff --git a/Cargo.lock b/Cargo.lock deleted file mode 100644 index 2b4d05e..0000000 --- a/Cargo.lock +++ /dev/null @@ -1,8928 +0,0 @@ -# This file is automatically @generated by Cargo. -# It is not intended for manual editing. -version = 4 - -[[package]] -name = "addr2line" -version = "0.25.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1b5d307320b3181d6d7954e663bd7c774a838b8220fe0593c86d9fb09f498b4b" -dependencies = [ - "gimli", -] - -[[package]] -name = "adler2" -version = "2.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa" - -[[package]] -name = "ahash" -version = "0.8.12" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75" -dependencies = [ - "cfg-if", - "getrandom 0.3.4", - "once_cell", - "version_check", - "zerocopy", -] - -[[package]] -name = "aho-corasick" -version = "1.1.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301" -dependencies = [ - "memchr", -] - -[[package]] -name = "aligned-vec" -version = "0.6.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dc890384c8602f339876ded803c97ad529f3842aba97f6392b3dba0dd171769b" -dependencies = [ - "equator", -] - -[[package]] -name = "allocator-api2" -version = "0.2.21" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923" - -[[package]] -name = "android_system_properties" -version = "0.1.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" -dependencies = [ - "libc", -] - -[[package]] -name = "anes" -version = "0.1.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299" - -[[package]] -name = "anstyle" -version = "1.0.13" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78" - -[[package]] -name = "anyhow" -version = "1.0.100" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61" - -[[package]] -name = "arbitrary" -version = "1.4.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c3d036a3c4ab069c7b410a2ce876bd74808d2d0888a82667669f8e783a898bf1" -dependencies = [ - "derive_arbitrary", -] - -[[package]] -name = "arc-swap" -version = "1.7.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "69f7f8c3906b62b754cd5326047894316021dcfe5a194c8ea52bdd94934a3457" - -[[package]] -name = "archery" -version = "1.2.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "70e0a5f99dfebb87bb342d0f53bb92c81842e100bbb915223e38349580e5441d" -dependencies = [ - "triomphe", -] - -[[package]] -name = "ark-bls12-381" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c775f0d12169cba7aae4caeb547bb6a50781c7449a8aa53793827c9ec4abf488" -dependencies = [ - "ark-ec 0.4.2", - "ark-ff 0.4.2", - "ark-serialize 0.4.2", - "ark-std 0.4.0", -] - -[[package]] -name = "ark-bn254" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a22f4561524cd949590d78d7d4c5df8f592430d221f7f3c9497bbafd8972120f" -dependencies = [ - "ark-ec 0.4.2", - "ark-ff 0.4.2", - "ark-std 0.4.0", -] - -[[package]] -name = "ark-bn254" -version = "0.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d69eab57e8d2663efa5c63135b2af4f396d66424f88954c21104125ab6b3e6bc" -dependencies = [ - "ark-ec 0.5.0", - "ark-ff 0.5.0", - "ark-std 0.5.0", -] - -[[package]] -name = "ark-crypto-primitives" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1f3a13b34da09176a8baba701233fdffbaa7c1b1192ce031a3da4e55ce1f1a56" -dependencies = [ - "ark-ec 0.4.2", - "ark-ff 0.4.2", - "ark-relations", - "ark-serialize 0.4.2", - "ark-snark", - "ark-std 0.4.0", - "blake2", - "derivative", - "digest", - "sha2", -] - -[[package]] -name = "ark-ec" -version = "0.4.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "defd9a439d56ac24968cca0571f598a61bc8c55f71d50a89cda591cb750670ba" -dependencies = [ - "ark-ff 0.4.2", - "ark-poly 0.4.2", - "ark-serialize 0.4.2", - "ark-std 0.4.0", - "derivative", - "hashbrown 0.13.2", - "itertools 0.10.5", - "num-traits", - "zeroize", -] - -[[package]] -name = "ark-ec" -version = "0.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "43d68f2d516162846c1238e755a7c4d131b892b70cc70c471a8e3ca3ed818fce" -dependencies = [ - "ahash", - "ark-ff 0.5.0", - "ark-poly 0.5.0", - "ark-serialize 0.5.0", - "ark-std 0.5.0", - "educe", - "fnv", - "hashbrown 0.15.5", - "itertools 0.13.0", - "num-bigint", - "num-integer", - "num-traits", - "zeroize", -] - -[[package]] -name = "ark-ff" -version = "0.4.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ec847af850f44ad29048935519032c33da8aa03340876d351dfab5660d2966ba" -dependencies = [ - "ark-ff-asm 0.4.2", - "ark-ff-macros 0.4.2", - "ark-serialize 0.4.2", - "ark-std 0.4.0", - "derivative", - "digest", - "itertools 0.10.5", - "num-bigint", - "num-traits", - "paste", - "rustc_version", - "zeroize", -] - -[[package]] -name = "ark-ff" -version = "0.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a177aba0ed1e0fbb62aa9f6d0502e9b46dad8c2eab04c14258a1212d2557ea70" -dependencies = [ - "ark-ff-asm 0.5.0", - "ark-ff-macros 0.5.0", - "ark-serialize 0.5.0", - "ark-std 0.5.0", - "arrayvec", - "digest", - "educe", - "itertools 0.13.0", - "num-bigint", - "num-traits", - "paste", - "zeroize", -] - -[[package]] -name = "ark-ff-asm" -version = "0.4.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3ed4aa4fe255d0bc6d79373f7e31d2ea147bcf486cba1be5ba7ea85abdb92348" -dependencies = [ - "quote", - "syn 1.0.109", -] - -[[package]] -name = "ark-ff-asm" -version = "0.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "62945a2f7e6de02a31fe400aa489f0e0f5b2502e69f95f853adb82a96c7a6b60" -dependencies = [ - "quote", - "syn 2.0.111", -] - -[[package]] -name = "ark-ff-macros" -version = "0.4.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7abe79b0e4288889c4574159ab790824d0033b9fdcb2a112a3182fac2e514565" -dependencies = [ - "num-bigint", - "num-traits", - "proc-macro2", - "quote", - "syn 1.0.109", -] - -[[package]] -name = "ark-ff-macros" -version = "0.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "09be120733ee33f7693ceaa202ca41accd5653b779563608f1234f78ae07c4b3" -dependencies = [ - "num-bigint", - "num-traits", - "proc-macro2", - "quote", - "syn 2.0.111", -] - -[[package]] -name = "ark-groth16" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "20ceafa83848c3e390f1cbf124bc3193b3e639b3f02009e0e290809a501b95fc" -dependencies = [ - "ark-crypto-primitives", - "ark-ec 0.4.2", - "ark-ff 0.4.2", - "ark-poly 0.4.2", - "ark-relations", - "ark-serialize 0.4.2", - "ark-std 0.4.0", -] - -[[package]] -name = "ark-poly" -version = "0.4.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d320bfc44ee185d899ccbadfa8bc31aab923ce1558716e1997a1e74057fe86bf" -dependencies = [ - "ark-ff 0.4.2", - "ark-serialize 0.4.2", - "ark-std 0.4.0", - "derivative", - "hashbrown 0.13.2", -] - -[[package]] -name = "ark-poly" -version = "0.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "579305839da207f02b89cd1679e50e67b4331e2f9294a57693e5051b7703fe27" -dependencies = [ - "ahash", - "ark-ff 0.5.0", - "ark-serialize 0.5.0", - "ark-std 0.5.0", - "educe", - "fnv", - "hashbrown 0.15.5", -] - -[[package]] -name = "ark-poly-commit" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5a741492629ffcd228337676dc223a28551aa6792eedb8a2a22c767f00df6c89" -dependencies = [ - "ark-crypto-primitives", - "ark-ec 0.4.2", - "ark-ff 0.4.2", - "ark-poly 0.4.2", - "ark-relations", - "ark-serialize 0.4.2", - "ark-std 0.4.0", - "derivative", - "digest", -] - -[[package]] -name = "ark-relations" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "00796b6efc05a3f48225e59cb6a2cda78881e7c390872d5786aaf112f31fb4f0" -dependencies = [ - "ark-ff 0.4.2", - "ark-std 0.4.0", - "tracing", - "tracing-subscriber 0.2.25", -] - -[[package]] -name = "ark-serialize" -version = "0.4.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "adb7b85a02b83d2f22f89bd5cac66c9c89474240cb6207cb1efc16d098e822a5" -dependencies = [ - "ark-serialize-derive 0.4.2", - "ark-std 0.4.0", - "digest", - "num-bigint", -] - -[[package]] -name = "ark-serialize" -version = "0.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3f4d068aaf107ebcd7dfb52bc748f8030e0fc930ac8e360146ca54c1203088f7" -dependencies = [ - "ark-serialize-derive 0.5.0", - "ark-std 0.5.0", - "arrayvec", - "digest", - "num-bigint", -] - -[[package]] -name = "ark-serialize-derive" -version = "0.4.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ae3281bc6d0fd7e549af32b52511e1302185bd688fd3359fa36423346ff682ea" -dependencies = [ - "proc-macro2", - "quote", - "syn 1.0.109", -] - -[[package]] -name = "ark-serialize-derive" -version = "0.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "213888f660fddcca0d257e88e54ac05bca01885f258ccdf695bafd77031bb69d" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.111", -] - -[[package]] -name = "ark-snark" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "84d3cc6833a335bb8a600241889ead68ee89a3cf8448081fb7694c0fe503da63" -dependencies = [ - "ark-ff 0.4.2", - "ark-relations", - "ark-serialize 0.4.2", - "ark-std 0.4.0", -] - -[[package]] -name = "ark-std" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "94893f1e0c6eeab764ade8dc4c0db24caf4fe7cbbaafc0eba0a9030f447b5185" -dependencies = [ - "num-traits", - "rand 0.8.5", -] - -[[package]] -name = "ark-std" -version = "0.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "246a225cc6131e9ee4f24619af0f19d67761fff15d7ccc22e42b80846e69449a" -dependencies = [ - "num-traits", - "rand 0.8.5", -] - -[[package]] -name = "arrayref" -version = "0.3.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb" - -[[package]] -name = "arrayvec" -version = "0.7.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50" - -[[package]] -name = "asn1-rs" -version = "0.7.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "56624a96882bb8c26d61312ae18cb45868e5a9992ea73c58e45c3101e56a1e60" -dependencies = [ - "asn1-rs-derive", - "asn1-rs-impl", - "displaydoc", - "nom 7.1.3", - "num-traits", - "rusticata-macros", - "thiserror 2.0.17", - "time", -] - -[[package]] -name = "asn1-rs-derive" -version = "0.6.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3109e49b1e4909e9db6515a30c633684d68cdeaa252f215214cb4fa1a5bfee2c" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.111", - "synstructure", -] - -[[package]] -name = "asn1-rs-impl" -version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b18050c2cd6fe86c3a76584ef5e0baf286d038cda203eb6223df2cc413565f7" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.111", -] - -[[package]] -name = "asn1_der" -version = "0.7.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "155a5a185e42c6b77ac7b88a15143d930a9e9727a5b7b77eed417404ab15c247" - -[[package]] -name = "async-channel" -version = "2.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "924ed96dd52d1b75e9c1a3e6275715fd320f5f9439fb5a4a11fa51f4221158d2" -dependencies = [ - "concurrent-queue", - "event-listener-strategy", - "futures-core", - "pin-project-lite", -] - -[[package]] -name = "async-ctrlc" -version = "1.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "907279f6e91a51c8ec7cac24711e8308f21da7c10c7700ca2f7e125694ed2df1" -dependencies = [ - "ctrlc", -] - -[[package]] -name = "async-io" -version = "2.6.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "456b8a8feb6f42d237746d4b3e9a178494627745c3c56c6ea55d92ba50d026fc" -dependencies = [ - "autocfg", - "cfg-if", - "concurrent-queue", - "futures-io", - "futures-lite", - "parking", - "polling", - "rustix 1.1.2", - "slab", - "windows-sys 0.61.2", -] - -[[package]] -name = "async-recursion" -version = "1.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.111", -] - -[[package]] -name = "async-stream" -version = "0.3.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476" -dependencies = [ - "async-stream-impl", - "futures-core", - "pin-project-lite", -] - -[[package]] -name = "async-stream-impl" -version = "0.3.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.111", -] - -[[package]] -name = "async-trait" -version = "0.1.89" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.111", -] - -[[package]] -name = "asynchronous-codec" -version = "0.7.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a860072022177f903e59730004fb5dc13db9275b79bb2aef7ba8ce831956c233" -dependencies = [ - "bytes", - "futures-sink", - "futures-util", - "memchr", - "pin-project-lite", -] - -[[package]] -name = "atomic-waker" -version = "1.1.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" - -[[package]] -name = "attohttpc" -version = "0.24.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8d9a9bf8b79a749ee0b911b91b671cc2b6c670bdbc7e3dfd537576ddc94bb2a2" -dependencies = [ - "http 0.2.12", - "log", - "url", -] - -[[package]] -name = "attohttpc" -version = "0.30.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "16e2cdb6d5ed835199484bb92bb8b3edd526effe995c61732580439c1a67e2e9" -dependencies = [ - "base64 0.22.1", - "http 1.4.0", - "log", - "url", -] - -[[package]] -name = "autocfg" -version = "1.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" - -[[package]] -name = "axum" -version = "0.7.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "edca88bc138befd0323b20752846e6587272d3b03b0343c8ea28a6f819e6e71f" -dependencies = [ - "async-trait", - "axum-core", - "bytes", - "futures-util", - "http 1.4.0", - "http-body 1.0.1", - "http-body-util", - "hyper 1.8.1", - "hyper-util", - "itoa", - "matchit", - "memchr", - "mime", - "percent-encoding", - "pin-project-lite", - "rustversion", - "serde", - "serde_json", - "serde_path_to_error", - "serde_urlencoded", - "sync_wrapper", - "tokio", - "tower 0.5.2", - "tower-layer", - "tower-service", - "tracing", -] - -[[package]] -name = "axum-core" -version = "0.4.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "09f2bd6146b97ae3359fa0cc6d6b376d9539582c7b4220f041a33ec24c226199" -dependencies = [ - "async-trait", - "bytes", - "futures-util", - "http 1.4.0", - "http-body 1.0.1", - "http-body-util", - "mime", - "pin-project-lite", - "rustversion", - "sync_wrapper", - "tower-layer", - "tower-service", - "tracing", -] - -[[package]] -name = "az" -version = "1.2.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b7e4c2464d97fe331d41de9d5db0def0a96f4d823b8b32a2efd503578988973" - -[[package]] -name = "backoff" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b62ddb9cb1ec0a098ad4bbf9344d0713fa193ae1a80af55febcff2627b6a00c1" -dependencies = [ - "getrandom 0.2.16", - "instant", - "rand 0.8.5", -] - -[[package]] -name = "backon" -version = "1.6.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cffb0e931875b666fc4fcb20fee52e9bbd1ef836fd9e9e04ec21555f9f85f7ef" -dependencies = [ - "fastrand", - "gloo-timers", - "tokio", -] - -[[package]] -name = "backtrace" -version = "0.3.76" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bb531853791a215d7c62a30daf0dde835f381ab5de4589cfe7c649d2cbe92bd6" -dependencies = [ - "addr2line", - "cfg-if", - "libc", - "miniz_oxide", - "object", - "rustc-demangle", - "windows-link", -] - -[[package]] -name = "base-x" -version = "0.2.11" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4cbbc9d0964165b47557570cce6c952866c2678457aca742aafc9fb771d30270" - -[[package]] -name = "base16ct" -version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf" - -[[package]] -name = "base256emoji" -version = "1.0.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b5e9430d9a245a77c92176e649af6e275f20839a48389859d1661e9a128d077c" -dependencies = [ - "const-str", - "match-lookup", -] - -[[package]] -name = "base64" -version = "0.21.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" - -[[package]] -name = "base64" -version = "0.22.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" - -[[package]] -name = "base64ct" -version = "1.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "55248b47b0caf0546f7988906588779981c43bb1bc9d0c44087278f80cdb44ba" - -[[package]] -name = "bincode" -version = "1.3.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad" -dependencies = [ - "serde", -] - -[[package]] -name = "bindgen" -version = "0.72.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "993776b509cfb49c750f11b8f07a46fa23e0a1386ffc01fb1e7d343efc387895" -dependencies = [ - "bitflags 2.10.0", - "cexpr", - "clang-sys", - "itertools 0.13.0", - "proc-macro2", - "quote", - "regex", - "rustc-hash", - "shlex", - "syn 2.0.111", -] - -[[package]] -name = "bitflags" -version = "1.3.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" - -[[package]] -name = "bitflags" -version = "2.10.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3" - -[[package]] -name = "bitvec" -version = "1.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c" -dependencies = [ - "funty", - "radium", - "tap", - "wyz", -] - -[[package]] -name = "blake2" -version = "0.10.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "46502ad458c9a52b69d4d4d32775c788b7a1b85e8bc9d482d92250fc0e3f8efe" -dependencies = [ - "digest", -] - -[[package]] -name = "block-buffer" -version = "0.10.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" -dependencies = [ - "generic-array 0.14.7", -] - -[[package]] -name = "block2" -version = "0.6.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cdeb9d870516001442e364c5220d3574d2da8dc765554b4a617230d33fa58ef5" -dependencies = [ - "objc2", -] - -[[package]] -name = "blst" -version = "0.3.16" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dcdb4c7013139a150f9fc55d123186dbfaba0d912817466282c73ac49e71fb45" -dependencies = [ - "cc", - "glob", - "threadpool", - "zeroize", -] - -[[package]] -name = "broadcast-service" -version = "0.1.0" -source = "git+https://github.com/logos-co/nomos-node.git?branch=master#2f60a0372c228968c3526c341ebc7e58bbd178dd" -dependencies = [ - "async-trait", - "derivative", - "futures", - "nomos-core", - "overwatch", - "serde", - "tokio", - "tokio-stream", - "tracing", -] - -[[package]] -name = "bs58" -version = "0.5.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bf88ba1141d185c399bee5288d850d63b8369520c1eafc32a0430b5b6c287bf4" -dependencies = [ - "tinyvec", -] - -[[package]] -name = "bstr" -version = "1.12.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "63044e1ae8e69f3b5a92c736ca6269b8d12fa7efe39bf34ddb06d102cf0e2cab" -dependencies = [ - "memchr", - "serde", -] - -[[package]] -name = "bumpalo" -version = "3.19.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43" - -[[package]] -name = "bytemuck" -version = "1.24.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1fbdf580320f38b612e485521afda1ee26d10cc9884efaaa750d383e13e3c5f4" - -[[package]] -name = "byteorder" -version = "1.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" - -[[package]] -name = "bytes" -version = "1.11.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b35204fbdc0b3f4446b89fc1ac2cf84a8a68971995d0bf2e925ec7cd960f9cb3" -dependencies = [ - "serde", -] - -[[package]] -name = "bzip2-sys" -version = "0.1.13+1.0.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "225bff33b2141874fe80d71e07d6eec4f85c5c216453dd96388240f96e1acc14" -dependencies = [ - "cc", - "pkg-config", -] - -[[package]] -name = "cached" -version = "0.55.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b0839c297f8783316fcca9d90344424e968395413f0662a5481f79c6648bbc14" -dependencies = [ - "hashbrown 0.14.5", - "once_cell", - "thiserror 2.0.17", - "web-time", -] - -[[package]] -name = "cast" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5" - -[[package]] -name = "cc" -version = "1.2.47" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cd405d82c84ff7f35739f175f67d8b9fb7687a0e84ccdc78bd3568839827cf07" -dependencies = [ - "find-msvc-tools", - "jobserver", - "libc", - "shlex", -] - -[[package]] -name = "cexpr" -version = "0.6.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766" -dependencies = [ - "nom 7.1.3", -] - -[[package]] -name = "cfg-if" -version = "1.0.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" - -[[package]] -name = "cfg_aliases" -version = "0.2.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" - -[[package]] -name = "cfg_eval" -version = "0.1.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "45565fc9416b9896014f5732ac776f810ee53a66730c17e4020c3ec064a8f88f" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.111", -] - -[[package]] -name = "cfgsync" -version = "0.1.0" -dependencies = [ - "axum", - "clap", - "groth16", - "hex", - "integration-configs", - "key-management-system", - "nomos-core", - "nomos-da-network-core", - "nomos-executor", - "nomos-libp2p", - "nomos-node", - "nomos-tracing-service", - "nomos-utils", - "rand 0.8.5", - "reqwest", - "serde", - "serde_json", - "serde_path_to_error", - "serde_with", - "serde_yaml", - "subnetworks-assignations", - "tokio", - "tracing", -] - -[[package]] -name = "chain-common" -version = "0.1.0" -source = "git+https://github.com/logos-co/nomos-node.git?branch=master#2f60a0372c228968c3526c341ebc7e58bbd178dd" -dependencies = [ - "nomos-core", - "serde", -] - -[[package]] -name = "chain-leader" -version = "0.1.0" -source = "git+https://github.com/logos-co/nomos-node.git?branch=master#2f60a0372c228968c3526c341ebc7e58bbd178dd" -dependencies = [ - "async-trait", - "chain-common", - "chain-service", - "cryptarchia-engine", - "ed25519-dalek", - "futures", - "nomos-blend-service", - "nomos-core", - "nomos-da-sampling", - "nomos-ledger", - "nomos-time", - "nomos-wallet", - "overwatch", - "serde", - "services-utils", - "thiserror 1.0.69", - "tokio", - "tracing", - "tracing-futures", - "tx-service", - "zksign", -] - -[[package]] -name = "chain-network" -version = "0.1.0" -source = "git+https://github.com/logos-co/nomos-node.git?branch=master#2f60a0372c228968c3526c341ebc7e58bbd178dd" -dependencies = [ - "async-trait", - "chain-common", - "chain-service", - "cryptarchia-engine", - "cryptarchia-sync", - "futures", - "nomos-core", - "nomos-da-sampling", - "nomos-ledger", - "nomos-network", - "nomos-time", - "overwatch", - "rand 0.8.5", - "serde", - "serde_with", - "services-utils", - "thiserror 1.0.69", - "tokio", - "tokio-stream", - "tracing", - "tracing-futures", - "tx-service", -] - -[[package]] -name = "chain-service" -version = "0.1.0" -source = "git+https://github.com/logos-co/nomos-node.git?branch=master#2f60a0372c228968c3526c341ebc7e58bbd178dd" -dependencies = [ - "async-trait", - "broadcast-service", - "bytes", - "cryptarchia-engine", - "cryptarchia-sync", - "ed25519-dalek", - "futures", - "groth16", - "nomos-core", - "nomos-ledger", - "nomos-network", - "nomos-storage", - "nomos-utils", - "num-bigint", - "overwatch", - "serde", - "serde_with", - "services-utils", - "strum", - "thiserror 1.0.69", - "tokio", - "tracing", - "tracing-futures", -] - -[[package]] -name = "chrono" -version = "0.4.42" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2" -dependencies = [ - "iana-time-zone", - "num-traits", - "serde", - "windows-link", -] - -[[package]] -name = "chrono-tz" -version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "93698b29de5e97ad0ae26447b344c482a7284c737d9ddc5f9e52b74a336671bb" -dependencies = [ - "chrono", - "chrono-tz-build", - "phf", -] - -[[package]] -name = "chrono-tz-build" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0c088aee841df9c3041febbb73934cfc39708749bf96dc827e3359cd39ef11b1" -dependencies = [ - "parse-zoneinfo", - "phf", - "phf_codegen", -] - -[[package]] -name = "ciborium" -version = "0.2.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e" -dependencies = [ - "ciborium-io", - "ciborium-ll", - "serde", -] - -[[package]] -name = "ciborium-io" -version = "0.2.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757" - -[[package]] -name = "ciborium-ll" -version = "0.2.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9" -dependencies = [ - "ciborium-io", - "half", -] - -[[package]] -name = "cipher" -version = "0.4.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad" -dependencies = [ - "crypto-common", - "inout", -] - -[[package]] -name = "circuits-prover" -version = "0.1.0" -source = "git+https://github.com/logos-co/nomos-node.git?branch=master#2f60a0372c228968c3526c341ebc7e58bbd178dd" -dependencies = [ - "circuits-utils", - "tempfile", -] - -[[package]] -name = "circuits-utils" -version = "0.1.0" -source = "git+https://github.com/logos-co/nomos-node.git?branch=master#2f60a0372c228968c3526c341ebc7e58bbd178dd" -dependencies = [ - "dirs", -] - -[[package]] -name = "clang-sys" -version = "1.8.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4" -dependencies = [ - "glob", - "libc", - "libloading", -] - -[[package]] -name = "clap" -version = "4.5.53" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c9e340e012a1bf4935f5282ed1436d1489548e8f72308207ea5df0e23d2d03f8" -dependencies = [ - "clap_builder", - "clap_derive", -] - -[[package]] -name = "clap_builder" -version = "4.5.53" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d76b5d13eaa18c901fd2f7fca939fefe3a0727a953561fefdf3b2922b8569d00" -dependencies = [ - "anstyle", - "clap_lex", -] - -[[package]] -name = "clap_derive" -version = "4.5.49" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2a0b5487afeab2deb2ff4e03a807ad1a03ac532ff5a2cee5d86884440c7f7671" -dependencies = [ - "heck", - "proc-macro2", - "quote", - "syn 2.0.111", -] - -[[package]] -name = "clap_lex" -version = "0.7.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a1d728cc89cf3aee9ff92b05e62b19ee65a02b5702cff7d5a377e32c6ae29d8d" - -[[package]] -name = "color-eyre" -version = "0.6.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e5920befb47832a6d61ee3a3a846565cfa39b331331e68a3b1d1116630f2f26d" -dependencies = [ - "backtrace", - "eyre", - "indenter", - "once_cell", - "owo-colors", -] - -[[package]] -name = "common-http-client" -version = "0.1.0" -source = "git+https://github.com/logos-co/nomos-node.git?branch=master#2f60a0372c228968c3526c341ebc7e58bbd178dd" -dependencies = [ - "broadcast-service", - "futures", - "nomos-core", - "nomos-da-messages", - "nomos-http-api-common", - "reqwest", - "serde", - "serde_json", - "thiserror 1.0.69", - "url", -] - -[[package]] -name = "concurrent-queue" -version = "2.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973" -dependencies = [ - "crossbeam-utils", -] - -[[package]] -name = "const-hex" -version = "1.17.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3bb320cac8a0750d7f25280aa97b09c26edfe161164238ecbbb31092b079e735" -dependencies = [ - "cfg-if", - "cpufeatures", - "proptest", - "serde_core", -] - -[[package]] -name = "const-oid" -version = "0.9.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8" - -[[package]] -name = "const-str" -version = "0.4.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2f421161cb492475f1661ddc9815a745a1c894592070661180fdec3d4872e9c3" - -[[package]] -name = "convert_case" -version = "0.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "baaaa0ecca5b51987b9423ccdc971514dd8b0bb7b4060b983d3664dad3f1f89f" -dependencies = [ - "unicode-segmentation", -] - -[[package]] -name = "core-foundation" -version = "0.9.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" -dependencies = [ - "core-foundation-sys", - "libc", -] - -[[package]] -name = "core-foundation-sys" -version = "0.8.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" - -[[package]] -name = "core2" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b49ba7ef1ad6107f8824dbe97de947cbaac53c44e7f9756a1fba0d37c1eec505" -dependencies = [ - "memchr", -] - -[[package]] -name = "counter" -version = "0.6.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f009fcafa949dc1fc46a762dae84d0c2687d3b550906b633c4979d58d2c6ae52" -dependencies = [ - "num-traits", -] - -[[package]] -name = "cpufeatures" -version = "0.2.17" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280" -dependencies = [ - "libc", -] - -[[package]] -name = "crc32fast" -version = "1.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511" -dependencies = [ - "cfg-if", -] - -[[package]] -name = "criterion" -version = "0.5.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f" -dependencies = [ - "anes", - "cast", - "ciborium", - "clap", - "criterion-plot", - "is-terminal", - "itertools 0.10.5", - "num-traits", - "once_cell", - "oorandom", - "plotters", - "rayon", - "regex", - "serde", - "serde_derive", - "serde_json", - "tinytemplate", - "walkdir", -] - -[[package]] -name = "criterion-plot" -version = "0.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1" -dependencies = [ - "cast", - "itertools 0.10.5", -] - -[[package]] -name = "crossbeam-channel" -version = "0.5.15" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2" -dependencies = [ - "crossbeam-utils", -] - -[[package]] -name = "crossbeam-deque" -version = "0.8.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51" -dependencies = [ - "crossbeam-epoch", - "crossbeam-utils", -] - -[[package]] -name = "crossbeam-epoch" -version = "0.9.18" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" -dependencies = [ - "crossbeam-utils", -] - -[[package]] -name = "crossbeam-utils" -version = "0.8.21" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" - -[[package]] -name = "crunchy" -version = "0.2.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5" - -[[package]] -name = "cryptarchia-engine" -version = "0.1.0" -source = "git+https://github.com/logos-co/nomos-node.git?branch=master#2f60a0372c228968c3526c341ebc7e58bbd178dd" -dependencies = [ - "cfg_eval", - "nomos-utils", - "serde", - "serde_with", - "thiserror 1.0.69", - "time", - "tokio", - "tracing", -] - -[[package]] -name = "cryptarchia-sync" -version = "0.1.0" -source = "git+https://github.com/logos-co/nomos-node.git?branch=master#2f60a0372c228968c3526c341ebc7e58bbd178dd" -dependencies = [ - "bytes", - "cryptarchia-engine", - "futures", - "libp2p", - "libp2p-stream", - "nomos-core", - "rand 0.8.5", - "serde", - "serde_with", - "thiserror 1.0.69", - "tokio", - "tracing", -] - -[[package]] -name = "crypto-bigint" -version = "0.5.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76" -dependencies = [ - "generic-array 0.14.7", - "rand_core 0.6.4", - "subtle", - "zeroize", -] - -[[package]] -name = "crypto-common" -version = "0.1.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a" -dependencies = [ - "generic-array 0.14.7", - "typenum", -] - -[[package]] -name = "ctrlc" -version = "3.5.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "73736a89c4aff73035ba2ed2e565061954da00d4970fc9ac25dcc85a2a20d790" -dependencies = [ - "dispatch2", - "nix 0.30.1", - "windows-sys 0.61.2", -] - -[[package]] -name = "curve25519-dalek" -version = "4.1.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97fb8b7c4503de7d6ae7b42ab72a5a59857b4c937ec27a3d4539dba95b5ab2be" -dependencies = [ - "cfg-if", - "cpufeatures", - "curve25519-dalek-derive", - "digest", - "fiat-crypto", - "rustc_version", - "serde", - "subtle", - "zeroize", -] - -[[package]] -name = "curve25519-dalek-derive" -version = "0.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f46882e17999c6cc590af592290432be3bce0428cb0d5f8b6715e4dc7b383eb3" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.111", -] - -[[package]] -name = "darling" -version = "0.21.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9cdf337090841a411e2a7f3deb9187445851f91b309c0c0a29e05f74a00a48c0" -dependencies = [ - "darling_core", - "darling_macro", -] - -[[package]] -name = "darling_core" -version = "0.21.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1247195ecd7e3c85f83c8d2a366e4210d588e802133e1e355180a9870b517ea4" -dependencies = [ - "fnv", - "ident_case", - "proc-macro2", - "quote", - "strsim", - "syn 2.0.111", -] - -[[package]] -name = "darling_macro" -version = "0.21.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d38308df82d1080de0afee5d069fa14b0326a88c14f15c5ccda35b4a6c414c81" -dependencies = [ - "darling_core", - "quote", - "syn 2.0.111", -] - -[[package]] -name = "dashmap" -version = "5.5.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856" -dependencies = [ - "cfg-if", - "hashbrown 0.14.5", - "lock_api", - "once_cell", - "parking_lot_core", -] - -[[package]] -name = "data-encoding" -version = "2.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476" - -[[package]] -name = "data-encoding-macro" -version = "0.1.18" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "47ce6c96ea0102f01122a185683611bd5ac8d99e62bc59dd12e6bda344ee673d" -dependencies = [ - "data-encoding", - "data-encoding-macro-internal", -] - -[[package]] -name = "data-encoding-macro-internal" -version = "0.1.16" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8d162beedaa69905488a8da94f5ac3edb4dd4788b732fadb7bd120b2625c1976" -dependencies = [ - "data-encoding", - "syn 2.0.111", -] - -[[package]] -name = "debugid" -version = "0.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bef552e6f588e446098f6ba40d89ac146c8c7b64aade83c051ee00bb5d2bc18d" -dependencies = [ - "uuid", -] - -[[package]] -name = "default-net" -version = "0.14.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4898b43aed56499fad6b294d15b3e76a51df68079bf492e5daae38ca084e003" -dependencies = [ - "dlopen2 0.4.1", - "libc", - "memalloc", - "netlink-packet-core 0.5.0", - "netlink-packet-route 0.15.0", - "netlink-sys", - "once_cell", - "system-configuration 0.5.1", - "windows 0.32.0", -] - -[[package]] -name = "der" -version = "0.7.10" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb" -dependencies = [ - "const-oid", - "zeroize", -] - -[[package]] -name = "der-parser" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "07da5016415d5a3c4dd39b11ed26f915f52fc4e0dc197d87908bc916e51bc1a6" -dependencies = [ - "asn1-rs", - "displaydoc", - "nom 7.1.3", - "num-bigint", - "num-traits", - "rusticata-macros", -] - -[[package]] -name = "deranged" -version = "0.5.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ececcb659e7ba858fb4f10388c250a7252eb0a27373f1a72b8748afdd248e587" -dependencies = [ - "powerfmt", - "serde_core", -] - -[[package]] -name = "derivative" -version = "2.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b" -dependencies = [ - "proc-macro2", - "quote", - "syn 1.0.109", -] - -[[package]] -name = "derive_arbitrary" -version = "1.4.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e567bd82dcff979e4b03460c307b3cdc9e96fde3d73bed1496d2bc75d9dd62a" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.111", -] - -[[package]] -name = "deunicode" -version = "1.6.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "abd57806937c9cc163efc8ea3910e00a62e2aeb0b8119f1793a978088f8f6b04" - -[[package]] -name = "digest" -version = "0.10.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" -dependencies = [ - "block-buffer", - "const-oid", - "crypto-common", - "subtle", -] - -[[package]] -name = "dirs" -version = "6.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e" -dependencies = [ - "dirs-sys", -] - -[[package]] -name = "dirs-sys" -version = "0.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab" -dependencies = [ - "libc", - "option-ext", - "redox_users", - "windows-sys 0.61.2", -] - -[[package]] -name = "dispatch2" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "89a09f22a6c6069a18470eb92d2298acf25463f14256d24778e1230d789a2aec" -dependencies = [ - "bitflags 2.10.0", - "block2", - "libc", - "objc2", -] - -[[package]] -name = "displaydoc" -version = "0.2.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.111", -] - -[[package]] -name = "dlopen2" -version = "0.4.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b121caccfc363e4d9a4589528f3bef7c71b83c6ed01c8dc68cbeeb7fd29ec698" -dependencies = [ - "dlopen2_derive", - "libc", - "once_cell", - "winapi", -] - -[[package]] -name = "dlopen2" -version = "0.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "09b4f5f101177ff01b8ec4ecc81eead416a8aa42819a2869311b3420fa114ffa" -dependencies = [ - "libc", - "once_cell", - "winapi", -] - -[[package]] -name = "dlopen2_derive" -version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3a09ac8bb8c16a282264c379dffba707b9c998afc7506009137f3c6136888078" -dependencies = [ - "proc-macro2", - "quote", - "syn 1.0.109", -] - -[[package]] -name = "dtoa" -version = "1.0.10" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d6add3b8cff394282be81f3fc1a0605db594ed69890078ca6e2cab1c408bcf04" - -[[package]] -name = "ecdsa" -version = "0.16.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ee27f32b5c5292967d2d4a9d7f1e0b0aed2c15daded5a60300e4abb9d8020bca" -dependencies = [ - "der", - "digest", - "elliptic-curve", - "rfc6979", - "signature", - "spki", -] - -[[package]] -name = "ed25519" -version = "2.2.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "115531babc129696a58c64a4fef0a8bf9e9698629fb97e9e40767d235cfbcd53" -dependencies = [ - "pkcs8", - "serde", - "signature", -] - -[[package]] -name = "ed25519-dalek" -version = "2.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "70e796c081cee67dc755e1a36a0a172b897fab85fc3f6bc48307991f64e4eca9" -dependencies = [ - "curve25519-dalek", - "ed25519", - "rand_core 0.6.4", - "serde", - "sha2", - "subtle", - "zeroize", -] - -[[package]] -name = "educe" -version = "0.6.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1d7bc049e1bd8cdeb31b68bbd586a9464ecf9f3944af3958a7a9d0f8b9799417" -dependencies = [ - "enum-ordinalize", - "proc-macro2", - "quote", - "syn 2.0.111", -] - -[[package]] -name = "either" -version = "1.15.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719" - -[[package]] -name = "elliptic-curve" -version = "0.13.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b5e6043086bf7973472e0c7dff2142ea0b680d30e18d9cc40f267efbf222bd47" -dependencies = [ - "base16ct", - "crypto-bigint", - "digest", - "ff", - "generic-array 0.14.7", - "group", - "pkcs8", - "rand_core 0.6.4", - "sec1", - "subtle", - "zeroize", -] - -[[package]] -name = "enum-as-inner" -version = "0.6.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc" -dependencies = [ - "heck", - "proc-macro2", - "quote", - "syn 2.0.111", -] - -[[package]] -name = "enum-ordinalize" -version = "4.3.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4a1091a7bb1f8f2c4b28f1fe2cef4980ca2d410a3d727d67ecc3178c9b0800f0" -dependencies = [ - "enum-ordinalize-derive", -] - -[[package]] -name = "enum-ordinalize-derive" -version = "4.3.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ca9601fb2d62598ee17836250842873a413586e5d7ed88b356e38ddbb0ec631" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.111", -] - -[[package]] -name = "equator" -version = "0.4.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4711b213838dfee0117e3be6ac926007d7f433d7bbe33595975d4190cb07e6fc" -dependencies = [ - "equator-macro", -] - -[[package]] -name = "equator-macro" -version = "0.4.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "44f23cf4b44bfce11a86ace86f8a73ffdec849c9fd00a386a53d278bd9e81fb3" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.111", -] - -[[package]] -name = "equivalent" -version = "1.0.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" - -[[package]] -name = "errno" -version = "0.3.14" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" -dependencies = [ - "libc", - "windows-sys 0.61.2", -] - -[[package]] -name = "event-listener" -version = "5.4.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab" -dependencies = [ - "concurrent-queue", - "parking", - "pin-project-lite", -] - -[[package]] -name = "event-listener-strategy" -version = "0.5.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93" -dependencies = [ - "event-listener", - "pin-project-lite", -] - -[[package]] -name = "executor-http-client" -version = "0.1.0" -source = "git+https://github.com/logos-co/nomos-node.git?branch=master#2f60a0372c228968c3526c341ebc7e58bbd178dd" -dependencies = [ - "common-http-client", - "futures", - "nomos-core", - "nomos-http-api-common", - "reqwest", - "serde", -] - -[[package]] -name = "eyre" -version = "0.6.12" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7cd915d99f24784cdc19fd37ef22b97e3ff0ae756c7e492e9fbfe897d61e2aec" -dependencies = [ - "indenter", - "once_cell", -] - -[[package]] -name = "fastrand" -version = "2.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" - -[[package]] -name = "ff" -version = "0.13.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c0b50bfb653653f9ca9095b427bed08ab8d75a137839d9ad64eb11810d5b6393" -dependencies = [ - "rand_core 0.6.4", - "subtle", -] - -[[package]] -name = "fiat-crypto" -version = "0.2.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "28dea519a9695b9977216879a3ebfddf92f1c08c05d984f8996aecd6ecdc811d" - -[[package]] -name = "find-msvc-tools" -version = "0.1.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3a3076410a55c90011c298b04d0cfa770b00fa04e1e3c97d3f6c9de105a03844" - -[[package]] -name = "findshlibs" -version = "0.10.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "40b9e59cd0f7e0806cca4be089683ecb6434e602038df21fe6bf6711b2f07f64" -dependencies = [ - "cc", - "lazy_static", - "libc", - "winapi", -] - -[[package]] -name = "fixed" -version = "1.29.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "707070ccf8c4173548210893a0186e29c266901b71ed20cd9e2ca0193dfe95c3" -dependencies = [ - "az", - "bytemuck", - "half", - "serde", - "typenum", -] - -[[package]] -name = "flate2" -version = "1.1.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bfe33edd8e85a12a67454e37f8c75e730830d83e313556ab9ebf9ee7fbeb3bfb" -dependencies = [ - "crc32fast", - "miniz_oxide", -] - -[[package]] -name = "fnv" -version = "1.0.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" - -[[package]] -name = "foldhash" -version = "0.1.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" - -[[package]] -name = "foreign-types" -version = "0.3.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" -dependencies = [ - "foreign-types-shared", -] - -[[package]] -name = "foreign-types-shared" -version = "0.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" - -[[package]] -name = "fork_stream" -version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fc54cf296aa5a82dfffcc911fc7a37b0dcba605725bbb4db486f7b24d7667f9d" -dependencies = [ - "futures", - "pin-project", -] - -[[package]] -name = "form_urlencoded" -version = "1.2.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf" -dependencies = [ - "percent-encoding", -] - -[[package]] -name = "forwarded-header-value" -version = "0.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8835f84f38484cc86f110a805655697908257fb9a7af005234060891557198e9" -dependencies = [ - "nonempty", - "thiserror 1.0.69", -] - -[[package]] -name = "funty" -version = "2.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c" - -[[package]] -name = "futures" -version = "0.3.31" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876" -dependencies = [ - "futures-channel", - "futures-core", - "futures-executor", - "futures-io", - "futures-sink", - "futures-task", - "futures-util", -] - -[[package]] -name = "futures-bounded" -version = "0.2.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "91f328e7fb845fc832912fb6a34f40cf6d1888c92f974d1893a54e97b5ff542e" -dependencies = [ - "futures-timer", - "futures-util", -] - -[[package]] -name = "futures-channel" -version = "0.3.31" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10" -dependencies = [ - "futures-core", - "futures-sink", -] - -[[package]] -name = "futures-core" -version = "0.3.31" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e" - -[[package]] -name = "futures-executor" -version = "0.3.31" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f" -dependencies = [ - "futures-core", - "futures-task", - "futures-util", - "num_cpus", -] - -[[package]] -name = "futures-io" -version = "0.3.31" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6" - -[[package]] -name = "futures-lite" -version = "2.6.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad" -dependencies = [ - "futures-core", - "pin-project-lite", -] - -[[package]] -name = "futures-macro" -version = "0.3.31" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.111", -] - -[[package]] -name = "futures-rustls" -version = "0.26.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a8f2f12607f92c69b12ed746fabf9ca4f5c482cba46679c1a75b874ed7c26adb" -dependencies = [ - "futures-io", - "rustls 0.23.35", - "rustls-pki-types", -] - -[[package]] -name = "futures-sink" -version = "0.3.31" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7" - -[[package]] -name = "futures-task" -version = "0.3.31" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988" - -[[package]] -name = "futures-timer" -version = "3.0.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24" - -[[package]] -name = "futures-util" -version = "0.3.31" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81" -dependencies = [ - "futures-channel", - "futures-core", - "futures-io", - "futures-macro", - "futures-sink", - "futures-task", - "memchr", - "pin-project-lite", - "pin-utils", - "slab", -] - -[[package]] -name = "generic-array" -version = "0.14.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" -dependencies = [ - "typenum", - "version_check", - "zeroize", -] - -[[package]] -name = "generic-array" -version = "1.3.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eaf57c49a95fd1fe24b90b3033bee6dc7e8f1288d51494cb44e627c295e38542" -dependencies = [ - "rustversion", - "serde_core", - "typenum", -] - -[[package]] -name = "getrandom" -version = "0.2.16" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592" -dependencies = [ - "cfg-if", - "js-sys", - "libc", - "wasi", - "wasm-bindgen", -] - -[[package]] -name = "getrandom" -version = "0.3.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd" -dependencies = [ - "cfg-if", - "js-sys", - "libc", - "r-efi", - "wasip2", - "wasm-bindgen", -] - -[[package]] -name = "gimli" -version = "0.32.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e629b9b98ef3dd8afe6ca2bd0f89306cec16d43d907889945bc5d6687f2f13c7" - -[[package]] -name = "glob" -version = "0.3.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280" - -[[package]] -name = "globset" -version = "0.4.18" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "52dfc19153a48bde0cbd630453615c8151bce3a5adfac7a0aebfbf0a1e1f57e3" -dependencies = [ - "aho-corasick", - "bstr", - "log", - "regex-automata", - "regex-syntax", -] - -[[package]] -name = "globwalk" -version = "0.9.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0bf760ebf69878d9fd8f110c89703d90ce35095324d1f1edcb595c63945ee757" -dependencies = [ - "bitflags 2.10.0", - "ignore", - "walkdir", -] - -[[package]] -name = "gloo-timers" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994" -dependencies = [ - "futures-channel", - "futures-core", - "js-sys", - "wasm-bindgen", -] - -[[package]] -name = "governor" -version = "0.6.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "68a7f542ee6b35af73b06abc0dad1c1bae89964e4e253bc4b587b91c9637867b" -dependencies = [ - "cfg-if", - "dashmap", - "futures", - "futures-timer", - "no-std-compat", - "nonzero_ext", - "parking_lot", - "portable-atomic", - "quanta", - "rand 0.8.5", - "smallvec", - "spinning_top", -] - -[[package]] -name = "groth16" -version = "0.1.0" -source = "git+https://github.com/logos-co/nomos-node.git?branch=master#2f60a0372c228968c3526c341ebc7e58bbd178dd" -dependencies = [ - "ark-bn254 0.4.0", - "ark-ec 0.4.2", - "ark-ff 0.4.2", - "ark-groth16", - "ark-serialize 0.4.2", - "generic-array 1.3.5", - "hex", - "num-bigint", - "serde", - "serde_json", - "thiserror 2.0.17", -] - -[[package]] -name = "group" -version = "0.13.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63" -dependencies = [ - "ff", - "rand_core 0.6.4", - "subtle", -] - -[[package]] -name = "h2" -version = "0.4.12" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f3c0b69cfcb4e1b9f1bf2f53f95f766e4661169728ec61cd3fe5a0166f2d1386" -dependencies = [ - "atomic-waker", - "bytes", - "fnv", - "futures-core", - "futures-sink", - "http 1.4.0", - "indexmap 2.12.1", - "slab", - "tokio", - "tokio-util", - "tracing", -] - -[[package]] -name = "half" -version = "2.7.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b" -dependencies = [ - "cfg-if", - "crunchy", - "zerocopy", -] - -[[package]] -name = "hashbrown" -version = "0.12.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" - -[[package]] -name = "hashbrown" -version = "0.13.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e" -dependencies = [ - "ahash", -] - -[[package]] -name = "hashbrown" -version = "0.14.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" -dependencies = [ - "ahash", - "allocator-api2", -] - -[[package]] -name = "hashbrown" -version = "0.15.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1" -dependencies = [ - "allocator-api2", - "equivalent", - "foldhash", -] - -[[package]] -name = "hashbrown" -version = "0.16.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100" - -[[package]] -name = "hashlink" -version = "0.9.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6ba4ff7128dee98c7dc9794b6a411377e1404dba1c97deb8d1a55297bd25d8af" -dependencies = [ - "hashbrown 0.14.5", -] - -[[package]] -name = "heck" -version = "0.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" - -[[package]] -name = "hermit-abi" -version = "0.5.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c" - -[[package]] -name = "hex" -version = "0.4.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" - -[[package]] -name = "hex_fmt" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b07f60793ff0a4d9cef0f18e63b5357e06209987153a64648c972c1e5aff336f" - -[[package]] -name = "hickory-proto" -version = "0.25.0-alpha.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1d00147af6310f4392a31680db52a3ed45a2e0f68eb18e8c3fe5537ecc96d9e2" -dependencies = [ - "async-recursion", - "async-trait", - "cfg-if", - "data-encoding", - "enum-as-inner", - "futures-channel", - "futures-io", - "futures-util", - "idna", - "ipnet", - "once_cell", - "rand 0.9.2", - "socket2 0.5.10", - "thiserror 2.0.17", - "tinyvec", - "tokio", - "tracing", - "url", -] - -[[package]] -name = "hickory-resolver" -version = "0.25.0-alpha.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5762f69ebdbd4ddb2e975cd24690bf21fe6b2604039189c26acddbc427f12887" -dependencies = [ - "cfg-if", - "futures-util", - "hickory-proto", - "ipconfig", - "moka", - "once_cell", - "parking_lot", - "rand 0.9.2", - "resolv-conf", - "smallvec", - "thiserror 2.0.17", - "tokio", - "tracing", -] - -[[package]] -name = "hkdf" -version = "0.12.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7" -dependencies = [ - "hmac", -] - -[[package]] -name = "hmac" -version = "0.12.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e" -dependencies = [ - "digest", -] - -[[package]] -name = "home" -version = "0.5.12" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cc627f471c528ff0c4a49e1d5e60450c8f6461dd6d10ba9dcd3a61d3dff7728d" -dependencies = [ - "windows-sys 0.61.2", -] - -[[package]] -name = "hostname" -version = "0.3.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867" -dependencies = [ - "libc", - "match_cfg", - "winapi", -] - -[[package]] -name = "http" -version = "0.2.12" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1" -dependencies = [ - "bytes", - "fnv", - "itoa", -] - -[[package]] -name = "http" -version = "1.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e3ba2a386d7f85a81f119ad7498ebe444d2e22c2af0b86b069416ace48b3311a" -dependencies = [ - "bytes", - "itoa", -] - -[[package]] -name = "http-body" -version = "0.4.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2" -dependencies = [ - "bytes", - "http 0.2.12", - "pin-project-lite", -] - -[[package]] -name = "http-body" -version = "1.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" -dependencies = [ - "bytes", - "http 1.4.0", -] - -[[package]] -name = "http-body-util" -version = "0.1.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a" -dependencies = [ - "bytes", - "futures-core", - "http 1.4.0", - "http-body 1.0.1", - "pin-project-lite", -] - -[[package]] -name = "http-range-header" -version = "0.3.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f" - -[[package]] -name = "httparse" -version = "1.10.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87" - -[[package]] -name = "httpdate" -version = "1.0.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" - -[[package]] -name = "humansize" -version = "2.1.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6cb51c9a029ddc91b07a787f1d86b53ccfa49b0e86688c946ebe8d3555685dd7" -dependencies = [ - "libm", -] - -[[package]] -name = "humantime" -version = "2.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "135b12329e5e3ce057a9f972339ea52bc954fe1e9358ef27f95e89716fbc5424" - -[[package]] -name = "hyper" -version = "0.14.32" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7" -dependencies = [ - "bytes", - "futures-channel", - "futures-core", - "futures-util", - "http 0.2.12", - "http-body 0.4.6", - "httparse", - "httpdate", - "itoa", - "pin-project-lite", - "socket2 0.5.10", - "tokio", - "tower-service", - "tracing", - "want", -] - -[[package]] -name = "hyper" -version = "1.8.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2ab2d4f250c3d7b1c9fcdff1cece94ea4e2dfbec68614f7b87cb205f24ca9d11" -dependencies = [ - "atomic-waker", - "bytes", - "futures-channel", - "futures-core", - "h2", - "http 1.4.0", - "http-body 1.0.1", - "httparse", - "httpdate", - "itoa", - "pin-project-lite", - "pin-utils", - "smallvec", - "tokio", - "want", -] - -[[package]] -name = "hyper-rustls" -version = "0.24.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590" -dependencies = [ - "futures-util", - "http 0.2.12", - "hyper 0.14.32", - "log", - "rustls 0.21.12", - "rustls-native-certs", - "tokio", - "tokio-rustls 0.24.1", -] - -[[package]] -name = "hyper-rustls" -version = "0.27.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58" -dependencies = [ - "http 1.4.0", - "hyper 1.8.1", - "hyper-util", - "rustls 0.23.35", - "rustls-pki-types", - "tokio", - "tokio-rustls 0.26.4", - "tower-service", - "webpki-roots", -] - -[[package]] -name = "hyper-timeout" -version = "0.4.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bbb958482e8c7be4bc3cf272a766a2b0bf1a6755e7a6ae777f017a31d11b13b1" -dependencies = [ - "hyper 0.14.32", - "pin-project-lite", - "tokio", - "tokio-io-timeout", -] - -[[package]] -name = "hyper-timeout" -version = "0.5.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2b90d566bffbce6a75bd8b09a05aa8c2cb1fabb6cb348f8840c9e4c90a0d83b0" -dependencies = [ - "hyper 1.8.1", - "hyper-util", - "pin-project-lite", - "tokio", - "tower-service", -] - -[[package]] -name = "hyper-tls" -version = "0.6.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0" -dependencies = [ - "bytes", - "http-body-util", - "hyper 1.8.1", - "hyper-util", - "native-tls", - "tokio", - "tokio-native-tls", - "tower-service", -] - -[[package]] -name = "hyper-util" -version = "0.1.18" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "52e9a2a24dc5c6821e71a7030e1e14b7b632acac55c40e9d2e082c621261bb56" -dependencies = [ - "base64 0.22.1", - "bytes", - "futures-channel", - "futures-core", - "futures-util", - "http 1.4.0", - "http-body 1.0.1", - "hyper 1.8.1", - "ipnet", - "libc", - "percent-encoding", - "pin-project-lite", - "socket2 0.6.1", - "tokio", - "tower-service", - "tracing", -] - -[[package]] -name = "iana-time-zone" -version = "0.1.64" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb" -dependencies = [ - "android_system_properties", - "core-foundation-sys", - "iana-time-zone-haiku", - "js-sys", - "log", - "wasm-bindgen", - "windows-core 0.62.2", -] - -[[package]] -name = "iana-time-zone-haiku" -version = "0.1.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" -dependencies = [ - "cc", -] - -[[package]] -name = "icu_collections" -version = "2.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c6b649701667bbe825c3b7e6388cb521c23d88644678e83c0c4d0a621a34b43" -dependencies = [ - "displaydoc", - "potential_utf", - "yoke", - "zerofrom", - "zerovec", -] - -[[package]] -name = "icu_locale_core" -version = "2.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "edba7861004dd3714265b4db54a3c390e880ab658fec5f7db895fae2046b5bb6" -dependencies = [ - "displaydoc", - "litemap", - "tinystr", - "writeable", - "zerovec", -] - -[[package]] -name = "icu_normalizer" -version = "2.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f6c8828b67bf8908d82127b2054ea1b4427ff0230ee9141c54251934ab1b599" -dependencies = [ - "icu_collections", - "icu_normalizer_data", - "icu_properties", - "icu_provider", - "smallvec", - "zerovec", -] - -[[package]] -name = "icu_normalizer_data" -version = "2.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7aedcccd01fc5fe81e6b489c15b247b8b0690feb23304303a9e560f37efc560a" - -[[package]] -name = "icu_properties" -version = "2.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e93fcd3157766c0c8da2f8cff6ce651a31f0810eaa1c51ec363ef790bbb5fb99" -dependencies = [ - "icu_collections", - "icu_locale_core", - "icu_properties_data", - "icu_provider", - "zerotrie", - "zerovec", -] - -[[package]] -name = "icu_properties_data" -version = "2.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "02845b3647bb045f1100ecd6480ff52f34c35f82d9880e029d329c21d1054899" - -[[package]] -name = "icu_provider" -version = "2.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "85962cf0ce02e1e0a629cc34e7ca3e373ce20dda4c4d7294bbd0bf1fdb59e614" -dependencies = [ - "displaydoc", - "icu_locale_core", - "writeable", - "yoke", - "zerofrom", - "zerotrie", - "zerovec", -] - -[[package]] -name = "ident_case" -version = "1.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" - -[[package]] -name = "idna" -version = "1.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de" -dependencies = [ - "idna_adapter", - "smallvec", - "utf8_iter", -] - -[[package]] -name = "idna_adapter" -version = "1.2.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344" -dependencies = [ - "icu_normalizer", - "icu_properties", -] - -[[package]] -name = "if-addrs" -version = "0.10.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cabb0019d51a643781ff15c9c8a3e5dedc365c47211270f4e8f82812fedd8f0a" -dependencies = [ - "libc", - "windows-sys 0.48.0", -] - -[[package]] -name = "if-watch" -version = "3.2.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cdf9d64cfcf380606e64f9a0bcf493616b65331199f984151a6fa11a7b3cde38" -dependencies = [ - "async-io", - "core-foundation", - "fnv", - "futures", - "if-addrs", - "ipnet", - "log", - "netlink-packet-core 0.7.0", - "netlink-packet-route 0.17.1", - "netlink-proto", - "netlink-sys", - "rtnetlink", - "system-configuration 0.6.1", - "tokio", - "windows 0.53.0", -] - -[[package]] -name = "igd-next" -version = "0.15.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "76b0d7d4541def58a37bf8efc559683f21edce7c82f0d866c93ac21f7e098f93" -dependencies = [ - "async-trait", - "attohttpc 0.24.1", - "bytes", - "futures", - "http 1.4.0", - "http-body-util", - "hyper 1.8.1", - "hyper-util", - "log", - "rand 0.8.5", - "tokio", - "url", - "xmltree", -] - -[[package]] -name = "igd-next" -version = "0.16.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "516893339c97f6011282d5825ac94fc1c7aad5cad26bdc2d0cee068c0bf97f97" -dependencies = [ - "async-trait", - "attohttpc 0.30.1", - "bytes", - "futures", - "http 1.4.0", - "http-body-util", - "hyper 1.8.1", - "hyper-util", - "log", - "rand 0.9.2", - "tokio", - "url", - "xmltree", -] - -[[package]] -name = "ignore" -version = "0.4.25" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d3d782a365a015e0f5c04902246139249abf769125006fbe7649e2ee88169b4a" -dependencies = [ - "crossbeam-deque", - "globset", - "log", - "memchr", - "regex-automata", - "same-file", - "walkdir", - "winapi-util", -] - -[[package]] -name = "indenter" -version = "0.3.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "964de6e86d545b246d84badc0fef527924ace5134f30641c203ef52ba83f58d5" - -[[package]] -name = "indexmap" -version = "1.9.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99" -dependencies = [ - "autocfg", - "hashbrown 0.12.3", -] - -[[package]] -name = "indexmap" -version = "2.12.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0ad4bb2b565bca0645f4d68c5c9af97fba094e9791da685bf83cb5f3ce74acf2" -dependencies = [ - "equivalent", - "hashbrown 0.16.1", - "serde", - "serde_core", -] - -[[package]] -name = "inferno" -version = "0.11.21" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "232929e1d75fe899576a3d5c7416ad0d88dbfbb3c3d6aa00873a7408a50ddb88" -dependencies = [ - "ahash", - "indexmap 2.12.1", - "is-terminal", - "itoa", - "log", - "num-format", - "once_cell", - "quick-xml", - "rgb", - "str_stack", -] - -[[package]] -name = "inout" -version = "0.1.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01" -dependencies = [ - "generic-array 0.14.7", -] - -[[package]] -name = "instant" -version = "0.1.13" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222" -dependencies = [ - "cfg-if", -] - -[[package]] -name = "integration-configs" -version = "0.1.0" -dependencies = [ - "blst", - "chain-leader", - "chain-network", - "chain-service", - "cryptarchia-engine", - "cryptarchia-sync", - "ed25519-dalek", - "groth16", - "hex", - "key-management-system", - "nomos-api", - "nomos-blend-message", - "nomos-blend-service", - "nomos-core", - "nomos-da-dispersal", - "nomos-da-network-core", - "nomos-da-network-service", - "nomos-da-sampling", - "nomos-da-verifier", - "nomos-executor", - "nomos-ledger", - "nomos-libp2p", - "nomos-node", - "nomos-sdp", - "nomos-time", - "nomos-tracing", - "nomos-tracing-service", - "nomos-utils", - "nomos-wallet", - "num-bigint", - "rand 0.8.5", - "serde", - "subnetworks-assignations", - "time", - "tracing", - "zksign", -] - -[[package]] -name = "ipconfig" -version = "0.3.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b58db92f96b720de98181bbbe63c831e87005ab460c1bf306eb2622b4707997f" -dependencies = [ - "socket2 0.5.10", - "widestring", - "windows-sys 0.48.0", - "winreg", -] - -[[package]] -name = "ipnet" -version = "2.11.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130" - -[[package]] -name = "iri-string" -version = "0.7.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4f867b9d1d896b67beb18518eda36fdb77a32ea590de864f1325b294a6d14397" -dependencies = [ - "memchr", - "serde", -] - -[[package]] -name = "is-terminal" -version = "0.4.17" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3640c1c38b8e4e43584d8df18be5fc6b0aa314ce6ebf51b53313d4306cca8e46" -dependencies = [ - "hermit-abi", - "libc", - "windows-sys 0.61.2", -] - -[[package]] -name = "itertools" -version = "0.10.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473" -dependencies = [ - "either", -] - -[[package]] -name = "itertools" -version = "0.12.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569" -dependencies = [ - "either", -] - -[[package]] -name = "itertools" -version = "0.13.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186" -dependencies = [ - "either", -] - -[[package]] -name = "itertools" -version = "0.14.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285" -dependencies = [ - "either", -] - -[[package]] -name = "itoa" -version = "1.0.15" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c" - -[[package]] -name = "jf-crhf" -version = "0.1.1" -source = "git+https://github.com/EspressoSystems/jellyfish?tag=jf-crhf-v0.1.1#8f3dce0bc2bd161b4648f6ac029dcc1a23aaf4c5" -dependencies = [ - "ark-serialize 0.4.2", - "ark-std 0.4.0", -] - -[[package]] -name = "jf-poseidon2" -version = "0.1.0" -source = "git+https://github.com/EspressoSystems/jellyfish.git?rev=dc166cf0f803c3e5067f9dfcc21e3dade986a447#dc166cf0f803c3e5067f9dfcc21e3dade986a447" -dependencies = [ - "ark-bn254 0.4.0", - "ark-ff 0.4.2", - "ark-std 0.4.0", - "displaydoc", - "hex", - "jf-crhf", - "lazy_static", - "nimue", - "zeroize", -] - -[[package]] -name = "jobserver" -version = "0.1.34" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33" -dependencies = [ - "getrandom 0.3.4", - "libc", -] - -[[package]] -name = "js-sys" -version = "0.3.82" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b011eec8cc36da2aab2d5cff675ec18454fad408585853910a202391cf9f8e65" -dependencies = [ - "once_cell", - "wasm-bindgen", -] - -[[package]] -name = "json-patch" -version = "1.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ec9ad60d674508f3ca8f380a928cfe7b096bc729c4e2dbfe3852bc45da3ab30b" -dependencies = [ - "serde", - "serde_json", - "thiserror 1.0.69", -] - -[[package]] -name = "jsonpath-rust" -version = "0.3.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "06cc127b7c3d270be504572364f9569761a180b981919dd0d87693a7f5fb7829" -dependencies = [ - "pest", - "pest_derive", - "regex", - "serde_json", - "thiserror 1.0.69", -] - -[[package]] -name = "k256" -version = "0.13.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f6e3919bbaa2945715f0bb6d3934a173d1e9a59ac23767fbaaef277265a7411b" -dependencies = [ - "cfg-if", - "ecdsa", - "elliptic-curve", - "once_cell", - "sha2", - "signature", -] - -[[package]] -name = "k8s-openapi" -version = "0.20.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "edc3606fd16aca7989db2f84bb25684d0270c6d6fa1dbcd0025af7b4130523a6" -dependencies = [ - "base64 0.21.7", - "bytes", - "chrono", - "serde", - "serde-value", - "serde_json", -] - -[[package]] -name = "keccak" -version = "0.1.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ecc2af9a1119c51f12a14607e783cb977bde58bc069ff0c3da1095e635d70654" -dependencies = [ - "cpufeatures", -] - -[[package]] -name = "key-management-system" -version = "0.1.0" -source = "git+https://github.com/logos-co/nomos-node.git?branch=master#2f60a0372c228968c3526c341ebc7e58bbd178dd" -dependencies = [ - "async-trait", - "bytes", - "ed25519-dalek", - "groth16", - "key-management-system-macros", - "log", - "nomos-blend-message", - "nomos-utils", - "overwatch", - "poq", - "poseidon2", - "serde", - "thiserror 2.0.17", - "tokio", - "tracing", - "zeroize", - "zksign", -] - -[[package]] -name = "key-management-system-macros" -version = "0.1.0" -source = "git+https://github.com/logos-co/nomos-node.git?branch=master#2f60a0372c228968c3526c341ebc7e58bbd178dd" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.111", -] - -[[package]] -name = "kube" -version = "0.87.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3499c8d60c763246c7a213f51caac1e9033f46026904cb89bc8951ae8601f26e" -dependencies = [ - "k8s-openapi", - "kube-client", - "kube-core", - "kube-runtime", -] - -[[package]] -name = "kube-client" -version = "0.87.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "033450dfa0762130565890dadf2f8835faedf749376ca13345bcd8ecd6b5f29f" -dependencies = [ - "base64 0.21.7", - "bytes", - "chrono", - "either", - "futures", - "home", - "http 0.2.12", - "http-body 0.4.6", - "hyper 0.14.32", - "hyper-rustls 0.24.2", - "hyper-timeout 0.4.1", - "jsonpath-rust", - "k8s-openapi", - "kube-core", - "pem", - "pin-project", - "rustls 0.21.12", - "rustls-pemfile", - "secrecy", - "serde", - "serde_json", - "serde_yaml", - "thiserror 1.0.69", - "tokio", - "tokio-util", - "tower 0.4.13", - "tower-http 0.4.4", - "tracing", -] - -[[package]] -name = "kube-core" -version = "0.87.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b5bba93d054786eba7994d03ce522f368ef7d48c88a1826faa28478d85fb63ae" -dependencies = [ - "chrono", - "form_urlencoded", - "http 0.2.12", - "json-patch", - "k8s-openapi", - "once_cell", - "serde", - "serde_json", - "thiserror 1.0.69", -] - -[[package]] -name = "kube-runtime" -version = "0.87.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2d8893eb18fbf6bb6c80ef6ee7dd11ec32b1dc3c034c988ac1b3a84d46a230ae" -dependencies = [ - "ahash", - "async-trait", - "backoff", - "derivative", - "futures", - "hashbrown 0.14.5", - "json-patch", - "k8s-openapi", - "kube-client", - "parking_lot", - "pin-project", - "serde", - "serde_json", - "smallvec", - "thiserror 1.0.69", - "tokio", - "tokio-util", - "tracing", -] - -[[package]] -name = "kzgrs" -version = "0.1.0" -source = "git+https://github.com/logos-co/nomos-node.git?branch=master#2f60a0372c228968c3526c341ebc7e58bbd178dd" -dependencies = [ - "ark-bls12-381", - "ark-ec 0.4.2", - "ark-ff 0.4.2", - "ark-poly 0.4.2", - "ark-poly-commit", - "ark-serialize 0.4.2", - "blake2", - "blst", - "num-bigint", - "num-traits", - "rand 0.8.5", - "thiserror 1.0.69", -] - -[[package]] -name = "kzgrs-backend" -version = "0.1.0" -source = "git+https://github.com/logos-co/nomos-node.git?branch=master#2f60a0372c228968c3526c341ebc7e58bbd178dd" -dependencies = [ - "ark-ff 0.4.2", - "ark-poly 0.4.2", - "ark-serialize 0.4.2", - "blake2", - "itertools 0.12.1", - "kzgrs", - "nomos-core", - "rand 0.8.5", - "serde", -] - -[[package]] -name = "lazy_static" -version = "1.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" - -[[package]] -name = "libc" -version = "0.2.177" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2874a2af47a2325c2001a6e6fad9b16a53b802102b528163885171cf92b15976" - -[[package]] -name = "libloading" -version = "0.8.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55" -dependencies = [ - "cfg-if", - "windows-link", -] - -[[package]] -name = "libm" -version = "0.2.15" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de" - -[[package]] -name = "libp2p" -version = "0.55.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b72dc443ddd0254cb49a794ed6b6728400ee446a0f7ab4a07d0209ee98de20e9" -dependencies = [ - "bytes", - "either", - "futures", - "futures-timer", - "getrandom 0.2.16", - "libp2p-allow-block-list", - "libp2p-autonat", - "libp2p-connection-limits", - "libp2p-core", - "libp2p-dns", - "libp2p-gossipsub", - "libp2p-identify", - "libp2p-identity", - "libp2p-kad", - "libp2p-mdns", - "libp2p-metrics", - "libp2p-quic", - "libp2p-swarm", - "libp2p-tcp", - "libp2p-upnp", - "multiaddr", - "pin-project", - "rw-stream-sink", - "thiserror 2.0.17", -] - -[[package]] -name = "libp2p-allow-block-list" -version = "0.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38944b7cb981cc93f2f0fb411ff82d0e983bd226fbcc8d559639a3a73236568b" -dependencies = [ - "libp2p-core", - "libp2p-identity", - "libp2p-swarm", -] - -[[package]] -name = "libp2p-autonat" -version = "0.14.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e297bfc6cabb70c6180707f8fa05661b77ecb9cb67e8e8e1c469301358fa21d0" -dependencies = [ - "async-trait", - "asynchronous-codec", - "either", - "futures", - "futures-bounded", - "futures-timer", - "libp2p-core", - "libp2p-identity", - "libp2p-request-response", - "libp2p-swarm", - "quick-protobuf", - "quick-protobuf-codec", - "rand 0.8.5", - "rand_core 0.6.4", - "thiserror 2.0.17", - "tracing", - "web-time", -] - -[[package]] -name = "libp2p-connection-limits" -version = "0.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "efe9323175a17caa8a2ed4feaf8a548eeef5e0b72d03840a0eab4bcb0210ce1c" -dependencies = [ - "libp2p-core", - "libp2p-identity", - "libp2p-swarm", -] - -[[package]] -name = "libp2p-core" -version = "0.43.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4d28e2d2def7c344170f5c6450c0dbe3dfef655610dbfde2f6ac28a527abbe36" -dependencies = [ - "either", - "fnv", - "futures", - "futures-timer", - "libp2p-identity", - "multiaddr", - "multihash", - "multistream-select", - "parking_lot", - "pin-project", - "quick-protobuf", - "rand 0.8.5", - "rw-stream-sink", - "thiserror 2.0.17", - "tracing", - "unsigned-varint 0.8.0", - "web-time", -] - -[[package]] -name = "libp2p-dns" -version = "0.43.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1b780a1150214155b0ed1cdf09fbd2e1b0442604f9146a431d1b21d23eef7bd7" -dependencies = [ - "async-trait", - "futures", - "hickory-resolver", - "libp2p-core", - "libp2p-identity", - "parking_lot", - "smallvec", - "tracing", -] - -[[package]] -name = "libp2p-gossipsub" -version = "0.48.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d558548fa3b5a8e9b66392f785921e363c57c05dcadfda4db0d41ae82d313e4a" -dependencies = [ - "async-channel", - "asynchronous-codec", - "base64 0.22.1", - "byteorder", - "bytes", - "either", - "fnv", - "futures", - "futures-timer", - "getrandom 0.2.16", - "hashlink", - "hex_fmt", - "libp2p-core", - "libp2p-identity", - "libp2p-swarm", - "prometheus-client", - "quick-protobuf", - "quick-protobuf-codec", - "rand 0.8.5", - "regex", - "sha2", - "tracing", - "web-time", -] - -[[package]] -name = "libp2p-identify" -version = "0.46.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8c06862544f02d05d62780ff590cc25a75f5c2b9df38ec7a370dcae8bb873cf" -dependencies = [ - "asynchronous-codec", - "either", - "futures", - "futures-bounded", - "futures-timer", - "libp2p-core", - "libp2p-identity", - "libp2p-swarm", - "quick-protobuf", - "quick-protobuf-codec", - "smallvec", - "thiserror 2.0.17", - "tracing", -] - -[[package]] -name = "libp2p-identity" -version = "0.2.12" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3104e13b51e4711ff5738caa1fb54467c8604c2e94d607e27745bcf709068774" -dependencies = [ - "asn1_der", - "bs58", - "ed25519-dalek", - "hkdf", - "k256", - "multihash", - "quick-protobuf", - "rand 0.8.5", - "serde", - "sha2", - "thiserror 2.0.17", - "tracing", - "zeroize", -] - -[[package]] -name = "libp2p-kad" -version = "0.47.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2bab0466a27ebe955bcbc27328fae5429c5b48c915fd6174931414149802ec23" -dependencies = [ - "asynchronous-codec", - "bytes", - "either", - "fnv", - "futures", - "futures-bounded", - "futures-timer", - "libp2p-core", - "libp2p-identity", - "libp2p-swarm", - "quick-protobuf", - "quick-protobuf-codec", - "rand 0.8.5", - "sha2", - "smallvec", - "thiserror 2.0.17", - "tracing", - "uint", - "web-time", -] - -[[package]] -name = "libp2p-mdns" -version = "0.47.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "11d0ba095e1175d797540e16b62e7576846b883cb5046d4159086837b36846cc" -dependencies = [ - "futures", - "hickory-proto", - "if-watch", - "libp2p-core", - "libp2p-identity", - "libp2p-swarm", - "rand 0.8.5", - "smallvec", - "socket2 0.5.10", - "tokio", - "tracing", -] - -[[package]] -name = "libp2p-metrics" -version = "0.16.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2ce58c64292e87af624fcb86465e7dd8342e46a388d71e8fec0ab37ee789630a" -dependencies = [ - "futures", - "libp2p-core", - "libp2p-gossipsub", - "libp2p-identify", - "libp2p-identity", - "libp2p-kad", - "libp2p-swarm", - "pin-project", - "prometheus-client", - "web-time", -] - -[[package]] -name = "libp2p-quic" -version = "0.12.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "41432a159b00424a0abaa2c80d786cddff81055ac24aa127e0cf375f7858d880" -dependencies = [ - "futures", - "futures-timer", - "if-watch", - "libp2p-core", - "libp2p-identity", - "libp2p-tls", - "quinn", - "rand 0.8.5", - "ring", - "rustls 0.23.35", - "socket2 0.5.10", - "thiserror 2.0.17", - "tokio", - "tracing", -] - -[[package]] -name = "libp2p-request-response" -version = "0.28.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "548fe44a80ff275d400f1b26b090d441d83ef73efabbeb6415f4ce37e5aed865" -dependencies = [ - "async-trait", - "futures", - "futures-bounded", - "libp2p-core", - "libp2p-identity", - "libp2p-swarm", - "rand 0.8.5", - "smallvec", - "tracing", -] - -[[package]] -name = "libp2p-stream" -version = "0.3.0-alpha" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "826716f1ee125895f1fb44911413cba023485b552ff96c7a2159bd037ac619bb" -dependencies = [ - "futures", - "libp2p-core", - "libp2p-identity", - "libp2p-swarm", - "rand 0.8.5", - "tracing", -] - -[[package]] -name = "libp2p-swarm" -version = "0.46.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "803399b4b6f68adb85e63ab573ac568154b193e9a640f03e0f2890eabbcb37f8" -dependencies = [ - "either", - "fnv", - "futures", - "futures-timer", - "libp2p-core", - "libp2p-identity", - "libp2p-swarm-derive", - "lru", - "multistream-select", - "once_cell", - "rand 0.8.5", - "smallvec", - "tokio", - "tracing", - "web-time", -] - -[[package]] -name = "libp2p-swarm-derive" -version = "0.35.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "206e0aa0ebe004d778d79fb0966aa0de996c19894e2c0605ba2f8524dd4443d8" -dependencies = [ - "heck", - "proc-macro2", - "quote", - "syn 2.0.111", -] - -[[package]] -name = "libp2p-tcp" -version = "0.43.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "65346fb4d36035b23fec4e7be4c320436ba53537ce9b6be1d1db1f70c905cad0" -dependencies = [ - "futures", - "futures-timer", - "if-watch", - "libc", - "libp2p-core", - "socket2 0.5.10", - "tokio", - "tracing", -] - -[[package]] -name = "libp2p-tls" -version = "0.6.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "96ff65a82e35375cbc31ebb99cacbbf28cb6c4fefe26bf13756ddcf708d40080" -dependencies = [ - "futures", - "futures-rustls", - "libp2p-core", - "libp2p-identity", - "rcgen", - "ring", - "rustls 0.23.35", - "rustls-webpki 0.103.8", - "thiserror 2.0.17", - "x509-parser", - "yasna", -] - -[[package]] -name = "libp2p-upnp" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d457b9ecceb66e7199f049926fad447f1f17f040e8d29d690c086b4cab8ed14a" -dependencies = [ - "futures", - "futures-timer", - "igd-next 0.15.1", - "libp2p-core", - "libp2p-swarm", - "tokio", - "tracing", -] - -[[package]] -name = "libredox" -version = "0.1.10" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "416f7e718bdb06000964960ffa43b4335ad4012ae8b99060261aa4a8088d5ccb" -dependencies = [ - "bitflags 2.10.0", - "libc", -] - -[[package]] -name = "librocksdb-sys" -version = "0.17.3+10.4.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cef2a00ee60fe526157c9023edab23943fae1ce2ab6f4abb2a807c1746835de9" -dependencies = [ - "bindgen", - "bzip2-sys", - "cc", - "libc", - "libz-sys", -] - -[[package]] -name = "libz-sys" -version = "1.1.23" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "15d118bbf3771060e7311cc7bb0545b01d08a8b4a7de949198dec1fa0ca1c0f7" -dependencies = [ - "cc", - "pkg-config", - "vcpkg", -] - -[[package]] -name = "light-poseidon" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "47a1ccadd0bb5a32c196da536fd72c59183de24a055f6bf0513bf845fefab862" -dependencies = [ - "ark-bn254 0.5.0", - "ark-ff 0.5.0", - "num-bigint", - "thiserror 1.0.69", -] - -[[package]] -name = "linux-raw-sys" -version = "0.4.15" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab" - -[[package]] -name = "linux-raw-sys" -version = "0.11.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039" - -[[package]] -name = "litemap" -version = "0.8.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6373607a59f0be73a39b6fe456b8192fcc3585f602af20751600e974dd455e77" - -[[package]] -name = "lock_api" -version = "0.4.14" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965" -dependencies = [ - "scopeguard", -] - -[[package]] -name = "log" -version = "0.4.28" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432" - -[[package]] -name = "loki-api" -version = "0.1.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bdc38a304f59a03e6efa3876766a48c70a766a93f88341c3fff4212834b8e327" -dependencies = [ - "prost", - "prost-types", -] - -[[package]] -name = "lru" -version = "0.12.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38" -dependencies = [ - "hashbrown 0.15.5", -] - -[[package]] -name = "lru-slab" -version = "0.1.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154" - -[[package]] -name = "match-lookup" -version = "0.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1265724d8cb29dbbc2b0f06fffb8bf1a8c0cf73a78eede9ba73a4a66c52a981e" -dependencies = [ - "proc-macro2", - "quote", - "syn 1.0.109", -] - -[[package]] -name = "match_cfg" -version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4" - -[[package]] -name = "matchers" -version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9" -dependencies = [ - "regex-automata", -] - -[[package]] -name = "matchit" -version = "0.7.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94" - -[[package]] -name = "memalloc" -version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "df39d232f5c40b0891c10216992c2f250c054105cb1e56f0fc9032db6203ecc1" - -[[package]] -name = "memchr" -version = "2.7.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273" - -[[package]] -name = "memmap2" -version = "0.9.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "744133e4a0e0a658e1374cf3bf8e415c4052a15a111acd372764c55b4177d490" -dependencies = [ - "libc", -] - -[[package]] -name = "mime" -version = "0.3.17" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" - -[[package]] -name = "mime_guess" -version = "2.0.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e" -dependencies = [ - "mime", - "unicase", -] - -[[package]] -name = "minimal-lexical" -version = "0.2.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" - -[[package]] -name = "miniz_oxide" -version = "0.8.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316" -dependencies = [ - "adler2", - "simd-adler32", -] - -[[package]] -name = "mio" -version = "1.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "69d83b0086dc8ecf3ce9ae2874b2d1290252e2a30720bea58a5c6639b0092873" -dependencies = [ - "libc", - "wasi", - "windows-sys 0.61.2", -] - -[[package]] -name = "mmr" -version = "0.1.0" -source = "git+https://github.com/logos-co/nomos-node.git?branch=master#2f60a0372c228968c3526c341ebc7e58bbd178dd" -dependencies = [ - "ark-ff 0.4.2", - "groth16", - "poseidon2", - "rpds", - "serde", -] - -[[package]] -name = "moka" -version = "0.12.11" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8261cd88c312e0004c1d51baad2980c66528dfdb2bee62003e643a4d8f86b077" -dependencies = [ - "crossbeam-channel", - "crossbeam-epoch", - "crossbeam-utils", - "equivalent", - "parking_lot", - "portable-atomic", - "rustc_version", - "smallvec", - "tagptr", - "uuid", -] - -[[package]] -name = "multiaddr" -version = "0.18.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fe6351f60b488e04c1d21bc69e56b89cb3f5e8f5d22557d6e8031bdfd79b6961" -dependencies = [ - "arrayref", - "byteorder", - "data-encoding", - "libp2p-identity", - "multibase", - "multihash", - "percent-encoding", - "serde", - "static_assertions", - "unsigned-varint 0.8.0", - "url", -] - -[[package]] -name = "multibase" -version = "0.9.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8694bb4835f452b0e3bb06dbebb1d6fc5385b6ca1caf2e55fd165c042390ec77" -dependencies = [ - "base-x", - "base256emoji", - "data-encoding", - "data-encoding-macro", -] - -[[package]] -name = "multihash" -version = "0.19.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6b430e7953c29dd6a09afc29ff0bb69c6e306329ee6794700aee27b76a1aea8d" -dependencies = [ - "core2", - "unsigned-varint 0.8.0", -] - -[[package]] -name = "multistream-select" -version = "0.13.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ea0df8e5eec2298a62b326ee4f0d7fe1a6b90a09dfcf9df37b38f947a8c42f19" -dependencies = [ - "bytes", - "futures", - "log", - "pin-project", - "smallvec", - "unsigned-varint 0.7.2", -] - -[[package]] -name = "native-tls" -version = "0.2.14" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e" -dependencies = [ - "libc", - "log", - "openssl", - "openssl-probe", - "openssl-sys", - "schannel", - "security-framework", - "security-framework-sys", - "tempfile", -] - -[[package]] -name = "natpmp" -version = "0.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "77366fa8ce34e2e1322dd97da65f11a62f451bd3daae8be6993c00800f61dd07" -dependencies = [ - "async-trait", - "cc", - "netdev", - "tokio", -] - -[[package]] -name = "netdev" -version = "0.31.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f901362e84cd407be6f8cd9d3a46bccf09136b095792785401ea7d283c79b91d" -dependencies = [ - "dlopen2 0.5.0", - "ipnet", - "libc", - "netlink-packet-core 0.7.0", - "netlink-packet-route 0.17.1", - "netlink-sys", - "once_cell", - "system-configuration 0.6.1", - "windows-sys 0.52.0", -] - -[[package]] -name = "netlink-packet-core" -version = "0.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e5cf0b54effda4b91615c40ff0fd12d0d4c9a6e0f5116874f03941792ff535a" -dependencies = [ - "anyhow", - "byteorder", - "libc", - "netlink-packet-utils", -] - -[[package]] -name = "netlink-packet-core" -version = "0.7.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "72724faf704479d67b388da142b186f916188505e7e0b26719019c525882eda4" -dependencies = [ - "anyhow", - "byteorder", - "netlink-packet-utils", -] - -[[package]] -name = "netlink-packet-route" -version = "0.15.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ea993e32c77d87f01236c38f572ecb6c311d592e56a06262a007fd2a6e31253c" -dependencies = [ - "anyhow", - "bitflags 1.3.2", - "byteorder", - "libc", - "netlink-packet-core 0.5.0", - "netlink-packet-utils", -] - -[[package]] -name = "netlink-packet-route" -version = "0.17.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "053998cea5a306971f88580d0829e90f270f940befd7cf928da179d4187a5a66" -dependencies = [ - "anyhow", - "bitflags 1.3.2", - "byteorder", - "libc", - "netlink-packet-core 0.7.0", - "netlink-packet-utils", -] - -[[package]] -name = "netlink-packet-utils" -version = "0.5.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0ede8a08c71ad5a95cdd0e4e52facd37190977039a4704eb82a283f713747d34" -dependencies = [ - "anyhow", - "byteorder", - "paste", - "thiserror 1.0.69", -] - -[[package]] -name = "netlink-proto" -version = "0.11.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "72452e012c2f8d612410d89eea01e2d9b56205274abb35d53f60200b2ec41d60" -dependencies = [ - "bytes", - "futures", - "log", - "netlink-packet-core 0.7.0", - "netlink-sys", - "thiserror 2.0.17", -] - -[[package]] -name = "netlink-sys" -version = "0.8.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "16c903aa70590cb93691bf97a767c8d1d6122d2cc9070433deb3bbf36ce8bd23" -dependencies = [ - "bytes", - "futures", - "libc", - "log", - "tokio", -] - -[[package]] -name = "nimue" -version = "0.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e0dc7d3b2b7bd112c0cecf7d6f4f16a174ee7a98e27615b1d08256d0176588f2" -dependencies = [ - "ark-ec 0.4.2", - "ark-ff 0.4.2", - "ark-serialize 0.4.2", - "digest", - "generic-array 0.14.7", - "hex", - "keccak", - "log", - "rand 0.8.5", - "zeroize", -] - -[[package]] -name = "nix" -version = "0.26.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "598beaf3cc6fdd9a5dfb1630c2800c7acd31df7aaf0f565796fba2b53ca1af1b" -dependencies = [ - "bitflags 1.3.2", - "cfg-if", - "libc", -] - -[[package]] -name = "nix" -version = "0.30.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6" -dependencies = [ - "bitflags 2.10.0", - "cfg-if", - "cfg_aliases", - "libc", -] - -[[package]] -name = "no-std-compat" -version = "0.4.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b93853da6d84c2e3c7d730d6473e8817692dd89be387eb01b94d7f108ecb5b8c" - -[[package]] -name = "nom" -version = "7.1.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" -dependencies = [ - "memchr", - "minimal-lexical", -] - -[[package]] -name = "nom" -version = "8.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "df9761775871bdef83bee530e60050f7e54b1105350d6884eb0fb4f46c2f9405" -dependencies = [ - "memchr", -] - -[[package]] -name = "nomos-api" -version = "0.1.0" -source = "git+https://github.com/logos-co/nomos-node.git?branch=master#2f60a0372c228968c3526c341ebc7e58bbd178dd" -dependencies = [ - "async-trait", - "broadcast-service", - "bytes", - "chain-service", - "futures", - "kzgrs-backend", - "nomos-core", - "nomos-da-dispersal", - "nomos-da-network-core", - "nomos-da-network-service", - "nomos-da-sampling", - "nomos-da-verifier", - "nomos-libp2p", - "nomos-network", - "nomos-sdp", - "nomos-storage", - "overwatch", - "serde", - "serde_json", - "subnetworks-assignations", - "tokio", - "tokio-stream", - "tracing", - "tx-service", - "utoipa", - "utoipa-swagger-ui", -] - -[[package]] -name = "nomos-blend-message" -version = "0.1.0" -source = "git+https://github.com/logos-co/nomos-node.git?branch=master#2f60a0372c228968c3526c341ebc7e58bbd178dd" -dependencies = [ - "blake2", - "derivative", - "ed25519-dalek", - "generic-array 1.3.5", - "groth16", - "itertools 0.14.0", - "nomos-core", - "nomos-utils", - "num-bigint", - "poq", - "serde", - "serde_with", - "thiserror 1.0.69", - "tracing", - "x25519-dalek", -] - -[[package]] -name = "nomos-blend-network" -version = "0.1.0" -source = "git+https://github.com/logos-co/nomos-node.git?branch=master#2f60a0372c228968c3526c341ebc7e58bbd178dd" -dependencies = [ - "either", - "futures", - "futures-timer", - "libp2p", - "nomos-blend-message", - "nomos-blend-scheduling", - "nomos-core", - "nomos-libp2p", - "tracing", -] - -[[package]] -name = "nomos-blend-scheduling" -version = "0.1.0" -source = "git+https://github.com/logos-co/nomos-node.git?branch=master#2f60a0372c228968c3526c341ebc7e58bbd178dd" -dependencies = [ - "async-trait", - "derivative", - "fork_stream", - "futures", - "hex", - "multiaddr", - "nomos-blend-message", - "nomos-core", - "rand 0.8.5", - "serde", - "thiserror 1.0.69", - "tokio", - "tokio-stream", - "tracing", -] - -[[package]] -name = "nomos-blend-service" -version = "0.1.0" -source = "git+https://github.com/logos-co/nomos-node.git?branch=master#2f60a0372c228968c3526c341ebc7e58bbd178dd" -dependencies = [ - "async-trait", - "broadcast-service", - "chain-service", - "cryptarchia-engine", - "fork_stream", - "futures", - "groth16", - "key-management-system", - "libp2p", - "libp2p-stream", - "nomos-blend-message", - "nomos-blend-network", - "nomos-blend-scheduling", - "nomos-core", - "nomos-ledger", - "nomos-libp2p", - "nomos-network", - "nomos-time", - "nomos-utils", - "overwatch", - "poq", - "rand 0.8.5", - "rs-merkle-tree", - "serde", - "serde_with", - "services-utils", - "thiserror 1.0.69", - "tokio", - "tokio-stream", - "tracing", - "zksign", -] - -[[package]] -name = "nomos-core" -version = "0.1.0" -source = "git+https://github.com/logos-co/nomos-node.git?branch=master#2f60a0372c228968c3526c341ebc7e58bbd178dd" -dependencies = [ - "ark-ff 0.4.2", - "async-trait", - "bincode", - "blake2", - "bytes", - "const-hex", - "cryptarchia-engine", - "ed25519", - "ed25519-dalek", - "futures", - "generic-array 1.3.5", - "groth16", - "hex", - "multiaddr", - "nom 8.0.0", - "num-bigint", - "pol", - "poseidon2", - "serde", - "serde_with", - "strum", - "thiserror 1.0.69", - "tracing", - "zksign", -] - -[[package]] -name = "nomos-da-dispersal" -version = "0.1.0" -source = "git+https://github.com/logos-co/nomos-node.git?branch=master#2f60a0372c228968c3526c341ebc7e58bbd178dd" -dependencies = [ - "async-trait", - "broadcast-service", - "ed25519", - "ed25519-dalek", - "futures", - "kzgrs-backend", - "nomos-core", - "nomos-da-network-core", - "nomos-da-network-service", - "nomos-tracing", - "nomos-utils", - "overwatch", - "serde", - "serde_with", - "services-utils", - "subnetworks-assignations", - "thiserror 2.0.17", - "tokio", - "tokio-stream", - "tracing", - "zksign", -] - -[[package]] -name = "nomos-da-messages" -version = "0.1.0" -source = "git+https://github.com/logos-co/nomos-node.git?branch=master#2f60a0372c228968c3526c341ebc7e58bbd178dd" -dependencies = [ - "blake2", - "futures", - "kzgrs-backend", - "nomos-core", - "serde", - "tokio", -] - -[[package]] -name = "nomos-da-network-core" -version = "0.1.0" -source = "git+https://github.com/logos-co/nomos-node.git?branch=master#2f60a0372c228968c3526c341ebc7e58bbd178dd" -dependencies = [ - "cached", - "either", - "fixed", - "futures", - "indexmap 2.12.1", - "kzgrs-backend", - "libp2p", - "libp2p-stream", - "log", - "nomos-core", - "nomos-da-messages", - "nomos-utils", - "rand 0.9.2", - "serde", - "serde_with", - "subnetworks-assignations", - "thiserror 1.0.69", - "tokio", - "tokio-stream", - "tracing", - "tracing-subscriber 0.3.20", -] - -[[package]] -name = "nomos-da-network-service" -version = "0.1.0" -source = "git+https://github.com/logos-co/nomos-node.git?branch=master#2f60a0372c228968c3526c341ebc7e58bbd178dd" -dependencies = [ - "arc-swap", - "async-trait", - "bitvec", - "blake2", - "broadcast-service", - "common-http-client", - "futures", - "kzgrs-backend", - "libp2p", - "libp2p-identity", - "log", - "multiaddr", - "nomos-core", - "nomos-da-messages", - "nomos-da-network-core", - "nomos-libp2p", - "nomos-sdp", - "nomos-storage", - "nomos-tracing", - "nomos-utils", - "overwatch", - "rand 0.8.5", - "serde", - "services-utils", - "subnetworks-assignations", - "thiserror 1.0.69", - "tokio", - "tokio-stream", - "tracing", - "url", -] - -[[package]] -name = "nomos-da-sampling" -version = "0.1.0" -source = "git+https://github.com/logos-co/nomos-node.git?branch=master#2f60a0372c228968c3526c341ebc7e58bbd178dd" -dependencies = [ - "async-trait", - "bytes", - "futures", - "hex", - "kzgrs-backend", - "libp2p-identity", - "nomos-core", - "nomos-da-network-core", - "nomos-da-network-service", - "nomos-storage", - "nomos-tracing", - "overwatch", - "rand 0.8.5", - "serde", - "services-utils", - "subnetworks-assignations", - "thiserror 1.0.69", - "tokio", - "tokio-stream", - "tracing", - "tx-service", -] - -[[package]] -name = "nomos-da-verifier" -version = "0.1.0" -source = "git+https://github.com/logos-co/nomos-node.git?branch=master#2f60a0372c228968c3526c341ebc7e58bbd178dd" -dependencies = [ - "async-trait", - "futures", - "kzgrs-backend", - "libp2p", - "nomos-core", - "nomos-da-network-core", - "nomos-da-network-service", - "nomos-storage", - "nomos-tracing", - "nomos-utils", - "overwatch", - "serde", - "serde_with", - "services-utils", - "subnetworks-assignations", - "thiserror 1.0.69", - "tokio", - "tokio-stream", - "tracing", - "tx-service", -] - -[[package]] -name = "nomos-executor" -version = "0.1.0" -source = "git+https://github.com/logos-co/nomos-node.git?branch=master#2f60a0372c228968c3526c341ebc7e58bbd178dd" -dependencies = [ - "async-trait", - "axum", - "broadcast-service", - "clap", - "color-eyre", - "futures", - "kzgrs-backend", - "nomos-api", - "nomos-core", - "nomos-da-dispersal", - "nomos-da-network-core", - "nomos-da-network-service", - "nomos-da-sampling", - "nomos-da-verifier", - "nomos-http-api-common", - "nomos-libp2p", - "nomos-network", - "nomos-node", - "nomos-sdp", - "nomos-storage", - "nomos-time", - "overwatch", - "serde", - "serde_yaml", - "services-utils", - "subnetworks-assignations", - "tokio", - "tower 0.4.13", - "tower-http 0.5.2", - "tracing", - "tx-service", - "utoipa", - "utoipa-swagger-ui", -] - -[[package]] -name = "nomos-http-api-common" -version = "0.1.0" -source = "git+https://github.com/logos-co/nomos-node.git?branch=master#2f60a0372c228968c3526c341ebc7e58bbd178dd" -dependencies = [ - "axum", - "governor", - "nomos-core", - "pprof", - "serde", - "serde_with", - "tokio", - "tower_governor", - "tracing", -] - -[[package]] -name = "nomos-ledger" -version = "0.1.0" -source = "git+https://github.com/logos-co/nomos-node.git?branch=master#2f60a0372c228968c3526c341ebc7e58bbd178dd" -dependencies = [ - "cryptarchia-engine", - "ed25519", - "groth16", - "mmr", - "nomos-core", - "nomos-utils", - "num-bigint", - "rand 0.8.5", - "rpds", - "serde", - "thiserror 1.0.69", - "utxotree", - "zksign", -] - -[[package]] -name = "nomos-libp2p" -version = "0.1.0" -source = "git+https://github.com/logos-co/nomos-node.git?branch=master#2f60a0372c228968c3526c341ebc7e58bbd178dd" -dependencies = [ - "async-trait", - "backon", - "blake2", - "cryptarchia-sync", - "default-net", - "either", - "futures", - "hex", - "igd-next 0.16.2", - "libp2p", - "multiaddr", - "natpmp", - "netdev", - "nomos-utils", - "num_enum", - "rand 0.8.5", - "serde", - "serde_with", - "thiserror 1.0.69", - "tokio", - "tracing", - "zerocopy", -] - -[[package]] -name = "nomos-network" -version = "0.1.0" -source = "git+https://github.com/logos-co/nomos-node.git?branch=master#2f60a0372c228968c3526c341ebc7e58bbd178dd" -dependencies = [ - "async-trait", - "cryptarchia-sync", - "futures", - "nomos-core", - "nomos-libp2p", - "overwatch", - "rand 0.8.5", - "rand_chacha 0.3.1", - "serde", - "tokio", - "tokio-stream", - "tracing", -] - -[[package]] -name = "nomos-node" -version = "0.1.0" -source = "git+https://github.com/logos-co/nomos-node.git?branch=master#2f60a0372c228968c3526c341ebc7e58bbd178dd" -dependencies = [ - "async-trait", - "axum", - "broadcast-service", - "chain-leader", - "chain-network", - "chain-service", - "clap", - "color-eyre", - "derivative", - "futures", - "groth16", - "hex", - "http 1.4.0", - "key-management-system", - "kzgrs-backend", - "nomos-api", - "nomos-blend-message", - "nomos-blend-scheduling", - "nomos-blend-service", - "nomos-core", - "nomos-da-messages", - "nomos-da-network-core", - "nomos-da-network-service", - "nomos-da-sampling", - "nomos-da-verifier", - "nomos-http-api-common", - "nomos-libp2p", - "nomos-network", - "nomos-sdp", - "nomos-storage", - "nomos-system-sig", - "nomos-time", - "nomos-tracing", - "nomos-tracing-service", - "nomos-utils", - "nomos-wallet", - "num-bigint", - "overwatch", - "pol", - "poq", - "serde", - "serde_json", - "serde_with", - "serde_yaml", - "services-utils", - "subnetworks-assignations", - "time", - "tokio", - "tokio-stream", - "tower 0.4.13", - "tower-http 0.5.2", - "tracing", - "tx-service", - "utoipa", - "utoipa-swagger-ui", - "zksign", -] - -[[package]] -name = "nomos-sdp" -version = "0.1.0" -source = "git+https://github.com/logos-co/nomos-node.git?branch=master#2f60a0372c228968c3526c341ebc7e58bbd178dd" -dependencies = [ - "async-trait", - "ed25519-dalek", - "futures", - "nomos-core", - "overwatch", - "serde", - "thiserror 2.0.17", - "tokio", - "tokio-stream", - "tracing", - "tx-service", - "zksign", -] - -[[package]] -name = "nomos-storage" -version = "0.1.0" -source = "git+https://github.com/logos-co/nomos-node.git?branch=master#2f60a0372c228968c3526c341ebc7e58bbd178dd" -dependencies = [ - "async-trait", - "bytes", - "cryptarchia-engine", - "futures", - "libp2p-identity", - "multiaddr", - "nomos-core", - "overwatch", - "rocksdb", - "serde", - "thiserror 1.0.69", - "tokio", - "tracing", -] - -[[package]] -name = "nomos-system-sig" -version = "0.1.0" -source = "git+https://github.com/logos-co/nomos-node.git?branch=master#2f60a0372c228968c3526c341ebc7e58bbd178dd" -dependencies = [ - "async-ctrlc", - "async-trait", - "overwatch", - "tracing", -] - -[[package]] -name = "nomos-time" -version = "0.1.0" -source = "git+https://github.com/logos-co/nomos-node.git?branch=master#2f60a0372c228968c3526c341ebc7e58bbd178dd" -dependencies = [ - "async-trait", - "cfg_eval", - "cryptarchia-engine", - "futures", - "log", - "nomos-utils", - "overwatch", - "serde", - "serde_with", - "sntpc", - "thiserror 2.0.17", - "time", - "tokio", - "tokio-stream", - "tracing", -] - -[[package]] -name = "nomos-tracing" -version = "0.1.0" -source = "git+https://github.com/logos-co/nomos-node.git?branch=master#2f60a0372c228968c3526c341ebc7e58bbd178dd" -dependencies = [ - "opentelemetry", - "opentelemetry-http", - "opentelemetry-otlp", - "opentelemetry-semantic-conventions", - "opentelemetry_sdk", - "rand 0.8.5", - "reqwest", - "serde", - "tokio", - "tracing", - "tracing-appender", - "tracing-gelf", - "tracing-loki", - "tracing-opentelemetry", - "tracing-subscriber 0.3.20", - "url", -] - -[[package]] -name = "nomos-tracing-service" -version = "0.1.0" -source = "git+https://github.com/logos-co/nomos-node.git?branch=master#2f60a0372c228968c3526c341ebc7e58bbd178dd" -dependencies = [ - "async-trait", - "nomos-tracing", - "overwatch", - "serde", - "tracing", - "tracing-appender", - "tracing-subscriber 0.3.20", -] - -[[package]] -name = "nomos-utils" -version = "0.1.0" -source = "git+https://github.com/logos-co/nomos-node.git?branch=master#2f60a0372c228968c3526c341ebc7e58bbd178dd" -dependencies = [ - "async-trait", - "blake2", - "cipher", - "const-hex", - "humantime", - "overwatch", - "rand 0.8.5", - "serde", - "serde_with", - "time", -] - -[[package]] -name = "nomos-wallet" -version = "0.1.0" -source = "git+https://github.com/logos-co/nomos-node.git?branch=master#2f60a0372c228968c3526c341ebc7e58bbd178dd" -dependencies = [ - "async-trait", - "bytes", - "chain-service", - "futures", - "groth16", - "hex", - "key-management-system", - "nomos-core", - "nomos-ledger", - "nomos-storage", - "overwatch", - "serde", - "services-utils", - "thiserror 1.0.69", - "tokio", - "tracing", - "wallet", - "zksign", -] - -[[package]] -name = "nonempty" -version = "0.7.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e9e591e719385e6ebaeb5ce5d3887f7d5676fceca6411d1925ccc95745f3d6f7" - -[[package]] -name = "nonzero_ext" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38bf9645c8b145698bb0b18a4637dcacbc421ea49bef2317e4fd8065a387cf21" - -[[package]] -name = "nu-ansi-term" -version = "0.50.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5" -dependencies = [ - "windows-sys 0.61.2", -] - -[[package]] -name = "num-bigint" -version = "0.4.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9" -dependencies = [ - "num-integer", - "num-traits", -] - -[[package]] -name = "num-conv" -version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9" - -[[package]] -name = "num-format" -version = "0.4.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3" -dependencies = [ - "arrayvec", - "itoa", -] - -[[package]] -name = "num-integer" -version = "0.1.46" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f" -dependencies = [ - "num-traits", -] - -[[package]] -name = "num-traits" -version = "0.2.19" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" -dependencies = [ - "autocfg", -] - -[[package]] -name = "num_cpus" -version = "1.17.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b" -dependencies = [ - "hermit-abi", - "libc", -] - -[[package]] -name = "num_enum" -version = "0.7.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b1207a7e20ad57b847bbddc6776b968420d38292bbfe2089accff5e19e82454c" -dependencies = [ - "num_enum_derive", - "rustversion", -] - -[[package]] -name = "num_enum_derive" -version = "0.7.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ff32365de1b6743cb203b710788263c44a03de03802daf96092f2da4fe6ba4d7" -dependencies = [ - "proc-macro-crate", - "proc-macro2", - "quote", - "syn 2.0.111", -] - -[[package]] -name = "objc2" -version = "0.6.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b7c2599ce0ec54857b29ce62166b0ed9b4f6f1a70ccc9a71165b6154caca8c05" -dependencies = [ - "objc2-encode", -] - -[[package]] -name = "objc2-encode" -version = "4.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33" - -[[package]] -name = "object" -version = "0.37.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe" -dependencies = [ - "memchr", -] - -[[package]] -name = "oid-registry" -version = "0.8.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "12f40cff3dde1b6087cc5d5f5d4d65712f34016a03ed60e9c08dcc392736b5b7" -dependencies = [ - "asn1-rs", -] - -[[package]] -name = "once_cell" -version = "1.21.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" - -[[package]] -name = "oorandom" -version = "11.1.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e" - -[[package]] -name = "openssl" -version = "0.10.75" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08838db121398ad17ab8531ce9de97b244589089e290a384c900cb9ff7434328" -dependencies = [ - "bitflags 2.10.0", - "cfg-if", - "foreign-types", - "libc", - "once_cell", - "openssl-macros", - "openssl-sys", -] - -[[package]] -name = "openssl-macros" -version = "0.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.111", -] - -[[package]] -name = "openssl-probe" -version = "0.1.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e" - -[[package]] -name = "openssl-sys" -version = "0.9.111" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "82cab2d520aa75e3c58898289429321eb788c3106963d0dc886ec7a5f4adc321" -dependencies = [ - "cc", - "libc", - "pkg-config", - "vcpkg", -] - -[[package]] -name = "opentelemetry" -version = "0.26.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "570074cc999d1a58184080966e5bd3bf3a9a4af650c3b05047c2621e7405cd17" -dependencies = [ - "futures-core", - "futures-sink", - "js-sys", - "once_cell", - "pin-project-lite", - "thiserror 1.0.69", -] - -[[package]] -name = "opentelemetry-http" -version = "0.26.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6351496aeaa49d7c267fb480678d85d1cd30c5edb20b497c48c56f62a8c14b99" -dependencies = [ - "async-trait", - "bytes", - "http 1.4.0", - "opentelemetry", - "reqwest", -] - -[[package]] -name = "opentelemetry-otlp" -version = "0.26.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "29e1f9c8b032d4f635c730c0efcf731d5e2530ea13fa8bef7939ddc8420696bd" -dependencies = [ - "async-trait", - "futures-core", - "http 1.4.0", - "opentelemetry", - "opentelemetry-http", - "opentelemetry-proto", - "opentelemetry_sdk", - "prost", - "thiserror 1.0.69", - "tokio", - "tonic", -] - -[[package]] -name = "opentelemetry-proto" -version = "0.26.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c9d3968ce3aefdcca5c27e3c4ea4391b37547726a70893aab52d3de95d5f8b34" -dependencies = [ - "opentelemetry", - "opentelemetry_sdk", - "prost", - "tonic", -] - -[[package]] -name = "opentelemetry-semantic-conventions" -version = "0.26.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "db945c1eaea8ac6a9677185357480d215bb6999faa9f691d0c4d4d641eab7a09" - -[[package]] -name = "opentelemetry_sdk" -version = "0.26.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d2c627d9f4c9cdc1f21a29ee4bfbd6028fcb8bcf2a857b43f3abdf72c9c862f3" -dependencies = [ - "async-trait", - "futures-channel", - "futures-executor", - "futures-util", - "glob", - "once_cell", - "opentelemetry", - "percent-encoding", - "rand 0.8.5", - "thiserror 1.0.69", - "tokio", - "tokio-stream", -] - -[[package]] -name = "option-ext" -version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" - -[[package]] -name = "ordered-float" -version = "2.10.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c" -dependencies = [ - "num-traits", -] - -[[package]] -name = "overwatch" -version = "0.1.0" -source = "git+https://github.com/logos-co/Overwatch?rev=f5a9902#f5a99022f389d65adbd55e51f1e3f9eead62432a" -dependencies = [ - "async-trait", - "futures", - "overwatch-derive", - "thiserror 2.0.17", - "tokio", - "tokio-stream", - "tokio-util", - "tracing", -] - -[[package]] -name = "overwatch-derive" -version = "0.1.0" -source = "git+https://github.com/logos-co/Overwatch?rev=f5a9902#f5a99022f389d65adbd55e51f1e3f9eead62432a" -dependencies = [ - "convert_case", - "proc-macro-error2", - "proc-macro2", - "quote", - "syn 2.0.111", -] - -[[package]] -name = "owo-colors" -version = "4.2.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9c6901729fa79e91a0913333229e9ca5dc725089d1c363b2f4b4760709dc4a52" - -[[package]] -name = "parking" -version = "2.2.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba" - -[[package]] -name = "parking_lot" -version = "0.12.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a" -dependencies = [ - "lock_api", - "parking_lot_core", -] - -[[package]] -name = "parking_lot_core" -version = "0.9.12" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1" -dependencies = [ - "cfg-if", - "libc", - "redox_syscall", - "smallvec", - "windows-link", -] - -[[package]] -name = "parse-zoneinfo" -version = "0.3.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1f2a05b18d44e2957b88f96ba460715e295bc1d7510468a2f3d3b44535d26c24" -dependencies = [ - "regex", -] - -[[package]] -name = "paste" -version = "1.0.15" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" - -[[package]] -name = "pem" -version = "3.0.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1d30c53c26bc5b31a98cd02d20f25a7c8567146caf63ed593a9d87b2775291be" -dependencies = [ - "base64 0.22.1", - "serde_core", -] - -[[package]] -name = "percent-encoding" -version = "2.3.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220" - -[[package]] -name = "pest" -version = "2.8.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cbcfd20a6d4eeba40179f05735784ad32bdaef05ce8e8af05f180d45bb3e7e22" -dependencies = [ - "memchr", - "ucd-trie", -] - -[[package]] -name = "pest_derive" -version = "2.8.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "51f72981ade67b1ca6adc26ec221be9f463f2b5839c7508998daa17c23d94d7f" -dependencies = [ - "pest", - "pest_generator", -] - -[[package]] -name = "pest_generator" -version = "2.8.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dee9efd8cdb50d719a80088b76f81aec7c41ed6d522ee750178f83883d271625" -dependencies = [ - "pest", - "pest_meta", - "proc-macro2", - "quote", - "syn 2.0.111", -] - -[[package]] -name = "pest_meta" -version = "2.8.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bf1d70880e76bdc13ba52eafa6239ce793d85c8e43896507e43dd8984ff05b82" -dependencies = [ - "pest", - "sha2", -] - -[[package]] -name = "phf" -version = "0.11.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078" -dependencies = [ - "phf_shared", -] - -[[package]] -name = "phf_codegen" -version = "0.11.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a" -dependencies = [ - "phf_generator", - "phf_shared", -] - -[[package]] -name = "phf_generator" -version = "0.11.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d" -dependencies = [ - "phf_shared", - "rand 0.8.5", -] - -[[package]] -name = "phf_shared" -version = "0.11.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5" -dependencies = [ - "siphasher", -] - -[[package]] -name = "pin-project" -version = "1.1.10" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a" -dependencies = [ - "pin-project-internal", -] - -[[package]] -name = "pin-project-internal" -version = "1.1.10" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.111", -] - -[[package]] -name = "pin-project-lite" -version = "0.2.16" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b" - -[[package]] -name = "pin-utils" -version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" - -[[package]] -name = "pkcs8" -version = "0.10.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7" -dependencies = [ - "der", - "spki", -] - -[[package]] -name = "pkg-config" -version = "0.3.32" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c" - -[[package]] -name = "plotters" -version = "0.3.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747" -dependencies = [ - "num-traits", - "plotters-backend", - "plotters-svg", - "wasm-bindgen", - "web-sys", -] - -[[package]] -name = "plotters-backend" -version = "0.3.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a" - -[[package]] -name = "plotters-svg" -version = "0.3.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670" -dependencies = [ - "plotters-backend", -] - -[[package]] -name = "pol" -version = "0.1.0" -source = "git+https://github.com/logos-co/nomos-node.git?branch=master#2f60a0372c228968c3526c341ebc7e58bbd178dd" -dependencies = [ - "circuits-prover", - "circuits-utils", - "groth16", - "num-bigint", - "num-traits", - "serde", - "serde_json", - "thiserror 2.0.17", - "witness-generator", -] - -[[package]] -name = "polling" -version = "3.11.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218" -dependencies = [ - "cfg-if", - "concurrent-queue", - "hermit-abi", - "pin-project-lite", - "rustix 1.1.2", - "windows-sys 0.61.2", -] - -[[package]] -name = "poq" -version = "0.1.0" -source = "git+https://github.com/logos-co/nomos-node.git?branch=master#2f60a0372c228968c3526c341ebc7e58bbd178dd" -dependencies = [ - "circuits-prover", - "circuits-utils", - "groth16", - "num-bigint", - "pol", - "serde", - "serde_json", - "thiserror 2.0.17", - "witness-generator", -] - -[[package]] -name = "portable-atomic" -version = "1.11.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483" - -[[package]] -name = "poseidon2" -version = "0.1.0" -source = "git+https://github.com/logos-co/nomos-node.git?branch=master#2f60a0372c228968c3526c341ebc7e58bbd178dd" -dependencies = [ - "ark-bn254 0.4.0", - "ark-ff 0.4.2", - "jf-poseidon2", - "num-bigint", -] - -[[package]] -name = "potential_utf" -version = "0.1.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b73949432f5e2a09657003c25bca5e19a0e9c84f8058ca374f49e0ebe605af77" -dependencies = [ - "zerovec", -] - -[[package]] -name = "powerfmt" -version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" - -[[package]] -name = "pprof" -version = "0.15.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38a01da47675efa7673b032bf8efd8214f1917d89685e07e395ab125ea42b187" -dependencies = [ - "aligned-vec", - "backtrace", - "cfg-if", - "criterion", - "findshlibs", - "inferno", - "libc", - "log", - "nix 0.26.4", - "once_cell", - "protobuf", - "protobuf-codegen", - "smallvec", - "spin", - "symbolic-demangle", - "tempfile", - "thiserror 2.0.17", -] - -[[package]] -name = "ppv-lite86" -version = "0.2.21" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9" -dependencies = [ - "zerocopy", -] - -[[package]] -name = "proc-macro-crate" -version = "3.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "219cb19e96be00ab2e37d6e299658a0cfa83e52429179969b0f0121b4ac46983" -dependencies = [ - "toml_edit", -] - -[[package]] -name = "proc-macro-error" -version = "1.0.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c" -dependencies = [ - "proc-macro-error-attr", - "proc-macro2", - "quote", - "syn 1.0.109", - "version_check", -] - -[[package]] -name = "proc-macro-error-attr" -version = "1.0.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" -dependencies = [ - "proc-macro2", - "quote", - "version_check", -] - -[[package]] -name = "proc-macro-error-attr2" -version = "2.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5" -dependencies = [ - "proc-macro2", - "quote", -] - -[[package]] -name = "proc-macro-error2" -version = "2.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802" -dependencies = [ - "proc-macro-error-attr2", - "proc-macro2", - "quote", - "syn 2.0.111", -] - -[[package]] -name = "proc-macro2" -version = "1.0.103" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5ee95bc4ef87b8d5ba32e8b7714ccc834865276eab0aed5c9958d00ec45f49e8" -dependencies = [ - "unicode-ident", -] - -[[package]] -name = "prometheus-client" -version = "0.22.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "504ee9ff529add891127c4827eb481bd69dc0ebc72e9a682e187db4caa60c3ca" -dependencies = [ - "dtoa", - "itoa", - "parking_lot", - "prometheus-client-derive-encode", -] - -[[package]] -name = "prometheus-client-derive-encode" -version = "0.4.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "440f724eba9f6996b75d63681b0a92b06947f1457076d503a4d2e2c8f56442b8" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.111", -] - -[[package]] -name = "prometheus-http-query" -version = "0.8.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0fcebfa99f03ae51220778316b37d24981e36322c82c24848f48c5bd0f64cbdb" -dependencies = [ - "enum-as-inner", - "mime", - "reqwest", - "serde", - "time", - "url", -] - -[[package]] -name = "proptest" -version = "1.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bee689443a2bd0a16ab0348b52ee43e3b2d1b1f931c8aa5c9f8de4c86fbe8c40" -dependencies = [ - "bitflags 2.10.0", - "num-traits", - "rand 0.9.2", - "rand_chacha 0.9.0", - "rand_xorshift", - "unarray", -] - -[[package]] -name = "prost" -version = "0.13.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2796faa41db3ec313a31f7624d9286acf277b52de526150b7e69f3debf891ee5" -dependencies = [ - "bytes", - "prost-derive", -] - -[[package]] -name = "prost-derive" -version = "0.13.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8a56d757972c98b346a9b766e3f02746cde6dd1cd1d1d563472929fdd74bec4d" -dependencies = [ - "anyhow", - "itertools 0.14.0", - "proc-macro2", - "quote", - "syn 2.0.111", -] - -[[package]] -name = "prost-types" -version = "0.13.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "52c2c1bf36ddb1a1c396b3601a3cec27c2462e45f07c386894ec3ccf5332bd16" -dependencies = [ - "prost", -] - -[[package]] -name = "protobuf" -version = "3.7.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d65a1d4ddae7d8b5de68153b48f6aa3bba8cb002b243dbdbc55a5afbc98f99f4" -dependencies = [ - "once_cell", - "protobuf-support", - "thiserror 1.0.69", -] - -[[package]] -name = "protobuf-codegen" -version = "3.7.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5d3976825c0014bbd2f3b34f0001876604fe87e0c86cd8fa54251530f1544ace" -dependencies = [ - "anyhow", - "once_cell", - "protobuf", - "protobuf-parse", - "regex", - "tempfile", - "thiserror 1.0.69", -] - -[[package]] -name = "protobuf-parse" -version = "3.7.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b4aeaa1f2460f1d348eeaeed86aea999ce98c1bded6f089ff8514c9d9dbdc973" -dependencies = [ - "anyhow", - "indexmap 2.12.1", - "log", - "protobuf", - "protobuf-support", - "tempfile", - "thiserror 1.0.69", - "which", -] - -[[package]] -name = "protobuf-support" -version = "3.7.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3e36c2f31e0a47f9280fb347ef5e461ffcd2c52dd520d8e216b52f93b0b0d7d6" -dependencies = [ - "thiserror 1.0.69", -] - -[[package]] -name = "quanta" -version = "0.12.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f3ab5a9d756f0d97bdc89019bd2e4ea098cf9cde50ee7564dde6b81ccc8f06c7" -dependencies = [ - "crossbeam-utils", - "libc", - "once_cell", - "raw-cpuid", - "wasi", - "web-sys", - "winapi", -] - -[[package]] -name = "quick-protobuf" -version = "0.8.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d6da84cc204722a989e01ba2f6e1e276e190f22263d0cb6ce8526fcdb0d2e1f" -dependencies = [ - "byteorder", -] - -[[package]] -name = "quick-protobuf-codec" -version = "0.3.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "15a0580ab32b169745d7a39db2ba969226ca16738931be152a3209b409de2474" -dependencies = [ - "asynchronous-codec", - "bytes", - "quick-protobuf", - "thiserror 1.0.69", - "unsigned-varint 0.8.0", -] - -[[package]] -name = "quick-xml" -version = "0.26.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f50b1c63b38611e7d4d7f68b82d3ad0cc71a2ad2e7f61fc10f1328d917c93cd" -dependencies = [ - "memchr", -] - -[[package]] -name = "quinn" -version = "0.11.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20" -dependencies = [ - "bytes", - "cfg_aliases", - "futures-io", - "pin-project-lite", - "quinn-proto", - "quinn-udp", - "rustc-hash", - "rustls 0.23.35", - "socket2 0.6.1", - "thiserror 2.0.17", - "tokio", - "tracing", - "web-time", -] - -[[package]] -name = "quinn-proto" -version = "0.11.13" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f1906b49b0c3bc04b5fe5d86a77925ae6524a19b816ae38ce1e426255f1d8a31" -dependencies = [ - "bytes", - "getrandom 0.3.4", - "lru-slab", - "rand 0.9.2", - "ring", - "rustc-hash", - "rustls 0.23.35", - "rustls-pki-types", - "slab", - "thiserror 2.0.17", - "tinyvec", - "tracing", - "web-time", -] - -[[package]] -name = "quinn-udp" -version = "0.5.14" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd" -dependencies = [ - "cfg_aliases", - "libc", - "once_cell", - "socket2 0.6.1", - "tracing", - "windows-sys 0.60.2", -] - -[[package]] -name = "quote" -version = "1.0.42" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a338cc41d27e6cc6dce6cefc13a0729dfbb81c262b1f519331575dd80ef3067f" -dependencies = [ - "proc-macro2", -] - -[[package]] -name = "r-efi" -version = "5.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" - -[[package]] -name = "radium" -version = "0.7.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09" - -[[package]] -name = "rand" -version = "0.8.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" -dependencies = [ - "libc", - "rand_chacha 0.3.1", - "rand_core 0.6.4", -] - -[[package]] -name = "rand" -version = "0.9.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1" -dependencies = [ - "rand_chacha 0.9.0", - "rand_core 0.9.3", -] - -[[package]] -name = "rand_chacha" -version = "0.3.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" -dependencies = [ - "ppv-lite86", - "rand_core 0.6.4", -] - -[[package]] -name = "rand_chacha" -version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb" -dependencies = [ - "ppv-lite86", - "rand_core 0.9.3", -] - -[[package]] -name = "rand_core" -version = "0.6.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" -dependencies = [ - "getrandom 0.2.16", -] - -[[package]] -name = "rand_core" -version = "0.9.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38" -dependencies = [ - "getrandom 0.3.4", -] - -[[package]] -name = "rand_xorshift" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "513962919efc330f829edb2535844d1b912b0fbe2ca165d613e4e8788bb05a5a" -dependencies = [ - "rand_core 0.9.3", -] - -[[package]] -name = "raw-cpuid" -version = "11.6.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "498cd0dc59d73224351ee52a95fee0f1a617a2eae0e7d9d720cc622c73a54186" -dependencies = [ - "bitflags 2.10.0", -] - -[[package]] -name = "rayon" -version = "1.11.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f" -dependencies = [ - "either", - "rayon-core", -] - -[[package]] -name = "rayon-core" -version = "1.13.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91" -dependencies = [ - "crossbeam-deque", - "crossbeam-utils", -] - -[[package]] -name = "rcgen" -version = "0.13.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "75e669e5202259b5314d1ea5397316ad400819437857b90861765f24c4cf80a2" -dependencies = [ - "pem", - "ring", - "rustls-pki-types", - "time", - "yasna", -] - -[[package]] -name = "redox_syscall" -version = "0.5.18" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d" -dependencies = [ - "bitflags 2.10.0", -] - -[[package]] -name = "redox_users" -version = "0.5.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac" -dependencies = [ - "getrandom 0.2.16", - "libredox", - "thiserror 2.0.17", -] - -[[package]] -name = "regex" -version = "1.12.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4" -dependencies = [ - "aho-corasick", - "memchr", - "regex-automata", - "regex-syntax", -] - -[[package]] -name = "regex-automata" -version = "0.4.13" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c" -dependencies = [ - "aho-corasick", - "memchr", - "regex-syntax", -] - -[[package]] -name = "regex-syntax" -version = "0.8.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58" - -[[package]] -name = "reqwest" -version = "0.12.24" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d0946410b9f7b082a427e4ef5c8ff541a88b357bc6c637c40db3a68ac70a36f" -dependencies = [ - "base64 0.22.1", - "bytes", - "futures-channel", - "futures-core", - "futures-util", - "http 1.4.0", - "http-body 1.0.1", - "http-body-util", - "hyper 1.8.1", - "hyper-rustls 0.27.7", - "hyper-tls", - "hyper-util", - "js-sys", - "log", - "native-tls", - "percent-encoding", - "pin-project-lite", - "quinn", - "rustls 0.23.35", - "rustls-pki-types", - "serde", - "serde_json", - "serde_urlencoded", - "sync_wrapper", - "tokio", - "tokio-native-tls", - "tokio-rustls 0.26.4", - "tokio-util", - "tower 0.5.2", - "tower-http 0.6.7", - "tower-service", - "url", - "wasm-bindgen", - "wasm-bindgen-futures", - "wasm-streams", - "web-sys", - "webpki-roots", -] - -[[package]] -name = "resolv-conf" -version = "0.7.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e061d1b48cb8d38042de4ae0a7a6401009d6143dc80d2e2d6f31f0bdd6470c7" - -[[package]] -name = "rfc6979" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2" -dependencies = [ - "hmac", - "subtle", -] - -[[package]] -name = "rgb" -version = "0.8.52" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0c6a884d2998352bb4daf0183589aec883f16a6da1f4dde84d8e2e9a5409a1ce" -dependencies = [ - "bytemuck", -] - -[[package]] -name = "ring" -version = "0.17.14" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7" -dependencies = [ - "cc", - "cfg-if", - "getrandom 0.2.16", - "libc", - "untrusted", - "windows-sys 0.52.0", -] - -[[package]] -name = "rocksdb" -version = "0.24.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ddb7af00d2b17dbd07d82c0063e25411959748ff03e8d4f96134c2ff41fce34f" -dependencies = [ - "libc", - "librocksdb-sys", -] - -[[package]] -name = "rpds" -version = "1.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9e75f485e819d4d3015e6c0d55d02a4fd3db47c1993d9e603e0361fba2bffb34" -dependencies = [ - "archery", - "serde", -] - -[[package]] -name = "rs-merkle-tree" -version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b7a3ef170810c387d31b64c0b59734abb0839dac2a8d137909e271bfdec9b1e0" -dependencies = [ - "ark-bn254 0.5.0", - "ark-ff 0.5.0", - "byteorder", - "futures", - "light-poseidon", - "quote", - "rand 0.9.2", - "syn 1.0.109", - "thiserror 2.0.17", - "tiny-keccak", - "tokio", -] - -[[package]] -name = "rtnetlink" -version = "0.13.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7a552eb82d19f38c3beed3f786bd23aa434ceb9ac43ab44419ca6d67a7e186c0" -dependencies = [ - "futures", - "log", - "netlink-packet-core 0.7.0", - "netlink-packet-route 0.17.1", - "netlink-packet-utils", - "netlink-proto", - "netlink-sys", - "nix 0.26.4", - "thiserror 1.0.69", - "tokio", -] - -[[package]] -name = "rust-embed" -version = "8.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "947d7f3fad52b283d261c4c99a084937e2fe492248cb9a68a8435a861b8798ca" -dependencies = [ - "rust-embed-impl", - "rust-embed-utils", - "walkdir", -] - -[[package]] -name = "rust-embed-impl" -version = "8.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5fa2c8c9e8711e10f9c4fd2d64317ef13feaab820a4c51541f1a8c8e2e851ab2" -dependencies = [ - "proc-macro2", - "quote", - "rust-embed-utils", - "syn 2.0.111", - "walkdir", -] - -[[package]] -name = "rust-embed-utils" -version = "8.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "60b161f275cb337fe0a44d924a5f4df0ed69c2c39519858f931ce61c779d3475" -dependencies = [ - "sha2", - "walkdir", -] - -[[package]] -name = "rustc-demangle" -version = "0.1.26" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace" - -[[package]] -name = "rustc-hash" -version = "2.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d" - -[[package]] -name = "rustc_version" -version = "0.4.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92" -dependencies = [ - "semver", -] - -[[package]] -name = "rusticata-macros" -version = "4.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "faf0c4a6ece9950b9abdb62b1cfcf2a68b3b67a10ba445b3bb85be2a293d0632" -dependencies = [ - "nom 7.1.3", -] - -[[package]] -name = "rustix" -version = "0.38.44" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154" -dependencies = [ - "bitflags 2.10.0", - "errno", - "libc", - "linux-raw-sys 0.4.15", - "windows-sys 0.59.0", -] - -[[package]] -name = "rustix" -version = "1.1.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e" -dependencies = [ - "bitflags 2.10.0", - "errno", - "libc", - "linux-raw-sys 0.11.0", - "windows-sys 0.61.2", -] - -[[package]] -name = "rustls" -version = "0.21.12" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e" -dependencies = [ - "log", - "ring", - "rustls-webpki 0.101.7", - "sct", -] - -[[package]] -name = "rustls" -version = "0.23.35" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "533f54bc6a7d4f647e46ad909549eda97bf5afc1585190ef692b4286b198bd8f" -dependencies = [ - "once_cell", - "ring", - "rustls-pki-types", - "rustls-webpki 0.103.8", - "subtle", - "zeroize", -] - -[[package]] -name = "rustls-native-certs" -version = "0.6.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00" -dependencies = [ - "openssl-probe", - "rustls-pemfile", - "schannel", - "security-framework", -] - -[[package]] -name = "rustls-pemfile" -version = "1.0.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c" -dependencies = [ - "base64 0.21.7", -] - -[[package]] -name = "rustls-pki-types" -version = "1.13.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "94182ad936a0c91c324cd46c6511b9510ed16af436d7b5bab34beab0afd55f7a" -dependencies = [ - "web-time", - "zeroize", -] - -[[package]] -name = "rustls-webpki" -version = "0.101.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765" -dependencies = [ - "ring", - "untrusted", -] - -[[package]] -name = "rustls-webpki" -version = "0.103.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2ffdfa2f5286e2247234e03f680868ac2815974dc39e00ea15adc445d0aafe52" -dependencies = [ - "ring", - "rustls-pki-types", - "untrusted", -] - -[[package]] -name = "rustversion" -version = "1.0.22" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d" - -[[package]] -name = "rw-stream-sink" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d8c9026ff5d2f23da5e45bbc283f156383001bfb09c4e44256d02c1a685fe9a1" -dependencies = [ - "futures", - "pin-project", - "static_assertions", -] - -[[package]] -name = "ryu" -version = "1.0.20" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f" - -[[package]] -name = "same-file" -version = "1.0.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" -dependencies = [ - "winapi-util", -] - -[[package]] -name = "scc" -version = "2.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "46e6f046b7fef48e2660c57ed794263155d713de679057f2d0c169bfc6e756cc" -dependencies = [ - "sdd", -] - -[[package]] -name = "schannel" -version = "0.1.28" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1" -dependencies = [ - "windows-sys 0.61.2", -] - -[[package]] -name = "scopeguard" -version = "1.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" - -[[package]] -name = "sct" -version = "0.7.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414" -dependencies = [ - "ring", - "untrusted", -] - -[[package]] -name = "sdd" -version = "3.0.10" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "490dcfcbfef26be6800d11870ff2df8774fa6e86d047e3e8c8a76b25655e41ca" - -[[package]] -name = "sec1" -version = "0.7.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc" -dependencies = [ - "base16ct", - "der", - "generic-array 0.14.7", - "pkcs8", - "subtle", - "zeroize", -] - -[[package]] -name = "secrecy" -version = "0.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9bd1c54ea06cfd2f6b63219704de0b9b4f72dcc2b8fdef820be6cd799780e91e" -dependencies = [ - "serde", - "zeroize", -] - -[[package]] -name = "security-framework" -version = "2.11.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02" -dependencies = [ - "bitflags 2.10.0", - "core-foundation", - "core-foundation-sys", - "libc", - "security-framework-sys", -] - -[[package]] -name = "security-framework-sys" -version = "2.15.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cc1f0cbffaac4852523ce30d8bd3c5cdc873501d96ff467ca09b6767bb8cd5c0" -dependencies = [ - "core-foundation-sys", - "libc", -] - -[[package]] -name = "semver" -version = "1.0.27" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2" - -[[package]] -name = "serde" -version = "1.0.228" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e" -dependencies = [ - "serde_core", - "serde_derive", -] - -[[package]] -name = "serde-value" -version = "0.7.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f3a1a3341211875ef120e117ea7fd5228530ae7e7036a779fdc9117be6b3282c" -dependencies = [ - "ordered-float", - "serde", -] - -[[package]] -name = "serde_core" -version = "1.0.228" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad" -dependencies = [ - "serde_derive", -] - -[[package]] -name = "serde_derive" -version = "1.0.228" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.111", -] - -[[package]] -name = "serde_json" -version = "1.0.145" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c" -dependencies = [ - "itoa", - "memchr", - "ryu", - "serde", - "serde_core", -] - -[[package]] -name = "serde_path_to_error" -version = "0.1.20" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457" -dependencies = [ - "itoa", - "serde", - "serde_core", -] - -[[package]] -name = "serde_urlencoded" -version = "0.7.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" -dependencies = [ - "form_urlencoded", - "itoa", - "ryu", - "serde", -] - -[[package]] -name = "serde_with" -version = "3.16.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "10574371d41b0d9b2cff89418eda27da52bcaff2cc8741db26382a77c29131f1" -dependencies = [ - "base64 0.22.1", - "chrono", - "hex", - "serde_core", - "serde_json", - "serde_with_macros", - "time", -] - -[[package]] -name = "serde_with_macros" -version = "3.16.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08a72d8216842fdd57820dc78d840bef99248e35fb2554ff923319e60f2d686b" -dependencies = [ - "darling", - "proc-macro2", - "quote", - "syn 2.0.111", -] - -[[package]] -name = "serde_yaml" -version = "0.9.34+deprecated" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47" -dependencies = [ - "indexmap 2.12.1", - "itoa", - "ryu", - "serde", - "unsafe-libyaml", -] - -[[package]] -name = "serial_test" -version = "2.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0e56dd856803e253c8f298af3f4d7eb0ae5e23a737252cd90bb4f3b435033b2d" -dependencies = [ - "dashmap", - "futures", - "lazy_static", - "log", - "parking_lot", - "serial_test_derive 2.0.0", -] - -[[package]] -name = "serial_test" -version = "3.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1b258109f244e1d6891bf1053a55d63a5cd4f8f4c30cf9a1280989f80e7a1fa9" -dependencies = [ - "futures", - "log", - "once_cell", - "parking_lot", - "scc", - "serial_test_derive 3.2.0", -] - -[[package]] -name = "serial_test_derive" -version = "2.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "91d129178576168c589c9ec973feedf7d3126c01ac2bf08795109aa35b69fb8f" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.111", -] - -[[package]] -name = "serial_test_derive" -version = "3.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5d69265a08751de7844521fd15003ae0a888e035773ba05695c5c759a6f89eef" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.111", -] - -[[package]] -name = "services-utils" -version = "0.1.0" -source = "git+https://github.com/logos-co/nomos-node.git?branch=master#2f60a0372c228968c3526c341ebc7e58bbd178dd" -dependencies = [ - "async-trait", - "futures", - "log", - "overwatch", - "serde", - "serde_json", - "thiserror 1.0.69", - "tracing", -] - -[[package]] -name = "sha2" -version = "0.10.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283" -dependencies = [ - "cfg-if", - "cpufeatures", - "digest", -] - -[[package]] -name = "sharded-slab" -version = "0.1.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" -dependencies = [ - "lazy_static", -] - -[[package]] -name = "shlex" -version = "1.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" - -[[package]] -name = "signal-hook-registry" -version = "1.4.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7664a098b8e616bdfcc2dc0e9ac44eb231eedf41db4e9fe95d8d32ec728dedad" -dependencies = [ - "libc", -] - -[[package]] -name = "signature" -version = "2.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de" -dependencies = [ - "digest", - "rand_core 0.6.4", -] - -[[package]] -name = "simd-adler32" -version = "0.3.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe" - -[[package]] -name = "siphasher" -version = "1.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d" - -[[package]] -name = "slab" -version = "0.4.11" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589" - -[[package]] -name = "slug" -version = "0.1.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "882a80f72ee45de3cc9a5afeb2da0331d58df69e4e7d8eeb5d3c7784ae67e724" -dependencies = [ - "deunicode", - "wasm-bindgen", -] - -[[package]] -name = "smallvec" -version = "1.15.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" - -[[package]] -name = "snap" -version = "1.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1b6b67fb9a61334225b5b790716f609cd58395f895b3fe8b328786812a40bc3b" - -[[package]] -name = "sntpc" -version = "0.5.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "78f778a0f82b3cf5d75f858eceee38e84d5292f1d03415e88cc4ec45ca6ba8a2" -dependencies = [ - "cfg-if", - "tokio", -] - -[[package]] -name = "socket2" -version = "0.5.10" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678" -dependencies = [ - "libc", - "windows-sys 0.52.0", -] - -[[package]] -name = "socket2" -version = "0.6.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881" -dependencies = [ - "libc", - "windows-sys 0.60.2", -] - -[[package]] -name = "spin" -version = "0.10.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d5fe4ccb98d9c292d56fec89a5e07da7fc4cf0dc11e156b41793132775d3e591" -dependencies = [ - "lock_api", -] - -[[package]] -name = "spinning_top" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d96d2d1d716fb500937168cc09353ffdc7a012be8475ac7308e1bdf0e3923300" -dependencies = [ - "lock_api", -] - -[[package]] -name = "spki" -version = "0.7.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d" -dependencies = [ - "base64ct", - "der", -] - -[[package]] -name = "stable_deref_trait" -version = "1.2.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596" - -[[package]] -name = "static_assertions" -version = "1.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" - -[[package]] -name = "str_stack" -version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9091b6114800a5f2141aee1d1b9d6ca3592ac062dc5decb3764ec5895a47b4eb" - -[[package]] -name = "strsim" -version = "0.11.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" - -[[package]] -name = "strum" -version = "0.27.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "af23d6f6c1a224baef9d3f61e287d2761385a5b88fdab4eb4c6f11aeb54c4bcf" -dependencies = [ - "strum_macros", -] - -[[package]] -name = "strum_macros" -version = "0.27.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7695ce3845ea4b33927c055a39dc438a45b059f7c1b3d91d38d10355fb8cbca7" -dependencies = [ - "heck", - "proc-macro2", - "quote", - "syn 2.0.111", -] - -[[package]] -name = "subnetworks-assignations" -version = "0.1.0" -source = "git+https://github.com/logos-co/nomos-node.git?branch=master#2f60a0372c228968c3526c341ebc7e58bbd178dd" -dependencies = [ - "counter", - "libp2p-identity", - "nomos-core", - "nomos-utils", - "rand 0.8.5", - "serde", -] - -[[package]] -name = "subtle" -version = "2.6.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" - -[[package]] -name = "symbolic-common" -version = "12.17.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b3d8046c5674ab857104bc4559d505f4809b8060d57806e45d49737c97afeb60" -dependencies = [ - "debugid", - "memmap2", - "stable_deref_trait", - "uuid", -] - -[[package]] -name = "symbolic-demangle" -version = "12.17.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1accb6e5c4b0f682de907623912e616b44be1c9e725775155546669dbff720ec" -dependencies = [ - "rustc-demangle", - "symbolic-common", -] - -[[package]] -name = "syn" -version = "1.0.109" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" -dependencies = [ - "proc-macro2", - "quote", - "unicode-ident", -] - -[[package]] -name = "syn" -version = "2.0.111" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "390cc9a294ab71bdb1aa2e99d13be9c753cd2d7bd6560c77118597410c4d2e87" -dependencies = [ - "proc-macro2", - "quote", - "unicode-ident", -] - -[[package]] -name = "sync_wrapper" -version = "1.0.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263" -dependencies = [ - "futures-core", -] - -[[package]] -name = "synstructure" -version = "0.13.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.111", -] - -[[package]] -name = "system-configuration" -version = "0.5.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7" -dependencies = [ - "bitflags 1.3.2", - "core-foundation", - "system-configuration-sys 0.5.0", -] - -[[package]] -name = "system-configuration" -version = "0.6.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b" -dependencies = [ - "bitflags 2.10.0", - "core-foundation", - "system-configuration-sys 0.6.0", -] - -[[package]] -name = "system-configuration-sys" -version = "0.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9" -dependencies = [ - "core-foundation-sys", - "libc", -] - -[[package]] -name = "system-configuration-sys" -version = "0.6.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4" -dependencies = [ - "core-foundation-sys", - "libc", -] - -[[package]] -name = "tagptr" -version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417" - -[[package]] -name = "tap" -version = "1.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369" - -[[package]] -name = "tempfile" -version = "3.23.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16" -dependencies = [ - "fastrand", - "getrandom 0.3.4", - "once_cell", - "rustix 1.1.2", - "windows-sys 0.61.2", -] - -[[package]] -name = "tera" -version = "1.20.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8004bca281f2d32df3bacd59bc67b312cb4c70cea46cbd79dbe8ac5ed206722" -dependencies = [ - "chrono", - "chrono-tz", - "globwalk", - "humansize", - "lazy_static", - "percent-encoding", - "pest", - "pest_derive", - "rand 0.8.5", - "regex", - "serde", - "serde_json", - "slug", - "unicode-segmentation", -] - -[[package]] -name = "testing-framework-core" -version = "0.1.0" -dependencies = [ - "anyhow", - "async-trait", - "broadcast-service", - "chain-service", - "common-http-client", - "futures", - "groth16", - "hex", - "integration-configs", - "key-management-system", - "kzgrs-backend", - "nomos-core", - "nomos-da-network-core", - "nomos-da-network-service", - "nomos-executor", - "nomos-http-api-common", - "nomos-libp2p", - "nomos-network", - "nomos-node", - "nomos-tracing", - "nomos-tracing-service", - "nomos-utils", - "prometheus-http-query", - "rand 0.8.5", - "reqwest", - "serde", - "serde_json", - "serde_with", - "serde_yaml", - "tempfile", - "thiserror 2.0.17", - "tokio", - "tracing", - "tx-service", -] - -[[package]] -name = "testing-framework-runner-compose" -version = "0.1.0" -dependencies = [ - "anyhow", - "async-trait", - "axum", - "cfgsync", - "groth16", - "nomos-core", - "nomos-ledger", - "nomos-tracing-service", - "reqwest", - "serde", - "tempfile", - "tera", - "testing-framework-core", - "tests", - "thiserror 2.0.17", - "tokio", - "tracing", - "url", - "uuid", - "zksign", -] - -[[package]] -name = "testing-framework-runner-k8s" -version = "0.1.0" -dependencies = [ - "anyhow", - "async-trait", - "k8s-openapi", - "kube", - "reqwest", - "serde", - "serde_yaml", - "tempfile", - "testing-framework-core", - "thiserror 2.0.17", - "tokio", - "tracing", - "url", - "uuid", -] - -[[package]] -name = "testing-framework-runner-local" -version = "0.1.0" -dependencies = [ - "async-trait", - "testing-framework-core", - "thiserror 2.0.17", -] - -[[package]] -name = "testing-framework-workflows" -version = "0.1.0" -dependencies = [ - "async-trait", - "ed25519-dalek", - "executor-http-client", - "integration-configs", - "nomos-core", - "rand 0.8.5", - "testing-framework-core", - "thiserror 2.0.17", - "tokio", - "tracing", - "zksign", -] - -[[package]] -name = "tests" -version = "0.1.0" -source = "git+https://github.com/logos-co/nomos-node.git?branch=master#2f60a0372c228968c3526c341ebc7e58bbd178dd" -dependencies = [ - "async-trait", - "blst", - "broadcast-service", - "chain-leader", - "chain-network", - "chain-service", - "common-http-client", - "cryptarchia-engine", - "cryptarchia-sync", - "ed25519-dalek", - "executor-http-client", - "futures", - "futures-util", - "groth16", - "hex", - "key-management-system", - "kzgrs-backend", - "nomos-api", - "nomos-blend-message", - "nomos-blend-service", - "nomos-core", - "nomos-da-dispersal", - "nomos-da-network-core", - "nomos-da-network-service", - "nomos-da-sampling", - "nomos-da-verifier", - "nomos-executor", - "nomos-http-api-common", - "nomos-ledger", - "nomos-libp2p", - "nomos-network", - "nomos-node", - "nomos-sdp", - "nomos-time", - "nomos-tracing", - "nomos-tracing-service", - "nomos-utils", - "nomos-wallet", - "num-bigint", - "rand 0.8.5", - "reqwest", - "serde_json", - "serde_yaml", - "serial_test 3.2.0", - "subnetworks-assignations", - "tempfile", - "time", - "tokio", - "tracing", - "tx-service", - "zksign", -] - -[[package]] -name = "tests-workflows" -version = "0.1.0" -dependencies = [ - "anyhow", - "serial_test 2.0.0", - "testing-framework-core", - "testing-framework-runner-compose", - "testing-framework-runner-k8s", - "testing-framework-runner-local", - "testing-framework-workflows", - "tokio", -] - -[[package]] -name = "thiserror" -version = "1.0.69" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" -dependencies = [ - "thiserror-impl 1.0.69", -] - -[[package]] -name = "thiserror" -version = "2.0.17" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8" -dependencies = [ - "thiserror-impl 2.0.17", -] - -[[package]] -name = "thiserror-impl" -version = "1.0.69" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.111", -] - -[[package]] -name = "thiserror-impl" -version = "2.0.17" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.111", -] - -[[package]] -name = "thread_local" -version = "1.1.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185" -dependencies = [ - "cfg-if", -] - -[[package]] -name = "threadpool" -version = "1.8.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa" -dependencies = [ - "num_cpus", -] - -[[package]] -name = "time" -version = "0.3.44" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "91e7d9e3bb61134e77bde20dd4825b97c010155709965fedf0f49bb138e52a9d" -dependencies = [ - "deranged", - "itoa", - "num-conv", - "powerfmt", - "serde", - "time-core", - "time-macros", -] - -[[package]] -name = "time-core" -version = "0.1.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "40868e7c1d2f0b8d73e4a8c7f0ff63af4f6d19be117e90bd73eb1d62cf831c6b" - -[[package]] -name = "time-macros" -version = "0.2.24" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "30cfb0125f12d9c277f35663a0a33f8c30190f4e4574868a330595412d34ebf3" -dependencies = [ - "num-conv", - "time-core", -] - -[[package]] -name = "tiny-keccak" -version = "2.0.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237" -dependencies = [ - "crunchy", -] - -[[package]] -name = "tinystr" -version = "0.8.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "42d3e9c45c09de15d06dd8acf5f4e0e399e85927b7f00711024eb7ae10fa4869" -dependencies = [ - "displaydoc", - "zerovec", -] - -[[package]] -name = "tinytemplate" -version = "1.2.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc" -dependencies = [ - "serde", - "serde_json", -] - -[[package]] -name = "tinyvec" -version = "1.10.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa" -dependencies = [ - "tinyvec_macros", -] - -[[package]] -name = "tinyvec_macros" -version = "0.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" - -[[package]] -name = "tokio" -version = "1.48.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408" -dependencies = [ - "bytes", - "libc", - "mio", - "parking_lot", - "pin-project-lite", - "signal-hook-registry", - "socket2 0.6.1", - "tokio-macros", - "windows-sys 0.61.2", -] - -[[package]] -name = "tokio-io-timeout" -version = "1.2.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0bd86198d9ee903fedd2f9a2e72014287c0d9167e4ae43b5853007205dda1b76" -dependencies = [ - "pin-project-lite", - "tokio", -] - -[[package]] -name = "tokio-macros" -version = "2.6.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.111", -] - -[[package]] -name = "tokio-native-tls" -version = "0.3.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2" -dependencies = [ - "native-tls", - "tokio", -] - -[[package]] -name = "tokio-rustls" -version = "0.24.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081" -dependencies = [ - "rustls 0.21.12", - "tokio", -] - -[[package]] -name = "tokio-rustls" -version = "0.26.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61" -dependencies = [ - "rustls 0.23.35", - "tokio", -] - -[[package]] -name = "tokio-stream" -version = "0.1.17" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047" -dependencies = [ - "futures-core", - "pin-project-lite", - "tokio", - "tokio-util", -] - -[[package]] -name = "tokio-util" -version = "0.7.17" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2efa149fe76073d6e8fd97ef4f4eca7b67f599660115591483572e406e165594" -dependencies = [ - "bytes", - "futures-core", - "futures-sink", - "pin-project-lite", - "slab", - "tokio", -] - -[[package]] -name = "toml_datetime" -version = "0.7.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f2cdb639ebbc97961c51720f858597f7f24c4fc295327923af55b74c3c724533" -dependencies = [ - "serde_core", -] - -[[package]] -name = "toml_edit" -version = "0.23.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6485ef6d0d9b5d0ec17244ff7eb05310113c3f316f2d14200d4de56b3cb98f8d" -dependencies = [ - "indexmap 2.12.1", - "toml_datetime", - "toml_parser", - "winnow", -] - -[[package]] -name = "toml_parser" -version = "1.0.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c0cbe268d35bdb4bb5a56a2de88d0ad0eb70af5384a99d648cd4b3d04039800e" -dependencies = [ - "winnow", -] - -[[package]] -name = "tonic" -version = "0.12.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "877c5b330756d856ffcc4553ab34a5684481ade925ecc54bcd1bf02b1d0d4d52" -dependencies = [ - "async-stream", - "async-trait", - "axum", - "base64 0.22.1", - "bytes", - "h2", - "http 1.4.0", - "http-body 1.0.1", - "http-body-util", - "hyper 1.8.1", - "hyper-timeout 0.5.2", - "hyper-util", - "percent-encoding", - "pin-project", - "prost", - "socket2 0.5.10", - "tokio", - "tokio-stream", - "tower 0.4.13", - "tower-layer", - "tower-service", - "tracing", -] - -[[package]] -name = "tower" -version = "0.4.13" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c" -dependencies = [ - "futures-core", - "futures-util", - "indexmap 1.9.3", - "pin-project", - "pin-project-lite", - "rand 0.8.5", - "slab", - "tokio", - "tokio-util", - "tower-layer", - "tower-service", - "tracing", -] - -[[package]] -name = "tower" -version = "0.5.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9" -dependencies = [ - "futures-core", - "futures-util", - "pin-project-lite", - "sync_wrapper", - "tokio", - "tower-layer", - "tower-service", - "tracing", -] - -[[package]] -name = "tower-http" -version = "0.4.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140" -dependencies = [ - "base64 0.21.7", - "bitflags 2.10.0", - "bytes", - "futures-core", - "futures-util", - "http 0.2.12", - "http-body 0.4.6", - "http-range-header", - "mime", - "pin-project-lite", - "tower-layer", - "tower-service", - "tracing", -] - -[[package]] -name = "tower-http" -version = "0.5.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e9cd434a998747dd2c4276bc96ee2e0c7a2eadf3cae88e52be55a05fa9053f5" -dependencies = [ - "bitflags 2.10.0", - "bytes", - "http 1.4.0", - "http-body 1.0.1", - "http-body-util", - "pin-project-lite", - "tokio", - "tower-layer", - "tower-service", - "tracing", -] - -[[package]] -name = "tower-http" -version = "0.6.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9cf146f99d442e8e68e585f5d798ccd3cad9a7835b917e09728880a862706456" -dependencies = [ - "bitflags 2.10.0", - "bytes", - "futures-util", - "http 1.4.0", - "http-body 1.0.1", - "iri-string", - "pin-project-lite", - "tower 0.5.2", - "tower-layer", - "tower-service", -] - -[[package]] -name = "tower-layer" -version = "0.3.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e" - -[[package]] -name = "tower-service" -version = "0.3.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" - -[[package]] -name = "tower_governor" -version = "0.3.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3790eac6ad3fb8d9d96c2b040ae06e2517aa24b067545d1078b96ae72f7bb9a7" -dependencies = [ - "axum", - "forwarded-header-value", - "governor", - "http 1.4.0", - "pin-project", - "thiserror 1.0.69", - "tower 0.4.13", - "tracing", -] - -[[package]] -name = "tracing" -version = "0.1.41" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0" -dependencies = [ - "log", - "pin-project-lite", - "tracing-attributes", - "tracing-core", -] - -[[package]] -name = "tracing-appender" -version = "0.2.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3566e8ce28cc0a3fe42519fc80e6b4c943cc4c8cef275620eb8dac2d3d4e06cf" -dependencies = [ - "crossbeam-channel", - "thiserror 1.0.69", - "time", - "tracing-subscriber 0.3.20", -] - -[[package]] -name = "tracing-attributes" -version = "0.1.30" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "81383ab64e72a7a8b8e13130c49e3dab29def6d0c7d76a03087b3cf71c5c6903" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.111", -] - -[[package]] -name = "tracing-core" -version = "0.1.34" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b9d12581f227e93f094d3af2ae690a574abb8a2b9b7a96e7cfe9647b2b617678" -dependencies = [ - "once_cell", - "valuable", -] - -[[package]] -name = "tracing-futures" -version = "0.2.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2" -dependencies = [ - "pin-project", - "tracing", -] - -[[package]] -name = "tracing-gelf" -version = "0.7.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d7c0170f1bf67b749d4377c2da1d99d6e722600051ee53870cfb6f618611e29e" -dependencies = [ - "bytes", - "futures-channel", - "futures-util", - "hostname", - "serde_json", - "thiserror 1.0.69", - "tokio", - "tokio-util", - "tracing-core", - "tracing-futures", - "tracing-subscriber 0.3.20", -] - -[[package]] -name = "tracing-log" -version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" -dependencies = [ - "log", - "once_cell", - "tracing-core", -] - -[[package]] -name = "tracing-loki" -version = "0.2.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ba3beec919fbdf99d719de8eda6adae3281f8a5b71ae40431f44dc7423053d34" -dependencies = [ - "loki-api", - "reqwest", - "serde", - "serde_json", - "snap", - "tokio", - "tokio-stream", - "tracing", - "tracing-core", - "tracing-log", - "tracing-serde", - "tracing-subscriber 0.3.20", - "url", -] - -[[package]] -name = "tracing-opentelemetry" -version = "0.27.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dc58af5d3f6c5811462cabb3289aec0093f7338e367e5a33d28c0433b3c7360b" -dependencies = [ - "js-sys", - "once_cell", - "opentelemetry", - "opentelemetry_sdk", - "smallvec", - "tracing", - "tracing-core", - "tracing-subscriber 0.3.20", - "web-time", -] - -[[package]] -name = "tracing-serde" -version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1" -dependencies = [ - "serde", - "tracing-core", -] - -[[package]] -name = "tracing-subscriber" -version = "0.2.25" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0e0d2eaa99c3c2e41547cfa109e910a68ea03823cccad4a0525dcbc9b01e8c71" -dependencies = [ - "tracing-core", -] - -[[package]] -name = "tracing-subscriber" -version = "0.3.20" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2054a14f5307d601f88daf0553e1cbf472acc4f2c51afab632431cdcd72124d5" -dependencies = [ - "matchers", - "nu-ansi-term", - "once_cell", - "regex-automata", - "sharded-slab", - "smallvec", - "thread_local", - "tracing", - "tracing-core", - "tracing-log", -] - -[[package]] -name = "triomphe" -version = "0.1.15" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dd69c5aa8f924c7519d6372789a74eac5b94fb0f8fcf0d4a97eb0bfc3e785f39" - -[[package]] -name = "try-lock" -version = "0.2.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" - -[[package]] -name = "tx-service" -version = "0.1.0" -source = "git+https://github.com/logos-co/nomos-node.git?branch=master#2f60a0372c228968c3526c341ebc7e58bbd178dd" -dependencies = [ - "async-trait", - "futures", - "nomos-core", - "nomos-network", - "nomos-storage", - "overwatch", - "rand 0.8.5", - "serde", - "serde_json", - "services-utils", - "thiserror 1.0.69", - "tokio", - "tokio-stream", - "tracing", - "utoipa", -] - -[[package]] -name = "typenum" -version = "1.19.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb" - -[[package]] -name = "ucd-trie" -version = "0.1.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971" - -[[package]] -name = "uint" -version = "0.10.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "909988d098b2f738727b161a106cfc7cab00c539c2687a8836f8e565976fb53e" -dependencies = [ - "byteorder", - "crunchy", - "hex", - "static_assertions", -] - -[[package]] -name = "unarray" -version = "0.1.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94" - -[[package]] -name = "unicase" -version = "2.8.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539" - -[[package]] -name = "unicode-ident" -version = "1.0.22" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5" - -[[package]] -name = "unicode-segmentation" -version = "1.12.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493" - -[[package]] -name = "unsafe-libyaml" -version = "0.2.11" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861" - -[[package]] -name = "unsigned-varint" -version = "0.7.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6889a77d49f1f013504cec6bf97a2c730394adedaeb1deb5ea08949a50541105" - -[[package]] -name = "unsigned-varint" -version = "0.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eb066959b24b5196ae73cb057f45598450d2c5f71460e98c49b738086eff9c06" - -[[package]] -name = "untrusted" -version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" - -[[package]] -name = "url" -version = "2.5.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b" -dependencies = [ - "form_urlencoded", - "idna", - "percent-encoding", - "serde", -] - -[[package]] -name = "utf8_iter" -version = "1.0.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" - -[[package]] -name = "utoipa" -version = "4.2.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c5afb1a60e207dca502682537fefcfd9921e71d0b83e9576060f09abc6efab23" -dependencies = [ - "indexmap 2.12.1", - "serde", - "serde_json", - "utoipa-gen", -] - -[[package]] -name = "utoipa-gen" -version = "4.3.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "20c24e8ab68ff9ee746aad22d39b5535601e6416d1b0feeabf78be986a5c4392" -dependencies = [ - "proc-macro-error", - "proc-macro2", - "quote", - "syn 2.0.111", -] - -[[package]] -name = "utoipa-swagger-ui" -version = "7.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "943e0ff606c6d57d410fd5663a4d7c074ab2c5f14ab903b9514565e59fa1189e" -dependencies = [ - "axum", - "mime_guess", - "regex", - "reqwest", - "rust-embed", - "serde", - "serde_json", - "utoipa", - "zip", -] - -[[package]] -name = "utxotree" -version = "0.1.0" -source = "git+https://github.com/logos-co/nomos-node.git?branch=master#2f60a0372c228968c3526c341ebc7e58bbd178dd" -dependencies = [ - "ark-ff 0.4.2", - "groth16", - "num-bigint", - "poseidon2", - "rpds", - "serde", - "thiserror 1.0.69", -] - -[[package]] -name = "uuid" -version = "1.18.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2f87b8aa10b915a06587d0dec516c282ff295b475d94abf425d62b57710070a2" -dependencies = [ - "getrandom 0.3.4", - "js-sys", - "wasm-bindgen", -] - -[[package]] -name = "valuable" -version = "0.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65" - -[[package]] -name = "vcpkg" -version = "0.2.15" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" - -[[package]] -name = "version_check" -version = "0.9.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" - -[[package]] -name = "walkdir" -version = "2.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" -dependencies = [ - "same-file", - "winapi-util", -] - -[[package]] -name = "wallet" -version = "0.1.0" -source = "git+https://github.com/logos-co/nomos-node.git?branch=master#2f60a0372c228968c3526c341ebc7e58bbd178dd" -dependencies = [ - "nomos-core", - "nomos-ledger", - "num-bigint", - "rpds", - "thiserror 2.0.17", - "tracing", - "zksign", -] - -[[package]] -name = "want" -version = "0.3.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" -dependencies = [ - "try-lock", -] - -[[package]] -name = "wasi" -version = "0.11.1+wasi-snapshot-preview1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" - -[[package]] -name = "wasip2" -version = "1.0.1+wasi-0.2.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7" -dependencies = [ - "wit-bindgen", -] - -[[package]] -name = "wasm-bindgen" -version = "0.2.105" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "da95793dfc411fbbd93f5be7715b0578ec61fe87cb1a42b12eb625caa5c5ea60" -dependencies = [ - "cfg-if", - "once_cell", - "rustversion", - "wasm-bindgen-macro", - "wasm-bindgen-shared", -] - -[[package]] -name = "wasm-bindgen-futures" -version = "0.4.55" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "551f88106c6d5e7ccc7cd9a16f312dd3b5d36ea8b4954304657d5dfba115d4a0" -dependencies = [ - "cfg-if", - "js-sys", - "once_cell", - "wasm-bindgen", - "web-sys", -] - -[[package]] -name = "wasm-bindgen-macro" -version = "0.2.105" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "04264334509e04a7bf8690f2384ef5265f05143a4bff3889ab7a3269adab59c2" -dependencies = [ - "quote", - "wasm-bindgen-macro-support", -] - -[[package]] -name = "wasm-bindgen-macro-support" -version = "0.2.105" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "420bc339d9f322e562942d52e115d57e950d12d88983a14c79b86859ee6c7ebc" -dependencies = [ - "bumpalo", - "proc-macro2", - "quote", - "syn 2.0.111", - "wasm-bindgen-shared", -] - -[[package]] -name = "wasm-bindgen-shared" -version = "0.2.105" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "76f218a38c84bcb33c25ec7059b07847d465ce0e0a76b995e134a45adcb6af76" -dependencies = [ - "unicode-ident", -] - -[[package]] -name = "wasm-streams" -version = "0.4.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65" -dependencies = [ - "futures-util", - "js-sys", - "wasm-bindgen", - "wasm-bindgen-futures", - "web-sys", -] - -[[package]] -name = "web-sys" -version = "0.3.82" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3a1f95c0d03a47f4ae1f7a64643a6bb97465d9b740f0fa8f90ea33915c99a9a1" -dependencies = [ - "js-sys", - "wasm-bindgen", -] - -[[package]] -name = "web-time" -version = "1.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb" -dependencies = [ - "js-sys", - "wasm-bindgen", -] - -[[package]] -name = "webpki-roots" -version = "1.0.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b2878ef029c47c6e8cf779119f20fcf52bde7ad42a731b2a304bc221df17571e" -dependencies = [ - "rustls-pki-types", -] - -[[package]] -name = "which" -version = "4.4.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7" -dependencies = [ - "either", - "home", - "once_cell", - "rustix 0.38.44", -] - -[[package]] -name = "widestring" -version = "1.2.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "72069c3113ab32ab29e5584db3c6ec55d416895e60715417b5b883a357c3e471" - -[[package]] -name = "winapi" -version = "0.3.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" -dependencies = [ - "winapi-i686-pc-windows-gnu", - "winapi-x86_64-pc-windows-gnu", -] - -[[package]] -name = "winapi-i686-pc-windows-gnu" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" - -[[package]] -name = "winapi-util" -version = "0.1.11" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" -dependencies = [ - "windows-sys 0.61.2", -] - -[[package]] -name = "winapi-x86_64-pc-windows-gnu" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" - -[[package]] -name = "windows" -version = "0.32.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fbedf6db9096bc2364adce0ae0aa636dcd89f3c3f2cd67947062aaf0ca2a10ec" -dependencies = [ - "windows_aarch64_msvc 0.32.0", - "windows_i686_gnu 0.32.0", - "windows_i686_msvc 0.32.0", - "windows_x86_64_gnu 0.32.0", - "windows_x86_64_msvc 0.32.0", -] - -[[package]] -name = "windows" -version = "0.53.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "efc5cf48f83140dcaab716eeaea345f9e93d0018fb81162753a3f76c3397b538" -dependencies = [ - "windows-core 0.53.0", - "windows-targets 0.52.6", -] - -[[package]] -name = "windows-core" -version = "0.53.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9dcc5b895a6377f1ab9fa55acedab1fd5ac0db66ad1e6c7f47e28a22e446a5dd" -dependencies = [ - "windows-result 0.1.2", - "windows-targets 0.52.6", -] - -[[package]] -name = "windows-core" -version = "0.62.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb" -dependencies = [ - "windows-implement", - "windows-interface", - "windows-link", - "windows-result 0.4.1", - "windows-strings", -] - -[[package]] -name = "windows-implement" -version = "0.60.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.111", -] - -[[package]] -name = "windows-interface" -version = "0.59.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.111", -] - -[[package]] -name = "windows-link" -version = "0.2.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" - -[[package]] -name = "windows-result" -version = "0.1.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8" -dependencies = [ - "windows-targets 0.52.6", -] - -[[package]] -name = "windows-result" -version = "0.4.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5" -dependencies = [ - "windows-link", -] - -[[package]] -name = "windows-strings" -version = "0.5.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091" -dependencies = [ - "windows-link", -] - -[[package]] -name = "windows-sys" -version = "0.48.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" -dependencies = [ - "windows-targets 0.48.5", -] - -[[package]] -name = "windows-sys" -version = "0.52.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" -dependencies = [ - "windows-targets 0.52.6", -] - -[[package]] -name = "windows-sys" -version = "0.59.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" -dependencies = [ - "windows-targets 0.52.6", -] - -[[package]] -name = "windows-sys" -version = "0.60.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb" -dependencies = [ - "windows-targets 0.53.5", -] - -[[package]] -name = "windows-sys" -version = "0.61.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" -dependencies = [ - "windows-link", -] - -[[package]] -name = "windows-targets" -version = "0.48.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" -dependencies = [ - "windows_aarch64_gnullvm 0.48.5", - "windows_aarch64_msvc 0.48.5", - "windows_i686_gnu 0.48.5", - "windows_i686_msvc 0.48.5", - "windows_x86_64_gnu 0.48.5", - "windows_x86_64_gnullvm 0.48.5", - "windows_x86_64_msvc 0.48.5", -] - -[[package]] -name = "windows-targets" -version = "0.52.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" -dependencies = [ - "windows_aarch64_gnullvm 0.52.6", - "windows_aarch64_msvc 0.52.6", - "windows_i686_gnu 0.52.6", - "windows_i686_gnullvm 0.52.6", - "windows_i686_msvc 0.52.6", - "windows_x86_64_gnu 0.52.6", - "windows_x86_64_gnullvm 0.52.6", - "windows_x86_64_msvc 0.52.6", -] - -[[package]] -name = "windows-targets" -version = "0.53.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3" -dependencies = [ - "windows-link", - "windows_aarch64_gnullvm 0.53.1", - "windows_aarch64_msvc 0.53.1", - "windows_i686_gnu 0.53.1", - "windows_i686_gnullvm 0.53.1", - "windows_i686_msvc 0.53.1", - "windows_x86_64_gnu 0.53.1", - "windows_x86_64_gnullvm 0.53.1", - "windows_x86_64_msvc 0.53.1", -] - -[[package]] -name = "windows_aarch64_gnullvm" -version = "0.48.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" - -[[package]] -name = "windows_aarch64_gnullvm" -version = "0.52.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" - -[[package]] -name = "windows_aarch64_gnullvm" -version = "0.53.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53" - -[[package]] -name = "windows_aarch64_msvc" -version = "0.32.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d8e92753b1c443191654ec532f14c199742964a061be25d77d7a96f09db20bf5" - -[[package]] -name = "windows_aarch64_msvc" -version = "0.48.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" - -[[package]] -name = "windows_aarch64_msvc" -version = "0.52.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" - -[[package]] -name = "windows_aarch64_msvc" -version = "0.53.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006" - -[[package]] -name = "windows_i686_gnu" -version = "0.32.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6a711c68811799e017b6038e0922cb27a5e2f43a2ddb609fe0b6f3eeda9de615" - -[[package]] -name = "windows_i686_gnu" -version = "0.48.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" - -[[package]] -name = "windows_i686_gnu" -version = "0.52.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" - -[[package]] -name = "windows_i686_gnu" -version = "0.53.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3" - -[[package]] -name = "windows_i686_gnullvm" -version = "0.52.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" - -[[package]] -name = "windows_i686_gnullvm" -version = "0.53.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c" - -[[package]] -name = "windows_i686_msvc" -version = "0.32.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "146c11bb1a02615db74680b32a68e2d61f553cc24c4eb5b4ca10311740e44172" - -[[package]] -name = "windows_i686_msvc" -version = "0.48.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" - -[[package]] -name = "windows_i686_msvc" -version = "0.52.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" - -[[package]] -name = "windows_i686_msvc" -version = "0.53.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2" - -[[package]] -name = "windows_x86_64_gnu" -version = "0.32.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c912b12f7454c6620635bbff3450962753834be2a594819bd5e945af18ec64bc" - -[[package]] -name = "windows_x86_64_gnu" -version = "0.48.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" - -[[package]] -name = "windows_x86_64_gnu" -version = "0.52.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" - -[[package]] -name = "windows_x86_64_gnu" -version = "0.53.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499" - -[[package]] -name = "windows_x86_64_gnullvm" -version = "0.48.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" - -[[package]] -name = "windows_x86_64_gnullvm" -version = "0.52.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" - -[[package]] -name = "windows_x86_64_gnullvm" -version = "0.53.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1" - -[[package]] -name = "windows_x86_64_msvc" -version = "0.32.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "504a2476202769977a040c6364301a3f65d0cc9e3fb08600b2bda150a0488316" - -[[package]] -name = "windows_x86_64_msvc" -version = "0.48.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" - -[[package]] -name = "windows_x86_64_msvc" -version = "0.52.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" - -[[package]] -name = "windows_x86_64_msvc" -version = "0.53.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650" - -[[package]] -name = "winnow" -version = "0.7.13" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "21a0236b59786fed61e2a80582dd500fe61f18b5dca67a4a067d0bc9039339cf" -dependencies = [ - "memchr", -] - -[[package]] -name = "winreg" -version = "0.50.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1" -dependencies = [ - "cfg-if", - "windows-sys 0.48.0", -] - -[[package]] -name = "wit-bindgen" -version = "0.46.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59" - -[[package]] -name = "witness-generator" -version = "0.1.0" -source = "git+https://github.com/logos-co/nomos-node.git?branch=master#2f60a0372c228968c3526c341ebc7e58bbd178dd" -dependencies = [ - "circuits-utils", - "tempfile", -] - -[[package]] -name = "writeable" -version = "0.6.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9edde0db4769d2dc68579893f2306b26c6ecfbe0ef499b013d731b7b9247e0b9" - -[[package]] -name = "wyz" -version = "0.5.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed" -dependencies = [ - "tap", -] - -[[package]] -name = "x25519-dalek" -version = "2.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c7e468321c81fb07fa7f4c636c3972b9100f0346e5b6a9f2bd0603a52f7ed277" -dependencies = [ - "curve25519-dalek", - "rand_core 0.6.4", - "serde", -] - -[[package]] -name = "x509-parser" -version = "0.17.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4569f339c0c402346d4a75a9e39cf8dad310e287eef1ff56d4c68e5067f53460" -dependencies = [ - "asn1-rs", - "data-encoding", - "der-parser", - "lazy_static", - "nom 7.1.3", - "oid-registry", - "rusticata-macros", - "thiserror 2.0.17", - "time", -] - -[[package]] -name = "xml-rs" -version = "0.8.28" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3ae8337f8a065cfc972643663ea4279e04e7256de865aa66fe25cec5fb912d3f" - -[[package]] -name = "xmltree" -version = "0.10.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d7d8a75eaf6557bb84a65ace8609883db44a29951042ada9b393151532e41fcb" -dependencies = [ - "xml-rs", -] - -[[package]] -name = "yasna" -version = "0.5.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e17bb3549cc1321ae1296b9cdc2698e2b6cb1992adfa19a8c72e5b7a738f44cd" -dependencies = [ - "time", -] - -[[package]] -name = "yoke" -version = "0.8.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "72d6e5c6afb84d73944e5cedb052c4680d5657337201555f9f2a16b7406d4954" -dependencies = [ - "stable_deref_trait", - "yoke-derive", - "zerofrom", -] - -[[package]] -name = "yoke-derive" -version = "0.8.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b659052874eb698efe5b9e8cf382204678a0086ebf46982b79d6ca3182927e5d" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.111", - "synstructure", -] - -[[package]] -name = "zerocopy" -version = "0.8.30" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4ea879c944afe8a2b25fef16bb4ba234f47c694565e97383b36f3a878219065c" -dependencies = [ - "zerocopy-derive", -] - -[[package]] -name = "zerocopy-derive" -version = "0.8.30" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cf955aa904d6040f70dc8e9384444cb1030aed272ba3cb09bbc4ab9e7c1f34f5" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.111", -] - -[[package]] -name = "zerofrom" -version = "0.1.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5" -dependencies = [ - "zerofrom-derive", -] - -[[package]] -name = "zerofrom-derive" -version = "0.1.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.111", - "synstructure", -] - -[[package]] -name = "zeroize" -version = "1.8.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0" -dependencies = [ - "zeroize_derive", -] - -[[package]] -name = "zeroize_derive" -version = "1.4.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.111", -] - -[[package]] -name = "zerotrie" -version = "0.2.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2a59c17a5562d507e4b54960e8569ebee33bee890c70aa3fe7b97e85a9fd7851" -dependencies = [ - "displaydoc", - "yoke", - "zerofrom", -] - -[[package]] -name = "zerovec" -version = "0.11.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6c28719294829477f525be0186d13efa9a3c602f7ec202ca9e353d310fb9a002" -dependencies = [ - "yoke", - "zerofrom", - "zerovec-derive", -] - -[[package]] -name = "zerovec-derive" -version = "0.11.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eadce39539ca5cb3985590102671f2567e659fca9666581ad3411d59207951f3" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.111", -] - -[[package]] -name = "zip" -version = "1.1.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9cc23c04387f4da0374be4533ad1208cbb091d5c11d070dfef13676ad6497164" -dependencies = [ - "arbitrary", - "crc32fast", - "crossbeam-utils", - "displaydoc", - "flate2", - "indexmap 2.12.1", - "num_enum", - "thiserror 1.0.69", -] - -[[package]] -name = "zksign" -version = "0.1.0" -source = "git+https://github.com/logos-co/nomos-node.git?branch=master#2f60a0372c228968c3526c341ebc7e58bbd178dd" -dependencies = [ - "ark-ff 0.4.2", - "circuits-prover", - "circuits-utils", - "generic-array 1.3.5", - "groth16", - "num-bigint", - "poseidon2", - "serde", - "serde_json", - "thiserror 2.0.17", - "tracing", - "witness-generator", - "zeroize", -] diff --git a/Cargo.toml b/Cargo.toml deleted file mode 100644 index d4b7fa9..0000000 --- a/Cargo.toml +++ /dev/null @@ -1,101 +0,0 @@ -[workspace] -members = [ - "testing-framework/configs", - "testing-framework/core", - "testing-framework/runners/compose", - "testing-framework/runners/k8s", - "testing-framework/runners/local", - "testing-framework/workflows", - "testnet/cfgsync", - "tests/workflows", -] -resolver = "2" - -[workspace.package] -categories = [] -description = "Nomos testing framework workspace (split out from nomos-node)" -edition = "2024" -keywords = ["framework", "nomos", "testing"] -license = "MIT OR Apache-2.0" -readme = "README.md" -repository = "https://example.invalid/nomos-testing-local" -version = "0.1.0" - -[workspace.lints.rust] -unsafe_code = "allow" - -[workspace.lints.clippy] -all = "allow" - -[workspace.dependencies] -# Local testing framework crates -integration-configs = { default-features = false, path = "testing-framework/configs" } -testing-framework-core = { default-features = false, path = "testing-framework/core" } -testing-framework-runner-compose = { default-features = false, path = "testing-framework/runners/compose" } -testing-framework-runner-k8s = { default-features = false, path = "testing-framework/runners/k8s" } -testing-framework-runner-local = { default-features = false, path = "testing-framework/runners/local" } -testing-framework-workflows = { default-features = false, path = "testing-framework/workflows" } - -# Nomos git dependencies (tracking master) -broadcast-service = { default-features = false, git = "https://github.com/logos-co/nomos-node.git", branch = "master" } -cfgsync = { default-features = false, path = "testnet/cfgsync" } -chain-leader = { default-features = false, git = "https://github.com/logos-co/nomos-node.git", branch = "master", features = [ - "pol-dev-mode", -] } -chain-network = { default-features = false, git = "https://github.com/logos-co/nomos-node.git", branch = "master" } -chain-service = { default-features = false, git = "https://github.com/logos-co/nomos-node.git", branch = "master" } -common-http-client = { default-features = false, git = "https://github.com/logos-co/nomos-node.git", branch = "master" } -cryptarchia-engine = { default-features = false, git = "https://github.com/logos-co/nomos-node.git", branch = "master" } -cryptarchia-sync = { default-features = false, git = "https://github.com/logos-co/nomos-node.git", branch = "master" } -executor-http-client = { default-features = false, git = "https://github.com/logos-co/nomos-node.git", branch = "master" } -groth16 = { default-features = false, git = "https://github.com/logos-co/nomos-node.git", branch = "master" } -key-management-system = { default-features = false, git = "https://github.com/logos-co/nomos-node.git", branch = "master" } -kzgrs = { default-features = false, git = "https://github.com/logos-co/nomos-node.git", branch = "master" } -kzgrs-backend = { default-features = false, git = "https://github.com/logos-co/nomos-node.git", branch = "master" } -nomos-api = { default-features = false, git = "https://github.com/logos-co/nomos-node.git", branch = "master" } -nomos-blend-message = { default-features = false, git = "https://github.com/logos-co/nomos-node.git", branch = "master" } -nomos-blend-service = { default-features = false, git = "https://github.com/logos-co/nomos-node.git", branch = "master" } -nomos-cli = { default-features = false, git = "https://github.com/logos-co/nomos-node.git", branch = "master" } -nomos-core = { default-features = false, git = "https://github.com/logos-co/nomos-node.git", branch = "master" } -nomos-da-dispersal = { default-features = false, git = "https://github.com/logos-co/nomos-node.git", branch = "master" } -nomos-da-network-core = { default-features = false, git = "https://github.com/logos-co/nomos-node.git", branch = "master" } -nomos-da-network-service = { default-features = false, git = "https://github.com/logos-co/nomos-node.git", branch = "master" } -nomos-da-sampling = { default-features = false, git = "https://github.com/logos-co/nomos-node.git", branch = "master" } -nomos-da-verifier = { default-features = false, git = "https://github.com/logos-co/nomos-node.git", branch = "master" } -nomos-executor = { default-features = false, git = "https://github.com/logos-co/nomos-node.git", branch = "master" } -nomos-http-api-common = { default-features = false, git = "https://github.com/logos-co/nomos-node.git", branch = "master" } -nomos-ledger = { default-features = false, git = "https://github.com/logos-co/nomos-node.git", branch = "master" } -nomos-libp2p = { default-features = false, git = "https://github.com/logos-co/nomos-node.git", branch = "master" } -nomos-network = { default-features = false, git = "https://github.com/logos-co/nomos-node.git", branch = "master" } -nomos-node = { default-features = false, git = "https://github.com/logos-co/nomos-node.git", branch = "master" } -nomos-sdp = { default-features = false, git = "https://github.com/logos-co/nomos-node.git", branch = "master" } -nomos-time = { default-features = false, git = "https://github.com/logos-co/nomos-node.git", branch = "master" } -nomos-tracing = { default-features = false, git = "https://github.com/logos-co/nomos-node.git", branch = "master" } -nomos-tracing-service = { default-features = false, git = "https://github.com/logos-co/nomos-node.git", branch = "master" } -nomos-utils = { default-features = false, git = "https://github.com/logos-co/nomos-node.git", branch = "master" } -nomos-wallet = { default-features = false, git = "https://github.com/logos-co/nomos-node.git", branch = "master" } -poc = { default-features = false, git = "https://github.com/logos-co/nomos-node.git", branch = "master" } -pol = { default-features = false, git = "https://github.com/logos-co/nomos-node.git", branch = "master" } -subnetworks-assignations = { default-features = false, git = "https://github.com/logos-co/nomos-node.git", branch = "master" } -tests = { default-features = false, git = "https://github.com/logos-co/nomos-node.git", branch = "master" } -tx-service = { default-features = false, git = "https://github.com/logos-co/nomos-node.git", branch = "master" } -wallet = { default-features = false, git = "https://github.com/logos-co/nomos-node.git", branch = "master" } -zksign = { default-features = false, git = "https://github.com/logos-co/nomos-node.git", branch = "master" } - -# External crates -async-trait = { default-features = false, version = "0.1" } -bytes = { default-features = false, version = "1.3" } -hex = { default-features = false, version = "0.4.3" } -libp2p = { default-features = false, version = "0.55" } -overwatch = { default-features = false, git = "https://github.com/logos-co/Overwatch", rev = "f5a9902" } -overwatch-derive = { default-features = false, git = "https://github.com/logos-co/Overwatch", rev = "f5a9902" } -rand = { default-features = false, version = "0.8" } -reqwest = { default-features = false, version = "0.12" } -serde = { default-features = true, version = "1.0", features = ["derive"] } -serde_json = { default-features = false, version = "1.0" } -serde_with = { default-features = false, version = "3.14.0" } -serde_yaml = { default-features = false, version = "0.9.33" } -tempfile = { default-features = false, version = "3" } -thiserror = { default-features = false, version = "2.0" } -tokio = { default-features = false, version = "1" } -tracing = { default-features = false, version = "0.1" } diff --git a/README.md b/README.md deleted file mode 100644 index 720a4a7..0000000 --- a/README.md +++ /dev/null @@ -1,39 +0,0 @@ -# Nomos Testing (split workspace) - -This workspace contains only the testing framework crates pulled from the `nomos-node` repo: - -- `testing-framework/configs` -- `testing-framework/core` -- `testing-framework/workflows` -- `testing-framework/runners` (compose, k8s, local) -- `tests/workflows` (demo/integration tests) -- helper scripts (`scripts/setup-nomos-circuits.sh`, `scripts/build-rapidsnark.sh`) - -## Layout - -The workspace expects a sibling checkout of `nomos-node`: - -``` -IdeaProjects/ -├─ nomos-node/ # existing monorepo with all node crates -└─ nomos-testing/ # this workspace (you are here) -``` - -Path dependencies in `Cargo.toml` point to `../nomos-node/...`. - -## Usage - -```bash -cd nomos-testing -cargo test -p tests-workflows -- --ignored # or any crate you need -``` - -If you need circuits/prover assets, run the usual helpers from this workspace: - -```bash -scripts/setup-nomos-circuits.sh -scripts/build-rapidsnark.sh -``` - -All code is sourced from the local branches: -`feat/testing-framework-move`, `feat/testing-framework`, `feat/testing-framework-runners`, `feat/testing-framework-k8s-runner`. diff --git a/book/book.toml b/book/book.toml deleted file mode 100644 index 385e6fb..0000000 --- a/book/book.toml +++ /dev/null @@ -1,13 +0,0 @@ -[book] -authors = ["Nomos Testing"] -language = "en" -multilingual = false -src = "src" -title = "Nomos Testing Book" - -[build] -# Keep book output in target/ to avoid polluting the workspace root. -build-dir = "../target/book" - -[output.html] -default-theme = "light" diff --git a/book/combined.md b/book/combined.md deleted file mode 100644 index 6909b9f..0000000 --- a/book/combined.md +++ /dev/null @@ -1,549 +0,0 @@ -# Nomos Testing Framework — Combined Reference - -## Project Context Primer -This book focuses on the Nomos Testing Framework. It assumes familiarity with -the Nomos architecture, but for completeness, here is a short primer. - -- **Nomos** is a modular blockchain protocol composed of validators, executors, - and a data-availability (DA) subsystem. -- **Validators** participate in consensus and produce blocks. -- **Executors** run application logic or off-chain computations referenced by - blocks. -- **Data Availability (DA)** ensures that data referenced in blocks is - published and retrievable, including blobs or channel data used by workloads. - -These roles interact tightly, which is why meaningful testing must be performed -in multi-node environments that include real networking, timing, and DA -interaction. - -## What You Will Learn -This book gives you a clear mental model for Nomos multi-node testing, shows how -to author scenarios that pair realistic workloads with explicit expectations, -and guides you to run them across local, containerized, and cluster environments -without changing the plan. - -## Part I — Foundations - -### Introduction -The Nomos Testing Framework is a purpose-built toolkit for exercising Nomos in -realistic, multi-node environments. It solves the gap between small, isolated -tests and full-system validation by letting teams describe a cluster layout, -drive meaningful traffic, and assert the outcomes in one coherent plan. - -It is for protocol engineers, infrastructure operators, and QA teams who need -repeatable confidence that validators, executors, and data-availability -components work together under network and timing constraints. - -Multi-node integration testing is required because many Nomos behaviors—block -progress, data availability, liveness under churn—only emerge when several -roles interact over real networking and time. This framework makes those checks -declarative, observable, and portable across environments. - -### Architecture Overview -The framework follows a clear flow: **Topology → Scenario → Runner → Workloads → Expectations**. - -- **Topology** describes the cluster: how many nodes, their roles, and the high-level network and data-availability parameters they should follow. -- **Scenario** combines that topology with the activities to run and the checks to perform, forming a single plan. -- **Deployer/Runner** pair turns the plan into a live environment on the chosen backend (local processes, Docker Compose, or Kubernetes) and brokers readiness. -- **Workloads** generate traffic and conditions that exercise the system. -- **Expectations** observe the run and judge success or failure once activity completes. - -Conceptual diagram: -``` -Topology → Scenario → Runner → Workloads → Expectations - (shape (plan) (deploy (drive (verify - cluster) & orchestrate) traffic) outcomes) -``` - -Mermaid view: -```mermaid -flowchart LR - A(Topology
shape cluster) --> B(Scenario
plan) - B --> C(Deployer/Runner
deploy & orchestrate) - C --> D(Workloads
drive traffic) - D --> E(Expectations
verify outcomes) -``` - -Each layer has a narrow responsibility so that cluster shape, deployment choice, traffic generation, and health checks can evolve independently while fitting together predictably. - -### Testing Philosophy -- **Declarative over imperative**: describe the desired cluster shape, traffic, and success criteria; let the framework orchestrate the run. -- **Observable health signals**: prefer liveness and inclusion signals that reflect real user impact instead of internal debug state. -- **Determinism first**: default scenarios aim for repeatable outcomes with fixed topologies and traffic rates; variability is opt-in. -- **Targeted non-determinism**: introduce randomness (e.g., restarts) only when probing resilience or operational robustness. -- **Protocol time, not wall time**: reason in blocks and protocol-driven intervals to reduce dependence on host speed or scheduler noise. -- **Minimum run window**: always allow enough block production to make assertions meaningful; very short runs risk false confidence. -- **Use chaos with intent**: chaos workloads are for recovery and fault-tolerance validation, not for baseline functional checks. - -### Scenario Lifecycle (Conceptual) -1. **Build the plan**: Declare a topology, attach workloads and expectations, and set the run window. The plan is the single source of truth for what will happen. -2. **Deploy**: Hand the plan to a runner. It provisions the environment on the chosen backend and waits for nodes to signal readiness. -3. **Drive workloads**: Start traffic and behaviors (transactions, data-availability activity, restarts) for the planned duration. -4. **Observe blocks and signals**: Track block progression and other high-level metrics during or after the run window to ground assertions in protocol time. -5. **Evaluate expectations**: Once activity stops (and optional cooldown completes), check liveness and workload-specific outcomes to decide pass or fail. -6. **Cleanup**: Tear down resources so successive runs start fresh and do not inherit leaked state. - -Conceptual lifecycle diagram: -``` -Plan → Deploy → Readiness → Drive Workloads → Observe → Evaluate → Cleanup -``` - -Mermaid view: -```mermaid -flowchart LR - P[Plan
topology + workloads + expectations] --> D[Deploy
runner provisions] - D --> R[Readiness
wait for nodes] - R --> W[Drive Workloads] - W --> O[Observe
blocks/metrics] - O --> E[Evaluate Expectations] - E --> C[Cleanup] -``` - -### Design Rationale -- **Modular crates** keep configuration, orchestration, workloads, and runners decoupled so each can evolve without breaking the others. -- **Pluggable runners** let the same scenario run on a laptop, a Docker host, or a Kubernetes cluster, making validation portable across environments. -- **Separated workloads and expectations** clarify intent: what traffic to generate versus how to judge success. This simplifies review and reuse. -- **Declarative topology** makes cluster shape explicit and repeatable, reducing surprise when moving between CI and developer machines. -- **Maintainability through predictability**: a clear flow from plan to deployment to verification lowers the cost of extending the framework and interpreting failures. - -## Part II — User Guide - -### Workspace Layout -The workspace focuses on multi-node integration testing and sits alongside a `nomos-node` checkout. Its crates separate concerns to keep scenarios repeatable and portable: - -- **Configs**: prepares high-level node, network, tracing, and wallet settings used across test environments. -- **Core scenario orchestration**: the engine that holds topology descriptions, scenario plans, runtimes, workloads, and expectations. -- **Workflows**: ready-made workloads (transactions, data-availability, chaos) and reusable expectations assembled into a user-facing DSL. -- **Runners**: deployment backends for local processes, Docker Compose, and Kubernetes, all consuming the same scenario plan. -- **Test workflows**: example scenarios and integration checks that show how the pieces fit together. - -This split keeps configuration, orchestration, reusable traffic patterns, and deployment adapters loosely coupled while sharing one mental model for tests. - -### Annotated Tree -High-level view of the workspace and how pieces relate: -``` -nomos-testing/ -├─ testing-framework/ -│ ├─ configs/ # shared configuration helpers -│ ├─ core/ # scenario model, runtime, topology -│ ├─ workflows/ # workloads, expectations, DSL extensions -│ └─ runners/ # local, compose, k8s deployment backends -├─ tests/ # integration scenarios using the framework -└─ scripts/ # supporting setup utilities (e.g., assets) -``` - -Each area maps to a responsibility: describe configs, orchestrate scenarios, package common traffic and assertions, adapt to environments, and demonstrate end-to-end usage. - -### Authoring Scenarios -Creating a scenario is a declarative exercise: - -1. **Shape the topology**: decide how many validators and executors to run, and what high-level network and data-availability characteristics matter for the test. -2. **Attach workloads**: pick traffic generators that align with your goals (transactions, data-availability blobs, or chaos for resilience probes). -3. **Define expectations**: specify the health signals that must hold when the run finishes (e.g., consensus liveness, inclusion of submitted activity; see [Core Content: Workloads & Expectations](workloads.md)). -4. **Set duration**: choose a run window long enough to observe meaningful block progression and the effects of your workloads. -5. **Choose a runner**: target local processes for fast iteration, Docker Compose for reproducible multi-node stacks, or Kubernetes for cluster-grade validation. For environment considerations, see [Operations](operations.md). - -Keep scenarios small and explicit: make the intended behavior and the success criteria clear so failures are easy to interpret and act upon. - -### Core Content: Workloads & Expectations -Workloads describe the activity a scenario generates; expectations describe the signals that must hold when that activity completes. Both are pluggable so scenarios stay readable and purpose-driven. - -#### Workloads -- **Transaction workload**: submits user-level transactions at a configurable rate and can limit how many distinct actors participate. -- **Data-availability workload**: drives blob and channel activity to exercise data-availability paths. -- **Chaos workload**: triggers controlled node restarts to test resilience and recovery behaviors (requires a runner that can control nodes). - -#### Expectations -- **Consensus liveness**: verifies the system continues to produce blocks in line with the planned workload and timing window. -- **Workload-specific checks**: each workload can attach its own success criteria (e.g., inclusion of submitted activity) so scenarios remain concise. - -Together, workloads and expectations let you express both the pressure applied to the system and the definition of “healthy” for that run. - -Workload pipeline (conceptual): -``` -Inputs (topology + wallets + rates) - │ - ▼ -Workload init → Drive traffic → Collect signals - │ - ▼ - Expectations evaluate -``` - -Mermaid view: -```mermaid -flowchart TD - I[Inputs
(topology + wallets + rates)] --> Init[Workload init] - Init --> Drive[Drive traffic] - Drive --> Collect[Collect signals] - Collect --> Eval[Expectations evaluate] -``` - -### Core Content: ScenarioBuilderExt Patterns -Patterns that keep scenarios readable and reusable: - -- **Topology-first**: start by shaping the cluster (counts, layout) so later steps inherit a clear foundation. -- **Bundle defaults**: use the DSL helpers to attach common expectations (like liveness) whenever you add a matching workload, reducing forgotten checks. -- **Intentional rates**: express traffic in per-block terms to align with protocol timing rather than wall-clock assumptions. -- **Opt-in chaos**: enable restart patterns only in scenarios meant to probe resilience; keep functional smoke tests deterministic. -- **Wallet clarity**: seed only the number of actors you need; it keeps transaction scenarios deterministic and interpretable. - -These patterns make scenario definitions self-explanatory while staying aligned with the framework’s block-oriented timing model. - -### Best Practices -- **State your intent**: document the goal of each scenario (throughput, DA validation, resilience) so expectation choices are obvious. -- **Keep runs meaningful**: choose durations that allow multiple blocks and make timing-based assertions trustworthy. -- **Separate concerns**: start with deterministic workloads for functional checks; add chaos in dedicated resilience scenarios to avoid noisy failures. -- **Reuse patterns**: standardize on shared topology and workload presets so results are comparable across environments and teams. -- **Observe first, tune second**: rely on liveness and inclusion signals to interpret outcomes before tweaking rates or topology. -- **Environment fit**: pick runners that match the feedback loop you need—local for speed, compose for reproducible stacks, k8s for cluster-grade fidelity. -- **Minimal surprises**: seed only necessary wallets and keep configuration deltas explicit when moving between CI and developer machines. - -### Examples -Concrete scenario shapes that illustrate how to combine topologies, workloads, and expectations. Adjust counts, rates, and durations to fit your environment. - -#### Simple 2-validator transaction workload -- **Topology**: two validators. -- **Workload**: transaction submissions at a modest per-block rate with a small set of wallet actors. -- **Expectations**: consensus liveness and inclusion of submitted activity. -- **When to use**: smoke tests for consensus and transaction flow on minimal hardware. - -#### DA + transaction workload -- **Topology**: validators plus executors if available. -- **Workloads**: data-availability blobs/channels and transactions running together to stress both paths. -- **Expectations**: consensus liveness and workload-level inclusion/availability checks. -- **When to use**: end-to-end coverage of transaction and DA layers in one run. - -#### Chaos + liveness check -- **Topology**: validators (optionally executors) with node control enabled. -- **Workloads**: baseline traffic (transactions or DA) plus chaos restarts on selected roles. -- **Expectations**: consensus liveness to confirm the system keeps progressing despite restarts; workload-specific inclusion if traffic is present. -- **When to use**: resilience validation and operational readiness drills. - -### Advanced & Artificial Examples -These illustrative scenarios stretch the framework to show how to build new workloads, expectations, deployers, and topology tricks. They are intentionally “synthetic” to teach capabilities rather than prescribe production tests. - -#### Synthetic Delay Workload (Network Latency Simulation) -- **Idea**: inject fake latency between node interactions using internal timers, not OS-level tooling. -- **Demonstrates**: sequencing control inside a workload, verifying protocol progression under induced lag, using timers to pace submissions. -- **Shape**: wrap submissions in delays that mimic slow peers; ensure the expectation checks blocks still progress. - -#### Oscillating Load Workload (Traffic Waves) -- **Idea**: traffic rate changes every block or N seconds (e.g., blocks 1–3 low, 4–5 high, 6–7 zero, repeat). -- **Demonstrates**: dynamic, stateful workloads that use `RunMetrics` to time phases; modeling real-world burstiness. -- **Shape**: schedule per-phase rates; confirm inclusion/liveness across peaks and troughs. - -#### Byzantine Behavior Mock -- **Idea**: a workload that drops half its planned submissions, sometimes double-submits, and intentionally triggers expectation failures. -- **Demonstrates**: negative testing, resilience checks, and the value of clear expectations when behavior is adversarial by design. -- **Shape**: parameterize drop/double-submit probabilities; pair with an expectation that documents what “bad” looks like. - -#### Custom Expectation: Block Finality Drift -- **Idea**: assert the last few blocks differ and block time stays within a tolerated drift budget. -- **Demonstrates**: consuming `BlockFeed` or time-series metrics to validate protocol cadence; crafting post-run assertions around block diversity and timing. -- **Shape**: collect recent blocks, confirm no duplicates, and compare observed intervals to a drift threshold. - -#### Custom Deployer: Dry-Run Deployer -- **Idea**: a deployer that never starts nodes; it emits configs, simulates readiness, provides fake blockfeed/metrics. -- **Demonstrates**: full power of the deployer interface for CI dry-runs, config verification, and ultra-fast feedback without Nomos binaries. -- **Shape**: produce logs/artifacts, stub readiness, and feed synthetic blocks so expectations can still run. - -#### Stochastic Topology Generator -- **Idea**: topology parameters change at runtime (random validators, DA settings, network shapes). -- **Demonstrates**: randomized property testing and fuzzing approaches to topology building. -- **Shape**: pick roles and network layouts randomly per run; keep expectations tolerant to variability while still asserting core liveness. - -#### Multi-Phase Scenario (“Pipelines”) -- **Idea**: scenario runs in phases (e.g., phase 1 transactions, phase 2 DA, phase 3 restarts, phase 4 sync check). -- **Demonstrates**: multi-stage tests, modular scenario assembly, and deliberate lifecycle control. -- **Shape**: drive phase-specific workloads/expectations sequentially; enforce clear boundaries and post-phase checks. - -### Running Scenarios -Running a scenario follows the same conceptual flow regardless of environment: - -1. Select or author a scenario plan that pairs a topology with workloads, expectations, and a suitable run window. -2. Choose a runner aligned with your environment (local, compose, or k8s) and ensure its prerequisites are available. -3. Deploy the plan through the runner; wait for readiness signals before starting workloads. -4. Let workloads drive activity for the planned duration; keep observability signals visible so you can correlate outcomes. -5. Evaluate expectations and capture results as the primary pass/fail signal. - -Use the same plan across different runners to compare behavior between local development and CI or cluster settings. For environment prerequisites and flags, see [Operations](operations.md). - -### Runners -Runners turn a scenario plan into a live environment while keeping the plan unchanged. Choose based on feedback speed, reproducibility, and fidelity. For environment and operational considerations, see [Operations](operations.md): - -#### Local runner -- Launches node processes directly on the host. -- Fastest feedback loop and minimal orchestration overhead. -- Best for development-time iteration and debugging. - -#### Docker Compose runner -- Starts nodes in containers to provide a reproducible multi-node stack on a single machine. -- Discovers service ports and wires observability for convenient inspection. -- Good balance between fidelity and ease of setup. - -#### Kubernetes runner -- Deploys nodes onto a cluster for higher-fidelity, longer-running scenarios. -- Suits CI or shared environments where cluster behavior and scheduling matter. - -#### Common expectations -- All runners require at least one validator and, for transaction scenarios, access to seeded wallets. -- Readiness probes gate workload start so traffic begins only after nodes are reachable. -- Environment flags can relax timeouts or increase tracing when diagnostics are needed. - -Runner abstraction: -``` -Scenario Plan - │ - ▼ -Runner (local | compose | k8s) - │ provisions env + readiness - ▼ -Runtime + Observability - │ - ▼ -Workloads / Expectations execute -``` - -Mermaid view: -```mermaid -flowchart TD - Plan[Scenario Plan] --> RunSel{Runner
(local | compose | k8s)} - RunSel --> Provision[Provision & readiness] - Provision --> Runtime[Runtime + observability] - Runtime --> Exec[Workloads & Expectations execute] -``` - -### Operations -Operational readiness focuses on prerequisites, environment fit, and clear signals: - -- **Prerequisites**: keep a sibling `nomos-node` checkout available; ensure the chosen runner’s platform needs are met (local binaries for host runs, Docker for compose, cluster access for k8s). -- **Artifacts**: some scenarios depend on prover or circuit assets; fetch them ahead of time with the provided helper scripts when needed. -- **Environment flags**: use slow-environment toggles to relax timeouts, enable tracing when debugging, and adjust observability ports to avoid clashes. -- **Readiness checks**: verify runners report node readiness before starting workloads; this avoids false negatives from starting too early. -- **Failure triage**: map failures to missing prerequisites (wallet seeding, node control availability), runner platform issues, or unmet expectations. Start with liveness signals, then dive into workload-specific assertions. - -Treat operational hygiene—assets present, prerequisites satisfied, observability reachable—as the first step to reliable scenario outcomes. - -Metrics and observability flow: -``` -Runner exposes endpoints/ports - │ - ▼ -Runtime collects block/health signals - │ - ▼ -Expectations consume signals to decide pass/fail - │ - ▼ -Operators inspect logs/metrics when failures arise -``` - -Mermaid view: -```mermaid -flowchart TD - Expose[Runner exposes endpoints/ports] --> Collect[Runtime collects block/health signals] - Collect --> Consume[Expectations consume signals
decide pass/fail] - Consume --> Inspect[Operators inspect logs/metrics
when failures arise] -``` - -## Part III — Developer Reference - -### Scenario Model (Developer Level) -The scenario model defines clear, composable responsibilities: - -- **Topology**: a declarative description of the cluster—how many nodes, their roles, and the broad network and data-availability characteristics. It represents the intended shape of the system under test. -- **Scenario**: a plan combining topology, workloads, expectations, and a run window. Building a scenario validates prerequisites (like seeded wallets) and ensures the run lasts long enough to observe meaningful block progression. -- **Workloads**: asynchronous tasks that generate traffic or conditions. They use shared context to interact with the deployed cluster and may bundle default expectations. -- **Expectations**: post-run assertions. They can capture baselines before workloads start and evaluate success once activity stops. -- **Runtime**: coordinates workloads and expectations for the configured duration, enforces cooldowns when control actions occur, and ensures cleanup so runs do not leak resources. - -Developers extending the model should keep these boundaries strict: topology describes, scenarios assemble, runners deploy, workloads drive, and expectations judge outcomes. For guidance on adding new capabilities, see [Extending the Framework](extending.md). - -### Extending the Framework -#### Adding a workload -1) Implement the workload contract: provide a name, optional bundled expectations, validate prerequisites up front, and drive asynchronous activity against the deployed cluster. -2) Export it through the workflows layer and consider adding DSL helpers for ergonomic wiring. - -#### Adding an expectation -1) Implement the expectation contract: capture baselines if needed and evaluate outcomes after workloads finish; report meaningful errors to aid debugging. -2) Expose reusable expectations from the workflows layer so scenarios can attach them declaratively. - -#### Adding a runner -1) Implement the deployer contract for the target backend, producing a runtime context with client access, metrics endpoints, and optional node control. -2) Preserve cleanup guarantees so resources are reclaimed even when runs fail; mirror readiness and observation signals used by existing runners for consistency. - -#### Adding topology helpers -Extend the topology description with new layouts or presets while keeping defaults safe and predictable; favor declarative inputs over ad hoc logic so scenarios stay reviewable. - -### Internal Crate Reference -High-level roles of the crates that make up the framework: - -- **Configs**: prepares reusable configuration primitives for nodes, networking, tracing, data availability, and wallets, shared by all scenarios and runners. -- **Core scenario orchestration**: houses the topology and scenario model, runtime coordination, node clients, and readiness/health probes. -- **Workflows**: packages workloads and expectations into reusable building blocks and offers a fluent DSL to assemble them. -- **Runners**: implements deployment backends (local host, Docker Compose, Kubernetes) that all consume the same scenario plan. -- **Test workflows**: example scenarios and integration checks that exercise the framework end to end and serve as living documentation. - -Use this map to locate where to add new capabilities: configuration primitives in configs, orchestration changes in core, reusable traffic/assertions in workflows, environment adapters in runners, and demonstrations in tests. - -### Example: New Workload & Expectation (Rust) -A minimal, end-to-end illustration of adding a custom workload and matching expectation. This shows the shape of the traits and where to plug into the framework; expand the logic to fit your real test. - -#### Workload: simple reachability probe -Key ideas: -- **name**: identifies the workload in logs. -- **expectations**: workloads can bundle defaults so callers don’t forget checks. -- **init**: derive inputs from the generated topology (e.g., pick a target node). -- **start**: drive async activity using the shared `RunContext`. - -```rust -use std::sync::Arc; -use async_trait::async_trait; -use testing_framework_core::scenario::{ - DynError, Expectation, RunContext, RunMetrics, Workload, -}; -use testing_framework_core::topology::GeneratedTopology; - -pub struct ReachabilityWorkload { - target_idx: usize, - bundled: Vec>, -} - -impl ReachabilityWorkload { - pub fn new(target_idx: usize) -> Self { - Self { - target_idx, - bundled: vec![Box::new(ReachabilityExpectation::new(target_idx))], - } - } -} - -#[async_trait] -impl Workload for ReachabilityWorkload { - fn name(&self) -> &'static str { - "reachability_workload" - } - - fn expectations(&self) -> Vec> { - self.bundled.clone() - } - - fn init( - &mut self, - topology: &GeneratedTopology, - _metrics: &RunMetrics, - ) -> Result<(), DynError> { - if topology.validators().get(self.target_idx).is_none() { - return Err("no validator at requested index".into()); - } - Ok(()) - } - - async fn start(&self, ctx: &RunContext) -> Result<(), DynError> { - let client = ctx - .clients() - .validators() - .get(self.target_idx) - .ok_or("missing target client")?; - - // Pseudo-action: issue a lightweight RPC to prove reachability. - client.health_check().await.map_err(|e| e.into()) - } -} -``` - -#### Expectation: confirm the target stayed reachable -Key ideas: -- **start_capture**: snapshot baseline if needed (not used here). -- **evaluate**: assert the condition after workloads finish. - -```rust -use async_trait::async_trait; -use testing_framework_core::scenario::{DynError, Expectation, RunContext}; - -pub struct ReachabilityExpectation { - target_idx: usize, -} - -impl ReachabilityExpectation { - pub fn new(target_idx: usize) -> Self { - Self { target_idx } - } -} - -#[async_trait] -impl Expectation for ReachabilityExpectation { - fn name(&self) -> &str { - "target_reachable" - } - - async fn evaluate(&mut self, ctx: &RunContext) -> Result<(), DynError> { - let client = ctx - .clients() - .validators() - .get(self.target_idx) - .ok_or("missing target client")?; - - client.health_check().await.map_err(|e| { - format!("target became unreachable during run: {e}").into() - }) - } -} -``` - -#### How to wire it -- Build your scenario as usual and call `.with_workload(ReachabilityWorkload::new(0))`. -- The bundled expectation is attached automatically; you can add more with `.with_expectation(...)` if needed. -- Keep the logic minimal and fast for smoke tests; grow it into richer probes for deeper scenarios. - -## Part IV — Appendix - -### DSL Cheat Sheet -The framework offers a fluent builder style to keep scenarios readable. Common knobs: - -- **Topology shaping**: set validator and executor counts, pick a network layout style, and adjust high-level data-availability traits. -- **Wallet seeding**: define how many users participate and the total funds available for transaction workloads. -- **Workload tuning**: configure transaction rates, data-availability channel and blob rates, and whether chaos restarts should include validators, executors, or both. -- **Expectations**: attach liveness and workload-specific checks so success is explicit. -- **Run window**: set a minimum duration long enough for multiple blocks to be observed and verified. - -Use these knobs to express intent clearly, keeping scenario definitions concise and consistent across teams. - -### Troubleshooting Scenarios -Common symptoms and likely causes: - -- **No or slow block progression**: runner started workloads before readiness, insufficient run window, or environment too slow—extend duration or enable slow-environment tuning. -- **Transactions not included**: missing or insufficient wallet seeding, misaligned transaction rate with block cadence, or network instability—reduce rate and verify wallet setup. -- **Chaos stalls the run**: node control not available for the chosen runner or restart cadence too aggressive—enable control capability and widen restart intervals. -- **Observability gaps**: metrics or logs unreachable because ports clash or services are not exposed—adjust observability ports and confirm runner wiring. -- **Flaky behavior across runs**: mixing chaos with functional smoke tests or inconsistent topology between environments—separate deterministic and chaos scenarios and standardize topology presets. - -### FAQ -**Why block-oriented timing?** -Using block cadence reduces dependence on host speed and keeps assertions aligned with protocol behavior. - -**Can I reuse the same scenario across runners?** -Yes. The plan stays the same; swap runners (local, compose, k8s) to target different environments. - -**When should I enable chaos workloads?** -Only when testing resilience or operational recovery; keep functional smoke tests deterministic. - -**How long should runs be?** -Long enough for multiple blocks so liveness and inclusion checks are meaningful; very short runs risk false confidence. - -**Do I always need seeded wallets?** -Only for transaction scenarios. Data-availability or pure chaos scenarios may not require them, but liveness checks still need validators producing blocks. - -**What if expectations fail but workloads “look fine”?** -Trust expectations first—they capture the intended success criteria. Use the observability signals and runner logs to pinpoint why the system missed the target. - -### Glossary -- **Validator**: node role responsible for participating in consensus and block production. -- **Executor**: node role that processes transactions or workloads delegated by validators. -- **DA (Data Availability)**: subsystem ensuring blobs or channel data are published and retrievable for validation. -- **Workload**: traffic or behavior generator that exercises the system during a scenario run. -- **Expectation**: post-run assertion that judges whether the system met the intended success criteria. -- **Topology**: declarative description of the cluster shape, roles, and high-level parameters for a scenario. -- **Blockfeed**: stream of block observations used for liveness or inclusion signals during a run. -- **Control capability**: the ability for a runner to start, stop, or restart nodes, used by chaos workloads. diff --git a/book/nomos_testing_framework_book_v4.md b/book/nomos_testing_framework_book_v4.md deleted file mode 100644 index 5c94a95..0000000 --- a/book/nomos_testing_framework_book_v4.md +++ /dev/null @@ -1,1711 +0,0 @@ -# Nomos Testing Framework — Complete Reference - -> **GitBook Structure Note**: This document is organized with `` markers indicating how to split for GitBook deployment. - ---- - - - -# Nomos Testing Framework - -A purpose-built toolkit for exercising Nomos in realistic, multi-node environments. - -## Quick Links - -- [5-Minute Quickstart](#5-minute-quickstart) — Get running immediately -- [Foundations](#part-i--foundations) — Core concepts and architecture -- [User Guide](#part-ii--user-guide) — Authoring and running scenarios -- [Developer Reference](#part-iii--developer-reference) — Extending the framework -- [Recipes](#part-v--scenario-recipes) — Copy-paste runnable examples - -## Reading Guide by Role - -| If you are... | Start with... | Then read... | -|---------------|---------------|--------------| -| **Protocol/Core Engineer** | Quickstart → Testing Philosophy | Workloads & Expectations → Recipes | -| **Infra/DevOps** | Quickstart → Runners | Operations → Configuration Sync → Troubleshooting | -| **Test Designer** | Quickstart → Authoring Scenarios | DSL Cheat Sheet → Recipes → Extending | - -## Prerequisites - -This book assumes: - -- Rust competency (async/await, traits, cargo) -- Basic familiarity with Nomos architecture (validators, executors, DA) -- Docker knowledge (for Compose runner) -- Optional: Kubernetes access (for K8s runner) - ---- - - - -# 5-Minute Quickstart - -Get a scenario running in under 5 minutes. - -## Step 1: Clone and Build - -```bash -# Clone the testing framework (assumes nomos-node sibling checkout) -# Note: If the testing framework lives inside the main Nomos monorepo, -# adjust the clone URL and paths accordingly. -git clone https://github.com/logos-co/nomos-testing.git -cd nomos-testing - -# Build the testing framework crates -cargo build -p testing-framework-core -p testing-framework-workflows -``` - -> **Build modes**: Node binaries use `--release` for realistic performance. Framework crates use debug for faster iteration. For pure development speed, you can build everything in debug mode. - -## Step 2: Run the Simplest Scenario - -```bash -# Run a local 2-validator smoke test -cargo test --package tests-workflows --test local_runner -- local_runner_mixed_workloads --nocapture -``` - -## Step 3: What Good Output Looks Like - -``` -running 1 test -[INFO] Spawning validator 0 on port 18800 -[INFO] Spawning validator 1 on port 18810 -[INFO] Waiting for network readiness... -[INFO] Network ready: all peers connected -[INFO] Waiting for membership readiness... -[INFO] Membership ready for session 0 -[INFO] Starting workloads... -[INFO] Transaction workload submitting at 5 tx/block -[INFO] DA workload: channel inscription submitted -[INFO] Block 1 observed: 3 transactions -[INFO] Block 2 observed: 5 transactions -... -[INFO] Workloads complete, evaluating expectations -[INFO] consensus_liveness: target=8, observed heights=[12, 11] ✓ -[INFO] tx_inclusion_expectation: 42/50 included (84%) ✓ -test local_runner_mixed_workloads ... ok -``` - -## Step 4: What Failure Looks Like - -``` -[ERROR] consensus_liveness violated (target=8): -- validator-0 height 2 below target 8 -- validator-1 height 3 below target 8 - -test local_runner_mixed_workloads ... FAILED -``` - -Common causes: run duration too short, readiness not complete, node crashed. - -## Step 5: Modify a Scenario - -Open `tests/workflows/tests/local_runner.rs`: - -```rust -// Change this: -const RUN_DURATION: Duration = Duration::from_secs(60); - -// To this for a longer run: -const RUN_DURATION: Duration = Duration::from_secs(120); - -// Or change validator count: -const VALIDATORS: usize = 3; // was 2 -``` - -Re-run: - -```bash -cargo test --package tests-workflows --test local_runner -- --nocapture -``` - -You're now ready to explore the framework! - ---- - - - -# Part I — Foundations - -## Introduction - -The Nomos Testing Framework solves the gap between small, isolated unit tests and full-system validation by letting teams: - -1. **Describe** a cluster layout (topology) -2. **Drive** meaningful traffic (workloads) -3. **Assert** outcomes (expectations) - -...all in one coherent, portable plan (a `Scenario` in code terms). - -### Why Multi-Node Testing? - -Many Nomos behaviors only emerge when multiple roles interact: - -``` -┌─────────────────────────────────────────────────────────────────┐ -│ BEHAVIORS REQUIRING MULTI-NODE │ -├─────────────────────────────────────────────────────────────────┤ -│ • Block progression across validators │ -│ • Data availability sampling and dispersal │ -│ • Consensus under network partitions │ -│ • Liveness recovery after node restarts │ -│ • Transaction propagation and inclusion │ -│ • Membership and session transitions │ -└─────────────────────────────────────────────────────────────────┘ -``` - -Unit tests can't catch these. This framework makes multi-node checks declarative, observable, and repeatable. - -### Target Audience - -| Role | Primary Concerns | -|------|------------------| -| **Protocol Engineers** | Consensus correctness, DA behavior, block progression | -| **Infrastructure/DevOps** | Runners, CI integration, logs, failure triage | -| **QA/Test Designers** | Scenario composition, workload tuning, coverage | - ---- - - - -## Architecture Overview - -The framework follows a clear pipeline: - -``` -┌──────────┐ ┌──────────┐ ┌──────────┐ ┌──────────┐ ┌─────────────┐ -│ TOPOLOGY │───▶│ SCENARIO │───▶│ RUNNER │───▶│ WORKLOADS│───▶│EXPECTATIONS │ -│ │ │ │ │ │ │ │ │ │ -│ Shape │ │ Assemble │ │ Deploy & │ │ Drive │ │ Verify │ -│ cluster │ │ plan │ │ wait │ │ traffic │ │ outcomes │ -└──────────┘ └──────────┘ └──────────┘ └──────────┘ └─────────────┘ -``` - -### Component Responsibilities - -| Component | Responsibility | Key Types | -|-----------|----------------|-----------| -| **Topology** | Declares cluster shape: node counts, network layout, DA parameters | `TopologyConfig`, `GeneratedTopology`, `TopologyBuilder` | -| **Scenario** | Assembles topology + workloads + expectations + duration | `Scenario`, `ScenarioBuilder` | -| **Runner** | Deploys to environment, waits for readiness, provides `RunContext` | `Runner`, `LocalDeployer`, `ComposeRunner`, `K8sRunner` | -| **Workloads** | Generate traffic/conditions during the run | `Workload` trait, `TransactionWorkload`, `DaWorkload`, `RandomRestartWorkload` | -| **Expectations** | Judge success/failure after workloads complete | `Expectation` trait, `ConsensusLiveness`, `TxInclusionExpectation` | - -### Type Flow Diagram - -``` -TopologyConfig - │ - │ TopologyBuilder::new() - ▼ -TopologyBuilder ──.build()──▶ GeneratedTopology - │ - │ contains - ▼ - GeneratedNodeConfig[] - │ - │ Runner spawns - ▼ - Topology (live nodes) - │ - │ provides - ▼ - NodeClients - │ - │ wrapped in - ▼ - RunContext -``` - -``` -ScenarioBuilder - │ - │ .with_workload() / .with_expectation() / .with_run_duration() - │ - │ .build() - ▼ -Scenario - │ - │ Deployer::deploy() - ▼ -Runner - │ - │ .run(&mut scenario) - ▼ -RunHandle (success) or ScenarioError (failure) -``` - ---- - - - -## Testing Philosophy - -### Core Principles - -1. **Declarative over imperative** - - Describe desired state, let framework orchestrate - - Scenarios are data, not scripts - -2. **Observable health signals** - - Prefer liveness/inclusion signals over internal debug state - - If users can't see it, don't assert on it - -3. **Determinism first** - - Fixed topologies and traffic rates by default - - Variability is opt-in (chaos workloads) - -4. **Protocol time, not wall time** - - Reason in blocks and slots - - Reduces host speed dependence - -5. **Minimum run window** - - Always allow enough blocks for meaningful assertions - - Framework enforces minimum 2 blocks - -6. **Chaos with intent** - - Chaos workloads for resilience testing only - - Avoid chaos in basic functional smoke tests; reserve it for dedicated resilience scenarios - -### Testing Spectrum - -``` -┌────────────────────────────────────────────────────────────────┐ -│ WHERE THIS FRAMEWORK FITS │ -├──────────────┬────────────────────┬────────────────────────────┤ -│ UNIT TESTS │ INTEGRATION │ MULTI-NODE SCENARIOS │ -│ │ │ │ -│ Fast │ Single process │ ◀── THIS FRAMEWORK │ -│ Isolated │ Mock network │ │ -│ Deterministic│ No real timing │ Real networking │ -│ │ │ Protocol timing │ -│ ~1000s/sec │ ~100s/sec │ ~1-10/hour │ -└──────────────┴────────────────────┴────────────────────────────┘ -``` - ---- - - - -## Scenario Lifecycle - -### Phase Overview - -``` -┌─────────┐ ┌─────────┐ ┌───────────┐ ┌─────────┐ ┌──────────┐ ┌──────────┐ ┌─────────┐ -│ PLAN │──▶│ DEPLOY │──▶│ READINESS │──▶│ DRIVE │──▶│ COOLDOWN │──▶│ EVALUATE │──▶│ CLEANUP │ -└─────────┘ └─────────┘ └───────────┘ └─────────┘ └──────────┘ └──────────┘ └─────────┘ -``` - -### Detailed Timeline - -``` -Time ──────────────────────────────────────────────────────────────────────▶ - - │ PLAN │ DEPLOY │ READY │ WORKLOADS │COOL│ EVAL │ - │ │ │ │ │DOWN│ │ - │ Build │ Spawn │ Network │ Traffic runs │ │Check │ - │ scenario │ nodes │ DA │ Blocks produce │ 5× │ all │ - │ │ (local/ │ Member │ │blk │expect│ - │ │ docker/k8s) │ ship │ │ │ │ - │ │ │ │ │ │ │ - ▼ ▼ ▼ ▼ ▼ ▼ ▼ - t=0 t=5s t=30s t=35s t=95s t=100s t=105s - │ - (example │ - 60s run) ▼ - CLEANUP -``` - -### Phase Details - -| Phase | What Happens | Code Entry Point | -|-------|--------------|------------------| -| **Plan** | Declare topology, attach workloads/expectations, set duration | `ScenarioBuilder::build()` | -| **Deploy** | Runner provisions environment | `deployer.deploy(&scenario)` | -| **Readiness** | Wait for network peers, DA balancer, membership | `wait_network_ready()`, `wait_membership_ready()`, `wait_da_balancer_ready()` | -| **Drive** | Workloads run concurrently for configured duration | `workload.start(ctx)` inside `Runner::run_workloads()` | -| **Cooldown** | Stabilization period (5× block interval, 30s min if chaos used) | Automatic in `Runner::cooldown()` | -| **Evaluate** | All expectations run; failures **aggregated** (not short-circuited) | `expectation.evaluate(ctx)` | -| **Cleanup** | Resources reclaimed via `CleanupGuard` | `Drop` impl on `Runner` | - -### Readiness Phases (Detail) - -Runners perform three distinct readiness checks: - -``` -┌─────────────────┐ ┌─────────────────┐ ┌─────────────────┐ -│ NETWORK │────▶│ MEMBERSHIP │────▶│ DA BALANCER │ -│ │ │ │ │ │ -│ libp2p peers │ │ Session 0 │ │ Dispersal peers │ -│ connected │ │ assignments │ │ available │ -│ │ │ propagated │ │ │ -│ Timeout: 60s │ │ Timeout: 60s │ │ Timeout: 60s │ -└─────────────────┘ └─────────────────┘ └─────────────────┘ -``` - ---- - - - -# Part II — User Guide - -## Authoring Scenarios - -### The 5-Step Process - -``` -┌─────────────────────────────────────────────────────────────────┐ -│ SCENARIO AUTHORING FLOW │ -├─────────────────────────────────────────────────────────────────┤ -│ │ -│ 1. SHAPE TOPOLOGY 2. ATTACH WORKLOADS │ -│ ┌─────────────┐ ┌─────────────┐ │ -│ │ Validators │ │ Transactions│ │ -│ │ Executors │ │ DA blobs │ │ -│ │ Network │ │ Chaos │ │ -│ │ DA params │ └─────────────┘ │ -│ └─────────────┘ │ -│ │ -│ 3. DEFINE EXPECTATIONS 4. SET DURATION │ -│ ┌─────────────┐ ┌─────────────┐ │ -│ │ Liveness │ │ See duration│ │ -│ │ Inclusion │ │ heuristics │ │ -│ │ Custom │ │ table below │ │ -│ └─────────────┘ └─────────────┘ │ -│ │ -│ 5. CHOOSE RUNNER │ -│ ┌─────────┐ ┌─────────┐ ┌─────────┐ │ -│ │ Local │ │ Compose │ │ K8s │ │ -│ └─────────┘ └─────────┘ └─────────┘ │ -│ │ -└─────────────────────────────────────────────────────────────────┘ -``` - -### Duration Heuristics - -Use protocol time (blocks), not wall time. With default 2-second slots and active slot coefficient of 0.9, expect roughly one block every ~2–3 seconds (subject to randomness). Individual topologies may override these defaults. - -| Scenario Type | Min Blocks | Recommended Duration | Notes | -|---------------|------------|---------------------|-------| -| Smoke test | 5-10 | 30-60s | Quick validation | -| Tx throughput | 20-50 | 2-3 min | Capture steady state | -| DA + tx combined | 30-50 | 3-5 min | Observe interaction | -| Chaos/resilience | 50-100 | 5-10 min | Allow restart recovery | -| Long-run stability | 100+ | 10-30 min | Trend validation | - -> **Note**: The framework enforces a minimum of 2 blocks. Very short durations are clamped automatically. - -### Builder Pattern Overview - -```rust -ScenarioBuilder::with_node_counts(validators, executors) - // 1. Topology sub-builder - .topology() - .network_star() - .validators(n) - .executors(n) - .apply() // Returns to main builder - - // 2. Wallet seeding - .wallets(user_count) - - // 3. Workload sub-builders - .transactions() - .rate(per_block) - .users(actors) - .apply() - - .da() - .channel_rate(n) - .blob_rate(n) - .apply() - - // 4. Optional chaos (changes Caps type) - .enable_node_control() - .chaos_random_restart() - .validators(true) - .executors(true) - .min_delay(Duration) - .max_delay(Duration) - .target_cooldown(Duration) - .apply() - - // 5. Duration and expectations - .with_run_duration(duration) - .expect_consensus_liveness() - - // 6. Build - .build() -``` - ---- - - - -## Workloads - -Workloads generate traffic and conditions during a scenario run. - -### Available Workloads - -| Workload | Purpose | Key Config | Bundled Expectation | -|----------|---------|------------|---------------------| -| **Transaction** | Submit transactions at configurable rate | `rate`, `users` | `TxInclusionExpectation` | -| **DA** | Create channels, publish blobs | `channel_rate`, `blob_rate` | `DaWorkloadExpectation` | -| **Chaos** | Restart nodes randomly | `min_delay`, `max_delay`, `target_cooldown` | None (use `ConsensusLiveness`) | - -### Transaction Workload - -Submits user-level transactions at a configurable rate. - -```rust -.transactions() - .rate(5) // 5 transactions per block opportunity - .users(8) // Use 8 distinct wallet actors - .apply() -``` - -**Requires**: Seeded wallets (`.wallets(n)`) - -### DA Workload - -Drives data-availability paths: channel inscriptions and blob publishing. - -```rust -.da() - .channel_rate(1) // 1 channel operation per block - .blob_rate(1) // 1 blob per channel - .apply() -``` - -**Requires**: At least one executor for blob publishing. - -### Chaos Workload - -Triggers controlled node restarts to test resilience. - -```rust -.enable_node_control() // Required capability -.chaos_random_restart() - .validators(true) // Include validators - .executors(true) // Include executors - .min_delay(Duration::from_secs(45)) // Min time between restarts - .max_delay(Duration::from_secs(75)) // Max time between restarts - .target_cooldown(Duration::from_secs(120)) // Per-node cooldown - .apply() -``` - -**Safety behavior**: If only one validator is configured, the chaos workload automatically skips validator restarts to avoid halting consensus. - -**Cooldown behavior**: After chaos workloads, the runner adds a minimum 30-second cooldown before evaluating expectations. - ---- - - - -## Expectations - -Expectations are post-run assertions that judge success or failure. - -### Available Expectations - -| Expectation | Asserts | Default Tolerance | -|-------------|---------|-------------------| -| **ConsensusLiveness** | All validators reach minimum block height | 80% of expected blocks | -| **TxInclusionExpectation** | Submitted transactions appear in blocks | 50% inclusion ratio | -| **DaWorkloadExpectation** | Planned channels/blobs were included | 80% inclusion ratio | -| **PrometheusBlockProduction** | Prometheus metrics show block production | Exact minimum | - -### ConsensusLiveness - -The primary health check. Polls each validator's HTTP consensus info. - -```rust -// With default 80% tolerance: -.expect_consensus_liveness() - -// Or with specific minimum: -.with_expectation(ConsensusLiveness::with_minimum(10)) - -// Or with custom tolerance: -.with_expectation(ConsensusLiveness::with_tolerance(0.9)) -``` - -> **Note for advanced users**: There are two `ConsensusLiveness` implementations in the codebase: -> - `testing_framework_workflows::ConsensusLiveness` — HTTP-based, checks heights via `consensus_info()` API. This is what `.expect_consensus_liveness()` uses. -> - `testing_framework_core::scenario::expectations::ConsensusLiveness` — Also HTTP-based but with different tolerance semantics. -> -> There's also `PrometheusBlockProduction` in core for Prometheus-based metrics checks when telemetry is configured. - -### Expectation Lifecycle - -``` -┌─────────────┐ ┌─────────────┐ ┌─────────────┐ -│ init() │────▶│start_capture│────▶│ evaluate() │ -│ │ │ () │ │ │ -│ Validate │ │ Snapshot │ │ Assert │ -│ prereqs │ │ baseline │ │ conditions │ -│ │ │ (optional) │ │ │ -└─────────────┘ └─────────────┘ └─────────────┘ - │ │ │ - ▼ ▼ ▼ - At build() Before workloads After workloads -``` - -### Common Expectation Mistakes - -| Mistake | Why It Fails | Fix | -|---------|--------------|-----| -| Expecting inclusion too soon | Transactions need blocks to be included | Increase duration | -| Wall-clock timing assertions | Host speed varies | Use block counts via `RunMetrics` | -| Duration too short | Not enough blocks observed | Use duration heuristics table | -| Skipping `start_capture()` | Baseline not established | Implement if comparing before/after | -| Asserting on internal state | Framework can't observe it | Use `consensus_info()` or `BlockFeed` | - ---- - - - -## BlockFeed Deep Dive - -The `BlockFeed` is the primary mechanism for observing block production during a run. - -### What BlockFeed Provides - -```rust -pub struct BlockFeed { - // Subscribe to receive block notifications - pub fn subscribe(&self) -> broadcast::Receiver>; - - // Access aggregate statistics - pub fn stats(&self) -> Arc; -} - -pub struct BlockRecord { - pub header: HeaderId, // Block header ID - pub block: Arc>, // Full block with transactions -} - -pub struct BlockStats { - // Total transactions observed across all blocks - pub fn total_transactions(&self) -> u64; -} -``` - -### How It Works - -``` -┌────────────────┐ ┌────────────────┐ ┌────────────────┐ -│ BlockScanner │────▶│ BlockFeed │────▶│ Subscribers │ -│ │ │ │ │ │ -│ Polls validator│ │ broadcast │ │ Workloads │ -│ consensus_info │ │ channel │ │ Expectations │ -│ every 1 second │ │ (1024 buffer) │ │ │ -│ │ │ │ │ │ -│ Fetches blocks │ │ Records stats │ │ │ -│ via storage_ │ │ │ │ │ -│ block() │ │ │ │ │ -└────────────────┘ └────────────────┘ └────────────────┘ -``` - -### Using BlockFeed in Workloads - -```rust -async fn start(&self, ctx: &RunContext) -> Result<(), DynError> { - let mut receiver = ctx.block_feed().subscribe(); - - loop { - match receiver.recv().await { - Ok(record) => { - // Process block - let height = record.block.header().slot().into(); - let tx_count = record.block.transactions().len(); - - // Check for specific transactions - for tx in record.block.transactions() { - // ... examine transaction - } - } - Err(broadcast::error::RecvError::Lagged(n)) => { - // Fell behind, n messages skipped - continue; - } - Err(broadcast::error::RecvError::Closed) => { - return Err("block feed closed".into()); - } - } - } -} -``` - -### Using BlockFeed in Expectations - -```rust -async fn start_capture(&mut self, ctx: &RunContext) -> Result<(), DynError> { - let mut receiver = ctx.block_feed().subscribe(); - let observed = Arc::new(Mutex::new(HashSet::new())); - let observed_clone = Arc::clone(&observed); - - // Spawn background task to collect observations - tokio::spawn(async move { - while let Ok(record) = receiver.recv().await { - // Record what we observe - let mut guard = observed_clone.lock().unwrap(); - for tx in record.block.transactions() { - guard.insert(tx.hash()); - } - } - }); - - self.observed = Some(observed); - Ok(()) -} - -async fn evaluate(&mut self, ctx: &RunContext) -> Result<(), DynError> { - let observed = self.observed.as_ref().ok_or("not captured")?; - let guard = observed.lock().unwrap(); - - // Compare observed vs expected - if guard.len() < self.expected_count { - return Err(format!( - "insufficient inclusions: {} < {}", - guard.len(), self.expected_count - ).into()); - } - Ok(()) -} -``` - ---- - - - -# Runner: Local - -Runs node binaries as local processes on the host. - -## What It Does - -- Spawns validators/executors directly on the host with ephemeral data dirs. -- Binds HTTP/libp2p ports on localhost; no containers involved. -- Fastest feedback loop; best for unit-level scenarios and debugging. - -## Prerequisites - -- Rust toolchain installed. -- No ports in use on the default ranges (see runner config if you need to override). - -## How to Run - -```bash -cargo test -p tests-workflows --test local_runner -- local_runner_mixed_workloads --nocapture -``` - -Adjust validator/executor counts inside the test file or via the scenario builder. - -## Troubleshooting - -- Port already in use → change base ports in the test or stop the conflicting process. -- Slow start on first run → binaries need to be built; reruns are faster. -- No blocks → ensure workloads enabled and duration long enough (≥60s default). - ---- - - - -# Runner: Docker Compose - -Runs validators/executors in Docker containers using docker-compose. - -## What It Does - -- Builds/pulls the node image, then creates a network and one container per role. -- Uses Compose health checks for readiness, then runs workloads/expectations. -- Cleans up containers and network unless preservation is requested. - -## Prerequisites - -- Docker with the Compose plugin. -- Built node image available locally (default `nomos-testnet:local`). - - Build from repo root: `testnet/scripts/build_test_image.sh` -- Optional env vars: - - `NOMOS_TESTNET_IMAGE` (override tag) - - `COMPOSE_NODE_PAIRS=1x1` (validators x executors) - - `COMPOSE_RUNNER_PRESERVE=1` to keep the stack for inspection - -## How to Run - -```bash -POL_PROOF_DEV_MODE=true COMPOSE_NODE_PAIRS=1x1 \ -cargo test -p tests-workflows compose_runner_mixed_workloads -- --nocapture -``` - -## Troubleshooting - -- Image not found → set `NOMOS_TESTNET_IMAGE` to a built/pulled tag. -- Peers not connecting → inspect `docker compose logs` for validator/executor. -- Stack left behind → `docker compose -p down` and remove the network. - ---- - - - -# Runner: Kubernetes - -Deploys validators/executors as a Helm release into the current Kubernetes context. - -## What It Does - -- Builds/pulls the node image, packages Helm assets, installs into a unique namespace. -- Waits for pod readiness and validator HTTP endpoint, then drives workloads. -- Tears down the namespace unless preservation is requested. - -## Prerequisites - -- kubectl and Helm on PATH; a running Kubernetes cluster/context (e.g., Docker Desktop, kind). -- Docker buildx to build the node image for your arch. -- Built image tag exported: - - Build: `testnet/scripts/build_test_image.sh` (default tag `nomos-testnet:local`) - - Export: `export NOMOS_TESTNET_IMAGE=nomos-testnet:local` -- Optional: `K8S_RUNNER_PRESERVE=1` to keep the namespace for debugging. - -## How to Run - -```bash -NOMOS_TESTNET_IMAGE=nomos-testnet:local \ -cargo test -p tests-workflows demo_k8s_runner_tx_workload -- --nocapture -``` - -## Troubleshooting - -- Timeout waiting for validator HTTP → check pod logs: `kubectl logs -n deploy/validator`. -- No peers/tx inclusion → inspect rendered `/config.yaml` in the pod and cfgsync logs. -- Cleanup stuck → `kubectl delete namespace ` from the preserved namespace name. - ---- - - - -## Runners - -Runners deploy scenarios to different environments. - -### Runner Decision Matrix - -| Goal | Recommended Runner | Why | -|------|-------------------|-----| -| Fast local iteration | `LocalDeployer` | No container overhead | -| Reproducible e2e checks | `ComposeRunner` | Stable multi-node isolation | -| High fidelity / CI | `K8sRunner` | Real cluster behavior | -| Config validation only | Dry-run (future) | Catch errors before nodes | - -### Runner Comparison - -| Aspect | LocalDeployer | ComposeRunner | K8sRunner | -|--------|---------------|---------------|-----------| -| **Speed** | ⚡ Fastest | 🔄 Medium | 🏗️ Slowest | -| **Setup** | Binaries only | Docker daemon | Cluster access | -| **Isolation** | Process-level | Container-level | Pod-level | -| **Port discovery** | Direct | Auto via Docker | NodePort | -| **Node control** | Full | Via container restart | Via pod restart | -| **Observability** | Local files | Container logs | Prometheus + logs | -| **CI suitability** | Dev only | Good | Best | - -### LocalDeployer - -Spawns nodes as host processes. - -```rust -let deployer = LocalDeployer::default(); -// Or skip membership check for faster startup: -let deployer = LocalDeployer::new().with_membership_check(false); - -let runner = deployer.deploy(&scenario).await?; -``` - -### ComposeRunner - -Starts nodes in Docker containers via Docker Compose. - -```rust -let deployer = ComposeRunner::default(); -let runner = deployer.deploy(&scenario).await?; -``` - -**Uses Configuration Sync (cfgsync)** — see Operations section. - -### K8sRunner - -Deploys to a Kubernetes cluster. - -```rust -let deployer = K8sRunner::new(); -let runner = match deployer.deploy(&scenario).await { - Ok(r) => r, - Err(K8sRunnerError::ClientInit { source }) => { - // Cluster unavailable - return; - } - Err(e) => panic!("deployment failed: {e}"), -}; -``` - ---- - - - -## Operations - -### Prerequisites Checklist - -``` -□ nomos-node checkout available (sibling directory) -□ Binaries built: cargo build -p nomos-node -p nomos-executor -□ Runner platform ready: - □ Local: binaries in target/debug/ - □ Compose: Docker daemon running - □ K8s: kubectl configured, cluster accessible -□ KZG prover assets fetched (for DA scenarios) -□ Ports available (default ranges: 18800+, 4400 for cfgsync) -``` - -### Environment Variables - -| Variable | Effect | Default | -|----------|--------|---------| -| `SLOW_TEST_ENV=true` | 2× timeout multiplier for all readiness checks | `false` | -| `NOMOS_TESTS_TRACING=true` | Enable debug tracing output | `false` | -| `NOMOS_TESTS_KEEP_LOGS=1` | Preserve temp directories after run | Delete | -| `NOMOS_TESTNET_IMAGE` | Docker image for Compose/K8s runners | `nomos-testnet:local` | -| `COMPOSE_RUNNER_PRESERVE=1` | Keep Compose resources after run | Delete | -| `TEST_FRAMEWORK_PROMETHEUS_PORT` | Host port for Prometheus (Compose) | `9090` | - -### Configuration Synchronization (cfgsync) - -When running in Docker Compose or Kubernetes, the framework uses **dynamic configuration injection** instead of static config files. - -``` -┌─────────────────┐ ┌─────────────────┐ -│ RUNNER HOST │ │ NODE CONTAINER │ -│ │ │ │ -│ ┌─────────────┐ │ HTTP :4400 │ ┌─────────────┐ │ -│ │ cfgsync │◀├───────────────────┤│ cfgsync │ │ -│ │ server │ │ │ │ client │ │ -│ │ │ │ 1. Request config │ │ │ │ -│ │ Holds │ │ 2. Receive YAML │ │ Fetches │ │ -│ │ generated │ │ 3. Start node │ │ config at │ │ -│ │ topology │ │ │ │ startup │ │ -│ └─────────────┘ │ │ └─────────────┘ │ -└─────────────────┘ └─────────────────┘ -``` - -**Why cfgsync?** -- Handles dynamic port discovery -- Injects cryptographic keys -- Supports topology changes without rebuilding images - -**Troubleshooting cfgsync:** - -| Symptom | Cause | Fix | -|---------|-------|-----| -| Containers stuck at startup | cfgsync server unreachable | Check port 4400 is not blocked | -| "connection refused" in logs | Server not started | Verify runner started cfgsync | -| Config mismatch errors | Stale cfgsync template | Clean temp directories | - ---- - - - -# Part IV — Reference - -## Troubleshooting - -### Error Messages and Fixes - -#### Readiness Timeout - -``` -Error: readiness probe failed: timed out waiting for network readiness: - validator#0@18800: 0 peers (expected 1) - validator#1@18810: 0 peers (expected 1) -``` - -**Causes:** -- Nodes not fully started -- Network configuration mismatch -- Ports blocked - -**Fixes:** -- Set `SLOW_TEST_ENV=true` for 2× timeout -- Check node logs for startup errors -- Verify ports are available - -#### Consensus Liveness Violation - -``` -Error: expectations failed: -consensus liveness violated (target=8): -- validator-0 height 2 below target 8 -- validator-1 height 3 below target 8 -``` - -**Causes:** -- Run duration too short -- Node crashed during run -- Consensus stalled - -**Fixes:** -- Increase `with_run_duration()` -- Check node logs for panics -- Verify network connectivity - -#### Transaction Inclusion Below Threshold - -``` -Error: tx_inclusion_expectation: observed 15 below required 25 -``` - -**Causes:** -- Wallet not seeded -- Transaction rate too high -- Mempool full - -**Fixes:** -- Add `.wallets(n)` to scenario -- Reduce `.rate()` in transaction workload -- Increase duration for more blocks - -#### Chaos Workload No Targets - -``` -Error: chaos restart workload has no eligible targets -``` - -**Causes:** -- No validators or executors configured -- Only one validator (skipped for safety) -- Chaos disabled for both roles - -**Fixes:** -- Add more validators (≥2) for chaos -- Enable `.executors(true)` if executors present -- Use different workload for single-validator tests - -#### BlockFeed Closed - -``` -Error: block feed closed while waiting for channel operations -``` - -**Causes:** -- Source validator crashed -- Network partition -- Run ended prematurely - -**Fixes:** -- Check validator logs -- Increase run duration -- Verify readiness completed - -### Log Locations - -| Runner | Log Location | -|--------|--------------| -| Local | Temp directory (printed at startup), or set `NOMOS_TESTS_KEEP_LOGS=1` | -| Compose | `docker logs ` | -| K8s | `kubectl logs ` | - -### Debugging Flow - -``` -┌─────────────────┐ -│ Scenario fails │ -└────────┬────────┘ - ▼ -┌────────────────────────────────────────┐ -│ 1. Check error message category │ -│ - Readiness? → Check startup logs │ -│ - Workload? → Check workload config │ -│ - Expectation? → Check assertions │ -└────────┬───────────────────────────────┘ - ▼ -┌────────────────────────────────────────┐ -│ 2. Check node logs │ -│ - Panics? → Bug in node │ -│ - Connection errors? → Network │ -│ - Config errors? → cfgsync issue │ -└────────┬───────────────────────────────┘ - ▼ -┌────────────────────────────────────────┐ -│ 3. Reproduce with tracing │ -│ NOMOS_TESTS_TRACING=true cargo test │ -└────────┬───────────────────────────────┘ - ▼ -┌────────────────────────────────────────┐ -│ 4. Simplify scenario │ -│ - Reduce validators │ -│ - Remove workloads one by one │ -│ - Increase duration │ -└────────────────────────────────────────┘ -``` - ---- - - - -## DSL Cheat Sheet - -### Complete Builder Reference - -```rust -// ═══════════════════════════════════════════════════════════════ -// TOPOLOGY -// ═══════════════════════════════════════════════════════════════ - -ScenarioBuilder::with_node_counts(validators, executors) - - .topology() - .network_star() // Star layout (hub-spoke) - .validators(count) // Validator count - .executors(count) // Executor count - .apply() // Return to main builder - -// ═══════════════════════════════════════════════════════════════ -// WALLET SEEDING -// ═══════════════════════════════════════════════════════════════ - - .wallets(user_count) // Uniform: 100 funds/user - .with_wallet_config(custom) // Custom WalletConfig - -// ═══════════════════════════════════════════════════════════════ -// TRANSACTION WORKLOAD -// ═══════════════════════════════════════════════════════════════ - - .transactions() - .rate(txs_per_block) // NonZeroU64 - .users(actor_count) // NonZeroUsize - .apply() - -// ═══════════════════════════════════════════════════════════════ -// DA WORKLOAD -// ═══════════════════════════════════════════════════════════════ - - .da() - .channel_rate(ops_per_block) // Channel inscriptions - .blob_rate(blobs_per_chan) // Blobs per channel - .apply() - -// ═══════════════════════════════════════════════════════════════ -// CHAOS WORKLOAD (requires .enable_node_control()) -// ═══════════════════════════════════════════════════════════════ - - .enable_node_control() // Required first! - - .chaos_random_restart() - .validators(bool) // Restart validators? - .executors(bool) // Restart executors? - .min_delay(Duration) // Min between restarts - .max_delay(Duration) // Max between restarts - .target_cooldown(Duration) // Per-node cooldown - .apply() - -// ═══════════════════════════════════════════════════════════════ -// DURATION & EXPECTATIONS -// ═══════════════════════════════════════════════════════════════ - - .with_run_duration(Duration) // Clamped to ≥2 blocks - - .expect_consensus_liveness() // Default 80% tolerance - - .with_expectation(custom) // Add custom Expectation - .with_workload(custom) // Add custom Workload - -// ═══════════════════════════════════════════════════════════════ -// BUILD -// ═══════════════════════════════════════════════════════════════ - - .build() // Returns Scenario -``` - -### Quick Patterns - -```rust -// Minimal smoke test -ScenarioBuilder::with_node_counts(2, 0) - .with_run_duration(Duration::from_secs(30)) - .expect_consensus_liveness() - .build() - -// Transaction throughput -ScenarioBuilder::with_node_counts(2, 0) - .wallets(64) - .transactions().rate(10).users(8).apply() - .with_run_duration(Duration::from_secs(120)) - .expect_consensus_liveness() - .build() - -// DA + transactions -ScenarioBuilder::with_node_counts(1, 1) - .wallets(64) - .transactions().rate(5).users(4).apply() - .da().channel_rate(1).blob_rate(1).apply() - .with_run_duration(Duration::from_secs(180)) - .expect_consensus_liveness() - .build() - -// Chaos resilience -ScenarioBuilder::with_node_counts(3, 1) - .enable_node_control() - .wallets(64) - .transactions().rate(3).users(4).apply() - .chaos_random_restart() - .validators(true).executors(true) - .min_delay(Duration::from_secs(45)) - .max_delay(Duration::from_secs(75)) - .target_cooldown(Duration::from_secs(120)) - .apply() - .with_run_duration(Duration::from_secs(300)) - .expect_consensus_liveness() - .build() -``` - ---- - - - -## API Quick Reference - -### RunContext - -```rust -impl RunContext { - // ───────────────────────────────────────────────────────────── - // TOPOLOGY ACCESS - // ───────────────────────────────────────────────────────────── - - /// Static topology configuration - pub fn descriptors(&self) -> &GeneratedTopology; - - /// Live node handles (if available) - pub fn topology(&self) -> Option<&Topology>; - - // ───────────────────────────────────────────────────────────── - // CLIENT ACCESS - // ───────────────────────────────────────────────────────────── - - /// All node clients - pub fn node_clients(&self) -> &NodeClients; - - /// Random node client - pub fn random_node_client(&self) -> Option<&ApiClient>; - - /// Cluster client with retry logic - pub fn cluster_client(&self) -> ClusterClient<'_>; - - // ───────────────────────────────────────────────────────────── - // WALLET ACCESS - // ───────────────────────────────────────────────────────────── - - /// Seeded wallet accounts - pub fn wallet_accounts(&self) -> &[WalletAccount]; - - // ───────────────────────────────────────────────────────────── - // OBSERVABILITY - // ───────────────────────────────────────────────────────────── - - /// Block observation stream - pub fn block_feed(&self) -> BlockFeed; - - /// Prometheus metrics (if configured) - pub fn telemetry(&self) -> &Metrics; - - // ───────────────────────────────────────────────────────────── - // TIMING - // ───────────────────────────────────────────────────────────── - - /// Configured run duration - pub fn run_duration(&self) -> Duration; - - /// Expected block count for this run - pub fn expected_blocks(&self) -> u64; - - /// Full timing metrics - pub fn run_metrics(&self) -> RunMetrics; - - // ───────────────────────────────────────────────────────────── - // NODE CONTROL (CHAOS) - // ───────────────────────────────────────────────────────────── - - /// Node control handle (if enabled) - pub fn node_control(&self) -> Option>; -} -``` - -### NodeClients - -```rust -impl NodeClients { - pub fn validator_clients(&self) -> &[ApiClient]; - pub fn executor_clients(&self) -> &[ApiClient]; - pub fn random_validator(&self) -> Option<&ApiClient>; - pub fn random_executor(&self) -> Option<&ApiClient>; - pub fn all_clients(&self) -> impl Iterator; - pub fn any_client(&self) -> Option<&ApiClient>; - pub fn cluster_client(&self) -> ClusterClient<'_>; -} -``` - -### ApiClient - -```rust -impl ApiClient { - // Consensus - pub async fn consensus_info(&self) -> reqwest::Result; - - // Network - pub async fn network_info(&self) -> reqwest::Result; - - // Transactions - pub async fn submit_transaction(&self, tx: &SignedMantleTx) -> reqwest::Result<()>; - - // Storage - pub async fn storage_block(&self, id: &HeaderId) - -> reqwest::Result>>; - - // DA - pub async fn balancer_stats(&self) -> reqwest::Result; - pub async fn monitor_stats(&self) -> reqwest::Result; - pub async fn da_get_membership(&self, session: &SessionNumber) - -> reqwest::Result; - - // URLs - pub fn base_url(&self) -> &Url; -} -``` - -### CryptarchiaInfo - -```rust -pub struct CryptarchiaInfo { - pub height: u64, // Current block height - pub slot: Slot, // Current slot number - pub tip: HeaderId, // Tip of the chain - // ... additional fields -} -``` - -### Key Traits - -```rust -#[async_trait] -pub trait Workload: Send + Sync { - fn name(&self) -> &str; - fn expectations(&self) -> Vec> { vec![] } - fn init(&mut self, topology: &GeneratedTopology, metrics: &RunMetrics) - -> Result<(), DynError> { Ok(()) } - async fn start(&self, ctx: &RunContext) -> Result<(), DynError>; -} - -#[async_trait] -pub trait Expectation: Send + Sync { - fn name(&self) -> &str; - fn init(&mut self, topology: &GeneratedTopology, metrics: &RunMetrics) - -> Result<(), DynError> { Ok(()) } - async fn start_capture(&mut self, ctx: &RunContext) -> Result<(), DynError> { Ok(()) } - async fn evaluate(&mut self, ctx: &RunContext) -> Result<(), DynError>; -} - -#[async_trait] -pub trait Deployer: Send + Sync { - type Error; - async fn deploy(&self, scenario: &Scenario) -> Result; -} - -#[async_trait] -pub trait NodeControlHandle: Send + Sync { - async fn restart_validator(&self, index: usize) -> Result<(), DynError>; - async fn restart_executor(&self, index: usize) -> Result<(), DynError>; -} -``` - ---- - - - -## Glossary - -### Protocol Terms - -| Term | Definition | -|------|------------| -| **Slot** | Fixed time interval in the consensus protocol (default: 2 seconds) | -| **Block** | Unit of consensus; contains transactions and header | -| **Active Slot Coefficient** | Probability of block production per slot (default: 0.5) | -| **Protocol Interval** | Expected time between blocks: `slot_duration / active_slot_coeff` | - -### Framework Terms - -| Term | Definition | -|------|------------| -| **Topology** | Declarative description of cluster shape, roles, and parameters | -| **GeneratedTopology** | Concrete topology with generated configs, ports, and keys | -| **Scenario** | Plan combining topology + workloads + expectations + duration | -| **Workload** | Traffic/behavior generator during a run | -| **Expectation** | Post-run assertion judging success/failure | -| **BlockFeed** | Stream of block observations for workloads/expectations | -| **RunContext** | Shared context with clients, metrics, observability | -| **RunMetrics** | Computed timing: expected blocks, block interval, duration | -| **NodeClients** | Collection of API clients for validators and executors | -| **ApiClient** | HTTP client for node consensus, network, and DA endpoints | -| **cfgsync** | Dynamic configuration injection for distributed runners | - -### Runner Terms - -| Term | Definition | -|------|------------| -| **Deployer** | Creates a `Runner` from a `Scenario` | -| **Runner** | Manages execution: workloads, expectations, cleanup | -| **RunHandle** | Returned on success; holds context and cleanup | -| **CleanupGuard** | Ensures resources are reclaimed on drop | -| **NodeControlHandle** | Interface for restarting nodes (chaos) | - ---- - - - -# Part V — Scenario Recipes - -Complete, copy-paste runnable scenarios. - -## Recipe 1: Minimal Smoke Test - -**Goal**: Verify basic consensus works with minimal setup. - -```rust -use std::time::Duration; -use testing_framework_core::scenario::{Deployer as _, ScenarioBuilder}; -use testing_framework_runner_local::LocalDeployer; - -#[tokio::test] -async fn smoke_test_consensus() { - // Minimal: 2 validators, no workloads, just check blocks produced - let mut plan = ScenarioBuilder::with_node_counts(2, 0) - .topology() - .network_star() - .validators(2) - .executors(0) - .apply() - .with_run_duration(Duration::from_secs(30)) - .expect_consensus_liveness() - .build(); - - let deployer = LocalDeployer::default(); - let runner = deployer.deploy(&plan).await.expect("deployment"); - runner.run(&mut plan).await.expect("scenario passed"); -} -``` - -**Expected output**: -``` -[INFO] consensus_liveness: target=4, observed heights=[6, 5] ✓ -``` - -**Common failures**: -- `height 0 below target`: Nodes didn't start, check binaries exist -- Timeout: Increase to 60s or set `SLOW_TEST_ENV=true` - ---- - -## Recipe 2: Transaction Throughput Baseline - -**Goal**: Measure transaction inclusion under load. - -```rust -use std::time::Duration; -use testing_framework_core::scenario::{Deployer as _, ScenarioBuilder}; -use testing_framework_runner_local::LocalDeployer; -use tests_workflows::ScenarioBuilderExt as _; - -const VALIDATORS: usize = 2; -const TX_RATE: u64 = 10; -const USERS: usize = 8; -const WALLETS: usize = 64; -const DURATION: Duration = Duration::from_secs(120); - -#[tokio::test] -async fn transaction_throughput_baseline() { - let mut plan = ScenarioBuilder::with_node_counts(VALIDATORS, 0) - .topology() - .network_star() - .validators(VALIDATORS) - .executors(0) - .apply() - .wallets(WALLETS) - .transactions() - .rate(TX_RATE) - .users(USERS) - .apply() - .with_run_duration(DURATION) - .expect_consensus_liveness() - .build(); - - let deployer = LocalDeployer::default(); - let runner = deployer.deploy(&plan).await.expect("deployment"); - - let handle = runner.run(&mut plan).await.expect("scenario passed"); - - // Optional: Check stats - let stats = handle.context().block_feed().stats(); - println!("Total transactions included: {}", stats.total_transactions()); -} -``` - -**Expected output**: -``` -[INFO] tx_inclusion_expectation: 180/200 included (90%) ✓ -[INFO] consensus_liveness: target=15, observed heights=[18, 17] ✓ -Total transactions included: 180 -``` - -**Common failures**: -- `observed 0 below required`: Forgot `.wallets()` -- Low inclusion: Reduce `TX_RATE` or increase `DURATION` - ---- - -## Recipe 3: DA + Transaction Combined Stress - -**Goal**: Exercise both transaction and data-availability paths. - -```rust -use std::time::Duration; -use testing_framework_core::scenario::{Deployer as _, ScenarioBuilder}; -use testing_framework_runner_local::LocalDeployer; -use tests_workflows::ScenarioBuilderExt as _; - -#[tokio::test] -async fn da_tx_combined_stress() { - let mut plan = ScenarioBuilder::with_node_counts(1, 1) // Need executor for DA - .topology() - .network_star() - .validators(1) - .executors(1) - .apply() - .wallets(64) - .transactions() - .rate(5) - .users(4) - .apply() - .da() - .channel_rate(2) // 2 channel inscriptions per block - .blob_rate(1) // 1 blob per channel - .apply() - .with_run_duration(Duration::from_secs(180)) - .expect_consensus_liveness() - .build(); - - let deployer = LocalDeployer::default(); - let runner = deployer.deploy(&plan).await.expect("deployment"); - runner.run(&mut plan).await.expect("scenario passed"); -} -``` - -**Expected output**: -``` -[INFO] da_workload_inclusions: 2/2 channels inscribed ✓ -[INFO] tx_inclusion_expectation: 45/50 included (90%) ✓ -[INFO] consensus_liveness: target=22, observed heights=[25, 24] ✓ -``` - -**Common failures**: -- `da workload requires at least one executor`: Add executor to topology -- Blob publish failures: Check DA balancer readiness - ---- - -## Recipe 4: Chaos Resilience Test - -**Goal**: Verify system recovers from node restarts. - -```rust -use std::time::Duration; -use testing_framework_core::scenario::{Deployer as _, ScenarioBuilder}; -use testing_framework_runner_local::LocalDeployer; -use tests_workflows::{ChaosBuilderExt as _, ScenarioBuilderExt as _}; - -#[tokio::test] -async fn chaos_resilience_test() { - let mut plan = ScenarioBuilder::with_node_counts(3, 1) // Need >1 validator for chaos - .enable_node_control() // Required for chaos! - .topology() - .network_star() - .validators(3) - .executors(1) - .apply() - .wallets(64) - .transactions() - .rate(3) // Lower rate for stability during chaos - .users(4) - .apply() - .chaos_random_restart() - .validators(true) - .executors(true) - .min_delay(Duration::from_secs(45)) - .max_delay(Duration::from_secs(75)) - .target_cooldown(Duration::from_secs(120)) - .apply() - .with_run_duration(Duration::from_secs(300)) // 5 minutes - .expect_consensus_liveness() - .build(); - - let deployer = LocalDeployer::default(); - let runner = deployer.deploy(&plan).await.expect("deployment"); - runner.run(&mut plan).await.expect("chaos scenario passed"); -} -``` - -**Expected output**: -``` -[INFO] Restarting validator-1 -[INFO] Restarting executor-0 -[INFO] Restarting validator-2 -[INFO] consensus_liveness: target=35, observed heights=[42, 38, 40, 39] ✓ -``` - -**Common failures**: -- `no eligible targets`: Need ≥2 validators (safety skips single validator) -- Liveness violation: Increase `target_cooldown`, reduce restart frequency - ---- - -## Recipe 5: Docker Compose Reproducible Test - -**Goal**: Run in containers for CI reproducibility. - -```rust -use std::time::Duration; -use testing_framework_core::scenario::{Deployer as _, ScenarioBuilder}; -use testing_framework_runner_compose::ComposeRunner; -use tests_workflows::ScenarioBuilderExt as _; - -#[tokio::test] -#[ignore = "requires Docker"] -async fn compose_reproducible_test() { - let mut plan = ScenarioBuilder::with_node_counts(2, 1) - .topology() - .network_star() - .validators(2) - .executors(1) - .apply() - .wallets(64) - .transactions() - .rate(5) - .users(8) - .apply() - .da() - .channel_rate(1) - .blob_rate(1) - .apply() - .with_run_duration(Duration::from_secs(120)) - .expect_consensus_liveness() - .build(); - - let deployer = ComposeRunner::default(); - let runner = deployer.deploy(&plan).await.expect("compose deployment"); - - // Verify Prometheus is available - assert!(runner.context().telemetry().is_configured()); - - runner.run(&mut plan).await.expect("compose scenario passed"); -} -``` - -**Required environment**: -```bash -# Build the Docker image first -docker build -t nomos-testnet:local . - -# Or use custom image -export NOMOS_TESTNET_IMAGE=myregistry/nomos-testnet:v1.0 -``` - -**Common failures**: -- `cfgsync connection refused`: Check port 4400 is accessible -- Image not found: Build or pull `nomos-testnet:local` - ---- - - - -## FAQ - -**Q: Why does chaos skip validators when only one is configured?** - -A: Restarting the only validator would halt consensus entirely. The framework protects against this by requiring ≥2 validators for chaos to restart validators. See `RandomRestartWorkload::targets()`. - -**Q: Can I run the same scenario on different runners?** - -A: Yes! The `Scenario` is runner-agnostic. Just swap the deployer: - -```rust -let plan = build_my_scenario(); // Same plan - -// Local -let runner = LocalDeployer::default().deploy(&plan).await?; - -// Or Compose -let runner = ComposeRunner::default().deploy(&plan).await?; - -// Or K8s -let runner = K8sRunner::new().deploy(&plan).await?; -``` - -**Q: How do I debug a flaky scenario?** - -A: -1. Enable tracing: `NOMOS_TESTS_TRACING=true` -2. Keep logs: `NOMOS_TESTS_KEEP_LOGS=1` -3. Increase duration -4. Simplify (remove workloads one by one) - -**Q: Why are expectations evaluated after all workloads, not during?** - -A: This ensures the system has reached steady state. If you need continuous assertions, implement them inside your workload using `BlockFeed`. - -**Q: How long should my scenario run?** - -A: See the [Duration Heuristics](#duration-heuristics) table. Rule of thumb: enough blocks to observe your workload's effects plus margin for variability. - -**Q: What's the difference between `Plan` and `Scenario`?** - -A: In the code, `ScenarioBuilder` builds a `Scenario`. The term "plan" is informal shorthand for "fully constructed scenario ready for deployment." - ---- - -## Changelog - -### v3 (Current) - -**New sections:** -- 5-Minute Quickstart -- Reading Guide by Role -- Duration Heuristics table -- BlockFeed Deep Dive -- Configuration Sync (cfgsync) documentation -- Environment Variables reference -- Complete Scenario Recipes (5 recipes) -- Common Expectation Mistakes table -- Debugging Flow diagram -- GitBook structure markers - -**Fixes from v2:** -- All API method names verified against codebase -- Error messages taken from actual error types -- Environment variables verified in source - -**Improvements:** -- More diagrams (timeline, readiness phases, type flow) -- Troubleshooting with actual error messages -- FAQ expanded with common questions diff --git a/book/src/SUMMARY.md b/book/src/SUMMARY.md deleted file mode 100644 index d21deb9..0000000 --- a/book/src/SUMMARY.md +++ /dev/null @@ -1,31 +0,0 @@ -# Summary -- [Project Context Primer](project-context-primer.md) -- [What You Will Learn](what-you-will-learn.md) -- [Part I — Foundations](part-i.md) - - [Introduction](introduction.md) - - [Architecture Overview](architecture-overview.md) - - [Testing Philosophy](testing-philosophy.md) - - [Scenario Lifecycle (Conceptual)](scenario-lifecycle.md) - - [Design Rationale](design-rationale.md) -- [Part II — User Guide](part-ii.md) - - [Workspace Layout](workspace-layout.md) - - [Annotated Tree](annotated-tree.md) - - [Authoring Scenarios](authoring-scenarios.md) - - [Core Content: Workloads & Expectations](workloads.md) - - [Core Content: ScenarioBuilderExt Patterns](scenario-builder-ext-patterns.md) - - [Best Practices](best-practices.md) - - [Examples](examples.md) - - [Advanced & Artificial Examples](examples-advanced.md) - - [Running Scenarios](running-scenarios.md) - - [Runners](runners.md) - - [Operations](operations.md) -- [Part III — Developer Reference](part-iii.md) - - [Scenario Model (Developer Level)](scenario-model.md) - - [Extending the Framework](extending.md) - - [Example: New Workload & Expectation (Rust)](custom-workload-example.md) - - [Internal Crate Reference](internal-crate-reference.md) -- [Part IV — Appendix](part-iv.md) - - [DSL Cheat Sheet](dsl-cheat-sheet.md) - - [Troubleshooting Scenarios](troubleshooting.md) - - [FAQ](faq.md) - - [Glossary](glossary.md) diff --git a/book/src/annotated-tree.md b/book/src/annotated-tree.md deleted file mode 100644 index 7a62a24..0000000 --- a/book/src/annotated-tree.md +++ /dev/null @@ -1,17 +0,0 @@ -# Annotated Tree - -High-level view of the workspace and how pieces relate: -``` -nomos-testing/ -├─ testing-framework/ -│ ├─ configs/ # shared configuration helpers -│ ├─ core/ # scenario model, runtime, topology -│ ├─ workflows/ # workloads, expectations, DSL extensions -│ └─ runners/ # local, compose, k8s deployment backends -├─ tests/ # integration scenarios using the framework -└─ scripts/ # supporting setup utilities (e.g., assets) -``` - -Each area maps to a responsibility: describe configs, orchestrate scenarios, -package common traffic and assertions, adapt to environments, and demonstrate -end-to-end usage. diff --git a/book/src/architecture-overview.md b/book/src/architecture-overview.md deleted file mode 100644 index 76ac1cf..0000000 --- a/book/src/architecture-overview.md +++ /dev/null @@ -1,29 +0,0 @@ -# Architecture Overview - -The framework follows a clear flow: **Topology → Scenario → Runner → Workloads → Expectations**. - -- **Topology** describes the cluster: how many nodes, their roles, and the high-level network and data-availability parameters they should follow. -- **Scenario** combines that topology with the activities to run and the checks to perform, forming a single plan. -- **Deployer/Runner** pair turns the plan into a live environment on the chosen backend (local processes, Docker Compose, or Kubernetes) and brokers readiness. -- **Workloads** generate traffic and conditions that exercise the system. -- **Expectations** observe the run and judge success or failure once activity completes. - -Conceptual diagram: -``` -Topology → Scenario → Runner → Workloads → Expectations - (shape (plan) (deploy (drive (verify - cluster) & orchestrate) traffic) outcomes) -``` - -Mermaid view: -```mermaid -flowchart LR - A(Topology
shape cluster) --> B(Scenario
plan) - B --> C(Deployer/Runner
deploy & orchestrate) - C --> D(Workloads
drive traffic) - D --> E(Expectations
verify outcomes) -``` - -Each layer has a narrow responsibility so that cluster shape, deployment choice, -traffic generation, and health checks can evolve independently while fitting -together predictably. diff --git a/book/src/authoring-scenarios.md b/book/src/authoring-scenarios.md deleted file mode 100644 index a7035e0..0000000 --- a/book/src/authoring-scenarios.md +++ /dev/null @@ -1,20 +0,0 @@ -# Authoring Scenarios - -Creating a scenario is a declarative exercise: - -1. **Shape the topology**: decide how many validators and executors to run, and - what high-level network and data-availability characteristics matter for the - test. -2. **Attach workloads**: pick traffic generators that align with your goals - (transactions, data-availability blobs, or chaos for resilience probes). -3. **Define expectations**: specify the health signals that must hold when the - run finishes (e.g., consensus liveness, inclusion of submitted activity; see - [Core Content: Workloads & Expectations](workloads.md)). -4. **Set duration**: choose a run window long enough to observe meaningful - block progression and the effects of your workloads. -5. **Choose a runner**: target local processes for fast iteration, Docker - Compose for reproducible multi-node stacks, or Kubernetes for cluster-grade - validation. For environment considerations, see [Operations](operations.md). - -Keep scenarios small and explicit: make the intended behavior and the success -criteria clear so failures are easy to interpret and act upon. diff --git a/book/src/best-practices.md b/book/src/best-practices.md deleted file mode 100644 index eb3bf08..0000000 --- a/book/src/best-practices.md +++ /dev/null @@ -1,16 +0,0 @@ -# Best Practices - -- **State your intent**: document the goal of each scenario (throughput, DA - validation, resilience) so expectation choices are obvious. -- **Keep runs meaningful**: choose durations that allow multiple blocks and make - timing-based assertions trustworthy. -- **Separate concerns**: start with deterministic workloads for functional - checks; add chaos in dedicated resilience scenarios to avoid noisy failures. -- **Reuse patterns**: standardize on shared topology and workload presets so - results are comparable across environments and teams. -- **Observe first, tune second**: rely on liveness and inclusion signals to - interpret outcomes before tweaking rates or topology. -- **Environment fit**: pick runners that match the feedback loop you need—local - for speed, compose for reproducible stacks, k8s for cluster-grade fidelity. -- **Minimal surprises**: seed only necessary wallets and keep configuration - deltas explicit when moving between CI and developer machines. diff --git a/book/src/custom-workload-example.md b/book/src/custom-workload-example.md deleted file mode 100644 index 341527b..0000000 --- a/book/src/custom-workload-example.md +++ /dev/null @@ -1,116 +0,0 @@ -# Example: New Workload & Expectation (Rust) - -A minimal, end-to-end illustration of adding a custom workload and matching -expectation. This shows the shape of the traits and where to plug into the -framework; expand the logic to fit your real test. - -## Workload: simple reachability probe - -Key ideas: -- **name**: identifies the workload in logs. -- **expectations**: workloads can bundle defaults so callers don’t forget checks. -- **init**: derive inputs from the generated topology (e.g., pick a target node). -- **start**: drive async activity using the shared `RunContext`. - -```rust -use std::sync::Arc; -use async_trait::async_trait; -use testing_framework_core::scenario::{ - DynError, Expectation, RunContext, RunMetrics, Workload, -}; -use testing_framework_core::topology::GeneratedTopology; - -pub struct ReachabilityWorkload { - target_idx: usize, - bundled: Vec>, -} - -impl ReachabilityWorkload { - pub fn new(target_idx: usize) -> Self { - Self { - target_idx, - bundled: vec![Box::new(ReachabilityExpectation::new(target_idx))], - } - } -} - -#[async_trait] -impl Workload for ReachabilityWorkload { - fn name(&self) -> &'static str { - "reachability_workload" - } - - fn expectations(&self) -> Vec> { - self.bundled.clone() - } - - fn init( - &mut self, - topology: &GeneratedTopology, - _metrics: &RunMetrics, - ) -> Result<(), DynError> { - if topology.validators().get(self.target_idx).is_none() { - return Err("no validator at requested index".into()); - } - Ok(()) - } - - async fn start(&self, ctx: &RunContext) -> Result<(), DynError> { - let client = ctx - .clients() - .validators() - .get(self.target_idx) - .ok_or("missing target client")?; - - // Pseudo-action: issue a lightweight RPC to prove reachability. - client.health_check().await.map_err(|e| e.into()) - } -} -``` - -## Expectation: confirm the target stayed reachable - -Key ideas: -- **start_capture**: snapshot baseline if needed (not used here). -- **evaluate**: assert the condition after workloads finish. - -```rust -use async_trait::async_trait; -use testing_framework_core::scenario::{DynError, Expectation, RunContext}; - -pub struct ReachabilityExpectation { - target_idx: usize, -} - -impl ReachabilityExpectation { - pub fn new(target_idx: usize) -> Self { - Self { target_idx } - } -} - -#[async_trait] -impl Expectation for ReachabilityExpectation { - fn name(&self) -> &str { - "target_reachable" - } - - async fn evaluate(&mut self, ctx: &RunContext) -> Result<(), DynError> { - let client = ctx - .clients() - .validators() - .get(self.target_idx) - .ok_or("missing target client")?; - - client.health_check().await.map_err(|e| { - format!("target became unreachable during run: {e}").into() - }) - } -} -``` - -## How to wire it -- Build your scenario as usual and call `.with_workload(ReachabilityWorkload::new(0))`. -- The bundled expectation is attached automatically; you can add more with - `.with_expectation(...)` if needed. -- Keep the logic minimal and fast for smoke tests; grow it into richer probes - for deeper scenarios. diff --git a/book/src/design-rationale.md b/book/src/design-rationale.md deleted file mode 100644 index 94961b6..0000000 --- a/book/src/design-rationale.md +++ /dev/null @@ -1,7 +0,0 @@ -# Design Rationale - -- **Modular crates** keep configuration, orchestration, workloads, and runners decoupled so each can evolve without breaking the others. -- **Pluggable runners** let the same scenario run on a laptop, a Docker host, or a Kubernetes cluster, making validation portable across environments. -- **Separated workloads and expectations** clarify intent: what traffic to generate versus how to judge success. This simplifies review and reuse. -- **Declarative topology** makes cluster shape explicit and repeatable, reducing surprise when moving between CI and developer machines. -- **Maintainability through predictability**: a clear flow from plan to deployment to verification lowers the cost of extending the framework and interpreting failures. diff --git a/book/src/dsl-cheat-sheet.md b/book/src/dsl-cheat-sheet.md deleted file mode 100644 index 6b5a770..0000000 --- a/book/src/dsl-cheat-sheet.md +++ /dev/null @@ -1,19 +0,0 @@ -# Core Content: DSL Cheat Sheet - -The framework offers a fluent builder style to keep scenarios readable. Common -knobs: - -- **Topology shaping**: set validator and executor counts, pick a network layout - style, and adjust high-level data-availability traits. -- **Wallet seeding**: define how many users participate and the total funds - available for transaction workloads. -- **Workload tuning**: configure transaction rates, data-availability channel - and blob rates, and whether chaos restarts should include validators, - executors, or both. -- **Expectations**: attach liveness and workload-specific checks so success is - explicit. -- **Run window**: set a minimum duration long enough for multiple blocks to be - observed and verified. - -Use these knobs to express intent clearly, keeping scenario definitions concise -and consistent across teams. diff --git a/book/src/examples-advanced.md b/book/src/examples-advanced.md deleted file mode 100644 index 2f3a7c4..0000000 --- a/book/src/examples-advanced.md +++ /dev/null @@ -1,62 +0,0 @@ -# Advanced & Artificial Examples - -These illustrative scenarios stretch the framework to show how to build new -workloads, expectations, deployers, and topology tricks. They are intentionally -“synthetic” to teach capabilities rather than prescribe production tests. - -## Synthetic Delay Workload (Network Latency Simulation) -- **Idea**: inject fake latency between node interactions using internal timers, - not OS-level tooling. -- **Demonstrates**: sequencing control inside a workload, verifying protocol - progression under induced lag, using timers to pace submissions. -- **Shape**: wrap submissions in delays that mimic slow peers; ensure the - expectation checks blocks still progress. - -## Oscillating Load Workload (Traffic Waves) -- **Idea**: traffic rate changes every block or N seconds (e.g., blocks 1–3 low, - 4–5 high, 6–7 zero, repeat). -- **Demonstrates**: dynamic, stateful workloads that use `RunMetrics` to time - phases; modeling real-world burstiness. -- **Shape**: schedule per-phase rates; confirm inclusion/liveness across peaks - and troughs. - -## Byzantine Behavior Mock -- **Idea**: a workload that drops half its planned submissions, sometimes - double-submits, and intentionally triggers expectation failures. -- **Demonstrates**: negative testing, resilience checks, and the value of clear - expectations when behavior is adversarial by design. -- **Shape**: parameterize drop/double-submit probabilities; pair with an - expectation that documents what “bad” looks like. - -## Custom Expectation: Block Finality Drift -- **Idea**: assert the last few blocks differ and block time stays within a - tolerated drift budget. -- **Demonstrates**: consuming `BlockFeed` or time-series metrics to validate - protocol cadence; crafting post-run assertions around block diversity and - timing. -- **Shape**: collect recent blocks, confirm no duplicates, and compare observed - intervals to a drift threshold. - -## Custom Deployer: Dry-Run Deployer -- **Idea**: a deployer that never starts nodes; it emits configs, simulates - readiness, provides fake blockfeed/metrics. -- **Demonstrates**: full power of the deployer interface for CI dry-runs, - config verification, and ultra-fast feedback without Nomos binaries. -- **Shape**: produce logs/artifacts, stub readiness, and feed synthetic blocks - so expectations can still run. - -## Stochastic Topology Generator -- **Idea**: topology parameters change at runtime (random validators, DA - settings, network shapes). -- **Demonstrates**: randomized property testing and fuzzing approaches to - topology building. -- **Shape**: pick roles and network layouts randomly per run; keep expectations - tolerant to variability while still asserting core liveness. - -## Multi-Phase Scenario (“Pipelines”) -- **Idea**: scenario runs in phases (e.g., phase 1 transactions, phase 2 DA, - phase 3 restarts, phase 4 sync check). -- **Demonstrates**: multi-stage tests, modular scenario assembly, and deliberate - lifecycle control. -- **Shape**: drive phase-specific workloads/expectations sequentially; enforce - clear boundaries and post-phase checks. diff --git a/book/src/examples.md b/book/src/examples.md deleted file mode 100644 index d8156be..0000000 --- a/book/src/examples.md +++ /dev/null @@ -1,28 +0,0 @@ -# Examples - -Concrete scenario shapes that illustrate how to combine topologies, workloads, -and expectations. Adjust counts, rates, and durations to fit your environment. - -## Simple 2-validator transaction workload -- **Topology**: two validators. -- **Workload**: transaction submissions at a modest per-block rate with a small - set of wallet actors. -- **Expectations**: consensus liveness and inclusion of submitted activity. -- **When to use**: smoke tests for consensus and transaction flow on minimal - hardware. - -## DA + transaction workload -- **Topology**: validators plus executors if available. -- **Workloads**: data-availability blobs/channels and transactions running - together to stress both paths. -- **Expectations**: consensus liveness and workload-level inclusion/availability - checks. -- **When to use**: end-to-end coverage of transaction and DA layers in one run. - -## Chaos + liveness check -- **Topology**: validators (optionally executors) with node control enabled. -- **Workloads**: baseline traffic (transactions or DA) plus chaos restarts on - selected roles. -- **Expectations**: consensus liveness to confirm the system keeps progressing - despite restarts; workload-specific inclusion if traffic is present. -- **When to use**: resilience validation and operational readiness drills. diff --git a/book/src/extending.md b/book/src/extending.md deleted file mode 100644 index f96d9c2..0000000 --- a/book/src/extending.md +++ /dev/null @@ -1,31 +0,0 @@ -# Extending the Framework - -## Adding a workload -1) Implement `testing_framework_core::scenario::Workload`: - - Provide a name and any bundled expectations. - - In `init`, derive inputs from `GeneratedTopology` and `RunMetrics`; fail - fast if prerequisites are missing (e.g., wallet data, node addresses). - - In `start`, drive async traffic using the `RunContext` clients. -2) Expose the workload from a module under `testing-framework/workflows` and - consider adding a DSL helper for ergonomic wiring. - -## Adding an expectation -1) Implement `testing_framework_core::scenario::Expectation`: - - Use `start_capture` to snapshot baseline metrics. - - Use `evaluate` to assert outcomes after workloads finish; return all errors - so the runner can aggregate them. -2) Export it from `testing-framework/workflows` if it is reusable. - -## Adding a runner -1) Implement `testing_framework_core::scenario::Deployer` for your backend. - - Produce a `RunContext` with `NodeClients`, metrics endpoints, and optional - `NodeControlHandle`. - - Guard cleanup with `CleanupGuard` to reclaim resources even on failures. -2) Mirror the readiness and block-feed probes used by the existing runners so - workloads can rely on consistent signals. - -## Adding topology helpers -- Extend `testing_framework_core::topology::TopologyBuilder` with new layouts or - configuration presets (e.g., specialized DA parameters). Keep defaults safe: - ensure at least one participant and clamp dispersal factors as the current - helpers do. diff --git a/book/src/faq.md b/book/src/faq.md deleted file mode 100644 index 0cf7dd3..0000000 --- a/book/src/faq.md +++ /dev/null @@ -1,26 +0,0 @@ -# FAQ - -**Why block-oriented timing?** -Using block cadence reduces dependence on host speed and keeps assertions aligned -with protocol behavior. - -**Can I reuse the same scenario across runners?** -Yes. The plan stays the same; swap runners (local, compose, k8s) to target -different environments. - -**When should I enable chaos workloads?** -Only when testing resilience or operational recovery; keep functional smoke -tests deterministic. - -**How long should runs be?** -Long enough for multiple blocks so liveness and inclusion checks are -meaningful; very short runs risk false confidence. - -**Do I always need seeded wallets?** -Only for transaction scenarios. Data-availability or pure chaos scenarios may -not require them, but liveness checks still need validators producing blocks. - -**What if expectations fail but workloads “look fine”?** -Trust expectations first—they capture the intended success criteria. Use the -observability signals and runner logs to pinpoint why the system missed the -target. diff --git a/book/src/glossary.md b/book/src/glossary.md deleted file mode 100644 index fbed85c..0000000 --- a/book/src/glossary.md +++ /dev/null @@ -1,18 +0,0 @@ -# Glossary - -- **Validator**: node role responsible for participating in consensus and block - production. -- **Executor**: node role that processes transactions or workloads delegated by - validators. -- **DA (Data Availability)**: subsystem ensuring blobs or channel data are - published and retrievable for validation. -- **Workload**: traffic or behavior generator that exercises the system during a - scenario run. -- **Expectation**: post-run assertion that judges whether the system met the - intended success criteria. -- **Topology**: declarative description of the cluster shape, roles, and - high-level parameters for a scenario. -- **Blockfeed**: stream of block observations used for liveness or inclusion - signals during a run. -- **Control capability**: the ability for a runner to start, stop, or restart - nodes, used by chaos workloads. diff --git a/book/src/internal-crate-reference.md b/book/src/internal-crate-reference.md deleted file mode 100644 index 80d45fc..0000000 --- a/book/src/internal-crate-reference.md +++ /dev/null @@ -1,18 +0,0 @@ -# Internal Crate Reference - -High-level roles of the crates that make up the framework: - -- **Configs**: prepares reusable configuration primitives for nodes, networking, - tracing, data availability, and wallets, shared by all scenarios and runners. -- **Core scenario orchestration**: houses the topology and scenario model, - runtime coordination, node clients, and readiness/health probes. -- **Workflows**: packages workloads and expectations into reusable building - blocks and offers a fluent DSL to assemble them. -- **Runners**: implements deployment backends (local host, Docker Compose, - Kubernetes) that all consume the same scenario plan. -- **Test workflows**: example scenarios and integration checks that exercise the - framework end to end and serve as living documentation. - -Use this map to locate where to add new capabilities: configuration primitives -in configs, orchestration changes in core, reusable traffic/assertions in -workflows, environment adapters in runners, and demonstrations in tests. diff --git a/book/src/introduction.md b/book/src/introduction.md deleted file mode 100644 index d153b67..0000000 --- a/book/src/introduction.md +++ /dev/null @@ -1,15 +0,0 @@ -# Introduction - -The Nomos Testing Framework is a purpose-built toolkit for exercising Nomos in -realistic, multi-node environments. It solves the gap between small, isolated -tests and full-system validation by letting teams describe a cluster layout, -drive meaningful traffic, and assert the outcomes in one coherent plan. - -It is for protocol engineers, infrastructure operators, and QA teams who need -repeatable confidence that validators, executors, and data-availability -components work together under network and timing constraints. - -Multi-node integration testing is required because many Nomos behaviors—block -progress, data availability, liveness under churn—only emerge when several -roles interact over real networking and time. This framework makes those checks -declarative, observable, and portable across environments. diff --git a/book/src/operations.md b/book/src/operations.md deleted file mode 100644 index 208446c..0000000 --- a/book/src/operations.md +++ /dev/null @@ -1,42 +0,0 @@ -# Operations - -Operational readiness focuses on prerequisites, environment fit, and clear -signals: - -- **Prerequisites**: keep a sibling `nomos-node` checkout available; ensure the - chosen runner’s platform needs are met (local binaries for host runs, Docker - for compose, cluster access for k8s). -- **Artifacts**: some scenarios depend on prover or circuit assets; fetch them - ahead of time with the provided helper scripts when needed. -- **Environment flags**: use slow-environment toggles to relax timeouts, enable - tracing when debugging, and adjust observability ports to avoid clashes. -- **Readiness checks**: verify runners report node readiness before starting - workloads; this avoids false negatives from starting too early. -- **Failure triage**: map failures to missing prerequisites (wallet seeding, - node control availability), runner platform issues, or unmet expectations. - Start with liveness signals, then dive into workload-specific assertions. - -Treat operational hygiene—assets present, prerequisites satisfied, observability -reachable—as the first step to reliable scenario outcomes. - -Metrics and observability flow: -``` -Runner exposes endpoints/ports - │ - ▼ -Runtime collects block/health signals - │ - ▼ -Expectations consume signals to decide pass/fail - │ - ▼ -Operators inspect logs/metrics when failures arise -``` - -Mermaid view: -```mermaid -flowchart TD - Expose[Runner exposes endpoints/ports] --> Collect[Runtime collects block/health signals] - Collect --> Consume[Expectations consume signals
decide pass/fail] - Consume --> Inspect[Operators inspect logs/metrics
when failures arise] -``` diff --git a/book/src/part-i.md b/book/src/part-i.md deleted file mode 100644 index 74e4ac6..0000000 --- a/book/src/part-i.md +++ /dev/null @@ -1,4 +0,0 @@ -# Part I — Foundations - -Conceptual chapters that establish the mental model for the framework and how -it approaches multi-node testing. diff --git a/book/src/part-ii.md b/book/src/part-ii.md deleted file mode 100644 index 36eb205..0000000 --- a/book/src/part-ii.md +++ /dev/null @@ -1,4 +0,0 @@ -# Part II — User Guide - -Practical guidance for shaping scenarios, combining workloads and expectations, -and running them across different environments. diff --git a/book/src/part-iii.md b/book/src/part-iii.md deleted file mode 100644 index 107c890..0000000 --- a/book/src/part-iii.md +++ /dev/null @@ -1,4 +0,0 @@ -# Part III — Developer Reference - -Deep dives for contributors who extend the framework, evolve its abstractions, -or maintain the crate set. diff --git a/book/src/part-iv.md b/book/src/part-iv.md deleted file mode 100644 index 51b08b6..0000000 --- a/book/src/part-iv.md +++ /dev/null @@ -1,4 +0,0 @@ -# Part IV — Appendix - -Quick-reference material and supporting guidance to keep scenarios discoverable, -debuggable, and consistent. diff --git a/book/src/project-context-primer.md b/book/src/project-context-primer.md deleted file mode 100644 index 3cbe0b8..0000000 --- a/book/src/project-context-primer.md +++ /dev/null @@ -1,16 +0,0 @@ -# Project Context Primer - -This book focuses on the Nomos Testing Framework. It assumes familiarity with -the Nomos architecture, but for completeness, here is a short primer. - -- **Nomos** is a modular blockchain protocol composed of validators, executors, - and a data-availability (DA) subsystem. -- **Validators** participate in consensus and produce blocks. -- **Executors** run application logic or off-chain computations referenced by - blocks. -- **Data Availability (DA)** ensures that data referenced in blocks is - published and retrievable, including blobs or channel data used by workloads. - -These roles interact tightly, which is why meaningful testing must be performed -in multi-node environments that include real networking, timing, and DA -interaction. diff --git a/book/src/runners.md b/book/src/runners.md deleted file mode 100644 index 2f09fd0..0000000 --- a/book/src/runners.md +++ /dev/null @@ -1,51 +0,0 @@ -# Runners - -Runners turn a scenario plan into a live environment while keeping the plan -unchanged. Choose based on feedback speed, reproducibility, and fidelity. For -environment and operational considerations, see [Operations](operations.md): - -## Local runner -- Launches node processes directly on the host. -- Fastest feedback loop and minimal orchestration overhead. -- Best for development-time iteration and debugging. - -## Docker Compose runner -- Starts nodes in containers to provide a reproducible multi-node stack on a - single machine. -- Discovers service ports and wires observability for convenient inspection. -- Good balance between fidelity and ease of setup. - -## Kubernetes runner -- Deploys nodes onto a cluster for higher-fidelity, longer-running scenarios. -- Suits CI or shared environments where cluster behavior and scheduling matter. - -### Common expectations -- All runners require at least one validator and, for transaction scenarios, - access to seeded wallets. -- Readiness probes gate workload start so traffic begins only after nodes are - reachable. -- Environment flags can relax timeouts or increase tracing when diagnostics are - needed. - -Runner abstraction: -``` -Scenario Plan - │ - ▼ -Runner (local | compose | k8s) - │ provisions env + readiness - ▼ -Runtime + Observability - │ - ▼ -Workloads / Expectations execute -``` - -Mermaid view: -```mermaid -flowchart TD - Plan[Scenario Plan] --> RunSel{Runner
(local | compose | k8s)} - RunSel --> Provision[Provision & readiness] - Provision --> Runtime[Runtime + observability] - Runtime --> Exec[Workloads & Expectations execute] -``` diff --git a/book/src/running-scenarios.md b/book/src/running-scenarios.md deleted file mode 100644 index bf0776a..0000000 --- a/book/src/running-scenarios.md +++ /dev/null @@ -1,17 +0,0 @@ -# Running Scenarios - -Running a scenario follows the same conceptual flow regardless of environment: - -1. Select or author a scenario plan that pairs a topology with workloads, - expectations, and a suitable run window. -2. Choose a runner aligned with your environment (local, compose, or k8s) and - ensure its prerequisites are available. -3. Deploy the plan through the runner; wait for readiness signals before - starting workloads. -4. Let workloads drive activity for the planned duration; keep observability - signals visible so you can correlate outcomes. -5. Evaluate expectations and capture results as the primary pass/fail signal. - -Use the same plan across different runners to compare behavior between local -development and CI or cluster settings. For environment prerequisites and -flags, see [Operations](operations.md). diff --git a/book/src/scenario-builder-ext-patterns.md b/book/src/scenario-builder-ext-patterns.md deleted file mode 100644 index e365e72..0000000 --- a/book/src/scenario-builder-ext-patterns.md +++ /dev/null @@ -1,17 +0,0 @@ -# Core Content: ScenarioBuilderExt Patterns - -Patterns that keep scenarios readable and reusable: - -- **Topology-first**: start by shaping the cluster (counts, layout) so later - steps inherit a clear foundation. -- **Bundle defaults**: use the DSL helpers to attach common expectations (like - liveness) whenever you add a matching workload, reducing forgotten checks. -- **Intentional rates**: express traffic in per-block terms to align with - protocol timing rather than wall-clock assumptions. -- **Opt-in chaos**: enable restart patterns only in scenarios meant to probe - resilience; keep functional smoke tests deterministic. -- **Wallet clarity**: seed only the number of actors you need; it keeps - transaction scenarios deterministic and interpretable. - -These patterns make scenario definitions self-explanatory while staying aligned -with the framework’s block-oriented timing model. diff --git a/book/src/scenario-lifecycle.md b/book/src/scenario-lifecycle.md deleted file mode 100644 index 00d7f80..0000000 --- a/book/src/scenario-lifecycle.md +++ /dev/null @@ -1,24 +0,0 @@ -# Scenario Lifecycle (Conceptual) - -1. **Build the plan**: Declare a topology, attach workloads and expectations, and set the run window. The plan is the single source of truth for what will happen. -2. **Deploy**: Hand the plan to a runner. It provisions the environment on the chosen backend and waits for nodes to signal readiness. -3. **Drive workloads**: Start traffic and behaviors (transactions, data-availability activity, restarts) for the planned duration. -4. **Observe blocks and signals**: Track block progression and other high-level metrics during or after the run window to ground assertions in protocol time. -5. **Evaluate expectations**: Once activity stops (and optional cooldown completes), check liveness and workload-specific outcomes to decide pass or fail. -6. **Cleanup**: Tear down resources so successive runs start fresh and do not inherit leaked state. - -Conceptual lifecycle diagram: -``` -Plan → Deploy → Readiness → Drive Workloads → Observe → Evaluate → Cleanup -``` - -Mermaid view: -```mermaid -flowchart LR - P[Plan
topology + workloads + expectations] --> D[Deploy
runner provisions] - D --> R[Readiness
wait for nodes] - R --> W[Drive Workloads] - W --> O[Observe
blocks/metrics] - O --> E[Evaluate Expectations] - E --> C[Cleanup] -``` diff --git a/book/src/scenario-model.md b/book/src/scenario-model.md deleted file mode 100644 index 85480f2..0000000 --- a/book/src/scenario-model.md +++ /dev/null @@ -1,23 +0,0 @@ -# Scenario Model (Developer Level) - -The scenario model defines clear, composable responsibilities: - -- **Topology**: a declarative description of the cluster—how many nodes, their - roles, and the broad network and data-availability characteristics. It - represents the intended shape of the system under test. -- **Scenario**: a plan combining topology, workloads, expectations, and a run - window. Building a scenario validates prerequisites (like seeded wallets) and - ensures the run lasts long enough to observe meaningful block progression. -- **Workloads**: asynchronous tasks that generate traffic or conditions. They - use shared context to interact with the deployed cluster and may bundle - default expectations. -- **Expectations**: post-run assertions. They can capture baselines before - workloads start and evaluate success once activity stops. -- **Runtime**: coordinates workloads and expectations for the configured - duration, enforces cooldowns when control actions occur, and ensures cleanup - so runs do not leak resources. - -Developers extending the model should keep these boundaries strict: topology -describes, scenarios assemble, runners deploy, workloads drive, and expectations -judge outcomes. For guidance on adding new capabilities, see -[Extending the Framework](extending.md). diff --git a/book/src/testing-philosophy.md b/book/src/testing-philosophy.md deleted file mode 100644 index 4c5efbc..0000000 --- a/book/src/testing-philosophy.md +++ /dev/null @@ -1,9 +0,0 @@ -# Testing Philosophy - -- **Declarative over imperative**: describe the desired cluster shape, traffic, and success criteria; let the framework orchestrate the run. -- **Observable health signals**: prefer liveness and inclusion signals that reflect real user impact instead of internal debug state. -- **Determinism first**: default scenarios aim for repeatable outcomes with fixed topologies and traffic rates; variability is opt-in. -- **Targeted non-determinism**: introduce randomness (e.g., restarts) only when probing resilience or operational robustness. -- **Protocol time, not wall time**: reason in blocks and protocol-driven intervals to reduce dependence on host speed or scheduler noise. -- **Minimum run window**: always allow enough block production to make assertions meaningful; very short runs risk false confidence. -- **Use chaos with intent**: chaos workloads are for recovery and fault-tolerance validation, not for baseline functional checks. diff --git a/book/src/troubleshooting.md b/book/src/troubleshooting.md deleted file mode 100644 index 3dfe2a0..0000000 --- a/book/src/troubleshooting.md +++ /dev/null @@ -1,9 +0,0 @@ -# Troubleshooting Scenarios - -Common symptoms and likely causes: - -- **No or slow block progression**: runner started workloads before readiness, insufficient run window, or environment too slow—extend duration or enable slow-environment tuning. -- **Transactions not included**: missing or insufficient wallet seeding, misaligned transaction rate with block cadence, or network instability—reduce rate and verify wallet setup. -- **Chaos stalls the run**: node control not available for the chosen runner or restart cadence too aggressive—enable control capability and widen restart intervals. -- **Observability gaps**: metrics or logs unreachable because ports clash or services are not exposed—adjust observability ports and confirm runner wiring. -- **Flaky behavior across runs**: mixing chaos with functional smoke tests or inconsistent topology between environments—separate deterministic and chaos scenarios and standardize topology presets. diff --git a/book/src/usage-patterns.md b/book/src/usage-patterns.md deleted file mode 100644 index d95ba77..0000000 --- a/book/src/usage-patterns.md +++ /dev/null @@ -1,7 +0,0 @@ -# Usage Patterns - -- **Shape a topology, pick a runner**: choose local for quick iteration, compose for reproducible multi-node stacks with observability, or k8s for cluster-grade validation. -- **Compose workloads deliberately**: pair transactions and data-availability traffic for end-to-end coverage; add chaos only when assessing recovery and resilience. -- **Align expectations with goals**: use liveness-style checks to confirm the system keeps up with planned activity, and add workload-specific assertions for inclusion or availability. -- **Reuse plans across environments**: keep the scenario constant while swapping runners to compare behavior between developer machines and CI clusters. -- **Iterate with clear signals**: treat expectation outcomes as the primary pass/fail indicator, and adjust topology or workloads based on what those signals reveal. diff --git a/book/src/what-you-will-learn.md b/book/src/what-you-will-learn.md deleted file mode 100644 index 294339b..0000000 --- a/book/src/what-you-will-learn.md +++ /dev/null @@ -1,6 +0,0 @@ -# What You Will Learn - -This book gives you a clear mental model for Nomos multi-node testing, shows how -to author scenarios that pair realistic workloads with explicit expectations, -and guides you to run them across local, containerized, and cluster environments -without changing the plan. diff --git a/book/src/workloads.md b/book/src/workloads.md deleted file mode 100644 index 3fb5064..0000000 --- a/book/src/workloads.md +++ /dev/null @@ -1,42 +0,0 @@ -# Core Content: Workloads & Expectations - -Workloads describe the activity a scenario generates; expectations describe the -signals that must hold when that activity completes. Both are pluggable so -scenarios stay readable and purpose-driven. - -## Workloads -- **Transaction workload**: submits user-level transactions at a configurable - rate and can limit how many distinct actors participate. -- **Data-availability workload**: drives blob and channel activity to exercise - data-availability paths. -- **Chaos workload**: triggers controlled node restarts to test resilience and - recovery behaviors (requires a runner that can control nodes). - -## Expectations -- **Consensus liveness**: verifies the system continues to produce blocks in - line with the planned workload and timing window. -- **Workload-specific checks**: each workload can attach its own success - criteria (e.g., inclusion of submitted activity) so scenarios remain concise. - -Together, workloads and expectations let you express both the pressure applied -to the system and the definition of “healthy” for that run. - -Workload pipeline (conceptual): -``` -Inputs (topology + wallets + rates) - │ - ▼ -Workload init → Drive traffic → Collect signals - │ - ▼ - Expectations evaluate -``` - -Mermaid view: -```mermaid -flowchart TD - I[Inputs
(topology + wallets + rates)] --> Init[Workload init] - Init --> Drive[Drive traffic] - Drive --> Collect[Collect signals] - Collect --> Eval[Expectations evaluate] -``` diff --git a/book/src/workspace-layout.md b/book/src/workspace-layout.md deleted file mode 100644 index 2ed180d..0000000 --- a/book/src/workspace-layout.md +++ /dev/null @@ -1,19 +0,0 @@ -# Workspace Layout - -The workspace focuses on multi-node integration testing and sits alongside a -`nomos-node` checkout. Its crates separate concerns to keep scenarios -repeatable and portable: - -- **Configs**: prepares high-level node, network, tracing, and wallet settings - used across test environments. -- **Core scenario orchestration**: the engine that holds topology descriptions, - scenario plans, runtimes, workloads, and expectations. -- **Workflows**: ready-made workloads (transactions, data-availability, chaos) - and reusable expectations assembled into a user-facing DSL. -- **Runners**: deployment backends for local processes, Docker Compose, and - Kubernetes, all consuming the same scenario plan. -- **Test workflows**: example scenarios and integration checks that show how - the pieces fit together. - -This split keeps configuration, orchestration, reusable traffic patterns, and -deployment adapters loosely coupled while sharing one mental model for tests. diff --git a/docs/404.html b/docs/404.html new file mode 100644 index 0000000..6aa4f3d --- /dev/null +++ b/docs/404.html @@ -0,0 +1,219 @@ + + + + + + Page not found - Logos Blockchain Testing Framework Book + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + + +
+
+

Document not found (404)

+

This URL is invalid, sorry. Please use the navigation bar or search to continue.

+ +
+ + +
+
+ + + +
+ + + + + + + + + + + + + + + + + + + +
+ + diff --git a/docs/FontAwesome/css/font-awesome.css b/docs/FontAwesome/css/font-awesome.css new file mode 100644 index 0000000..540440c --- /dev/null +++ b/docs/FontAwesome/css/font-awesome.css @@ -0,0 +1,4 @@ +/*! + * Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome + * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) + */@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.7.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto} diff --git a/docs/FontAwesome/fonts/FontAwesome.ttf b/docs/FontAwesome/fonts/FontAwesome.ttf new file mode 100644 index 0000000..35acda2 Binary files /dev/null and b/docs/FontAwesome/fonts/FontAwesome.ttf differ diff --git a/docs/FontAwesome/fonts/fontawesome-webfont.eot b/docs/FontAwesome/fonts/fontawesome-webfont.eot new file mode 100644 index 0000000..e9f60ca Binary files /dev/null and b/docs/FontAwesome/fonts/fontawesome-webfont.eot differ diff --git a/docs/FontAwesome/fonts/fontawesome-webfont.svg b/docs/FontAwesome/fonts/fontawesome-webfont.svg new file mode 100644 index 0000000..855c845 --- /dev/null +++ b/docs/FontAwesome/fonts/fontawesome-webfont.svg @@ -0,0 +1,2671 @@ + + + + +Created by FontForge 20120731 at Mon Oct 24 17:37:40 2016 + By ,,, +Copyright Dave Gandy 2016. All rights reserved. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/FontAwesome/fonts/fontawesome-webfont.ttf b/docs/FontAwesome/fonts/fontawesome-webfont.ttf new file mode 100644 index 0000000..35acda2 Binary files /dev/null and b/docs/FontAwesome/fonts/fontawesome-webfont.ttf differ diff --git a/docs/FontAwesome/fonts/fontawesome-webfont.woff b/docs/FontAwesome/fonts/fontawesome-webfont.woff new file mode 100644 index 0000000..400014a Binary files /dev/null and b/docs/FontAwesome/fonts/fontawesome-webfont.woff differ diff --git a/docs/FontAwesome/fonts/fontawesome-webfont.woff2 b/docs/FontAwesome/fonts/fontawesome-webfont.woff2 new file mode 100644 index 0000000..4d13fc6 Binary files /dev/null and b/docs/FontAwesome/fonts/fontawesome-webfont.woff2 differ diff --git a/docs/annotated-tree.html b/docs/annotated-tree.html new file mode 100644 index 0000000..d9e9e76 --- /dev/null +++ b/docs/annotated-tree.html @@ -0,0 +1,330 @@ + + + + + + Annotated Tree - Logos Blockchain Testing Framework Book + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + + +
+
+

Annotated Tree

+

Directory structure with key paths annotated:

+
logos-blockchain-testing/
+├─ testing-framework/           # Core library crates
+│  ├─ configs/                  # Node config builders, topology generation, tracing/logging config
+│  ├─ core/                     # Scenario model (ScenarioBuilder), runtime (Runner, Deployer), topology, node spawning
+│  ├─ workflows/                # Workloads (transactions, DA, chaos), expectations (liveness), builder DSL extensions
+│  ├─ runners/                  # Deployment backends
+│  │  ├─ local/                 # LocalDeployer (spawns local processes)
+│  │  ├─ compose/               # ComposeDeployer (Docker Compose + Prometheus)
+│  │  └─ k8s/                   # K8sDeployer (Kubernetes Helm)
+│  └─ assets/                   # Docker/K8s stack assets
+│     └─ stack/
+│        ├─ kzgrs_test_params/  # KZG circuit parameters directory
+│        │  └─ kzgrs_test_params  # Actual proving key file (note repeated name)
+│        ├─ monitoring/         # Prometheus config
+│        ├─ scripts/            # Container entrypoints
+│        └─ cfgsync.yaml        # Config sync server template
+│
+├─ examples/                    # PRIMARY ENTRY POINT: runnable binaries
+│  └─ src/bin/
+│     ├─ local_runner.rs        # Host processes demo (LocalDeployer)
+│     ├─ compose_runner.rs      # Docker Compose demo (ComposeDeployer)
+│     └─ k8s_runner.rs          # Kubernetes demo (K8sDeployer)
+│
+├─ scripts/                     # Helper utilities
+│  ├─ run-examples.sh           # Convenience script (handles setup + runs examples)
+│  ├─ build-bundle.sh           # Build prebuilt binaries+circuits bundle
+│  ├─ setup-circuits-stack.sh  # Fetch KZG parameters (Linux + host)
+│  └─ setup-nomos-circuits.sh  # Legacy circuit fetcher
+│
+└─ book/                        # This documentation (mdBook)
+
+

Key Directories Explained

+

testing-framework/

+

Core library crates providing the testing API.

+
+ + + + + + +
CratePurposeKey Exports
configsNode configuration buildersTopology generation, tracing config
coreScenario model & runtimeScenarioBuilder, Deployer, Runner
workflowsWorkloads & expectationsScenarioBuilderExt, ChaosBuilderExt
runners/localLocal process deployerLocalDeployer
runners/composeDocker Compose deployerComposeDeployer
runners/k8sKubernetes deployerK8sDeployer
+
+

testing-framework/assets/stack/

+

Docker/K8s deployment assets:

+
    +
  • kzgrs_test_params/kzgrs_test_params: Circuit parameters file (note repeated name; override via NOMOS_KZGRS_PARAMS_PATH)
  • +
  • monitoring/: Prometheus config
  • +
  • scripts/: Container entrypoints
  • +
+

scripts/

+

Convenience utilities:

+
    +
  • run-examples.sh: All-in-one script for host/compose/k8s modes (recommended)
  • +
  • build-bundle.sh: Create prebuilt binaries+circuits bundle for compose/k8s
  • +
  • build_test_image.sh: Build the compose/k8s Docker image (bakes in assets)
  • +
  • setup-circuits-stack.sh: Fetch KZG parameters for both Linux and host
  • +
  • cfgsync.yaml: Configuration sync server template
  • +
+

examples/ (Start Here!)

+

Runnable binaries demonstrating framework usage:

+
    +
  • local_runner.rs — Local processes
  • +
  • compose_runner.rs — Docker Compose (requires NOMOS_TESTNET_IMAGE built)
  • +
  • k8s_runner.rs — Kubernetes (requires cluster + image)
  • +
+

Run with: POL_PROOF_DEV_MODE=true cargo run -p runner-examples --bin <name>

+

All runners require POL_PROOF_DEV_MODE=true to avoid expensive proof generation.

+

scripts/

+

Helper utilities:

+
    +
  • setup-nomos-circuits.sh: Fetch KZG parameters from releases
  • +
+

Observability

+

Compose runner includes:

+
    +
  • Prometheus at http://localhost:9090 (metrics scraping)
  • +
  • Node metrics exposed per validator/executor
  • +
  • Access in expectations: ctx.telemetry().prometheus().map(|p| p.base_url())
  • +
+

Logging controlled by:

+
    +
  • NOMOS_LOG_DIR — Write per-node log files
  • +
  • NOMOS_LOG_LEVEL — Global log level (error/warn/info/debug/trace)
  • +
  • NOMOS_LOG_FILTER — Target-specific filtering (e.g., cryptarchia=trace,nomos_da_sampling=debug)
  • +
  • NOMOS_TESTS_TRACING — Enable file logging for local runner
  • +
+

See Logging & Observability for details.

+ +
+ + + + + + + +
To Do ThisGo Here
Run an exampleexamples/src/bin/cargo run -p runner-examples --bin <name>
Write a custom scenariotesting-framework/core/ → Implement using ScenarioBuilder
Add a new workloadtesting-framework/workflows/src/workloads/ → Implement Workload trait
Add a new expectationtesting-framework/workflows/src/expectations/ → Implement Expectation trait
Modify node configstesting-framework/configs/src/topology/configs/
Extend builder DSLtesting-framework/workflows/src/builder/ → Add trait methods
Add a new deployertesting-framework/runners/ → Implement Deployer trait
+
+

For detailed guidance, see Internal Crate Reference.

+ +
+ + +
+
+ + + +
+ + + + + + + + + + + + + + + + + + + +
+ + diff --git a/docs/api-docs.html b/docs/api-docs.html new file mode 100644 index 0000000..d3903ad --- /dev/null +++ b/docs/api-docs.html @@ -0,0 +1,234 @@ + + + + + + API Docs (rustdoc) - Nomos Testing Book + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + + +
+
+

API Docs (rustdoc)

+

This repository publishes the Rust API documentation (generated via cargo doc) to GitHub Pages under rustdoc/.

+
    +
  • On the published site: https://logos-blockchain.github.io/logos-blockchain-testing/rustdoc/
  • +
  • Locally: run cargo doc --workspace --no-deps and open target/doc/index.html.
  • +
+ +
+ + +
+
+ + + +
+ + + + + + + + + + + + + + + + + + + +
+ + diff --git a/docs/api-levels.html b/docs/api-levels.html new file mode 100644 index 0000000..dbf6660 --- /dev/null +++ b/docs/api-levels.html @@ -0,0 +1,333 @@ + + + + + + API Levels: Builder DSL vs. Direct - Logos Blockchain Testing Framework Book + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + + +
+
+

API Levels: Builder DSL vs. Direct Instantiation

+

The framework supports two styles for constructing scenarios:

+
    +
  1. High-level Builder DSL (recommended): fluent helper methods (e.g. .transactions_with(...))
  2. +
  3. Low-level direct instantiation: construct workload/expectation types explicitly, then attach them
  4. +
+

Both styles produce the same runtime behavior because they ultimately call the same core builder APIs.

+ +

The DSL is implemented as extension traits (primarily testing_framework_workflows::ScenarioBuilderExt) on the core scenario builder.

+
use std::time::Duration;
+
+use testing_framework_core::scenario::ScenarioBuilder;
+use testing_framework_workflows::ScenarioBuilderExt;
+
+let plan = ScenarioBuilder::topology_with(|t| t.network_star().validators(3).executors(2))
+    .wallets(5)
+    .transactions_with(|txs| txs.rate(5).users(3))
+    .da_with(|da| da.channel_rate(1).blob_rate(1).headroom_percent(20))
+    .expect_consensus_liveness()
+    .with_run_duration(Duration::from_secs(60))
+    .build();
+

When to use:

+
    +
  • Most test code (smoke, regression, CI)
  • +
  • When you want sensible defaults and minimal boilerplate
  • +
+

Low-Level Direct Instantiation

+

Direct instantiation gives you explicit control over the concrete types you attach:

+
use std::{
+    num::{NonZeroU64, NonZeroUsize},
+    time::Duration,
+};
+
+use testing_framework_core::scenario::ScenarioBuilder;
+use testing_framework_workflows::{
+    expectations::ConsensusLiveness,
+    workloads::{da, transaction},
+};
+
+let tx_workload = transaction::Workload::with_rate(5)
+    .expect("transaction rate must be non-zero")
+    .with_user_limit(NonZeroUsize::new(3));
+
+let da_workload = da::Workload::with_rate(
+    NonZeroU64::new(1).unwrap(),  // blob rate per block
+    NonZeroU64::new(1).unwrap(),  // channel rate per block
+    da::Workload::default_headroom_percent(),
+);
+
+let plan = ScenarioBuilder::topology_with(|t| t.network_star().validators(3).executors(2))
+    .wallets(5)
+    .with_workload(tx_workload)
+    .with_workload(da_workload)
+    .with_expectation(ConsensusLiveness::default())
+    .with_run_duration(Duration::from_secs(60))
+    .build();
+

When to use:

+
    +
  • Custom workload/expectation implementations
  • +
  • Reusing preconfigured workload instances across multiple scenarios
  • +
  • Debugging / exploring the underlying workload types
  • +
+

Method Correspondence

+
+ + + +
High-Level DSLLow-Level Direct
.transactions_with(|txs| txs.rate(5).users(3)).with_workload(transaction::Workload::with_rate(5).expect(...).with_user_limit(...))
.da_with(|da| da.blob_rate(1).channel_rate(1)).with_workload(da::Workload::with_rate(...))
.expect_consensus_liveness().with_expectation(ConsensusLiveness::default())
+
+

Bundled Expectations (Important)

+

Workloads can bundle expectations by implementing Workload::expectations().

+

These bundled expectations are attached automatically whenever you call .with_workload(...) (including when you use the DSL), because the core builder expands workload expectations during attachment.

+

Mixing Both Styles

+

Mixing is common: use the DSL for built-ins, and direct instantiation for custom pieces.

+
use std::time::Duration;
+
+use testing_framework_core::scenario::ScenarioBuilder;
+use testing_framework_workflows::{ScenarioBuilderExt, workloads::transaction};
+
+let tx_workload = transaction::Workload::with_rate(5)
+    .expect("transaction rate must be non-zero");
+
+let plan = ScenarioBuilder::topology_with(|t| t.network_star().validators(3).executors(2))
+    .wallets(5)
+    .with_workload(tx_workload)          // direct instantiation
+    .expect_consensus_liveness()         // DSL
+    .with_run_duration(Duration::from_secs(60))
+    .build();
+

Implementation Detail (How the DSL Works)

+

The DSL methods are thin wrappers. For example:

+

builder.transactions_with(|txs| txs.rate(5).users(3))

+

is roughly equivalent to:

+

builder.transactions().rate(5).users(3).apply()

+

Troubleshooting

+

DSL method not found

+
    +
  • Ensure the extension traits are in scope, e.g. use testing_framework_workflows::ScenarioBuilderExt;
  • +
  • Cross-check method names in Builder API Quick Reference
  • +
+

See Also

+ + +
+ + +
+
+ + + +
+ + + + + + + + + + + + + + + + + + + +
+ + diff --git a/docs/architecture-overview.html b/docs/architecture-overview.html new file mode 100644 index 0000000..6234327 --- /dev/null +++ b/docs/architecture-overview.html @@ -0,0 +1,471 @@ + + + + + + Architecture Overview - Logos Blockchain Testing Framework Book + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + + +
+
+

Architecture Overview

+

The framework follows a clear flow: Topology → Scenario → Deployer → Runner → Workloads → Expectations.

+

Core Flow

+
flowchart LR
+    A(Topology<br/>shape cluster) --> B(Scenario<br/>plan)
+    B --> C(Deployer<br/>provision & readiness)
+    C --> D(Runner<br/>orchestrate execution)
+    D --> E(Workloads<br/>drive traffic)
+    E --> F(Expectations<br/>verify outcomes)
+
+

Crate Architecture

+
flowchart TB
+    subgraph Examples["Runner Examples"]
+        LocalBin[local_runner.rs]
+        ComposeBin[compose_runner.rs]
+        K8sBin[k8s_runner.rs]
+        CucumberBin[cucumber_*.rs]
+    end
+    
+    subgraph Workflows["Workflows (Batteries Included)"]
+        DSL[ScenarioBuilderExt<br/>Fluent API]
+        TxWorkload[Transaction Workload]
+        DAWorkload[DA Workload]
+        ChaosWorkload[Chaos Workload]
+        Expectations[Built-in Expectations]
+    end
+    
+    subgraph Core["Core Framework"]
+        ScenarioModel[Scenario Model]
+        Traits[Deployer + Runner Traits]
+        BlockFeed[BlockFeed]
+        NodeClients[Node Clients]
+        Topology[Topology Generation]
+    end
+    
+    subgraph Deployers["Runner Implementations"]
+        LocalDeployer[LocalDeployer]
+        ComposeDeployer[ComposeDeployer]
+        K8sDeployer[K8sDeployer]
+    end
+    
+    subgraph Support["Supporting Crates"]
+        Configs[Configs & Topology]
+        Nodes[Node API Clients]
+        Cucumber[Cucumber Extensions]
+    end
+    
+    Examples --> Workflows
+    Examples --> Deployers
+    Workflows --> Core
+    Deployers --> Core
+    Deployers --> Support
+    Core --> Support
+    Workflows --> Support
+    
+    style Examples fill:#e1f5ff
+    style Workflows fill:#e1ffe1
+    style Core fill:#fff4e1
+    style Deployers fill:#ffe1f5
+    style Support fill:#f0f0f0
+
+

Layer Responsibilities

+

Runner Examples (Entry Points)

+
    +
  • Executable binaries that demonstrate framework usage
  • +
  • Wire together deployers, scenarios, and execution
  • +
  • Provide CLI interfaces for different modes
  • +
+

Workflows (High-Level API)

+
    +
  • ScenarioBuilderExt trait provides fluent DSL
  • +
  • Built-in workloads (transactions, DA, chaos)
  • +
  • Common expectations (liveness, inclusion)
  • +
  • Simplifies scenario authoring
  • +
+

Core Framework (Foundation)

+
    +
  • Scenario model and lifecycle orchestration
  • +
  • Deployer and Runner traits (extension points)
  • +
  • BlockFeed for real-time block observation
  • +
  • RunContext providing node clients and metrics
  • +
  • Topology generation and validation
  • +
+

Runner Implementations

+
    +
  • LocalDeployer - spawns processes on host
  • +
  • ComposeDeployer - orchestrates Docker Compose
  • +
  • K8sDeployer - deploys to Kubernetes cluster
  • +
  • Each implements Deployer trait
  • +
+

Supporting Crates

+
    +
  • configs - Topology configuration and generation
  • +
  • nodes - HTTP/RPC client for node APIs
  • +
  • cucumber - BDD/Gherkin integration
  • +
+

Extension Points

+
flowchart LR
+    Custom[Your Code] -.implements.-> Workload[Workload Trait]
+    Custom -.implements.-> Expectation[Expectation Trait]
+    Custom -.implements.-> Deployer[Deployer Trait]
+    
+    Workload --> Core[Core Framework]
+    Expectation --> Core
+    Deployer --> Core
+    
+    style Custom fill:#ffe1f5
+    style Core fill:#fff4e1
+
+

Extend by implementing:

+
    +
  • Workload - Custom traffic generation patterns
  • +
  • Expectation - Custom success criteria
  • +
  • Deployer - Support for new deployment targets
  • +
+

See Extending the Framework for details.

+

Components

+
    +
  • Topology describes the cluster: how many nodes, their roles, and the high-level network and data-availability parameters they should follow.
  • +
  • Scenario combines that topology with the activities to run and the checks to perform, forming a single plan.
  • +
  • Deployer provisions infrastructure on the chosen backend (local processes, Docker Compose, or Kubernetes), waits for readiness, and returns a Runner.
  • +
  • Runner orchestrates scenario execution: starts workloads, observes signals, evaluates expectations, and triggers cleanup.
  • +
  • Workloads generate traffic and conditions that exercise the system.
  • +
  • Expectations observe the run and judge success or failure once activity completes.
  • +
+

Each layer has a narrow responsibility so that cluster shape, deployment choice, +traffic generation, and health checks can evolve independently while fitting +together predictably.

+

Entry Points

+

The framework is consumed via runnable example binaries in examples/src/bin/:

+
    +
  • local_runner.rs — Spawns nodes as host processes
  • +
  • compose_runner.rs — Deploys via Docker Compose (requires NOMOS_TESTNET_IMAGE built)
  • +
  • k8s_runner.rs — Deploys via Kubernetes Helm (requires cluster + image)
  • +
+

Recommended: Use the convenience script:

+
scripts/run/run-examples.sh -t <duration> -v <validators> -e <executors> <mode>
+# mode: host, compose, or k8s
+
+

This handles circuit setup, binary building/bundling, image building, and execution.

+

Alternative: Direct cargo run (requires manual setup):

+
POL_PROOF_DEV_MODE=true cargo run -p runner-examples --bin <name>
+
+

Important: All runners require POL_PROOF_DEV_MODE=true to avoid expensive Groth16 proof generation that causes timeouts.

+

These binaries use the framework API (ScenarioBuilder) to construct and execute scenarios.

+

Builder API

+

Scenarios are defined using a fluent builder pattern:

+
use std::time::Duration;
+
+use testing_framework_core::scenario::ScenarioBuilder;
+use testing_framework_workflows::ScenarioBuilderExt;
+
+pub fn scenario_plan() -> testing_framework_core::scenario::Scenario<()> {
+    ScenarioBuilder::topology_with(|t| t.network_star().validators(3).executors(2))
+        .wallets(50)
+        .transactions_with(|txs| txs.rate(5).users(20))
+        .da_with(|da| da.channel_rate(1).blob_rate(2))
+        .expect_consensus_liveness()
+        .with_run_duration(Duration::from_secs(90))
+        .build()
+}
+

Key API Points:

+
    +
  • Topology uses .topology_with(|t| { t.validators(N).executors(M) }) closure pattern
  • +
  • Workloads are configured via _with closures (transactions_with, da_with, chaos_with)
  • +
  • Chaos workloads require .enable_node_control() and a compatible runner
  • +
+

Deployers

+

Three deployer implementations:

+
+ + + +
DeployerBackendPrerequisitesNode Control
LocalDeployerHost processesBinaries (built on demand or via bundle)No
ComposeDeployerDocker ComposeImage with embedded assets/binariesYes
K8sDeployerKubernetes HelmCluster + image loadedNot yet
+
+

Compose-specific features:

+
    +
  • Observability is external (set NOMOS_METRICS_QUERY_URL / NOMOS_METRICS_OTLP_INGEST_URL / NOMOS_GRAFANA_URL as needed)
  • +
  • Optional OTLP trace/metrics endpoints (NOMOS_OTLP_ENDPOINT, NOMOS_OTLP_METRICS_ENDPOINT)
  • +
  • Node control for chaos testing (restart validators/executors)
  • +
+

Assets and Images

+

Docker Image

+

Built via scripts/build/build_test_image.sh:

+
    +
  • Embeds KZG circuit parameters and binaries from testing-framework/assets/stack/kzgrs_test_params/kzgrs_test_params
  • +
  • Includes runner scripts: run_nomos_node.sh, run_nomos_executor.sh
  • +
  • Tagged as NOMOS_TESTNET_IMAGE (default: logos-blockchain-testing:local)
  • +
  • Recommended: Use prebuilt bundle via scripts/build/build-bundle.sh --platform linux and set NOMOS_BINARIES_TAR before building image
  • +
+

Circuit Assets

+

KZG parameters required for DA workloads:

+
    +
  • Host path: testing-framework/assets/stack/kzgrs_test_params/kzgrs_test_params (note repeated filename—directory contains file kzgrs_test_params)
  • +
  • Container path: /kzgrs_test_params/kzgrs_test_params (for compose/k8s)
  • +
  • Override: NOMOS_KZGRS_PARAMS_PATH=/custom/path/to/file (must point to file)
  • +
  • Fetch via: scripts/setup/setup-nomos-circuits.sh v0.3.1 /tmp/circuits or use scripts/run/run-examples.sh
  • +
+

Compose Stack

+

Templates and configs in testing-framework/runners/compose/assets/:

+
    +
  • docker-compose.yml.tera — Stack template (validators, executors)
  • +
  • Cfgsync config: testing-framework/assets/stack/cfgsync.yaml
  • +
  • Monitoring assets (not deployed by the framework): testing-framework/assets/stack/monitoring/
  • +
+

Logging Architecture

+

Two separate logging pipelines:

+
+ + +
ComponentConfigurationOutput
Runner binariesRUST_LOGFramework orchestration logs
Node processesNOMOS_LOG_LEVEL, NOMOS_LOG_FILTER (+ NOMOS_LOG_DIR on host runner)Consensus, DA, mempool logs
+
+

Node logging:

+
    +
  • Local runner: Writes to temporary directories by default (cleaned up). Set NOMOS_TESTS_TRACING=true + NOMOS_LOG_DIR for persistent files.
  • +
  • Compose runner: Default logs to container stdout/stderr (docker logs). To write per-node files, set tracing_settings.logger: !File in testing-framework/assets/stack/cfgsync.yaml (and mount a writable directory).
  • +
  • K8s runner: Logs to pod stdout/stderr (kubectl logs). To write per-node files, set tracing_settings.logger: !File in testing-framework/assets/stack/cfgsync.yaml (and mount a writable directory).
  • +
+

File naming: Per-node files use prefix nomos-node-{index} or nomos-executor-{index} (may include timestamps).

+

Observability

+

Prometheus-compatible metrics querying (optional):

+
    +
  • The framework does not deploy Prometheus/Grafana.
  • +
  • Provide a Prometheus-compatible base URL (PromQL API) via NOMOS_METRICS_QUERY_URL.
  • +
  • Accessible in expectations when configured: ctx.telemetry().prometheus().map(|p| p.base_url())
  • +
+

Grafana dashboards (optional):

+
    +
  • Dashboards live in testing-framework/assets/stack/monitoring/grafana/dashboards/ and can be imported into your Grafana.
  • +
  • If you set NOMOS_GRAFANA_URL, the deployer prints it in TESTNET_ENDPOINTS.
  • +
+

Node APIs:

+
    +
  • HTTP endpoints per node for consensus info, network status, DA membership
  • +
  • Accessible in expectations: ctx.node_clients().validator_clients().get(0)
  • +
+

OTLP (optional):

+
    +
  • Trace endpoint: NOMOS_OTLP_ENDPOINT=http://localhost:4317
  • +
  • Metrics endpoint: NOMOS_OTLP_METRICS_ENDPOINT=http://localhost:4318
  • +
  • Disabled by default (no noise if unset)
  • +
+

For detailed logging configuration, see Logging & Observability.

+ +
+ + +
+
+ + + +
+ + + + + + + + + + + + + + + + + + + +
+ + diff --git a/docs/authoring-scenarios.html b/docs/authoring-scenarios.html new file mode 100644 index 0000000..423f349 --- /dev/null +++ b/docs/authoring-scenarios.html @@ -0,0 +1,563 @@ + + + + + + Authoring Scenarios - Logos Blockchain Testing Framework Book + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + + +
+
+

Authoring Scenarios

+

Creating a scenario is a declarative exercise. This page walks you through the core authoring loop with concrete examples, explains the units and timing model, and shows how to structure scenarios in Rust test suites.

+
+

The Core Authoring Loop

+

Every scenario follows the same pattern:

+
flowchart LR
+    A[1. Topology] --> B[2. Workloads]
+    B --> C[3. Expectations]
+    C --> D[4. Duration]
+    D --> E[5. Deploy & Run]
+
+
    +
  1. Shape the topology — How many nodes, what roles, what network shape
  2. +
  3. Attach workloads — What traffic to generate (transactions, blobs, chaos)
  4. +
  5. Define expectations — What success looks like (liveness, inclusion, recovery)
  6. +
  7. Set duration — How long to run the experiment
  8. +
  9. Choose a runner — Where to execute (local, compose, k8s)
  10. +
+
+

Hello Scenario: Your First Test

+

Let's build a minimal consensus liveness test step-by-step.

+

Step 1: Shape the Topology

+
use testing_framework_core::scenario::ScenarioBuilder;
+use testing_framework_workflows::ScenarioBuilderExt;
+
+let scenario = ScenarioBuilder::topology_with(|t| {
+    t.network_star()      // Star network (one gateway + nodes)
+        .validators(3)     // 3 validator nodes
+        .executors(1)      // 1 executor node
+})
+

What goes in topology?

+
    +
  • Node counts (validators, executors)
  • +
  • Network shape (network_star() is currently the only built-in layout)
  • +
  • Role split (validators vs. executors)
  • +
+

What does NOT go in topology?

+
    +
  • Traffic rates (that's workloads)
  • +
  • Success criteria (that's expectations)
  • +
  • Runtime configuration (that's duration/runner)
  • +
+

Step 2: Attach Workloads

+
.wallets(20) // Seed funded wallet accounts for transaction workloads
+.transactions_with(|tx| {
+    tx.rate(10)    // 10 transactions per block
+      .users(5)    // distributed across 5 wallets
+})
+

What goes in workloads?

+
    +
  • Transaction traffic (rate, users)
  • +
  • DA traffic (channels, blobs)
  • +
  • Chaos injection (restarts, delays)
  • +
+

Units explained:

+
    +
  • .rate(10) = 10 transactions per block (not per second!)
  • +
  • .users(5) = use 5 distinct wallet accounts
  • +
  • The framework adapts to block time automatically
  • +
+

Step 3: Define Expectations

+
.expect_consensus_liveness()
+

What goes in expectations?

+
    +
  • Health checks that run after the scenario completes
  • +
  • Liveness (blocks produced)
  • +
  • Inclusion (workload activity landed on-chain)
  • +
  • Recovery (system survived chaos)
  • +
+

When do expectations run? +After the duration window ends, during the evaluation phase of the scenario lifecycle.

+

Step 4: Set Duration

+
use std::time::Duration;
+
+.with_run_duration(Duration::from_secs(60))
+

How long is enough?

+
    +
  • Minimum: 2× the expected block time × number of blocks you want
  • +
  • For consensus liveness: 30-60 seconds
  • +
  • For transaction inclusion: 60-120 seconds
  • +
  • For chaos recovery: 2-5 minutes
  • +
+

What happens during this window?

+
    +
  • Nodes are running
  • +
  • Workloads generate traffic
  • +
  • Metrics/logs are collected
  • +
  • BlockFeed broadcasts observations in real-time
  • +
+

Step 5: Build and Deploy

+
.build();
+
+// Choose a runner
+use testing_framework_core::scenario::Deployer;
+use testing_framework_runner_local::LocalDeployer;
+
+let deployer = LocalDeployer::default();
+let runner = deployer.deploy(&scenario).await?;
+let _result = runner.run(&mut scenario).await?;
+
+

Complete "Hello Scenario"

+

Putting it all together:

+
use std::time::Duration;
+
+use anyhow::Result;
+use testing_framework_core::scenario::{Deployer, ScenarioBuilder};
+use testing_framework_runner_local::LocalDeployer;
+use testing_framework_workflows::ScenarioBuilderExt;
+
+#[tokio::test]
+async fn hello_consensus_liveness() -> Result<()> {
+    let mut scenario = ScenarioBuilder::topology_with(|t| {
+        t.network_star()
+            .validators(3)
+            .executors(1)
+    })
+    .wallets(20)
+    .transactions_with(|tx| tx.rate(10).users(5))
+    .expect_consensus_liveness()
+    .with_run_duration(Duration::from_secs(60))
+    .build();
+
+    let deployer = LocalDeployer::default();
+    let runner = deployer.deploy(&scenario).await?;
+    runner.run(&mut scenario).await?;
+
+    Ok(())
+}
+

Run it:

+
POL_PROOF_DEV_MODE=true cargo test hello_consensus_liveness
+
+
+

Understanding Units & Timing

+

Transaction Rate: Per-Block, Not Per-Second

+

Wrong mental model: .rate(10) = 10 tx/second

+

Correct mental model: .rate(10) = 10 tx/block

+

Why? The blockchain produces blocks at variable rates depending on consensus timing. The framework submits the configured rate per block to ensure predictable load regardless of block time.

+

Example:

+
    +
  • Block time = 2 seconds
  • +
  • .rate(10) → 10 tx/block → 5 tx/second average
  • +
  • Block time = 5 seconds
  • +
  • .rate(10) → 10 tx/block → 2 tx/second average
  • +
+

Duration: Wall-Clock Time

+

.with_run_duration(Duration::from_secs(60)) means the scenario runs for 60 seconds of real time, not 60 blocks.

+

How many blocks will be produced? +Depends on consensus timing (slot time, active slot coefficient). Typical: 1-2 seconds per block.

+

Rule of thumb:

+
    +
  • 60 seconds → ~30-60 blocks
  • +
  • 120 seconds → ~60-120 blocks
  • +
+
+

Structuring Scenarios in a Test Suite

+

Pattern 1: Integration Test Module

+
// tests/integration_test.rs
+use std::time::Duration;
+
+use anyhow::Result;
+use testing_framework_core::scenario::{Deployer, ScenarioBuilder};
+use testing_framework_runner_local::LocalDeployer;
+use testing_framework_workflows::ScenarioBuilderExt;
+
+#[tokio::test]
+async fn test_consensus_liveness() -> Result<()> {
+    let mut scenario = ScenarioBuilder::topology_with(|t| {
+        t.network_star().validators(3).executors(1)
+    })
+    .expect_consensus_liveness()
+    .with_run_duration(Duration::from_secs(30))
+    .build();
+
+    let deployer = LocalDeployer::default();
+    let runner = deployer.deploy(&scenario).await?;
+    runner.run(&mut scenario).await?;
+    Ok(())
+}
+
+#[tokio::test]
+async fn test_transaction_inclusion() -> Result<()> {
+    let mut scenario = ScenarioBuilder::topology_with(|t| {
+        t.network_star().validators(2).executors(1)
+    })
+    .wallets(10)
+    .transactions_with(|tx| tx.rate(5).users(5))
+    .expect_consensus_liveness()
+    .with_run_duration(Duration::from_secs(60))
+    .build();
+
+    let deployer = LocalDeployer::default();
+    let runner = deployer.deploy(&scenario).await?;
+    runner.run(&mut scenario).await?;
+    Ok(())
+}
+

Pattern 2: Shared Scenario Builders

+

Extract common topology patterns:

+
// tests/helpers.rs
+use testing_framework_core::scenario::ScenarioBuilder;
+use testing_framework_workflows::ScenarioBuilderExt;
+
+pub fn minimal_topology() -> ScenarioBuilder {
+    ScenarioBuilder::topology_with(|t| {
+        t.network_star().validators(2).executors(1)
+    })
+}
+
+pub fn production_like_topology() -> ScenarioBuilder {
+    ScenarioBuilder::topology_with(|t| {
+        t.network_star().validators(7).executors(3)
+    })
+}
+
+// tests/consensus_tests.rs
+use std::time::Duration;
+
+use helpers::*;
+
+#[tokio::test]
+async fn small_cluster_liveness() -> anyhow::Result<()> {
+    let mut scenario = minimal_topology()
+        .expect_consensus_liveness()
+        .with_run_duration(Duration::from_secs(30))
+        .build();
+    // ... deploy and run
+    Ok(())
+}
+
+#[tokio::test]
+async fn large_cluster_liveness() -> anyhow::Result<()> {
+    let mut scenario = production_like_topology()
+        .expect_consensus_liveness()
+        .with_run_duration(Duration::from_secs(60))
+        .build();
+    // ... deploy and run
+    Ok(())
+}
+

Pattern 3: Parameterized Scenarios

+

Test the same behavior across different scales:

+
use std::time::Duration;
+
+use anyhow::Result;
+use testing_framework_core::scenario::{Deployer, ScenarioBuilder};
+use testing_framework_runner_local::LocalDeployer;
+use testing_framework_workflows::ScenarioBuilderExt;
+
+async fn test_liveness_with_topology(validators: usize, executors: usize) -> Result<()> {
+    let mut scenario = ScenarioBuilder::topology_with(|t| {
+        t.network_star()
+            .validators(validators)
+            .executors(executors)
+    })
+    .expect_consensus_liveness()
+    .with_run_duration(Duration::from_secs(60))
+    .build();
+
+    let deployer = LocalDeployer::default();
+    let runner = deployer.deploy(&scenario).await?;
+    runner.run(&mut scenario).await?;
+    Ok(())
+}
+
+#[tokio::test]
+async fn liveness_small() -> Result<()> {
+    test_liveness_with_topology(2, 1).await
+}
+
+#[tokio::test]
+async fn liveness_medium() -> Result<()> {
+    test_liveness_with_topology(5, 2).await
+}
+
+#[tokio::test]
+async fn liveness_large() -> Result<()> {
+    test_liveness_with_topology(10, 3).await
+}
+
+

What Belongs Where?

+

Topology

+

Do include:

+
    +
  • Node counts (.validators(3), .executors(1))
  • +
  • Network shape (.network_star())
  • +
  • Role split (validators vs. executors)
  • +
+

Don't include:

+
    +
  • Traffic rates (workload concern)
  • +
  • Expected outcomes (expectation concern)
  • +
  • Runtime behavior (runner/duration concern)
  • +
+

Workloads

+

Do include:

+
    +
  • Transaction traffic (.transactions_with(|tx| ...))
  • +
  • DA traffic (.da_with(|da| ...))
  • +
  • Chaos injection (.with_workload(RandomRestartWorkload::new(...)))
  • +
  • Rates, users, timing
  • +
+

Don't include:

+
    +
  • Node configuration (topology concern)
  • +
  • Success criteria (expectation concern)
  • +
+

Expectations

+

Do include:

+
    +
  • Health checks (.expect_consensus_liveness())
  • +
  • Inclusion verification (built-in to workloads)
  • +
  • Custom assertions (.with_expectation(MyExpectation::new()))
  • +
+

Don't include:

+
    +
  • Traffic generation (workload concern)
  • +
  • Cluster shape (topology concern)
  • +
+
+

Best Practices

+
    +
  1. Keep scenarios focused: One scenario = one behavior under test
  2. +
  3. Start small: 2-3 validators, 1 executor, 30-60 seconds
  4. +
  5. Use descriptive names: test_consensus_survives_validator_restart not test_1
  6. +
  7. Extract common patterns: Shared topology builders, helper functions
  8. +
  9. Document intent: Add comments explaining what you're testing and why
  10. +
  11. Mind the units: .rate(N) is per-block, .with_run_duration() is wall-clock
  12. +
  13. Set realistic durations: Allow enough time for multiple blocks + workload effects
  14. +
+
+

Next Steps

+ + +
+ + +
+
+ + + +
+ + + + + + + + + + + + + + + + + + + +
+ + diff --git a/docs/ayu-highlight-3fdfc3ac.css b/docs/ayu-highlight-3fdfc3ac.css new file mode 100644 index 0000000..dba94b0 --- /dev/null +++ b/docs/ayu-highlight-3fdfc3ac.css @@ -0,0 +1,77 @@ +/* +Based off of the Ayu theme +Original by Dempfi (https://github.com/dempfi/ayu) +*/ + +.hljs { + display: block; + overflow-x: auto; + background: #191f26; + color: #e6e1cf; +} + +.hljs-comment, +.hljs-quote { + color: #5c6773; +} + +.hljs-variable, +.hljs-template-variable, +.hljs-attribute, +.hljs-attr, +.hljs-regexp, +.hljs-link, +.hljs-selector-id, +.hljs-selector-class { + color: #ff7733; +} + +.hljs-number, +.hljs-meta, +.hljs-builtin-name, +.hljs-literal, +.hljs-type, +.hljs-params { + color: #ffee99; +} + +.hljs-string, +.hljs-bullet { + color: #b8cc52; +} + +.hljs-title, +.hljs-built_in, +.hljs-section { + color: #ffb454; +} + +.hljs-keyword, +.hljs-selector-tag, +.hljs-symbol { + color: #ff7733; +} + +.hljs-name { + color: #36a3d9; +} + +.hljs-tag { + color: #00568d; +} + +.hljs-emphasis { + font-style: italic; +} + +.hljs-strong { + font-weight: bold; +} + +.hljs-addition { + color: #91b362; +} + +.hljs-deletion { + color: #d96c75; +} diff --git a/docs/ayu-highlight.css b/docs/ayu-highlight.css new file mode 100644 index 0000000..32c9432 --- /dev/null +++ b/docs/ayu-highlight.css @@ -0,0 +1,78 @@ +/* +Based off of the Ayu theme +Original by Dempfi (https://github.com/dempfi/ayu) +*/ + +.hljs { + display: block; + overflow-x: auto; + background: #191f26; + color: #e6e1cf; +} + +.hljs-comment, +.hljs-quote { + color: #5c6773; + font-style: italic; +} + +.hljs-variable, +.hljs-template-variable, +.hljs-attribute, +.hljs-attr, +.hljs-regexp, +.hljs-link, +.hljs-selector-id, +.hljs-selector-class { + color: #ff7733; +} + +.hljs-number, +.hljs-meta, +.hljs-builtin-name, +.hljs-literal, +.hljs-type, +.hljs-params { + color: #ffee99; +} + +.hljs-string, +.hljs-bullet { + color: #b8cc52; +} + +.hljs-title, +.hljs-built_in, +.hljs-section { + color: #ffb454; +} + +.hljs-keyword, +.hljs-selector-tag, +.hljs-symbol { + color: #ff7733; +} + +.hljs-name { + color: #36a3d9; +} + +.hljs-tag { + color: #00568d; +} + +.hljs-emphasis { + font-style: italic; +} + +.hljs-strong { + font-weight: bold; +} + +.hljs-addition { + color: #91b362; +} + +.hljs-deletion { + color: #d96c75; +} diff --git a/docs/best-practices.html b/docs/best-practices.html new file mode 100644 index 0000000..898e63f --- /dev/null +++ b/docs/best-practices.html @@ -0,0 +1,453 @@ + + + + + + Best Practices - Logos Blockchain Testing Framework Book + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + + +
+
+

Best Practices

+

This page collects proven patterns for authoring, running, and maintaining test scenarios that are reliable, maintainable, and actionable.

+

Scenario Design

+

State your intent

+
    +
  • Document the goal of each scenario (throughput, DA validation, resilience) so expectation choices are obvious
  • +
  • Use descriptive variable names that explain topology purpose (e.g., star_topology_3val_2exec vs topology)
  • +
  • Add comments explaining why specific rates or durations were chosen
  • +
+

Keep runs meaningful

+
    +
  • Choose durations that allow multiple blocks and make timing-based assertions trustworthy
  • +
  • Use FAQ: Run Duration Calculator to estimate minimum duration
  • +
  • Avoid runs shorter than 30 seconds unless testing startup behavior specifically
  • +
+

Separate concerns

+
    +
  • Start with deterministic workloads for functional checks
  • +
  • Add chaos in dedicated resilience scenarios to avoid noisy failures
  • +
  • Don't mix high transaction load with aggressive chaos in the same test (hard to debug)
  • +
+

Start small, scale up

+
    +
  • Begin with minimal topology (1-2 validators) to validate scenario logic
  • +
  • Gradually increase topology size and workload rates
  • +
  • Use Host runner for fast iteration, then validate on Compose before production
  • +
+

Code Organization

+

Reuse patterns

+
    +
  • Standardize on shared topology and workload presets so results are comparable across environments and teams
  • +
  • Extract common topology builders into helper functions
  • +
  • Create workspace-level constants for standard rates and durations
  • +
+

Example: Topology preset

+
pub fn standard_da_topology() -> GeneratedTopology {
+    TopologyBuilder::new()
+        .network_star()
+        .validators(3)
+        .executors(2)
+        .generate()
+}
+

Example: Shared constants

+
pub const STANDARD_TX_RATE: f64 = 10.0;
+pub const STANDARD_DA_CHANNEL_RATE: f64 = 2.0;
+pub const SHORT_RUN_DURATION: Duration = Duration::from_secs(60);
+pub const LONG_RUN_DURATION: Duration = Duration::from_secs(300);
+

Debugging & Observability

+

Observe first, tune second

+
    +
  • Rely on liveness and inclusion signals to interpret outcomes before tweaking rates or topology
  • +
  • Enable detailed logging (RUST_LOG=debug, NOMOS_LOG_LEVEL=debug) only after initial failure
  • +
  • Use NOMOS_TESTS_KEEP_LOGS=1 to persist logs when debugging failures
  • +
+

Use BlockFeed effectively

+
    +
  • Subscribe to BlockFeed in expectations for real-time block monitoring
  • +
  • Track block production rate to detect liveness issues early
  • +
  • Use block statistics (block_feed.stats().total_transactions()) to verify inclusion
  • +
+

Collect metrics

+
    +
  • Set up Prometheus/Grafana via scripts/setup/setup-observability.sh compose up for visualizing node behavior
  • +
  • Use metrics to identify bottlenecks before adding more load
  • +
  • Monitor mempool size, block size, and consensus timing
  • +
+

Environment & Runner Selection

+

Environment fit

+
    +
  • Pick runners that match the feedback loop you need: +
      +
    • Host: Fast iteration during development, quick CI smoke tests
    • +
    • Compose: Reproducible environments (recommended for CI), chaos testing
    • +
    • K8s: Production-like fidelity, large topologies (10+ nodes)
    • +
    +
  • +
+

Runner-specific considerations

+
+ + + +
RunnerWhen to UseWhen to Avoid
HostDevelopment iteration, fast feedbackChaos testing, container-specific issues
ComposeCI pipelines, chaos tests, reproducibilityVery large topologies (>10 nodes)
K8sProduction-like testing, cluster behaviorsLocal development, fast iteration
+
+

Minimal surprises

+
    +
  • Seed only necessary wallets and keep configuration deltas explicit when moving between CI and developer machines
  • +
  • Use versions.env to pin node versions consistently across environments
  • +
  • Document non-default environment variables in scenario comments or README
  • +
+

CI/CD Integration

+

Use matrix builds

+
strategy:
+  matrix:
+    runner: [host, compose]
+    topology: [small, medium]
+
+

Cache aggressively

+
    +
  • Cache Rust build artifacts (target/)
  • +
  • Cache circuit parameters (assets/stack/kzgrs_test_params/)
  • +
  • Cache Docker layers (use BuildKit cache)
  • +
+

Collect logs on failure

+
- name: Collect logs on failure
+  if: failure()
+  run: |
+    mkdir -p test-logs
+    find /tmp -name "nomos-*.log" -exec cp {} test-logs/ \;
+- uses: actions/upload-artifact@v3
+  if: failure()
+  with:
+    name: test-logs-${{ matrix.runner }}
+    path: test-logs/
+
+

Time limits

+
    +
  • Set job timeout to prevent hung runs: timeout-minutes: 30
  • +
  • Use shorter durations in CI (60s) vs local testing (300s)
  • +
  • Run expensive tests (k8s, large topologies) only on main branch or release tags
  • +
+

See also: CI Integration for complete workflow examples

+

Anti-Patterns to Avoid

+

DON'T: Run without POL_PROOF_DEV_MODE

+
# BAD: Will hang/timeout on proof generation
+cargo run -p runner-examples --bin local_runner
+
+# GOOD: Fast mode for testing
+POL_PROOF_DEV_MODE=true cargo run -p runner-examples --bin local_runner
+
+

DON'T: Use tiny durations

+
// BAD: Not enough time for blocks to propagate
+.with_run_duration(Duration::from_secs(5))
+
+// GOOD: Allow multiple consensus rounds
+.with_run_duration(Duration::from_secs(60))
+

DON'T: Ignore cleanup failures

+
// BAD: Next run inherits leaked state
+runner.run(&mut scenario).await?;
+// forgot to call cleanup or use CleanupGuard
+
+// GOOD: Cleanup via guard (automatic on panic)
+let _cleanup = CleanupGuard::new(runner.clone());
+runner.run(&mut scenario).await?;
+

DON'T: Mix concerns in one scenario

+
// BAD: Hard to debug when it fails
+.transactions_with(|tx| tx.rate(50).users(100))  // high load
+.chaos_with(|c| c.restart().min_delay(...))        // AND chaos
+.da_with(|da| da.channel_rate(10).blob_rate(20))  // AND DA stress
+
+// GOOD: Separate tests for each concern
+// Test 1: High transaction load only
+// Test 2: Chaos resilience only
+// Test 3: DA stress only
+

DON'T: Hardcode paths or ports

+
// BAD: Breaks on different machines
+let path = PathBuf::from("/home/user/circuits/kzgrs_test_params");
+let port = 9000; // might conflict
+
+// GOOD: Use env vars and dynamic allocation
+let path = std::env::var("NOMOS_KZGRS_PARAMS_PATH")
+    .unwrap_or_else(|_| "assets/stack/kzgrs_test_params/kzgrs_test_params".to_string());
+let port = get_available_tcp_port();
+

DON'T: Ignore resource limits

+
# BAD: Large topology without checking resources
+scripts/run/run-examples.sh -v 20 -e 10 compose
+# (might OOM or exhaust ulimits)
+
+# GOOD: Scale gradually and monitor resources
+scripts/run/run-examples.sh -v 3 -e 2 compose  # start small
+docker stats  # monitor resource usage
+# then increase if resources allow
+
+

Scenario Design Heuristics

+

Minimal viable topology

+
    +
  • Consensus: 3 validators (minimum for Byzantine fault tolerance)
  • +
  • DA: 2+ executors (test dispersal and sampling)
  • +
  • Network: Star topology (simplest for debugging)
  • +
+

Workload rate selection

+
    +
  • Start with 1-5 tx/s per user, then increase
  • +
  • DA: 1-2 channels, 1-3 blobs/channel initially
  • +
  • Chaos: 30s+ intervals between restarts (allow recovery)
  • +
+

Duration guidelines

+
+ + + + + +
Test TypeMinimum DurationTypical Duration
Smoke test30s60s
Integration test60s120s
Load test120s300s
Resilience test120s300s
Soak test600s (10m)3600s (1h)
+
+

Expectation selection

+
+ + + + +
Test GoalExpectations
Basic functionalityexpect_consensus_liveness()
Transaction handlingexpect_consensus_liveness() + custom inclusion check
DA correctnessexpect_consensus_liveness() + DA dispersal/sampling checks
Resilienceexpect_consensus_liveness() + recovery time measurement
+
+

Testing the Tests

+

Validate scenarios before committing

+
    +
  1. Run on Host runner first (fast feedback)
  2. +
  3. Run on Compose runner (reproducibility check)
  4. +
  5. Check logs for warnings or errors
  6. +
  7. Verify cleanup (no leaked processes/containers)
  8. +
  9. Run 2-3 times to check for flakiness
  10. +
+

Handling flaky tests

+
    +
  • Increase run duration (timing-sensitive assertions need longer runs)
  • +
  • Reduce workload rates (might be saturating nodes)
  • +
  • Check resource limits (CPU/RAM/ulimits)
  • +
  • Add debugging output to identify race conditions
  • +
  • Consider if test is over-specified (too strict expectations)
  • +
+

See also:

+ + +
+ + +
+
+ + + +
+ + + + + + + + + + + + + + + + + + + +
+ + diff --git a/docs/book-a0b12cfe.js b/docs/book-a0b12cfe.js new file mode 100644 index 0000000..62d7c4c --- /dev/null +++ b/docs/book-a0b12cfe.js @@ -0,0 +1,843 @@ +'use strict'; + +/* global default_theme, default_dark_theme, default_light_theme, hljs, ClipboardJS */ + +// Fix back button cache problem +window.onunload = function() { }; + +// Global variable, shared between modules +function playground_text(playground, hidden = true) { + const code_block = playground.querySelector('code'); + + if (window.ace && code_block.classList.contains('editable')) { + const editor = window.ace.edit(code_block); + return editor.getValue(); + } else if (hidden) { + return code_block.textContent; + } else { + return code_block.innerText; + } +} + +(function codeSnippets() { + function fetch_with_timeout(url, options, timeout = 6000) { + return Promise.race([ + fetch(url, options), + new Promise((_, reject) => setTimeout(() => reject(new Error('timeout')), timeout)), + ]); + } + + const playgrounds = Array.from(document.querySelectorAll('.playground')); + if (playgrounds.length > 0) { + fetch_with_timeout('https://play.rust-lang.org/meta/crates', { + headers: { + 'Content-Type': 'application/json', + }, + method: 'POST', + mode: 'cors', + }) + .then(response => response.json()) + .then(response => { + // get list of crates available in the rust playground + const playground_crates = response.crates.map(item => item['id']); + playgrounds.forEach(block => handle_crate_list_update(block, playground_crates)); + }); + } + + function handle_crate_list_update(playground_block, playground_crates) { + // update the play buttons after receiving the response + update_play_button(playground_block, playground_crates); + + // and install on change listener to dynamically update ACE editors + if (window.ace) { + const code_block = playground_block.querySelector('code'); + if (code_block.classList.contains('editable')) { + const editor = window.ace.edit(code_block); + editor.addEventListener('change', () => { + update_play_button(playground_block, playground_crates); + }); + // add Ctrl-Enter command to execute rust code + editor.commands.addCommand({ + name: 'run', + bindKey: { + win: 'Ctrl-Enter', + mac: 'Ctrl-Enter', + }, + exec: _editor => run_rust_code(playground_block), + }); + } + } + } + + // updates the visibility of play button based on `no_run` class and + // used crates vs ones available on https://play.rust-lang.org + function update_play_button(pre_block, playground_crates) { + const play_button = pre_block.querySelector('.play-button'); + + // skip if code is `no_run` + if (pre_block.querySelector('code').classList.contains('no_run')) { + play_button.classList.add('hidden'); + return; + } + + // get list of `extern crate`'s from snippet + const txt = playground_text(pre_block); + const re = /extern\s+crate\s+([a-zA-Z_0-9]+)\s*;/g; + const snippet_crates = []; + let item; + while (item = re.exec(txt)) { + snippet_crates.push(item[1]); + } + + // check if all used crates are available on play.rust-lang.org + const all_available = snippet_crates.every(function(elem) { + return playground_crates.indexOf(elem) > -1; + }); + + if (all_available) { + play_button.classList.remove('hidden'); + play_button.hidden = false; + } else { + play_button.classList.add('hidden'); + } + } + + function run_rust_code(code_block) { + let result_block = code_block.querySelector('.result'); + if (!result_block) { + result_block = document.createElement('code'); + result_block.className = 'result hljs language-bash'; + + code_block.append(result_block); + } + + const text = playground_text(code_block); + const classes = code_block.querySelector('code').classList; + let edition = '2015'; + classes.forEach(className => { + if (className.startsWith('edition')) { + edition = className.slice(7); + } + }); + const params = { + version: 'stable', + optimize: '0', + code: text, + edition: edition, + }; + + if (text.indexOf('#![feature') !== -1) { + params.version = 'nightly'; + } + + result_block.innerText = 'Running...'; + + fetch_with_timeout('https://play.rust-lang.org/evaluate.json', { + headers: { + 'Content-Type': 'application/json', + }, + method: 'POST', + mode: 'cors', + body: JSON.stringify(params), + }) + .then(response => response.json()) + .then(response => { + if (response.result.trim() === '') { + result_block.innerText = 'No output'; + result_block.classList.add('result-no-output'); + } else { + result_block.innerText = response.result; + result_block.classList.remove('result-no-output'); + } + }) + .catch(error => result_block.innerText = 'Playground Communication: ' + error.message); + } + + // Syntax highlighting Configuration + hljs.configure({ + tabReplace: ' ', // 4 spaces + languages: [], // Languages used for auto-detection + }); + + const code_nodes = Array + .from(document.querySelectorAll('code')) + // Don't highlight `inline code` blocks in headers. + .filter(function(node) { + return !node.parentElement.classList.contains('header'); + }); + + if (window.ace) { + // language-rust class needs to be removed for editable + // blocks or highlightjs will capture events + code_nodes + .filter(function(node) { + return node.classList.contains('editable'); + }) + .forEach(function(block) { + block.classList.remove('language-rust'); + }); + + code_nodes + .filter(function(node) { + return !node.classList.contains('editable'); + }) + .forEach(function(block) { + hljs.highlightBlock(block); + }); + } else { + code_nodes.forEach(function(block) { + hljs.highlightBlock(block); + }); + } + + // Adding the hljs class gives code blocks the color css + // even if highlighting doesn't apply + code_nodes.forEach(function(block) { + block.classList.add('hljs'); + }); + + Array.from(document.querySelectorAll('code.hljs')).forEach(function(block) { + + const lines = Array.from(block.querySelectorAll('.boring')); + // If no lines were hidden, return + if (!lines.length) { + return; + } + block.classList.add('hide-boring'); + + const buttons = document.createElement('div'); + buttons.className = 'buttons'; + buttons.innerHTML = ''; + buttons.firstChild.innerHTML = document.getElementById('fa-eye').innerHTML; + + // add expand button + const pre_block = block.parentNode; + pre_block.insertBefore(buttons, pre_block.firstChild); + + buttons.firstChild.addEventListener('click', function(e) { + if (this.title === 'Show hidden lines') { + this.innerHTML = document.getElementById('fa-eye-slash').innerHTML; + this.title = 'Hide lines'; + this.setAttribute('aria-label', e.target.title); + + block.classList.remove('hide-boring'); + } else if (this.title === 'Hide lines') { + this.innerHTML = document.getElementById('fa-eye').innerHTML; + this.title = 'Show hidden lines'; + this.setAttribute('aria-label', e.target.title); + + block.classList.add('hide-boring'); + } + }); + }); + + if (window.playground_copyable) { + Array.from(document.querySelectorAll('pre code')).forEach(function(block) { + const pre_block = block.parentNode; + if (!pre_block.classList.contains('playground')) { + let buttons = pre_block.querySelector('.buttons'); + if (!buttons) { + buttons = document.createElement('div'); + buttons.className = 'buttons'; + pre_block.insertBefore(buttons, pre_block.firstChild); + } + + const clipButton = document.createElement('button'); + clipButton.className = 'clip-button'; + clipButton.title = 'Copy to clipboard'; + clipButton.setAttribute('aria-label', clipButton.title); + clipButton.innerHTML = ''; + + buttons.insertBefore(clipButton, buttons.firstChild); + } + }); + } + + // Process playground code blocks + Array.from(document.querySelectorAll('.playground')).forEach(function(pre_block) { + // Add play button + let buttons = pre_block.querySelector('.buttons'); + if (!buttons) { + buttons = document.createElement('div'); + buttons.className = 'buttons'; + pre_block.insertBefore(buttons, pre_block.firstChild); + } + + const runCodeButton = document.createElement('button'); + runCodeButton.className = 'play-button'; + runCodeButton.hidden = true; + runCodeButton.title = 'Run this code'; + runCodeButton.setAttribute('aria-label', runCodeButton.title); + runCodeButton.innerHTML = document.getElementById('fa-play').innerHTML; + + buttons.insertBefore(runCodeButton, buttons.firstChild); + runCodeButton.addEventListener('click', () => { + run_rust_code(pre_block); + }); + + if (window.playground_copyable) { + const copyCodeClipboardButton = document.createElement('button'); + copyCodeClipboardButton.className = 'clip-button'; + copyCodeClipboardButton.innerHTML = ''; + copyCodeClipboardButton.title = 'Copy to clipboard'; + copyCodeClipboardButton.setAttribute('aria-label', copyCodeClipboardButton.title); + + buttons.insertBefore(copyCodeClipboardButton, buttons.firstChild); + } + + const code_block = pre_block.querySelector('code'); + if (window.ace && code_block.classList.contains('editable')) { + const undoChangesButton = document.createElement('button'); + undoChangesButton.className = 'reset-button'; + undoChangesButton.title = 'Undo changes'; + undoChangesButton.setAttribute('aria-label', undoChangesButton.title); + undoChangesButton.innerHTML += + document.getElementById('fa-clock-rotate-left').innerHTML; + + buttons.insertBefore(undoChangesButton, buttons.firstChild); + + undoChangesButton.addEventListener('click', function() { + const editor = window.ace.edit(code_block); + editor.setValue(editor.originalCode); + editor.clearSelection(); + }); + } + }); +})(); + +(function themes() { + const html = document.querySelector('html'); + const themeToggleButton = document.getElementById('mdbook-theme-toggle'); + const themePopup = document.getElementById('mdbook-theme-list'); + const themeColorMetaTag = document.querySelector('meta[name="theme-color"]'); + const themeIds = []; + themePopup.querySelectorAll('button.theme').forEach(function(el) { + themeIds.push(el.id); + }); + const stylesheets = { + ayuHighlight: document.querySelector('#mdbook-ayu-highlight-css'), + tomorrowNight: document.querySelector('#mdbook-tomorrow-night-css'), + highlight: document.querySelector('#mdbook-highlight-css'), + }; + + function showThemes() { + themePopup.style.display = 'block'; + themeToggleButton.setAttribute('aria-expanded', true); + themePopup.querySelector('button#mdbook-theme-' + get_theme()).focus(); + } + + function updateThemeSelected() { + themePopup.querySelectorAll('.theme-selected').forEach(function(el) { + el.classList.remove('theme-selected'); + }); + const selected = get_saved_theme() ?? 'default_theme'; + let element = themePopup.querySelector('button#mdbook-theme-' + selected); + if (element === null) { + // Fall back in case there is no "Default" item. + element = themePopup.querySelector('button#mdbook-theme-' + get_theme()); + } + element.classList.add('theme-selected'); + } + + function hideThemes() { + themePopup.style.display = 'none'; + themeToggleButton.setAttribute('aria-expanded', false); + themeToggleButton.focus(); + } + + function get_saved_theme() { + let theme = null; + try { + theme = localStorage.getItem('mdbook-theme'); + } catch { + // ignore error. + } + return theme; + } + + function delete_saved_theme() { + localStorage.removeItem('mdbook-theme'); + } + + function get_theme() { + const theme = get_saved_theme(); + if (theme === null || theme === undefined || !themeIds.includes('mdbook-theme-' + theme)) { + if (typeof default_dark_theme === 'undefined') { + // A customized index.hbs might not define this, so fall back to + // old behavior of determining the default on page load. + return default_theme; + } + return window.matchMedia('(prefers-color-scheme: dark)').matches + ? default_dark_theme + : default_light_theme; + } else { + return theme; + } + } + + let previousTheme = default_theme; + function set_theme(theme, store = true) { + let ace_theme; + + if (theme === 'coal' || theme === 'navy') { + stylesheets.ayuHighlight.disabled = true; + stylesheets.tomorrowNight.disabled = false; + stylesheets.highlight.disabled = true; + + ace_theme = 'ace/theme/tomorrow_night'; + } else if (theme === 'ayu') { + stylesheets.ayuHighlight.disabled = false; + stylesheets.tomorrowNight.disabled = true; + stylesheets.highlight.disabled = true; + ace_theme = 'ace/theme/tomorrow_night'; + } else { + stylesheets.ayuHighlight.disabled = true; + stylesheets.tomorrowNight.disabled = true; + stylesheets.highlight.disabled = false; + ace_theme = 'ace/theme/dawn'; + } + + setTimeout(function() { + themeColorMetaTag.content = getComputedStyle(document.documentElement).backgroundColor; + }, 1); + + if (window.ace && window.editors) { + window.editors.forEach(function(editor) { + editor.setTheme(ace_theme); + }); + } + + if (store) { + try { + localStorage.setItem('mdbook-theme', theme); + } catch { + // ignore error. + } + } + + html.classList.remove(previousTheme); + html.classList.add(theme); + previousTheme = theme; + updateThemeSelected(); + } + + const query = window.matchMedia('(prefers-color-scheme: dark)'); + query.onchange = function() { + set_theme(get_theme(), false); + }; + + // Set theme. + set_theme(get_theme(), false); + + themeToggleButton.addEventListener('click', function() { + if (themePopup.style.display === 'block') { + hideThemes(); + } else { + showThemes(); + } + }); + + themePopup.addEventListener('click', function(e) { + let theme; + if (e.target.className === 'theme') { + theme = e.target.id; + } else if (e.target.parentElement.className === 'theme') { + theme = e.target.parentElement.id; + } else { + return; + } + theme = theme.replace(/^mdbook-theme-/, ''); + + if (theme === 'default_theme' || theme === null) { + delete_saved_theme(); + set_theme(get_theme(), false); + } else { + set_theme(theme); + } + }); + + themePopup.addEventListener('focusout', function(e) { + // e.relatedTarget is null in Safari and Firefox on macOS (see workaround below) + if (!!e.relatedTarget && + !themeToggleButton.contains(e.relatedTarget) && + !themePopup.contains(e.relatedTarget) + ) { + hideThemes(); + } + }); + + // Should not be needed, but it works around an issue on macOS & iOS: + // https://github.com/rust-lang/mdBook/issues/628 + document.addEventListener('click', function(e) { + if (themePopup.style.display === 'block' && + !themeToggleButton.contains(e.target) && + !themePopup.contains(e.target) + ) { + hideThemes(); + } + }); + + document.addEventListener('keydown', function(e) { + if (e.altKey || e.ctrlKey || e.metaKey || e.shiftKey) { + return; + } + if (!themePopup.contains(e.target)) { + return; + } + + let li; + switch (e.key) { + case 'Escape': + e.preventDefault(); + hideThemes(); + break; + case 'ArrowUp': + e.preventDefault(); + li = document.activeElement.parentElement; + if (li && li.previousElementSibling) { + li.previousElementSibling.querySelector('button').focus(); + } + break; + case 'ArrowDown': + e.preventDefault(); + li = document.activeElement.parentElement; + if (li && li.nextElementSibling) { + li.nextElementSibling.querySelector('button').focus(); + } + break; + case 'Home': + e.preventDefault(); + themePopup.querySelector('li:first-child button').focus(); + break; + case 'End': + e.preventDefault(); + themePopup.querySelector('li:last-child button').focus(); + break; + } + }); +})(); + +(function sidebar() { + const sidebar = document.getElementById('mdbook-sidebar'); + const sidebarLinks = document.querySelectorAll('#mdbook-sidebar a'); + const sidebarToggleButton = document.getElementById('mdbook-sidebar-toggle'); + const sidebarResizeHandle = document.getElementById('mdbook-sidebar-resize-handle'); + const sidebarCheckbox = document.getElementById('mdbook-sidebar-toggle-anchor'); + let firstContact = null; + + + /* Because we cannot change the `display` using only CSS after/before the transition, we + need JS to do it. We change the display to prevent the browsers search to find text inside + the collapsed sidebar. */ + if (!document.documentElement.classList.contains('sidebar-visible')) { + sidebar.style.display = 'none'; + } + sidebar.addEventListener('transitionend', () => { + /* We only change the display to "none" if we're collapsing the sidebar. */ + if (!sidebarCheckbox.checked) { + sidebar.style.display = 'none'; + } + }); + sidebarToggleButton.addEventListener('click', () => { + /* To allow the sidebar expansion animation, we first need to put back the display. */ + if (!sidebarCheckbox.checked) { + sidebar.style.display = ''; + // Workaround for Safari skipping the animation when changing + // `display` and a transform in the same event loop. This forces a + // reflow after updating the display. + sidebar.offsetHeight; + } + }); + + function showSidebar() { + document.documentElement.classList.add('sidebar-visible'); + Array.from(sidebarLinks).forEach(function(link) { + link.setAttribute('tabIndex', 0); + }); + sidebarToggleButton.setAttribute('aria-expanded', true); + sidebar.setAttribute('aria-hidden', false); + try { + localStorage.setItem('mdbook-sidebar', 'visible'); + } catch { + // Ignore error. + } + } + + function hideSidebar() { + document.documentElement.classList.remove('sidebar-visible'); + Array.from(sidebarLinks).forEach(function(link) { + link.setAttribute('tabIndex', -1); + }); + sidebarToggleButton.setAttribute('aria-expanded', false); + sidebar.setAttribute('aria-hidden', true); + try { + localStorage.setItem('mdbook-sidebar', 'hidden'); + } catch { + // Ignore error. + } + } + + // Toggle sidebar + sidebarCheckbox.addEventListener('change', function sidebarToggle() { + if (sidebarCheckbox.checked) { + const current_width = parseInt( + document.documentElement.style.getPropertyValue('--sidebar-target-width'), 10); + if (current_width < 150) { + document.documentElement.style.setProperty('--sidebar-target-width', '150px'); + } + showSidebar(); + } else { + hideSidebar(); + } + }); + + sidebarResizeHandle.addEventListener('mousedown', initResize, false); + + function initResize() { + window.addEventListener('mousemove', resize, false); + window.addEventListener('mouseup', stopResize, false); + document.documentElement.classList.add('sidebar-resizing'); + } + function resize(e) { + let pos = e.clientX - sidebar.offsetLeft; + if (pos < 20) { + hideSidebar(); + } else { + if (!document.documentElement.classList.contains('sidebar-visible')) { + showSidebar(); + } + pos = Math.min(pos, window.innerWidth - 100); + document.documentElement.style.setProperty('--sidebar-target-width', pos + 'px'); + } + } + //on mouseup remove windows functions mousemove & mouseup + function stopResize() { + document.documentElement.classList.remove('sidebar-resizing'); + window.removeEventListener('mousemove', resize, false); + window.removeEventListener('mouseup', stopResize, false); + } + + document.addEventListener('touchstart', function(e) { + firstContact = { + x: e.touches[0].clientX, + time: Date.now(), + }; + }, { passive: true }); + + document.addEventListener('touchmove', function(e) { + if (!firstContact) { + return; + } + + const curX = e.touches[0].clientX; + const xDiff = curX - firstContact.x, + tDiff = Date.now() - firstContact.time; + + if (tDiff < 250 && Math.abs(xDiff) >= 150) { + if (xDiff >= 0 && firstContact.x < Math.min(document.body.clientWidth * 0.25, 300)) { + showSidebar(); + } else if (xDiff < 0 && curX < 300) { + hideSidebar(); + } + + firstContact = null; + } + }, { passive: true }); +})(); + +(function chapterNavigation() { + document.addEventListener('keydown', function(e) { + if (e.altKey || e.ctrlKey || e.metaKey) { + return; + } + if (window.search && window.search.hasFocus()) { + return; + } + const html = document.querySelector('html'); + + function next() { + const nextButton = document.querySelector('.nav-chapters.next'); + if (nextButton) { + window.location.href = nextButton.href; + } + } + function prev() { + const previousButton = document.querySelector('.nav-chapters.previous'); + if (previousButton) { + window.location.href = previousButton.href; + } + } + function showHelp() { + const container = document.getElementById('mdbook-help-container'); + const overlay = document.getElementById('mdbook-help-popup'); + container.style.display = 'flex'; + + // Clicking outside the popup will dismiss it. + const mouseHandler = event => { + if (overlay.contains(event.target)) { + return; + } + if (event.button !== 0) { + return; + } + event.preventDefault(); + event.stopPropagation(); + document.removeEventListener('mousedown', mouseHandler); + hideHelp(); + }; + + // Pressing esc will dismiss the popup. + const escapeKeyHandler = event => { + if (event.key === 'Escape') { + event.preventDefault(); + event.stopPropagation(); + document.removeEventListener('keydown', escapeKeyHandler, true); + hideHelp(); + } + }; + document.addEventListener('keydown', escapeKeyHandler, true); + document.getElementById('mdbook-help-container') + .addEventListener('mousedown', mouseHandler); + } + function hideHelp() { + document.getElementById('mdbook-help-container').style.display = 'none'; + } + + // Usually needs the Shift key to be pressed + switch (e.key) { + case '?': + e.preventDefault(); + showHelp(); + break; + } + + // Rest of the keys are only active when the Shift key is not pressed + if (e.shiftKey) { + return; + } + + switch (e.key) { + case 'ArrowRight': + e.preventDefault(); + if (html.dir === 'rtl') { + prev(); + } else { + next(); + } + break; + case 'ArrowLeft': + e.preventDefault(); + if (html.dir === 'rtl') { + next(); + } else { + prev(); + } + break; + } + }); +})(); + +(function clipboard() { + const clipButtons = document.querySelectorAll('.clip-button'); + + function hideTooltip(elem) { + elem.firstChild.innerText = ''; + elem.className = 'clip-button'; + } + + function showTooltip(elem, msg) { + elem.firstChild.innerText = msg; + elem.className = 'clip-button tooltipped'; + } + + const clipboardSnippets = new ClipboardJS('.clip-button', { + text: function(trigger) { + hideTooltip(trigger); + const playground = trigger.closest('pre'); + return playground_text(playground, false); + }, + }); + + Array.from(clipButtons).forEach(function(clipButton) { + clipButton.addEventListener('mouseout', function(e) { + hideTooltip(e.currentTarget); + }); + }); + + clipboardSnippets.on('success', function(e) { + e.clearSelection(); + showTooltip(e.trigger, 'Copied!'); + }); + + clipboardSnippets.on('error', function(e) { + showTooltip(e.trigger, 'Clipboard error!'); + }); +})(); + +(function scrollToTop() { + const menuTitle = document.querySelector('.menu-title'); + + menuTitle.addEventListener('click', function() { + document.scrollingElement.scrollTo({ top: 0, behavior: 'smooth' }); + }); +})(); + +(function controllMenu() { + const menu = document.getElementById('mdbook-menu-bar'); + + (function controllPosition() { + let scrollTop = document.scrollingElement.scrollTop; + let prevScrollTop = scrollTop; + const minMenuY = -menu.clientHeight - 50; + // When the script loads, the page can be at any scroll (e.g. if you refresh it). + menu.style.top = scrollTop + 'px'; + // Same as parseInt(menu.style.top.slice(0, -2), but faster + let topCache = menu.style.top.slice(0, -2); + menu.classList.remove('sticky'); + let stickyCache = false; // Same as menu.classList.contains('sticky'), but faster + document.addEventListener('scroll', function() { + scrollTop = Math.max(document.scrollingElement.scrollTop, 0); + // `null` means that it doesn't need to be updated + let nextSticky = null; + let nextTop = null; + const scrollDown = scrollTop > prevScrollTop; + const menuPosAbsoluteY = topCache - scrollTop; + if (scrollDown) { + nextSticky = false; + if (menuPosAbsoluteY > 0) { + nextTop = prevScrollTop; + } + } else { + if (menuPosAbsoluteY > 0) { + nextSticky = true; + } else if (menuPosAbsoluteY < minMenuY) { + nextTop = prevScrollTop + minMenuY; + } + } + if (nextSticky === true && stickyCache === false) { + menu.classList.add('sticky'); + stickyCache = true; + } else if (nextSticky === false && stickyCache === true) { + menu.classList.remove('sticky'); + stickyCache = false; + } + if (nextTop !== null) { + menu.style.top = nextTop + 'px'; + topCache = nextTop; + } + prevScrollTop = scrollTop; + }, { passive: true }); + })(); + (function controllBorder() { + function updateBorder() { + if (menu.offsetTop === 0) { + menu.classList.remove('bordered'); + } else { + menu.classList.add('bordered'); + } + } + updateBorder(); + document.addEventListener('scroll', updateBorder, { passive: true }); + })(); +})(); diff --git a/docs/book.js b/docs/book.js new file mode 100644 index 0000000..aa12e7e --- /dev/null +++ b/docs/book.js @@ -0,0 +1,697 @@ +"use strict"; + +// Fix back button cache problem +window.onunload = function () { }; + +// Global variable, shared between modules +function playground_text(playground, hidden = true) { + let code_block = playground.querySelector("code"); + + if (window.ace && code_block.classList.contains("editable")) { + let editor = window.ace.edit(code_block); + return editor.getValue(); + } else if (hidden) { + return code_block.textContent; + } else { + return code_block.innerText; + } +} + +(function codeSnippets() { + function fetch_with_timeout(url, options, timeout = 6000) { + return Promise.race([ + fetch(url, options), + new Promise((_, reject) => setTimeout(() => reject(new Error('timeout')), timeout)) + ]); + } + + var playgrounds = Array.from(document.querySelectorAll(".playground")); + if (playgrounds.length > 0) { + fetch_with_timeout("https://play.rust-lang.org/meta/crates", { + headers: { + 'Content-Type': "application/json", + }, + method: 'POST', + mode: 'cors', + }) + .then(response => response.json()) + .then(response => { + // get list of crates available in the rust playground + let playground_crates = response.crates.map(item => item["id"]); + playgrounds.forEach(block => handle_crate_list_update(block, playground_crates)); + }); + } + + function handle_crate_list_update(playground_block, playground_crates) { + // update the play buttons after receiving the response + update_play_button(playground_block, playground_crates); + + // and install on change listener to dynamically update ACE editors + if (window.ace) { + let code_block = playground_block.querySelector("code"); + if (code_block.classList.contains("editable")) { + let editor = window.ace.edit(code_block); + editor.addEventListener("change", function (e) { + update_play_button(playground_block, playground_crates); + }); + // add Ctrl-Enter command to execute rust code + editor.commands.addCommand({ + name: "run", + bindKey: { + win: "Ctrl-Enter", + mac: "Ctrl-Enter" + }, + exec: _editor => run_rust_code(playground_block) + }); + } + } + } + + // updates the visibility of play button based on `no_run` class and + // used crates vs ones available on https://play.rust-lang.org + function update_play_button(pre_block, playground_crates) { + var play_button = pre_block.querySelector(".play-button"); + + // skip if code is `no_run` + if (pre_block.querySelector('code').classList.contains("no_run")) { + play_button.classList.add("hidden"); + return; + } + + // get list of `extern crate`'s from snippet + var txt = playground_text(pre_block); + var re = /extern\s+crate\s+([a-zA-Z_0-9]+)\s*;/g; + var snippet_crates = []; + var item; + while (item = re.exec(txt)) { + snippet_crates.push(item[1]); + } + + // check if all used crates are available on play.rust-lang.org + var all_available = snippet_crates.every(function (elem) { + return playground_crates.indexOf(elem) > -1; + }); + + if (all_available) { + play_button.classList.remove("hidden"); + } else { + play_button.classList.add("hidden"); + } + } + + function run_rust_code(code_block) { + var result_block = code_block.querySelector(".result"); + if (!result_block) { + result_block = document.createElement('code'); + result_block.className = 'result hljs language-bash'; + + code_block.append(result_block); + } + + let text = playground_text(code_block); + let classes = code_block.querySelector('code').classList; + let edition = "2015"; + if(classes.contains("edition2018")) { + edition = "2018"; + } else if(classes.contains("edition2021")) { + edition = "2021"; + } + var params = { + version: "stable", + optimize: "0", + code: text, + edition: edition + }; + + if (text.indexOf("#![feature") !== -1) { + params.version = "nightly"; + } + + result_block.innerText = "Running..."; + + fetch_with_timeout("https://play.rust-lang.org/evaluate.json", { + headers: { + 'Content-Type': "application/json", + }, + method: 'POST', + mode: 'cors', + body: JSON.stringify(params) + }) + .then(response => response.json()) + .then(response => { + if (response.result.trim() === '') { + result_block.innerText = "No output"; + result_block.classList.add("result-no-output"); + } else { + result_block.innerText = response.result; + result_block.classList.remove("result-no-output"); + } + }) + .catch(error => result_block.innerText = "Playground Communication: " + error.message); + } + + // Syntax highlighting Configuration + hljs.configure({ + tabReplace: ' ', // 4 spaces + languages: [], // Languages used for auto-detection + }); + + let code_nodes = Array + .from(document.querySelectorAll('code')) + // Don't highlight `inline code` blocks in headers. + .filter(function (node) {return !node.parentElement.classList.contains("header"); }); + + if (window.ace) { + // language-rust class needs to be removed for editable + // blocks or highlightjs will capture events + code_nodes + .filter(function (node) {return node.classList.contains("editable"); }) + .forEach(function (block) { block.classList.remove('language-rust'); }); + + code_nodes + .filter(function (node) {return !node.classList.contains("editable"); }) + .forEach(function (block) { hljs.highlightBlock(block); }); + } else { + code_nodes.forEach(function (block) { hljs.highlightBlock(block); }); + } + + // Adding the hljs class gives code blocks the color css + // even if highlighting doesn't apply + code_nodes.forEach(function (block) { block.classList.add('hljs'); }); + + Array.from(document.querySelectorAll("code.hljs")).forEach(function (block) { + + var lines = Array.from(block.querySelectorAll('.boring')); + // If no lines were hidden, return + if (!lines.length) { return; } + block.classList.add("hide-boring"); + + var buttons = document.createElement('div'); + buttons.className = 'buttons'; + buttons.innerHTML = ""; + + // add expand button + var pre_block = block.parentNode; + pre_block.insertBefore(buttons, pre_block.firstChild); + + pre_block.querySelector('.buttons').addEventListener('click', function (e) { + if (e.target.classList.contains('fa-eye')) { + e.target.classList.remove('fa-eye'); + e.target.classList.add('fa-eye-slash'); + e.target.title = 'Hide lines'; + e.target.setAttribute('aria-label', e.target.title); + + block.classList.remove('hide-boring'); + } else if (e.target.classList.contains('fa-eye-slash')) { + e.target.classList.remove('fa-eye-slash'); + e.target.classList.add('fa-eye'); + e.target.title = 'Show hidden lines'; + e.target.setAttribute('aria-label', e.target.title); + + block.classList.add('hide-boring'); + } + }); + }); + + if (window.playground_copyable) { + Array.from(document.querySelectorAll('pre code')).forEach(function (block) { + var pre_block = block.parentNode; + if (!pre_block.classList.contains('playground')) { + var buttons = pre_block.querySelector(".buttons"); + if (!buttons) { + buttons = document.createElement('div'); + buttons.className = 'buttons'; + pre_block.insertBefore(buttons, pre_block.firstChild); + } + + var clipButton = document.createElement('button'); + clipButton.className = 'fa fa-copy clip-button'; + clipButton.title = 'Copy to clipboard'; + clipButton.setAttribute('aria-label', clipButton.title); + clipButton.innerHTML = ''; + + buttons.insertBefore(clipButton, buttons.firstChild); + } + }); + } + + // Process playground code blocks + Array.from(document.querySelectorAll(".playground")).forEach(function (pre_block) { + // Add play button + var buttons = pre_block.querySelector(".buttons"); + if (!buttons) { + buttons = document.createElement('div'); + buttons.className = 'buttons'; + pre_block.insertBefore(buttons, pre_block.firstChild); + } + + var runCodeButton = document.createElement('button'); + runCodeButton.className = 'fa fa-play play-button'; + runCodeButton.hidden = true; + runCodeButton.title = 'Run this code'; + runCodeButton.setAttribute('aria-label', runCodeButton.title); + + buttons.insertBefore(runCodeButton, buttons.firstChild); + runCodeButton.addEventListener('click', function (e) { + run_rust_code(pre_block); + }); + + if (window.playground_copyable) { + var copyCodeClipboardButton = document.createElement('button'); + copyCodeClipboardButton.className = 'fa fa-copy clip-button'; + copyCodeClipboardButton.innerHTML = ''; + copyCodeClipboardButton.title = 'Copy to clipboard'; + copyCodeClipboardButton.setAttribute('aria-label', copyCodeClipboardButton.title); + + buttons.insertBefore(copyCodeClipboardButton, buttons.firstChild); + } + + let code_block = pre_block.querySelector("code"); + if (window.ace && code_block.classList.contains("editable")) { + var undoChangesButton = document.createElement('button'); + undoChangesButton.className = 'fa fa-history reset-button'; + undoChangesButton.title = 'Undo changes'; + undoChangesButton.setAttribute('aria-label', undoChangesButton.title); + + buttons.insertBefore(undoChangesButton, buttons.firstChild); + + undoChangesButton.addEventListener('click', function () { + let editor = window.ace.edit(code_block); + editor.setValue(editor.originalCode); + editor.clearSelection(); + }); + } + }); +})(); + +(function themes() { + var html = document.querySelector('html'); + var themeToggleButton = document.getElementById('theme-toggle'); + var themePopup = document.getElementById('theme-list'); + var themeColorMetaTag = document.querySelector('meta[name="theme-color"]'); + var stylesheets = { + ayuHighlight: document.querySelector("[href$='ayu-highlight.css']"), + tomorrowNight: document.querySelector("[href$='tomorrow-night.css']"), + highlight: document.querySelector("[href$='highlight.css']"), + }; + + function showThemes() { + themePopup.style.display = 'block'; + themeToggleButton.setAttribute('aria-expanded', true); + themePopup.querySelector("button#" + get_theme()).focus(); + } + + function updateThemeSelected() { + themePopup.querySelectorAll('.theme-selected').forEach(function (el) { + el.classList.remove('theme-selected'); + }); + themePopup.querySelector("button#" + get_theme()).classList.add('theme-selected'); + } + + function hideThemes() { + themePopup.style.display = 'none'; + themeToggleButton.setAttribute('aria-expanded', false); + themeToggleButton.focus(); + } + + function get_theme() { + var theme; + try { theme = localStorage.getItem('mdbook-theme'); } catch (e) { } + if (theme === null || theme === undefined) { + return default_theme; + } else { + return theme; + } + } + + function set_theme(theme, store = true) { + let ace_theme; + + if (theme == 'coal' || theme == 'navy') { + stylesheets.ayuHighlight.disabled = true; + stylesheets.tomorrowNight.disabled = false; + stylesheets.highlight.disabled = true; + + ace_theme = "ace/theme/tomorrow_night"; + } else if (theme == 'ayu') { + stylesheets.ayuHighlight.disabled = false; + stylesheets.tomorrowNight.disabled = true; + stylesheets.highlight.disabled = true; + ace_theme = "ace/theme/tomorrow_night"; + } else { + stylesheets.ayuHighlight.disabled = true; + stylesheets.tomorrowNight.disabled = true; + stylesheets.highlight.disabled = false; + ace_theme = "ace/theme/dawn"; + } + + setTimeout(function () { + themeColorMetaTag.content = getComputedStyle(document.documentElement).backgroundColor; + }, 1); + + if (window.ace && window.editors) { + window.editors.forEach(function (editor) { + editor.setTheme(ace_theme); + }); + } + + var previousTheme = get_theme(); + + if (store) { + try { localStorage.setItem('mdbook-theme', theme); } catch (e) { } + } + + html.classList.remove(previousTheme); + html.classList.add(theme); + updateThemeSelected(); + } + + // Set theme + var theme = get_theme(); + + set_theme(theme, false); + + themeToggleButton.addEventListener('click', function () { + if (themePopup.style.display === 'block') { + hideThemes(); + } else { + showThemes(); + } + }); + + themePopup.addEventListener('click', function (e) { + var theme; + if (e.target.className === "theme") { + theme = e.target.id; + } else if (e.target.parentElement.className === "theme") { + theme = e.target.parentElement.id; + } else { + return; + } + set_theme(theme); + }); + + themePopup.addEventListener('focusout', function(e) { + // e.relatedTarget is null in Safari and Firefox on macOS (see workaround below) + if (!!e.relatedTarget && !themeToggleButton.contains(e.relatedTarget) && !themePopup.contains(e.relatedTarget)) { + hideThemes(); + } + }); + + // Should not be needed, but it works around an issue on macOS & iOS: https://github.com/rust-lang/mdBook/issues/628 + document.addEventListener('click', function(e) { + if (themePopup.style.display === 'block' && !themeToggleButton.contains(e.target) && !themePopup.contains(e.target)) { + hideThemes(); + } + }); + + document.addEventListener('keydown', function (e) { + if (e.altKey || e.ctrlKey || e.metaKey || e.shiftKey) { return; } + if (!themePopup.contains(e.target)) { return; } + + switch (e.key) { + case 'Escape': + e.preventDefault(); + hideThemes(); + break; + case 'ArrowUp': + e.preventDefault(); + var li = document.activeElement.parentElement; + if (li && li.previousElementSibling) { + li.previousElementSibling.querySelector('button').focus(); + } + break; + case 'ArrowDown': + e.preventDefault(); + var li = document.activeElement.parentElement; + if (li && li.nextElementSibling) { + li.nextElementSibling.querySelector('button').focus(); + } + break; + case 'Home': + e.preventDefault(); + themePopup.querySelector('li:first-child button').focus(); + break; + case 'End': + e.preventDefault(); + themePopup.querySelector('li:last-child button').focus(); + break; + } + }); +})(); + +(function sidebar() { + var body = document.querySelector("body"); + var sidebar = document.getElementById("sidebar"); + var sidebarLinks = document.querySelectorAll('#sidebar a'); + var sidebarToggleButton = document.getElementById("sidebar-toggle"); + var sidebarResizeHandle = document.getElementById("sidebar-resize-handle"); + var firstContact = null; + + function showSidebar() { + body.classList.remove('sidebar-hidden') + body.classList.add('sidebar-visible'); + Array.from(sidebarLinks).forEach(function (link) { + link.setAttribute('tabIndex', 0); + }); + sidebarToggleButton.setAttribute('aria-expanded', true); + sidebar.setAttribute('aria-hidden', false); + try { localStorage.setItem('mdbook-sidebar', 'visible'); } catch (e) { } + } + + + var sidebarAnchorToggles = document.querySelectorAll('#sidebar a.toggle'); + + function toggleSection(ev) { + ev.currentTarget.parentElement.classList.toggle('expanded'); + } + + Array.from(sidebarAnchorToggles).forEach(function (el) { + el.addEventListener('click', toggleSection); + }); + + function hideSidebar() { + body.classList.remove('sidebar-visible') + body.classList.add('sidebar-hidden'); + Array.from(sidebarLinks).forEach(function (link) { + link.setAttribute('tabIndex', -1); + }); + sidebarToggleButton.setAttribute('aria-expanded', false); + sidebar.setAttribute('aria-hidden', true); + try { localStorage.setItem('mdbook-sidebar', 'hidden'); } catch (e) { } + } + + // Toggle sidebar + sidebarToggleButton.addEventListener('click', function sidebarToggle() { + if (body.classList.contains("sidebar-hidden")) { + var current_width = parseInt( + document.documentElement.style.getPropertyValue('--sidebar-width'), 10); + if (current_width < 150) { + document.documentElement.style.setProperty('--sidebar-width', '150px'); + } + showSidebar(); + } else if (body.classList.contains("sidebar-visible")) { + hideSidebar(); + } else { + if (getComputedStyle(sidebar)['transform'] === 'none') { + hideSidebar(); + } else { + showSidebar(); + } + } + }); + + sidebarResizeHandle.addEventListener('mousedown', initResize, false); + + function initResize(e) { + window.addEventListener('mousemove', resize, false); + window.addEventListener('mouseup', stopResize, false); + body.classList.add('sidebar-resizing'); + } + function resize(e) { + var pos = (e.clientX - sidebar.offsetLeft); + if (pos < 20) { + hideSidebar(); + } else { + if (body.classList.contains("sidebar-hidden")) { + showSidebar(); + } + pos = Math.min(pos, window.innerWidth - 100); + document.documentElement.style.setProperty('--sidebar-width', pos + 'px'); + } + } + //on mouseup remove windows functions mousemove & mouseup + function stopResize(e) { + body.classList.remove('sidebar-resizing'); + window.removeEventListener('mousemove', resize, false); + window.removeEventListener('mouseup', stopResize, false); + } + + document.addEventListener('touchstart', function (e) { + firstContact = { + x: e.touches[0].clientX, + time: Date.now() + }; + }, { passive: true }); + + document.addEventListener('touchmove', function (e) { + if (!firstContact) + return; + + var curX = e.touches[0].clientX; + var xDiff = curX - firstContact.x, + tDiff = Date.now() - firstContact.time; + + if (tDiff < 250 && Math.abs(xDiff) >= 150) { + if (xDiff >= 0 && firstContact.x < Math.min(document.body.clientWidth * 0.25, 300)) + showSidebar(); + else if (xDiff < 0 && curX < 300) + hideSidebar(); + + firstContact = null; + } + }, { passive: true }); +})(); + +(function chapterNavigation() { + document.addEventListener('keydown', function (e) { + if (e.altKey || e.ctrlKey || e.metaKey || e.shiftKey) { return; } + if (window.search && window.search.hasFocus()) { return; } + var html = document.querySelector('html'); + + function next() { + var nextButton = document.querySelector('.nav-chapters.next'); + if (nextButton) { + window.location.href = nextButton.href; + } + } + function prev() { + var previousButton = document.querySelector('.nav-chapters.previous'); + if (previousButton) { + window.location.href = previousButton.href; + } + } + switch (e.key) { + case 'ArrowRight': + e.preventDefault(); + if (html.dir == 'rtl') { + prev(); + } else { + next(); + } + break; + case 'ArrowLeft': + e.preventDefault(); + if (html.dir == 'rtl') { + next(); + } else { + prev(); + } + break; + } + }); +})(); + +(function clipboard() { + var clipButtons = document.querySelectorAll('.clip-button'); + + function hideTooltip(elem) { + elem.firstChild.innerText = ""; + elem.className = 'fa fa-copy clip-button'; + } + + function showTooltip(elem, msg) { + elem.firstChild.innerText = msg; + elem.className = 'fa fa-copy tooltipped'; + } + + var clipboardSnippets = new ClipboardJS('.clip-button', { + text: function (trigger) { + hideTooltip(trigger); + let playground = trigger.closest("pre"); + return playground_text(playground, false); + } + }); + + Array.from(clipButtons).forEach(function (clipButton) { + clipButton.addEventListener('mouseout', function (e) { + hideTooltip(e.currentTarget); + }); + }); + + clipboardSnippets.on('success', function (e) { + e.clearSelection(); + showTooltip(e.trigger, "Copied!"); + }); + + clipboardSnippets.on('error', function (e) { + showTooltip(e.trigger, "Clipboard error!"); + }); +})(); + +(function scrollToTop () { + var menuTitle = document.querySelector('.menu-title'); + + menuTitle.addEventListener('click', function () { + document.scrollingElement.scrollTo({ top: 0, behavior: 'smooth' }); + }); +})(); + +(function controllMenu() { + var menu = document.getElementById('menu-bar'); + + (function controllPosition() { + var scrollTop = document.scrollingElement.scrollTop; + var prevScrollTop = scrollTop; + var minMenuY = -menu.clientHeight - 50; + // When the script loads, the page can be at any scroll (e.g. if you reforesh it). + menu.style.top = scrollTop + 'px'; + // Same as parseInt(menu.style.top.slice(0, -2), but faster + var topCache = menu.style.top.slice(0, -2); + menu.classList.remove('sticky'); + var stickyCache = false; // Same as menu.classList.contains('sticky'), but faster + document.addEventListener('scroll', function () { + scrollTop = Math.max(document.scrollingElement.scrollTop, 0); + // `null` means that it doesn't need to be updated + var nextSticky = null; + var nextTop = null; + var scrollDown = scrollTop > prevScrollTop; + var menuPosAbsoluteY = topCache - scrollTop; + if (scrollDown) { + nextSticky = false; + if (menuPosAbsoluteY > 0) { + nextTop = prevScrollTop; + } + } else { + if (menuPosAbsoluteY > 0) { + nextSticky = true; + } else if (menuPosAbsoluteY < minMenuY) { + nextTop = prevScrollTop + minMenuY; + } + } + if (nextSticky === true && stickyCache === false) { + menu.classList.add('sticky'); + stickyCache = true; + } else if (nextSticky === false && stickyCache === true) { + menu.classList.remove('sticky'); + stickyCache = false; + } + if (nextTop !== null) { + menu.style.top = nextTop + 'px'; + topCache = nextTop; + } + prevScrollTop = scrollTop; + }, { passive: true }); + })(); + (function controllBorder() { + function updateBorder() { + if (menu.offsetTop === 0) { + menu.classList.remove('bordered'); + } else { + menu.classList.add('bordered'); + } + } + updateBorder(); + document.addEventListener('scroll', updateBorder, { passive: true }); + })(); +})(); diff --git a/docs/chaos.html b/docs/chaos.html new file mode 100644 index 0000000..3d0788a --- /dev/null +++ b/docs/chaos.html @@ -0,0 +1,286 @@ + + + + + + Chaos Workloads - Logos Blockchain Testing Framework Book + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + + +
+
+

Chaos Workloads

+
+

When should I read this? You don't need chaos testing to be productive with the framework. Focus on basic scenarios first—chaos is for resilience validation and operational readiness drills once your core tests are stable.

+
+

Chaos in the framework uses node control to introduce failures and validate +recovery. The built-in restart workload lives in +testing_framework_workflows::workloads::chaos::RandomRestartWorkload.

+

How it works

+
    +
  • Requires NodeControlCapability (enable_node_control() in the scenario +builder) and a runner that provides a NodeControlHandle.
  • +
  • Randomly selects nodes (validators, executors) to restart based on your +include/exclude flags.
  • +
  • Respects min/max delay between restarts and a target cooldown to avoid +flapping the same node too frequently.
  • +
  • Runs alongside other workloads; expectations should account for the added +disruption.
  • +
  • Support varies by runner: node control is not provided by the local runner +and is not yet implemented for the k8s runner. Use a runner that advertises +NodeControlHandle support (e.g., compose) for chaos workloads.
  • +
+

Usage

+
use std::time::Duration;
+
+use testing_framework_core::scenario::ScenarioBuilder;
+use testing_framework_workflows::{ScenarioBuilderExt, workloads::chaos::RandomRestartWorkload};
+
+pub fn random_restart_plan() -> testing_framework_core::scenario::Scenario<
+    testing_framework_core::scenario::NodeControlCapability,
+> {
+    ScenarioBuilder::topology_with(|t| t.network_star().validators(2).executors(1))
+        .enable_node_control()
+        .with_workload(RandomRestartWorkload::new(
+            Duration::from_secs(45),  // min delay
+            Duration::from_secs(75),  // max delay
+            Duration::from_secs(120), // target cooldown
+            true,                     // include validators
+            true,                     // include executors
+        ))
+        .expect_consensus_liveness()
+        .with_run_duration(Duration::from_secs(150))
+        .build()
+}
+

Expectations to pair

+
    +
  • Consensus liveness: ensure blocks keep progressing despite restarts.
  • +
  • Height convergence: optionally check all nodes converge after the chaos +window.
  • +
  • Any workload-specific inclusion checks if you’re also driving tx/DA traffic.
  • +
+

Best practices

+
    +
  • Keep delays/cooldowns realistic; avoid back-to-back restarts that would never +happen in production.
  • +
  • Limit chaos scope: toggle validators vs executors based on what you want to +test.
  • +
  • Combine with observability: monitor metrics/logs to explain failures.
  • +
+ +
+ + +
+
+ + + +
+ + + + + + + + + + + + + + + + + + + +
+ + diff --git a/docs/ci-integration.html b/docs/ci-integration.html new file mode 100644 index 0000000..e5381f3 --- /dev/null +++ b/docs/ci-integration.html @@ -0,0 +1,592 @@ + + + + + + CI Integration - Logos Blockchain Testing Framework Book + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + + +
+
+

CI Integration

+

Both LocalDeployer and ComposeDeployer work well in CI environments. Choose based on your tradeoffs.

+

Runner Comparison for CI

+

LocalDeployer (Host Runner):

+
    +
  • Faster startup (no Docker overhead)
  • +
  • Good for quick smoke tests
  • +
  • Trade-off: Less isolation (processes share host resources)
  • +
+

ComposeDeployer (Recommended for CI):

+
    +
  • Better isolation (containerized)
  • +
  • Reproducible environment
  • +
  • Can integrate with external Prometheus/Grafana (optional)
  • +
  • Trade-offs: Slower startup (Docker image build), requires Docker daemon
  • +
+

K8sDeployer:

+
    +
  • Production-like environment
  • +
  • Full resource isolation
  • +
  • Trade-offs: Slowest (cluster setup + image loading), requires cluster access
  • +
  • Best for nightly/weekly runs or production validation
  • +
+

Existing Examples:

+

See .github/workflows/lint.yml (jobs: host_smoke, compose_smoke) for CI examples running the demo scenarios in this repository.

+

Complete CI Workflow Example

+

Here's a comprehensive GitHub Actions workflow demonstrating host and compose runners with caching, matrix testing, and log collection:

+
name: Testing Framework CI
+
+on:
+  push:
+    branches: [main, develop]
+  pull_request:
+    branches: [main]
+
+env:
+  POL_PROOF_DEV_MODE: true
+  CARGO_TERM_COLOR: always
+  RUST_BACKTRACE: 1
+
+jobs:
+  # Quick smoke test with host runner (no Docker)
+  host_smoke:
+    name: Host Runner Smoke Test
+    runs-on: ubuntu-latest
+    timeout-minutes: 15
+    
+    steps:
+      - name: Checkout repository
+        uses: actions/checkout@v4
+      
+      - name: Set up Rust toolchain
+        uses: actions-rs/toolchain@v1
+        with:
+          profile: minimal
+          toolchain: nightly
+          override: true
+      
+      - name: Cache Rust dependencies
+        uses: actions/cache@v3
+        with:
+          path: |
+            ~/.cargo/bin/
+            ~/.cargo/registry/index/
+            ~/.cargo/registry/cache/
+            ~/.cargo/git/db/
+            target/
+          key: ${{ runner.os }}-cargo-host-${{ hashFiles('**/Cargo.lock') }}
+          restore-keys: |
+            ${{ runner.os }}-cargo-host-
+      
+      - name: Cache nomos-node build
+        uses: actions/cache@v3
+        with:
+          path: |
+            ../nomos-node/target/release/nomos-node
+            ../nomos-node/target/release/nomos-executor
+          key: ${{ runner.os }}-nomos-${{ hashFiles('../nomos-node/**/Cargo.lock') }}
+          restore-keys: |
+            ${{ runner.os }}-nomos-
+      
+      - name: Run host smoke test
+        run: |
+          # Use run-examples.sh which handles setup automatically
+          scripts/run/run-examples.sh -t 120 -v 3 -e 1 host
+      
+      - name: Upload logs on failure
+        if: failure()
+        uses: actions/upload-artifact@v3
+        with:
+          name: host-runner-logs
+          path: |
+            .tmp/
+            *.log
+          retention-days: 7
+
+  # Compose runner matrix (with Docker)
+  compose_matrix:
+    name: Compose Runner (${{ matrix.topology }})
+    runs-on: ubuntu-latest
+    timeout-minutes: 25
+    
+    strategy:
+      fail-fast: false
+      matrix:
+        topology:
+          - "3v1e"
+          - "5v1e"
+    
+    steps:
+      - name: Checkout repository
+        uses: actions/checkout@v4
+      
+      - name: Set up Rust toolchain
+        uses: actions-rs/toolchain@v1
+        with:
+          profile: minimal
+          toolchain: nightly
+          override: true
+      
+      - name: Set up Docker Buildx
+        uses: docker/setup-buildx-action@v2
+      
+      - name: Cache Rust dependencies
+        uses: actions/cache@v3
+        with:
+          path: |
+            ~/.cargo/bin/
+            ~/.cargo/registry/index/
+            ~/.cargo/registry/cache/
+            ~/.cargo/git/db/
+            target/
+          key: ${{ runner.os }}-cargo-compose-${{ hashFiles('**/Cargo.lock') }}
+          restore-keys: |
+            ${{ runner.os }}-cargo-compose-
+      
+      - name: Cache Docker layers
+        uses: actions/cache@v3
+        with:
+          path: /tmp/.buildx-cache
+          key: ${{ runner.os }}-buildx-${{ hashFiles('Dockerfile', 'scripts/build/build_test_image.sh') }}
+          restore-keys: |
+            ${{ runner.os }}-buildx-
+      
+      - name: Run compose test
+        env:
+          TOPOLOGY: ${{ matrix.topology }}
+        run: |
+          # Build and run with the specified topology
+          scripts/run/run-examples.sh -t 120 -v ${TOPOLOGY:0:1} -e ${TOPOLOGY:2:1} compose
+      
+      - name: Collect Docker logs on failure
+        if: failure()
+        run: |
+          mkdir -p logs
+          for container in $(docker ps -a --filter "name=nomos-compose-" -q); do
+            docker logs $container > logs/$(docker inspect --format='{{.Name}}' $container).log 2>&1
+          done
+      
+      - name: Upload logs and artifacts
+        if: failure()
+        uses: actions/upload-artifact@v3
+        with:
+          name: compose-${{ matrix.topology }}-logs
+          path: |
+            logs/
+            .tmp/
+          retention-days: 7
+      
+      - name: Clean up Docker resources
+        if: always()
+        run: |
+          docker compose down -v 2>/dev/null || true
+          docker ps -a --filter "name=nomos-compose-" -q | xargs -r docker rm -f
+
+  # Cucumber/BDD integration tests (if enabled)
+  cucumber_tests:
+    name: Cucumber BDD Tests
+    runs-on: ubuntu-latest
+    timeout-minutes: 20
+    
+    steps:
+      - name: Checkout repository
+        uses: actions/checkout@v4
+      
+      - name: Set up Rust toolchain
+        uses: actions-rs/toolchain@v1
+        with:
+          profile: minimal
+          toolchain: nightly
+          override: true
+      
+      - name: Cache dependencies
+        uses: actions/cache@v3
+        with:
+          path: |
+            ~/.cargo/bin/
+            ~/.cargo/registry/index/
+            ~/.cargo/registry/cache/
+            ~/.cargo/git/db/
+            target/
+          key: ${{ runner.os }}-cargo-cucumber-${{ hashFiles('**/Cargo.lock') }}
+          restore-keys: |
+            ${{ runner.os }}-cargo-cucumber-
+      
+      - name: Run Cucumber tests
+        run: |
+          # Build prerequisites
+          scripts/build/build-bundle.sh --platform linux
+          export NOMOS_BINARIES_TAR=$(ls -t .tmp/nomos-binaries-linux-*.tar.gz | head -1)
+          
+          # Run Cucumber tests (host runner)
+          cargo test -p runner-examples --bin cucumber_host
+      
+      - name: Upload test report
+        if: always()
+        uses: actions/upload-artifact@v3
+        with:
+          name: cucumber-report
+          path: |
+            target/cucumber-reports/
+          retention-days: 14
+
+  # Summary job (requires all tests to pass)
+  ci_success:
+    name: CI Success
+    needs: [host_smoke, compose_matrix, cucumber_tests]
+    runs-on: ubuntu-latest
+    if: always()
+    
+    steps:
+      - name: Check all jobs
+        run: |
+          if [[ "${{ needs.host_smoke.result }}" != "success" ]] || \
+             [[ "${{ needs.compose_matrix.result }}" != "success" ]] || \
+             [[ "${{ needs.cucumber_tests.result }}" != "success" ]]; then
+            echo "One or more CI jobs failed"
+            exit 1
+          fi
+          echo "All CI jobs passed!"
+
+

Workflow Features

+
    +
  1. Matrix Testing: Runs compose tests with different topologies (3v1e, 5v1e)
  2. +
  3. Caching: Caches Rust dependencies, Docker layers, and nomos-node builds for faster runs
  4. +
  5. Log Collection: Automatically uploads logs and artifacts when tests fail
  6. +
  7. Timeout Protection: Reasonable timeouts prevent jobs from hanging indefinitely
  8. +
  9. Cucumber Integration: Shows how to integrate BDD tests into CI
  10. +
  11. Clean Teardown: Ensures Docker resources are cleaned up even on failure
  12. +
+

Customization Points

+

Topology Matrix:

+

Add more topologies for comprehensive testing:

+
matrix:
+  topology:
+    - "3v1e"
+    - "5v1e"
+    - "10v2e"  # Larger scale
+
+

Timeout Adjustments:

+

Increase timeout-minutes for longer-running scenarios or slower environments:

+
timeout-minutes: 30  # Instead of 15
+
+

Artifact Retention:

+

Change retention-days based on your storage needs:

+
retention-days: 14  # Keep logs for 2 weeks
+
+

Conditional Execution:

+

Run expensive tests only on merge to main:

+
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
+
+

Best Practices

+

Required: Set POL_PROOF_DEV_MODE

+

Always set POL_PROOF_DEV_MODE=true globally in your workflow env:

+
env:
+  POL_PROOF_DEV_MODE: true  # REQUIRED!
+
+

Without this, tests will hang due to expensive proof generation.

+

Use Helper Scripts

+

Prefer scripts/run/run-examples.sh which handles all setup automatically:

+
scripts/run/run-examples.sh -t 120 -v 3 -e 1 host
+
+

This is more reliable than manual cargo run commands.

+

Cache Aggressively

+

Cache Rust dependencies, nomos-node builds, and Docker layers to speed up CI:

+
- name: Cache Rust dependencies
+  uses: actions/cache@v3
+  with:
+    path: |
+      ~/.cargo/bin/
+      ~/.cargo/registry/index/
+      ~/.cargo/registry/cache/
+      ~/.cargo/git/db/
+      target/
+    key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
+
+

Collect Logs on Failure

+

Always upload logs when tests fail for easier debugging:

+
- name: Upload logs on failure
+  if: failure()
+  uses: actions/upload-artifact@v3
+  with:
+    name: test-logs
+    path: |
+      .tmp/
+      *.log
+    retention-days: 7
+
+

Split Workflows for Faster Iteration

+

For large projects, split host/compose/k8s into separate workflow files:

+
    +
  • .github/workflows/test-host.yml — Fast smoke tests
  • +
  • .github/workflows/test-compose.yml — Reproducible integration tests
  • +
  • .github/workflows/test-k8s.yml — Production-like validation (nightly)
  • +
+

Run K8s Tests Less Frequently

+

K8s tests are slower. Consider running them only on main branch or scheduled:

+
on:
+  push:
+    branches: [main]
+  schedule:
+    - cron: '0 2 * * *'  # Daily at 2 AM
+
+

Platform-Specific Notes

+

Ubuntu Runners

+
    +
  • Docker pre-installed and running
  • +
  • Best for compose/k8s runners
  • +
  • Most common choice
  • +
+

macOS Runners

+
    +
  • Docker Desktop not installed by default
  • +
  • Slower and more expensive
  • +
  • Use only if testing macOS-specific issues
  • +
+

Self-Hosted Runners

+
    +
  • Cache Docker images locally for faster builds
  • +
  • Set resource limits (SLOW_TEST_ENV=true if needed)
  • +
  • Ensure cleanup scripts run (docker system prune)
  • +
+

Debugging CI Failures

+

Enable Debug Logging

+

Add debug environment variables temporarily:

+
env:
+  RUST_LOG: debug
+  NOMOS_LOG_LEVEL: debug
+
+

Preserve Containers (Compose)

+

Set COMPOSE_RUNNER_PRESERVE=1 to keep containers running for inspection:

+
- name: Run compose test (preserve on failure)
+  env:
+    COMPOSE_RUNNER_PRESERVE: 1
+  run: scripts/run/run-examples.sh -t 120 -v 3 -e 1 compose
+
+

Access Artifacts

+

Download uploaded artifacts from the GitHub Actions UI to inspect logs locally.

+

Next Steps

+ + +
+ + +
+
+ + + +
+ + + + + + + + + + + + + + + + + + + +
+ + diff --git a/docs/clipboard-1626706a.min.js b/docs/clipboard-1626706a.min.js new file mode 100644 index 0000000..02c549e --- /dev/null +++ b/docs/clipboard-1626706a.min.js @@ -0,0 +1,7 @@ +/*! + * clipboard.js v2.0.4 + * https://zenorocha.github.io/clipboard.js + * + * Licensed MIT © Zeno Rocha + */ +!function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e():"function"==typeof define&&define.amd?define([],e):"object"==typeof exports?exports.ClipboardJS=e():t.ClipboardJS=e()}(this,function(){return function(n){var o={};function r(t){if(o[t])return o[t].exports;var e=o[t]={i:t,l:!1,exports:{}};return n[t].call(e.exports,e,e.exports,r),e.l=!0,e.exports}return r.m=n,r.c=o,r.d=function(t,e,n){r.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:n})},r.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},r.t=function(e,t){if(1&t&&(e=r(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var n=Object.create(null);if(r.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)r.d(n,o,function(t){return e[t]}.bind(null,o));return n},r.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return r.d(e,"a",e),e},r.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},r.p="",r(r.s=0)}([function(t,e,n){"use strict";var r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},i=function(){function o(t,e){for(var n=0;n .hljs { + color: var(--links); +} + +/* + mdbook-body-container is necessary because mobile browsers don't seem to like + overflow-x on the body tag when there is a tag. +*/ +#mdbook-body-container { + /* + This is used when the sidebar pushes the body content off the side of + the screen on small screens. Without it, dragging on mobile Safari + will want to reposition the viewport in a weird way. + */ + overflow-x: clip; +} + +/* Menu Bar */ + +#mdbook-menu-bar, +#mdbook-menu-bar-hover-placeholder { + z-index: 101; + margin: auto calc(0px - var(--page-padding)); +} +#mdbook-menu-bar { + position: relative; + display: flex; + flex-wrap: wrap; + background-color: var(--bg); + border-block-end-color: var(--bg); + border-block-end-width: 1px; + border-block-end-style: solid; +} +#mdbook-menu-bar.sticky, +#mdbook-menu-bar-hover-placeholder:hover + #mdbook-menu-bar, +#mdbook-menu-bar:hover, +html.sidebar-visible #mdbook-menu-bar { + position: -webkit-sticky; + position: sticky; + top: 0 !important; +} +#mdbook-menu-bar-hover-placeholder { + position: sticky; + position: -webkit-sticky; + top: 0; + height: var(--menu-bar-height); +} +#mdbook-menu-bar.bordered { + border-block-end-color: var(--table-border-color); +} +#mdbook-menu-bar .fa-svg, #mdbook-menu-bar .icon-button { + position: relative; + padding: 0 8px; + z-index: 10; + line-height: var(--menu-bar-height); + cursor: pointer; + transition: color 0.5s; +} +@media only screen and (max-width: 420px) { + #mdbook-menu-bar .fa-svg, #mdbook-menu-bar .icon-button { + padding: 0 5px; + } +} + +.icon-button { + border: none; + background: none; + padding: 0; + color: inherit; +} +.icon-button .fa-svg { + margin: 0; +} + +.right-buttons { + margin: 0 15px; +} +.right-buttons a { + text-decoration: none; +} + +.left-buttons { + display: flex; + margin: 0 5px; +} +html:not(.js) .left-buttons button { + display: none; +} + +.menu-title { + display: inline-block; + font-weight: 200; + font-size: 2.4rem; + line-height: var(--menu-bar-height); + text-align: center; + margin: 0; + flex: 1; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; +} +.menu-title { + cursor: pointer; +} + +.menu-bar, +.menu-bar:visited, +.nav-chapters, +.nav-chapters:visited, +.mobile-nav-chapters, +.mobile-nav-chapters:visited, +.menu-bar .icon-button, +.menu-bar a .fa-svg { + color: var(--icons); +} + +.menu-bar .fa-svg:hover, +.menu-bar .icon-button:hover, +.nav-chapters:hover, +.mobile-nav-chapters .fa-svg:hover { + color: var(--icons-hover); +} + +/* Nav Icons */ + +.nav-chapters { + font-size: 2.5em; + text-align: center; + text-decoration: none; + + position: fixed; + top: 0; + bottom: 0; + margin: 0; + max-width: 150px; + min-width: 90px; + + display: flex; + justify-content: center; + align-content: center; + flex-direction: column; + + transition: color 0.5s, background-color 0.5s; +} + +.nav-chapters:hover { + text-decoration: none; + background-color: var(--theme-hover); + transition: background-color 0.15s, color 0.15s; +} + +.nav-wrapper { + margin-block-start: 50px; + display: none; +} + +.mobile-nav-chapters { + font-size: 2.5em; + text-align: center; + text-decoration: none; + width: 90px; + border-radius: 5px; + background-color: var(--sidebar-bg); +} + +/* Only Firefox supports flow-relative values */ +.previous { float: left; } +[dir=rtl] .previous { float: right; } + +/* Only Firefox supports flow-relative values */ +.next { + float: right; + right: var(--page-padding); +} +[dir=rtl] .next { + float: left; + right: unset; + left: var(--page-padding); +} + +@media only screen and (max-width: 1080px) { + .nav-wide-wrapper { display: none; } + .nav-wrapper { display: block; } +} + +/* sidebar-visible */ +@media only screen and (max-width: 1380px) { + #mdbook-sidebar-toggle-anchor:checked ~ .page-wrapper .nav-wide-wrapper { display: none; } + #mdbook-sidebar-toggle-anchor:checked ~ .page-wrapper .nav-wrapper { display: block; } +} + +/* Inline code */ + +:not(pre) > .hljs { + display: inline; + padding: 0.1em 0.3em; + border-radius: 3px; +} + +:not(pre):not(a) > .hljs { + color: var(--inline-code-color); + overflow-x: initial; +} + +a:hover > .hljs { + text-decoration: underline; +} + +pre { + position: relative; +} +pre > .buttons { + position: absolute; + z-index: 100; + right: 0px; + top: 2px; + margin: 0px; + padding: 2px 0px; + + color: var(--sidebar-fg); + cursor: pointer; + visibility: hidden; + opacity: 0; + transition: visibility 0.1s linear, opacity 0.1s linear; +} +pre:hover > .buttons { + visibility: visible; + opacity: 1 +} +pre > .buttons :hover { + color: var(--sidebar-active); + border-color: var(--icons-hover); + background-color: var(--theme-hover); +} +pre > .buttons button { + cursor: inherit; + margin: 0px 5px; + padding: 2px 3px 0px 4px; + font-size: 23px; + + border-style: solid; + border-width: 1px; + border-radius: 4px; + border-color: var(--icons); + background-color: var(--theme-popup-bg); + transition: 100ms; + transition-property: color,border-color,background-color; + color: var(--icons); +} + +pre > .buttons button.clip-button { + padding: 2px 4px 0px 6px; +} +pre > .buttons button.clip-button::before { + /* clipboard image from octicons (https://github.com/primer/octicons/tree/v2.0.0) MIT license + */ + content: url('data:image/svg+xml,\ +\ +\ +'); + filter: var(--copy-button-filter); +} +pre > .buttons button.clip-button:hover::before { + filter: var(--copy-button-filter-hover); +} + +@media (pointer: coarse) { + pre > .buttons button { + /* On mobile, make it easier to tap buttons. */ + padding: 0.3rem 1rem; + } + + .sidebar-resize-indicator { + /* Hide resize indicator on devices with limited accuracy */ + display: none; + } +} +pre > code { + display: block; + padding: 1rem; +} + +/* FIXME: ACE editors overlap their buttons because ACE does absolute + positioning within the code block which breaks padding. The only solution I + can think of is to move the padding to the outer pre tag (or insert a div + wrapper), but that would require fixing a whole bunch of CSS rules. +*/ +.hljs.ace_editor { + padding: 0rem 0rem; +} + +pre > .result { + margin-block-start: 10px; +} + +/* Search */ + +#mdbook-searchresults a { + text-decoration: none; +} + +mark { + border-radius: 2px; + padding-block-start: 0; + padding-block-end: 1px; + padding-inline-start: 3px; + padding-inline-end: 3px; + margin-block-start: 0; + margin-block-end: -1px; + margin-inline-start: -3px; + margin-inline-end: -3px; + background-color: var(--search-mark-bg); + transition: background-color 300ms linear; + cursor: pointer; +} + +mark.fade-out { + background-color: rgba(0,0,0,0) !important; + cursor: auto; +} + +.searchbar-outer { + margin-inline-start: auto; + margin-inline-end: auto; + max-width: var(--content-max-width); +} + +#mdbook-searchbar-outer.searching #mdbook-searchbar { + padding-right: 30px; +} +#mdbook-searchbar-outer .spinner-wrapper { + display: none; +} +#mdbook-searchbar-outer.searching .spinner-wrapper { + display: block; +} + +.search-wrapper { + position: relative; +} + +.spinner-wrapper { + --spinner-margin: 2px; + position: absolute; + margin-block-start: calc(var(--searchbar-margin-block-start) + var(--spinner-margin)); + right: var(--spinner-margin); + top: 0; + bottom: var(--spinner-margin); + padding: 6px; + background-color: var(--bg); +} + +#fa-spin { + animation: rotating 2s linear infinite; + display: inline-block; +} + +@keyframes rotating { + from { + transform: rotate(0deg); + } + to { + transform: rotate(360deg); + } +} + +#mdbook-searchbar { + width: 100%; + margin-block-start: var(--searchbar-margin-block-start); + margin-block-end: 0; + margin-inline-start: auto; + margin-inline-end: auto; + padding: 10px 16px; + transition: box-shadow 300ms ease-in-out; + border: 1px solid var(--searchbar-border-color); + border-radius: 3px; + background-color: var(--searchbar-bg); + color: var(--searchbar-fg); +} +#mdbook-searchbar:focus, +#mdbook-searchbar.active { + box-shadow: 0 0 3px var(--searchbar-shadow-color); +} + +.searchresults-header { + font-weight: bold; + font-size: 1em; + padding-block-start: 18px; + padding-block-end: 0; + padding-inline-start: 5px; + padding-inline-end: 0; + color: var(--searchresults-header-fg); +} + +.searchresults-outer { + margin-inline-start: auto; + margin-inline-end: auto; + max-width: var(--content-max-width); + border-block-end: 1px dashed var(--searchresults-border-color); +} + +ul#mdbook-searchresults { + list-style: none; + padding-inline-start: 20px; +} +ul#mdbook-searchresults li { + margin: 10px 0px; + padding: 2px; + border-radius: 2px; +} +ul#mdbook-searchresults li.focus { + background-color: var(--searchresults-li-bg); +} +ul#mdbook-searchresults span.teaser { + display: block; + clear: both; + margin-block-start: 5px; + margin-block-end: 0; + margin-inline-start: 20px; + margin-inline-end: 0; + font-size: 0.8em; +} +ul#mdbook-searchresults span.teaser em { + font-weight: bold; + font-style: normal; +} + +/* Sidebar */ + +.sidebar { + position: fixed; + left: 0; + top: 0; + bottom: 0; + width: var(--sidebar-width); + font-size: 0.875em; + box-sizing: border-box; + -webkit-overflow-scrolling: touch; + overscroll-behavior-y: contain; + background-color: var(--sidebar-bg); + color: var(--sidebar-fg); +} +.sidebar-iframe-inner { + --padding: 10px; + + background-color: var(--sidebar-bg); + padding: var(--padding); + margin: 0; + font-size: 1.4rem; + color: var(--sidebar-fg); + min-height: calc(100vh - var(--padding) * 2); +} +.sidebar-iframe-outer { + border: none; + height: 100%; + position: absolute; + top: 0; + bottom: 0; + left: 0; + right: 0; +} +[dir=rtl] .sidebar { left: unset; right: 0; } +.sidebar-resizing { + -moz-user-select: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} +html:not(.sidebar-resizing) .sidebar { + transition: transform 0.3s; /* Animation: slide away */ +} +.sidebar code { + line-height: 2em; +} +.sidebar .sidebar-scrollbox { + overflow-y: auto; + position: absolute; + top: 0; + bottom: 0; + left: 0; + right: 0; + padding: 10px 10px; +} +.sidebar .sidebar-resize-handle { + position: absolute; + cursor: col-resize; + width: 0; + right: calc(var(--sidebar-resize-indicator-width) * -1); + top: 0; + bottom: 0; + display: flex; + align-items: center; +} + +.sidebar-resize-handle .sidebar-resize-indicator { + width: 100%; + height: 16px; + color: var(--icons); + margin-inline-start: var(--sidebar-resize-indicator-space); + display: flex; + align-items: center; + justify-content: flex-start; +} +.sidebar-resize-handle .sidebar-resize-indicator::before { + content: ""; + width: 2px; + height: 12px; + border-left: dotted 2px currentColor; +} +.sidebar-resize-handle .sidebar-resize-indicator::after { + content: ""; + width: 2px; + height: 16px; + border-left: dotted 2px currentColor; +} + +[dir=rtl] .sidebar .sidebar-resize-handle { + left: calc(var(--sidebar-resize-indicator-width) * -1); + right: unset; +} +.js .sidebar .sidebar-resize-handle { + cursor: col-resize; + width: calc(var(--sidebar-resize-indicator-width) - var(--sidebar-resize-indicator-space)); +} + +html:not(.js) .sidebar-resize-handle { + display: none; +} + +/* sidebar-hidden */ +#mdbook-sidebar-toggle-anchor:not(:checked) ~ .sidebar { + transform: translateX(calc(0px - var(--sidebar-width) - var(--sidebar-resize-indicator-width))); +} +[dir=rtl] #mdbook-sidebar-toggle-anchor:not(:checked) ~ .sidebar { + transform: translateX(calc(var(--sidebar-width) + var(--sidebar-resize-indicator-width))); +} +.sidebar::-webkit-scrollbar { + background: var(--sidebar-bg); +} +.sidebar::-webkit-scrollbar-thumb { + background: var(--scrollbar); +} + +/* sidebar-visible */ +#mdbook-sidebar-toggle-anchor:checked ~ .page-wrapper { + transform: translateX(calc(var(--sidebar-width) + var(--sidebar-resize-indicator-width))); +} +[dir=rtl] #mdbook-sidebar-toggle-anchor:checked ~ .page-wrapper { + transform: translateX(calc(0px - var(--sidebar-width) - var(--sidebar-resize-indicator-width))); +} +@media only screen and (min-width: 620px) { + #mdbook-sidebar-toggle-anchor:checked ~ .page-wrapper { + transform: none; + margin-inline-start: calc(var(--sidebar-width) + var(--sidebar-resize-indicator-width)); + } + [dir=rtl] #mdbook-sidebar-toggle-anchor:checked ~ .page-wrapper { + transform: none; + } +} + +.chapter { + list-style: none outside none; + padding-inline-start: 0; + line-height: 2.2em; +} + +.chapter li { + color: var(--sidebar-non-existant); +} + +/* This is a span wrapping the chapter link and the fold chevron. */ +.chapter-link-wrapper { + /* Used to position the chevron to the right, allowing the text to wrap before it. */ + display: flex; +} + +.chapter li a { + /* Remove underlines. */ + text-decoration: none; + color: var(--sidebar-fg); +} + +.chapter li a:hover { + color: var(--sidebar-active); +} + +.chapter li a.active { + color: var(--sidebar-active); +} + +/* This is the toggle chevron. */ +.chapter-fold-toggle { + cursor: pointer; + /* Positions the chevron to the side. */ + margin-inline-start: auto; + padding: 0 10px; + user-select: none; + opacity: 0.68; +} + +.chapter-fold-toggle div { + transition: transform 0.5s; +} + +/* collapse the section */ +.chapter li:not(.expanded) > ol { + display: none; +} + +.chapter li.chapter-item { + line-height: 1.5em; + margin-block-start: 0.6em; +} + +/* When expanded, rotate the chevron to point down. */ +.chapter li.expanded > span > .chapter-fold-toggle div { + transform: rotate(90deg); +} + +.chapter a.current-header { + color: var(--sidebar-active); +} + +.on-this-page { + margin-left: 22px; + border-inline-start: 4px solid var(--sidebar-header-border-color); + padding-left: 8px; +} + +.on-this-page > ol { + padding-left: 0; +} + +/* Horizontal line in chapter list. */ +.spacer { + width: 100%; + height: 3px; + margin: 5px 0px; +} +.chapter .spacer { + background-color: var(--sidebar-spacer); +} + +/* On touch devices, add more vertical spacing to make it easier to tap links. */ +@media (-moz-touch-enabled: 1), (pointer: coarse) { + .chapter li a { padding: 5px 0; } + .spacer { margin: 10px 0; } +} + +.section { + list-style: none outside none; + padding-inline-start: 20px; + line-height: 1.9em; +} + +/* Theme Menu Popup */ + +.theme-popup { + position: absolute; + left: 10px; + top: var(--menu-bar-height); + z-index: 1000; + border-radius: 4px; + font-size: 0.7em; + color: var(--fg); + background: var(--theme-popup-bg); + border: 1px solid var(--theme-popup-border); + margin: 0; + padding: 0; + list-style: none; + display: none; + /* Don't let the children's background extend past the rounded corners. */ + overflow: hidden; +} +[dir=rtl] .theme-popup { left: unset; right: 10px; } +.theme-popup .default { + color: var(--icons); +} +.theme-popup .theme { + width: 100%; + border: 0; + margin: 0; + padding: 2px 20px; + line-height: 25px; + white-space: nowrap; + text-align: start; + cursor: pointer; + color: inherit; + background: inherit; + font-size: inherit; +} +.theme-popup .theme:hover { + background-color: var(--theme-hover); +} + +.theme-selected::before { + display: inline-block; + content: "✓"; + margin-inline-start: -14px; + width: 14px; +} + +/* The container for the help popup that covers the whole window. */ +#mdbook-help-container { + /* Position and size for the whole window. */ + position: fixed; + top: 0; + left: 0; + right: 0; + bottom: 0; + /* This uses flex layout (which is set in book.js), and centers the popup + in the window.*/ + display: none; + align-items: center; + justify-content: center; + z-index: 1000; + /* Dim out the book while the popup is visible. */ + background: var(--overlay-bg); +} + +/* The popup help box. */ +#mdbook-help-popup { + box-shadow: 0 4px 24px rgba(0,0,0,0.15); + min-width: 300px; + max-width: 500px; + width: 100%; + box-sizing: border-box; + display: flex; + flex-direction: column; + align-items: center; + background-color: var(--bg); + color: var(--fg); + border-width: 1px; + border-color: var(--theme-popup-border); + border-style: solid; + border-radius: 8px; + padding: 10px; +} + +.mdbook-help-title { + text-align: center; + /* mdbook's margin for h2 is way too large. */ + margin: 10px; +} diff --git a/docs/css/chrome.css b/docs/css/chrome.css new file mode 100644 index 0000000..83b7969 --- /dev/null +++ b/docs/css/chrome.css @@ -0,0 +1,604 @@ +/* CSS for UI elements (a.k.a. chrome) */ + +html { + scrollbar-color: var(--scrollbar) var(--bg); +} +#searchresults a, +.content a:link, +a:visited, +a > .hljs { + color: var(--links); +} + +/* + body-container is necessary because mobile browsers don't seem to like + overflow-x on the body tag when there is a tag. +*/ +#body-container { + /* + This is used when the sidebar pushes the body content off the side of + the screen on small screens. Without it, dragging on mobile Safari + will want to reposition the viewport in a weird way. + */ + overflow-x: clip; +} + +/* Menu Bar */ + +#menu-bar, +#menu-bar-hover-placeholder { + z-index: 101; + margin: auto calc(0px - var(--page-padding)); +} +#menu-bar { + position: relative; + display: flex; + flex-wrap: wrap; + background-color: var(--bg); + border-block-end-color: var(--bg); + border-block-end-width: 1px; + border-block-end-style: solid; +} +#menu-bar.sticky, +.js #menu-bar-hover-placeholder:hover + #menu-bar, +.js #menu-bar:hover, +.js.sidebar-visible #menu-bar { + position: -webkit-sticky; + position: sticky; + top: 0 !important; +} +#menu-bar-hover-placeholder { + position: sticky; + position: -webkit-sticky; + top: 0; + height: var(--menu-bar-height); +} +#menu-bar.bordered { + border-block-end-color: var(--table-border-color); +} +#menu-bar i, #menu-bar .icon-button { + position: relative; + padding: 0 8px; + z-index: 10; + line-height: var(--menu-bar-height); + cursor: pointer; + transition: color 0.5s; +} +@media only screen and (max-width: 420px) { + #menu-bar i, #menu-bar .icon-button { + padding: 0 5px; + } +} + +.icon-button { + border: none; + background: none; + padding: 0; + color: inherit; +} +.icon-button i { + margin: 0; +} + +.right-buttons { + margin: 0 15px; +} +.right-buttons a { + text-decoration: none; +} + +.left-buttons { + display: flex; + margin: 0 5px; +} +.no-js .left-buttons button { + display: none; +} + +.menu-title { + display: inline-block; + font-weight: 200; + font-size: 2.4rem; + line-height: var(--menu-bar-height); + text-align: center; + margin: 0; + flex: 1; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; +} +.js .menu-title { + cursor: pointer; +} + +.menu-bar, +.menu-bar:visited, +.nav-chapters, +.nav-chapters:visited, +.mobile-nav-chapters, +.mobile-nav-chapters:visited, +.menu-bar .icon-button, +.menu-bar a i { + color: var(--icons); +} + +.menu-bar i:hover, +.menu-bar .icon-button:hover, +.nav-chapters:hover, +.mobile-nav-chapters i:hover { + color: var(--icons-hover); +} + +/* Nav Icons */ + +.nav-chapters { + font-size: 2.5em; + text-align: center; + text-decoration: none; + + position: fixed; + top: 0; + bottom: 0; + margin: 0; + max-width: 150px; + min-width: 90px; + + display: flex; + justify-content: center; + align-content: center; + flex-direction: column; + + transition: color 0.5s, background-color 0.5s; +} + +.nav-chapters:hover { + text-decoration: none; + background-color: var(--theme-hover); + transition: background-color 0.15s, color 0.15s; +} + +.nav-wrapper { + margin-block-start: 50px; + display: none; +} + +.mobile-nav-chapters { + font-size: 2.5em; + text-align: center; + text-decoration: none; + width: 90px; + border-radius: 5px; + background-color: var(--sidebar-bg); +} + +/* Only Firefox supports flow-relative values */ +.previous { float: left; } +[dir=rtl] .previous { float: right; } + +/* Only Firefox supports flow-relative values */ +.next { + float: right; + right: var(--page-padding); +} +[dir=rtl] .next { + float: left; + right: unset; + left: var(--page-padding); +} + +/* Use the correct buttons for RTL layouts*/ +[dir=rtl] .previous i.fa-angle-left:before {content:"\f105";} +[dir=rtl] .next i.fa-angle-right:before { content:"\f104"; } + +@media only screen and (max-width: 1080px) { + .nav-wide-wrapper { display: none; } + .nav-wrapper { display: block; } +} + +/* sidebar-visible */ +@media only screen and (max-width: 1380px) { + #sidebar-toggle-anchor:checked ~ .page-wrapper .nav-wide-wrapper { display: none; } + #sidebar-toggle-anchor:checked ~ .page-wrapper .nav-wrapper { display: block; } +} + +/* Inline code */ + +:not(pre) > .hljs { + display: inline; + padding: 0.1em 0.3em; + border-radius: 3px; +} + +:not(pre):not(a) > .hljs { + color: var(--inline-code-color); + overflow-x: initial; +} + +a:hover > .hljs { + text-decoration: underline; +} + +pre { + position: relative; +} +pre > .buttons { + position: absolute; + z-index: 100; + right: 0px; + top: 2px; + margin: 0px; + padding: 2px 0px; + + color: var(--sidebar-fg); + cursor: pointer; + visibility: hidden; + opacity: 0; + transition: visibility 0.1s linear, opacity 0.1s linear; +} +pre:hover > .buttons { + visibility: visible; + opacity: 1 +} +pre > .buttons :hover { + color: var(--sidebar-active); + border-color: var(--icons-hover); + background-color: var(--theme-hover); +} +pre > .buttons i { + margin-inline-start: 8px; +} +pre > .buttons button { + cursor: inherit; + margin: 0px 5px; + padding: 3px 5px; + font-size: 14px; + + border-style: solid; + border-width: 1px; + border-radius: 4px; + border-color: var(--icons); + background-color: var(--theme-popup-bg); + transition: 100ms; + transition-property: color,border-color,background-color; + color: var(--icons); +} +@media (pointer: coarse) { + pre > .buttons button { + /* On mobile, make it easier to tap buttons. */ + padding: 0.3rem 1rem; + } + + .sidebar-resize-indicator { + /* Hide resize indicator on devices with limited accuracy */ + display: none; + } +} +pre > code { + display: block; + padding: 1rem; +} + +/* FIXME: ACE editors overlap their buttons because ACE does absolute + positioning within the code block which breaks padding. The only solution I + can think of is to move the padding to the outer pre tag (or insert a div + wrapper), but that would require fixing a whole bunch of CSS rules. +*/ +.hljs.ace_editor { + padding: 0rem 0rem; +} + +pre > .result { + margin-block-start: 10px; +} + +/* Search */ + +#searchresults a { + text-decoration: none; +} + +mark { + border-radius: 2px; + padding-block-start: 0; + padding-block-end: 1px; + padding-inline-start: 3px; + padding-inline-end: 3px; + margin-block-start: 0; + margin-block-end: -1px; + margin-inline-start: -3px; + margin-inline-end: -3px; + background-color: var(--search-mark-bg); + transition: background-color 300ms linear; + cursor: pointer; +} + +mark.fade-out { + background-color: rgba(0,0,0,0) !important; + cursor: auto; +} + +.searchbar-outer { + margin-inline-start: auto; + margin-inline-end: auto; + max-width: var(--content-max-width); +} + +#searchbar { + width: 100%; + margin-block-start: 5px; + margin-block-end: 0; + margin-inline-start: auto; + margin-inline-end: auto; + padding: 10px 16px; + transition: box-shadow 300ms ease-in-out; + border: 1px solid var(--searchbar-border-color); + border-radius: 3px; + background-color: var(--searchbar-bg); + color: var(--searchbar-fg); +} +#searchbar:focus, +#searchbar.active { + box-shadow: 0 0 3px var(--searchbar-shadow-color); +} + +.searchresults-header { + font-weight: bold; + font-size: 1em; + padding-block-start: 18px; + padding-block-end: 0; + padding-inline-start: 5px; + padding-inline-end: 0; + color: var(--searchresults-header-fg); +} + +.searchresults-outer { + margin-inline-start: auto; + margin-inline-end: auto; + max-width: var(--content-max-width); + border-block-end: 1px dashed var(--searchresults-border-color); +} + +ul#searchresults { + list-style: none; + padding-inline-start: 20px; +} +ul#searchresults li { + margin: 10px 0px; + padding: 2px; + border-radius: 2px; +} +ul#searchresults li.focus { + background-color: var(--searchresults-li-bg); +} +ul#searchresults span.teaser { + display: block; + clear: both; + margin-block-start: 5px; + margin-block-end: 0; + margin-inline-start: 20px; + margin-inline-end: 0; + font-size: 0.8em; +} +ul#searchresults span.teaser em { + font-weight: bold; + font-style: normal; +} + +/* Sidebar */ + +.sidebar { + position: fixed; + left: 0; + top: 0; + bottom: 0; + width: var(--sidebar-width); + font-size: 0.875em; + box-sizing: border-box; + -webkit-overflow-scrolling: touch; + overscroll-behavior-y: contain; + background-color: var(--sidebar-bg); + color: var(--sidebar-fg); +} +[dir=rtl] .sidebar { left: unset; right: 0; } +.sidebar-resizing { + -moz-user-select: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} +.no-js .sidebar, +.js:not(.sidebar-resizing) .sidebar { + transition: transform 0.3s; /* Animation: slide away */ +} +.sidebar code { + line-height: 2em; +} +.sidebar .sidebar-scrollbox { + overflow-y: auto; + position: absolute; + top: 0; + bottom: 0; + left: 0; + right: 0; + padding: 10px 10px; +} +.sidebar .sidebar-resize-handle { + position: absolute; + cursor: col-resize; + width: 0; + right: calc(var(--sidebar-resize-indicator-width) * -1); + top: 0; + bottom: 0; + display: flex; + align-items: center; +} + +.sidebar-resize-handle .sidebar-resize-indicator { + width: 100%; + height: 12px; + background-color: var(--icons); + margin-inline-start: var(--sidebar-resize-indicator-space); +} + +[dir=rtl] .sidebar .sidebar-resize-handle { + left: calc(var(--sidebar-resize-indicator-width) * -1); + right: unset; +} +.js .sidebar .sidebar-resize-handle { + cursor: col-resize; + width: calc(var(--sidebar-resize-indicator-width) - var(--sidebar-resize-indicator-space)); +} +/* sidebar-hidden */ +#sidebar-toggle-anchor:not(:checked) ~ .sidebar { + transform: translateX(calc(0px - var(--sidebar-width) - var(--sidebar-resize-indicator-width))); + z-index: -1; +} +[dir=rtl] #sidebar-toggle-anchor:not(:checked) ~ .sidebar { + transform: translateX(calc(var(--sidebar-width) + var(--sidebar-resize-indicator-width))); +} +.sidebar::-webkit-scrollbar { + background: var(--sidebar-bg); +} +.sidebar::-webkit-scrollbar-thumb { + background: var(--scrollbar); +} + +/* sidebar-visible */ +#sidebar-toggle-anchor:checked ~ .page-wrapper { + transform: translateX(calc(var(--sidebar-width) + var(--sidebar-resize-indicator-width))); +} +[dir=rtl] #sidebar-toggle-anchor:checked ~ .page-wrapper { + transform: translateX(calc(0px - var(--sidebar-width) - var(--sidebar-resize-indicator-width))); +} +@media only screen and (min-width: 620px) { + #sidebar-toggle-anchor:checked ~ .page-wrapper { + transform: none; + margin-inline-start: calc(var(--sidebar-width) + var(--sidebar-resize-indicator-width)); + } + [dir=rtl] #sidebar-toggle-anchor:checked ~ .page-wrapper { + transform: none; + } +} + +.chapter { + list-style: none outside none; + padding-inline-start: 0; + line-height: 2.2em; +} + +.chapter ol { + width: 100%; +} + +.chapter li { + display: flex; + color: var(--sidebar-non-existant); +} +.chapter li a { + display: block; + padding: 0; + text-decoration: none; + color: var(--sidebar-fg); +} + +.chapter li a:hover { + color: var(--sidebar-active); +} + +.chapter li a.active { + color: var(--sidebar-active); +} + +.chapter li > a.toggle { + cursor: pointer; + display: block; + margin-inline-start: auto; + padding: 0 10px; + user-select: none; + opacity: 0.68; +} + +.chapter li > a.toggle div { + transition: transform 0.5s; +} + +/* collapse the section */ +.chapter li:not(.expanded) + li > ol { + display: none; +} + +.chapter li.chapter-item { + line-height: 1.5em; + margin-block-start: 0.6em; +} + +.chapter li.expanded > a.toggle div { + transform: rotate(90deg); +} + +.spacer { + width: 100%; + height: 3px; + margin: 5px 0px; +} +.chapter .spacer { + background-color: var(--sidebar-spacer); +} + +@media (-moz-touch-enabled: 1), (pointer: coarse) { + .chapter li a { padding: 5px 0; } + .spacer { margin: 10px 0; } +} + +.section { + list-style: none outside none; + padding-inline-start: 20px; + line-height: 1.9em; +} + +/* Theme Menu Popup */ + +.theme-popup { + position: absolute; + left: 10px; + top: var(--menu-bar-height); + z-index: 1000; + border-radius: 4px; + font-size: 0.7em; + color: var(--fg); + background: var(--theme-popup-bg); + border: 1px solid var(--theme-popup-border); + margin: 0; + padding: 0; + list-style: none; + display: none; + /* Don't let the children's background extend past the rounded corners. */ + overflow: hidden; +} +[dir=rtl] .theme-popup { left: unset; right: 10px; } +.theme-popup .default { + color: var(--icons); +} +.theme-popup .theme { + width: 100%; + border: 0; + margin: 0; + padding: 2px 20px; + line-height: 25px; + white-space: nowrap; + text-align: start; + cursor: pointer; + color: inherit; + background: inherit; + font-size: inherit; +} +.theme-popup .theme:hover { + background-color: var(--theme-hover); +} + +.theme-selected::before { + display: inline-block; + content: "✓"; + margin-inline-start: -14px; + width: 14px; +} diff --git a/docs/css/general-2459343d.css b/docs/css/general-2459343d.css new file mode 100644 index 0000000..df8a3ef --- /dev/null +++ b/docs/css/general-2459343d.css @@ -0,0 +1,408 @@ +/* Base styles and content styles */ + +:root { + /* Browser default font-size is 16px, this way 1 rem = 10px */ + font-size: 62.5%; + color-scheme: var(--color-scheme); +} + +html { + font-family: "Open Sans", sans-serif; + color: var(--fg); + background-color: var(--bg); + text-size-adjust: none; + -webkit-text-size-adjust: none; +} + +body { + margin: 0; + font-size: 1.6rem; + overflow-x: hidden; +} + +code { + font-family: var(--mono-font) !important; + font-size: var(--code-font-size); + direction: ltr !important; +} + +/* make long words/inline code not x overflow */ +main { + overflow-wrap: break-word; +} + +/* make wide tables scroll if they overflow */ +.table-wrapper { + overflow-x: auto; +} + +/* Don't change font size in headers. */ +h1 code, h2 code, h3 code, h4 code, h5 code, h6 code { + font-size: unset; +} + +.left { float: left; } +.right { float: right; } +.boring { opacity: 0.6; } +.hide-boring .boring { display: none; } +.hidden { display: none !important; } + +h2, h3 { margin-block-start: 2.5em; } +h4, h5 { margin-block-start: 2em; } + +.header + .header h3, +.header + .header h4, +.header + .header h5 { + margin-block-start: 1em; +} + +h1:target::before, +h2:target::before, +h3:target::before, +h4:target::before, +h5:target::before, +h6:target::before, +dt:target::before { + display: inline-block; + content: "»"; + margin-inline-start: -30px; + width: 30px; +} + +/* This is broken on Safari as of version 14, but is fixed + in Safari Technology Preview 117 which I think will be Safari 14.2. + https://bugs.webkit.org/show_bug.cgi?id=218076 +*/ +:target { + /* Safari does not support logical properties */ + scroll-margin-top: calc(var(--menu-bar-height) + 0.5em); +} + +.page { + outline: 0; + padding: 0 var(--page-padding); + margin-block-start: calc(0px - var(--menu-bar-height)); /* Compensate for the #mdbook-menu-bar-hover-placeholder */ +} +.page-wrapper { + box-sizing: border-box; + background-color: var(--bg); +} +html:not(.js) .page-wrapper, +.js:not(.sidebar-resizing) .page-wrapper { + transition: margin-left 0.3s ease, transform 0.3s ease; /* Animation: slide away */ +} +[dir=rtl]:not(.js) .page-wrapper, +[dir=rtl].js:not(.sidebar-resizing) .page-wrapper { + transition: margin-right 0.3s ease, transform 0.3s ease; /* Animation: slide away */ +} + +.content { + overflow-y: auto; + padding: 0 5px 50px 5px; +} +.content main { + margin-inline-start: auto; + margin-inline-end: auto; + max-width: var(--content-max-width); +} +.content p { line-height: 1.45em; } +.content ol { line-height: 1.45em; } +.content ul { line-height: 1.45em; } +.content a { text-decoration: none; } +.content a:hover { text-decoration: underline; } +.content img, .content video { max-width: 100%; } +.content .header:link, +.content .header:visited { + color: var(--fg); +} +.content .header:link, +.content .header:visited:hover { + text-decoration: none; +} + +table { + margin: 0 auto; + border-collapse: collapse; +} +table td { + padding: 3px 20px; + border: 1px var(--table-border-color) solid; +} +table thead { + background: var(--table-header-bg); +} +table thead td { + font-weight: 700; + border: none; +} +table thead th { + padding: 3px 20px; +} +table thead tr { + border: 1px var(--table-header-bg) solid; +} +/* Alternate background colors for rows */ +table tbody tr:nth-child(2n) { + background: var(--table-alternate-bg); +} + + +blockquote { + margin: 20px 0; + padding: 0 20px; + color: var(--fg); + background-color: var(--quote-bg); + border-block-start: .1em solid var(--quote-border); + border-block-end: .1em solid var(--quote-border); +} + +/* TODO: Remove .warning in a future version of mdbook, it is replaced by +blockquote tags. */ +.warning { + margin: 20px; + padding: 0 20px; + border-inline-start: 2px solid var(--warning-border); +} + +.warning:before { + position: absolute; + width: 3rem; + height: 3rem; + margin-inline-start: calc(-1.5rem - 21px); + content: "ⓘ"; + text-align: center; + background-color: var(--bg); + color: var(--warning-border); + font-weight: bold; + font-size: 2rem; +} + +blockquote .warning:before { + background-color: var(--quote-bg); +} + +kbd { + background-color: var(--table-border-color); + border-radius: 4px; + border: solid 1px var(--theme-popup-border); + box-shadow: inset 0 -1px 0 var(--theme-hover); + display: inline-block; + font-size: var(--code-font-size); + font-family: var(--mono-font); + line-height: 10px; + padding: 4px 5px; + vertical-align: middle; +} + +sup { + /* Set the line-height for superscript and footnote references so that there + isn't an awkward space appearing above lines that contain the footnote. + + See https://github.com/rust-lang/mdBook/pull/2443#discussion_r1813773583 + for an explanation. + */ + line-height: 0; +} + +.footnote-definition { + font-size: 0.9em; +} +/* The default spacing for a list is a little too large. */ +.footnote-definition ul, +.footnote-definition ol { + padding-left: 20px; +} +.footnote-definition > li { + /* Required to position the ::before target */ + position: relative; +} +.footnote-definition > li:target { + scroll-margin-top: 50vh; +} +.footnote-reference:target { + scroll-margin-top: 50vh; +} +/* Draws a border around the footnote (including the marker) when it is selected. + TODO: If there are multiple linkbacks, highlight which one you just came + from so you know which one to click. +*/ +.footnote-definition > li:target::before { + border: 2px solid var(--footnote-highlight); + border-radius: 6px; + position: absolute; + top: -8px; + right: -8px; + bottom: -8px; + left: -32px; + pointer-events: none; + content: ""; +} +/* Pulses the footnote reference so you can quickly see where you left off reading. + This could use some improvement. +*/ +@media not (prefers-reduced-motion) { + .footnote-reference:target { + animation: fn-highlight 0.8s; + border-radius: 2px; + } + + @keyframes fn-highlight { + from { + background-color: var(--footnote-highlight); + } + } +} + +.tooltiptext { + position: absolute; + visibility: hidden; + color: #fff; + background-color: #333; + transform: translateX(-50%); /* Center by moving tooltip 50% of its width left */ + left: -8px; /* Half of the width of the icon */ + top: -35px; + font-size: 0.8em; + text-align: center; + border-radius: 6px; + padding: 5px 8px; + margin: 5px; + z-index: 1000; +} +.tooltipped .tooltiptext { + visibility: visible; +} + +.chapter li.part-title { + color: var(--sidebar-fg); + margin: 5px 0px; + font-weight: bold; +} + +.result-no-output { + font-style: italic; +} + +.fa-svg svg { + width: 1em; + height: 1em; + fill: currentColor; + margin-bottom: -0.1em; +} + +dt { + font-weight: bold; + margin-top: 0.5em; + margin-bottom: 0.1em; +} + +/* This uses a CSS counter to add numbers to definitions, but only if there is + more than one definition. */ +dl, dt { + counter-reset: dd-counter; +} + +/* When there is more than one definition, increment the counter. The first +selector selects the first definition, and the second one selects definitions +2 and beyond.*/ +dd:has(+ dd), dd + dd { + counter-increment: dd-counter; + /* Use flex display to help with positioning the numbers when there is a p + tag inside the definition. */ + display: flex; + align-items: flex-start; +} + +/* Shows the counter for definitions. The first selector selects the first +definition, and the second one selections definitions 2 and beyond.*/ +dd:has(+ dd)::before, dd + dd::before { + content: counter(dd-counter) ". "; + font-weight: 600; + display: inline-block; + margin-right: 0.5em; +} + +dd > p { + /* For loose definitions that have a p tag inside, don't add a bunch of + space before the definition. */ + margin-top: 0; +} + +/* Remove some excess space from the bottom. */ +.blockquote-tag p:last-child { + margin-bottom: 2px; +} + +.blockquote-tag { + /* Add some padding to make the vertical bar a little taller than the text.*/ + padding: 2px 0px 2px 20px; + /* Add a solid color bar on the left side. */ + border-inline-start-style: solid; + border-inline-start-width: 4px; + /* Disable the background color from normal blockquotes . */ + background-color: inherit; + /* Disable border blocks from blockquotes. */ + border-block-start: none; + border-block-end: none; +} + +.blockquote-tag-title svg { + fill: currentColor; + /* Add space between the icon and the title. */ + margin-right: 8px; +} + +.blockquote-tag-note { + border-inline-start-color: var(--blockquote-note-color); +} + +.blockquote-tag-tip { + border-inline-start-color: var(--blockquote-tip-color); +} + +.blockquote-tag-important { + border-inline-start-color: var(--blockquote-important-color); +} + +.blockquote-tag-warning { + border-inline-start-color: var(--blockquote-warning-color); +} + +.blockquote-tag-caution { + border-inline-start-color: var(--blockquote-caution-color); +} + +.blockquote-tag-note .blockquote-tag-title { + color: var(--blockquote-note-color); +} + +.blockquote-tag-tip .blockquote-tag-title { + color: var(--blockquote-tip-color); +} + +.blockquote-tag-important .blockquote-tag-title { + color: var(--blockquote-important-color); +} + +.blockquote-tag-warning .blockquote-tag-title { + color: var(--blockquote-warning-color); +} + +.blockquote-tag-caution .blockquote-tag-title { + color: var(--blockquote-caution-color); +} + +.blockquote-tag-title { + /* Slightly increase the weight for more emphasis. */ + font-weight: 600; + /* Vertically center the icon with the text. */ + display: flex; + align-items: center; + /* Remove default large margins for a more compact display. */ + margin: 2px 0 8px 0; +} + +.blockquote-tag-title .fa-svg { + fill: currentColor; + /* Add some space between the icon and the text. */ + margin-right: 8px; +} diff --git a/docs/css/general.css b/docs/css/general.css new file mode 100644 index 0000000..7670b08 --- /dev/null +++ b/docs/css/general.css @@ -0,0 +1,232 @@ +/* Base styles and content styles */ + +:root { + /* Browser default font-size is 16px, this way 1 rem = 10px */ + font-size: 62.5%; + color-scheme: var(--color-scheme); +} + +html { + font-family: "Open Sans", sans-serif; + color: var(--fg); + background-color: var(--bg); + text-size-adjust: none; + -webkit-text-size-adjust: none; +} + +body { + margin: 0; + font-size: 1.6rem; + overflow-x: hidden; +} + +code { + font-family: var(--mono-font) !important; + font-size: var(--code-font-size); + direction: ltr !important; +} + +/* make long words/inline code not x overflow */ +main { + overflow-wrap: break-word; +} + +/* make wide tables scroll if they overflow */ +.table-wrapper { + overflow-x: auto; +} + +/* Don't change font size in headers. */ +h1 code, h2 code, h3 code, h4 code, h5 code, h6 code { + font-size: unset; +} + +.left { float: left; } +.right { float: right; } +.boring { opacity: 0.6; } +.hide-boring .boring { display: none; } +.hidden { display: none !important; } + +h2, h3 { margin-block-start: 2.5em; } +h4, h5 { margin-block-start: 2em; } + +.header + .header h3, +.header + .header h4, +.header + .header h5 { + margin-block-start: 1em; +} + +h1:target::before, +h2:target::before, +h3:target::before, +h4:target::before, +h5:target::before, +h6:target::before { + display: inline-block; + content: "»"; + margin-inline-start: -30px; + width: 30px; +} + +/* This is broken on Safari as of version 14, but is fixed + in Safari Technology Preview 117 which I think will be Safari 14.2. + https://bugs.webkit.org/show_bug.cgi?id=218076 +*/ +:target { + /* Safari does not support logical properties */ + scroll-margin-top: calc(var(--menu-bar-height) + 0.5em); +} + +.page { + outline: 0; + padding: 0 var(--page-padding); + margin-block-start: calc(0px - var(--menu-bar-height)); /* Compensate for the #menu-bar-hover-placeholder */ +} +.page-wrapper { + box-sizing: border-box; + background-color: var(--bg); +} +.no-js .page-wrapper, +.js:not(.sidebar-resizing) .page-wrapper { + transition: margin-left 0.3s ease, transform 0.3s ease; /* Animation: slide away */ +} +[dir=rtl] .js:not(.sidebar-resizing) .page-wrapper { + transition: margin-right 0.3s ease, transform 0.3s ease; /* Animation: slide away */ +} + +.content { + overflow-y: auto; + padding: 0 5px 50px 5px; +} +.content main { + margin-inline-start: auto; + margin-inline-end: auto; + max-width: var(--content-max-width); +} +.content p { line-height: 1.45em; } +.content ol { line-height: 1.45em; } +.content ul { line-height: 1.45em; } +.content a { text-decoration: none; } +.content a:hover { text-decoration: underline; } +.content img, .content video { max-width: 100%; } +.content .header:link, +.content .header:visited { + color: var(--fg); +} +.content .header:link, +.content .header:visited:hover { + text-decoration: none; +} + +table { + margin: 0 auto; + border-collapse: collapse; +} +table td { + padding: 3px 20px; + border: 1px var(--table-border-color) solid; +} +table thead { + background: var(--table-header-bg); +} +table thead td { + font-weight: 700; + border: none; +} +table thead th { + padding: 3px 20px; +} +table thead tr { + border: 1px var(--table-header-bg) solid; +} +/* Alternate background colors for rows */ +table tbody tr:nth-child(2n) { + background: var(--table-alternate-bg); +} + + +blockquote { + margin: 20px 0; + padding: 0 20px; + color: var(--fg); + background-color: var(--quote-bg); + border-block-start: .1em solid var(--quote-border); + border-block-end: .1em solid var(--quote-border); +} + +.warning { + margin: 20px; + padding: 0 20px; + border-inline-start: 2px solid var(--warning-border); +} + +.warning:before { + position: absolute; + width: 3rem; + height: 3rem; + margin-inline-start: calc(-1.5rem - 21px); + content: "ⓘ"; + text-align: center; + background-color: var(--bg); + color: var(--warning-border); + font-weight: bold; + font-size: 2rem; +} + +blockquote .warning:before { + background-color: var(--quote-bg); +} + +kbd { + background-color: var(--table-border-color); + border-radius: 4px; + border: solid 1px var(--theme-popup-border); + box-shadow: inset 0 -1px 0 var(--theme-hover); + display: inline-block; + font-size: var(--code-font-size); + font-family: var(--mono-font); + line-height: 10px; + padding: 4px 5px; + vertical-align: middle; +} + +:not(.footnote-definition) + .footnote-definition, +.footnote-definition + :not(.footnote-definition) { + margin-block-start: 2em; +} +.footnote-definition { + font-size: 0.9em; + margin: 0.5em 0; +} +.footnote-definition p { + display: inline; +} + +.tooltiptext { + position: absolute; + visibility: hidden; + color: #fff; + background-color: #333; + transform: translateX(-50%); /* Center by moving tooltip 50% of its width left */ + left: -8px; /* Half of the width of the icon */ + top: -35px; + font-size: 0.8em; + text-align: center; + border-radius: 6px; + padding: 5px 8px; + margin: 5px; + z-index: 1000; +} +.tooltipped .tooltiptext { + visibility: visible; +} + +.chapter li.part-title { + color: var(--sidebar-fg); + margin: 5px 0px; + font-weight: bold; +} + +.result-no-output { + font-style: italic; +} diff --git a/docs/css/print-9e4910d8.css b/docs/css/print-9e4910d8.css new file mode 100644 index 0000000..2004384 --- /dev/null +++ b/docs/css/print-9e4910d8.css @@ -0,0 +1,50 @@ + +#mdbook-sidebar, +#mdbook-menu-bar, +.nav-chapters, +.mobile-nav-chapters { + display: none; +} + +#mdbook-page-wrapper.page-wrapper { + transform: none !important; + margin-inline-start: 0px; + overflow-y: initial; +} + +#mdbook-content { + max-width: none; + margin: 0; + padding: 0; +} + +.page { + overflow-y: initial; +} + +code { + direction: ltr !important; +} + +pre > .buttons { + z-index: 2; +} + +a, a:visited, a:active, a:hover { + color: #4183c4; + text-decoration: none; +} + +h1, h2, h3, h4, h5, h6 { + page-break-inside: avoid; + page-break-after: avoid; +} + +pre, code { + page-break-inside: avoid; + white-space: pre-wrap; +} + +.fa { + display: none !important; +} diff --git a/docs/css/print.css b/docs/css/print.css new file mode 100644 index 0000000..80ec3a5 --- /dev/null +++ b/docs/css/print.css @@ -0,0 +1,50 @@ + +#sidebar, +#menu-bar, +.nav-chapters, +.mobile-nav-chapters { + display: none; +} + +#page-wrapper.page-wrapper { + transform: none !important; + margin-inline-start: 0px; + overflow-y: initial; +} + +#content { + max-width: none; + margin: 0; + padding: 0; +} + +.page { + overflow-y: initial; +} + +code { + direction: ltr !important; +} + +pre > .buttons { + z-index: 2; +} + +a, a:visited, a:active, a:hover { + color: #4183c4; + text-decoration: none; +} + +h1, h2, h3, h4, h5, h6 { + page-break-inside: avoid; + page-break-after: avoid; +} + +pre, code { + page-break-inside: avoid; + white-space: pre-wrap; +} + +.fa { + display: none !important; +} diff --git a/docs/css/variables-8adf115d.css b/docs/css/variables-8adf115d.css new file mode 100644 index 0000000..af5023b --- /dev/null +++ b/docs/css/variables-8adf115d.css @@ -0,0 +1,383 @@ + +/* Globals */ + +:root { + --sidebar-target-width: 300px; + --sidebar-width: min(var(--sidebar-target-width), 80vw); + --sidebar-resize-indicator-width: 8px; + --sidebar-resize-indicator-space: 2px; + --page-padding: 15px; + --content-max-width: 750px; + --menu-bar-height: 50px; + --mono-font: "Source Code Pro", Consolas, "Ubuntu Mono", Menlo, "DejaVu Sans Mono", monospace, monospace; + --code-font-size: 0.875em; /* please adjust the ace font size accordingly in editor.js */ + --searchbar-margin-block-start: 5px; +} + +/* Themes */ + +.ayu { + --bg: hsl(210, 25%, 8%); + --fg: #c5c5c5; + + --sidebar-bg: #14191f; + --sidebar-fg: #c8c9db; + --sidebar-non-existant: #5c6773; + --sidebar-active: #ffb454; + --sidebar-spacer: #2d334f; + + --scrollbar: var(--sidebar-fg); + + --icons: #737480; + --icons-hover: #b7b9cc; + + --links: #0096cf; + + --inline-code-color: #ffb454; + + --theme-popup-bg: #14191f; + --theme-popup-border: #5c6773; + --theme-hover: #191f26; + + --quote-bg: hsl(226, 15%, 17%); + --quote-border: hsl(226, 15%, 22%); + + --warning-border: #ff8e00; + + --table-border-color: hsl(210, 25%, 13%); + --table-header-bg: hsl(210, 25%, 28%); + --table-alternate-bg: hsl(210, 25%, 11%); + + --searchbar-border-color: #848484; + --searchbar-bg: #424242; + --searchbar-fg: #fff; + --searchbar-shadow-color: #d4c89f; + --searchresults-header-fg: #666; + --searchresults-border-color: #888; + --searchresults-li-bg: #252932; + --search-mark-bg: #e3b171; + + --color-scheme: dark; + + /* Same as `--icons` */ + --copy-button-filter: invert(45%) sepia(6%) saturate(621%) hue-rotate(198deg) brightness(99%) contrast(85%); + /* Same as `--sidebar-active` */ + --copy-button-filter-hover: invert(68%) sepia(55%) saturate(531%) hue-rotate(341deg) brightness(104%) contrast(101%); + + --footnote-highlight: #2668a6; + + --overlay-bg: rgba(33, 40, 48, 0.4); + + --blockquote-note-color: #74b9ff; + --blockquote-tip-color: #09ca09; + --blockquote-important-color: #d3abff; + --blockquote-warning-color: #f0b72f; + --blockquote-caution-color: #f21424; + + --sidebar-header-border-color: #c18639; +} + +.coal { + --bg: hsl(200, 7%, 8%); + --fg: #98a3ad; + + --sidebar-bg: #292c2f; + --sidebar-fg: #a1adb8; + --sidebar-non-existant: #505254; + --sidebar-active: #3473ad; + --sidebar-spacer: #393939; + + --scrollbar: var(--sidebar-fg); + + --icons: #43484d; + --icons-hover: #b3c0cc; + + --links: #2b79a2; + + --inline-code-color: #c5c8c6; + + --theme-popup-bg: #141617; + --theme-popup-border: #43484d; + --theme-hover: #1f2124; + + --quote-bg: hsl(234, 21%, 18%); + --quote-border: hsl(234, 21%, 23%); + + --warning-border: #ff8e00; + + --table-border-color: hsl(200, 7%, 13%); + --table-header-bg: hsl(200, 7%, 28%); + --table-alternate-bg: hsl(200, 7%, 11%); + + --searchbar-border-color: #aaa; + --searchbar-bg: #b7b7b7; + --searchbar-fg: #000; + --searchbar-shadow-color: #aaa; + --searchresults-header-fg: #666; + --searchresults-border-color: #98a3ad; + --searchresults-li-bg: #2b2b2f; + --search-mark-bg: #355c7d; + + --color-scheme: dark; + + /* Same as `--icons` */ + --copy-button-filter: invert(26%) sepia(8%) saturate(575%) hue-rotate(169deg) brightness(87%) contrast(82%); + /* Same as `--sidebar-active` */ + --copy-button-filter-hover: invert(36%) sepia(70%) saturate(503%) hue-rotate(167deg) brightness(98%) contrast(89%); + + --footnote-highlight: #4079ae; + + --overlay-bg: rgba(33, 40, 48, 0.4); + + --blockquote-note-color: #4493f8; + --blockquote-tip-color: #08ae08; + --blockquote-important-color: #ab7df8; + --blockquote-warning-color: #d29922; + --blockquote-caution-color: #d91b29; + + --sidebar-header-border-color: #3473ad; +} + +.light, html:not(.js) { + --bg: hsl(0, 0%, 100%); + --fg: hsl(0, 0%, 0%); + + --sidebar-bg: #fafafa; + --sidebar-fg: hsl(0, 0%, 0%); + --sidebar-non-existant: #aaaaaa; + --sidebar-active: #1f1fff; + --sidebar-spacer: #f4f4f4; + + --scrollbar: #8F8F8F; + + --icons: #747474; + --icons-hover: #000000; + + --links: #20609f; + + --inline-code-color: #301900; + + --theme-popup-bg: #fafafa; + --theme-popup-border: #cccccc; + --theme-hover: #e6e6e6; + + --quote-bg: hsl(197, 37%, 96%); + --quote-border: hsl(197, 37%, 91%); + + --warning-border: #ff8e00; + + --table-border-color: hsl(0, 0%, 95%); + --table-header-bg: hsl(0, 0%, 80%); + --table-alternate-bg: hsl(0, 0%, 97%); + + --searchbar-border-color: #aaa; + --searchbar-bg: #fafafa; + --searchbar-fg: #000; + --searchbar-shadow-color: #aaa; + --searchresults-header-fg: #666; + --searchresults-border-color: #888; + --searchresults-li-bg: #e4f2fe; + --search-mark-bg: #a2cff5; + + --color-scheme: light; + + /* Same as `--icons` */ + --copy-button-filter: invert(45.49%); + /* Same as `--sidebar-active` */ + --copy-button-filter-hover: invert(14%) sepia(93%) saturate(4250%) hue-rotate(243deg) brightness(99%) contrast(130%); + + --footnote-highlight: #7e7eff; + + --overlay-bg: rgba(200, 200, 205, 0.4); + + --blockquote-note-color: #0969da; + --blockquote-tip-color: #008000; + --blockquote-important-color: #8250df; + --blockquote-warning-color: #9a6700; + --blockquote-caution-color: #b52731; + + --sidebar-header-border-color: #6e6edb; +} + +.navy { + --bg: hsl(226, 23%, 11%); + --fg: #bcbdd0; + + --sidebar-bg: #282d3f; + --sidebar-fg: #c8c9db; + --sidebar-non-existant: #505274; + --sidebar-active: #2b79a2; + --sidebar-spacer: #2d334f; + + --scrollbar: var(--sidebar-fg); + + --icons: #737480; + --icons-hover: #b7b9cc; + + --links: #2b79a2; + + --inline-code-color: #c5c8c6; + + --theme-popup-bg: #161923; + --theme-popup-border: #737480; + --theme-hover: #282e40; + + --quote-bg: hsl(226, 15%, 17%); + --quote-border: hsl(226, 15%, 22%); + + --warning-border: #ff8e00; + + --table-border-color: hsl(226, 23%, 16%); + --table-header-bg: hsl(226, 23%, 31%); + --table-alternate-bg: hsl(226, 23%, 14%); + + --searchbar-border-color: #aaa; + --searchbar-bg: #aeaec6; + --searchbar-fg: #000; + --searchbar-shadow-color: #aaa; + --searchresults-header-fg: #5f5f71; + --searchresults-border-color: #5c5c68; + --searchresults-li-bg: #242430; + --search-mark-bg: #a2cff5; + + --color-scheme: dark; + + /* Same as `--icons` */ + --copy-button-filter: invert(51%) sepia(10%) saturate(393%) hue-rotate(198deg) brightness(86%) contrast(87%); + /* Same as `--sidebar-active` */ + --copy-button-filter-hover: invert(46%) sepia(20%) saturate(1537%) hue-rotate(156deg) brightness(85%) contrast(90%); + + --footnote-highlight: #4079ae; + + --overlay-bg: rgba(33, 40, 48, 0.4); + + --blockquote-note-color: #4493f8; + --blockquote-tip-color: #09ca09; + --blockquote-important-color: #ab7df8; + --blockquote-warning-color: #d29922; + --blockquote-caution-color: #f21424; + + --sidebar-header-border-color: #2f6ab5; +} + +.rust { + --bg: hsl(60, 9%, 87%); + --fg: #262625; + + --sidebar-bg: #3b2e2a; + --sidebar-fg: #c8c9db; + --sidebar-non-existant: #505254; + --sidebar-active: #e69f67; + --sidebar-spacer: #45373a; + + --scrollbar: var(--sidebar-fg); + + --icons: #737480; + --icons-hover: #262625; + + --links: #2b79a2; + + --inline-code-color: #6e6b5e; + + --theme-popup-bg: #e1e1db; + --theme-popup-border: #b38f6b; + --theme-hover: #99908a; + + --quote-bg: hsl(60, 5%, 75%); + --quote-border: hsl(60, 5%, 70%); + + --warning-border: #ff8e00; + + --table-border-color: hsl(60, 9%, 82%); + --table-header-bg: #b3a497; + --table-alternate-bg: hsl(60, 9%, 84%); + + --searchbar-border-color: #aaa; + --searchbar-bg: #fafafa; + --searchbar-fg: #000; + --searchbar-shadow-color: #aaa; + --searchresults-header-fg: #666; + --searchresults-border-color: #888; + --searchresults-li-bg: #dec2a2; + --search-mark-bg: #e69f67; + + /* Same as `--icons` */ + --copy-button-filter: invert(51%) sepia(10%) saturate(393%) hue-rotate(198deg) brightness(86%) contrast(87%); + /* Same as `--sidebar-active` */ + --copy-button-filter-hover: invert(77%) sepia(16%) saturate(1798%) hue-rotate(328deg) brightness(98%) contrast(83%); + + --footnote-highlight: #d3a17a; + + --overlay-bg: rgba(150, 150, 150, 0.25); + + --blockquote-note-color: #023b95; + --blockquote-tip-color: #007700; + --blockquote-important-color: #8250df; + --blockquote-warning-color: #603700; + --blockquote-caution-color: #aa1721; + + --sidebar-header-border-color: #8c391f; +} + +@media (prefers-color-scheme: dark) { + html:not(.js) { + --bg: hsl(200, 7%, 8%); + --fg: #98a3ad; + + --sidebar-bg: #292c2f; + --sidebar-fg: #a1adb8; + --sidebar-non-existant: #505254; + --sidebar-active: #3473ad; + --sidebar-spacer: #393939; + + --scrollbar: var(--sidebar-fg); + + --icons: #43484d; + --icons-hover: #b3c0cc; + + --links: #2b79a2; + + --inline-code-color: #c5c8c6; + + --theme-popup-bg: #141617; + --theme-popup-border: #43484d; + --theme-hover: #1f2124; + + --quote-bg: hsl(234, 21%, 18%); + --quote-border: hsl(234, 21%, 23%); + + --warning-border: #ff8e00; + + --table-border-color: hsl(200, 7%, 13%); + --table-header-bg: hsl(200, 7%, 28%); + --table-alternate-bg: hsl(200, 7%, 11%); + + --searchbar-border-color: #aaa; + --searchbar-bg: #b7b7b7; + --searchbar-fg: #000; + --searchbar-shadow-color: #aaa; + --searchresults-header-fg: #666; + --searchresults-border-color: #98a3ad; + --searchresults-li-bg: #2b2b2f; + --search-mark-bg: #355c7d; + + --color-scheme: dark; + + /* Same as `--icons` */ + --copy-button-filter: invert(26%) sepia(8%) saturate(575%) hue-rotate(169deg) brightness(87%) contrast(82%); + /* Same as `--sidebar-active` */ + --copy-button-filter-hover: invert(36%) sepia(70%) saturate(503%) hue-rotate(167deg) brightness(98%) contrast(89%); + + --footnote-highlight: #4079ae; + + --overlay-bg: rgba(33, 40, 48, 0.4); + + --blockquote-note-color: #4493f8; + --blockquote-tip-color: #08ae08; + --blockquote-important-color: #ab7df8; + --blockquote-warning-color: #d29922; + --blockquote-caution-color: #d91b29; + + --sidebar-header-border-color: #3473ad; + } +} diff --git a/docs/css/variables.css b/docs/css/variables.css new file mode 100644 index 0000000..0da55e8 --- /dev/null +++ b/docs/css/variables.css @@ -0,0 +1,279 @@ + +/* Globals */ + +:root { + --sidebar-width: 300px; + --sidebar-resize-indicator-width: 8px; + --sidebar-resize-indicator-space: 2px; + --page-padding: 15px; + --content-max-width: 750px; + --menu-bar-height: 50px; + --mono-font: "Source Code Pro", Consolas, "Ubuntu Mono", Menlo, "DejaVu Sans Mono", monospace, monospace; + --code-font-size: 0.875em /* please adjust the ace font size accordingly in editor.js */ +} + +/* Themes */ + +.ayu { + --bg: hsl(210, 25%, 8%); + --fg: #c5c5c5; + + --sidebar-bg: #14191f; + --sidebar-fg: #c8c9db; + --sidebar-non-existant: #5c6773; + --sidebar-active: #ffb454; + --sidebar-spacer: #2d334f; + + --scrollbar: var(--sidebar-fg); + + --icons: #737480; + --icons-hover: #b7b9cc; + + --links: #0096cf; + + --inline-code-color: #ffb454; + + --theme-popup-bg: #14191f; + --theme-popup-border: #5c6773; + --theme-hover: #191f26; + + --quote-bg: hsl(226, 15%, 17%); + --quote-border: hsl(226, 15%, 22%); + + --warning-border: #ff8e00; + + --table-border-color: hsl(210, 25%, 13%); + --table-header-bg: hsl(210, 25%, 28%); + --table-alternate-bg: hsl(210, 25%, 11%); + + --searchbar-border-color: #848484; + --searchbar-bg: #424242; + --searchbar-fg: #fff; + --searchbar-shadow-color: #d4c89f; + --searchresults-header-fg: #666; + --searchresults-border-color: #888; + --searchresults-li-bg: #252932; + --search-mark-bg: #e3b171; + + --color-scheme: dark; +} + +.coal { + --bg: hsl(200, 7%, 8%); + --fg: #98a3ad; + + --sidebar-bg: #292c2f; + --sidebar-fg: #a1adb8; + --sidebar-non-existant: #505254; + --sidebar-active: #3473ad; + --sidebar-spacer: #393939; + + --scrollbar: var(--sidebar-fg); + + --icons: #43484d; + --icons-hover: #b3c0cc; + + --links: #2b79a2; + + --inline-code-color: #c5c8c6; + + --theme-popup-bg: #141617; + --theme-popup-border: #43484d; + --theme-hover: #1f2124; + + --quote-bg: hsl(234, 21%, 18%); + --quote-border: hsl(234, 21%, 23%); + + --warning-border: #ff8e00; + + --table-border-color: hsl(200, 7%, 13%); + --table-header-bg: hsl(200, 7%, 28%); + --table-alternate-bg: hsl(200, 7%, 11%); + + --searchbar-border-color: #aaa; + --searchbar-bg: #b7b7b7; + --searchbar-fg: #000; + --searchbar-shadow-color: #aaa; + --searchresults-header-fg: #666; + --searchresults-border-color: #98a3ad; + --searchresults-li-bg: #2b2b2f; + --search-mark-bg: #355c7d; + + --color-scheme: dark; +} + +.light { + --bg: hsl(0, 0%, 100%); + --fg: hsl(0, 0%, 0%); + + --sidebar-bg: #fafafa; + --sidebar-fg: hsl(0, 0%, 0%); + --sidebar-non-existant: #aaaaaa; + --sidebar-active: #1f1fff; + --sidebar-spacer: #f4f4f4; + + --scrollbar: #8F8F8F; + + --icons: #747474; + --icons-hover: #000000; + + --links: #20609f; + + --inline-code-color: #301900; + + --theme-popup-bg: #fafafa; + --theme-popup-border: #cccccc; + --theme-hover: #e6e6e6; + + --quote-bg: hsl(197, 37%, 96%); + --quote-border: hsl(197, 37%, 91%); + + --warning-border: #ff8e00; + + --table-border-color: hsl(0, 0%, 95%); + --table-header-bg: hsl(0, 0%, 80%); + --table-alternate-bg: hsl(0, 0%, 97%); + + --searchbar-border-color: #aaa; + --searchbar-bg: #fafafa; + --searchbar-fg: #000; + --searchbar-shadow-color: #aaa; + --searchresults-header-fg: #666; + --searchresults-border-color: #888; + --searchresults-li-bg: #e4f2fe; + --search-mark-bg: #a2cff5; + + --color-scheme: light; +} + +.navy { + --bg: hsl(226, 23%, 11%); + --fg: #bcbdd0; + + --sidebar-bg: #282d3f; + --sidebar-fg: #c8c9db; + --sidebar-non-existant: #505274; + --sidebar-active: #2b79a2; + --sidebar-spacer: #2d334f; + + --scrollbar: var(--sidebar-fg); + + --icons: #737480; + --icons-hover: #b7b9cc; + + --links: #2b79a2; + + --inline-code-color: #c5c8c6; + + --theme-popup-bg: #161923; + --theme-popup-border: #737480; + --theme-hover: #282e40; + + --quote-bg: hsl(226, 15%, 17%); + --quote-border: hsl(226, 15%, 22%); + + --warning-border: #ff8e00; + + --table-border-color: hsl(226, 23%, 16%); + --table-header-bg: hsl(226, 23%, 31%); + --table-alternate-bg: hsl(226, 23%, 14%); + + --searchbar-border-color: #aaa; + --searchbar-bg: #aeaec6; + --searchbar-fg: #000; + --searchbar-shadow-color: #aaa; + --searchresults-header-fg: #5f5f71; + --searchresults-border-color: #5c5c68; + --searchresults-li-bg: #242430; + --search-mark-bg: #a2cff5; + + --color-scheme: dark; +} + +.rust { + --bg: hsl(60, 9%, 87%); + --fg: #262625; + + --sidebar-bg: #3b2e2a; + --sidebar-fg: #c8c9db; + --sidebar-non-existant: #505254; + --sidebar-active: #e69f67; + --sidebar-spacer: #45373a; + + --scrollbar: var(--sidebar-fg); + + --icons: #737480; + --icons-hover: #262625; + + --links: #2b79a2; + + --inline-code-color: #6e6b5e; + + --theme-popup-bg: #e1e1db; + --theme-popup-border: #b38f6b; + --theme-hover: #99908a; + + --quote-bg: hsl(60, 5%, 75%); + --quote-border: hsl(60, 5%, 70%); + + --warning-border: #ff8e00; + + --table-border-color: hsl(60, 9%, 82%); + --table-header-bg: #b3a497; + --table-alternate-bg: hsl(60, 9%, 84%); + + --searchbar-border-color: #aaa; + --searchbar-bg: #fafafa; + --searchbar-fg: #000; + --searchbar-shadow-color: #aaa; + --searchresults-header-fg: #666; + --searchresults-border-color: #888; + --searchresults-li-bg: #dec2a2; + --search-mark-bg: #e69f67; + + --color-scheme: light; +} + +@media (prefers-color-scheme: dark) { + .light.no-js { + --bg: hsl(200, 7%, 8%); + --fg: #98a3ad; + + --sidebar-bg: #292c2f; + --sidebar-fg: #a1adb8; + --sidebar-non-existant: #505254; + --sidebar-active: #3473ad; + --sidebar-spacer: #393939; + + --scrollbar: var(--sidebar-fg); + + --icons: #43484d; + --icons-hover: #b3c0cc; + + --links: #2b79a2; + + --inline-code-color: #c5c8c6; + + --theme-popup-bg: #141617; + --theme-popup-border: #43484d; + --theme-hover: #1f2124; + + --quote-bg: hsl(234, 21%, 18%); + --quote-border: hsl(234, 21%, 23%); + + --warning-border: #ff8e00; + + --table-border-color: hsl(200, 7%, 13%); + --table-header-bg: hsl(200, 7%, 28%); + --table-alternate-bg: hsl(200, 7%, 11%); + + --searchbar-border-color: #aaa; + --searchbar-bg: #b7b7b7; + --searchbar-fg: #000; + --searchbar-shadow-color: #aaa; + --searchresults-header-fg: #666; + --searchresults-border-color: #98a3ad; + --searchresults-li-bg: #2b2b2f; + --search-mark-bg: #355c7d; + } +} diff --git a/docs/cucumber-bdd.html b/docs/cucumber-bdd.html new file mode 100644 index 0000000..320a691 --- /dev/null +++ b/docs/cucumber-bdd.html @@ -0,0 +1,303 @@ + + + + + + Cucumber/BDD Interface - Logos Blockchain Testing Framework Book + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + + +
+
+

Cucumber/BDD Interface

+

The Logos testing repo includes a small Cucumber (Gherkin) harness for “smoke” scenarios. It is useful when you want readable acceptance-style checks, but it intentionally exposes a limited surface area compared to Rust scenarios.

+
+

What Exists Today

+
    +
  • Step definitions live in testing-framework/cucumber.
  • +
  • The runnable entrypoints are binaries in examples (crate runner-examples): +
      +
    • cucumber_host (local/host deployer)
    • +
    • cucumber_compose (compose deployer)
    • +
    +
  • +
  • Feature files live in examples/cucumber/features/.
  • +
  • Supported deployers: local and compose (no k8s runner integration in Cucumber yet).
  • +
+
+

Example Feature (Matches Current Steps)

+

This is the shape used by the repo’s smoke features:

+
Feature: Testing Framework - Local Runner
+
+  Scenario: Run a local smoke scenario (tx + DA + liveness)
+    Given deployer is "local"
+    And topology has 1 validators and 1 executors
+    And run duration is 60 seconds
+    And wallets total funds is 1000000000 split across 50 users
+    And transactions rate is 1 per block
+    And data availability channel rate is 1 per block and blob rate is 1 per block
+    And expect consensus liveness
+    When run scenario
+    Then scenario should succeed
+
+
+

Running The Smoke Features

+

Local runner smoke:

+
POL_PROOF_DEV_MODE=true \
+cargo run -p runner-examples --bin cucumber_host
+
+

Compose runner smoke:

+
POL_PROOF_DEV_MODE=true \
+cargo run -p runner-examples --bin cucumber_compose
+
+
+

Available Steps (Current)

+

Topology / runner selection:

+
    +
  • Given deployer is "local"|"compose"
  • +
  • Given topology has <validators> validators and <executors> executors
  • +
+

Run configuration:

+
    +
  • Given run duration is <seconds> seconds
  • +
  • Given wallets total funds is <funds> split across <users> users
  • +
+

Workloads:

+
    +
  • Given transactions rate is <rate> per block
  • +
  • Given transactions rate is <rate> per block using <users> users
  • +
  • Given data availability channel rate is <channel_rate> per block and blob rate is <blob_rate> per block
  • +
+

Expectations:

+
    +
  • Given expect consensus liveness
  • +
  • Given consensus liveness lag allowance is <blocks>
  • +
+

Execution + assertion:

+
    +
  • When run scenario
  • +
  • Then scenario should succeed
  • +
+
+

Notes

+
    +
  • The Cucumber harness builds scenarios using the same core + workflow builder APIs as the Rust examples, so the same prerequisites apply (notably POL_PROOF_DEV_MODE=true for practical runs).
  • +
  • If you need more flexibility (custom workloads/expectations, richer checks, node control/chaos), write Rust scenarios instead: see Examples and Extending the Framework.
  • +
+ +
+ + +
+
+ + + +
+ + + + + + + + + + + + + + + + + + + +
+ + diff --git a/docs/custom-workload-example.html b/docs/custom-workload-example.html new file mode 100644 index 0000000..a675cd4 --- /dev/null +++ b/docs/custom-workload-example.html @@ -0,0 +1,356 @@ + + + + + + Example: New Workload & Expectation (Rust) - Logos Blockchain Testing Framework Book + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + + +
+
+

Example: New Workload & Expectation (Rust)

+

A minimal, end-to-end illustration of adding a custom workload and matching +expectation. This shows the shape of the traits and where to plug into the +framework; expand the logic to fit your real test.

+

Workload: simple reachability probe

+

Key ideas:

+
    +
  • name: identifies the workload in logs.
  • +
  • expectations: workloads can bundle defaults so callers don’t forget checks.
  • +
  • init: derive inputs from the generated topology (e.g., pick a target node).
  • +
  • start: drive async activity using the shared RunContext.
  • +
+
use async_trait::async_trait;
+use testing_framework_core::{
+    scenario::{DynError, Expectation, RunContext, RunMetrics, Workload},
+    topology::generation::GeneratedTopology,
+};
+
+pub struct ReachabilityWorkload {
+    target_idx: usize,
+}
+
+impl ReachabilityWorkload {
+    pub fn new(target_idx: usize) -> Self {
+        Self { target_idx }
+    }
+}
+
+#[async_trait]
+impl Workload for ReachabilityWorkload {
+    fn name(&self) -> &str {
+        "reachability_workload"
+    }
+
+    fn expectations(&self) -> Vec<Box<dyn Expectation>> {
+        vec![Box::new(
+            crate::custom_workload_example_expectation::ReachabilityExpectation::new(
+                self.target_idx,
+            ),
+        )]
+    }
+
+    fn init(
+        &mut self,
+        topology: &GeneratedTopology,
+        _run_metrics: &RunMetrics,
+    ) -> Result<(), DynError> {
+        if topology.validators().get(self.target_idx).is_none() {
+            return Err(Box::new(std::io::Error::new(
+                std::io::ErrorKind::Other,
+                "no validator at requested index",
+            )));
+        }
+        Ok(())
+    }
+
+    async fn start(&self, ctx: &RunContext) -> Result<(), DynError> {
+        let client = ctx
+            .node_clients()
+            .validator_clients()
+            .get(self.target_idx)
+            .ok_or_else(|| {
+                Box::new(std::io::Error::new(
+                    std::io::ErrorKind::Other,
+                    "missing target client",
+                )) as DynError
+            })?;
+
+        // Lightweight API call to prove reachability.
+        client
+            .consensus_info()
+            .await
+            .map(|_| ())
+            .map_err(|e| e.into())
+    }
+}
+

Expectation: confirm the target stayed reachable

+

Key ideas:

+
    +
  • start_capture: snapshot baseline if needed (not used here).
  • +
  • evaluate: assert the condition after workloads finish.
  • +
+
use async_trait::async_trait;
+use testing_framework_core::scenario::{DynError, Expectation, RunContext};
+
+pub struct ReachabilityExpectation {
+    target_idx: usize,
+}
+
+impl ReachabilityExpectation {
+    pub fn new(target_idx: usize) -> Self {
+        Self { target_idx }
+    }
+}
+
+#[async_trait]
+impl Expectation for ReachabilityExpectation {
+    fn name(&self) -> &str {
+        "target_reachable"
+    }
+
+    async fn evaluate(&mut self, ctx: &RunContext) -> Result<(), DynError> {
+        let client = ctx
+            .node_clients()
+            .validator_clients()
+            .get(self.target_idx)
+            .ok_or_else(|| {
+                Box::new(std::io::Error::new(
+                    std::io::ErrorKind::Other,
+                    "missing target client",
+                )) as DynError
+            })?;
+
+        client
+            .consensus_info()
+            .await
+            .map(|_| ())
+            .map_err(|e| e.into())
+    }
+}
+

How to wire it

+
    +
  • Build your scenario as usual and call .with_workload(ReachabilityWorkload::new(0)).
  • +
  • The bundled expectation is attached automatically; you can add more with +.with_expectation(...) if needed.
  • +
  • Keep the logic minimal and fast for smoke tests; grow it into richer probes +for deeper scenarios.
  • +
+ +
+ + +
+
+ + + +
+ + + + + + + + + + + + + + + + + + + +
+ + diff --git a/docs/design-rationale.html b/docs/design-rationale.html new file mode 100644 index 0000000..c2857d8 --- /dev/null +++ b/docs/design-rationale.html @@ -0,0 +1,236 @@ + + + + + + Design Rationale - Logos Blockchain Testing Framework Book + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + + +
+
+

Design Rationale

+
    +
  • Modular crates keep configuration, orchestration, workloads, and runners decoupled so each can evolve without breaking the others.
  • +
  • Pluggable runners let the same scenario run on a laptop, a Docker host, or a Kubernetes cluster, making validation portable across environments.
  • +
  • Separated workloads and expectations clarify intent: what traffic to generate versus how to judge success. This simplifies review and reuse.
  • +
  • Declarative topology makes cluster shape explicit and repeatable, reducing surprise when moving between CI and developer machines.
  • +
  • Maintainability through predictability: a clear flow from plan to deployment to verification lowers the cost of extending the framework and interpreting failures.
  • +
+ +
+ + +
+
+ + + +
+ + + + + + + + + + + + + + + + + + + +
+ + diff --git a/docs/dsl-cheat-sheet.html b/docs/dsl-cheat-sheet.html new file mode 100644 index 0000000..98203c8 --- /dev/null +++ b/docs/dsl-cheat-sheet.html @@ -0,0 +1,391 @@ + + + + + + Builder API Quick Reference - Logos Blockchain Testing Framework Book + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + + +
+
+

Builder API Quick Reference

+

Quick reference for the scenario builder DSL. All methods are chainable.

+

Imports

+
use std::time::Duration;
+
+use testing_framework_core::scenario::{Deployer, ScenarioBuilder};
+use testing_framework_runner_compose::ComposeDeployer;
+use testing_framework_runner_k8s::K8sDeployer;
+use testing_framework_runner_local::LocalDeployer;
+use testing_framework_workflows::{ChaosBuilderExt, ScenarioBuilderExt};
+

Topology

+
use testing_framework_core::scenario::{Builder, ScenarioBuilder};
+
+pub fn topology() -> Builder<()> {
+    ScenarioBuilder::topology_with(|t| {
+        t.network_star() // Star topology (all connect to seed node)
+            .validators(3) // Number of validator nodes
+            .executors(2) // Number of executor nodes
+    })
+}
+

Wallets

+
use testing_framework_core::scenario::ScenarioBuilder;
+use testing_framework_workflows::ScenarioBuilderExt;
+
+pub fn wallets_plan() -> testing_framework_core::scenario::Scenario<()> {
+    ScenarioBuilder::topology_with(|t| t.network_star().validators(1).executors(0))
+        .wallets(50) // Seed 50 funded wallet accounts
+        .build()
+}
+

Transaction Workload

+
use testing_framework_core::scenario::ScenarioBuilder;
+use testing_framework_workflows::ScenarioBuilderExt;
+
+pub fn transactions_plan() -> testing_framework_core::scenario::Scenario<()> {
+    ScenarioBuilder::topology_with(|t| t.network_star().validators(1).executors(0))
+        .wallets(50)
+        .transactions_with(|txs| {
+            txs.rate(5) // 5 transactions per block
+                .users(20) // Use 20 of the seeded wallets
+        }) // Finish transaction workload config
+        .build()
+}
+

DA Workload

+
use testing_framework_core::scenario::ScenarioBuilder;
+use testing_framework_workflows::ScenarioBuilderExt;
+
+pub fn da_plan() -> testing_framework_core::scenario::Scenario<()> {
+    ScenarioBuilder::topology_with(|t| t.network_star().validators(1).executors(1))
+        .wallets(50)
+        .da_with(|da| {
+            da.channel_rate(1) // number of DA channels to run
+                .blob_rate(2) // target 2 blobs per block (headroom applied)
+                .headroom_percent(20) // optional headroom when sizing channels
+        }) // Finish DA workload config
+        .build()
+}
+

Chaos Workload (Requires enable_node_control())

+
use std::time::Duration;
+
+use testing_framework_core::scenario::{NodeControlCapability, ScenarioBuilder};
+use testing_framework_workflows::{ChaosBuilderExt, ScenarioBuilderExt};
+
+pub fn chaos_plan() -> testing_framework_core::scenario::Scenario<NodeControlCapability> {
+    ScenarioBuilder::topology_with(|t| t.network_star().validators(3).executors(2))
+        .enable_node_control() // Enable node control capability
+        .chaos_with(|c| {
+            c.restart() // Random restart chaos
+                .min_delay(Duration::from_secs(30)) // Min time between restarts
+                .max_delay(Duration::from_secs(60)) // Max time between restarts
+                .target_cooldown(Duration::from_secs(45)) // Cooldown after restart
+                .apply() // Required for chaos configuration
+        })
+        .build()
+}
+

Expectations

+
use testing_framework_core::scenario::ScenarioBuilder;
+use testing_framework_workflows::ScenarioBuilderExt;
+
+pub fn expectations_plan() -> testing_framework_core::scenario::Scenario<()> {
+    ScenarioBuilder::topology_with(|t| t.network_star().validators(1).executors(0))
+        .expect_consensus_liveness() // Assert blocks are produced continuously
+        .build()
+}
+

Run Duration

+
use std::time::Duration;
+
+use testing_framework_core::scenario::ScenarioBuilder;
+use testing_framework_workflows::ScenarioBuilderExt;
+
+pub fn run_duration_plan() -> testing_framework_core::scenario::Scenario<()> {
+    ScenarioBuilder::topology_with(|t| t.network_star().validators(1).executors(0))
+        .with_run_duration(Duration::from_secs(120)) // Run for 120 seconds
+        .build()
+}
+

Build

+
use testing_framework_core::scenario::ScenarioBuilder;
+use testing_framework_workflows::ScenarioBuilderExt;
+
+pub fn build_plan() -> testing_framework_core::scenario::Scenario<()> {
+    ScenarioBuilder::topology_with(|t| t.network_star().validators(1).executors(0)).build() // Construct the final Scenario
+}
+

Deployers

+
use testing_framework_runner_compose::ComposeDeployer;
+use testing_framework_runner_k8s::K8sDeployer;
+use testing_framework_runner_local::LocalDeployer;
+
+pub fn deployers() {
+    // Local processes
+    let _deployer = LocalDeployer::default();
+
+    // Docker Compose
+    let _deployer = ComposeDeployer::default();
+
+    // Kubernetes
+    let _deployer = K8sDeployer::default();
+}
+

Execution

+
use anyhow::Result;
+use testing_framework_core::scenario::{Deployer, ScenarioBuilder};
+use testing_framework_runner_local::LocalDeployer;
+use testing_framework_workflows::ScenarioBuilderExt;
+
+pub async fn execution() -> Result<()> {
+    let mut plan = ScenarioBuilder::topology_with(|t| t.network_star().validators(1).executors(0))
+        .expect_consensus_liveness()
+        .build();
+
+    let deployer = LocalDeployer::default();
+    let runner = deployer.deploy(&plan).await?;
+    let _handle = runner.run(&mut plan).await?;
+
+    Ok(())
+}
+

Complete Example

+
use std::time::Duration;
+
+use anyhow::Result;
+use testing_framework_core::scenario::{Deployer, ScenarioBuilder};
+use testing_framework_runner_local::LocalDeployer;
+use testing_framework_workflows::ScenarioBuilderExt;
+
+pub async fn run_test() -> Result<()> {
+    let mut plan = ScenarioBuilder::topology_with(|t| t.network_star().validators(3).executors(2))
+        .wallets(50)
+        .transactions_with(|txs| {
+            txs.rate(5) // 5 transactions per block
+                .users(20)
+        })
+        .da_with(|da| {
+            da.channel_rate(1) // number of DA channels
+                .blob_rate(2) // target 2 blobs per block
+                .headroom_percent(20) // optional channel headroom
+        })
+        .expect_consensus_liveness()
+        .with_run_duration(Duration::from_secs(90))
+        .build();
+
+    let deployer = LocalDeployer::default();
+    let runner = deployer.deploy(&plan).await?;
+    let _handle = runner.run(&mut plan).await?;
+
+    Ok(())
+}
+ +
+ + +
+
+ + + +
+ + + + + + + + + + + + + + + + + + + +
+ + diff --git a/docs/elasticlunr-ef4e11c1.min.js b/docs/elasticlunr-ef4e11c1.min.js new file mode 100644 index 0000000..94b20dd --- /dev/null +++ b/docs/elasticlunr-ef4e11c1.min.js @@ -0,0 +1,10 @@ +/** + * elasticlunr - http://weixsong.github.io + * Lightweight full-text search engine in Javascript for browser search and offline search. - 0.9.5 + * + * Copyright (C) 2017 Oliver Nightingale + * Copyright (C) 2017 Wei Song + * MIT Licensed + * @license + */ +!function(){function e(e){if(null===e||"object"!=typeof e)return e;var t=e.constructor();for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n]);return t}var t=function(e){var n=new t.Index;return n.pipeline.add(t.trimmer,t.stopWordFilter,t.stemmer),e&&e.call(n,n),n};t.version="0.9.5",lunr=t,t.utils={},t.utils.warn=function(e){return function(t){e.console&&console.warn&&console.warn(t)}}(this),t.utils.toString=function(e){return void 0===e||null===e?"":e.toString()},t.EventEmitter=function(){this.events={}},t.EventEmitter.prototype.addListener=function(){var e=Array.prototype.slice.call(arguments),t=e.pop(),n=e;if("function"!=typeof t)throw new TypeError("last argument must be a function");n.forEach(function(e){this.hasHandler(e)||(this.events[e]=[]),this.events[e].push(t)},this)},t.EventEmitter.prototype.removeListener=function(e,t){if(this.hasHandler(e)){var n=this.events[e].indexOf(t);-1!==n&&(this.events[e].splice(n,1),0==this.events[e].length&&delete this.events[e])}},t.EventEmitter.prototype.emit=function(e){if(this.hasHandler(e)){var t=Array.prototype.slice.call(arguments,1);this.events[e].forEach(function(e){e.apply(void 0,t)},this)}},t.EventEmitter.prototype.hasHandler=function(e){return e in this.events},t.tokenizer=function(e){if(!arguments.length||null===e||void 0===e)return[];if(Array.isArray(e)){var n=e.filter(function(e){return null===e||void 0===e?!1:!0});n=n.map(function(e){return t.utils.toString(e).toLowerCase()});var i=[];return n.forEach(function(e){var n=e.split(t.tokenizer.seperator);i=i.concat(n)},this),i}return e.toString().trim().toLowerCase().split(t.tokenizer.seperator)},t.tokenizer.defaultSeperator=/[\s\-]+/,t.tokenizer.seperator=t.tokenizer.defaultSeperator,t.tokenizer.setSeperator=function(e){null!==e&&void 0!==e&&"object"==typeof e&&(t.tokenizer.seperator=e)},t.tokenizer.resetSeperator=function(){t.tokenizer.seperator=t.tokenizer.defaultSeperator},t.tokenizer.getSeperator=function(){return t.tokenizer.seperator},t.Pipeline=function(){this._queue=[]},t.Pipeline.registeredFunctions={},t.Pipeline.registerFunction=function(e,n){n in t.Pipeline.registeredFunctions&&t.utils.warn("Overwriting existing registered function: "+n),e.label=n,t.Pipeline.registeredFunctions[n]=e},t.Pipeline.getRegisteredFunction=function(e){return e in t.Pipeline.registeredFunctions!=!0?null:t.Pipeline.registeredFunctions[e]},t.Pipeline.warnIfFunctionNotRegistered=function(e){var n=e.label&&e.label in this.registeredFunctions;n||t.utils.warn("Function is not registered with pipeline. This may cause problems when serialising the index.\n",e)},t.Pipeline.load=function(e){var n=new t.Pipeline;return e.forEach(function(e){var i=t.Pipeline.getRegisteredFunction(e);if(!i)throw new Error("Cannot load un-registered function: "+e);n.add(i)}),n},t.Pipeline.prototype.add=function(){var e=Array.prototype.slice.call(arguments);e.forEach(function(e){t.Pipeline.warnIfFunctionNotRegistered(e),this._queue.push(e)},this)},t.Pipeline.prototype.after=function(e,n){t.Pipeline.warnIfFunctionNotRegistered(n);var i=this._queue.indexOf(e);if(-1===i)throw new Error("Cannot find existingFn");this._queue.splice(i+1,0,n)},t.Pipeline.prototype.before=function(e,n){t.Pipeline.warnIfFunctionNotRegistered(n);var i=this._queue.indexOf(e);if(-1===i)throw new Error("Cannot find existingFn");this._queue.splice(i,0,n)},t.Pipeline.prototype.remove=function(e){var t=this._queue.indexOf(e);-1!==t&&this._queue.splice(t,1)},t.Pipeline.prototype.run=function(e){for(var t=[],n=e.length,i=this._queue.length,o=0;n>o;o++){for(var r=e[o],s=0;i>s&&(r=this._queue[s](r,o,e),void 0!==r&&null!==r);s++);void 0!==r&&null!==r&&t.push(r)}return t},t.Pipeline.prototype.reset=function(){this._queue=[]},t.Pipeline.prototype.get=function(){return this._queue},t.Pipeline.prototype.toJSON=function(){return this._queue.map(function(e){return t.Pipeline.warnIfFunctionNotRegistered(e),e.label})},t.Index=function(){this._fields=[],this._ref="id",this.pipeline=new t.Pipeline,this.documentStore=new t.DocumentStore,this.index={},this.eventEmitter=new t.EventEmitter,this._idfCache={},this.on("add","remove","update",function(){this._idfCache={}}.bind(this))},t.Index.prototype.on=function(){var e=Array.prototype.slice.call(arguments);return this.eventEmitter.addListener.apply(this.eventEmitter,e)},t.Index.prototype.off=function(e,t){return this.eventEmitter.removeListener(e,t)},t.Index.load=function(e){e.version!==t.version&&t.utils.warn("version mismatch: current "+t.version+" importing "+e.version);var n=new this;n._fields=e.fields,n._ref=e.ref,n.documentStore=t.DocumentStore.load(e.documentStore),n.pipeline=t.Pipeline.load(e.pipeline),n.index={};for(var i in e.index)n.index[i]=t.InvertedIndex.load(e.index[i]);return n},t.Index.prototype.addField=function(e){return this._fields.push(e),this.index[e]=new t.InvertedIndex,this},t.Index.prototype.setRef=function(e){return this._ref=e,this},t.Index.prototype.saveDocument=function(e){return this.documentStore=new t.DocumentStore(e),this},t.Index.prototype.addDoc=function(e,n){if(e){var n=void 0===n?!0:n,i=e[this._ref];this.documentStore.addDoc(i,e),this._fields.forEach(function(n){var o=this.pipeline.run(t.tokenizer(e[n]));this.documentStore.addFieldLength(i,n,o.length);var r={};o.forEach(function(e){e in r?r[e]+=1:r[e]=1},this);for(var s in r){var u=r[s];u=Math.sqrt(u),this.index[n].addToken(s,{ref:i,tf:u})}},this),n&&this.eventEmitter.emit("add",e,this)}},t.Index.prototype.removeDocByRef=function(e){if(e&&this.documentStore.isDocStored()!==!1&&this.documentStore.hasDoc(e)){var t=this.documentStore.getDoc(e);this.removeDoc(t,!1)}},t.Index.prototype.removeDoc=function(e,n){if(e){var n=void 0===n?!0:n,i=e[this._ref];this.documentStore.hasDoc(i)&&(this.documentStore.removeDoc(i),this._fields.forEach(function(n){var o=this.pipeline.run(t.tokenizer(e[n]));o.forEach(function(e){this.index[n].removeToken(e,i)},this)},this),n&&this.eventEmitter.emit("remove",e,this))}},t.Index.prototype.updateDoc=function(e,t){var t=void 0===t?!0:t;this.removeDocByRef(e[this._ref],!1),this.addDoc(e,!1),t&&this.eventEmitter.emit("update",e,this)},t.Index.prototype.idf=function(e,t){var n="@"+t+"/"+e;if(Object.prototype.hasOwnProperty.call(this._idfCache,n))return this._idfCache[n];var i=this.index[t].getDocFreq(e),o=1+Math.log(this.documentStore.length/(i+1));return this._idfCache[n]=o,o},t.Index.prototype.getFields=function(){return this._fields.slice()},t.Index.prototype.search=function(e,n){if(!e)return[];e="string"==typeof e?{any:e}:JSON.parse(JSON.stringify(e));var i=null;null!=n&&(i=JSON.stringify(n));for(var o=new t.Configuration(i,this.getFields()).get(),r={},s=Object.keys(e),u=0;u0&&t.push(e);for(var i in n)"docs"!==i&&"df"!==i&&this.expandToken(e+i,t,n[i]);return t},t.InvertedIndex.prototype.toJSON=function(){return{root:this.root}},t.Configuration=function(e,n){var e=e||"";if(void 0==n||null==n)throw new Error("fields should not be null");this.config={};var i;try{i=JSON.parse(e),this.buildUserConfig(i,n)}catch(o){t.utils.warn("user configuration parse failed, will use default configuration"),this.buildDefaultConfig(n)}},t.Configuration.prototype.buildDefaultConfig=function(e){this.reset(),e.forEach(function(e){this.config[e]={boost:1,bool:"OR",expand:!1}},this)},t.Configuration.prototype.buildUserConfig=function(e,n){var i="OR",o=!1;if(this.reset(),"bool"in e&&(i=e.bool||i),"expand"in e&&(o=e.expand||o),"fields"in e)for(var r in e.fields)if(n.indexOf(r)>-1){var s=e.fields[r],u=o;void 0!=s.expand&&(u=s.expand),this.config[r]={boost:s.boost||0===s.boost?s.boost:1,bool:s.bool||i,expand:u}}else t.utils.warn("field name in user configuration not found in index instance fields");else this.addAllFields2UserConfig(i,o,n)},t.Configuration.prototype.addAllFields2UserConfig=function(e,t,n){n.forEach(function(n){this.config[n]={boost:1,bool:e,expand:t}},this)},t.Configuration.prototype.get=function(){return this.config},t.Configuration.prototype.reset=function(){this.config={}},lunr.SortedSet=function(){this.length=0,this.elements=[]},lunr.SortedSet.load=function(e){var t=new this;return t.elements=e,t.length=e.length,t},lunr.SortedSet.prototype.add=function(){var e,t;for(e=0;e1;){if(r===e)return o;e>r&&(t=o),r>e&&(n=o),i=n-t,o=t+Math.floor(i/2),r=this.elements[o]}return r===e?o:-1},lunr.SortedSet.prototype.locationFor=function(e){for(var t=0,n=this.elements.length,i=n-t,o=t+Math.floor(i/2),r=this.elements[o];i>1;)e>r&&(t=o),r>e&&(n=o),i=n-t,o=t+Math.floor(i/2),r=this.elements[o];return r>e?o:e>r?o+1:void 0},lunr.SortedSet.prototype.intersect=function(e){for(var t=new lunr.SortedSet,n=0,i=0,o=this.length,r=e.length,s=this.elements,u=e.elements;;){if(n>o-1||i>r-1)break;s[n]!==u[i]?s[n]u[i]&&i++:(t.add(s[n]),n++,i++)}return t},lunr.SortedSet.prototype.clone=function(){var e=new lunr.SortedSet;return e.elements=this.toArray(),e.length=e.elements.length,e},lunr.SortedSet.prototype.union=function(e){var t,n,i;this.length>=e.length?(t=this,n=e):(t=e,n=this),i=t.clone();for(var o=0,r=n.toArray();oo;o++){for(var r=e[o],s=0;i>s&&(r=this._queue[s](r,o,e),void 0!==r&&null!==r);s++);void 0!==r&&null!==r&&t.push(r)}return t},t.Pipeline.prototype.reset=function(){this._queue=[]},t.Pipeline.prototype.get=function(){return this._queue},t.Pipeline.prototype.toJSON=function(){return this._queue.map(function(e){return t.Pipeline.warnIfFunctionNotRegistered(e),e.label})},t.Index=function(){this._fields=[],this._ref="id",this.pipeline=new t.Pipeline,this.documentStore=new t.DocumentStore,this.index={},this.eventEmitter=new t.EventEmitter,this._idfCache={},this.on("add","remove","update",function(){this._idfCache={}}.bind(this))},t.Index.prototype.on=function(){var e=Array.prototype.slice.call(arguments);return this.eventEmitter.addListener.apply(this.eventEmitter,e)},t.Index.prototype.off=function(e,t){return this.eventEmitter.removeListener(e,t)},t.Index.load=function(e){e.version!==t.version&&t.utils.warn("version mismatch: current "+t.version+" importing "+e.version);var n=new this;n._fields=e.fields,n._ref=e.ref,n.documentStore=t.DocumentStore.load(e.documentStore),n.pipeline=t.Pipeline.load(e.pipeline),n.index={};for(var i in e.index)n.index[i]=t.InvertedIndex.load(e.index[i]);return n},t.Index.prototype.addField=function(e){return this._fields.push(e),this.index[e]=new t.InvertedIndex,this},t.Index.prototype.setRef=function(e){return this._ref=e,this},t.Index.prototype.saveDocument=function(e){return this.documentStore=new t.DocumentStore(e),this},t.Index.prototype.addDoc=function(e,n){if(e){var n=void 0===n?!0:n,i=e[this._ref];this.documentStore.addDoc(i,e),this._fields.forEach(function(n){var o=this.pipeline.run(t.tokenizer(e[n]));this.documentStore.addFieldLength(i,n,o.length);var r={};o.forEach(function(e){e in r?r[e]+=1:r[e]=1},this);for(var s in r){var u=r[s];u=Math.sqrt(u),this.index[n].addToken(s,{ref:i,tf:u})}},this),n&&this.eventEmitter.emit("add",e,this)}},t.Index.prototype.removeDocByRef=function(e){if(e&&this.documentStore.isDocStored()!==!1&&this.documentStore.hasDoc(e)){var t=this.documentStore.getDoc(e);this.removeDoc(t,!1)}},t.Index.prototype.removeDoc=function(e,n){if(e){var n=void 0===n?!0:n,i=e[this._ref];this.documentStore.hasDoc(i)&&(this.documentStore.removeDoc(i),this._fields.forEach(function(n){var o=this.pipeline.run(t.tokenizer(e[n]));o.forEach(function(e){this.index[n].removeToken(e,i)},this)},this),n&&this.eventEmitter.emit("remove",e,this))}},t.Index.prototype.updateDoc=function(e,t){var t=void 0===t?!0:t;this.removeDocByRef(e[this._ref],!1),this.addDoc(e,!1),t&&this.eventEmitter.emit("update",e,this)},t.Index.prototype.idf=function(e,t){var n="@"+t+"/"+e;if(Object.prototype.hasOwnProperty.call(this._idfCache,n))return this._idfCache[n];var i=this.index[t].getDocFreq(e),o=1+Math.log(this.documentStore.length/(i+1));return this._idfCache[n]=o,o},t.Index.prototype.getFields=function(){return this._fields.slice()},t.Index.prototype.search=function(e,n){if(!e)return[];e="string"==typeof e?{any:e}:JSON.parse(JSON.stringify(e));var i=null;null!=n&&(i=JSON.stringify(n));for(var o=new t.Configuration(i,this.getFields()).get(),r={},s=Object.keys(e),u=0;u0&&t.push(e);for(var i in n)"docs"!==i&&"df"!==i&&this.expandToken(e+i,t,n[i]);return t},t.InvertedIndex.prototype.toJSON=function(){return{root:this.root}},t.Configuration=function(e,n){var e=e||"";if(void 0==n||null==n)throw new Error("fields should not be null");this.config={};var i;try{i=JSON.parse(e),this.buildUserConfig(i,n)}catch(o){t.utils.warn("user configuration parse failed, will use default configuration"),this.buildDefaultConfig(n)}},t.Configuration.prototype.buildDefaultConfig=function(e){this.reset(),e.forEach(function(e){this.config[e]={boost:1,bool:"OR",expand:!1}},this)},t.Configuration.prototype.buildUserConfig=function(e,n){var i="OR",o=!1;if(this.reset(),"bool"in e&&(i=e.bool||i),"expand"in e&&(o=e.expand||o),"fields"in e)for(var r in e.fields)if(n.indexOf(r)>-1){var s=e.fields[r],u=o;void 0!=s.expand&&(u=s.expand),this.config[r]={boost:s.boost||0===s.boost?s.boost:1,bool:s.bool||i,expand:u}}else t.utils.warn("field name in user configuration not found in index instance fields");else this.addAllFields2UserConfig(i,o,n)},t.Configuration.prototype.addAllFields2UserConfig=function(e,t,n){n.forEach(function(n){this.config[n]={boost:1,bool:e,expand:t}},this)},t.Configuration.prototype.get=function(){return this.config},t.Configuration.prototype.reset=function(){this.config={}},lunr.SortedSet=function(){this.length=0,this.elements=[]},lunr.SortedSet.load=function(e){var t=new this;return t.elements=e,t.length=e.length,t},lunr.SortedSet.prototype.add=function(){var e,t;for(e=0;e1;){if(r===e)return o;e>r&&(t=o),r>e&&(n=o),i=n-t,o=t+Math.floor(i/2),r=this.elements[o]}return r===e?o:-1},lunr.SortedSet.prototype.locationFor=function(e){for(var t=0,n=this.elements.length,i=n-t,o=t+Math.floor(i/2),r=this.elements[o];i>1;)e>r&&(t=o),r>e&&(n=o),i=n-t,o=t+Math.floor(i/2),r=this.elements[o];return r>e?o:e>r?o+1:void 0},lunr.SortedSet.prototype.intersect=function(e){for(var t=new lunr.SortedSet,n=0,i=0,o=this.length,r=e.length,s=this.elements,u=e.elements;;){if(n>o-1||i>r-1)break;s[n]!==u[i]?s[n]u[i]&&i++:(t.add(s[n]),n++,i++)}return t},lunr.SortedSet.prototype.clone=function(){var e=new lunr.SortedSet;return e.elements=this.toArray(),e.length=e.elements.length,e},lunr.SortedSet.prototype.union=function(e){var t,n,i;this.length>=e.length?(t=this,n=e):(t=e,n=this),i=t.clone();for(var o=0,r=n.toArray();o + + + + + Environment Variables - Logos Blockchain Testing Framework Book + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + + +
+
+

Environment Variables Reference

+

Complete reference of environment variables used by the testing framework, organized by category.

+

Critical Variables

+

These MUST be set for successful test runs:

+
+ +
VariableRequiredDefaultEffect
POL_PROOF_DEV_MODEYESREQUIRED for all runners. Set to true to use fast dev-mode proving instead of expensive Groth16. Without this, tests will hang/timeout.
+
+

Example:

+
export POL_PROOF_DEV_MODE=true
+
+

Or add to your shell profile (~/.bashrc, ~/.zshrc):

+
# Required for nomos-testing framework
+export POL_PROOF_DEV_MODE=true
+
+
+

Runner Selection & Topology

+

Control which runner to use and the test topology:

+
+ + + + + + + +
VariableDefaultEffect
NOMOS_DEMO_VALIDATORS1Number of validators (all runners)
NOMOS_DEMO_EXECUTORS1Number of executors (all runners)
NOMOS_DEMO_RUN_SECS60Run duration in seconds (all runners)
LOCAL_DEMO_VALIDATORSLegacy: Number of validators (host runner only)
LOCAL_DEMO_EXECUTORSLegacy: Number of executors (host runner only)
LOCAL_DEMO_RUN_SECSLegacy: Run duration (host runner only)
COMPOSE_NODE_PAIRSCompose-specific topology format: "validators×executors" (e.g., 3x2)
+
+

Example:

+
# Run with 5 validators, 2 executors, for 120 seconds
+NOMOS_DEMO_VALIDATORS=5 \
+NOMOS_DEMO_EXECUTORS=2 \
+NOMOS_DEMO_RUN_SECS=120 \
+scripts/run/run-examples.sh -t 120 -v 5 -e 2 host
+
+
+

Node Binaries (Host Runner)

+

Required for host runner when not using helper scripts:

+
+ + + +
VariableRequiredDefaultEffect
NOMOS_NODE_BINYes (host)Path to nomos-node binary
NOMOS_EXECUTOR_BINYes (host)Path to nomos-executor binary
NOMOS_NODE_PATHNoPath to nomos-node git checkout (dev workflow)
+
+

Example:

+
export NOMOS_NODE_BIN=/path/to/nomos-node/target/release/nomos-node
+export NOMOS_EXECUTOR_BIN=/path/to/nomos-node/target/release/nomos-executor
+
+
+

Docker Images (Compose / K8s)

+

Required for compose and k8s runners:

+
+ + + + + +
VariableRequiredDefaultEffect
NOMOS_TESTNET_IMAGEYes (compose/k8s)logos-blockchain-testing:localDocker image tag for node containers
NOMOS_TESTNET_IMAGE_PULL_POLICYNoIfNotPresent (local) / Always (ECR)K8s imagePullPolicy used by the runner
NOMOS_BINARIES_TARNoPath to prebuilt bundle (.tar.gz) for image build
NOMOS_SKIP_IMAGE_BUILDNo0Skip image rebuild (compose/k8s); assumes image already exists
NOMOS_FORCE_IMAGE_BUILDNo0Force rebuilding the image even when the script would normally skip it (e.g. non-local k8s)
+
+

Example:

+
# Using prebuilt bundle
+export NOMOS_BINARIES_TAR=.tmp/nomos-binaries-linux-v0.3.1.tar.gz
+export NOMOS_TESTNET_IMAGE=logos-blockchain-testing:local
+scripts/build/build_test_image.sh
+
+# Using pre-existing image (skip build)
+export NOMOS_SKIP_IMAGE_BUILD=1
+scripts/run/run-examples.sh -t 60 -v 3 -e 1 compose
+
+
+

Circuit Assets (KZG Parameters)

+

Circuit asset configuration for DA workloads:

+
+ + + + + + + + + + + + + + +
VariableDefaultEffect
NOMOS_KZGRS_PARAMS_PATHtesting-framework/assets/stack/kzgrs_test_params/kzgrs_test_paramsPath to KZG proving key file
NOMOS_KZG_DIR_RELtesting-framework/assets/stack/kzgrs_test_paramsDirectory containing KZG assets (relative to workspace root)
NOMOS_KZG_FILEkzgrs_test_paramsFilename of the proving key within NOMOS_KZG_DIR_REL
NOMOS_KZG_CONTAINER_PATH/kzgrs_test_params/kzgrs_test_paramsFile path where the node expects KZG params inside containers
NOMOS_KZG_MODERunner-specificK8s only: hostPath (mount from host) or inImage (embed into image)
NOMOS_KZG_IN_IMAGE_PARAMS_PATH/opt/nomos/kzg-params/kzgrs_test_paramsK8s inImage mode: where the proving key is stored inside the image
VERSIONFrom versions.envCircuit release tag (used by helper scripts)
NOMOS_CIRCUITSDirectory containing fetched circuit bundles (set by scripts/setup/setup-circuits-stack.sh)
NOMOS_CIRCUITS_VERSIONLegacy alias for VERSION (supported by some build scripts)
NOMOS_CIRCUITS_PLATFORMAuto-detectedOverride circuits platform (e.g. linux-x86_64, macos-aarch64)
NOMOS_CIRCUITS_HOST_DIR_REL.tmp/nomos-circuits-hostOutput dir for host circuits bundle (relative to repo root)
NOMOS_CIRCUITS_LINUX_DIR_REL.tmp/nomos-circuits-linuxOutput dir for linux circuits bundle (relative to repo root)
NOMOS_CIRCUITS_NONINTERACTIVE0Set to 1 to overwrite outputs without prompting in setup scripts
NOMOS_CIRCUITS_REBUILD_RAPIDSNARK0Set to 1 to force rebuilding rapidsnark (host bundle only)
+
+

Example:

+
# Use custom circuit assets
+NOMOS_KZGRS_PARAMS_PATH=/custom/path/to/kzgrs_test_params \
+cargo run -p runner-examples --bin local_runner
+
+
+

Node Logging

+

Control node log output (not framework runner logs):

+
+ + + + + +
VariableDefaultEffect
NOMOS_LOG_LEVELinfoGlobal log level: error, warn, info, debug, trace
NOMOS_LOG_FILTERFine-grained module filtering (e.g., cryptarchia=trace,nomos_da_sampling=debug)
NOMOS_LOG_DIRHost runner: directory for per-node log files (persistent). Compose/k8s: use cfgsync.yaml for file logging.
NOMOS_TESTS_KEEP_LOGS0Keep per-run temporary directories (useful for debugging/CI artifacts)
NOMOS_TESTS_TRACINGfalseEnable debug tracing preset (combine with NOMOS_LOG_DIR unless external tracing backends configured)
+
+

Important: Node logging ignores RUST_LOG; use NOMOS_LOG_LEVEL and NOMOS_LOG_FILTER for node logs.

+

Example:

+
# Debug logging to files
+NOMOS_LOG_DIR=/tmp/test-logs \
+NOMOS_LOG_LEVEL=debug \
+NOMOS_LOG_FILTER="cryptarchia=trace,nomos_da_sampling=debug" \
+POL_PROOF_DEV_MODE=true \
+cargo run -p runner-examples --bin local_runner
+
+# Inspect logs
+ls /tmp/test-logs/
+# nomos-node-0.2024-12-18T14-30-00.log
+# nomos-node-1.2024-12-18T14-30-00.log
+
+

Common filter targets:

+
+ + + + + + + + +
Target PrefixSubsystem
cryptarchiaConsensus (Cryptarchia)
nomos_da_samplingDA sampling service
nomos_da_dispersalDA dispersal service
nomos_da_verifierDA verification
nomos_blendMix network/privacy layer
chain_serviceChain service (node APIs/state)
chain_networkP2P networking
chain_leaderLeader election
+
+
+

Observability & Metrics

+

Optional observability integration:

+
+ + + + + +
VariableDefaultEffect
NOMOS_METRICS_QUERY_URLPrometheus-compatible base URL for runner to query (e.g., http://localhost:9090)
NOMOS_METRICS_OTLP_INGEST_URLFull OTLP HTTP ingest URL for node metrics export (e.g., http://localhost:9090/api/v1/otlp/v1/metrics)
NOMOS_GRAFANA_URLGrafana base URL for printing/logging (e.g., http://localhost:3000)
NOMOS_OTLP_ENDPOINTOTLP trace endpoint (optional)
NOMOS_OTLP_METRICS_ENDPOINTOTLP metrics endpoint (optional)
+
+

Example:

+
# Enable Prometheus querying
+export NOMOS_METRICS_QUERY_URL=http://localhost:9090
+export NOMOS_METRICS_OTLP_INGEST_URL=http://localhost:9090/api/v1/otlp/v1/metrics
+export NOMOS_GRAFANA_URL=http://localhost:3000
+
+scripts/run/run-examples.sh -t 60 -v 3 -e 1 compose
+
+
+

Compose Runner Specific

+

Variables specific to Docker Compose deployment:

+
+ + + + + +
VariableDefaultEffect
COMPOSE_RUNNER_HOST127.0.0.1Host address for port mappings
COMPOSE_RUNNER_PRESERVE0Keep containers running after test (for debugging)
COMPOSE_RUNNER_HTTP_TIMEOUT_SECSOverride HTTP readiness timeout (seconds)
COMPOSE_RUNNER_HOST_GATEWAYhost.docker.internal:host-gatewayControls extra_hosts entry injected into compose (set to disable to omit)
TESTNET_RUNNER_PRESERVEAlias for COMPOSE_RUNNER_PRESERVE
+
+

Example:

+
# Keep containers after test for debugging
+COMPOSE_RUNNER_PRESERVE=1 \
+scripts/run/run-examples.sh -t 60 -v 3 -e 1 compose
+
+# Containers remain running
+docker ps --filter "name=nomos-compose-"
+docker logs <container-id>
+
+
+

K8s Runner Specific

+

Variables specific to Kubernetes deployment:

+
+ + + + + + + + + + +
VariableDefaultEffect
K8S_RUNNER_NAMESPACERandom UUIDKubernetes namespace (pin for debugging)
K8S_RUNNER_RELEASERandom UUIDHelm release name (pin for debugging)
K8S_RUNNER_NODE_HOSTNodePort host resolution for non-local clusters
K8S_RUNNER_DEBUG0Log Helm stdout/stderr for install commands
K8S_RUNNER_PRESERVE0Keep namespace/release after run (for debugging)
K8S_RUNNER_DEPLOYMENT_TIMEOUT_SECSOverride deployment readiness timeout
K8S_RUNNER_HTTP_TIMEOUT_SECSOverride HTTP readiness timeout (port-forwards)
K8S_RUNNER_HTTP_PROBE_TIMEOUT_SECSOverride HTTP readiness timeout (NodePort probes)
K8S_RUNNER_PROMETHEUS_HTTP_TIMEOUT_SECSOverride Prometheus readiness timeout
K8S_RUNNER_PROMETHEUS_HTTP_PROBE_TIMEOUT_SECSOverride Prometheus NodePort probe timeout
+
+

Example:

+
# Pin namespace for debugging
+K8S_RUNNER_NAMESPACE=nomos-test-debug \
+K8S_RUNNER_PRESERVE=1 \
+K8S_RUNNER_DEBUG=1 \
+scripts/run/run-examples.sh -t 60 -v 3 -e 1 k8s
+
+# Inspect resources
+kubectl get pods -n nomos-test-debug
+kubectl logs -n nomos-test-debug -l nomos/logical-role=validator
+
+
+

Platform & Build Configuration

+

Platform-specific build configuration:

+
+ + + + +
VariableDefaultEffect
NOMOS_BUNDLE_DOCKER_PLATFORMHost archDocker platform for bundle builds: linux/arm64 or linux/amd64 (macOS/Windows hosts)
NOMOS_BIN_PLATFORMLegacy alias for NOMOS_BUNDLE_DOCKER_PLATFORM
COMPOSE_CIRCUITS_PLATFORMHost archCircuits platform for image builds: linux-aarch64 or linux-x86_64
NOMOS_EXTRA_FEATURESExtra cargo features to enable when building bundles (used by scripts/build/build-bundle.sh)
+
+

macOS / Apple Silicon:

+
# Native performance (recommended for local testing)
+export NOMOS_BUNDLE_DOCKER_PLATFORM=linux/arm64
+
+# Or target amd64 (slower via emulation)
+export NOMOS_BUNDLE_DOCKER_PLATFORM=linux/amd64
+
+
+

Timeouts & Performance

+

Timeout and performance tuning:

+
+ + + + + + + + + + +
VariableDefaultEffect
SLOW_TEST_ENVfalseDoubles built-in readiness timeouts (useful in CI / constrained laptops)
TESTNET_PRINT_ENDPOINTS0Print TESTNET_ENDPOINTS / TESTNET_PPROF lines during deploy (set automatically by scripts/run/run-examples.sh)
NOMOS_DISPERSAL_TIMEOUT_SECS20DA dispersal timeout (seconds)
NOMOS_RETRY_COOLDOWN_SECS3Cooldown between retries (seconds)
NOMOS_GRACE_PERIOD_SECS1200Grace period before enforcing strict time-based expectations (seconds)
NOMOS_PRUNE_DURATION_SECS30Prune step duration (seconds)
NOMOS_PRUNE_INTERVAL_SECS5Interval between prune cycles (seconds)
NOMOS_SHARE_DURATION_SECS5Share duration (seconds)
NOMOS_COMMITMENTS_WAIT_SECS1Commitments wait duration (seconds)
NOMOS_SDP_TRIGGER_DELAY_SECS5SDP trigger delay (seconds)
+
+

Example:

+
# Increase timeouts for slow environments
+SLOW_TEST_ENV=true \
+scripts/run/run-examples.sh -t 120 -v 5 -e 2 compose
+
+
+

Node Configuration (Advanced)

+

Node-level configuration passed through to nomos-node/nomos-executor:

+
+ + + + + +
VariableDefaultEffect
CONSENSUS_SLOT_TIMEConsensus slot time (seconds)
CONSENSUS_ACTIVE_SLOT_COEFFActive slot coefficient (0.0-1.0)
NOMOS_USE_AUTONATUnsetIf set, use AutoNAT instead of a static loopback address for libp2p NAT settings
NOMOS_CFGSYNC_PORT4400Port used for cfgsync service inside the stack
NOMOS_TIME_BACKENDmonotonicSelect time backend (used by compose/k8s stack scripts and deployers)
+
+

Example:

+
# Faster block production
+CONSENSUS_SLOT_TIME=5 \
+CONSENSUS_ACTIVE_SLOT_COEFF=0.9 \
+POL_PROOF_DEV_MODE=true \
+cargo run -p runner-examples --bin local_runner
+
+
+

Framework Runner Logging (Not Node Logs)

+

Control framework runner process logs (uses RUST_LOG, not NOMOS_*):

+
+ + + +
VariableDefaultEffect
RUST_LOGFramework runner log level (e.g., debug, info)
RUST_BACKTRACEEnable Rust backtraces on panic (1 or full)
CARGO_TERM_COLORCargo output color (always, never, auto)
+
+

Example:

+
# Debug framework runner (not nodes)
+RUST_LOG=debug \
+RUST_BACKTRACE=1 \
+cargo run -p runner-examples --bin local_runner
+
+
+

Helper Script Variables

+

Variables used by helper scripts (scripts/run/run-examples.sh, etc.):

+
+ + + + + + +
VariableDefaultEffect
NOMOS_NODE_REVFrom versions.envnomos-node git revision to build/fetch
NOMOS_BUNDLE_VERSIONFrom versions.envBundle schema version
NOMOS_IMAGE_SELECTIONInternal: image selection mode set by run-examples.sh (local/ecr/auto)
NOMOS_NODE_APPLY_PATCHES1Set to 0 to disable applying local patches when building bundles
NOMOS_NODE_PATCH_DIRpatches/nomos-nodePatch directory applied to nomos-node checkout during bundle builds
NOMOS_NODE_PATCH_LEVELPatch application level (all or an integer) for bundle builds
+
+
+

Quick Reference Examples

+

Minimal Host Run

+
POL_PROOF_DEV_MODE=true \
+scripts/run/run-examples.sh -t 60 -v 3 -e 1 host
+
+

Debug Logging (Host)

+
POL_PROOF_DEV_MODE=true \
+NOMOS_LOG_DIR=/tmp/logs \
+NOMOS_LOG_LEVEL=debug \
+NOMOS_LOG_FILTER="cryptarchia=trace" \
+scripts/run/run-examples.sh -t 60 -v 3 -e 1 host
+
+

Compose with Observability

+
POL_PROOF_DEV_MODE=true \
+NOMOS_METRICS_QUERY_URL=http://localhost:9090 \
+NOMOS_GRAFANA_URL=http://localhost:3000 \
+scripts/run/run-examples.sh -t 60 -v 3 -e 1 compose
+
+

K8s with Debug

+
POL_PROOF_DEV_MODE=true \
+K8S_RUNNER_NAMESPACE=nomos-debug \
+K8S_RUNNER_DEBUG=1 \
+K8S_RUNNER_PRESERVE=1 \
+scripts/run/run-examples.sh -t 60 -v 3 -e 1 k8s
+
+

CI Environment

+
env:
+  POL_PROOF_DEV_MODE: true
+  RUST_BACKTRACE: 1
+  NOMOS_TESTS_KEEP_LOGS: 1
+
+
+

See Also

+ + +
+ + +
+
+ + + +
+ + + + + + + + + + + + + + + + + + + +
+ + diff --git a/docs/examples-advanced.html b/docs/examples-advanced.html new file mode 100644 index 0000000..0bd6af3 --- /dev/null +++ b/docs/examples-advanced.html @@ -0,0 +1,503 @@ + + + + + + Advanced & Artificial Examples - Logos Blockchain Testing Framework Book + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + + +
+
+

Advanced Examples

+
+

When should I read this? Skim now to see what's possible, revisit later when you need load testing, chaos scenarios, or custom extensions. Start with basic examples first.

+
+

Realistic advanced scenarios demonstrating framework capabilities for production testing.

+

Adapt from Complete Source:

+ +

Summary

+
+ + + +
ExampleTopologyWorkloadsDeployerKey Feature
Load Progression3 validators + 2 executorsIncreasing tx rateComposeDynamic load testing
Sustained Load4 validators + 2 executorsHigh tx + DA rateComposeStress testing
Aggressive Chaos4 validators + 2 executorsFrequent restarts + trafficComposeResilience validation
+
+

Load Progression Test

+

Test consensus under progressively increasing transaction load:

+
use std::time::Duration;
+
+use anyhow::Result;
+use testing_framework_core::scenario::{Deployer, ScenarioBuilder};
+use testing_framework_runner_compose::ComposeDeployer;
+use testing_framework_workflows::ScenarioBuilderExt;
+
+pub async fn load_progression_test() -> Result<()> {
+    for rate in [5, 10, 20, 30] {
+        println!("Testing with rate: {}", rate);
+
+        let mut plan =
+            ScenarioBuilder::topology_with(|t| t.network_star().validators(3).executors(2))
+                .wallets(50)
+                .transactions_with(|txs| txs.rate(rate).users(20))
+                .expect_consensus_liveness()
+                .with_run_duration(Duration::from_secs(60))
+                .build();
+
+        let deployer = ComposeDeployer::default();
+        let runner = deployer.deploy(&plan).await?;
+        let _handle = runner.run(&mut plan).await?;
+    }
+
+    Ok(())
+}
+

When to use: Finding the maximum sustainable transaction rate for a given topology.

+

Sustained Load Test

+

Run high transaction and DA load for extended duration:

+
use std::time::Duration;
+
+use anyhow::Result;
+use testing_framework_core::scenario::{Deployer, ScenarioBuilder};
+use testing_framework_runner_compose::ComposeDeployer;
+use testing_framework_workflows::ScenarioBuilderExt;
+
+pub async fn sustained_load_test() -> Result<()> {
+    let mut plan = ScenarioBuilder::topology_with(|t| t.network_star().validators(4).executors(2))
+        .wallets(100)
+        .transactions_with(|txs| txs.rate(15).users(50))
+        .da_with(|da| da.channel_rate(2).blob_rate(3))
+        .expect_consensus_liveness()
+        .with_run_duration(Duration::from_secs(300))
+        .build();
+
+    let deployer = ComposeDeployer::default();
+    let runner = deployer.deploy(&plan).await?;
+    let _handle = runner.run(&mut plan).await?;
+
+    Ok(())
+}
+

When to use: Validating stability under continuous high load over extended periods.

+

Aggressive Chaos Test

+

Frequent node restarts with active traffic:

+
use std::time::Duration;
+
+use anyhow::Result;
+use testing_framework_core::scenario::{Deployer, ScenarioBuilder};
+use testing_framework_runner_compose::ComposeDeployer;
+use testing_framework_workflows::{ChaosBuilderExt, ScenarioBuilderExt};
+
+pub async fn aggressive_chaos_test() -> Result<()> {
+    let mut plan = ScenarioBuilder::topology_with(|t| t.network_star().validators(4).executors(2))
+        .enable_node_control()
+        .wallets(50)
+        .transactions_with(|txs| txs.rate(10).users(20))
+        .chaos_with(|c| {
+            c.restart()
+                .min_delay(Duration::from_secs(10))
+                .max_delay(Duration::from_secs(20))
+                .target_cooldown(Duration::from_secs(15))
+                .apply()
+        })
+        .expect_consensus_liveness()
+        .with_run_duration(Duration::from_secs(180))
+        .build();
+
+    let deployer = ComposeDeployer::default();
+    let runner = deployer.deploy(&plan).await?;
+    let _handle = runner.run(&mut plan).await?;
+
+    Ok(())
+}
+

When to use: Validating recovery and liveness under aggressive failure conditions.

+

Note: Requires ComposeDeployer for node control support.

+

Extension Ideas

+

These scenarios require custom implementations but demonstrate framework extensibility:

+

Mempool & Transaction Handling

+

Transaction Propagation & Inclusion Test

+

Concept: Submit the same batch of independent transactions to different nodes in randomized order/offsets, then verify all transactions are included and final state matches across nodes.

+

Requirements:

+
    +
  • Custom workload: Generates a fixed batch of transactions and submits the same set to different nodes via ctx.node_clients(), with randomized submission order and timing offsets per node
  • +
  • Custom expectation: Verifies all transactions appear in blocks (order may vary), final state matches across all nodes (compare balances or state roots), and no transactions are dropped
  • +
+

Why useful: Exercises mempool propagation, proposer fairness, and transaction inclusion guarantees under realistic race conditions. Tests that the protocol maintains consistency regardless of which node receives transactions first.

+

Implementation notes: Requires both a custom Workload implementation (to submit same transactions to multiple nodes with jitter) and a custom Expectation implementation (to verify inclusion and state consistency).

+

Cross-Validator Mempool Divergence & Convergence

+

Concept: Drive different transaction subsets into different validators (or differing arrival orders) to create temporary mempool divergence, then verify mempools/blocks converge to contain the union (no permanent divergence).

+

Requirements:

+
    +
  • Custom workload: Targets specific nodes via ctx.node_clients() with disjoint or jittered transaction batches
  • +
  • Custom expectation: After a convergence window, verifies that all transactions appear in blocks (order may vary) or that mempool contents converge across nodes
  • +
  • Run normal workloads during convergence period
  • +
+

Expectations:

+
    +
  • Temporary mempool divergence is acceptable (different nodes see different transactions initially)
  • +
  • After convergence window, all transactions appear in blocks or mempools converge
  • +
  • No transactions are permanently dropped despite initial divergence
  • +
  • Mempool gossip/reconciliation mechanisms work correctly
  • +
+

Why useful: Exercises mempool gossip and reconciliation under uneven input or latency. Ensures no node "drops" transactions seen elsewhere, validating that mempool synchronization mechanisms correctly propagate transactions across the network even when they arrive at different nodes in different orders.

+

Implementation notes: Requires both a custom Workload implementation (to inject disjoint/jittered batches per node) and a custom Expectation implementation (to verify mempool convergence or block inclusion). Uses existing ctx.node_clients() capability—no new infrastructure needed.

+

Adaptive Mempool Pressure Test

+

Concept: Ramp transaction load over time to observe mempool growth, fee prioritization/eviction, and block saturation behavior, detecting performance regressions and ensuring backpressure/eviction work under increasing load.

+

Requirements:

+
    +
  • Custom workload: Steadily increases transaction rate over time (optional: use fee tiers)
  • +
  • Custom expectation: Monitors mempool size, evictions, and throughput (blocks/txs per slot), flagging runaway growth or stalls
  • +
  • Run for extended duration to observe pressure buildup
  • +
+

Expectations:

+
    +
  • Mempool size grows predictably with load (not runaway growth)
  • +
  • Fee prioritization/eviction mechanisms activate under pressure
  • +
  • Block saturation behavior is acceptable (blocks fill appropriately)
  • +
  • Throughput (blocks/txs per slot) remains stable or degrades gracefully
  • +
  • No stalls or unbounded mempool growth
  • +
+

Why useful: Detects performance regressions in mempool management. Ensures backpressure and eviction mechanisms work correctly under increasing load, preventing memory exhaustion or unbounded growth. Validates that fee prioritization correctly selects high-value transactions when mempool is full.

+

Implementation notes: Can be built with current workload model (ramping rate). Requires custom Expectation implementation that reads mempool metrics (via node HTTP APIs or Prometheus) and monitors throughput to judge behavior. No new infrastructure needed—uses existing observability capabilities.

+

Invalid Transaction Fuzzing

+

Concept: Submit malformed transactions and verify they're rejected properly.

+

Implementation approach:

+
    +
  • Custom workload that generates invalid transactions (bad signatures, insufficient funds, malformed structure)
  • +
  • Expectation verifies mempool rejects them and they never appear in blocks
  • +
  • Test mempool resilience and filtering
  • +
+

Why useful: Ensures mempool doesn't crash or include invalid transactions under fuzzing.

+

Network & Gossip

+

Gossip Latency Gradient Scenario

+

Concept: Test consensus robustness under skewed gossip delays by partitioning nodes into latency tiers (tier A ≈10ms, tier B ≈100ms, tier C ≈300ms) and observing propagation lag, fork rate, and eventual convergence.

+

Requirements:

+
    +
  • Partition nodes into three groups (tiers)
  • +
  • Apply per-group network delay via chaos: netem/iptables in compose; NetworkPolicy + netem sidecar in k8s
  • +
  • Run standard workload (transactions/block production)
  • +
  • Optional: Remove delays at end to check recovery
  • +
+

Expectations:

+
    +
  • Propagation: Messages reach all tiers within acceptable bounds
  • +
  • Safety: No divergent finalized heads; fork rate stays within tolerance
  • +
  • Liveness: Chain keeps advancing; convergence after delays relaxed (if healed)
  • +
+

Why useful: Real networks have heterogeneous latency. This stress-tests proposer selection and fork resolution when some peers are "far" (high latency), validating that consensus remains safe and live under realistic network conditions.

+

Current blocker: Runner support for per-group delay injection (network delay via netem/iptables) is not present today. Would require new chaos plumbing in compose/k8s deployers to inject network delays per node group.

+

Byzantine Gossip Flooding (libp2p Peer)

+

Concept: Spin up a custom workload/sidecar that runs a libp2p host, joins the cluster's gossip mesh, and publishes a high rate of syntactically valid but useless/stale messages to selected topics, testing gossip backpressure, scoring, and queue handling under a "malicious" peer.

+

Requirements:

+
    +
  • Custom workload/sidecar that implements a libp2p host
  • +
  • Join the cluster's gossip mesh as a peer
  • +
  • Publish high-rate syntactically valid but useless/stale messages to selected gossip topics
  • +
  • Run alongside normal workloads (transactions/block production)
  • +
+

Expectations:

+
    +
  • Gossip backpressure mechanisms prevent message flooding from overwhelming nodes
  • +
  • Peer scoring correctly identifies and penalizes the malicious peer
  • +
  • Queue handling remains stable under flood conditions
  • +
  • Normal consensus operation continues despite malicious peer
  • +
+

Why useful: Tests Byzantine behavior (malicious peer) which is critical for consensus protocol robustness. More realistic than RPC spam since it uses the actual gossip protocol. Validates that gossip backpressure, peer scoring, and queue management correctly handle adversarial peers without disrupting consensus.

+

Current blocker: Requires adding gossip-capable helper (libp2p integration) to the framework. Would need a custom workload/sidecar implementation that can join the gossip mesh and inject messages. The rest of the scenario can use existing runners/workloads.

+

Network Partition Recovery

+

Concept: Test consensus recovery after network partitions.

+

Requirements:

+
    +
  • Needs block_peer() / unblock_peer() methods in NodeControlHandle
  • +
  • Partition subsets of validators, wait, then restore connectivity
  • +
  • Verify chain convergence after partition heals
  • +
+

Why useful: Tests the most realistic failure mode in distributed systems.

+

Current blocker: Node control doesn't yet support network-level actions (only process restarts).

+

Time & Timing

+

Time-Shifted Blocks (Clock Skew Test)

+

Concept: Test consensus and timestamp handling when nodes run with skewed clocks (e.g., +1s, −1s, +200ms jitter) to surface timestamp validation issues, reorg sensitivity, and clock drift handling.

+

Requirements:

+
    +
  • Assign per-node time offsets (e.g., +1s, −1s, +200ms jitter)
  • +
  • Run normal workload (transactions/block production)
  • +
  • Observe whether blocks are accepted/propagated and the chain stays consistent
  • +
+

Expectations:

+
    +
  • Blocks with skewed timestamps are handled correctly (accepted or rejected per protocol rules)
  • +
  • Chain remains consistent across nodes despite clock differences
  • +
  • No unexpected reorgs or chain splits due to timestamp validation issues
  • +
+

Why useful: Clock skew is a common real-world issue in distributed systems. This validates that consensus correctly handles timestamp validation and maintains safety/liveness when nodes have different clock offsets, preventing timestamp-based attacks or failures.

+

Current blocker: Runner ability to skew per-node clocks (e.g., privileged containers with libfaketime/chrony or time-offset netns) is not available today. Would require a new chaos/time-skew hook in deployers to inject clock offsets per node.

+

Block Timing Consistency

+

Concept: Verify block production intervals stay within expected bounds.

+

Implementation approach:

+
    +
  • Custom expectation that consumes BlockFeed
  • +
  • Collect block timestamps during run
  • +
  • Assert intervals are within (slot_duration * active_slot_coeff) ± tolerance
  • +
+

Why useful: Validates consensus timing under various loads.

+

Topology & Membership

+

Dynamic Topology (Churn) Scenario

+

Concept: Nodes join and leave mid-run (new identities/addresses added; some nodes permanently removed) to exercise peer discovery, bootstrapping, reputation, and load balancing under churn.

+

Requirements:

+
    +
  • Runner must be able to spin up new nodes with fresh keys/addresses at runtime
  • +
  • Update peer lists and bootstraps dynamically as nodes join/leave
  • +
  • Optionally tear down nodes permanently (not just restart)
  • +
  • Run normal workloads (transactions/block production) during churn
  • +
+

Expectations:

+
    +
  • New nodes successfully discover and join the network
  • +
  • Peer discovery mechanisms correctly handle dynamic topology changes
  • +
  • Reputation systems adapt to new/removed peers
  • +
  • Load balancing adjusts to changing node set
  • +
  • Consensus remains safe and live despite topology churn
  • +
+

Why useful: Real networks experience churn (nodes joining/leaving). Unlike restarts (which preserve topology), churn changes the actual topology size and peer set, testing how the protocol handles dynamic membership. This exercises peer discovery, bootstrapping, reputation systems, and load balancing under realistic conditions.

+

Current blocker: Runner support for dynamic node addition/removal at runtime is not available today. Chaos today only restarts existing nodes; churn would require the ability to spin up new nodes with fresh identities/addresses, update peer lists/bootstraps dynamically, and permanently remove nodes. Would need new topology management capabilities in deployers.

+

API & External Interfaces

+

API DoS/Stress Test

+

Concept: Adversarial workload floods node HTTP/WS APIs with high QPS and malformed/bursty requests; expectation checks nodes remain responsive or rate-limit without harming consensus.

+

Requirements:

+
    +
  • Custom workload: Targets node HTTP/WS API endpoints with mixed valid/invalid requests at high rate
  • +
  • Custom expectation: Monitors error rates, latency, and confirms block production/liveness unaffected
  • +
  • Run alongside normal workloads (transactions/block production)
  • +
+

Expectations:

+
    +
  • Nodes remain responsive or correctly rate-limit under API flood
  • +
  • Error rates/latency are acceptable (rate limiting works)
  • +
  • Block production/liveness unaffected by API abuse
  • +
  • Consensus continues normally despite API stress
  • +
+

Why useful: Validates API hardening under abuse and ensures control/telemetry endpoints don't destabilize the node. Tests that API abuse is properly isolated from consensus operations, preventing DoS attacks on API endpoints from affecting blockchain functionality.

+

Implementation notes: Requires custom Workload implementation that directs high-QPS traffic to node APIs (via ctx.node_clients() or direct HTTP clients) and custom Expectation implementation that monitors API responsiveness metrics and consensus liveness. Uses existing node API access—no new infrastructure needed.

+

State & Correctness

+

Wallet Balance Verification

+

Concept: Track wallet balances and verify state consistency.

+

Description: After transaction workload completes, query all wallet balances via node API and verify total supply is conserved. Requires tracking initial state, submitted transactions, and final balances. Validates that the ledger maintains correctness under load (no funds lost or created). This is a state assertion expectation that checks correctness, not just liveness.

+ +
+ + +
+
+ + + +
+ + + + + + + + + + + + + + + + + + + +
+ + diff --git a/docs/examples.html b/docs/examples.html new file mode 100644 index 0000000..8c5a838 --- /dev/null +++ b/docs/examples.html @@ -0,0 +1,351 @@ + + + + + + Examples - Logos Blockchain Testing Framework Book + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + + +
+
+

Examples

+

Concrete scenario shapes that illustrate how to combine topologies, workloads, +and expectations.

+

View Complete Source Code:

+ +

Runnable examples: The repo includes complete binaries in examples/src/bin/:

+
    +
  • local_runner.rs — Host processes (local)
  • +
  • compose_runner.rs — Docker Compose (requires image built)
  • +
  • k8s_runner.rs — Kubernetes (requires cluster access and image loaded)
  • +
+

Recommended: Use scripts/run/run-examples.sh -t <duration> -v <validators> -e <executors> <mode> where mode is host, compose, or k8s.

+

Alternative: Direct cargo run: POL_PROOF_DEV_MODE=true cargo run -p runner-examples --bin <name>

+

All runners require POL_PROOF_DEV_MODE=true to avoid expensive proof generation.

+

Code patterns below show how to build scenarios. Wrap these in #[tokio::test] functions for integration tests, or #[tokio::main] for binaries.

+

Simple consensus liveness

+

Minimal test that validates basic block production:

+
use std::time::Duration;
+
+use anyhow::Result;
+use testing_framework_core::scenario::{Deployer, ScenarioBuilder};
+use testing_framework_runner_local::LocalDeployer;
+use testing_framework_workflows::ScenarioBuilderExt;
+
+pub async fn simple_consensus() -> Result<()> {
+    let mut plan = ScenarioBuilder::topology_with(|t| t.network_star().validators(3).executors(0))
+        .expect_consensus_liveness()
+        .with_run_duration(Duration::from_secs(30))
+        .build();
+
+    let deployer = LocalDeployer::default();
+    let runner = deployer.deploy(&plan).await?;
+    let _handle = runner.run(&mut plan).await?;
+
+    Ok(())
+}
+

When to use: smoke tests for consensus on minimal hardware.

+

Transaction workload

+

Test consensus under transaction load:

+
use std::time::Duration;
+
+use anyhow::Result;
+use testing_framework_core::scenario::{Deployer, ScenarioBuilder};
+use testing_framework_runner_local::LocalDeployer;
+use testing_framework_workflows::ScenarioBuilderExt;
+
+pub async fn transaction_workload() -> Result<()> {
+    let mut plan = ScenarioBuilder::topology_with(|t| t.network_star().validators(2).executors(0))
+        .wallets(20)
+        .transactions_with(|txs| txs.rate(5).users(10))
+        .expect_consensus_liveness()
+        .with_run_duration(Duration::from_secs(60))
+        .build();
+
+    let deployer = LocalDeployer::default();
+    let runner = deployer.deploy(&plan).await?;
+    let _handle = runner.run(&mut plan).await?;
+
+    Ok(())
+}
+

When to use: validate transaction submission and inclusion.

+

DA + transaction workload

+

Combined test stressing both transaction and DA layers:

+
use std::time::Duration;
+
+use anyhow::Result;
+use testing_framework_core::scenario::{Deployer, ScenarioBuilder};
+use testing_framework_runner_local::LocalDeployer;
+use testing_framework_workflows::ScenarioBuilderExt;
+
+pub async fn da_and_transactions() -> Result<()> {
+    let mut plan = ScenarioBuilder::topology_with(|t| t.network_star().validators(3).executors(2))
+        .wallets(30)
+        .transactions_with(|txs| txs.rate(5).users(15))
+        .da_with(|da| da.channel_rate(2).blob_rate(2))
+        .expect_consensus_liveness()
+        .with_run_duration(Duration::from_secs(90))
+        .build();
+
+    let deployer = LocalDeployer::default();
+    let runner = deployer.deploy(&plan).await?;
+    let _handle = runner.run(&mut plan).await?;
+
+    Ok(())
+}
+

When to use: end-to-end coverage of transaction and DA layers.

+

Chaos resilience

+

Test system resilience under node restarts:

+
use std::time::Duration;
+
+use anyhow::Result;
+use testing_framework_core::scenario::{Deployer, ScenarioBuilder};
+use testing_framework_runner_compose::ComposeDeployer;
+use testing_framework_workflows::{ChaosBuilderExt, ScenarioBuilderExt};
+
+pub async fn chaos_resilience() -> Result<()> {
+    let mut plan = ScenarioBuilder::topology_with(|t| t.network_star().validators(4).executors(2))
+        .enable_node_control()
+        .wallets(20)
+        .transactions_with(|txs| txs.rate(3).users(10))
+        .chaos_with(|c| {
+            c.restart()
+                .min_delay(Duration::from_secs(20))
+                .max_delay(Duration::from_secs(40))
+                .target_cooldown(Duration::from_secs(30))
+                .apply()
+        })
+        .expect_consensus_liveness()
+        .with_run_duration(Duration::from_secs(120))
+        .build();
+
+    let deployer = ComposeDeployer::default();
+    let runner = deployer.deploy(&plan).await?;
+    let _handle = runner.run(&mut plan).await?;
+
+    Ok(())
+}
+

When to use: resilience validation and operational readiness drills.

+

Note: Chaos tests require ComposeDeployer or another runner with node control support.

+ +
+ + +
+
+ + + +
+ + + + + + + + + + + + + + + + + + + +
+ + diff --git a/docs/extending.html b/docs/extending.html new file mode 100644 index 0000000..3ee420c --- /dev/null +++ b/docs/extending.html @@ -0,0 +1,565 @@ + + + + + + Extending the Framework - Logos Blockchain Testing Framework Book + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + + +
+
+

Extending the Framework

+

This guide shows how to extend the framework with custom workloads, expectations, runners, and topology helpers. Each section includes the trait outline and a minimal code example.

+

Adding a Workload

+

Steps:

+
    +
  1. Implement testing_framework_core::scenario::Workload
  2. +
  3. Provide a name and any bundled expectations
  4. +
  5. Use init to derive inputs from topology/metrics; fail fast if prerequisites missing
  6. +
  7. Use start to drive async traffic using RunContext clients
  8. +
  9. Expose from testing-framework/workflows and optionally add a DSL helper
  10. +
+

Trait outline:

+
use async_trait::async_trait;
+use testing_framework_core::scenario::{
+    DynError, Expectation, RunContext, RunMetrics, Workload,
+};
+use testing_framework_core::topology::generation::GeneratedTopology;
+
+struct MyExpectation;
+
+#[async_trait]
+impl Expectation for MyExpectation {
+    fn name(&self) -> &str {
+        "my_expectation"
+    }
+
+    async fn evaluate(&mut self, _ctx: &RunContext) -> Result<(), DynError> {
+        Ok(())
+    }
+}
+
+pub struct MyWorkload {
+    // Configuration fields
+    target_rate: u64,
+}
+
+impl MyWorkload {
+    pub fn new(target_rate: u64) -> Self {
+        Self { target_rate }
+    }
+}
+
+#[async_trait]
+impl Workload for MyWorkload {
+    fn name(&self) -> &str {
+        "my_workload"
+    }
+
+    fn expectations(&self) -> Vec<Box<dyn Expectation>> {
+        // Return bundled expectations that should run with this workload
+        vec![Box::new(MyExpectation)]
+    }
+
+    fn init(
+        &mut self,
+        topology: &GeneratedTopology,
+        _run_metrics: &RunMetrics,
+    ) -> Result<(), DynError> {
+        // Validate prerequisites (e.g., enough nodes, wallet data present)
+        if topology.validators().is_empty() {
+            return Err("no validators available".into());
+        }
+        Ok(())
+    }
+
+    async fn start(&self, ctx: &RunContext) -> Result<(), DynError> {
+        // Drive async activity: submit transactions, query nodes, etc.
+        let clients = ctx.node_clients().validator_clients();
+        
+        for client in clients {
+            let info = client.consensus_info().await?;
+            tracing::info!(height = info.height, "workload queried node");
+        }
+        
+        Ok(())
+    }
+}
+

Key points:

+
    +
  • name() identifies the workload in logs
  • +
  • expectations() bundles default checks (can be empty)
  • +
  • init() validates topology before run starts
  • +
  • start() executes concurrently with other workloads; it should complete before run duration expires
  • +
+

See Example: New Workload & Expectation for a complete, runnable example.

+

Adding an Expectation

+

Steps:

+
    +
  1. Implement testing_framework_core::scenario::Expectation
  2. +
  3. Use start_capture to snapshot baseline metrics (optional)
  4. +
  5. Use evaluate to assert outcomes after workloads finish
  6. +
  7. Return descriptive errors; the runner aggregates them
  8. +
  9. Export from testing-framework/workflows if reusable
  10. +
+

Trait outline:

+
use async_trait::async_trait;
+use testing_framework_core::scenario::{DynError, Expectation, RunContext};
+
+pub struct MyExpectation {
+    expected_value: u64,
+    captured_baseline: Option<u64>,
+}
+
+impl MyExpectation {
+    pub fn new(expected_value: u64) -> Self {
+        Self {
+            expected_value,
+            captured_baseline: None,
+        }
+    }
+}
+
+#[async_trait]
+impl Expectation for MyExpectation {
+    fn name(&self) -> &str {
+        "my_expectation"
+    }
+
+    async fn start_capture(&mut self, ctx: &RunContext) -> Result<(), DynError> {
+        // Optional: capture baseline state before workloads start
+        let client = ctx.node_clients().validator_clients().first()
+            .ok_or("no validators")?;
+        
+        let info = client.consensus_info().await?;
+        self.captured_baseline = Some(info.height);
+        
+        tracing::info!(baseline = self.captured_baseline, "captured baseline");
+        Ok(())
+    }
+
+    async fn evaluate(&mut self, ctx: &RunContext) -> Result<(), DynError> {
+        // Assert the expected condition holds after workloads finish
+        let client = ctx.node_clients().validator_clients().first()
+            .ok_or("no validators")?;
+        
+        let info = client.consensus_info().await?;
+        let final_height = info.height;
+        
+        let baseline = self.captured_baseline.unwrap_or(0);
+        let delta = final_height.saturating_sub(baseline);
+        
+        if delta < self.expected_value {
+            return Err(format!(
+                "expected at least {} blocks, got {}",
+                self.expected_value, delta
+            ).into());
+        }
+        
+        tracing::info!(delta, "expectation passed");
+        Ok(())
+    }
+}
+

Key points:

+
    +
  • name() identifies the expectation in logs
  • +
  • start_capture() runs before workloads start (optional)
  • +
  • evaluate() runs after workloads finish; return descriptive errors
  • +
  • Expectations run sequentially; keep them fast
  • +
+

Adding a Runner (Deployer)

+

Steps:

+
    +
  1. Implement testing_framework_core::scenario::Deployer<Caps> for your capability type
  2. +
  3. Deploy infrastructure and return a Runner
  4. +
  5. Construct NodeClients and spawn a BlockFeed
  6. +
  7. Build a RunContext and provide a CleanupGuard for teardown
  8. +
+

Trait outline:

+
use async_trait::async_trait;
+use testing_framework_core::scenario::{
+    CleanupGuard, Deployer, DynError, Metrics, NodeClients, RunContext, Runner, Scenario,
+    spawn_block_feed,
+};
+use testing_framework_core::topology::deployment::Topology;
+
+pub struct MyDeployer {
+    // Configuration: cluster connection details, etc.
+}
+
+impl MyDeployer {
+    pub fn new() -> Self {
+        Self {}
+    }
+}
+
+#[async_trait]
+impl Deployer<()> for MyDeployer {
+    type Error = DynError;
+
+    async fn deploy(&self, scenario: &Scenario<()>) -> Result<Runner, Self::Error> {
+        // 1. Launch nodes using scenario.topology()
+        // 2. Wait for readiness (e.g., consensus info endpoint responds)
+        // 3. Build NodeClients for validators/executors
+        // 4. Spawn a block feed for expectations (optional but recommended)
+        // 5. Create NodeControlHandle if you support restarts (optional)
+        // 6. Return a Runner wrapping RunContext + CleanupGuard
+
+        tracing::info!("deploying scenario with MyDeployer");
+
+        let topology: Option<Topology> = None; // Some(topology) if you spawned one
+        let node_clients = NodeClients::default(); // Or NodeClients::from_topology(...)
+
+        let client = node_clients
+            .any_client()
+            .ok_or("no api clients available")?
+            .clone();
+        let (block_feed, block_feed_guard) = spawn_block_feed(client).await?;
+
+        let telemetry = Metrics::empty(); // or Metrics::from_prometheus(...)
+        let node_control = None; // or Some(Arc<dyn NodeControlHandle>)
+
+        let context = RunContext::new(
+            scenario.topology().clone(),
+            topology,
+            node_clients,
+            scenario.duration(),
+            telemetry,
+            block_feed,
+            node_control,
+        );
+
+        // If you also have other resources to clean up (containers/pods/etc),
+        // wrap them in your own CleanupGuard implementation and call
+        // CleanupGuard::cleanup(Box::new(block_feed_guard)) inside it.
+        Ok(Runner::new(context, Some(Box::new(block_feed_guard))))
+    }
+}
+

Key points:

+
    +
  • deploy() must return a fully prepared Runner
  • +
  • Block until nodes are ready before returning (avoid false negatives)
  • +
  • Use a CleanupGuard to tear down resources on failure (and on RunHandle drop)
  • +
  • If you want chaos workloads, also provide a NodeControlHandle via RunContext
  • +
+

Adding Topology Helpers

+

Steps:

+
    +
  1. Extend testing_framework_core::topology::config::TopologyBuilder with new layouts
  2. +
  3. Keep defaults safe: ensure at least one participant, clamp dispersal factors
  4. +
  5. Consider adding configuration presets for specialized parameters
  6. +
+

Example:

+
use testing_framework_core::topology::{
+    config::TopologyBuilder,
+    configs::network::Libp2pNetworkLayout,
+};
+
+pub trait TopologyBuilderExt {
+    fn network_full(self) -> Self;
+}
+
+impl TopologyBuilderExt for TopologyBuilder {
+    fn network_full(self) -> Self {
+        self.with_network_layout(Libp2pNetworkLayout::Full)
+    }
+}
+

Key points:

+
    +
  • Maintain method chaining (return &mut Self)
  • +
  • Validate inputs: clamp factors, enforce minimums
  • +
  • Document assumptions (e.g., "requires at least 4 nodes")
  • +
+

Adding a DSL Helper

+

To expose your custom workload through the high-level DSL, add a trait extension:

+
use async_trait::async_trait;
+use testing_framework_core::scenario::{DynError, RunContext, ScenarioBuilder, Workload};
+
+#[derive(Default)]
+pub struct MyWorkloadBuilder {
+    target_rate: u64,
+    some_option: bool,
+}
+
+impl MyWorkloadBuilder {
+    pub const fn target_rate(mut self, target_rate: u64) -> Self {
+        self.target_rate = target_rate;
+        self
+    }
+
+    pub const fn some_option(mut self, some_option: bool) -> Self {
+        self.some_option = some_option;
+        self
+    }
+
+    pub const fn build(self) -> MyWorkload {
+        MyWorkload {
+            target_rate: self.target_rate,
+            some_option: self.some_option,
+        }
+    }
+}
+
+pub struct MyWorkload {
+    target_rate: u64,
+    some_option: bool,
+}
+
+#[async_trait]
+impl Workload for MyWorkload {
+    fn name(&self) -> &str {
+        "my_workload"
+    }
+
+    async fn start(&self, _ctx: &RunContext) -> Result<(), DynError> {
+        Ok(())
+    }
+}
+
+pub trait MyWorkloadDsl {
+    fn my_workload_with(
+        self,
+        f: impl FnOnce(MyWorkloadBuilder) -> MyWorkloadBuilder,
+    ) -> Self;
+}
+
+impl MyWorkloadDsl for ScenarioBuilder {
+    fn my_workload_with(
+        self,
+        f: impl FnOnce(MyWorkloadBuilder) -> MyWorkloadBuilder,
+    ) -> Self {
+        let builder = f(MyWorkloadBuilder::default());
+        self.with_workload(builder.build())
+    }
+}
+

Users can then call:

+
ScenarioBuilder::topology_with(|t| t.network_star().validators(1).executors(1))
+    .my_workload_with(|w| {
+        w.target_rate(10)
+         .some_option(true)
+    })
+    .build()
+

See Also

+ + +
+ + +
+
+ + + +
+ + + + + + + + + + + + + + + + + + + +
+ + diff --git a/docs/faq.html b/docs/faq.html new file mode 100644 index 0000000..7aa450e --- /dev/null +++ b/docs/faq.html @@ -0,0 +1,255 @@ + + + + + + FAQ - Logos Blockchain Testing Framework Book + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + + +
+
+

FAQ

+

Why block-oriented timing?
+Slots advance at a fixed rate (NTP-synchronized, 2s by default), so reasoning +about blocks and consensus intervals keeps assertions aligned with protocol +behavior rather than arbitrary wall-clock durations.

+

Can I reuse the same scenario across runners?
+Yes. The plan stays the same; swap runners (local, compose, k8s) to target +different environments.

+

When should I enable chaos workloads?
+Only when testing resilience or operational recovery; keep functional smoke +tests deterministic.

+

How long should runs be?
+The framework enforces a minimum of 2× slot duration (4 seconds with default 2s slots), but practical recommendations:

+
    +
  • Smoke tests: 30s minimum (~14 blocks with default 2s slots, 0.9 coefficient)
  • +
  • Transaction workloads: 60s+ (~27 blocks) to observe inclusion patterns
  • +
  • DA workloads: 90s+ (~40 blocks) to account for dispersal and sampling
  • +
  • Chaos tests: 120s+ (~54 blocks) to allow recovery after restarts
  • +
+

Very short runs (< 30s) risk false confidence—one or two lucky blocks don't prove liveness.

+

Do I always need seeded wallets?
+Only for transaction scenarios. Data-availability or pure chaos scenarios may +not require them, but liveness checks still need validators producing blocks.

+

What if expectations fail but workloads “look fine”?
+Trust expectations first—they capture the intended success criteria. Use the +observability signals and runner logs to pinpoint why the system missed the +target.

+ +
+ + +
+
+ + + +
+ + + + + + + + + + + + + + + + + + + +
+ + diff --git a/docs/favicon-8114d1fc.png b/docs/favicon-8114d1fc.png new file mode 100644 index 0000000..a5b1aa1 Binary files /dev/null and b/docs/favicon-8114d1fc.png differ diff --git a/docs/favicon-de23e50b.svg b/docs/favicon-de23e50b.svg new file mode 100644 index 0000000..90e0ea5 --- /dev/null +++ b/docs/favicon-de23e50b.svg @@ -0,0 +1,22 @@ + + + + + diff --git a/docs/favicon.png b/docs/favicon.png new file mode 100644 index 0000000..a5b1aa1 Binary files /dev/null and b/docs/favicon.png differ diff --git a/docs/favicon.svg b/docs/favicon.svg new file mode 100644 index 0000000..90e0ea5 --- /dev/null +++ b/docs/favicon.svg @@ -0,0 +1,22 @@ + + + + + diff --git a/docs/fonts/OPEN-SANS-LICENSE.txt b/docs/fonts/OPEN-SANS-LICENSE.txt new file mode 100644 index 0000000..d645695 --- /dev/null +++ b/docs/fonts/OPEN-SANS-LICENSE.txt @@ -0,0 +1,202 @@ + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. diff --git a/docs/fonts/SOURCE-CODE-PRO-LICENSE.txt b/docs/fonts/SOURCE-CODE-PRO-LICENSE.txt new file mode 100644 index 0000000..366206f --- /dev/null +++ b/docs/fonts/SOURCE-CODE-PRO-LICENSE.txt @@ -0,0 +1,93 @@ +Copyright 2010, 2012 Adobe Systems Incorporated (http://www.adobe.com/), with Reserved Font Name 'Source'. All Rights Reserved. Source is a trademark of Adobe Systems Incorporated in the United States and/or other countries. + +This Font Software is licensed under the SIL Open Font License, Version 1.1. +This license is copied below, and is also available with a FAQ at: +http://scripts.sil.org/OFL + + +----------------------------------------------------------- +SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 +----------------------------------------------------------- + +PREAMBLE +The goals of the Open Font License (OFL) are to stimulate worldwide +development of collaborative font projects, to support the font creation +efforts of academic and linguistic communities, and to provide a free and +open framework in which fonts may be shared and improved in partnership +with others. + +The OFL allows the licensed fonts to be used, studied, modified and +redistributed freely as long as they are not sold by themselves. The +fonts, including any derivative works, can be bundled, embedded, +redistributed and/or sold with any software provided that any reserved +names are not used by derivative works. The fonts and derivatives, +however, cannot be released under any other type of license. The +requirement for fonts to remain under this license does not apply +to any document created using the fonts or their derivatives. + +DEFINITIONS +"Font Software" refers to the set of files released by the Copyright +Holder(s) under this license and clearly marked as such. This may +include source files, build scripts and documentation. + +"Reserved Font Name" refers to any names specified as such after the +copyright statement(s). + +"Original Version" refers to the collection of Font Software components as +distributed by the Copyright Holder(s). + +"Modified Version" refers to any derivative made by adding to, deleting, +or substituting -- in part or in whole -- any of the components of the +Original Version, by changing formats or by porting the Font Software to a +new environment. + +"Author" refers to any designer, engineer, programmer, technical +writer or other person who contributed to the Font Software. + +PERMISSION & CONDITIONS +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Font Software, to use, study, copy, merge, embed, modify, +redistribute, and sell modified and unmodified copies of the Font +Software, subject to the following conditions: + +1) Neither the Font Software nor any of its individual components, +in Original or Modified Versions, may be sold by itself. + +2) Original or Modified Versions of the Font Software may be bundled, +redistributed and/or sold with any software, provided that each copy +contains the above copyright notice and this license. These can be +included either as stand-alone text files, human-readable headers or +in the appropriate machine-readable metadata fields within text or +binary files as long as those fields can be easily viewed by the user. + +3) No Modified Version of the Font Software may use the Reserved Font +Name(s) unless explicit written permission is granted by the corresponding +Copyright Holder. This restriction only applies to the primary font name as +presented to the users. + +4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font +Software shall not be used to promote, endorse or advertise any +Modified Version, except to acknowledge the contribution(s) of the +Copyright Holder(s) and the Author(s) or with their explicit written +permission. + +5) The Font Software, modified or unmodified, in part or in whole, +must be distributed entirely under this license, and must not be +distributed under any other license. The requirement for fonts to +remain under this license does not apply to any document created +using the Font Software. + +TERMINATION +This license becomes null and void if any of the above conditions are +not met. + +DISCLAIMER +THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT +OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE +COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL +DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM +OTHER DEALINGS IN THE FONT SOFTWARE. diff --git a/docs/fonts/fonts-9644e21d.css b/docs/fonts/fonts-9644e21d.css new file mode 100644 index 0000000..ce32fdc --- /dev/null +++ b/docs/fonts/fonts-9644e21d.css @@ -0,0 +1,100 @@ +/* Open Sans is licensed under the Apache License, Version 2.0. See http://www.apache.org/licenses/LICENSE-2.0 */ +/* Source Code Pro is under the Open Font License. See https://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL */ + +/* open-sans-300 - latin_vietnamese_latin-ext_greek-ext_greek_cyrillic-ext_cyrillic */ +@font-face { + font-family: 'Open Sans'; + font-style: normal; + font-weight: 300; + src: local('Open Sans Light'), local('OpenSans-Light'), + url('../fonts/open-sans-v17-all-charsets-300-7736aa35.woff2') format('woff2'); +} + +/* open-sans-300italic - latin_vietnamese_latin-ext_greek-ext_greek_cyrillic-ext_cyrillic */ +@font-face { + font-family: 'Open Sans'; + font-style: italic; + font-weight: 300; + src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'), + url('../fonts/open-sans-v17-all-charsets-300italic-2c7b95c0.woff2') format('woff2'); +} + +/* open-sans-regular - latin_vietnamese_latin-ext_greek-ext_greek_cyrillic-ext_cyrillic */ +@font-face { + font-family: 'Open Sans'; + font-style: normal; + font-weight: 400; + src: local('Open Sans Regular'), local('OpenSans-Regular'), + url('../fonts/open-sans-v17-all-charsets-regular-2e3b1d34.woff2') format('woff2'); +} + +/* open-sans-italic - latin_vietnamese_latin-ext_greek-ext_greek_cyrillic-ext_cyrillic */ +@font-face { + font-family: 'Open Sans'; + font-style: italic; + font-weight: 400; + src: local('Open Sans Italic'), local('OpenSans-Italic'), + url('../fonts/open-sans-v17-all-charsets-italic-6c9463f7.woff2') format('woff2'); +} + +/* open-sans-600 - latin_vietnamese_latin-ext_greek-ext_greek_cyrillic-ext_cyrillic */ +@font-face { + font-family: 'Open Sans'; + font-style: normal; + font-weight: 600; + src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), + url('../fonts/open-sans-v17-all-charsets-600-486c6759.woff2') format('woff2'); +} + +/* open-sans-600italic - latin_vietnamese_latin-ext_greek-ext_greek_cyrillic-ext_cyrillic */ +@font-face { + font-family: 'Open Sans'; + font-style: italic; + font-weight: 600; + src: local('Open Sans SemiBold Italic'), local('OpenSans-SemiBoldItalic'), + url('../fonts/open-sans-v17-all-charsets-600italic-1a3e8659.woff2') format('woff2'); +} + +/* open-sans-700 - latin_vietnamese_latin-ext_greek-ext_greek_cyrillic-ext_cyrillic */ +@font-face { + font-family: 'Open Sans'; + font-style: normal; + font-weight: 700; + src: local('Open Sans Bold'), local('OpenSans-Bold'), + url('../fonts/open-sans-v17-all-charsets-700-c22fe8c7.woff2') format('woff2'); +} + +/* open-sans-700italic - latin_vietnamese_latin-ext_greek-ext_greek_cyrillic-ext_cyrillic */ +@font-face { + font-family: 'Open Sans'; + font-style: italic; + font-weight: 700; + src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), + url('../fonts/open-sans-v17-all-charsets-700italic-238ae959.woff2') format('woff2'); +} + +/* open-sans-800 - latin_vietnamese_latin-ext_greek-ext_greek_cyrillic-ext_cyrillic */ +@font-face { + font-family: 'Open Sans'; + font-style: normal; + font-weight: 800; + src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), + url('../fonts/open-sans-v17-all-charsets-800-3d2c812a.woff2') format('woff2'); +} + +/* open-sans-800italic - latin_vietnamese_latin-ext_greek-ext_greek_cyrillic-ext_cyrillic */ +@font-face { + font-family: 'Open Sans'; + font-style: italic; + font-weight: 800; + src: local('Open Sans ExtraBold Italic'), local('OpenSans-ExtraBoldItalic'), + url('../fonts/open-sans-v17-all-charsets-800italic-ba1521ec.woff2') format('woff2'); +} + +/* source-code-pro-500 - latin_vietnamese_latin-ext_greek_cyrillic-ext_cyrillic */ +@font-face { + font-family: 'Source Code Pro'; + font-style: normal; + font-weight: 500; + src: url('../fonts/source-code-pro-v11-all-charsets-500-2bdd9410.woff2') format('woff2'); +} diff --git a/docs/fonts/fonts.css b/docs/fonts/fonts.css new file mode 100644 index 0000000..858efa5 --- /dev/null +++ b/docs/fonts/fonts.css @@ -0,0 +1,100 @@ +/* Open Sans is licensed under the Apache License, Version 2.0. See http://www.apache.org/licenses/LICENSE-2.0 */ +/* Source Code Pro is under the Open Font License. See https://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL */ + +/* open-sans-300 - latin_vietnamese_latin-ext_greek-ext_greek_cyrillic-ext_cyrillic */ +@font-face { + font-family: 'Open Sans'; + font-style: normal; + font-weight: 300; + src: local('Open Sans Light'), local('OpenSans-Light'), + url('open-sans-v17-all-charsets-300.woff2') format('woff2'); +} + +/* open-sans-300italic - latin_vietnamese_latin-ext_greek-ext_greek_cyrillic-ext_cyrillic */ +@font-face { + font-family: 'Open Sans'; + font-style: italic; + font-weight: 300; + src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'), + url('open-sans-v17-all-charsets-300italic.woff2') format('woff2'); +} + +/* open-sans-regular - latin_vietnamese_latin-ext_greek-ext_greek_cyrillic-ext_cyrillic */ +@font-face { + font-family: 'Open Sans'; + font-style: normal; + font-weight: 400; + src: local('Open Sans Regular'), local('OpenSans-Regular'), + url('open-sans-v17-all-charsets-regular.woff2') format('woff2'); +} + +/* open-sans-italic - latin_vietnamese_latin-ext_greek-ext_greek_cyrillic-ext_cyrillic */ +@font-face { + font-family: 'Open Sans'; + font-style: italic; + font-weight: 400; + src: local('Open Sans Italic'), local('OpenSans-Italic'), + url('open-sans-v17-all-charsets-italic.woff2') format('woff2'); +} + +/* open-sans-600 - latin_vietnamese_latin-ext_greek-ext_greek_cyrillic-ext_cyrillic */ +@font-face { + font-family: 'Open Sans'; + font-style: normal; + font-weight: 600; + src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), + url('open-sans-v17-all-charsets-600.woff2') format('woff2'); +} + +/* open-sans-600italic - latin_vietnamese_latin-ext_greek-ext_greek_cyrillic-ext_cyrillic */ +@font-face { + font-family: 'Open Sans'; + font-style: italic; + font-weight: 600; + src: local('Open Sans SemiBold Italic'), local('OpenSans-SemiBoldItalic'), + url('open-sans-v17-all-charsets-600italic.woff2') format('woff2'); +} + +/* open-sans-700 - latin_vietnamese_latin-ext_greek-ext_greek_cyrillic-ext_cyrillic */ +@font-face { + font-family: 'Open Sans'; + font-style: normal; + font-weight: 700; + src: local('Open Sans Bold'), local('OpenSans-Bold'), + url('open-sans-v17-all-charsets-700.woff2') format('woff2'); +} + +/* open-sans-700italic - latin_vietnamese_latin-ext_greek-ext_greek_cyrillic-ext_cyrillic */ +@font-face { + font-family: 'Open Sans'; + font-style: italic; + font-weight: 700; + src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), + url('open-sans-v17-all-charsets-700italic.woff2') format('woff2'); +} + +/* open-sans-800 - latin_vietnamese_latin-ext_greek-ext_greek_cyrillic-ext_cyrillic */ +@font-face { + font-family: 'Open Sans'; + font-style: normal; + font-weight: 800; + src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), + url('open-sans-v17-all-charsets-800.woff2') format('woff2'); +} + +/* open-sans-800italic - latin_vietnamese_latin-ext_greek-ext_greek_cyrillic-ext_cyrillic */ +@font-face { + font-family: 'Open Sans'; + font-style: italic; + font-weight: 800; + src: local('Open Sans ExtraBold Italic'), local('OpenSans-ExtraBoldItalic'), + url('open-sans-v17-all-charsets-800italic.woff2') format('woff2'); +} + +/* source-code-pro-500 - latin_vietnamese_latin-ext_greek_cyrillic-ext_cyrillic */ +@font-face { + font-family: 'Source Code Pro'; + font-style: normal; + font-weight: 500; + src: url('source-code-pro-v11-all-charsets-500.woff2') format('woff2'); +} diff --git a/docs/fonts/open-sans-v17-all-charsets-300-7736aa35.woff2 b/docs/fonts/open-sans-v17-all-charsets-300-7736aa35.woff2 new file mode 100644 index 0000000..9f51be3 Binary files /dev/null and b/docs/fonts/open-sans-v17-all-charsets-300-7736aa35.woff2 differ diff --git a/docs/fonts/open-sans-v17-all-charsets-300.woff2 b/docs/fonts/open-sans-v17-all-charsets-300.woff2 new file mode 100644 index 0000000..9f51be3 Binary files /dev/null and b/docs/fonts/open-sans-v17-all-charsets-300.woff2 differ diff --git a/docs/fonts/open-sans-v17-all-charsets-300italic-2c7b95c0.woff2 b/docs/fonts/open-sans-v17-all-charsets-300italic-2c7b95c0.woff2 new file mode 100644 index 0000000..2f54544 Binary files /dev/null and b/docs/fonts/open-sans-v17-all-charsets-300italic-2c7b95c0.woff2 differ diff --git a/docs/fonts/open-sans-v17-all-charsets-300italic.woff2 b/docs/fonts/open-sans-v17-all-charsets-300italic.woff2 new file mode 100644 index 0000000..2f54544 Binary files /dev/null and b/docs/fonts/open-sans-v17-all-charsets-300italic.woff2 differ diff --git a/docs/fonts/open-sans-v17-all-charsets-600-486c6759.woff2 b/docs/fonts/open-sans-v17-all-charsets-600-486c6759.woff2 new file mode 100644 index 0000000..f503d55 Binary files /dev/null and b/docs/fonts/open-sans-v17-all-charsets-600-486c6759.woff2 differ diff --git a/docs/fonts/open-sans-v17-all-charsets-600.woff2 b/docs/fonts/open-sans-v17-all-charsets-600.woff2 new file mode 100644 index 0000000..f503d55 Binary files /dev/null and b/docs/fonts/open-sans-v17-all-charsets-600.woff2 differ diff --git a/docs/fonts/open-sans-v17-all-charsets-600italic-1a3e8659.woff2 b/docs/fonts/open-sans-v17-all-charsets-600italic-1a3e8659.woff2 new file mode 100644 index 0000000..c99aabe Binary files /dev/null and b/docs/fonts/open-sans-v17-all-charsets-600italic-1a3e8659.woff2 differ diff --git a/docs/fonts/open-sans-v17-all-charsets-600italic.woff2 b/docs/fonts/open-sans-v17-all-charsets-600italic.woff2 new file mode 100644 index 0000000..c99aabe Binary files /dev/null and b/docs/fonts/open-sans-v17-all-charsets-600italic.woff2 differ diff --git a/docs/fonts/open-sans-v17-all-charsets-700-c22fe8c7.woff2 b/docs/fonts/open-sans-v17-all-charsets-700-c22fe8c7.woff2 new file mode 100644 index 0000000..421a1ab Binary files /dev/null and b/docs/fonts/open-sans-v17-all-charsets-700-c22fe8c7.woff2 differ diff --git a/docs/fonts/open-sans-v17-all-charsets-700.woff2 b/docs/fonts/open-sans-v17-all-charsets-700.woff2 new file mode 100644 index 0000000..421a1ab Binary files /dev/null and b/docs/fonts/open-sans-v17-all-charsets-700.woff2 differ diff --git a/docs/fonts/open-sans-v17-all-charsets-700italic-238ae959.woff2 b/docs/fonts/open-sans-v17-all-charsets-700italic-238ae959.woff2 new file mode 100644 index 0000000..12ce3d2 Binary files /dev/null and b/docs/fonts/open-sans-v17-all-charsets-700italic-238ae959.woff2 differ diff --git a/docs/fonts/open-sans-v17-all-charsets-700italic.woff2 b/docs/fonts/open-sans-v17-all-charsets-700italic.woff2 new file mode 100644 index 0000000..12ce3d2 Binary files /dev/null and b/docs/fonts/open-sans-v17-all-charsets-700italic.woff2 differ diff --git a/docs/fonts/open-sans-v17-all-charsets-800-3d2c812a.woff2 b/docs/fonts/open-sans-v17-all-charsets-800-3d2c812a.woff2 new file mode 100644 index 0000000..c94a223 Binary files /dev/null and b/docs/fonts/open-sans-v17-all-charsets-800-3d2c812a.woff2 differ diff --git a/docs/fonts/open-sans-v17-all-charsets-800.woff2 b/docs/fonts/open-sans-v17-all-charsets-800.woff2 new file mode 100644 index 0000000..c94a223 Binary files /dev/null and b/docs/fonts/open-sans-v17-all-charsets-800.woff2 differ diff --git a/docs/fonts/open-sans-v17-all-charsets-800italic-ba1521ec.woff2 b/docs/fonts/open-sans-v17-all-charsets-800italic-ba1521ec.woff2 new file mode 100644 index 0000000..eed7d3c Binary files /dev/null and b/docs/fonts/open-sans-v17-all-charsets-800italic-ba1521ec.woff2 differ diff --git a/docs/fonts/open-sans-v17-all-charsets-800italic.woff2 b/docs/fonts/open-sans-v17-all-charsets-800italic.woff2 new file mode 100644 index 0000000..eed7d3c Binary files /dev/null and b/docs/fonts/open-sans-v17-all-charsets-800italic.woff2 differ diff --git a/docs/fonts/open-sans-v17-all-charsets-italic-6c9463f7.woff2 b/docs/fonts/open-sans-v17-all-charsets-italic-6c9463f7.woff2 new file mode 100644 index 0000000..398b68a Binary files /dev/null and b/docs/fonts/open-sans-v17-all-charsets-italic-6c9463f7.woff2 differ diff --git a/docs/fonts/open-sans-v17-all-charsets-italic.woff2 b/docs/fonts/open-sans-v17-all-charsets-italic.woff2 new file mode 100644 index 0000000..398b68a Binary files /dev/null and b/docs/fonts/open-sans-v17-all-charsets-italic.woff2 differ diff --git a/docs/fonts/open-sans-v17-all-charsets-regular-2e3b1d34.woff2 b/docs/fonts/open-sans-v17-all-charsets-regular-2e3b1d34.woff2 new file mode 100644 index 0000000..8383e94 Binary files /dev/null and b/docs/fonts/open-sans-v17-all-charsets-regular-2e3b1d34.woff2 differ diff --git a/docs/fonts/open-sans-v17-all-charsets-regular.woff2 b/docs/fonts/open-sans-v17-all-charsets-regular.woff2 new file mode 100644 index 0000000..8383e94 Binary files /dev/null and b/docs/fonts/open-sans-v17-all-charsets-regular.woff2 differ diff --git a/docs/fonts/source-code-pro-v11-all-charsets-500-2bdd9410.woff2 b/docs/fonts/source-code-pro-v11-all-charsets-500-2bdd9410.woff2 new file mode 100644 index 0000000..7222456 Binary files /dev/null and b/docs/fonts/source-code-pro-v11-all-charsets-500-2bdd9410.woff2 differ diff --git a/docs/fonts/source-code-pro-v11-all-charsets-500.woff2 b/docs/fonts/source-code-pro-v11-all-charsets-500.woff2 new file mode 100644 index 0000000..7222456 Binary files /dev/null and b/docs/fonts/source-code-pro-v11-all-charsets-500.woff2 differ diff --git a/docs/glossary.html b/docs/glossary.html new file mode 100644 index 0000000..39f8019 --- /dev/null +++ b/docs/glossary.html @@ -0,0 +1,280 @@ + + + + + + Glossary - Logos Blockchain Testing Framework Book + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + + +
+
+

Glossary

+
    +
  • Validator: node role responsible for participating in consensus and block +production.
  • +
  • Executor: a validator node with the DA dispersal service enabled. Executors +can submit transactions and disperse blob data to the DA network, in addition +to performing all validator functions.
  • +
  • DA (Data Availability): subsystem ensuring blobs or channel data are +published and retrievable for validation.
  • +
  • Deployer: component that provisions infrastructure (spawns processes, +creates containers, or launches pods), waits for readiness, and returns a +Runner. Examples: LocalDeployer, ComposeDeployer, K8sDeployer.
  • +
  • Runner: component returned by deployers that orchestrates scenario +execution—starts workloads, observes signals, evaluates expectations, and +triggers cleanup.
  • +
  • Workload: traffic or behavior generator that exercises the system during a +scenario run.
  • +
  • Expectation: post-run assertion that judges whether the system met the +intended success criteria.
  • +
  • Topology: declarative description of the cluster shape, roles, and +high-level parameters for a scenario.
  • +
  • Scenario: immutable plan combining topology, workloads, expectations, and +run duration.
  • +
  • Blockfeed: stream of block observations used for liveness or inclusion +signals during a run.
  • +
  • Control capability: the ability for a runner to start, stop, or restart +nodes, used by chaos workloads.
  • +
  • Slot duration: time interval between consensus rounds in Cryptarchia. Blocks +are produced at multiples of the slot duration based on lottery outcomes.
  • +
  • Block cadence: observed rate of block production in a live network, measured +in blocks per second or seconds per block.
  • +
  • Cooldown: waiting period after a chaos action (e.g., node restart) before +triggering the next action, allowing the system to stabilize.
  • +
  • Run window: total duration a scenario executes, specified via +with_run_duration(). Framework auto-extends to at least 2× slot duration.
  • +
  • Readiness probe: health check performed by runners to ensure nodes are +reachable and responsive before starting workloads. Prevents false negatives +from premature traffic.
  • +
  • Liveness: property that the system continues making progress (producing +blocks) under specified conditions. Contrasts with safety/correctness which +verifies that state transitions are accurate.
  • +
  • State assertion: expectation that verifies specific values in the system +state (e.g., wallet balances, UTXO sets) rather than just progress signals. +Also called "correctness expectations."
  • +
  • Mantle transaction: transaction type in Logos that can contain UTXO transfers +(LedgerTx) and operations (Op), including channel data (ChannelBlob).
  • +
  • Channel: logical grouping for DA blobs; each blob belongs to a channel and +references a parent blob in the same channel, creating a chain of related data.
  • +
  • POL_PROOF_DEV_MODE: environment variable that disables expensive Groth16 zero-knowledge +proof generation for leader election. Required for all runners (local, compose, k8s) +for practical testing—without it, proof generation causes timeouts. Should never be +used in production environments.
  • +
+
+

External Resources

+ + +
+ + +
+
+ + + +
+ + + + + + + + + + + + + + + + + + + +
+ + diff --git a/docs/highlight-493f70e1.css b/docs/highlight-493f70e1.css new file mode 100644 index 0000000..352c79b --- /dev/null +++ b/docs/highlight-493f70e1.css @@ -0,0 +1,83 @@ +/* + * An increased contrast highlighting scheme loosely based on the + * "Base16 Atelier Dune Light" theme by Bram de Haan + * (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/dune) + * Original Base16 color scheme by Chris Kempson + * (https://github.com/chriskempson/base16) + */ + +/* Comment */ +.hljs-comment, +.hljs-quote { + color: #575757; +} + +/* Red */ +.hljs-variable, +.hljs-template-variable, +.hljs-attribute, +.hljs-attr, +.hljs-tag, +.hljs-name, +.hljs-regexp, +.hljs-link, +.hljs-name, +.hljs-selector-id, +.hljs-selector-class { + color: #d70025; +} + +/* Orange */ +.hljs-number, +.hljs-meta, +.hljs-built_in, +.hljs-builtin-name, +.hljs-literal, +.hljs-type, +.hljs-params { + color: #b21e00; +} + +/* Green */ +.hljs-string, +.hljs-symbol, +.hljs-bullet { + color: #008200; +} + +/* Blue */ +.hljs-title, +.hljs-section { + color: #0030f2; +} + +/* Purple */ +.hljs-keyword, +.hljs-selector-tag { + color: #9d00ec; +} + +.hljs { + display: block; + overflow-x: auto; + background: #f6f7f6; + color: #000; +} + +.hljs-emphasis { + font-style: italic; +} + +.hljs-strong { + font-weight: bold; +} + +.hljs-addition { + color: #22863a; + background-color: #f0fff4; +} + +.hljs-deletion { + color: #b31d28; + background-color: #ffeef0; +} diff --git a/docs/highlight-abc7f01d.js b/docs/highlight-abc7f01d.js new file mode 100644 index 0000000..18d2434 --- /dev/null +++ b/docs/highlight-abc7f01d.js @@ -0,0 +1,54 @@ +/* + Highlight.js 10.1.1 (93fd0d73) + License: BSD-3-Clause + Copyright (c) 2006-2020, Ivan Sagalaev +*/ +var hljs=function(){"use strict";function e(n){Object.freeze(n);var t="function"==typeof n;return Object.getOwnPropertyNames(n).forEach((function(r){!Object.hasOwnProperty.call(n,r)||null===n[r]||"object"!=typeof n[r]&&"function"!=typeof n[r]||t&&("caller"===r||"callee"===r||"arguments"===r)||Object.isFrozen(n[r])||e(n[r])})),n}class n{constructor(e){void 0===e.data&&(e.data={}),this.data=e.data}ignoreMatch(){this.ignore=!0}}function t(e){return e.replace(/&/g,"&").replace(//g,">").replace(/"/g,""").replace(/'/g,"'")}function r(e,...n){var t={};for(const n in e)t[n]=e[n];return n.forEach((function(e){for(const n in e)t[n]=e[n]})),t}function a(e){return e.nodeName.toLowerCase()}var i=Object.freeze({__proto__:null,escapeHTML:t,inherit:r,nodeStream:function(e){var n=[];return function e(t,r){for(var i=t.firstChild;i;i=i.nextSibling)3===i.nodeType?r+=i.nodeValue.length:1===i.nodeType&&(n.push({event:"start",offset:r,node:i}),r=e(i,r),a(i).match(/br|hr|img|input/)||n.push({event:"stop",offset:r,node:i}));return r}(e,0),n},mergeStreams:function(e,n,r){var i=0,s="",o=[];function l(){return e.length&&n.length?e[0].offset!==n[0].offset?e[0].offset"}function u(e){s+=""}function d(e){("start"===e.event?c:u)(e.node)}for(;e.length||n.length;){var g=l();if(s+=t(r.substring(i,g[0].offset)),i=g[0].offset,g===e){o.reverse().forEach(u);do{d(g.splice(0,1)[0]),g=l()}while(g===e&&g.length&&g[0].offset===i);o.reverse().forEach(c)}else"start"===g[0].event?o.push(g[0].node):o.pop(),d(g.splice(0,1)[0])}return s+t(r.substr(i))}});const s="",o=e=>!!e.kind;class l{constructor(e,n){this.buffer="",this.classPrefix=n.classPrefix,e.walk(this)}addText(e){this.buffer+=t(e)}openNode(e){if(!o(e))return;let n=e.kind;e.sublanguage||(n=`${this.classPrefix}${n}`),this.span(n)}closeNode(e){o(e)&&(this.buffer+=s)}value(){return this.buffer}span(e){this.buffer+=``}}class c{constructor(){this.rootNode={children:[]},this.stack=[this.rootNode]}get top(){return this.stack[this.stack.length-1]}get root(){return this.rootNode}add(e){this.top.children.push(e)}openNode(e){const n={kind:e,children:[]};this.add(n),this.stack.push(n)}closeNode(){if(this.stack.length>1)return this.stack.pop()}closeAllNodes(){for(;this.closeNode(););}toJSON(){return JSON.stringify(this.rootNode,null,4)}walk(e){return this.constructor._walk(e,this.rootNode)}static _walk(e,n){return"string"==typeof n?e.addText(n):n.children&&(e.openNode(n),n.children.forEach(n=>this._walk(e,n)),e.closeNode(n)),e}static _collapse(e){"string"!=typeof e&&e.children&&(e.children.every(e=>"string"==typeof e)?e.children=[e.children.join("")]:e.children.forEach(e=>{c._collapse(e)}))}}class u extends c{constructor(e){super(),this.options=e}addKeyword(e,n){""!==e&&(this.openNode(n),this.addText(e),this.closeNode())}addText(e){""!==e&&this.add(e)}addSublanguage(e,n){const t=e.root;t.kind=n,t.sublanguage=!0,this.add(t)}toHTML(){return new l(this,this.options).value()}finalize(){return!0}}function d(e){return e?"string"==typeof e?e:e.source:null}const g="(-?)(\\b0[xX][a-fA-F0-9]+|(\\b\\d+(\\.\\d*)?|\\.\\d+)([eE][-+]?\\d+)?)",h={begin:"\\\\[\\s\\S]",relevance:0},f={className:"string",begin:"'",end:"'",illegal:"\\n",contains:[h]},p={className:"string",begin:'"',end:'"',illegal:"\\n",contains:[h]},b={begin:/\b(a|an|the|are|I'm|isn't|don't|doesn't|won't|but|just|should|pretty|simply|enough|gonna|going|wtf|so|such|will|you|your|they|like|more)\b/},m=function(e,n,t={}){var a=r({className:"comment",begin:e,end:n,contains:[]},t);return a.contains.push(b),a.contains.push({className:"doctag",begin:"(?:TODO|FIXME|NOTE|BUG|OPTIMIZE|HACK|XXX):",relevance:0}),a},v=m("//","$"),x=m("/\\*","\\*/"),E=m("#","$");var _=Object.freeze({__proto__:null,IDENT_RE:"[a-zA-Z]\\w*",UNDERSCORE_IDENT_RE:"[a-zA-Z_]\\w*",NUMBER_RE:"\\b\\d+(\\.\\d+)?",C_NUMBER_RE:g,BINARY_NUMBER_RE:"\\b(0b[01]+)",RE_STARTERS_RE:"!|!=|!==|%|%=|&|&&|&=|\\*|\\*=|\\+|\\+=|,|-|-=|/=|/|:|;|<<|<<=|<=|<|===|==|=|>>>=|>>=|>=|>>>|>>|>|\\?|\\[|\\{|\\(|\\^|\\^=|\\||\\|=|\\|\\||~",SHEBANG:(e={})=>{const n=/^#![ ]*\//;return e.binary&&(e.begin=function(...e){return e.map(e=>d(e)).join("")}(n,/.*\b/,e.binary,/\b.*/)),r({className:"meta",begin:n,end:/$/,relevance:0,"on:begin":(e,n)=>{0!==e.index&&n.ignoreMatch()}},e)},BACKSLASH_ESCAPE:h,APOS_STRING_MODE:f,QUOTE_STRING_MODE:p,PHRASAL_WORDS_MODE:b,COMMENT:m,C_LINE_COMMENT_MODE:v,C_BLOCK_COMMENT_MODE:x,HASH_COMMENT_MODE:E,NUMBER_MODE:{className:"number",begin:"\\b\\d+(\\.\\d+)?",relevance:0},C_NUMBER_MODE:{className:"number",begin:g,relevance:0},BINARY_NUMBER_MODE:{className:"number",begin:"\\b(0b[01]+)",relevance:0},CSS_NUMBER_MODE:{className:"number",begin:"\\b\\d+(\\.\\d+)?(%|em|ex|ch|rem|vw|vh|vmin|vmax|cm|mm|in|pt|pc|px|deg|grad|rad|turn|s|ms|Hz|kHz|dpi|dpcm|dppx)?",relevance:0},REGEXP_MODE:{begin:/(?=\/[^/\n]*\/)/,contains:[{className:"regexp",begin:/\//,end:/\/[gimuy]*/,illegal:/\n/,contains:[h,{begin:/\[/,end:/\]/,relevance:0,contains:[h]}]}]},TITLE_MODE:{className:"title",begin:"[a-zA-Z]\\w*",relevance:0},UNDERSCORE_TITLE_MODE:{className:"title",begin:"[a-zA-Z_]\\w*",relevance:0},METHOD_GUARD:{begin:"\\.\\s*[a-zA-Z_]\\w*",relevance:0},END_SAME_AS_BEGIN:function(e){return Object.assign(e,{"on:begin":(e,n)=>{n.data._beginMatch=e[1]},"on:end":(e,n)=>{n.data._beginMatch!==e[1]&&n.ignoreMatch()}})}}),N="of and for in not or if then".split(" ");function w(e,n){return n?+n:function(e){return N.includes(e.toLowerCase())}(e)?0:1}const R=t,y=r,{nodeStream:k,mergeStreams:O}=i,M=Symbol("nomatch");return function(t){var a=[],i={},s={},o=[],l=!0,c=/(^(<[^>]+>|\t|)+|\n)/gm,g="Could not find the language '{}', did you forget to load/include a language module?";const h={disableAutodetect:!0,name:"Plain text",contains:[]};var f={noHighlightRe:/^(no-?highlight)$/i,languageDetectRe:/\blang(?:uage)?-([\w-]+)\b/i,classPrefix:"hljs-",tabReplace:null,useBR:!1,languages:null,__emitter:u};function p(e){return f.noHighlightRe.test(e)}function b(e,n,t,r){var a={code:n,language:e};S("before:highlight",a);var i=a.result?a.result:m(a.language,a.code,t,r);return i.code=a.code,S("after:highlight",i),i}function m(e,t,a,s){var o=t;function c(e,n){var t=E.case_insensitive?n[0].toLowerCase():n[0];return Object.prototype.hasOwnProperty.call(e.keywords,t)&&e.keywords[t]}function u(){null!=y.subLanguage?function(){if(""!==A){var e=null;if("string"==typeof y.subLanguage){if(!i[y.subLanguage])return void O.addText(A);e=m(y.subLanguage,A,!0,k[y.subLanguage]),k[y.subLanguage]=e.top}else e=v(A,y.subLanguage.length?y.subLanguage:null);y.relevance>0&&(I+=e.relevance),O.addSublanguage(e.emitter,e.language)}}():function(){if(!y.keywords)return void O.addText(A);let e=0;y.keywordPatternRe.lastIndex=0;let n=y.keywordPatternRe.exec(A),t="";for(;n;){t+=A.substring(e,n.index);const r=c(y,n);if(r){const[e,a]=r;O.addText(t),t="",I+=a,O.addKeyword(n[0],e)}else t+=n[0];e=y.keywordPatternRe.lastIndex,n=y.keywordPatternRe.exec(A)}t+=A.substr(e),O.addText(t)}(),A=""}function h(e){return e.className&&O.openNode(e.className),y=Object.create(e,{parent:{value:y}})}function p(e){return 0===y.matcher.regexIndex?(A+=e[0],1):(L=!0,0)}var b={};function x(t,r){var i=r&&r[0];if(A+=t,null==i)return u(),0;if("begin"===b.type&&"end"===r.type&&b.index===r.index&&""===i){if(A+=o.slice(r.index,r.index+1),!l){const n=Error("0 width match regex");throw n.languageName=e,n.badRule=b.rule,n}return 1}if(b=r,"begin"===r.type)return function(e){var t=e[0],r=e.rule;const a=new n(r),i=[r.__beforeBegin,r["on:begin"]];for(const n of i)if(n&&(n(e,a),a.ignore))return p(t);return r&&r.endSameAsBegin&&(r.endRe=RegExp(t.replace(/[-/\\^$*+?.()|[\]{}]/g,"\\$&"),"m")),r.skip?A+=t:(r.excludeBegin&&(A+=t),u(),r.returnBegin||r.excludeBegin||(A=t)),h(r),r.returnBegin?0:t.length}(r);if("illegal"===r.type&&!a){const e=Error('Illegal lexeme "'+i+'" for mode "'+(y.className||"")+'"');throw e.mode=y,e}if("end"===r.type){var s=function(e){var t=e[0],r=o.substr(e.index),a=function e(t,r,a){let i=function(e,n){var t=e&&e.exec(n);return t&&0===t.index}(t.endRe,a);if(i){if(t["on:end"]){const e=new n(t);t["on:end"](r,e),e.ignore&&(i=!1)}if(i){for(;t.endsParent&&t.parent;)t=t.parent;return t}}if(t.endsWithParent)return e(t.parent,r,a)}(y,e,r);if(!a)return M;var i=y;i.skip?A+=t:(i.returnEnd||i.excludeEnd||(A+=t),u(),i.excludeEnd&&(A=t));do{y.className&&O.closeNode(),y.skip||y.subLanguage||(I+=y.relevance),y=y.parent}while(y!==a.parent);return a.starts&&(a.endSameAsBegin&&(a.starts.endRe=a.endRe),h(a.starts)),i.returnEnd?0:t.length}(r);if(s!==M)return s}if("illegal"===r.type&&""===i)return 1;if(B>1e5&&B>3*r.index)throw Error("potential infinite loop, way more iterations than matches");return A+=i,i.length}var E=T(e);if(!E)throw console.error(g.replace("{}",e)),Error('Unknown language: "'+e+'"');var _=function(e){function n(n,t){return RegExp(d(n),"m"+(e.case_insensitive?"i":"")+(t?"g":""))}class t{constructor(){this.matchIndexes={},this.regexes=[],this.matchAt=1,this.position=0}addRule(e,n){n.position=this.position++,this.matchIndexes[this.matchAt]=n,this.regexes.push([n,e]),this.matchAt+=function(e){return RegExp(e.toString()+"|").exec("").length-1}(e)+1}compile(){0===this.regexes.length&&(this.exec=()=>null);const e=this.regexes.map(e=>e[1]);this.matcherRe=n(function(e,n="|"){for(var t=/\[(?:[^\\\]]|\\.)*\]|\(\??|\\([1-9][0-9]*)|\\./,r=0,a="",i=0;i0&&(a+=n),a+="(";o.length>0;){var l=t.exec(o);if(null==l){a+=o;break}a+=o.substring(0,l.index),o=o.substring(l.index+l[0].length),"\\"===l[0][0]&&l[1]?a+="\\"+(+l[1]+s):(a+=l[0],"("===l[0]&&r++)}a+=")"}return a}(e),!0),this.lastIndex=0}exec(e){this.matcherRe.lastIndex=this.lastIndex;const n=this.matcherRe.exec(e);if(!n)return null;const t=n.findIndex((e,n)=>n>0&&void 0!==e),r=this.matchIndexes[t];return n.splice(0,t),Object.assign(n,r)}}class a{constructor(){this.rules=[],this.multiRegexes=[],this.count=0,this.lastIndex=0,this.regexIndex=0}getMatcher(e){if(this.multiRegexes[e])return this.multiRegexes[e];const n=new t;return this.rules.slice(e).forEach(([e,t])=>n.addRule(e,t)),n.compile(),this.multiRegexes[e]=n,n}considerAll(){this.regexIndex=0}addRule(e,n){this.rules.push([e,n]),"begin"===n.type&&this.count++}exec(e){const n=this.getMatcher(this.regexIndex);n.lastIndex=this.lastIndex;const t=n.exec(e);return t&&(this.regexIndex+=t.position+1,this.regexIndex===this.count&&(this.regexIndex=0)),t}}function i(e,n){const t=e.input[e.index-1],r=e.input[e.index+e[0].length];"."!==t&&"."!==r||n.ignoreMatch()}if(e.contains&&e.contains.includes("self"))throw Error("ERR: contains `self` is not supported at the top-level of a language. See documentation.");return function t(s,o){const l=s;if(s.compiled)return l;s.compiled=!0,s.__beforeBegin=null,s.keywords=s.keywords||s.beginKeywords;let c=null;if("object"==typeof s.keywords&&(c=s.keywords.$pattern,delete s.keywords.$pattern),s.keywords&&(s.keywords=function(e,n){var t={};return"string"==typeof e?r("keyword",e):Object.keys(e).forEach((function(n){r(n,e[n])})),t;function r(e,r){n&&(r=r.toLowerCase()),r.split(" ").forEach((function(n){var r=n.split("|");t[r[0]]=[e,w(r[0],r[1])]}))}}(s.keywords,e.case_insensitive)),s.lexemes&&c)throw Error("ERR: Prefer `keywords.$pattern` to `mode.lexemes`, BOTH are not allowed. (see mode reference) ");return l.keywordPatternRe=n(s.lexemes||c||/\w+/,!0),o&&(s.beginKeywords&&(s.begin="\\b("+s.beginKeywords.split(" ").join("|")+")(?=\\b|\\s)",s.__beforeBegin=i),s.begin||(s.begin=/\B|\b/),l.beginRe=n(s.begin),s.endSameAsBegin&&(s.end=s.begin),s.end||s.endsWithParent||(s.end=/\B|\b/),s.end&&(l.endRe=n(s.end)),l.terminator_end=d(s.end)||"",s.endsWithParent&&o.terminator_end&&(l.terminator_end+=(s.end?"|":"")+o.terminator_end)),s.illegal&&(l.illegalRe=n(s.illegal)),void 0===s.relevance&&(s.relevance=1),s.contains||(s.contains=[]),s.contains=[].concat(...s.contains.map((function(e){return function(e){return e.variants&&!e.cached_variants&&(e.cached_variants=e.variants.map((function(n){return r(e,{variants:null},n)}))),e.cached_variants?e.cached_variants:function e(n){return!!n&&(n.endsWithParent||e(n.starts))}(e)?r(e,{starts:e.starts?r(e.starts):null}):Object.isFrozen(e)?r(e):e}("self"===e?s:e)}))),s.contains.forEach((function(e){t(e,l)})),s.starts&&t(s.starts,o),l.matcher=function(e){const n=new a;return e.contains.forEach(e=>n.addRule(e.begin,{rule:e,type:"begin"})),e.terminator_end&&n.addRule(e.terminator_end,{type:"end"}),e.illegal&&n.addRule(e.illegal,{type:"illegal"}),n}(l),l}(e)}(E),N="",y=s||_,k={},O=new f.__emitter(f);!function(){for(var e=[],n=y;n!==E;n=n.parent)n.className&&e.unshift(n.className);e.forEach(e=>O.openNode(e))}();var A="",I=0,S=0,B=0,L=!1;try{for(y.matcher.considerAll();;){B++,L?L=!1:(y.matcher.lastIndex=S,y.matcher.considerAll());const e=y.matcher.exec(o);if(!e)break;const n=x(o.substring(S,e.index),e);S=e.index+n}return x(o.substr(S)),O.closeAllNodes(),O.finalize(),N=O.toHTML(),{relevance:I,value:N,language:e,illegal:!1,emitter:O,top:y}}catch(n){if(n.message&&n.message.includes("Illegal"))return{illegal:!0,illegalBy:{msg:n.message,context:o.slice(S-100,S+100),mode:n.mode},sofar:N,relevance:0,value:R(o),emitter:O};if(l)return{illegal:!1,relevance:0,value:R(o),emitter:O,language:e,top:y,errorRaised:n};throw n}}function v(e,n){n=n||f.languages||Object.keys(i);var t=function(e){const n={relevance:0,emitter:new f.__emitter(f),value:R(e),illegal:!1,top:h};return n.emitter.addText(e),n}(e),r=t;return n.filter(T).filter(I).forEach((function(n){var a=m(n,e,!1);a.language=n,a.relevance>r.relevance&&(r=a),a.relevance>t.relevance&&(r=t,t=a)})),r.language&&(t.second_best=r),t}function x(e){return f.tabReplace||f.useBR?e.replace(c,e=>"\n"===e?f.useBR?"
":e:f.tabReplace?e.replace(/\t/g,f.tabReplace):e):e}function E(e){let n=null;const t=function(e){var n=e.className+" ";n+=e.parentNode?e.parentNode.className:"";const t=f.languageDetectRe.exec(n);if(t){var r=T(t[1]);return r||(console.warn(g.replace("{}",t[1])),console.warn("Falling back to no-highlight mode for this block.",e)),r?t[1]:"no-highlight"}return n.split(/\s+/).find(e=>p(e)||T(e))}(e);if(p(t))return;S("before:highlightBlock",{block:e,language:t}),f.useBR?(n=document.createElement("div")).innerHTML=e.innerHTML.replace(/\n/g,"").replace(//g,"\n"):n=e;const r=n.textContent,a=t?b(t,r,!0):v(r),i=k(n);if(i.length){const e=document.createElement("div");e.innerHTML=a.value,a.value=O(i,k(e),r)}a.value=x(a.value),S("after:highlightBlock",{block:e,result:a}),e.innerHTML=a.value,e.className=function(e,n,t){var r=n?s[n]:t,a=[e.trim()];return e.match(/\bhljs\b/)||a.push("hljs"),e.includes(r)||a.push(r),a.join(" ").trim()}(e.className,t,a.language),e.result={language:a.language,re:a.relevance,relavance:a.relevance},a.second_best&&(e.second_best={language:a.second_best.language,re:a.second_best.relevance,relavance:a.second_best.relevance})}const N=()=>{if(!N.called){N.called=!0;var e=document.querySelectorAll("pre code");a.forEach.call(e,E)}};function T(e){return e=(e||"").toLowerCase(),i[e]||i[s[e]]}function A(e,{languageName:n}){"string"==typeof e&&(e=[e]),e.forEach(e=>{s[e]=n})}function I(e){var n=T(e);return n&&!n.disableAutodetect}function S(e,n){var t=e;o.forEach((function(e){e[t]&&e[t](n)}))}Object.assign(t,{highlight:b,highlightAuto:v,fixMarkup:x,highlightBlock:E,configure:function(e){f=y(f,e)},initHighlighting:N,initHighlightingOnLoad:function(){window.addEventListener("DOMContentLoaded",N,!1)},registerLanguage:function(e,n){var r=null;try{r=n(t)}catch(n){if(console.error("Language definition for '{}' could not be registered.".replace("{}",e)),!l)throw n;console.error(n),r=h}r.name||(r.name=e),i[e]=r,r.rawDefinition=n.bind(null,t),r.aliases&&A(r.aliases,{languageName:e})},listLanguages:function(){return Object.keys(i)},getLanguage:T,registerAliases:A,requireLanguage:function(e){var n=T(e);if(n)return n;throw Error("The '{}' language is required, but not loaded.".replace("{}",e))},autoDetection:I,inherit:y,addPlugin:function(e){o.push(e)}}),t.debugMode=function(){l=!1},t.safeMode=function(){l=!0},t.versionString="10.1.1";for(const n in _)"object"==typeof _[n]&&e(_[n]);return Object.assign(t,_),t}({})}();"object"==typeof exports&&"undefined"!=typeof module&&(module.exports=hljs); +hljs.registerLanguage("apache",function(){"use strict";return function(e){var n={className:"number",begin:"\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}(:\\d{1,5})?"};return{name:"Apache config",aliases:["apacheconf"],case_insensitive:!0,contains:[e.HASH_COMMENT_MODE,{className:"section",begin:"",contains:[n,{className:"number",begin:":\\d{1,5}"},e.inherit(e.QUOTE_STRING_MODE,{relevance:0})]},{className:"attribute",begin:/\w+/,relevance:0,keywords:{nomarkup:"order deny allow setenv rewriterule rewriteengine rewritecond documentroot sethandler errordocument loadmodule options header listen serverroot servername"},starts:{end:/$/,relevance:0,keywords:{literal:"on off all deny allow"},contains:[{className:"meta",begin:"\\s\\[",end:"\\]$"},{className:"variable",begin:"[\\$%]\\{",end:"\\}",contains:["self",{className:"number",begin:"[\\$%]\\d+"}]},n,{className:"number",begin:"\\d+"},e.QUOTE_STRING_MODE]}}],illegal:/\S/}}}()); +hljs.registerLanguage("bash",function(){"use strict";return function(e){const s={};Object.assign(s,{className:"variable",variants:[{begin:/\$[\w\d#@][\w\d_]*/},{begin:/\$\{/,end:/\}/,contains:[{begin:/:-/,contains:[s]}]}]});const t={className:"subst",begin:/\$\(/,end:/\)/,contains:[e.BACKSLASH_ESCAPE]},n={className:"string",begin:/"/,end:/"/,contains:[e.BACKSLASH_ESCAPE,s,t]};t.contains.push(n);const a={begin:/\$\(\(/,end:/\)\)/,contains:[{begin:/\d+#[0-9a-f]+/,className:"number"},e.NUMBER_MODE,s]},i=e.SHEBANG({binary:"(fish|bash|zsh|sh|csh|ksh|tcsh|dash|scsh)",relevance:10}),c={className:"function",begin:/\w[\w\d_]*\s*\(\s*\)\s*\{/,returnBegin:!0,contains:[e.inherit(e.TITLE_MODE,{begin:/\w[\w\d_]*/})],relevance:0};return{name:"Bash",aliases:["sh","zsh"],keywords:{$pattern:/\b-?[a-z\._]+\b/,keyword:"if then else elif fi for while in do done case esac function",literal:"true false",built_in:"break cd continue eval exec exit export getopts hash pwd readonly return shift test times trap umask unset alias bind builtin caller command declare echo enable help let local logout mapfile printf read readarray source type typeset ulimit unalias set shopt autoload bg bindkey bye cap chdir clone comparguments compcall compctl compdescribe compfiles compgroups compquote comptags comptry compvalues dirs disable disown echotc echoti emulate fc fg float functions getcap getln history integer jobs kill limit log noglob popd print pushd pushln rehash sched setcap setopt stat suspend ttyctl unfunction unhash unlimit unsetopt vared wait whence where which zcompile zformat zftp zle zmodload zparseopts zprof zpty zregexparse zsocket zstyle ztcp",_:"-ne -eq -lt -gt -f -d -e -s -l -a"},contains:[i,e.SHEBANG(),c,a,e.HASH_COMMENT_MODE,n,{className:"",begin:/\\"/},{className:"string",begin:/'/,end:/'/},s]}}}()); +hljs.registerLanguage("c-like",function(){"use strict";return function(e){function t(e){return"(?:"+e+")?"}var n="(decltype\\(auto\\)|"+t("[a-zA-Z_]\\w*::")+"[a-zA-Z_]\\w*"+t("<.*?>")+")",r={className:"keyword",begin:"\\b[a-z\\d_]*_t\\b"},a={className:"string",variants:[{begin:'(u8?|U|L)?"',end:'"',illegal:"\\n",contains:[e.BACKSLASH_ESCAPE]},{begin:"(u8?|U|L)?'(\\\\(x[0-9A-Fa-f]{2}|u[0-9A-Fa-f]{4,8}|[0-7]{3}|\\S)|.)",end:"'",illegal:"."},e.END_SAME_AS_BEGIN({begin:/(?:u8?|U|L)?R"([^()\\ ]{0,16})\(/,end:/\)([^()\\ ]{0,16})"/})]},i={className:"number",variants:[{begin:"\\b(0b[01']+)"},{begin:"(-?)\\b([\\d']+(\\.[\\d']*)?|\\.[\\d']+)(u|U|l|L|ul|UL|f|F|b|B)"},{begin:"(-?)(\\b0[xX][a-fA-F0-9']+|(\\b[\\d']+(\\.[\\d']*)?|\\.[\\d']+)([eE][-+]?[\\d']+)?)"}],relevance:0},s={className:"meta",begin:/#\s*[a-z]+\b/,end:/$/,keywords:{"meta-keyword":"if else elif endif define undef warning error line pragma _Pragma ifdef ifndef include"},contains:[{begin:/\\\n/,relevance:0},e.inherit(a,{className:"meta-string"}),{className:"meta-string",begin:/<.*?>/,end:/$/,illegal:"\\n"},e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]},o={className:"title",begin:t("[a-zA-Z_]\\w*::")+e.IDENT_RE,relevance:0},c=t("[a-zA-Z_]\\w*::")+e.IDENT_RE+"\\s*\\(",l={keyword:"int float while private char char8_t char16_t char32_t catch import module export virtual operator sizeof dynamic_cast|10 typedef const_cast|10 const for static_cast|10 union namespace unsigned long volatile static protected bool template mutable if public friend do goto auto void enum else break extern using asm case typeid wchar_t short reinterpret_cast|10 default double register explicit signed typename try this switch continue inline delete alignas alignof constexpr consteval constinit decltype concept co_await co_return co_yield requires noexcept static_assert thread_local restrict final override atomic_bool atomic_char atomic_schar atomic_uchar atomic_short atomic_ushort atomic_int atomic_uint atomic_long atomic_ulong atomic_llong atomic_ullong new throw return and and_eq bitand bitor compl not not_eq or or_eq xor xor_eq",built_in:"std string wstring cin cout cerr clog stdin stdout stderr stringstream istringstream ostringstream auto_ptr deque list queue stack vector map set pair bitset multiset multimap unordered_set unordered_map unordered_multiset unordered_multimap priority_queue make_pair array shared_ptr abort terminate abs acos asin atan2 atan calloc ceil cosh cos exit exp fabs floor fmod fprintf fputs free frexp fscanf future isalnum isalpha iscntrl isdigit isgraph islower isprint ispunct isspace isupper isxdigit tolower toupper labs ldexp log10 log malloc realloc memchr memcmp memcpy memset modf pow printf putchar puts scanf sinh sin snprintf sprintf sqrt sscanf strcat strchr strcmp strcpy strcspn strlen strncat strncmp strncpy strpbrk strrchr strspn strstr tanh tan vfprintf vprintf vsprintf endl initializer_list unique_ptr _Bool complex _Complex imaginary _Imaginary",literal:"true false nullptr NULL"},d=[r,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,i,a],_={variants:[{begin:/=/,end:/;/},{begin:/\(/,end:/\)/},{beginKeywords:"new throw return else",end:/;/}],keywords:l,contains:d.concat([{begin:/\(/,end:/\)/,keywords:l,contains:d.concat(["self"]),relevance:0}]),relevance:0},u={className:"function",begin:"("+n+"[\\*&\\s]+)+"+c,returnBegin:!0,end:/[{;=]/,excludeEnd:!0,keywords:l,illegal:/[^\w\s\*&:<>]/,contains:[{begin:"decltype\\(auto\\)",keywords:l,relevance:0},{begin:c,returnBegin:!0,contains:[o],relevance:0},{className:"params",begin:/\(/,end:/\)/,keywords:l,relevance:0,contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,a,i,r,{begin:/\(/,end:/\)/,keywords:l,relevance:0,contains:["self",e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,a,i,r]}]},r,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,s]};return{aliases:["c","cc","h","c++","h++","hpp","hh","hxx","cxx"],keywords:l,disableAutodetect:!0,illegal:"",keywords:l,contains:["self",r]},{begin:e.IDENT_RE+"::",keywords:l},{className:"class",beginKeywords:"class struct",end:/[{;:]/,contains:[{begin://,contains:["self"]},e.TITLE_MODE]}]),exports:{preprocessor:s,strings:a,keywords:l}}}}()); +hljs.registerLanguage("c",function(){"use strict";return function(e){var n=e.getLanguage("c-like").rawDefinition();return n.name="C",n.aliases=["c","h"],n}}()); +hljs.registerLanguage("coffeescript",function(){"use strict";const e=["as","in","of","if","for","while","finally","var","new","function","do","return","void","else","break","catch","instanceof","with","throw","case","default","try","switch","continue","typeof","delete","let","yield","const","class","debugger","async","await","static","import","from","export","extends"],n=["true","false","null","undefined","NaN","Infinity"],a=[].concat(["setInterval","setTimeout","clearInterval","clearTimeout","require","exports","eval","isFinite","isNaN","parseFloat","parseInt","decodeURI","decodeURIComponent","encodeURI","encodeURIComponent","escape","unescape"],["arguments","this","super","console","window","document","localStorage","module","global"],["Intl","DataView","Number","Math","Date","String","RegExp","Object","Function","Boolean","Error","Symbol","Set","Map","WeakSet","WeakMap","Proxy","Reflect","JSON","Promise","Float64Array","Int16Array","Int32Array","Int8Array","Uint16Array","Uint32Array","Float32Array","Array","Uint8Array","Uint8ClampedArray","ArrayBuffer"],["EvalError","InternalError","RangeError","ReferenceError","SyntaxError","TypeError","URIError"]);return function(r){var t={keyword:e.concat(["then","unless","until","loop","by","when","and","or","is","isnt","not"]).filter((e=>n=>!e.includes(n))(["var","const","let","function","static"])).join(" "),literal:n.concat(["yes","no","on","off"]).join(" "),built_in:a.concat(["npm","print"]).join(" ")},i="[A-Za-z$_][0-9A-Za-z$_]*",s={className:"subst",begin:/#\{/,end:/}/,keywords:t},o=[r.BINARY_NUMBER_MODE,r.inherit(r.C_NUMBER_MODE,{starts:{end:"(\\s*/)?",relevance:0}}),{className:"string",variants:[{begin:/'''/,end:/'''/,contains:[r.BACKSLASH_ESCAPE]},{begin:/'/,end:/'/,contains:[r.BACKSLASH_ESCAPE]},{begin:/"""/,end:/"""/,contains:[r.BACKSLASH_ESCAPE,s]},{begin:/"/,end:/"/,contains:[r.BACKSLASH_ESCAPE,s]}]},{className:"regexp",variants:[{begin:"///",end:"///",contains:[s,r.HASH_COMMENT_MODE]},{begin:"//[gim]{0,3}(?=\\W)",relevance:0},{begin:/\/(?![ *]).*?(?![\\]).\/[gim]{0,3}(?=\W)/}]},{begin:"@"+i},{subLanguage:"javascript",excludeBegin:!0,excludeEnd:!0,variants:[{begin:"```",end:"```"},{begin:"`",end:"`"}]}];s.contains=o;var c=r.inherit(r.TITLE_MODE,{begin:i}),l={className:"params",begin:"\\([^\\(]",returnBegin:!0,contains:[{begin:/\(/,end:/\)/,keywords:t,contains:["self"].concat(o)}]};return{name:"CoffeeScript",aliases:["coffee","cson","iced"],keywords:t,illegal:/\/\*/,contains:o.concat([r.COMMENT("###","###"),r.HASH_COMMENT_MODE,{className:"function",begin:"^\\s*"+i+"\\s*=\\s*(\\(.*\\))?\\s*\\B[-=]>",end:"[-=]>",returnBegin:!0,contains:[c,l]},{begin:/[:\(,=]\s*/,relevance:0,contains:[{className:"function",begin:"(\\(.*\\))?\\s*\\B[-=]>",end:"[-=]>",returnBegin:!0,contains:[l]}]},{className:"class",beginKeywords:"class",end:"$",illegal:/[:="\[\]]/,contains:[{beginKeywords:"extends",endsWithParent:!0,illegal:/[:="\[\]]/,contains:[c]},c]},{begin:i+":",end:":",returnBegin:!0,returnEnd:!0,relevance:0}])}}}()); +hljs.registerLanguage("cpp",function(){"use strict";return function(e){var t=e.getLanguage("c-like").rawDefinition();return t.disableAutodetect=!1,t.name="C++",t.aliases=["cc","c++","h++","hpp","hh","hxx","cxx"],t}}()); +hljs.registerLanguage("csharp",function(){"use strict";return function(e){var n={keyword:"abstract as base bool break byte case catch char checked const continue decimal default delegate do double enum event explicit extern finally fixed float for foreach goto if implicit in int interface internal is lock long object operator out override params private protected public readonly ref sbyte sealed short sizeof stackalloc static string struct switch this try typeof uint ulong unchecked unsafe ushort using virtual void volatile while add alias ascending async await by descending dynamic equals from get global group into join let nameof on orderby partial remove select set value var when where yield",literal:"null false true"},i=e.inherit(e.TITLE_MODE,{begin:"[a-zA-Z](\\.?\\w)*"}),a={className:"number",variants:[{begin:"\\b(0b[01']+)"},{begin:"(-?)\\b([\\d']+(\\.[\\d']*)?|\\.[\\d']+)(u|U|l|L|ul|UL|f|F|b|B)"},{begin:"(-?)(\\b0[xX][a-fA-F0-9']+|(\\b[\\d']+(\\.[\\d']*)?|\\.[\\d']+)([eE][-+]?[\\d']+)?)"}],relevance:0},s={className:"string",begin:'@"',end:'"',contains:[{begin:'""'}]},t=e.inherit(s,{illegal:/\n/}),l={className:"subst",begin:"{",end:"}",keywords:n},r=e.inherit(l,{illegal:/\n/}),c={className:"string",begin:/\$"/,end:'"',illegal:/\n/,contains:[{begin:"{{"},{begin:"}}"},e.BACKSLASH_ESCAPE,r]},o={className:"string",begin:/\$@"/,end:'"',contains:[{begin:"{{"},{begin:"}}"},{begin:'""'},l]},g=e.inherit(o,{illegal:/\n/,contains:[{begin:"{{"},{begin:"}}"},{begin:'""'},r]});l.contains=[o,c,s,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,a,e.C_BLOCK_COMMENT_MODE],r.contains=[g,c,t,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,a,e.inherit(e.C_BLOCK_COMMENT_MODE,{illegal:/\n/})];var d={variants:[o,c,s,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE]},E={begin:"<",end:">",contains:[{beginKeywords:"in out"},i]},_=e.IDENT_RE+"(<"+e.IDENT_RE+"(\\s*,\\s*"+e.IDENT_RE+")*>)?(\\[\\])?",b={begin:"@"+e.IDENT_RE,relevance:0};return{name:"C#",aliases:["cs","c#"],keywords:n,illegal:/::/,contains:[e.COMMENT("///","$",{returnBegin:!0,contains:[{className:"doctag",variants:[{begin:"///",relevance:0},{begin:"\x3c!--|--\x3e"},{begin:""}]}]}),e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,{className:"meta",begin:"#",end:"$",keywords:{"meta-keyword":"if else elif endif define undef warning error line region endregion pragma checksum"}},d,a,{beginKeywords:"class interface",end:/[{;=]/,illegal:/[^\s:,]/,contains:[{beginKeywords:"where class"},i,E,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]},{beginKeywords:"namespace",end:/[{;=]/,illegal:/[^\s:]/,contains:[i,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]},{className:"meta",begin:"^\\s*\\[",excludeBegin:!0,end:"\\]",excludeEnd:!0,contains:[{className:"meta-string",begin:/"/,end:/"/}]},{beginKeywords:"new return throw await else",relevance:0},{className:"function",begin:"("+_+"\\s+)+"+e.IDENT_RE+"\\s*(\\<.+\\>)?\\s*\\(",returnBegin:!0,end:/\s*[{;=]/,excludeEnd:!0,keywords:n,contains:[{begin:e.IDENT_RE+"\\s*(\\<.+\\>)?\\s*\\(",returnBegin:!0,contains:[e.TITLE_MODE,E],relevance:0},{className:"params",begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:n,relevance:0,contains:[d,a,e.C_BLOCK_COMMENT_MODE]},e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]},b]}}}()); +hljs.registerLanguage("css",function(){"use strict";return function(e){var n={begin:/(?:[A-Z\_\.\-]+|--[a-zA-Z0-9_-]+)\s*:/,returnBegin:!0,end:";",endsWithParent:!0,contains:[{className:"attribute",begin:/\S/,end:":",excludeEnd:!0,starts:{endsWithParent:!0,excludeEnd:!0,contains:[{begin:/[\w-]+\(/,returnBegin:!0,contains:[{className:"built_in",begin:/[\w-]+/},{begin:/\(/,end:/\)/,contains:[e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,e.CSS_NUMBER_MODE]}]},e.CSS_NUMBER_MODE,e.QUOTE_STRING_MODE,e.APOS_STRING_MODE,e.C_BLOCK_COMMENT_MODE,{className:"number",begin:"#[0-9A-Fa-f]+"},{className:"meta",begin:"!important"}]}}]};return{name:"CSS",case_insensitive:!0,illegal:/[=\/|'\$]/,contains:[e.C_BLOCK_COMMENT_MODE,{className:"selector-id",begin:/#[A-Za-z0-9_-]+/},{className:"selector-class",begin:/\.[A-Za-z0-9_-]+/},{className:"selector-attr",begin:/\[/,end:/\]/,illegal:"$",contains:[e.APOS_STRING_MODE,e.QUOTE_STRING_MODE]},{className:"selector-pseudo",begin:/:(:)?[a-zA-Z0-9\_\-\+\(\)"'.]+/},{begin:"@(page|font-face)",lexemes:"@[a-z-]+",keywords:"@page @font-face"},{begin:"@",end:"[{;]",illegal:/:/,returnBegin:!0,contains:[{className:"keyword",begin:/@\-?\w[\w]*(\-\w+)*/},{begin:/\s/,endsWithParent:!0,excludeEnd:!0,relevance:0,keywords:"and or not only",contains:[{begin:/[a-z-]+:/,className:"attribute"},e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,e.CSS_NUMBER_MODE]}]},{className:"selector-tag",begin:"[a-zA-Z-][a-zA-Z0-9_-]*",relevance:0},{begin:"{",end:"}",illegal:/\S/,contains:[e.C_BLOCK_COMMENT_MODE,n]}]}}}()); +hljs.registerLanguage("diff",function(){"use strict";return function(e){return{name:"Diff",aliases:["patch"],contains:[{className:"meta",relevance:10,variants:[{begin:/^@@ +\-\d+,\d+ +\+\d+,\d+ +@@$/},{begin:/^\*\*\* +\d+,\d+ +\*\*\*\*$/},{begin:/^\-\-\- +\d+,\d+ +\-\-\-\-$/}]},{className:"comment",variants:[{begin:/Index: /,end:/$/},{begin:/={3,}/,end:/$/},{begin:/^\-{3}/,end:/$/},{begin:/^\*{3} /,end:/$/},{begin:/^\+{3}/,end:/$/},{begin:/^\*{15}$/}]},{className:"addition",begin:"^\\+",end:"$"},{className:"deletion",begin:"^\\-",end:"$"},{className:"addition",begin:"^\\!",end:"$"}]}}}()); +hljs.registerLanguage("go",function(){"use strict";return function(e){var n={keyword:"break default func interface select case map struct chan else goto package switch const fallthrough if range type continue for import return var go defer bool byte complex64 complex128 float32 float64 int8 int16 int32 int64 string uint8 uint16 uint32 uint64 int uint uintptr rune",literal:"true false iota nil",built_in:"append cap close complex copy imag len make new panic print println real recover delete"};return{name:"Go",aliases:["golang"],keywords:n,illegal:"e(n)).join("")}return function(a){var s={className:"number",relevance:0,variants:[{begin:/([\+\-]+)?[\d]+_[\d_]+/},{begin:a.NUMBER_RE}]},i=a.COMMENT();i.variants=[{begin:/;/,end:/$/},{begin:/#/,end:/$/}];var t={className:"variable",variants:[{begin:/\$[\w\d"][\w\d_]*/},{begin:/\$\{(.*?)}/}]},r={className:"literal",begin:/\bon|off|true|false|yes|no\b/},l={className:"string",contains:[a.BACKSLASH_ESCAPE],variants:[{begin:"'''",end:"'''",relevance:10},{begin:'"""',end:'"""',relevance:10},{begin:'"',end:'"'},{begin:"'",end:"'"}]},c={begin:/\[/,end:/\]/,contains:[i,r,t,l,s,"self"],relevance:0},g="("+[/[A-Za-z0-9_-]+/,/"(\\"|[^"])*"/,/'[^']*'/].map(n=>e(n)).join("|")+")";return{name:"TOML, also INI",aliases:["toml"],case_insensitive:!0,illegal:/\S/,contains:[i,{className:"section",begin:/\[+/,end:/\]+/},{begin:n(g,"(\\s*\\.\\s*",g,")*",n("(?=",/\s*=\s*[^#\s]/,")")),className:"attr",starts:{end:/$/,contains:[i,c,r,t,l,s]}}]}}}()); +hljs.registerLanguage("java",function(){"use strict";function e(e){return e?"string"==typeof e?e:e.source:null}function n(e){return a("(",e,")?")}function a(...n){return n.map(n=>e(n)).join("")}function s(...n){return"("+n.map(n=>e(n)).join("|")+")"}return function(e){var t="false synchronized int abstract float private char boolean var static null if const for true while long strictfp finally protected import native final void enum else break transient catch instanceof byte super volatile case assert short package default double public try this switch continue throws protected public private module requires exports do",i={className:"meta",begin:"@[À-ʸa-zA-Z_$][À-ʸa-zA-Z_$0-9]*",contains:[{begin:/\(/,end:/\)/,contains:["self"]}]},r=e=>a("[",e,"]+([",e,"_]*[",e,"]+)?"),c={className:"number",variants:[{begin:`\\b(0[bB]${r("01")})[lL]?`},{begin:`\\b(0${r("0-7")})[dDfFlL]?`},{begin:a(/\b0[xX]/,s(a(r("a-fA-F0-9"),/\./,r("a-fA-F0-9")),a(r("a-fA-F0-9"),/\.?/),a(/\./,r("a-fA-F0-9"))),/([pP][+-]?(\d+))?/,/[fFdDlL]?/)},{begin:a(/\b/,s(a(/\d*\./,r("\\d")),r("\\d")),/[eE][+-]?[\d]+[dDfF]?/)},{begin:a(/\b/,r(/\d/),n(/\.?/),n(r(/\d/)),/[dDfFlL]?/)}],relevance:0};return{name:"Java",aliases:["jsp"],keywords:t,illegal:/<\/|#/,contains:[e.COMMENT("/\\*\\*","\\*/",{relevance:0,contains:[{begin:/\w+@/,relevance:0},{className:"doctag",begin:"@[A-Za-z]+"}]}),e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,{className:"class",beginKeywords:"class interface",end:/[{;=]/,excludeEnd:!0,keywords:"class interface",illegal:/[:"\[\]]/,contains:[{beginKeywords:"extends implements"},e.UNDERSCORE_TITLE_MODE]},{beginKeywords:"new throw return else",relevance:0},{className:"function",begin:"([À-ʸa-zA-Z_$][À-ʸa-zA-Z_$0-9]*(<[À-ʸa-zA-Z_$][À-ʸa-zA-Z_$0-9]*(\\s*,\\s*[À-ʸa-zA-Z_$][À-ʸa-zA-Z_$0-9]*)*>)?\\s+)+"+e.UNDERSCORE_IDENT_RE+"\\s*\\(",returnBegin:!0,end:/[{;=]/,excludeEnd:!0,keywords:t,contains:[{begin:e.UNDERSCORE_IDENT_RE+"\\s*\\(",returnBegin:!0,relevance:0,contains:[e.UNDERSCORE_TITLE_MODE]},{className:"params",begin:/\(/,end:/\)/,keywords:t,relevance:0,contains:[i,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,e.C_NUMBER_MODE,e.C_BLOCK_COMMENT_MODE]},e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]},c,i]}}}()); +hljs.registerLanguage("javascript",function(){"use strict";const e=["as","in","of","if","for","while","finally","var","new","function","do","return","void","else","break","catch","instanceof","with","throw","case","default","try","switch","continue","typeof","delete","let","yield","const","class","debugger","async","await","static","import","from","export","extends"],n=["true","false","null","undefined","NaN","Infinity"],a=[].concat(["setInterval","setTimeout","clearInterval","clearTimeout","require","exports","eval","isFinite","isNaN","parseFloat","parseInt","decodeURI","decodeURIComponent","encodeURI","encodeURIComponent","escape","unescape"],["arguments","this","super","console","window","document","localStorage","module","global"],["Intl","DataView","Number","Math","Date","String","RegExp","Object","Function","Boolean","Error","Symbol","Set","Map","WeakSet","WeakMap","Proxy","Reflect","JSON","Promise","Float64Array","Int16Array","Int32Array","Int8Array","Uint16Array","Uint32Array","Float32Array","Array","Uint8Array","Uint8ClampedArray","ArrayBuffer"],["EvalError","InternalError","RangeError","ReferenceError","SyntaxError","TypeError","URIError"]);function s(e){return r("(?=",e,")")}function r(...e){return e.map(e=>(function(e){return e?"string"==typeof e?e:e.source:null})(e)).join("")}return function(t){var i="[A-Za-z$_][0-9A-Za-z$_]*",c={begin:/<[A-Za-z0-9\\._:-]+/,end:/\/[A-Za-z0-9\\._:-]+>|\/>/},o={$pattern:"[A-Za-z$_][0-9A-Za-z$_]*",keyword:e.join(" "),literal:n.join(" "),built_in:a.join(" ")},l={className:"number",variants:[{begin:"\\b(0[bB][01]+)n?"},{begin:"\\b(0[oO][0-7]+)n?"},{begin:t.C_NUMBER_RE+"n?"}],relevance:0},E={className:"subst",begin:"\\$\\{",end:"\\}",keywords:o,contains:[]},d={begin:"html`",end:"",starts:{end:"`",returnEnd:!1,contains:[t.BACKSLASH_ESCAPE,E],subLanguage:"xml"}},g={begin:"css`",end:"",starts:{end:"`",returnEnd:!1,contains:[t.BACKSLASH_ESCAPE,E],subLanguage:"css"}},u={className:"string",begin:"`",end:"`",contains:[t.BACKSLASH_ESCAPE,E]};E.contains=[t.APOS_STRING_MODE,t.QUOTE_STRING_MODE,d,g,u,l,t.REGEXP_MODE];var b=E.contains.concat([{begin:/\(/,end:/\)/,contains:["self"].concat(E.contains,[t.C_BLOCK_COMMENT_MODE,t.C_LINE_COMMENT_MODE])},t.C_BLOCK_COMMENT_MODE,t.C_LINE_COMMENT_MODE]),_={className:"params",begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,contains:b};return{name:"JavaScript",aliases:["js","jsx","mjs","cjs"],keywords:o,contains:[t.SHEBANG({binary:"node",relevance:5}),{className:"meta",relevance:10,begin:/^\s*['"]use (strict|asm)['"]/},t.APOS_STRING_MODE,t.QUOTE_STRING_MODE,d,g,u,t.C_LINE_COMMENT_MODE,t.COMMENT("/\\*\\*","\\*/",{relevance:0,contains:[{className:"doctag",begin:"@[A-Za-z]+",contains:[{className:"type",begin:"\\{",end:"\\}",relevance:0},{className:"variable",begin:i+"(?=\\s*(-)|$)",endsParent:!0,relevance:0},{begin:/(?=[^\n])\s/,relevance:0}]}]}),t.C_BLOCK_COMMENT_MODE,l,{begin:r(/[{,\n]\s*/,s(r(/(((\/\/.*)|(\/\*(.|\n)*\*\/))\s*)*/,i+"\\s*:"))),relevance:0,contains:[{className:"attr",begin:i+s("\\s*:"),relevance:0}]},{begin:"("+t.RE_STARTERS_RE+"|\\b(case|return|throw)\\b)\\s*",keywords:"return throw case",contains:[t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE,t.REGEXP_MODE,{className:"function",begin:"(\\([^(]*(\\([^(]*(\\([^(]*\\))?\\))?\\)|"+t.UNDERSCORE_IDENT_RE+")\\s*=>",returnBegin:!0,end:"\\s*=>",contains:[{className:"params",variants:[{begin:t.UNDERSCORE_IDENT_RE},{className:null,begin:/\(\s*\)/,skip:!0},{begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:o,contains:b}]}]},{begin:/,/,relevance:0},{className:"",begin:/\s/,end:/\s*/,skip:!0},{variants:[{begin:"<>",end:""},{begin:c.begin,end:c.end}],subLanguage:"xml",contains:[{begin:c.begin,end:c.end,skip:!0,contains:["self"]}]}],relevance:0},{className:"function",beginKeywords:"function",end:/\{/,excludeEnd:!0,contains:[t.inherit(t.TITLE_MODE,{begin:i}),_],illegal:/\[|%/},{begin:/\$[(.]/},t.METHOD_GUARD,{className:"class",beginKeywords:"class",end:/[{;=]/,excludeEnd:!0,illegal:/[:"\[\]]/,contains:[{beginKeywords:"extends"},t.UNDERSCORE_TITLE_MODE]},{beginKeywords:"constructor",end:/\{/,excludeEnd:!0},{begin:"(get|set)\\s+(?="+i+"\\()",end:/{/,keywords:"get set",contains:[t.inherit(t.TITLE_MODE,{begin:i}),{begin:/\(\)/},_]}],illegal:/#(?!!)/}}}()); +hljs.registerLanguage("json",function(){"use strict";return function(n){var e={literal:"true false null"},i=[n.C_LINE_COMMENT_MODE,n.C_BLOCK_COMMENT_MODE],t=[n.QUOTE_STRING_MODE,n.C_NUMBER_MODE],a={end:",",endsWithParent:!0,excludeEnd:!0,contains:t,keywords:e},l={begin:"{",end:"}",contains:[{className:"attr",begin:/"/,end:/"/,contains:[n.BACKSLASH_ESCAPE],illegal:"\\n"},n.inherit(a,{begin:/:/})].concat(i),illegal:"\\S"},s={begin:"\\[",end:"\\]",contains:[n.inherit(a)],illegal:"\\S"};return t.push(l,s),i.forEach((function(n){t.push(n)})),{name:"JSON",contains:t,keywords:e,illegal:"\\S"}}}()); +hljs.registerLanguage("kotlin",function(){"use strict";return function(e){var n={keyword:"abstract as val var vararg get set class object open private protected public noinline crossinline dynamic final enum if else do while for when throw try catch finally import package is in fun override companion reified inline lateinit init interface annotation data sealed internal infix operator out by constructor super tailrec where const inner suspend typealias external expect actual trait volatile transient native default",built_in:"Byte Short Char Int Long Boolean Float Double Void Unit Nothing",literal:"true false null"},a={className:"symbol",begin:e.UNDERSCORE_IDENT_RE+"@"},i={className:"subst",begin:"\\${",end:"}",contains:[e.C_NUMBER_MODE]},s={className:"variable",begin:"\\$"+e.UNDERSCORE_IDENT_RE},t={className:"string",variants:[{begin:'"""',end:'"""(?=[^"])',contains:[s,i]},{begin:"'",end:"'",illegal:/\n/,contains:[e.BACKSLASH_ESCAPE]},{begin:'"',end:'"',illegal:/\n/,contains:[e.BACKSLASH_ESCAPE,s,i]}]};i.contains.push(t);var r={className:"meta",begin:"@(?:file|property|field|get|set|receiver|param|setparam|delegate)\\s*:(?:\\s*"+e.UNDERSCORE_IDENT_RE+")?"},l={className:"meta",begin:"@"+e.UNDERSCORE_IDENT_RE,contains:[{begin:/\(/,end:/\)/,contains:[e.inherit(t,{className:"meta-string"})]}]},c=e.COMMENT("/\\*","\\*/",{contains:[e.C_BLOCK_COMMENT_MODE]}),o={variants:[{className:"type",begin:e.UNDERSCORE_IDENT_RE},{begin:/\(/,end:/\)/,contains:[]}]},d=o;return d.variants[1].contains=[o],o.variants[1].contains=[d],{name:"Kotlin",aliases:["kt"],keywords:n,contains:[e.COMMENT("/\\*\\*","\\*/",{relevance:0,contains:[{className:"doctag",begin:"@[A-Za-z]+"}]}),e.C_LINE_COMMENT_MODE,c,{className:"keyword",begin:/\b(break|continue|return|this)\b/,starts:{contains:[{className:"symbol",begin:/@\w+/}]}},a,r,l,{className:"function",beginKeywords:"fun",end:"[(]|$",returnBegin:!0,excludeEnd:!0,keywords:n,illegal:/fun\s+(<.*>)?[^\s\(]+(\s+[^\s\(]+)\s*=/,relevance:5,contains:[{begin:e.UNDERSCORE_IDENT_RE+"\\s*\\(",returnBegin:!0,relevance:0,contains:[e.UNDERSCORE_TITLE_MODE]},{className:"type",begin://,keywords:"reified",relevance:0},{className:"params",begin:/\(/,end:/\)/,endsParent:!0,keywords:n,relevance:0,contains:[{begin:/:/,end:/[=,\/]/,endsWithParent:!0,contains:[o,e.C_LINE_COMMENT_MODE,c],relevance:0},e.C_LINE_COMMENT_MODE,c,r,l,t,e.C_NUMBER_MODE]},c]},{className:"class",beginKeywords:"class interface trait",end:/[:\{(]|$/,excludeEnd:!0,illegal:"extends implements",contains:[{beginKeywords:"public protected internal private constructor"},e.UNDERSCORE_TITLE_MODE,{className:"type",begin://,excludeBegin:!0,excludeEnd:!0,relevance:0},{className:"type",begin:/[,:]\s*/,end:/[<\(,]|$/,excludeBegin:!0,returnEnd:!0},r,l]},t,{className:"meta",begin:"^#!/usr/bin/env",end:"$",illegal:"\n"},{className:"number",begin:"\\b(0[bB]([01]+[01_]+[01]+|[01]+)|0[xX]([a-fA-F0-9]+[a-fA-F0-9_]+[a-fA-F0-9]+|[a-fA-F0-9]+)|(([\\d]+[\\d_]+[\\d]+|[\\d]+)(\\.([\\d]+[\\d_]+[\\d]+|[\\d]+))?|\\.([\\d]+[\\d_]+[\\d]+|[\\d]+))([eE][-+]?\\d+)?)[lLfF]?",relevance:0}]}}}()); +hljs.registerLanguage("less",function(){"use strict";return function(e){var n="([\\w-]+|@{[\\w-]+})",a=[],s=[],t=function(e){return{className:"string",begin:"~?"+e+".*?"+e}},r=function(e,n,a){return{className:e,begin:n,relevance:a}},i={begin:"\\(",end:"\\)",contains:s,relevance:0};s.push(e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,t("'"),t('"'),e.CSS_NUMBER_MODE,{begin:"(url|data-uri)\\(",starts:{className:"string",end:"[\\)\\n]",excludeEnd:!0}},r("number","#[0-9A-Fa-f]+\\b"),i,r("variable","@@?[\\w-]+",10),r("variable","@{[\\w-]+}"),r("built_in","~?`[^`]*?`"),{className:"attribute",begin:"[\\w-]+\\s*:",end:":",returnBegin:!0,excludeEnd:!0},{className:"meta",begin:"!important"});var c=s.concat({begin:"{",end:"}",contains:a}),l={beginKeywords:"when",endsWithParent:!0,contains:[{beginKeywords:"and not"}].concat(s)},o={begin:n+"\\s*:",returnBegin:!0,end:"[;}]",relevance:0,contains:[{className:"attribute",begin:n,end:":",excludeEnd:!0,starts:{endsWithParent:!0,illegal:"[<=$]",relevance:0,contains:s}}]},g={className:"keyword",begin:"@(import|media|charset|font-face|(-[a-z]+-)?keyframes|supports|document|namespace|page|viewport|host)\\b",starts:{end:"[;{}]",returnEnd:!0,contains:s,relevance:0}},d={className:"variable",variants:[{begin:"@[\\w-]+\\s*:",relevance:15},{begin:"@[\\w-]+"}],starts:{end:"[;}]",returnEnd:!0,contains:c}},b={variants:[{begin:"[\\.#:&\\[>]",end:"[;{}]"},{begin:n,end:"{"}],returnBegin:!0,returnEnd:!0,illegal:"[<='$\"]",relevance:0,contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,l,r("keyword","all\\b"),r("variable","@{[\\w-]+}"),r("selector-tag",n+"%?",0),r("selector-id","#"+n),r("selector-class","\\."+n,0),r("selector-tag","&",0),{className:"selector-attr",begin:"\\[",end:"\\]"},{className:"selector-pseudo",begin:/:(:)?[a-zA-Z0-9\_\-\+\(\)"'.]+/},{begin:"\\(",end:"\\)",contains:c},{begin:"!important"}]};return a.push(e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,g,d,o,b),{name:"Less",case_insensitive:!0,illegal:"[=>'/<($\"]",contains:a}}}()); +hljs.registerLanguage("lua",function(){"use strict";return function(e){var t={begin:"\\[=*\\[",end:"\\]=*\\]",contains:["self"]},a=[e.COMMENT("--(?!\\[=*\\[)","$"),e.COMMENT("--\\[=*\\[","\\]=*\\]",{contains:[t],relevance:10})];return{name:"Lua",keywords:{$pattern:e.UNDERSCORE_IDENT_RE,literal:"true false nil",keyword:"and break do else elseif end for goto if in local not or repeat return then until while",built_in:"_G _ENV _VERSION __index __newindex __mode __call __metatable __tostring __len __gc __add __sub __mul __div __mod __pow __concat __unm __eq __lt __le assert collectgarbage dofile error getfenv getmetatable ipairs load loadfile loadstring module next pairs pcall print rawequal rawget rawset require select setfenv setmetatable tonumber tostring type unpack xpcall arg self coroutine resume yield status wrap create running debug getupvalue debug sethook getmetatable gethook setmetatable setlocal traceback setfenv getinfo setupvalue getlocal getregistry getfenv io lines write close flush open output type read stderr stdin input stdout popen tmpfile math log max acos huge ldexp pi cos tanh pow deg tan cosh sinh random randomseed frexp ceil floor rad abs sqrt modf asin min mod fmod log10 atan2 exp sin atan os exit setlocale date getenv difftime remove time clock tmpname rename execute package preload loadlib loaded loaders cpath config path seeall string sub upper len gfind rep find match char dump gmatch reverse byte format gsub lower table setn insert getn foreachi maxn foreach concat sort remove"},contains:a.concat([{className:"function",beginKeywords:"function",end:"\\)",contains:[e.inherit(e.TITLE_MODE,{begin:"([_a-zA-Z]\\w*\\.)*([_a-zA-Z]\\w*:)?[_a-zA-Z]\\w*"}),{className:"params",begin:"\\(",endsWithParent:!0,contains:a}].concat(a)},e.C_NUMBER_MODE,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,{className:"string",begin:"\\[=*\\[",end:"\\]=*\\]",contains:[t],relevance:5}])}}}()); +hljs.registerLanguage("makefile",function(){"use strict";return function(e){var i={className:"variable",variants:[{begin:"\\$\\("+e.UNDERSCORE_IDENT_RE+"\\)",contains:[e.BACKSLASH_ESCAPE]},{begin:/\$[@%`]+/}]}]}]};return{name:"HTML, XML",aliases:["html","xhtml","rss","atom","xjb","xsd","xsl","plist","wsf","svg"],case_insensitive:!0,contains:[{className:"meta",begin:"",relevance:10,contains:[a,i,t,s,{begin:"\\[",end:"\\]",contains:[{className:"meta",begin:"",contains:[a,s,i,t]}]}]},e.COMMENT("\x3c!--","--\x3e",{relevance:10}),{begin:"<\\!\\[CDATA\\[",end:"\\]\\]>",relevance:10},n,{className:"meta",begin:/<\?xml/,end:/\?>/,relevance:10},{className:"tag",begin:")",end:">",keywords:{name:"style"},contains:[c],starts:{end:"",returnEnd:!0,subLanguage:["css","xml"]}},{className:"tag",begin:")",end:">",keywords:{name:"script"},contains:[c],starts:{end:"<\/script>",returnEnd:!0,subLanguage:["javascript","handlebars","xml"]}},{className:"tag",begin:"",contains:[{className:"name",begin:/[^\/><\s]+/,relevance:0},c]}]}}}()); +hljs.registerLanguage("markdown",function(){"use strict";return function(n){const e={begin:"<",end:">",subLanguage:"xml",relevance:0},a={begin:"\\[.+?\\][\\(\\[].*?[\\)\\]]",returnBegin:!0,contains:[{className:"string",begin:"\\[",end:"\\]",excludeBegin:!0,returnEnd:!0,relevance:0},{className:"link",begin:"\\]\\(",end:"\\)",excludeBegin:!0,excludeEnd:!0},{className:"symbol",begin:"\\]\\[",end:"\\]",excludeBegin:!0,excludeEnd:!0}],relevance:10},i={className:"strong",contains:[],variants:[{begin:/_{2}/,end:/_{2}/},{begin:/\*{2}/,end:/\*{2}/}]},s={className:"emphasis",contains:[],variants:[{begin:/\*(?!\*)/,end:/\*/},{begin:/_(?!_)/,end:/_/,relevance:0}]};i.contains.push(s),s.contains.push(i);var c=[e,a];return i.contains=i.contains.concat(c),s.contains=s.contains.concat(c),{name:"Markdown",aliases:["md","mkdown","mkd"],contains:[{className:"section",variants:[{begin:"^#{1,6}",end:"$",contains:c=c.concat(i,s)},{begin:"(?=^.+?\\n[=-]{2,}$)",contains:[{begin:"^[=-]*$"},{begin:"^",end:"\\n",contains:c}]}]},e,{className:"bullet",begin:"^[ \t]*([*+-]|(\\d+\\.))(?=\\s+)",end:"\\s+",excludeEnd:!0},i,s,{className:"quote",begin:"^>\\s+",contains:c,end:"$"},{className:"code",variants:[{begin:"(`{3,})(.|\\n)*?\\1`*[ ]*"},{begin:"(~{3,})(.|\\n)*?\\1~*[ ]*"},{begin:"```",end:"```+[ ]*$"},{begin:"~~~",end:"~~~+[ ]*$"},{begin:"`.+?`"},{begin:"(?=^( {4}|\\t))",contains:[{begin:"^( {4}|\\t)",end:"(\\n)$"}],relevance:0}]},{begin:"^[-\\*]{3,}",end:"$"},a,{begin:/^\[[^\n]+\]:/,returnBegin:!0,contains:[{className:"symbol",begin:/\[/,end:/\]/,excludeBegin:!0,excludeEnd:!0},{className:"link",begin:/:\s*/,end:/$/,excludeBegin:!0}]}]}}}()); +hljs.registerLanguage("nginx",function(){"use strict";return function(e){var n={className:"variable",variants:[{begin:/\$\d+/},{begin:/\$\{/,end:/}/},{begin:"[\\$\\@]"+e.UNDERSCORE_IDENT_RE}]},a={endsWithParent:!0,keywords:{$pattern:"[a-z/_]+",literal:"on off yes no true false none blocked debug info notice warn error crit select break last permanent redirect kqueue rtsig epoll poll /dev/poll"},relevance:0,illegal:"=>",contains:[e.HASH_COMMENT_MODE,{className:"string",contains:[e.BACKSLASH_ESCAPE,n],variants:[{begin:/"/,end:/"/},{begin:/'/,end:/'/}]},{begin:"([a-z]+):/",end:"\\s",endsWithParent:!0,excludeEnd:!0,contains:[n]},{className:"regexp",contains:[e.BACKSLASH_ESCAPE,n],variants:[{begin:"\\s\\^",end:"\\s|{|;",returnEnd:!0},{begin:"~\\*?\\s+",end:"\\s|{|;",returnEnd:!0},{begin:"\\*(\\.[a-z\\-]+)+"},{begin:"([a-z\\-]+\\.)+\\*"}]},{className:"number",begin:"\\b\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}(:\\d{1,5})?\\b"},{className:"number",begin:"\\b\\d+[kKmMgGdshdwy]*\\b",relevance:0},n]};return{name:"Nginx config",aliases:["nginxconf"],contains:[e.HASH_COMMENT_MODE,{begin:e.UNDERSCORE_IDENT_RE+"\\s+{",returnBegin:!0,end:"{",contains:[{className:"section",begin:e.UNDERSCORE_IDENT_RE}],relevance:0},{begin:e.UNDERSCORE_IDENT_RE+"\\s",end:";|{",returnBegin:!0,contains:[{className:"attribute",begin:e.UNDERSCORE_IDENT_RE,starts:a}],relevance:0}],illegal:"[^\\s\\}]"}}}()); +hljs.registerLanguage("objectivec",function(){"use strict";return function(e){var n=/[a-zA-Z@][a-zA-Z0-9_]*/,_={$pattern:n,keyword:"@interface @class @protocol @implementation"};return{name:"Objective-C",aliases:["mm","objc","obj-c"],keywords:{$pattern:n,keyword:"int float while char export sizeof typedef const struct for union unsigned long volatile static bool mutable if do return goto void enum else break extern asm case short default double register explicit signed typename this switch continue wchar_t inline readonly assign readwrite self @synchronized id typeof nonatomic super unichar IBOutlet IBAction strong weak copy in out inout bycopy byref oneway __strong __weak __block __autoreleasing @private @protected @public @try @property @end @throw @catch @finally @autoreleasepool @synthesize @dynamic @selector @optional @required @encode @package @import @defs @compatibility_alias __bridge __bridge_transfer __bridge_retained __bridge_retain __covariant __contravariant __kindof _Nonnull _Nullable _Null_unspecified __FUNCTION__ __PRETTY_FUNCTION__ __attribute__ getter setter retain unsafe_unretained nonnull nullable null_unspecified null_resettable class instancetype NS_DESIGNATED_INITIALIZER NS_UNAVAILABLE NS_REQUIRES_SUPER NS_RETURNS_INNER_POINTER NS_INLINE NS_AVAILABLE NS_DEPRECATED NS_ENUM NS_OPTIONS NS_SWIFT_UNAVAILABLE NS_ASSUME_NONNULL_BEGIN NS_ASSUME_NONNULL_END NS_REFINED_FOR_SWIFT NS_SWIFT_NAME NS_SWIFT_NOTHROW NS_DURING NS_HANDLER NS_ENDHANDLER NS_VALUERETURN NS_VOIDRETURN",literal:"false true FALSE TRUE nil YES NO NULL",built_in:"BOOL dispatch_once_t dispatch_queue_t dispatch_sync dispatch_async dispatch_once"},illegal:"/,end:/$/,illegal:"\\n"},e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]},{className:"class",begin:"("+_.keyword.split(" ").join("|")+")\\b",end:"({|$)",excludeEnd:!0,keywords:_,contains:[e.UNDERSCORE_TITLE_MODE]},{begin:"\\."+e.UNDERSCORE_IDENT_RE,relevance:0}]}}}()); +hljs.registerLanguage("perl",function(){"use strict";return function(e){var n={$pattern:/[\w.]+/,keyword:"getpwent getservent quotemeta msgrcv scalar kill dbmclose undef lc ma syswrite tr send umask sysopen shmwrite vec qx utime local oct semctl localtime readpipe do return format read sprintf dbmopen pop getpgrp not getpwnam rewinddir qq fileno qw endprotoent wait sethostent bless s|0 opendir continue each sleep endgrent shutdown dump chomp connect getsockname die socketpair close flock exists index shmget sub for endpwent redo lstat msgctl setpgrp abs exit select print ref gethostbyaddr unshift fcntl syscall goto getnetbyaddr join gmtime symlink semget splice x|0 getpeername recv log setsockopt cos last reverse gethostbyname getgrnam study formline endhostent times chop length gethostent getnetent pack getprotoent getservbyname rand mkdir pos chmod y|0 substr endnetent printf next open msgsnd readdir use unlink getsockopt getpriority rindex wantarray hex system getservbyport endservent int chr untie rmdir prototype tell listen fork shmread ucfirst setprotoent else sysseek link getgrgid shmctl waitpid unpack getnetbyname reset chdir grep split require caller lcfirst until warn while values shift telldir getpwuid my getprotobynumber delete and sort uc defined srand accept package seekdir getprotobyname semop our rename seek if q|0 chroot sysread setpwent no crypt getc chown sqrt write setnetent setpriority foreach tie sin msgget map stat getlogin unless elsif truncate exec keys glob tied closedir ioctl socket readlink eval xor readline binmode setservent eof ord bind alarm pipe atan2 getgrent exp time push setgrent gt lt or ne m|0 break given say state when"},t={className:"subst",begin:"[$@]\\{",end:"\\}",keywords:n},s={begin:"->{",end:"}"},r={variants:[{begin:/\$\d/},{begin:/[\$%@](\^\w\b|#\w+(::\w+)*|{\w+}|\w+(::\w*)*)/},{begin:/[\$%@][^\s\w{]/,relevance:0}]},i=[e.BACKSLASH_ESCAPE,t,r],a=[r,e.HASH_COMMENT_MODE,e.COMMENT("^\\=\\w","\\=cut",{endsWithParent:!0}),s,{className:"string",contains:i,variants:[{begin:"q[qwxr]?\\s*\\(",end:"\\)",relevance:5},{begin:"q[qwxr]?\\s*\\[",end:"\\]",relevance:5},{begin:"q[qwxr]?\\s*\\{",end:"\\}",relevance:5},{begin:"q[qwxr]?\\s*\\|",end:"\\|",relevance:5},{begin:"q[qwxr]?\\s*\\<",end:"\\>",relevance:5},{begin:"qw\\s+q",end:"q",relevance:5},{begin:"'",end:"'",contains:[e.BACKSLASH_ESCAPE]},{begin:'"',end:'"'},{begin:"`",end:"`",contains:[e.BACKSLASH_ESCAPE]},{begin:"{\\w+}",contains:[],relevance:0},{begin:"-?\\w+\\s*\\=\\>",contains:[],relevance:0}]},{className:"number",begin:"(\\b0[0-7_]+)|(\\b0x[0-9a-fA-F_]+)|(\\b[1-9][0-9_]*(\\.[0-9_]+)?)|[0_]\\b",relevance:0},{begin:"(\\/\\/|"+e.RE_STARTERS_RE+"|\\b(split|return|print|reverse|grep)\\b)\\s*",keywords:"split return print reverse grep",relevance:0,contains:[e.HASH_COMMENT_MODE,{className:"regexp",begin:"(s|tr|y)/(\\\\.|[^/])*/(\\\\.|[^/])*/[a-z]*",relevance:10},{className:"regexp",begin:"(m|qr)?/",end:"/[a-z]*",contains:[e.BACKSLASH_ESCAPE],relevance:0}]},{className:"function",beginKeywords:"sub",end:"(\\s*\\(.*?\\))?[;{]",excludeEnd:!0,relevance:5,contains:[e.TITLE_MODE]},{begin:"-\\w\\b",relevance:0},{begin:"^__DATA__$",end:"^__END__$",subLanguage:"mojolicious",contains:[{begin:"^@@.*",end:"$",className:"comment"}]}];return t.contains=a,s.contains=a,{name:"Perl",aliases:["pl","pm"],keywords:n,contains:a}}}()); +hljs.registerLanguage("php",function(){"use strict";return function(e){var r={begin:"\\$+[a-zA-Z_-ÿ][a-zA-Z0-9_-ÿ]*"},t={className:"meta",variants:[{begin:/<\?php/,relevance:10},{begin:/<\?[=]?/},{begin:/\?>/}]},a={className:"string",contains:[e.BACKSLASH_ESCAPE,t],variants:[{begin:'b"',end:'"'},{begin:"b'",end:"'"},e.inherit(e.APOS_STRING_MODE,{illegal:null}),e.inherit(e.QUOTE_STRING_MODE,{illegal:null})]},n={variants:[e.BINARY_NUMBER_MODE,e.C_NUMBER_MODE]},i={keyword:"__CLASS__ __DIR__ __FILE__ __FUNCTION__ __LINE__ __METHOD__ __NAMESPACE__ __TRAIT__ die echo exit include include_once print require require_once array abstract and as binary bool boolean break callable case catch class clone const continue declare default do double else elseif empty enddeclare endfor endforeach endif endswitch endwhile eval extends final finally float for foreach from global goto if implements instanceof insteadof int integer interface isset iterable list new object or private protected public real return string switch throw trait try unset use var void while xor yield",literal:"false null true",built_in:"Error|0 AppendIterator ArgumentCountError ArithmeticError ArrayIterator ArrayObject AssertionError BadFunctionCallException BadMethodCallException CachingIterator CallbackFilterIterator CompileError Countable DirectoryIterator DivisionByZeroError DomainException EmptyIterator ErrorException Exception FilesystemIterator FilterIterator GlobIterator InfiniteIterator InvalidArgumentException IteratorIterator LengthException LimitIterator LogicException MultipleIterator NoRewindIterator OutOfBoundsException OutOfRangeException OuterIterator OverflowException ParentIterator ParseError RangeException RecursiveArrayIterator RecursiveCachingIterator RecursiveCallbackFilterIterator RecursiveDirectoryIterator RecursiveFilterIterator RecursiveIterator RecursiveIteratorIterator RecursiveRegexIterator RecursiveTreeIterator RegexIterator RuntimeException SeekableIterator SplDoublyLinkedList SplFileInfo SplFileObject SplFixedArray SplHeap SplMaxHeap SplMinHeap SplObjectStorage SplObserver SplObserver SplPriorityQueue SplQueue SplStack SplSubject SplSubject SplTempFileObject TypeError UnderflowException UnexpectedValueException ArrayAccess Closure Generator Iterator IteratorAggregate Serializable Throwable Traversable WeakReference Directory __PHP_Incomplete_Class parent php_user_filter self static stdClass"};return{aliases:["php","php3","php4","php5","php6","php7"],case_insensitive:!0,keywords:i,contains:[e.HASH_COMMENT_MODE,e.COMMENT("//","$",{contains:[t]}),e.COMMENT("/\\*","\\*/",{contains:[{className:"doctag",begin:"@[A-Za-z]+"}]}),e.COMMENT("__halt_compiler.+?;",!1,{endsWithParent:!0,keywords:"__halt_compiler"}),{className:"string",begin:/<<<['"]?\w+['"]?$/,end:/^\w+;?$/,contains:[e.BACKSLASH_ESCAPE,{className:"subst",variants:[{begin:/\$\w+/},{begin:/\{\$/,end:/\}/}]}]},t,{className:"keyword",begin:/\$this\b/},r,{begin:/(::|->)+[a-zA-Z_\x7f-\xff][a-zA-Z0-9_\x7f-\xff]*/},{className:"function",beginKeywords:"fn function",end:/[;{]/,excludeEnd:!0,illegal:"[$%\\[]",contains:[e.UNDERSCORE_TITLE_MODE,{className:"params",begin:"\\(",end:"\\)",excludeBegin:!0,excludeEnd:!0,keywords:i,contains:["self",r,e.C_BLOCK_COMMENT_MODE,a,n]}]},{className:"class",beginKeywords:"class interface",end:"{",excludeEnd:!0,illegal:/[:\(\$"]/,contains:[{beginKeywords:"extends implements"},e.UNDERSCORE_TITLE_MODE]},{beginKeywords:"namespace",end:";",illegal:/[\.']/,contains:[e.UNDERSCORE_TITLE_MODE]},{beginKeywords:"use",end:";",contains:[e.UNDERSCORE_TITLE_MODE]},{begin:"=>"},a,n]}}}()); +hljs.registerLanguage("php-template",function(){"use strict";return function(n){return{name:"PHP template",subLanguage:"xml",contains:[{begin:/<\?(php|=)?/,end:/\?>/,subLanguage:"php",contains:[{begin:"/\\*",end:"\\*/",skip:!0},{begin:'b"',end:'"',skip:!0},{begin:"b'",end:"'",skip:!0},n.inherit(n.APOS_STRING_MODE,{illegal:null,className:null,contains:null,skip:!0}),n.inherit(n.QUOTE_STRING_MODE,{illegal:null,className:null,contains:null,skip:!0})]}]}}}()); +hljs.registerLanguage("plaintext",function(){"use strict";return function(t){return{name:"Plain text",aliases:["text","txt"],disableAutodetect:!0}}}()); +hljs.registerLanguage("properties",function(){"use strict";return function(e){var n="[ \\t\\f]*",t="("+n+"[:=]"+n+"|[ \\t\\f]+)",a="([^\\\\:= \\t\\f\\n]|\\\\.)+",s={end:t,relevance:0,starts:{className:"string",end:/$/,relevance:0,contains:[{begin:"\\\\\\n"}]}};return{name:".properties",case_insensitive:!0,illegal:/\S/,contains:[e.COMMENT("^\\s*[!#]","$"),{begin:"([^\\\\\\W:= \\t\\f\\n]|\\\\.)+"+t,returnBegin:!0,contains:[{className:"attr",begin:"([^\\\\\\W:= \\t\\f\\n]|\\\\.)+",endsParent:!0,relevance:0}],starts:s},{begin:a+t,returnBegin:!0,relevance:0,contains:[{className:"meta",begin:a,endsParent:!0,relevance:0}],starts:s},{className:"attr",relevance:0,begin:a+n+"$"}]}}}()); +hljs.registerLanguage("python",function(){"use strict";return function(e){var n={keyword:"and elif is global as in if from raise for except finally print import pass return exec else break not with class assert yield try while continue del or def lambda async await nonlocal|10",built_in:"Ellipsis NotImplemented",literal:"False None True"},a={className:"meta",begin:/^(>>>|\.\.\.) /},i={className:"subst",begin:/\{/,end:/\}/,keywords:n,illegal:/#/},s={begin:/\{\{/,relevance:0},r={className:"string",contains:[e.BACKSLASH_ESCAPE],variants:[{begin:/(u|b)?r?'''/,end:/'''/,contains:[e.BACKSLASH_ESCAPE,a],relevance:10},{begin:/(u|b)?r?"""/,end:/"""/,contains:[e.BACKSLASH_ESCAPE,a],relevance:10},{begin:/(fr|rf|f)'''/,end:/'''/,contains:[e.BACKSLASH_ESCAPE,a,s,i]},{begin:/(fr|rf|f)"""/,end:/"""/,contains:[e.BACKSLASH_ESCAPE,a,s,i]},{begin:/(u|r|ur)'/,end:/'/,relevance:10},{begin:/(u|r|ur)"/,end:/"/,relevance:10},{begin:/(b|br)'/,end:/'/},{begin:/(b|br)"/,end:/"/},{begin:/(fr|rf|f)'/,end:/'/,contains:[e.BACKSLASH_ESCAPE,s,i]},{begin:/(fr|rf|f)"/,end:/"/,contains:[e.BACKSLASH_ESCAPE,s,i]},e.APOS_STRING_MODE,e.QUOTE_STRING_MODE]},l={className:"number",relevance:0,variants:[{begin:e.BINARY_NUMBER_RE+"[lLjJ]?"},{begin:"\\b(0o[0-7]+)[lLjJ]?"},{begin:e.C_NUMBER_RE+"[lLjJ]?"}]},t={className:"params",variants:[{begin:/\(\s*\)/,skip:!0,className:null},{begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,contains:["self",a,l,r,e.HASH_COMMENT_MODE]}]};return i.contains=[r,l,a],{name:"Python",aliases:["py","gyp","ipython"],keywords:n,illegal:/(<\/|->|\?)|=>/,contains:[a,l,{beginKeywords:"if",relevance:0},r,e.HASH_COMMENT_MODE,{variants:[{className:"function",beginKeywords:"def"},{className:"class",beginKeywords:"class"}],end:/:/,illegal:/[${=;\n,]/,contains:[e.UNDERSCORE_TITLE_MODE,t,{begin:/->/,endsWithParent:!0,keywords:"None"}]},{className:"meta",begin:/^[\t ]*@/,end:/$/},{begin:/\b(print|exec)\(/}]}}}()); +hljs.registerLanguage("python-repl",function(){"use strict";return function(n){return{aliases:["pycon"],contains:[{className:"meta",starts:{end:/ |$/,starts:{end:"$",subLanguage:"python"}},variants:[{begin:/^>>>(?=[ ]|$)/},{begin:/^\.\.\.(?=[ ]|$)/}]}]}}}()); +hljs.registerLanguage("ruby",function(){"use strict";return function(e){var n="[a-zA-Z_]\\w*[!?=]?|[-+~]\\@|<<|>>|=~|===?|<=>|[<>]=?|\\*\\*|[-/+%^&*~`|]|\\[\\]=?",a={keyword:"and then defined module in return redo if BEGIN retry end for self when next until do begin unless END rescue else break undef not super class case require yield alias while ensure elsif or include attr_reader attr_writer attr_accessor",literal:"true false nil"},s={className:"doctag",begin:"@[A-Za-z]+"},i={begin:"#<",end:">"},r=[e.COMMENT("#","$",{contains:[s]}),e.COMMENT("^\\=begin","^\\=end",{contains:[s],relevance:10}),e.COMMENT("^__END__","\\n$")],c={className:"subst",begin:"#\\{",end:"}",keywords:a},t={className:"string",contains:[e.BACKSLASH_ESCAPE,c],variants:[{begin:/'/,end:/'/},{begin:/"/,end:/"/},{begin:/`/,end:/`/},{begin:"%[qQwWx]?\\(",end:"\\)"},{begin:"%[qQwWx]?\\[",end:"\\]"},{begin:"%[qQwWx]?{",end:"}"},{begin:"%[qQwWx]?<",end:">"},{begin:"%[qQwWx]?/",end:"/"},{begin:"%[qQwWx]?%",end:"%"},{begin:"%[qQwWx]?-",end:"-"},{begin:"%[qQwWx]?\\|",end:"\\|"},{begin:/\B\?(\\\d{1,3}|\\x[A-Fa-f0-9]{1,2}|\\u[A-Fa-f0-9]{4}|\\?\S)\b/},{begin:/<<[-~]?'?(\w+)(?:.|\n)*?\n\s*\1\b/,returnBegin:!0,contains:[{begin:/<<[-~]?'?/},e.END_SAME_AS_BEGIN({begin:/(\w+)/,end:/(\w+)/,contains:[e.BACKSLASH_ESCAPE,c]})]}]},b={className:"params",begin:"\\(",end:"\\)",endsParent:!0,keywords:a},d=[t,i,{className:"class",beginKeywords:"class module",end:"$|;",illegal:/=/,contains:[e.inherit(e.TITLE_MODE,{begin:"[A-Za-z_]\\w*(::\\w+)*(\\?|\\!)?"}),{begin:"<\\s*",contains:[{begin:"("+e.IDENT_RE+"::)?"+e.IDENT_RE}]}].concat(r)},{className:"function",beginKeywords:"def",end:"$|;",contains:[e.inherit(e.TITLE_MODE,{begin:n}),b].concat(r)},{begin:e.IDENT_RE+"::"},{className:"symbol",begin:e.UNDERSCORE_IDENT_RE+"(\\!|\\?)?:",relevance:0},{className:"symbol",begin:":(?!\\s)",contains:[t,{begin:n}],relevance:0},{className:"number",begin:"(\\b0[0-7_]+)|(\\b0x[0-9a-fA-F_]+)|(\\b[1-9][0-9_]*(\\.[0-9_]+)?)|[0_]\\b",relevance:0},{begin:"(\\$\\W)|((\\$|\\@\\@?)(\\w+))"},{className:"params",begin:/\|/,end:/\|/,keywords:a},{begin:"("+e.RE_STARTERS_RE+"|unless)\\s*",keywords:"unless",contains:[i,{className:"regexp",contains:[e.BACKSLASH_ESCAPE,c],illegal:/\n/,variants:[{begin:"/",end:"/[a-z]*"},{begin:"%r{",end:"}[a-z]*"},{begin:"%r\\(",end:"\\)[a-z]*"},{begin:"%r!",end:"![a-z]*"},{begin:"%r\\[",end:"\\][a-z]*"}]}].concat(r),relevance:0}].concat(r);c.contains=d,b.contains=d;var g=[{begin:/^\s*=>/,starts:{end:"$",contains:d}},{className:"meta",begin:"^([>?]>|[\\w#]+\\(\\w+\\):\\d+:\\d+>|(\\w+-)?\\d+\\.\\d+\\.\\d(p\\d+)?[^>]+>)",starts:{end:"$",contains:d}}];return{name:"Ruby",aliases:["rb","gemspec","podspec","thor","irb"],keywords:a,illegal:/\/\*/,contains:r.concat(g).concat(d)}}}()); +hljs.registerLanguage("rust",function(){"use strict";return function(e){var n="([ui](8|16|32|64|128|size)|f(32|64))?",t="drop i8 i16 i32 i64 i128 isize u8 u16 u32 u64 u128 usize f32 f64 str char bool Box Option Result String Vec Copy Send Sized Sync Drop Fn FnMut FnOnce ToOwned Clone Debug PartialEq PartialOrd Eq Ord AsRef AsMut Into From Default Iterator Extend IntoIterator DoubleEndedIterator ExactSizeIterator SliceConcatExt ToString assert! assert_eq! bitflags! bytes! cfg! col! concat! concat_idents! debug_assert! debug_assert_eq! env! panic! file! format! format_args! include_bin! include_str! line! local_data_key! module_path! option_env! print! println! select! stringify! try! unimplemented! unreachable! vec! write! writeln! macro_rules! assert_ne! debug_assert_ne!";return{name:"Rust",aliases:["rs"],keywords:{$pattern:e.IDENT_RE+"!?",keyword:"abstract as async await become box break const continue crate do dyn else enum extern false final fn for if impl in let loop macro match mod move mut override priv pub ref return self Self static struct super trait true try type typeof unsafe unsized use virtual where while yield",literal:"true false Some None Ok Err",built_in:t},illegal:""}]}}}()); +hljs.registerLanguage("scss",function(){"use strict";return function(e){var t={className:"variable",begin:"(\\$[a-zA-Z-][a-zA-Z0-9_-]*)\\b"},i={className:"number",begin:"#[0-9A-Fa-f]+"};return e.CSS_NUMBER_MODE,e.QUOTE_STRING_MODE,e.APOS_STRING_MODE,e.C_BLOCK_COMMENT_MODE,{name:"SCSS",case_insensitive:!0,illegal:"[=/|']",contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,{className:"selector-id",begin:"\\#[A-Za-z0-9_-]+",relevance:0},{className:"selector-class",begin:"\\.[A-Za-z0-9_-]+",relevance:0},{className:"selector-attr",begin:"\\[",end:"\\]",illegal:"$"},{className:"selector-tag",begin:"\\b(a|abbr|acronym|address|area|article|aside|audio|b|base|big|blockquote|body|br|button|canvas|caption|cite|code|col|colgroup|command|datalist|dd|del|details|dfn|div|dl|dt|em|embed|fieldset|figcaption|figure|footer|form|frame|frameset|(h[1-6])|head|header|hgroup|hr|html|i|iframe|img|input|ins|kbd|keygen|label|legend|li|link|map|mark|meta|meter|nav|noframes|noscript|object|ol|optgroup|option|output|p|param|pre|progress|q|rp|rt|ruby|samp|script|section|select|small|span|strike|strong|style|sub|sup|table|tbody|td|textarea|tfoot|th|thead|time|title|tr|tt|ul|var|video)\\b",relevance:0},{className:"selector-pseudo",begin:":(visited|valid|root|right|required|read-write|read-only|out-range|optional|only-of-type|only-child|nth-of-type|nth-last-of-type|nth-last-child|nth-child|not|link|left|last-of-type|last-child|lang|invalid|indeterminate|in-range|hover|focus|first-of-type|first-line|first-letter|first-child|first|enabled|empty|disabled|default|checked|before|after|active)"},{className:"selector-pseudo",begin:"::(after|before|choices|first-letter|first-line|repeat-index|repeat-item|selection|value)"},t,{className:"attribute",begin:"\\b(src|z-index|word-wrap|word-spacing|word-break|width|widows|white-space|visibility|vertical-align|unicode-bidi|transition-timing-function|transition-property|transition-duration|transition-delay|transition|transform-style|transform-origin|transform|top|text-underline-position|text-transform|text-shadow|text-rendering|text-overflow|text-indent|text-decoration-style|text-decoration-line|text-decoration-color|text-decoration|text-align-last|text-align|tab-size|table-layout|right|resize|quotes|position|pointer-events|perspective-origin|perspective|page-break-inside|page-break-before|page-break-after|padding-top|padding-right|padding-left|padding-bottom|padding|overflow-y|overflow-x|overflow-wrap|overflow|outline-width|outline-style|outline-offset|outline-color|outline|orphans|order|opacity|object-position|object-fit|normal|none|nav-up|nav-right|nav-left|nav-index|nav-down|min-width|min-height|max-width|max-height|mask|marks|margin-top|margin-right|margin-left|margin-bottom|margin|list-style-type|list-style-position|list-style-image|list-style|line-height|letter-spacing|left|justify-content|initial|inherit|ime-mode|image-orientation|image-resolution|image-rendering|icon|hyphens|height|font-weight|font-variant-ligatures|font-variant|font-style|font-stretch|font-size-adjust|font-size|font-language-override|font-kerning|font-feature-settings|font-family|font|float|flex-wrap|flex-shrink|flex-grow|flex-flow|flex-direction|flex-basis|flex|filter|empty-cells|display|direction|cursor|counter-reset|counter-increment|content|column-width|column-span|column-rule-width|column-rule-style|column-rule-color|column-rule|column-gap|column-fill|column-count|columns|color|clip-path|clip|clear|caption-side|break-inside|break-before|break-after|box-sizing|box-shadow|box-decoration-break|bottom|border-width|border-top-width|border-top-style|border-top-right-radius|border-top-left-radius|border-top-color|border-top|border-style|border-spacing|border-right-width|border-right-style|border-right-color|border-right|border-radius|border-left-width|border-left-style|border-left-color|border-left|border-image-width|border-image-source|border-image-slice|border-image-repeat|border-image-outset|border-image|border-color|border-collapse|border-bottom-width|border-bottom-style|border-bottom-right-radius|border-bottom-left-radius|border-bottom-color|border-bottom|border|background-size|background-repeat|background-position|background-origin|background-image|background-color|background-clip|background-attachment|background-blend-mode|background|backface-visibility|auto|animation-timing-function|animation-play-state|animation-name|animation-iteration-count|animation-fill-mode|animation-duration|animation-direction|animation-delay|animation|align-self|align-items|align-content)\\b",illegal:"[^\\s]"},{begin:"\\b(whitespace|wait|w-resize|visible|vertical-text|vertical-ideographic|uppercase|upper-roman|upper-alpha|underline|transparent|top|thin|thick|text|text-top|text-bottom|tb-rl|table-header-group|table-footer-group|sw-resize|super|strict|static|square|solid|small-caps|separate|se-resize|scroll|s-resize|rtl|row-resize|ridge|right|repeat|repeat-y|repeat-x|relative|progress|pointer|overline|outside|outset|oblique|nowrap|not-allowed|normal|none|nw-resize|no-repeat|no-drop|newspaper|ne-resize|n-resize|move|middle|medium|ltr|lr-tb|lowercase|lower-roman|lower-alpha|loose|list-item|line|line-through|line-edge|lighter|left|keep-all|justify|italic|inter-word|inter-ideograph|inside|inset|inline|inline-block|inherit|inactive|ideograph-space|ideograph-parenthesis|ideograph-numeric|ideograph-alpha|horizontal|hidden|help|hand|groove|fixed|ellipsis|e-resize|double|dotted|distribute|distribute-space|distribute-letter|distribute-all-lines|disc|disabled|default|decimal|dashed|crosshair|collapse|col-resize|circle|char|center|capitalize|break-word|break-all|bottom|both|bolder|bold|block|bidi-override|below|baseline|auto|always|all-scroll|absolute|table|table-cell)\\b"},{begin:":",end:";",contains:[t,i,e.CSS_NUMBER_MODE,e.QUOTE_STRING_MODE,e.APOS_STRING_MODE,{className:"meta",begin:"!important"}]},{begin:"@(page|font-face)",lexemes:"@[a-z-]+",keywords:"@page @font-face"},{begin:"@",end:"[{;]",returnBegin:!0,keywords:"and or not only",contains:[{begin:"@[a-z-]+",className:"keyword"},t,e.QUOTE_STRING_MODE,e.APOS_STRING_MODE,i,e.CSS_NUMBER_MODE]}]}}}()); +hljs.registerLanguage("shell",function(){"use strict";return function(s){return{name:"Shell Session",aliases:["console"],contains:[{className:"meta",begin:"^\\s{0,3}[/\\w\\d\\[\\]()@-]*[>%$#]",starts:{end:"$",subLanguage:"bash"}}]}}}()); +hljs.registerLanguage("sql",function(){"use strict";return function(e){var t=e.COMMENT("--","$");return{name:"SQL",case_insensitive:!0,illegal:/[<>{}*]/,contains:[{beginKeywords:"begin end start commit rollback savepoint lock alter create drop rename call delete do handler insert load replace select truncate update set show pragma grant merge describe use explain help declare prepare execute deallocate release unlock purge reset change stop analyze cache flush optimize repair kill install uninstall checksum restore check backup revoke comment values with",end:/;/,endsWithParent:!0,keywords:{$pattern:/[\w\.]+/,keyword:"as abort abs absolute acc acce accep accept access accessed accessible account acos action activate add addtime admin administer advanced advise aes_decrypt aes_encrypt after agent aggregate ali alia alias all allocate allow alter always analyze ancillary and anti any anydata anydataset anyschema anytype apply archive archived archivelog are as asc ascii asin assembly assertion associate asynchronous at atan atn2 attr attri attrib attribu attribut attribute attributes audit authenticated authentication authid authors auto autoallocate autodblink autoextend automatic availability avg backup badfile basicfile before begin beginning benchmark between bfile bfile_base big bigfile bin binary_double binary_float binlog bit_and bit_count bit_length bit_or bit_xor bitmap blob_base block blocksize body both bound bucket buffer_cache buffer_pool build bulk by byte byteordermark bytes cache caching call calling cancel capacity cascade cascaded case cast catalog category ceil ceiling chain change changed char_base char_length character_length characters characterset charindex charset charsetform charsetid check checksum checksum_agg child choose chr chunk class cleanup clear client clob clob_base clone close cluster_id cluster_probability cluster_set clustering coalesce coercibility col collate collation collect colu colum column column_value columns columns_updated comment commit compact compatibility compiled complete composite_limit compound compress compute concat concat_ws concurrent confirm conn connec connect connect_by_iscycle connect_by_isleaf connect_by_root connect_time connection consider consistent constant constraint constraints constructor container content contents context contributors controlfile conv convert convert_tz corr corr_k corr_s corresponding corruption cos cost count count_big counted covar_pop covar_samp cpu_per_call cpu_per_session crc32 create creation critical cross cube cume_dist curdate current current_date current_time current_timestamp current_user cursor curtime customdatum cycle data database databases datafile datafiles datalength date_add date_cache date_format date_sub dateadd datediff datefromparts datename datepart datetime2fromparts day day_to_second dayname dayofmonth dayofweek dayofyear days db_role_change dbtimezone ddl deallocate declare decode decompose decrement decrypt deduplicate def defa defau defaul default defaults deferred defi defin define degrees delayed delegate delete delete_all delimited demand dense_rank depth dequeue des_decrypt des_encrypt des_key_file desc descr descri describ describe descriptor deterministic diagnostics difference dimension direct_load directory disable disable_all disallow disassociate discardfile disconnect diskgroup distinct distinctrow distribute distributed div do document domain dotnet double downgrade drop dumpfile duplicate duration each edition editionable editions element ellipsis else elsif elt empty enable enable_all enclosed encode encoding encrypt end end-exec endian enforced engine engines enqueue enterprise entityescaping eomonth error errors escaped evalname evaluate event eventdata events except exception exceptions exchange exclude excluding execu execut execute exempt exists exit exp expire explain explode export export_set extended extent external external_1 external_2 externally extract failed failed_login_attempts failover failure far fast feature_set feature_value fetch field fields file file_name_convert filesystem_like_logging final finish first first_value fixed flash_cache flashback floor flush following follows for forall force foreign form forma format found found_rows freelist freelists freepools fresh from from_base64 from_days ftp full function general generated get get_format get_lock getdate getutcdate global global_name globally go goto grant grants greatest group group_concat group_id grouping grouping_id groups gtid_subtract guarantee guard handler hash hashkeys having hea head headi headin heading heap help hex hierarchy high high_priority hosts hour hours http id ident_current ident_incr ident_seed identified identity idle_time if ifnull ignore iif ilike ilm immediate import in include including increment index indexes indexing indextype indicator indices inet6_aton inet6_ntoa inet_aton inet_ntoa infile initial initialized initially initrans inmemory inner innodb input insert install instance instantiable instr interface interleaved intersect into invalidate invisible is is_free_lock is_ipv4 is_ipv4_compat is_not is_not_null is_used_lock isdate isnull isolation iterate java join json json_exists keep keep_duplicates key keys kill language large last last_day last_insert_id last_value lateral lax lcase lead leading least leaves left len lenght length less level levels library like like2 like4 likec limit lines link list listagg little ln load load_file lob lobs local localtime localtimestamp locate locator lock locked log log10 log2 logfile logfiles logging logical logical_reads_per_call logoff logon logs long loop low low_priority lower lpad lrtrim ltrim main make_set makedate maketime managed management manual map mapping mask master master_pos_wait match matched materialized max maxextents maximize maxinstances maxlen maxlogfiles maxloghistory maxlogmembers maxsize maxtrans md5 measures median medium member memcompress memory merge microsecond mid migration min minextents minimum mining minus minute minutes minvalue missing mod mode model modification modify module monitoring month months mount move movement multiset mutex name name_const names nan national native natural nav nchar nclob nested never new newline next nextval no no_write_to_binlog noarchivelog noaudit nobadfile nocheck nocompress nocopy nocycle nodelay nodiscardfile noentityescaping noguarantee nokeep nologfile nomapping nomaxvalue nominimize nominvalue nomonitoring none noneditionable nonschema noorder nopr nopro noprom nopromp noprompt norely noresetlogs noreverse normal norowdependencies noschemacheck noswitch not nothing notice notnull notrim novalidate now nowait nth_value nullif nulls num numb numbe nvarchar nvarchar2 object ocicoll ocidate ocidatetime ociduration ociinterval ociloblocator ocinumber ociref ocirefcursor ocirowid ocistring ocitype oct octet_length of off offline offset oid oidindex old on online only opaque open operations operator optimal optimize option optionally or oracle oracle_date oradata ord ordaudio orddicom orddoc order ordimage ordinality ordvideo organization orlany orlvary out outer outfile outline output over overflow overriding package pad parallel parallel_enable parameters parent parse partial partition partitions pascal passing password password_grace_time password_lock_time password_reuse_max password_reuse_time password_verify_function patch path patindex pctincrease pctthreshold pctused pctversion percent percent_rank percentile_cont percentile_disc performance period period_add period_diff permanent physical pi pipe pipelined pivot pluggable plugin policy position post_transaction pow power pragma prebuilt precedes preceding precision prediction prediction_cost prediction_details prediction_probability prediction_set prepare present preserve prior priority private private_sga privileges procedural procedure procedure_analyze processlist profiles project prompt protection public publishingservername purge quarter query quick quiesce quota quotename radians raise rand range rank raw read reads readsize rebuild record records recover recovery recursive recycle redo reduced ref reference referenced references referencing refresh regexp_like register regr_avgx regr_avgy regr_count regr_intercept regr_r2 regr_slope regr_sxx regr_sxy reject rekey relational relative relaylog release release_lock relies_on relocate rely rem remainder rename repair repeat replace replicate replication required reset resetlogs resize resource respect restore restricted result result_cache resumable resume retention return returning returns reuse reverse revoke right rlike role roles rollback rolling rollup round row row_count rowdependencies rowid rownum rows rtrim rules safe salt sample save savepoint sb1 sb2 sb4 scan schema schemacheck scn scope scroll sdo_georaster sdo_topo_geometry search sec_to_time second seconds section securefile security seed segment select self semi sequence sequential serializable server servererror session session_user sessions_per_user set sets settings sha sha1 sha2 share shared shared_pool short show shrink shutdown si_averagecolor si_colorhistogram si_featurelist si_positionalcolor si_stillimage si_texture siblings sid sign sin size size_t sizes skip slave sleep smalldatetimefromparts smallfile snapshot some soname sort soundex source space sparse spfile split sql sql_big_result sql_buffer_result sql_cache sql_calc_found_rows sql_small_result sql_variant_property sqlcode sqldata sqlerror sqlname sqlstate sqrt square standalone standby start starting startup statement static statistics stats_binomial_test stats_crosstab stats_ks_test stats_mode stats_mw_test stats_one_way_anova stats_t_test_ stats_t_test_indep stats_t_test_one stats_t_test_paired stats_wsr_test status std stddev stddev_pop stddev_samp stdev stop storage store stored str str_to_date straight_join strcmp strict string struct stuff style subdate subpartition subpartitions substitutable substr substring subtime subtring_index subtype success sum suspend switch switchoffset switchover sync synchronous synonym sys sys_xmlagg sysasm sysaux sysdate sysdatetimeoffset sysdba sysoper system system_user sysutcdatetime table tables tablespace tablesample tan tdo template temporary terminated tertiary_weights test than then thread through tier ties time time_format time_zone timediff timefromparts timeout timestamp timestampadd timestampdiff timezone_abbr timezone_minute timezone_region to to_base64 to_date to_days to_seconds todatetimeoffset trace tracking transaction transactional translate translation treat trigger trigger_nestlevel triggers trim truncate try_cast try_convert try_parse type ub1 ub2 ub4 ucase unarchived unbounded uncompress under undo unhex unicode uniform uninstall union unique unix_timestamp unknown unlimited unlock unnest unpivot unrecoverable unsafe unsigned until untrusted unusable unused update updated upgrade upped upper upsert url urowid usable usage use use_stored_outlines user user_data user_resources users using utc_date utc_timestamp uuid uuid_short validate validate_password_strength validation valist value values var var_samp varcharc vari varia variab variabl variable variables variance varp varraw varrawc varray verify version versions view virtual visible void wait wallet warning warnings week weekday weekofyear wellformed when whene whenev wheneve whenever where while whitespace window with within without work wrapped xdb xml xmlagg xmlattributes xmlcast xmlcolattval xmlelement xmlexists xmlforest xmlindex xmlnamespaces xmlpi xmlquery xmlroot xmlschema xmlserialize xmltable xmltype xor year year_to_month years yearweek",literal:"true false null unknown",built_in:"array bigint binary bit blob bool boolean char character date dec decimal float int int8 integer interval number numeric real record serial serial8 smallint text time timestamp tinyint varchar varchar2 varying void"},contains:[{className:"string",begin:"'",end:"'",contains:[{begin:"''"}]},{className:"string",begin:'"',end:'"',contains:[{begin:'""'}]},{className:"string",begin:"`",end:"`"},e.C_NUMBER_MODE,e.C_BLOCK_COMMENT_MODE,t,e.HASH_COMMENT_MODE]},e.C_BLOCK_COMMENT_MODE,t,e.HASH_COMMENT_MODE]}}}()); +hljs.registerLanguage("swift",function(){"use strict";return function(e){var i={keyword:"#available #colorLiteral #column #else #elseif #endif #file #fileLiteral #function #if #imageLiteral #line #selector #sourceLocation _ __COLUMN__ __FILE__ __FUNCTION__ __LINE__ Any as as! as? associatedtype associativity break case catch class continue convenience default defer deinit didSet do dynamic dynamicType else enum extension fallthrough false fileprivate final for func get guard if import in indirect infix init inout internal is lazy left let mutating nil none nonmutating open operator optional override postfix precedence prefix private protocol Protocol public repeat required rethrows return right self Self set static struct subscript super switch throw throws true try try! try? Type typealias unowned var weak where while willSet",literal:"true false nil",built_in:"abs advance alignof alignofValue anyGenerator assert assertionFailure bridgeFromObjectiveC bridgeFromObjectiveCUnconditional bridgeToObjectiveC bridgeToObjectiveCUnconditional c compactMap contains count countElements countLeadingZeros debugPrint debugPrintln distance dropFirst dropLast dump encodeBitsAsWords enumerate equal fatalError filter find getBridgedObjectiveCType getVaList indices insertionSort isBridgedToObjectiveC isBridgedVerbatimToObjectiveC isUniquelyReferenced isUniquelyReferencedNonObjC join lazy lexicographicalCompare map max maxElement min minElement numericCast overlaps partition posix precondition preconditionFailure print println quickSort readLine reduce reflect reinterpretCast reverse roundUpToAlignment sizeof sizeofValue sort split startsWith stride strideof strideofValue swap toString transcode underestimateCount unsafeAddressOf unsafeBitCast unsafeDowncast unsafeUnwrap unsafeReflect withExtendedLifetime withObjectAtPlusZero withUnsafePointer withUnsafePointerToObject withUnsafeMutablePointer withUnsafeMutablePointers withUnsafePointer withUnsafePointers withVaList zip"},n=e.COMMENT("/\\*","\\*/",{contains:["self"]}),t={className:"subst",begin:/\\\(/,end:"\\)",keywords:i,contains:[]},a={className:"string",contains:[e.BACKSLASH_ESCAPE,t],variants:[{begin:/"""/,end:/"""/},{begin:/"/,end:/"/}]},r={className:"number",begin:"\\b([\\d_]+(\\.[\\deE_]+)?|0x[a-fA-F0-9_]+(\\.[a-fA-F0-9p_]+)?|0b[01_]+|0o[0-7_]+)\\b",relevance:0};return t.contains=[r],{name:"Swift",keywords:i,contains:[a,e.C_LINE_COMMENT_MODE,n,{className:"type",begin:"\\b[A-Z][\\wÀ-ʸ']*[!?]"},{className:"type",begin:"\\b[A-Z][\\wÀ-ʸ']*",relevance:0},r,{className:"function",beginKeywords:"func",end:"{",excludeEnd:!0,contains:[e.inherit(e.TITLE_MODE,{begin:/[A-Za-z$_][0-9A-Za-z$_]*/}),{begin://},{className:"params",begin:/\(/,end:/\)/,endsParent:!0,keywords:i,contains:["self",r,a,e.C_BLOCK_COMMENT_MODE,{begin:":"}],illegal:/["']/}],illegal:/\[|%/},{className:"class",beginKeywords:"struct protocol class extension enum",keywords:i,end:"\\{",excludeEnd:!0,contains:[e.inherit(e.TITLE_MODE,{begin:/[A-Za-z$_][\u00C0-\u02B80-9A-Za-z$_]*/})]},{className:"meta",begin:"(@discardableResult|@warn_unused_result|@exported|@lazy|@noescape|@NSCopying|@NSManaged|@objc|@objcMembers|@convention|@required|@noreturn|@IBAction|@IBDesignable|@IBInspectable|@IBOutlet|@infix|@prefix|@postfix|@autoclosure|@testable|@available|@nonobjc|@NSApplicationMain|@UIApplicationMain|@dynamicMemberLookup|@propertyWrapper)\\b"},{beginKeywords:"import",end:/$/,contains:[e.C_LINE_COMMENT_MODE,n]}]}}}()); +hljs.registerLanguage("typescript",function(){"use strict";const e=["as","in","of","if","for","while","finally","var","new","function","do","return","void","else","break","catch","instanceof","with","throw","case","default","try","switch","continue","typeof","delete","let","yield","const","class","debugger","async","await","static","import","from","export","extends"],n=["true","false","null","undefined","NaN","Infinity"],a=[].concat(["setInterval","setTimeout","clearInterval","clearTimeout","require","exports","eval","isFinite","isNaN","parseFloat","parseInt","decodeURI","decodeURIComponent","encodeURI","encodeURIComponent","escape","unescape"],["arguments","this","super","console","window","document","localStorage","module","global"],["Intl","DataView","Number","Math","Date","String","RegExp","Object","Function","Boolean","Error","Symbol","Set","Map","WeakSet","WeakMap","Proxy","Reflect","JSON","Promise","Float64Array","Int16Array","Int32Array","Int8Array","Uint16Array","Uint32Array","Float32Array","Array","Uint8Array","Uint8ClampedArray","ArrayBuffer"],["EvalError","InternalError","RangeError","ReferenceError","SyntaxError","TypeError","URIError"]);return function(r){var t={$pattern:"[A-Za-z$_][0-9A-Za-z$_]*",keyword:e.concat(["type","namespace","typedef","interface","public","private","protected","implements","declare","abstract","readonly"]).join(" "),literal:n.join(" "),built_in:a.concat(["any","void","number","boolean","string","object","never","enum"]).join(" ")},s={className:"meta",begin:"@[A-Za-z$_][0-9A-Za-z$_]*"},i={className:"number",variants:[{begin:"\\b(0[bB][01]+)n?"},{begin:"\\b(0[oO][0-7]+)n?"},{begin:r.C_NUMBER_RE+"n?"}],relevance:0},o={className:"subst",begin:"\\$\\{",end:"\\}",keywords:t,contains:[]},c={begin:"html`",end:"",starts:{end:"`",returnEnd:!1,contains:[r.BACKSLASH_ESCAPE,o],subLanguage:"xml"}},l={begin:"css`",end:"",starts:{end:"`",returnEnd:!1,contains:[r.BACKSLASH_ESCAPE,o],subLanguage:"css"}},E={className:"string",begin:"`",end:"`",contains:[r.BACKSLASH_ESCAPE,o]};o.contains=[r.APOS_STRING_MODE,r.QUOTE_STRING_MODE,c,l,E,i,r.REGEXP_MODE];var d={begin:"\\(",end:/\)/,keywords:t,contains:["self",r.QUOTE_STRING_MODE,r.APOS_STRING_MODE,r.NUMBER_MODE]},u={className:"params",begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:t,contains:[r.C_LINE_COMMENT_MODE,r.C_BLOCK_COMMENT_MODE,s,d]};return{name:"TypeScript",aliases:["ts"],keywords:t,contains:[r.SHEBANG(),{className:"meta",begin:/^\s*['"]use strict['"]/},r.APOS_STRING_MODE,r.QUOTE_STRING_MODE,c,l,E,r.C_LINE_COMMENT_MODE,r.C_BLOCK_COMMENT_MODE,i,{begin:"("+r.RE_STARTERS_RE+"|\\b(case|return|throw)\\b)\\s*",keywords:"return throw case",contains:[r.C_LINE_COMMENT_MODE,r.C_BLOCK_COMMENT_MODE,r.REGEXP_MODE,{className:"function",begin:"(\\([^(]*(\\([^(]*(\\([^(]*\\))?\\))?\\)|"+r.UNDERSCORE_IDENT_RE+")\\s*=>",returnBegin:!0,end:"\\s*=>",contains:[{className:"params",variants:[{begin:r.UNDERSCORE_IDENT_RE},{className:null,begin:/\(\s*\)/,skip:!0},{begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:t,contains:d.contains}]}]}],relevance:0},{className:"function",beginKeywords:"function",end:/[\{;]/,excludeEnd:!0,keywords:t,contains:["self",r.inherit(r.TITLE_MODE,{begin:"[A-Za-z$_][0-9A-Za-z$_]*"}),u],illegal:/%/,relevance:0},{beginKeywords:"constructor",end:/[\{;]/,excludeEnd:!0,contains:["self",u]},{begin:/module\./,keywords:{built_in:"module"},relevance:0},{beginKeywords:"module",end:/\{/,excludeEnd:!0},{beginKeywords:"interface",end:/\{/,excludeEnd:!0,keywords:"interface extends"},{begin:/\$[(.]/},{begin:"\\."+r.IDENT_RE,relevance:0},s,d]}}}()); +hljs.registerLanguage("yaml",function(){"use strict";return function(e){var n="true false yes no null",a="[\\w#;/?:@&=+$,.~*\\'()[\\]]+",s={className:"string",relevance:0,variants:[{begin:/'/,end:/'/},{begin:/"/,end:/"/},{begin:/\S+/}],contains:[e.BACKSLASH_ESCAPE,{className:"template-variable",variants:[{begin:"{{",end:"}}"},{begin:"%{",end:"}"}]}]},i=e.inherit(s,{variants:[{begin:/'/,end:/'/},{begin:/"/,end:/"/},{begin:/[^\s,{}[\]]+/}]}),l={end:",",endsWithParent:!0,excludeEnd:!0,contains:[],keywords:n,relevance:0},t={begin:"{",end:"}",contains:[l],illegal:"\\n",relevance:0},g={begin:"\\[",end:"\\]",contains:[l],illegal:"\\n",relevance:0},b=[{className:"attr",variants:[{begin:"\\w[\\w :\\/.-]*:(?=[ \t]|$)"},{begin:'"\\w[\\w :\\/.-]*":(?=[ \t]|$)'},{begin:"'\\w[\\w :\\/.-]*':(?=[ \t]|$)"}]},{className:"meta",begin:"^---s*$",relevance:10},{className:"string",begin:"[\\|>]([0-9]?[+-])?[ ]*\\n( *)[\\S ]+\\n(\\2[\\S ]+\\n?)*"},{begin:"<%[%=-]?",end:"[%-]?%>",subLanguage:"ruby",excludeBegin:!0,excludeEnd:!0,relevance:0},{className:"type",begin:"!\\w+!"+a},{className:"type",begin:"!<"+a+">"},{className:"type",begin:"!"+a},{className:"type",begin:"!!"+a},{className:"meta",begin:"&"+e.UNDERSCORE_IDENT_RE+"$"},{className:"meta",begin:"\\*"+e.UNDERSCORE_IDENT_RE+"$"},{className:"bullet",begin:"\\-(?=[ ]|$)",relevance:0},e.HASH_COMMENT_MODE,{beginKeywords:n,keywords:{literal:n}},{className:"number",begin:"\\b[0-9]{4}(-[0-9][0-9]){0,2}([Tt \\t][0-9][0-9]?(:[0-9][0-9]){2})?(\\.[0-9]*)?([ \\t])*(Z|[-+][0-9][0-9]?(:[0-9][0-9])?)?\\b"},{className:"number",begin:e.C_NUMBER_RE+"\\b"},t,g,s],c=[...b];return c.pop(),c.push(i),l.contains=c,{name:"YAML",case_insensitive:!0,aliases:["yml","YAML"],contains:b}}}()); +hljs.registerLanguage("armasm",function(){"use strict";return function(s){const e={variants:[s.COMMENT("^[ \\t]*(?=#)","$",{relevance:0,excludeBegin:!0}),s.COMMENT("[;@]","$",{relevance:0}),s.C_LINE_COMMENT_MODE,s.C_BLOCK_COMMENT_MODE]};return{name:"ARM Assembly",case_insensitive:!0,aliases:["arm"],keywords:{$pattern:"\\.?"+s.IDENT_RE,meta:".2byte .4byte .align .ascii .asciz .balign .byte .code .data .else .end .endif .endm .endr .equ .err .exitm .extern .global .hword .if .ifdef .ifndef .include .irp .long .macro .rept .req .section .set .skip .space .text .word .arm .thumb .code16 .code32 .force_thumb .thumb_func .ltorg ALIAS ALIGN ARM AREA ASSERT ATTR CN CODE CODE16 CODE32 COMMON CP DATA DCB DCD DCDU DCDO DCFD DCFDU DCI DCQ DCQU DCW DCWU DN ELIF ELSE END ENDFUNC ENDIF ENDP ENTRY EQU EXPORT EXPORTAS EXTERN FIELD FILL FUNCTION GBLA GBLL GBLS GET GLOBAL IF IMPORT INCBIN INCLUDE INFO KEEP LCLA LCLL LCLS LTORG MACRO MAP MEND MEXIT NOFP OPT PRESERVE8 PROC QN READONLY RELOC REQUIRE REQUIRE8 RLIST FN ROUT SETA SETL SETS SN SPACE SUBT THUMB THUMBX TTL WHILE WEND ",built_in:"r0 r1 r2 r3 r4 r5 r6 r7 r8 r9 r10 r11 r12 r13 r14 r15 pc lr sp ip sl sb fp a1 a2 a3 a4 v1 v2 v3 v4 v5 v6 v7 v8 f0 f1 f2 f3 f4 f5 f6 f7 p0 p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 p12 p13 p14 p15 c0 c1 c2 c3 c4 c5 c6 c7 c8 c9 c10 c11 c12 c13 c14 c15 q0 q1 q2 q3 q4 q5 q6 q7 q8 q9 q10 q11 q12 q13 q14 q15 cpsr_c cpsr_x cpsr_s cpsr_f cpsr_cx cpsr_cxs cpsr_xs cpsr_xsf cpsr_sf cpsr_cxsf spsr_c spsr_x spsr_s spsr_f spsr_cx spsr_cxs spsr_xs spsr_xsf spsr_sf spsr_cxsf s0 s1 s2 s3 s4 s5 s6 s7 s8 s9 s10 s11 s12 s13 s14 s15 s16 s17 s18 s19 s20 s21 s22 s23 s24 s25 s26 s27 s28 s29 s30 s31 d0 d1 d2 d3 d4 d5 d6 d7 d8 d9 d10 d11 d12 d13 d14 d15 d16 d17 d18 d19 d20 d21 d22 d23 d24 d25 d26 d27 d28 d29 d30 d31 {PC} {VAR} {TRUE} {FALSE} {OPT} {CONFIG} {ENDIAN} {CODESIZE} {CPU} {FPU} {ARCHITECTURE} {PCSTOREOFFSET} {ARMASM_VERSION} {INTER} {ROPI} {RWPI} {SWST} {NOSWST} . @"},contains:[{className:"keyword",begin:"\\b(adc|(qd?|sh?|u[qh]?)?add(8|16)?|usada?8|(q|sh?|u[qh]?)?(as|sa)x|and|adrl?|sbc|rs[bc]|asr|b[lx]?|blx|bxj|cbn?z|tb[bh]|bic|bfc|bfi|[su]bfx|bkpt|cdp2?|clz|clrex|cmp|cmn|cpsi[ed]|cps|setend|dbg|dmb|dsb|eor|isb|it[te]{0,3}|lsl|lsr|ror|rrx|ldm(([id][ab])|f[ds])?|ldr((s|ex)?[bhd])?|movt?|mvn|mra|mar|mul|[us]mull|smul[bwt][bt]|smu[as]d|smmul|smmla|mla|umlaal|smlal?([wbt][bt]|d)|mls|smlsl?[ds]|smc|svc|sev|mia([bt]{2}|ph)?|mrr?c2?|mcrr2?|mrs|msr|orr|orn|pkh(tb|bt)|rbit|rev(16|sh)?|sel|[su]sat(16)?|nop|pop|push|rfe([id][ab])?|stm([id][ab])?|str(ex)?[bhd]?|(qd?)?sub|(sh?|q|u[qh]?)?sub(8|16)|[su]xt(a?h|a?b(16)?)|srs([id][ab])?|swpb?|swi|smi|tst|teq|wfe|wfi|yield)(eq|ne|cs|cc|mi|pl|vs|vc|hi|ls|ge|lt|gt|le|al|hs|lo)?[sptrx]?(?=\\s)"},e,s.QUOTE_STRING_MODE,{className:"string",begin:"'",end:"[^\\\\]'",relevance:0},{className:"title",begin:"\\|",end:"\\|",illegal:"\\n",relevance:0},{className:"number",variants:[{begin:"[#$=]?0x[0-9a-f]+"},{begin:"[#$=]?0b[01]+"},{begin:"[#$=]\\d+"},{begin:"\\b\\d+"}],relevance:0},{className:"symbol",variants:[{begin:"^[ \\t]*[a-z_\\.\\$][a-z0-9_\\.\\$]+:"},{begin:"^[a-z_\\.\\$][a-z0-9_\\.\\$]+"},{begin:"[=#]\\w+"}],relevance:0}]}}}()); +hljs.registerLanguage("d",function(){"use strict";return function(e){var a={$pattern:e.UNDERSCORE_IDENT_RE,keyword:"abstract alias align asm assert auto body break byte case cast catch class const continue debug default delete deprecated do else enum export extern final finally for foreach foreach_reverse|10 goto if immutable import in inout int interface invariant is lazy macro mixin module new nothrow out override package pragma private protected public pure ref return scope shared static struct super switch synchronized template this throw try typedef typeid typeof union unittest version void volatile while with __FILE__ __LINE__ __gshared|10 __thread __traits __DATE__ __EOF__ __TIME__ __TIMESTAMP__ __VENDOR__ __VERSION__",built_in:"bool cdouble cent cfloat char creal dchar delegate double dstring float function idouble ifloat ireal long real short string ubyte ucent uint ulong ushort wchar wstring",literal:"false null true"},d="((0|[1-9][\\d_]*)|0[bB][01_]+|0[xX]([\\da-fA-F][\\da-fA-F_]*|_[\\da-fA-F][\\da-fA-F_]*))",n="\\\\(['\"\\?\\\\abfnrtv]|u[\\dA-Fa-f]{4}|[0-7]{1,3}|x[\\dA-Fa-f]{2}|U[\\dA-Fa-f]{8})|&[a-zA-Z\\d]{2,};",t={className:"number",begin:"\\b"+d+"(L|u|U|Lu|LU|uL|UL)?",relevance:0},_={className:"number",begin:"\\b(((0[xX](([\\da-fA-F][\\da-fA-F_]*|_[\\da-fA-F][\\da-fA-F_]*)\\.([\\da-fA-F][\\da-fA-F_]*|_[\\da-fA-F][\\da-fA-F_]*)|\\.?([\\da-fA-F][\\da-fA-F_]*|_[\\da-fA-F][\\da-fA-F_]*))[pP][+-]?(0|[1-9][\\d_]*|\\d[\\d_]*|[\\d_]+?\\d))|((0|[1-9][\\d_]*|\\d[\\d_]*|[\\d_]+?\\d)(\\.\\d*|([eE][+-]?(0|[1-9][\\d_]*|\\d[\\d_]*|[\\d_]+?\\d)))|\\d+\\.(0|[1-9][\\d_]*|\\d[\\d_]*|[\\d_]+?\\d)(0|[1-9][\\d_]*|\\d[\\d_]*|[\\d_]+?\\d)|\\.(0|[1-9][\\d_]*)([eE][+-]?(0|[1-9][\\d_]*|\\d[\\d_]*|[\\d_]+?\\d))?))([fF]|L|i|[fF]i|Li)?|"+d+"(i|[fF]i|Li))",relevance:0},r={className:"string",begin:"'("+n+"|.)",end:"'",illegal:"."},i={className:"string",begin:'"',contains:[{begin:n,relevance:0}],end:'"[cwd]?'},s=e.COMMENT("\\/\\+","\\+\\/",{contains:["self"],relevance:10});return{name:"D",keywords:a,contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,s,{className:"string",begin:'x"[\\da-fA-F\\s\\n\\r]*"[cwd]?',relevance:10},i,{className:"string",begin:'[rq]"',end:'"[cwd]?',relevance:5},{className:"string",begin:"`",end:"`[cwd]?"},{className:"string",begin:'q"\\{',end:'\\}"'},_,t,r,{className:"meta",begin:"^#!",end:"$",relevance:5},{className:"meta",begin:"#(line)",end:"$",relevance:5},{className:"keyword",begin:"@[a-zA-Z_][a-zA-Z_\\d]*"}]}}}()); +hljs.registerLanguage("handlebars",function(){"use strict";function e(...e){return e.map(e=>(function(e){return e?"string"==typeof e?e:e.source:null})(e)).join("")}return function(n){const a={"builtin-name":"action bindattr collection component concat debugger each each-in get hash if in input link-to loc log lookup mut outlet partial query-params render template textarea unbound unless view with yield"},t=/\[.*?\]/,s=/[^\s!"#%&'()*+,.\/;<=>@\[\\\]^`{|}~]+/,i=e("(",/'.*?'/,"|",/".*?"/,"|",t,"|",s,"|",/\.|\//,")+"),r=e("(",t,"|",s,")(?==)"),l={begin:i,lexemes:/[\w.\/]+/},c=n.inherit(l,{keywords:{literal:"true false undefined null"}}),o={begin:/\(/,end:/\)/},m={className:"attr",begin:r,relevance:0,starts:{begin:/=/,end:/=/,starts:{contains:[n.NUMBER_MODE,n.QUOTE_STRING_MODE,n.APOS_STRING_MODE,c,o]}}},d={contains:[n.NUMBER_MODE,n.QUOTE_STRING_MODE,n.APOS_STRING_MODE,{begin:/as\s+\|/,keywords:{keyword:"as"},end:/\|/,contains:[{begin:/\w+/}]},m,c,o],returnEnd:!0},g=n.inherit(l,{className:"name",keywords:a,starts:n.inherit(d,{end:/\)/})});o.contains=[g];const u=n.inherit(l,{keywords:a,className:"name",starts:n.inherit(d,{end:/}}/})}),b=n.inherit(l,{keywords:a,className:"name"}),h=n.inherit(l,{className:"name",keywords:a,starts:n.inherit(d,{end:/}}/})});return{name:"Handlebars",aliases:["hbs","html.hbs","html.handlebars","htmlbars"],case_insensitive:!0,subLanguage:"xml",contains:[{begin:/\\\{\{/,skip:!0},{begin:/\\\\(?=\{\{)/,skip:!0},n.COMMENT(/\{\{!--/,/--\}\}/),n.COMMENT(/\{\{!/,/\}\}/),{className:"template-tag",begin:/\{\{\{\{(?!\/)/,end:/\}\}\}\}/,contains:[u],starts:{end:/\{\{\{\{\//,returnEnd:!0,subLanguage:"xml"}},{className:"template-tag",begin:/\{\{\{\{\//,end:/\}\}\}\}/,contains:[b]},{className:"template-tag",begin:/\{\{#/,end:/\}\}/,contains:[u]},{className:"template-tag",begin:/\{\{(?=else\}\})/,end:/\}\}/,keywords:"else"},{className:"template-tag",begin:/\{\{\//,end:/\}\}/,contains:[b]},{className:"template-variable",begin:/\{\{\{/,end:/\}\}\}/,contains:[h]},{className:"template-variable",begin:/\{\{/,end:/\}\}/,contains:[h]}]}}}()); +hljs.registerLanguage("haskell",function(){"use strict";return function(e){var n={variants:[e.COMMENT("--","$"),e.COMMENT("{-","-}",{contains:["self"]})]},i={className:"meta",begin:"{-#",end:"#-}"},a={className:"meta",begin:"^#",end:"$"},s={className:"type",begin:"\\b[A-Z][\\w']*",relevance:0},l={begin:"\\(",end:"\\)",illegal:'"',contains:[i,a,{className:"type",begin:"\\b[A-Z][\\w]*(\\((\\.\\.|,|\\w+)\\))?"},e.inherit(e.TITLE_MODE,{begin:"[_a-z][\\w']*"}),n]};return{name:"Haskell",aliases:["hs"],keywords:"let in if then else case of where do module import hiding qualified type data newtype deriving class instance as default infix infixl infixr foreign export ccall stdcall cplusplus jvm dotnet safe unsafe family forall mdo proc rec",contains:[{beginKeywords:"module",end:"where",keywords:"module where",contains:[l,n],illegal:"\\W\\.|;"},{begin:"\\bimport\\b",end:"$",keywords:"import qualified as hiding",contains:[l,n],illegal:"\\W\\.|;"},{className:"class",begin:"^(\\s*)?(class|instance)\\b",end:"where",keywords:"class family instance where",contains:[s,l,n]},{className:"class",begin:"\\b(data|(new)?type)\\b",end:"$",keywords:"data family type newtype deriving",contains:[i,s,l,{begin:"{",end:"}",contains:l.contains},n]},{beginKeywords:"default",end:"$",contains:[s,l,n]},{beginKeywords:"infix infixl infixr",end:"$",contains:[e.C_NUMBER_MODE,n]},{begin:"\\bforeign\\b",end:"$",keywords:"foreign import export ccall stdcall cplusplus jvm dotnet safe unsafe",contains:[s,e.QUOTE_STRING_MODE,n]},{className:"meta",begin:"#!\\/usr\\/bin\\/env runhaskell",end:"$"},i,a,e.QUOTE_STRING_MODE,e.C_NUMBER_MODE,s,e.inherit(e.TITLE_MODE,{begin:"^[_a-z][\\w']*"}),n,{begin:"->|<-"}]}}}()); +hljs.registerLanguage("julia",function(){"use strict";return function(e){var r="[A-Za-z_\\u00A1-\\uFFFF][A-Za-z_0-9\\u00A1-\\uFFFF]*",t={$pattern:r,keyword:"in isa where baremodule begin break catch ccall const continue do else elseif end export false finally for function global if import importall let local macro module quote return true try using while type immutable abstract bitstype typealias ",literal:"true false ARGS C_NULL DevNull ENDIAN_BOM ENV I Inf Inf16 Inf32 Inf64 InsertionSort JULIA_HOME LOAD_PATH MergeSort NaN NaN16 NaN32 NaN64 PROGRAM_FILE QuickSort RoundDown RoundFromZero RoundNearest RoundNearestTiesAway RoundNearestTiesUp RoundToZero RoundUp STDERR STDIN STDOUT VERSION catalan e|0 eu|0 eulergamma golden im nothing pi γ π φ ",built_in:"ANY AbstractArray AbstractChannel AbstractFloat AbstractMatrix AbstractRNG AbstractSerializer AbstractSet AbstractSparseArray AbstractSparseMatrix AbstractSparseVector AbstractString AbstractUnitRange AbstractVecOrMat AbstractVector Any ArgumentError Array AssertionError Associative Base64DecodePipe Base64EncodePipe Bidiagonal BigFloat BigInt BitArray BitMatrix BitVector Bool BoundsError BufferStream CachingPool CapturedException CartesianIndex CartesianRange Cchar Cdouble Cfloat Channel Char Cint Cintmax_t Clong Clonglong ClusterManager Cmd CodeInfo Colon Complex Complex128 Complex32 Complex64 CompositeException Condition ConjArray ConjMatrix ConjVector Cptrdiff_t Cshort Csize_t Cssize_t Cstring Cuchar Cuint Cuintmax_t Culong Culonglong Cushort Cwchar_t Cwstring DataType Date DateFormat DateTime DenseArray DenseMatrix DenseVecOrMat DenseVector Diagonal Dict DimensionMismatch Dims DirectIndexString Display DivideError DomainError EOFError EachLine Enum Enumerate ErrorException Exception ExponentialBackOff Expr Factorization FileMonitor Float16 Float32 Float64 Function Future GlobalRef GotoNode HTML Hermitian IO IOBuffer IOContext IOStream IPAddr IPv4 IPv6 IndexCartesian IndexLinear IndexStyle InexactError InitError Int Int128 Int16 Int32 Int64 Int8 IntSet Integer InterruptException InvalidStateException Irrational KeyError LabelNode LinSpace LineNumberNode LoadError LowerTriangular MIME Matrix MersenneTwister Method MethodError MethodTable Module NTuple NewvarNode NullException Nullable Number ObjectIdDict OrdinalRange OutOfMemoryError OverflowError Pair ParseError PartialQuickSort PermutedDimsArray Pipe PollingFileWatcher ProcessExitedException Ptr QuoteNode RandomDevice Range RangeIndex Rational RawFD ReadOnlyMemoryError Real ReentrantLock Ref Regex RegexMatch RemoteChannel RemoteException RevString RoundingMode RowVector SSAValue SegmentationFault SerializationState Set SharedArray SharedMatrix SharedVector Signed SimpleVector Slot SlotNumber SparseMatrixCSC SparseVector StackFrame StackOverflowError StackTrace StepRange StepRangeLen StridedArray StridedMatrix StridedVecOrMat StridedVector String SubArray SubString SymTridiagonal Symbol Symmetric SystemError TCPSocket Task Text TextDisplay Timer Tridiagonal Tuple Type TypeError TypeMapEntry TypeMapLevel TypeName TypeVar TypedSlot UDPSocket UInt UInt128 UInt16 UInt32 UInt64 UInt8 UndefRefError UndefVarError UnicodeError UniformScaling Union UnionAll UnitRange Unsigned UpperTriangular Val Vararg VecElement VecOrMat Vector VersionNumber Void WeakKeyDict WeakRef WorkerConfig WorkerPool "},a={keywords:t,illegal:/<\//},n={className:"subst",begin:/\$\(/,end:/\)/,keywords:t},o={className:"variable",begin:"\\$"+r},i={className:"string",contains:[e.BACKSLASH_ESCAPE,n,o],variants:[{begin:/\w*"""/,end:/"""\w*/,relevance:10},{begin:/\w*"/,end:/"\w*/}]},l={className:"string",contains:[e.BACKSLASH_ESCAPE,n,o],begin:"`",end:"`"},s={className:"meta",begin:"@"+r};return a.name="Julia",a.contains=[{className:"number",begin:/(\b0x[\d_]*(\.[\d_]*)?|0x\.\d[\d_]*)p[-+]?\d+|\b0[box][a-fA-F0-9][a-fA-F0-9_]*|(\b\d[\d_]*(\.[\d_]*)?|\.\d[\d_]*)([eEfF][-+]?\d+)?/,relevance:0},{className:"string",begin:/'(.|\\[xXuU][a-zA-Z0-9]+)'/},i,l,s,{className:"comment",variants:[{begin:"#=",end:"=#",relevance:10},{begin:"#",end:"$"}]},e.HASH_COMMENT_MODE,{className:"keyword",begin:"\\b(((abstract|primitive)\\s+)type|(mutable\\s+)?struct)\\b"},{begin:/<:/}],n.contains=a.contains,a}}()); +hljs.registerLanguage("nim",function(){"use strict";return function(e){return{name:"Nim",aliases:["nim"],keywords:{keyword:"addr and as asm bind block break case cast const continue converter discard distinct div do elif else end enum except export finally for from func generic if import in include interface is isnot iterator let macro method mixin mod nil not notin object of or out proc ptr raise ref return shl shr static template try tuple type using var when while with without xor yield",literal:"shared guarded stdin stdout stderr result true false",built_in:"int int8 int16 int32 int64 uint uint8 uint16 uint32 uint64 float float32 float64 bool char string cstring pointer expr stmt void auto any range array openarray varargs seq set clong culong cchar cschar cshort cint csize clonglong cfloat cdouble clongdouble cuchar cushort cuint culonglong cstringarray semistatic"},contains:[{className:"meta",begin:/{\./,end:/\.}/,relevance:10},{className:"string",begin:/[a-zA-Z]\w*"/,end:/"/,contains:[{begin:/""/}]},{className:"string",begin:/([a-zA-Z]\w*)?"""/,end:/"""/},e.QUOTE_STRING_MODE,{className:"type",begin:/\b[A-Z]\w+\b/,relevance:0},{className:"number",relevance:0,variants:[{begin:/\b(0[xX][0-9a-fA-F][_0-9a-fA-F]*)('?[iIuU](8|16|32|64))?/},{begin:/\b(0o[0-7][_0-7]*)('?[iIuUfF](8|16|32|64))?/},{begin:/\b(0(b|B)[01][_01]*)('?[iIuUfF](8|16|32|64))?/},{begin:/\b(\d[_\d]*)('?[iIuUfF](8|16|32|64))?/}]},e.HASH_COMMENT_MODE]}}}()); +hljs.registerLanguage("nix",function(){"use strict";return function(e){var n={keyword:"rec with let in inherit assert if else then",literal:"true false or and null",built_in:"import abort baseNameOf dirOf isNull builtins map removeAttrs throw toString derivation"},i={className:"subst",begin:/\$\{/,end:/}/,keywords:n},t={className:"string",contains:[i],variants:[{begin:"''",end:"''"},{begin:'"',end:'"'}]},s=[e.NUMBER_MODE,e.HASH_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,t,{begin:/[a-zA-Z0-9-_]+(\s*=)/,returnBegin:!0,relevance:0,contains:[{className:"attr",begin:/\S+/}]}];return i.contains=s,{name:"Nix",aliases:["nixos"],keywords:n,contains:s}}}()); +hljs.registerLanguage("r",function(){"use strict";return function(e){var n="([a-zA-Z]|\\.[a-zA-Z.])[a-zA-Z0-9._]*";return{name:"R",contains:[e.HASH_COMMENT_MODE,{begin:n,keywords:{$pattern:n,keyword:"function if in break next repeat else for return switch while try tryCatch stop warning require library attach detach source setMethod setGeneric setGroupGeneric setClass ...",literal:"NULL NA TRUE FALSE T F Inf NaN NA_integer_|10 NA_real_|10 NA_character_|10 NA_complex_|10"},relevance:0},{className:"number",begin:"0[xX][0-9a-fA-F]+[Li]?\\b",relevance:0},{className:"number",begin:"\\d+(?:[eE][+\\-]?\\d*)?L\\b",relevance:0},{className:"number",begin:"\\d+\\.(?!\\d)(?:i\\b)?",relevance:0},{className:"number",begin:"\\d+(?:\\.\\d*)?(?:[eE][+\\-]?\\d*)?i?\\b",relevance:0},{className:"number",begin:"\\.\\d+(?:[eE][+\\-]?\\d*)?i?\\b",relevance:0},{begin:"`",end:"`",relevance:0},{className:"string",contains:[e.BACKSLASH_ESCAPE],variants:[{begin:'"',end:'"'},{begin:"'",end:"'"}]}]}}}()); +hljs.registerLanguage("scala",function(){"use strict";return function(e){var n={className:"subst",variants:[{begin:"\\$[A-Za-z0-9_]+"},{begin:"\\${",end:"}"}]},a={className:"string",variants:[{begin:'"',end:'"',illegal:"\\n",contains:[e.BACKSLASH_ESCAPE]},{begin:'"""',end:'"""',relevance:10},{begin:'[a-z]+"',end:'"',illegal:"\\n",contains:[e.BACKSLASH_ESCAPE,n]},{className:"string",begin:'[a-z]+"""',end:'"""',contains:[n],relevance:10}]},s={className:"type",begin:"\\b[A-Z][A-Za-z0-9_]*",relevance:0},t={className:"title",begin:/[^0-9\n\t "'(),.`{}\[\]:;][^\n\t "'(),.`{}\[\]:;]+|[^0-9\n\t "'(),.`{}\[\]:;=]/,relevance:0},i={className:"class",beginKeywords:"class object trait type",end:/[:={\[\n;]/,excludeEnd:!0,contains:[{beginKeywords:"extends with",relevance:10},{begin:/\[/,end:/\]/,excludeBegin:!0,excludeEnd:!0,relevance:0,contains:[s]},{className:"params",begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,relevance:0,contains:[s]},t]},l={className:"function",beginKeywords:"def",end:/[:={\[(\n;]/,excludeEnd:!0,contains:[t]};return{name:"Scala",keywords:{literal:"true false null",keyword:"type yield lazy override def with val var sealed abstract private trait object if forSome for while throw finally protected extends import final return else break new catch super class case package default try this match continue throws implicit"},contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,a,{className:"symbol",begin:"'\\w[\\w\\d_]*(?!')"},s,l,i,e.C_NUMBER_MODE,{className:"meta",begin:"@[A-Za-z]+"}]}}}()); +hljs.registerLanguage("x86asm",function(){"use strict";return function(s){return{name:"Intel x86 Assembly",case_insensitive:!0,keywords:{$pattern:"[.%]?"+s.IDENT_RE,keyword:"lock rep repe repz repne repnz xaquire xrelease bnd nobnd aaa aad aam aas adc add and arpl bb0_reset bb1_reset bound bsf bsr bswap bt btc btr bts call cbw cdq cdqe clc cld cli clts cmc cmp cmpsb cmpsd cmpsq cmpsw cmpxchg cmpxchg486 cmpxchg8b cmpxchg16b cpuid cpu_read cpu_write cqo cwd cwde daa das dec div dmint emms enter equ f2xm1 fabs fadd faddp fbld fbstp fchs fclex fcmovb fcmovbe fcmove fcmovnb fcmovnbe fcmovne fcmovnu fcmovu fcom fcomi fcomip fcomp fcompp fcos fdecstp fdisi fdiv fdivp fdivr fdivrp femms feni ffree ffreep fiadd ficom ficomp fidiv fidivr fild fimul fincstp finit fist fistp fisttp fisub fisubr fld fld1 fldcw fldenv fldl2e fldl2t fldlg2 fldln2 fldpi fldz fmul fmulp fnclex fndisi fneni fninit fnop fnsave fnstcw fnstenv fnstsw fpatan fprem fprem1 fptan frndint frstor fsave fscale fsetpm fsin fsincos fsqrt fst fstcw fstenv fstp fstsw fsub fsubp fsubr fsubrp ftst fucom fucomi fucomip fucomp fucompp fxam fxch fxtract fyl2x fyl2xp1 hlt ibts icebp idiv imul in inc incbin insb insd insw int int01 int1 int03 int3 into invd invpcid invlpg invlpga iret iretd iretq iretw jcxz jecxz jrcxz jmp jmpe lahf lar lds lea leave les lfence lfs lgdt lgs lidt lldt lmsw loadall loadall286 lodsb lodsd lodsq lodsw loop loope loopne loopnz loopz lsl lss ltr mfence monitor mov movd movq movsb movsd movsq movsw movsx movsxd movzx mul mwait neg nop not or out outsb outsd outsw packssdw packsswb packuswb paddb paddd paddsb paddsiw paddsw paddusb paddusw paddw pand pandn pause paveb pavgusb pcmpeqb pcmpeqd pcmpeqw pcmpgtb pcmpgtd pcmpgtw pdistib pf2id pfacc pfadd pfcmpeq pfcmpge pfcmpgt pfmax pfmin pfmul pfrcp pfrcpit1 pfrcpit2 pfrsqit1 pfrsqrt pfsub pfsubr pi2fd pmachriw pmaddwd pmagw pmulhriw pmulhrwa pmulhrwc pmulhw pmullw pmvgezb pmvlzb pmvnzb pmvzb pop popa popad popaw popf popfd popfq popfw por prefetch prefetchw pslld psllq psllw psrad psraw psrld psrlq psrlw psubb psubd psubsb psubsiw psubsw psubusb psubusw psubw punpckhbw punpckhdq punpckhwd punpcklbw punpckldq punpcklwd push pusha pushad pushaw pushf pushfd pushfq pushfw pxor rcl rcr rdshr rdmsr rdpmc rdtsc rdtscp ret retf retn rol ror rdm rsdc rsldt rsm rsts sahf sal salc sar sbb scasb scasd scasq scasw sfence sgdt shl shld shr shrd sidt sldt skinit smi smint smintold smsw stc std sti stosb stosd stosq stosw str sub svdc svldt svts swapgs syscall sysenter sysexit sysret test ud0 ud1 ud2b ud2 ud2a umov verr verw fwait wbinvd wrshr wrmsr xadd xbts xchg xlatb xlat xor cmove cmovz cmovne cmovnz cmova cmovnbe cmovae cmovnb cmovb cmovnae cmovbe cmovna cmovg cmovnle cmovge cmovnl cmovl cmovnge cmovle cmovng cmovc cmovnc cmovo cmovno cmovs cmovns cmovp cmovpe cmovnp cmovpo je jz jne jnz ja jnbe jae jnb jb jnae jbe jna jg jnle jge jnl jl jnge jle jng jc jnc jo jno js jns jpo jnp jpe jp sete setz setne setnz seta setnbe setae setnb setnc setb setnae setcset setbe setna setg setnle setge setnl setl setnge setle setng sets setns seto setno setpe setp setpo setnp addps addss andnps andps cmpeqps cmpeqss cmpleps cmpless cmpltps cmpltss cmpneqps cmpneqss cmpnleps cmpnless cmpnltps cmpnltss cmpordps cmpordss cmpunordps cmpunordss cmpps cmpss comiss cvtpi2ps cvtps2pi cvtsi2ss cvtss2si cvttps2pi cvttss2si divps divss ldmxcsr maxps maxss minps minss movaps movhps movlhps movlps movhlps movmskps movntps movss movups mulps mulss orps rcpps rcpss rsqrtps rsqrtss shufps sqrtps sqrtss stmxcsr subps subss ucomiss unpckhps unpcklps xorps fxrstor fxrstor64 fxsave fxsave64 xgetbv xsetbv xsave xsave64 xsaveopt xsaveopt64 xrstor xrstor64 prefetchnta prefetcht0 prefetcht1 prefetcht2 maskmovq movntq pavgb pavgw pextrw pinsrw pmaxsw pmaxub pminsw pminub pmovmskb pmulhuw psadbw pshufw pf2iw pfnacc pfpnacc pi2fw pswapd maskmovdqu clflush movntdq movnti movntpd movdqa movdqu movdq2q movq2dq paddq pmuludq pshufd pshufhw pshuflw pslldq psrldq psubq punpckhqdq punpcklqdq addpd addsd andnpd andpd cmpeqpd cmpeqsd cmplepd cmplesd cmpltpd cmpltsd cmpneqpd cmpneqsd cmpnlepd cmpnlesd cmpnltpd cmpnltsd cmpordpd cmpordsd cmpunordpd cmpunordsd cmppd comisd cvtdq2pd cvtdq2ps cvtpd2dq cvtpd2pi cvtpd2ps cvtpi2pd cvtps2dq cvtps2pd cvtsd2si cvtsd2ss cvtsi2sd cvtss2sd cvttpd2pi cvttpd2dq cvttps2dq cvttsd2si divpd divsd maxpd maxsd minpd minsd movapd movhpd movlpd movmskpd movupd mulpd mulsd orpd shufpd sqrtpd sqrtsd subpd subsd ucomisd unpckhpd unpcklpd xorpd addsubpd addsubps haddpd haddps hsubpd hsubps lddqu movddup movshdup movsldup clgi stgi vmcall vmclear vmfunc vmlaunch vmload vmmcall vmptrld vmptrst vmread vmresume vmrun vmsave vmwrite vmxoff vmxon invept invvpid pabsb pabsw pabsd palignr phaddw phaddd phaddsw phsubw phsubd phsubsw pmaddubsw pmulhrsw pshufb psignb psignw psignd extrq insertq movntsd movntss lzcnt blendpd blendps blendvpd blendvps dppd dpps extractps insertps movntdqa mpsadbw packusdw pblendvb pblendw pcmpeqq pextrb pextrd pextrq phminposuw pinsrb pinsrd pinsrq pmaxsb pmaxsd pmaxud pmaxuw pminsb pminsd pminud pminuw pmovsxbw pmovsxbd pmovsxbq pmovsxwd pmovsxwq pmovsxdq pmovzxbw pmovzxbd pmovzxbq pmovzxwd pmovzxwq pmovzxdq pmuldq pmulld ptest roundpd roundps roundsd roundss crc32 pcmpestri pcmpestrm pcmpistri pcmpistrm pcmpgtq popcnt getsec pfrcpv pfrsqrtv movbe aesenc aesenclast aesdec aesdeclast aesimc aeskeygenassist vaesenc vaesenclast vaesdec vaesdeclast vaesimc vaeskeygenassist vaddpd vaddps vaddsd vaddss vaddsubpd vaddsubps vandpd vandps vandnpd vandnps vblendpd vblendps vblendvpd vblendvps vbroadcastss vbroadcastsd vbroadcastf128 vcmpeq_ospd vcmpeqpd vcmplt_ospd vcmpltpd vcmple_ospd vcmplepd vcmpunord_qpd vcmpunordpd vcmpneq_uqpd vcmpneqpd vcmpnlt_uspd vcmpnltpd vcmpnle_uspd vcmpnlepd vcmpord_qpd vcmpordpd vcmpeq_uqpd vcmpnge_uspd vcmpngepd vcmpngt_uspd vcmpngtpd vcmpfalse_oqpd vcmpfalsepd vcmpneq_oqpd vcmpge_ospd vcmpgepd vcmpgt_ospd vcmpgtpd vcmptrue_uqpd vcmptruepd vcmplt_oqpd vcmple_oqpd vcmpunord_spd vcmpneq_uspd vcmpnlt_uqpd vcmpnle_uqpd vcmpord_spd vcmpeq_uspd vcmpnge_uqpd vcmpngt_uqpd vcmpfalse_ospd vcmpneq_ospd vcmpge_oqpd vcmpgt_oqpd vcmptrue_uspd vcmppd vcmpeq_osps vcmpeqps vcmplt_osps vcmpltps vcmple_osps vcmpleps vcmpunord_qps vcmpunordps vcmpneq_uqps vcmpneqps vcmpnlt_usps vcmpnltps vcmpnle_usps vcmpnleps vcmpord_qps vcmpordps vcmpeq_uqps vcmpnge_usps vcmpngeps vcmpngt_usps vcmpngtps vcmpfalse_oqps vcmpfalseps vcmpneq_oqps vcmpge_osps vcmpgeps vcmpgt_osps vcmpgtps vcmptrue_uqps vcmptrueps vcmplt_oqps vcmple_oqps vcmpunord_sps vcmpneq_usps vcmpnlt_uqps vcmpnle_uqps vcmpord_sps vcmpeq_usps vcmpnge_uqps vcmpngt_uqps vcmpfalse_osps vcmpneq_osps vcmpge_oqps vcmpgt_oqps vcmptrue_usps vcmpps vcmpeq_ossd vcmpeqsd vcmplt_ossd vcmpltsd vcmple_ossd vcmplesd vcmpunord_qsd vcmpunordsd vcmpneq_uqsd vcmpneqsd vcmpnlt_ussd vcmpnltsd vcmpnle_ussd vcmpnlesd vcmpord_qsd vcmpordsd vcmpeq_uqsd vcmpnge_ussd vcmpngesd vcmpngt_ussd vcmpngtsd vcmpfalse_oqsd vcmpfalsesd vcmpneq_oqsd vcmpge_ossd vcmpgesd vcmpgt_ossd vcmpgtsd vcmptrue_uqsd vcmptruesd vcmplt_oqsd vcmple_oqsd vcmpunord_ssd vcmpneq_ussd vcmpnlt_uqsd vcmpnle_uqsd vcmpord_ssd vcmpeq_ussd vcmpnge_uqsd vcmpngt_uqsd vcmpfalse_ossd vcmpneq_ossd vcmpge_oqsd vcmpgt_oqsd vcmptrue_ussd vcmpsd vcmpeq_osss vcmpeqss vcmplt_osss vcmpltss vcmple_osss vcmpless vcmpunord_qss vcmpunordss vcmpneq_uqss vcmpneqss vcmpnlt_usss vcmpnltss vcmpnle_usss vcmpnless vcmpord_qss vcmpordss vcmpeq_uqss vcmpnge_usss vcmpngess vcmpngt_usss vcmpngtss vcmpfalse_oqss vcmpfalsess vcmpneq_oqss vcmpge_osss vcmpgess vcmpgt_osss vcmpgtss vcmptrue_uqss vcmptruess vcmplt_oqss vcmple_oqss vcmpunord_sss vcmpneq_usss vcmpnlt_uqss vcmpnle_uqss vcmpord_sss vcmpeq_usss vcmpnge_uqss vcmpngt_uqss vcmpfalse_osss vcmpneq_osss vcmpge_oqss vcmpgt_oqss vcmptrue_usss vcmpss vcomisd vcomiss vcvtdq2pd vcvtdq2ps vcvtpd2dq vcvtpd2ps vcvtps2dq vcvtps2pd vcvtsd2si vcvtsd2ss vcvtsi2sd vcvtsi2ss vcvtss2sd vcvtss2si vcvttpd2dq vcvttps2dq vcvttsd2si vcvttss2si vdivpd vdivps vdivsd vdivss vdppd vdpps vextractf128 vextractps vhaddpd vhaddps vhsubpd vhsubps vinsertf128 vinsertps vlddqu vldqqu vldmxcsr vmaskmovdqu vmaskmovps vmaskmovpd vmaxpd vmaxps vmaxsd vmaxss vminpd vminps vminsd vminss vmovapd vmovaps vmovd vmovq vmovddup vmovdqa vmovqqa vmovdqu vmovqqu vmovhlps vmovhpd vmovhps vmovlhps vmovlpd vmovlps vmovmskpd vmovmskps vmovntdq vmovntqq vmovntdqa vmovntpd vmovntps vmovsd vmovshdup vmovsldup vmovss vmovupd vmovups vmpsadbw vmulpd vmulps vmulsd vmulss vorpd vorps vpabsb vpabsw vpabsd vpacksswb vpackssdw vpackuswb vpackusdw vpaddb vpaddw vpaddd vpaddq vpaddsb vpaddsw vpaddusb vpaddusw vpalignr vpand vpandn vpavgb vpavgw vpblendvb vpblendw vpcmpestri vpcmpestrm vpcmpistri vpcmpistrm vpcmpeqb vpcmpeqw vpcmpeqd vpcmpeqq vpcmpgtb vpcmpgtw vpcmpgtd vpcmpgtq vpermilpd vpermilps vperm2f128 vpextrb vpextrw vpextrd vpextrq vphaddw vphaddd vphaddsw vphminposuw vphsubw vphsubd vphsubsw vpinsrb vpinsrw vpinsrd vpinsrq vpmaddwd vpmaddubsw vpmaxsb vpmaxsw vpmaxsd vpmaxub vpmaxuw vpmaxud vpminsb vpminsw vpminsd vpminub vpminuw vpminud vpmovmskb vpmovsxbw vpmovsxbd vpmovsxbq vpmovsxwd vpmovsxwq vpmovsxdq vpmovzxbw vpmovzxbd vpmovzxbq vpmovzxwd vpmovzxwq vpmovzxdq vpmulhuw vpmulhrsw vpmulhw vpmullw vpmulld vpmuludq vpmuldq vpor vpsadbw vpshufb vpshufd vpshufhw vpshuflw vpsignb vpsignw vpsignd vpslldq vpsrldq vpsllw vpslld vpsllq vpsraw vpsrad vpsrlw vpsrld vpsrlq vptest vpsubb vpsubw vpsubd vpsubq vpsubsb vpsubsw vpsubusb vpsubusw vpunpckhbw vpunpckhwd vpunpckhdq vpunpckhqdq vpunpcklbw vpunpcklwd vpunpckldq vpunpcklqdq vpxor vrcpps vrcpss vrsqrtps vrsqrtss vroundpd vroundps vroundsd vroundss vshufpd vshufps vsqrtpd vsqrtps vsqrtsd vsqrtss vstmxcsr vsubpd vsubps vsubsd vsubss vtestps vtestpd vucomisd vucomiss vunpckhpd vunpckhps vunpcklpd vunpcklps vxorpd vxorps vzeroall vzeroupper pclmullqlqdq pclmulhqlqdq pclmullqhqdq pclmulhqhqdq pclmulqdq vpclmullqlqdq vpclmulhqlqdq vpclmullqhqdq vpclmulhqhqdq vpclmulqdq vfmadd132ps vfmadd132pd vfmadd312ps vfmadd312pd vfmadd213ps vfmadd213pd vfmadd123ps vfmadd123pd vfmadd231ps vfmadd231pd vfmadd321ps vfmadd321pd vfmaddsub132ps vfmaddsub132pd vfmaddsub312ps vfmaddsub312pd vfmaddsub213ps vfmaddsub213pd vfmaddsub123ps vfmaddsub123pd vfmaddsub231ps vfmaddsub231pd vfmaddsub321ps vfmaddsub321pd vfmsub132ps vfmsub132pd vfmsub312ps vfmsub312pd vfmsub213ps vfmsub213pd vfmsub123ps vfmsub123pd vfmsub231ps vfmsub231pd vfmsub321ps vfmsub321pd vfmsubadd132ps vfmsubadd132pd vfmsubadd312ps vfmsubadd312pd vfmsubadd213ps vfmsubadd213pd vfmsubadd123ps vfmsubadd123pd vfmsubadd231ps vfmsubadd231pd vfmsubadd321ps vfmsubadd321pd vfnmadd132ps vfnmadd132pd vfnmadd312ps vfnmadd312pd vfnmadd213ps vfnmadd213pd vfnmadd123ps vfnmadd123pd vfnmadd231ps vfnmadd231pd vfnmadd321ps vfnmadd321pd vfnmsub132ps vfnmsub132pd vfnmsub312ps vfnmsub312pd vfnmsub213ps vfnmsub213pd vfnmsub123ps vfnmsub123pd vfnmsub231ps vfnmsub231pd vfnmsub321ps vfnmsub321pd vfmadd132ss vfmadd132sd vfmadd312ss vfmadd312sd vfmadd213ss vfmadd213sd vfmadd123ss vfmadd123sd vfmadd231ss vfmadd231sd vfmadd321ss vfmadd321sd vfmsub132ss vfmsub132sd vfmsub312ss vfmsub312sd vfmsub213ss vfmsub213sd vfmsub123ss vfmsub123sd vfmsub231ss vfmsub231sd vfmsub321ss vfmsub321sd vfnmadd132ss vfnmadd132sd vfnmadd312ss vfnmadd312sd vfnmadd213ss vfnmadd213sd vfnmadd123ss vfnmadd123sd vfnmadd231ss vfnmadd231sd vfnmadd321ss vfnmadd321sd vfnmsub132ss vfnmsub132sd vfnmsub312ss vfnmsub312sd vfnmsub213ss vfnmsub213sd vfnmsub123ss vfnmsub123sd vfnmsub231ss vfnmsub231sd vfnmsub321ss vfnmsub321sd rdfsbase rdgsbase rdrand wrfsbase wrgsbase vcvtph2ps vcvtps2ph adcx adox rdseed clac stac xstore xcryptecb xcryptcbc xcryptctr xcryptcfb xcryptofb montmul xsha1 xsha256 llwpcb slwpcb lwpval lwpins vfmaddpd vfmaddps vfmaddsd vfmaddss vfmaddsubpd vfmaddsubps vfmsubaddpd vfmsubaddps vfmsubpd vfmsubps vfmsubsd vfmsubss vfnmaddpd vfnmaddps vfnmaddsd vfnmaddss vfnmsubpd vfnmsubps vfnmsubsd vfnmsubss vfrczpd vfrczps vfrczsd vfrczss vpcmov vpcomb vpcomd vpcomq vpcomub vpcomud vpcomuq vpcomuw vpcomw vphaddbd vphaddbq vphaddbw vphadddq vphaddubd vphaddubq vphaddubw vphaddudq vphadduwd vphadduwq vphaddwd vphaddwq vphsubbw vphsubdq vphsubwd vpmacsdd vpmacsdqh vpmacsdql vpmacssdd vpmacssdqh vpmacssdql vpmacsswd vpmacssww vpmacswd vpmacsww vpmadcsswd vpmadcswd vpperm vprotb vprotd vprotq vprotw vpshab vpshad vpshaq vpshaw vpshlb vpshld vpshlq vpshlw vbroadcasti128 vpblendd vpbroadcastb vpbroadcastw vpbroadcastd vpbroadcastq vpermd vpermpd vpermps vpermq vperm2i128 vextracti128 vinserti128 vpmaskmovd vpmaskmovq vpsllvd vpsllvq vpsravd vpsrlvd vpsrlvq vgatherdpd vgatherqpd vgatherdps vgatherqps vpgatherdd vpgatherqd vpgatherdq vpgatherqq xabort xbegin xend xtest andn bextr blci blcic blsi blsic blcfill blsfill blcmsk blsmsk blsr blcs bzhi mulx pdep pext rorx sarx shlx shrx tzcnt tzmsk t1mskc valignd valignq vblendmpd vblendmps vbroadcastf32x4 vbroadcastf64x4 vbroadcasti32x4 vbroadcasti64x4 vcompresspd vcompressps vcvtpd2udq vcvtps2udq vcvtsd2usi vcvtss2usi vcvttpd2udq vcvttps2udq vcvttsd2usi vcvttss2usi vcvtudq2pd vcvtudq2ps vcvtusi2sd vcvtusi2ss vexpandpd vexpandps vextractf32x4 vextractf64x4 vextracti32x4 vextracti64x4 vfixupimmpd vfixupimmps vfixupimmsd vfixupimmss vgetexppd vgetexpps vgetexpsd vgetexpss vgetmantpd vgetmantps vgetmantsd vgetmantss vinsertf32x4 vinsertf64x4 vinserti32x4 vinserti64x4 vmovdqa32 vmovdqa64 vmovdqu32 vmovdqu64 vpabsq vpandd vpandnd vpandnq vpandq vpblendmd vpblendmq vpcmpltd vpcmpled vpcmpneqd vpcmpnltd vpcmpnled vpcmpd vpcmpltq vpcmpleq vpcmpneqq vpcmpnltq vpcmpnleq vpcmpq vpcmpequd vpcmpltud vpcmpleud vpcmpnequd vpcmpnltud vpcmpnleud vpcmpud vpcmpequq vpcmpltuq vpcmpleuq vpcmpnequq vpcmpnltuq vpcmpnleuq vpcmpuq vpcompressd vpcompressq vpermi2d vpermi2pd vpermi2ps vpermi2q vpermt2d vpermt2pd vpermt2ps vpermt2q vpexpandd vpexpandq vpmaxsq vpmaxuq vpminsq vpminuq vpmovdb vpmovdw vpmovqb vpmovqd vpmovqw vpmovsdb vpmovsdw vpmovsqb vpmovsqd vpmovsqw vpmovusdb vpmovusdw vpmovusqb vpmovusqd vpmovusqw vpord vporq vprold vprolq vprolvd vprolvq vprord vprorq vprorvd vprorvq vpscatterdd vpscatterdq vpscatterqd vpscatterqq vpsraq vpsravq vpternlogd vpternlogq vptestmd vptestmq vptestnmd vptestnmq vpxord vpxorq vrcp14pd vrcp14ps vrcp14sd vrcp14ss vrndscalepd vrndscaleps vrndscalesd vrndscaless vrsqrt14pd vrsqrt14ps vrsqrt14sd vrsqrt14ss vscalefpd vscalefps vscalefsd vscalefss vscatterdpd vscatterdps vscatterqpd vscatterqps vshuff32x4 vshuff64x2 vshufi32x4 vshufi64x2 kandnw kandw kmovw knotw kortestw korw kshiftlw kshiftrw kunpckbw kxnorw kxorw vpbroadcastmb2q vpbroadcastmw2d vpconflictd vpconflictq vplzcntd vplzcntq vexp2pd vexp2ps vrcp28pd vrcp28ps vrcp28sd vrcp28ss vrsqrt28pd vrsqrt28ps vrsqrt28sd vrsqrt28ss vgatherpf0dpd vgatherpf0dps vgatherpf0qpd vgatherpf0qps vgatherpf1dpd vgatherpf1dps vgatherpf1qpd vgatherpf1qps vscatterpf0dpd vscatterpf0dps vscatterpf0qpd vscatterpf0qps vscatterpf1dpd vscatterpf1dps vscatterpf1qpd vscatterpf1qps prefetchwt1 bndmk bndcl bndcu bndcn bndmov bndldx bndstx sha1rnds4 sha1nexte sha1msg1 sha1msg2 sha256rnds2 sha256msg1 sha256msg2 hint_nop0 hint_nop1 hint_nop2 hint_nop3 hint_nop4 hint_nop5 hint_nop6 hint_nop7 hint_nop8 hint_nop9 hint_nop10 hint_nop11 hint_nop12 hint_nop13 hint_nop14 hint_nop15 hint_nop16 hint_nop17 hint_nop18 hint_nop19 hint_nop20 hint_nop21 hint_nop22 hint_nop23 hint_nop24 hint_nop25 hint_nop26 hint_nop27 hint_nop28 hint_nop29 hint_nop30 hint_nop31 hint_nop32 hint_nop33 hint_nop34 hint_nop35 hint_nop36 hint_nop37 hint_nop38 hint_nop39 hint_nop40 hint_nop41 hint_nop42 hint_nop43 hint_nop44 hint_nop45 hint_nop46 hint_nop47 hint_nop48 hint_nop49 hint_nop50 hint_nop51 hint_nop52 hint_nop53 hint_nop54 hint_nop55 hint_nop56 hint_nop57 hint_nop58 hint_nop59 hint_nop60 hint_nop61 hint_nop62 hint_nop63",built_in:"ip eip rip al ah bl bh cl ch dl dh sil dil bpl spl r8b r9b r10b r11b r12b r13b r14b r15b ax bx cx dx si di bp sp r8w r9w r10w r11w r12w r13w r14w r15w eax ebx ecx edx esi edi ebp esp eip r8d r9d r10d r11d r12d r13d r14d r15d rax rbx rcx rdx rsi rdi rbp rsp r8 r9 r10 r11 r12 r13 r14 r15 cs ds es fs gs ss st st0 st1 st2 st3 st4 st5 st6 st7 mm0 mm1 mm2 mm3 mm4 mm5 mm6 mm7 xmm0 xmm1 xmm2 xmm3 xmm4 xmm5 xmm6 xmm7 xmm8 xmm9 xmm10 xmm11 xmm12 xmm13 xmm14 xmm15 xmm16 xmm17 xmm18 xmm19 xmm20 xmm21 xmm22 xmm23 xmm24 xmm25 xmm26 xmm27 xmm28 xmm29 xmm30 xmm31 ymm0 ymm1 ymm2 ymm3 ymm4 ymm5 ymm6 ymm7 ymm8 ymm9 ymm10 ymm11 ymm12 ymm13 ymm14 ymm15 ymm16 ymm17 ymm18 ymm19 ymm20 ymm21 ymm22 ymm23 ymm24 ymm25 ymm26 ymm27 ymm28 ymm29 ymm30 ymm31 zmm0 zmm1 zmm2 zmm3 zmm4 zmm5 zmm6 zmm7 zmm8 zmm9 zmm10 zmm11 zmm12 zmm13 zmm14 zmm15 zmm16 zmm17 zmm18 zmm19 zmm20 zmm21 zmm22 zmm23 zmm24 zmm25 zmm26 zmm27 zmm28 zmm29 zmm30 zmm31 k0 k1 k2 k3 k4 k5 k6 k7 bnd0 bnd1 bnd2 bnd3 cr0 cr1 cr2 cr3 cr4 cr8 dr0 dr1 dr2 dr3 dr8 tr3 tr4 tr5 tr6 tr7 r0 r1 r2 r3 r4 r5 r6 r7 r0b r1b r2b r3b r4b r5b r6b r7b r0w r1w r2w r3w r4w r5w r6w r7w r0d r1d r2d r3d r4d r5d r6d r7d r0h r1h r2h r3h r0l r1l r2l r3l r4l r5l r6l r7l r8l r9l r10l r11l r12l r13l r14l r15l db dw dd dq dt ddq do dy dz resb resw resd resq rest resdq reso resy resz incbin equ times byte word dword qword nosplit rel abs seg wrt strict near far a32 ptr",meta:"%define %xdefine %+ %undef %defstr %deftok %assign %strcat %strlen %substr %rotate %elif %else %endif %if %ifmacro %ifctx %ifidn %ifidni %ifid %ifnum %ifstr %iftoken %ifempty %ifenv %error %warning %fatal %rep %endrep %include %push %pop %repl %pathsearch %depend %use %arg %stacksize %local %line %comment %endcomment .nolist __FILE__ __LINE__ __SECT__ __BITS__ __OUTPUT_FORMAT__ __DATE__ __TIME__ __DATE_NUM__ __TIME_NUM__ __UTC_DATE__ __UTC_TIME__ __UTC_DATE_NUM__ __UTC_TIME_NUM__ __PASS__ struc endstruc istruc at iend align alignb sectalign daz nodaz up down zero default option assume public bits use16 use32 use64 default section segment absolute extern global common cpu float __utf16__ __utf16le__ __utf16be__ __utf32__ __utf32le__ __utf32be__ __float8__ __float16__ __float32__ __float64__ __float80m__ __float80e__ __float128l__ __float128h__ __Infinity__ __QNaN__ __SNaN__ Inf NaN QNaN SNaN float8 float16 float32 float64 float80m float80e float128l float128h __FLOAT_DAZ__ __FLOAT_ROUND__ __FLOAT__"},contains:[s.COMMENT(";","$",{relevance:0}),{className:"number",variants:[{begin:"\\b(?:([0-9][0-9_]*)?\\.[0-9_]*(?:[eE][+-]?[0-9_]+)?|(0[Xx])?[0-9][0-9_]*\\.?[0-9_]*(?:[pP](?:[+-]?[0-9_]+)?)?)\\b",relevance:0},{begin:"\\$[0-9][0-9A-Fa-f]*",relevance:0},{begin:"\\b(?:[0-9A-Fa-f][0-9A-Fa-f_]*[Hh]|[0-9][0-9_]*[DdTt]?|[0-7][0-7_]*[QqOo]|[0-1][0-1_]*[BbYy])\\b"},{begin:"\\b(?:0[Xx][0-9A-Fa-f_]+|0[DdTt][0-9_]+|0[QqOo][0-7_]+|0[BbYy][0-1_]+)\\b"}]},s.QUOTE_STRING_MODE,{className:"string",variants:[{begin:"'",end:"[^\\\\]'"},{begin:"`",end:"[^\\\\]`"}],relevance:0},{className:"symbol",variants:[{begin:"^\\s*[A-Za-z._?][A-Za-z0-9_$#@~.?]*(:|\\s+label)"},{begin:"^\\s*%%[A-Za-z0-9_$#@~.?]*:"}],relevance:0},{className:"subst",begin:"%[0-9]+",relevance:0},{className:"subst",begin:"%!S+",relevance:0},{className:"meta",begin:/^\s*\.[\w_-]+/}]}}}()); \ No newline at end of file diff --git a/docs/highlight.css b/docs/highlight.css new file mode 100644 index 0000000..ba57b82 --- /dev/null +++ b/docs/highlight.css @@ -0,0 +1,82 @@ +/* + * An increased contrast highlighting scheme loosely based on the + * "Base16 Atelier Dune Light" theme by Bram de Haan + * (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/dune) + * Original Base16 color scheme by Chris Kempson + * (https://github.com/chriskempson/base16) + */ + +/* Comment */ +.hljs-comment, +.hljs-quote { + color: #575757; +} + +/* Red */ +.hljs-variable, +.hljs-template-variable, +.hljs-attribute, +.hljs-tag, +.hljs-name, +.hljs-regexp, +.hljs-link, +.hljs-name, +.hljs-selector-id, +.hljs-selector-class { + color: #d70025; +} + +/* Orange */ +.hljs-number, +.hljs-meta, +.hljs-built_in, +.hljs-builtin-name, +.hljs-literal, +.hljs-type, +.hljs-params { + color: #b21e00; +} + +/* Green */ +.hljs-string, +.hljs-symbol, +.hljs-bullet { + color: #008200; +} + +/* Blue */ +.hljs-title, +.hljs-section { + color: #0030f2; +} + +/* Purple */ +.hljs-keyword, +.hljs-selector-tag { + color: #9d00ec; +} + +.hljs { + display: block; + overflow-x: auto; + background: #f6f7f6; + color: #000; +} + +.hljs-emphasis { + font-style: italic; +} + +.hljs-strong { + font-weight: bold; +} + +.hljs-addition { + color: #22863a; + background-color: #f0fff4; +} + +.hljs-deletion { + color: #b31d28; + background-color: #ffeef0; +} diff --git a/docs/highlight.js b/docs/highlight.js new file mode 100644 index 0000000..18d2434 --- /dev/null +++ b/docs/highlight.js @@ -0,0 +1,54 @@ +/* + Highlight.js 10.1.1 (93fd0d73) + License: BSD-3-Clause + Copyright (c) 2006-2020, Ivan Sagalaev +*/ +var hljs=function(){"use strict";function e(n){Object.freeze(n);var t="function"==typeof n;return Object.getOwnPropertyNames(n).forEach((function(r){!Object.hasOwnProperty.call(n,r)||null===n[r]||"object"!=typeof n[r]&&"function"!=typeof n[r]||t&&("caller"===r||"callee"===r||"arguments"===r)||Object.isFrozen(n[r])||e(n[r])})),n}class n{constructor(e){void 0===e.data&&(e.data={}),this.data=e.data}ignoreMatch(){this.ignore=!0}}function t(e){return e.replace(/&/g,"&").replace(//g,">").replace(/"/g,""").replace(/'/g,"'")}function r(e,...n){var t={};for(const n in e)t[n]=e[n];return n.forEach((function(e){for(const n in e)t[n]=e[n]})),t}function a(e){return e.nodeName.toLowerCase()}var i=Object.freeze({__proto__:null,escapeHTML:t,inherit:r,nodeStream:function(e){var n=[];return function e(t,r){for(var i=t.firstChild;i;i=i.nextSibling)3===i.nodeType?r+=i.nodeValue.length:1===i.nodeType&&(n.push({event:"start",offset:r,node:i}),r=e(i,r),a(i).match(/br|hr|img|input/)||n.push({event:"stop",offset:r,node:i}));return r}(e,0),n},mergeStreams:function(e,n,r){var i=0,s="",o=[];function l(){return e.length&&n.length?e[0].offset!==n[0].offset?e[0].offset"}function u(e){s+=""}function d(e){("start"===e.event?c:u)(e.node)}for(;e.length||n.length;){var g=l();if(s+=t(r.substring(i,g[0].offset)),i=g[0].offset,g===e){o.reverse().forEach(u);do{d(g.splice(0,1)[0]),g=l()}while(g===e&&g.length&&g[0].offset===i);o.reverse().forEach(c)}else"start"===g[0].event?o.push(g[0].node):o.pop(),d(g.splice(0,1)[0])}return s+t(r.substr(i))}});const s="
",o=e=>!!e.kind;class l{constructor(e,n){this.buffer="",this.classPrefix=n.classPrefix,e.walk(this)}addText(e){this.buffer+=t(e)}openNode(e){if(!o(e))return;let n=e.kind;e.sublanguage||(n=`${this.classPrefix}${n}`),this.span(n)}closeNode(e){o(e)&&(this.buffer+=s)}value(){return this.buffer}span(e){this.buffer+=``}}class c{constructor(){this.rootNode={children:[]},this.stack=[this.rootNode]}get top(){return this.stack[this.stack.length-1]}get root(){return this.rootNode}add(e){this.top.children.push(e)}openNode(e){const n={kind:e,children:[]};this.add(n),this.stack.push(n)}closeNode(){if(this.stack.length>1)return this.stack.pop()}closeAllNodes(){for(;this.closeNode(););}toJSON(){return JSON.stringify(this.rootNode,null,4)}walk(e){return this.constructor._walk(e,this.rootNode)}static _walk(e,n){return"string"==typeof n?e.addText(n):n.children&&(e.openNode(n),n.children.forEach(n=>this._walk(e,n)),e.closeNode(n)),e}static _collapse(e){"string"!=typeof e&&e.children&&(e.children.every(e=>"string"==typeof e)?e.children=[e.children.join("")]:e.children.forEach(e=>{c._collapse(e)}))}}class u extends c{constructor(e){super(),this.options=e}addKeyword(e,n){""!==e&&(this.openNode(n),this.addText(e),this.closeNode())}addText(e){""!==e&&this.add(e)}addSublanguage(e,n){const t=e.root;t.kind=n,t.sublanguage=!0,this.add(t)}toHTML(){return new l(this,this.options).value()}finalize(){return!0}}function d(e){return e?"string"==typeof e?e:e.source:null}const g="(-?)(\\b0[xX][a-fA-F0-9]+|(\\b\\d+(\\.\\d*)?|\\.\\d+)([eE][-+]?\\d+)?)",h={begin:"\\\\[\\s\\S]",relevance:0},f={className:"string",begin:"'",end:"'",illegal:"\\n",contains:[h]},p={className:"string",begin:'"',end:'"',illegal:"\\n",contains:[h]},b={begin:/\b(a|an|the|are|I'm|isn't|don't|doesn't|won't|but|just|should|pretty|simply|enough|gonna|going|wtf|so|such|will|you|your|they|like|more)\b/},m=function(e,n,t={}){var a=r({className:"comment",begin:e,end:n,contains:[]},t);return a.contains.push(b),a.contains.push({className:"doctag",begin:"(?:TODO|FIXME|NOTE|BUG|OPTIMIZE|HACK|XXX):",relevance:0}),a},v=m("//","$"),x=m("/\\*","\\*/"),E=m("#","$");var _=Object.freeze({__proto__:null,IDENT_RE:"[a-zA-Z]\\w*",UNDERSCORE_IDENT_RE:"[a-zA-Z_]\\w*",NUMBER_RE:"\\b\\d+(\\.\\d+)?",C_NUMBER_RE:g,BINARY_NUMBER_RE:"\\b(0b[01]+)",RE_STARTERS_RE:"!|!=|!==|%|%=|&|&&|&=|\\*|\\*=|\\+|\\+=|,|-|-=|/=|/|:|;|<<|<<=|<=|<|===|==|=|>>>=|>>=|>=|>>>|>>|>|\\?|\\[|\\{|\\(|\\^|\\^=|\\||\\|=|\\|\\||~",SHEBANG:(e={})=>{const n=/^#![ ]*\//;return e.binary&&(e.begin=function(...e){return e.map(e=>d(e)).join("")}(n,/.*\b/,e.binary,/\b.*/)),r({className:"meta",begin:n,end:/$/,relevance:0,"on:begin":(e,n)=>{0!==e.index&&n.ignoreMatch()}},e)},BACKSLASH_ESCAPE:h,APOS_STRING_MODE:f,QUOTE_STRING_MODE:p,PHRASAL_WORDS_MODE:b,COMMENT:m,C_LINE_COMMENT_MODE:v,C_BLOCK_COMMENT_MODE:x,HASH_COMMENT_MODE:E,NUMBER_MODE:{className:"number",begin:"\\b\\d+(\\.\\d+)?",relevance:0},C_NUMBER_MODE:{className:"number",begin:g,relevance:0},BINARY_NUMBER_MODE:{className:"number",begin:"\\b(0b[01]+)",relevance:0},CSS_NUMBER_MODE:{className:"number",begin:"\\b\\d+(\\.\\d+)?(%|em|ex|ch|rem|vw|vh|vmin|vmax|cm|mm|in|pt|pc|px|deg|grad|rad|turn|s|ms|Hz|kHz|dpi|dpcm|dppx)?",relevance:0},REGEXP_MODE:{begin:/(?=\/[^/\n]*\/)/,contains:[{className:"regexp",begin:/\//,end:/\/[gimuy]*/,illegal:/\n/,contains:[h,{begin:/\[/,end:/\]/,relevance:0,contains:[h]}]}]},TITLE_MODE:{className:"title",begin:"[a-zA-Z]\\w*",relevance:0},UNDERSCORE_TITLE_MODE:{className:"title",begin:"[a-zA-Z_]\\w*",relevance:0},METHOD_GUARD:{begin:"\\.\\s*[a-zA-Z_]\\w*",relevance:0},END_SAME_AS_BEGIN:function(e){return Object.assign(e,{"on:begin":(e,n)=>{n.data._beginMatch=e[1]},"on:end":(e,n)=>{n.data._beginMatch!==e[1]&&n.ignoreMatch()}})}}),N="of and for in not or if then".split(" ");function w(e,n){return n?+n:function(e){return N.includes(e.toLowerCase())}(e)?0:1}const R=t,y=r,{nodeStream:k,mergeStreams:O}=i,M=Symbol("nomatch");return function(t){var a=[],i={},s={},o=[],l=!0,c=/(^(<[^>]+>|\t|)+|\n)/gm,g="Could not find the language '{}', did you forget to load/include a language module?";const h={disableAutodetect:!0,name:"Plain text",contains:[]};var f={noHighlightRe:/^(no-?highlight)$/i,languageDetectRe:/\blang(?:uage)?-([\w-]+)\b/i,classPrefix:"hljs-",tabReplace:null,useBR:!1,languages:null,__emitter:u};function p(e){return f.noHighlightRe.test(e)}function b(e,n,t,r){var a={code:n,language:e};S("before:highlight",a);var i=a.result?a.result:m(a.language,a.code,t,r);return i.code=a.code,S("after:highlight",i),i}function m(e,t,a,s){var o=t;function c(e,n){var t=E.case_insensitive?n[0].toLowerCase():n[0];return Object.prototype.hasOwnProperty.call(e.keywords,t)&&e.keywords[t]}function u(){null!=y.subLanguage?function(){if(""!==A){var e=null;if("string"==typeof y.subLanguage){if(!i[y.subLanguage])return void O.addText(A);e=m(y.subLanguage,A,!0,k[y.subLanguage]),k[y.subLanguage]=e.top}else e=v(A,y.subLanguage.length?y.subLanguage:null);y.relevance>0&&(I+=e.relevance),O.addSublanguage(e.emitter,e.language)}}():function(){if(!y.keywords)return void O.addText(A);let e=0;y.keywordPatternRe.lastIndex=0;let n=y.keywordPatternRe.exec(A),t="";for(;n;){t+=A.substring(e,n.index);const r=c(y,n);if(r){const[e,a]=r;O.addText(t),t="",I+=a,O.addKeyword(n[0],e)}else t+=n[0];e=y.keywordPatternRe.lastIndex,n=y.keywordPatternRe.exec(A)}t+=A.substr(e),O.addText(t)}(),A=""}function h(e){return e.className&&O.openNode(e.className),y=Object.create(e,{parent:{value:y}})}function p(e){return 0===y.matcher.regexIndex?(A+=e[0],1):(L=!0,0)}var b={};function x(t,r){var i=r&&r[0];if(A+=t,null==i)return u(),0;if("begin"===b.type&&"end"===r.type&&b.index===r.index&&""===i){if(A+=o.slice(r.index,r.index+1),!l){const n=Error("0 width match regex");throw n.languageName=e,n.badRule=b.rule,n}return 1}if(b=r,"begin"===r.type)return function(e){var t=e[0],r=e.rule;const a=new n(r),i=[r.__beforeBegin,r["on:begin"]];for(const n of i)if(n&&(n(e,a),a.ignore))return p(t);return r&&r.endSameAsBegin&&(r.endRe=RegExp(t.replace(/[-/\\^$*+?.()|[\]{}]/g,"\\$&"),"m")),r.skip?A+=t:(r.excludeBegin&&(A+=t),u(),r.returnBegin||r.excludeBegin||(A=t)),h(r),r.returnBegin?0:t.length}(r);if("illegal"===r.type&&!a){const e=Error('Illegal lexeme "'+i+'" for mode "'+(y.className||"")+'"');throw e.mode=y,e}if("end"===r.type){var s=function(e){var t=e[0],r=o.substr(e.index),a=function e(t,r,a){let i=function(e,n){var t=e&&e.exec(n);return t&&0===t.index}(t.endRe,a);if(i){if(t["on:end"]){const e=new n(t);t["on:end"](r,e),e.ignore&&(i=!1)}if(i){for(;t.endsParent&&t.parent;)t=t.parent;return t}}if(t.endsWithParent)return e(t.parent,r,a)}(y,e,r);if(!a)return M;var i=y;i.skip?A+=t:(i.returnEnd||i.excludeEnd||(A+=t),u(),i.excludeEnd&&(A=t));do{y.className&&O.closeNode(),y.skip||y.subLanguage||(I+=y.relevance),y=y.parent}while(y!==a.parent);return a.starts&&(a.endSameAsBegin&&(a.starts.endRe=a.endRe),h(a.starts)),i.returnEnd?0:t.length}(r);if(s!==M)return s}if("illegal"===r.type&&""===i)return 1;if(B>1e5&&B>3*r.index)throw Error("potential infinite loop, way more iterations than matches");return A+=i,i.length}var E=T(e);if(!E)throw console.error(g.replace("{}",e)),Error('Unknown language: "'+e+'"');var _=function(e){function n(n,t){return RegExp(d(n),"m"+(e.case_insensitive?"i":"")+(t?"g":""))}class t{constructor(){this.matchIndexes={},this.regexes=[],this.matchAt=1,this.position=0}addRule(e,n){n.position=this.position++,this.matchIndexes[this.matchAt]=n,this.regexes.push([n,e]),this.matchAt+=function(e){return RegExp(e.toString()+"|").exec("").length-1}(e)+1}compile(){0===this.regexes.length&&(this.exec=()=>null);const e=this.regexes.map(e=>e[1]);this.matcherRe=n(function(e,n="|"){for(var t=/\[(?:[^\\\]]|\\.)*\]|\(\??|\\([1-9][0-9]*)|\\./,r=0,a="",i=0;i0&&(a+=n),a+="(";o.length>0;){var l=t.exec(o);if(null==l){a+=o;break}a+=o.substring(0,l.index),o=o.substring(l.index+l[0].length),"\\"===l[0][0]&&l[1]?a+="\\"+(+l[1]+s):(a+=l[0],"("===l[0]&&r++)}a+=")"}return a}(e),!0),this.lastIndex=0}exec(e){this.matcherRe.lastIndex=this.lastIndex;const n=this.matcherRe.exec(e);if(!n)return null;const t=n.findIndex((e,n)=>n>0&&void 0!==e),r=this.matchIndexes[t];return n.splice(0,t),Object.assign(n,r)}}class a{constructor(){this.rules=[],this.multiRegexes=[],this.count=0,this.lastIndex=0,this.regexIndex=0}getMatcher(e){if(this.multiRegexes[e])return this.multiRegexes[e];const n=new t;return this.rules.slice(e).forEach(([e,t])=>n.addRule(e,t)),n.compile(),this.multiRegexes[e]=n,n}considerAll(){this.regexIndex=0}addRule(e,n){this.rules.push([e,n]),"begin"===n.type&&this.count++}exec(e){const n=this.getMatcher(this.regexIndex);n.lastIndex=this.lastIndex;const t=n.exec(e);return t&&(this.regexIndex+=t.position+1,this.regexIndex===this.count&&(this.regexIndex=0)),t}}function i(e,n){const t=e.input[e.index-1],r=e.input[e.index+e[0].length];"."!==t&&"."!==r||n.ignoreMatch()}if(e.contains&&e.contains.includes("self"))throw Error("ERR: contains `self` is not supported at the top-level of a language. See documentation.");return function t(s,o){const l=s;if(s.compiled)return l;s.compiled=!0,s.__beforeBegin=null,s.keywords=s.keywords||s.beginKeywords;let c=null;if("object"==typeof s.keywords&&(c=s.keywords.$pattern,delete s.keywords.$pattern),s.keywords&&(s.keywords=function(e,n){var t={};return"string"==typeof e?r("keyword",e):Object.keys(e).forEach((function(n){r(n,e[n])})),t;function r(e,r){n&&(r=r.toLowerCase()),r.split(" ").forEach((function(n){var r=n.split("|");t[r[0]]=[e,w(r[0],r[1])]}))}}(s.keywords,e.case_insensitive)),s.lexemes&&c)throw Error("ERR: Prefer `keywords.$pattern` to `mode.lexemes`, BOTH are not allowed. (see mode reference) ");return l.keywordPatternRe=n(s.lexemes||c||/\w+/,!0),o&&(s.beginKeywords&&(s.begin="\\b("+s.beginKeywords.split(" ").join("|")+")(?=\\b|\\s)",s.__beforeBegin=i),s.begin||(s.begin=/\B|\b/),l.beginRe=n(s.begin),s.endSameAsBegin&&(s.end=s.begin),s.end||s.endsWithParent||(s.end=/\B|\b/),s.end&&(l.endRe=n(s.end)),l.terminator_end=d(s.end)||"",s.endsWithParent&&o.terminator_end&&(l.terminator_end+=(s.end?"|":"")+o.terminator_end)),s.illegal&&(l.illegalRe=n(s.illegal)),void 0===s.relevance&&(s.relevance=1),s.contains||(s.contains=[]),s.contains=[].concat(...s.contains.map((function(e){return function(e){return e.variants&&!e.cached_variants&&(e.cached_variants=e.variants.map((function(n){return r(e,{variants:null},n)}))),e.cached_variants?e.cached_variants:function e(n){return!!n&&(n.endsWithParent||e(n.starts))}(e)?r(e,{starts:e.starts?r(e.starts):null}):Object.isFrozen(e)?r(e):e}("self"===e?s:e)}))),s.contains.forEach((function(e){t(e,l)})),s.starts&&t(s.starts,o),l.matcher=function(e){const n=new a;return e.contains.forEach(e=>n.addRule(e.begin,{rule:e,type:"begin"})),e.terminator_end&&n.addRule(e.terminator_end,{type:"end"}),e.illegal&&n.addRule(e.illegal,{type:"illegal"}),n}(l),l}(e)}(E),N="",y=s||_,k={},O=new f.__emitter(f);!function(){for(var e=[],n=y;n!==E;n=n.parent)n.className&&e.unshift(n.className);e.forEach(e=>O.openNode(e))}();var A="",I=0,S=0,B=0,L=!1;try{for(y.matcher.considerAll();;){B++,L?L=!1:(y.matcher.lastIndex=S,y.matcher.considerAll());const e=y.matcher.exec(o);if(!e)break;const n=x(o.substring(S,e.index),e);S=e.index+n}return x(o.substr(S)),O.closeAllNodes(),O.finalize(),N=O.toHTML(),{relevance:I,value:N,language:e,illegal:!1,emitter:O,top:y}}catch(n){if(n.message&&n.message.includes("Illegal"))return{illegal:!0,illegalBy:{msg:n.message,context:o.slice(S-100,S+100),mode:n.mode},sofar:N,relevance:0,value:R(o),emitter:O};if(l)return{illegal:!1,relevance:0,value:R(o),emitter:O,language:e,top:y,errorRaised:n};throw n}}function v(e,n){n=n||f.languages||Object.keys(i);var t=function(e){const n={relevance:0,emitter:new f.__emitter(f),value:R(e),illegal:!1,top:h};return n.emitter.addText(e),n}(e),r=t;return n.filter(T).filter(I).forEach((function(n){var a=m(n,e,!1);a.language=n,a.relevance>r.relevance&&(r=a),a.relevance>t.relevance&&(r=t,t=a)})),r.language&&(t.second_best=r),t}function x(e){return f.tabReplace||f.useBR?e.replace(c,e=>"\n"===e?f.useBR?"
":e:f.tabReplace?e.replace(/\t/g,f.tabReplace):e):e}function E(e){let n=null;const t=function(e){var n=e.className+" ";n+=e.parentNode?e.parentNode.className:"";const t=f.languageDetectRe.exec(n);if(t){var r=T(t[1]);return r||(console.warn(g.replace("{}",t[1])),console.warn("Falling back to no-highlight mode for this block.",e)),r?t[1]:"no-highlight"}return n.split(/\s+/).find(e=>p(e)||T(e))}(e);if(p(t))return;S("before:highlightBlock",{block:e,language:t}),f.useBR?(n=document.createElement("div")).innerHTML=e.innerHTML.replace(/\n/g,"").replace(//g,"\n"):n=e;const r=n.textContent,a=t?b(t,r,!0):v(r),i=k(n);if(i.length){const e=document.createElement("div");e.innerHTML=a.value,a.value=O(i,k(e),r)}a.value=x(a.value),S("after:highlightBlock",{block:e,result:a}),e.innerHTML=a.value,e.className=function(e,n,t){var r=n?s[n]:t,a=[e.trim()];return e.match(/\bhljs\b/)||a.push("hljs"),e.includes(r)||a.push(r),a.join(" ").trim()}(e.className,t,a.language),e.result={language:a.language,re:a.relevance,relavance:a.relevance},a.second_best&&(e.second_best={language:a.second_best.language,re:a.second_best.relevance,relavance:a.second_best.relevance})}const N=()=>{if(!N.called){N.called=!0;var e=document.querySelectorAll("pre code");a.forEach.call(e,E)}};function T(e){return e=(e||"").toLowerCase(),i[e]||i[s[e]]}function A(e,{languageName:n}){"string"==typeof e&&(e=[e]),e.forEach(e=>{s[e]=n})}function I(e){var n=T(e);return n&&!n.disableAutodetect}function S(e,n){var t=e;o.forEach((function(e){e[t]&&e[t](n)}))}Object.assign(t,{highlight:b,highlightAuto:v,fixMarkup:x,highlightBlock:E,configure:function(e){f=y(f,e)},initHighlighting:N,initHighlightingOnLoad:function(){window.addEventListener("DOMContentLoaded",N,!1)},registerLanguage:function(e,n){var r=null;try{r=n(t)}catch(n){if(console.error("Language definition for '{}' could not be registered.".replace("{}",e)),!l)throw n;console.error(n),r=h}r.name||(r.name=e),i[e]=r,r.rawDefinition=n.bind(null,t),r.aliases&&A(r.aliases,{languageName:e})},listLanguages:function(){return Object.keys(i)},getLanguage:T,registerAliases:A,requireLanguage:function(e){var n=T(e);if(n)return n;throw Error("The '{}' language is required, but not loaded.".replace("{}",e))},autoDetection:I,inherit:y,addPlugin:function(e){o.push(e)}}),t.debugMode=function(){l=!1},t.safeMode=function(){l=!0},t.versionString="10.1.1";for(const n in _)"object"==typeof _[n]&&e(_[n]);return Object.assign(t,_),t}({})}();"object"==typeof exports&&"undefined"!=typeof module&&(module.exports=hljs); +hljs.registerLanguage("apache",function(){"use strict";return function(e){var n={className:"number",begin:"\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}(:\\d{1,5})?"};return{name:"Apache config",aliases:["apacheconf"],case_insensitive:!0,contains:[e.HASH_COMMENT_MODE,{className:"section",begin:"",contains:[n,{className:"number",begin:":\\d{1,5}"},e.inherit(e.QUOTE_STRING_MODE,{relevance:0})]},{className:"attribute",begin:/\w+/,relevance:0,keywords:{nomarkup:"order deny allow setenv rewriterule rewriteengine rewritecond documentroot sethandler errordocument loadmodule options header listen serverroot servername"},starts:{end:/$/,relevance:0,keywords:{literal:"on off all deny allow"},contains:[{className:"meta",begin:"\\s\\[",end:"\\]$"},{className:"variable",begin:"[\\$%]\\{",end:"\\}",contains:["self",{className:"number",begin:"[\\$%]\\d+"}]},n,{className:"number",begin:"\\d+"},e.QUOTE_STRING_MODE]}}],illegal:/\S/}}}()); +hljs.registerLanguage("bash",function(){"use strict";return function(e){const s={};Object.assign(s,{className:"variable",variants:[{begin:/\$[\w\d#@][\w\d_]*/},{begin:/\$\{/,end:/\}/,contains:[{begin:/:-/,contains:[s]}]}]});const t={className:"subst",begin:/\$\(/,end:/\)/,contains:[e.BACKSLASH_ESCAPE]},n={className:"string",begin:/"/,end:/"/,contains:[e.BACKSLASH_ESCAPE,s,t]};t.contains.push(n);const a={begin:/\$\(\(/,end:/\)\)/,contains:[{begin:/\d+#[0-9a-f]+/,className:"number"},e.NUMBER_MODE,s]},i=e.SHEBANG({binary:"(fish|bash|zsh|sh|csh|ksh|tcsh|dash|scsh)",relevance:10}),c={className:"function",begin:/\w[\w\d_]*\s*\(\s*\)\s*\{/,returnBegin:!0,contains:[e.inherit(e.TITLE_MODE,{begin:/\w[\w\d_]*/})],relevance:0};return{name:"Bash",aliases:["sh","zsh"],keywords:{$pattern:/\b-?[a-z\._]+\b/,keyword:"if then else elif fi for while in do done case esac function",literal:"true false",built_in:"break cd continue eval exec exit export getopts hash pwd readonly return shift test times trap umask unset alias bind builtin caller command declare echo enable help let local logout mapfile printf read readarray source type typeset ulimit unalias set shopt autoload bg bindkey bye cap chdir clone comparguments compcall compctl compdescribe compfiles compgroups compquote comptags comptry compvalues dirs disable disown echotc echoti emulate fc fg float functions getcap getln history integer jobs kill limit log noglob popd print pushd pushln rehash sched setcap setopt stat suspend ttyctl unfunction unhash unlimit unsetopt vared wait whence where which zcompile zformat zftp zle zmodload zparseopts zprof zpty zregexparse zsocket zstyle ztcp",_:"-ne -eq -lt -gt -f -d -e -s -l -a"},contains:[i,e.SHEBANG(),c,a,e.HASH_COMMENT_MODE,n,{className:"",begin:/\\"/},{className:"string",begin:/'/,end:/'/},s]}}}()); +hljs.registerLanguage("c-like",function(){"use strict";return function(e){function t(e){return"(?:"+e+")?"}var n="(decltype\\(auto\\)|"+t("[a-zA-Z_]\\w*::")+"[a-zA-Z_]\\w*"+t("<.*?>")+")",r={className:"keyword",begin:"\\b[a-z\\d_]*_t\\b"},a={className:"string",variants:[{begin:'(u8?|U|L)?"',end:'"',illegal:"\\n",contains:[e.BACKSLASH_ESCAPE]},{begin:"(u8?|U|L)?'(\\\\(x[0-9A-Fa-f]{2}|u[0-9A-Fa-f]{4,8}|[0-7]{3}|\\S)|.)",end:"'",illegal:"."},e.END_SAME_AS_BEGIN({begin:/(?:u8?|U|L)?R"([^()\\ ]{0,16})\(/,end:/\)([^()\\ ]{0,16})"/})]},i={className:"number",variants:[{begin:"\\b(0b[01']+)"},{begin:"(-?)\\b([\\d']+(\\.[\\d']*)?|\\.[\\d']+)(u|U|l|L|ul|UL|f|F|b|B)"},{begin:"(-?)(\\b0[xX][a-fA-F0-9']+|(\\b[\\d']+(\\.[\\d']*)?|\\.[\\d']+)([eE][-+]?[\\d']+)?)"}],relevance:0},s={className:"meta",begin:/#\s*[a-z]+\b/,end:/$/,keywords:{"meta-keyword":"if else elif endif define undef warning error line pragma _Pragma ifdef ifndef include"},contains:[{begin:/\\\n/,relevance:0},e.inherit(a,{className:"meta-string"}),{className:"meta-string",begin:/<.*?>/,end:/$/,illegal:"\\n"},e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]},o={className:"title",begin:t("[a-zA-Z_]\\w*::")+e.IDENT_RE,relevance:0},c=t("[a-zA-Z_]\\w*::")+e.IDENT_RE+"\\s*\\(",l={keyword:"int float while private char char8_t char16_t char32_t catch import module export virtual operator sizeof dynamic_cast|10 typedef const_cast|10 const for static_cast|10 union namespace unsigned long volatile static protected bool template mutable if public friend do goto auto void enum else break extern using asm case typeid wchar_t short reinterpret_cast|10 default double register explicit signed typename try this switch continue inline delete alignas alignof constexpr consteval constinit decltype concept co_await co_return co_yield requires noexcept static_assert thread_local restrict final override atomic_bool atomic_char atomic_schar atomic_uchar atomic_short atomic_ushort atomic_int atomic_uint atomic_long atomic_ulong atomic_llong atomic_ullong new throw return and and_eq bitand bitor compl not not_eq or or_eq xor xor_eq",built_in:"std string wstring cin cout cerr clog stdin stdout stderr stringstream istringstream ostringstream auto_ptr deque list queue stack vector map set pair bitset multiset multimap unordered_set unordered_map unordered_multiset unordered_multimap priority_queue make_pair array shared_ptr abort terminate abs acos asin atan2 atan calloc ceil cosh cos exit exp fabs floor fmod fprintf fputs free frexp fscanf future isalnum isalpha iscntrl isdigit isgraph islower isprint ispunct isspace isupper isxdigit tolower toupper labs ldexp log10 log malloc realloc memchr memcmp memcpy memset modf pow printf putchar puts scanf sinh sin snprintf sprintf sqrt sscanf strcat strchr strcmp strcpy strcspn strlen strncat strncmp strncpy strpbrk strrchr strspn strstr tanh tan vfprintf vprintf vsprintf endl initializer_list unique_ptr _Bool complex _Complex imaginary _Imaginary",literal:"true false nullptr NULL"},d=[r,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,i,a],_={variants:[{begin:/=/,end:/;/},{begin:/\(/,end:/\)/},{beginKeywords:"new throw return else",end:/;/}],keywords:l,contains:d.concat([{begin:/\(/,end:/\)/,keywords:l,contains:d.concat(["self"]),relevance:0}]),relevance:0},u={className:"function",begin:"("+n+"[\\*&\\s]+)+"+c,returnBegin:!0,end:/[{;=]/,excludeEnd:!0,keywords:l,illegal:/[^\w\s\*&:<>]/,contains:[{begin:"decltype\\(auto\\)",keywords:l,relevance:0},{begin:c,returnBegin:!0,contains:[o],relevance:0},{className:"params",begin:/\(/,end:/\)/,keywords:l,relevance:0,contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,a,i,r,{begin:/\(/,end:/\)/,keywords:l,relevance:0,contains:["self",e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,a,i,r]}]},r,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,s]};return{aliases:["c","cc","h","c++","h++","hpp","hh","hxx","cxx"],keywords:l,disableAutodetect:!0,illegal:"",keywords:l,contains:["self",r]},{begin:e.IDENT_RE+"::",keywords:l},{className:"class",beginKeywords:"class struct",end:/[{;:]/,contains:[{begin://,contains:["self"]},e.TITLE_MODE]}]),exports:{preprocessor:s,strings:a,keywords:l}}}}()); +hljs.registerLanguage("c",function(){"use strict";return function(e){var n=e.getLanguage("c-like").rawDefinition();return n.name="C",n.aliases=["c","h"],n}}()); +hljs.registerLanguage("coffeescript",function(){"use strict";const e=["as","in","of","if","for","while","finally","var","new","function","do","return","void","else","break","catch","instanceof","with","throw","case","default","try","switch","continue","typeof","delete","let","yield","const","class","debugger","async","await","static","import","from","export","extends"],n=["true","false","null","undefined","NaN","Infinity"],a=[].concat(["setInterval","setTimeout","clearInterval","clearTimeout","require","exports","eval","isFinite","isNaN","parseFloat","parseInt","decodeURI","decodeURIComponent","encodeURI","encodeURIComponent","escape","unescape"],["arguments","this","super","console","window","document","localStorage","module","global"],["Intl","DataView","Number","Math","Date","String","RegExp","Object","Function","Boolean","Error","Symbol","Set","Map","WeakSet","WeakMap","Proxy","Reflect","JSON","Promise","Float64Array","Int16Array","Int32Array","Int8Array","Uint16Array","Uint32Array","Float32Array","Array","Uint8Array","Uint8ClampedArray","ArrayBuffer"],["EvalError","InternalError","RangeError","ReferenceError","SyntaxError","TypeError","URIError"]);return function(r){var t={keyword:e.concat(["then","unless","until","loop","by","when","and","or","is","isnt","not"]).filter((e=>n=>!e.includes(n))(["var","const","let","function","static"])).join(" "),literal:n.concat(["yes","no","on","off"]).join(" "),built_in:a.concat(["npm","print"]).join(" ")},i="[A-Za-z$_][0-9A-Za-z$_]*",s={className:"subst",begin:/#\{/,end:/}/,keywords:t},o=[r.BINARY_NUMBER_MODE,r.inherit(r.C_NUMBER_MODE,{starts:{end:"(\\s*/)?",relevance:0}}),{className:"string",variants:[{begin:/'''/,end:/'''/,contains:[r.BACKSLASH_ESCAPE]},{begin:/'/,end:/'/,contains:[r.BACKSLASH_ESCAPE]},{begin:/"""/,end:/"""/,contains:[r.BACKSLASH_ESCAPE,s]},{begin:/"/,end:/"/,contains:[r.BACKSLASH_ESCAPE,s]}]},{className:"regexp",variants:[{begin:"///",end:"///",contains:[s,r.HASH_COMMENT_MODE]},{begin:"//[gim]{0,3}(?=\\W)",relevance:0},{begin:/\/(?![ *]).*?(?![\\]).\/[gim]{0,3}(?=\W)/}]},{begin:"@"+i},{subLanguage:"javascript",excludeBegin:!0,excludeEnd:!0,variants:[{begin:"```",end:"```"},{begin:"`",end:"`"}]}];s.contains=o;var c=r.inherit(r.TITLE_MODE,{begin:i}),l={className:"params",begin:"\\([^\\(]",returnBegin:!0,contains:[{begin:/\(/,end:/\)/,keywords:t,contains:["self"].concat(o)}]};return{name:"CoffeeScript",aliases:["coffee","cson","iced"],keywords:t,illegal:/\/\*/,contains:o.concat([r.COMMENT("###","###"),r.HASH_COMMENT_MODE,{className:"function",begin:"^\\s*"+i+"\\s*=\\s*(\\(.*\\))?\\s*\\B[-=]>",end:"[-=]>",returnBegin:!0,contains:[c,l]},{begin:/[:\(,=]\s*/,relevance:0,contains:[{className:"function",begin:"(\\(.*\\))?\\s*\\B[-=]>",end:"[-=]>",returnBegin:!0,contains:[l]}]},{className:"class",beginKeywords:"class",end:"$",illegal:/[:="\[\]]/,contains:[{beginKeywords:"extends",endsWithParent:!0,illegal:/[:="\[\]]/,contains:[c]},c]},{begin:i+":",end:":",returnBegin:!0,returnEnd:!0,relevance:0}])}}}()); +hljs.registerLanguage("cpp",function(){"use strict";return function(e){var t=e.getLanguage("c-like").rawDefinition();return t.disableAutodetect=!1,t.name="C++",t.aliases=["cc","c++","h++","hpp","hh","hxx","cxx"],t}}()); +hljs.registerLanguage("csharp",function(){"use strict";return function(e){var n={keyword:"abstract as base bool break byte case catch char checked const continue decimal default delegate do double enum event explicit extern finally fixed float for foreach goto if implicit in int interface internal is lock long object operator out override params private protected public readonly ref sbyte sealed short sizeof stackalloc static string struct switch this try typeof uint ulong unchecked unsafe ushort using virtual void volatile while add alias ascending async await by descending dynamic equals from get global group into join let nameof on orderby partial remove select set value var when where yield",literal:"null false true"},i=e.inherit(e.TITLE_MODE,{begin:"[a-zA-Z](\\.?\\w)*"}),a={className:"number",variants:[{begin:"\\b(0b[01']+)"},{begin:"(-?)\\b([\\d']+(\\.[\\d']*)?|\\.[\\d']+)(u|U|l|L|ul|UL|f|F|b|B)"},{begin:"(-?)(\\b0[xX][a-fA-F0-9']+|(\\b[\\d']+(\\.[\\d']*)?|\\.[\\d']+)([eE][-+]?[\\d']+)?)"}],relevance:0},s={className:"string",begin:'@"',end:'"',contains:[{begin:'""'}]},t=e.inherit(s,{illegal:/\n/}),l={className:"subst",begin:"{",end:"}",keywords:n},r=e.inherit(l,{illegal:/\n/}),c={className:"string",begin:/\$"/,end:'"',illegal:/\n/,contains:[{begin:"{{"},{begin:"}}"},e.BACKSLASH_ESCAPE,r]},o={className:"string",begin:/\$@"/,end:'"',contains:[{begin:"{{"},{begin:"}}"},{begin:'""'},l]},g=e.inherit(o,{illegal:/\n/,contains:[{begin:"{{"},{begin:"}}"},{begin:'""'},r]});l.contains=[o,c,s,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,a,e.C_BLOCK_COMMENT_MODE],r.contains=[g,c,t,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,a,e.inherit(e.C_BLOCK_COMMENT_MODE,{illegal:/\n/})];var d={variants:[o,c,s,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE]},E={begin:"<",end:">",contains:[{beginKeywords:"in out"},i]},_=e.IDENT_RE+"(<"+e.IDENT_RE+"(\\s*,\\s*"+e.IDENT_RE+")*>)?(\\[\\])?",b={begin:"@"+e.IDENT_RE,relevance:0};return{name:"C#",aliases:["cs","c#"],keywords:n,illegal:/::/,contains:[e.COMMENT("///","$",{returnBegin:!0,contains:[{className:"doctag",variants:[{begin:"///",relevance:0},{begin:"\x3c!--|--\x3e"},{begin:""}]}]}),e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,{className:"meta",begin:"#",end:"$",keywords:{"meta-keyword":"if else elif endif define undef warning error line region endregion pragma checksum"}},d,a,{beginKeywords:"class interface",end:/[{;=]/,illegal:/[^\s:,]/,contains:[{beginKeywords:"where class"},i,E,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]},{beginKeywords:"namespace",end:/[{;=]/,illegal:/[^\s:]/,contains:[i,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]},{className:"meta",begin:"^\\s*\\[",excludeBegin:!0,end:"\\]",excludeEnd:!0,contains:[{className:"meta-string",begin:/"/,end:/"/}]},{beginKeywords:"new return throw await else",relevance:0},{className:"function",begin:"("+_+"\\s+)+"+e.IDENT_RE+"\\s*(\\<.+\\>)?\\s*\\(",returnBegin:!0,end:/\s*[{;=]/,excludeEnd:!0,keywords:n,contains:[{begin:e.IDENT_RE+"\\s*(\\<.+\\>)?\\s*\\(",returnBegin:!0,contains:[e.TITLE_MODE,E],relevance:0},{className:"params",begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:n,relevance:0,contains:[d,a,e.C_BLOCK_COMMENT_MODE]},e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]},b]}}}()); +hljs.registerLanguage("css",function(){"use strict";return function(e){var n={begin:/(?:[A-Z\_\.\-]+|--[a-zA-Z0-9_-]+)\s*:/,returnBegin:!0,end:";",endsWithParent:!0,contains:[{className:"attribute",begin:/\S/,end:":",excludeEnd:!0,starts:{endsWithParent:!0,excludeEnd:!0,contains:[{begin:/[\w-]+\(/,returnBegin:!0,contains:[{className:"built_in",begin:/[\w-]+/},{begin:/\(/,end:/\)/,contains:[e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,e.CSS_NUMBER_MODE]}]},e.CSS_NUMBER_MODE,e.QUOTE_STRING_MODE,e.APOS_STRING_MODE,e.C_BLOCK_COMMENT_MODE,{className:"number",begin:"#[0-9A-Fa-f]+"},{className:"meta",begin:"!important"}]}}]};return{name:"CSS",case_insensitive:!0,illegal:/[=\/|'\$]/,contains:[e.C_BLOCK_COMMENT_MODE,{className:"selector-id",begin:/#[A-Za-z0-9_-]+/},{className:"selector-class",begin:/\.[A-Za-z0-9_-]+/},{className:"selector-attr",begin:/\[/,end:/\]/,illegal:"$",contains:[e.APOS_STRING_MODE,e.QUOTE_STRING_MODE]},{className:"selector-pseudo",begin:/:(:)?[a-zA-Z0-9\_\-\+\(\)"'.]+/},{begin:"@(page|font-face)",lexemes:"@[a-z-]+",keywords:"@page @font-face"},{begin:"@",end:"[{;]",illegal:/:/,returnBegin:!0,contains:[{className:"keyword",begin:/@\-?\w[\w]*(\-\w+)*/},{begin:/\s/,endsWithParent:!0,excludeEnd:!0,relevance:0,keywords:"and or not only",contains:[{begin:/[a-z-]+:/,className:"attribute"},e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,e.CSS_NUMBER_MODE]}]},{className:"selector-tag",begin:"[a-zA-Z-][a-zA-Z0-9_-]*",relevance:0},{begin:"{",end:"}",illegal:/\S/,contains:[e.C_BLOCK_COMMENT_MODE,n]}]}}}()); +hljs.registerLanguage("diff",function(){"use strict";return function(e){return{name:"Diff",aliases:["patch"],contains:[{className:"meta",relevance:10,variants:[{begin:/^@@ +\-\d+,\d+ +\+\d+,\d+ +@@$/},{begin:/^\*\*\* +\d+,\d+ +\*\*\*\*$/},{begin:/^\-\-\- +\d+,\d+ +\-\-\-\-$/}]},{className:"comment",variants:[{begin:/Index: /,end:/$/},{begin:/={3,}/,end:/$/},{begin:/^\-{3}/,end:/$/},{begin:/^\*{3} /,end:/$/},{begin:/^\+{3}/,end:/$/},{begin:/^\*{15}$/}]},{className:"addition",begin:"^\\+",end:"$"},{className:"deletion",begin:"^\\-",end:"$"},{className:"addition",begin:"^\\!",end:"$"}]}}}()); +hljs.registerLanguage("go",function(){"use strict";return function(e){var n={keyword:"break default func interface select case map struct chan else goto package switch const fallthrough if range type continue for import return var go defer bool byte complex64 complex128 float32 float64 int8 int16 int32 int64 string uint8 uint16 uint32 uint64 int uint uintptr rune",literal:"true false iota nil",built_in:"append cap close complex copy imag len make new panic print println real recover delete"};return{name:"Go",aliases:["golang"],keywords:n,illegal:"e(n)).join("")}return function(a){var s={className:"number",relevance:0,variants:[{begin:/([\+\-]+)?[\d]+_[\d_]+/},{begin:a.NUMBER_RE}]},i=a.COMMENT();i.variants=[{begin:/;/,end:/$/},{begin:/#/,end:/$/}];var t={className:"variable",variants:[{begin:/\$[\w\d"][\w\d_]*/},{begin:/\$\{(.*?)}/}]},r={className:"literal",begin:/\bon|off|true|false|yes|no\b/},l={className:"string",contains:[a.BACKSLASH_ESCAPE],variants:[{begin:"'''",end:"'''",relevance:10},{begin:'"""',end:'"""',relevance:10},{begin:'"',end:'"'},{begin:"'",end:"'"}]},c={begin:/\[/,end:/\]/,contains:[i,r,t,l,s,"self"],relevance:0},g="("+[/[A-Za-z0-9_-]+/,/"(\\"|[^"])*"/,/'[^']*'/].map(n=>e(n)).join("|")+")";return{name:"TOML, also INI",aliases:["toml"],case_insensitive:!0,illegal:/\S/,contains:[i,{className:"section",begin:/\[+/,end:/\]+/},{begin:n(g,"(\\s*\\.\\s*",g,")*",n("(?=",/\s*=\s*[^#\s]/,")")),className:"attr",starts:{end:/$/,contains:[i,c,r,t,l,s]}}]}}}()); +hljs.registerLanguage("java",function(){"use strict";function e(e){return e?"string"==typeof e?e:e.source:null}function n(e){return a("(",e,")?")}function a(...n){return n.map(n=>e(n)).join("")}function s(...n){return"("+n.map(n=>e(n)).join("|")+")"}return function(e){var t="false synchronized int abstract float private char boolean var static null if const for true while long strictfp finally protected import native final void enum else break transient catch instanceof byte super volatile case assert short package default double public try this switch continue throws protected public private module requires exports do",i={className:"meta",begin:"@[À-ʸa-zA-Z_$][À-ʸa-zA-Z_$0-9]*",contains:[{begin:/\(/,end:/\)/,contains:["self"]}]},r=e=>a("[",e,"]+([",e,"_]*[",e,"]+)?"),c={className:"number",variants:[{begin:`\\b(0[bB]${r("01")})[lL]?`},{begin:`\\b(0${r("0-7")})[dDfFlL]?`},{begin:a(/\b0[xX]/,s(a(r("a-fA-F0-9"),/\./,r("a-fA-F0-9")),a(r("a-fA-F0-9"),/\.?/),a(/\./,r("a-fA-F0-9"))),/([pP][+-]?(\d+))?/,/[fFdDlL]?/)},{begin:a(/\b/,s(a(/\d*\./,r("\\d")),r("\\d")),/[eE][+-]?[\d]+[dDfF]?/)},{begin:a(/\b/,r(/\d/),n(/\.?/),n(r(/\d/)),/[dDfFlL]?/)}],relevance:0};return{name:"Java",aliases:["jsp"],keywords:t,illegal:/<\/|#/,contains:[e.COMMENT("/\\*\\*","\\*/",{relevance:0,contains:[{begin:/\w+@/,relevance:0},{className:"doctag",begin:"@[A-Za-z]+"}]}),e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,{className:"class",beginKeywords:"class interface",end:/[{;=]/,excludeEnd:!0,keywords:"class interface",illegal:/[:"\[\]]/,contains:[{beginKeywords:"extends implements"},e.UNDERSCORE_TITLE_MODE]},{beginKeywords:"new throw return else",relevance:0},{className:"function",begin:"([À-ʸa-zA-Z_$][À-ʸa-zA-Z_$0-9]*(<[À-ʸa-zA-Z_$][À-ʸa-zA-Z_$0-9]*(\\s*,\\s*[À-ʸa-zA-Z_$][À-ʸa-zA-Z_$0-9]*)*>)?\\s+)+"+e.UNDERSCORE_IDENT_RE+"\\s*\\(",returnBegin:!0,end:/[{;=]/,excludeEnd:!0,keywords:t,contains:[{begin:e.UNDERSCORE_IDENT_RE+"\\s*\\(",returnBegin:!0,relevance:0,contains:[e.UNDERSCORE_TITLE_MODE]},{className:"params",begin:/\(/,end:/\)/,keywords:t,relevance:0,contains:[i,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,e.C_NUMBER_MODE,e.C_BLOCK_COMMENT_MODE]},e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]},c,i]}}}()); +hljs.registerLanguage("javascript",function(){"use strict";const e=["as","in","of","if","for","while","finally","var","new","function","do","return","void","else","break","catch","instanceof","with","throw","case","default","try","switch","continue","typeof","delete","let","yield","const","class","debugger","async","await","static","import","from","export","extends"],n=["true","false","null","undefined","NaN","Infinity"],a=[].concat(["setInterval","setTimeout","clearInterval","clearTimeout","require","exports","eval","isFinite","isNaN","parseFloat","parseInt","decodeURI","decodeURIComponent","encodeURI","encodeURIComponent","escape","unescape"],["arguments","this","super","console","window","document","localStorage","module","global"],["Intl","DataView","Number","Math","Date","String","RegExp","Object","Function","Boolean","Error","Symbol","Set","Map","WeakSet","WeakMap","Proxy","Reflect","JSON","Promise","Float64Array","Int16Array","Int32Array","Int8Array","Uint16Array","Uint32Array","Float32Array","Array","Uint8Array","Uint8ClampedArray","ArrayBuffer"],["EvalError","InternalError","RangeError","ReferenceError","SyntaxError","TypeError","URIError"]);function s(e){return r("(?=",e,")")}function r(...e){return e.map(e=>(function(e){return e?"string"==typeof e?e:e.source:null})(e)).join("")}return function(t){var i="[A-Za-z$_][0-9A-Za-z$_]*",c={begin:/<[A-Za-z0-9\\._:-]+/,end:/\/[A-Za-z0-9\\._:-]+>|\/>/},o={$pattern:"[A-Za-z$_][0-9A-Za-z$_]*",keyword:e.join(" "),literal:n.join(" "),built_in:a.join(" ")},l={className:"number",variants:[{begin:"\\b(0[bB][01]+)n?"},{begin:"\\b(0[oO][0-7]+)n?"},{begin:t.C_NUMBER_RE+"n?"}],relevance:0},E={className:"subst",begin:"\\$\\{",end:"\\}",keywords:o,contains:[]},d={begin:"html`",end:"",starts:{end:"`",returnEnd:!1,contains:[t.BACKSLASH_ESCAPE,E],subLanguage:"xml"}},g={begin:"css`",end:"",starts:{end:"`",returnEnd:!1,contains:[t.BACKSLASH_ESCAPE,E],subLanguage:"css"}},u={className:"string",begin:"`",end:"`",contains:[t.BACKSLASH_ESCAPE,E]};E.contains=[t.APOS_STRING_MODE,t.QUOTE_STRING_MODE,d,g,u,l,t.REGEXP_MODE];var b=E.contains.concat([{begin:/\(/,end:/\)/,contains:["self"].concat(E.contains,[t.C_BLOCK_COMMENT_MODE,t.C_LINE_COMMENT_MODE])},t.C_BLOCK_COMMENT_MODE,t.C_LINE_COMMENT_MODE]),_={className:"params",begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,contains:b};return{name:"JavaScript",aliases:["js","jsx","mjs","cjs"],keywords:o,contains:[t.SHEBANG({binary:"node",relevance:5}),{className:"meta",relevance:10,begin:/^\s*['"]use (strict|asm)['"]/},t.APOS_STRING_MODE,t.QUOTE_STRING_MODE,d,g,u,t.C_LINE_COMMENT_MODE,t.COMMENT("/\\*\\*","\\*/",{relevance:0,contains:[{className:"doctag",begin:"@[A-Za-z]+",contains:[{className:"type",begin:"\\{",end:"\\}",relevance:0},{className:"variable",begin:i+"(?=\\s*(-)|$)",endsParent:!0,relevance:0},{begin:/(?=[^\n])\s/,relevance:0}]}]}),t.C_BLOCK_COMMENT_MODE,l,{begin:r(/[{,\n]\s*/,s(r(/(((\/\/.*)|(\/\*(.|\n)*\*\/))\s*)*/,i+"\\s*:"))),relevance:0,contains:[{className:"attr",begin:i+s("\\s*:"),relevance:0}]},{begin:"("+t.RE_STARTERS_RE+"|\\b(case|return|throw)\\b)\\s*",keywords:"return throw case",contains:[t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE,t.REGEXP_MODE,{className:"function",begin:"(\\([^(]*(\\([^(]*(\\([^(]*\\))?\\))?\\)|"+t.UNDERSCORE_IDENT_RE+")\\s*=>",returnBegin:!0,end:"\\s*=>",contains:[{className:"params",variants:[{begin:t.UNDERSCORE_IDENT_RE},{className:null,begin:/\(\s*\)/,skip:!0},{begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:o,contains:b}]}]},{begin:/,/,relevance:0},{className:"",begin:/\s/,end:/\s*/,skip:!0},{variants:[{begin:"<>",end:""},{begin:c.begin,end:c.end}],subLanguage:"xml",contains:[{begin:c.begin,end:c.end,skip:!0,contains:["self"]}]}],relevance:0},{className:"function",beginKeywords:"function",end:/\{/,excludeEnd:!0,contains:[t.inherit(t.TITLE_MODE,{begin:i}),_],illegal:/\[|%/},{begin:/\$[(.]/},t.METHOD_GUARD,{className:"class",beginKeywords:"class",end:/[{;=]/,excludeEnd:!0,illegal:/[:"\[\]]/,contains:[{beginKeywords:"extends"},t.UNDERSCORE_TITLE_MODE]},{beginKeywords:"constructor",end:/\{/,excludeEnd:!0},{begin:"(get|set)\\s+(?="+i+"\\()",end:/{/,keywords:"get set",contains:[t.inherit(t.TITLE_MODE,{begin:i}),{begin:/\(\)/},_]}],illegal:/#(?!!)/}}}()); +hljs.registerLanguage("json",function(){"use strict";return function(n){var e={literal:"true false null"},i=[n.C_LINE_COMMENT_MODE,n.C_BLOCK_COMMENT_MODE],t=[n.QUOTE_STRING_MODE,n.C_NUMBER_MODE],a={end:",",endsWithParent:!0,excludeEnd:!0,contains:t,keywords:e},l={begin:"{",end:"}",contains:[{className:"attr",begin:/"/,end:/"/,contains:[n.BACKSLASH_ESCAPE],illegal:"\\n"},n.inherit(a,{begin:/:/})].concat(i),illegal:"\\S"},s={begin:"\\[",end:"\\]",contains:[n.inherit(a)],illegal:"\\S"};return t.push(l,s),i.forEach((function(n){t.push(n)})),{name:"JSON",contains:t,keywords:e,illegal:"\\S"}}}()); +hljs.registerLanguage("kotlin",function(){"use strict";return function(e){var n={keyword:"abstract as val var vararg get set class object open private protected public noinline crossinline dynamic final enum if else do while for when throw try catch finally import package is in fun override companion reified inline lateinit init interface annotation data sealed internal infix operator out by constructor super tailrec where const inner suspend typealias external expect actual trait volatile transient native default",built_in:"Byte Short Char Int Long Boolean Float Double Void Unit Nothing",literal:"true false null"},a={className:"symbol",begin:e.UNDERSCORE_IDENT_RE+"@"},i={className:"subst",begin:"\\${",end:"}",contains:[e.C_NUMBER_MODE]},s={className:"variable",begin:"\\$"+e.UNDERSCORE_IDENT_RE},t={className:"string",variants:[{begin:'"""',end:'"""(?=[^"])',contains:[s,i]},{begin:"'",end:"'",illegal:/\n/,contains:[e.BACKSLASH_ESCAPE]},{begin:'"',end:'"',illegal:/\n/,contains:[e.BACKSLASH_ESCAPE,s,i]}]};i.contains.push(t);var r={className:"meta",begin:"@(?:file|property|field|get|set|receiver|param|setparam|delegate)\\s*:(?:\\s*"+e.UNDERSCORE_IDENT_RE+")?"},l={className:"meta",begin:"@"+e.UNDERSCORE_IDENT_RE,contains:[{begin:/\(/,end:/\)/,contains:[e.inherit(t,{className:"meta-string"})]}]},c=e.COMMENT("/\\*","\\*/",{contains:[e.C_BLOCK_COMMENT_MODE]}),o={variants:[{className:"type",begin:e.UNDERSCORE_IDENT_RE},{begin:/\(/,end:/\)/,contains:[]}]},d=o;return d.variants[1].contains=[o],o.variants[1].contains=[d],{name:"Kotlin",aliases:["kt"],keywords:n,contains:[e.COMMENT("/\\*\\*","\\*/",{relevance:0,contains:[{className:"doctag",begin:"@[A-Za-z]+"}]}),e.C_LINE_COMMENT_MODE,c,{className:"keyword",begin:/\b(break|continue|return|this)\b/,starts:{contains:[{className:"symbol",begin:/@\w+/}]}},a,r,l,{className:"function",beginKeywords:"fun",end:"[(]|$",returnBegin:!0,excludeEnd:!0,keywords:n,illegal:/fun\s+(<.*>)?[^\s\(]+(\s+[^\s\(]+)\s*=/,relevance:5,contains:[{begin:e.UNDERSCORE_IDENT_RE+"\\s*\\(",returnBegin:!0,relevance:0,contains:[e.UNDERSCORE_TITLE_MODE]},{className:"type",begin://,keywords:"reified",relevance:0},{className:"params",begin:/\(/,end:/\)/,endsParent:!0,keywords:n,relevance:0,contains:[{begin:/:/,end:/[=,\/]/,endsWithParent:!0,contains:[o,e.C_LINE_COMMENT_MODE,c],relevance:0},e.C_LINE_COMMENT_MODE,c,r,l,t,e.C_NUMBER_MODE]},c]},{className:"class",beginKeywords:"class interface trait",end:/[:\{(]|$/,excludeEnd:!0,illegal:"extends implements",contains:[{beginKeywords:"public protected internal private constructor"},e.UNDERSCORE_TITLE_MODE,{className:"type",begin://,excludeBegin:!0,excludeEnd:!0,relevance:0},{className:"type",begin:/[,:]\s*/,end:/[<\(,]|$/,excludeBegin:!0,returnEnd:!0},r,l]},t,{className:"meta",begin:"^#!/usr/bin/env",end:"$",illegal:"\n"},{className:"number",begin:"\\b(0[bB]([01]+[01_]+[01]+|[01]+)|0[xX]([a-fA-F0-9]+[a-fA-F0-9_]+[a-fA-F0-9]+|[a-fA-F0-9]+)|(([\\d]+[\\d_]+[\\d]+|[\\d]+)(\\.([\\d]+[\\d_]+[\\d]+|[\\d]+))?|\\.([\\d]+[\\d_]+[\\d]+|[\\d]+))([eE][-+]?\\d+)?)[lLfF]?",relevance:0}]}}}()); +hljs.registerLanguage("less",function(){"use strict";return function(e){var n="([\\w-]+|@{[\\w-]+})",a=[],s=[],t=function(e){return{className:"string",begin:"~?"+e+".*?"+e}},r=function(e,n,a){return{className:e,begin:n,relevance:a}},i={begin:"\\(",end:"\\)",contains:s,relevance:0};s.push(e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,t("'"),t('"'),e.CSS_NUMBER_MODE,{begin:"(url|data-uri)\\(",starts:{className:"string",end:"[\\)\\n]",excludeEnd:!0}},r("number","#[0-9A-Fa-f]+\\b"),i,r("variable","@@?[\\w-]+",10),r("variable","@{[\\w-]+}"),r("built_in","~?`[^`]*?`"),{className:"attribute",begin:"[\\w-]+\\s*:",end:":",returnBegin:!0,excludeEnd:!0},{className:"meta",begin:"!important"});var c=s.concat({begin:"{",end:"}",contains:a}),l={beginKeywords:"when",endsWithParent:!0,contains:[{beginKeywords:"and not"}].concat(s)},o={begin:n+"\\s*:",returnBegin:!0,end:"[;}]",relevance:0,contains:[{className:"attribute",begin:n,end:":",excludeEnd:!0,starts:{endsWithParent:!0,illegal:"[<=$]",relevance:0,contains:s}}]},g={className:"keyword",begin:"@(import|media|charset|font-face|(-[a-z]+-)?keyframes|supports|document|namespace|page|viewport|host)\\b",starts:{end:"[;{}]",returnEnd:!0,contains:s,relevance:0}},d={className:"variable",variants:[{begin:"@[\\w-]+\\s*:",relevance:15},{begin:"@[\\w-]+"}],starts:{end:"[;}]",returnEnd:!0,contains:c}},b={variants:[{begin:"[\\.#:&\\[>]",end:"[;{}]"},{begin:n,end:"{"}],returnBegin:!0,returnEnd:!0,illegal:"[<='$\"]",relevance:0,contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,l,r("keyword","all\\b"),r("variable","@{[\\w-]+}"),r("selector-tag",n+"%?",0),r("selector-id","#"+n),r("selector-class","\\."+n,0),r("selector-tag","&",0),{className:"selector-attr",begin:"\\[",end:"\\]"},{className:"selector-pseudo",begin:/:(:)?[a-zA-Z0-9\_\-\+\(\)"'.]+/},{begin:"\\(",end:"\\)",contains:c},{begin:"!important"}]};return a.push(e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,g,d,o,b),{name:"Less",case_insensitive:!0,illegal:"[=>'/<($\"]",contains:a}}}()); +hljs.registerLanguage("lua",function(){"use strict";return function(e){var t={begin:"\\[=*\\[",end:"\\]=*\\]",contains:["self"]},a=[e.COMMENT("--(?!\\[=*\\[)","$"),e.COMMENT("--\\[=*\\[","\\]=*\\]",{contains:[t],relevance:10})];return{name:"Lua",keywords:{$pattern:e.UNDERSCORE_IDENT_RE,literal:"true false nil",keyword:"and break do else elseif end for goto if in local not or repeat return then until while",built_in:"_G _ENV _VERSION __index __newindex __mode __call __metatable __tostring __len __gc __add __sub __mul __div __mod __pow __concat __unm __eq __lt __le assert collectgarbage dofile error getfenv getmetatable ipairs load loadfile loadstring module next pairs pcall print rawequal rawget rawset require select setfenv setmetatable tonumber tostring type unpack xpcall arg self coroutine resume yield status wrap create running debug getupvalue debug sethook getmetatable gethook setmetatable setlocal traceback setfenv getinfo setupvalue getlocal getregistry getfenv io lines write close flush open output type read stderr stdin input stdout popen tmpfile math log max acos huge ldexp pi cos tanh pow deg tan cosh sinh random randomseed frexp ceil floor rad abs sqrt modf asin min mod fmod log10 atan2 exp sin atan os exit setlocale date getenv difftime remove time clock tmpname rename execute package preload loadlib loaded loaders cpath config path seeall string sub upper len gfind rep find match char dump gmatch reverse byte format gsub lower table setn insert getn foreachi maxn foreach concat sort remove"},contains:a.concat([{className:"function",beginKeywords:"function",end:"\\)",contains:[e.inherit(e.TITLE_MODE,{begin:"([_a-zA-Z]\\w*\\.)*([_a-zA-Z]\\w*:)?[_a-zA-Z]\\w*"}),{className:"params",begin:"\\(",endsWithParent:!0,contains:a}].concat(a)},e.C_NUMBER_MODE,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,{className:"string",begin:"\\[=*\\[",end:"\\]=*\\]",contains:[t],relevance:5}])}}}()); +hljs.registerLanguage("makefile",function(){"use strict";return function(e){var i={className:"variable",variants:[{begin:"\\$\\("+e.UNDERSCORE_IDENT_RE+"\\)",contains:[e.BACKSLASH_ESCAPE]},{begin:/\$[@%`]+/}]}]}]};return{name:"HTML, XML",aliases:["html","xhtml","rss","atom","xjb","xsd","xsl","plist","wsf","svg"],case_insensitive:!0,contains:[{className:"meta",begin:"",relevance:10,contains:[a,i,t,s,{begin:"\\[",end:"\\]",contains:[{className:"meta",begin:"",contains:[a,s,i,t]}]}]},e.COMMENT("\x3c!--","--\x3e",{relevance:10}),{begin:"<\\!\\[CDATA\\[",end:"\\]\\]>",relevance:10},n,{className:"meta",begin:/<\?xml/,end:/\?>/,relevance:10},{className:"tag",begin:")",end:">",keywords:{name:"style"},contains:[c],starts:{end:"",returnEnd:!0,subLanguage:["css","xml"]}},{className:"tag",begin:")",end:">",keywords:{name:"script"},contains:[c],starts:{end:"<\/script>",returnEnd:!0,subLanguage:["javascript","handlebars","xml"]}},{className:"tag",begin:"",contains:[{className:"name",begin:/[^\/><\s]+/,relevance:0},c]}]}}}()); +hljs.registerLanguage("markdown",function(){"use strict";return function(n){const e={begin:"<",end:">",subLanguage:"xml",relevance:0},a={begin:"\\[.+?\\][\\(\\[].*?[\\)\\]]",returnBegin:!0,contains:[{className:"string",begin:"\\[",end:"\\]",excludeBegin:!0,returnEnd:!0,relevance:0},{className:"link",begin:"\\]\\(",end:"\\)",excludeBegin:!0,excludeEnd:!0},{className:"symbol",begin:"\\]\\[",end:"\\]",excludeBegin:!0,excludeEnd:!0}],relevance:10},i={className:"strong",contains:[],variants:[{begin:/_{2}/,end:/_{2}/},{begin:/\*{2}/,end:/\*{2}/}]},s={className:"emphasis",contains:[],variants:[{begin:/\*(?!\*)/,end:/\*/},{begin:/_(?!_)/,end:/_/,relevance:0}]};i.contains.push(s),s.contains.push(i);var c=[e,a];return i.contains=i.contains.concat(c),s.contains=s.contains.concat(c),{name:"Markdown",aliases:["md","mkdown","mkd"],contains:[{className:"section",variants:[{begin:"^#{1,6}",end:"$",contains:c=c.concat(i,s)},{begin:"(?=^.+?\\n[=-]{2,}$)",contains:[{begin:"^[=-]*$"},{begin:"^",end:"\\n",contains:c}]}]},e,{className:"bullet",begin:"^[ \t]*([*+-]|(\\d+\\.))(?=\\s+)",end:"\\s+",excludeEnd:!0},i,s,{className:"quote",begin:"^>\\s+",contains:c,end:"$"},{className:"code",variants:[{begin:"(`{3,})(.|\\n)*?\\1`*[ ]*"},{begin:"(~{3,})(.|\\n)*?\\1~*[ ]*"},{begin:"```",end:"```+[ ]*$"},{begin:"~~~",end:"~~~+[ ]*$"},{begin:"`.+?`"},{begin:"(?=^( {4}|\\t))",contains:[{begin:"^( {4}|\\t)",end:"(\\n)$"}],relevance:0}]},{begin:"^[-\\*]{3,}",end:"$"},a,{begin:/^\[[^\n]+\]:/,returnBegin:!0,contains:[{className:"symbol",begin:/\[/,end:/\]/,excludeBegin:!0,excludeEnd:!0},{className:"link",begin:/:\s*/,end:/$/,excludeBegin:!0}]}]}}}()); +hljs.registerLanguage("nginx",function(){"use strict";return function(e){var n={className:"variable",variants:[{begin:/\$\d+/},{begin:/\$\{/,end:/}/},{begin:"[\\$\\@]"+e.UNDERSCORE_IDENT_RE}]},a={endsWithParent:!0,keywords:{$pattern:"[a-z/_]+",literal:"on off yes no true false none blocked debug info notice warn error crit select break last permanent redirect kqueue rtsig epoll poll /dev/poll"},relevance:0,illegal:"=>",contains:[e.HASH_COMMENT_MODE,{className:"string",contains:[e.BACKSLASH_ESCAPE,n],variants:[{begin:/"/,end:/"/},{begin:/'/,end:/'/}]},{begin:"([a-z]+):/",end:"\\s",endsWithParent:!0,excludeEnd:!0,contains:[n]},{className:"regexp",contains:[e.BACKSLASH_ESCAPE,n],variants:[{begin:"\\s\\^",end:"\\s|{|;",returnEnd:!0},{begin:"~\\*?\\s+",end:"\\s|{|;",returnEnd:!0},{begin:"\\*(\\.[a-z\\-]+)+"},{begin:"([a-z\\-]+\\.)+\\*"}]},{className:"number",begin:"\\b\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}(:\\d{1,5})?\\b"},{className:"number",begin:"\\b\\d+[kKmMgGdshdwy]*\\b",relevance:0},n]};return{name:"Nginx config",aliases:["nginxconf"],contains:[e.HASH_COMMENT_MODE,{begin:e.UNDERSCORE_IDENT_RE+"\\s+{",returnBegin:!0,end:"{",contains:[{className:"section",begin:e.UNDERSCORE_IDENT_RE}],relevance:0},{begin:e.UNDERSCORE_IDENT_RE+"\\s",end:";|{",returnBegin:!0,contains:[{className:"attribute",begin:e.UNDERSCORE_IDENT_RE,starts:a}],relevance:0}],illegal:"[^\\s\\}]"}}}()); +hljs.registerLanguage("objectivec",function(){"use strict";return function(e){var n=/[a-zA-Z@][a-zA-Z0-9_]*/,_={$pattern:n,keyword:"@interface @class @protocol @implementation"};return{name:"Objective-C",aliases:["mm","objc","obj-c"],keywords:{$pattern:n,keyword:"int float while char export sizeof typedef const struct for union unsigned long volatile static bool mutable if do return goto void enum else break extern asm case short default double register explicit signed typename this switch continue wchar_t inline readonly assign readwrite self @synchronized id typeof nonatomic super unichar IBOutlet IBAction strong weak copy in out inout bycopy byref oneway __strong __weak __block __autoreleasing @private @protected @public @try @property @end @throw @catch @finally @autoreleasepool @synthesize @dynamic @selector @optional @required @encode @package @import @defs @compatibility_alias __bridge __bridge_transfer __bridge_retained __bridge_retain __covariant __contravariant __kindof _Nonnull _Nullable _Null_unspecified __FUNCTION__ __PRETTY_FUNCTION__ __attribute__ getter setter retain unsafe_unretained nonnull nullable null_unspecified null_resettable class instancetype NS_DESIGNATED_INITIALIZER NS_UNAVAILABLE NS_REQUIRES_SUPER NS_RETURNS_INNER_POINTER NS_INLINE NS_AVAILABLE NS_DEPRECATED NS_ENUM NS_OPTIONS NS_SWIFT_UNAVAILABLE NS_ASSUME_NONNULL_BEGIN NS_ASSUME_NONNULL_END NS_REFINED_FOR_SWIFT NS_SWIFT_NAME NS_SWIFT_NOTHROW NS_DURING NS_HANDLER NS_ENDHANDLER NS_VALUERETURN NS_VOIDRETURN",literal:"false true FALSE TRUE nil YES NO NULL",built_in:"BOOL dispatch_once_t dispatch_queue_t dispatch_sync dispatch_async dispatch_once"},illegal:"/,end:/$/,illegal:"\\n"},e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]},{className:"class",begin:"("+_.keyword.split(" ").join("|")+")\\b",end:"({|$)",excludeEnd:!0,keywords:_,contains:[e.UNDERSCORE_TITLE_MODE]},{begin:"\\."+e.UNDERSCORE_IDENT_RE,relevance:0}]}}}()); +hljs.registerLanguage("perl",function(){"use strict";return function(e){var n={$pattern:/[\w.]+/,keyword:"getpwent getservent quotemeta msgrcv scalar kill dbmclose undef lc ma syswrite tr send umask sysopen shmwrite vec qx utime local oct semctl localtime readpipe do return format read sprintf dbmopen pop getpgrp not getpwnam rewinddir qq fileno qw endprotoent wait sethostent bless s|0 opendir continue each sleep endgrent shutdown dump chomp connect getsockname die socketpair close flock exists index shmget sub for endpwent redo lstat msgctl setpgrp abs exit select print ref gethostbyaddr unshift fcntl syscall goto getnetbyaddr join gmtime symlink semget splice x|0 getpeername recv log setsockopt cos last reverse gethostbyname getgrnam study formline endhostent times chop length gethostent getnetent pack getprotoent getservbyname rand mkdir pos chmod y|0 substr endnetent printf next open msgsnd readdir use unlink getsockopt getpriority rindex wantarray hex system getservbyport endservent int chr untie rmdir prototype tell listen fork shmread ucfirst setprotoent else sysseek link getgrgid shmctl waitpid unpack getnetbyname reset chdir grep split require caller lcfirst until warn while values shift telldir getpwuid my getprotobynumber delete and sort uc defined srand accept package seekdir getprotobyname semop our rename seek if q|0 chroot sysread setpwent no crypt getc chown sqrt write setnetent setpriority foreach tie sin msgget map stat getlogin unless elsif truncate exec keys glob tied closedir ioctl socket readlink eval xor readline binmode setservent eof ord bind alarm pipe atan2 getgrent exp time push setgrent gt lt or ne m|0 break given say state when"},t={className:"subst",begin:"[$@]\\{",end:"\\}",keywords:n},s={begin:"->{",end:"}"},r={variants:[{begin:/\$\d/},{begin:/[\$%@](\^\w\b|#\w+(::\w+)*|{\w+}|\w+(::\w*)*)/},{begin:/[\$%@][^\s\w{]/,relevance:0}]},i=[e.BACKSLASH_ESCAPE,t,r],a=[r,e.HASH_COMMENT_MODE,e.COMMENT("^\\=\\w","\\=cut",{endsWithParent:!0}),s,{className:"string",contains:i,variants:[{begin:"q[qwxr]?\\s*\\(",end:"\\)",relevance:5},{begin:"q[qwxr]?\\s*\\[",end:"\\]",relevance:5},{begin:"q[qwxr]?\\s*\\{",end:"\\}",relevance:5},{begin:"q[qwxr]?\\s*\\|",end:"\\|",relevance:5},{begin:"q[qwxr]?\\s*\\<",end:"\\>",relevance:5},{begin:"qw\\s+q",end:"q",relevance:5},{begin:"'",end:"'",contains:[e.BACKSLASH_ESCAPE]},{begin:'"',end:'"'},{begin:"`",end:"`",contains:[e.BACKSLASH_ESCAPE]},{begin:"{\\w+}",contains:[],relevance:0},{begin:"-?\\w+\\s*\\=\\>",contains:[],relevance:0}]},{className:"number",begin:"(\\b0[0-7_]+)|(\\b0x[0-9a-fA-F_]+)|(\\b[1-9][0-9_]*(\\.[0-9_]+)?)|[0_]\\b",relevance:0},{begin:"(\\/\\/|"+e.RE_STARTERS_RE+"|\\b(split|return|print|reverse|grep)\\b)\\s*",keywords:"split return print reverse grep",relevance:0,contains:[e.HASH_COMMENT_MODE,{className:"regexp",begin:"(s|tr|y)/(\\\\.|[^/])*/(\\\\.|[^/])*/[a-z]*",relevance:10},{className:"regexp",begin:"(m|qr)?/",end:"/[a-z]*",contains:[e.BACKSLASH_ESCAPE],relevance:0}]},{className:"function",beginKeywords:"sub",end:"(\\s*\\(.*?\\))?[;{]",excludeEnd:!0,relevance:5,contains:[e.TITLE_MODE]},{begin:"-\\w\\b",relevance:0},{begin:"^__DATA__$",end:"^__END__$",subLanguage:"mojolicious",contains:[{begin:"^@@.*",end:"$",className:"comment"}]}];return t.contains=a,s.contains=a,{name:"Perl",aliases:["pl","pm"],keywords:n,contains:a}}}()); +hljs.registerLanguage("php",function(){"use strict";return function(e){var r={begin:"\\$+[a-zA-Z_-ÿ][a-zA-Z0-9_-ÿ]*"},t={className:"meta",variants:[{begin:/<\?php/,relevance:10},{begin:/<\?[=]?/},{begin:/\?>/}]},a={className:"string",contains:[e.BACKSLASH_ESCAPE,t],variants:[{begin:'b"',end:'"'},{begin:"b'",end:"'"},e.inherit(e.APOS_STRING_MODE,{illegal:null}),e.inherit(e.QUOTE_STRING_MODE,{illegal:null})]},n={variants:[e.BINARY_NUMBER_MODE,e.C_NUMBER_MODE]},i={keyword:"__CLASS__ __DIR__ __FILE__ __FUNCTION__ __LINE__ __METHOD__ __NAMESPACE__ __TRAIT__ die echo exit include include_once print require require_once array abstract and as binary bool boolean break callable case catch class clone const continue declare default do double else elseif empty enddeclare endfor endforeach endif endswitch endwhile eval extends final finally float for foreach from global goto if implements instanceof insteadof int integer interface isset iterable list new object or private protected public real return string switch throw trait try unset use var void while xor yield",literal:"false null true",built_in:"Error|0 AppendIterator ArgumentCountError ArithmeticError ArrayIterator ArrayObject AssertionError BadFunctionCallException BadMethodCallException CachingIterator CallbackFilterIterator CompileError Countable DirectoryIterator DivisionByZeroError DomainException EmptyIterator ErrorException Exception FilesystemIterator FilterIterator GlobIterator InfiniteIterator InvalidArgumentException IteratorIterator LengthException LimitIterator LogicException MultipleIterator NoRewindIterator OutOfBoundsException OutOfRangeException OuterIterator OverflowException ParentIterator ParseError RangeException RecursiveArrayIterator RecursiveCachingIterator RecursiveCallbackFilterIterator RecursiveDirectoryIterator RecursiveFilterIterator RecursiveIterator RecursiveIteratorIterator RecursiveRegexIterator RecursiveTreeIterator RegexIterator RuntimeException SeekableIterator SplDoublyLinkedList SplFileInfo SplFileObject SplFixedArray SplHeap SplMaxHeap SplMinHeap SplObjectStorage SplObserver SplObserver SplPriorityQueue SplQueue SplStack SplSubject SplSubject SplTempFileObject TypeError UnderflowException UnexpectedValueException ArrayAccess Closure Generator Iterator IteratorAggregate Serializable Throwable Traversable WeakReference Directory __PHP_Incomplete_Class parent php_user_filter self static stdClass"};return{aliases:["php","php3","php4","php5","php6","php7"],case_insensitive:!0,keywords:i,contains:[e.HASH_COMMENT_MODE,e.COMMENT("//","$",{contains:[t]}),e.COMMENT("/\\*","\\*/",{contains:[{className:"doctag",begin:"@[A-Za-z]+"}]}),e.COMMENT("__halt_compiler.+?;",!1,{endsWithParent:!0,keywords:"__halt_compiler"}),{className:"string",begin:/<<<['"]?\w+['"]?$/,end:/^\w+;?$/,contains:[e.BACKSLASH_ESCAPE,{className:"subst",variants:[{begin:/\$\w+/},{begin:/\{\$/,end:/\}/}]}]},t,{className:"keyword",begin:/\$this\b/},r,{begin:/(::|->)+[a-zA-Z_\x7f-\xff][a-zA-Z0-9_\x7f-\xff]*/},{className:"function",beginKeywords:"fn function",end:/[;{]/,excludeEnd:!0,illegal:"[$%\\[]",contains:[e.UNDERSCORE_TITLE_MODE,{className:"params",begin:"\\(",end:"\\)",excludeBegin:!0,excludeEnd:!0,keywords:i,contains:["self",r,e.C_BLOCK_COMMENT_MODE,a,n]}]},{className:"class",beginKeywords:"class interface",end:"{",excludeEnd:!0,illegal:/[:\(\$"]/,contains:[{beginKeywords:"extends implements"},e.UNDERSCORE_TITLE_MODE]},{beginKeywords:"namespace",end:";",illegal:/[\.']/,contains:[e.UNDERSCORE_TITLE_MODE]},{beginKeywords:"use",end:";",contains:[e.UNDERSCORE_TITLE_MODE]},{begin:"=>"},a,n]}}}()); +hljs.registerLanguage("php-template",function(){"use strict";return function(n){return{name:"PHP template",subLanguage:"xml",contains:[{begin:/<\?(php|=)?/,end:/\?>/,subLanguage:"php",contains:[{begin:"/\\*",end:"\\*/",skip:!0},{begin:'b"',end:'"',skip:!0},{begin:"b'",end:"'",skip:!0},n.inherit(n.APOS_STRING_MODE,{illegal:null,className:null,contains:null,skip:!0}),n.inherit(n.QUOTE_STRING_MODE,{illegal:null,className:null,contains:null,skip:!0})]}]}}}()); +hljs.registerLanguage("plaintext",function(){"use strict";return function(t){return{name:"Plain text",aliases:["text","txt"],disableAutodetect:!0}}}()); +hljs.registerLanguage("properties",function(){"use strict";return function(e){var n="[ \\t\\f]*",t="("+n+"[:=]"+n+"|[ \\t\\f]+)",a="([^\\\\:= \\t\\f\\n]|\\\\.)+",s={end:t,relevance:0,starts:{className:"string",end:/$/,relevance:0,contains:[{begin:"\\\\\\n"}]}};return{name:".properties",case_insensitive:!0,illegal:/\S/,contains:[e.COMMENT("^\\s*[!#]","$"),{begin:"([^\\\\\\W:= \\t\\f\\n]|\\\\.)+"+t,returnBegin:!0,contains:[{className:"attr",begin:"([^\\\\\\W:= \\t\\f\\n]|\\\\.)+",endsParent:!0,relevance:0}],starts:s},{begin:a+t,returnBegin:!0,relevance:0,contains:[{className:"meta",begin:a,endsParent:!0,relevance:0}],starts:s},{className:"attr",relevance:0,begin:a+n+"$"}]}}}()); +hljs.registerLanguage("python",function(){"use strict";return function(e){var n={keyword:"and elif is global as in if from raise for except finally print import pass return exec else break not with class assert yield try while continue del or def lambda async await nonlocal|10",built_in:"Ellipsis NotImplemented",literal:"False None True"},a={className:"meta",begin:/^(>>>|\.\.\.) /},i={className:"subst",begin:/\{/,end:/\}/,keywords:n,illegal:/#/},s={begin:/\{\{/,relevance:0},r={className:"string",contains:[e.BACKSLASH_ESCAPE],variants:[{begin:/(u|b)?r?'''/,end:/'''/,contains:[e.BACKSLASH_ESCAPE,a],relevance:10},{begin:/(u|b)?r?"""/,end:/"""/,contains:[e.BACKSLASH_ESCAPE,a],relevance:10},{begin:/(fr|rf|f)'''/,end:/'''/,contains:[e.BACKSLASH_ESCAPE,a,s,i]},{begin:/(fr|rf|f)"""/,end:/"""/,contains:[e.BACKSLASH_ESCAPE,a,s,i]},{begin:/(u|r|ur)'/,end:/'/,relevance:10},{begin:/(u|r|ur)"/,end:/"/,relevance:10},{begin:/(b|br)'/,end:/'/},{begin:/(b|br)"/,end:/"/},{begin:/(fr|rf|f)'/,end:/'/,contains:[e.BACKSLASH_ESCAPE,s,i]},{begin:/(fr|rf|f)"/,end:/"/,contains:[e.BACKSLASH_ESCAPE,s,i]},e.APOS_STRING_MODE,e.QUOTE_STRING_MODE]},l={className:"number",relevance:0,variants:[{begin:e.BINARY_NUMBER_RE+"[lLjJ]?"},{begin:"\\b(0o[0-7]+)[lLjJ]?"},{begin:e.C_NUMBER_RE+"[lLjJ]?"}]},t={className:"params",variants:[{begin:/\(\s*\)/,skip:!0,className:null},{begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,contains:["self",a,l,r,e.HASH_COMMENT_MODE]}]};return i.contains=[r,l,a],{name:"Python",aliases:["py","gyp","ipython"],keywords:n,illegal:/(<\/|->|\?)|=>/,contains:[a,l,{beginKeywords:"if",relevance:0},r,e.HASH_COMMENT_MODE,{variants:[{className:"function",beginKeywords:"def"},{className:"class",beginKeywords:"class"}],end:/:/,illegal:/[${=;\n,]/,contains:[e.UNDERSCORE_TITLE_MODE,t,{begin:/->/,endsWithParent:!0,keywords:"None"}]},{className:"meta",begin:/^[\t ]*@/,end:/$/},{begin:/\b(print|exec)\(/}]}}}()); +hljs.registerLanguage("python-repl",function(){"use strict";return function(n){return{aliases:["pycon"],contains:[{className:"meta",starts:{end:/ |$/,starts:{end:"$",subLanguage:"python"}},variants:[{begin:/^>>>(?=[ ]|$)/},{begin:/^\.\.\.(?=[ ]|$)/}]}]}}}()); +hljs.registerLanguage("ruby",function(){"use strict";return function(e){var n="[a-zA-Z_]\\w*[!?=]?|[-+~]\\@|<<|>>|=~|===?|<=>|[<>]=?|\\*\\*|[-/+%^&*~`|]|\\[\\]=?",a={keyword:"and then defined module in return redo if BEGIN retry end for self when next until do begin unless END rescue else break undef not super class case require yield alias while ensure elsif or include attr_reader attr_writer attr_accessor",literal:"true false nil"},s={className:"doctag",begin:"@[A-Za-z]+"},i={begin:"#<",end:">"},r=[e.COMMENT("#","$",{contains:[s]}),e.COMMENT("^\\=begin","^\\=end",{contains:[s],relevance:10}),e.COMMENT("^__END__","\\n$")],c={className:"subst",begin:"#\\{",end:"}",keywords:a},t={className:"string",contains:[e.BACKSLASH_ESCAPE,c],variants:[{begin:/'/,end:/'/},{begin:/"/,end:/"/},{begin:/`/,end:/`/},{begin:"%[qQwWx]?\\(",end:"\\)"},{begin:"%[qQwWx]?\\[",end:"\\]"},{begin:"%[qQwWx]?{",end:"}"},{begin:"%[qQwWx]?<",end:">"},{begin:"%[qQwWx]?/",end:"/"},{begin:"%[qQwWx]?%",end:"%"},{begin:"%[qQwWx]?-",end:"-"},{begin:"%[qQwWx]?\\|",end:"\\|"},{begin:/\B\?(\\\d{1,3}|\\x[A-Fa-f0-9]{1,2}|\\u[A-Fa-f0-9]{4}|\\?\S)\b/},{begin:/<<[-~]?'?(\w+)(?:.|\n)*?\n\s*\1\b/,returnBegin:!0,contains:[{begin:/<<[-~]?'?/},e.END_SAME_AS_BEGIN({begin:/(\w+)/,end:/(\w+)/,contains:[e.BACKSLASH_ESCAPE,c]})]}]},b={className:"params",begin:"\\(",end:"\\)",endsParent:!0,keywords:a},d=[t,i,{className:"class",beginKeywords:"class module",end:"$|;",illegal:/=/,contains:[e.inherit(e.TITLE_MODE,{begin:"[A-Za-z_]\\w*(::\\w+)*(\\?|\\!)?"}),{begin:"<\\s*",contains:[{begin:"("+e.IDENT_RE+"::)?"+e.IDENT_RE}]}].concat(r)},{className:"function",beginKeywords:"def",end:"$|;",contains:[e.inherit(e.TITLE_MODE,{begin:n}),b].concat(r)},{begin:e.IDENT_RE+"::"},{className:"symbol",begin:e.UNDERSCORE_IDENT_RE+"(\\!|\\?)?:",relevance:0},{className:"symbol",begin:":(?!\\s)",contains:[t,{begin:n}],relevance:0},{className:"number",begin:"(\\b0[0-7_]+)|(\\b0x[0-9a-fA-F_]+)|(\\b[1-9][0-9_]*(\\.[0-9_]+)?)|[0_]\\b",relevance:0},{begin:"(\\$\\W)|((\\$|\\@\\@?)(\\w+))"},{className:"params",begin:/\|/,end:/\|/,keywords:a},{begin:"("+e.RE_STARTERS_RE+"|unless)\\s*",keywords:"unless",contains:[i,{className:"regexp",contains:[e.BACKSLASH_ESCAPE,c],illegal:/\n/,variants:[{begin:"/",end:"/[a-z]*"},{begin:"%r{",end:"}[a-z]*"},{begin:"%r\\(",end:"\\)[a-z]*"},{begin:"%r!",end:"![a-z]*"},{begin:"%r\\[",end:"\\][a-z]*"}]}].concat(r),relevance:0}].concat(r);c.contains=d,b.contains=d;var g=[{begin:/^\s*=>/,starts:{end:"$",contains:d}},{className:"meta",begin:"^([>?]>|[\\w#]+\\(\\w+\\):\\d+:\\d+>|(\\w+-)?\\d+\\.\\d+\\.\\d(p\\d+)?[^>]+>)",starts:{end:"$",contains:d}}];return{name:"Ruby",aliases:["rb","gemspec","podspec","thor","irb"],keywords:a,illegal:/\/\*/,contains:r.concat(g).concat(d)}}}()); +hljs.registerLanguage("rust",function(){"use strict";return function(e){var n="([ui](8|16|32|64|128|size)|f(32|64))?",t="drop i8 i16 i32 i64 i128 isize u8 u16 u32 u64 u128 usize f32 f64 str char bool Box Option Result String Vec Copy Send Sized Sync Drop Fn FnMut FnOnce ToOwned Clone Debug PartialEq PartialOrd Eq Ord AsRef AsMut Into From Default Iterator Extend IntoIterator DoubleEndedIterator ExactSizeIterator SliceConcatExt ToString assert! assert_eq! bitflags! bytes! cfg! col! concat! concat_idents! debug_assert! debug_assert_eq! env! panic! file! format! format_args! include_bin! include_str! line! local_data_key! module_path! option_env! print! println! select! stringify! try! unimplemented! unreachable! vec! write! writeln! macro_rules! assert_ne! debug_assert_ne!";return{name:"Rust",aliases:["rs"],keywords:{$pattern:e.IDENT_RE+"!?",keyword:"abstract as async await become box break const continue crate do dyn else enum extern false final fn for if impl in let loop macro match mod move mut override priv pub ref return self Self static struct super trait true try type typeof unsafe unsized use virtual where while yield",literal:"true false Some None Ok Err",built_in:t},illegal:""}]}}}()); +hljs.registerLanguage("scss",function(){"use strict";return function(e){var t={className:"variable",begin:"(\\$[a-zA-Z-][a-zA-Z0-9_-]*)\\b"},i={className:"number",begin:"#[0-9A-Fa-f]+"};return e.CSS_NUMBER_MODE,e.QUOTE_STRING_MODE,e.APOS_STRING_MODE,e.C_BLOCK_COMMENT_MODE,{name:"SCSS",case_insensitive:!0,illegal:"[=/|']",contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,{className:"selector-id",begin:"\\#[A-Za-z0-9_-]+",relevance:0},{className:"selector-class",begin:"\\.[A-Za-z0-9_-]+",relevance:0},{className:"selector-attr",begin:"\\[",end:"\\]",illegal:"$"},{className:"selector-tag",begin:"\\b(a|abbr|acronym|address|area|article|aside|audio|b|base|big|blockquote|body|br|button|canvas|caption|cite|code|col|colgroup|command|datalist|dd|del|details|dfn|div|dl|dt|em|embed|fieldset|figcaption|figure|footer|form|frame|frameset|(h[1-6])|head|header|hgroup|hr|html|i|iframe|img|input|ins|kbd|keygen|label|legend|li|link|map|mark|meta|meter|nav|noframes|noscript|object|ol|optgroup|option|output|p|param|pre|progress|q|rp|rt|ruby|samp|script|section|select|small|span|strike|strong|style|sub|sup|table|tbody|td|textarea|tfoot|th|thead|time|title|tr|tt|ul|var|video)\\b",relevance:0},{className:"selector-pseudo",begin:":(visited|valid|root|right|required|read-write|read-only|out-range|optional|only-of-type|only-child|nth-of-type|nth-last-of-type|nth-last-child|nth-child|not|link|left|last-of-type|last-child|lang|invalid|indeterminate|in-range|hover|focus|first-of-type|first-line|first-letter|first-child|first|enabled|empty|disabled|default|checked|before|after|active)"},{className:"selector-pseudo",begin:"::(after|before|choices|first-letter|first-line|repeat-index|repeat-item|selection|value)"},t,{className:"attribute",begin:"\\b(src|z-index|word-wrap|word-spacing|word-break|width|widows|white-space|visibility|vertical-align|unicode-bidi|transition-timing-function|transition-property|transition-duration|transition-delay|transition|transform-style|transform-origin|transform|top|text-underline-position|text-transform|text-shadow|text-rendering|text-overflow|text-indent|text-decoration-style|text-decoration-line|text-decoration-color|text-decoration|text-align-last|text-align|tab-size|table-layout|right|resize|quotes|position|pointer-events|perspective-origin|perspective|page-break-inside|page-break-before|page-break-after|padding-top|padding-right|padding-left|padding-bottom|padding|overflow-y|overflow-x|overflow-wrap|overflow|outline-width|outline-style|outline-offset|outline-color|outline|orphans|order|opacity|object-position|object-fit|normal|none|nav-up|nav-right|nav-left|nav-index|nav-down|min-width|min-height|max-width|max-height|mask|marks|margin-top|margin-right|margin-left|margin-bottom|margin|list-style-type|list-style-position|list-style-image|list-style|line-height|letter-spacing|left|justify-content|initial|inherit|ime-mode|image-orientation|image-resolution|image-rendering|icon|hyphens|height|font-weight|font-variant-ligatures|font-variant|font-style|font-stretch|font-size-adjust|font-size|font-language-override|font-kerning|font-feature-settings|font-family|font|float|flex-wrap|flex-shrink|flex-grow|flex-flow|flex-direction|flex-basis|flex|filter|empty-cells|display|direction|cursor|counter-reset|counter-increment|content|column-width|column-span|column-rule-width|column-rule-style|column-rule-color|column-rule|column-gap|column-fill|column-count|columns|color|clip-path|clip|clear|caption-side|break-inside|break-before|break-after|box-sizing|box-shadow|box-decoration-break|bottom|border-width|border-top-width|border-top-style|border-top-right-radius|border-top-left-radius|border-top-color|border-top|border-style|border-spacing|border-right-width|border-right-style|border-right-color|border-right|border-radius|border-left-width|border-left-style|border-left-color|border-left|border-image-width|border-image-source|border-image-slice|border-image-repeat|border-image-outset|border-image|border-color|border-collapse|border-bottom-width|border-bottom-style|border-bottom-right-radius|border-bottom-left-radius|border-bottom-color|border-bottom|border|background-size|background-repeat|background-position|background-origin|background-image|background-color|background-clip|background-attachment|background-blend-mode|background|backface-visibility|auto|animation-timing-function|animation-play-state|animation-name|animation-iteration-count|animation-fill-mode|animation-duration|animation-direction|animation-delay|animation|align-self|align-items|align-content)\\b",illegal:"[^\\s]"},{begin:"\\b(whitespace|wait|w-resize|visible|vertical-text|vertical-ideographic|uppercase|upper-roman|upper-alpha|underline|transparent|top|thin|thick|text|text-top|text-bottom|tb-rl|table-header-group|table-footer-group|sw-resize|super|strict|static|square|solid|small-caps|separate|se-resize|scroll|s-resize|rtl|row-resize|ridge|right|repeat|repeat-y|repeat-x|relative|progress|pointer|overline|outside|outset|oblique|nowrap|not-allowed|normal|none|nw-resize|no-repeat|no-drop|newspaper|ne-resize|n-resize|move|middle|medium|ltr|lr-tb|lowercase|lower-roman|lower-alpha|loose|list-item|line|line-through|line-edge|lighter|left|keep-all|justify|italic|inter-word|inter-ideograph|inside|inset|inline|inline-block|inherit|inactive|ideograph-space|ideograph-parenthesis|ideograph-numeric|ideograph-alpha|horizontal|hidden|help|hand|groove|fixed|ellipsis|e-resize|double|dotted|distribute|distribute-space|distribute-letter|distribute-all-lines|disc|disabled|default|decimal|dashed|crosshair|collapse|col-resize|circle|char|center|capitalize|break-word|break-all|bottom|both|bolder|bold|block|bidi-override|below|baseline|auto|always|all-scroll|absolute|table|table-cell)\\b"},{begin:":",end:";",contains:[t,i,e.CSS_NUMBER_MODE,e.QUOTE_STRING_MODE,e.APOS_STRING_MODE,{className:"meta",begin:"!important"}]},{begin:"@(page|font-face)",lexemes:"@[a-z-]+",keywords:"@page @font-face"},{begin:"@",end:"[{;]",returnBegin:!0,keywords:"and or not only",contains:[{begin:"@[a-z-]+",className:"keyword"},t,e.QUOTE_STRING_MODE,e.APOS_STRING_MODE,i,e.CSS_NUMBER_MODE]}]}}}()); +hljs.registerLanguage("shell",function(){"use strict";return function(s){return{name:"Shell Session",aliases:["console"],contains:[{className:"meta",begin:"^\\s{0,3}[/\\w\\d\\[\\]()@-]*[>%$#]",starts:{end:"$",subLanguage:"bash"}}]}}}()); +hljs.registerLanguage("sql",function(){"use strict";return function(e){var t=e.COMMENT("--","$");return{name:"SQL",case_insensitive:!0,illegal:/[<>{}*]/,contains:[{beginKeywords:"begin end start commit rollback savepoint lock alter create drop rename call delete do handler insert load replace select truncate update set show pragma grant merge describe use explain help declare prepare execute deallocate release unlock purge reset change stop analyze cache flush optimize repair kill install uninstall checksum restore check backup revoke comment values with",end:/;/,endsWithParent:!0,keywords:{$pattern:/[\w\.]+/,keyword:"as abort abs absolute acc acce accep accept access accessed accessible account acos action activate add addtime admin administer advanced advise aes_decrypt aes_encrypt after agent aggregate ali alia alias all allocate allow alter always analyze ancillary and anti any anydata anydataset anyschema anytype apply archive archived archivelog are as asc ascii asin assembly assertion associate asynchronous at atan atn2 attr attri attrib attribu attribut attribute attributes audit authenticated authentication authid authors auto autoallocate autodblink autoextend automatic availability avg backup badfile basicfile before begin beginning benchmark between bfile bfile_base big bigfile bin binary_double binary_float binlog bit_and bit_count bit_length bit_or bit_xor bitmap blob_base block blocksize body both bound bucket buffer_cache buffer_pool build bulk by byte byteordermark bytes cache caching call calling cancel capacity cascade cascaded case cast catalog category ceil ceiling chain change changed char_base char_length character_length characters characterset charindex charset charsetform charsetid check checksum checksum_agg child choose chr chunk class cleanup clear client clob clob_base clone close cluster_id cluster_probability cluster_set clustering coalesce coercibility col collate collation collect colu colum column column_value columns columns_updated comment commit compact compatibility compiled complete composite_limit compound compress compute concat concat_ws concurrent confirm conn connec connect connect_by_iscycle connect_by_isleaf connect_by_root connect_time connection consider consistent constant constraint constraints constructor container content contents context contributors controlfile conv convert convert_tz corr corr_k corr_s corresponding corruption cos cost count count_big counted covar_pop covar_samp cpu_per_call cpu_per_session crc32 create creation critical cross cube cume_dist curdate current current_date current_time current_timestamp current_user cursor curtime customdatum cycle data database databases datafile datafiles datalength date_add date_cache date_format date_sub dateadd datediff datefromparts datename datepart datetime2fromparts day day_to_second dayname dayofmonth dayofweek dayofyear days db_role_change dbtimezone ddl deallocate declare decode decompose decrement decrypt deduplicate def defa defau defaul default defaults deferred defi defin define degrees delayed delegate delete delete_all delimited demand dense_rank depth dequeue des_decrypt des_encrypt des_key_file desc descr descri describ describe descriptor deterministic diagnostics difference dimension direct_load directory disable disable_all disallow disassociate discardfile disconnect diskgroup distinct distinctrow distribute distributed div do document domain dotnet double downgrade drop dumpfile duplicate duration each edition editionable editions element ellipsis else elsif elt empty enable enable_all enclosed encode encoding encrypt end end-exec endian enforced engine engines enqueue enterprise entityescaping eomonth error errors escaped evalname evaluate event eventdata events except exception exceptions exchange exclude excluding execu execut execute exempt exists exit exp expire explain explode export export_set extended extent external external_1 external_2 externally extract failed failed_login_attempts failover failure far fast feature_set feature_value fetch field fields file file_name_convert filesystem_like_logging final finish first first_value fixed flash_cache flashback floor flush following follows for forall force foreign form forma format found found_rows freelist freelists freepools fresh from from_base64 from_days ftp full function general generated get get_format get_lock getdate getutcdate global global_name globally go goto grant grants greatest group group_concat group_id grouping grouping_id groups gtid_subtract guarantee guard handler hash hashkeys having hea head headi headin heading heap help hex hierarchy high high_priority hosts hour hours http id ident_current ident_incr ident_seed identified identity idle_time if ifnull ignore iif ilike ilm immediate import in include including increment index indexes indexing indextype indicator indices inet6_aton inet6_ntoa inet_aton inet_ntoa infile initial initialized initially initrans inmemory inner innodb input insert install instance instantiable instr interface interleaved intersect into invalidate invisible is is_free_lock is_ipv4 is_ipv4_compat is_not is_not_null is_used_lock isdate isnull isolation iterate java join json json_exists keep keep_duplicates key keys kill language large last last_day last_insert_id last_value lateral lax lcase lead leading least leaves left len lenght length less level levels library like like2 like4 likec limit lines link list listagg little ln load load_file lob lobs local localtime localtimestamp locate locator lock locked log log10 log2 logfile logfiles logging logical logical_reads_per_call logoff logon logs long loop low low_priority lower lpad lrtrim ltrim main make_set makedate maketime managed management manual map mapping mask master master_pos_wait match matched materialized max maxextents maximize maxinstances maxlen maxlogfiles maxloghistory maxlogmembers maxsize maxtrans md5 measures median medium member memcompress memory merge microsecond mid migration min minextents minimum mining minus minute minutes minvalue missing mod mode model modification modify module monitoring month months mount move movement multiset mutex name name_const names nan national native natural nav nchar nclob nested never new newline next nextval no no_write_to_binlog noarchivelog noaudit nobadfile nocheck nocompress nocopy nocycle nodelay nodiscardfile noentityescaping noguarantee nokeep nologfile nomapping nomaxvalue nominimize nominvalue nomonitoring none noneditionable nonschema noorder nopr nopro noprom nopromp noprompt norely noresetlogs noreverse normal norowdependencies noschemacheck noswitch not nothing notice notnull notrim novalidate now nowait nth_value nullif nulls num numb numbe nvarchar nvarchar2 object ocicoll ocidate ocidatetime ociduration ociinterval ociloblocator ocinumber ociref ocirefcursor ocirowid ocistring ocitype oct octet_length of off offline offset oid oidindex old on online only opaque open operations operator optimal optimize option optionally or oracle oracle_date oradata ord ordaudio orddicom orddoc order ordimage ordinality ordvideo organization orlany orlvary out outer outfile outline output over overflow overriding package pad parallel parallel_enable parameters parent parse partial partition partitions pascal passing password password_grace_time password_lock_time password_reuse_max password_reuse_time password_verify_function patch path patindex pctincrease pctthreshold pctused pctversion percent percent_rank percentile_cont percentile_disc performance period period_add period_diff permanent physical pi pipe pipelined pivot pluggable plugin policy position post_transaction pow power pragma prebuilt precedes preceding precision prediction prediction_cost prediction_details prediction_probability prediction_set prepare present preserve prior priority private private_sga privileges procedural procedure procedure_analyze processlist profiles project prompt protection public publishingservername purge quarter query quick quiesce quota quotename radians raise rand range rank raw read reads readsize rebuild record records recover recovery recursive recycle redo reduced ref reference referenced references referencing refresh regexp_like register regr_avgx regr_avgy regr_count regr_intercept regr_r2 regr_slope regr_sxx regr_sxy reject rekey relational relative relaylog release release_lock relies_on relocate rely rem remainder rename repair repeat replace replicate replication required reset resetlogs resize resource respect restore restricted result result_cache resumable resume retention return returning returns reuse reverse revoke right rlike role roles rollback rolling rollup round row row_count rowdependencies rowid rownum rows rtrim rules safe salt sample save savepoint sb1 sb2 sb4 scan schema schemacheck scn scope scroll sdo_georaster sdo_topo_geometry search sec_to_time second seconds section securefile security seed segment select self semi sequence sequential serializable server servererror session session_user sessions_per_user set sets settings sha sha1 sha2 share shared shared_pool short show shrink shutdown si_averagecolor si_colorhistogram si_featurelist si_positionalcolor si_stillimage si_texture siblings sid sign sin size size_t sizes skip slave sleep smalldatetimefromparts smallfile snapshot some soname sort soundex source space sparse spfile split sql sql_big_result sql_buffer_result sql_cache sql_calc_found_rows sql_small_result sql_variant_property sqlcode sqldata sqlerror sqlname sqlstate sqrt square standalone standby start starting startup statement static statistics stats_binomial_test stats_crosstab stats_ks_test stats_mode stats_mw_test stats_one_way_anova stats_t_test_ stats_t_test_indep stats_t_test_one stats_t_test_paired stats_wsr_test status std stddev stddev_pop stddev_samp stdev stop storage store stored str str_to_date straight_join strcmp strict string struct stuff style subdate subpartition subpartitions substitutable substr substring subtime subtring_index subtype success sum suspend switch switchoffset switchover sync synchronous synonym sys sys_xmlagg sysasm sysaux sysdate sysdatetimeoffset sysdba sysoper system system_user sysutcdatetime table tables tablespace tablesample tan tdo template temporary terminated tertiary_weights test than then thread through tier ties time time_format time_zone timediff timefromparts timeout timestamp timestampadd timestampdiff timezone_abbr timezone_minute timezone_region to to_base64 to_date to_days to_seconds todatetimeoffset trace tracking transaction transactional translate translation treat trigger trigger_nestlevel triggers trim truncate try_cast try_convert try_parse type ub1 ub2 ub4 ucase unarchived unbounded uncompress under undo unhex unicode uniform uninstall union unique unix_timestamp unknown unlimited unlock unnest unpivot unrecoverable unsafe unsigned until untrusted unusable unused update updated upgrade upped upper upsert url urowid usable usage use use_stored_outlines user user_data user_resources users using utc_date utc_timestamp uuid uuid_short validate validate_password_strength validation valist value values var var_samp varcharc vari varia variab variabl variable variables variance varp varraw varrawc varray verify version versions view virtual visible void wait wallet warning warnings week weekday weekofyear wellformed when whene whenev wheneve whenever where while whitespace window with within without work wrapped xdb xml xmlagg xmlattributes xmlcast xmlcolattval xmlelement xmlexists xmlforest xmlindex xmlnamespaces xmlpi xmlquery xmlroot xmlschema xmlserialize xmltable xmltype xor year year_to_month years yearweek",literal:"true false null unknown",built_in:"array bigint binary bit blob bool boolean char character date dec decimal float int int8 integer interval number numeric real record serial serial8 smallint text time timestamp tinyint varchar varchar2 varying void"},contains:[{className:"string",begin:"'",end:"'",contains:[{begin:"''"}]},{className:"string",begin:'"',end:'"',contains:[{begin:'""'}]},{className:"string",begin:"`",end:"`"},e.C_NUMBER_MODE,e.C_BLOCK_COMMENT_MODE,t,e.HASH_COMMENT_MODE]},e.C_BLOCK_COMMENT_MODE,t,e.HASH_COMMENT_MODE]}}}()); +hljs.registerLanguage("swift",function(){"use strict";return function(e){var i={keyword:"#available #colorLiteral #column #else #elseif #endif #file #fileLiteral #function #if #imageLiteral #line #selector #sourceLocation _ __COLUMN__ __FILE__ __FUNCTION__ __LINE__ Any as as! as? associatedtype associativity break case catch class continue convenience default defer deinit didSet do dynamic dynamicType else enum extension fallthrough false fileprivate final for func get guard if import in indirect infix init inout internal is lazy left let mutating nil none nonmutating open operator optional override postfix precedence prefix private protocol Protocol public repeat required rethrows return right self Self set static struct subscript super switch throw throws true try try! try? Type typealias unowned var weak where while willSet",literal:"true false nil",built_in:"abs advance alignof alignofValue anyGenerator assert assertionFailure bridgeFromObjectiveC bridgeFromObjectiveCUnconditional bridgeToObjectiveC bridgeToObjectiveCUnconditional c compactMap contains count countElements countLeadingZeros debugPrint debugPrintln distance dropFirst dropLast dump encodeBitsAsWords enumerate equal fatalError filter find getBridgedObjectiveCType getVaList indices insertionSort isBridgedToObjectiveC isBridgedVerbatimToObjectiveC isUniquelyReferenced isUniquelyReferencedNonObjC join lazy lexicographicalCompare map max maxElement min minElement numericCast overlaps partition posix precondition preconditionFailure print println quickSort readLine reduce reflect reinterpretCast reverse roundUpToAlignment sizeof sizeofValue sort split startsWith stride strideof strideofValue swap toString transcode underestimateCount unsafeAddressOf unsafeBitCast unsafeDowncast unsafeUnwrap unsafeReflect withExtendedLifetime withObjectAtPlusZero withUnsafePointer withUnsafePointerToObject withUnsafeMutablePointer withUnsafeMutablePointers withUnsafePointer withUnsafePointers withVaList zip"},n=e.COMMENT("/\\*","\\*/",{contains:["self"]}),t={className:"subst",begin:/\\\(/,end:"\\)",keywords:i,contains:[]},a={className:"string",contains:[e.BACKSLASH_ESCAPE,t],variants:[{begin:/"""/,end:/"""/},{begin:/"/,end:/"/}]},r={className:"number",begin:"\\b([\\d_]+(\\.[\\deE_]+)?|0x[a-fA-F0-9_]+(\\.[a-fA-F0-9p_]+)?|0b[01_]+|0o[0-7_]+)\\b",relevance:0};return t.contains=[r],{name:"Swift",keywords:i,contains:[a,e.C_LINE_COMMENT_MODE,n,{className:"type",begin:"\\b[A-Z][\\wÀ-ʸ']*[!?]"},{className:"type",begin:"\\b[A-Z][\\wÀ-ʸ']*",relevance:0},r,{className:"function",beginKeywords:"func",end:"{",excludeEnd:!0,contains:[e.inherit(e.TITLE_MODE,{begin:/[A-Za-z$_][0-9A-Za-z$_]*/}),{begin://},{className:"params",begin:/\(/,end:/\)/,endsParent:!0,keywords:i,contains:["self",r,a,e.C_BLOCK_COMMENT_MODE,{begin:":"}],illegal:/["']/}],illegal:/\[|%/},{className:"class",beginKeywords:"struct protocol class extension enum",keywords:i,end:"\\{",excludeEnd:!0,contains:[e.inherit(e.TITLE_MODE,{begin:/[A-Za-z$_][\u00C0-\u02B80-9A-Za-z$_]*/})]},{className:"meta",begin:"(@discardableResult|@warn_unused_result|@exported|@lazy|@noescape|@NSCopying|@NSManaged|@objc|@objcMembers|@convention|@required|@noreturn|@IBAction|@IBDesignable|@IBInspectable|@IBOutlet|@infix|@prefix|@postfix|@autoclosure|@testable|@available|@nonobjc|@NSApplicationMain|@UIApplicationMain|@dynamicMemberLookup|@propertyWrapper)\\b"},{beginKeywords:"import",end:/$/,contains:[e.C_LINE_COMMENT_MODE,n]}]}}}()); +hljs.registerLanguage("typescript",function(){"use strict";const e=["as","in","of","if","for","while","finally","var","new","function","do","return","void","else","break","catch","instanceof","with","throw","case","default","try","switch","continue","typeof","delete","let","yield","const","class","debugger","async","await","static","import","from","export","extends"],n=["true","false","null","undefined","NaN","Infinity"],a=[].concat(["setInterval","setTimeout","clearInterval","clearTimeout","require","exports","eval","isFinite","isNaN","parseFloat","parseInt","decodeURI","decodeURIComponent","encodeURI","encodeURIComponent","escape","unescape"],["arguments","this","super","console","window","document","localStorage","module","global"],["Intl","DataView","Number","Math","Date","String","RegExp","Object","Function","Boolean","Error","Symbol","Set","Map","WeakSet","WeakMap","Proxy","Reflect","JSON","Promise","Float64Array","Int16Array","Int32Array","Int8Array","Uint16Array","Uint32Array","Float32Array","Array","Uint8Array","Uint8ClampedArray","ArrayBuffer"],["EvalError","InternalError","RangeError","ReferenceError","SyntaxError","TypeError","URIError"]);return function(r){var t={$pattern:"[A-Za-z$_][0-9A-Za-z$_]*",keyword:e.concat(["type","namespace","typedef","interface","public","private","protected","implements","declare","abstract","readonly"]).join(" "),literal:n.join(" "),built_in:a.concat(["any","void","number","boolean","string","object","never","enum"]).join(" ")},s={className:"meta",begin:"@[A-Za-z$_][0-9A-Za-z$_]*"},i={className:"number",variants:[{begin:"\\b(0[bB][01]+)n?"},{begin:"\\b(0[oO][0-7]+)n?"},{begin:r.C_NUMBER_RE+"n?"}],relevance:0},o={className:"subst",begin:"\\$\\{",end:"\\}",keywords:t,contains:[]},c={begin:"html`",end:"",starts:{end:"`",returnEnd:!1,contains:[r.BACKSLASH_ESCAPE,o],subLanguage:"xml"}},l={begin:"css`",end:"",starts:{end:"`",returnEnd:!1,contains:[r.BACKSLASH_ESCAPE,o],subLanguage:"css"}},E={className:"string",begin:"`",end:"`",contains:[r.BACKSLASH_ESCAPE,o]};o.contains=[r.APOS_STRING_MODE,r.QUOTE_STRING_MODE,c,l,E,i,r.REGEXP_MODE];var d={begin:"\\(",end:/\)/,keywords:t,contains:["self",r.QUOTE_STRING_MODE,r.APOS_STRING_MODE,r.NUMBER_MODE]},u={className:"params",begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:t,contains:[r.C_LINE_COMMENT_MODE,r.C_BLOCK_COMMENT_MODE,s,d]};return{name:"TypeScript",aliases:["ts"],keywords:t,contains:[r.SHEBANG(),{className:"meta",begin:/^\s*['"]use strict['"]/},r.APOS_STRING_MODE,r.QUOTE_STRING_MODE,c,l,E,r.C_LINE_COMMENT_MODE,r.C_BLOCK_COMMENT_MODE,i,{begin:"("+r.RE_STARTERS_RE+"|\\b(case|return|throw)\\b)\\s*",keywords:"return throw case",contains:[r.C_LINE_COMMENT_MODE,r.C_BLOCK_COMMENT_MODE,r.REGEXP_MODE,{className:"function",begin:"(\\([^(]*(\\([^(]*(\\([^(]*\\))?\\))?\\)|"+r.UNDERSCORE_IDENT_RE+")\\s*=>",returnBegin:!0,end:"\\s*=>",contains:[{className:"params",variants:[{begin:r.UNDERSCORE_IDENT_RE},{className:null,begin:/\(\s*\)/,skip:!0},{begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:t,contains:d.contains}]}]}],relevance:0},{className:"function",beginKeywords:"function",end:/[\{;]/,excludeEnd:!0,keywords:t,contains:["self",r.inherit(r.TITLE_MODE,{begin:"[A-Za-z$_][0-9A-Za-z$_]*"}),u],illegal:/%/,relevance:0},{beginKeywords:"constructor",end:/[\{;]/,excludeEnd:!0,contains:["self",u]},{begin:/module\./,keywords:{built_in:"module"},relevance:0},{beginKeywords:"module",end:/\{/,excludeEnd:!0},{beginKeywords:"interface",end:/\{/,excludeEnd:!0,keywords:"interface extends"},{begin:/\$[(.]/},{begin:"\\."+r.IDENT_RE,relevance:0},s,d]}}}()); +hljs.registerLanguage("yaml",function(){"use strict";return function(e){var n="true false yes no null",a="[\\w#;/?:@&=+$,.~*\\'()[\\]]+",s={className:"string",relevance:0,variants:[{begin:/'/,end:/'/},{begin:/"/,end:/"/},{begin:/\S+/}],contains:[e.BACKSLASH_ESCAPE,{className:"template-variable",variants:[{begin:"{{",end:"}}"},{begin:"%{",end:"}"}]}]},i=e.inherit(s,{variants:[{begin:/'/,end:/'/},{begin:/"/,end:/"/},{begin:/[^\s,{}[\]]+/}]}),l={end:",",endsWithParent:!0,excludeEnd:!0,contains:[],keywords:n,relevance:0},t={begin:"{",end:"}",contains:[l],illegal:"\\n",relevance:0},g={begin:"\\[",end:"\\]",contains:[l],illegal:"\\n",relevance:0},b=[{className:"attr",variants:[{begin:"\\w[\\w :\\/.-]*:(?=[ \t]|$)"},{begin:'"\\w[\\w :\\/.-]*":(?=[ \t]|$)'},{begin:"'\\w[\\w :\\/.-]*':(?=[ \t]|$)"}]},{className:"meta",begin:"^---s*$",relevance:10},{className:"string",begin:"[\\|>]([0-9]?[+-])?[ ]*\\n( *)[\\S ]+\\n(\\2[\\S ]+\\n?)*"},{begin:"<%[%=-]?",end:"[%-]?%>",subLanguage:"ruby",excludeBegin:!0,excludeEnd:!0,relevance:0},{className:"type",begin:"!\\w+!"+a},{className:"type",begin:"!<"+a+">"},{className:"type",begin:"!"+a},{className:"type",begin:"!!"+a},{className:"meta",begin:"&"+e.UNDERSCORE_IDENT_RE+"$"},{className:"meta",begin:"\\*"+e.UNDERSCORE_IDENT_RE+"$"},{className:"bullet",begin:"\\-(?=[ ]|$)",relevance:0},e.HASH_COMMENT_MODE,{beginKeywords:n,keywords:{literal:n}},{className:"number",begin:"\\b[0-9]{4}(-[0-9][0-9]){0,2}([Tt \\t][0-9][0-9]?(:[0-9][0-9]){2})?(\\.[0-9]*)?([ \\t])*(Z|[-+][0-9][0-9]?(:[0-9][0-9])?)?\\b"},{className:"number",begin:e.C_NUMBER_RE+"\\b"},t,g,s],c=[...b];return c.pop(),c.push(i),l.contains=c,{name:"YAML",case_insensitive:!0,aliases:["yml","YAML"],contains:b}}}()); +hljs.registerLanguage("armasm",function(){"use strict";return function(s){const e={variants:[s.COMMENT("^[ \\t]*(?=#)","$",{relevance:0,excludeBegin:!0}),s.COMMENT("[;@]","$",{relevance:0}),s.C_LINE_COMMENT_MODE,s.C_BLOCK_COMMENT_MODE]};return{name:"ARM Assembly",case_insensitive:!0,aliases:["arm"],keywords:{$pattern:"\\.?"+s.IDENT_RE,meta:".2byte .4byte .align .ascii .asciz .balign .byte .code .data .else .end .endif .endm .endr .equ .err .exitm .extern .global .hword .if .ifdef .ifndef .include .irp .long .macro .rept .req .section .set .skip .space .text .word .arm .thumb .code16 .code32 .force_thumb .thumb_func .ltorg ALIAS ALIGN ARM AREA ASSERT ATTR CN CODE CODE16 CODE32 COMMON CP DATA DCB DCD DCDU DCDO DCFD DCFDU DCI DCQ DCQU DCW DCWU DN ELIF ELSE END ENDFUNC ENDIF ENDP ENTRY EQU EXPORT EXPORTAS EXTERN FIELD FILL FUNCTION GBLA GBLL GBLS GET GLOBAL IF IMPORT INCBIN INCLUDE INFO KEEP LCLA LCLL LCLS LTORG MACRO MAP MEND MEXIT NOFP OPT PRESERVE8 PROC QN READONLY RELOC REQUIRE REQUIRE8 RLIST FN ROUT SETA SETL SETS SN SPACE SUBT THUMB THUMBX TTL WHILE WEND ",built_in:"r0 r1 r2 r3 r4 r5 r6 r7 r8 r9 r10 r11 r12 r13 r14 r15 pc lr sp ip sl sb fp a1 a2 a3 a4 v1 v2 v3 v4 v5 v6 v7 v8 f0 f1 f2 f3 f4 f5 f6 f7 p0 p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 p12 p13 p14 p15 c0 c1 c2 c3 c4 c5 c6 c7 c8 c9 c10 c11 c12 c13 c14 c15 q0 q1 q2 q3 q4 q5 q6 q7 q8 q9 q10 q11 q12 q13 q14 q15 cpsr_c cpsr_x cpsr_s cpsr_f cpsr_cx cpsr_cxs cpsr_xs cpsr_xsf cpsr_sf cpsr_cxsf spsr_c spsr_x spsr_s spsr_f spsr_cx spsr_cxs spsr_xs spsr_xsf spsr_sf spsr_cxsf s0 s1 s2 s3 s4 s5 s6 s7 s8 s9 s10 s11 s12 s13 s14 s15 s16 s17 s18 s19 s20 s21 s22 s23 s24 s25 s26 s27 s28 s29 s30 s31 d0 d1 d2 d3 d4 d5 d6 d7 d8 d9 d10 d11 d12 d13 d14 d15 d16 d17 d18 d19 d20 d21 d22 d23 d24 d25 d26 d27 d28 d29 d30 d31 {PC} {VAR} {TRUE} {FALSE} {OPT} {CONFIG} {ENDIAN} {CODESIZE} {CPU} {FPU} {ARCHITECTURE} {PCSTOREOFFSET} {ARMASM_VERSION} {INTER} {ROPI} {RWPI} {SWST} {NOSWST} . @"},contains:[{className:"keyword",begin:"\\b(adc|(qd?|sh?|u[qh]?)?add(8|16)?|usada?8|(q|sh?|u[qh]?)?(as|sa)x|and|adrl?|sbc|rs[bc]|asr|b[lx]?|blx|bxj|cbn?z|tb[bh]|bic|bfc|bfi|[su]bfx|bkpt|cdp2?|clz|clrex|cmp|cmn|cpsi[ed]|cps|setend|dbg|dmb|dsb|eor|isb|it[te]{0,3}|lsl|lsr|ror|rrx|ldm(([id][ab])|f[ds])?|ldr((s|ex)?[bhd])?|movt?|mvn|mra|mar|mul|[us]mull|smul[bwt][bt]|smu[as]d|smmul|smmla|mla|umlaal|smlal?([wbt][bt]|d)|mls|smlsl?[ds]|smc|svc|sev|mia([bt]{2}|ph)?|mrr?c2?|mcrr2?|mrs|msr|orr|orn|pkh(tb|bt)|rbit|rev(16|sh)?|sel|[su]sat(16)?|nop|pop|push|rfe([id][ab])?|stm([id][ab])?|str(ex)?[bhd]?|(qd?)?sub|(sh?|q|u[qh]?)?sub(8|16)|[su]xt(a?h|a?b(16)?)|srs([id][ab])?|swpb?|swi|smi|tst|teq|wfe|wfi|yield)(eq|ne|cs|cc|mi|pl|vs|vc|hi|ls|ge|lt|gt|le|al|hs|lo)?[sptrx]?(?=\\s)"},e,s.QUOTE_STRING_MODE,{className:"string",begin:"'",end:"[^\\\\]'",relevance:0},{className:"title",begin:"\\|",end:"\\|",illegal:"\\n",relevance:0},{className:"number",variants:[{begin:"[#$=]?0x[0-9a-f]+"},{begin:"[#$=]?0b[01]+"},{begin:"[#$=]\\d+"},{begin:"\\b\\d+"}],relevance:0},{className:"symbol",variants:[{begin:"^[ \\t]*[a-z_\\.\\$][a-z0-9_\\.\\$]+:"},{begin:"^[a-z_\\.\\$][a-z0-9_\\.\\$]+"},{begin:"[=#]\\w+"}],relevance:0}]}}}()); +hljs.registerLanguage("d",function(){"use strict";return function(e){var a={$pattern:e.UNDERSCORE_IDENT_RE,keyword:"abstract alias align asm assert auto body break byte case cast catch class const continue debug default delete deprecated do else enum export extern final finally for foreach foreach_reverse|10 goto if immutable import in inout int interface invariant is lazy macro mixin module new nothrow out override package pragma private protected public pure ref return scope shared static struct super switch synchronized template this throw try typedef typeid typeof union unittest version void volatile while with __FILE__ __LINE__ __gshared|10 __thread __traits __DATE__ __EOF__ __TIME__ __TIMESTAMP__ __VENDOR__ __VERSION__",built_in:"bool cdouble cent cfloat char creal dchar delegate double dstring float function idouble ifloat ireal long real short string ubyte ucent uint ulong ushort wchar wstring",literal:"false null true"},d="((0|[1-9][\\d_]*)|0[bB][01_]+|0[xX]([\\da-fA-F][\\da-fA-F_]*|_[\\da-fA-F][\\da-fA-F_]*))",n="\\\\(['\"\\?\\\\abfnrtv]|u[\\dA-Fa-f]{4}|[0-7]{1,3}|x[\\dA-Fa-f]{2}|U[\\dA-Fa-f]{8})|&[a-zA-Z\\d]{2,};",t={className:"number",begin:"\\b"+d+"(L|u|U|Lu|LU|uL|UL)?",relevance:0},_={className:"number",begin:"\\b(((0[xX](([\\da-fA-F][\\da-fA-F_]*|_[\\da-fA-F][\\da-fA-F_]*)\\.([\\da-fA-F][\\da-fA-F_]*|_[\\da-fA-F][\\da-fA-F_]*)|\\.?([\\da-fA-F][\\da-fA-F_]*|_[\\da-fA-F][\\da-fA-F_]*))[pP][+-]?(0|[1-9][\\d_]*|\\d[\\d_]*|[\\d_]+?\\d))|((0|[1-9][\\d_]*|\\d[\\d_]*|[\\d_]+?\\d)(\\.\\d*|([eE][+-]?(0|[1-9][\\d_]*|\\d[\\d_]*|[\\d_]+?\\d)))|\\d+\\.(0|[1-9][\\d_]*|\\d[\\d_]*|[\\d_]+?\\d)(0|[1-9][\\d_]*|\\d[\\d_]*|[\\d_]+?\\d)|\\.(0|[1-9][\\d_]*)([eE][+-]?(0|[1-9][\\d_]*|\\d[\\d_]*|[\\d_]+?\\d))?))([fF]|L|i|[fF]i|Li)?|"+d+"(i|[fF]i|Li))",relevance:0},r={className:"string",begin:"'("+n+"|.)",end:"'",illegal:"."},i={className:"string",begin:'"',contains:[{begin:n,relevance:0}],end:'"[cwd]?'},s=e.COMMENT("\\/\\+","\\+\\/",{contains:["self"],relevance:10});return{name:"D",keywords:a,contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,s,{className:"string",begin:'x"[\\da-fA-F\\s\\n\\r]*"[cwd]?',relevance:10},i,{className:"string",begin:'[rq]"',end:'"[cwd]?',relevance:5},{className:"string",begin:"`",end:"`[cwd]?"},{className:"string",begin:'q"\\{',end:'\\}"'},_,t,r,{className:"meta",begin:"^#!",end:"$",relevance:5},{className:"meta",begin:"#(line)",end:"$",relevance:5},{className:"keyword",begin:"@[a-zA-Z_][a-zA-Z_\\d]*"}]}}}()); +hljs.registerLanguage("handlebars",function(){"use strict";function e(...e){return e.map(e=>(function(e){return e?"string"==typeof e?e:e.source:null})(e)).join("")}return function(n){const a={"builtin-name":"action bindattr collection component concat debugger each each-in get hash if in input link-to loc log lookup mut outlet partial query-params render template textarea unbound unless view with yield"},t=/\[.*?\]/,s=/[^\s!"#%&'()*+,.\/;<=>@\[\\\]^`{|}~]+/,i=e("(",/'.*?'/,"|",/".*?"/,"|",t,"|",s,"|",/\.|\//,")+"),r=e("(",t,"|",s,")(?==)"),l={begin:i,lexemes:/[\w.\/]+/},c=n.inherit(l,{keywords:{literal:"true false undefined null"}}),o={begin:/\(/,end:/\)/},m={className:"attr",begin:r,relevance:0,starts:{begin:/=/,end:/=/,starts:{contains:[n.NUMBER_MODE,n.QUOTE_STRING_MODE,n.APOS_STRING_MODE,c,o]}}},d={contains:[n.NUMBER_MODE,n.QUOTE_STRING_MODE,n.APOS_STRING_MODE,{begin:/as\s+\|/,keywords:{keyword:"as"},end:/\|/,contains:[{begin:/\w+/}]},m,c,o],returnEnd:!0},g=n.inherit(l,{className:"name",keywords:a,starts:n.inherit(d,{end:/\)/})});o.contains=[g];const u=n.inherit(l,{keywords:a,className:"name",starts:n.inherit(d,{end:/}}/})}),b=n.inherit(l,{keywords:a,className:"name"}),h=n.inherit(l,{className:"name",keywords:a,starts:n.inherit(d,{end:/}}/})});return{name:"Handlebars",aliases:["hbs","html.hbs","html.handlebars","htmlbars"],case_insensitive:!0,subLanguage:"xml",contains:[{begin:/\\\{\{/,skip:!0},{begin:/\\\\(?=\{\{)/,skip:!0},n.COMMENT(/\{\{!--/,/--\}\}/),n.COMMENT(/\{\{!/,/\}\}/),{className:"template-tag",begin:/\{\{\{\{(?!\/)/,end:/\}\}\}\}/,contains:[u],starts:{end:/\{\{\{\{\//,returnEnd:!0,subLanguage:"xml"}},{className:"template-tag",begin:/\{\{\{\{\//,end:/\}\}\}\}/,contains:[b]},{className:"template-tag",begin:/\{\{#/,end:/\}\}/,contains:[u]},{className:"template-tag",begin:/\{\{(?=else\}\})/,end:/\}\}/,keywords:"else"},{className:"template-tag",begin:/\{\{\//,end:/\}\}/,contains:[b]},{className:"template-variable",begin:/\{\{\{/,end:/\}\}\}/,contains:[h]},{className:"template-variable",begin:/\{\{/,end:/\}\}/,contains:[h]}]}}}()); +hljs.registerLanguage("haskell",function(){"use strict";return function(e){var n={variants:[e.COMMENT("--","$"),e.COMMENT("{-","-}",{contains:["self"]})]},i={className:"meta",begin:"{-#",end:"#-}"},a={className:"meta",begin:"^#",end:"$"},s={className:"type",begin:"\\b[A-Z][\\w']*",relevance:0},l={begin:"\\(",end:"\\)",illegal:'"',contains:[i,a,{className:"type",begin:"\\b[A-Z][\\w]*(\\((\\.\\.|,|\\w+)\\))?"},e.inherit(e.TITLE_MODE,{begin:"[_a-z][\\w']*"}),n]};return{name:"Haskell",aliases:["hs"],keywords:"let in if then else case of where do module import hiding qualified type data newtype deriving class instance as default infix infixl infixr foreign export ccall stdcall cplusplus jvm dotnet safe unsafe family forall mdo proc rec",contains:[{beginKeywords:"module",end:"where",keywords:"module where",contains:[l,n],illegal:"\\W\\.|;"},{begin:"\\bimport\\b",end:"$",keywords:"import qualified as hiding",contains:[l,n],illegal:"\\W\\.|;"},{className:"class",begin:"^(\\s*)?(class|instance)\\b",end:"where",keywords:"class family instance where",contains:[s,l,n]},{className:"class",begin:"\\b(data|(new)?type)\\b",end:"$",keywords:"data family type newtype deriving",contains:[i,s,l,{begin:"{",end:"}",contains:l.contains},n]},{beginKeywords:"default",end:"$",contains:[s,l,n]},{beginKeywords:"infix infixl infixr",end:"$",contains:[e.C_NUMBER_MODE,n]},{begin:"\\bforeign\\b",end:"$",keywords:"foreign import export ccall stdcall cplusplus jvm dotnet safe unsafe",contains:[s,e.QUOTE_STRING_MODE,n]},{className:"meta",begin:"#!\\/usr\\/bin\\/env runhaskell",end:"$"},i,a,e.QUOTE_STRING_MODE,e.C_NUMBER_MODE,s,e.inherit(e.TITLE_MODE,{begin:"^[_a-z][\\w']*"}),n,{begin:"->|<-"}]}}}()); +hljs.registerLanguage("julia",function(){"use strict";return function(e){var r="[A-Za-z_\\u00A1-\\uFFFF][A-Za-z_0-9\\u00A1-\\uFFFF]*",t={$pattern:r,keyword:"in isa where baremodule begin break catch ccall const continue do else elseif end export false finally for function global if import importall let local macro module quote return true try using while type immutable abstract bitstype typealias ",literal:"true false ARGS C_NULL DevNull ENDIAN_BOM ENV I Inf Inf16 Inf32 Inf64 InsertionSort JULIA_HOME LOAD_PATH MergeSort NaN NaN16 NaN32 NaN64 PROGRAM_FILE QuickSort RoundDown RoundFromZero RoundNearest RoundNearestTiesAway RoundNearestTiesUp RoundToZero RoundUp STDERR STDIN STDOUT VERSION catalan e|0 eu|0 eulergamma golden im nothing pi γ π φ ",built_in:"ANY AbstractArray AbstractChannel AbstractFloat AbstractMatrix AbstractRNG AbstractSerializer AbstractSet AbstractSparseArray AbstractSparseMatrix AbstractSparseVector AbstractString AbstractUnitRange AbstractVecOrMat AbstractVector Any ArgumentError Array AssertionError Associative Base64DecodePipe Base64EncodePipe Bidiagonal BigFloat BigInt BitArray BitMatrix BitVector Bool BoundsError BufferStream CachingPool CapturedException CartesianIndex CartesianRange Cchar Cdouble Cfloat Channel Char Cint Cintmax_t Clong Clonglong ClusterManager Cmd CodeInfo Colon Complex Complex128 Complex32 Complex64 CompositeException Condition ConjArray ConjMatrix ConjVector Cptrdiff_t Cshort Csize_t Cssize_t Cstring Cuchar Cuint Cuintmax_t Culong Culonglong Cushort Cwchar_t Cwstring DataType Date DateFormat DateTime DenseArray DenseMatrix DenseVecOrMat DenseVector Diagonal Dict DimensionMismatch Dims DirectIndexString Display DivideError DomainError EOFError EachLine Enum Enumerate ErrorException Exception ExponentialBackOff Expr Factorization FileMonitor Float16 Float32 Float64 Function Future GlobalRef GotoNode HTML Hermitian IO IOBuffer IOContext IOStream IPAddr IPv4 IPv6 IndexCartesian IndexLinear IndexStyle InexactError InitError Int Int128 Int16 Int32 Int64 Int8 IntSet Integer InterruptException InvalidStateException Irrational KeyError LabelNode LinSpace LineNumberNode LoadError LowerTriangular MIME Matrix MersenneTwister Method MethodError MethodTable Module NTuple NewvarNode NullException Nullable Number ObjectIdDict OrdinalRange OutOfMemoryError OverflowError Pair ParseError PartialQuickSort PermutedDimsArray Pipe PollingFileWatcher ProcessExitedException Ptr QuoteNode RandomDevice Range RangeIndex Rational RawFD ReadOnlyMemoryError Real ReentrantLock Ref Regex RegexMatch RemoteChannel RemoteException RevString RoundingMode RowVector SSAValue SegmentationFault SerializationState Set SharedArray SharedMatrix SharedVector Signed SimpleVector Slot SlotNumber SparseMatrixCSC SparseVector StackFrame StackOverflowError StackTrace StepRange StepRangeLen StridedArray StridedMatrix StridedVecOrMat StridedVector String SubArray SubString SymTridiagonal Symbol Symmetric SystemError TCPSocket Task Text TextDisplay Timer Tridiagonal Tuple Type TypeError TypeMapEntry TypeMapLevel TypeName TypeVar TypedSlot UDPSocket UInt UInt128 UInt16 UInt32 UInt64 UInt8 UndefRefError UndefVarError UnicodeError UniformScaling Union UnionAll UnitRange Unsigned UpperTriangular Val Vararg VecElement VecOrMat Vector VersionNumber Void WeakKeyDict WeakRef WorkerConfig WorkerPool "},a={keywords:t,illegal:/<\//},n={className:"subst",begin:/\$\(/,end:/\)/,keywords:t},o={className:"variable",begin:"\\$"+r},i={className:"string",contains:[e.BACKSLASH_ESCAPE,n,o],variants:[{begin:/\w*"""/,end:/"""\w*/,relevance:10},{begin:/\w*"/,end:/"\w*/}]},l={className:"string",contains:[e.BACKSLASH_ESCAPE,n,o],begin:"`",end:"`"},s={className:"meta",begin:"@"+r};return a.name="Julia",a.contains=[{className:"number",begin:/(\b0x[\d_]*(\.[\d_]*)?|0x\.\d[\d_]*)p[-+]?\d+|\b0[box][a-fA-F0-9][a-fA-F0-9_]*|(\b\d[\d_]*(\.[\d_]*)?|\.\d[\d_]*)([eEfF][-+]?\d+)?/,relevance:0},{className:"string",begin:/'(.|\\[xXuU][a-zA-Z0-9]+)'/},i,l,s,{className:"comment",variants:[{begin:"#=",end:"=#",relevance:10},{begin:"#",end:"$"}]},e.HASH_COMMENT_MODE,{className:"keyword",begin:"\\b(((abstract|primitive)\\s+)type|(mutable\\s+)?struct)\\b"},{begin:/<:/}],n.contains=a.contains,a}}()); +hljs.registerLanguage("nim",function(){"use strict";return function(e){return{name:"Nim",aliases:["nim"],keywords:{keyword:"addr and as asm bind block break case cast const continue converter discard distinct div do elif else end enum except export finally for from func generic if import in include interface is isnot iterator let macro method mixin mod nil not notin object of or out proc ptr raise ref return shl shr static template try tuple type using var when while with without xor yield",literal:"shared guarded stdin stdout stderr result true false",built_in:"int int8 int16 int32 int64 uint uint8 uint16 uint32 uint64 float float32 float64 bool char string cstring pointer expr stmt void auto any range array openarray varargs seq set clong culong cchar cschar cshort cint csize clonglong cfloat cdouble clongdouble cuchar cushort cuint culonglong cstringarray semistatic"},contains:[{className:"meta",begin:/{\./,end:/\.}/,relevance:10},{className:"string",begin:/[a-zA-Z]\w*"/,end:/"/,contains:[{begin:/""/}]},{className:"string",begin:/([a-zA-Z]\w*)?"""/,end:/"""/},e.QUOTE_STRING_MODE,{className:"type",begin:/\b[A-Z]\w+\b/,relevance:0},{className:"number",relevance:0,variants:[{begin:/\b(0[xX][0-9a-fA-F][_0-9a-fA-F]*)('?[iIuU](8|16|32|64))?/},{begin:/\b(0o[0-7][_0-7]*)('?[iIuUfF](8|16|32|64))?/},{begin:/\b(0(b|B)[01][_01]*)('?[iIuUfF](8|16|32|64))?/},{begin:/\b(\d[_\d]*)('?[iIuUfF](8|16|32|64))?/}]},e.HASH_COMMENT_MODE]}}}()); +hljs.registerLanguage("nix",function(){"use strict";return function(e){var n={keyword:"rec with let in inherit assert if else then",literal:"true false or and null",built_in:"import abort baseNameOf dirOf isNull builtins map removeAttrs throw toString derivation"},i={className:"subst",begin:/\$\{/,end:/}/,keywords:n},t={className:"string",contains:[i],variants:[{begin:"''",end:"''"},{begin:'"',end:'"'}]},s=[e.NUMBER_MODE,e.HASH_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,t,{begin:/[a-zA-Z0-9-_]+(\s*=)/,returnBegin:!0,relevance:0,contains:[{className:"attr",begin:/\S+/}]}];return i.contains=s,{name:"Nix",aliases:["nixos"],keywords:n,contains:s}}}()); +hljs.registerLanguage("r",function(){"use strict";return function(e){var n="([a-zA-Z]|\\.[a-zA-Z.])[a-zA-Z0-9._]*";return{name:"R",contains:[e.HASH_COMMENT_MODE,{begin:n,keywords:{$pattern:n,keyword:"function if in break next repeat else for return switch while try tryCatch stop warning require library attach detach source setMethod setGeneric setGroupGeneric setClass ...",literal:"NULL NA TRUE FALSE T F Inf NaN NA_integer_|10 NA_real_|10 NA_character_|10 NA_complex_|10"},relevance:0},{className:"number",begin:"0[xX][0-9a-fA-F]+[Li]?\\b",relevance:0},{className:"number",begin:"\\d+(?:[eE][+\\-]?\\d*)?L\\b",relevance:0},{className:"number",begin:"\\d+\\.(?!\\d)(?:i\\b)?",relevance:0},{className:"number",begin:"\\d+(?:\\.\\d*)?(?:[eE][+\\-]?\\d*)?i?\\b",relevance:0},{className:"number",begin:"\\.\\d+(?:[eE][+\\-]?\\d*)?i?\\b",relevance:0},{begin:"`",end:"`",relevance:0},{className:"string",contains:[e.BACKSLASH_ESCAPE],variants:[{begin:'"',end:'"'},{begin:"'",end:"'"}]}]}}}()); +hljs.registerLanguage("scala",function(){"use strict";return function(e){var n={className:"subst",variants:[{begin:"\\$[A-Za-z0-9_]+"},{begin:"\\${",end:"}"}]},a={className:"string",variants:[{begin:'"',end:'"',illegal:"\\n",contains:[e.BACKSLASH_ESCAPE]},{begin:'"""',end:'"""',relevance:10},{begin:'[a-z]+"',end:'"',illegal:"\\n",contains:[e.BACKSLASH_ESCAPE,n]},{className:"string",begin:'[a-z]+"""',end:'"""',contains:[n],relevance:10}]},s={className:"type",begin:"\\b[A-Z][A-Za-z0-9_]*",relevance:0},t={className:"title",begin:/[^0-9\n\t "'(),.`{}\[\]:;][^\n\t "'(),.`{}\[\]:;]+|[^0-9\n\t "'(),.`{}\[\]:;=]/,relevance:0},i={className:"class",beginKeywords:"class object trait type",end:/[:={\[\n;]/,excludeEnd:!0,contains:[{beginKeywords:"extends with",relevance:10},{begin:/\[/,end:/\]/,excludeBegin:!0,excludeEnd:!0,relevance:0,contains:[s]},{className:"params",begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,relevance:0,contains:[s]},t]},l={className:"function",beginKeywords:"def",end:/[:={\[(\n;]/,excludeEnd:!0,contains:[t]};return{name:"Scala",keywords:{literal:"true false null",keyword:"type yield lazy override def with val var sealed abstract private trait object if forSome for while throw finally protected extends import final return else break new catch super class case package default try this match continue throws implicit"},contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,a,{className:"symbol",begin:"'\\w[\\w\\d_]*(?!')"},s,l,i,e.C_NUMBER_MODE,{className:"meta",begin:"@[A-Za-z]+"}]}}}()); +hljs.registerLanguage("x86asm",function(){"use strict";return function(s){return{name:"Intel x86 Assembly",case_insensitive:!0,keywords:{$pattern:"[.%]?"+s.IDENT_RE,keyword:"lock rep repe repz repne repnz xaquire xrelease bnd nobnd aaa aad aam aas adc add and arpl bb0_reset bb1_reset bound bsf bsr bswap bt btc btr bts call cbw cdq cdqe clc cld cli clts cmc cmp cmpsb cmpsd cmpsq cmpsw cmpxchg cmpxchg486 cmpxchg8b cmpxchg16b cpuid cpu_read cpu_write cqo cwd cwde daa das dec div dmint emms enter equ f2xm1 fabs fadd faddp fbld fbstp fchs fclex fcmovb fcmovbe fcmove fcmovnb fcmovnbe fcmovne fcmovnu fcmovu fcom fcomi fcomip fcomp fcompp fcos fdecstp fdisi fdiv fdivp fdivr fdivrp femms feni ffree ffreep fiadd ficom ficomp fidiv fidivr fild fimul fincstp finit fist fistp fisttp fisub fisubr fld fld1 fldcw fldenv fldl2e fldl2t fldlg2 fldln2 fldpi fldz fmul fmulp fnclex fndisi fneni fninit fnop fnsave fnstcw fnstenv fnstsw fpatan fprem fprem1 fptan frndint frstor fsave fscale fsetpm fsin fsincos fsqrt fst fstcw fstenv fstp fstsw fsub fsubp fsubr fsubrp ftst fucom fucomi fucomip fucomp fucompp fxam fxch fxtract fyl2x fyl2xp1 hlt ibts icebp idiv imul in inc incbin insb insd insw int int01 int1 int03 int3 into invd invpcid invlpg invlpga iret iretd iretq iretw jcxz jecxz jrcxz jmp jmpe lahf lar lds lea leave les lfence lfs lgdt lgs lidt lldt lmsw loadall loadall286 lodsb lodsd lodsq lodsw loop loope loopne loopnz loopz lsl lss ltr mfence monitor mov movd movq movsb movsd movsq movsw movsx movsxd movzx mul mwait neg nop not or out outsb outsd outsw packssdw packsswb packuswb paddb paddd paddsb paddsiw paddsw paddusb paddusw paddw pand pandn pause paveb pavgusb pcmpeqb pcmpeqd pcmpeqw pcmpgtb pcmpgtd pcmpgtw pdistib pf2id pfacc pfadd pfcmpeq pfcmpge pfcmpgt pfmax pfmin pfmul pfrcp pfrcpit1 pfrcpit2 pfrsqit1 pfrsqrt pfsub pfsubr pi2fd pmachriw pmaddwd pmagw pmulhriw pmulhrwa pmulhrwc pmulhw pmullw pmvgezb pmvlzb pmvnzb pmvzb pop popa popad popaw popf popfd popfq popfw por prefetch prefetchw pslld psllq psllw psrad psraw psrld psrlq psrlw psubb psubd psubsb psubsiw psubsw psubusb psubusw psubw punpckhbw punpckhdq punpckhwd punpcklbw punpckldq punpcklwd push pusha pushad pushaw pushf pushfd pushfq pushfw pxor rcl rcr rdshr rdmsr rdpmc rdtsc rdtscp ret retf retn rol ror rdm rsdc rsldt rsm rsts sahf sal salc sar sbb scasb scasd scasq scasw sfence sgdt shl shld shr shrd sidt sldt skinit smi smint smintold smsw stc std sti stosb stosd stosq stosw str sub svdc svldt svts swapgs syscall sysenter sysexit sysret test ud0 ud1 ud2b ud2 ud2a umov verr verw fwait wbinvd wrshr wrmsr xadd xbts xchg xlatb xlat xor cmove cmovz cmovne cmovnz cmova cmovnbe cmovae cmovnb cmovb cmovnae cmovbe cmovna cmovg cmovnle cmovge cmovnl cmovl cmovnge cmovle cmovng cmovc cmovnc cmovo cmovno cmovs cmovns cmovp cmovpe cmovnp cmovpo je jz jne jnz ja jnbe jae jnb jb jnae jbe jna jg jnle jge jnl jl jnge jle jng jc jnc jo jno js jns jpo jnp jpe jp sete setz setne setnz seta setnbe setae setnb setnc setb setnae setcset setbe setna setg setnle setge setnl setl setnge setle setng sets setns seto setno setpe setp setpo setnp addps addss andnps andps cmpeqps cmpeqss cmpleps cmpless cmpltps cmpltss cmpneqps cmpneqss cmpnleps cmpnless cmpnltps cmpnltss cmpordps cmpordss cmpunordps cmpunordss cmpps cmpss comiss cvtpi2ps cvtps2pi cvtsi2ss cvtss2si cvttps2pi cvttss2si divps divss ldmxcsr maxps maxss minps minss movaps movhps movlhps movlps movhlps movmskps movntps movss movups mulps mulss orps rcpps rcpss rsqrtps rsqrtss shufps sqrtps sqrtss stmxcsr subps subss ucomiss unpckhps unpcklps xorps fxrstor fxrstor64 fxsave fxsave64 xgetbv xsetbv xsave xsave64 xsaveopt xsaveopt64 xrstor xrstor64 prefetchnta prefetcht0 prefetcht1 prefetcht2 maskmovq movntq pavgb pavgw pextrw pinsrw pmaxsw pmaxub pminsw pminub pmovmskb pmulhuw psadbw pshufw pf2iw pfnacc pfpnacc pi2fw pswapd maskmovdqu clflush movntdq movnti movntpd movdqa movdqu movdq2q movq2dq paddq pmuludq pshufd pshufhw pshuflw pslldq psrldq psubq punpckhqdq punpcklqdq addpd addsd andnpd andpd cmpeqpd cmpeqsd cmplepd cmplesd cmpltpd cmpltsd cmpneqpd cmpneqsd cmpnlepd cmpnlesd cmpnltpd cmpnltsd cmpordpd cmpordsd cmpunordpd cmpunordsd cmppd comisd cvtdq2pd cvtdq2ps cvtpd2dq cvtpd2pi cvtpd2ps cvtpi2pd cvtps2dq cvtps2pd cvtsd2si cvtsd2ss cvtsi2sd cvtss2sd cvttpd2pi cvttpd2dq cvttps2dq cvttsd2si divpd divsd maxpd maxsd minpd minsd movapd movhpd movlpd movmskpd movupd mulpd mulsd orpd shufpd sqrtpd sqrtsd subpd subsd ucomisd unpckhpd unpcklpd xorpd addsubpd addsubps haddpd haddps hsubpd hsubps lddqu movddup movshdup movsldup clgi stgi vmcall vmclear vmfunc vmlaunch vmload vmmcall vmptrld vmptrst vmread vmresume vmrun vmsave vmwrite vmxoff vmxon invept invvpid pabsb pabsw pabsd palignr phaddw phaddd phaddsw phsubw phsubd phsubsw pmaddubsw pmulhrsw pshufb psignb psignw psignd extrq insertq movntsd movntss lzcnt blendpd blendps blendvpd blendvps dppd dpps extractps insertps movntdqa mpsadbw packusdw pblendvb pblendw pcmpeqq pextrb pextrd pextrq phminposuw pinsrb pinsrd pinsrq pmaxsb pmaxsd pmaxud pmaxuw pminsb pminsd pminud pminuw pmovsxbw pmovsxbd pmovsxbq pmovsxwd pmovsxwq pmovsxdq pmovzxbw pmovzxbd pmovzxbq pmovzxwd pmovzxwq pmovzxdq pmuldq pmulld ptest roundpd roundps roundsd roundss crc32 pcmpestri pcmpestrm pcmpistri pcmpistrm pcmpgtq popcnt getsec pfrcpv pfrsqrtv movbe aesenc aesenclast aesdec aesdeclast aesimc aeskeygenassist vaesenc vaesenclast vaesdec vaesdeclast vaesimc vaeskeygenassist vaddpd vaddps vaddsd vaddss vaddsubpd vaddsubps vandpd vandps vandnpd vandnps vblendpd vblendps vblendvpd vblendvps vbroadcastss vbroadcastsd vbroadcastf128 vcmpeq_ospd vcmpeqpd vcmplt_ospd vcmpltpd vcmple_ospd vcmplepd vcmpunord_qpd vcmpunordpd vcmpneq_uqpd vcmpneqpd vcmpnlt_uspd vcmpnltpd vcmpnle_uspd vcmpnlepd vcmpord_qpd vcmpordpd vcmpeq_uqpd vcmpnge_uspd vcmpngepd vcmpngt_uspd vcmpngtpd vcmpfalse_oqpd vcmpfalsepd vcmpneq_oqpd vcmpge_ospd vcmpgepd vcmpgt_ospd vcmpgtpd vcmptrue_uqpd vcmptruepd vcmplt_oqpd vcmple_oqpd vcmpunord_spd vcmpneq_uspd vcmpnlt_uqpd vcmpnle_uqpd vcmpord_spd vcmpeq_uspd vcmpnge_uqpd vcmpngt_uqpd vcmpfalse_ospd vcmpneq_ospd vcmpge_oqpd vcmpgt_oqpd vcmptrue_uspd vcmppd vcmpeq_osps vcmpeqps vcmplt_osps vcmpltps vcmple_osps vcmpleps vcmpunord_qps vcmpunordps vcmpneq_uqps vcmpneqps vcmpnlt_usps vcmpnltps vcmpnle_usps vcmpnleps vcmpord_qps vcmpordps vcmpeq_uqps vcmpnge_usps vcmpngeps vcmpngt_usps vcmpngtps vcmpfalse_oqps vcmpfalseps vcmpneq_oqps vcmpge_osps vcmpgeps vcmpgt_osps vcmpgtps vcmptrue_uqps vcmptrueps vcmplt_oqps vcmple_oqps vcmpunord_sps vcmpneq_usps vcmpnlt_uqps vcmpnle_uqps vcmpord_sps vcmpeq_usps vcmpnge_uqps vcmpngt_uqps vcmpfalse_osps vcmpneq_osps vcmpge_oqps vcmpgt_oqps vcmptrue_usps vcmpps vcmpeq_ossd vcmpeqsd vcmplt_ossd vcmpltsd vcmple_ossd vcmplesd vcmpunord_qsd vcmpunordsd vcmpneq_uqsd vcmpneqsd vcmpnlt_ussd vcmpnltsd vcmpnle_ussd vcmpnlesd vcmpord_qsd vcmpordsd vcmpeq_uqsd vcmpnge_ussd vcmpngesd vcmpngt_ussd vcmpngtsd vcmpfalse_oqsd vcmpfalsesd vcmpneq_oqsd vcmpge_ossd vcmpgesd vcmpgt_ossd vcmpgtsd vcmptrue_uqsd vcmptruesd vcmplt_oqsd vcmple_oqsd vcmpunord_ssd vcmpneq_ussd vcmpnlt_uqsd vcmpnle_uqsd vcmpord_ssd vcmpeq_ussd vcmpnge_uqsd vcmpngt_uqsd vcmpfalse_ossd vcmpneq_ossd vcmpge_oqsd vcmpgt_oqsd vcmptrue_ussd vcmpsd vcmpeq_osss vcmpeqss vcmplt_osss vcmpltss vcmple_osss vcmpless vcmpunord_qss vcmpunordss vcmpneq_uqss vcmpneqss vcmpnlt_usss vcmpnltss vcmpnle_usss vcmpnless vcmpord_qss vcmpordss vcmpeq_uqss vcmpnge_usss vcmpngess vcmpngt_usss vcmpngtss vcmpfalse_oqss vcmpfalsess vcmpneq_oqss vcmpge_osss vcmpgess vcmpgt_osss vcmpgtss vcmptrue_uqss vcmptruess vcmplt_oqss vcmple_oqss vcmpunord_sss vcmpneq_usss vcmpnlt_uqss vcmpnle_uqss vcmpord_sss vcmpeq_usss vcmpnge_uqss vcmpngt_uqss vcmpfalse_osss vcmpneq_osss vcmpge_oqss vcmpgt_oqss vcmptrue_usss vcmpss vcomisd vcomiss vcvtdq2pd vcvtdq2ps vcvtpd2dq vcvtpd2ps vcvtps2dq vcvtps2pd vcvtsd2si vcvtsd2ss vcvtsi2sd vcvtsi2ss vcvtss2sd vcvtss2si vcvttpd2dq vcvttps2dq vcvttsd2si vcvttss2si vdivpd vdivps vdivsd vdivss vdppd vdpps vextractf128 vextractps vhaddpd vhaddps vhsubpd vhsubps vinsertf128 vinsertps vlddqu vldqqu vldmxcsr vmaskmovdqu vmaskmovps vmaskmovpd vmaxpd vmaxps vmaxsd vmaxss vminpd vminps vminsd vminss vmovapd vmovaps vmovd vmovq vmovddup vmovdqa vmovqqa vmovdqu vmovqqu vmovhlps vmovhpd vmovhps vmovlhps vmovlpd vmovlps vmovmskpd vmovmskps vmovntdq vmovntqq vmovntdqa vmovntpd vmovntps vmovsd vmovshdup vmovsldup vmovss vmovupd vmovups vmpsadbw vmulpd vmulps vmulsd vmulss vorpd vorps vpabsb vpabsw vpabsd vpacksswb vpackssdw vpackuswb vpackusdw vpaddb vpaddw vpaddd vpaddq vpaddsb vpaddsw vpaddusb vpaddusw vpalignr vpand vpandn vpavgb vpavgw vpblendvb vpblendw vpcmpestri vpcmpestrm vpcmpistri vpcmpistrm vpcmpeqb vpcmpeqw vpcmpeqd vpcmpeqq vpcmpgtb vpcmpgtw vpcmpgtd vpcmpgtq vpermilpd vpermilps vperm2f128 vpextrb vpextrw vpextrd vpextrq vphaddw vphaddd vphaddsw vphminposuw vphsubw vphsubd vphsubsw vpinsrb vpinsrw vpinsrd vpinsrq vpmaddwd vpmaddubsw vpmaxsb vpmaxsw vpmaxsd vpmaxub vpmaxuw vpmaxud vpminsb vpminsw vpminsd vpminub vpminuw vpminud vpmovmskb vpmovsxbw vpmovsxbd vpmovsxbq vpmovsxwd vpmovsxwq vpmovsxdq vpmovzxbw vpmovzxbd vpmovzxbq vpmovzxwd vpmovzxwq vpmovzxdq vpmulhuw vpmulhrsw vpmulhw vpmullw vpmulld vpmuludq vpmuldq vpor vpsadbw vpshufb vpshufd vpshufhw vpshuflw vpsignb vpsignw vpsignd vpslldq vpsrldq vpsllw vpslld vpsllq vpsraw vpsrad vpsrlw vpsrld vpsrlq vptest vpsubb vpsubw vpsubd vpsubq vpsubsb vpsubsw vpsubusb vpsubusw vpunpckhbw vpunpckhwd vpunpckhdq vpunpckhqdq vpunpcklbw vpunpcklwd vpunpckldq vpunpcklqdq vpxor vrcpps vrcpss vrsqrtps vrsqrtss vroundpd vroundps vroundsd vroundss vshufpd vshufps vsqrtpd vsqrtps vsqrtsd vsqrtss vstmxcsr vsubpd vsubps vsubsd vsubss vtestps vtestpd vucomisd vucomiss vunpckhpd vunpckhps vunpcklpd vunpcklps vxorpd vxorps vzeroall vzeroupper pclmullqlqdq pclmulhqlqdq pclmullqhqdq pclmulhqhqdq pclmulqdq vpclmullqlqdq vpclmulhqlqdq vpclmullqhqdq vpclmulhqhqdq vpclmulqdq vfmadd132ps vfmadd132pd vfmadd312ps vfmadd312pd vfmadd213ps vfmadd213pd vfmadd123ps vfmadd123pd vfmadd231ps vfmadd231pd vfmadd321ps vfmadd321pd vfmaddsub132ps vfmaddsub132pd vfmaddsub312ps vfmaddsub312pd vfmaddsub213ps vfmaddsub213pd vfmaddsub123ps vfmaddsub123pd vfmaddsub231ps vfmaddsub231pd vfmaddsub321ps vfmaddsub321pd vfmsub132ps vfmsub132pd vfmsub312ps vfmsub312pd vfmsub213ps vfmsub213pd vfmsub123ps vfmsub123pd vfmsub231ps vfmsub231pd vfmsub321ps vfmsub321pd vfmsubadd132ps vfmsubadd132pd vfmsubadd312ps vfmsubadd312pd vfmsubadd213ps vfmsubadd213pd vfmsubadd123ps vfmsubadd123pd vfmsubadd231ps vfmsubadd231pd vfmsubadd321ps vfmsubadd321pd vfnmadd132ps vfnmadd132pd vfnmadd312ps vfnmadd312pd vfnmadd213ps vfnmadd213pd vfnmadd123ps vfnmadd123pd vfnmadd231ps vfnmadd231pd vfnmadd321ps vfnmadd321pd vfnmsub132ps vfnmsub132pd vfnmsub312ps vfnmsub312pd vfnmsub213ps vfnmsub213pd vfnmsub123ps vfnmsub123pd vfnmsub231ps vfnmsub231pd vfnmsub321ps vfnmsub321pd vfmadd132ss vfmadd132sd vfmadd312ss vfmadd312sd vfmadd213ss vfmadd213sd vfmadd123ss vfmadd123sd vfmadd231ss vfmadd231sd vfmadd321ss vfmadd321sd vfmsub132ss vfmsub132sd vfmsub312ss vfmsub312sd vfmsub213ss vfmsub213sd vfmsub123ss vfmsub123sd vfmsub231ss vfmsub231sd vfmsub321ss vfmsub321sd vfnmadd132ss vfnmadd132sd vfnmadd312ss vfnmadd312sd vfnmadd213ss vfnmadd213sd vfnmadd123ss vfnmadd123sd vfnmadd231ss vfnmadd231sd vfnmadd321ss vfnmadd321sd vfnmsub132ss vfnmsub132sd vfnmsub312ss vfnmsub312sd vfnmsub213ss vfnmsub213sd vfnmsub123ss vfnmsub123sd vfnmsub231ss vfnmsub231sd vfnmsub321ss vfnmsub321sd rdfsbase rdgsbase rdrand wrfsbase wrgsbase vcvtph2ps vcvtps2ph adcx adox rdseed clac stac xstore xcryptecb xcryptcbc xcryptctr xcryptcfb xcryptofb montmul xsha1 xsha256 llwpcb slwpcb lwpval lwpins vfmaddpd vfmaddps vfmaddsd vfmaddss vfmaddsubpd vfmaddsubps vfmsubaddpd vfmsubaddps vfmsubpd vfmsubps vfmsubsd vfmsubss vfnmaddpd vfnmaddps vfnmaddsd vfnmaddss vfnmsubpd vfnmsubps vfnmsubsd vfnmsubss vfrczpd vfrczps vfrczsd vfrczss vpcmov vpcomb vpcomd vpcomq vpcomub vpcomud vpcomuq vpcomuw vpcomw vphaddbd vphaddbq vphaddbw vphadddq vphaddubd vphaddubq vphaddubw vphaddudq vphadduwd vphadduwq vphaddwd vphaddwq vphsubbw vphsubdq vphsubwd vpmacsdd vpmacsdqh vpmacsdql vpmacssdd vpmacssdqh vpmacssdql vpmacsswd vpmacssww vpmacswd vpmacsww vpmadcsswd vpmadcswd vpperm vprotb vprotd vprotq vprotw vpshab vpshad vpshaq vpshaw vpshlb vpshld vpshlq vpshlw vbroadcasti128 vpblendd vpbroadcastb vpbroadcastw vpbroadcastd vpbroadcastq vpermd vpermpd vpermps vpermq vperm2i128 vextracti128 vinserti128 vpmaskmovd vpmaskmovq vpsllvd vpsllvq vpsravd vpsrlvd vpsrlvq vgatherdpd vgatherqpd vgatherdps vgatherqps vpgatherdd vpgatherqd vpgatherdq vpgatherqq xabort xbegin xend xtest andn bextr blci blcic blsi blsic blcfill blsfill blcmsk blsmsk blsr blcs bzhi mulx pdep pext rorx sarx shlx shrx tzcnt tzmsk t1mskc valignd valignq vblendmpd vblendmps vbroadcastf32x4 vbroadcastf64x4 vbroadcasti32x4 vbroadcasti64x4 vcompresspd vcompressps vcvtpd2udq vcvtps2udq vcvtsd2usi vcvtss2usi vcvttpd2udq vcvttps2udq vcvttsd2usi vcvttss2usi vcvtudq2pd vcvtudq2ps vcvtusi2sd vcvtusi2ss vexpandpd vexpandps vextractf32x4 vextractf64x4 vextracti32x4 vextracti64x4 vfixupimmpd vfixupimmps vfixupimmsd vfixupimmss vgetexppd vgetexpps vgetexpsd vgetexpss vgetmantpd vgetmantps vgetmantsd vgetmantss vinsertf32x4 vinsertf64x4 vinserti32x4 vinserti64x4 vmovdqa32 vmovdqa64 vmovdqu32 vmovdqu64 vpabsq vpandd vpandnd vpandnq vpandq vpblendmd vpblendmq vpcmpltd vpcmpled vpcmpneqd vpcmpnltd vpcmpnled vpcmpd vpcmpltq vpcmpleq vpcmpneqq vpcmpnltq vpcmpnleq vpcmpq vpcmpequd vpcmpltud vpcmpleud vpcmpnequd vpcmpnltud vpcmpnleud vpcmpud vpcmpequq vpcmpltuq vpcmpleuq vpcmpnequq vpcmpnltuq vpcmpnleuq vpcmpuq vpcompressd vpcompressq vpermi2d vpermi2pd vpermi2ps vpermi2q vpermt2d vpermt2pd vpermt2ps vpermt2q vpexpandd vpexpandq vpmaxsq vpmaxuq vpminsq vpminuq vpmovdb vpmovdw vpmovqb vpmovqd vpmovqw vpmovsdb vpmovsdw vpmovsqb vpmovsqd vpmovsqw vpmovusdb vpmovusdw vpmovusqb vpmovusqd vpmovusqw vpord vporq vprold vprolq vprolvd vprolvq vprord vprorq vprorvd vprorvq vpscatterdd vpscatterdq vpscatterqd vpscatterqq vpsraq vpsravq vpternlogd vpternlogq vptestmd vptestmq vptestnmd vptestnmq vpxord vpxorq vrcp14pd vrcp14ps vrcp14sd vrcp14ss vrndscalepd vrndscaleps vrndscalesd vrndscaless vrsqrt14pd vrsqrt14ps vrsqrt14sd vrsqrt14ss vscalefpd vscalefps vscalefsd vscalefss vscatterdpd vscatterdps vscatterqpd vscatterqps vshuff32x4 vshuff64x2 vshufi32x4 vshufi64x2 kandnw kandw kmovw knotw kortestw korw kshiftlw kshiftrw kunpckbw kxnorw kxorw vpbroadcastmb2q vpbroadcastmw2d vpconflictd vpconflictq vplzcntd vplzcntq vexp2pd vexp2ps vrcp28pd vrcp28ps vrcp28sd vrcp28ss vrsqrt28pd vrsqrt28ps vrsqrt28sd vrsqrt28ss vgatherpf0dpd vgatherpf0dps vgatherpf0qpd vgatherpf0qps vgatherpf1dpd vgatherpf1dps vgatherpf1qpd vgatherpf1qps vscatterpf0dpd vscatterpf0dps vscatterpf0qpd vscatterpf0qps vscatterpf1dpd vscatterpf1dps vscatterpf1qpd vscatterpf1qps prefetchwt1 bndmk bndcl bndcu bndcn bndmov bndldx bndstx sha1rnds4 sha1nexte sha1msg1 sha1msg2 sha256rnds2 sha256msg1 sha256msg2 hint_nop0 hint_nop1 hint_nop2 hint_nop3 hint_nop4 hint_nop5 hint_nop6 hint_nop7 hint_nop8 hint_nop9 hint_nop10 hint_nop11 hint_nop12 hint_nop13 hint_nop14 hint_nop15 hint_nop16 hint_nop17 hint_nop18 hint_nop19 hint_nop20 hint_nop21 hint_nop22 hint_nop23 hint_nop24 hint_nop25 hint_nop26 hint_nop27 hint_nop28 hint_nop29 hint_nop30 hint_nop31 hint_nop32 hint_nop33 hint_nop34 hint_nop35 hint_nop36 hint_nop37 hint_nop38 hint_nop39 hint_nop40 hint_nop41 hint_nop42 hint_nop43 hint_nop44 hint_nop45 hint_nop46 hint_nop47 hint_nop48 hint_nop49 hint_nop50 hint_nop51 hint_nop52 hint_nop53 hint_nop54 hint_nop55 hint_nop56 hint_nop57 hint_nop58 hint_nop59 hint_nop60 hint_nop61 hint_nop62 hint_nop63",built_in:"ip eip rip al ah bl bh cl ch dl dh sil dil bpl spl r8b r9b r10b r11b r12b r13b r14b r15b ax bx cx dx si di bp sp r8w r9w r10w r11w r12w r13w r14w r15w eax ebx ecx edx esi edi ebp esp eip r8d r9d r10d r11d r12d r13d r14d r15d rax rbx rcx rdx rsi rdi rbp rsp r8 r9 r10 r11 r12 r13 r14 r15 cs ds es fs gs ss st st0 st1 st2 st3 st4 st5 st6 st7 mm0 mm1 mm2 mm3 mm4 mm5 mm6 mm7 xmm0 xmm1 xmm2 xmm3 xmm4 xmm5 xmm6 xmm7 xmm8 xmm9 xmm10 xmm11 xmm12 xmm13 xmm14 xmm15 xmm16 xmm17 xmm18 xmm19 xmm20 xmm21 xmm22 xmm23 xmm24 xmm25 xmm26 xmm27 xmm28 xmm29 xmm30 xmm31 ymm0 ymm1 ymm2 ymm3 ymm4 ymm5 ymm6 ymm7 ymm8 ymm9 ymm10 ymm11 ymm12 ymm13 ymm14 ymm15 ymm16 ymm17 ymm18 ymm19 ymm20 ymm21 ymm22 ymm23 ymm24 ymm25 ymm26 ymm27 ymm28 ymm29 ymm30 ymm31 zmm0 zmm1 zmm2 zmm3 zmm4 zmm5 zmm6 zmm7 zmm8 zmm9 zmm10 zmm11 zmm12 zmm13 zmm14 zmm15 zmm16 zmm17 zmm18 zmm19 zmm20 zmm21 zmm22 zmm23 zmm24 zmm25 zmm26 zmm27 zmm28 zmm29 zmm30 zmm31 k0 k1 k2 k3 k4 k5 k6 k7 bnd0 bnd1 bnd2 bnd3 cr0 cr1 cr2 cr3 cr4 cr8 dr0 dr1 dr2 dr3 dr8 tr3 tr4 tr5 tr6 tr7 r0 r1 r2 r3 r4 r5 r6 r7 r0b r1b r2b r3b r4b r5b r6b r7b r0w r1w r2w r3w r4w r5w r6w r7w r0d r1d r2d r3d r4d r5d r6d r7d r0h r1h r2h r3h r0l r1l r2l r3l r4l r5l r6l r7l r8l r9l r10l r11l r12l r13l r14l r15l db dw dd dq dt ddq do dy dz resb resw resd resq rest resdq reso resy resz incbin equ times byte word dword qword nosplit rel abs seg wrt strict near far a32 ptr",meta:"%define %xdefine %+ %undef %defstr %deftok %assign %strcat %strlen %substr %rotate %elif %else %endif %if %ifmacro %ifctx %ifidn %ifidni %ifid %ifnum %ifstr %iftoken %ifempty %ifenv %error %warning %fatal %rep %endrep %include %push %pop %repl %pathsearch %depend %use %arg %stacksize %local %line %comment %endcomment .nolist __FILE__ __LINE__ __SECT__ __BITS__ __OUTPUT_FORMAT__ __DATE__ __TIME__ __DATE_NUM__ __TIME_NUM__ __UTC_DATE__ __UTC_TIME__ __UTC_DATE_NUM__ __UTC_TIME_NUM__ __PASS__ struc endstruc istruc at iend align alignb sectalign daz nodaz up down zero default option assume public bits use16 use32 use64 default section segment absolute extern global common cpu float __utf16__ __utf16le__ __utf16be__ __utf32__ __utf32le__ __utf32be__ __float8__ __float16__ __float32__ __float64__ __float80m__ __float80e__ __float128l__ __float128h__ __Infinity__ __QNaN__ __SNaN__ Inf NaN QNaN SNaN float8 float16 float32 float64 float80m float80e float128l float128h __FLOAT_DAZ__ __FLOAT_ROUND__ __FLOAT__"},contains:[s.COMMENT(";","$",{relevance:0}),{className:"number",variants:[{begin:"\\b(?:([0-9][0-9_]*)?\\.[0-9_]*(?:[eE][+-]?[0-9_]+)?|(0[Xx])?[0-9][0-9_]*\\.?[0-9_]*(?:[pP](?:[+-]?[0-9_]+)?)?)\\b",relevance:0},{begin:"\\$[0-9][0-9A-Fa-f]*",relevance:0},{begin:"\\b(?:[0-9A-Fa-f][0-9A-Fa-f_]*[Hh]|[0-9][0-9_]*[DdTt]?|[0-7][0-7_]*[QqOo]|[0-1][0-1_]*[BbYy])\\b"},{begin:"\\b(?:0[Xx][0-9A-Fa-f_]+|0[DdTt][0-9_]+|0[QqOo][0-7_]+|0[BbYy][0-1_]+)\\b"}]},s.QUOTE_STRING_MODE,{className:"string",variants:[{begin:"'",end:"[^\\\\]'"},{begin:"`",end:"[^\\\\]`"}],relevance:0},{className:"symbol",variants:[{begin:"^\\s*[A-Za-z._?][A-Za-z0-9_$#@~.?]*(:|\\s+label)"},{begin:"^\\s*%%[A-Za-z0-9_$#@~.?]*:"}],relevance:0},{className:"subst",begin:"%[0-9]+",relevance:0},{className:"subst",begin:"%!S+",relevance:0},{className:"meta",begin:/^\s*\.[\w_-]+/}]}}}()); \ No newline at end of file diff --git a/docs/index.html b/docs/index.html new file mode 100644 index 0000000..73da180 --- /dev/null +++ b/docs/index.html @@ -0,0 +1,351 @@ + + + + + + Project Context Primer - Logos Blockchain Testing Framework Book + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + + +
+
+

Logos Testing Framework

+

Declarative, multi-node blockchain testing for the Logos network

+

The Logos Testing Framework enables you to test consensus, data availability, and transaction workloads across local processes, Docker Compose, and Kubernetes deployments—all with a unified scenario API.

+

Get Started

+
+

Core Concept

+

Everything in this framework is a Scenario.

+

A Scenario is a controlled experiment over time, composed of:

+
    +
  • Topology — The cluster shape (validators, executors, network layout)
  • +
  • Workloads — Traffic and conditions that exercise the system (transactions, DA, chaos)
  • +
  • Expectations — Success criteria verified after execution (liveness, inclusion, recovery)
  • +
  • Duration — The time window for the experiment
  • +
+

This single abstraction makes tests declarative, portable, and composable.

+
+

How It Works

+
flowchart LR
+    Build[Define Scenario] --> Deploy[Deploy Topology]
+    Deploy --> Execute[Run Workloads]
+    Execute --> Evaluate[Check Expectations]
+    
+    style Build fill:#e1f5ff
+    style Deploy fill:#fff4e1
+    style Execute fill:#ffe1f5
+    style Evaluate fill:#e1ffe1
+
+
    +
  1. Define Scenario — Describe your test: topology, workloads, and success criteria
  2. +
  3. Deploy Topology — Launch validators and executors using host, compose, or k8s runners
  4. +
  5. Run Workloads — Drive transactions, DA traffic, and chaos operations
  6. +
  7. Check Expectations — Verify consensus liveness, inclusion, and system health
  8. +
+
+

Key Features

+

Declarative API

+
    +
  • Express scenarios as topology + workloads + expectations
  • +
  • Reuse the same test definition across different deployment targets
  • +
  • Compose complex tests from modular components
  • +
+

Multiple Deployment Modes

+
    +
  • Host Runner: Local processes for fast iteration
  • +
  • Compose Runner: Containerized environments with node control
  • +
  • Kubernetes Runner: Production-like cluster testing
  • +
+

Built-in Workloads

+
    +
  • Transaction submission with configurable rates
  • +
  • Data availability (DA) blob dispersal and sampling
  • +
  • Chaos testing with controlled node restarts
  • +
+

Comprehensive Observability

+
    +
  • Real-time block feed for monitoring consensus progress
  • +
  • Prometheus/Grafana integration for metrics
  • +
  • Per-node log collection and debugging
  • +
+
+

Quick Example

+
use std::time::Duration;
+
+use testing_framework_core::scenario::ScenarioBuilder;
+use testing_framework_core::scenario::Deployer as _;
+use testing_framework_runner_local::LocalDeployer;
+use testing_framework_workflows::ScenarioBuilderExt;
+
+#[tokio::main]
+async fn main() -> anyhow::Result<()> {
+    let mut scenario = ScenarioBuilder::topology_with(|t| {
+        t.network_star()
+            .validators(3)
+            .executors(1)
+    })
+    .transactions_with(|tx| tx.rate(10).users(5))
+    .expect_consensus_liveness()
+    .with_run_duration(Duration::from_secs(60))
+    .build();
+
+    let deployer = LocalDeployer::default();
+    let runner = deployer.deploy(&scenario).await?;
+    runner.run(&mut scenario).await?;
+
+    Ok(())
+}
+

View complete examples

+
+

Choose Your Path

+

New to the Framework?

+

Start with the Quickstart Guide for a hands-on introduction that gets you running tests in minutes.

+

Ready to Write Tests?

+

Explore the User Guide to learn about authoring scenarios, workloads, expectations, and deployment strategies.

+

Setting Up CI/CD?

+

Jump to Operations & Deployment for prerequisites, environment configuration, and continuous integration patterns.

+

Extending the Framework?

+

Check the Developer Reference to implement custom workloads, expectations, and runners.

+
+

Project Context

+

Logos is a modular blockchain protocol composed of validators, executors, and a data-availability (DA) subsystem:

+
    +
  • Validators participate in consensus and produce blocks
  • +
  • Executors are validators with the DA dispersal service enabled. They perform all validator functions plus submit blob data to the DA network
  • +
  • Data Availability (DA) ensures that blob data submitted via channel operations in transactions is published and retrievable by the network
  • +
+

These roles interact tightly, which is why meaningful testing must be performed in multi-node environments that include real networking, timing, and DA interaction.

+

The Logos Testing Framework provides the infrastructure to orchestrate these multi-node scenarios reliably across development, CI, and production-like environments.

+

Learn more about the protocol: Logos Project Documentation

+
+

Documentation Structure

+
+ + + + + +
SectionDescription
FoundationsArchitecture, philosophy, and design principles
User GuideWriting and running scenarios, workloads, and expectations
Developer ReferenceExtending the framework with custom components
Operations & DeploymentSetup, CI integration, and environment configuration
AppendixQuick reference, troubleshooting, FAQ, and glossary
+
+
+ + +
+

Ready to start? Head to the Quickstart

+ +
+ + +
+
+ + + +
+ + + + + + + + + + + + + + + + + + + +
+ + diff --git a/docs/internal-crate-reference.html b/docs/internal-crate-reference.html new file mode 100644 index 0000000..845e37b --- /dev/null +++ b/docs/internal-crate-reference.html @@ -0,0 +1,400 @@ + + + + + + Internal Crate Reference - Logos Blockchain Testing Framework Book + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + + +
+
+

Internal Crate Reference

+

High-level roles of the crates that make up the framework:

+
    +
  • +

    Configs (testing-framework/configs/): Prepares reusable configuration primitives for nodes, networking, tracing, data availability, and wallets, shared by all scenarios and runners. Includes topology generation and circuit asset resolution.

    +
  • +
  • +

    Core scenario orchestration (testing-framework/core/): Houses the topology and scenario model, runtime coordination, node clients, and readiness/health probes. Defines Deployer and Runner traits, ScenarioBuilder, and RunContext.

    +
  • +
  • +

    Workflows (testing-framework/workflows/): Packages workloads (transaction, DA, chaos) and expectations (consensus liveness) into reusable building blocks. Offers fluent DSL extensions (ScenarioBuilderExt, ChaosBuilderExt).

    +
  • +
  • +

    Runners (testing-framework/runners/{local,compose,k8s}/): Implements deployment backends (local host, Docker Compose, Kubernetes) that all consume the same scenario plan. Each provides a Deployer implementation (LocalDeployer, ComposeDeployer, K8sDeployer).

    +
  • +
  • +

    Runner Examples (crate name: runner-examples, path: examples/): Runnable binaries demonstrating framework usage and serving as living documentation. These are the primary entry point for running scenarios (examples/src/bin/local_runner.rs, examples/src/bin/compose_runner.rs, examples/src/bin/k8s_runner.rs).

    +
  • +
+

Where to Add New Capabilities

+
+ + + + + + + + +
What You're AddingWhere It GoesExamples
Node config parametertesting-framework/configs/src/topology/configs/Slot duration, log levels, DA params
Topology featuretesting-framework/core/src/topology/New network layouts, node roles
Scenario capabilitytesting-framework/core/src/scenario/New capabilities, context methods
Workloadtesting-framework/workflows/src/workloads/New traffic generators
Expectationtesting-framework/workflows/src/expectations/New success criteria
Builder APItesting-framework/workflows/src/builder/DSL extensions, fluent methods
Deployertesting-framework/runners/New deployment backends
Example scenarioexamples/src/bin/Demonstration binaries
+
+

Extension Workflow

+

Adding a New Workload

+
    +
  1. Define the workload in testing-framework/workflows/src/workloads/your_workload.rs:
  2. +
+
use async_trait::async_trait;
+use testing_framework_core::scenario::{DynError, RunContext, Workload};
+
+pub struct YourWorkload;
+
+#[async_trait]
+impl Workload for YourWorkload {
+    fn name(&self) -> &'static str {
+        "your_workload"
+    }
+
+    async fn start(&self, _ctx: &RunContext) -> Result<(), DynError> {
+        // implementation
+        Ok(())
+    }
+}
+
    +
  1. Add builder extension in testing-framework/workflows/src/builder/mod.rs:
  2. +
+
pub struct YourWorkloadBuilder;
+
+impl YourWorkloadBuilder {
+    pub fn some_config(self) -> Self {
+        self
+    }
+}
+
+pub trait ScenarioBuilderExt: Sized {
+    fn your_workload(self) -> YourWorkloadBuilder;
+}
+
    +
  1. Use in examples in examples/src/bin/your_scenario.rs:
  2. +
+
use testing_framework_core::scenario::ScenarioBuilder;
+
+pub struct YourWorkloadBuilder;
+
+impl YourWorkloadBuilder {
+    pub fn some_config(self) -> Self {
+        self
+    }
+}
+
+pub trait YourWorkloadDslExt: Sized {
+    fn your_workload_with<F>(self, configurator: F) -> Self
+    where
+        F: FnOnce(YourWorkloadBuilder) -> YourWorkloadBuilder;
+}
+
+impl<Caps> YourWorkloadDslExt for testing_framework_core::scenario::Builder<Caps> {
+    fn your_workload_with<F>(self, configurator: F) -> Self
+    where
+        F: FnOnce(YourWorkloadBuilder) -> YourWorkloadBuilder,
+    {
+        let _ = configurator(YourWorkloadBuilder);
+        self
+    }
+}
+
+pub fn use_in_examples() {
+    let _plan = ScenarioBuilder::topology_with(|t| t.network_star().validators(3).executors(0))
+        .your_workload_with(|w| w.some_config())
+        .build();
+}
+

Adding a New Expectation

+
    +
  1. Define the expectation in testing-framework/workflows/src/expectations/your_expectation.rs:
  2. +
+
use async_trait::async_trait;
+use testing_framework_core::scenario::{DynError, Expectation, RunContext};
+
+pub struct YourExpectation;
+
+#[async_trait]
+impl Expectation for YourExpectation {
+    fn name(&self) -> &'static str {
+        "your_expectation"
+    }
+
+    async fn evaluate(&mut self, _ctx: &RunContext) -> Result<(), DynError> {
+        // implementation
+        Ok(())
+    }
+}
+
    +
  1. Add builder extension in testing-framework/workflows/src/builder/mod.rs:
  2. +
+
use testing_framework_core::scenario::ScenarioBuilder;
+
+pub trait YourExpectationDslExt: Sized {
+    fn expect_your_condition(self) -> Self;
+}
+
+impl<Caps> YourExpectationDslExt for testing_framework_core::scenario::Builder<Caps> {
+    fn expect_your_condition(self) -> Self {
+        self
+    }
+}
+
+pub fn use_in_examples() {
+    let _plan = ScenarioBuilder::topology_with(|t| t.network_star().validators(3).executors(0))
+        .expect_your_condition()
+        .build();
+}
+

Adding a New Deployer

+
    +
  1. Implement Deployer trait in testing-framework/runners/your_runner/src/deployer.rs:
  2. +
+
use async_trait::async_trait;
+use testing_framework_core::scenario::{Deployer, Runner, Scenario};
+
+#[derive(Debug)]
+pub struct YourError;
+
+pub struct YourDeployer;
+
+#[async_trait]
+impl Deployer for YourDeployer {
+    type Error = YourError;
+
+    async fn deploy(&self, _scenario: &Scenario<()>) -> Result<Runner, Self::Error> {
+        // Provision infrastructure
+        // Wait for readiness
+        // Return Runner
+        todo!()
+    }
+}
+
    +
  1. +

    Provide cleanup and handle node control if supported.

    +
  2. +
  3. +

    Add example in examples/src/bin/your_runner.rs.

    +
  4. +
+

For detailed examples, see Extending the Framework and Custom Workload Example.

+ +
+ + +
+
+ + + +
+ + + + + + + + + + + + + + + + + + + +
+ + diff --git a/docs/introduction.html b/docs/introduction.html new file mode 100644 index 0000000..c6c8c6b --- /dev/null +++ b/docs/introduction.html @@ -0,0 +1,264 @@ + + + + + + Introduction - Logos Blockchain Testing Framework Book + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + + +
+
+

Introduction

+

The Logos Testing Framework is a purpose-built toolkit for exercising Logos in +realistic, multi-node environments. It solves the gap between small, isolated +tests and full-system validation by letting teams describe a cluster layout, +drive meaningful traffic, and assert the outcomes in one coherent plan.

+

It is for protocol engineers, infrastructure operators, and QA teams who need +repeatable confidence that validators, executors, and data-availability +components work together under network and timing constraints.

+

Multi-node integration testing is required because many Logos behaviors—block +progress, data availability, liveness under churn—only emerge when several +roles interact over real networking and time. This framework makes those checks +declarative, observable, and portable across environments.

+

A Scenario in 20 Lines

+

Here's the conceptual shape of every test you'll write:

+
// 1. Define the cluster
+let scenario = ScenarioBuilder::topology_with(|t| {
+    t.network_star()
+        .validators(3)
+        .executors(2)
+})
+// 2. Add workloads (traffic)
+.transactions_with(|tx| tx.rate(10).users(5))
+.da_with(|da| da.channel_rate(2).blob_rate(2))
+
+// 3. Define success criteria
+.expect_consensus_liveness()
+
+// 4. Set experiment duration
+.with_run_duration(Duration::from_secs(60))
+.build();
+
+// 5. Deploy and run
+let runner = deployer.deploy(&scenario).await?;
+runner.run(&mut scenario).await?;
+

This pattern—topology, workloads, expectations, duration—repeats across all scenarios in this book.

+

Learn more: For protocol-level documentation and node internals, see the Logos Project Documentation.

+ +
+ + +
+
+ + + +
+ + + + + + + + + + + + + + + + + + + +
+ + diff --git a/docs/logging-observability.html b/docs/logging-observability.html new file mode 100644 index 0000000..efe7ccd --- /dev/null +++ b/docs/logging-observability.html @@ -0,0 +1,515 @@ + + + + + + Logging & Observability - Logos Blockchain Testing Framework Book + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + + +
+
+

Logging & Observability

+

Comprehensive guide to log collection, metrics, and debugging across all runners.

+

Node Logging vs Framework Logging

+

Critical distinction: Node logs and framework logs use different configuration mechanisms.

+
+ + +
ComponentControlled ByPurpose
Framework binaries (cargo run -p runner-examples --bin local_runner)RUST_LOGRunner orchestration, deployment logs
Node processes (validators, executors spawned by runner)NOMOS_LOG_LEVEL, NOMOS_LOG_FILTER (+ NOMOS_LOG_DIR on host runner)Consensus, DA, mempool, network logs
+
+

Common mistake: Setting RUST_LOG=debug only increases verbosity of the runner binary itself. Node logs remain at their default level unless you also set NOMOS_LOG_LEVEL=debug.

+

Example:

+
# This only makes the RUNNER verbose, not the nodes:
+RUST_LOG=debug cargo run -p runner-examples --bin local_runner
+
+# This makes the NODES verbose:
+NOMOS_LOG_LEVEL=debug cargo run -p runner-examples --bin local_runner
+
+# Both verbose (typically not needed):
+RUST_LOG=debug NOMOS_LOG_LEVEL=debug cargo run -p runner-examples --bin local_runner
+
+

Logging Environment Variables

+

See Environment Variables Reference for complete details. Quick summary:

+
+ + + + + + +
VariableDefaultEffect
NOMOS_LOG_DIRNone (console only)Host runner: directory for per-node log files. Compose/k8s: use cfgsync.yaml
NOMOS_LOG_LEVELinfoGlobal log level: error, warn, info, debug, trace
NOMOS_LOG_FILTERNoneFine-grained target filtering (e.g., cryptarchia=trace,nomos_da_sampling=debug)
NOMOS_TESTS_TRACINGfalseEnable debug tracing preset
NOMOS_OTLP_ENDPOINTNoneOTLP trace endpoint (optional)
NOMOS_OTLP_METRICS_ENDPOINTNoneOTLP metrics endpoint (optional)
+
+

Example: Full debug logging to files:

+
NOMOS_TESTS_TRACING=true \
+NOMOS_LOG_DIR=/tmp/test-logs \
+NOMOS_LOG_LEVEL=debug \
+NOMOS_LOG_FILTER="cryptarchia=trace,nomos_da_sampling=debug,nomos_da_dispersal=debug,nomos_da_verifier=debug" \
+POL_PROOF_DEV_MODE=true \
+cargo run -p runner-examples --bin local_runner
+
+

Per-Node Log Files

+

When NOMOS_LOG_DIR is set, each node writes logs to separate files:

+

File naming pattern:

+
    +
  • Validators: Prefix nomos-node-0, nomos-node-1, etc. (may include timestamp suffix)
  • +
  • Executors: Prefix nomos-executor-0, nomos-executor-1, etc. (may include timestamp suffix)
  • +
+

Example filenames:

+
    +
  • nomos-node-0.2024-12-18T14-30-00.log
  • +
  • nomos-node-1.2024-12-18T14-30-00.log
  • +
  • nomos-executor-0.2024-12-18T14-30-00.log
  • +
+

Local runner note: The local runner uses per-run temporary directories under the current working directory and removes them after the run unless NOMOS_TESTS_KEEP_LOGS=1. Use NOMOS_LOG_DIR=/path/to/logs to write per-node log files to a stable location.

+

Filter Target Names

+

Common target prefixes for NOMOS_LOG_FILTER:

+
+ + + + + + + + +
Target PrefixSubsystem
cryptarchiaConsensus (Cryptarchia)
nomos_da_samplingDA sampling service
nomos_da_dispersalDA dispersal service
nomos_da_verifierDA verification
nomos_blendMix network/privacy layer
chain_serviceChain service (node APIs/state)
chain_networkP2P networking
chain_leaderLeader election
+
+

Example filter:

+
NOMOS_LOG_FILTER="cryptarchia=trace,nomos_da_sampling=debug,chain_service=info,chain_network=info"
+
+
+

Accessing Logs by Runner

+

Local Runner (Host Processes)

+

Default (temporary directories, auto-cleanup):

+
POL_PROOF_DEV_MODE=true cargo run -p runner-examples --bin local_runner
+# Logs written to temporary directories in working directory
+# Automatically cleaned up after test completes
+
+

Persistent file output:

+
NOMOS_LOG_DIR=/tmp/local-logs \
+POL_PROOF_DEV_MODE=true \
+cargo run -p runner-examples --bin local_runner
+
+# After test completes:
+ls /tmp/local-logs/
+# Files with prefix: nomos-node-0*, nomos-node-1*, nomos-executor-0*
+# May include timestamps in filename
+
+

Tip: Use NOMOS_LOG_DIR for persistent per-node log files, and NOMOS_TESTS_KEEP_LOGS=1 if you want to keep the per-run temporary directories (configs/state) for post-mortem inspection.

+

Compose Runner (Docker Containers)

+

Via Docker logs (default, recommended):

+
# List containers (note the UUID prefix in names)
+docker ps --filter "name=nomos-compose-"
+
+# Stream logs from specific container
+docker logs -f <container-id-or-name>
+
+# Or use name pattern matching:
+docker logs -f $(docker ps --filter "name=nomos-compose-.*-validator-0" -q | head -1)
+
+# Show last 100 lines
+docker logs --tail 100 <container-id>
+
+

Via file collection (advanced):

+

To write per-node log files inside containers, set tracing_settings.logger: !File in testing-framework/assets/stack/cfgsync.yaml (and ensure the directory is writable). To access them, you must either:

+
    +
  1. Copy files out after the run:
  2. +
+
# Ensure cfgsync.yaml is configured to log to /logs
+NOMOS_TESTNET_IMAGE=logos-blockchain-testing:local \
+POL_PROOF_DEV_MODE=true \
+cargo run -p runner-examples --bin compose_runner
+
+# After test, copy files from containers:
+docker ps --filter "name=nomos-compose-"
+docker cp <container-id>:/logs/node* /tmp/
+
+
    +
  1. Mount a host volume (requires modifying compose template):
  2. +
+
volumes:
+  - /tmp/host-logs:/logs  # Add to docker-compose.yml.tera
+
+

Recommendation: Use docker logs by default. File collection inside containers is complex and rarely needed.

+

Keep containers for debugging:

+
COMPOSE_RUNNER_PRESERVE=1 \
+NOMOS_TESTNET_IMAGE=logos-blockchain-testing:local \
+cargo run -p runner-examples --bin compose_runner
+# Containers remain running after test—inspect with docker logs or docker exec
+
+

Compose debugging variables:

+
    +
  • COMPOSE_RUNNER_HOST=127.0.0.1 — host used for readiness probes
  • +
  • COMPOSE_RUNNER_HOST_GATEWAY=host.docker.internal:host-gateway — controls extra_hosts entry (set to disable to omit)
  • +
  • TESTNET_RUNNER_PRESERVE=1 — alias for COMPOSE_RUNNER_PRESERVE=1
  • +
  • COMPOSE_RUNNER_HTTP_TIMEOUT_SECS=<secs> — override HTTP readiness timeout
  • +
+

Note: Container names follow pattern nomos-compose-{uuid}-validator-{index}-1 where {uuid} changes per run.

+

K8s Runner (Kubernetes Pods)

+

Via kubectl logs (use label selectors):

+
# List pods
+kubectl get pods
+
+# Stream logs using label selectors (recommended)
+# Helm chart labels:
+# - nomos/logical-role=validator|executor
+# - nomos/validator-index / nomos/executor-index
+kubectl logs -l nomos/logical-role=validator -f
+kubectl logs -l nomos/logical-role=executor -f
+
+# Stream logs from specific pod
+kubectl logs -f nomos-validator-0
+
+# Previous logs from crashed pods
+kubectl logs --previous -l nomos/logical-role=validator
+
+

Download logs for offline analysis:

+
# Using label selectors
+kubectl logs -l nomos/logical-role=validator --tail=1000 > all-validators.log
+kubectl logs -l nomos/logical-role=executor --tail=1000 > all-executors.log
+
+# Specific pods
+kubectl logs nomos-validator-0 > validator-0.log
+kubectl logs nomos-executor-1 > executor-1.log
+
+

K8s debugging variables:

+
    +
  • K8S_RUNNER_DEBUG=1 — logs Helm stdout/stderr for install commands
  • +
  • K8S_RUNNER_PRESERVE=1 — keep namespace/release after run
  • +
  • K8S_RUNNER_NODE_HOST=<ip|hostname> — override NodePort host resolution
  • +
  • K8S_RUNNER_NAMESPACE=<name> / K8S_RUNNER_RELEASE=<name> — pin namespace/release (useful for debugging)
  • +
+

Specify namespace (if not using default):

+
kubectl logs -n my-namespace -l nomos/logical-role=validator -f
+
+

Note: K8s runner is optimized for local clusters (Docker Desktop K8s, minikube, kind). Remote clusters require additional setup.

+
+

OTLP and Telemetry

+

OTLP exporters are optional. If you see errors about unreachable OTLP endpoints, it's safe to ignore them unless you're actively collecting traces/metrics.

+

To enable OTLP:

+
NOMOS_OTLP_ENDPOINT=http://localhost:4317 \
+NOMOS_OTLP_METRICS_ENDPOINT=http://localhost:4318 \
+cargo run -p runner-examples --bin local_runner
+
+

To silence OTLP errors: Simply leave these variables unset (the default).

+
+

Observability: Prometheus and Node APIs

+

Runners expose metrics and node HTTP endpoints for expectation code and debugging.

+

Prometheus-Compatible Metrics Querying (Optional)

+
    +
  • Runners do not provision Prometheus automatically
  • +
  • For a ready-to-run stack, use scripts/setup/setup-observability.sh: +
      +
    • Compose: scripts/setup/setup-observability.sh compose up then scripts/setup/setup-observability.sh compose env
    • +
    • K8s: scripts/setup/setup-observability.sh k8s install then scripts/setup/setup-observability.sh k8s env
    • +
    +
  • +
  • Provide NOMOS_METRICS_QUERY_URL (PromQL base URL) to enable ctx.telemetry() queries
  • +
  • Access from expectations when configured: ctx.telemetry().prometheus().map(|p| p.base_url())
  • +
+

Example:

+
# Start observability stack (Compose)
+scripts/setup/setup-observability.sh compose up
+
+# Get environment variables
+eval $(scripts/setup/setup-observability.sh compose env)
+
+# Run scenario with metrics
+POL_PROOF_DEV_MODE=true \
+scripts/run/run-examples.sh -t 60 -v 3 -e 1 compose
+
+

Grafana (Optional)

+
    +
  • Runners do not provision Grafana automatically (but scripts/setup/setup-observability.sh can)
  • +
  • If you set NOMOS_GRAFANA_URL, the deployer prints it in TESTNET_ENDPOINTS
  • +
  • Dashboards live in testing-framework/assets/stack/monitoring/grafana/dashboards/ (the bundled stack auto-provisions them)
  • +
+

Example:

+
# Bring up the bundled Prometheus+Grafana stack (optional)
+scripts/setup/setup-observability.sh compose up
+eval $(scripts/setup/setup-observability.sh compose env)
+
+export NOMOS_GRAFANA_URL=http://localhost:3000
+POL_PROOF_DEV_MODE=true scripts/run/run-examples.sh -t 60 -v 3 -e 1 compose
+
+

Default bundled Grafana login: admin / admin (see scripts/observability/compose/docker-compose.yml).

+

Node APIs

+
    +
  • Access from expectations: ctx.node_clients().validator_clients().get(0)
  • +
  • Endpoints: consensus info, network info, DA membership, etc.
  • +
  • See testing-framework/core/src/nodes/api_client.rs for available methods
  • +
+

Example usage in expectations:

+
use testing_framework_core::scenario::{DynError, RunContext};
+
+async fn evaluate(ctx: &RunContext) -> Result<(), DynError> {
+    let client = &ctx.node_clients().validator_clients()[0];
+
+    let info = client.consensus_info().await?;
+    tracing::info!(height = info.height, "consensus info from validator 0");
+
+    Ok(())
+}
+
+

Observability Flow

+
flowchart TD
+    Expose[Runner exposes endpoints/ports] --> Collect[Runtime collects block/health signals]
+    Collect --> Consume[Expectations consume signals<br/>decide pass/fail]
+    Consume --> Inspect[Operators inspect logs/metrics<br/>when failures arise]
+
+
+

Quick Reference

+

Debug Logging (Host)

+
NOMOS_LOG_DIR=/tmp/logs \
+NOMOS_LOG_LEVEL=debug \
+NOMOS_LOG_FILTER="cryptarchia=trace" \
+POL_PROOF_DEV_MODE=true \
+scripts/run/run-examples.sh -t 60 -v 3 -e 1 host
+
+

Compose with Observability

+
# Start observability stack
+scripts/setup/setup-observability.sh compose up
+eval $(scripts/setup/setup-observability.sh compose env)
+
+# Run with metrics
+POL_PROOF_DEV_MODE=true \
+scripts/run/run-examples.sh -t 60 -v 3 -e 1 compose
+
+# Access Grafana at http://localhost:3000
+
+

K8s with Debug

+
K8S_RUNNER_NAMESPACE=nomos-debug \
+K8S_RUNNER_DEBUG=1 \
+K8S_RUNNER_PRESERVE=1 \
+POL_PROOF_DEV_MODE=true \
+scripts/run/run-examples.sh -t 60 -v 3 -e 1 k8s
+
+# Inspect logs
+kubectl logs -n nomos-debug -l nomos/logical-role=validator
+
+
+

See Also

+ + +
+ + +
+
+ + + +
+ + + + + + + + + + + + + + + + + + + +
+ + diff --git a/docs/mark-09e88c2c.min.js b/docs/mark-09e88c2c.min.js new file mode 100644 index 0000000..1636231 --- /dev/null +++ b/docs/mark-09e88c2c.min.js @@ -0,0 +1,7 @@ +/*!*************************************************** +* mark.js v8.11.1 +* https://markjs.io/ +* Copyright (c) 2014–2018, Julian Kühnel +* Released under the MIT license https://git.io/vwTVl +*****************************************************/ +!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):e.Mark=t()}(this,function(){"use strict";var e="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},t=function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")},n=function(){function e(e,t){for(var n=0;n1&&void 0!==arguments[1])||arguments[1],i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:[],o=arguments.length>3&&void 0!==arguments[3]?arguments[3]:5e3;t(this,e),this.ctx=n,this.iframes=r,this.exclude=i,this.iframesTimeout=o}return n(e,[{key:"getContexts",value:function(){var e=[];return(void 0!==this.ctx&&this.ctx?NodeList.prototype.isPrototypeOf(this.ctx)?Array.prototype.slice.call(this.ctx):Array.isArray(this.ctx)?this.ctx:"string"==typeof this.ctx?Array.prototype.slice.call(document.querySelectorAll(this.ctx)):[this.ctx]:[]).forEach(function(t){var n=e.filter(function(e){return e.contains(t)}).length>0;-1!==e.indexOf(t)||n||e.push(t)}),e}},{key:"getIframeContents",value:function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:function(){},r=void 0;try{var i=e.contentWindow;if(r=i.document,!i||!r)throw new Error("iframe inaccessible")}catch(e){n()}r&&t(r)}},{key:"isIframeBlank",value:function(e){var t="about:blank",n=e.getAttribute("src").trim();return e.contentWindow.location.href===t&&n!==t&&n}},{key:"observeIframeLoad",value:function(e,t,n){var r=this,i=!1,o=null,a=function a(){if(!i){i=!0,clearTimeout(o);try{r.isIframeBlank(e)||(e.removeEventListener("load",a),r.getIframeContents(e,t,n))}catch(e){n()}}};e.addEventListener("load",a),o=setTimeout(a,this.iframesTimeout)}},{key:"onIframeReady",value:function(e,t,n){try{"complete"===e.contentWindow.document.readyState?this.isIframeBlank(e)?this.observeIframeLoad(e,t,n):this.getIframeContents(e,t,n):this.observeIframeLoad(e,t,n)}catch(e){n()}}},{key:"waitForIframes",value:function(e,t){var n=this,r=0;this.forEachIframe(e,function(){return!0},function(e){r++,n.waitForIframes(e.querySelector("html"),function(){--r||t()})},function(e){e||t()})}},{key:"forEachIframe",value:function(t,n,r){var i=this,o=arguments.length>3&&void 0!==arguments[3]?arguments[3]:function(){},a=t.querySelectorAll("iframe"),s=a.length,c=0;a=Array.prototype.slice.call(a);var u=function(){--s<=0&&o(c)};s||u(),a.forEach(function(t){e.matches(t,i.exclude)?u():i.onIframeReady(t,function(e){n(t)&&(c++,r(e)),u()},u)})}},{key:"createIterator",value:function(e,t,n){return document.createNodeIterator(e,t,n,!1)}},{key:"createInstanceOnIframe",value:function(t){return new e(t.querySelector("html"),this.iframes)}},{key:"compareNodeIframe",value:function(e,t,n){if(e.compareDocumentPosition(n)&Node.DOCUMENT_POSITION_PRECEDING){if(null===t)return!0;if(t.compareDocumentPosition(n)&Node.DOCUMENT_POSITION_FOLLOWING)return!0}return!1}},{key:"getIteratorNode",value:function(e){var t=e.previousNode();return{prevNode:t,node:null===t?e.nextNode():e.nextNode()&&e.nextNode()}}},{key:"checkIframeFilter",value:function(e,t,n,r){var i=!1,o=!1;return r.forEach(function(e,t){e.val===n&&(i=t,o=e.handled)}),this.compareNodeIframe(e,t,n)?(!1!==i||o?!1===i||o||(r[i].handled=!0):r.push({val:n,handled:!0}),!0):(!1===i&&r.push({val:n,handled:!1}),!1)}},{key:"handleOpenIframes",value:function(e,t,n,r){var i=this;e.forEach(function(e){e.handled||i.getIframeContents(e.val,function(e){i.createInstanceOnIframe(e).forEachNode(t,n,r)})})}},{key:"iterateThroughNodes",value:function(e,t,n,r,i){for(var o,a=this,s=this.createIterator(t,e,r),c=[],u=[],l=void 0,h=void 0;void 0,o=a.getIteratorNode(s),h=o.prevNode,l=o.node;)this.iframes&&this.forEachIframe(t,function(e){return a.checkIframeFilter(l,h,e,c)},function(t){a.createInstanceOnIframe(t).forEachNode(e,function(e){return u.push(e)},r)}),u.push(l);u.forEach(function(e){n(e)}),this.iframes&&this.handleOpenIframes(c,e,n,r),i()}},{key:"forEachNode",value:function(e,t,n){var r=this,i=arguments.length>3&&void 0!==arguments[3]?arguments[3]:function(){},o=this.getContexts(),a=o.length;a||i(),o.forEach(function(o){var s=function(){r.iterateThroughNodes(e,o,t,n,function(){--a<=0&&i()})};r.iframes?r.waitForIframes(o,s):s()})}}],[{key:"matches",value:function(e,t){var n="string"==typeof t?[t]:t,r=e.matches||e.matchesSelector||e.msMatchesSelector||e.mozMatchesSelector||e.oMatchesSelector||e.webkitMatchesSelector;if(r){var i=!1;return n.every(function(t){return!r.call(e,t)||(i=!0,!1)}),i}return!1}}]),e}(),o=function(){function e(n){t(this,e),this.opt=r({},{diacritics:!0,synonyms:{},accuracy:"partially",caseSensitive:!1,ignoreJoiners:!1,ignorePunctuation:[],wildcards:"disabled"},n)}return n(e,[{key:"create",value:function(e){return"disabled"!==this.opt.wildcards&&(e=this.setupWildcardsRegExp(e)),e=this.escapeStr(e),Object.keys(this.opt.synonyms).length&&(e=this.createSynonymsRegExp(e)),(this.opt.ignoreJoiners||this.opt.ignorePunctuation.length)&&(e=this.setupIgnoreJoinersRegExp(e)),this.opt.diacritics&&(e=this.createDiacriticsRegExp(e)),e=this.createMergedBlanksRegExp(e),(this.opt.ignoreJoiners||this.opt.ignorePunctuation.length)&&(e=this.createJoinersRegExp(e)),"disabled"!==this.opt.wildcards&&(e=this.createWildcardsRegExp(e)),e=this.createAccuracyRegExp(e),new RegExp(e,"gm"+(this.opt.caseSensitive?"":"i"))}},{key:"escapeStr",value:function(e){return e.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g,"\\$&")}},{key:"createSynonymsRegExp",value:function(e){var t=this.opt.synonyms,n=this.opt.caseSensitive?"":"i",r=this.opt.ignoreJoiners||this.opt.ignorePunctuation.length?"\0":"";for(var i in t)if(t.hasOwnProperty(i)){var o=t[i],a="disabled"!==this.opt.wildcards?this.setupWildcardsRegExp(i):this.escapeStr(i),s="disabled"!==this.opt.wildcards?this.setupWildcardsRegExp(o):this.escapeStr(o);""!==a&&""!==s&&(e=e.replace(new RegExp("("+this.escapeStr(a)+"|"+this.escapeStr(s)+")","gm"+n),r+"("+this.processSynonyms(a)+"|"+this.processSynonyms(s)+")"+r))}return e}},{key:"processSynonyms",value:function(e){return(this.opt.ignoreJoiners||this.opt.ignorePunctuation.length)&&(e=this.setupIgnoreJoinersRegExp(e)),e}},{key:"setupWildcardsRegExp",value:function(e){return(e=e.replace(/(?:\\)*\?/g,function(e){return"\\"===e.charAt(0)?"?":""})).replace(/(?:\\)*\*/g,function(e){return"\\"===e.charAt(0)?"*":""})}},{key:"createWildcardsRegExp",value:function(e){var t="withSpaces"===this.opt.wildcards;return e.replace(/\u0001/g,t?"[\\S\\s]?":"\\S?").replace(/\u0002/g,t?"[\\S\\s]*?":"\\S*")}},{key:"setupIgnoreJoinersRegExp",value:function(e){return e.replace(/[^(|)\\]/g,function(e,t,n){var r=n.charAt(t+1);return/[(|)\\]/.test(r)||""===r?e:e+"\0"})}},{key:"createJoinersRegExp",value:function(e){var t=[],n=this.opt.ignorePunctuation;return Array.isArray(n)&&n.length&&t.push(this.escapeStr(n.join(""))),this.opt.ignoreJoiners&&t.push("\\u00ad\\u200b\\u200c\\u200d"),t.length?e.split(/\u0000+/).join("["+t.join("")+"]*"):e}},{key:"createDiacriticsRegExp",value:function(e){var t=this.opt.caseSensitive?"":"i",n=this.opt.caseSensitive?["aàáảãạăằắẳẵặâầấẩẫậäåāą","AÀÁẢÃẠĂẰẮẲẴẶÂẦẤẨẪẬÄÅĀĄ","cçćč","CÇĆČ","dđď","DĐĎ","eèéẻẽẹêềếểễệëěēę","EÈÉẺẼẸÊỀẾỂỄỆËĚĒĘ","iìíỉĩịîïī","IÌÍỈĨỊÎÏĪ","lł","LŁ","nñňń","NÑŇŃ","oòóỏõọôồốổỗộơởỡớờợöøō","OÒÓỎÕỌÔỒỐỔỖỘƠỞỠỚỜỢÖØŌ","rř","RŘ","sšśșş","SŠŚȘŞ","tťțţ","TŤȚŢ","uùúủũụưừứửữựûüůū","UÙÚỦŨỤƯỪỨỬỮỰÛÜŮŪ","yýỳỷỹỵÿ","YÝỲỶỸỴŸ","zžżź","ZŽŻŹ"]:["aàáảãạăằắẳẵặâầấẩẫậäåāąAÀÁẢÃẠĂẰẮẲẴẶÂẦẤẨẪẬÄÅĀĄ","cçćčCÇĆČ","dđďDĐĎ","eèéẻẽẹêềếểễệëěēęEÈÉẺẼẸÊỀẾỂỄỆËĚĒĘ","iìíỉĩịîïīIÌÍỈĨỊÎÏĪ","lłLŁ","nñňńNÑŇŃ","oòóỏõọôồốổỗộơởỡớờợöøōOÒÓỎÕỌÔỒỐỔỖỘƠỞỠỚỜỢÖØŌ","rřRŘ","sšśșşSŠŚȘŞ","tťțţTŤȚŢ","uùúủũụưừứửữựûüůūUÙÚỦŨỤƯỪỨỬỮỰÛÜŮŪ","yýỳỷỹỵÿYÝỲỶỸỴŸ","zžżźZŽŻŹ"],r=[];return e.split("").forEach(function(i){n.every(function(n){if(-1!==n.indexOf(i)){if(r.indexOf(n)>-1)return!1;e=e.replace(new RegExp("["+n+"]","gm"+t),"["+n+"]"),r.push(n)}return!0})}),e}},{key:"createMergedBlanksRegExp",value:function(e){return e.replace(/[\s]+/gim,"[\\s]+")}},{key:"createAccuracyRegExp",value:function(e){var t=this,n=this.opt.accuracy,r="string"==typeof n?n:n.value,i="";switch(("string"==typeof n?[]:n.limiters).forEach(function(e){i+="|"+t.escapeStr(e)}),r){case"partially":default:return"()("+e+")";case"complementary":return"()([^"+(i="\\s"+(i||this.escapeStr("!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~¡¿")))+"]*"+e+"[^"+i+"]*)";case"exactly":return"(^|\\s"+i+")("+e+")(?=$|\\s"+i+")"}}}]),e}(),a=function(){function a(e){t(this,a),this.ctx=e,this.ie=!1;var n=window.navigator.userAgent;(n.indexOf("MSIE")>-1||n.indexOf("Trident")>-1)&&(this.ie=!0)}return n(a,[{key:"log",value:function(t){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"debug",r=this.opt.log;this.opt.debug&&"object"===(void 0===r?"undefined":e(r))&&"function"==typeof r[n]&&r[n]("mark.js: "+t)}},{key:"getSeparatedKeywords",value:function(e){var t=this,n=[];return e.forEach(function(e){t.opt.separateWordSearch?e.split(" ").forEach(function(e){e.trim()&&-1===n.indexOf(e)&&n.push(e)}):e.trim()&&-1===n.indexOf(e)&&n.push(e)}),{keywords:n.sort(function(e,t){return t.length-e.length}),length:n.length}}},{key:"isNumeric",value:function(e){return Number(parseFloat(e))==e}},{key:"checkRanges",value:function(e){var t=this;if(!Array.isArray(e)||"[object Object]"!==Object.prototype.toString.call(e[0]))return this.log("markRanges() will only accept an array of objects"),this.opt.noMatch(e),[];var n=[],r=0;return e.sort(function(e,t){return e.start-t.start}).forEach(function(e){var i=t.callNoMatchOnInvalidRanges(e,r),o=i.start,a=i.end;i.valid&&(e.start=o,e.length=a-o,n.push(e),r=a)}),n}},{key:"callNoMatchOnInvalidRanges",value:function(e,t){var n=void 0,r=void 0,i=!1;return e&&void 0!==e.start?(r=(n=parseInt(e.start,10))+parseInt(e.length,10),this.isNumeric(e.start)&&this.isNumeric(e.length)&&r-t>0&&r-n>0?i=!0:(this.log("Ignoring invalid or overlapping range: "+JSON.stringify(e)),this.opt.noMatch(e))):(this.log("Ignoring invalid range: "+JSON.stringify(e)),this.opt.noMatch(e)),{start:n,end:r,valid:i}}},{key:"checkWhitespaceRanges",value:function(e,t,n){var r=void 0,i=!0,o=n.length,a=t-o,s=parseInt(e.start,10)-a;return(r=(s=s>o?o:s)+parseInt(e.length,10))>o&&(r=o,this.log("End range automatically set to the max value of "+o)),s<0||r-s<0||s>o||r>o?(i=!1,this.log("Invalid range: "+JSON.stringify(e)),this.opt.noMatch(e)):""===n.substring(s,r).replace(/\s+/g,"")&&(i=!1,this.log("Skipping whitespace only range: "+JSON.stringify(e)),this.opt.noMatch(e)),{start:s,end:r,valid:i}}},{key:"getTextNodes",value:function(e){var t=this,n="",r=[];this.iterator.forEachNode(NodeFilter.SHOW_TEXT,function(e){r.push({start:n.length,end:(n+=e.textContent).length,node:e})},function(e){return t.matchesExclude(e.parentNode)?NodeFilter.FILTER_REJECT:NodeFilter.FILTER_ACCEPT},function(){e({value:n,nodes:r})})}},{key:"matchesExclude",value:function(e){return i.matches(e,this.opt.exclude.concat(["script","style","title","head","html"]))}},{key:"wrapRangeInTextNode",value:function(e,t,n){var r=this.opt.element?this.opt.element:"mark",i=e.splitText(t),o=i.splitText(n-t),a=document.createElement(r);return a.setAttribute("data-markjs","true"),this.opt.className&&a.setAttribute("class",this.opt.className),a.textContent=i.textContent,i.parentNode.replaceChild(a,i),o}},{key:"wrapRangeInMappedTextNode",value:function(e,t,n,r,i){var o=this;e.nodes.every(function(a,s){var c=e.nodes[s+1];if(void 0===c||c.start>t){if(!r(a.node))return!1;var u=t-a.start,l=(n>a.end?a.end:n)-a.start,h=e.value.substr(0,a.start),f=e.value.substr(l+a.start);if(a.node=o.wrapRangeInTextNode(a.node,u,l),e.value=h+f,e.nodes.forEach(function(t,n){n>=s&&(e.nodes[n].start>0&&n!==s&&(e.nodes[n].start-=l),e.nodes[n].end-=l)}),n-=l,i(a.node.previousSibling,a.start),!(n>a.end))return!1;t=a.end}return!0})}},{key:"wrapGroups",value:function(e,t,n,r){return r((e=this.wrapRangeInTextNode(e,t,t+n)).previousSibling),e}},{key:"separateGroups",value:function(e,t,n,r,i){for(var o=t.length,a=1;a-1&&r(t[a],e)&&(e=this.wrapGroups(e,s,t[a].length,i))}return e}},{key:"wrapMatches",value:function(e,t,n,r,i){var o=this,a=0===t?0:t+1;this.getTextNodes(function(t){t.nodes.forEach(function(t){t=t.node;for(var i=void 0;null!==(i=e.exec(t.textContent))&&""!==i[a];){if(o.opt.separateGroups)t=o.separateGroups(t,i,a,n,r);else{if(!n(i[a],t))continue;var s=i.index;if(0!==a)for(var c=1;c1&&void 0!==arguments[1])||arguments[1],i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:[],o=arguments.length>3&&void 0!==arguments[3]?arguments[3]:5e3;t(this,e),this.ctx=n,this.iframes=r,this.exclude=i,this.iframesTimeout=o}return n(e,[{key:"getContexts",value:function(){var e=[];return(void 0!==this.ctx&&this.ctx?NodeList.prototype.isPrototypeOf(this.ctx)?Array.prototype.slice.call(this.ctx):Array.isArray(this.ctx)?this.ctx:"string"==typeof this.ctx?Array.prototype.slice.call(document.querySelectorAll(this.ctx)):[this.ctx]:[]).forEach(function(t){var n=e.filter(function(e){return e.contains(t)}).length>0;-1!==e.indexOf(t)||n||e.push(t)}),e}},{key:"getIframeContents",value:function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:function(){},r=void 0;try{var i=e.contentWindow;if(r=i.document,!i||!r)throw new Error("iframe inaccessible")}catch(e){n()}r&&t(r)}},{key:"isIframeBlank",value:function(e){var t="about:blank",n=e.getAttribute("src").trim();return e.contentWindow.location.href===t&&n!==t&&n}},{key:"observeIframeLoad",value:function(e,t,n){var r=this,i=!1,o=null,a=function a(){if(!i){i=!0,clearTimeout(o);try{r.isIframeBlank(e)||(e.removeEventListener("load",a),r.getIframeContents(e,t,n))}catch(e){n()}}};e.addEventListener("load",a),o=setTimeout(a,this.iframesTimeout)}},{key:"onIframeReady",value:function(e,t,n){try{"complete"===e.contentWindow.document.readyState?this.isIframeBlank(e)?this.observeIframeLoad(e,t,n):this.getIframeContents(e,t,n):this.observeIframeLoad(e,t,n)}catch(e){n()}}},{key:"waitForIframes",value:function(e,t){var n=this,r=0;this.forEachIframe(e,function(){return!0},function(e){r++,n.waitForIframes(e.querySelector("html"),function(){--r||t()})},function(e){e||t()})}},{key:"forEachIframe",value:function(t,n,r){var i=this,o=arguments.length>3&&void 0!==arguments[3]?arguments[3]:function(){},a=t.querySelectorAll("iframe"),s=a.length,c=0;a=Array.prototype.slice.call(a);var u=function(){--s<=0&&o(c)};s||u(),a.forEach(function(t){e.matches(t,i.exclude)?u():i.onIframeReady(t,function(e){n(t)&&(c++,r(e)),u()},u)})}},{key:"createIterator",value:function(e,t,n){return document.createNodeIterator(e,t,n,!1)}},{key:"createInstanceOnIframe",value:function(t){return new e(t.querySelector("html"),this.iframes)}},{key:"compareNodeIframe",value:function(e,t,n){if(e.compareDocumentPosition(n)&Node.DOCUMENT_POSITION_PRECEDING){if(null===t)return!0;if(t.compareDocumentPosition(n)&Node.DOCUMENT_POSITION_FOLLOWING)return!0}return!1}},{key:"getIteratorNode",value:function(e){var t=e.previousNode();return{prevNode:t,node:null===t?e.nextNode():e.nextNode()&&e.nextNode()}}},{key:"checkIframeFilter",value:function(e,t,n,r){var i=!1,o=!1;return r.forEach(function(e,t){e.val===n&&(i=t,o=e.handled)}),this.compareNodeIframe(e,t,n)?(!1!==i||o?!1===i||o||(r[i].handled=!0):r.push({val:n,handled:!0}),!0):(!1===i&&r.push({val:n,handled:!1}),!1)}},{key:"handleOpenIframes",value:function(e,t,n,r){var i=this;e.forEach(function(e){e.handled||i.getIframeContents(e.val,function(e){i.createInstanceOnIframe(e).forEachNode(t,n,r)})})}},{key:"iterateThroughNodes",value:function(e,t,n,r,i){for(var o,a=this,s=this.createIterator(t,e,r),c=[],u=[],l=void 0,h=void 0;void 0,o=a.getIteratorNode(s),h=o.prevNode,l=o.node;)this.iframes&&this.forEachIframe(t,function(e){return a.checkIframeFilter(l,h,e,c)},function(t){a.createInstanceOnIframe(t).forEachNode(e,function(e){return u.push(e)},r)}),u.push(l);u.forEach(function(e){n(e)}),this.iframes&&this.handleOpenIframes(c,e,n,r),i()}},{key:"forEachNode",value:function(e,t,n){var r=this,i=arguments.length>3&&void 0!==arguments[3]?arguments[3]:function(){},o=this.getContexts(),a=o.length;a||i(),o.forEach(function(o){var s=function(){r.iterateThroughNodes(e,o,t,n,function(){--a<=0&&i()})};r.iframes?r.waitForIframes(o,s):s()})}}],[{key:"matches",value:function(e,t){var n="string"==typeof t?[t]:t,r=e.matches||e.matchesSelector||e.msMatchesSelector||e.mozMatchesSelector||e.oMatchesSelector||e.webkitMatchesSelector;if(r){var i=!1;return n.every(function(t){return!r.call(e,t)||(i=!0,!1)}),i}return!1}}]),e}(),o=function(){function e(n){t(this,e),this.opt=r({},{diacritics:!0,synonyms:{},accuracy:"partially",caseSensitive:!1,ignoreJoiners:!1,ignorePunctuation:[],wildcards:"disabled"},n)}return n(e,[{key:"create",value:function(e){return"disabled"!==this.opt.wildcards&&(e=this.setupWildcardsRegExp(e)),e=this.escapeStr(e),Object.keys(this.opt.synonyms).length&&(e=this.createSynonymsRegExp(e)),(this.opt.ignoreJoiners||this.opt.ignorePunctuation.length)&&(e=this.setupIgnoreJoinersRegExp(e)),this.opt.diacritics&&(e=this.createDiacriticsRegExp(e)),e=this.createMergedBlanksRegExp(e),(this.opt.ignoreJoiners||this.opt.ignorePunctuation.length)&&(e=this.createJoinersRegExp(e)),"disabled"!==this.opt.wildcards&&(e=this.createWildcardsRegExp(e)),e=this.createAccuracyRegExp(e),new RegExp(e,"gm"+(this.opt.caseSensitive?"":"i"))}},{key:"escapeStr",value:function(e){return e.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g,"\\$&")}},{key:"createSynonymsRegExp",value:function(e){var t=this.opt.synonyms,n=this.opt.caseSensitive?"":"i",r=this.opt.ignoreJoiners||this.opt.ignorePunctuation.length?"\0":"";for(var i in t)if(t.hasOwnProperty(i)){var o=t[i],a="disabled"!==this.opt.wildcards?this.setupWildcardsRegExp(i):this.escapeStr(i),s="disabled"!==this.opt.wildcards?this.setupWildcardsRegExp(o):this.escapeStr(o);""!==a&&""!==s&&(e=e.replace(new RegExp("("+this.escapeStr(a)+"|"+this.escapeStr(s)+")","gm"+n),r+"("+this.processSynonyms(a)+"|"+this.processSynonyms(s)+")"+r))}return e}},{key:"processSynonyms",value:function(e){return(this.opt.ignoreJoiners||this.opt.ignorePunctuation.length)&&(e=this.setupIgnoreJoinersRegExp(e)),e}},{key:"setupWildcardsRegExp",value:function(e){return(e=e.replace(/(?:\\)*\?/g,function(e){return"\\"===e.charAt(0)?"?":""})).replace(/(?:\\)*\*/g,function(e){return"\\"===e.charAt(0)?"*":""})}},{key:"createWildcardsRegExp",value:function(e){var t="withSpaces"===this.opt.wildcards;return e.replace(/\u0001/g,t?"[\\S\\s]?":"\\S?").replace(/\u0002/g,t?"[\\S\\s]*?":"\\S*")}},{key:"setupIgnoreJoinersRegExp",value:function(e){return e.replace(/[^(|)\\]/g,function(e,t,n){var r=n.charAt(t+1);return/[(|)\\]/.test(r)||""===r?e:e+"\0"})}},{key:"createJoinersRegExp",value:function(e){var t=[],n=this.opt.ignorePunctuation;return Array.isArray(n)&&n.length&&t.push(this.escapeStr(n.join(""))),this.opt.ignoreJoiners&&t.push("\\u00ad\\u200b\\u200c\\u200d"),t.length?e.split(/\u0000+/).join("["+t.join("")+"]*"):e}},{key:"createDiacriticsRegExp",value:function(e){var t=this.opt.caseSensitive?"":"i",n=this.opt.caseSensitive?["aàáảãạăằắẳẵặâầấẩẫậäåāą","AÀÁẢÃẠĂẰẮẲẴẶÂẦẤẨẪẬÄÅĀĄ","cçćč","CÇĆČ","dđď","DĐĎ","eèéẻẽẹêềếểễệëěēę","EÈÉẺẼẸÊỀẾỂỄỆËĚĒĘ","iìíỉĩịîïī","IÌÍỈĨỊÎÏĪ","lł","LŁ","nñňń","NÑŇŃ","oòóỏõọôồốổỗộơởỡớờợöøō","OÒÓỎÕỌÔỒỐỔỖỘƠỞỠỚỜỢÖØŌ","rř","RŘ","sšśșş","SŠŚȘŞ","tťțţ","TŤȚŢ","uùúủũụưừứửữựûüůū","UÙÚỦŨỤƯỪỨỬỮỰÛÜŮŪ","yýỳỷỹỵÿ","YÝỲỶỸỴŸ","zžżź","ZŽŻŹ"]:["aàáảãạăằắẳẵặâầấẩẫậäåāąAÀÁẢÃẠĂẰẮẲẴẶÂẦẤẨẪẬÄÅĀĄ","cçćčCÇĆČ","dđďDĐĎ","eèéẻẽẹêềếểễệëěēęEÈÉẺẼẸÊỀẾỂỄỆËĚĒĘ","iìíỉĩịîïīIÌÍỈĨỊÎÏĪ","lłLŁ","nñňńNÑŇŃ","oòóỏõọôồốổỗộơởỡớờợöøōOÒÓỎÕỌÔỒỐỔỖỘƠỞỠỚỜỢÖØŌ","rřRŘ","sšśșşSŠŚȘŞ","tťțţTŤȚŢ","uùúủũụưừứửữựûüůūUÙÚỦŨỤƯỪỨỬỮỰÛÜŮŪ","yýỳỷỹỵÿYÝỲỶỸỴŸ","zžżźZŽŻŹ"],r=[];return e.split("").forEach(function(i){n.every(function(n){if(-1!==n.indexOf(i)){if(r.indexOf(n)>-1)return!1;e=e.replace(new RegExp("["+n+"]","gm"+t),"["+n+"]"),r.push(n)}return!0})}),e}},{key:"createMergedBlanksRegExp",value:function(e){return e.replace(/[\s]+/gim,"[\\s]+")}},{key:"createAccuracyRegExp",value:function(e){var t=this,n=this.opt.accuracy,r="string"==typeof n?n:n.value,i="";switch(("string"==typeof n?[]:n.limiters).forEach(function(e){i+="|"+t.escapeStr(e)}),r){case"partially":default:return"()("+e+")";case"complementary":return"()([^"+(i="\\s"+(i||this.escapeStr("!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~¡¿")))+"]*"+e+"[^"+i+"]*)";case"exactly":return"(^|\\s"+i+")("+e+")(?=$|\\s"+i+")"}}}]),e}(),a=function(){function a(e){t(this,a),this.ctx=e,this.ie=!1;var n=window.navigator.userAgent;(n.indexOf("MSIE")>-1||n.indexOf("Trident")>-1)&&(this.ie=!0)}return n(a,[{key:"log",value:function(t){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"debug",r=this.opt.log;this.opt.debug&&"object"===(void 0===r?"undefined":e(r))&&"function"==typeof r[n]&&r[n]("mark.js: "+t)}},{key:"getSeparatedKeywords",value:function(e){var t=this,n=[];return e.forEach(function(e){t.opt.separateWordSearch?e.split(" ").forEach(function(e){e.trim()&&-1===n.indexOf(e)&&n.push(e)}):e.trim()&&-1===n.indexOf(e)&&n.push(e)}),{keywords:n.sort(function(e,t){return t.length-e.length}),length:n.length}}},{key:"isNumeric",value:function(e){return Number(parseFloat(e))==e}},{key:"checkRanges",value:function(e){var t=this;if(!Array.isArray(e)||"[object Object]"!==Object.prototype.toString.call(e[0]))return this.log("markRanges() will only accept an array of objects"),this.opt.noMatch(e),[];var n=[],r=0;return e.sort(function(e,t){return e.start-t.start}).forEach(function(e){var i=t.callNoMatchOnInvalidRanges(e,r),o=i.start,a=i.end;i.valid&&(e.start=o,e.length=a-o,n.push(e),r=a)}),n}},{key:"callNoMatchOnInvalidRanges",value:function(e,t){var n=void 0,r=void 0,i=!1;return e&&void 0!==e.start?(r=(n=parseInt(e.start,10))+parseInt(e.length,10),this.isNumeric(e.start)&&this.isNumeric(e.length)&&r-t>0&&r-n>0?i=!0:(this.log("Ignoring invalid or overlapping range: "+JSON.stringify(e)),this.opt.noMatch(e))):(this.log("Ignoring invalid range: "+JSON.stringify(e)),this.opt.noMatch(e)),{start:n,end:r,valid:i}}},{key:"checkWhitespaceRanges",value:function(e,t,n){var r=void 0,i=!0,o=n.length,a=t-o,s=parseInt(e.start,10)-a;return(r=(s=s>o?o:s)+parseInt(e.length,10))>o&&(r=o,this.log("End range automatically set to the max value of "+o)),s<0||r-s<0||s>o||r>o?(i=!1,this.log("Invalid range: "+JSON.stringify(e)),this.opt.noMatch(e)):""===n.substring(s,r).replace(/\s+/g,"")&&(i=!1,this.log("Skipping whitespace only range: "+JSON.stringify(e)),this.opt.noMatch(e)),{start:s,end:r,valid:i}}},{key:"getTextNodes",value:function(e){var t=this,n="",r=[];this.iterator.forEachNode(NodeFilter.SHOW_TEXT,function(e){r.push({start:n.length,end:(n+=e.textContent).length,node:e})},function(e){return t.matchesExclude(e.parentNode)?NodeFilter.FILTER_REJECT:NodeFilter.FILTER_ACCEPT},function(){e({value:n,nodes:r})})}},{key:"matchesExclude",value:function(e){return i.matches(e,this.opt.exclude.concat(["script","style","title","head","html"]))}},{key:"wrapRangeInTextNode",value:function(e,t,n){var r=this.opt.element?this.opt.element:"mark",i=e.splitText(t),o=i.splitText(n-t),a=document.createElement(r);return a.setAttribute("data-markjs","true"),this.opt.className&&a.setAttribute("class",this.opt.className),a.textContent=i.textContent,i.parentNode.replaceChild(a,i),o}},{key:"wrapRangeInMappedTextNode",value:function(e,t,n,r,i){var o=this;e.nodes.every(function(a,s){var c=e.nodes[s+1];if(void 0===c||c.start>t){if(!r(a.node))return!1;var u=t-a.start,l=(n>a.end?a.end:n)-a.start,h=e.value.substr(0,a.start),f=e.value.substr(l+a.start);if(a.node=o.wrapRangeInTextNode(a.node,u,l),e.value=h+f,e.nodes.forEach(function(t,n){n>=s&&(e.nodes[n].start>0&&n!==s&&(e.nodes[n].start-=l),e.nodes[n].end-=l)}),n-=l,i(a.node.previousSibling,a.start),!(n>a.end))return!1;t=a.end}return!0})}},{key:"wrapGroups",value:function(e,t,n,r){return r((e=this.wrapRangeInTextNode(e,t,t+n)).previousSibling),e}},{key:"separateGroups",value:function(e,t,n,r,i){for(var o=t.length,a=1;a-1&&r(t[a],e)&&(e=this.wrapGroups(e,s,t[a].length,i))}return e}},{key:"wrapMatches",value:function(e,t,n,r,i){var o=this,a=0===t?0:t+1;this.getTextNodes(function(t){t.nodes.forEach(function(t){t=t.node;for(var i=void 0;null!==(i=e.exec(t.textContent))&&""!==i[a];){if(o.opt.separateGroups)t=o.separateGroups(t,i,a,n,r);else{if(!n(i[a],t))continue;var s=i.index;if(0!==a)for(var c=1;c + + + + + RunContext: BlockFeed & Node Control - Logos Blockchain Testing Framework Book + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + + +
+
+

RunContext: BlockFeed & Node Control

+

The deployer supplies a RunContext that workloads and expectations share. It +provides:

+
    +
  • Topology descriptors (GeneratedTopology)
  • +
  • Client handles (NodeClients / ClusterClient) for HTTP/RPC calls
  • +
  • Metrics (RunMetrics, Metrics) and block feed
  • +
  • Optional NodeControlHandle for managing nodes
  • +
+

BlockFeed: Observing Block Production

+

The BlockFeed is a broadcast stream of block observations that allows workloads and expectations to monitor blockchain progress in real-time. It polls a validator node continuously and broadcasts new blocks to all subscribers.

+

What BlockFeed Provides

+

Real-time block stream:

+
    +
  • Subscribe to receive BlockRecord notifications as blocks are produced
  • +
  • Each record includes the block header (HeaderId) and full block payload
  • +
  • Backed by a background task that polls node storage every second
  • +
+

Block statistics:

+
    +
  • Track total transactions across all observed blocks
  • +
  • Access via block_feed.stats().total_transactions()
  • +
+

Broadcast semantics:

+
    +
  • Multiple subscribers can receive the same blocks independently
  • +
  • Late subscribers start receiving from current block (no history replay)
  • +
  • Lagged subscribers skip missed blocks automatically
  • +
+

Accessing BlockFeed

+

BlockFeed is available through RunContext:

+
let block_feed = ctx.block_feed();
+

Usage in Expectations

+

Expectations typically use BlockFeed to verify block production and inclusion of transactions/data.

+

Example: Counting blocks during a run

+
use std::sync::{
+    Arc,
+    atomic::{AtomicU64, Ordering},
+};
+
+use async_trait::async_trait;
+use testing_framework_core::scenario::{DynError, Expectation, RunContext};
+
+struct MinimumBlocksExpectation {
+    min_blocks: u64,
+    captured_blocks: Option<Arc<AtomicU64>>,
+}
+
+#[async_trait]
+impl Expectation for MinimumBlocksExpectation {
+    fn name(&self) -> &'static str {
+        "minimum_blocks"
+    }
+
+    async fn start_capture(&mut self, ctx: &RunContext) -> Result<(), DynError> {
+        let block_count = Arc::new(AtomicU64::new(0));
+        let block_count_task = Arc::clone(&block_count);
+        
+        // Subscribe to block feed
+        let mut receiver = ctx.block_feed().subscribe();
+        
+        // Spawn a task to count blocks
+        tokio::spawn(async move {
+            loop {
+                match receiver.recv().await {
+                    Ok(_record) => {
+                        block_count_task.fetch_add(1, Ordering::Relaxed);
+                    }
+                    Err(tokio::sync::broadcast::error::RecvError::Lagged(skipped)) => {
+                        tracing::debug!(skipped, "receiver lagged, skipping blocks");
+                    }
+                    Err(tokio::sync::broadcast::error::RecvError::Closed) => {
+                        tracing::debug!("block feed closed");
+                        break;
+                    }
+                }
+            }
+        });
+        
+        self.captured_blocks = Some(block_count);
+        Ok(())
+    }
+
+    async fn evaluate(&mut self, ctx: &RunContext) -> Result<(), DynError> {
+        let blocks = self.captured_blocks
+            .as_ref()
+            .expect("start_capture must be called first")
+            .load(Ordering::Relaxed);
+        
+        if blocks < self.min_blocks {
+            return Err(format!(
+                "expected at least {} blocks, observed {}",
+                self.min_blocks, blocks
+            ).into());
+        }
+        
+        tracing::info!(blocks, min = self.min_blocks, "minimum blocks expectation passed");
+        Ok(())
+    }
+}
+

Example: Inspecting block contents

+
use testing_framework_core::scenario::{DynError, RunContext};
+
+async fn start_capture(ctx: &RunContext) -> Result<(), DynError> {
+    let mut receiver = ctx.block_feed().subscribe();
+    
+    tokio::spawn(async move {
+        loop {
+            match receiver.recv().await {
+                Ok(record) => {
+                    // Access block header
+                    let header_id = &record.header;
+                    
+                    // Access full block
+                    let tx_count = record.block.transactions().len();
+                    
+                    tracing::debug!(
+                        ?header_id,
+                        tx_count,
+                        "observed block"
+                    );
+                    
+                    // Process transactions, DA blobs, etc.
+                }
+                Err(tokio::sync::broadcast::error::RecvError::Closed) => break,
+                Err(_) => continue,
+            }
+        }
+    });
+    
+    Ok(())
+}
+

Usage in Workloads

+

Workloads can use BlockFeed to coordinate timing or wait for specific conditions before proceeding.

+

Example: Wait for N blocks before starting

+
use async_trait::async_trait;
+use testing_framework_core::scenario::{DynError, RunContext, Workload};
+
+struct DelayedWorkload {
+    wait_blocks: usize,
+}
+
+#[async_trait]
+impl Workload for DelayedWorkload {
+    fn name(&self) -> &str {
+        "delayed_workload"
+    }
+
+    async fn start(&self, ctx: &RunContext) -> Result<(), DynError> {
+        tracing::info!(wait_blocks = self.wait_blocks, "waiting for blocks before starting");
+        
+        // Subscribe to block feed
+        let mut receiver = ctx.block_feed().subscribe();
+        let mut count = 0;
+        
+        // Wait for N blocks
+        while count < self.wait_blocks {
+            match receiver.recv().await {
+                Ok(_) => count += 1,
+                Err(tokio::sync::broadcast::error::RecvError::Lagged(_)) => continue,
+                Err(tokio::sync::broadcast::error::RecvError::Closed) => {
+                    return Err("block feed closed before reaching target".into());
+                }
+            }
+        }
+        
+        tracing::info!("warmup complete, starting actual workload");
+        
+        // Now do the actual work
+        // ...
+        
+        Ok(())
+    }
+}
+

Example: Rate limiting based on block production

+
use testing_framework_core::scenario::{DynError, RunContext};
+
+async fn generate_request() -> Option<()> {
+    None
+}
+
+async fn start(ctx: &RunContext) -> Result<(), DynError> {
+    let clients = ctx.node_clients().validator_clients();
+    let mut receiver = ctx.block_feed().subscribe();
+    let mut pending_requests: Vec<()> = Vec::new();
+
+    loop {
+        tokio::select! {
+            // Issue a batch on each new block.
+            Ok(_record) = receiver.recv() => {
+                if !pending_requests.is_empty() {
+                    tracing::debug!(count = pending_requests.len(), "issuing requests on new block");
+                    for _req in pending_requests.drain(..) {
+                        let _info = clients[0].consensus_info().await?;
+                    }
+                }
+            }
+
+            // Generate work continuously.
+            Some(req) = generate_request() => {
+                pending_requests.push(req);
+            }
+        }
+    }
+}
+

BlockFeed vs Direct Polling

+

Use BlockFeed when:

+
    +
  • You need to react to blocks as they're produced
  • +
  • Multiple components need to observe the same blocks
  • +
  • You want automatic retry/reconnect logic
  • +
  • You're tracking statistics across many blocks
  • +
+

Use direct polling when:

+
    +
  • You need to query specific historical blocks
  • +
  • You're checking final state after workloads complete
  • +
  • You need transaction receipts or other indexed data
  • +
  • You're implementing a one-time health check
  • +
+

Example direct polling in expectations:

+
use testing_framework_core::scenario::{DynError, RunContext};
+
+async fn evaluate(ctx: &RunContext) -> Result<(), DynError> {
+    let client = &ctx.node_clients().validator_clients()[0];
+    
+    // Poll current height once
+    let info = client.consensus_info().await?;
+    tracing::info!(height = info.height, "final block height");
+    
+    // This is simpler than BlockFeed for one-time checks
+    Ok(())
+}
+

Block Statistics

+

Access aggregated statistics without subscribing to the feed:

+
use testing_framework_core::scenario::{DynError, RunContext};
+
+async fn evaluate(ctx: &RunContext, expected_min: u64) -> Result<(), DynError> {
+    let stats = ctx.block_feed().stats();
+    let total_txs = stats.total_transactions();
+    
+    tracing::info!(total_txs, "transactions observed across all blocks");
+    
+    if total_txs < expected_min {
+        return Err(format!(
+            "expected at least {} transactions, observed {}",
+            expected_min, total_txs
+        ).into());
+    }
+    
+    Ok(())
+}
+

Important Notes

+

Subscription timing:

+
    +
  • Subscribe in start_capture() for expectations
  • +
  • Subscribe in start() for workloads
  • +
  • Late subscribers miss historical blocks (no replay)
  • +
+

Lagged receivers:

+
    +
  • If your subscriber is too slow, it may lag behind
  • +
  • Handle RecvError::Lagged(skipped) gracefully
  • +
  • Consider increasing processing speed or reducing block rate
  • +
+

Feed lifetime:

+
    +
  • BlockFeed runs for the entire scenario duration
  • +
  • Automatically cleaned up when the run completes
  • +
  • Closed channels signal graceful shutdown
  • +
+

Performance:

+
    +
  • BlockFeed polls nodes every 1 second
  • +
  • Broadcasts to all subscribers with minimal overhead
  • +
  • Suitable for scenarios with hundreds of blocks
  • +
+

Real-World Examples

+

The framework's built-in expectations use BlockFeed extensively:

+
    +
  • ConsensusLiveness: Doesn't directly subscribe but uses block feed stats to verify progress
  • +
  • DataAvailabilityExpectation: Subscribes to inspect DA blobs in each block and track inscription/dispersal
  • +
  • TransactionInclusion: Subscribes to find specific transactions in blocks
  • +
+

See Examples and Workloads & Expectations for more patterns.

+
+

Current Chaos Capabilities and Limitations

+

The framework currently supports process-level chaos (node restarts) for +resilience testing:

+

Supported:

+
    +
  • Restart validators (restart_validator)
  • +
  • Restart executors (restart_executor)
  • +
  • Random restart workload via .chaos().restart()
  • +
+

Not Yet Supported:

+
    +
  • Network partitions (blocking peers, packet loss)
  • +
  • Resource constraints (CPU throttling, memory limits)
  • +
  • Byzantine behavior injection (invalid blocks, bad signatures)
  • +
  • Selective peer blocking/unblocking
  • +
+

For network partition testing, see Extension Ideas +which describes the proposed block_peer/unblock_peer API (not yet implemented).

+

Accessing node control in workloads/expectations

+

Check for control support and use it conditionally:

+
use async_trait::async_trait;
+use testing_framework_core::scenario::{DynError, RunContext, Workload};
+
+struct RestartWorkload;
+
+#[async_trait]
+impl Workload for RestartWorkload {
+    fn name(&self) -> &str {
+        "restart_workload"
+    }
+
+    async fn start(&self, ctx: &RunContext) -> Result<(), DynError> {
+        if let Some(control) = ctx.node_control() {
+            // Restart the first validator (index 0) if supported.
+            control.restart_validator(0).await?;
+        }
+        Ok(())
+    }
+}
+

When chaos workloads need control, require enable_node_control() in the +scenario builder and deploy with a runner that supports it.

+

Current API surface

+

The NodeControlHandle trait currently provides:

+
use async_trait::async_trait;
+use testing_framework_core::scenario::DynError;
+
+#[async_trait]
+pub trait NodeControlHandle: Send + Sync {
+    async fn restart_validator(&self, index: usize) -> Result<(), DynError>;
+    async fn restart_executor(&self, index: usize) -> Result<(), DynError>;
+}
+

Future extensions may include peer blocking/unblocking or other control +operations. For now, focus on restart-based chaos patterns as shown in the +chaos workload examples.

+

Considerations

+
    +
  • Always guard control usage: not all runners expose NodeControlHandle.
  • +
  • Treat control as best-effort: failures should surface as test failures, but +workloads should degrade gracefully when control is absent.
  • +
  • Combine control actions with expectations (e.g., restart then assert height +convergence) to keep scenarios meaningful.
  • +
+ +
+ + +
+
+ + + +
+ + + + + + + + + + + + + + + + + + + +
+ + diff --git a/docs/operations-overview.html b/docs/operations-overview.html new file mode 100644 index 0000000..0cea806 --- /dev/null +++ b/docs/operations-overview.html @@ -0,0 +1,303 @@ + + + + + + Overview - Logos Blockchain Testing Framework Book + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + + +
+
+

Operations & Deployment Overview

+

Operational readiness focuses on prerequisites, environment fit, and clear signals that ensure your test scenarios run reliably across different deployment targets.

+

Core Principles

+
    +
  • Prerequisites First: Ensure all required files, binaries, and assets are in place before attempting to run scenarios
  • +
  • Environment Fit: Choose the right deployment target (host, compose, k8s) based on your isolation, reproducibility, and resource needs
  • +
  • Clear Signals: Verify runners report node readiness before starting workloads to avoid false negatives
  • +
  • Failure Triage: Map failures to specific causes—missing prerequisites, platform issues, or unmet expectations
  • +
+

Key Operational Concerns

+

Prerequisites:

+
    +
  • versions.env file at repository root (required by helper scripts)
  • +
  • Node binaries (nomos-node, nomos-executor) available or built on demand
  • +
  • Platform requirements met (Docker for compose, cluster access for k8s)
  • +
  • Circuit assets for DA workloads
  • +
+

Artifacts:

+
    +
  • KZG parameters (circuit assets) for Data Availability scenarios
  • +
  • Docker images for compose/k8s deployments
  • +
  • Binary bundles for reproducible builds
  • +
+

Environment Configuration:

+
    +
  • POL_PROOF_DEV_MODE=true is REQUIRED for all runners to avoid expensive proof generation
  • +
  • Logging configured via NOMOS_LOG_* variables
  • +
  • Observability endpoints (Prometheus, Grafana) optional but useful
  • +
+

Readiness & Health:

+
    +
  • Runners verify node readiness before starting workloads
  • +
  • Health checks prevent premature workload execution
  • +
  • Consensus liveness expectations validate basic operation
  • +
+

Runner-Agnostic Design

+

The framework is intentionally runner-agnostic: the same scenario plan runs across all deployment targets. Understanding which operational concerns apply to each runner helps you choose the right fit.

+
+ + + + + + + + + +
ConcernHostComposeKubernetes
TopologyFull supportFull supportFull support
WorkloadsAll workloadsAll workloadsAll workloads
ExpectationsAll expectationsAll expectationsAll expectations
Chaos / Node ControlNot supportedSupportedNot yet
Metrics / ObservabilityManual setupExternal stackCluster-wide
Log CollectionTemp filesContainer logsPod logs
IsolationProcess-levelContainerPod + namespace
Setup Time< 1 min2-5 min5-10 min
CI Recommended?Smoke testsPrimaryLarge-scale only
+
+

Key insight: Operational concerns (prerequisites, environment variables) are largely consistent across runners, while deployment-specific concerns (isolation, chaos support) vary by backend.

+

Operational Workflow

+
flowchart LR
+    Setup[Prerequisites & Setup] --> Run[Run Scenarios]
+    Run --> Monitor[Monitor & Observe]
+    Monitor --> Debug{Success?}
+    Debug -->|No| Triage[Failure Triage]
+    Triage --> Setup
+    Debug -->|Yes| Done[Complete]
+
+
    +
  1. Setup: Verify prerequisites, configure environment, prepare assets
  2. +
  3. Run: Execute scenarios using appropriate runner (host/compose/k8s)
  4. +
  5. Monitor: Collect logs, metrics, and observability signals
  6. +
  7. Triage: When failures occur, map to root causes and fix prerequisites
  8. +
+

Documentation Structure

+

This Operations & Deployment section covers:

+ +

Philosophy: Treat operational hygiene—assets present, prerequisites satisfied, observability reachable—as the first step to reliable scenario outcomes.

+ +
+ + +
+
+ + + +
+ + + + + + + + + + + + + + + + + + + +
+ + diff --git a/docs/operations.html b/docs/operations.html new file mode 100644 index 0000000..c86c6b5 --- /dev/null +++ b/docs/operations.html @@ -0,0 +1,1046 @@ + + + + + + Operations - Nomos Testing Book + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + + +
+
+

Operations

+

Operational readiness focuses on prerequisites, environment fit, and clear +signals:

+
    +
  • Prerequisites: +
      +
    • versions.env file at repository root (required by helper scripts; defines VERSION, NOMOS_NODE_REV, NOMOS_BUNDLE_VERSION)
    • +
    • Keep a sibling nomos-node checkout available, or use scripts/run-examples.sh which clones/builds on demand
    • +
    • Ensure the chosen runner's platform needs are met (Docker for compose, cluster access for k8s)
    • +
    • CI uses prebuilt binary artifacts from the build-binaries workflow
    • +
    +
  • +
  • Artifacts: DA scenarios require KZG parameters (circuit assets) located at +testing-framework/assets/stack/kzgrs_test_params. Fetch them via +scripts/setup-nomos-circuits.sh or override the path with NOMOS_KZGRS_PARAMS_PATH.
  • +
  • Environment flags: POL_PROOF_DEV_MODE=true is required for all runners +(local, compose, k8s) unless you want expensive Groth16 proof generation that +will cause tests to timeout. Configure logging via NOMOS_LOG_DIR, NOMOS_LOG_LEVEL, +and NOMOS_LOG_FILTER (see Logging and Observability +for details). Note that nodes ignore RUST_LOG and only respond to NOMOS_* variables.
  • +
  • Readiness checks: verify runners report node readiness before starting +workloads; this avoids false negatives from starting too early.
  • +
  • Failure triage: map failures to missing prerequisites (wallet seeding, +node control availability), runner platform issues, or unmet expectations. +Start with liveness signals, then dive into workload-specific assertions.
  • +
+

Treat operational hygiene—assets present, prerequisites satisfied, observability +reachable—as the first step to reliable scenario outcomes.

+

Environment Variable Reference

+

This section consolidates all environment variables used by the framework, helper scripts, and node processes.

+

Core Requirements

+
+ + + + +
VariableDefaultEffectUsed ByRequired?
POL_PROOF_DEV_MODE(none)When set to true or 1, disables expensive Groth16 proof generation. Critical for testing to avoid timeouts.All runnersYes
VERSION(none)Framework version identifier, read from versions.envHelper scriptsYes (in versions.env)
NOMOS_NODE_REV(none)Git revision of nomos-node to build/checkoutHelper scriptsYes (in versions.env)
NOMOS_BUNDLE_VERSION(none)Version tag for prebuilt binary bundlesHelper scriptsYes (in versions.env)
+
+

Binary and Asset Paths

+
+ + + + + + +
VariableDefaultEffectUsed ByRequired?
NOMOS_NODE_BINtesting-framework/assets/stack/bin/nomos-nodePath to nomos-node binaryLocal runnerNo (uses default)
NOMOS_EXECUTOR_BINtesting-framework/assets/stack/bin/nomos-executorPath to nomos-executor binaryLocal runnerNo (uses default)
NOMOS_CLI_BINtesting-framework/assets/stack/bin/nomos-cliPath to nomos-cli binaryHelper scriptsNo (uses default)
NOMOS_KZGRS_PARAMS_PATHtesting-framework/assets/stack/kzgrs_test_params/kzgrs_test_paramsPath to KZG circuit parameters file (note: path includes filename twice—directory contains file kzgrs_test_params)All runners (for DA workloads)No (uses default)
NOMOS_NODE_PATH(none)Use local nomos-node checkout at this path (skips git clone/fetch)build-bundle.shNo
NOMOS_BINARIES_TAR.tmp/nomos-binaries-{platform}-{version}.tar.gzPath to prebuilt binaries tarballrun-examples.shNo (builds if missing)
+
+

Docker and Image Configuration

+
+ + + +
VariableDefaultEffectUsed ByRequired?
NOMOS_TESTNET_IMAGElogos-blockchain-testing:localDocker image name for compose/k8s runnersCompose, K8s runnersNo (uses default)
NOMOS_BUNDLE_DOCKER_PLATFORMlinux/amd64 (or linux/arm64 on Apple Silicon Docker Desktop)Docker platform for Linux binary builds when running on non-Linux hostbuild-bundle.sh, build_test_image.shNo (auto-detected)
NOMOS_SKIP_IMAGE_BUILD0When set to 1, skips Docker image build steprun-examples.sh compose/k8sNo
+
+

Node Logging Configuration

+

Important: Node processes ignore RUST_LOG and only respond to NOMOS_* variables.

+
+ + + + + +
VariableDefaultEffectUsed ByRequired?
NOMOS_LOG_DIR(varies by runner)Directory for per-node log files. Local runner: temp directory (cleaned up). Compose: /tmp/node-logs in container. Set to persist logs.All runnersNo
NOMOS_LOG_LEVELinfoGlobal log level for node processes (error, warn, info, debug, trace)Node processesNo
NOMOS_LOG_FILTER(none)Fine-grained logging filter (e.g., nomos_core=debug,consensus=trace)Node processesNo
NOMOS_TESTS_TRACING(none)When set to true, enables tracing output to console for local runnerLocal runnerNo
NOMOS_TESTS_KEEP_LOGS(none)When set to 1, prevents cleanup of temporary log directoriesLocal runnerNo
+
+

Framework Logging Configuration

+

Note: Runner binaries (not node processes) use RUST_LOG for framework orchestration logs.

+
+ +
VariableDefaultEffectUsed ByRequired?
RUST_LOG(none)Controls logging for runner binaries and framework code (e.g., testing_framework=debug)Runner binariesNo
+
+

Observability and Telemetry

+
+ + + + + +
VariableDefaultEffectUsed ByRequired?
NOMOS_METRICS_QUERY_URL(none)Prometheus-compatible PromQL API base URL for querying metricsExpectations (optional)No
NOMOS_METRICS_OTLP_INGEST_URL(none)OTLP ingest endpoint for metrics (e.g., for external Tempo/Loki)Compose runnerNo
NOMOS_GRAFANA_URL(none)Grafana dashboard URL (printed in TESTNET_ENDPOINTS for convenience)Compose runnerNo
NOMOS_OTLP_ENDPOINT(none)OpenTelemetry Protocol endpoint for traces (e.g., http://localhost:4317)Node processesNo
NOMOS_OTLP_METRICS_ENDPOINT(none)OpenTelemetry Protocol endpoint for metrics (e.g., http://localhost:4318)Node processesNo
+
+

Scenario Configuration

+
+ + + +
VariableDefaultEffectUsed ByRequired?
NOMOS_DEMO_VALIDATORS(none)Number of validators (used by run-examples.sh -v flag)run-examples.shNo (use -v flag)
NOMOS_DEMO_EXECUTORS(none)Number of executors (used by run-examples.sh -e flag)run-examples.shNo (use -e flag)
NOMOS_DEMO_RUN_SECONDS(none)Run duration in seconds (used by run-examples.sh -t flag)run-examples.shNo (use -t flag)
+
+

Kubernetes-Specific

+
+ + + +
VariableDefaultEffectUsed ByRequired?
NOMOS_K8S_NAMESPACEdefaultKubernetes namespace for deploymentsK8s runnerNo
NOMOS_K8S_CONTEXT(current context)Kubernetes context to useK8s runnerNo
NOMOS_K8S_IMAGE_PULL_POLICYIfNotPresentImage pull policy (Always, IfNotPresent, Never)K8s runnerNo
+
+

Quick Reference: Common Scenarios

+

Running local smoke test:

+
POL_PROOF_DEV_MODE=true cargo run -p runner-examples --bin local_runner
+
+

Running with custom log directory:

+
POL_PROOF_DEV_MODE=true \
+NOMOS_LOG_DIR=/tmp/my-test-logs \
+NOMOS_TESTS_KEEP_LOGS=1 \
+cargo run -p runner-examples --bin local_runner
+
+

Running compose with observability:

+
POL_PROOF_DEV_MODE=true \
+NOMOS_METRICS_QUERY_URL=http://localhost:9090 \
+NOMOS_GRAFANA_URL=http://localhost:3000 \
+scripts/run-examples.sh -t 60 -v 2 -e 1 compose
+
+

Running with debug logging:

+
POL_PROOF_DEV_MODE=true \
+NOMOS_LOG_LEVEL=debug \
+NOMOS_LOG_FILTER="consensus=trace,da=debug" \
+RUST_LOG=testing_framework=debug \
+cargo run -p runner-examples --bin local_runner
+
+

Building for Apple Silicon:

+
NOMOS_BUNDLE_DOCKER_PLATFORM=linux/arm64 scripts/build_test_image.sh
+
+

CI Usage

+

Both LocalDeployer and ComposeDeployer work in CI environments:

+

LocalDeployer in CI:

+
    +
  • Faster (no Docker overhead)
  • +
  • Good for quick smoke tests
  • +
  • Trade-off: Less isolation (processes share host)
  • +
+

ComposeDeployer in CI (recommended):

+
    +
  • Better isolation (containerized)
  • +
  • Reproducible environment
  • +
  • Can integrate with external Prometheus/Grafana (optional)
  • +
  • Trade-off: Slower startup (Docker image build)
  • +
  • Trade-off: Requires Docker daemon
  • +
+

Complete CI Integration Example

+

Here's a production-ready GitHub Actions workflow demonstrating host and compose runners with proper artifact caching, log collection, and Cucumber test integration:

+
name: Integration Tests
+
+on:
+  push:
+    branches: [main, develop]
+  pull_request:
+    branches: [main]
+
+env:
+  CARGO_TERM_COLOR: always
+  RUST_BACKTRACE: 1
+
+jobs:
+  # Host runner: Fast smoke tests
+  test-host:
+    name: Host Runner Tests (Smoke)
+    runs-on: ubuntu-latest
+    timeout-minutes: 15
+    
+    steps:
+      - name: Checkout code
+        uses: actions/checkout@v4
+      
+      - name: Install Rust nightly
+        uses: dtolnay/rust-toolchain@nightly
+        with:
+          components: rustfmt, clippy
+      
+      - name: Cache Rust dependencies
+        uses: Swatinem/rust-cache@v2
+        with:
+          key: host-runner-${{ hashFiles('**/Cargo.lock') }}
+      
+      - name: Cache binary bundle
+        id: cache-bundle
+        uses: actions/cache@v4
+        with:
+          path: .tmp/nomos-binaries-host-*.tar.gz
+          key: nomos-binaries-host-${{ hashFiles('versions.env') }}
+      
+      - name: Build binaries (if not cached)
+        if: steps.cache-bundle.outputs.cache-hit != 'true'
+        run: |
+          scripts/build-bundle.sh --platform host --output .tmp/bundle.tar.gz
+          tar -xzf .tmp/bundle.tar.gz
+          mkdir -p testing-framework/assets/stack/bin
+          cp artifacts/nomos-node artifacts/nomos-executor testing-framework/assets/stack/bin/
+      
+      - name: Extract cached binaries
+        if: steps.cache-bundle.outputs.cache-hit == 'true'
+        run: |
+          tar -xzf .tmp/nomos-binaries-host-*.tar.gz
+          mkdir -p testing-framework/assets/stack/bin
+          cp artifacts/nomos-node artifacts/nomos-executor testing-framework/assets/stack/bin/
+      
+      - name: Run host smoke tests
+        env:
+          POL_PROOF_DEV_MODE: true
+          NOMOS_TESTS_KEEP_LOGS: 1
+          NOMOS_LOG_DIR: ${{ github.workspace }}/.tmp/host-logs
+        run: |
+          cargo test -p runner-examples --bin local_runner -- --nocapture
+      
+      - name: Run Cucumber host tests
+        env:
+          POL_PROOF_DEV_MODE: true
+        run: |
+          cargo test -p runner-examples --bin cucumber_host -- --nocapture
+      
+      - name: Upload logs on failure
+        if: failure()
+        uses: actions/upload-artifact@v4
+        with:
+          name: host-runner-logs
+          path: .tmp/host-logs/
+          retention-days: 7
+
+  # Compose runner: Full integration tests
+  test-compose:
+    name: Compose Runner Tests
+    runs-on: ubuntu-latest
+    timeout-minutes: 30
+    
+    steps:
+      - name: Checkout code
+        uses: actions/checkout@v4
+      
+      - name: Set up Docker Buildx
+        uses: docker/setup-buildx-action@v3
+      
+      - name: Install Rust nightly
+        uses: dtolnay/rust-toolchain@nightly
+      
+      - name: Cache Rust dependencies
+        uses: Swatinem/rust-cache@v2
+        with:
+          key: compose-runner-${{ hashFiles('**/Cargo.lock') }}
+      
+      - name: Cache Linux binary bundle
+        id: cache-linux-bundle
+        uses: actions/cache@v4
+        with:
+          path: .tmp/nomos-binaries-linux-*.tar.gz
+          key: nomos-binaries-linux-${{ hashFiles('versions.env') }}
+      
+      - name: Build Linux binaries (if not cached)
+        if: steps.cache-linux-bundle.outputs.cache-hit != 'true'
+        run: |
+          scripts/build-bundle.sh --platform linux --output .tmp/linux-bundle.tar.gz
+      
+      - name: Cache Docker image layers
+        uses: actions/cache@v4
+        with:
+          path: /tmp/.buildx-cache
+          key: docker-buildx-${{ hashFiles('versions.env', 'testing-framework/assets/stack/**') }}
+          restore-keys: |
+            docker-buildx-
+      
+      - name: Build Docker image
+        env:
+          NOMOS_BINARIES_TAR: .tmp/nomos-binaries-linux-*.tar.gz
+        run: |
+          scripts/build_test_image.sh
+      
+      - name: Run compose smoke tests
+        env:
+          POL_PROOF_DEV_MODE: true
+        run: |
+          cargo test -p runner-examples --bin compose_runner -- --nocapture
+      
+      - name: Run Cucumber compose tests
+        env:
+          POL_PROOF_DEV_MODE: true
+        run: |
+          cargo test -p runner-examples --bin cucumber_compose -- --nocapture
+      
+      - name: Collect container logs on failure
+        if: failure()
+        run: |
+          mkdir -p .tmp/compose-logs
+          for container in $(docker ps -a --filter "name=nomos-compose" --format "{{.Names}}"); do
+            docker logs "$container" > ".tmp/compose-logs/${container}.log" 2>&1 || true
+          done
+      
+      - name: Upload container logs
+        if: failure()
+        uses: actions/upload-artifact@v4
+        with:
+          name: compose-runner-logs
+          path: .tmp/compose-logs/
+          retention-days: 7
+      
+      - name: Cleanup containers
+        if: always()
+        run: |
+          docker compose down --volumes --remove-orphans || true
+
+  # Combined status check (required for branch protection)
+  integration-tests:
+    name: Integration Tests Status
+    runs-on: ubuntu-latest
+    needs: [test-host, test-compose]
+    if: always()
+    
+    steps:
+      - name: Check all jobs succeeded
+        run: |
+          if [ "${{ needs.test-host.result }}" != "success" ] || \
+             [ "${{ needs.test-compose.result }}" != "success" ]; then
+            echo "One or more integration test jobs failed"
+            exit 1
+          fi
+
+

Key Features:

+
    +
  1. Matrix Strategy: Separate jobs for host and compose runners
  2. +
  3. Artifact Caching: +
      +
    • Rust dependencies cached per Cargo.lock
    • +
    • Binary bundles cached per versions.env
    • +
    • Docker layers cached for faster image builds
    • +
    +
  4. +
  5. Log Collection: Uploads logs only on failure, with 7-day retention
  6. +
  7. Cucumber Integration: Runs both programmatic and BDD tests
  8. +
  9. Proper Cleanup: Ensures containers are removed even on failure
  10. +
  11. Status Check: Combined job for branch protection rules
  12. +
+

Customization:

+
# Add matrix for multiple topologies:
+strategy:
+  matrix:
+    topology:
+      - { validators: 1, executors: 1, duration: 60 }
+      - { validators: 2, executors: 1, duration: 90 }
+      - { validators: 3, executors: 2, duration: 120 }
+
+# Or add scheduled nightly stress tests:
+on:
+  schedule:
+    - cron: '0 2 * * *'  # 2 AM daily
+
+

See also: .github/workflows/lint.yml for current CI examples.

+

Running Examples

+

The framework provides three runner modes: host (local processes), compose (Docker Compose), and k8s (Kubernetes).

+

Recommended: Use scripts/run-examples.sh for all modes:

+
# Host mode (local processes)
+scripts/run-examples.sh -t 60 -v 1 -e 1 host
+
+# Compose mode (Docker Compose)
+scripts/run-examples.sh -t 60 -v 1 -e 1 compose
+
+# K8s mode (Kubernetes)
+scripts/run-examples.sh -t 60 -v 1 -e 1 k8s
+
+

This script handles circuit setup, binary building/bundling, (local) image building, and execution.

+

Note: for k8s runs against non-local clusters (e.g. EKS), the cluster pulls images from a registry, +so a local docker build is not used. In that case, build + push your image separately (see +scripts/build_test_image.sh) and set NOMOS_TESTNET_IMAGE to the pushed reference.

+

Quick Smoke Matrix (Host/Compose/K8s)

+

For a small “does everything still run?” matrix (including --no-image-build variants where relevant), use:

+
scripts/run-test-matrix.sh -t 120 -v 1 -e 1
+
+

This is useful after making runner/image/script changes, and it forwards --metrics-* options through to scripts/run-examples.sh.

+

Environment overrides:

+
    +
  • VERSION=v0.3.1 — Circuit version
  • +
  • NOMOS_NODE_REV=<commit> — nomos-node git revision
  • +
  • NOMOS_BINARIES_TAR=path/to/bundle.tar.gz — Use prebuilt bundle
  • +
  • NOMOS_SKIP_IMAGE_BUILD=1 — Skip image rebuild (compose/k8s)
  • +
  • NOMOS_BUNDLE_DOCKER_PLATFORM=linux/arm64|linux/amd64 — Docker platform used when building a Linux bundle on non-Linux hosts (macOS/Windows)
  • +
  • COMPOSE_CIRCUITS_PLATFORM=linux-aarch64|linux-x86_64 — Circuits platform used when building the compose/k8s image (defaults based on host arch)
  • +
  • SLOW_TEST_ENV=true — Doubles built-in readiness timeouts (useful in slower CI / constrained laptops)
  • +
  • TESTNET_PRINT_ENDPOINTS=1 — Print TESTNET_ENDPOINTS / TESTNET_PPROF lines during deploy (set automatically by scripts/run-examples.sh)
  • +
  • COMPOSE_RUNNER_HTTP_TIMEOUT_SECS=<secs> — Override compose node HTTP readiness timeout
  • +
  • K8S_RUNNER_DEPLOYMENT_TIMEOUT_SECS=<secs> — Override k8s deployment readiness timeout
  • +
  • K8S_RUNNER_HTTP_TIMEOUT_SECS=<secs> — Override k8s HTTP readiness timeout for port-forwards
  • +
  • K8S_RUNNER_HTTP_PROBE_TIMEOUT_SECS=<secs> — Override k8s HTTP readiness timeout for NodePort probes
  • +
  • K8S_RUNNER_PROMETHEUS_HTTP_TIMEOUT_SECS=<secs> — Override k8s Prometheus readiness timeout
  • +
  • K8S_RUNNER_PROMETHEUS_HTTP_PROBE_TIMEOUT_SECS=<secs> — Override k8s Prometheus NodePort probe timeout
  • +
+

Updating nomos-node Revision (Dev Workflow)

+

The repo pins a nomos-node revision in versions.env for reproducible builds. To update it (or point to a local checkout), use the helper script:

+
# Pin to a new git revision (updates versions.env + Cargo.toml git revs)
+scripts/update-nomos-rev.sh --rev <git_sha>
+
+# Use a local nomos-node checkout instead (for development)
+scripts/update-nomos-rev.sh --path /path/to/nomos-node
+
+# If Cargo.toml was marked skip-worktree, clear it
+scripts/update-nomos-rev.sh --unskip-worktree
+
+

Notes:

+
    +
  • Don’t commit absolute NOMOS_NODE_PATH values; prefer --rev for shared history/CI.
  • +
  • After changing rev/path, expect Cargo.lock to update on the next cargo build/cargo test.
  • +
+

Cleanup Helper

+

If you hit Docker build failures, mysterious I/O errors, or are running out of disk space:

+
scripts/clean.sh
+
+

For extra Docker cache cleanup:

+
scripts/clean.sh --docker
+
+

Host Runner (Direct Cargo Run)

+

For manual control, you can run the local_runner binary directly:

+
POL_PROOF_DEV_MODE=true \
+NOMOS_NODE_BIN=/path/to/nomos-node \
+NOMOS_EXECUTOR_BIN=/path/to/nomos-executor \
+cargo run -p runner-examples --bin local_runner
+
+

Environment variables:

+
    +
  • NOMOS_DEMO_VALIDATORS=3 — Number of validators (default: 1, or use legacy LOCAL_DEMO_VALIDATORS)
  • +
  • NOMOS_DEMO_EXECUTORS=2 — Number of executors (default: 1, or use legacy LOCAL_DEMO_EXECUTORS)
  • +
  • NOMOS_DEMO_RUN_SECS=120 — Run duration in seconds (default: 60, or use legacy LOCAL_DEMO_RUN_SECS)
  • +
  • NOMOS_NODE_BIN / NOMOS_EXECUTOR_BIN — Paths to binaries (required for direct run)
  • +
  • NOMOS_LOG_DIR=/tmp/logs — Directory for per-node log files (host runner). For compose/k8s, set tracing_settings.logger: !File in testing-framework/assets/stack/cfgsync.yaml.
  • +
  • NOMOS_TESTS_KEEP_LOGS=1 — Keep per-run temporary directories (useful for debugging/CI artifacts)
  • +
  • NOMOS_TESTS_TRACING=true — Enable the debug tracing preset (optional; combine with NOMOS_LOG_DIR unless you have external tracing backends configured)
  • +
  • NOMOS_LOG_LEVEL=debug — Set log level (default: info)
  • +
  • NOMOS_LOG_FILTER="cryptarchia=trace,nomos_da_sampling=debug" — Fine-grained module filtering
  • +
+

Note: Requires circuit assets and host binaries. Use scripts/run-examples.sh host to handle setup automatically.

+

Compose Runner (Direct Cargo Run)

+

For manual control, you can run the compose_runner binary directly. Compose requires a Docker image with embedded assets.

+

Recommended setup: Use a prebuilt bundle:

+
# Build a Linux bundle (includes binaries + circuits)
+scripts/build-bundle.sh --platform linux
+# Creates .tmp/nomos-binaries-linux-v0.3.1.tar.gz
+
+# Build image (embeds bundle assets)
+export NOMOS_BINARIES_TAR=.tmp/nomos-binaries-linux-v0.3.1.tar.gz
+scripts/build_test_image.sh
+
+# Run
+NOMOS_TESTNET_IMAGE=logos-blockchain-testing:local \
+POL_PROOF_DEV_MODE=true \
+cargo run -p runner-examples --bin compose_runner
+
+

Platform note (macOS / Apple silicon):

+
    +
  • Docker Desktop runs a linux/arm64 engine. If Linux bundle builds are slow/unstable when producing .tmp/nomos-binaries-linux-*.tar.gz, prefer NOMOS_BUNDLE_DOCKER_PLATFORM=linux/arm64 for local compose/k8s runs.
  • +
  • If you need amd64 images/binaries specifically (e.g., deploying to amd64-only environments), set NOMOS_BUNDLE_DOCKER_PLATFORM=linux/amd64 and expect slower builds via emulation.
  • +
+

Alternative: Manual circuit/image setup (rebuilds during image build):

+
# Fetch and copy circuits
+scripts/setup-nomos-circuits.sh v0.3.1 /tmp/nomos-circuits
+cp -r /tmp/nomos-circuits/* testing-framework/assets/stack/kzgrs_test_params/
+
+# Build image
+scripts/build_test_image.sh
+
+# Run
+NOMOS_TESTNET_IMAGE=logos-blockchain-testing:local \
+POL_PROOF_DEV_MODE=true \
+cargo run -p runner-examples --bin compose_runner
+
+

Environment variables:

+
    +
  • NOMOS_TESTNET_IMAGE=logos-blockchain-testing:local — Image tag (required, must match built image)
  • +
  • POL_PROOF_DEV_MODE=trueRequired for all runners
  • +
  • NOMOS_DEMO_VALIDATORS=3 / NOMOS_DEMO_EXECUTORS=2 / NOMOS_DEMO_RUN_SECS=120 — Topology overrides
  • +
  • COMPOSE_NODE_PAIRS=1x1 — Alternative topology format: "validators×executors"
  • +
  • NOMOS_METRICS_QUERY_URL — Prometheus-compatible base URL for the runner process to query (optional)
  • +
  • NOMOS_METRICS_OTLP_INGEST_URL — Full OTLP HTTP ingest URL for node metrics export (optional)
  • +
  • NOMOS_GRAFANA_URL — Grafana base URL for printing/logging (optional)
  • +
  • COMPOSE_RUNNER_HOST=127.0.0.1 — Host address for port mappings
  • +
  • COMPOSE_RUNNER_PRESERVE=1 — Keep containers running after test
  • +
  • NOMOS_LOG_LEVEL=debug / NOMOS_LOG_FILTER=... — Control node log verbosity (stdout/stderr)
  • +
  • testing-framework/assets/stack/cfgsync.yaml (tracing_settings.logger) — Switch node logs between stdout/stderr and file output
  • +
+

Compose-specific features:

+
    +
  • Node control support: Only runner that supports chaos testing (.enable_node_control() + chaos workloads)
  • +
  • Observability is external: Set NOMOS_METRICS_* / NOMOS_GRAFANA_URL to enable telemetry links and querying +
      +
    • Quickstart: scripts/setup-observability.sh compose up then scripts/setup-observability.sh compose env
    • +
    +
  • +
+

Important:

+
    +
  • Containers expect KZG parameters at /kzgrs_test_params/kzgrs_test_params (note the repeated filename)
  • +
  • Use scripts/run-examples.sh compose to handle all setup automatically
  • +
+

K8s Runner (Direct Cargo Run)

+

For manual control, you can run the k8s_runner binary directly. K8s requires the same image setup as Compose.

+

Prerequisites:

+
    +
  1. Kubernetes cluster with kubectl configured
  2. +
  3. Test image built (same as Compose, preferably with prebuilt bundle)
  4. +
  5. Image available in cluster (loaded or pushed to registry)
  6. +
+

Build and load image:

+
# Build image with bundle (recommended)
+scripts/build-bundle.sh --platform linux
+export NOMOS_BINARIES_TAR=.tmp/nomos-binaries-linux-v0.3.1.tar.gz
+scripts/build_test_image.sh
+
+# Load into cluster
+export NOMOS_TESTNET_IMAGE=logos-blockchain-testing:local
+kind load docker-image logos-blockchain-testing:local  # For kind
+# OR: minikube image load logos-blockchain-testing:local  # For minikube
+# OR: docker push your-registry/logos-blockchain-testing:local  # For remote
+
+

Run the example:

+
export NOMOS_TESTNET_IMAGE=logos-blockchain-testing:local
+export POL_PROOF_DEV_MODE=true
+cargo run -p runner-examples --bin k8s_runner
+
+

Environment variables:

+
    +
  • NOMOS_TESTNET_IMAGE — Image tag (required)
  • +
  • POL_PROOF_DEV_MODE=trueRequired for all runners
  • +
  • NOMOS_DEMO_VALIDATORS / NOMOS_DEMO_EXECUTORS / NOMOS_DEMO_RUN_SECS — Topology overrides
  • +
  • NOMOS_METRICS_QUERY_URL — Prometheus-compatible base URL for the runner process to query (PromQL)
  • +
  • NOMOS_METRICS_OTLP_INGEST_URL — Full OTLP HTTP ingest URL for node metrics export (optional)
  • +
  • NOMOS_GRAFANA_URL — Grafana base URL for printing/logging (optional)
  • +
+

Metrics + Grafana (optional):

+
export NOMOS_METRICS_QUERY_URL=http://your-prometheus:9090
+# Prometheus OTLP receiver example:
+export NOMOS_METRICS_OTLP_INGEST_URL=http://your-prometheus:9090/api/v1/otlp/v1/metrics
+# Optional: print a Grafana link in TESTNET_ENDPOINTS
+export NOMOS_GRAFANA_URL=http://your-grafana:3000
+cargo run -p runner-examples --bin k8s_runner
+
+

Notes:

+
    +
  • NOMOS_METRICS_QUERY_URL must be reachable from the runner process (often via kubectl port-forward).
  • +
  • NOMOS_METRICS_OTLP_INGEST_URL must be reachable from nodes (pods/containers) and is backend-specific (Prometheus vs VictoriaMetrics paths differ). +
      +
    • Quickstart installer: scripts/setup-observability.sh k8s install then scripts/setup-observability.sh k8s env (optional dashboards: scripts/setup-observability.sh k8s dashboards)
    • +
    +
  • +
+

Via scripts/run-examples.sh (optional):

+
scripts/run-examples.sh -t 60 -v 1 -e 1 k8s \
+  --metrics-query-url http://your-prometheus:9090 \
+  --metrics-otlp-ingest-url http://your-prometheus:9090/api/v1/otlp/v1/metrics
+
+

In code (optional):

+
#![allow(unused)]
+fn main() {
+use testing_framework_core::scenario::ScenarioBuilder;
+use testing_framework_workflows::ObservabilityBuilderExt as _;
+
+let plan = ScenarioBuilder::with_node_counts(1, 1)
+    .with_metrics_query_url_str("http://your-prometheus:9090")
+    .with_metrics_otlp_ingest_url_str("http://your-prometheus:9090/api/v1/otlp/v1/metrics")
+    .build();
+}
+

Important:

+
    +
  • K8s runner mounts testing-framework/assets/stack/kzgrs_test_params as a hostPath volume with file /kzgrs_test_params/kzgrs_test_params inside pods
  • +
  • No node control support yet: Chaos workloads (.enable_node_control()) will fail
  • +
  • Use scripts/run-examples.sh k8s to handle all setup automatically
  • +
+

Circuit Assets (KZG Parameters)

+

DA workloads require KZG cryptographic parameters for polynomial commitment schemes.

+

Asset Location

+

Default path: testing-framework/assets/stack/kzgrs_test_params/kzgrs_test_params

+

Note the repeated filename: the directory kzgrs_test_params/ contains a file named kzgrs_test_params. This is the actual proving key file.

+

Container path (compose/k8s): /kzgrs_test_params/kzgrs_test_params

+

Override: Set NOMOS_KZGRS_PARAMS_PATH to use a custom location (must point to the file):

+
NOMOS_KZGRS_PARAMS_PATH=/path/to/custom/params cargo run -p runner-examples --bin local_runner
+
+

Directory vs File (KZG)

+

The system uses KZG assets in two distinct ways:

+
+ + +
ConceptUsed byMeaning
KZG directorydeployers/scriptsA directory that contains the KZG file (and related artifacts). Defaults to testing-framework/assets/stack/kzgrs_test_params and is controlled by NOMOS_KZG_DIR_REL (relative to the workspace root).
KZG file pathnode processesA single file path passed to nodes via NOMOS_KZGRS_PARAMS_PATH (inside containers/pods this is typically /kzgrs_test_params/kzgrs_test_params).
+
+

Getting Circuit Assets

+

Option 1: Use helper script (recommended):

+
# From the repository root
+chmod +x scripts/setup-nomos-circuits.sh
+scripts/setup-nomos-circuits.sh v0.3.1 /tmp/nomos-circuits
+
+# Copy to default location
+cp -r /tmp/nomos-circuits/* testing-framework/assets/stack/kzgrs_test_params/
+
+

Option 2: Build locally (advanced):

+
# This repository does not provide a `make kzgrs_test_params` target.
+# If you need to regenerate KZG params from source, follow upstream tooling
+# instructions (unspecified here) or use the helper scripts above to fetch a
+# known-good bundle.
+
+

CI Workflow

+

The CI automatically fetches and places assets:

+
- name: Install circuits for host build
+  run: |
+    scripts/setup-nomos-circuits.sh v0.3.1 "$TMPDIR/nomos-circuits"
+    cp -a "$TMPDIR/nomos-circuits"/. testing-framework/assets/stack/kzgrs_test_params/
+
+

When Are Assets Needed?

+
+ + + +
RunnerWhen Required
LocalAlways (for DA workloads)
ComposeDuring image build (baked into NOMOS_TESTNET_IMAGE)
K8sDuring image build + deployed to cluster via hostPath volume
+
+

Error without assets:

+
Error: missing KZG parameters at testing-framework/assets/stack/kzgrs_test_params/kzgrs_test_params
+
+

If you see this error, the file kzgrs_test_params is missing from the directory. Use scripts/run-examples.sh or scripts/setup-nomos-circuits.sh to fetch it.

+

Logging and Observability

+

Node Logging vs Framework Logging

+

Critical distinction: Node logs and framework logs use different configuration mechanisms.

+
+ + +
ComponentControlled ByPurpose
Framework binaries (cargo run -p runner-examples --bin local_runner)RUST_LOGRunner orchestration, deployment logs
Node processes (validators, executors spawned by runner)NOMOS_LOG_LEVEL, NOMOS_LOG_FILTER (+ NOMOS_LOG_DIR on host runner)Consensus, DA, mempool, network logs
+
+

Common mistake: Setting RUST_LOG=debug only increases verbosity of the runner binary itself. Node logs remain at their default level unless you also set NOMOS_LOG_LEVEL=debug.

+

Example:

+
# This only makes the RUNNER verbose, not the nodes:
+RUST_LOG=debug cargo run -p runner-examples --bin local_runner
+
+# This makes the NODES verbose:
+NOMOS_LOG_LEVEL=debug cargo run -p runner-examples --bin local_runner
+
+# Both verbose (typically not needed):
+RUST_LOG=debug NOMOS_LOG_LEVEL=debug cargo run -p runner-examples --bin local_runner
+
+

Logging Environment Variables

+
+ + + + + + +
VariableDefaultEffect
NOMOS_LOG_DIRNone (console only)Host runner: directory for per-node log files. Compose/k8s: use testing-framework/assets/stack/cfgsync.yaml (tracing_settings.logger: !File) and mount a writable directory.
NOMOS_LOG_LEVELinfoGlobal log level: error, warn, info, debug, trace
NOMOS_LOG_FILTERNoneFine-grained target filtering (e.g., cryptarchia=trace,nomos_da_sampling=debug)
NOMOS_TESTS_TRACINGfalseEnable the debug tracing preset (optional; combine with NOMOS_LOG_DIR unless you have external tracing backends configured)
NOMOS_OTLP_ENDPOINTNoneOTLP trace endpoint (optional, disables OTLP noise if unset)
NOMOS_OTLP_METRICS_ENDPOINTNoneOTLP metrics endpoint (optional)
+
+

Example: Full debug logging to files:

+
NOMOS_TESTS_TRACING=true \
+NOMOS_LOG_DIR=/tmp/test-logs \
+NOMOS_LOG_LEVEL=debug \
+NOMOS_LOG_FILTER="cryptarchia=trace,nomos_da_sampling=debug,nomos_da_dispersal=debug,nomos_da_verifier=debug,nomos_blend=debug,chain_service=info,chain_network=info,chain_leader=info" \
+POL_PROOF_DEV_MODE=true \
+cargo run -p runner-examples --bin local_runner
+
+

Per-Node Log Files

+

When NOMOS_LOG_DIR is set, each node writes logs to separate files:

+

File naming pattern:

+
    +
  • Validators: Prefix nomos-node-0, nomos-node-1, etc. (may include timestamp suffix)
  • +
  • Executors: Prefix nomos-executor-0, nomos-executor-1, etc. (may include timestamp suffix)
  • +
+

Local runner note: The local runner uses per-run temporary directories under the current working directory and removes them after the run unless NOMOS_TESTS_KEEP_LOGS=1. Use NOMOS_LOG_DIR=/path/to/logs to write per-node log files to a stable location.

+

Filter Target Names

+

Common target prefixes for NOMOS_LOG_FILTER:

+
+ + + + + + + + +
Target PrefixSubsystem
cryptarchiaConsensus (Cryptarchia)
nomos_da_samplingDA sampling service
nomos_da_dispersalDA dispersal service
nomos_da_verifierDA verification
nomos_blendMix network/privacy layer
chain_serviceChain service (node APIs/state)
chain_networkP2P networking
chain_leaderLeader election
+
+

Example filter:

+
NOMOS_LOG_FILTER="cryptarchia=trace,nomos_da_sampling=debug,chain_service=info,chain_network=info,chain_leader=info"
+
+

Accessing Logs Per Runner

+

Local Runner

+

Default (temporary directories, auto-cleanup):

+
POL_PROOF_DEV_MODE=true cargo run -p runner-examples --bin local_runner
+# Logs written to temporary directories in working directory
+# Automatically cleaned up after test completes
+
+

Persistent file output:

+
NOMOS_LOG_DIR=/tmp/local-logs \
+POL_PROOF_DEV_MODE=true \
+cargo run -p runner-examples --bin local_runner
+
+# After test completes:
+ls /tmp/local-logs/
+# Files with prefix: nomos-node-0*, nomos-node-1*, nomos-executor-0*
+# May include timestamps in filename
+
+

Tip: Use NOMOS_LOG_DIR for persistent per-node log files, and NOMOS_TESTS_KEEP_LOGS=1 if you want to keep the per-run temporary directories (configs/state) for post-mortem inspection.

+

Compose Runner

+

Via Docker logs (default, recommended):

+
# List containers (note the UUID prefix in names)
+docker ps --filter "name=nomos-compose-"
+
+# Stream logs from specific container
+docker logs -f <container-id-or-name>
+
+# Or use name pattern matching:
+docker logs -f $(docker ps --filter "name=nomos-compose-.*-validator-0" -q | head -1)
+
+

Via file collection (advanced):

+

To write per-node log files inside containers, set tracing_settings.logger: !File in testing-framework/assets/stack/cfgsync.yaml (and ensure the directory is writable). To access them, you must either:

+
    +
  1. Copy files out after the run:
  2. +
+
# Ensure `testing-framework/assets/stack/cfgsync.yaml` is configured to log to `/logs`
+# via `tracing_settings.logger: !File`.
+NOMOS_TESTNET_IMAGE=logos-blockchain-testing:local \
+POL_PROOF_DEV_MODE=true \
+cargo run -p runner-examples --bin compose_runner
+
+# After test, copy files from containers:
+docker ps --filter "name=nomos-compose-"
+docker cp <container-id>:/logs/node* /tmp/
+
+
    +
  1. Mount a host volume (requires modifying compose template):
  2. +
+
volumes:
+  - /tmp/host-logs:/logs  # Add to docker-compose.yml.tera
+
+

Recommendation: Use docker logs by default. File collection inside containers is complex and rarely needed.

+

Keep containers for debugging:

+
COMPOSE_RUNNER_PRESERVE=1 \
+NOMOS_TESTNET_IMAGE=logos-blockchain-testing:local \
+cargo run -p runner-examples --bin compose_runner
+# Containers remain running after test—inspect with docker logs or docker exec
+
+

Compose networking/debug knobs:

+
    +
  • COMPOSE_RUNNER_HOST=127.0.0.1 — host used for readiness probes (override for remote Docker daemons / VM networking)
  • +
  • COMPOSE_RUNNER_HOST_GATEWAY=host.docker.internal:host-gateway — controls the extra_hosts entry injected into compose (set to disable to omit)
  • +
  • TESTNET_RUNNER_PRESERVE=1 — alias for COMPOSE_RUNNER_PRESERVE=1
  • +
  • COMPOSE_RUNNER_HTTP_TIMEOUT_SECS=<secs> — override compose node HTTP readiness timeout
  • +
+

Note: Container names follow pattern nomos-compose-{uuid}-validator-{index}-1 where {uuid} changes per run.

+

K8s Runner

+

Via kubectl logs (use label selectors):

+
# List pods
+kubectl get pods
+
+# Stream logs using label selectors (recommended)
+# Helm chart labels:
+# - nomos/logical-role=validator|executor
+# - nomos/validator-index / nomos/executor-index
+kubectl logs -l nomos/logical-role=validator -f
+kubectl logs -l nomos/logical-role=executor -f
+
+# Stream logs from specific pod
+kubectl logs -f nomos-validator-0
+
+# Previous logs from crashed pods
+kubectl logs --previous -l nomos/logical-role=validator
+
+

Download logs for offline analysis:

+
# Using label selectors
+kubectl logs -l nomos/logical-role=validator --tail=1000 > all-validators.log
+kubectl logs -l nomos/logical-role=executor --tail=1000 > all-executors.log
+
+# Specific pods
+kubectl logs nomos-validator-0 > validator-0.log
+kubectl logs nomos-executor-1 > executor-1.log
+
+

K8s environment notes:

+
    +
  • The k8s runner is optimized for local clusters (Docker Desktop Kubernetes / minikube / kind): +
      +
    • The default image logos-blockchain-testing:local must be available on the cluster’s nodes (Docker Desktop shares the local daemon; kind/minikube often requires an explicit image load step).
    • +
    • The Helm chart mounts KZG params via a hostPath to your workspace path; this typically won’t work on remote/managed clusters without replacing it with a PV/CSI volume or baking the params into an image.
    • +
    +
  • +
  • Debug helpers: +
      +
    • K8S_RUNNER_DEBUG=1 — logs Helm stdout/stderr for install commands.
    • +
    • K8S_RUNNER_PRESERVE=1 — keep the namespace/release after the run.
    • +
    +
  • +
  • K8S_RUNNER_NODE_HOST=<ip|hostname> — override NodePort host resolution for non-local clusters.
  • +
  • K8S_RUNNER_NAMESPACE=<name> / K8S_RUNNER_RELEASE=<name> — pin namespace/release instead of random IDs (useful for debugging)
  • +
+

Specify namespace (if not using default):

+
kubectl logs -n my-namespace -l nomos/logical-role=validator -f
+
+

OTLP and Telemetry

+

OTLP exporters are optional. If you see errors about unreachable OTLP endpoints, it's safe to ignore them unless you're actively collecting traces/metrics.

+

To enable OTLP:

+
NOMOS_OTLP_ENDPOINT=http://localhost:4317 \
+NOMOS_OTLP_METRICS_ENDPOINT=http://localhost:4318 \
+cargo run -p runner-examples --bin local_runner
+
+

To silence OTLP errors: Simply leave these variables unset (the default).

+

Observability: Prometheus and Node APIs

+

Runners expose metrics and node HTTP endpoints for expectation code and debugging:

+

Prometheus-compatible metrics querying (optional):

+
    +
  • Runners do not provision Prometheus automatically.
  • +
  • For a ready-to-run stack, use scripts/setup-observability.sh: +
      +
    • Compose: scripts/setup-observability.sh compose up then scripts/setup-observability.sh compose env
    • +
    • K8s: scripts/setup-observability.sh k8s install then scripts/setup-observability.sh k8s env
    • +
    +
  • +
  • Provide NOMOS_METRICS_QUERY_URL (PromQL base URL) to enable ctx.telemetry() queries.
  • +
  • Access from expectations when configured: ctx.telemetry().prometheus().map(|p| p.base_url())
  • +
+

Grafana (optional):

+
    +
  • Runners do not provision Grafana automatically (but scripts/setup-observability.sh can).
  • +
  • If you set NOMOS_GRAFANA_URL, the deployer prints it in TESTNET_ENDPOINTS.
  • +
  • Dashboards live in testing-framework/assets/stack/monitoring/grafana/dashboards/ for import into your Grafana.
  • +
+

Node APIs:

+
    +
  • Access from expectations: ctx.node_clients().validator_clients().get(0)
  • +
  • Endpoints: consensus info, network info, DA membership, etc.
  • +
  • See testing-framework/core/src/nodes/api_client.rs for available methods
  • +
+
flowchart TD
+    Expose[Runner exposes endpoints/ports] --> Collect[Runtime collects block/health signals]
+    Collect --> Consume[Expectations consume signals<br/>decide pass/fail]
+    Consume --> Inspect[Operators inspect logs/metrics<br/>when failures arise]
+
+ +
+ + +
+
+ + + +
+ + + + + + + + + + + + + + + + + + + +
+ + diff --git a/docs/part-i.html b/docs/part-i.html new file mode 100644 index 0000000..cec463e --- /dev/null +++ b/docs/part-i.html @@ -0,0 +1,231 @@ + + + + + + Part I — Foundations - Logos Blockchain Testing Framework Book + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + + +
+
+

Part I — Foundations

+

Conceptual chapters that establish the mental model for the framework and how +it approaches multi-node testing.

+ +
+ + +
+
+ + + +
+ + + + + + + + + + + + + + + + + + + +
+ + diff --git a/docs/part-ii.html b/docs/part-ii.html new file mode 100644 index 0000000..d310d24 --- /dev/null +++ b/docs/part-ii.html @@ -0,0 +1,231 @@ + + + + + + Part II — User Guide - Logos Blockchain Testing Framework Book + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + + +
+
+

Part II — User Guide

+

Practical guidance for shaping scenarios, combining workloads and expectations, +and running them across different environments.

+ +
+ + +
+
+ + + +
+ + + + + + + + + + + + + + + + + + + +
+ + diff --git a/docs/part-iii.html b/docs/part-iii.html new file mode 100644 index 0000000..ccc6c2f --- /dev/null +++ b/docs/part-iii.html @@ -0,0 +1,231 @@ + + + + + + Part III — Developer Reference - Logos Blockchain Testing Framework Book + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + + +
+
+

Part III — Developer Reference

+

Deep dives for contributors who extend the framework, evolve its abstractions, +or maintain the crate set.

+ +
+ + +
+
+ + + +
+ + + + + + + + + + + + + + + + + + + +
+ + diff --git a/docs/part-iv.html b/docs/part-iv.html new file mode 100644 index 0000000..f149d3c --- /dev/null +++ b/docs/part-iv.html @@ -0,0 +1,262 @@ + + + + + + Part IV — Operations & Deployment - Logos Blockchain Testing Framework Book + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + + +
+
+

Part IV — Operations & Deployment

+

This section covers operational aspects of running the testing framework: prerequisites, deployment configuration, continuous integration, and observability.

+

What You'll Learn

+
    +
  • Prerequisites & Setup: Required files, binaries, circuit assets, and environment configuration
  • +
  • Running Examples: How to execute scenarios across host, compose, and k8s runners
  • +
  • CI Integration: Automating tests in continuous integration pipelines with caching and matrix testing
  • +
  • Environment Variables: Complete reference of all configuration variables
  • +
  • Logging & Observability: Log collection strategies, metrics integration, and debugging techniques
  • +
+

Who This Section Is For

+
    +
  • Operators setting up the framework for the first time
  • +
  • DevOps Engineers integrating tests into CI/CD pipelines
  • +
  • Developers debugging test failures or performance issues
  • +
  • Platform Engineers deploying across different environments (local, Docker, Kubernetes)
  • +
+ +

This section is organized for progressive depth:

+
    +
  1. Start with Operations Overview for the big picture
  2. +
  3. Follow Prerequisites & Setup to prepare your environment
  4. +
  5. Use Running Examples to execute your first scenarios
  6. +
  7. Integrate with CI Integration for automated testing
  8. +
  9. Reference Environment Variables for complete configuration options
  10. +
  11. Debug with Logging & Observability when issues arise
  12. +
+

Key Principles

+

Operational Hygiene: Assets present, prerequisites satisfied, observability reachable

+

Environment Fit: Choose the right deployment target based on isolation, reproducibility, and resource needs

+

Clear Signals: Verify runners report node readiness before starting workloads

+

Failure Triage: Map failures to specific causes—missing prerequisites, platform issues, or unmet expectations

+
+

Ready to get started? Begin with Operations Overview

+ +
+ + +
+
+ + + +
+ + + + + + + + + + + + + + + + + + + +
+ + diff --git a/docs/part-v.html b/docs/part-v.html new file mode 100644 index 0000000..135b919 --- /dev/null +++ b/docs/part-v.html @@ -0,0 +1,253 @@ + + + + + + Part V — Appendix - Logos Blockchain Testing Framework Book + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + + +
+
+

Part V — Appendix

+

Quick reference materials, troubleshooting guides, and supplementary information.

+

Contents

+
    +
  • Builder API Quick Reference: Cheat sheet for DSL methods
  • +
  • Troubleshooting Scenarios: Common issues and their solutions, including "What Failure Looks Like" with realistic examples
  • +
  • FAQ: Frequently asked questions
  • +
  • Glossary: Terminology reference
  • +
+

When to Use This Section

+
    +
  • Quick lookups: Find DSL method signatures without reading full guides
  • +
  • Debugging failures: Match symptoms to known issues and fixes
  • +
  • Clarifying concepts: Look up unfamiliar terms in the glossary
  • +
  • Common questions: Check FAQ before asking for help
  • +
+

This section complements the main documentation with practical reference materials that you'll return to frequently during development and operations.

+
+

Jump to:

+ + +
+ + +
+
+ + + +
+ + + + + + + + + + + + + + + + + + + +
+ + diff --git a/docs/part-vi.html b/docs/part-vi.html new file mode 100644 index 0000000..939eb91 --- /dev/null +++ b/docs/part-vi.html @@ -0,0 +1,253 @@ + + + + + + Part VI — Appendix - Logos Blockchain Testing Framework Book + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + + +
+
+

Part VI — Appendix

+

Quick reference materials, troubleshooting guides, and supplementary information.

+

Contents

+
    +
  • Builder API Quick Reference: Cheat sheet for DSL methods
  • +
  • Troubleshooting Scenarios: Common issues and their solutions, including "What Failure Looks Like" with realistic examples
  • +
  • FAQ: Frequently asked questions
  • +
  • Glossary: Terminology reference
  • +
+

When to Use This Section

+
    +
  • Quick lookups: Find DSL method signatures without reading full guides
  • +
  • Debugging failures: Match symptoms to known issues and fixes
  • +
  • Clarifying concepts: Look up unfamiliar terms in the glossary
  • +
  • Common questions: Check FAQ before asking for help
  • +
+

This section complements the main documentation with practical reference materials that you'll return to frequently during development and operations.

+
+

Jump to:

+ + +
+ + +
+
+ + + +
+ + + + + + + + + + + + + + + + + + + +
+ + diff --git a/docs/prerequisites.html b/docs/prerequisites.html new file mode 100644 index 0000000..d9b86a7 --- /dev/null +++ b/docs/prerequisites.html @@ -0,0 +1,457 @@ + + + + + + Prerequisites & Setup - Logos Blockchain Testing Framework Book + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + + +
+
+

Prerequisites & Setup

+

This page covers everything you need before running your first scenario.

+

Required Files

+

versions.env (Required)

+

All helper scripts require a versions.env file at the repository root:

+
VERSION=v0.3.1
+NOMOS_NODE_REV=abc123def456789
+NOMOS_BUNDLE_VERSION=v1
+
+

What it defines:

+
    +
  • VERSION — Circuit release tag for KZG parameters
  • +
  • NOMOS_NODE_REV — Git revision of nomos-node to build/fetch
  • +
  • NOMOS_BUNDLE_VERSION — Bundle schema version
  • +
+

Where it's used:

+
    +
  • scripts/run/run-examples.sh
  • +
  • scripts/build/build-bundle.sh
  • +
  • scripts/setup/setup-nomos-circuits.sh
  • +
  • CI workflows
  • +
+

Error if missing:

+
ERROR: versions.env not found at repository root
+This file is required and should define:
+  VERSION=<circuit release tag>
+  NOMOS_NODE_REV=<nomos-node git revision>
+  NOMOS_BUNDLE_VERSION=<bundle schema version>
+
+

Fix: Ensure you're in the repository root. The file should already exist in the checked-out repo.

+

Node Binaries

+

Scenarios need compiled nomos-node and nomos-executor binaries.

+ +
scripts/run/run-examples.sh -t 60 -v 3 -e 1 host
+
+

This automatically:

+
    +
  • Clones/updates nomos-node checkout
  • +
  • Builds required binaries
  • +
  • Sets NOMOS_NODE_BIN / NOMOS_EXECUTOR_BIN
  • +
+

Option 2: Manual Build

+

If you have a sibling nomos-node checkout:

+
cd ../nomos-node
+cargo build --release --bin nomos-node --bin nomos-executor
+
+# Set environment variables
+export NOMOS_NODE_BIN=$PWD/target/release/nomos-node
+export NOMOS_EXECUTOR_BIN=$PWD/target/release/nomos-executor
+
+# Return to testing framework
+cd ../nomos-testing
+
+

Option 3: Prebuilt Bundles (CI)

+

CI workflows use prebuilt artifacts:

+
- name: Download nomos binaries
+  uses: actions/download-artifact@v3
+  with:
+    name: nomos-binaries-linux
+    path: .tmp/
+
+- name: Extract bundle
+  run: |
+    tar -xzf .tmp/nomos-binaries-linux-*.tar.gz -C .tmp/
+    export NOMOS_NODE_BIN=$PWD/.tmp/nomos-node
+    export NOMOS_EXECUTOR_BIN=$PWD/.tmp/nomos-executor
+
+

Circuit Assets (KZG Parameters)

+

Data Availability (DA) workloads require KZG cryptographic parameters.

+

Asset Location

+

Default path: testing-framework/assets/stack/kzgrs_test_params/kzgrs_test_params

+

Note: The directory kzgrs_test_params/ contains a file named kzgrs_test_params. This is the proving key file (~120MB).

+

Container path (compose/k8s): /kzgrs_test_params/kzgrs_test_params

+

Getting Assets

+

Option 1: Use helper script (recommended):

+
# Fetch circuits
+scripts/setup/setup-nomos-circuits.sh v0.3.1 /tmp/nomos-circuits
+
+# Copy to default location
+mkdir -p testing-framework/assets/stack/kzgrs_test_params
+cp -r /tmp/nomos-circuits/* testing-framework/assets/stack/kzgrs_test_params/
+
+# Verify (should be ~120MB)
+ls -lh testing-framework/assets/stack/kzgrs_test_params/kzgrs_test_params
+
+

Option 2: Let run-examples.sh handle it:

+
scripts/run/run-examples.sh -t 60 -v 3 -e 1 host
+
+

This automatically fetches and places assets.

+

Override Path

+

Set NOMOS_KZGRS_PARAMS_PATH to use a custom location:

+
NOMOS_KZGRS_PARAMS_PATH=/custom/path/to/kzgrs_test_params \
+cargo run -p runner-examples --bin local_runner
+
+

When Are Assets Needed?

+
+ + + +
RunnerWhen Required
Host (local)Always (for DA workloads)
ComposeDuring image build (baked into image)
K8sDuring image build + mounted via hostPath
+
+

Error without assets:

+
Error: Custom { kind: NotFound, error: "Circuit file not found at: testing-framework/assets/stack/kzgrs_test_params/kzgrs_test_params" }
+
+

Platform Requirements

+

Host Runner (Local Processes)

+

Requires:

+
    +
  • Rust nightly toolchain
  • +
  • Node binaries built
  • +
  • KZG circuit assets (for DA workloads)
  • +
  • Available ports (18080+, 3100+, etc.)
  • +
+

No Docker required.

+

Best for:

+
    +
  • Quick iteration
  • +
  • Development
  • +
  • Smoke tests
  • +
+

Compose Runner (Docker Compose)

+

Requires:

+
    +
  • Docker daemon running
  • +
  • Docker image built: logos-blockchain-testing:local
  • +
  • KZG assets baked into image
  • +
  • Docker Desktop (macOS) or Docker Engine (Linux)
  • +
+

Platform notes (macOS / Apple silicon):

+
    +
  • Prefer NOMOS_BUNDLE_DOCKER_PLATFORM=linux/arm64 for native performance
  • +
  • Use linux/amd64 only if targeting amd64 environments (slower via emulation)
  • +
+

Best for:

+
    +
  • Reproducible environments
  • +
  • CI testing
  • +
  • Chaos workloads (node control support)
  • +
+

K8s Runner (Kubernetes)

+

Requires:

+
    +
  • Kubernetes cluster (Docker Desktop K8s, minikube, kind, or remote)
  • +
  • kubectl configured
  • +
  • Docker image built and loaded/pushed
  • +
  • KZG assets baked into image + mounted via hostPath
  • +
+

Local cluster setup:

+
# Docker Desktop: Enable Kubernetes in settings
+
+# OR: Use kind
+kind create cluster
+kind load docker-image logos-blockchain-testing:local
+
+# OR: Use minikube
+minikube start
+minikube image load logos-blockchain-testing:local
+
+

Remote cluster: Push image to registry and set NOMOS_TESTNET_IMAGE.

+

Best for:

+
    +
  • Production-like testing
  • +
  • Resource isolation
  • +
  • Large topologies
  • +
+

Critical Environment Variable

+

POL_PROOF_DEV_MODE=true is REQUIRED for ALL runners!

+

Without this, proof generation uses expensive Groth16 proving, causing:

+
    +
  • Tests "hang" for minutes
  • +
  • CPU spikes to 100%
  • +
  • Timeouts and failures
  • +
+

Always set:

+
POL_PROOF_DEV_MODE=true cargo run -p runner-examples --bin local_runner
+POL_PROOF_DEV_MODE=true scripts/run/run-examples.sh -t 60 -v 3 -e 1 compose
+# etc.
+
+

Or add to your shell profile:

+
# ~/.bashrc or ~/.zshrc
+export POL_PROOF_DEV_MODE=true
+
+

Quick Setup Check

+

Run this checklist before your first scenario:

+
# 1. Verify versions.env exists
+cat versions.env
+
+# 2. Check circuit assets (for DA workloads)
+ls -lh testing-framework/assets/stack/kzgrs_test_params/kzgrs_test_params
+
+# 3. Verify POL_PROOF_DEV_MODE is set
+echo $POL_PROOF_DEV_MODE  # Should print: true
+
+# 4. For compose/k8s: verify Docker is running
+docker ps
+
+# 5. For compose/k8s: verify image exists
+docker images | grep logos-blockchain-testing
+
+# 6. For host runner: verify node binaries (if not using scripts)
+$NOMOS_NODE_BIN --version
+$NOMOS_EXECUTOR_BIN --version
+
+ +

The easiest path is to let the helper scripts handle everything:

+
# Host runner
+scripts/run/run-examples.sh -t 60 -v 3 -e 1 host
+
+# Compose runner
+scripts/run/run-examples.sh -t 60 -v 3 -e 1 compose
+
+# K8s runner
+scripts/run/run-examples.sh -t 60 -v 3 -e 1 k8s
+
+

These scripts:

+
    +
  • Verify versions.env exists
  • +
  • Clone/build nomos-node if needed
  • +
  • Fetch circuit assets if missing
  • +
  • Build Docker images (compose/k8s)
  • +
  • Load images into cluster (k8s)
  • +
  • Run the scenario with proper environment
  • +
+

Next Steps:

+ + +
+ + +
+
+ + + +
+ + + + + + + + + + + + + + + + + + + +
+ + diff --git a/docs/print.html b/docs/print.html new file mode 100644 index 0000000..a5bd919 --- /dev/null +++ b/docs/print.html @@ -0,0 +1,6760 @@ + + + + + + Logos Blockchain Testing Framework Book + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + + +
+
+

Logos Testing Framework

+

Declarative, multi-node blockchain testing for the Logos network

+

The Logos Testing Framework enables you to test consensus, data availability, and transaction workloads across local processes, Docker Compose, and Kubernetes deployments—all with a unified scenario API.

+

Get Started

+
+

Core Concept

+

Everything in this framework is a Scenario.

+

A Scenario is a controlled experiment over time, composed of:

+
    +
  • Topology — The cluster shape (validators, executors, network layout)
  • +
  • Workloads — Traffic and conditions that exercise the system (transactions, DA, chaos)
  • +
  • Expectations — Success criteria verified after execution (liveness, inclusion, recovery)
  • +
  • Duration — The time window for the experiment
  • +
+

This single abstraction makes tests declarative, portable, and composable.

+
+

How It Works

+
flowchart LR
+    Build[Define Scenario] --> Deploy[Deploy Topology]
+    Deploy --> Execute[Run Workloads]
+    Execute --> Evaluate[Check Expectations]
+    
+    style Build fill:#e1f5ff
+    style Deploy fill:#fff4e1
+    style Execute fill:#ffe1f5
+    style Evaluate fill:#e1ffe1
+
+
    +
  1. Define Scenario — Describe your test: topology, workloads, and success criteria
  2. +
  3. Deploy Topology — Launch validators and executors using host, compose, or k8s runners
  4. +
  5. Run Workloads — Drive transactions, DA traffic, and chaos operations
  6. +
  7. Check Expectations — Verify consensus liveness, inclusion, and system health
  8. +
+
+

Key Features

+

Declarative API

+
    +
  • Express scenarios as topology + workloads + expectations
  • +
  • Reuse the same test definition across different deployment targets
  • +
  • Compose complex tests from modular components
  • +
+

Multiple Deployment Modes

+
    +
  • Host Runner: Local processes for fast iteration
  • +
  • Compose Runner: Containerized environments with node control
  • +
  • Kubernetes Runner: Production-like cluster testing
  • +
+

Built-in Workloads

+
    +
  • Transaction submission with configurable rates
  • +
  • Data availability (DA) blob dispersal and sampling
  • +
  • Chaos testing with controlled node restarts
  • +
+

Comprehensive Observability

+
    +
  • Real-time block feed for monitoring consensus progress
  • +
  • Prometheus/Grafana integration for metrics
  • +
  • Per-node log collection and debugging
  • +
+
+

Quick Example

+
use std::time::Duration;
+
+use testing_framework_core::scenario::ScenarioBuilder;
+use testing_framework_core::scenario::Deployer as _;
+use testing_framework_runner_local::LocalDeployer;
+use testing_framework_workflows::ScenarioBuilderExt;
+
+#[tokio::main]
+async fn main() -> anyhow::Result<()> {
+    let mut scenario = ScenarioBuilder::topology_with(|t| {
+        t.network_star()
+            .validators(3)
+            .executors(1)
+    })
+    .transactions_with(|tx| tx.rate(10).users(5))
+    .expect_consensus_liveness()
+    .with_run_duration(Duration::from_secs(60))
+    .build();
+
+    let deployer = LocalDeployer::default();
+    let runner = deployer.deploy(&scenario).await?;
+    runner.run(&mut scenario).await?;
+
+    Ok(())
+}
+

View complete examples

+
+

Choose Your Path

+

New to the Framework?

+

Start with the Quickstart Guide for a hands-on introduction that gets you running tests in minutes.

+

Ready to Write Tests?

+

Explore the User Guide to learn about authoring scenarios, workloads, expectations, and deployment strategies.

+

Setting Up CI/CD?

+

Jump to Operations & Deployment for prerequisites, environment configuration, and continuous integration patterns.

+

Extending the Framework?

+

Check the Developer Reference to implement custom workloads, expectations, and runners.

+
+

Project Context

+

Logos is a modular blockchain protocol composed of validators, executors, and a data-availability (DA) subsystem:

+
    +
  • Validators participate in consensus and produce blocks
  • +
  • Executors are validators with the DA dispersal service enabled. They perform all validator functions plus submit blob data to the DA network
  • +
  • Data Availability (DA) ensures that blob data submitted via channel operations in transactions is published and retrievable by the network
  • +
+

These roles interact tightly, which is why meaningful testing must be performed in multi-node environments that include real networking, timing, and DA interaction.

+

The Logos Testing Framework provides the infrastructure to orchestrate these multi-node scenarios reliably across development, CI, and production-like environments.

+

Learn more about the protocol: Logos Project Documentation

+
+

Documentation Structure

+
+ + + + + +
SectionDescription
FoundationsArchitecture, philosophy, and design principles
User GuideWriting and running scenarios, workloads, and expectations
Developer ReferenceExtending the framework with custom components
Operations & DeploymentSetup, CI integration, and environment configuration
AppendixQuick reference, troubleshooting, FAQ, and glossary
+
+
+ + +
+

Ready to start? Head to the Quickstart

+

What You Will Learn

+

This book gives you a clear mental model for Logos multi-node testing, shows how +to author scenarios that pair realistic workloads with explicit expectations, +and guides you to run them across local, containerized, and cluster environments +without changing the plan.

+

By the End of This Book, You Will Be Able To:

+

Understand the Framework

+
    +
  • Explain the six-phase scenario lifecycle (Build, Deploy, Capture, Execute, Evaluate, Cleanup)
  • +
  • Describe how Deployers, Runners, Workloads, and Expectations work together
  • +
  • Navigate the crate architecture and identify extension points
  • +
  • Understand when to use each runner (Host, Compose, Kubernetes)
  • +
+

Author and Run Scenarios

+
    +
  • Define multi-node topologies with validators and executors
  • +
  • Configure transaction and DA workloads with appropriate rates
  • +
  • Add consensus liveness and inclusion expectations
  • +
  • Run scenarios across all three deployment modes
  • +
  • Use BlockFeed to monitor block production in real-time
  • +
  • Implement chaos testing with node restarts
  • +
+

Operate in Production

+
    +
  • Set up prerequisites and dependencies correctly
  • +
  • Configure environment variables for different runners
  • +
  • Integrate tests into CI/CD pipelines (GitHub Actions)
  • +
  • Troubleshoot common failure scenarios
  • +
  • Collect and analyze logs from multi-node runs
  • +
  • Optimize test durations and resource usage
  • +
+

Extend the Framework

+
    +
  • Implement custom Workload traits for new traffic patterns
  • +
  • Create custom Expectation traits for domain-specific checks
  • +
  • Add new Deployer implementations for different backends
  • +
  • Contribute topology helpers and DSL extensions
  • +
+

Learning Path

+

Beginner (0-2 hours)

+ +

Intermediate (2-8 hours)

+ +

Advanced (8+ hours)

+ +

What This Book Does NOT Cover

+
    +
  • Logos node internals — This book focuses on testing infrastructure, not the blockchain protocol implementation. See the Logos node repository (nomos-node) for protocol documentation.
  • +
  • Consensus algorithm theory — We assume familiarity with basic blockchain concepts (validators, blocks, transactions, data availability).
  • +
  • Rust language basics — Examples use Rust, but we don't teach the language. See The Rust Book if you're new to Rust.
  • +
  • Kubernetes administration — We show how to use the K8s runner, but don't cover cluster setup, networking, or operations.
  • +
  • Docker fundamentals — We assume basic Docker/Compose knowledge for the Compose runner.
  • +
+

Quickstart

+

Get a working example running quickly.

+

Prerequisites

+
    +
  • Rust toolchain (nightly)
  • +
  • This repository cloned
  • +
  • Unix-like system (tested on Linux and macOS)
  • +
  • For Docker Compose examples: Docker daemon running
  • +
  • For Docker Desktop on Apple silicon (compose/k8s): set NOMOS_BUNDLE_DOCKER_PLATFORM=linux/arm64 to avoid slow/fragile amd64 emulation builds
  • +
  • versions.env file at repository root (defines VERSION, NOMOS_NODE_REV, NOMOS_BUNDLE_VERSION)
  • +
+

Note: nomos-node binaries are built automatically on demand or can be provided via prebuilt bundles.

+

Important: The versions.env file is required by helper scripts. If missing, the scripts will fail with an error. The file should already exist in the repository root.

+

Your First Test

+

The framework ships with runnable example binaries in examples/src/bin/.

+

Recommended: Use the convenience script:

+
# From the logos-blockchain-testing directory
+scripts/run/run-examples.sh -t 60 -v 1 -e 1 host
+
+

This handles circuit setup, binary building, and runs a complete scenario: 1 validator + 1 executor, mixed transaction + DA workload (5 tx/block + 1 channel + 1 blob), 60s duration.

+

Alternative: Direct cargo run (requires manual setup):

+
# Requires circuits in place and NOMOS_NODE_BIN/NOMOS_EXECUTOR_BIN set
+POL_PROOF_DEV_MODE=true cargo run -p runner-examples --bin local_runner
+
+

Core API Pattern (simplified example):

+
use std::time::Duration;
+
+use anyhow::Result;
+use testing_framework_core::scenario::{Deployer, ScenarioBuilder};
+use testing_framework_runner_local::LocalDeployer;
+use testing_framework_workflows::ScenarioBuilderExt;
+
+pub async fn run_local_demo() -> Result<()> {
+    // Define the scenario (1 validator + 1 executor, tx + DA workload)
+    let mut plan = ScenarioBuilder::topology_with(|t| t.network_star().validators(1).executors(1))
+        .wallets(1_000)
+        .transactions_with(|txs| {
+            txs.rate(5) // 5 transactions per block
+                .users(500) // use 500 of the seeded wallets
+        })
+        .da_with(|da| {
+            da.channel_rate(1) // 1 channel
+                .blob_rate(1) // target 1 blob per block
+                .headroom_percent(20) // default headroom when sizing channels
+        })
+        .expect_consensus_liveness()
+        .with_run_duration(Duration::from_secs(60))
+        .build();
+
+    // Deploy and run
+    let deployer = LocalDeployer::default();
+    let runner = deployer.deploy(&plan).await?;
+    let _handle = runner.run(&mut plan).await?;
+
+    Ok(())
+}
+

Note: The examples are binaries with #[tokio::main], not test functions. If you want to write integration tests, wrap this pattern in #[tokio::test] functions in your own test suite.

+

Important: POL_PROOF_DEV_MODE=true disables expensive Groth16 zero-knowledge proof generation for leader election. Without it, proof generation is CPU-intensive and tests will timeout. This is required for all runners (local, compose, k8s) for practical testing. Never use in production.

+

What you should see:

+
    +
  • Nodes spawn as local processes
  • +
  • Consensus starts producing blocks
  • +
  • Scenario runs for the configured duration
  • +
  • Node state/logs written under a temporary per-run directory in the current working directory (removed after the run unless NOMOS_TESTS_KEEP_LOGS=1)
  • +
  • To write per-node log files to a stable location: set NOMOS_LOG_DIR=/path/to/logs (files will have prefix like nomos-node-0*, may include timestamps)
  • +
+

What Just Happened?

+

Let's unpack the code:

+

1. Topology Configuration

+
use testing_framework_core::scenario::ScenarioBuilder;
+
+pub fn step_1_topology() -> testing_framework_core::scenario::Builder<()> {
+    ScenarioBuilder::topology_with(|t| {
+        t.network_star() // Star topology: all nodes connect to seed
+            .validators(1) // 1 validator node
+            .executors(1) // 1 executor node (validator + DA dispersal)
+    })
+}
+

This defines what your test network looks like.

+

2. Wallet Seeding

+
use testing_framework_core::scenario::ScenarioBuilder;
+use testing_framework_workflows::ScenarioBuilderExt;
+
+pub fn step_2_wallets() -> testing_framework_core::scenario::Builder<()> {
+    ScenarioBuilder::with_node_counts(1, 1).wallets(1_000) // Seed 1,000 funded wallet accounts
+}
+

Provides funded accounts for transaction submission.

+

3. Workloads

+
use testing_framework_core::scenario::ScenarioBuilder;
+use testing_framework_workflows::ScenarioBuilderExt;
+
+pub fn step_3_workloads() -> testing_framework_core::scenario::Builder<()> {
+    ScenarioBuilder::with_node_counts(1, 1)
+        .wallets(1_000)
+        .transactions_with(|txs| {
+            txs.rate(5) // 5 transactions per block
+                .users(500) // Use 500 of the 1,000 wallets
+        })
+        .da_with(|da| {
+            da.channel_rate(1) // 1 DA channel (more spawned with headroom)
+                .blob_rate(1) // target 1 blob per block
+                .headroom_percent(20) // default headroom when sizing channels
+        })
+}
+

Generates both transaction and DA traffic to stress both subsystems.

+

4. Expectation

+
use testing_framework_core::scenario::ScenarioBuilder;
+use testing_framework_workflows::ScenarioBuilderExt;
+
+pub fn step_4_expectation() -> testing_framework_core::scenario::Builder<()> {
+    ScenarioBuilder::with_node_counts(1, 1).expect_consensus_liveness() // This says what success means: blocks must be produced continuously.
+}
+

This says what success means: blocks must be produced continuously.

+

5. Run Duration

+
use std::time::Duration;
+
+use testing_framework_core::scenario::ScenarioBuilder;
+
+pub fn step_5_run_duration() -> testing_framework_core::scenario::Builder<()> {
+    ScenarioBuilder::with_node_counts(1, 1).with_run_duration(Duration::from_secs(60))
+}
+

Run for 60 seconds (~27 blocks with default 2s slots, 0.9 coefficient). Framework ensures this is at least 2× the consensus slot duration. Adjust consensus timing via CONSENSUS_SLOT_TIME and CONSENSUS_ACTIVE_SLOT_COEFF.

+

6. Deploy and Execute

+
use anyhow::Result;
+use testing_framework_core::scenario::{Deployer, ScenarioBuilder};
+use testing_framework_runner_local::LocalDeployer;
+
+pub async fn step_6_deploy_and_execute() -> Result<()> {
+    let mut plan = ScenarioBuilder::with_node_counts(1, 1).build();
+
+    let deployer = LocalDeployer::default(); // Use local process deployer
+    let runner = deployer.deploy(&plan).await?; // Provision infrastructure
+    let _handle = runner.run(&mut plan).await?; // Execute workloads & expectations
+
+    Ok(())
+}
+

Deployer provisions the infrastructure. Runner orchestrates execution.

+

Adjust the Topology

+

With run-examples.sh (recommended):

+
# Scale up to 3 validators + 2 executors, run for 2 minutes
+scripts/run/run-examples.sh -t 120 -v 3 -e 2 host
+
+

With direct cargo run:

+
# Uses NOMOS_DEMO_* env vars (or legacy *_DEMO_* vars)
+NOMOS_DEMO_VALIDATORS=3 \
+NOMOS_DEMO_EXECUTORS=2 \
+NOMOS_DEMO_RUN_SECS=120 \
+POL_PROOF_DEV_MODE=true \
+cargo run -p runner-examples --bin local_runner
+
+

Try Docker Compose

+

Use the same API with a different deployer for reproducible containerized environment.

+

Recommended: Use the convenience script (handles everything):

+
scripts/run/run-examples.sh -t 60 -v 1 -e 1 compose
+
+

This automatically:

+
    +
  • Fetches circuit assets (to testing-framework/assets/stack/kzgrs_test_params/kzgrs_test_params)
  • +
  • Builds/uses prebuilt binaries (via NOMOS_BINARIES_TAR if available)
  • +
  • Builds the Docker image
  • +
  • Runs the compose scenario
  • +
+

Alternative: Direct cargo run with manual setup:

+
# Option 1: Use prebuilt bundle (recommended for compose/k8s)
+scripts/build/build-bundle.sh --platform linux  # Creates .tmp/nomos-binaries-linux-v0.3.1.tar.gz
+export NOMOS_BINARIES_TAR=.tmp/nomos-binaries-linux-v0.3.1.tar.gz
+
+# Option 2: Manual circuit/image setup (rebuilds during image build)
+scripts/setup/setup-nomos-circuits.sh v0.3.1 /tmp/nomos-circuits
+cp -r /tmp/nomos-circuits/* testing-framework/assets/stack/kzgrs_test_params/
+scripts/build/build_test_image.sh
+
+# Run with Compose
+NOMOS_TESTNET_IMAGE=logos-blockchain-testing:local \
+POL_PROOF_DEV_MODE=true \
+cargo run -p runner-examples --bin compose_runner
+
+

Benefit: Reproducible containerized environment (Dockerized nodes, repeatable deployments).

+

Optional: Prometheus + Grafana

+

The runner can integrate with external observability endpoints. For a ready-to-run local stack:

+
scripts/setup/setup-observability.sh compose up
+eval "$(scripts/setup/setup-observability.sh compose env)"
+
+

Then run your compose scenario as usual (the environment variables enable PromQL querying and node OTLP metrics export).

+

Note: Compose expects KZG parameters at /kzgrs_test_params/kzgrs_test_params inside containers (the directory name is repeated as the filename).

+

In code: Just swap the deployer:

+
use anyhow::Result;
+use testing_framework_core::scenario::{Deployer, ScenarioBuilder};
+use testing_framework_runner_compose::ComposeDeployer;
+
+pub async fn run_with_compose_deployer() -> Result<()> {
+    // ... same scenario definition ...
+    let mut plan = ScenarioBuilder::with_node_counts(1, 1).build();
+
+    let deployer = ComposeDeployer::default(); // Use Docker Compose
+    let runner = deployer.deploy(&plan).await?;
+    let _handle = runner.run(&mut plan).await?;
+
+    Ok(())
+}
+

Next Steps

+

Now that you have a working test:

+ +

Part I — Foundations

+

Conceptual chapters that establish the mental model for the framework and how +it approaches multi-node testing.

+

Introduction

+

The Logos Testing Framework is a purpose-built toolkit for exercising Logos in +realistic, multi-node environments. It solves the gap between small, isolated +tests and full-system validation by letting teams describe a cluster layout, +drive meaningful traffic, and assert the outcomes in one coherent plan.

+

It is for protocol engineers, infrastructure operators, and QA teams who need +repeatable confidence that validators, executors, and data-availability +components work together under network and timing constraints.

+

Multi-node integration testing is required because many Logos behaviors—block +progress, data availability, liveness under churn—only emerge when several +roles interact over real networking and time. This framework makes those checks +declarative, observable, and portable across environments.

+

A Scenario in 20 Lines

+

Here's the conceptual shape of every test you'll write:

+
// 1. Define the cluster
+let scenario = ScenarioBuilder::topology_with(|t| {
+    t.network_star()
+        .validators(3)
+        .executors(2)
+})
+// 2. Add workloads (traffic)
+.transactions_with(|tx| tx.rate(10).users(5))
+.da_with(|da| da.channel_rate(2).blob_rate(2))
+
+// 3. Define success criteria
+.expect_consensus_liveness()
+
+// 4. Set experiment duration
+.with_run_duration(Duration::from_secs(60))
+.build();
+
+// 5. Deploy and run
+let runner = deployer.deploy(&scenario).await?;
+runner.run(&mut scenario).await?;
+

This pattern—topology, workloads, expectations, duration—repeats across all scenarios in this book.

+

Learn more: For protocol-level documentation and node internals, see the Logos Project Documentation.

+

Architecture Overview

+

The framework follows a clear flow: Topology → Scenario → Deployer → Runner → Workloads → Expectations.

+

Core Flow

+
flowchart LR
+    A(Topology<br/>shape cluster) --> B(Scenario<br/>plan)
+    B --> C(Deployer<br/>provision & readiness)
+    C --> D(Runner<br/>orchestrate execution)
+    D --> E(Workloads<br/>drive traffic)
+    E --> F(Expectations<br/>verify outcomes)
+
+

Crate Architecture

+
flowchart TB
+    subgraph Examples["Runner Examples"]
+        LocalBin[local_runner.rs]
+        ComposeBin[compose_runner.rs]
+        K8sBin[k8s_runner.rs]
+        CucumberBin[cucumber_*.rs]
+    end
+    
+    subgraph Workflows["Workflows (Batteries Included)"]
+        DSL[ScenarioBuilderExt<br/>Fluent API]
+        TxWorkload[Transaction Workload]
+        DAWorkload[DA Workload]
+        ChaosWorkload[Chaos Workload]
+        Expectations[Built-in Expectations]
+    end
+    
+    subgraph Core["Core Framework"]
+        ScenarioModel[Scenario Model]
+        Traits[Deployer + Runner Traits]
+        BlockFeed[BlockFeed]
+        NodeClients[Node Clients]
+        Topology[Topology Generation]
+    end
+    
+    subgraph Deployers["Runner Implementations"]
+        LocalDeployer[LocalDeployer]
+        ComposeDeployer[ComposeDeployer]
+        K8sDeployer[K8sDeployer]
+    end
+    
+    subgraph Support["Supporting Crates"]
+        Configs[Configs & Topology]
+        Nodes[Node API Clients]
+        Cucumber[Cucumber Extensions]
+    end
+    
+    Examples --> Workflows
+    Examples --> Deployers
+    Workflows --> Core
+    Deployers --> Core
+    Deployers --> Support
+    Core --> Support
+    Workflows --> Support
+    
+    style Examples fill:#e1f5ff
+    style Workflows fill:#e1ffe1
+    style Core fill:#fff4e1
+    style Deployers fill:#ffe1f5
+    style Support fill:#f0f0f0
+
+

Layer Responsibilities

+

Runner Examples (Entry Points)

+
    +
  • Executable binaries that demonstrate framework usage
  • +
  • Wire together deployers, scenarios, and execution
  • +
  • Provide CLI interfaces for different modes
  • +
+

Workflows (High-Level API)

+
    +
  • ScenarioBuilderExt trait provides fluent DSL
  • +
  • Built-in workloads (transactions, DA, chaos)
  • +
  • Common expectations (liveness, inclusion)
  • +
  • Simplifies scenario authoring
  • +
+

Core Framework (Foundation)

+
    +
  • Scenario model and lifecycle orchestration
  • +
  • Deployer and Runner traits (extension points)
  • +
  • BlockFeed for real-time block observation
  • +
  • RunContext providing node clients and metrics
  • +
  • Topology generation and validation
  • +
+

Runner Implementations

+
    +
  • LocalDeployer - spawns processes on host
  • +
  • ComposeDeployer - orchestrates Docker Compose
  • +
  • K8sDeployer - deploys to Kubernetes cluster
  • +
  • Each implements Deployer trait
  • +
+

Supporting Crates

+
    +
  • configs - Topology configuration and generation
  • +
  • nodes - HTTP/RPC client for node APIs
  • +
  • cucumber - BDD/Gherkin integration
  • +
+

Extension Points

+
flowchart LR
+    Custom[Your Code] -.implements.-> Workload[Workload Trait]
+    Custom -.implements.-> Expectation[Expectation Trait]
+    Custom -.implements.-> Deployer[Deployer Trait]
+    
+    Workload --> Core[Core Framework]
+    Expectation --> Core
+    Deployer --> Core
+    
+    style Custom fill:#ffe1f5
+    style Core fill:#fff4e1
+
+

Extend by implementing:

+
    +
  • Workload - Custom traffic generation patterns
  • +
  • Expectation - Custom success criteria
  • +
  • Deployer - Support for new deployment targets
  • +
+

See Extending the Framework for details.

+

Components

+
    +
  • Topology describes the cluster: how many nodes, their roles, and the high-level network and data-availability parameters they should follow.
  • +
  • Scenario combines that topology with the activities to run and the checks to perform, forming a single plan.
  • +
  • Deployer provisions infrastructure on the chosen backend (local processes, Docker Compose, or Kubernetes), waits for readiness, and returns a Runner.
  • +
  • Runner orchestrates scenario execution: starts workloads, observes signals, evaluates expectations, and triggers cleanup.
  • +
  • Workloads generate traffic and conditions that exercise the system.
  • +
  • Expectations observe the run and judge success or failure once activity completes.
  • +
+

Each layer has a narrow responsibility so that cluster shape, deployment choice, +traffic generation, and health checks can evolve independently while fitting +together predictably.

+

Entry Points

+

The framework is consumed via runnable example binaries in examples/src/bin/:

+
    +
  • local_runner.rs — Spawns nodes as host processes
  • +
  • compose_runner.rs — Deploys via Docker Compose (requires NOMOS_TESTNET_IMAGE built)
  • +
  • k8s_runner.rs — Deploys via Kubernetes Helm (requires cluster + image)
  • +
+

Recommended: Use the convenience script:

+
scripts/run/run-examples.sh -t <duration> -v <validators> -e <executors> <mode>
+# mode: host, compose, or k8s
+
+

This handles circuit setup, binary building/bundling, image building, and execution.

+

Alternative: Direct cargo run (requires manual setup):

+
POL_PROOF_DEV_MODE=true cargo run -p runner-examples --bin <name>
+
+

Important: All runners require POL_PROOF_DEV_MODE=true to avoid expensive Groth16 proof generation that causes timeouts.

+

These binaries use the framework API (ScenarioBuilder) to construct and execute scenarios.

+

Builder API

+

Scenarios are defined using a fluent builder pattern:

+
use std::time::Duration;
+
+use testing_framework_core::scenario::ScenarioBuilder;
+use testing_framework_workflows::ScenarioBuilderExt;
+
+pub fn scenario_plan() -> testing_framework_core::scenario::Scenario<()> {
+    ScenarioBuilder::topology_with(|t| t.network_star().validators(3).executors(2))
+        .wallets(50)
+        .transactions_with(|txs| txs.rate(5).users(20))
+        .da_with(|da| da.channel_rate(1).blob_rate(2))
+        .expect_consensus_liveness()
+        .with_run_duration(Duration::from_secs(90))
+        .build()
+}
+

Key API Points:

+
    +
  • Topology uses .topology_with(|t| { t.validators(N).executors(M) }) closure pattern
  • +
  • Workloads are configured via _with closures (transactions_with, da_with, chaos_with)
  • +
  • Chaos workloads require .enable_node_control() and a compatible runner
  • +
+

Deployers

+

Three deployer implementations:

+
+ + + +
DeployerBackendPrerequisitesNode Control
LocalDeployerHost processesBinaries (built on demand or via bundle)No
ComposeDeployerDocker ComposeImage with embedded assets/binariesYes
K8sDeployerKubernetes HelmCluster + image loadedNot yet
+
+

Compose-specific features:

+
    +
  • Observability is external (set NOMOS_METRICS_QUERY_URL / NOMOS_METRICS_OTLP_INGEST_URL / NOMOS_GRAFANA_URL as needed)
  • +
  • Optional OTLP trace/metrics endpoints (NOMOS_OTLP_ENDPOINT, NOMOS_OTLP_METRICS_ENDPOINT)
  • +
  • Node control for chaos testing (restart validators/executors)
  • +
+

Assets and Images

+

Docker Image

+

Built via scripts/build/build_test_image.sh:

+
    +
  • Embeds KZG circuit parameters and binaries from testing-framework/assets/stack/kzgrs_test_params/kzgrs_test_params
  • +
  • Includes runner scripts: run_nomos_node.sh, run_nomos_executor.sh
  • +
  • Tagged as NOMOS_TESTNET_IMAGE (default: logos-blockchain-testing:local)
  • +
  • Recommended: Use prebuilt bundle via scripts/build/build-bundle.sh --platform linux and set NOMOS_BINARIES_TAR before building image
  • +
+

Circuit Assets

+

KZG parameters required for DA workloads:

+
    +
  • Host path: testing-framework/assets/stack/kzgrs_test_params/kzgrs_test_params (note repeated filename—directory contains file kzgrs_test_params)
  • +
  • Container path: /kzgrs_test_params/kzgrs_test_params (for compose/k8s)
  • +
  • Override: NOMOS_KZGRS_PARAMS_PATH=/custom/path/to/file (must point to file)
  • +
  • Fetch via: scripts/setup/setup-nomos-circuits.sh v0.3.1 /tmp/circuits or use scripts/run/run-examples.sh
  • +
+

Compose Stack

+

Templates and configs in testing-framework/runners/compose/assets/:

+
    +
  • docker-compose.yml.tera — Stack template (validators, executors)
  • +
  • Cfgsync config: testing-framework/assets/stack/cfgsync.yaml
  • +
  • Monitoring assets (not deployed by the framework): testing-framework/assets/stack/monitoring/
  • +
+

Logging Architecture

+

Two separate logging pipelines:

+
+ + +
ComponentConfigurationOutput
Runner binariesRUST_LOGFramework orchestration logs
Node processesNOMOS_LOG_LEVEL, NOMOS_LOG_FILTER (+ NOMOS_LOG_DIR on host runner)Consensus, DA, mempool logs
+
+

Node logging:

+
    +
  • Local runner: Writes to temporary directories by default (cleaned up). Set NOMOS_TESTS_TRACING=true + NOMOS_LOG_DIR for persistent files.
  • +
  • Compose runner: Default logs to container stdout/stderr (docker logs). To write per-node files, set tracing_settings.logger: !File in testing-framework/assets/stack/cfgsync.yaml (and mount a writable directory).
  • +
  • K8s runner: Logs to pod stdout/stderr (kubectl logs). To write per-node files, set tracing_settings.logger: !File in testing-framework/assets/stack/cfgsync.yaml (and mount a writable directory).
  • +
+

File naming: Per-node files use prefix nomos-node-{index} or nomos-executor-{index} (may include timestamps).

+

Observability

+

Prometheus-compatible metrics querying (optional):

+
    +
  • The framework does not deploy Prometheus/Grafana.
  • +
  • Provide a Prometheus-compatible base URL (PromQL API) via NOMOS_METRICS_QUERY_URL.
  • +
  • Accessible in expectations when configured: ctx.telemetry().prometheus().map(|p| p.base_url())
  • +
+

Grafana dashboards (optional):

+
    +
  • Dashboards live in testing-framework/assets/stack/monitoring/grafana/dashboards/ and can be imported into your Grafana.
  • +
  • If you set NOMOS_GRAFANA_URL, the deployer prints it in TESTNET_ENDPOINTS.
  • +
+

Node APIs:

+
    +
  • HTTP endpoints per node for consensus info, network status, DA membership
  • +
  • Accessible in expectations: ctx.node_clients().validator_clients().get(0)
  • +
+

OTLP (optional):

+
    +
  • Trace endpoint: NOMOS_OTLP_ENDPOINT=http://localhost:4317
  • +
  • Metrics endpoint: NOMOS_OTLP_METRICS_ENDPOINT=http://localhost:4318
  • +
  • Disabled by default (no noise if unset)
  • +
+

For detailed logging configuration, see Logging & Observability.

+

Testing Philosophy

+

This framework embodies specific principles that shape how you author and run +scenarios. Understanding these principles helps you write effective tests and +interpret results correctly.

+

Declarative over Imperative

+

Describe what you want to test, not how to orchestrate it:

+
use testing_framework_core::scenario::ScenarioBuilder;
+use testing_framework_workflows::ScenarioBuilderExt;
+
+pub fn declarative_over_imperative() {
+    // Good: declarative
+    let _plan = ScenarioBuilder::topology_with(|t| t.network_star().validators(2).executors(1))
+        .transactions_with(|txs| {
+            txs.rate(5) // 5 transactions per block
+        })
+        .expect_consensus_liveness()
+        .build();
+
+    // Bad: imperative (framework doesn't work this way)
+    // spawn_validator(); spawn_executor();
+    // loop { submit_tx(); check_block(); }
+}
+

Why it matters: The framework handles deployment, readiness, and cleanup. +You focus on test intent, not infrastructure orchestration.

+

Protocol Time, Not Wall Time

+

Reason in blocks and consensus intervals, not wall-clock seconds.

+

Consensus defaults:

+
    +
  • Slot duration: 2 seconds (NTP-synchronized, configurable via CONSENSUS_SLOT_TIME)
  • +
  • Active slot coefficient: 0.9 (90% block probability per slot, configurable via CONSENSUS_ACTIVE_SLOT_COEFF)
  • +
  • Expected rate: ~27 blocks per minute
  • +
+
use std::time::Duration;
+
+use testing_framework_core::scenario::ScenarioBuilder;
+use testing_framework_workflows::ScenarioBuilderExt;
+
+pub fn protocol_time_not_wall_time() {
+    // Good: protocol-oriented thinking
+    let _plan = ScenarioBuilder::topology_with(|t| t.network_star().validators(2).executors(1))
+        .transactions_with(|txs| {
+            txs.rate(5) // 5 transactions per block
+        })
+        .with_run_duration(Duration::from_secs(60)) // Let framework calculate expected blocks
+        .expect_consensus_liveness() // "Did we produce the expected blocks?"
+        .build();
+
+    // Bad: wall-clock assumptions
+    // "I expect exactly 30 blocks in 60 seconds"
+    // This breaks on slow CI where slot timing might drift
+}
+

Why it matters: Slot timing is fixed (2s by default, NTP-synchronized), so the +expected number of blocks is predictable: ~27 blocks in 60s with the default +0.9 active slot coefficient. The framework calculates expected blocks from slot +duration and run window, making assertions protocol-based rather than tied to +specific wall-clock expectations. Assert on "blocks produced relative to slots" +not "blocks produced in exact wall-clock seconds".

+

Determinism First, Chaos When Needed

+

Default scenarios are repeatable:

+
    +
  • Fixed topology
  • +
  • Predictable traffic rates
  • +
  • Deterministic checks
  • +
+

Chaos is opt-in:

+
use std::time::Duration;
+
+use testing_framework_core::scenario::ScenarioBuilder;
+use testing_framework_workflows::{ChaosBuilderExt, ScenarioBuilderExt};
+
+pub fn determinism_first() {
+    // Separate: functional test (deterministic)
+    let _plan = ScenarioBuilder::topology_with(|t| t.network_star().validators(2).executors(1))
+        .transactions_with(|txs| {
+            txs.rate(5) // 5 transactions per block
+        })
+        .expect_consensus_liveness()
+        .build();
+
+    // Separate: chaos test (introduces randomness)
+    let _chaos_plan =
+        ScenarioBuilder::topology_with(|t| t.network_star().validators(3).executors(2))
+            .enable_node_control()
+            .chaos_with(|c| {
+                c.restart()
+                    .min_delay(Duration::from_secs(30))
+                    .max_delay(Duration::from_secs(60))
+                    .target_cooldown(Duration::from_secs(45))
+                    .apply()
+            })
+            .transactions_with(|txs| {
+                txs.rate(5) // 5 transactions per block
+            })
+            .expect_consensus_liveness()
+            .build();
+}
+

Why it matters: Mixing determinism with chaos creates noisy, hard-to-debug +failures. Separate concerns make failures actionable.

+

Observable Health Signals

+

Prefer user-facing signals over internal state:

+

Good checks:

+
    +
  • Blocks progressing at expected rate (liveness)
  • +
  • Transactions included within N blocks (inclusion)
  • +
  • DA blobs retrievable (availability)
  • +
+

Avoid internal checks:

+
    +
  • Memory pool size
  • +
  • Internal service state
  • +
  • Cache hit rates
  • +
+

Why it matters: User-facing signals reflect actual system health. +Internal state can be "healthy" while the system is broken from a user +perspective.

+

Minimum Run Windows

+

Always run long enough for meaningful block production:

+
use std::time::Duration;
+
+use testing_framework_core::scenario::ScenarioBuilder;
+use testing_framework_workflows::ScenarioBuilderExt;
+
+pub fn minimum_run_windows() {
+    // Bad: too short (~2 blocks with default 2s slots, 0.9 coeff)
+    let _too_short = ScenarioBuilder::with_node_counts(1, 0)
+        .with_run_duration(Duration::from_secs(5))
+        .expect_consensus_liveness()
+        .build();
+
+    // Good: enough blocks for assertions (~27 blocks with default 2s slots, 0.9
+    // coeff)
+    let _good = ScenarioBuilder::with_node_counts(1, 0)
+        .with_run_duration(Duration::from_secs(60))
+        .expect_consensus_liveness()
+        .build();
+}
+

Note: Block counts assume default consensus parameters:

+
    +
  • Slot duration: 2 seconds (configurable via CONSENSUS_SLOT_TIME)
  • +
  • Active slot coefficient: 0.9 (90% block probability per slot, configurable via CONSENSUS_ACTIVE_SLOT_COEFF)
  • +
  • Formula: blocks ≈ (duration / slot_duration) × active_slot_coeff
  • +
+

If upstream changes these parameters, adjust your duration expectations accordingly.

+

The framework enforces minimum durations (at least 2× slot duration), but be explicit. Very short runs risk false confidence—one lucky block doesn't prove liveness.

+

Summary

+

These principles keep scenarios:

+
    +
  • Portable across environments (protocol time, declarative)
  • +
  • Debuggable (determinism, separation of concerns)
  • +
  • Meaningful (observable signals, sufficient duration)
  • +
+

When authoring scenarios, ask: "Does this test the protocol behavior or +my local environment quirks?"

+

Scenario Lifecycle

+

A scenario progresses through six distinct phases, each with a specific responsibility:

+
flowchart TB
+    subgraph Phase1["1. Build Phase"]
+        Build[Define Scenario]
+        BuildDetails["• Declare topology<br/>• Attach workloads<br/>• Add expectations<br/>• Set run duration"]
+        Build --> BuildDetails
+    end
+    
+    subgraph Phase2["2. Deploy Phase"]
+        Deploy[Provision Environment]
+        DeployDetails["• Launch nodes<br/>• Wait for readiness<br/>• Establish connectivity<br/>• Return Runner"]
+        Deploy --> DeployDetails
+    end
+    
+    subgraph Phase3["3. Capture Phase"]
+        Capture[Baseline Metrics]
+        CaptureDetails["• Snapshot initial state<br/>• Start BlockFeed<br/>• Initialize expectations"]
+        Capture --> CaptureDetails
+    end
+    
+    subgraph Phase4["4. Execution Phase"]
+        Execute[Drive Workloads]
+        ExecuteDetails["• Submit transactions<br/>• Disperse DA blobs<br/>• Trigger chaos events<br/>• Run for duration"]
+        Execute --> ExecuteDetails
+    end
+    
+    subgraph Phase5["5. Evaluation Phase"]
+        Evaluate[Check Expectations]
+        EvaluateDetails["• Verify liveness<br/>• Check inclusion<br/>• Validate outcomes<br/>• Aggregate results"]
+        Evaluate --> EvaluateDetails
+    end
+    
+    subgraph Phase6["6. Cleanup Phase"]
+        Cleanup[Teardown]
+        CleanupDetails["• Stop nodes<br/>• Remove containers<br/>• Collect logs<br/>• Release resources"]
+        Cleanup --> CleanupDetails
+    end
+    
+    Phase1 --> Phase2
+    Phase2 --> Phase3
+    Phase3 --> Phase4
+    Phase4 --> Phase5
+    Phase5 --> Phase6
+    
+    style Phase1 fill:#e1f5ff
+    style Phase2 fill:#fff4e1
+    style Phase3 fill:#f0ffe1
+    style Phase4 fill:#ffe1f5
+    style Phase5 fill:#e1ffe1
+    style Phase6 fill:#ffe1e1
+
+

Phase Details

+

1. Build the Plan

+

Declare a topology, attach workloads and expectations, and set the run window. The plan is the single source of truth for what will happen.

+

Key actions:

+
    +
  • Define cluster shape (validators, executors, network topology)
  • +
  • Configure workloads (transaction rate, DA traffic, chaos patterns)
  • +
  • Attach expectations (liveness, inclusion, custom checks)
  • +
  • Set timing parameters (run duration, cooldown period)
  • +
+

Output: Immutable Scenario plan

+

2. Deploy

+

Hand the plan to a deployer. It provisions the environment on the chosen backend, waits for nodes to signal readiness, and returns a runner.

+

Key actions:

+
    +
  • Provision infrastructure (processes, containers, or pods)
  • +
  • Launch validator and executor nodes
  • +
  • Wait for readiness probes (HTTP endpoints respond)
  • +
  • Establish node connectivity and metrics endpoints
  • +
  • Spawn BlockFeed for real-time block observation
  • +
+

Output: Runner + RunContext (with node clients, metrics, control handles)

+

3. Capture Baseline

+

Expectations snapshot initial state before workloads begin.

+

Key actions:

+
    +
  • Record starting block height
  • +
  • Initialize counters and trackers
  • +
  • Subscribe to BlockFeed
  • +
  • Capture baseline metrics
  • +
+

Output: Captured state for later comparison

+

4. Drive Workloads

+

The runner starts traffic and behaviors for the planned duration.

+

Key actions:

+
    +
  • Submit transactions at configured rates
  • +
  • Disperse and sample DA blobs
  • +
  • Trigger chaos events (node restarts, network partitions)
  • +
  • Run concurrently for the specified duration
  • +
  • Observe blocks and metrics in real-time
  • +
+

Duration: Controlled by with_run_duration()

+

5. Evaluate Expectations

+

Once activity stops (and optional cooldown completes), the runner checks liveness and workload-specific outcomes.

+

Key actions:

+
    +
  • Verify consensus liveness (minimum block production)
  • +
  • Check transaction inclusion rates
  • +
  • Validate DA dispersal and sampling
  • +
  • Assess system recovery after chaos events
  • +
  • Aggregate pass/fail results
  • +
+

Output: Success or detailed failure report

+

6. Cleanup

+

Tear down resources so successive runs start fresh and do not inherit leaked state.

+

Key actions:

+
    +
  • Stop all node processes/containers/pods
  • +
  • Remove temporary directories and volumes
  • +
  • Collect and archive logs (if NOMOS_TESTS_KEEP_LOGS=1)
  • +
  • Release ports and network resources
  • +
  • Cleanup observability stack (if spawned)
  • +
+

Guarantee: Runs even on panic via CleanupGuard

+

Design Rationale

+
    +
  • Modular crates keep configuration, orchestration, workloads, and runners decoupled so each can evolve without breaking the others.
  • +
  • Pluggable runners let the same scenario run on a laptop, a Docker host, or a Kubernetes cluster, making validation portable across environments.
  • +
  • Separated workloads and expectations clarify intent: what traffic to generate versus how to judge success. This simplifies review and reuse.
  • +
  • Declarative topology makes cluster shape explicit and repeatable, reducing surprise when moving between CI and developer machines.
  • +
  • Maintainability through predictability: a clear flow from plan to deployment to verification lowers the cost of extending the framework and interpreting failures.
  • +
+

Part II — User Guide

+

Practical guidance for shaping scenarios, combining workloads and expectations, +and running them across different environments.

+

Workspace Layout

+

The workspace focuses on multi-node integration testing and sits alongside a +nomos-node checkout. Its crates separate concerns to keep scenarios +repeatable and portable:

+
    +
  • Configs: prepares high-level node, network, tracing, and wallet settings +used across test environments.
  • +
  • Core scenario orchestration: the engine that holds topology descriptions, +scenario plans, runtimes, workloads, and expectations.
  • +
  • Workflows: ready-made workloads (transactions, data-availability, chaos) +and reusable expectations assembled into a user-facing DSL.
  • +
  • Runners: deployment backends for local processes, Docker Compose, and +Kubernetes, all consuming the same scenario plan.
  • +
  • Runner Examples (crate name: runner-examples, path: examples/): +runnable binaries (examples/src/bin/local_runner.rs, +examples/src/bin/compose_runner.rs, examples/src/bin/k8s_runner.rs) that +demonstrate complete scenario execution with each deployer.
  • +
+

This split keeps configuration, orchestration, reusable traffic patterns, and +deployment adapters loosely coupled while sharing one mental model for tests.

+

Annotated Tree

+

Directory structure with key paths annotated:

+
logos-blockchain-testing/
+├─ testing-framework/           # Core library crates
+│  ├─ configs/                  # Node config builders, topology generation, tracing/logging config
+│  ├─ core/                     # Scenario model (ScenarioBuilder), runtime (Runner, Deployer), topology, node spawning
+│  ├─ workflows/                # Workloads (transactions, DA, chaos), expectations (liveness), builder DSL extensions
+│  ├─ runners/                  # Deployment backends
+│  │  ├─ local/                 # LocalDeployer (spawns local processes)
+│  │  ├─ compose/               # ComposeDeployer (Docker Compose + Prometheus)
+│  │  └─ k8s/                   # K8sDeployer (Kubernetes Helm)
+│  └─ assets/                   # Docker/K8s stack assets
+│     └─ stack/
+│        ├─ kzgrs_test_params/  # KZG circuit parameters directory
+│        │  └─ kzgrs_test_params  # Actual proving key file (note repeated name)
+│        ├─ monitoring/         # Prometheus config
+│        ├─ scripts/            # Container entrypoints
+│        └─ cfgsync.yaml        # Config sync server template
+│
+├─ examples/                    # PRIMARY ENTRY POINT: runnable binaries
+│  └─ src/bin/
+│     ├─ local_runner.rs        # Host processes demo (LocalDeployer)
+│     ├─ compose_runner.rs      # Docker Compose demo (ComposeDeployer)
+│     └─ k8s_runner.rs          # Kubernetes demo (K8sDeployer)
+│
+├─ scripts/                     # Helper utilities
+│  ├─ run-examples.sh           # Convenience script (handles setup + runs examples)
+│  ├─ build-bundle.sh           # Build prebuilt binaries+circuits bundle
+│  ├─ setup-circuits-stack.sh  # Fetch KZG parameters (Linux + host)
+│  └─ setup-nomos-circuits.sh  # Legacy circuit fetcher
+│
+└─ book/                        # This documentation (mdBook)
+
+

Key Directories Explained

+

testing-framework/

+

Core library crates providing the testing API.

+
+ + + + + + +
CratePurposeKey Exports
configsNode configuration buildersTopology generation, tracing config
coreScenario model & runtimeScenarioBuilder, Deployer, Runner
workflowsWorkloads & expectationsScenarioBuilderExt, ChaosBuilderExt
runners/localLocal process deployerLocalDeployer
runners/composeDocker Compose deployerComposeDeployer
runners/k8sKubernetes deployerK8sDeployer
+
+

testing-framework/assets/stack/

+

Docker/K8s deployment assets:

+
    +
  • kzgrs_test_params/kzgrs_test_params: Circuit parameters file (note repeated name; override via NOMOS_KZGRS_PARAMS_PATH)
  • +
  • monitoring/: Prometheus config
  • +
  • scripts/: Container entrypoints
  • +
+

scripts/

+

Convenience utilities:

+
    +
  • run-examples.sh: All-in-one script for host/compose/k8s modes (recommended)
  • +
  • build-bundle.sh: Create prebuilt binaries+circuits bundle for compose/k8s
  • +
  • build_test_image.sh: Build the compose/k8s Docker image (bakes in assets)
  • +
  • setup-circuits-stack.sh: Fetch KZG parameters for both Linux and host
  • +
  • cfgsync.yaml: Configuration sync server template
  • +
+

examples/ (Start Here!)

+

Runnable binaries demonstrating framework usage:

+
    +
  • local_runner.rs — Local processes
  • +
  • compose_runner.rs — Docker Compose (requires NOMOS_TESTNET_IMAGE built)
  • +
  • k8s_runner.rs — Kubernetes (requires cluster + image)
  • +
+

Run with: POL_PROOF_DEV_MODE=true cargo run -p runner-examples --bin <name>

+

All runners require POL_PROOF_DEV_MODE=true to avoid expensive proof generation.

+

scripts/

+

Helper utilities:

+
    +
  • setup-nomos-circuits.sh: Fetch KZG parameters from releases
  • +
+

Observability

+

Compose runner includes:

+
    +
  • Prometheus at http://localhost:9090 (metrics scraping)
  • +
  • Node metrics exposed per validator/executor
  • +
  • Access in expectations: ctx.telemetry().prometheus().map(|p| p.base_url())
  • +
+

Logging controlled by:

+
    +
  • NOMOS_LOG_DIR — Write per-node log files
  • +
  • NOMOS_LOG_LEVEL — Global log level (error/warn/info/debug/trace)
  • +
  • NOMOS_LOG_FILTER — Target-specific filtering (e.g., cryptarchia=trace,nomos_da_sampling=debug)
  • +
  • NOMOS_TESTS_TRACING — Enable file logging for local runner
  • +
+

See Logging & Observability for details.

+ +
+ + + + + + + +
To Do ThisGo Here
Run an exampleexamples/src/bin/cargo run -p runner-examples --bin <name>
Write a custom scenariotesting-framework/core/ → Implement using ScenarioBuilder
Add a new workloadtesting-framework/workflows/src/workloads/ → Implement Workload trait
Add a new expectationtesting-framework/workflows/src/expectations/ → Implement Expectation trait
Modify node configstesting-framework/configs/src/topology/configs/
Extend builder DSLtesting-framework/workflows/src/builder/ → Add trait methods
Add a new deployertesting-framework/runners/ → Implement Deployer trait
+
+

For detailed guidance, see Internal Crate Reference.

+

Authoring Scenarios

+

Creating a scenario is a declarative exercise. This page walks you through the core authoring loop with concrete examples, explains the units and timing model, and shows how to structure scenarios in Rust test suites.

+
+

The Core Authoring Loop

+

Every scenario follows the same pattern:

+
flowchart LR
+    A[1. Topology] --> B[2. Workloads]
+    B --> C[3. Expectations]
+    C --> D[4. Duration]
+    D --> E[5. Deploy & Run]
+
+
    +
  1. Shape the topology — How many nodes, what roles, what network shape
  2. +
  3. Attach workloads — What traffic to generate (transactions, blobs, chaos)
  4. +
  5. Define expectations — What success looks like (liveness, inclusion, recovery)
  6. +
  7. Set duration — How long to run the experiment
  8. +
  9. Choose a runner — Where to execute (local, compose, k8s)
  10. +
+
+

Hello Scenario: Your First Test

+

Let's build a minimal consensus liveness test step-by-step.

+

Step 1: Shape the Topology

+
use testing_framework_core::scenario::ScenarioBuilder;
+use testing_framework_workflows::ScenarioBuilderExt;
+
+let scenario = ScenarioBuilder::topology_with(|t| {
+    t.network_star()      // Star network (one gateway + nodes)
+        .validators(3)     // 3 validator nodes
+        .executors(1)      // 1 executor node
+})
+

What goes in topology?

+
    +
  • Node counts (validators, executors)
  • +
  • Network shape (network_star() is currently the only built-in layout)
  • +
  • Role split (validators vs. executors)
  • +
+

What does NOT go in topology?

+
    +
  • Traffic rates (that's workloads)
  • +
  • Success criteria (that's expectations)
  • +
  • Runtime configuration (that's duration/runner)
  • +
+

Step 2: Attach Workloads

+
.wallets(20) // Seed funded wallet accounts for transaction workloads
+.transactions_with(|tx| {
+    tx.rate(10)    // 10 transactions per block
+      .users(5)    // distributed across 5 wallets
+})
+

What goes in workloads?

+
    +
  • Transaction traffic (rate, users)
  • +
  • DA traffic (channels, blobs)
  • +
  • Chaos injection (restarts, delays)
  • +
+

Units explained:

+
    +
  • .rate(10) = 10 transactions per block (not per second!)
  • +
  • .users(5) = use 5 distinct wallet accounts
  • +
  • The framework adapts to block time automatically
  • +
+

Step 3: Define Expectations

+
.expect_consensus_liveness()
+

What goes in expectations?

+
    +
  • Health checks that run after the scenario completes
  • +
  • Liveness (blocks produced)
  • +
  • Inclusion (workload activity landed on-chain)
  • +
  • Recovery (system survived chaos)
  • +
+

When do expectations run? +After the duration window ends, during the evaluation phase of the scenario lifecycle.

+

Step 4: Set Duration

+
use std::time::Duration;
+
+.with_run_duration(Duration::from_secs(60))
+

How long is enough?

+
    +
  • Minimum: 2× the expected block time × number of blocks you want
  • +
  • For consensus liveness: 30-60 seconds
  • +
  • For transaction inclusion: 60-120 seconds
  • +
  • For chaos recovery: 2-5 minutes
  • +
+

What happens during this window?

+
    +
  • Nodes are running
  • +
  • Workloads generate traffic
  • +
  • Metrics/logs are collected
  • +
  • BlockFeed broadcasts observations in real-time
  • +
+

Step 5: Build and Deploy

+
.build();
+
+// Choose a runner
+use testing_framework_core::scenario::Deployer;
+use testing_framework_runner_local::LocalDeployer;
+
+let deployer = LocalDeployer::default();
+let runner = deployer.deploy(&scenario).await?;
+let _result = runner.run(&mut scenario).await?;
+
+

Complete "Hello Scenario"

+

Putting it all together:

+
use std::time::Duration;
+
+use anyhow::Result;
+use testing_framework_core::scenario::{Deployer, ScenarioBuilder};
+use testing_framework_runner_local::LocalDeployer;
+use testing_framework_workflows::ScenarioBuilderExt;
+
+#[tokio::test]
+async fn hello_consensus_liveness() -> Result<()> {
+    let mut scenario = ScenarioBuilder::topology_with(|t| {
+        t.network_star()
+            .validators(3)
+            .executors(1)
+    })
+    .wallets(20)
+    .transactions_with(|tx| tx.rate(10).users(5))
+    .expect_consensus_liveness()
+    .with_run_duration(Duration::from_secs(60))
+    .build();
+
+    let deployer = LocalDeployer::default();
+    let runner = deployer.deploy(&scenario).await?;
+    runner.run(&mut scenario).await?;
+
+    Ok(())
+}
+

Run it:

+
POL_PROOF_DEV_MODE=true cargo test hello_consensus_liveness
+
+
+

Understanding Units & Timing

+

Transaction Rate: Per-Block, Not Per-Second

+

Wrong mental model: .rate(10) = 10 tx/second

+

Correct mental model: .rate(10) = 10 tx/block

+

Why? The blockchain produces blocks at variable rates depending on consensus timing. The framework submits the configured rate per block to ensure predictable load regardless of block time.

+

Example:

+
    +
  • Block time = 2 seconds
  • +
  • .rate(10) → 10 tx/block → 5 tx/second average
  • +
  • Block time = 5 seconds
  • +
  • .rate(10) → 10 tx/block → 2 tx/second average
  • +
+

Duration: Wall-Clock Time

+

.with_run_duration(Duration::from_secs(60)) means the scenario runs for 60 seconds of real time, not 60 blocks.

+

How many blocks will be produced? +Depends on consensus timing (slot time, active slot coefficient). Typical: 1-2 seconds per block.

+

Rule of thumb:

+
    +
  • 60 seconds → ~30-60 blocks
  • +
  • 120 seconds → ~60-120 blocks
  • +
+
+

Structuring Scenarios in a Test Suite

+

Pattern 1: Integration Test Module

+
// tests/integration_test.rs
+use std::time::Duration;
+
+use anyhow::Result;
+use testing_framework_core::scenario::{Deployer, ScenarioBuilder};
+use testing_framework_runner_local::LocalDeployer;
+use testing_framework_workflows::ScenarioBuilderExt;
+
+#[tokio::test]
+async fn test_consensus_liveness() -> Result<()> {
+    let mut scenario = ScenarioBuilder::topology_with(|t| {
+        t.network_star().validators(3).executors(1)
+    })
+    .expect_consensus_liveness()
+    .with_run_duration(Duration::from_secs(30))
+    .build();
+
+    let deployer = LocalDeployer::default();
+    let runner = deployer.deploy(&scenario).await?;
+    runner.run(&mut scenario).await?;
+    Ok(())
+}
+
+#[tokio::test]
+async fn test_transaction_inclusion() -> Result<()> {
+    let mut scenario = ScenarioBuilder::topology_with(|t| {
+        t.network_star().validators(2).executors(1)
+    })
+    .wallets(10)
+    .transactions_with(|tx| tx.rate(5).users(5))
+    .expect_consensus_liveness()
+    .with_run_duration(Duration::from_secs(60))
+    .build();
+
+    let deployer = LocalDeployer::default();
+    let runner = deployer.deploy(&scenario).await?;
+    runner.run(&mut scenario).await?;
+    Ok(())
+}
+

Pattern 2: Shared Scenario Builders

+

Extract common topology patterns:

+
// tests/helpers.rs
+use testing_framework_core::scenario::ScenarioBuilder;
+use testing_framework_workflows::ScenarioBuilderExt;
+
+pub fn minimal_topology() -> ScenarioBuilder {
+    ScenarioBuilder::topology_with(|t| {
+        t.network_star().validators(2).executors(1)
+    })
+}
+
+pub fn production_like_topology() -> ScenarioBuilder {
+    ScenarioBuilder::topology_with(|t| {
+        t.network_star().validators(7).executors(3)
+    })
+}
+
+// tests/consensus_tests.rs
+use std::time::Duration;
+
+use helpers::*;
+
+#[tokio::test]
+async fn small_cluster_liveness() -> anyhow::Result<()> {
+    let mut scenario = minimal_topology()
+        .expect_consensus_liveness()
+        .with_run_duration(Duration::from_secs(30))
+        .build();
+    // ... deploy and run
+    Ok(())
+}
+
+#[tokio::test]
+async fn large_cluster_liveness() -> anyhow::Result<()> {
+    let mut scenario = production_like_topology()
+        .expect_consensus_liveness()
+        .with_run_duration(Duration::from_secs(60))
+        .build();
+    // ... deploy and run
+    Ok(())
+}
+

Pattern 3: Parameterized Scenarios

+

Test the same behavior across different scales:

+
use std::time::Duration;
+
+use anyhow::Result;
+use testing_framework_core::scenario::{Deployer, ScenarioBuilder};
+use testing_framework_runner_local::LocalDeployer;
+use testing_framework_workflows::ScenarioBuilderExt;
+
+async fn test_liveness_with_topology(validators: usize, executors: usize) -> Result<()> {
+    let mut scenario = ScenarioBuilder::topology_with(|t| {
+        t.network_star()
+            .validators(validators)
+            .executors(executors)
+    })
+    .expect_consensus_liveness()
+    .with_run_duration(Duration::from_secs(60))
+    .build();
+
+    let deployer = LocalDeployer::default();
+    let runner = deployer.deploy(&scenario).await?;
+    runner.run(&mut scenario).await?;
+    Ok(())
+}
+
+#[tokio::test]
+async fn liveness_small() -> Result<()> {
+    test_liveness_with_topology(2, 1).await
+}
+
+#[tokio::test]
+async fn liveness_medium() -> Result<()> {
+    test_liveness_with_topology(5, 2).await
+}
+
+#[tokio::test]
+async fn liveness_large() -> Result<()> {
+    test_liveness_with_topology(10, 3).await
+}
+
+

What Belongs Where?

+

Topology

+

Do include:

+
    +
  • Node counts (.validators(3), .executors(1))
  • +
  • Network shape (.network_star())
  • +
  • Role split (validators vs. executors)
  • +
+

Don't include:

+
    +
  • Traffic rates (workload concern)
  • +
  • Expected outcomes (expectation concern)
  • +
  • Runtime behavior (runner/duration concern)
  • +
+

Workloads

+

Do include:

+
    +
  • Transaction traffic (.transactions_with(|tx| ...))
  • +
  • DA traffic (.da_with(|da| ...))
  • +
  • Chaos injection (.with_workload(RandomRestartWorkload::new(...)))
  • +
  • Rates, users, timing
  • +
+

Don't include:

+
    +
  • Node configuration (topology concern)
  • +
  • Success criteria (expectation concern)
  • +
+

Expectations

+

Do include:

+
    +
  • Health checks (.expect_consensus_liveness())
  • +
  • Inclusion verification (built-in to workloads)
  • +
  • Custom assertions (.with_expectation(MyExpectation::new()))
  • +
+

Don't include:

+
    +
  • Traffic generation (workload concern)
  • +
  • Cluster shape (topology concern)
  • +
+
+

Best Practices

+
    +
  1. Keep scenarios focused: One scenario = one behavior under test
  2. +
  3. Start small: 2-3 validators, 1 executor, 30-60 seconds
  4. +
  5. Use descriptive names: test_consensus_survives_validator_restart not test_1
  6. +
  7. Extract common patterns: Shared topology builders, helper functions
  8. +
  9. Document intent: Add comments explaining what you're testing and why
  10. +
  11. Mind the units: .rate(N) is per-block, .with_run_duration() is wall-clock
  12. +
  13. Set realistic durations: Allow enough time for multiple blocks + workload effects
  14. +
+
+

Next Steps

+ +

Core Content: Workloads & Expectations

+

Workloads describe the activity a scenario generates; expectations describe the signals that must hold when that activity completes. This page is the canonical reference for all built-in workloads and expectations, including configuration knobs, defaults, prerequisites, and debugging guidance.

+
+

Overview

+
flowchart TD
+    I[Inputs<br/>topology + wallets + rates] --> Init[Workload init]
+    Init --> Drive[Drive traffic]
+    Drive --> Collect[Collect signals]
+    Collect --> Eval[Expectations evaluate]
+
+

Key concepts:

+
    +
  • Workloads run during the execution phase (generate traffic)
  • +
  • Expectations run during the evaluation phase (check health signals)
  • +
  • Each workload can attach its own expectations automatically
  • +
  • Expectations can also be added explicitly
  • +
+
+

Built-in Workloads

+

1. Transaction Workload

+

Submits user-level transactions at a configurable rate to exercise transaction processing and inclusion paths.

+

Import:

+
use testing_framework_workflows::workloads::transaction::Workload;
+

Configuration

+
+ + +
ParameterTypeDefaultDescription
rateu64RequiredTransactions per block (not per second!)
usersOption<usize>All walletsNumber of distinct wallet accounts to use
+
+

DSL Usage

+
use testing_framework_workflows::ScenarioBuilderExt;
+
+ScenarioBuilder::topology_with(|t| t.network_star().validators(3).executors(1))
+    .wallets(20)  // Seed 20 wallet accounts
+    .transactions_with(|tx| {
+        tx.rate(10)   // 10 transactions per block
+          .users(5)   // Use only 5 of the 20 wallets
+    })
+    .with_run_duration(Duration::from_secs(60))
+    .build();
+

Direct Instantiation

+
use testing_framework_workflows::workloads::transaction;
+
+let tx_workload = transaction::Workload::with_rate(10)
+    .expect("transaction rate must be non-zero");
+
+ScenarioBuilder::topology_with(|t| t.network_star().validators(3).executors(1))
+    .wallets(20)
+    .with_workload(tx_workload)
+    .with_run_duration(Duration::from_secs(60))
+    .build();
+

Prerequisites

+
    +
  1. +

    Wallet accounts must be seeded:

    +
    .wallets(N)  // Before .transactions_with()
    +

    The workload will fail during init() if no wallets are configured.

    +
  2. +
  3. +

    Proof generation must be fast:

    +
    export POL_PROOF_DEV_MODE=true
    +
    +

    Without this, proof generation takes ~30-60 seconds per transaction, causing timeouts.

    +
  4. +
  5. +

    Circuit artifacts must be available:

    +
      +
    • Automatically staged by scripts/run/run-examples.sh
    • +
    • Or manually via scripts/setup/setup-circuits-stack.sh (recommended) / scripts/setup/setup-nomos-circuits.sh
    • +
    +
  6. +
+

Attached Expectation

+

TxInclusionExpectation — Verifies that submitted transactions were included in blocks.

+

What it checks:

+
    +
  • At least N transactions were included on-chain (where N = rate × user count × expected block count)
  • +
  • Uses BlockFeed to count transactions across all observed blocks
  • +
+

Failure modes:

+
    +
  • "Expected >= X transactions, observed Y" (Y < X)
  • +
  • Common causes: proof generation timeouts, node crashes, insufficient duration
  • +
+

What Failure Looks Like

+
Error: Expectation failed: TxInclusionExpectation
+  Expected: >= 600 transactions (10 tx/block × 60 blocks)
+  Observed: 127 transactions
+  
+  Possible causes:
+  - POL_PROOF_DEV_MODE not set (proof generation too slow)
+  - Duration too short (nodes still syncing)
+  - Node crashes (check logs for panics/OOM)
+  - Wallet accounts not seeded (check topology config)
+
+

How to debug:

+
    +
  1. Check logs for proof generation timing: +
    grep "proof generation" $NOMOS_LOG_DIR/executor-0/*.log
    +
    +
  2. +
  3. Verify POL_PROOF_DEV_MODE=true was set
  4. +
  5. Increase duration: .with_run_duration(Duration::from_secs(120))
  6. +
  7. Reduce rate: .rate(5) instead of .rate(10)
  8. +
+
+

2. Data Availability (DA) Workload

+

Drives blob and channel activity to exercise data availability paths and storage.

+

Import:

+
use testing_framework_workflows::workloads::da::Workload;
+

Configuration

+
+ + + +
ParameterTypeDefaultDescription
blob_rate_per_blockNonZeroU64RequiredBlobs to publish per block
channel_rate_per_blockNonZeroU64RequiredChannels to create per block
headroom_percentu6420Extra capacity for channel planning (avoids saturation)
+
+

DSL Usage

+
use testing_framework_workflows::ScenarioBuilderExt;
+
+ScenarioBuilder::topology_with(|t| t.network_star().validators(3).executors(2))
+    .da_with(|da| {
+        da.channel_rate(2)  // 2 channels per block
+          .blob_rate(4)     // 4 blobs per block
+    })
+    .with_run_duration(Duration::from_secs(120))
+    .build();
+

Direct Instantiation

+
use std::num::NonZeroU64;
+use testing_framework_workflows::workloads::da;
+
+let da_workload = da::Workload::with_rate(
+    NonZeroU64::new(4).unwrap(),   // blob_rate_per_block
+    NonZeroU64::new(2).unwrap(),   // channel_rate_per_block
+    20,                            // headroom_percent
+);
+
+ScenarioBuilder::topology_with(|t| t.network_star().validators(3).executors(2))
+    .with_workload(da_workload)
+    .with_run_duration(Duration::from_secs(120))
+    .build();
+

Prerequisites

+
    +
  1. +

    Executors must be present:

    +
    .executors(N)  // At least 1 executor
    +

    DA workload requires executor nodes to handle blob publishing.

    +
  2. +
  3. +

    Sufficient duration: +Channel creation and blob publishing are slower than transaction submission. Allow 120+ seconds.

    +
  4. +
  5. +

    Circuit artifacts: +Same as transaction workload (POL_PROOF_DEV_MODE, circuits staged).

    +
  6. +
+

Attached Expectation

+

DaWorkloadExpectation — Verifies blobs and channels were created and published.

+

What it checks:

+
    +
  • At least N channels were created (where N = channel_rate × expected blocks)
  • +
  • At least M blobs were published (where M = blob_rate × expected blocks × headroom)
  • +
  • Uses BlockFeed and executor API to verify
  • +
+

Failure modes:

+
    +
  • "Expected >= X channels, observed Y" (Y < X)
  • +
  • "Expected >= X blobs, observed Y" (Y < X)
  • +
  • Common causes: executor crashes, insufficient duration, DA saturation
  • +
+

What Failure Looks Like

+
Error: Expectation failed: DaWorkloadExpectation
+  Expected: >= 60 channels (2 channels/block × 30 blocks)
+  Observed: 23 channels
+  
+  Possible causes:
+  - Executors crashed or restarted (check executor logs)
+  - Duration too short (channels still being created)
+  - Blob publishing failed (check executor API errors)
+  - Network issues (check validator/executor connectivity)
+
+

How to debug:

+
    +
  1. Check executor logs: +
    grep "channel\|blob" $NOMOS_LOG_DIR/executor-0/*.log
    +
    +
  2. +
  3. Verify executors stayed running: +
    grep "panic\|killed" $NOMOS_LOG_DIR/executor-*/*.log
    +
    +
  4. +
  5. Increase duration: .with_run_duration(Duration::from_secs(180))
  6. +
  7. Reduce rates: .channel_rate(1).blob_rate(2)
  8. +
+
+

3. Chaos Workload (Random Restart)

+

Triggers controlled node restarts to test resilience and recovery behaviors.

+

Import:

+
use testing_framework_workflows::workloads::chaos::RandomRestartWorkload;
+

Configuration

+
+ + + + + +
ParameterTypeDefaultDescription
min_delayDurationRequiredMinimum time between restart attempts
max_delayDurationRequiredMaximum time between restart attempts
target_cooldownDurationRequiredMinimum time before restarting same node again
include_validatorsboolRequiredWhether to restart validators
include_executorsboolRequiredWhether to restart executors
+
+

Usage

+
use std::time::Duration;
+
+use testing_framework_core::scenario::ScenarioBuilder;
+use testing_framework_workflows::{ScenarioBuilderExt, workloads::chaos::RandomRestartWorkload};
+
+let scenario = ScenarioBuilder::topology_with(|t| {
+    t.network_star().validators(3).executors(2)
+})
+.enable_node_control()  // REQUIRED for chaos
+.with_workload(RandomRestartWorkload::new(
+    Duration::from_secs(45),   // min_delay
+    Duration::from_secs(75),   // max_delay
+    Duration::from_secs(120),  // target_cooldown
+    true,                      // include_validators
+    true,                      // include_executors
+))
+.expect_consensus_liveness()
+.with_run_duration(Duration::from_secs(180))
+.build();
+

Prerequisites

+
    +
  1. +

    Node control must be enabled:

    +
    .enable_node_control()
    +

    This adds NodeControlCapability to the scenario.

    +
  2. +
  3. +

    Runner must support node control:

    +
      +
    • Compose runner: Supported
    • +
    • Local runner: Not supported
    • +
    • K8s runner: Not yet implemented
    • +
    +
  4. +
  5. +

    Sufficient topology:

    +
      +
    • For validators: Need >1 validator (workload skips if only 1)
    • +
    • For executors: Can restart all executors
    • +
    +
  6. +
  7. +

    Realistic timing:

    +
      +
    • Total duration should be 2-3× the max_delay + cooldown
    • +
    • Example: max_delay=75s, cooldown=120s → duration >= 180s
    • +
    +
  8. +
+

Attached Expectation

+

None. You must explicitly add expectations (typically .expect_consensus_liveness()).

+

Why? Chaos workloads are about testing recovery under disruption. The appropriate expectation depends on what you're testing:

+
    +
  • Consensus survives restarts → .expect_consensus_liveness()
  • +
  • Height converges after chaos → Custom expectation checking BlockFeed
  • +
+

What Failure Looks Like

+
Error: Workload failed: chaos_restart
+  Cause: NodeControlHandle not available
+  
+  Possible causes:
+  - Forgot .enable_node_control() in scenario builder
+  - Using local runner (doesn't support node control)
+  - Using k8s runner (doesn't support node control)
+
+

Or:

+
Error: Expectation failed: ConsensusLiveness
+  Expected: >= 20 blocks
+  Observed: 8 blocks
+  
+  Possible causes:
+  - Restart frequency too high (nodes can't recover)
+  - Consensus timing too slow (increase duration)
+  - Too many validators restarted simultaneously
+  - Nodes crashed after restart (check logs)
+
+

How to debug:

+
    +
  1. Check restart events in logs: +
    grep "restarting\|restart complete" $NOMOS_LOG_DIR/*/*.log
    +
    +
  2. +
  3. Verify node control is enabled: +
    grep "NodeControlHandle" $NOMOS_LOG_DIR/*/*.log
    +
    +
  4. +
  5. Increase cooldown: Duration::from_secs(180)
  6. +
  7. Reduce restart scope: include_validators = false (test executors only)
  8. +
  9. Increase duration: .with_run_duration(Duration::from_secs(300))
  10. +
+
+

Built-in Expectations

+

1. Consensus Liveness

+

Verifies the system continues to produce blocks during the execution window.

+

Import:

+
use testing_framework_workflows::ScenarioBuilderExt;
+

DSL Usage

+
ScenarioBuilder::topology_with(|t| t.network_star().validators(3).executors(1))
+    .expect_consensus_liveness()
+    .with_run_duration(Duration::from_secs(60))
+    .build();
+

What It Checks

+
    +
  • At least N blocks were produced (where N = duration / expected_block_time)
  • +
  • Uses BlockFeed to count observed blocks
  • +
  • Compares against a minimum threshold (typically 50% of theoretical max)
  • +
+

Failure Modes

+
Error: Expectation failed: ConsensusLiveness
+  Expected: >= 30 blocks
+  Observed: 3 blocks
+  
+  Possible causes:
+  - Nodes crashed or never started (check logs)
+  - Consensus timing misconfigured (CONSENSUS_SLOT_TIME too high)
+  - Insufficient validators (need >= 2 for BFT consensus)
+  - Duration too short (nodes still syncing)
+
+

How to Debug

+
    +
  1. Check if nodes started: +
    grep "node started\|listening on" $NOMOS_LOG_DIR/*/*.log
    +
    +
  2. +
  3. Check block production: +
    grep "block.*height" $NOMOS_LOG_DIR/validator-*/*.log
    +
    +
  4. +
  5. Check consensus participation: +
    grep "consensus.*slot\|proposal" $NOMOS_LOG_DIR/validator-*/*.log
    +
    +
  6. +
  7. Increase duration: .with_run_duration(Duration::from_secs(120))
  8. +
  9. Check env vars: echo $CONSENSUS_SLOT_TIME $CONSENSUS_ACTIVE_SLOT_COEFF
  10. +
+
+

2. Workload-Specific Expectations

+

Each workload automatically attaches its own expectation:

+
+ + + +
WorkloadExpectationWhat It Checks
TransactionTxInclusionExpectationTransactions were included in blocks
DADaWorkloadExpectationBlobs and channels were created/published
Chaos(None)Add .expect_consensus_liveness() explicitly
+
+

These expectations are added automatically when using the DSL (.transactions_with(), .da_with()).

+
+

Configuration Quick Reference

+

Transaction Workload

+
.wallets(20)
+.transactions_with(|tx| tx.rate(10).users(5))
+
+ + + +
WhatValueUnit
Rate10tx/block
Users5wallet accounts
Wallets20total seeded
+
+

DA Workload

+
.da_with(|da| da.channel_rate(2).blob_rate(4))
+
+ + + +
WhatValueUnit
Channel rate2channels/block
Blob rate4blobs/block
Headroom20percent
+
+

Chaos Workload

+
.enable_node_control()
+.with_workload(RandomRestartWorkload::new(
+    Duration::from_secs(45),   // min
+    Duration::from_secs(75),   // max
+    Duration::from_secs(120),  // cooldown
+    true,  // validators
+    true,  // executors
+))
+
+

Common Patterns

+

Pattern 1: Multiple Workloads

+
ScenarioBuilder::topology_with(|t| t.network_star().validators(3).executors(2))
+    .wallets(20)
+    .transactions_with(|tx| tx.rate(5).users(10))
+    .da_with(|da| da.channel_rate(2).blob_rate(2))
+    .expect_consensus_liveness()
+    .with_run_duration(Duration::from_secs(120))
+    .build();
+

All workloads run concurrently. Expectations for each workload run after the execution window ends.

+

Pattern 2: Custom Expectation

+
use testing_framework_core::scenario::Expectation;
+
+struct MyCustomExpectation;
+
+#[async_trait]
+impl Expectation for MyCustomExpectation {
+    async fn evaluate(&self, ctx: &RunContext) -> Result<(), DynError> {
+        // Access BlockFeed, metrics, topology, etc.
+        let block_count = ctx.block_feed()?.count();
+        if block_count < 10 {
+            return Err("Not enough blocks".into());
+        }
+        Ok(())
+    }
+}
+
+ScenarioBuilder::topology_with(|t| t.network_star().validators(3).executors(1))
+    .with_expectation(MyCustomExpectation)
+    .with_run_duration(Duration::from_secs(60))
+    .build();
+
+

Debugging Checklist

+

When a workload or expectation fails:

+
    +
  1. Check logs: $NOMOS_LOG_DIR/*/ or docker compose logs or kubectl logs
  2. +
  3. Verify environment variables: POL_PROOF_DEV_MODE, NOMOS_NODE_BIN, etc.
  4. +
  5. Check prerequisites: wallets, executors, node control, circuits
  6. +
  7. Increase duration: Double the run duration and retry
  8. +
  9. Reduce rates: Half the traffic rates and retry
  10. +
  11. Check metrics: Prometheus queries for block height, tx count, DA stats
  12. +
  13. Reproduce locally: Use local runner for faster iteration
  14. +
+
+

See Also

+ +

Core Content: ScenarioBuilderExt Patterns

+
+

When should I read this? After writing 2-3 scenarios. This page documents patterns that emerge from real usage—come back when you're refactoring or standardizing your test suite.

+
+

Patterns that keep scenarios readable and reusable:

+
    +
  • Topology-first: start by shaping the cluster (counts, layout) so later +steps inherit a clear foundation.
  • +
  • Bundle defaults: use the DSL helpers to attach common expectations (like +liveness) whenever you add a matching workload, reducing forgotten checks.
  • +
  • Intentional rates: express traffic in per-block terms to align with +protocol timing rather than wall-clock assumptions.
  • +
  • Opt-in chaos: enable restart patterns only in scenarios meant to probe +resilience; keep functional smoke tests deterministic.
  • +
  • Wallet clarity: seed only the number of actors you need; it keeps +transaction scenarios deterministic and interpretable.
  • +
+

These patterns make scenario definitions self-explanatory while staying aligned +with the framework’s block-oriented timing model.

+

Best Practices

+

This page collects proven patterns for authoring, running, and maintaining test scenarios that are reliable, maintainable, and actionable.

+

Scenario Design

+

State your intent

+
    +
  • Document the goal of each scenario (throughput, DA validation, resilience) so expectation choices are obvious
  • +
  • Use descriptive variable names that explain topology purpose (e.g., star_topology_3val_2exec vs topology)
  • +
  • Add comments explaining why specific rates or durations were chosen
  • +
+

Keep runs meaningful

+
    +
  • Choose durations that allow multiple blocks and make timing-based assertions trustworthy
  • +
  • Use FAQ: Run Duration Calculator to estimate minimum duration
  • +
  • Avoid runs shorter than 30 seconds unless testing startup behavior specifically
  • +
+

Separate concerns

+
    +
  • Start with deterministic workloads for functional checks
  • +
  • Add chaos in dedicated resilience scenarios to avoid noisy failures
  • +
  • Don't mix high transaction load with aggressive chaos in the same test (hard to debug)
  • +
+

Start small, scale up

+
    +
  • Begin with minimal topology (1-2 validators) to validate scenario logic
  • +
  • Gradually increase topology size and workload rates
  • +
  • Use Host runner for fast iteration, then validate on Compose before production
  • +
+

Code Organization

+

Reuse patterns

+
    +
  • Standardize on shared topology and workload presets so results are comparable across environments and teams
  • +
  • Extract common topology builders into helper functions
  • +
  • Create workspace-level constants for standard rates and durations
  • +
+

Example: Topology preset

+
pub fn standard_da_topology() -> GeneratedTopology {
+    TopologyBuilder::new()
+        .network_star()
+        .validators(3)
+        .executors(2)
+        .generate()
+}
+

Example: Shared constants

+
pub const STANDARD_TX_RATE: f64 = 10.0;
+pub const STANDARD_DA_CHANNEL_RATE: f64 = 2.0;
+pub const SHORT_RUN_DURATION: Duration = Duration::from_secs(60);
+pub const LONG_RUN_DURATION: Duration = Duration::from_secs(300);
+

Debugging & Observability

+

Observe first, tune second

+
    +
  • Rely on liveness and inclusion signals to interpret outcomes before tweaking rates or topology
  • +
  • Enable detailed logging (RUST_LOG=debug, NOMOS_LOG_LEVEL=debug) only after initial failure
  • +
  • Use NOMOS_TESTS_KEEP_LOGS=1 to persist logs when debugging failures
  • +
+

Use BlockFeed effectively

+
    +
  • Subscribe to BlockFeed in expectations for real-time block monitoring
  • +
  • Track block production rate to detect liveness issues early
  • +
  • Use block statistics (block_feed.stats().total_transactions()) to verify inclusion
  • +
+

Collect metrics

+
    +
  • Set up Prometheus/Grafana via scripts/setup/setup-observability.sh compose up for visualizing node behavior
  • +
  • Use metrics to identify bottlenecks before adding more load
  • +
  • Monitor mempool size, block size, and consensus timing
  • +
+

Environment & Runner Selection

+

Environment fit

+
    +
  • Pick runners that match the feedback loop you need: +
      +
    • Host: Fast iteration during development, quick CI smoke tests
    • +
    • Compose: Reproducible environments (recommended for CI), chaos testing
    • +
    • K8s: Production-like fidelity, large topologies (10+ nodes)
    • +
    +
  • +
+

Runner-specific considerations

+
+ + + +
RunnerWhen to UseWhen to Avoid
HostDevelopment iteration, fast feedbackChaos testing, container-specific issues
ComposeCI pipelines, chaos tests, reproducibilityVery large topologies (>10 nodes)
K8sProduction-like testing, cluster behaviorsLocal development, fast iteration
+
+

Minimal surprises

+
    +
  • Seed only necessary wallets and keep configuration deltas explicit when moving between CI and developer machines
  • +
  • Use versions.env to pin node versions consistently across environments
  • +
  • Document non-default environment variables in scenario comments or README
  • +
+

CI/CD Integration

+

Use matrix builds

+
strategy:
+  matrix:
+    runner: [host, compose]
+    topology: [small, medium]
+
+

Cache aggressively

+
    +
  • Cache Rust build artifacts (target/)
  • +
  • Cache circuit parameters (assets/stack/kzgrs_test_params/)
  • +
  • Cache Docker layers (use BuildKit cache)
  • +
+

Collect logs on failure

+
- name: Collect logs on failure
+  if: failure()
+  run: |
+    mkdir -p test-logs
+    find /tmp -name "nomos-*.log" -exec cp {} test-logs/ \;
+- uses: actions/upload-artifact@v3
+  if: failure()
+  with:
+    name: test-logs-${{ matrix.runner }}
+    path: test-logs/
+
+

Time limits

+
    +
  • Set job timeout to prevent hung runs: timeout-minutes: 30
  • +
  • Use shorter durations in CI (60s) vs local testing (300s)
  • +
  • Run expensive tests (k8s, large topologies) only on main branch or release tags
  • +
+

See also: CI Integration for complete workflow examples

+

Anti-Patterns to Avoid

+

DON'T: Run without POL_PROOF_DEV_MODE

+
# BAD: Will hang/timeout on proof generation
+cargo run -p runner-examples --bin local_runner
+
+# GOOD: Fast mode for testing
+POL_PROOF_DEV_MODE=true cargo run -p runner-examples --bin local_runner
+
+

DON'T: Use tiny durations

+
// BAD: Not enough time for blocks to propagate
+.with_run_duration(Duration::from_secs(5))
+
+// GOOD: Allow multiple consensus rounds
+.with_run_duration(Duration::from_secs(60))
+

DON'T: Ignore cleanup failures

+
// BAD: Next run inherits leaked state
+runner.run(&mut scenario).await?;
+// forgot to call cleanup or use CleanupGuard
+
+// GOOD: Cleanup via guard (automatic on panic)
+let _cleanup = CleanupGuard::new(runner.clone());
+runner.run(&mut scenario).await?;
+

DON'T: Mix concerns in one scenario

+
// BAD: Hard to debug when it fails
+.transactions_with(|tx| tx.rate(50).users(100))  // high load
+.chaos_with(|c| c.restart().min_delay(...))        // AND chaos
+.da_with(|da| da.channel_rate(10).blob_rate(20))  // AND DA stress
+
+// GOOD: Separate tests for each concern
+// Test 1: High transaction load only
+// Test 2: Chaos resilience only
+// Test 3: DA stress only
+

DON'T: Hardcode paths or ports

+
// BAD: Breaks on different machines
+let path = PathBuf::from("/home/user/circuits/kzgrs_test_params");
+let port = 9000; // might conflict
+
+// GOOD: Use env vars and dynamic allocation
+let path = std::env::var("NOMOS_KZGRS_PARAMS_PATH")
+    .unwrap_or_else(|_| "assets/stack/kzgrs_test_params/kzgrs_test_params".to_string());
+let port = get_available_tcp_port();
+

DON'T: Ignore resource limits

+
# BAD: Large topology without checking resources
+scripts/run/run-examples.sh -v 20 -e 10 compose
+# (might OOM or exhaust ulimits)
+
+# GOOD: Scale gradually and monitor resources
+scripts/run/run-examples.sh -v 3 -e 2 compose  # start small
+docker stats  # monitor resource usage
+# then increase if resources allow
+
+

Scenario Design Heuristics

+

Minimal viable topology

+
    +
  • Consensus: 3 validators (minimum for Byzantine fault tolerance)
  • +
  • DA: 2+ executors (test dispersal and sampling)
  • +
  • Network: Star topology (simplest for debugging)
  • +
+

Workload rate selection

+
    +
  • Start with 1-5 tx/s per user, then increase
  • +
  • DA: 1-2 channels, 1-3 blobs/channel initially
  • +
  • Chaos: 30s+ intervals between restarts (allow recovery)
  • +
+

Duration guidelines

+
+ + + + + +
Test TypeMinimum DurationTypical Duration
Smoke test30s60s
Integration test60s120s
Load test120s300s
Resilience test120s300s
Soak test600s (10m)3600s (1h)
+
+

Expectation selection

+
+ + + + +
Test GoalExpectations
Basic functionalityexpect_consensus_liveness()
Transaction handlingexpect_consensus_liveness() + custom inclusion check
DA correctnessexpect_consensus_liveness() + DA dispersal/sampling checks
Resilienceexpect_consensus_liveness() + recovery time measurement
+
+

Testing the Tests

+

Validate scenarios before committing

+
    +
  1. Run on Host runner first (fast feedback)
  2. +
  3. Run on Compose runner (reproducibility check)
  4. +
  5. Check logs for warnings or errors
  6. +
  7. Verify cleanup (no leaked processes/containers)
  8. +
  9. Run 2-3 times to check for flakiness
  10. +
+

Handling flaky tests

+
    +
  • Increase run duration (timing-sensitive assertions need longer runs)
  • +
  • Reduce workload rates (might be saturating nodes)
  • +
  • Check resource limits (CPU/RAM/ulimits)
  • +
  • Add debugging output to identify race conditions
  • +
  • Consider if test is over-specified (too strict expectations)
  • +
+

See also:

+ +

Usage Patterns

+
    +
  • Shape a topology, pick a runner: choose local for quick iteration, compose +for reproducible multi-node stacks with observability, or k8s for cluster-grade +validation.
  • +
  • Compose workloads deliberately: pair transactions and data-availability +traffic for end-to-end coverage; add chaos only when assessing recovery and +resilience.
  • +
  • Align expectations with goals: use liveness-style checks to confirm the +system keeps up with planned activity, and add workload-specific assertions for +inclusion or availability.
  • +
  • Reuse plans across environments: keep the scenario constant while swapping +runners to compare behavior between developer machines and CI clusters.
  • +
  • Iterate with clear signals: treat expectation outcomes as the primary +pass/fail indicator, and adjust topology or workloads based on what those +signals reveal.
  • +
+

Examples

+

Concrete scenario shapes that illustrate how to combine topologies, workloads, +and expectations.

+

View Complete Source Code:

+ +

Runnable examples: The repo includes complete binaries in examples/src/bin/:

+
    +
  • local_runner.rs — Host processes (local)
  • +
  • compose_runner.rs — Docker Compose (requires image built)
  • +
  • k8s_runner.rs — Kubernetes (requires cluster access and image loaded)
  • +
+

Recommended: Use scripts/run/run-examples.sh -t <duration> -v <validators> -e <executors> <mode> where mode is host, compose, or k8s.

+

Alternative: Direct cargo run: POL_PROOF_DEV_MODE=true cargo run -p runner-examples --bin <name>

+

All runners require POL_PROOF_DEV_MODE=true to avoid expensive proof generation.

+

Code patterns below show how to build scenarios. Wrap these in #[tokio::test] functions for integration tests, or #[tokio::main] for binaries.

+

Simple consensus liveness

+

Minimal test that validates basic block production:

+
use std::time::Duration;
+
+use anyhow::Result;
+use testing_framework_core::scenario::{Deployer, ScenarioBuilder};
+use testing_framework_runner_local::LocalDeployer;
+use testing_framework_workflows::ScenarioBuilderExt;
+
+pub async fn simple_consensus() -> Result<()> {
+    let mut plan = ScenarioBuilder::topology_with(|t| t.network_star().validators(3).executors(0))
+        .expect_consensus_liveness()
+        .with_run_duration(Duration::from_secs(30))
+        .build();
+
+    let deployer = LocalDeployer::default();
+    let runner = deployer.deploy(&plan).await?;
+    let _handle = runner.run(&mut plan).await?;
+
+    Ok(())
+}
+

When to use: smoke tests for consensus on minimal hardware.

+

Transaction workload

+

Test consensus under transaction load:

+
use std::time::Duration;
+
+use anyhow::Result;
+use testing_framework_core::scenario::{Deployer, ScenarioBuilder};
+use testing_framework_runner_local::LocalDeployer;
+use testing_framework_workflows::ScenarioBuilderExt;
+
+pub async fn transaction_workload() -> Result<()> {
+    let mut plan = ScenarioBuilder::topology_with(|t| t.network_star().validators(2).executors(0))
+        .wallets(20)
+        .transactions_with(|txs| txs.rate(5).users(10))
+        .expect_consensus_liveness()
+        .with_run_duration(Duration::from_secs(60))
+        .build();
+
+    let deployer = LocalDeployer::default();
+    let runner = deployer.deploy(&plan).await?;
+    let _handle = runner.run(&mut plan).await?;
+
+    Ok(())
+}
+

When to use: validate transaction submission and inclusion.

+

DA + transaction workload

+

Combined test stressing both transaction and DA layers:

+
use std::time::Duration;
+
+use anyhow::Result;
+use testing_framework_core::scenario::{Deployer, ScenarioBuilder};
+use testing_framework_runner_local::LocalDeployer;
+use testing_framework_workflows::ScenarioBuilderExt;
+
+pub async fn da_and_transactions() -> Result<()> {
+    let mut plan = ScenarioBuilder::topology_with(|t| t.network_star().validators(3).executors(2))
+        .wallets(30)
+        .transactions_with(|txs| txs.rate(5).users(15))
+        .da_with(|da| da.channel_rate(2).blob_rate(2))
+        .expect_consensus_liveness()
+        .with_run_duration(Duration::from_secs(90))
+        .build();
+
+    let deployer = LocalDeployer::default();
+    let runner = deployer.deploy(&plan).await?;
+    let _handle = runner.run(&mut plan).await?;
+
+    Ok(())
+}
+

When to use: end-to-end coverage of transaction and DA layers.

+

Chaos resilience

+

Test system resilience under node restarts:

+
use std::time::Duration;
+
+use anyhow::Result;
+use testing_framework_core::scenario::{Deployer, ScenarioBuilder};
+use testing_framework_runner_compose::ComposeDeployer;
+use testing_framework_workflows::{ChaosBuilderExt, ScenarioBuilderExt};
+
+pub async fn chaos_resilience() -> Result<()> {
+    let mut plan = ScenarioBuilder::topology_with(|t| t.network_star().validators(4).executors(2))
+        .enable_node_control()
+        .wallets(20)
+        .transactions_with(|txs| txs.rate(3).users(10))
+        .chaos_with(|c| {
+            c.restart()
+                .min_delay(Duration::from_secs(20))
+                .max_delay(Duration::from_secs(40))
+                .target_cooldown(Duration::from_secs(30))
+                .apply()
+        })
+        .expect_consensus_liveness()
+        .with_run_duration(Duration::from_secs(120))
+        .build();
+
+    let deployer = ComposeDeployer::default();
+    let runner = deployer.deploy(&plan).await?;
+    let _handle = runner.run(&mut plan).await?;
+
+    Ok(())
+}
+

When to use: resilience validation and operational readiness drills.

+

Note: Chaos tests require ComposeDeployer or another runner with node control support.

+

Advanced Examples

+
+

When should I read this? Skim now to see what's possible, revisit later when you need load testing, chaos scenarios, or custom extensions. Start with basic examples first.

+
+

Realistic advanced scenarios demonstrating framework capabilities for production testing.

+

Adapt from Complete Source:

+ +

Summary

+
+ + + +
ExampleTopologyWorkloadsDeployerKey Feature
Load Progression3 validators + 2 executorsIncreasing tx rateComposeDynamic load testing
Sustained Load4 validators + 2 executorsHigh tx + DA rateComposeStress testing
Aggressive Chaos4 validators + 2 executorsFrequent restarts + trafficComposeResilience validation
+
+

Load Progression Test

+

Test consensus under progressively increasing transaction load:

+
use std::time::Duration;
+
+use anyhow::Result;
+use testing_framework_core::scenario::{Deployer, ScenarioBuilder};
+use testing_framework_runner_compose::ComposeDeployer;
+use testing_framework_workflows::ScenarioBuilderExt;
+
+pub async fn load_progression_test() -> Result<()> {
+    for rate in [5, 10, 20, 30] {
+        println!("Testing with rate: {}", rate);
+
+        let mut plan =
+            ScenarioBuilder::topology_with(|t| t.network_star().validators(3).executors(2))
+                .wallets(50)
+                .transactions_with(|txs| txs.rate(rate).users(20))
+                .expect_consensus_liveness()
+                .with_run_duration(Duration::from_secs(60))
+                .build();
+
+        let deployer = ComposeDeployer::default();
+        let runner = deployer.deploy(&plan).await?;
+        let _handle = runner.run(&mut plan).await?;
+    }
+
+    Ok(())
+}
+

When to use: Finding the maximum sustainable transaction rate for a given topology.

+

Sustained Load Test

+

Run high transaction and DA load for extended duration:

+
use std::time::Duration;
+
+use anyhow::Result;
+use testing_framework_core::scenario::{Deployer, ScenarioBuilder};
+use testing_framework_runner_compose::ComposeDeployer;
+use testing_framework_workflows::ScenarioBuilderExt;
+
+pub async fn sustained_load_test() -> Result<()> {
+    let mut plan = ScenarioBuilder::topology_with(|t| t.network_star().validators(4).executors(2))
+        .wallets(100)
+        .transactions_with(|txs| txs.rate(15).users(50))
+        .da_with(|da| da.channel_rate(2).blob_rate(3))
+        .expect_consensus_liveness()
+        .with_run_duration(Duration::from_secs(300))
+        .build();
+
+    let deployer = ComposeDeployer::default();
+    let runner = deployer.deploy(&plan).await?;
+    let _handle = runner.run(&mut plan).await?;
+
+    Ok(())
+}
+

When to use: Validating stability under continuous high load over extended periods.

+

Aggressive Chaos Test

+

Frequent node restarts with active traffic:

+
use std::time::Duration;
+
+use anyhow::Result;
+use testing_framework_core::scenario::{Deployer, ScenarioBuilder};
+use testing_framework_runner_compose::ComposeDeployer;
+use testing_framework_workflows::{ChaosBuilderExt, ScenarioBuilderExt};
+
+pub async fn aggressive_chaos_test() -> Result<()> {
+    let mut plan = ScenarioBuilder::topology_with(|t| t.network_star().validators(4).executors(2))
+        .enable_node_control()
+        .wallets(50)
+        .transactions_with(|txs| txs.rate(10).users(20))
+        .chaos_with(|c| {
+            c.restart()
+                .min_delay(Duration::from_secs(10))
+                .max_delay(Duration::from_secs(20))
+                .target_cooldown(Duration::from_secs(15))
+                .apply()
+        })
+        .expect_consensus_liveness()
+        .with_run_duration(Duration::from_secs(180))
+        .build();
+
+    let deployer = ComposeDeployer::default();
+    let runner = deployer.deploy(&plan).await?;
+    let _handle = runner.run(&mut plan).await?;
+
+    Ok(())
+}
+

When to use: Validating recovery and liveness under aggressive failure conditions.

+

Note: Requires ComposeDeployer for node control support.

+

Extension Ideas

+

These scenarios require custom implementations but demonstrate framework extensibility:

+

Mempool & Transaction Handling

+

Transaction Propagation & Inclusion Test

+

Concept: Submit the same batch of independent transactions to different nodes in randomized order/offsets, then verify all transactions are included and final state matches across nodes.

+

Requirements:

+
    +
  • Custom workload: Generates a fixed batch of transactions and submits the same set to different nodes via ctx.node_clients(), with randomized submission order and timing offsets per node
  • +
  • Custom expectation: Verifies all transactions appear in blocks (order may vary), final state matches across all nodes (compare balances or state roots), and no transactions are dropped
  • +
+

Why useful: Exercises mempool propagation, proposer fairness, and transaction inclusion guarantees under realistic race conditions. Tests that the protocol maintains consistency regardless of which node receives transactions first.

+

Implementation notes: Requires both a custom Workload implementation (to submit same transactions to multiple nodes with jitter) and a custom Expectation implementation (to verify inclusion and state consistency).

+

Cross-Validator Mempool Divergence & Convergence

+

Concept: Drive different transaction subsets into different validators (or differing arrival orders) to create temporary mempool divergence, then verify mempools/blocks converge to contain the union (no permanent divergence).

+

Requirements:

+
    +
  • Custom workload: Targets specific nodes via ctx.node_clients() with disjoint or jittered transaction batches
  • +
  • Custom expectation: After a convergence window, verifies that all transactions appear in blocks (order may vary) or that mempool contents converge across nodes
  • +
  • Run normal workloads during convergence period
  • +
+

Expectations:

+
    +
  • Temporary mempool divergence is acceptable (different nodes see different transactions initially)
  • +
  • After convergence window, all transactions appear in blocks or mempools converge
  • +
  • No transactions are permanently dropped despite initial divergence
  • +
  • Mempool gossip/reconciliation mechanisms work correctly
  • +
+

Why useful: Exercises mempool gossip and reconciliation under uneven input or latency. Ensures no node "drops" transactions seen elsewhere, validating that mempool synchronization mechanisms correctly propagate transactions across the network even when they arrive at different nodes in different orders.

+

Implementation notes: Requires both a custom Workload implementation (to inject disjoint/jittered batches per node) and a custom Expectation implementation (to verify mempool convergence or block inclusion). Uses existing ctx.node_clients() capability—no new infrastructure needed.

+

Adaptive Mempool Pressure Test

+

Concept: Ramp transaction load over time to observe mempool growth, fee prioritization/eviction, and block saturation behavior, detecting performance regressions and ensuring backpressure/eviction work under increasing load.

+

Requirements:

+
    +
  • Custom workload: Steadily increases transaction rate over time (optional: use fee tiers)
  • +
  • Custom expectation: Monitors mempool size, evictions, and throughput (blocks/txs per slot), flagging runaway growth or stalls
  • +
  • Run for extended duration to observe pressure buildup
  • +
+

Expectations:

+
    +
  • Mempool size grows predictably with load (not runaway growth)
  • +
  • Fee prioritization/eviction mechanisms activate under pressure
  • +
  • Block saturation behavior is acceptable (blocks fill appropriately)
  • +
  • Throughput (blocks/txs per slot) remains stable or degrades gracefully
  • +
  • No stalls or unbounded mempool growth
  • +
+

Why useful: Detects performance regressions in mempool management. Ensures backpressure and eviction mechanisms work correctly under increasing load, preventing memory exhaustion or unbounded growth. Validates that fee prioritization correctly selects high-value transactions when mempool is full.

+

Implementation notes: Can be built with current workload model (ramping rate). Requires custom Expectation implementation that reads mempool metrics (via node HTTP APIs or Prometheus) and monitors throughput to judge behavior. No new infrastructure needed—uses existing observability capabilities.

+

Invalid Transaction Fuzzing

+

Concept: Submit malformed transactions and verify they're rejected properly.

+

Implementation approach:

+
    +
  • Custom workload that generates invalid transactions (bad signatures, insufficient funds, malformed structure)
  • +
  • Expectation verifies mempool rejects them and they never appear in blocks
  • +
  • Test mempool resilience and filtering
  • +
+

Why useful: Ensures mempool doesn't crash or include invalid transactions under fuzzing.

+

Network & Gossip

+

Gossip Latency Gradient Scenario

+

Concept: Test consensus robustness under skewed gossip delays by partitioning nodes into latency tiers (tier A ≈10ms, tier B ≈100ms, tier C ≈300ms) and observing propagation lag, fork rate, and eventual convergence.

+

Requirements:

+
    +
  • Partition nodes into three groups (tiers)
  • +
  • Apply per-group network delay via chaos: netem/iptables in compose; NetworkPolicy + netem sidecar in k8s
  • +
  • Run standard workload (transactions/block production)
  • +
  • Optional: Remove delays at end to check recovery
  • +
+

Expectations:

+
    +
  • Propagation: Messages reach all tiers within acceptable bounds
  • +
  • Safety: No divergent finalized heads; fork rate stays within tolerance
  • +
  • Liveness: Chain keeps advancing; convergence after delays relaxed (if healed)
  • +
+

Why useful: Real networks have heterogeneous latency. This stress-tests proposer selection and fork resolution when some peers are "far" (high latency), validating that consensus remains safe and live under realistic network conditions.

+

Current blocker: Runner support for per-group delay injection (network delay via netem/iptables) is not present today. Would require new chaos plumbing in compose/k8s deployers to inject network delays per node group.

+

Byzantine Gossip Flooding (libp2p Peer)

+

Concept: Spin up a custom workload/sidecar that runs a libp2p host, joins the cluster's gossip mesh, and publishes a high rate of syntactically valid but useless/stale messages to selected topics, testing gossip backpressure, scoring, and queue handling under a "malicious" peer.

+

Requirements:

+
    +
  • Custom workload/sidecar that implements a libp2p host
  • +
  • Join the cluster's gossip mesh as a peer
  • +
  • Publish high-rate syntactically valid but useless/stale messages to selected gossip topics
  • +
  • Run alongside normal workloads (transactions/block production)
  • +
+

Expectations:

+
    +
  • Gossip backpressure mechanisms prevent message flooding from overwhelming nodes
  • +
  • Peer scoring correctly identifies and penalizes the malicious peer
  • +
  • Queue handling remains stable under flood conditions
  • +
  • Normal consensus operation continues despite malicious peer
  • +
+

Why useful: Tests Byzantine behavior (malicious peer) which is critical for consensus protocol robustness. More realistic than RPC spam since it uses the actual gossip protocol. Validates that gossip backpressure, peer scoring, and queue management correctly handle adversarial peers without disrupting consensus.

+

Current blocker: Requires adding gossip-capable helper (libp2p integration) to the framework. Would need a custom workload/sidecar implementation that can join the gossip mesh and inject messages. The rest of the scenario can use existing runners/workloads.

+

Network Partition Recovery

+

Concept: Test consensus recovery after network partitions.

+

Requirements:

+
    +
  • Needs block_peer() / unblock_peer() methods in NodeControlHandle
  • +
  • Partition subsets of validators, wait, then restore connectivity
  • +
  • Verify chain convergence after partition heals
  • +
+

Why useful: Tests the most realistic failure mode in distributed systems.

+

Current blocker: Node control doesn't yet support network-level actions (only process restarts).

+

Time & Timing

+

Time-Shifted Blocks (Clock Skew Test)

+

Concept: Test consensus and timestamp handling when nodes run with skewed clocks (e.g., +1s, −1s, +200ms jitter) to surface timestamp validation issues, reorg sensitivity, and clock drift handling.

+

Requirements:

+
    +
  • Assign per-node time offsets (e.g., +1s, −1s, +200ms jitter)
  • +
  • Run normal workload (transactions/block production)
  • +
  • Observe whether blocks are accepted/propagated and the chain stays consistent
  • +
+

Expectations:

+
    +
  • Blocks with skewed timestamps are handled correctly (accepted or rejected per protocol rules)
  • +
  • Chain remains consistent across nodes despite clock differences
  • +
  • No unexpected reorgs or chain splits due to timestamp validation issues
  • +
+

Why useful: Clock skew is a common real-world issue in distributed systems. This validates that consensus correctly handles timestamp validation and maintains safety/liveness when nodes have different clock offsets, preventing timestamp-based attacks or failures.

+

Current blocker: Runner ability to skew per-node clocks (e.g., privileged containers with libfaketime/chrony or time-offset netns) is not available today. Would require a new chaos/time-skew hook in deployers to inject clock offsets per node.

+

Block Timing Consistency

+

Concept: Verify block production intervals stay within expected bounds.

+

Implementation approach:

+
    +
  • Custom expectation that consumes BlockFeed
  • +
  • Collect block timestamps during run
  • +
  • Assert intervals are within (slot_duration * active_slot_coeff) ± tolerance
  • +
+

Why useful: Validates consensus timing under various loads.

+

Topology & Membership

+

Dynamic Topology (Churn) Scenario

+

Concept: Nodes join and leave mid-run (new identities/addresses added; some nodes permanently removed) to exercise peer discovery, bootstrapping, reputation, and load balancing under churn.

+

Requirements:

+
    +
  • Runner must be able to spin up new nodes with fresh keys/addresses at runtime
  • +
  • Update peer lists and bootstraps dynamically as nodes join/leave
  • +
  • Optionally tear down nodes permanently (not just restart)
  • +
  • Run normal workloads (transactions/block production) during churn
  • +
+

Expectations:

+
    +
  • New nodes successfully discover and join the network
  • +
  • Peer discovery mechanisms correctly handle dynamic topology changes
  • +
  • Reputation systems adapt to new/removed peers
  • +
  • Load balancing adjusts to changing node set
  • +
  • Consensus remains safe and live despite topology churn
  • +
+

Why useful: Real networks experience churn (nodes joining/leaving). Unlike restarts (which preserve topology), churn changes the actual topology size and peer set, testing how the protocol handles dynamic membership. This exercises peer discovery, bootstrapping, reputation systems, and load balancing under realistic conditions.

+

Current blocker: Runner support for dynamic node addition/removal at runtime is not available today. Chaos today only restarts existing nodes; churn would require the ability to spin up new nodes with fresh identities/addresses, update peer lists/bootstraps dynamically, and permanently remove nodes. Would need new topology management capabilities in deployers.

+

API & External Interfaces

+

API DoS/Stress Test

+

Concept: Adversarial workload floods node HTTP/WS APIs with high QPS and malformed/bursty requests; expectation checks nodes remain responsive or rate-limit without harming consensus.

+

Requirements:

+
    +
  • Custom workload: Targets node HTTP/WS API endpoints with mixed valid/invalid requests at high rate
  • +
  • Custom expectation: Monitors error rates, latency, and confirms block production/liveness unaffected
  • +
  • Run alongside normal workloads (transactions/block production)
  • +
+

Expectations:

+
    +
  • Nodes remain responsive or correctly rate-limit under API flood
  • +
  • Error rates/latency are acceptable (rate limiting works)
  • +
  • Block production/liveness unaffected by API abuse
  • +
  • Consensus continues normally despite API stress
  • +
+

Why useful: Validates API hardening under abuse and ensures control/telemetry endpoints don't destabilize the node. Tests that API abuse is properly isolated from consensus operations, preventing DoS attacks on API endpoints from affecting blockchain functionality.

+

Implementation notes: Requires custom Workload implementation that directs high-QPS traffic to node APIs (via ctx.node_clients() or direct HTTP clients) and custom Expectation implementation that monitors API responsiveness metrics and consensus liveness. Uses existing node API access—no new infrastructure needed.

+

State & Correctness

+

Wallet Balance Verification

+

Concept: Track wallet balances and verify state consistency.

+

Description: After transaction workload completes, query all wallet balances via node API and verify total supply is conserved. Requires tracking initial state, submitted transactions, and final balances. Validates that the ledger maintains correctness under load (no funds lost or created). This is a state assertion expectation that checks correctness, not just liveness.

+

Cucumber/BDD Interface

+

The Logos testing repo includes a small Cucumber (Gherkin) harness for “smoke” scenarios. It is useful when you want readable acceptance-style checks, but it intentionally exposes a limited surface area compared to Rust scenarios.

+
+

What Exists Today

+
    +
  • Step definitions live in testing-framework/cucumber.
  • +
  • The runnable entrypoints are binaries in examples (crate runner-examples): +
      +
    • cucumber_host (local/host deployer)
    • +
    • cucumber_compose (compose deployer)
    • +
    +
  • +
  • Feature files live in examples/cucumber/features/.
  • +
  • Supported deployers: local and compose (no k8s runner integration in Cucumber yet).
  • +
+
+

Example Feature (Matches Current Steps)

+

This is the shape used by the repo’s smoke features:

+
Feature: Testing Framework - Local Runner
+
+  Scenario: Run a local smoke scenario (tx + DA + liveness)
+    Given deployer is "local"
+    And topology has 1 validators and 1 executors
+    And run duration is 60 seconds
+    And wallets total funds is 1000000000 split across 50 users
+    And transactions rate is 1 per block
+    And data availability channel rate is 1 per block and blob rate is 1 per block
+    And expect consensus liveness
+    When run scenario
+    Then scenario should succeed
+
+
+

Running The Smoke Features

+

Local runner smoke:

+
POL_PROOF_DEV_MODE=true \
+cargo run -p runner-examples --bin cucumber_host
+
+

Compose runner smoke:

+
POL_PROOF_DEV_MODE=true \
+cargo run -p runner-examples --bin cucumber_compose
+
+
+

Available Steps (Current)

+

Topology / runner selection:

+
    +
  • Given deployer is "local"|"compose"
  • +
  • Given topology has <validators> validators and <executors> executors
  • +
+

Run configuration:

+
    +
  • Given run duration is <seconds> seconds
  • +
  • Given wallets total funds is <funds> split across <users> users
  • +
+

Workloads:

+
    +
  • Given transactions rate is <rate> per block
  • +
  • Given transactions rate is <rate> per block using <users> users
  • +
  • Given data availability channel rate is <channel_rate> per block and blob rate is <blob_rate> per block
  • +
+

Expectations:

+
    +
  • Given expect consensus liveness
  • +
  • Given consensus liveness lag allowance is <blocks>
  • +
+

Execution + assertion:

+
    +
  • When run scenario
  • +
  • Then scenario should succeed
  • +
+
+

Notes

+
    +
  • The Cucumber harness builds scenarios using the same core + workflow builder APIs as the Rust examples, so the same prerequisites apply (notably POL_PROOF_DEV_MODE=true for practical runs).
  • +
  • If you need more flexibility (custom workloads/expectations, richer checks, node control/chaos), write Rust scenarios instead: see Examples and Extending the Framework.
  • +
+

Running Scenarios

+

This page focuses on how scenarios are executed (deploy → run → evaluate → cleanup), what artifacts you get back, and how that differs across runners.

+

For “just run something that works” commands, see Running Examples.

+
+

Execution Flow (High Level)

+

When you run a built scenario via a deployer, the run follows the same shape:

+
flowchart TD
+    Build[Scenario built] --> Deploy[Deploy]
+    Deploy --> Capture[Capture]
+    Capture --> Execute[Execute]
+    Execute --> Evaluate[Evaluate]
+    Evaluate --> Cleanup[Cleanup]
+
+
    +
  • Deploy: provision infrastructure and start nodes (processes/containers/pods)
  • +
  • Capture: establish clients/observability and capture initial state
  • +
  • Execute: run workloads for the configured wall-clock duration
  • +
  • Evaluate: run expectations (after the execution window ends)
  • +
  • Cleanup: stop resources and finalize artifacts
  • +
+
+

The Core API

+
use std::time::Duration;
+
+use testing_framework_core::scenario::{Deployer as _, ScenarioBuilder};
+use testing_framework_runner_local::LocalDeployer;
+use testing_framework_workflows::ScenarioBuilderExt;
+
+async fn run_once() -> anyhow::Result<()> {
+    let mut scenario = ScenarioBuilder::topology_with(|t| t.network_star().validators(3).executors(1))
+        .wallets(20)
+        .transactions_with(|tx| tx.rate(1).users(5))
+        .expect_consensus_liveness()
+        .with_run_duration(Duration::from_secs(60))
+        .build()?;
+
+    let runner = LocalDeployer::default().deploy(&scenario).await?;
+    runner.run(&mut scenario).await?;
+
+    Ok(())
+}
+

Notes:

+
    +
  • with_run_duration(...) is wall-clock time, not “number of blocks”.
  • +
  • .transactions_with(...) rates are per-block.
  • +
  • Most users should run scenarios via scripts/run/run-examples.sh unless they are embedding the framework in their own test crate.
  • +
+
+

Runner Differences

+

Local (Host) Runner

+
    +
  • Best for: fast iteration and debugging
  • +
  • Logs/state: stored under a temporary run directory unless you set NOMOS_TESTS_KEEP_LOGS=1 and/or NOMOS_LOG_DIR=...
  • +
  • Limitations: no node-control capability (chaos workflows that require node control won’t work here)
  • +
+

Run the built-in local examples:

+
POL_PROOF_DEV_MODE=true \
+scripts/run/run-examples.sh -t 60 -v 3 -e 1 host
+
+

Compose Runner

+
    +
  • Best for: reproducible multi-node environments and node control
  • +
  • Logs: primarily via docker compose logs (and any node-level log configuration you apply)
  • +
  • Debugging: set COMPOSE_RUNNER_PRESERVE=1 to keep the environment up after a run
  • +
+

Run the built-in compose examples:

+
POL_PROOF_DEV_MODE=true \
+scripts/run/run-examples.sh -t 60 -v 3 -e 1 compose
+
+

K8s Runner

+
    +
  • Best for: production-like behavior, cluster scheduling/networking
  • +
  • Logs: kubectl logs ...
  • +
  • Debugging: set K8S_RUNNER_PRESERVE=1 and K8S_RUNNER_NAMESPACE=... to keep resources around
  • +
+

Run the built-in k8s examples:

+
POL_PROOF_DEV_MODE=true \
+scripts/run/run-examples.sh -t 60 -v 3 -e 1 k8s
+
+
+

Artifacts & Where to Look

+
    +
  • Node logs: configure via NOMOS_LOG_DIR, NOMOS_LOG_LEVEL, NOMOS_LOG_FILTER (see Logging & Observability)
  • +
  • Runner logs: controlled by RUST_LOG (runner process only)
  • +
  • Keep run directories: set NOMOS_TESTS_KEEP_LOGS=1
  • +
  • Compose environment preservation: set COMPOSE_RUNNER_PRESERVE=1
  • +
  • K8s environment preservation: set K8S_RUNNER_PRESERVE=1
  • +
+
+

See Also

+ +

Runners

+

Runners turn a scenario plan into a live environment while keeping the plan +unchanged. Choose based on feedback speed, reproducibility, and fidelity. For +environment and operational considerations, see Operations Overview.

+

Important: All runners require POL_PROOF_DEV_MODE=true to avoid expensive Groth16 proof generation that causes timeouts.

+

Host runner (local processes)

+
    +
  • Launches node processes directly on the host (via LocalDeployer).
  • +
  • Binary: local_runner.rs, script mode: host
  • +
  • Fastest feedback loop and minimal orchestration overhead.
  • +
  • Best for development-time iteration and debugging.
  • +
  • Can run in CI for fast smoke tests.
  • +
  • Node control: Not supported (chaos workloads not available)
  • +
+

Run with: scripts/run/run-examples.sh -t 60 -v 1 -e 1 host

+

Docker Compose runner

+
    +
  • Starts nodes in containers to provide a reproducible multi-node stack on a +single machine (via ComposeDeployer).
  • +
  • Binary: compose_runner.rs, script mode: compose
  • +
  • Discovers service ports and wires observability for convenient inspection.
  • +
  • Good balance between fidelity and ease of setup.
  • +
  • Recommended for CI pipelines (isolated environment, reproducible).
  • +
  • Node control: Supported (can restart nodes for chaos testing)
  • +
+

Run with: scripts/run/run-examples.sh -t 60 -v 1 -e 1 compose

+

Kubernetes runner

+
    +
  • Deploys nodes onto a cluster for higher-fidelity, longer-running scenarios (via K8sDeployer).
  • +
  • Binary: k8s_runner.rs, script mode: k8s
  • +
  • Suits CI with cluster access or shared test environments where cluster behavior +and scheduling matter.
  • +
  • Node control: Not supported yet (chaos workloads not available)
  • +
+

Run with: scripts/run/run-examples.sh -t 60 -v 1 -e 1 k8s

+

Common expectations

+
    +
  • All runners require at least one validator and, for transaction scenarios, +access to seeded wallets.
  • +
  • Readiness probes gate workload start so traffic begins only after nodes are +reachable.
  • +
  • Environment flags can relax timeouts or increase tracing when diagnostics are +needed.
  • +
+

Runner Comparison

+
flowchart TB
+    subgraph Host["Host Runner (Local)"]
+        H1["Speed: Fast"]
+        H2["Isolation: Shared host"]
+        H3["Setup: Minimal"]
+        H4["Chaos: Not supported"]
+        H5["CI: Quick smoke tests"]
+    end
+    
+    subgraph Compose["Compose Runner (Docker)"]
+        C1["Speed: Medium"]
+        C2["Isolation: Containerized"]
+        C3["Setup: Image build required"]
+        C4["Chaos: Supported"]
+        C5["CI: Recommended"]
+    end
+    
+    subgraph K8s["K8s Runner (Cluster)"]
+        K1["Speed: Slower"]
+        K2["Isolation: Pod-level"]
+        K3["Setup: Cluster + image"]
+        K4["Chaos: Not yet supported"]
+        K5["CI: Large-scale tests"]
+    end
+    
+    Decision{Choose Based On}
+    Decision -->|Fast iteration| Host
+    Decision -->|Reproducibility| Compose
+    Decision -->|Production-like| K8s
+    
+    style Host fill:#e1f5ff
+    style Compose fill:#e1ffe1
+    style K8s fill:#ffe1f5
+
+

Detailed Feature Matrix

+
+ + + + + + + + + + +
FeatureHostComposeK8s
SpeedFastestMediumSlowest
Setup Time< 1 min2-5 min5-10 min
IsolationProcess-levelContainerPod + namespace
Node ControlNoYesNot yet
ObservabilityBasicExternal stackCluster-wide
CI IntegrationSmoke testsRecommendedHeavy tests
Resource UsageLowMediumHigh
ReproducibilityEnvironment-dependentHighHighest
Network FidelityLocalhost onlyVirtual networkReal cluster
Parallel RunsPort conflictsIsolatedNamespace isolation
+
+

Decision Guide

+
flowchart TD
+    Start[Need to run tests?] --> Q1{Local development?}
+    Q1 -->|Yes| Q2{Testing chaos?}
+    Q1 -->|No| Q5{Have cluster access?}
+    
+    Q2 -->|Yes| UseCompose[Use Compose]
+    Q2 -->|No| Q3{Need isolation?}
+    
+    Q3 -->|Yes| UseCompose
+    Q3 -->|No| UseHost[Use Host]
+    
+    Q5 -->|Yes| Q6{Large topology?}
+    Q5 -->|No| Q7{CI pipeline?}
+    
+    Q6 -->|Yes| UseK8s[Use K8s]
+    Q6 -->|No| UseCompose
+    
+    Q7 -->|Yes| Q8{Docker available?}
+    Q7 -->|No| UseHost
+    
+    Q8 -->|Yes| UseCompose
+    Q8 -->|No| UseHost
+    
+    style UseHost fill:#e1f5ff
+    style UseCompose fill:#e1ffe1
+    style UseK8s fill:#ffe1f5
+
+

Quick Recommendations

+

Use Host Runner when:

+
    +
  • Iterating rapidly during development
  • +
  • Running quick smoke tests
  • +
  • Testing on a laptop with limited resources
  • +
  • Don't need chaos testing
  • +
+

Use Compose Runner when:

+
    +
  • Need reproducible test environments
  • +
  • Testing chaos scenarios (node restarts)
  • +
  • Running in CI pipelines
  • +
  • Want containerized isolation
  • +
+

Use K8s Runner when:

+
    +
  • Testing large-scale topologies (10+ nodes)
  • +
  • Need production-like environment
  • +
  • Have cluster access in CI
  • +
  • Testing cluster-specific behaviors
  • +
+

RunContext: BlockFeed & Node Control

+

The deployer supplies a RunContext that workloads and expectations share. It +provides:

+
    +
  • Topology descriptors (GeneratedTopology)
  • +
  • Client handles (NodeClients / ClusterClient) for HTTP/RPC calls
  • +
  • Metrics (RunMetrics, Metrics) and block feed
  • +
  • Optional NodeControlHandle for managing nodes
  • +
+

BlockFeed: Observing Block Production

+

The BlockFeed is a broadcast stream of block observations that allows workloads and expectations to monitor blockchain progress in real-time. It polls a validator node continuously and broadcasts new blocks to all subscribers.

+

What BlockFeed Provides

+

Real-time block stream:

+
    +
  • Subscribe to receive BlockRecord notifications as blocks are produced
  • +
  • Each record includes the block header (HeaderId) and full block payload
  • +
  • Backed by a background task that polls node storage every second
  • +
+

Block statistics:

+
    +
  • Track total transactions across all observed blocks
  • +
  • Access via block_feed.stats().total_transactions()
  • +
+

Broadcast semantics:

+
    +
  • Multiple subscribers can receive the same blocks independently
  • +
  • Late subscribers start receiving from current block (no history replay)
  • +
  • Lagged subscribers skip missed blocks automatically
  • +
+

Accessing BlockFeed

+

BlockFeed is available through RunContext:

+
let block_feed = ctx.block_feed();
+

Usage in Expectations

+

Expectations typically use BlockFeed to verify block production and inclusion of transactions/data.

+

Example: Counting blocks during a run

+
use std::sync::{
+    Arc,
+    atomic::{AtomicU64, Ordering},
+};
+
+use async_trait::async_trait;
+use testing_framework_core::scenario::{DynError, Expectation, RunContext};
+
+struct MinimumBlocksExpectation {
+    min_blocks: u64,
+    captured_blocks: Option<Arc<AtomicU64>>,
+}
+
+#[async_trait]
+impl Expectation for MinimumBlocksExpectation {
+    fn name(&self) -> &'static str {
+        "minimum_blocks"
+    }
+
+    async fn start_capture(&mut self, ctx: &RunContext) -> Result<(), DynError> {
+        let block_count = Arc::new(AtomicU64::new(0));
+        let block_count_task = Arc::clone(&block_count);
+        
+        // Subscribe to block feed
+        let mut receiver = ctx.block_feed().subscribe();
+        
+        // Spawn a task to count blocks
+        tokio::spawn(async move {
+            loop {
+                match receiver.recv().await {
+                    Ok(_record) => {
+                        block_count_task.fetch_add(1, Ordering::Relaxed);
+                    }
+                    Err(tokio::sync::broadcast::error::RecvError::Lagged(skipped)) => {
+                        tracing::debug!(skipped, "receiver lagged, skipping blocks");
+                    }
+                    Err(tokio::sync::broadcast::error::RecvError::Closed) => {
+                        tracing::debug!("block feed closed");
+                        break;
+                    }
+                }
+            }
+        });
+        
+        self.captured_blocks = Some(block_count);
+        Ok(())
+    }
+
+    async fn evaluate(&mut self, ctx: &RunContext) -> Result<(), DynError> {
+        let blocks = self.captured_blocks
+            .as_ref()
+            .expect("start_capture must be called first")
+            .load(Ordering::Relaxed);
+        
+        if blocks < self.min_blocks {
+            return Err(format!(
+                "expected at least {} blocks, observed {}",
+                self.min_blocks, blocks
+            ).into());
+        }
+        
+        tracing::info!(blocks, min = self.min_blocks, "minimum blocks expectation passed");
+        Ok(())
+    }
+}
+

Example: Inspecting block contents

+
use testing_framework_core::scenario::{DynError, RunContext};
+
+async fn start_capture(ctx: &RunContext) -> Result<(), DynError> {
+    let mut receiver = ctx.block_feed().subscribe();
+    
+    tokio::spawn(async move {
+        loop {
+            match receiver.recv().await {
+                Ok(record) => {
+                    // Access block header
+                    let header_id = &record.header;
+                    
+                    // Access full block
+                    let tx_count = record.block.transactions().len();
+                    
+                    tracing::debug!(
+                        ?header_id,
+                        tx_count,
+                        "observed block"
+                    );
+                    
+                    // Process transactions, DA blobs, etc.
+                }
+                Err(tokio::sync::broadcast::error::RecvError::Closed) => break,
+                Err(_) => continue,
+            }
+        }
+    });
+    
+    Ok(())
+}
+

Usage in Workloads

+

Workloads can use BlockFeed to coordinate timing or wait for specific conditions before proceeding.

+

Example: Wait for N blocks before starting

+
use async_trait::async_trait;
+use testing_framework_core::scenario::{DynError, RunContext, Workload};
+
+struct DelayedWorkload {
+    wait_blocks: usize,
+}
+
+#[async_trait]
+impl Workload for DelayedWorkload {
+    fn name(&self) -> &str {
+        "delayed_workload"
+    }
+
+    async fn start(&self, ctx: &RunContext) -> Result<(), DynError> {
+        tracing::info!(wait_blocks = self.wait_blocks, "waiting for blocks before starting");
+        
+        // Subscribe to block feed
+        let mut receiver = ctx.block_feed().subscribe();
+        let mut count = 0;
+        
+        // Wait for N blocks
+        while count < self.wait_blocks {
+            match receiver.recv().await {
+                Ok(_) => count += 1,
+                Err(tokio::sync::broadcast::error::RecvError::Lagged(_)) => continue,
+                Err(tokio::sync::broadcast::error::RecvError::Closed) => {
+                    return Err("block feed closed before reaching target".into());
+                }
+            }
+        }
+        
+        tracing::info!("warmup complete, starting actual workload");
+        
+        // Now do the actual work
+        // ...
+        
+        Ok(())
+    }
+}
+

Example: Rate limiting based on block production

+
use testing_framework_core::scenario::{DynError, RunContext};
+
+async fn generate_request() -> Option<()> {
+    None
+}
+
+async fn start(ctx: &RunContext) -> Result<(), DynError> {
+    let clients = ctx.node_clients().validator_clients();
+    let mut receiver = ctx.block_feed().subscribe();
+    let mut pending_requests: Vec<()> = Vec::new();
+
+    loop {
+        tokio::select! {
+            // Issue a batch on each new block.
+            Ok(_record) = receiver.recv() => {
+                if !pending_requests.is_empty() {
+                    tracing::debug!(count = pending_requests.len(), "issuing requests on new block");
+                    for _req in pending_requests.drain(..) {
+                        let _info = clients[0].consensus_info().await?;
+                    }
+                }
+            }
+
+            // Generate work continuously.
+            Some(req) = generate_request() => {
+                pending_requests.push(req);
+            }
+        }
+    }
+}
+

BlockFeed vs Direct Polling

+

Use BlockFeed when:

+
    +
  • You need to react to blocks as they're produced
  • +
  • Multiple components need to observe the same blocks
  • +
  • You want automatic retry/reconnect logic
  • +
  • You're tracking statistics across many blocks
  • +
+

Use direct polling when:

+
    +
  • You need to query specific historical blocks
  • +
  • You're checking final state after workloads complete
  • +
  • You need transaction receipts or other indexed data
  • +
  • You're implementing a one-time health check
  • +
+

Example direct polling in expectations:

+
use testing_framework_core::scenario::{DynError, RunContext};
+
+async fn evaluate(ctx: &RunContext) -> Result<(), DynError> {
+    let client = &ctx.node_clients().validator_clients()[0];
+    
+    // Poll current height once
+    let info = client.consensus_info().await?;
+    tracing::info!(height = info.height, "final block height");
+    
+    // This is simpler than BlockFeed for one-time checks
+    Ok(())
+}
+

Block Statistics

+

Access aggregated statistics without subscribing to the feed:

+
use testing_framework_core::scenario::{DynError, RunContext};
+
+async fn evaluate(ctx: &RunContext, expected_min: u64) -> Result<(), DynError> {
+    let stats = ctx.block_feed().stats();
+    let total_txs = stats.total_transactions();
+    
+    tracing::info!(total_txs, "transactions observed across all blocks");
+    
+    if total_txs < expected_min {
+        return Err(format!(
+            "expected at least {} transactions, observed {}",
+            expected_min, total_txs
+        ).into());
+    }
+    
+    Ok(())
+}
+

Important Notes

+

Subscription timing:

+
    +
  • Subscribe in start_capture() for expectations
  • +
  • Subscribe in start() for workloads
  • +
  • Late subscribers miss historical blocks (no replay)
  • +
+

Lagged receivers:

+
    +
  • If your subscriber is too slow, it may lag behind
  • +
  • Handle RecvError::Lagged(skipped) gracefully
  • +
  • Consider increasing processing speed or reducing block rate
  • +
+

Feed lifetime:

+
    +
  • BlockFeed runs for the entire scenario duration
  • +
  • Automatically cleaned up when the run completes
  • +
  • Closed channels signal graceful shutdown
  • +
+

Performance:

+
    +
  • BlockFeed polls nodes every 1 second
  • +
  • Broadcasts to all subscribers with minimal overhead
  • +
  • Suitable for scenarios with hundreds of blocks
  • +
+

Real-World Examples

+

The framework's built-in expectations use BlockFeed extensively:

+
    +
  • ConsensusLiveness: Doesn't directly subscribe but uses block feed stats to verify progress
  • +
  • DataAvailabilityExpectation: Subscribes to inspect DA blobs in each block and track inscription/dispersal
  • +
  • TransactionInclusion: Subscribes to find specific transactions in blocks
  • +
+

See Examples and Workloads & Expectations for more patterns.

+
+

Current Chaos Capabilities and Limitations

+

The framework currently supports process-level chaos (node restarts) for +resilience testing:

+

Supported:

+
    +
  • Restart validators (restart_validator)
  • +
  • Restart executors (restart_executor)
  • +
  • Random restart workload via .chaos().restart()
  • +
+

Not Yet Supported:

+
    +
  • Network partitions (blocking peers, packet loss)
  • +
  • Resource constraints (CPU throttling, memory limits)
  • +
  • Byzantine behavior injection (invalid blocks, bad signatures)
  • +
  • Selective peer blocking/unblocking
  • +
+

For network partition testing, see Extension Ideas +which describes the proposed block_peer/unblock_peer API (not yet implemented).

+

Accessing node control in workloads/expectations

+

Check for control support and use it conditionally:

+
use async_trait::async_trait;
+use testing_framework_core::scenario::{DynError, RunContext, Workload};
+
+struct RestartWorkload;
+
+#[async_trait]
+impl Workload for RestartWorkload {
+    fn name(&self) -> &str {
+        "restart_workload"
+    }
+
+    async fn start(&self, ctx: &RunContext) -> Result<(), DynError> {
+        if let Some(control) = ctx.node_control() {
+            // Restart the first validator (index 0) if supported.
+            control.restart_validator(0).await?;
+        }
+        Ok(())
+    }
+}
+

When chaos workloads need control, require enable_node_control() in the +scenario builder and deploy with a runner that supports it.

+

Current API surface

+

The NodeControlHandle trait currently provides:

+
use async_trait::async_trait;
+use testing_framework_core::scenario::DynError;
+
+#[async_trait]
+pub trait NodeControlHandle: Send + Sync {
+    async fn restart_validator(&self, index: usize) -> Result<(), DynError>;
+    async fn restart_executor(&self, index: usize) -> Result<(), DynError>;
+}
+

Future extensions may include peer blocking/unblocking or other control +operations. For now, focus on restart-based chaos patterns as shown in the +chaos workload examples.

+

Considerations

+
    +
  • Always guard control usage: not all runners expose NodeControlHandle.
  • +
  • Treat control as best-effort: failures should surface as test failures, but +workloads should degrade gracefully when control is absent.
  • +
  • Combine control actions with expectations (e.g., restart then assert height +convergence) to keep scenarios meaningful.
  • +
+

Chaos Workloads

+
+

When should I read this? You don't need chaos testing to be productive with the framework. Focus on basic scenarios first—chaos is for resilience validation and operational readiness drills once your core tests are stable.

+
+

Chaos in the framework uses node control to introduce failures and validate +recovery. The built-in restart workload lives in +testing_framework_workflows::workloads::chaos::RandomRestartWorkload.

+

How it works

+
    +
  • Requires NodeControlCapability (enable_node_control() in the scenario +builder) and a runner that provides a NodeControlHandle.
  • +
  • Randomly selects nodes (validators, executors) to restart based on your +include/exclude flags.
  • +
  • Respects min/max delay between restarts and a target cooldown to avoid +flapping the same node too frequently.
  • +
  • Runs alongside other workloads; expectations should account for the added +disruption.
  • +
  • Support varies by runner: node control is not provided by the local runner +and is not yet implemented for the k8s runner. Use a runner that advertises +NodeControlHandle support (e.g., compose) for chaos workloads.
  • +
+

Usage

+
use std::time::Duration;
+
+use testing_framework_core::scenario::ScenarioBuilder;
+use testing_framework_workflows::{ScenarioBuilderExt, workloads::chaos::RandomRestartWorkload};
+
+pub fn random_restart_plan() -> testing_framework_core::scenario::Scenario<
+    testing_framework_core::scenario::NodeControlCapability,
+> {
+    ScenarioBuilder::topology_with(|t| t.network_star().validators(2).executors(1))
+        .enable_node_control()
+        .with_workload(RandomRestartWorkload::new(
+            Duration::from_secs(45),  // min delay
+            Duration::from_secs(75),  // max delay
+            Duration::from_secs(120), // target cooldown
+            true,                     // include validators
+            true,                     // include executors
+        ))
+        .expect_consensus_liveness()
+        .with_run_duration(Duration::from_secs(150))
+        .build()
+}
+

Expectations to pair

+
    +
  • Consensus liveness: ensure blocks keep progressing despite restarts.
  • +
  • Height convergence: optionally check all nodes converge after the chaos +window.
  • +
  • Any workload-specific inclusion checks if you’re also driving tx/DA traffic.
  • +
+

Best practices

+
    +
  • Keep delays/cooldowns realistic; avoid back-to-back restarts that would never +happen in production.
  • +
  • Limit chaos scope: toggle validators vs executors based on what you want to +test.
  • +
  • Combine with observability: monitor metrics/logs to explain failures.
  • +
+

Topology & Chaos Patterns

+

This page focuses on cluster manipulation: node control, chaos patterns, and +what the tooling supports today.

+

Node control availability

+
    +
  • Supported: restart/peer control via NodeControlHandle (compose runner).
  • +
  • Not supported: local runner does not expose node control; k8s runner does +not support it yet.
  • +
+

Chaos patterns to consider

+
    +
  • Restarts: random restarts with minimum delay/cooldown to test recovery.
  • +
  • Partitions: block/unblock peers to simulate partial isolation, then assert +height convergence after healing.
  • +
  • Validator churn: stop one validator and start another (new key) mid-run to +test membership changes; expect convergence.
  • +
  • Load SLOs: push tx/DA rates and assert inclusion/availability budgets +instead of only liveness.
  • +
  • API probes: poll HTTP/RPC endpoints during chaos to ensure external +contracts stay healthy (shape + latency).
  • +
+

Expectations to pair

+
    +
  • Liveness/height convergence after chaos windows.
  • +
  • SLO checks: inclusion latency, DA responsiveness, API latency/shape.
  • +
  • Recovery checks: ensure nodes that were isolated or restarted catch up to +cluster height within a timeout.
  • +
+

Guidance

+
    +
  • Keep chaos realistic: avoid flapping or patterns you wouldn't operate in prod.
  • +
  • Scope chaos: choose validators vs executors intentionally; don't restart all +nodes at once unless you're testing full outages.
  • +
  • Combine chaos with observability: capture block feed/metrics and API health so +failures are diagnosable.
  • +
+

Part III — Developer Reference

+

Deep dives for contributors who extend the framework, evolve its abstractions, +or maintain the crate set.

+

Scenario Model (Developer Level)

+

The scenario model defines clear, composable responsibilities:

+
    +
  • Topology: a declarative description of the cluster—how many nodes, their +roles, and the broad network and data-availability characteristics. It +represents the intended shape of the system under test.
  • +
  • Scenario: a plan combining topology, workloads, expectations, and a run +window. Building a scenario validates prerequisites (like seeded wallets) and +ensures the run lasts long enough to observe meaningful block progression.
  • +
  • Workloads: asynchronous tasks that generate traffic or conditions. They +use shared context to interact with the deployed cluster and may bundle +default expectations.
  • +
  • Expectations: post-run assertions. They can capture baselines before +workloads start and evaluate success once activity stops.
  • +
  • Runtime: coordinates workloads and expectations for the configured +duration, enforces cooldowns when control actions occur, and ensures cleanup +so runs do not leak resources.
  • +
+

Developers extending the model should keep these boundaries strict: topology +describes, scenarios assemble, deployers provision, runners orchestrate, +workloads drive, and expectations judge outcomes. For guidance on adding new +capabilities, see Extending the Framework.

+

API Levels: Builder DSL vs. Direct Instantiation

+

The framework supports two styles for constructing scenarios:

+
    +
  1. High-level Builder DSL (recommended): fluent helper methods (e.g. .transactions_with(...))
  2. +
  3. Low-level direct instantiation: construct workload/expectation types explicitly, then attach them
  4. +
+

Both styles produce the same runtime behavior because they ultimately call the same core builder APIs.

+ +

The DSL is implemented as extension traits (primarily testing_framework_workflows::ScenarioBuilderExt) on the core scenario builder.

+
use std::time::Duration;
+
+use testing_framework_core::scenario::ScenarioBuilder;
+use testing_framework_workflows::ScenarioBuilderExt;
+
+let plan = ScenarioBuilder::topology_with(|t| t.network_star().validators(3).executors(2))
+    .wallets(5)
+    .transactions_with(|txs| txs.rate(5).users(3))
+    .da_with(|da| da.channel_rate(1).blob_rate(1).headroom_percent(20))
+    .expect_consensus_liveness()
+    .with_run_duration(Duration::from_secs(60))
+    .build();
+

When to use:

+
    +
  • Most test code (smoke, regression, CI)
  • +
  • When you want sensible defaults and minimal boilerplate
  • +
+

Low-Level Direct Instantiation

+

Direct instantiation gives you explicit control over the concrete types you attach:

+
use std::{
+    num::{NonZeroU64, NonZeroUsize},
+    time::Duration,
+};
+
+use testing_framework_core::scenario::ScenarioBuilder;
+use testing_framework_workflows::{
+    expectations::ConsensusLiveness,
+    workloads::{da, transaction},
+};
+
+let tx_workload = transaction::Workload::with_rate(5)
+    .expect("transaction rate must be non-zero")
+    .with_user_limit(NonZeroUsize::new(3));
+
+let da_workload = da::Workload::with_rate(
+    NonZeroU64::new(1).unwrap(),  // blob rate per block
+    NonZeroU64::new(1).unwrap(),  // channel rate per block
+    da::Workload::default_headroom_percent(),
+);
+
+let plan = ScenarioBuilder::topology_with(|t| t.network_star().validators(3).executors(2))
+    .wallets(5)
+    .with_workload(tx_workload)
+    .with_workload(da_workload)
+    .with_expectation(ConsensusLiveness::default())
+    .with_run_duration(Duration::from_secs(60))
+    .build();
+

When to use:

+
    +
  • Custom workload/expectation implementations
  • +
  • Reusing preconfigured workload instances across multiple scenarios
  • +
  • Debugging / exploring the underlying workload types
  • +
+

Method Correspondence

+
+ + + +
High-Level DSLLow-Level Direct
.transactions_with(|txs| txs.rate(5).users(3)).with_workload(transaction::Workload::with_rate(5).expect(...).with_user_limit(...))
.da_with(|da| da.blob_rate(1).channel_rate(1)).with_workload(da::Workload::with_rate(...))
.expect_consensus_liveness().with_expectation(ConsensusLiveness::default())
+
+

Bundled Expectations (Important)

+

Workloads can bundle expectations by implementing Workload::expectations().

+

These bundled expectations are attached automatically whenever you call .with_workload(...) (including when you use the DSL), because the core builder expands workload expectations during attachment.

+

Mixing Both Styles

+

Mixing is common: use the DSL for built-ins, and direct instantiation for custom pieces.

+
use std::time::Duration;
+
+use testing_framework_core::scenario::ScenarioBuilder;
+use testing_framework_workflows::{ScenarioBuilderExt, workloads::transaction};
+
+let tx_workload = transaction::Workload::with_rate(5)
+    .expect("transaction rate must be non-zero");
+
+let plan = ScenarioBuilder::topology_with(|t| t.network_star().validators(3).executors(2))
+    .wallets(5)
+    .with_workload(tx_workload)          // direct instantiation
+    .expect_consensus_liveness()         // DSL
+    .with_run_duration(Duration::from_secs(60))
+    .build();
+

Implementation Detail (How the DSL Works)

+

The DSL methods are thin wrappers. For example:

+

builder.transactions_with(|txs| txs.rate(5).users(3))

+

is roughly equivalent to:

+

builder.transactions().rate(5).users(3).apply()

+

Troubleshooting

+

DSL method not found

+
    +
  • Ensure the extension traits are in scope, e.g. use testing_framework_workflows::ScenarioBuilderExt;
  • +
  • Cross-check method names in Builder API Quick Reference
  • +
+

See Also

+ +

Extending the Framework

+

This guide shows how to extend the framework with custom workloads, expectations, runners, and topology helpers. Each section includes the trait outline and a minimal code example.

+

Adding a Workload

+

Steps:

+
    +
  1. Implement testing_framework_core::scenario::Workload
  2. +
  3. Provide a name and any bundled expectations
  4. +
  5. Use init to derive inputs from topology/metrics; fail fast if prerequisites missing
  6. +
  7. Use start to drive async traffic using RunContext clients
  8. +
  9. Expose from testing-framework/workflows and optionally add a DSL helper
  10. +
+

Trait outline:

+
use async_trait::async_trait;
+use testing_framework_core::scenario::{
+    DynError, Expectation, RunContext, RunMetrics, Workload,
+};
+use testing_framework_core::topology::generation::GeneratedTopology;
+
+struct MyExpectation;
+
+#[async_trait]
+impl Expectation for MyExpectation {
+    fn name(&self) -> &str {
+        "my_expectation"
+    }
+
+    async fn evaluate(&mut self, _ctx: &RunContext) -> Result<(), DynError> {
+        Ok(())
+    }
+}
+
+pub struct MyWorkload {
+    // Configuration fields
+    target_rate: u64,
+}
+
+impl MyWorkload {
+    pub fn new(target_rate: u64) -> Self {
+        Self { target_rate }
+    }
+}
+
+#[async_trait]
+impl Workload for MyWorkload {
+    fn name(&self) -> &str {
+        "my_workload"
+    }
+
+    fn expectations(&self) -> Vec<Box<dyn Expectation>> {
+        // Return bundled expectations that should run with this workload
+        vec![Box::new(MyExpectation)]
+    }
+
+    fn init(
+        &mut self,
+        topology: &GeneratedTopology,
+        _run_metrics: &RunMetrics,
+    ) -> Result<(), DynError> {
+        // Validate prerequisites (e.g., enough nodes, wallet data present)
+        if topology.validators().is_empty() {
+            return Err("no validators available".into());
+        }
+        Ok(())
+    }
+
+    async fn start(&self, ctx: &RunContext) -> Result<(), DynError> {
+        // Drive async activity: submit transactions, query nodes, etc.
+        let clients = ctx.node_clients().validator_clients();
+        
+        for client in clients {
+            let info = client.consensus_info().await?;
+            tracing::info!(height = info.height, "workload queried node");
+        }
+        
+        Ok(())
+    }
+}
+

Key points:

+
    +
  • name() identifies the workload in logs
  • +
  • expectations() bundles default checks (can be empty)
  • +
  • init() validates topology before run starts
  • +
  • start() executes concurrently with other workloads; it should complete before run duration expires
  • +
+

See Example: New Workload & Expectation for a complete, runnable example.

+

Adding an Expectation

+

Steps:

+
    +
  1. Implement testing_framework_core::scenario::Expectation
  2. +
  3. Use start_capture to snapshot baseline metrics (optional)
  4. +
  5. Use evaluate to assert outcomes after workloads finish
  6. +
  7. Return descriptive errors; the runner aggregates them
  8. +
  9. Export from testing-framework/workflows if reusable
  10. +
+

Trait outline:

+
use async_trait::async_trait;
+use testing_framework_core::scenario::{DynError, Expectation, RunContext};
+
+pub struct MyExpectation {
+    expected_value: u64,
+    captured_baseline: Option<u64>,
+}
+
+impl MyExpectation {
+    pub fn new(expected_value: u64) -> Self {
+        Self {
+            expected_value,
+            captured_baseline: None,
+        }
+    }
+}
+
+#[async_trait]
+impl Expectation for MyExpectation {
+    fn name(&self) -> &str {
+        "my_expectation"
+    }
+
+    async fn start_capture(&mut self, ctx: &RunContext) -> Result<(), DynError> {
+        // Optional: capture baseline state before workloads start
+        let client = ctx.node_clients().validator_clients().first()
+            .ok_or("no validators")?;
+        
+        let info = client.consensus_info().await?;
+        self.captured_baseline = Some(info.height);
+        
+        tracing::info!(baseline = self.captured_baseline, "captured baseline");
+        Ok(())
+    }
+
+    async fn evaluate(&mut self, ctx: &RunContext) -> Result<(), DynError> {
+        // Assert the expected condition holds after workloads finish
+        let client = ctx.node_clients().validator_clients().first()
+            .ok_or("no validators")?;
+        
+        let info = client.consensus_info().await?;
+        let final_height = info.height;
+        
+        let baseline = self.captured_baseline.unwrap_or(0);
+        let delta = final_height.saturating_sub(baseline);
+        
+        if delta < self.expected_value {
+            return Err(format!(
+                "expected at least {} blocks, got {}",
+                self.expected_value, delta
+            ).into());
+        }
+        
+        tracing::info!(delta, "expectation passed");
+        Ok(())
+    }
+}
+

Key points:

+
    +
  • name() identifies the expectation in logs
  • +
  • start_capture() runs before workloads start (optional)
  • +
  • evaluate() runs after workloads finish; return descriptive errors
  • +
  • Expectations run sequentially; keep them fast
  • +
+

Adding a Runner (Deployer)

+

Steps:

+
    +
  1. Implement testing_framework_core::scenario::Deployer<Caps> for your capability type
  2. +
  3. Deploy infrastructure and return a Runner
  4. +
  5. Construct NodeClients and spawn a BlockFeed
  6. +
  7. Build a RunContext and provide a CleanupGuard for teardown
  8. +
+

Trait outline:

+
use async_trait::async_trait;
+use testing_framework_core::scenario::{
+    CleanupGuard, Deployer, DynError, Metrics, NodeClients, RunContext, Runner, Scenario,
+    spawn_block_feed,
+};
+use testing_framework_core::topology::deployment::Topology;
+
+pub struct MyDeployer {
+    // Configuration: cluster connection details, etc.
+}
+
+impl MyDeployer {
+    pub fn new() -> Self {
+        Self {}
+    }
+}
+
+#[async_trait]
+impl Deployer<()> for MyDeployer {
+    type Error = DynError;
+
+    async fn deploy(&self, scenario: &Scenario<()>) -> Result<Runner, Self::Error> {
+        // 1. Launch nodes using scenario.topology()
+        // 2. Wait for readiness (e.g., consensus info endpoint responds)
+        // 3. Build NodeClients for validators/executors
+        // 4. Spawn a block feed for expectations (optional but recommended)
+        // 5. Create NodeControlHandle if you support restarts (optional)
+        // 6. Return a Runner wrapping RunContext + CleanupGuard
+
+        tracing::info!("deploying scenario with MyDeployer");
+
+        let topology: Option<Topology> = None; // Some(topology) if you spawned one
+        let node_clients = NodeClients::default(); // Or NodeClients::from_topology(...)
+
+        let client = node_clients
+            .any_client()
+            .ok_or("no api clients available")?
+            .clone();
+        let (block_feed, block_feed_guard) = spawn_block_feed(client).await?;
+
+        let telemetry = Metrics::empty(); // or Metrics::from_prometheus(...)
+        let node_control = None; // or Some(Arc<dyn NodeControlHandle>)
+
+        let context = RunContext::new(
+            scenario.topology().clone(),
+            topology,
+            node_clients,
+            scenario.duration(),
+            telemetry,
+            block_feed,
+            node_control,
+        );
+
+        // If you also have other resources to clean up (containers/pods/etc),
+        // wrap them in your own CleanupGuard implementation and call
+        // CleanupGuard::cleanup(Box::new(block_feed_guard)) inside it.
+        Ok(Runner::new(context, Some(Box::new(block_feed_guard))))
+    }
+}
+

Key points:

+
    +
  • deploy() must return a fully prepared Runner
  • +
  • Block until nodes are ready before returning (avoid false negatives)
  • +
  • Use a CleanupGuard to tear down resources on failure (and on RunHandle drop)
  • +
  • If you want chaos workloads, also provide a NodeControlHandle via RunContext
  • +
+

Adding Topology Helpers

+

Steps:

+
    +
  1. Extend testing_framework_core::topology::config::TopologyBuilder with new layouts
  2. +
  3. Keep defaults safe: ensure at least one participant, clamp dispersal factors
  4. +
  5. Consider adding configuration presets for specialized parameters
  6. +
+

Example:

+
use testing_framework_core::topology::{
+    config::TopologyBuilder,
+    configs::network::Libp2pNetworkLayout,
+};
+
+pub trait TopologyBuilderExt {
+    fn network_full(self) -> Self;
+}
+
+impl TopologyBuilderExt for TopologyBuilder {
+    fn network_full(self) -> Self {
+        self.with_network_layout(Libp2pNetworkLayout::Full)
+    }
+}
+

Key points:

+
    +
  • Maintain method chaining (return &mut Self)
  • +
  • Validate inputs: clamp factors, enforce minimums
  • +
  • Document assumptions (e.g., "requires at least 4 nodes")
  • +
+

Adding a DSL Helper

+

To expose your custom workload through the high-level DSL, add a trait extension:

+
use async_trait::async_trait;
+use testing_framework_core::scenario::{DynError, RunContext, ScenarioBuilder, Workload};
+
+#[derive(Default)]
+pub struct MyWorkloadBuilder {
+    target_rate: u64,
+    some_option: bool,
+}
+
+impl MyWorkloadBuilder {
+    pub const fn target_rate(mut self, target_rate: u64) -> Self {
+        self.target_rate = target_rate;
+        self
+    }
+
+    pub const fn some_option(mut self, some_option: bool) -> Self {
+        self.some_option = some_option;
+        self
+    }
+
+    pub const fn build(self) -> MyWorkload {
+        MyWorkload {
+            target_rate: self.target_rate,
+            some_option: self.some_option,
+        }
+    }
+}
+
+pub struct MyWorkload {
+    target_rate: u64,
+    some_option: bool,
+}
+
+#[async_trait]
+impl Workload for MyWorkload {
+    fn name(&self) -> &str {
+        "my_workload"
+    }
+
+    async fn start(&self, _ctx: &RunContext) -> Result<(), DynError> {
+        Ok(())
+    }
+}
+
+pub trait MyWorkloadDsl {
+    fn my_workload_with(
+        self,
+        f: impl FnOnce(MyWorkloadBuilder) -> MyWorkloadBuilder,
+    ) -> Self;
+}
+
+impl MyWorkloadDsl for ScenarioBuilder {
+    fn my_workload_with(
+        self,
+        f: impl FnOnce(MyWorkloadBuilder) -> MyWorkloadBuilder,
+    ) -> Self {
+        let builder = f(MyWorkloadBuilder::default());
+        self.with_workload(builder.build())
+    }
+}
+

Users can then call:

+
ScenarioBuilder::topology_with(|t| t.network_star().validators(1).executors(1))
+    .my_workload_with(|w| {
+        w.target_rate(10)
+         .some_option(true)
+    })
+    .build()
+

See Also

+ +

Example: New Workload & Expectation (Rust)

+

A minimal, end-to-end illustration of adding a custom workload and matching +expectation. This shows the shape of the traits and where to plug into the +framework; expand the logic to fit your real test.

+

Workload: simple reachability probe

+

Key ideas:

+
    +
  • name: identifies the workload in logs.
  • +
  • expectations: workloads can bundle defaults so callers don’t forget checks.
  • +
  • init: derive inputs from the generated topology (e.g., pick a target node).
  • +
  • start: drive async activity using the shared RunContext.
  • +
+
use async_trait::async_trait;
+use testing_framework_core::{
+    scenario::{DynError, Expectation, RunContext, RunMetrics, Workload},
+    topology::generation::GeneratedTopology,
+};
+
+pub struct ReachabilityWorkload {
+    target_idx: usize,
+}
+
+impl ReachabilityWorkload {
+    pub fn new(target_idx: usize) -> Self {
+        Self { target_idx }
+    }
+}
+
+#[async_trait]
+impl Workload for ReachabilityWorkload {
+    fn name(&self) -> &str {
+        "reachability_workload"
+    }
+
+    fn expectations(&self) -> Vec<Box<dyn Expectation>> {
+        vec![Box::new(
+            crate::custom_workload_example_expectation::ReachabilityExpectation::new(
+                self.target_idx,
+            ),
+        )]
+    }
+
+    fn init(
+        &mut self,
+        topology: &GeneratedTopology,
+        _run_metrics: &RunMetrics,
+    ) -> Result<(), DynError> {
+        if topology.validators().get(self.target_idx).is_none() {
+            return Err(Box::new(std::io::Error::new(
+                std::io::ErrorKind::Other,
+                "no validator at requested index",
+            )));
+        }
+        Ok(())
+    }
+
+    async fn start(&self, ctx: &RunContext) -> Result<(), DynError> {
+        let client = ctx
+            .node_clients()
+            .validator_clients()
+            .get(self.target_idx)
+            .ok_or_else(|| {
+                Box::new(std::io::Error::new(
+                    std::io::ErrorKind::Other,
+                    "missing target client",
+                )) as DynError
+            })?;
+
+        // Lightweight API call to prove reachability.
+        client
+            .consensus_info()
+            .await
+            .map(|_| ())
+            .map_err(|e| e.into())
+    }
+}
+

Expectation: confirm the target stayed reachable

+

Key ideas:

+
    +
  • start_capture: snapshot baseline if needed (not used here).
  • +
  • evaluate: assert the condition after workloads finish.
  • +
+
use async_trait::async_trait;
+use testing_framework_core::scenario::{DynError, Expectation, RunContext};
+
+pub struct ReachabilityExpectation {
+    target_idx: usize,
+}
+
+impl ReachabilityExpectation {
+    pub fn new(target_idx: usize) -> Self {
+        Self { target_idx }
+    }
+}
+
+#[async_trait]
+impl Expectation for ReachabilityExpectation {
+    fn name(&self) -> &str {
+        "target_reachable"
+    }
+
+    async fn evaluate(&mut self, ctx: &RunContext) -> Result<(), DynError> {
+        let client = ctx
+            .node_clients()
+            .validator_clients()
+            .get(self.target_idx)
+            .ok_or_else(|| {
+                Box::new(std::io::Error::new(
+                    std::io::ErrorKind::Other,
+                    "missing target client",
+                )) as DynError
+            })?;
+
+        client
+            .consensus_info()
+            .await
+            .map(|_| ())
+            .map_err(|e| e.into())
+    }
+}
+

How to wire it

+
    +
  • Build your scenario as usual and call .with_workload(ReachabilityWorkload::new(0)).
  • +
  • The bundled expectation is attached automatically; you can add more with +.with_expectation(...) if needed.
  • +
  • Keep the logic minimal and fast for smoke tests; grow it into richer probes +for deeper scenarios.
  • +
+

Internal Crate Reference

+

High-level roles of the crates that make up the framework:

+
    +
  • +

    Configs (testing-framework/configs/): Prepares reusable configuration primitives for nodes, networking, tracing, data availability, and wallets, shared by all scenarios and runners. Includes topology generation and circuit asset resolution.

    +
  • +
  • +

    Core scenario orchestration (testing-framework/core/): Houses the topology and scenario model, runtime coordination, node clients, and readiness/health probes. Defines Deployer and Runner traits, ScenarioBuilder, and RunContext.

    +
  • +
  • +

    Workflows (testing-framework/workflows/): Packages workloads (transaction, DA, chaos) and expectations (consensus liveness) into reusable building blocks. Offers fluent DSL extensions (ScenarioBuilderExt, ChaosBuilderExt).

    +
  • +
  • +

    Runners (testing-framework/runners/{local,compose,k8s}/): Implements deployment backends (local host, Docker Compose, Kubernetes) that all consume the same scenario plan. Each provides a Deployer implementation (LocalDeployer, ComposeDeployer, K8sDeployer).

    +
  • +
  • +

    Runner Examples (crate name: runner-examples, path: examples/): Runnable binaries demonstrating framework usage and serving as living documentation. These are the primary entry point for running scenarios (examples/src/bin/local_runner.rs, examples/src/bin/compose_runner.rs, examples/src/bin/k8s_runner.rs).

    +
  • +
+

Where to Add New Capabilities

+
+ + + + + + + + +
What You're AddingWhere It GoesExamples
Node config parametertesting-framework/configs/src/topology/configs/Slot duration, log levels, DA params
Topology featuretesting-framework/core/src/topology/New network layouts, node roles
Scenario capabilitytesting-framework/core/src/scenario/New capabilities, context methods
Workloadtesting-framework/workflows/src/workloads/New traffic generators
Expectationtesting-framework/workflows/src/expectations/New success criteria
Builder APItesting-framework/workflows/src/builder/DSL extensions, fluent methods
Deployertesting-framework/runners/New deployment backends
Example scenarioexamples/src/bin/Demonstration binaries
+
+

Extension Workflow

+

Adding a New Workload

+
    +
  1. Define the workload in testing-framework/workflows/src/workloads/your_workload.rs:
  2. +
+
use async_trait::async_trait;
+use testing_framework_core::scenario::{DynError, RunContext, Workload};
+
+pub struct YourWorkload;
+
+#[async_trait]
+impl Workload for YourWorkload {
+    fn name(&self) -> &'static str {
+        "your_workload"
+    }
+
+    async fn start(&self, _ctx: &RunContext) -> Result<(), DynError> {
+        // implementation
+        Ok(())
+    }
+}
+
    +
  1. Add builder extension in testing-framework/workflows/src/builder/mod.rs:
  2. +
+
pub struct YourWorkloadBuilder;
+
+impl YourWorkloadBuilder {
+    pub fn some_config(self) -> Self {
+        self
+    }
+}
+
+pub trait ScenarioBuilderExt: Sized {
+    fn your_workload(self) -> YourWorkloadBuilder;
+}
+
    +
  1. Use in examples in examples/src/bin/your_scenario.rs:
  2. +
+
use testing_framework_core::scenario::ScenarioBuilder;
+
+pub struct YourWorkloadBuilder;
+
+impl YourWorkloadBuilder {
+    pub fn some_config(self) -> Self {
+        self
+    }
+}
+
+pub trait YourWorkloadDslExt: Sized {
+    fn your_workload_with<F>(self, configurator: F) -> Self
+    where
+        F: FnOnce(YourWorkloadBuilder) -> YourWorkloadBuilder;
+}
+
+impl<Caps> YourWorkloadDslExt for testing_framework_core::scenario::Builder<Caps> {
+    fn your_workload_with<F>(self, configurator: F) -> Self
+    where
+        F: FnOnce(YourWorkloadBuilder) -> YourWorkloadBuilder,
+    {
+        let _ = configurator(YourWorkloadBuilder);
+        self
+    }
+}
+
+pub fn use_in_examples() {
+    let _plan = ScenarioBuilder::topology_with(|t| t.network_star().validators(3).executors(0))
+        .your_workload_with(|w| w.some_config())
+        .build();
+}
+

Adding a New Expectation

+
    +
  1. Define the expectation in testing-framework/workflows/src/expectations/your_expectation.rs:
  2. +
+
use async_trait::async_trait;
+use testing_framework_core::scenario::{DynError, Expectation, RunContext};
+
+pub struct YourExpectation;
+
+#[async_trait]
+impl Expectation for YourExpectation {
+    fn name(&self) -> &'static str {
+        "your_expectation"
+    }
+
+    async fn evaluate(&mut self, _ctx: &RunContext) -> Result<(), DynError> {
+        // implementation
+        Ok(())
+    }
+}
+
    +
  1. Add builder extension in testing-framework/workflows/src/builder/mod.rs:
  2. +
+
use testing_framework_core::scenario::ScenarioBuilder;
+
+pub trait YourExpectationDslExt: Sized {
+    fn expect_your_condition(self) -> Self;
+}
+
+impl<Caps> YourExpectationDslExt for testing_framework_core::scenario::Builder<Caps> {
+    fn expect_your_condition(self) -> Self {
+        self
+    }
+}
+
+pub fn use_in_examples() {
+    let _plan = ScenarioBuilder::topology_with(|t| t.network_star().validators(3).executors(0))
+        .expect_your_condition()
+        .build();
+}
+

Adding a New Deployer

+
    +
  1. Implement Deployer trait in testing-framework/runners/your_runner/src/deployer.rs:
  2. +
+
use async_trait::async_trait;
+use testing_framework_core::scenario::{Deployer, Runner, Scenario};
+
+#[derive(Debug)]
+pub struct YourError;
+
+pub struct YourDeployer;
+
+#[async_trait]
+impl Deployer for YourDeployer {
+    type Error = YourError;
+
+    async fn deploy(&self, _scenario: &Scenario<()>) -> Result<Runner, Self::Error> {
+        // Provision infrastructure
+        // Wait for readiness
+        // Return Runner
+        todo!()
+    }
+}
+
    +
  1. +

    Provide cleanup and handle node control if supported.

    +
  2. +
  3. +

    Add example in examples/src/bin/your_runner.rs.

    +
  4. +
+

For detailed examples, see Extending the Framework and Custom Workload Example.

+

Part IV — Operations & Deployment

+

This section covers operational aspects of running the testing framework: prerequisites, deployment configuration, continuous integration, and observability.

+

What You'll Learn

+
    +
  • Prerequisites & Setup: Required files, binaries, circuit assets, and environment configuration
  • +
  • Running Examples: How to execute scenarios across host, compose, and k8s runners
  • +
  • CI Integration: Automating tests in continuous integration pipelines with caching and matrix testing
  • +
  • Environment Variables: Complete reference of all configuration variables
  • +
  • Logging & Observability: Log collection strategies, metrics integration, and debugging techniques
  • +
+

Who This Section Is For

+
    +
  • Operators setting up the framework for the first time
  • +
  • DevOps Engineers integrating tests into CI/CD pipelines
  • +
  • Developers debugging test failures or performance issues
  • +
  • Platform Engineers deploying across different environments (local, Docker, Kubernetes)
  • +
+ +

This section is organized for progressive depth:

+
    +
  1. Start with Operations Overview for the big picture
  2. +
  3. Follow Prerequisites & Setup to prepare your environment
  4. +
  5. Use Running Examples to execute your first scenarios
  6. +
  7. Integrate with CI Integration for automated testing
  8. +
  9. Reference Environment Variables for complete configuration options
  10. +
  11. Debug with Logging & Observability when issues arise
  12. +
+

Key Principles

+

Operational Hygiene: Assets present, prerequisites satisfied, observability reachable

+

Environment Fit: Choose the right deployment target based on isolation, reproducibility, and resource needs

+

Clear Signals: Verify runners report node readiness before starting workloads

+

Failure Triage: Map failures to specific causes—missing prerequisites, platform issues, or unmet expectations

+
+

Ready to get started? Begin with Operations Overview

+

Operations & Deployment Overview

+

Operational readiness focuses on prerequisites, environment fit, and clear signals that ensure your test scenarios run reliably across different deployment targets.

+

Core Principles

+
    +
  • Prerequisites First: Ensure all required files, binaries, and assets are in place before attempting to run scenarios
  • +
  • Environment Fit: Choose the right deployment target (host, compose, k8s) based on your isolation, reproducibility, and resource needs
  • +
  • Clear Signals: Verify runners report node readiness before starting workloads to avoid false negatives
  • +
  • Failure Triage: Map failures to specific causes—missing prerequisites, platform issues, or unmet expectations
  • +
+

Key Operational Concerns

+

Prerequisites:

+
    +
  • versions.env file at repository root (required by helper scripts)
  • +
  • Node binaries (nomos-node, nomos-executor) available or built on demand
  • +
  • Platform requirements met (Docker for compose, cluster access for k8s)
  • +
  • Circuit assets for DA workloads
  • +
+

Artifacts:

+
    +
  • KZG parameters (circuit assets) for Data Availability scenarios
  • +
  • Docker images for compose/k8s deployments
  • +
  • Binary bundles for reproducible builds
  • +
+

Environment Configuration:

+
    +
  • POL_PROOF_DEV_MODE=true is REQUIRED for all runners to avoid expensive proof generation
  • +
  • Logging configured via NOMOS_LOG_* variables
  • +
  • Observability endpoints (Prometheus, Grafana) optional but useful
  • +
+

Readiness & Health:

+
    +
  • Runners verify node readiness before starting workloads
  • +
  • Health checks prevent premature workload execution
  • +
  • Consensus liveness expectations validate basic operation
  • +
+

Runner-Agnostic Design

+

The framework is intentionally runner-agnostic: the same scenario plan runs across all deployment targets. Understanding which operational concerns apply to each runner helps you choose the right fit.

+
+ + + + + + + + + +
ConcernHostComposeKubernetes
TopologyFull supportFull supportFull support
WorkloadsAll workloadsAll workloadsAll workloads
ExpectationsAll expectationsAll expectationsAll expectations
Chaos / Node ControlNot supportedSupportedNot yet
Metrics / ObservabilityManual setupExternal stackCluster-wide
Log CollectionTemp filesContainer logsPod logs
IsolationProcess-levelContainerPod + namespace
Setup Time< 1 min2-5 min5-10 min
CI Recommended?Smoke testsPrimaryLarge-scale only
+
+

Key insight: Operational concerns (prerequisites, environment variables) are largely consistent across runners, while deployment-specific concerns (isolation, chaos support) vary by backend.

+

Operational Workflow

+
flowchart LR
+    Setup[Prerequisites & Setup] --> Run[Run Scenarios]
+    Run --> Monitor[Monitor & Observe]
+    Monitor --> Debug{Success?}
+    Debug -->|No| Triage[Failure Triage]
+    Triage --> Setup
+    Debug -->|Yes| Done[Complete]
+
+
    +
  1. Setup: Verify prerequisites, configure environment, prepare assets
  2. +
  3. Run: Execute scenarios using appropriate runner (host/compose/k8s)
  4. +
  5. Monitor: Collect logs, metrics, and observability signals
  6. +
  7. Triage: When failures occur, map to root causes and fix prerequisites
  8. +
+

Documentation Structure

+

This Operations & Deployment section covers:

+ +

Philosophy: Treat operational hygiene—assets present, prerequisites satisfied, observability reachable—as the first step to reliable scenario outcomes.

+

Prerequisites & Setup

+

This page covers everything you need before running your first scenario.

+

Required Files

+

versions.env (Required)

+

All helper scripts require a versions.env file at the repository root:

+
VERSION=v0.3.1
+NOMOS_NODE_REV=abc123def456789
+NOMOS_BUNDLE_VERSION=v1
+
+

What it defines:

+
    +
  • VERSION — Circuit release tag for KZG parameters
  • +
  • NOMOS_NODE_REV — Git revision of nomos-node to build/fetch
  • +
  • NOMOS_BUNDLE_VERSION — Bundle schema version
  • +
+

Where it's used:

+
    +
  • scripts/run/run-examples.sh
  • +
  • scripts/build/build-bundle.sh
  • +
  • scripts/setup/setup-nomos-circuits.sh
  • +
  • CI workflows
  • +
+

Error if missing:

+
ERROR: versions.env not found at repository root
+This file is required and should define:
+  VERSION=<circuit release tag>
+  NOMOS_NODE_REV=<nomos-node git revision>
+  NOMOS_BUNDLE_VERSION=<bundle schema version>
+
+

Fix: Ensure you're in the repository root. The file should already exist in the checked-out repo.

+

Node Binaries

+

Scenarios need compiled nomos-node and nomos-executor binaries.

+ +
scripts/run/run-examples.sh -t 60 -v 3 -e 1 host
+
+

This automatically:

+
    +
  • Clones/updates nomos-node checkout
  • +
  • Builds required binaries
  • +
  • Sets NOMOS_NODE_BIN / NOMOS_EXECUTOR_BIN
  • +
+

Option 2: Manual Build

+

If you have a sibling nomos-node checkout:

+
cd ../nomos-node
+cargo build --release --bin nomos-node --bin nomos-executor
+
+# Set environment variables
+export NOMOS_NODE_BIN=$PWD/target/release/nomos-node
+export NOMOS_EXECUTOR_BIN=$PWD/target/release/nomos-executor
+
+# Return to testing framework
+cd ../nomos-testing
+
+

Option 3: Prebuilt Bundles (CI)

+

CI workflows use prebuilt artifacts:

+
- name: Download nomos binaries
+  uses: actions/download-artifact@v3
+  with:
+    name: nomos-binaries-linux
+    path: .tmp/
+
+- name: Extract bundle
+  run: |
+    tar -xzf .tmp/nomos-binaries-linux-*.tar.gz -C .tmp/
+    export NOMOS_NODE_BIN=$PWD/.tmp/nomos-node
+    export NOMOS_EXECUTOR_BIN=$PWD/.tmp/nomos-executor
+
+

Circuit Assets (KZG Parameters)

+

Data Availability (DA) workloads require KZG cryptographic parameters.

+

Asset Location

+

Default path: testing-framework/assets/stack/kzgrs_test_params/kzgrs_test_params

+

Note: The directory kzgrs_test_params/ contains a file named kzgrs_test_params. This is the proving key file (~120MB).

+

Container path (compose/k8s): /kzgrs_test_params/kzgrs_test_params

+

Getting Assets

+

Option 1: Use helper script (recommended):

+
# Fetch circuits
+scripts/setup/setup-nomos-circuits.sh v0.3.1 /tmp/nomos-circuits
+
+# Copy to default location
+mkdir -p testing-framework/assets/stack/kzgrs_test_params
+cp -r /tmp/nomos-circuits/* testing-framework/assets/stack/kzgrs_test_params/
+
+# Verify (should be ~120MB)
+ls -lh testing-framework/assets/stack/kzgrs_test_params/kzgrs_test_params
+
+

Option 2: Let run-examples.sh handle it:

+
scripts/run/run-examples.sh -t 60 -v 3 -e 1 host
+
+

This automatically fetches and places assets.

+

Override Path

+

Set NOMOS_KZGRS_PARAMS_PATH to use a custom location:

+
NOMOS_KZGRS_PARAMS_PATH=/custom/path/to/kzgrs_test_params \
+cargo run -p runner-examples --bin local_runner
+
+

When Are Assets Needed?

+
+ + + +
RunnerWhen Required
Host (local)Always (for DA workloads)
ComposeDuring image build (baked into image)
K8sDuring image build + mounted via hostPath
+
+

Error without assets:

+
Error: Custom { kind: NotFound, error: "Circuit file not found at: testing-framework/assets/stack/kzgrs_test_params/kzgrs_test_params" }
+
+

Platform Requirements

+

Host Runner (Local Processes)

+

Requires:

+
    +
  • Rust nightly toolchain
  • +
  • Node binaries built
  • +
  • KZG circuit assets (for DA workloads)
  • +
  • Available ports (18080+, 3100+, etc.)
  • +
+

No Docker required.

+

Best for:

+
    +
  • Quick iteration
  • +
  • Development
  • +
  • Smoke tests
  • +
+

Compose Runner (Docker Compose)

+

Requires:

+
    +
  • Docker daemon running
  • +
  • Docker image built: logos-blockchain-testing:local
  • +
  • KZG assets baked into image
  • +
  • Docker Desktop (macOS) or Docker Engine (Linux)
  • +
+

Platform notes (macOS / Apple silicon):

+
    +
  • Prefer NOMOS_BUNDLE_DOCKER_PLATFORM=linux/arm64 for native performance
  • +
  • Use linux/amd64 only if targeting amd64 environments (slower via emulation)
  • +
+

Best for:

+
    +
  • Reproducible environments
  • +
  • CI testing
  • +
  • Chaos workloads (node control support)
  • +
+

K8s Runner (Kubernetes)

+

Requires:

+
    +
  • Kubernetes cluster (Docker Desktop K8s, minikube, kind, or remote)
  • +
  • kubectl configured
  • +
  • Docker image built and loaded/pushed
  • +
  • KZG assets baked into image + mounted via hostPath
  • +
+

Local cluster setup:

+
# Docker Desktop: Enable Kubernetes in settings
+
+# OR: Use kind
+kind create cluster
+kind load docker-image logos-blockchain-testing:local
+
+# OR: Use minikube
+minikube start
+minikube image load logos-blockchain-testing:local
+
+

Remote cluster: Push image to registry and set NOMOS_TESTNET_IMAGE.

+

Best for:

+
    +
  • Production-like testing
  • +
  • Resource isolation
  • +
  • Large topologies
  • +
+

Critical Environment Variable

+

POL_PROOF_DEV_MODE=true is REQUIRED for ALL runners!

+

Without this, proof generation uses expensive Groth16 proving, causing:

+
    +
  • Tests "hang" for minutes
  • +
  • CPU spikes to 100%
  • +
  • Timeouts and failures
  • +
+

Always set:

+
POL_PROOF_DEV_MODE=true cargo run -p runner-examples --bin local_runner
+POL_PROOF_DEV_MODE=true scripts/run/run-examples.sh -t 60 -v 3 -e 1 compose
+# etc.
+
+

Or add to your shell profile:

+
# ~/.bashrc or ~/.zshrc
+export POL_PROOF_DEV_MODE=true
+
+

Quick Setup Check

+

Run this checklist before your first scenario:

+
# 1. Verify versions.env exists
+cat versions.env
+
+# 2. Check circuit assets (for DA workloads)
+ls -lh testing-framework/assets/stack/kzgrs_test_params/kzgrs_test_params
+
+# 3. Verify POL_PROOF_DEV_MODE is set
+echo $POL_PROOF_DEV_MODE  # Should print: true
+
+# 4. For compose/k8s: verify Docker is running
+docker ps
+
+# 5. For compose/k8s: verify image exists
+docker images | grep logos-blockchain-testing
+
+# 6. For host runner: verify node binaries (if not using scripts)
+$NOMOS_NODE_BIN --version
+$NOMOS_EXECUTOR_BIN --version
+
+ +

The easiest path is to let the helper scripts handle everything:

+
# Host runner
+scripts/run/run-examples.sh -t 60 -v 3 -e 1 host
+
+# Compose runner
+scripts/run/run-examples.sh -t 60 -v 3 -e 1 compose
+
+# K8s runner
+scripts/run/run-examples.sh -t 60 -v 3 -e 1 k8s
+
+

These scripts:

+
    +
  • Verify versions.env exists
  • +
  • Clone/build nomos-node if needed
  • +
  • Fetch circuit assets if missing
  • +
  • Build Docker images (compose/k8s)
  • +
  • Load images into cluster (k8s)
  • +
  • Run the scenario with proper environment
  • +
+

Next Steps:

+ +

Running Examples

+

The framework provides three runner modes: host (local processes), compose (Docker Compose), and k8s (Kubernetes).

+ +

Use scripts/run/run-examples.sh for all modes—it handles all setup automatically:

+
# Host mode (local processes)
+scripts/run/run-examples.sh -t 60 -v 3 -e 1 host
+
+# Compose mode (Docker Compose)
+scripts/run/run-examples.sh -t 60 -v 3 -e 1 compose
+
+# K8s mode (Kubernetes)
+scripts/run/run-examples.sh -t 60 -v 3 -e 1 k8s
+
+

Parameters:

+
    +
  • -t 60 — Run duration in seconds
  • +
  • -v 3 — Number of validators
  • +
  • -e 1 — Number of executors
  • +
  • host|compose|k8s — Deployment mode
  • +
+

This script handles:

+
    +
  • Circuit asset setup
  • +
  • Binary building/bundling
  • +
  • Image building (compose/k8s)
  • +
  • Image loading into cluster (k8s)
  • +
  • Execution with proper environment
  • +
+

Note: For k8s runs against non-local clusters (e.g. EKS), the cluster pulls images from a registry. In that case, build + push your image separately (see scripts/build/build_test_image.sh) and set NOMOS_TESTNET_IMAGE to the pushed reference.

+

Quick Smoke Matrix

+

For a small "does everything still run?" matrix across all runners:

+
scripts/run/run-test-matrix.sh -t 120 -v 1 -e 1
+
+

This runs host, compose, and k8s modes with various image-build configurations. Useful after making runner/image/script changes. Forwards --metrics-* options through to scripts/run/run-examples.sh.

+

Common options:

+
    +
  • --modes host,compose,k8s — Restrict which modes run
  • +
  • --no-clean — Skip scripts/ops/clean.sh step
  • +
  • --no-bundles — Skip scripts/build/build-bundle.sh (reuses existing .tmp tarballs)
  • +
  • --no-image-build — Skip the “rebuild image” variants in the matrix (compose/k8s)
  • +
  • --allow-nonzero-progress — Soft-pass expectation failures if logs show non-zero progress (local iteration only)
  • +
  • --force-k8s-image-build — Allow the k8s image-build variant even on non-docker-desktop clusters
  • +
+

Environment overrides:

+
    +
  • VERSION=v0.3.1 — Circuit version
  • +
  • NOMOS_NODE_REV=<commit> — nomos-node git revision
  • +
  • NOMOS_BINARIES_TAR=path/to/bundle.tar.gz — Use prebuilt bundle
  • +
  • NOMOS_SKIP_IMAGE_BUILD=1 — Skip image rebuild inside run-examples.sh (compose/k8s)
  • +
  • NOMOS_BUNDLE_DOCKER_PLATFORM=linux/arm64|linux/amd64 — Docker platform for bundle builds (macOS/Windows)
  • +
  • COMPOSE_CIRCUITS_PLATFORM=linux-aarch64|linux-x86_64 — Circuits platform for image builds
  • +
  • SLOW_TEST_ENV=true — Doubles built-in readiness timeouts (useful in CI / constrained laptops)
  • +
  • TESTNET_PRINT_ENDPOINTS=1 — Print TESTNET_ENDPOINTS / TESTNET_PPROF lines during deploy
  • +
+

Dev Workflow: Updating nomos-node Revision

+

The repo pins a nomos-node revision in versions.env for reproducible builds. To update it or point to a local checkout:

+
# Pin to a new git revision (updates versions.env + Cargo.toml git revs)
+scripts/ops/update-nomos-rev.sh --rev <git_sha>
+
+# Use a local nomos-node checkout instead (for development)
+scripts/ops/update-nomos-rev.sh --path /path/to/nomos-node
+
+# If Cargo.toml was marked skip-worktree, clear it
+scripts/ops/update-nomos-rev.sh --unskip-worktree
+
+

Notes:

+
    +
  • Don't commit absolute NOMOS_NODE_PATH values; prefer --rev for shared history/CI
  • +
  • After changing rev/path, expect Cargo.lock to update on the next cargo build/cargo test
  • +
+

Cleanup Helper

+

If you hit Docker build failures, I/O errors, or disk space issues:

+
scripts/ops/clean.sh
+
+

For extra Docker cache cleanup:

+
scripts/ops/clean.sh --docker
+
+
+

Host Runner (Direct Cargo Run)

+

For manual control, run the local_runner binary directly:

+
POL_PROOF_DEV_MODE=true \
+NOMOS_NODE_BIN=/path/to/nomos-node \
+NOMOS_EXECUTOR_BIN=/path/to/nomos-executor \
+cargo run -p runner-examples --bin local_runner
+
+

Host Runner Environment Variables

+
+ + + + + + + + + + + +
VariableDefaultEffect
NOMOS_DEMO_VALIDATORS1Number of validators (legacy: LOCAL_DEMO_VALIDATORS)
NOMOS_DEMO_EXECUTORS1Number of executors (legacy: LOCAL_DEMO_EXECUTORS)
NOMOS_DEMO_RUN_SECS60Run duration in seconds (legacy: LOCAL_DEMO_RUN_SECS)
NOMOS_NODE_BINPath to nomos-node binary (required)
NOMOS_EXECUTOR_BINPath to nomos-executor binary (required)
NOMOS_LOG_DIRNoneDirectory for per-node log files
NOMOS_TESTS_KEEP_LOGS0Keep per-run temporary directories (useful for debugging/CI)
NOMOS_TESTS_TRACINGfalseEnable debug tracing preset
NOMOS_LOG_LEVELinfoGlobal log level: error, warn, info, debug, trace
NOMOS_LOG_FILTERNoneFine-grained module filtering (e.g., cryptarchia=trace,nomos_da_sampling=debug)
POL_PROOF_DEV_MODEREQUIRED: Set to true for all runners
+
+

Note: Requires circuit assets and host binaries. Use scripts/run/run-examples.sh host to handle setup automatically.

+
+

Compose Runner (Direct Cargo Run)

+

For manual control, run the compose_runner binary directly. Compose requires a Docker image with embedded assets.

+ +
# 1. Build a Linux bundle (includes binaries + circuits)
+scripts/build/build-bundle.sh --platform linux
+# Creates .tmp/nomos-binaries-linux-v0.3.1.tar.gz
+
+# 2. Build image (embeds bundle assets)
+export NOMOS_BINARIES_TAR=.tmp/nomos-binaries-linux-v0.3.1.tar.gz
+scripts/build/build_test_image.sh
+
+# 3. Run
+NOMOS_TESTNET_IMAGE=logos-blockchain-testing:local \
+POL_PROOF_DEV_MODE=true \
+cargo run -p runner-examples --bin compose_runner
+
+

Option 2: Manual Circuit/Image Setup

+
# Fetch and copy circuits
+scripts/setup/setup-nomos-circuits.sh v0.3.1 /tmp/nomos-circuits
+cp -r /tmp/nomos-circuits/* testing-framework/assets/stack/kzgrs_test_params/
+
+# Build image
+scripts/build/build_test_image.sh
+
+# Run
+NOMOS_TESTNET_IMAGE=logos-blockchain-testing:local \
+POL_PROOF_DEV_MODE=true \
+cargo run -p runner-examples --bin compose_runner
+
+

Platform Note (macOS / Apple Silicon)

+
    +
  • Docker Desktop runs a linux/arm64 engine by default
  • +
  • For native performance: NOMOS_BUNDLE_DOCKER_PLATFORM=linux/arm64 (recommended for local testing)
  • +
  • For amd64 targets: NOMOS_BUNDLE_DOCKER_PLATFORM=linux/amd64 (slower via emulation)
  • +
+

Compose Runner Environment Variables

+
+ + + + + + + + + + + + + +
VariableDefaultEffect
NOMOS_TESTNET_IMAGEImage tag (required, must match built image)
POL_PROOF_DEV_MODEREQUIRED: Set to true for all runners
NOMOS_DEMO_VALIDATORS1Number of validators
NOMOS_DEMO_EXECUTORS1Number of executors
NOMOS_DEMO_RUN_SECS60Run duration in seconds
COMPOSE_NODE_PAIRSAlternative topology format: "validators×executors" (e.g., 3x2)
NOMOS_METRICS_QUERY_URLNonePrometheus-compatible base URL for runner to query
NOMOS_METRICS_OTLP_INGEST_URLNoneFull OTLP HTTP ingest URL for node metrics export
NOMOS_GRAFANA_URLNoneGrafana base URL for printing/logging
COMPOSE_RUNNER_HOST127.0.0.1Host address for port mappings
COMPOSE_RUNNER_PRESERVE0Keep containers running after test
NOMOS_LOG_LEVELinfoNode log level (stdout/stderr)
NOMOS_LOG_FILTERNoneFine-grained module filtering
+
+

Config file option: testing-framework/assets/stack/cfgsync.yaml (tracing_settings.logger) — Switch node logs between stdout/stderr and file output

+

Compose-Specific Features

+
    +
  • Node control support: Only runner that supports chaos testing (.enable_node_control() + chaos workloads)
  • +
  • External observability: Set NOMOS_METRICS_* / NOMOS_GRAFANA_URL to enable telemetry links and querying +
      +
    • Quickstart: scripts/setup/setup-observability.sh compose up then scripts/setup/setup-observability.sh compose env
    • +
    +
  • +
+

Important:

+
    +
  • Containers expect KZG parameters at /kzgrs_test_params/kzgrs_test_params (note the repeated filename)
  • +
  • Use scripts/run/run-examples.sh compose to handle all setup automatically
  • +
+
+

K8s Runner (Direct Cargo Run)

+

For manual control, run the k8s_runner binary directly. K8s requires the same image setup as Compose.

+

Prerequisites

+
    +
  1. Kubernetes cluster with kubectl configured
  2. +
  3. Test image built (same as Compose, preferably with prebuilt bundle)
  4. +
  5. Image available in cluster (loaded or pushed to registry)
  6. +
+

Build and Load Image

+
# 1. Build image with bundle (recommended)
+scripts/build/build-bundle.sh --platform linux
+export NOMOS_BINARIES_TAR=.tmp/nomos-binaries-linux-v0.3.1.tar.gz
+scripts/build/build_test_image.sh
+
+# 2. Load into cluster (choose one)
+export NOMOS_TESTNET_IMAGE=logos-blockchain-testing:local
+
+# For kind:
+kind load docker-image logos-blockchain-testing:local
+
+# For minikube:
+minikube image load logos-blockchain-testing:local
+
+# For remote cluster (push to registry):
+docker tag logos-blockchain-testing:local your-registry/logos-blockchain-testing:latest
+docker push your-registry/logos-blockchain-testing:latest
+export NOMOS_TESTNET_IMAGE=your-registry/logos-blockchain-testing:latest
+
+

Run the Example

+
export NOMOS_TESTNET_IMAGE=logos-blockchain-testing:local
+export POL_PROOF_DEV_MODE=true
+cargo run -p runner-examples --bin k8s_runner
+
+

K8s Runner Environment Variables

+
+ + + + + + + + + + + + + +
VariableDefaultEffect
NOMOS_TESTNET_IMAGEImage tag (required)
POL_PROOF_DEV_MODEREQUIRED: Set to true for all runners
NOMOS_DEMO_VALIDATORS1Number of validators
NOMOS_DEMO_EXECUTORS1Number of executors
NOMOS_DEMO_RUN_SECS60Run duration in seconds
NOMOS_METRICS_QUERY_URLNonePrometheus-compatible base URL for runner to query (PromQL)
NOMOS_METRICS_OTLP_INGEST_URLNoneFull OTLP HTTP ingest URL for node metrics export
NOMOS_GRAFANA_URLNoneGrafana base URL for printing/logging
K8S_RUNNER_NAMESPACERandomKubernetes namespace (pin for debugging)
K8S_RUNNER_RELEASERandomHelm release name (pin for debugging)
K8S_RUNNER_NODE_HOSTNodePort host resolution for non-local clusters
K8S_RUNNER_DEBUG0Log Helm stdout/stderr for install commands
K8S_RUNNER_PRESERVE0Keep namespace/release after run (for debugging)
+
+

K8s + Observability (Optional)

+
export NOMOS_METRICS_QUERY_URL=http://your-prometheus:9090
+# Prometheus OTLP receiver example:
+export NOMOS_METRICS_OTLP_INGEST_URL=http://your-prometheus:9090/api/v1/otlp/v1/metrics
+# Optional: print Grafana link in TESTNET_ENDPOINTS
+export NOMOS_GRAFANA_URL=http://your-grafana:3000
+cargo run -p runner-examples --bin k8s_runner
+
+

Notes:

+
    +
  • NOMOS_METRICS_QUERY_URL must be reachable from the runner process (often via kubectl port-forward)
  • +
  • NOMOS_METRICS_OTLP_INGEST_URL must be reachable from nodes (pods/containers) and is backend-specific +
      +
    • Quickstart installer: scripts/setup/setup-observability.sh k8s install then scripts/setup/setup-observability.sh k8s env
    • +
    • Optional dashboards: scripts/setup/setup-observability.sh k8s dashboards
    • +
    +
  • +
+ +
scripts/run/run-examples.sh -t 60 -v 3 -e 1 k8s \
+  --metrics-query-url http://your-prometheus:9090 \
+  --metrics-otlp-ingest-url http://your-prometheus:9090/api/v1/otlp/v1/metrics
+
+

In Code (Optional)

+
use testing_framework_core::scenario::ScenarioBuilder;
+use testing_framework_workflows::ObservabilityBuilderExt as _;
+
+let plan = ScenarioBuilder::with_node_counts(1, 1)
+    .with_metrics_query_url_str("http://your-prometheus:9090")
+    .with_metrics_otlp_ingest_url_str("http://your-prometheus:9090/api/v1/otlp/v1/metrics")
+    .build();
+

Important K8s Notes

+
    +
  • K8s runner mounts testing-framework/assets/stack/kzgrs_test_params as a hostPath volume
  • +
  • File path inside pods: /kzgrs_test_params/kzgrs_test_params
  • +
  • No node control support yet: Chaos workloads (.enable_node_control()) will fail
  • +
  • Optimized for local clusters (Docker Desktop K8s / minikube / kind) +
      +
    • Remote clusters require additional setup (registry push, PV/CSI for assets, etc.)
    • +
    +
  • +
  • Use scripts/run/run-examples.sh k8s to handle all setup automatically
  • +
+

Next Steps

+ +

CI Integration

+

Both LocalDeployer and ComposeDeployer work well in CI environments. Choose based on your tradeoffs.

+

Runner Comparison for CI

+

LocalDeployer (Host Runner):

+
    +
  • Faster startup (no Docker overhead)
  • +
  • Good for quick smoke tests
  • +
  • Trade-off: Less isolation (processes share host resources)
  • +
+

ComposeDeployer (Recommended for CI):

+
    +
  • Better isolation (containerized)
  • +
  • Reproducible environment
  • +
  • Can integrate with external Prometheus/Grafana (optional)
  • +
  • Trade-offs: Slower startup (Docker image build), requires Docker daemon
  • +
+

K8sDeployer:

+
    +
  • Production-like environment
  • +
  • Full resource isolation
  • +
  • Trade-offs: Slowest (cluster setup + image loading), requires cluster access
  • +
  • Best for nightly/weekly runs or production validation
  • +
+

Existing Examples:

+

See .github/workflows/lint.yml (jobs: host_smoke, compose_smoke) for CI examples running the demo scenarios in this repository.

+

Complete CI Workflow Example

+

Here's a comprehensive GitHub Actions workflow demonstrating host and compose runners with caching, matrix testing, and log collection:

+
name: Testing Framework CI
+
+on:
+  push:
+    branches: [main, develop]
+  pull_request:
+    branches: [main]
+
+env:
+  POL_PROOF_DEV_MODE: true
+  CARGO_TERM_COLOR: always
+  RUST_BACKTRACE: 1
+
+jobs:
+  # Quick smoke test with host runner (no Docker)
+  host_smoke:
+    name: Host Runner Smoke Test
+    runs-on: ubuntu-latest
+    timeout-minutes: 15
+    
+    steps:
+      - name: Checkout repository
+        uses: actions/checkout@v4
+      
+      - name: Set up Rust toolchain
+        uses: actions-rs/toolchain@v1
+        with:
+          profile: minimal
+          toolchain: nightly
+          override: true
+      
+      - name: Cache Rust dependencies
+        uses: actions/cache@v3
+        with:
+          path: |
+            ~/.cargo/bin/
+            ~/.cargo/registry/index/
+            ~/.cargo/registry/cache/
+            ~/.cargo/git/db/
+            target/
+          key: ${{ runner.os }}-cargo-host-${{ hashFiles('**/Cargo.lock') }}
+          restore-keys: |
+            ${{ runner.os }}-cargo-host-
+      
+      - name: Cache nomos-node build
+        uses: actions/cache@v3
+        with:
+          path: |
+            ../nomos-node/target/release/nomos-node
+            ../nomos-node/target/release/nomos-executor
+          key: ${{ runner.os }}-nomos-${{ hashFiles('../nomos-node/**/Cargo.lock') }}
+          restore-keys: |
+            ${{ runner.os }}-nomos-
+      
+      - name: Run host smoke test
+        run: |
+          # Use run-examples.sh which handles setup automatically
+          scripts/run/run-examples.sh -t 120 -v 3 -e 1 host
+      
+      - name: Upload logs on failure
+        if: failure()
+        uses: actions/upload-artifact@v3
+        with:
+          name: host-runner-logs
+          path: |
+            .tmp/
+            *.log
+          retention-days: 7
+
+  # Compose runner matrix (with Docker)
+  compose_matrix:
+    name: Compose Runner (${{ matrix.topology }})
+    runs-on: ubuntu-latest
+    timeout-minutes: 25
+    
+    strategy:
+      fail-fast: false
+      matrix:
+        topology:
+          - "3v1e"
+          - "5v1e"
+    
+    steps:
+      - name: Checkout repository
+        uses: actions/checkout@v4
+      
+      - name: Set up Rust toolchain
+        uses: actions-rs/toolchain@v1
+        with:
+          profile: minimal
+          toolchain: nightly
+          override: true
+      
+      - name: Set up Docker Buildx
+        uses: docker/setup-buildx-action@v2
+      
+      - name: Cache Rust dependencies
+        uses: actions/cache@v3
+        with:
+          path: |
+            ~/.cargo/bin/
+            ~/.cargo/registry/index/
+            ~/.cargo/registry/cache/
+            ~/.cargo/git/db/
+            target/
+          key: ${{ runner.os }}-cargo-compose-${{ hashFiles('**/Cargo.lock') }}
+          restore-keys: |
+            ${{ runner.os }}-cargo-compose-
+      
+      - name: Cache Docker layers
+        uses: actions/cache@v3
+        with:
+          path: /tmp/.buildx-cache
+          key: ${{ runner.os }}-buildx-${{ hashFiles('Dockerfile', 'scripts/build/build_test_image.sh') }}
+          restore-keys: |
+            ${{ runner.os }}-buildx-
+      
+      - name: Run compose test
+        env:
+          TOPOLOGY: ${{ matrix.topology }}
+        run: |
+          # Build and run with the specified topology
+          scripts/run/run-examples.sh -t 120 -v ${TOPOLOGY:0:1} -e ${TOPOLOGY:2:1} compose
+      
+      - name: Collect Docker logs on failure
+        if: failure()
+        run: |
+          mkdir -p logs
+          for container in $(docker ps -a --filter "name=nomos-compose-" -q); do
+            docker logs $container > logs/$(docker inspect --format='{{.Name}}' $container).log 2>&1
+          done
+      
+      - name: Upload logs and artifacts
+        if: failure()
+        uses: actions/upload-artifact@v3
+        with:
+          name: compose-${{ matrix.topology }}-logs
+          path: |
+            logs/
+            .tmp/
+          retention-days: 7
+      
+      - name: Clean up Docker resources
+        if: always()
+        run: |
+          docker compose down -v 2>/dev/null || true
+          docker ps -a --filter "name=nomos-compose-" -q | xargs -r docker rm -f
+
+  # Cucumber/BDD integration tests (if enabled)
+  cucumber_tests:
+    name: Cucumber BDD Tests
+    runs-on: ubuntu-latest
+    timeout-minutes: 20
+    
+    steps:
+      - name: Checkout repository
+        uses: actions/checkout@v4
+      
+      - name: Set up Rust toolchain
+        uses: actions-rs/toolchain@v1
+        with:
+          profile: minimal
+          toolchain: nightly
+          override: true
+      
+      - name: Cache dependencies
+        uses: actions/cache@v3
+        with:
+          path: |
+            ~/.cargo/bin/
+            ~/.cargo/registry/index/
+            ~/.cargo/registry/cache/
+            ~/.cargo/git/db/
+            target/
+          key: ${{ runner.os }}-cargo-cucumber-${{ hashFiles('**/Cargo.lock') }}
+          restore-keys: |
+            ${{ runner.os }}-cargo-cucumber-
+      
+      - name: Run Cucumber tests
+        run: |
+          # Build prerequisites
+          scripts/build/build-bundle.sh --platform linux
+          export NOMOS_BINARIES_TAR=$(ls -t .tmp/nomos-binaries-linux-*.tar.gz | head -1)
+          
+          # Run Cucumber tests (host runner)
+          cargo test -p runner-examples --bin cucumber_host
+      
+      - name: Upload test report
+        if: always()
+        uses: actions/upload-artifact@v3
+        with:
+          name: cucumber-report
+          path: |
+            target/cucumber-reports/
+          retention-days: 14
+
+  # Summary job (requires all tests to pass)
+  ci_success:
+    name: CI Success
+    needs: [host_smoke, compose_matrix, cucumber_tests]
+    runs-on: ubuntu-latest
+    if: always()
+    
+    steps:
+      - name: Check all jobs
+        run: |
+          if [[ "${{ needs.host_smoke.result }}" != "success" ]] || \
+             [[ "${{ needs.compose_matrix.result }}" != "success" ]] || \
+             [[ "${{ needs.cucumber_tests.result }}" != "success" ]]; then
+            echo "One or more CI jobs failed"
+            exit 1
+          fi
+          echo "All CI jobs passed!"
+
+

Workflow Features

+
    +
  1. Matrix Testing: Runs compose tests with different topologies (3v1e, 5v1e)
  2. +
  3. Caching: Caches Rust dependencies, Docker layers, and nomos-node builds for faster runs
  4. +
  5. Log Collection: Automatically uploads logs and artifacts when tests fail
  6. +
  7. Timeout Protection: Reasonable timeouts prevent jobs from hanging indefinitely
  8. +
  9. Cucumber Integration: Shows how to integrate BDD tests into CI
  10. +
  11. Clean Teardown: Ensures Docker resources are cleaned up even on failure
  12. +
+

Customization Points

+

Topology Matrix:

+

Add more topologies for comprehensive testing:

+
matrix:
+  topology:
+    - "3v1e"
+    - "5v1e"
+    - "10v2e"  # Larger scale
+
+

Timeout Adjustments:

+

Increase timeout-minutes for longer-running scenarios or slower environments:

+
timeout-minutes: 30  # Instead of 15
+
+

Artifact Retention:

+

Change retention-days based on your storage needs:

+
retention-days: 14  # Keep logs for 2 weeks
+
+

Conditional Execution:

+

Run expensive tests only on merge to main:

+
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
+
+

Best Practices

+

Required: Set POL_PROOF_DEV_MODE

+

Always set POL_PROOF_DEV_MODE=true globally in your workflow env:

+
env:
+  POL_PROOF_DEV_MODE: true  # REQUIRED!
+
+

Without this, tests will hang due to expensive proof generation.

+

Use Helper Scripts

+

Prefer scripts/run/run-examples.sh which handles all setup automatically:

+
scripts/run/run-examples.sh -t 120 -v 3 -e 1 host
+
+

This is more reliable than manual cargo run commands.

+

Cache Aggressively

+

Cache Rust dependencies, nomos-node builds, and Docker layers to speed up CI:

+
- name: Cache Rust dependencies
+  uses: actions/cache@v3
+  with:
+    path: |
+      ~/.cargo/bin/
+      ~/.cargo/registry/index/
+      ~/.cargo/registry/cache/
+      ~/.cargo/git/db/
+      target/
+    key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
+
+

Collect Logs on Failure

+

Always upload logs when tests fail for easier debugging:

+
- name: Upload logs on failure
+  if: failure()
+  uses: actions/upload-artifact@v3
+  with:
+    name: test-logs
+    path: |
+      .tmp/
+      *.log
+    retention-days: 7
+
+

Split Workflows for Faster Iteration

+

For large projects, split host/compose/k8s into separate workflow files:

+
    +
  • .github/workflows/test-host.yml — Fast smoke tests
  • +
  • .github/workflows/test-compose.yml — Reproducible integration tests
  • +
  • .github/workflows/test-k8s.yml — Production-like validation (nightly)
  • +
+

Run K8s Tests Less Frequently

+

K8s tests are slower. Consider running them only on main branch or scheduled:

+
on:
+  push:
+    branches: [main]
+  schedule:
+    - cron: '0 2 * * *'  # Daily at 2 AM
+
+

Platform-Specific Notes

+

Ubuntu Runners

+
    +
  • Docker pre-installed and running
  • +
  • Best for compose/k8s runners
  • +
  • Most common choice
  • +
+

macOS Runners

+
    +
  • Docker Desktop not installed by default
  • +
  • Slower and more expensive
  • +
  • Use only if testing macOS-specific issues
  • +
+

Self-Hosted Runners

+
    +
  • Cache Docker images locally for faster builds
  • +
  • Set resource limits (SLOW_TEST_ENV=true if needed)
  • +
  • Ensure cleanup scripts run (docker system prune)
  • +
+

Debugging CI Failures

+

Enable Debug Logging

+

Add debug environment variables temporarily:

+
env:
+  RUST_LOG: debug
+  NOMOS_LOG_LEVEL: debug
+
+

Preserve Containers (Compose)

+

Set COMPOSE_RUNNER_PRESERVE=1 to keep containers running for inspection:

+
- name: Run compose test (preserve on failure)
+  env:
+    COMPOSE_RUNNER_PRESERVE: 1
+  run: scripts/run/run-examples.sh -t 120 -v 3 -e 1 compose
+
+

Access Artifacts

+

Download uploaded artifacts from the GitHub Actions UI to inspect logs locally.

+

Next Steps

+ +

Environment Variables Reference

+

Complete reference of environment variables used by the testing framework, organized by category.

+

Critical Variables

+

These MUST be set for successful test runs:

+
+ +
VariableRequiredDefaultEffect
POL_PROOF_DEV_MODEYESREQUIRED for all runners. Set to true to use fast dev-mode proving instead of expensive Groth16. Without this, tests will hang/timeout.
+
+

Example:

+
export POL_PROOF_DEV_MODE=true
+
+

Or add to your shell profile (~/.bashrc, ~/.zshrc):

+
# Required for nomos-testing framework
+export POL_PROOF_DEV_MODE=true
+
+
+

Runner Selection & Topology

+

Control which runner to use and the test topology:

+
+ + + + + + + +
VariableDefaultEffect
NOMOS_DEMO_VALIDATORS1Number of validators (all runners)
NOMOS_DEMO_EXECUTORS1Number of executors (all runners)
NOMOS_DEMO_RUN_SECS60Run duration in seconds (all runners)
LOCAL_DEMO_VALIDATORSLegacy: Number of validators (host runner only)
LOCAL_DEMO_EXECUTORSLegacy: Number of executors (host runner only)
LOCAL_DEMO_RUN_SECSLegacy: Run duration (host runner only)
COMPOSE_NODE_PAIRSCompose-specific topology format: "validators×executors" (e.g., 3x2)
+
+

Example:

+
# Run with 5 validators, 2 executors, for 120 seconds
+NOMOS_DEMO_VALIDATORS=5 \
+NOMOS_DEMO_EXECUTORS=2 \
+NOMOS_DEMO_RUN_SECS=120 \
+scripts/run/run-examples.sh -t 120 -v 5 -e 2 host
+
+
+

Node Binaries (Host Runner)

+

Required for host runner when not using helper scripts:

+
+ + + +
VariableRequiredDefaultEffect
NOMOS_NODE_BINYes (host)Path to nomos-node binary
NOMOS_EXECUTOR_BINYes (host)Path to nomos-executor binary
NOMOS_NODE_PATHNoPath to nomos-node git checkout (dev workflow)
+
+

Example:

+
export NOMOS_NODE_BIN=/path/to/nomos-node/target/release/nomos-node
+export NOMOS_EXECUTOR_BIN=/path/to/nomos-node/target/release/nomos-executor
+
+
+

Docker Images (Compose / K8s)

+

Required for compose and k8s runners:

+
+ + + + + +
VariableRequiredDefaultEffect
NOMOS_TESTNET_IMAGEYes (compose/k8s)logos-blockchain-testing:localDocker image tag for node containers
NOMOS_TESTNET_IMAGE_PULL_POLICYNoIfNotPresent (local) / Always (ECR)K8s imagePullPolicy used by the runner
NOMOS_BINARIES_TARNoPath to prebuilt bundle (.tar.gz) for image build
NOMOS_SKIP_IMAGE_BUILDNo0Skip image rebuild (compose/k8s); assumes image already exists
NOMOS_FORCE_IMAGE_BUILDNo0Force rebuilding the image even when the script would normally skip it (e.g. non-local k8s)
+
+

Example:

+
# Using prebuilt bundle
+export NOMOS_BINARIES_TAR=.tmp/nomos-binaries-linux-v0.3.1.tar.gz
+export NOMOS_TESTNET_IMAGE=logos-blockchain-testing:local
+scripts/build/build_test_image.sh
+
+# Using pre-existing image (skip build)
+export NOMOS_SKIP_IMAGE_BUILD=1
+scripts/run/run-examples.sh -t 60 -v 3 -e 1 compose
+
+
+

Circuit Assets (KZG Parameters)

+

Circuit asset configuration for DA workloads:

+
+ + + + + + + + + + + + + + +
VariableDefaultEffect
NOMOS_KZGRS_PARAMS_PATHtesting-framework/assets/stack/kzgrs_test_params/kzgrs_test_paramsPath to KZG proving key file
NOMOS_KZG_DIR_RELtesting-framework/assets/stack/kzgrs_test_paramsDirectory containing KZG assets (relative to workspace root)
NOMOS_KZG_FILEkzgrs_test_paramsFilename of the proving key within NOMOS_KZG_DIR_REL
NOMOS_KZG_CONTAINER_PATH/kzgrs_test_params/kzgrs_test_paramsFile path where the node expects KZG params inside containers
NOMOS_KZG_MODERunner-specificK8s only: hostPath (mount from host) or inImage (embed into image)
NOMOS_KZG_IN_IMAGE_PARAMS_PATH/opt/nomos/kzg-params/kzgrs_test_paramsK8s inImage mode: where the proving key is stored inside the image
VERSIONFrom versions.envCircuit release tag (used by helper scripts)
NOMOS_CIRCUITSDirectory containing fetched circuit bundles (set by scripts/setup/setup-circuits-stack.sh)
NOMOS_CIRCUITS_VERSIONLegacy alias for VERSION (supported by some build scripts)
NOMOS_CIRCUITS_PLATFORMAuto-detectedOverride circuits platform (e.g. linux-x86_64, macos-aarch64)
NOMOS_CIRCUITS_HOST_DIR_REL.tmp/nomos-circuits-hostOutput dir for host circuits bundle (relative to repo root)
NOMOS_CIRCUITS_LINUX_DIR_REL.tmp/nomos-circuits-linuxOutput dir for linux circuits bundle (relative to repo root)
NOMOS_CIRCUITS_NONINTERACTIVE0Set to 1 to overwrite outputs without prompting in setup scripts
NOMOS_CIRCUITS_REBUILD_RAPIDSNARK0Set to 1 to force rebuilding rapidsnark (host bundle only)
+
+

Example:

+
# Use custom circuit assets
+NOMOS_KZGRS_PARAMS_PATH=/custom/path/to/kzgrs_test_params \
+cargo run -p runner-examples --bin local_runner
+
+
+

Node Logging

+

Control node log output (not framework runner logs):

+
+ + + + + +
VariableDefaultEffect
NOMOS_LOG_LEVELinfoGlobal log level: error, warn, info, debug, trace
NOMOS_LOG_FILTERFine-grained module filtering (e.g., cryptarchia=trace,nomos_da_sampling=debug)
NOMOS_LOG_DIRHost runner: directory for per-node log files (persistent). Compose/k8s: use cfgsync.yaml for file logging.
NOMOS_TESTS_KEEP_LOGS0Keep per-run temporary directories (useful for debugging/CI artifacts)
NOMOS_TESTS_TRACINGfalseEnable debug tracing preset (combine with NOMOS_LOG_DIR unless external tracing backends configured)
+
+

Important: Node logging ignores RUST_LOG; use NOMOS_LOG_LEVEL and NOMOS_LOG_FILTER for node logs.

+

Example:

+
# Debug logging to files
+NOMOS_LOG_DIR=/tmp/test-logs \
+NOMOS_LOG_LEVEL=debug \
+NOMOS_LOG_FILTER="cryptarchia=trace,nomos_da_sampling=debug" \
+POL_PROOF_DEV_MODE=true \
+cargo run -p runner-examples --bin local_runner
+
+# Inspect logs
+ls /tmp/test-logs/
+# nomos-node-0.2024-12-18T14-30-00.log
+# nomos-node-1.2024-12-18T14-30-00.log
+
+

Common filter targets:

+
+ + + + + + + + +
Target PrefixSubsystem
cryptarchiaConsensus (Cryptarchia)
nomos_da_samplingDA sampling service
nomos_da_dispersalDA dispersal service
nomos_da_verifierDA verification
nomos_blendMix network/privacy layer
chain_serviceChain service (node APIs/state)
chain_networkP2P networking
chain_leaderLeader election
+
+
+

Observability & Metrics

+

Optional observability integration:

+
+ + + + + +
VariableDefaultEffect
NOMOS_METRICS_QUERY_URLPrometheus-compatible base URL for runner to query (e.g., http://localhost:9090)
NOMOS_METRICS_OTLP_INGEST_URLFull OTLP HTTP ingest URL for node metrics export (e.g., http://localhost:9090/api/v1/otlp/v1/metrics)
NOMOS_GRAFANA_URLGrafana base URL for printing/logging (e.g., http://localhost:3000)
NOMOS_OTLP_ENDPOINTOTLP trace endpoint (optional)
NOMOS_OTLP_METRICS_ENDPOINTOTLP metrics endpoint (optional)
+
+

Example:

+
# Enable Prometheus querying
+export NOMOS_METRICS_QUERY_URL=http://localhost:9090
+export NOMOS_METRICS_OTLP_INGEST_URL=http://localhost:9090/api/v1/otlp/v1/metrics
+export NOMOS_GRAFANA_URL=http://localhost:3000
+
+scripts/run/run-examples.sh -t 60 -v 3 -e 1 compose
+
+
+

Compose Runner Specific

+

Variables specific to Docker Compose deployment:

+
+ + + + + +
VariableDefaultEffect
COMPOSE_RUNNER_HOST127.0.0.1Host address for port mappings
COMPOSE_RUNNER_PRESERVE0Keep containers running after test (for debugging)
COMPOSE_RUNNER_HTTP_TIMEOUT_SECSOverride HTTP readiness timeout (seconds)
COMPOSE_RUNNER_HOST_GATEWAYhost.docker.internal:host-gatewayControls extra_hosts entry injected into compose (set to disable to omit)
TESTNET_RUNNER_PRESERVEAlias for COMPOSE_RUNNER_PRESERVE
+
+

Example:

+
# Keep containers after test for debugging
+COMPOSE_RUNNER_PRESERVE=1 \
+scripts/run/run-examples.sh -t 60 -v 3 -e 1 compose
+
+# Containers remain running
+docker ps --filter "name=nomos-compose-"
+docker logs <container-id>
+
+
+

K8s Runner Specific

+

Variables specific to Kubernetes deployment:

+
+ + + + + + + + + + +
VariableDefaultEffect
K8S_RUNNER_NAMESPACERandom UUIDKubernetes namespace (pin for debugging)
K8S_RUNNER_RELEASERandom UUIDHelm release name (pin for debugging)
K8S_RUNNER_NODE_HOSTNodePort host resolution for non-local clusters
K8S_RUNNER_DEBUG0Log Helm stdout/stderr for install commands
K8S_RUNNER_PRESERVE0Keep namespace/release after run (for debugging)
K8S_RUNNER_DEPLOYMENT_TIMEOUT_SECSOverride deployment readiness timeout
K8S_RUNNER_HTTP_TIMEOUT_SECSOverride HTTP readiness timeout (port-forwards)
K8S_RUNNER_HTTP_PROBE_TIMEOUT_SECSOverride HTTP readiness timeout (NodePort probes)
K8S_RUNNER_PROMETHEUS_HTTP_TIMEOUT_SECSOverride Prometheus readiness timeout
K8S_RUNNER_PROMETHEUS_HTTP_PROBE_TIMEOUT_SECSOverride Prometheus NodePort probe timeout
+
+

Example:

+
# Pin namespace for debugging
+K8S_RUNNER_NAMESPACE=nomos-test-debug \
+K8S_RUNNER_PRESERVE=1 \
+K8S_RUNNER_DEBUG=1 \
+scripts/run/run-examples.sh -t 60 -v 3 -e 1 k8s
+
+# Inspect resources
+kubectl get pods -n nomos-test-debug
+kubectl logs -n nomos-test-debug -l nomos/logical-role=validator
+
+
+

Platform & Build Configuration

+

Platform-specific build configuration:

+
+ + + + +
VariableDefaultEffect
NOMOS_BUNDLE_DOCKER_PLATFORMHost archDocker platform for bundle builds: linux/arm64 or linux/amd64 (macOS/Windows hosts)
NOMOS_BIN_PLATFORMLegacy alias for NOMOS_BUNDLE_DOCKER_PLATFORM
COMPOSE_CIRCUITS_PLATFORMHost archCircuits platform for image builds: linux-aarch64 or linux-x86_64
NOMOS_EXTRA_FEATURESExtra cargo features to enable when building bundles (used by scripts/build/build-bundle.sh)
+
+

macOS / Apple Silicon:

+
# Native performance (recommended for local testing)
+export NOMOS_BUNDLE_DOCKER_PLATFORM=linux/arm64
+
+# Or target amd64 (slower via emulation)
+export NOMOS_BUNDLE_DOCKER_PLATFORM=linux/amd64
+
+
+

Timeouts & Performance

+

Timeout and performance tuning:

+
+ + + + + + + + + + +
VariableDefaultEffect
SLOW_TEST_ENVfalseDoubles built-in readiness timeouts (useful in CI / constrained laptops)
TESTNET_PRINT_ENDPOINTS0Print TESTNET_ENDPOINTS / TESTNET_PPROF lines during deploy (set automatically by scripts/run/run-examples.sh)
NOMOS_DISPERSAL_TIMEOUT_SECS20DA dispersal timeout (seconds)
NOMOS_RETRY_COOLDOWN_SECS3Cooldown between retries (seconds)
NOMOS_GRACE_PERIOD_SECS1200Grace period before enforcing strict time-based expectations (seconds)
NOMOS_PRUNE_DURATION_SECS30Prune step duration (seconds)
NOMOS_PRUNE_INTERVAL_SECS5Interval between prune cycles (seconds)
NOMOS_SHARE_DURATION_SECS5Share duration (seconds)
NOMOS_COMMITMENTS_WAIT_SECS1Commitments wait duration (seconds)
NOMOS_SDP_TRIGGER_DELAY_SECS5SDP trigger delay (seconds)
+
+

Example:

+
# Increase timeouts for slow environments
+SLOW_TEST_ENV=true \
+scripts/run/run-examples.sh -t 120 -v 5 -e 2 compose
+
+
+

Node Configuration (Advanced)

+

Node-level configuration passed through to nomos-node/nomos-executor:

+
+ + + + + +
VariableDefaultEffect
CONSENSUS_SLOT_TIMEConsensus slot time (seconds)
CONSENSUS_ACTIVE_SLOT_COEFFActive slot coefficient (0.0-1.0)
NOMOS_USE_AUTONATUnsetIf set, use AutoNAT instead of a static loopback address for libp2p NAT settings
NOMOS_CFGSYNC_PORT4400Port used for cfgsync service inside the stack
NOMOS_TIME_BACKENDmonotonicSelect time backend (used by compose/k8s stack scripts and deployers)
+
+

Example:

+
# Faster block production
+CONSENSUS_SLOT_TIME=5 \
+CONSENSUS_ACTIVE_SLOT_COEFF=0.9 \
+POL_PROOF_DEV_MODE=true \
+cargo run -p runner-examples --bin local_runner
+
+
+

Framework Runner Logging (Not Node Logs)

+

Control framework runner process logs (uses RUST_LOG, not NOMOS_*):

+
+ + + +
VariableDefaultEffect
RUST_LOGFramework runner log level (e.g., debug, info)
RUST_BACKTRACEEnable Rust backtraces on panic (1 or full)
CARGO_TERM_COLORCargo output color (always, never, auto)
+
+

Example:

+
# Debug framework runner (not nodes)
+RUST_LOG=debug \
+RUST_BACKTRACE=1 \
+cargo run -p runner-examples --bin local_runner
+
+
+

Helper Script Variables

+

Variables used by helper scripts (scripts/run/run-examples.sh, etc.):

+
+ + + + + + +
VariableDefaultEffect
NOMOS_NODE_REVFrom versions.envnomos-node git revision to build/fetch
NOMOS_BUNDLE_VERSIONFrom versions.envBundle schema version
NOMOS_IMAGE_SELECTIONInternal: image selection mode set by run-examples.sh (local/ecr/auto)
NOMOS_NODE_APPLY_PATCHES1Set to 0 to disable applying local patches when building bundles
NOMOS_NODE_PATCH_DIRpatches/nomos-nodePatch directory applied to nomos-node checkout during bundle builds
NOMOS_NODE_PATCH_LEVELPatch application level (all or an integer) for bundle builds
+
+
+

Quick Reference Examples

+

Minimal Host Run

+
POL_PROOF_DEV_MODE=true \
+scripts/run/run-examples.sh -t 60 -v 3 -e 1 host
+
+

Debug Logging (Host)

+
POL_PROOF_DEV_MODE=true \
+NOMOS_LOG_DIR=/tmp/logs \
+NOMOS_LOG_LEVEL=debug \
+NOMOS_LOG_FILTER="cryptarchia=trace" \
+scripts/run/run-examples.sh -t 60 -v 3 -e 1 host
+
+

Compose with Observability

+
POL_PROOF_DEV_MODE=true \
+NOMOS_METRICS_QUERY_URL=http://localhost:9090 \
+NOMOS_GRAFANA_URL=http://localhost:3000 \
+scripts/run/run-examples.sh -t 60 -v 3 -e 1 compose
+
+

K8s with Debug

+
POL_PROOF_DEV_MODE=true \
+K8S_RUNNER_NAMESPACE=nomos-debug \
+K8S_RUNNER_DEBUG=1 \
+K8S_RUNNER_PRESERVE=1 \
+scripts/run/run-examples.sh -t 60 -v 3 -e 1 k8s
+
+

CI Environment

+
env:
+  POL_PROOF_DEV_MODE: true
+  RUST_BACKTRACE: 1
+  NOMOS_TESTS_KEEP_LOGS: 1
+
+
+

See Also

+ +

Logging & Observability

+

Comprehensive guide to log collection, metrics, and debugging across all runners.

+

Node Logging vs Framework Logging

+

Critical distinction: Node logs and framework logs use different configuration mechanisms.

+
+ + +
ComponentControlled ByPurpose
Framework binaries (cargo run -p runner-examples --bin local_runner)RUST_LOGRunner orchestration, deployment logs
Node processes (validators, executors spawned by runner)NOMOS_LOG_LEVEL, NOMOS_LOG_FILTER (+ NOMOS_LOG_DIR on host runner)Consensus, DA, mempool, network logs
+
+

Common mistake: Setting RUST_LOG=debug only increases verbosity of the runner binary itself. Node logs remain at their default level unless you also set NOMOS_LOG_LEVEL=debug.

+

Example:

+
# This only makes the RUNNER verbose, not the nodes:
+RUST_LOG=debug cargo run -p runner-examples --bin local_runner
+
+# This makes the NODES verbose:
+NOMOS_LOG_LEVEL=debug cargo run -p runner-examples --bin local_runner
+
+# Both verbose (typically not needed):
+RUST_LOG=debug NOMOS_LOG_LEVEL=debug cargo run -p runner-examples --bin local_runner
+
+

Logging Environment Variables

+

See Environment Variables Reference for complete details. Quick summary:

+
+ + + + + + +
VariableDefaultEffect
NOMOS_LOG_DIRNone (console only)Host runner: directory for per-node log files. Compose/k8s: use cfgsync.yaml
NOMOS_LOG_LEVELinfoGlobal log level: error, warn, info, debug, trace
NOMOS_LOG_FILTERNoneFine-grained target filtering (e.g., cryptarchia=trace,nomos_da_sampling=debug)
NOMOS_TESTS_TRACINGfalseEnable debug tracing preset
NOMOS_OTLP_ENDPOINTNoneOTLP trace endpoint (optional)
NOMOS_OTLP_METRICS_ENDPOINTNoneOTLP metrics endpoint (optional)
+
+

Example: Full debug logging to files:

+
NOMOS_TESTS_TRACING=true \
+NOMOS_LOG_DIR=/tmp/test-logs \
+NOMOS_LOG_LEVEL=debug \
+NOMOS_LOG_FILTER="cryptarchia=trace,nomos_da_sampling=debug,nomos_da_dispersal=debug,nomos_da_verifier=debug" \
+POL_PROOF_DEV_MODE=true \
+cargo run -p runner-examples --bin local_runner
+
+

Per-Node Log Files

+

When NOMOS_LOG_DIR is set, each node writes logs to separate files:

+

File naming pattern:

+
    +
  • Validators: Prefix nomos-node-0, nomos-node-1, etc. (may include timestamp suffix)
  • +
  • Executors: Prefix nomos-executor-0, nomos-executor-1, etc. (may include timestamp suffix)
  • +
+

Example filenames:

+
    +
  • nomos-node-0.2024-12-18T14-30-00.log
  • +
  • nomos-node-1.2024-12-18T14-30-00.log
  • +
  • nomos-executor-0.2024-12-18T14-30-00.log
  • +
+

Local runner note: The local runner uses per-run temporary directories under the current working directory and removes them after the run unless NOMOS_TESTS_KEEP_LOGS=1. Use NOMOS_LOG_DIR=/path/to/logs to write per-node log files to a stable location.

+

Filter Target Names

+

Common target prefixes for NOMOS_LOG_FILTER:

+
+ + + + + + + + +
Target PrefixSubsystem
cryptarchiaConsensus (Cryptarchia)
nomos_da_samplingDA sampling service
nomos_da_dispersalDA dispersal service
nomos_da_verifierDA verification
nomos_blendMix network/privacy layer
chain_serviceChain service (node APIs/state)
chain_networkP2P networking
chain_leaderLeader election
+
+

Example filter:

+
NOMOS_LOG_FILTER="cryptarchia=trace,nomos_da_sampling=debug,chain_service=info,chain_network=info"
+
+
+

Accessing Logs by Runner

+

Local Runner (Host Processes)

+

Default (temporary directories, auto-cleanup):

+
POL_PROOF_DEV_MODE=true cargo run -p runner-examples --bin local_runner
+# Logs written to temporary directories in working directory
+# Automatically cleaned up after test completes
+
+

Persistent file output:

+
NOMOS_LOG_DIR=/tmp/local-logs \
+POL_PROOF_DEV_MODE=true \
+cargo run -p runner-examples --bin local_runner
+
+# After test completes:
+ls /tmp/local-logs/
+# Files with prefix: nomos-node-0*, nomos-node-1*, nomos-executor-0*
+# May include timestamps in filename
+
+

Tip: Use NOMOS_LOG_DIR for persistent per-node log files, and NOMOS_TESTS_KEEP_LOGS=1 if you want to keep the per-run temporary directories (configs/state) for post-mortem inspection.

+

Compose Runner (Docker Containers)

+

Via Docker logs (default, recommended):

+
# List containers (note the UUID prefix in names)
+docker ps --filter "name=nomos-compose-"
+
+# Stream logs from specific container
+docker logs -f <container-id-or-name>
+
+# Or use name pattern matching:
+docker logs -f $(docker ps --filter "name=nomos-compose-.*-validator-0" -q | head -1)
+
+# Show last 100 lines
+docker logs --tail 100 <container-id>
+
+

Via file collection (advanced):

+

To write per-node log files inside containers, set tracing_settings.logger: !File in testing-framework/assets/stack/cfgsync.yaml (and ensure the directory is writable). To access them, you must either:

+
    +
  1. Copy files out after the run:
  2. +
+
# Ensure cfgsync.yaml is configured to log to /logs
+NOMOS_TESTNET_IMAGE=logos-blockchain-testing:local \
+POL_PROOF_DEV_MODE=true \
+cargo run -p runner-examples --bin compose_runner
+
+# After test, copy files from containers:
+docker ps --filter "name=nomos-compose-"
+docker cp <container-id>:/logs/node* /tmp/
+
+
    +
  1. Mount a host volume (requires modifying compose template):
  2. +
+
volumes:
+  - /tmp/host-logs:/logs  # Add to docker-compose.yml.tera
+
+

Recommendation: Use docker logs by default. File collection inside containers is complex and rarely needed.

+

Keep containers for debugging:

+
COMPOSE_RUNNER_PRESERVE=1 \
+NOMOS_TESTNET_IMAGE=logos-blockchain-testing:local \
+cargo run -p runner-examples --bin compose_runner
+# Containers remain running after test—inspect with docker logs or docker exec
+
+

Compose debugging variables:

+
    +
  • COMPOSE_RUNNER_HOST=127.0.0.1 — host used for readiness probes
  • +
  • COMPOSE_RUNNER_HOST_GATEWAY=host.docker.internal:host-gateway — controls extra_hosts entry (set to disable to omit)
  • +
  • TESTNET_RUNNER_PRESERVE=1 — alias for COMPOSE_RUNNER_PRESERVE=1
  • +
  • COMPOSE_RUNNER_HTTP_TIMEOUT_SECS=<secs> — override HTTP readiness timeout
  • +
+

Note: Container names follow pattern nomos-compose-{uuid}-validator-{index}-1 where {uuid} changes per run.

+

K8s Runner (Kubernetes Pods)

+

Via kubectl logs (use label selectors):

+
# List pods
+kubectl get pods
+
+# Stream logs using label selectors (recommended)
+# Helm chart labels:
+# - nomos/logical-role=validator|executor
+# - nomos/validator-index / nomos/executor-index
+kubectl logs -l nomos/logical-role=validator -f
+kubectl logs -l nomos/logical-role=executor -f
+
+# Stream logs from specific pod
+kubectl logs -f nomos-validator-0
+
+# Previous logs from crashed pods
+kubectl logs --previous -l nomos/logical-role=validator
+
+

Download logs for offline analysis:

+
# Using label selectors
+kubectl logs -l nomos/logical-role=validator --tail=1000 > all-validators.log
+kubectl logs -l nomos/logical-role=executor --tail=1000 > all-executors.log
+
+# Specific pods
+kubectl logs nomos-validator-0 > validator-0.log
+kubectl logs nomos-executor-1 > executor-1.log
+
+

K8s debugging variables:

+
    +
  • K8S_RUNNER_DEBUG=1 — logs Helm stdout/stderr for install commands
  • +
  • K8S_RUNNER_PRESERVE=1 — keep namespace/release after run
  • +
  • K8S_RUNNER_NODE_HOST=<ip|hostname> — override NodePort host resolution
  • +
  • K8S_RUNNER_NAMESPACE=<name> / K8S_RUNNER_RELEASE=<name> — pin namespace/release (useful for debugging)
  • +
+

Specify namespace (if not using default):

+
kubectl logs -n my-namespace -l nomos/logical-role=validator -f
+
+

Note: K8s runner is optimized for local clusters (Docker Desktop K8s, minikube, kind). Remote clusters require additional setup.

+
+

OTLP and Telemetry

+

OTLP exporters are optional. If you see errors about unreachable OTLP endpoints, it's safe to ignore them unless you're actively collecting traces/metrics.

+

To enable OTLP:

+
NOMOS_OTLP_ENDPOINT=http://localhost:4317 \
+NOMOS_OTLP_METRICS_ENDPOINT=http://localhost:4318 \
+cargo run -p runner-examples --bin local_runner
+
+

To silence OTLP errors: Simply leave these variables unset (the default).

+
+

Observability: Prometheus and Node APIs

+

Runners expose metrics and node HTTP endpoints for expectation code and debugging.

+

Prometheus-Compatible Metrics Querying (Optional)

+
    +
  • Runners do not provision Prometheus automatically
  • +
  • For a ready-to-run stack, use scripts/setup/setup-observability.sh: +
      +
    • Compose: scripts/setup/setup-observability.sh compose up then scripts/setup/setup-observability.sh compose env
    • +
    • K8s: scripts/setup/setup-observability.sh k8s install then scripts/setup/setup-observability.sh k8s env
    • +
    +
  • +
  • Provide NOMOS_METRICS_QUERY_URL (PromQL base URL) to enable ctx.telemetry() queries
  • +
  • Access from expectations when configured: ctx.telemetry().prometheus().map(|p| p.base_url())
  • +
+

Example:

+
# Start observability stack (Compose)
+scripts/setup/setup-observability.sh compose up
+
+# Get environment variables
+eval $(scripts/setup/setup-observability.sh compose env)
+
+# Run scenario with metrics
+POL_PROOF_DEV_MODE=true \
+scripts/run/run-examples.sh -t 60 -v 3 -e 1 compose
+
+

Grafana (Optional)

+
    +
  • Runners do not provision Grafana automatically (but scripts/setup/setup-observability.sh can)
  • +
  • If you set NOMOS_GRAFANA_URL, the deployer prints it in TESTNET_ENDPOINTS
  • +
  • Dashboards live in testing-framework/assets/stack/monitoring/grafana/dashboards/ (the bundled stack auto-provisions them)
  • +
+

Example:

+
# Bring up the bundled Prometheus+Grafana stack (optional)
+scripts/setup/setup-observability.sh compose up
+eval $(scripts/setup/setup-observability.sh compose env)
+
+export NOMOS_GRAFANA_URL=http://localhost:3000
+POL_PROOF_DEV_MODE=true scripts/run/run-examples.sh -t 60 -v 3 -e 1 compose
+
+

Default bundled Grafana login: admin / admin (see scripts/observability/compose/docker-compose.yml).

+

Node APIs

+
    +
  • Access from expectations: ctx.node_clients().validator_clients().get(0)
  • +
  • Endpoints: consensus info, network info, DA membership, etc.
  • +
  • See testing-framework/core/src/nodes/api_client.rs for available methods
  • +
+

Example usage in expectations:

+
use testing_framework_core::scenario::{DynError, RunContext};
+
+async fn evaluate(ctx: &RunContext) -> Result<(), DynError> {
+    let client = &ctx.node_clients().validator_clients()[0];
+
+    let info = client.consensus_info().await?;
+    tracing::info!(height = info.height, "consensus info from validator 0");
+
+    Ok(())
+}
+
+

Observability Flow

+
flowchart TD
+    Expose[Runner exposes endpoints/ports] --> Collect[Runtime collects block/health signals]
+    Collect --> Consume[Expectations consume signals<br/>decide pass/fail]
+    Consume --> Inspect[Operators inspect logs/metrics<br/>when failures arise]
+
+
+

Quick Reference

+

Debug Logging (Host)

+
NOMOS_LOG_DIR=/tmp/logs \
+NOMOS_LOG_LEVEL=debug \
+NOMOS_LOG_FILTER="cryptarchia=trace" \
+POL_PROOF_DEV_MODE=true \
+scripts/run/run-examples.sh -t 60 -v 3 -e 1 host
+
+

Compose with Observability

+
# Start observability stack
+scripts/setup/setup-observability.sh compose up
+eval $(scripts/setup/setup-observability.sh compose env)
+
+# Run with metrics
+POL_PROOF_DEV_MODE=true \
+scripts/run/run-examples.sh -t 60 -v 3 -e 1 compose
+
+# Access Grafana at http://localhost:3000
+
+

K8s with Debug

+
K8S_RUNNER_NAMESPACE=nomos-debug \
+K8S_RUNNER_DEBUG=1 \
+K8S_RUNNER_PRESERVE=1 \
+POL_PROOF_DEV_MODE=true \
+scripts/run/run-examples.sh -t 60 -v 3 -e 1 k8s
+
+# Inspect logs
+kubectl logs -n nomos-debug -l nomos/logical-role=validator
+
+
+

See Also

+ +

Part V — Appendix

+

Quick reference materials, troubleshooting guides, and supplementary information.

+

Contents

+
    +
  • Builder API Quick Reference: Cheat sheet for DSL methods
  • +
  • Troubleshooting Scenarios: Common issues and their solutions, including "What Failure Looks Like" with realistic examples
  • +
  • FAQ: Frequently asked questions
  • +
  • Glossary: Terminology reference
  • +
+

When to Use This Section

+
    +
  • Quick lookups: Find DSL method signatures without reading full guides
  • +
  • Debugging failures: Match symptoms to known issues and fixes
  • +
  • Clarifying concepts: Look up unfamiliar terms in the glossary
  • +
  • Common questions: Check FAQ before asking for help
  • +
+

This section complements the main documentation with practical reference materials that you'll return to frequently during development and operations.

+
+

Jump to:

+ +

Builder API Quick Reference

+

Quick reference for the scenario builder DSL. All methods are chainable.

+

Imports

+
use std::time::Duration;
+
+use testing_framework_core::scenario::{Deployer, ScenarioBuilder};
+use testing_framework_runner_compose::ComposeDeployer;
+use testing_framework_runner_k8s::K8sDeployer;
+use testing_framework_runner_local::LocalDeployer;
+use testing_framework_workflows::{ChaosBuilderExt, ScenarioBuilderExt};
+

Topology

+
use testing_framework_core::scenario::{Builder, ScenarioBuilder};
+
+pub fn topology() -> Builder<()> {
+    ScenarioBuilder::topology_with(|t| {
+        t.network_star() // Star topology (all connect to seed node)
+            .validators(3) // Number of validator nodes
+            .executors(2) // Number of executor nodes
+    })
+}
+

Wallets

+
use testing_framework_core::scenario::ScenarioBuilder;
+use testing_framework_workflows::ScenarioBuilderExt;
+
+pub fn wallets_plan() -> testing_framework_core::scenario::Scenario<()> {
+    ScenarioBuilder::topology_with(|t| t.network_star().validators(1).executors(0))
+        .wallets(50) // Seed 50 funded wallet accounts
+        .build()
+}
+

Transaction Workload

+
use testing_framework_core::scenario::ScenarioBuilder;
+use testing_framework_workflows::ScenarioBuilderExt;
+
+pub fn transactions_plan() -> testing_framework_core::scenario::Scenario<()> {
+    ScenarioBuilder::topology_with(|t| t.network_star().validators(1).executors(0))
+        .wallets(50)
+        .transactions_with(|txs| {
+            txs.rate(5) // 5 transactions per block
+                .users(20) // Use 20 of the seeded wallets
+        }) // Finish transaction workload config
+        .build()
+}
+

DA Workload

+
use testing_framework_core::scenario::ScenarioBuilder;
+use testing_framework_workflows::ScenarioBuilderExt;
+
+pub fn da_plan() -> testing_framework_core::scenario::Scenario<()> {
+    ScenarioBuilder::topology_with(|t| t.network_star().validators(1).executors(1))
+        .wallets(50)
+        .da_with(|da| {
+            da.channel_rate(1) // number of DA channels to run
+                .blob_rate(2) // target 2 blobs per block (headroom applied)
+                .headroom_percent(20) // optional headroom when sizing channels
+        }) // Finish DA workload config
+        .build()
+}
+

Chaos Workload (Requires enable_node_control())

+
use std::time::Duration;
+
+use testing_framework_core::scenario::{NodeControlCapability, ScenarioBuilder};
+use testing_framework_workflows::{ChaosBuilderExt, ScenarioBuilderExt};
+
+pub fn chaos_plan() -> testing_framework_core::scenario::Scenario<NodeControlCapability> {
+    ScenarioBuilder::topology_with(|t| t.network_star().validators(3).executors(2))
+        .enable_node_control() // Enable node control capability
+        .chaos_with(|c| {
+            c.restart() // Random restart chaos
+                .min_delay(Duration::from_secs(30)) // Min time between restarts
+                .max_delay(Duration::from_secs(60)) // Max time between restarts
+                .target_cooldown(Duration::from_secs(45)) // Cooldown after restart
+                .apply() // Required for chaos configuration
+        })
+        .build()
+}
+

Expectations

+
use testing_framework_core::scenario::ScenarioBuilder;
+use testing_framework_workflows::ScenarioBuilderExt;
+
+pub fn expectations_plan() -> testing_framework_core::scenario::Scenario<()> {
+    ScenarioBuilder::topology_with(|t| t.network_star().validators(1).executors(0))
+        .expect_consensus_liveness() // Assert blocks are produced continuously
+        .build()
+}
+

Run Duration

+
use std::time::Duration;
+
+use testing_framework_core::scenario::ScenarioBuilder;
+use testing_framework_workflows::ScenarioBuilderExt;
+
+pub fn run_duration_plan() -> testing_framework_core::scenario::Scenario<()> {
+    ScenarioBuilder::topology_with(|t| t.network_star().validators(1).executors(0))
+        .with_run_duration(Duration::from_secs(120)) // Run for 120 seconds
+        .build()
+}
+

Build

+
use testing_framework_core::scenario::ScenarioBuilder;
+use testing_framework_workflows::ScenarioBuilderExt;
+
+pub fn build_plan() -> testing_framework_core::scenario::Scenario<()> {
+    ScenarioBuilder::topology_with(|t| t.network_star().validators(1).executors(0)).build() // Construct the final Scenario
+}
+

Deployers

+
use testing_framework_runner_compose::ComposeDeployer;
+use testing_framework_runner_k8s::K8sDeployer;
+use testing_framework_runner_local::LocalDeployer;
+
+pub fn deployers() {
+    // Local processes
+    let _deployer = LocalDeployer::default();
+
+    // Docker Compose
+    let _deployer = ComposeDeployer::default();
+
+    // Kubernetes
+    let _deployer = K8sDeployer::default();
+}
+

Execution

+
use anyhow::Result;
+use testing_framework_core::scenario::{Deployer, ScenarioBuilder};
+use testing_framework_runner_local::LocalDeployer;
+use testing_framework_workflows::ScenarioBuilderExt;
+
+pub async fn execution() -> Result<()> {
+    let mut plan = ScenarioBuilder::topology_with(|t| t.network_star().validators(1).executors(0))
+        .expect_consensus_liveness()
+        .build();
+
+    let deployer = LocalDeployer::default();
+    let runner = deployer.deploy(&plan).await?;
+    let _handle = runner.run(&mut plan).await?;
+
+    Ok(())
+}
+

Complete Example

+
use std::time::Duration;
+
+use anyhow::Result;
+use testing_framework_core::scenario::{Deployer, ScenarioBuilder};
+use testing_framework_runner_local::LocalDeployer;
+use testing_framework_workflows::ScenarioBuilderExt;
+
+pub async fn run_test() -> Result<()> {
+    let mut plan = ScenarioBuilder::topology_with(|t| t.network_star().validators(3).executors(2))
+        .wallets(50)
+        .transactions_with(|txs| {
+            txs.rate(5) // 5 transactions per block
+                .users(20)
+        })
+        .da_with(|da| {
+            da.channel_rate(1) // number of DA channels
+                .blob_rate(2) // target 2 blobs per block
+                .headroom_percent(20) // optional channel headroom
+        })
+        .expect_consensus_liveness()
+        .with_run_duration(Duration::from_secs(90))
+        .build();
+
+    let deployer = LocalDeployer::default();
+    let runner = deployer.deploy(&plan).await?;
+    let _handle = runner.run(&mut plan).await?;
+
+    Ok(())
+}
+

Troubleshooting Scenarios

+

Prerequisites for All Runners:

+
    +
  • versions.env file at repository root (required by helper scripts)
  • +
  • POL_PROOF_DEV_MODE=true MUST be set for all runners (host, compose, k8s) to avoid expensive Groth16 proof generation that causes timeouts
  • +
  • KZG circuit assets must be present at testing-framework/assets/stack/kzgrs_test_params/kzgrs_test_params (note the repeated filename) for DA workloads
  • +
+

Platform/Environment Notes:

+
    +
  • macOS + Docker Desktop (Apple silicon): prefer NOMOS_BUNDLE_DOCKER_PLATFORM=linux/arm64 for local compose/k8s runs to avoid slow/fragile amd64 emulation builds.
  • +
  • Disk space: bundle/image builds are storage-heavy. If you see I/O errors or Docker build failures, check free space and prune old artifacts (.tmp/, target/, and Docker build cache) before retrying.
  • +
  • K8s runner scope: the default Helm chart mounts KZG params via hostPath and uses a local image tag (logos-blockchain-testing:local). This is intended for local clusters (Docker Desktop / minikube / kind), not remote managed clusters without additional setup. +
      +
    • Quick cleanup: scripts/ops/clean.sh (and scripts/ops/clean.sh --docker if needed).
    • +
    • Destructive cleanup (last resort): scripts/ops/clean.sh --docker-system --dangerous (add --volumes if you also want to prune Docker volumes).
    • +
    +
  • +
+

Recommended: Use scripts/run/run-examples.sh which handles all setup automatically.

+

Quick Symptom Guide

+

Common symptoms and likely causes:

+
    +
  • No or slow block progression: missing POL_PROOF_DEV_MODE=true, missing KZG circuit assets (/kzgrs_test_params/kzgrs_test_params file) for DA workloads, too-short run window, port conflicts, or resource exhaustion—set required env vars, verify assets exist, extend duration, check node logs for startup errors.
  • +
  • Transactions not included: unfunded or misconfigured wallets (check .wallets(N) vs .users(M)), transaction rate exceeding block capacity, or rates exceeding block production speed—reduce rate, increase wallet count, verify wallet setup in logs.
  • +
  • Chaos stalls the run: chaos (node control) only works with ComposeDeployer; host runner (LocalDeployer) and K8sDeployer don't support it (won't "stall", just can't execute chaos workloads). With compose, aggressive restart cadence can prevent consensus recovery—widen restart intervals.
  • +
  • Observability gaps: metrics or logs unreachable because ports clash or services are not exposed—adjust observability ports and confirm runner wiring.
  • +
  • Flaky behavior across runs: mixing chaos with functional smoke tests or inconsistent topology between environments—separate deterministic and chaos scenarios and standardize topology presets.
  • +
+

What Failure Looks Like

+

This section shows what you'll actually see when common issues occur. Each example includes realistic console output and the fix.

+

1. Missing POL_PROOF_DEV_MODE=true (Most Common!)

+

Symptoms:

+
    +
  • Test "hangs" with no visible progress
  • +
  • CPU usage spikes to 100%
  • +
  • Eventually hits timeout after several minutes
  • +
  • Nodes appear to start but blocks aren't produced
  • +
+

What you'll see:

+
$ cargo run -p runner-examples --bin local_runner
+    Finished dev [unoptimized + debuginfo] target(s) in 0.48s
+     Running `target/debug/local_runner`
+[INFO  runner_examples::local_runner] Starting local runner scenario
+[INFO  testing_framework_runner_local] Launching 3 validators
+[INFO  testing_framework_runner_local] Waiting for node readiness...
+(hangs here for 5+ minutes, CPU at 100%)
+thread 'main' panicked at 'readiness timeout expired'
+
+

Root Cause: Groth16 proof generation is extremely slow without dev mode. The system tries to compute real cryptographic proofs, which can take minutes per block.

+

Fix:

+
POL_PROOF_DEV_MODE=true cargo run -p runner-examples --bin local_runner
+
+

Prevention: Set this in your shell profile or .env file so you never forget it.

+
+

2. Missing versions.env File

+

Symptoms:

+
    +
  • Helper scripts fail immediately
  • +
  • Error about missing file at repo root
  • +
  • Scripts can't determine which circuit/node versions to use
  • +
+

What you'll see:

+
$ scripts/run/run-examples.sh -t 60 -v 1 -e 1 host
+ERROR: versions.env not found at repository root
+This file is required and should define:
+  VERSION=<circuit release tag>
+  NOMOS_NODE_REV=<nomos-node git revision>
+  NOMOS_BUNDLE_VERSION=<bundle schema version>
+
+

Root Cause: Helper scripts need versions.env to know which versions to build/fetch.

+

Fix: Ensure you're in the repository root directory. The versions.env file should already exist—verify it's present:

+
cat versions.env
+# Should show:
+# VERSION=v0.3.1
+# NOMOS_NODE_REV=abc123def456
+# NOMOS_BUNDLE_VERSION=v1
+
+
+

3. Missing KZG Circuit Assets (DA Workloads)

+

Symptoms:

+
    +
  • DA workload tests fail
  • +
  • Error messages about missing circuit files
  • +
  • Nodes crash during DA operations
  • +
+

What you'll see:

+
$ POL_PROOF_DEV_MODE=true cargo run -p runner-examples --bin local_runner
+[INFO  testing_framework_runner_local] Starting DA workload
+[ERROR nomos_da_dispersal] Failed to load KZG parameters
+Error: Custom { kind: NotFound, error: "Circuit file not found at: testing-framework/assets/stack/kzgrs_test_params/kzgrs_test_params" }
+thread 'main' panicked at 'workload init failed'
+
+

Root Cause: DA (Data Availability) workloads require KZG cryptographic parameters. The file must exist at: testing-framework/assets/stack/kzgrs_test_params/kzgrs_test_params (note the repeated filename).

+

Fix (recommended):

+
# Use run-examples.sh which handles setup automatically
+scripts/run/run-examples.sh -t 60 -v 1 -e 1 host
+
+

Fix (manual):

+
# Fetch circuits
+scripts/setup/setup-nomos-circuits.sh v0.3.1 /tmp/nomos-circuits
+
+# Copy to expected location
+mkdir -p testing-framework/assets/stack/kzgrs_test_params
+cp -r /tmp/nomos-circuits/* testing-framework/assets/stack/kzgrs_test_params/
+
+# Verify (should be ~120MB)
+ls -lh testing-framework/assets/stack/kzgrs_test_params/kzgrs_test_params
+
+
+

4. Node Binaries Not Found

+

Symptoms:

+
    +
  • Error about missing nomos-node or nomos-executor binary
  • +
  • "file not found" or "no such file or directory"
  • +
  • Environment variables NOMOS_NODE_BIN / NOMOS_EXECUTOR_BIN not set
  • +
+

What you'll see:

+
$ POL_PROOF_DEV_MODE=true cargo run -p runner-examples --bin local_runner
+[INFO  testing_framework_runner_local] Spawning validator 0
+Error: Os { code: 2, kind: NotFound, message: "No such file or directory" }
+thread 'main' panicked at 'failed to spawn nomos-node process'
+
+

Root Cause: The local runner needs compiled nomos-node and nomos-executor binaries, but doesn't know where they are.

+

Fix (recommended):

+
# Use run-examples.sh which builds binaries automatically
+scripts/run/run-examples.sh -t 60 -v 1 -e 1 host
+
+

Fix (manual - set paths explicitly):

+
# Build binaries first
+cd ../nomos-node  # or wherever your nomos-node checkout is
+cargo build --release --bin nomos-node --bin nomos-executor
+
+# Set environment variables
+export NOMOS_NODE_BIN=$PWD/target/release/nomos-node
+export NOMOS_EXECUTOR_BIN=$PWD/target/release/nomos-executor
+
+# Return to testing framework
+cd ../nomos-testing
+POL_PROOF_DEV_MODE=true cargo run -p runner-examples --bin local_runner
+
+
+

5. Docker Daemon Not Running (Compose)

+

Symptoms:

+
    +
  • Compose tests fail immediately
  • +
  • "Cannot connect to Docker daemon"
  • +
  • Docker commands don't work
  • +
+

What you'll see:

+
$ scripts/run/run-examples.sh -t 60 -v 1 -e 1 compose
+[INFO  runner_examples::compose_runner] Starting compose deployment
+Error: Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
+thread 'main' panicked at 'compose deployment failed'
+
+

Root Cause: Docker Desktop isn't running, or your user doesn't have permission to access Docker.

+

Fix:

+
# macOS: Start Docker Desktop application
+open -a Docker
+
+# Linux: Start Docker daemon
+sudo systemctl start docker
+
+# Verify Docker is working
+docker ps
+
+# If permission denied, add your user to docker group (Linux)
+sudo usermod -aG docker $USER
+# Then log out and log back in
+
+
+

6. Image Not Found (Compose/K8s)

+

Symptoms:

+
    +
  • Compose/K8s tests fail during deployment
  • +
  • "Image not found: logos-blockchain-testing:local"
  • +
  • Containers fail to start
  • +
+

What you'll see:

+
$ POL_PROOF_DEV_MODE=true cargo run -p runner-examples --bin compose_runner
+[INFO  testing_framework_runner_compose] Starting compose deployment
+Error: Failed to pull image 'logos-blockchain-testing:local': No such image
+thread 'main' panicked at 'compose deployment failed'
+
+

Root Cause: The Docker image hasn't been built yet, or was pruned.

+

Fix (recommended):

+
# Use run-examples.sh which builds the image automatically
+scripts/run/run-examples.sh -t 60 -v 1 -e 1 compose
+
+

Fix (manual):

+
# 1. Build Linux bundle
+scripts/build/build-bundle.sh --platform linux
+
+# 2. Set bundle path
+export NOMOS_BINARIES_TAR=$(ls -t .tmp/nomos-binaries-linux-*.tar.gz | head -1)
+
+# 3. Build Docker image
+scripts/build/build_test_image.sh
+
+# 4. Verify image exists
+docker images | grep logos-blockchain-testing
+
+# 5. For kind/minikube: load image into cluster
+kind load docker-image logos-blockchain-testing:local
+# OR: minikube image load logos-blockchain-testing:local
+
+
+

7. Port Conflicts

+

Symptoms:

+
    +
  • "Address already in use" errors
  • +
  • Tests fail during node startup
  • +
  • Observability stack (Prometheus/Grafana) won't start
  • +
+

What you'll see:

+
$ POL_PROOF_DEV_MODE=true cargo run -p runner-examples --bin local_runner
+[INFO  testing_framework_runner_local] Launching validator 0 on port 18080
+Error: Os { code: 48, kind: AddrInUse, message: "Address already in use" }
+thread 'main' panicked at 'failed to bind port 18080'
+
+

Root Cause: Previous test didn't clean up properly, or another service is using the port.

+

Fix:

+
# Find processes using the port
+lsof -i :18080   # macOS/Linux
+netstat -ano | findstr :18080  # Windows
+
+# Kill orphaned nomos processes
+pkill nomos-node
+pkill nomos-executor
+
+# For compose: ensure containers are stopped
+docker compose down
+docker ps -a --filter "name=nomos-compose-" -q | xargs docker rm -f
+
+# Check if port is now free
+lsof -i :18080  # Should return nothing
+
+

For Observability Stack Port Conflicts:

+
# Edit ports in observability compose file
+vim scripts/observability/compose/docker-compose.yml
+
+# Change conflicting port mappings:
+# ports:
+#   - "9090:9090"  # Prometheus - change to "19090:9090" if needed
+#   - "3000:3000"  # Grafana - change to "13000:3000" if needed
+
+
+

8. Wallet Seeding Failed (Insufficient Funds)

+

Symptoms:

+
    +
  • Transaction workload reports wallet issues
  • +
  • "Insufficient funds" errors
  • +
  • Transactions aren't being submitted
  • +
+

What you'll see:

+
$ POL_PROOF_DEV_MODE=true cargo run -p runner-examples --bin local_runner
+[INFO  testing_framework_workflows] Starting transaction workload with 10 users
+[ERROR testing_framework_workflows] Wallet seeding failed: requested 10 users but only 3 wallets available
+thread 'main' panicked at 'workload init failed: insufficient wallets'
+
+

Root Cause: Topology configured fewer wallets than the workload needs. Transaction workload has .users(M) but topology only has .wallets(N) where N < M.

+

Fix:

+
use testing_framework_core::scenario::ScenarioBuilder;
+use testing_framework_workflows::ScenarioBuilderExt;
+
+let scenario = ScenarioBuilder::topology_with(|t| t.network_star().validators(3).executors(1))
+    .wallets(20) // ← Increase wallet count
+    .transactions_with(|tx| {
+        tx.users(10) // ← Must be ≤ wallets(20)
+            .rate(5)
+    })
+    .build();
+
+

9. Resource Exhaustion (OOM / CPU)

+

Symptoms:

+
    +
  • Nodes crash randomly
  • +
  • "OOM Killed" messages
  • +
  • Test becomes flaky under load
  • +
  • Docker containers restart repeatedly
  • +
+

What you'll see:

+
$ docker ps --filter "name=nomos-compose-"
+CONTAINER ID   STATUS
+abc123def456   Restarting (137) 30 seconds ago  # 137 = OOM killed
+
+$ docker logs abc123def456
+[INFO  nomos_node] Starting validator
+[INFO  consensus] Processing block
+Killed  # ← OOM killer terminated the process
+
+

Root Cause: Too many nodes, too much workload traffic, or insufficient Docker resources.

+

Fix:

+
# 1. Reduce topology size
+# In your scenario:
+#   .topology(Topology::preset_3v1e())  # Instead of preset_10v2e()
+
+# 2. Reduce workload rates
+#   .workload(TransactionWorkload::new().rate(5.0))  # Instead of rate(100.0)
+
+# 3. Increase Docker resources (Docker Desktop)
+# Settings → Resources → Memory: 8GB minimum (12GB+ recommended for large topologies)
+# Settings → Resources → CPUs: 4+ cores recommended
+
+# 4. Increase file descriptor limits (Linux/macOS)
+ulimit -n 4096
+
+# 5. Close other heavy applications (browsers, IDEs, etc.)
+
+
+

10. Logs Disappear After Run

+

Symptoms:

+
    +
  • Test completes but no logs on disk
  • +
  • Can't debug failures because logs are gone
  • +
  • Temporary directories cleaned up automatically
  • +
+

What you'll see:

+
$ POL_PROOF_DEV_MODE=true cargo run -p runner-examples --bin local_runner
+[INFO  runner_examples] Test complete, cleaning up
+[INFO  testing_framework_runner_local] Removing temporary directories
+$ ls .tmp/
+# Empty or missing
+
+

Root Cause: Framework cleans up temporary directories by default to avoid disk bloat.

+

Fix:

+
# Persist logs to a specific directory
+NOMOS_LOG_DIR=/tmp/test-logs \
+NOMOS_TESTS_KEEP_LOGS=1 \
+POL_PROOF_DEV_MODE=true \
+cargo run -p runner-examples --bin local_runner
+
+# Logs persist after run
+ls /tmp/test-logs/
+# nomos-node-0.2024-12-18T14-30-00.log
+# nomos-node-1.2024-12-18T14-30-00.log
+# ...
+
+
+

11. Consensus Timing Too Tight / Run Duration Too Short

+

Symptoms:

+
    +
  • "Consensus liveness expectation failed"
  • +
  • Only 1-2 blocks produced (or zero)
  • +
  • Nodes appear healthy but not making progress
  • +
+

What you'll see:

+
$ POL_PROOF_DEV_MODE=true cargo run -p runner-examples --bin local_runner
+[INFO  testing_framework_core] Starting workloads
+[INFO  testing_framework_core] Run window: 10 seconds
+[INFO  testing_framework_core] Evaluating expectations
+[ERROR testing_framework_core] Consensus liveness expectation failed: expected min 5 blocks, got 1
+thread 'main' panicked at 'expectations failed'
+
+

Root Cause: Run duration too short for consensus parameters. If CONSENSUS_SLOT_TIME=20s but run duration is only 10s, you can't produce many blocks.

+

Fix:

+
use std::time::Duration;
+
+use testing_framework_core::scenario::ScenarioBuilder;
+use testing_framework_workflows::ScenarioBuilderExt;
+
+// Increase run duration to allow more blocks.
+let scenario = ScenarioBuilder::topology_with(|t| t.network_star().validators(3).executors(1))
+    .expect_consensus_liveness()
+    .with_run_duration(Duration::from_secs(120)) // ← Give more time
+    .build();
+

Or adjust consensus timing (if you control node config):

+
# Faster block production (shorter slot time)
+CONSENSUS_SLOT_TIME=5 \
+CONSENSUS_ACTIVE_SLOT_COEFF=0.9 \
+POL_PROOF_DEV_MODE=true \
+cargo run -p runner-examples --bin local_runner
+
+
+

Summary: Quick Checklist for Failed Runs

+

When a test fails, check these in order:

+
    +
  1. POL_PROOF_DEV_MODE=true is set (REQUIRED for all runners)
  2. +
  3. versions.env exists at repo root
  4. +
  5. KZG circuit assets present (for DA workloads): testing-framework/assets/stack/kzgrs_test_params/kzgrs_test_params
  6. +
  7. Node binaries available (NOMOS_NODE_BIN / NOMOS_EXECUTOR_BIN set, or using run-examples.sh)
  8. +
  9. Docker daemon running (for compose/k8s)
  10. +
  11. Docker image built (logos-blockchain-testing:local exists for compose/k8s)
  12. +
  13. No port conflicts (lsof -i :18080, kill orphaned processes)
  14. +
  15. Sufficient wallets (.wallets(N).users(M))
  16. +
  17. Enough resources (Docker memory 8GB+, ulimit -n 4096)
  18. +
  19. Run duration appropriate (long enough for consensus timing)
  20. +
  21. Logs persisted (NOMOS_LOG_DIR + NOMOS_TESTS_KEEP_LOGS=1 if needed)
  22. +
+

Still stuck? Check node logs (see Where to Find Logs) for the actual error.

+

Where to Find Logs

+

Log Location Quick Reference

+
+ + + +
RunnerDefault OutputWith NOMOS_LOG_DIR + FlagsAccess Command
Host (local)Per-run temporary directories under the current working directory (removed unless NOMOS_TESTS_KEEP_LOGS=1)Per-node files with prefix nomos-node-{index} (set NOMOS_LOG_DIR)cat $NOMOS_LOG_DIR/nomos-node-0*
ComposeDocker container stdout/stderrSet tracing_settings.logger: !File in testing-framework/assets/stack/cfgsync.yaml (and mount a writable directory)docker ps then docker logs <container-id>
K8sPod stdout/stderrSet tracing_settings.logger: !File in testing-framework/assets/stack/cfgsync.yaml (and mount a writable directory)kubectl logs -l nomos/logical-role=validator
+
+

Important Notes:

+
    +
  • Host runner (local processes): Per-run temporary directories are created under the current working directory and removed after the run unless NOMOS_TESTS_KEEP_LOGS=1. To write per-node log files to a stable location, set NOMOS_LOG_DIR=/path/to/logs.
  • +
  • Compose/K8s: Node log destination is controlled by testing-framework/assets/stack/cfgsync.yaml (tracing_settings.logger). By default, rely on docker logs or kubectl logs.
  • +
  • File naming: Log files use prefix nomos-node-{index}* or nomos-executor-{index}* with timestamps, e.g., nomos-node-0.2024-12-01T10-30-45.log (NOT just .log suffix).
  • +
  • Container names: Compose containers include project UUID, e.g., nomos-compose-<uuid>-validator-0-1 where <uuid> is randomly generated per run
  • +
+

Accessing Node Logs by Runner

+

Local Runner

+

Console output (default):

+
POL_PROOF_DEV_MODE=true cargo run -p runner-examples --bin local_runner 2>&1 | tee test.log
+
+

Persistent file output:

+
NOMOS_LOG_DIR=/tmp/debug-logs \
+NOMOS_LOG_LEVEL=debug \
+POL_PROOF_DEV_MODE=true \
+cargo run -p runner-examples --bin local_runner
+
+# Inspect logs (note: filenames include timestamps):
+ls /tmp/debug-logs/
+# Example: nomos-node-0.2024-12-01T10-30-45.log
+tail -f /tmp/debug-logs/nomos-node-0*  # Use wildcard to match timestamp
+
+

Compose Runner

+

Stream live logs:

+
# List running containers (note the UUID prefix in names)
+docker ps --filter "name=nomos-compose-"
+
+# Find your container ID or name from the list, then:
+docker logs -f <container-id>
+
+# Or filter by name pattern:
+docker logs -f $(docker ps --filter "name=nomos-compose-.*-validator-0" -q | head -1)
+
+# Show last 100 lines
+docker logs --tail 100 <container-id>
+
+

Keep containers for post-mortem debugging:

+
COMPOSE_RUNNER_PRESERVE=1 \
+NOMOS_TESTNET_IMAGE=logos-blockchain-testing:local \
+POL_PROOF_DEV_MODE=true \
+cargo run -p runner-examples --bin compose_runner
+
+# OR: Use run-examples.sh (handles setup automatically)
+COMPOSE_RUNNER_PRESERVE=1 scripts/run/run-examples.sh -t 60 -v 1 -e 1 compose
+
+# After test failure, containers remain running:
+docker ps --filter "name=nomos-compose-"
+docker exec -it <container-id> /bin/sh
+docker logs <container-id> > debug.log
+
+

Note: Container names follow the pattern nomos-compose-{uuid}-validator-{index}-1 or nomos-compose-{uuid}-executor-{index}-1, where {uuid} is randomly generated per run.

+

K8s Runner

+

Important: Always verify your namespace and use label selectors instead of assuming pod names.

+

Stream pod logs (use label selectors):

+
# Check your namespace first
+kubectl config view --minify | grep namespace
+
+# All validator pods (add -n <namespace> if not using default)
+kubectl logs -l nomos/logical-role=validator -f
+
+# All executor pods
+kubectl logs -l nomos/logical-role=executor -f
+
+# Specific pod by name (find exact name first)
+kubectl get pods -l nomos/logical-role=validator  # Find the exact pod name
+kubectl logs -f <actual-pod-name>        # Then use it
+
+# With explicit namespace
+kubectl logs -n my-namespace -l nomos/logical-role=validator -f
+
+

Download logs from crashed pods:

+
# Previous logs from crashed pod
+kubectl get pods -l nomos/logical-role=validator  # Find crashed pod name first
+kubectl logs --previous <actual-pod-name> > crashed-validator.log
+
+# Or use label selector for all crashed validators
+for pod in $(kubectl get pods -l nomos/logical-role=validator -o name); do
+  kubectl logs --previous $pod > $(basename $pod)-previous.log 2>&1
+done
+
+

Access logs from all pods:

+
# All pods in current namespace
+for pod in $(kubectl get pods -o name); do
+  echo "=== $pod ==="
+  kubectl logs $pod
+done > all-logs.txt
+
+# Or use label selectors (recommended)
+kubectl logs -l nomos/logical-role=validator --tail=500 > validators.log
+kubectl logs -l nomos/logical-role=executor --tail=500 > executors.log
+
+# With explicit namespace
+kubectl logs -n my-namespace -l nomos/logical-role=validator --tail=500 > validators.log
+
+

Debugging Workflow

+

When a test fails, follow this sequence:

+

1. Check Framework Output

+

Start with the test harness output—did expectations fail? Was there a deployment error?

+

Look for:

+
    +
  • Expectation failure messages
  • +
  • Timeout errors
  • +
  • Deployment/readiness failures
  • +
+

2. Verify Node Readiness

+

Ensure all nodes started successfully and became ready before workloads began.

+

Commands:

+
# Local: check process list
+ps aux | grep nomos
+
+# Compose: check container status (note UUID in names)
+docker ps -a --filter "name=nomos-compose-"
+
+# K8s: check pod status (use label selectors, add -n <namespace> if needed)
+kubectl get pods -l nomos/logical-role=validator
+kubectl get pods -l nomos/logical-role=executor
+kubectl describe pod <actual-pod-name>  # Get name from above first
+
+

3. Inspect Node Logs

+

Focus on the first node that exhibited problems or the node with the highest index (often the last to start).

+

Common error patterns:

+
    +
  • "ERROR: versions.env missing" → missing required versions.env file at repository root
  • +
  • "Failed to bind address" → port conflict
  • +
  • "Connection refused" → peer not ready or network issue
  • +
  • "Proof verification failed" or "Proof generation timeout" → missing POL_PROOF_DEV_MODE=true (REQUIRED for all runners)
  • +
  • "Failed to load KZG parameters" or "Circuit file not found" → missing KZG circuit assets at testing-framework/assets/stack/kzgrs_test_params/
  • +
  • "Insufficient funds" → wallet seeding issue (increase .wallets(N) or reduce .users(M))
  • +
+

4. Check Log Levels

+

If logs are too sparse, increase verbosity:

+
NOMOS_LOG_LEVEL=debug \
+NOMOS_LOG_FILTER="cryptarchia=trace,nomos_da_sampling=debug" \
+cargo run -p runner-examples --bin local_runner
+
+

If metric updates are polluting your logs (fields like counter.* / gauge.*), move those events to a dedicated tracing target (e.g. target: "nomos_metrics") and set NOMOS_LOG_FILTER="nomos_metrics=off,..." so they don’t get formatted into log output.

+

5. Verify Observability Endpoints

+

If expectations report observability issues:

+

Prometheus (Compose):

+
curl http://localhost:9090/-/healthy
+
+

Node HTTP APIs:

+
curl http://localhost:18080/consensus/info  # Adjust port per node
+
+

6. Compare with Known-Good Scenario

+

Run a minimal baseline test (e.g., 2 validators, consensus liveness only). If it passes, the issue is in your workload or topology configuration.

+

Common Error Messages

+

"Consensus liveness expectation failed"

+
    +
  • Cause: Not enough blocks produced during the run window, missing +POL_PROOF_DEV_MODE=true (causes slow proof generation), or missing KZG +assets for DA workloads.
  • +
  • Fix: +
      +
    1. Verify POL_PROOF_DEV_MODE=true is set (REQUIRED for all runners).
    2. +
    3. Verify KZG assets exist at +testing-framework/assets/stack/kzgrs_test_params/ (for DA workloads).
    4. +
    5. Extend with_run_duration() to allow more blocks.
    6. +
    7. Check node logs for proof generation or DA errors.
    8. +
    9. Reduce transaction/DA rate if nodes are overwhelmed.
    10. +
    +
  • +
+

"Wallet seeding failed"

+
    +
  • Cause: Topology doesn't have enough funded wallets for the workload.
  • +
  • Fix: Increase .wallets(N) count or reduce .users(M) in the transaction +workload (ensure N ≥ M).
  • +
+

"Node control not available"

+
    +
  • Cause: Runner doesn't support node control (only ComposeDeployer does), or +enable_node_control() wasn't called.
  • +
  • Fix: +
      +
    1. Use ComposeDeployer for chaos tests (LocalDeployer and K8sDeployer don't +support node control).
    2. +
    3. Ensure .enable_node_control() is called in the scenario before .chaos().
    4. +
    +
  • +
+

"Readiness timeout"

+
    +
  • Cause: Nodes didn't become responsive within expected time (often due to +missing prerequisites).
  • +
  • Fix: +
      +
    1. Verify POL_PROOF_DEV_MODE=true is set (REQUIRED for all runners—without +it, proof generation is too slow).
    2. +
    3. Check node logs for startup errors (port conflicts, missing assets).
    4. +
    5. Verify network connectivity between nodes.
    6. +
    7. For DA workloads, ensure KZG circuit assets are present.
    8. +
    +
  • +
+

"ERROR: versions.env missing"

+
    +
  • Cause: Helper scripts (run-examples.sh, build-bundle.sh, setup-circuits-stack.sh) require versions.env file at repository root.
  • +
  • Fix: Ensure you're running from the repository root directory. The versions.env file should already exist and contains:
  • +
+
  VERSION=<circuit release tag>
+  NOMOS_NODE_REV=<nomos-node git revision>
+  NOMOS_BUNDLE_VERSION=<bundle schema version>
+
+

Use the checked-in versions.env at the repository root as the source of truth.

+

"Port already in use"

+
    +
  • Cause: Previous test didn't clean up, or another process holds the port.
  • +
  • Fix: Kill orphaned processes (pkill nomos-node), wait for Docker cleanup +(docker compose down), or restart Docker.
  • +
+

"Image not found: logos-blockchain-testing:local"

+
    +
  • Cause: Docker image not built for Compose/K8s runners, or KZG assets not +baked into the image.
  • +
  • Fix (recommended): Use run-examples.sh which handles everything: +
    scripts/run/run-examples.sh -t 60 -v 1 -e 1 compose
    +
    +
  • +
  • Fix (manual): +
      +
    1. Build bundle: scripts/build/build-bundle.sh --platform linux
    2. +
    3. Set bundle path: export NOMOS_BINARIES_TAR=.tmp/nomos-binaries-linux-v0.3.1.tar.gz
    4. +
    5. Build image: scripts/build/build_test_image.sh
    6. +
    7. kind/minikube: load the image into the cluster nodes (e.g. kind load docker-image logos-blockchain-testing:local, or minikube image load ...), or push to a registry and set NOMOS_TESTNET_IMAGE accordingly.
    8. +
    +
  • +
+

"Failed to load KZG parameters" or "Circuit file not found"

+
    +
  • Cause: DA workload requires KZG circuit assets. The file testing-framework/assets/stack/kzgrs_test_params/kzgrs_test_params (note repeated filename) must exist. Inside containers, it's at /kzgrs_test_params/kzgrs_test_params.
  • +
  • Fix (recommended): Use run-examples.sh which handles setup: +
    scripts/run/run-examples.sh -t 60 -v 1 -e 1 <mode>
    +
    +
  • +
  • Fix (manual): +
      +
    1. Fetch assets: scripts/setup/setup-nomos-circuits.sh v0.3.1 /tmp/nomos-circuits
    2. +
    3. Copy to expected path: cp -r /tmp/nomos-circuits/* testing-framework/assets/stack/kzgrs_test_params/
    4. +
    5. Verify file exists: ls -lh testing-framework/assets/stack/kzgrs_test_params/kzgrs_test_params
    6. +
    7. For Compose/K8s: rebuild image with assets baked in
    8. +
    +
  • +
+

For detailed logging configuration and observability setup, see Logging & Observability.

+

FAQ

+

Why block-oriented timing?
+Slots advance at a fixed rate (NTP-synchronized, 2s by default), so reasoning +about blocks and consensus intervals keeps assertions aligned with protocol +behavior rather than arbitrary wall-clock durations.

+

Can I reuse the same scenario across runners?
+Yes. The plan stays the same; swap runners (local, compose, k8s) to target +different environments.

+

When should I enable chaos workloads?
+Only when testing resilience or operational recovery; keep functional smoke +tests deterministic.

+

How long should runs be?
+The framework enforces a minimum of 2× slot duration (4 seconds with default 2s slots), but practical recommendations:

+
    +
  • Smoke tests: 30s minimum (~14 blocks with default 2s slots, 0.9 coefficient)
  • +
  • Transaction workloads: 60s+ (~27 blocks) to observe inclusion patterns
  • +
  • DA workloads: 90s+ (~40 blocks) to account for dispersal and sampling
  • +
  • Chaos tests: 120s+ (~54 blocks) to allow recovery after restarts
  • +
+

Very short runs (< 30s) risk false confidence—one or two lucky blocks don't prove liveness.

+

Do I always need seeded wallets?
+Only for transaction scenarios. Data-availability or pure chaos scenarios may +not require them, but liveness checks still need validators producing blocks.

+

What if expectations fail but workloads “look fine”?
+Trust expectations first—they capture the intended success criteria. Use the +observability signals and runner logs to pinpoint why the system missed the +target.

+

Glossary

+
    +
  • Validator: node role responsible for participating in consensus and block +production.
  • +
  • Executor: a validator node with the DA dispersal service enabled. Executors +can submit transactions and disperse blob data to the DA network, in addition +to performing all validator functions.
  • +
  • DA (Data Availability): subsystem ensuring blobs or channel data are +published and retrievable for validation.
  • +
  • Deployer: component that provisions infrastructure (spawns processes, +creates containers, or launches pods), waits for readiness, and returns a +Runner. Examples: LocalDeployer, ComposeDeployer, K8sDeployer.
  • +
  • Runner: component returned by deployers that orchestrates scenario +execution—starts workloads, observes signals, evaluates expectations, and +triggers cleanup.
  • +
  • Workload: traffic or behavior generator that exercises the system during a +scenario run.
  • +
  • Expectation: post-run assertion that judges whether the system met the +intended success criteria.
  • +
  • Topology: declarative description of the cluster shape, roles, and +high-level parameters for a scenario.
  • +
  • Scenario: immutable plan combining topology, workloads, expectations, and +run duration.
  • +
  • Blockfeed: stream of block observations used for liveness or inclusion +signals during a run.
  • +
  • Control capability: the ability for a runner to start, stop, or restart +nodes, used by chaos workloads.
  • +
  • Slot duration: time interval between consensus rounds in Cryptarchia. Blocks +are produced at multiples of the slot duration based on lottery outcomes.
  • +
  • Block cadence: observed rate of block production in a live network, measured +in blocks per second or seconds per block.
  • +
  • Cooldown: waiting period after a chaos action (e.g., node restart) before +triggering the next action, allowing the system to stabilize.
  • +
  • Run window: total duration a scenario executes, specified via +with_run_duration(). Framework auto-extends to at least 2× slot duration.
  • +
  • Readiness probe: health check performed by runners to ensure nodes are +reachable and responsive before starting workloads. Prevents false negatives +from premature traffic.
  • +
  • Liveness: property that the system continues making progress (producing +blocks) under specified conditions. Contrasts with safety/correctness which +verifies that state transitions are accurate.
  • +
  • State assertion: expectation that verifies specific values in the system +state (e.g., wallet balances, UTXO sets) rather than just progress signals. +Also called "correctness expectations."
  • +
  • Mantle transaction: transaction type in Logos that can contain UTXO transfers +(LedgerTx) and operations (Op), including channel data (ChannelBlob).
  • +
  • Channel: logical grouping for DA blobs; each blob belongs to a channel and +references a parent blob in the same channel, creating a chain of related data.
  • +
  • POL_PROOF_DEV_MODE: environment variable that disables expensive Groth16 zero-knowledge +proof generation for leader election. Required for all runners (local, compose, k8s) +for practical testing—without it, proof generation causes timeouts. Should never be +used in production environments.
  • +
+
+

External Resources

+ + +
+ + +
+
+ + + +
+ + + + + + + + + + + + + + + + + + + + +
+ + diff --git a/docs/project-context-primer.html b/docs/project-context-primer.html new file mode 100644 index 0000000..73da180 --- /dev/null +++ b/docs/project-context-primer.html @@ -0,0 +1,351 @@ + + + + + + Project Context Primer - Logos Blockchain Testing Framework Book + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + + +
+
+

Logos Testing Framework

+

Declarative, multi-node blockchain testing for the Logos network

+

The Logos Testing Framework enables you to test consensus, data availability, and transaction workloads across local processes, Docker Compose, and Kubernetes deployments—all with a unified scenario API.

+

Get Started

+
+

Core Concept

+

Everything in this framework is a Scenario.

+

A Scenario is a controlled experiment over time, composed of:

+
    +
  • Topology — The cluster shape (validators, executors, network layout)
  • +
  • Workloads — Traffic and conditions that exercise the system (transactions, DA, chaos)
  • +
  • Expectations — Success criteria verified after execution (liveness, inclusion, recovery)
  • +
  • Duration — The time window for the experiment
  • +
+

This single abstraction makes tests declarative, portable, and composable.

+
+

How It Works

+
flowchart LR
+    Build[Define Scenario] --> Deploy[Deploy Topology]
+    Deploy --> Execute[Run Workloads]
+    Execute --> Evaluate[Check Expectations]
+    
+    style Build fill:#e1f5ff
+    style Deploy fill:#fff4e1
+    style Execute fill:#ffe1f5
+    style Evaluate fill:#e1ffe1
+
+
    +
  1. Define Scenario — Describe your test: topology, workloads, and success criteria
  2. +
  3. Deploy Topology — Launch validators and executors using host, compose, or k8s runners
  4. +
  5. Run Workloads — Drive transactions, DA traffic, and chaos operations
  6. +
  7. Check Expectations — Verify consensus liveness, inclusion, and system health
  8. +
+
+

Key Features

+

Declarative API

+
    +
  • Express scenarios as topology + workloads + expectations
  • +
  • Reuse the same test definition across different deployment targets
  • +
  • Compose complex tests from modular components
  • +
+

Multiple Deployment Modes

+
    +
  • Host Runner: Local processes for fast iteration
  • +
  • Compose Runner: Containerized environments with node control
  • +
  • Kubernetes Runner: Production-like cluster testing
  • +
+

Built-in Workloads

+
    +
  • Transaction submission with configurable rates
  • +
  • Data availability (DA) blob dispersal and sampling
  • +
  • Chaos testing with controlled node restarts
  • +
+

Comprehensive Observability

+
    +
  • Real-time block feed for monitoring consensus progress
  • +
  • Prometheus/Grafana integration for metrics
  • +
  • Per-node log collection and debugging
  • +
+
+

Quick Example

+
use std::time::Duration;
+
+use testing_framework_core::scenario::ScenarioBuilder;
+use testing_framework_core::scenario::Deployer as _;
+use testing_framework_runner_local::LocalDeployer;
+use testing_framework_workflows::ScenarioBuilderExt;
+
+#[tokio::main]
+async fn main() -> anyhow::Result<()> {
+    let mut scenario = ScenarioBuilder::topology_with(|t| {
+        t.network_star()
+            .validators(3)
+            .executors(1)
+    })
+    .transactions_with(|tx| tx.rate(10).users(5))
+    .expect_consensus_liveness()
+    .with_run_duration(Duration::from_secs(60))
+    .build();
+
+    let deployer = LocalDeployer::default();
+    let runner = deployer.deploy(&scenario).await?;
+    runner.run(&mut scenario).await?;
+
+    Ok(())
+}
+

View complete examples

+
+

Choose Your Path

+

New to the Framework?

+

Start with the Quickstart Guide for a hands-on introduction that gets you running tests in minutes.

+

Ready to Write Tests?

+

Explore the User Guide to learn about authoring scenarios, workloads, expectations, and deployment strategies.

+

Setting Up CI/CD?

+

Jump to Operations & Deployment for prerequisites, environment configuration, and continuous integration patterns.

+

Extending the Framework?

+

Check the Developer Reference to implement custom workloads, expectations, and runners.

+
+

Project Context

+

Logos is a modular blockchain protocol composed of validators, executors, and a data-availability (DA) subsystem:

+
    +
  • Validators participate in consensus and produce blocks
  • +
  • Executors are validators with the DA dispersal service enabled. They perform all validator functions plus submit blob data to the DA network
  • +
  • Data Availability (DA) ensures that blob data submitted via channel operations in transactions is published and retrievable by the network
  • +
+

These roles interact tightly, which is why meaningful testing must be performed in multi-node environments that include real networking, timing, and DA interaction.

+

The Logos Testing Framework provides the infrastructure to orchestrate these multi-node scenarios reliably across development, CI, and production-like environments.

+

Learn more about the protocol: Logos Project Documentation

+
+

Documentation Structure

+
+ + + + + +
SectionDescription
FoundationsArchitecture, philosophy, and design principles
User GuideWriting and running scenarios, workloads, and expectations
Developer ReferenceExtending the framework with custom components
Operations & DeploymentSetup, CI integration, and environment configuration
AppendixQuick reference, troubleshooting, FAQ, and glossary
+
+
+ + +
+

Ready to start? Head to the Quickstart

+ +
+ + +
+
+ + + +
+ + + + + + + + + + + + + + + + + + + +
+ + diff --git a/docs/quickstart.html b/docs/quickstart.html new file mode 100644 index 0000000..c94f289 --- /dev/null +++ b/docs/quickstart.html @@ -0,0 +1,437 @@ + + + + + + Quickstart - Logos Blockchain Testing Framework Book + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + + +
+
+

Quickstart

+

Get a working example running quickly.

+

Prerequisites

+
    +
  • Rust toolchain (nightly)
  • +
  • This repository cloned
  • +
  • Unix-like system (tested on Linux and macOS)
  • +
  • For Docker Compose examples: Docker daemon running
  • +
  • For Docker Desktop on Apple silicon (compose/k8s): set NOMOS_BUNDLE_DOCKER_PLATFORM=linux/arm64 to avoid slow/fragile amd64 emulation builds
  • +
  • versions.env file at repository root (defines VERSION, NOMOS_NODE_REV, NOMOS_BUNDLE_VERSION)
  • +
+

Note: nomos-node binaries are built automatically on demand or can be provided via prebuilt bundles.

+

Important: The versions.env file is required by helper scripts. If missing, the scripts will fail with an error. The file should already exist in the repository root.

+

Your First Test

+

The framework ships with runnable example binaries in examples/src/bin/.

+

Recommended: Use the convenience script:

+
# From the logos-blockchain-testing directory
+scripts/run/run-examples.sh -t 60 -v 1 -e 1 host
+
+

This handles circuit setup, binary building, and runs a complete scenario: 1 validator + 1 executor, mixed transaction + DA workload (5 tx/block + 1 channel + 1 blob), 60s duration.

+

Alternative: Direct cargo run (requires manual setup):

+
# Requires circuits in place and NOMOS_NODE_BIN/NOMOS_EXECUTOR_BIN set
+POL_PROOF_DEV_MODE=true cargo run -p runner-examples --bin local_runner
+
+

Core API Pattern (simplified example):

+
use std::time::Duration;
+
+use anyhow::Result;
+use testing_framework_core::scenario::{Deployer, ScenarioBuilder};
+use testing_framework_runner_local::LocalDeployer;
+use testing_framework_workflows::ScenarioBuilderExt;
+
+pub async fn run_local_demo() -> Result<()> {
+    // Define the scenario (1 validator + 1 executor, tx + DA workload)
+    let mut plan = ScenarioBuilder::topology_with(|t| t.network_star().validators(1).executors(1))
+        .wallets(1_000)
+        .transactions_with(|txs| {
+            txs.rate(5) // 5 transactions per block
+                .users(500) // use 500 of the seeded wallets
+        })
+        .da_with(|da| {
+            da.channel_rate(1) // 1 channel
+                .blob_rate(1) // target 1 blob per block
+                .headroom_percent(20) // default headroom when sizing channels
+        })
+        .expect_consensus_liveness()
+        .with_run_duration(Duration::from_secs(60))
+        .build();
+
+    // Deploy and run
+    let deployer = LocalDeployer::default();
+    let runner = deployer.deploy(&plan).await?;
+    let _handle = runner.run(&mut plan).await?;
+
+    Ok(())
+}
+

Note: The examples are binaries with #[tokio::main], not test functions. If you want to write integration tests, wrap this pattern in #[tokio::test] functions in your own test suite.

+

Important: POL_PROOF_DEV_MODE=true disables expensive Groth16 zero-knowledge proof generation for leader election. Without it, proof generation is CPU-intensive and tests will timeout. This is required for all runners (local, compose, k8s) for practical testing. Never use in production.

+

What you should see:

+
    +
  • Nodes spawn as local processes
  • +
  • Consensus starts producing blocks
  • +
  • Scenario runs for the configured duration
  • +
  • Node state/logs written under a temporary per-run directory in the current working directory (removed after the run unless NOMOS_TESTS_KEEP_LOGS=1)
  • +
  • To write per-node log files to a stable location: set NOMOS_LOG_DIR=/path/to/logs (files will have prefix like nomos-node-0*, may include timestamps)
  • +
+

What Just Happened?

+

Let's unpack the code:

+

1. Topology Configuration

+
use testing_framework_core::scenario::ScenarioBuilder;
+
+pub fn step_1_topology() -> testing_framework_core::scenario::Builder<()> {
+    ScenarioBuilder::topology_with(|t| {
+        t.network_star() // Star topology: all nodes connect to seed
+            .validators(1) // 1 validator node
+            .executors(1) // 1 executor node (validator + DA dispersal)
+    })
+}
+

This defines what your test network looks like.

+

2. Wallet Seeding

+
use testing_framework_core::scenario::ScenarioBuilder;
+use testing_framework_workflows::ScenarioBuilderExt;
+
+pub fn step_2_wallets() -> testing_framework_core::scenario::Builder<()> {
+    ScenarioBuilder::with_node_counts(1, 1).wallets(1_000) // Seed 1,000 funded wallet accounts
+}
+

Provides funded accounts for transaction submission.

+

3. Workloads

+
use testing_framework_core::scenario::ScenarioBuilder;
+use testing_framework_workflows::ScenarioBuilderExt;
+
+pub fn step_3_workloads() -> testing_framework_core::scenario::Builder<()> {
+    ScenarioBuilder::with_node_counts(1, 1)
+        .wallets(1_000)
+        .transactions_with(|txs| {
+            txs.rate(5) // 5 transactions per block
+                .users(500) // Use 500 of the 1,000 wallets
+        })
+        .da_with(|da| {
+            da.channel_rate(1) // 1 DA channel (more spawned with headroom)
+                .blob_rate(1) // target 1 blob per block
+                .headroom_percent(20) // default headroom when sizing channels
+        })
+}
+

Generates both transaction and DA traffic to stress both subsystems.

+

4. Expectation

+
use testing_framework_core::scenario::ScenarioBuilder;
+use testing_framework_workflows::ScenarioBuilderExt;
+
+pub fn step_4_expectation() -> testing_framework_core::scenario::Builder<()> {
+    ScenarioBuilder::with_node_counts(1, 1).expect_consensus_liveness() // This says what success means: blocks must be produced continuously.
+}
+

This says what success means: blocks must be produced continuously.

+

5. Run Duration

+
use std::time::Duration;
+
+use testing_framework_core::scenario::ScenarioBuilder;
+
+pub fn step_5_run_duration() -> testing_framework_core::scenario::Builder<()> {
+    ScenarioBuilder::with_node_counts(1, 1).with_run_duration(Duration::from_secs(60))
+}
+

Run for 60 seconds (~27 blocks with default 2s slots, 0.9 coefficient). Framework ensures this is at least 2× the consensus slot duration. Adjust consensus timing via CONSENSUS_SLOT_TIME and CONSENSUS_ACTIVE_SLOT_COEFF.

+

6. Deploy and Execute

+
use anyhow::Result;
+use testing_framework_core::scenario::{Deployer, ScenarioBuilder};
+use testing_framework_runner_local::LocalDeployer;
+
+pub async fn step_6_deploy_and_execute() -> Result<()> {
+    let mut plan = ScenarioBuilder::with_node_counts(1, 1).build();
+
+    let deployer = LocalDeployer::default(); // Use local process deployer
+    let runner = deployer.deploy(&plan).await?; // Provision infrastructure
+    let _handle = runner.run(&mut plan).await?; // Execute workloads & expectations
+
+    Ok(())
+}
+

Deployer provisions the infrastructure. Runner orchestrates execution.

+

Adjust the Topology

+

With run-examples.sh (recommended):

+
# Scale up to 3 validators + 2 executors, run for 2 minutes
+scripts/run/run-examples.sh -t 120 -v 3 -e 2 host
+
+

With direct cargo run:

+
# Uses NOMOS_DEMO_* env vars (or legacy *_DEMO_* vars)
+NOMOS_DEMO_VALIDATORS=3 \
+NOMOS_DEMO_EXECUTORS=2 \
+NOMOS_DEMO_RUN_SECS=120 \
+POL_PROOF_DEV_MODE=true \
+cargo run -p runner-examples --bin local_runner
+
+

Try Docker Compose

+

Use the same API with a different deployer for reproducible containerized environment.

+

Recommended: Use the convenience script (handles everything):

+
scripts/run/run-examples.sh -t 60 -v 1 -e 1 compose
+
+

This automatically:

+
    +
  • Fetches circuit assets (to testing-framework/assets/stack/kzgrs_test_params/kzgrs_test_params)
  • +
  • Builds/uses prebuilt binaries (via NOMOS_BINARIES_TAR if available)
  • +
  • Builds the Docker image
  • +
  • Runs the compose scenario
  • +
+

Alternative: Direct cargo run with manual setup:

+
# Option 1: Use prebuilt bundle (recommended for compose/k8s)
+scripts/build/build-bundle.sh --platform linux  # Creates .tmp/nomos-binaries-linux-v0.3.1.tar.gz
+export NOMOS_BINARIES_TAR=.tmp/nomos-binaries-linux-v0.3.1.tar.gz
+
+# Option 2: Manual circuit/image setup (rebuilds during image build)
+scripts/setup/setup-nomos-circuits.sh v0.3.1 /tmp/nomos-circuits
+cp -r /tmp/nomos-circuits/* testing-framework/assets/stack/kzgrs_test_params/
+scripts/build/build_test_image.sh
+
+# Run with Compose
+NOMOS_TESTNET_IMAGE=logos-blockchain-testing:local \
+POL_PROOF_DEV_MODE=true \
+cargo run -p runner-examples --bin compose_runner
+
+

Benefit: Reproducible containerized environment (Dockerized nodes, repeatable deployments).

+

Optional: Prometheus + Grafana

+

The runner can integrate with external observability endpoints. For a ready-to-run local stack:

+
scripts/setup/setup-observability.sh compose up
+eval "$(scripts/setup/setup-observability.sh compose env)"
+
+

Then run your compose scenario as usual (the environment variables enable PromQL querying and node OTLP metrics export).

+

Note: Compose expects KZG parameters at /kzgrs_test_params/kzgrs_test_params inside containers (the directory name is repeated as the filename).

+

In code: Just swap the deployer:

+
use anyhow::Result;
+use testing_framework_core::scenario::{Deployer, ScenarioBuilder};
+use testing_framework_runner_compose::ComposeDeployer;
+
+pub async fn run_with_compose_deployer() -> Result<()> {
+    // ... same scenario definition ...
+    let mut plan = ScenarioBuilder::with_node_counts(1, 1).build();
+
+    let deployer = ComposeDeployer::default(); // Use Docker Compose
+    let runner = deployer.deploy(&plan).await?;
+    let _handle = runner.run(&mut plan).await?;
+
+    Ok(())
+}
+

Next Steps

+

Now that you have a working test:

+ + +
+ + +
+
+ + + +
+ + + + + + + + + + + + + + + + + + + +
+ + diff --git a/docs/runners.html b/docs/runners.html new file mode 100644 index 0000000..9741a3e --- /dev/null +++ b/docs/runners.html @@ -0,0 +1,371 @@ + + + + + + Runners - Logos Blockchain Testing Framework Book + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + + +
+
+

Runners

+

Runners turn a scenario plan into a live environment while keeping the plan +unchanged. Choose based on feedback speed, reproducibility, and fidelity. For +environment and operational considerations, see Operations Overview.

+

Important: All runners require POL_PROOF_DEV_MODE=true to avoid expensive Groth16 proof generation that causes timeouts.

+

Host runner (local processes)

+
    +
  • Launches node processes directly on the host (via LocalDeployer).
  • +
  • Binary: local_runner.rs, script mode: host
  • +
  • Fastest feedback loop and minimal orchestration overhead.
  • +
  • Best for development-time iteration and debugging.
  • +
  • Can run in CI for fast smoke tests.
  • +
  • Node control: Not supported (chaos workloads not available)
  • +
+

Run with: scripts/run/run-examples.sh -t 60 -v 1 -e 1 host

+

Docker Compose runner

+
    +
  • Starts nodes in containers to provide a reproducible multi-node stack on a +single machine (via ComposeDeployer).
  • +
  • Binary: compose_runner.rs, script mode: compose
  • +
  • Discovers service ports and wires observability for convenient inspection.
  • +
  • Good balance between fidelity and ease of setup.
  • +
  • Recommended for CI pipelines (isolated environment, reproducible).
  • +
  • Node control: Supported (can restart nodes for chaos testing)
  • +
+

Run with: scripts/run/run-examples.sh -t 60 -v 1 -e 1 compose

+

Kubernetes runner

+
    +
  • Deploys nodes onto a cluster for higher-fidelity, longer-running scenarios (via K8sDeployer).
  • +
  • Binary: k8s_runner.rs, script mode: k8s
  • +
  • Suits CI with cluster access or shared test environments where cluster behavior +and scheduling matter.
  • +
  • Node control: Not supported yet (chaos workloads not available)
  • +
+

Run with: scripts/run/run-examples.sh -t 60 -v 1 -e 1 k8s

+

Common expectations

+
    +
  • All runners require at least one validator and, for transaction scenarios, +access to seeded wallets.
  • +
  • Readiness probes gate workload start so traffic begins only after nodes are +reachable.
  • +
  • Environment flags can relax timeouts or increase tracing when diagnostics are +needed.
  • +
+

Runner Comparison

+
flowchart TB
+    subgraph Host["Host Runner (Local)"]
+        H1["Speed: Fast"]
+        H2["Isolation: Shared host"]
+        H3["Setup: Minimal"]
+        H4["Chaos: Not supported"]
+        H5["CI: Quick smoke tests"]
+    end
+    
+    subgraph Compose["Compose Runner (Docker)"]
+        C1["Speed: Medium"]
+        C2["Isolation: Containerized"]
+        C3["Setup: Image build required"]
+        C4["Chaos: Supported"]
+        C5["CI: Recommended"]
+    end
+    
+    subgraph K8s["K8s Runner (Cluster)"]
+        K1["Speed: Slower"]
+        K2["Isolation: Pod-level"]
+        K3["Setup: Cluster + image"]
+        K4["Chaos: Not yet supported"]
+        K5["CI: Large-scale tests"]
+    end
+    
+    Decision{Choose Based On}
+    Decision -->|Fast iteration| Host
+    Decision -->|Reproducibility| Compose
+    Decision -->|Production-like| K8s
+    
+    style Host fill:#e1f5ff
+    style Compose fill:#e1ffe1
+    style K8s fill:#ffe1f5
+
+

Detailed Feature Matrix

+
+ + + + + + + + + + +
FeatureHostComposeK8s
SpeedFastestMediumSlowest
Setup Time< 1 min2-5 min5-10 min
IsolationProcess-levelContainerPod + namespace
Node ControlNoYesNot yet
ObservabilityBasicExternal stackCluster-wide
CI IntegrationSmoke testsRecommendedHeavy tests
Resource UsageLowMediumHigh
ReproducibilityEnvironment-dependentHighHighest
Network FidelityLocalhost onlyVirtual networkReal cluster
Parallel RunsPort conflictsIsolatedNamespace isolation
+
+

Decision Guide

+
flowchart TD
+    Start[Need to run tests?] --> Q1{Local development?}
+    Q1 -->|Yes| Q2{Testing chaos?}
+    Q1 -->|No| Q5{Have cluster access?}
+    
+    Q2 -->|Yes| UseCompose[Use Compose]
+    Q2 -->|No| Q3{Need isolation?}
+    
+    Q3 -->|Yes| UseCompose
+    Q3 -->|No| UseHost[Use Host]
+    
+    Q5 -->|Yes| Q6{Large topology?}
+    Q5 -->|No| Q7{CI pipeline?}
+    
+    Q6 -->|Yes| UseK8s[Use K8s]
+    Q6 -->|No| UseCompose
+    
+    Q7 -->|Yes| Q8{Docker available?}
+    Q7 -->|No| UseHost
+    
+    Q8 -->|Yes| UseCompose
+    Q8 -->|No| UseHost
+    
+    style UseHost fill:#e1f5ff
+    style UseCompose fill:#e1ffe1
+    style UseK8s fill:#ffe1f5
+
+

Quick Recommendations

+

Use Host Runner when:

+
    +
  • Iterating rapidly during development
  • +
  • Running quick smoke tests
  • +
  • Testing on a laptop with limited resources
  • +
  • Don't need chaos testing
  • +
+

Use Compose Runner when:

+
    +
  • Need reproducible test environments
  • +
  • Testing chaos scenarios (node restarts)
  • +
  • Running in CI pipelines
  • +
  • Want containerized isolation
  • +
+

Use K8s Runner when:

+
    +
  • Testing large-scale topologies (10+ nodes)
  • +
  • Need production-like environment
  • +
  • Have cluster access in CI
  • +
  • Testing cluster-specific behaviors
  • +
+ +
+ + +
+
+ + + +
+ + + + + + + + + + + + + + + + + + + +
+ + diff --git a/docs/running-examples.html b/docs/running-examples.html new file mode 100644 index 0000000..0c55989 --- /dev/null +++ b/docs/running-examples.html @@ -0,0 +1,498 @@ + + + + + + Running Examples - Logos Blockchain Testing Framework Book + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + + +
+
+

Running Examples

+

The framework provides three runner modes: host (local processes), compose (Docker Compose), and k8s (Kubernetes).

+ +

Use scripts/run/run-examples.sh for all modes—it handles all setup automatically:

+
# Host mode (local processes)
+scripts/run/run-examples.sh -t 60 -v 3 -e 1 host
+
+# Compose mode (Docker Compose)
+scripts/run/run-examples.sh -t 60 -v 3 -e 1 compose
+
+# K8s mode (Kubernetes)
+scripts/run/run-examples.sh -t 60 -v 3 -e 1 k8s
+
+

Parameters:

+
    +
  • -t 60 — Run duration in seconds
  • +
  • -v 3 — Number of validators
  • +
  • -e 1 — Number of executors
  • +
  • host|compose|k8s — Deployment mode
  • +
+

This script handles:

+
    +
  • Circuit asset setup
  • +
  • Binary building/bundling
  • +
  • Image building (compose/k8s)
  • +
  • Image loading into cluster (k8s)
  • +
  • Execution with proper environment
  • +
+

Note: For k8s runs against non-local clusters (e.g. EKS), the cluster pulls images from a registry. In that case, build + push your image separately (see scripts/build/build_test_image.sh) and set NOMOS_TESTNET_IMAGE to the pushed reference.

+

Quick Smoke Matrix

+

For a small "does everything still run?" matrix across all runners:

+
scripts/run/run-test-matrix.sh -t 120 -v 1 -e 1
+
+

This runs host, compose, and k8s modes with various image-build configurations. Useful after making runner/image/script changes. Forwards --metrics-* options through to scripts/run/run-examples.sh.

+

Common options:

+
    +
  • --modes host,compose,k8s — Restrict which modes run
  • +
  • --no-clean — Skip scripts/ops/clean.sh step
  • +
  • --no-bundles — Skip scripts/build/build-bundle.sh (reuses existing .tmp tarballs)
  • +
  • --no-image-build — Skip the “rebuild image” variants in the matrix (compose/k8s)
  • +
  • --allow-nonzero-progress — Soft-pass expectation failures if logs show non-zero progress (local iteration only)
  • +
  • --force-k8s-image-build — Allow the k8s image-build variant even on non-docker-desktop clusters
  • +
+

Environment overrides:

+
    +
  • VERSION=v0.3.1 — Circuit version
  • +
  • NOMOS_NODE_REV=<commit> — nomos-node git revision
  • +
  • NOMOS_BINARIES_TAR=path/to/bundle.tar.gz — Use prebuilt bundle
  • +
  • NOMOS_SKIP_IMAGE_BUILD=1 — Skip image rebuild inside run-examples.sh (compose/k8s)
  • +
  • NOMOS_BUNDLE_DOCKER_PLATFORM=linux/arm64|linux/amd64 — Docker platform for bundle builds (macOS/Windows)
  • +
  • COMPOSE_CIRCUITS_PLATFORM=linux-aarch64|linux-x86_64 — Circuits platform for image builds
  • +
  • SLOW_TEST_ENV=true — Doubles built-in readiness timeouts (useful in CI / constrained laptops)
  • +
  • TESTNET_PRINT_ENDPOINTS=1 — Print TESTNET_ENDPOINTS / TESTNET_PPROF lines during deploy
  • +
+

Dev Workflow: Updating nomos-node Revision

+

The repo pins a nomos-node revision in versions.env for reproducible builds. To update it or point to a local checkout:

+
# Pin to a new git revision (updates versions.env + Cargo.toml git revs)
+scripts/ops/update-nomos-rev.sh --rev <git_sha>
+
+# Use a local nomos-node checkout instead (for development)
+scripts/ops/update-nomos-rev.sh --path /path/to/nomos-node
+
+# If Cargo.toml was marked skip-worktree, clear it
+scripts/ops/update-nomos-rev.sh --unskip-worktree
+
+

Notes:

+
    +
  • Don't commit absolute NOMOS_NODE_PATH values; prefer --rev for shared history/CI
  • +
  • After changing rev/path, expect Cargo.lock to update on the next cargo build/cargo test
  • +
+

Cleanup Helper

+

If you hit Docker build failures, I/O errors, or disk space issues:

+
scripts/ops/clean.sh
+
+

For extra Docker cache cleanup:

+
scripts/ops/clean.sh --docker
+
+
+

Host Runner (Direct Cargo Run)

+

For manual control, run the local_runner binary directly:

+
POL_PROOF_DEV_MODE=true \
+NOMOS_NODE_BIN=/path/to/nomos-node \
+NOMOS_EXECUTOR_BIN=/path/to/nomos-executor \
+cargo run -p runner-examples --bin local_runner
+
+

Host Runner Environment Variables

+
+ + + + + + + + + + + +
VariableDefaultEffect
NOMOS_DEMO_VALIDATORS1Number of validators (legacy: LOCAL_DEMO_VALIDATORS)
NOMOS_DEMO_EXECUTORS1Number of executors (legacy: LOCAL_DEMO_EXECUTORS)
NOMOS_DEMO_RUN_SECS60Run duration in seconds (legacy: LOCAL_DEMO_RUN_SECS)
NOMOS_NODE_BINPath to nomos-node binary (required)
NOMOS_EXECUTOR_BINPath to nomos-executor binary (required)
NOMOS_LOG_DIRNoneDirectory for per-node log files
NOMOS_TESTS_KEEP_LOGS0Keep per-run temporary directories (useful for debugging/CI)
NOMOS_TESTS_TRACINGfalseEnable debug tracing preset
NOMOS_LOG_LEVELinfoGlobal log level: error, warn, info, debug, trace
NOMOS_LOG_FILTERNoneFine-grained module filtering (e.g., cryptarchia=trace,nomos_da_sampling=debug)
POL_PROOF_DEV_MODEREQUIRED: Set to true for all runners
+
+

Note: Requires circuit assets and host binaries. Use scripts/run/run-examples.sh host to handle setup automatically.

+
+

Compose Runner (Direct Cargo Run)

+

For manual control, run the compose_runner binary directly. Compose requires a Docker image with embedded assets.

+ +
# 1. Build a Linux bundle (includes binaries + circuits)
+scripts/build/build-bundle.sh --platform linux
+# Creates .tmp/nomos-binaries-linux-v0.3.1.tar.gz
+
+# 2. Build image (embeds bundle assets)
+export NOMOS_BINARIES_TAR=.tmp/nomos-binaries-linux-v0.3.1.tar.gz
+scripts/build/build_test_image.sh
+
+# 3. Run
+NOMOS_TESTNET_IMAGE=logos-blockchain-testing:local \
+POL_PROOF_DEV_MODE=true \
+cargo run -p runner-examples --bin compose_runner
+
+

Option 2: Manual Circuit/Image Setup

+
# Fetch and copy circuits
+scripts/setup/setup-nomos-circuits.sh v0.3.1 /tmp/nomos-circuits
+cp -r /tmp/nomos-circuits/* testing-framework/assets/stack/kzgrs_test_params/
+
+# Build image
+scripts/build/build_test_image.sh
+
+# Run
+NOMOS_TESTNET_IMAGE=logos-blockchain-testing:local \
+POL_PROOF_DEV_MODE=true \
+cargo run -p runner-examples --bin compose_runner
+
+

Platform Note (macOS / Apple Silicon)

+
    +
  • Docker Desktop runs a linux/arm64 engine by default
  • +
  • For native performance: NOMOS_BUNDLE_DOCKER_PLATFORM=linux/arm64 (recommended for local testing)
  • +
  • For amd64 targets: NOMOS_BUNDLE_DOCKER_PLATFORM=linux/amd64 (slower via emulation)
  • +
+

Compose Runner Environment Variables

+
+ + + + + + + + + + + + + +
VariableDefaultEffect
NOMOS_TESTNET_IMAGEImage tag (required, must match built image)
POL_PROOF_DEV_MODEREQUIRED: Set to true for all runners
NOMOS_DEMO_VALIDATORS1Number of validators
NOMOS_DEMO_EXECUTORS1Number of executors
NOMOS_DEMO_RUN_SECS60Run duration in seconds
COMPOSE_NODE_PAIRSAlternative topology format: "validators×executors" (e.g., 3x2)
NOMOS_METRICS_QUERY_URLNonePrometheus-compatible base URL for runner to query
NOMOS_METRICS_OTLP_INGEST_URLNoneFull OTLP HTTP ingest URL for node metrics export
NOMOS_GRAFANA_URLNoneGrafana base URL for printing/logging
COMPOSE_RUNNER_HOST127.0.0.1Host address for port mappings
COMPOSE_RUNNER_PRESERVE0Keep containers running after test
NOMOS_LOG_LEVELinfoNode log level (stdout/stderr)
NOMOS_LOG_FILTERNoneFine-grained module filtering
+
+

Config file option: testing-framework/assets/stack/cfgsync.yaml (tracing_settings.logger) — Switch node logs between stdout/stderr and file output

+

Compose-Specific Features

+
    +
  • Node control support: Only runner that supports chaos testing (.enable_node_control() + chaos workloads)
  • +
  • External observability: Set NOMOS_METRICS_* / NOMOS_GRAFANA_URL to enable telemetry links and querying +
      +
    • Quickstart: scripts/setup/setup-observability.sh compose up then scripts/setup/setup-observability.sh compose env
    • +
    +
  • +
+

Important:

+
    +
  • Containers expect KZG parameters at /kzgrs_test_params/kzgrs_test_params (note the repeated filename)
  • +
  • Use scripts/run/run-examples.sh compose to handle all setup automatically
  • +
+
+

K8s Runner (Direct Cargo Run)

+

For manual control, run the k8s_runner binary directly. K8s requires the same image setup as Compose.

+

Prerequisites

+
    +
  1. Kubernetes cluster with kubectl configured
  2. +
  3. Test image built (same as Compose, preferably with prebuilt bundle)
  4. +
  5. Image available in cluster (loaded or pushed to registry)
  6. +
+

Build and Load Image

+
# 1. Build image with bundle (recommended)
+scripts/build/build-bundle.sh --platform linux
+export NOMOS_BINARIES_TAR=.tmp/nomos-binaries-linux-v0.3.1.tar.gz
+scripts/build/build_test_image.sh
+
+# 2. Load into cluster (choose one)
+export NOMOS_TESTNET_IMAGE=logos-blockchain-testing:local
+
+# For kind:
+kind load docker-image logos-blockchain-testing:local
+
+# For minikube:
+minikube image load logos-blockchain-testing:local
+
+# For remote cluster (push to registry):
+docker tag logos-blockchain-testing:local your-registry/logos-blockchain-testing:latest
+docker push your-registry/logos-blockchain-testing:latest
+export NOMOS_TESTNET_IMAGE=your-registry/logos-blockchain-testing:latest
+
+

Run the Example

+
export NOMOS_TESTNET_IMAGE=logos-blockchain-testing:local
+export POL_PROOF_DEV_MODE=true
+cargo run -p runner-examples --bin k8s_runner
+
+

K8s Runner Environment Variables

+
+ + + + + + + + + + + + + +
VariableDefaultEffect
NOMOS_TESTNET_IMAGEImage tag (required)
POL_PROOF_DEV_MODEREQUIRED: Set to true for all runners
NOMOS_DEMO_VALIDATORS1Number of validators
NOMOS_DEMO_EXECUTORS1Number of executors
NOMOS_DEMO_RUN_SECS60Run duration in seconds
NOMOS_METRICS_QUERY_URLNonePrometheus-compatible base URL for runner to query (PromQL)
NOMOS_METRICS_OTLP_INGEST_URLNoneFull OTLP HTTP ingest URL for node metrics export
NOMOS_GRAFANA_URLNoneGrafana base URL for printing/logging
K8S_RUNNER_NAMESPACERandomKubernetes namespace (pin for debugging)
K8S_RUNNER_RELEASERandomHelm release name (pin for debugging)
K8S_RUNNER_NODE_HOSTNodePort host resolution for non-local clusters
K8S_RUNNER_DEBUG0Log Helm stdout/stderr for install commands
K8S_RUNNER_PRESERVE0Keep namespace/release after run (for debugging)
+
+

K8s + Observability (Optional)

+
export NOMOS_METRICS_QUERY_URL=http://your-prometheus:9090
+# Prometheus OTLP receiver example:
+export NOMOS_METRICS_OTLP_INGEST_URL=http://your-prometheus:9090/api/v1/otlp/v1/metrics
+# Optional: print Grafana link in TESTNET_ENDPOINTS
+export NOMOS_GRAFANA_URL=http://your-grafana:3000
+cargo run -p runner-examples --bin k8s_runner
+
+

Notes:

+
    +
  • NOMOS_METRICS_QUERY_URL must be reachable from the runner process (often via kubectl port-forward)
  • +
  • NOMOS_METRICS_OTLP_INGEST_URL must be reachable from nodes (pods/containers) and is backend-specific +
      +
    • Quickstart installer: scripts/setup/setup-observability.sh k8s install then scripts/setup/setup-observability.sh k8s env
    • +
    • Optional dashboards: scripts/setup/setup-observability.sh k8s dashboards
    • +
    +
  • +
+ +
scripts/run/run-examples.sh -t 60 -v 3 -e 1 k8s \
+  --metrics-query-url http://your-prometheus:9090 \
+  --metrics-otlp-ingest-url http://your-prometheus:9090/api/v1/otlp/v1/metrics
+
+

In Code (Optional)

+
use testing_framework_core::scenario::ScenarioBuilder;
+use testing_framework_workflows::ObservabilityBuilderExt as _;
+
+let plan = ScenarioBuilder::with_node_counts(1, 1)
+    .with_metrics_query_url_str("http://your-prometheus:9090")
+    .with_metrics_otlp_ingest_url_str("http://your-prometheus:9090/api/v1/otlp/v1/metrics")
+    .build();
+

Important K8s Notes

+
    +
  • K8s runner mounts testing-framework/assets/stack/kzgrs_test_params as a hostPath volume
  • +
  • File path inside pods: /kzgrs_test_params/kzgrs_test_params
  • +
  • No node control support yet: Chaos workloads (.enable_node_control()) will fail
  • +
  • Optimized for local clusters (Docker Desktop K8s / minikube / kind) +
      +
    • Remote clusters require additional setup (registry push, PV/CSI for assets, etc.)
    • +
    +
  • +
  • Use scripts/run/run-examples.sh k8s to handle all setup automatically
  • +
+

Next Steps

+ + +
+ + +
+
+ + + +
+ + + + + + + + + + + + + + + + + + + +
+ + diff --git a/docs/running-scenarios.html b/docs/running-scenarios.html new file mode 100644 index 0000000..7657831 --- /dev/null +++ b/docs/running-scenarios.html @@ -0,0 +1,323 @@ + + + + + + Running Scenarios - Logos Blockchain Testing Framework Book + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + + +
+
+

Running Scenarios

+

This page focuses on how scenarios are executed (deploy → run → evaluate → cleanup), what artifacts you get back, and how that differs across runners.

+

For “just run something that works” commands, see Running Examples.

+
+

Execution Flow (High Level)

+

When you run a built scenario via a deployer, the run follows the same shape:

+
flowchart TD
+    Build[Scenario built] --> Deploy[Deploy]
+    Deploy --> Capture[Capture]
+    Capture --> Execute[Execute]
+    Execute --> Evaluate[Evaluate]
+    Evaluate --> Cleanup[Cleanup]
+
+
    +
  • Deploy: provision infrastructure and start nodes (processes/containers/pods)
  • +
  • Capture: establish clients/observability and capture initial state
  • +
  • Execute: run workloads for the configured wall-clock duration
  • +
  • Evaluate: run expectations (after the execution window ends)
  • +
  • Cleanup: stop resources and finalize artifacts
  • +
+
+

The Core API

+
use std::time::Duration;
+
+use testing_framework_core::scenario::{Deployer as _, ScenarioBuilder};
+use testing_framework_runner_local::LocalDeployer;
+use testing_framework_workflows::ScenarioBuilderExt;
+
+async fn run_once() -> anyhow::Result<()> {
+    let mut scenario = ScenarioBuilder::topology_with(|t| t.network_star().validators(3).executors(1))
+        .wallets(20)
+        .transactions_with(|tx| tx.rate(1).users(5))
+        .expect_consensus_liveness()
+        .with_run_duration(Duration::from_secs(60))
+        .build()?;
+
+    let runner = LocalDeployer::default().deploy(&scenario).await?;
+    runner.run(&mut scenario).await?;
+
+    Ok(())
+}
+

Notes:

+
    +
  • with_run_duration(...) is wall-clock time, not “number of blocks”.
  • +
  • .transactions_with(...) rates are per-block.
  • +
  • Most users should run scenarios via scripts/run/run-examples.sh unless they are embedding the framework in their own test crate.
  • +
+
+

Runner Differences

+

Local (Host) Runner

+
    +
  • Best for: fast iteration and debugging
  • +
  • Logs/state: stored under a temporary run directory unless you set NOMOS_TESTS_KEEP_LOGS=1 and/or NOMOS_LOG_DIR=...
  • +
  • Limitations: no node-control capability (chaos workflows that require node control won’t work here)
  • +
+

Run the built-in local examples:

+
POL_PROOF_DEV_MODE=true \
+scripts/run/run-examples.sh -t 60 -v 3 -e 1 host
+
+

Compose Runner

+
    +
  • Best for: reproducible multi-node environments and node control
  • +
  • Logs: primarily via docker compose logs (and any node-level log configuration you apply)
  • +
  • Debugging: set COMPOSE_RUNNER_PRESERVE=1 to keep the environment up after a run
  • +
+

Run the built-in compose examples:

+
POL_PROOF_DEV_MODE=true \
+scripts/run/run-examples.sh -t 60 -v 3 -e 1 compose
+
+

K8s Runner

+
    +
  • Best for: production-like behavior, cluster scheduling/networking
  • +
  • Logs: kubectl logs ...
  • +
  • Debugging: set K8S_RUNNER_PRESERVE=1 and K8S_RUNNER_NAMESPACE=... to keep resources around
  • +
+

Run the built-in k8s examples:

+
POL_PROOF_DEV_MODE=true \
+scripts/run/run-examples.sh -t 60 -v 3 -e 1 k8s
+
+
+

Artifacts & Where to Look

+
    +
  • Node logs: configure via NOMOS_LOG_DIR, NOMOS_LOG_LEVEL, NOMOS_LOG_FILTER (see Logging & Observability)
  • +
  • Runner logs: controlled by RUST_LOG (runner process only)
  • +
  • Keep run directories: set NOMOS_TESTS_KEEP_LOGS=1
  • +
  • Compose environment preservation: set COMPOSE_RUNNER_PRESERVE=1
  • +
  • K8s environment preservation: set K8S_RUNNER_PRESERVE=1
  • +
+
+

See Also

+ + +
+ + +
+
+ + + +
+ + + + + + + + + + + + + + + + + + + +
+ + diff --git a/docs/scenario-builder-ext-patterns.html b/docs/scenario-builder-ext-patterns.html new file mode 100644 index 0000000..d6d6315 --- /dev/null +++ b/docs/scenario-builder-ext-patterns.html @@ -0,0 +1,247 @@ + + + + + + Core Content: ScenarioBuilderExt Patterns - Logos Blockchain Testing Framework Book + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + + +
+
+

Core Content: ScenarioBuilderExt Patterns

+
+

When should I read this? After writing 2-3 scenarios. This page documents patterns that emerge from real usage—come back when you're refactoring or standardizing your test suite.

+
+

Patterns that keep scenarios readable and reusable:

+
    +
  • Topology-first: start by shaping the cluster (counts, layout) so later +steps inherit a clear foundation.
  • +
  • Bundle defaults: use the DSL helpers to attach common expectations (like +liveness) whenever you add a matching workload, reducing forgotten checks.
  • +
  • Intentional rates: express traffic in per-block terms to align with +protocol timing rather than wall-clock assumptions.
  • +
  • Opt-in chaos: enable restart patterns only in scenarios meant to probe +resilience; keep functional smoke tests deterministic.
  • +
  • Wallet clarity: seed only the number of actors you need; it keeps +transaction scenarios deterministic and interpretable.
  • +
+

These patterns make scenario definitions self-explanatory while staying aligned +with the framework’s block-oriented timing model.

+ +
+ + +
+
+ + + +
+ + + + + + + + + + + + + + + + + + + +
+ + diff --git a/docs/scenario-lifecycle.html b/docs/scenario-lifecycle.html new file mode 100644 index 0000000..e95ae77 --- /dev/null +++ b/docs/scenario-lifecycle.html @@ -0,0 +1,345 @@ + + + + + + Scenario Lifecycle - Logos Blockchain Testing Framework Book + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + + +
+
+

Scenario Lifecycle

+

A scenario progresses through six distinct phases, each with a specific responsibility:

+
flowchart TB
+    subgraph Phase1["1. Build Phase"]
+        Build[Define Scenario]
+        BuildDetails["• Declare topology<br/>• Attach workloads<br/>• Add expectations<br/>• Set run duration"]
+        Build --> BuildDetails
+    end
+    
+    subgraph Phase2["2. Deploy Phase"]
+        Deploy[Provision Environment]
+        DeployDetails["• Launch nodes<br/>• Wait for readiness<br/>• Establish connectivity<br/>• Return Runner"]
+        Deploy --> DeployDetails
+    end
+    
+    subgraph Phase3["3. Capture Phase"]
+        Capture[Baseline Metrics]
+        CaptureDetails["• Snapshot initial state<br/>• Start BlockFeed<br/>• Initialize expectations"]
+        Capture --> CaptureDetails
+    end
+    
+    subgraph Phase4["4. Execution Phase"]
+        Execute[Drive Workloads]
+        ExecuteDetails["• Submit transactions<br/>• Disperse DA blobs<br/>• Trigger chaos events<br/>• Run for duration"]
+        Execute --> ExecuteDetails
+    end
+    
+    subgraph Phase5["5. Evaluation Phase"]
+        Evaluate[Check Expectations]
+        EvaluateDetails["• Verify liveness<br/>• Check inclusion<br/>• Validate outcomes<br/>• Aggregate results"]
+        Evaluate --> EvaluateDetails
+    end
+    
+    subgraph Phase6["6. Cleanup Phase"]
+        Cleanup[Teardown]
+        CleanupDetails["• Stop nodes<br/>• Remove containers<br/>• Collect logs<br/>• Release resources"]
+        Cleanup --> CleanupDetails
+    end
+    
+    Phase1 --> Phase2
+    Phase2 --> Phase3
+    Phase3 --> Phase4
+    Phase4 --> Phase5
+    Phase5 --> Phase6
+    
+    style Phase1 fill:#e1f5ff
+    style Phase2 fill:#fff4e1
+    style Phase3 fill:#f0ffe1
+    style Phase4 fill:#ffe1f5
+    style Phase5 fill:#e1ffe1
+    style Phase6 fill:#ffe1e1
+
+

Phase Details

+

1. Build the Plan

+

Declare a topology, attach workloads and expectations, and set the run window. The plan is the single source of truth for what will happen.

+

Key actions:

+
    +
  • Define cluster shape (validators, executors, network topology)
  • +
  • Configure workloads (transaction rate, DA traffic, chaos patterns)
  • +
  • Attach expectations (liveness, inclusion, custom checks)
  • +
  • Set timing parameters (run duration, cooldown period)
  • +
+

Output: Immutable Scenario plan

+

2. Deploy

+

Hand the plan to a deployer. It provisions the environment on the chosen backend, waits for nodes to signal readiness, and returns a runner.

+

Key actions:

+
    +
  • Provision infrastructure (processes, containers, or pods)
  • +
  • Launch validator and executor nodes
  • +
  • Wait for readiness probes (HTTP endpoints respond)
  • +
  • Establish node connectivity and metrics endpoints
  • +
  • Spawn BlockFeed for real-time block observation
  • +
+

Output: Runner + RunContext (with node clients, metrics, control handles)

+

3. Capture Baseline

+

Expectations snapshot initial state before workloads begin.

+

Key actions:

+
    +
  • Record starting block height
  • +
  • Initialize counters and trackers
  • +
  • Subscribe to BlockFeed
  • +
  • Capture baseline metrics
  • +
+

Output: Captured state for later comparison

+

4. Drive Workloads

+

The runner starts traffic and behaviors for the planned duration.

+

Key actions:

+
    +
  • Submit transactions at configured rates
  • +
  • Disperse and sample DA blobs
  • +
  • Trigger chaos events (node restarts, network partitions)
  • +
  • Run concurrently for the specified duration
  • +
  • Observe blocks and metrics in real-time
  • +
+

Duration: Controlled by with_run_duration()

+

5. Evaluate Expectations

+

Once activity stops (and optional cooldown completes), the runner checks liveness and workload-specific outcomes.

+

Key actions:

+
    +
  • Verify consensus liveness (minimum block production)
  • +
  • Check transaction inclusion rates
  • +
  • Validate DA dispersal and sampling
  • +
  • Assess system recovery after chaos events
  • +
  • Aggregate pass/fail results
  • +
+

Output: Success or detailed failure report

+

6. Cleanup

+

Tear down resources so successive runs start fresh and do not inherit leaked state.

+

Key actions:

+
    +
  • Stop all node processes/containers/pods
  • +
  • Remove temporary directories and volumes
  • +
  • Collect and archive logs (if NOMOS_TESTS_KEEP_LOGS=1)
  • +
  • Release ports and network resources
  • +
  • Cleanup observability stack (if spawned)
  • +
+

Guarantee: Runs even on panic via CleanupGuard

+ +
+ + +
+
+ + + +
+ + + + + + + + + + + + + + + + + + + +
+ + diff --git a/docs/scenario-model.html b/docs/scenario-model.html new file mode 100644 index 0000000..890e509 --- /dev/null +++ b/docs/scenario-model.html @@ -0,0 +1,250 @@ + + + + + + Scenario Model (Developer Level) - Logos Blockchain Testing Framework Book + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + + +
+
+

Scenario Model (Developer Level)

+

The scenario model defines clear, composable responsibilities:

+
    +
  • Topology: a declarative description of the cluster—how many nodes, their +roles, and the broad network and data-availability characteristics. It +represents the intended shape of the system under test.
  • +
  • Scenario: a plan combining topology, workloads, expectations, and a run +window. Building a scenario validates prerequisites (like seeded wallets) and +ensures the run lasts long enough to observe meaningful block progression.
  • +
  • Workloads: asynchronous tasks that generate traffic or conditions. They +use shared context to interact with the deployed cluster and may bundle +default expectations.
  • +
  • Expectations: post-run assertions. They can capture baselines before +workloads start and evaluate success once activity stops.
  • +
  • Runtime: coordinates workloads and expectations for the configured +duration, enforces cooldowns when control actions occur, and ensures cleanup +so runs do not leak resources.
  • +
+

Developers extending the model should keep these boundaries strict: topology +describes, scenarios assemble, deployers provision, runners orchestrate, +workloads drive, and expectations judge outcomes. For guidance on adding new +capabilities, see Extending the Framework.

+ +
+ + +
+
+ + + +
+ + + + + + + + + + + + + + + + + + + +
+ + diff --git a/docs/searcher-c2a407aa.js b/docs/searcher-c2a407aa.js new file mode 100644 index 0000000..5e24e97 --- /dev/null +++ b/docs/searcher-c2a407aa.js @@ -0,0 +1,555 @@ +'use strict'; + +/* global Mark, elasticlunr, path_to_root */ + +window.search = window.search || {}; +(function search() { + // Search functionality + // + // You can use !hasFocus() to prevent keyhandling in your key + // event handlers while the user is typing their search. + + if (!Mark || !elasticlunr) { + return; + } + + // eslint-disable-next-line max-len + // IE 11 Compatibility from https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/startsWith + if (!String.prototype.startsWith) { + String.prototype.startsWith = function(search, pos) { + return this.substr(!pos || pos < 0 ? 0 : +pos, search.length) === search; + }; + } + + const search_wrap = document.getElementById('mdbook-search-wrapper'), + searchbar_outer = document.getElementById('mdbook-searchbar-outer'), + searchbar = document.getElementById('mdbook-searchbar'), + searchresults = document.getElementById('mdbook-searchresults'), + searchresults_outer = document.getElementById('mdbook-searchresults-outer'), + searchresults_header = document.getElementById('mdbook-searchresults-header'), + searchicon = document.getElementById('mdbook-search-toggle'), + content = document.getElementById('mdbook-content'), + + // SVG text elements don't render if inside a tag. + mark_exclude = ['text'], + marker = new Mark(content), + URL_SEARCH_PARAM = 'search', + URL_MARK_PARAM = 'highlight'; + + let current_searchterm = '', + doc_urls = [], + search_options = { + bool: 'AND', + expand: true, + fields: { + title: {boost: 1}, + body: {boost: 1}, + breadcrumbs: {boost: 0}, + }, + }, + searchindex = null, + results_options = { + teaser_word_count: 30, + limit_results: 30, + }, + teaser_count = 0; + + function hasFocus() { + return searchbar === document.activeElement; + } + + function removeChildren(elem) { + while (elem.firstChild) { + elem.removeChild(elem.firstChild); + } + } + + // Helper to parse a url into its building blocks. + function parseURL(url) { + const a = document.createElement('a'); + a.href = url; + return { + source: url, + protocol: a.protocol.replace(':', ''), + host: a.hostname, + port: a.port, + params: (function() { + const ret = {}; + const seg = a.search.replace(/^\?/, '').split('&'); + for (const part of seg) { + if (!part) { + continue; + } + const s = part.split('='); + ret[s[0]] = s[1]; + } + return ret; + })(), + file: (a.pathname.match(/\/([^/?#]+)$/i) || ['', ''])[1], + hash: a.hash.replace('#', ''), + path: a.pathname.replace(/^([^/])/, '/$1'), + }; + } + + // Helper to recreate a url string from its building blocks. + function renderURL(urlobject) { + let url = urlobject.protocol + '://' + urlobject.host; + if (urlobject.port !== '') { + url += ':' + urlobject.port; + } + url += urlobject.path; + let joiner = '?'; + for (const prop in urlobject.params) { + if (Object.prototype.hasOwnProperty.call(urlobject.params, prop)) { + url += joiner + prop + '=' + urlobject.params[prop]; + joiner = '&'; + } + } + if (urlobject.hash !== '') { + url += '#' + urlobject.hash; + } + return url; + } + + // Helper to escape html special chars for displaying the teasers + const escapeHTML = (function() { + const MAP = { + '&': '&', + '<': '<', + '>': '>', + '"': '"', + '\'': ''', + }; + const repl = function(c) { + return MAP[c]; + }; + return function(s) { + return s.replace(/[&<>'"]/g, repl); + }; + })(); + + function formatSearchMetric(count, searchterm) { + if (count === 1) { + return count + ' search result for \'' + searchterm + '\':'; + } else if (count === 0) { + return 'No search results for \'' + searchterm + '\'.'; + } else { + return count + ' search results for \'' + searchterm + '\':'; + } + } + + function formatSearchResult(result, searchterms) { + const teaser = makeTeaser(escapeHTML(result.doc.body), searchterms); + teaser_count++; + + // The ?URL_MARK_PARAM= parameter belongs inbetween the page and the #heading-anchor + const url = doc_urls[result.ref].split('#'); + if (url.length === 1) { // no anchor found + url.push(''); + } + + // encodeURIComponent escapes all chars that could allow an XSS except + // for '. Due to that we also manually replace ' with its url-encoded + // representation (%27). + const encoded_search = encodeURIComponent(searchterms.join(' ')).replace(/'/g, '%27'); + + return '' + + result.doc.breadcrumbs + '' + + '' + teaser + ''; + } + + function makeTeaser(body, searchterms) { + // The strategy is as follows: + // First, assign a value to each word in the document: + // Words that correspond to search terms (stemmer aware): 40 + // Normal words: 2 + // First word in a sentence: 8 + // Then use a sliding window with a constant number of words and count the + // sum of the values of the words within the window. Then use the window that got the + // maximum sum. If there are multiple maximas, then get the last one. + // Enclose the terms in . + const stemmed_searchterms = searchterms.map(function(w) { + return elasticlunr.stemmer(w.toLowerCase()); + }); + const searchterm_weight = 40; + const weighted = []; // contains elements of ["word", weight, index_in_document] + // split in sentences, then words + const sentences = body.toLowerCase().split('. '); + let index = 0; + let value = 0; + let searchterm_found = false; + for (const sentenceindex in sentences) { + const words = sentences[sentenceindex].split(' '); + value = 8; + for (const wordindex in words) { + const word = words[wordindex]; + if (word.length > 0) { + for (const searchtermindex in stemmed_searchterms) { + if (elasticlunr.stemmer(word).startsWith( + stemmed_searchterms[searchtermindex]) + ) { + value = searchterm_weight; + searchterm_found = true; + } + } + weighted.push([word, value, index]); + value = 2; + } + index += word.length; + index += 1; // ' ' or '.' if last word in sentence + } + index += 1; // because we split at a two-char boundary '. ' + } + + if (weighted.length === 0) { + return body; + } + + const window_weight = []; + const window_size = Math.min(weighted.length, results_options.teaser_word_count); + + let cur_sum = 0; + for (let wordindex = 0; wordindex < window_size; wordindex++) { + cur_sum += weighted[wordindex][1]; + } + window_weight.push(cur_sum); + for (let wordindex = 0; wordindex < weighted.length - window_size; wordindex++) { + cur_sum -= weighted[wordindex][1]; + cur_sum += weighted[wordindex + window_size][1]; + window_weight.push(cur_sum); + } + + let max_sum_window_index = 0; + if (searchterm_found) { + let max_sum = 0; + // backwards + for (let i = window_weight.length - 1; i >= 0; i--) { + if (window_weight[i] > max_sum) { + max_sum = window_weight[i]; + max_sum_window_index = i; + } + } + } else { + max_sum_window_index = 0; + } + + // add around searchterms + const teaser_split = []; + index = weighted[max_sum_window_index][2]; + for (let i = max_sum_window_index; i < max_sum_window_index + window_size; i++) { + const word = weighted[i]; + if (index < word[2]) { + // missing text from index to start of `word` + teaser_split.push(body.substring(index, word[2])); + index = word[2]; + } + if (word[1] === searchterm_weight) { + teaser_split.push(''); + } + index = word[2] + word[0].length; + teaser_split.push(body.substring(word[2], index)); + if (word[1] === searchterm_weight) { + teaser_split.push(''); + } + } + + return teaser_split.join(''); + } + + function init(config) { + results_options = config.results_options; + search_options = config.search_options; + doc_urls = config.doc_urls; + searchindex = elasticlunr.Index.load(config.index); + + searchbar_outer.classList.remove('searching'); + + searchbar.focus(); + + const searchterm = searchbar.value.trim(); + if (searchterm !== '') { + searchbar.classList.add('active'); + doSearch(searchterm); + } + } + + function initSearchInteractions(config) { + // Set up events + searchicon.addEventListener('click', () => { + searchIconClickHandler(); + }, false); + searchbar.addEventListener('keyup', () => { + searchbarKeyUpHandler(); + }, false); + document.addEventListener('keydown', e => { + globalKeyHandler(e); + }, false); + // If the user uses the browser buttons, do the same as if a reload happened + window.onpopstate = () => { + doSearchOrMarkFromUrl(); + }; + // Suppress "submit" events so the page doesn't reload when the user presses Enter + document.addEventListener('submit', e => { + e.preventDefault(); + }, false); + + // If reloaded, do the search or mark again, depending on the current url parameters + doSearchOrMarkFromUrl(); + + // Exported functions + config.hasFocus = hasFocus; + } + + initSearchInteractions(window.search); + + function unfocusSearchbar() { + // hacky, but just focusing a div only works once + const tmp = document.createElement('input'); + tmp.setAttribute('style', 'position: absolute; opacity: 0;'); + searchicon.appendChild(tmp); + tmp.focus(); + tmp.remove(); + } + + // On reload or browser history backwards/forwards events, parse the url and do search or mark + function doSearchOrMarkFromUrl() { + // Check current URL for search request + const url = parseURL(window.location.href); + if (Object.prototype.hasOwnProperty.call(url.params, URL_SEARCH_PARAM) + && url.params[URL_SEARCH_PARAM] !== '') { + showSearch(true); + searchbar.value = decodeURIComponent( + (url.params[URL_SEARCH_PARAM] + '').replace(/\+/g, '%20')); + searchbarKeyUpHandler(); // -> doSearch() + } else { + showSearch(false); + } + + if (Object.prototype.hasOwnProperty.call(url.params, URL_MARK_PARAM)) { + const words = decodeURIComponent(url.params[URL_MARK_PARAM]).split(' '); + marker.mark(words, { + exclude: mark_exclude, + }); + + const markers = document.querySelectorAll('mark'); + const hide = () => { + for (let i = 0; i < markers.length; i++) { + markers[i].classList.add('fade-out'); + window.setTimeout(() => { + marker.unmark(); + }, 300); + } + }; + + for (let i = 0; i < markers.length; i++) { + markers[i].addEventListener('click', hide); + } + } + } + + // Eventhandler for keyevents on `document` + function globalKeyHandler(e) { + if (e.altKey || + e.ctrlKey || + e.metaKey || + e.shiftKey || + e.target.type === 'textarea' || + e.target.type === 'text' || + !hasFocus() && /^(?:input|select|textarea)$/i.test(e.target.nodeName) + ) { + return; + } + + if (e.key === 'Escape') { + e.preventDefault(); + searchbar.classList.remove('active'); + setSearchUrlParameters('', + searchbar.value.trim() !== '' ? 'push' : 'replace'); + if (hasFocus()) { + unfocusSearchbar(); + } + showSearch(false); + marker.unmark(); + } else if (!hasFocus() && (e.key === 's' || e.key === '/')) { + e.preventDefault(); + showSearch(true); + window.scrollTo(0, 0); + searchbar.select(); + } else if (hasFocus() && (e.key === 'ArrowDown' + || e.key === 'Enter')) { + e.preventDefault(); + const first = searchresults.firstElementChild; + if (first !== null) { + unfocusSearchbar(); + first.classList.add('focus'); + if (e.key === 'Enter') { + window.location.assign(first.querySelector('a')); + } + } + } else if (!hasFocus() && (e.key === 'ArrowDown' + || e.key === 'ArrowUp' + || e.key === 'Enter')) { + // not `:focus` because browser does annoying scrolling + const focused = searchresults.querySelector('li.focus'); + if (!focused) { + return; + } + e.preventDefault(); + if (e.key === 'ArrowDown') { + const next = focused.nextElementSibling; + if (next) { + focused.classList.remove('focus'); + next.classList.add('focus'); + } + } else if (e.key === 'ArrowUp') { + focused.classList.remove('focus'); + const prev = focused.previousElementSibling; + if (prev) { + prev.classList.add('focus'); + } else { + searchbar.select(); + } + } else { // Enter + window.location.assign(focused.querySelector('a')); + } + } + } + + function loadSearchScript(url, id) { + if (document.getElementById(id)) { + return; + } + searchbar_outer.classList.add('searching'); + + const script = document.createElement('script'); + script.src = url; + script.id = id; + script.onload = () => init(window.search); + script.onerror = error => { + console.error(`Failed to load \`${url}\`: ${error}`); + }; + document.head.append(script); + } + + function showSearch(yes) { + if (yes) { + loadSearchScript( + window.path_to_searchindex_js || + path_to_root + 'searchindex-ff54b984.js', + 'mdbook-search-index'); + search_wrap.classList.remove('hidden'); + searchicon.setAttribute('aria-expanded', 'true'); + } else { + search_wrap.classList.add('hidden'); + searchicon.setAttribute('aria-expanded', 'false'); + const results = searchresults.children; + for (let i = 0; i < results.length; i++) { + results[i].classList.remove('focus'); + } + } + } + + function showResults(yes) { + if (yes) { + searchresults_outer.classList.remove('hidden'); + } else { + searchresults_outer.classList.add('hidden'); + } + } + + // Eventhandler for search icon + function searchIconClickHandler() { + if (search_wrap.classList.contains('hidden')) { + showSearch(true); + window.scrollTo(0, 0); + searchbar.select(); + } else { + showSearch(false); + } + } + + // Eventhandler for keyevents while the searchbar is focused + function searchbarKeyUpHandler() { + const searchterm = searchbar.value.trim(); + if (searchterm !== '') { + searchbar.classList.add('active'); + doSearch(searchterm); + } else { + searchbar.classList.remove('active'); + showResults(false); + removeChildren(searchresults); + } + + setSearchUrlParameters(searchterm, 'push_if_new_search_else_replace'); + + // Remove marks + marker.unmark(); + } + + // Update current url with ?URL_SEARCH_PARAM= parameter, remove ?URL_MARK_PARAM and + // `#heading-anchor`. `action` can be one of "push", "replace", + // "push_if_new_search_else_replace" and replaces or pushes a new browser history item. + // "push_if_new_search_else_replace" pushes if there is no `?URL_SEARCH_PARAM=abc` yet. + function setSearchUrlParameters(searchterm, action) { + const url = parseURL(window.location.href); + const first_search = !Object.prototype.hasOwnProperty.call(url.params, URL_SEARCH_PARAM); + + if (searchterm !== '' || action === 'push_if_new_search_else_replace') { + url.params[URL_SEARCH_PARAM] = searchterm; + delete url.params[URL_MARK_PARAM]; + url.hash = ''; + } else { + delete url.params[URL_MARK_PARAM]; + delete url.params[URL_SEARCH_PARAM]; + } + // A new search will also add a new history item, so the user can go back + // to the page prior to searching. A updated search term will only replace + // the url. + if (action === 'push' || action === 'push_if_new_search_else_replace' && first_search ) { + history.pushState({}, document.title, renderURL(url)); + } else if (action === 'replace' || + action === 'push_if_new_search_else_replace' && + !first_search + ) { + history.replaceState({}, document.title, renderURL(url)); + } + } + + function doSearch(searchterm) { + // Don't search the same twice + if (current_searchterm === searchterm) { + return; + } + searchbar_outer.classList.add('searching'); + if (searchindex === null) { + return; + } + + current_searchterm = searchterm; + + // Do the actual search + const results = searchindex.search(searchterm, search_options); + const resultcount = Math.min(results.length, results_options.limit_results); + + // Display search metrics + searchresults_header.innerText = formatSearchMetric(resultcount, searchterm); + + // Clear and insert results + const searchterms = searchterm.split(' '); + removeChildren(searchresults); + for (let i = 0; i < resultcount ; i++) { + const resultElem = document.createElement('li'); + resultElem.innerHTML = formatSearchResult(results[i], searchterms); + searchresults.appendChild(resultElem); + } + + // Display results + showResults(true); + searchbar_outer.classList.remove('searching'); + } + + // Exported functions + search.hasFocus = hasFocus; +})(window.search); diff --git a/docs/searcher.js b/docs/searcher.js new file mode 100644 index 0000000..dc03e0a --- /dev/null +++ b/docs/searcher.js @@ -0,0 +1,483 @@ +"use strict"; +window.search = window.search || {}; +(function search(search) { + // Search functionality + // + // You can use !hasFocus() to prevent keyhandling in your key + // event handlers while the user is typing their search. + + if (!Mark || !elasticlunr) { + return; + } + + //IE 11 Compatibility from https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/startsWith + if (!String.prototype.startsWith) { + String.prototype.startsWith = function(search, pos) { + return this.substr(!pos || pos < 0 ? 0 : +pos, search.length) === search; + }; + } + + var search_wrap = document.getElementById('search-wrapper'), + searchbar = document.getElementById('searchbar'), + searchbar_outer = document.getElementById('searchbar-outer'), + searchresults = document.getElementById('searchresults'), + searchresults_outer = document.getElementById('searchresults-outer'), + searchresults_header = document.getElementById('searchresults-header'), + searchicon = document.getElementById('search-toggle'), + content = document.getElementById('content'), + + searchindex = null, + doc_urls = [], + results_options = { + teaser_word_count: 30, + limit_results: 30, + }, + search_options = { + bool: "AND", + expand: true, + fields: { + title: {boost: 1}, + body: {boost: 1}, + breadcrumbs: {boost: 0} + } + }, + mark_exclude = [], + marker = new Mark(content), + current_searchterm = "", + URL_SEARCH_PARAM = 'search', + URL_MARK_PARAM = 'highlight', + teaser_count = 0, + + SEARCH_HOTKEY_KEYCODE = 83, + ESCAPE_KEYCODE = 27, + DOWN_KEYCODE = 40, + UP_KEYCODE = 38, + SELECT_KEYCODE = 13; + + function hasFocus() { + return searchbar === document.activeElement; + } + + function removeChildren(elem) { + while (elem.firstChild) { + elem.removeChild(elem.firstChild); + } + } + + // Helper to parse a url into its building blocks. + function parseURL(url) { + var a = document.createElement('a'); + a.href = url; + return { + source: url, + protocol: a.protocol.replace(':',''), + host: a.hostname, + port: a.port, + params: (function(){ + var ret = {}; + var seg = a.search.replace(/^\?/,'').split('&'); + var len = seg.length, i = 0, s; + for (;i': '>', + '"': '"', + "'": ''' + }; + var repl = function(c) { return MAP[c]; }; + return function(s) { + return s.replace(/[&<>'"]/g, repl); + }; + })(); + + function formatSearchMetric(count, searchterm) { + if (count == 1) { + return count + " search result for '" + searchterm + "':"; + } else if (count == 0) { + return "No search results for '" + searchterm + "'."; + } else { + return count + " search results for '" + searchterm + "':"; + } + } + + function formatSearchResult(result, searchterms) { + var teaser = makeTeaser(escapeHTML(result.doc.body), searchterms); + teaser_count++; + + // The ?URL_MARK_PARAM= parameter belongs inbetween the page and the #heading-anchor + var url = doc_urls[result.ref].split("#"); + if (url.length == 1) { // no anchor found + url.push(""); + } + + // encodeURIComponent escapes all chars that could allow an XSS except + // for '. Due to that we also manually replace ' with its url-encoded + // representation (%27). + var searchterms = encodeURIComponent(searchterms.join(" ")).replace(/\'/g, "%27"); + + return '' + result.doc.breadcrumbs + '' + + '' + + teaser + ''; + } + + function makeTeaser(body, searchterms) { + // The strategy is as follows: + // First, assign a value to each word in the document: + // Words that correspond to search terms (stemmer aware): 40 + // Normal words: 2 + // First word in a sentence: 8 + // Then use a sliding window with a constant number of words and count the + // sum of the values of the words within the window. Then use the window that got the + // maximum sum. If there are multiple maximas, then get the last one. + // Enclose the terms in . + var stemmed_searchterms = searchterms.map(function(w) { + return elasticlunr.stemmer(w.toLowerCase()); + }); + var searchterm_weight = 40; + var weighted = []; // contains elements of ["word", weight, index_in_document] + // split in sentences, then words + var sentences = body.toLowerCase().split('. '); + var index = 0; + var value = 0; + var searchterm_found = false; + for (var sentenceindex in sentences) { + var words = sentences[sentenceindex].split(' '); + value = 8; + for (var wordindex in words) { + var word = words[wordindex]; + if (word.length > 0) { + for (var searchtermindex in stemmed_searchterms) { + if (elasticlunr.stemmer(word).startsWith(stemmed_searchterms[searchtermindex])) { + value = searchterm_weight; + searchterm_found = true; + } + }; + weighted.push([word, value, index]); + value = 2; + } + index += word.length; + index += 1; // ' ' or '.' if last word in sentence + }; + index += 1; // because we split at a two-char boundary '. ' + }; + + if (weighted.length == 0) { + return body; + } + + var window_weight = []; + var window_size = Math.min(weighted.length, results_options.teaser_word_count); + + var cur_sum = 0; + for (var wordindex = 0; wordindex < window_size; wordindex++) { + cur_sum += weighted[wordindex][1]; + }; + window_weight.push(cur_sum); + for (var wordindex = 0; wordindex < weighted.length - window_size; wordindex++) { + cur_sum -= weighted[wordindex][1]; + cur_sum += weighted[wordindex + window_size][1]; + window_weight.push(cur_sum); + }; + + if (searchterm_found) { + var max_sum = 0; + var max_sum_window_index = 0; + // backwards + for (var i = window_weight.length - 1; i >= 0; i--) { + if (window_weight[i] > max_sum) { + max_sum = window_weight[i]; + max_sum_window_index = i; + } + }; + } else { + max_sum_window_index = 0; + } + + // add around searchterms + var teaser_split = []; + var index = weighted[max_sum_window_index][2]; + for (var i = max_sum_window_index; i < max_sum_window_index+window_size; i++) { + var word = weighted[i]; + if (index < word[2]) { + // missing text from index to start of `word` + teaser_split.push(body.substring(index, word[2])); + index = word[2]; + } + if (word[1] == searchterm_weight) { + teaser_split.push("") + } + index = word[2] + word[0].length; + teaser_split.push(body.substring(word[2], index)); + if (word[1] == searchterm_weight) { + teaser_split.push("") + } + }; + + return teaser_split.join(''); + } + + function init(config) { + results_options = config.results_options; + search_options = config.search_options; + searchbar_outer = config.searchbar_outer; + doc_urls = config.doc_urls; + searchindex = elasticlunr.Index.load(config.index); + + // Set up events + searchicon.addEventListener('click', function(e) { searchIconClickHandler(); }, false); + searchbar.addEventListener('keyup', function(e) { searchbarKeyUpHandler(); }, false); + document.addEventListener('keydown', function(e) { globalKeyHandler(e); }, false); + // If the user uses the browser buttons, do the same as if a reload happened + window.onpopstate = function(e) { doSearchOrMarkFromUrl(); }; + // Suppress "submit" events so the page doesn't reload when the user presses Enter + document.addEventListener('submit', function(e) { e.preventDefault(); }, false); + + // If reloaded, do the search or mark again, depending on the current url parameters + doSearchOrMarkFromUrl(); + } + + function unfocusSearchbar() { + // hacky, but just focusing a div only works once + var tmp = document.createElement('input'); + tmp.setAttribute('style', 'position: absolute; opacity: 0;'); + searchicon.appendChild(tmp); + tmp.focus(); + tmp.remove(); + } + + // On reload or browser history backwards/forwards events, parse the url and do search or mark + function doSearchOrMarkFromUrl() { + // Check current URL for search request + var url = parseURL(window.location.href); + if (url.params.hasOwnProperty(URL_SEARCH_PARAM) + && url.params[URL_SEARCH_PARAM] != "") { + showSearch(true); + searchbar.value = decodeURIComponent( + (url.params[URL_SEARCH_PARAM]+'').replace(/\+/g, '%20')); + searchbarKeyUpHandler(); // -> doSearch() + } else { + showSearch(false); + } + + if (url.params.hasOwnProperty(URL_MARK_PARAM)) { + var words = decodeURIComponent(url.params[URL_MARK_PARAM]).split(' '); + marker.mark(words, { + exclude: mark_exclude + }); + + var markers = document.querySelectorAll("mark"); + function hide() { + for (var i = 0; i < markers.length; i++) { + markers[i].classList.add("fade-out"); + window.setTimeout(function(e) { marker.unmark(); }, 300); + } + } + for (var i = 0; i < markers.length; i++) { + markers[i].addEventListener('click', hide); + } + } + } + + // Eventhandler for keyevents on `document` + function globalKeyHandler(e) { + if (e.altKey || e.ctrlKey || e.metaKey || e.shiftKey || e.target.type === 'textarea' || e.target.type === 'text' || !hasFocus() && /^(?:input|select|textarea)$/i.test(e.target.nodeName)) { return; } + + if (e.keyCode === ESCAPE_KEYCODE) { + e.preventDefault(); + searchbar.classList.remove("active"); + setSearchUrlParameters("", + (searchbar.value.trim() !== "") ? "push" : "replace"); + if (hasFocus()) { + unfocusSearchbar(); + } + showSearch(false); + marker.unmark(); + } else if (!hasFocus() && e.keyCode === SEARCH_HOTKEY_KEYCODE) { + e.preventDefault(); + showSearch(true); + window.scrollTo(0, 0); + searchbar.select(); + } else if (hasFocus() && e.keyCode === DOWN_KEYCODE) { + e.preventDefault(); + unfocusSearchbar(); + searchresults.firstElementChild.classList.add("focus"); + } else if (!hasFocus() && (e.keyCode === DOWN_KEYCODE + || e.keyCode === UP_KEYCODE + || e.keyCode === SELECT_KEYCODE)) { + // not `:focus` because browser does annoying scrolling + var focused = searchresults.querySelector("li.focus"); + if (!focused) return; + e.preventDefault(); + if (e.keyCode === DOWN_KEYCODE) { + var next = focused.nextElementSibling; + if (next) { + focused.classList.remove("focus"); + next.classList.add("focus"); + } + } else if (e.keyCode === UP_KEYCODE) { + focused.classList.remove("focus"); + var prev = focused.previousElementSibling; + if (prev) { + prev.classList.add("focus"); + } else { + searchbar.select(); + } + } else { // SELECT_KEYCODE + window.location.assign(focused.querySelector('a')); + } + } + } + + function showSearch(yes) { + if (yes) { + search_wrap.classList.remove('hidden'); + searchicon.setAttribute('aria-expanded', 'true'); + } else { + search_wrap.classList.add('hidden'); + searchicon.setAttribute('aria-expanded', 'false'); + var results = searchresults.children; + for (var i = 0; i < results.length; i++) { + results[i].classList.remove("focus"); + } + } + } + + function showResults(yes) { + if (yes) { + searchresults_outer.classList.remove('hidden'); + } else { + searchresults_outer.classList.add('hidden'); + } + } + + // Eventhandler for search icon + function searchIconClickHandler() { + if (search_wrap.classList.contains('hidden')) { + showSearch(true); + window.scrollTo(0, 0); + searchbar.select(); + } else { + showSearch(false); + } + } + + // Eventhandler for keyevents while the searchbar is focused + function searchbarKeyUpHandler() { + var searchterm = searchbar.value.trim(); + if (searchterm != "") { + searchbar.classList.add("active"); + doSearch(searchterm); + } else { + searchbar.classList.remove("active"); + showResults(false); + removeChildren(searchresults); + } + + setSearchUrlParameters(searchterm, "push_if_new_search_else_replace"); + + // Remove marks + marker.unmark(); + } + + // Update current url with ?URL_SEARCH_PARAM= parameter, remove ?URL_MARK_PARAM and #heading-anchor . + // `action` can be one of "push", "replace", "push_if_new_search_else_replace" + // and replaces or pushes a new browser history item. + // "push_if_new_search_else_replace" pushes if there is no `?URL_SEARCH_PARAM=abc` yet. + function setSearchUrlParameters(searchterm, action) { + var url = parseURL(window.location.href); + var first_search = ! url.params.hasOwnProperty(URL_SEARCH_PARAM); + if (searchterm != "" || action == "push_if_new_search_else_replace") { + url.params[URL_SEARCH_PARAM] = searchterm; + delete url.params[URL_MARK_PARAM]; + url.hash = ""; + } else { + delete url.params[URL_MARK_PARAM]; + delete url.params[URL_SEARCH_PARAM]; + } + // A new search will also add a new history item, so the user can go back + // to the page prior to searching. A updated search term will only replace + // the url. + if (action == "push" || (action == "push_if_new_search_else_replace" && first_search) ) { + history.pushState({}, document.title, renderURL(url)); + } else if (action == "replace" || (action == "push_if_new_search_else_replace" && !first_search) ) { + history.replaceState({}, document.title, renderURL(url)); + } + } + + function doSearch(searchterm) { + + // Don't search the same twice + if (current_searchterm == searchterm) { return; } + else { current_searchterm = searchterm; } + + if (searchindex == null) { return; } + + // Do the actual search + var results = searchindex.search(searchterm, search_options); + var resultcount = Math.min(results.length, results_options.limit_results); + + // Display search metrics + searchresults_header.innerText = formatSearchMetric(resultcount, searchterm); + + // Clear and insert results + var searchterms = searchterm.split(' '); + removeChildren(searchresults); + for(var i = 0; i < resultcount ; i++){ + var resultElem = document.createElement('li'); + resultElem.innerHTML = formatSearchResult(results[i], searchterms); + searchresults.appendChild(resultElem); + } + + // Display results + showResults(true); + } + + fetch(path_to_root + 'searchindex.json') + .then(response => response.json()) + .then(json => init(json)) + .catch(error => { // Try to load searchindex.js if fetch failed + var script = document.createElement('script'); + script.src = path_to_root + 'searchindex.js'; + script.onload = () => init(window.search); + document.head.appendChild(script); + }); + + // Exported functions + search.hasFocus = hasFocus; +})(window.search); diff --git a/docs/searchindex-0205dc69.js b/docs/searchindex-0205dc69.js new file mode 100644 index 0000000..28713e9 --- /dev/null +++ b/docs/searchindex-0205dc69.js @@ -0,0 +1 @@ +window.search = Object.assign(window.search, JSON.parse('{"doc_urls":["project-context-primer.html#project-context-primer","what-you-will-learn.html#what-you-will-learn","part-i.html#part-i--foundations","introduction.html#introduction","architecture-overview.html#architecture-overview","testing-philosophy.html#testing-philosophy","testing-philosophy.html#declarative-over-imperative","testing-philosophy.html#protocol-time-not-wall-time","testing-philosophy.html#determinism-first-chaos-when-needed","testing-philosophy.html#observable-health-signals","testing-philosophy.html#minimum-run-windows","testing-philosophy.html#summary","scenario-lifecycle.html#scenario-lifecycle-conceptual","design-rationale.html#design-rationale","part-ii.html#part-ii--user-guide","workspace-layout.html#workspace-layout","annotated-tree.html#annotated-tree","authoring-scenarios.html#authoring-scenarios","workloads.html#core-content-workloads--expectations","workloads.html#workloads","workloads.html#expectations","scenario-builder-ext-patterns.html#core-content-scenariobuilderext-patterns","best-practices.html#best-practices","examples.html#examples","examples.html#simple-2-validator-transaction-workload","examples.html#da--transaction-workload","examples.html#chaos--liveness-check","examples-advanced.html#advanced--artificial-examples","examples-advanced.html#synthetic-delay-workload-network-latency-simulation","examples-advanced.html#oscillating-load-workload-traffic-waves","examples-advanced.html#byzantine-behavior-mock","examples-advanced.html#custom-expectation-block-finality-drift","examples-advanced.html#custom-deployer-dry-run-deployer","examples-advanced.html#stochastic-topology-generator","examples-advanced.html#multi-phase-scenario-pipelines","running-scenarios.html#running-scenarios","runners.html#runners","runners.html#local-runner","runners.html#docker-compose-runner","runners.html#kubernetes-runner","runners.html#common-expectations","operations.html#operations","part-iii.html#part-iii--developer-reference","scenario-model.html#scenario-model-developer-level","extending.html#extending-the-framework","extending.html#adding-a-workload","extending.html#adding-an-expectation","extending.html#adding-a-runner","extending.html#adding-topology-helpers","custom-workload-example.html#example-new-workload--expectation-rust","custom-workload-example.html#workload-simple-reachability-probe","custom-workload-example.html#expectation-confirm-the-target-stayed-reachable","custom-workload-example.html#how-to-wire-it","internal-crate-reference.html#internal-crate-reference","part-iv.html#part-iv--appendix","dsl-cheat-sheet.html#core-content-dsl-cheat-sheet","troubleshooting.html#troubleshooting-scenarios","faq.html#faq","glossary.html#glossary"],"index":{"documentStore":{"docInfo":{"0":{"body":67,"breadcrumbs":6,"title":3},"1":{"body":26,"breadcrumbs":2,"title":1},"10":{"body":40,"breadcrumbs":7,"title":3},"11":{"body":26,"breadcrumbs":5,"title":1},"12":{"body":115,"breadcrumbs":8,"title":3},"13":{"body":68,"breadcrumbs":6,"title":2},"14":{"body":10,"breadcrumbs":8,"title":4},"15":{"body":94,"breadcrumbs":8,"title":2},"16":{"body":59,"breadcrumbs":8,"title":2},"17":{"body":101,"breadcrumbs":8,"title":2},"18":{"body":18,"breadcrumbs":12,"title":4},"19":{"body":38,"breadcrumbs":9,"title":1},"2":{"body":10,"breadcrumbs":4,"title":2},"20":{"body":71,"breadcrumbs":9,"title":1},"21":{"body":84,"breadcrumbs":12,"title":4},"22":{"body":96,"breadcrumbs":8,"title":2},"23":{"body":14,"breadcrumbs":6,"title":1},"24":{"body":28,"breadcrumbs":10,"title":5},"25":{"body":31,"breadcrumbs":8,"title":3},"26":{"body":37,"breadcrumbs":8,"title":3},"27":{"body":19,"breadcrumbs":10,"title":3},"28":{"body":41,"breadcrumbs":13,"title":6},"29":{"body":37,"breadcrumbs":12,"title":5},"3":{"body":84,"breadcrumbs":4,"title":1},"30":{"body":34,"breadcrumbs":10,"title":3},"31":{"body":41,"breadcrumbs":12,"title":5},"32":{"body":39,"breadcrumbs":12,"title":5},"33":{"body":35,"breadcrumbs":10,"title":3},"34":{"body":40,"breadcrumbs":11,"title":4},"35":{"body":75,"breadcrumbs":8,"title":2},"36":{"body":20,"breadcrumbs":6,"title":1},"37":{"body":16,"breadcrumbs":7,"title":2},"38":{"body":23,"breadcrumbs":8,"title":3},"39":{"body":17,"breadcrumbs":7,"title":2},"4":{"body":111,"breadcrumbs":6,"title":2},"40":{"body":61,"breadcrumbs":7,"title":2},"41":{"body":152,"breadcrumbs":6,"title":1},"42":{"body":10,"breadcrumbs":8,"title":4},"43":{"body":116,"breadcrumbs":12,"title":4},"44":{"body":0,"breadcrumbs":8,"title":2},"45":{"body":39,"breadcrumbs":8,"title":2},"46":{"body":21,"breadcrumbs":8,"title":2},"47":{"body":29,"breadcrumbs":8,"title":2},"48":{"body":21,"breadcrumbs":9,"title":3},"49":{"body":19,"breadcrumbs":14,"title":5},"5":{"body":17,"breadcrumbs":6,"title":2},"50":{"body":120,"breadcrumbs":13,"title":4},"51":{"body":67,"breadcrumbs":14,"title":5},"52":{"body":24,"breadcrumbs":10,"title":1},"53":{"body":91,"breadcrumbs":10,"title":3},"54":{"body":10,"breadcrumbs":6,"title":3},"55":{"body":84,"breadcrumbs":11,"title":5},"56":{"body":86,"breadcrumbs":7,"title":2},"57":{"body":99,"breadcrumbs":5,"title":1},"58":{"body":78,"breadcrumbs":5,"title":1},"6":{"body":36,"breadcrumbs":7,"title":3},"7":{"body":86,"breadcrumbs":8,"title":4},"8":{"body":52,"breadcrumbs":8,"title":4},"9":{"body":51,"breadcrumbs":7,"title":3}},"docs":{"0":{"body":"This book focuses on the Nomos Testing Framework. It assumes familiarity with\\nthe Nomos architecture, but for completeness, here is a short primer. Nomos is a modular blockchain protocol composed of validators, executors,\\nand a data-availability (DA) subsystem. Validators participate in consensus and produce blocks. Executors run application logic or off-chain computations referenced by\\nblocks. Data Availability (DA) ensures that data referenced in blocks is\\npublished and retrievable, including blobs or channel data used by workloads. These roles interact tightly, which is why meaningful testing must be performed\\nin multi-node environments that include real networking, timing, and DA\\ninteraction.","breadcrumbs":"Project Context Primer » Project Context Primer","id":"0","title":"Project Context Primer"},"1":{"body":"This book gives you a clear mental model for Nomos multi-node testing, shows how\\nto author scenarios that pair realistic workloads with explicit expectations,\\nand guides you to run them across local, containerized, and cluster environments\\nwithout changing the plan.","breadcrumbs":"What You Will Learn » What You Will Learn","id":"1","title":"What You Will Learn"},"10":{"body":"Always run long enough for meaningful block production: #![allow(unused)] fn main() {\\n// Bad: too short\\n.with_run_duration(Duration::from_secs(5)) // Maybe 0-1 blocks // Good: enough blocks for assertions\\n.with_run_duration(Duration::from_secs(60)) // ~10+ blocks } The framework enforces minimum durations, but be explicit. Very short runs\\nrisk false confidence—one lucky block doesn’t prove liveness.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Minimum Run Windows","id":"10","title":"Minimum Run Windows"},"11":{"body":"These principles keep scenarios: Portable across environments (protocol time, declarative) Debuggable (determinism, separation of concerns) Meaningful (observable signals, sufficient duration) When authoring scenarios, ask: “Does this test the protocol behavior or\\nmy local environment quirks?”","breadcrumbs":"Part I — Foundations » Testing Philosophy » Summary","id":"11","title":"Summary"},"12":{"body":"Build the plan: Declare a topology, attach workloads and expectations, and set the run window. The plan is the single source of truth for what will happen. Deploy: Hand the plan to a runner. It provisions the environment on the chosen backend and waits for nodes to signal readiness. Drive workloads: Start traffic and behaviors (transactions, data-availability activity, restarts) for the planned duration. Observe blocks and signals: Track block progression and other high-level metrics during or after the run window to ground assertions in protocol time. Evaluate expectations: Once activity stops (and optional cooldown completes), check liveness and workload-specific outcomes to decide pass or fail. Cleanup: Tear down resources so successive runs start fresh and do not inherit leaked state. Conceptual lifecycle diagram: Plan → Deploy → Readiness → Drive Workloads → Observe → Evaluate → Cleanup Mermaid view: flowchart LR P[Plan
topology + workloads + expectations] --> D[Deploy
runner provisions] D --> R[Readiness
wait for nodes] R --> W[Drive Workloads] W --> O[Observe
blocks/metrics] O --> E[Evaluate Expectations] E --> C[Cleanup]","breadcrumbs":"Part I — Foundations » Scenario Lifecycle (Conceptual) » Scenario Lifecycle (Conceptual)","id":"12","title":"Scenario Lifecycle (Conceptual)"},"13":{"body":"Modular crates keep configuration, orchestration, workloads, and runners decoupled so each can evolve without breaking the others. Pluggable runners let the same scenario run on a laptop, a Docker host, or a Kubernetes cluster, making validation portable across environments. Separated workloads and expectations clarify intent: what traffic to generate versus how to judge success. This simplifies review and reuse. Declarative topology makes cluster shape explicit and repeatable, reducing surprise when moving between CI and developer machines. Maintainability through predictability: a clear flow from plan to deployment to verification lowers the cost of extending the framework and interpreting failures.","breadcrumbs":"Part I — Foundations » Design Rationale » Design Rationale","id":"13","title":"Design Rationale"},"14":{"body":"Practical guidance for shaping scenarios, combining workloads and expectations,\\nand running them across different environments.","breadcrumbs":"Part II — User Guide » Part II — User Guide","id":"14","title":"Part II — User Guide"},"15":{"body":"The workspace focuses on multi-node integration testing and sits alongside a nomos-node checkout. Its crates separate concerns to keep scenarios\\nrepeatable and portable: Configs: prepares high-level node, network, tracing, and wallet settings\\nused across test environments. Core scenario orchestration: the engine that holds topology descriptions,\\nscenario plans, runtimes, workloads, and expectations. Workflows: ready-made workloads (transactions, data-availability, chaos)\\nand reusable expectations assembled into a user-facing DSL. Runners: deployment backends for local processes, Docker Compose, and\\nKubernetes, all consuming the same scenario plan. Test workflows: example scenarios and integration checks that show how\\nthe pieces fit together. This split keeps configuration, orchestration, reusable traffic patterns, and\\ndeployment adapters loosely coupled while sharing one mental model for tests.","breadcrumbs":"Part II — User Guide » Workspace Layout » Workspace Layout","id":"15","title":"Workspace Layout"},"16":{"body":"High-level view of the workspace and how pieces relate: nomos-testing/\\n├─ testing-framework/\\n│ ├─ configs/ # shared configuration helpers\\n│ ├─ core/ # scenario model, runtime, topology\\n│ ├─ workflows/ # workloads, expectations, DSL extensions\\n│ └─ runners/ # local, compose, k8s deployment backends\\n├─ tests/ # integration scenarios using the framework\\n└─ scripts/ # supporting setup utilities (e.g., assets) Each area maps to a responsibility: describe configs, orchestrate scenarios,\\npackage common traffic and assertions, adapt to environments, and demonstrate\\nend-to-end usage.","breadcrumbs":"Part II — User Guide » Annotated Tree » Annotated Tree","id":"16","title":"Annotated Tree"},"17":{"body":"Creating a scenario is a declarative exercise: Shape the topology: decide how many validators and executors to run, and\\nwhat high-level network and data-availability characteristics matter for the\\ntest. Attach workloads: pick traffic generators that align with your goals\\n(transactions, data-availability blobs, or chaos for resilience probes). Define expectations: specify the health signals that must hold when the\\nrun finishes (e.g., consensus liveness, inclusion of submitted activity; see Core Content: Workloads & Expectations). Set duration: choose a run window long enough to observe meaningful\\nblock progression and the effects of your workloads. Choose a runner: target local processes for fast iteration, Docker\\nCompose for reproducible multi-node stacks, or Kubernetes for cluster-grade\\nvalidation. For environment considerations, see Operations. Keep scenarios small and explicit: make the intended behavior and the success\\ncriteria clear so failures are easy to interpret and act upon.","breadcrumbs":"Part II — User Guide » Authoring Scenarios » Authoring Scenarios","id":"17","title":"Authoring Scenarios"},"18":{"body":"Workloads describe the activity a scenario generates; expectations describe the\\nsignals that must hold when that activity completes. Both are pluggable so\\nscenarios stay readable and purpose-driven.","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Core Content: Workloads & Expectations","id":"18","title":"Core Content: Workloads & Expectations"},"19":{"body":"Transaction workload: submits user-level transactions at a configurable\\nrate and can limit how many distinct actors participate. Data-availability workload: drives blob and channel activity to exercise\\ndata-availability paths. Chaos workload: triggers controlled node restarts to test resilience and\\nrecovery behaviors (requires a runner that can control nodes).","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Workloads","id":"19","title":"Workloads"},"2":{"body":"Conceptual chapters that establish the mental model for the framework and how\\nit approaches multi-node testing.","breadcrumbs":"Part I — Foundations » Part I — Foundations","id":"2","title":"Part I — Foundations"},"20":{"body":"Consensus liveness: verifies the system continues to produce blocks in\\nline with the planned workload and timing window. Workload-specific checks: each workload can attach its own success\\ncriteria (e.g., inclusion of submitted activity) so scenarios remain concise. Together, workloads and expectations let you express both the pressure applied\\nto the system and the definition of “healthy” for that run. Workload pipeline (conceptual): Inputs (topology + wallets + rates) │ ▼\\nWorkload init → Drive traffic → Collect signals │ ▼ Expectations evaluate Mermaid view: flowchart TD I[Inputs
(topology + wallets + rates)] --> Init[Workload init] Init --> Drive[Drive traffic] Drive --> Collect[Collect signals] Collect --> Eval[Expectations evaluate]","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Expectations","id":"20","title":"Expectations"},"21":{"body":"Patterns that keep scenarios readable and reusable: Topology-first: start by shaping the cluster (counts, layout) so later\\nsteps inherit a clear foundation. Bundle defaults: use the DSL helpers to attach common expectations (like\\nliveness) whenever you add a matching workload, reducing forgotten checks. Intentional rates: express traffic in per-block terms to align with\\nprotocol timing rather than wall-clock assumptions. Opt-in chaos: enable restart patterns only in scenarios meant to probe\\nresilience; keep functional smoke tests deterministic. Wallet clarity: seed only the number of actors you need; it keeps\\ntransaction scenarios deterministic and interpretable. These patterns make scenario definitions self-explanatory while staying aligned\\nwith the framework’s block-oriented timing model.","breadcrumbs":"Part II — User Guide » Core Content: ScenarioBuilderExt Patterns » Core Content: ScenarioBuilderExt Patterns","id":"21","title":"Core Content: ScenarioBuilderExt Patterns"},"22":{"body":"State your intent: document the goal of each scenario (throughput, DA\\nvalidation, resilience) so expectation choices are obvious. Keep runs meaningful: choose durations that allow multiple blocks and make\\ntiming-based assertions trustworthy. Separate concerns: start with deterministic workloads for functional\\nchecks; add chaos in dedicated resilience scenarios to avoid noisy failures. Reuse patterns: standardize on shared topology and workload presets so\\nresults are comparable across environments and teams. Observe first, tune second: rely on liveness and inclusion signals to\\ninterpret outcomes before tweaking rates or topology. Environment fit: pick runners that match the feedback loop you need—local\\nfor speed, compose for reproducible stacks, k8s for cluster-grade fidelity. Minimal surprises: seed only necessary wallets and keep configuration\\ndeltas explicit when moving between CI and developer machines.","breadcrumbs":"Part II — User Guide » Best Practices » Best Practices","id":"22","title":"Best Practices"},"23":{"body":"Concrete scenario shapes that illustrate how to combine topologies, workloads,\\nand expectations. Adjust counts, rates, and durations to fit your environment.","breadcrumbs":"Part II — User Guide » Examples » Examples","id":"23","title":"Examples"},"24":{"body":"Topology: two validators. Workload: transaction submissions at a modest per-block rate with a small\\nset of wallet actors. Expectations: consensus liveness and inclusion of submitted activity. When to use: smoke tests for consensus and transaction flow on minimal\\nhardware.","breadcrumbs":"Part II — User Guide » Examples » Simple 2-validator transaction workload","id":"24","title":"Simple 2-validator transaction workload"},"25":{"body":"Topology: validators plus executors if available. Workloads: data-availability blobs/channels and transactions running\\ntogether to stress both paths. Expectations: consensus liveness and workload-level inclusion/availability\\nchecks. When to use: end-to-end coverage of transaction and DA layers in one run.","breadcrumbs":"Part II — User Guide » Examples » DA + transaction workload","id":"25","title":"DA + transaction workload"},"26":{"body":"Topology: validators (optionally executors) with node control enabled. Workloads: baseline traffic (transactions or DA) plus chaos restarts on\\nselected roles. Expectations: consensus liveness to confirm the system keeps progressing\\ndespite restarts; workload-specific inclusion if traffic is present. When to use: resilience validation and operational readiness drills.","breadcrumbs":"Part II — User Guide » Examples » Chaos + liveness check","id":"26","title":"Chaos + liveness check"},"27":{"body":"These illustrative scenarios stretch the framework to show how to build new\\nworkloads, expectations, deployers, and topology tricks. They are intentionally\\n“synthetic” to teach capabilities rather than prescribe production tests.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Advanced & Artificial Examples","id":"27","title":"Advanced & Artificial Examples"},"28":{"body":"Idea: inject fake latency between node interactions using internal timers,\\nnot OS-level tooling. Demonstrates: sequencing control inside a workload, verifying protocol\\nprogression under induced lag, using timers to pace submissions. Shape: wrap submissions in delays that mimic slow peers; ensure the\\nexpectation checks blocks still progress.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Synthetic Delay Workload (Network Latency Simulation)","id":"28","title":"Synthetic Delay Workload (Network Latency Simulation)"},"29":{"body":"Idea: traffic rate changes every block or N seconds (e.g., blocks 1–3 low,\\n4–5 high, 6–7 zero, repeat). Demonstrates: dynamic, stateful workloads that use RunMetrics to time\\nphases; modeling real-world burstiness. Shape: schedule per-phase rates; confirm inclusion/liveness across peaks\\nand troughs.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Oscillating Load Workload (Traffic Waves)","id":"29","title":"Oscillating Load Workload (Traffic Waves)"},"3":{"body":"The Nomos Testing Framework is a purpose-built toolkit for exercising Nomos in\\nrealistic, multi-node environments. It solves the gap between small, isolated\\ntests and full-system validation by letting teams describe a cluster layout,\\ndrive meaningful traffic, and assert the outcomes in one coherent plan. It is for protocol engineers, infrastructure operators, and QA teams who need\\nrepeatable confidence that validators, executors, and data-availability\\ncomponents work together under network and timing constraints. Multi-node integration testing is required because many Nomos behaviors—block\\nprogress, data availability, liveness under churn—only emerge when several\\nroles interact over real networking and time. This framework makes those checks\\ndeclarative, observable, and portable across environments.","breadcrumbs":"Part I — Foundations » Introduction » Introduction","id":"3","title":"Introduction"},"30":{"body":"Idea: a workload that drops half its planned submissions, sometimes\\ndouble-submits, and intentionally triggers expectation failures. Demonstrates: negative testing, resilience checks, and the value of clear\\nexpectations when behavior is adversarial by design. Shape: parameterize drop/double-submit probabilities; pair with an\\nexpectation that documents what “bad” looks like.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Byzantine Behavior Mock","id":"30","title":"Byzantine Behavior Mock"},"31":{"body":"Idea: assert the last few blocks differ and block time stays within a\\ntolerated drift budget. Demonstrates: consuming BlockFeed or time-series metrics to validate\\nprotocol cadence; crafting post-run assertions around block diversity and\\ntiming. Shape: collect recent blocks, confirm no duplicates, and compare observed\\nintervals to a drift threshold.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Custom Expectation: Block Finality Drift","id":"31","title":"Custom Expectation: Block Finality Drift"},"32":{"body":"Idea: a deployer that never starts nodes; it emits configs, simulates\\nreadiness, provides fake blockfeed/metrics. Demonstrates: full power of the deployer interface for CI dry-runs,\\nconfig verification, and ultra-fast feedback without Nomos binaries. Shape: produce logs/artifacts, stub readiness, and feed synthetic blocks\\nso expectations can still run.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Custom Deployer: Dry-Run Deployer","id":"32","title":"Custom Deployer: Dry-Run Deployer"},"33":{"body":"Idea: topology parameters change at runtime (random validators, DA\\nsettings, network shapes). Demonstrates: randomized property testing and fuzzing approaches to\\ntopology building. Shape: pick roles and network layouts randomly per run; keep expectations\\ntolerant to variability while still asserting core liveness.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Stochastic Topology Generator","id":"33","title":"Stochastic Topology Generator"},"34":{"body":"Idea: scenario runs in phases (e.g., phase 1 transactions, phase 2 DA,\\nphase 3 restarts, phase 4 sync check). Demonstrates: multi-stage tests, modular scenario assembly, and deliberate\\nlifecycle control. Shape: drive phase-specific workloads/expectations sequentially; enforce\\nclear boundaries and post-phase checks.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Multi-Phase Scenario (“Pipelines”)","id":"34","title":"Multi-Phase Scenario (“Pipelines”)"},"35":{"body":"Running a scenario follows the same conceptual flow regardless of environment: Select or author a scenario plan that pairs a topology with workloads,\\nexpectations, and a suitable run window. Choose a runner aligned with your environment (local, compose, or k8s) and\\nensure its prerequisites are available. Deploy the plan through the runner; wait for readiness signals before\\nstarting workloads. Let workloads drive activity for the planned duration; keep observability\\nsignals visible so you can correlate outcomes. Evaluate expectations and capture results as the primary pass/fail signal. Use the same plan across different runners to compare behavior between local\\ndevelopment and CI or cluster settings. For environment prerequisites and\\nflags, see Operations.","breadcrumbs":"Part II — User Guide » Running Scenarios » Running Scenarios","id":"35","title":"Running Scenarios"},"36":{"body":"Runners turn a scenario plan into a live environment while keeping the plan\\nunchanged. Choose based on feedback speed, reproducibility, and fidelity. For\\nenvironment and operational considerations, see Operations:","breadcrumbs":"Part II — User Guide » Runners » Runners","id":"36","title":"Runners"},"37":{"body":"Launches node processes directly on the host. Fastest feedback loop and minimal orchestration overhead. Best for development-time iteration and debugging.","breadcrumbs":"Part II — User Guide » Runners » Local runner","id":"37","title":"Local runner"},"38":{"body":"Starts nodes in containers to provide a reproducible multi-node stack on a\\nsingle machine. Discovers service ports and wires observability for convenient inspection. Good balance between fidelity and ease of setup.","breadcrumbs":"Part II — User Guide » Runners » Docker Compose runner","id":"38","title":"Docker Compose runner"},"39":{"body":"Deploys nodes onto a cluster for higher-fidelity, longer-running scenarios. Suits CI or shared environments where cluster behavior and scheduling matter.","breadcrumbs":"Part II — User Guide » Runners » Kubernetes runner","id":"39","title":"Kubernetes runner"},"4":{"body":"The framework follows a clear flow: Topology → Scenario → Runner → Workloads → Expectations. Topology describes the cluster: how many nodes, their roles, and the high-level network and data-availability parameters they should follow. Scenario combines that topology with the activities to run and the checks to perform, forming a single plan. Deployer/Runner pair turns the plan into a live environment on the chosen backend (local processes, Docker Compose, or Kubernetes) and brokers readiness. Workloads generate traffic and conditions that exercise the system. Expectations observe the run and judge success or failure once activity completes. Conceptual diagram: Topology → Scenario → Runner → Workloads → Expectations (shape (plan) (deploy (drive (verify cluster) & orchestrate) traffic) outcomes) Mermaid view: flowchart LR A(Topology
shape cluster) --> B(Scenario
plan) B --> C(Deployer/Runner
deploy & orchestrate) C --> D(Workloads
drive traffic) D --> E(Expectations
verify outcomes) Each layer has a narrow responsibility so that cluster shape, deployment choice,\\ntraffic generation, and health checks can evolve independently while fitting\\ntogether predictably.","breadcrumbs":"Part I — Foundations » Architecture Overview » Architecture Overview","id":"4","title":"Architecture Overview"},"40":{"body":"All runners require at least one validator and, for transaction scenarios,\\naccess to seeded wallets. Readiness probes gate workload start so traffic begins only after nodes are\\nreachable. Environment flags can relax timeouts or increase tracing when diagnostics are\\nneeded. Runner abstraction: Scenario Plan │ ▼\\nRunner (local | compose | k8s) │ provisions env + readiness ▼\\nRuntime + Observability │ ▼\\nWorkloads / Expectations execute Mermaid view: flowchart TD Plan[Scenario Plan] --> RunSel{Runner
(local | compose | k8s)} RunSel --> Provision[Provision & readiness] Provision --> Runtime[Runtime + observability] Runtime --> Exec[Workloads & Expectations execute]","breadcrumbs":"Part II — User Guide » Runners » Common expectations","id":"40","title":"Common expectations"},"41":{"body":"Operational readiness focuses on prerequisites, environment fit, and clear\\nsignals: Prerequisites: keep a sibling nomos-node checkout available; ensure the\\nchosen runner’s platform needs are met (local binaries for host runs, Docker\\nfor compose, cluster access for k8s). Artifacts: some scenarios depend on prover or circuit assets; fetch them\\nahead of time with the provided helper scripts when needed. Environment flags: use slow-environment toggles to relax timeouts, enable\\ntracing when debugging, and adjust observability ports to avoid clashes. Readiness checks: verify runners report node readiness before starting\\nworkloads; this avoids false negatives from starting too early. Failure triage: map failures to missing prerequisites (wallet seeding,\\nnode control availability), runner platform issues, or unmet expectations.\\nStart with liveness signals, then dive into workload-specific assertions. Treat operational hygiene—assets present, prerequisites satisfied, observability\\nreachable—as the first step to reliable scenario outcomes. Metrics and observability flow: Runner exposes endpoints/ports │ ▼\\nRuntime collects block/health signals │ ▼\\nExpectations consume signals to decide pass/fail │ ▼\\nOperators inspect logs/metrics when failures arise Mermaid view: flowchart TD Expose[Runner exposes endpoints/ports] --> Collect[Runtime collects block/health signals] Collect --> Consume[Expectations consume signals
decide pass/fail] Consume --> Inspect[Operators inspect logs/metrics
when failures arise]","breadcrumbs":"Part II — User Guide » Operations » Operations","id":"41","title":"Operations"},"42":{"body":"Deep dives for contributors who extend the framework, evolve its abstractions,\\nor maintain the crate set.","breadcrumbs":"Part III — Developer Reference » Part III — Developer Reference","id":"42","title":"Part III — Developer Reference"},"43":{"body":"The scenario model defines clear, composable responsibilities: Topology: a declarative description of the cluster—how many nodes, their\\nroles, and the broad network and data-availability characteristics. It\\nrepresents the intended shape of the system under test. Scenario: a plan combining topology, workloads, expectations, and a run\\nwindow. Building a scenario validates prerequisites (like seeded wallets) and\\nensures the run lasts long enough to observe meaningful block progression. Workloads: asynchronous tasks that generate traffic or conditions. They\\nuse shared context to interact with the deployed cluster and may bundle\\ndefault expectations. Expectations: post-run assertions. They can capture baselines before\\nworkloads start and evaluate success once activity stops. Runtime: coordinates workloads and expectations for the configured\\nduration, enforces cooldowns when control actions occur, and ensures cleanup\\nso runs do not leak resources. Developers extending the model should keep these boundaries strict: topology\\ndescribes, scenarios assemble, runners deploy, workloads drive, and expectations\\njudge outcomes. For guidance on adding new capabilities, see Extending the Framework.","breadcrumbs":"Part III — Developer Reference » Scenario Model (Developer Level) » Scenario Model (Developer Level)","id":"43","title":"Scenario Model (Developer Level)"},"44":{"body":"","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Extending the Framework","id":"44","title":"Extending the Framework"},"45":{"body":"Implement testing_framework_core::scenario::Workload: Provide a name and any bundled expectations. In init, derive inputs from GeneratedTopology and RunMetrics; fail\\nfast if prerequisites are missing (e.g., wallet data, node addresses). In start, drive async traffic using the RunContext clients. Expose the workload from a module under testing-framework/workflows and\\nconsider adding a DSL helper for ergonomic wiring.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding a workload","id":"45","title":"Adding a workload"},"46":{"body":"Implement testing_framework_core::scenario::Expectation: Use start_capture to snapshot baseline metrics. Use evaluate to assert outcomes after workloads finish; return all errors\\nso the runner can aggregate them. Export it from testing-framework/workflows if it is reusable.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding an expectation","id":"46","title":"Adding an expectation"},"47":{"body":"Implement testing_framework_core::scenario::Deployer for your backend. Produce a RunContext with NodeClients, metrics endpoints, and optional NodeControlHandle. Guard cleanup with CleanupGuard to reclaim resources even on failures. Mirror the readiness and block-feed probes used by the existing runners so\\nworkloads can rely on consistent signals.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding a runner","id":"47","title":"Adding a runner"},"48":{"body":"Extend testing_framework_core::topology::TopologyBuilder with new layouts or\\nconfiguration presets (e.g., specialized DA parameters). Keep defaults safe:\\nensure at least one participant and clamp dispersal factors as the current\\nhelpers do.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding topology helpers","id":"48","title":"Adding topology helpers"},"49":{"body":"A minimal, end-to-end illustration of adding a custom workload and matching\\nexpectation. This shows the shape of the traits and where to plug into the\\nframework; expand the logic to fit your real test.","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Example: New Workload & Expectation (Rust)","id":"49","title":"Example: New Workload & Expectation (Rust)"},"5":{"body":"This framework embodies specific principles that shape how you author and run\\nscenarios. Understanding these principles helps you write effective tests and\\ninterpret results correctly.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Testing Philosophy","id":"5","title":"Testing Philosophy"},"50":{"body":"Key ideas: name: identifies the workload in logs. expectations: workloads can bundle defaults so callers don’t forget checks. init: derive inputs from the generated topology (e.g., pick a target node). start: drive async activity using the shared RunContext. #![allow(unused)] fn main() {\\nuse std::sync::Arc;\\nuse async_trait::async_trait;\\nuse testing_framework_core::scenario::{ DynError, Expectation, RunContext, RunMetrics, Workload,\\n};\\nuse testing_framework_core::topology::GeneratedTopology; pub struct ReachabilityWorkload { target_idx: usize, bundled: Vec>,\\n} impl ReachabilityWorkload { pub fn new(target_idx: usize) -> Self { Self { target_idx, bundled: vec![Box::new(ReachabilityExpectation::new(target_idx))], } }\\n} #[async_trait]\\nimpl Workload for ReachabilityWorkload { fn name(&self) -> &\'static str { \\"reachability_workload\\" } fn expectations(&self) -> Vec> { self.bundled.clone() } fn init( &mut self, topology: &GeneratedTopology, _metrics: &RunMetrics, ) -> Result<(), DynError> { if topology.validators().get(self.target_idx).is_none() { return Err(\\"no validator at requested index\\".into()); } Ok(()) } async fn start(&self, ctx: &RunContext) -> Result<(), DynError> { let client = ctx .clients() .validators() .get(self.target_idx) .ok_or(\\"missing target client\\")?; // Pseudo-action: issue a lightweight RPC to prove reachability. client.health_check().await.map_err(|e| e.into()) }\\n} }","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Workload: simple reachability probe","id":"50","title":"Workload: simple reachability probe"},"51":{"body":"Key ideas: start_capture: snapshot baseline if needed (not used here). evaluate: assert the condition after workloads finish. #![allow(unused)] fn main() {\\nuse async_trait::async_trait;\\nuse testing_framework_core::scenario::{DynError, Expectation, RunContext}; pub struct ReachabilityExpectation { target_idx: usize,\\n} impl ReachabilityExpectation { pub fn new(target_idx: usize) -> Self { Self { target_idx } }\\n} #[async_trait]\\nimpl Expectation for ReachabilityExpectation { fn name(&self) -> &str { \\"target_reachable\\" } async fn evaluate(&mut self, ctx: &RunContext) -> Result<(), DynError> { let client = ctx .clients() .validators() .get(self.target_idx) .ok_or(\\"missing target client\\")?; client.health_check().await.map_err(|e| { format!(\\"target became unreachable during run: {e}\\").into() }) }\\n} }","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Expectation: confirm the target stayed reachable","id":"51","title":"Expectation: confirm the target stayed reachable"},"52":{"body":"Build your scenario as usual and call .with_workload(ReachabilityWorkload::new(0)). The bundled expectation is attached automatically; you can add more with .with_expectation(...) if needed. Keep the logic minimal and fast for smoke tests; grow it into richer probes\\nfor deeper scenarios.","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » How to wire it","id":"52","title":"How to wire it"},"53":{"body":"High-level roles of the crates that make up the framework: Configs: prepares reusable configuration primitives for nodes, networking,\\ntracing, data availability, and wallets, shared by all scenarios and runners. Core scenario orchestration: houses the topology and scenario model,\\nruntime coordination, node clients, and readiness/health probes. Workflows: packages workloads and expectations into reusable building\\nblocks and offers a fluent DSL to assemble them. Runners: implements deployment backends (local host, Docker Compose,\\nKubernetes) that all consume the same scenario plan. Test workflows: example scenarios and integration checks that exercise the\\nframework end to end and serve as living documentation. Use this map to locate where to add new capabilities: configuration primitives\\nin configs, orchestration changes in core, reusable traffic/assertions in\\nworkflows, environment adapters in runners, and demonstrations in tests.","breadcrumbs":"Part III — Developer Reference » Internal Crate Reference » Internal Crate Reference","id":"53","title":"Internal Crate Reference"},"54":{"body":"Quick-reference material and supporting guidance to keep scenarios discoverable,\\ndebuggable, and consistent.","breadcrumbs":"Part IV — Appendix » Part IV — Appendix","id":"54","title":"Part IV — Appendix"},"55":{"body":"The framework offers a fluent builder style to keep scenarios readable. Common\\nknobs: Topology shaping: set validator and executor counts, pick a network layout\\nstyle, and adjust high-level data-availability traits. Wallet seeding: define how many users participate and the total funds\\navailable for transaction workloads. Workload tuning: configure transaction rates, data-availability channel\\nand blob rates, and whether chaos restarts should include validators,\\nexecutors, or both. Expectations: attach liveness and workload-specific checks so success is\\nexplicit. Run window: set a minimum duration long enough for multiple blocks to be\\nobserved and verified. Use these knobs to express intent clearly, keeping scenario definitions concise\\nand consistent across teams.","breadcrumbs":"Part IV — Appendix » DSL Cheat Sheet » Core Content: DSL Cheat Sheet","id":"55","title":"Core Content: DSL Cheat Sheet"},"56":{"body":"Common symptoms and likely causes: No or slow block progression: runner started workloads before readiness, insufficient run window, or environment too slow—extend duration or enable slow-environment tuning. Transactions not included: missing or insufficient wallet seeding, misaligned transaction rate with block cadence, or network instability—reduce rate and verify wallet setup. Chaos stalls the run: node control not available for the chosen runner or restart cadence too aggressive—enable control capability and widen restart intervals. Observability gaps: metrics or logs unreachable because ports clash or services are not exposed—adjust observability ports and confirm runner wiring. Flaky behavior across runs: mixing chaos with functional smoke tests or inconsistent topology between environments—separate deterministic and chaos scenarios and standardize topology presets.","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Troubleshooting Scenarios","id":"56","title":"Troubleshooting Scenarios"},"57":{"body":"Why block-oriented timing? Using block cadence reduces dependence on host speed and keeps assertions aligned\\nwith protocol behavior. Can I reuse the same scenario across runners? Yes. The plan stays the same; swap runners (local, compose, k8s) to target\\ndifferent environments. When should I enable chaos workloads? Only when testing resilience or operational recovery; keep functional smoke\\ntests deterministic. How long should runs be? Long enough for multiple blocks so liveness and inclusion checks are\\nmeaningful; very short runs risk false confidence. Do I always need seeded wallets? Only for transaction scenarios. Data-availability or pure chaos scenarios may\\nnot require them, but liveness checks still need validators producing blocks. What if expectations fail but workloads “look fine”? Trust expectations first—they capture the intended success criteria. Use the\\nobservability signals and runner logs to pinpoint why the system missed the\\ntarget.","breadcrumbs":"Part IV — Appendix » FAQ » FAQ","id":"57","title":"FAQ"},"58":{"body":"Validator: node role responsible for participating in consensus and block\\nproduction. Executor: node role that processes transactions or workloads delegated by\\nvalidators. DA (Data Availability): subsystem ensuring blobs or channel data are\\npublished and retrievable for validation. Workload: traffic or behavior generator that exercises the system during a\\nscenario run. Expectation: post-run assertion that judges whether the system met the\\nintended success criteria. Topology: declarative description of the cluster shape, roles, and\\nhigh-level parameters for a scenario. Blockfeed: stream of block observations used for liveness or inclusion\\nsignals during a run. Control capability: the ability for a runner to start, stop, or restart\\nnodes, used by chaos workloads.","breadcrumbs":"Part IV — Appendix » Glossary » Glossary","id":"58","title":"Glossary"},"6":{"body":"Describe what you want to test, not how to orchestrate it: #![allow(unused)] fn main() {\\n// Good: declarative\\nScenarioBuilder::with_node_counts(2, 1) .transactions().rate(5).apply() .expect_consensus_liveness() .build(); // Bad: imperative (framework doesn\'t work this way)\\n// spawn_validator(); spawn_executor(); // loop { submit_tx(); check_block(); } } Why it matters: The framework handles deployment, readiness, and cleanup.\\nYou focus on test intent, not infrastructure orchestration.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Declarative over Imperative","id":"6","title":"Declarative over Imperative"},"7":{"body":"Reason in blocks and consensus intervals, not wall-clock seconds: #![allow(unused)] fn main() {\\n// Good: protocol-oriented thinking\\nlet plan = ScenarioBuilder::with_node_counts(2, 1) .transactions().rate(5).apply() // 5 tx per block .with_run_duration(Duration::from_secs(60)) // Let framework calculate expected blocks .expect_consensus_liveness() // \\"Did we produce the expected blocks?\\" .build(); // Bad: wall-clock assumptions\\n// \\"I expect exactly 10 blocks in 60 seconds\\"\\n// This breaks on slow CI where blocks might take 7s instead of 6s } Why it matters: Block production timing varies across environments—fast on\\na laptop (5s/block), slow on overloaded CI (8s/block). The framework calculates\\nexpected blocks based on configured slot duration, making assertions\\nenvironment-independent. Assert on “blocks produced relative to the run window”\\nnot “blocks produced per wall-clock second”.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Protocol Time, Not Wall Time","id":"7","title":"Protocol Time, Not Wall Time"},"8":{"body":"Default scenarios are repeatable: Fixed topology Predictable traffic rates Deterministic checks Chaos is opt-in: #![allow(unused)] fn main() {\\n// Separate: functional test (deterministic)\\nlet plan = ScenarioBuilder::with_node_counts(2, 1) .transactions().rate(5).apply() .expect_consensus_liveness() .build(); // Separate: chaos test (introduces randomness)\\nlet chaos_plan = ScenarioBuilder::with_node_counts(3, 2) .enable_node_control() .chaos().restart().apply() .transactions().rate(5).apply() .expect_consensus_liveness() .build(); } Why it matters: Mixing determinism with chaos creates noisy, hard-to-debug\\nfailures. Separate concerns make failures actionable.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Determinism First, Chaos When Needed","id":"8","title":"Determinism First, Chaos When Needed"},"9":{"body":"Prefer user-facing signals over internal state: Good checks: ✅ Blocks progressing at expected rate (liveness) ✅ Transactions included within N blocks (inclusion) ✅ DA blobs retrievable (availability) Avoid internal checks: ❌ Memory pool size ❌ Internal service state ❌ Cache hit rates Why it matters: User-facing signals reflect actual system health.\\nInternal state can be “healthy” while the system is broken from a user\\nperspective.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Observable Health Signals","id":"9","title":"Observable Health Signals"}},"length":59,"save":true},"fields":["title","body","breadcrumbs"],"index":{"body":{"root":{"0":{"df":1,"docs":{"10":{"tf":1.0}}},"1":{"0":{"df":2,"docs":{"10":{"tf":1.0},"7":{"tf":1.0}}},"df":5,"docs":{"10":{"tf":1.0},"34":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}},"–":{"3":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}},"2":{"df":3,"docs":{"24":{"tf":1.0},"34":{"tf":1.0},"8":{"tf":1.0}}},"3":{"df":1,"docs":{"34":{"tf":1.0}}},"4":{"df":1,"docs":{"34":{"tf":1.0}},"–":{"5":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}},"5":{"df":1,"docs":{"7":{"tf":1.0}},"s":{"/":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"6":{"0":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"7":{"tf":1.0}}},"–":{"7":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}},"7":{"df":0,"docs":{},"s":{"df":1,"docs":{"7":{"tf":1.0}}}},"8":{"df":0,"docs":{},"s":{"/":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"a":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"58":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"40":{"tf":1.0},"42":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"43":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0}}}},"v":{"df":10,"docs":{"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"50":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"19":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"53":{"tf":1.0}}}}},"d":{"df":4,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"df":6,"docs":{"43":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"23":{"tf":1.0},"41":{"tf":1.0},"55":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"30":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"46":{"tf":1.0}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"56":{"tf":1.0}}}}}}}}}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":4,"docs":{"17":{"tf":1.0},"21":{"tf":1.4142135623730951},"35":{"tf":1.0},"57":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":6,"docs":{"10":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}}}}},"df":1,"docs":{"22":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"10":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"54":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"0":{"tf":1.0}}},"df":1,"docs":{"20":{"tf":1.0}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"2":{"tf":1.0},"33":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"4":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"41":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"15":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":14,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.4142135623730951},"33":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"7":{"tf":1.4142135623730951}}}},"t":{"df":2,"docs":{"16":{"tf":1.0},"41":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"0":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{":":{":":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":3,"docs":{"45":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"43":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":6,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"17":{"tf":1.0},"35":{"tf":1.0},"5":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":17,"docs":{"0":{"tf":1.4142135623730951},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"35":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.7320508075688772},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"22":{"tf":1.0},"41":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"df":0,"docs":{}}}}},"b":{"(":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"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":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{}}}}},"d":{"df":4,"docs":{"10":{"tf":1.0},"30":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"38":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":3,"docs":{"22":{"tf":1.0},"36":{"tf":1.0},"7":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"26":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0}}}}}}}},"df":1,"docs":{"4":{"tf":1.0}},"e":{"c":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"22":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"56":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"40":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":10,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"30":{"tf":1.4142135623730951},"35":{"tf":1.0},"39":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"22":{"tf":1.0},"37":{"tf":1.0}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":7,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"56":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"32":{"tf":1.0},"41":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"b":{"df":6,"docs":{"0":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0},"9":{"tf":1.0}},"s":{"/":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"41":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":21,"docs":{"0":{"tf":1.7320508075688772},"10":{"tf":2.23606797749979},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.4142135623730951},"31":{"tf":2.23606797749979},"32":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":2.0},"58":{"tf":1.4142135623730951},"7":{"tf":3.1622776601683795},"9":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"e":{"df":2,"docs":{"31":{"tf":1.0},"58":{"tf":1.0}},"e":{"d":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"0":{"tf":1.0},"1":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"18":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":1.0},"55":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"34":{"tf":1.0},"43":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"13":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"a":{"d":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"9":{"tf":1.0}}},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"u":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":9,"docs":{"12":{"tf":1.0},"27":{"tf":1.0},"33":{"tf":1.0},"43":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":5,"docs":{"21":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.7320508075688772},"52":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"29":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"z":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"c":{"(":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"4":{"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":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"9":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"31":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"52":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"27":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"35":{"tf":1.0},"43":{"tf":1.0},"57":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"56":{"tf":1.0}}}}},"df":1,"docs":{"4":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"1":{"tf":1.0},"29":{"tf":1.0},"33":{"tf":1.0},"53":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"0":{"tf":1.0},"19":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0}}}}}},"o":{"df":11,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.7320508075688772},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"8":{"tf":2.0}},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"43":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":19,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"41":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"41":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"22":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"17":{"tf":1.4142135623730951},"22":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"56":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}}}}},"i":{"df":6,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"7":{"tf":1.4142135623730951}},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"48":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"41":{"tf":1.0},"56":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":4,"docs":{"12":{"tf":1.4142135623730951},"43":{"tf":1.0},"47":{"tf":1.0},"6":{"tf":1.0}},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"r":{"df":9,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"|":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":4,"docs":{"45":{"tf":1.0},"50":{"tf":1.7320508075688772},"51":{"tf":1.7320508075688772},"53":{"tf":1.0}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":12,"docs":{"1":{"tf":1.0},"13":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.4142135623730951},"4":{"tf":2.0},"41":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0}},"—":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"43":{"tf":1.0}}}}}}}}}}}},"o":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"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":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"41":{"tf":1.0}}}}}}}}},"df":3,"docs":{"20":{"tf":1.4142135623730951},"31":{"tf":1.0},"41":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"14":{"tf":1.0},"23":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"40":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"22":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"18":{"tf":1.0},"4":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"3":{"tf":1.0}}},"s":{"df":13,"docs":{"0":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.0}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":5,"docs":{"12":{"tf":1.4142135623730951},"2":{"tf":1.0},"20":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"8":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"20":{"tf":1.0},"55":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"4":{"tf":1.0},"43":{"tf":1.0},"51":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"3":{"tf":1.0},"57":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":4,"docs":{"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"r":{"df":10,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.4142135623730951},"55":{"tf":1.0},"7":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"df":5,"docs":{"26":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"51":{"tf":1.0},"56":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":8,"docs":{"0":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.0},"58":{"tf":1.0},"7":{"tf":1.0}}}}}},"i":{"d":{"df":1,"docs":{"45":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.0},"36":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"47":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"m":{"df":4,"docs":{"15":{"tf":1.0},"31":{"tf":1.0},"41":{"tf":1.7320508075688772},"53":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"38":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"1":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"55":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"0":{"tf":1.0},"43":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"20":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"42":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":8,"docs":{"19":{"tf":1.4142135623730951},"26":{"tf":1.0},"28":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"38":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"12":{"tf":1.0},"43":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"43":{"tf":1.0},"53":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":8,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"33":{"tf":1.0},"53":{"tf":1.4142135623730951},"55":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"21":{"tf":1.0},"23":{"tf":1.0},"55":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"15":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"42":{"tf":1.0},"53":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":4,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"x":{"df":2,"docs":{"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":3,"docs":{"31":{"tf":1.0},"32":{"tf":1.0},"49":{"tf":1.0}}}}}}}},"d":{"(":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"[":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"a":{"df":9,"docs":{"0":{"tf":1.7320508075688772},"22":{"tf":1.0},"25":{"tf":1.4142135623730951},"26":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.0},"9":{"tf":1.0}},"t":{"a":{"df":14,"docs":{"0":{"tf":2.0},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"25":{"tf":1.0},"3":{"tf":1.4142135623730951},"4":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":2,"docs":{"12":{"tf":1.0},"4":{"tf":1.0}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":3,"docs":{"37":{"tf":1.0},"41":{"tf":1.0},"8":{"tf":1.0}},"g":{"df":2,"docs":{"11":{"tf":1.0},"54":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"41":{"tf":1.0}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"r":{"df":8,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"3":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"42":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":5,"docs":{"21":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"17":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"20":{"tf":1.0},"21":{"tf":1.0},"55":{"tf":1.0}}}}}}},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"28":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"58":{"tf":1.0}}}},"i":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"34":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"a":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":9,"docs":{"16":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"53":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"41":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":12,"docs":{"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"27":{"tf":1.0},"32":{"tf":2.0},"35":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"53":{"tf":1.0},"6":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"45":{"tf":1.0},"50":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":6,"docs":{"16":{"tf":1.0},"18":{"tf":1.4142135623730951},"3":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"13":{"tf":1.0},"30":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"11":{"tf":1.0},"8":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":6,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.4142135623730951}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"12":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"14":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"57":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"37":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"38":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"54":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"41":{"tf":1.0},"42":{"tf":1.0}},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"31":{"tf":1.0}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"22":{"tf":1.0},"30":{"tf":1.0},"53":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"\'":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"32":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.7320508075688772}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"26":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"[":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}},"df":10,"docs":{"12":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"3":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0}},"n":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"p":{"/":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"30":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"l":{"df":6,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.0},"45":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":11,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":3,"docs":{"12":{"tf":1.0},"51":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"50":{"tf":1.7320508075688772},"51":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},".":{"df":0,"docs":{},"g":{"df":8,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"12":{"tf":1.0}}}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"13":{"tf":1.0},"16":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"41":{"tf":1.0}}}}},"s":{"df":1,"docs":{"38":{"tf":1.0}},"i":{"df":1,"docs":{"17":{"tf":1.0}}}}},"df":1,"docs":{"12":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"3":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"21":{"tf":1.0},"26":{"tf":1.0},"41":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"d":{"df":4,"docs":{"16":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"10":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"15":{"tf":1.0},"3":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":5,"docs":{"10":{"tf":1.4142135623730951},"17":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":7,"docs":{"0":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.4142135623730951},"48":{"tf":1.0},"58":{"tf":1.0}}}}},"v":{"df":1,"docs":{"40":{"tf":1.0}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":22,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"3":{"tf":1.4142135623730951},"35":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.7320508075688772},"53":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"7":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"56":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"r":{"(":{"\\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"50":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"46":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"2":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"a":{"df":0,"docs":{},"l":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":6,"docs":{"12":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"35":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"47":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":3,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":5,"docs":{"15":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"r":{"df":7,"docs":{"0":{"tf":1.4142135623730951},"17":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"55":{"tf":1.4142135623730951},"58":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":6,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":3,"docs":{"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":38,"docs":{"1":{"tf":1.0},"12":{"tf":2.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"20":{"tf":1.7320508075688772},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"30":{"tf":1.7320508075688772},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.4142135623730951},"4":{"tf":1.7320508075688772},"40":{"tf":1.7320508075688772},"41":{"tf":1.4142135623730951},"43":{"tf":2.23606797749979},"45":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.4142135623730951},"50":{"tf":2.0},"51":{"tf":1.7320508075688772},"52":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"7":{"tf":2.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"55":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}},"s":{"df":2,"docs":{"41":{"tf":1.4142135623730951},"45":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"—":{"a":{"d":{"df":0,"docs":{},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"20":{"tf":1.0},"21":{"tf":1.0},"55":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":5,"docs":{"13":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"16":{"tf":1.0}}}}}}},"}":{"\\"":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"51":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"f":{"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"15":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"12":{"tf":1.0},"45":{"tf":1.0},"57":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":8,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":2.0},"47":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}},"k":{"df":0,"docs":{},"e":{"df":2,"docs":{"28":{"tf":1.0},"32":{"tf":1.0}}}},"l":{"df":0,"docs":{},"s":{"df":3,"docs":{"10":{"tf":1.0},"41":{"tf":1.0},"57":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}}}},"q":{"df":1,"docs":{"57":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"17":{"tf":1.0},"32":{"tf":1.0},"45":{"tf":1.0},"52":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"22":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"32":{"tf":1.0},"47":{"tf":1.0}}},"df":0,"docs":{}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":1,"docs":{"31":{"tf":1.0}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"22":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"57":{"tf":1.0}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"17":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"41":{"tf":1.0},"8":{"tf":1.0}},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"57":{"tf":1.0}}}}}}}}}},"t":{"df":6,"docs":{"15":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"49":{"tf":1.0}}},"x":{"df":1,"docs":{"8":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"35":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0}}},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"56":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":5,"docs":{"13":{"tf":1.0},"24":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"53":{"tf":1.0},"55":{"tf":1.0}}}}}}},"n":{"df":6,"docs":{"10":{"tf":1.0},"50":{"tf":2.449489742783178},"51":{"tf":2.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"o":{"c":{"df":0,"docs":{},"u":{"df":1,"docs":{"6":{"tf":1.0}},"s":{"df":3,"docs":{"0":{"tf":1.0},"15":{"tf":1.0},"41":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"35":{"tf":1.0},"4":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"t":{"!":{"(":{"\\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"4":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"2":{"tf":1.0},"21":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"45":{"tf":1.0},"46":{"tf":1.0}}}}}}}}}}},"df":17,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.4142135623730951},"2":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.4142135623730951},"4":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.4142135623730951},"55":{"tf":1.0},"6":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}},"’":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"3":{"tf":1.0},"32":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"8":{"tf":1.0}}}}}}},"d":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"g":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"3":{"tf":1.0},"56":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"40":{"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":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"45":{"tf":1.0},"50":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":8,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0}}}}},"t":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}},"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":1,"docs":{"1":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"58":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"17":{"tf":1.0},"22":{"tf":1.0}}}},"df":0,"docs":{},"o":{"d":{"df":5,"docs":{"10":{"tf":1.0},"38":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"17":{"tf":1.0},"22":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":1,"docs":{"52":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"14":{"tf":1.0},"43":{"tf":1.0},"54":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"1":{"tf":1.0},"14":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"30":{"tf":1.0}}}},"n":{"d":{"df":1,"docs":{"12":{"tf":1.0}},"l":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"r":{"d":{"df":1,"docs":{"8":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"17":{"tf":1.0},"4":{"tf":1.0},"9":{"tf":1.4142135623730951}},"i":{"df":2,"docs":{"20":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":1,"docs":{"5":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"0":{"tf":1.0},"51":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":9,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"29":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"39":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"53":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"i":{"[":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"20":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"a":{"df":9,"docs":{"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"14":{"tf":1.0}},"i":{"df":1,"docs":{"42":{"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":3,"docs":{"23":{"tf":1.0},"27":{"tf":1.0},"49":{"tf":1.0}}}}}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.4142135623730951}}}},"l":{"df":2,"docs":{"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0}}}}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":4,"docs":{"0":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":8,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"40":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"4":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"\\"":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"c":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"3":{"tf":1.0},"6":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"12":{"tf":1.0},"21":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":3,"docs":{"20":{"tf":1.7320508075688772},"45":{"tf":1.0},"50":{"tf":1.4142135623730951}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"20":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"df":2,"docs":{"38":{"tf":1.0},"41":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"56":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"56":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":4,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"3":{"tf":1.0},"53":{"tf":1.0}}}},"n":{"d":{"df":4,"docs":{"17":{"tf":1.0},"43":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"55":{"tf":1.0},"6":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"27":{"tf":1.0},"30":{"tf":1.0}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.4142135623730951},"28":{"tf":1.0},"3":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":3,"docs":{"28":{"tf":1.0},"53":{"tf":1.0},"9":{"tf":2.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"5":{"tf":1.0}}}}}},"v":{"df":3,"docs":{"31":{"tf":1.0},"56":{"tf":1.0},"7":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"8":{"tf":1.0}},"t":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":2,"docs":{"41":{"tf":1.0},"50":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.0},"37":{"tf":1.0}}}}},"v":{"df":1,"docs":{"54":{"tf":1.0}}}},"j":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"g":{"df":4,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}}},"k":{"8":{"df":6,"docs":{"16":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":17,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.7320508075688772},"22":{"tf":1.4142135623730951},"26":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951}}}},"y":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}},"n":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"55":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"28":{"tf":1.0}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"13":{"tf":1.0},"7":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"31":{"tf":1.0},"43":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"28":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"21":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"25":{"tf":1.0},"4":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"15":{"tf":1.0},"21":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"12":{"tf":1.0},"43":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":12,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":2,"docs":{"12":{"tf":1.4142135623730951},"34":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"20":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":19,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"3":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"9":{"tf":1.0}}}}},"o":{"a":{"d":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"df":12,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"35":{"tf":1.4142135623730951},"37":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.0}}},"t":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":3,"docs":{"50":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}},"i":{"c":{"df":3,"docs":{"0":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{}},"s":{"/":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":5,"docs":{"10":{"tf":1.0},"17":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"39":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"30":{"tf":1.0},"57":{"tf":1.0}}},"p":{"df":3,"docs":{"22":{"tf":1.0},"37":{"tf":1.0},"6":{"tf":1.0}}},"s":{"df":1,"docs":{"15":{"tf":1.0}}}},"w":{"df":1,"docs":{"29":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"r":{"df":2,"docs":{"12":{"tf":1.0},"4":{"tf":1.0}}},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"10":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"38":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"10":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"13":{"tf":1.0},"42":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":8,"docs":{"13":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"53":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}},"n":{"df":0,"docs":{},"i":{"df":6,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0}}}},"p":{"df":3,"docs":{"16":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0}}},"t":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"49":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"54":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"17":{"tf":1.0},"39":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}},"y":{"b":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":8,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"43":{"tf":1.0},"57":{"tf":1.0}}}}},"t":{"df":1,"docs":{"21":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"2":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"d":{"df":5,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"41":{"tf":1.0},"58":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"c":{"df":6,"docs":{"12":{"tf":1.0},"31":{"tf":1.0},"41":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"22":{"tf":1.0},"24":{"tf":1.0},"37":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"10":{"tf":1.4142135623730951},"55":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"56":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":4,"docs":{"41":{"tf":1.0},"45":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}}}},"x":{"df":2,"docs":{"56":{"tf":1.0},"8":{"tf":1.0}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"30":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":8,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"29":{"tf":1.0},"43":{"tf":1.7320508075688772},"53":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"34":{"tf":1.0}}}},"df":1,"docs":{"45":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"52":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"13":{"tf":1.0},"22":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":8,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"38":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"22":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"45":{"tf":1.0},"50":{"tf":1.0}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"df":2,"docs":{"29":{"tf":1.0},"9":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":8,"docs":{"21":{"tf":1.0},"3":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.0},"57":{"tf":1.4142135623730951},"8":{"tf":1.0}},"—":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"g":{"df":2,"docs":{"30":{"tf":1.0},"41":{"tf":1.0}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":11,"docs":{"0":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"4":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}}},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":5,"docs":{"27":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"47":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":23,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"12":{"tf":1.4142135623730951},"15":{"tf":1.7320508075688772},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"2":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.4142135623730951},"32":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.7320508075688772},"43":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.4142135623730951},"56":{"tf":1.0},"58":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":2,"docs":{"22":{"tf":1.0},"8":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"df":7,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.7320508075688772},"32":{"tf":1.0},"41":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"21":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"[":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":17,"docs":{"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772},"43":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.0},"9":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"22":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"12":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"53":{"tf":1.0},"55":{"tf":1.0}}}}}},"k":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"\\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":1,"docs":{"50":{"tf":1.0}}},"n":{"c":{"df":3,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0}}},"df":5,"docs":{"15":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"40":{"tf":1.0},"48":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"39":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"17":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"41":{"tf":2.0},"57":{"tf":1.0}}}},"t":{"df":2,"docs":{"21":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"12":{"tf":1.0},"26":{"tf":1.0},"47":{"tf":1.0}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":7,"docs":{"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"21":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":1.0}}}}}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"29":{"tf":1.0}}}}},"df":1,"docs":{"28":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":8,"docs":{"12":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"3":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}}},"p":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"12":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"28":{"tf":1.0}}},"k":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"16":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":4,"docs":{"1":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"33":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"30":{"tf":1.0}}}}}}}},"df":0,"docs":{},"t":{"df":4,"docs":{"14":{"tf":1.0},"2":{"tf":1.0},"42":{"tf":1.0},"54":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":5,"docs":{"0":{"tf":1.0},"19":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"35":{"tf":1.0},"41":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":1,"docs":{"12":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"19":{"tf":1.0},"25":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":3,"docs":{"15":{"tf":1.0},"21":{"tf":2.0},"22":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"28":{"tf":1.0}}}},"r":{"df":5,"docs":{"21":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":1.0},"33":{"tf":1.0},"7":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"0":{"tf":1.0},"4":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"29":{"tf":1.4142135623730951},"34":{"tf":2.8284271247461903}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"33":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"15":{"tf":1.0},"16":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"20":{"tf":1.0},"34":{"tf":1.0}}}}}}}},"l":{"a":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":16,"docs":{"1":{"tf":1.0},"12":{"tf":2.23606797749979},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"20":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":2.0},"36":{"tf":1.4142135623730951},"4":{"tf":1.7320508075688772},"40":{"tf":1.4142135623730951},"43":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"41":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"u":{"df":2,"docs":{"25":{"tf":1.0},"26":{"tf":1.0}},"g":{"df":1,"docs":{"49":{"tf":1.0}},"g":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"13":{"tf":1.0},"18":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"3":{"tf":1.0}}}},"df":0,"docs":{}},"df":3,"docs":{"38":{"tf":1.0},"41":{"tf":1.0},"56":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"31":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"14":{"tf":1.0},"22":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"9":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"15":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"35":{"tf":1.4142135623730951},"41":{"tf":2.0},"43":{"tf":1.0},"45":{"tf":1.0}}}}}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"26":{"tf":1.0},"41":{"tf":1.0}}}},"t":{"df":3,"docs":{"22":{"tf":1.0},"48":{"tf":1.0},"56":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"35":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"11":{"tf":1.0},"5":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"o":{"b":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":7,"docs":{"17":{"tf":1.0},"21":{"tf":1.0},"40":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":5,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"58":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":6,"docs":{"0":{"tf":1.0},"20":{"tf":1.0},"32":{"tf":1.0},"47":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":1.7320508075688772}},"t":{"df":4,"docs":{"10":{"tf":1.0},"27":{"tf":1.0},"58":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":8,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.4142135623730951},"3":{"tf":1.0},"43":{"tf":1.0},"56":{"tf":1.0},"9":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":9,"docs":{"0":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"21":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"10":{"tf":1.0},"50":{"tf":1.0}},"r":{"df":1,"docs":{"41":{"tf":1.0}}}},"i":{"d":{"df":4,"docs":{"32":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":2,"docs":{"12":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"40":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"b":{"df":2,"docs":{"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"0":{"tf":1.0},"58":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"57":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"18":{"tf":1.0},"3":{"tf":1.0}}}}}}}},"q":{"a":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}}}}}},"r":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"12":{"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":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"33":{"tf":1.4142135623730951},"8":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"df":11,"docs":{"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"12":{"tf":1.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"50":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"l":{"df":3,"docs":{"40":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0}},"e":{"df":0,"docs":{},"—":{"a":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":11,"docs":{"12":{"tf":1.4142135623730951},"15":{"tf":1.0},"26":{"tf":1.0},"32":{"tf":1.4142135623730951},"35":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.7320508075688772},"41":{"tf":1.7320508075688772},"47":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":4,"docs":{"0":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"49":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"1":{"tf":1.0},"3":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"47":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"19":{"tf":1.0},"57":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":3,"docs":{"13":{"tf":1.0},"21":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"42":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"0":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"35":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}},"x":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}},"df":1,"docs":{"7":{"tf":1.0}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"22":{"tf":1.0},"47":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"20":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"43":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":4,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":4,"docs":{"19":{"tf":1.0},"3":{"tf":1.0},"40":{"tf":1.0},"57":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":7,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"26":{"tf":1.0},"30":{"tf":1.0},"57":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"12":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":4,"docs":{"16":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":8,"docs":{"12":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"26":{"tf":1.4142135623730951},"34":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":5,"docs":{"22":{"tf":1.0},"35":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":3,"docs":{"0":{"tf":1.0},"58":{"tf":1.0},"9":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"46":{"tf":1.0},"50":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"15":{"tf":1.4142135623730951},"21":{"tf":1.0},"46":{"tf":1.0},"53":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":3,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"57":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"10":{"tf":1.0},"57":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":8,"docs":{"0":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":1.7320508075688772}}}}},"p":{"c":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"45":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.7320508075688772},"51":{"tf":1.4142135623730951}}}}}}}}},"df":26,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"10":{"tf":1.7320508075688772},"12":{"tf":1.7320508075688772},"13":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.7320508075688772},"20":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":1.7320508075688772},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.7320508075688772},"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.0},"43":{"tf":2.0},"5":{"tf":1.0},"51":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.7320508075688772},"57":{"tf":1.4142135623730951},"58":{"tf":1.7320508075688772},"7":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":3,"docs":{"29":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.4142135623730951}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":22,"docs":{"12":{"tf":1.0},"13":{"tf":1.4142135623730951},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.7320508075688772},"41":{"tf":1.7320508075688772},"43":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.4142135623730951},"53":{"tf":1.7320508075688772},"56":{"tf":1.7320508075688772},"57":{"tf":1.7320508075688772},"58":{"tf":1.0}},"’":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"40":{"tf":1.0}},"{":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"40":{"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":{},"i":{"df":0,"docs":{},"m":{"df":7,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"33":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"40":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"48":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":5,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"35":{"tf":1.4142135623730951},"53":{"tf":1.0},"57":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"41":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"2":{"df":3,"docs":{"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"3":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":31,"docs":{"1":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":2.23606797749979},"16":{"tf":1.7320508075688772},"17":{"tf":1.7320508075688772},"18":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":2.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"27":{"tf":1.0},"34":{"tf":1.7320508075688772},"35":{"tf":1.7320508075688772},"36":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.7320508075688772},"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"43":{"tf":2.23606797749979},"5":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":2.23606797749979},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"57":{"tf":1.7320508075688772},"58":{"tf":1.4142135623730951},"8":{"tf":1.0}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"29":{"tf":1.0},"39":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"41":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"22":{"tf":1.0},"29":{"tf":1.0},"7":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"d":{"df":8,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}}},"df":4,"docs":{"17":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"26":{"tf":1.0},"35":{"tf":1.0}}}},"df":0,"docs":{}},"f":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":3,"docs":{"21":{"tf":1.0},"50":{"tf":1.7320508075688772},"51":{"tf":1.7320508075688772}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"8":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"31":{"tf":1.0}}},"v":{"df":1,"docs":{"53":{"tf":1.0}},"i":{"c":{"df":3,"docs":{"38":{"tf":1.0},"56":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":8,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"24":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"42":{"tf":1.0},"55":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"16":{"tf":1.0},"38":{"tf":1.0},"56":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":18,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":7,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"0":{"tf":1.0},"10":{"tf":1.4142135623730951},"57":{"tf":1.0}}}},"w":{"df":4,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"27":{"tf":1.0},"49":{"tf":1.0}}}}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":12,"docs":{"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.4142135623730951},"22":{"tf":1.0},"35":{"tf":1.7320508075688772},"41":{"tf":2.23606797749979},"47":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"9":{"tf":1.7320508075688772}},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"41":{"tf":1.0}}},"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":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"24":{"tf":1.0},"50":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"28":{"tf":1.0},"32":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":3,"docs":{"12":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0}}}}},"t":{"df":1,"docs":{"15":{"tf":1.0}}},"z":{"df":0,"docs":{},"e":{"df":1,"docs":{"9":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}},"w":{"df":4,"docs":{"28":{"tf":1.0},"41":{"tf":1.0},"56":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"56":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"17":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":5,"docs":{"21":{"tf":1.0},"24":{"tf":1.0},"52":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"46":{"tf":1.0},"51":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"3":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":7,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"26":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0},"5":{"tf":1.0},"55":{"tf":1.0}},"i":{"df":1,"docs":{"17":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":3,"docs":{"22":{"tf":1.0},"36":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"t":{"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"38":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"34":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"56":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"22":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"df":0,"docs":{}},"_":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"46":{"tf":1.0},"51":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":13,"docs":{"12":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.7320508075688772},"43":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"12":{"tf":1.0},"22":{"tf":1.0},"29":{"tf":1.0},"9":{"tf":1.7320508075688772}}},"i":{"c":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}},"y":{"df":5,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"31":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":1.0}}}},"d":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{":":{":":{"a":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"50":{"tf":1.0}}},"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":{},"p":{"df":2,"docs":{"21":{"tf":1.0},"41":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"28":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"57":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":3,"docs":{"12":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0}}}},"r":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"25":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"b":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"55":{"tf":1.4142135623730951}}}}}},"u":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"24":{"tf":1.0},"28":{"tf":1.4142135623730951},"30":{"tf":1.0}}}},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"6":{"tf":1.0}}}}},"df":5,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"30":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"0":{"tf":1.0},"58":{"tf":1.0}}}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"39":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"54":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"13":{"tf":1.0},"22":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"56":{"tf":1.0}}}}}}},"n":{"c":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"27":{"tf":1.0},"28":{"tf":1.0},"32":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":8,"docs":{"20":{"tf":1.4142135623730951},"26":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}}}}}}}},"t":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"7":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":4,"docs":{"17":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"43":{"tf":1.0}}}}},"d":{"df":3,"docs":{"20":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":3,"docs":{"22":{"tf":1.0},"3":{"tf":1.4142135623730951},"55":{"tf":1.0}}},"r":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"21":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":26,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.0},"11":{"tf":1.0},"15":{"tf":2.0},"16":{"tf":1.7320508075688772},"17":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.7320508075688772},"30":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.4142135623730951},"52":{"tf":1.0},"53":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"47":{"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":{"46":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"{":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"51":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"7":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"13":{"tf":1.0},"35":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"e":{"df":13,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.4142135623730951},"31":{"tf":1.7320508075688772},"37":{"tf":1.0},"41":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":1.7320508075688772}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}}},"r":{"df":1,"docs":{"28":{"tf":1.4142135623730951}}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"15":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"41":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"31":{"tf":1.0},"33":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":24,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"33":{"tf":1.7320508075688772},"35":{"tf":1.0},"4":{"tf":2.0},"43":{"tf":1.7320508075688772},"48":{"tf":1.0},"50":{"tf":1.4142135623730951},"53":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0},"8":{"tf":1.0}},"y":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"g":{"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":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"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":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"15":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0}}},"k":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":16,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"26":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"3":{"tf":1.0},"4":{"tf":2.0},"40":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"58":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"49":{"tf":1.0},"55":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":15,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"21":{"tf":1.0},"24":{"tf":1.7320508075688772},"25":{"tf":1.7320508075688772},"26":{"tf":1.0},"34":{"tf":1.0},"40":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"5":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"16":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"41":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"19":{"tf":1.0},"30":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"29":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":3,"docs":{"22":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"36":{"tf":1.0},"4":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":1,"docs":{"24":{"tf":1.0}}}},"x":{"df":1,"docs":{"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"36":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"28":{"tf":1.0},"3":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"51":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":1,"docs":{"53":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"17":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"16":{"tf":1.0}}}},"df":21,"docs":{"0":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.4142135623730951},"29":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":1.0},"50":{"tf":2.23606797749979},"51":{"tf":1.7320508075688772},"53":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"19":{"tf":1.0},"55":{"tf":1.0},"9":{"tf":1.7320508075688772}}}},"i":{"df":0,"docs":{},"z":{"df":2,"docs":{"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":17,"docs":{"0":{"tf":1.4142135623730951},"13":{"tf":1.0},"17":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"31":{"tf":1.0},"33":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"55":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"u":{"df":1,"docs":{"30":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"33":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"!":{"[":{"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":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"10":{"tf":1.0},"57":{"tf":1.0}},"f":{"df":2,"docs":{"13":{"tf":1.0},"32":{"tf":1.0}},"i":{"df":6,"docs":{"20":{"tf":1.0},"28":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":6,"docs":{"12":{"tf":1.0},"16":{"tf":1.0},"20":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"[":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"12":{"tf":1.0},"35":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":2.0}},"e":{"df":0,"docs":{},"t":{"df":13,"docs":{"15":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"29":{"tf":1.0}}}},"y":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":1,"docs":{"12":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"21":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"55":{"tf":1.0},"58":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"56":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":9,"docs":{"10":{"tf":1.0},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"20":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":4,"docs":{"38":{"tf":1.0},"45":{"tf":1.0},"52":{"tf":1.0},"56":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"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":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"5":{"df":1,"docs":{"10":{"tf":1.0}}},"6":{"0":{"df":2,"docs":{"10":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"0":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"31":{"tf":1.0},"9":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"32":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":2,"docs":{"3":{"tf":1.0},"6":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"53":{"tf":1.7320508075688772}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":37,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"12":{"tf":2.449489742783178},"13":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.7320508075688772},"18":{"tf":1.4142135623730951},"19":{"tf":2.0},"20":{"tf":2.449489742783178},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.7320508075688772},"26":{"tf":1.4142135623730951},"27":{"tf":1.0},"28":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"30":{"tf":1.0},"35":{"tf":1.7320508075688772},"4":{"tf":1.7320508075688772},"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"43":{"tf":2.23606797749979},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.4142135623730951},"50":{"tf":2.23606797749979},"51":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.7320508075688772},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.7320508075688772}},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"d":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"5":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"e":{"df":1,"docs":{"57":{"tf":1.0}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"29":{"tf":1.0}}}}}}}},"breadcrumbs":{"root":{"0":{"df":1,"docs":{"10":{"tf":1.0}}},"1":{"0":{"df":2,"docs":{"10":{"tf":1.0},"7":{"tf":1.0}}},"df":5,"docs":{"10":{"tf":1.0},"34":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}},"–":{"3":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}},"2":{"df":3,"docs":{"24":{"tf":1.4142135623730951},"34":{"tf":1.0},"8":{"tf":1.0}}},"3":{"df":1,"docs":{"34":{"tf":1.0}}},"4":{"df":1,"docs":{"34":{"tf":1.0}},"–":{"5":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}},"5":{"df":1,"docs":{"7":{"tf":1.0}},"s":{"/":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"6":{"0":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"7":{"tf":1.0}}},"–":{"7":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}},"7":{"df":0,"docs":{},"s":{"df":1,"docs":{"7":{"tf":1.0}}}},"8":{"df":0,"docs":{},"s":{"/":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"a":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"58":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"40":{"tf":1.0},"42":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"43":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0}}}},"v":{"df":10,"docs":{"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"50":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"19":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"53":{"tf":1.0}}}}},"d":{"df":4,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"df":6,"docs":{"43":{"tf":1.0},"45":{"tf":1.7320508075688772},"46":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"49":{"tf":1.0}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"23":{"tf":1.0},"41":{"tf":1.0},"55":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":8,"docs":{"27":{"tf":1.7320508075688772},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"30":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"46":{"tf":1.0}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"56":{"tf":1.0}}}}}}}}}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":4,"docs":{"17":{"tf":1.0},"21":{"tf":1.4142135623730951},"35":{"tf":1.0},"57":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":6,"docs":{"10":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}}}}},"df":1,"docs":{"22":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"10":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.7320508075688772}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":5,"docs":{"54":{"tf":1.7320508075688772},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"0":{"tf":1.0}}},"df":1,"docs":{"20":{"tf":1.0}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"2":{"tf":1.0},"33":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"4":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"41":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":8,"docs":{"27":{"tf":1.7320508075688772},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"15":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":14,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.4142135623730951},"33":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"7":{"tf":1.4142135623730951}}}},"t":{"df":2,"docs":{"16":{"tf":1.0},"41":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"0":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{":":{":":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":3,"docs":{"45":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"43":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":6,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"17":{"tf":1.7320508075688772},"35":{"tf":1.0},"5":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":17,"docs":{"0":{"tf":1.4142135623730951},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"35":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.7320508075688772},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"22":{"tf":1.0},"41":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"df":0,"docs":{}}}}},"b":{"(":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"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":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{}}}}},"d":{"df":4,"docs":{"10":{"tf":1.0},"30":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"38":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":3,"docs":{"22":{"tf":1.0},"36":{"tf":1.0},"7":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"26":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0}}}}}}}},"df":1,"docs":{"4":{"tf":1.0}},"e":{"c":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"22":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"56":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"40":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":10,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"30":{"tf":1.7320508075688772},"35":{"tf":1.0},"39":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"22":{"tf":1.7320508075688772},"37":{"tf":1.0}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":7,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"56":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"32":{"tf":1.0},"41":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"b":{"df":6,"docs":{"0":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0},"9":{"tf":1.0}},"s":{"/":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"41":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":21,"docs":{"0":{"tf":1.7320508075688772},"10":{"tf":2.23606797749979},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.4142135623730951},"31":{"tf":2.449489742783178},"32":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":2.0},"58":{"tf":1.4142135623730951},"7":{"tf":3.1622776601683795},"9":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"e":{"df":2,"docs":{"31":{"tf":1.0},"58":{"tf":1.0}},"e":{"d":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"0":{"tf":1.0},"1":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"18":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":1.0},"55":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"34":{"tf":1.0},"43":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"13":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"a":{"d":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"9":{"tf":1.0}}},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"u":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":9,"docs":{"12":{"tf":1.0},"27":{"tf":1.0},"33":{"tf":1.0},"43":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":5,"docs":{"21":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.7320508075688772},"52":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"29":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"z":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"30":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}},"c":{"(":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"4":{"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":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"9":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"31":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"52":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"27":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"35":{"tf":1.0},"43":{"tf":1.0},"57":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"56":{"tf":1.0}}}}},"df":1,"docs":{"4":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"1":{"tf":1.0},"29":{"tf":1.0},"33":{"tf":1.0},"53":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"0":{"tf":1.0},"19":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0}}}}}},"o":{"df":11,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.7320508075688772},"55":{"tf":1.0},"56":{"tf":1.7320508075688772},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"8":{"tf":2.23606797749979}},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"43":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.7320508075688772}}}},"c":{"df":0,"docs":{},"k":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":19,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"28":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"41":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"41":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"22":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"17":{"tf":1.4142135623730951},"22":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"56":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}}}}},"i":{"df":6,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"7":{"tf":1.4142135623730951}},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"48":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"41":{"tf":1.0},"56":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":4,"docs":{"12":{"tf":1.4142135623730951},"43":{"tf":1.0},"47":{"tf":1.0},"6":{"tf":1.0}},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"r":{"df":9,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"|":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":4,"docs":{"45":{"tf":1.0},"50":{"tf":1.7320508075688772},"51":{"tf":1.7320508075688772},"53":{"tf":1.0}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":12,"docs":{"1":{"tf":1.0},"13":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.4142135623730951},"4":{"tf":2.0},"41":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0}},"—":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"43":{"tf":1.0}}}}}}}}}}}},"o":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"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":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"41":{"tf":1.0}}}}}}}}},"df":3,"docs":{"20":{"tf":1.4142135623730951},"31":{"tf":1.0},"41":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"14":{"tf":1.0},"23":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"40":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"22":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"18":{"tf":1.0},"4":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"3":{"tf":1.0}}},"s":{"df":13,"docs":{"0":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.4142135623730951},"4":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.0}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":5,"docs":{"12":{"tf":2.0},"2":{"tf":1.0},"20":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"8":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"20":{"tf":1.0},"55":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"4":{"tf":1.0},"43":{"tf":1.0},"51":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"3":{"tf":1.0},"57":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":4,"docs":{"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"r":{"df":10,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.4142135623730951},"55":{"tf":1.0},"7":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"df":5,"docs":{"26":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"51":{"tf":1.4142135623730951},"56":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":8,"docs":{"0":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.0},"58":{"tf":1.0},"7":{"tf":1.0}}}}}},"i":{"d":{"df":1,"docs":{"45":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.0},"36":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"47":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"m":{"df":4,"docs":{"15":{"tf":1.0},"31":{"tf":1.0},"41":{"tf":1.7320508075688772},"53":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"38":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"1":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"17":{"tf":1.0},"18":{"tf":1.7320508075688772},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.7320508075688772},"55":{"tf":1.4142135623730951}}}},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"0":{"tf":1.7320508075688772},"43":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"20":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"42":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":8,"docs":{"19":{"tf":1.4142135623730951},"26":{"tf":1.0},"28":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"38":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"12":{"tf":1.0},"43":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"43":{"tf":1.0},"53":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":10,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.7320508075688772},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.7320508075688772},"33":{"tf":1.0},"53":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"21":{"tf":1.0},"23":{"tf":1.0},"55":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"15":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"42":{"tf":1.0},"53":{"tf":2.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":4,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"x":{"df":2,"docs":{"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":3,"docs":{"31":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"49":{"tf":1.0}}}}}}}},"d":{"(":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"[":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"a":{"df":9,"docs":{"0":{"tf":1.7320508075688772},"22":{"tf":1.0},"25":{"tf":1.7320508075688772},"26":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.0},"9":{"tf":1.0}},"t":{"a":{"df":14,"docs":{"0":{"tf":2.0},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"25":{"tf":1.0},"3":{"tf":1.4142135623730951},"4":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":2,"docs":{"12":{"tf":1.0},"4":{"tf":1.0}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":3,"docs":{"37":{"tf":1.0},"41":{"tf":1.0},"8":{"tf":1.0}},"g":{"df":2,"docs":{"11":{"tf":1.0},"54":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"41":{"tf":1.0}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"r":{"df":8,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"3":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"42":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":5,"docs":{"21":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"17":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"20":{"tf":1.0},"21":{"tf":1.0},"55":{"tf":1.0}}}}}}},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"28":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"58":{"tf":1.0}}}},"i":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"34":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"a":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":9,"docs":{"16":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"53":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"41":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":12,"docs":{"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"27":{"tf":1.0},"32":{"tf":2.449489742783178},"35":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"53":{"tf":1.0},"6":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"45":{"tf":1.0},"50":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":6,"docs":{"16":{"tf":1.0},"18":{"tf":1.4142135623730951},"3":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"13":{"tf":1.7320508075688772},"30":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"11":{"tf":1.0},"8":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":16,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.7320508075688772},"43":{"tf":2.23606797749979},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"12":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"14":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"57":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"37":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"38":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"54":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"41":{"tf":1.0},"42":{"tf":1.0}},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"31":{"tf":1.0}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"38":{"tf":1.4142135623730951},"4":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"22":{"tf":1.0},"30":{"tf":1.0},"53":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"\'":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"32":{"tf":1.7320508075688772}},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":2.0}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"26":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"[":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}},"df":10,"docs":{"12":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"3":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0}},"n":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"p":{"/":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"30":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"l":{"df":6,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.0},"45":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.7320508075688772}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":11,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":3,"docs":{"12":{"tf":1.0},"51":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"50":{"tf":1.7320508075688772},"51":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},".":{"df":0,"docs":{},"g":{"df":8,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"12":{"tf":1.0}}}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"13":{"tf":1.0},"16":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"41":{"tf":1.0}}}}},"s":{"df":1,"docs":{"38":{"tf":1.0}},"i":{"df":1,"docs":{"17":{"tf":1.0}}}}},"df":1,"docs":{"12":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"3":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"21":{"tf":1.0},"26":{"tf":1.0},"41":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"d":{"df":4,"docs":{"16":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"10":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"15":{"tf":1.0},"3":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":5,"docs":{"10":{"tf":1.4142135623730951},"17":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":7,"docs":{"0":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.4142135623730951},"48":{"tf":1.0},"58":{"tf":1.0}}}}},"v":{"df":1,"docs":{"40":{"tf":1.0}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":22,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"3":{"tf":1.4142135623730951},"35":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.7320508075688772},"53":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"7":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"56":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"r":{"(":{"\\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"50":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"46":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"2":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"a":{"df":0,"docs":{},"l":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":6,"docs":{"12":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"35":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"47":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":3,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":18,"docs":{"15":{"tf":1.0},"23":{"tf":1.7320508075688772},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.7320508075688772},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"49":{"tf":1.7320508075688772},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"r":{"df":7,"docs":{"0":{"tf":1.4142135623730951},"17":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"55":{"tf":1.4142135623730951},"58":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":6,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":3,"docs":{"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":39,"docs":{"1":{"tf":1.0},"12":{"tf":2.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":2.0},"19":{"tf":1.0},"20":{"tf":2.23606797749979},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"30":{"tf":1.7320508075688772},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.4142135623730951},"4":{"tf":1.7320508075688772},"40":{"tf":2.0},"41":{"tf":1.4142135623730951},"43":{"tf":2.23606797749979},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"49":{"tf":2.0},"50":{"tf":2.23606797749979},"51":{"tf":2.23606797749979},"52":{"tf":1.4142135623730951},"53":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"7":{"tf":2.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"55":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}},"s":{"df":2,"docs":{"41":{"tf":1.4142135623730951},"45":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"—":{"a":{"d":{"df":0,"docs":{},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"20":{"tf":1.0},"21":{"tf":1.0},"55":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":8,"docs":{"13":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.7320508075688772},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.4142135623730951}}},"df":0,"docs":{},"s":{"df":1,"docs":{"16":{"tf":1.0}}}}}}},"}":{"\\"":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"51":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"f":{"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"15":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"12":{"tf":1.0},"45":{"tf":1.0},"57":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":8,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":2.0},"47":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}},"k":{"df":0,"docs":{},"e":{"df":2,"docs":{"28":{"tf":1.0},"32":{"tf":1.0}}}},"l":{"df":0,"docs":{},"s":{"df":3,"docs":{"10":{"tf":1.0},"41":{"tf":1.0},"57":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}}}},"q":{"df":1,"docs":{"57":{"tf":1.7320508075688772}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"17":{"tf":1.0},"32":{"tf":1.0},"45":{"tf":1.0},"52":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"22":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"32":{"tf":1.0},"47":{"tf":1.0}}},"df":0,"docs":{}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":1,"docs":{"31":{"tf":1.0}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"22":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"57":{"tf":1.0}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"17":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"41":{"tf":1.0},"8":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"57":{"tf":1.0}}}}}}}}}},"t":{"df":6,"docs":{"15":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"49":{"tf":1.0}}},"x":{"df":1,"docs":{"8":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"35":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0}}},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"56":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":5,"docs":{"13":{"tf":1.0},"24":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"53":{"tf":1.0},"55":{"tf":1.0}}}}}}},"n":{"df":6,"docs":{"10":{"tf":1.0},"50":{"tf":2.449489742783178},"51":{"tf":2.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"o":{"c":{"df":0,"docs":{},"u":{"df":1,"docs":{"6":{"tf":1.0}},"s":{"df":3,"docs":{"0":{"tf":1.0},"15":{"tf":1.0},"41":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"35":{"tf":1.0},"4":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"t":{"!":{"(":{"\\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"4":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":13,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"2":{"tf":1.7320508075688772},"21":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"45":{"tf":1.0},"46":{"tf":1.0}}}}}}}}}}},"df":21,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.4142135623730951},"2":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.4142135623730951},"4":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.7320508075688772},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.4142135623730951},"55":{"tf":1.0},"6":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}},"’":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"3":{"tf":1.0},"32":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"8":{"tf":1.0}}}}}}},"d":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"g":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"3":{"tf":1.0},"56":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"40":{"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":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"45":{"tf":1.0},"50":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":8,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"33":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0}}}}},"t":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}},"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":1,"docs":{"1":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"58":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"17":{"tf":1.0},"22":{"tf":1.0}}}},"df":0,"docs":{},"o":{"d":{"df":5,"docs":{"10":{"tf":1.0},"38":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"17":{"tf":1.0},"22":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":1,"docs":{"52":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"14":{"tf":1.0},"43":{"tf":1.0},"54":{"tf":1.0}}},"df":0,"docs":{}}},"df":29,"docs":{"1":{"tf":1.0},"14":{"tf":1.7320508075688772},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"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}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"30":{"tf":1.0}}}},"n":{"d":{"df":1,"docs":{"12":{"tf":1.0}},"l":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"r":{"d":{"df":1,"docs":{"8":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"17":{"tf":1.0},"4":{"tf":1.0},"9":{"tf":1.7320508075688772}},"i":{"df":2,"docs":{"20":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":1,"docs":{"5":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.7320508075688772}}}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"0":{"tf":1.0},"51":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":9,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"29":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"39":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"53":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"i":{"[":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"20":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"a":{"df":9,"docs":{"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"i":{"df":28,"docs":{"14":{"tf":1.7320508075688772},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"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}},"i":{"df":12,"docs":{"42":{"tf":1.7320508075688772},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"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":3,"docs":{"23":{"tf":1.0},"27":{"tf":1.0},"49":{"tf":1.0}}}}}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.7320508075688772}}}},"l":{"df":2,"docs":{"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0}}}}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":4,"docs":{"0":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":8,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"40":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"4":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"\\"":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"c":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"3":{"tf":1.0},"6":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"12":{"tf":1.0},"21":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":3,"docs":{"20":{"tf":1.7320508075688772},"45":{"tf":1.0},"50":{"tf":1.4142135623730951}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"20":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"df":2,"docs":{"38":{"tf":1.0},"41":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"56":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"56":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":4,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"3":{"tf":1.0},"53":{"tf":1.0}}}},"n":{"d":{"df":4,"docs":{"17":{"tf":1.0},"43":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"55":{"tf":1.0},"6":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"27":{"tf":1.0},"30":{"tf":1.0}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.4142135623730951},"28":{"tf":1.0},"3":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":3,"docs":{"28":{"tf":1.0},"53":{"tf":1.7320508075688772},"9":{"tf":2.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"5":{"tf":1.0}}}}}},"v":{"df":3,"docs":{"31":{"tf":1.0},"56":{"tf":1.0},"7":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"8":{"tf":1.0}},"t":{"df":1,"docs":{"3":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":2,"docs":{"41":{"tf":1.0},"50":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.0},"37":{"tf":1.0}}}}},"v":{"df":5,"docs":{"54":{"tf":1.7320508075688772},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}}},"j":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"g":{"df":4,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}}},"k":{"8":{"df":6,"docs":{"16":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":17,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.7320508075688772},"22":{"tf":1.4142135623730951},"26":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951}}}},"y":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}},"n":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"55":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"39":{"tf":1.4142135623730951},"4":{"tf":1.0},"53":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"28":{"tf":1.0}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"13":{"tf":1.0},"7":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"31":{"tf":1.0},"43":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"28":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"21":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"25":{"tf":1.0},"4":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"15":{"tf":1.7320508075688772},"21":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"12":{"tf":1.0},"43":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":12,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.7320508075688772},"53":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":2,"docs":{"12":{"tf":2.0},"34":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"20":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":19,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.7320508075688772},"3":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"9":{"tf":1.0}}}}},"o":{"a":{"d":{"df":1,"docs":{"29":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"df":12,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"35":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.0}}},"t":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":3,"docs":{"50":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}},"i":{"c":{"df":3,"docs":{"0":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{}},"s":{"/":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":5,"docs":{"10":{"tf":1.0},"17":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"39":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"30":{"tf":1.0},"57":{"tf":1.0}}},"p":{"df":3,"docs":{"22":{"tf":1.0},"37":{"tf":1.0},"6":{"tf":1.0}}},"s":{"df":1,"docs":{"15":{"tf":1.0}}}},"w":{"df":1,"docs":{"29":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"r":{"df":2,"docs":{"12":{"tf":1.0},"4":{"tf":1.0}}},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"10":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"38":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"10":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"13":{"tf":1.0},"42":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":8,"docs":{"13":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"53":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}},"n":{"df":0,"docs":{},"i":{"df":6,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0}}}},"p":{"df":3,"docs":{"16":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0}}},"t":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"49":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"54":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"17":{"tf":1.0},"39":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}},"y":{"b":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":8,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"43":{"tf":1.0},"57":{"tf":1.0}}}}},"t":{"df":1,"docs":{"21":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"2":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"d":{"df":5,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"41":{"tf":1.0},"58":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"c":{"df":6,"docs":{"12":{"tf":1.0},"31":{"tf":1.0},"41":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"22":{"tf":1.0},"24":{"tf":1.0},"37":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"10":{"tf":1.7320508075688772},"55":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"56":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":4,"docs":{"41":{"tf":1.0},"45":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}}}},"x":{"df":2,"docs":{"56":{"tf":1.0},"8":{"tf":1.0}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"30":{"tf":1.4142135623730951}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":8,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"29":{"tf":1.0},"43":{"tf":2.23606797749979},"53":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"34":{"tf":1.0}}}},"df":1,"docs":{"45":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"52":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"13":{"tf":1.0},"22":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":8,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.4142135623730951},"34":{"tf":1.7320508075688772},"38":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"22":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"45":{"tf":1.0},"50":{"tf":1.0}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"df":2,"docs":{"29":{"tf":1.0},"9":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":8,"docs":{"21":{"tf":1.0},"3":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.0},"57":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"g":{"df":2,"docs":{"30":{"tf":1.0},"41":{"tf":1.0}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":11,"docs":{"0":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"28":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"4":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}}},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":8,"docs":{"27":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.7320508075688772},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"47":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":23,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"12":{"tf":1.4142135623730951},"15":{"tf":1.7320508075688772},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"2":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.4142135623730951},"32":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.7320508075688772},"43":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.4142135623730951},"56":{"tf":1.0},"58":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":2,"docs":{"22":{"tf":1.0},"8":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"df":7,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.7320508075688772},"32":{"tf":1.0},"41":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"21":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"[":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":17,"docs":{"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772},"43":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"22":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"12":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"53":{"tf":1.0},"55":{"tf":1.0}}}}}},"k":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"\\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":1,"docs":{"50":{"tf":1.0}}},"n":{"c":{"df":3,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0}}},"df":5,"docs":{"15":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"40":{"tf":1.0},"48":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"39":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"17":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"41":{"tf":2.449489742783178},"57":{"tf":1.0}}}},"t":{"df":2,"docs":{"21":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"12":{"tf":1.0},"26":{"tf":1.0},"47":{"tf":1.0}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":7,"docs":{"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"21":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":1.0}}}}}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"29":{"tf":1.4142135623730951}}}}},"df":1,"docs":{"28":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":8,"docs":{"12":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"3":{"tf":1.0},"6":{"tf":1.4142135623730951},"9":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.7320508075688772}}}}}}}}}},"p":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"12":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"28":{"tf":1.0}}},"k":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"16":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":4,"docs":{"1":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"33":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"30":{"tf":1.0}}}}}}}},"df":0,"docs":{},"t":{"df":57,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.7320508075688772},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.7320508075688772},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"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},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.7320508075688772},"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":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.7320508075688772},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":5,"docs":{"0":{"tf":1.0},"19":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"35":{"tf":1.0},"41":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":1,"docs":{"12":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"19":{"tf":1.0},"25":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":3,"docs":{"15":{"tf":1.0},"21":{"tf":2.449489742783178},"22":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"28":{"tf":1.0}}}},"r":{"df":5,"docs":{"21":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":1.0},"33":{"tf":1.0},"7":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"0":{"tf":1.0},"4":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"29":{"tf":1.4142135623730951},"34":{"tf":3.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":7,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"5":{"tf":1.7320508075688772},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"33":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"15":{"tf":1.0},"16":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"20":{"tf":1.0},"34":{"tf":1.4142135623730951}}}}}}}},"l":{"a":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":16,"docs":{"1":{"tf":1.0},"12":{"tf":2.23606797749979},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"20":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":2.0},"36":{"tf":1.4142135623730951},"4":{"tf":1.7320508075688772},"40":{"tf":1.4142135623730951},"43":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"41":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"u":{"df":2,"docs":{"25":{"tf":1.0},"26":{"tf":1.0}},"g":{"df":1,"docs":{"49":{"tf":1.0}},"g":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"13":{"tf":1.0},"18":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"3":{"tf":1.0}}}},"df":0,"docs":{}},"df":3,"docs":{"38":{"tf":1.0},"41":{"tf":1.0},"56":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"31":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"14":{"tf":1.0},"22":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"9":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"15":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"35":{"tf":1.4142135623730951},"41":{"tf":2.0},"43":{"tf":1.0},"45":{"tf":1.0}}}}}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"26":{"tf":1.0},"41":{"tf":1.0}}}},"t":{"df":3,"docs":{"22":{"tf":1.0},"48":{"tf":1.0},"56":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"35":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":2.0}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"11":{"tf":1.0},"5":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"o":{"b":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":7,"docs":{"17":{"tf":1.0},"21":{"tf":1.0},"40":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.4142135623730951},"52":{"tf":1.0},"53":{"tf":1.0}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":5,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"58":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":6,"docs":{"0":{"tf":1.0},"20":{"tf":1.0},"32":{"tf":1.0},"47":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":1.7320508075688772}},"t":{"df":4,"docs":{"10":{"tf":1.0},"27":{"tf":1.0},"58":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":8,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.4142135623730951},"3":{"tf":1.0},"43":{"tf":1.0},"56":{"tf":1.0},"9":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":9,"docs":{"0":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"21":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"10":{"tf":1.0},"50":{"tf":1.0}},"r":{"df":1,"docs":{"41":{"tf":1.0}}}},"i":{"d":{"df":4,"docs":{"32":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":2,"docs":{"12":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"40":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"b":{"df":2,"docs":{"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"0":{"tf":1.0},"58":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"57":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"18":{"tf":1.0},"3":{"tf":1.0}}}}}}}},"q":{"a":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}}}}}},"r":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"12":{"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":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"33":{"tf":1.4142135623730951},"8":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"df":11,"docs":{"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"12":{"tf":1.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"50":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"l":{"df":3,"docs":{"40":{"tf":1.0},"50":{"tf":1.7320508075688772},"51":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"—":{"a":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":11,"docs":{"12":{"tf":1.4142135623730951},"15":{"tf":1.0},"26":{"tf":1.0},"32":{"tf":1.4142135623730951},"35":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.7320508075688772},"41":{"tf":1.7320508075688772},"47":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":4,"docs":{"0":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"49":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"1":{"tf":1.0},"3":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"47":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"19":{"tf":1.0},"57":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":3,"docs":{"13":{"tf":1.0},"21":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":13,"docs":{"42":{"tf":1.7320508075688772},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":2.0},"54":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"0":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"35":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}},"x":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}},"df":1,"docs":{"7":{"tf":1.0}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"22":{"tf":1.0},"47":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"20":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"43":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":4,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":4,"docs":{"19":{"tf":1.0},"3":{"tf":1.0},"40":{"tf":1.0},"57":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":7,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"26":{"tf":1.0},"30":{"tf":1.0},"57":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"12":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":4,"docs":{"16":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":8,"docs":{"12":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"26":{"tf":1.4142135623730951},"34":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":5,"docs":{"22":{"tf":1.0},"35":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":3,"docs":{"0":{"tf":1.0},"58":{"tf":1.0},"9":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"46":{"tf":1.0},"50":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"15":{"tf":1.4142135623730951},"21":{"tf":1.0},"46":{"tf":1.0},"53":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":3,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"57":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"10":{"tf":1.0},"57":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":8,"docs":{"0":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":1.7320508075688772}}}}},"p":{"c":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"45":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.7320508075688772},"51":{"tf":1.4142135623730951}}}}}}}}},"df":26,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"10":{"tf":2.0},"12":{"tf":1.7320508075688772},"13":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.7320508075688772},"20":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":2.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":2.23606797749979},"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.0},"43":{"tf":2.0},"5":{"tf":1.0},"51":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.7320508075688772},"57":{"tf":1.4142135623730951},"58":{"tf":1.7320508075688772},"7":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":3,"docs":{"29":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.4142135623730951}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":22,"docs":{"12":{"tf":1.0},"13":{"tf":1.4142135623730951},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.7320508075688772},"36":{"tf":2.0},"37":{"tf":1.7320508075688772},"38":{"tf":1.7320508075688772},"39":{"tf":1.7320508075688772},"4":{"tf":1.4142135623730951},"40":{"tf":2.0},"41":{"tf":1.7320508075688772},"43":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.7320508075688772},"53":{"tf":1.7320508075688772},"56":{"tf":1.7320508075688772},"57":{"tf":1.7320508075688772},"58":{"tf":1.0}},"’":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"40":{"tf":1.0}},"{":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"40":{"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":{},"i":{"df":0,"docs":{},"m":{"df":7,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"33":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"40":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"49":{"tf":1.7320508075688772},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"48":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":5,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"35":{"tf":1.4142135623730951},"53":{"tf":1.0},"57":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"41":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"2":{"df":3,"docs":{"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"3":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.7320508075688772}}}}}}}},"df":0,"docs":{}}}}},"df":31,"docs":{"1":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.7320508075688772},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":2.23606797749979},"16":{"tf":1.7320508075688772},"17":{"tf":2.23606797749979},"18":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":2.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"27":{"tf":1.0},"34":{"tf":2.0},"35":{"tf":2.23606797749979},"36":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.7320508075688772},"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"43":{"tf":2.6457513110645907},"5":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":2.23606797749979},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":2.0},"57":{"tf":1.7320508075688772},"58":{"tf":1.4142135623730951},"8":{"tf":1.0}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"29":{"tf":1.0},"39":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"41":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"22":{"tf":1.0},"29":{"tf":1.0},"7":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"d":{"df":8,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}}},"df":4,"docs":{"17":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"26":{"tf":1.0},"35":{"tf":1.0}}}},"df":0,"docs":{}},"f":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":3,"docs":{"21":{"tf":1.0},"50":{"tf":1.7320508075688772},"51":{"tf":1.7320508075688772}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"8":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"31":{"tf":1.0}}},"v":{"df":1,"docs":{"53":{"tf":1.0}},"i":{"c":{"df":3,"docs":{"38":{"tf":1.0},"56":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":8,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"24":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"42":{"tf":1.0},"55":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"16":{"tf":1.0},"38":{"tf":1.0},"56":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":18,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":7,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.7320508075688772}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"0":{"tf":1.0},"10":{"tf":1.4142135623730951},"57":{"tf":1.0}}}},"w":{"df":4,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"27":{"tf":1.0},"49":{"tf":1.0}}}}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":12,"docs":{"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.4142135623730951},"22":{"tf":1.0},"35":{"tf":1.7320508075688772},"41":{"tf":2.23606797749979},"47":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"9":{"tf":2.0}},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"41":{"tf":1.0}}},"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":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"24":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"28":{"tf":1.4142135623730951},"32":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":3,"docs":{"12":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0}}}}},"t":{"df":1,"docs":{"15":{"tf":1.0}}},"z":{"df":0,"docs":{},"e":{"df":1,"docs":{"9":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}},"w":{"df":4,"docs":{"28":{"tf":1.0},"41":{"tf":1.0},"56":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"56":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"17":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":5,"docs":{"21":{"tf":1.0},"24":{"tf":1.0},"52":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"46":{"tf":1.0},"51":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"3":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":7,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"26":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0},"5":{"tf":1.0},"55":{"tf":1.0}},"i":{"df":1,"docs":{"17":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":3,"docs":{"22":{"tf":1.0},"36":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"t":{"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"38":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"34":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"56":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"22":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"df":0,"docs":{}},"_":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"46":{"tf":1.0},"51":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":13,"docs":{"12":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.7320508075688772},"43":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"12":{"tf":1.0},"22":{"tf":1.0},"29":{"tf":1.0},"9":{"tf":1.7320508075688772}}},"i":{"c":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}},"y":{"df":5,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"31":{"tf":1.0},"51":{"tf":1.4142135623730951},"57":{"tf":1.0}}}},"d":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{":":{":":{"a":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"50":{"tf":1.0}}},"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":{},"p":{"df":2,"docs":{"21":{"tf":1.0},"41":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"28":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"57":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":3,"docs":{"12":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0}}}},"r":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"25":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"b":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"55":{"tf":1.4142135623730951}}}}}},"u":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"24":{"tf":1.0},"28":{"tf":1.4142135623730951},"30":{"tf":1.0}}}},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"6":{"tf":1.0}}}}},"df":5,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"30":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"0":{"tf":1.0},"58":{"tf":1.0}}}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"39":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"54":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"13":{"tf":1.0},"22":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"56":{"tf":1.0}}}}}}},"n":{"c":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"27":{"tf":1.0},"28":{"tf":1.4142135623730951},"32":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":8,"docs":{"20":{"tf":1.4142135623730951},"26":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}}}}}}}},"t":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"7":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":4,"docs":{"17":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.7320508075688772},"57":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"43":{"tf":1.0}}}}},"d":{"df":3,"docs":{"20":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":3,"docs":{"22":{"tf":1.0},"3":{"tf":1.4142135623730951},"55":{"tf":1.0}}},"r":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"21":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":29,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.4142135623730951},"15":{"tf":2.0},"16":{"tf":1.7320508075688772},"17":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.7320508075688772},"30":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":2.0},"52":{"tf":1.0},"53":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"6":{"tf":1.7320508075688772},"7":{"tf":1.0},"8":{"tf":1.7320508075688772},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"47":{"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":{"46":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"{":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"51":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"7":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"13":{"tf":1.0},"35":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"e":{"df":13,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.4142135623730951},"31":{"tf":1.7320508075688772},"37":{"tf":1.0},"41":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":2.23606797749979}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}}},"r":{"df":1,"docs":{"28":{"tf":1.4142135623730951}}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"15":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"41":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"31":{"tf":1.0},"33":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":24,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"33":{"tf":2.0},"35":{"tf":1.0},"4":{"tf":2.0},"43":{"tf":1.7320508075688772},"48":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"53":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0},"8":{"tf":1.0}},"y":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"g":{"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":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"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":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"15":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0}}},"k":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":16,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"26":{"tf":1.4142135623730951},"29":{"tf":1.7320508075688772},"3":{"tf":1.0},"4":{"tf":2.0},"40":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"58":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"49":{"tf":1.0},"55":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":15,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"21":{"tf":1.0},"24":{"tf":2.0},"25":{"tf":2.0},"26":{"tf":1.0},"34":{"tf":1.0},"40":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"5":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"16":{"tf":1.7320508075688772}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"41":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"19":{"tf":1.0},"30":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.7320508075688772}}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"29":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":3,"docs":{"22":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"36":{"tf":1.0},"4":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":1,"docs":{"24":{"tf":1.0}}}},"x":{"df":1,"docs":{"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"36":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"28":{"tf":1.0},"3":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"51":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":1,"docs":{"53":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"17":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"16":{"tf":1.0}}}},"df":21,"docs":{"0":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.4142135623730951},"29":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":1.0},"50":{"tf":2.23606797749979},"51":{"tf":1.7320508075688772},"53":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":30,"docs":{"14":{"tf":1.7320508075688772},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"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},"55":{"tf":1.0},"9":{"tf":1.7320508075688772}}}},"i":{"df":0,"docs":{},"z":{"df":2,"docs":{"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":17,"docs":{"0":{"tf":1.4142135623730951},"13":{"tf":1.0},"17":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.7320508075688772},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"31":{"tf":1.0},"33":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"55":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"u":{"df":1,"docs":{"30":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"33":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"!":{"[":{"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":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"10":{"tf":1.0},"57":{"tf":1.0}},"f":{"df":2,"docs":{"13":{"tf":1.0},"32":{"tf":1.0}},"i":{"df":6,"docs":{"20":{"tf":1.0},"28":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":6,"docs":{"12":{"tf":1.0},"16":{"tf":1.0},"20":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"[":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"12":{"tf":1.0},"35":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":2.23606797749979}},"e":{"df":0,"docs":{},"t":{"df":13,"docs":{"15":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"29":{"tf":1.4142135623730951}}}},"y":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":1,"docs":{"12":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"21":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"55":{"tf":1.0},"58":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"56":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":9,"docs":{"10":{"tf":1.4142135623730951},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"20":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":4,"docs":{"38":{"tf":1.0},"45":{"tf":1.0},"52":{"tf":1.4142135623730951},"56":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"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":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"5":{"df":1,"docs":{"10":{"tf":1.0}}},"6":{"0":{"df":2,"docs":{"10":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"0":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"31":{"tf":1.0},"9":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"32":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":2,"docs":{"3":{"tf":1.0},"6":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"53":{"tf":1.7320508075688772}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":38,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"12":{"tf":2.449489742783178},"13":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.7320508075688772},"18":{"tf":2.0},"19":{"tf":2.449489742783178},"20":{"tf":2.6457513110645907},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"24":{"tf":1.7320508075688772},"25":{"tf":2.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.0},"28":{"tf":1.7320508075688772},"29":{"tf":1.7320508075688772},"30":{"tf":1.0},"35":{"tf":1.7320508075688772},"4":{"tf":1.7320508075688772},"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"43":{"tf":2.23606797749979},"45":{"tf":1.7320508075688772},"46":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":2.0},"50":{"tf":2.6457513110645907},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.7320508075688772},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.7320508075688772}},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"15":{"tf":2.0},"16":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"d":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"5":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"e":{"df":1,"docs":{"57":{"tf":1.0}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"29":{"tf":1.0}}}}}}}},"title":{"root":{"2":{"df":1,"docs":{"24":{"tf":1.0}}},"a":{"d":{"df":4,"docs":{"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"54":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"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":{"17":{"tf":1.0}}}}}}}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"z":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":2,"docs":{"26":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"26":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"40":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"38":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"51":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"55":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"55":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"31":{"tf":1.0},"32":{"tf":1.0}}}}}}}},"d":{"a":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"32":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"42":{"tf":1.0},"43":{"tf":1.0}}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"38":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"32":{"tf":1.0}},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"l":{"df":1,"docs":{"55":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"23":{"tf":1.0},"27":{"tf":1.0},"49":{"tf":1.0}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"18":{"tf":1.0},"20":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}}}}}},"f":{"a":{"df":0,"docs":{},"q":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"44":{"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":{"33":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"58":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"14":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"48":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"i":{"df":1,"docs":{"14":{"tf":1.0}},"i":{"df":1,"docs":{"42":{"tf":1.0}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"53":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"v":{"df":1,"docs":{"54":{"tf":1.0}}}},"k":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"39":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"26":{"tf":1.0}}}}},"o":{"a":{"d":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"10":{"tf":1.0}}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"30":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"28":{"tf":1.0}}}}}}},"w":{"df":1,"docs":{"49":{"tf":1.0}}}}},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"9":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"29":{"tf":1.0}}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"14":{"tf":1.0},"2":{"tf":1.0},"42":{"tf":1.0},"54":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"34":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}}}}}}},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"o":{"b":{"df":0,"docs":{},"e":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"42":{"tf":1.0},"53":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":3,"docs":{"10":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"47":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":6,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":1.0},"56":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"24":{"tf":1.0},"50":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"28":{"tf":1.0}}}}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"7":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"33":{"tf":1.0},"48":{"tf":1.0}}}}}}}},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"24":{"tf":1.0},"25":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":1,"docs":{"16":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"29":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"10":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"52":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":9,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"45":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"lang":"English","pipeline":["trimmer","stopWordFilter","stemmer"],"ref":"id","version":"0.9.5"},"results_options":{"limit_results":30,"teaser_word_count":30},"search_options":{"bool":"OR","expand":true,"fields":{"body":{"boost":1},"breadcrumbs":{"boost":1},"title":{"boost":2}}}}')); \ No newline at end of file diff --git a/docs/searchindex-08163dcf.js b/docs/searchindex-08163dcf.js new file mode 100644 index 0000000..e1614c2 --- /dev/null +++ b/docs/searchindex-08163dcf.js @@ -0,0 +1 @@ +window.search = Object.assign(window.search, JSON.parse('{"doc_urls":["project-context-primer.html#project-context-primer","what-you-will-learn.html#what-you-will-learn","what-you-will-learn.html#who-this-book-is-for","what-you-will-learn.html#what-youll-be-able-to-do","what-you-will-learn.html#prerequisites","what-you-will-learn.html#how-to-use-this-book","what-you-will-learn.html#whats-covered","quickstart.html#quickstart","quickstart.html#prerequisites","quickstart.html#your-first-test","quickstart.html#run-it","quickstart.html#what-just-happened","quickstart.html#1-topology-configuration","quickstart.html#2-expectation","quickstart.html#3-run-duration","quickstart.html#4-deploy-and-execute","quickstart.html#add-transaction-traffic","quickstart.html#try-docker-compose","quickstart.html#next-steps","part-i.html#part-i--foundations","introduction.html#introduction","introduction.html#next-steps","architecture-overview.html#architecture-overview","testing-philosophy.html#testing-philosophy","testing-philosophy.html#declarative-over-imperative","testing-philosophy.html#protocol-time-not-wall-time","testing-philosophy.html#determinism-first-chaos-when-needed","testing-philosophy.html#observable-health-signals","testing-philosophy.html#minimum-run-windows","testing-philosophy.html#summary","scenario-lifecycle.html#scenario-lifecycle","design-rationale.html#design-rationale","part-ii.html#part-ii--user-guide","workspace-layout.html#workspace-layout","workspace-layout.html#directory-structure","workspace-layout.html#key-files-by-crate","workspace-layout.html#testing-frameworkconfigs","workspace-layout.html#testing-frameworkcore","workspace-layout.html#testing-frameworkworkflows","workspace-layout.html#testing-frameworkrunners","workspace-layout.html#design-philosophy","annotated-tree.html#annotated-tree","annotated-tree.html#navigation-guide","authoring-scenarios.html#authoring-scenarios","authoring-scenarios.html#see-also","workloads.html#core-content-workloads--expectations","workloads.html#workloads","workloads.html#expectations","scenario-builder-ext-patterns.html#core-content-scenariobuilderext-patterns","scenario-builder-ext-patterns.html#design-fluent-builder-pattern","scenario-builder-ext-patterns.html#available-extensions","scenario-builder-ext-patterns.html#topology-configuration","scenario-builder-ext-patterns.html#wallet-seeding","scenario-builder-ext-patterns.html#transaction-workload","scenario-builder-ext-patterns.html#da-workload","scenario-builder-ext-patterns.html#chaos-workload","scenario-builder-ext-patterns.html#consensus-liveness-expectation","scenario-builder-ext-patterns.html#extension-workflow","scenario-builder-ext-patterns.html#see-also","best-practices.html#best-practices","best-practices.html#state-your-intent","best-practices.html#keep-runs-meaningful","best-practices.html#separate-concerns","best-practices.html#reuse-patterns","best-practices.html#observe-first-tune-second","best-practices.html#environment-fit","best-practices.html#minimal-surprises","examples.html#examples","examples.html#quick-reference","examples.html#simple-consensus-liveness","examples.html#transaction-workload","examples.html#da--transaction-workload","examples.html#chaos-resilience-test","examples.html#see-also","examples-advanced.html#advanced-examples","examples-advanced.html#quick-reference","examples-advanced.html#load-progression-test","examples-advanced.html#sustained-load-test","examples-advanced.html#aggressive-chaos-test","examples-advanced.html#extension-ideas","examples-advanced.html#invalid-transaction-fuzzing","examples-advanced.html#custom-expectation-wallet-balance-verification","examples-advanced.html#network-partition-recovery","examples-advanced.html#custom-expectation-block-timing-consistency","examples-advanced.html#see-also","running-scenarios.html#running-scenarios","runners.html#runners","runners.html#local-runner","runners.html#docker-compose-runner","runners.html#kubernetes-runner","runners.html#common-expectations","runners.html#see-also","operations.html#operations","operations.html#kubernetes-setup","operations.html#1-build-the-testnet-image","operations.html#2-make-the-image-available-to-your-cluster","operations.html#3-export-the-image-tag","operations.html#4-ensure-circuit-assets-are-present","operations.html#5-verify-cluster-permissions","operations.html#6-run-k8s-tests","operations.html#observability-prometheus-and-node-apis","operations.html#prometheus-metrics","operations.html#accessing-metrics-in-custom-expectations","operations.html#accessing-node-http-apis","operations.html#see-also","part-iii.html#part-iii--developer-reference","scenario-model.html#scenario-model-developer-level","extending.html#extending-the-framework","extending.html#adding-a-workload","extending.html#adding-an-expectation","extending.html#adding-a-runner","extending.html#adding-topology-helpers","extending.html#see-also","custom-workload-example.html#example-new-workload--expectation-rust","custom-workload-example.html#workload-simple-reachability-probe","custom-workload-example.html#expectation-confirm-the-target-stayed-reachable","custom-workload-example.html#how-to-wire-it","internal-crate-reference.html#internal-crate-reference","internal-crate-reference.html#testing-frameworkconfigs","internal-crate-reference.html#testing-frameworkcore","internal-crate-reference.html#testing-frameworkworkflows","internal-crate-reference.html#testing-frameworkrunners","internal-crate-reference.html#testsworkflows","internal-crate-reference.html#decision-tree-where-to-add-code","part-iv.html#part-iv--appendix","dsl-cheat-sheet.html#builder-api-quick-reference","dsl-cheat-sheet.html#imports","dsl-cheat-sheet.html#topology-configuration","dsl-cheat-sheet.html#wallet-seeding","dsl-cheat-sheet.html#transaction-workload","dsl-cheat-sheet.html#data-availability-workload","dsl-cheat-sheet.html#consensus-liveness-expectation","dsl-cheat-sheet.html#run-duration","dsl-cheat-sheet.html#node-control-capabilities","dsl-cheat-sheet.html#chaos-workload","dsl-cheat-sheet.html#building-the-scenario","dsl-cheat-sheet.html#deploying-and-running","dsl-cheat-sheet.html#complete-example","troubleshooting.html#troubleshooting-scenarios","troubleshooting.html#failure-triage-guide","troubleshooting.html#step-1-identify-the-failure-mode","troubleshooting.html#step-2-check-high-level-signals","troubleshooting.html#step-3-examine-node-logs","troubleshooting.html#step-4-scenario-specific-triage","troubleshooting.html#step-5-common-root-causes","troubleshooting.html#step-6-environment-variables-for-debugging","troubleshooting.html#common-error-messages","troubleshooting.html#deployment-errors","troubleshooting.html#workload-errors","troubleshooting.html#expectation-failures","troubleshooting.html#runner-specific-errors","troubleshooting.html#see-also","faq.html#faq","glossary.html#glossary"],"index":{"documentStore":{"docInfo":{"0":{"body":78,"breadcrumbs":6,"title":3},"1":{"body":0,"breadcrumbs":2,"title":1},"10":{"body":27,"breadcrumbs":4,"title":1},"100":{"body":0,"breadcrumbs":9,"title":4},"101":{"body":39,"breadcrumbs":7,"title":2},"102":{"body":32,"breadcrumbs":9,"title":4},"103":{"body":61,"breadcrumbs":9,"title":4},"104":{"body":20,"breadcrumbs":6,"title":1},"105":{"body":10,"breadcrumbs":8,"title":4},"106":{"body":116,"breadcrumbs":12,"title":4},"107":{"body":0,"breadcrumbs":8,"title":2},"108":{"body":39,"breadcrumbs":8,"title":2},"109":{"body":21,"breadcrumbs":8,"title":2},"11":{"body":3,"breadcrumbs":4,"title":1},"110":{"body":29,"breadcrumbs":8,"title":2},"111":{"body":21,"breadcrumbs":9,"title":3},"112":{"body":23,"breadcrumbs":7,"title":1},"113":{"body":19,"breadcrumbs":14,"title":5},"114":{"body":121,"breadcrumbs":13,"title":4},"115":{"body":68,"breadcrumbs":14,"title":5},"116":{"body":24,"breadcrumbs":10,"title":1},"117":{"body":7,"breadcrumbs":10,"title":3},"118":{"body":37,"breadcrumbs":9,"title":2},"119":{"body":89,"breadcrumbs":9,"title":2},"12":{"body":26,"breadcrumbs":6,"title":3},"120":{"body":81,"breadcrumbs":9,"title":2},"121":{"body":79,"breadcrumbs":9,"title":2},"122":{"body":34,"breadcrumbs":8,"title":1},"123":{"body":56,"breadcrumbs":11,"title":4},"124":{"body":10,"breadcrumbs":6,"title":3},"125":{"body":33,"breadcrumbs":11,"title":4},"126":{"body":15,"breadcrumbs":8,"title":1},"127":{"body":27,"breadcrumbs":9,"title":2},"128":{"body":13,"breadcrumbs":9,"title":2},"129":{"body":18,"breadcrumbs":9,"title":2},"13":{"body":9,"breadcrumbs":5,"title":2},"130":{"body":19,"breadcrumbs":10,"title":3},"131":{"body":8,"breadcrumbs":10,"title":3},"132":{"body":14,"breadcrumbs":9,"title":2},"133":{"body":15,"breadcrumbs":10,"title":3},"134":{"body":14,"breadcrumbs":9,"title":2},"135":{"body":6,"breadcrumbs":9,"title":2},"136":{"body":12,"breadcrumbs":9,"title":2},"137":{"body":44,"breadcrumbs":9,"title":2},"138":{"body":0,"breadcrumbs":7,"title":2},"139":{"body":6,"breadcrumbs":8,"title":3},"14":{"body":13,"breadcrumbs":6,"title":3},"140":{"body":19,"breadcrumbs":10,"title":5},"141":{"body":41,"breadcrumbs":11,"title":6},"142":{"body":52,"breadcrumbs":10,"title":5},"143":{"body":256,"breadcrumbs":10,"title":5},"144":{"body":58,"breadcrumbs":10,"title":5},"145":{"body":34,"breadcrumbs":10,"title":5},"146":{"body":6,"breadcrumbs":8,"title":3},"147":{"body":101,"breadcrumbs":7,"title":2},"148":{"body":75,"breadcrumbs":7,"title":2},"149":{"body":109,"breadcrumbs":7,"title":2},"15":{"body":25,"breadcrumbs":6,"title":3},"150":{"body":58,"breadcrumbs":8,"title":3},"151":{"body":21,"breadcrumbs":6,"title":1},"152":{"body":99,"breadcrumbs":5,"title":1},"153":{"body":277,"breadcrumbs":5,"title":1},"16":{"body":50,"breadcrumbs":6,"title":3},"17":{"body":27,"breadcrumbs":6,"title":3},"18":{"body":24,"breadcrumbs":5,"title":2},"19":{"body":10,"breadcrumbs":4,"title":2},"2":{"body":35,"breadcrumbs":2,"title":1},"20":{"body":84,"breadcrumbs":4,"title":1},"21":{"body":32,"breadcrumbs":5,"title":2},"22":{"body":106,"breadcrumbs":6,"title":2},"23":{"body":17,"breadcrumbs":6,"title":2},"24":{"body":40,"breadcrumbs":7,"title":3},"25":{"body":89,"breadcrumbs":8,"title":4},"26":{"body":66,"breadcrumbs":8,"title":4},"27":{"body":51,"breadcrumbs":7,"title":3},"28":{"body":40,"breadcrumbs":7,"title":3},"29":{"body":26,"breadcrumbs":5,"title":1},"3":{"body":45,"breadcrumbs":2,"title":1},"30":{"body":102,"breadcrumbs":6,"title":2},"31":{"body":68,"breadcrumbs":6,"title":2},"32":{"body":10,"breadcrumbs":8,"title":4},"33":{"body":18,"breadcrumbs":8,"title":2},"34":{"body":98,"breadcrumbs":8,"title":2},"35":{"body":0,"breadcrumbs":9,"title":3},"36":{"body":22,"breadcrumbs":8,"title":2},"37":{"body":59,"breadcrumbs":8,"title":2},"38":{"body":22,"breadcrumbs":8,"title":2},"39":{"body":22,"breadcrumbs":8,"title":2},"4":{"body":52,"breadcrumbs":2,"title":1},"40":{"body":50,"breadcrumbs":8,"title":2},"41":{"body":198,"breadcrumbs":8,"title":2},"42":{"body":40,"breadcrumbs":8,"title":2},"43":{"body":101,"breadcrumbs":8,"title":2},"44":{"body":28,"breadcrumbs":7,"title":1},"45":{"body":18,"breadcrumbs":12,"title":4},"46":{"body":38,"breadcrumbs":9,"title":1},"47":{"body":54,"breadcrumbs":9,"title":1},"48":{"body":16,"breadcrumbs":12,"title":4},"49":{"body":55,"breadcrumbs":12,"title":4},"5":{"body":63,"breadcrumbs":3,"title":2},"50":{"body":0,"breadcrumbs":10,"title":2},"51":{"body":35,"breadcrumbs":10,"title":2},"52":{"body":25,"breadcrumbs":10,"title":2},"53":{"body":30,"breadcrumbs":10,"title":2},"54":{"body":32,"breadcrumbs":10,"title":2},"55":{"body":33,"breadcrumbs":10,"title":2},"56":{"body":27,"breadcrumbs":11,"title":3},"57":{"body":71,"breadcrumbs":10,"title":2},"58":{"body":24,"breadcrumbs":9,"title":1},"59":{"body":9,"breadcrumbs":8,"title":2},"6":{"body":26,"breadcrumbs":3,"title":2},"60":{"body":41,"breadcrumbs":8,"title":2},"61":{"body":40,"breadcrumbs":9,"title":3},"62":{"body":62,"breadcrumbs":8,"title":2},"63":{"body":54,"breadcrumbs":8,"title":2},"64":{"body":65,"breadcrumbs":10,"title":4},"65":{"body":56,"breadcrumbs":8,"title":2},"66":{"body":60,"breadcrumbs":8,"title":2},"67":{"body":11,"breadcrumbs":6,"title":1},"68":{"body":69,"breadcrumbs":7,"title":2},"69":{"body":51,"breadcrumbs":8,"title":3},"7":{"body":6,"breadcrumbs":4,"title":1},"70":{"body":45,"breadcrumbs":7,"title":2},"71":{"body":52,"breadcrumbs":8,"title":3},"72":{"body":51,"breadcrumbs":8,"title":3},"73":{"body":25,"breadcrumbs":6,"title":1},"74":{"body":9,"breadcrumbs":9,"title":2},"75":{"body":76,"breadcrumbs":9,"title":2},"76":{"body":54,"breadcrumbs":10,"title":3},"77":{"body":61,"breadcrumbs":10,"title":3},"78":{"body":77,"breadcrumbs":10,"title":3},"79":{"body":0,"breadcrumbs":9,"title":2},"8":{"body":11,"breadcrumbs":4,"title":1},"80":{"body":45,"breadcrumbs":10,"title":3},"81":{"body":203,"breadcrumbs":12,"title":5},"82":{"body":85,"breadcrumbs":10,"title":3},"83":{"body":32,"breadcrumbs":12,"title":5},"84":{"body":26,"breadcrumbs":8,"title":1},"85":{"body":75,"breadcrumbs":8,"title":2},"86":{"body":20,"breadcrumbs":6,"title":1},"87":{"body":16,"breadcrumbs":7,"title":2},"88":{"body":23,"breadcrumbs":8,"title":3},"89":{"body":17,"breadcrumbs":7,"title":2},"9":{"body":48,"breadcrumbs":5,"title":2},"90":{"body":43,"breadcrumbs":7,"title":2},"91":{"body":15,"breadcrumbs":6,"title":1},"92":{"body":110,"breadcrumbs":6,"title":1},"93":{"body":10,"breadcrumbs":7,"title":2},"94":{"body":12,"breadcrumbs":9,"title":4},"95":{"body":48,"breadcrumbs":10,"title":5},"96":{"body":13,"breadcrumbs":9,"title":4},"97":{"body":17,"breadcrumbs":10,"title":5},"98":{"body":22,"breadcrumbs":9,"title":4},"99":{"body":17,"breadcrumbs":9,"title":4}},"docs":{"0":{"body":"This book focuses on the Nomos Testing Framework. It assumes familiarity with\\nthe Nomos architecture, but for completeness, here is a short primer. Nomos is a modular blockchain protocol with validators and a data-availability\\n(DA) subsystem. Validators participate in consensus and produce blocks. Executors are validators with the DA dispersal service enabled. They can\\nsubmit transactions and disperse blob data to the DA network. Data Availability (DA) handles blob data within transactions. When\\ntransactions include ChannelBlob operations, executors disperse the blob data\\nto the DA network, and validators sample and verify it’s available. These roles interact tightly, which is why meaningful testing must be performed\\nin multi-node environments that include real networking, timing, and DA\\ninteraction.","breadcrumbs":"Project Context Primer » Project Context Primer","id":"0","title":"Project Context Primer"},"1":{"body":"","breadcrumbs":"What You Will Learn » What You Will Learn","id":"1","title":"What You Will Learn"},"10":{"body":"# From the nomos-testing directory\\ncargo test -p tests-workflows smoke_test -- --nocapture What you should see: Nodes spawn as local processes Consensus starts producing blocks Test passes after 30 seconds Logs appear in ~/.nomos-tests/node-*/","breadcrumbs":"Part 0 — Quickstart » Run It","id":"10","title":"Run It"},"100":{"body":"","breadcrumbs":"Part II — User Guide » Operations » Observability: Prometheus and Node APIs","id":"100","title":"Observability: Prometheus and Node APIs"},"101":{"body":"Runners expose Prometheus metrics for monitoring and debugging: Compose runner: Exposes Prometheus on host port (default 9090, override with TEST_FRAMEWORK_PROMETHEUS_PORT env var). Access at http://localhost:9090. K8s runner: Sets up port-forwarding to Prometheus. Port is discovered automatically. Local runner: No Prometheus instance by default (nodes run as local processes).","breadcrumbs":"Part II — User Guide » Operations » Prometheus Metrics","id":"101","title":"Prometheus Metrics"},"102":{"body":"Custom expectations can query Prometheus via RunContext: #![allow(unused)] fn main() {\\nasync fn evaluate(&mut self, ctx: &RunContext) -> Result<(), DynError> { let metrics = ctx.telemetry(); // Query specific metrics let block_count = metrics.consensus_processed_blocks()?; let tx_total = metrics.consensus_transactions_total()?; // Custom Prometheus queries let values = metrics.instant_values(\\"my_custom_metric\\")?; Ok(())\\n} }","breadcrumbs":"Part II — User Guide » Operations » Accessing Metrics in Custom Expectations","id":"102","title":"Accessing Metrics in Custom Expectations"},"103":{"body":"Expectations and workloads can call node HTTP endpoints directly: #![allow(unused)] fn main() {\\nasync fn evaluate(&mut self, ctx: &RunContext) -> Result<(), DynError> { let client = ctx.node_clients() .validators() .get(0) .ok_or(\\"no validator 0\\")?; // Call node APIs let info = client.consensus_info().await?; let network = client.network_info().await?; let da = client.da_membership().await?; Ok(())\\n} } See custom-workload-example.md for complete examples. flowchart TD Expose[Runner exposes endpoints/ports] --> Collect[Runtime collects block/health signals] Collect --> Consume[Expectations consume signals
decide pass/fail] Consume --> Inspect[Operators inspect logs/metrics
when failures arise]","breadcrumbs":"Part II — User Guide » Operations » Accessing Node HTTP APIs","id":"103","title":"Accessing Node HTTP APIs"},"104":{"body":"Runners — Deployer backends (Local, Compose, K8s) Troubleshooting — Common issues and solutions Custom Workload Example — Using RunContext in practice FAQ — Frequently asked questions","breadcrumbs":"Part II — User Guide » Operations » See Also","id":"104","title":"See Also"},"105":{"body":"Deep dives for contributors who extend the framework, evolve its abstractions,\\nor maintain the crate set.","breadcrumbs":"Part III — Developer Reference » Part III — Developer Reference","id":"105","title":"Part III — Developer Reference"},"106":{"body":"The scenario model defines clear, composable responsibilities: Topology: a declarative description of the cluster—how many nodes, their\\nroles, and the broad network and data-availability characteristics. It\\nrepresents the intended shape of the system under test. Scenario: a plan combining topology, workloads, expectations, and a run\\nwindow. Building a scenario validates prerequisites (like seeded wallets) and\\nensures the run lasts long enough to observe meaningful block progression. Workloads: asynchronous tasks that generate traffic or conditions. They\\nuse shared context to interact with the deployed cluster and may bundle\\ndefault expectations. Expectations: post-run assertions. They can capture baselines before\\nworkloads start and evaluate success once activity stops. Runtime: coordinates workloads and expectations for the configured\\nduration, enforces cooldowns when control actions occur, and ensures cleanup\\nso runs do not leak resources. Developers extending the model should keep these boundaries strict: topology\\ndescribes, scenarios assemble, runners deploy, workloads drive, and expectations\\njudge outcomes. For guidance on adding new capabilities, see Extending the Framework.","breadcrumbs":"Part III — Developer Reference » Scenario Model (Developer Level) » Scenario Model (Developer Level)","id":"106","title":"Scenario Model (Developer Level)"},"107":{"body":"","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Extending the Framework","id":"107","title":"Extending the Framework"},"108":{"body":"Implement testing_framework_core::scenario::Workload: Provide a name and any bundled expectations. In init, derive inputs from GeneratedTopology and RunMetrics; fail\\nfast if prerequisites are missing (e.g., wallet data, node addresses). In start, drive async traffic using the RunContext clients. Expose the workload from a module under testing-framework/workflows and\\nconsider adding a DSL helper for ergonomic wiring.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding a workload","id":"108","title":"Adding a workload"},"109":{"body":"Implement testing_framework_core::scenario::Expectation: Use start_capture to snapshot baseline metrics. Use evaluate to assert outcomes after workloads finish; return all errors\\nso the runner can aggregate them. Export it from testing-framework/workflows if it is reusable.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding an expectation","id":"109","title":"Adding an expectation"},"11":{"body":"Let’s unpack the code:","breadcrumbs":"Part 0 — Quickstart » What Just Happened?","id":"11","title":"What Just Happened?"},"110":{"body":"Implement testing_framework_core::scenario::Deployer for your backend. Produce a RunContext with NodeClients, metrics endpoints, and optional NodeControlHandle. Guard cleanup with CleanupGuard to reclaim resources even on failures. Mirror the readiness and block-feed probes used by the existing runners so\\nworkloads can rely on consistent signals.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding a runner","id":"110","title":"Adding a runner"},"111":{"body":"Extend testing_framework_core::topology::TopologyBuilder with new layouts or\\nconfiguration presets (e.g., specialized DA parameters). Keep defaults safe:\\nensure at least one participant and clamp dispersal factors as the current\\nhelpers do.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding topology helpers","id":"111","title":"Adding topology helpers"},"112":{"body":"Custom Workload Example — Step-by-step implementation guide Internal Crate Reference — Where to add new capabilities Workspace Layout — Detailed file structure Scenario Model — Core traits and concepts","breadcrumbs":"Part III — Developer Reference » Extending the Framework » See Also","id":"112","title":"See Also"},"113":{"body":"A minimal, end-to-end illustration of adding a custom workload and matching\\nexpectation. This shows the shape of the traits and where to plug into the\\nframework; expand the logic to fit your real test.","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Example: New Workload & Expectation (Rust)","id":"113","title":"Example: New Workload & Expectation (Rust)"},"114":{"body":"Key ideas: name: identifies the workload in logs. expectations: workloads can bundle defaults so callers don’t forget checks. init: derive inputs from the generated topology (e.g., pick a target node). start: drive async activity using the shared RunContext. #![allow(unused)] fn main() {\\nuse std::sync::Arc;\\nuse async_trait::async_trait;\\nuse testing_framework_core::scenario::{ DynError, Expectation, RunContext, RunMetrics, Workload,\\n};\\nuse testing_framework_core::topology::GeneratedTopology; pub struct ReachabilityWorkload { target_idx: usize, bundled: Vec>,\\n} impl ReachabilityWorkload { pub fn new(target_idx: usize) -> Self { Self { target_idx, bundled: vec![Box::new(ReachabilityExpectation::new(target_idx))], } }\\n} #[async_trait]\\nimpl Workload for ReachabilityWorkload { fn name(&self) -> &\'static str { \\"reachability_workload\\" } fn expectations(&self) -> Vec> { self.bundled.clone() } fn init( &mut self, topology: &GeneratedTopology, _metrics: &RunMetrics, ) -> Result<(), DynError> { if topology.validators().get(self.target_idx).is_none() { return Err(\\"no validator at requested index\\".into()); } Ok(()) } async fn start(&self, ctx: &RunContext) -> Result<(), DynError> { let client = ctx .node_clients() .validators() .get(self.target_idx) .ok_or(\\"missing target client\\")?; // Pseudo-action: issue a lightweight RPC to prove reachability. client.consensus_info().await.map_err(|e| e.into())?; Ok(()) }\\n} }","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Workload: simple reachability probe","id":"114","title":"Workload: simple reachability probe"},"115":{"body":"Key ideas: start_capture: snapshot baseline if needed (not used here). evaluate: assert the condition after workloads finish. #![allow(unused)] fn main() {\\nuse async_trait::async_trait;\\nuse testing_framework_core::scenario::{DynError, Expectation, RunContext}; pub struct ReachabilityExpectation { target_idx: usize,\\n} impl ReachabilityExpectation { pub fn new(target_idx: usize) -> Self { Self { target_idx } }\\n} #[async_trait]\\nimpl Expectation for ReachabilityExpectation { fn name(&self) -> &str { \\"target_reachable\\" } async fn evaluate(&mut self, ctx: &RunContext) -> Result<(), DynError> { let client = ctx .node_clients() .validators() .get(self.target_idx) .ok_or(\\"missing target client\\")?; client.consensus_info().await.map_err(|e| { format!(\\"target became unreachable during run: {e}\\").into() })?; Ok(()) }\\n} }","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Expectation: confirm the target stayed reachable","id":"115","title":"Expectation: confirm the target stayed reachable"},"116":{"body":"Build your scenario as usual and call .with_workload(ReachabilityWorkload::new(0)). The bundled expectation is attached automatically; you can add more with .with_expectation(...) if needed. Keep the logic minimal and fast for smoke tests; grow it into richer probes\\nfor deeper scenarios.","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » How to wire it","id":"116","title":"How to wire it"},"117":{"body":"Detailed roles and extension points for each crate in the framework.","breadcrumbs":"Part III — Developer Reference » Internal Crate Reference » Internal Crate Reference","id":"117","title":"Internal Crate Reference"},"118":{"body":"Purpose: Configuration primitives for nodes, networking, and wallets. Key modules: common/kms — Key management service types nodes/validator — Validator config builder nodes/executor — Executor config builder topology — Network layout and wallet seeding Add here: New node configuration options, network topologies, or wallet\\ngeneration strategies.","breadcrumbs":"Part III — Developer Reference » Internal Crate Reference » testing-framework/configs","id":"118","title":"testing-framework/configs"},"119":{"body":"Purpose: Core scenario engine—topology, orchestration, traits, and runtime. Key modules: nodes/ — Node spawning ( Validator, Executor), ApiClient for HTTP APIs scenario/definition — Scenario, Builder structs scenario/workload — Workload trait (implement for custom traffic generators) scenario/expectation — Expectation trait (implement for custom assertions) scenario/capabilities — Type-safe feature gating (e.g., NodeControlCapability) scenario/runtime/deployer — Deployer trait (provisioning abstraction) scenario/runtime/runner — Runner orchestration (executes scenario) scenario/runtime/context — RunContext (exposes topology, clients, metrics to workloads/expectations) scenario/runtime/metrics — Prometheus integration topology/ — TopologyBuilder, GeneratedTopology, readiness checks Add here: New core traits or scenario capabilities Orchestration changes (Runner logic, RunContext extensions) New node lifecycle methods (e.g., pause, resume) Topology generation strategies","breadcrumbs":"Part III — Developer Reference » Internal Crate Reference » testing-framework/core","id":"119","title":"testing-framework/core"},"12":{"body":"#![allow(unused)] fn main() {\\nScenarioBuilder::topology() .network_star() // Star topology: all nodes connect to seed .validators(2) // Spin up 2 validator nodes .executors(0) // No executors (DA not needed for this test) .apply() } This defines what your test network looks like.","breadcrumbs":"Part 0 — Quickstart » 1. Topology Configuration","id":"12","title":"1. Topology Configuration"},"120":{"body":"Purpose: Ready-made workloads, expectations, and fluent builder API. Key modules: builder/mod — ScenarioBuilderExt, ChaosBuilderExt (fluent API extensions) expectations/consensus_liveness — Block production expectation workloads/transaction/ — Transaction submission workload workloads/da/ — DA blob dispersal workload workloads/chaos — Random node restart workload Add here: New workloads (e.g., invalid transaction fuzzing, mempool flood) New expectations (e.g., DA availability, block timing consistency) New builder methods to expose workloads/expectations in the fluent API Example workflow for new workload: Implement Workload trait in workloads//workload.rs Add builder method in builder/mod.rs: #![allow(unused)] fn main() {\\nfn my_workload(self) -> MyWorkloadBuilder { ... } } Add integration test in tests/workflows/","breadcrumbs":"Part III — Developer Reference » Internal Crate Reference » testing-framework/workflows","id":"120","title":"testing-framework/workflows"},"121":{"body":"Purpose: Deployment backends that implement the Deployer trait. Crates: local — Spawns nodes as local processes compose — Orchestrates Docker Compose stack k8s — Deploys to Kubernetes via Helm Key traits: Deployer — Provisions infrastructure, returns Runner NodeControlHandle — Controls nodes (restart, etc.) if capability enabled Add here: New deployer backends (e.g., AWS ECS, Nomad) Runner-specific features (e.g., network partitioning, resource constraints) Node control extensions (e.g., pause, block_peer) Example: Adding a new deployer Create testing-framework/runners// Implement Deployer trait in src/deployer.rs Optionally implement NodeControlHandle for chaos support Add integration test in tests/workflows/tests/_runner.rs","breadcrumbs":"Part III — Developer Reference » Internal Crate Reference » testing-framework/runners","id":"121","title":"testing-framework/runners"},"122":{"body":"Purpose: Integration tests and living documentation. Key files: tests/local_runner.rs — LocalDeployer scenarios tests/compose_runner.rs — ComposeDeployer scenarios (CI-friendly) tests/k8s_runner.rs — K8sDeployer scenarios (requires cluster) Add here: New example scenarios demonstrating framework features Regression tests for bug fixes Performance benchmarks","breadcrumbs":"Part III — Developer Reference » Internal Crate Reference » tests/workflows","id":"122","title":"tests/workflows"},"123":{"body":"I want to… Add code in… Create a new workload workflows/src/workloads/ Create a new expectation workflows/src/expectations/ Extend builder API workflows/src/builder/mod.rs Modify scenario orchestration core/src/scenario/runtime/ Add node lifecycle methods core/src/nodes/ (traits in scenario/) Add Prometheus metrics queries core/src/scenario/runtime/metrics.rs Create a new deployer backend runners// Change topology generation core/src/topology/ Add node config options configs/src/nodes/ Document usage tests/workflows/tests/ See workspace-layout.md and annotated-tree.md\\nfor detailed file structure.","breadcrumbs":"Part III — Developer Reference » Internal Crate Reference » Decision Tree: Where to Add Code","id":"123","title":"Decision Tree: Where to Add Code"},"124":{"body":"Quick-reference material and supporting guidance to keep scenarios discoverable,\\ndebuggable, and consistent.","breadcrumbs":"Part IV — Appendix » Part IV — Appendix","id":"124","title":"Part IV — Appendix"},"125":{"body":"The framework uses fluent Rust builders to construct scenarios. This page shows\\nthe complete API surface for rapid authoring. Source of truth: For the latest API and implementation details, refer to: Core traits: testing-framework/core/src/scenario/ Builder extensions: testing-framework/workflows/src/builder/mod.rs Scenario definition: testing-framework/core/src/scenario/definition.rs","breadcrumbs":"Part IV — Appendix » Builder API Quick Reference » Builder API Quick Reference","id":"125","title":"Builder API Quick Reference"},"126":{"body":"#![allow(unused)] fn main() {\\nuse testing_framework_core::scenario::{Deployer, ScenarioBuilder};\\nuse testing_framework_runner_local::LocalDeployer;\\nuse testing_framework_runner_compose::ComposeDeployer;\\nuse testing_framework_workflows::{ScenarioBuilderExt, ChaosBuilderExt};\\nuse std::time::Duration; }","breadcrumbs":"Part IV — Appendix » Builder API Quick Reference » Imports","id":"126","title":"Imports"},"127":{"body":"Define network shape and node counts: #![allow(unused)] fn main() {\\nScenarioBuilder::topology() .network_star() // Star topology (all nodes connect to seed) .validators(3) // Number of validator nodes .executors(2) // Number of executor nodes (validators + DA dispersal) .apply() }","breadcrumbs":"Part IV — Appendix » Builder API Quick Reference » Topology Configuration","id":"127","title":"Topology Configuration"},"128":{"body":"Prepare funded accounts for transaction workloads: #![allow(unused)] fn main() {\\n.wallets(50) // Seed 50 wallet accounts }","breadcrumbs":"Part IV — Appendix » Builder API Quick Reference » Wallet Seeding","id":"128","title":"Wallet Seeding"},"129":{"body":"Submit signed Mantle transactions: #![allow(unused)] fn main() {\\n.transactions() .rate(10) // Transactions per second .users(20) // Number of concurrent wallet users .apply() }","breadcrumbs":"Part IV — Appendix » Builder API Quick Reference » Transaction Workload","id":"129","title":"Transaction Workload"},"13":{"body":"#![allow(unused)] fn main() {\\n.expect_consensus_liveness() } This says what success means: blocks must be produced continuously.","breadcrumbs":"Part 0 — Quickstart » 2. Expectation","id":"13","title":"2. Expectation"},"130":{"body":"Submit blobs to DA via executors: #![allow(unused)] fn main() {\\n.da() .channel_rate(5) // New channels per second .blob_rate(10) // Blobs per second .apply() }","breadcrumbs":"Part IV — Appendix » Builder API Quick Reference » Data Availability Workload","id":"130","title":"Data Availability Workload"},"131":{"body":"Verify block production continues: #![allow(unused)] fn main() {\\n.expect_consensus_liveness() }","breadcrumbs":"Part IV — Appendix » Builder API Quick Reference » Consensus Liveness Expectation","id":"131","title":"Consensus Liveness Expectation"},"132":{"body":"Set scenario duration (minimum duration auto-adjusted to 2× slot length): #![allow(unused)] fn main() {\\n.with_run_duration(Duration::from_secs(30)) }","breadcrumbs":"Part IV — Appendix » Builder API Quick Reference » Run Duration","id":"132","title":"Run Duration"},"133":{"body":"Enable chaos/restart capabilities (requires explicit opt-in): #![allow(unused)] fn main() {\\n.enable_node_control() // Must call before using chaos workloads }","breadcrumbs":"Part IV — Appendix » Builder API Quick Reference » Node Control Capabilities","id":"133","title":"Node Control Capabilities"},"134":{"body":"Random node restarts for resilience testing: #![allow(unused)] fn main() {\\n.chaos() .restart() .min_delay(Duration::from_secs(5)) .max_delay(Duration::from_secs(15)) .target_cooldown(Duration::from_secs(20)) .apply() }","breadcrumbs":"Part IV — Appendix » Builder API Quick Reference » Chaos Workload","id":"134","title":"Chaos Workload"},"135":{"body":"Finalize the plan: #![allow(unused)] fn main() {\\n.build() }","breadcrumbs":"Part IV — Appendix » Builder API Quick Reference » Building the Scenario","id":"135","title":"Building the Scenario"},"136":{"body":"#![allow(unused)] fn main() {\\nlet deployer = LocalDeployer::default();\\n// or ComposeDeployer::default()\\n// or K8sDeployer::default() let runner = deployer.deploy(&plan).await?;\\nlet _handle = runner.run(&mut plan).await?; }","breadcrumbs":"Part IV — Appendix » Builder API Quick Reference » Deploying and Running","id":"136","title":"Deploying and Running"},"137":{"body":"#![allow(unused)] fn main() {\\nlet mut plan = ScenarioBuilder::topology() .network_star() .validators(3) .executors(2) .apply() .wallets(50) .transactions() .rate(10) .users(20) .apply() .da() .channel_rate(5) .blob_rate(10) .apply() .enable_node_control() .chaos() .restart() .min_delay(Duration::from_secs(5)) .max_delay(Duration::from_secs(15)) .target_cooldown(Duration::from_secs(20)) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(60)) .build(); let deployer = LocalDeployer::default();\\nlet runner = deployer.deploy(&plan).await?;\\nlet _handle = runner.run(&mut plan).await?; } See authoring-scenarios.md for detailed explanations and examples.md for more scenarios.","breadcrumbs":"Part IV — Appendix » Builder API Quick Reference » Complete Example","id":"137","title":"Complete Example"},"138":{"body":"","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Troubleshooting Scenarios","id":"138","title":"Troubleshooting Scenarios"},"139":{"body":"When a scenario fails, follow this structured debugging workflow:","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Failure Triage Guide","id":"139","title":"Failure Triage Guide"},"14":{"body":"#![allow(unused)] fn main() {\\n.with_run_duration(Duration::from_secs(30)) } How long to run the test. Framework ensures this is at least 2× the consensus slot duration.","breadcrumbs":"Part 0 — Quickstart » 3. Run Duration","id":"14","title":"3. Run Duration"},"140":{"body":"What failed? Expectation failure (e.g., “Consensus Liveness failed”) Timeout during scenario execution Panic or error during workload execution Node readiness timeout","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Step 1: Identify the Failure Mode","id":"140","title":"Step 1: Identify the Failure Mode"},"141":{"body":"Start with observability: Check Prometheus metrics (if available): # Compose runner: http://localhost:9090\\n# K8s runner: port shown in test output Look for: consensus_processed_blocks — Are blocks progressing? consensus_transactions_total — Are transactions being processed? Check consensus via HTTP API (for LocalDeployer): curl http://localhost:3000/consensus-info # Validator 0 Look for: Current block height Parent hash progression","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Step 2: Check High-Level Signals","id":"141","title":"Step 2: Check High-Level Signals"},"142":{"body":"Log locations by runner: Runner Log Location Local ~/.nomos-tests/node-/nomos-node.log Compose docker-compose logs nomos-validator- K8s kubectl logs -n nomos-validator- What to look for: Consensus errors: “failed to produce block”, “invalid signature” Network issues: “peer disconnected”, “timeout connecting” DA errors: “dispersal failed”, “sampling timeout” Panic traces: Rust backtraces indicating bugs","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Step 3: Examine Node Logs","id":"142","title":"Step 3: Examine Node Logs"},"143":{"body":"Consensus Liveness Failure Triage flowchart: flowchart TD Start[Liveness expectation failed] --> CheckMetrics{Check Prometheus
consensus_processed_blocks} CheckMetrics -->|Zero blocks| NoBlocks[No blocks produced] CheckMetrics -->|Some blocks| SlowBlocks[Blocks too slow] NoBlocks --> CheckReadiness{Were nodes ready
before workload start?} CheckReadiness -->|No| FixReadiness[Increase readiness timeout
or check runner logs] CheckReadiness -->|Yes| CheckLogs[Check validator logs
for consensus errors] SlowBlocks --> CheckEnv{Is environment slow?
CI, constrained resources?} CheckEnv -->|Yes| ExtendDuration[Extend run duration
or enable SLOW_TEST_ENV] CheckEnv -->|No| CheckLoad[Check if workload
overwhelmed network] Steps: Check Prometheus: consensus_processed_blocks — Is it zero or just low? If zero: Check validator logs for consensus initialization errors If non-zero but low: Environment may be slow; extend duration Check if readiness completed before workloads started (runner logs) Transaction Inclusion Failure Triage flowchart: flowchart TD Start[Transaction expectation failed] --> CheckMetrics{Check Prometheus
consensus_transactions_total} CheckMetrics -->|Zero txs| NoTxs[No transactions processed] CheckMetrics -->|Some txs| PartialTxs[Partial inclusion] NoTxs --> CheckWallets{Are wallets seeded?
Check scenario builder} CheckWallets -->|No .wallets call| AddWallets[Add .wallets to scenario] CheckWallets -->|Yes| CheckSubmission[Check workload logs
for submission errors] PartialTxs --> CheckRate{Is tx rate too high
for block capacity?} CheckRate -->|Yes| LowerRate[Lower transaction rate
or increase duration] CheckRate -->|No| CheckMempool[Check validator logs
for mempool issues] Steps: Verify .wallets(N) was called in scenario builder Check transaction workload logs for submission errors Reduce transaction rate if overwhelming mempool Check validator logs for transaction validation errors Chaos Workload Stalls Triage flowchart: flowchart TD Start[Chaos workload stalled/failed] --> CheckControl{Did scenario call
.enable_node_control?} CheckControl -->|No| AddControl[Add .enable_node_control
before .chaos] CheckControl -->|Yes| CheckRunner{Does runner support
node control?} CheckRunner -->|Local: Yes| CheckCadence[Check restart cadence
min/max delays] CheckRunner -->|Compose: Yes| CheckCadence CheckRunner -->|K8s: Yes| CheckCadence CheckRunner -->|Unknown| SeeNodeControl[See node-control.md
for runner support] CheckCadence --> TooAggressive{Is restart cadence
too aggressive?} TooAggressive -->|Yes| WidentIntervals[Widen min_delay/max_delay
increase target_cooldown] TooAggressive -->|No| CheckLogs[Check node control logs
for restart failures] Steps: Verify .enable_node_control() was called Check runner supports NodeControlHandle (all current runners do) Widen chaos timing: increase min_delay, max_delay, target_cooldown Check if nodes recover after restart (consensus progresses)","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Step 4: Scenario-Specific Triage","id":"143","title":"Step 4: Scenario-Specific Triage"},"144":{"body":"Symptom Likely Cause Fix Readiness timeout Binaries not built, ports in use Build nomos-node, check port availability Transactions not submitted Missing .wallets() call Add .wallets(N) to scenario Blocks produced but expectation fails Run duration too short Increase .with_run_duration() Prometheus unreachable Port conflict or service not started Check TEST_FRAMEWORK_PROMETHEUS_PORT Node control not available Missing .enable_node_control() Add before chaos workload Flaky results Mixing chaos with functional tests Separate into distinct scenarios","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Step 5: Common Root Causes","id":"144","title":"Step 5: Common Root Causes"},"145":{"body":"Enable detailed tracing and preserve logs: # Keep node logs after test completion\\nexport NOMOS_TESTS_KEEP_LOGS=1 # Enable tracing output (verbose)\\nexport NOMOS_TESTS_TRACING=1 # Relax timeouts for slow environments\\nexport SLOW_TEST_ENV=1 # Run test\\ncargo test -p tests-workflows --test local_runner -- --nocapture","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Step 6: Environment Variables for Debugging","id":"145","title":"Step 6: Environment Variables for Debugging"},"146":{"body":"Actual error messages you’ll encounter and what they mean:","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Common Error Messages","id":"146","title":"Common Error Messages"},"147":{"body":"Error: Validator readiness timeout after 30s Meaning: Node process didn’t respond to HTTP health checks within the timeout. Fix: Check if nomos-node binary exists and is built Verify ports aren’t already in use: lsof -i :3000-3010 Check node logs in ~/.nomos-tests/node-0/ for startup errors Set SLOW_TEST_ENV=1 if running on slow hardware Error: Failed to allocate port for validator 0 Meaning: The framework couldn’t find available ports for node services. Fix: Check for port conflicts: lsof -i :3000-4000 Kill stale processes from previous test runs Restart Docker (for Compose runner) Error: No wallets seeded but transaction workload requires users Meaning: Scenario has .transactions() but no .wallets() call. Fix: #![allow(unused)] fn main() {\\nlet mut plan = ScenarioBuilder::topology() .validators(3).apply() .wallets(50) // ADD THIS .transactions() .rate(10) .users(20) .apply() .build(); }","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Deployment Errors","id":"147","title":"Deployment Errors"},"148":{"body":"Error: NodeControl not available for this runner Meaning: Chaos workload requires .enable_node_control() in scenario. Fix: #![allow(unused)] fn main() {\\nlet mut plan = ScenarioBuilder::topology() .validators(5).apply() .enable_node_control() // ADD THIS before chaos .chaos() .restart() .apply() .build(); } Error: No validators in topology Meaning: Scenario topology has 0 validators. Fix: #![allow(unused)] fn main() {\\nScenarioBuilder::topology() .validators(3) // At least 1 required .executors(0) .apply() } Error: Transaction submission failed: insufficient funds Meaning: Wallet ran out of funds during test (too many transactions). Fix: Increase wallet count: .wallets(100) instead of .wallets(20) Reduce transaction rate: .rate(5) instead of .rate(50) Shorten test duration","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Workload Errors","id":"148","title":"Workload Errors"},"149":{"body":"Error: Consensus liveness expectation failed: no blocks observed Meaning: Block feed didn’t detect any blocks during the run. Fix: Verify nodes started: check readiness completed successfully Check validator logs for consensus errors Ensure run duration is sufficient: .with_run_duration(Duration::from_secs(30)) Check Prometheus consensus_processed_blocks metric Error: Transaction inclusion expectation failed: submitted 100, included 0 Meaning: Transactions submitted but none appeared in blocks. Fix: Check validator logs for transaction validation errors Verify wallets are properly funded Reduce transaction rate to match block capacity Check mempool isn’t full or rejecting transactions Error: Expected at least 10 blocks, got 3 Meaning: Block production slower than expected for the run duration. Fix: Extend run duration: .with_run_duration(Duration::from_secs(60)) Check if environment is slow (CI, constrained resources) Set SLOW_TEST_ENV=1 to relax timing constraints Reduce workload intensity (lower transaction/DA rates)","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Expectation Failures","id":"149","title":"Expectation Failures"},"15":{"body":"#![allow(unused)] fn main() {\\nlet deployer = LocalDeployer::default(); // Use local process runner\\nlet runner = deployer.deploy(&plan).await?; // Provision infrastructure\\nlet _handle = runner.run(&mut plan).await?; // Execute workloads & expectations } Deployer provisions the infrastructure. Runner orchestrates execution.","breadcrumbs":"Part 0 — Quickstart » 4. Deploy and Execute","id":"15","title":"4. Deploy and Execute"},"150":{"body":"Compose runner: Error: Docker daemon not running Fix: Start Docker Desktop or dockerd Error: Port 9090 already in use (Prometheus) Fix: export TEST_FRAMEWORK_PROMETHEUS_PORT=9091 K8s runner: Error: Image pull failed: nomos-testnet:local not found Fix: # Build and load image\\ntesting-framework/assets/stack/scripts/build_test_image.sh\\nkind load docker-image nomos-testnet:local Error: Insufficient permissions to create namespace Fix: # Verify cluster access\\nkubectl auth can-i create namespaces\\n# If no: request cluster admin permissions","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Runner-Specific Errors","id":"150","title":"Runner-Specific Errors"},"151":{"body":"FAQ — Common questions and answers Operations — Prerequisites, environment flags, observability Best Practices — Patterns to avoid common pitfalls Testing Philosophy — Design principles for reliable scenarios","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » See Also","id":"151","title":"See Also"},"152":{"body":"Why block-oriented timing? Using block cadence reduces dependence on host speed and keeps assertions aligned\\nwith protocol behavior. Can I reuse the same scenario across runners? Yes. The plan stays the same; swap runners (local, compose, k8s) to target\\ndifferent environments. When should I enable chaos workloads? Only when testing resilience or operational recovery; keep functional smoke\\ntests deterministic. How long should runs be? Long enough for multiple blocks so liveness and inclusion checks are\\nmeaningful; very short runs risk false confidence. Do I always need seeded wallets? Only for transaction scenarios. Data-availability or pure chaos scenarios may\\nnot require them, but liveness checks still need validators producing blocks. What if expectations fail but workloads “look fine”? Trust expectations first—they capture the intended success criteria. Use the\\nobservability signals and runner logs to pinpoint why the system missed the\\ntarget.","breadcrumbs":"Part IV — Appendix » FAQ » FAQ","id":"152","title":"FAQ"},"153":{"body":"Validator: node role responsible for participating in consensus and block\\nproduction. Executor: a validator node with the DA dispersal service enabled. Executors\\ncan submit transactions and disperse blob data to the DA network, in addition\\nto performing all validator functions. DA (Data Availability): subsystem ensuring blobs or channel data are\\npublished and retrievable for validation. Deployer: component that provisions infrastructure (spawns processes,\\ncreates containers, or launches pods), waits for readiness, and returns a\\nRunner. Examples: LocalDeployer, ComposeDeployer, K8sDeployer. Runner: component returned by deployers that orchestrates scenario\\nexecution—starts workloads, observes signals, evaluates expectations, and\\ntriggers cleanup. Workload: traffic or behavior generator that exercises the system during a\\nscenario run. Expectation: post-run assertion that judges whether the system met the\\nintended success criteria. Topology: declarative description of the cluster shape, roles, and\\nhigh-level parameters for a scenario. Scenario: immutable plan combining topology, workloads, expectations, and\\nrun duration. Blockfeed: stream of block observations used for liveness or inclusion\\nsignals during a run. Control capability: the ability for a runner to start, stop, or restart\\nnodes, used by chaos workloads. Slot duration: time interval between consensus rounds in Cryptarchia. Blocks\\nare produced at multiples of the slot duration based on lottery outcomes. Block cadence: observed rate of block production in a live network, measured\\nin blocks per second or seconds per block. Cooldown: waiting period after a chaos action (e.g., node restart) before\\ntriggering the next action, allowing the system to stabilize. Run window: total duration a scenario executes, specified via with_run_duration(). Framework auto-extends to at least 2× slot duration. Readiness probe: health check performed by runners to ensure nodes are\\nreachable and responsive before starting workloads. Prevents false negatives\\nfrom premature traffic. Liveness: property that the system continues making progress (producing\\nblocks) under specified conditions. Contrasts with safety/correctness which\\nverifies that state transitions are accurate. State assertion: expectation that verifies specific values in the system\\nstate (e.g., wallet balances, UTXO sets) rather than just progress signals.\\nAlso called “correctness expectations.” Mantle transaction: transaction type in Nomos that can contain UTXO transfers\\n(LedgerTx) and operations (Op), including channel data (ChannelBlob). Channel: logical grouping for DA blobs; each blob belongs to a channel and\\nreferences a parent blob in the same channel, creating a chain of related data.","breadcrumbs":"Part IV — Appendix » Glossary » Glossary","id":"153","title":"Glossary"},"16":{"body":"Let’s make it more interesting: #![allow(unused)] fn main() {\\nlet mut plan = ScenarioBuilder::topology() .network_star() .validators(3) .executors(0) .apply() .wallets(20) // Seed 20 funded wallet accounts .transactions() // Add transaction workload .rate(5) // 5 transactions per second .users(10) // Use 10 of the 20 wallets .apply() .expect_consensus_liveness() // Blocks still produced? .with_run_duration(Duration::from_secs(45)) .build(); } Now you’re testing: Does consensus stay live under transaction load?","breadcrumbs":"Part 0 — Quickstart » Add Transaction Traffic","id":"16","title":"Add Transaction Traffic"},"17":{"body":"Same scenario, different runner: #![allow(unused)] fn main() {\\nuse testing_framework_runner_compose::ComposeDeployer; // ... same scenario ... let deployer = ComposeDeployer::default(); // Use Docker Compose\\nlet runner = deployer.deploy(&plan).await?;\\nlet _handle = runner.run(&mut plan).await?; } Benefit: Reproducible containerized environment with Prometheus at http://localhost:9090.","breadcrumbs":"Part 0 — Quickstart » Try Docker Compose","id":"17","title":"Try Docker Compose"},"18":{"body":"Now that you have a working test: Understand the philosophy: Testing Philosophy Learn the architecture: Architecture Overview See more examples: Examples API reference: Builder API Quick Reference Debug failures: Troubleshooting","breadcrumbs":"Part 0 — Quickstart » Next Steps","id":"18","title":"Next Steps"},"19":{"body":"Conceptual chapters that establish the mental model for the framework and how\\nit approaches multi-node testing.","breadcrumbs":"Part I — Foundations » Part I — Foundations","id":"19","title":"Part I — Foundations"},"2":{"body":"This book is written for: Protocol Engineers building and validating Nomos consensus, DA, and execution layers QA Engineers creating comprehensive test suites for multi-node behavior Infrastructure Operators running validation tests across different deployment environments Contributors extending the framework with new workloads, expectations, or runners","breadcrumbs":"What You Will Learn » Who This Book Is For","id":"2","title":"Who This Book Is For"},"20":{"body":"The Nomos Testing Framework is a purpose-built toolkit for exercising Nomos in\\nrealistic, multi-node environments. It solves the gap between small, isolated\\ntests and full-system validation by letting teams describe a cluster layout,\\ndrive meaningful traffic, and assert the outcomes in one coherent plan. It is for protocol engineers, infrastructure operators, and QA teams who need\\nrepeatable confidence that validators, executors, and data-availability\\ncomponents work together under network and timing constraints. Multi-node integration testing is required because many Nomos behaviors—block\\nprogress, data availability, liveness under churn—only emerge when several\\nroles interact over real networking and time. This framework makes those checks\\ndeclarative, observable, and portable across environments.","breadcrumbs":"Part I — Foundations » Introduction » Introduction","id":"20","title":"Introduction"},"21":{"body":"New to the framework? Start with Architecture Overview and Testing Philosophy to build intuition. Ready to write tests? Jump to Authoring Scenarios and Examples. Need API reference? See Builder API Quick Reference. Extending the framework? Check Extending the Framework and Internal Crate Reference.","breadcrumbs":"Part I — Foundations » Introduction » Next Steps","id":"21","title":"Next Steps"},"22":{"body":"The framework follows a clear flow: Topology → Scenario → Deploy → Run → Verify. Topology describes the cluster: how many nodes, their roles, and the high-level network and data-availability parameters they should follow. Scenario combines that topology with the activities to run and the checks to perform, forming a single plan. Deployer provisions infrastructure on the chosen backend (local processes, Docker Compose, or Kubernetes), waits for readiness, and returns a Runner. Runner orchestrates execution: starts workloads, observes signals, evaluates expectations, and cleans up. Workloads generate traffic and conditions that exercise the system. Expectations observe the run and judge success or failure once activity completes. flowchart LR A(Topology
shape cluster) --> B(Scenario
plan) B --> C(Deployer
provision infrastructure) C --> D(Runner
orchestrate execution) D --> E(Workloads
drive traffic) E --> F(Expectations
verify outcomes) Each layer has a narrow responsibility so that cluster shape, deployment choice,\\ntraffic generation, and health checks can evolve independently while fitting\\ntogether predictably.","breadcrumbs":"Part I — Foundations » Architecture Overview » Architecture Overview","id":"22","title":"Architecture Overview"},"23":{"body":"This framework embodies specific principles that shape how you author and run\\nscenarios. Understanding these principles helps you write effective tests and\\ninterpret results correctly.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Testing Philosophy","id":"23","title":"Testing Philosophy"},"24":{"body":"Describe what you want to test, not how to orchestrate it: #![allow(unused)] fn main() {\\n// Good: declarative\\nScenarioBuilder::topology() .network_star() .validators(2) .executors(1) .apply() .wallets(10) .transactions().rate(5).users(5).apply() .expect_consensus_liveness() .build(); // Bad: imperative (framework doesn\'t work this way)\\n// spawn_validator(); spawn_executor(); // loop { submit_tx(); check_block(); } } Why it matters: The framework handles deployment, readiness, and cleanup.\\nYou focus on test intent, not infrastructure orchestration.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Declarative over Imperative","id":"24","title":"Declarative over Imperative"},"25":{"body":"Reason in blocks and consensus intervals, not wall-clock seconds: #![allow(unused)] fn main() {\\n// Good: protocol-oriented thinking\\nlet mut plan = ScenarioBuilder::topology() .network_star() .validators(2) .executors(1) .apply() .wallets(10) .transactions().rate(5).users(5).apply() // 5 tx per block .with_run_duration(Duration::from_secs(60)) // Let framework calculate expected blocks .expect_consensus_liveness() // \\"Did we produce the expected blocks?\\" .build(); // Bad: wall-clock assumptions\\n// \\"I expect at least 30 blocks in 60 seconds\\"\\n// Brittle if readiness or startup takes longer on slow CI } Why it matters: Block production rate is fixed by consensus parameters (e.g.,\\n2-second slot duration), but node startup and readiness vary by environment—fast\\non a laptop, slow on overloaded CI. The framework measures in blocks (protocol\\ntime), not wall-clock seconds, so tests focus on “did consensus work?” rather\\nthan “was the hardware fast enough?”","breadcrumbs":"Part I — Foundations » Testing Philosophy » Protocol Time, Not Wall Time","id":"25","title":"Protocol Time, Not Wall Time"},"26":{"body":"Default scenarios are repeatable: Fixed topology Predictable traffic rates Deterministic checks Chaos is opt-in: #![allow(unused)] fn main() {\\n// Separate: functional test (deterministic)\\nlet mut plan = ScenarioBuilder::topology() .network_star() .validators(2) .executors(1) .apply() .wallets(10) .transactions().rate(5).users(5).apply() .expect_consensus_liveness() .build(); // Separate: chaos test (introduces randomness)\\nlet mut chaos_plan = ScenarioBuilder::topology() .network_star() .validators(4) .executors(1) .apply() .enable_node_control() .wallets(10) .chaos().restart() .min_delay(Duration::from_secs(15)) .max_delay(Duration::from_secs(25)) .target_cooldown(Duration::from_secs(45)) .apply() .transactions().rate(5).users(5).apply() .expect_consensus_liveness() .build(); } Why it matters: Mixing determinism with chaos creates noisy, hard-to-debug\\nfailures. Separate concerns make failures actionable.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Determinism First, Chaos When Needed","id":"26","title":"Determinism First, Chaos When Needed"},"27":{"body":"Prefer user-facing signals over internal state: Good checks: ✅ Blocks progressing at expected rate (liveness) ✅ Transactions included within N blocks (inclusion) ✅ DA blobs retrievable (availability) Avoid internal checks: ❌ Memory pool size ❌ Internal service state ❌ Cache hit rates Why it matters: User-facing signals reflect actual system health.\\nInternal state can be “healthy” while the system is broken from a user\\nperspective.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Observable Health Signals","id":"27","title":"Observable Health Signals"},"28":{"body":"Always run long enough for meaningful block production: #![allow(unused)] fn main() {\\n// Bad: too short\\n.with_run_duration(Duration::from_secs(5)) // Maybe 0-1 blocks // Good: enough blocks for assertions\\n.with_run_duration(Duration::from_secs(60)) // ~10+ blocks } The framework enforces minimum durations, but be explicit. Very short runs\\nrisk false confidence—one lucky block doesn’t prove liveness.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Minimum Run Windows","id":"28","title":"Minimum Run Windows"},"29":{"body":"These principles keep scenarios: Portable across environments (protocol time, declarative) Debuggable (determinism, separation of concerns) Meaningful (observable signals, sufficient duration) When authoring scenarios, ask: “Does this test the protocol behavior or\\nmy local environment quirks?”","breadcrumbs":"Part I — Foundations » Testing Philosophy » Summary","id":"29","title":"Summary"},"3":{"body":"After reading this book, you will: Author declarative test scenarios that combine topology, workloads, and expectations Run the same scenario across local processes, Docker Compose, and Kubernetes without code changes Debug failures systematically using logs, Prometheus metrics, and structured triage workflows Extend the framework with custom workloads, expectations, and deployment backends Apply best practices for maintainable, reliable integration tests","breadcrumbs":"What You Will Learn » What You’ll Be Able to Do","id":"3","title":"What You’ll Be Able to Do"},"30":{"body":"Build the plan: Declare a topology, attach workloads and expectations, and set the run window. The plan is the single source of truth for what will happen. Deploy: Hand the plan to a runner. It provisions the environment on the chosen backend and waits for nodes to signal readiness. Drive workloads: Start traffic and behaviors (transactions, data-availability activity, restarts) for the planned duration. Observe blocks and signals: Track block progression and other high-level metrics during or after the run window to ground assertions in protocol time. Evaluate expectations: Once activity stops (and optional cooldown completes), check liveness and workload-specific outcomes to decide pass or fail. Cleanup: Tear down resources so successive runs start fresh and do not inherit leaked state. flowchart LR P[Plan
topology + workloads + expectations] --> D[Deploy
runner provisions] D --> R[Readiness
wait for nodes] R --> W[Drive Workloads] W --> O[Observe
blocks/metrics] O --> E[Evaluate Expectations] E --> C[Cleanup]","breadcrumbs":"Part I — Foundations » Scenario Lifecycle » Scenario Lifecycle","id":"30","title":"Scenario Lifecycle"},"31":{"body":"Modular crates keep configuration, orchestration, workloads, and runners decoupled so each can evolve without breaking the others. Pluggable runners let the same scenario run on a laptop, a Docker host, or a Kubernetes cluster, making validation portable across environments. Separated workloads and expectations clarify intent: what traffic to generate versus how to judge success. This simplifies review and reuse. Declarative topology makes cluster shape explicit and repeatable, reducing surprise when moving between CI and developer machines. Maintainability through predictability: a clear flow from plan to deployment to verification lowers the cost of extending the framework and interpreting failures.","breadcrumbs":"Part I — Foundations » Design Rationale » Design Rationale","id":"31","title":"Design Rationale"},"32":{"body":"Practical guidance for shaping scenarios, combining workloads and expectations,\\nand running them across different environments.","breadcrumbs":"Part II — User Guide » Part II — User Guide","id":"32","title":"Part II — User Guide"},"33":{"body":"The workspace focuses on multi-node integration testing and sits alongside a nomos-node checkout. Its crates separate concerns to keep scenarios\\nrepeatable and portable.","breadcrumbs":"Part II — User Guide » Workspace Layout » Workspace Layout","id":"33","title":"Workspace Layout"},"34":{"body":"nomos-testing/\\n├── testing-framework/\\n│ ├── configs/ # Configuration primitives\\n│ │ └── src/\\n│ │ ├── common/ # KMS, shared utilities\\n│ │ ├── nodes/ # Validator and executor configs\\n│ │ └── topology/ # Network topology, wallet seeding\\n│ │\\n│ ├── core/ # Scenario engine\\n│ │ └── src/\\n│ │ ├── nodes/ # Node spawning (Validator, Executor, ApiClient)\\n│ │ ├── scenario/ # Scenario model, traits, capabilities\\n│ │ │ └── runtime/ # Runner, Deployer, RunContext, Metrics\\n│ │ └── topology/ # Topology generation, readiness checks\\n│ │\\n│ ├── workflows/ # Reusable workloads & expectations\\n│ │ └── src/\\n│ │ ├── builder/ # ScenarioBuilderExt, ChaosBuilderExt DSL\\n│ │ ├── expectations/ # ConsensusLiveness, etc.\\n│ │ └── workloads/ # Transaction, DA, Chaos implementations\\n│ │\\n│ ├── runners/ # Deployment backends\\n│ │ ├── local/ # LocalDeployer (host processes)\\n│ │ ├── compose/ # ComposeDeployer (Docker Compose)\\n│ │ └── k8s/ # K8sDeployer (Kubernetes + Helm)\\n│ │\\n│ ├── tools/\\n│ │ └── cfgsync/ # Config synchronization server\\n│ │\\n│ └── assets/\\n│ └── stack/ # Docker configs, Helm charts, scripts\\n│\\n├── tests/\\n│ └── workflows/ # Integration test examples\\n│\\n└── scripts/ # Helper utilities","breadcrumbs":"Part II — User Guide » Workspace Layout » Directory Structure","id":"34","title":"Directory Structure"},"35":{"body":"","breadcrumbs":"Part II — User Guide » Workspace Layout » Key Files by Crate","id":"35","title":"Key Files by Crate"},"36":{"body":"File Purpose common/kms.rs Key management service types nodes/validator.rs Validator node configuration builder nodes/executor.rs Executor node configuration builder topology/mod.rs Network topology and wallet seeding","breadcrumbs":"Part II — User Guide » Workspace Layout » testing-framework/configs","id":"36","title":"testing-framework/configs"},"37":{"body":"File Purpose nodes/validator.rs Spawns and manages validator processes nodes/executor.rs Spawns and manages executor processes nodes/api_client.rs HTTP client for node APIs scenario/definition.rs Scenario and Builder structs scenario/workload.rs Workload trait scenario/expectation.rs Expectation trait scenario/capabilities.rs Type-safe feature gating ( NodeControlCapability) scenario/runtime/deployer.rs Deployer trait scenario/runtime/runner.rs Runner orchestration logic scenario/runtime/context.rs RunContext (exposes topology, clients, metrics) scenario/runtime/metrics.rs Prometheus integration scenario/runtime/block_feed.rs Real-time block observation topology/mod.rs Topology generation and readiness checks","breadcrumbs":"Part II — User Guide » Workspace Layout » testing-framework/core","id":"37","title":"testing-framework/core"},"38":{"body":"File Purpose builder/mod.rs ScenarioBuilderExt, ChaosBuilderExt expectations/consensus_liveness.rs Block production expectation workloads/transaction/workload.rs Transaction submission workload workloads/da/workload.rs DA blob dispersal workload workloads/chaos.rs Random restart workload","breadcrumbs":"Part II — User Guide » Workspace Layout » testing-framework/workflows","id":"38","title":"testing-framework/workflows"},"39":{"body":"Crate Entry Point Purpose local runner.rs Spawns nodes as local processes compose deployer.rs Orchestrates Docker Compose stack k8s deployer.rs Deploys to Kubernetes via Helm","breadcrumbs":"Part II — User Guide » Workspace Layout » testing-framework/runners","id":"39","title":"testing-framework/runners"},"4":{"body":"To get the most from this book, you should have: Rust proficiency: Comfortable with async/await, traits, and error handling Basic Nomos knowledge: Understand validators, executors, and DA concepts (see Project Context Primer) Deployment familiarity: Know your way around Docker, Kubernetes (optional for K8s runner) Testing mindset: Experience with integration or end-to-end testing helps You don’t need deep Nomos internals knowledge—the framework abstracts node management and provides high-level APIs.","breadcrumbs":"What You Will Learn » Prerequisites","id":"4","title":"Prerequisites"},"40":{"body":"This split keeps configuration, orchestration, reusable traffic patterns, and\\ndeployment adapters loosely coupled while sharing one mental model for tests. Configs provides primitives; core provides the engine. Workflows assembles traffic and assertions into a fluent API. Runners adapt the same scenario plan to different backends. Tests demonstrate end-to-end usage as living documentation. See internal-crate-reference.md for guidance on\\nwhere to add new capabilities.","breadcrumbs":"Part II — User Guide » Workspace Layout » Design Philosophy","id":"40","title":"Design Philosophy"},"41":{"body":"Detailed view of the workspace showing crate boundaries and key modules: nomos-testing/\\n│\\n├── testing-framework/\\n│ │\\n│ ├── configs/ # Configuration primitives\\n│ │ └── src/\\n│ │ ├── common/ # KMS, shared utilities\\n│ │ ├── nodes/ # Validator and executor config builders\\n│ │ └── topology/ # Network layout, wallet seeding\\n│ │\\n│ ├── core/ # Scenario orchestration engine\\n│ │ └── src/\\n│ │ ├── nodes/ # Node spawning & lifecycle\\n│ │ │ ├── validator.rs # Validator process management\\n│ │ │ ├── executor.rs # Executor process management\\n│ │ │ └── api_client.rs # HTTP client for node APIs\\n│ │ │\\n│ │ ├── scenario/ # Core traits & definitions\\n│ │ │ ├── definition.rs # Scenario, Builder\\n│ │ │ ├── workload.rs # Workload trait\\n│ │ │ ├── expectation.rs # Expectation trait\\n│ │ │ ├── capabilities.rs # Type-safe features (NodeControl)\\n│ │ │ └── runtime/ # Execution machinery\\n│ │ │ ├── deployer.rs # Deployer trait\\n│ │ │ ├── runner.rs # Runner orchestration\\n│ │ │ ├── context.rs # RunContext (topology, clients, metrics)\\n│ │ │ ├── metrics.rs # Prometheus integration\\n│ │ │ └── block_feed.rs # Real-time block observation\\n│ │ │\\n│ │ └── topology/ # Network generation & readiness\\n│ │ └── mod.rs # TopologyBuilder, GeneratedTopology\\n│ │\\n│ ├── workflows/ # Ready-made workloads & expectations\\n│ │ └── src/\\n│ │ ├── builder/ # Fluent API extensions\\n│ │ │ └── mod.rs # ScenarioBuilderExt, ChaosBuilderExt\\n│ │ │\\n│ │ ├── expectations/ # Packaged assertions\\n│ │ │ ├── consensus_liveness.rs\\n│ │ │ └── mod.rs\\n│ │ │\\n│ │ └── workloads/ # Traffic generators\\n│ │ ├── transaction/ # Signed Mantle tx submission\\n│ │ ├── da/ # Blob dispersal to DA\\n│ │ └── chaos.rs # Random node restarts\\n│ │\\n│ ├── runners/ # Deployment backends\\n│ │ ├── local/ # Spawns nodes as local processes\\n│ │ │ └── src/runner.rs # LocalDeployer implementation\\n│ │ │\\n│ │ ├── compose/ # Docker Compose orchestration\\n│ │ │ ├── src/deployer.rs # ComposeDeployer implementation\\n│ │ │ └── assets/ # Compose templates\\n│ │ │\\n│ │ └── k8s/ # Kubernetes deployment\\n│ │ ├── src/deployer.rs # K8sDeployer implementation\\n│ │ └── helm/ # Helm chart for nomos-testnet\\n│ │\\n│ ├── tools/\\n│ │ └── cfgsync/ # Config sync server (for Compose/K8s)\\n│ │\\n│ └── assets/\\n│ └── stack/\\n│ ├── monitoring/ # Prometheus config\\n│ └── scripts/ # Docker build scripts\\n│\\n├── tests/\\n│ └── workflows/ # Integration test examples\\n│ └── tests/\\n│ ├── local_runner.rs # LocalDeployer scenarios\\n│ ├── compose_runner.rs # ComposeDeployer scenarios\\n│ └── k8s_runner.rs # K8sDeployer scenarios\\n│\\n└── scripts/ # Helper utilities","breadcrumbs":"Part II — User Guide » Annotated Tree » Annotated Tree","id":"41","title":"Annotated Tree"},"42":{"body":"To add a new workload or expectation: Start in workflows/src/workloads/ or workflows/src/expectations/, then expose it via builder/mod.rs. To modify scenario orchestration: Look in core/src/scenario/runtime/. To add deployer features: Extend the Deployer trait in core/src/scenario/runtime/deployer.rs and update runner implementations. To see examples: Check tests/workflows/tests/ for complete end-to-end\\nscenarios. See workspace-layout.md for detailed descriptions of each\\nmodule.","breadcrumbs":"Part II — User Guide » Annotated Tree » Navigation Guide","id":"42","title":"Navigation Guide"},"43":{"body":"Creating a scenario is a declarative exercise: Shape the topology: decide how many validators and executors to run, and\\nwhat high-level network and data-availability characteristics matter for the\\ntest. Attach workloads: pick traffic generators that align with your goals\\n(transactions, data-availability blobs, or chaos for resilience probes). Define expectations: specify the health signals that must hold when the\\nrun finishes (e.g., consensus liveness, inclusion of submitted activity; see Core Content: Workloads & Expectations). Set duration: choose a run window long enough to observe meaningful\\nblock progression and the effects of your workloads. Choose a runner: target local processes for fast iteration, Docker\\nCompose for reproducible multi-node stacks, or Kubernetes for cluster-grade\\nvalidation. For environment considerations, see Operations. Keep scenarios small and explicit: make the intended behavior and the success\\ncriteria clear so failures are easy to interpret and act upon.","breadcrumbs":"Part II — User Guide » Authoring Scenarios » Authoring Scenarios","id":"43","title":"Authoring Scenarios"},"44":{"body":"Testing Philosophy — Principles for effective scenario design Examples — Complete runnable scenarios Builder API Quick Reference — API syntax reference Best Practices — Patterns for maintainable tests Workloads & Expectations — Available traffic generators and assertions","breadcrumbs":"Part II — User Guide » Authoring Scenarios » See Also","id":"44","title":"See Also"},"45":{"body":"Workloads describe the activity a scenario generates; expectations describe the\\nsignals that must hold when that activity completes. Both are pluggable so\\nscenarios stay readable and purpose-driven.","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Core Content: Workloads & Expectations","id":"45","title":"Core Content: Workloads & Expectations"},"46":{"body":"Transaction workload: submits user-level transactions at a configurable\\nrate and can limit how many distinct actors participate. Data-availability workload: drives blob and channel activity to exercise\\ndata-availability paths. Chaos workload: triggers controlled node restarts to test resilience and\\nrecovery behaviors (requires a runner that can control nodes).","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Workloads","id":"46","title":"Workloads"},"47":{"body":"Consensus liveness: verifies the system continues to produce blocks in\\nline with the planned workload and timing window. Workload-specific checks: each workload can attach its own success\\ncriteria (e.g., inclusion of submitted activity) so scenarios remain concise. Together, workloads and expectations let you express both the pressure applied\\nto the system and the definition of “healthy” for that run. flowchart TD I[Inputs
topology + wallets + rates] --> Init[Workload init] Init --> Drive[Drive traffic] Drive --> Collect[Collect signals] Collect --> Eval[Expectations evaluate]","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Expectations","id":"47","title":"Expectations"},"48":{"body":"The ScenarioBuilderExt trait extends ScenarioBuilder with domain-specific\\nmethods for common testing patterns. This page explains the technical design and\\nusage of these extensions.","breadcrumbs":"Part II — User Guide » Core Content: ScenarioBuilderExt Patterns » Core Content: ScenarioBuilderExt Patterns","id":"48","title":"Core Content: ScenarioBuilderExt Patterns"},"49":{"body":"Extensions follow the builder pattern with explicit .apply() termination: #![allow(unused)] fn main() {\\nScenarioBuilder::topology() .validators(3).apply() // Topology builder ends with .apply() .transactions() // Start transaction builder .rate(10) .users(20) .apply() // Transaction builder ends with .apply() .expect_consensus_liveness() // Attach expectation .build() // Final build() returns Scenario } Why .apply()? Each sub-builder (topology, transactions, DA, chaos) has its\\nown configuration state. .apply() commits that state to the parent builder,\\nallowing method chaining without ambiguity.","breadcrumbs":"Part II — User Guide » Core Content: ScenarioBuilderExt Patterns » Design: Fluent Builder Pattern","id":"49","title":"Design: Fluent Builder Pattern"},"5":{"body":"If you’re new to the framework: Start with Quickstart for a 5-minute working example Read Testing Philosophy to understand the design approach Work through Examples to see common patterns Refer to Builder API Quick Reference as you write tests If you’re extending the framework: Review Architecture Overview and Scenario Model Study Extending the Framework and Custom Workload Example Consult Internal Crate Reference for where to add code If you’re debugging: Jump to Troubleshooting for triage workflows Check FAQ for common issues Use Operations for environment setup and observability","breadcrumbs":"What You Will Learn » How to Use This Book","id":"5","title":"How to Use This Book"},"50":{"body":"","breadcrumbs":"Part II — User Guide » Core Content: ScenarioBuilderExt Patterns » Available Extensions","id":"50","title":"Available Extensions"},"51":{"body":"Method: .topology() Returns: TopologyBuilder Purpose: Configure network layout and node counts. Example: #![allow(unused)] fn main() {\\nScenarioBuilder::topology() .network_star() // Star topology (all connect to seed) .validators(5) // 5 validator nodes .executors(2) // 2 executor nodes (validators + DA dispersal) .apply() } See: testing-framework/core/src/topology/mod.rs","breadcrumbs":"Part II — User Guide » Core Content: ScenarioBuilderExt Patterns » Topology Configuration","id":"51","title":"Topology Configuration"},"52":{"body":"Method: .wallets(n: usize) Purpose: Seed n funded wallet accounts for transaction workloads. Example: #![allow(unused)] fn main() {\\n.wallets(50) // 50 accounts, used by .transactions() } Note: Required before .transactions() workload.","breadcrumbs":"Part II — User Guide » Core Content: ScenarioBuilderExt Patterns » Wallet Seeding","id":"52","title":"Wallet Seeding"},"53":{"body":"Method: .transactions() Returns: TransactionWorkloadBuilder Purpose: Submit signed Mantle transactions at specified rate. Example: #![allow(unused)] fn main() {\\n.transactions() .rate(10) // 10 tx/sec .users(20) // 20 concurrent users (must have .wallets(N) where N >= 20) .apply() } See: testing-framework/workflows/src/workloads/transaction/","breadcrumbs":"Part II — User Guide » Core Content: ScenarioBuilderExt Patterns » Transaction Workload","id":"53","title":"Transaction Workload"},"54":{"body":"Method: .da() Returns: DaWorkloadBuilder Purpose: Submit blobs to DA network via executors. Example: #![allow(unused)] fn main() {\\n.da() .channel_rate(5) // 5 new channels/sec .blob_rate(10) // 10 blobs/sec across all channels .apply() } Requirements: Topology must have at least 1 executor. See: testing-framework/workflows/src/workloads/da/","breadcrumbs":"Part II — User Guide » Core Content: ScenarioBuilderExt Patterns » DA Workload","id":"54","title":"DA Workload"},"55":{"body":"Method: .chaos() Returns: ChaosBuilder Purpose: Random node restarts for resilience testing. Example: #![allow(unused)] fn main() {\\n.enable_node_control() // REQUIRED before chaos\\n.chaos() .restart() .min_delay(Duration::from_secs(10)) .max_delay(Duration::from_secs(20)) .target_cooldown(Duration::from_secs(30)) .apply() } Requirements: Must call .enable_node_control() first to enable NodeControlCapability. See: testing-framework/workflows/src/workloads/chaos.rs","breadcrumbs":"Part II — User Guide » Core Content: ScenarioBuilderExt Patterns » Chaos Workload","id":"55","title":"Chaos Workload"},"56":{"body":"Method: .expect_consensus_liveness() Purpose: Assert that blocks are continuously produced during the run. Example: #![allow(unused)] fn main() {\\n.expect_consensus_liveness() } Implementation: Observes block feed and verifies blocks appear throughout\\nthe run duration. See: testing-framework/workflows/src/expectations/consensus_liveness.rs","breadcrumbs":"Part II — User Guide » Core Content: ScenarioBuilderExt Patterns » Consensus Liveness Expectation","id":"56","title":"Consensus Liveness Expectation"},"57":{"body":"To add a new builder extension: Implement the workload/expectation in testing-framework/workflows/src/ Add builder struct with configuration fields Implement builder methods (setters that return Self) Add .apply() method that calls add_workload() or add_expectation() Extend ScenarioBuilderExt trait with entry method Example: #![allow(unused)] fn main() {\\npub trait ScenarioBuilderExt: Sized { fn my_workload(self) -> MyWorkloadBuilder { MyWorkloadBuilder { parent: self, rate: 10, // default } }\\n} pub struct MyWorkloadBuilder { parent: CoreScenarioBuilder, rate: u64,\\n} impl MyWorkloadBuilder { pub fn rate(mut self, rate: u64) -> Self { self.rate = rate; self } pub fn apply(self) -> CoreScenarioBuilder { self.parent.add_workload(Box::new(MyWorkload::new(self.rate))) }\\n} }","breadcrumbs":"Part II — User Guide » Core Content: ScenarioBuilderExt Patterns » Extension Workflow","id":"57","title":"Extension Workflow"},"58":{"body":"Builder API Quick Reference — Complete API syntax Best Practices — Usage patterns and design principles Custom Workload Example — Implementing new workloads Extending the Framework — General extension guide","breadcrumbs":"Part II — User Guide » Core Content: ScenarioBuilderExt Patterns » See Also","id":"58","title":"See Also"},"59":{"body":"These patterns help keep scenarios maintainable, debuggable, and comparable\\nacross teams and environments.","breadcrumbs":"Part II — User Guide » Best Practices » Best Practices","id":"59","title":"Best Practices"},"6":{"body":"This book gives you a clear mental model for Nomos multi-node testing, shows how\\nto author scenarios that pair realistic workloads with explicit expectations,\\nand guides you to run them across local, containerized, and cluster environments\\nwithout changing the plan.","breadcrumbs":"What You Will Learn » What’s Covered","id":"6","title":"What’s Covered"},"60":{"body":"What: Name scenarios and add comments describing what you’re testing. Why: Makes expectation choices obvious and helps others understand purpose\\nwhen tests fail. #![allow(unused)] fn main() {\\n// Verify consensus liveness under sustained transaction load\\nlet mut plan = ScenarioBuilder::topology() .network_star() .validators(3) .executors(0) .apply() .transactions() .rate(50) .users(30) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(60)) .build(); }","breadcrumbs":"Part II — User Guide » Best Practices » State Your Intent","id":"60","title":"State Your Intent"},"61":{"body":"What: Choose durations that allow multiple blocks (at least 5–10) to be\\nproduced and observed. Why: Single-block tests catch trivial failures but miss timing issues,\\nliveness gaps, and gradual degradation. #![allow(unused)] fn main() {\\n// Bad: Only 5 seconds might produce 1–2 blocks\\n.with_run_duration(Duration::from_secs(5)) // Good: 30+ seconds ensures multiple blocks for reliable assertions\\n.with_run_duration(Duration::from_secs(30)) }","breadcrumbs":"Part II — User Guide » Best Practices » Keep Runs Meaningful","id":"61","title":"Keep Runs Meaningful"},"62":{"body":"What: Test deterministic behavior (liveness, transaction inclusion) in stable\\nscenarios; add chaos in dedicated resilience tests. Why: Mixing workloads makes failures noisy—is it a bug or chaos timing? #![allow(unused)] fn main() {\\n// Scenario A: Deterministic baseline\\nlet mut baseline = ScenarioBuilder::topology() .network_star() .validators(3) .executors(2) .apply() .transactions() .rate(10) .users(10) .apply() .expect_consensus_liveness() .build(); // Scenario B: Chaos overlay (separate test)\\nlet mut resilience = ScenarioBuilder::topology() .network_star() .validators(5) .executors(0) .apply() .enable_node_control() .chaos() .restart() .min_delay(Duration::from_secs(5)) .max_delay(Duration::from_secs(15)) .target_cooldown(Duration::from_secs(20)) .apply() .expect_consensus_liveness() .build(); }","breadcrumbs":"Part II — User Guide » Best Practices » Separate Concerns","id":"62","title":"Separate Concerns"},"63":{"body":"What: Define standard topology/workload constants or helper functions for\\ncommon configurations. Why: Makes results comparable across environments and teams; reduces\\ncopy-paste errors. #![allow(unused)] fn main() {\\n// Define shared constants\\nconst STANDARD_TOPOLOGY_VALIDATORS: u16 = 3;\\nconst STANDARD_TOPOLOGY_EXECUTORS: u16 = 2;\\nconst LIGHT_TX_RATE: u64 = 5;\\nconst MEDIUM_TX_RATE: u64 = 20; // Use in multiple scenarios\\nlet mut plan = ScenarioBuilder::topology() .network_star() .validators(STANDARD_TOPOLOGY_VALIDATORS) .executors(STANDARD_TOPOLOGY_EXECUTORS) .apply() .transactions() .rate(MEDIUM_TX_RATE) .users(10) .apply() .build(); }","breadcrumbs":"Part II — User Guide » Best Practices » Reuse Patterns","id":"63","title":"Reuse Patterns"},"64":{"body":"What: Start with liveness checks and examine block/transaction counts before\\nadjusting rates or topology. Why: Premature tuning masks root causes. Observability reveals whether\\nfailure is in consensus, mempool, or network layer. #![allow(unused)] fn main() {\\n// Step 1: Observe baseline with minimal load\\nlet mut plan = ScenarioBuilder::topology() .network_star() .validators(3) .executors(0) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(30)) .build(); // Step 2: Check Prometheus metrics or logs for block production rate // Step 3: Add load incrementally, re-observe\\n// (Don\'t jump to high rates without baseline data) }","breadcrumbs":"Part II — User Guide » Best Practices » Observe First, Tune Second","id":"64","title":"Observe First, Tune Second"},"65":{"body":"What: Match runner to your feedback loop needs. Why: Each runner has trade-offs—optimize for iteration speed or fidelity as\\nappropriate. Runner Use Case Trade-off Local Fast iteration, unit-like tests No Docker isolation Compose Reproducible stacks, CI pipelines Slower startup K8s Cluster-grade fidelity Requires cluster access #![allow(unused)] fn main() {\\n// Local for rapid development\\nlet deployer = LocalDeployer::default(); // Compose for CI reproducibility\\nlet deployer = ComposeDeployer::default(); // K8s for production-like testing\\nlet deployer = K8sDeployer::default(); }","breadcrumbs":"Part II — User Guide » Best Practices » Environment Fit","id":"65","title":"Environment Fit"},"66":{"body":"What: Seed only the wallets you need; keep configuration explicit when moving\\nbetween environments. Why: Unnecessary wallets slow setup; implicit config differences cause CI vs.\\nlocal mismatches. #![allow(unused)] fn main() {\\n// Bad: Over-provisioning wallets increases startup time\\n.wallets(1000) // Only using 10 in transaction workload // Good: Match wallet count to actual usage\\n.wallets(20) // Transactions use 20 users\\n.transactions() .users(20) .apply() } See authoring-scenarios.md for workflow guidance and examples.md for applying these patterns in real scenarios.","breadcrumbs":"Part II — User Guide » Best Practices » Minimal Surprises","id":"66","title":"Minimal Surprises"},"67":{"body":"Concrete scenarios showing how to combine topologies, workloads, and\\nexpectations. Copy and adjust these to fit your needs.","breadcrumbs":"Part II — User Guide » Examples » Examples","id":"67","title":"Examples"},"68":{"body":"Scenario Topology Workloads Duration What It Tests Simple Liveness 3 validators, 0 executors None 30s Basic consensus block production Transaction Workload 2 validators, 1 executor TX: 5/s, 5 users 60s Transaction inclusion under light load DA + Transaction 3 validators, 2 executors TX: 10/s, 10 users DA: 5 ch/s, 10 blob/s 120s Mixed workload performance Chaos Resilience 4 validators, 1 executor TX: 5/s, 5 users Random restarts 90s Recovery under node failures","breadcrumbs":"Part II — User Guide » Examples » Quick Reference","id":"68","title":"Quick Reference"},"69":{"body":"Basic smoke test verifying validators can produce blocks. #![allow(unused)] fn main() {\\nuse testing_framework_core::scenario::{Deployer, ScenarioBuilder};\\nuse testing_framework_runner_local::LocalDeployer;\\nuse testing_framework_workflows::ScenarioBuilderExt;\\nuse std::time::Duration; #[tokio::test]\\nasync fn test_consensus_liveness() -> Result<(), Box> { let mut plan = ScenarioBuilder::topology() .network_star() .validators(3) .executors(0) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(30)) .build(); let deployer = LocalDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } When to use: Quick validation that consensus works on minimal hardware.","breadcrumbs":"Part II — User Guide » Examples » Simple consensus liveness","id":"69","title":"Simple consensus liveness"},"7":{"body":"Get a working test running in under 5 minutes.","breadcrumbs":"Part 0 — Quickstart » Quickstart","id":"7","title":"Quickstart"},"70":{"body":"Submit transactions and verify inclusion. #![allow(unused)] fn main() {\\n#[tokio::test]\\nasync fn test_transaction_inclusion() -> Result<(), Box> { let mut plan = ScenarioBuilder::topology() .network_star() .validators(2) .executors(1) .apply() .wallets(10) .transactions() .rate(5) .users(5) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(60)) .build(); let deployer = LocalDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } When to use: Verify transaction submission and inclusion under light load.","breadcrumbs":"Part II — User Guide » Examples » Transaction workload","id":"70","title":"Transaction workload"},"71":{"body":"Stress both transaction and DA paths simultaneously. #![allow(unused)] fn main() {\\n#[tokio::test]\\nasync fn test_mixed_workload() -> Result<(), Box> { let mut plan = ScenarioBuilder::topology() .network_star() .validators(3) .executors(2) .apply() .wallets(20) .transactions() .rate(10) .users(10) .apply() .da() .channel_rate(2) .blob_rate(1) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(120)) .build(); let deployer = LocalDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } When to use: End-to-end validation that transaction and DA layers work together.","breadcrumbs":"Part II — User Guide » Examples » DA + transaction workload","id":"71","title":"DA + transaction workload"},"72":{"body":"Verify consensus survives node restarts. #![allow(unused)] fn main() {\\n#[tokio::test]\\nasync fn test_chaos_resilience() -> Result<(), Box> { let mut plan = ScenarioBuilder::topology() .network_star() .validators(4) .executors(1) .apply() .enable_node_control() .wallets(10) .transactions() .rate(5) .users(5) .apply() .chaos() .restart() .min_delay(Duration::from_secs(15)) .max_delay(Duration::from_secs(25)) .target_cooldown(Duration::from_secs(45)) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(90)) .build(); let deployer = LocalDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } When to use: Resilience validation and operational readiness testing.","breadcrumbs":"Part II — User Guide » Examples » Chaos resilience test","id":"72","title":"Chaos resilience test"},"73":{"body":"Advanced Examples — Load progression, sustained load, aggressive chaos Builder API Quick Reference — Complete API syntax Authoring Scenarios — Design workflow and principles Best Practices — Patterns for maintainable tests","breadcrumbs":"Part II — User Guide » Examples » See Also","id":"73","title":"See Also"},"74":{"body":"Realistic advanced scenarios for capacity testing, operational validation, and\\nresilience probing.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Advanced Examples","id":"74","title":"Advanced Examples"},"75":{"body":"Scenario Topology Workloads Duration What It Tests Load Progression 3 validators, 2 executors TX: 5→10→20/s DA: 5 ch/s, 10 blob/s 3× 60s Performance under increasing load Sustained Load 4 validators, 2 executors TX: 20/s, 30 users DA: 10 ch/s, 15 blob/s 600s (10 min) Long-running stability under heavy load Aggressive Chaos 7 validators, 1 executor TX: 5/s, 5 users Frequent restarts (5-10s) 120s Recovery under frequent failures Note: Extension Ideas section below contains proposed features (not yet implemented).","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Quick Reference","id":"75","title":"Quick Reference"},"76":{"body":"Find the breaking point by gradually increasing transaction rate. #![allow(unused)] fn main() {\\n#[tokio::test]\\nasync fn test_capacity_limit() -> Result<(), Box> { for rate in [10, 20, 50, 100] { let mut plan = ScenarioBuilder::topology() .network_star() .validators(3) .executors(2) .apply() .wallets(50) .transactions() .rate(rate) .users(20) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(60)) .build(); let deployer = LocalDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; } Ok(())\\n} } When to use: Capacity planning, finding performance limits, validating\\nhardware requirements.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Load progression test","id":"76","title":"Load progression test"},"77":{"body":"Run moderate load for extended duration to catch memory leaks or gradual\\ndegradation. #![allow(unused)] fn main() {\\n#[tokio::test]\\nasync fn test_sustained_load() -> Result<(), Box> { let mut plan = ScenarioBuilder::topology() .network_star() .validators(4) .executors(2) .apply() .wallets(100) .transactions() .rate(20) .users(30) .apply() .da() .channel_rate(5) .blob_rate(2) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(600)) // 10 minutes .build(); let deployer = ComposeDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } When to use: Soak testing, memory leak detection, long-term stability\\nvalidation before production.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Sustained load test","id":"77","title":"Sustained load test"},"78":{"body":"Frequent restarts with shorter cooldown to stress recovery paths. #![allow(unused)] fn main() {\\n#[tokio::test]\\nasync fn test_aggressive_chaos() -> Result<(), Box> { let mut plan = ScenarioBuilder::topology() .network_star() .validators(7) // Need more nodes for aggressive chaos .executors(1) .apply() .enable_node_control() .wallets(20) .transactions() .rate(5) .users(10) .apply() .chaos() .restart() .min_delay(Duration::from_secs(5)) // Very short delays .max_delay(Duration::from_secs(10)) .target_cooldown(Duration::from_secs(20)) // Nodes can restart multiple times .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(120)) .build(); let deployer = ComposeDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } When to use: Stress testing recovery mechanisms, finding edge cases in restart\\nhandling. Requires more validators (7) to tolerate multiple simultaneous restarts.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Aggressive chaos test","id":"78","title":"Aggressive chaos test"},"79":{"body":"","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Extension Ideas","id":"79","title":"Extension Ideas"},"8":{"body":"Rust toolchain (nightly) Sibling nomos-node checkout built and available This repository cloned","breadcrumbs":"Part 0 — Quickstart » Prerequisites","id":"8","title":"Prerequisites"},"80":{"body":"Problem: Verify nodes handle malformed transactions gracefully without crashing. What’s needed: Custom workload that generates invalid transactions: Bad signatures Invalid operation types Corrupted transaction data Malformed structure Why useful: Security/robustness testing. Ensures mempool and consensus don’t\\npanic on malicious or corrupted input. Current transaction workload only generates\\nvalid transactions from seeded wallets.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Invalid Transaction Fuzzing","id":"80","title":"Invalid Transaction Fuzzing"},"81":{"body":"Problem: Current expectations only verify liveness (blocks produced), not state\\ncorrectness (transactions actually transferred funds). What’s needed: Custom expectation that queries wallet balances before and after\\nthe scenario: #![allow(unused)] fn main() {\\nuse testing_framework_core::scenario::{Expectation, RunContext};\\nuse std::collections::HashMap; pub struct WalletBalanceExpectation { initial_balances: HashMap, expected_changes: HashMap, // Address -> expected delta\\n} impl Expectation for WalletBalanceExpectation { fn name(&self) -> &\'static str { \\"wallet_balance_verification\\" } async fn start_capture(&mut self, ctx: &RunContext) -> Result<(), DynError> { // Query initial balances from node API // NOTE: query_balance() doesn\'t exist yet - needs to be added to ApiClient let client = ctx.node_clients().validators().get(0) .ok_or(\\"no validator 0\\")?; for (address, _) in &self.expected_changes { let balance = client.query_balance(address).await?; // Proposed API self.initial_balances.insert(address.clone(), balance); } Ok(()) } async fn evaluate(&mut self, ctx: &RunContext) -> Result<(), DynError> { let client = ctx.node_clients().validators().get(0) .ok_or(\\"no validator 0\\")?; for (address, expected_delta) in &self.expected_changes { let initial = self.initial_balances.get(address) .ok_or(format!(\\"no initial balance for {}\\", address))?; let final_balance = client.query_balance(address).await?; let actual_delta = final_balance as i64 - *initial as i64; if actual_delta != *expected_delta { return Err(format!( \\"Wallet {} balance mismatch: expected delta {}, got {}\\", address, expected_delta, actual_delta ).into()); } } Ok(()) }\\n} } Usage example: #![allow(unused)] fn main() {\\nlet mut plan = ScenarioBuilder::topology() .validators(3).executors(0).apply() .wallets(10) .transactions() .rate(5) .users(5) .apply() .add_expectation(Box::new(WalletBalanceExpectation { initial_balances: HashMap::new(), expected_changes: vec![ (wallet_0_address, -100), // Sent 100 tokens (wallet_1_address, 100), // Received 100 tokens ].into_iter().collect(), })) .with_run_duration(Duration::from_secs(30)) .build(); } Why useful: Verifies functional correctness, not just liveness. Ensures: Transactions actually transfer funds UTXO state transitions are correct No silent failures where blocks are produced but state is corrupted Implementation requirements: Node API must expose balance query endpoint (currently may not exist) Expectation must map seeded wallet indices to their addresses Handles gas fees (expected delta includes transaction costs)","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Custom Expectation: Wallet Balance Verification","id":"81","title":"Custom Expectation: Wallet Balance Verification"},"82":{"body":"Problem: Test consensus recovery after a true network partition (not just restarts). What’s needed: Extend NodeControlHandle with network control operations: #![allow(unused)] fn main() {\\npub trait NodeControlHandle: Send + Sync { async fn restart_validator(&self, index: usize) -> Result<(), DynError>; async fn restart_executor(&self, index: usize) -> Result<(), DynError>; // New operations needed: async fn block_peer(&self, node: usize, peer: usize) -> Result<(), DynError>; async fn unblock_peer(&self, node: usize, peer: usize) -> Result<(), DynError>;\\n} } Why useful: Current chaos workload only supports restarts. Real partition testing\\nrequires blocking network communication between nodes, letting them diverge, then\\nreconnecting and verifying they converge. This tests actual Byzantine fault tolerance,\\nnot just crash recovery.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Network Partition Recovery","id":"82","title":"Network Partition Recovery"},"83":{"body":"Verify block production stays within expected timing bounds by collecting block\\ntimestamps from the block feed, calculating intervals, and asserting they stay\\nwithin tolerance of the configured slot duration. Why useful: Catches timing degradation that liveness checks miss (blocks\\nprogress, but too slowly).","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Custom Expectation: Block Timing Consistency","id":"83","title":"Custom Expectation: Block Timing Consistency"},"84":{"body":"Examples — Basic scenarios (liveness, transactions, DA, chaos) Custom Workload Example — Step-by-step implementation guide Extending the Framework — How to add workloads, expectations, and runners Node Control — Using chaos capabilities in scenarios","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » See Also","id":"84","title":"See Also"},"85":{"body":"Running a scenario follows the same conceptual flow regardless of environment: Select or author a scenario plan that pairs a topology with workloads,\\nexpectations, and a suitable run window. Choose a runner aligned with your environment (local, compose, or k8s) and\\nensure its prerequisites are available. Deploy the plan through the runner; wait for readiness signals before\\nstarting workloads. Let workloads drive activity for the planned duration; keep observability\\nsignals visible so you can correlate outcomes. Evaluate expectations and capture results as the primary pass/fail signal. Use the same plan across different runners to compare behavior between local\\ndevelopment and CI or cluster settings. For environment prerequisites and\\nflags, see Operations.","breadcrumbs":"Part II — User Guide » Running Scenarios » Running Scenarios","id":"85","title":"Running Scenarios"},"86":{"body":"Runners turn a scenario plan into a live environment while keeping the plan\\nunchanged. Choose based on feedback speed, reproducibility, and fidelity. For\\nenvironment and operational considerations, see Operations:","breadcrumbs":"Part II — User Guide » Runners » Runners","id":"86","title":"Runners"},"87":{"body":"Launches node processes directly on the host. Fastest feedback loop and minimal orchestration overhead. Best for development-time iteration and debugging.","breadcrumbs":"Part II — User Guide » Runners » Local runner","id":"87","title":"Local runner"},"88":{"body":"Starts nodes in containers to provide a reproducible multi-node stack on a\\nsingle machine. Discovers service ports and wires observability for convenient inspection. Good balance between fidelity and ease of setup.","breadcrumbs":"Part II — User Guide » Runners » Docker Compose runner","id":"88","title":"Docker Compose runner"},"89":{"body":"Deploys nodes onto a cluster for higher-fidelity, longer-running scenarios. Suits CI or shared environments where cluster behavior and scheduling matter.","breadcrumbs":"Part II — User Guide » Runners » Kubernetes runner","id":"89","title":"Kubernetes runner"},"9":{"body":"Create a simple consensus liveness test: #![allow(unused)] fn main() {\\nuse testing_framework_core::scenario::{Deployer, ScenarioBuilder};\\nuse testing_framework_runner_local::LocalDeployer;\\nuse testing_framework_workflows::ScenarioBuilderExt;\\nuse std::time::Duration; #[tokio::test]\\nasync fn smoke_test() -> Result<(), Box> { // Define the scenario let mut plan = ScenarioBuilder::topology() .network_star() .validators(2) .executors(0) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(30)) .build(); // Deploy and run let deployer = LocalDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} }","breadcrumbs":"Part 0 — Quickstart » Your First Test","id":"9","title":"Your First Test"},"90":{"body":"All runners require at least one validator and, for transaction scenarios,\\naccess to seeded wallets. Readiness probes gate workload start so traffic begins only after nodes are\\nreachable. Environment flags can relax timeouts or increase tracing when diagnostics are\\nneeded. flowchart TD Plan[Scenario Plan] --> RunSel{Runner
(local | compose | k8s)} RunSel --> Provision[Provision & readiness] Provision --> Runtime[Runtime + observability] Runtime --> Exec[Workloads & Expectations execute]","breadcrumbs":"Part II — User Guide » Runners » Common expectations","id":"90","title":"Common expectations"},"91":{"body":"Operations — Prerequisites, K8s setup, observability Running Scenarios — How to execute tests Extending the Framework — Adding new deployer backends","breadcrumbs":"Part II — User Guide » Runners » See Also","id":"91","title":"See Also"},"92":{"body":"Operational readiness focuses on prerequisites, environment fit, and clear\\nsignals: Prerequisites: keep a sibling nomos-node checkout available; ensure the\\nchosen runner’s platform needs are met (local binaries for host runs, Docker\\nfor compose, cluster access for k8s). Artifacts: some scenarios depend on prover or circuit assets; fetch them\\nahead of time with the provided helper scripts when needed. Environment flags: use slow-environment toggles to relax timeouts, enable\\ntracing when debugging, and adjust observability ports to avoid clashes. Readiness checks: verify runners report node readiness before starting\\nworkloads; this avoids false negatives from starting too early. Failure triage: map failures to missing prerequisites (wallet seeding,\\nnode control availability), runner platform issues, or unmet expectations.\\nStart with liveness signals, then dive into workload-specific assertions. Treat operational hygiene—assets present, prerequisites satisfied, observability\\nreachable—as the first step to reliable scenario outcomes.","breadcrumbs":"Part II — User Guide » Operations » Operations","id":"92","title":"Operations"},"93":{"body":"Running scenarios on K8s requires additional preparation beyond local or compose deployments:","breadcrumbs":"Part II — User Guide » Operations » Kubernetes Setup","id":"93","title":"Kubernetes Setup"},"94":{"body":"testing-framework/assets/stack/scripts/build_test_image.sh This builds a container image (default tag: nomos-testnet:local) with all node binaries and dependencies.","breadcrumbs":"Part II — User Guide » Operations » 1. Build the Testnet Image","id":"94","title":"1. Build the Testnet Image"},"95":{"body":"Local clusters (Kind, Minikube, Docker Desktop): # Kind\\nkind load docker-image nomos-testnet:local # Minikube\\nminikube image load nomos-testnet:local # Docker Desktop: image is already available (uses local Docker daemon) Remote clusters: Push to a registry accessible to your cluster: docker tag nomos-testnet:local your-registry/nomos-testnet:v1\\ndocker push your-registry/nomos-testnet:v1\\nexport NOMOS_TESTNET_IMAGE=your-registry/nomos-testnet:v1","breadcrumbs":"Part II — User Guide » Operations » 2. Make the Image Available to Your Cluster","id":"95","title":"2. Make the Image Available to Your Cluster"},"96":{"body":"export NOMOS_TESTNET_IMAGE=nomos-testnet:local # or your custom tag The K8s deployer reads this variable (defaults to nomos-testnet:local if unset).","breadcrumbs":"Part II — User Guide » Operations » 3. Export the Image Tag","id":"96","title":"3. Export the Image Tag"},"97":{"body":"K8s runner mounts the KZG parameters from: testing-framework/assets/stack/kzgrs_test_params/ If missing, the runner will fail fast. Fetch assets with provided helper scripts if needed.","breadcrumbs":"Part II — User Guide » Operations » 4. Ensure Circuit Assets Are Present","id":"97","title":"4. Ensure Circuit Assets Are Present"},"98":{"body":"Your kubeconfig must have permissions to: Create and delete namespaces Install and uninstall Helm releases Port-forward to pods and services Test with: kubectl auth can-i create namespaces\\nkubectl auth can-i create deployments","breadcrumbs":"Part II — User Guide » Operations » 5. Verify Cluster Permissions","id":"98","title":"5. Verify Cluster Permissions"},"99":{"body":"cargo test -p tests-workflows --test k8s_runner -- --nocapture Note: K8s tests are ignored by default ( #[ignore]) and require a live cluster.","breadcrumbs":"Part II — User Guide » Operations » 6. Run K8s Tests","id":"99","title":"6. Run K8s Tests"}},"length":154,"save":true},"fields":["title","body","breadcrumbs"],"index":{"body":{"root":{"0":{"df":8,"docs":{"103":{"tf":1.0},"141":{"tf":1.0},"147":{"tf":1.4142135623730951},"148":{"tf":1.0},"149":{"tf":1.0},"28":{"tf":1.0},"68":{"tf":1.0},"81":{"tf":1.4142135623730951}}},"1":{"0":{"/":{"df":1,"docs":{"68":{"tf":1.0}}},"0":{"df":3,"docs":{"149":{"tf":1.0},"76":{"tf":1.0},"81":{"tf":2.0}}},"df":11,"docs":{"149":{"tf":1.0},"16":{"tf":1.0},"28":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"57":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.4142135623730951},"75":{"tf":2.0},"76":{"tf":1.0},"77":{"tf":1.0}}},"2":{"0":{"df":2,"docs":{"68":{"tf":1.0},"75":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":1,"docs":{"75":{"tf":1.0}}},"df":9,"docs":{"12":{"tf":1.0},"140":{"tf":1.0},"148":{"tf":1.0},"28":{"tf":1.0},"54":{"tf":1.0},"64":{"tf":1.0},"68":{"tf":1.4142135623730951},"75":{"tf":1.0},"94":{"tf":1.0}},"–":{"2":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}}},"2":{"0":{"/":{"df":1,"docs":{"75":{"tf":1.0}}},"df":5,"docs":{"16":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"63":{"tf":1.0},"66":{"tf":1.0},"76":{"tf":1.0}}},"df":13,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"132":{"tf":1.0},"14":{"tf":1.0},"141":{"tf":1.0},"153":{"tf":1.0},"25":{"tf":1.0},"51":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"68":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"95":{"tf":1.0}}},"3":{"0":{"0":{"0":{"df":1,"docs":{"147":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"1":{"0":{"df":1,"docs":{"147":{"tf":1.0}}},"df":0,"docs":{}},"df":6,"docs":{"10":{"tf":1.0},"147":{"tf":1.0},"25":{"tf":1.0},"61":{"tf":1.0},"68":{"tf":1.0},"75":{"tf":1.0}}},"df":8,"docs":{"14":{"tf":1.0},"142":{"tf":1.0},"149":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"68":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"96":{"tf":1.0}}},"4":{"0":{"0":{"0":{"df":1,"docs":{"147":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":5,"docs":{"143":{"tf":1.0},"15":{"tf":1.0},"68":{"tf":1.0},"75":{"tf":1.0},"97":{"tf":1.0}}},"5":{"/":{"df":2,"docs":{"68":{"tf":1.4142135623730951},"75":{"tf":1.0}}},"0":{"df":3,"docs":{"128":{"tf":1.0},"52":{"tf":1.0},"76":{"tf":1.0}}},"df":12,"docs":{"144":{"tf":1.0},"16":{"tf":1.0},"25":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0},"68":{"tf":1.7320508075688772},"7":{"tf":1.0},"75":{"tf":1.7320508075688772},"98":{"tf":1.0}},"–":{"1":{"0":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"→":{"1":{"0":{"df":0,"docs":{},"→":{"2":{"0":{"/":{"df":1,"docs":{"75":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"6":{"0":{"0":{"df":1,"docs":{"75":{"tf":1.0}}},"df":3,"docs":{"25":{"tf":1.0},"68":{"tf":1.0},"75":{"tf":1.0}}},"df":2,"docs":{"145":{"tf":1.0},"99":{"tf":1.0}}},"7":{"df":2,"docs":{"75":{"tf":1.0},"78":{"tf":1.0}}},"9":{"0":{"9":{"0":{"df":2,"docs":{"101":{"tf":1.0},"150":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"68":{"tf":1.0}}},"df":0,"docs":{}},"_":{"df":1,"docs":{"81":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":12,"docs":{"136":{"tf":1.0},"137":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"114":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"a":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"153":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"105":{"tf":1.0},"119":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":8,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"150":{"tf":1.0},"65":{"tf":1.0},"90":{"tf":1.0},"92":{"tf":1.0},"95":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"128":{"tf":1.4142135623730951},"16":{"tf":1.0},"52":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"153":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"106":{"tf":1.0},"114":{"tf":1.0},"153":{"tf":1.4142135623730951},"26":{"tf":1.0}}}},"v":{"df":9,"docs":{"106":{"tf":1.0},"114":{"tf":1.0},"22":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"47":{"tf":1.0},"85":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"46":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"81":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":5,"docs":{"146":{"tf":1.0},"27":{"tf":1.0},"66":{"tf":1.0},"81":{"tf":1.4142135623730951},"82":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.4142135623730951}}}}},"d":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"81":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"[":{"a":{"d":{"d":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":20,"docs":{"112":{"tf":1.0},"116":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.7320508075688772},"121":{"tf":1.4142135623730951},"122":{"tf":1.0},"123":{"tf":2.23606797749979},"144":{"tf":1.4142135623730951},"147":{"tf":1.0},"148":{"tf":1.0},"16":{"tf":1.4142135623730951},"40":{"tf":1.0},"42":{"tf":1.4142135623730951},"5":{"tf":1.0},"57":{"tf":1.7320508075688772},"60":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.0},"84":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"153":{"tf":1.0},"93":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"108":{"tf":1.0},"81":{"tf":2.449489742783178}}}}}},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"[":{"a":{"d":{"d":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":9,"docs":{"106":{"tf":1.0},"108":{"tf":1.4142135623730951},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"113":{"tf":1.0},"121":{"tf":1.0},"81":{"tf":1.0},"91":{"tf":1.0}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"132":{"tf":1.0},"64":{"tf":1.0},"67":{"tf":1.0},"92":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"150":{"tf":1.0}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"73":{"tf":1.0},"74":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"109":{"tf":1.0}}},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"143":{"tf":1.0},"73":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.4142135623730951}}}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"92":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":3,"docs":{"152":{"tf":1.0},"43":{"tf":1.0},"85":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"147":{"tf":1.0}}},"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":54,"docs":{"102":{"tf":1.0},"103":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"13":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"14":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.4142135623730951},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"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},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.4142135623730951},"82":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":3,"docs":{"153":{"tf":1.0},"49":{"tf":1.0},"61":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":3,"docs":{"147":{"tf":1.0},"150":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"152":{"tf":1.0},"28":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"123":{"tf":1.0},"41":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"151":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"i":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"119":{"tf":1.0},"34":{"tf":1.0},"81":{"tf":1.0}}}}},"df":18,"docs":{"100":{"tf":1.0},"103":{"tf":1.4142135623730951},"119":{"tf":1.0},"120":{"tf":1.7320508075688772},"123":{"tf":1.0},"125":{"tf":1.7320508075688772},"141":{"tf":1.0},"18":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"37":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"5":{"tf":1.0},"58":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951},"81":{"tf":1.7320508075688772}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"10":{"tf":1.0},"149":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"124":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":34,"docs":{"12":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"134":{"tf":1.0},"137":{"tf":2.0},"147":{"tf":1.0},"148":{"tf":1.4142135623730951},"16":{"tf":1.4142135623730951},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.7320508075688772},"3":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":2.449489742783178},"51":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.4142135623730951},"62":{"tf":2.0},"63":{"tf":1.4142135623730951},"64":{"tf":1.0},"66":{"tf":1.4142135623730951},"69":{"tf":1.0},"70":{"tf":1.4142135623730951},"71":{"tf":1.7320508075688772},"72":{"tf":1.7320508075688772},"76":{"tf":1.4142135623730951},"77":{"tf":1.7320508075688772},"78":{"tf":1.7320508075688772},"81":{"tf":1.0},"9":{"tf":1.0}}},"y":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"57":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"19":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"65":{"tf":1.0}}}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"0":{"tf":1.0},"18":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"5":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"147":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"103":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"92":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"104":{"tf":1.0},"29":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"106":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":16,"docs":{"106":{"tf":1.0},"109":{"tf":1.0},"115":{"tf":1.0},"119":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.4142135623730951},"20":{"tf":1.0},"28":{"tf":1.0},"30":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0},"83":{"tf":1.0},"92":{"tf":1.0}}}},"t":{"df":4,"docs":{"34":{"tf":1.0},"41":{"tf":1.4142135623730951},"92":{"tf":1.0},"97":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"0":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"c":{"/":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{":":{":":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"114":{"tf":1.0},"115":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"114":{"tf":1.0},"115":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":15,"docs":{"102":{"tf":1.0},"103":{"tf":1.0},"108":{"tf":1.0},"114":{"tf":1.4142135623730951},"115":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.4142135623730951},"82":{"tf":2.0},"9":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"106":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"116":{"tf":1.0},"30":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"150":{"tf":1.0},"98":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"r":{"df":11,"docs":{"125":{"tf":1.0},"137":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"43":{"tf":1.0},"6":{"tf":1.0},"66":{"tf":1.0},"73":{"tf":1.0},"85":{"tf":1.0}}}}},"o":{"df":2,"docs":{"132":{"tf":1.0},"153":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"101":{"tf":1.0},"116":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":22,"docs":{"0":{"tf":1.7320508075688772},"106":{"tf":1.0},"120":{"tf":1.0},"130":{"tf":1.0},"141":{"tf":1.0},"144":{"tf":1.4142135623730951},"147":{"tf":1.0},"148":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"20":{"tf":1.4142135623730951},"22":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"46":{"tf":1.4142135623730951},"50":{"tf":1.0},"8":{"tf":1.0},"85":{"tf":1.0},"92":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"151":{"tf":1.0},"27":{"tf":1.0},"92":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"w":{"df":1,"docs":{"121":{"tf":1.0}}}},"b":{"(":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":11,"docs":{"104":{"tf":1.0},"110":{"tf":1.0},"121":{"tf":1.4142135623730951},"123":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":1,"docs":{"142":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"d":{"df":6,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"61":{"tf":1.0},"66":{"tf":1.0},"80":{"tf":1.0}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"153":{"tf":1.0},"81":{"tf":2.8284271247461903},"88":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"153":{"tf":1.0},"86":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"106":{"tf":1.0},"109":{"tf":1.0},"115":{"tf":1.0},"62":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951}}}}}},"i":{"c":{"df":4,"docs":{"4":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"84":{"tf":1.0}}},"df":0,"docs":{}}}},"df":2,"docs":{"22":{"tf":1.0},"62":{"tf":1.0}},"e":{"c":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"115":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"141":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":13,"docs":{"106":{"tf":1.0},"133":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"148":{"tf":1.0},"153":{"tf":1.4142135623730951},"52":{"tf":1.0},"55":{"tf":1.0},"64":{"tf":1.0},"77":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"92":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"90":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":10,"docs":{"152":{"tf":1.0},"153":{"tf":1.0},"2":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"62":{"tf":1.0},"85":{"tf":1.0},"89":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"153":{"tf":1.0}}}},"w":{"df":1,"docs":{"75":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"122":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"151":{"tf":1.0},"3":{"tf":1.0},"44":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"73":{"tf":1.0},"87":{"tf":1.0}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":7,"docs":{"153":{"tf":1.0},"20":{"tf":1.0},"31":{"tf":1.0},"66":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"93":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"144":{"tf":1.0},"147":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"b":{"/":{"df":2,"docs":{"68":{"tf":1.0},"75":{"tf":1.4142135623730951}}},"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{"0":{"df":3,"docs":{"130":{"tf":1.0},"137":{"tf":1.0},"54":{"tf":1.0}}},"df":1,"docs":{"71":{"tf":1.0}}},"2":{"df":1,"docs":{"77":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":10,"docs":{"0":{"tf":1.7320508075688772},"120":{"tf":1.0},"130":{"tf":1.4142135623730951},"153":{"tf":2.23606797749979},"27":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"54":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"103":{"tf":1.0}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"64":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"102":{"tf":1.0}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"82":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"121":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":32,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"106":{"tf":1.0},"110":{"tf":1.0},"120":{"tf":1.4142135623730951},"13":{"tf":1.0},"131":{"tf":1.0},"141":{"tf":1.4142135623730951},"142":{"tf":1.0},"143":{"tf":2.0},"144":{"tf":1.0},"149":{"tf":2.6457513110645907},"152":{"tf":2.0},"153":{"tf":2.8284271247461903},"16":{"tf":1.0},"25":{"tf":2.6457513110645907},"27":{"tf":1.4142135623730951},"28":{"tf":2.23606797749979},"30":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"56":{"tf":1.7320508075688772},"61":{"tf":2.0},"64":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"81":{"tf":1.4142135623730951},"82":{"tf":1.0},"83":{"tf":2.23606797749979}},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"153":{"tf":1.0}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":6,"docs":{"0":{"tf":1.0},"2":{"tf":1.4142135623730951},"3":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"45":{"tf":1.0},"47":{"tf":1.0},"71":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"106":{"tf":1.0},"41":{"tf":1.0}}}}},"df":1,"docs":{"83":{"tf":1.0}}},"df":0,"docs":{}}},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":8,"docs":{"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"31":{"tf":1.0},"76":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}}}}}},"o":{"a":{"d":{"df":1,"docs":{"106":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"27":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"g":{"df":3,"docs":{"122":{"tf":1.0},"142":{"tf":1.0},"62":{"tf":1.0}}},"i":{"df":0,"docs":{},"l":{"d":{"df":31,"docs":{"106":{"tf":1.0},"116":{"tf":1.0},"135":{"tf":1.4142135623730951},"137":{"tf":1.0},"144":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.0},"16":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"30":{"tf":1.0},"41":{"tf":1.0},"49":{"tf":1.4142135623730951},"60":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"64":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.0},"9":{"tf":1.0},"94":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{".":{"df":0,"docs":{},"r":{"df":3,"docs":{"120":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0}}}},"df":1,"docs":{"120":{"tf":1.0}}},"df":0,"docs":{}}}},"df":18,"docs":{"118":{"tf":1.4142135623730951},"119":{"tf":1.0},"120":{"tf":1.7320508075688772},"123":{"tf":1.0},"125":{"tf":1.7320508075688772},"143":{"tf":1.4142135623730951},"18":{"tf":1.0},"21":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"41":{"tf":1.7320508075688772},"44":{"tf":1.0},"49":{"tf":2.6457513110645907},"5":{"tf":1.0},"57":{"tf":1.7320508075688772},"58":{"tf":1.0},"73":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":4,"docs":{"144":{"tf":1.0},"147":{"tf":1.0},"20":{"tf":1.0},"8":{"tf":1.0}}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":4,"docs":{"106":{"tf":1.0},"108":{"tf":1.0},"114":{"tf":1.7320508075688772},"116":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"z":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"82":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"c":{"(":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}}},"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":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"30":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"27":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"152":{"tf":1.0},"153":{"tf":1.0}},"e":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"143":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"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":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"25":{"tf":1.0},"83":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"143":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":9,"docs":{"103":{"tf":1.4142135623730951},"116":{"tf":1.0},"133":{"tf":1.0},"143":{"tf":1.7320508075688772},"144":{"tf":1.0},"147":{"tf":1.0},"153":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"114":{"tf":1.0}}}}}},"p":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"l":{"df":9,"docs":{"106":{"tf":1.0},"112":{"tf":1.0},"119":{"tf":1.0},"121":{"tf":1.0},"133":{"tf":1.4142135623730951},"153":{"tf":1.0},"34":{"tf":1.0},"40":{"tf":1.0},"84":{"tf":1.0}}}},"c":{"df":4,"docs":{"143":{"tf":1.0},"149":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"106":{"tf":1.0},"152":{"tf":1.0},"85":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":3,"docs":{"10":{"tf":1.0},"145":{"tf":1.0},"99":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"65":{"tf":1.0},"78":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"61":{"tf":1.0},"77":{"tf":1.0},"83":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":3,"docs":{"144":{"tf":1.4142135623730951},"64":{"tf":1.0},"66":{"tf":1.0}}}}},"df":1,"docs":{"22":{"tf":1.0}},"f":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"34":{"tf":1.0},"41":{"tf":1.0}}},"df":0,"docs":{}}}}}},"h":{"/":{"df":2,"docs":{"68":{"tf":1.0},"75":{"tf":1.4142135623730951}}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"153":{"tf":1.0},"49":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"119":{"tf":1.0},"123":{"tf":1.0},"3":{"tf":1.0},"6":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"2":{"df":1,"docs":{"71":{"tf":1.0}}},"5":{"df":4,"docs":{"130":{"tf":1.0},"137":{"tf":1.0},"54":{"tf":1.0},"77":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"df":2,"docs":{"0":{"tf":1.0},"153":{"tf":1.0}}},"df":0,"docs":{}}}},"df":4,"docs":{"130":{"tf":1.0},"153":{"tf":2.23606797749979},"46":{"tf":1.0},"54":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"o":{"df":23,"docs":{"121":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.4142135623730951},"137":{"tf":1.0},"143":{"tf":1.7320508075688772},"144":{"tf":1.4142135623730951},"148":{"tf":1.7320508075688772},"152":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"26":{"tf":2.0},"34":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"55":{"tf":2.0},"62":{"tf":2.0},"68":{"tf":1.0},"72":{"tf":1.4142135623730951},"73":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.7320508075688772},"82":{"tf":1.0},"84":{"tf":1.4142135623730951}},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}},"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"26":{"tf":1.0}}}},"df":0,"docs":{}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"55":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":5,"docs":{"120":{"tf":1.0},"126":{"tf":1.0},"34":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"19":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"106":{"tf":1.0},"43":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":2,"docs":{"34":{"tf":1.0},"41":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"c":{"a":{"d":{"df":1,"docs":{"143":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"[":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"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":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"143":{"tf":1.4142135623730951}},"{":{"d":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":23,"docs":{"114":{"tf":1.0},"119":{"tf":1.0},"141":{"tf":1.7320508075688772},"143":{"tf":2.8284271247461903},"144":{"tf":1.4142135623730951},"147":{"tf":2.0},"149":{"tf":2.449489742783178},"152":{"tf":1.4142135623730951},"153":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"30":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"64":{"tf":1.4142135623730951},"83":{"tf":1.0},"92":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":1,"docs":{"143":{"tf":1.4142135623730951}},"{":{"df":0,"docs":{},"i":{"df":1,"docs":{"143":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"[":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"143":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"[":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"143":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"[":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"143":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"143":{"tf":2.0}},"i":{"c":{"df":0,"docs":{},"s":{"df":0,"docs":{},"{":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"143":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"33":{"tf":1.0},"8":{"tf":1.0},"92":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"143":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"{":{"df":0,"docs":{},"i":{"df":1,"docs":{"143":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"143":{"tf":1.4142135623730951}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"{":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"143":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"143":{"tf":2.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"{":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"143":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"[":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"143":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"143":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"{":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"143":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"22":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"43":{"tf":1.4142135623730951},"61":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"22":{"tf":1.0},"30":{"tf":1.0},"92":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"20":{"tf":1.0}}}}}}}}}}},"i":{"df":8,"docs":{"122":{"tf":1.0},"149":{"tf":1.0},"25":{"tf":1.4142135623730951},"31":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.0},"85":{"tf":1.0},"89":{"tf":1.0}},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"92":{"tf":1.0},"97":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"111":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"92":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"22":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":5,"docs":{"106":{"tf":1.0},"110":{"tf":1.0},"153":{"tf":1.0},"24":{"tf":1.0},"30":{"tf":1.0}},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"110":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"r":{"df":6,"docs":{"106":{"tf":1.0},"22":{"tf":1.0},"31":{"tf":1.0},"43":{"tf":1.0},"6":{"tf":1.0},"92":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"|":{"df":2,"docs":{"114":{"tf":1.0},"115":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":1,"docs":{"103":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}},"d":{"a":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"103":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"103":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"(":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"81":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":8,"docs":{"103":{"tf":1.0},"108":{"tf":1.0},"114":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"119":{"tf":1.0},"37":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"25":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"8":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":16,"docs":{"106":{"tf":1.0},"122":{"tf":1.0},"150":{"tf":1.4142135623730951},"153":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.7320508075688772},"31":{"tf":1.4142135623730951},"43":{"tf":1.0},"6":{"tf":1.0},"65":{"tf":1.4142135623730951},"85":{"tf":1.0},"89":{"tf":1.4142135623730951},"92":{"tf":1.0},"95":{"tf":2.0},"98":{"tf":1.0},"99":{"tf":1.0}},"—":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"106":{"tf":1.0}}}}}}}}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":4,"docs":{"11":{"tf":1.0},"123":{"tf":1.4142135623730951},"3":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"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":{"47":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"103":{"tf":1.0}}}}}}}}},"df":3,"docs":{"103":{"tf":1.4142135623730951},"47":{"tf":1.0},"83":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"106":{"tf":1.0},"153":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0},"67":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"m":{"df":1,"docs":{"118":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":10,"docs":{"104":{"tf":1.0},"144":{"tf":1.0},"146":{"tf":1.0},"151":{"tf":1.4142135623730951},"34":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.4142135623730951},"63":{"tf":1.0},"90":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"82":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"59":{"tf":1.0},"63":{"tf":1.0},"85":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":14,"docs":{"0":{"tf":1.0},"103":{"tf":1.0},"125":{"tf":1.0},"137":{"tf":1.0},"143":{"tf":1.0},"145":{"tf":1.0},"149":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"58":{"tf":1.0},"73":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"153":{"tf":1.4142135623730951},"20":{"tf":1.0}}},"s":{"df":23,"docs":{"101":{"tf":1.0},"104":{"tf":1.0},"106":{"tf":1.0},"121":{"tf":1.4142135623730951},"141":{"tf":1.0},"142":{"tf":1.4142135623730951},"143":{"tf":1.0},"147":{"tf":1.0},"150":{"tf":1.0},"152":{"tf":1.0},"17":{"tf":1.4142135623730951},"22":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772},"43":{"tf":1.0},"65":{"tf":1.4142135623730951},"85":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"k":{"8":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":4,"docs":{"122":{"tf":1.0},"153":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.4142135623730951}},"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":5,"docs":{"136":{"tf":1.0},"17":{"tf":1.0},"65":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"2":{"tf":1.0}}}}}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"112":{"tf":1.0},"4":{"tf":1.0}},"u":{"df":2,"docs":{"19":{"tf":1.0},"85":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"26":{"tf":1.0},"29":{"tf":1.0},"33":{"tf":1.0},"62":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"47":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"67":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":2,"docs":{"129":{"tf":1.0},"53":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"106":{"tf":1.0},"115":{"tf":1.0},"153":{"tf":1.0},"22":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"152":{"tf":1.0},"20":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"28":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":6,"docs":{"118":{"tf":1.4142135623730951},"123":{"tf":1.0},"34":{"tf":2.0},"40":{"tf":1.0},"41":{"tf":2.0},"66":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"123":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"r":{"df":17,"docs":{"106":{"tf":1.0},"111":{"tf":1.0},"118":{"tf":1.4142135623730951},"12":{"tf":1.0},"127":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.4142135623730951},"57":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.0},"83":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"115":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"144":{"tf":1.0},"147":{"tf":1.0}}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"12":{"tf":1.0},"127":{"tf":1.0},"142":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":24,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"131":{"tf":1.0},"14":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":2.0},"149":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"16":{"tf":1.0},"2":{"tf":1.0},"25":{"tf":1.7320508075688772},"43":{"tf":1.0},"47":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"64":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.4142135623730951},"72":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0},"9":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"141":{"tf":1.0},"143":{"tf":1.0},"149":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"141":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}},"i":{"d":{"df":1,"docs":{"108":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"43":{"tf":1.0},"86":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"110":{"tf":1.0},"120":{"tf":1.0},"124":{"tf":1.0},"83":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.4142135623730951}}}}},"df":1,"docs":{"63":{"tf":2.0}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"143":{"tf":1.0},"149":{"tf":1.0}},"t":{"df":3,"docs":{"121":{"tf":1.0},"149":{"tf":1.0},"20":{"tf":1.0}}}}}},"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"125":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}},"m":{"df":1,"docs":{"103":{"tf":1.4142135623730951}},"e":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"103":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"153":{"tf":1.4142135623730951},"75":{"tf":1.0},"88":{"tf":1.0},"94":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.0},"6":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"43":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":3,"docs":{"0":{"tf":1.0},"106":{"tf":1.0},"4":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":5,"docs":{"13":{"tf":1.0},"131":{"tf":1.0},"153":{"tf":1.0},"47":{"tf":1.0},"56":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"153":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"105":{"tf":1.0},"2":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"m":{"d":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"143":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":10,"docs":{"106":{"tf":1.0},"121":{"tf":1.4142135623730951},"133":{"tf":1.0},"143":{"tf":1.4142135623730951},"144":{"tf":1.0},"153":{"tf":1.0},"46":{"tf":1.4142135623730951},"82":{"tf":1.0},"84":{"tf":1.0},"92":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"88":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"82":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":4,"docs":{"106":{"tf":1.0},"153":{"tf":1.0},"30":{"tf":1.0},"78":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"106":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"i":{"df":2,"docs":{"63":{"tf":1.0},"67":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"123":{"tf":1.0}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"123":{"tf":1.0},"42":{"tf":1.0}},"e":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"123":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"123":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":9,"docs":{"112":{"tf":1.0},"119":{"tf":1.4142135623730951},"125":{"tf":1.0},"34":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"c":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"57":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"153":{"tf":1.0},"81":{"tf":1.7320508075688772}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"85":{"tf":1.0}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"80":{"tf":1.4142135623730951},"81":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"31":{"tf":1.0},"81":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"147":{"tf":1.0}}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"127":{"tf":1.0},"148":{"tf":1.0},"51":{"tf":1.0},"64":{"tf":1.0},"66":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"40":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"80":{"tf":1.0},"82":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":12,"docs":{"105":{"tf":1.0},"112":{"tf":1.0},"117":{"tf":1.4142135623730951},"121":{"tf":1.0},"21":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"5":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":9,"docs":{"121":{"tf":1.0},"123":{"tf":1.7320508075688772},"150":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"2":{"tf":1.0},"26":{"tf":1.0},"43":{"tf":1.0},"9":{"tf":1.0},"98":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":4,"docs":{"152":{"tf":1.0},"153":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0}}},"df":0,"docs":{}}}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"153":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"103":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"0":{"df":1,"docs":{"81":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"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":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"102":{"tf":1.0}}}}}}}}}}}},"df":5,"docs":{"102":{"tf":1.0},"103":{"tf":1.0},"114":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":1,"docs":{"141":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"111":{"tf":1.0},"141":{"tf":1.0},"143":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.4142135623730951},"82":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":14,"docs":{"102":{"tf":1.7320508075688772},"103":{"tf":1.0},"104":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"119":{"tf":1.4142135623730951},"3":{"tf":1.0},"5":{"tf":1.0},"58":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.4142135623730951},"83":{"tf":1.0},"84":{"tf":1.0},"96":{"tf":1.0}}}}}}}},"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"[":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"a":{"df":24,"docs":{"0":{"tf":2.449489742783178},"103":{"tf":1.0},"111":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.4142135623730951},"127":{"tf":1.0},"130":{"tf":1.4142135623730951},"137":{"tf":1.0},"142":{"tf":1.0},"153":{"tf":2.0},"2":{"tf":1.0},"27":{"tf":1.0},"34":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.4142135623730951},"49":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":2.0},"68":{"tf":1.4142135623730951},"71":{"tf":2.0},"75":{"tf":1.4142135623730951},"77":{"tf":1.0},"84":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"150":{"tf":1.0},"95":{"tf":1.0}}}}}},"t":{"a":{"df":13,"docs":{"0":{"tf":2.23606797749979},"106":{"tf":1.0},"108":{"tf":1.0},"130":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":2.23606797749979},"20":{"tf":1.4142135623730951},"22":{"tf":1.0},"30":{"tf":1.0},"43":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"64":{"tf":1.0},"80":{"tf":1.0}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":2,"docs":{"22":{"tf":1.0},"30":{"tf":1.0}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":9,"docs":{"101":{"tf":1.0},"139":{"tf":1.0},"145":{"tf":1.0},"18":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.0},"87":{"tf":1.0},"92":{"tf":1.0}},"g":{"df":3,"docs":{"124":{"tf":1.0},"29":{"tf":1.0},"59":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"30":{"tf":1.0},"43":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"123":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"r":{"df":9,"docs":{"106":{"tf":1.0},"153":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.4142135623730951},"29":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"62":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"105":{"tf":1.0},"4":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"116":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":9,"docs":{"101":{"tf":1.4142135623730951},"106":{"tf":1.0},"111":{"tf":1.0},"114":{"tf":1.0},"26":{"tf":1.0},"57":{"tf":1.0},"94":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"106":{"tf":1.0},"12":{"tf":1.0},"127":{"tf":1.0},"43":{"tf":1.0},"63":{"tf":1.4142135623730951},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"125":{"tf":1.0},"41":{"tf":1.0},"47":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":3,"docs":{"61":{"tf":1.0},"77":{"tf":1.0},"83":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"143":{"tf":1.0},"78":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"98":{"tf":1.0}}}},"t":{"a":{"df":1,"docs":{"81":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"122":{"tf":1.0},"40":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"152":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":39,"docs":{"104":{"tf":1.0},"106":{"tf":1.4142135623730951},"119":{"tf":1.0},"121":{"tf":2.449489742783178},"123":{"tf":1.0},"136":{"tf":1.4142135623730951},"137":{"tf":1.0},"147":{"tf":1.0},"15":{"tf":1.7320508075688772},"153":{"tf":1.4142135623730951},"17":{"tf":1.0},"2":{"tf":1.0},"22":{"tf":1.7320508075688772},"24":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.4142135623730951},"37":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.7320508075688772},"42":{"tf":1.4142135623730951},"65":{"tf":1.7320508075688772},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"85":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.4142135623730951},"91":{"tf":1.0},"93":{"tf":1.0},"96":{"tf":1.0},"98":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"(":{"&":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":12,"docs":{"136":{"tf":1.0},"137":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"9":{"tf":1.0}}}}},"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":2,"docs":{"39":{"tf":1.4142135623730951},"41":{"tf":1.0}}}},"<":{"c":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"121":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"108":{"tf":1.0},"114":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":6,"docs":{"106":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"45":{"tf":1.4142135623730951},"60":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"106":{"tf":1.0},"153":{"tf":1.0},"42":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":9,"docs":{"151":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"58":{"tf":1.0},"73":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"150":{"tf":1.0},"95":{"tf":1.4142135623730951}}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":8,"docs":{"112":{"tf":1.0},"117":{"tf":1.0},"123":{"tf":1.0},"125":{"tf":1.0},"137":{"tf":1.0},"145":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"149":{"tf":1.0},"77":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"26":{"tf":1.4142135623730951},"29":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"152":{"tf":1.0},"26":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":6,"docs":{"105":{"tf":1.0},"106":{"tf":1.4142135623730951},"31":{"tf":1.0},"65":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"90":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":2,"docs":{"147":{"tf":1.0},"149":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"152":{"tf":1.0},"17":{"tf":1.0},"2":{"tf":1.0},"32":{"tf":1.0},"40":{"tf":1.0},"66":{"tf":1.0},"85":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"103":{"tf":1.0},"87":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"10":{"tf":1.0},"34":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"142":{"tf":1.0}}}},"df":0,"docs":{}}}},"v":{"df":2,"docs":{"101":{"tf":1.0},"88":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"124":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":9,"docs":{"0":{"tf":1.7320508075688772},"111":{"tf":1.0},"120":{"tf":1.0},"127":{"tf":1.0},"142":{"tf":1.0},"153":{"tf":1.4142135623730951},"38":{"tf":1.0},"41":{"tf":1.0},"51":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"144":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"105":{"tf":1.0},"92":{"tf":1.0}},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"82":{"tf":1.0}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"150":{"tf":1.0}}},"df":17,"docs":{"121":{"tf":1.0},"142":{"tf":1.0},"147":{"tf":1.0},"150":{"tf":1.7320508075688772},"17":{"tf":1.4142135623730951},"22":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.4142135623730951},"39":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":1.0},"65":{"tf":1.0},"88":{"tf":1.0},"92":{"tf":1.0},"95":{"tf":2.449489742783178}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"122":{"tf":1.0},"123":{"tf":1.0},"40":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"\'":{"df":0,"docs":{},"t":{"df":2,"docs":{"24":{"tf":1.0},"81":{"tf":1.0}}}},"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"28":{"tf":1.0}}}}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"48":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"\'":{"df":0,"docs":{},"t":{"df":1,"docs":{"64":{"tf":1.0}}}},"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":3,"docs":{"114":{"tf":1.0},"4":{"tf":1.0},"80":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"30":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"[":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}},"df":8,"docs":{"106":{"tf":1.0},"108":{"tf":1.0},"114":{"tf":1.0},"20":{"tf":1.0},"30":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"85":{"tf":1.0}},"n":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"l":{"df":2,"docs":{"108":{"tf":1.0},"34":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":20,"docs":{"106":{"tf":1.0},"132":{"tf":1.7320508075688772},"14":{"tf":1.4142135623730951},"143":{"tf":1.4142135623730951},"144":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.7320508075688772},"153":{"tf":2.23606797749979},"25":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"43":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0},"68":{"tf":1.0},"75":{"tf":1.0},"77":{"tf":1.0},"83":{"tf":1.0},"85":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"143":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":7,"docs":{"115":{"tf":1.0},"140":{"tf":1.4142135623730951},"148":{"tf":1.0},"149":{"tf":1.0},"153":{"tf":1.4142135623730951},"30":{"tf":1.0},"56":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":6,"docs":{"102":{"tf":1.0},"103":{"tf":1.0},"114":{"tf":1.7320508075688772},"115":{"tf":1.0},"81":{"tf":1.4142135623730951},"82":{"tf":2.0}}}}}}}}}},"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},".":{"df":0,"docs":{},"g":{"df":11,"docs":{"108":{"tf":1.0},"111":{"tf":1.0},"114":{"tf":1.0},"119":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"121":{"tf":1.7320508075688772},"140":{"tf":1.0},"153":{"tf":1.4142135623730951},"25":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"114":{"tf":1.0}}}}}}},"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"30":{"tf":1.0}}}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":8,"docs":{"117":{"tf":1.0},"153":{"tf":1.0},"22":{"tf":1.0},"31":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"65":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"92":{"tf":1.0}}}}},"s":{"df":1,"docs":{"88":{"tf":1.0}},"i":{"df":1,"docs":{"43":{"tf":1.0}}}}},"c":{"df":1,"docs":{"121":{"tf":1.0}}},"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"78":{"tf":1.0}}}},"df":2,"docs":{"22":{"tf":1.0},"30":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"23":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"20":{"tf":1.0}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":9,"docs":{"0":{"tf":1.0},"121":{"tf":1.0},"133":{"tf":1.0},"143":{"tf":1.0},"145":{"tf":1.4142135623730951},"152":{"tf":1.0},"153":{"tf":1.0},"55":{"tf":1.0},"92":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"143":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":10,"docs":{"133":{"tf":1.0},"137":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"148":{"tf":1.4142135623730951},"26":{"tf":1.0},"55":{"tf":1.4142135623730951},"62":{"tf":1.0},"72":{"tf":1.0},"78":{"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":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"146":{"tf":1.0}}}}}}},"d":{"df":6,"docs":{"113":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"71":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"103":{"tf":1.0},"110":{"tf":1.0},"81":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"103":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":2,"docs":{"106":{"tf":1.0},"28":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"2":{"tf":1.4142135623730951},"20":{"tf":1.0},"34":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0}},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"119":{"tf":1.0}}}}}}}}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":5,"docs":{"106":{"tf":1.0},"152":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.4142135623730951},"43":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":11,"docs":{"106":{"tf":1.4142135623730951},"111":{"tf":1.0},"14":{"tf":1.0},"149":{"tf":1.0},"153":{"tf":1.4142135623730951},"61":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"92":{"tf":1.0},"97":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"39":{"tf":1.0},"57":{"tf":1.0}}}}},"v":{"df":1,"docs":{"101":{"tf":1.0}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":25,"docs":{"0":{"tf":1.0},"143":{"tf":1.4142135623730951},"145":{"tf":1.4142135623730951},"149":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"17":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"43":{"tf":1.0},"5":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"85":{"tf":1.7320508075688772},"86":{"tf":1.4142135623730951},"89":{"tf":1.0},"90":{"tf":1.0},"92":{"tf":1.7320508075688772}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"—":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"108":{"tf":1.0}}}}}}},"r":{"(":{"\\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"114":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"81":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":11,"docs":{"109":{"tf":1.0},"140":{"tf":1.0},"142":{"tf":1.4142135623730951},"143":{"tf":2.23606797749979},"146":{"tf":1.4142135623730951},"147":{"tf":2.23606797749979},"148":{"tf":2.0},"149":{"tf":2.23606797749979},"150":{"tf":2.23606797749979},"4":{"tf":1.0},"63":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"19":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"c":{"df":2,"docs":{"121":{"tf":1.0},"34":{"tf":1.0}}},"df":0,"docs":{}},"v":{"a":{"df":0,"docs":{},"l":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":4,"docs":{"102":{"tf":1.0},"103":{"tf":1.0},"115":{"tf":1.0},"81":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":8,"docs":{"106":{"tf":1.0},"109":{"tf":1.0},"115":{"tf":1.0},"153":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.0},"47":{"tf":1.0},"85":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"110":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":3,"docs":{"105":{"tf":1.0},"22":{"tf":1.0},"31":{"tf":1.0}}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"142":{"tf":1.0},"64":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":29,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"137":{"tf":1.0},"153":{"tf":1.0},"18":{"tf":1.4142135623730951},"21":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"5":{"tf":1.7320508075688772},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"67":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.4142135623730951}},"e":{".":{"df":0,"docs":{},"m":{"d":{"df":1,"docs":{"103":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"m":{"d":{"df":2,"docs":{"137":{"tf":1.0},"66":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"c":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"90":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":9,"docs":{"119":{"tf":1.0},"140":{"tf":1.4142135623730951},"15":{"tf":1.7320508075688772},"153":{"tf":1.0},"2":{"tf":1.0},"22":{"tf":1.4142135623730951},"41":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"153":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":18,"docs":{"0":{"tf":1.4142135623730951},"118":{"tf":1.0},"119":{"tf":1.0},"12":{"tf":1.0},"127":{"tf":1.0},"130":{"tf":1.0},"153":{"tf":1.4142135623730951},"20":{"tf":1.0},"34":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.4142135623730951},"68":{"tf":2.0},"75":{"tf":1.7320508075688772}},"s":{"(":{"0":{"df":8,"docs":{"12":{"tf":1.0},"148":{"tf":1.0},"16":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.0},"69":{"tf":1.0},"9":{"tf":1.0}}},"1":{"df":6,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"70":{"tf":1.0},"72":{"tf":1.0},"78":{"tf":1.0}}},"2":{"df":7,"docs":{"127":{"tf":1.0},"137":{"tf":1.0},"51":{"tf":1.0},"62":{"tf":1.0},"71":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"63":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"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":{},"i":{"df":0,"docs":{},"s":{"df":5,"docs":{"153":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"110":{"tf":1.0},"147":{"tf":1.0},"81":{"tf":1.4142135623730951}}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"113":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":20,"docs":{"13":{"tf":1.0},"131":{"tf":1.0},"137":{"tf":1.0},"16":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"49":{"tf":1.0},"56":{"tf":1.4142135623730951},"60":{"tf":1.0},"62":{"tf":1.4142135623730951},"64":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"114":{"tf":1.0}}}}}}},"df":0,"docs":{}},"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":1,"docs":{"120":{"tf":1.0}},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":49,"docs":{"102":{"tf":1.4142135623730951},"103":{"tf":1.0},"106":{"tf":2.23606797749979},"108":{"tf":1.0},"109":{"tf":1.0},"113":{"tf":1.4142135623730951},"114":{"tf":2.0},"115":{"tf":1.7320508075688772},"116":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.7320508075688772},"123":{"tf":1.0},"13":{"tf":1.0},"131":{"tf":1.0},"140":{"tf":1.0},"143":{"tf":1.4142135623730951},"144":{"tf":1.0},"149":{"tf":2.23606797749979},"15":{"tf":1.0},"152":{"tf":1.4142135623730951},"153":{"tf":2.23606797749979},"2":{"tf":1.0},"22":{"tf":1.4142135623730951},"25":{"tf":1.7320508075688772},"27":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":2.0},"31":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.7320508075688772},"42":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"49":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"67":{"tf":1.0},"81":{"tf":2.8284271247461903},"83":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"92":{"tf":1.0}},"e":{"d":{"_":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"81":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"81":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"48":{"tf":1.0}}}},"n":{"df":1,"docs":{"137":{"tf":1.0}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":7,"docs":{"133":{"tf":1.0},"28":{"tf":1.0},"31":{"tf":1.0},"43":{"tf":1.0},"49":{"tf":1.0},"6":{"tf":1.0},"66":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"109":{"tf":1.0},"145":{"tf":1.7320508075688772},"150":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.4142135623730951}}}},"s":{"df":8,"docs":{"101":{"tf":1.4142135623730951},"103":{"tf":1.0},"108":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"81":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"103":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"47":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":21,"docs":{"105":{"tf":1.0},"106":{"tf":1.4142135623730951},"107":{"tf":1.0},"111":{"tf":1.0},"123":{"tf":1.0},"143":{"tf":1.0},"149":{"tf":1.0},"153":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.4142135623730951},"3":{"tf":1.0},"31":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.0},"77":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":13,"docs":{"117":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"125":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"75":{"tf":1.0},"79":{"tf":1.0}}}}}}},"}":{"\\"":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"115":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"f":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"27":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"111":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":14,"docs":{"108":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.4142135623730951},"142":{"tf":1.4142135623730951},"143":{"tf":1.4142135623730951},"144":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.4142135623730951},"150":{"tf":1.0},"152":{"tf":1.0},"30":{"tf":1.0},"60":{"tf":1.0},"97":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":19,"docs":{"103":{"tf":1.0},"110":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.4142135623730951},"143":{"tf":1.7320508075688772},"149":{"tf":1.0},"18":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.4142135623730951},"3":{"tf":1.0},"31":{"tf":1.0},"43":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.0},"68":{"tf":1.0},"75":{"tf":1.0},"81":{"tf":1.0},"92":{"tf":1.4142135623730951}}}}}},"l":{"df":0,"docs":{},"s":{"df":4,"docs":{"152":{"tf":1.0},"153":{"tf":1.0},"28":{"tf":1.0},"92":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{}}}}},"q":{"df":4,"docs":{"104":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"5":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"108":{"tf":1.0},"116":{"tf":1.0},"25":{"tf":1.0},"43":{"tf":1.0},"65":{"tf":1.0},"97":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"87":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"82":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":7,"docs":{"119":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"75":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"65":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":4,"docs":{"110":{"tf":1.0},"149":{"tf":1.0},"56":{"tf":1.0},"83":{"tf":1.0}}},"df":1,"docs":{"81":{"tf":1.0}}},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"92":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"65":{"tf":1.4142135623730951},"86":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"df":7,"docs":{"112":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"l":{"_":{"b":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"81":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"135":{"tf":1.0},"49":{"tf":1.0}}}},"d":{"df":3,"docs":{"147":{"tf":1.0},"76":{"tf":1.4142135623730951},"78":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":1,"docs":{"152":{"tf":1.0}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"109":{"tf":1.0},"115":{"tf":1.0},"43":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"26":{"tf":1.0},"55":{"tf":1.0},"64":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":1.0}},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"152":{"tf":1.0}}}}}}}}}},"t":{"df":5,"docs":{"113":{"tf":1.0},"22":{"tf":1.0},"65":{"tf":1.0},"67":{"tf":1.0},"92":{"tf":1.0}}},"x":{"df":8,"docs":{"122":{"tf":1.0},"144":{"tf":1.0},"147":{"tf":1.7320508075688772},"148":{"tf":1.7320508075688772},"149":{"tf":1.7320508075688772},"150":{"tf":2.0},"25":{"tf":1.0},"26":{"tf":1.0}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"[":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"143":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"151":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.0},"92":{"tf":1.0}}},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"144":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"120":{"tf":1.0}}},"df":0,"docs":{}},"w":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":6,"docs":{"103":{"tf":1.0},"143":{"tf":2.449489742783178},"22":{"tf":1.0},"30":{"tf":1.0},"47":{"tf":1.0},"90":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":3,"docs":{"22":{"tf":1.0},"31":{"tf":1.0},"85":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"120":{"tf":1.7320508075688772},"125":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"49":{"tf":1.0}}}}}}},"n":{"df":54,"docs":{"102":{"tf":1.4142135623730951},"103":{"tf":1.4142135623730951},"114":{"tf":2.449489742783178},"115":{"tf":2.0},"12":{"tf":1.0},"120":{"tf":1.4142135623730951},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"13":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"14":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.4142135623730951},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":2.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},"69":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"71":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"77":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951},"81":{"tf":2.23606797749979},"82":{"tf":2.23606797749979},"9":{"tf":1.4142135623730951}}},"o":{"c":{"df":0,"docs":{},"u":{"df":2,"docs":{"24":{"tf":1.0},"25":{"tf":1.0}},"s":{"df":3,"docs":{"0":{"tf":1.0},"33":{"tf":1.0},"92":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":4,"docs":{"139":{"tf":1.0},"22":{"tf":1.4142135623730951},"49":{"tf":1.0},"85":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"114":{"tf":1.0}}}}},"m":{"a":{"df":0,"docs":{},"t":{"!":{"(":{"\\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"115":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"22":{"tf":1.0}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"101":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}},"df":1,"docs":{"150":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"z":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"97":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"150":{"tf":1.0},"94":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":2,"docs":{"118":{"tf":1.0},"36":{"tf":1.0}}}}}},"r":{"df":2,"docs":{"119":{"tf":1.0},"37":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"125":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"125":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"51":{"tf":1.0}}}},"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":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":2,"docs":{"121":{"tf":1.0},"39":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"/":{"<":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"121":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":4,"docs":{"108":{"tf":1.0},"109":{"tf":1.0},"120":{"tf":1.0},"38":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"125":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"56":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"s":{"/":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"d":{"a":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}},"df":29,"docs":{"0":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"125":{"tf":1.0},"14":{"tf":1.0},"147":{"tf":1.0},"153":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.7320508075688772},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"28":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"5":{"tf":1.7320508075688772},"58":{"tf":1.0},"84":{"tf":1.0},"91":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"104":{"tf":1.0},"75":{"tf":1.4142135623730951},"78":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"30":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"122":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"149":{"tf":1.0},"20":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"144":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"26":{"tf":1.0},"63":{"tf":1.0},"81":{"tf":1.0}}}}}}},"d":{"df":6,"docs":{"128":{"tf":1.0},"148":{"tf":1.4142135623730951},"149":{"tf":1.0},"16":{"tf":1.0},"52":{"tf":1.0},"81":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"z":{"df":2,"docs":{"120":{"tf":1.0},"80":{"tf":1.0}}}}}},"g":{"a":{"df":1,"docs":{"81":{"tf":1.0}},"p":{"df":2,"docs":{"20":{"tf":1.0},"61":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":3,"docs":{"119":{"tf":1.0},"37":{"tf":1.0},"90":{"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":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":4,"docs":{"108":{"tf":1.0},"114":{"tf":1.0},"119":{"tf":1.0},"41":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":16,"docs":{"106":{"tf":1.0},"114":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.4142135623730951},"123":{"tf":1.0},"153":{"tf":1.0},"22":{"tf":1.4142135623730951},"31":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"58":{"tf":1.0},"80":{"tf":1.4142135623730951}}}}},"t":{"(":{"0":{"df":1,"docs":{"103":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"114":{"tf":1.0},"115":{"tf":1.0}}}},"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":1,"docs":{"6":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"153":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{},"o":{"d":{"df":7,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"61":{"tf":1.0},"66":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"80":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"43":{"tf":1.0},"65":{"tf":1.0}}},"u":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"61":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":1,"docs":{"153":{"tf":1.0}}}},"w":{"df":1,"docs":{"116":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"110":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":5,"docs":{"106":{"tf":1.0},"124":{"tf":1.0},"32":{"tf":1.0},"40":{"tf":1.0},"66":{"tf":1.0}}},"df":0,"docs":{}}},"df":7,"docs":{"112":{"tf":1.0},"139":{"tf":1.0},"32":{"tf":1.0},"42":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0},"84":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"30":{"tf":1.0}},"l":{"df":6,"docs":{"0":{"tf":1.0},"24":{"tf":1.0},"4":{"tf":1.0},"78":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"11":{"tf":1.0},"30":{"tf":1.0}}}}}},"r":{"d":{"df":1,"docs":{"26":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"147":{"tf":1.0},"25":{"tf":1.0},"69":{"tf":1.0},"76":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"141":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"p":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"81":{"tf":1.0}}}}}},"df":0,"docs":{}},"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"81":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"147":{"tf":1.0},"153":{"tf":1.0},"22":{"tf":1.0},"27":{"tf":1.4142135623730951},"43":{"tf":1.0}},"i":{"df":2,"docs":{"27":{"tf":1.0},"47":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":1,"docs":{"75":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"141":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"m":{"df":5,"docs":{"121":{"tf":1.0},"34":{"tf":1.4142135623730951},"39":{"tf":1.0},"41":{"tf":1.4142135623730951},"98":{"tf":1.0}}},"p":{"df":4,"docs":{"23":{"tf":1.0},"4":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"108":{"tf":1.0},"111":{"tf":1.4142135623730951},"34":{"tf":1.0},"41":{"tf":1.0},"63":{"tf":1.0},"92":{"tf":1.0},"97":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":7,"docs":{"0":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"143":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":7,"docs":{"141":{"tf":1.0},"153":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"64":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"89":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"27":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"43":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"101":{"tf":1.0},"152":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"87":{"tf":1.0},"92":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"3":{"0":{"0":{"0":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"141":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"0":{"9":{"0":{"df":3,"docs":{"101":{"tf":1.0},"141":{"tf":1.0},"17":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":6,"docs":{"103":{"tf":1.4142135623730951},"119":{"tf":1.0},"141":{"tf":1.0},"147":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"92":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"i":{"6":{"4":{"df":1,"docs":{"81":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"[":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"47":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"a":{"df":4,"docs":{"114":{"tf":1.0},"115":{"tf":1.0},"75":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"114":{"tf":1.0},"140":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"99":{"tf":1.4142135623730951}}}}}},"i":{"df":1,"docs":{"32":{"tf":1.0}},"i":{"df":1,"docs":{"105":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"113":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"150":{"tf":1.7320508075688772},"94":{"tf":1.4142135623730951},"95":{"tf":2.0},"96":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"153":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"24":{"tf":1.4142135623730951}}}},"l":{"df":4,"docs":{"114":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"57":{"tf":1.0},"81":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":17,"docs":{"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.0},"119":{"tf":1.4142135623730951},"120":{"tf":1.0},"121":{"tf":1.7320508075688772},"125":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.7320508075688772},"42":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"75":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"66":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"126":{"tf":1.0}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":5,"docs":{"0":{"tf":1.4142135623730951},"149":{"tf":1.0},"153":{"tf":1.0},"27":{"tf":1.0},"81":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":10,"docs":{"143":{"tf":1.4142135623730951},"149":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"27":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"62":{"tf":1.0},"68":{"tf":1.0},"70":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":7,"docs":{"143":{"tf":1.4142135623730951},"144":{"tf":1.0},"148":{"tf":1.0},"66":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"90":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"64":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"\\"":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"114":{"tf":1.0}}}}}}},"df":0,"docs":{}},">":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"142":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"142":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951}}}},"i":{"c":{"df":2,"docs":{"142":{"tf":1.0},"81":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":2,"docs":{"103":{"tf":1.0},"141":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":7,"docs":{"121":{"tf":1.0},"15":{"tf":1.4142135623730951},"153":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.4142135623730951},"24":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":3,"docs":{"108":{"tf":1.0},"114":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951}},"i":{"a":{"df":0,"docs":{},"l":{"_":{"b":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"81":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":2,"docs":{"143":{"tf":1.0},"81":{"tf":2.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"108":{"tf":1.0},"114":{"tf":1.0},"80":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"103":{"tf":1.0}}}}}}},"df":2,"docs":{"103":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"98":{"tf":1.0}}},"n":{"c":{"df":1,"docs":{"101":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"148":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"148":{"tf":1.0},"150":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":11,"docs":{"119":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.4142135623730951}}}},"n":{"d":{"df":4,"docs":{"106":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"43":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"149":{"tf":1.0}}},"t":{"df":3,"docs":{"24":{"tf":1.0},"31":{"tf":1.0},"60":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"0":{"tf":1.4142135623730951},"106":{"tf":1.0},"20":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}},"n":{"df":7,"docs":{"112":{"tf":1.0},"117":{"tf":1.0},"21":{"tf":1.0},"27":{"tf":2.0},"4":{"tf":1.0},"40":{"tf":1.0},"5":{"tf":1.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"23":{"tf":1.0},"31":{"tf":1.0},"43":{"tf":1.0}}}}}},"v":{"df":3,"docs":{"153":{"tf":1.0},"25":{"tf":1.0},"83":{"tf":1.0}}}}},"o":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{")":{".":{"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":{"81":{"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":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"26":{"tf":1.0}},"t":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"120":{"tf":1.0},"142":{"tf":1.0},"80":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"149":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"20":{"tf":1.0},"65":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":7,"docs":{"104":{"tf":1.0},"114":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"5":{"tf":1.0},"61":{"tf":1.0},"92":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"43":{"tf":1.0},"65":{"tf":1.4142135623730951},"87":{"tf":1.0}}}},"’":{"df":1,"docs":{"0":{"tf":1.0}}}},"v":{"df":1,"docs":{"124":{"tf":1.0}}}},"j":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"g":{"df":4,"docs":{"106":{"tf":1.0},"153":{"tf":1.0},"22":{"tf":1.0},"31":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":3,"docs":{"21":{"tf":1.0},"5":{"tf":1.0},"64":{"tf":1.0}}}}}},"k":{"8":{"df":21,"docs":{"101":{"tf":1.0},"104":{"tf":1.0},"121":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"150":{"tf":1.0},"152":{"tf":1.0},"34":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"65":{"tf":1.4142135623730951},"85":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"99":{"tf":1.4142135623730951}},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":1,"docs":{"99":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":4,"docs":{"122":{"tf":1.0},"153":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.4142135623730951}},"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":2,"docs":{"136":{"tf":1.0},"65":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":17,"docs":{"106":{"tf":1.0},"111":{"tf":1.0},"116":{"tf":1.0},"124":{"tf":1.0},"145":{"tf":1.0},"152":{"tf":1.4142135623730951},"29":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"66":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"92":{"tf":1.0}}}},"y":{"df":10,"docs":{"114":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.4142135623730951},"119":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"147":{"tf":1.0}}}},"n":{"d":{"df":2,"docs":{"150":{"tf":1.0},"95":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"m":{"df":2,"docs":{"34":{"tf":1.0},"41":{"tf":1.0}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"4":{"tf":1.0}},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"u":{"b":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"98":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"l":{"df":3,"docs":{"142":{"tf":1.0},"150":{"tf":1.0},"98":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":11,"docs":{"121":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"89":{"tf":1.0},"93":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"g":{"df":1,"docs":{"97":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"25":{"tf":1.0},"31":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"106":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"125":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"153":{"tf":1.0},"87":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"2":{"tf":1.0},"22":{"tf":1.0},"64":{"tf":1.0},"71":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"d":{"df":2,"docs":{"123":{"tf":1.0},"42":{"tf":1.0}}},"df":0,"docs":{}}},"df":7,"docs":{"111":{"tf":1.0},"112":{"tf":1.0},"118":{"tf":1.0},"20":{"tf":1.0},"33":{"tf":1.0},"41":{"tf":1.0},"51":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":3,"docs":{"106":{"tf":1.0},"30":{"tf":1.0},"77":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"1":{"tf":1.0},"18":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"153":{"tf":1.0}}}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"132":{"tf":1.0}}}}}},"t":{"df":2,"docs":{"20":{"tf":1.0},"82":{"tf":1.0}},"’":{"df":2,"docs":{"11":{"tf":1.0},"16":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":8,"docs":{"106":{"tf":1.0},"141":{"tf":1.0},"153":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":4,"docs":{"119":{"tf":1.0},"123":{"tf":1.0},"30":{"tf":1.0},"41":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":2,"docs":{"68":{"tf":1.0},"70":{"tf":1.0}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"114":{"tf":1.0}}}}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"46":{"tf":1.0},"76":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"47":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":29,"docs":{"122":{"tf":1.0},"131":{"tf":1.0},"140":{"tf":1.0},"143":{"tf":1.0},"149":{"tf":1.0},"152":{"tf":1.4142135623730951},"153":{"tf":1.7320508075688772},"16":{"tf":1.0},"20":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"30":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"81":{"tf":1.4142135623730951},"83":{"tf":1.0},"84":{"tf":1.0},"86":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":1.0},"99":{"tf":1.0}}}}},"o":{"a":{"d":{"df":11,"docs":{"150":{"tf":1.4142135623730951},"16":{"tf":1.0},"60":{"tf":1.0},"64":{"tf":1.4142135623730951},"68":{"tf":1.0},"70":{"tf":1.0},"73":{"tf":1.4142135623730951},"75":{"tf":2.0},"76":{"tf":1.0},"77":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"145":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":5,"docs":{"122":{"tf":1.0},"141":{"tf":1.0},"153":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.4142135623730951}},"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":10,"docs":{"136":{"tf":1.0},"137":{"tf":1.0},"15":{"tf":1.0},"65":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"9":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":23,"docs":{"10":{"tf":1.0},"101":{"tf":1.4142135623730951},"104":{"tf":1.0},"121":{"tf":1.4142135623730951},"142":{"tf":1.0},"143":{"tf":1.0},"15":{"tf":1.0},"152":{"tf":1.0},"22":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"39":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"43":{"tf":1.0},"6":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.0},"85":{"tf":1.4142135623730951},"87":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.4142135623730951}}},"t":{"df":1,"docs":{"142":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":10,"docs":{"10":{"tf":1.0},"114":{"tf":1.0},"142":{"tf":2.23606797749979},"143":{"tf":2.23606797749979},"145":{"tf":1.4142135623730951},"147":{"tf":1.0},"149":{"tf":1.4142135623730951},"152":{"tf":1.0},"3":{"tf":1.0},"64":{"tf":1.0}},"i":{"c":{"df":5,"docs":{"113":{"tf":1.0},"116":{"tf":1.0},"119":{"tf":1.0},"153":{"tf":1.0},"37":{"tf":1.0}}},"df":0,"docs":{}},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"103":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"143":{"tf":2.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":7,"docs":{"106":{"tf":1.0},"14":{"tf":1.0},"152":{"tf":1.4142135623730951},"28":{"tf":1.0},"43":{"tf":1.0},"75":{"tf":1.0},"77":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"25":{"tf":1.0},"89":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":5,"docs":{"12":{"tf":1.0},"141":{"tf":1.4142135623730951},"142":{"tf":1.0},"152":{"tf":1.0},"42":{"tf":1.0}}},"p":{"df":3,"docs":{"24":{"tf":1.0},"65":{"tf":1.0},"87":{"tf":1.0}}},"s":{"df":1,"docs":{"40":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"153":{"tf":1.0}}}}}}},"w":{"df":1,"docs":{"143":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"149":{"tf":1.0},"31":{"tf":1.0}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"[":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"143":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"r":{"df":2,"docs":{"22":{"tf":1.0},"30":{"tf":1.0}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"147":{"tf":1.4142135623730951}}}}},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"28":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"31":{"tf":1.0},"88":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"41":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"120":{"tf":1.0},"41":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":54,"docs":{"102":{"tf":1.0},"103":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"13":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"14":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.4142135623730951},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"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},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.4142135623730951},"82":{"tf":1.0},"9":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"105":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"44":{"tf":1.0},"59":{"tf":1.0},"73":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":10,"docs":{"153":{"tf":1.0},"16":{"tf":1.0},"20":{"tf":1.0},"26":{"tf":1.0},"31":{"tf":1.4142135623730951},"43":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"95":{"tf":1.0}}}},"l":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"80":{"tf":1.4142135623730951}}}}}},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"80":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"g":{"df":5,"docs":{"118":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"4":{"tf":1.0},"41":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"i":{"df":6,"docs":{"106":{"tf":1.0},"148":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0}}},"t":{"df":0,"docs":{},"l":{"df":4,"docs":{"129":{"tf":1.0},"153":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0}}}}},"p":{"df":2,"docs":{"81":{"tf":1.0},"92":{"tf":1.0}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"64":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":4,"docs":{"113":{"tf":1.0},"149":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"124":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"43":{"tf":1.0},"89":{"tf":1.0}}}}}},"x":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"0":{"df":1,"docs":{"78":{"tf":1.0}}},"5":{"df":3,"docs":{"134":{"tf":1.0},"137":{"tf":1.0},"62":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":1,"docs":{"55":{"tf":1.0}}},"5":{"df":2,"docs":{"26":{"tf":1.0},"72":{"tf":1.0}}},"df":0,"docs":{}},"df":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":{"143":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"y":{"b":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":5,"docs":{"13":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.7320508075688772},"148":{"tf":1.7320508075688772},"149":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":8,"docs":{"0":{"tf":1.0},"106":{"tf":1.0},"152":{"tf":1.0},"20":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"43":{"tf":1.0},"61":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"153":{"tf":1.0},"25":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"78":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"r":{"df":1,"docs":{"63":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"27":{"tf":1.0},"77":{"tf":1.4142135623730951}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":5,"docs":{"120":{"tf":1.0},"143":{"tf":1.4142135623730951},"149":{"tf":1.0},"64":{"tf":1.0},"80":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"19":{"tf":1.0},"40":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"146":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"153":{"tf":1.0},"92":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"d":{"df":12,"docs":{"119":{"tf":1.0},"120":{"tf":1.4142135623730951},"123":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"c":{"df":14,"docs":{"101":{"tf":1.4142135623730951},"102":{"tf":1.7320508075688772},"109":{"tf":1.0},"110":{"tf":1.0},"119":{"tf":1.0},"123":{"tf":1.0},"141":{"tf":1.0},"149":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0},"64":{"tf":1.0}},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"102":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"102":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{"\\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"_":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"102":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"r":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"0":{"df":1,"docs":{"55":{"tf":1.0}}},"5":{"df":2,"docs":{"26":{"tf":1.0},"72":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":4,"docs":{"134":{"tf":1.0},"137":{"tf":1.0},"62":{"tf":1.0},"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":{}}}},"df":0,"docs":{}},"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"x":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"143":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":1,"docs":{"143":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"df":1,"docs":{"75":{"tf":1.0}},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"u":{"b":{"df":1,"docs":{"95":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"m":{"df":6,"docs":{"113":{"tf":1.0},"116":{"tf":1.0},"64":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0},"87":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"132":{"tf":1.0},"28":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"5":{"tf":1.0},"7":{"tf":1.0},"77":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"110":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"66":{"tf":1.0},"81":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":7,"docs":{"108":{"tf":1.0},"144":{"tf":1.4142135623730951},"152":{"tf":1.0},"61":{"tf":1.0},"83":{"tf":1.0},"92":{"tf":1.0},"97":{"tf":1.0}}}},"x":{"df":4,"docs":{"144":{"tf":1.0},"26":{"tf":1.0},"62":{"tf":1.0},"68":{"tf":1.0}}}},"o":{"d":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"140":{"tf":1.0}},"l":{"df":7,"docs":{"106":{"tf":1.7320508075688772},"112":{"tf":1.0},"19":{"tf":1.0},"34":{"tf":1.0},"40":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0}}},"r":{"df":1,"docs":{"77":{"tf":1.0}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"123":{"tf":1.0},"42":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"31":{"tf":1.0}}}},"df":6,"docs":{"108":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"101":{"tf":1.0},"41":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":5,"docs":{"116":{"tf":1.0},"137":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"78":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"97":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"31":{"tf":1.0},"66":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":8,"docs":{"0":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.4142135623730951},"33":{"tf":1.0},"43":{"tf":1.0},"6":{"tf":1.0},"88":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":5,"docs":{"152":{"tf":1.0},"153":{"tf":1.0},"61":{"tf":1.4142135623730951},"63":{"tf":1.0},"78":{"tf":1.4142135623730951}}}}}}},"t":{"df":20,"docs":{"114":{"tf":1.0},"137":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"16":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"60":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"64":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.0},"9":{"tf":1.0}}}},"y":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"120":{"tf":1.0},"57":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"120":{"tf":1.0},"57":{"tf":2.0}}},"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":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":3,"docs":{"114":{"tf":1.0},"115":{"tf":1.0},"81":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":3,"docs":{"108":{"tf":1.0},"114":{"tf":1.0},"60":{"tf":1.0}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":3,"docs":{"142":{"tf":1.0},"150":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"22":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"df":4,"docs":{"142":{"tf":1.0},"27":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0}},"e":{"df":0,"docs":{},"e":{"d":{"df":18,"docs":{"115":{"tf":1.0},"116":{"tf":1.0},"12":{"tf":1.0},"152":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":1.0},"26":{"tf":1.0},"4":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"78":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951},"90":{"tf":1.0},"92":{"tf":1.4142135623730951},"97":{"tf":1.0}}},"df":0,"docs":{}},"g":{"df":2,"docs":{"153":{"tf":1.0},"92":{"tf":1.0}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":20,"docs":{"12":{"tf":1.0},"127":{"tf":1.0},"137":{"tf":1.0},"16":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"51":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"64":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":20,"docs":{"0":{"tf":1.7320508075688772},"103":{"tf":1.0},"106":{"tf":1.0},"118":{"tf":1.7320508075688772},"12":{"tf":1.0},"121":{"tf":1.0},"127":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"153":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"22":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.0},"64":{"tf":1.0},"82":{"tf":2.0}}}}}}},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"114":{"tf":1.0},"115":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":21,"docs":{"106":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.4142135623730951},"120":{"tf":2.0},"121":{"tf":1.4142135623730951},"122":{"tf":1.0},"123":{"tf":1.7320508075688772},"130":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"82":{"tf":1.0},"91":{"tf":1.0}}},"x":{"df":0,"docs":{},"t":{"df":3,"docs":{"153":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}},"o":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"143":{"tf":1.0}},"s":{"[":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"143":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"10":{"tf":1.0},"145":{"tf":1.0},"99":{"tf":1.0}}}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"142":{"tf":1.0}}}}}},"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"114":{"tf":1.0},"115":{"tf":1.0}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"110":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"a":{"df":0,"docs":{},"p":{"df":3,"docs":{"119":{"tf":1.0},"37":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"148":{"tf":1.0},"41":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":4,"docs":{"110":{"tf":1.0},"121":{"tf":1.4142135623730951},"143":{"tf":1.0},"82":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":57,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"100":{"tf":1.0},"101":{"tf":1.0},"103":{"tf":1.7320508075688772},"106":{"tf":1.0},"108":{"tf":1.0},"114":{"tf":1.0},"118":{"tf":1.4142135623730951},"119":{"tf":1.7320508075688772},"12":{"tf":1.4142135623730951},"120":{"tf":1.0},"121":{"tf":1.7320508075688772},"123":{"tf":1.4142135623730951},"127":{"tf":2.0},"133":{"tf":1.0},"134":{"tf":1.0},"140":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":2.0},"144":{"tf":1.4142135623730951},"145":{"tf":1.0},"147":{"tf":2.0},"149":{"tf":1.0},"153":{"tf":2.23606797749979},"19":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.4142135623730951},"22":{"tf":1.0},"25":{"tf":1.0},"30":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"34":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":2.449489742783178},"43":{"tf":1.0},"46":{"tf":1.4142135623730951},"51":{"tf":1.7320508075688772},"55":{"tf":1.0},"6":{"tf":1.0},"68":{"tf":1.0},"72":{"tf":1.0},"78":{"tf":1.4142135623730951},"8":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.4142135623730951},"82":{"tf":1.7320508075688772},"84":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.4142135623730951},"89":{"tf":1.0},"90":{"tf":1.0},"92":{"tf":1.7320508075688772},"94":{"tf":1.0}},"s":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"37":{"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":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":2,"docs":{"36":{"tf":1.0},"37":{"tf":1.0}}}},"df":1,"docs":{"118":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":2,"docs":{"36":{"tf":1.0},"37":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"26":{"tf":1.0}}},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"i":{"df":1,"docs":{"62":{"tf":1.0}}}}}}},"m":{"a":{"d":{"df":1,"docs":{"121":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":19,"docs":{"0":{"tf":1.7320508075688772},"10":{"tf":1.4142135623730951},"142":{"tf":1.7320508075688772},"144":{"tf":1.0},"147":{"tf":1.4142135623730951},"150":{"tf":1.4142135623730951},"153":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.7320508075688772},"33":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"6":{"tf":1.0},"8":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.7320508075688772},"96":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"=":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"96":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"95":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"s":{"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"=":{"1":{"df":1,"docs":{"145":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"=":{"1":{"df":1,"docs":{"145":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"n":{"df":1,"docs":{"143":{"tf":1.0}},"e":{"df":2,"docs":{"149":{"tf":1.0},"68":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"52":{"tf":1.0},"75":{"tf":1.0},"81":{"tf":1.0},"99":{"tf":1.0}}},"x":{"df":1,"docs":{"143":{"tf":1.0}},"s":{"[":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"143":{"tf":1.0}}}}},"df":0,"docs":{}}}},"w":{"df":2,"docs":{"16":{"tf":1.0},"18":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"127":{"tf":1.4142135623730951},"129":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"[":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":24,"docs":{"100":{"tf":1.0},"106":{"tf":1.0},"141":{"tf":1.0},"149":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.7320508075688772},"20":{"tf":1.0},"22":{"tf":1.4142135623730951},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"5":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":2.0},"85":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.4142135623730951}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"60":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"106":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"30":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"65":{"tf":1.0}}}}}}}}}}},"k":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"\\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"114":{"tf":1.0},"115":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"o":{"df":2,"docs":{"103":{"tf":1.0},"81":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"!":{"(":{"\\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"81":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":13,"docs":{"102":{"tf":1.0},"103":{"tf":1.0},"114":{"tf":1.4142135623730951},"115":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"n":{"c":{"df":3,"docs":{"106":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.0}}},"df":4,"docs":{"111":{"tf":1.0},"20":{"tf":1.0},"40":{"tf":1.0},"90":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"89":{"tf":1.0}}}}},"p":{"df":1,"docs":{"153":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":16,"docs":{"0":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"43":{"tf":1.0},"5":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.4142135623730951},"85":{"tf":1.0},"86":{"tf":1.4142135623730951},"91":{"tf":1.0},"92":{"tf":1.7320508075688772}}}},"t":{"df":2,"docs":{"133":{"tf":1.0},"26":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"110":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"123":{"tf":1.0},"30":{"tf":1.0},"4":{"tf":1.0}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":14,"docs":{"119":{"tf":1.7320508075688772},"121":{"tf":1.0},"123":{"tf":1.0},"15":{"tf":1.0},"153":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.4142135623730951},"31":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.7320508075688772},"42":{"tf":1.0},"87":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"152":{"tf":1.0},"25":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"31":{"tf":1.0},"60":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":8,"docs":{"106":{"tf":1.0},"109":{"tf":1.0},"153":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.0},"85":{"tf":1.0},"92":{"tf":1.0}}}}},"df":1,"docs":{"148":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"141":{"tf":1.0},"145":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"20":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.0},"66":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"87":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"101":{"tf":1.0}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":4,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"5":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"df":1,"docs":{"143":{"tf":1.0}}}}}}}}}}},"p":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"30":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":2,"docs":{"125":{"tf":1.0},"48":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"6":{"tf":1.0},"85":{"tf":1.0}}}},"n":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"140":{"tf":1.0},"142":{"tf":1.0},"80":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"111":{"tf":1.0},"153":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.0},"97":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"141":{"tf":1.0},"153":{"tf":1.0},"49":{"tf":1.0},"57":{"tf":1.4142135623730951}}}}},"t":{"df":4,"docs":{"105":{"tf":1.0},"124":{"tf":1.0},"19":{"tf":1.0},"32":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"143":{"tf":1.0}},"s":{"[":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"143":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":4,"docs":{"0":{"tf":1.0},"111":{"tf":1.0},"153":{"tf":1.0},"46":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":2,"docs":{"121":{"tf":1.0},"82":{"tf":1.7320508075688772}}}}}},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"103":{"tf":1.0},"85":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":2,"docs":{"10":{"tf":1.0},"30":{"tf":1.0}}},"t":{"df":1,"docs":{"63":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"46":{"tf":1.0},"71":{"tf":1.0},"78":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":11,"docs":{"151":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"5":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.0},"73":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"119":{"tf":1.0},"121":{"tf":1.0}}}}},"df":3,"docs":{"10":{"tf":1.0},"145":{"tf":1.0},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"142":{"tf":1.0},"82":{"tf":1.4142135623730951}}}},"r":{"df":5,"docs":{"129":{"tf":1.0},"130":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"16":{"tf":1.0},"25":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":7,"docs":{"0":{"tf":1.0},"122":{"tf":1.0},"153":{"tf":1.4142135623730951},"22":{"tf":1.0},"68":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"153":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"150":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":7,"docs":{"151":{"tf":1.0},"18":{"tf":1.4142135623730951},"21":{"tf":1.0},"23":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0},"5":{"tf":1.0}}}}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"114":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"152":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"65":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"151":{"tf":1.0}}}},"df":0,"docs":{}}}},"l":{"a":{"df":0,"docs":{},"n":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":12,"docs":{"136":{"tf":1.0},"137":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"[":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"90":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":32,"docs":{"106":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"16":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"30":{"tf":2.0},"31":{"tf":1.0},"40":{"tf":1.0},"47":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.4142135623730951},"77":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":2.0},"86":{"tf":1.4142135623730951},"9":{"tf":1.0},"90":{"tf":1.0}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"92":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"113":{"tf":1.0}},"g":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"31":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"d":{"df":2,"docs":{"153":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"117":{"tf":1.0},"39":{"tf":1.0},"76":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"27":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"20":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0}}}},"df":0,"docs":{}},"df":8,"docs":{"101":{"tf":1.7320508075688772},"141":{"tf":1.0},"144":{"tf":1.7320508075688772},"147":{"tf":2.0},"150":{"tf":1.0},"88":{"tf":1.0},"92":{"tf":1.0},"98":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"106":{"tf":1.0},"153":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":8,"docs":{"104":{"tf":1.0},"151":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0},"44":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"73":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"22":{"tf":1.0},"26":{"tf":1.0},"31":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"27":{"tf":1.0}}}}},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"153":{"tf":1.0},"64":{"tf":1.0}}}}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"128":{"tf":1.0},"93":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":8,"docs":{"106":{"tf":1.0},"108":{"tf":1.0},"151":{"tf":1.0},"4":{"tf":1.0},"8":{"tf":1.0},"85":{"tf":1.4142135623730951},"91":{"tf":1.0},"92":{"tf":2.0}}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"92":{"tf":1.0},"97":{"tf":1.0}}}},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"145":{"tf":1.0}}}},"t":{"df":1,"docs":{"111":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"153":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"147":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"85":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.4142135623730951},"4":{"tf":1.0}}}},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"118":{"tf":1.0},"34":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":6,"docs":{"151":{"tf":1.0},"23":{"tf":1.4142135623730951},"29":{"tf":1.0},"44":{"tf":1.0},"58":{"tf":1.0},"73":{"tf":1.0}}}}}},"df":0,"docs":{}}},"o":{"b":{"df":0,"docs":{},"e":{"df":7,"docs":{"110":{"tf":1.0},"114":{"tf":1.0},"116":{"tf":1.0},"153":{"tf":1.0},"43":{"tf":1.0},"74":{"tf":1.0},"90":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":3,"docs":{"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":16,"docs":{"10":{"tf":1.0},"101":{"tf":1.0},"121":{"tf":1.0},"141":{"tf":1.0},"143":{"tf":1.0},"147":{"tf":1.4142135623730951},"15":{"tf":1.0},"153":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.4142135623730951},"39":{"tf":1.0},"41":{"tf":1.7320508075688772},"43":{"tf":1.0},"87":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":16,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"110":{"tf":1.0},"13":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.4142135623730951},"16":{"tf":1.0},"25":{"tf":1.0},"47":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.4142135623730951},"69":{"tf":1.0},"81":{"tf":1.4142135623730951}},"t":{"df":12,"docs":{"120":{"tf":1.0},"131":{"tf":1.0},"149":{"tf":1.0},"153":{"tf":1.4142135623730951},"25":{"tf":1.0},"28":{"tf":1.0},"38":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"68":{"tf":1.0},"77":{"tf":1.0},"83":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":12,"docs":{"106":{"tf":1.0},"141":{"tf":1.4142135623730951},"143":{"tf":1.0},"153":{"tf":1.4142135623730951},"20":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"43":{"tf":1.0},"73":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"83":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"0":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":15,"docs":{"100":{"tf":1.0},"101":{"tf":2.23606797749979},"102":{"tf":1.4142135623730951},"119":{"tf":1.0},"123":{"tf":1.0},"141":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.0},"17":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.4142135623730951},"64":{"tf":1.0}},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"143":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"143":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"149":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"153":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"75":{"tf":1.0},"81":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":7,"docs":{"0":{"tf":1.0},"152":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":1.7320508075688772},"29":{"tf":1.4142135623730951},"30":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"114":{"tf":1.0},"28":{"tf":1.0}},"r":{"df":1,"docs":{"92":{"tf":1.0}}}},"i":{"d":{"df":6,"docs":{"108":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.4142135623730951},"88":{"tf":1.0},"92":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":8,"docs":{"119":{"tf":1.0},"121":{"tf":1.0},"15":{"tf":1.4142135623730951},"153":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.4142135623730951},"66":{"tf":1.0},"90":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"90":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"114":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"b":{"df":5,"docs":{"114":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"57":{"tf":2.0},"81":{"tf":1.0},"82":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"153":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"150":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"152":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":18,"docs":{"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"20":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"45":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"95":{"tf":1.4142135623730951}}}}}},"q":{"a":{"df":2,"docs":{"2":{"tf":1.0},"20":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"102":{"tf":1.7320508075688772},"123":{"tf":1.0},"81":{"tf":1.7320508075688772}}},"y":{"_":{"b":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"81":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"104":{"tf":1.0},"151":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":11,"docs":{"124":{"tf":1.0},"125":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"44":{"tf":1.0},"5":{"tf":1.0},"58":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"73":{"tf":1.0},"75":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"5":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"29":{"tf":1.0}}}}}}},"r":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"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":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":7,"docs":{"120":{"tf":1.0},"134":{"tf":1.0},"26":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0},"55":{"tf":1.0},"68":{"tf":1.0}}}}},"df":1,"docs":{"148":{"tf":1.0}}},"p":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"125":{"tf":1.0},"65":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"(":{"1":{"0":{"df":7,"docs":{"129":{"tf":1.0},"137":{"tf":1.0},"147":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0},"62":{"tf":1.0},"71":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":1,"docs":{"77":{"tf":1.0}}},"df":0,"docs":{}},"5":{"0":{"df":2,"docs":{"148":{"tf":1.0},"60":{"tf":1.0}}},"df":6,"docs":{"148":{"tf":1.0},"16":{"tf":1.0},"70":{"tf":1.0},"72":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"r":{"df":1,"docs":{"63":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}}}}},"r":{"df":1,"docs":{"76":{"tf":1.0}}}},"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"143":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":13,"docs":{"143":{"tf":1.4142135623730951},"148":{"tf":1.0},"149":{"tf":1.4142135623730951},"153":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"46":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":2.0},"64":{"tf":1.7320508075688772},"76":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"30":{"tf":1.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"114":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"115":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"114":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"l":{"df":4,"docs":{"114":{"tf":1.4142135623730951},"115":{"tf":1.0},"153":{"tf":1.0},"90":{"tf":1.0}},"e":{"df":0,"docs":{},"—":{"a":{"df":1,"docs":{"92":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":3,"docs":{"3":{"tf":1.0},"5":{"tf":1.0},"96":{"tf":1.0}},"i":{"df":21,"docs":{"110":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"140":{"tf":1.0},"143":{"tf":1.4142135623730951},"144":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":1.0},"153":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"30":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.4142135623730951},"72":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.4142135623730951},"92":{"tf":1.7320508075688772}}},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"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":{},"l":{"df":7,"docs":{"0":{"tf":1.0},"113":{"tf":1.0},"20":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0},"66":{"tf":1.0},"82":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"20":{"tf":1.0},"6":{"tf":1.0},"74":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"25":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"81":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"110":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"82":{"tf":1.0}}}},"df":0,"docs":{}}}},"v":{"df":1,"docs":{"143":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":6,"docs":{"152":{"tf":1.0},"46":{"tf":1.0},"68":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.4142135623730951},"82":{"tf":1.7320508075688772}}}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":6,"docs":{"143":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.4142135623730951},"152":{"tf":1.0},"31":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"64":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":14,"docs":{"105":{"tf":1.0},"112":{"tf":1.0},"117":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.4142135623730951},"153":{"tf":1.0},"18":{"tf":1.4142135623730951},"21":{"tf":1.7320508075688772},"44":{"tf":1.4142135623730951},"5":{"tf":1.7320508075688772},"58":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.0},"75":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"m":{"d":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"85":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"95":{"tf":1.0}}},"y":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"95":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"122":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"149":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"153":{"tf":1.0}}},"x":{"df":4,"docs":{"145":{"tf":1.0},"149":{"tf":1.0},"90":{"tf":1.0},"92":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"98":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"151":{"tf":1.0},"3":{"tf":1.0},"61":{"tf":1.0},"92":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"110":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"47":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"95":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"20":{"tf":1.0},"26":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"92":{"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":{"8":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"106":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":5,"docs":{"17":{"tf":1.0},"43":{"tf":1.0},"65":{"tf":1.4142135623730951},"86":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"114":{"tf":1.0},"150":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":18,"docs":{"122":{"tf":1.0},"133":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.4142135623730951},"152":{"tf":1.0},"20":{"tf":1.0},"46":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"65":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"90":{"tf":1.0},"93":{"tf":1.0},"99":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":9,"docs":{"134":{"tf":1.0},"152":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"55":{"tf":1.0},"62":{"tf":1.4142135623730951},"68":{"tf":1.0},"72":{"tf":1.4142135623730951},"74":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":6,"docs":{"106":{"tf":1.0},"110":{"tf":1.0},"121":{"tf":1.0},"143":{"tf":1.0},"149":{"tf":1.0},"30":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"147":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":3,"docs":{"106":{"tf":1.0},"153":{"tf":1.4142135623730951},"22":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"82":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"82":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":19,"docs":{"120":{"tf":1.0},"121":{"tf":1.0},"134":{"tf":1.4142135623730951},"137":{"tf":1.0},"143":{"tf":2.0},"147":{"tf":1.0},"148":{"tf":1.0},"153":{"tf":1.4142135623730951},"30":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0},"46":{"tf":1.0},"55":{"tf":1.4142135623730951},"62":{"tf":1.0},"68":{"tf":1.0},"72":{"tf":1.4142135623730951},"75":{"tf":1.0},"78":{"tf":2.23606797749979},"82":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":18,"docs":{"102":{"tf":1.0},"103":{"tf":1.0},"114":{"tf":1.4142135623730951},"115":{"tf":1.0},"144":{"tf":1.0},"23":{"tf":1.0},"63":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.4142135623730951},"82":{"tf":2.0},"85":{"tf":1.0},"9":{"tf":1.0}}}},"m":{"df":1,"docs":{"119":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"153":{"tf":1.0},"27":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":12,"docs":{"109":{"tf":1.0},"114":{"tf":1.0},"121":{"tf":1.0},"153":{"tf":1.4142135623730951},"22":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"81":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"109":{"tf":1.0},"34":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{}},"df":3,"docs":{"152":{"tf":1.0},"31":{"tf":1.0},"63":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"64":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"31":{"tf":1.0},"5":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"116":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"152":{"tf":1.0},"28":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":6,"docs":{"0":{"tf":1.0},"106":{"tf":1.0},"117":{"tf":1.0},"153":{"tf":1.4142135623730951},"20":{"tf":1.0},"22":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"144":{"tf":1.0},"64":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"153":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"c":{"df":1,"docs":{"114":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":12,"docs":{"102":{"tf":1.4142135623730951},"103":{"tf":1.0},"104":{"tf":1.0},"108":{"tf":1.0},"110":{"tf":1.0},"114":{"tf":1.7320508075688772},"115":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"34":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0},"81":{"tf":1.7320508075688772}}}}}}}}},"df":38,"docs":{"10":{"tf":1.0},"101":{"tf":1.0},"106":{"tf":2.0},"115":{"tf":1.0},"132":{"tf":1.0},"136":{"tf":1.0},"14":{"tf":1.4142135623730951},"143":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.4142135623730951},"149":{"tf":2.0},"150":{"tf":1.0},"152":{"tf":1.4142135623730951},"153":{"tf":2.23606797749979},"2":{"tf":1.0},"22":{"tf":1.7320508075688772},"23":{"tf":1.0},"28":{"tf":1.7320508075688772},"3":{"tf":1.0},"30":{"tf":1.7320508075688772},"31":{"tf":1.0},"32":{"tf":1.0},"43":{"tf":1.7320508075688772},"47":{"tf":1.0},"56":{"tf":1.4142135623730951},"6":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.0},"75":{"tf":1.0},"77":{"tf":1.0},"85":{"tf":1.7320508075688772},"89":{"tf":1.0},"9":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"99":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"108":{"tf":1.0},"114":{"tf":1.4142135623730951}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":2,"docs":{"39":{"tf":1.0},"41":{"tf":1.0}},"u":{"df":0,"docs":{},"n":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":12,"docs":{"136":{"tf":1.0},"137":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"9":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":49,"docs":{"101":{"tf":2.0},"104":{"tf":1.0},"106":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"121":{"tf":1.4142135623730951},"136":{"tf":1.0},"137":{"tf":1.0},"141":{"tf":1.4142135623730951},"142":{"tf":1.4142135623730951},"143":{"tf":2.449489742783178},"147":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":1.7320508075688772},"150":{"tf":1.7320508075688772},"152":{"tf":1.7320508075688772},"153":{"tf":2.0},"17":{"tf":1.4142135623730951},"2":{"tf":1.0},"22":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"37":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"65":{"tf":1.7320508075688772},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.7320508075688772},"86":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.0},"90":{"tf":1.0},"92":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951}},"s":{"/":{"<":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"123":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"’":{"df":1,"docs":{"92":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"90":{"tf":1.0}},"{":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"90":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"106":{"tf":1.0},"119":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0},"90":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"90":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"113":{"tf":1.0},"125":{"tf":1.0},"142":{"tf":1.0},"4":{"tf":1.0},"8":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":4,"docs":{"111":{"tf":1.0},"119":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0}},"t":{"df":0,"docs":{},"y":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"153":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"m":{"df":0,"docs":{},"e":{"df":7,"docs":{"152":{"tf":1.4142135623730951},"153":{"tf":1.0},"17":{"tf":1.4142135623730951},"3":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.0},"85":{"tf":1.4142135623730951}}},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"0":{"tf":1.0},"142":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"92":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"c":{"a":{"df":0,"docs":{},"p":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"119":{"tf":1.0}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"119":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"119":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"/":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":1,"docs":{"119":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"119":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"119":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"119":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":1,"docs":{"119":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":4,"docs":{"126":{"tf":1.0},"48":{"tf":1.0},"69":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":24,"docs":{"12":{"tf":1.0},"127":{"tf":1.0},"137":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.4142135623730951},"16":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"49":{"tf":1.0},"51":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"64":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.0},"9":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"<":{"c":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":6,"docs":{"120":{"tf":1.0},"34":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.4142135623730951},"57":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":64,"docs":{"106":{"tf":2.23606797749979},"112":{"tf":1.0},"116":{"tf":1.4142135623730951},"119":{"tf":2.0},"122":{"tf":2.0},"123":{"tf":1.4142135623730951},"124":{"tf":1.0},"125":{"tf":1.4142135623730951},"132":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"143":{"tf":2.23606797749979},"144":{"tf":1.4142135623730951},"147":{"tf":1.0},"148":{"tf":1.4142135623730951},"151":{"tf":1.0},"152":{"tf":1.7320508075688772},"153":{"tf":2.23606797749979},"17":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.7320508075688772},"37":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":2.449489742783178},"42":{"tf":1.4142135623730951},"43":{"tf":1.7320508075688772},"44":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"47":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.7320508075688772},"63":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.7320508075688772},"86":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.4142135623730951},"93":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"m":{"d":{"df":2,"docs":{"137":{"tf":1.0},"66":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"89":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":4,"docs":{"34":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772},"92":{"tf":1.0},"97":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":8,"docs":{"10":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"16":{"tf":1.0},"25":{"tf":2.0},"61":{"tf":1.4142135623730951},"64":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"75":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"80":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"d":{"df":18,"docs":{"106":{"tf":1.0},"118":{"tf":1.0},"12":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.4142135623730951},"147":{"tf":1.0},"152":{"tf":1.0},"16":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.4142135623730951},"66":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"90":{"tf":1.0},"92":{"tf":1.0}},"e":{"d":{"?":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"143":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":28,"docs":{"10":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"106":{"tf":1.0},"112":{"tf":1.0},"123":{"tf":1.0},"137":{"tf":1.0},"151":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"66":{"tf":1.0},"73":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"91":{"tf":1.0}},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"[":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"143":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"85":{"tf":1.0}}}},"df":0,"docs":{}},"f":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"114":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"81":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"_":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"81":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"81":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"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":0,"docs":{},"t":{".":{"a":{"d":{"d":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}}},"df":6,"docs":{"102":{"tf":1.0},"103":{"tf":1.0},"114":{"tf":1.7320508075688772},"115":{"tf":1.7320508075688772},"57":{"tf":2.23606797749979},"81":{"tf":1.4142135623730951}}}},"n":{"d":{"df":2,"docs":{"82":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":1,"docs":{"81":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":6,"docs":{"144":{"tf":1.0},"26":{"tf":1.7320508075688772},"29":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"62":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"34":{"tf":1.0},"41":{"tf":1.0}}}},"i":{"c":{"df":9,"docs":{"0":{"tf":1.0},"118":{"tf":1.0},"144":{"tf":1.0},"147":{"tf":1.0},"153":{"tf":1.0},"27":{"tf":1.0},"36":{"tf":1.0},"88":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":9,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"132":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":1.0},"153":{"tf":1.0},"30":{"tf":1.0},"43":{"tf":1.0},"85":{"tf":1.0}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"57":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"p":{"df":5,"docs":{"5":{"tf":1.0},"66":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":9,"docs":{"106":{"tf":1.0},"113":{"tf":1.0},"127":{"tf":1.0},"153":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"43":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":7,"docs":{"106":{"tf":1.0},"114":{"tf":1.0},"34":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"63":{"tf":1.0},"89":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"0":{"tf":1.0},"144":{"tf":1.0},"152":{"tf":1.0},"28":{"tf":1.4142135623730951},"78":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"148":{"tf":1.0}}},"r":{"df":1,"docs":{"78":{"tf":1.0}}}}}},"w":{"df":5,"docs":{"113":{"tf":1.0},"125":{"tf":1.0},"41":{"tf":1.0},"6":{"tf":1.0},"67":{"tf":1.0}},"n":{"df":1,"docs":{"141":{"tf":1.0}}}}}},"i":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"8":{"tf":1.0},"92":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":14,"docs":{"103":{"tf":1.0},"110":{"tf":1.0},"141":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.7320508075688772},"22":{"tf":1.0},"27":{"tf":1.7320508075688772},"29":{"tf":1.0},"30":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"85":{"tf":1.7320508075688772},"92":{"tf":1.4142135623730951}},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"103":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"142":{"tf":1.0},"80":{"tf":1.0}}}}}},"df":3,"docs":{"129":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"81":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":4,"docs":{"114":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"31":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"71":{"tf":1.0},"78":{"tf":1.0}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":4,"docs":{"22":{"tf":1.0},"30":{"tf":1.0},"61":{"tf":1.0},"88":{"tf":1.0}}}}},"t":{"df":1,"docs":{"33":{"tf":1.0}}},"z":{"df":0,"docs":{},"e":{"df":2,"docs":{"27":{"tf":1.0},"57":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":5,"docs":{"132":{"tf":1.0},"14":{"tf":1.0},"153":{"tf":1.7320508075688772},"25":{"tf":1.0},"83":{"tf":1.0}}},"w":{"?":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"c":{"df":0,"docs":{},"i":{"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":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"=":{"1":{"df":3,"docs":{"145":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"143":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"143":{"tf":1.0}},"s":{"[":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"143":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":7,"docs":{"143":{"tf":1.4142135623730951},"145":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":1.0},"25":{"tf":1.4142135623730951},"66":{"tf":1.0},"92":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"149":{"tf":1.0},"65":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"83":{"tf":1.0}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"20":{"tf":1.0},"43":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"10":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":3,"docs":{"116":{"tf":1.0},"152":{"tf":1.0},"69":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"109":{"tf":1.0},"115":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"o":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"77":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"104":{"tf":1.0}}}},"v":{"df":1,"docs":{"20":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":2,"docs":{"125":{"tf":1.0},"30":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"24":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":8,"docs":{"10":{"tf":1.0},"119":{"tf":1.0},"121":{"tf":1.0},"153":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.4142135623730951},"39":{"tf":1.0},"41":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"111":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":10,"docs":{"102":{"tf":1.0},"121":{"tf":1.0},"143":{"tf":1.0},"150":{"tf":1.0},"153":{"tf":1.0},"23":{"tf":1.0},"30":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"92":{"tf":1.0}},"i":{"df":3,"docs":{"153":{"tf":1.4142135623730951},"43":{"tf":1.0},"53":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":3,"docs":{"152":{"tf":1.0},"65":{"tf":1.0},"86":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"r":{"c":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":2,"docs":{"121":{"tf":1.0},"41":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":2,"docs":{"34":{"tf":1.7320508075688772},"41":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"153":{"tf":1.0},"75":{"tf":1.0},"77":{"tf":1.0}}}},"l":{"df":1,"docs":{"62":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":7,"docs":{"121":{"tf":1.0},"34":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"65":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"147":{"tf":1.0}}},"l":{"df":1,"docs":{"143":{"tf":1.0}},"e":{"d":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"143":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"63":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":3,"docs":{"12":{"tf":1.0},"127":{"tf":1.0},"51":{"tf":1.0}},"t":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"114":{"tf":1.0}}}}}}},"df":0,"docs":{}},"[":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":1,"docs":{"143":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"143":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"143":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"_":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"109":{"tf":1.0},"115":{"tf":1.0}},"e":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"81":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":21,"docs":{"10":{"tf":1.0},"106":{"tf":1.0},"108":{"tf":1.0},"114":{"tf":1.0},"141":{"tf":1.0},"143":{"tf":1.4142135623730951},"144":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.0},"153":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.4142135623730951},"42":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"64":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"92":{"tf":1.7320508075688772}},"u":{"df":0,"docs":{},"p":{"df":4,"docs":{"147":{"tf":1.0},"25":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":6,"docs":{"153":{"tf":1.7320508075688772},"27":{"tf":1.7320508075688772},"30":{"tf":1.0},"49":{"tf":1.4142135623730951},"60":{"tf":1.0},"81":{"tf":1.7320508075688772}}},"i":{"c":{"df":2,"docs":{"114":{"tf":1.0},"81":{"tf":1.0}}},"df":0,"docs":{}}},"y":{"df":5,"docs":{"115":{"tf":1.0},"152":{"tf":1.0},"16":{"tf":1.0},"45":{"tf":1.0},"83":{"tf":1.4142135623730951}}}},"d":{":":{":":{"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":{"81":{"tf":1.0}}}},"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":{},"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":8,"docs":{"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"9":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{":":{":":{"a":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"114":{"tf":1.0}}},"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":{":":{":":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"126":{"tf":1.0},"69":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":12,"docs":{"112":{"tf":1.4142135623730951},"140":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":2.0},"144":{"tf":1.0},"145":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"64":{"tf":1.7320508075688772},"84":{"tf":1.4142135623730951},"92":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"152":{"tf":1.0},"16":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"p":{"df":3,"docs":{"106":{"tf":1.0},"153":{"tf":1.0},"30":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":2,"docs":{"118":{"tf":1.0},"119":{"tf":1.0}}}}}}},"df":3,"docs":{"114":{"tf":1.0},"115":{"tf":1.0},"81":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"153":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"71":{"tf":1.0},"78":{"tf":1.4142135623730951}}}}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"106":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"t":{"df":6,"docs":{"114":{"tf":1.0},"115":{"tf":1.0},"119":{"tf":1.0},"37":{"tf":1.0},"57":{"tf":1.4142135623730951},"81":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":6,"docs":{"112":{"tf":1.0},"123":{"tf":1.0},"139":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"80":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"b":{"df":1,"docs":{"49":{"tf":1.0}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":6,"docs":{"120":{"tf":1.0},"143":{"tf":1.4142135623730951},"148":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0},"70":{"tf":1.0}}}},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"24":{"tf":1.0}}}}},"df":12,"docs":{"0":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"144":{"tf":1.0},"149":{"tf":1.4142135623730951},"153":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"70":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"0":{"tf":1.0},"153":{"tf":1.0}}}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"106":{"tf":1.0},"13":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"149":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"149":{"tf":1.0},"29":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"85":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"2":{"tf":1.0},"89":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"29":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":4,"docs":{"121":{"tf":1.0},"124":{"tf":1.0},"143":{"tf":1.4142135623730951},"82":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"125":{"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":{"31":{"tf":1.0},"66":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"72":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"60":{"tf":1.0},"73":{"tf":1.0},"75":{"tf":1.0},"77":{"tf":1.0}}}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"152":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"144":{"tf":1.0}}}}}}},"n":{"c":{"df":3,"docs":{"41":{"tf":1.0},"82":{"tf":1.0},"9":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"x":{"df":3,"docs":{"44":{"tf":1.0},"58":{"tf":1.0},"73":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":7,"docs":{"106":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":2.23606797749979},"20":{"tf":1.0},"22":{"tf":1.0},"27":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951}}}}}}}},"t":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.4142135623730951}}},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"25":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"2":{"0":{"df":4,"docs":{"134":{"tf":1.0},"137":{"tf":1.0},"62":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{}},"3":{"0":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}},"4":{"5":{"df":2,"docs":{"26":{"tf":1.0},"72":{"tf":1.0}}},"df":0,"docs":{}},"df":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":{"143":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"114":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"115":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":4,"docs":{"114":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"152":{"tf":1.4142135623730951},"43":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"106":{"tf":1.0}}}}},"d":{"df":4,"docs":{"103":{"tf":1.0},"143":{"tf":1.7320508075688772},"47":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"20":{"tf":1.4142135623730951},"59":{"tf":1.0},"63":{"tf":1.0}}},"r":{"df":1,"docs":{"30":{"tf":1.0}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"77":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":1,"docs":{"78":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"c":{"a":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"76":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"72":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":1,"docs":{"69":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"=":{"9":{"0":{"9":{"1":{"df":1,"docs":{"150":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"101":{"tf":1.0},"144":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"71":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"77":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"70":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":79,"docs":{"0":{"tf":1.4142135623730951},"10":{"tf":2.0},"106":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"113":{"tf":1.0},"116":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"12":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"121":{"tf":1.7320508075688772},"122":{"tf":1.4142135623730951},"125":{"tf":1.7320508075688772},"134":{"tf":1.0},"14":{"tf":1.0},"141":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":2.23606797749979},"147":{"tf":1.0},"148":{"tf":1.4142135623730951},"150":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.4142135623730951},"16":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"2":{"tf":1.4142135623730951},"20":{"tf":1.7320508075688772},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"29":{"tf":1.0},"3":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":2.0},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951},"41":{"tf":2.23606797749979},"43":{"tf":1.0},"44":{"tf":1.4142135623730951},"46":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.4142135623730951},"51":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.0},"62":{"tf":1.7320508075688772},"65":{"tf":1.4142135623730951},"68":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0},"72":{"tf":1.4142135623730951},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951},"80":{"tf":1.0},"82":{"tf":1.7320508075688772},"9":{"tf":1.4142135623730951},"91":{"tf":1.0},"94":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":2.23606797749979}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"110":{"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":{"109":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"108":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"{":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":3,"docs":{"126":{"tf":1.0},"69":{"tf":1.0},"9":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"115":{"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":{"81":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"114":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"114":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"111":{"tf":1.0}}},"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":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":2,"docs":{"126":{"tf":1.0},"17":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{":":{":":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":3,"docs":{"126":{"tf":1.0},"69":{"tf":1.0},"9":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"69":{"tf":1.0},"9":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"{":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"126":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"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":{},"t":{":":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":4,"docs":{"150":{"tf":1.4142135623730951},"94":{"tf":1.0},"95":{"tf":1.7320508075688772},"96":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"v":{"1":{"df":1,"docs":{"95":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":2,"docs":{"41":{"tf":1.0},"94":{"tf":1.0}}}}},"s":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"122":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"k":{"8":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"122":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"122":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"d":{"df":3,"docs":{"10":{"tf":1.0},"142":{"tf":1.0},"147":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"120":{"tf":1.0},"122":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"123":{"tf":1.0},"42":{"tf":1.0}},"s":{"/":{"<":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{">":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"121":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"25":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"20":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":3,"docs":{"31":{"tf":1.0},"5":{"tf":1.0},"85":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"e":{"df":20,"docs":{"0":{"tf":1.0},"120":{"tf":1.0},"143":{"tf":1.0},"149":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"20":{"tf":1.4142135623730951},"25":{"tf":1.7320508075688772},"29":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0},"47":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"78":{"tf":1.0},"83":{"tf":1.7320508075688772},"87":{"tf":1.0},"92":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"143":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":7,"docs":{"140":{"tf":1.4142135623730951},"142":{"tf":1.4142135623730951},"144":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.4142135623730951},"90":{"tf":1.0},"92":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"83":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"20":{"tf":1.0},"22":{"tf":1.0},"47":{"tf":1.0},"71":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"92":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"81":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"78":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0}}}}},"o":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"143":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"{":{"df":0,"docs":{},"i":{"df":1,"docs":{"143":{"tf":1.0}}}}}}}}}}}}}},"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":2,"docs":{"34":{"tf":1.0},"41":{"tf":1.0}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":28,"docs":{"106":{"tf":1.7320508075688772},"111":{"tf":1.0},"114":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"119":{"tf":1.7320508075688772},"12":{"tf":1.4142135623730951},"123":{"tf":1.0},"127":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"22":{"tf":1.7320508075688772},"26":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":2.0},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772},"43":{"tf":1.0},"49":{"tf":1.4142135623730951},"51":{"tf":1.7320508075688772},"54":{"tf":1.0},"64":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"75":{"tf":1.0},"85":{"tf":1.0}},"y":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"g":{"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":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"114":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"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":{},"o":{"d":{".":{"df":0,"docs":{},"r":{"df":2,"docs":{"36":{"tf":1.0},"37":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"119":{"tf":1.0},"41":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"153":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"142":{"tf":1.0},"145":{"tf":1.4142135623730951},"90":{"tf":1.0},"92":{"tf":1.0}}},"k":{"df":1,"docs":{"30":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"65":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":16,"docs":{"106":{"tf":1.0},"108":{"tf":1.0},"119":{"tf":1.0},"153":{"tf":1.4142135623730951},"16":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.7320508075688772},"26":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":15,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"119":{"tf":2.23606797749979},"120":{"tf":1.0},"121":{"tf":1.7320508075688772},"123":{"tf":1.0},"125":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.7320508075688772},"4":{"tf":1.0},"41":{"tf":2.0},"42":{"tf":1.0},"48":{"tf":1.0},"57":{"tf":1.4142135623730951},"82":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":39,"docs":{"0":{"tf":1.7320508075688772},"120":{"tf":1.4142135623730951},"128":{"tf":1.0},"129":{"tf":2.0},"137":{"tf":1.0},"141":{"tf":1.0},"143":{"tf":2.449489742783178},"144":{"tf":1.0},"147":{"tf":1.7320508075688772},"148":{"tf":1.7320508075688772},"149":{"tf":2.23606797749979},"152":{"tf":1.0},"153":{"tf":1.7320508075688772},"16":{"tf":2.23606797749979},"27":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.4142135623730951},"49":{"tf":2.0},"52":{"tf":1.7320508075688772},"53":{"tf":2.0},"60":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"66":{"tf":1.7320508075688772},"68":{"tf":1.7320508075688772},"70":{"tf":2.0},"71":{"tf":2.0},"72":{"tf":1.0},"76":{"tf":1.4142135623730951},"77":{"tf":1.0},"78":{"tf":1.0},"80":{"tf":2.449489742783178},"81":{"tf":2.0},"84":{"tf":1.0},"90":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"d":{"a":{"df":1,"docs":{"149":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"5":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"5":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"153":{"tf":1.0},"81":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"153":{"tf":1.0},"81":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"92":{"tf":1.0}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"m":{"d":{"df":1,"docs":{"123":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"123":{"tf":1.0},"41":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":5,"docs":{"139":{"tf":1.0},"143":{"tf":2.0},"3":{"tf":1.0},"5":{"tf":1.0},"92":{"tf":1.0}}}},"df":1,"docs":{"17":{"tf":1.0}},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"153":{"tf":1.4142135623730951},"46":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":4,"docs":{"104":{"tf":1.0},"138":{"tf":1.0},"18":{"tf":1.0},"5":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"82":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"152":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"125":{"tf":1.0},"30":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"64":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"86":{"tf":1.0}}}}},"x":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}}},"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"102":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":5,"docs":{"143":{"tf":1.7320508075688772},"25":{"tf":1.0},"41":{"tf":1.0},"68":{"tf":1.7320508075688772},"75":{"tf":1.7320508075688772}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":7,"docs":{"118":{"tf":1.0},"119":{"tf":1.0},"153":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0},"80":{"tf":1.0}}}}}},"u":{"1":{"6":{"df":1,"docs":{"63":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"6":{"4":{"df":3,"docs":{"57":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"81":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"82":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"86":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":10,"docs":{"106":{"tf":1.0},"108":{"tf":1.0},"153":{"tf":1.0},"16":{"tf":1.0},"20":{"tf":1.4142135623730951},"60":{"tf":1.0},"68":{"tf":1.4142135623730951},"7":{"tf":1.0},"70":{"tf":1.0},"75":{"tf":1.7320508075688772}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":5,"docs":{"18":{"tf":1.0},"23":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"98":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"df":1,"docs":{"65":{"tf":1.0}}}},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"143":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"92":{"tf":1.0}}}}},"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":1,"docs":{"66":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"115":{"tf":1.0},"144":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"96":{"tf":1.0}}}}}},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}},"df":3,"docs":{"101":{"tf":1.0},"12":{"tf":1.0},"22":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"43":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":6,"docs":{"123":{"tf":1.0},"40":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.0},"66":{"tf":1.0},"81":{"tf":1.0}}}},"df":40,"docs":{"104":{"tf":1.0},"106":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.4142135623730951},"110":{"tf":1.0},"114":{"tf":2.23606797749979},"115":{"tf":1.7320508075688772},"125":{"tf":1.0},"126":{"tf":2.23606797749979},"133":{"tf":1.0},"144":{"tf":1.0},"147":{"tf":1.0},"15":{"tf":1.0},"150":{"tf":1.0},"152":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"3":{"tf":1.0},"5":{"tf":1.4142135623730951},"52":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"69":{"tf":2.23606797749979},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.7320508075688772},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"9":{"tf":2.0},"92":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"129":{"tf":1.0},"147":{"tf":1.0},"27":{"tf":1.7320508075688772},"32":{"tf":1.0},"46":{"tf":1.0},"53":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.7320508075688772},"75":{"tf":1.4142135623730951}},"s":{"(":{"1":{"0":{"df":5,"docs":{"16":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"71":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":7,"docs":{"129":{"tf":1.0},"137":{"tf":1.0},"147":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0},"66":{"tf":1.0},"76":{"tf":1.0}}},"df":0,"docs":{}},"3":{"0":{"df":2,"docs":{"60":{"tf":1.0},"77":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":3,"docs":{"70":{"tf":1.0},"72":{"tf":1.0},"81":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"z":{"df":4,"docs":{"114":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"52":{"tf":1.0},"82":{"tf":2.449489742783178}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"116":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"34":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951}}}},"x":{"df":0,"docs":{},"o":{"df":2,"docs":{"153":{"tf":1.4142135623730951},"81":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{},"s":{"(":{"2":{"df":6,"docs":{"12":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"70":{"tf":1.0},"9":{"tf":1.0}}},"3":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"147":{"tf":1.0},"49":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"0":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"81":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":10,"docs":{"127":{"tf":1.0},"137":{"tf":1.0},"148":{"tf":1.0},"16":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.0},"69":{"tf":1.0},"71":{"tf":1.0},"76":{"tf":1.0}}},"4":{"df":3,"docs":{"26":{"tf":1.0},"72":{"tf":1.0},"77":{"tf":1.0}}},"5":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"148":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"51":{"tf":1.0},"62":{"tf":1.0}}},"7":{"df":1,"docs":{"78":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":39,"docs":{"0":{"tf":2.0},"103":{"tf":1.4142135623730951},"106":{"tf":1.0},"114":{"tf":1.4142135623730951},"115":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"12":{"tf":1.0},"127":{"tf":1.4142135623730951},"141":{"tf":1.0},"142":{"tf":1.4142135623730951},"143":{"tf":2.23606797749979},"147":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"149":{"tf":1.7320508075688772},"152":{"tf":1.0},"153":{"tf":2.0},"2":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"31":{"tf":1.0},"34":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"68":{"tf":2.0},"69":{"tf":1.4142135623730951},"71":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.7320508075688772},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.4142135623730951},"90":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":2,"docs":{"102":{"tf":1.0},"153":{"tf":1.0}}}},"r":{"df":1,"docs":{"101":{"tf":1.0}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"145":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"25":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"!":{"[":{"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":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":1,"docs":{"114":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":1,"docs":{"114":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"81":{"tf":1.0}}},"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"145":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":3,"docs":{"152":{"tf":1.0},"28":{"tf":1.0},"78":{"tf":1.0}},"f":{"df":2,"docs":{"31":{"tf":1.0},"81":{"tf":1.0}},"i":{"df":20,"docs":{"0":{"tf":1.0},"131":{"tf":1.0},"143":{"tf":1.4142135623730951},"147":{"tf":1.0},"149":{"tf":1.4142135623730951},"150":{"tf":1.0},"153":{"tf":1.4142135623730951},"22":{"tf":1.0},"47":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.4142135623730951},"72":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.4142135623730951},"82":{"tf":1.0},"83":{"tf":1.0},"92":{"tf":1.0},"98":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"i":{"a":{"df":8,"docs":{"102":{"tf":1.0},"121":{"tf":1.0},"130":{"tf":1.0},"141":{"tf":1.0},"153":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.0},"54":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"41":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"85":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":1,"docs":{"66":{"tf":1.0}}}},"w":{"[":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"153":{"tf":1.4142135623730951},"22":{"tf":1.0},"30":{"tf":1.0},"85":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":2.0}},"e":{"df":0,"docs":{},"t":{"_":{"0":{"_":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"81":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"_":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"81":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"81":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"81":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":23,"docs":{"106":{"tf":1.0},"108":{"tf":1.0},"118":{"tf":1.7320508075688772},"128":{"tf":1.4142135623730951},"129":{"tf":1.0},"143":{"tf":1.7320508075688772},"144":{"tf":1.0},"147":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"149":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"16":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.4142135623730951},"66":{"tf":2.0},"80":{"tf":1.0},"81":{"tf":2.0},"90":{"tf":1.0},"92":{"tf":1.0}},"s":{"(":{"1":{"0":{"0":{"0":{"df":1,"docs":{"66":{"tf":1.0}}},"df":2,"docs":{"148":{"tf":1.0},"77":{"tf":1.0}}},"df":6,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"70":{"tf":1.0},"72":{"tf":1.0},"81":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":5,"docs":{"148":{"tf":1.0},"16":{"tf":1.0},"66":{"tf":1.0},"71":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{}},"5":{"0":{"df":5,"docs":{"128":{"tf":1.0},"137":{"tf":1.0},"147":{"tf":1.0},"52":{"tf":1.0},"76":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":4,"docs":{"143":{"tf":1.0},"144":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"123":{"tf":1.0},"24":{"tf":1.0}}}},"y":{"df":2,"docs":{"24":{"tf":1.0},"4":{"tf":1.0}}}},"df":1,"docs":{"30":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"’":{"df":4,"docs":{"6":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"153":{"tf":1.0},"64":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"143":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"143":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":7,"docs":{"106":{"tf":1.0},"153":{"tf":1.0},"28":{"tf":1.0},"30":{"tf":1.4142135623730951},"43":{"tf":1.0},"47":{"tf":1.0},"85":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"108":{"tf":1.0},"116":{"tf":1.0},"88":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"116":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"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":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"2":{"0":{"df":2,"docs":{"71":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"0":{"df":8,"docs":{"132":{"tf":1.0},"14":{"tf":1.0},"149":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":1.0},"69":{"tf":1.0},"81":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}},"4":{"5":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":2,"docs":{"28":{"tf":1.0},"61":{"tf":1.0}}},"6":{"0":{"0":{"df":1,"docs":{"77":{"tf":1.0}}},"df":7,"docs":{"137":{"tf":1.0},"149":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"60":{"tf":1.0},"70":{"tf":1.0},"76":{"tf":1.0}}},"df":0,"docs":{}},"9":{"0":{"df":1,"docs":{"72":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"144":{"tf":1.0},"153":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"0":{"df":1,"docs":{"116":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"0":{"tf":1.0},"147":{"tf":1.0},"27":{"tf":1.0},"83":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"3":{"tf":1.0},"31":{"tf":1.0},"49":{"tf":1.0},"6":{"tf":1.0},"64":{"tf":1.0},"80":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":8,"docs":{"18":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"5":{"tf":1.4142135623730951},"69":{"tf":1.0},"7":{"tf":1.0},"71":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":13,"docs":{"10":{"tf":1.0},"120":{"tf":1.0},"139":{"tf":1.0},"145":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"5":{"tf":1.0},"57":{"tf":1.0},"66":{"tf":1.0},"73":{"tf":1.0},"99":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"123":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"123":{"tf":1.0},"42":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":2,"docs":{"123":{"tf":1.0},"42":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"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":{"57":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"df":1,"docs":{"143":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":64,"docs":{"103":{"tf":1.4142135623730951},"104":{"tf":1.0},"106":{"tf":2.23606797749979},"108":{"tf":1.4142135623730951},"109":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"114":{"tf":2.23606797749979},"115":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":2.6457513110645907},"123":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"140":{"tf":1.0},"143":{"tf":2.449489742783178},"144":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.4142135623730951},"149":{"tf":1.0},"15":{"tf":1.0},"152":{"tf":1.4142135623730951},"153":{"tf":2.23606797749979},"16":{"tf":1.0},"2":{"tf":1.0},"22":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"30":{"tf":2.23606797749979},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"34":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":1.7320508075688772},"41":{"tf":1.7320508075688772},"42":{"tf":1.0},"43":{"tf":1.7320508075688772},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":2.0},"47":{"tf":2.0},"5":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.4142135623730951},"6":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.7320508075688772},"70":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"80":{"tf":1.4142135623730951},"82":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.7320508075688772},"90":{"tf":1.0},"92":{"tf":1.4142135623730951}},"s":{"/":{"<":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{">":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"120":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":1,"docs":{"120":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"d":{"a":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"120":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"119":{"tf":1.0},"120":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{},"p":{"a":{"c":{"df":5,"docs":{"112":{"tf":1.0},"123":{"tf":1.0},"33":{"tf":1.4142135623730951},"41":{"tf":1.0},"42":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":3,"docs":{"21":{"tf":1.0},"23":{"tf":1.0},"5":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"2":{"tf":1.0}}}}}}}}},"y":{"df":0,"docs":{},"e":{"df":2,"docs":{"143":{"tf":3.0},"152":{"tf":1.0}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"’":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"146":{"tf":1.0},"3":{"tf":1.0}}}},"r":{"df":3,"docs":{"16":{"tf":1.0},"5":{"tf":1.7320508075688772},"60":{"tf":1.0}}}}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"143":{"tf":2.23606797749979}}}}}}}},"breadcrumbs":{"root":{"0":{"df":20,"docs":{"10":{"tf":1.0},"103":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"141":{"tf":1.0},"147":{"tf":1.4142135623730951},"148":{"tf":1.0},"149":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"28":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"1":{"0":{"/":{"df":1,"docs":{"68":{"tf":1.0}}},"0":{"df":3,"docs":{"149":{"tf":1.0},"76":{"tf":1.0},"81":{"tf":2.0}}},"df":11,"docs":{"149":{"tf":1.0},"16":{"tf":1.0},"28":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"57":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.4142135623730951},"75":{"tf":2.0},"76":{"tf":1.0},"77":{"tf":1.0}}},"2":{"0":{"df":2,"docs":{"68":{"tf":1.0},"75":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":1,"docs":{"75":{"tf":1.0}}},"df":9,"docs":{"12":{"tf":1.4142135623730951},"140":{"tf":1.4142135623730951},"148":{"tf":1.0},"28":{"tf":1.0},"54":{"tf":1.0},"64":{"tf":1.0},"68":{"tf":1.4142135623730951},"75":{"tf":1.0},"94":{"tf":1.4142135623730951}},"–":{"2":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}}},"2":{"0":{"/":{"df":1,"docs":{"75":{"tf":1.0}}},"df":5,"docs":{"16":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"63":{"tf":1.0},"66":{"tf":1.0},"76":{"tf":1.0}}},"df":13,"docs":{"12":{"tf":1.0},"13":{"tf":1.4142135623730951},"132":{"tf":1.0},"14":{"tf":1.0},"141":{"tf":1.4142135623730951},"153":{"tf":1.0},"25":{"tf":1.0},"51":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"68":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}}},"3":{"0":{"0":{"0":{"df":1,"docs":{"147":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"1":{"0":{"df":1,"docs":{"147":{"tf":1.0}}},"df":0,"docs":{}},"df":6,"docs":{"10":{"tf":1.0},"147":{"tf":1.0},"25":{"tf":1.0},"61":{"tf":1.0},"68":{"tf":1.0},"75":{"tf":1.0}}},"df":8,"docs":{"14":{"tf":1.4142135623730951},"142":{"tf":1.4142135623730951},"149":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"68":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}}},"4":{"0":{"0":{"0":{"df":1,"docs":{"147":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":5,"docs":{"143":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"68":{"tf":1.0},"75":{"tf":1.0},"97":{"tf":1.4142135623730951}}},"5":{"/":{"df":2,"docs":{"68":{"tf":1.4142135623730951},"75":{"tf":1.0}}},"0":{"df":3,"docs":{"128":{"tf":1.0},"52":{"tf":1.0},"76":{"tf":1.0}}},"df":12,"docs":{"144":{"tf":1.4142135623730951},"16":{"tf":1.0},"25":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0},"68":{"tf":1.7320508075688772},"7":{"tf":1.0},"75":{"tf":1.7320508075688772},"98":{"tf":1.4142135623730951}},"–":{"1":{"0":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"→":{"1":{"0":{"df":0,"docs":{},"→":{"2":{"0":{"/":{"df":1,"docs":{"75":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"6":{"0":{"0":{"df":1,"docs":{"75":{"tf":1.0}}},"df":3,"docs":{"25":{"tf":1.0},"68":{"tf":1.0},"75":{"tf":1.0}}},"df":2,"docs":{"145":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}},"7":{"df":2,"docs":{"75":{"tf":1.0},"78":{"tf":1.0}}},"9":{"0":{"9":{"0":{"df":2,"docs":{"101":{"tf":1.0},"150":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"68":{"tf":1.0}}},"df":0,"docs":{}},"_":{"df":1,"docs":{"81":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":12,"docs":{"136":{"tf":1.0},"137":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"114":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"a":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"153":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"105":{"tf":1.0},"119":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":8,"docs":{"101":{"tf":1.0},"102":{"tf":1.4142135623730951},"103":{"tf":1.4142135623730951},"150":{"tf":1.0},"65":{"tf":1.0},"90":{"tf":1.0},"92":{"tf":1.0},"95":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"128":{"tf":1.4142135623730951},"16":{"tf":1.0},"52":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"153":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"106":{"tf":1.0},"114":{"tf":1.0},"153":{"tf":1.4142135623730951},"26":{"tf":1.0}}}},"v":{"df":9,"docs":{"106":{"tf":1.0},"114":{"tf":1.0},"22":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"47":{"tf":1.0},"85":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"46":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"81":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":5,"docs":{"146":{"tf":1.0},"27":{"tf":1.0},"66":{"tf":1.0},"81":{"tf":1.4142135623730951},"82":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.4142135623730951}}}}},"d":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"81":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"[":{"a":{"d":{"d":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":20,"docs":{"112":{"tf":1.0},"116":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.7320508075688772},"121":{"tf":1.4142135623730951},"122":{"tf":1.0},"123":{"tf":2.449489742783178},"144":{"tf":1.4142135623730951},"147":{"tf":1.0},"148":{"tf":1.0},"16":{"tf":1.7320508075688772},"40":{"tf":1.0},"42":{"tf":1.4142135623730951},"5":{"tf":1.0},"57":{"tf":1.7320508075688772},"60":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.0},"84":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"153":{"tf":1.0},"93":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"108":{"tf":1.0},"81":{"tf":2.449489742783178}}}}}},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"[":{"a":{"d":{"d":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":9,"docs":{"106":{"tf":1.0},"108":{"tf":1.7320508075688772},"109":{"tf":1.4142135623730951},"110":{"tf":1.4142135623730951},"111":{"tf":1.4142135623730951},"113":{"tf":1.0},"121":{"tf":1.0},"81":{"tf":1.0},"91":{"tf":1.0}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"132":{"tf":1.0},"64":{"tf":1.0},"67":{"tf":1.0},"92":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"150":{"tf":1.0}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":12,"docs":{"73":{"tf":1.0},"74":{"tf":2.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"109":{"tf":1.0}}},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"143":{"tf":1.0},"73":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.7320508075688772}}}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"92":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":3,"docs":{"152":{"tf":1.0},"43":{"tf":1.0},"85":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"147":{"tf":1.0}}},"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":54,"docs":{"102":{"tf":1.0},"103":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"13":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"14":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.4142135623730951},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"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},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.4142135623730951},"82":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":3,"docs":{"153":{"tf":1.0},"49":{"tf":1.0},"61":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":3,"docs":{"147":{"tf":1.0},"150":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"152":{"tf":1.0},"28":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":3,"docs":{"123":{"tf":1.0},"41":{"tf":1.7320508075688772},"42":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"151":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"i":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"119":{"tf":1.0},"34":{"tf":1.0},"81":{"tf":1.0}}}}},"df":30,"docs":{"100":{"tf":1.4142135623730951},"103":{"tf":1.7320508075688772},"119":{"tf":1.0},"120":{"tf":1.7320508075688772},"123":{"tf":1.0},"125":{"tf":2.23606797749979},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"141":{"tf":1.0},"18":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"37":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"5":{"tf":1.0},"58":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951},"81":{"tf":1.7320508075688772}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"10":{"tf":1.0},"149":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":30,"docs":{"124":{"tf":1.7320508075688772},"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"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}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":34,"docs":{"12":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"134":{"tf":1.0},"137":{"tf":2.0},"147":{"tf":1.0},"148":{"tf":1.4142135623730951},"16":{"tf":1.4142135623730951},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.7320508075688772},"3":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":2.449489742783178},"51":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.4142135623730951},"62":{"tf":2.0},"63":{"tf":1.4142135623730951},"64":{"tf":1.0},"66":{"tf":1.4142135623730951},"69":{"tf":1.0},"70":{"tf":1.4142135623730951},"71":{"tf":1.7320508075688772},"72":{"tf":1.7320508075688772},"76":{"tf":1.4142135623730951},"77":{"tf":1.7320508075688772},"78":{"tf":1.7320508075688772},"81":{"tf":1.0},"9":{"tf":1.0}}},"y":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"57":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"19":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"65":{"tf":1.0}}}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"0":{"tf":1.0},"18":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.7320508075688772},"5":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"147":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"103":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"92":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":11,"docs":{"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"104":{"tf":1.0},"29":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"106":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":16,"docs":{"106":{"tf":1.0},"109":{"tf":1.0},"115":{"tf":1.0},"119":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.4142135623730951},"20":{"tf":1.0},"28":{"tf":1.0},"30":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0},"83":{"tf":1.0},"92":{"tf":1.0}}}},"t":{"df":4,"docs":{"34":{"tf":1.0},"41":{"tf":1.4142135623730951},"92":{"tf":1.0},"97":{"tf":1.7320508075688772}}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"0":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"c":{"/":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{":":{":":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"114":{"tf":1.0},"115":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"114":{"tf":1.0},"115":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":15,"docs":{"102":{"tf":1.0},"103":{"tf":1.0},"108":{"tf":1.0},"114":{"tf":1.4142135623730951},"115":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.4142135623730951},"82":{"tf":2.0},"9":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"106":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"116":{"tf":1.0},"30":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"150":{"tf":1.0},"98":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"r":{"df":12,"docs":{"125":{"tf":1.0},"137":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"43":{"tf":1.7320508075688772},"44":{"tf":1.0},"6":{"tf":1.0},"66":{"tf":1.0},"73":{"tf":1.0},"85":{"tf":1.0}}}}},"o":{"df":2,"docs":{"132":{"tf":1.0},"153":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"101":{"tf":1.0},"116":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":22,"docs":{"0":{"tf":1.7320508075688772},"106":{"tf":1.0},"120":{"tf":1.0},"130":{"tf":1.4142135623730951},"141":{"tf":1.0},"144":{"tf":1.4142135623730951},"147":{"tf":1.0},"148":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"20":{"tf":1.4142135623730951},"22":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"46":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"8":{"tf":1.0},"85":{"tf":1.0},"92":{"tf":1.4142135623730951},"95":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"151":{"tf":1.0},"27":{"tf":1.0},"92":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"w":{"df":1,"docs":{"121":{"tf":1.0}}}},"b":{"(":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":11,"docs":{"104":{"tf":1.0},"110":{"tf":1.0},"121":{"tf":1.4142135623730951},"123":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":1,"docs":{"142":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"d":{"df":6,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"61":{"tf":1.0},"66":{"tf":1.0},"80":{"tf":1.0}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"153":{"tf":1.0},"81":{"tf":3.0},"88":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"153":{"tf":1.0},"86":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"106":{"tf":1.0},"109":{"tf":1.0},"115":{"tf":1.0},"62":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951}}}}}},"i":{"c":{"df":4,"docs":{"4":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"84":{"tf":1.0}}},"df":0,"docs":{}}}},"df":2,"docs":{"22":{"tf":1.0},"62":{"tf":1.0}},"e":{"c":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"115":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"141":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":13,"docs":{"106":{"tf":1.0},"133":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"148":{"tf":1.0},"153":{"tf":1.4142135623730951},"52":{"tf":1.0},"55":{"tf":1.0},"64":{"tf":1.0},"77":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"92":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"90":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":10,"docs":{"152":{"tf":1.0},"153":{"tf":1.0},"2":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"62":{"tf":1.0},"85":{"tf":1.0},"89":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"153":{"tf":1.0}}}},"w":{"df":1,"docs":{"75":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"122":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":14,"docs":{"151":{"tf":1.0},"3":{"tf":1.0},"44":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.7320508075688772},"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},"73":{"tf":1.0},"87":{"tf":1.0}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":7,"docs":{"153":{"tf":1.0},"20":{"tf":1.0},"31":{"tf":1.0},"66":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"93":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"144":{"tf":1.0},"147":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"b":{"/":{"df":2,"docs":{"68":{"tf":1.0},"75":{"tf":1.4142135623730951}}},"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{"0":{"df":3,"docs":{"130":{"tf":1.0},"137":{"tf":1.0},"54":{"tf":1.0}}},"df":1,"docs":{"71":{"tf":1.0}}},"2":{"df":1,"docs":{"77":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":10,"docs":{"0":{"tf":1.7320508075688772},"120":{"tf":1.0},"130":{"tf":1.4142135623730951},"153":{"tf":2.23606797749979},"27":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"54":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"103":{"tf":1.0}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"64":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"102":{"tf":1.0}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"82":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"121":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":32,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"106":{"tf":1.0},"110":{"tf":1.0},"120":{"tf":1.4142135623730951},"13":{"tf":1.0},"131":{"tf":1.0},"141":{"tf":1.4142135623730951},"142":{"tf":1.0},"143":{"tf":2.0},"144":{"tf":1.0},"149":{"tf":2.6457513110645907},"152":{"tf":2.0},"153":{"tf":2.8284271247461903},"16":{"tf":1.0},"25":{"tf":2.6457513110645907},"27":{"tf":1.4142135623730951},"28":{"tf":2.23606797749979},"30":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"56":{"tf":1.7320508075688772},"61":{"tf":2.0},"64":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"81":{"tf":1.4142135623730951},"82":{"tf":1.0},"83":{"tf":2.449489742783178}},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"153":{"tf":1.0}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":6,"docs":{"0":{"tf":1.0},"2":{"tf":1.7320508075688772},"3":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.4142135623730951},"6":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"45":{"tf":1.0},"47":{"tf":1.0},"71":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"106":{"tf":1.0},"41":{"tf":1.0}}}}},"df":1,"docs":{"83":{"tf":1.0}}},"df":0,"docs":{}}},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":8,"docs":{"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"31":{"tf":1.0},"76":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}}}}}},"o":{"a":{"d":{"df":1,"docs":{"106":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"27":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"g":{"df":3,"docs":{"122":{"tf":1.0},"142":{"tf":1.0},"62":{"tf":1.0}}},"i":{"df":0,"docs":{},"l":{"d":{"df":31,"docs":{"106":{"tf":1.0},"116":{"tf":1.0},"135":{"tf":1.7320508075688772},"137":{"tf":1.0},"144":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.0},"16":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"30":{"tf":1.0},"41":{"tf":1.0},"49":{"tf":1.4142135623730951},"60":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"64":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.0},"9":{"tf":1.0},"94":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{".":{"df":0,"docs":{},"r":{"df":3,"docs":{"120":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0}}}},"df":1,"docs":{"120":{"tf":1.0}}},"df":0,"docs":{}}}},"df":30,"docs":{"118":{"tf":1.4142135623730951},"119":{"tf":1.0},"120":{"tf":1.7320508075688772},"123":{"tf":1.0},"125":{"tf":2.23606797749979},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"143":{"tf":1.4142135623730951},"18":{"tf":1.0},"21":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"41":{"tf":1.7320508075688772},"44":{"tf":1.0},"49":{"tf":2.8284271247461903},"5":{"tf":1.0},"57":{"tf":1.7320508075688772},"58":{"tf":1.0},"73":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":4,"docs":{"144":{"tf":1.0},"147":{"tf":1.0},"20":{"tf":1.0},"8":{"tf":1.0}}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":4,"docs":{"106":{"tf":1.0},"108":{"tf":1.0},"114":{"tf":1.7320508075688772},"116":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"z":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"82":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"c":{"(":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}}},"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":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"30":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"27":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"152":{"tf":1.0},"153":{"tf":1.0}},"e":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"143":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"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":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"25":{"tf":1.0},"83":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"143":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":9,"docs":{"103":{"tf":1.4142135623730951},"116":{"tf":1.0},"133":{"tf":1.0},"143":{"tf":1.7320508075688772},"144":{"tf":1.0},"147":{"tf":1.0},"153":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"114":{"tf":1.0}}}}}},"p":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"l":{"df":9,"docs":{"106":{"tf":1.0},"112":{"tf":1.0},"119":{"tf":1.0},"121":{"tf":1.0},"133":{"tf":1.7320508075688772},"153":{"tf":1.0},"34":{"tf":1.0},"40":{"tf":1.0},"84":{"tf":1.0}}}},"c":{"df":4,"docs":{"143":{"tf":1.0},"149":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"106":{"tf":1.0},"152":{"tf":1.0},"85":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":3,"docs":{"10":{"tf":1.0},"145":{"tf":1.0},"99":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"65":{"tf":1.0},"78":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"61":{"tf":1.0},"77":{"tf":1.0},"83":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":3,"docs":{"144":{"tf":1.7320508075688772},"64":{"tf":1.0},"66":{"tf":1.0}}}}},"df":1,"docs":{"22":{"tf":1.0}},"f":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"34":{"tf":1.0},"41":{"tf":1.0}}},"df":0,"docs":{}}}}}},"h":{"/":{"df":2,"docs":{"68":{"tf":1.0},"75":{"tf":1.4142135623730951}}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"153":{"tf":1.0},"49":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"119":{"tf":1.0},"123":{"tf":1.0},"3":{"tf":1.0},"6":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"2":{"df":1,"docs":{"71":{"tf":1.0}}},"5":{"df":4,"docs":{"130":{"tf":1.0},"137":{"tf":1.0},"54":{"tf":1.0},"77":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"df":2,"docs":{"0":{"tf":1.0},"153":{"tf":1.0}}},"df":0,"docs":{}}}},"df":4,"docs":{"130":{"tf":1.0},"153":{"tf":2.23606797749979},"46":{"tf":1.0},"54":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"o":{"df":23,"docs":{"121":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.7320508075688772},"137":{"tf":1.0},"143":{"tf":1.7320508075688772},"144":{"tf":1.4142135623730951},"148":{"tf":1.7320508075688772},"152":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"26":{"tf":2.23606797749979},"34":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"55":{"tf":2.23606797749979},"62":{"tf":2.0},"68":{"tf":1.0},"72":{"tf":1.7320508075688772},"73":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":2.0},"82":{"tf":1.0},"84":{"tf":1.4142135623730951}},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}},"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"26":{"tf":1.0}}}},"df":0,"docs":{}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"55":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":5,"docs":{"120":{"tf":1.0},"126":{"tf":1.0},"34":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"19":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"106":{"tf":1.0},"43":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":2,"docs":{"34":{"tf":1.0},"41":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"c":{"a":{"d":{"df":1,"docs":{"143":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"[":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"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":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"143":{"tf":1.4142135623730951}},"{":{"d":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":23,"docs":{"114":{"tf":1.0},"119":{"tf":1.0},"141":{"tf":2.0},"143":{"tf":2.8284271247461903},"144":{"tf":1.4142135623730951},"147":{"tf":2.0},"149":{"tf":2.449489742783178},"152":{"tf":1.4142135623730951},"153":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"30":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"64":{"tf":1.4142135623730951},"83":{"tf":1.0},"92":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":1,"docs":{"143":{"tf":1.4142135623730951}},"{":{"df":0,"docs":{},"i":{"df":1,"docs":{"143":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"[":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"143":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"[":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"143":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"[":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"143":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"143":{"tf":2.0}},"i":{"c":{"df":0,"docs":{},"s":{"df":0,"docs":{},"{":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"143":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"33":{"tf":1.0},"8":{"tf":1.0},"92":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"143":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"{":{"df":0,"docs":{},"i":{"df":1,"docs":{"143":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"143":{"tf":1.4142135623730951}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"{":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"143":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"143":{"tf":2.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"{":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"143":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"[":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"143":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"143":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"{":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"143":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"22":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"43":{"tf":1.4142135623730951},"61":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"22":{"tf":1.0},"30":{"tf":1.0},"92":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"20":{"tf":1.0}}}}}}}}}}},"i":{"df":8,"docs":{"122":{"tf":1.0},"149":{"tf":1.0},"25":{"tf":1.4142135623730951},"31":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.0},"85":{"tf":1.0},"89":{"tf":1.0}},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"92":{"tf":1.0},"97":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"111":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"92":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"22":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":5,"docs":{"106":{"tf":1.0},"110":{"tf":1.0},"153":{"tf":1.0},"24":{"tf":1.0},"30":{"tf":1.0}},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"110":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"r":{"df":6,"docs":{"106":{"tf":1.0},"22":{"tf":1.0},"31":{"tf":1.0},"43":{"tf":1.0},"6":{"tf":1.0},"92":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"|":{"df":2,"docs":{"114":{"tf":1.0},"115":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":1,"docs":{"103":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}},"d":{"a":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"103":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"103":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"(":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"81":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":8,"docs":{"103":{"tf":1.0},"108":{"tf":1.0},"114":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"119":{"tf":1.0},"37":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"25":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"8":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":16,"docs":{"106":{"tf":1.0},"122":{"tf":1.0},"150":{"tf":1.4142135623730951},"153":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.7320508075688772},"31":{"tf":1.4142135623730951},"43":{"tf":1.0},"6":{"tf":1.0},"65":{"tf":1.4142135623730951},"85":{"tf":1.0},"89":{"tf":1.4142135623730951},"92":{"tf":1.0},"95":{"tf":2.23606797749979},"98":{"tf":1.4142135623730951},"99":{"tf":1.0}},"—":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"106":{"tf":1.0}}}}}}}}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":4,"docs":{"11":{"tf":1.0},"123":{"tf":1.7320508075688772},"3":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"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":{"47":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"103":{"tf":1.0}}}}}}}}},"df":3,"docs":{"103":{"tf":1.4142135623730951},"47":{"tf":1.0},"83":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"106":{"tf":1.0},"153":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0},"67":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"m":{"df":1,"docs":{"118":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":10,"docs":{"104":{"tf":1.0},"144":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"151":{"tf":1.4142135623730951},"34":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.4142135623730951},"63":{"tf":1.0},"90":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"82":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"59":{"tf":1.0},"63":{"tf":1.0},"85":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":14,"docs":{"0":{"tf":1.0},"103":{"tf":1.0},"125":{"tf":1.0},"137":{"tf":1.4142135623730951},"143":{"tf":1.0},"145":{"tf":1.0},"149":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"58":{"tf":1.0},"73":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"153":{"tf":1.4142135623730951},"20":{"tf":1.0}}},"s":{"df":23,"docs":{"101":{"tf":1.0},"104":{"tf":1.0},"106":{"tf":1.0},"121":{"tf":1.4142135623730951},"141":{"tf":1.0},"142":{"tf":1.4142135623730951},"143":{"tf":1.0},"147":{"tf":1.0},"150":{"tf":1.0},"152":{"tf":1.0},"17":{"tf":1.7320508075688772},"22":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772},"43":{"tf":1.0},"65":{"tf":1.4142135623730951},"85":{"tf":1.0},"88":{"tf":1.4142135623730951},"90":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"k":{"8":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":4,"docs":{"122":{"tf":1.0},"153":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.4142135623730951}},"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":5,"docs":{"136":{"tf":1.0},"17":{"tf":1.0},"65":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"2":{"tf":1.0}}}}}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"112":{"tf":1.0},"4":{"tf":1.0}},"u":{"df":2,"docs":{"19":{"tf":1.0},"85":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"26":{"tf":1.0},"29":{"tf":1.0},"33":{"tf":1.0},"62":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"47":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"67":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":2,"docs":{"129":{"tf":1.0},"53":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"106":{"tf":1.0},"115":{"tf":1.0},"153":{"tf":1.0},"22":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"152":{"tf":1.0},"20":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"28":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":6,"docs":{"118":{"tf":1.4142135623730951},"123":{"tf":1.0},"34":{"tf":2.0},"40":{"tf":1.0},"41":{"tf":2.0},"66":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"123":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"r":{"df":17,"docs":{"106":{"tf":1.0},"111":{"tf":1.0},"118":{"tf":1.4142135623730951},"12":{"tf":1.4142135623730951},"127":{"tf":1.4142135623730951},"31":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.7320508075688772},"57":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.0},"83":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"115":{"tf":1.4142135623730951}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"144":{"tf":1.0},"147":{"tf":1.0}}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"12":{"tf":1.0},"127":{"tf":1.0},"142":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":24,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"131":{"tf":1.4142135623730951},"14":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":2.0},"149":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"16":{"tf":1.0},"2":{"tf":1.0},"25":{"tf":1.7320508075688772},"43":{"tf":1.0},"47":{"tf":1.0},"56":{"tf":1.4142135623730951},"60":{"tf":1.0},"64":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.7320508075688772},"72":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0},"9":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"141":{"tf":1.0},"143":{"tf":1.0},"149":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"141":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}},"i":{"d":{"df":1,"docs":{"108":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"43":{"tf":1.0},"86":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"110":{"tf":1.0},"120":{"tf":1.0},"124":{"tf":1.0},"83":{"tf":1.4142135623730951}}}}},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.4142135623730951}}}}},"df":1,"docs":{"63":{"tf":2.0}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"143":{"tf":1.0},"149":{"tf":1.0}},"t":{"df":3,"docs":{"121":{"tf":1.0},"149":{"tf":1.0},"20":{"tf":1.0}}}}}},"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"125":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}},"m":{"df":1,"docs":{"103":{"tf":1.4142135623730951}},"e":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"103":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"153":{"tf":1.4142135623730951},"75":{"tf":1.0},"88":{"tf":1.0},"94":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.0},"6":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":15,"docs":{"43":{"tf":1.0},"45":{"tf":1.7320508075688772},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.7320508075688772},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":3,"docs":{"0":{"tf":1.7320508075688772},"106":{"tf":1.0},"4":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":5,"docs":{"13":{"tf":1.0},"131":{"tf":1.0},"153":{"tf":1.0},"47":{"tf":1.0},"56":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"153":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"105":{"tf":1.0},"2":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"m":{"d":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"143":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":10,"docs":{"106":{"tf":1.0},"121":{"tf":1.4142135623730951},"133":{"tf":1.4142135623730951},"143":{"tf":1.4142135623730951},"144":{"tf":1.0},"153":{"tf":1.0},"46":{"tf":1.4142135623730951},"82":{"tf":1.0},"84":{"tf":1.0},"92":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"88":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"82":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":4,"docs":{"106":{"tf":1.0},"153":{"tf":1.0},"30":{"tf":1.0},"78":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"106":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"i":{"df":2,"docs":{"63":{"tf":1.0},"67":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"123":{"tf":1.0}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"123":{"tf":1.0},"42":{"tf":1.0}},"e":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"123":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"123":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":21,"docs":{"112":{"tf":1.0},"119":{"tf":1.4142135623730951},"125":{"tf":1.0},"34":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.7320508075688772},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.7320508075688772},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"c":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"57":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"153":{"tf":1.0},"81":{"tf":1.7320508075688772}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"85":{"tf":1.0}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"80":{"tf":1.4142135623730951},"81":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"31":{"tf":1.0},"81":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"147":{"tf":1.0}}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"127":{"tf":1.0},"148":{"tf":1.0},"51":{"tf":1.0},"64":{"tf":1.0},"66":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"40":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.4142135623730951}}}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"80":{"tf":1.0},"82":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":17,"docs":{"105":{"tf":1.0},"112":{"tf":1.0},"117":{"tf":2.0},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.4142135623730951},"122":{"tf":1.0},"123":{"tf":1.0},"21":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.4142135623730951},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"5":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":9,"docs":{"121":{"tf":1.0},"123":{"tf":1.7320508075688772},"150":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"2":{"tf":1.0},"26":{"tf":1.0},"43":{"tf":1.0},"9":{"tf":1.0},"98":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":4,"docs":{"152":{"tf":1.0},"153":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0}}},"df":0,"docs":{}}}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"153":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"103":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"0":{"df":1,"docs":{"81":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"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":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"102":{"tf":1.0}}}}}}}}}}}},"df":5,"docs":{"102":{"tf":1.0},"103":{"tf":1.0},"114":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":1,"docs":{"141":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"111":{"tf":1.0},"141":{"tf":1.0},"143":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.4142135623730951},"82":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":14,"docs":{"102":{"tf":2.0},"103":{"tf":1.0},"104":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"119":{"tf":1.4142135623730951},"3":{"tf":1.0},"5":{"tf":1.0},"58":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.7320508075688772},"83":{"tf":1.4142135623730951},"84":{"tf":1.0},"96":{"tf":1.0}}}}}}}},"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"[":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"a":{"df":24,"docs":{"0":{"tf":2.449489742783178},"103":{"tf":1.0},"111":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.4142135623730951},"127":{"tf":1.0},"130":{"tf":1.4142135623730951},"137":{"tf":1.0},"142":{"tf":1.0},"153":{"tf":2.0},"2":{"tf":1.0},"27":{"tf":1.0},"34":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.4142135623730951},"49":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":2.23606797749979},"68":{"tf":1.4142135623730951},"71":{"tf":2.23606797749979},"75":{"tf":1.4142135623730951},"77":{"tf":1.0},"84":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"150":{"tf":1.0},"95":{"tf":1.0}}}}}},"t":{"a":{"df":13,"docs":{"0":{"tf":2.23606797749979},"106":{"tf":1.0},"108":{"tf":1.0},"130":{"tf":1.4142135623730951},"152":{"tf":1.0},"153":{"tf":2.23606797749979},"20":{"tf":1.4142135623730951},"22":{"tf":1.0},"30":{"tf":1.0},"43":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"64":{"tf":1.0},"80":{"tf":1.0}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":2,"docs":{"22":{"tf":1.0},"30":{"tf":1.0}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":9,"docs":{"101":{"tf":1.0},"139":{"tf":1.0},"145":{"tf":1.4142135623730951},"18":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.0},"87":{"tf":1.0},"92":{"tf":1.0}},"g":{"df":3,"docs":{"124":{"tf":1.0},"29":{"tf":1.0},"59":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"30":{"tf":1.0},"43":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"123":{"tf":1.4142135623730951}}}},"l":{"a":{"df":0,"docs":{},"r":{"df":9,"docs":{"106":{"tf":1.0},"153":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.7320508075688772},"29":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"62":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"105":{"tf":1.0},"4":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"116":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":9,"docs":{"101":{"tf":1.4142135623730951},"106":{"tf":1.0},"111":{"tf":1.0},"114":{"tf":1.0},"26":{"tf":1.0},"57":{"tf":1.0},"94":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"106":{"tf":1.0},"12":{"tf":1.0},"127":{"tf":1.0},"43":{"tf":1.0},"63":{"tf":1.4142135623730951},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"125":{"tf":1.0},"41":{"tf":1.0},"47":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":3,"docs":{"61":{"tf":1.0},"77":{"tf":1.0},"83":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"143":{"tf":1.0},"78":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"98":{"tf":1.0}}}},"t":{"a":{"df":1,"docs":{"81":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"122":{"tf":1.0},"40":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"152":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":39,"docs":{"104":{"tf":1.0},"106":{"tf":1.4142135623730951},"119":{"tf":1.0},"121":{"tf":2.449489742783178},"123":{"tf":1.0},"136":{"tf":1.7320508075688772},"137":{"tf":1.0},"147":{"tf":1.4142135623730951},"15":{"tf":2.0},"153":{"tf":1.4142135623730951},"17":{"tf":1.0},"2":{"tf":1.0},"22":{"tf":1.7320508075688772},"24":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.4142135623730951},"37":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.7320508075688772},"42":{"tf":1.4142135623730951},"65":{"tf":1.7320508075688772},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"85":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.4142135623730951},"91":{"tf":1.0},"93":{"tf":1.0},"96":{"tf":1.0},"98":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"(":{"&":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":12,"docs":{"136":{"tf":1.0},"137":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"9":{"tf":1.0}}}}},"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":2,"docs":{"39":{"tf":1.4142135623730951},"41":{"tf":1.0}}}},"<":{"c":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"121":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"108":{"tf":1.0},"114":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":6,"docs":{"106":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"45":{"tf":1.4142135623730951},"60":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"106":{"tf":1.0},"153":{"tf":1.0},"42":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":9,"docs":{"151":{"tf":1.0},"31":{"tf":1.7320508075688772},"40":{"tf":1.4142135623730951},"44":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.4142135623730951},"5":{"tf":1.0},"58":{"tf":1.0},"73":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"150":{"tf":1.0},"95":{"tf":1.4142135623730951}}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":8,"docs":{"112":{"tf":1.0},"117":{"tf":1.0},"123":{"tf":1.0},"125":{"tf":1.0},"137":{"tf":1.0},"145":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"149":{"tf":1.0},"77":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"26":{"tf":1.7320508075688772},"29":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"152":{"tf":1.0},"26":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":23,"docs":{"105":{"tf":1.7320508075688772},"106":{"tf":2.23606797749979},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"31":{"tf":1.0},"65":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"90":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":2,"docs":{"147":{"tf":1.0},"149":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"152":{"tf":1.0},"17":{"tf":1.0},"2":{"tf":1.0},"32":{"tf":1.0},"40":{"tf":1.0},"66":{"tf":1.0},"85":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"103":{"tf":1.0},"87":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"10":{"tf":1.0},"34":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"142":{"tf":1.0}}}},"df":0,"docs":{}}}},"v":{"df":2,"docs":{"101":{"tf":1.0},"88":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"124":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":9,"docs":{"0":{"tf":1.7320508075688772},"111":{"tf":1.0},"120":{"tf":1.0},"127":{"tf":1.0},"142":{"tf":1.0},"153":{"tf":1.4142135623730951},"38":{"tf":1.0},"41":{"tf":1.0},"51":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"144":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"105":{"tf":1.0},"92":{"tf":1.0}},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"82":{"tf":1.0}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"150":{"tf":1.0}}},"df":17,"docs":{"121":{"tf":1.0},"142":{"tf":1.0},"147":{"tf":1.0},"150":{"tf":1.7320508075688772},"17":{"tf":1.7320508075688772},"22":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.4142135623730951},"39":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":1.0},"65":{"tf":1.0},"88":{"tf":1.4142135623730951},"92":{"tf":1.0},"95":{"tf":2.449489742783178}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"122":{"tf":1.0},"123":{"tf":1.0},"40":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"\'":{"df":0,"docs":{},"t":{"df":2,"docs":{"24":{"tf":1.0},"81":{"tf":1.0}}}},"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"28":{"tf":1.0}}}}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"48":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"\'":{"df":0,"docs":{},"t":{"df":1,"docs":{"64":{"tf":1.0}}}},"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":3,"docs":{"114":{"tf":1.0},"4":{"tf":1.0},"80":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"30":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"[":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}},"df":8,"docs":{"106":{"tf":1.0},"108":{"tf":1.0},"114":{"tf":1.0},"20":{"tf":1.0},"30":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"85":{"tf":1.0}},"n":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"l":{"df":2,"docs":{"108":{"tf":1.0},"34":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":20,"docs":{"106":{"tf":1.0},"132":{"tf":2.0},"14":{"tf":1.7320508075688772},"143":{"tf":1.4142135623730951},"144":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.7320508075688772},"153":{"tf":2.23606797749979},"25":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"43":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0},"68":{"tf":1.0},"75":{"tf":1.0},"77":{"tf":1.0},"83":{"tf":1.0},"85":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"143":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":7,"docs":{"115":{"tf":1.0},"140":{"tf":1.4142135623730951},"148":{"tf":1.0},"149":{"tf":1.0},"153":{"tf":1.4142135623730951},"30":{"tf":1.0},"56":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":6,"docs":{"102":{"tf":1.0},"103":{"tf":1.0},"114":{"tf":1.7320508075688772},"115":{"tf":1.0},"81":{"tf":1.4142135623730951},"82":{"tf":2.0}}}}}}}}}},"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},".":{"df":0,"docs":{},"g":{"df":11,"docs":{"108":{"tf":1.0},"111":{"tf":1.0},"114":{"tf":1.0},"119":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"121":{"tf":1.7320508075688772},"140":{"tf":1.0},"153":{"tf":1.4142135623730951},"25":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"114":{"tf":1.0}}}}}}},"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"30":{"tf":1.0}}}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":8,"docs":{"117":{"tf":1.0},"153":{"tf":1.0},"22":{"tf":1.0},"31":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"65":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"92":{"tf":1.0}}}}},"s":{"df":1,"docs":{"88":{"tf":1.0}},"i":{"df":1,"docs":{"43":{"tf":1.0}}}}},"c":{"df":1,"docs":{"121":{"tf":1.0}}},"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"78":{"tf":1.0}}}},"df":2,"docs":{"22":{"tf":1.0},"30":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"23":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"20":{"tf":1.0}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":9,"docs":{"0":{"tf":1.0},"121":{"tf":1.0},"133":{"tf":1.0},"143":{"tf":1.0},"145":{"tf":1.4142135623730951},"152":{"tf":1.0},"153":{"tf":1.0},"55":{"tf":1.0},"92":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"143":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":10,"docs":{"133":{"tf":1.0},"137":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"148":{"tf":1.4142135623730951},"26":{"tf":1.0},"55":{"tf":1.4142135623730951},"62":{"tf":1.0},"72":{"tf":1.0},"78":{"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":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"146":{"tf":1.0}}}}}}},"d":{"df":6,"docs":{"113":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"71":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"103":{"tf":1.0},"110":{"tf":1.0},"81":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"103":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":2,"docs":{"106":{"tf":1.0},"28":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"2":{"tf":1.4142135623730951},"20":{"tf":1.0},"34":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0}},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"119":{"tf":1.0}}}}}}}}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":5,"docs":{"106":{"tf":1.0},"152":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.4142135623730951},"43":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":11,"docs":{"106":{"tf":1.4142135623730951},"111":{"tf":1.0},"14":{"tf":1.0},"149":{"tf":1.0},"153":{"tf":1.4142135623730951},"61":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"92":{"tf":1.0},"97":{"tf":1.4142135623730951}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"39":{"tf":1.0},"57":{"tf":1.0}}}}},"v":{"df":1,"docs":{"101":{"tf":1.0}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":25,"docs":{"0":{"tf":1.0},"143":{"tf":1.4142135623730951},"145":{"tf":1.7320508075688772},"149":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"17":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"43":{"tf":1.0},"5":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.0},"85":{"tf":1.7320508075688772},"86":{"tf":1.4142135623730951},"89":{"tf":1.0},"90":{"tf":1.0},"92":{"tf":1.7320508075688772}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"—":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"108":{"tf":1.0}}}}}}},"r":{"(":{"\\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"114":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"81":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":11,"docs":{"109":{"tf":1.0},"140":{"tf":1.0},"142":{"tf":1.4142135623730951},"143":{"tf":2.23606797749979},"146":{"tf":1.7320508075688772},"147":{"tf":2.449489742783178},"148":{"tf":2.23606797749979},"149":{"tf":2.23606797749979},"150":{"tf":2.449489742783178},"4":{"tf":1.0},"63":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"19":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"c":{"df":2,"docs":{"121":{"tf":1.0},"34":{"tf":1.0}}},"df":0,"docs":{}},"v":{"a":{"df":0,"docs":{},"l":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":4,"docs":{"102":{"tf":1.0},"103":{"tf":1.0},"115":{"tf":1.0},"81":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":8,"docs":{"106":{"tf":1.0},"109":{"tf":1.0},"115":{"tf":1.0},"153":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.0},"47":{"tf":1.0},"85":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"110":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":3,"docs":{"105":{"tf":1.0},"22":{"tf":1.0},"31":{"tf":1.0}}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"142":{"tf":1.4142135623730951},"64":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":45,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.7320508075688772},"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"137":{"tf":1.4142135623730951},"153":{"tf":1.0},"18":{"tf":1.4142135623730951},"21":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"5":{"tf":1.7320508075688772},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"67":{"tf":1.7320508075688772},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.4142135623730951},"74":{"tf":1.7320508075688772},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.4142135623730951},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.7320508075688772}},"e":{".":{"df":0,"docs":{},"m":{"d":{"df":1,"docs":{"103":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"m":{"d":{"df":2,"docs":{"137":{"tf":1.0},"66":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"c":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"90":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":9,"docs":{"119":{"tf":1.0},"140":{"tf":1.4142135623730951},"15":{"tf":2.0},"153":{"tf":1.0},"2":{"tf":1.0},"22":{"tf":1.4142135623730951},"41":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"153":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":18,"docs":{"0":{"tf":1.4142135623730951},"118":{"tf":1.0},"119":{"tf":1.0},"12":{"tf":1.0},"127":{"tf":1.0},"130":{"tf":1.0},"153":{"tf":1.4142135623730951},"20":{"tf":1.0},"34":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.4142135623730951},"68":{"tf":2.0},"75":{"tf":1.7320508075688772}},"s":{"(":{"0":{"df":8,"docs":{"12":{"tf":1.0},"148":{"tf":1.0},"16":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.0},"69":{"tf":1.0},"9":{"tf":1.0}}},"1":{"df":6,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"70":{"tf":1.0},"72":{"tf":1.0},"78":{"tf":1.0}}},"2":{"df":7,"docs":{"127":{"tf":1.0},"137":{"tf":1.0},"51":{"tf":1.0},"62":{"tf":1.0},"71":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"63":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"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":{},"i":{"df":0,"docs":{},"s":{"df":5,"docs":{"153":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"110":{"tf":1.0},"147":{"tf":1.0},"81":{"tf":1.4142135623730951}}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"113":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":20,"docs":{"13":{"tf":1.0},"131":{"tf":1.0},"137":{"tf":1.0},"16":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"49":{"tf":1.0},"56":{"tf":1.4142135623730951},"60":{"tf":1.0},"62":{"tf":1.4142135623730951},"64":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"114":{"tf":1.0}}}}}}},"df":0,"docs":{}},"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":1,"docs":{"120":{"tf":1.0}},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":50,"docs":{"102":{"tf":1.7320508075688772},"103":{"tf":1.0},"106":{"tf":2.23606797749979},"108":{"tf":1.0},"109":{"tf":1.4142135623730951},"113":{"tf":2.0},"114":{"tf":2.23606797749979},"115":{"tf":2.23606797749979},"116":{"tf":1.4142135623730951},"119":{"tf":1.0},"120":{"tf":1.7320508075688772},"123":{"tf":1.0},"13":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"140":{"tf":1.0},"143":{"tf":1.4142135623730951},"144":{"tf":1.0},"149":{"tf":2.449489742783178},"15":{"tf":1.0},"152":{"tf":1.4142135623730951},"153":{"tf":2.23606797749979},"2":{"tf":1.0},"22":{"tf":1.4142135623730951},"25":{"tf":1.7320508075688772},"27":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":2.0},"31":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.7320508075688772},"42":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"45":{"tf":2.0},"46":{"tf":1.0},"47":{"tf":2.0},"49":{"tf":1.0},"56":{"tf":1.4142135623730951},"6":{"tf":1.0},"60":{"tf":1.0},"67":{"tf":1.0},"81":{"tf":3.0},"83":{"tf":1.7320508075688772},"84":{"tf":1.0},"85":{"tf":1.4142135623730951},"90":{"tf":1.7320508075688772},"92":{"tf":1.0}},"e":{"d":{"_":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"81":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"81":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"48":{"tf":1.0}}}},"n":{"df":1,"docs":{"137":{"tf":1.0}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":7,"docs":{"133":{"tf":1.0},"28":{"tf":1.0},"31":{"tf":1.0},"43":{"tf":1.0},"49":{"tf":1.0},"6":{"tf":1.0},"66":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"109":{"tf":1.0},"145":{"tf":1.7320508075688772},"150":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.7320508075688772}}}},"s":{"df":8,"docs":{"101":{"tf":1.4142135623730951},"103":{"tf":1.0},"108":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"81":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"103":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"47":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":25,"docs":{"105":{"tf":1.0},"106":{"tf":1.4142135623730951},"107":{"tf":1.7320508075688772},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.4142135623730951},"112":{"tf":1.0},"123":{"tf":1.0},"143":{"tf":1.0},"149":{"tf":1.0},"153":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.4142135623730951},"3":{"tf":1.0},"31":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.0},"77":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":13,"docs":{"117":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"125":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.4142135623730951},"57":{"tf":1.7320508075688772},"58":{"tf":1.0},"75":{"tf":1.0},"79":{"tf":1.4142135623730951}}}}}}},"}":{"\\"":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"115":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"f":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"27":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"111":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":14,"docs":{"108":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.4142135623730951},"142":{"tf":1.4142135623730951},"143":{"tf":1.4142135623730951},"144":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.4142135623730951},"150":{"tf":1.0},"152":{"tf":1.0},"30":{"tf":1.0},"60":{"tf":1.0},"97":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":19,"docs":{"103":{"tf":1.0},"110":{"tf":1.0},"139":{"tf":1.4142135623730951},"140":{"tf":1.7320508075688772},"143":{"tf":1.7320508075688772},"149":{"tf":1.4142135623730951},"18":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.4142135623730951},"3":{"tf":1.0},"31":{"tf":1.0},"43":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.0},"68":{"tf":1.0},"75":{"tf":1.0},"81":{"tf":1.0},"92":{"tf":1.4142135623730951}}}}}},"l":{"df":0,"docs":{},"s":{"df":4,"docs":{"152":{"tf":1.0},"153":{"tf":1.0},"28":{"tf":1.0},"92":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{}}}}},"q":{"df":4,"docs":{"104":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.7320508075688772},"5":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"108":{"tf":1.0},"116":{"tf":1.0},"25":{"tf":1.0},"43":{"tf":1.0},"65":{"tf":1.0},"97":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"87":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"82":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":7,"docs":{"119":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"75":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"65":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":4,"docs":{"110":{"tf":1.0},"149":{"tf":1.0},"56":{"tf":1.0},"83":{"tf":1.0}}},"df":1,"docs":{"81":{"tf":1.0}}},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"92":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"65":{"tf":1.4142135623730951},"86":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"df":7,"docs":{"112":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"35":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"l":{"_":{"b":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"81":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"135":{"tf":1.0},"49":{"tf":1.0}}}},"d":{"df":3,"docs":{"147":{"tf":1.0},"76":{"tf":1.4142135623730951},"78":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":1,"docs":{"152":{"tf":1.0}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"109":{"tf":1.0},"115":{"tf":1.0},"43":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"26":{"tf":1.4142135623730951},"55":{"tf":1.0},"64":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951},"92":{"tf":1.0}},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"152":{"tf":1.0}}}}}}}}}},"t":{"df":5,"docs":{"113":{"tf":1.0},"22":{"tf":1.0},"65":{"tf":1.4142135623730951},"67":{"tf":1.0},"92":{"tf":1.0}}},"x":{"df":8,"docs":{"122":{"tf":1.0},"144":{"tf":1.0},"147":{"tf":1.7320508075688772},"148":{"tf":1.7320508075688772},"149":{"tf":1.7320508075688772},"150":{"tf":2.0},"25":{"tf":1.0},"26":{"tf":1.0}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"[":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"143":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"151":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.0},"92":{"tf":1.0}}},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"144":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"120":{"tf":1.0}}},"df":0,"docs":{}},"w":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":6,"docs":{"103":{"tf":1.0},"143":{"tf":2.449489742783178},"22":{"tf":1.0},"30":{"tf":1.0},"47":{"tf":1.0},"90":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":3,"docs":{"22":{"tf":1.0},"31":{"tf":1.0},"85":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"120":{"tf":1.7320508075688772},"125":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"49":{"tf":1.4142135623730951}}}}}}},"n":{"df":54,"docs":{"102":{"tf":1.4142135623730951},"103":{"tf":1.4142135623730951},"114":{"tf":2.449489742783178},"115":{"tf":2.0},"12":{"tf":1.0},"120":{"tf":1.4142135623730951},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"13":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"14":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.4142135623730951},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":2.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},"69":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"71":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"77":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951},"81":{"tf":2.23606797749979},"82":{"tf":2.23606797749979},"9":{"tf":1.4142135623730951}}},"o":{"c":{"df":0,"docs":{},"u":{"df":2,"docs":{"24":{"tf":1.0},"25":{"tf":1.0}},"s":{"df":3,"docs":{"0":{"tf":1.0},"33":{"tf":1.0},"92":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":4,"docs":{"139":{"tf":1.0},"22":{"tf":1.4142135623730951},"49":{"tf":1.0},"85":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"114":{"tf":1.0}}}}},"m":{"a":{"df":0,"docs":{},"t":{"!":{"(":{"\\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"115":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"22":{"tf":1.0}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"101":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":13,"docs":{"19":{"tf":1.7320508075688772},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0}}}},"df":1,"docs":{"150":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"z":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"97":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"150":{"tf":1.0},"94":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":2,"docs":{"118":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951}}}}}},"r":{"df":2,"docs":{"119":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951}},"e":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"125":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"125":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"51":{"tf":1.0}}}},"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":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":2,"docs":{"121":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"/":{"<":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"121":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":4,"docs":{"108":{"tf":1.0},"109":{"tf":1.0},"120":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951}},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"125":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"56":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"s":{"/":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"d":{"a":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}},"df":34,"docs":{"0":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.7320508075688772},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"125":{"tf":1.0},"14":{"tf":1.0},"147":{"tf":1.0},"153":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.7320508075688772},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"28":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"5":{"tf":1.7320508075688772},"58":{"tf":1.0},"84":{"tf":1.0},"91":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"104":{"tf":1.0},"75":{"tf":1.4142135623730951},"78":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"30":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"122":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"149":{"tf":1.0},"20":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"144":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"26":{"tf":1.0},"63":{"tf":1.0},"81":{"tf":1.0}}}}}}},"d":{"df":6,"docs":{"128":{"tf":1.0},"148":{"tf":1.4142135623730951},"149":{"tf":1.0},"16":{"tf":1.0},"52":{"tf":1.0},"81":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"z":{"df":2,"docs":{"120":{"tf":1.0},"80":{"tf":1.4142135623730951}}}}}},"g":{"a":{"df":1,"docs":{"81":{"tf":1.0}},"p":{"df":2,"docs":{"20":{"tf":1.0},"61":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":3,"docs":{"119":{"tf":1.0},"37":{"tf":1.0},"90":{"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":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":4,"docs":{"108":{"tf":1.0},"114":{"tf":1.0},"119":{"tf":1.0},"41":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":16,"docs":{"106":{"tf":1.0},"114":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.4142135623730951},"123":{"tf":1.0},"153":{"tf":1.0},"22":{"tf":1.4142135623730951},"31":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"58":{"tf":1.0},"80":{"tf":1.4142135623730951}}}}},"t":{"(":{"0":{"df":1,"docs":{"103":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"114":{"tf":1.0},"115":{"tf":1.0}}}},"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":1,"docs":{"6":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"153":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{},"o":{"d":{"df":7,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"61":{"tf":1.0},"66":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"80":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"43":{"tf":1.0},"65":{"tf":1.0}}},"u":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"61":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":1,"docs":{"153":{"tf":1.0}}}},"w":{"df":1,"docs":{"116":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"110":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":5,"docs":{"106":{"tf":1.0},"124":{"tf":1.0},"32":{"tf":1.0},"40":{"tf":1.0},"66":{"tf":1.0}}},"df":0,"docs":{}}},"df":76,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"112":{"tf":1.0},"139":{"tf":1.4142135623730951},"32":{"tf":1.7320508075688772},"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.7320508075688772},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"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},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"30":{"tf":1.0}},"l":{"df":6,"docs":{"0":{"tf":1.0},"24":{"tf":1.0},"4":{"tf":1.0},"78":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"11":{"tf":1.4142135623730951},"30":{"tf":1.0}}}}}},"r":{"d":{"df":1,"docs":{"26":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"147":{"tf":1.0},"25":{"tf":1.0},"69":{"tf":1.0},"76":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"141":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"p":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"81":{"tf":1.0}}}}}},"df":0,"docs":{}},"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"81":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"147":{"tf":1.0},"153":{"tf":1.0},"22":{"tf":1.0},"27":{"tf":1.7320508075688772},"43":{"tf":1.0}},"i":{"df":2,"docs":{"27":{"tf":1.0},"47":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":1,"docs":{"75":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"141":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"m":{"df":5,"docs":{"121":{"tf":1.0},"34":{"tf":1.4142135623730951},"39":{"tf":1.0},"41":{"tf":1.4142135623730951},"98":{"tf":1.0}}},"p":{"df":4,"docs":{"23":{"tf":1.0},"4":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"108":{"tf":1.0},"111":{"tf":1.7320508075688772},"34":{"tf":1.0},"41":{"tf":1.0},"63":{"tf":1.0},"92":{"tf":1.0},"97":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":7,"docs":{"0":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"143":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":7,"docs":{"141":{"tf":1.4142135623730951},"153":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"64":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"89":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"27":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"43":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"101":{"tf":1.0},"152":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"87":{"tf":1.0},"92":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"3":{"0":{"0":{"0":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"141":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"0":{"9":{"0":{"df":3,"docs":{"101":{"tf":1.0},"141":{"tf":1.0},"17":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":6,"docs":{"103":{"tf":1.7320508075688772},"119":{"tf":1.0},"141":{"tf":1.0},"147":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"92":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"i":{"6":{"4":{"df":1,"docs":{"81":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"[":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"47":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"a":{"df":4,"docs":{"114":{"tf":1.0},"115":{"tf":1.0},"75":{"tf":1.0},"79":{"tf":1.4142135623730951}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"114":{"tf":1.0},"140":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"99":{"tf":1.4142135623730951}}}}}},"i":{"df":73,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"32":{"tf":1.7320508075688772},"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},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.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},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}},"i":{"df":19,"docs":{"105":{"tf":1.7320508075688772},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"113":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"150":{"tf":1.7320508075688772},"94":{"tf":1.7320508075688772},"95":{"tf":2.23606797749979},"96":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"153":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"24":{"tf":1.7320508075688772}}}},"l":{"df":4,"docs":{"114":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"57":{"tf":1.0},"81":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":17,"docs":{"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.0},"119":{"tf":1.4142135623730951},"120":{"tf":1.0},"121":{"tf":1.7320508075688772},"125":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.7320508075688772},"42":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"75":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"66":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"126":{"tf":1.4142135623730951}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":5,"docs":{"0":{"tf":1.4142135623730951},"149":{"tf":1.0},"153":{"tf":1.0},"27":{"tf":1.0},"81":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":10,"docs":{"143":{"tf":1.4142135623730951},"149":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"27":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"62":{"tf":1.0},"68":{"tf":1.0},"70":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":7,"docs":{"143":{"tf":1.4142135623730951},"144":{"tf":1.0},"148":{"tf":1.0},"66":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"90":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"64":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"\\"":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"114":{"tf":1.0}}}}}}},"df":0,"docs":{}},">":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"142":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"142":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951}}}},"i":{"c":{"df":2,"docs":{"142":{"tf":1.0},"81":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":2,"docs":{"103":{"tf":1.0},"141":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":7,"docs":{"121":{"tf":1.0},"15":{"tf":1.4142135623730951},"153":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.4142135623730951},"24":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":3,"docs":{"108":{"tf":1.0},"114":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951}},"i":{"a":{"df":0,"docs":{},"l":{"_":{"b":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"81":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":2,"docs":{"143":{"tf":1.0},"81":{"tf":2.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"108":{"tf":1.0},"114":{"tf":1.0},"80":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"103":{"tf":1.0}}}}}}},"df":2,"docs":{"103":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"98":{"tf":1.0}}},"n":{"c":{"df":1,"docs":{"101":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"148":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"148":{"tf":1.0},"150":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":11,"docs":{"119":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.4142135623730951}}}},"n":{"d":{"df":4,"docs":{"106":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"43":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"149":{"tf":1.0}}},"t":{"df":3,"docs":{"24":{"tf":1.0},"31":{"tf":1.0},"60":{"tf":1.4142135623730951}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"0":{"tf":1.4142135623730951},"106":{"tf":1.0},"20":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}},"n":{"df":13,"docs":{"112":{"tf":1.0},"117":{"tf":1.7320508075688772},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"21":{"tf":1.0},"27":{"tf":2.0},"4":{"tf":1.0},"40":{"tf":1.0},"5":{"tf":1.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"23":{"tf":1.0},"31":{"tf":1.0},"43":{"tf":1.0}}}}}},"v":{"df":3,"docs":{"153":{"tf":1.0},"25":{"tf":1.0},"83":{"tf":1.0}}}}},"o":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{")":{".":{"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":{"81":{"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":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"26":{"tf":1.0}},"t":{"df":2,"docs":{"20":{"tf":1.7320508075688772},"21":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"120":{"tf":1.0},"142":{"tf":1.0},"80":{"tf":2.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"149":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"20":{"tf":1.0},"65":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":7,"docs":{"104":{"tf":1.0},"114":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"5":{"tf":1.0},"61":{"tf":1.0},"92":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"43":{"tf":1.0},"65":{"tf":1.4142135623730951},"87":{"tf":1.0}}}},"’":{"df":1,"docs":{"0":{"tf":1.0}}}},"v":{"df":30,"docs":{"124":{"tf":1.7320508075688772},"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"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}}}},"j":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"g":{"df":4,"docs":{"106":{"tf":1.0},"153":{"tf":1.0},"22":{"tf":1.0},"31":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":3,"docs":{"21":{"tf":1.0},"5":{"tf":1.0},"64":{"tf":1.0}}}}}},"k":{"8":{"df":21,"docs":{"101":{"tf":1.0},"104":{"tf":1.0},"121":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"150":{"tf":1.0},"152":{"tf":1.0},"34":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"65":{"tf":1.4142135623730951},"85":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"99":{"tf":1.7320508075688772}},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":1,"docs":{"99":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":4,"docs":{"122":{"tf":1.0},"153":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.4142135623730951}},"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":2,"docs":{"136":{"tf":1.0},"65":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":17,"docs":{"106":{"tf":1.0},"111":{"tf":1.0},"116":{"tf":1.0},"124":{"tf":1.0},"145":{"tf":1.0},"152":{"tf":1.4142135623730951},"29":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.4142135623730951},"66":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"92":{"tf":1.0}}}},"y":{"df":10,"docs":{"114":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.4142135623730951},"119":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"35":{"tf":1.4142135623730951},"36":{"tf":1.0},"41":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"147":{"tf":1.0}}}},"n":{"d":{"df":2,"docs":{"150":{"tf":1.0},"95":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"m":{"df":2,"docs":{"34":{"tf":1.0},"41":{"tf":1.0}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"4":{"tf":1.0}},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"u":{"b":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"98":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"l":{"df":3,"docs":{"142":{"tf":1.0},"150":{"tf":1.0},"98":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":11,"docs":{"121":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"89":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"g":{"df":1,"docs":{"97":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"25":{"tf":1.0},"31":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"106":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"125":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"153":{"tf":1.0},"87":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"2":{"tf":1.0},"22":{"tf":1.0},"64":{"tf":1.0},"71":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"d":{"df":2,"docs":{"123":{"tf":1.0},"42":{"tf":1.0}}},"df":0,"docs":{}}},"df":14,"docs":{"111":{"tf":1.0},"112":{"tf":1.0},"118":{"tf":1.0},"20":{"tf":1.0},"33":{"tf":1.7320508075688772},"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},"51":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":3,"docs":{"106":{"tf":1.0},"30":{"tf":1.0},"77":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"n":{"df":7,"docs":{"1":{"tf":1.7320508075688772},"18":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"153":{"tf":1.0}}}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"132":{"tf":1.0}}}}}},"t":{"df":2,"docs":{"20":{"tf":1.0},"82":{"tf":1.0}},"’":{"df":2,"docs":{"11":{"tf":1.0},"16":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":8,"docs":{"106":{"tf":1.7320508075688772},"141":{"tf":1.4142135623730951},"153":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":4,"docs":{"119":{"tf":1.0},"123":{"tf":1.0},"30":{"tf":1.7320508075688772},"41":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":2,"docs":{"68":{"tf":1.0},"70":{"tf":1.0}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"114":{"tf":1.0}}}}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"46":{"tf":1.0},"76":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"47":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":29,"docs":{"122":{"tf":1.0},"131":{"tf":1.4142135623730951},"140":{"tf":1.0},"143":{"tf":1.0},"149":{"tf":1.0},"152":{"tf":1.4142135623730951},"153":{"tf":1.7320508075688772},"16":{"tf":1.0},"20":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"30":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"56":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"83":{"tf":1.0},"84":{"tf":1.0},"86":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":1.0},"99":{"tf":1.0}}}}},"o":{"a":{"d":{"df":11,"docs":{"150":{"tf":1.4142135623730951},"16":{"tf":1.0},"60":{"tf":1.0},"64":{"tf":1.4142135623730951},"68":{"tf":1.0},"70":{"tf":1.0},"73":{"tf":1.4142135623730951},"75":{"tf":2.0},"76":{"tf":1.4142135623730951},"77":{"tf":1.7320508075688772},"95":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"145":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":5,"docs":{"122":{"tf":1.0},"141":{"tf":1.0},"153":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.4142135623730951}},"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":10,"docs":{"136":{"tf":1.0},"137":{"tf":1.0},"15":{"tf":1.0},"65":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"9":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":23,"docs":{"10":{"tf":1.0},"101":{"tf":1.4142135623730951},"104":{"tf":1.0},"121":{"tf":1.4142135623730951},"142":{"tf":1.0},"143":{"tf":1.0},"15":{"tf":1.0},"152":{"tf":1.0},"22":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"39":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"43":{"tf":1.0},"6":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.0},"85":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"92":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.4142135623730951}}},"t":{"df":1,"docs":{"142":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":10,"docs":{"10":{"tf":1.0},"114":{"tf":1.0},"142":{"tf":2.449489742783178},"143":{"tf":2.23606797749979},"145":{"tf":1.4142135623730951},"147":{"tf":1.0},"149":{"tf":1.4142135623730951},"152":{"tf":1.0},"3":{"tf":1.0},"64":{"tf":1.0}},"i":{"c":{"df":5,"docs":{"113":{"tf":1.0},"116":{"tf":1.0},"119":{"tf":1.0},"153":{"tf":1.0},"37":{"tf":1.0}}},"df":0,"docs":{}},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"103":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"143":{"tf":2.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":7,"docs":{"106":{"tf":1.0},"14":{"tf":1.0},"152":{"tf":1.4142135623730951},"28":{"tf":1.0},"43":{"tf":1.0},"75":{"tf":1.0},"77":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"25":{"tf":1.0},"89":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":5,"docs":{"12":{"tf":1.0},"141":{"tf":1.4142135623730951},"142":{"tf":1.0},"152":{"tf":1.0},"42":{"tf":1.0}}},"p":{"df":3,"docs":{"24":{"tf":1.0},"65":{"tf":1.0},"87":{"tf":1.0}}},"s":{"df":1,"docs":{"40":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"153":{"tf":1.0}}}}}}},"w":{"df":1,"docs":{"143":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"149":{"tf":1.0},"31":{"tf":1.0}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"[":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"143":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"r":{"df":2,"docs":{"22":{"tf":1.0},"30":{"tf":1.0}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"147":{"tf":1.4142135623730951}}}}},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"28":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"31":{"tf":1.0},"88":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"41":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"120":{"tf":1.0},"41":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":54,"docs":{"102":{"tf":1.0},"103":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"13":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"14":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.4142135623730951},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"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},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.4142135623730951},"82":{"tf":1.0},"9":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"105":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"44":{"tf":1.0},"59":{"tf":1.0},"73":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":10,"docs":{"153":{"tf":1.0},"16":{"tf":1.0},"20":{"tf":1.0},"26":{"tf":1.0},"31":{"tf":1.4142135623730951},"43":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"95":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"80":{"tf":1.4142135623730951}}}}}},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"80":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"g":{"df":5,"docs":{"118":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"4":{"tf":1.0},"41":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"i":{"df":6,"docs":{"106":{"tf":1.0},"148":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0}}},"t":{"df":0,"docs":{},"l":{"df":4,"docs":{"129":{"tf":1.0},"153":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0}}}}},"p":{"df":2,"docs":{"81":{"tf":1.0},"92":{"tf":1.0}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"64":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":4,"docs":{"113":{"tf":1.0},"149":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"124":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"43":{"tf":1.0},"89":{"tf":1.0}}}}}},"x":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"0":{"df":1,"docs":{"78":{"tf":1.0}}},"5":{"df":3,"docs":{"134":{"tf":1.0},"137":{"tf":1.0},"62":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":1,"docs":{"55":{"tf":1.0}}},"5":{"df":2,"docs":{"26":{"tf":1.0},"72":{"tf":1.0}}},"df":0,"docs":{}},"df":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":{"143":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"y":{"b":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":5,"docs":{"13":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.7320508075688772},"148":{"tf":1.7320508075688772},"149":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":8,"docs":{"0":{"tf":1.0},"106":{"tf":1.0},"152":{"tf":1.0},"20":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"43":{"tf":1.0},"61":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"153":{"tf":1.0},"25":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"78":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"r":{"df":1,"docs":{"63":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"27":{"tf":1.0},"77":{"tf":1.4142135623730951}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":5,"docs":{"120":{"tf":1.0},"143":{"tf":1.4142135623730951},"149":{"tf":1.0},"64":{"tf":1.0},"80":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"19":{"tf":1.0},"40":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"146":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"153":{"tf":1.0},"92":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"d":{"df":12,"docs":{"119":{"tf":1.0},"120":{"tf":1.4142135623730951},"123":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"c":{"df":14,"docs":{"101":{"tf":1.7320508075688772},"102":{"tf":2.0},"109":{"tf":1.0},"110":{"tf":1.0},"119":{"tf":1.0},"123":{"tf":1.0},"141":{"tf":1.0},"149":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0},"64":{"tf":1.0}},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"102":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"102":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{"\\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"_":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"102":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"r":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"0":{"df":1,"docs":{"55":{"tf":1.0}}},"5":{"df":2,"docs":{"26":{"tf":1.0},"72":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":4,"docs":{"134":{"tf":1.0},"137":{"tf":1.0},"62":{"tf":1.0},"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":{}}}},"df":0,"docs":{}},"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"x":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"143":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":1,"docs":{"143":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"df":1,"docs":{"75":{"tf":1.0}},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"u":{"b":{"df":1,"docs":{"95":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"m":{"df":6,"docs":{"113":{"tf":1.0},"116":{"tf":1.0},"64":{"tf":1.0},"66":{"tf":1.4142135623730951},"69":{"tf":1.0},"87":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"132":{"tf":1.0},"28":{"tf":1.7320508075688772}}}}}},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"5":{"tf":1.0},"7":{"tf":1.0},"77":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"110":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"66":{"tf":1.0},"81":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":7,"docs":{"108":{"tf":1.0},"144":{"tf":1.4142135623730951},"152":{"tf":1.0},"61":{"tf":1.0},"83":{"tf":1.0},"92":{"tf":1.0},"97":{"tf":1.0}}}},"x":{"df":4,"docs":{"144":{"tf":1.0},"26":{"tf":1.0},"62":{"tf":1.0},"68":{"tf":1.0}}}},"o":{"d":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"140":{"tf":1.4142135623730951}},"l":{"df":7,"docs":{"106":{"tf":2.23606797749979},"112":{"tf":1.0},"19":{"tf":1.0},"34":{"tf":1.0},"40":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0}}},"r":{"df":1,"docs":{"77":{"tf":1.0}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"123":{"tf":1.0},"42":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"31":{"tf":1.0}}}},"df":6,"docs":{"108":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"101":{"tf":1.0},"41":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":5,"docs":{"116":{"tf":1.0},"137":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"78":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"97":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"31":{"tf":1.0},"66":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":8,"docs":{"0":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.4142135623730951},"33":{"tf":1.0},"43":{"tf":1.0},"6":{"tf":1.0},"88":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":5,"docs":{"152":{"tf":1.0},"153":{"tf":1.0},"61":{"tf":1.4142135623730951},"63":{"tf":1.0},"78":{"tf":1.4142135623730951}}}}}}},"t":{"df":20,"docs":{"114":{"tf":1.0},"137":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"16":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"60":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"64":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.0},"9":{"tf":1.0}}}},"y":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"120":{"tf":1.0},"57":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"120":{"tf":1.0},"57":{"tf":2.0}}},"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":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":3,"docs":{"114":{"tf":1.0},"115":{"tf":1.0},"81":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":3,"docs":{"108":{"tf":1.0},"114":{"tf":1.0},"60":{"tf":1.0}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":3,"docs":{"142":{"tf":1.0},"150":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"22":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"42":{"tf":1.4142135623730951}}}}}},"df":4,"docs":{"142":{"tf":1.0},"27":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0}},"e":{"df":0,"docs":{},"e":{"d":{"df":18,"docs":{"115":{"tf":1.0},"116":{"tf":1.0},"12":{"tf":1.0},"152":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":1.0},"26":{"tf":1.4142135623730951},"4":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"78":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951},"90":{"tf":1.0},"92":{"tf":1.4142135623730951},"97":{"tf":1.0}}},"df":0,"docs":{}},"g":{"df":2,"docs":{"153":{"tf":1.0},"92":{"tf":1.0}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":20,"docs":{"12":{"tf":1.0},"127":{"tf":1.0},"137":{"tf":1.0},"16":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"51":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"64":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":20,"docs":{"0":{"tf":1.7320508075688772},"103":{"tf":1.0},"106":{"tf":1.0},"118":{"tf":1.7320508075688772},"12":{"tf":1.0},"121":{"tf":1.0},"127":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"153":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"22":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.0},"64":{"tf":1.0},"82":{"tf":2.23606797749979}}}}}}},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"114":{"tf":1.0},"115":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":24,"docs":{"106":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.7320508075688772},"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.4142135623730951},"120":{"tf":2.0},"121":{"tf":1.4142135623730951},"122":{"tf":1.0},"123":{"tf":1.7320508075688772},"130":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"82":{"tf":1.0},"91":{"tf":1.0}}},"x":{"df":0,"docs":{},"t":{"df":3,"docs":{"153":{"tf":1.0},"18":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}},"o":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"143":{"tf":1.0}},"s":{"[":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"143":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"10":{"tf":1.0},"145":{"tf":1.0},"99":{"tf":1.0}}}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"142":{"tf":1.0}}}}}},"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"114":{"tf":1.0},"115":{"tf":1.0}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"110":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"a":{"df":0,"docs":{},"p":{"df":3,"docs":{"119":{"tf":1.0},"37":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"148":{"tf":1.0},"41":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":4,"docs":{"110":{"tf":1.0},"121":{"tf":1.4142135623730951},"143":{"tf":1.0},"82":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":57,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"100":{"tf":1.4142135623730951},"101":{"tf":1.0},"103":{"tf":2.0},"106":{"tf":1.0},"108":{"tf":1.0},"114":{"tf":1.0},"118":{"tf":1.4142135623730951},"119":{"tf":1.7320508075688772},"12":{"tf":1.4142135623730951},"120":{"tf":1.0},"121":{"tf":1.7320508075688772},"123":{"tf":1.4142135623730951},"127":{"tf":2.0},"133":{"tf":1.4142135623730951},"134":{"tf":1.0},"140":{"tf":1.0},"142":{"tf":1.4142135623730951},"143":{"tf":2.0},"144":{"tf":1.4142135623730951},"145":{"tf":1.0},"147":{"tf":2.0},"149":{"tf":1.0},"153":{"tf":2.23606797749979},"19":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.4142135623730951},"22":{"tf":1.0},"25":{"tf":1.0},"30":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"34":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":2.449489742783178},"43":{"tf":1.0},"46":{"tf":1.4142135623730951},"51":{"tf":1.7320508075688772},"55":{"tf":1.0},"6":{"tf":1.0},"68":{"tf":1.0},"72":{"tf":1.0},"78":{"tf":1.4142135623730951},"8":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.4142135623730951},"82":{"tf":1.7320508075688772},"84":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.4142135623730951},"89":{"tf":1.0},"90":{"tf":1.0},"92":{"tf":1.7320508075688772},"94":{"tf":1.0}},"s":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"37":{"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":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":2,"docs":{"36":{"tf":1.0},"37":{"tf":1.0}}}},"df":1,"docs":{"118":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":2,"docs":{"36":{"tf":1.0},"37":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"26":{"tf":1.0}}},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"i":{"df":1,"docs":{"62":{"tf":1.0}}}}}}},"m":{"a":{"d":{"df":1,"docs":{"121":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":19,"docs":{"0":{"tf":1.7320508075688772},"10":{"tf":1.4142135623730951},"142":{"tf":1.7320508075688772},"144":{"tf":1.0},"147":{"tf":1.4142135623730951},"150":{"tf":1.4142135623730951},"153":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.7320508075688772},"33":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"6":{"tf":1.0},"8":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.7320508075688772},"96":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"=":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"96":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"95":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"s":{"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"=":{"1":{"df":1,"docs":{"145":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"=":{"1":{"df":1,"docs":{"145":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"n":{"df":1,"docs":{"143":{"tf":1.0}},"e":{"df":2,"docs":{"149":{"tf":1.0},"68":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"52":{"tf":1.0},"75":{"tf":1.0},"81":{"tf":1.0},"99":{"tf":1.0}}},"x":{"df":1,"docs":{"143":{"tf":1.0}},"s":{"[":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"143":{"tf":1.0}}}}},"df":0,"docs":{}}}},"w":{"df":2,"docs":{"16":{"tf":1.0},"18":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"127":{"tf":1.4142135623730951},"129":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"[":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":24,"docs":{"100":{"tf":1.4142135623730951},"106":{"tf":1.0},"141":{"tf":1.0},"149":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.7320508075688772},"20":{"tf":1.0},"22":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"5":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":2.23606797749979},"85":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.4142135623730951}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"60":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"106":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"30":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"65":{"tf":1.0}}}}}}}}}}},"k":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"\\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"114":{"tf":1.0},"115":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"o":{"df":2,"docs":{"103":{"tf":1.0},"81":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"!":{"(":{"\\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"81":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":13,"docs":{"102":{"tf":1.0},"103":{"tf":1.0},"114":{"tf":1.4142135623730951},"115":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"n":{"c":{"df":3,"docs":{"106":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.0}}},"df":4,"docs":{"111":{"tf":1.0},"20":{"tf":1.0},"40":{"tf":1.0},"90":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"89":{"tf":1.0}}}}},"p":{"df":1,"docs":{"153":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":28,"docs":{"0":{"tf":1.0},"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"43":{"tf":1.0},"5":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.4142135623730951},"85":{"tf":1.0},"86":{"tf":1.4142135623730951},"91":{"tf":1.0},"92":{"tf":2.23606797749979},"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}}}},"t":{"df":2,"docs":{"133":{"tf":1.0},"26":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"110":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"123":{"tf":1.0},"30":{"tf":1.0},"4":{"tf":1.0}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":14,"docs":{"119":{"tf":1.7320508075688772},"121":{"tf":1.0},"123":{"tf":1.0},"15":{"tf":1.0},"153":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.4142135623730951},"31":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.7320508075688772},"42":{"tf":1.0},"87":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"152":{"tf":1.0},"25":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"31":{"tf":1.0},"60":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":8,"docs":{"106":{"tf":1.0},"109":{"tf":1.0},"153":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.0},"85":{"tf":1.0},"92":{"tf":1.0}}}}},"df":1,"docs":{"148":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"141":{"tf":1.0},"145":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"20":{"tf":1.0},"24":{"tf":1.4142135623730951},"27":{"tf":1.0},"66":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"87":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"101":{"tf":1.0}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":4,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.7320508075688772},"5":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"df":1,"docs":{"143":{"tf":1.0}}}}}}}}}}},"p":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"30":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":2,"docs":{"125":{"tf":1.0},"48":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"6":{"tf":1.0},"85":{"tf":1.0}}}},"n":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"140":{"tf":1.0},"142":{"tf":1.0},"80":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"111":{"tf":1.0},"153":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.0},"97":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"141":{"tf":1.0},"153":{"tf":1.0},"49":{"tf":1.0},"57":{"tf":1.4142135623730951}}}}},"t":{"df":147,"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.7320508075688772},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.7320508075688772},"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"13":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"14":{"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},"15":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.7320508075688772},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.7320508075688772},"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},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.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}},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"143":{"tf":1.0}},"s":{"[":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"143":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":4,"docs":{"0":{"tf":1.0},"111":{"tf":1.0},"153":{"tf":1.0},"46":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":2,"docs":{"121":{"tf":1.0},"82":{"tf":2.0}}}}}},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"103":{"tf":1.0},"85":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":2,"docs":{"10":{"tf":1.0},"30":{"tf":1.0}}},"t":{"df":1,"docs":{"63":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"46":{"tf":1.0},"71":{"tf":1.0},"78":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":19,"docs":{"151":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":2.0},"49":{"tf":2.0},"5":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.0},"63":{"tf":1.4142135623730951},"66":{"tf":1.0},"73":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"119":{"tf":1.0},"121":{"tf":1.0}}}}},"df":3,"docs":{"10":{"tf":1.0},"145":{"tf":1.0},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"142":{"tf":1.0},"82":{"tf":1.4142135623730951}}}},"r":{"df":5,"docs":{"129":{"tf":1.0},"130":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"16":{"tf":1.0},"25":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":7,"docs":{"0":{"tf":1.0},"122":{"tf":1.0},"153":{"tf":1.4142135623730951},"22":{"tf":1.0},"68":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"153":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"150":{"tf":1.4142135623730951},"98":{"tf":1.7320508075688772}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":13,"docs":{"151":{"tf":1.0},"18":{"tf":1.4142135623730951},"21":{"tf":1.0},"23":{"tf":1.7320508075688772},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"40":{"tf":1.4142135623730951},"44":{"tf":1.0},"5":{"tf":1.0}}}}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"114":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"152":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"65":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"151":{"tf":1.0}}}},"df":0,"docs":{}}}},"l":{"a":{"df":0,"docs":{},"n":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":12,"docs":{"136":{"tf":1.0},"137":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"[":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"90":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":32,"docs":{"106":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"16":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"30":{"tf":2.0},"31":{"tf":1.0},"40":{"tf":1.0},"47":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.4142135623730951},"77":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":2.0},"86":{"tf":1.4142135623730951},"9":{"tf":1.0},"90":{"tf":1.0}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"92":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"113":{"tf":1.0}},"g":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"31":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"d":{"df":2,"docs":{"153":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"117":{"tf":1.0},"39":{"tf":1.0},"76":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"27":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"20":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0}}}},"df":0,"docs":{}},"df":8,"docs":{"101":{"tf":1.7320508075688772},"141":{"tf":1.0},"144":{"tf":1.7320508075688772},"147":{"tf":2.0},"150":{"tf":1.0},"88":{"tf":1.0},"92":{"tf":1.0},"98":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"106":{"tf":1.0},"153":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":15,"docs":{"104":{"tf":1.0},"151":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0},"44":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.7320508075688772},"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},"73":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"22":{"tf":1.0},"26":{"tf":1.0},"31":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"27":{"tf":1.0}}}}},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"153":{"tf":1.0},"64":{"tf":1.0}}}}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"128":{"tf":1.0},"93":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":8,"docs":{"106":{"tf":1.0},"108":{"tf":1.0},"151":{"tf":1.0},"4":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"91":{"tf":1.0},"92":{"tf":2.0}}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"92":{"tf":1.0},"97":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"145":{"tf":1.0}}}},"t":{"df":1,"docs":{"111":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"153":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"147":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"85":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":2.0},"4":{"tf":1.0}}}},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"118":{"tf":1.0},"34":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":6,"docs":{"151":{"tf":1.0},"23":{"tf":1.4142135623730951},"29":{"tf":1.0},"44":{"tf":1.0},"58":{"tf":1.0},"73":{"tf":1.0}}}}}},"df":0,"docs":{}}},"o":{"b":{"df":0,"docs":{},"e":{"df":7,"docs":{"110":{"tf":1.0},"114":{"tf":1.4142135623730951},"116":{"tf":1.0},"153":{"tf":1.0},"43":{"tf":1.0},"74":{"tf":1.0},"90":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":3,"docs":{"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":16,"docs":{"10":{"tf":1.0},"101":{"tf":1.0},"121":{"tf":1.0},"141":{"tf":1.0},"143":{"tf":1.0},"147":{"tf":1.4142135623730951},"15":{"tf":1.0},"153":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.4142135623730951},"39":{"tf":1.0},"41":{"tf":1.7320508075688772},"43":{"tf":1.0},"87":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":16,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"110":{"tf":1.0},"13":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.4142135623730951},"16":{"tf":1.0},"25":{"tf":1.0},"47":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.4142135623730951},"69":{"tf":1.0},"81":{"tf":1.4142135623730951}},"t":{"df":12,"docs":{"120":{"tf":1.0},"131":{"tf":1.0},"149":{"tf":1.0},"153":{"tf":1.4142135623730951},"25":{"tf":1.0},"28":{"tf":1.0},"38":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"68":{"tf":1.0},"77":{"tf":1.0},"83":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":12,"docs":{"106":{"tf":1.0},"141":{"tf":1.4142135623730951},"143":{"tf":1.0},"153":{"tf":1.4142135623730951},"20":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"43":{"tf":1.0},"73":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.4142135623730951},"83":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"0":{"tf":1.7320508075688772},"4":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":15,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":2.449489742783178},"102":{"tf":1.4142135623730951},"119":{"tf":1.0},"123":{"tf":1.0},"141":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.0},"17":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.4142135623730951},"64":{"tf":1.0}},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"143":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"143":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"149":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"153":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"75":{"tf":1.0},"81":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":7,"docs":{"0":{"tf":1.0},"152":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":2.0},"29":{"tf":1.4142135623730951},"30":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"114":{"tf":1.0},"28":{"tf":1.0}},"r":{"df":1,"docs":{"92":{"tf":1.0}}}},"i":{"d":{"df":6,"docs":{"108":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.4142135623730951},"88":{"tf":1.0},"92":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":8,"docs":{"119":{"tf":1.0},"121":{"tf":1.0},"15":{"tf":1.4142135623730951},"153":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.4142135623730951},"66":{"tf":1.0},"90":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"90":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"114":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"b":{"df":5,"docs":{"114":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"57":{"tf":2.0},"81":{"tf":1.0},"82":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"153":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"150":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"152":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":18,"docs":{"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"20":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"45":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"95":{"tf":1.4142135623730951}}}}}},"q":{"a":{"df":2,"docs":{"2":{"tf":1.0},"20":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"102":{"tf":1.7320508075688772},"123":{"tf":1.0},"81":{"tf":1.7320508075688772}}},"y":{"_":{"b":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"81":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"104":{"tf":1.0},"151":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":23,"docs":{"124":{"tf":1.0},"125":{"tf":1.7320508075688772},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"44":{"tf":1.0},"5":{"tf":1.0},"58":{"tf":1.0},"68":{"tf":1.4142135623730951},"69":{"tf":1.0},"73":{"tf":1.0},"75":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":13,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.7320508075688772},"8":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"29":{"tf":1.0}}}}}}},"r":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"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":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":7,"docs":{"120":{"tf":1.0},"134":{"tf":1.0},"26":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0},"55":{"tf":1.0},"68":{"tf":1.0}}}}},"df":1,"docs":{"148":{"tf":1.0}}},"p":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"125":{"tf":1.0},"65":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"(":{"1":{"0":{"df":7,"docs":{"129":{"tf":1.0},"137":{"tf":1.0},"147":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0},"62":{"tf":1.0},"71":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":1,"docs":{"77":{"tf":1.0}}},"df":0,"docs":{}},"5":{"0":{"df":2,"docs":{"148":{"tf":1.0},"60":{"tf":1.0}}},"df":6,"docs":{"148":{"tf":1.0},"16":{"tf":1.0},"70":{"tf":1.0},"72":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"r":{"df":1,"docs":{"63":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}}}}},"r":{"df":1,"docs":{"76":{"tf":1.0}}}},"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"143":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":13,"docs":{"143":{"tf":1.4142135623730951},"148":{"tf":1.0},"149":{"tf":1.4142135623730951},"153":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"46":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":2.0},"64":{"tf":1.7320508075688772},"76":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"30":{"tf":1.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"114":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"115":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"114":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"l":{"df":4,"docs":{"114":{"tf":1.7320508075688772},"115":{"tf":1.4142135623730951},"153":{"tf":1.0},"90":{"tf":1.0}},"e":{"df":0,"docs":{},"—":{"a":{"df":1,"docs":{"92":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":3,"docs":{"3":{"tf":1.0},"5":{"tf":1.0},"96":{"tf":1.0}},"i":{"df":21,"docs":{"110":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"140":{"tf":1.0},"143":{"tf":1.4142135623730951},"144":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":1.0},"153":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"30":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.4142135623730951},"72":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.4142135623730951},"92":{"tf":1.7320508075688772}}},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"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":{},"l":{"df":7,"docs":{"0":{"tf":1.0},"113":{"tf":1.0},"20":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0},"66":{"tf":1.0},"82":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"20":{"tf":1.0},"6":{"tf":1.0},"74":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"25":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"81":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"110":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"82":{"tf":1.0}}}},"df":0,"docs":{}}}},"v":{"df":1,"docs":{"143":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":6,"docs":{"152":{"tf":1.0},"46":{"tf":1.0},"68":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.4142135623730951},"82":{"tf":2.0}}}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":6,"docs":{"143":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.4142135623730951},"152":{"tf":1.0},"31":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"64":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":42,"docs":{"105":{"tf":1.7320508075688772},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":2.0},"118":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"121":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"124":{"tf":1.0},"125":{"tf":2.0},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"153":{"tf":1.0},"18":{"tf":1.4142135623730951},"21":{"tf":1.7320508075688772},"44":{"tf":1.4142135623730951},"5":{"tf":1.7320508075688772},"58":{"tf":1.0},"68":{"tf":1.4142135623730951},"73":{"tf":1.0},"75":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"m":{"d":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"85":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"95":{"tf":1.0}}},"y":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"95":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"122":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"149":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"153":{"tf":1.0}}},"x":{"df":4,"docs":{"145":{"tf":1.0},"149":{"tf":1.0},"90":{"tf":1.0},"92":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"98":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"151":{"tf":1.0},"3":{"tf":1.0},"61":{"tf":1.0},"92":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"110":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"47":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"95":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"20":{"tf":1.0},"26":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"92":{"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":{"8":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"106":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":5,"docs":{"17":{"tf":1.0},"43":{"tf":1.0},"65":{"tf":1.4142135623730951},"86":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"114":{"tf":1.0},"150":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":18,"docs":{"122":{"tf":1.0},"133":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.4142135623730951},"152":{"tf":1.0},"20":{"tf":1.0},"46":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"65":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"90":{"tf":1.0},"93":{"tf":1.0},"99":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":9,"docs":{"134":{"tf":1.0},"152":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"55":{"tf":1.0},"62":{"tf":1.4142135623730951},"68":{"tf":1.0},"72":{"tf":1.7320508075688772},"74":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":6,"docs":{"106":{"tf":1.0},"110":{"tf":1.0},"121":{"tf":1.0},"143":{"tf":1.0},"149":{"tf":1.0},"30":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"147":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":3,"docs":{"106":{"tf":1.0},"153":{"tf":1.4142135623730951},"22":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"82":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"82":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":19,"docs":{"120":{"tf":1.0},"121":{"tf":1.0},"134":{"tf":1.4142135623730951},"137":{"tf":1.0},"143":{"tf":2.0},"147":{"tf":1.0},"148":{"tf":1.0},"153":{"tf":1.4142135623730951},"30":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0},"46":{"tf":1.0},"55":{"tf":1.4142135623730951},"62":{"tf":1.0},"68":{"tf":1.0},"72":{"tf":1.4142135623730951},"75":{"tf":1.0},"78":{"tf":2.23606797749979},"82":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":18,"docs":{"102":{"tf":1.0},"103":{"tf":1.0},"114":{"tf":1.4142135623730951},"115":{"tf":1.0},"144":{"tf":1.0},"23":{"tf":1.0},"63":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.4142135623730951},"82":{"tf":2.0},"85":{"tf":1.0},"9":{"tf":1.0}}}},"m":{"df":1,"docs":{"119":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"153":{"tf":1.0},"27":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":12,"docs":{"109":{"tf":1.0},"114":{"tf":1.0},"121":{"tf":1.0},"153":{"tf":1.4142135623730951},"22":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"81":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"109":{"tf":1.0},"34":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{}},"df":3,"docs":{"152":{"tf":1.0},"31":{"tf":1.0},"63":{"tf":1.4142135623730951}}}},"v":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"64":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"31":{"tf":1.0},"5":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"116":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"152":{"tf":1.0},"28":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":6,"docs":{"0":{"tf":1.0},"106":{"tf":1.0},"117":{"tf":1.0},"153":{"tf":1.4142135623730951},"20":{"tf":1.0},"22":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"144":{"tf":1.4142135623730951},"64":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"153":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"c":{"df":1,"docs":{"114":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":12,"docs":{"102":{"tf":1.4142135623730951},"103":{"tf":1.0},"104":{"tf":1.0},"108":{"tf":1.0},"110":{"tf":1.0},"114":{"tf":1.7320508075688772},"115":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"34":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0},"81":{"tf":1.7320508075688772}}}}}}}}},"df":38,"docs":{"10":{"tf":1.4142135623730951},"101":{"tf":1.0},"106":{"tf":2.0},"115":{"tf":1.0},"132":{"tf":1.4142135623730951},"136":{"tf":1.4142135623730951},"14":{"tf":1.7320508075688772},"143":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.4142135623730951},"149":{"tf":2.0},"150":{"tf":1.0},"152":{"tf":1.4142135623730951},"153":{"tf":2.23606797749979},"2":{"tf":1.0},"22":{"tf":1.7320508075688772},"23":{"tf":1.0},"28":{"tf":2.0},"3":{"tf":1.0},"30":{"tf":1.7320508075688772},"31":{"tf":1.0},"32":{"tf":1.0},"43":{"tf":1.7320508075688772},"47":{"tf":1.0},"56":{"tf":1.4142135623730951},"6":{"tf":1.0},"61":{"tf":1.4142135623730951},"7":{"tf":1.0},"75":{"tf":1.0},"77":{"tf":1.0},"85":{"tf":2.23606797749979},"89":{"tf":1.0},"9":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"99":{"tf":1.4142135623730951}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"108":{"tf":1.0},"114":{"tf":1.4142135623730951}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":2,"docs":{"39":{"tf":1.0},"41":{"tf":1.0}},"u":{"df":0,"docs":{},"n":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":12,"docs":{"136":{"tf":1.0},"137":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"9":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":50,"docs":{"101":{"tf":2.0},"104":{"tf":1.0},"106":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.7320508075688772},"119":{"tf":1.4142135623730951},"121":{"tf":1.4142135623730951},"136":{"tf":1.0},"137":{"tf":1.0},"141":{"tf":1.4142135623730951},"142":{"tf":1.4142135623730951},"143":{"tf":2.449489742783178},"147":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":1.7320508075688772},"150":{"tf":2.0},"152":{"tf":1.7320508075688772},"153":{"tf":2.0},"17":{"tf":1.4142135623730951},"2":{"tf":1.0},"22":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"37":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"65":{"tf":1.7320508075688772},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.7320508075688772},"86":{"tf":2.0},"87":{"tf":1.7320508075688772},"88":{"tf":1.7320508075688772},"89":{"tf":1.7320508075688772},"9":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.0},"92":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951}},"s":{"/":{"<":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"123":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"’":{"df":1,"docs":{"92":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"90":{"tf":1.0}},"{":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"90":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"106":{"tf":1.0},"119":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0},"90":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"90":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"113":{"tf":1.7320508075688772},"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"125":{"tf":1.0},"142":{"tf":1.0},"4":{"tf":1.0},"8":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":4,"docs":{"111":{"tf":1.0},"119":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0}},"t":{"df":0,"docs":{},"y":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"153":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"m":{"df":0,"docs":{},"e":{"df":7,"docs":{"152":{"tf":1.4142135623730951},"153":{"tf":1.0},"17":{"tf":1.4142135623730951},"3":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.0},"85":{"tf":1.4142135623730951}}},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"0":{"tf":1.0},"142":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"92":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"c":{"a":{"df":0,"docs":{},"p":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"119":{"tf":1.0}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"119":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"119":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"/":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":1,"docs":{"119":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"119":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"119":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"119":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":1,"docs":{"119":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":4,"docs":{"126":{"tf":1.0},"48":{"tf":1.0},"69":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":24,"docs":{"12":{"tf":1.0},"127":{"tf":1.0},"137":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.4142135623730951},"16":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"49":{"tf":1.0},"51":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"64":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.0},"9":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"<":{"c":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":15,"docs":{"120":{"tf":1.0},"34":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":2.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},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":70,"docs":{"106":{"tf":2.6457513110645907},"112":{"tf":1.0},"116":{"tf":1.4142135623730951},"119":{"tf":2.0},"122":{"tf":2.0},"123":{"tf":1.4142135623730951},"124":{"tf":1.0},"125":{"tf":1.4142135623730951},"132":{"tf":1.0},"135":{"tf":1.4142135623730951},"137":{"tf":1.0},"138":{"tf":1.7320508075688772},"139":{"tf":1.4142135623730951},"140":{"tf":1.4142135623730951},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":2.6457513110645907},"144":{"tf":1.7320508075688772},"145":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.4142135623730951},"148":{"tf":1.7320508075688772},"149":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.4142135623730951},"152":{"tf":1.7320508075688772},"153":{"tf":2.23606797749979},"17":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"30":{"tf":1.7320508075688772},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.7320508075688772},"37":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":2.449489742783178},"42":{"tf":1.4142135623730951},"43":{"tf":2.23606797749979},"44":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951},"47":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.7320508075688772},"63":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":2.23606797749979},"86":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.4142135623730951},"93":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"m":{"d":{"df":2,"docs":{"137":{"tf":1.0},"66":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"89":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":4,"docs":{"34":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772},"92":{"tf":1.0},"97":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":8,"docs":{"10":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"16":{"tf":1.0},"25":{"tf":2.0},"61":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"75":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"80":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"d":{"df":18,"docs":{"106":{"tf":1.0},"118":{"tf":1.0},"12":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.7320508075688772},"147":{"tf":1.0},"152":{"tf":1.0},"16":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.7320508075688772},"66":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"90":{"tf":1.0},"92":{"tf":1.0}},"e":{"d":{"?":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"143":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":28,"docs":{"10":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.4142135623730951},"106":{"tf":1.0},"112":{"tf":1.4142135623730951},"123":{"tf":1.0},"137":{"tf":1.0},"151":{"tf":1.4142135623730951},"18":{"tf":1.0},"21":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"5":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.4142135623730951},"66":{"tf":1.0},"73":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"85":{"tf":1.0},"86":{"tf":1.0},"91":{"tf":1.4142135623730951}},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"[":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"143":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"85":{"tf":1.0}}}},"df":0,"docs":{}},"f":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"114":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"81":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"_":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"81":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"81":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"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":0,"docs":{},"t":{".":{"a":{"d":{"d":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}}},"df":6,"docs":{"102":{"tf":1.0},"103":{"tf":1.0},"114":{"tf":1.7320508075688772},"115":{"tf":1.7320508075688772},"57":{"tf":2.23606797749979},"81":{"tf":1.4142135623730951}}}},"n":{"d":{"df":2,"docs":{"82":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":1,"docs":{"81":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":6,"docs":{"144":{"tf":1.0},"26":{"tf":1.7320508075688772},"29":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"62":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"34":{"tf":1.0},"41":{"tf":1.0}}}},"i":{"c":{"df":9,"docs":{"0":{"tf":1.0},"118":{"tf":1.0},"144":{"tf":1.0},"147":{"tf":1.0},"153":{"tf":1.0},"27":{"tf":1.0},"36":{"tf":1.0},"88":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":9,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"132":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":1.0},"153":{"tf":1.0},"30":{"tf":1.0},"43":{"tf":1.0},"85":{"tf":1.0}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"57":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"p":{"df":5,"docs":{"5":{"tf":1.0},"66":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.4142135623730951}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":9,"docs":{"106":{"tf":1.0},"113":{"tf":1.0},"127":{"tf":1.0},"153":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"43":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":7,"docs":{"106":{"tf":1.0},"114":{"tf":1.0},"34":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"63":{"tf":1.0},"89":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"0":{"tf":1.0},"144":{"tf":1.0},"152":{"tf":1.0},"28":{"tf":1.4142135623730951},"78":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"148":{"tf":1.0}}},"r":{"df":1,"docs":{"78":{"tf":1.0}}}}}},"w":{"df":5,"docs":{"113":{"tf":1.0},"125":{"tf":1.0},"41":{"tf":1.0},"6":{"tf":1.0},"67":{"tf":1.0}},"n":{"df":1,"docs":{"141":{"tf":1.0}}}}}},"i":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"8":{"tf":1.0},"92":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":14,"docs":{"103":{"tf":1.0},"110":{"tf":1.0},"141":{"tf":1.4142135623730951},"152":{"tf":1.0},"153":{"tf":1.7320508075688772},"22":{"tf":1.0},"27":{"tf":2.0},"29":{"tf":1.0},"30":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"85":{"tf":1.7320508075688772},"92":{"tf":1.4142135623730951}},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"103":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"142":{"tf":1.0},"80":{"tf":1.0}}}}}},"df":3,"docs":{"129":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"81":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":4,"docs":{"114":{"tf":1.4142135623730951},"68":{"tf":1.0},"69":{"tf":1.4142135623730951},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"31":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"71":{"tf":1.0},"78":{"tf":1.0}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":4,"docs":{"22":{"tf":1.0},"30":{"tf":1.0},"61":{"tf":1.0},"88":{"tf":1.0}}}}},"t":{"df":1,"docs":{"33":{"tf":1.0}}},"z":{"df":0,"docs":{},"e":{"df":2,"docs":{"27":{"tf":1.0},"57":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":5,"docs":{"132":{"tf":1.0},"14":{"tf":1.0},"153":{"tf":1.7320508075688772},"25":{"tf":1.0},"83":{"tf":1.0}}},"w":{"?":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"c":{"df":0,"docs":{},"i":{"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":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"=":{"1":{"df":3,"docs":{"145":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"143":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"143":{"tf":1.0}},"s":{"[":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"143":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":7,"docs":{"143":{"tf":1.4142135623730951},"145":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":1.0},"25":{"tf":1.4142135623730951},"66":{"tf":1.0},"92":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"149":{"tf":1.0},"65":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"83":{"tf":1.0}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"20":{"tf":1.0},"43":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"10":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":3,"docs":{"116":{"tf":1.0},"152":{"tf":1.0},"69":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"109":{"tf":1.0},"115":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"o":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"77":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"104":{"tf":1.0}}}},"v":{"df":1,"docs":{"20":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":2,"docs":{"125":{"tf":1.0},"30":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"24":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":8,"docs":{"10":{"tf":1.0},"119":{"tf":1.0},"121":{"tf":1.0},"153":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.4142135623730951},"39":{"tf":1.0},"41":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"111":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":10,"docs":{"102":{"tf":1.0},"121":{"tf":1.0},"143":{"tf":1.4142135623730951},"150":{"tf":1.4142135623730951},"153":{"tf":1.0},"23":{"tf":1.0},"30":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"92":{"tf":1.0}},"i":{"df":3,"docs":{"153":{"tf":1.4142135623730951},"43":{"tf":1.0},"53":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":3,"docs":{"152":{"tf":1.0},"65":{"tf":1.0},"86":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"r":{"c":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":2,"docs":{"121":{"tf":1.0},"41":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":2,"docs":{"34":{"tf":1.7320508075688772},"41":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"153":{"tf":1.0},"75":{"tf":1.0},"77":{"tf":1.0}}}},"l":{"df":1,"docs":{"62":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":7,"docs":{"121":{"tf":1.0},"34":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"65":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"147":{"tf":1.0}}},"l":{"df":1,"docs":{"143":{"tf":1.0}},"e":{"d":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"143":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"63":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":3,"docs":{"12":{"tf":1.0},"127":{"tf":1.0},"51":{"tf":1.0}},"t":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"114":{"tf":1.0}}}}}}},"df":0,"docs":{}},"[":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":1,"docs":{"143":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"143":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"143":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"_":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"109":{"tf":1.0},"115":{"tf":1.0}},"e":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"81":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":21,"docs":{"10":{"tf":1.0},"106":{"tf":1.0},"108":{"tf":1.0},"114":{"tf":1.0},"141":{"tf":1.0},"143":{"tf":1.4142135623730951},"144":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.0},"153":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.4142135623730951},"42":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"64":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"92":{"tf":1.7320508075688772}},"u":{"df":0,"docs":{},"p":{"df":4,"docs":{"147":{"tf":1.0},"25":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":6,"docs":{"153":{"tf":1.7320508075688772},"27":{"tf":1.7320508075688772},"30":{"tf":1.0},"49":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"81":{"tf":1.7320508075688772}}},"i":{"c":{"df":2,"docs":{"114":{"tf":1.0},"81":{"tf":1.0}}},"df":0,"docs":{}}},"y":{"df":5,"docs":{"115":{"tf":1.4142135623730951},"152":{"tf":1.0},"16":{"tf":1.0},"45":{"tf":1.0},"83":{"tf":1.4142135623730951}}}},"d":{":":{":":{"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":{"81":{"tf":1.0}}}},"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":{},"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":8,"docs":{"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"9":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{":":{":":{"a":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"114":{"tf":1.0}}},"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":{":":{":":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"126":{"tf":1.0},"69":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":12,"docs":{"112":{"tf":1.4142135623730951},"140":{"tf":1.4142135623730951},"141":{"tf":1.4142135623730951},"142":{"tf":1.4142135623730951},"143":{"tf":2.23606797749979},"144":{"tf":1.4142135623730951},"145":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"64":{"tf":1.7320508075688772},"84":{"tf":1.4142135623730951},"92":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"152":{"tf":1.0},"16":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"p":{"df":3,"docs":{"106":{"tf":1.0},"153":{"tf":1.0},"30":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":2,"docs":{"118":{"tf":1.0},"119":{"tf":1.0}}}}}}},"df":3,"docs":{"114":{"tf":1.0},"115":{"tf":1.0},"81":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"153":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"71":{"tf":1.0},"78":{"tf":1.4142135623730951}}}}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"106":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"t":{"df":6,"docs":{"114":{"tf":1.0},"115":{"tf":1.0},"119":{"tf":1.0},"37":{"tf":1.0},"57":{"tf":1.4142135623730951},"81":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":6,"docs":{"112":{"tf":1.0},"123":{"tf":1.0},"139":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.4142135623730951},"80":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"b":{"df":1,"docs":{"49":{"tf":1.0}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":6,"docs":{"120":{"tf":1.0},"143":{"tf":1.4142135623730951},"148":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0},"70":{"tf":1.0}}}},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"24":{"tf":1.0}}}}},"df":12,"docs":{"0":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"144":{"tf":1.0},"149":{"tf":1.4142135623730951},"153":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"70":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"0":{"tf":1.0},"153":{"tf":1.0}}}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"106":{"tf":1.0},"13":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"149":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"149":{"tf":1.0},"29":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"85":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"2":{"tf":1.0},"89":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"29":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":4,"docs":{"121":{"tf":1.0},"124":{"tf":1.0},"143":{"tf":1.4142135623730951},"82":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"125":{"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":{"31":{"tf":1.0},"66":{"tf":1.4142135623730951}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"72":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"60":{"tf":1.0},"73":{"tf":1.0},"75":{"tf":1.0},"77":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"152":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"144":{"tf":1.0}}}}}}},"n":{"c":{"df":3,"docs":{"41":{"tf":1.0},"82":{"tf":1.0},"9":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"x":{"df":3,"docs":{"44":{"tf":1.0},"58":{"tf":1.0},"73":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":7,"docs":{"106":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":2.23606797749979},"20":{"tf":1.0},"22":{"tf":1.0},"27":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951}}}}}}}},"t":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.7320508075688772}}},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"25":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"2":{"0":{"df":4,"docs":{"134":{"tf":1.0},"137":{"tf":1.0},"62":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{}},"3":{"0":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}},"4":{"5":{"df":2,"docs":{"26":{"tf":1.0},"72":{"tf":1.0}}},"df":0,"docs":{}},"df":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":{"143":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"114":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"115":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":4,"docs":{"114":{"tf":1.4142135623730951},"115":{"tf":1.7320508075688772},"152":{"tf":1.4142135623730951},"43":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"106":{"tf":1.0}}}}},"d":{"df":4,"docs":{"103":{"tf":1.0},"143":{"tf":1.7320508075688772},"47":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"20":{"tf":1.4142135623730951},"59":{"tf":1.0},"63":{"tf":1.0}}},"r":{"df":1,"docs":{"30":{"tf":1.0}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"77":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":1,"docs":{"78":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"c":{"a":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"76":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"72":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":1,"docs":{"69":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"=":{"9":{"0":{"9":{"1":{"df":1,"docs":{"150":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"101":{"tf":1.0},"144":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"71":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"77":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"70":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":81,"docs":{"0":{"tf":1.4142135623730951},"10":{"tf":2.0},"106":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"113":{"tf":1.0},"116":{"tf":1.0},"118":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"12":{"tf":1.4142135623730951},"120":{"tf":1.7320508075688772},"121":{"tf":2.0},"122":{"tf":1.4142135623730951},"125":{"tf":1.7320508075688772},"134":{"tf":1.0},"14":{"tf":1.0},"141":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":2.23606797749979},"147":{"tf":1.0},"148":{"tf":1.4142135623730951},"150":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.4142135623730951},"16":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"2":{"tf":1.4142135623730951},"20":{"tf":1.7320508075688772},"21":{"tf":1.4142135623730951},"23":{"tf":2.0},"24":{"tf":1.7320508075688772},"25":{"tf":1.4142135623730951},"26":{"tf":1.7320508075688772},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":2.0},"36":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951},"41":{"tf":2.23606797749979},"43":{"tf":1.0},"44":{"tf":1.4142135623730951},"46":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.4142135623730951},"51":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.0},"62":{"tf":1.7320508075688772},"65":{"tf":1.4142135623730951},"68":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0},"72":{"tf":1.7320508075688772},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.4142135623730951},"77":{"tf":1.7320508075688772},"78":{"tf":1.7320508075688772},"80":{"tf":1.0},"82":{"tf":1.7320508075688772},"9":{"tf":1.7320508075688772},"91":{"tf":1.0},"94":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":2.449489742783178}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"110":{"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":{"109":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"108":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"{":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":3,"docs":{"126":{"tf":1.0},"69":{"tf":1.0},"9":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"115":{"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":{"81":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"114":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"114":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"111":{"tf":1.0}}},"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":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":2,"docs":{"126":{"tf":1.0},"17":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{":":{":":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":3,"docs":{"126":{"tf":1.0},"69":{"tf":1.0},"9":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"69":{"tf":1.0},"9":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"{":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"126":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"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":{},"t":{":":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":4,"docs":{"150":{"tf":1.4142135623730951},"94":{"tf":1.0},"95":{"tf":1.7320508075688772},"96":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"v":{"1":{"df":1,"docs":{"95":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":2,"docs":{"41":{"tf":1.0},"94":{"tf":1.4142135623730951}}}}},"s":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"122":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"k":{"8":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"122":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"122":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"d":{"df":3,"docs":{"10":{"tf":1.0},"142":{"tf":1.0},"147":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"120":{"tf":1.0},"122":{"tf":1.4142135623730951}},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"123":{"tf":1.0},"42":{"tf":1.0}},"s":{"/":{"<":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{">":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"121":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"25":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"20":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":3,"docs":{"31":{"tf":1.0},"5":{"tf":1.0},"85":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"e":{"df":20,"docs":{"0":{"tf":1.0},"120":{"tf":1.0},"143":{"tf":1.0},"149":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"20":{"tf":1.4142135623730951},"25":{"tf":2.23606797749979},"29":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0},"47":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"78":{"tf":1.0},"83":{"tf":2.0},"87":{"tf":1.0},"92":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"143":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":7,"docs":{"140":{"tf":1.4142135623730951},"142":{"tf":1.4142135623730951},"144":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.4142135623730951},"90":{"tf":1.0},"92":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"83":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"20":{"tf":1.0},"22":{"tf":1.0},"47":{"tf":1.0},"71":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"92":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"81":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"78":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0}}}}},"o":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"143":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"{":{"df":0,"docs":{},"i":{"df":1,"docs":{"143":{"tf":1.0}}}}}}}}}}}}}},"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":2,"docs":{"34":{"tf":1.0},"41":{"tf":1.0}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":28,"docs":{"106":{"tf":1.7320508075688772},"111":{"tf":1.4142135623730951},"114":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"119":{"tf":1.7320508075688772},"12":{"tf":1.7320508075688772},"123":{"tf":1.0},"127":{"tf":1.7320508075688772},"148":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"22":{"tf":1.7320508075688772},"26":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":2.0},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772},"43":{"tf":1.0},"49":{"tf":1.4142135623730951},"51":{"tf":2.0},"54":{"tf":1.0},"64":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"75":{"tf":1.0},"85":{"tf":1.0}},"y":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"g":{"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":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"114":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"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":{},"o":{"d":{".":{"df":0,"docs":{},"r":{"df":2,"docs":{"36":{"tf":1.0},"37":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"119":{"tf":1.0},"41":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"153":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"142":{"tf":1.0},"145":{"tf":1.4142135623730951},"90":{"tf":1.0},"92":{"tf":1.0}}},"k":{"df":1,"docs":{"30":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"65":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":16,"docs":{"106":{"tf":1.0},"108":{"tf":1.0},"119":{"tf":1.0},"153":{"tf":1.4142135623730951},"16":{"tf":1.4142135623730951},"20":{"tf":1.0},"22":{"tf":1.7320508075688772},"26":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":15,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"119":{"tf":2.23606797749979},"120":{"tf":1.0},"121":{"tf":1.7320508075688772},"123":{"tf":1.0},"125":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.7320508075688772},"4":{"tf":1.0},"41":{"tf":2.0},"42":{"tf":1.0},"48":{"tf":1.0},"57":{"tf":1.4142135623730951},"82":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":39,"docs":{"0":{"tf":1.7320508075688772},"120":{"tf":1.4142135623730951},"128":{"tf":1.0},"129":{"tf":2.23606797749979},"137":{"tf":1.0},"141":{"tf":1.0},"143":{"tf":2.449489742783178},"144":{"tf":1.0},"147":{"tf":1.7320508075688772},"148":{"tf":1.7320508075688772},"149":{"tf":2.23606797749979},"152":{"tf":1.0},"153":{"tf":1.7320508075688772},"16":{"tf":2.449489742783178},"27":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.4142135623730951},"49":{"tf":2.0},"52":{"tf":1.7320508075688772},"53":{"tf":2.23606797749979},"60":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"66":{"tf":1.7320508075688772},"68":{"tf":1.7320508075688772},"70":{"tf":2.23606797749979},"71":{"tf":2.23606797749979},"72":{"tf":1.0},"76":{"tf":1.4142135623730951},"77":{"tf":1.0},"78":{"tf":1.0},"80":{"tf":2.6457513110645907},"81":{"tf":2.0},"84":{"tf":1.0},"90":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"d":{"a":{"df":1,"docs":{"149":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"5":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"5":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"153":{"tf":1.0},"81":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"153":{"tf":1.0},"81":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"92":{"tf":1.0}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"m":{"d":{"df":1,"docs":{"123":{"tf":1.0}}},"df":0,"docs":{}}},"df":3,"docs":{"123":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772},"42":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":5,"docs":{"139":{"tf":1.4142135623730951},"143":{"tf":2.23606797749979},"3":{"tf":1.0},"5":{"tf":1.0},"92":{"tf":1.0}}}},"df":1,"docs":{"17":{"tf":1.4142135623730951}},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"153":{"tf":1.4142135623730951},"46":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":17,"docs":{"104":{"tf":1.0},"138":{"tf":1.7320508075688772},"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},"18":{"tf":1.0},"5":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"82":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"152":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"125":{"tf":1.0},"30":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"64":{"tf":1.7320508075688772}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"86":{"tf":1.0}}}}},"x":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}}},"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"102":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":5,"docs":{"143":{"tf":1.7320508075688772},"25":{"tf":1.0},"41":{"tf":1.0},"68":{"tf":1.7320508075688772},"75":{"tf":1.7320508075688772}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":7,"docs":{"118":{"tf":1.0},"119":{"tf":1.0},"153":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0},"80":{"tf":1.0}}}}}},"u":{"1":{"6":{"df":1,"docs":{"63":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"6":{"4":{"df":3,"docs":{"57":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"81":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"82":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"86":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":10,"docs":{"106":{"tf":1.0},"108":{"tf":1.0},"153":{"tf":1.0},"16":{"tf":1.0},"20":{"tf":1.4142135623730951},"60":{"tf":1.0},"68":{"tf":1.4142135623730951},"7":{"tf":1.0},"70":{"tf":1.0},"75":{"tf":1.7320508075688772}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":5,"docs":{"18":{"tf":1.0},"23":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"98":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"df":1,"docs":{"65":{"tf":1.0}}}},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"143":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"92":{"tf":1.0}}}}},"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":1,"docs":{"66":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"115":{"tf":1.0},"144":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"96":{"tf":1.0}}}}}},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}},"df":3,"docs":{"101":{"tf":1.0},"12":{"tf":1.0},"22":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"43":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":6,"docs":{"123":{"tf":1.0},"40":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.0},"66":{"tf":1.0},"81":{"tf":1.0}}}},"df":40,"docs":{"104":{"tf":1.0},"106":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.4142135623730951},"110":{"tf":1.0},"114":{"tf":2.23606797749979},"115":{"tf":1.7320508075688772},"125":{"tf":1.0},"126":{"tf":2.23606797749979},"133":{"tf":1.0},"144":{"tf":1.0},"147":{"tf":1.0},"15":{"tf":1.0},"150":{"tf":1.0},"152":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"3":{"tf":1.0},"5":{"tf":1.7320508075688772},"52":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"69":{"tf":2.23606797749979},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.7320508075688772},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"9":{"tf":2.0},"92":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":76,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"129":{"tf":1.0},"147":{"tf":1.0},"27":{"tf":1.7320508075688772},"32":{"tf":1.7320508075688772},"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.4142135623730951},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"68":{"tf":2.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.7320508075688772},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}},"s":{"(":{"1":{"0":{"df":5,"docs":{"16":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"71":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":7,"docs":{"129":{"tf":1.0},"137":{"tf":1.0},"147":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0},"66":{"tf":1.0},"76":{"tf":1.0}}},"df":0,"docs":{}},"3":{"0":{"df":2,"docs":{"60":{"tf":1.0},"77":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":3,"docs":{"70":{"tf":1.0},"72":{"tf":1.0},"81":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"z":{"df":4,"docs":{"114":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"52":{"tf":1.0},"82":{"tf":2.449489742783178}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"116":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"34":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951}}}},"x":{"df":0,"docs":{},"o":{"df":2,"docs":{"153":{"tf":1.4142135623730951},"81":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{},"s":{"(":{"2":{"df":6,"docs":{"12":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"70":{"tf":1.0},"9":{"tf":1.0}}},"3":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"147":{"tf":1.0},"49":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"0":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"81":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":10,"docs":{"127":{"tf":1.0},"137":{"tf":1.0},"148":{"tf":1.0},"16":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.0},"69":{"tf":1.0},"71":{"tf":1.0},"76":{"tf":1.0}}},"4":{"df":3,"docs":{"26":{"tf":1.0},"72":{"tf":1.0},"77":{"tf":1.0}}},"5":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"148":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"51":{"tf":1.0},"62":{"tf":1.0}}},"7":{"df":1,"docs":{"78":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":39,"docs":{"0":{"tf":2.0},"103":{"tf":1.4142135623730951},"106":{"tf":1.0},"114":{"tf":1.4142135623730951},"115":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"12":{"tf":1.0},"127":{"tf":1.4142135623730951},"141":{"tf":1.0},"142":{"tf":1.4142135623730951},"143":{"tf":2.23606797749979},"147":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"149":{"tf":1.7320508075688772},"152":{"tf":1.0},"153":{"tf":2.0},"2":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"31":{"tf":1.0},"34":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"68":{"tf":2.0},"69":{"tf":1.4142135623730951},"71":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.7320508075688772},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.4142135623730951},"90":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":2,"docs":{"102":{"tf":1.0},"153":{"tf":1.0}}}},"r":{"df":1,"docs":{"101":{"tf":1.0}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"145":{"tf":1.4142135623730951},"96":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"25":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"!":{"[":{"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":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":1,"docs":{"114":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":1,"docs":{"114":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"81":{"tf":1.0}}},"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"145":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":3,"docs":{"152":{"tf":1.0},"28":{"tf":1.0},"78":{"tf":1.0}},"f":{"df":2,"docs":{"31":{"tf":1.0},"81":{"tf":1.4142135623730951}},"i":{"df":20,"docs":{"0":{"tf":1.0},"131":{"tf":1.0},"143":{"tf":1.4142135623730951},"147":{"tf":1.0},"149":{"tf":1.4142135623730951},"150":{"tf":1.0},"153":{"tf":1.4142135623730951},"22":{"tf":1.0},"47":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.4142135623730951},"72":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.4142135623730951},"82":{"tf":1.0},"83":{"tf":1.0},"92":{"tf":1.0},"98":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"i":{"a":{"df":8,"docs":{"102":{"tf":1.0},"121":{"tf":1.0},"130":{"tf":1.0},"141":{"tf":1.0},"153":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.0},"54":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"41":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"85":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":1,"docs":{"66":{"tf":1.0}}}},"w":{"[":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"153":{"tf":1.4142135623730951},"22":{"tf":1.0},"30":{"tf":1.0},"85":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":2.23606797749979}},"e":{"df":0,"docs":{},"t":{"_":{"0":{"_":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"81":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"_":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"81":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"81":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"81":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":23,"docs":{"106":{"tf":1.0},"108":{"tf":1.0},"118":{"tf":1.7320508075688772},"128":{"tf":1.7320508075688772},"129":{"tf":1.0},"143":{"tf":1.7320508075688772},"144":{"tf":1.0},"147":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"149":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"16":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.7320508075688772},"66":{"tf":2.0},"80":{"tf":1.0},"81":{"tf":2.23606797749979},"90":{"tf":1.0},"92":{"tf":1.0}},"s":{"(":{"1":{"0":{"0":{"0":{"df":1,"docs":{"66":{"tf":1.0}}},"df":2,"docs":{"148":{"tf":1.0},"77":{"tf":1.0}}},"df":6,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"70":{"tf":1.0},"72":{"tf":1.0},"81":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":5,"docs":{"148":{"tf":1.0},"16":{"tf":1.0},"66":{"tf":1.0},"71":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{}},"5":{"0":{"df":5,"docs":{"128":{"tf":1.0},"137":{"tf":1.0},"147":{"tf":1.0},"52":{"tf":1.0},"76":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":4,"docs":{"143":{"tf":1.0},"144":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"123":{"tf":1.0},"24":{"tf":1.0}}}},"y":{"df":2,"docs":{"24":{"tf":1.0},"4":{"tf":1.0}}}},"df":1,"docs":{"30":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"’":{"df":4,"docs":{"6":{"tf":1.4142135623730951},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"153":{"tf":1.0},"64":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"143":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"143":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":7,"docs":{"106":{"tf":1.0},"153":{"tf":1.0},"28":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"43":{"tf":1.0},"47":{"tf":1.0},"85":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"108":{"tf":1.0},"116":{"tf":1.4142135623730951},"88":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"116":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"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":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"2":{"0":{"df":2,"docs":{"71":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"0":{"df":8,"docs":{"132":{"tf":1.0},"14":{"tf":1.0},"149":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":1.0},"69":{"tf":1.0},"81":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}},"4":{"5":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":2,"docs":{"28":{"tf":1.0},"61":{"tf":1.0}}},"6":{"0":{"0":{"df":1,"docs":{"77":{"tf":1.0}}},"df":7,"docs":{"137":{"tf":1.0},"149":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"60":{"tf":1.0},"70":{"tf":1.0},"76":{"tf":1.0}}},"df":0,"docs":{}},"9":{"0":{"df":1,"docs":{"72":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"144":{"tf":1.0},"153":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"0":{"df":1,"docs":{"116":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"0":{"tf":1.0},"147":{"tf":1.0},"27":{"tf":1.0},"83":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"3":{"tf":1.0},"31":{"tf":1.0},"49":{"tf":1.0},"6":{"tf":1.0},"64":{"tf":1.0},"80":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":8,"docs":{"18":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"5":{"tf":1.4142135623730951},"69":{"tf":1.0},"7":{"tf":1.0},"71":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":13,"docs":{"10":{"tf":1.0},"120":{"tf":1.0},"139":{"tf":1.0},"145":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"5":{"tf":1.0},"57":{"tf":1.4142135623730951},"66":{"tf":1.0},"73":{"tf":1.0},"99":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"123":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"123":{"tf":1.0},"42":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":2,"docs":{"123":{"tf":1.0},"42":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"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":{"57":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"df":1,"docs":{"143":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":65,"docs":{"103":{"tf":1.4142135623730951},"104":{"tf":1.0},"106":{"tf":2.23606797749979},"108":{"tf":1.7320508075688772},"109":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":2.0},"114":{"tf":2.6457513110645907},"115":{"tf":1.4142135623730951},"116":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":2.6457513110645907},"123":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"133":{"tf":1.0},"134":{"tf":1.4142135623730951},"140":{"tf":1.0},"143":{"tf":2.449489742783178},"144":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.7320508075688772},"149":{"tf":1.0},"15":{"tf":1.0},"152":{"tf":1.4142135623730951},"153":{"tf":2.23606797749979},"16":{"tf":1.0},"2":{"tf":1.0},"22":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"30":{"tf":2.23606797749979},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"34":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":1.7320508075688772},"41":{"tf":1.7320508075688772},"42":{"tf":1.0},"43":{"tf":1.7320508075688772},"44":{"tf":1.0},"45":{"tf":2.0},"46":{"tf":2.449489742783178},"47":{"tf":2.23606797749979},"5":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"6":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.7320508075688772},"70":{"tf":1.4142135623730951},"71":{"tf":1.4142135623730951},"75":{"tf":1.0},"80":{"tf":1.4142135623730951},"82":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.7320508075688772},"90":{"tf":1.0},"92":{"tf":1.4142135623730951}},"s":{"/":{"<":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{">":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"120":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":1,"docs":{"120":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"d":{"a":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"120":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"119":{"tf":1.0},"120":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{},"p":{"a":{"c":{"df":12,"docs":{"112":{"tf":1.0},"123":{"tf":1.0},"33":{"tf":2.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}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":3,"docs":{"21":{"tf":1.0},"23":{"tf":1.0},"5":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"2":{"tf":1.0}}}}}}}}},"y":{"df":0,"docs":{},"e":{"df":2,"docs":{"143":{"tf":3.0},"152":{"tf":1.0}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"’":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"146":{"tf":1.0},"3":{"tf":1.4142135623730951}}}},"r":{"df":3,"docs":{"16":{"tf":1.0},"5":{"tf":1.7320508075688772},"60":{"tf":1.0}}}}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"143":{"tf":2.23606797749979}}}}}}}},"title":{"root":{"1":{"df":3,"docs":{"12":{"tf":1.0},"140":{"tf":1.0},"94":{"tf":1.0}}},"2":{"df":3,"docs":{"13":{"tf":1.0},"141":{"tf":1.0},"95":{"tf":1.0}}},"3":{"df":3,"docs":{"14":{"tf":1.0},"142":{"tf":1.0},"96":{"tf":1.0}}},"4":{"df":3,"docs":{"143":{"tf":1.0},"15":{"tf":1.0},"97":{"tf":1.0}}},"5":{"df":2,"docs":{"144":{"tf":1.0},"98":{"tf":1.0}}},"6":{"df":2,"docs":{"145":{"tf":1.0},"99":{"tf":1.0}}},"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"102":{"tf":1.0},"103":{"tf":1.0}}}}}},"df":0,"docs":{}},"d":{"d":{"df":2,"docs":{"123":{"tf":1.0},"16":{"tf":1.0}}},"df":4,"docs":{"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"74":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"78":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"i":{"df":3,"docs":{"100":{"tf":1.0},"103":{"tf":1.0},"125":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"124":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"22":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"97":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"43":{"tf":1.0}}}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"130":{"tf":1.0},"50":{"tf":1.0},"95":{"tf":1.0}}}}},"df":0,"docs":{}}},"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"81":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"83":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"2":{"tf":1.0},"5":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"135":{"tf":1.0},"94":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"125":{"tf":1.0},"49":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"c":{"a":{"df":0,"docs":{},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"133":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"144":{"tf":1.0}}}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":5,"docs":{"134":{"tf":1.0},"26":{"tf":1.0},"55":{"tf":1.0},"72":{"tf":1.0},"78":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"141":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"97":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"95":{"tf":1.0},"98":{"tf":1.0}}}}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"123":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"144":{"tf":1.0},"146":{"tf":1.0},"90":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"137":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"17":{"tf":1.0},"88":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"62":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"12":{"tf":1.0},"127":{"tf":1.0},"51":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"115":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":3,"docs":{"131":{"tf":1.0},"56":{"tf":1.0},"69":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"83":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"45":{"tf":1.0},"48":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"133":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"45":{"tf":1.0},"48":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"117":{"tf":1.0},"35":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":3,"docs":{"102":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":1.0}}}}}}}},"d":{"a":{"df":2,"docs":{"54":{"tf":1.0},"71":{"tf":1.0}},"t":{"a":{"df":1,"docs":{"130":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"145":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"123":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":3,"docs":{"136":{"tf":1.0},"147":{"tf":1.0},"15":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":3,"docs":{"31":{"tf":1.0},"40":{"tf":1.0},"49":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"26":{"tf":1.0}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"105":{"tf":1.0},"106":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.0},"88":{"tf":1.0}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"132":{"tf":1.0},"14":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"97":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"145":{"tf":1.0},"65":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"146":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.0}}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"142":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":4,"docs":{"113":{"tf":1.0},"137":{"tf":1.0},"67":{"tf":1.0},"74":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":13,"docs":{"102":{"tf":1.0},"109":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"13":{"tf":1.0},"131":{"tf":1.0},"149":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"56":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":1.0},"90":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"96":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"107":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":3,"docs":{"50":{"tf":1.0},"57":{"tf":1.0},"79":{"tf":1.0}}}}}}}},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"139":{"tf":1.0},"140":{"tf":1.0},"149":{"tf":1.0}}}}}},"q":{"df":1,"docs":{"152":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"35":{"tf":1.0}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"26":{"tf":1.0},"64":{"tf":1.0},"9":{"tf":1.0}}}}},"t":{"df":1,"docs":{"65":{"tf":1.0}}}},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":2,"docs":{"118":{"tf":1.0},"36":{"tf":1.0}}}}}},"r":{"df":2,"docs":{"119":{"tf":1.0},"37":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":2,"docs":{"121":{"tf":1.0},"39":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"120":{"tf":1.0},"38":{"tf":1.0}}}}}}}}}}},"df":1,"docs":{"107":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"80":{"tf":1.0}}}}}},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"153":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"139":{"tf":1.0},"32":{"tf":1.0},"42":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"11":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"27":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"111":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"141":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"103":{"tf":1.0}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"79":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"140":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"32":{"tf":1.0}},"i":{"df":1,"docs":{"105":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"24":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"126":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"117":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"80":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"v":{"df":1,"docs":{"124":{"tf":1.0}}}},"k":{"8":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"61":{"tf":1.0}}}},"y":{"df":1,"docs":{"35":{"tf":1.0}}}},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"89":{"tf":1.0},"93":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"106":{"tf":1.0},"141":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":3,"docs":{"131":{"tf":1.0},"56":{"tf":1.0},"69":{"tf":1.0}}}}},"o":{"a":{"d":{"df":2,"docs":{"76":{"tf":1.0},"77":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"87":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":1,"docs":{"142":{"tf":1.0}}}}},"m":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"95":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"61":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"146":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"101":{"tf":1.0},"102":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"66":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"28":{"tf":1.0}}}}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"140":{"tf":1.0}},"l":{"df":1,"docs":{"106":{"tf":1.0}}}}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"82":{"tf":1.0}}}}}}},"w":{"df":1,"docs":{"113":{"tf":1.0}}},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"18":{"tf":1.0},"21":{"tf":1.0}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":4,"docs":{"100":{"tf":1.0},"103":{"tf":1.0},"133":{"tf":1.0},"142":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":3,"docs":{"100":{"tf":1.0},"27":{"tf":1.0},"64":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"92":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"24":{"tf":1.0}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"105":{"tf":1.0},"124":{"tf":1.0},"19":{"tf":1.0},"32":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"82":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":3,"docs":{"48":{"tf":1.0},"49":{"tf":1.0},"63":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"98":{"tf":1.0}}}}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":2,"docs":{"23":{"tf":1.0},"40":{"tf":1.0}}}}}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"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":2,"docs":{"4":{"tf":1.0},"8":{"tf":1.0}}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"97":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"o":{"b":{"df":0,"docs":{},"e":{"df":1,"docs":{"114":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"76":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":2,"docs":{"100":{"tf":1.0},"101":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"125":{"tf":1.0},"68":{"tf":1.0},"75":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"114":{"tf":1.0},"115":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"82":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"105":{"tf":1.0},"117":{"tf":1.0},"125":{"tf":1.0},"68":{"tf":1.0},"75":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"72":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"63":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"144":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"df":8,"docs":{"10":{"tf":1.0},"132":{"tf":1.0},"136":{"tf":1.0},"14":{"tf":1.0},"28":{"tf":1.0},"61":{"tf":1.0},"85":{"tf":1.0},"99":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"110":{"tf":1.0},"150":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"113":{"tf":1.0}}}}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":7,"docs":{"106":{"tf":1.0},"135":{"tf":1.0},"138":{"tf":1.0},"143":{"tf":1.0},"30":{"tf":1.0},"43":{"tf":1.0},"85":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"64":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"d":{"df":2,"docs":{"128":{"tf":1.0},"52":{"tf":1.0}}},"df":8,"docs":{"104":{"tf":1.0},"112":{"tf":1.0},"151":{"tf":1.0},"44":{"tf":1.0},"58":{"tf":1.0},"73":{"tf":1.0},"84":{"tf":1.0},"91":{"tf":1.0}}},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"93":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"141":{"tf":1.0},"27":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"114":{"tf":1.0},"69":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":2,"docs":{"143":{"tf":1.0},"150":{"tf":1.0}}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"60":{"tf":1.0}}}},"y":{"df":1,"docs":{"115":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":8,"docs":{"140":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0}}}},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"29":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"66":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"77":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"96":{"tf":1.0}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"115":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":15,"docs":{"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"23":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"9":{"tf":1.0},"99":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"94":{"tf":1.0}}}}},"s":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"122":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":2,"docs":{"25":{"tf":1.4142135623730951},"83":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":4,"docs":{"111":{"tf":1.0},"12":{"tf":1.0},"127":{"tf":1.0},"51":{"tf":1.0}}}}}}}},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":6,"docs":{"129":{"tf":1.0},"16":{"tf":1.0},"53":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"80":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":2,"docs":{"123":{"tf":1.0},"41":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"139":{"tf":1.0},"143":{"tf":1.0}}}},"df":1,"docs":{"17":{"tf":1.0}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"138":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"64":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"5":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"145":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"81":{"tf":1.0}},"i":{"df":1,"docs":{"98":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"128":{"tf":1.0},"52":{"tf":1.0},"81":{"tf":1.0}}}}}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"’":{"df":1,"docs":{"6":{"tf":1.0}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"28":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"116":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"57":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":14,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"134":{"tf":1.0},"148":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"’":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"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/docs/searchindex-08c6dee7.js b/docs/searchindex-08c6dee7.js new file mode 100644 index 0000000..40370d7 --- /dev/null +++ b/docs/searchindex-08c6dee7.js @@ -0,0 +1 @@ +window.search = Object.assign(window.search, JSON.parse('{"doc_urls":["project-context-primer.html#project-context-primer","what-you-will-learn.html#what-you-will-learn","part-i.html#part-i--foundations","introduction.html#introduction","architecture-overview.html#architecture-overview","testing-philosophy.html#testing-philosophy","testing-philosophy.html#declarative-over-imperative","testing-philosophy.html#protocol-time-not-wall-time","testing-philosophy.html#determinism-first-chaos-when-needed","testing-philosophy.html#observable-health-signals","testing-philosophy.html#minimum-run-windows","testing-philosophy.html#summary","scenario-lifecycle.html#scenario-lifecycle-conceptual","design-rationale.html#design-rationale","part-ii.html#part-ii--user-guide","workspace-layout.html#workspace-layout","annotated-tree.html#annotated-tree","authoring-scenarios.html#authoring-scenarios","workloads.html#core-content-workloads--expectations","workloads.html#workloads","workloads.html#expectations","scenario-builder-ext-patterns.html#core-content-scenariobuilderext-patterns","best-practices.html#best-practices","examples.html#examples","examples.html#simple-2-validator-transaction-workload","examples.html#da--transaction-workload","examples.html#chaos--liveness-check","examples-advanced.html#advanced--artificial-examples","examples-advanced.html#synthetic-delay-workload-network-latency-simulation","examples-advanced.html#oscillating-load-workload-traffic-waves","examples-advanced.html#byzantine-behavior-mock","examples-advanced.html#custom-expectation-block-finality-drift","examples-advanced.html#custom-deployer-dry-run-deployer","examples-advanced.html#stochastic-topology-generator","examples-advanced.html#multi-phase-scenario-pipelines","running-scenarios.html#running-scenarios","runners.html#runners","runners.html#local-runner","runners.html#docker-compose-runner","runners.html#kubernetes-runner","runners.html#common-expectations","operations.html#operations","part-iii.html#part-iii--developer-reference","scenario-model.html#scenario-model-developer-level","extending.html#extending-the-framework","extending.html#adding-a-workload","extending.html#adding-an-expectation","extending.html#adding-a-runner","extending.html#adding-topology-helpers","custom-workload-example.html#example-new-workload--expectation-rust","custom-workload-example.html#workload-simple-reachability-probe","custom-workload-example.html#expectation-confirm-the-target-stayed-reachable","custom-workload-example.html#how-to-wire-it","internal-crate-reference.html#internal-crate-reference","part-iv.html#part-iv--appendix","dsl-cheat-sheet.html#core-content-dsl-cheat-sheet","troubleshooting.html#troubleshooting-scenarios","faq.html#faq","glossary.html#glossary"],"index":{"documentStore":{"docInfo":{"0":{"body":67,"breadcrumbs":6,"title":3},"1":{"body":26,"breadcrumbs":2,"title":1},"10":{"body":40,"breadcrumbs":7,"title":3},"11":{"body":26,"breadcrumbs":5,"title":1},"12":{"body":120,"breadcrumbs":8,"title":3},"13":{"body":68,"breadcrumbs":6,"title":2},"14":{"body":10,"breadcrumbs":8,"title":4},"15":{"body":94,"breadcrumbs":8,"title":2},"16":{"body":59,"breadcrumbs":8,"title":2},"17":{"body":101,"breadcrumbs":8,"title":2},"18":{"body":18,"breadcrumbs":12,"title":4},"19":{"body":38,"breadcrumbs":9,"title":1},"2":{"body":10,"breadcrumbs":4,"title":2},"20":{"body":71,"breadcrumbs":9,"title":1},"21":{"body":84,"breadcrumbs":12,"title":4},"22":{"body":96,"breadcrumbs":8,"title":2},"23":{"body":14,"breadcrumbs":6,"title":1},"24":{"body":28,"breadcrumbs":10,"title":5},"25":{"body":31,"breadcrumbs":8,"title":3},"26":{"body":37,"breadcrumbs":8,"title":3},"27":{"body":19,"breadcrumbs":10,"title":3},"28":{"body":41,"breadcrumbs":13,"title":6},"29":{"body":37,"breadcrumbs":12,"title":5},"3":{"body":84,"breadcrumbs":4,"title":1},"30":{"body":34,"breadcrumbs":10,"title":3},"31":{"body":41,"breadcrumbs":12,"title":5},"32":{"body":39,"breadcrumbs":12,"title":5},"33":{"body":35,"breadcrumbs":10,"title":3},"34":{"body":40,"breadcrumbs":11,"title":4},"35":{"body":75,"breadcrumbs":8,"title":2},"36":{"body":20,"breadcrumbs":6,"title":1},"37":{"body":16,"breadcrumbs":7,"title":2},"38":{"body":23,"breadcrumbs":8,"title":3},"39":{"body":17,"breadcrumbs":7,"title":2},"4":{"body":106,"breadcrumbs":6,"title":2},"40":{"body":61,"breadcrumbs":7,"title":2},"41":{"body":152,"breadcrumbs":6,"title":1},"42":{"body":10,"breadcrumbs":8,"title":4},"43":{"body":116,"breadcrumbs":12,"title":4},"44":{"body":0,"breadcrumbs":8,"title":2},"45":{"body":39,"breadcrumbs":8,"title":2},"46":{"body":21,"breadcrumbs":8,"title":2},"47":{"body":29,"breadcrumbs":8,"title":2},"48":{"body":21,"breadcrumbs":9,"title":3},"49":{"body":19,"breadcrumbs":14,"title":5},"5":{"body":8,"breadcrumbs":6,"title":2},"50":{"body":120,"breadcrumbs":13,"title":4},"51":{"body":67,"breadcrumbs":14,"title":5},"52":{"body":24,"breadcrumbs":10,"title":1},"53":{"body":91,"breadcrumbs":10,"title":3},"54":{"body":10,"breadcrumbs":6,"title":3},"55":{"body":84,"breadcrumbs":11,"title":5},"56":{"body":86,"breadcrumbs":7,"title":2},"57":{"body":99,"breadcrumbs":5,"title":1},"58":{"body":119,"breadcrumbs":5,"title":1},"6":{"body":36,"breadcrumbs":7,"title":3},"7":{"body":84,"breadcrumbs":8,"title":4},"8":{"body":52,"breadcrumbs":8,"title":4},"9":{"body":51,"breadcrumbs":7,"title":3}},"docs":{"0":{"body":"This book focuses on the Nomos Testing Framework. It assumes familiarity with\\nthe Nomos architecture, but for completeness, here is a short primer. Nomos is a modular blockchain protocol composed of validators, executors,\\nand a data-availability (DA) subsystem. Validators participate in consensus and produce blocks. Executors run application logic or off-chain computations referenced by\\nblocks. Data Availability (DA) ensures that data referenced in blocks is\\npublished and retrievable, including blobs or channel data used by workloads. These roles interact tightly, which is why meaningful testing must be performed\\nin multi-node environments that include real networking, timing, and DA\\ninteraction.","breadcrumbs":"Project Context Primer » Project Context Primer","id":"0","title":"Project Context Primer"},"1":{"body":"This book gives you a clear mental model for Nomos multi-node testing, shows how\\nto author scenarios that pair realistic workloads with explicit expectations,\\nand guides you to run them across local, containerized, and cluster environments\\nwithout changing the plan.","breadcrumbs":"What You Will Learn » What You Will Learn","id":"1","title":"What You Will Learn"},"10":{"body":"Always run long enough for meaningful block production: #![allow(unused)] fn main() {\\n// Bad: too short\\n.with_run_duration(Duration::from_secs(5)) // Maybe 0-1 blocks // Good: enough blocks for assertions\\n.with_run_duration(Duration::from_secs(60)) // ~10+ blocks } The framework enforces minimum durations, but be explicit. Very short runs\\nrisk false confidence—one lucky block doesn’t prove liveness.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Minimum Run Windows","id":"10","title":"Minimum Run Windows"},"11":{"body":"These principles keep scenarios: Portable across environments (protocol time, declarative) Debuggable (determinism, separation of concerns) Meaningful (observable signals, sufficient duration) When authoring scenarios, ask: “Does this test the protocol behavior or\\nmy local environment quirks?”","breadcrumbs":"Part I — Foundations » Testing Philosophy » Summary","id":"11","title":"Summary"},"12":{"body":"Build the plan: Declare a topology, attach workloads and expectations, and set the run window. The plan is the single source of truth for what will happen. Deploy: Hand the plan to a deployer. It provisions the environment on the chosen backend and waits for nodes to signal readiness, then returns a Runner. Drive workloads: Start traffic and behaviors (transactions, data-availability activity, restarts) for the planned duration. Observe blocks and signals: Track block progression and other high-level metrics during or after the run window to ground assertions in protocol time. Evaluate expectations: Once activity stops (and optional cooldown completes), check liveness and workload-specific outcomes to decide pass or fail. Cleanup: Tear down resources so successive runs start fresh and do not inherit leaked state. Conceptual lifecycle diagram: Plan → Deploy → Readiness → Drive Workloads → Observe → Evaluate → Cleanup Mermaid view: flowchart LR P[Plan
topology + workloads + expectations] --> D[Deploy
deployer provisions] D --> R[Readiness
wait for nodes] R --> Run[Run
runner orchestrates] Run --> W[Drive Workloads] W --> O[Observe
blocks/metrics] O --> E[Evaluate Expectations] E --> C[Cleanup]","breadcrumbs":"Part I — Foundations » Scenario Lifecycle (Conceptual) » Scenario Lifecycle (Conceptual)","id":"12","title":"Scenario Lifecycle (Conceptual)"},"13":{"body":"Modular crates keep configuration, orchestration, workloads, and runners decoupled so each can evolve without breaking the others. Pluggable runners let the same scenario run on a laptop, a Docker host, or a Kubernetes cluster, making validation portable across environments. Separated workloads and expectations clarify intent: what traffic to generate versus how to judge success. This simplifies review and reuse. Declarative topology makes cluster shape explicit and repeatable, reducing surprise when moving between CI and developer machines. Maintainability through predictability: a clear flow from plan to deployment to verification lowers the cost of extending the framework and interpreting failures.","breadcrumbs":"Part I — Foundations » Design Rationale » Design Rationale","id":"13","title":"Design Rationale"},"14":{"body":"Practical guidance for shaping scenarios, combining workloads and expectations,\\nand running them across different environments.","breadcrumbs":"Part II — User Guide » Part II — User Guide","id":"14","title":"Part II — User Guide"},"15":{"body":"The workspace focuses on multi-node integration testing and sits alongside a nomos-node checkout. Its crates separate concerns to keep scenarios\\nrepeatable and portable: Configs: prepares high-level node, network, tracing, and wallet settings\\nused across test environments. Core scenario orchestration: the engine that holds topology descriptions,\\nscenario plans, runtimes, workloads, and expectations. Workflows: ready-made workloads (transactions, data-availability, chaos)\\nand reusable expectations assembled into a user-facing DSL. Runners: deployment backends for local processes, Docker Compose, and\\nKubernetes, all consuming the same scenario plan. Test workflows: example scenarios and integration checks that show how\\nthe pieces fit together. This split keeps configuration, orchestration, reusable traffic patterns, and\\ndeployment adapters loosely coupled while sharing one mental model for tests.","breadcrumbs":"Part II — User Guide » Workspace Layout » Workspace Layout","id":"15","title":"Workspace Layout"},"16":{"body":"High-level view of the workspace and how pieces relate: nomos-testing/\\n├─ testing-framework/\\n│ ├─ configs/ # shared configuration helpers\\n│ ├─ core/ # scenario model, runtime, topology\\n│ ├─ workflows/ # workloads, expectations, DSL extensions\\n│ └─ runners/ # local, compose, k8s deployment backends\\n├─ tests/ # integration scenarios using the framework\\n└─ scripts/ # supporting setup utilities (e.g., assets) Each area maps to a responsibility: describe configs, orchestrate scenarios,\\npackage common traffic and assertions, adapt to environments, and demonstrate\\nend-to-end usage.","breadcrumbs":"Part II — User Guide » Annotated Tree » Annotated Tree","id":"16","title":"Annotated Tree"},"17":{"body":"Creating a scenario is a declarative exercise: Shape the topology: decide how many validators and executors to run, and\\nwhat high-level network and data-availability characteristics matter for the\\ntest. Attach workloads: pick traffic generators that align with your goals\\n(transactions, data-availability blobs, or chaos for resilience probes). Define expectations: specify the health signals that must hold when the\\nrun finishes (e.g., consensus liveness, inclusion of submitted activity; see Core Content: Workloads & Expectations). Set duration: choose a run window long enough to observe meaningful\\nblock progression and the effects of your workloads. Choose a runner: target local processes for fast iteration, Docker\\nCompose for reproducible multi-node stacks, or Kubernetes for cluster-grade\\nvalidation. For environment considerations, see Operations. Keep scenarios small and explicit: make the intended behavior and the success\\ncriteria clear so failures are easy to interpret and act upon.","breadcrumbs":"Part II — User Guide » Authoring Scenarios » Authoring Scenarios","id":"17","title":"Authoring Scenarios"},"18":{"body":"Workloads describe the activity a scenario generates; expectations describe the\\nsignals that must hold when that activity completes. Both are pluggable so\\nscenarios stay readable and purpose-driven.","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Core Content: Workloads & Expectations","id":"18","title":"Core Content: Workloads & Expectations"},"19":{"body":"Transaction workload: submits user-level transactions at a configurable\\nrate and can limit how many distinct actors participate. Data-availability workload: drives blob and channel activity to exercise\\ndata-availability paths. Chaos workload: triggers controlled node restarts to test resilience and\\nrecovery behaviors (requires a runner that can control nodes).","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Workloads","id":"19","title":"Workloads"},"2":{"body":"Conceptual chapters that establish the mental model for the framework and how\\nit approaches multi-node testing.","breadcrumbs":"Part I — Foundations » Part I — Foundations","id":"2","title":"Part I — Foundations"},"20":{"body":"Consensus liveness: verifies the system continues to produce blocks in\\nline with the planned workload and timing window. Workload-specific checks: each workload can attach its own success\\ncriteria (e.g., inclusion of submitted activity) so scenarios remain concise. Together, workloads and expectations let you express both the pressure applied\\nto the system and the definition of “healthy” for that run. Workload pipeline (conceptual): Inputs (topology + wallets + rates) │ ▼\\nWorkload init → Drive traffic → Collect signals │ ▼ Expectations evaluate Mermaid view: flowchart TD I[Inputs
(topology + wallets + rates)] --> Init[Workload init] Init --> Drive[Drive traffic] Drive --> Collect[Collect signals] Collect --> Eval[Expectations evaluate]","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Expectations","id":"20","title":"Expectations"},"21":{"body":"Patterns that keep scenarios readable and reusable: Topology-first: start by shaping the cluster (counts, layout) so later\\nsteps inherit a clear foundation. Bundle defaults: use the DSL helpers to attach common expectations (like\\nliveness) whenever you add a matching workload, reducing forgotten checks. Intentional rates: express traffic in per-block terms to align with\\nprotocol timing rather than wall-clock assumptions. Opt-in chaos: enable restart patterns only in scenarios meant to probe\\nresilience; keep functional smoke tests deterministic. Wallet clarity: seed only the number of actors you need; it keeps\\ntransaction scenarios deterministic and interpretable. These patterns make scenario definitions self-explanatory while staying aligned\\nwith the framework’s block-oriented timing model.","breadcrumbs":"Part II — User Guide » Core Content: ScenarioBuilderExt Patterns » Core Content: ScenarioBuilderExt Patterns","id":"21","title":"Core Content: ScenarioBuilderExt Patterns"},"22":{"body":"State your intent: document the goal of each scenario (throughput, DA\\nvalidation, resilience) so expectation choices are obvious. Keep runs meaningful: choose durations that allow multiple blocks and make\\ntiming-based assertions trustworthy. Separate concerns: start with deterministic workloads for functional\\nchecks; add chaos in dedicated resilience scenarios to avoid noisy failures. Reuse patterns: standardize on shared topology and workload presets so\\nresults are comparable across environments and teams. Observe first, tune second: rely on liveness and inclusion signals to\\ninterpret outcomes before tweaking rates or topology. Environment fit: pick runners that match the feedback loop you need—local\\nfor speed, compose for reproducible stacks, k8s for cluster-grade fidelity. Minimal surprises: seed only necessary wallets and keep configuration\\ndeltas explicit when moving between CI and developer machines.","breadcrumbs":"Part II — User Guide » Best Practices » Best Practices","id":"22","title":"Best Practices"},"23":{"body":"Concrete scenario shapes that illustrate how to combine topologies, workloads,\\nand expectations. Adjust counts, rates, and durations to fit your environment.","breadcrumbs":"Part II — User Guide » Examples » Examples","id":"23","title":"Examples"},"24":{"body":"Topology: two validators. Workload: transaction submissions at a modest per-block rate with a small\\nset of wallet actors. Expectations: consensus liveness and inclusion of submitted activity. When to use: smoke tests for consensus and transaction flow on minimal\\nhardware.","breadcrumbs":"Part II — User Guide » Examples » Simple 2-validator transaction workload","id":"24","title":"Simple 2-validator transaction workload"},"25":{"body":"Topology: validators plus executors if available. Workloads: data-availability blobs/channels and transactions running\\ntogether to stress both paths. Expectations: consensus liveness and workload-level inclusion/availability\\nchecks. When to use: end-to-end coverage of transaction and DA layers in one run.","breadcrumbs":"Part II — User Guide » Examples » DA + transaction workload","id":"25","title":"DA + transaction workload"},"26":{"body":"Topology: validators (optionally executors) with node control enabled. Workloads: baseline traffic (transactions or DA) plus chaos restarts on\\nselected roles. Expectations: consensus liveness to confirm the system keeps progressing\\ndespite restarts; workload-specific inclusion if traffic is present. When to use: resilience validation and operational readiness drills.","breadcrumbs":"Part II — User Guide » Examples » Chaos + liveness check","id":"26","title":"Chaos + liveness check"},"27":{"body":"These illustrative scenarios stretch the framework to show how to build new\\nworkloads, expectations, deployers, and topology tricks. They are intentionally\\n“synthetic” to teach capabilities rather than prescribe production tests.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Advanced & Artificial Examples","id":"27","title":"Advanced & Artificial Examples"},"28":{"body":"Idea: inject fake latency between node interactions using internal timers,\\nnot OS-level tooling. Demonstrates: sequencing control inside a workload, verifying protocol\\nprogression under induced lag, using timers to pace submissions. Shape: wrap submissions in delays that mimic slow peers; ensure the\\nexpectation checks blocks still progress.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Synthetic Delay Workload (Network Latency Simulation)","id":"28","title":"Synthetic Delay Workload (Network Latency Simulation)"},"29":{"body":"Idea: traffic rate changes every block or N seconds (e.g., blocks 1–3 low,\\n4–5 high, 6–7 zero, repeat). Demonstrates: dynamic, stateful workloads that use RunMetrics to time\\nphases; modeling real-world burstiness. Shape: schedule per-phase rates; confirm inclusion/liveness across peaks\\nand troughs.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Oscillating Load Workload (Traffic Waves)","id":"29","title":"Oscillating Load Workload (Traffic Waves)"},"3":{"body":"The Nomos Testing Framework is a purpose-built toolkit for exercising Nomos in\\nrealistic, multi-node environments. It solves the gap between small, isolated\\ntests and full-system validation by letting teams describe a cluster layout,\\ndrive meaningful traffic, and assert the outcomes in one coherent plan. It is for protocol engineers, infrastructure operators, and QA teams who need\\nrepeatable confidence that validators, executors, and data-availability\\ncomponents work together under network and timing constraints. Multi-node integration testing is required because many Nomos behaviors—block\\nprogress, data availability, liveness under churn—only emerge when several\\nroles interact over real networking and time. This framework makes those checks\\ndeclarative, observable, and portable across environments.","breadcrumbs":"Part I — Foundations » Introduction » Introduction","id":"3","title":"Introduction"},"30":{"body":"Idea: a workload that drops half its planned submissions, sometimes\\ndouble-submits, and intentionally triggers expectation failures. Demonstrates: negative testing, resilience checks, and the value of clear\\nexpectations when behavior is adversarial by design. Shape: parameterize drop/double-submit probabilities; pair with an\\nexpectation that documents what “bad” looks like.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Byzantine Behavior Mock","id":"30","title":"Byzantine Behavior Mock"},"31":{"body":"Idea: assert the last few blocks differ and block time stays within a\\ntolerated drift budget. Demonstrates: consuming BlockFeed or time-series metrics to validate\\nprotocol cadence; crafting post-run assertions around block diversity and\\ntiming. Shape: collect recent blocks, confirm no duplicates, and compare observed\\nintervals to a drift threshold.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Custom Expectation: Block Finality Drift","id":"31","title":"Custom Expectation: Block Finality Drift"},"32":{"body":"Idea: a deployer that never starts nodes; it emits configs, simulates\\nreadiness, provides fake blockfeed/metrics. Demonstrates: full power of the deployer interface for CI dry-runs,\\nconfig verification, and ultra-fast feedback without Nomos binaries. Shape: produce logs/artifacts, stub readiness, and feed synthetic blocks\\nso expectations can still run.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Custom Deployer: Dry-Run Deployer","id":"32","title":"Custom Deployer: Dry-Run Deployer"},"33":{"body":"Idea: topology parameters change at runtime (random validators, DA\\nsettings, network shapes). Demonstrates: randomized property testing and fuzzing approaches to\\ntopology building. Shape: pick roles and network layouts randomly per run; keep expectations\\ntolerant to variability while still asserting core liveness.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Stochastic Topology Generator","id":"33","title":"Stochastic Topology Generator"},"34":{"body":"Idea: scenario runs in phases (e.g., phase 1 transactions, phase 2 DA,\\nphase 3 restarts, phase 4 sync check). Demonstrates: multi-stage tests, modular scenario assembly, and deliberate\\nlifecycle control. Shape: drive phase-specific workloads/expectations sequentially; enforce\\nclear boundaries and post-phase checks.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Multi-Phase Scenario (“Pipelines”)","id":"34","title":"Multi-Phase Scenario (“Pipelines”)"},"35":{"body":"Running a scenario follows the same conceptual flow regardless of environment: Select or author a scenario plan that pairs a topology with workloads,\\nexpectations, and a suitable run window. Choose a runner aligned with your environment (local, compose, or k8s) and\\nensure its prerequisites are available. Deploy the plan through the runner; wait for readiness signals before\\nstarting workloads. Let workloads drive activity for the planned duration; keep observability\\nsignals visible so you can correlate outcomes. Evaluate expectations and capture results as the primary pass/fail signal. Use the same plan across different runners to compare behavior between local\\ndevelopment and CI or cluster settings. For environment prerequisites and\\nflags, see Operations.","breadcrumbs":"Part II — User Guide » Running Scenarios » Running Scenarios","id":"35","title":"Running Scenarios"},"36":{"body":"Runners turn a scenario plan into a live environment while keeping the plan\\nunchanged. Choose based on feedback speed, reproducibility, and fidelity. For\\nenvironment and operational considerations, see Operations:","breadcrumbs":"Part II — User Guide » Runners » Runners","id":"36","title":"Runners"},"37":{"body":"Launches node processes directly on the host. Fastest feedback loop and minimal orchestration overhead. Best for development-time iteration and debugging.","breadcrumbs":"Part II — User Guide » Runners » Local runner","id":"37","title":"Local runner"},"38":{"body":"Starts nodes in containers to provide a reproducible multi-node stack on a\\nsingle machine. Discovers service ports and wires observability for convenient inspection. Good balance between fidelity and ease of setup.","breadcrumbs":"Part II — User Guide » Runners » Docker Compose runner","id":"38","title":"Docker Compose runner"},"39":{"body":"Deploys nodes onto a cluster for higher-fidelity, longer-running scenarios. Suits CI or shared environments where cluster behavior and scheduling matter.","breadcrumbs":"Part II — User Guide » Runners » Kubernetes runner","id":"39","title":"Kubernetes runner"},"4":{"body":"The framework follows a clear flow: Topology → Scenario → Deploy → Run → Verify. Topology describes the cluster: how many nodes, their roles, and the high-level network and data-availability parameters they should follow. Scenario combines that topology with the activities to run and the checks to perform, forming a single plan. Deployer provisions infrastructure on the chosen backend (local processes, Docker Compose, or Kubernetes), waits for readiness, and returns a Runner. Runner orchestrates execution: starts workloads, observes signals, evaluates expectations, and cleans up. Workloads generate traffic and conditions that exercise the system. Expectations observe the run and judge success or failure once activity completes. flowchart LR A(Topology
shape cluster) --> B(Scenario
plan) B --> C(Deployer
provision infrastructure) C --> D(Runner
orchestrate execution) D --> E(Workloads
drive traffic) E --> F(Expectations
verify outcomes) Each layer has a narrow responsibility so that cluster shape, deployment choice,\\ntraffic generation, and health checks can evolve independently while fitting\\ntogether predictably.","breadcrumbs":"Part I — Foundations » Architecture Overview » Architecture Overview","id":"4","title":"Architecture Overview"},"40":{"body":"All runners require at least one validator and, for transaction scenarios,\\naccess to seeded wallets. Readiness probes gate workload start so traffic begins only after nodes are\\nreachable. Environment flags can relax timeouts or increase tracing when diagnostics are\\nneeded. Runner abstraction: Scenario Plan │ ▼\\nRunner (local | compose | k8s) │ provisions env + readiness ▼\\nRuntime + Observability │ ▼\\nWorkloads / Expectations execute Mermaid view: flowchart TD Plan[Scenario Plan] --> RunSel{Runner
(local | compose | k8s)} RunSel --> Provision[Provision & readiness] Provision --> Runtime[Runtime + observability] Runtime --> Exec[Workloads & Expectations execute]","breadcrumbs":"Part II — User Guide » Runners » Common expectations","id":"40","title":"Common expectations"},"41":{"body":"Operational readiness focuses on prerequisites, environment fit, and clear\\nsignals: Prerequisites: keep a sibling nomos-node checkout available; ensure the\\nchosen runner’s platform needs are met (local binaries for host runs, Docker\\nfor compose, cluster access for k8s). Artifacts: some scenarios depend on prover or circuit assets; fetch them\\nahead of time with the provided helper scripts when needed. Environment flags: use slow-environment toggles to relax timeouts, enable\\ntracing when debugging, and adjust observability ports to avoid clashes. Readiness checks: verify runners report node readiness before starting\\nworkloads; this avoids false negatives from starting too early. Failure triage: map failures to missing prerequisites (wallet seeding,\\nnode control availability), runner platform issues, or unmet expectations.\\nStart with liveness signals, then dive into workload-specific assertions. Treat operational hygiene—assets present, prerequisites satisfied, observability\\nreachable—as the first step to reliable scenario outcomes. Metrics and observability flow: Runner exposes endpoints/ports │ ▼\\nRuntime collects block/health signals │ ▼\\nExpectations consume signals to decide pass/fail │ ▼\\nOperators inspect logs/metrics when failures arise Mermaid view: flowchart TD Expose[Runner exposes endpoints/ports] --> Collect[Runtime collects block/health signals] Collect --> Consume[Expectations consume signals
decide pass/fail] Consume --> Inspect[Operators inspect logs/metrics
when failures arise]","breadcrumbs":"Part II — User Guide » Operations » Operations","id":"41","title":"Operations"},"42":{"body":"Deep dives for contributors who extend the framework, evolve its abstractions,\\nor maintain the crate set.","breadcrumbs":"Part III — Developer Reference » Part III — Developer Reference","id":"42","title":"Part III — Developer Reference"},"43":{"body":"The scenario model defines clear, composable responsibilities: Topology: a declarative description of the cluster—how many nodes, their\\nroles, and the broad network and data-availability characteristics. It\\nrepresents the intended shape of the system under test. Scenario: a plan combining topology, workloads, expectations, and a run\\nwindow. Building a scenario validates prerequisites (like seeded wallets) and\\nensures the run lasts long enough to observe meaningful block progression. Workloads: asynchronous tasks that generate traffic or conditions. They\\nuse shared context to interact with the deployed cluster and may bundle\\ndefault expectations. Expectations: post-run assertions. They can capture baselines before\\nworkloads start and evaluate success once activity stops. Runtime: coordinates workloads and expectations for the configured\\nduration, enforces cooldowns when control actions occur, and ensures cleanup\\nso runs do not leak resources. Developers extending the model should keep these boundaries strict: topology\\ndescribes, scenarios assemble, runners deploy, workloads drive, and expectations\\njudge outcomes. For guidance on adding new capabilities, see Extending the Framework.","breadcrumbs":"Part III — Developer Reference » Scenario Model (Developer Level) » Scenario Model (Developer Level)","id":"43","title":"Scenario Model (Developer Level)"},"44":{"body":"","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Extending the Framework","id":"44","title":"Extending the Framework"},"45":{"body":"Implement testing_framework_core::scenario::Workload: Provide a name and any bundled expectations. In init, derive inputs from GeneratedTopology and RunMetrics; fail\\nfast if prerequisites are missing (e.g., wallet data, node addresses). In start, drive async traffic using the RunContext clients. Expose the workload from a module under testing-framework/workflows and\\nconsider adding a DSL helper for ergonomic wiring.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding a workload","id":"45","title":"Adding a workload"},"46":{"body":"Implement testing_framework_core::scenario::Expectation: Use start_capture to snapshot baseline metrics. Use evaluate to assert outcomes after workloads finish; return all errors\\nso the runner can aggregate them. Export it from testing-framework/workflows if it is reusable.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding an expectation","id":"46","title":"Adding an expectation"},"47":{"body":"Implement testing_framework_core::scenario::Deployer for your backend. Produce a RunContext with NodeClients, metrics endpoints, and optional NodeControlHandle. Guard cleanup with CleanupGuard to reclaim resources even on failures. Mirror the readiness and block-feed probes used by the existing runners so\\nworkloads can rely on consistent signals.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding a runner","id":"47","title":"Adding a runner"},"48":{"body":"Extend testing_framework_core::topology::TopologyBuilder with new layouts or\\nconfiguration presets (e.g., specialized DA parameters). Keep defaults safe:\\nensure at least one participant and clamp dispersal factors as the current\\nhelpers do.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding topology helpers","id":"48","title":"Adding topology helpers"},"49":{"body":"A minimal, end-to-end illustration of adding a custom workload and matching\\nexpectation. This shows the shape of the traits and where to plug into the\\nframework; expand the logic to fit your real test.","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Example: New Workload & Expectation (Rust)","id":"49","title":"Example: New Workload & Expectation (Rust)"},"5":{"body":"The framework follows these principles. They shape how you write tests and\\ninterpret results.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Testing Philosophy","id":"5","title":"Testing Philosophy"},"50":{"body":"Key ideas: name: identifies the workload in logs. expectations: workloads can bundle defaults so callers don’t forget checks. init: derive inputs from the generated topology (e.g., pick a target node). start: drive async activity using the shared RunContext. #![allow(unused)] fn main() {\\nuse std::sync::Arc;\\nuse async_trait::async_trait;\\nuse testing_framework_core::scenario::{ DynError, Expectation, RunContext, RunMetrics, Workload,\\n};\\nuse testing_framework_core::topology::GeneratedTopology; pub struct ReachabilityWorkload { target_idx: usize, bundled: Vec>,\\n} impl ReachabilityWorkload { pub fn new(target_idx: usize) -> Self { Self { target_idx, bundled: vec![Box::new(ReachabilityExpectation::new(target_idx))], } }\\n} #[async_trait]\\nimpl Workload for ReachabilityWorkload { fn name(&self) -> &\'static str { \\"reachability_workload\\" } fn expectations(&self) -> Vec> { self.bundled.clone() } fn init( &mut self, topology: &GeneratedTopology, _metrics: &RunMetrics, ) -> Result<(), DynError> { if topology.validators().get(self.target_idx).is_none() { return Err(\\"no validator at requested index\\".into()); } Ok(()) } async fn start(&self, ctx: &RunContext) -> Result<(), DynError> { let client = ctx .clients() .validators() .get(self.target_idx) .ok_or(\\"missing target client\\")?; // Pseudo-action: issue a lightweight RPC to prove reachability. client.health_check().await.map_err(|e| e.into()) }\\n} }","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Workload: simple reachability probe","id":"50","title":"Workload: simple reachability probe"},"51":{"body":"Key ideas: start_capture: snapshot baseline if needed (not used here). evaluate: assert the condition after workloads finish. #![allow(unused)] fn main() {\\nuse async_trait::async_trait;\\nuse testing_framework_core::scenario::{DynError, Expectation, RunContext}; pub struct ReachabilityExpectation { target_idx: usize,\\n} impl ReachabilityExpectation { pub fn new(target_idx: usize) -> Self { Self { target_idx } }\\n} #[async_trait]\\nimpl Expectation for ReachabilityExpectation { fn name(&self) -> &str { \\"target_reachable\\" } async fn evaluate(&mut self, ctx: &RunContext) -> Result<(), DynError> { let client = ctx .clients() .validators() .get(self.target_idx) .ok_or(\\"missing target client\\")?; client.health_check().await.map_err(|e| { format!(\\"target became unreachable during run: {e}\\").into() }) }\\n} }","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Expectation: confirm the target stayed reachable","id":"51","title":"Expectation: confirm the target stayed reachable"},"52":{"body":"Build your scenario as usual and call .with_workload(ReachabilityWorkload::new(0)). The bundled expectation is attached automatically; you can add more with .with_expectation(...) if needed. Keep the logic minimal and fast for smoke tests; grow it into richer probes\\nfor deeper scenarios.","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » How to wire it","id":"52","title":"How to wire it"},"53":{"body":"High-level roles of the crates that make up the framework: Configs: prepares reusable configuration primitives for nodes, networking,\\ntracing, data availability, and wallets, shared by all scenarios and runners. Core scenario orchestration: houses the topology and scenario model,\\nruntime coordination, node clients, and readiness/health probes. Workflows: packages workloads and expectations into reusable building\\nblocks and offers a fluent DSL to assemble them. Runners: implements deployment backends (local host, Docker Compose,\\nKubernetes) that all consume the same scenario plan. Test workflows: example scenarios and integration checks that exercise the\\nframework end to end and serve as living documentation. Use this map to locate where to add new capabilities: configuration primitives\\nin configs, orchestration changes in core, reusable traffic/assertions in\\nworkflows, environment adapters in runners, and demonstrations in tests.","breadcrumbs":"Part III — Developer Reference » Internal Crate Reference » Internal Crate Reference","id":"53","title":"Internal Crate Reference"},"54":{"body":"Quick-reference material and supporting guidance to keep scenarios discoverable,\\ndebuggable, and consistent.","breadcrumbs":"Part IV — Appendix » Part IV — Appendix","id":"54","title":"Part IV — Appendix"},"55":{"body":"The framework offers a fluent builder style to keep scenarios readable. Common\\nknobs: Topology shaping: set validator and executor counts, pick a network layout\\nstyle, and adjust high-level data-availability traits. Wallet seeding: define how many users participate and the total funds\\navailable for transaction workloads. Workload tuning: configure transaction rates, data-availability channel\\nand blob rates, and whether chaos restarts should include validators,\\nexecutors, or both. Expectations: attach liveness and workload-specific checks so success is\\nexplicit. Run window: set a minimum duration long enough for multiple blocks to be\\nobserved and verified. Use these knobs to express intent clearly, keeping scenario definitions concise\\nand consistent across teams.","breadcrumbs":"Part IV — Appendix » DSL Cheat Sheet » Core Content: DSL Cheat Sheet","id":"55","title":"Core Content: DSL Cheat Sheet"},"56":{"body":"Common symptoms and likely causes: No or slow block progression: runner started workloads before readiness, insufficient run window, or environment too slow—extend duration or enable slow-environment tuning. Transactions not included: missing or insufficient wallet seeding, misaligned transaction rate with block cadence, or network instability—reduce rate and verify wallet setup. Chaos stalls the run: node control not available for the chosen runner or restart cadence too aggressive—enable control capability and widen restart intervals. Observability gaps: metrics or logs unreachable because ports clash or services are not exposed—adjust observability ports and confirm runner wiring. Flaky behavior across runs: mixing chaos with functional smoke tests or inconsistent topology between environments—separate deterministic and chaos scenarios and standardize topology presets.","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Troubleshooting Scenarios","id":"56","title":"Troubleshooting Scenarios"},"57":{"body":"Why block-oriented timing? Using block cadence reduces dependence on host speed and keeps assertions aligned\\nwith protocol behavior. Can I reuse the same scenario across runners? Yes. The plan stays the same; swap runners (local, compose, k8s) to target\\ndifferent environments. When should I enable chaos workloads? Only when testing resilience or operational recovery; keep functional smoke\\ntests deterministic. How long should runs be? Long enough for multiple blocks so liveness and inclusion checks are\\nmeaningful; very short runs risk false confidence. Do I always need seeded wallets? Only for transaction scenarios. Data-availability or pure chaos scenarios may\\nnot require them, but liveness checks still need validators producing blocks. What if expectations fail but workloads “look fine”? Trust expectations first—they capture the intended success criteria. Use the\\nobservability signals and runner logs to pinpoint why the system missed the\\ntarget.","breadcrumbs":"Part IV — Appendix » FAQ » FAQ","id":"57","title":"FAQ"},"58":{"body":"Validator: node role responsible for participating in consensus and block\\nproduction. Executor: node role that processes transactions or workloads delegated by\\nvalidators. DA (Data Availability): subsystem ensuring blobs or channel data are\\npublished and retrievable for validation. Deployer: component that provisions infrastructure (spawns processes,\\ncreates containers, or launches pods), waits for readiness, and returns a\\nRunner. Examples: LocalDeployer, ComposeRunner, K8sRunner. Runner: component returned by deployers that orchestrates scenario\\nexecution—starts workloads, observes signals, evaluates expectations, and\\ntriggers cleanup. Workload: traffic or behavior generator that exercises the system during a\\nscenario run. Expectation: post-run assertion that judges whether the system met the\\nintended success criteria. Topology: declarative description of the cluster shape, roles, and\\nhigh-level parameters for a scenario. Scenario: immutable plan combining topology, workloads, expectations, and\\nrun duration. Blockfeed: stream of block observations used for liveness or inclusion\\nsignals during a run. Control capability: the ability for a runner to start, stop, or restart\\nnodes, used by chaos workloads.","breadcrumbs":"Part IV — Appendix » Glossary » Glossary","id":"58","title":"Glossary"},"6":{"body":"Describe what you want to test, not how to orchestrate it: #![allow(unused)] fn main() {\\n// Good: declarative\\nScenarioBuilder::with_node_counts(2, 1) .transactions().rate(5).apply() .expect_consensus_liveness() .build(); // Bad: imperative (framework doesn\'t work this way)\\n// spawn_validator(); spawn_executor(); // loop { submit_tx(); check_block(); } } Why it matters: The framework handles deployment, readiness, and cleanup.\\nYou focus on test intent, not infrastructure orchestration.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Declarative over Imperative","id":"6","title":"Declarative over Imperative"},"7":{"body":"Reason in blocks and consensus intervals, not wall-clock seconds: #![allow(unused)] fn main() {\\n// Good: protocol-oriented thinking\\nlet plan = ScenarioBuilder::with_node_counts(2, 1) .transactions().rate(5).apply() // 5 tx per block .with_run_duration(Duration::from_secs(60)) // Let framework calculate expected blocks .expect_consensus_liveness() // \\"Did we produce the expected blocks?\\" .build(); // Bad: wall-clock assumptions\\n// \\"I expect at least 30 blocks in 60 seconds\\"\\n// Brittle if readiness or startup takes longer on slow CI } Why it matters: Block production rate is fixed by consensus parameters (e.g.,\\n2-second slot duration), but node startup and readiness vary by environment—fast\\non a laptop, slow on overloaded CI. The framework measures in blocks (protocol\\ntime), not wall-clock seconds, so tests focus on “did consensus work?” rather\\nthan “was the hardware fast enough?”","breadcrumbs":"Part I — Foundations » Testing Philosophy » Protocol Time, Not Wall Time","id":"7","title":"Protocol Time, Not Wall Time"},"8":{"body":"Default scenarios are repeatable: Fixed topology Predictable traffic rates Deterministic checks Chaos is opt-in: #![allow(unused)] fn main() {\\n// Separate: functional test (deterministic)\\nlet plan = ScenarioBuilder::with_node_counts(2, 1) .transactions().rate(5).apply() .expect_consensus_liveness() .build(); // Separate: chaos test (introduces randomness)\\nlet chaos_plan = ScenarioBuilder::with_node_counts(3, 2) .enable_node_control() .chaos().restart().apply() .transactions().rate(5).apply() .expect_consensus_liveness() .build(); } Why it matters: Mixing determinism with chaos creates noisy, hard-to-debug\\nfailures. Separate concerns make failures actionable.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Determinism First, Chaos When Needed","id":"8","title":"Determinism First, Chaos When Needed"},"9":{"body":"Prefer user-facing signals over internal state: Good checks: ✅ Blocks progressing at expected rate (liveness) ✅ Transactions included within N blocks (inclusion) ✅ DA blobs retrievable (availability) Avoid internal checks: ❌ Memory pool size ❌ Internal service state ❌ Cache hit rates Why it matters: User-facing signals reflect actual system health.\\nInternal state can be “healthy” while the system is broken from a user\\nperspective.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Observable Health Signals","id":"9","title":"Observable Health Signals"}},"length":59,"save":true},"fields":["title","body","breadcrumbs"],"index":{"body":{"root":{"0":{"df":1,"docs":{"10":{"tf":1.0}}},"1":{"0":{"df":1,"docs":{"10":{"tf":1.0}}},"df":5,"docs":{"10":{"tf":1.0},"34":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}},"–":{"3":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}},"2":{"df":4,"docs":{"24":{"tf":1.0},"34":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"3":{"0":{"df":1,"docs":{"7":{"tf":1.0}}},"df":1,"docs":{"34":{"tf":1.0}}},"4":{"df":1,"docs":{"34":{"tf":1.0}},"–":{"5":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}},"5":{"df":1,"docs":{"7":{"tf":1.0}}},"6":{"0":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{},"–":{"7":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"a":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"58":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"40":{"tf":1.0},"42":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"43":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0}}}},"v":{"df":10,"docs":{"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"50":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"19":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"53":{"tf":1.0}}}}},"d":{"df":4,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"df":6,"docs":{"43":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"23":{"tf":1.0},"41":{"tf":1.0},"55":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"30":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"46":{"tf":1.0}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"56":{"tf":1.0}}}}}}}}}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":4,"docs":{"17":{"tf":1.0},"21":{"tf":1.4142135623730951},"35":{"tf":1.0},"57":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":6,"docs":{"10":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}}}}},"df":1,"docs":{"22":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"10":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"54":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"0":{"tf":1.0}}},"df":1,"docs":{"20":{"tf":1.0}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"2":{"tf":1.0},"33":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"4":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"41":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"15":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":13,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.4142135623730951},"33":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}}},"t":{"df":2,"docs":{"16":{"tf":1.0},"41":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"0":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{":":{":":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":3,"docs":{"45":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"43":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":6,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"17":{"tf":1.0},"35":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":17,"docs":{"0":{"tf":1.4142135623730951},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"35":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.7320508075688772},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"22":{"tf":1.0},"41":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"df":0,"docs":{}}}}},"b":{"(":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"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":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{}}}}},"d":{"df":4,"docs":{"10":{"tf":1.0},"30":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"38":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"22":{"tf":1.0},"36":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"26":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0}}}}}}}},"df":1,"docs":{"4":{"tf":1.0}},"e":{"c":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"22":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"56":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"40":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":10,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"30":{"tf":1.4142135623730951},"35":{"tf":1.0},"39":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"22":{"tf":1.0},"37":{"tf":1.0}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":7,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"56":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"32":{"tf":1.0},"41":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"b":{"df":6,"docs":{"0":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0},"9":{"tf":1.0}},"s":{"/":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"41":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":21,"docs":{"0":{"tf":1.7320508075688772},"10":{"tf":2.23606797749979},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.4142135623730951},"31":{"tf":2.23606797749979},"32":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":2.0},"58":{"tf":1.4142135623730951},"7":{"tf":2.6457513110645907},"9":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"e":{"df":2,"docs":{"31":{"tf":1.0},"58":{"tf":1.0}},"e":{"d":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"0":{"tf":1.0},"1":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"18":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":1.0},"55":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"34":{"tf":1.0},"43":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"o":{"a":{"d":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"9":{"tf":1.0}}}}}}},"u":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":9,"docs":{"12":{"tf":1.0},"27":{"tf":1.0},"33":{"tf":1.0},"43":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":5,"docs":{"21":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.7320508075688772},"52":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"29":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"z":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"c":{"(":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}},"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":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"9":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"31":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"52":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"27":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"35":{"tf":1.0},"43":{"tf":1.0},"57":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"56":{"tf":1.0}}}}},"df":1,"docs":{"4":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"1":{"tf":1.0},"29":{"tf":1.0},"33":{"tf":1.0},"53":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"0":{"tf":1.0},"19":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0}}}}}},"o":{"df":11,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.7320508075688772},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"8":{"tf":2.0}},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"43":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":19,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"41":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"41":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"22":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"17":{"tf":1.4142135623730951},"22":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"56":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}}}}},"i":{"df":6,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"7":{"tf":1.4142135623730951}},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"48":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"41":{"tf":1.0},"56":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":5,"docs":{"12":{"tf":1.4142135623730951},"43":{"tf":1.0},"47":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0}},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"r":{"df":9,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"|":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":4,"docs":{"45":{"tf":1.0},"50":{"tf":1.7320508075688772},"51":{"tf":1.7320508075688772},"53":{"tf":1.0}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":12,"docs":{"1":{"tf":1.0},"13":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.4142135623730951},"4":{"tf":1.7320508075688772},"41":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0}},"—":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"43":{"tf":1.0}}}}}}}}}}}},"o":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"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":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"41":{"tf":1.0}}}}}}}}},"df":3,"docs":{"20":{"tf":1.4142135623730951},"31":{"tf":1.0},"41":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"14":{"tf":1.0},"23":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"40":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"22":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"18":{"tf":1.0},"4":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"3":{"tf":1.0},"58":{"tf":1.4142135623730951}}},"s":{"df":13,"docs":{"0":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"58":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":4,"docs":{"12":{"tf":1.4142135623730951},"2":{"tf":1.0},"20":{"tf":1.0},"35":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"8":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"20":{"tf":1.0},"55":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"4":{"tf":1.0},"43":{"tf":1.0},"51":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"3":{"tf":1.0},"57":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":4,"docs":{"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"r":{"df":9,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.4142135623730951},"55":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"df":5,"docs":{"26":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"51":{"tf":1.0},"56":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":8,"docs":{"0":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.0},"58":{"tf":1.0},"7":{"tf":1.7320508075688772}}}}}},"i":{"d":{"df":1,"docs":{"45":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.0},"36":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"47":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"m":{"df":4,"docs":{"15":{"tf":1.0},"31":{"tf":1.0},"41":{"tf":1.7320508075688772},"53":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"38":{"tf":1.0},"58":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"1":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"55":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"0":{"tf":1.0},"43":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"20":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"42":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":8,"docs":{"19":{"tf":1.4142135623730951},"26":{"tf":1.0},"28":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"38":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"12":{"tf":1.0},"43":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"43":{"tf":1.0},"53":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":8,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"33":{"tf":1.0},"53":{"tf":1.4142135623730951},"55":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"21":{"tf":1.0},"23":{"tf":1.0},"55":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"15":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"42":{"tf":1.0},"53":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"17":{"tf":1.0},"58":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":4,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"x":{"df":2,"docs":{"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":3,"docs":{"31":{"tf":1.0},"32":{"tf":1.0},"49":{"tf":1.0}}}}}}}},"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"[":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"12":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"a":{"df":9,"docs":{"0":{"tf":1.7320508075688772},"22":{"tf":1.0},"25":{"tf":1.4142135623730951},"26":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.0},"9":{"tf":1.0}},"t":{"a":{"df":14,"docs":{"0":{"tf":2.0},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"25":{"tf":1.0},"3":{"tf":1.4142135623730951},"4":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":2,"docs":{"12":{"tf":1.0},"4":{"tf":1.0}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":3,"docs":{"37":{"tf":1.0},"41":{"tf":1.0},"8":{"tf":1.0}},"g":{"df":2,"docs":{"11":{"tf":1.0},"54":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"41":{"tf":1.0}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"r":{"df":8,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"3":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"42":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":5,"docs":{"21":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"17":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"20":{"tf":1.0},"21":{"tf":1.0},"55":{"tf":1.0}}}}}}},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"28":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"58":{"tf":1.0}}}},"i":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"34":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"a":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":9,"docs":{"16":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"53":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"41":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":13,"docs":{"12":{"tf":1.7320508075688772},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"27":{"tf":1.0},"32":{"tf":2.0},"35":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"53":{"tf":1.0},"58":{"tf":1.4142135623730951},"6":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"45":{"tf":1.0},"50":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":6,"docs":{"16":{"tf":1.0},"18":{"tf":1.4142135623730951},"3":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"13":{"tf":1.0},"30":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"11":{"tf":1.0},"8":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":6,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.4142135623730951}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"14":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"57":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"37":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"38":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"54":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"41":{"tf":1.0},"42":{"tf":1.0}},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"31":{"tf":1.0}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"22":{"tf":1.0},"30":{"tf":1.0},"53":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"\'":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"32":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.7320508075688772}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"26":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"[":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}},"df":9,"docs":{"12":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"3":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0}},"n":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"p":{"/":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"30":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"l":{"df":6,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.0},"45":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":12,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":3,"docs":{"12":{"tf":1.0},"51":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"50":{"tf":1.7320508075688772},"51":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}},"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":9,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"7":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"12":{"tf":1.0}}}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"13":{"tf":1.0},"16":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"41":{"tf":1.0}}}}},"s":{"df":1,"docs":{"38":{"tf":1.0}},"i":{"df":1,"docs":{"17":{"tf":1.0}}}}},"df":2,"docs":{"12":{"tf":1.0},"4":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"3":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"21":{"tf":1.0},"26":{"tf":1.0},"41":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"d":{"df":4,"docs":{"16":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"10":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"15":{"tf":1.0},"3":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":6,"docs":{"10":{"tf":1.4142135623730951},"17":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":7,"docs":{"0":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.4142135623730951},"48":{"tf":1.0},"58":{"tf":1.0}}}}},"v":{"df":1,"docs":{"40":{"tf":1.0}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":20,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"3":{"tf":1.4142135623730951},"35":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.7320508075688772},"53":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"56":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"—":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"r":{"(":{"\\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"50":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"46":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"2":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"a":{"df":0,"docs":{},"l":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":8,"docs":{"12":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"35":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"47":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":3,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0}}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":6,"docs":{"15":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"4":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"r":{"df":7,"docs":{"0":{"tf":1.4142135623730951},"17":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"55":{"tf":1.4142135623730951},"58":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":6,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":3,"docs":{"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":38,"docs":{"1":{"tf":1.0},"12":{"tf":2.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"20":{"tf":1.7320508075688772},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"30":{"tf":1.7320508075688772},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"40":{"tf":1.7320508075688772},"41":{"tf":1.4142135623730951},"43":{"tf":2.23606797749979},"45":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.4142135623730951},"50":{"tf":2.0},"51":{"tf":1.7320508075688772},"52":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.7320508075688772},"7":{"tf":1.7320508075688772},"9":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"55":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}},"s":{"df":2,"docs":{"41":{"tf":1.4142135623730951},"45":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"—":{"a":{"d":{"df":0,"docs":{},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"20":{"tf":1.0},"21":{"tf":1.0},"55":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":5,"docs":{"13":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"16":{"tf":1.0}}}}}}},"}":{"\\"":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"51":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"f":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"15":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"12":{"tf":1.0},"45":{"tf":1.0},"57":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":8,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":2.0},"47":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}},"k":{"df":0,"docs":{},"e":{"df":2,"docs":{"28":{"tf":1.0},"32":{"tf":1.0}}}},"l":{"df":0,"docs":{},"s":{"df":3,"docs":{"10":{"tf":1.0},"41":{"tf":1.0},"57":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}}}},"q":{"df":1,"docs":{"57":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"17":{"tf":1.0},"32":{"tf":1.0},"45":{"tf":1.0},"52":{"tf":1.0},"7":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"22":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"32":{"tf":1.0},"47":{"tf":1.0}}},"df":0,"docs":{}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":1,"docs":{"31":{"tf":1.0}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"22":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"57":{"tf":1.0}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"17":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"41":{"tf":1.0},"8":{"tf":1.0}},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"57":{"tf":1.0}}}}}}}}}},"t":{"df":6,"docs":{"15":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"49":{"tf":1.0}}},"x":{"df":2,"docs":{"7":{"tf":1.0},"8":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"35":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0}}},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"56":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":5,"docs":{"13":{"tf":1.0},"24":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"53":{"tf":1.0},"55":{"tf":1.0}}}}}}},"n":{"df":6,"docs":{"10":{"tf":1.0},"50":{"tf":2.449489742783178},"51":{"tf":2.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"o":{"c":{"df":0,"docs":{},"u":{"df":2,"docs":{"6":{"tf":1.0},"7":{"tf":1.0}},"s":{"df":3,"docs":{"0":{"tf":1.0},"15":{"tf":1.0},"41":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"35":{"tf":1.0},"4":{"tf":1.4142135623730951},"5":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"t":{"!":{"(":{"\\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"4":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"2":{"tf":1.0},"21":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"45":{"tf":1.0},"46":{"tf":1.0}}}}}}}}}}},"df":17,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.4142135623730951},"2":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.4142135623730951},"4":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.4142135623730951},"55":{"tf":1.0},"6":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}},"’":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"3":{"tf":1.0},"32":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"8":{"tf":1.0}}}}}}},"d":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"g":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"3":{"tf":1.0},"56":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"40":{"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":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"45":{"tf":1.0},"50":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":8,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0}}}}},"t":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}},"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":1,"docs":{"1":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"58":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"17":{"tf":1.0},"22":{"tf":1.0}}}},"df":0,"docs":{},"o":{"d":{"df":5,"docs":{"10":{"tf":1.0},"38":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"17":{"tf":1.0},"22":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":1,"docs":{"52":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"14":{"tf":1.0},"43":{"tf":1.0},"54":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"1":{"tf":1.0},"14":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"30":{"tf":1.0}}}},"n":{"d":{"df":1,"docs":{"12":{"tf":1.0}},"l":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"r":{"d":{"df":1,"docs":{"8":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"24":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"17":{"tf":1.0},"4":{"tf":1.0},"9":{"tf":1.4142135623730951}},"i":{"df":2,"docs":{"20":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"0":{"tf":1.0},"51":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":9,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"29":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"39":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"53":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"i":{"[":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"20":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"a":{"df":9,"docs":{"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"14":{"tf":1.0}},"i":{"df":1,"docs":{"42":{"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":3,"docs":{"23":{"tf":1.0},"27":{"tf":1.0},"49":{"tf":1.0}}}}}}}},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.4142135623730951}}}},"l":{"df":2,"docs":{"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0}}}}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":4,"docs":{"0":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":8,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"40":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"\\"":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"c":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"3":{"tf":1.0},"4":{"tf":1.4142135623730951},"58":{"tf":1.0},"6":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"12":{"tf":1.0},"21":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":3,"docs":{"20":{"tf":1.7320508075688772},"45":{"tf":1.0},"50":{"tf":1.4142135623730951}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"20":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"df":2,"docs":{"38":{"tf":1.0},"41":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"56":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"56":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":4,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"3":{"tf":1.0},"53":{"tf":1.0}}}},"n":{"d":{"df":4,"docs":{"17":{"tf":1.0},"43":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"55":{"tf":1.0},"6":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"27":{"tf":1.0},"30":{"tf":1.0}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.4142135623730951},"28":{"tf":1.0},"3":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":3,"docs":{"28":{"tf":1.0},"53":{"tf":1.0},"9":{"tf":2.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"5":{"tf":1.0}}}}}},"v":{"df":3,"docs":{"31":{"tf":1.0},"56":{"tf":1.0},"7":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"8":{"tf":1.0}},"t":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":2,"docs":{"41":{"tf":1.0},"50":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.0},"37":{"tf":1.0}}}}},"v":{"df":1,"docs":{"54":{"tf":1.0}}}},"j":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"g":{"df":4,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}}},"k":{"8":{"df":6,"docs":{"16":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.0},"57":{"tf":1.0}},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"58":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":17,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.7320508075688772},"22":{"tf":1.4142135623730951},"26":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951}}}},"y":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}},"n":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"55":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"28":{"tf":1.0}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"13":{"tf":1.0},"7":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"31":{"tf":1.0},"43":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"28":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"21":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"37":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"25":{"tf":1.0},"4":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"15":{"tf":1.0},"21":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"12":{"tf":1.0},"43":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":12,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":2,"docs":{"12":{"tf":1.4142135623730951},"34":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"20":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":18,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"3":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"9":{"tf":1.0}}}}},"o":{"a":{"d":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"58":{"tf":1.0}}}}}}}},"df":12,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"35":{"tf":1.4142135623730951},"37":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.0}}},"t":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":3,"docs":{"50":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}},"i":{"c":{"df":3,"docs":{"0":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{}},"s":{"/":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":5,"docs":{"10":{"tf":1.0},"17":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"39":{"tf":1.0},"7":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"30":{"tf":1.0},"57":{"tf":1.0}}},"p":{"df":3,"docs":{"22":{"tf":1.0},"37":{"tf":1.0},"6":{"tf":1.0}}},"s":{"df":1,"docs":{"15":{"tf":1.0}}}},"w":{"df":1,"docs":{"29":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"r":{"df":2,"docs":{"12":{"tf":1.0},"4":{"tf":1.0}}},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"10":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"38":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"10":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"13":{"tf":1.0},"42":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":7,"docs":{"13":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"53":{"tf":1.0},"8":{"tf":1.0}}}},"n":{"df":0,"docs":{},"i":{"df":6,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0}}}},"p":{"df":3,"docs":{"16":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0}}},"t":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"49":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"54":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"17":{"tf":1.0},"39":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}},"y":{"b":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":8,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"43":{"tf":1.0},"57":{"tf":1.0}}}}},"t":{"df":1,"docs":{"21":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"2":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"41":{"tf":1.0},"58":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"c":{"df":6,"docs":{"12":{"tf":1.0},"31":{"tf":1.0},"41":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"22":{"tf":1.0},"24":{"tf":1.0},"37":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"10":{"tf":1.4142135623730951},"55":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"56":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":4,"docs":{"41":{"tf":1.0},"45":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}}}},"x":{"df":2,"docs":{"56":{"tf":1.0},"8":{"tf":1.0}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"30":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":8,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"29":{"tf":1.0},"43":{"tf":1.7320508075688772},"53":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"34":{"tf":1.0}}}},"df":1,"docs":{"45":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"52":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"13":{"tf":1.0},"22":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":8,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"38":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"22":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"45":{"tf":1.0},"50":{"tf":1.0}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"df":2,"docs":{"29":{"tf":1.0},"9":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":8,"docs":{"21":{"tf":1.0},"3":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.0},"57":{"tf":1.4142135623730951},"8":{"tf":1.0}},"—":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"g":{"df":2,"docs":{"30":{"tf":1.0},"41":{"tf":1.0}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":11,"docs":{"0":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"4":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}}},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":5,"docs":{"27":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"47":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":24,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"12":{"tf":1.4142135623730951},"15":{"tf":1.7320508075688772},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"2":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.4142135623730951},"32":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.7320508075688772},"43":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.4142135623730951},"56":{"tf":1.0},"58":{"tf":1.7320508075688772},"7":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":2,"docs":{"22":{"tf":1.0},"8":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"df":7,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.7320508075688772},"32":{"tf":1.0},"41":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"21":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"[":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":17,"docs":{"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772},"43":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"22":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"12":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"53":{"tf":1.0},"55":{"tf":1.0}}}}}},"k":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"\\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":1,"docs":{"50":{"tf":1.0}}},"n":{"c":{"df":3,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0}}},"df":5,"docs":{"15":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"40":{"tf":1.0},"48":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"39":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"17":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"41":{"tf":2.0},"57":{"tf":1.0}}}},"t":{"df":2,"docs":{"21":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"12":{"tf":1.0},"26":{"tf":1.0},"47":{"tf":1.0}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":9,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.4142135623730951},"58":{"tf":1.0},"6":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"21":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":1.0}}}}}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"29":{"tf":1.0}}}}},"df":1,"docs":{"28":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":8,"docs":{"12":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"3":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}}},"p":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"12":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"28":{"tf":1.0}}},"k":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"16":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":3,"docs":{"1":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"33":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.0},"7":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"30":{"tf":1.0}}}}}}}},"df":0,"docs":{},"t":{"df":4,"docs":{"14":{"tf":1.0},"2":{"tf":1.0},"42":{"tf":1.0},"54":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":5,"docs":{"0":{"tf":1.0},"19":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"35":{"tf":1.0},"41":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":1,"docs":{"12":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"19":{"tf":1.0},"25":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":3,"docs":{"15":{"tf":1.0},"21":{"tf":2.0},"22":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"28":{"tf":1.0}}}},"r":{"df":5,"docs":{"21":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":1.0},"33":{"tf":1.0},"7":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"0":{"tf":1.0},"4":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"29":{"tf":1.4142135623730951},"34":{"tf":2.8284271247461903}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"33":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"15":{"tf":1.0},"16":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"20":{"tf":1.0},"34":{"tf":1.0}}}}}}}},"l":{"a":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":17,"docs":{"1":{"tf":1.0},"12":{"tf":2.23606797749979},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"20":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":2.0},"36":{"tf":1.4142135623730951},"4":{"tf":1.0},"40":{"tf":1.4142135623730951},"43":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"41":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"u":{"df":2,"docs":{"25":{"tf":1.0},"26":{"tf":1.0}},"g":{"df":1,"docs":{"49":{"tf":1.0}},"g":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"13":{"tf":1.0},"18":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"d":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"3":{"tf":1.0}}}},"df":0,"docs":{}},"df":3,"docs":{"38":{"tf":1.0},"41":{"tf":1.0},"56":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"31":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"14":{"tf":1.0},"22":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"9":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"15":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"35":{"tf":1.4142135623730951},"41":{"tf":2.0},"43":{"tf":1.0},"45":{"tf":1.0}}}}}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"26":{"tf":1.0},"41":{"tf":1.0}}}},"t":{"df":3,"docs":{"22":{"tf":1.0},"48":{"tf":1.0},"56":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"35":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"11":{"tf":1.0},"5":{"tf":1.0}}}}}},"df":0,"docs":{}}},"o":{"b":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":7,"docs":{"17":{"tf":1.0},"21":{"tf":1.0},"40":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":5,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":6,"docs":{"0":{"tf":1.0},"20":{"tf":1.0},"32":{"tf":1.0},"47":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":1.0}},"t":{"df":4,"docs":{"10":{"tf":1.0},"27":{"tf":1.0},"58":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":8,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.4142135623730951},"3":{"tf":1.0},"43":{"tf":1.0},"56":{"tf":1.0},"9":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":9,"docs":{"0":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"21":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"10":{"tf":1.0},"50":{"tf":1.0}},"r":{"df":1,"docs":{"41":{"tf":1.0}}}},"i":{"d":{"df":4,"docs":{"32":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":4,"docs":{"12":{"tf":1.4142135623730951},"4":{"tf":1.0},"40":{"tf":1.4142135623730951},"58":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"40":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"b":{"df":2,"docs":{"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"0":{"tf":1.0},"58":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"57":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"18":{"tf":1.0},"3":{"tf":1.0}}}}}}}},"q":{"a":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}}}}}},"r":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"12":{"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":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"33":{"tf":1.4142135623730951},"8":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"df":12,"docs":{"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"12":{"tf":1.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"50":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"l":{"df":3,"docs":{"40":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0}},"e":{"df":0,"docs":{},"—":{"a":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":13,"docs":{"12":{"tf":1.4142135623730951},"15":{"tf":1.0},"26":{"tf":1.0},"32":{"tf":1.4142135623730951},"35":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.7320508075688772},"41":{"tf":1.7320508075688772},"47":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.4142135623730951}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":4,"docs":{"0":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"49":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"1":{"tf":1.0},"3":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"47":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"19":{"tf":1.0},"57":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":3,"docs":{"13":{"tf":1.0},"21":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"42":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"0":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"35":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}},"x":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}},"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"22":{"tf":1.0},"47":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"20":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"43":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":4,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":4,"docs":{"19":{"tf":1.0},"3":{"tf":1.0},"40":{"tf":1.0},"57":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":7,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"26":{"tf":1.0},"30":{"tf":1.0},"57":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"12":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":4,"docs":{"16":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":8,"docs":{"12":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"26":{"tf":1.4142135623730951},"34":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":5,"docs":{"22":{"tf":1.0},"35":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":3,"docs":{"0":{"tf":1.0},"58":{"tf":1.0},"9":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":5,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"15":{"tf":1.4142135623730951},"21":{"tf":1.0},"46":{"tf":1.0},"53":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":3,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"57":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"10":{"tf":1.0},"57":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":8,"docs":{"0":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":1.7320508075688772}}}}},"p":{"c":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"45":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.7320508075688772},"51":{"tf":1.4142135623730951}}}}}}}}},"df":24,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"10":{"tf":1.7320508075688772},"12":{"tf":2.0},"13":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.7320508075688772},"20":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":1.7320508075688772},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.7320508075688772},"39":{"tf":1.0},"4":{"tf":1.7320508075688772},"41":{"tf":1.0},"43":{"tf":2.0},"51":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.7320508075688772},"57":{"tf":1.4142135623730951},"58":{"tf":2.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":3,"docs":{"29":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.4142135623730951}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":22,"docs":{"12":{"tf":1.0},"13":{"tf":1.4142135623730951},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.7320508075688772},"41":{"tf":1.7320508075688772},"43":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.4142135623730951},"53":{"tf":1.7320508075688772},"56":{"tf":1.7320508075688772},"57":{"tf":1.7320508075688772},"58":{"tf":1.7320508075688772}},"’":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"40":{"tf":1.0}},"{":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"40":{"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":{},"i":{"df":0,"docs":{},"m":{"df":7,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"33":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"40":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"48":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":5,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"35":{"tf":1.4142135623730951},"53":{"tf":1.0},"57":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"41":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"2":{"df":3,"docs":{"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"3":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":30,"docs":{"1":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":2.23606797749979},"16":{"tf":1.7320508075688772},"17":{"tf":1.7320508075688772},"18":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":2.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"27":{"tf":1.0},"34":{"tf":1.7320508075688772},"35":{"tf":1.7320508075688772},"36":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"43":{"tf":2.23606797749979},"52":{"tf":1.4142135623730951},"53":{"tf":2.23606797749979},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"57":{"tf":1.7320508075688772},"58":{"tf":2.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"29":{"tf":1.0},"39":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"41":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"22":{"tf":1.0},"29":{"tf":1.0},"7":{"tf":2.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"d":{"df":8,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}}},"df":4,"docs":{"17":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"26":{"tf":1.0},"35":{"tf":1.0}}}},"df":0,"docs":{}},"f":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":3,"docs":{"21":{"tf":1.0},"50":{"tf":1.7320508075688772},"51":{"tf":1.7320508075688772}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"8":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"31":{"tf":1.0}}},"v":{"df":1,"docs":{"53":{"tf":1.0}},"i":{"c":{"df":3,"docs":{"38":{"tf":1.0},"56":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":8,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"24":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"42":{"tf":1.0},"55":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"16":{"tf":1.0},"38":{"tf":1.0},"56":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":18,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":7,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"0":{"tf":1.0},"10":{"tf":1.4142135623730951},"57":{"tf":1.0}}}},"w":{"df":4,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"27":{"tf":1.0},"49":{"tf":1.0}}}}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":13,"docs":{"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.4142135623730951},"22":{"tf":1.0},"35":{"tf":1.7320508075688772},"4":{"tf":1.0},"41":{"tf":2.23606797749979},"47":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"9":{"tf":1.7320508075688772}},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"41":{"tf":1.0}}},"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":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"24":{"tf":1.0},"50":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"28":{"tf":1.0},"32":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":3,"docs":{"12":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0}}}}},"t":{"df":1,"docs":{"15":{"tf":1.0}}},"z":{"df":0,"docs":{},"e":{"df":1,"docs":{"9":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}},"w":{"df":4,"docs":{"28":{"tf":1.0},"41":{"tf":1.0},"56":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"56":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"17":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":5,"docs":{"21":{"tf":1.0},"24":{"tf":1.0},"52":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"46":{"tf":1.0},"51":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"3":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":1,"docs":{"58":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":6,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"26":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0},"55":{"tf":1.0}},"i":{"df":1,"docs":{"17":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":3,"docs":{"22":{"tf":1.0},"36":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"t":{"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"38":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"34":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"56":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"22":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"df":0,"docs":{}},"_":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"46":{"tf":1.0},"51":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":14,"docs":{"12":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.7320508075688772},"43":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"7":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"12":{"tf":1.0},"22":{"tf":1.0},"29":{"tf":1.0},"9":{"tf":1.7320508075688772}}},"i":{"c":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}},"y":{"df":5,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"31":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":1.0}}}},"d":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{":":{":":{"a":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"50":{"tf":1.0}}},"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":{},"p":{"df":2,"docs":{"21":{"tf":1.0},"41":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"28":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"57":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":3,"docs":{"12":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0}}}},"r":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"25":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"b":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"55":{"tf":1.4142135623730951}}}}}},"u":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"24":{"tf":1.0},"28":{"tf":1.4142135623730951},"30":{"tf":1.0}}}},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"6":{"tf":1.0}}}}},"df":5,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"30":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"0":{"tf":1.0},"58":{"tf":1.0}}}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"39":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"54":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"13":{"tf":1.0},"22":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"56":{"tf":1.0}}}}}}},"n":{"c":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"27":{"tf":1.0},"28":{"tf":1.0},"32":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":8,"docs":{"20":{"tf":1.4142135623730951},"26":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}}}}}}}},"t":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"7":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":4,"docs":{"17":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"43":{"tf":1.0}}}}},"d":{"df":3,"docs":{"20":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":3,"docs":{"22":{"tf":1.0},"3":{"tf":1.4142135623730951},"55":{"tf":1.0}}},"r":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"21":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":27,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.0},"11":{"tf":1.0},"15":{"tf":2.0},"16":{"tf":1.7320508075688772},"17":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.7320508075688772},"30":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.4142135623730951},"52":{"tf":1.0},"53":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"47":{"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":{"46":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"{":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"51":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"7":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"13":{"tf":1.0},"35":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"e":{"df":13,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.4142135623730951},"31":{"tf":1.7320508075688772},"37":{"tf":1.0},"41":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":1.7320508075688772}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}}},"r":{"df":1,"docs":{"28":{"tf":1.4142135623730951}}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"15":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"41":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"31":{"tf":1.0},"33":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":24,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"33":{"tf":1.7320508075688772},"35":{"tf":1.0},"4":{"tf":1.7320508075688772},"43":{"tf":1.7320508075688772},"48":{"tf":1.0},"50":{"tf":1.4142135623730951},"53":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"8":{"tf":1.0}},"y":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"g":{"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":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"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":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"15":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0}}},"k":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":16,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"26":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"3":{"tf":1.0},"4":{"tf":1.7320508075688772},"40":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"58":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"49":{"tf":1.0},"55":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":15,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"21":{"tf":1.0},"24":{"tf":1.7320508075688772},"25":{"tf":1.7320508075688772},"26":{"tf":1.0},"34":{"tf":1.0},"40":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"5":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"16":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"41":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"19":{"tf":1.0},"30":{"tf":1.0},"58":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"29":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":3,"docs":{"22":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"36":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":1,"docs":{"24":{"tf":1.0}}}},"x":{"df":1,"docs":{"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"36":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"28":{"tf":1.0},"3":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"51":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":2,"docs":{"4":{"tf":1.0},"53":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"17":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"16":{"tf":1.0}}}},"df":21,"docs":{"0":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.4142135623730951},"29":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":1.0},"50":{"tf":2.23606797749979},"51":{"tf":1.7320508075688772},"53":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"19":{"tf":1.0},"55":{"tf":1.0},"9":{"tf":1.7320508075688772}}}},"i":{"df":0,"docs":{},"z":{"df":2,"docs":{"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":17,"docs":{"0":{"tf":1.4142135623730951},"13":{"tf":1.0},"17":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"31":{"tf":1.0},"33":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"55":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"u":{"df":1,"docs":{"30":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"33":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"!":{"[":{"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":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"10":{"tf":1.0},"57":{"tf":1.0}},"f":{"df":2,"docs":{"13":{"tf":1.0},"32":{"tf":1.0}},"i":{"df":6,"docs":{"20":{"tf":1.0},"28":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":5,"docs":{"12":{"tf":1.0},"16":{"tf":1.0},"20":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"[":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"12":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"58":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":2.0}},"e":{"df":0,"docs":{},"t":{"df":13,"docs":{"15":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"29":{"tf":1.0}}}},"y":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":1,"docs":{"12":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"21":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"55":{"tf":1.0},"58":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"56":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":8,"docs":{"10":{"tf":1.0},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"20":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":4,"docs":{"38":{"tf":1.0},"45":{"tf":1.0},"52":{"tf":1.0},"56":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"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":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"5":{"df":1,"docs":{"10":{"tf":1.0}}},"6":{"0":{"df":2,"docs":{"10":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"0":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"31":{"tf":1.0},"9":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"32":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":3,"docs":{"3":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"53":{"tf":1.7320508075688772}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":37,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"12":{"tf":2.449489742783178},"13":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.7320508075688772},"18":{"tf":1.4142135623730951},"19":{"tf":2.0},"20":{"tf":2.449489742783178},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.7320508075688772},"26":{"tf":1.4142135623730951},"27":{"tf":1.0},"28":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"30":{"tf":1.0},"35":{"tf":1.7320508075688772},"4":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"43":{"tf":2.23606797749979},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.4142135623730951},"50":{"tf":2.23606797749979},"51":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.7320508075688772},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":2.23606797749979}},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"d":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"5":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"e":{"df":1,"docs":{"57":{"tf":1.0}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"29":{"tf":1.0}}}}}}}},"breadcrumbs":{"root":{"0":{"df":1,"docs":{"10":{"tf":1.0}}},"1":{"0":{"df":1,"docs":{"10":{"tf":1.0}}},"df":5,"docs":{"10":{"tf":1.0},"34":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}},"–":{"3":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}},"2":{"df":4,"docs":{"24":{"tf":1.4142135623730951},"34":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"3":{"0":{"df":1,"docs":{"7":{"tf":1.0}}},"df":1,"docs":{"34":{"tf":1.0}}},"4":{"df":1,"docs":{"34":{"tf":1.0}},"–":{"5":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}},"5":{"df":1,"docs":{"7":{"tf":1.0}}},"6":{"0":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{},"–":{"7":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"a":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"58":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"40":{"tf":1.0},"42":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"43":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0}}}},"v":{"df":10,"docs":{"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"50":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"19":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"53":{"tf":1.0}}}}},"d":{"df":4,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"df":6,"docs":{"43":{"tf":1.0},"45":{"tf":1.7320508075688772},"46":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"49":{"tf":1.0}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"23":{"tf":1.0},"41":{"tf":1.0},"55":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":8,"docs":{"27":{"tf":1.7320508075688772},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"30":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"46":{"tf":1.0}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"56":{"tf":1.0}}}}}}}}}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":4,"docs":{"17":{"tf":1.0},"21":{"tf":1.4142135623730951},"35":{"tf":1.0},"57":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":6,"docs":{"10":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}}}}},"df":1,"docs":{"22":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"10":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.7320508075688772}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":5,"docs":{"54":{"tf":1.7320508075688772},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"0":{"tf":1.0}}},"df":1,"docs":{"20":{"tf":1.0}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"2":{"tf":1.0},"33":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"4":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"41":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":8,"docs":{"27":{"tf":1.7320508075688772},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"15":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":13,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.4142135623730951},"33":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}}},"t":{"df":2,"docs":{"16":{"tf":1.0},"41":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"0":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{":":{":":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":3,"docs":{"45":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"43":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":6,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"17":{"tf":1.7320508075688772},"35":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":17,"docs":{"0":{"tf":1.4142135623730951},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"35":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.7320508075688772},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"22":{"tf":1.0},"41":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"df":0,"docs":{}}}}},"b":{"(":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"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":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{}}}}},"d":{"df":4,"docs":{"10":{"tf":1.0},"30":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"38":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"22":{"tf":1.0},"36":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"26":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0}}}}}}}},"df":1,"docs":{"4":{"tf":1.0}},"e":{"c":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"22":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"56":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"40":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":10,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"30":{"tf":1.7320508075688772},"35":{"tf":1.0},"39":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"22":{"tf":1.7320508075688772},"37":{"tf":1.0}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":7,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"56":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"32":{"tf":1.0},"41":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"b":{"df":6,"docs":{"0":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0},"9":{"tf":1.0}},"s":{"/":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"41":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":21,"docs":{"0":{"tf":1.7320508075688772},"10":{"tf":2.23606797749979},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.4142135623730951},"31":{"tf":2.449489742783178},"32":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":2.0},"58":{"tf":1.4142135623730951},"7":{"tf":2.6457513110645907},"9":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"e":{"df":2,"docs":{"31":{"tf":1.0},"58":{"tf":1.0}},"e":{"d":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"0":{"tf":1.0},"1":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"18":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":1.0},"55":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"34":{"tf":1.0},"43":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"o":{"a":{"d":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"9":{"tf":1.0}}}}}}},"u":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":9,"docs":{"12":{"tf":1.0},"27":{"tf":1.0},"33":{"tf":1.0},"43":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":5,"docs":{"21":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.7320508075688772},"52":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"29":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"z":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"30":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}},"c":{"(":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}},"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":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"9":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"31":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"52":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"27":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"35":{"tf":1.0},"43":{"tf":1.0},"57":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"56":{"tf":1.0}}}}},"df":1,"docs":{"4":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"1":{"tf":1.0},"29":{"tf":1.0},"33":{"tf":1.0},"53":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"0":{"tf":1.0},"19":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0}}}}}},"o":{"df":11,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.7320508075688772},"55":{"tf":1.0},"56":{"tf":1.7320508075688772},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"8":{"tf":2.23606797749979}},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"43":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.7320508075688772}}}},"c":{"df":0,"docs":{},"k":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":19,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"28":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"41":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"41":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"22":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"17":{"tf":1.4142135623730951},"22":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"56":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}}}}},"i":{"df":6,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"7":{"tf":1.4142135623730951}},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"48":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"41":{"tf":1.0},"56":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":5,"docs":{"12":{"tf":1.4142135623730951},"43":{"tf":1.0},"47":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0}},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"r":{"df":9,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"|":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":4,"docs":{"45":{"tf":1.0},"50":{"tf":1.7320508075688772},"51":{"tf":1.7320508075688772},"53":{"tf":1.0}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":12,"docs":{"1":{"tf":1.0},"13":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.4142135623730951},"4":{"tf":1.7320508075688772},"41":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0}},"—":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"43":{"tf":1.0}}}}}}}}}}}},"o":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"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":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"41":{"tf":1.0}}}}}}}}},"df":3,"docs":{"20":{"tf":1.4142135623730951},"31":{"tf":1.0},"41":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"14":{"tf":1.0},"23":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"40":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"22":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"18":{"tf":1.0},"4":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"3":{"tf":1.0},"58":{"tf":1.4142135623730951}}},"s":{"df":13,"docs":{"0":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.4142135623730951},"4":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"58":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":4,"docs":{"12":{"tf":2.0},"2":{"tf":1.0},"20":{"tf":1.0},"35":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"8":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"20":{"tf":1.0},"55":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"4":{"tf":1.0},"43":{"tf":1.0},"51":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"3":{"tf":1.0},"57":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":4,"docs":{"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"r":{"df":9,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.4142135623730951},"55":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"df":5,"docs":{"26":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"51":{"tf":1.4142135623730951},"56":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":8,"docs":{"0":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.0},"58":{"tf":1.0},"7":{"tf":1.7320508075688772}}}}}},"i":{"d":{"df":1,"docs":{"45":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.0},"36":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"47":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"m":{"df":4,"docs":{"15":{"tf":1.0},"31":{"tf":1.0},"41":{"tf":1.7320508075688772},"53":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"38":{"tf":1.0},"58":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"1":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"17":{"tf":1.0},"18":{"tf":1.7320508075688772},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.7320508075688772},"55":{"tf":1.4142135623730951}}}},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"0":{"tf":1.7320508075688772},"43":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"20":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"42":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":8,"docs":{"19":{"tf":1.4142135623730951},"26":{"tf":1.0},"28":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"38":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"12":{"tf":1.0},"43":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"43":{"tf":1.0},"53":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":10,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.7320508075688772},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.7320508075688772},"33":{"tf":1.0},"53":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"21":{"tf":1.0},"23":{"tf":1.0},"55":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"15":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"42":{"tf":1.0},"53":{"tf":2.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"17":{"tf":1.0},"58":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":4,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"x":{"df":2,"docs":{"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":3,"docs":{"31":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"49":{"tf":1.0}}}}}}}},"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"[":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"12":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"a":{"df":9,"docs":{"0":{"tf":1.7320508075688772},"22":{"tf":1.0},"25":{"tf":1.7320508075688772},"26":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.0},"9":{"tf":1.0}},"t":{"a":{"df":14,"docs":{"0":{"tf":2.0},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"25":{"tf":1.0},"3":{"tf":1.4142135623730951},"4":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":2,"docs":{"12":{"tf":1.0},"4":{"tf":1.0}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":3,"docs":{"37":{"tf":1.0},"41":{"tf":1.0},"8":{"tf":1.0}},"g":{"df":2,"docs":{"11":{"tf":1.0},"54":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"41":{"tf":1.0}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"r":{"df":8,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"3":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"42":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":5,"docs":{"21":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"17":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"20":{"tf":1.0},"21":{"tf":1.0},"55":{"tf":1.0}}}}}}},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"28":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"58":{"tf":1.0}}}},"i":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"34":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"a":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":9,"docs":{"16":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"53":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"41":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":13,"docs":{"12":{"tf":1.7320508075688772},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"27":{"tf":1.0},"32":{"tf":2.449489742783178},"35":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"53":{"tf":1.0},"58":{"tf":1.4142135623730951},"6":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"45":{"tf":1.0},"50":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":6,"docs":{"16":{"tf":1.0},"18":{"tf":1.4142135623730951},"3":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"13":{"tf":1.7320508075688772},"30":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"11":{"tf":1.0},"8":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":16,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.7320508075688772},"43":{"tf":2.23606797749979},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"14":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"57":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"37":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"38":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"54":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"41":{"tf":1.0},"42":{"tf":1.0}},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"31":{"tf":1.0}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"38":{"tf":1.4142135623730951},"4":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"22":{"tf":1.0},"30":{"tf":1.0},"53":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"\'":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"32":{"tf":1.7320508075688772}},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":2.0}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"26":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"[":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}},"df":9,"docs":{"12":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"3":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0}},"n":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"p":{"/":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"30":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"l":{"df":6,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.0},"45":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.7320508075688772}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":12,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":3,"docs":{"12":{"tf":1.0},"51":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"50":{"tf":1.7320508075688772},"51":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}},"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":9,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"7":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"12":{"tf":1.0}}}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"13":{"tf":1.0},"16":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"41":{"tf":1.0}}}}},"s":{"df":1,"docs":{"38":{"tf":1.0}},"i":{"df":1,"docs":{"17":{"tf":1.0}}}}},"df":2,"docs":{"12":{"tf":1.0},"4":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"3":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"21":{"tf":1.0},"26":{"tf":1.0},"41":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"d":{"df":4,"docs":{"16":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"10":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"15":{"tf":1.0},"3":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":6,"docs":{"10":{"tf":1.4142135623730951},"17":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":7,"docs":{"0":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.4142135623730951},"48":{"tf":1.0},"58":{"tf":1.0}}}}},"v":{"df":1,"docs":{"40":{"tf":1.0}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":20,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"3":{"tf":1.4142135623730951},"35":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.7320508075688772},"53":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"56":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"—":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"r":{"(":{"\\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"50":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"46":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"2":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"a":{"df":0,"docs":{},"l":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":8,"docs":{"12":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"35":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"47":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":3,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0}}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":19,"docs":{"15":{"tf":1.0},"23":{"tf":1.7320508075688772},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.7320508075688772},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"49":{"tf":1.7320508075688772},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"4":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"r":{"df":7,"docs":{"0":{"tf":1.4142135623730951},"17":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"55":{"tf":1.4142135623730951},"58":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":6,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":3,"docs":{"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":39,"docs":{"1":{"tf":1.0},"12":{"tf":2.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":2.0},"19":{"tf":1.0},"20":{"tf":2.23606797749979},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"30":{"tf":1.7320508075688772},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"40":{"tf":2.0},"41":{"tf":1.4142135623730951},"43":{"tf":2.23606797749979},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"49":{"tf":2.0},"50":{"tf":2.23606797749979},"51":{"tf":2.23606797749979},"52":{"tf":1.4142135623730951},"53":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.7320508075688772},"7":{"tf":1.7320508075688772},"9":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"55":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}},"s":{"df":2,"docs":{"41":{"tf":1.4142135623730951},"45":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"—":{"a":{"d":{"df":0,"docs":{},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"20":{"tf":1.0},"21":{"tf":1.0},"55":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":8,"docs":{"13":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.7320508075688772},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.4142135623730951}}},"df":0,"docs":{},"s":{"df":1,"docs":{"16":{"tf":1.0}}}}}}},"}":{"\\"":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"51":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"f":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"15":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"12":{"tf":1.0},"45":{"tf":1.0},"57":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":8,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":2.0},"47":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}},"k":{"df":0,"docs":{},"e":{"df":2,"docs":{"28":{"tf":1.0},"32":{"tf":1.0}}}},"l":{"df":0,"docs":{},"s":{"df":3,"docs":{"10":{"tf":1.0},"41":{"tf":1.0},"57":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}}}},"q":{"df":1,"docs":{"57":{"tf":1.7320508075688772}}},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"17":{"tf":1.0},"32":{"tf":1.0},"45":{"tf":1.0},"52":{"tf":1.0},"7":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"22":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"32":{"tf":1.0},"47":{"tf":1.0}}},"df":0,"docs":{}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":1,"docs":{"31":{"tf":1.0}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"22":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"57":{"tf":1.0}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"17":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"41":{"tf":1.0},"8":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"57":{"tf":1.0}}}}}}}}}},"t":{"df":6,"docs":{"15":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"49":{"tf":1.0}}},"x":{"df":2,"docs":{"7":{"tf":1.0},"8":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"35":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0}}},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"56":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":5,"docs":{"13":{"tf":1.0},"24":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"53":{"tf":1.0},"55":{"tf":1.0}}}}}}},"n":{"df":6,"docs":{"10":{"tf":1.0},"50":{"tf":2.449489742783178},"51":{"tf":2.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"o":{"c":{"df":0,"docs":{},"u":{"df":2,"docs":{"6":{"tf":1.0},"7":{"tf":1.0}},"s":{"df":3,"docs":{"0":{"tf":1.0},"15":{"tf":1.0},"41":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"35":{"tf":1.0},"4":{"tf":1.4142135623730951},"5":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"t":{"!":{"(":{"\\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"4":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":13,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"2":{"tf":1.7320508075688772},"21":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"45":{"tf":1.0},"46":{"tf":1.0}}}}}}}}}}},"df":21,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.4142135623730951},"2":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.4142135623730951},"4":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.7320508075688772},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.4142135623730951},"55":{"tf":1.0},"6":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}},"’":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"3":{"tf":1.0},"32":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"8":{"tf":1.0}}}}}}},"d":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"g":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"3":{"tf":1.0},"56":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"40":{"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":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"45":{"tf":1.0},"50":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":8,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"33":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0}}}}},"t":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}},"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":1,"docs":{"1":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"58":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"17":{"tf":1.0},"22":{"tf":1.0}}}},"df":0,"docs":{},"o":{"d":{"df":5,"docs":{"10":{"tf":1.0},"38":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"17":{"tf":1.0},"22":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":1,"docs":{"52":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"14":{"tf":1.0},"43":{"tf":1.0},"54":{"tf":1.0}}},"df":0,"docs":{}}},"df":29,"docs":{"1":{"tf":1.0},"14":{"tf":1.7320508075688772},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"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}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"30":{"tf":1.0}}}},"n":{"d":{"df":1,"docs":{"12":{"tf":1.0}},"l":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"r":{"d":{"df":1,"docs":{"8":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"24":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"17":{"tf":1.0},"4":{"tf":1.0},"9":{"tf":1.7320508075688772}},"i":{"df":2,"docs":{"20":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.7320508075688772}}}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"0":{"tf":1.0},"51":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":9,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"29":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"39":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"53":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"i":{"[":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"20":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"a":{"df":9,"docs":{"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"i":{"df":28,"docs":{"14":{"tf":1.7320508075688772},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"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}},"i":{"df":12,"docs":{"42":{"tf":1.7320508075688772},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"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":3,"docs":{"23":{"tf":1.0},"27":{"tf":1.0},"49":{"tf":1.0}}}}}}}},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.7320508075688772}}}},"l":{"df":2,"docs":{"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0}}}}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":4,"docs":{"0":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":8,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"40":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"\\"":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"c":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"3":{"tf":1.0},"4":{"tf":1.4142135623730951},"58":{"tf":1.0},"6":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"12":{"tf":1.0},"21":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":3,"docs":{"20":{"tf":1.7320508075688772},"45":{"tf":1.0},"50":{"tf":1.4142135623730951}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"20":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"df":2,"docs":{"38":{"tf":1.0},"41":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"56":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"56":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":4,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"3":{"tf":1.0},"53":{"tf":1.0}}}},"n":{"d":{"df":4,"docs":{"17":{"tf":1.0},"43":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"55":{"tf":1.0},"6":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"27":{"tf":1.0},"30":{"tf":1.0}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.4142135623730951},"28":{"tf":1.0},"3":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":3,"docs":{"28":{"tf":1.0},"53":{"tf":1.7320508075688772},"9":{"tf":2.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"5":{"tf":1.0}}}}}},"v":{"df":3,"docs":{"31":{"tf":1.0},"56":{"tf":1.0},"7":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"8":{"tf":1.0}},"t":{"df":1,"docs":{"3":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":2,"docs":{"41":{"tf":1.0},"50":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.0},"37":{"tf":1.0}}}}},"v":{"df":5,"docs":{"54":{"tf":1.7320508075688772},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}}},"j":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"g":{"df":4,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}}},"k":{"8":{"df":6,"docs":{"16":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.0},"57":{"tf":1.0}},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"58":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":17,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.7320508075688772},"22":{"tf":1.4142135623730951},"26":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951}}}},"y":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}},"n":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"55":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"39":{"tf":1.4142135623730951},"4":{"tf":1.0},"53":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"28":{"tf":1.0}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"13":{"tf":1.0},"7":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"31":{"tf":1.0},"43":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"28":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"21":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"37":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"25":{"tf":1.0},"4":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"15":{"tf":1.7320508075688772},"21":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"12":{"tf":1.0},"43":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":12,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.7320508075688772},"53":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":2,"docs":{"12":{"tf":2.0},"34":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"20":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":18,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.7320508075688772},"3":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"9":{"tf":1.0}}}}},"o":{"a":{"d":{"df":1,"docs":{"29":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"58":{"tf":1.0}}}}}}}},"df":12,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"35":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.0}}},"t":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":3,"docs":{"50":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}},"i":{"c":{"df":3,"docs":{"0":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{}},"s":{"/":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":5,"docs":{"10":{"tf":1.0},"17":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"39":{"tf":1.0},"7":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"30":{"tf":1.0},"57":{"tf":1.0}}},"p":{"df":3,"docs":{"22":{"tf":1.0},"37":{"tf":1.0},"6":{"tf":1.0}}},"s":{"df":1,"docs":{"15":{"tf":1.0}}}},"w":{"df":1,"docs":{"29":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"r":{"df":2,"docs":{"12":{"tf":1.0},"4":{"tf":1.0}}},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"10":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"38":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"10":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"13":{"tf":1.0},"42":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":7,"docs":{"13":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"53":{"tf":1.0},"8":{"tf":1.0}}}},"n":{"df":0,"docs":{},"i":{"df":6,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0}}}},"p":{"df":3,"docs":{"16":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0}}},"t":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"49":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"54":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"17":{"tf":1.0},"39":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}},"y":{"b":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":8,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"43":{"tf":1.0},"57":{"tf":1.0}}}}},"t":{"df":1,"docs":{"21":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"2":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"41":{"tf":1.0},"58":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"c":{"df":6,"docs":{"12":{"tf":1.0},"31":{"tf":1.0},"41":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"22":{"tf":1.0},"24":{"tf":1.0},"37":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"10":{"tf":1.7320508075688772},"55":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"56":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":4,"docs":{"41":{"tf":1.0},"45":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}}}},"x":{"df":2,"docs":{"56":{"tf":1.0},"8":{"tf":1.0}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"30":{"tf":1.4142135623730951}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":8,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"29":{"tf":1.0},"43":{"tf":2.23606797749979},"53":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"34":{"tf":1.0}}}},"df":1,"docs":{"45":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"52":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"13":{"tf":1.0},"22":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":8,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.4142135623730951},"34":{"tf":1.7320508075688772},"38":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"22":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"45":{"tf":1.0},"50":{"tf":1.0}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"df":2,"docs":{"29":{"tf":1.0},"9":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":8,"docs":{"21":{"tf":1.0},"3":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.0},"57":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"g":{"df":2,"docs":{"30":{"tf":1.0},"41":{"tf":1.0}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":11,"docs":{"0":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"28":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"4":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}}},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":8,"docs":{"27":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.7320508075688772},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"47":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":24,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"12":{"tf":1.4142135623730951},"15":{"tf":1.7320508075688772},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"2":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.4142135623730951},"32":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.7320508075688772},"43":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.4142135623730951},"56":{"tf":1.0},"58":{"tf":1.7320508075688772},"7":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":2,"docs":{"22":{"tf":1.0},"8":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"df":7,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.7320508075688772},"32":{"tf":1.0},"41":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"21":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"[":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":17,"docs":{"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772},"43":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"22":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"12":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"53":{"tf":1.0},"55":{"tf":1.0}}}}}},"k":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"\\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":1,"docs":{"50":{"tf":1.0}}},"n":{"c":{"df":3,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0}}},"df":5,"docs":{"15":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"40":{"tf":1.0},"48":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"39":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"17":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"41":{"tf":2.449489742783178},"57":{"tf":1.0}}}},"t":{"df":2,"docs":{"21":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"12":{"tf":1.0},"26":{"tf":1.0},"47":{"tf":1.0}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":9,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.4142135623730951},"58":{"tf":1.0},"6":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"21":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":1.0}}}}}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"29":{"tf":1.4142135623730951}}}}},"df":1,"docs":{"28":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":8,"docs":{"12":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"3":{"tf":1.0},"6":{"tf":1.4142135623730951},"9":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.7320508075688772}}}}}}}}}},"p":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"12":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"28":{"tf":1.0}}},"k":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"16":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":3,"docs":{"1":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"33":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.0},"7":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"30":{"tf":1.0}}}}}}}},"df":0,"docs":{},"t":{"df":57,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.7320508075688772},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.7320508075688772},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"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},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.7320508075688772},"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":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.7320508075688772},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":5,"docs":{"0":{"tf":1.0},"19":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"35":{"tf":1.0},"41":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":1,"docs":{"12":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"19":{"tf":1.0},"25":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":3,"docs":{"15":{"tf":1.0},"21":{"tf":2.449489742783178},"22":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"28":{"tf":1.0}}}},"r":{"df":5,"docs":{"21":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":1.0},"33":{"tf":1.0},"7":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"0":{"tf":1.0},"4":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"29":{"tf":1.4142135623730951},"34":{"tf":3.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":7,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"5":{"tf":1.7320508075688772},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"33":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"15":{"tf":1.0},"16":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"20":{"tf":1.0},"34":{"tf":1.4142135623730951}}}}}}}},"l":{"a":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":17,"docs":{"1":{"tf":1.0},"12":{"tf":2.23606797749979},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"20":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":2.0},"36":{"tf":1.4142135623730951},"4":{"tf":1.0},"40":{"tf":1.4142135623730951},"43":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"41":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"u":{"df":2,"docs":{"25":{"tf":1.0},"26":{"tf":1.0}},"g":{"df":1,"docs":{"49":{"tf":1.0}},"g":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"13":{"tf":1.0},"18":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"d":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"3":{"tf":1.0}}}},"df":0,"docs":{}},"df":3,"docs":{"38":{"tf":1.0},"41":{"tf":1.0},"56":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"31":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"14":{"tf":1.0},"22":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"9":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"15":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"35":{"tf":1.4142135623730951},"41":{"tf":2.0},"43":{"tf":1.0},"45":{"tf":1.0}}}}}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"26":{"tf":1.0},"41":{"tf":1.0}}}},"t":{"df":3,"docs":{"22":{"tf":1.0},"48":{"tf":1.0},"56":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"35":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":2.0}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"11":{"tf":1.0},"5":{"tf":1.0}}}}}},"df":0,"docs":{}}},"o":{"b":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":7,"docs":{"17":{"tf":1.0},"21":{"tf":1.0},"40":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.4142135623730951},"52":{"tf":1.0},"53":{"tf":1.0}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":5,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":6,"docs":{"0":{"tf":1.0},"20":{"tf":1.0},"32":{"tf":1.0},"47":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":1.0}},"t":{"df":4,"docs":{"10":{"tf":1.0},"27":{"tf":1.0},"58":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":8,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.4142135623730951},"3":{"tf":1.0},"43":{"tf":1.0},"56":{"tf":1.0},"9":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":9,"docs":{"0":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"21":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":2.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"10":{"tf":1.0},"50":{"tf":1.0}},"r":{"df":1,"docs":{"41":{"tf":1.0}}}},"i":{"d":{"df":4,"docs":{"32":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":4,"docs":{"12":{"tf":1.4142135623730951},"4":{"tf":1.0},"40":{"tf":1.4142135623730951},"58":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"40":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"b":{"df":2,"docs":{"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"0":{"tf":1.0},"58":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"57":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"18":{"tf":1.0},"3":{"tf":1.0}}}}}}}},"q":{"a":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}}}}}},"r":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"12":{"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":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"33":{"tf":1.4142135623730951},"8":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"df":12,"docs":{"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"12":{"tf":1.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"50":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"l":{"df":3,"docs":{"40":{"tf":1.0},"50":{"tf":1.7320508075688772},"51":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"—":{"a":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":13,"docs":{"12":{"tf":1.4142135623730951},"15":{"tf":1.0},"26":{"tf":1.0},"32":{"tf":1.4142135623730951},"35":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.7320508075688772},"41":{"tf":1.7320508075688772},"47":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.4142135623730951}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":4,"docs":{"0":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"49":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"1":{"tf":1.0},"3":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"47":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"19":{"tf":1.0},"57":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":3,"docs":{"13":{"tf":1.0},"21":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":13,"docs":{"42":{"tf":1.7320508075688772},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":2.0},"54":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"0":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"35":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}},"x":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}},"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"22":{"tf":1.0},"47":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"20":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"43":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":4,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":4,"docs":{"19":{"tf":1.0},"3":{"tf":1.0},"40":{"tf":1.0},"57":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":7,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"26":{"tf":1.0},"30":{"tf":1.0},"57":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"12":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":4,"docs":{"16":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":8,"docs":{"12":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"26":{"tf":1.4142135623730951},"34":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":5,"docs":{"22":{"tf":1.0},"35":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":3,"docs":{"0":{"tf":1.0},"58":{"tf":1.0},"9":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":5,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"15":{"tf":1.4142135623730951},"21":{"tf":1.0},"46":{"tf":1.0},"53":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":3,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"57":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"10":{"tf":1.0},"57":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":8,"docs":{"0":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":1.7320508075688772}}}}},"p":{"c":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"45":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.7320508075688772},"51":{"tf":1.4142135623730951}}}}}}}}},"df":24,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"10":{"tf":2.0},"12":{"tf":2.0},"13":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.7320508075688772},"20":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":2.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":2.23606797749979},"39":{"tf":1.0},"4":{"tf":1.7320508075688772},"41":{"tf":1.0},"43":{"tf":2.0},"51":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.7320508075688772},"57":{"tf":1.4142135623730951},"58":{"tf":2.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":3,"docs":{"29":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.4142135623730951}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":22,"docs":{"12":{"tf":1.0},"13":{"tf":1.4142135623730951},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.7320508075688772},"36":{"tf":2.0},"37":{"tf":1.7320508075688772},"38":{"tf":1.7320508075688772},"39":{"tf":1.7320508075688772},"4":{"tf":1.4142135623730951},"40":{"tf":2.0},"41":{"tf":1.7320508075688772},"43":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.7320508075688772},"53":{"tf":1.7320508075688772},"56":{"tf":1.7320508075688772},"57":{"tf":1.7320508075688772},"58":{"tf":1.7320508075688772}},"’":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"40":{"tf":1.0}},"{":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"40":{"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":{},"i":{"df":0,"docs":{},"m":{"df":7,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"33":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"40":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"49":{"tf":1.7320508075688772},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"48":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":5,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"35":{"tf":1.4142135623730951},"53":{"tf":1.0},"57":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"41":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"2":{"df":3,"docs":{"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"3":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.7320508075688772}}}}}}}},"df":0,"docs":{}}}}},"df":30,"docs":{"1":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.7320508075688772},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":2.23606797749979},"16":{"tf":1.7320508075688772},"17":{"tf":2.23606797749979},"18":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":2.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"27":{"tf":1.0},"34":{"tf":2.0},"35":{"tf":2.23606797749979},"36":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"43":{"tf":2.6457513110645907},"52":{"tf":1.4142135623730951},"53":{"tf":2.23606797749979},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":2.0},"57":{"tf":1.7320508075688772},"58":{"tf":2.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"29":{"tf":1.0},"39":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"41":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"22":{"tf":1.0},"29":{"tf":1.0},"7":{"tf":2.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"d":{"df":8,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}}},"df":4,"docs":{"17":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"26":{"tf":1.0},"35":{"tf":1.0}}}},"df":0,"docs":{}},"f":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":3,"docs":{"21":{"tf":1.0},"50":{"tf":1.7320508075688772},"51":{"tf":1.7320508075688772}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"8":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"31":{"tf":1.0}}},"v":{"df":1,"docs":{"53":{"tf":1.0}},"i":{"c":{"df":3,"docs":{"38":{"tf":1.0},"56":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":8,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"24":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"42":{"tf":1.0},"55":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"16":{"tf":1.0},"38":{"tf":1.0},"56":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":18,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":7,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.7320508075688772}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"0":{"tf":1.0},"10":{"tf":1.4142135623730951},"57":{"tf":1.0}}}},"w":{"df":4,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"27":{"tf":1.0},"49":{"tf":1.0}}}}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":13,"docs":{"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.4142135623730951},"22":{"tf":1.0},"35":{"tf":1.7320508075688772},"4":{"tf":1.0},"41":{"tf":2.23606797749979},"47":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"9":{"tf":2.0}},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"41":{"tf":1.0}}},"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":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"24":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"28":{"tf":1.4142135623730951},"32":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":3,"docs":{"12":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0}}}}},"t":{"df":1,"docs":{"15":{"tf":1.0}}},"z":{"df":0,"docs":{},"e":{"df":1,"docs":{"9":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}},"w":{"df":4,"docs":{"28":{"tf":1.0},"41":{"tf":1.0},"56":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"56":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"17":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":5,"docs":{"21":{"tf":1.0},"24":{"tf":1.0},"52":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"46":{"tf":1.0},"51":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"3":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":1,"docs":{"58":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":6,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"26":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0},"55":{"tf":1.0}},"i":{"df":1,"docs":{"17":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":3,"docs":{"22":{"tf":1.0},"36":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"t":{"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"38":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"34":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"56":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"22":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"df":0,"docs":{}},"_":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"46":{"tf":1.0},"51":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":14,"docs":{"12":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.7320508075688772},"43":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"7":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"12":{"tf":1.0},"22":{"tf":1.0},"29":{"tf":1.0},"9":{"tf":1.7320508075688772}}},"i":{"c":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}},"y":{"df":5,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"31":{"tf":1.0},"51":{"tf":1.4142135623730951},"57":{"tf":1.0}}}},"d":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{":":{":":{"a":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"50":{"tf":1.0}}},"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":{},"p":{"df":2,"docs":{"21":{"tf":1.0},"41":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"28":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"57":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":3,"docs":{"12":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0}}}},"r":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"25":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"b":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"55":{"tf":1.4142135623730951}}}}}},"u":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"24":{"tf":1.0},"28":{"tf":1.4142135623730951},"30":{"tf":1.0}}}},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"6":{"tf":1.0}}}}},"df":5,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"30":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"0":{"tf":1.0},"58":{"tf":1.0}}}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"39":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"54":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"13":{"tf":1.0},"22":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"56":{"tf":1.0}}}}}}},"n":{"c":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"27":{"tf":1.0},"28":{"tf":1.4142135623730951},"32":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":8,"docs":{"20":{"tf":1.4142135623730951},"26":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}}}}}}}},"t":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"7":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":4,"docs":{"17":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.7320508075688772},"57":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"43":{"tf":1.0}}}}},"d":{"df":3,"docs":{"20":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":3,"docs":{"22":{"tf":1.0},"3":{"tf":1.4142135623730951},"55":{"tf":1.0}}},"r":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"21":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":29,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.4142135623730951},"15":{"tf":2.0},"16":{"tf":1.7320508075688772},"17":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.7320508075688772},"30":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":2.0},"52":{"tf":1.0},"53":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"6":{"tf":1.7320508075688772},"7":{"tf":1.4142135623730951},"8":{"tf":1.7320508075688772},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"47":{"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":{"46":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"{":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"51":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"7":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"13":{"tf":1.0},"35":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"e":{"df":13,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.4142135623730951},"31":{"tf":1.7320508075688772},"37":{"tf":1.0},"41":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":2.23606797749979}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}}},"r":{"df":1,"docs":{"28":{"tf":1.4142135623730951}}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"15":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"41":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"31":{"tf":1.0},"33":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":24,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"33":{"tf":2.0},"35":{"tf":1.0},"4":{"tf":1.7320508075688772},"43":{"tf":1.7320508075688772},"48":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"53":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"8":{"tf":1.0}},"y":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"g":{"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":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"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":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"15":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0}}},"k":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":16,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"26":{"tf":1.4142135623730951},"29":{"tf":1.7320508075688772},"3":{"tf":1.0},"4":{"tf":1.7320508075688772},"40":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"58":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"49":{"tf":1.0},"55":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":15,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"21":{"tf":1.0},"24":{"tf":2.0},"25":{"tf":2.0},"26":{"tf":1.0},"34":{"tf":1.0},"40":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"5":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"16":{"tf":1.7320508075688772}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"41":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"19":{"tf":1.0},"30":{"tf":1.0},"58":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.7320508075688772}}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"29":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":3,"docs":{"22":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"36":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":1,"docs":{"24":{"tf":1.0}}}},"x":{"df":1,"docs":{"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"36":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"28":{"tf":1.0},"3":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"51":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":2,"docs":{"4":{"tf":1.0},"53":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"17":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"16":{"tf":1.0}}}},"df":21,"docs":{"0":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.4142135623730951},"29":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":1.0},"50":{"tf":2.23606797749979},"51":{"tf":1.7320508075688772},"53":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":30,"docs":{"14":{"tf":1.7320508075688772},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"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},"55":{"tf":1.0},"9":{"tf":1.7320508075688772}}}},"i":{"df":0,"docs":{},"z":{"df":2,"docs":{"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":17,"docs":{"0":{"tf":1.4142135623730951},"13":{"tf":1.0},"17":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.7320508075688772},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"31":{"tf":1.0},"33":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"55":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"u":{"df":1,"docs":{"30":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"33":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"!":{"[":{"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":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"10":{"tf":1.0},"57":{"tf":1.0}},"f":{"df":2,"docs":{"13":{"tf":1.0},"32":{"tf":1.0}},"i":{"df":6,"docs":{"20":{"tf":1.0},"28":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":5,"docs":{"12":{"tf":1.0},"16":{"tf":1.0},"20":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"[":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"12":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"58":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":2.23606797749979}},"e":{"df":0,"docs":{},"t":{"df":13,"docs":{"15":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"29":{"tf":1.4142135623730951}}}},"y":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":1,"docs":{"12":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"21":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"55":{"tf":1.0},"58":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"56":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":8,"docs":{"10":{"tf":1.4142135623730951},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"20":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":4,"docs":{"38":{"tf":1.0},"45":{"tf":1.0},"52":{"tf":1.4142135623730951},"56":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"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":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"5":{"df":1,"docs":{"10":{"tf":1.0}}},"6":{"0":{"df":2,"docs":{"10":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"0":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"31":{"tf":1.0},"9":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"32":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":3,"docs":{"3":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"53":{"tf":1.7320508075688772}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":38,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"12":{"tf":2.449489742783178},"13":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.7320508075688772},"18":{"tf":2.0},"19":{"tf":2.449489742783178},"20":{"tf":2.6457513110645907},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"24":{"tf":1.7320508075688772},"25":{"tf":2.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.0},"28":{"tf":1.7320508075688772},"29":{"tf":1.7320508075688772},"30":{"tf":1.0},"35":{"tf":1.7320508075688772},"4":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"43":{"tf":2.23606797749979},"45":{"tf":1.7320508075688772},"46":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":2.0},"50":{"tf":2.6457513110645907},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.7320508075688772},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":2.23606797749979}},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"15":{"tf":2.0},"16":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"d":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"5":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"e":{"df":1,"docs":{"57":{"tf":1.0}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"29":{"tf":1.0}}}}}}}},"title":{"root":{"2":{"df":1,"docs":{"24":{"tf":1.0}}},"a":{"d":{"df":4,"docs":{"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"54":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"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":{"17":{"tf":1.0}}}}}}}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"z":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":2,"docs":{"26":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"26":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"40":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"38":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"51":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"55":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"55":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"31":{"tf":1.0},"32":{"tf":1.0}}}}}}}},"d":{"a":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"32":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"42":{"tf":1.0},"43":{"tf":1.0}}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"38":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"32":{"tf":1.0}},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"l":{"df":1,"docs":{"55":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"23":{"tf":1.0},"27":{"tf":1.0},"49":{"tf":1.0}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"18":{"tf":1.0},"20":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}}}}}},"f":{"a":{"df":0,"docs":{},"q":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"44":{"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":{"33":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"58":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"14":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"48":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"i":{"df":1,"docs":{"14":{"tf":1.0}},"i":{"df":1,"docs":{"42":{"tf":1.0}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"53":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"v":{"df":1,"docs":{"54":{"tf":1.0}}}},"k":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"39":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"26":{"tf":1.0}}}}},"o":{"a":{"d":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"10":{"tf":1.0}}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"30":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"28":{"tf":1.0}}}}}}},"w":{"df":1,"docs":{"49":{"tf":1.0}}}}},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"9":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"29":{"tf":1.0}}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"14":{"tf":1.0},"2":{"tf":1.0},"42":{"tf":1.0},"54":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"34":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}}}}}}},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"o":{"b":{"df":0,"docs":{},"e":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"42":{"tf":1.0},"53":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":3,"docs":{"10":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"47":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":6,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":1.0},"56":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"24":{"tf":1.0},"50":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"28":{"tf":1.0}}}}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"7":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"33":{"tf":1.0},"48":{"tf":1.0}}}}}}}},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"24":{"tf":1.0},"25":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":1,"docs":{"16":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"29":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"10":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"52":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":9,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"45":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"lang":"English","pipeline":["trimmer","stopWordFilter","stemmer"],"ref":"id","version":"0.9.5"},"results_options":{"limit_results":30,"teaser_word_count":30},"search_options":{"bool":"OR","expand":true,"fields":{"body":{"boost":1},"breadcrumbs":{"boost":1},"title":{"boost":2}}}}')); \ No newline at end of file diff --git a/docs/searchindex-0ac38380.js b/docs/searchindex-0ac38380.js new file mode 100644 index 0000000..0f8e8e8 --- /dev/null +++ b/docs/searchindex-0ac38380.js @@ -0,0 +1 @@ +window.search = Object.assign(window.search, JSON.parse('{"doc_urls":["project-context-primer.html#project-context-primer","what-you-will-learn.html#what-you-will-learn","part-i.html#part-i--foundations","introduction.html#introduction","architecture-overview.html#architecture-overview","testing-philosophy.html#testing-philosophy","scenario-lifecycle.html#scenario-lifecycle-conceptual","design-rationale.html#design-rationale","part-ii.html#part-ii--user-guide","workspace-layout.html#workspace-layout","annotated-tree.html#annotated-tree","authoring-scenarios.html#authoring-scenarios","workloads.html#core-content-workloads--expectations","workloads.html#workloads","workloads.html#expectations","scenario-builder-ext-patterns.html#core-content-scenariobuilderext-patterns","best-practices.html#best-practices","examples.html#examples","examples.html#simple-2-validator-transaction-workload","examples.html#da--transaction-workload","examples.html#chaos--liveness-check","examples-advanced.html#advanced--artificial-examples","examples-advanced.html#partition-and-recover-chaos","examples-advanced.html#mempool-saturation-slo","examples-advanced.html#api-contract-probe","examples-advanced.html#validator-churn-replacejoin","examples-advanced.html#mixed-da--tx-throughput-sweep","examples-advanced.html#stochastic-topology-generator","running-scenarios.html#running-scenarios","runners.html#runners","runners.html#local-runner","runners.html#docker-compose-runner","runners.html#kubernetes-runner","runners.html#common-expectations","operations.html#operations","part-iii.html#part-iii--developer-reference","scenario-model.html#scenario-model-developer-level","extending.html#extending-the-framework","extending.html#adding-a-workload","extending.html#adding-an-expectation","extending.html#adding-a-runner","extending.html#adding-topology-helpers","node-control.html#node-control--runcontext","node-control.html#accessing-node-control-in-workloadsexpectations","node-control.html#peer-blocking-example","node-control.html#considerations","chaos.html#chaos-workloads","chaos.html#how-it-works","chaos.html#usage","chaos.html#expectations-to-pair","chaos.html#best-practices","topology-chaos.html#topology--chaos-patterns","topology-chaos.html#topology-shaping","topology-chaos.html#node-control-availability","topology-chaos.html#chaos-patterns-to-consider","topology-chaos.html#expectations-to-pair","topology-chaos.html#guidance","custom-workload-example.html#example-new-workload--expectation-rust","custom-workload-example.html#workload-simple-reachability-probe","custom-workload-example.html#expectation-confirm-the-target-stayed-reachable","custom-workload-example.html#how-to-wire-it","internal-crate-reference.html#internal-crate-reference","part-iv.html#part-iv--appendix","dsl-cheat-sheet.html#core-content-dsl-cheat-sheet","troubleshooting.html#troubleshooting-scenarios","faq.html#faq","glossary.html#glossary"],"index":{"documentStore":{"docInfo":{"0":{"body":67,"breadcrumbs":6,"title":3},"1":{"body":26,"breadcrumbs":2,"title":1},"10":{"body":59,"breadcrumbs":8,"title":2},"11":{"body":101,"breadcrumbs":8,"title":2},"12":{"body":18,"breadcrumbs":12,"title":4},"13":{"body":38,"breadcrumbs":9,"title":1},"14":{"body":81,"breadcrumbs":9,"title":1},"15":{"body":84,"breadcrumbs":12,"title":4},"16":{"body":96,"breadcrumbs":8,"title":2},"17":{"body":14,"breadcrumbs":6,"title":1},"18":{"body":49,"breadcrumbs":10,"title":5},"19":{"body":51,"breadcrumbs":8,"title":3},"2":{"body":10,"breadcrumbs":4,"title":2},"20":{"body":61,"breadcrumbs":8,"title":3},"21":{"body":19,"breadcrumbs":10,"title":3},"22":{"body":58,"breadcrumbs":10,"title":3},"23":{"body":58,"breadcrumbs":10,"title":3},"24":{"body":58,"breadcrumbs":10,"title":3},"25":{"body":57,"breadcrumbs":10,"title":3},"26":{"body":69,"breadcrumbs":12,"title":5},"27":{"body":53,"breadcrumbs":10,"title":3},"28":{"body":75,"breadcrumbs":8,"title":2},"29":{"body":20,"breadcrumbs":6,"title":1},"3":{"body":84,"breadcrumbs":4,"title":1},"30":{"body":16,"breadcrumbs":7,"title":2},"31":{"body":23,"breadcrumbs":8,"title":3},"32":{"body":17,"breadcrumbs":7,"title":2},"33":{"body":48,"breadcrumbs":7,"title":2},"34":{"body":135,"breadcrumbs":6,"title":1},"35":{"body":10,"breadcrumbs":8,"title":4},"36":{"body":134,"breadcrumbs":12,"title":4},"37":{"body":0,"breadcrumbs":8,"title":2},"38":{"body":28,"breadcrumbs":8,"title":2},"39":{"body":23,"breadcrumbs":8,"title":2},"4":{"body":170,"breadcrumbs":6,"title":2},"40":{"body":31,"breadcrumbs":8,"title":2},"41":{"body":20,"breadcrumbs":9,"title":3},"42":{"body":28,"breadcrumbs":10,"title":3},"43":{"body":50,"breadcrumbs":11,"title":4},"44":{"body":51,"breadcrumbs":10,"title":3},"45":{"body":32,"breadcrumbs":8,"title":1},"46":{"body":14,"breadcrumbs":8,"title":2},"47":{"body":56,"breadcrumbs":7,"title":1},"48":{"body":37,"breadcrumbs":7,"title":1},"49":{"body":24,"breadcrumbs":8,"title":2},"5":{"body":96,"breadcrumbs":6,"title":2},"50":{"body":26,"breadcrumbs":8,"title":2},"51":{"body":11,"breadcrumbs":10,"title":3},"52":{"body":35,"breadcrumbs":9,"title":2},"53":{"body":25,"breadcrumbs":10,"title":3},"54":{"body":57,"breadcrumbs":10,"title":3},"55":{"body":24,"breadcrumbs":9,"title":2},"56":{"body":35,"breadcrumbs":8,"title":1},"57":{"body":19,"breadcrumbs":14,"title":5},"58":{"body":117,"breadcrumbs":13,"title":4},"59":{"body":64,"breadcrumbs":14,"title":5},"6":{"body":159,"breadcrumbs":8,"title":3},"60":{"body":24,"breadcrumbs":10,"title":1},"61":{"body":91,"breadcrumbs":10,"title":3},"62":{"body":10,"breadcrumbs":6,"title":3},"63":{"body":84,"breadcrumbs":11,"title":5},"64":{"body":86,"breadcrumbs":7,"title":2},"65":{"body":99,"breadcrumbs":5,"title":1},"66":{"body":88,"breadcrumbs":5,"title":1},"7":{"body":68,"breadcrumbs":6,"title":2},"8":{"body":10,"breadcrumbs":8,"title":4},"9":{"body":94,"breadcrumbs":8,"title":2}},"docs":{"0":{"body":"This book focuses on the Nomos Testing Framework. It assumes familiarity with\\nthe Nomos architecture, but for completeness, here is a short primer. Nomos is a modular blockchain protocol composed of validators, executors,\\nand a data-availability (DA) subsystem. Validators participate in consensus and produce blocks. Executors run application logic or off-chain computations referenced by\\nblocks. Data Availability (DA) ensures that data referenced in blocks is\\npublished and retrievable, including blobs or channel data used by workloads. These roles interact tightly, which is why meaningful testing must be performed\\nin multi-node environments that include real networking, timing, and DA\\ninteraction.","breadcrumbs":"Project Context Primer » Project Context Primer","id":"0","title":"Project Context Primer"},"1":{"body":"This book gives you a clear mental model for Nomos multi-node testing, shows how\\nto author scenarios that pair realistic workloads with explicit expectations,\\nand guides you to run them across local, containerized, and cluster environments\\nwithout changing the plan.","breadcrumbs":"What You Will Learn » What You Will Learn","id":"1","title":"What You Will Learn"},"10":{"body":"High-level view of the workspace and how pieces relate: nomos-testing/\\n├─ testing-framework/\\n│ ├─ configs/ # shared configuration helpers\\n│ ├─ core/ # scenario model, runtime, topology\\n│ ├─ workflows/ # workloads, expectations, DSL extensions\\n│ └─ runners/ # local, compose, k8s deployment backends\\n├─ tests/ # integration scenarios using the framework\\n└─ scripts/ # supporting setup utilities (e.g., assets) Each area maps to a responsibility: describe configs, orchestrate scenarios,\\npackage common traffic and assertions, adapt to environments, and demonstrate\\nend-to-end usage.","breadcrumbs":"Part II — User Guide » Annotated Tree » Annotated Tree","id":"10","title":"Annotated Tree"},"11":{"body":"Creating a scenario is a declarative exercise: Shape the topology: decide how many validators and executors to run, and\\nwhat high-level network and data-availability characteristics matter for the\\ntest. Attach workloads: pick traffic generators that align with your goals\\n(transactions, data-availability blobs, or chaos for resilience probes). Define expectations: specify the health signals that must hold when the\\nrun finishes (e.g., consensus liveness, inclusion of submitted activity; see Core Content: Workloads & Expectations). Set duration: choose a run window long enough to observe meaningful\\nblock progression and the effects of your workloads. Choose a runner: target local processes for fast iteration, Docker\\nCompose for reproducible multi-node stacks, or Kubernetes for cluster-grade\\nvalidation. For environment considerations, see Operations. Keep scenarios small and explicit: make the intended behavior and the success\\ncriteria clear so failures are easy to interpret and act upon.","breadcrumbs":"Part II — User Guide » Authoring Scenarios » Authoring Scenarios","id":"11","title":"Authoring Scenarios"},"12":{"body":"Workloads describe the activity a scenario generates; expectations describe the\\nsignals that must hold when that activity completes. Both are pluggable so\\nscenarios stay readable and purpose-driven.","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Core Content: Workloads & Expectations","id":"12","title":"Core Content: Workloads & Expectations"},"13":{"body":"Transaction workload: submits user-level transactions at a configurable\\nrate and can limit how many distinct actors participate. Data-availability workload: drives blob and channel activity to exercise\\ndata-availability paths. Chaos workload: triggers controlled node restarts to test resilience and\\nrecovery behaviors (requires a runner that can control nodes).","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Workloads","id":"13","title":"Workloads"},"14":{"body":"Consensus liveness: verifies the system continues to produce blocks in\\nline with the planned workload and timing window. Workload-specific checks: each workload can attach its own success\\ncriteria (e.g., inclusion of submitted activity) so scenarios remain concise. Together, workloads and expectations let you express both the pressure applied\\nto the system and the definition of “healthy” for that run. Mermaid view (pipeline): flowchart TD I[\\"Inputs: topology + wallets + rates\\"] Init[\\"Workload init\\"] Drive[\\"Drive traffic\\"] Collect[\\"Collect signals\\"] Eval[\\"Expectations evaluate\\"] I --> Init --> Drive --> Collect --> Eval Usage example: use std::time::Duration;\\nuse testing_framework_core::scenario::ScenarioBuilder;\\nuse testing_framework_workflows::{ConsensusLiveness, workloads::transaction}; let plan = ScenarioBuilder::with_node_counts(2, 0) .with_workload(transaction::Workload::default()) .with_expectation(ConsensusLiveness::default()) .with_run_duration(Duration::from_secs(60)) .build();\\n// deploy with your runner of choice and call runner.run(&mut plan)","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Expectations","id":"14","title":"Expectations"},"15":{"body":"Patterns that keep scenarios readable and reusable: Topology-first: start by shaping the cluster (counts, layout) so later\\nsteps inherit a clear foundation. Bundle defaults: use the DSL helpers to attach common expectations (like\\nliveness) whenever you add a matching workload, reducing forgotten checks. Intentional rates: express traffic in per-block terms to align with\\nprotocol timing rather than wall-clock assumptions. Opt-in chaos: enable restart patterns only in scenarios meant to probe\\nresilience; keep functional smoke tests deterministic. Wallet clarity: seed only the number of actors you need; it keeps\\ntransaction scenarios deterministic and interpretable. These patterns make scenario definitions self-explanatory while staying aligned\\nwith the framework’s block-oriented timing model.","breadcrumbs":"Part II — User Guide » Core Content: ScenarioBuilderExt Patterns » Core Content: ScenarioBuilderExt Patterns","id":"15","title":"Core Content: ScenarioBuilderExt Patterns"},"16":{"body":"State your intent: document the goal of each scenario (throughput, DA\\nvalidation, resilience) so expectation choices are obvious. Keep runs meaningful: choose durations that allow multiple blocks and make\\ntiming-based assertions trustworthy. Separate concerns: start with deterministic workloads for functional\\nchecks; add chaos in dedicated resilience scenarios to avoid noisy failures. Reuse patterns: standardize on shared topology and workload presets so\\nresults are comparable across environments and teams. Observe first, tune second: rely on liveness and inclusion signals to\\ninterpret outcomes before tweaking rates or topology. Environment fit: pick runners that match the feedback loop you need—local\\nfor speed, compose for reproducible stacks, k8s for cluster-grade fidelity. Minimal surprises: seed only necessary wallets and keep configuration\\ndeltas explicit when moving between CI and developer machines.","breadcrumbs":"Part II — User Guide » Best Practices » Best Practices","id":"16","title":"Best Practices"},"17":{"body":"Concrete scenario shapes that illustrate how to combine topologies, workloads,\\nand expectations. Adjust counts, rates, and durations to fit your environment.","breadcrumbs":"Part II — User Guide » Examples » Examples","id":"17","title":"Examples"},"18":{"body":"Topology: two validators. Workload: transaction submissions at a modest per-block rate with a small\\nset of wallet actors. Expectations: consensus liveness and inclusion of submitted activity. When to use: smoke tests for consensus and transaction flow on minimal\\nhardware. Setup (Rust): use std::time::Duration;\\nuse testing_framework_core::scenario::ScenarioBuilder; let plan = ScenarioBuilder::with_node_counts(2, 0) .transactions() .rate(3) .users(4) .apply() .with_run_duration(Duration::from_secs(60)) .expect_consensus_liveness() .build();\\n// deploy with your runner of choice (local/compose/k8s) and run","breadcrumbs":"Part II — User Guide » Examples » Simple 2-validator transaction workload","id":"18","title":"Simple 2-validator transaction workload"},"19":{"body":"Topology: validators plus executors if available. Workloads: data-availability blobs/channels and transactions running\\ntogether to stress both paths. Expectations: consensus liveness and workload-level inclusion/availability\\nchecks. When to use: end-to-end coverage of transaction and DA layers in one run. Setup (Rust): use std::time::Duration;\\nuse testing_framework_core::scenario::ScenarioBuilder; let plan = ScenarioBuilder::with_node_counts(2, 1) .transactions() .rate(5) .users(8) .apply() .da() .channel_rate(1) .blob_rate(1) .apply() .with_run_duration(Duration::from_secs(90)) .expect_consensus_liveness() .build();","breadcrumbs":"Part II — User Guide » Examples » DA + transaction workload","id":"19","title":"DA + transaction workload"},"2":{"body":"Conceptual chapters that establish the mental model for the framework and how\\nit approaches multi-node testing.","breadcrumbs":"Part I — Foundations » Part I — Foundations","id":"2","title":"Part I — Foundations"},"20":{"body":"Topology: validators (optionally executors) with node control enabled. Workloads: baseline traffic (transactions or DA) plus chaos restarts on\\nselected roles. Expectations: consensus liveness to confirm the system keeps progressing\\ndespite restarts; workload-specific inclusion if traffic is present. When to use: resilience validation and operational readiness drills. Setup (Rust): use std::time::Duration;\\nuse testing_framework_core::scenario::ScenarioBuilder;\\nuse testing_framework_workflows::workloads::transaction; let plan = ScenarioBuilder::with_node_counts(2, 1) .enable_node_control() .transactions() .rate(3) .users(4) .apply() .chaos_random_restart() .min_delay(Duration::from_secs(45)) .max_delay(Duration::from_secs(75)) .target_cooldown(Duration::from_secs(120)) .apply() .with_run_duration(Duration::from_secs(120)) .expect_consensus_liveness() .build();","breadcrumbs":"Part II — User Guide » Examples » Chaos + liveness check","id":"20","title":"Chaos + liveness check"},"21":{"body":"These illustrative scenarios stretch the framework to show how to build new\\nworkloads, expectations, deployers, and topology tricks. They are intentionally\\n“synthetic” to teach capabilities rather than prescribe production tests.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Advanced & Artificial Examples","id":"21","title":"Advanced & Artificial Examples"},"22":{"body":"Idea: induce a partial partition between nodes (e.g., block a subset of peers) mid-run, then heal it, to verify recovery and catch-up. Demonstrates: using node control/peer blocking to simulate partitions and asserting liveness plus height convergence afterward. Shape: a custom workload that blocks/unblocks peers; an expectation that all nodes reach the same height after healing. Setup (Rust): use testing_framework_core::scenario::ScenarioBuilder;\\n// PartitionChaosWorkload and HeightConvergenceExpectation are custom components you write. let plan = ScenarioBuilder::with_node_counts(3, 0) .enable_node_control() .with_workload(PartitionChaosWorkload::new().duration(Duration::from_secs(60))) .with_expectation(HeightConvergenceExpectation::new()) .with_run_duration(Duration::from_secs(150)) .build();","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Partition-and-Recover Chaos","id":"22","title":"Partition-and-Recover Chaos"},"23":{"body":"Idea: drive a high transaction rate to create backpressure and assert inclusion latency stays under a target budget. Demonstrates: SLO-style expectations (e.g., p95 inclusion time) under load, beyond simple liveness. Shape: high-rate tx workload plus an expectation that measures inclusion delay versus a threshold. Setup (Rust): use std::time::Duration;\\nuse testing_framework_core::scenario::ScenarioBuilder;\\n// HighRateTxWorkload drives load; InclusionSLOExpectation measures latency. let plan = ScenarioBuilder::with_node_counts(2, 1) .transactions().rate(20).users(16).apply() .with_expectation(InclusionSLOExpectation::with_budget(Duration::from_secs(10))) .with_run_duration(Duration::from_secs(120)) .build();","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Mempool Saturation SLO","id":"23","title":"Mempool Saturation SLO"},"24":{"body":"Idea: repeatedly hit node HTTP/RPC endpoints with schema-aware checks to ensure responses stay well-formed and timely under load. Demonstrates: validating external contract stability (shape + latency) while workloads run; catching regressions in public-facing APIs. Shape: custom probe workload that polls endpoints; expectation that enforces response codes/fields and latency bands. Setup (Rust): use testing_framework_core::scenario::ScenarioBuilder;\\n// ApiProbeWorkload and ApiContractExpectation are custom components you write. let plan = ScenarioBuilder::with_node_counts(2, 1) .with_workload(ApiProbeWorkload::new().endpoint(\\"/health\\").p95_latency(Duration::from_millis(500))) .with_expectation(ApiContractExpectation::default()) .with_run_duration(Duration::from_secs(60)) .build();","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » API Contract Probe","id":"24","title":"API Contract Probe"},"25":{"body":"Idea: remove a validator and add a new one mid-run (or restart with a new key) to verify the cluster reconfigures and maintains progress. Demonstrates: handling validator churn and ensuring consensus/height convergence after membership changes. Shape: custom workload that stops one validator and starts another; expectation that heights converge and no prolonged stalls occur. Setup (Rust): use testing_framework_core::scenario::ScenarioBuilder;\\n// ValidatorChurnWorkload manages stop/start; HeightConvergenceExpectation checks final state. let plan = ScenarioBuilder::with_node_counts(3, 0) .enable_node_control() .with_workload(ValidatorChurnWorkload::new().replace_after(Duration::from_secs(45))) .with_expectation(HeightConvergenceExpectation::new()) .with_run_duration(Duration::from_secs(180)) .build();","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Validator Churn (Replace/Join)","id":"25","title":"Validator Churn (Replace/Join)"},"26":{"body":"Idea: sweep transaction and DA blob rates upward in steps to identify throughput limits and where inclusion/availability SLOs start failing. Demonstrates: combined-path stress (tx + DA) with SLO-based expectations on inclusion and DA responsiveness. Shape: workload that increases rates every N seconds; expectation that tracks inclusion latency and DA API health within budgets. Setup (Rust): use testing_framework_core::scenario::ScenarioBuilder;\\n// ThroughputSweepWorkload ramps tx + DA; CombinedSLOExpectation enforces budgets. let plan = ScenarioBuilder::with_node_counts(2, 1) .with_workload(ThroughputSweepWorkload::new() .start_tx_rate(2).end_tx_rate(20) .start_da_rate(1).end_da_rate(10) .step_duration(Duration::from_secs(30))) .with_expectation(CombinedSLOExpectation::with_budgets( Duration::from_secs(10), // tx inclusion Duration::from_secs(5), // DA responsiveness )) .with_run_duration(Duration::from_secs(180)) .build();","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Mixed DA + Tx Throughput Sweep","id":"26","title":"Mixed DA + Tx Throughput Sweep"},"27":{"body":"Idea: topology parameters change at runtime (random validators, DA\\nsettings, network shapes). Demonstrates: randomized property testing and fuzzing approaches to\\ntopology building. Shape: pick roles and network layouts randomly per run; keep expectations\\ntolerant to variability while still asserting core liveness. Setup (Rust): use testing_framework_core::scenario::ScenarioBuilder;\\n// StochasticTopologyBuilder wraps ScenarioBuilder to randomize counts/layout. let plan = StochasticTopologyBuilder::new() .with_validator_range(1..=4) .with_executor_range(0..=2) .with_random_layouts() .finish() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(90)) .build();","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Stochastic Topology Generator","id":"27","title":"Stochastic Topology Generator"},"28":{"body":"Running a scenario follows the same conceptual flow regardless of environment: Select or author a scenario plan that pairs a topology with workloads,\\nexpectations, and a suitable run window. Choose a runner aligned with your environment (local, compose, or k8s) and\\nensure its prerequisites are available. Deploy the plan through the runner; wait for readiness signals before\\nstarting workloads. Let workloads drive activity for the planned duration; keep observability\\nsignals visible so you can correlate outcomes. Evaluate expectations and capture results as the primary pass/fail signal. Use the same plan across different runners to compare behavior between local\\ndevelopment and CI or cluster settings. For environment prerequisites and\\nflags, see Operations.","breadcrumbs":"Part II — User Guide » Running Scenarios » Running Scenarios","id":"28","title":"Running Scenarios"},"29":{"body":"Runners turn a scenario plan into a live environment while keeping the plan\\nunchanged. Choose based on feedback speed, reproducibility, and fidelity. For\\nenvironment and operational considerations, see Operations:","breadcrumbs":"Part II — User Guide » Runners » Runners","id":"29","title":"Runners"},"3":{"body":"The Nomos Testing Framework is a purpose-built toolkit for exercising Nomos in\\nrealistic, multi-node environments. It solves the gap between small, isolated\\ntests and full-system validation by letting teams describe a cluster layout,\\ndrive meaningful traffic, and assert the outcomes in one coherent plan. It is for protocol engineers, infrastructure operators, and QA teams who need\\nrepeatable confidence that validators, executors, and data-availability\\ncomponents work together under network and timing constraints. Multi-node integration testing is required because many Nomos behaviors—block\\nprogress, data availability, liveness under churn—only emerge when several\\nroles interact over real networking and time. This framework makes those checks\\ndeclarative, observable, and portable across environments.","breadcrumbs":"Part I — Foundations » Introduction » Introduction","id":"3","title":"Introduction"},"30":{"body":"Launches node processes directly on the host. Fastest feedback loop and minimal orchestration overhead. Best for development-time iteration and debugging.","breadcrumbs":"Part II — User Guide » Runners » Local runner","id":"30","title":"Local runner"},"31":{"body":"Starts nodes in containers to provide a reproducible multi-node stack on a\\nsingle machine. Discovers service ports and wires observability for convenient inspection. Good balance between fidelity and ease of setup.","breadcrumbs":"Part II — User Guide » Runners » Docker Compose runner","id":"31","title":"Docker Compose runner"},"32":{"body":"Deploys nodes onto a cluster for higher-fidelity, longer-running scenarios. Suits CI or shared environments where cluster behavior and scheduling matter.","breadcrumbs":"Part II — User Guide » Runners » Kubernetes runner","id":"32","title":"Kubernetes runner"},"33":{"body":"All runners require at least one validator and, for transaction scenarios,\\naccess to seeded wallets. Readiness probes gate workload start so traffic begins only after nodes are\\nreachable. Environment flags can relax timeouts or increase tracing when diagnostics are\\nneeded. Mermaid view (runner abstraction): flowchart TD Plan[Scenario Plan] --> RunSel{Runner (local | compose | k8s)} RunSel --> Provision[Provision & readiness] Provision --> Runtime[Runtime + observability] Runtime --> Exec[Workloads & Expectations execute]","breadcrumbs":"Part II — User Guide » Runners » Common expectations","id":"33","title":"Common expectations"},"34":{"body":"Operational readiness focuses on prerequisites, environment fit, and clear\\nsignals: Prerequisites: keep a sibling nomos-node checkout available; ensure the\\nchosen runner’s platform needs are met (local binaries for host runs, Docker\\nfor compose, cluster access for k8s). Artifacts: some scenarios depend on prover or circuit assets; fetch them\\nahead of time with the provided helper scripts when needed. Environment flags: use slow-environment toggles to relax timeouts, enable\\ntracing when debugging, and adjust observability ports to avoid clashes. Readiness checks: verify runners report node readiness before starting\\nworkloads; this avoids false negatives from starting too early. Failure triage: map failures to missing prerequisites (wallet seeding,\\nnode control availability), runner platform issues, or unmet expectations.\\nStart with liveness signals, then dive into workload-specific assertions. Treat operational hygiene—assets present, prerequisites satisfied, observability\\nreachable—as the first step to reliable scenario outcomes. Mermaid view (metrics/observability flow): flowchart TD Expose[Runner exposes endpoints/ports] --> Collect[Runtime collects block/health signals] Collect --> Consume[Expectations consume signals and decide pass/fail] Consume --> Inspect[Operators inspect logs/metrics when failures arise]","breadcrumbs":"Part II — User Guide » Operations » Operations","id":"34","title":"Operations"},"35":{"body":"Deep dives for contributors who extend the framework, evolve its abstractions,\\nor maintain the crate set.","breadcrumbs":"Part III — Developer Reference » Part III — Developer Reference","id":"35","title":"Part III — Developer Reference"},"36":{"body":"The scenario model defines clear, composable responsibilities: Topology: a declarative description of the cluster—how many nodes, their\\nroles, and the broad network and data-availability characteristics. Validators\\nrun the nomos-node binary (consensus/block production); executors run the nomos-executor binary (consensus-aware executor service stack). The topology\\nrepresents the intended shape of the system under test. Scenario: a plan combining topology, workloads, expectations, and a run\\nwindow. Building a scenario validates prerequisites (like seeded wallets) and\\nensures the run lasts long enough to observe meaningful block progression. Workloads: asynchronous tasks that generate traffic or conditions. They\\nuse shared context to interact with the deployed cluster and may bundle\\ndefault expectations. Expectations: post-run assertions. They can capture baselines before\\nworkloads start and evaluate success once activity stops. Runtime: coordinates workloads and expectations for the configured\\nduration, enforces cooldowns when control actions occur, and ensures cleanup\\nso runs do not leak resources. Developers extending the model should keep these boundaries strict: topology\\ndescribes, scenarios assemble, runners deploy, workloads drive, and expectations\\njudge outcomes. For guidance on adding new capabilities, see Extending the Framework.","breadcrumbs":"Part III — Developer Reference » Scenario Model (Developer Level) » Scenario Model (Developer Level)","id":"36","title":"Scenario Model (Developer Level)"},"37":{"body":"","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Extending the Framework","id":"37","title":"Extending the Framework"},"38":{"body":"Implement the workload contract: provide a name, optional bundled expectations, validate prerequisites up front, and drive asynchronous activity against the deployed cluster. Export it through the workflows layer and consider adding DSL helpers for ergonomic wiring.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding a workload","id":"38","title":"Adding a workload"},"39":{"body":"Implement the expectation contract: capture baselines if needed and evaluate outcomes after workloads finish; report meaningful errors to aid debugging. Expose reusable expectations from the workflows layer so scenarios can attach them declaratively.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding an expectation","id":"39","title":"Adding an expectation"},"4":{"body":"The framework follows a clear flow: Topology → Scenario → Deployer → Runner → Workloads → Expectations. Topology describes the cluster: how many nodes, their roles, and the high-level network and data-availability parameters they should follow. Scenario combines that topology with the activities to run and the checks to perform, forming a single plan. Deployer turns the plan into a concrete environment on the chosen backend (local processes, Docker Compose, or Kubernetes). Runner is shared across deployers; it drives workloads and expectations using the provided runtime context. Workloads generate traffic and conditions that exercise the system. Expectations observe the run and judge success or failure once activity completes. The deployer supplies a RunContext (clients, metrics, optional NodeControlHandle) that the runner and workloads/expectations share; it carries the runtime view and control hooks for the deployed cluster. The optional NodeControlHandle lets the runner (and chaos workloads) restart or manage nodes in the deployed environment. Mermaid view: sequenceDiagram participant T as Topology (shape cluster) participant S as Scenario (plan) participant D as Deployer (provision env) participant R as Runner (drive with RunContext) participant W as Workloads (drive traffic) participant X as Expectations (verify outcomes) T->>S: describe roles/params S->>D: hand plan D->>R: provision + provide RunContext R->>W: start workloads with context R->>X: evaluate outcomes after run Each layer has a narrow responsibility so that cluster shape, deployment choice,\\ntraffic generation, and health checks can evolve independently while fitting\\ntogether predictably.","breadcrumbs":"Part I — Foundations » Architecture Overview » Architecture Overview","id":"4","title":"Architecture Overview"},"40":{"body":"Implement the deployer contract for the target backend, producing a runtime context with client access, metrics endpoints, and optional node control. Preserve cleanup guarantees so resources are reclaimed even when runs fail; mirror readiness and observation signals used by existing runners for consistency.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding a runner","id":"40","title":"Adding a runner"},"41":{"body":"Extend the topology description with new layouts or presets while keeping defaults safe and predictable; favor declarative inputs over ad hoc logic so scenarios stay reviewable.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding topology helpers","id":"41","title":"Adding topology helpers"},"42":{"body":"The deployer supplies a RunContext that workloads and expectations share. It\\nprovides: Topology descriptors ( GeneratedTopology) Client handles ( NodeClients / ClusterClient) for HTTP/RPC calls Metrics ( RunMetrics, Metrics) and block feed Optional NodeControlHandle for managing nodes (restart, block/unblock peers)","breadcrumbs":"Part III — Developer Reference » Node Control & RunContext » Node Control & RunContext","id":"42","title":"Node Control & RunContext"},"43":{"body":"Check for control support and use it conditionally: use testing_framework_core::scenario::{Expectation, RunContext, Workload}; struct RestartWorkload; impl Workload for RestartWorkload { fn name(&self) -> &\'static str { \\"restart_workload\\" } async fn start(&self, ctx: &RunContext) -> Result<(), Box> { if let Some(control) = ctx.node_control() { // Restart the first validator (index 0) if supported. control.restart_validator(0).await?; } Ok(()) }\\n} When chaos workloads need control, require enable_node_control() in the\\nscenario builder and deploy with a runner that supports it.","breadcrumbs":"Part III — Developer Reference » Node Control & RunContext » Accessing node control in workloads/expectations","id":"43","title":"Accessing node control in workloads/expectations"},"44":{"body":"Some runners expose peer management through NodeControlHandle. A simple\\nexpectation could block/unblock a peer to simulate isolation: struct PeerBlockExpectation; impl Expectation for PeerBlockExpectation { fn name(&self) -> &str { \\"peer_block_test\\" } async fn evaluate(&mut self, ctx: &RunContext) -> Result<(), Box> { let Some(control) = ctx.node_control() else { return Err(\\"node control not available\\".into()); }; // Block peer on validator 0 control.block_peer(0, \\"peer-id\\".to_string()).await?; // ... perform checks ... control.unblock_peer(0, \\"peer-id\\".to_string()).await?; Ok(()) }\\n}","breadcrumbs":"Part III — Developer Reference » Node Control & RunContext » Peer blocking example","id":"44","title":"Peer blocking example"},"45":{"body":"Always guard control usage: not all runners expose NodeControlHandle. Treat control as best-effort: failures should surface as test failures, but\\nworkloads should degrade gracefully when control is absent. Combine control actions with expectations (e.g., restart then assert height\\nconvergence) to keep scenarios meaningful.","breadcrumbs":"Part III — Developer Reference » Node Control & RunContext » Considerations","id":"45","title":"Considerations"},"46":{"body":"Chaos in the framework uses node control to introduce failures and validate\\nrecovery. The built-in restart workload lives in testing_framework_workflows::workloads::chaos::RandomRestartWorkload.","breadcrumbs":"Part III — Developer Reference » Chaos Workloads » Chaos Workloads","id":"46","title":"Chaos Workloads"},"47":{"body":"Requires NodeControlCapability ( enable_node_control() in the scenario\\nbuilder) and a runner that provides a NodeControlHandle. Randomly selects nodes (validators, executors) to restart based on your\\ninclude/exclude flags. Respects min/max delay between restarts and a target cooldown to avoid\\nflapping the same node too frequently. Runs alongside other workloads; expectations should account for the added\\ndisruption. Support varies by runner: node control is not provided by the local runner\\nand is not yet implemented for the k8s runner. Use a runner that advertises NodeControlHandle support (e.g., compose) for chaos workloads.","breadcrumbs":"Part III — Developer Reference » Chaos Workloads » How it works","id":"47","title":"How it works"},"48":{"body":"use std::time::Duration;\\nuse testing_framework_core::scenario::ScenarioBuilder;\\nuse testing_framework_workflows::workloads::chaos::RandomRestartWorkload; let plan = ScenarioBuilder::with_node_counts(2, 1) .enable_node_control() .with_workload( RandomRestartWorkload::new( Duration::from_secs(45), // min delay Duration::from_secs(75), // max delay Duration::from_secs(120), // target cooldown true, // include validators true, // include executors ) ) .expect_consensus_liveness() .with_run_duration(Duration::from_secs(150)) .build();\\n// deploy with a runner that supports node control and run the scenario","breadcrumbs":"Part III — Developer Reference » Chaos Workloads » Usage","id":"48","title":"Usage"},"49":{"body":"Consensus liveness: ensure blocks keep progressing despite restarts. Height convergence: optionally check all nodes converge after the chaos\\nwindow. Any workload-specific inclusion checks if you’re also driving tx/DA traffic.","breadcrumbs":"Part III — Developer Reference » Chaos Workloads » Expectations to pair","id":"49","title":"Expectations to pair"},"5":{"body":"Declarative over imperative: describe the desired cluster shape, traffic, and success criteria; let the framework orchestrate the run. Observable health signals: prefer liveness and inclusion signals that reflect real user impact instead of internal debug state. Determinism first: default scenarios aim for repeatable outcomes with fixed topologies and traffic rates; variability is opt-in. Targeted non-determinism: introduce randomness (e.g., restarts) only when probing resilience or operational robustness. Protocol time, not wall time: reason in blocks and protocol-driven intervals to reduce dependence on host speed or scheduler noise. Minimum run window: always allow enough block production to make assertions meaningful; very short runs risk false confidence. Use chaos with intent: chaos workloads are for recovery and fault-tolerance validation, not for baseline functional checks.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Testing Philosophy","id":"5","title":"Testing Philosophy"},"50":{"body":"Keep delays/cooldowns realistic; avoid back-to-back restarts that would never\\nhappen in production. Limit chaos scope: toggle validators vs executors based on what you want to\\ntest. Combine with observability: monitor metrics/logs to explain failures.","breadcrumbs":"Part III — Developer Reference » Chaos Workloads » Best practices","id":"50","title":"Best practices"},"51":{"body":"This page gathers topology shaping options and chaos patterns so you can plan\\nmeaningful scenarios and expectations.","breadcrumbs":"Part III — Developer Reference » Topology & Chaos Patterns » Topology & Chaos Patterns","id":"51","title":"Topology & Chaos Patterns"},"52":{"body":"Counts/layouts: adjust validator/executor counts and network layout via ScenarioBuilderExt helpers (e.g., with_node_counts, network_star). Wallets: seed accounts uniformly to drive tx workloads; keep counts tight\\nfor deterministic runs. DA/consensus params: use topology configs to tweak DA dispersal/sampling\\nand consensus parameters when needed.","breadcrumbs":"Part III — Developer Reference » Topology & Chaos Patterns » Topology shaping","id":"52","title":"Topology shaping"},"53":{"body":"Supported: restart/peer control via NodeControlHandle (compose runner). Not supported: local runner does not expose node control; k8s runner does\\nnot support it yet. Always gate chaos on enable_node_control() and check node_control() in\\nworkloads/expectations before using it.","breadcrumbs":"Part III — Developer Reference » Topology & Chaos Patterns » Node control availability","id":"53","title":"Node control availability"},"54":{"body":"Restarts: random restarts with minimum delay/cooldown to test recovery. Partitions: block/unblock peers to simulate partial isolation, then assert\\nheight convergence after healing. Validator churn: stop one validator and start another (new key) mid-run to\\ntest membership changes; expect convergence. Load SLOs: push tx/DA rates and assert inclusion/availability budgets\\ninstead of only liveness. API probes: poll HTTP/RPC endpoints during chaos to ensure external\\ncontracts stay healthy (shape + latency).","breadcrumbs":"Part III — Developer Reference » Topology & Chaos Patterns » Chaos patterns to consider","id":"54","title":"Chaos patterns to consider"},"55":{"body":"Liveness/height convergence after chaos windows. SLO checks: inclusion latency, DA responsiveness, API latency/shape. Recovery checks: ensure nodes that were isolated or restarted catch up to\\ncluster height within a timeout.","breadcrumbs":"Part III — Developer Reference » Topology & Chaos Patterns » Expectations to pair","id":"55","title":"Expectations to pair"},"56":{"body":"Keep chaos realistic: avoid flapping or patterns you wouldn’t operate in prod. Scope chaos: choose validators vs executors intentionally; don’t restart all\\nnodes at once unless you’re testing full outages. Combine chaos with observability: capture block feed/metrics and API health so\\nfailures are diagnosable.","breadcrumbs":"Part III — Developer Reference » Topology & Chaos Patterns » Guidance","id":"56","title":"Guidance"},"57":{"body":"A minimal, end-to-end illustration of adding a custom workload and matching\\nexpectation. This shows the shape of the traits and where to plug into the\\nframework; expand the logic to fit your real test.","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Example: New Workload & Expectation (Rust)","id":"57","title":"Example: New Workload & Expectation (Rust)"},"58":{"body":"Key ideas: name: identifies the workload in logs. expectations: workloads can bundle defaults so callers don’t forget checks. init: derive inputs from the generated topology (e.g., pick a target node). start: drive async activity using the shared RunContext. use std::sync::Arc;\\nuse async_trait::async_trait;\\nuse testing_framework_core::scenario::{ DynError, Expectation, RunContext, RunMetrics, Workload,\\n};\\nuse testing_framework_core::topology::GeneratedTopology; pub struct ReachabilityWorkload { target_idx: usize, bundled: Vec>,\\n} impl ReachabilityWorkload { pub fn new(target_idx: usize) -> Self { Self { target_idx, bundled: vec![Box::new(ReachabilityExpectation::new(target_idx))], } }\\n} #[async_trait]\\nimpl Workload for ReachabilityWorkload { fn name(&self) -> &\'static str { \\"reachability_workload\\" } fn expectations(&self) -> Vec> { self.bundled.clone() } fn init( &mut self, topology: &GeneratedTopology, _metrics: &RunMetrics, ) -> Result<(), DynError> { if topology.validators().get(self.target_idx).is_none() { return Err(\\"no validator at requested index\\".into()); } Ok(()) } async fn start(&self, ctx: &RunContext) -> Result<(), DynError> { let client = ctx .clients() .validators() .get(self.target_idx) .ok_or(\\"missing target client\\")?; // Pseudo-action: issue a lightweight RPC to prove reachability. client.health_check().await.map_err(|e| e.into()) }\\n}","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Workload: simple reachability probe","id":"58","title":"Workload: simple reachability probe"},"59":{"body":"Key ideas: start_capture: snapshot baseline if needed (not used here). evaluate: assert the condition after workloads finish. use async_trait::async_trait;\\nuse testing_framework_core::scenario::{DynError, Expectation, RunContext}; pub struct ReachabilityExpectation { target_idx: usize,\\n} impl ReachabilityExpectation { pub fn new(target_idx: usize) -> Self { Self { target_idx } }\\n} #[async_trait]\\nimpl Expectation for ReachabilityExpectation { fn name(&self) -> &str { \\"target_reachable\\" } async fn evaluate(&mut self, ctx: &RunContext) -> Result<(), DynError> { let client = ctx .clients() .validators() .get(self.target_idx) .ok_or(\\"missing target client\\")?; client.health_check().await.map_err(|e| { format!(\\"target became unreachable during run: {e}\\").into() }) }\\n}","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Expectation: confirm the target stayed reachable","id":"59","title":"Expectation: confirm the target stayed reachable"},"6":{"body":"Build the plan: Declare a topology, attach workloads and expectations, and set the run window. The plan is the single source of truth for what will happen. Deploy: Hand the plan to a runner. It provisions the environment on the chosen backend and waits for nodes to signal readiness. Drive workloads: Start traffic and behaviors (transactions, data-availability activity, restarts) for the planned duration. Observe blocks and signals: Track block progression and other high-level metrics during or after the run window to ground assertions in protocol time. Evaluate expectations: Once activity stops (and optional cooldown completes), check liveness and workload-specific outcomes to decide pass or fail. Cleanup: Tear down resources so successive runs start fresh and do not inherit leaked state. Mermaid view (sequence): sequenceDiagram participant P as Plan (topology + workloads + expectations) participant D as Deployer (provision & readiness) participant R as Runner (orchestrate run) participant X as Expectations (baseline + evaluation) participant W as Workloads (drive traffic) participant C as Cleanup P->>D: hand scenario plan D->>R: provision env + provide RunContext R->>X: start_capture baseline R->>W: start workloads for run window R-->>X: consume signals during run (block feed/metrics) R-->>R: observe blocks/metrics during run R->>X: evaluate expectations after workloads R->>C: cleanup resources","breadcrumbs":"Part I — Foundations » Scenario Lifecycle (Conceptual) » Scenario Lifecycle (Conceptual)","id":"6","title":"Scenario Lifecycle (Conceptual)"},"60":{"body":"Build your scenario as usual and call .with_workload(ReachabilityWorkload::new(0)). The bundled expectation is attached automatically; you can add more with .with_expectation(...) if needed. Keep the logic minimal and fast for smoke tests; grow it into richer probes\\nfor deeper scenarios.","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » How to wire it","id":"60","title":"How to wire it"},"61":{"body":"High-level roles of the crates that make up the framework: Configs: prepares reusable configuration primitives for nodes, networking,\\ntracing, data availability, and wallets, shared by all scenarios and runners. Core scenario orchestration: houses the topology and scenario model,\\nruntime coordination, node clients, and readiness/health probes. Workflows: packages workloads and expectations into reusable building\\nblocks and offers a fluent DSL to assemble them. Runners: implements deployment backends (local host, Docker Compose,\\nKubernetes) that all consume the same scenario plan. Test workflows: example scenarios and integration checks that exercise the\\nframework end to end and serve as living documentation. Use this map to locate where to add new capabilities: configuration primitives\\nin configs, orchestration changes in core, reusable traffic/assertions in\\nworkflows, environment adapters in runners, and demonstrations in tests.","breadcrumbs":"Part III — Developer Reference » Internal Crate Reference » Internal Crate Reference","id":"61","title":"Internal Crate Reference"},"62":{"body":"Quick-reference material and supporting guidance to keep scenarios discoverable,\\ndebuggable, and consistent.","breadcrumbs":"Part IV — Appendix » Part IV — Appendix","id":"62","title":"Part IV — Appendix"},"63":{"body":"The framework offers a fluent builder style to keep scenarios readable. Common\\nknobs: Topology shaping: set validator and executor counts, pick a network layout\\nstyle, and adjust high-level data-availability traits. Wallet seeding: define how many users participate and the total funds\\navailable for transaction workloads. Workload tuning: configure transaction rates, data-availability channel\\nand blob rates, and whether chaos restarts should include validators,\\nexecutors, or both. Expectations: attach liveness and workload-specific checks so success is\\nexplicit. Run window: set a minimum duration long enough for multiple blocks to be\\nobserved and verified. Use these knobs to express intent clearly, keeping scenario definitions concise\\nand consistent across teams.","breadcrumbs":"Part IV — Appendix » DSL Cheat Sheet » Core Content: DSL Cheat Sheet","id":"63","title":"Core Content: DSL Cheat Sheet"},"64":{"body":"Common symptoms and likely causes: No or slow block progression: runner started workloads before readiness, insufficient run window, or environment too slow—extend duration or enable slow-environment tuning. Transactions not included: missing or insufficient wallet seeding, misaligned transaction rate with block cadence, or network instability—reduce rate and verify wallet setup. Chaos stalls the run: node control not available for the chosen runner or restart cadence too aggressive—enable control capability and widen restart intervals. Observability gaps: metrics or logs unreachable because ports clash or services are not exposed—adjust observability ports and confirm runner wiring. Flaky behavior across runs: mixing chaos with functional smoke tests or inconsistent topology between environments—separate deterministic and chaos scenarios and standardize topology presets.","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Troubleshooting Scenarios","id":"64","title":"Troubleshooting Scenarios"},"65":{"body":"Why block-oriented timing? Using block cadence reduces dependence on host speed and keeps assertions aligned with protocol behavior. Can I reuse the same scenario across runners? Yes. The plan stays the same; swap runners (local, compose, k8s) to target different environments. When should I enable chaos workloads? Only when testing resilience or operational recovery; keep functional smoke tests deterministic. How long should runs be? Long enough for multiple blocks so liveness and inclusion checks are meaningful; very short runs risk false confidence. Do I always need seeded wallets? Only for transaction scenarios. Data-availability or pure chaos scenarios may not require them, but liveness checks still need validators producing blocks. What if expectations fail but workloads “look fine”? Trust expectations first—they capture the intended success criteria. Use the observability signals and runner logs to pinpoint why the system missed the target.","breadcrumbs":"Part IV — Appendix » FAQ » FAQ","id":"65","title":"FAQ"},"66":{"body":"Validator: node role that runs the nomos-node binary for consensus and\\nblock production. Executor: node role that runs the nomos-executor binary, participates in\\nconsensus, and executes the executor service stack (including its own\\nmempool/topic wiring). DA (Data Availability): subsystem ensuring blobs or channel data are\\npublished and retrievable for validation. Workload: traffic or behavior generator that exercises the system during a\\nscenario run. Expectation: post-run assertion that judges whether the system met the\\nintended success criteria. Topology: declarative description of the cluster shape, roles, and\\nhigh-level parameters for a scenario. Blockfeed: stream of block observations used for liveness or inclusion\\nsignals during a run. Control capability: the ability for a runner to start, stop, or restart\\nnodes, used by chaos workloads.","breadcrumbs":"Part IV — Appendix » Glossary » Glossary","id":"66","title":"Glossary"},"7":{"body":"Modular crates keep configuration, orchestration, workloads, and runners decoupled so each can evolve without breaking the others. Pluggable runners let the same scenario run on a laptop, a Docker host, or a Kubernetes cluster, making validation portable across environments. Separated workloads and expectations clarify intent: what traffic to generate versus how to judge success. This simplifies review and reuse. Declarative topology makes cluster shape explicit and repeatable, reducing surprise when moving between CI and developer machines. Maintainability through predictability: a clear flow from plan to deployment to verification lowers the cost of extending the framework and interpreting failures.","breadcrumbs":"Part I — Foundations » Design Rationale » Design Rationale","id":"7","title":"Design Rationale"},"8":{"body":"Practical guidance for shaping scenarios, combining workloads and expectations,\\nand running them across different environments.","breadcrumbs":"Part II — User Guide » Part II — User Guide","id":"8","title":"Part II — User Guide"},"9":{"body":"The workspace focuses on multi-node integration testing and sits alongside a nomos-node checkout. Its crates separate concerns to keep scenarios\\nrepeatable and portable: Configs: prepares high-level node, network, tracing, and wallet settings\\nused across test environments. Core scenario orchestration: the engine that holds topology descriptions,\\nscenario plans, runtimes, workloads, and expectations. Workflows: ready-made workloads (transactions, data-availability, chaos)\\nand reusable expectations assembled into a user-facing DSL. Runners: deployment backends for local processes, Docker Compose, and\\nKubernetes, all consuming the same scenario plan. Test workflows: example scenarios and integration checks that show how\\nthe pieces fit together. This split keeps configuration, orchestration, reusable traffic patterns, and\\ndeployment adapters loosely coupled while sharing one mental model for tests.","breadcrumbs":"Part II — User Guide » Workspace Layout » Workspace Layout","id":"9","title":"Workspace Layout"}},"length":67,"save":true},"fields":["title","body","breadcrumbs"],"index":{"body":{"root":{"0":{"df":6,"docs":{"14":{"tf":1.0},"18":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0}}},"1":{"df":6,"docs":{"19":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"48":{"tf":1.0}}},"2":{"df":1,"docs":{"18":{"tf":1.0}}},"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"66":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"33":{"tf":1.0},"35":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"33":{"tf":1.0},"34":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"47":{"tf":1.0},"52":{"tf":1.0}}}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"36":{"tf":1.0},"45":{"tf":1.0},"58":{"tf":1.0}}}},"v":{"df":11,"docs":{"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.0},"28":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"58":{"tf":1.0},"6":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"18":{"tf":1.0}}}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"10":{"tf":1.0},"61":{"tf":1.0},"9":{"tf":1.0}}}}},"d":{"df":5,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"25":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}},"df":7,"docs":{"36":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"47":{"tf":1.0},"57":{"tf":1.0}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"17":{"tf":1.0},"34":{"tf":1.0},"52":{"tf":1.0},"63":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"21":{"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":{"47":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"f":{"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":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"64":{"tf":1.0}}}}}}}}}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"d":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":1,"docs":{"5":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":4,"docs":{"11":{"tf":1.0},"15":{"tf":1.4142135623730951},"28":{"tf":1.0},"65":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"16":{"tf":1.0},"5":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"47":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":4,"docs":{"45":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.0},"65":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"25":{"tf":1.0},"54":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":5,"docs":{"24":{"tf":1.4142135623730951},"26":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"62":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"0":{"tf":1.0}}},"df":4,"docs":{"14":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"2":{"tf":1.0},"27":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"4":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"34":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"36":{"tf":1.0},"61":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":15,"docs":{"10":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.4142135623730951},"59":{"tf":1.0},"6":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0}}}},"t":{"df":2,"docs":{"10":{"tf":1.0},"34":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"0":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{":":{":":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"58":{"tf":1.0},"59":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"58":{"tf":1.0},"59":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":4,"docs":{"43":{"tf":1.0},"44":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"36":{"tf":1.0},"38":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":7,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"39":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"28":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"\\"":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":17,"docs":{"0":{"tf":1.4142135623730951},"11":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"28":{"tf":1.0},"3":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"36":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.7320508075688772},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":5,"docs":{"16":{"tf":1.0},"34":{"tf":1.4142135623730951},"47":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"24":{"tf":1.0},"36":{"tf":1.0}}}},"df":0,"docs":{}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"50":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"10":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"23":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"n":{"d":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":5,"docs":{"16":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"20":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"5":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"e":{"c":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":6,"docs":{"16":{"tf":1.0},"28":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"53":{"tf":1.0},"64":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"33":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":8,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"28":{"tf":1.0},"32":{"tf":1.0},"6":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"16":{"tf":1.0},"30":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":8,"docs":{"16":{"tf":1.0},"22":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"47":{"tf":1.0},"64":{"tf":1.0},"7":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"34":{"tf":1.0},"36":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"b":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":6,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"13":{"tf":1.0},"26":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.0}},"s":{"/":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"19":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"42":{"tf":1.0},"44":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":19,"docs":{"0":{"tf":1.7320508075688772},"11":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"18":{"tf":1.0},"22":{"tf":1.4142135623730951},"36":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.4142135623730951},"49":{"tf":1.0},"5":{"tf":1.4142135623730951},"56":{"tf":1.0},"6":{"tf":1.7320508075688772},"61":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.4142135623730951},"65":{"tf":2.0},"66":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"66":{"tf":1.0}}}},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"0":{"tf":1.0},"1":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"12":{"tf":1.0},"14":{"tf":1.0},"19":{"tf":1.0},"63":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"36":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"a":{"d":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"23":{"tf":1.0},"26":{"tf":1.4142135623730951},"54":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":16,"docs":{"14":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"36":{"tf":1.0},"48":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"43":{"tf":1.0},"47":{"tf":1.0},"63":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":2,"docs":{"3":{"tf":1.0},"46":{"tf":1.0}}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":5,"docs":{"15":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"58":{"tf":1.7320508075688772},"60":{"tf":1.0}}}},"df":0,"docs":{}}}},"c":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"64":{"tf":1.4142135623730951},"65":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"14":{"tf":1.0},"42":{"tf":1.0},"60":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"58":{"tf":1.0}}}}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"21":{"tf":1.0},"36":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":1.0},"66":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"28":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"56":{"tf":1.0},"65":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"22":{"tf":1.0},"24":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"64":{"tf":1.0}}}}},"df":1,"docs":{"6":{"tf":1.4142135623730951}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":5,"docs":{"1":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"54":{"tf":1.0},"61":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":4,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.0}}}}}},"o":{"df":23,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"20":{"tf":1.4142135623730951},"22":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.4142135623730951},"50":{"tf":1.0},"51":{"tf":1.4142135623730951},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.7320508075688772},"63":{"tf":1.0},"64":{"tf":1.7320508075688772},"65":{"tf":1.4142135623730951},"66":{"tf":1.0},"9":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"11":{"tf":1.0},"36":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":22,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0},"49":{"tf":1.4142135623730951},"5":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.4142135623730951},"58":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.4142135623730951},"9":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"34":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"c":{"df":4,"docs":{"14":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":5,"docs":{"11":{"tf":1.4142135623730951},"16":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"56":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"34":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0},"64":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"25":{"tf":1.4142135623730951},"54":{"tf":1.0}},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}}}}},"i":{"df":4,"docs":{"16":{"tf":1.0},"28":{"tf":1.0},"32":{"tf":1.0},"7":{"tf":1.0}},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"34":{"tf":1.0},"64":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"36":{"tf":1.0},"40":{"tf":1.0},"6":{"tf":1.7320508075688772}}}}},"r":{"df":7,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"15":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"63":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"|":{"df":2,"docs":{"58":{"tf":1.0},"59":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":6,"docs":{"4":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.0},"58":{"tf":1.7320508075688772},"59":{"tf":1.7320508075688772},"61":{"tf":1.0}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"42":{"tf":1.0}}}}},"df":16,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":2.0},"5":{"tf":1.0},"55":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"36":{"tf":1.0}}}}}}}}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"\\"":{"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":{"14":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}}},"df":2,"docs":{"14":{"tf":1.0},"34":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":8,"docs":{"17":{"tf":1.0},"26":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.0},"8":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"10":{"tf":1.0},"15":{"tf":1.0},"33":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"16":{"tf":1.0},"28":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"22":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.0}}},"s":{"df":15,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"16":{"tf":1.0},"28":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0},"61":{"tf":1.0},"65":{"tf":1.0},"9":{"tf":1.0}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":3,"docs":{"2":{"tf":1.0},"28":{"tf":1.0},"6":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"16":{"tf":1.0},"9":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"14":{"tf":1.0},"63":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"4":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"36":{"tf":1.0},"4":{"tf":1.0},"59":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"43":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"3":{"tf":1.0},"5":{"tf":1.0},"65":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":4,"docs":{"10":{"tf":1.4142135623730951},"52":{"tf":1.0},"61":{"tf":1.4142135623730951},"9":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":8,"docs":{"10":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.0},"36":{"tf":1.0},"61":{"tf":1.4142135623730951},"63":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"df":3,"docs":{"20":{"tf":1.0},"59":{"tf":1.0},"64":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":10,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.0},"36":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0},"66":{"tf":1.4142135623730951}},"s":{"/":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"i":{"d":{"df":2,"docs":{"38":{"tf":1.0},"54":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"11":{"tf":1.0},"29":{"tf":1.0},"45":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"40":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"m":{"df":4,"docs":{"34":{"tf":1.4142135623730951},"6":{"tf":1.0},"61":{"tf":1.0},"9":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"31":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"1":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"15":{"tf":1.0},"63":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"14":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"24":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"35":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{".":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"0":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"0":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"0":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"/":{"df":0,"docs":{},"p":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":16,"docs":{"13":{"tf":1.4142135623730951},"20":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.7320508075688772},"44":{"tf":1.0},"45":{"tf":2.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.7320508075688772},"64":{"tf":1.4142135623730951},"66":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"31":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":6,"docs":{"22":{"tf":1.0},"25":{"tf":1.4142135623730951},"45":{"tf":1.0},"49":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"55":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":4,"docs":{"36":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"6":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"36":{"tf":1.0},"61":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":8,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"15":{"tf":1.0},"27":{"tf":1.0},"61":{"tf":1.4142135623730951},"63":{"tf":1.0},"9":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"52":{"tf":1.4142135623730951},"63":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"27":{"tf":1.0},"52":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"19":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"35":{"tf":1.0},"61":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"11":{"tf":1.0},"23":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":5,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"5":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":4,"docs":{"43":{"tf":1.0},"44":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":4,"docs":{"22":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"57":{"tf":1.0}}}}}}}},"d":{"a":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"52":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":9,"docs":{"0":{"tf":1.7320508075688772},"16":{"tf":1.0},"19":{"tf":1.7320508075688772},"20":{"tf":1.0},"26":{"tf":2.6457513110645907},"27":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"66":{"tf":1.0}},"t":{"a":{"df":13,"docs":{"0":{"tf":2.0},"11":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"19":{"tf":1.0},"3":{"tf":1.4142135623730951},"36":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"4":{"tf":1.7320508075688772},"6":{"tf":1.7320508075688772}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":4,"docs":{"30":{"tf":1.0},"34":{"tf":1.0},"39":{"tf":1.0},"5":{"tf":1.0}},"g":{"df":1,"docs":{"62":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"11":{"tf":1.0},"34":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"r":{"df":9,"docs":{"11":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"35":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":5,"docs":{"15":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"5":{"tf":1.0},"58":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"11":{"tf":1.0},"36":{"tf":1.0},"63":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"63":{"tf":1.0}}}}}}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"y":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":3,"docs":{"23":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.4142135623730951}},"s":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":8,"docs":{"10":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"61":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"34":{"tf":1.0},"5":{"tf":1.0},"65":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":17,"docs":{"10":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"28":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.4142135623730951},"38":{"tf":1.0},"4":{"tf":2.8284271247461903},"40":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0},"6":{"tf":1.4142135623730951},"61":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"58":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":6,"docs":{"10":{"tf":1.0},"12":{"tf":1.4142135623730951},"3":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"5":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":4,"docs":{"36":{"tf":1.0},"41":{"tf":1.0},"66":{"tf":1.0},"9":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"42":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"7":{"tf":1.0}}}},"r":{"df":1,"docs":{"5":{"tf":1.0}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"20":{"tf":1.0},"49":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"5":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"52":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":6,"docs":{"16":{"tf":1.0},"28":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"7":{"tf":1.0}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"56":{"tf":1.0}},"t":{"df":1,"docs":{"33":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"28":{"tf":1.0},"65":{"tf":1.0},"8":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"30":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"31":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"62":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"34":{"tf":1.0},"35":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"11":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"61":{"tf":1.0}}}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":2,"docs":{"56":{"tf":1.0},"58":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"6":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"20":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"[":{"\\"":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":12,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"23":{"tf":1.4142135623730951},"28":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.7320508075688772},"49":{"tf":1.0},"52":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.4142135623730951}},"n":{"df":2,"docs":{"12":{"tf":1.0},"5":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"l":{"df":6,"docs":{"10":{"tf":1.0},"15":{"tf":1.0},"38":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0},"9":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":8,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"28":{"tf":1.0},"36":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"0":{"df":1,"docs":{"26":{"tf":1.0}}},"2":{"0":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"5":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":1,"docs":{"26":{"tf":1.0}}},"7":{"5":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":4,"docs":{"54":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.7320508075688772},"66":{"tf":1.4142135623730951}}}}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"58":{"tf":1.7320508075688772},"59":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":10,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"14":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"58":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"58":{"tf":1.0}}}}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"10":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"34":{"tf":1.0}}}}},"s":{"df":1,"docs":{"31":{"tf":1.0}},"i":{"df":1,"docs":{"11":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"15":{"tf":1.0},"20":{"tf":1.0},"34":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":7,"docs":{"20":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"d":{"df":4,"docs":{"10":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"24":{"tf":1.4142135623730951},"40":{"tf":1.0},"54":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"24":{"tf":1.0},"26":{"tf":1.0},"36":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"3":{"tf":1.0},"9":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":5,"docs":{"11":{"tf":1.0},"36":{"tf":1.0},"5":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":10,"docs":{"0":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.4142135623730951},"49":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"66":{"tf":1.0}}}}},"v":{"df":2,"docs":{"4":{"tf":1.0},"6":{"tf":1.0}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":20,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"28":{"tf":1.7320508075688772},"29":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.7320508075688772},"4":{"tf":1.4142135623730951},"6":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":1.4142135623730951},"65":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"64":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"38":{"tf":1.0}}}}}}},"r":{"(":{"\\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"44":{"tf":1.0}}},"df":1,"docs":{"58":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"39":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"2":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"a":{"df":0,"docs":{},"l":{"[":{"\\"":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":1,"docs":{"14":{"tf":1.0}},"u":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"44":{"tf":1.0},"59":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":7,"docs":{"14":{"tf":1.0},"28":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"40":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":3,"docs":{"35":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0}}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":7,"docs":{"14":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"44":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.0},"9":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"33":{"tf":1.0},"66":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":12,"docs":{"0":{"tf":1.4142135623730951},"11":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.7320508075688772},"47":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.0},"63":{"tf":1.4142135623730951},"66":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":6,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"61":{"tf":1.0},"66":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":5,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"27":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"58":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":45,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.4142135623730951},"14":{"tf":1.4142135623730951},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.0},"28":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":2.23606797749979},"38":{"tf":1.0},"39":{"tf":1.7320508075688772},"4":{"tf":2.0},"42":{"tf":1.0},"44":{"tf":1.4142135623730951},"45":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":2.0},"59":{"tf":1.7320508075688772},"6":{"tf":2.23606797749979},"60":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"15":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"16":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}},"s":{"df":5,"docs":{"34":{"tf":1.0},"39":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"53":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"—":{"a":{"d":{"df":0,"docs":{},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"64":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"63":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":5,"docs":{"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"41":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"10":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"24":{"tf":1.0},"54":{"tf":1.0}}}}}}},"}":{"\\"":{")":{".":{"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":{}},"df":0,"docs":{}}},"f":{"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"24":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":4,"docs":{"26":{"tf":1.0},"40":{"tf":1.0},"6":{"tf":1.0},"65":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":9,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"34":{"tf":1.7320508075688772},"4":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.0},"7":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"s":{"df":3,"docs":{"34":{"tf":1.0},"5":{"tf":1.0},"65":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}}}},"q":{"df":1,"docs":{"65":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"11":{"tf":1.0},"60":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"56":{"tf":1.0},"6":{"tf":1.0}}}}}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"16":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"16":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"65":{"tf":1.0}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":4,"docs":{"11":{"tf":1.0},"27":{"tf":1.0},"39":{"tf":1.0},"59":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"5":{"tf":1.0}},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"65":{"tf":1.0}}}}}}}}}},"t":{"df":6,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"57":{"tf":1.0},"9":{"tf":1.0}}},"x":{"df":1,"docs":{"5":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"28":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"47":{"tf":1.0}}},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"64":{"tf":1.0}}}},"p":{"df":2,"docs":{"47":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"14":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":5,"docs":{"18":{"tf":1.0},"28":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"61":{"tf":1.0},"63":{"tf":1.0}}}}}}},"n":{"df":4,"docs":{"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"58":{"tf":2.23606797749979},"59":{"tf":1.7320508075688772}}},"o":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":3,"docs":{"0":{"tf":1.0},"34":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"28":{"tf":1.0},"4":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"15":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"t":{"!":{"(":{"\\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":2,"docs":{"24":{"tf":1.0},"4":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"2":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":15,"docs":{"0":{"tf":1.0},"10":{"tf":1.4142135623730951},"2":{"tf":1.0},"21":{"tf":1.0},"3":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"5":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.4142135623730951},"63":{"tf":1.0},"7":{"tf":1.0}},"’":{"df":1,"docs":{"15":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"6":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"3":{"tf":1.0},"56":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"5":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0}}}}}}},"d":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"27":{"tf":1.0}}}}}},"g":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"3":{"tf":1.0},"64":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"33":{"tf":1.0},"53":{"tf":1.0}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"51":{"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":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"42":{"tf":1.0},"58":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":8,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"27":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"58":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.0}}}}},"t":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"58":{"tf":1.0},"59":{"tf":1.0}}}},"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":1,"docs":{"1":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"66":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"11":{"tf":1.0},"16":{"tf":1.0}}}},"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"45":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"11":{"tf":1.0},"16":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":1,"docs":{"60":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"d":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":4,"docs":{"36":{"tf":1.0},"56":{"tf":1.0},"62":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"1":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"4":{"tf":1.0},"6":{"tf":1.4142135623730951}},"l":{"df":2,"docs":{"25":{"tf":1.0},"42":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"50":{"tf":1.0},"6":{"tf":1.0}}}}}},"r":{"d":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"22":{"tf":1.4142135623730951},"54":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"11":{"tf":1.0},"26":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"56":{"tf":1.0}},"i":{"df":2,"docs":{"14":{"tf":1.0},"54":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"22":{"tf":1.0},"25":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":6,"docs":{"22":{"tf":1.4142135623730951},"25":{"tf":1.0},"45":{"tf":1.0},"49":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"10":{"tf":1.0},"15":{"tf":1.0},"34":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0},"52":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"0":{"tf":1.0},"59":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":9,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"23":{"tf":1.4142135623730951},"4":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}},"t":{"df":1,"docs":{"24":{"tf":1.0}}}},"o":{"c":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"4":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"30":{"tf":1.0},"34":{"tf":1.0},"5":{"tf":1.0},"61":{"tf":1.0},"65":{"tf":1.0},"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"61":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"c":{"df":3,"docs":{"24":{"tf":1.0},"42":{"tf":1.0},"54":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"i":{"[":{"\\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"d":{"\\"":{".":{"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":{"(":{")":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"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":{"a":{"df":8,"docs":{"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"26":{"tf":1.0},"58":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}},"i":{"df":1,"docs":{"35":{"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":3,"docs":{"17":{"tf":1.0},"21":{"tf":1.0},"57":{"tf":1.0}}}}}}}},"m":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"5":{"tf":1.0}}}},"l":{"df":4,"docs":{"43":{"tf":1.0},"44":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"47":{"tf":1.0},"61":{"tf":1.0}}}}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":5,"docs":{"0":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"63":{"tf":1.0},"64":{"tf":1.0},"66":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":12,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.7320508075688772},"26":{"tf":1.7320508075688772},"49":{"tf":1.0},"5":{"tf":1.0},"55":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"19":{"tf":1.0},"26":{"tf":1.0},"54":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"64":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"26":{"tf":1.0},"33":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"\\"":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"58":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"43":{"tf":1.0}}}},"u":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"6":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"[":{"\\"":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"14":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"14":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"41":{"tf":1.0},"58":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"df":2,"docs":{"31":{"tf":1.0},"34":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"64":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"5":{"tf":1.0},"54":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"64":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":4,"docs":{"10":{"tf":1.0},"3":{"tf":1.0},"61":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"n":{"d":{"df":4,"docs":{"11":{"tf":1.0},"36":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":5,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"5":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"21":{"tf":1.0},"56":{"tf":1.0}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"0":{"tf":1.4142135623730951},"3":{"tf":1.0},"36":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":2,"docs":{"5":{"tf":1.0},"61":{"tf":1.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"7":{"tf":1.0}}}}}},"v":{"df":2,"docs":{"5":{"tf":1.0},"64":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":2,"docs":{"46":{"tf":1.0},"5":{"tf":1.0}},"t":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":4,"docs":{"3":{"tf":1.0},"44":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":2,"docs":{"34":{"tf":1.0},"58":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"11":{"tf":1.0},"30":{"tf":1.0}}}}},"v":{"df":1,"docs":{"62":{"tf":1.0}}}},"j":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"g":{"df":4,"docs":{"36":{"tf":1.0},"4":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"k":{"8":{"df":8,"docs":{"10":{"tf":1.0},"16":{"tf":1.0},"28":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0},"65":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":21,"docs":{"11":{"tf":1.0},"15":{"tf":1.7320508075688772},"16":{"tf":1.4142135623730951},"20":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"65":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"y":{"df":4,"docs":{"25":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0}}}},"n":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"63":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"11":{"tf":1.0},"32":{"tf":1.0},"4":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"36":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":5,"docs":{"23":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"26":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0}},"y":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"15":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"19":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":7,"docs":{"15":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"41":{"tf":1.0},"52":{"tf":1.0},"63":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"36":{"tf":1.0},"6":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":2,"docs":{"3":{"tf":1.0},"4":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":11,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"13":{"tf":1.0},"19":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.0},"9":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"13":{"tf":1.0},"26":{"tf":1.0},"50":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"14":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":22,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}},"o":{"a":{"d":{"df":3,"docs":{"23":{"tf":1.4142135623730951},"24":{"tf":1.0},"54":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"k":{"8":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":13,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"28":{"tf":1.4142135623730951},"30":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0},"61":{"tf":1.0},"65":{"tf":1.0},"9":{"tf":1.0}}},"t":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":3,"docs":{"58":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0}},"i":{"c":{"df":4,"docs":{"0":{"tf":1.0},"41":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{}},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"11":{"tf":1.0},"36":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"65":{"tf":1.0}}},"p":{"df":2,"docs":{"16":{"tf":1.0},"30":{"tf":1.0}}},"s":{"df":1,"docs":{"9":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"16":{"tf":1.0},"31":{"tf":1.0},"7":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"25":{"tf":1.0},"35":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":7,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.4142135623730951}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"25":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":6,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"63":{"tf":1.0}}}},"p":{"df":3,"docs":{"10":{"tf":1.0},"34":{"tf":1.0},"61":{"tf":1.0}}},"t":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"62":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"11":{"tf":1.0},"32":{"tf":1.0}}}}}},"x":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"7":{"5":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":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":{"48":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":10,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"65":{"tf":1.0}}}}},"t":{"df":1,"docs":{"15":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"23":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"25":{"tf":1.0},"54":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"66":{"tf":1.0}}}}}},"df":1,"docs":{"23":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"1":{"tf":1.0},"2":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"d":{"df":5,"docs":{"14":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"34":{"tf":1.0},"66":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"c":{"df":5,"docs":{"4":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.4142135623730951},"6":{"tf":1.0},"64":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"50":{"tf":1.0}}}}},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"i":{"d":{"df":3,"docs":{"22":{"tf":1.0},"25":{"tf":1.0},"54":{"tf":1.0}}},"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}}},"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"4":{"5":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":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":{"48":{"tf":1.0}},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"16":{"tf":1.0},"18":{"tf":1.0},"30":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":3,"docs":{"5":{"tf":1.0},"54":{"tf":1.0},"63":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"64":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":3,"docs":{"34":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0}}}},"x":{"df":2,"docs":{"26":{"tf":1.0},"64":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":7,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"15":{"tf":1.0},"2":{"tf":1.0},"36":{"tf":1.7320508075688772},"61":{"tf":1.0},"9":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"60":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"16":{"tf":1.0},"7":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":7,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"11":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.4142135623730951},"31":{"tf":1.0},"9":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"16":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":4,"docs":{"43":{"tf":1.0},"44":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"38":{"tf":1.0},"58":{"tf":1.0}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"df":1,"docs":{"26":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"16":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":10,"docs":{"15":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"39":{"tf":1.0},"43":{"tf":1.0},"52":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"65":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"g":{"df":1,"docs":{"34":{"tf":1.0}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":11,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"27":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"36":{"tf":1.0},"4":{"tf":1.0},"52":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"9":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}}},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"58":{"tf":1.0},"59":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":7,"docs":{"21":{"tf":1.0},"25":{"tf":1.4142135623730951},"36":{"tf":1.0},"41":{"tf":1.0},"54":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"42":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":6,"docs":{"4":{"tf":1.4142135623730951},"42":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.4142135623730951},"53":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":32,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"11":{"tf":1.0},"13":{"tf":1.4142135623730951},"2":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.7320508075688772},"24":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.7320508075688772},"48":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.4142135623730951},"64":{"tf":1.0},"66":{"tf":2.0},"9":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"5":{"tf":1.0}},"i":{"df":1,"docs":{"16":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"df":8,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"10":{"tf":1.0},"3":{"tf":1.7320508075688772},"34":{"tf":1.0},"36":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"9":{"tf":1.0}}}},"n":{"df":1,"docs":{"5":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"15":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":18,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"36":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.4142135623730951},"63":{"tf":1.0},"64":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"16":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"25":{"tf":1.0},"36":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"61":{"tf":1.0},"63":{"tf":1.0}}}}}},"k":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"\\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"58":{"tf":1.0},"59":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":3,"docs":{"43":{"tf":1.0},"44":{"tf":1.0},"58":{"tf":1.0}}},"n":{"c":{"df":4,"docs":{"36":{"tf":1.0},"4":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0}}},"df":6,"docs":{"19":{"tf":1.0},"25":{"tf":1.4142135623730951},"3":{"tf":1.0},"33":{"tf":1.0},"54":{"tf":1.0},"9":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"32":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"11":{"tf":1.0},"20":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.4142135623730951},"3":{"tf":1.0},"34":{"tf":1.7320508075688772},"5":{"tf":1.0},"56":{"tf":1.0},"65":{"tf":1.0}}}},"t":{"df":2,"docs":{"15":{"tf":1.0},"5":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":8,"docs":{"20":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"42":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":7,"docs":{"10":{"tf":1.0},"30":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"65":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"56":{"tf":1.0}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":9,"docs":{"16":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"5":{"tf":1.0},"6":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"3":{"tf":1.0},"41":{"tf":1.0},"5":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}}},"p":{"9":{"5":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"10":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"51":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":4,"docs":{"1":{"tf":1.0},"28":{"tf":1.0},"49":{"tf":1.0},"55":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"52":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"27":{"tf":1.0},"4":{"tf":1.0},"52":{"tf":1.0},"66":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":4,"docs":{"2":{"tf":1.0},"35":{"tf":1.0},"62":{"tf":1.0},"8":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"22":{"tf":1.0},"54":{"tf":1.0}}}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":6,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"4":{"tf":2.449489742783178},"6":{"tf":2.449489742783178},"63":{"tf":1.0},"66":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":2,"docs":{"22":{"tf":1.7320508075688772},"54":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"28":{"tf":1.0},"34":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":1,"docs":{"6":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"13":{"tf":1.0},"19":{"tf":1.0},"26":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":6,"docs":{"15":{"tf":2.0},"16":{"tf":1.0},"51":{"tf":1.4142135623730951},"54":{"tf":1.0},"56":{"tf":1.0},"9":{"tf":1.0}}}}}}}},"df":1,"docs":{"6":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":4,"docs":{"22":{"tf":1.4142135623730951},"42":{"tf":1.0},"44":{"tf":2.449489742783178},"54":{"tf":1.0}}}},"r":{"df":3,"docs":{"15":{"tf":1.0},"18":{"tf":1.0},"27":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":3,"docs":{"0":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0}}}}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"27":{"tf":1.0},"58":{"tf":1.0},"63":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"10":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"65":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"14":{"tf":1.0}}}}}}}},"l":{"a":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":24,"docs":{"1":{"tf":1.0},"14":{"tf":1.7320508075688772},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":2.0},"29":{"tf":1.4142135623730951},"3":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":2.0},"48":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":2.449489742783178},"61":{"tf":1.0},"65":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"34":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"u":{"df":4,"docs":{"19":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0}},"g":{"df":1,"docs":{"57":{"tf":1.0}},"g":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"12":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"24":{"tf":1.0},"54":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"3":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":3,"docs":{"31":{"tf":1.0},"34":{"tf":1.0},"64":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"36":{"tf":1.0},"66":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"16":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"4":{"tf":1.0},"41":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"5":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"61":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"28":{"tf":1.4142135623730951},"34":{"tf":2.0},"36":{"tf":1.0},"38":{"tf":1.0}}}}}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"21":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"20":{"tf":1.0},"34":{"tf":1.0}}}},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"40":{"tf":1.0}}}},"t":{"df":3,"docs":{"16":{"tf":1.0},"41":{"tf":1.0},"64":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"28":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.4142135623730951}}}}}},"o":{"b":{"df":0,"docs":{},"e":{"df":9,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"24":{"tf":1.4142135623730951},"33":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"11":{"tf":1.0},"30":{"tf":1.0},"4":{"tf":1.0},"9":{"tf":1.0}}}}}},"d":{"df":1,"docs":{"56":{"tf":1.0}},"u":{"c":{"df":4,"docs":{"0":{"tf":1.0},"14":{"tf":1.0},"40":{"tf":1.0},"65":{"tf":1.0}},"t":{"df":5,"docs":{"21":{"tf":1.0},"36":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"66":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":8,"docs":{"11":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"49":{"tf":1.0},"6":{"tf":1.0},"64":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"25":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":6,"docs":{"0":{"tf":1.0},"15":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.4142135623730951},"6":{"tf":1.0},"65":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"58":{"tf":1.0}},"r":{"df":1,"docs":{"34":{"tf":1.0}}}},"i":{"d":{"df":7,"docs":{"31":{"tf":1.0},"34":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"42":{"tf":1.0},"47":{"tf":1.4142135623730951},"6":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":3,"docs":{"33":{"tf":1.0},"4":{"tf":1.4142135623730951},"6":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"33":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"b":{"df":2,"docs":{"58":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"0":{"tf":1.0},"66":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"65":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"12":{"tf":1.0},"3":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"q":{"a":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"26":{"tf":1.0}}}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":3,"docs":{"27":{"tf":1.7320508075688772},"5":{"tf":1.0},"54":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"27":{"tf":1.0},"47":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"(":{"3":{"df":2,"docs":{"18":{"tf":1.0},"20":{"tf":1.0}}},"5":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}},"df":12,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"23":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"5":{"tf":1.0},"54":{"tf":1.0},"63":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":2,"docs":{"4":{"tf":2.0},"6":{"tf":3.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"58":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"l":{"df":3,"docs":{"33":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.0}},"e":{"df":0,"docs":{},"—":{"a":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"22":{"tf":1.0}}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"63":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":8,"docs":{"20":{"tf":1.0},"28":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.7320508075688772},"40":{"tf":1.0},"6":{"tf":1.4142135623730951},"64":{"tf":1.0},"9":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"61":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":4,"docs":{"0":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.0},"57":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"1":{"tf":1.0},"3":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"5":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"40":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"25":{"tf":1.0}}}}}}}},"v":{"df":1,"docs":{"22":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":7,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"46":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"65":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":4,"docs":{"15":{"tf":1.0},"5":{"tf":1.0},"65":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"35":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"0":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"28":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"24":{"tf":1.0}}}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}},"x":{"df":2,"docs":{"33":{"tf":1.0},"34":{"tf":1.0}}}},"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"16":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"14":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"25":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"3":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"24":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"25":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"34":{"tf":1.0},"39":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"36":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":4,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":6,"docs":{"13":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"65":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":7,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"20":{"tf":1.0},"5":{"tf":1.0},"65":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"36":{"tf":1.0},"40":{"tf":1.0},"6":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":6,"docs":{"10":{"tf":1.0},"24":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"36":{"tf":1.0},"4":{"tf":1.0},"55":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"p":{"df":1,"docs":{"53":{"tf":1.0}}}},"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":20,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.4142135623730951},"25":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.4142135623730951},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.4142135623730951},"66":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"43":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":6,"docs":{"16":{"tf":1.0},"28":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"0":{"tf":1.0},"66":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"44":{"tf":1.0},"58":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"15":{"tf":1.0},"39":{"tf":1.0},"61":{"tf":1.7320508075688772},"9":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":3,"docs":{"16":{"tf":1.0},"65":{"tf":1.0},"7":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"41":{"tf":1.0},"7":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"5":{"tf":1.0},"65":{"tf":1.0}}}}},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":8,"docs":{"0":{"tf":1.0},"20":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"61":{"tf":1.0},"66":{"tf":1.7320508075688772}},"s":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"p":{"c":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":7,"docs":{"4":{"tf":1.7320508075688772},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"58":{"tf":1.7320508075688772},"59":{"tf":1.4142135623730951},"6":{"tf":1.0}}}}}}}}},"df":30,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"11":{"tf":1.7320508075688772},"14":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.7320508075688772},"32":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":2.449489742783178},"4":{"tf":1.7320508075688772},"40":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.7320508075688772},"52":{"tf":1.0},"54":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":2.6457513110645907},"63":{"tf":1.0},"64":{"tf":1.7320508075688772},"65":{"tf":1.4142135623730951},"66":{"tf":2.23606797749979},"7":{"tf":1.0},"8":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"42":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":29,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"28":{"tf":1.7320508075688772},"29":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"36":{"tf":1.0},"4":{"tf":2.23606797749979},"40":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":2.23606797749979},"48":{"tf":1.0},"53":{"tf":1.7320508075688772},"6":{"tf":1.4142135623730951},"61":{"tf":1.7320508075688772},"64":{"tf":1.7320508075688772},"65":{"tf":1.7320508075688772},"66":{"tf":1.0},"7":{"tf":1.4142135623730951},"9":{"tf":1.0}},"’":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"33":{"tf":1.0}},"{":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"33":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":8,"docs":{"10":{"tf":1.0},"27":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"61":{"tf":1.0},"9":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"33":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"df":10,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"57":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"41":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":7,"docs":{"22":{"tf":1.0},"28":{"tf":1.4142135623730951},"47":{"tf":1.0},"61":{"tf":1.0},"65":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"27":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"2":{"df":8,"docs":{"14":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"48":{"tf":1.0}}},"3":{"df":2,"docs":{"22":{"tf":1.0},"25":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"52":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":35,"docs":{"1":{"tf":1.0},"10":{"tf":1.7320508075688772},"11":{"tf":1.7320508075688772},"12":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":2.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"28":{"tf":1.7320508075688772},"29":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"36":{"tf":2.23606797749979},"39":{"tf":1.0},"4":{"tf":1.7320508075688772},"41":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"61":{"tf":2.23606797749979},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951},"65":{"tf":1.7320508075688772},"66":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":2.23606797749979}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"32":{"tf":1.0},"5":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"a":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":2,"docs":{"50":{"tf":1.0},"56":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"10":{"tf":1.0},"34":{"tf":1.0}}}}}}},"df":1,"docs":{"4":{"tf":1.7320508075688772}},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"16":{"tf":1.0},"26":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"d":{"df":9,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"52":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0}}},"df":4,"docs":{"11":{"tf":1.4142135623730951},"28":{"tf":1.0},"29":{"tf":1.0},"36":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"20":{"tf":1.0},"28":{"tf":1.0},"47":{"tf":1.0}}}},"df":0,"docs":{}},"f":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"58":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":4,"docs":{"15":{"tf":1.0},"44":{"tf":1.0},"58":{"tf":1.7320508075688772},"59":{"tf":1.7320508075688772}}}},"n":{"d":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"16":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"6":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"4":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"61":{"tf":1.0}},"i":{"c":{"df":4,"docs":{"31":{"tf":1.0},"36":{"tf":1.0},"64":{"tf":1.0},"66":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":8,"docs":{"11":{"tf":1.0},"18":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.4142135623730951},"9":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":12,"docs":{"10":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.0},"64":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":20,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"5":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"57":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":9,"docs":{"10":{"tf":1.0},"16":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"42":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"0":{"tf":1.0},"5":{"tf":1.0},"65":{"tf":1.0}}}},"w":{"df":4,"docs":{"1":{"tf":1.0},"21":{"tf":1.0},"57":{"tf":1.0},"9":{"tf":1.0}}}}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":11,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"28":{"tf":1.7320508075688772},"34":{"tf":2.0},"40":{"tf":1.0},"5":{"tf":1.4142135623730951},"6":{"tf":1.7320508075688772},"65":{"tf":1.0},"66":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":4,"docs":{"18":{"tf":1.0},"23":{"tf":1.0},"44":{"tf":1.0},"58":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"22":{"tf":1.0},"44":{"tf":1.0},"54":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":3,"docs":{"31":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0}}}}},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"df":4,"docs":{"23":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0}},"w":{"df":2,"docs":{"34":{"tf":1.0},"64":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"64":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"11":{"tf":1.0},"18":{"tf":1.0},"3":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":5,"docs":{"15":{"tf":1.0},"18":{"tf":1.0},"60":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"3":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":6,"docs":{"14":{"tf":1.0},"20":{"tf":1.0},"34":{"tf":1.0},"49":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.0}},"i":{"df":1,"docs":{"11":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":4,"docs":{"16":{"tf":1.0},"29":{"tf":1.0},"5":{"tf":1.0},"65":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":1.0},"66":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"25":{"tf":1.0},"64":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"16":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"43":{"tf":1.0},"58":{"tf":1.0}}}}}}},"df":0,"docs":{}},"_":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"59":{"tf":1.0},"6":{"tf":1.0}}}}}}},"df":0,"docs":{}},"d":{"a":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{")":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"_":{"d":{"a":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{"0":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"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":{},"x":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"2":{")":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"2":{"0":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":15,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.7320508075688772},"36":{"tf":1.0},"4":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.7320508075688772},"64":{"tf":1.0},"66":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"16":{"tf":1.0},"25":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0}}},"i":{"c":{"df":2,"docs":{"43":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}}},"y":{"df":8,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"41":{"tf":1.0},"54":{"tf":1.0},"59":{"tf":1.0},"65":{"tf":1.0}}}},"d":{":":{":":{"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":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{":":{":":{"a":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"58":{"tf":1.0}}},"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":{":":{":":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":6,"docs":{"14":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.0},"48":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"_":{"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":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"3":{"0":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":3,"docs":{"15":{"tf":1.0},"26":{"tf":1.0},"34":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"27":{"tf":1.0},"65":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"27":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"27":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":5,"docs":{"25":{"tf":1.0},"36":{"tf":1.0},"54":{"tf":1.0},"6":{"tf":1.0},"66":{"tf":1.0}}}},"r":{"df":4,"docs":{"43":{"tf":1.0},"44":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"66":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"19":{"tf":1.0},"26":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"43":{"tf":1.0},"44":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":2,"docs":{"23":{"tf":1.0},"63":{"tf":1.4142135623730951}}}}}},"u":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"18":{"tf":1.0}}}},"t":{"df":4,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"0":{"tf":1.0},"66":{"tf":1.0}}}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":10,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"32":{"tf":1.0}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"4":{"tf":1.0},"42":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":6,"docs":{"10":{"tf":1.0},"43":{"tf":1.7320508075688772},"47":{"tf":1.4142135623730951},"48":{"tf":1.0},"53":{"tf":1.7320508075688772},"62":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"45":{"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":{"16":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"65":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"26":{"tf":1.4142135623730951}}}}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"64":{"tf":1.0}}}}}}},"n":{"c":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":7,"docs":{"14":{"tf":1.4142135623730951},"20":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.4142135623730951}}}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"2":{"0":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"58":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":9,"docs":{"11":{"tf":1.0},"23":{"tf":1.0},"40":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"65":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"36":{"tf":1.0}}}}},"d":{"df":3,"docs":{"14":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0}}},"df":1,"docs":{"4":{"tf":1.4142135623730951}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":3,"docs":{"16":{"tf":1.0},"3":{"tf":1.4142135623730951},"63":{"tf":1.0}}},"r":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"15":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":23,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.0},"10":{"tf":1.7320508075688772},"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"18":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.7320508075688772},"36":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"64":{"tf":1.0},"65":{"tf":1.4142135623730951},"9":{"tf":2.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":11,"docs":{"14":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"{":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"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":{"43":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"58":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"58":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"s":{":":{":":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":2,"docs":{"46":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"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":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":1,"docs":{"14":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":4,"docs":{"28":{"tf":1.0},"38":{"tf":1.0},"44":{"tf":1.0},"7":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"26":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"e":{"df":12,"docs":{"0":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":1.0},"34":{"tf":1.0},"5":{"tf":1.4142135623730951},"6":{"tf":1.0},"65":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"33":{"tf":1.0},"34":{"tf":1.0},"55":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"14":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"9":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"l":{"df":2,"docs":{"34":{"tf":1.0},"50":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"27":{"tf":1.0},"5":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":27,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"27":{"tf":1.7320508075688772},"28":{"tf":1.0},"36":{"tf":2.0},"4":{"tf":2.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"61":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.4142135623730951},"66":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}},"y":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"g":{"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":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"58":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"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":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"63":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"33":{"tf":1.0},"34":{"tf":1.0},"61":{"tf":1.0},"9":{"tf":1.0}}},"k":{"df":2,"docs":{"26":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":15,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.4142135623730951},"3":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.7320508075688772},"49":{"tf":1.0},"5":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"66":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"57":{"tf":1.0},"63":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":14,"docs":{"11":{"tf":1.0},"13":{"tf":1.4142135623730951},"15":{"tf":1.0},"18":{"tf":2.0},"19":{"tf":2.0},"20":{"tf":1.4142135623730951},"23":{"tf":1.0},"26":{"tf":1.0},"33":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951},"65":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"2":{"0":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"1":{"6":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"23":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"34":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"10":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"34":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"64":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"48":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"65":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"16":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":3,"docs":{"16":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"29":{"tf":1.0},"4":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"16":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":1,"docs":{"18":{"tf":1.0}}}},"x":{"/":{"d":{"a":{"df":2,"docs":{"49":{"tf":1.0},"54":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"23":{"tf":1.0},"26":{"tf":2.0},"52":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"29":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"23":{"tf":1.4142135623730951},"24":{"tf":1.0},"3":{"tf":1.4142135623730951},"36":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"52":{"tf":1.0}}}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"56":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"59":{"tf":1.0},"64":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":4,"docs":{"22":{"tf":1.0},"38":{"tf":1.0},"55":{"tf":1.0},"61":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"11":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"s":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"10":{"tf":1.0},"14":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0}}}},"df":32,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"14":{"tf":1.7320508075688772},"15":{"tf":1.0},"18":{"tf":1.7320508075688772},"19":{"tf":1.7320508075688772},"20":{"tf":2.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.4142135623730951},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.7320508075688772},"5":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":2.23606797749979},"59":{"tf":1.7320508075688772},"61":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"13":{"tf":1.0},"5":{"tf":1.0},"63":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}},"s":{"(":{"4":{"df":2,"docs":{"18":{"tf":1.0},"20":{"tf":1.0}}},"8":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"z":{"df":2,"docs":{"58":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"60":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"10":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}}},"df":28,"docs":{"0":{"tf":1.4142135623730951},"11":{"tf":1.4142135623730951},"16":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"24":{"tf":1.0},"25":{"tf":2.0},"27":{"tf":1.0},"3":{"tf":1.4142135623730951},"33":{"tf":1.0},"36":{"tf":1.4142135623730951},"38":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.4142135623730951},"56":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.0},"63":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"7":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"27":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"47":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"!":{"[":{"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":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":1,"docs":{"58":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"5":{"tf":1.0},"65":{"tf":1.0}},"f":{"df":1,"docs":{"7":{"tf":1.0}},"i":{"df":7,"docs":{"14":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"u":{"df":2,"docs":{"23":{"tf":1.0},"7":{"tf":1.0}}}}}},"i":{"a":{"df":2,"docs":{"52":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":6,"docs":{"10":{"tf":1.0},"14":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.4142135623730951},"6":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":2,"docs":{"50":{"tf":1.0},"56":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"28":{"tf":1.0},"6":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"15":{"tf":1.0},"5":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":13,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"52":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.4142135623730951},"65":{"tf":1.0},"9":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}},"df":2,"docs":{"4":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"15":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"63":{"tf":1.0},"66":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"64":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":10,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"28":{"tf":1.0},"36":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"55":{"tf":1.0},"6":{"tf":1.7320508075688772},"63":{"tf":1.0},"64":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":5,"docs":{"31":{"tf":1.0},"38":{"tf":1.0},"60":{"tf":1.0},"64":{"tf":1.0},"66":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"(":{"0":{".":{".":{"=":{"2":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"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":{"24":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"b":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}}},"df":0,"docs":{}}},"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":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"22":{"tf":1.0},"25":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"b":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"0":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":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":{"60":{"tf":1.0}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"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":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"2":{"0":{"df":2,"docs":{"20":{"tf":1.0},"23":{"tf":1.0}}},"df":0,"docs":{}},"5":{"0":{"df":2,"docs":{"22":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}},"8":{"0":{"df":2,"docs":{"25":{"tf":1.0},"26":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"0":{"df":3,"docs":{"14":{"tf":1.0},"18":{"tf":1.0},"24":{"tf":1.0}}},"df":0,"docs":{}},"9":{"0":{"df":2,"docs":{"19":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"(":{"1":{".":{".":{"=":{"4":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"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":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"6":{"0":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"0":{"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":{}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"26":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}}}}}}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"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":{"14":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"48":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"26":{"tf":1.0},"55":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"1":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":2,"docs":{"3":{"tf":1.0},"47":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":5,"docs":{"10":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"61":{"tf":1.7320508075688772},"9":{"tf":1.4142135623730951}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":46,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.7320508075688772},"12":{"tf":1.4142135623730951},"13":{"tf":2.0},"14":{"tf":2.0},"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.7320508075688772},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.7320508075688772},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"36":{"tf":2.23606797749979},"38":{"tf":1.4142135623730951},"39":{"tf":1.0},"4":{"tf":2.449489742783178},"42":{"tf":1.0},"43":{"tf":1.7320508075688772},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"49":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":2.23606797749979},"59":{"tf":1.0},"6":{"tf":2.6457513110645907},"61":{"tf":1.0},"63":{"tf":1.7320508075688772},"64":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"4":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}}}}}},":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"10":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"22":{"tf":1.0},"24":{"tf":1.0}}}}}}},"x":{"df":2,"docs":{"4":{"tf":1.4142135623730951},"6":{"tf":2.0}}},"y":{"df":0,"docs":{},"e":{"df":1,"docs":{"65":{"tf":1.0}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"’":{"df":0,"docs":{},"r":{"df":2,"docs":{"49":{"tf":1.0},"56":{"tf":1.0}}}}}}}}},"breadcrumbs":{"root":{"0":{"df":6,"docs":{"14":{"tf":1.0},"18":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0}}},"1":{"df":6,"docs":{"19":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"48":{"tf":1.0}}},"2":{"df":1,"docs":{"18":{"tf":1.4142135623730951}}},"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"66":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"33":{"tf":1.0},"35":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"33":{"tf":1.0},"34":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"47":{"tf":1.0},"52":{"tf":1.0}}}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"36":{"tf":1.0},"45":{"tf":1.0},"58":{"tf":1.0}}}},"v":{"df":11,"docs":{"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.0},"28":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"58":{"tf":1.0},"6":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"18":{"tf":1.0}}}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"10":{"tf":1.0},"61":{"tf":1.0},"9":{"tf":1.0}}}}},"d":{"df":5,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"25":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}},"df":7,"docs":{"36":{"tf":1.0},"38":{"tf":1.7320508075688772},"39":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772},"47":{"tf":1.0},"57":{"tf":1.0}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"17":{"tf":1.0},"34":{"tf":1.0},"52":{"tf":1.0},"63":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":7,"docs":{"21":{"tf":1.7320508075688772},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"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":{"47":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"f":{"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":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"64":{"tf":1.0}}}}}}}}}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"d":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":1,"docs":{"5":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":4,"docs":{"11":{"tf":1.0},"15":{"tf":1.4142135623730951},"28":{"tf":1.0},"65":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"16":{"tf":1.0},"5":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"47":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":4,"docs":{"45":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.0},"65":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.7320508075688772}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"25":{"tf":1.0},"54":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":5,"docs":{"24":{"tf":1.7320508075688772},"26":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":5,"docs":{"62":{"tf":1.7320508075688772},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"0":{"tf":1.0}}},"df":4,"docs":{"14":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"2":{"tf":1.0},"27":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"4":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"34":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":7,"docs":{"21":{"tf":1.7320508075688772},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"36":{"tf":1.0},"61":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":15,"docs":{"10":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.4142135623730951},"59":{"tf":1.0},"6":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0}}}},"t":{"df":2,"docs":{"10":{"tf":1.0},"34":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"0":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{":":{":":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"58":{"tf":1.0},"59":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"58":{"tf":1.0},"59":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":4,"docs":{"43":{"tf":1.0},"44":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"36":{"tf":1.0},"38":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":7,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"39":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"1":{"tf":1.0},"11":{"tf":1.7320508075688772},"28":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"\\"":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":17,"docs":{"0":{"tf":1.4142135623730951},"11":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"28":{"tf":1.0},"3":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"36":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.4142135623730951},"6":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.7320508075688772},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":5,"docs":{"16":{"tf":1.0},"34":{"tf":1.4142135623730951},"47":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"24":{"tf":1.0},"36":{"tf":1.0}}}},"df":0,"docs":{}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"50":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"10":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"23":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"n":{"d":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":5,"docs":{"16":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"20":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"5":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"e":{"c":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":6,"docs":{"16":{"tf":1.0},"28":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"53":{"tf":1.0},"64":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"33":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":8,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"28":{"tf":1.0},"32":{"tf":1.0},"6":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"16":{"tf":1.7320508075688772},"30":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":8,"docs":{"16":{"tf":1.0},"22":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"47":{"tf":1.0},"64":{"tf":1.0},"7":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"34":{"tf":1.0},"36":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"b":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":6,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"13":{"tf":1.0},"26":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.0}},"s":{"/":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"19":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"42":{"tf":1.0},"44":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":19,"docs":{"0":{"tf":1.7320508075688772},"11":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"18":{"tf":1.0},"22":{"tf":1.4142135623730951},"36":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.7320508075688772},"49":{"tf":1.0},"5":{"tf":1.4142135623730951},"56":{"tf":1.0},"6":{"tf":1.7320508075688772},"61":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.4142135623730951},"65":{"tf":2.0},"66":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"66":{"tf":1.0}}}},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"0":{"tf":1.0},"1":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"12":{"tf":1.0},"14":{"tf":1.0},"19":{"tf":1.0},"63":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"36":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"a":{"d":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"23":{"tf":1.0},"26":{"tf":1.4142135623730951},"54":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":16,"docs":{"14":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"36":{"tf":1.0},"48":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"43":{"tf":1.0},"47":{"tf":1.0},"63":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":2,"docs":{"3":{"tf":1.0},"46":{"tf":1.0}}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":5,"docs":{"15":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"58":{"tf":1.7320508075688772},"60":{"tf":1.0}}}},"df":0,"docs":{}}}},"c":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"64":{"tf":1.4142135623730951},"65":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"14":{"tf":1.0},"42":{"tf":1.0},"60":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"58":{"tf":1.0}}}}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"21":{"tf":1.0},"36":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":1.0},"66":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"28":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"56":{"tf":1.0},"65":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"22":{"tf":1.0},"24":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"64":{"tf":1.0}}}}},"df":1,"docs":{"6":{"tf":1.4142135623730951}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":5,"docs":{"1":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"54":{"tf":1.0},"61":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":4,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.0}}}}}},"o":{"df":25,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"20":{"tf":1.7320508075688772},"22":{"tf":1.4142135623730951},"4":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":2.0},"47":{"tf":1.4142135623730951},"48":{"tf":1.0},"49":{"tf":1.4142135623730951},"5":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"51":{"tf":2.0},"52":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":2.0},"55":{"tf":1.4142135623730951},"56":{"tf":2.0},"63":{"tf":1.0},"64":{"tf":1.7320508075688772},"65":{"tf":1.4142135623730951},"66":{"tf":1.0},"9":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"11":{"tf":1.0},"36":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.7320508075688772}}}},"c":{"df":0,"docs":{},"k":{"df":22,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"24":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0},"49":{"tf":1.4142135623730951},"5":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.4142135623730951},"58":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.4142135623730951},"9":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"34":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"c":{"df":4,"docs":{"14":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":5,"docs":{"11":{"tf":1.4142135623730951},"16":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"56":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"34":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0},"64":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"25":{"tf":1.7320508075688772},"54":{"tf":1.0}},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}}}}},"i":{"df":4,"docs":{"16":{"tf":1.0},"28":{"tf":1.0},"32":{"tf":1.0},"7":{"tf":1.0}},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"34":{"tf":1.0},"64":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"36":{"tf":1.0},"40":{"tf":1.0},"6":{"tf":1.7320508075688772}}}}},"r":{"df":7,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"15":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"63":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"|":{"df":2,"docs":{"58":{"tf":1.0},"59":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":6,"docs":{"4":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.0},"58":{"tf":1.7320508075688772},"59":{"tf":1.7320508075688772},"61":{"tf":1.0}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"42":{"tf":1.0}}}}},"df":16,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":2.0},"5":{"tf":1.0},"55":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"36":{"tf":1.0}}}}}}}}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"\\"":{"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":{"14":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}}},"df":2,"docs":{"14":{"tf":1.0},"34":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":8,"docs":{"17":{"tf":1.0},"26":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.0},"8":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"10":{"tf":1.0},"15":{"tf":1.0},"33":{"tf":1.4142135623730951},"63":{"tf":1.0},"64":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"16":{"tf":1.0},"28":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"22":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.0}}},"s":{"df":15,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"16":{"tf":1.0},"28":{"tf":1.0},"31":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0},"61":{"tf":1.0},"65":{"tf":1.0},"9":{"tf":1.0}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":3,"docs":{"2":{"tf":1.0},"28":{"tf":1.0},"6":{"tf":1.7320508075688772}}}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"16":{"tf":1.0},"9":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"14":{"tf":1.0},"63":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"4":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"36":{"tf":1.0},"4":{"tf":1.0},"59":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"43":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"3":{"tf":1.0},"5":{"tf":1.0},"65":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":4,"docs":{"10":{"tf":1.4142135623730951},"52":{"tf":1.0},"61":{"tf":1.4142135623730951},"9":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":8,"docs":{"10":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.0},"36":{"tf":1.0},"61":{"tf":1.4142135623730951},"63":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"df":3,"docs":{"20":{"tf":1.0},"59":{"tf":1.4142135623730951},"64":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":10,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.0},"36":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0},"66":{"tf":1.4142135623730951}},"s":{"/":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"i":{"d":{"df":2,"docs":{"38":{"tf":1.0},"54":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"11":{"tf":1.0},"29":{"tf":1.0},"45":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"40":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"m":{"df":4,"docs":{"34":{"tf":1.4142135623730951},"6":{"tf":1.0},"61":{"tf":1.0},"9":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"31":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"1":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"11":{"tf":1.0},"12":{"tf":1.7320508075688772},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.7320508075688772},"63":{"tf":1.4142135623730951}}}},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.7320508075688772},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"14":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"24":{"tf":1.7320508075688772},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"35":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{".":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"0":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"0":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"0":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"/":{"df":0,"docs":{},"p":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":16,"docs":{"13":{"tf":1.4142135623730951},"20":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.7320508075688772},"43":{"tf":2.23606797749979},"44":{"tf":1.4142135623730951},"45":{"tf":2.23606797749979},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":2.0},"64":{"tf":1.4142135623730951},"66":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"31":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":6,"docs":{"22":{"tf":1.0},"25":{"tf":1.4142135623730951},"45":{"tf":1.0},"49":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"55":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":4,"docs":{"36":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"6":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"36":{"tf":1.0},"61":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":10,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.7320508075688772},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.7320508075688772},"27":{"tf":1.0},"61":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"52":{"tf":1.4142135623730951},"63":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"27":{"tf":1.0},"52":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"19":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"35":{"tf":1.0},"61":{"tf":2.0},"7":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"11":{"tf":1.0},"23":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":5,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"5":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":4,"docs":{"43":{"tf":1.0},"44":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":4,"docs":{"22":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"57":{"tf":1.0}}}}}}}},"d":{"a":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"52":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":9,"docs":{"0":{"tf":1.7320508075688772},"16":{"tf":1.0},"19":{"tf":2.0},"20":{"tf":1.0},"26":{"tf":2.8284271247461903},"27":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"66":{"tf":1.0}},"t":{"a":{"df":13,"docs":{"0":{"tf":2.0},"11":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"19":{"tf":1.0},"3":{"tf":1.4142135623730951},"36":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"4":{"tf":1.7320508075688772},"6":{"tf":1.7320508075688772}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":4,"docs":{"30":{"tf":1.0},"34":{"tf":1.0},"39":{"tf":1.0},"5":{"tf":1.0}},"g":{"df":1,"docs":{"62":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"11":{"tf":1.0},"34":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"r":{"df":9,"docs":{"11":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"35":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":5,"docs":{"15":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"5":{"tf":1.0},"58":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"11":{"tf":1.0},"36":{"tf":1.0},"63":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"63":{"tf":1.0}}}}}}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"y":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":3,"docs":{"23":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.4142135623730951}},"s":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":8,"docs":{"10":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"61":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"34":{"tf":1.0},"5":{"tf":1.0},"65":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":17,"docs":{"10":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"28":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.4142135623730951},"38":{"tf":1.0},"4":{"tf":2.8284271247461903},"40":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0},"6":{"tf":1.4142135623730951},"61":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"58":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":6,"docs":{"10":{"tf":1.0},"12":{"tf":1.4142135623730951},"3":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"5":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":4,"docs":{"36":{"tf":1.0},"41":{"tf":1.0},"66":{"tf":1.0},"9":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"42":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"7":{"tf":1.7320508075688772}}}},"r":{"df":1,"docs":{"5":{"tf":1.0}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"20":{"tf":1.0},"49":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"5":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"52":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":31,"docs":{"16":{"tf":1.0},"28":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.7320508075688772},"36":{"tf":2.23606797749979},"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},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"56":{"tf":1.0}},"t":{"df":1,"docs":{"33":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"28":{"tf":1.0},"65":{"tf":1.0},"8":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"30":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"31":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"62":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"34":{"tf":1.0},"35":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"11":{"tf":1.0},"31":{"tf":1.4142135623730951},"34":{"tf":1.0},"4":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"61":{"tf":1.0}}}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":2,"docs":{"56":{"tf":1.0},"58":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"6":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"20":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"[":{"\\"":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":12,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"23":{"tf":1.4142135623730951},"28":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.7320508075688772},"49":{"tf":1.0},"52":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.4142135623730951}},"n":{"df":2,"docs":{"12":{"tf":1.0},"5":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"l":{"df":6,"docs":{"10":{"tf":1.0},"15":{"tf":1.0},"38":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.7320508075688772},"9":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":8,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"28":{"tf":1.0},"36":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"0":{"df":1,"docs":{"26":{"tf":1.0}}},"2":{"0":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"5":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":1,"docs":{"26":{"tf":1.0}}},"7":{"5":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":4,"docs":{"54":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.7320508075688772},"66":{"tf":1.4142135623730951}}}}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"58":{"tf":1.7320508075688772},"59":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":10,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"14":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"58":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"58":{"tf":1.0}}}}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"10":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"34":{"tf":1.0}}}}},"s":{"df":1,"docs":{"31":{"tf":1.0}},"i":{"df":1,"docs":{"11":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"15":{"tf":1.0},"20":{"tf":1.0},"34":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":7,"docs":{"20":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"d":{"df":4,"docs":{"10":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"24":{"tf":1.4142135623730951},"40":{"tf":1.0},"54":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"24":{"tf":1.0},"26":{"tf":1.0},"36":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"3":{"tf":1.0},"9":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":5,"docs":{"11":{"tf":1.0},"36":{"tf":1.0},"5":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":10,"docs":{"0":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.4142135623730951},"49":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"66":{"tf":1.0}}}}},"v":{"df":2,"docs":{"4":{"tf":1.0},"6":{"tf":1.0}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":20,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"28":{"tf":1.7320508075688772},"29":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.7320508075688772},"4":{"tf":1.4142135623730951},"6":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":1.4142135623730951},"65":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"64":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"38":{"tf":1.0}}}}}}},"r":{"(":{"\\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"44":{"tf":1.0}}},"df":1,"docs":{"58":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"39":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"2":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"a":{"df":0,"docs":{},"l":{"[":{"\\"":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":1,"docs":{"14":{"tf":1.0}},"u":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"44":{"tf":1.0},"59":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":7,"docs":{"14":{"tf":1.0},"28":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"40":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":3,"docs":{"35":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0}}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":19,"docs":{"14":{"tf":1.0},"17":{"tf":1.7320508075688772},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.7320508075688772},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"44":{"tf":1.4142135623730951},"57":{"tf":1.7320508075688772},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"9":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"33":{"tf":1.0},"66":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":12,"docs":{"0":{"tf":1.4142135623730951},"11":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.7320508075688772},"47":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.0},"63":{"tf":1.4142135623730951},"66":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":6,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"61":{"tf":1.0},"66":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":5,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"27":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"58":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":46,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":2.0},"13":{"tf":1.0},"14":{"tf":2.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.0},"28":{"tf":1.4142135623730951},"33":{"tf":1.7320508075688772},"34":{"tf":1.0},"36":{"tf":2.23606797749979},"38":{"tf":1.0},"39":{"tf":2.0},"4":{"tf":2.0},"42":{"tf":1.0},"44":{"tf":1.4142135623730951},"45":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.4142135623730951},"51":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"57":{"tf":2.0},"58":{"tf":2.23606797749979},"59":{"tf":2.23606797749979},"6":{"tf":2.23606797749979},"60":{"tf":1.4142135623730951},"61":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"15":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"16":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}},"s":{"df":5,"docs":{"34":{"tf":1.0},"39":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"53":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"—":{"a":{"d":{"df":0,"docs":{},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"64":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"63":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":8,"docs":{"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"37":{"tf":1.7320508075688772},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"7":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"10":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"24":{"tf":1.0},"54":{"tf":1.0}}}}}}},"}":{"\\"":{")":{".":{"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":{}},"df":0,"docs":{}}},"f":{"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"24":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":4,"docs":{"26":{"tf":1.0},"40":{"tf":1.0},"6":{"tf":1.0},"65":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":9,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"34":{"tf":1.7320508075688772},"4":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.0},"7":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"s":{"df":3,"docs":{"34":{"tf":1.0},"5":{"tf":1.0},"65":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}}}},"q":{"df":1,"docs":{"65":{"tf":1.7320508075688772}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"11":{"tf":1.0},"60":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"56":{"tf":1.0},"6":{"tf":1.0}}}}}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"16":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"16":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"65":{"tf":1.0}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":4,"docs":{"11":{"tf":1.0},"27":{"tf":1.0},"39":{"tf":1.0},"59":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"5":{"tf":1.0}},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"65":{"tf":1.0}}}}}}}}}},"t":{"df":6,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"57":{"tf":1.0},"9":{"tf":1.0}}},"x":{"df":1,"docs":{"5":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"28":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"47":{"tf":1.0}}},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"64":{"tf":1.0}}}},"p":{"df":2,"docs":{"47":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"14":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":5,"docs":{"18":{"tf":1.0},"28":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"61":{"tf":1.0},"63":{"tf":1.0}}}}}}},"n":{"df":4,"docs":{"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"58":{"tf":2.23606797749979},"59":{"tf":1.7320508075688772}}},"o":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":3,"docs":{"0":{"tf":1.0},"34":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"28":{"tf":1.0},"4":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"15":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"t":{"!":{"(":{"\\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":2,"docs":{"24":{"tf":1.0},"4":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":7,"docs":{"15":{"tf":1.0},"2":{"tf":1.7320508075688772},"3":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":19,"docs":{"0":{"tf":1.0},"10":{"tf":1.4142135623730951},"2":{"tf":1.0},"21":{"tf":1.0},"3":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.7320508075688772},"38":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"46":{"tf":1.0},"5":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.4142135623730951},"63":{"tf":1.0},"7":{"tf":1.0}},"’":{"df":1,"docs":{"15":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"6":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"3":{"tf":1.0},"56":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"5":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0}}}}}}},"d":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"27":{"tf":1.0}}}}}},"g":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"3":{"tf":1.0},"64":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"33":{"tf":1.0},"53":{"tf":1.0}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"51":{"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":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"42":{"tf":1.0},"58":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":8,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"27":{"tf":1.4142135623730951},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"58":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.0}}}}},"t":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"58":{"tf":1.0},"59":{"tf":1.0}}}},"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":1,"docs":{"1":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"66":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"11":{"tf":1.0},"16":{"tf":1.0}}}},"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"45":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"11":{"tf":1.0},"16":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":1,"docs":{"60":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"d":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":4,"docs":{"36":{"tf":1.0},"56":{"tf":1.4142135623730951},"62":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}},"df":28,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"8":{"tf":1.7320508075688772},"9":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"4":{"tf":1.0},"6":{"tf":1.4142135623730951}},"l":{"df":2,"docs":{"25":{"tf":1.0},"42":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"50":{"tf":1.0},"6":{"tf":1.0}}}}}},"r":{"d":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"22":{"tf":1.4142135623730951},"54":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"11":{"tf":1.0},"26":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"56":{"tf":1.0}},"i":{"df":2,"docs":{"14":{"tf":1.0},"54":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"22":{"tf":1.0},"25":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":6,"docs":{"22":{"tf":1.4142135623730951},"25":{"tf":1.0},"45":{"tf":1.0},"49":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"10":{"tf":1.0},"15":{"tf":1.0},"34":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.4142135623730951},"52":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"0":{"tf":1.0},"59":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":9,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"23":{"tf":1.4142135623730951},"4":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}},"t":{"df":1,"docs":{"24":{"tf":1.0}}}},"o":{"c":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"4":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"30":{"tf":1.0},"34":{"tf":1.0},"5":{"tf":1.0},"61":{"tf":1.0},"65":{"tf":1.0},"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"61":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"c":{"df":3,"docs":{"24":{"tf":1.0},"42":{"tf":1.0},"54":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"i":{"[":{"\\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"d":{"\\"":{".":{"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":{"(":{")":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"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":{"a":{"df":8,"docs":{"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"26":{"tf":1.0},"58":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"i":{"df":27,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"8":{"tf":1.7320508075688772},"9":{"tf":1.0}},"i":{"df":27,"docs":{"35":{"tf":1.7320508075688772},"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},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":3,"docs":{"17":{"tf":1.0},"21":{"tf":1.0},"57":{"tf":1.0}}}}}}}},"m":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"5":{"tf":1.0}}}},"l":{"df":4,"docs":{"43":{"tf":1.0},"44":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"47":{"tf":1.0},"61":{"tf":1.0}}}}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":5,"docs":{"0":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"63":{"tf":1.0},"64":{"tf":1.0},"66":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":12,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.7320508075688772},"26":{"tf":1.7320508075688772},"49":{"tf":1.0},"5":{"tf":1.0},"55":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"19":{"tf":1.0},"26":{"tf":1.0},"54":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"64":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"26":{"tf":1.0},"33":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"\\"":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"58":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"43":{"tf":1.0}}}},"u":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"6":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"[":{"\\"":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"14":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"14":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"41":{"tf":1.0},"58":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"df":2,"docs":{"31":{"tf":1.0},"34":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"64":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"5":{"tf":1.0},"54":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"64":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":4,"docs":{"10":{"tf":1.0},"3":{"tf":1.0},"61":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"n":{"d":{"df":4,"docs":{"11":{"tf":1.0},"36":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":5,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"5":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"21":{"tf":1.0},"56":{"tf":1.0}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"0":{"tf":1.4142135623730951},"3":{"tf":1.0},"36":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":2,"docs":{"5":{"tf":1.0},"61":{"tf":1.7320508075688772}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"7":{"tf":1.0}}}}}},"v":{"df":2,"docs":{"5":{"tf":1.0},"64":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":2,"docs":{"46":{"tf":1.0},"5":{"tf":1.0}},"t":{"df":1,"docs":{"3":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":4,"docs":{"3":{"tf":1.0},"44":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":2,"docs":{"34":{"tf":1.0},"58":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"11":{"tf":1.0},"30":{"tf":1.0}}}}},"v":{"df":5,"docs":{"62":{"tf":1.7320508075688772},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0}}}},"j":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"g":{"df":4,"docs":{"36":{"tf":1.0},"4":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"k":{"8":{"df":8,"docs":{"10":{"tf":1.0},"16":{"tf":1.0},"28":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0},"65":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":21,"docs":{"11":{"tf":1.0},"15":{"tf":1.7320508075688772},"16":{"tf":1.4142135623730951},"20":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"65":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"y":{"df":4,"docs":{"25":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0}}}},"n":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"63":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"11":{"tf":1.0},"32":{"tf":1.4142135623730951},"4":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"36":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":5,"docs":{"23":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"26":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0}},"y":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"15":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"19":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":7,"docs":{"15":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"41":{"tf":1.0},"52":{"tf":1.0},"63":{"tf":1.0},"9":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"36":{"tf":1.0},"6":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"t":{"df":2,"docs":{"3":{"tf":1.0},"4":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":11,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"13":{"tf":1.0},"19":{"tf":1.0},"36":{"tf":1.7320508075688772},"4":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.0},"9":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"6":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"13":{"tf":1.0},"26":{"tf":1.0},"50":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"14":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":22,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.7320508075688772},"22":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}},"o":{"a":{"d":{"df":3,"docs":{"23":{"tf":1.4142135623730951},"24":{"tf":1.0},"54":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"k":{"8":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":13,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"28":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0},"61":{"tf":1.0},"65":{"tf":1.0},"9":{"tf":1.0}}},"t":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":3,"docs":{"58":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0}},"i":{"c":{"df":4,"docs":{"0":{"tf":1.0},"41":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{}},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"11":{"tf":1.0},"36":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"65":{"tf":1.0}}},"p":{"df":2,"docs":{"16":{"tf":1.0},"30":{"tf":1.0}}},"s":{"df":1,"docs":{"9":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"16":{"tf":1.0},"31":{"tf":1.0},"7":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"25":{"tf":1.0},"35":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":7,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.4142135623730951}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"25":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":6,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"63":{"tf":1.0}}}},"p":{"df":3,"docs":{"10":{"tf":1.0},"34":{"tf":1.0},"61":{"tf":1.0}}},"t":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"62":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"11":{"tf":1.0},"32":{"tf":1.0}}}}}},"x":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"7":{"5":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":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":{"48":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":10,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"65":{"tf":1.0}}}}},"t":{"df":1,"docs":{"15":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"23":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"25":{"tf":1.0},"54":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"66":{"tf":1.0}}}}}},"df":1,"docs":{"23":{"tf":1.4142135623730951}}}}}}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"1":{"tf":1.0},"2":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"d":{"df":5,"docs":{"14":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"34":{"tf":1.0},"66":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"c":{"df":5,"docs":{"4":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.4142135623730951},"6":{"tf":1.0},"64":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"50":{"tf":1.0}}}}},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"i":{"d":{"df":3,"docs":{"22":{"tf":1.0},"25":{"tf":1.0},"54":{"tf":1.0}}},"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}}},"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"4":{"5":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":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":{"48":{"tf":1.0}},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"16":{"tf":1.0},"18":{"tf":1.0},"30":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":3,"docs":{"5":{"tf":1.0},"54":{"tf":1.0},"63":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"64":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":3,"docs":{"34":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0}}}},"x":{"df":2,"docs":{"26":{"tf":1.4142135623730951},"64":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":7,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"15":{"tf":1.0},"2":{"tf":1.0},"36":{"tf":2.23606797749979},"61":{"tf":1.0},"9":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"60":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"16":{"tf":1.0},"7":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":7,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"11":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.4142135623730951},"31":{"tf":1.0},"9":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"16":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":4,"docs":{"43":{"tf":1.0},"44":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"38":{"tf":1.0},"58":{"tf":1.0}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"df":1,"docs":{"26":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"16":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":10,"docs":{"15":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"39":{"tf":1.0},"43":{"tf":1.0},"52":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"65":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"g":{"df":1,"docs":{"34":{"tf":1.0}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":11,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"27":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"36":{"tf":1.0},"4":{"tf":1.0},"52":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"9":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}}},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"58":{"tf":1.0},"59":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":10,"docs":{"21":{"tf":1.0},"25":{"tf":1.4142135623730951},"36":{"tf":1.0},"41":{"tf":1.0},"54":{"tf":1.0},"57":{"tf":1.7320508075688772},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"42":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":6,"docs":{"4":{"tf":1.4142135623730951},"42":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.4142135623730951},"53":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":34,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"11":{"tf":1.0},"13":{"tf":1.4142135623730951},"2":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.7320508075688772},"24":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"42":{"tf":2.0},"43":{"tf":1.7320508075688772},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.7320508075688772},"48":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.7320508075688772},"55":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.4142135623730951},"64":{"tf":1.0},"66":{"tf":2.0},"9":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"5":{"tf":1.0}},"i":{"df":1,"docs":{"16":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"df":8,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"10":{"tf":1.0},"3":{"tf":1.7320508075688772},"34":{"tf":1.0},"36":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"9":{"tf":1.0}}}},"n":{"df":1,"docs":{"5":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"15":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":18,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"36":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.4142135623730951},"63":{"tf":1.0},"64":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"16":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"25":{"tf":1.0},"36":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"61":{"tf":1.0},"63":{"tf":1.0}}}}}},"k":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"\\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"58":{"tf":1.0},"59":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":3,"docs":{"43":{"tf":1.0},"44":{"tf":1.0},"58":{"tf":1.0}}},"n":{"c":{"df":4,"docs":{"36":{"tf":1.0},"4":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0}}},"df":6,"docs":{"19":{"tf":1.0},"25":{"tf":1.4142135623730951},"3":{"tf":1.0},"33":{"tf":1.0},"54":{"tf":1.0},"9":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"32":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"11":{"tf":1.0},"20":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.4142135623730951},"3":{"tf":1.0},"34":{"tf":2.23606797749979},"5":{"tf":1.0},"56":{"tf":1.0},"65":{"tf":1.0}}}},"t":{"df":2,"docs":{"15":{"tf":1.0},"5":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":8,"docs":{"20":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"42":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":7,"docs":{"10":{"tf":1.0},"30":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"65":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"56":{"tf":1.0}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":9,"docs":{"16":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"5":{"tf":1.0},"6":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"3":{"tf":1.0},"41":{"tf":1.0},"5":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.7320508075688772}}}}}}}}}},"p":{"9":{"5":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"10":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"51":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":4,"docs":{"1":{"tf":1.0},"28":{"tf":1.0},"49":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"52":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"27":{"tf":1.0},"4":{"tf":1.0},"52":{"tf":1.0},"66":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":65,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.7320508075688772},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"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.7320508075688772},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"4":{"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":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.7320508075688772},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.7320508075688772},"9":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"22":{"tf":1.0},"54":{"tf":1.0}}}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":6,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"4":{"tf":2.449489742783178},"6":{"tf":2.449489742783178},"63":{"tf":1.0},"66":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":2,"docs":{"22":{"tf":2.0},"54":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"28":{"tf":1.0},"34":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":1,"docs":{"6":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"13":{"tf":1.0},"19":{"tf":1.0},"26":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":9,"docs":{"15":{"tf":2.449489742783178},"16":{"tf":1.0},"51":{"tf":2.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.7320508075688772},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}}}}},"df":1,"docs":{"6":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":4,"docs":{"22":{"tf":1.4142135623730951},"42":{"tf":1.0},"44":{"tf":2.6457513110645907},"54":{"tf":1.0}}}},"r":{"df":3,"docs":{"15":{"tf":1.0},"18":{"tf":1.0},"27":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":3,"docs":{"0":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0}}}}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.7320508075688772}}}}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"27":{"tf":1.0},"58":{"tf":1.0},"63":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"10":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"65":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"14":{"tf":1.0}}}}}}}},"l":{"a":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":24,"docs":{"1":{"tf":1.0},"14":{"tf":1.7320508075688772},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":2.0},"29":{"tf":1.4142135623730951},"3":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":2.0},"48":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":2.449489742783178},"61":{"tf":1.0},"65":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"34":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"u":{"df":4,"docs":{"19":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0}},"g":{"df":1,"docs":{"57":{"tf":1.0}},"g":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"12":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"24":{"tf":1.0},"54":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"3":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":3,"docs":{"31":{"tf":1.0},"34":{"tf":1.0},"64":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"36":{"tf":1.0},"66":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"16":{"tf":1.7320508075688772},"50":{"tf":1.4142135623730951},"8":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"4":{"tf":1.0},"41":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"5":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"61":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"28":{"tf":1.4142135623730951},"34":{"tf":2.0},"36":{"tf":1.0},"38":{"tf":1.0}}}}}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"21":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"20":{"tf":1.0},"34":{"tf":1.0}}}},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"40":{"tf":1.0}}}},"t":{"df":3,"docs":{"16":{"tf":1.0},"41":{"tf":1.0},"64":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"28":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":2.0}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.4142135623730951}}}}}},"o":{"b":{"df":0,"docs":{},"e":{"df":9,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"24":{"tf":1.7320508075688772},"33":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.0}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"11":{"tf":1.0},"30":{"tf":1.0},"4":{"tf":1.0},"9":{"tf":1.0}}}}}},"d":{"df":1,"docs":{"56":{"tf":1.0}},"u":{"c":{"df":4,"docs":{"0":{"tf":1.0},"14":{"tf":1.0},"40":{"tf":1.0},"65":{"tf":1.0}},"t":{"df":5,"docs":{"21":{"tf":1.0},"36":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"66":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":8,"docs":{"11":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"49":{"tf":1.0},"6":{"tf":1.0},"64":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"25":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":6,"docs":{"0":{"tf":1.0},"15":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.4142135623730951},"6":{"tf":1.0},"65":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"58":{"tf":1.0}},"r":{"df":1,"docs":{"34":{"tf":1.0}}}},"i":{"d":{"df":7,"docs":{"31":{"tf":1.0},"34":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"42":{"tf":1.0},"47":{"tf":1.4142135623730951},"6":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":3,"docs":{"33":{"tf":1.0},"4":{"tf":1.4142135623730951},"6":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"33":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"b":{"df":2,"docs":{"58":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"0":{"tf":1.0},"66":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"65":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"12":{"tf":1.0},"3":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"q":{"a":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"26":{"tf":1.0}}}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":3,"docs":{"27":{"tf":1.7320508075688772},"5":{"tf":1.0},"54":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"27":{"tf":1.0},"47":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"(":{"3":{"df":2,"docs":{"18":{"tf":1.0},"20":{"tf":1.0}}},"5":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}},"df":12,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"23":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"5":{"tf":1.0},"54":{"tf":1.0},"63":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}}},"df":2,"docs":{"4":{"tf":2.0},"6":{"tf":3.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"58":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"l":{"df":3,"docs":{"33":{"tf":1.0},"58":{"tf":1.7320508075688772},"59":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"—":{"a":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"22":{"tf":1.0}}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"63":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":8,"docs":{"20":{"tf":1.0},"28":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.7320508075688772},"40":{"tf":1.0},"6":{"tf":1.4142135623730951},"64":{"tf":1.0},"9":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"61":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":4,"docs":{"0":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.0},"57":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"1":{"tf":1.0},"3":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"5":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"40":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"25":{"tf":1.0}}}}}}}},"v":{"df":1,"docs":{"22":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":7,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"46":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"65":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":4,"docs":{"15":{"tf":1.0},"5":{"tf":1.0},"65":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":28,"docs":{"35":{"tf":1.7320508075688772},"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},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":2.0},"62":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"0":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"28":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"24":{"tf":1.0}}}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}},"x":{"df":2,"docs":{"33":{"tf":1.0},"34":{"tf":1.0}}}},"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"16":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"14":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"25":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"3":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"24":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"25":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"34":{"tf":1.0},"39":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"36":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":4,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":6,"docs":{"13":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"65":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":7,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"20":{"tf":1.0},"5":{"tf":1.0},"65":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"36":{"tf":1.0},"40":{"tf":1.0},"6":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":6,"docs":{"10":{"tf":1.0},"24":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"36":{"tf":1.0},"4":{"tf":1.0},"55":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"p":{"df":1,"docs":{"53":{"tf":1.0}}}},"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":20,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.4142135623730951},"25":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.4142135623730951},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.4142135623730951},"66":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"43":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":6,"docs":{"16":{"tf":1.0},"28":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"0":{"tf":1.0},"66":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"44":{"tf":1.0},"58":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"15":{"tf":1.0},"39":{"tf":1.0},"61":{"tf":1.7320508075688772},"9":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":3,"docs":{"16":{"tf":1.0},"65":{"tf":1.0},"7":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"41":{"tf":1.0},"7":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"5":{"tf":1.0},"65":{"tf":1.0}}}}},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":8,"docs":{"0":{"tf":1.0},"20":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"61":{"tf":1.0},"66":{"tf":1.7320508075688772}},"s":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"p":{"c":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":8,"docs":{"4":{"tf":1.7320508075688772},"42":{"tf":2.0},"43":{"tf":1.7320508075688772},"44":{"tf":1.4142135623730951},"45":{"tf":1.0},"58":{"tf":1.7320508075688772},"59":{"tf":1.4142135623730951},"6":{"tf":1.0}}}}}}}}},"df":30,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"11":{"tf":1.7320508075688772},"14":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":2.23606797749979},"32":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":2.449489742783178},"4":{"tf":1.7320508075688772},"40":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.7320508075688772},"52":{"tf":1.0},"54":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":2.6457513110645907},"63":{"tf":1.0},"64":{"tf":1.7320508075688772},"65":{"tf":1.4142135623730951},"66":{"tf":2.23606797749979},"7":{"tf":1.0},"8":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"42":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":29,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"28":{"tf":1.7320508075688772},"29":{"tf":2.0},"30":{"tf":1.7320508075688772},"31":{"tf":1.7320508075688772},"32":{"tf":1.7320508075688772},"33":{"tf":1.7320508075688772},"34":{"tf":1.4142135623730951},"36":{"tf":1.0},"4":{"tf":2.23606797749979},"40":{"tf":1.7320508075688772},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":2.23606797749979},"48":{"tf":1.0},"53":{"tf":1.7320508075688772},"6":{"tf":1.4142135623730951},"61":{"tf":1.7320508075688772},"64":{"tf":1.7320508075688772},"65":{"tf":1.7320508075688772},"66":{"tf":1.0},"7":{"tf":1.4142135623730951},"9":{"tf":1.0}},"’":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"33":{"tf":1.0}},"{":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"33":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":8,"docs":{"10":{"tf":1.0},"27":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"61":{"tf":1.0},"9":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"33":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"df":13,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"57":{"tf":1.7320508075688772},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"41":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":7,"docs":{"22":{"tf":1.0},"28":{"tf":1.4142135623730951},"47":{"tf":1.0},"61":{"tf":1.0},"65":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"23":{"tf":1.4142135623730951}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"27":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"2":{"df":8,"docs":{"14":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"48":{"tf":1.0}}},"3":{"df":2,"docs":{"22":{"tf":1.0},"25":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.7320508075688772},"52":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":35,"docs":{"1":{"tf":1.0},"10":{"tf":1.7320508075688772},"11":{"tf":2.23606797749979},"12":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":2.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"28":{"tf":2.23606797749979},"29":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"36":{"tf":2.6457513110645907},"39":{"tf":1.0},"4":{"tf":1.7320508075688772},"41":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":2.0},"60":{"tf":1.4142135623730951},"61":{"tf":2.23606797749979},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"64":{"tf":2.0},"65":{"tf":1.7320508075688772},"66":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":2.23606797749979}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"32":{"tf":1.0},"5":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"a":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":2,"docs":{"50":{"tf":1.0},"56":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"10":{"tf":1.0},"34":{"tf":1.0}}}}}}},"df":1,"docs":{"4":{"tf":1.7320508075688772}},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"16":{"tf":1.0},"26":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"d":{"df":9,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"52":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0}}},"df":4,"docs":{"11":{"tf":1.4142135623730951},"28":{"tf":1.0},"29":{"tf":1.0},"36":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"20":{"tf":1.0},"28":{"tf":1.0},"47":{"tf":1.0}}}},"df":0,"docs":{}},"f":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"58":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":4,"docs":{"15":{"tf":1.0},"44":{"tf":1.0},"58":{"tf":1.7320508075688772},"59":{"tf":1.7320508075688772}}}},"n":{"d":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"16":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"6":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"4":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"61":{"tf":1.0}},"i":{"c":{"df":4,"docs":{"31":{"tf":1.0},"36":{"tf":1.0},"64":{"tf":1.0},"66":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":8,"docs":{"11":{"tf":1.0},"18":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.4142135623730951},"9":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":12,"docs":{"10":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.0},"64":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":20,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"5":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.4142135623730951},"54":{"tf":1.0},"57":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":9,"docs":{"10":{"tf":1.0},"16":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"42":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.7320508075688772}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"0":{"tf":1.0},"5":{"tf":1.0},"65":{"tf":1.0}}}},"w":{"df":4,"docs":{"1":{"tf":1.0},"21":{"tf":1.0},"57":{"tf":1.0},"9":{"tf":1.0}}}}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":11,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"28":{"tf":1.7320508075688772},"34":{"tf":2.0},"40":{"tf":1.0},"5":{"tf":1.4142135623730951},"6":{"tf":1.7320508075688772},"65":{"tf":1.0},"66":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":4,"docs":{"18":{"tf":1.4142135623730951},"23":{"tf":1.0},"44":{"tf":1.0},"58":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"22":{"tf":1.0},"44":{"tf":1.0},"54":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":3,"docs":{"31":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0}}}}},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"df":4,"docs":{"23":{"tf":1.7320508075688772},"26":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0}},"w":{"df":2,"docs":{"34":{"tf":1.0},"64":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"64":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"11":{"tf":1.0},"18":{"tf":1.0},"3":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":5,"docs":{"15":{"tf":1.0},"18":{"tf":1.0},"60":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"3":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":6,"docs":{"14":{"tf":1.0},"20":{"tf":1.0},"34":{"tf":1.0},"49":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.0}},"i":{"df":1,"docs":{"11":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":4,"docs":{"16":{"tf":1.0},"29":{"tf":1.0},"5":{"tf":1.0},"65":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":1.0},"66":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"25":{"tf":1.0},"64":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"16":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"43":{"tf":1.0},"58":{"tf":1.0}}}}}}},"df":0,"docs":{}},"_":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"59":{"tf":1.0},"6":{"tf":1.0}}}}}}},"df":0,"docs":{}},"d":{"a":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{")":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"_":{"d":{"a":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{"0":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"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":{},"x":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"2":{")":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"2":{"0":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":15,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.7320508075688772},"36":{"tf":1.0},"4":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.7320508075688772},"64":{"tf":1.0},"66":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"16":{"tf":1.0},"25":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0}}},"i":{"c":{"df":2,"docs":{"43":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}}},"y":{"df":8,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"41":{"tf":1.0},"54":{"tf":1.0},"59":{"tf":1.4142135623730951},"65":{"tf":1.0}}}},"d":{":":{":":{"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":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{":":{":":{"a":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"58":{"tf":1.0}}},"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":{":":{":":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":6,"docs":{"14":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.0},"48":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"_":{"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":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"3":{"0":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":3,"docs":{"15":{"tf":1.0},"26":{"tf":1.0},"34":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"27":{"tf":1.0},"65":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.4142135623730951}},"i":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"27":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"27":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":5,"docs":{"25":{"tf":1.0},"36":{"tf":1.0},"54":{"tf":1.0},"6":{"tf":1.0},"66":{"tf":1.0}}}},"r":{"df":4,"docs":{"43":{"tf":1.0},"44":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"66":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"19":{"tf":1.0},"26":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"43":{"tf":1.0},"44":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":2,"docs":{"23":{"tf":1.0},"63":{"tf":1.4142135623730951}}}}}},"u":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"18":{"tf":1.0}}}},"t":{"df":4,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"0":{"tf":1.0},"66":{"tf":1.0}}}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":10,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"32":{"tf":1.0}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"4":{"tf":1.0},"42":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":6,"docs":{"10":{"tf":1.0},"43":{"tf":1.7320508075688772},"47":{"tf":1.4142135623730951},"48":{"tf":1.0},"53":{"tf":1.7320508075688772},"62":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"45":{"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":{"16":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"65":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"26":{"tf":1.7320508075688772}}}}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"64":{"tf":1.0}}}}}}},"n":{"c":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":7,"docs":{"14":{"tf":1.4142135623730951},"20":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.4142135623730951}}}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"2":{"0":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"58":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":9,"docs":{"11":{"tf":1.0},"23":{"tf":1.0},"40":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.7320508075688772},"65":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"36":{"tf":1.0}}}}},"d":{"df":3,"docs":{"14":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0}}},"df":1,"docs":{"4":{"tf":1.4142135623730951}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":3,"docs":{"16":{"tf":1.0},"3":{"tf":1.4142135623730951},"63":{"tf":1.0}}},"r":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"15":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":23,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.0},"10":{"tf":1.7320508075688772},"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"18":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.7320508075688772},"36":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.7320508075688772},"50":{"tf":1.0},"54":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"64":{"tf":1.0},"65":{"tf":1.4142135623730951},"9":{"tf":2.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":11,"docs":{"14":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"{":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"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":{"43":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"58":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"58":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"s":{":":{":":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":2,"docs":{"46":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"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":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":1,"docs":{"14":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":4,"docs":{"28":{"tf":1.0},"38":{"tf":1.0},"44":{"tf":1.0},"7":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"26":{"tf":1.7320508075688772}},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"e":{"df":12,"docs":{"0":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":1.0},"34":{"tf":1.0},"5":{"tf":1.4142135623730951},"6":{"tf":1.0},"65":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"33":{"tf":1.0},"34":{"tf":1.0},"55":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"14":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"9":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"l":{"df":2,"docs":{"34":{"tf":1.0},"50":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"27":{"tf":1.0},"5":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":31,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"27":{"tf":2.0},"28":{"tf":1.0},"36":{"tf":2.0},"4":{"tf":2.0},"41":{"tf":1.7320508075688772},"42":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":2.0},"52":{"tf":2.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"61":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.4142135623730951},"66":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}},"y":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"g":{"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":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"58":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"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":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"63":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"33":{"tf":1.0},"34":{"tf":1.0},"61":{"tf":1.0},"9":{"tf":1.0}}},"k":{"df":2,"docs":{"26":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":15,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.4142135623730951},"3":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.7320508075688772},"49":{"tf":1.0},"5":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"66":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"57":{"tf":1.0},"63":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":14,"docs":{"11":{"tf":1.0},"13":{"tf":1.4142135623730951},"15":{"tf":1.0},"18":{"tf":2.23606797749979},"19":{"tf":2.23606797749979},"20":{"tf":1.4142135623730951},"23":{"tf":1.0},"26":{"tf":1.0},"33":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951},"65":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"2":{"0":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"1":{"6":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"23":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"34":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"10":{"tf":1.7320508075688772}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"34":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"64":{"tf":1.7320508075688772}}}}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"48":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"65":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"16":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":3,"docs":{"16":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"29":{"tf":1.0},"4":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"16":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":1,"docs":{"18":{"tf":1.0}}}},"x":{"/":{"d":{"a":{"df":2,"docs":{"49":{"tf":1.0},"54":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"23":{"tf":1.0},"26":{"tf":2.23606797749979},"52":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"29":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"23":{"tf":1.4142135623730951},"24":{"tf":1.0},"3":{"tf":1.4142135623730951},"36":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"52":{"tf":1.0}}}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"56":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"59":{"tf":1.0},"64":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":4,"docs":{"22":{"tf":1.0},"38":{"tf":1.0},"55":{"tf":1.0},"61":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"11":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"s":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"10":{"tf":1.0},"14":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.4142135623730951}}}},"df":32,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"14":{"tf":1.7320508075688772},"15":{"tf":1.0},"18":{"tf":1.7320508075688772},"19":{"tf":1.7320508075688772},"20":{"tf":2.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.4142135623730951},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.7320508075688772},"5":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":2.23606797749979},"59":{"tf":1.7320508075688772},"61":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":29,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"5":{"tf":1.0},"63":{"tf":1.0},"8":{"tf":1.7320508075688772},"9":{"tf":1.4142135623730951}},"s":{"(":{"4":{"df":2,"docs":{"18":{"tf":1.0},"20":{"tf":1.0}}},"8":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"z":{"df":2,"docs":{"58":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"60":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"10":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}}},"df":28,"docs":{"0":{"tf":1.4142135623730951},"11":{"tf":1.4142135623730951},"16":{"tf":1.0},"18":{"tf":1.7320508075688772},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"24":{"tf":1.0},"25":{"tf":2.23606797749979},"27":{"tf":1.0},"3":{"tf":1.4142135623730951},"33":{"tf":1.0},"36":{"tf":1.4142135623730951},"38":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.4142135623730951},"56":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.0},"63":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"7":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"27":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"47":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"!":{"[":{"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":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":1,"docs":{"58":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"5":{"tf":1.0},"65":{"tf":1.0}},"f":{"df":1,"docs":{"7":{"tf":1.0}},"i":{"df":7,"docs":{"14":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"u":{"df":2,"docs":{"23":{"tf":1.0},"7":{"tf":1.0}}}}}},"i":{"a":{"df":2,"docs":{"52":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":6,"docs":{"10":{"tf":1.0},"14":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.4142135623730951},"6":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":2,"docs":{"50":{"tf":1.0},"56":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"28":{"tf":1.0},"6":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"15":{"tf":1.0},"5":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":13,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"52":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.4142135623730951},"65":{"tf":1.0},"9":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}},"df":2,"docs":{"4":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"15":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"63":{"tf":1.0},"66":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"64":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":10,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"28":{"tf":1.0},"36":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"55":{"tf":1.0},"6":{"tf":1.7320508075688772},"63":{"tf":1.0},"64":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":5,"docs":{"31":{"tf":1.0},"38":{"tf":1.0},"60":{"tf":1.4142135623730951},"64":{"tf":1.0},"66":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"(":{"0":{".":{".":{"=":{"2":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"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":{"24":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"b":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}}},"df":0,"docs":{}}},"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":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"22":{"tf":1.0},"25":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"b":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"0":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":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":{"60":{"tf":1.0}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"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":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"2":{"0":{"df":2,"docs":{"20":{"tf":1.0},"23":{"tf":1.0}}},"df":0,"docs":{}},"5":{"0":{"df":2,"docs":{"22":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}},"8":{"0":{"df":2,"docs":{"25":{"tf":1.0},"26":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"0":{"df":3,"docs":{"14":{"tf":1.0},"18":{"tf":1.0},"24":{"tf":1.0}}},"df":0,"docs":{}},"9":{"0":{"df":2,"docs":{"19":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"(":{"1":{".":{".":{"=":{"4":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"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":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"6":{"0":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"0":{"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":{}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"26":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}}}}}}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"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":{"14":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"48":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"26":{"tf":1.0},"55":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"1":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":2,"docs":{"3":{"tf":1.0},"47":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":5,"docs":{"10":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"61":{"tf":1.7320508075688772},"9":{"tf":1.4142135623730951}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":49,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.7320508075688772},"12":{"tf":2.0},"13":{"tf":2.449489742783178},"14":{"tf":2.23606797749979},"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.7320508075688772},"19":{"tf":2.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.7320508075688772},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"36":{"tf":2.23606797749979},"38":{"tf":1.7320508075688772},"39":{"tf":1.0},"4":{"tf":2.449489742783178},"42":{"tf":1.0},"43":{"tf":1.7320508075688772},"45":{"tf":1.0},"46":{"tf":2.0},"47":{"tf":1.7320508075688772},"48":{"tf":1.0},"49":{"tf":1.4142135623730951},"5":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"57":{"tf":2.0},"58":{"tf":2.6457513110645907},"59":{"tf":1.4142135623730951},"6":{"tf":2.6457513110645907},"60":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.7320508075688772},"64":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"4":{"tf":1.0},"43":{"tf":1.4142135623730951},"53":{"tf":1.0}}}},"df":0,"docs":{}}}}}},":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"10":{"tf":1.0},"9":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"22":{"tf":1.0},"24":{"tf":1.0}}}}}}},"x":{"df":2,"docs":{"4":{"tf":1.4142135623730951},"6":{"tf":2.0}}},"y":{"df":0,"docs":{},"e":{"df":1,"docs":{"65":{"tf":1.0}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"’":{"df":0,"docs":{},"r":{"df":2,"docs":{"49":{"tf":1.0},"56":{"tf":1.0}}}}}}}}},"title":{"root":{"2":{"df":1,"docs":{"18":{"tf":1.0}}},"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"df":0,"docs":{}},"d":{"df":4,"docs":{"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"21":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"24":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"62":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"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":{"11":{"tf":1.0}}}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"50":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":5,"docs":{"20":{"tf":1.0},"22":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"25":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"33":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"59":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"54":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"45":{"tf":1.0}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"63":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":3,"docs":{"42":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"63":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"61":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"a":{"df":2,"docs":{"19":{"tf":1.0},"26":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"35":{"tf":1.0},"36":{"tf":1.0}}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"l":{"df":1,"docs":{"63":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":4,"docs":{"17":{"tf":1.0},"21":{"tf":1.0},"44":{"tf":1.0},"57":{"tf":1.0}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":8,"docs":{"12":{"tf":1.0},"14":{"tf":1.0},"33":{"tf":1.0},"39":{"tf":1.0},"49":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}}}}}},"f":{"a":{"df":0,"docs":{},"q":{"df":1,"docs":{"65":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"37":{"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":{"27":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"66":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"56":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}},"i":{"df":1,"docs":{"35":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"61":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"v":{"df":1,"docs":{"62":{"tf":1.0}}}},"k":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"36":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"20":{"tf":1.0}}}}},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"23":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"26":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"36":{"tf":1.0}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"57":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":3,"docs":{"42":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"34":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}}},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"49":{"tf":1.0},"55":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"2":{"tf":1.0},"35":{"tf":1.0},"62":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":3,"docs":{"15":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"44":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"16":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"o":{"b":{"df":0,"docs":{},"e":{"df":2,"docs":{"24":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"58":{"tf":1.0},"59":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"22":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"35":{"tf":1.0},"61":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"l":{"a":{"c":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"25":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}}}}}}},"df":1,"docs":{"28":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"40":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":5,"docs":{"11":{"tf":1.0},"28":{"tf":1.0},"36":{"tf":1.0},"6":{"tf":1.0},"64":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"52":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"18":{"tf":1.0},"58":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"23":{"tf":1.0}}}},"t":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"26":{"tf":1.0}}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}}}}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":4,"docs":{"27":{"tf":1.0},"41":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0}}}}}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"18":{"tf":1.0},"19":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":1,"docs":{"10":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"64":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"x":{"df":1,"docs":{"26":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"18":{"tf":1.0},"25":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"60":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"47":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":8,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"38":{"tf":1.0},"46":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"lang":"English","pipeline":["trimmer","stopWordFilter","stemmer"],"ref":"id","version":"0.9.5"},"results_options":{"limit_results":30,"teaser_word_count":30},"search_options":{"bool":"OR","expand":true,"fields":{"body":{"boost":1},"breadcrumbs":{"boost":1},"title":{"boost":2}}}}')); \ No newline at end of file diff --git a/docs/searchindex-0d677b5d.js b/docs/searchindex-0d677b5d.js new file mode 100644 index 0000000..7e9d175 --- /dev/null +++ b/docs/searchindex-0d677b5d.js @@ -0,0 +1 @@ +window.search = Object.assign(window.search, JSON.parse('{"doc_urls":["project-context-primer.html#project-context-primer","what-you-will-learn.html#what-you-will-learn","part-i.html#part-i--foundations","introduction.html#introduction","architecture-overview.html#architecture-overview","testing-philosophy.html#testing-philosophy","scenario-lifecycle.html#scenario-lifecycle-conceptual","design-rationale.html#design-rationale","part-ii.html#part-ii--user-guide","workspace-layout.html#workspace-layout","annotated-tree.html#annotated-tree","authoring-scenarios.html#authoring-scenarios","workloads.html#core-content-workloads--expectations","workloads.html#workloads","workloads.html#expectations","scenario-builder-ext-patterns.html#core-content-scenariobuilderext-patterns","best-practices.html#best-practices","examples.html#examples","examples.html#simple-2-validator-transaction-workload","examples.html#da--transaction-workload","examples.html#chaos--liveness-check","examples-advanced.html#advanced--artificial-examples","examples-advanced.html#custom-expectation-block-finality-drift","examples-advanced.html#stochastic-topology-generator","running-scenarios.html#running-scenarios","runners.html#runners","runners.html#local-runner","runners.html#docker-compose-runner","runners.html#kubernetes-runner","runners.html#common-expectations","operations.html#operations","part-iii.html#part-iii--developer-reference","scenario-model.html#scenario-model-developer-level","extending.html#extending-the-framework","extending.html#adding-a-workload","extending.html#adding-an-expectation","extending.html#adding-a-runner","extending.html#adding-topology-helpers","custom-workload-example.html#example-new-workload--expectation-rust","custom-workload-example.html#workload-simple-reachability-probe","custom-workload-example.html#expectation-confirm-the-target-stayed-reachable","custom-workload-example.html#how-to-wire-it","internal-crate-reference.html#internal-crate-reference","part-iv.html#part-iv--appendix","dsl-cheat-sheet.html#core-content-dsl-cheat-sheet","troubleshooting.html#troubleshooting-scenarios","faq.html#faq","glossary.html#glossary"],"index":{"documentStore":{"docInfo":{"0":{"body":67,"breadcrumbs":6,"title":3},"1":{"body":26,"breadcrumbs":2,"title":1},"10":{"body":59,"breadcrumbs":8,"title":2},"11":{"body":101,"breadcrumbs":8,"title":2},"12":{"body":18,"breadcrumbs":12,"title":4},"13":{"body":38,"breadcrumbs":9,"title":1},"14":{"body":59,"breadcrumbs":9,"title":1},"15":{"body":84,"breadcrumbs":12,"title":4},"16":{"body":96,"breadcrumbs":8,"title":2},"17":{"body":14,"breadcrumbs":6,"title":1},"18":{"body":49,"breadcrumbs":10,"title":5},"19":{"body":51,"breadcrumbs":8,"title":3},"2":{"body":10,"breadcrumbs":4,"title":2},"20":{"body":61,"breadcrumbs":8,"title":3},"21":{"body":19,"breadcrumbs":10,"title":3},"22":{"body":58,"breadcrumbs":12,"title":5},"23":{"body":53,"breadcrumbs":10,"title":3},"24":{"body":75,"breadcrumbs":8,"title":2},"25":{"body":20,"breadcrumbs":6,"title":1},"26":{"body":16,"breadcrumbs":7,"title":2},"27":{"body":23,"breadcrumbs":8,"title":3},"28":{"body":17,"breadcrumbs":7,"title":2},"29":{"body":48,"breadcrumbs":7,"title":2},"3":{"body":84,"breadcrumbs":4,"title":1},"30":{"body":135,"breadcrumbs":6,"title":1},"31":{"body":10,"breadcrumbs":8,"title":4},"32":{"body":134,"breadcrumbs":12,"title":4},"33":{"body":0,"breadcrumbs":8,"title":2},"34":{"body":28,"breadcrumbs":8,"title":2},"35":{"body":23,"breadcrumbs":8,"title":2},"36":{"body":31,"breadcrumbs":8,"title":2},"37":{"body":20,"breadcrumbs":9,"title":3},"38":{"body":19,"breadcrumbs":14,"title":5},"39":{"body":117,"breadcrumbs":13,"title":4},"4":{"body":170,"breadcrumbs":6,"title":2},"40":{"body":64,"breadcrumbs":14,"title":5},"41":{"body":24,"breadcrumbs":10,"title":1},"42":{"body":91,"breadcrumbs":10,"title":3},"43":{"body":10,"breadcrumbs":6,"title":3},"44":{"body":84,"breadcrumbs":11,"title":5},"45":{"body":86,"breadcrumbs":7,"title":2},"46":{"body":99,"breadcrumbs":5,"title":1},"47":{"body":88,"breadcrumbs":5,"title":1},"5":{"body":96,"breadcrumbs":6,"title":2},"6":{"body":159,"breadcrumbs":8,"title":3},"7":{"body":68,"breadcrumbs":6,"title":2},"8":{"body":10,"breadcrumbs":8,"title":4},"9":{"body":94,"breadcrumbs":8,"title":2}},"docs":{"0":{"body":"This book focuses on the Nomos Testing Framework. It assumes familiarity with\\nthe Nomos architecture, but for completeness, here is a short primer. Nomos is a modular blockchain protocol composed of validators, executors,\\nand a data-availability (DA) subsystem. Validators participate in consensus and produce blocks. Executors run application logic or off-chain computations referenced by\\nblocks. Data Availability (DA) ensures that data referenced in blocks is\\npublished and retrievable, including blobs or channel data used by workloads. These roles interact tightly, which is why meaningful testing must be performed\\nin multi-node environments that include real networking, timing, and DA\\ninteraction.","breadcrumbs":"Project Context Primer » Project Context Primer","id":"0","title":"Project Context Primer"},"1":{"body":"This book gives you a clear mental model for Nomos multi-node testing, shows how\\nto author scenarios that pair realistic workloads with explicit expectations,\\nand guides you to run them across local, containerized, and cluster environments\\nwithout changing the plan.","breadcrumbs":"What You Will Learn » What You Will Learn","id":"1","title":"What You Will Learn"},"10":{"body":"High-level view of the workspace and how pieces relate: nomos-testing/\\n├─ testing-framework/\\n│ ├─ configs/ # shared configuration helpers\\n│ ├─ core/ # scenario model, runtime, topology\\n│ ├─ workflows/ # workloads, expectations, DSL extensions\\n│ └─ runners/ # local, compose, k8s deployment backends\\n├─ tests/ # integration scenarios using the framework\\n└─ scripts/ # supporting setup utilities (e.g., assets) Each area maps to a responsibility: describe configs, orchestrate scenarios,\\npackage common traffic and assertions, adapt to environments, and demonstrate\\nend-to-end usage.","breadcrumbs":"Part II — User Guide » Annotated Tree » Annotated Tree","id":"10","title":"Annotated Tree"},"11":{"body":"Creating a scenario is a declarative exercise: Shape the topology: decide how many validators and executors to run, and\\nwhat high-level network and data-availability characteristics matter for the\\ntest. Attach workloads: pick traffic generators that align with your goals\\n(transactions, data-availability blobs, or chaos for resilience probes). Define expectations: specify the health signals that must hold when the\\nrun finishes (e.g., consensus liveness, inclusion of submitted activity; see Core Content: Workloads & Expectations). Set duration: choose a run window long enough to observe meaningful\\nblock progression and the effects of your workloads. Choose a runner: target local processes for fast iteration, Docker\\nCompose for reproducible multi-node stacks, or Kubernetes for cluster-grade\\nvalidation. For environment considerations, see Operations. Keep scenarios small and explicit: make the intended behavior and the success\\ncriteria clear so failures are easy to interpret and act upon.","breadcrumbs":"Part II — User Guide » Authoring Scenarios » Authoring Scenarios","id":"11","title":"Authoring Scenarios"},"12":{"body":"Workloads describe the activity a scenario generates; expectations describe the\\nsignals that must hold when that activity completes. Both are pluggable so\\nscenarios stay readable and purpose-driven.","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Core Content: Workloads & Expectations","id":"12","title":"Core Content: Workloads & Expectations"},"13":{"body":"Transaction workload: submits user-level transactions at a configurable\\nrate and can limit how many distinct actors participate. Data-availability workload: drives blob and channel activity to exercise\\ndata-availability paths. Chaos workload: triggers controlled node restarts to test resilience and\\nrecovery behaviors (requires a runner that can control nodes).","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Workloads","id":"13","title":"Workloads"},"14":{"body":"Consensus liveness: verifies the system continues to produce blocks in\\nline with the planned workload and timing window. Workload-specific checks: each workload can attach its own success\\ncriteria (e.g., inclusion of submitted activity) so scenarios remain concise. Together, workloads and expectations let you express both the pressure applied\\nto the system and the definition of “healthy” for that run. Mermaid view (pipeline): flowchart TD I[\\"Inputs: topology + wallets + rates\\"] Init[\\"Workload init\\"] Drive[\\"Drive traffic\\"] Collect[\\"Collect signals\\"] Eval[\\"Expectations evaluate\\"] I --> Init --> Drive --> Collect --> Eval","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Expectations","id":"14","title":"Expectations"},"15":{"body":"Patterns that keep scenarios readable and reusable: Topology-first: start by shaping the cluster (counts, layout) so later\\nsteps inherit a clear foundation. Bundle defaults: use the DSL helpers to attach common expectations (like\\nliveness) whenever you add a matching workload, reducing forgotten checks. Intentional rates: express traffic in per-block terms to align with\\nprotocol timing rather than wall-clock assumptions. Opt-in chaos: enable restart patterns only in scenarios meant to probe\\nresilience; keep functional smoke tests deterministic. Wallet clarity: seed only the number of actors you need; it keeps\\ntransaction scenarios deterministic and interpretable. These patterns make scenario definitions self-explanatory while staying aligned\\nwith the framework’s block-oriented timing model.","breadcrumbs":"Part II — User Guide » Core Content: ScenarioBuilderExt Patterns » Core Content: ScenarioBuilderExt Patterns","id":"15","title":"Core Content: ScenarioBuilderExt Patterns"},"16":{"body":"State your intent: document the goal of each scenario (throughput, DA\\nvalidation, resilience) so expectation choices are obvious. Keep runs meaningful: choose durations that allow multiple blocks and make\\ntiming-based assertions trustworthy. Separate concerns: start with deterministic workloads for functional\\nchecks; add chaos in dedicated resilience scenarios to avoid noisy failures. Reuse patterns: standardize on shared topology and workload presets so\\nresults are comparable across environments and teams. Observe first, tune second: rely on liveness and inclusion signals to\\ninterpret outcomes before tweaking rates or topology. Environment fit: pick runners that match the feedback loop you need—local\\nfor speed, compose for reproducible stacks, k8s for cluster-grade fidelity. Minimal surprises: seed only necessary wallets and keep configuration\\ndeltas explicit when moving between CI and developer machines.","breadcrumbs":"Part II — User Guide » Best Practices » Best Practices","id":"16","title":"Best Practices"},"17":{"body":"Concrete scenario shapes that illustrate how to combine topologies, workloads,\\nand expectations. Adjust counts, rates, and durations to fit your environment.","breadcrumbs":"Part II — User Guide » Examples » Examples","id":"17","title":"Examples"},"18":{"body":"Topology: two validators. Workload: transaction submissions at a modest per-block rate with a small\\nset of wallet actors. Expectations: consensus liveness and inclusion of submitted activity. When to use: smoke tests for consensus and transaction flow on minimal\\nhardware. Setup (Rust): use std::time::Duration;\\nuse testing_framework_core::scenario::ScenarioBuilder; let plan = ScenarioBuilder::with_node_counts(2, 0) .transactions() .rate(3) .users(4) .apply() .with_run_duration(Duration::from_secs(60)) .expect_consensus_liveness() .build();\\n// deploy with your runner of choice (local/compose/k8s) and run","breadcrumbs":"Part II — User Guide » Examples » Simple 2-validator transaction workload","id":"18","title":"Simple 2-validator transaction workload"},"19":{"body":"Topology: validators plus executors if available. Workloads: data-availability blobs/channels and transactions running\\ntogether to stress both paths. Expectations: consensus liveness and workload-level inclusion/availability\\nchecks. When to use: end-to-end coverage of transaction and DA layers in one run. Setup (Rust): use std::time::Duration;\\nuse testing_framework_core::scenario::ScenarioBuilder; let plan = ScenarioBuilder::with_node_counts(2, 1) .transactions() .rate(5) .users(8) .apply() .da() .channel_rate(1) .blob_rate(1) .apply() .with_run_duration(Duration::from_secs(90)) .expect_consensus_liveness() .build();","breadcrumbs":"Part II — User Guide » Examples » DA + transaction workload","id":"19","title":"DA + transaction workload"},"2":{"body":"Conceptual chapters that establish the mental model for the framework and how\\nit approaches multi-node testing.","breadcrumbs":"Part I — Foundations » Part I — Foundations","id":"2","title":"Part I — Foundations"},"20":{"body":"Topology: validators (optionally executors) with node control enabled. Workloads: baseline traffic (transactions or DA) plus chaos restarts on\\nselected roles. Expectations: consensus liveness to confirm the system keeps progressing\\ndespite restarts; workload-specific inclusion if traffic is present. When to use: resilience validation and operational readiness drills. Setup (Rust): use std::time::Duration;\\nuse testing_framework_core::scenario::ScenarioBuilder;\\nuse testing_framework_workflows::workloads::transaction; let plan = ScenarioBuilder::with_node_counts(2, 1) .enable_node_control() .transactions() .rate(3) .users(4) .apply() .chaos_random_restart() .min_delay(Duration::from_secs(45)) .max_delay(Duration::from_secs(75)) .target_cooldown(Duration::from_secs(120)) .apply() .with_run_duration(Duration::from_secs(120)) .expect_consensus_liveness() .build();","breadcrumbs":"Part II — User Guide » Examples » Chaos + liveness check","id":"20","title":"Chaos + liveness check"},"21":{"body":"These illustrative scenarios stretch the framework to show how to build new\\nworkloads, expectations, deployers, and topology tricks. They are intentionally\\n“synthetic” to teach capabilities rather than prescribe production tests.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Advanced & Artificial Examples","id":"21","title":"Advanced & Artificial Examples"},"22":{"body":"Idea: assert the last few blocks differ and block time stays within a\\ntolerated drift budget. Demonstrates: consuming BlockFeed or time-series metrics to validate\\nprotocol cadence; crafting post-run assertions around block diversity and\\ntiming. Shape: collect recent blocks, confirm no duplicates, and compare observed\\nintervals to a drift threshold. Setup (Rust): use testing_framework_core::scenario::ScenarioBuilder;\\n// BlockFinalityDrift is a custom expectation you implement using BlockFeed/metrics. let plan = ScenarioBuilder::with_node_counts(2, 0) .expect_consensus_liveness() .with_expectation(BlockFinalityDrift::with_tolerance(Duration::from_secs(4))) .with_run_duration(Duration::from_secs(120)) .build();","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Custom Expectation: Block Finality Drift","id":"22","title":"Custom Expectation: Block Finality Drift"},"23":{"body":"Idea: topology parameters change at runtime (random validators, DA\\nsettings, network shapes). Demonstrates: randomized property testing and fuzzing approaches to\\ntopology building. Shape: pick roles and network layouts randomly per run; keep expectations\\ntolerant to variability while still asserting core liveness. Setup (Rust): use testing_framework_core::scenario::ScenarioBuilder;\\n// StochasticTopologyBuilder wraps ScenarioBuilder to randomize counts/layout. let plan = StochasticTopologyBuilder::new() .with_validator_range(1..=4) .with_executor_range(0..=2) .with_random_layouts() .finish() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(90)) .build();","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Stochastic Topology Generator","id":"23","title":"Stochastic Topology Generator"},"24":{"body":"Running a scenario follows the same conceptual flow regardless of environment: Select or author a scenario plan that pairs a topology with workloads,\\nexpectations, and a suitable run window. Choose a runner aligned with your environment (local, compose, or k8s) and\\nensure its prerequisites are available. Deploy the plan through the runner; wait for readiness signals before\\nstarting workloads. Let workloads drive activity for the planned duration; keep observability\\nsignals visible so you can correlate outcomes. Evaluate expectations and capture results as the primary pass/fail signal. Use the same plan across different runners to compare behavior between local\\ndevelopment and CI or cluster settings. For environment prerequisites and\\nflags, see Operations.","breadcrumbs":"Part II — User Guide » Running Scenarios » Running Scenarios","id":"24","title":"Running Scenarios"},"25":{"body":"Runners turn a scenario plan into a live environment while keeping the plan\\nunchanged. Choose based on feedback speed, reproducibility, and fidelity. For\\nenvironment and operational considerations, see Operations:","breadcrumbs":"Part II — User Guide » Runners » Runners","id":"25","title":"Runners"},"26":{"body":"Launches node processes directly on the host. Fastest feedback loop and minimal orchestration overhead. Best for development-time iteration and debugging.","breadcrumbs":"Part II — User Guide » Runners » Local runner","id":"26","title":"Local runner"},"27":{"body":"Starts nodes in containers to provide a reproducible multi-node stack on a\\nsingle machine. Discovers service ports and wires observability for convenient inspection. Good balance between fidelity and ease of setup.","breadcrumbs":"Part II — User Guide » Runners » Docker Compose runner","id":"27","title":"Docker Compose runner"},"28":{"body":"Deploys nodes onto a cluster for higher-fidelity, longer-running scenarios. Suits CI or shared environments where cluster behavior and scheduling matter.","breadcrumbs":"Part II — User Guide » Runners » Kubernetes runner","id":"28","title":"Kubernetes runner"},"29":{"body":"All runners require at least one validator and, for transaction scenarios,\\naccess to seeded wallets. Readiness probes gate workload start so traffic begins only after nodes are\\nreachable. Environment flags can relax timeouts or increase tracing when diagnostics are\\nneeded. Mermaid view (runner abstraction): flowchart TD Plan[Scenario Plan] --> RunSel{Runner (local | compose | k8s)} RunSel --> Provision[Provision & readiness] Provision --> Runtime[Runtime + observability] Runtime --> Exec[Workloads & Expectations execute]","breadcrumbs":"Part II — User Guide » Runners » Common expectations","id":"29","title":"Common expectations"},"3":{"body":"The Nomos Testing Framework is a purpose-built toolkit for exercising Nomos in\\nrealistic, multi-node environments. It solves the gap between small, isolated\\ntests and full-system validation by letting teams describe a cluster layout,\\ndrive meaningful traffic, and assert the outcomes in one coherent plan. It is for protocol engineers, infrastructure operators, and QA teams who need\\nrepeatable confidence that validators, executors, and data-availability\\ncomponents work together under network and timing constraints. Multi-node integration testing is required because many Nomos behaviors—block\\nprogress, data availability, liveness under churn—only emerge when several\\nroles interact over real networking and time. This framework makes those checks\\ndeclarative, observable, and portable across environments.","breadcrumbs":"Part I — Foundations » Introduction » Introduction","id":"3","title":"Introduction"},"30":{"body":"Operational readiness focuses on prerequisites, environment fit, and clear\\nsignals: Prerequisites: keep a sibling nomos-node checkout available; ensure the\\nchosen runner’s platform needs are met (local binaries for host runs, Docker\\nfor compose, cluster access for k8s). Artifacts: some scenarios depend on prover or circuit assets; fetch them\\nahead of time with the provided helper scripts when needed. Environment flags: use slow-environment toggles to relax timeouts, enable\\ntracing when debugging, and adjust observability ports to avoid clashes. Readiness checks: verify runners report node readiness before starting\\nworkloads; this avoids false negatives from starting too early. Failure triage: map failures to missing prerequisites (wallet seeding,\\nnode control availability), runner platform issues, or unmet expectations.\\nStart with liveness signals, then dive into workload-specific assertions. Treat operational hygiene—assets present, prerequisites satisfied, observability\\nreachable—as the first step to reliable scenario outcomes. Mermaid view (metrics/observability flow): flowchart TD Expose[Runner exposes endpoints/ports] --> Collect[Runtime collects block/health signals] Collect --> Consume[Expectations consume signals and decide pass/fail] Consume --> Inspect[Operators inspect logs/metrics when failures arise]","breadcrumbs":"Part II — User Guide » Operations » Operations","id":"30","title":"Operations"},"31":{"body":"Deep dives for contributors who extend the framework, evolve its abstractions,\\nor maintain the crate set.","breadcrumbs":"Part III — Developer Reference » Part III — Developer Reference","id":"31","title":"Part III — Developer Reference"},"32":{"body":"The scenario model defines clear, composable responsibilities: Topology: a declarative description of the cluster—how many nodes, their\\nroles, and the broad network and data-availability characteristics. Validators\\nrun the nomos-node binary (consensus/block production); executors run the nomos-executor binary (consensus-aware executor service stack). The topology\\nrepresents the intended shape of the system under test. Scenario: a plan combining topology, workloads, expectations, and a run\\nwindow. Building a scenario validates prerequisites (like seeded wallets) and\\nensures the run lasts long enough to observe meaningful block progression. Workloads: asynchronous tasks that generate traffic or conditions. They\\nuse shared context to interact with the deployed cluster and may bundle\\ndefault expectations. Expectations: post-run assertions. They can capture baselines before\\nworkloads start and evaluate success once activity stops. Runtime: coordinates workloads and expectations for the configured\\nduration, enforces cooldowns when control actions occur, and ensures cleanup\\nso runs do not leak resources. Developers extending the model should keep these boundaries strict: topology\\ndescribes, scenarios assemble, runners deploy, workloads drive, and expectations\\njudge outcomes. For guidance on adding new capabilities, see Extending the Framework.","breadcrumbs":"Part III — Developer Reference » Scenario Model (Developer Level) » Scenario Model (Developer Level)","id":"32","title":"Scenario Model (Developer Level)"},"33":{"body":"","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Extending the Framework","id":"33","title":"Extending the Framework"},"34":{"body":"Implement the workload contract: provide a name, optional bundled expectations, validate prerequisites up front, and drive asynchronous activity against the deployed cluster. Export it through the workflows layer and consider adding DSL helpers for ergonomic wiring.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding a workload","id":"34","title":"Adding a workload"},"35":{"body":"Implement the expectation contract: capture baselines if needed and evaluate outcomes after workloads finish; report meaningful errors to aid debugging. Expose reusable expectations from the workflows layer so scenarios can attach them declaratively.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding an expectation","id":"35","title":"Adding an expectation"},"36":{"body":"Implement the deployer contract for the target backend, producing a runtime context with client access, metrics endpoints, and optional node control. Preserve cleanup guarantees so resources are reclaimed even when runs fail; mirror readiness and observation signals used by existing runners for consistency.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding a runner","id":"36","title":"Adding a runner"},"37":{"body":"Extend the topology description with new layouts or presets while keeping defaults safe and predictable; favor declarative inputs over ad hoc logic so scenarios stay reviewable.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding topology helpers","id":"37","title":"Adding topology helpers"},"38":{"body":"A minimal, end-to-end illustration of adding a custom workload and matching\\nexpectation. This shows the shape of the traits and where to plug into the\\nframework; expand the logic to fit your real test.","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Example: New Workload & Expectation (Rust)","id":"38","title":"Example: New Workload & Expectation (Rust)"},"39":{"body":"Key ideas: name: identifies the workload in logs. expectations: workloads can bundle defaults so callers don’t forget checks. init: derive inputs from the generated topology (e.g., pick a target node). start: drive async activity using the shared RunContext. use std::sync::Arc;\\nuse async_trait::async_trait;\\nuse testing_framework_core::scenario::{ DynError, Expectation, RunContext, RunMetrics, Workload,\\n};\\nuse testing_framework_core::topology::GeneratedTopology; pub struct ReachabilityWorkload { target_idx: usize, bundled: Vec>,\\n} impl ReachabilityWorkload { pub fn new(target_idx: usize) -> Self { Self { target_idx, bundled: vec![Box::new(ReachabilityExpectation::new(target_idx))], } }\\n} #[async_trait]\\nimpl Workload for ReachabilityWorkload { fn name(&self) -> &\'static str { \\"reachability_workload\\" } fn expectations(&self) -> Vec> { self.bundled.clone() } fn init( &mut self, topology: &GeneratedTopology, _metrics: &RunMetrics, ) -> Result<(), DynError> { if topology.validators().get(self.target_idx).is_none() { return Err(\\"no validator at requested index\\".into()); } Ok(()) } async fn start(&self, ctx: &RunContext) -> Result<(), DynError> { let client = ctx .clients() .validators() .get(self.target_idx) .ok_or(\\"missing target client\\")?; // Pseudo-action: issue a lightweight RPC to prove reachability. client.health_check().await.map_err(|e| e.into()) }\\n}","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Workload: simple reachability probe","id":"39","title":"Workload: simple reachability probe"},"4":{"body":"The framework follows a clear flow: Topology → Scenario → Deployer → Runner → Workloads → Expectations. Topology describes the cluster: how many nodes, their roles, and the high-level network and data-availability parameters they should follow. Scenario combines that topology with the activities to run and the checks to perform, forming a single plan. Deployer turns the plan into a concrete environment on the chosen backend (local processes, Docker Compose, or Kubernetes). Runner is shared across deployers; it drives workloads and expectations using the provided runtime context. Workloads generate traffic and conditions that exercise the system. Expectations observe the run and judge success or failure once activity completes. The deployer supplies a RunContext (clients, metrics, optional NodeControlHandle) that the runner and workloads/expectations share; it carries the runtime view and control hooks for the deployed cluster. The optional NodeControlHandle lets the runner (and chaos workloads) restart or manage nodes in the deployed environment. Mermaid view: sequenceDiagram participant T as Topology (shape cluster) participant S as Scenario (plan) participant D as Deployer (provision env) participant R as Runner (drive with RunContext) participant W as Workloads (drive traffic) participant X as Expectations (verify outcomes) T->>S: describe roles/params S->>D: hand plan D->>R: provision + provide RunContext R->>W: start workloads with context R->>X: evaluate outcomes after run Each layer has a narrow responsibility so that cluster shape, deployment choice,\\ntraffic generation, and health checks can evolve independently while fitting\\ntogether predictably.","breadcrumbs":"Part I — Foundations » Architecture Overview » Architecture Overview","id":"4","title":"Architecture Overview"},"40":{"body":"Key ideas: start_capture: snapshot baseline if needed (not used here). evaluate: assert the condition after workloads finish. use async_trait::async_trait;\\nuse testing_framework_core::scenario::{DynError, Expectation, RunContext}; pub struct ReachabilityExpectation { target_idx: usize,\\n} impl ReachabilityExpectation { pub fn new(target_idx: usize) -> Self { Self { target_idx } }\\n} #[async_trait]\\nimpl Expectation for ReachabilityExpectation { fn name(&self) -> &str { \\"target_reachable\\" } async fn evaluate(&mut self, ctx: &RunContext) -> Result<(), DynError> { let client = ctx .clients() .validators() .get(self.target_idx) .ok_or(\\"missing target client\\")?; client.health_check().await.map_err(|e| { format!(\\"target became unreachable during run: {e}\\").into() }) }\\n}","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Expectation: confirm the target stayed reachable","id":"40","title":"Expectation: confirm the target stayed reachable"},"41":{"body":"Build your scenario as usual and call .with_workload(ReachabilityWorkload::new(0)). The bundled expectation is attached automatically; you can add more with .with_expectation(...) if needed. Keep the logic minimal and fast for smoke tests; grow it into richer probes\\nfor deeper scenarios.","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » How to wire it","id":"41","title":"How to wire it"},"42":{"body":"High-level roles of the crates that make up the framework: Configs: prepares reusable configuration primitives for nodes, networking,\\ntracing, data availability, and wallets, shared by all scenarios and runners. Core scenario orchestration: houses the topology and scenario model,\\nruntime coordination, node clients, and readiness/health probes. Workflows: packages workloads and expectations into reusable building\\nblocks and offers a fluent DSL to assemble them. Runners: implements deployment backends (local host, Docker Compose,\\nKubernetes) that all consume the same scenario plan. Test workflows: example scenarios and integration checks that exercise the\\nframework end to end and serve as living documentation. Use this map to locate where to add new capabilities: configuration primitives\\nin configs, orchestration changes in core, reusable traffic/assertions in\\nworkflows, environment adapters in runners, and demonstrations in tests.","breadcrumbs":"Part III — Developer Reference » Internal Crate Reference » Internal Crate Reference","id":"42","title":"Internal Crate Reference"},"43":{"body":"Quick-reference material and supporting guidance to keep scenarios discoverable,\\ndebuggable, and consistent.","breadcrumbs":"Part IV — Appendix » Part IV — Appendix","id":"43","title":"Part IV — Appendix"},"44":{"body":"The framework offers a fluent builder style to keep scenarios readable. Common\\nknobs: Topology shaping: set validator and executor counts, pick a network layout\\nstyle, and adjust high-level data-availability traits. Wallet seeding: define how many users participate and the total funds\\navailable for transaction workloads. Workload tuning: configure transaction rates, data-availability channel\\nand blob rates, and whether chaos restarts should include validators,\\nexecutors, or both. Expectations: attach liveness and workload-specific checks so success is\\nexplicit. Run window: set a minimum duration long enough for multiple blocks to be\\nobserved and verified. Use these knobs to express intent clearly, keeping scenario definitions concise\\nand consistent across teams.","breadcrumbs":"Part IV — Appendix » DSL Cheat Sheet » Core Content: DSL Cheat Sheet","id":"44","title":"Core Content: DSL Cheat Sheet"},"45":{"body":"Common symptoms and likely causes: No or slow block progression: runner started workloads before readiness, insufficient run window, or environment too slow—extend duration or enable slow-environment tuning. Transactions not included: missing or insufficient wallet seeding, misaligned transaction rate with block cadence, or network instability—reduce rate and verify wallet setup. Chaos stalls the run: node control not available for the chosen runner or restart cadence too aggressive—enable control capability and widen restart intervals. Observability gaps: metrics or logs unreachable because ports clash or services are not exposed—adjust observability ports and confirm runner wiring. Flaky behavior across runs: mixing chaos with functional smoke tests or inconsistent topology between environments—separate deterministic and chaos scenarios and standardize topology presets.","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Troubleshooting Scenarios","id":"45","title":"Troubleshooting Scenarios"},"46":{"body":"Why block-oriented timing? Using block cadence reduces dependence on host speed and keeps assertions aligned with protocol behavior. Can I reuse the same scenario across runners? Yes. The plan stays the same; swap runners (local, compose, k8s) to target different environments. When should I enable chaos workloads? Only when testing resilience or operational recovery; keep functional smoke tests deterministic. How long should runs be? Long enough for multiple blocks so liveness and inclusion checks are meaningful; very short runs risk false confidence. Do I always need seeded wallets? Only for transaction scenarios. Data-availability or pure chaos scenarios may not require them, but liveness checks still need validators producing blocks. What if expectations fail but workloads “look fine”? Trust expectations first—they capture the intended success criteria. Use the observability signals and runner logs to pinpoint why the system missed the target.","breadcrumbs":"Part IV — Appendix » FAQ » FAQ","id":"46","title":"FAQ"},"47":{"body":"Validator: node role that runs the nomos-node binary for consensus and\\nblock production. Executor: node role that runs the nomos-executor binary, participates in\\nconsensus, and executes the executor service stack (including its own\\nmempool/topic wiring). DA (Data Availability): subsystem ensuring blobs or channel data are\\npublished and retrievable for validation. Workload: traffic or behavior generator that exercises the system during a\\nscenario run. Expectation: post-run assertion that judges whether the system met the\\nintended success criteria. Topology: declarative description of the cluster shape, roles, and\\nhigh-level parameters for a scenario. Blockfeed: stream of block observations used for liveness or inclusion\\nsignals during a run. Control capability: the ability for a runner to start, stop, or restart\\nnodes, used by chaos workloads.","breadcrumbs":"Part IV — Appendix » Glossary » Glossary","id":"47","title":"Glossary"},"5":{"body":"Declarative over imperative: describe the desired cluster shape, traffic, and success criteria; let the framework orchestrate the run. Observable health signals: prefer liveness and inclusion signals that reflect real user impact instead of internal debug state. Determinism first: default scenarios aim for repeatable outcomes with fixed topologies and traffic rates; variability is opt-in. Targeted non-determinism: introduce randomness (e.g., restarts) only when probing resilience or operational robustness. Protocol time, not wall time: reason in blocks and protocol-driven intervals to reduce dependence on host speed or scheduler noise. Minimum run window: always allow enough block production to make assertions meaningful; very short runs risk false confidence. Use chaos with intent: chaos workloads are for recovery and fault-tolerance validation, not for baseline functional checks.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Testing Philosophy","id":"5","title":"Testing Philosophy"},"6":{"body":"Build the plan: Declare a topology, attach workloads and expectations, and set the run window. The plan is the single source of truth for what will happen. Deploy: Hand the plan to a runner. It provisions the environment on the chosen backend and waits for nodes to signal readiness. Drive workloads: Start traffic and behaviors (transactions, data-availability activity, restarts) for the planned duration. Observe blocks and signals: Track block progression and other high-level metrics during or after the run window to ground assertions in protocol time. Evaluate expectations: Once activity stops (and optional cooldown completes), check liveness and workload-specific outcomes to decide pass or fail. Cleanup: Tear down resources so successive runs start fresh and do not inherit leaked state. Mermaid view (sequence): sequenceDiagram participant P as Plan (topology + workloads + expectations) participant D as Deployer (provision & readiness) participant R as Runner (orchestrate run) participant X as Expectations (baseline + evaluation) participant W as Workloads (drive traffic) participant C as Cleanup P->>D: hand scenario plan D->>R: provision env + provide RunContext R->>X: start_capture baseline R->>W: start workloads for run window R-->>X: consume signals during run (block feed/metrics) R-->>R: observe blocks/metrics during run R->>X: evaluate expectations after workloads R->>C: cleanup resources","breadcrumbs":"Part I — Foundations » Scenario Lifecycle (Conceptual) » Scenario Lifecycle (Conceptual)","id":"6","title":"Scenario Lifecycle (Conceptual)"},"7":{"body":"Modular crates keep configuration, orchestration, workloads, and runners decoupled so each can evolve without breaking the others. Pluggable runners let the same scenario run on a laptop, a Docker host, or a Kubernetes cluster, making validation portable across environments. Separated workloads and expectations clarify intent: what traffic to generate versus how to judge success. This simplifies review and reuse. Declarative topology makes cluster shape explicit and repeatable, reducing surprise when moving between CI and developer machines. Maintainability through predictability: a clear flow from plan to deployment to verification lowers the cost of extending the framework and interpreting failures.","breadcrumbs":"Part I — Foundations » Design Rationale » Design Rationale","id":"7","title":"Design Rationale"},"8":{"body":"Practical guidance for shaping scenarios, combining workloads and expectations,\\nand running them across different environments.","breadcrumbs":"Part II — User Guide » Part II — User Guide","id":"8","title":"Part II — User Guide"},"9":{"body":"The workspace focuses on multi-node integration testing and sits alongside a nomos-node checkout. Its crates separate concerns to keep scenarios\\nrepeatable and portable: Configs: prepares high-level node, network, tracing, and wallet settings\\nused across test environments. Core scenario orchestration: the engine that holds topology descriptions,\\nscenario plans, runtimes, workloads, and expectations. Workflows: ready-made workloads (transactions, data-availability, chaos)\\nand reusable expectations assembled into a user-facing DSL. Runners: deployment backends for local processes, Docker Compose, and\\nKubernetes, all consuming the same scenario plan. Test workflows: example scenarios and integration checks that show how\\nthe pieces fit together. This split keeps configuration, orchestration, reusable traffic patterns, and\\ndeployment adapters loosely coupled while sharing one mental model for tests.","breadcrumbs":"Part II — User Guide » Workspace Layout » Workspace Layout","id":"9","title":"Workspace Layout"}},"length":48,"save":true},"fields":["title","body","breadcrumbs"],"index":{"body":{"root":{"0":{"df":2,"docs":{"18":{"tf":1.0},"22":{"tf":1.0}}},"1":{"df":2,"docs":{"19":{"tf":1.0},"20":{"tf":1.0}}},"2":{"df":1,"docs":{"18":{"tf":1.0}}},"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"47":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"29":{"tf":1.0},"31":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"29":{"tf":1.0},"30":{"tf":1.0},"36":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"32":{"tf":1.0},"39":{"tf":1.0}}}},"v":{"df":11,"docs":{"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.0},"24":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"18":{"tf":1.0}}}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"10":{"tf":1.0},"42":{"tf":1.0},"9":{"tf":1.0}}}}},"d":{"df":4,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0}}},"df":6,"docs":{"32":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"38":{"tf":1.0}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"17":{"tf":1.0},"30":{"tf":1.0},"44":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"21":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"45":{"tf":1.0}}}}}}}}}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"d":{"df":1,"docs":{"35":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":1,"docs":{"5":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":4,"docs":{"11":{"tf":1.0},"15":{"tf":1.4142135623730951},"24":{"tf":1.0},"46":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"16":{"tf":1.0},"5":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"46":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"0":{"tf":1.0}}},"df":4,"docs":{"14":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"2":{"tf":1.0},"23":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"4":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"30":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"32":{"tf":1.0},"42":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":12,"docs":{"10":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"40":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0}}}},"t":{"df":2,"docs":{"10":{"tf":1.0},"30":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"0":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{":":{":":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"39":{"tf":1.0},"40":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"39":{"tf":1.0},"40":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"39":{"tf":1.4142135623730951},"40":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"32":{"tf":1.0},"34":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":7,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"24":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":16,"docs":{"0":{"tf":1.4142135623730951},"11":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"24":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"32":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.7320508075688772},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"16":{"tf":1.0},"30":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"10":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"16":{"tf":1.0},"25":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"20":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0},"40":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"e":{"c":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"40":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"16":{"tf":1.0},"24":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"45":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"29":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":8,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"24":{"tf":1.0},"28":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"6":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"26":{"tf":1.0}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":6,"docs":{"16":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"45":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"30":{"tf":1.0},"32":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"b":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":5,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"13":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0}},"s":{"/":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"19":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"30":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":15,"docs":{"0":{"tf":1.7320508075688772},"11":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"18":{"tf":1.0},"22":{"tf":2.23606797749979},"32":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":2.0},"47":{"tf":1.4142135623730951},"5":{"tf":1.4142135623730951},"6":{"tf":1.7320508075688772}},"f":{"df":0,"docs":{},"e":{"df":2,"docs":{"22":{"tf":1.0},"47":{"tf":1.0}},"e":{"d":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"22":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"0":{"tf":1.0},"1":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"12":{"tf":1.0},"14":{"tf":1.0},"19":{"tf":1.0},"44":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"32":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"a":{"d":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":10,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"32":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"6":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"44":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":5,"docs":{"15":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0},"39":{"tf":1.7320508075688772},"41":{"tf":1.0}}}},"df":0,"docs":{}}}},"c":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"22":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"41":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"39":{"tf":1.0}}}}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"21":{"tf":1.0},"32":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"24":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0},"46":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"45":{"tf":1.0}}}}},"df":1,"docs":{"6":{"tf":1.4142135623730951}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"1":{"tf":1.0},"23":{"tf":1.0},"42":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":4,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0}}}}}},"o":{"df":12,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"20":{"tf":1.4142135623730951},"4":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.7320508075688772},"46":{"tf":1.4142135623730951},"47":{"tf":1.0},"5":{"tf":1.4142135623730951},"9":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"11":{"tf":1.0},"32":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":15,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"42":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.4142135623730951},"5":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"30":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"16":{"tf":1.0},"18":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"11":{"tf":1.4142135623730951},"16":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"30":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0},"6":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}}}}},"i":{"df":4,"docs":{"16":{"tf":1.0},"24":{"tf":1.0},"28":{"tf":1.0},"7":{"tf":1.0}},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"30":{"tf":1.0},"45":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"32":{"tf":1.0},"36":{"tf":1.0},"6":{"tf":1.7320508075688772}}}}},"r":{"df":7,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"15":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"|":{"df":2,"docs":{"39":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":5,"docs":{"36":{"tf":1.0},"39":{"tf":1.7320508075688772},"4":{"tf":1.0},"40":{"tf":1.7320508075688772},"42":{"tf":1.0}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":14,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"24":{"tf":1.0},"28":{"tf":1.4142135623730951},"3":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":2.0},"47":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"32":{"tf":1.0}}}}}}}}}}}},"o":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"\\"":{"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":{"14":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"30":{"tf":1.0}}}}}}}}},"df":3,"docs":{"14":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"17":{"tf":1.0},"32":{"tf":1.0},"4":{"tf":1.0},"8":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"10":{"tf":1.0},"15":{"tf":1.0},"29":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"16":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"3":{"tf":1.0}}},"s":{"df":13,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"16":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0},"9":{"tf":1.0}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":3,"docs":{"2":{"tf":1.0},"24":{"tf":1.0},"6":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"16":{"tf":1.0},"9":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"14":{"tf":1.0},"44":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"4":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"32":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"3":{"tf":1.0},"46":{"tf":1.0},"5":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":3,"docs":{"10":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"9":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":8,"docs":{"10":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.0},"32":{"tf":1.0},"42":{"tf":1.4142135623730951},"44":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"df":4,"docs":{"20":{"tf":1.0},"22":{"tf":1.0},"40":{"tf":1.0},"45":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":8,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.0},"32":{"tf":1.0},"47":{"tf":1.4142135623730951}},"s":{"/":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"i":{"d":{"df":1,"docs":{"34":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"11":{"tf":1.0},"25":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"36":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"m":{"df":5,"docs":{"22":{"tf":1.0},"30":{"tf":1.4142135623730951},"42":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"27":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"1":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"15":{"tf":1.0},"44":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"14":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"31":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":8,"docs":{"13":{"tf":1.4142135623730951},"20":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.4142135623730951},"47":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"32":{"tf":1.0},"6":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"32":{"tf":1.0},"42":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":8,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"15":{"tf":1.0},"23":{"tf":1.0},"42":{"tf":1.4142135623730951},"44":{"tf":1.0},"9":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"44":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"19":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"31":{"tf":1.0},"42":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":5,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"x":{"df":2,"docs":{"39":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"22":{"tf":1.4142135623730951},"38":{"tf":1.0}}}}}}}},"d":{"a":{"df":6,"docs":{"0":{"tf":1.7320508075688772},"16":{"tf":1.0},"19":{"tf":1.7320508075688772},"20":{"tf":1.0},"23":{"tf":1.0},"47":{"tf":1.0}},"t":{"a":{"df":13,"docs":{"0":{"tf":2.0},"11":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"19":{"tf":1.0},"3":{"tf":1.4142135623730951},"32":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.4142135623730951},"46":{"tf":1.0},"47":{"tf":1.4142135623730951},"6":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"4":{"tf":1.7320508075688772},"6":{"tf":1.7320508075688772}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":4,"docs":{"26":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"5":{"tf":1.0}},"g":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"11":{"tf":1.0},"30":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"r":{"df":9,"docs":{"11":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"31":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":5,"docs":{"15":{"tf":1.0},"32":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"5":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"11":{"tf":1.0},"32":{"tf":1.0},"44":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"44":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":4,"docs":{"10":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"42":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"30":{"tf":1.0},"46":{"tf":1.0},"5":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":13,"docs":{"10":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"28":{"tf":1.0},"32":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":2.8284271247461903},"42":{"tf":1.0},"6":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"39":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":6,"docs":{"10":{"tf":1.0},"12":{"tf":1.4142135623730951},"3":{"tf":1.0},"32":{"tf":1.0},"4":{"tf":1.4142135623730951},"5":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":4,"docs":{"32":{"tf":1.0},"37":{"tf":1.0},"47":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"7":{"tf":1.0}}}},"r":{"df":1,"docs":{"5":{"tf":1.0}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"5":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":6,"docs":{"16":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.4142135623730951},"7":{"tf":1.0}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"22":{"tf":1.0},"24":{"tf":1.0},"46":{"tf":1.0},"8":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"26":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"27":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"43":{"tf":1.0}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"30":{"tf":1.0},"31":{"tf":1.0}},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"22":{"tf":1.0}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"11":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"42":{"tf":1.0}}}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"39":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"6":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.7320508075688772}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"20":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"[":{"\\"":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":9,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.7320508075688772},"6":{"tf":1.4142135623730951}},"n":{"df":2,"docs":{"12":{"tf":1.0},"5":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"l":{"df":6,"docs":{"10":{"tf":1.0},"15":{"tf":1.0},"34":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"9":{"tf":1.0}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":8,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"24":{"tf":1.0},"32":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":3,"docs":{"40":{"tf":1.0},"47":{"tf":1.4142135623730951},"6":{"tf":1.7320508075688772}}}}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"39":{"tf":1.7320508075688772},"40":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":5,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"14":{"tf":1.0},"39":{"tf":1.0},"5":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"39":{"tf":1.0}}}}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"10":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"30":{"tf":1.0}}}}},"s":{"df":1,"docs":{"27":{"tf":1.0}},"i":{"df":1,"docs":{"11":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"15":{"tf":1.0},"20":{"tf":1.0},"30":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"20":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"d":{"df":4,"docs":{"10":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"36":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"3":{"tf":1.0},"9":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":5,"docs":{"11":{"tf":1.0},"32":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"5":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"0":{"tf":1.0},"24":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.4142135623730951},"47":{"tf":1.0}}}}},"v":{"df":2,"docs":{"4":{"tf":1.0},"6":{"tf":1.0}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":20,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"24":{"tf":1.7320508075688772},"25":{"tf":1.4142135623730951},"28":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":1.7320508075688772},"4":{"tf":1.4142135623730951},"42":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"45":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"r":{"(":{"\\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"39":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"35":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"2":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"a":{"df":0,"docs":{},"l":{"[":{"\\"":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":1,"docs":{"14":{"tf":1.0}},"u":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":7,"docs":{"14":{"tf":1.0},"24":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"6":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"36":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":3,"docs":{"31":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0}}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":5,"docs":{"17":{"tf":1.0},"21":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0},"9":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"29":{"tf":1.0},"47":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":8,"docs":{"0":{"tf":1.4142135623730951},"11":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.7320508075688772},"44":{"tf":1.4142135623730951},"47":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":6,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"36":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"38":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":5,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"39":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":33,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.4142135623730951},"14":{"tf":1.4142135623730951},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"24":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"30":{"tf":1.0},"32":{"tf":2.23606797749979},"34":{"tf":1.0},"35":{"tf":1.7320508075688772},"38":{"tf":1.4142135623730951},"39":{"tf":2.0},"4":{"tf":2.0},"40":{"tf":1.7320508075688772},"41":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":1.0},"6":{"tf":2.23606797749979},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"15":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"16":{"tf":1.0},"44":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}},"s":{"df":2,"docs":{"30":{"tf":1.0},"35":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"—":{"a":{"d":{"df":0,"docs":{},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"44":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":5,"docs":{"31":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.0},"37":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"}":{"\\"":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"40":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"f":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"36":{"tf":1.0},"46":{"tf":1.0},"6":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"30":{"tf":1.7320508075688772},"4":{"tf":1.0},"7":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"s":{"df":3,"docs":{"30":{"tf":1.0},"46":{"tf":1.0},"5":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}}}},"q":{"df":1,"docs":{"46":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"11":{"tf":1.0},"41":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"37":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"16":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":1,"docs":{"22":{"tf":1.0}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"16":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"46":{"tf":1.0}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":4,"docs":{"11":{"tf":1.0},"23":{"tf":1.0},"35":{"tf":1.0},"40":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"30":{"tf":1.0},"5":{"tf":1.0}},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"46":{"tf":1.0}}}}}}}}}},"t":{"df":6,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"30":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"9":{"tf":1.0}}},"x":{"df":1,"docs":{"5":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"24":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0}}},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"45":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"14":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":5,"docs":{"18":{"tf":1.0},"24":{"tf":1.0},"30":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"42":{"tf":1.0},"44":{"tf":1.0}}}}}}},"n":{"df":2,"docs":{"39":{"tf":2.23606797749979},"40":{"tf":1.7320508075688772}}},"o":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":3,"docs":{"0":{"tf":1.0},"30":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"24":{"tf":1.0},"4":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"39":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"15":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"t":{"!":{"(":{"\\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"4":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"2":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":14,"docs":{"0":{"tf":1.0},"10":{"tf":1.4142135623730951},"2":{"tf":1.0},"21":{"tf":1.0},"3":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.4142135623730951},"44":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0}},"’":{"df":1,"docs":{"15":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"6":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"5":{"tf":1.0}}}}}}},"d":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"g":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"3":{"tf":1.0},"45":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"29":{"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":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"39":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":8,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"23":{"tf":1.0},"32":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"47":{"tf":1.0},"7":{"tf":1.0}}}}},"t":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"39":{"tf":1.0},"40":{"tf":1.0}}}},"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":1,"docs":{"1":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"47":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"11":{"tf":1.0},"16":{"tf":1.0}}}},"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"11":{"tf":1.0},"16":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":1,"docs":{"41":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"36":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"32":{"tf":1.0},"43":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"1":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"4":{"tf":1.0},"6":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"r":{"d":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"11":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0}},"i":{"df":1,"docs":{"14":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"10":{"tf":1.0},"15":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"0":{"tf":1.0},"40":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":8,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"28":{"tf":1.0}}}}}}},"o":{"c":{"df":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"4":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"26":{"tf":1.0},"30":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"42":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"i":{"[":{"\\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"e":{"a":{"df":4,"docs":{"22":{"tf":1.0},"23":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"39":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}},"i":{"df":1,"docs":{"31":{"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":3,"docs":{"17":{"tf":1.0},"21":{"tf":1.0},"38":{"tf":1.0}}}}}}}},"m":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"5":{"tf":1.0}}}},"l":{"df":2,"docs":{"39":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"22":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.0}}}}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":4,"docs":{"0":{"tf":1.4142135623730951},"44":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":8,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"19":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"\\"":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"39":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"6":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"[":{"\\"":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"14":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"14":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"37":{"tf":1.0},"39":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"df":2,"docs":{"27":{"tf":1.0},"30":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"45":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":4,"docs":{"10":{"tf":1.0},"3":{"tf":1.0},"42":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"n":{"d":{"df":4,"docs":{"11":{"tf":1.0},"32":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":5,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"44":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"21":{"tf":1.0}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"0":{"tf":1.4142135623730951},"3":{"tf":1.0},"32":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":2,"docs":{"42":{"tf":1.0},"5":{"tf":1.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"7":{"tf":1.0}}}}}},"v":{"df":3,"docs":{"22":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"5":{"tf":1.0}},"t":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":2,"docs":{"30":{"tf":1.0},"39":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"11":{"tf":1.0},"26":{"tf":1.0}}}}},"v":{"df":1,"docs":{"43":{"tf":1.0}}}},"j":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"g":{"df":4,"docs":{"32":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"k":{"8":{"df":6,"docs":{"10":{"tf":1.0},"16":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":16,"docs":{"11":{"tf":1.0},"15":{"tf":1.7320508075688772},"16":{"tf":1.4142135623730951},"20":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"y":{"df":2,"docs":{"39":{"tf":1.0},"40":{"tf":1.0}}}},"n":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"44":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"11":{"tf":1.0},"28":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"22":{"tf":1.0},"32":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"15":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"26":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"19":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"15":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0},"44":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"32":{"tf":1.0},"6":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":2,"docs":{"3":{"tf":1.0},"4":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":11,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"13":{"tf":1.0},"19":{"tf":1.0},"32":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"39":{"tf":1.0}}}}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"14":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":17,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"23":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0}}}}},"o":{"c":{"a":{"df":0,"docs":{},"l":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"k":{"8":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":11,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"24":{"tf":1.4142135623730951},"26":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0},"9":{"tf":1.0}}},"t":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":3,"docs":{"39":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0}},"i":{"c":{"df":4,"docs":{"0":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0}}},"df":0,"docs":{}},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"11":{"tf":1.0},"32":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"28":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"46":{"tf":1.0}}},"p":{"df":2,"docs":{"16":{"tf":1.0},"26":{"tf":1.0}}},"s":{"df":1,"docs":{"9":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"16":{"tf":1.0},"27":{"tf":1.0},"7":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"31":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":7,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.0},"42":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.4142135623730951}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":6,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0}}}},"p":{"df":3,"docs":{"10":{"tf":1.0},"30":{"tf":1.0},"42":{"tf":1.0}}},"t":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"38":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"43":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"11":{"tf":1.0},"28":{"tf":1.0}}}}}},"x":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"7":{"5":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"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":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":8,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0},"46":{"tf":1.0},"5":{"tf":1.0}}}}},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"1":{"tf":1.0},"2":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"d":{"df":5,"docs":{"14":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"30":{"tf":1.0},"47":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"c":{"df":5,"docs":{"22":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0},"6":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"4":{"5":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"16":{"tf":1.0},"18":{"tf":1.0},"26":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"44":{"tf":1.0},"5":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"36":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":3,"docs":{"30":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0}}}},"x":{"df":1,"docs":{"45":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":7,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"15":{"tf":1.0},"2":{"tf":1.0},"32":{"tf":1.7320508075688772},"42":{"tf":1.0},"9":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"41":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"16":{"tf":1.0},"7":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":7,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"11":{"tf":1.0},"2":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.4142135623730951},"9":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"16":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"39":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"39":{"tf":1.0},"40":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"34":{"tf":1.0},"39":{"tf":1.0}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"16":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":8,"docs":{"15":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.4142135623730951},"35":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"46":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"g":{"df":1,"docs":{"30":{"tf":1.0}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":10,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"23":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"32":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"9":{"tf":1.0}}}}}}},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"39":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":5,"docs":{"21":{"tf":1.0},"32":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"4":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":21,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"11":{"tf":1.0},"13":{"tf":1.4142135623730951},"2":{"tf":1.0},"20":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":1.7320508075688772},"32":{"tf":1.4142135623730951},"36":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"45":{"tf":1.0},"47":{"tf":2.0},"6":{"tf":1.0},"9":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"5":{"tf":1.0}},"i":{"df":1,"docs":{"16":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"df":8,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"10":{"tf":1.0},"3":{"tf":1.7320508075688772},"30":{"tf":1.0},"32":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"9":{"tf":1.0}}}},"n":{"df":1,"docs":{"5":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"15":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":17,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.4142135623730951},"32":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.4142135623730951}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"16":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"42":{"tf":1.0},"44":{"tf":1.0}}}}}},"k":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"\\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"39":{"tf":1.0},"40":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":1,"docs":{"39":{"tf":1.0}}},"n":{"c":{"df":3,"docs":{"32":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0}}},"df":4,"docs":{"19":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"9":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"28":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"11":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"3":{"tf":1.0},"30":{"tf":1.7320508075688772},"46":{"tf":1.0},"5":{"tf":1.0}}}},"t":{"df":2,"docs":{"15":{"tf":1.0},"5":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"20":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"6":{"tf":1.0}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":7,"docs":{"10":{"tf":1.0},"26":{"tf":1.0},"42":{"tf":1.4142135623730951},"5":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"46":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":9,"docs":{"16":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.4142135623730951},"5":{"tf":1.0},"6":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"3":{"tf":1.0},"37":{"tf":1.0},"5":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"10":{"tf":1.0},"42":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"1":{"tf":1.0},"24":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"23":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":4,"docs":{"2":{"tf":1.0},"31":{"tf":1.0},"43":{"tf":1.0},"8":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":6,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"4":{"tf":2.449489742783178},"44":{"tf":1.0},"47":{"tf":1.0},"6":{"tf":2.449489742783178}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"24":{"tf":1.0},"30":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":1,"docs":{"6":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"13":{"tf":1.0},"19":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":3,"docs":{"15":{"tf":2.0},"16":{"tf":1.0},"9":{"tf":1.0}}}}}}}},"df":1,"docs":{"6":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"15":{"tf":1.0},"18":{"tf":1.0},"23":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"0":{"tf":1.0},"4":{"tf":1.0}}}}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"23":{"tf":1.0},"39":{"tf":1.0},"44":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"10":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"14":{"tf":1.0}}}}}}}},"l":{"a":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"29":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":18,"docs":{"1":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":2.0},"25":{"tf":1.4142135623730951},"29":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0},"4":{"tf":2.0},"42":{"tf":1.0},"46":{"tf":1.0},"6":{"tf":2.449489742783178},"7":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"30":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"u":{"df":2,"docs":{"19":{"tf":1.0},"20":{"tf":1.0}},"g":{"df":1,"docs":{"38":{"tf":1.0}},"g":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"12":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"3":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":3,"docs":{"27":{"tf":1.0},"30":{"tf":1.0},"45":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"22":{"tf":1.0},"32":{"tf":1.0},"47":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"16":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"37":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"5":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"42":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"24":{"tf":1.4142135623730951},"30":{"tf":2.0},"32":{"tf":1.0},"34":{"tf":1.0}}}}}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"21":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"20":{"tf":1.0},"30":{"tf":1.0}}}},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"36":{"tf":1.0}}}},"t":{"df":3,"docs":{"16":{"tf":1.0},"37":{"tf":1.0},"45":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"24":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.4142135623730951}}}}}},"o":{"b":{"df":0,"docs":{},"e":{"df":7,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"29":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"5":{"tf":1.0}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"11":{"tf":1.0},"26":{"tf":1.0},"4":{"tf":1.0},"9":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":4,"docs":{"0":{"tf":1.0},"14":{"tf":1.0},"36":{"tf":1.0},"46":{"tf":1.0}},"t":{"df":4,"docs":{"21":{"tf":1.0},"32":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":6,"docs":{"11":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0},"45":{"tf":1.0},"6":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"23":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":7,"docs":{"0":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"46":{"tf":1.0},"5":{"tf":1.4142135623730951},"6":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"39":{"tf":1.0}},"r":{"df":1,"docs":{"30":{"tf":1.0}}}},"i":{"d":{"df":5,"docs":{"27":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.4142135623730951},"6":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":3,"docs":{"29":{"tf":1.0},"4":{"tf":1.4142135623730951},"6":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"29":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"39":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"b":{"df":2,"docs":{"39":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"0":{"tf":1.0},"47":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"46":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"12":{"tf":1.0},"3":{"tf":1.0}}}}}}}},"q":{"a":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"23":{"tf":1.7320508075688772},"5":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"23":{"tf":1.0}}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"(":{"3":{"df":2,"docs":{"18":{"tf":1.0},"20":{"tf":1.0}}},"5":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}},"df":9,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"44":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"5":{"tf":1.0}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":2,"docs":{"4":{"tf":2.0},"6":{"tf":3.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"39":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"l":{"df":3,"docs":{"29":{"tf":1.0},"39":{"tf":1.4142135623730951},"40":{"tf":1.0}},"e":{"df":0,"docs":{},"—":{"a":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"44":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":8,"docs":{"20":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":1.4142135623730951},"30":{"tf":1.7320508075688772},"36":{"tf":1.0},"45":{"tf":1.0},"6":{"tf":1.4142135623730951},"9":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":4,"docs":{"0":{"tf":1.0},"3":{"tf":1.0},"38":{"tf":1.0},"5":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"1":{"tf":1.0},"3":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"5":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"36":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"13":{"tf":1.0},"46":{"tf":1.0},"5":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":4,"docs":{"15":{"tf":1.0},"46":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"31":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"0":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"24":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}},"x":{"df":2,"docs":{"29":{"tf":1.0},"30":{"tf":1.0}}}},"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"16":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"14":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"3":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"30":{"tf":1.0},"35":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"32":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":4,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"39":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":4,"docs":{"13":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"46":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":7,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"20":{"tf":1.0},"46":{"tf":1.0},"5":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"32":{"tf":1.0},"36":{"tf":1.0},"6":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":3,"docs":{"10":{"tf":1.0},"32":{"tf":1.0},"4":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":9,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.4142135623730951},"4":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"47":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":4,"docs":{"16":{"tf":1.0},"24":{"tf":1.0},"39":{"tf":1.4142135623730951},"40":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"0":{"tf":1.0},"47":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"39":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"15":{"tf":1.0},"35":{"tf":1.0},"42":{"tf":1.7320508075688772},"9":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":3,"docs":{"16":{"tf":1.0},"46":{"tf":1.0},"7":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"37":{"tf":1.0},"7":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"46":{"tf":1.0},"5":{"tf":1.0}}}}},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":8,"docs":{"0":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.7320508075688772}},"s":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"p":{"c":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"39":{"tf":1.7320508075688772},"4":{"tf":1.7320508075688772},"40":{"tf":1.4142135623730951},"6":{"tf":1.0}}}}}}}}},"df":24,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"11":{"tf":1.7320508075688772},"14":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.7320508075688772},"28":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":2.449489742783178},"36":{"tf":1.0},"4":{"tf":1.7320508075688772},"40":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.7320508075688772},"46":{"tf":1.4142135623730951},"47":{"tf":2.23606797749979},"5":{"tf":1.7320508075688772},"6":{"tf":2.6457513110645907},"7":{"tf":1.0},"8":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"39":{"tf":1.4142135623730951}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":22,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"24":{"tf":1.7320508075688772},"25":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"32":{"tf":1.0},"36":{"tf":1.4142135623730951},"4":{"tf":2.23606797749979},"42":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772},"46":{"tf":1.7320508075688772},"47":{"tf":1.0},"6":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951},"9":{"tf":1.0}},"’":{"df":1,"docs":{"30":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"29":{"tf":1.0}},"{":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"29":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":8,"docs":{"10":{"tf":1.0},"23":{"tf":1.0},"29":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"42":{"tf":1.0},"9":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"29":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"38":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"37":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":5,"docs":{"24":{"tf":1.4142135623730951},"42":{"tf":1.0},"46":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"30":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"23":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"2":{"df":4,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"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":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":30,"docs":{"1":{"tf":1.0},"10":{"tf":1.7320508075688772},"11":{"tf":1.7320508075688772},"12":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":2.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.7320508075688772},"25":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.4142135623730951},"32":{"tf":2.23606797749979},"35":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.7320508075688772},"41":{"tf":1.4142135623730951},"42":{"tf":2.23606797749979},"43":{"tf":1.0},"44":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"46":{"tf":1.7320508075688772},"47":{"tf":1.4142135623730951},"5":{"tf":1.0},"6":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":2.23606797749979}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"28":{"tf":1.0},"5":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"10":{"tf":1.0},"30":{"tf":1.0}}}}}}},"df":1,"docs":{"4":{"tf":1.7320508075688772}},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"d":{"df":8,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0}}},"df":4,"docs":{"11":{"tf":1.4142135623730951},"24":{"tf":1.0},"25":{"tf":1.0},"32":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"20":{"tf":1.0},"24":{"tf":1.0}}}},"df":0,"docs":{}},"f":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"39":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":3,"docs":{"15":{"tf":1.0},"39":{"tf":1.7320508075688772},"40":{"tf":1.7320508075688772}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"16":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"6":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"4":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}},"v":{"df":1,"docs":{"42":{"tf":1.0}},"i":{"c":{"df":4,"docs":{"27":{"tf":1.0},"32":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":8,"docs":{"11":{"tf":1.0},"18":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"31":{"tf":1.0},"44":{"tf":1.4142135623730951},"6":{"tf":1.0},"9":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":8,"docs":{"10":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"45":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":13,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"32":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"44":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":8,"docs":{"10":{"tf":1.0},"16":{"tf":1.0},"28":{"tf":1.0},"32":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"42":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"0":{"tf":1.0},"46":{"tf":1.0},"5":{"tf":1.0}}}},"w":{"df":4,"docs":{"1":{"tf":1.0},"21":{"tf":1.0},"38":{"tf":1.0},"9":{"tf":1.0}}}}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":11,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"24":{"tf":1.7320508075688772},"30":{"tf":2.0},"36":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.4142135623730951},"6":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"18":{"tf":1.0},"39":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":3,"docs":{"27":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0}}}}},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"30":{"tf":1.0},"45":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"11":{"tf":1.0},"18":{"tf":1.0},"3":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":5,"docs":{"15":{"tf":1.0},"18":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"3":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":5,"docs":{"14":{"tf":1.0},"20":{"tf":1.0},"30":{"tf":1.0},"44":{"tf":1.0},"6":{"tf":1.0}},"i":{"df":1,"docs":{"11":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":4,"docs":{"16":{"tf":1.0},"25":{"tf":1.0},"46":{"tf":1.0},"5":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"t":{"a":{"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"27":{"tf":1.0},"32":{"tf":1.0},"47":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"45":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"16":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"39":{"tf":1.0}}}}}}},"df":0,"docs":{}},"_":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"40":{"tf":1.0},"6":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":12,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.7320508075688772},"32":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"6":{"tf":1.7320508075688772}}}},"t":{"df":0,"docs":{},"e":{"df":3,"docs":{"16":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0}}},"i":{"c":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}}},"y":{"df":6,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"46":{"tf":1.0}}}},"d":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{":":{":":{"a":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"39":{"tf":1.0}}},"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":{":":{":":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"15":{"tf":1.0},"30":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"23":{"tf":1.0},"46":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"23":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":3,"docs":{"32":{"tf":1.0},"47":{"tf":1.0},"6":{"tf":1.0}}}},"r":{"df":2,"docs":{"39":{"tf":1.0},"40":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"19":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"39":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"44":{"tf":1.4142135623730951}}}}}},"u":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"18":{"tf":1.0}}}},"t":{"df":4,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"0":{"tf":1.0},"47":{"tf":1.0}}}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":10,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"32":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"28":{"tf":1.0}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"10":{"tf":1.0},"43":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"16":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"46":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":7,"docs":{"14":{"tf":1.4142135623730951},"20":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.4142135623730951}}}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"2":{"0":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"39":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"40":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":6,"docs":{"11":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"5":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"32":{"tf":1.0}}}}},"d":{"df":3,"docs":{"14":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0}}},"df":1,"docs":{"4":{"tf":1.4142135623730951}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":3,"docs":{"16":{"tf":1.0},"3":{"tf":1.4142135623730951},"44":{"tf":1.0}}},"r":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"15":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":19,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.0},"10":{"tf":1.7320508075688772},"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"18":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.7320508075688772},"32":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"5":{"tf":1.0},"9":{"tf":2.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":5,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"{":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"40":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"39":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"39":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":3,"docs":{"24":{"tf":1.0},"34":{"tf":1.0},"7":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"e":{"df":11,"docs":{"0":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"22":{"tf":1.7320508075688772},"26":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":1.0},"46":{"tf":1.0},"5":{"tf":1.4142135623730951},"6":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"29":{"tf":1.0},"30":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"14":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"9":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"22":{"tf":1.0},"23":{"tf":1.0},"5":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":24,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.7320508075688772},"24":{"tf":1.0},"32":{"tf":2.0},"37":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951},"4":{"tf":2.0},"42":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"47":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.0}},"y":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"g":{"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":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"39":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"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":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"29":{"tf":1.0},"30":{"tf":1.0},"42":{"tf":1.0},"9":{"tf":1.0}}},"k":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":14,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.4142135623730951},"29":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0},"4":{"tf":1.7320508075688772},"47":{"tf":1.0},"5":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"38":{"tf":1.0},"44":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":12,"docs":{"11":{"tf":1.0},"13":{"tf":1.4142135623730951},"15":{"tf":1.0},"18":{"tf":2.0},"19":{"tf":2.0},"20":{"tf":1.4142135623730951},"29":{"tf":1.0},"44":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"10":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"30":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"16":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":3,"docs":{"16":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"25":{"tf":1.0},"4":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"16":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":1,"docs":{"18":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"25":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"3":{"tf":1.4142135623730951},"32":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"40":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":2,"docs":{"34":{"tf":1.0},"42":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"11":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"10":{"tf":1.0}}}},"df":21,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"15":{"tf":1.0},"18":{"tf":1.7320508075688772},"19":{"tf":1.7320508075688772},"20":{"tf":2.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"24":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":2.23606797749979},"4":{"tf":1.0},"40":{"tf":1.7320508075688772},"42":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"5":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"13":{"tf":1.0},"44":{"tf":1.0},"5":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}},"s":{"(":{"4":{"df":2,"docs":{"18":{"tf":1.0},"20":{"tf":1.0}}},"8":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"z":{"df":2,"docs":{"39":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"10":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":19,"docs":{"0":{"tf":1.4142135623730951},"11":{"tf":1.4142135623730951},"16":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"34":{"tf":1.0},"39":{"tf":1.4142135623730951},"40":{"tf":1.0},"44":{"tf":1.4142135623730951},"46":{"tf":1.0},"47":{"tf":1.4142135623730951},"5":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"23":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"c":{"!":{"[":{"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":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":1,"docs":{"39":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":1,"docs":{"39":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"46":{"tf":1.0},"5":{"tf":1.0}},"f":{"df":1,"docs":{"7":{"tf":1.0}},"i":{"df":5,"docs":{"14":{"tf":1.0},"30":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":6,"docs":{"10":{"tf":1.0},"14":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"4":{"tf":1.4142135623730951},"6":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"24":{"tf":1.0},"6":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"15":{"tf":1.0},"5":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":12,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":2,"docs":{"4":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"15":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"44":{"tf":1.0},"47":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"45":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":8,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"24":{"tf":1.0},"32":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":5,"docs":{"27":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"(":{"0":{".":{".":{"=":{"2":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"(":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"4":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":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":{"41":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"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":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"2":{"0":{"df":2,"docs":{"20":{"tf":1.0},"22":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"0":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}},"9":{"0":{"df":2,"docs":{"19":{"tf":1.0},"23":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"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":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"(":{"1":{".":{".":{"=":{"4":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"0":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"22":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"1":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":5,"docs":{"10":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"42":{"tf":1.7320508075688772},"9":{"tf":1.4142135623730951}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":34,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.7320508075688772},"12":{"tf":1.4142135623730951},"13":{"tf":2.0},"14":{"tf":2.0},"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.7320508075688772},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"24":{"tf":1.7320508075688772},"29":{"tf":1.0},"30":{"tf":1.4142135623730951},"32":{"tf":2.23606797749979},"34":{"tf":1.4142135623730951},"35":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":2.23606797749979},"4":{"tf":2.449489742783178},"40":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.7320508075688772},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"5":{"tf":1.0},"6":{"tf":2.6457513110645907},"7":{"tf":1.4142135623730951},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"10":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}}},"x":{"df":2,"docs":{"4":{"tf":1.4142135623730951},"6":{"tf":2.0}}},"y":{"df":0,"docs":{},"e":{"df":1,"docs":{"46":{"tf":1.0}}}}}},"breadcrumbs":{"root":{"0":{"df":2,"docs":{"18":{"tf":1.0},"22":{"tf":1.0}}},"1":{"df":2,"docs":{"19":{"tf":1.0},"20":{"tf":1.0}}},"2":{"df":1,"docs":{"18":{"tf":1.4142135623730951}}},"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"47":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"29":{"tf":1.0},"31":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"29":{"tf":1.0},"30":{"tf":1.0},"36":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"32":{"tf":1.0},"39":{"tf":1.0}}}},"v":{"df":11,"docs":{"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.0},"24":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"18":{"tf":1.0}}}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"10":{"tf":1.0},"42":{"tf":1.0},"9":{"tf":1.0}}}}},"d":{"df":4,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0}}},"df":6,"docs":{"32":{"tf":1.0},"34":{"tf":1.7320508075688772},"35":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"37":{"tf":1.7320508075688772},"38":{"tf":1.0}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"17":{"tf":1.0},"30":{"tf":1.0},"44":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"21":{"tf":1.7320508075688772},"22":{"tf":1.0},"23":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"45":{"tf":1.0}}}}}}}}}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"d":{"df":1,"docs":{"35":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":1,"docs":{"5":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":4,"docs":{"11":{"tf":1.0},"15":{"tf":1.4142135623730951},"24":{"tf":1.0},"46":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"16":{"tf":1.0},"5":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"46":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.7320508075688772}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":5,"docs":{"43":{"tf":1.7320508075688772},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"0":{"tf":1.0}}},"df":4,"docs":{"14":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"2":{"tf":1.0},"23":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"4":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"30":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":3,"docs":{"21":{"tf":1.7320508075688772},"22":{"tf":1.0},"23":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"32":{"tf":1.0},"42":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":12,"docs":{"10":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"40":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0}}}},"t":{"df":2,"docs":{"10":{"tf":1.0},"30":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"0":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{":":{":":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"39":{"tf":1.0},"40":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"39":{"tf":1.0},"40":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"39":{"tf":1.4142135623730951},"40":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"32":{"tf":1.0},"34":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":7,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"1":{"tf":1.0},"11":{"tf":1.7320508075688772},"24":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":16,"docs":{"0":{"tf":1.4142135623730951},"11":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"24":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"32":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.7320508075688772},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"16":{"tf":1.0},"30":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"10":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"16":{"tf":1.0},"25":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"20":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0},"40":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"e":{"c":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"40":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"16":{"tf":1.0},"24":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"45":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"29":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":8,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"24":{"tf":1.0},"28":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"6":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.7320508075688772},"26":{"tf":1.0}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":6,"docs":{"16":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"45":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"30":{"tf":1.0},"32":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"b":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":5,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"13":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0}},"s":{"/":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"19":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"30":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":15,"docs":{"0":{"tf":1.7320508075688772},"11":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"18":{"tf":1.0},"22":{"tf":2.449489742783178},"32":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":2.0},"47":{"tf":1.4142135623730951},"5":{"tf":1.4142135623730951},"6":{"tf":1.7320508075688772}},"f":{"df":0,"docs":{},"e":{"df":2,"docs":{"22":{"tf":1.0},"47":{"tf":1.0}},"e":{"d":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"22":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"0":{"tf":1.0},"1":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"12":{"tf":1.0},"14":{"tf":1.0},"19":{"tf":1.0},"44":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"32":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"a":{"d":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":10,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"32":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"6":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"44":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":5,"docs":{"15":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0},"39":{"tf":1.7320508075688772},"41":{"tf":1.0}}}},"df":0,"docs":{}}}},"c":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"22":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"41":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"39":{"tf":1.0}}}}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"21":{"tf":1.0},"32":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"24":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0},"46":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"45":{"tf":1.0}}}}},"df":1,"docs":{"6":{"tf":1.4142135623730951}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"1":{"tf":1.0},"23":{"tf":1.0},"42":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":4,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0}}}}}},"o":{"df":12,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"20":{"tf":1.7320508075688772},"4":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.7320508075688772},"46":{"tf":1.4142135623730951},"47":{"tf":1.0},"5":{"tf":1.4142135623730951},"9":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"11":{"tf":1.0},"32":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.7320508075688772}}}},"c":{"df":0,"docs":{},"k":{"df":15,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"3":{"tf":1.0},"30":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"42":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.4142135623730951},"5":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"30":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"16":{"tf":1.0},"18":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"11":{"tf":1.4142135623730951},"16":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"30":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0},"6":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}}}}},"i":{"df":4,"docs":{"16":{"tf":1.0},"24":{"tf":1.0},"28":{"tf":1.0},"7":{"tf":1.0}},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"30":{"tf":1.0},"45":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"32":{"tf":1.0},"36":{"tf":1.0},"6":{"tf":1.7320508075688772}}}}},"r":{"df":7,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"15":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"|":{"df":2,"docs":{"39":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":5,"docs":{"36":{"tf":1.0},"39":{"tf":1.7320508075688772},"4":{"tf":1.0},"40":{"tf":1.7320508075688772},"42":{"tf":1.0}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":14,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"24":{"tf":1.0},"28":{"tf":1.4142135623730951},"3":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":2.0},"47":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"32":{"tf":1.0}}}}}}}}}}}},"o":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"\\"":{"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":{"14":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"30":{"tf":1.0}}}}}}}}},"df":3,"docs":{"14":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"17":{"tf":1.0},"32":{"tf":1.0},"4":{"tf":1.0},"8":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"10":{"tf":1.0},"15":{"tf":1.0},"29":{"tf":1.4142135623730951},"44":{"tf":1.0},"45":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"16":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"3":{"tf":1.0}}},"s":{"df":13,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"16":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0},"9":{"tf":1.0}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":3,"docs":{"2":{"tf":1.0},"24":{"tf":1.0},"6":{"tf":1.7320508075688772}}}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"16":{"tf":1.0},"9":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"14":{"tf":1.0},"44":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"4":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"32":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"3":{"tf":1.0},"46":{"tf":1.0},"5":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":3,"docs":{"10":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"9":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":8,"docs":{"10":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.0},"32":{"tf":1.0},"42":{"tf":1.4142135623730951},"44":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"df":4,"docs":{"20":{"tf":1.0},"22":{"tf":1.0},"40":{"tf":1.4142135623730951},"45":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":8,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.0},"32":{"tf":1.0},"47":{"tf":1.4142135623730951}},"s":{"/":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"i":{"d":{"df":1,"docs":{"34":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"11":{"tf":1.0},"25":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"36":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"m":{"df":5,"docs":{"22":{"tf":1.0},"30":{"tf":1.4142135623730951},"42":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"27":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"1":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"11":{"tf":1.0},"12":{"tf":1.7320508075688772},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.7320508075688772},"44":{"tf":1.4142135623730951}}}},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.7320508075688772},"32":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"14":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"31":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":8,"docs":{"13":{"tf":1.4142135623730951},"20":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.4142135623730951},"47":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"32":{"tf":1.0},"6":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"32":{"tf":1.0},"42":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":10,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.7320508075688772},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.7320508075688772},"23":{"tf":1.0},"42":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"44":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"19":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"31":{"tf":1.0},"42":{"tf":2.0},"7":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":5,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"x":{"df":2,"docs":{"39":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"22":{"tf":1.7320508075688772},"38":{"tf":1.0}}}}}}}},"d":{"a":{"df":6,"docs":{"0":{"tf":1.7320508075688772},"16":{"tf":1.0},"19":{"tf":2.0},"20":{"tf":1.0},"23":{"tf":1.0},"47":{"tf":1.0}},"t":{"a":{"df":13,"docs":{"0":{"tf":2.0},"11":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"19":{"tf":1.0},"3":{"tf":1.4142135623730951},"32":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.4142135623730951},"46":{"tf":1.0},"47":{"tf":1.4142135623730951},"6":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"4":{"tf":1.7320508075688772},"6":{"tf":1.7320508075688772}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":4,"docs":{"26":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"5":{"tf":1.0}},"g":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"11":{"tf":1.0},"30":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"r":{"df":9,"docs":{"11":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"31":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":5,"docs":{"15":{"tf":1.0},"32":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"5":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"11":{"tf":1.0},"32":{"tf":1.0},"44":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"44":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":4,"docs":{"10":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"42":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"30":{"tf":1.0},"46":{"tf":1.0},"5":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":13,"docs":{"10":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"28":{"tf":1.0},"32":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":2.8284271247461903},"42":{"tf":1.0},"6":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"39":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":6,"docs":{"10":{"tf":1.0},"12":{"tf":1.4142135623730951},"3":{"tf":1.0},"32":{"tf":1.0},"4":{"tf":1.4142135623730951},"5":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":4,"docs":{"32":{"tf":1.0},"37":{"tf":1.0},"47":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"7":{"tf":1.7320508075688772}}}},"r":{"df":1,"docs":{"5":{"tf":1.0}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"5":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":16,"docs":{"16":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"31":{"tf":1.7320508075688772},"32":{"tf":2.23606797749979},"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},"7":{"tf":1.0}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"22":{"tf":1.0},"24":{"tf":1.0},"46":{"tf":1.0},"8":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"26":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"27":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"43":{"tf":1.0}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"30":{"tf":1.0},"31":{"tf":1.0}},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"22":{"tf":1.0}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"11":{"tf":1.0},"27":{"tf":1.4142135623730951},"30":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"42":{"tf":1.0}}}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"39":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"6":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":2.0}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"20":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"[":{"\\"":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":9,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.7320508075688772},"6":{"tf":1.4142135623730951}},"n":{"df":2,"docs":{"12":{"tf":1.0},"5":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"l":{"df":6,"docs":{"10":{"tf":1.0},"15":{"tf":1.0},"34":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.7320508075688772},"9":{"tf":1.0}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":8,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"24":{"tf":1.0},"32":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":3,"docs":{"40":{"tf":1.0},"47":{"tf":1.4142135623730951},"6":{"tf":1.7320508075688772}}}}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"39":{"tf":1.7320508075688772},"40":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":5,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"14":{"tf":1.0},"39":{"tf":1.0},"5":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"39":{"tf":1.0}}}}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"10":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"30":{"tf":1.0}}}}},"s":{"df":1,"docs":{"27":{"tf":1.0}},"i":{"df":1,"docs":{"11":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"15":{"tf":1.0},"20":{"tf":1.0},"30":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"20":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"d":{"df":4,"docs":{"10":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"36":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"3":{"tf":1.0},"9":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":5,"docs":{"11":{"tf":1.0},"32":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"5":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"0":{"tf":1.0},"24":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.4142135623730951},"47":{"tf":1.0}}}}},"v":{"df":2,"docs":{"4":{"tf":1.0},"6":{"tf":1.0}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":20,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"24":{"tf":1.7320508075688772},"25":{"tf":1.4142135623730951},"28":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":1.7320508075688772},"4":{"tf":1.4142135623730951},"42":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"45":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"r":{"(":{"\\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"39":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"35":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"2":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"a":{"df":0,"docs":{},"l":{"[":{"\\"":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":1,"docs":{"14":{"tf":1.0}},"u":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":7,"docs":{"14":{"tf":1.0},"24":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"6":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"36":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":3,"docs":{"31":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0}}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":13,"docs":{"17":{"tf":1.7320508075688772},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.7320508075688772},"22":{"tf":1.0},"23":{"tf":1.0},"38":{"tf":1.7320508075688772},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"9":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"29":{"tf":1.0},"47":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":8,"docs":{"0":{"tf":1.4142135623730951},"11":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.7320508075688772},"44":{"tf":1.4142135623730951},"47":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":6,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"36":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"38":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":5,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"39":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":34,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":2.0},"13":{"tf":1.0},"14":{"tf":2.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.7320508075688772},"23":{"tf":1.0},"24":{"tf":1.4142135623730951},"29":{"tf":1.7320508075688772},"30":{"tf":1.0},"32":{"tf":2.23606797749979},"34":{"tf":1.0},"35":{"tf":2.0},"38":{"tf":2.0},"39":{"tf":2.23606797749979},"4":{"tf":2.0},"40":{"tf":2.23606797749979},"41":{"tf":1.4142135623730951},"42":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":1.0},"6":{"tf":2.23606797749979},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"15":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"16":{"tf":1.0},"44":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}},"s":{"df":2,"docs":{"30":{"tf":1.0},"35":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"—":{"a":{"d":{"df":0,"docs":{},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"44":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":8,"docs":{"31":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.7320508075688772},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"7":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"}":{"\\"":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"40":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"f":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"36":{"tf":1.0},"46":{"tf":1.0},"6":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"30":{"tf":1.7320508075688772},"4":{"tf":1.0},"7":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"s":{"df":3,"docs":{"30":{"tf":1.0},"46":{"tf":1.0},"5":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}}}},"q":{"df":1,"docs":{"46":{"tf":1.7320508075688772}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"11":{"tf":1.0},"41":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"37":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"16":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":1,"docs":{"22":{"tf":1.0}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"16":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"22":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"46":{"tf":1.0}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":4,"docs":{"11":{"tf":1.0},"23":{"tf":1.0},"35":{"tf":1.0},"40":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"30":{"tf":1.0},"5":{"tf":1.0}},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"46":{"tf":1.0}}}}}}}}}},"t":{"df":6,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"30":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"9":{"tf":1.0}}},"x":{"df":1,"docs":{"5":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"24":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0}}},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"45":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"14":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":5,"docs":{"18":{"tf":1.0},"24":{"tf":1.0},"30":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"42":{"tf":1.0},"44":{"tf":1.0}}}}}}},"n":{"df":2,"docs":{"39":{"tf":2.23606797749979},"40":{"tf":1.7320508075688772}}},"o":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":3,"docs":{"0":{"tf":1.0},"30":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"24":{"tf":1.0},"4":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"39":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"15":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"t":{"!":{"(":{"\\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"4":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":7,"docs":{"15":{"tf":1.0},"2":{"tf":1.7320508075688772},"3":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":18,"docs":{"0":{"tf":1.0},"10":{"tf":1.4142135623730951},"2":{"tf":1.0},"21":{"tf":1.0},"3":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.7320508075688772},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.4142135623730951},"44":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0}},"’":{"df":1,"docs":{"15":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"6":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"5":{"tf":1.0}}}}}}},"d":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"g":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"3":{"tf":1.0},"45":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"29":{"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":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"39":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":8,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"23":{"tf":1.4142135623730951},"32":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"47":{"tf":1.0},"7":{"tf":1.0}}}}},"t":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"39":{"tf":1.0},"40":{"tf":1.0}}}},"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":1,"docs":{"1":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"47":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"11":{"tf":1.0},"16":{"tf":1.0}}}},"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"11":{"tf":1.0},"16":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":1,"docs":{"41":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"36":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"32":{"tf":1.0},"43":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}},"df":24,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"8":{"tf":1.7320508075688772},"9":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"4":{"tf":1.0},"6":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"r":{"d":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"11":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0}},"i":{"df":1,"docs":{"14":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"10":{"tf":1.0},"15":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"0":{"tf":1.0},"40":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":8,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"28":{"tf":1.0}}}}}}},"o":{"c":{"df":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"4":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"26":{"tf":1.0},"30":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"42":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"i":{"[":{"\\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"e":{"a":{"df":4,"docs":{"22":{"tf":1.0},"23":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"39":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"i":{"df":23,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"8":{"tf":1.7320508075688772},"9":{"tf":1.0}},"i":{"df":12,"docs":{"31":{"tf":1.7320508075688772},"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}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":3,"docs":{"17":{"tf":1.0},"21":{"tf":1.0},"38":{"tf":1.0}}}}}}}},"m":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"5":{"tf":1.0}}}},"l":{"df":2,"docs":{"39":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"22":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.0}}}}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":4,"docs":{"0":{"tf":1.4142135623730951},"44":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":8,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"19":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"\\"":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"39":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"6":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"[":{"\\"":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"14":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"14":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"37":{"tf":1.0},"39":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"df":2,"docs":{"27":{"tf":1.0},"30":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"45":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":4,"docs":{"10":{"tf":1.0},"3":{"tf":1.0},"42":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"n":{"d":{"df":4,"docs":{"11":{"tf":1.0},"32":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":5,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"44":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"21":{"tf":1.0}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"0":{"tf":1.4142135623730951},"3":{"tf":1.0},"32":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":2,"docs":{"42":{"tf":1.7320508075688772},"5":{"tf":1.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"7":{"tf":1.0}}}}}},"v":{"df":3,"docs":{"22":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"5":{"tf":1.0}},"t":{"df":1,"docs":{"3":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":2,"docs":{"30":{"tf":1.0},"39":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"11":{"tf":1.0},"26":{"tf":1.0}}}}},"v":{"df":5,"docs":{"43":{"tf":1.7320508075688772},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0}}}},"j":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"g":{"df":4,"docs":{"32":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"k":{"8":{"df":6,"docs":{"10":{"tf":1.0},"16":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":16,"docs":{"11":{"tf":1.0},"15":{"tf":1.7320508075688772},"16":{"tf":1.4142135623730951},"20":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"y":{"df":2,"docs":{"39":{"tf":1.0},"40":{"tf":1.0}}}},"n":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"44":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"11":{"tf":1.0},"28":{"tf":1.4142135623730951},"4":{"tf":1.0},"42":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"22":{"tf":1.0},"32":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"15":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"26":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"19":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"15":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0},"44":{"tf":1.0},"9":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"32":{"tf":1.0},"6":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"t":{"df":2,"docs":{"3":{"tf":1.0},"4":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":11,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"13":{"tf":1.0},"19":{"tf":1.0},"32":{"tf":1.7320508075688772},"4":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"6":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"39":{"tf":1.0}}}}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"14":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":17,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.7320508075688772},"23":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0}}}}},"o":{"c":{"a":{"df":0,"docs":{},"l":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"k":{"8":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":11,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"24":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0},"9":{"tf":1.0}}},"t":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":3,"docs":{"39":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0}},"i":{"c":{"df":4,"docs":{"0":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0}}},"df":0,"docs":{}},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"11":{"tf":1.0},"32":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"28":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"46":{"tf":1.0}}},"p":{"df":2,"docs":{"16":{"tf":1.0},"26":{"tf":1.0}}},"s":{"df":1,"docs":{"9":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"16":{"tf":1.0},"27":{"tf":1.0},"7":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"31":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":7,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.0},"42":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.4142135623730951}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":6,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0}}}},"p":{"df":3,"docs":{"10":{"tf":1.0},"30":{"tf":1.0},"42":{"tf":1.0}}},"t":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"38":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"43":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"11":{"tf":1.0},"28":{"tf":1.0}}}}}},"x":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"7":{"5":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"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":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":8,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0},"46":{"tf":1.0},"5":{"tf":1.0}}}}},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"1":{"tf":1.0},"2":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"d":{"df":5,"docs":{"14":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"30":{"tf":1.0},"47":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"c":{"df":5,"docs":{"22":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0},"6":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"4":{"5":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"16":{"tf":1.0},"18":{"tf":1.0},"26":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"44":{"tf":1.0},"5":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"36":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":3,"docs":{"30":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0}}}},"x":{"df":1,"docs":{"45":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":7,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"15":{"tf":1.0},"2":{"tf":1.0},"32":{"tf":2.23606797749979},"42":{"tf":1.0},"9":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"41":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"16":{"tf":1.0},"7":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":7,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"11":{"tf":1.0},"2":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.4142135623730951},"9":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"16":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"39":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"39":{"tf":1.0},"40":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"34":{"tf":1.0},"39":{"tf":1.0}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"16":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":8,"docs":{"15":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.4142135623730951},"35":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"46":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"g":{"df":1,"docs":{"30":{"tf":1.0}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":10,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"23":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"32":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"9":{"tf":1.0}}}}}}},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"39":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":8,"docs":{"21":{"tf":1.0},"32":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.7320508075688772},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"4":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":21,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"11":{"tf":1.0},"13":{"tf":1.4142135623730951},"2":{"tf":1.0},"20":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":1.7320508075688772},"32":{"tf":1.4142135623730951},"36":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"45":{"tf":1.0},"47":{"tf":2.0},"6":{"tf":1.0},"9":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"5":{"tf":1.0}},"i":{"df":1,"docs":{"16":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"df":8,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"10":{"tf":1.0},"3":{"tf":1.7320508075688772},"30":{"tf":1.0},"32":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"9":{"tf":1.0}}}},"n":{"df":1,"docs":{"5":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"15":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":17,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.4142135623730951},"32":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.4142135623730951}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"16":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"42":{"tf":1.0},"44":{"tf":1.0}}}}}},"k":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"\\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"39":{"tf":1.0},"40":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":1,"docs":{"39":{"tf":1.0}}},"n":{"c":{"df":3,"docs":{"32":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0}}},"df":4,"docs":{"19":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"9":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"28":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"11":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"3":{"tf":1.0},"30":{"tf":2.23606797749979},"46":{"tf":1.0},"5":{"tf":1.0}}}},"t":{"df":2,"docs":{"15":{"tf":1.0},"5":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"20":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"6":{"tf":1.0}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":7,"docs":{"10":{"tf":1.0},"26":{"tf":1.0},"42":{"tf":1.4142135623730951},"5":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"46":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":9,"docs":{"16":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.4142135623730951},"5":{"tf":1.0},"6":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"3":{"tf":1.0},"37":{"tf":1.0},"5":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.7320508075688772}}}}}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"10":{"tf":1.0},"42":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"1":{"tf":1.0},"24":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"23":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":46,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.7320508075688772},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"30":{"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.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.7320508075688772},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.7320508075688772},"9":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":6,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"4":{"tf":2.449489742783178},"44":{"tf":1.0},"47":{"tf":1.0},"6":{"tf":2.449489742783178}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"24":{"tf":1.0},"30":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":1,"docs":{"6":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"13":{"tf":1.0},"19":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":3,"docs":{"15":{"tf":2.449489742783178},"16":{"tf":1.0},"9":{"tf":1.0}}}}}}}},"df":1,"docs":{"6":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"15":{"tf":1.0},"18":{"tf":1.0},"23":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"0":{"tf":1.0},"4":{"tf":1.0}}}}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.7320508075688772}}}}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"23":{"tf":1.0},"39":{"tf":1.0},"44":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"10":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"14":{"tf":1.0}}}}}}}},"l":{"a":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"29":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":18,"docs":{"1":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":2.0},"25":{"tf":1.4142135623730951},"29":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0},"4":{"tf":2.0},"42":{"tf":1.0},"46":{"tf":1.0},"6":{"tf":2.449489742783178},"7":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"30":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"u":{"df":2,"docs":{"19":{"tf":1.0},"20":{"tf":1.0}},"g":{"df":1,"docs":{"38":{"tf":1.0}},"g":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"12":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"3":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":3,"docs":{"27":{"tf":1.0},"30":{"tf":1.0},"45":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"22":{"tf":1.0},"32":{"tf":1.0},"47":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"16":{"tf":1.7320508075688772},"8":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"37":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"5":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"42":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"24":{"tf":1.4142135623730951},"30":{"tf":2.0},"32":{"tf":1.0},"34":{"tf":1.0}}}}}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"21":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"20":{"tf":1.0},"30":{"tf":1.0}}}},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"36":{"tf":1.0}}}},"t":{"df":3,"docs":{"16":{"tf":1.0},"37":{"tf":1.0},"45":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"24":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":2.0}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.4142135623730951}}}}}},"o":{"b":{"df":0,"docs":{},"e":{"df":7,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"29":{"tf":1.0},"39":{"tf":1.4142135623730951},"41":{"tf":1.0},"42":{"tf":1.0},"5":{"tf":1.0}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"11":{"tf":1.0},"26":{"tf":1.0},"4":{"tf":1.0},"9":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":4,"docs":{"0":{"tf":1.0},"14":{"tf":1.0},"36":{"tf":1.0},"46":{"tf":1.0}},"t":{"df":4,"docs":{"21":{"tf":1.0},"32":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":6,"docs":{"11":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0},"45":{"tf":1.0},"6":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"23":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":7,"docs":{"0":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"46":{"tf":1.0},"5":{"tf":1.4142135623730951},"6":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"39":{"tf":1.0}},"r":{"df":1,"docs":{"30":{"tf":1.0}}}},"i":{"d":{"df":5,"docs":{"27":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.4142135623730951},"6":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":3,"docs":{"29":{"tf":1.0},"4":{"tf":1.4142135623730951},"6":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"29":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"39":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"b":{"df":2,"docs":{"39":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"0":{"tf":1.0},"47":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"46":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"12":{"tf":1.0},"3":{"tf":1.0}}}}}}}},"q":{"a":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"23":{"tf":1.7320508075688772},"5":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"23":{"tf":1.0}}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"(":{"3":{"df":2,"docs":{"18":{"tf":1.0},"20":{"tf":1.0}}},"5":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}},"df":9,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"44":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"5":{"tf":1.0}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}}},"df":2,"docs":{"4":{"tf":2.0},"6":{"tf":3.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"39":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"l":{"df":3,"docs":{"29":{"tf":1.0},"39":{"tf":1.7320508075688772},"40":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"—":{"a":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"44":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":8,"docs":{"20":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":1.4142135623730951},"30":{"tf":1.7320508075688772},"36":{"tf":1.0},"45":{"tf":1.0},"6":{"tf":1.4142135623730951},"9":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":4,"docs":{"0":{"tf":1.0},"3":{"tf":1.0},"38":{"tf":1.0},"5":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"1":{"tf":1.0},"3":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"5":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"36":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"13":{"tf":1.0},"46":{"tf":1.0},"5":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":4,"docs":{"15":{"tf":1.0},"46":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":13,"docs":{"31":{"tf":1.7320508075688772},"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":2.0},"43":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"0":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"24":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}},"x":{"df":2,"docs":{"29":{"tf":1.0},"30":{"tf":1.0}}}},"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"16":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"14":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"3":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"30":{"tf":1.0},"35":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"32":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":4,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"39":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":4,"docs":{"13":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"46":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":7,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"20":{"tf":1.0},"46":{"tf":1.0},"5":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"32":{"tf":1.0},"36":{"tf":1.0},"6":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":3,"docs":{"10":{"tf":1.0},"32":{"tf":1.0},"4":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":9,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.4142135623730951},"4":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"47":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":4,"docs":{"16":{"tf":1.0},"24":{"tf":1.0},"39":{"tf":1.4142135623730951},"40":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"0":{"tf":1.0},"47":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"39":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"15":{"tf":1.0},"35":{"tf":1.0},"42":{"tf":1.7320508075688772},"9":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":3,"docs":{"16":{"tf":1.0},"46":{"tf":1.0},"7":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"37":{"tf":1.0},"7":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"46":{"tf":1.0},"5":{"tf":1.0}}}}},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":8,"docs":{"0":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.7320508075688772}},"s":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"p":{"c":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"39":{"tf":1.7320508075688772},"4":{"tf":1.7320508075688772},"40":{"tf":1.4142135623730951},"6":{"tf":1.0}}}}}}}}},"df":24,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"11":{"tf":1.7320508075688772},"14":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":2.23606797749979},"28":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":2.449489742783178},"36":{"tf":1.0},"4":{"tf":1.7320508075688772},"40":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.7320508075688772},"46":{"tf":1.4142135623730951},"47":{"tf":2.23606797749979},"5":{"tf":1.7320508075688772},"6":{"tf":2.6457513110645907},"7":{"tf":1.0},"8":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"39":{"tf":1.4142135623730951}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":22,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"24":{"tf":1.7320508075688772},"25":{"tf":2.0},"26":{"tf":1.7320508075688772},"27":{"tf":1.7320508075688772},"28":{"tf":1.7320508075688772},"29":{"tf":1.7320508075688772},"30":{"tf":1.4142135623730951},"32":{"tf":1.0},"36":{"tf":1.7320508075688772},"4":{"tf":2.23606797749979},"42":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772},"46":{"tf":1.7320508075688772},"47":{"tf":1.0},"6":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951},"9":{"tf":1.0}},"’":{"df":1,"docs":{"30":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"29":{"tf":1.0}},"{":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"29":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":8,"docs":{"10":{"tf":1.0},"23":{"tf":1.0},"29":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"42":{"tf":1.0},"9":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"29":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"df":9,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"38":{"tf":1.7320508075688772},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"37":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":5,"docs":{"24":{"tf":1.4142135623730951},"42":{"tf":1.0},"46":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"30":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"23":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"2":{"df":4,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"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":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.7320508075688772}}}}}}}},"df":0,"docs":{}}}}},"df":30,"docs":{"1":{"tf":1.0},"10":{"tf":1.7320508075688772},"11":{"tf":2.23606797749979},"12":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":2.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":2.23606797749979},"25":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.4142135623730951},"32":{"tf":2.6457513110645907},"35":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.7320508075688772},"41":{"tf":1.4142135623730951},"42":{"tf":2.23606797749979},"43":{"tf":1.0},"44":{"tf":1.4142135623730951},"45":{"tf":2.0},"46":{"tf":1.7320508075688772},"47":{"tf":1.4142135623730951},"5":{"tf":1.0},"6":{"tf":2.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":2.23606797749979}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"28":{"tf":1.0},"5":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"10":{"tf":1.0},"30":{"tf":1.0}}}}}}},"df":1,"docs":{"4":{"tf":1.7320508075688772}},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"d":{"df":8,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0}}},"df":4,"docs":{"11":{"tf":1.4142135623730951},"24":{"tf":1.0},"25":{"tf":1.0},"32":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"20":{"tf":1.0},"24":{"tf":1.0}}}},"df":0,"docs":{}},"f":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"39":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":3,"docs":{"15":{"tf":1.0},"39":{"tf":1.7320508075688772},"40":{"tf":1.7320508075688772}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"16":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"6":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"4":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}},"v":{"df":1,"docs":{"42":{"tf":1.0}},"i":{"c":{"df":4,"docs":{"27":{"tf":1.0},"32":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":8,"docs":{"11":{"tf":1.0},"18":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"31":{"tf":1.0},"44":{"tf":1.4142135623730951},"6":{"tf":1.0},"9":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":8,"docs":{"10":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"45":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":13,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"32":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"44":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":8,"docs":{"10":{"tf":1.0},"16":{"tf":1.0},"28":{"tf":1.0},"32":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"42":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.7320508075688772}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"0":{"tf":1.0},"46":{"tf":1.0},"5":{"tf":1.0}}}},"w":{"df":4,"docs":{"1":{"tf":1.0},"21":{"tf":1.0},"38":{"tf":1.0},"9":{"tf":1.0}}}}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":11,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"24":{"tf":1.7320508075688772},"30":{"tf":2.0},"36":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.4142135623730951},"6":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"18":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":3,"docs":{"27":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0}}}}},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"30":{"tf":1.0},"45":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"11":{"tf":1.0},"18":{"tf":1.0},"3":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":5,"docs":{"15":{"tf":1.0},"18":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"3":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":5,"docs":{"14":{"tf":1.0},"20":{"tf":1.0},"30":{"tf":1.0},"44":{"tf":1.0},"6":{"tf":1.0}},"i":{"df":1,"docs":{"11":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":4,"docs":{"16":{"tf":1.0},"25":{"tf":1.0},"46":{"tf":1.0},"5":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"t":{"a":{"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"27":{"tf":1.0},"32":{"tf":1.0},"47":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"45":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"16":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"39":{"tf":1.0}}}}}}},"df":0,"docs":{}},"_":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"40":{"tf":1.0},"6":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":12,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.7320508075688772},"32":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"6":{"tf":1.7320508075688772}}}},"t":{"df":0,"docs":{},"e":{"df":3,"docs":{"16":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0}}},"i":{"c":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}}},"y":{"df":6,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.4142135623730951},"46":{"tf":1.0}}}},"d":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{":":{":":{"a":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"39":{"tf":1.0}}},"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":{":":{":":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"15":{"tf":1.0},"30":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"23":{"tf":1.0},"46":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.4142135623730951}},"i":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"23":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":3,"docs":{"32":{"tf":1.0},"47":{"tf":1.0},"6":{"tf":1.0}}}},"r":{"df":2,"docs":{"39":{"tf":1.0},"40":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"19":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"39":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"44":{"tf":1.4142135623730951}}}}}},"u":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"18":{"tf":1.0}}}},"t":{"df":4,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"0":{"tf":1.0},"47":{"tf":1.0}}}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":10,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"32":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"28":{"tf":1.0}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"10":{"tf":1.0},"43":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"16":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"46":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":7,"docs":{"14":{"tf":1.4142135623730951},"20":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.4142135623730951}}}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"2":{"0":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"39":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"40":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":6,"docs":{"11":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.4142135623730951},"40":{"tf":1.7320508075688772},"46":{"tf":1.4142135623730951},"5":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"32":{"tf":1.0}}}}},"d":{"df":3,"docs":{"14":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0}}},"df":1,"docs":{"4":{"tf":1.4142135623730951}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":3,"docs":{"16":{"tf":1.0},"3":{"tf":1.4142135623730951},"44":{"tf":1.0}}},"r":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"15":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":19,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.0},"10":{"tf":1.7320508075688772},"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"18":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.7320508075688772},"32":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"5":{"tf":1.7320508075688772},"9":{"tf":2.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":5,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"{":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"40":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"39":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"39":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":3,"docs":{"24":{"tf":1.0},"34":{"tf":1.0},"7":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"e":{"df":11,"docs":{"0":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"22":{"tf":1.7320508075688772},"26":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":1.0},"46":{"tf":1.0},"5":{"tf":1.4142135623730951},"6":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"29":{"tf":1.0},"30":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"14":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"9":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"22":{"tf":1.0},"23":{"tf":1.0},"5":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":24,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":2.0},"24":{"tf":1.0},"32":{"tf":2.0},"37":{"tf":1.7320508075688772},"39":{"tf":1.4142135623730951},"4":{"tf":2.0},"42":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"47":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.0}},"y":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"g":{"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":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"39":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"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":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"29":{"tf":1.0},"30":{"tf":1.0},"42":{"tf":1.0},"9":{"tf":1.0}}},"k":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":14,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.4142135623730951},"29":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0},"4":{"tf":1.7320508075688772},"47":{"tf":1.0},"5":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"38":{"tf":1.0},"44":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":12,"docs":{"11":{"tf":1.0},"13":{"tf":1.4142135623730951},"15":{"tf":1.0},"18":{"tf":2.23606797749979},"19":{"tf":2.23606797749979},"20":{"tf":1.4142135623730951},"29":{"tf":1.0},"44":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"10":{"tf":1.7320508075688772}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"30":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.7320508075688772}}}}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"16":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":3,"docs":{"16":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"25":{"tf":1.0},"4":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"16":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":1,"docs":{"18":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"25":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"3":{"tf":1.4142135623730951},"32":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"40":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":2,"docs":{"34":{"tf":1.0},"42":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"11":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"10":{"tf":1.0}}}},"df":21,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"15":{"tf":1.0},"18":{"tf":1.7320508075688772},"19":{"tf":1.7320508075688772},"20":{"tf":2.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"24":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":2.23606797749979},"4":{"tf":1.0},"40":{"tf":1.7320508075688772},"42":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"5":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":25,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"44":{"tf":1.0},"5":{"tf":1.0},"8":{"tf":1.7320508075688772},"9":{"tf":1.4142135623730951}},"s":{"(":{"4":{"df":2,"docs":{"18":{"tf":1.0},"20":{"tf":1.0}}},"8":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"z":{"df":2,"docs":{"39":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"10":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":19,"docs":{"0":{"tf":1.4142135623730951},"11":{"tf":1.4142135623730951},"16":{"tf":1.0},"18":{"tf":1.7320508075688772},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"34":{"tf":1.0},"39":{"tf":1.4142135623730951},"40":{"tf":1.0},"44":{"tf":1.4142135623730951},"46":{"tf":1.0},"47":{"tf":1.4142135623730951},"5":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"23":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"c":{"!":{"[":{"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":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":1,"docs":{"39":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":1,"docs":{"39":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"46":{"tf":1.0},"5":{"tf":1.0}},"f":{"df":1,"docs":{"7":{"tf":1.0}},"i":{"df":5,"docs":{"14":{"tf":1.0},"30":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":6,"docs":{"10":{"tf":1.0},"14":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"4":{"tf":1.4142135623730951},"6":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"24":{"tf":1.0},"6":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"15":{"tf":1.0},"5":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":12,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":2,"docs":{"4":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"15":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"44":{"tf":1.0},"47":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"45":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":8,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"24":{"tf":1.0},"32":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":5,"docs":{"27":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.4142135623730951},"45":{"tf":1.0},"47":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"(":{"0":{".":{".":{"=":{"2":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"(":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"4":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":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":{"41":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"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":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"2":{"0":{"df":2,"docs":{"20":{"tf":1.0},"22":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"0":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}},"9":{"0":{"df":2,"docs":{"19":{"tf":1.0},"23":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"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":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"(":{"1":{".":{".":{"=":{"4":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"0":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"22":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"1":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":5,"docs":{"10":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"42":{"tf":1.7320508075688772},"9":{"tf":1.4142135623730951}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":35,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.7320508075688772},"12":{"tf":2.0},"13":{"tf":2.449489742783178},"14":{"tf":2.23606797749979},"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.7320508075688772},"19":{"tf":2.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"24":{"tf":1.7320508075688772},"29":{"tf":1.0},"30":{"tf":1.4142135623730951},"32":{"tf":2.23606797749979},"34":{"tf":1.7320508075688772},"35":{"tf":1.0},"38":{"tf":2.0},"39":{"tf":2.6457513110645907},"4":{"tf":2.449489742783178},"40":{"tf":1.4142135623730951},"41":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.7320508075688772},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"5":{"tf":1.0},"6":{"tf":2.6457513110645907},"7":{"tf":1.4142135623730951},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"10":{"tf":1.0},"9":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}}},"x":{"df":2,"docs":{"4":{"tf":1.4142135623730951},"6":{"tf":2.0}}},"y":{"df":0,"docs":{},"e":{"df":1,"docs":{"46":{"tf":1.0}}}}}},"title":{"root":{"2":{"df":1,"docs":{"18":{"tf":1.0}}},"a":{"d":{"df":4,"docs":{"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"21":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"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":{"11":{"tf":1.0}}}}}}}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"29":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"27":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"44":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"44":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"42":{"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":{"22":{"tf":1.0}}}}}}}},"d":{"a":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"31":{"tf":1.0},"32":{"tf":1.0}}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"27":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"l":{"df":1,"docs":{"44":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"17":{"tf":1.0},"21":{"tf":1.0},"38":{"tf":1.0}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"12":{"tf":1.0},"14":{"tf":1.0},"22":{"tf":1.0},"29":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}}}}}},"f":{"a":{"df":0,"docs":{},"q":{"df":1,"docs":{"46":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"33":{"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":{"23":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"47":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"37":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}},"i":{"df":1,"docs":{"31":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"42":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"v":{"df":1,"docs":{"43":{"tf":1.0}}}},"k":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"28":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"20":{"tf":1.0}}}}},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"26":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"32":{"tf":1.0}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"38":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"30":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"2":{"tf":1.0},"31":{"tf":1.0},"43":{"tf":1.0},"8":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"15":{"tf":1.0}}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"o":{"b":{"df":0,"docs":{},"e":{"df":1,"docs":{"39":{"tf":1.0}}}},"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"39":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"31":{"tf":1.0},"42":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"24":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"36":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":5,"docs":{"11":{"tf":1.0},"24":{"tf":1.0},"32":{"tf":1.0},"45":{"tf":1.0},"6":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"18":{"tf":1.0},"39":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"40":{"tf":1.0}}}},"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"23":{"tf":1.0},"37":{"tf":1.0}}}}}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"18":{"tf":1.0},"19":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":1,"docs":{"10":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"41":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":7,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"34":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"lang":"English","pipeline":["trimmer","stopWordFilter","stemmer"],"ref":"id","version":"0.9.5"},"results_options":{"limit_results":30,"teaser_word_count":30},"search_options":{"bool":"OR","expand":true,"fields":{"body":{"boost":1},"breadcrumbs":{"boost":1},"title":{"boost":2}}}}')); \ No newline at end of file diff --git a/docs/searchindex-17b833a3.js b/docs/searchindex-17b833a3.js new file mode 100644 index 0000000..ca97db3 --- /dev/null +++ b/docs/searchindex-17b833a3.js @@ -0,0 +1 @@ +window.search = Object.assign(window.search, JSON.parse('{"doc_urls":["project-context-primer.html#project-context-primer","what-you-will-learn.html#what-you-will-learn","part-i.html#part-i--foundations","introduction.html#introduction","architecture-overview.html#architecture-overview","architecture-overview.html#core-flow","architecture-overview.html#components","architecture-overview.html#entry-points","architecture-overview.html#builder-api","architecture-overview.html#deployers","architecture-overview.html#assets-and-images","architecture-overview.html#docker-image","architecture-overview.html#circuit-assets","architecture-overview.html#compose-stack","architecture-overview.html#logging-architecture","architecture-overview.html#observability","testing-philosophy.html#testing-philosophy","testing-philosophy.html#declarative-over-imperative","testing-philosophy.html#protocol-time-not-wall-time","testing-philosophy.html#determinism-first-chaos-when-needed","testing-philosophy.html#observable-health-signals","testing-philosophy.html#minimum-run-windows","testing-philosophy.html#summary","scenario-lifecycle.html#scenario-lifecycle","design-rationale.html#design-rationale","part-ii.html#part-ii--user-guide","workspace-layout.html#workspace-layout","annotated-tree.html#annotated-tree","annotated-tree.html#key-directories-explained","annotated-tree.html#testing-framework","annotated-tree.html#testing-frameworkassetsstack","annotated-tree.html#examples-start-here","annotated-tree.html#scripts","annotated-tree.html#observability","annotated-tree.html#navigation-guide","authoring-scenarios.html#authoring-scenarios","workloads.html#core-content-workloads--expectations","workloads.html#workloads","workloads.html#expectations","scenario-builder-ext-patterns.html#core-content-scenariobuilderext-patterns","best-practices.html#best-practices","examples.html#examples","examples.html#simple-consensus-liveness","examples.html#transaction-workload","examples.html#da--transaction-workload","examples.html#chaos-resilience","examples-advanced.html#advanced-examples","examples-advanced.html#summary","examples-advanced.html#load-progression-test","examples-advanced.html#sustained-load-test","examples-advanced.html#aggressive-chaos-test","examples-advanced.html#extension-ideas","examples-advanced.html#network-partition-recovery","examples-advanced.html#block-timing-consistency","examples-advanced.html#invalid-transaction-fuzzing","examples-advanced.html#wallet-balance-verification","running-scenarios.html#running-scenarios","runners.html#runners","runners.html#local-runner","runners.html#docker-compose-runner","runners.html#kubernetes-runner","runners.html#common-expectations","operations.html#operations","operations.html#ci-usage","operations.html#running-examples","operations.html#local-runner","operations.html#compose-runner","operations.html#k8s-runner","operations.html#circuit-assets-kzg-parameters","operations.html#asset-location","operations.html#getting-circuit-assets","operations.html#ci-workflow","operations.html#when-are-assets-needed","operations.html#logging-and-observability","operations.html#node-logging-vs-framework-logging","operations.html#logging-environment-variables","operations.html#per-node-log-files","operations.html#filter-target-names","operations.html#accessing-logs-per-runner","operations.html#otlp-and-telemetry","operations.html#observability-prometheus-and-node-apis","part-iii.html#part-iii--developer-reference","scenario-model.html#scenario-model-developer-level","extending.html#extending-the-framework","extending.html#adding-a-workload","extending.html#adding-an-expectation","extending.html#adding-a-runner","extending.html#adding-topology-helpers","custom-workload-example.html#example-new-workload--expectation-rust","custom-workload-example.html#workload-simple-reachability-probe","custom-workload-example.html#expectation-confirm-the-target-stayed-reachable","custom-workload-example.html#how-to-wire-it","internal-crate-reference.html#internal-crate-reference","internal-crate-reference.html#where-to-add-new-capabilities","internal-crate-reference.html#extension-workflow","internal-crate-reference.html#adding-a-new-workload","internal-crate-reference.html#adding-a-new-expectation","internal-crate-reference.html#adding-a-new-deployer","part-iv.html#part-iv--appendix","dsl-cheat-sheet.html#builder-api-quick-reference","dsl-cheat-sheet.html#imports","dsl-cheat-sheet.html#topology","dsl-cheat-sheet.html#wallets","dsl-cheat-sheet.html#transaction-workload","dsl-cheat-sheet.html#da-workload","dsl-cheat-sheet.html#chaos-workload-requires-enable_node_control","dsl-cheat-sheet.html#expectations","dsl-cheat-sheet.html#run-duration","dsl-cheat-sheet.html#build","dsl-cheat-sheet.html#deployers","dsl-cheat-sheet.html#execution","dsl-cheat-sheet.html#complete-example","troubleshooting.html#troubleshooting-scenarios","troubleshooting.html#quick-symptom-guide","troubleshooting.html#where-to-find-logs","troubleshooting.html#log-location-quick-reference","troubleshooting.html#accessing-node-logs-by-runner","troubleshooting.html#debugging-workflow","troubleshooting.html#1-check-framework-output","troubleshooting.html#2-verify-node-readiness","troubleshooting.html#3-inspect-node-logs","troubleshooting.html#4-check-log-levels","troubleshooting.html#5-verify-observability-endpoints","troubleshooting.html#6-compare-with-known-good-scenario","troubleshooting.html#common-error-messages","troubleshooting.html#consensus-liveness-expectation-failed","troubleshooting.html#wallet-seeding-failed","troubleshooting.html#node-control-not-available","troubleshooting.html#readiness-timeout","troubleshooting.html#port-already-in-use","troubleshooting.html#image-not-found-nomos-testnetlocal","troubleshooting.html#failed-to-load-kzg-parameters-or-circuit-file-not-found","faq.html#faq","glossary.html#glossary"],"index":{"documentStore":{"docInfo":{"0":{"body":73,"breadcrumbs":6,"title":3},"1":{"body":26,"breadcrumbs":2,"title":1},"10":{"body":0,"breadcrumbs":6,"title":2},"100":{"body":17,"breadcrumbs":8,"title":1},"101":{"body":22,"breadcrumbs":8,"title":1},"102":{"body":9,"breadcrumbs":8,"title":1},"103":{"body":19,"breadcrumbs":9,"title":2},"104":{"body":21,"breadcrumbs":9,"title":2},"105":{"body":31,"breadcrumbs":11,"title":4},"106":{"body":8,"breadcrumbs":8,"title":1},"107":{"body":7,"breadcrumbs":9,"title":2},"108":{"body":7,"breadcrumbs":8,"title":1},"109":{"body":14,"breadcrumbs":8,"title":1},"11":{"body":20,"breadcrumbs":6,"title":2},"110":{"body":8,"breadcrumbs":8,"title":1},"111":{"body":61,"breadcrumbs":9,"title":2},"112":{"body":28,"breadcrumbs":7,"title":2},"113":{"body":119,"breadcrumbs":8,"title":3},"114":{"body":0,"breadcrumbs":7,"title":2},"115":{"body":141,"breadcrumbs":9,"title":4},"116":{"body":345,"breadcrumbs":9,"title":4},"117":{"body":4,"breadcrumbs":7,"title":2},"118":{"body":16,"breadcrumbs":9,"title":4},"119":{"body":60,"breadcrumbs":9,"title":4},"12":{"body":18,"breadcrumbs":6,"title":2},"120":{"body":56,"breadcrumbs":9,"title":4},"121":{"body":13,"breadcrumbs":9,"title":4},"122":{"body":18,"breadcrumbs":9,"title":4},"123":{"body":14,"breadcrumbs":10,"title":5},"124":{"body":0,"breadcrumbs":8,"title":3},"125":{"body":49,"breadcrumbs":9,"title":4},"126":{"body":18,"breadcrumbs":8,"title":3},"127":{"body":27,"breadcrumbs":8,"title":3},"128":{"body":41,"breadcrumbs":7,"title":2},"129":{"body":25,"breadcrumbs":8,"title":3},"13":{"body":18,"breadcrumbs":6,"title":2},"130":{"body":32,"breadcrumbs":9,"title":4},"131":{"body":39,"breadcrumbs":12,"title":7},"132":{"body":155,"breadcrumbs":5,"title":1},"133":{"body":304,"breadcrumbs":5,"title":1},"14":{"body":81,"breadcrumbs":6,"title":2},"15":{"body":45,"breadcrumbs":5,"title":1},"16":{"body":17,"breadcrumbs":6,"title":2},"17":{"body":45,"breadcrumbs":7,"title":3},"18":{"body":127,"breadcrumbs":8,"title":4},"19":{"body":72,"breadcrumbs":8,"title":4},"2":{"body":10,"breadcrumbs":4,"title":2},"20":{"body":51,"breadcrumbs":7,"title":3},"21":{"body":86,"breadcrumbs":7,"title":3},"22":{"body":26,"breadcrumbs":5,"title":1},"23":{"body":106,"breadcrumbs":6,"title":2},"24":{"body":68,"breadcrumbs":6,"title":2},"25":{"body":10,"breadcrumbs":8,"title":4},"26":{"body":99,"breadcrumbs":8,"title":2},"27":{"body":219,"breadcrumbs":8,"title":2},"28":{"body":0,"breadcrumbs":9,"title":3},"29":{"body":44,"breadcrumbs":8,"title":2},"3":{"body":84,"breadcrumbs":4,"title":1},"30":{"body":22,"breadcrumbs":8,"title":2},"31":{"body":35,"breadcrumbs":9,"title":3},"32":{"body":9,"breadcrumbs":7,"title":1},"33":{"body":44,"breadcrumbs":7,"title":1},"34":{"body":63,"breadcrumbs":8,"title":2},"35":{"body":101,"breadcrumbs":8,"title":2},"36":{"body":18,"breadcrumbs":12,"title":4},"37":{"body":38,"breadcrumbs":9,"title":1},"38":{"body":54,"breadcrumbs":9,"title":1},"39":{"body":84,"breadcrumbs":12,"title":4},"4":{"body":10,"breadcrumbs":6,"title":2},"40":{"body":103,"breadcrumbs":8,"title":2},"41":{"body":60,"breadcrumbs":6,"title":1},"42":{"body":50,"breadcrumbs":8,"title":3},"43":{"body":53,"breadcrumbs":7,"title":2},"44":{"body":61,"breadcrumbs":8,"title":3},"45":{"body":73,"breadcrumbs":7,"title":2},"46":{"body":8,"breadcrumbs":9,"title":2},"47":{"body":44,"breadcrumbs":8,"title":1},"48":{"body":66,"breadcrumbs":10,"title":3},"49":{"body":64,"breadcrumbs":10,"title":3},"5":{"body":17,"breadcrumbs":6,"title":2},"50":{"body":70,"breadcrumbs":10,"title":3},"51":{"body":7,"breadcrumbs":9,"title":2},"52":{"body":41,"breadcrumbs":10,"title":3},"53":{"body":33,"breadcrumbs":10,"title":3},"54":{"body":42,"breadcrumbs":10,"title":3},"55":{"body":44,"breadcrumbs":10,"title":3},"56":{"body":75,"breadcrumbs":8,"title":2},"57":{"body":31,"breadcrumbs":6,"title":1},"58":{"body":26,"breadcrumbs":7,"title":2},"59":{"body":36,"breadcrumbs":8,"title":3},"6":{"body":81,"breadcrumbs":5,"title":1},"60":{"body":25,"breadcrumbs":7,"title":2},"61":{"body":43,"breadcrumbs":7,"title":2},"62":{"body":134,"breadcrumbs":6,"title":1},"63":{"body":46,"breadcrumbs":7,"title":2},"64":{"body":0,"breadcrumbs":7,"title":2},"65":{"body":74,"breadcrumbs":7,"title":2},"66":{"body":156,"breadcrumbs":7,"title":2},"67":{"body":110,"breadcrumbs":7,"title":2},"68":{"body":9,"breadcrumbs":9,"title":4},"69":{"body":18,"breadcrumbs":7,"title":2},"7":{"body":56,"breadcrumbs":6,"title":2},"70":{"body":41,"breadcrumbs":8,"title":3},"71":{"body":22,"breadcrumbs":7,"title":2},"72":{"body":30,"breadcrumbs":7,"title":2},"73":{"body":0,"breadcrumbs":7,"title":2},"74":{"body":95,"breadcrumbs":10,"title":5},"75":{"body":76,"breadcrumbs":8,"title":3},"76":{"body":58,"breadcrumbs":9,"title":4},"77":{"body":36,"breadcrumbs":8,"title":3},"78":{"body":321,"breadcrumbs":9,"title":4},"79":{"body":35,"breadcrumbs":7,"title":2},"8":{"body":58,"breadcrumbs":6,"title":2},"80":{"body":56,"breadcrumbs":9,"title":4},"81":{"body":10,"breadcrumbs":8,"title":4},"82":{"body":118,"breadcrumbs":12,"title":4},"83":{"body":0,"breadcrumbs":8,"title":2},"84":{"body":39,"breadcrumbs":8,"title":2},"85":{"body":21,"breadcrumbs":8,"title":2},"86":{"body":29,"breadcrumbs":8,"title":2},"87":{"body":21,"breadcrumbs":9,"title":3},"88":{"body":19,"breadcrumbs":14,"title":5},"89":{"body":120,"breadcrumbs":13,"title":4},"9":{"body":47,"breadcrumbs":5,"title":1},"90":{"body":67,"breadcrumbs":14,"title":5},"91":{"body":24,"breadcrumbs":10,"title":1},"92":{"body":112,"breadcrumbs":10,"title":3},"93":{"body":63,"breadcrumbs":10,"title":3},"94":{"body":0,"breadcrumbs":9,"title":2},"95":{"body":69,"breadcrumbs":10,"title":3},"96":{"body":50,"breadcrumbs":10,"title":3},"97":{"body":54,"breadcrumbs":10,"title":3},"98":{"body":10,"breadcrumbs":6,"title":3},"99":{"body":7,"breadcrumbs":11,"title":4}},"docs":{"0":{"body":"This book focuses on the Nomos Testing Framework. It assumes familiarity with\\nthe Nomos architecture, but for completeness, here is a short primer. Nomos is a modular blockchain protocol composed of validators, executors,\\nand a data-availability (DA) subsystem. Validators participate in consensus and produce blocks. Executors are validators with the DA dispersal service enabled. They perform\\nall validator functions plus submit blob data to the DA network. Data Availability (DA) ensures that blob data submitted via channel operations\\nin transactions is published and retrievable by the network. These roles interact tightly, which is why meaningful testing must be performed\\nin multi-node environments that include real networking, timing, and DA\\ninteraction.","breadcrumbs":"Project Context Primer » Project Context Primer","id":"0","title":"Project Context Primer"},"1":{"body":"This book gives you a clear mental model for Nomos multi-node testing, shows how\\nto author scenarios that pair realistic workloads with explicit expectations,\\nand guides you to run them across local, containerized, and cluster environments\\nwithout changing the plan.","breadcrumbs":"What You Will Learn » What You Will Learn","id":"1","title":"What You Will Learn"},"10":{"body":"","breadcrumbs":"Part I — Foundations » Architecture Overview » Assets and Images","id":"10","title":"Assets and Images"},"100":{"body":"#![allow(unused)] fn main() {\\nuse testing_framework_core::scenario::{Deployer, ScenarioBuilder};\\nuse testing_framework_runner_local::LocalDeployer;\\nuse testing_framework_runner_compose::ComposeDeployer;\\nuse testing_framework_runner_k8s::K8sDeployer;\\nuse testing_framework_workflows::{ScenarioBuilderExt, ChaosBuilderExt};\\nuse std::time::Duration; }","breadcrumbs":"Part IV — Appendix » Builder API Quick Reference » Imports","id":"100","title":"Imports"},"101":{"body":"#![allow(unused)] fn main() {\\nScenarioBuilder::topology() .network_star() // Star topology (all connect to seed node) .validators(3) // Number of validator nodes .executors(2) // Number of executor nodes .apply() // Finish topology configuration }","breadcrumbs":"Part IV — Appendix » Builder API Quick Reference » Topology","id":"101","title":"Topology"},"102":{"body":"#![allow(unused)] fn main() {\\n.wallets(50) // Seed 50 funded wallet accounts }","breadcrumbs":"Part IV — Appendix » Builder API Quick Reference » Wallets","id":"102","title":"Wallets"},"103":{"body":"#![allow(unused)] fn main() {\\n.transactions() .rate(5) // 5 transactions per block .users(20) // Use 20 of the seeded wallets .apply() // Finish transaction workload config }","breadcrumbs":"Part IV — Appendix » Builder API Quick Reference » Transaction Workload","id":"103","title":"Transaction Workload"},"104":{"body":"#![allow(unused)] fn main() {\\n.da() .channel_rate(1) // 1 channel operation per block .blob_rate(2) // 2 blob dispersals per block .apply() // Finish DA workload config }","breadcrumbs":"Part IV — Appendix » Builder API Quick Reference » DA Workload","id":"104","title":"DA Workload"},"105":{"body":"#![allow(unused)] fn main() {\\n.enable_node_control() // Enable node control capability\\n.chaos() .restart() // Random restart chaos .min_delay(Duration::from_secs(30)) // Min time between restarts .max_delay(Duration::from_secs(60)) // Max time between restarts .target_cooldown(Duration::from_secs(45)) // Cooldown after restart .apply() // Finish chaos workload config }","breadcrumbs":"Part IV — Appendix » Builder API Quick Reference » Chaos Workload (Requires enable_node_control())","id":"105","title":"Chaos Workload (Requires enable_node_control())"},"106":{"body":"#![allow(unused)] fn main() {\\n.expect_consensus_liveness() // Assert blocks are produced continuously }","breadcrumbs":"Part IV — Appendix » Builder API Quick Reference » Expectations","id":"106","title":"Expectations"},"107":{"body":"#![allow(unused)] fn main() {\\n.with_run_duration(Duration::from_secs(120)) // Run for 120 seconds }","breadcrumbs":"Part IV — Appendix » Builder API Quick Reference » Run Duration","id":"107","title":"Run Duration"},"108":{"body":"#![allow(unused)] fn main() {\\n.build() // Construct the final Scenario }","breadcrumbs":"Part IV — Appendix » Builder API Quick Reference » Build","id":"108","title":"Build"},"109":{"body":"#![allow(unused)] fn main() {\\n// Local processes\\nlet deployer = LocalDeployer::default(); // Docker Compose\\nlet deployer = ComposeDeployer::default(); // Kubernetes\\nlet deployer = K8sDeployer::default(); }","breadcrumbs":"Part IV — Appendix » Builder API Quick Reference » Deployers","id":"109","title":"Deployers"},"11":{"body":"Built via testing-framework/assets/stack/scripts/build_test_image.sh: Embeds KZG circuit parameters from testing-framework/assets/stack/kzgrs_test_params/ Includes runner scripts: run_nomos_node.sh, run_nomos_executor.sh Tagged as NOMOS_TESTNET_IMAGE (default: nomos-testnet:local)","breadcrumbs":"Part I — Foundations » Architecture Overview » Docker Image","id":"11","title":"Docker Image"},"110":{"body":"#![allow(unused)] fn main() {\\nlet runner = deployer.deploy(&plan).await?;\\nlet _handle = runner.run(&mut plan).await?; }","breadcrumbs":"Part IV — Appendix » Builder API Quick Reference » Execution","id":"110","title":"Execution"},"111":{"body":"#![allow(unused)] fn main() {\\nuse testing_framework_core::scenario::{Deployer, ScenarioBuilder};\\nuse testing_framework_runner_local::LocalDeployer;\\nuse testing_framework_workflows::ScenarioBuilderExt;\\nuse std::time::Duration; async fn run_test() -> Result<(), Box> { let mut plan = ScenarioBuilder::topology() .network_star() .validators(3) .executors(2) .apply() .wallets(50) .transactions() .rate(5) // 5 transactions per block .users(20) .apply() .da() .channel_rate(1) // 1 channel operation per block .blob_rate(2) // 2 blob dispersals per block .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(90)) .build(); let deployer = LocalDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} }","breadcrumbs":"Part IV — Appendix » Builder API Quick Reference » Complete Example","id":"111","title":"Complete Example"},"112":{"body":"Prerequisites for All Runners: POL_PROOF_DEV_MODE=true MUST be set for all runners (local, compose, k8s) to avoid expensive Groth16 proof generation that causes timeouts KZG circuit assets must be present at testing-framework/assets/stack/kzgrs_test_params/ for DA workloads (fetch via scripts/setup-nomos-circuits.sh)","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Troubleshooting Scenarios","id":"112","title":"Troubleshooting Scenarios"},"113":{"body":"Common symptoms and likely causes: No or slow block progression: missing POL_PROOF_DEV_MODE=true, missing KZG circuit assets for DA workloads, too-short run window, port conflicts, or resource exhaustion—set required env vars, verify assets, extend duration, check node logs for startup errors. Transactions not included: unfunded or misconfigured wallets (check .wallets(N) vs .users(M)), transaction rate exceeding block capacity, or rates exceeding block production speed—reduce rate, increase wallet count, verify wallet setup in logs. Chaos stalls the run: chaos (node control) only works with ComposeDeployer; LocalDeployer and K8sDeployer don’t support it (won’t “stall”, just can’t execute chaos workloads). With compose, aggressive restart cadence can prevent consensus recovery—widen restart intervals. Observability gaps: metrics or logs unreachable because ports clash or services are not exposed—adjust observability ports and confirm runner wiring. Flaky behavior across runs: mixing chaos with functional smoke tests or inconsistent topology between environments—separate deterministic and chaos scenarios and standardize topology presets.","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Quick Symptom Guide","id":"113","title":"Quick Symptom Guide"},"114":{"body":"","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Where to Find Logs","id":"114","title":"Where to Find Logs"},"115":{"body":"Runner Default Output With NOMOS_LOG_DIR + Flags Access Command Local Temporary directories (cleaned up) Per-node files with prefix nomos-node-{index} (requires NOMOS_TESTS_TRACING=true) cat $NOMOS_LOG_DIR/nomos-node-0* Compose Docker container stdout/stderr Per-node files inside containers (if path is mounted) docker ps then docker logs K8s Pod stdout/stderr Per-node files inside pods (if path is mounted) kubectl logs -l app=nomos-validator Important Notes: Local runner: Logs go to system temporary directories (NOT in working directory) by default and are automatically cleaned up after tests. To persist logs, you MUST set both NOMOS_TESTS_TRACING=true AND NOMOS_LOG_DIR=/path/to/logs. Compose/K8s: Per-node log files only exist inside containers/pods if NOMOS_LOG_DIR is set AND the path is writable inside the container/pod. By default, rely on docker logs or kubectl logs. File naming: Log files use prefix nomos-node-{index}* or nomos-executor-{index}* with timestamps, e.g., nomos-node-0.2024-12-01T10-30-45.log (NOT just .log suffix). Container names: Compose containers include project UUID, e.g., nomos-compose--validator-0-1 where is randomly generated per run","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Log Location Quick Reference","id":"115","title":"Log Location Quick Reference"},"116":{"body":"Local Runner Console output (default): POL_PROOF_DEV_MODE=true cargo run -p runner-examples --bin local_runner 2>&1 | tee test.log Persistent file output: NOMOS_TESTS_TRACING=true \\\\\\nNOMOS_LOG_DIR=/tmp/debug-logs \\\\\\nNOMOS_LOG_LEVEL=debug \\\\\\nPOL_PROOF_DEV_MODE=true \\\\\\ncargo run -p runner-examples --bin local_runner # Inspect logs (note: filenames include timestamps):\\nls /tmp/debug-logs/\\n# Example: nomos-node-0.2024-12-01T10-30-45.log\\ntail -f /tmp/debug-logs/nomos-node-0* # Use wildcard to match timestamp Compose Runner Stream live logs: # List running containers (note the UUID prefix in names)\\ndocker ps --filter \\"name=nomos-compose-\\" # Find your container ID or name from the list, then:\\ndocker logs -f # Or filter by name pattern:\\ndocker logs -f $(docker ps --filter \\"name=nomos-compose-.*-validator-0\\" -q | head -1) # Show last 100 lines\\ndocker logs --tail 100 Keep containers for post-mortem debugging: COMPOSE_RUNNER_PRESERVE=1 \\\\\\nNOMOS_TESTNET_IMAGE=nomos-testnet:local \\\\\\ncargo run -p runner-examples --bin compose_runner # After test failure, containers remain running:\\ndocker ps --filter \\"name=nomos-compose-\\"\\ndocker exec -it /bin/sh\\ndocker logs > debug.log Note: Container names follow the pattern nomos-compose-{uuid}-validator-{index}-1 or nomos-compose-{uuid}-executor-{index}-1, where {uuid} is randomly generated per run. K8s Runner Important: Always verify your namespace and use label selectors instead of assuming pod names. Stream pod logs (use label selectors): # Check your namespace first\\nkubectl config view --minify | grep namespace # All validator pods (add -n if not using default)\\nkubectl logs -l app=nomos-validator -f # All executor pods\\nkubectl logs -l app=nomos-executor -f # Specific pod by name (find exact name first)\\nkubectl get pods -l app=nomos-validator # Find the exact pod name\\nkubectl logs -f # Then use it # With explicit namespace\\nkubectl logs -n my-namespace -l app=nomos-validator -f Download logs from crashed pods: # Previous logs from crashed pod\\nkubectl get pods -l app=nomos-validator # Find crashed pod name first\\nkubectl logs --previous > crashed-validator.log # Or use label selector for all crashed validators\\nfor pod in $(kubectl get pods -l app=nomos-validator -o name); do kubectl logs --previous $pod > $(basename $pod)-previous.log 2>&1\\ndone Access logs from all pods: # All pods in current namespace\\nfor pod in $(kubectl get pods -o name); do echo \\"=== $pod ===\\" kubectl logs $pod\\ndone > all-logs.txt # Or use label selectors (recommended)\\nkubectl logs -l app=nomos-validator --tail=500 > validators.log\\nkubectl logs -l app=nomos-executor --tail=500 > executors.log # With explicit namespace\\nkubectl logs -n my-namespace -l app=nomos-validator --tail=500 > validators.log","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Accessing Node Logs by Runner","id":"116","title":"Accessing Node Logs by Runner"},"117":{"body":"When a test fails, follow this sequence:","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Debugging Workflow","id":"117","title":"Debugging Workflow"},"118":{"body":"Start with the test harness output—did expectations fail? Was there a deployment error? Look for: Expectation failure messages Timeout errors Deployment/readiness failures","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » 1. Check Framework Output","id":"118","title":"1. Check Framework Output"},"119":{"body":"Ensure all nodes started successfully and became ready before workloads began. Commands: # Local: check process list\\nps aux | grep nomos # Compose: check container status (note UUID in names)\\ndocker ps -a --filter \\"name=nomos-compose-\\" # K8s: check pod status (use label selectors, add -n if needed)\\nkubectl get pods -l app=nomos-validator\\nkubectl get pods -l app=nomos-executor\\nkubectl describe pod # Get name from above first","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » 2. Verify Node Readiness","id":"119","title":"2. Verify Node Readiness"},"12":{"body":"KZG parameters required for DA workloads: Default path: testing-framework/assets/stack/kzgrs_test_params/ Override: NOMOS_KZGRS_PARAMS_PATH=/custom/path Fetch via: scripts/setup-nomos-circuits.sh v0.3.1 /tmp/circuits","breadcrumbs":"Part I — Foundations » Architecture Overview » Circuit Assets","id":"12","title":"Circuit Assets"},"120":{"body":"Focus on the first node that exhibited problems or the node with the highest index (often the last to start). Common error patterns: “Failed to bind address” → port conflict “Connection refused” → peer not ready or network issue “Proof verification failed” or “Proof generation timeout” → missing POL_PROOF_DEV_MODE=true (REQUIRED for all runners) “Failed to load KZG parameters” or “Circuit file not found” → missing KZG circuit assets at testing-framework/assets/stack/kzgrs_test_params/ “Insufficient funds” → wallet seeding issue (increase .wallets(N) or reduce .users(M))","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » 3. Inspect Node Logs","id":"120","title":"3. Inspect Node Logs"},"121":{"body":"If logs are too sparse, increase verbosity: NOMOS_LOG_LEVEL=debug \\\\\\nNOMOS_LOG_FILTER=\\"nomos_consensus=trace,nomos_da_sampling=debug\\" \\\\\\ncargo run -p runner-examples --bin local_runner","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » 4. Check Log Levels","id":"121","title":"4. Check Log Levels"},"122":{"body":"If expectations report observability issues: Prometheus (Compose): curl http://localhost:9090/-/healthy Node HTTP APIs: curl http://localhost:18080/consensus/info # Adjust port per node","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » 5. Verify Observability Endpoints","id":"122","title":"5. Verify Observability Endpoints"},"123":{"body":"Run a minimal baseline test (e.g., 2 validators, consensus liveness only). If it passes, the issue is in your workload or topology configuration.","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » 6. Compare with Known-Good Scenario","id":"123","title":"6. Compare with Known-Good Scenario"},"124":{"body":"","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Common Error Messages","id":"124","title":"Common Error Messages"},"125":{"body":"Cause: Not enough blocks produced during run window, missing POL_PROOF_DEV_MODE=true (causes slow proof generation), or missing KZG assets for DA workloads Fix: Verify POL_PROOF_DEV_MODE=true is set (REQUIRED for all runners) Verify KZG assets exist at testing-framework/assets/stack/kzgrs_test_params/ (for DA workloads) Extend with_run_duration() to allow more blocks Check node logs for proof generation or DA errors Reduce transaction/DA rate if nodes are overwhelmed","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » “Consensus liveness expectation failed”","id":"125","title":"“Consensus liveness expectation failed”"},"126":{"body":"Cause: Topology doesn’t have enough funded wallets for the workload Fix: Increase .wallets(N) count or reduce .users(M) in transaction workload (ensure N ≥ M)","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » “Wallet seeding failed”","id":"126","title":"“Wallet seeding failed”"},"127":{"body":"Cause: Runner doesn’t support node control (only ComposeDeployer does), or enable_node_control() wasn’t called Fix: Use ComposeDeployer for chaos tests (LocalDeployer and K8sDeployer don’t support node control) Ensure .enable_node_control() is called in scenario before .chaos()","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » “Node control not available”","id":"127","title":"“Node control not available”"},"128":{"body":"Cause: Nodes didn’t become responsive within expected time (often due to missing prerequisites) Fix: Verify POL_PROOF_DEV_MODE=true is set (REQUIRED for all runners—without it, proof generation is too slow) Check node logs for startup errors (port conflicts, missing assets) Verify network connectivity between nodes For DA workloads, ensure KZG circuit assets are present","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » “Readiness timeout”","id":"128","title":"“Readiness timeout”"},"129":{"body":"Cause: Previous test didn’t clean up, or another process holds the port Fix: Kill orphaned processes ( pkill nomos-node), wait for Docker cleanup ( docker compose down), or restart Docker","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » “Port already in use”","id":"129","title":"“Port already in use”"},"13":{"body":"Templates and configs in testing-framework/runners/compose/assets/: docker-compose.yml.tera — Stack template (validators, executors, Prometheus) Cfgsync config: testing-framework/assets/stack/cfgsync.yaml Monitoring: testing-framework/assets/stack/monitoring/prometheus.yml","breadcrumbs":"Part I — Foundations » Architecture Overview » Compose Stack","id":"13","title":"Compose Stack"},"130":{"body":"Cause: Docker image not built for Compose/K8s runners, or KZG assets not baked into image Fix: Fetch KZG assets: scripts/setup-nomos-circuits.sh v0.3.1 /tmp/nomos-circuits Copy to assets: cp -r /tmp/nomos-circuits/* testing-framework/assets/stack/kzgrs_test_params/ Build image: testing-framework/assets/stack/scripts/build_test_image.sh","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » “Image not found: nomos-testnet:local”","id":"130","title":"“Image not found: nomos-testnet:local”"},"131":{"body":"Cause: DA workload requires KZG circuit assets that aren’t present Fix: Fetch assets: scripts/setup-nomos-circuits.sh v0.3.1 /tmp/nomos-circuits Copy to expected path: cp -r /tmp/nomos-circuits/* testing-framework/assets/stack/kzgrs_test_params/ For Compose/K8s: rebuild image with assets baked in For detailed logging configuration and observability setup, see Operations.","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » “Failed to load KZG parameters” or “Circuit file not found”","id":"131","title":"“Failed to load KZG parameters” or “Circuit file not found”"},"132":{"body":"Why block-oriented timing? Slots advance at a fixed rate (NTP-synchronized, 2s by default), so reasoning\\nabout blocks and consensus intervals keeps assertions aligned with protocol\\nbehavior rather than arbitrary wall-clock durations. Can I reuse the same scenario across runners? Yes. The plan stays the same; swap runners (local, compose, k8s) to target\\ndifferent environments. When should I enable chaos workloads? Only when testing resilience or operational recovery; keep functional smoke\\ntests deterministic. How long should runs be? The framework enforces a minimum of 2× slot duration (4 seconds with default 2s slots), but practical recommendations: Smoke tests: 30s minimum (~14 blocks with default 2s slots, 0.9 coefficient) Transaction workloads: 60s+ (~27 blocks) to observe inclusion patterns DA workloads: 90s+ (~40 blocks) to account for dispersal and sampling Chaos tests: 120s+ (~54 blocks) to allow recovery after restarts Very short runs (< 30s) risk false confidence—one or two lucky blocks don’t prove liveness. Do I always need seeded wallets? Only for transaction scenarios. Data-availability or pure chaos scenarios may\\nnot require them, but liveness checks still need validators producing blocks. What if expectations fail but workloads “look fine”? Trust expectations first—they capture the intended success criteria. Use the\\nobservability signals and runner logs to pinpoint why the system missed the\\ntarget.","breadcrumbs":"Part IV — Appendix » FAQ » FAQ","id":"132","title":"FAQ"},"133":{"body":"Validator: node role responsible for participating in consensus and block\\nproduction. Executor: a validator node with the DA dispersal service enabled. Executors\\ncan submit transactions and disperse blob data to the DA network, in addition\\nto performing all validator functions. DA (Data Availability): subsystem ensuring blobs or channel data are\\npublished and retrievable for validation. Deployer: component that provisions infrastructure (spawns processes,\\ncreates containers, or launches pods), waits for readiness, and returns a\\nRunner. Examples: LocalDeployer, ComposeDeployer, K8sDeployer. Runner: component returned by deployers that orchestrates scenario\\nexecution—starts workloads, observes signals, evaluates expectations, and\\ntriggers cleanup. Workload: traffic or behavior generator that exercises the system during a\\nscenario run. Expectation: post-run assertion that judges whether the system met the\\nintended success criteria. Topology: declarative description of the cluster shape, roles, and\\nhigh-level parameters for a scenario. Scenario: immutable plan combining topology, workloads, expectations, and\\nrun duration. Blockfeed: stream of block observations used for liveness or inclusion\\nsignals during a run. Control capability: the ability for a runner to start, stop, or restart\\nnodes, used by chaos workloads. Slot duration: time interval between consensus rounds in Cryptarchia. Blocks\\nare produced at multiples of the slot duration based on lottery outcomes. Block cadence: observed rate of block production in a live network, measured\\nin blocks per second or seconds per block. Cooldown: waiting period after a chaos action (e.g., node restart) before\\ntriggering the next action, allowing the system to stabilize. Run window: total duration a scenario executes, specified via with_run_duration(). Framework auto-extends to at least 2× slot duration. Readiness probe: health check performed by runners to ensure nodes are\\nreachable and responsive before starting workloads. Prevents false negatives\\nfrom premature traffic. Liveness: property that the system continues making progress (producing\\nblocks) under specified conditions. Contrasts with safety/correctness which\\nverifies that state transitions are accurate. State assertion: expectation that verifies specific values in the system\\nstate (e.g., wallet balances, UTXO sets) rather than just progress signals.\\nAlso called “correctness expectations.” Mantle transaction: transaction type in Nomos that can contain UTXO transfers\\n(LedgerTx) and operations (Op), including channel data (ChannelBlob). Channel: logical grouping for DA blobs; each blob belongs to a channel and\\nreferences a parent blob in the same channel, creating a chain of related data. POL_PROOF_DEV_MODE: environment variable that disables expensive Groth16 zero-knowledge\\nproof generation for leader election. Required for all runners (local, compose, k8s)\\nfor practical testing—without it, proof generation causes timeouts. Should never be\\nused in production environments.","breadcrumbs":"Part IV — Appendix » Glossary » Glossary","id":"133","title":"Glossary"},"14":{"body":"Two separate logging pipelines: Component Configuration Output Runner binaries RUST_LOG Framework orchestration logs Node processes NOMOS_LOG_LEVEL, NOMOS_LOG_FILTER, NOMOS_LOG_DIR Consensus, DA, mempool logs Node logging: Local runner: Writes to temporary directories by default (cleaned up). Set NOMOS_TESTS_TRACING=true + NOMOS_LOG_DIR for persistent files. Compose runner: Default logs to container stdout/stderr ( docker logs). Optional per-node files if NOMOS_LOG_DIR is set and mounted. K8s runner: Logs to pod stdout/stderr ( kubectl logs). Optional per-node files if NOMOS_LOG_DIR is set and mounted. File naming: Per-node files use prefix nomos-node-{index} or nomos-executor-{index} (may include timestamps).","breadcrumbs":"Part I — Foundations » Architecture Overview » Logging Architecture","id":"14","title":"Logging Architecture"},"15":{"body":"Prometheus (Compose only): Exposed at http://localhost:9090 (configurable) Scrapes all validator and executor metrics Accessible in expectations: ctx.telemetry().prometheus_endpoint() Node APIs: HTTP endpoints per node for consensus info, network status, DA membership Accessible in expectations: ctx.node_clients().validators().get(0) OTLP (optional): Trace endpoint: NOMOS_OTLP_ENDPOINT=http://localhost:4317 Metrics endpoint: NOMOS_OTLP_METRICS_ENDPOINT=http://localhost:4318 Disabled by default (no noise if unset) For detailed logging configuration, see Logging and Observability.","breadcrumbs":"Part I — Foundations » Architecture Overview » Observability","id":"15","title":"Observability"},"16":{"body":"This framework embodies specific principles that shape how you author and run\\nscenarios. Understanding these principles helps you write effective tests and\\ninterpret results correctly.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Testing Philosophy","id":"16","title":"Testing Philosophy"},"17":{"body":"Describe what you want to test, not how to orchestrate it: #![allow(unused)] fn main() {\\n// Good: declarative\\nScenarioBuilder::topology() .network_star() .validators(2) .executors(1) .apply() .transactions() .rate(5) // 5 transactions per block .apply() .expect_consensus_liveness() .build(); // Bad: imperative (framework doesn\'t work this way)\\n// spawn_validator(); spawn_executor(); // loop { submit_tx(); check_block(); } } Why it matters: The framework handles deployment, readiness, and cleanup.\\nYou focus on test intent, not infrastructure orchestration.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Declarative over Imperative","id":"17","title":"Declarative over Imperative"},"18":{"body":"Reason in blocks and consensus intervals, not wall-clock seconds. Consensus defaults: Slot duration: 2 seconds (NTP-synchronized, configurable via CONSENSUS_SLOT_TIME) Active slot coefficient: 0.9 (90% block probability per slot) Expected rate: ~27 blocks per minute #![allow(unused)] fn main() {\\n// Good: protocol-oriented thinking\\nlet plan = ScenarioBuilder::topology() .network_star() .validators(2) .executors(1) .apply() .transactions() .rate(5) // 5 transactions per block .apply() .with_run_duration(Duration::from_secs(60)) // Let framework calculate expected blocks .expect_consensus_liveness() // \\"Did we produce the expected blocks?\\" .build(); // Bad: wall-clock assumptions\\n// \\"I expect exactly 30 blocks in 60 seconds\\"\\n// This breaks on slow CI where slot timing might drift } Why it matters: Slot timing is fixed (2s by default, NTP-synchronized), so the\\nexpected number of blocks is predictable: ~27 blocks in 60s with the default\\n0.9 active slot coefficient. The framework calculates expected blocks from slot\\nduration and run window, making assertions protocol-based rather than tied to\\nspecific wall-clock expectations. Assert on “blocks produced relative to slots”\\nnot “blocks produced in exact wall-clock seconds”.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Protocol Time, Not Wall Time","id":"18","title":"Protocol Time, Not Wall Time"},"19":{"body":"Default scenarios are repeatable: Fixed topology Predictable traffic rates Deterministic checks Chaos is opt-in: #![allow(unused)] fn main() {\\n// Separate: functional test (deterministic)\\nlet plan = ScenarioBuilder::topology() .network_star() .validators(2) .executors(1) .apply() .transactions() .rate(5) // 5 transactions per block .apply() .expect_consensus_liveness() .build(); // Separate: chaos test (introduces randomness)\\nlet chaos_plan = ScenarioBuilder::topology() .network_star() .validators(3) .executors(2) .apply() .enable_node_control() .chaos() .restart() .apply() .transactions() .rate(5) // 5 transactions per block .apply() .expect_consensus_liveness() .build(); } Why it matters: Mixing determinism with chaos creates noisy, hard-to-debug\\nfailures. Separate concerns make failures actionable.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Determinism First, Chaos When Needed","id":"19","title":"Determinism First, Chaos When Needed"},"2":{"body":"Conceptual chapters that establish the mental model for the framework and how\\nit approaches multi-node testing.","breadcrumbs":"Part I — Foundations » Part I — Foundations","id":"2","title":"Part I — Foundations"},"20":{"body":"Prefer user-facing signals over internal state: Good checks: ✅ Blocks progressing at expected rate (liveness) ✅ Transactions included within N blocks (inclusion) ✅ DA blobs retrievable (availability) Avoid internal checks: ❌ Memory pool size ❌ Internal service state ❌ Cache hit rates Why it matters: User-facing signals reflect actual system health.\\nInternal state can be “healthy” while the system is broken from a user\\nperspective.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Observable Health Signals","id":"20","title":"Observable Health Signals"},"21":{"body":"Always run long enough for meaningful block production: #![allow(unused)] fn main() {\\n// Bad: too short\\n.with_run_duration(Duration::from_secs(5)) // ~2 blocks (with default 2s slots, 0.9 coeff) // Good: enough blocks for assertions\\n.with_run_duration(Duration::from_secs(60)) // ~27 blocks (with default 2s slots, 0.9 coeff) } Note: Block counts assume default consensus parameters: Slot duration: 2 seconds (configurable via CONSENSUS_SLOT_TIME) Active slot coefficient: 0.9 (90% block probability per slot) Formula: blocks ≈ (duration / slot_duration) × active_slot_coeff If upstream changes these parameters, adjust your duration expectations accordingly. The framework enforces minimum durations (at least 2× slot duration), but be explicit. Very short runs risk false confidence—one lucky block doesn’t prove liveness.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Minimum Run Windows","id":"21","title":"Minimum Run Windows"},"22":{"body":"These principles keep scenarios: Portable across environments (protocol time, declarative) Debuggable (determinism, separation of concerns) Meaningful (observable signals, sufficient duration) When authoring scenarios, ask: “Does this test the protocol behavior or\\nmy local environment quirks?”","breadcrumbs":"Part I — Foundations » Testing Philosophy » Summary","id":"22","title":"Summary"},"23":{"body":"Build the plan: Declare a topology, attach workloads and expectations, and set the run window. The plan is the single source of truth for what will happen. Deploy: Hand the plan to a deployer. It provisions the environment on the chosen backend, waits for nodes to signal readiness, and returns a runner. Drive workloads: The runner starts traffic and behaviors (transactions, data-availability activity, restarts) for the planned duration. Observe blocks and signals: Track block progression and other high-level metrics during or after the run window to ground assertions in protocol time. Evaluate expectations: Once activity stops (and optional cooldown completes), the runner checks liveness and workload-specific outcomes to decide pass or fail. Cleanup: Tear down resources so successive runs start fresh and do not inherit leaked state. flowchart LR P[Plan
topology + workloads + expectations] --> D[Deploy
deployer provisions] D --> R[Runner
orchestrates execution] R --> W[Drive Workloads] W --> O[Observe
blocks/metrics] O --> E[Evaluate Expectations] E --> C[Cleanup]","breadcrumbs":"Part I — Foundations » Scenario Lifecycle » Scenario Lifecycle","id":"23","title":"Scenario Lifecycle"},"24":{"body":"Modular crates keep configuration, orchestration, workloads, and runners decoupled so each can evolve without breaking the others. Pluggable runners let the same scenario run on a laptop, a Docker host, or a Kubernetes cluster, making validation portable across environments. Separated workloads and expectations clarify intent: what traffic to generate versus how to judge success. This simplifies review and reuse. Declarative topology makes cluster shape explicit and repeatable, reducing surprise when moving between CI and developer machines. Maintainability through predictability: a clear flow from plan to deployment to verification lowers the cost of extending the framework and interpreting failures.","breadcrumbs":"Part I — Foundations » Design Rationale » Design Rationale","id":"24","title":"Design Rationale"},"25":{"body":"Practical guidance for shaping scenarios, combining workloads and expectations,\\nand running them across different environments.","breadcrumbs":"Part II — User Guide » Part II — User Guide","id":"25","title":"Part II — User Guide"},"26":{"body":"The workspace focuses on multi-node integration testing and sits alongside a nomos-node checkout. Its crates separate concerns to keep scenarios\\nrepeatable and portable: Configs: prepares high-level node, network, tracing, and wallet settings\\nused across test environments. Core scenario orchestration: the engine that holds topology descriptions,\\nscenario plans, runtimes, workloads, and expectations. Workflows: ready-made workloads (transactions, data-availability, chaos)\\nand reusable expectations assembled into a user-facing DSL. Runners: deployment backends for local processes, Docker Compose, and\\nKubernetes, all consuming the same scenario plan. Runner Examples ( examples/runner-examples): runnable binaries\\n( local_runner.rs, compose_runner.rs, k8s_runner.rs) that demonstrate\\ncomplete scenario execution with each deployer. This split keeps configuration, orchestration, reusable traffic patterns, and\\ndeployment adapters loosely coupled while sharing one mental model for tests.","breadcrumbs":"Part II — User Guide » Workspace Layout » Workspace Layout","id":"26","title":"Workspace Layout"},"27":{"body":"High-level view of the workspace and how pieces relate: nomos-testing/\\n├─ testing-framework/\\n│ ├─ configs/ # Node config builders, topology generation\\n│ │ └─ src/topology/configs/\\n│ │ ├─ tracing.rs # NOMOS_LOG_DIR, NOMOS_LOG_LEVEL, NOMOS_TESTS_TRACING\\n│ │ ├─ da.rs # KZG params path resolution (NOMOS_KZGRS_PARAMS_PATH)\\n│ │ └─ time.rs # Slot duration, NTP config\\n│ │\\n│ ├─ core/ # Scenario model, runtime, topology\\n│ │ ├─ src/scenario/\\n│ │ │ ├─ definition.rs # ScenarioBuilder, enable_node_control()\\n│ │ │ ├─ workload.rs # Workload trait\\n│ │ │ ├─ expectation.rs # Expectation trait\\n│ │ │ └─ runtime/\\n│ │ │ ├─ runner.rs # Runner struct (orchestrates execution)\\n│ │ │ ├─ deployer.rs # Deployer trait\\n│ │ │ └─ context.rs # RunContext, node_clients(), telemetry()\\n│ │ └─ src/nodes/\\n│ │ ├─ validator.rs # Validator spawning, API client\\n│ │ └─ executor.rs # Executor spawning, API client\\n│ │\\n│ ├─ workflows/ # Workloads, expectations, builder extensions\\n│ │ ├─ src/workloads/\\n│ │ │ ├─ transaction/ # Transaction submission workload\\n│ │ │ ├─ da/ # DA blob dispersal workload\\n│ │ │ └─ chaos/ # Random restart chaos workload\\n│ │ ├─ src/expectations/\\n│ │ │ └─ consensus_liveness.rs # Block production liveness check\\n│ │ └─ src/builder/\\n│ │ └─ mod.rs # ScenarioBuilderExt, ChaosBuilderExt\\n│ │\\n│ ├─ runners/ # Deployment backends (Deployers)\\n│ │ ├─ local/ # LocalDeployer (spawns local processes)\\n│ │ ├─ compose/ # ComposeDeployer (Docker Compose)\\n│ │ │ ├─ src/environment.rs # Stack bringup, cfgsync, Prometheus\\n│ │ │ ├─ src/compose.rs # docker-compose.yml generation\\n│ │ │ └─ assets/ # docker-compose.yml.tera template\\n│ │ └─ k8s/ # K8sDeployer (Kubernetes Helm)\\n│ │ ├─ src/assets.rs # Helm chart prep, KZG mounting\\n│ │ └─ helm/nomos-runner/ # Helm chart templates\\n│ │\\n│ └─ assets/ # Stack assets, scripts, circuits\\n│ └─ stack/\\n│ ├─ kzgrs_test_params/ # KZG circuit params (fetch via setup script)\\n│ ├─ monitoring/\\n│ │ └─ prometheus.yml # Prometheus scrape config\\n│ ├─ scripts/\\n│ │ ├─ build_test_image.sh # Docker image builder\\n│ │ ├─ run_nomos_node.sh # Validator entrypoint\\n│ │ └─ run_nomos_executor.sh # Executor entrypoint\\n│ └─ cfgsync.yaml # Cfgsync server config template\\n│\\n├─ examples/ # Runnable example binaries (PRIMARY ENTRY POINT)\\n│ ├─ src/bin/\\n│ │ ├─ local_runner.rs # Local runner example\\n│ │ ├─ compose_runner.rs # Compose runner example (requires image)\\n│ │ └─ k8s_runner.rs # K8s runner example (requires cluster)\\n│ └─ Cargo.toml # Package: runner-examples (all require POL_PROOF_DEV_MODE=true)\\n│\\n├─ scripts/\\n│ ├─ setup-nomos-circuits.sh # Fetch KZG circuit parameters\\n│ └─ ...\\n│\\n└─ book/ # This documentation (mdBook) └─ src/","breadcrumbs":"Part II — User Guide » Annotated Tree » Annotated Tree","id":"27","title":"Annotated Tree"},"28":{"body":"","breadcrumbs":"Part II — User Guide » Annotated Tree » Key Directories Explained","id":"28","title":"Key Directories Explained"},"29":{"body":"Core library crates providing the testing API. Crate Purpose Key Exports configs Node configuration builders Topology generation, tracing config core Scenario model & runtime ScenarioBuilder, Deployer, Runner workflows Workloads & expectations ScenarioBuilderExt, ChaosBuilderExt runners/local Local process deployer LocalDeployer runners/compose Docker Compose deployer ComposeDeployer runners/k8s Kubernetes deployer K8sDeployer","breadcrumbs":"Part II — User Guide » Annotated Tree » testing-framework/","id":"29","title":"testing-framework/"},"3":{"body":"The Nomos Testing Framework is a purpose-built toolkit for exercising Nomos in\\nrealistic, multi-node environments. It solves the gap between small, isolated\\ntests and full-system validation by letting teams describe a cluster layout,\\ndrive meaningful traffic, and assert the outcomes in one coherent plan. It is for protocol engineers, infrastructure operators, and QA teams who need\\nrepeatable confidence that validators, executors, and data-availability\\ncomponents work together under network and timing constraints. Multi-node integration testing is required because many Nomos behaviors—block\\nprogress, data availability, liveness under churn—only emerge when several\\nroles interact over real networking and time. This framework makes those checks\\ndeclarative, observable, and portable across environments.","breadcrumbs":"Part I — Foundations » Introduction » Introduction","id":"3","title":"Introduction"},"30":{"body":"Docker/K8s deployment assets: kzgrs_test_params/: Circuit parameters (override via NOMOS_KZGRS_PARAMS_PATH) monitoring/: Prometheus config scripts/: Container entrypoints and image builder cfgsync.yaml: Configuration sync server template","breadcrumbs":"Part II — User Guide » Annotated Tree » testing-framework/assets/stack/","id":"30","title":"testing-framework/assets/stack/"},"31":{"body":"Runnable binaries demonstrating framework usage: local_runner.rs — Local processes compose_runner.rs — Docker Compose (requires NOMOS_TESTNET_IMAGE built) k8s_runner.rs — Kubernetes (requires cluster + image) Run with: POL_PROOF_DEV_MODE=true cargo run -p runner-examples --bin All runners require POL_PROOF_DEV_MODE=true to avoid expensive proof generation.","breadcrumbs":"Part II — User Guide » Annotated Tree » examples/ (Start Here!)","id":"31","title":"examples/ (Start Here!)"},"32":{"body":"Helper utilities: setup-nomos-circuits.sh: Fetch KZG parameters from releases","breadcrumbs":"Part II — User Guide » Annotated Tree » scripts/","id":"32","title":"scripts/"},"33":{"body":"Compose runner includes: Prometheus at http://localhost:9090 (metrics scraping) Node metrics exposed per validator/executor Access in expectations: ctx.telemetry().prometheus_endpoint() Logging controlled by: NOMOS_LOG_DIR — Write per-node log files NOMOS_LOG_LEVEL — Global log level (error/warn/info/debug/trace) NOMOS_LOG_FILTER — Target-specific filtering (e.g., consensus=trace,da=debug) NOMOS_TESTS_TRACING — Enable file logging for local runner See Logging and Observability for details.","breadcrumbs":"Part II — User Guide » Annotated Tree » Observability","id":"33","title":"Observability"},"34":{"body":"To Do This Go Here Run an example examples/src/bin/ → cargo run -p runner-examples --bin Write a custom scenario testing-framework/core/ → Implement using ScenarioBuilder Add a new workload testing-framework/workflows/src/workloads/ → Implement Workload trait Add a new expectation testing-framework/workflows/src/expectations/ → Implement Expectation trait Modify node configs testing-framework/configs/src/topology/configs/ Extend builder DSL testing-framework/workflows/src/builder/ → Add trait methods Add a new deployer testing-framework/runners/ → Implement Deployer trait For detailed guidance, see Internal Crate Reference.","breadcrumbs":"Part II — User Guide » Annotated Tree » Navigation Guide","id":"34","title":"Navigation Guide"},"35":{"body":"Creating a scenario is a declarative exercise: Shape the topology: decide how many validators and executors to run, and\\nwhat high-level network and data-availability characteristics matter for the\\ntest. Attach workloads: pick traffic generators that align with your goals\\n(transactions, data-availability blobs, or chaos for resilience probes). Define expectations: specify the health signals that must hold when the\\nrun finishes (e.g., consensus liveness, inclusion of submitted activity; see Core Content: Workloads & Expectations). Set duration: choose a run window long enough to observe meaningful\\nblock progression and the effects of your workloads. Choose a runner: target local processes for fast iteration, Docker\\nCompose for reproducible multi-node stacks, or Kubernetes for cluster-grade\\nvalidation. For environment considerations, see Operations. Keep scenarios small and explicit: make the intended behavior and the success\\ncriteria clear so failures are easy to interpret and act upon.","breadcrumbs":"Part II — User Guide » Authoring Scenarios » Authoring Scenarios","id":"35","title":"Authoring Scenarios"},"36":{"body":"Workloads describe the activity a scenario generates; expectations describe the\\nsignals that must hold when that activity completes. Both are pluggable so\\nscenarios stay readable and purpose-driven.","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Core Content: Workloads & Expectations","id":"36","title":"Core Content: Workloads & Expectations"},"37":{"body":"Transaction workload: submits user-level transactions at a configurable\\nrate and can limit how many distinct actors participate. Data-availability workload: drives blob and channel activity to exercise\\ndata-availability paths. Chaos workload: triggers controlled node restarts to test resilience and\\nrecovery behaviors (requires a runner that can control nodes).","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Workloads","id":"37","title":"Workloads"},"38":{"body":"Consensus liveness: verifies the system continues to produce blocks in\\nline with the planned workload and timing window. Workload-specific checks: each workload can attach its own success\\ncriteria (e.g., inclusion of submitted activity) so scenarios remain concise. Together, workloads and expectations let you express both the pressure applied\\nto the system and the definition of “healthy” for that run. flowchart TD I[Inputs
(topology + wallets + rates)] --> Init[Workload init] Init --> Drive[Drive traffic] Drive --> Collect[Collect signals] Collect --> Eval[Expectations evaluate]","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Expectations","id":"38","title":"Expectations"},"39":{"body":"Patterns that keep scenarios readable and reusable: Topology-first: start by shaping the cluster (counts, layout) so later\\nsteps inherit a clear foundation. Bundle defaults: use the DSL helpers to attach common expectations (like\\nliveness) whenever you add a matching workload, reducing forgotten checks. Intentional rates: express traffic in per-block terms to align with\\nprotocol timing rather than wall-clock assumptions. Opt-in chaos: enable restart patterns only in scenarios meant to probe\\nresilience; keep functional smoke tests deterministic. Wallet clarity: seed only the number of actors you need; it keeps\\ntransaction scenarios deterministic and interpretable. These patterns make scenario definitions self-explanatory while staying aligned\\nwith the framework’s block-oriented timing model.","breadcrumbs":"Part II — User Guide » Core Content: ScenarioBuilderExt Patterns » Core Content: ScenarioBuilderExt Patterns","id":"39","title":"Core Content: ScenarioBuilderExt Patterns"},"4":{"body":"The framework follows a clear flow: Topology → Scenario → Deployer → Runner → Workloads → Expectations.","breadcrumbs":"Part I — Foundations » Architecture Overview » Architecture Overview","id":"4","title":"Architecture Overview"},"40":{"body":"State your intent: document the goal of each scenario (throughput, DA\\nvalidation, resilience) so expectation choices are obvious. Keep runs meaningful: choose durations that allow multiple blocks and make\\ntiming-based assertions trustworthy. Separate concerns: start with deterministic workloads for functional\\nchecks; add chaos in dedicated resilience scenarios to avoid noisy failures. Reuse patterns: standardize on shared topology and workload presets so\\nresults are comparable across environments and teams. Observe first, tune second: rely on liveness and inclusion signals to\\ninterpret outcomes before tweaking rates or topology. Environment fit: pick runners that match the feedback loop you need—local\\nfor speed (including fast CI smoke tests), compose for reproducible stacks\\n(recommended for CI), k8s for cluster-grade fidelity. Minimal surprises: seed only necessary wallets and keep configuration\\ndeltas explicit when moving between CI and developer machines.","breadcrumbs":"Part II — User Guide » Best Practices » Best Practices","id":"40","title":"Best Practices"},"41":{"body":"Concrete scenario shapes that illustrate how to combine topologies, workloads,\\nand expectations. Runnable examples: The repo includes complete binaries in examples/src/bin/: local_runner.rs — Local processes compose_runner.rs — Docker Compose (requires NOMOS_TESTNET_IMAGE built) k8s_runner.rs — Kubernetes (requires cluster access and image loaded) Run with: POL_PROOF_DEV_MODE=true cargo run -p runner-examples --bin All runners require POL_PROOF_DEV_MODE=true to avoid expensive proof generation. Code patterns below show how to build scenarios. Wrap these in #[tokio::test] functions for integration tests, or #[tokio::main] for binaries.","breadcrumbs":"Part II — User Guide » Examples » Examples","id":"41","title":"Examples"},"42":{"body":"Minimal test that validates basic block production: #![allow(unused)] fn main() {\\nuse testing_framework_core::scenario::{Deployer, ScenarioBuilder};\\nuse testing_framework_runner_local::LocalDeployer;\\nuse testing_framework_workflows::ScenarioBuilderExt;\\nuse std::time::Duration; async fn simple_consensus() -> Result<(), Box> { let mut plan = ScenarioBuilder::topology() .network_star() .validators(3) .executors(0) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(30)) .build(); let deployer = LocalDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } When to use: smoke tests for consensus on minimal hardware.","breadcrumbs":"Part II — User Guide » Examples » Simple consensus liveness","id":"42","title":"Simple consensus liveness"},"43":{"body":"Test consensus under transaction load: #![allow(unused)] fn main() {\\nuse testing_framework_core::scenario::{Deployer, ScenarioBuilder};\\nuse testing_framework_runner_local::LocalDeployer;\\nuse testing_framework_workflows::ScenarioBuilderExt;\\nuse std::time::Duration; async fn transaction_workload() -> Result<(), Box> { let mut plan = ScenarioBuilder::topology() .network_star() .validators(2) .executors(0) .apply() .wallets(20) .transactions() .rate(5) .users(10) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(60)) .build(); let deployer = LocalDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } When to use: validate transaction submission and inclusion.","breadcrumbs":"Part II — User Guide » Examples » Transaction workload","id":"43","title":"Transaction workload"},"44":{"body":"Combined test stressing both transaction and DA layers: #![allow(unused)] fn main() {\\nuse testing_framework_core::scenario::{Deployer, ScenarioBuilder};\\nuse testing_framework_runner_local::LocalDeployer;\\nuse testing_framework_workflows::ScenarioBuilderExt;\\nuse std::time::Duration; async fn da_and_transactions() -> Result<(), Box> { let mut plan = ScenarioBuilder::topology() .network_star() .validators(3) .executors(2) .apply() .wallets(30) .transactions() .rate(5) .users(15) .apply() .da() .channel_rate(1) .blob_rate(2) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(90)) .build(); let deployer = LocalDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } When to use: end-to-end coverage of transaction and DA layers.","breadcrumbs":"Part II — User Guide » Examples » DA + transaction workload","id":"44","title":"DA + transaction workload"},"45":{"body":"Test system resilience under node restarts: #![allow(unused)] fn main() {\\nuse testing_framework_core::scenario::{Deployer, ScenarioBuilder};\\nuse testing_framework_runner_compose::ComposeDeployer;\\nuse testing_framework_workflows::{ScenarioBuilderExt, ChaosBuilderExt};\\nuse std::time::Duration; async fn chaos_resilience() -> Result<(), Box> { let mut plan = ScenarioBuilder::topology() .network_star() .validators(4) .executors(2) .apply() .enable_node_control() .wallets(20) .transactions() .rate(3) .users(10) .apply() .chaos() .restart() .min_delay(Duration::from_secs(20)) .max_delay(Duration::from_secs(40)) .target_cooldown(Duration::from_secs(30)) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(120)) .build(); let deployer = ComposeDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } When to use: resilience validation and operational readiness drills. Note: Chaos tests require ComposeDeployer or another runner with node control support.","breadcrumbs":"Part II — User Guide » Examples » Chaos resilience","id":"45","title":"Chaos resilience"},"46":{"body":"Realistic advanced scenarios demonstrating framework capabilities for production testing.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Advanced Examples","id":"46","title":"Advanced Examples"},"47":{"body":"Example Topology Workloads Deployer Key Feature Load Progression 3 validators + 2 executors Increasing tx rate Compose Dynamic load testing Sustained Load 4 validators + 2 executors High tx + DA rate Compose Stress testing Aggressive Chaos 4 validators + 2 executors Frequent restarts + traffic Compose Resilience validation","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Summary","id":"47","title":"Summary"},"48":{"body":"Test consensus under progressively increasing transaction load: #![allow(unused)] fn main() {\\nuse testing_framework_core::scenario::{Deployer, ScenarioBuilder};\\nuse testing_framework_runner_compose::ComposeDeployer;\\nuse testing_framework_workflows::ScenarioBuilderExt;\\nuse std::time::Duration; async fn load_progression_test() -> Result<(), Box> { for rate in [5, 10, 20, 30] { println!(\\"Testing with rate: {}\\", rate); let mut plan = ScenarioBuilder::topology() .network_star() .validators(3) .executors(2) .apply() .wallets(50) .transactions() .rate(rate) .users(20) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(60)) .build(); let deployer = ComposeDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; } Ok(())\\n} } When to use: Finding the maximum sustainable transaction rate for a given topology.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Load Progression Test","id":"48","title":"Load Progression Test"},"49":{"body":"Run high transaction and DA load for extended duration: #![allow(unused)] fn main() {\\nuse testing_framework_core::scenario::{Deployer, ScenarioBuilder};\\nuse testing_framework_runner_compose::ComposeDeployer;\\nuse testing_framework_workflows::ScenarioBuilderExt;\\nuse std::time::Duration; async fn sustained_load_test() -> Result<(), Box> { let mut plan = ScenarioBuilder::topology() .network_star() .validators(4) .executors(2) .apply() .wallets(100) .transactions() .rate(15) .users(50) .apply() .da() .channel_rate(2) .blob_rate(3) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(300)) .build(); let deployer = ComposeDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } When to use: Validating stability under continuous high load over extended periods.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Sustained Load Test","id":"49","title":"Sustained Load Test"},"5":{"body":"flowchart LR A(Topology
shape cluster) --> B(Scenario
plan) B --> C(Deployer
provision & readiness) C --> D(Runner
orchestrate execution) D --> E(Workloads
drive traffic) E --> F(Expectations
verify outcomes)","breadcrumbs":"Part I — Foundations » Architecture Overview » Core Flow","id":"5","title":"Core Flow"},"50":{"body":"Frequent node restarts with active traffic: #![allow(unused)] fn main() {\\nuse testing_framework_core::scenario::{Deployer, ScenarioBuilder};\\nuse testing_framework_runner_compose::ComposeDeployer;\\nuse testing_framework_workflows::{ScenarioBuilderExt, ChaosBuilderExt};\\nuse std::time::Duration; async fn aggressive_chaos_test() -> Result<(), Box> { let mut plan = ScenarioBuilder::topology() .network_star() .validators(4) .executors(2) .apply() .enable_node_control() .wallets(50) .transactions() .rate(10) .users(20) .apply() .chaos() .restart() .min_delay(Duration::from_secs(10)) .max_delay(Duration::from_secs(20)) .target_cooldown(Duration::from_secs(15)) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(180)) .build(); let deployer = ComposeDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } When to use: Validating recovery and liveness under aggressive failure conditions. Note: Requires ComposeDeployer for node control support.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Aggressive Chaos Test","id":"50","title":"Aggressive Chaos Test"},"51":{"body":"These scenarios require custom implementations but demonstrate framework extensibility:","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Extension Ideas","id":"51","title":"Extension Ideas"},"52":{"body":"Concept: Test consensus recovery after network partitions. Requirements: Needs block_peer() / unblock_peer() methods in NodeControlHandle Partition subsets of validators, wait, then restore connectivity Verify chain convergence after partition heals Why useful: Tests the most realistic failure mode in distributed systems. Current blocker: Node control doesn’t yet support network-level actions (only process restarts).","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Network Partition Recovery","id":"52","title":"Network Partition Recovery"},"53":{"body":"Concept: Verify block production intervals stay within expected bounds. Implementation approach: Custom expectation that consumes BlockFeed Collect block timestamps during run Assert intervals are within (slot_duration * active_slot_coeff) ± tolerance Why useful: Validates consensus timing under various loads.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Block Timing Consistency","id":"53","title":"Block Timing Consistency"},"54":{"body":"Concept: Submit malformed transactions and verify they’re rejected properly. Implementation approach: Custom workload that generates invalid transactions (bad signatures, insufficient funds, malformed structure) Expectation verifies mempool rejects them and they never appear in blocks Test mempool resilience and filtering Why useful: Ensures mempool doesn’t crash or include invalid transactions under fuzzing.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Invalid Transaction Fuzzing","id":"54","title":"Invalid Transaction Fuzzing"},"55":{"body":"Concept: Track wallet balances and verify state consistency. Description: After transaction workload completes, query all wallet balances via node API and verify total supply is conserved. Requires tracking initial state, submitted transactions, and final balances. Validates that the ledger maintains correctness under load (no funds lost or created). This is a state assertion expectation that checks correctness, not just liveness.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Wallet Balance Verification","id":"55","title":"Wallet Balance Verification"},"56":{"body":"Running a scenario follows the same conceptual flow regardless of environment: Select or author a scenario plan that pairs a topology with workloads,\\nexpectations, and a suitable run window. Choose a deployer aligned with your environment (local, compose, or k8s) and\\nensure its prerequisites are available. Deploy the plan through the deployer, which provisions infrastructure and\\nreturns a runner. The runner orchestrates workload execution for the planned duration; keep\\nobservability signals visible so you can correlate outcomes. The runner evaluates expectations and captures results as the primary\\npass/fail signal. Use the same plan across different deployers to compare behavior between local\\ndevelopment and CI or cluster settings. For environment prerequisites and\\nflags, see Operations.","breadcrumbs":"Part II — User Guide » Running Scenarios » Running Scenarios","id":"56","title":"Running Scenarios"},"57":{"body":"Runners turn a scenario plan into a live environment while keeping the plan\\nunchanged. Choose based on feedback speed, reproducibility, and fidelity. For\\nenvironment and operational considerations, see Operations. Important: All runners require POL_PROOF_DEV_MODE=true to avoid expensive Groth16 proof generation that causes timeouts.","breadcrumbs":"Part II — User Guide » Runners » Runners","id":"57","title":"Runners"},"58":{"body":"Launches node processes directly on the host. Fastest feedback loop and minimal orchestration overhead. Best for development-time iteration and debugging. Can run in CI for fast smoke tests. ❌ No node control (chaos workloads not supported)","breadcrumbs":"Part II — User Guide » Runners » Local runner","id":"58","title":"Local runner"},"59":{"body":"Starts nodes in containers to provide a reproducible multi-node stack on a\\nsingle machine. Discovers service ports and wires observability for convenient inspection. Good balance between fidelity and ease of setup. Recommended for CI pipelines (isolated environment, reproducible). ✅ Supports node control (can restart nodes for chaos testing)","breadcrumbs":"Part II — User Guide » Runners » Docker Compose runner","id":"59","title":"Docker Compose runner"},"6":{"body":"Topology describes the cluster: how many nodes, their roles, and the high-level network and data-availability parameters they should follow. Scenario combines that topology with the activities to run and the checks to perform, forming a single plan. Deployer provisions infrastructure on the chosen backend (local processes, Docker Compose, or Kubernetes), waits for readiness, and returns a Runner. Runner orchestrates scenario execution: starts workloads, observes signals, evaluates expectations, and triggers cleanup. Workloads generate traffic and conditions that exercise the system. Expectations observe the run and judge success or failure once activity completes. Each layer has a narrow responsibility so that cluster shape, deployment choice,\\ntraffic generation, and health checks can evolve independently while fitting\\ntogether predictably.","breadcrumbs":"Part I — Foundations » Architecture Overview » Components","id":"6","title":"Components"},"60":{"body":"Deploys nodes onto a cluster for higher-fidelity, longer-running scenarios. Suits CI with cluster access or shared test environments where cluster behavior\\nand scheduling matter. ❌ No node control yet (chaos workloads not supported)","breadcrumbs":"Part II — User Guide » Runners » Kubernetes runner","id":"60","title":"Kubernetes runner"},"61":{"body":"All runners require at least one validator and, for transaction scenarios,\\naccess to seeded wallets. Readiness probes gate workload start so traffic begins only after nodes are\\nreachable. Environment flags can relax timeouts or increase tracing when diagnostics are\\nneeded. flowchart TD Plan[Scenario Plan] --> RunSel{Runner
(local | compose | k8s)} RunSel --> Provision[Provision & readiness] Provision --> Runtime[Runtime + observability] Runtime --> Exec[Workloads & Expectations execute]","breadcrumbs":"Part II — User Guide » Runners » Common expectations","id":"61","title":"Common expectations"},"62":{"body":"Operational readiness focuses on prerequisites, environment fit, and clear\\nsignals: Prerequisites: keep a sibling nomos-node checkout available; ensure the\\nchosen runner’s platform needs are met (local binaries for host runs, Docker\\nfor compose, cluster access for k8s). Artifacts: DA scenarios require KZG parameters (circuit assets) located at testing-framework/assets/stack/kzgrs_test_params. Fetch them via scripts/setup-nomos-circuits.sh or override the path with NOMOS_KZGRS_PARAMS_PATH. Environment flags: POL_PROOF_DEV_MODE=true is required for all runners\\n(local, compose, k8s) unless you want expensive Groth16 proof generation that\\nwill cause tests to timeout. Configure logging via NOMOS_LOG_DIR, NOMOS_LOG_LEVEL,\\nand NOMOS_LOG_FILTER (see Logging and Observability\\nfor details). Note that nodes ignore RUST_LOG and only respond to NOMOS_* variables. Readiness checks: verify runners report node readiness before starting\\nworkloads; this avoids false negatives from starting too early. Failure triage: map failures to missing prerequisites (wallet seeding,\\nnode control availability), runner platform issues, or unmet expectations.\\nStart with liveness signals, then dive into workload-specific assertions. Treat operational hygiene—assets present, prerequisites satisfied, observability\\nreachable—as the first step to reliable scenario outcomes.","breadcrumbs":"Part II — User Guide » Operations » Operations","id":"62","title":"Operations"},"63":{"body":"Both LocalDeployer and ComposeDeployer work in CI environments: LocalDeployer in CI: ✅ Faster (no Docker overhead) ✅ Good for quick smoke tests ⚠️ Less isolation (processes share host) ComposeDeployer in CI (recommended): ✅ Better isolation (containerized) ✅ Reproducible environment ✅ Includes Prometheus/observability ⚠️ Slower startup (Docker image build) ⚠️ Requires Docker daemon See .github/workflows/compose-mixed.yml for a complete CI example using ComposeDeployer.","breadcrumbs":"Part II — User Guide » Operations » CI Usage","id":"63","title":"CI Usage"},"64":{"body":"","breadcrumbs":"Part II — User Guide » Operations » Running Examples","id":"64","title":"Running Examples"},"65":{"body":"POL_PROOF_DEV_MODE=true cargo run -p runner-examples --bin local_runner Optional environment variables: LOCAL_DEMO_VALIDATORS=3 — Number of validators (default: 1) LOCAL_DEMO_EXECUTORS=2 — Number of executors (default: 1) LOCAL_DEMO_RUN_SECS=120 — Run duration in seconds (default: 60) NOMOS_TESTS_TRACING=true — Enable persistent file logging (required with NOMOS_LOG_DIR) NOMOS_LOG_DIR=/tmp/logs — Directory for per-node log files (only with NOMOS_TESTS_TRACING=true) NOMOS_LOG_LEVEL=debug — Set log level (default: info) NOMOS_LOG_FILTER=consensus=trace,da=debug — Fine-grained module filtering (rate is per-block, not per-second) Note: The default local_runner example includes DA workload, so circuit assets in testing-framework/assets/stack/kzgrs_test_params/ are required (fetch via scripts/setup-nomos-circuits.sh).","breadcrumbs":"Part II — User Guide » Operations » Local Runner","id":"65","title":"Local Runner"},"66":{"body":"Prerequisites: ✅ Docker daemon running ✅ Circuit assets in testing-framework/assets/stack/kzgrs_test_params (fetched via scripts/setup-nomos-circuits.sh) ✅ Test image built (see below) Build the test image: # Fetch circuit assets first\\nchmod +x scripts/setup-nomos-circuits.sh\\nscripts/setup-nomos-circuits.sh v0.3.1 /tmp/nomos-circuits\\ncp -r /tmp/nomos-circuits/* testing-framework/assets/stack/kzgrs_test_params/ # Build image (embeds assets)\\nchmod +x testing-framework/assets/stack/scripts/build_test_image.sh\\ntesting-framework/assets/stack/scripts/build_test_image.sh Run the example: NOMOS_TESTNET_IMAGE=nomos-testnet:local \\\\\\nPOL_PROOF_DEV_MODE=true \\\\\\ncargo run -p runner-examples --bin compose_runner Required environment variables: NOMOS_TESTNET_IMAGE=nomos-testnet:local — Image tag (must match built image) POL_PROOF_DEV_MODE=true — Critical: Without this, proof generation is CPU-intensive and tests will timeout Optional environment variables: COMPOSE_NODE_PAIRS=1x1 — Topology: “validators×executors” (default varies by example) TEST_FRAMEWORK_PROMETHEUS_PORT=9091 — Override Prometheus port (default: 9090) COMPOSE_RUNNER_HOST=127.0.0.1 — Host address for port mappings (default: 127.0.0.1) COMPOSE_RUNNER_PRESERVE=1 — Keep containers running after test (for debugging) NOMOS_LOG_DIR=/tmp/compose-logs — Write logs to files inside containers (requires copy-out or volume mount) NOMOS_LOG_LEVEL=debug — Set log level Compose-specific features: ✅ Node control support: Only runner that supports chaos testing ( .enable_node_control() + .chaos() workloads) ✅ Prometheus observability: Metrics at http://localhost:9090 Important: Chaos workloads (random restarts) only work with ComposeDeployer. LocalDeployer and K8sDeployer do not support node control.","breadcrumbs":"Part II — User Guide » Operations » Compose Runner","id":"66","title":"Compose Runner"},"67":{"body":"Prerequisites: ✅ Kubernetes cluster with kubectl configured and working ✅ Circuit assets in testing-framework/assets/stack/kzgrs_test_params ✅ Test image built (same as Compose: testing-framework/assets/stack/scripts/build_test_image.sh) ✅ Image available in cluster (loaded via kind, minikube, or pushed to registry) ✅ POL_PROOF_DEV_MODE=true environment variable set Load image into cluster: # For kind clusters\\nexport NOMOS_TESTNET_IMAGE=nomos-testnet:local\\nkind load docker-image nomos-testnet:local # For minikube\\nminikube image load nomos-testnet:local # For remote clusters (push to registry)\\ndocker tag nomos-testnet:local your-registry/nomos-testnet:local\\ndocker push your-registry/nomos-testnet:local\\nexport NOMOS_TESTNET_IMAGE=your-registry/nomos-testnet:local Run the example: export NOMOS_TESTNET_IMAGE=nomos-testnet:local\\nexport POL_PROOF_DEV_MODE=true\\ncargo run -p runner-examples --bin k8s_runner Important: K8s runner mounts testing-framework/assets/stack/kzgrs_test_params as a hostPath volume. Ensure this directory exists and contains circuit assets on the node where pods will be scheduled. ❌ No node control support yet: Chaos workloads ( .enable_node_control()) will fail. Use ComposeDeployer for chaos testing.","breadcrumbs":"Part II — User Guide » Operations » K8s Runner","id":"67","title":"K8s Runner"},"68":{"body":"DA workloads require KZG cryptographic parameters for polynomial commitment schemes.","breadcrumbs":"Part II — User Guide » Operations » Circuit Assets (KZG Parameters)","id":"68","title":"Circuit Assets (KZG Parameters)"},"69":{"body":"Default path: testing-framework/assets/stack/kzgrs_test_params Override: Set NOMOS_KZGRS_PARAMS_PATH to use a custom location: NOMOS_KZGRS_PARAMS_PATH=/path/to/custom/params cargo run -p runner-examples --bin local_runner","breadcrumbs":"Part II — User Guide » Operations » Asset Location","id":"69","title":"Asset Location"},"7":{"body":"The framework is consumed via runnable example binaries in examples/src/bin/: local_runner.rs — Spawns nodes as local processes compose_runner.rs — Deploys via Docker Compose (requires NOMOS_TESTNET_IMAGE built) k8s_runner.rs — Deploys via Kubernetes Helm (requires cluster + image) Run with: POL_PROOF_DEV_MODE=true cargo run -p runner-examples --bin Important: All runners require POL_PROOF_DEV_MODE=true to avoid expensive Groth16 proof generation that causes timeouts. These binaries use the framework API ( ScenarioBuilder) to construct and execute scenarios.","breadcrumbs":"Part I — Foundations » Architecture Overview » Entry Points","id":"7","title":"Entry Points"},"70":{"body":"Option 1: Use helper script (recommended): # From the repository root\\nchmod +x scripts/setup-nomos-circuits.sh\\nscripts/setup-nomos-circuits.sh v0.3.1 /tmp/nomos-circuits # Copy to default location\\ncp -r /tmp/nomos-circuits/* testing-framework/assets/stack/kzgrs_test_params/ Option 2: Build locally (advanced): # Requires Go, Rust, and circuit build tools\\nmake kzgrs_test_params","breadcrumbs":"Part II — User Guide » Operations » Getting Circuit Assets","id":"70","title":"Getting Circuit Assets"},"71":{"body":"The CI automatically fetches and places assets: - name: Install circuits for host build run: | scripts/setup-nomos-circuits.sh v0.3.1 \\"$TMPDIR/nomos-circuits\\" cp -a \\"$TMPDIR/nomos-circuits\\"/. testing-framework/assets/stack/kzgrs_test_params/","breadcrumbs":"Part II — User Guide » Operations » CI Workflow","id":"71","title":"CI Workflow"},"72":{"body":"Runner When Required Local Always (for DA workloads) Compose During image build (baked into NOMOS_TESTNET_IMAGE) K8s During image build + deployed to cluster via hostPath volume Error without assets: Error: missing KZG parameters at testing-framework/assets/stack/kzgrs_test_params","breadcrumbs":"Part II — User Guide » Operations » When Are Assets Needed?","id":"72","title":"When Are Assets Needed?"},"73":{"body":"","breadcrumbs":"Part II — User Guide » Operations » Logging and Observability","id":"73","title":"Logging and Observability"},"74":{"body":"Critical distinction: Node logs and framework logs use different configuration mechanisms. Component Controlled By Purpose Framework binaries ( cargo run -p runner-examples --bin local_runner) RUST_LOG Runner orchestration, deployment logs Node processes (validators, executors spawned by runner) NOMOS_LOG_LEVEL, NOMOS_LOG_FILTER, NOMOS_LOG_DIR Consensus, DA, mempool, network logs Common mistake: Setting RUST_LOG=debug only increases verbosity of the runner binary itself. Node logs remain at their default level unless you also set NOMOS_LOG_LEVEL=debug. Example: # This only makes the RUNNER verbose, not the nodes:\\nRUST_LOG=debug cargo run -p runner-examples --bin local_runner # This makes the NODES verbose:\\nNOMOS_LOG_LEVEL=debug cargo run -p runner-examples --bin local_runner # Both verbose (typically not needed):\\nRUST_LOG=debug NOMOS_LOG_LEVEL=debug cargo run -p runner-examples --bin local_runner","breadcrumbs":"Part II — User Guide » Operations » Node Logging vs Framework Logging","id":"74","title":"Node Logging vs Framework Logging"},"75":{"body":"Variable Default Effect NOMOS_LOG_DIR None (console only) Directory for per-node log files. If unset, logs go to stdout/stderr. NOMOS_LOG_LEVEL info Global log level: error, warn, info, debug, trace NOMOS_LOG_FILTER None Fine-grained target filtering (e.g., consensus=trace,da=debug) NOMOS_TESTS_TRACING false Enable tracing subscriber for local runner file logging NOMOS_OTLP_ENDPOINT None OTLP trace endpoint (optional, disables OTLP noise if unset) NOMOS_OTLP_METRICS_ENDPOINT None OTLP metrics endpoint (optional) Example: Full debug logging to files: NOMOS_TESTS_TRACING=true \\\\\\nNOMOS_LOG_DIR=/tmp/test-logs \\\\\\nNOMOS_LOG_LEVEL=debug \\\\\\nNOMOS_LOG_FILTER=\\"nomos_consensus=trace,nomos_da_sampling=debug\\" \\\\\\nPOL_PROOF_DEV_MODE=true \\\\\\ncargo run -p runner-examples --bin local_runner","breadcrumbs":"Part II — User Guide » Operations » Logging Environment Variables","id":"75","title":"Logging Environment Variables"},"76":{"body":"When NOMOS_LOG_DIR is set, each node writes logs to separate files: File naming pattern: Validators: Prefix nomos-node-0, nomos-node-1, etc. (may include timestamp suffix) Executors: Prefix nomos-executor-0, nomos-executor-1, etc. (may include timestamp suffix) Local runner caveat: By default, the local runner writes logs to temporary directories in the working directory. These are automatically cleaned up after tests complete. To preserve logs, you MUST set both NOMOS_TESTS_TRACING=true AND NOMOS_LOG_DIR=/path/to/logs.","breadcrumbs":"Part II — User Guide » Operations » Per-Node Log Files","id":"76","title":"Per-Node Log Files"},"77":{"body":"Common target prefixes for NOMOS_LOG_FILTER: Target Prefix Subsystem nomos_consensus Consensus (Cryptarchia) nomos_da_sampling DA sampling service nomos_da_dispersal DA dispersal service nomos_da_verifier DA verification nomos_mempool Transaction mempool nomos_blend Mix network/privacy layer chain_network P2P networking chain_leader Leader election Example filter: NOMOS_LOG_FILTER=\\"nomos_consensus=trace,nomos_da_sampling=debug,chain_network=info\\"","breadcrumbs":"Part II — User Guide » Operations » Filter Target Names","id":"77","title":"Filter Target Names"},"78":{"body":"Local Runner Default (temporary directories, auto-cleanup): POL_PROOF_DEV_MODE=true cargo run -p runner-examples --bin local_runner\\n# Logs written to temporary directories in working directory\\n# Automatically cleaned up after test completes Persistent file output: NOMOS_TESTS_TRACING=true \\\\\\nNOMOS_LOG_DIR=/tmp/local-logs \\\\\\nPOL_PROOF_DEV_MODE=true \\\\\\ncargo run -p runner-examples --bin local_runner # After test completes:\\nls /tmp/local-logs/\\n# Files with prefix: nomos-node-0*, nomos-node-1*, nomos-executor-0*\\n# May include timestamps in filename Both flags required: You MUST set both NOMOS_TESTS_TRACING=true (enables tracing file sink) AND NOMOS_LOG_DIR (specifies directory) to get persistent logs. Compose Runner Via Docker logs (default, recommended): # List containers (note the UUID prefix in names)\\ndocker ps --filter \\"name=nomos-compose-\\" # Stream logs from specific container\\ndocker logs -f # Or use name pattern matching:\\ndocker logs -f $(docker ps --filter \\"name=nomos-compose-.*-validator-0\\" -q | head -1) Via file collection (advanced): Setting NOMOS_LOG_DIR writes files inside the container. To access them, you must either: Copy files out after the run: NOMOS_LOG_DIR=/logs \\\\\\nNOMOS_TESTNET_IMAGE=nomos-testnet:local \\\\\\nPOL_PROOF_DEV_MODE=true \\\\\\ncargo run -p runner-examples --bin compose_runner # After test, copy files from containers:\\ndocker ps --filter \\"name=nomos-compose-\\"\\ndocker cp :/logs/nomos-node-0* /tmp/ Mount a host volume (requires modifying compose template): volumes: - /tmp/host-logs:/logs # Add to docker-compose.yml.tera Recommendation: Use docker logs by default. File collection inside containers is complex and rarely needed. Keep containers for debugging: COMPOSE_RUNNER_PRESERVE=1 \\\\\\nNOMOS_TESTNET_IMAGE=nomos-testnet:local \\\\\\ncargo run -p runner-examples --bin compose_runner\\n# Containers remain running after test—inspect with docker logs or docker exec Note: Container names follow pattern nomos-compose-{uuid}-validator-{index}-1 where {uuid} changes per run. K8s Runner Via kubectl logs (use label selectors): # List pods\\nkubectl get pods # Stream logs using label selectors (recommended)\\nkubectl logs -l app=nomos-validator -f\\nkubectl logs -l app=nomos-executor -f # Stream logs from specific pod\\nkubectl logs -f nomos-validator-0 # Previous logs from crashed pods\\nkubectl logs --previous -l app=nomos-validator Download logs for offline analysis: # Using label selectors\\nkubectl logs -l app=nomos-validator --tail=1000 > all-validators.log\\nkubectl logs -l app=nomos-executor --tail=1000 > all-executors.log # Specific pods\\nkubectl logs nomos-validator-0 > validator-0.log\\nkubectl logs nomos-executor-1 > executor-1.log Specify namespace (if not using default): kubectl logs -n my-namespace -l app=nomos-validator -f","breadcrumbs":"Part II — User Guide » Operations » Accessing Logs Per Runner","id":"78","title":"Accessing Logs Per Runner"},"79":{"body":"OTLP exporters are optional. If you see errors about unreachable OTLP endpoints, it’s safe to ignore them unless you’re actively collecting traces/metrics. To enable OTLP: NOMOS_OTLP_ENDPOINT=http://localhost:4317 \\\\\\nNOMOS_OTLP_METRICS_ENDPOINT=http://localhost:4318 \\\\\\ncargo run -p runner-examples --bin local_runner To silence OTLP errors: Simply leave these variables unset (the default).","breadcrumbs":"Part II — User Guide » Operations » OTLP and Telemetry","id":"79","title":"OTLP and Telemetry"},"8":{"body":"Scenarios are defined using a fluent builder pattern: #![allow(unused)] fn main() {\\nlet mut plan = ScenarioBuilder::topology() .network_star() // Topology configuration .validators(3) .executors(2) .apply() .wallets(50) // Wallet seeding .transactions() // Transaction workload .rate(5) .users(20) .apply() .da() // DA workload .channel_rate(1) .blob_rate(2) .apply() .expect_consensus_liveness() // Expectations .with_run_duration(Duration::from_secs(90)) .build(); } Key API Points: Topology uses .topology().validators(N).executors(M).apply() pattern (not with_node_counts) Workloads are configured via extension traits ( ScenarioBuilderExt, ChaosBuilderExt) Chaos workloads require .enable_node_control() and a compatible runner","breadcrumbs":"Part I — Foundations » Architecture Overview » Builder API","id":"8","title":"Builder API"},"80":{"body":"Runners expose metrics and node HTTP endpoints for expectation code and debugging: Prometheus (Compose only): Default: http://localhost:9090 Override: TEST_FRAMEWORK_PROMETHEUS_PORT=9091 Access from expectations: ctx.telemetry().prometheus_endpoint() Node APIs: Access from expectations: ctx.node_clients().validators().get(0) Endpoints: consensus info, network info, DA membership, etc. See testing-framework/core/src/nodes/api_client.rs for available methods flowchart TD Expose[Runner exposes endpoints/ports] --> Collect[Runtime collects block/health signals] Collect --> Consume[Expectations consume signals
decide pass/fail] Consume --> Inspect[Operators inspect logs/metrics
when failures arise]","breadcrumbs":"Part II — User Guide » Operations » Observability: Prometheus and Node APIs","id":"80","title":"Observability: Prometheus and Node APIs"},"81":{"body":"Deep dives for contributors who extend the framework, evolve its abstractions,\\nor maintain the crate set.","breadcrumbs":"Part III — Developer Reference » Part III — Developer Reference","id":"81","title":"Part III — Developer Reference"},"82":{"body":"The scenario model defines clear, composable responsibilities: Topology: a declarative description of the cluster—how many nodes, their\\nroles, and the broad network and data-availability characteristics. It\\nrepresents the intended shape of the system under test. Scenario: a plan combining topology, workloads, expectations, and a run\\nwindow. Building a scenario validates prerequisites (like seeded wallets) and\\nensures the run lasts long enough to observe meaningful block progression. Workloads: asynchronous tasks that generate traffic or conditions. They\\nuse shared context to interact with the deployed cluster and may bundle\\ndefault expectations. Expectations: post-run assertions. They can capture baselines before\\nworkloads start and evaluate success once activity stops. Runtime: coordinates workloads and expectations for the configured\\nduration, enforces cooldowns when control actions occur, and ensures cleanup\\nso runs do not leak resources. Developers extending the model should keep these boundaries strict: topology\\ndescribes, scenarios assemble, deployers provision, runners orchestrate,\\nworkloads drive, and expectations judge outcomes. For guidance on adding new\\ncapabilities, see Extending the Framework.","breadcrumbs":"Part III — Developer Reference » Scenario Model (Developer Level) » Scenario Model (Developer Level)","id":"82","title":"Scenario Model (Developer Level)"},"83":{"body":"","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Extending the Framework","id":"83","title":"Extending the Framework"},"84":{"body":"Implement testing_framework_core::scenario::Workload: Provide a name and any bundled expectations. In init, derive inputs from GeneratedTopology and RunMetrics; fail\\nfast if prerequisites are missing (e.g., wallet data, node addresses). In start, drive async traffic using the RunContext clients. Expose the workload from a module under testing-framework/workflows and\\nconsider adding a DSL helper for ergonomic wiring.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding a workload","id":"84","title":"Adding a workload"},"85":{"body":"Implement testing_framework_core::scenario::Expectation: Use start_capture to snapshot baseline metrics. Use evaluate to assert outcomes after workloads finish; return all errors\\nso the runner can aggregate them. Export it from testing-framework/workflows if it is reusable.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding an expectation","id":"85","title":"Adding an expectation"},"86":{"body":"Implement testing_framework_core::scenario::Deployer for your backend. Produce a RunContext with NodeClients, metrics endpoints, and optional NodeControlHandle. Guard cleanup with CleanupGuard to reclaim resources even on failures. Mirror the readiness and block-feed probes used by the existing runners so\\nworkloads can rely on consistent signals.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding a runner","id":"86","title":"Adding a runner"},"87":{"body":"Extend testing_framework_core::topology::TopologyBuilder with new layouts or\\nconfiguration presets (e.g., specialized DA parameters). Keep defaults safe:\\nensure at least one participant and clamp dispersal factors as the current\\nhelpers do.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding topology helpers","id":"87","title":"Adding topology helpers"},"88":{"body":"A minimal, end-to-end illustration of adding a custom workload and matching\\nexpectation. This shows the shape of the traits and where to plug into the\\nframework; expand the logic to fit your real test.","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Example: New Workload & Expectation (Rust)","id":"88","title":"Example: New Workload & Expectation (Rust)"},"89":{"body":"Key ideas: name: identifies the workload in logs. expectations: workloads can bundle defaults so callers don’t forget checks. init: derive inputs from the generated topology (e.g., pick a target node). start: drive async activity using the shared RunContext. #![allow(unused)] fn main() {\\nuse std::sync::Arc;\\nuse async_trait::async_trait;\\nuse testing_framework_core::scenario::{ DynError, Expectation, RunContext, RunMetrics, Workload,\\n};\\nuse testing_framework_core::topology::GeneratedTopology; pub struct ReachabilityWorkload { target_idx: usize, bundled: Vec>,\\n} impl ReachabilityWorkload { pub fn new(target_idx: usize) -> Self { Self { target_idx, bundled: vec![Box::new(ReachabilityExpectation::new(target_idx))], } }\\n} #[async_trait]\\nimpl Workload for ReachabilityWorkload { fn name(&self) -> &\'static str { \\"reachability_workload\\" } fn expectations(&self) -> Vec> { self.bundled.clone() } fn init( &mut self, topology: &GeneratedTopology, _metrics: &RunMetrics, ) -> Result<(), DynError> { if topology.validators().get(self.target_idx).is_none() { return Err(\\"no validator at requested index\\".into()); } Ok(()) } async fn start(&self, ctx: &RunContext) -> Result<(), DynError> { let client = ctx .clients() .validators() .get(self.target_idx) .ok_or(\\"missing target client\\")?; // Pseudo-action: issue a lightweight RPC to prove reachability. client.health_check().await.map_err(|e| e.into()) }\\n} }","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Workload: simple reachability probe","id":"89","title":"Workload: simple reachability probe"},"9":{"body":"Three deployer implementations: Deployer Backend Prerequisites Node Control LocalDeployer Local processes Binaries in sibling checkout ❌ No ComposeDeployer Docker Compose NOMOS_TESTNET_IMAGE built ✅ Yes K8sDeployer Kubernetes Helm Cluster + image loaded ❌ Not yet Compose-specific features: Includes Prometheus at http://localhost:9090 (override via TEST_FRAMEWORK_PROMETHEUS_PORT) Optional OTLP trace/metrics endpoints ( NOMOS_OTLP_ENDPOINT, NOMOS_OTLP_METRICS_ENDPOINT) Node control for chaos testing (restart validators/executors)","breadcrumbs":"Part I — Foundations » Architecture Overview » Deployers","id":"9","title":"Deployers"},"90":{"body":"Key ideas: start_capture: snapshot baseline if needed (not used here). evaluate: assert the condition after workloads finish. #![allow(unused)] fn main() {\\nuse async_trait::async_trait;\\nuse testing_framework_core::scenario::{DynError, Expectation, RunContext}; pub struct ReachabilityExpectation { target_idx: usize,\\n} impl ReachabilityExpectation { pub fn new(target_idx: usize) -> Self { Self { target_idx } }\\n} #[async_trait]\\nimpl Expectation for ReachabilityExpectation { fn name(&self) -> &str { \\"target_reachable\\" } async fn evaluate(&mut self, ctx: &RunContext) -> Result<(), DynError> { let client = ctx .clients() .validators() .get(self.target_idx) .ok_or(\\"missing target client\\")?; client.health_check().await.map_err(|e| { format!(\\"target became unreachable during run: {e}\\").into() }) }\\n} }","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Expectation: confirm the target stayed reachable","id":"90","title":"Expectation: confirm the target stayed reachable"},"91":{"body":"Build your scenario as usual and call .with_workload(ReachabilityWorkload::new(0)). The bundled expectation is attached automatically; you can add more with .with_expectation(...) if needed. Keep the logic minimal and fast for smoke tests; grow it into richer probes\\nfor deeper scenarios.","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » How to wire it","id":"91","title":"How to wire it"},"92":{"body":"High-level roles of the crates that make up the framework: Configs ( testing-framework/configs/): Prepares reusable configuration primitives for nodes, networking, tracing, data availability, and wallets, shared by all scenarios and runners. Includes topology generation and circuit asset resolution. Core scenario orchestration ( testing-framework/core/): Houses the topology and scenario model, runtime coordination, node clients, and readiness/health probes. Defines Deployer and Runner traits, ScenarioBuilder, and RunContext. Workflows ( testing-framework/workflows/): Packages workloads (transaction, DA, chaos) and expectations (consensus liveness) into reusable building blocks. Offers fluent DSL extensions ( ScenarioBuilderExt, ChaosBuilderExt). Runners ( testing-framework/runners/{local,compose,k8s}/): Implements deployment backends (local host, Docker Compose, Kubernetes) that all consume the same scenario plan. Each provides a Deployer implementation ( LocalDeployer, ComposeDeployer, K8sDeployer). Runner Examples ( examples/runner-examples): Runnable binaries demonstrating framework usage and serving as living documentation. These are the primary entry point for running scenarios ( local_runner.rs, compose_runner.rs, k8s_runner.rs).","breadcrumbs":"Part III — Developer Reference » Internal Crate Reference » Internal Crate Reference","id":"92","title":"Internal Crate Reference"},"93":{"body":"What You’re Adding Where It Goes Examples Node config parameter testing-framework/configs/src/topology/configs/ Slot duration, log levels, DA params Topology feature testing-framework/core/src/topology/ New network layouts, node roles Scenario capability testing-framework/core/src/scenario/ New capabilities, context methods Workload testing-framework/workflows/src/workloads/ New traffic generators Expectation testing-framework/workflows/src/expectations/ New success criteria Builder API testing-framework/workflows/src/builder/ DSL extensions, fluent methods Deployer testing-framework/runners/ New deployment backends Example scenario examples/src/bin/ Demonstration binaries","breadcrumbs":"Part III — Developer Reference » Internal Crate Reference » Where to Add New Capabilities","id":"93","title":"Where to Add New Capabilities"},"94":{"body":"","breadcrumbs":"Part III — Developer Reference » Internal Crate Reference » Extension Workflow","id":"94","title":"Extension Workflow"},"95":{"body":"Define the workload in testing-framework/workflows/src/workloads/your_workload.rs: #![allow(unused)] fn main() {\\nuse async_trait::async_trait;\\nuse testing_framework_core::scenario::{Workload, RunContext, DynError}; pub struct YourWorkload { // config fields\\n} #[async_trait]\\nimpl Workload for YourWorkload { fn name(&self) -> &\'static str { \\"your_workload\\" } async fn start(&self, ctx: &RunContext) -> Result<(), DynError> { // implementation Ok(()) }\\n} } Add builder extension in testing-framework/workflows/src/builder/mod.rs: #![allow(unused)] fn main() {\\npub trait ScenarioBuilderExt { fn your_workload(self) -> YourWorkloadBuilder;\\n} } Use in examples in examples/src/bin/your_scenario.rs: #![allow(unused)] fn main() {\\nlet mut plan = ScenarioBuilder::topology() .network_star() .validators(3) .executors(0) .apply() .your_workload() // Your new DSL method .apply() .build(); }","breadcrumbs":"Part III — Developer Reference » Internal Crate Reference » Adding a New Workload","id":"95","title":"Adding a New Workload"},"96":{"body":"Define the expectation in testing-framework/workflows/src/expectations/your_expectation.rs: #![allow(unused)] fn main() {\\nuse async_trait::async_trait;\\nuse testing_framework_core::scenario::{Expectation, RunContext, DynError}; pub struct YourExpectation { // config fields\\n} #[async_trait]\\nimpl Expectation for YourExpectation { fn name(&self) -> &str { \\"your_expectation\\" } async fn evaluate(&mut self, ctx: &RunContext) -> Result<(), DynError> { // implementation Ok(()) }\\n} } Add builder extension in testing-framework/workflows/src/builder/mod.rs: #![allow(unused)] fn main() {\\npub trait ScenarioBuilderExt { fn expect_your_condition(self) -> Self;\\n} }","breadcrumbs":"Part III — Developer Reference » Internal Crate Reference » Adding a New Expectation","id":"96","title":"Adding a New Expectation"},"97":{"body":"Implement Deployer trait in testing-framework/runners/your_runner/src/deployer.rs: #![allow(unused)] fn main() {\\nuse async_trait::async_trait;\\nuse testing_framework_core::scenario::{Deployer, Runner, Scenario}; pub struct YourDeployer; #[async_trait]\\nimpl Deployer for YourDeployer { type Error = YourError; async fn deploy(&self, scenario: &Scenario) -> Result { // Provision infrastructure // Wait for readiness // Return Runner }\\n} } Provide cleanup and handle node control if supported. Add example in examples/src/bin/your_runner.rs. For detailed examples, see Extending the Framework and Custom Workload Example.","breadcrumbs":"Part III — Developer Reference » Internal Crate Reference » Adding a New Deployer","id":"97","title":"Adding a New Deployer"},"98":{"body":"Quick-reference material and supporting guidance to keep scenarios discoverable,\\ndebuggable, and consistent.","breadcrumbs":"Part IV — Appendix » Part IV — Appendix","id":"98","title":"Part IV — Appendix"},"99":{"body":"Quick reference for the scenario builder DSL. All methods are chainable.","breadcrumbs":"Part IV — Appendix » Builder API Quick Reference » Builder API Quick Reference","id":"99","title":"Builder API Quick Reference"}},"length":134,"save":true},"fields":["title","body","breadcrumbs"],"index":{"body":{"root":{"0":{".":{"2":{"0":{"2":{"4":{"df":2,"docs":{"115":{"tf":1.0},"116":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"df":3,"docs":{"132":{"tf":1.0},"18":{"tf":1.4142135623730951},"21":{"tf":1.7320508075688772}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"78":{"tf":1.0}}}}}},"1":{"df":0,"docs":{},"t":{"1":{"0":{"df":2,"docs":{"115":{"tf":1.0},"116":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":4,"docs":{"115":{"tf":1.4142135623730951},"116":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"78":{"tf":2.449489742783178}}},"1":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"78":{"tf":1.0}}}}}},"0":{"0":{"df":1,"docs":{"116":{"tf":1.4142135623730951}}},"df":1,"docs":{"48":{"tf":1.0}}},"2":{"0":{"df":2,"docs":{"107":{"tf":1.0},"132":{"tf":1.0}}},"7":{".":{"0":{".":{"0":{".":{"1":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"115":{"tf":1.0},"116":{"tf":1.0}}},"4":{"df":1,"docs":{"132":{"tf":1.0}}},"df":9,"docs":{"104":{"tf":1.0},"111":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.7320508075688772},"118":{"tf":1.0},"65":{"tf":1.4142135623730951},"70":{"tf":1.0},"76":{"tf":1.4142135623730951},"78":{"tf":2.0}}},"2":{"0":{"df":2,"docs":{"103":{"tf":1.0},"48":{"tf":1.0}}},"7":{"df":3,"docs":{"132":{"tf":1.0},"18":{"tf":1.4142135623730951},"21":{"tf":1.0}}},">":{"&":{"1":{"df":1,"docs":{"116":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":10,"docs":{"104":{"tf":1.0},"111":{"tf":1.0},"119":{"tf":1.0},"123":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.7320508075688772},"47":{"tf":1.7320508075688772},"70":{"tf":1.0}},"s":{"df":3,"docs":{"132":{"tf":1.7320508075688772},"18":{"tf":1.0},"21":{"tf":1.4142135623730951}}}},"3":{"0":{"df":5,"docs":{"115":{"tf":1.0},"116":{"tf":1.0},"132":{"tf":1.4142135623730951},"18":{"tf":1.0},"48":{"tf":1.0}}},"df":2,"docs":{"120":{"tf":1.0},"47":{"tf":1.0}}},"4":{"0":{"df":1,"docs":{"132":{"tf":1.0}}},"5":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"115":{"tf":1.0},"116":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":3,"docs":{"121":{"tf":1.0},"132":{"tf":1.0},"47":{"tf":1.4142135623730951}}},"5":{"0":{"df":1,"docs":{"102":{"tf":1.0}}},"4":{"df":1,"docs":{"132":{"tf":1.0}}},"df":7,"docs":{"103":{"tf":1.0},"111":{"tf":1.0},"122":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"48":{"tf":1.0}}},"6":{"0":{"df":3,"docs":{"132":{"tf":1.0},"18":{"tf":1.4142135623730951},"65":{"tf":1.0}}},"df":1,"docs":{"123":{"tf":1.0}}},"9":{"0":{"9":{"0":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}},"df":3,"docs":{"132":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":9,"docs":{"110":{"tf":1.0},"111":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"89":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"a":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"133":{"tf":1.0}}}},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"119":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"81":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":10,"docs":{"115":{"tf":1.0},"116":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"33":{"tf":1.0},"41":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"78":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"102":{"tf":1.0},"132":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"133":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"133":{"tf":1.4142135623730951},"19":{"tf":1.0},"52":{"tf":1.0},"82":{"tf":1.0},"89":{"tf":1.0}}}},"v":{"df":12,"docs":{"18":{"tf":1.4142135623730951},"21":{"tf":1.0},"23":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.4142135623730951},"79":{"tf":1.0},"82":{"tf":1.0},"89":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":2,"docs":{"21":{"tf":1.0},"53":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"37":{"tf":1.0},"39":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"116":{"tf":1.4142135623730951},"119":{"tf":1.0},"20":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}},"d":{"df":11,"docs":{"116":{"tf":1.0},"119":{"tf":1.0},"34":{"tf":2.0},"39":{"tf":1.0},"40":{"tf":1.0},"78":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"120":{"tf":1.0},"66":{"tf":1.0},"84":{"tf":1.0}}}}}}},"df":10,"docs":{"82":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"122":{"tf":1.0},"21":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":4,"docs":{"132":{"tf":1.0},"46":{"tf":1.4142135623730951},"70":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"85":{"tf":1.0}}},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"113":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":4,"docs":{"132":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.4142135623730951},"56":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":29,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"95":{"tf":1.7320508075688772},"96":{"tf":1.4142135623730951},"97":{"tf":1.0}}}}}}},"df":4,"docs":{"125":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"40":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"129":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"a":{"df":0,"docs":{},"y":{"df":4,"docs":{"116":{"tf":1.0},"132":{"tf":1.0},"21":{"tf":1.0},"72":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"78":{"tf":1.0}}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"129":{"tf":1.0},"45":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"i":{"df":10,"docs":{"122":{"tf":1.0},"15":{"tf":1.0},"27":{"tf":1.4142135623730951},"29":{"tf":1.0},"55":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951},"93":{"tf":1.0},"99":{"tf":1.0}}},"p":{"=":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":4,"docs":{"115":{"tf":1.0},"116":{"tf":3.0},"119":{"tf":1.4142135623730951},"78":{"tf":2.449489742783178}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"98":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":18,"docs":{"101":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"111":{"tf":1.7320508075688772},"17":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"19":{"tf":2.23606797749979},"38":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772},"48":{"tf":1.4142135623730951},"49":{"tf":1.7320508075688772},"50":{"tf":1.7320508075688772},"8":{"tf":1.7320508075688772},"95":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"2":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"132":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"0":{"tf":1.0},"14":{"tf":1.0},"4":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"131":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"80":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"22":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"26":{"tf":1.0},"82":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":14,"docs":{"106":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"21":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.0},"40":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"62":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.0}}}},"t":{"df":21,"docs":{"10":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"12":{"tf":1.0},"120":{"tf":1.0},"125":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"130":{"tf":1.7320508075688772},"131":{"tf":1.7320508075688772},"27":{"tf":1.7320508075688772},"30":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.7320508075688772},"67":{"tf":1.4142135623730951},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.4142135623730951},"92":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":3,"docs":{"0":{"tf":1.0},"116":{"tf":1.0},"21":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"18":{"tf":1.0},"39":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{":":{":":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"89":{"tf":1.0},"90":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":5,"docs":{"89":{"tf":1.0},"90":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":14,"docs":{"111":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"84":{"tf":1.0},"89":{"tf":1.4142135623730951},"90":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"82":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"23":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"1":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0},"56":{"tf":1.0}}}}},"o":{"df":2,"docs":{"133":{"tf":1.0},"78":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"115":{"tf":1.0},"71":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{}}}},"x":{"df":1,"docs":{"119":{"tf":1.0}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":17,"docs":{"0":{"tf":1.4142135623730951},"127":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"56":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.4142135623730951},"67":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0},"92":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":8,"docs":{"112":{"tf":1.0},"20":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"57":{"tf":1.0},"62":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}}}}},"b":{"(":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"5":{"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":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":8,"docs":{"23":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"6":{"tf":1.0},"86":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}}}}},"d":{"df":4,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"54":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":3,"docs":{"130":{"tf":1.0},"131":{"tf":1.0},"72":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"133":{"tf":1.0},"55":{"tf":2.0},"59":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":4,"docs":{"133":{"tf":1.0},"18":{"tf":1.0},"40":{"tf":1.0},"57":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"123":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"116":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"c":{"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{}}}},"df":1,"docs":{"5":{"tf":1.0}},"e":{"c":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"119":{"tf":1.0},"90":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"128":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":6,"docs":{"119":{"tf":1.0},"127":{"tf":1.0},"133":{"tf":1.4142135623730951},"40":{"tf":1.0},"62":{"tf":1.0},"82":{"tf":1.0}}}}},"g":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"119":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"61":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":9,"docs":{"113":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"133":{"tf":1.0}}}},"w":{"df":2,"docs":{"41":{"tf":1.0},"66":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"40":{"tf":1.0},"58":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"63":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":9,"docs":{"105":{"tf":1.4142135623730951},"113":{"tf":1.0},"128":{"tf":1.0},"133":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.0},"40":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"116":{"tf":1.0}}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":11,"docs":{"14":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.0},"41":{"tf":1.4142135623730951},"62":{"tf":1.0},"7":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951},"9":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0}}}}},"d":{"df":1,"docs":{"120":{"tf":1.0}}},"df":14,"docs":{"116":{"tf":1.7320508075688772},"121":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0},"74":{"tf":2.0},"75":{"tf":1.0},"78":{"tf":2.0},"79":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"b":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"2":{"df":4,"docs":{"104":{"tf":1.0},"111":{"tf":1.0},"44":{"tf":1.0},"8":{"tf":1.0}}},"3":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":8,"docs":{"0":{"tf":1.4142135623730951},"104":{"tf":1.0},"111":{"tf":1.0},"133":{"tf":2.23606797749979},"20":{"tf":1.0},"27":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0}}},"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"80":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":27,"docs":{"0":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.4142135623730951},"106":{"tf":1.0},"111":{"tf":1.7320508075688772},"113":{"tf":1.7320508075688772},"125":{"tf":1.4142135623730951},"132":{"tf":2.8284271247461903},"133":{"tf":2.8284271247461903},"17":{"tf":1.0},"18":{"tf":3.4641016151377544},"19":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"21":{"tf":2.8284271247461903},"23":{"tf":1.4142135623730951},"27":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.4142135623730951},"40":{"tf":1.0},"42":{"tf":1.0},"53":{"tf":1.7320508075688772},"54":{"tf":1.0},"65":{"tf":1.0},"82":{"tf":1.0},"86":{"tf":1.0},"92":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}},"f":{"df":0,"docs":{},"e":{"df":2,"docs":{"133":{"tf":1.0},"53":{"tf":1.0}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":3,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"27":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":8,"docs":{"115":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"44":{"tf":1.0},"63":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"82":{"tf":1.0}}}}},"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":8,"docs":{"111":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"18":{"tf":1.0},"24":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"27":{"tf":1.0}}}}}}},"o":{"a":{"d":{"df":1,"docs":{"82":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"20":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"27":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":25,"docs":{"108":{"tf":1.4142135623730951},"111":{"tf":1.0},"130":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"23":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"71":{"tf":1.0},"72":{"tf":1.4142135623730951},"8":{"tf":1.0},"82":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"27":{"tf":1.7320508075688772},"29":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.0},"8":{"tf":1.4142135623730951},"93":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"t":{"df":9,"docs":{"11":{"tf":1.0},"130":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"41":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":5,"docs":{"39":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"89":{"tf":1.7320508075688772},"91":{"tf":1.0}}}},"df":0,"docs":{}}}},"c":{"(":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"5":{"tf":1.0}}}}}}}}},"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":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"20":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"113":{"tf":1.0},"133":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"18":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"l":{"df":3,"docs":{"127":{"tf":1.4142135623730951},"133":{"tf":1.0},"91":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"89":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"113":{"tf":1.0}}}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"105":{"tf":1.0},"133":{"tf":1.0},"46":{"tf":1.0},"82":{"tf":1.0},"93":{"tf":1.7320508075688772}}}},"c":{"df":1,"docs":{"113":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"132":{"tf":1.0},"56":{"tf":1.0},"82":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"27":{"tf":1.0}}}}}}},"df":14,"docs":{"116":{"tf":1.7320508075688772},"121":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0},"74":{"tf":2.0},"75":{"tf":1.0},"78":{"tf":2.0},"79":{"tf":1.0}}}}},"t":{"df":1,"docs":{"115":{"tf":1.0}}},"u":{"df":0,"docs":{},"s":{"df":13,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"125":{"tf":1.4142135623730951},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"133":{"tf":1.0},"57":{"tf":1.0},"62":{"tf":1.0},"7":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"76":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":1,"docs":{"5":{"tf":1.0}},"f":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"27":{"tf":1.0},"30":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":2,"docs":{"13":{"tf":1.0},"27":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"77":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"77":{"tf":1.0}}}}}}}}}},"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"99":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"133":{"tf":1.0},"52":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"1":{"tf":1.0},"21":{"tf":1.0},"78":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{"df":4,"docs":{"104":{"tf":1.0},"111":{"tf":1.0},"44":{"tf":1.0},"8":{"tf":1.0}}},"2":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"133":{"tf":1.0}}},"df":0,"docs":{}}}},"df":5,"docs":{"0":{"tf":1.0},"104":{"tf":1.0},"111":{"tf":1.0},"133":{"tf":2.23606797749979},"37":{"tf":1.0}}}}}},"o":{"df":23,"docs":{"105":{"tf":2.0},"113":{"tf":2.23606797749979},"127":{"tf":1.4142135623730951},"132":{"tf":1.7320508075688772},"133":{"tf":1.4142135623730951},"19":{"tf":2.23606797749979},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"35":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"45":{"tf":1.7320508075688772},"47":{"tf":1.0},"50":{"tf":1.4142135623730951},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"66":{"tf":1.7320508075688772},"67":{"tf":1.4142135623730951},"8":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"19":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"45":{"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":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":7,"docs":{"100":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0},"92":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"82":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"17":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":21,"docs":{"113":{"tf":1.4142135623730951},"116":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.7320508075688772},"121":{"tf":1.0},"125":{"tf":1.0},"128":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"23":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"55":{"tf":1.0},"6":{"tf":1.4142135623730951},"62":{"tf":1.0},"89":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"26":{"tf":1.0},"62":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"66":{"tf":1.4142135623730951},"70":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"40":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"35":{"tf":1.4142135623730951},"40":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"23":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}}}}},"i":{"df":9,"docs":{"18":{"tf":1.0},"24":{"tf":1.0},"40":{"tf":1.7320508075688772},"56":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":2.23606797749979},"71":{"tf":1.4142135623730951}},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":18,"docs":{"11":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.4142135623730951},"128":{"tf":1.0},"130":{"tf":1.4142135623730951},"131":{"tf":2.0},"27":{"tf":1.7320508075688772},"30":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":2.0},"67":{"tf":1.4142135623730951},"68":{"tf":1.0},"70":{"tf":2.0},"71":{"tf":1.7320508075688772},"92":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":11,"docs":{"112":{"tf":1.0},"12":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"27":{"tf":1.0},"32":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.7320508075688772},"70":{"tf":1.4142135623730951},"71":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"87":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"24":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"39":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"113":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":5,"docs":{"115":{"tf":1.4142135623730951},"129":{"tf":1.0},"14":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":9,"docs":{"129":{"tf":1.0},"133":{"tf":1.0},"17":{"tf":1.0},"23":{"tf":1.0},"6":{"tf":1.0},"78":{"tf":1.0},"82":{"tf":1.0},"86":{"tf":1.0},"97":{"tf":1.0}},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"86":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"r":{"df":7,"docs":{"1":{"tf":1.0},"24":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"62":{"tf":1.0},"82":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"|":{"df":2,"docs":{"89":{"tf":1.0},"90":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":5,"docs":{"27":{"tf":1.4142135623730951},"84":{"tf":1.0},"89":{"tf":1.7320508075688772},"90":{"tf":1.7320508075688772},"92":{"tf":1.0}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"132":{"tf":1.0},"18":{"tf":2.0},"39":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":20,"docs":{"1":{"tf":1.0},"133":{"tf":1.0},"24":{"tf":1.4142135623730951},"27":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"5":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.4142135623730951},"60":{"tf":1.7320508075688772},"62":{"tf":1.0},"67":{"tf":2.23606797749979},"7":{"tf":1.0},"72":{"tf":1.0},"82":{"tf":1.0},"9":{"tf":1.0}},"—":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"82":{"tf":1.0}}}}}}}}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"41":{"tf":1.0},"80":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"21":{"tf":1.4142135623730951}},"i":{"c":{"df":0,"docs":{},"i":{"df":3,"docs":{"132":{"tf":1.0},"18":{"tf":1.4142135623730951},"21":{"tf":1.0}}}},"df":0,"docs":{}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"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":{"38":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"80":{"tf":1.0}}}}}}}}},"df":5,"docs":{"38":{"tf":1.0},"53":{"tf":1.0},"78":{"tf":1.4142135623730951},"79":{"tf":1.0},"80":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"133":{"tf":1.0},"25":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"6":{"tf":1.0},"82":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"115":{"tf":1.0},"119":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"68":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":7,"docs":{"113":{"tf":1.0},"120":{"tf":1.0},"124":{"tf":1.0},"39":{"tf":1.0},"61":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"123":{"tf":1.0},"40":{"tf":1.0},"56":{"tf":1.0}}},"t":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":11,"docs":{"0":{"tf":1.0},"111":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"55":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.4142135623730951}}},"x":{"df":1,"docs":{"78":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"133":{"tf":1.4142135623730951},"14":{"tf":1.0},"3":{"tf":1.0},"6":{"tf":1.0},"74":{"tf":1.0}}},"s":{"df":37,"docs":{"0":{"tf":1.0},"109":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.7320508075688772},"116":{"tf":2.449489742783178},"119":{"tf":1.4142135623730951},"122":{"tf":1.0},"129":{"tf":1.0},"13":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.7320508075688772},"29":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"47":{"tf":1.7320508075688772},"56":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"7":{"tf":1.0},"72":{"tf":1.0},"78":{"tf":2.449489742783178},"80":{"tf":1.0},"82":{"tf":1.0},"9":{"tf":1.4142135623730951},"92":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":3,"docs":{"13":{"tf":1.0},"27":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":1,"docs":{"27":{"tf":1.0}}}}}},"/":{"df":0,"docs":{},"k":{"8":{"df":3,"docs":{"115":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"=":{"1":{"df":0,"docs":{},"x":{"1":{"df":1,"docs":{"66":{"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":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":3,"docs":{"116":{"tf":1.0},"66":{"tf":1.0},"78":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":6,"docs":{"26":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.0},"41":{"tf":1.0},"7":{"tf":1.0},"92":{"tf":1.0}}}},"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"=":{"1":{"2":{"7":{".":{"0":{".":{"0":{".":{"1":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"=":{"1":{"df":3,"docs":{"116":{"tf":1.0},"66":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":12,"docs":{"113":{"tf":1.0},"127":{"tf":1.4142135623730951},"133":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0},"63":{"tf":1.7320508075688772},"66":{"tf":1.0},"67":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":1.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":5,"docs":{"109":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":4,"docs":{"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0}},"u":{"df":2,"docs":{"2":{"tf":1.0},"56":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"19":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.0},"40":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"38":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"133":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0},"82":{"tf":1.0},"90":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"3":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"132":{"tf":1.0},"21":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":14,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"116":{"tf":1.0},"13":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":2.23606797749979},"29":{"tf":1.4142135623730951},"30":{"tf":1.0},"34":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":20,"docs":{"101":{"tf":1.0},"123":{"tf":1.0},"131":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"18":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"62":{"tf":1.0},"67":{"tf":1.0},"74":{"tf":1.0},"8":{"tf":1.4142135623730951},"82":{"tf":1.0},"87":{"tf":1.0},"92":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"113":{"tf":1.0},"90":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"113":{"tf":1.0},"120":{"tf":1.0},"128":{"tf":1.0}}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"101":{"tf":1.0},"120":{"tf":1.0},"128":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":21,"docs":{"0":{"tf":1.0},"113":{"tf":1.0},"123":{"tf":1.0},"125":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":1.0},"18":{"tf":1.4142135623730951},"21":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"80":{"tf":1.0},"92":{"tf":1.0}},"s":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"e":{",":{"d":{"a":{"=":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":2,"docs":{"33":{"tf":1.0},"75":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"18":{"tf":1.0},"21":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"55":{"tf":1.0}}}}},"i":{"d":{"df":1,"docs":{"84":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"35":{"tf":1.0},"57":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"53":{"tf":1.0},"55":{"tf":1.0},"86":{"tf":1.0},"98":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"116":{"tf":1.0},"75":{"tf":1.0}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"108":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"df":5,"docs":{"26":{"tf":1.0},"53":{"tf":1.0},"7":{"tf":1.0},"80":{"tf":1.4142135623730951},"92":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"80":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":10,"docs":{"115":{"tf":2.23606797749979},"116":{"tf":3.0},"119":{"tf":1.0},"133":{"tf":1.4142135623730951},"14":{"tf":1.0},"30":{"tf":1.0},"59":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"78":{"tf":3.1622776601683795}},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"115":{"tf":1.0}}},"df":0,"docs":{}}}},"df":2,"docs":{"1":{"tf":1.0},"63":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"115":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"35":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":3,"docs":{"0":{"tf":1.0},"82":{"tf":1.0},"93":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":4,"docs":{"106":{"tf":1.0},"133":{"tf":1.0},"38":{"tf":1.0},"49":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"81":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":19,"docs":{"105":{"tf":1.0},"113":{"tf":1.0},"127":{"tf":1.7320508075688772},"133":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.4142135623730951},"45":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"74":{"tf":1.0},"82":{"tf":1.0},"9":{"tf":1.4142135623730951},"97":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"59":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"52":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":4,"docs":{"105":{"tf":1.0},"133":{"tf":1.0},"23":{"tf":1.0},"82":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"82":{"tf":1.0},"92":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"i":{"df":5,"docs":{"130":{"tf":1.0},"131":{"tf":1.0},"66":{"tf":1.0},"70":{"tf":1.0},"78":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"e":{"df":8,"docs":{"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"5":{"tf":1.0},"92":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"133":{"tf":1.0},"55":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"56":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"113":{"tf":1.0},"126":{"tf":1.0},"21":{"tf":1.0},"39":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"26":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}}}}},"p":{"df":6,"docs":{"130":{"tf":1.0},"131":{"tf":1.0},"66":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"78":{"tf":1.0}},"u":{"df":1,"docs":{"66":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"116":{"tf":2.23606797749979},"54":{"tf":1.0},"78":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":6,"docs":{"24":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.4142135623730951},"34":{"tf":1.0},"81":{"tf":1.0},"92":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"133":{"tf":1.4142135623730951},"19":{"tf":1.0},"35":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":5,"docs":{"132":{"tf":1.0},"133":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"c":{"df":2,"docs":{"66":{"tf":1.0},"74":{"tf":1.0}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"a":{"df":2,"docs":{"133":{"tf":1.0},"77":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"68":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"t":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"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":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"0":{"df":2,"docs":{"15":{"tf":1.0},"80":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"(":{")":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"33":{"tf":1.0},"80":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":4,"docs":{"89":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"95":{"tf":1.0},"96":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":1,"docs":{"122":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"116":{"tf":1.0},"52":{"tf":1.0},"87":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":7,"docs":{"34":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"69":{"tf":1.0},"88":{"tf":1.0},"97":{"tf":1.0}}}}}}}},"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"5":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"[":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"23":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"a":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"27":{"tf":1.0}}}},"_":{"a":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":30,"docs":{"0":{"tf":2.23606797749979},"104":{"tf":1.7320508075688772},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"12":{"tf":1.0},"125":{"tf":1.7320508075688772},"128":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":2.0},"14":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"27":{"tf":1.4142135623730951},"40":{"tf":1.0},"44":{"tf":2.0},"47":{"tf":1.0},"49":{"tf":1.4142135623730951},"62":{"tf":1.0},"65":{"tf":1.0},"68":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.7320508075688772},"8":{"tf":1.4142135623730951},"80":{"tf":1.0},"87":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"63":{"tf":1.0},"66":{"tf":1.0}}}}}},"t":{"a":{"df":12,"docs":{"0":{"tf":2.0},"132":{"tf":1.0},"133":{"tf":2.23606797749979},"23":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"6":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"92":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"23":{"tf":1.0},"5":{"tf":1.0}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"116":{"tf":1.0}}}}}},"df":8,"docs":{"116":{"tf":1.0},"117":{"tf":1.0},"19":{"tf":1.0},"58":{"tf":1.0},"66":{"tf":1.0},"75":{"tf":1.4142135623730951},"78":{"tf":1.0},"80":{"tf":1.0}},"g":{"df":2,"docs":{"22":{"tf":1.0},"98":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"23":{"tf":1.0},"35":{"tf":1.0}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"r":{"df":8,"docs":{"133":{"tf":1.0},"17":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"82":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"81":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"91":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":24,"docs":{"11":{"tf":1.0},"115":{"tf":1.7320508075688772},"116":{"tf":1.4142135623730951},"12":{"tf":1.0},"132":{"tf":1.7320508075688772},"14":{"tf":1.4142135623730951},"15":{"tf":1.0},"18":{"tf":1.7320508075688772},"19":{"tf":1.0},"21":{"tf":1.7320508075688772},"39":{"tf":1.0},"65":{"tf":2.23606797749979},"66":{"tf":1.7320508075688772},"69":{"tf":1.0},"70":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":2.0},"79":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0},"87":{"tf":1.0},"89":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"35":{"tf":1.0},"8":{"tf":1.0},"82":{"tf":1.0},"92":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"38":{"tf":1.0},"39":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"l":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":6,"docs":{"26":{"tf":1.0},"31":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"97":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":32,"docs":{"109":{"tf":2.0},"111":{"tf":1.0},"118":{"tf":1.0},"133":{"tf":1.4142135623730951},"17":{"tf":1.0},"23":{"tf":1.4142135623730951},"24":{"tf":1.0},"26":{"tf":1.7320508075688772},"27":{"tf":1.7320508075688772},"29":{"tf":2.0},"30":{"tf":1.0},"34":{"tf":1.4142135623730951},"4":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":2.0},"6":{"tf":1.4142135623730951},"60":{"tf":1.0},"7":{"tf":1.4142135623730951},"72":{"tf":1.0},"74":{"tf":1.0},"82":{"tf":1.4142135623730951},"9":{"tf":1.7320508075688772},"92":{"tf":1.7320508075688772},"93":{"tf":1.4142135623730951},"97":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"(":{"&":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":9,"docs":{"110":{"tf":1.0},"111":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}}},"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":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"118":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"84":{"tf":1.0},"89":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":6,"docs":{"119":{"tf":1.0},"17":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.4142135623730951},"6":{"tf":1.0},"82":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":4,"docs":{"133":{"tf":1.0},"26":{"tf":1.0},"55":{"tf":1.0},"82":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"24":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":6,"docs":{"131":{"tf":1.0},"15":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"62":{"tf":1.0},"97":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"19":{"tf":1.4142135623730951},"22":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"113":{"tf":1.0},"132":{"tf":1.0},"19":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951},"40":{"tf":1.0}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":6,"docs":{"24":{"tf":1.0},"40":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.4142135623730951}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":2,"docs":{"128":{"tf":1.0},"129":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"132":{"tf":1.0},"25":{"tf":1.0},"56":{"tf":1.0},"74":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"58":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":8,"docs":{"115":{"tf":1.7320508075688772},"14":{"tf":1.0},"28":{"tf":1.0},"65":{"tf":1.0},"67":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.4142135623730951},"78":{"tf":2.0}}}}}}},"df":0,"docs":{}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"133":{"tf":1.0},"15":{"tf":1.0},"75":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"59":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"98":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":8,"docs":{"0":{"tf":1.0},"104":{"tf":1.0},"111":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.4142135623730951},"27":{"tf":1.0},"77":{"tf":1.0},"87":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"37":{"tf":1.0},"74":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"62":{"tf":1.0},"81":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"8":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}}},"df":26,"docs":{"109":{"tf":1.0},"11":{"tf":1.0},"115":{"tf":2.0},"116":{"tf":2.8284271247461903},"119":{"tf":1.0},"129":{"tf":1.7320508075688772},"13":{"tf":1.0},"130":{"tf":1.0},"14":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":2.0},"29":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.7320508075688772},"66":{"tf":1.0},"67":{"tf":1.7320508075688772},"7":{"tf":1.0},"78":{"tf":3.3166247903554},"9":{"tf":1.0},"92":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"27":{"tf":1.0},"40":{"tf":1.0},"92":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"\'":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}},"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":5,"docs":{"126":{"tf":1.0},"127":{"tf":1.0},"21":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"116":{"tf":1.4142135623730951}}},"’":{"df":0,"docs":{},"t":{"df":4,"docs":{"113":{"tf":1.0},"127":{"tf":1.0},"132":{"tf":1.0},"89":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"129":{"tf":1.0},"23":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":2,"docs":{"116":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"45":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"[":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}},"df":7,"docs":{"23":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"89":{"tf":1.0}},"n":{"df":1,"docs":{"36":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"l":{"df":8,"docs":{"26":{"tf":1.0},"34":{"tf":1.0},"39":{"tf":1.0},"84":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"128":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"t":{"df":16,"docs":{"107":{"tf":1.0},"113":{"tf":1.0},"132":{"tf":1.4142135623730951},"133":{"tf":2.23606797749979},"18":{"tf":1.4142135623730951},"21":{"tf":2.23606797749979},"22":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"35":{"tf":1.0},"40":{"tf":1.0},"49":{"tf":1.0},"56":{"tf":1.0},"65":{"tf":1.0},"82":{"tf":1.0},"93":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":6,"docs":{"125":{"tf":1.0},"133":{"tf":1.4142135623730951},"23":{"tf":1.0},"53":{"tf":1.0},"72":{"tf":1.4142135623730951},"90":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"89":{"tf":1.7320508075688772},"90":{"tf":1.0},"95":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}}}}}}}}}},"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"5":{"tf":1.0}}}},"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":10,"docs":{"115":{"tf":1.4142135623730951},"123":{"tf":1.0},"133":{"tf":1.4142135623730951},"33":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"75":{"tf":1.0},"84":{"tf":1.0},"87":{"tf":1.0},"89":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"89":{"tf":1.0}}}}}}},"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"23":{"tf":1.0}}}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":8,"docs":{"133":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0},"6":{"tf":1.0},"76":{"tf":1.0},"92":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"62":{"tf":1.0}}}}},"s":{"df":1,"docs":{"59":{"tf":1.0}},"i":{"df":1,"docs":{"35":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":1,"docs":{"116":{"tf":1.0}}}}},"df":2,"docs":{"23":{"tf":1.0},"5":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"16":{"tf":1.0},"35":{"tf":1.0},"75":{"tf":1.0}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"133":{"tf":1.0},"77":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"b":{"df":2,"docs":{"11":{"tf":1.0},"66":{"tf":1.0}},"o":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"16":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":10,"docs":{"0":{"tf":1.0},"105":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"33":{"tf":1.0},"39":{"tf":1.0},"65":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":9,"docs":{"105":{"tf":1.4142135623730951},"127":{"tf":1.4142135623730951},"19":{"tf":1.0},"27":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"8":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"d":{"df":2,"docs":{"44":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":7,"docs":{"122":{"tf":1.0},"15":{"tf":1.7320508075688772},"75":{"tf":1.4142135623730951},"79":{"tf":1.0},"80":{"tf":1.4142135623730951},"86":{"tf":1.0},"9":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"80":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"132":{"tf":1.0},"21":{"tf":1.0},"82":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"26":{"tf":1.0},"3":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":5,"docs":{"125":{"tf":1.0},"126":{"tf":1.0},"21":{"tf":1.4142135623730951},"35":{"tf":1.0},"82":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":12,"docs":{"0":{"tf":1.0},"119":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"133":{"tf":1.4142135623730951},"54":{"tf":1.0},"56":{"tf":1.0},"62":{"tf":1.0},"67":{"tf":1.0},"82":{"tf":1.4142135623730951},"87":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"27":{"tf":1.0},"7":{"tf":1.0},"92":{"tf":1.0}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"27":{"tf":1.4142135623730951},"30":{"tf":1.0}}}}}}}}}},"v":{"df":1,"docs":{"113":{"tf":1.0}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":23,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.4142135623730951},"35":{"tf":1.0},"40":{"tf":1.4142135623730951},"56":{"tf":1.7320508075688772},"57":{"tf":1.4142135623730951},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"75":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"113":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"84":{"tf":1.0}}}}}}},"r":{"(":{"\\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"89":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"/":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":11,"docs":{"113":{"tf":1.0},"118":{"tf":1.4142135623730951},"120":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"128":{"tf":1.0},"72":{"tf":1.4142135623730951},"75":{"tf":1.0},"79":{"tf":1.4142135623730951},"85":{"tf":1.0},"97":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"2":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"c":{"df":2,"docs":{"76":{"tf":1.4142135623730951},"80":{"tf":1.0}}},"df":0,"docs":{}},"v":{"a":{"df":0,"docs":{},"l":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"90":{"tf":1.0},"96":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":8,"docs":{"133":{"tf":1.0},"23":{"tf":1.0},"38":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"86":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":3,"docs":{"24":{"tf":1.0},"6":{"tf":1.0},"81":{"tf":1.0}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"116":{"tf":1.4142135623730951},"18":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":28,"docs":{"111":{"tf":1.0},"116":{"tf":2.0},"121":{"tf":1.0},"133":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":2.449489742783178},"31":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772},"46":{"tf":1.0},"47":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.7320508075688772},"67":{"tf":1.4142135623730951},"69":{"tf":1.0},"7":{"tf":1.4142135623730951},"74":{"tf":2.23606797749979},"75":{"tf":1.4142135623730951},"77":{"tf":1.0},"78":{"tf":2.0},"79":{"tf":1.0},"88":{"tf":1.0},"92":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"95":{"tf":1.0},"97":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":2,"docs":{"26":{"tf":1.0},"92":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"r":{"c":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"97":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"95":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":4,"docs":{"34":{"tf":1.0},"41":{"tf":1.0},"7":{"tf":1.0},"93":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"113":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"c":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":2,"docs":{"116":{"tf":1.0},"78":{"tf":1.0}},"u":{"df":0,"docs":{},"t":{"df":11,"docs":{"110":{"tf":1.0},"113":{"tf":1.0},"133":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"5":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":17,"docs":{"0":{"tf":1.4142135623730951},"101":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":2.0},"119":{"tf":1.0},"13":{"tf":1.0},"133":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":1.0},"27":{"tf":1.4142135623730951},"3":{"tf":1.0},"35":{"tf":1.0},"47":{"tf":1.7320508075688772},"65":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.7320508075688772},"78":{"tf":2.23606797749979}},"s":{"(":{"0":{"df":3,"docs":{"42":{"tf":1.0},"43":{"tf":1.0},"95":{"tf":1.0}}},"1":{"df":3,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0}}},"2":{"df":9,"docs":{"101":{"tf":1.0},"111":{"tf":1.0},"19":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"116":{"tf":1.0},"78":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":5,"docs":{"133":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"6":{"tf":1.0}}}}},"df":0,"docs":{}}},"h":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"113":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"115":{"tf":1.0},"125":{"tf":1.0},"67":{"tf":1.0},"86":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":13,"docs":{"106":{"tf":1.0},"111":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"_":{"c":{"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":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"96":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"89":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":47,"docs":{"1":{"tf":1.0},"106":{"tf":1.0},"118":{"tf":1.4142135623730951},"122":{"tf":1.0},"125":{"tf":1.0},"128":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.4142135623730951},"133":{"tf":2.23606797749979},"15":{"tf":1.4142135623730951},"18":{"tf":2.6457513110645907},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":2.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"29":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.7320508075688772},"82":{"tf":2.23606797749979},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.4142135623730951},"89":{"tf":2.0},"90":{"tf":1.7320508075688772},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"96":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":7,"docs":{"112":{"tf":1.0},"133":{"tf":1.0},"31":{"tf":1.0},"41":{"tf":1.0},"57":{"tf":1.0},"62":{"tf":1.0},"7":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"28":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"39":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"1":{"tf":1.0},"116":{"tf":1.4142135623730951},"21":{"tf":1.0},"24":{"tf":1.0},"35":{"tf":1.0},"40":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"29":{"tf":1.0},"67":{"tf":2.0},"79":{"tf":1.0},"85":{"tf":1.0}}}},"s":{"df":4,"docs":{"15":{"tf":1.0},"33":{"tf":1.0},"80":{"tf":1.4142135623730951},"84":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"80":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"—":{"a":{"d":{"df":0,"docs":{},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"113":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"38":{"tf":1.0},"39":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":11,"docs":{"113":{"tf":1.0},"125":{"tf":1.0},"133":{"tf":1.0},"24":{"tf":1.0},"34":{"tf":1.0},"49":{"tf":1.4142135623730951},"81":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":1.0},"87":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":8,"docs":{"27":{"tf":1.0},"51":{"tf":1.4142135623730951},"8":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}}}}}}},"}":{"\\"":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"90":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"f":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"20":{"tf":1.4142135623730951},"26":{"tf":1.0}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"87":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":10,"docs":{"117":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.7320508075688772},"125":{"tf":1.0},"126":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"23":{"tf":1.0},"67":{"tf":1.0},"84":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":12,"docs":{"116":{"tf":1.0},"118":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"24":{"tf":1.0},"35":{"tf":1.0},"40":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.4142135623730951},"80":{"tf":1.0},"86":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"s":{"df":5,"docs":{"132":{"tf":1.0},"133":{"tf":1.0},"21":{"tf":1.0},"62":{"tf":1.0},"75":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}}}},"q":{"df":1,"docs":{"132":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"35":{"tf":1.0},"40":{"tf":1.0},"58":{"tf":1.0},"84":{"tf":1.0},"91":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"63":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}}}}},"df":2,"docs":{"116":{"tf":2.6457513110645907},"78":{"tf":2.449489742783178}},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"47":{"tf":1.0},"66":{"tf":1.0},"9":{"tf":1.0},"93":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"40":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"86":{"tf":1.0}}},"df":0,"docs":{}},"t":{"c":{"df":0,"docs":{},"h":{"df":10,"docs":{"112":{"tf":1.0},"12":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"27":{"tf":1.4142135623730951},"32":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"71":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"40":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"95":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"df":11,"docs":{"115":{"tf":2.449489742783178},"116":{"tf":1.0},"120":{"tf":1.0},"131":{"tf":1.0},"14":{"tf":2.23606797749979},"33":{"tf":1.4142135623730951},"65":{"tf":1.4142135623730951},"66":{"tf":1.0},"75":{"tf":1.7320508075688772},"76":{"tf":1.7320508075688772},"78":{"tf":2.8284271247461903}},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"116":{"tf":1.0},"78":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"116":{"tf":2.0},"119":{"tf":1.0},"33":{"tf":1.0},"54":{"tf":1.0},"65":{"tf":1.0},"75":{"tf":1.0},"77":{"tf":1.4142135623730951},"78":{"tf":1.7320508075688772}}}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"108":{"tf":1.0},"55":{"tf":1.0}}}},"d":{"df":3,"docs":{"114":{"tf":1.0},"116":{"tf":2.0},"48":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":3,"docs":{"132":{"tf":1.0},"65":{"tf":1.0},"75":{"tf":1.0}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":7,"docs":{"101":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"35":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"116":{"tf":1.7320508075688772},"119":{"tf":1.0},"120":{"tf":1.0},"19":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0}},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"132":{"tf":1.0}}}}}}}}}},"t":{"df":4,"docs":{"40":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.0},"88":{"tf":1.0}}},"x":{"df":10,"docs":{"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":5,"docs":{"115":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"78":{"tf":1.0}}},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"113":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"23":{"tf":1.0},"38":{"tf":1.0},"5":{"tf":1.0},"61":{"tf":1.0},"80":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":4,"docs":{"24":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"56":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"8":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0}}}}}}},"n":{"df":29,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"8":{"tf":1.0},"89":{"tf":2.449489742783178},"90":{"tf":2.0},"95":{"tf":2.449489742783178},"96":{"tf":2.23606797749979},"97":{"tf":1.4142135623730951}}},"o":{"c":{"df":0,"docs":{},"u":{"df":2,"docs":{"120":{"tf":1.0},"17":{"tf":1.0}},"s":{"df":3,"docs":{"0":{"tf":1.0},"26":{"tf":1.0},"62":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":6,"docs":{"116":{"tf":1.0},"117":{"tf":1.0},"4":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0},"78":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"89":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"39":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"t":{"!":{"(":{"\\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"90":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"6":{"tf":1.0}},"u":{"df":0,"docs":{},"l":{"a":{"df":1,"docs":{"21":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"2":{"tf":1.0},"39":{"tf":1.0}}}},"df":3,"docs":{"120":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"k":{"/":{"c":{"df":0,"docs":{},"f":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"z":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":15,"docs":{"11":{"tf":1.0},"112":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.0},"125":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}}}}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":4,"docs":{"11":{"tf":1.0},"130":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0}}}}},"df":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":{"30":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"92":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"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":2,"docs":{"34":{"tf":1.0},"93":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"r":{"df":2,"docs":{"34":{"tf":1.0},"92":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"80":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"93":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"93":{"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":0,"docs":{},"n":{"df":2,"docs":{"34":{"tf":1.0},"93":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"97":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"{":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{",":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{",":{"df":0,"docs":{},"k":{"8":{"df":1,"docs":{"92":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"84":{"tf":1.0},"85":{"tf":1.0},"92":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"34":{"tf":1.0},"93":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{".":{"df":0,"docs":{},"r":{"df":2,"docs":{"95":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"96":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":2,"docs":{"34":{"tf":1.0},"93":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":2,"docs":{"34":{"tf":1.0},"93":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"95":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}},"df":26,"docs":{"0":{"tf":1.0},"118":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"2":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.4142135623730951},"31":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"7":{"tf":1.4142135623730951},"74":{"tf":1.7320508075688772},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.0},"92":{"tf":1.4142135623730951},"97":{"tf":1.0}},"’":{"df":1,"docs":{"39":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"47":{"tf":1.0},"50":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"3":{"tf":1.0},"75":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":8,"docs":{"0":{"tf":1.0},"113":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"19":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0}}}}}}},"d":{"df":5,"docs":{"102":{"tf":1.0},"120":{"tf":1.0},"126":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"54":{"tf":1.4142135623730951}}}}}},"g":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"113":{"tf":1.0},"3":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"61":{"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":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"84":{"tf":1.0},"89":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":24,"docs":{"112":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"120":{"tf":1.0},"125":{"tf":1.4142135623730951},"128":{"tf":1.0},"133":{"tf":1.7320508075688772},"24":{"tf":1.0},"27":{"tf":1.4142135623730951},"29":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"54":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":1.4142135623730951},"62":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.0},"82":{"tf":1.0},"89":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0}}}}},"t":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"89":{"tf":1.0},"90":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"70":{"tf":1.0}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"63":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"1":{"tf":1.0}},"n":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"33":{"tf":1.0},"75":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"133":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"35":{"tf":1.0},"40":{"tf":1.0}}}},"df":4,"docs":{"115":{"tf":1.0},"34":{"tf":1.0},"70":{"tf":1.0},"75":{"tf":1.0}},"e":{"df":1,"docs":{"93":{"tf":1.0}}},"o":{"d":{"df":7,"docs":{"123":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"35":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"65":{"tf":1.0},"75":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"116":{"tf":1.0},"119":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"1":{"6":{"df":5,"docs":{"112":{"tf":1.0},"133":{"tf":1.0},"57":{"tf":1.0},"62":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":1,"docs":{"133":{"tf":1.0}}}},"w":{"df":1,"docs":{"91":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"86":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":4,"docs":{"25":{"tf":1.0},"34":{"tf":1.0},"82":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{}}},"df":4,"docs":{"1":{"tf":1.0},"113":{"tf":1.0},"25":{"tf":1.0},"34":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"23":{"tf":1.0}},"l":{"df":2,"docs":{"17":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"r":{"d":{"df":1,"docs":{"19":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}}},"df":1,"docs":{"118":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"116":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":1,"docs":{"52":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"133":{"tf":1.0},"20":{"tf":1.4142135623730951},"35":{"tf":1.0},"6":{"tf":1.0}},"i":{"df":3,"docs":{"122":{"tf":1.0},"20":{"tf":1.0},"38":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"27":{"tf":1.0}}}}}}},"df":3,"docs":{"27":{"tf":1.7320508075688772},"7":{"tf":1.0},"9":{"tf":1.0}}},"p":{"df":1,"docs":{"16":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"32":{"tf":1.0},"39":{"tf":1.0},"70":{"tf":1.0},"84":{"tf":1.0},"87":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"e":{"df":4,"docs":{"0":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"90":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":9,"docs":{"133":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"35":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.4142135623730951},"6":{"tf":1.0},"92":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"60":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"20":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":4,"docs":{"129":{"tf":1.0},"26":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"24":{"tf":1.0},"58":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.0},"71":{"tf":1.0},"78":{"tf":1.0},"92":{"tf":1.0}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"67":{"tf":1.0},"72":{"tf":1.0}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"92":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"1":{"8":{"0":{"8":{"0":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"122":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"0":{"9":{"0":{"df":6,"docs":{"122":{"tf":1.0},"15":{"tf":1.0},"33":{"tf":1.0},"66":{"tf":1.0},"80":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"122":{"tf":1.0},"15":{"tf":1.0},"80":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"i":{"[":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"38":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"d":{">":{":":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"78":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"115":{"tf":1.0},"116":{"tf":2.23606797749979},"78":{"tf":1.0}},"e":{"a":{"df":3,"docs":{"51":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"89":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"62":{"tf":1.0},"79":{"tf":1.0}}}}}},"i":{"df":1,"docs":{"25":{"tf":1.0}},"i":{"df":1,"docs":{"81":{"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":{"41":{"tf":1.0},"88":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":14,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"130":{"tf":2.0},"131":{"tf":1.0},"27":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.0},"41":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":2.23606797749979},"67":{"tf":2.23606797749979},"7":{"tf":1.0},"72":{"tf":1.4142135623730951},"9":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"17":{"tf":1.4142135623730951}}}},"l":{"df":5,"docs":{"89":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":12,"docs":{"34":{"tf":2.0},"51":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":1.4142135623730951},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":7,"docs":{"100":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"57":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.0}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":18,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"133":{"tf":1.0},"14":{"tf":1.0},"20":{"tf":1.0},"33":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"54":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0},"76":{"tf":1.4142135623730951},"78":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":7,"docs":{"132":{"tf":1.0},"133":{"tf":1.0},"20":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"113":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":8,"docs":{"113":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"126":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"61":{"tf":1.0},"74":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"\\"":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"89":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":5,"docs":{"115":{"tf":1.7320508075688772},"116":{"tf":1.4142135623730951},"120":{"tf":1.0},"14":{"tf":1.4142135623730951},"78":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":4,"docs":{"15":{"tf":1.0},"65":{"tf":1.0},"75":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":6,"docs":{"133":{"tf":1.0},"17":{"tf":1.0},"3":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0},"97":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"23":{"tf":1.0},"39":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"38":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":3,"docs":{"38":{"tf":1.4142135623730951},"84":{"tf":1.0},"89":{"tf":1.4142135623730951}},"i":{"df":1,"docs":{"55":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"84":{"tf":1.0},"89":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"115":{"tf":2.0},"66":{"tf":1.0},"78":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"80":{"tf":1.0}}}}}}},"df":4,"docs":{"116":{"tf":1.0},"120":{"tf":1.0},"59":{"tf":1.0},"80":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"71":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"116":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"120":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":3,"docs":{"26":{"tf":1.0},"3":{"tf":1.0},"41":{"tf":1.0}}}},"n":{"d":{"df":4,"docs":{"132":{"tf":1.0},"133":{"tf":1.0},"35":{"tf":1.0},"82":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"66":{"tf":1.0}}},"t":{"df":4,"docs":{"17":{"tf":1.0},"24":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"0":{"tf":1.4142135623730951},"3":{"tf":1.0},"82":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":3,"docs":{"20":{"tf":2.0},"34":{"tf":1.0},"92":{"tf":1.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"16":{"tf":1.0},"24":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0}}}}}},"v":{"df":5,"docs":{"113":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"18":{"tf":1.0},"53":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"19":{"tf":1.0}},"t":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"54":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":3,"docs":{"3":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"u":{"df":5,"docs":{"120":{"tf":1.4142135623730951},"122":{"tf":1.0},"123":{"tf":1.0},"62":{"tf":1.0},"89":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"35":{"tf":1.0},"58":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"74":{"tf":1.0}}}}}},"’":{"df":1,"docs":{"79":{"tf":1.0}}}},"v":{"df":1,"docs":{"98":{"tf":1.0}}}},"j":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"g":{"df":4,"docs":{"133":{"tf":1.0},"24":{"tf":1.0},"6":{"tf":1.0},"82":{"tf":1.0}}}},"df":0,"docs":{}}},"k":{"8":{"df":15,"docs":{"112":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"119":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"14":{"tf":1.0},"27":{"tf":1.4142135623730951},"40":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"72":{"tf":1.0},"78":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":6,"docs":{"26":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.0},"41":{"tf":1.0},"7":{"tf":1.0},"92":{"tf":1.0}}}},"df":1,"docs":{"67":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":8,"docs":{"113":{"tf":1.0},"127":{"tf":1.0},"133":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"66":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":1.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":{"109":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":17,"docs":{"116":{"tf":1.0},"132":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.4142135623730951},"35":{"tf":1.0},"39":{"tf":1.7320508075688772},"40":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"78":{"tf":1.0},"82":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0},"98":{"tf":1.0}}}},"y":{"df":6,"docs":{"28":{"tf":1.0},"29":{"tf":1.0},"47":{"tf":1.0},"8":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"129":{"tf":1.0}}}},"n":{"d":{"df":1,"docs":{"67":{"tf":1.7320508075688772}}},"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":{"133":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":1,"docs":{"123":{"tf":1.0}}}}}},"u":{"b":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":6,"docs":{"115":{"tf":1.4142135623730951},"116":{"tf":3.872983346207417},"119":{"tf":1.7320508075688772},"14":{"tf":1.0},"67":{"tf":1.0},"78":{"tf":3.3166247903554}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":14,"docs":{"109":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"g":{"df":14,"docs":{"11":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"128":{"tf":1.0},"130":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"27":{"tf":2.0},"32":{"tf":1.0},"62":{"tf":1.0},"68":{"tf":1.4142135623730951},"72":{"tf":1.0}},"r":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"27":{"tf":1.0},"30":{"tf":1.0},"70":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":3,"docs":{"116":{"tf":2.0},"119":{"tf":1.0},"78":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"24":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"116":{"tf":1.0},"120":{"tf":1.0},"82":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"39":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"133":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"44":{"tf":1.4142135623730951},"6":{"tf":1.0},"77":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"26":{"tf":1.0},"3":{"tf":1.0},"39":{"tf":1.0},"87":{"tf":1.0},"93":{"tf":1.0}}}}}}},"df":4,"docs":{"115":{"tf":1.0},"116":{"tf":3.0},"119":{"tf":1.4142135623730951},"78":{"tf":2.449489742783178}},"e":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"133":{"tf":1.0},"77":{"tf":1.0}}}}},"df":0,"docs":{},"k":{"df":2,"docs":{"23":{"tf":1.0},"82":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}},"v":{"df":1,"docs":{"79":{"tf":1.0}}}},"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"133":{"tf":1.0}}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"63":{"tf":1.0}}}},"t":{"df":1,"docs":{"3":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":17,"docs":{"121":{"tf":1.0},"133":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"82":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0}}}}}},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"29":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"89":{"tf":1.0}}}}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":2,"docs":{"116":{"tf":1.0},"38":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"116":{"tf":1.4142135623730951},"119":{"tf":1.0},"78":{"tf":1.4142135623730951}}}},"v":{"df":0,"docs":{},"e":{"df":20,"docs":{"116":{"tf":1.0},"123":{"tf":1.0},"125":{"tf":1.0},"132":{"tf":1.4142135623730951},"133":{"tf":1.7320508075688772},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"62":{"tf":1.0},"92":{"tf":1.4142135623730951}}}}},"o":{"a":{"d":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}}}}},"df":11,"docs":{"120":{"tf":1.0},"131":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.7320508075688772},"48":{"tf":1.4142135623730951},"49":{"tf":1.7320508075688772},"53":{"tf":1.0},"55":{"tf":1.0},"67":{"tf":2.0},"9":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"=":{"2":{"df":1,"docs":{"65":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"=":{"1":{"2":{"0":{"df":1,"docs":{"65":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"=":{"3":{"df":1,"docs":{"65":{"tf":1.0}}},"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":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":8,"docs":{"116":{"tf":1.4142135623730951},"121":{"tf":1.0},"65":{"tf":1.4142135623730951},"69":{"tf":1.0},"74":{"tf":2.0},"75":{"tf":1.0},"78":{"tf":1.4142135623730951},"79":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":6,"docs":{"26":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.0},"41":{"tf":1.0},"7":{"tf":1.0},"92":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":9,"docs":{"113":{"tf":1.0},"127":{"tf":1.0},"133":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"63":{"tf":1.4142135623730951},"66":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":1.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":5,"docs":{"109":{"tf":1.0},"111":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":30,"docs":{"1":{"tf":1.0},"109":{"tf":1.0},"112":{"tf":1.0},"115":{"tf":1.4142135623730951},"116":{"tf":1.0},"119":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"14":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.7320508075688772},"29":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.4142135623730951},"65":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.4142135623730951},"78":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":1.0}}},"t":{"df":4,"docs":{"115":{"tf":1.0},"62":{"tf":1.0},"69":{"tf":1.4142135623730951},"70":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":23,"docs":{"113":{"tf":1.7320508075688772},"114":{"tf":1.0},"115":{"tf":3.1622776601683795},"116":{"tf":4.795831523312719},"120":{"tf":1.0},"121":{"tf":1.4142135623730951},"125":{"tf":1.0},"128":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"14":{"tf":3.0},"15":{"tf":1.4142135623730951},"33":{"tf":2.23606797749979},"62":{"tf":1.4142135623730951},"65":{"tf":1.7320508075688772},"66":{"tf":1.7320508075688772},"73":{"tf":1.0},"74":{"tf":2.6457513110645907},"75":{"tf":2.6457513110645907},"76":{"tf":2.0},"78":{"tf":5.0},"89":{"tf":1.0},"93":{"tf":1.0}},"i":{"c":{"df":3,"docs":{"133":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}},"s":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"116":{"tf":1.0}}}}}},"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"80":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"116":{"tf":1.0}}}}}}},":":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"78":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"132":{"tf":1.0},"21":{"tf":1.0},"35":{"tf":1.0},"82":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"118":{"tf":1.0},"132":{"tf":1.0}}},"p":{"df":3,"docs":{"17":{"tf":1.0},"40":{"tf":1.0},"58":{"tf":1.0}}},"s":{"df":1,"docs":{"26":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"133":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"24":{"tf":1.0}}}}}},"r":{"df":2,"docs":{"23":{"tf":1.0},"5":{"tf":1.0}}},"s":{"df":2,"docs":{"116":{"tf":1.0},"78":{"tf":1.0}}},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":2,"docs":{"132":{"tf":1.0},"21":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"24":{"tf":1.0},"40":{"tf":1.0},"59":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"26":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":29,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"95":{"tf":1.7320508075688772},"96":{"tf":1.4142135623730951},"97":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"24":{"tf":1.0},"55":{"tf":1.0},"81":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":11,"docs":{"133":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"24":{"tf":1.4142135623730951},"3":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"70":{"tf":1.0},"74":{"tf":1.4142135623730951},"92":{"tf":1.0}}}},"l":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"54":{"tf":1.4142135623730951}}}}}}},"n":{"df":0,"docs":{},"i":{"df":5,"docs":{"3":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"6":{"tf":1.0},"82":{"tf":1.0}}},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"133":{"tf":1.0}}}}},"p":{"df":2,"docs":{"62":{"tf":1.0},"66":{"tf":1.0}}},"t":{"c":{"df":0,"docs":{},"h":{"df":6,"docs":{"116":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"66":{"tf":1.0},"78":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"98":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"35":{"tf":1.0},"60":{"tf":1.0}}}}}},"x":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"2":{"0":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}},"4":{"0":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"6":{"0":{"df":1,"docs":{"105":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":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":{"105":{"tf":1.0}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"48":{"tf":1.0}}}}}}}},"d":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"27":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":1,"docs":{"126":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":7,"docs":{"0":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"40":{"tf":1.0},"82":{"tf":1.0}}}}},"t":{"df":1,"docs":{"39":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"133":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"74":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"15":{"tf":1.0},"80":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"20":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":4,"docs":{"14":{"tf":1.0},"54":{"tf":1.7320508075688772},"74":{"tf":1.0},"77":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"1":{"tf":1.0},"2":{"tf":1.0},"26":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"118":{"tf":1.0},"124":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"133":{"tf":1.0},"62":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"d":{"df":6,"docs":{"34":{"tf":1.0},"52":{"tf":1.0},"80":{"tf":1.0},"93":{"tf":1.4142135623730951},"95":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"c":{"df":9,"docs":{"113":{"tf":1.0},"15":{"tf":1.4142135623730951},"23":{"tf":1.0},"33":{"tf":1.4142135623730951},"66":{"tf":1.0},"75":{"tf":1.0},"80":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"0":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"3":{"0":{"df":1,"docs":{"105":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":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":{"105":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"116":{"tf":1.0}}}},"k":{"df":0,"docs":{},"u":{"b":{"df":1,"docs":{"67":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"m":{"df":6,"docs":{"123":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.4142135623730951},"58":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"132":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"86":{"tf":1.0}}}}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"113":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"s":{"df":8,"docs":{"113":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"132":{"tf":1.0},"62":{"tf":1.0},"72":{"tf":1.0},"84":{"tf":1.0}}},"t":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"74":{"tf":1.0}}}},"df":0,"docs":{}}},"x":{"df":3,"docs":{"113":{"tf":1.0},"19":{"tf":1.0},"77":{"tf":1.0}},"e":{"d":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"63":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"d":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"52":{"tf":1.0}},"l":{"df":8,"docs":{"1":{"tf":1.0},"2":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"39":{"tf":1.0},"82":{"tf":1.7320508075688772},"92":{"tf":1.0}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"34":{"tf":1.0},"78":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"24":{"tf":1.0}}}},"df":2,"docs":{"65":{"tf":1.0},"84":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"13":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"125":{"tf":1.0},"91":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"116":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"115":{"tf":1.4142135623730951},"14":{"tf":1.4142135623730951},"27":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"78":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"24":{"tf":1.0},"40":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":7,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"2":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.4142135623730951},"35":{"tf":1.0},"59":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"133":{"tf":1.0},"40":{"tf":1.0}}}}}}},"t":{"df":11,"docs":{"111":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0},"89":{"tf":1.0},"95":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":4,"docs":{"89":{"tf":1.0},"90":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}}}}}}},"df":0,"docs":{}},"=":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":3,"docs":{"116":{"tf":1.7320508075688772},"119":{"tf":1.0},"78":{"tf":1.7320508075688772}}}}}}},"df":14,"docs":{"115":{"tf":1.4142135623730951},"116":{"tf":3.605551275463989},"119":{"tf":1.7320508075688772},"14":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0},"7":{"tf":1.0},"71":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":2.0},"84":{"tf":1.0},"89":{"tf":1.0}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":3,"docs":{"116":{"tf":3.0},"119":{"tf":1.0},"78":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"df":5,"docs":{"116":{"tf":1.7320508075688772},"119":{"tf":1.0},"126":{"tf":1.0},"20":{"tf":1.0},"78":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"40":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":13,"docs":{"119":{"tf":1.0},"132":{"tf":1.4142135623730951},"19":{"tf":1.0},"3":{"tf":1.0},"39":{"tf":1.0},"52":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}},"—":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"g":{"df":2,"docs":{"133":{"tf":1.0},"62":{"tf":1.0}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"77":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":14,"docs":{"101":{"tf":1.0},"111":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":16,"docs":{"0":{"tf":1.7320508075688772},"120":{"tf":1.0},"128":{"tf":1.0},"133":{"tf":1.4142135623730951},"15":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.4142135623730951},"35":{"tf":1.0},"52":{"tf":1.7320508075688772},"6":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"133":{"tf":1.0},"54":{"tf":1.0}}}}},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"89":{"tf":1.0},"90":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":8,"docs":{"34":{"tf":1.7320508075688772},"82":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"93":{"tf":2.449489742783178},"95":{"tf":1.4142135623730951},"96":{"tf":1.0},"97":{"tf":1.0}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}}},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"tf":1.0}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"86":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":2,"docs":{"52":{"tf":1.0},"86":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":53,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"101":{"tf":1.7320508075688772},"105":{"tf":1.0},"113":{"tf":1.4142135623730951},"115":{"tf":2.8284271247461903},"116":{"tf":1.7320508075688772},"119":{"tf":1.4142135623730951},"120":{"tf":1.7320508075688772},"122":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"127":{"tf":1.7320508075688772},"128":{"tf":1.7320508075688772},"129":{"tf":1.0},"133":{"tf":2.23606797749979},"14":{"tf":2.449489742783178},"15":{"tf":1.4142135623730951},"2":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.7320508075688772},"27":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"52":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":2.0},"6":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.0},"62":{"tf":2.0},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"7":{"tf":1.0},"74":{"tf":2.449489742783178},"75":{"tf":1.0},"76":{"tf":2.0},"78":{"tf":1.7320508075688772},"80":{"tf":1.7320508075688772},"82":{"tf":1.0},"84":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"97":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"15":{"tf":1.0},"75":{"tf":1.0}},"i":{"df":2,"docs":{"19":{"tf":1.0},"40":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"df":25,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"11":{"tf":1.0},"112":{"tf":1.0},"115":{"tf":2.23606797749979},"116":{"tf":1.7320508075688772},"119":{"tf":1.0},"12":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.4142135623730951},"131":{"tf":1.0},"133":{"tf":1.0},"14":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"3":{"tf":1.7320508075688772},"32":{"tf":1.0},"62":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.7320508075688772},"67":{"tf":1.7320508075688772},"70":{"tf":1.4142135623730951},"71":{"tf":1.0},"76":{"tf":2.0},"78":{"tf":2.6457513110645907}},"s":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"77":{"tf":1.0}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"77":{"tf":1.0}}}}}}}}}},"d":{"a":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"77":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"77":{"tf":1.0}}}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"77":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"62":{"tf":1.0}},"k":{"df":0,"docs":{},"z":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"=":{"/":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"12":{"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":{},"t":{"df":0,"docs":{},"o":{"/":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"69":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":4,"docs":{"27":{"tf":1.0},"30":{"tf":1.0},"62":{"tf":1.0},"69":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"115":{"tf":1.0}}}}}}},"=":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"78":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"115":{"tf":1.0},"76":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"66":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"116":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"78":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":1,"docs":{"65":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"75":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":10,"docs":{"115":{"tf":1.4142135623730951},"14":{"tf":2.0},"27":{"tf":1.0},"33":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":6,"docs":{"14":{"tf":1.0},"33":{"tf":1.0},"62":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"77":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"=":{"\\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"e":{",":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"_":{"d":{"a":{"_":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"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":2,"docs":{"121":{"tf":1.0},"75":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"e":{",":{"d":{"a":{"=":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"65":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"=":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":6,"docs":{"116":{"tf":1.0},"121":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"74":{"tf":1.7320508075688772},"75":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":6,"docs":{"14":{"tf":1.0},"27":{"tf":1.0},"33":{"tf":1.0},"62":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"77":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"=":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"4":{"3":{"1":{"7":{"df":2,"docs":{"15":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":2,"docs":{"75":{"tf":1.0},"9":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"=":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"4":{"3":{"1":{"8":{"df":2,"docs":{"15":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":2,"docs":{"75":{"tf":1.0},"9":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":6,"docs":{"11":{"tf":1.0},"31":{"tf":1.0},"41":{"tf":1.0},"7":{"tf":1.0},"72":{"tf":1.0},"9":{"tf":1.0}},"e":{"=":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":4,"docs":{"116":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951}}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"67":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":3,"docs":{"27":{"tf":1.0},"33":{"tf":1.0},"75":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":7,"docs":{"115":{"tf":1.4142135623730951},"116":{"tf":1.0},"14":{"tf":1.0},"65":{"tf":1.4142135623730951},"75":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"75":{"tf":2.0}}}},"t":{"df":0,"docs":{},"e":{"df":9,"docs":{"115":{"tf":1.0},"116":{"tf":1.7320508075688772},"119":{"tf":1.0},"21":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"78":{"tf":1.4142135623730951}}}}},"t":{"df":0,"docs":{},"p":{"df":3,"docs":{"132":{"tf":1.0},"18":{"tf":1.4142135623730951},"27":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"101":{"tf":1.4142135623730951},"18":{"tf":1.0},"39":{"tf":1.0},"65":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"o":{"[":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"23":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":22,"docs":{"113":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"131":{"tf":1.0},"132":{"tf":1.4142135623730951},"133":{"tf":1.7320508075688772},"15":{"tf":1.4142135623730951},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.4142135623730951},"35":{"tf":1.0},"40":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.4142135623730951},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"66":{"tf":1.0},"73":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"40":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"82":{"tf":1.0}}}}},"df":0,"docs":{}},"df":2,"docs":{"116":{"tf":1.4142135623730951},"23":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"92":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"78":{"tf":1.0}}}}}}},"k":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"\\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"89":{"tf":1.0},"90":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":11,"docs":{"111":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"89":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}}},"n":{"c":{"df":3,"docs":{"23":{"tf":1.0},"6":{"tf":1.0},"82":{"tf":1.0}}},"df":4,"docs":{"26":{"tf":1.0},"3":{"tf":1.0},"61":{"tf":1.0},"87":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"60":{"tf":1.0}}}}},"p":{"df":1,"docs":{"133":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":12,"docs":{"0":{"tf":1.0},"104":{"tf":1.0},"111":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"45":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"62":{"tf":1.7320508075688772}}}},"t":{"df":2,"docs":{"19":{"tf":1.0},"39":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":10,"docs":{"14":{"tf":1.4142135623730951},"15":{"tf":1.0},"23":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"70":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"79":{"tf":1.0},"86":{"tf":1.0},"9":{"tf":1.0}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":12,"docs":{"133":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.4142135623730951},"24":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0},"74":{"tf":1.0},"82":{"tf":1.0},"92":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"132":{"tf":1.0},"18":{"tf":1.0},"39":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"129":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"24":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"p":{"df":4,"docs":{"15":{"tf":1.0},"75":{"tf":1.7320508075688772},"79":{"tf":2.23606797749979},"9":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":9,"docs":{"133":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.0},"40":{"tf":1.0},"5":{"tf":1.0},"56":{"tf":1.0},"62":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.0}}}}},"df":2,"docs":{"66":{"tf":1.0},"78":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"115":{"tf":1.0},"116":{"tf":1.4142135623730951},"118":{"tf":1.0},"14":{"tf":1.0},"78":{"tf":1.0}},"—":{"d":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.0},"49":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"58":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"d":{"df":7,"docs":{"12":{"tf":1.0},"30":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0},"80":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"df":1,"docs":{"125":{"tf":1.0}}}}}}}}}}},"p":{"2":{"df":0,"docs":{},"p":{"df":1,"docs":{"77":{"tf":1.0}}}},"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"23":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"27":{"tf":1.0},"92":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"1":{"tf":1.0},"56":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"27":{"tf":1.4142135623730951},"93":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":15,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.0},"131":{"tf":1.0},"133":{"tf":1.0},"21":{"tf":1.4142135623730951},"27":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.0},"68":{"tf":1.4142135623730951},"72":{"tf":1.0},"87":{"tf":1.0},"93":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}}},"t":{"df":4,"docs":{"2":{"tf":1.0},"25":{"tf":1.0},"81":{"tf":1.0},"98":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":4,"docs":{"0":{"tf":1.0},"133":{"tf":1.0},"37":{"tf":1.0},"87":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":2.0}}}}}},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"56":{"tf":1.0},"80":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":2,"docs":{"123":{"tf":1.0},"23":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":7,"docs":{"115":{"tf":1.7320508075688772},"12":{"tf":1.0},"131":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0},"62":{"tf":1.0},"69":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":10,"docs":{"116":{"tf":1.4142135623730951},"120":{"tf":1.0},"132":{"tf":1.0},"26":{"tf":1.0},"39":{"tf":2.0},"40":{"tf":1.0},"41":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951}}}}}}}},"df":14,"docs":{"116":{"tf":1.7320508075688772},"121":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0},"74":{"tf":2.0},"75":{"tf":1.0},"78":{"tf":2.0},"79":{"tf":1.0}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"120":{"tf":1.0}}}},"r":{"df":19,"docs":{"103":{"tf":1.0},"104":{"tf":1.4142135623730951},"111":{"tf":1.7320508075688772},"115":{"tf":2.23606797749979},"116":{"tf":1.0},"122":{"tf":1.0},"133":{"tf":1.4142135623730951},"14":{"tf":1.7320508075688772},"15":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.7320508075688772},"19":{"tf":1.4142135623730951},"21":{"tf":1.0},"33":{"tf":1.4142135623730951},"39":{"tf":1.0},"65":{"tf":1.7320508075688772},"75":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":3,"docs":{"0":{"tf":1.4142135623730951},"133":{"tf":1.4142135623730951},"6":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"133":{"tf":1.0},"49":{"tf":1.0}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"115":{"tf":1.0},"116":{"tf":1.0},"14":{"tf":1.0},"65":{"tf":1.0},"78":{"tf":1.4142135623730951}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"16":{"tf":1.0}}}}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"35":{"tf":1.0},"40":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"132":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"14":{"tf":1.0},"59":{"tf":1.0}}}}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"129":{"tf":1.0}}}}}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"71":{"tf":1.0}}}},"df":0,"docs":{},"n":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":9,"docs":{"110":{"tf":1.0},"111":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"[":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"61":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":26,"docs":{"1":{"tf":1.0},"111":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"23":{"tf":2.0},"24":{"tf":1.0},"26":{"tf":1.4142135623730951},"3":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":2.0},"57":{"tf":1.4142135623730951},"6":{"tf":1.0},"61":{"tf":1.0},"8":{"tf":1.0},"82":{"tf":1.0},"92":{"tf":1.0},"95":{"tf":1.0}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"62":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"u":{"df":1,"docs":{"0":{"tf":1.0}},"g":{"df":1,"docs":{"88":{"tf":1.0}},"g":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"24":{"tf":1.0},"36":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"d":{"df":7,"docs":{"115":{"tf":1.4142135623730951},"116":{"tf":4.795831523312719},"119":{"tf":2.23606797749979},"133":{"tf":1.0},"14":{"tf":1.0},"67":{"tf":1.0},"78":{"tf":2.23606797749979}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"27":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"92":{"tf":1.0}}}}},"l":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"133":{"tf":1.0}},"e":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":17,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"116":{"tf":1.4142135623730951},"120":{"tf":1.0},"125":{"tf":1.4142135623730951},"128":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"57":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951},"75":{"tf":1.0},"78":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":1,"docs":{"68":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"20":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"22":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0}}}},"df":0,"docs":{}},"df":7,"docs":{"113":{"tf":1.7320508075688772},"120":{"tf":1.0},"122":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.4142135623730951},"59":{"tf":1.0},"66":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"116":{"tf":1.0},"133":{"tf":1.0},"82":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":4,"docs":{"132":{"tf":1.0},"133":{"tf":1.0},"25":{"tf":1.0},"40":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"24":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}},"i":{"df":0,"docs":{},"x":{"df":6,"docs":{"115":{"tf":1.4142135623730951},"116":{"tf":1.0},"14":{"tf":1.0},"76":{"tf":1.4142135623730951},"77":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951}}}}},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"133":{"tf":1.0}}}}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"26":{"tf":1.0},"92":{"tf":1.0}}}},"df":1,"docs":{"27":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"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":9,"docs":{"112":{"tf":1.0},"128":{"tf":1.0},"56":{"tf":1.4142135623730951},"62":{"tf":2.0},"66":{"tf":1.0},"67":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"9":{"tf":1.0}}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"112":{"tf":1.0},"128":{"tf":1.0},"131":{"tf":1.0},"62":{"tf":1.0}}}},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"76":{"tf":1.0}}}},"t":{"df":3,"docs":{"113":{"tf":1.0},"40":{"tf":1.0},"87":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"38":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"113":{"tf":1.0},"133":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":3,"docs":{"116":{"tf":1.7320508075688772},"129":{"tf":1.0},"78":{"tf":1.4142135623730951}},"s":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"116":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"27":{"tf":1.0},"56":{"tf":1.0},"92":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"92":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"16":{"tf":1.4142135623730951},"22":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"n":{"!":{"(":{"\\"":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"o":{"b":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"18":{"tf":1.0},"21":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":8,"docs":{"133":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"61":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"120":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":18,"docs":{"109":{"tf":1.0},"119":{"tf":1.0},"129":{"tf":1.4142135623730951},"133":{"tf":1.0},"14":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"52":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0},"74":{"tf":1.0},"9":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":8,"docs":{"0":{"tf":1.0},"106":{"tf":1.0},"125":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.4142135623730951},"18":{"tf":1.7320508075688772},"38":{"tf":1.0},"86":{"tf":1.0}},"t":{"df":7,"docs":{"113":{"tf":1.0},"133":{"tf":1.7320508075688772},"21":{"tf":1.0},"27":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"113":{"tf":1.0},"133":{"tf":1.4142135623730951},"20":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.4142135623730951},"82":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"0":{"tf":1.0},"115":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":9,"docs":{"122":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"27":{"tf":1.4142135623730951},"30":{"tf":1.0},"33":{"tf":1.0},"66":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951},"9":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"27":{"tf":1.0}}}}}},"/":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"63":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"o":{"df":0,"docs":{},"f":{"df":11,"docs":{"112":{"tf":1.0},"120":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"128":{"tf":1.0},"133":{"tf":1.4142135623730951},"31":{"tf":1.0},"41":{"tf":1.0},"57":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"54":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"133":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":7,"docs":{"0":{"tf":1.0},"132":{"tf":1.0},"18":{"tf":1.7320508075688772},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"3":{"tf":1.0},"39":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":3,"docs":{"132":{"tf":1.0},"21":{"tf":1.0},"89":{"tf":1.0}}},"i":{"d":{"df":5,"docs":{"29":{"tf":1.0},"59":{"tf":1.0},"84":{"tf":1.0},"92":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":7,"docs":{"133":{"tf":1.0},"23":{"tf":1.4142135623730951},"56":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0},"82":{"tf":1.0},"97":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"61":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}},"s":{"df":4,"docs":{"115":{"tf":1.0},"116":{"tf":1.7320508075688772},"119":{"tf":1.4142135623730951},"78":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"89":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"b":{"df":5,"docs":{"89":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951},"97":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"0":{"tf":1.0},"133":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"132":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"29":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"74":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"67":{"tf":1.7320508075688772}}}}}},"q":{"a":{"df":1,"docs":{"3":{"tf":1.0}}},"df":2,"docs":{"116":{"tf":1.0},"78":{"tf":1.0}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"55":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"113":{"tf":1.0},"115":{"tf":1.0},"63":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"22":{"tf":1.0}}}}}}},"r":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"23":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":4,"docs":{"105":{"tf":1.0},"19":{"tf":1.0},"27":{"tf":1.0},"66":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"115":{"tf":1.0},"116":{"tf":1.0}}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"78":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"(":{"1":{"0":{"df":1,"docs":{"50":{"tf":1.0}}},"5":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"3":{"df":1,"docs":{"45":{"tf":1.0}}},"5":{"df":8,"docs":{"103":{"tf":1.0},"111":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":14,"docs":{"113":{"tf":1.7320508075688772},"125":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"47":{"tf":1.4142135623730951},"48":{"tf":2.0},"65":{"tf":1.0}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":5,"docs":{"130":{"tf":1.0},"131":{"tf":1.0},"23":{"tf":1.0},"66":{"tf":1.0},"70":{"tf":1.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"89":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"90":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"89":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"l":{"df":4,"docs":{"133":{"tf":1.0},"61":{"tf":1.0},"89":{"tf":1.4142135623730951},"90":{"tf":1.0}},"e":{"df":0,"docs":{},"—":{"a":{"df":1,"docs":{"62":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"36":{"tf":1.0},"39":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":14,"docs":{"119":{"tf":1.4142135623730951},"120":{"tf":1.0},"128":{"tf":1.0},"133":{"tf":1.4142135623730951},"17":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.7320508075688772},"86":{"tf":1.0},"97":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"92":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":3,"docs":{"0":{"tf":1.0},"3":{"tf":1.0},"88":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"1":{"tf":1.0},"3":{"tf":1.0},"46":{"tf":1.0},"52":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"132":{"tf":1.0},"18":{"tf":1.0}}}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"131":{"tf":1.0}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"86":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":7,"docs":{"116":{"tf":1.0},"132":{"tf":1.0},"40":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.0},"70":{"tf":1.0},"78":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"132":{"tf":1.4142135623730951},"37":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.4142135623730951}}},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"113":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":5,"docs":{"120":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"24":{"tf":1.0},"39":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"115":{"tf":1.0},"133":{"tf":1.0},"34":{"tf":1.0},"81":{"tf":1.0},"92":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"120":{"tf":1.0}}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"56":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"67":{"tf":1.4142135623730951}}},"y":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"67":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"133":{"tf":1.0},"27":{"tf":1.0}}},"x":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":1,"docs":{"18":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{}},"df":3,"docs":{"115":{"tf":1.0},"40":{"tf":1.0},"86":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"116":{"tf":1.0},"38":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"67":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"19":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":1,"docs":{"41":{"tf":1.0}},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"122":{"tf":1.0},"62":{"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":{"70":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"82":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":5,"docs":{"35":{"tf":1.0},"40":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.4142135623730951},"63":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"89":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":32,"docs":{"105":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.0},"125":{"tf":1.0},"128":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"27":{"tf":1.7320508075688772},"3":{"tf":1.0},"31":{"tf":1.7320508075688772},"37":{"tf":1.0},"41":{"tf":1.7320508075688772},"45":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"68":{"tf":1.0},"7":{"tf":1.7320508075688772},"70":{"tf":1.0},"72":{"tf":1.0},"78":{"tf":1.4142135623730951},"8":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":8,"docs":{"132":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.4142135623730951},"45":{"tf":1.7320508075688772},"47":{"tf":1.0},"54":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"27":{"tf":1.0},"92":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":4,"docs":{"113":{"tf":1.0},"23":{"tf":1.0},"82":{"tf":1.0},"86":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"62":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":4,"docs":{"128":{"tf":1.0},"133":{"tf":1.4142135623730951},"6":{"tf":1.0},"82":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":17,"docs":{"105":{"tf":2.23606797749979},"113":{"tf":1.4142135623730951},"129":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.4142135623730951},"19":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"45":{"tf":1.4142135623730951},"47":{"tf":1.0},"50":{"tf":1.4142135623730951},"52":{"tf":1.0},"59":{"tf":1.0},"66":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"<":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"97":{"tf":1.0}}}}}}},"df":15,"docs":{"111":{"tf":1.0},"16":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.0},"89":{"tf":1.4142135623730951},"90":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":3,"docs":{"0":{"tf":1.0},"133":{"tf":1.0},"20":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":7,"docs":{"133":{"tf":1.4142135623730951},"23":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0},"85":{"tf":1.0},"89":{"tf":1.0},"97":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"26":{"tf":1.4142135623730951},"39":{"tf":1.0},"85":{"tf":1.0},"92":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":3,"docs":{"132":{"tf":1.0},"24":{"tf":1.0},"40":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"24":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"91":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"132":{"tf":1.0},"21":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":7,"docs":{"0":{"tf":1.0},"133":{"tf":1.4142135623730951},"3":{"tf":1.0},"6":{"tf":1.0},"82":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"70":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"133":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"c":{"df":1,"docs":{"89":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"11":{"tf":1.0},"27":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"11":{"tf":1.0},"27":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"111":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":8,"docs":{"27":{"tf":1.0},"84":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.7320508075688772},"90":{"tf":1.4142135623730951},"92":{"tf":1.0},"95":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}}}}}}}}},"df":43,"docs":{"1":{"tf":1.0},"107":{"tf":1.4142135623730951},"113":{"tf":1.7320508075688772},"115":{"tf":1.0},"116":{"tf":2.449489742783178},"121":{"tf":1.0},"123":{"tf":1.0},"125":{"tf":1.0},"132":{"tf":1.4142135623730951},"133":{"tf":2.23606797749979},"16":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.7320508075688772},"23":{"tf":1.7320508075688772},"24":{"tf":1.0},"25":{"tf":1.0},"31":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"35":{"tf":1.7320508075688772},"38":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"49":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.7320508075688772},"58":{"tf":1.0},"6":{"tf":1.4142135623730951},"60":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":2.0},"67":{"tf":1.4142135623730951},"69":{"tf":1.0},"7":{"tf":1.4142135623730951},"71":{"tf":1.0},"74":{"tf":2.0},"75":{"tf":1.0},"78":{"tf":2.6457513110645907},"79":{"tf":1.0},"82":{"tf":2.0},"90":{"tf":1.0},"92":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"84":{"tf":1.0},"89":{"tf":1.4142135623730951}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":6,"docs":{"26":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.0},"41":{"tf":1.0},"7":{"tf":1.0},"92":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"27":{"tf":1.0}},"u":{"df":0,"docs":{},"n":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":9,"docs":{"110":{"tf":1.0},"111":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":61,"docs":{"11":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"115":{"tf":1.4142135623730951},"116":{"tf":2.6457513110645907},"120":{"tf":1.0},"121":{"tf":1.0},"125":{"tf":1.0},"127":{"tf":1.0},"130":{"tf":1.0},"132":{"tf":1.7320508075688772},"133":{"tf":2.23606797749979},"14":{"tf":2.0},"23":{"tf":1.7320508075688772},"24":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"27":{"tf":2.6457513110645907},"29":{"tf":1.0},"31":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.7320508075688772},"57":{"tf":1.7320508075688772},"58":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.7320508075688772},"65":{"tf":1.4142135623730951},"66":{"tf":1.7320508075688772},"67":{"tf":1.7320508075688772},"69":{"tf":1.0},"7":{"tf":1.4142135623730951},"72":{"tf":1.0},"74":{"tf":2.8284271247461903},"75":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"78":{"tf":2.8284271247461903},"79":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.4142135623730951},"92":{"tf":2.0},"97":{"tf":1.4142135623730951}},"s":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"29":{"tf":1.0}}}}}}}},"df":0,"docs":{},"k":{"8":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"—":{"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":{"df":1,"docs":{"128":{"tf":1.0}}}}}}}}}}},"’":{"df":1,"docs":{"62":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"61":{"tf":1.0}},"{":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":6,"docs":{"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"29":{"tf":1.0},"61":{"tf":1.0},"82":{"tf":1.0},"92":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"61":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"=":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"74":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":3,"docs":{"14":{"tf":1.0},"62":{"tf":1.0},"74":{"tf":1.0}}}}}},"df":2,"docs":{"70":{"tf":1.0},"88":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":2,"docs":{"79":{"tf":1.0},"87":{"tf":1.0}},"t":{"df":0,"docs":{},"y":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"m":{"df":0,"docs":{},"e":{"df":7,"docs":{"132":{"tf":1.4142135623730951},"133":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"56":{"tf":1.4142135623730951},"67":{"tf":1.0},"92":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"132":{"tf":1.0},"77":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"62":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":14,"docs":{"100":{"tf":1.0},"111":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"7":{"tf":1.0},"92":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":14,"docs":{"101":{"tf":1.0},"111":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0},"95":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":7,"docs":{"27":{"tf":1.0},"29":{"tf":1.0},"39":{"tf":1.0},"8":{"tf":1.0},"92":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":42,"docs":{"1":{"tf":1.0},"108":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"123":{"tf":1.0},"127":{"tf":1.0},"132":{"tf":1.7320508075688772},"133":{"tf":2.23606797749979},"16":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":2.23606797749979},"27":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":2.0},"4":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"46":{"tf":1.0},"51":{"tf":1.0},"56":{"tf":1.7320508075688772},"57":{"tf":1.0},"6":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":1.0},"82":{"tf":2.23606797749979},"91":{"tf":1.4142135623730951},"92":{"tf":2.23606797749979},"93":{"tf":1.4142135623730951},"97":{"tf":1.7320508075688772},"98":{"tf":1.0},"99":{"tf":1.0}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"60":{"tf":1.0},"67":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"68":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":3,"docs":{"15":{"tf":1.0},"27":{"tf":1.0},"33":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":5,"docs":{"11":{"tf":1.0},"27":{"tf":2.0},"30":{"tf":1.0},"32":{"tf":1.0},"70":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":9,"docs":{"112":{"tf":1.0},"12":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.7320508075688772},"70":{"tf":1.4142135623730951},"71":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":7,"docs":{"107":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.4142135623730951},"18":{"tf":2.0},"21":{"tf":1.0},"40":{"tf":1.0},"65":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"d":{"df":12,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"120":{"tf":1.0},"126":{"tf":1.0},"132":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"8":{"tf":1.0},"82":{"tf":1.0}}},"df":14,"docs":{"131":{"tf":1.0},"15":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0},"97":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"116":{"tf":2.0},"119":{"tf":1.0},"78":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}},"f":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"89":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"97":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":4,"docs":{"39":{"tf":1.0},"89":{"tf":1.7320508075688772},"90":{"tf":1.7320508075688772},"96":{"tf":1.4142135623730951}}}},"n":{"d":{"df":8,"docs":{"111":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":7,"docs":{"14":{"tf":1.0},"19":{"tf":1.7320508075688772},"22":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"40":{"tf":1.0},"76":{"tf":1.0}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"92":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"27":{"tf":1.0},"30":{"tf":1.0}}}},"i":{"c":{"df":6,"docs":{"0":{"tf":1.0},"113":{"tf":1.0},"133":{"tf":1.0},"20":{"tf":1.0},"59":{"tf":1.0},"77":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"t":{"df":18,"docs":{"112":{"tf":1.0},"115":{"tf":1.4142135623730951},"125":{"tf":1.0},"128":{"tf":1.0},"133":{"tf":1.0},"14":{"tf":1.7320508075688772},"23":{"tf":1.0},"26":{"tf":1.0},"35":{"tf":1.0},"56":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"74":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951},"81":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":5,"docs":{"113":{"tf":1.0},"131":{"tf":1.0},"27":{"tf":1.4142135623730951},"32":{"tf":1.0},"59":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":10,"docs":{"133":{"tf":1.0},"16":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.0},"6":{"tf":1.0},"82":{"tf":1.0},"88":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":7,"docs":{"26":{"tf":1.0},"40":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"82":{"tf":1.0},"89":{"tf":1.0},"92":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"113":{"tf":1.0},"132":{"tf":1.0},"21":{"tf":1.4142135623730951}}}},"w":{"df":4,"docs":{"1":{"tf":1.0},"116":{"tf":1.0},"41":{"tf":1.0},"88":{"tf":1.0}}}}},"i":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"62":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":14,"docs":{"132":{"tf":1.0},"133":{"tf":1.7320508075688772},"20":{"tf":1.7320508075688772},"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0},"56":{"tf":1.4142135623730951},"6":{"tf":1.0},"62":{"tf":1.4142135623730951},"80":{"tf":1.0},"86":{"tf":1.0}},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"80":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"79":{"tf":1.0}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"42":{"tf":1.0},"89":{"tf":1.0}},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"42":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"i":{"df":1,"docs":{"79":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":3,"docs":{"23":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0}}}},"k":{"df":1,"docs":{"78":{"tf":1.0}}}},"t":{"df":1,"docs":{"26":{"tf":1.0}}},"z":{"df":0,"docs":{},"e":{"df":1,"docs":{"20":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"_":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"21":{"tf":1.0},"53":{"tf":1.0}}}}},"df":0,"docs":{}},"df":6,"docs":{"132":{"tf":2.0},"133":{"tf":1.7320508075688772},"18":{"tf":2.8284271247461903},"21":{"tf":2.449489742783178},"27":{"tf":1.0},"93":{"tf":1.0}}},"w":{"df":4,"docs":{"113":{"tf":1.0},"125":{"tf":1.0},"128":{"tf":1.0},"18":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"63":{"tf":1.0}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"3":{"tf":1.0},"35":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":8,"docs":{"113":{"tf":1.0},"132":{"tf":1.4142135623730951},"39":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.0},"58":{"tf":1.0},"63":{"tf":1.0},"91":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"85":{"tf":1.0},"90":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"3":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"121":{"tf":1.0}}}},"w":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"17":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"17":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":4,"docs":{"133":{"tf":1.0},"27":{"tf":1.7320508075688772},"7":{"tf":1.0},"74":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"87":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":11,"docs":{"116":{"tf":1.0},"133":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"23":{"tf":1.0},"33":{"tf":1.0},"38":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"78":{"tf":1.7320508075688772},"9":{"tf":1.0}},"i":{"df":3,"docs":{"133":{"tf":1.4142135623730951},"35":{"tf":1.0},"78":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"e":{"d":{"df":2,"docs":{"40":{"tf":1.0},"57":{"tf":1.0}},"—":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"113":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}}},"r":{"c":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"27":{"tf":1.0}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"27":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"27":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"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":1,"docs":{"27":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"133":{"tf":1.0},"49":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"13":{"tf":1.4142135623730951},"27":{"tf":1.7320508075688772},"35":{"tf":1.0},"40":{"tf":1.0},"59":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"113":{"tf":1.4142135623730951}}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"113":{"tf":1.0},"40":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":1,"docs":{"101":{"tf":1.0}},"t":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"89":{"tf":1.0},"95":{"tf":1.0}}}}}}},"df":0,"docs":{}},"_":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"85":{"tf":1.0},"90":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":15,"docs":{"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"133":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"31":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.7320508075688772},"82":{"tf":1.0},"84":{"tf":1.0},"89":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"113":{"tf":1.0},"128":{"tf":1.0},"63":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":5,"docs":{"133":{"tf":1.7320508075688772},"20":{"tf":1.7320508075688772},"23":{"tf":1.0},"40":{"tf":1.0},"55":{"tf":1.7320508075688772}}},"i":{"c":{"df":2,"docs":{"89":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":2,"docs":{"119":{"tf":1.4142135623730951},"15":{"tf":1.0}}}},"y":{"df":5,"docs":{"132":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"53":{"tf":1.0},"90":{"tf":1.0}}}},"d":{":":{":":{"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":8,"docs":{"111":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{":":{":":{"a":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"89":{"tf":1.0}}},"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":{":":{":":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":9,"docs":{"100":{"tf":1.0},"111":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":3,"docs":{"115":{"tf":1.4142135623730951},"14":{"tf":1.4142135623730951},"75":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"39":{"tf":1.0},"62":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"132":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"p":{"df":3,"docs":{"133":{"tf":1.0},"23":{"tf":1.0},"82":{"tf":1.0}}}},"r":{"df":4,"docs":{"89":{"tf":1.0},"90":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"116":{"tf":1.4142135623730951},"133":{"tf":1.0},"78":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"44":{"tf":1.0},"47":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"82":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"t":{"df":6,"docs":{"27":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"u":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"27":{"tf":1.0},"43":{"tf":1.0}}}},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"17":{"tf":1.0}}}}},"df":7,"docs":{"0":{"tf":1.4142135623730951},"133":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"75":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":3,"docs":{"0":{"tf":1.0},"133":{"tf":1.0},"77":{"tf":1.0}}}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"132":{"tf":1.0},"133":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"6":{"tf":1.0},"82":{"tf":1.0},"93":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"119":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{},"x":{"df":2,"docs":{"115":{"tf":1.0},"76":{"tf":1.4142135623730951}}}}}},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"56":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"60":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"22":{"tf":1.0},"47":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"55":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":12,"docs":{"113":{"tf":1.0},"127":{"tf":1.4142135623730951},"45":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"66":{"tf":1.7320508075688772},"67":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"24":{"tf":1.0},"40":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0}},"e":{"d":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"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":{}}}},"w":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"132":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"113":{"tf":1.4142135623730951}}}}}}},"n":{"c":{"df":9,"docs":{"111":{"tf":1.0},"30":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"132":{"tf":1.0},"18":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":10,"docs":{"115":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":2.23606797749979},"20":{"tf":1.4142135623730951},"3":{"tf":1.0},"38":{"tf":1.4142135623730951},"45":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"82":{"tf":1.0}}}}}}}},"t":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"11":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0}}},"i":{"df":0,"docs":{},"l":{"=":{"1":{"0":{"0":{"0":{"df":1,"docs":{"78":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"0":{"0":{"df":1,"docs":{"116":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"116":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"5":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}},"3":{"0":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"4":{"5":{"df":1,"docs":{"105":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"89":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"90":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":7,"docs":{"132":{"tf":1.4142135623730951},"33":{"tf":1.0},"35":{"tf":1.0},"75":{"tf":1.0},"77":{"tf":1.7320508075688772},"89":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"82":{"tf":1.0}}}}},"d":{"df":3,"docs":{"38":{"tf":1.0},"61":{"tf":1.0},"80":{"tf":1.0}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"3":{"tf":1.4142135623730951},"40":{"tf":1.0}}},"r":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"116":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"27":{"tf":1.0},"79":{"tf":1.0}}}}}}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"13":{"tf":1.4142135623730951},"27":{"tf":1.7320508075688772},"30":{"tf":1.0},"78":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"115":{"tf":1.4142135623730951},"14":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"39":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"116":{"tf":1.0}}}}}},"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"=":{"9":{"0":{"9":{"1":{"df":2,"docs":{"66":{"tf":1.0},"80":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"9":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":72,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.0},"11":{"tf":1.4142135623730951},"112":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.0},"123":{"tf":1.0},"125":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.0},"13":{"tf":1.7320508075688772},"130":{"tf":1.4142135623730951},"131":{"tf":1.0},"132":{"tf":2.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"2":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.7320508075688772},"27":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"3":{"tf":1.7320508075688772},"30":{"tf":1.0},"34":{"tf":2.449489742783178},"35":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"47":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"49":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.4142135623730951},"54":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":3.0},"67":{"tf":2.23606797749979},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.7320508075688772},"80":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"9":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":2.0},"93":{"tf":2.6457513110645907},"95":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951},"97":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"86":{"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":{"85":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"84":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"{":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":10,"docs":{"100":{"tf":1.0},"111":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"97":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"90":{"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":{"96":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"95":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"89":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"89":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"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":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":5,"docs":{"100":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"k":{"8":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"k":{"8":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"100":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{":":{":":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":5,"docs":{"100":{"tf":1.0},"111":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":6,"docs":{"111":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"{":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":3,"docs":{"100":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"—":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}}}}}}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{":":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":6,"docs":{"11":{"tf":1.0},"116":{"tf":1.0},"130":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":2.8284271247461903},"78":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"—":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"78":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"’":{"df":0,"docs":{},"r":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"18":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":1,"docs":{"9":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"24":{"tf":1.0},"56":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.0}}}}}}}}}}},"i":{"df":1,"docs":{"18":{"tf":1.0}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":14,"docs":{"0":{"tf":1.0},"105":{"tf":1.4142135623730951},"128":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"18":{"tf":2.0},"22":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.4142135623730951},"40":{"tf":1.0},"53":{"tf":1.4142135623730951},"58":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":10,"docs":{"112":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.0},"128":{"tf":1.0},"133":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":6,"docs":{"115":{"tf":1.0},"116":{"tf":1.4142135623730951},"14":{"tf":1.0},"53":{"tf":1.0},"76":{"tf":1.4142135623730951},"78":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"m":{"df":0,"docs":{},"p":{"/":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"116":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"78":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"78":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":4,"docs":{"130":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"71":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"78":{"tf":1.0}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"3":{"tf":1.0},"38":{"tf":1.0},"6":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"41":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"53":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"70":{"tf":1.0}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":27,"docs":{"101":{"tf":1.7320508075688772},"113":{"tf":1.4142135623730951},"123":{"tf":1.0},"126":{"tf":1.0},"133":{"tf":1.4142135623730951},"19":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"29":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.4142135623730951},"66":{"tf":1.0},"8":{"tf":1.4142135623730951},"82":{"tf":1.7320508075688772},"87":{"tf":1.0},"89":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951},"93":{"tf":1.0}},"y":{"(":{")":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"n":{")":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"m":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"g":{"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":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"89":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"133":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"9":{"tf":1.0}}}}}}},"df":7,"docs":{"15":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0},"61":{"tf":1.0},"75":{"tf":1.7320508075688772},"78":{"tf":1.0},"92":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"79":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{}}}},"k":{"df":2,"docs":{"23":{"tf":1.0},"55":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":17,"docs":{"133":{"tf":1.4142135623730951},"19":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.4142135623730951},"61":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":8,"docs":{"27":{"tf":1.7320508075688772},"34":{"tf":2.0},"8":{"tf":1.0},"88":{"tf":1.0},"92":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":29,"docs":{"0":{"tf":1.0},"103":{"tf":2.0},"111":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"126":{"tf":1.0},"132":{"tf":1.4142135623730951},"133":{"tf":1.7320508075688772},"17":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"19":{"tf":2.0},"20":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"35":{"tf":1.0},"37":{"tf":1.4142135623730951},"39":{"tf":1.0},"43":{"tf":2.0},"44":{"tf":2.0},"45":{"tf":1.0},"48":{"tf":1.7320508075688772},"49":{"tf":1.4142135623730951},"50":{"tf":1.0},"54":{"tf":2.0},"55":{"tf":1.4142135623730951},"61":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.4142135623730951},"92":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"d":{"a":{"df":1,"docs":{"125":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"133":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"27":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"133":{"tf":1.4142135623730951},"37":{"tf":1.0},"6":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"112":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"132":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"40":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"40":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"57":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"40":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":2,"docs":{"132":{"tf":1.0},"14":{"tf":1.0}}}},"x":{"df":1,"docs":{"47":{"tf":1.4142135623730951}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":2,"docs":{"133":{"tf":1.0},"97":{"tf":1.0}}},"i":{"c":{"df":1,"docs":{"74":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"p":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"57":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":12,"docs":{"133":{"tf":1.0},"3":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"113":{"tf":1.0}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"62":{"tf":1.0},"74":{"tf":1.0},"79":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"113":{"tf":1.0},"79":{"tf":1.0},"90":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"75":{"tf":1.4142135623730951},"79":{"tf":1.0}}}}}},"p":{"df":6,"docs":{"115":{"tf":1.4142135623730951},"129":{"tf":1.0},"14":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"92":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"35":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"31":{"tf":1.0},"63":{"tf":1.0},"92":{"tf":1.0}}}},"df":42,"docs":{"100":{"tf":2.449489742783178},"103":{"tf":1.0},"111":{"tf":2.0},"115":{"tf":1.0},"116":{"tf":2.6457513110645907},"119":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.7320508075688772},"14":{"tf":1.0},"26":{"tf":1.0},"34":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":2.23606797749979},"43":{"tf":2.23606797749979},"44":{"tf":2.23606797749979},"45":{"tf":2.23606797749979},"48":{"tf":2.23606797749979},"49":{"tf":2.23606797749979},"50":{"tf":2.23606797749979},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":2.449489742783178},"8":{"tf":1.4142135623730951},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.4142135623730951},"86":{"tf":1.0},"89":{"tf":2.23606797749979},"90":{"tf":1.7320508075688772},"95":{"tf":1.7320508075688772},"96":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"20":{"tf":1.7320508075688772},"25":{"tf":1.0},"26":{"tf":1.0},"37":{"tf":1.0}},"s":{"(":{"1":{"0":{"df":2,"docs":{"43":{"tf":1.0},"45":{"tf":1.0}}},"5":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":5,"docs":{"103":{"tf":1.0},"111":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"5":{"0":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":3,"docs":{"113":{"tf":1.0},"120":{"tf":1.0},"126":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"z":{"df":2,"docs":{"89":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"91":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"32":{"tf":1.0}}}},"x":{"df":0,"docs":{},"o":{"df":1,"docs":{"133":{"tf":1.4142135623730951}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"115":{"tf":1.7320508075688772},"116":{"tf":2.0},"119":{"tf":1.0},"78":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"v":{"0":{".":{"3":{".":{"1":{"df":6,"docs":{"12":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"66":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"116":{"tf":1.0}}}}},"r":{"df":1,"docs":{"27":{"tf":1.0}}}},"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"(":{"2":{"df":4,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"43":{"tf":1.0}}},"3":{"df":8,"docs":{"101":{"tf":1.0},"111":{"tf":1.0},"19":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.0},"8":{"tf":1.0},"95":{"tf":1.0}}},"4":{"df":3,"docs":{"45":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{}},".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"116":{"tf":1.4142135623730951},"78":{"tf":1.0}}}}}},"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"9":{"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":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"66":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":32,"docs":{"0":{"tf":2.0},"101":{"tf":1.0},"115":{"tf":1.4142135623730951},"116":{"tf":3.3166247903554},"119":{"tf":1.0},"123":{"tf":1.0},"13":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":2.0},"15":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"40":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":2.0},"49":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"61":{"tf":1.0},"65":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":3.0},"82":{"tf":1.0},"89":{"tf":1.4142135623730951},"90":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":1,"docs":{"133":{"tf":1.0}}}},"r":{"df":1,"docs":{"113":{"tf":1.0}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":7,"docs":{"133":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"75":{"tf":1.4142135623730951},"79":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"66":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"c":{"!":{"[":{"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":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":1,"docs":{"89":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"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":{},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":1,"docs":{"89":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"121":{"tf":1.0},"74":{"tf":2.0}}}}},"df":0,"docs":{},"i":{"df":2,"docs":{"132":{"tf":1.0},"21":{"tf":1.0}},"f":{"df":4,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"55":{"tf":1.0},"77":{"tf":1.0}},"i":{"df":13,"docs":{"113":{"tf":1.4142135623730951},"116":{"tf":1.0},"119":{"tf":1.0},"122":{"tf":1.0},"125":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"133":{"tf":1.4142135623730951},"38":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"62":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"24":{"tf":1.0}}}}}},"i":{"a":{"df":19,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"112":{"tf":1.0},"12":{"tf":1.0},"133":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"55":{"tf":1.0},"62":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.7320508075688772},"72":{"tf":1.0},"78":{"tf":1.7320508075688772},"8":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"116":{"tf":1.0},"27":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"56":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":4,"docs":{"66":{"tf":1.0},"67":{"tf":1.0},"72":{"tf":1.0},"78":{"tf":1.4142135623730951}}}}}},"s":{"df":2,"docs":{"113":{"tf":1.0},"74":{"tf":1.0}}}},"w":{"[":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"23":{"tf":1.0}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"129":{"tf":1.0},"133":{"tf":1.4142135623730951},"23":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"97":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"132":{"tf":1.0},"18":{"tf":2.23606797749979},"39":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":18,"docs":{"102":{"tf":1.4142135623730951},"103":{"tf":1.0},"113":{"tf":1.7320508075688772},"120":{"tf":1.0},"126":{"tf":1.4142135623730951},"132":{"tf":1.0},"133":{"tf":1.0},"26":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"55":{"tf":1.7320508075688772},"61":{"tf":1.0},"62":{"tf":1.0},"8":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"92":{"tf":1.0}},"s":{"(":{"1":{"0":{"0":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"0":{"df":2,"docs":{"43":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}},"3":{"0":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}},"5":{"0":{"df":5,"docs":{"102":{"tf":1.0},"111":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":3,"docs":{"113":{"tf":1.0},"120":{"tf":1.0},"126":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"62":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"75":{"tf":1.0}}}},"s":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"127":{"tf":1.0}}}}}},"y":{"df":1,"docs":{"17":{"tf":1.0}}}},"df":1,"docs":{"23":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"39":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"133":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"l":{"d":{"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"116":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":10,"docs":{"113":{"tf":1.0},"125":{"tf":1.0},"133":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.4142135623730951},"35":{"tf":1.0},"38":{"tf":1.0},"56":{"tf":1.0},"82":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":4,"docs":{"113":{"tf":1.0},"59":{"tf":1.0},"84":{"tf":1.0},"91":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"91":{"tf":1.0}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"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":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"2":{"0":{"df":2,"docs":{"107":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}},"8":{"0":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"0":{"0":{"df":1,"docs":{"49":{"tf":1.0}}},"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":1,"docs":{"21":{"tf":1.0}}},"6":{"0":{"df":4,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}},"9":{"0":{"df":3,"docs":{"111":{"tf":1.0},"44":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":2,"docs":{"125":{"tf":1.0},"133":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"0":{"df":1,"docs":{"91":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"128":{"tf":1.0},"20":{"tf":1.0},"53":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":4,"docs":{"1":{"tf":1.0},"24":{"tf":1.0},"66":{"tf":1.0},"72":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"113":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"k":{"df":9,"docs":{"113":{"tf":1.0},"115":{"tf":1.0},"17":{"tf":1.0},"3":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":7,"docs":{"117":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"71":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":58,"docs":{"1":{"tf":1.0},"103":{"tf":1.4142135623730951},"104":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"119":{"tf":1.0},"12":{"tf":1.0},"123":{"tf":1.0},"125":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951},"128":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":2.0},"133":{"tf":2.23606797749979},"23":{"tf":2.23606797749979},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":2.23606797749979},"29":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"37":{"tf":2.0},"38":{"tf":2.0},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0},"6":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"68":{"tf":1.0},"72":{"tf":1.0},"8":{"tf":2.0},"82":{"tf":2.23606797749979},"84":{"tf":1.4142135623730951},"85":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.4142135623730951},"89":{"tf":2.23606797749979},"90":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.7320508075688772},"97":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"26":{"tf":1.4142135623730951},"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"115":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":7,"docs":{"14":{"tf":1.0},"16":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"66":{"tf":1.0},"76":{"tf":1.4142135623730951},"78":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"78":{"tf":1.0}}}}}}}}},"x":{"df":2,"docs":{"66":{"tf":1.4142135623730951},"70":{"tf":1.0}}},"y":{"df":0,"docs":{},"e":{"df":2,"docs":{"132":{"tf":1.0},"9":{"tf":1.0}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"96":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"95":{"tf":1.0}}}}}}},"df":1,"docs":{"95":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"97":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"97":{"tf":1.0}}}}}},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"96":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"95":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":1,"docs":{"95":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"’":{"df":0,"docs":{},"r":{"df":2,"docs":{"79":{"tf":1.0},"93":{"tf":1.0}}}}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"133":{"tf":1.0}}}}}}}},"breadcrumbs":{"root":{"0":{".":{"2":{"0":{"2":{"4":{"df":2,"docs":{"115":{"tf":1.0},"116":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"df":3,"docs":{"132":{"tf":1.0},"18":{"tf":1.4142135623730951},"21":{"tf":1.7320508075688772}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"78":{"tf":1.0}}}}}},"1":{"df":0,"docs":{},"t":{"1":{"0":{"df":2,"docs":{"115":{"tf":1.0},"116":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":4,"docs":{"115":{"tf":1.4142135623730951},"116":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"78":{"tf":2.449489742783178}}},"1":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"78":{"tf":1.0}}}}}},"0":{"0":{"df":1,"docs":{"116":{"tf":1.4142135623730951}}},"df":1,"docs":{"48":{"tf":1.0}}},"2":{"0":{"df":2,"docs":{"107":{"tf":1.0},"132":{"tf":1.0}}},"7":{".":{"0":{".":{"0":{".":{"1":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"115":{"tf":1.0},"116":{"tf":1.0}}},"4":{"df":1,"docs":{"132":{"tf":1.0}}},"df":9,"docs":{"104":{"tf":1.0},"111":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.7320508075688772},"118":{"tf":1.4142135623730951},"65":{"tf":1.4142135623730951},"70":{"tf":1.0},"76":{"tf":1.4142135623730951},"78":{"tf":2.0}}},"2":{"0":{"df":2,"docs":{"103":{"tf":1.0},"48":{"tf":1.0}}},"7":{"df":3,"docs":{"132":{"tf":1.0},"18":{"tf":1.4142135623730951},"21":{"tf":1.0}}},">":{"&":{"1":{"df":1,"docs":{"116":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":10,"docs":{"104":{"tf":1.0},"111":{"tf":1.0},"119":{"tf":1.4142135623730951},"123":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.7320508075688772},"47":{"tf":1.7320508075688772},"70":{"tf":1.0}},"s":{"df":3,"docs":{"132":{"tf":1.7320508075688772},"18":{"tf":1.0},"21":{"tf":1.4142135623730951}}}},"3":{"0":{"df":5,"docs":{"115":{"tf":1.0},"116":{"tf":1.0},"132":{"tf":1.4142135623730951},"18":{"tf":1.0},"48":{"tf":1.0}}},"df":2,"docs":{"120":{"tf":1.4142135623730951},"47":{"tf":1.0}}},"4":{"0":{"df":1,"docs":{"132":{"tf":1.0}}},"5":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"115":{"tf":1.0},"116":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":3,"docs":{"121":{"tf":1.4142135623730951},"132":{"tf":1.0},"47":{"tf":1.4142135623730951}}},"5":{"0":{"df":1,"docs":{"102":{"tf":1.0}}},"4":{"df":1,"docs":{"132":{"tf":1.0}}},"df":7,"docs":{"103":{"tf":1.0},"111":{"tf":1.0},"122":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"48":{"tf":1.0}}},"6":{"0":{"df":3,"docs":{"132":{"tf":1.0},"18":{"tf":1.4142135623730951},"65":{"tf":1.0}}},"df":1,"docs":{"123":{"tf":1.4142135623730951}}},"9":{"0":{"9":{"0":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}},"df":3,"docs":{"132":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":9,"docs":{"110":{"tf":1.0},"111":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"89":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"a":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"133":{"tf":1.0}}}},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"119":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"81":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":10,"docs":{"115":{"tf":1.0},"116":{"tf":1.7320508075688772},"15":{"tf":1.4142135623730951},"33":{"tf":1.0},"41":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"78":{"tf":1.7320508075688772},"80":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"102":{"tf":1.0},"132":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"133":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"133":{"tf":1.4142135623730951},"19":{"tf":1.0},"52":{"tf":1.0},"82":{"tf":1.0},"89":{"tf":1.0}}}},"v":{"df":12,"docs":{"18":{"tf":1.4142135623730951},"21":{"tf":1.0},"23":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.4142135623730951},"79":{"tf":1.0},"82":{"tf":1.0},"89":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":2,"docs":{"21":{"tf":1.0},"53":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"37":{"tf":1.0},"39":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"116":{"tf":1.4142135623730951},"119":{"tf":1.0},"20":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}},"d":{"df":11,"docs":{"116":{"tf":1.0},"119":{"tf":1.0},"34":{"tf":2.0},"39":{"tf":1.0},"40":{"tf":1.0},"78":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.4142135623730951},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"120":{"tf":1.0},"66":{"tf":1.0},"84":{"tf":1.0}}}}}}},"df":10,"docs":{"82":{"tf":1.0},"84":{"tf":1.7320508075688772},"85":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"122":{"tf":1.0},"21":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":13,"docs":{"132":{"tf":1.0},"46":{"tf":2.0},"47":{"tf":1.0},"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},"55":{"tf":1.0},"70":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"85":{"tf":1.0}}},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"113":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":4,"docs":{"132":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.4142135623730951},"56":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":29,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"95":{"tf":1.7320508075688772},"96":{"tf":1.4142135623730951},"97":{"tf":1.0}}}}}}},"df":4,"docs":{"125":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"40":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"129":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"a":{"df":0,"docs":{},"y":{"df":4,"docs":{"116":{"tf":1.0},"132":{"tf":1.0},"21":{"tf":1.0},"72":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"78":{"tf":1.0}}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":8,"docs":{"27":{"tf":1.7320508075688772},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"129":{"tf":1.0},"45":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"i":{"df":22,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"122":{"tf":1.0},"15":{"tf":1.0},"27":{"tf":1.4142135623730951},"29":{"tf":1.0},"55":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.7320508075688772},"80":{"tf":1.7320508075688772},"93":{"tf":1.0},"99":{"tf":1.7320508075688772}}},"p":{"=":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":4,"docs":{"115":{"tf":1.0},"116":{"tf":3.0},"119":{"tf":1.4142135623730951},"78":{"tf":2.449489742783178}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":36,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.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.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"98":{"tf":1.7320508075688772},"99":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":18,"docs":{"101":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"111":{"tf":1.7320508075688772},"17":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"19":{"tf":2.23606797749979},"38":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772},"48":{"tf":1.4142135623730951},"49":{"tf":1.7320508075688772},"50":{"tf":1.7320508075688772},"8":{"tf":1.7320508075688772},"95":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"2":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"132":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":13,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.7320508075688772},"15":{"tf":1.0},"4":{"tf":1.7320508075688772},"5":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"131":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"80":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":10,"docs":{"46":{"tf":1.0},"47":{"tf":1.0},"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},"55":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"22":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"26":{"tf":1.0},"82":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":14,"docs":{"106":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"21":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.0},"40":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"62":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.0}}}},"t":{"df":21,"docs":{"10":{"tf":1.4142135623730951},"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"12":{"tf":1.4142135623730951},"120":{"tf":1.0},"125":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"130":{"tf":1.7320508075688772},"131":{"tf":1.7320508075688772},"27":{"tf":1.7320508075688772},"30":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.7320508075688772},"67":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"71":{"tf":1.0},"72":{"tf":1.7320508075688772},"92":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":3,"docs":{"0":{"tf":1.0},"116":{"tf":1.0},"21":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"18":{"tf":1.0},"39":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{":":{":":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"89":{"tf":1.0},"90":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":5,"docs":{"89":{"tf":1.0},"90":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":14,"docs":{"111":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"84":{"tf":1.0},"89":{"tf":1.4142135623730951},"90":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"82":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"23":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"1":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.7320508075688772},"56":{"tf":1.0}}}}},"o":{"df":2,"docs":{"133":{"tf":1.0},"78":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"115":{"tf":1.0},"71":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{}}}},"x":{"df":1,"docs":{"119":{"tf":1.0}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":17,"docs":{"0":{"tf":1.4142135623730951},"127":{"tf":1.4142135623730951},"132":{"tf":1.0},"133":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"56":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.4142135623730951},"67":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0},"92":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":8,"docs":{"112":{"tf":1.0},"20":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"57":{"tf":1.0},"62":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}}}}},"b":{"(":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"5":{"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":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":8,"docs":{"23":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"6":{"tf":1.0},"86":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}}}}},"d":{"df":4,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"54":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":3,"docs":{"130":{"tf":1.0},"131":{"tf":1.0},"72":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"133":{"tf":1.0},"55":{"tf":2.23606797749979},"59":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":4,"docs":{"133":{"tf":1.0},"18":{"tf":1.0},"40":{"tf":1.0},"57":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"123":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"116":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"c":{"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{}}}},"df":1,"docs":{"5":{"tf":1.0}},"e":{"c":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"119":{"tf":1.0},"90":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"128":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":6,"docs":{"119":{"tf":1.0},"127":{"tf":1.0},"133":{"tf":1.4142135623730951},"40":{"tf":1.0},"62":{"tf":1.0},"82":{"tf":1.0}}}}},"g":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"119":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"61":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":9,"docs":{"113":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"133":{"tf":1.0}}}},"w":{"df":2,"docs":{"41":{"tf":1.0},"66":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"40":{"tf":1.7320508075688772},"58":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"63":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":9,"docs":{"105":{"tf":1.4142135623730951},"113":{"tf":1.0},"128":{"tf":1.0},"133":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.0},"40":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"116":{"tf":1.0}}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":11,"docs":{"14":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.0},"41":{"tf":1.4142135623730951},"62":{"tf":1.0},"7":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951},"9":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0}}}}},"d":{"df":1,"docs":{"120":{"tf":1.0}}},"df":14,"docs":{"116":{"tf":1.7320508075688772},"121":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0},"74":{"tf":2.0},"75":{"tf":1.0},"78":{"tf":2.0},"79":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"b":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"2":{"df":4,"docs":{"104":{"tf":1.0},"111":{"tf":1.0},"44":{"tf":1.0},"8":{"tf":1.0}}},"3":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":8,"docs":{"0":{"tf":1.4142135623730951},"104":{"tf":1.0},"111":{"tf":1.0},"133":{"tf":2.23606797749979},"20":{"tf":1.0},"27":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0}}},"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"80":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":27,"docs":{"0":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.4142135623730951},"106":{"tf":1.0},"111":{"tf":1.7320508075688772},"113":{"tf":1.7320508075688772},"125":{"tf":1.4142135623730951},"132":{"tf":2.8284271247461903},"133":{"tf":2.8284271247461903},"17":{"tf":1.0},"18":{"tf":3.4641016151377544},"19":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"21":{"tf":2.8284271247461903},"23":{"tf":1.4142135623730951},"27":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.4142135623730951},"40":{"tf":1.0},"42":{"tf":1.0},"53":{"tf":2.0},"54":{"tf":1.0},"65":{"tf":1.0},"82":{"tf":1.0},"86":{"tf":1.0},"92":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}},"f":{"df":0,"docs":{},"e":{"df":2,"docs":{"133":{"tf":1.0},"53":{"tf":1.0}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":3,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"27":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":8,"docs":{"115":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"44":{"tf":1.0},"63":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"82":{"tf":1.0}}}}},"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":8,"docs":{"111":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"18":{"tf":1.0},"24":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"27":{"tf":1.0}}}}}}},"o":{"a":{"d":{"df":1,"docs":{"82":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"20":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"27":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":25,"docs":{"108":{"tf":1.7320508075688772},"111":{"tf":1.0},"130":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"23":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"71":{"tf":1.0},"72":{"tf":1.4142135623730951},"8":{"tf":1.0},"82":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":21,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"27":{"tf":1.7320508075688772},"29":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.0},"8":{"tf":1.7320508075688772},"93":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":2.0}}}}},"df":0,"docs":{},"t":{"df":9,"docs":{"11":{"tf":1.0},"130":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"41":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":5,"docs":{"39":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"89":{"tf":1.7320508075688772},"91":{"tf":1.0}}}},"df":0,"docs":{}}}},"c":{"(":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"5":{"tf":1.0}}}}}}}}},"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":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"20":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"113":{"tf":1.0},"133":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"18":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"l":{"df":3,"docs":{"127":{"tf":1.4142135623730951},"133":{"tf":1.0},"91":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"89":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"113":{"tf":1.0}}}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"105":{"tf":1.0},"133":{"tf":1.0},"46":{"tf":1.0},"82":{"tf":1.0},"93":{"tf":2.0}}}},"c":{"df":1,"docs":{"113":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"132":{"tf":1.0},"56":{"tf":1.0},"82":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"27":{"tf":1.0}}}}}}},"df":14,"docs":{"116":{"tf":1.7320508075688772},"121":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0},"74":{"tf":2.0},"75":{"tf":1.0},"78":{"tf":2.0},"79":{"tf":1.0}}}}},"t":{"df":1,"docs":{"115":{"tf":1.0}}},"u":{"df":0,"docs":{},"s":{"df":13,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"125":{"tf":1.4142135623730951},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"133":{"tf":1.0},"57":{"tf":1.0},"62":{"tf":1.0},"7":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"76":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":1,"docs":{"5":{"tf":1.0}},"f":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"27":{"tf":1.0},"30":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":2,"docs":{"13":{"tf":1.0},"27":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"77":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"77":{"tf":1.0}}}}}}}}}},"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"99":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"133":{"tf":1.0},"52":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"1":{"tf":1.0},"21":{"tf":1.0},"78":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{"df":4,"docs":{"104":{"tf":1.0},"111":{"tf":1.0},"44":{"tf":1.0},"8":{"tf":1.0}}},"2":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"133":{"tf":1.0}}},"df":0,"docs":{}}}},"df":5,"docs":{"0":{"tf":1.0},"104":{"tf":1.0},"111":{"tf":1.0},"133":{"tf":2.23606797749979},"37":{"tf":1.0}}}}}},"o":{"df":23,"docs":{"105":{"tf":2.23606797749979},"113":{"tf":2.23606797749979},"127":{"tf":1.4142135623730951},"132":{"tf":1.7320508075688772},"133":{"tf":1.4142135623730951},"19":{"tf":2.449489742783178},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"35":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"45":{"tf":2.0},"47":{"tf":1.0},"50":{"tf":1.7320508075688772},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"66":{"tf":1.7320508075688772},"67":{"tf":1.4142135623730951},"8":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"19":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"45":{"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":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":7,"docs":{"100":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0},"92":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"82":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"17":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":21,"docs":{"113":{"tf":1.4142135623730951},"116":{"tf":1.0},"118":{"tf":1.4142135623730951},"119":{"tf":1.7320508075688772},"121":{"tf":1.4142135623730951},"125":{"tf":1.0},"128":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"23":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"55":{"tf":1.0},"6":{"tf":1.4142135623730951},"62":{"tf":1.0},"89":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"26":{"tf":1.0},"62":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"66":{"tf":1.4142135623730951},"70":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"40":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"35":{"tf":1.4142135623730951},"40":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"23":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}}}}},"i":{"df":9,"docs":{"18":{"tf":1.0},"24":{"tf":1.0},"40":{"tf":1.7320508075688772},"56":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":2.449489742783178},"71":{"tf":1.7320508075688772}},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":18,"docs":{"11":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"12":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"128":{"tf":1.0},"130":{"tf":1.4142135623730951},"131":{"tf":2.23606797749979},"27":{"tf":1.7320508075688772},"30":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":2.0},"67":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"70":{"tf":2.23606797749979},"71":{"tf":1.7320508075688772},"92":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":11,"docs":{"112":{"tf":1.0},"12":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"27":{"tf":1.0},"32":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.7320508075688772},"70":{"tf":1.4142135623730951},"71":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"87":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"24":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"39":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"113":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":5,"docs":{"115":{"tf":1.4142135623730951},"129":{"tf":1.0},"14":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":9,"docs":{"129":{"tf":1.0},"133":{"tf":1.0},"17":{"tf":1.0},"23":{"tf":1.0},"6":{"tf":1.0},"78":{"tf":1.0},"82":{"tf":1.0},"86":{"tf":1.0},"97":{"tf":1.0}},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"86":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"r":{"df":7,"docs":{"1":{"tf":1.0},"24":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"62":{"tf":1.0},"82":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"|":{"df":2,"docs":{"89":{"tf":1.0},"90":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":5,"docs":{"27":{"tf":1.4142135623730951},"84":{"tf":1.0},"89":{"tf":1.7320508075688772},"90":{"tf":1.7320508075688772},"92":{"tf":1.0}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"132":{"tf":1.0},"18":{"tf":2.0},"39":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":20,"docs":{"1":{"tf":1.0},"133":{"tf":1.0},"24":{"tf":1.4142135623730951},"27":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"5":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.4142135623730951},"60":{"tf":1.7320508075688772},"62":{"tf":1.0},"67":{"tf":2.23606797749979},"7":{"tf":1.0},"72":{"tf":1.0},"82":{"tf":1.0},"9":{"tf":1.0}},"—":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"82":{"tf":1.0}}}}}}}}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"41":{"tf":1.0},"80":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"21":{"tf":1.4142135623730951}},"i":{"c":{"df":0,"docs":{},"i":{"df":3,"docs":{"132":{"tf":1.0},"18":{"tf":1.4142135623730951},"21":{"tf":1.0}}}},"df":0,"docs":{}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"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":{"38":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"80":{"tf":1.0}}}}}}}}},"df":5,"docs":{"38":{"tf":1.0},"53":{"tf":1.0},"78":{"tf":1.4142135623730951},"79":{"tf":1.0},"80":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"133":{"tf":1.0},"25":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"6":{"tf":1.0},"82":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"115":{"tf":1.0},"119":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"68":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":7,"docs":{"113":{"tf":1.0},"120":{"tf":1.0},"124":{"tf":1.4142135623730951},"39":{"tf":1.0},"61":{"tf":1.4142135623730951},"74":{"tf":1.0},"77":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"123":{"tf":1.4142135623730951},"40":{"tf":1.0},"56":{"tf":1.0}}},"t":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":11,"docs":{"0":{"tf":1.0},"111":{"tf":1.4142135623730951},"23":{"tf":1.0},"26":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"55":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.4142135623730951}}},"x":{"df":1,"docs":{"78":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"133":{"tf":1.4142135623730951},"14":{"tf":1.0},"3":{"tf":1.0},"6":{"tf":1.4142135623730951},"74":{"tf":1.0}}},"s":{"df":37,"docs":{"0":{"tf":1.0},"109":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.7320508075688772},"116":{"tf":2.449489742783178},"119":{"tf":1.4142135623730951},"122":{"tf":1.0},"129":{"tf":1.0},"13":{"tf":1.4142135623730951},"132":{"tf":1.0},"133":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.7320508075688772},"29":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"47":{"tf":1.7320508075688772},"56":{"tf":1.0},"59":{"tf":1.4142135623730951},"6":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"66":{"tf":1.7320508075688772},"67":{"tf":1.0},"7":{"tf":1.0},"72":{"tf":1.0},"78":{"tf":2.449489742783178},"80":{"tf":1.0},"82":{"tf":1.0},"9":{"tf":1.4142135623730951},"92":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":3,"docs":{"13":{"tf":1.0},"27":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":1,"docs":{"27":{"tf":1.0}}}}}},"/":{"df":0,"docs":{},"k":{"8":{"df":3,"docs":{"115":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"=":{"1":{"df":0,"docs":{},"x":{"1":{"df":1,"docs":{"66":{"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":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":3,"docs":{"116":{"tf":1.0},"66":{"tf":1.0},"78":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":6,"docs":{"26":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.0},"41":{"tf":1.0},"7":{"tf":1.0},"92":{"tf":1.0}}}},"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"=":{"1":{"2":{"7":{".":{"0":{".":{"0":{".":{"1":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"=":{"1":{"df":3,"docs":{"116":{"tf":1.0},"66":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":12,"docs":{"113":{"tf":1.0},"127":{"tf":1.4142135623730951},"133":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0},"63":{"tf":1.7320508075688772},"66":{"tf":1.0},"67":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":1.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":5,"docs":{"109":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":4,"docs":{"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0}},"u":{"df":2,"docs":{"2":{"tf":1.0},"56":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"19":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.0},"40":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"38":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"133":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0},"82":{"tf":1.0},"90":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"3":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"132":{"tf":1.0},"21":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":14,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"116":{"tf":1.0},"13":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":2.23606797749979},"29":{"tf":1.4142135623730951},"30":{"tf":1.0},"34":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":20,"docs":{"101":{"tf":1.0},"123":{"tf":1.0},"131":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"18":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"62":{"tf":1.0},"67":{"tf":1.0},"74":{"tf":1.0},"8":{"tf":1.4142135623730951},"82":{"tf":1.0},"87":{"tf":1.0},"92":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"113":{"tf":1.0},"90":{"tf":1.4142135623730951}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"113":{"tf":1.0},"120":{"tf":1.0},"128":{"tf":1.0}}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"101":{"tf":1.0},"120":{"tf":1.0},"128":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":21,"docs":{"0":{"tf":1.0},"113":{"tf":1.0},"123":{"tf":1.0},"125":{"tf":1.4142135623730951},"132":{"tf":1.0},"133":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":1.0},"18":{"tf":1.4142135623730951},"21":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.7320508075688772},"43":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"80":{"tf":1.0},"92":{"tf":1.0}},"s":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"e":{",":{"d":{"a":{"=":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":2,"docs":{"33":{"tf":1.0},"75":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"18":{"tf":1.0},"21":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"55":{"tf":1.0}}}}},"i":{"d":{"df":1,"docs":{"84":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"35":{"tf":1.0},"57":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"53":{"tf":1.4142135623730951},"55":{"tf":1.0},"86":{"tf":1.0},"98":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"116":{"tf":1.0},"75":{"tf":1.0}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"108":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"df":5,"docs":{"26":{"tf":1.0},"53":{"tf":1.0},"7":{"tf":1.0},"80":{"tf":1.4142135623730951},"92":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"80":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":10,"docs":{"115":{"tf":2.23606797749979},"116":{"tf":3.0},"119":{"tf":1.0},"133":{"tf":1.4142135623730951},"14":{"tf":1.0},"30":{"tf":1.0},"59":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"78":{"tf":3.1622776601683795}},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"115":{"tf":1.0}}},"df":0,"docs":{}}}},"df":2,"docs":{"1":{"tf":1.0},"63":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"115":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"35":{"tf":1.0},"36":{"tf":1.7320508075688772},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.7320508075688772}}}},"x":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":3,"docs":{"0":{"tf":1.7320508075688772},"82":{"tf":1.0},"93":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":4,"docs":{"106":{"tf":1.0},"133":{"tf":1.0},"38":{"tf":1.0},"49":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"81":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":19,"docs":{"105":{"tf":1.0},"113":{"tf":1.0},"127":{"tf":2.0},"133":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.4142135623730951},"45":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"74":{"tf":1.0},"82":{"tf":1.0},"9":{"tf":1.4142135623730951},"97":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"59":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"52":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":4,"docs":{"105":{"tf":1.0},"133":{"tf":1.0},"23":{"tf":1.0},"82":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"82":{"tf":1.0},"92":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"i":{"df":5,"docs":{"130":{"tf":1.0},"131":{"tf":1.0},"66":{"tf":1.0},"70":{"tf":1.0},"78":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"e":{"df":10,"docs":{"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.7320508075688772},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.7320508075688772},"5":{"tf":1.4142135623730951},"92":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"133":{"tf":1.0},"55":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"56":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"113":{"tf":1.0},"126":{"tf":1.0},"21":{"tf":1.0},"39":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"26":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}}}}},"p":{"df":6,"docs":{"130":{"tf":1.0},"131":{"tf":1.0},"66":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"78":{"tf":1.0}},"u":{"df":1,"docs":{"66":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"116":{"tf":2.23606797749979},"54":{"tf":1.0},"78":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":11,"docs":{"24":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.4142135623730951},"34":{"tf":1.0},"81":{"tf":1.0},"92":{"tf":2.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"133":{"tf":1.4142135623730951},"19":{"tf":1.0},"35":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":5,"docs":{"132":{"tf":1.0},"133":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"c":{"df":2,"docs":{"66":{"tf":1.0},"74":{"tf":1.0}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"a":{"df":2,"docs":{"133":{"tf":1.0},"77":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"68":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"t":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"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":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"0":{"df":2,"docs":{"15":{"tf":1.0},"80":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"(":{")":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"33":{"tf":1.0},"80":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":4,"docs":{"89":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"95":{"tf":1.0},"96":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":1,"docs":{"122":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"116":{"tf":1.0},"52":{"tf":1.0},"87":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":7,"docs":{"34":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"69":{"tf":1.0},"88":{"tf":1.0},"97":{"tf":1.0}}}}}}}},"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"5":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"[":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"23":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"a":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"27":{"tf":1.0}}}},"_":{"a":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":30,"docs":{"0":{"tf":2.23606797749979},"104":{"tf":2.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"12":{"tf":1.0},"125":{"tf":1.7320508075688772},"128":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":2.0},"14":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"27":{"tf":1.4142135623730951},"40":{"tf":1.0},"44":{"tf":2.23606797749979},"47":{"tf":1.0},"49":{"tf":1.4142135623730951},"62":{"tf":1.0},"65":{"tf":1.0},"68":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.7320508075688772},"8":{"tf":1.4142135623730951},"80":{"tf":1.0},"87":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"63":{"tf":1.0},"66":{"tf":1.0}}}}}},"t":{"a":{"df":12,"docs":{"0":{"tf":2.0},"132":{"tf":1.0},"133":{"tf":2.23606797749979},"23":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"6":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"92":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"23":{"tf":1.0},"5":{"tf":1.0}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"116":{"tf":1.0}}}}}},"df":8,"docs":{"116":{"tf":1.0},"117":{"tf":1.4142135623730951},"19":{"tf":1.0},"58":{"tf":1.0},"66":{"tf":1.0},"75":{"tf":1.4142135623730951},"78":{"tf":1.0},"80":{"tf":1.0}},"g":{"df":2,"docs":{"22":{"tf":1.0},"98":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"23":{"tf":1.0},"35":{"tf":1.0}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"r":{"df":8,"docs":{"133":{"tf":1.0},"17":{"tf":1.7320508075688772},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"82":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"81":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"91":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":24,"docs":{"11":{"tf":1.0},"115":{"tf":1.7320508075688772},"116":{"tf":1.4142135623730951},"12":{"tf":1.0},"132":{"tf":1.7320508075688772},"14":{"tf":1.4142135623730951},"15":{"tf":1.0},"18":{"tf":1.7320508075688772},"19":{"tf":1.0},"21":{"tf":1.7320508075688772},"39":{"tf":1.0},"65":{"tf":2.23606797749979},"66":{"tf":1.7320508075688772},"69":{"tf":1.0},"70":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":2.0},"79":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0},"87":{"tf":1.0},"89":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"35":{"tf":1.0},"8":{"tf":1.0},"82":{"tf":1.0},"92":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"38":{"tf":1.0},"39":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"l":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":6,"docs":{"26":{"tf":1.0},"31":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"97":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":32,"docs":{"109":{"tf":2.23606797749979},"111":{"tf":1.0},"118":{"tf":1.0},"133":{"tf":1.4142135623730951},"17":{"tf":1.0},"23":{"tf":1.4142135623730951},"24":{"tf":1.0},"26":{"tf":1.7320508075688772},"27":{"tf":1.7320508075688772},"29":{"tf":2.0},"30":{"tf":1.0},"34":{"tf":1.4142135623730951},"4":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":2.0},"6":{"tf":1.4142135623730951},"60":{"tf":1.0},"7":{"tf":1.4142135623730951},"72":{"tf":1.0},"74":{"tf":1.0},"82":{"tf":1.4142135623730951},"9":{"tf":2.0},"92":{"tf":1.7320508075688772},"93":{"tf":1.4142135623730951},"97":{"tf":2.0}},"e":{"df":0,"docs":{},"r":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"(":{"&":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":9,"docs":{"110":{"tf":1.0},"111":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}}},"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":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"118":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"84":{"tf":1.0},"89":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":6,"docs":{"119":{"tf":1.0},"17":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.4142135623730951},"6":{"tf":1.0},"82":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":4,"docs":{"133":{"tf":1.0},"26":{"tf":1.0},"55":{"tf":1.0},"82":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"24":{"tf":1.7320508075688772}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":6,"docs":{"131":{"tf":1.0},"15":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"62":{"tf":1.0},"97":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"19":{"tf":1.7320508075688772},"22":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"113":{"tf":1.0},"132":{"tf":1.0},"19":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951},"40":{"tf":1.0}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":21,"docs":{"24":{"tf":1.0},"40":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"81":{"tf":1.7320508075688772},"82":{"tf":2.23606797749979},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":2,"docs":{"128":{"tf":1.0},"129":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"132":{"tf":1.0},"25":{"tf":1.0},"56":{"tf":1.0},"74":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"58":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":8,"docs":{"115":{"tf":1.7320508075688772},"14":{"tf":1.0},"28":{"tf":1.4142135623730951},"65":{"tf":1.0},"67":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.4142135623730951},"78":{"tf":2.0}}}}}}},"df":0,"docs":{}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"133":{"tf":1.0},"15":{"tf":1.0},"75":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"59":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"98":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":8,"docs":{"0":{"tf":1.0},"104":{"tf":1.0},"111":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.4142135623730951},"27":{"tf":1.0},"77":{"tf":1.0},"87":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"37":{"tf":1.0},"74":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"62":{"tf":1.0},"81":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"8":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}}},"df":26,"docs":{"109":{"tf":1.0},"11":{"tf":1.4142135623730951},"115":{"tf":2.0},"116":{"tf":2.8284271247461903},"119":{"tf":1.0},"129":{"tf":1.7320508075688772},"13":{"tf":1.0},"130":{"tf":1.0},"14":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":2.0},"29":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"59":{"tf":1.4142135623730951},"6":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.7320508075688772},"66":{"tf":1.0},"67":{"tf":1.7320508075688772},"7":{"tf":1.0},"78":{"tf":3.3166247903554},"9":{"tf":1.0},"92":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"27":{"tf":1.0},"40":{"tf":1.0},"92":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"\'":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}},"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":5,"docs":{"126":{"tf":1.0},"127":{"tf":1.0},"21":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"116":{"tf":1.4142135623730951}}},"’":{"df":0,"docs":{},"t":{"df":4,"docs":{"113":{"tf":1.0},"127":{"tf":1.0},"132":{"tf":1.0},"89":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"129":{"tf":1.0},"23":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":2,"docs":{"116":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"45":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"[":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}},"df":7,"docs":{"23":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"89":{"tf":1.0}},"n":{"df":1,"docs":{"36":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"l":{"df":8,"docs":{"26":{"tf":1.0},"34":{"tf":1.0},"39":{"tf":1.0},"84":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"128":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"t":{"df":16,"docs":{"107":{"tf":1.4142135623730951},"113":{"tf":1.0},"132":{"tf":1.4142135623730951},"133":{"tf":2.23606797749979},"18":{"tf":1.4142135623730951},"21":{"tf":2.23606797749979},"22":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"35":{"tf":1.0},"40":{"tf":1.0},"49":{"tf":1.0},"56":{"tf":1.0},"65":{"tf":1.0},"82":{"tf":1.0},"93":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":6,"docs":{"125":{"tf":1.0},"133":{"tf":1.4142135623730951},"23":{"tf":1.0},"53":{"tf":1.0},"72":{"tf":1.4142135623730951},"90":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"89":{"tf":1.7320508075688772},"90":{"tf":1.0},"95":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}}}}}}}}}},"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"5":{"tf":1.0}}}},"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":10,"docs":{"115":{"tf":1.4142135623730951},"123":{"tf":1.0},"133":{"tf":1.4142135623730951},"33":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"75":{"tf":1.0},"84":{"tf":1.0},"87":{"tf":1.0},"89":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"89":{"tf":1.0}}}}}}},"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"23":{"tf":1.0}}}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":8,"docs":{"133":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0},"6":{"tf":1.0},"76":{"tf":1.0},"92":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"62":{"tf":1.0}}}}},"s":{"df":1,"docs":{"59":{"tf":1.0}},"i":{"df":1,"docs":{"35":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":1,"docs":{"116":{"tf":1.0}}}}},"df":2,"docs":{"23":{"tf":1.0},"5":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"16":{"tf":1.0},"35":{"tf":1.0},"75":{"tf":1.0}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"133":{"tf":1.0},"77":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"b":{"df":2,"docs":{"11":{"tf":1.0},"66":{"tf":1.0}},"o":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"16":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":10,"docs":{"0":{"tf":1.0},"105":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"33":{"tf":1.0},"39":{"tf":1.0},"65":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":9,"docs":{"105":{"tf":1.7320508075688772},"127":{"tf":1.4142135623730951},"19":{"tf":1.0},"27":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"8":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"d":{"df":2,"docs":{"44":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":7,"docs":{"122":{"tf":1.4142135623730951},"15":{"tf":1.7320508075688772},"75":{"tf":1.4142135623730951},"79":{"tf":1.0},"80":{"tf":1.4142135623730951},"86":{"tf":1.0},"9":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"80":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"132":{"tf":1.0},"21":{"tf":1.0},"82":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"26":{"tf":1.0},"3":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":5,"docs":{"125":{"tf":1.0},"126":{"tf":1.0},"21":{"tf":1.4142135623730951},"35":{"tf":1.0},"82":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":12,"docs":{"0":{"tf":1.0},"119":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"133":{"tf":1.4142135623730951},"54":{"tf":1.0},"56":{"tf":1.0},"62":{"tf":1.0},"67":{"tf":1.0},"82":{"tf":1.4142135623730951},"87":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"27":{"tf":1.0},"7":{"tf":1.4142135623730951},"92":{"tf":1.0}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"27":{"tf":1.4142135623730951},"30":{"tf":1.0}}}}}}}}}},"v":{"df":1,"docs":{"113":{"tf":1.0}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":23,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.4142135623730951},"35":{"tf":1.0},"40":{"tf":1.4142135623730951},"56":{"tf":1.7320508075688772},"57":{"tf":1.4142135623730951},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"75":{"tf":1.4142135623730951}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"113":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"84":{"tf":1.0}}}}}}},"r":{"(":{"\\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"89":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"/":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":11,"docs":{"113":{"tf":1.0},"118":{"tf":1.4142135623730951},"120":{"tf":1.0},"124":{"tf":1.4142135623730951},"125":{"tf":1.0},"128":{"tf":1.0},"72":{"tf":1.4142135623730951},"75":{"tf":1.0},"79":{"tf":1.4142135623730951},"85":{"tf":1.0},"97":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"2":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"c":{"df":2,"docs":{"76":{"tf":1.4142135623730951},"80":{"tf":1.0}}},"df":0,"docs":{}},"v":{"a":{"df":0,"docs":{},"l":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"90":{"tf":1.0},"96":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":8,"docs":{"133":{"tf":1.0},"23":{"tf":1.0},"38":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"86":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":3,"docs":{"24":{"tf":1.0},"6":{"tf":1.0},"81":{"tf":1.0}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"116":{"tf":1.4142135623730951},"18":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":43,"docs":{"111":{"tf":1.4142135623730951},"116":{"tf":2.0},"121":{"tf":1.0},"133":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":2.449489742783178},"31":{"tf":1.7320508075688772},"34":{"tf":1.4142135623730951},"41":{"tf":2.23606797749979},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.7320508075688772},"47":{"tf":1.4142135623730951},"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},"55":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.4142135623730951},"65":{"tf":1.4142135623730951},"66":{"tf":1.7320508075688772},"67":{"tf":1.4142135623730951},"69":{"tf":1.0},"7":{"tf":1.4142135623730951},"74":{"tf":2.23606797749979},"75":{"tf":1.4142135623730951},"77":{"tf":1.0},"78":{"tf":2.0},"79":{"tf":1.0},"88":{"tf":1.7320508075688772},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"95":{"tf":1.0},"97":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":2,"docs":{"26":{"tf":1.0},"92":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"r":{"c":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"97":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"95":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":4,"docs":{"34":{"tf":1.0},"41":{"tf":1.0},"7":{"tf":1.0},"93":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"113":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"c":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":2,"docs":{"116":{"tf":1.0},"78":{"tf":1.0}},"u":{"df":0,"docs":{},"t":{"df":11,"docs":{"110":{"tf":1.4142135623730951},"113":{"tf":1.0},"133":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"5":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":17,"docs":{"0":{"tf":1.4142135623730951},"101":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":2.0},"119":{"tf":1.0},"13":{"tf":1.0},"133":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":1.0},"27":{"tf":1.4142135623730951},"3":{"tf":1.0},"35":{"tf":1.0},"47":{"tf":1.7320508075688772},"65":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.7320508075688772},"78":{"tf":2.23606797749979}},"s":{"(":{"0":{"df":3,"docs":{"42":{"tf":1.0},"43":{"tf":1.0},"95":{"tf":1.0}}},"1":{"df":3,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0}}},"2":{"df":9,"docs":{"101":{"tf":1.0},"111":{"tf":1.0},"19":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"116":{"tf":1.0},"78":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":5,"docs":{"133":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"6":{"tf":1.0}}}}},"df":0,"docs":{}}},"h":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"113":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"115":{"tf":1.0},"125":{"tf":1.0},"67":{"tf":1.0},"86":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":13,"docs":{"106":{"tf":1.0},"111":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"_":{"c":{"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":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"96":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"89":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":48,"docs":{"1":{"tf":1.0},"106":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"122":{"tf":1.0},"125":{"tf":1.4142135623730951},"128":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.4142135623730951},"133":{"tf":2.23606797749979},"15":{"tf":1.4142135623730951},"18":{"tf":2.6457513110645907},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":2.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"29":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"36":{"tf":2.0},"37":{"tf":1.0},"38":{"tf":2.0},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"61":{"tf":1.7320508075688772},"62":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.7320508075688772},"82":{"tf":2.23606797749979},"84":{"tf":1.0},"85":{"tf":1.4142135623730951},"88":{"tf":2.0},"89":{"tf":2.23606797749979},"90":{"tf":2.23606797749979},"91":{"tf":1.4142135623730951},"92":{"tf":1.0},"93":{"tf":1.0},"96":{"tf":2.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":7,"docs":{"112":{"tf":1.0},"133":{"tf":1.0},"31":{"tf":1.0},"41":{"tf":1.0},"57":{"tf":1.0},"62":{"tf":1.0},"7":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"28":{"tf":1.4142135623730951}}}},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"39":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"1":{"tf":1.0},"116":{"tf":1.4142135623730951},"21":{"tf":1.0},"24":{"tf":1.0},"35":{"tf":1.0},"40":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"29":{"tf":1.0},"67":{"tf":2.0},"79":{"tf":1.0},"85":{"tf":1.0}}}},"s":{"df":4,"docs":{"15":{"tf":1.0},"33":{"tf":1.0},"80":{"tf":1.4142135623730951},"84":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"80":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"—":{"a":{"d":{"df":0,"docs":{},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"113":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"38":{"tf":1.0},"39":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":14,"docs":{"113":{"tf":1.0},"125":{"tf":1.0},"133":{"tf":1.0},"24":{"tf":1.0},"34":{"tf":1.0},"49":{"tf":1.4142135623730951},"81":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":1.7320508075688772},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.4142135623730951},"97":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":8,"docs":{"27":{"tf":1.0},"51":{"tf":1.7320508075688772},"8":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.0},"96":{"tf":1.0}}}}}}},"}":{"\\"":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"90":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"f":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"20":{"tf":1.4142135623730951},"26":{"tf":1.0}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"87":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":10,"docs":{"117":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.7320508075688772},"125":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"132":{"tf":1.0},"23":{"tf":1.0},"67":{"tf":1.0},"84":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":12,"docs":{"116":{"tf":1.0},"118":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"24":{"tf":1.0},"35":{"tf":1.0},"40":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.4142135623730951},"80":{"tf":1.0},"86":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"s":{"df":5,"docs":{"132":{"tf":1.0},"133":{"tf":1.0},"21":{"tf":1.0},"62":{"tf":1.0},"75":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}}}},"q":{"df":1,"docs":{"132":{"tf":1.7320508075688772}}},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"35":{"tf":1.0},"40":{"tf":1.0},"58":{"tf":1.0},"84":{"tf":1.0},"91":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"63":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}}}}},"df":2,"docs":{"116":{"tf":2.6457513110645907},"78":{"tf":2.449489742783178}},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"47":{"tf":1.0},"66":{"tf":1.0},"9":{"tf":1.0},"93":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"40":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"86":{"tf":1.0}}},"df":0,"docs":{}},"t":{"c":{"df":0,"docs":{},"h":{"df":10,"docs":{"112":{"tf":1.0},"12":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"27":{"tf":1.4142135623730951},"32":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"71":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"40":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"95":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"df":11,"docs":{"115":{"tf":2.449489742783178},"116":{"tf":1.0},"120":{"tf":1.0},"131":{"tf":1.4142135623730951},"14":{"tf":2.23606797749979},"33":{"tf":1.4142135623730951},"65":{"tf":1.4142135623730951},"66":{"tf":1.0},"75":{"tf":1.7320508075688772},"76":{"tf":2.0},"78":{"tf":2.8284271247461903}},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"116":{"tf":1.0},"78":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"116":{"tf":2.0},"119":{"tf":1.0},"33":{"tf":1.0},"54":{"tf":1.0},"65":{"tf":1.0},"75":{"tf":1.0},"77":{"tf":1.7320508075688772},"78":{"tf":1.7320508075688772}}}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"108":{"tf":1.0},"55":{"tf":1.0}}}},"d":{"df":3,"docs":{"114":{"tf":1.4142135623730951},"116":{"tf":2.0},"48":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":3,"docs":{"132":{"tf":1.0},"65":{"tf":1.0},"75":{"tf":1.0}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":7,"docs":{"101":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"35":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"116":{"tf":1.7320508075688772},"119":{"tf":1.0},"120":{"tf":1.0},"19":{"tf":1.4142135623730951},"39":{"tf":1.0},"40":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0}},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"132":{"tf":1.0}}}}}}}}}},"t":{"df":4,"docs":{"40":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.0},"88":{"tf":1.0}}},"x":{"df":10,"docs":{"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":5,"docs":{"115":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"78":{"tf":1.0}}},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"113":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"23":{"tf":1.0},"38":{"tf":1.0},"5":{"tf":1.0},"61":{"tf":1.0},"80":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":4,"docs":{"24":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.4142135623730951},"56":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"8":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0}}}}}}},"n":{"df":29,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"8":{"tf":1.0},"89":{"tf":2.449489742783178},"90":{"tf":2.0},"95":{"tf":2.449489742783178},"96":{"tf":2.23606797749979},"97":{"tf":1.4142135623730951}}},"o":{"c":{"df":0,"docs":{},"u":{"df":2,"docs":{"120":{"tf":1.0},"17":{"tf":1.0}},"s":{"df":3,"docs":{"0":{"tf":1.0},"26":{"tf":1.0},"62":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":6,"docs":{"116":{"tf":1.0},"117":{"tf":1.0},"4":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0},"78":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"89":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"39":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"t":{"!":{"(":{"\\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"90":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"6":{"tf":1.0}},"u":{"df":0,"docs":{},"l":{"a":{"df":1,"docs":{"21":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":24,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.7320508075688772},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}},"df":3,"docs":{"120":{"tf":1.0},"130":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"k":{"/":{"c":{"df":0,"docs":{},"f":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"z":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":15,"docs":{"11":{"tf":1.0},"112":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.0},"125":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}}}}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":4,"docs":{"11":{"tf":1.0},"130":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0}}}}},"df":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":{"30":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"92":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"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":2,"docs":{"34":{"tf":1.0},"93":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"r":{"df":2,"docs":{"34":{"tf":1.0},"92":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"80":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"93":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"93":{"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":0,"docs":{},"n":{"df":2,"docs":{"34":{"tf":1.0},"93":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"97":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"{":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{",":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{",":{"df":0,"docs":{},"k":{"8":{"df":1,"docs":{"92":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"84":{"tf":1.0},"85":{"tf":1.0},"92":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"34":{"tf":1.0},"93":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{".":{"df":0,"docs":{},"r":{"df":2,"docs":{"95":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"96":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":2,"docs":{"34":{"tf":1.0},"93":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":2,"docs":{"34":{"tf":1.0},"93":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"95":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}},"df":30,"docs":{"0":{"tf":1.0},"118":{"tf":1.4142135623730951},"132":{"tf":1.0},"133":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"2":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"31":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"7":{"tf":1.4142135623730951},"74":{"tf":2.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.7320508075688772},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"92":{"tf":1.4142135623730951},"97":{"tf":1.0}},"’":{"df":1,"docs":{"39":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"47":{"tf":1.0},"50":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"3":{"tf":1.0},"75":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":8,"docs":{"0":{"tf":1.0},"113":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"19":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0}}}}}}},"d":{"df":5,"docs":{"102":{"tf":1.0},"120":{"tf":1.0},"126":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"54":{"tf":1.7320508075688772}}}}}},"g":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"113":{"tf":1.0},"3":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"61":{"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":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"84":{"tf":1.0},"89":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":24,"docs":{"112":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"120":{"tf":1.0},"125":{"tf":1.4142135623730951},"128":{"tf":1.0},"133":{"tf":1.7320508075688772},"24":{"tf":1.0},"27":{"tf":1.4142135623730951},"29":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"54":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":1.4142135623730951},"62":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.0},"82":{"tf":1.0},"89":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0}}}}},"t":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"89":{"tf":1.0},"90":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"70":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"63":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"1":{"tf":1.0}},"n":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"33":{"tf":1.0},"75":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"133":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"35":{"tf":1.0},"40":{"tf":1.0}}}},"df":4,"docs":{"115":{"tf":1.0},"34":{"tf":1.0},"70":{"tf":1.0},"75":{"tf":1.0}},"e":{"df":1,"docs":{"93":{"tf":1.0}}},"o":{"d":{"df":7,"docs":{"123":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"35":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"65":{"tf":1.0},"75":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"116":{"tf":1.0},"119":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"1":{"6":{"df":5,"docs":{"112":{"tf":1.0},"133":{"tf":1.0},"57":{"tf":1.0},"62":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":1,"docs":{"133":{"tf":1.0}}}},"w":{"df":1,"docs":{"91":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"86":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":4,"docs":{"25":{"tf":1.0},"34":{"tf":1.0},"82":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{}}},"df":58,"docs":{"1":{"tf":1.0},"113":{"tf":1.4142135623730951},"25":{"tf":1.7320508075688772},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.7320508075688772},"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},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.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},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"23":{"tf":1.0}},"l":{"df":2,"docs":{"17":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"r":{"d":{"df":1,"docs":{"19":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}}},"df":1,"docs":{"118":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"116":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":1,"docs":{"52":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"133":{"tf":1.0},"20":{"tf":1.7320508075688772},"35":{"tf":1.0},"6":{"tf":1.0}},"i":{"df":3,"docs":{"122":{"tf":1.0},"20":{"tf":1.0},"38":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"27":{"tf":1.0}}}}}}},"df":3,"docs":{"27":{"tf":1.7320508075688772},"7":{"tf":1.0},"9":{"tf":1.0}}},"p":{"df":1,"docs":{"16":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"32":{"tf":1.0},"39":{"tf":1.0},"70":{"tf":1.0},"84":{"tf":1.0},"87":{"tf":1.7320508075688772}}}}}},"r":{"df":0,"docs":{},"e":{"df":4,"docs":{"0":{"tf":1.0},"31":{"tf":1.4142135623730951},"34":{"tf":1.0},"90":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":9,"docs":{"133":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"35":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.4142135623730951},"6":{"tf":1.0},"92":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"60":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"20":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":4,"docs":{"129":{"tf":1.0},"26":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"24":{"tf":1.0},"58":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.0},"71":{"tf":1.0},"78":{"tf":1.0},"92":{"tf":1.0}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"67":{"tf":1.0},"72":{"tf":1.0}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"92":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"1":{"8":{"0":{"8":{"0":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"122":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"0":{"9":{"0":{"df":6,"docs":{"122":{"tf":1.0},"15":{"tf":1.0},"33":{"tf":1.0},"66":{"tf":1.0},"80":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"122":{"tf":1.0},"15":{"tf":1.0},"80":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"i":{"[":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"38":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"d":{">":{":":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"78":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"115":{"tf":1.0},"116":{"tf":2.23606797749979},"78":{"tf":1.0}},"e":{"a":{"df":3,"docs":{"51":{"tf":1.4142135623730951},"89":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"89":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"62":{"tf":1.0},"79":{"tf":1.0}}}}}},"i":{"df":56,"docs":{"25":{"tf":1.7320508075688772},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"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},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.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},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0}},"i":{"df":17,"docs":{"81":{"tf":1.7320508075688772},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"41":{"tf":1.0},"88":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":14,"docs":{"10":{"tf":1.4142135623730951},"11":{"tf":1.4142135623730951},"130":{"tf":2.23606797749979},"131":{"tf":1.0},"27":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.0},"41":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":2.23606797749979},"67":{"tf":2.23606797749979},"7":{"tf":1.0},"72":{"tf":1.4142135623730951},"9":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"17":{"tf":1.7320508075688772}}}},"l":{"df":5,"docs":{"89":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":12,"docs":{"34":{"tf":2.0},"51":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":1.4142135623730951},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":7,"docs":{"100":{"tf":1.4142135623730951},"115":{"tf":1.0},"116":{"tf":1.0},"57":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.0}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":18,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"133":{"tf":1.0},"14":{"tf":1.0},"20":{"tf":1.0},"33":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"54":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0},"76":{"tf":1.4142135623730951},"78":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":7,"docs":{"132":{"tf":1.0},"133":{"tf":1.0},"20":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"113":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":8,"docs":{"113":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"126":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"61":{"tf":1.0},"74":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"\\"":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"89":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":5,"docs":{"115":{"tf":1.7320508075688772},"116":{"tf":1.4142135623730951},"120":{"tf":1.0},"14":{"tf":1.4142135623730951},"78":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":4,"docs":{"15":{"tf":1.0},"65":{"tf":1.0},"75":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":6,"docs":{"133":{"tf":1.0},"17":{"tf":1.0},"3":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0},"97":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"23":{"tf":1.0},"39":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"38":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":3,"docs":{"38":{"tf":1.4142135623730951},"84":{"tf":1.0},"89":{"tf":1.4142135623730951}},"i":{"df":1,"docs":{"55":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"84":{"tf":1.0},"89":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"115":{"tf":2.0},"66":{"tf":1.0},"78":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"80":{"tf":1.0}}}}}}},"df":4,"docs":{"116":{"tf":1.0},"120":{"tf":1.4142135623730951},"59":{"tf":1.0},"80":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"71":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"116":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"120":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":3,"docs":{"26":{"tf":1.0},"3":{"tf":1.0},"41":{"tf":1.0}}}},"n":{"d":{"df":4,"docs":{"132":{"tf":1.0},"133":{"tf":1.0},"35":{"tf":1.0},"82":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"66":{"tf":1.0}}},"t":{"df":4,"docs":{"17":{"tf":1.0},"24":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"0":{"tf":1.4142135623730951},"3":{"tf":1.0},"82":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":8,"docs":{"20":{"tf":2.0},"34":{"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}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"16":{"tf":1.0},"24":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0}}}}}},"v":{"df":5,"docs":{"113":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"18":{"tf":1.0},"53":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"19":{"tf":1.0}},"t":{"df":1,"docs":{"3":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"54":{"tf":2.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":3,"docs":{"3":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"u":{"df":5,"docs":{"120":{"tf":1.4142135623730951},"122":{"tf":1.0},"123":{"tf":1.0},"62":{"tf":1.0},"89":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"35":{"tf":1.0},"58":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"74":{"tf":1.0}}}}}},"’":{"df":1,"docs":{"79":{"tf":1.0}}}},"v":{"df":36,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.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.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"98":{"tf":1.7320508075688772},"99":{"tf":1.0}}}},"j":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"g":{"df":4,"docs":{"133":{"tf":1.0},"24":{"tf":1.0},"6":{"tf":1.0},"82":{"tf":1.0}}}},"df":0,"docs":{}}},"k":{"8":{"df":15,"docs":{"112":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"119":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"14":{"tf":1.0},"27":{"tf":1.4142135623730951},"40":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"67":{"tf":1.7320508075688772},"72":{"tf":1.0},"78":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":6,"docs":{"26":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.0},"41":{"tf":1.0},"7":{"tf":1.0},"92":{"tf":1.0}}}},"df":1,"docs":{"67":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":8,"docs":{"113":{"tf":1.0},"127":{"tf":1.0},"133":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"66":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":1.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":{"109":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":17,"docs":{"116":{"tf":1.0},"132":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.4142135623730951},"35":{"tf":1.0},"39":{"tf":1.7320508075688772},"40":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"78":{"tf":1.0},"82":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0},"98":{"tf":1.0}}}},"y":{"df":6,"docs":{"28":{"tf":1.4142135623730951},"29":{"tf":1.0},"47":{"tf":1.0},"8":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"129":{"tf":1.0}}}},"n":{"d":{"df":1,"docs":{"67":{"tf":1.7320508075688772}}},"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":{"133":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":1,"docs":{"123":{"tf":1.4142135623730951}}}}}},"u":{"b":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":6,"docs":{"115":{"tf":1.4142135623730951},"116":{"tf":3.872983346207417},"119":{"tf":1.7320508075688772},"14":{"tf":1.0},"67":{"tf":1.0},"78":{"tf":3.3166247903554}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":14,"docs":{"109":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.4142135623730951},"67":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"g":{"df":14,"docs":{"11":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"128":{"tf":1.0},"130":{"tf":1.4142135623730951},"131":{"tf":1.7320508075688772},"27":{"tf":2.0},"32":{"tf":1.0},"62":{"tf":1.0},"68":{"tf":1.7320508075688772},"72":{"tf":1.0}},"r":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"27":{"tf":1.0},"30":{"tf":1.0},"70":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":3,"docs":{"116":{"tf":2.0},"119":{"tf":1.0},"78":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"24":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"116":{"tf":1.0},"120":{"tf":1.0},"82":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"39":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"133":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"44":{"tf":1.4142135623730951},"6":{"tf":1.0},"77":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"26":{"tf":1.7320508075688772},"3":{"tf":1.0},"39":{"tf":1.0},"87":{"tf":1.0},"93":{"tf":1.0}}}}}}},"df":4,"docs":{"115":{"tf":1.0},"116":{"tf":3.0},"119":{"tf":1.4142135623730951},"78":{"tf":2.449489742783178}},"e":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"133":{"tf":1.0},"77":{"tf":1.0}}}}},"df":0,"docs":{},"k":{"df":2,"docs":{"23":{"tf":1.0},"82":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.7320508075688772}}}},"v":{"df":1,"docs":{"79":{"tf":1.0}}}},"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"133":{"tf":1.0}}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"63":{"tf":1.0}}}},"t":{"df":1,"docs":{"3":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":17,"docs":{"121":{"tf":1.4142135623730951},"133":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"82":{"tf":1.7320508075688772},"92":{"tf":1.0},"93":{"tf":1.0}}}}}},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"29":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"23":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"89":{"tf":1.0}}}}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":2,"docs":{"116":{"tf":1.0},"38":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"116":{"tf":1.4142135623730951},"119":{"tf":1.0},"78":{"tf":1.4142135623730951}}}},"v":{"df":0,"docs":{},"e":{"df":20,"docs":{"116":{"tf":1.0},"123":{"tf":1.0},"125":{"tf":1.4142135623730951},"132":{"tf":1.4142135623730951},"133":{"tf":1.7320508075688772},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.4142135623730951},"50":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"62":{"tf":1.0},"92":{"tf":1.4142135623730951}}}}},"o":{"a":{"d":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}}}}},"df":11,"docs":{"120":{"tf":1.0},"131":{"tf":1.4142135623730951},"41":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.7320508075688772},"48":{"tf":1.7320508075688772},"49":{"tf":2.0},"53":{"tf":1.0},"55":{"tf":1.0},"67":{"tf":2.0},"9":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"=":{"2":{"df":1,"docs":{"65":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"=":{"1":{"2":{"0":{"df":1,"docs":{"65":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"=":{"3":{"df":1,"docs":{"65":{"tf":1.0}}},"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":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":8,"docs":{"116":{"tf":1.4142135623730951},"121":{"tf":1.0},"65":{"tf":1.4142135623730951},"69":{"tf":1.0},"74":{"tf":2.0},"75":{"tf":1.0},"78":{"tf":1.4142135623730951},"79":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":6,"docs":{"26":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.0},"41":{"tf":1.0},"7":{"tf":1.0},"92":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":9,"docs":{"113":{"tf":1.0},"127":{"tf":1.0},"133":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"63":{"tf":1.4142135623730951},"66":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":1.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":5,"docs":{"109":{"tf":1.0},"111":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":30,"docs":{"1":{"tf":1.0},"109":{"tf":1.0},"112":{"tf":1.0},"115":{"tf":1.4142135623730951},"116":{"tf":1.0},"119":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"14":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.7320508075688772},"29":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"6":{"tf":1.0},"62":{"tf":1.4142135623730951},"65":{"tf":1.4142135623730951},"7":{"tf":1.0},"70":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.4142135623730951},"78":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":1.0}}},"t":{"df":4,"docs":{"115":{"tf":1.4142135623730951},"62":{"tf":1.0},"69":{"tf":1.7320508075688772},"70":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":23,"docs":{"113":{"tf":1.7320508075688772},"114":{"tf":1.4142135623730951},"115":{"tf":3.3166247903554},"116":{"tf":4.898979485566356},"120":{"tf":1.4142135623730951},"121":{"tf":1.7320508075688772},"125":{"tf":1.0},"128":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"14":{"tf":3.1622776601683795},"15":{"tf":1.4142135623730951},"33":{"tf":2.23606797749979},"62":{"tf":1.4142135623730951},"65":{"tf":1.7320508075688772},"66":{"tf":1.7320508075688772},"73":{"tf":1.4142135623730951},"74":{"tf":3.0},"75":{"tf":2.8284271247461903},"76":{"tf":2.23606797749979},"78":{"tf":5.0990195135927845},"89":{"tf":1.0},"93":{"tf":1.0}},"i":{"c":{"df":3,"docs":{"133":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}},"s":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"116":{"tf":1.0}}}}}},"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"80":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"116":{"tf":1.0}}}}}}},":":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"78":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"132":{"tf":1.0},"21":{"tf":1.0},"35":{"tf":1.0},"82":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"118":{"tf":1.0},"132":{"tf":1.0}}},"p":{"df":3,"docs":{"17":{"tf":1.0},"40":{"tf":1.0},"58":{"tf":1.0}}},"s":{"df":1,"docs":{"26":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"133":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"24":{"tf":1.0}}}}}},"r":{"df":2,"docs":{"23":{"tf":1.0},"5":{"tf":1.0}}},"s":{"df":2,"docs":{"116":{"tf":1.0},"78":{"tf":1.0}}},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":2,"docs":{"132":{"tf":1.0},"21":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"24":{"tf":1.0},"40":{"tf":1.0},"59":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"26":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":29,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"95":{"tf":1.7320508075688772},"96":{"tf":1.4142135623730951},"97":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"24":{"tf":1.0},"55":{"tf":1.0},"81":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":11,"docs":{"133":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"24":{"tf":1.4142135623730951},"3":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"70":{"tf":1.0},"74":{"tf":1.4142135623730951},"92":{"tf":1.0}}}},"l":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"54":{"tf":1.4142135623730951}}}}}}},"n":{"df":0,"docs":{},"i":{"df":5,"docs":{"3":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"6":{"tf":1.0},"82":{"tf":1.0}}},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"133":{"tf":1.0}}}}},"p":{"df":2,"docs":{"62":{"tf":1.0},"66":{"tf":1.0}}},"t":{"c":{"df":0,"docs":{},"h":{"df":6,"docs":{"116":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"66":{"tf":1.0},"78":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"98":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"35":{"tf":1.0},"60":{"tf":1.0}}}}}},"x":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"2":{"0":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}},"4":{"0":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"6":{"0":{"df":1,"docs":{"105":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":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":{"105":{"tf":1.0}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"48":{"tf":1.0}}}}}}}},"d":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"27":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":1,"docs":{"126":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":7,"docs":{"0":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"40":{"tf":1.0},"82":{"tf":1.0}}}}},"t":{"df":1,"docs":{"39":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"133":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"74":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"15":{"tf":1.0},"80":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"20":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":4,"docs":{"14":{"tf":1.0},"54":{"tf":1.7320508075688772},"74":{"tf":1.0},"77":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"1":{"tf":1.0},"2":{"tf":1.0},"26":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"118":{"tf":1.0},"124":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"133":{"tf":1.0},"62":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"d":{"df":6,"docs":{"34":{"tf":1.0},"52":{"tf":1.0},"80":{"tf":1.0},"93":{"tf":1.4142135623730951},"95":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"c":{"df":9,"docs":{"113":{"tf":1.0},"15":{"tf":1.4142135623730951},"23":{"tf":1.0},"33":{"tf":1.4142135623730951},"66":{"tf":1.0},"75":{"tf":1.0},"80":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"0":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"3":{"0":{"df":1,"docs":{"105":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":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":{"105":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"116":{"tf":1.0}}}},"k":{"df":0,"docs":{},"u":{"b":{"df":1,"docs":{"67":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"m":{"df":6,"docs":{"123":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.4142135623730951},"58":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"132":{"tf":1.4142135623730951},"21":{"tf":1.7320508075688772}}}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"86":{"tf":1.0}}}}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"113":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"s":{"df":8,"docs":{"113":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"132":{"tf":1.0},"62":{"tf":1.0},"72":{"tf":1.0},"84":{"tf":1.0}}},"t":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"74":{"tf":1.0}}}},"df":0,"docs":{}}},"x":{"df":3,"docs":{"113":{"tf":1.0},"19":{"tf":1.0},"77":{"tf":1.0}},"e":{"d":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"63":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"d":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"52":{"tf":1.0}},"l":{"df":8,"docs":{"1":{"tf":1.0},"2":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"39":{"tf":1.0},"82":{"tf":2.23606797749979},"92":{"tf":1.0}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"34":{"tf":1.0},"78":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"24":{"tf":1.0}}}},"df":2,"docs":{"65":{"tf":1.0},"84":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"13":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"125":{"tf":1.0},"91":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"116":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"115":{"tf":1.4142135623730951},"14":{"tf":1.4142135623730951},"27":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"78":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"24":{"tf":1.0},"40":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":7,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"2":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.4142135623730951},"35":{"tf":1.0},"59":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"133":{"tf":1.0},"40":{"tf":1.0}}}}}}},"t":{"df":11,"docs":{"111":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0},"89":{"tf":1.0},"95":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":4,"docs":{"89":{"tf":1.0},"90":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}}}}}}},"df":0,"docs":{}},"=":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":3,"docs":{"116":{"tf":1.7320508075688772},"119":{"tf":1.0},"78":{"tf":1.7320508075688772}}}}}}},"df":14,"docs":{"115":{"tf":1.4142135623730951},"116":{"tf":3.605551275463989},"119":{"tf":1.7320508075688772},"14":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0},"7":{"tf":1.0},"71":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.4142135623730951},"78":{"tf":2.0},"84":{"tf":1.0},"89":{"tf":1.0}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":3,"docs":{"116":{"tf":3.0},"119":{"tf":1.0},"78":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"34":{"tf":1.4142135623730951}}}}}},"df":5,"docs":{"116":{"tf":1.7320508075688772},"119":{"tf":1.0},"126":{"tf":1.0},"20":{"tf":1.0},"78":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"40":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":13,"docs":{"119":{"tf":1.0},"132":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"3":{"tf":1.0},"39":{"tf":1.0},"52":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"72":{"tf":1.4142135623730951},"74":{"tf":1.0},"78":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}},"—":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"g":{"df":2,"docs":{"133":{"tf":1.0},"62":{"tf":1.0}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"77":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":14,"docs":{"101":{"tf":1.0},"111":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":16,"docs":{"0":{"tf":1.7320508075688772},"120":{"tf":1.0},"128":{"tf":1.0},"133":{"tf":1.4142135623730951},"15":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.4142135623730951},"35":{"tf":1.0},"52":{"tf":2.0},"6":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"133":{"tf":1.0},"54":{"tf":1.0}}}}},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"89":{"tf":1.0},"90":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":11,"docs":{"34":{"tf":1.7320508075688772},"82":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.7320508075688772},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":2.6457513110645907},"95":{"tf":1.7320508075688772},"96":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}}},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"tf":1.0}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"86":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":2,"docs":{"52":{"tf":1.0},"86":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":53,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"101":{"tf":1.7320508075688772},"105":{"tf":1.0},"113":{"tf":1.4142135623730951},"115":{"tf":2.8284271247461903},"116":{"tf":2.0},"119":{"tf":1.7320508075688772},"120":{"tf":2.0},"122":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"127":{"tf":2.0},"128":{"tf":1.7320508075688772},"129":{"tf":1.0},"133":{"tf":2.23606797749979},"14":{"tf":2.449489742783178},"15":{"tf":1.4142135623730951},"2":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.7320508075688772},"27":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"52":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":2.0},"6":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.0},"62":{"tf":2.0},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"7":{"tf":1.0},"74":{"tf":2.6457513110645907},"75":{"tf":1.0},"76":{"tf":2.23606797749979},"78":{"tf":1.7320508075688772},"80":{"tf":2.0},"82":{"tf":1.0},"84":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"97":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"15":{"tf":1.0},"75":{"tf":1.0}},"i":{"df":2,"docs":{"19":{"tf":1.0},"40":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"df":25,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"11":{"tf":1.0},"112":{"tf":1.0},"115":{"tf":2.23606797749979},"116":{"tf":1.7320508075688772},"119":{"tf":1.0},"12":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.7320508075688772},"131":{"tf":1.0},"133":{"tf":1.0},"14":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"3":{"tf":1.7320508075688772},"32":{"tf":1.0},"62":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.7320508075688772},"67":{"tf":1.7320508075688772},"70":{"tf":1.4142135623730951},"71":{"tf":1.0},"76":{"tf":2.0},"78":{"tf":2.6457513110645907}},"s":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"77":{"tf":1.0}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"77":{"tf":1.0}}}}}}}}}},"d":{"a":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"77":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"77":{"tf":1.0}}}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"77":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"62":{"tf":1.0}},"k":{"df":0,"docs":{},"z":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"=":{"/":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"12":{"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":{},"t":{"df":0,"docs":{},"o":{"/":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"69":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":4,"docs":{"27":{"tf":1.0},"30":{"tf":1.0},"62":{"tf":1.0},"69":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"115":{"tf":1.0}}}}}}},"=":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"78":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"115":{"tf":1.0},"76":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"66":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"116":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"78":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":1,"docs":{"65":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"75":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":10,"docs":{"115":{"tf":1.4142135623730951},"14":{"tf":2.0},"27":{"tf":1.0},"33":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":6,"docs":{"14":{"tf":1.0},"33":{"tf":1.0},"62":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"77":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"=":{"\\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"e":{",":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"_":{"d":{"a":{"_":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"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":2,"docs":{"121":{"tf":1.0},"75":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"e":{",":{"d":{"a":{"=":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"65":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"=":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":6,"docs":{"116":{"tf":1.0},"121":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"74":{"tf":1.7320508075688772},"75":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":6,"docs":{"14":{"tf":1.0},"27":{"tf":1.0},"33":{"tf":1.0},"62":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"77":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"=":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"4":{"3":{"1":{"7":{"df":2,"docs":{"15":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":2,"docs":{"75":{"tf":1.0},"9":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"=":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"4":{"3":{"1":{"8":{"df":2,"docs":{"15":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":2,"docs":{"75":{"tf":1.0},"9":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":6,"docs":{"11":{"tf":1.0},"31":{"tf":1.0},"41":{"tf":1.0},"7":{"tf":1.0},"72":{"tf":1.0},"9":{"tf":1.0}},"e":{"=":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":4,"docs":{"116":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951}}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"67":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":3,"docs":{"27":{"tf":1.0},"33":{"tf":1.0},"75":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":7,"docs":{"115":{"tf":1.4142135623730951},"116":{"tf":1.0},"14":{"tf":1.0},"65":{"tf":1.4142135623730951},"75":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"75":{"tf":2.0}}}},"t":{"df":0,"docs":{},"e":{"df":9,"docs":{"115":{"tf":1.0},"116":{"tf":1.7320508075688772},"119":{"tf":1.0},"21":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"78":{"tf":1.4142135623730951}}}}},"t":{"df":0,"docs":{},"p":{"df":3,"docs":{"132":{"tf":1.0},"18":{"tf":1.4142135623730951},"27":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"101":{"tf":1.4142135623730951},"18":{"tf":1.0},"39":{"tf":1.0},"65":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"o":{"[":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"23":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":22,"docs":{"113":{"tf":1.4142135623730951},"122":{"tf":1.7320508075688772},"131":{"tf":1.0},"132":{"tf":1.4142135623730951},"133":{"tf":1.7320508075688772},"15":{"tf":1.7320508075688772},"20":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.7320508075688772},"35":{"tf":1.0},"40":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.4142135623730951},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"66":{"tf":1.0},"73":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951},"82":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"40":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"82":{"tf":1.0}}}}},"df":0,"docs":{}},"df":2,"docs":{"116":{"tf":1.4142135623730951},"23":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"92":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"78":{"tf":1.0}}}}}}},"k":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"\\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"89":{"tf":1.0},"90":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":11,"docs":{"111":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"89":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}}},"n":{"c":{"df":3,"docs":{"23":{"tf":1.0},"6":{"tf":1.0},"82":{"tf":1.0}}},"df":4,"docs":{"26":{"tf":1.0},"3":{"tf":1.0},"61":{"tf":1.0},"87":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"60":{"tf":1.0}}}}},"p":{"df":1,"docs":{"133":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":30,"docs":{"0":{"tf":1.0},"104":{"tf":1.0},"111":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"45":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"62":{"tf":2.23606797749979},"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},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0}}}},"t":{"df":2,"docs":{"19":{"tf":1.0},"39":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":10,"docs":{"14":{"tf":1.4142135623730951},"15":{"tf":1.0},"23":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"70":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"79":{"tf":1.0},"86":{"tf":1.0},"9":{"tf":1.0}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":12,"docs":{"133":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.4142135623730951},"24":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0},"74":{"tf":1.0},"82":{"tf":1.0},"92":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"132":{"tf":1.0},"18":{"tf":1.0},"39":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"129":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"24":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"p":{"df":4,"docs":{"15":{"tf":1.0},"75":{"tf":1.7320508075688772},"79":{"tf":2.449489742783178},"9":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":9,"docs":{"133":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.0},"40":{"tf":1.0},"5":{"tf":1.0},"56":{"tf":1.0},"62":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.0}}}}},"df":2,"docs":{"66":{"tf":1.0},"78":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"115":{"tf":1.0},"116":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"14":{"tf":1.0},"78":{"tf":1.0}},"—":{"d":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"17":{"tf":1.4142135623730951},"20":{"tf":1.0},"3":{"tf":1.0},"49":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"58":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"d":{"df":7,"docs":{"12":{"tf":1.0},"30":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0},"80":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":12,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"4":{"tf":1.7320508075688772},"5":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"df":1,"docs":{"125":{"tf":1.0}}}}}}}}}}},"p":{"2":{"df":0,"docs":{},"p":{"df":1,"docs":{"77":{"tf":1.0}}}},"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"23":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"27":{"tf":1.0},"92":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"1":{"tf":1.0},"56":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"27":{"tf":1.4142135623730951},"93":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":15,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.0},"131":{"tf":1.4142135623730951},"133":{"tf":1.0},"21":{"tf":1.4142135623730951},"27":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.0},"68":{"tf":1.7320508075688772},"72":{"tf":1.0},"87":{"tf":1.0},"93":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}}},"t":{"df":132,"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},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"12":{"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},"13":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.7320508075688772},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.7320508075688772},"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},"4":{"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":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"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.7320508075688772},"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.7320508075688772},"99":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":4,"docs":{"0":{"tf":1.0},"133":{"tf":1.0},"37":{"tf":1.0},"87":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":2.23606797749979}}}}}},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"56":{"tf":1.0},"80":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":2,"docs":{"123":{"tf":1.0},"23":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":7,"docs":{"115":{"tf":1.7320508075688772},"12":{"tf":1.0},"131":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0},"62":{"tf":1.0},"69":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":10,"docs":{"116":{"tf":1.4142135623730951},"120":{"tf":1.0},"132":{"tf":1.0},"26":{"tf":1.0},"39":{"tf":2.449489742783178},"40":{"tf":1.0},"41":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951}}}}}}}},"df":14,"docs":{"116":{"tf":1.7320508075688772},"121":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0},"74":{"tf":2.0},"75":{"tf":1.0},"78":{"tf":2.0},"79":{"tf":1.0}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"120":{"tf":1.0}}}},"r":{"df":19,"docs":{"103":{"tf":1.0},"104":{"tf":1.4142135623730951},"111":{"tf":1.7320508075688772},"115":{"tf":2.23606797749979},"116":{"tf":1.0},"122":{"tf":1.0},"133":{"tf":1.4142135623730951},"14":{"tf":1.7320508075688772},"15":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.7320508075688772},"19":{"tf":1.4142135623730951},"21":{"tf":1.0},"33":{"tf":1.4142135623730951},"39":{"tf":1.0},"65":{"tf":1.7320508075688772},"75":{"tf":1.0},"76":{"tf":1.4142135623730951},"78":{"tf":1.7320508075688772}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":3,"docs":{"0":{"tf":1.4142135623730951},"133":{"tf":1.4142135623730951},"6":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"133":{"tf":1.0},"49":{"tf":1.0}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"115":{"tf":1.0},"116":{"tf":1.0},"14":{"tf":1.0},"65":{"tf":1.0},"78":{"tf":1.4142135623730951}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":7,"docs":{"16":{"tf":1.7320508075688772},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0}}}}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"35":{"tf":1.0},"40":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"132":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"14":{"tf":1.0},"59":{"tf":1.0}}}}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"129":{"tf":1.0}}}}}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"71":{"tf":1.0}}}},"df":0,"docs":{},"n":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":9,"docs":{"110":{"tf":1.0},"111":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"[":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"61":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":26,"docs":{"1":{"tf":1.0},"111":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"23":{"tf":2.0},"24":{"tf":1.0},"26":{"tf":1.4142135623730951},"3":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":2.0},"57":{"tf":1.4142135623730951},"6":{"tf":1.0},"61":{"tf":1.0},"8":{"tf":1.0},"82":{"tf":1.0},"92":{"tf":1.0},"95":{"tf":1.0}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"62":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"u":{"df":1,"docs":{"0":{"tf":1.0}},"g":{"df":1,"docs":{"88":{"tf":1.0}},"g":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"24":{"tf":1.0},"36":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"d":{"df":7,"docs":{"115":{"tf":1.4142135623730951},"116":{"tf":4.795831523312719},"119":{"tf":2.23606797749979},"133":{"tf":1.0},"14":{"tf":1.0},"67":{"tf":1.0},"78":{"tf":2.23606797749979}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"27":{"tf":1.0},"7":{"tf":1.4142135623730951},"8":{"tf":1.0},"92":{"tf":1.0}}}}},"l":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"133":{"tf":1.0}},"e":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":17,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"116":{"tf":1.4142135623730951},"120":{"tf":1.0},"125":{"tf":1.4142135623730951},"128":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"57":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951},"75":{"tf":1.0},"78":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":1,"docs":{"68":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"20":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"22":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0}}}},"df":0,"docs":{}},"df":7,"docs":{"113":{"tf":1.7320508075688772},"120":{"tf":1.0},"122":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.7320508075688772},"59":{"tf":1.0},"66":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"116":{"tf":1.0},"133":{"tf":1.0},"82":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":4,"docs":{"132":{"tf":1.0},"133":{"tf":1.0},"25":{"tf":1.0},"40":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"24":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}},"i":{"df":0,"docs":{},"x":{"df":6,"docs":{"115":{"tf":1.4142135623730951},"116":{"tf":1.0},"14":{"tf":1.0},"76":{"tf":1.4142135623730951},"77":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951}}}}},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"133":{"tf":1.0}}}}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"26":{"tf":1.0},"92":{"tf":1.0}}}},"df":1,"docs":{"27":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"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":9,"docs":{"112":{"tf":1.0},"128":{"tf":1.0},"56":{"tf":1.4142135623730951},"62":{"tf":2.0},"66":{"tf":1.0},"67":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"9":{"tf":1.0}}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"112":{"tf":1.0},"128":{"tf":1.0},"131":{"tf":1.0},"62":{"tf":1.0}}}},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"76":{"tf":1.0}}}},"t":{"df":3,"docs":{"113":{"tf":1.0},"40":{"tf":1.0},"87":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"38":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"113":{"tf":1.0},"133":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":3,"docs":{"116":{"tf":1.7320508075688772},"129":{"tf":1.0},"78":{"tf":1.4142135623730951}},"s":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"116":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"27":{"tf":1.0},"56":{"tf":1.0},"92":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":2.0}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"92":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"16":{"tf":1.4142135623730951},"22":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"n":{"!":{"(":{"\\"":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"o":{"b":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"18":{"tf":1.0},"21":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":8,"docs":{"133":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"61":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.4142135623730951},"91":{"tf":1.0},"92":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"120":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":18,"docs":{"109":{"tf":1.0},"119":{"tf":1.0},"129":{"tf":1.4142135623730951},"133":{"tf":1.0},"14":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"52":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0},"74":{"tf":1.0},"9":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":8,"docs":{"0":{"tf":1.0},"106":{"tf":1.0},"125":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.4142135623730951},"18":{"tf":1.7320508075688772},"38":{"tf":1.0},"86":{"tf":1.0}},"t":{"df":7,"docs":{"113":{"tf":1.0},"133":{"tf":1.7320508075688772},"21":{"tf":1.0},"27":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"113":{"tf":1.0},"133":{"tf":1.4142135623730951},"20":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.7320508075688772},"82":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"0":{"tf":1.7320508075688772},"115":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":9,"docs":{"122":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"27":{"tf":1.4142135623730951},"30":{"tf":1.0},"33":{"tf":1.0},"66":{"tf":1.4142135623730951},"80":{"tf":1.7320508075688772},"9":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"27":{"tf":1.0}}}}}},"/":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"63":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"o":{"df":0,"docs":{},"f":{"df":11,"docs":{"112":{"tf":1.0},"120":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"128":{"tf":1.0},"133":{"tf":1.4142135623730951},"31":{"tf":1.0},"41":{"tf":1.0},"57":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"54":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"133":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":7,"docs":{"0":{"tf":1.0},"132":{"tf":1.0},"18":{"tf":2.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"3":{"tf":1.0},"39":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":3,"docs":{"132":{"tf":1.0},"21":{"tf":1.0},"89":{"tf":1.0}}},"i":{"d":{"df":5,"docs":{"29":{"tf":1.0},"59":{"tf":1.0},"84":{"tf":1.0},"92":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":7,"docs":{"133":{"tf":1.0},"23":{"tf":1.4142135623730951},"56":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0},"82":{"tf":1.0},"97":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"61":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}},"s":{"df":4,"docs":{"115":{"tf":1.0},"116":{"tf":1.7320508075688772},"119":{"tf":1.4142135623730951},"78":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"89":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"b":{"df":5,"docs":{"89":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951},"97":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"0":{"tf":1.0},"133":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"132":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"29":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"74":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"67":{"tf":1.7320508075688772}}}}}},"q":{"a":{"df":1,"docs":{"3":{"tf":1.0}}},"df":2,"docs":{"116":{"tf":1.0},"78":{"tf":1.0}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"55":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":17,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"113":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"63":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":2.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"22":{"tf":1.0}}}}}}},"r":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"23":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":4,"docs":{"105":{"tf":1.0},"19":{"tf":1.0},"27":{"tf":1.0},"66":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"115":{"tf":1.0},"116":{"tf":1.0}}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"78":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"(":{"1":{"0":{"df":1,"docs":{"50":{"tf":1.0}}},"5":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"3":{"df":1,"docs":{"45":{"tf":1.0}}},"5":{"df":8,"docs":{"103":{"tf":1.0},"111":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":14,"docs":{"113":{"tf":1.7320508075688772},"125":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"47":{"tf":1.4142135623730951},"48":{"tf":2.0},"65":{"tf":1.0}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}}},"df":5,"docs":{"130":{"tf":1.0},"131":{"tf":1.0},"23":{"tf":1.0},"66":{"tf":1.0},"70":{"tf":1.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"89":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"90":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"89":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"l":{"df":4,"docs":{"133":{"tf":1.0},"61":{"tf":1.0},"89":{"tf":1.7320508075688772},"90":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"—":{"a":{"df":1,"docs":{"62":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"36":{"tf":1.0},"39":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":14,"docs":{"119":{"tf":1.7320508075688772},"120":{"tf":1.0},"128":{"tf":1.4142135623730951},"133":{"tf":1.4142135623730951},"17":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.7320508075688772},"86":{"tf":1.0},"97":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"92":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":3,"docs":{"0":{"tf":1.0},"3":{"tf":1.0},"88":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"1":{"tf":1.0},"3":{"tf":1.0},"46":{"tf":1.0},"52":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"132":{"tf":1.0},"18":{"tf":1.0}}}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"131":{"tf":1.0}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"86":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":7,"docs":{"116":{"tf":1.0},"132":{"tf":1.0},"40":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.0},"70":{"tf":1.0},"78":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"132":{"tf":1.4142135623730951},"37":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.7320508075688772}}},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"113":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":5,"docs":{"120":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"24":{"tf":1.0},"39":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":34,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"115":{"tf":1.4142135623730951},"133":{"tf":1.0},"34":{"tf":1.0},"81":{"tf":1.7320508075688772},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":2.0},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951},"98":{"tf":1.0},"99":{"tf":2.0}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"120":{"tf":1.0}}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"56":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"67":{"tf":1.4142135623730951}}},"y":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"67":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"133":{"tf":1.0},"27":{"tf":1.0}}},"x":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":1,"docs":{"18":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{}},"df":3,"docs":{"115":{"tf":1.0},"40":{"tf":1.0},"86":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"116":{"tf":1.0},"38":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"67":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"19":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":1,"docs":{"41":{"tf":1.0}},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"122":{"tf":1.0},"62":{"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":{"70":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"82":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":5,"docs":{"35":{"tf":1.0},"40":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.4142135623730951},"63":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"89":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":32,"docs":{"105":{"tf":1.4142135623730951},"113":{"tf":1.0},"115":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.0},"125":{"tf":1.0},"128":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"27":{"tf":1.7320508075688772},"3":{"tf":1.0},"31":{"tf":1.7320508075688772},"37":{"tf":1.0},"41":{"tf":1.7320508075688772},"45":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"68":{"tf":1.0},"7":{"tf":1.7320508075688772},"70":{"tf":1.0},"72":{"tf":1.0},"78":{"tf":1.4142135623730951},"8":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":8,"docs":{"132":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.4142135623730951},"45":{"tf":2.0},"47":{"tf":1.0},"54":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"27":{"tf":1.0},"92":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":4,"docs":{"113":{"tf":1.0},"23":{"tf":1.0},"82":{"tf":1.0},"86":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"62":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":4,"docs":{"128":{"tf":1.0},"133":{"tf":1.4142135623730951},"6":{"tf":1.0},"82":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":17,"docs":{"105":{"tf":2.23606797749979},"113":{"tf":1.4142135623730951},"129":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.4142135623730951},"19":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"45":{"tf":1.4142135623730951},"47":{"tf":1.0},"50":{"tf":1.4142135623730951},"52":{"tf":1.0},"59":{"tf":1.0},"66":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"<":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"97":{"tf":1.0}}}}}}},"df":15,"docs":{"111":{"tf":1.0},"16":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.0},"89":{"tf":1.4142135623730951},"90":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":3,"docs":{"0":{"tf":1.0},"133":{"tf":1.0},"20":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":7,"docs":{"133":{"tf":1.4142135623730951},"23":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0},"85":{"tf":1.0},"89":{"tf":1.0},"97":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"26":{"tf":1.4142135623730951},"39":{"tf":1.0},"85":{"tf":1.0},"92":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":3,"docs":{"132":{"tf":1.0},"24":{"tf":1.0},"40":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"24":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"91":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"132":{"tf":1.0},"21":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":7,"docs":{"0":{"tf":1.0},"133":{"tf":1.4142135623730951},"3":{"tf":1.0},"6":{"tf":1.0},"82":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"70":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"133":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"c":{"df":1,"docs":{"89":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"11":{"tf":1.0},"27":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"11":{"tf":1.0},"27":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"111":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":8,"docs":{"27":{"tf":1.0},"84":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.7320508075688772},"90":{"tf":1.4142135623730951},"92":{"tf":1.0},"95":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}}}}}}}}},"df":43,"docs":{"1":{"tf":1.0},"107":{"tf":1.7320508075688772},"113":{"tf":1.7320508075688772},"115":{"tf":1.0},"116":{"tf":2.449489742783178},"121":{"tf":1.0},"123":{"tf":1.0},"125":{"tf":1.0},"132":{"tf":1.4142135623730951},"133":{"tf":2.23606797749979},"16":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":2.0},"23":{"tf":1.7320508075688772},"24":{"tf":1.0},"25":{"tf":1.0},"31":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"35":{"tf":1.7320508075688772},"38":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"49":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":2.23606797749979},"58":{"tf":1.0},"6":{"tf":1.4142135623730951},"60":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.4142135623730951},"65":{"tf":1.4142135623730951},"66":{"tf":2.0},"67":{"tf":1.4142135623730951},"69":{"tf":1.0},"7":{"tf":1.4142135623730951},"71":{"tf":1.0},"74":{"tf":2.0},"75":{"tf":1.0},"78":{"tf":2.6457513110645907},"79":{"tf":1.0},"82":{"tf":2.0},"90":{"tf":1.0},"92":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"84":{"tf":1.0},"89":{"tf":1.4142135623730951}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":6,"docs":{"26":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.0},"41":{"tf":1.0},"7":{"tf":1.0},"92":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"27":{"tf":1.0}},"u":{"df":0,"docs":{},"n":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":9,"docs":{"110":{"tf":1.0},"111":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":61,"docs":{"11":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"115":{"tf":1.4142135623730951},"116":{"tf":2.8284271247461903},"120":{"tf":1.0},"121":{"tf":1.0},"125":{"tf":1.0},"127":{"tf":1.0},"130":{"tf":1.0},"132":{"tf":1.7320508075688772},"133":{"tf":2.23606797749979},"14":{"tf":2.0},"23":{"tf":1.7320508075688772},"24":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"27":{"tf":2.6457513110645907},"29":{"tf":1.0},"31":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.7320508075688772},"57":{"tf":2.23606797749979},"58":{"tf":1.7320508075688772},"59":{"tf":1.7320508075688772},"6":{"tf":1.4142135623730951},"60":{"tf":1.7320508075688772},"61":{"tf":1.4142135623730951},"62":{"tf":1.7320508075688772},"65":{"tf":1.7320508075688772},"66":{"tf":2.0},"67":{"tf":2.0},"69":{"tf":1.0},"7":{"tf":1.4142135623730951},"72":{"tf":1.0},"74":{"tf":2.8284271247461903},"75":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"78":{"tf":3.0},"79":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.7320508075688772},"92":{"tf":2.0},"97":{"tf":1.4142135623730951}},"s":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"29":{"tf":1.0}}}}}}}},"df":0,"docs":{},"k":{"8":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"—":{"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":{"df":1,"docs":{"128":{"tf":1.0}}}}}}}}}}},"’":{"df":1,"docs":{"62":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"61":{"tf":1.0}},"{":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":6,"docs":{"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"29":{"tf":1.0},"61":{"tf":1.0},"82":{"tf":1.0},"92":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"61":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"=":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"74":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":3,"docs":{"14":{"tf":1.0},"62":{"tf":1.0},"74":{"tf":1.0}}}}}},"df":5,"docs":{"70":{"tf":1.0},"88":{"tf":1.7320508075688772},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":2,"docs":{"79":{"tf":1.0},"87":{"tf":1.0}},"t":{"df":0,"docs":{},"y":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"m":{"df":0,"docs":{},"e":{"df":7,"docs":{"132":{"tf":1.4142135623730951},"133":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"56":{"tf":1.4142135623730951},"67":{"tf":1.0},"92":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"132":{"tf":1.0},"77":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"62":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":14,"docs":{"100":{"tf":1.0},"111":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"7":{"tf":1.0},"92":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":14,"docs":{"101":{"tf":1.0},"111":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0},"95":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":7,"docs":{"27":{"tf":1.0},"29":{"tf":1.0},"39":{"tf":1.7320508075688772},"8":{"tf":1.0},"92":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":58,"docs":{"1":{"tf":1.0},"108":{"tf":1.0},"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.7320508075688772},"124":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.4142135623730951},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.7320508075688772},"133":{"tf":2.23606797749979},"16":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.7320508075688772},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":2.23606797749979},"27":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":2.23606797749979},"36":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":2.0},"4":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"46":{"tf":1.0},"51":{"tf":1.0},"56":{"tf":2.23606797749979},"57":{"tf":1.0},"6":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":1.0},"82":{"tf":2.6457513110645907},"91":{"tf":1.4142135623730951},"92":{"tf":2.23606797749979},"93":{"tf":1.4142135623730951},"97":{"tf":1.7320508075688772},"98":{"tf":1.0},"99":{"tf":1.0}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"60":{"tf":1.0},"67":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"68":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":3,"docs":{"15":{"tf":1.0},"27":{"tf":1.0},"33":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":5,"docs":{"11":{"tf":1.0},"27":{"tf":2.0},"30":{"tf":1.0},"32":{"tf":1.4142135623730951},"70":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":9,"docs":{"112":{"tf":1.0},"12":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.7320508075688772},"70":{"tf":1.4142135623730951},"71":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":7,"docs":{"107":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.4142135623730951},"18":{"tf":2.0},"21":{"tf":1.0},"40":{"tf":1.0},"65":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"d":{"df":12,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"120":{"tf":1.0},"126":{"tf":1.4142135623730951},"132":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"8":{"tf":1.0},"82":{"tf":1.0}}},"df":14,"docs":{"131":{"tf":1.0},"15":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0},"97":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"116":{"tf":2.0},"119":{"tf":1.0},"78":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}},"f":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"89":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"97":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":4,"docs":{"39":{"tf":1.0},"89":{"tf":1.7320508075688772},"90":{"tf":1.7320508075688772},"96":{"tf":1.4142135623730951}}}},"n":{"d":{"df":8,"docs":{"111":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":7,"docs":{"14":{"tf":1.0},"19":{"tf":1.7320508075688772},"22":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"40":{"tf":1.0},"76":{"tf":1.0}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"92":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"27":{"tf":1.0},"30":{"tf":1.0}}}},"i":{"c":{"df":6,"docs":{"0":{"tf":1.0},"113":{"tf":1.0},"133":{"tf":1.0},"20":{"tf":1.0},"59":{"tf":1.0},"77":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"t":{"df":18,"docs":{"112":{"tf":1.0},"115":{"tf":1.4142135623730951},"125":{"tf":1.0},"128":{"tf":1.0},"133":{"tf":1.0},"14":{"tf":1.7320508075688772},"23":{"tf":1.0},"26":{"tf":1.0},"35":{"tf":1.0},"56":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"74":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951},"81":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":5,"docs":{"113":{"tf":1.0},"131":{"tf":1.0},"27":{"tf":1.4142135623730951},"32":{"tf":1.0},"59":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":10,"docs":{"133":{"tf":1.0},"16":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.0},"6":{"tf":1.0},"82":{"tf":1.0},"88":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":7,"docs":{"26":{"tf":1.0},"40":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"82":{"tf":1.0},"89":{"tf":1.0},"92":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"113":{"tf":1.0},"132":{"tf":1.0},"21":{"tf":1.4142135623730951}}}},"w":{"df":4,"docs":{"1":{"tf":1.0},"116":{"tf":1.0},"41":{"tf":1.0},"88":{"tf":1.0}}}}},"i":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"62":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":14,"docs":{"132":{"tf":1.0},"133":{"tf":1.7320508075688772},"20":{"tf":2.0},"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0},"56":{"tf":1.4142135623730951},"6":{"tf":1.0},"62":{"tf":1.4142135623730951},"80":{"tf":1.0},"86":{"tf":1.0}},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"80":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"79":{"tf":1.0}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"42":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951}},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"42":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"i":{"df":1,"docs":{"79":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":3,"docs":{"23":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0}}}},"k":{"df":1,"docs":{"78":{"tf":1.0}}}},"t":{"df":1,"docs":{"26":{"tf":1.0}}},"z":{"df":0,"docs":{},"e":{"df":1,"docs":{"20":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"_":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"21":{"tf":1.0},"53":{"tf":1.0}}}}},"df":0,"docs":{}},"df":6,"docs":{"132":{"tf":2.0},"133":{"tf":1.7320508075688772},"18":{"tf":2.8284271247461903},"21":{"tf":2.449489742783178},"27":{"tf":1.0},"93":{"tf":1.0}}},"w":{"df":4,"docs":{"113":{"tf":1.0},"125":{"tf":1.0},"128":{"tf":1.0},"18":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"63":{"tf":1.0}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"3":{"tf":1.0},"35":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":8,"docs":{"113":{"tf":1.0},"132":{"tf":1.4142135623730951},"39":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.0},"58":{"tf":1.0},"63":{"tf":1.0},"91":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"85":{"tf":1.0},"90":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"3":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"121":{"tf":1.0}}}},"w":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"17":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"17":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":4,"docs":{"133":{"tf":1.0},"27":{"tf":1.7320508075688772},"7":{"tf":1.0},"74":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"87":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":11,"docs":{"116":{"tf":1.0},"133":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"23":{"tf":1.0},"33":{"tf":1.0},"38":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"78":{"tf":1.7320508075688772},"9":{"tf":1.0}},"i":{"df":3,"docs":{"133":{"tf":1.4142135623730951},"35":{"tf":1.0},"78":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"e":{"d":{"df":2,"docs":{"40":{"tf":1.0},"57":{"tf":1.0}},"—":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"113":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}}},"r":{"c":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"27":{"tf":1.0}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"27":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"27":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"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":1,"docs":{"27":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"133":{"tf":1.0},"49":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"13":{"tf":1.7320508075688772},"27":{"tf":1.7320508075688772},"35":{"tf":1.0},"40":{"tf":1.0},"59":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"113":{"tf":1.4142135623730951}}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"113":{"tf":1.0},"40":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":1,"docs":{"101":{"tf":1.0}},"t":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"89":{"tf":1.0},"95":{"tf":1.0}}}}}}},"df":0,"docs":{}},"_":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"85":{"tf":1.0},"90":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":15,"docs":{"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"133":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"39":{"tf":1.0},"40":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.7320508075688772},"82":{"tf":1.0},"84":{"tf":1.0},"89":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"113":{"tf":1.0},"128":{"tf":1.0},"63":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":5,"docs":{"133":{"tf":1.7320508075688772},"20":{"tf":1.7320508075688772},"23":{"tf":1.0},"40":{"tf":1.0},"55":{"tf":1.7320508075688772}}},"i":{"c":{"df":2,"docs":{"89":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":2,"docs":{"119":{"tf":1.4142135623730951},"15":{"tf":1.0}}}},"y":{"df":5,"docs":{"132":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"53":{"tf":1.0},"90":{"tf":1.4142135623730951}}}},"d":{":":{":":{"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":8,"docs":{"111":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{":":{":":{"a":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"89":{"tf":1.0}}},"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":{":":{":":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":9,"docs":{"100":{"tf":1.0},"111":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":3,"docs":{"115":{"tf":1.4142135623730951},"14":{"tf":1.4142135623730951},"75":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"39":{"tf":1.0},"62":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"132":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"p":{"df":3,"docs":{"133":{"tf":1.0},"23":{"tf":1.0},"82":{"tf":1.0}}}},"r":{"df":4,"docs":{"89":{"tf":1.0},"90":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"116":{"tf":1.4142135623730951},"133":{"tf":1.0},"78":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"44":{"tf":1.0},"47":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"82":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"t":{"df":6,"docs":{"27":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"u":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"27":{"tf":1.0},"43":{"tf":1.0}}}},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"17":{"tf":1.0}}}}},"df":7,"docs":{"0":{"tf":1.4142135623730951},"133":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"75":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":3,"docs":{"0":{"tf":1.0},"133":{"tf":1.0},"77":{"tf":1.0}}}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"132":{"tf":1.0},"133":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"6":{"tf":1.0},"82":{"tf":1.0},"93":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"119":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{},"x":{"df":2,"docs":{"115":{"tf":1.0},"76":{"tf":1.4142135623730951}}}}}},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"56":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"60":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"22":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"55":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":12,"docs":{"113":{"tf":1.0},"127":{"tf":1.4142135623730951},"45":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"66":{"tf":1.7320508075688772},"67":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"24":{"tf":1.0},"40":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.4142135623730951}},"e":{"d":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"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":{}}}},"w":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"132":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"113":{"tf":1.7320508075688772}}}}}}},"n":{"c":{"df":9,"docs":{"111":{"tf":1.0},"30":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"132":{"tf":1.0},"18":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":10,"docs":{"115":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":2.23606797749979},"20":{"tf":1.4142135623730951},"3":{"tf":1.0},"38":{"tf":1.4142135623730951},"45":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"82":{"tf":1.0}}}}}}}},"t":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"11":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0}}},"i":{"df":0,"docs":{},"l":{"=":{"1":{"0":{"0":{"0":{"df":1,"docs":{"78":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"0":{"0":{"df":1,"docs":{"116":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"116":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"5":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}},"3":{"0":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"4":{"5":{"df":1,"docs":{"105":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"89":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"90":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":7,"docs":{"132":{"tf":1.4142135623730951},"33":{"tf":1.0},"35":{"tf":1.0},"75":{"tf":1.0},"77":{"tf":2.0},"89":{"tf":1.4142135623730951},"90":{"tf":1.7320508075688772}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"82":{"tf":1.0}}}}},"d":{"df":3,"docs":{"38":{"tf":1.0},"61":{"tf":1.0},"80":{"tf":1.0}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"3":{"tf":1.4142135623730951},"40":{"tf":1.0}}},"r":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"116":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"27":{"tf":1.0},"79":{"tf":1.4142135623730951}}}}}}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"13":{"tf":1.4142135623730951},"27":{"tf":1.7320508075688772},"30":{"tf":1.0},"78":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"115":{"tf":1.4142135623730951},"14":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"39":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"116":{"tf":1.0}}}}}},"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"=":{"9":{"0":{"9":{"1":{"df":2,"docs":{"66":{"tf":1.0},"80":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"9":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":75,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.0},"11":{"tf":1.4142135623730951},"112":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.0},"123":{"tf":1.0},"125":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.0},"13":{"tf":1.7320508075688772},"130":{"tf":1.4142135623730951},"131":{"tf":1.0},"132":{"tf":2.0},"16":{"tf":2.0},"17":{"tf":1.7320508075688772},"18":{"tf":1.0},"19":{"tf":1.7320508075688772},"2":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"26":{"tf":1.7320508075688772},"27":{"tf":1.4142135623730951},"29":{"tf":1.7320508075688772},"3":{"tf":1.7320508075688772},"30":{"tf":1.4142135623730951},"34":{"tf":2.449489742783178},"35":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"47":{"tf":1.4142135623730951},"48":{"tf":1.7320508075688772},"49":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"54":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":3.0},"67":{"tf":2.23606797749979},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.7320508075688772},"80":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"9":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":2.0},"93":{"tf":2.6457513110645907},"95":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951},"97":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"86":{"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":{"85":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"84":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"{":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":10,"docs":{"100":{"tf":1.0},"111":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"97":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"90":{"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":{"96":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"95":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"89":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"89":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"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":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":5,"docs":{"100":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"k":{"8":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"k":{"8":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"100":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{":":{":":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":5,"docs":{"100":{"tf":1.0},"111":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":6,"docs":{"111":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"{":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":3,"docs":{"100":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"—":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}}}}}}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{":":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":6,"docs":{"11":{"tf":1.0},"116":{"tf":1.0},"130":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"67":{"tf":2.8284271247461903},"78":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"—":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"78":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"’":{"df":0,"docs":{},"r":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"18":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":1,"docs":{"9":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"24":{"tf":1.0},"56":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.0}}}}}}}}}}},"i":{"df":1,"docs":{"18":{"tf":1.0}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":14,"docs":{"0":{"tf":1.0},"105":{"tf":1.4142135623730951},"128":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"18":{"tf":2.449489742783178},"22":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.4142135623730951},"40":{"tf":1.0},"53":{"tf":1.7320508075688772},"58":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":10,"docs":{"112":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.0},"128":{"tf":1.4142135623730951},"133":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":6,"docs":{"115":{"tf":1.0},"116":{"tf":1.4142135623730951},"14":{"tf":1.0},"53":{"tf":1.0},"76":{"tf":1.4142135623730951},"78":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"m":{"df":0,"docs":{},"p":{"/":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"116":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"78":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"78":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":4,"docs":{"130":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"71":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"78":{"tf":1.0}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"3":{"tf":1.0},"38":{"tf":1.0},"6":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"41":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"53":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"70":{"tf":1.0}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":27,"docs":{"101":{"tf":2.0},"113":{"tf":1.4142135623730951},"123":{"tf":1.0},"126":{"tf":1.0},"133":{"tf":1.4142135623730951},"19":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"29":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.4142135623730951},"66":{"tf":1.0},"8":{"tf":1.4142135623730951},"82":{"tf":1.7320508075688772},"87":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951},"93":{"tf":1.0}},"y":{"(":{")":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"n":{")":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"m":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"g":{"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":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"89":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"133":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"9":{"tf":1.0}}}}}}},"df":7,"docs":{"15":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0},"61":{"tf":1.0},"75":{"tf":1.7320508075688772},"78":{"tf":1.0},"92":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"79":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{}}}},"k":{"df":2,"docs":{"23":{"tf":1.0},"55":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":17,"docs":{"133":{"tf":1.4142135623730951},"19":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.4142135623730951},"61":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":8,"docs":{"27":{"tf":1.7320508075688772},"34":{"tf":2.0},"8":{"tf":1.0},"88":{"tf":1.0},"92":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":29,"docs":{"0":{"tf":1.0},"103":{"tf":2.23606797749979},"111":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"126":{"tf":1.0},"132":{"tf":1.4142135623730951},"133":{"tf":1.7320508075688772},"17":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"19":{"tf":2.0},"20":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"35":{"tf":1.0},"37":{"tf":1.4142135623730951},"39":{"tf":1.0},"43":{"tf":2.23606797749979},"44":{"tf":2.23606797749979},"45":{"tf":1.0},"48":{"tf":1.7320508075688772},"49":{"tf":1.4142135623730951},"50":{"tf":1.0},"54":{"tf":2.23606797749979},"55":{"tf":1.4142135623730951},"61":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.4142135623730951},"92":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"d":{"a":{"df":1,"docs":{"125":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"133":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":8,"docs":{"27":{"tf":1.7320508075688772},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"133":{"tf":1.4142135623730951},"37":{"tf":1.0},"6":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":20,"docs":{"112":{"tf":1.7320508075688772},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"132":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"40":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"40":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"57":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"40":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":2,"docs":{"132":{"tf":1.0},"14":{"tf":1.0}}}},"x":{"df":1,"docs":{"47":{"tf":1.4142135623730951}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":2,"docs":{"133":{"tf":1.0},"97":{"tf":1.0}}},"i":{"c":{"df":1,"docs":{"74":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"p":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"57":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":12,"docs":{"133":{"tf":1.0},"3":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"113":{"tf":1.0}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"62":{"tf":1.0},"74":{"tf":1.0},"79":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"113":{"tf":1.0},"79":{"tf":1.0},"90":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"75":{"tf":1.4142135623730951},"79":{"tf":1.0}}}}}},"p":{"df":6,"docs":{"115":{"tf":1.4142135623730951},"129":{"tf":1.0},"14":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"92":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"35":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"31":{"tf":1.0},"63":{"tf":1.4142135623730951},"92":{"tf":1.0}}}},"df":42,"docs":{"100":{"tf":2.449489742783178},"103":{"tf":1.0},"111":{"tf":2.0},"115":{"tf":1.0},"116":{"tf":2.6457513110645907},"119":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.4142135623730951},"132":{"tf":1.0},"133":{"tf":1.7320508075688772},"14":{"tf":1.0},"26":{"tf":1.0},"34":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":2.23606797749979},"43":{"tf":2.23606797749979},"44":{"tf":2.23606797749979},"45":{"tf":2.23606797749979},"48":{"tf":2.23606797749979},"49":{"tf":2.23606797749979},"50":{"tf":2.23606797749979},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":2.449489742783178},"8":{"tf":1.4142135623730951},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.4142135623730951},"86":{"tf":1.0},"89":{"tf":2.23606797749979},"90":{"tf":1.7320508075688772},"95":{"tf":1.7320508075688772},"96":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":57,"docs":{"20":{"tf":1.7320508075688772},"25":{"tf":1.7320508075688772},"26":{"tf":1.4142135623730951},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"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.4142135623730951},"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},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.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},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0}},"s":{"(":{"1":{"0":{"df":2,"docs":{"43":{"tf":1.0},"45":{"tf":1.0}}},"5":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":5,"docs":{"103":{"tf":1.0},"111":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"5":{"0":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":3,"docs":{"113":{"tf":1.0},"120":{"tf":1.0},"126":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"z":{"df":2,"docs":{"89":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"91":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"32":{"tf":1.0}}}},"x":{"df":0,"docs":{},"o":{"df":1,"docs":{"133":{"tf":1.4142135623730951}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"115":{"tf":1.7320508075688772},"116":{"tf":2.0},"119":{"tf":1.0},"78":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"v":{"0":{".":{"3":{".":{"1":{"df":6,"docs":{"12":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"66":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"116":{"tf":1.0}}}}},"r":{"df":1,"docs":{"27":{"tf":1.0}}}},"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"(":{"2":{"df":4,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"43":{"tf":1.0}}},"3":{"df":8,"docs":{"101":{"tf":1.0},"111":{"tf":1.0},"19":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.0},"8":{"tf":1.0},"95":{"tf":1.0}}},"4":{"df":3,"docs":{"45":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{}},".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"116":{"tf":1.4142135623730951},"78":{"tf":1.0}}}}}},"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"9":{"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":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"66":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":32,"docs":{"0":{"tf":2.0},"101":{"tf":1.0},"115":{"tf":1.4142135623730951},"116":{"tf":3.3166247903554},"119":{"tf":1.0},"123":{"tf":1.0},"13":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":2.0},"15":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"40":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":2.0},"49":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"61":{"tf":1.0},"65":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":3.0},"82":{"tf":1.0},"89":{"tf":1.4142135623730951},"90":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":1,"docs":{"133":{"tf":1.0}}}},"r":{"df":1,"docs":{"113":{"tf":1.0}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":7,"docs":{"133":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"75":{"tf":1.7320508075688772},"79":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"66":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"c":{"!":{"[":{"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":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":1,"docs":{"89":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"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":{},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":1,"docs":{"89":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"121":{"tf":1.0},"74":{"tf":2.0}}}}},"df":0,"docs":{},"i":{"df":2,"docs":{"132":{"tf":1.0},"21":{"tf":1.0}},"f":{"df":4,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"55":{"tf":1.4142135623730951},"77":{"tf":1.0}},"i":{"df":13,"docs":{"113":{"tf":1.4142135623730951},"116":{"tf":1.0},"119":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"133":{"tf":1.4142135623730951},"38":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"62":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"24":{"tf":1.0}}}}}},"i":{"a":{"df":19,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"112":{"tf":1.0},"12":{"tf":1.0},"133":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"55":{"tf":1.0},"62":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.7320508075688772},"72":{"tf":1.0},"78":{"tf":1.7320508075688772},"8":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"116":{"tf":1.0},"27":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"56":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":4,"docs":{"66":{"tf":1.0},"67":{"tf":1.0},"72":{"tf":1.0},"78":{"tf":1.4142135623730951}}}}}},"s":{"df":2,"docs":{"113":{"tf":1.0},"74":{"tf":1.4142135623730951}}}},"w":{"[":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"23":{"tf":1.0}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"129":{"tf":1.0},"133":{"tf":1.4142135623730951},"23":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"97":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"132":{"tf":1.0},"18":{"tf":2.449489742783178},"39":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":18,"docs":{"102":{"tf":1.7320508075688772},"103":{"tf":1.0},"113":{"tf":1.7320508075688772},"120":{"tf":1.0},"126":{"tf":1.7320508075688772},"132":{"tf":1.0},"133":{"tf":1.0},"26":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"55":{"tf":2.0},"61":{"tf":1.0},"62":{"tf":1.0},"8":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"92":{"tf":1.0}},"s":{"(":{"1":{"0":{"0":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"0":{"df":2,"docs":{"43":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}},"3":{"0":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}},"5":{"0":{"df":5,"docs":{"102":{"tf":1.0},"111":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":3,"docs":{"113":{"tf":1.0},"120":{"tf":1.0},"126":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"62":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"75":{"tf":1.0}}}},"s":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"127":{"tf":1.0}}}}}},"y":{"df":1,"docs":{"17":{"tf":1.0}}}},"df":1,"docs":{"23":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"39":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"133":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"l":{"d":{"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"116":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":10,"docs":{"113":{"tf":1.0},"125":{"tf":1.0},"133":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"35":{"tf":1.0},"38":{"tf":1.0},"56":{"tf":1.0},"82":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":4,"docs":{"113":{"tf":1.0},"59":{"tf":1.0},"84":{"tf":1.0},"91":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"91":{"tf":1.0}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"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":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"2":{"0":{"df":2,"docs":{"107":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}},"8":{"0":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"0":{"0":{"df":1,"docs":{"49":{"tf":1.0}}},"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":1,"docs":{"21":{"tf":1.0}}},"6":{"0":{"df":4,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}},"9":{"0":{"df":3,"docs":{"111":{"tf":1.0},"44":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":2,"docs":{"125":{"tf":1.0},"133":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"0":{"df":1,"docs":{"91":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"128":{"tf":1.0},"20":{"tf":1.0},"53":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":4,"docs":{"1":{"tf":1.0},"24":{"tf":1.0},"66":{"tf":1.0},"72":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"113":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"k":{"df":9,"docs":{"113":{"tf":1.0},"115":{"tf":1.0},"17":{"tf":1.0},"3":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":7,"docs":{"117":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"71":{"tf":1.4142135623730951},"92":{"tf":1.0},"94":{"tf":1.4142135623730951}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":59,"docs":{"1":{"tf":1.0},"103":{"tf":1.7320508075688772},"104":{"tf":1.7320508075688772},"105":{"tf":1.7320508075688772},"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"119":{"tf":1.0},"12":{"tf":1.0},"123":{"tf":1.0},"125":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951},"128":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":2.0},"133":{"tf":2.23606797749979},"23":{"tf":2.23606797749979},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":2.23606797749979},"29":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.7320508075688772},"36":{"tf":2.0},"37":{"tf":2.449489742783178},"38":{"tf":2.23606797749979},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"47":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0},"6":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"68":{"tf":1.0},"72":{"tf":1.0},"8":{"tf":2.0},"82":{"tf":2.23606797749979},"84":{"tf":1.7320508075688772},"85":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":2.0},"89":{"tf":2.6457513110645907},"90":{"tf":1.4142135623730951},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":2.0},"97":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"26":{"tf":2.0},"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"115":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":7,"docs":{"14":{"tf":1.0},"16":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"66":{"tf":1.0},"76":{"tf":1.4142135623730951},"78":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"78":{"tf":1.0}}}}}}}}},"x":{"df":2,"docs":{"66":{"tf":1.4142135623730951},"70":{"tf":1.0}}},"y":{"df":0,"docs":{},"e":{"df":2,"docs":{"132":{"tf":1.0},"9":{"tf":1.0}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"96":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"95":{"tf":1.0}}}}}}},"df":1,"docs":{"95":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"97":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"97":{"tf":1.0}}}}}},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"96":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"95":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":1,"docs":{"95":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"’":{"df":0,"docs":{},"r":{"df":2,"docs":{"79":{"tf":1.0},"93":{"tf":1.0}}}}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"133":{"tf":1.0}}}}}}}},"title":{"root":{"1":{"df":1,"docs":{"118":{"tf":1.0}}},"2":{"df":1,"docs":{"119":{"tf":1.0}}},"3":{"df":1,"docs":{"120":{"tf":1.0}}},"4":{"df":1,"docs":{"121":{"tf":1.0}}},"5":{"df":1,"docs":{"122":{"tf":1.0}}},"6":{"df":1,"docs":{"123":{"tf":1.0}}},"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"116":{"tf":1.0},"78":{"tf":1.0}}}}}},"df":0,"docs":{}},"d":{"d":{"df":1,"docs":{"93":{"tf":1.0}}},"df":7,"docs":{"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"46":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}},"l":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"129":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"i":{"df":3,"docs":{"8":{"tf":1.0},"80":{"tf":1.0},"99":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"98":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"14":{"tf":1.0},"4":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"72":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"35":{"tf":1.0}}}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"127":{"tf":1.0}}}}},"df":0,"docs":{}}},"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"108":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"8":{"tf":1.0},"99":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"c":{"a":{"df":0,"docs":{},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"93":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":4,"docs":{"105":{"tf":1.0},"19":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"118":{"tf":1.0},"121":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":2,"docs":{"63":{"tf":1.0},"71":{"tf":1.0}},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"12":{"tf":1.0},"131":{"tf":1.0},"68":{"tf":1.0},"70":{"tf":1.0}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"124":{"tf":1.0},"61":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"123":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"111":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"6":{"tf":1.0}}},"s":{"df":3,"docs":{"13":{"tf":1.0},"59":{"tf":1.0},"66":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"90":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":2,"docs":{"125":{"tf":1.0},"42":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"36":{"tf":1.0},"39":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"127":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"36":{"tf":1.0},"39":{"tf":1.0},"5":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"92":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"a":{"df":2,"docs":{"104":{"tf":1.0},"44":{"tf":1.0}}},"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"117":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"17":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":3,"docs":{"109":{"tf":1.0},"9":{"tf":1.0},"97":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"24":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"19":{"tf":1.0}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"81":{"tf":1.0},"82":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"28":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"11":{"tf":1.0},"59":{"tf":1.0}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"107":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"105":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"122":{"tf":1.0}}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"75":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"124":{"tf":1.0}}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":6,"docs":{"111":{"tf":1.0},"31":{"tf":1.0},"41":{"tf":1.0},"46":{"tf":1.0},"64":{"tf":1.0},"88":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"110":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":9,"docs":{"106":{"tf":1.0},"125":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"61":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"28":{"tf":1.0}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"83":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":2,"docs":{"51":{"tf":1.0},"94":{"tf":1.0}}}}}}}},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"125":{"tf":1.0},"126":{"tf":1.0},"131":{"tf":1.0}}}},"q":{"df":1,"docs":{"132":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":2,"docs":{"131":{"tf":1.0},"76":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"77":{"tf":1.0}}}}}},"n":{"d":{"df":1,"docs":{"114":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"5":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":2,"docs":{"130":{"tf":1.0},"131":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":4,"docs":{"118":{"tf":1.0},"29":{"tf":1.0},"74":{"tf":1.0},"83":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"70":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"133":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"123":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"113":{"tf":1.0},"25":{"tf":1.0},"34":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"20":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"87":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"51":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":1,"docs":{"25":{"tf":1.0}},"i":{"df":1,"docs":{"81":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"130":{"tf":1.0}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"17":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"100":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"92":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"v":{"df":1,"docs":{"98":{"tf":1.0}}}},"k":{"8":{"df":1,"docs":{"67":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"28":{"tf":1.0}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"123":{"tf":1.0}}}}}},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"g":{"df":2,"docs":{"131":{"tf":1.0},"68":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"121":{"tf":1.0},"82":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"125":{"tf":1.0},"42":{"tf":1.0}}}}},"o":{"a":{"d":{"df":3,"docs":{"131":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"58":{"tf":1.0},"65":{"tf":1.0}}},"t":{"df":2,"docs":{"115":{"tf":1.0},"69":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":11,"docs":{"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"14":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.4142135623730951},"75":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"124":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"82":{"tf":1.0}}}}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"77":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":2,"docs":{"19":{"tf":1.0},"72":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"52":{"tf":1.0}}}}}}},"w":{"df":5,"docs":{"88":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":7,"docs":{"116":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"127":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0},"80":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"130":{"tf":1.0}}}}}},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":6,"docs":{"122":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"33":{"tf":1.0},"73":{"tf":1.0},"80":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"62":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":1,"docs":{"79":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"118":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"17":{"tf":1.0}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"131":{"tf":1.0},"68":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":4,"docs":{"2":{"tf":1.0},"25":{"tf":1.0},"81":{"tf":1.0},"98":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"39":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"76":{"tf":1.0},"78":{"tf":1.0}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"16":{"tf":1.0}}}}}}}}}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"129":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"o":{"b":{"df":0,"docs":{},"e":{"df":1,"docs":{"89":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"48":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"80":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"113":{"tf":1.0},"115":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"89":{"tf":1.0},"90":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"119":{"tf":1.0},"128":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"52":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"115":{"tf":1.0},"81":{"tf":1.0},"92":{"tf":1.0},"99":{"tf":1.0}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"105":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"n":{"df":4,"docs":{"107":{"tf":1.0},"21":{"tf":1.0},"56":{"tf":1.0},"64":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":10,"docs":{"116":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"78":{"tf":1.0},"86":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"88":{"tf":1.0}}}}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"39":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":6,"docs":{"112":{"tf":1.0},"123":{"tf":1.0},"23":{"tf":1.0},"35":{"tf":1.0},"56":{"tf":1.0},"82":{"tf":1.0}}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"126":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"42":{"tf":1.0},"89":{"tf":1.0}}}}}},"t":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}},"y":{"df":1,"docs":{"90":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"22":{"tf":1.0},"47":{"tf":1.0}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"49":{"tf":1.0}}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"113":{"tf":1.0}}}}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"77":{"tf":1.0},"90":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"79":{"tf":1.0}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"16":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{":":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"130":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":2,"docs":{"18":{"tf":1.4142135623730951},"53":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"128":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"101":{"tf":1.0},"87":{"tf":1.0}}}}}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"103":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":1,"docs":{"27":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"112":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"63":{"tf":1.0}}}},"df":1,"docs":{"129":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"25":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"75":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"55":{"tf":1.0}},"i":{"df":2,"docs":{"119":{"tf":1.0},"122":{"tf":1.0}}}}}}},"s":{"df":1,"docs":{"74":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"18":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"102":{"tf":1.0},"126":{"tf":1.0},"55":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"21":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"91":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"117":{"tf":1.0},"71":{"tf":1.0},"94":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":11,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"lang":"English","pipeline":["trimmer","stopWordFilter","stemmer"],"ref":"id","version":"0.9.5"},"results_options":{"limit_results":30,"teaser_word_count":30},"search_options":{"bool":"OR","expand":true,"fields":{"body":{"boost":1},"breadcrumbs":{"boost":1},"title":{"boost":2}}}}')); \ No newline at end of file diff --git a/docs/searchindex-1ce8744d.js b/docs/searchindex-1ce8744d.js new file mode 100644 index 0000000..e8f441f --- /dev/null +++ b/docs/searchindex-1ce8744d.js @@ -0,0 +1 @@ +window.search = Object.assign(window.search, JSON.parse('{"doc_urls":["project-context-primer.html#project-context-primer","what-you-will-learn.html#what-you-will-learn","part-i.html#part-i--foundations","introduction.html#introduction","architecture-overview.html#architecture-overview","testing-philosophy.html#testing-philosophy","testing-philosophy.html#declarative-over-imperative","testing-philosophy.html#protocol-time-not-wall-time","testing-philosophy.html#determinism-first-chaos-when-needed","testing-philosophy.html#observable-health-signals","testing-philosophy.html#minimum-run-windows","testing-philosophy.html#summary","scenario-lifecycle.html#scenario-lifecycle-conceptual","design-rationale.html#design-rationale","part-ii.html#part-ii--user-guide","workspace-layout.html#workspace-layout","annotated-tree.html#annotated-tree","authoring-scenarios.html#authoring-scenarios","workloads.html#core-content-workloads--expectations","workloads.html#workloads","workloads.html#expectations","scenario-builder-ext-patterns.html#core-content-scenariobuilderext-patterns","best-practices.html#best-practices","examples.html#examples","examples.html#simple-2-validator-transaction-workload","examples.html#da--transaction-workload","examples.html#chaos--liveness-check","examples-advanced.html#advanced--artificial-examples","examples-advanced.html#synthetic-delay-workload-network-latency-simulation","examples-advanced.html#oscillating-load-workload-traffic-waves","examples-advanced.html#byzantine-behavior-mock","examples-advanced.html#custom-expectation-block-finality-drift","examples-advanced.html#custom-deployer-dry-run-deployer","examples-advanced.html#stochastic-topology-generator","examples-advanced.html#multi-phase-scenario-pipelines","running-scenarios.html#running-scenarios","runners.html#runners","runners.html#local-runner","runners.html#docker-compose-runner","runners.html#kubernetes-runner","runners.html#common-expectations","operations.html#operations","part-iii.html#part-iii--developer-reference","scenario-model.html#scenario-model-developer-level","extending.html#extending-the-framework","extending.html#adding-a-workload","extending.html#adding-an-expectation","extending.html#adding-a-runner","extending.html#adding-topology-helpers","custom-workload-example.html#example-new-workload--expectation-rust","custom-workload-example.html#workload-simple-reachability-probe","custom-workload-example.html#expectation-confirm-the-target-stayed-reachable","custom-workload-example.html#how-to-wire-it","internal-crate-reference.html#internal-crate-reference","part-iv.html#part-iv--appendix","dsl-cheat-sheet.html#core-content-dsl-cheat-sheet","troubleshooting.html#troubleshooting-scenarios","faq.html#faq","glossary.html#glossary"],"index":{"documentStore":{"docInfo":{"0":{"body":78,"breadcrumbs":6,"title":3},"1":{"body":26,"breadcrumbs":2,"title":1},"10":{"body":40,"breadcrumbs":7,"title":3},"11":{"body":26,"breadcrumbs":5,"title":1},"12":{"body":107,"breadcrumbs":8,"title":3},"13":{"body":68,"breadcrumbs":6,"title":2},"14":{"body":10,"breadcrumbs":8,"title":4},"15":{"body":94,"breadcrumbs":8,"title":2},"16":{"body":59,"breadcrumbs":8,"title":2},"17":{"body":101,"breadcrumbs":8,"title":2},"18":{"body":18,"breadcrumbs":12,"title":4},"19":{"body":38,"breadcrumbs":9,"title":1},"2":{"body":10,"breadcrumbs":4,"title":2},"20":{"body":54,"breadcrumbs":9,"title":1},"21":{"body":84,"breadcrumbs":12,"title":4},"22":{"body":96,"breadcrumbs":8,"title":2},"23":{"body":14,"breadcrumbs":6,"title":1},"24":{"body":28,"breadcrumbs":10,"title":5},"25":{"body":31,"breadcrumbs":8,"title":3},"26":{"body":37,"breadcrumbs":8,"title":3},"27":{"body":19,"breadcrumbs":10,"title":3},"28":{"body":41,"breadcrumbs":13,"title":6},"29":{"body":37,"breadcrumbs":12,"title":5},"3":{"body":84,"breadcrumbs":4,"title":1},"30":{"body":34,"breadcrumbs":10,"title":3},"31":{"body":41,"breadcrumbs":12,"title":5},"32":{"body":39,"breadcrumbs":12,"title":5},"33":{"body":35,"breadcrumbs":10,"title":3},"34":{"body":40,"breadcrumbs":11,"title":4},"35":{"body":75,"breadcrumbs":8,"title":2},"36":{"body":20,"breadcrumbs":6,"title":1},"37":{"body":16,"breadcrumbs":7,"title":2},"38":{"body":23,"breadcrumbs":8,"title":3},"39":{"body":17,"breadcrumbs":7,"title":2},"4":{"body":106,"breadcrumbs":6,"title":2},"40":{"body":43,"breadcrumbs":7,"title":2},"41":{"body":130,"breadcrumbs":6,"title":1},"42":{"body":10,"breadcrumbs":8,"title":4},"43":{"body":116,"breadcrumbs":12,"title":4},"44":{"body":0,"breadcrumbs":8,"title":2},"45":{"body":39,"breadcrumbs":8,"title":2},"46":{"body":21,"breadcrumbs":8,"title":2},"47":{"body":29,"breadcrumbs":8,"title":2},"48":{"body":21,"breadcrumbs":9,"title":3},"49":{"body":19,"breadcrumbs":14,"title":5},"5":{"body":8,"breadcrumbs":6,"title":2},"50":{"body":120,"breadcrumbs":13,"title":4},"51":{"body":67,"breadcrumbs":14,"title":5},"52":{"body":24,"breadcrumbs":10,"title":1},"53":{"body":91,"breadcrumbs":10,"title":3},"54":{"body":10,"breadcrumbs":6,"title":3},"55":{"body":84,"breadcrumbs":11,"title":5},"56":{"body":86,"breadcrumbs":7,"title":2},"57":{"body":99,"breadcrumbs":5,"title":1},"58":{"body":130,"breadcrumbs":5,"title":1},"6":{"body":36,"breadcrumbs":7,"title":3},"7":{"body":84,"breadcrumbs":8,"title":4},"8":{"body":52,"breadcrumbs":8,"title":4},"9":{"body":51,"breadcrumbs":7,"title":3}},"docs":{"0":{"body":"This book focuses on the Nomos Testing Framework. It assumes familiarity with\\nthe Nomos architecture, but for completeness, here is a short primer. Nomos is a modular blockchain protocol with validators and a data-availability\\n(DA) subsystem. Validators participate in consensus and produce blocks. Executors are validators with the DA dispersal service enabled. They can\\nsubmit transactions and disperse blob data to the DA network. Data Availability (DA) handles blob data within transactions. When\\ntransactions include ChannelBlob operations, executors disperse the blob data\\nto the DA network, and validators sample and verify it’s available. These roles interact tightly, which is why meaningful testing must be performed\\nin multi-node environments that include real networking, timing, and DA\\ninteraction.","breadcrumbs":"Project Context Primer » Project Context Primer","id":"0","title":"Project Context Primer"},"1":{"body":"This book gives you a clear mental model for Nomos multi-node testing, shows how\\nto author scenarios that pair realistic workloads with explicit expectations,\\nand guides you to run them across local, containerized, and cluster environments\\nwithout changing the plan.","breadcrumbs":"What You Will Learn » What You Will Learn","id":"1","title":"What You Will Learn"},"10":{"body":"Always run long enough for meaningful block production: #![allow(unused)] fn main() {\\n// Bad: too short\\n.with_run_duration(Duration::from_secs(5)) // Maybe 0-1 blocks // Good: enough blocks for assertions\\n.with_run_duration(Duration::from_secs(60)) // ~10+ blocks } The framework enforces minimum durations, but be explicit. Very short runs\\nrisk false confidence—one lucky block doesn’t prove liveness.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Minimum Run Windows","id":"10","title":"Minimum Run Windows"},"11":{"body":"These principles keep scenarios: Portable across environments (protocol time, declarative) Debuggable (determinism, separation of concerns) Meaningful (observable signals, sufficient duration) When authoring scenarios, ask: “Does this test the protocol behavior or\\nmy local environment quirks?”","breadcrumbs":"Part I — Foundations » Testing Philosophy » Summary","id":"11","title":"Summary"},"12":{"body":"Build the plan: Declare a topology, attach workloads and expectations, and set the run window. The plan is the single source of truth for what will happen. Deploy: Hand the plan to a deployer. It provisions the environment on the chosen backend and waits for nodes to signal readiness, then returns a Runner. Drive workloads: Start traffic and behaviors (transactions, data-availability activity, restarts) for the planned duration. Observe blocks and signals: Track block progression and other high-level metrics during or after the run window to ground assertions in protocol time. Evaluate expectations: Once activity stops (and optional cooldown completes), check liveness and workload-specific outcomes to decide pass or fail. Cleanup: Tear down resources so successive runs start fresh and do not inherit leaked state. flowchart LR P[Plan
topology + workloads + expectations] --> D[Deploy
deployer provisions] D --> R[Readiness
wait for nodes] R --> Run[Run
runner orchestrates] Run --> W[Drive Workloads] W --> O[Observe
blocks/metrics] O --> E[Evaluate Expectations] E --> C[Cleanup]","breadcrumbs":"Part I — Foundations » Scenario Lifecycle (Conceptual) » Scenario Lifecycle (Conceptual)","id":"12","title":"Scenario Lifecycle (Conceptual)"},"13":{"body":"Modular crates keep configuration, orchestration, workloads, and runners decoupled so each can evolve without breaking the others. Pluggable runners let the same scenario run on a laptop, a Docker host, or a Kubernetes cluster, making validation portable across environments. Separated workloads and expectations clarify intent: what traffic to generate versus how to judge success. This simplifies review and reuse. Declarative topology makes cluster shape explicit and repeatable, reducing surprise when moving between CI and developer machines. Maintainability through predictability: a clear flow from plan to deployment to verification lowers the cost of extending the framework and interpreting failures.","breadcrumbs":"Part I — Foundations » Design Rationale » Design Rationale","id":"13","title":"Design Rationale"},"14":{"body":"Practical guidance for shaping scenarios, combining workloads and expectations,\\nand running them across different environments.","breadcrumbs":"Part II — User Guide » Part II — User Guide","id":"14","title":"Part II — User Guide"},"15":{"body":"The workspace focuses on multi-node integration testing and sits alongside a nomos-node checkout. Its crates separate concerns to keep scenarios\\nrepeatable and portable: Configs: prepares high-level node, network, tracing, and wallet settings\\nused across test environments. Core scenario orchestration: the engine that holds topology descriptions,\\nscenario plans, runtimes, workloads, and expectations. Workflows: ready-made workloads (transactions, data-availability, chaos)\\nand reusable expectations assembled into a user-facing DSL. Runners: deployment backends for local processes, Docker Compose, and\\nKubernetes, all consuming the same scenario plan. Test workflows: example scenarios and integration checks that show how\\nthe pieces fit together. This split keeps configuration, orchestration, reusable traffic patterns, and\\ndeployment adapters loosely coupled while sharing one mental model for tests.","breadcrumbs":"Part II — User Guide » Workspace Layout » Workspace Layout","id":"15","title":"Workspace Layout"},"16":{"body":"High-level view of the workspace and how pieces relate: nomos-testing/\\n├─ testing-framework/\\n│ ├─ configs/ # shared configuration helpers\\n│ ├─ core/ # scenario model, runtime, topology\\n│ ├─ workflows/ # workloads, expectations, DSL extensions\\n│ └─ runners/ # local, compose, k8s deployment backends\\n├─ tests/ # integration scenarios using the framework\\n└─ scripts/ # supporting setup utilities (e.g., assets) Each area maps to a responsibility: describe configs, orchestrate scenarios,\\npackage common traffic and assertions, adapt to environments, and demonstrate\\nend-to-end usage.","breadcrumbs":"Part II — User Guide » Annotated Tree » Annotated Tree","id":"16","title":"Annotated Tree"},"17":{"body":"Creating a scenario is a declarative exercise: Shape the topology: decide how many validators and executors to run, and\\nwhat high-level network and data-availability characteristics matter for the\\ntest. Attach workloads: pick traffic generators that align with your goals\\n(transactions, data-availability blobs, or chaos for resilience probes). Define expectations: specify the health signals that must hold when the\\nrun finishes (e.g., consensus liveness, inclusion of submitted activity; see Core Content: Workloads & Expectations). Set duration: choose a run window long enough to observe meaningful\\nblock progression and the effects of your workloads. Choose a runner: target local processes for fast iteration, Docker\\nCompose for reproducible multi-node stacks, or Kubernetes for cluster-grade\\nvalidation. For environment considerations, see Operations. Keep scenarios small and explicit: make the intended behavior and the success\\ncriteria clear so failures are easy to interpret and act upon.","breadcrumbs":"Part II — User Guide » Authoring Scenarios » Authoring Scenarios","id":"17","title":"Authoring Scenarios"},"18":{"body":"Workloads describe the activity a scenario generates; expectations describe the\\nsignals that must hold when that activity completes. Both are pluggable so\\nscenarios stay readable and purpose-driven.","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Core Content: Workloads & Expectations","id":"18","title":"Core Content: Workloads & Expectations"},"19":{"body":"Transaction workload: submits user-level transactions at a configurable\\nrate and can limit how many distinct actors participate. Data-availability workload: drives blob and channel activity to exercise\\ndata-availability paths. Chaos workload: triggers controlled node restarts to test resilience and\\nrecovery behaviors (requires a runner that can control nodes).","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Workloads","id":"19","title":"Workloads"},"2":{"body":"Conceptual chapters that establish the mental model for the framework and how\\nit approaches multi-node testing.","breadcrumbs":"Part I — Foundations » Part I — Foundations","id":"2","title":"Part I — Foundations"},"20":{"body":"Consensus liveness: verifies the system continues to produce blocks in\\nline with the planned workload and timing window. Workload-specific checks: each workload can attach its own success\\ncriteria (e.g., inclusion of submitted activity) so scenarios remain concise. Together, workloads and expectations let you express both the pressure applied\\nto the system and the definition of “healthy” for that run. flowchart TD I[Inputs
topology + wallets + rates] --> Init[Workload init] Init --> Drive[Drive traffic] Drive --> Collect[Collect signals] Collect --> Eval[Expectations evaluate]","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Expectations","id":"20","title":"Expectations"},"21":{"body":"Patterns that keep scenarios readable and reusable: Topology-first: start by shaping the cluster (counts, layout) so later\\nsteps inherit a clear foundation. Bundle defaults: use the DSL helpers to attach common expectations (like\\nliveness) whenever you add a matching workload, reducing forgotten checks. Intentional rates: express traffic in per-block terms to align with\\nprotocol timing rather than wall-clock assumptions. Opt-in chaos: enable restart patterns only in scenarios meant to probe\\nresilience; keep functional smoke tests deterministic. Wallet clarity: seed only the number of actors you need; it keeps\\ntransaction scenarios deterministic and interpretable. These patterns make scenario definitions self-explanatory while staying aligned\\nwith the framework’s block-oriented timing model.","breadcrumbs":"Part II — User Guide » Core Content: ScenarioBuilderExt Patterns » Core Content: ScenarioBuilderExt Patterns","id":"21","title":"Core Content: ScenarioBuilderExt Patterns"},"22":{"body":"State your intent: document the goal of each scenario (throughput, DA\\nvalidation, resilience) so expectation choices are obvious. Keep runs meaningful: choose durations that allow multiple blocks and make\\ntiming-based assertions trustworthy. Separate concerns: start with deterministic workloads for functional\\nchecks; add chaos in dedicated resilience scenarios to avoid noisy failures. Reuse patterns: standardize on shared topology and workload presets so\\nresults are comparable across environments and teams. Observe first, tune second: rely on liveness and inclusion signals to\\ninterpret outcomes before tweaking rates or topology. Environment fit: pick runners that match the feedback loop you need—local\\nfor speed, compose for reproducible stacks, k8s for cluster-grade fidelity. Minimal surprises: seed only necessary wallets and keep configuration\\ndeltas explicit when moving between CI and developer machines.","breadcrumbs":"Part II — User Guide » Best Practices » Best Practices","id":"22","title":"Best Practices"},"23":{"body":"Concrete scenario shapes that illustrate how to combine topologies, workloads,\\nand expectations. Adjust counts, rates, and durations to fit your environment.","breadcrumbs":"Part II — User Guide » Examples » Examples","id":"23","title":"Examples"},"24":{"body":"Topology: two validators. Workload: transaction submissions at a modest per-block rate with a small\\nset of wallet actors. Expectations: consensus liveness and inclusion of submitted activity. When to use: smoke tests for consensus and transaction flow on minimal\\nhardware.","breadcrumbs":"Part II — User Guide » Examples » Simple 2-validator transaction workload","id":"24","title":"Simple 2-validator transaction workload"},"25":{"body":"Topology: validators plus executors if available. Workloads: data-availability blobs/channels and transactions running\\ntogether to stress both paths. Expectations: consensus liveness and workload-level inclusion/availability\\nchecks. When to use: end-to-end coverage of transaction and DA layers in one run.","breadcrumbs":"Part II — User Guide » Examples » DA + transaction workload","id":"25","title":"DA + transaction workload"},"26":{"body":"Topology: validators (optionally executors) with node control enabled. Workloads: baseline traffic (transactions or DA) plus chaos restarts on\\nselected roles. Expectations: consensus liveness to confirm the system keeps progressing\\ndespite restarts; workload-specific inclusion if traffic is present. When to use: resilience validation and operational readiness drills.","breadcrumbs":"Part II — User Guide » Examples » Chaos + liveness check","id":"26","title":"Chaos + liveness check"},"27":{"body":"These illustrative scenarios stretch the framework to show how to build new\\nworkloads, expectations, deployers, and topology tricks. They are intentionally\\n“synthetic” to teach capabilities rather than prescribe production tests.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Advanced & Artificial Examples","id":"27","title":"Advanced & Artificial Examples"},"28":{"body":"Idea: inject fake latency between node interactions using internal timers,\\nnot OS-level tooling. Demonstrates: sequencing control inside a workload, verifying protocol\\nprogression under induced lag, using timers to pace submissions. Shape: wrap submissions in delays that mimic slow peers; ensure the\\nexpectation checks blocks still progress.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Synthetic Delay Workload (Network Latency Simulation)","id":"28","title":"Synthetic Delay Workload (Network Latency Simulation)"},"29":{"body":"Idea: traffic rate changes every block or N seconds (e.g., blocks 1–3 low,\\n4–5 high, 6–7 zero, repeat). Demonstrates: dynamic, stateful workloads that use RunMetrics to time\\nphases; modeling real-world burstiness. Shape: schedule per-phase rates; confirm inclusion/liveness across peaks\\nand troughs.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Oscillating Load Workload (Traffic Waves)","id":"29","title":"Oscillating Load Workload (Traffic Waves)"},"3":{"body":"The Nomos Testing Framework is a purpose-built toolkit for exercising Nomos in\\nrealistic, multi-node environments. It solves the gap between small, isolated\\ntests and full-system validation by letting teams describe a cluster layout,\\ndrive meaningful traffic, and assert the outcomes in one coherent plan. It is for protocol engineers, infrastructure operators, and QA teams who need\\nrepeatable confidence that validators, executors, and data-availability\\ncomponents work together under network and timing constraints. Multi-node integration testing is required because many Nomos behaviors—block\\nprogress, data availability, liveness under churn—only emerge when several\\nroles interact over real networking and time. This framework makes those checks\\ndeclarative, observable, and portable across environments.","breadcrumbs":"Part I — Foundations » Introduction » Introduction","id":"3","title":"Introduction"},"30":{"body":"Idea: a workload that drops half its planned submissions, sometimes\\ndouble-submits, and intentionally triggers expectation failures. Demonstrates: negative testing, resilience checks, and the value of clear\\nexpectations when behavior is adversarial by design. Shape: parameterize drop/double-submit probabilities; pair with an\\nexpectation that documents what “bad” looks like.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Byzantine Behavior Mock","id":"30","title":"Byzantine Behavior Mock"},"31":{"body":"Idea: assert the last few blocks differ and block time stays within a\\ntolerated drift budget. Demonstrates: consuming BlockFeed or time-series metrics to validate\\nprotocol cadence; crafting post-run assertions around block diversity and\\ntiming. Shape: collect recent blocks, confirm no duplicates, and compare observed\\nintervals to a drift threshold.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Custom Expectation: Block Finality Drift","id":"31","title":"Custom Expectation: Block Finality Drift"},"32":{"body":"Idea: a deployer that never starts nodes; it emits configs, simulates\\nreadiness, provides fake blockfeed/metrics. Demonstrates: full power of the deployer interface for CI dry-runs,\\nconfig verification, and ultra-fast feedback without Nomos binaries. Shape: produce logs/artifacts, stub readiness, and feed synthetic blocks\\nso expectations can still run.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Custom Deployer: Dry-Run Deployer","id":"32","title":"Custom Deployer: Dry-Run Deployer"},"33":{"body":"Idea: topology parameters change at runtime (random validators, DA\\nsettings, network shapes). Demonstrates: randomized property testing and fuzzing approaches to\\ntopology building. Shape: pick roles and network layouts randomly per run; keep expectations\\ntolerant to variability while still asserting core liveness.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Stochastic Topology Generator","id":"33","title":"Stochastic Topology Generator"},"34":{"body":"Idea: scenario runs in phases (e.g., phase 1 transactions, phase 2 DA,\\nphase 3 restarts, phase 4 sync check). Demonstrates: multi-stage tests, modular scenario assembly, and deliberate\\nlifecycle control. Shape: drive phase-specific workloads/expectations sequentially; enforce\\nclear boundaries and post-phase checks.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Multi-Phase Scenario (“Pipelines”)","id":"34","title":"Multi-Phase Scenario (“Pipelines”)"},"35":{"body":"Running a scenario follows the same conceptual flow regardless of environment: Select or author a scenario plan that pairs a topology with workloads,\\nexpectations, and a suitable run window. Choose a runner aligned with your environment (local, compose, or k8s) and\\nensure its prerequisites are available. Deploy the plan through the runner; wait for readiness signals before\\nstarting workloads. Let workloads drive activity for the planned duration; keep observability\\nsignals visible so you can correlate outcomes. Evaluate expectations and capture results as the primary pass/fail signal. Use the same plan across different runners to compare behavior between local\\ndevelopment and CI or cluster settings. For environment prerequisites and\\nflags, see Operations.","breadcrumbs":"Part II — User Guide » Running Scenarios » Running Scenarios","id":"35","title":"Running Scenarios"},"36":{"body":"Runners turn a scenario plan into a live environment while keeping the plan\\nunchanged. Choose based on feedback speed, reproducibility, and fidelity. For\\nenvironment and operational considerations, see Operations:","breadcrumbs":"Part II — User Guide » Runners » Runners","id":"36","title":"Runners"},"37":{"body":"Launches node processes directly on the host. Fastest feedback loop and minimal orchestration overhead. Best for development-time iteration and debugging.","breadcrumbs":"Part II — User Guide » Runners » Local runner","id":"37","title":"Local runner"},"38":{"body":"Starts nodes in containers to provide a reproducible multi-node stack on a\\nsingle machine. Discovers service ports and wires observability for convenient inspection. Good balance between fidelity and ease of setup.","breadcrumbs":"Part II — User Guide » Runners » Docker Compose runner","id":"38","title":"Docker Compose runner"},"39":{"body":"Deploys nodes onto a cluster for higher-fidelity, longer-running scenarios. Suits CI or shared environments where cluster behavior and scheduling matter.","breadcrumbs":"Part II — User Guide » Runners » Kubernetes runner","id":"39","title":"Kubernetes runner"},"4":{"body":"The framework follows a clear flow: Topology → Scenario → Deploy → Run → Verify. Topology describes the cluster: how many nodes, their roles, and the high-level network and data-availability parameters they should follow. Scenario combines that topology with the activities to run and the checks to perform, forming a single plan. Deployer provisions infrastructure on the chosen backend (local processes, Docker Compose, or Kubernetes), waits for readiness, and returns a Runner. Runner orchestrates execution: starts workloads, observes signals, evaluates expectations, and cleans up. Workloads generate traffic and conditions that exercise the system. Expectations observe the run and judge success or failure once activity completes. flowchart LR A(Topology
shape cluster) --> B(Scenario
plan) B --> C(Deployer
provision infrastructure) C --> D(Runner
orchestrate execution) D --> E(Workloads
drive traffic) E --> F(Expectations
verify outcomes) Each layer has a narrow responsibility so that cluster shape, deployment choice,\\ntraffic generation, and health checks can evolve independently while fitting\\ntogether predictably.","breadcrumbs":"Part I — Foundations » Architecture Overview » Architecture Overview","id":"4","title":"Architecture Overview"},"40":{"body":"All runners require at least one validator and, for transaction scenarios,\\naccess to seeded wallets. Readiness probes gate workload start so traffic begins only after nodes are\\nreachable. Environment flags can relax timeouts or increase tracing when diagnostics are\\nneeded. flowchart TD Plan[Scenario Plan] --> RunSel[Runner
local | compose | k8s] RunSel --> Provision[Provision & readiness] Provision --> Runtime[Runtime + observability] Runtime --> Exec[Workloads & Expectations execute]","breadcrumbs":"Part II — User Guide » Runners » Common expectations","id":"40","title":"Common expectations"},"41":{"body":"Operational readiness focuses on prerequisites, environment fit, and clear\\nsignals: Prerequisites: keep a sibling nomos-node checkout available; ensure the\\nchosen runner’s platform needs are met (local binaries for host runs, Docker\\nfor compose, cluster access for k8s). Artifacts: some scenarios depend on prover or circuit assets; fetch them\\nahead of time with the provided helper scripts when needed. Environment flags: use slow-environment toggles to relax timeouts, enable\\ntracing when debugging, and adjust observability ports to avoid clashes. Readiness checks: verify runners report node readiness before starting\\nworkloads; this avoids false negatives from starting too early. Failure triage: map failures to missing prerequisites (wallet seeding,\\nnode control availability), runner platform issues, or unmet expectations.\\nStart with liveness signals, then dive into workload-specific assertions. Treat operational hygiene—assets present, prerequisites satisfied, observability\\nreachable—as the first step to reliable scenario outcomes. flowchart TD Expose[Runner exposes endpoints/ports] --> Collect[Runtime collects block/health signals] Collect --> Consume[Expectations consume signals
decide pass/fail] Consume --> Inspect[Operators inspect logs/metrics
when failures arise]","breadcrumbs":"Part II — User Guide » Operations » Operations","id":"41","title":"Operations"},"42":{"body":"Deep dives for contributors who extend the framework, evolve its abstractions,\\nor maintain the crate set.","breadcrumbs":"Part III — Developer Reference » Part III — Developer Reference","id":"42","title":"Part III — Developer Reference"},"43":{"body":"The scenario model defines clear, composable responsibilities: Topology: a declarative description of the cluster—how many nodes, their\\nroles, and the broad network and data-availability characteristics. It\\nrepresents the intended shape of the system under test. Scenario: a plan combining topology, workloads, expectations, and a run\\nwindow. Building a scenario validates prerequisites (like seeded wallets) and\\nensures the run lasts long enough to observe meaningful block progression. Workloads: asynchronous tasks that generate traffic or conditions. They\\nuse shared context to interact with the deployed cluster and may bundle\\ndefault expectations. Expectations: post-run assertions. They can capture baselines before\\nworkloads start and evaluate success once activity stops. Runtime: coordinates workloads and expectations for the configured\\nduration, enforces cooldowns when control actions occur, and ensures cleanup\\nso runs do not leak resources. Developers extending the model should keep these boundaries strict: topology\\ndescribes, scenarios assemble, runners deploy, workloads drive, and expectations\\njudge outcomes. For guidance on adding new capabilities, see Extending the Framework.","breadcrumbs":"Part III — Developer Reference » Scenario Model (Developer Level) » Scenario Model (Developer Level)","id":"43","title":"Scenario Model (Developer Level)"},"44":{"body":"","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Extending the Framework","id":"44","title":"Extending the Framework"},"45":{"body":"Implement testing_framework_core::scenario::Workload: Provide a name and any bundled expectations. In init, derive inputs from GeneratedTopology and RunMetrics; fail\\nfast if prerequisites are missing (e.g., wallet data, node addresses). In start, drive async traffic using the RunContext clients. Expose the workload from a module under testing-framework/workflows and\\nconsider adding a DSL helper for ergonomic wiring.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding a workload","id":"45","title":"Adding a workload"},"46":{"body":"Implement testing_framework_core::scenario::Expectation: Use start_capture to snapshot baseline metrics. Use evaluate to assert outcomes after workloads finish; return all errors\\nso the runner can aggregate them. Export it from testing-framework/workflows if it is reusable.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding an expectation","id":"46","title":"Adding an expectation"},"47":{"body":"Implement testing_framework_core::scenario::Deployer for your backend. Produce a RunContext with NodeClients, metrics endpoints, and optional NodeControlHandle. Guard cleanup with CleanupGuard to reclaim resources even on failures. Mirror the readiness and block-feed probes used by the existing runners so\\nworkloads can rely on consistent signals.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding a runner","id":"47","title":"Adding a runner"},"48":{"body":"Extend testing_framework_core::topology::TopologyBuilder with new layouts or\\nconfiguration presets (e.g., specialized DA parameters). Keep defaults safe:\\nensure at least one participant and clamp dispersal factors as the current\\nhelpers do.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding topology helpers","id":"48","title":"Adding topology helpers"},"49":{"body":"A minimal, end-to-end illustration of adding a custom workload and matching\\nexpectation. This shows the shape of the traits and where to plug into the\\nframework; expand the logic to fit your real test.","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Example: New Workload & Expectation (Rust)","id":"49","title":"Example: New Workload & Expectation (Rust)"},"5":{"body":"The framework follows these principles. They shape how you write tests and\\ninterpret results.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Testing Philosophy","id":"5","title":"Testing Philosophy"},"50":{"body":"Key ideas: name: identifies the workload in logs. expectations: workloads can bundle defaults so callers don’t forget checks. init: derive inputs from the generated topology (e.g., pick a target node). start: drive async activity using the shared RunContext. #![allow(unused)] fn main() {\\nuse std::sync::Arc;\\nuse async_trait::async_trait;\\nuse testing_framework_core::scenario::{ DynError, Expectation, RunContext, RunMetrics, Workload,\\n};\\nuse testing_framework_core::topology::GeneratedTopology; pub struct ReachabilityWorkload { target_idx: usize, bundled: Vec>,\\n} impl ReachabilityWorkload { pub fn new(target_idx: usize) -> Self { Self { target_idx, bundled: vec![Box::new(ReachabilityExpectation::new(target_idx))], } }\\n} #[async_trait]\\nimpl Workload for ReachabilityWorkload { fn name(&self) -> &\'static str { \\"reachability_workload\\" } fn expectations(&self) -> Vec> { self.bundled.clone() } fn init( &mut self, topology: &GeneratedTopology, _metrics: &RunMetrics, ) -> Result<(), DynError> { if topology.validators().get(self.target_idx).is_none() { return Err(\\"no validator at requested index\\".into()); } Ok(()) } async fn start(&self, ctx: &RunContext) -> Result<(), DynError> { let client = ctx .clients() .validators() .get(self.target_idx) .ok_or(\\"missing target client\\")?; // Pseudo-action: issue a lightweight RPC to prove reachability. client.health_check().await.map_err(|e| e.into()) }\\n} }","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Workload: simple reachability probe","id":"50","title":"Workload: simple reachability probe"},"51":{"body":"Key ideas: start_capture: snapshot baseline if needed (not used here). evaluate: assert the condition after workloads finish. #![allow(unused)] fn main() {\\nuse async_trait::async_trait;\\nuse testing_framework_core::scenario::{DynError, Expectation, RunContext}; pub struct ReachabilityExpectation { target_idx: usize,\\n} impl ReachabilityExpectation { pub fn new(target_idx: usize) -> Self { Self { target_idx } }\\n} #[async_trait]\\nimpl Expectation for ReachabilityExpectation { fn name(&self) -> &str { \\"target_reachable\\" } async fn evaluate(&mut self, ctx: &RunContext) -> Result<(), DynError> { let client = ctx .clients() .validators() .get(self.target_idx) .ok_or(\\"missing target client\\")?; client.health_check().await.map_err(|e| { format!(\\"target became unreachable during run: {e}\\").into() }) }\\n} }","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Expectation: confirm the target stayed reachable","id":"51","title":"Expectation: confirm the target stayed reachable"},"52":{"body":"Build your scenario as usual and call .with_workload(ReachabilityWorkload::new(0)). The bundled expectation is attached automatically; you can add more with .with_expectation(...) if needed. Keep the logic minimal and fast for smoke tests; grow it into richer probes\\nfor deeper scenarios.","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » How to wire it","id":"52","title":"How to wire it"},"53":{"body":"High-level roles of the crates that make up the framework: Configs: prepares reusable configuration primitives for nodes, networking,\\ntracing, data availability, and wallets, shared by all scenarios and runners. Core scenario orchestration: houses the topology and scenario model,\\nruntime coordination, node clients, and readiness/health probes. Workflows: packages workloads and expectations into reusable building\\nblocks and offers a fluent DSL to assemble them. Runners: implements deployment backends (local host, Docker Compose,\\nKubernetes) that all consume the same scenario plan. Test workflows: example scenarios and integration checks that exercise the\\nframework end to end and serve as living documentation. Use this map to locate where to add new capabilities: configuration primitives\\nin configs, orchestration changes in core, reusable traffic/assertions in\\nworkflows, environment adapters in runners, and demonstrations in tests.","breadcrumbs":"Part III — Developer Reference » Internal Crate Reference » Internal Crate Reference","id":"53","title":"Internal Crate Reference"},"54":{"body":"Quick-reference material and supporting guidance to keep scenarios discoverable,\\ndebuggable, and consistent.","breadcrumbs":"Part IV — Appendix » Part IV — Appendix","id":"54","title":"Part IV — Appendix"},"55":{"body":"The framework offers a fluent builder style to keep scenarios readable. Common\\nknobs: Topology shaping: set validator and executor counts, pick a network layout\\nstyle, and adjust high-level data-availability traits. Wallet seeding: define how many users participate and the total funds\\navailable for transaction workloads. Workload tuning: configure transaction rates, data-availability channel\\nand blob rates, and whether chaos restarts should include validators,\\nexecutors, or both. Expectations: attach liveness and workload-specific checks so success is\\nexplicit. Run window: set a minimum duration long enough for multiple blocks to be\\nobserved and verified. Use these knobs to express intent clearly, keeping scenario definitions concise\\nand consistent across teams.","breadcrumbs":"Part IV — Appendix » DSL Cheat Sheet » Core Content: DSL Cheat Sheet","id":"55","title":"Core Content: DSL Cheat Sheet"},"56":{"body":"Common symptoms and likely causes: No or slow block progression: runner started workloads before readiness, insufficient run window, or environment too slow—extend duration or enable slow-environment tuning. Transactions not included: missing or insufficient wallet seeding, misaligned transaction rate with block cadence, or network instability—reduce rate and verify wallet setup. Chaos stalls the run: node control not available for the chosen runner or restart cadence too aggressive—enable control capability and widen restart intervals. Observability gaps: metrics or logs unreachable because ports clash or services are not exposed—adjust observability ports and confirm runner wiring. Flaky behavior across runs: mixing chaos with functional smoke tests or inconsistent topology between environments—separate deterministic and chaos scenarios and standardize topology presets.","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Troubleshooting Scenarios","id":"56","title":"Troubleshooting Scenarios"},"57":{"body":"Why block-oriented timing? Using block cadence reduces dependence on host speed and keeps assertions aligned\\nwith protocol behavior. Can I reuse the same scenario across runners? Yes. The plan stays the same; swap runners (local, compose, k8s) to target\\ndifferent environments. When should I enable chaos workloads? Only when testing resilience or operational recovery; keep functional smoke\\ntests deterministic. How long should runs be? Long enough for multiple blocks so liveness and inclusion checks are\\nmeaningful; very short runs risk false confidence. Do I always need seeded wallets? Only for transaction scenarios. Data-availability or pure chaos scenarios may\\nnot require them, but liveness checks still need validators producing blocks. What if expectations fail but workloads “look fine”? Trust expectations first—they capture the intended success criteria. Use the\\nobservability signals and runner logs to pinpoint why the system missed the\\ntarget.","breadcrumbs":"Part IV — Appendix » FAQ » FAQ","id":"57","title":"FAQ"},"58":{"body":"Validator: node role responsible for participating in consensus and block\\nproduction. Executor: a validator node with the DA dispersal service enabled. Executors\\ncan submit transactions and disperse blob data to the DA network, in addition\\nto performing all validator functions. DA (Data Availability): subsystem ensuring blobs or channel data are\\npublished and retrievable for validation. Deployer: component that provisions infrastructure (spawns processes,\\ncreates containers, or launches pods), waits for readiness, and returns a\\nRunner. Examples: LocalDeployer, ComposeRunner, K8sRunner. Runner: component returned by deployers that orchestrates scenario\\nexecution—starts workloads, observes signals, evaluates expectations, and\\ntriggers cleanup. Workload: traffic or behavior generator that exercises the system during a\\nscenario run. Expectation: post-run assertion that judges whether the system met the\\nintended success criteria. Topology: declarative description of the cluster shape, roles, and\\nhigh-level parameters for a scenario. Scenario: immutable plan combining topology, workloads, expectations, and\\nrun duration. Blockfeed: stream of block observations used for liveness or inclusion\\nsignals during a run. Control capability: the ability for a runner to start, stop, or restart\\nnodes, used by chaos workloads.","breadcrumbs":"Part IV — Appendix » Glossary » Glossary","id":"58","title":"Glossary"},"6":{"body":"Describe what you want to test, not how to orchestrate it: #![allow(unused)] fn main() {\\n// Good: declarative\\nScenarioBuilder::with_node_counts(2, 1) .transactions().rate(5).apply() .expect_consensus_liveness() .build(); // Bad: imperative (framework doesn\'t work this way)\\n// spawn_validator(); spawn_executor(); // loop { submit_tx(); check_block(); } } Why it matters: The framework handles deployment, readiness, and cleanup.\\nYou focus on test intent, not infrastructure orchestration.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Declarative over Imperative","id":"6","title":"Declarative over Imperative"},"7":{"body":"Reason in blocks and consensus intervals, not wall-clock seconds: #![allow(unused)] fn main() {\\n// Good: protocol-oriented thinking\\nlet plan = ScenarioBuilder::with_node_counts(2, 1) .transactions().rate(5).apply() // 5 tx per block .with_run_duration(Duration::from_secs(60)) // Let framework calculate expected blocks .expect_consensus_liveness() // \\"Did we produce the expected blocks?\\" .build(); // Bad: wall-clock assumptions\\n// \\"I expect at least 30 blocks in 60 seconds\\"\\n// Brittle if readiness or startup takes longer on slow CI } Why it matters: Block production rate is fixed by consensus parameters (e.g.,\\n2-second slot duration), but node startup and readiness vary by environment—fast\\non a laptop, slow on overloaded CI. The framework measures in blocks (protocol\\ntime), not wall-clock seconds, so tests focus on “did consensus work?” rather\\nthan “was the hardware fast enough?”","breadcrumbs":"Part I — Foundations » Testing Philosophy » Protocol Time, Not Wall Time","id":"7","title":"Protocol Time, Not Wall Time"},"8":{"body":"Default scenarios are repeatable: Fixed topology Predictable traffic rates Deterministic checks Chaos is opt-in: #![allow(unused)] fn main() {\\n// Separate: functional test (deterministic)\\nlet plan = ScenarioBuilder::with_node_counts(2, 1) .transactions().rate(5).apply() .expect_consensus_liveness() .build(); // Separate: chaos test (introduces randomness)\\nlet chaos_plan = ScenarioBuilder::with_node_counts(3, 2) .enable_node_control() .chaos().restart().apply() .transactions().rate(5).apply() .expect_consensus_liveness() .build(); } Why it matters: Mixing determinism with chaos creates noisy, hard-to-debug\\nfailures. Separate concerns make failures actionable.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Determinism First, Chaos When Needed","id":"8","title":"Determinism First, Chaos When Needed"},"9":{"body":"Prefer user-facing signals over internal state: Good checks: ✅ Blocks progressing at expected rate (liveness) ✅ Transactions included within N blocks (inclusion) ✅ DA blobs retrievable (availability) Avoid internal checks: ❌ Memory pool size ❌ Internal service state ❌ Cache hit rates Why it matters: User-facing signals reflect actual system health.\\nInternal state can be “healthy” while the system is broken from a user\\nperspective.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Observable Health Signals","id":"9","title":"Observable Health Signals"}},"length":59,"save":true},"fields":["title","body","breadcrumbs"],"index":{"body":{"root":{"0":{"df":1,"docs":{"10":{"tf":1.0}}},"1":{"0":{"df":1,"docs":{"10":{"tf":1.0}}},"df":5,"docs":{"10":{"tf":1.0},"34":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}},"–":{"3":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}},"2":{"df":4,"docs":{"24":{"tf":1.0},"34":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"3":{"0":{"df":1,"docs":{"7":{"tf":1.0}}},"df":1,"docs":{"34":{"tf":1.0}}},"4":{"df":1,"docs":{"34":{"tf":1.0}},"–":{"5":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}},"5":{"df":1,"docs":{"7":{"tf":1.0}}},"6":{"0":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{},"–":{"7":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"a":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"58":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"43":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0}}}},"v":{"df":10,"docs":{"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"50":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"19":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"53":{"tf":1.0}}}}},"d":{"df":4,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"df":6,"docs":{"43":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"23":{"tf":1.0},"41":{"tf":1.0},"55":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"30":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"46":{"tf":1.0}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"56":{"tf":1.0}}}}}}}}}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":4,"docs":{"17":{"tf":1.0},"21":{"tf":1.4142135623730951},"35":{"tf":1.0},"57":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":6,"docs":{"10":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}}}}},"df":1,"docs":{"22":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"10":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"54":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"20":{"tf":1.0}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"2":{"tf":1.0},"33":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"4":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"41":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"15":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":13,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.4142135623730951},"33":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}}},"t":{"df":2,"docs":{"16":{"tf":1.0},"41":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"0":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{":":{":":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":3,"docs":{"45":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"43":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":6,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"17":{"tf":1.0},"35":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":17,"docs":{"0":{"tf":1.7320508075688772},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"35":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.7320508075688772},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"22":{"tf":1.0},"41":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"df":0,"docs":{}}}}},"b":{"(":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"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":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{}}}}},"d":{"df":4,"docs":{"10":{"tf":1.0},"30":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"38":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"22":{"tf":1.0},"36":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"26":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0}}}}}}}},"df":1,"docs":{"4":{"tf":1.0}},"e":{"c":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"22":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"56":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"40":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":10,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"30":{"tf":1.4142135623730951},"35":{"tf":1.0},"39":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"22":{"tf":1.0},"37":{"tf":1.0}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":7,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"56":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"32":{"tf":1.0},"41":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"b":{"df":6,"docs":{"0":{"tf":1.7320508075688772},"17":{"tf":1.0},"19":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.4142135623730951},"9":{"tf":1.0}},"s":{"/":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":21,"docs":{"0":{"tf":1.0},"10":{"tf":2.23606797749979},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.4142135623730951},"31":{"tf":2.23606797749979},"32":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":2.0},"58":{"tf":1.4142135623730951},"7":{"tf":2.6457513110645907},"9":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"e":{"df":2,"docs":{"31":{"tf":1.0},"58":{"tf":1.0}},"e":{"d":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"0":{"tf":1.0},"1":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"18":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":1.0},"55":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"34":{"tf":1.0},"43":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"o":{"a":{"d":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"9":{"tf":1.0}}}}}}},"u":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":9,"docs":{"12":{"tf":1.0},"27":{"tf":1.0},"33":{"tf":1.0},"43":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":5,"docs":{"21":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.7320508075688772},"52":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"29":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"z":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"c":{"(":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}},"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":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"9":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"31":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"52":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"27":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"35":{"tf":1.0},"43":{"tf":1.0},"57":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"56":{"tf":1.0}}}}},"df":1,"docs":{"4":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"1":{"tf":1.0},"29":{"tf":1.0},"33":{"tf":1.0},"53":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"0":{"tf":1.0}}},"df":0,"docs":{}}}},"df":3,"docs":{"19":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0}}}}}},"o":{"df":11,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.7320508075688772},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"8":{"tf":2.0}},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"43":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":19,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"41":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"41":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"22":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"17":{"tf":1.4142135623730951},"22":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"56":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}}}}},"i":{"df":6,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"7":{"tf":1.4142135623730951}},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"48":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"41":{"tf":1.0},"56":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":5,"docs":{"12":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0}},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"r":{"df":9,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"|":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":4,"docs":{"45":{"tf":1.0},"50":{"tf":1.7320508075688772},"51":{"tf":1.7320508075688772},"53":{"tf":1.0}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":12,"docs":{"1":{"tf":1.0},"13":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.4142135623730951},"4":{"tf":1.7320508075688772},"41":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0}},"—":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"43":{"tf":1.0}}}}}}}}}}}},"o":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"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":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"41":{"tf":1.0}}}}}}}}},"df":3,"docs":{"20":{"tf":1.0},"31":{"tf":1.0},"41":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"14":{"tf":1.0},"23":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"40":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"22":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"18":{"tf":1.0},"4":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"3":{"tf":1.0},"58":{"tf":1.4142135623730951}}},"s":{"df":12,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"58":{"tf":1.0}}}}}}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":3,"docs":{"12":{"tf":1.0},"2":{"tf":1.0},"35":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"8":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"20":{"tf":1.0},"55":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"4":{"tf":1.0},"43":{"tf":1.0},"51":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"3":{"tf":1.0},"57":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":4,"docs":{"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"r":{"df":9,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.4142135623730951},"55":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"df":5,"docs":{"26":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"51":{"tf":1.0},"56":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":8,"docs":{"0":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.0},"58":{"tf":1.0},"7":{"tf":1.7320508075688772}}}}}},"i":{"d":{"df":1,"docs":{"45":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.0},"36":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"47":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"m":{"df":4,"docs":{"15":{"tf":1.0},"31":{"tf":1.0},"41":{"tf":1.4142135623730951},"53":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"38":{"tf":1.0},"58":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"1":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"55":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"0":{"tf":1.0},"43":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"20":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"42":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":8,"docs":{"19":{"tf":1.4142135623730951},"26":{"tf":1.0},"28":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"38":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"12":{"tf":1.0},"43":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"43":{"tf":1.0},"53":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":8,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"33":{"tf":1.0},"53":{"tf":1.4142135623730951},"55":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"21":{"tf":1.0},"23":{"tf":1.0},"55":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"15":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"42":{"tf":1.0},"53":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"17":{"tf":1.0},"58":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":4,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"x":{"df":2,"docs":{"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":3,"docs":{"31":{"tf":1.0},"32":{"tf":1.0},"49":{"tf":1.0}}}}}}}},"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"[":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"12":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"a":{"df":9,"docs":{"0":{"tf":2.449489742783178},"22":{"tf":1.0},"25":{"tf":1.4142135623730951},"26":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.7320508075688772},"9":{"tf":1.0}},"t":{"a":{"df":14,"docs":{"0":{"tf":2.23606797749979},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"25":{"tf":1.0},"3":{"tf":1.4142135623730951},"4":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":2,"docs":{"12":{"tf":1.0},"4":{"tf":1.0}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":3,"docs":{"37":{"tf":1.0},"41":{"tf":1.0},"8":{"tf":1.0}},"g":{"df":2,"docs":{"11":{"tf":1.0},"54":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"12":{"tf":1.0},"17":{"tf":1.0}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"r":{"df":8,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"3":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"42":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":5,"docs":{"21":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"17":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"20":{"tf":1.0},"21":{"tf":1.0},"55":{"tf":1.0}}}}}}},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"28":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"34":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"a":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":9,"docs":{"16":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"53":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"41":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":13,"docs":{"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"27":{"tf":1.0},"32":{"tf":2.0},"35":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"53":{"tf":1.0},"58":{"tf":1.4142135623730951},"6":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"45":{"tf":1.0},"50":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":6,"docs":{"16":{"tf":1.0},"18":{"tf":1.4142135623730951},"3":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"13":{"tf":1.0},"30":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"11":{"tf":1.0},"8":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":6,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.4142135623730951}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"14":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"57":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"37":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"38":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"54":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":3,"docs":{"0":{"tf":1.7320508075688772},"48":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"41":{"tf":1.0},"42":{"tf":1.0}},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"31":{"tf":1.0}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"22":{"tf":1.0},"30":{"tf":1.0},"53":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"\'":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"32":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.7320508075688772}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"26":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"[":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}},"df":9,"docs":{"12":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0}},"n":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"p":{"/":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"30":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"l":{"df":6,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.0},"45":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":12,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":3,"docs":{"12":{"tf":1.0},"51":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"50":{"tf":1.7320508075688772},"51":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}},"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":9,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"7":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"12":{"tf":1.0}}}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"13":{"tf":1.0},"16":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"41":{"tf":1.0}}}}},"s":{"df":1,"docs":{"38":{"tf":1.0}},"i":{"df":1,"docs":{"17":{"tf":1.0}}}}},"df":2,"docs":{"12":{"tf":1.0},"4":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"3":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":7,"docs":{"0":{"tf":1.0},"21":{"tf":1.0},"26":{"tf":1.0},"41":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"d":{"df":4,"docs":{"16":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"10":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"15":{"tf":1.0},"3":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":6,"docs":{"10":{"tf":1.4142135623730951},"17":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":6,"docs":{"28":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.4142135623730951},"48":{"tf":1.0},"58":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":20,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"3":{"tf":1.4142135623730951},"35":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.7320508075688772},"53":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"56":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"—":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"r":{"(":{"\\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"50":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"46":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"2":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"a":{"df":0,"docs":{},"l":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":8,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"47":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":3,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0}}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":6,"docs":{"15":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"4":{"tf":1.4142135623730951},"40":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"r":{"df":7,"docs":{"0":{"tf":1.4142135623730951},"17":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"55":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":6,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":3,"docs":{"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":38,"docs":{"1":{"tf":1.0},"12":{"tf":2.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"30":{"tf":1.7320508075688772},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951},"41":{"tf":1.0},"43":{"tf":2.23606797749979},"45":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.4142135623730951},"50":{"tf":2.0},"51":{"tf":1.7320508075688772},"52":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.7320508075688772},"7":{"tf":1.7320508075688772},"9":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"55":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}},"s":{"df":2,"docs":{"41":{"tf":1.0},"45":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"—":{"a":{"d":{"df":0,"docs":{},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"20":{"tf":1.0},"21":{"tf":1.0},"55":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":5,"docs":{"13":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"16":{"tf":1.0}}}}}}},"}":{"\\"":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"51":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"f":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"15":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"12":{"tf":1.0},"45":{"tf":1.0},"57":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":8,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.7320508075688772},"47":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}},"k":{"df":0,"docs":{},"e":{"df":2,"docs":{"28":{"tf":1.0},"32":{"tf":1.0}}}},"l":{"df":0,"docs":{},"s":{"df":3,"docs":{"10":{"tf":1.0},"41":{"tf":1.0},"57":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}}}},"q":{"df":1,"docs":{"57":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"17":{"tf":1.0},"32":{"tf":1.0},"45":{"tf":1.0},"52":{"tf":1.0},"7":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"22":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"32":{"tf":1.0},"47":{"tf":1.0}}},"df":0,"docs":{}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":1,"docs":{"31":{"tf":1.0}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"22":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"57":{"tf":1.0}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"17":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"41":{"tf":1.0},"8":{"tf":1.0}},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"57":{"tf":1.0}}}}}}}}}},"t":{"df":6,"docs":{"15":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"49":{"tf":1.0}}},"x":{"df":2,"docs":{"7":{"tf":1.0},"8":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"35":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0}}},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"56":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":4,"docs":{"13":{"tf":1.0},"24":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"53":{"tf":1.0},"55":{"tf":1.0}}}}}}},"n":{"df":6,"docs":{"10":{"tf":1.0},"50":{"tf":2.449489742783178},"51":{"tf":2.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"o":{"c":{"df":0,"docs":{},"u":{"df":2,"docs":{"6":{"tf":1.0},"7":{"tf":1.0}},"s":{"df":3,"docs":{"0":{"tf":1.0},"15":{"tf":1.0},"41":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"35":{"tf":1.0},"4":{"tf":1.4142135623730951},"5":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"t":{"!":{"(":{"\\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"4":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"2":{"tf":1.0},"21":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"45":{"tf":1.0},"46":{"tf":1.0}}}}}}}}}}},"df":17,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.4142135623730951},"2":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.4142135623730951},"4":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.4142135623730951},"55":{"tf":1.0},"6":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}},"’":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"3":{"tf":1.0},"32":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"8":{"tf":1.0}}}}}}},"d":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"g":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"3":{"tf":1.0},"56":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"40":{"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":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"45":{"tf":1.0},"50":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":8,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0}}}}},"t":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}},"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":1,"docs":{"1":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"58":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"17":{"tf":1.0},"22":{"tf":1.0}}}},"df":0,"docs":{},"o":{"d":{"df":5,"docs":{"10":{"tf":1.0},"38":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"17":{"tf":1.0},"22":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":1,"docs":{"52":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"14":{"tf":1.0},"43":{"tf":1.0},"54":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"1":{"tf":1.0},"14":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"30":{"tf":1.0}}}},"n":{"d":{"df":1,"docs":{"12":{"tf":1.0}},"l":{"df":2,"docs":{"0":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"r":{"d":{"df":1,"docs":{"8":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"24":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"17":{"tf":1.0},"4":{"tf":1.0},"9":{"tf":1.4142135623730951}},"i":{"df":2,"docs":{"20":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"0":{"tf":1.0},"51":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":9,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"29":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"39":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"53":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"i":{"[":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"20":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"a":{"df":9,"docs":{"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"14":{"tf":1.0}},"i":{"df":1,"docs":{"42":{"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":3,"docs":{"23":{"tf":1.0},"27":{"tf":1.0},"49":{"tf":1.0}}}}}}}},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.4142135623730951}}}},"l":{"df":2,"docs":{"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0}}}}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":4,"docs":{"0":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":8,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"40":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"\\"":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"c":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"3":{"tf":1.0},"4":{"tf":1.4142135623730951},"58":{"tf":1.0},"6":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"12":{"tf":1.0},"21":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":3,"docs":{"20":{"tf":1.4142135623730951},"45":{"tf":1.0},"50":{"tf":1.4142135623730951}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"45":{"tf":1.0},"50":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"df":2,"docs":{"38":{"tf":1.0},"41":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"56":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"56":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":4,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"3":{"tf":1.0},"53":{"tf":1.0}}}},"n":{"d":{"df":4,"docs":{"17":{"tf":1.0},"43":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"55":{"tf":1.0},"6":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"27":{"tf":1.0},"30":{"tf":1.0}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.4142135623730951},"28":{"tf":1.0},"3":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":3,"docs":{"28":{"tf":1.0},"53":{"tf":1.0},"9":{"tf":2.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"5":{"tf":1.0}}}}}},"v":{"df":3,"docs":{"31":{"tf":1.0},"56":{"tf":1.0},"7":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"8":{"tf":1.0}},"t":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":2,"docs":{"41":{"tf":1.0},"50":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.0},"37":{"tf":1.0}}}},"’":{"df":1,"docs":{"0":{"tf":1.0}}}},"v":{"df":1,"docs":{"54":{"tf":1.0}}}},"j":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"g":{"df":4,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}}},"k":{"8":{"df":6,"docs":{"16":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"57":{"tf":1.0}},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"58":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":17,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.7320508075688772},"22":{"tf":1.4142135623730951},"26":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951}}}},"y":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}},"n":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"55":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"28":{"tf":1.0}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"13":{"tf":1.0},"7":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"31":{"tf":1.0},"43":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"28":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"21":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"37":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"25":{"tf":1.0},"4":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"15":{"tf":1.0},"21":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"12":{"tf":1.0},"43":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":12,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":2,"docs":{"12":{"tf":1.0},"34":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"20":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":18,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"3":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"9":{"tf":1.0}}}}},"o":{"a":{"d":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"58":{"tf":1.0}}}}}}}},"df":11,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"35":{"tf":1.4142135623730951},"37":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.0}}},"t":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":3,"docs":{"50":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}},"i":{"c":{"df":2,"docs":{"49":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{}},"s":{"/":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":5,"docs":{"10":{"tf":1.0},"17":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"39":{"tf":1.0},"7":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"30":{"tf":1.0},"57":{"tf":1.0}}},"p":{"df":3,"docs":{"22":{"tf":1.0},"37":{"tf":1.0},"6":{"tf":1.0}}},"s":{"df":1,"docs":{"15":{"tf":1.0}}}},"w":{"df":1,"docs":{"29":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"r":{"df":2,"docs":{"12":{"tf":1.0},"4":{"tf":1.0}}},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"10":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"38":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"10":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"13":{"tf":1.0},"42":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":7,"docs":{"13":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"53":{"tf":1.0},"8":{"tf":1.0}}}},"n":{"df":0,"docs":{},"i":{"df":6,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0}}}},"p":{"df":3,"docs":{"16":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0}}},"t":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"49":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"54":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"17":{"tf":1.0},"39":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}},"y":{"b":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":8,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"43":{"tf":1.0},"57":{"tf":1.0}}}}},"t":{"df":1,"docs":{"21":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"2":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"41":{"tf":1.0},"58":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"c":{"df":5,"docs":{"12":{"tf":1.0},"31":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"22":{"tf":1.0},"24":{"tf":1.0},"37":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"10":{"tf":1.4142135623730951},"55":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"56":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":4,"docs":{"41":{"tf":1.0},"45":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}}}},"x":{"df":2,"docs":{"56":{"tf":1.0},"8":{"tf":1.0}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"30":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":8,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"29":{"tf":1.0},"43":{"tf":1.7320508075688772},"53":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"34":{"tf":1.0}}}},"df":1,"docs":{"45":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"52":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"13":{"tf":1.0},"22":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":8,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"38":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"22":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"45":{"tf":1.0},"50":{"tf":1.0}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"df":2,"docs":{"29":{"tf":1.0},"9":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":8,"docs":{"21":{"tf":1.0},"3":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.0},"57":{"tf":1.4142135623730951},"8":{"tf":1.0}},"—":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"g":{"df":2,"docs":{"30":{"tf":1.0},"41":{"tf":1.0}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":12,"docs":{"0":{"tf":1.7320508075688772},"15":{"tf":1.0},"17":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"4":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}}},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":5,"docs":{"27":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"47":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":24,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"12":{"tf":1.4142135623730951},"15":{"tf":1.7320508075688772},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"2":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.4142135623730951},"32":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.7320508075688772},"43":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.4142135623730951},"56":{"tf":1.0},"58":{"tf":1.7320508075688772},"7":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":2,"docs":{"22":{"tf":1.0},"8":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"df":7,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.7320508075688772},"32":{"tf":1.0},"41":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"21":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"[":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":17,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"22":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"12":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"53":{"tf":1.0},"55":{"tf":1.0}}}}}},"k":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"\\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":1,"docs":{"50":{"tf":1.0}}},"n":{"c":{"df":3,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0}}},"df":5,"docs":{"15":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"40":{"tf":1.0},"48":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"39":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"0":{"tf":1.0},"17":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772},"57":{"tf":1.0}}}},"t":{"df":2,"docs":{"21":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"12":{"tf":1.0},"26":{"tf":1.0},"47":{"tf":1.0}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":9,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.4142135623730951},"58":{"tf":1.0},"6":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"21":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":1.0}}}}}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"29":{"tf":1.0}}}}},"df":1,"docs":{"28":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":8,"docs":{"12":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"3":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}}},"p":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"12":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"28":{"tf":1.0}}},"k":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"16":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":3,"docs":{"1":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"33":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.0},"7":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"30":{"tf":1.0}}}}}}}},"df":0,"docs":{},"t":{"df":4,"docs":{"14":{"tf":1.0},"2":{"tf":1.0},"42":{"tf":1.0},"54":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":5,"docs":{"0":{"tf":1.0},"19":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"35":{"tf":1.0},"41":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":1,"docs":{"12":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"19":{"tf":1.0},"25":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":3,"docs":{"15":{"tf":1.0},"21":{"tf":2.0},"22":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"28":{"tf":1.0}}}},"r":{"df":5,"docs":{"21":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":1.0},"33":{"tf":1.0},"7":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":3,"docs":{"0":{"tf":1.0},"4":{"tf":1.0},"58":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"29":{"tf":1.4142135623730951},"34":{"tf":2.8284271247461903}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"33":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"15":{"tf":1.0},"16":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}},"l":{"a":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":17,"docs":{"1":{"tf":1.0},"12":{"tf":2.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"20":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":2.0},"36":{"tf":1.4142135623730951},"4":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"41":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"u":{"df":2,"docs":{"25":{"tf":1.0},"26":{"tf":1.0}},"g":{"df":1,"docs":{"49":{"tf":1.0}},"g":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"13":{"tf":1.0},"18":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"d":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"3":{"tf":1.0}}}},"df":0,"docs":{}},"df":3,"docs":{"38":{"tf":1.0},"41":{"tf":1.0},"56":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"31":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"14":{"tf":1.0},"22":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"9":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"15":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"35":{"tf":1.4142135623730951},"41":{"tf":2.0},"43":{"tf":1.0},"45":{"tf":1.0}}}}}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"26":{"tf":1.0},"41":{"tf":1.0}}}},"t":{"df":3,"docs":{"22":{"tf":1.0},"48":{"tf":1.0},"56":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"35":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"11":{"tf":1.0},"5":{"tf":1.0}}}}}},"df":0,"docs":{}}},"o":{"b":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":7,"docs":{"17":{"tf":1.0},"21":{"tf":1.0},"40":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":5,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"58":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":6,"docs":{"0":{"tf":1.0},"20":{"tf":1.0},"32":{"tf":1.0},"47":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":1.0}},"t":{"df":4,"docs":{"10":{"tf":1.0},"27":{"tf":1.0},"58":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":8,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.4142135623730951},"3":{"tf":1.0},"43":{"tf":1.0},"56":{"tf":1.0},"9":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":9,"docs":{"0":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"21":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"10":{"tf":1.0},"50":{"tf":1.0}},"r":{"df":1,"docs":{"41":{"tf":1.0}}}},"i":{"d":{"df":4,"docs":{"32":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":4,"docs":{"12":{"tf":1.4142135623730951},"4":{"tf":1.0},"40":{"tf":1.0},"58":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"40":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"b":{"df":2,"docs":{"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"58":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"57":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"18":{"tf":1.0},"3":{"tf":1.0}}}}}}}},"q":{"a":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}}}}}},"r":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"12":{"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":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"33":{"tf":1.4142135623730951},"8":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"df":12,"docs":{"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"12":{"tf":1.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"50":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"l":{"df":3,"docs":{"40":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0}},"e":{"df":0,"docs":{},"—":{"a":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":13,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"26":{"tf":1.0},"32":{"tf":1.4142135623730951},"35":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772},"47":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.4142135623730951}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":4,"docs":{"0":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"49":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"1":{"tf":1.0},"3":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"47":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"19":{"tf":1.0},"57":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":3,"docs":{"13":{"tf":1.0},"21":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"42":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"35":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}},"x":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}},"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"22":{"tf":1.0},"47":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"20":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"43":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":4,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":4,"docs":{"19":{"tf":1.0},"3":{"tf":1.0},"40":{"tf":1.0},"57":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":7,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"26":{"tf":1.0},"30":{"tf":1.0},"57":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"12":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":4,"docs":{"16":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":8,"docs":{"12":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"26":{"tf":1.4142135623730951},"34":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":5,"docs":{"22":{"tf":1.0},"35":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"58":{"tf":1.0},"9":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":5,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"15":{"tf":1.4142135623730951},"21":{"tf":1.0},"46":{"tf":1.0},"53":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":3,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"57":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"10":{"tf":1.0},"57":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":8,"docs":{"0":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}},"p":{"c":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"45":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.7320508075688772},"51":{"tf":1.4142135623730951}}}}}}}}},"df":23,"docs":{"1":{"tf":1.0},"10":{"tf":1.7320508075688772},"12":{"tf":2.0},"13":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.7320508075688772},"20":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":1.7320508075688772},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.7320508075688772},"39":{"tf":1.0},"4":{"tf":1.7320508075688772},"41":{"tf":1.0},"43":{"tf":2.0},"51":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.7320508075688772},"57":{"tf":1.4142135623730951},"58":{"tf":2.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":3,"docs":{"29":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.4142135623730951}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":22,"docs":{"12":{"tf":1.0},"13":{"tf":1.4142135623730951},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.4142135623730951},"53":{"tf":1.7320508075688772},"56":{"tf":1.7320508075688772},"57":{"tf":1.7320508075688772},"58":{"tf":1.7320508075688772}},"’":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"40":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":6,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"33":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"40":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"48":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":5,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"35":{"tf":1.4142135623730951},"53":{"tf":1.0},"57":{"tf":1.4142135623730951}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"0":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"41":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"2":{"df":3,"docs":{"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"3":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":30,"docs":{"1":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":2.23606797749979},"16":{"tf":1.7320508075688772},"17":{"tf":1.7320508075688772},"18":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":2.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"27":{"tf":1.0},"34":{"tf":1.7320508075688772},"35":{"tf":1.7320508075688772},"36":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":2.23606797749979},"52":{"tf":1.4142135623730951},"53":{"tf":2.23606797749979},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"57":{"tf":1.7320508075688772},"58":{"tf":2.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"29":{"tf":1.0},"39":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"41":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"22":{"tf":1.0},"29":{"tf":1.0},"7":{"tf":2.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"d":{"df":8,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}}},"df":4,"docs":{"17":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"26":{"tf":1.0},"35":{"tf":1.0}}}},"df":0,"docs":{}},"f":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":3,"docs":{"21":{"tf":1.0},"50":{"tf":1.7320508075688772},"51":{"tf":1.7320508075688772}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"8":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"31":{"tf":1.0}}},"v":{"df":1,"docs":{"53":{"tf":1.0}},"i":{"c":{"df":5,"docs":{"0":{"tf":1.0},"38":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":8,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"24":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"42":{"tf":1.0},"55":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"16":{"tf":1.0},"38":{"tf":1.0},"56":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":18,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":7,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"0":{"tf":1.0},"10":{"tf":1.4142135623730951},"57":{"tf":1.0}}}},"w":{"df":4,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"27":{"tf":1.0},"49":{"tf":1.0}}}}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":13,"docs":{"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.7320508075688772},"4":{"tf":1.0},"41":{"tf":1.7320508075688772},"47":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"9":{"tf":1.7320508075688772}},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"41":{"tf":1.0}}},"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":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"24":{"tf":1.0},"50":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"28":{"tf":1.0},"32":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":3,"docs":{"12":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0}}}}},"t":{"df":1,"docs":{"15":{"tf":1.0}}},"z":{"df":0,"docs":{},"e":{"df":1,"docs":{"9":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}},"w":{"df":4,"docs":{"28":{"tf":1.0},"41":{"tf":1.0},"56":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"56":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"17":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":5,"docs":{"21":{"tf":1.0},"24":{"tf":1.0},"52":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"46":{"tf":1.0},"51":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"3":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":1,"docs":{"58":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":6,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"26":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0},"55":{"tf":1.0}},"i":{"df":1,"docs":{"17":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":3,"docs":{"22":{"tf":1.0},"36":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"t":{"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"38":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"34":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"56":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"22":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"df":0,"docs":{}},"_":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"46":{"tf":1.0},"51":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":14,"docs":{"12":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.7320508075688772},"43":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"7":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"12":{"tf":1.0},"22":{"tf":1.0},"29":{"tf":1.0},"9":{"tf":1.7320508075688772}}},"i":{"c":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}},"y":{"df":5,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"31":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":1.0}}}},"d":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{":":{":":{"a":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"50":{"tf":1.0}}},"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":{},"p":{"df":2,"docs":{"21":{"tf":1.0},"41":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"28":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"57":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":3,"docs":{"12":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0}}}},"r":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"25":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"b":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"55":{"tf":1.4142135623730951}}}}}},"u":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"24":{"tf":1.0},"28":{"tf":1.4142135623730951},"30":{"tf":1.0}}}},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"6":{"tf":1.0}}}}},"df":7,"docs":{"0":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"30":{"tf":1.4142135623730951},"58":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"0":{"tf":1.0},"58":{"tf":1.0}}}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"39":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"54":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"13":{"tf":1.0},"22":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"56":{"tf":1.0}}}}}}},"n":{"c":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"27":{"tf":1.0},"28":{"tf":1.0},"32":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":8,"docs":{"20":{"tf":1.4142135623730951},"26":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}}}}}}}},"t":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"7":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":4,"docs":{"17":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"43":{"tf":1.0}}}}},"d":{"df":3,"docs":{"20":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":3,"docs":{"22":{"tf":1.0},"3":{"tf":1.4142135623730951},"55":{"tf":1.0}}},"r":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"21":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":27,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.0},"11":{"tf":1.0},"15":{"tf":2.0},"16":{"tf":1.7320508075688772},"17":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.7320508075688772},"30":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.4142135623730951},"52":{"tf":1.0},"53":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"47":{"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":{"46":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"{":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"51":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"7":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"13":{"tf":1.0},"35":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"e":{"df":13,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.4142135623730951},"31":{"tf":1.7320508075688772},"37":{"tf":1.0},"41":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":1.7320508075688772}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}}},"r":{"df":1,"docs":{"28":{"tf":1.4142135623730951}}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"15":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"41":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"31":{"tf":1.0},"33":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":23,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"33":{"tf":1.7320508075688772},"35":{"tf":1.0},"4":{"tf":1.7320508075688772},"43":{"tf":1.7320508075688772},"48":{"tf":1.0},"50":{"tf":1.4142135623730951},"53":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"8":{"tf":1.0}},"y":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"g":{"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":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"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":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"15":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0}}},"k":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":16,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"26":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"3":{"tf":1.0},"4":{"tf":1.7320508075688772},"40":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"58":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"49":{"tf":1.0},"55":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":16,"docs":{"0":{"tf":1.7320508075688772},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"21":{"tf":1.0},"24":{"tf":1.7320508075688772},"25":{"tf":1.7320508075688772},"26":{"tf":1.0},"34":{"tf":1.0},"40":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"5":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"16":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"41":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"19":{"tf":1.0},"30":{"tf":1.0},"58":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"29":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":3,"docs":{"22":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"36":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":1,"docs":{"24":{"tf":1.0}}}},"x":{"df":1,"docs":{"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"36":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"28":{"tf":1.0},"3":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"51":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":2,"docs":{"4":{"tf":1.0},"53":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"17":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"16":{"tf":1.0}}}},"df":20,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.4142135623730951},"29":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":1.0},"50":{"tf":2.23606797749979},"51":{"tf":1.7320508075688772},"53":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"19":{"tf":1.0},"55":{"tf":1.0},"9":{"tf":1.7320508075688772}}}},"i":{"df":0,"docs":{},"z":{"df":2,"docs":{"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":17,"docs":{"0":{"tf":2.0},"13":{"tf":1.0},"17":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"31":{"tf":1.0},"33":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"55":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":2.0}}},"df":0,"docs":{}},"u":{"df":1,"docs":{"30":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"33":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"!":{"[":{"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":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"10":{"tf":1.0},"57":{"tf":1.0}},"f":{"df":2,"docs":{"13":{"tf":1.0},"32":{"tf":1.0}},"i":{"df":7,"docs":{"0":{"tf":1.0},"20":{"tf":1.0},"28":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"16":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"[":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"12":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"58":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":2.0}},"e":{"df":0,"docs":{},"t":{"df":13,"docs":{"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"29":{"tf":1.0}}}},"y":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":1,"docs":{"12":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"21":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"55":{"tf":1.0},"58":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"56":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":8,"docs":{"10":{"tf":1.0},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"20":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":4,"docs":{"38":{"tf":1.0},"45":{"tf":1.0},"52":{"tf":1.0},"56":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"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":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"5":{"df":1,"docs":{"10":{"tf":1.0}}},"6":{"0":{"df":2,"docs":{"10":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"0":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"0":{"tf":1.0},"31":{"tf":1.0},"9":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"32":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":3,"docs":{"3":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"53":{"tf":1.7320508075688772}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":36,"docs":{"1":{"tf":1.0},"12":{"tf":2.23606797749979},"13":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.7320508075688772},"18":{"tf":1.4142135623730951},"19":{"tf":2.0},"20":{"tf":2.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.7320508075688772},"26":{"tf":1.4142135623730951},"27":{"tf":1.0},"28":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"30":{"tf":1.0},"35":{"tf":1.7320508075688772},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":2.23606797749979},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.4142135623730951},"50":{"tf":2.23606797749979},"51":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.7320508075688772},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":2.0}},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"d":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"5":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"e":{"df":1,"docs":{"57":{"tf":1.0}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"29":{"tf":1.0}}}}}}}},"breadcrumbs":{"root":{"0":{"df":1,"docs":{"10":{"tf":1.0}}},"1":{"0":{"df":1,"docs":{"10":{"tf":1.0}}},"df":5,"docs":{"10":{"tf":1.0},"34":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}},"–":{"3":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}},"2":{"df":4,"docs":{"24":{"tf":1.4142135623730951},"34":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"3":{"0":{"df":1,"docs":{"7":{"tf":1.0}}},"df":1,"docs":{"34":{"tf":1.0}}},"4":{"df":1,"docs":{"34":{"tf":1.0}},"–":{"5":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}},"5":{"df":1,"docs":{"7":{"tf":1.0}}},"6":{"0":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{},"–":{"7":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"a":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"58":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"43":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0}}}},"v":{"df":10,"docs":{"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"50":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"19":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"53":{"tf":1.0}}}}},"d":{"df":4,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"df":6,"docs":{"43":{"tf":1.0},"45":{"tf":1.7320508075688772},"46":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"49":{"tf":1.0}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"23":{"tf":1.0},"41":{"tf":1.0},"55":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":8,"docs":{"27":{"tf":1.7320508075688772},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"30":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"46":{"tf":1.0}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"56":{"tf":1.0}}}}}}}}}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":4,"docs":{"17":{"tf":1.0},"21":{"tf":1.4142135623730951},"35":{"tf":1.0},"57":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":6,"docs":{"10":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}}}}},"df":1,"docs":{"22":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"10":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.7320508075688772}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":5,"docs":{"54":{"tf":1.7320508075688772},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"20":{"tf":1.0}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"2":{"tf":1.0},"33":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"4":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"41":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":8,"docs":{"27":{"tf":1.7320508075688772},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"15":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":13,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.4142135623730951},"33":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}}},"t":{"df":2,"docs":{"16":{"tf":1.0},"41":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"0":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{":":{":":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":3,"docs":{"45":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"43":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":6,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"17":{"tf":1.7320508075688772},"35":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":17,"docs":{"0":{"tf":1.7320508075688772},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"35":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.7320508075688772},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"22":{"tf":1.0},"41":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"df":0,"docs":{}}}}},"b":{"(":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"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":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{}}}}},"d":{"df":4,"docs":{"10":{"tf":1.0},"30":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"38":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"22":{"tf":1.0},"36":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"26":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0}}}}}}}},"df":1,"docs":{"4":{"tf":1.0}},"e":{"c":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"22":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"56":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"40":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":10,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"30":{"tf":1.7320508075688772},"35":{"tf":1.0},"39":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"22":{"tf":1.7320508075688772},"37":{"tf":1.0}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":7,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"56":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"32":{"tf":1.0},"41":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"b":{"df":6,"docs":{"0":{"tf":1.7320508075688772},"17":{"tf":1.0},"19":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.4142135623730951},"9":{"tf":1.0}},"s":{"/":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":21,"docs":{"0":{"tf":1.0},"10":{"tf":2.23606797749979},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.4142135623730951},"31":{"tf":2.449489742783178},"32":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":2.0},"58":{"tf":1.4142135623730951},"7":{"tf":2.6457513110645907},"9":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"e":{"df":2,"docs":{"31":{"tf":1.0},"58":{"tf":1.0}},"e":{"d":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"0":{"tf":1.0},"1":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"18":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":1.0},"55":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"34":{"tf":1.0},"43":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"o":{"a":{"d":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"9":{"tf":1.0}}}}}}},"u":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":9,"docs":{"12":{"tf":1.0},"27":{"tf":1.0},"33":{"tf":1.0},"43":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":5,"docs":{"21":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.7320508075688772},"52":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"29":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"z":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"30":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}},"c":{"(":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}},"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":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"9":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"31":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"52":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"27":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"35":{"tf":1.0},"43":{"tf":1.0},"57":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"56":{"tf":1.0}}}}},"df":1,"docs":{"4":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"1":{"tf":1.0},"29":{"tf":1.0},"33":{"tf":1.0},"53":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"0":{"tf":1.0}}},"df":0,"docs":{}}}},"df":3,"docs":{"19":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0}}}}}},"o":{"df":11,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.7320508075688772},"55":{"tf":1.0},"56":{"tf":1.7320508075688772},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"8":{"tf":2.23606797749979}},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"43":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.7320508075688772}}}},"c":{"df":0,"docs":{},"k":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":19,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"28":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"41":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"41":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"22":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"17":{"tf":1.4142135623730951},"22":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"56":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}}}}},"i":{"df":6,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"7":{"tf":1.4142135623730951}},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"48":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"41":{"tf":1.0},"56":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":5,"docs":{"12":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0}},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"r":{"df":9,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"|":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":4,"docs":{"45":{"tf":1.0},"50":{"tf":1.7320508075688772},"51":{"tf":1.7320508075688772},"53":{"tf":1.0}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":12,"docs":{"1":{"tf":1.0},"13":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.4142135623730951},"4":{"tf":1.7320508075688772},"41":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0}},"—":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"43":{"tf":1.0}}}}}}}}}}}},"o":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"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":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"41":{"tf":1.0}}}}}}}}},"df":3,"docs":{"20":{"tf":1.0},"31":{"tf":1.0},"41":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"14":{"tf":1.0},"23":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"40":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"22":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"18":{"tf":1.0},"4":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"3":{"tf":1.0},"58":{"tf":1.4142135623730951}}},"s":{"df":12,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.4142135623730951},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"58":{"tf":1.0}}}}}}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":3,"docs":{"12":{"tf":1.7320508075688772},"2":{"tf":1.0},"35":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"8":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"20":{"tf":1.0},"55":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"4":{"tf":1.0},"43":{"tf":1.0},"51":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"3":{"tf":1.0},"57":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":4,"docs":{"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"r":{"df":9,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.4142135623730951},"55":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"df":5,"docs":{"26":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"51":{"tf":1.4142135623730951},"56":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":8,"docs":{"0":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.0},"58":{"tf":1.0},"7":{"tf":1.7320508075688772}}}}}},"i":{"d":{"df":1,"docs":{"45":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.0},"36":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"47":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"m":{"df":4,"docs":{"15":{"tf":1.0},"31":{"tf":1.0},"41":{"tf":1.4142135623730951},"53":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"38":{"tf":1.0},"58":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"1":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"17":{"tf":1.0},"18":{"tf":1.7320508075688772},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.7320508075688772},"55":{"tf":1.4142135623730951}}}},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"0":{"tf":1.7320508075688772},"43":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"20":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"42":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":8,"docs":{"19":{"tf":1.4142135623730951},"26":{"tf":1.0},"28":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"38":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"12":{"tf":1.0},"43":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"43":{"tf":1.0},"53":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":10,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.7320508075688772},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.7320508075688772},"33":{"tf":1.0},"53":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"21":{"tf":1.0},"23":{"tf":1.0},"55":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"15":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"42":{"tf":1.0},"53":{"tf":2.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"17":{"tf":1.0},"58":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":4,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"x":{"df":2,"docs":{"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":3,"docs":{"31":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"49":{"tf":1.0}}}}}}}},"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"[":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"12":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"a":{"df":9,"docs":{"0":{"tf":2.449489742783178},"22":{"tf":1.0},"25":{"tf":1.7320508075688772},"26":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.7320508075688772},"9":{"tf":1.0}},"t":{"a":{"df":14,"docs":{"0":{"tf":2.23606797749979},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"25":{"tf":1.0},"3":{"tf":1.4142135623730951},"4":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":2,"docs":{"12":{"tf":1.0},"4":{"tf":1.0}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":3,"docs":{"37":{"tf":1.0},"41":{"tf":1.0},"8":{"tf":1.0}},"g":{"df":2,"docs":{"11":{"tf":1.0},"54":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"12":{"tf":1.0},"17":{"tf":1.0}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"r":{"df":8,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"3":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"42":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":5,"docs":{"21":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"17":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"20":{"tf":1.0},"21":{"tf":1.0},"55":{"tf":1.0}}}}}}},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"28":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"34":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"a":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":9,"docs":{"16":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"53":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"41":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":13,"docs":{"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"27":{"tf":1.0},"32":{"tf":2.449489742783178},"35":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"53":{"tf":1.0},"58":{"tf":1.4142135623730951},"6":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"45":{"tf":1.0},"50":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":6,"docs":{"16":{"tf":1.0},"18":{"tf":1.4142135623730951},"3":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"13":{"tf":1.7320508075688772},"30":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"11":{"tf":1.0},"8":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":16,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.7320508075688772},"43":{"tf":2.23606797749979},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"14":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"57":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"37":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"38":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"54":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":3,"docs":{"0":{"tf":1.7320508075688772},"48":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"41":{"tf":1.0},"42":{"tf":1.0}},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"31":{"tf":1.0}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"38":{"tf":1.4142135623730951},"4":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"22":{"tf":1.0},"30":{"tf":1.0},"53":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"\'":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"32":{"tf":1.7320508075688772}},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":2.0}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"26":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"[":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}},"df":9,"docs":{"12":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0}},"n":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"p":{"/":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"30":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"l":{"df":6,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.0},"45":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.7320508075688772}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":12,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":3,"docs":{"12":{"tf":1.0},"51":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"50":{"tf":1.7320508075688772},"51":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}},"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":9,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"7":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"12":{"tf":1.0}}}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"13":{"tf":1.0},"16":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"41":{"tf":1.0}}}}},"s":{"df":1,"docs":{"38":{"tf":1.0}},"i":{"df":1,"docs":{"17":{"tf":1.0}}}}},"df":2,"docs":{"12":{"tf":1.0},"4":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"3":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":7,"docs":{"0":{"tf":1.0},"21":{"tf":1.0},"26":{"tf":1.0},"41":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"d":{"df":4,"docs":{"16":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"10":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"15":{"tf":1.0},"3":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":6,"docs":{"10":{"tf":1.4142135623730951},"17":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":6,"docs":{"28":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.4142135623730951},"48":{"tf":1.0},"58":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":20,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"3":{"tf":1.4142135623730951},"35":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.7320508075688772},"53":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"56":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"—":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"r":{"(":{"\\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"50":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"46":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"2":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"a":{"df":0,"docs":{},"l":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":8,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"47":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":3,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0}}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":19,"docs":{"15":{"tf":1.0},"23":{"tf":1.7320508075688772},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.7320508075688772},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"49":{"tf":1.7320508075688772},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"4":{"tf":1.4142135623730951},"40":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"r":{"df":7,"docs":{"0":{"tf":1.4142135623730951},"17":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"55":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":6,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":3,"docs":{"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":39,"docs":{"1":{"tf":1.0},"12":{"tf":2.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":2.0},"19":{"tf":1.0},"20":{"tf":2.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"30":{"tf":1.7320508075688772},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"40":{"tf":1.7320508075688772},"41":{"tf":1.0},"43":{"tf":2.23606797749979},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"49":{"tf":2.0},"50":{"tf":2.23606797749979},"51":{"tf":2.23606797749979},"52":{"tf":1.4142135623730951},"53":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.7320508075688772},"7":{"tf":1.7320508075688772},"9":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"55":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}},"s":{"df":2,"docs":{"41":{"tf":1.0},"45":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"—":{"a":{"d":{"df":0,"docs":{},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"20":{"tf":1.0},"21":{"tf":1.0},"55":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":8,"docs":{"13":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.7320508075688772},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.4142135623730951}}},"df":0,"docs":{},"s":{"df":1,"docs":{"16":{"tf":1.0}}}}}}},"}":{"\\"":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"51":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"f":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"15":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"12":{"tf":1.0},"45":{"tf":1.0},"57":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":8,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.7320508075688772},"47":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}},"k":{"df":0,"docs":{},"e":{"df":2,"docs":{"28":{"tf":1.0},"32":{"tf":1.0}}}},"l":{"df":0,"docs":{},"s":{"df":3,"docs":{"10":{"tf":1.0},"41":{"tf":1.0},"57":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}}}},"q":{"df":1,"docs":{"57":{"tf":1.7320508075688772}}},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"17":{"tf":1.0},"32":{"tf":1.0},"45":{"tf":1.0},"52":{"tf":1.0},"7":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"22":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"32":{"tf":1.0},"47":{"tf":1.0}}},"df":0,"docs":{}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":1,"docs":{"31":{"tf":1.0}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"22":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"57":{"tf":1.0}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"17":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"41":{"tf":1.0},"8":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"57":{"tf":1.0}}}}}}}}}},"t":{"df":6,"docs":{"15":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"49":{"tf":1.0}}},"x":{"df":2,"docs":{"7":{"tf":1.0},"8":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"35":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0}}},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"56":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":4,"docs":{"13":{"tf":1.0},"24":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"53":{"tf":1.0},"55":{"tf":1.0}}}}}}},"n":{"df":6,"docs":{"10":{"tf":1.0},"50":{"tf":2.449489742783178},"51":{"tf":2.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"o":{"c":{"df":0,"docs":{},"u":{"df":2,"docs":{"6":{"tf":1.0},"7":{"tf":1.0}},"s":{"df":3,"docs":{"0":{"tf":1.0},"15":{"tf":1.0},"41":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"35":{"tf":1.0},"4":{"tf":1.4142135623730951},"5":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"t":{"!":{"(":{"\\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"4":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":13,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"2":{"tf":1.7320508075688772},"21":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"45":{"tf":1.0},"46":{"tf":1.0}}}}}}}}}}},"df":21,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.4142135623730951},"2":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.4142135623730951},"4":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.7320508075688772},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.4142135623730951},"55":{"tf":1.0},"6":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}},"’":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"3":{"tf":1.0},"32":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"8":{"tf":1.0}}}}}}},"d":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"g":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"3":{"tf":1.0},"56":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"40":{"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":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"45":{"tf":1.0},"50":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":8,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"33":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0}}}}},"t":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}},"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":1,"docs":{"1":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"58":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"17":{"tf":1.0},"22":{"tf":1.0}}}},"df":0,"docs":{},"o":{"d":{"df":5,"docs":{"10":{"tf":1.0},"38":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"17":{"tf":1.0},"22":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":1,"docs":{"52":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"14":{"tf":1.0},"43":{"tf":1.0},"54":{"tf":1.0}}},"df":0,"docs":{}}},"df":29,"docs":{"1":{"tf":1.0},"14":{"tf":1.7320508075688772},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"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}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"30":{"tf":1.0}}}},"n":{"d":{"df":1,"docs":{"12":{"tf":1.0}},"l":{"df":2,"docs":{"0":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"r":{"d":{"df":1,"docs":{"8":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"24":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"17":{"tf":1.0},"4":{"tf":1.0},"9":{"tf":1.7320508075688772}},"i":{"df":2,"docs":{"20":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.7320508075688772}}}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"0":{"tf":1.0},"51":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":9,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"29":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"39":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"53":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"i":{"[":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"20":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"a":{"df":9,"docs":{"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"i":{"df":28,"docs":{"14":{"tf":1.7320508075688772},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"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}},"i":{"df":12,"docs":{"42":{"tf":1.7320508075688772},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"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":3,"docs":{"23":{"tf":1.0},"27":{"tf":1.0},"49":{"tf":1.0}}}}}}}},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.7320508075688772}}}},"l":{"df":2,"docs":{"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0}}}}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":4,"docs":{"0":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":8,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"40":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"\\"":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"c":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"3":{"tf":1.0},"4":{"tf":1.4142135623730951},"58":{"tf":1.0},"6":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"12":{"tf":1.0},"21":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":3,"docs":{"20":{"tf":1.4142135623730951},"45":{"tf":1.0},"50":{"tf":1.4142135623730951}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"45":{"tf":1.0},"50":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"df":2,"docs":{"38":{"tf":1.0},"41":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"56":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"56":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":4,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"3":{"tf":1.0},"53":{"tf":1.0}}}},"n":{"d":{"df":4,"docs":{"17":{"tf":1.0},"43":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"55":{"tf":1.0},"6":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"27":{"tf":1.0},"30":{"tf":1.0}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.4142135623730951},"28":{"tf":1.0},"3":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":3,"docs":{"28":{"tf":1.0},"53":{"tf":1.7320508075688772},"9":{"tf":2.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"5":{"tf":1.0}}}}}},"v":{"df":3,"docs":{"31":{"tf":1.0},"56":{"tf":1.0},"7":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"8":{"tf":1.0}},"t":{"df":1,"docs":{"3":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":2,"docs":{"41":{"tf":1.0},"50":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.0},"37":{"tf":1.0}}}},"’":{"df":1,"docs":{"0":{"tf":1.0}}}},"v":{"df":5,"docs":{"54":{"tf":1.7320508075688772},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}}},"j":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"g":{"df":4,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}}},"k":{"8":{"df":6,"docs":{"16":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"57":{"tf":1.0}},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"58":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":17,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.7320508075688772},"22":{"tf":1.4142135623730951},"26":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951}}}},"y":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}},"n":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"55":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"39":{"tf":1.4142135623730951},"4":{"tf":1.0},"53":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"28":{"tf":1.0}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"13":{"tf":1.0},"7":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"31":{"tf":1.0},"43":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"28":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"21":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"37":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"25":{"tf":1.0},"4":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"15":{"tf":1.7320508075688772},"21":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"12":{"tf":1.0},"43":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":12,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.7320508075688772},"53":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":2,"docs":{"12":{"tf":1.7320508075688772},"34":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"20":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":18,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.7320508075688772},"3":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"9":{"tf":1.0}}}}},"o":{"a":{"d":{"df":1,"docs":{"29":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"58":{"tf":1.0}}}}}}}},"df":11,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"35":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"4":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.0}}},"t":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":3,"docs":{"50":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}},"i":{"c":{"df":2,"docs":{"49":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{}},"s":{"/":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":5,"docs":{"10":{"tf":1.0},"17":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"39":{"tf":1.0},"7":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"30":{"tf":1.0},"57":{"tf":1.0}}},"p":{"df":3,"docs":{"22":{"tf":1.0},"37":{"tf":1.0},"6":{"tf":1.0}}},"s":{"df":1,"docs":{"15":{"tf":1.0}}}},"w":{"df":1,"docs":{"29":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"r":{"df":2,"docs":{"12":{"tf":1.0},"4":{"tf":1.0}}},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"10":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"38":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"10":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"13":{"tf":1.0},"42":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":7,"docs":{"13":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"53":{"tf":1.0},"8":{"tf":1.0}}}},"n":{"df":0,"docs":{},"i":{"df":6,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0}}}},"p":{"df":3,"docs":{"16":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0}}},"t":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"49":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"54":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"17":{"tf":1.0},"39":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}},"y":{"b":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":8,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"43":{"tf":1.0},"57":{"tf":1.0}}}}},"t":{"df":1,"docs":{"21":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"2":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"41":{"tf":1.0},"58":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"c":{"df":5,"docs":{"12":{"tf":1.0},"31":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"22":{"tf":1.0},"24":{"tf":1.0},"37":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"10":{"tf":1.7320508075688772},"55":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"56":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":4,"docs":{"41":{"tf":1.0},"45":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}}}},"x":{"df":2,"docs":{"56":{"tf":1.0},"8":{"tf":1.0}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"30":{"tf":1.4142135623730951}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":8,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"29":{"tf":1.0},"43":{"tf":2.23606797749979},"53":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"34":{"tf":1.0}}}},"df":1,"docs":{"45":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"52":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"13":{"tf":1.0},"22":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":8,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.4142135623730951},"34":{"tf":1.7320508075688772},"38":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"22":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"45":{"tf":1.0},"50":{"tf":1.0}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"df":2,"docs":{"29":{"tf":1.0},"9":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":8,"docs":{"21":{"tf":1.0},"3":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.0},"57":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"g":{"df":2,"docs":{"30":{"tf":1.0},"41":{"tf":1.0}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":12,"docs":{"0":{"tf":1.7320508075688772},"15":{"tf":1.0},"17":{"tf":1.0},"28":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"4":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}}},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":8,"docs":{"27":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.7320508075688772},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"47":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":24,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"12":{"tf":1.4142135623730951},"15":{"tf":1.7320508075688772},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"2":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.4142135623730951},"32":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.7320508075688772},"43":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.4142135623730951},"56":{"tf":1.0},"58":{"tf":1.7320508075688772},"7":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":2,"docs":{"22":{"tf":1.0},"8":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"df":7,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.7320508075688772},"32":{"tf":1.0},"41":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"21":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"[":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":17,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"22":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"12":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"53":{"tf":1.0},"55":{"tf":1.0}}}}}},"k":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"\\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":1,"docs":{"50":{"tf":1.0}}},"n":{"c":{"df":3,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0}}},"df":5,"docs":{"15":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"40":{"tf":1.0},"48":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"39":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"0":{"tf":1.0},"17":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"41":{"tf":2.23606797749979},"57":{"tf":1.0}}}},"t":{"df":2,"docs":{"21":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"12":{"tf":1.0},"26":{"tf":1.0},"47":{"tf":1.0}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":9,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.4142135623730951},"58":{"tf":1.0},"6":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"21":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":1.0}}}}}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"29":{"tf":1.4142135623730951}}}}},"df":1,"docs":{"28":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":8,"docs":{"12":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"3":{"tf":1.0},"6":{"tf":1.4142135623730951},"9":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.7320508075688772}}}}}}}}}},"p":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"12":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"28":{"tf":1.0}}},"k":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"16":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":3,"docs":{"1":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"33":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.0},"7":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"30":{"tf":1.0}}}}}}}},"df":0,"docs":{},"t":{"df":57,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.7320508075688772},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.7320508075688772},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"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},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.7320508075688772},"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":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.7320508075688772},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":5,"docs":{"0":{"tf":1.0},"19":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"35":{"tf":1.0},"41":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":1,"docs":{"12":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"19":{"tf":1.0},"25":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":3,"docs":{"15":{"tf":1.0},"21":{"tf":2.449489742783178},"22":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"28":{"tf":1.0}}}},"r":{"df":5,"docs":{"21":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":1.0},"33":{"tf":1.0},"7":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":3,"docs":{"0":{"tf":1.0},"4":{"tf":1.0},"58":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"29":{"tf":1.4142135623730951},"34":{"tf":3.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":7,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"5":{"tf":1.7320508075688772},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"33":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"15":{"tf":1.0},"16":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"34":{"tf":1.4142135623730951}}}}}}}},"l":{"a":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":17,"docs":{"1":{"tf":1.0},"12":{"tf":2.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"20":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":2.0},"36":{"tf":1.4142135623730951},"4":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"41":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"u":{"df":2,"docs":{"25":{"tf":1.0},"26":{"tf":1.0}},"g":{"df":1,"docs":{"49":{"tf":1.0}},"g":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"13":{"tf":1.0},"18":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"d":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"3":{"tf":1.0}}}},"df":0,"docs":{}},"df":3,"docs":{"38":{"tf":1.0},"41":{"tf":1.0},"56":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"31":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"14":{"tf":1.0},"22":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"9":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"15":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"35":{"tf":1.4142135623730951},"41":{"tf":2.0},"43":{"tf":1.0},"45":{"tf":1.0}}}}}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"26":{"tf":1.0},"41":{"tf":1.0}}}},"t":{"df":3,"docs":{"22":{"tf":1.0},"48":{"tf":1.0},"56":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"35":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":2.0}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"11":{"tf":1.0},"5":{"tf":1.0}}}}}},"df":0,"docs":{}}},"o":{"b":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":7,"docs":{"17":{"tf":1.0},"21":{"tf":1.0},"40":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.4142135623730951},"52":{"tf":1.0},"53":{"tf":1.0}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":5,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"58":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":6,"docs":{"0":{"tf":1.0},"20":{"tf":1.0},"32":{"tf":1.0},"47":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":1.0}},"t":{"df":4,"docs":{"10":{"tf":1.0},"27":{"tf":1.0},"58":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":8,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.4142135623730951},"3":{"tf":1.0},"43":{"tf":1.0},"56":{"tf":1.0},"9":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":9,"docs":{"0":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"21":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":2.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"10":{"tf":1.0},"50":{"tf":1.0}},"r":{"df":1,"docs":{"41":{"tf":1.0}}}},"i":{"d":{"df":4,"docs":{"32":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":4,"docs":{"12":{"tf":1.4142135623730951},"4":{"tf":1.0},"40":{"tf":1.0},"58":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"40":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"b":{"df":2,"docs":{"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"58":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"57":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"18":{"tf":1.0},"3":{"tf":1.0}}}}}}}},"q":{"a":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}}}}}},"r":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"12":{"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":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"33":{"tf":1.4142135623730951},"8":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"df":12,"docs":{"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"12":{"tf":1.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"50":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"l":{"df":3,"docs":{"40":{"tf":1.0},"50":{"tf":1.7320508075688772},"51":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"—":{"a":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":13,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"26":{"tf":1.0},"32":{"tf":1.4142135623730951},"35":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772},"47":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.4142135623730951}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":4,"docs":{"0":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"49":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"1":{"tf":1.0},"3":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"47":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"19":{"tf":1.0},"57":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":3,"docs":{"13":{"tf":1.0},"21":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":13,"docs":{"42":{"tf":1.7320508075688772},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":2.0},"54":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"35":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}},"x":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}},"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"22":{"tf":1.0},"47":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"20":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"43":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":4,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":4,"docs":{"19":{"tf":1.0},"3":{"tf":1.0},"40":{"tf":1.0},"57":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":7,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"26":{"tf":1.0},"30":{"tf":1.0},"57":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"12":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":4,"docs":{"16":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":8,"docs":{"12":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"26":{"tf":1.4142135623730951},"34":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":5,"docs":{"22":{"tf":1.0},"35":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"58":{"tf":1.0},"9":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":5,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"15":{"tf":1.4142135623730951},"21":{"tf":1.0},"46":{"tf":1.0},"53":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":3,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"57":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"10":{"tf":1.0},"57":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":8,"docs":{"0":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}},"p":{"c":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"45":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.7320508075688772},"51":{"tf":1.4142135623730951}}}}}}}}},"df":23,"docs":{"1":{"tf":1.0},"10":{"tf":2.0},"12":{"tf":2.0},"13":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.7320508075688772},"20":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":2.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":2.23606797749979},"39":{"tf":1.0},"4":{"tf":1.7320508075688772},"41":{"tf":1.0},"43":{"tf":2.0},"51":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.7320508075688772},"57":{"tf":1.4142135623730951},"58":{"tf":2.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":3,"docs":{"29":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.4142135623730951}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":22,"docs":{"12":{"tf":1.0},"13":{"tf":1.4142135623730951},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.7320508075688772},"36":{"tf":2.0},"37":{"tf":1.7320508075688772},"38":{"tf":1.7320508075688772},"39":{"tf":1.7320508075688772},"4":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"43":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.7320508075688772},"53":{"tf":1.7320508075688772},"56":{"tf":1.7320508075688772},"57":{"tf":1.7320508075688772},"58":{"tf":1.7320508075688772}},"’":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"40":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":6,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"33":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"40":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"49":{"tf":1.7320508075688772},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"48":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":5,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"35":{"tf":1.4142135623730951},"53":{"tf":1.0},"57":{"tf":1.4142135623730951}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"0":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"41":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"2":{"df":3,"docs":{"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"3":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.7320508075688772}}}}}}}},"df":0,"docs":{}}}}},"df":30,"docs":{"1":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.7320508075688772},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":2.23606797749979},"16":{"tf":1.7320508075688772},"17":{"tf":2.23606797749979},"18":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":2.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"27":{"tf":1.0},"34":{"tf":2.0},"35":{"tf":2.23606797749979},"36":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":2.6457513110645907},"52":{"tf":1.4142135623730951},"53":{"tf":2.23606797749979},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":2.0},"57":{"tf":1.7320508075688772},"58":{"tf":2.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"29":{"tf":1.0},"39":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"41":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"22":{"tf":1.0},"29":{"tf":1.0},"7":{"tf":2.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"d":{"df":8,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}}},"df":4,"docs":{"17":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"26":{"tf":1.0},"35":{"tf":1.0}}}},"df":0,"docs":{}},"f":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":3,"docs":{"21":{"tf":1.0},"50":{"tf":1.7320508075688772},"51":{"tf":1.7320508075688772}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"8":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"31":{"tf":1.0}}},"v":{"df":1,"docs":{"53":{"tf":1.0}},"i":{"c":{"df":5,"docs":{"0":{"tf":1.0},"38":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":8,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"24":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"42":{"tf":1.0},"55":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"16":{"tf":1.0},"38":{"tf":1.0},"56":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":18,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":7,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.7320508075688772}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"0":{"tf":1.0},"10":{"tf":1.4142135623730951},"57":{"tf":1.0}}}},"w":{"df":4,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"27":{"tf":1.0},"49":{"tf":1.0}}}}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":13,"docs":{"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.7320508075688772},"4":{"tf":1.0},"41":{"tf":1.7320508075688772},"47":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"9":{"tf":2.0}},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"41":{"tf":1.0}}},"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":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"24":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"28":{"tf":1.4142135623730951},"32":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":3,"docs":{"12":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0}}}}},"t":{"df":1,"docs":{"15":{"tf":1.0}}},"z":{"df":0,"docs":{},"e":{"df":1,"docs":{"9":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}},"w":{"df":4,"docs":{"28":{"tf":1.0},"41":{"tf":1.0},"56":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"56":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"17":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":5,"docs":{"21":{"tf":1.0},"24":{"tf":1.0},"52":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"46":{"tf":1.0},"51":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"3":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":1,"docs":{"58":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":6,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"26":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0},"55":{"tf":1.0}},"i":{"df":1,"docs":{"17":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":3,"docs":{"22":{"tf":1.0},"36":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"t":{"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"38":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"34":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"56":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"22":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"df":0,"docs":{}},"_":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"46":{"tf":1.0},"51":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":14,"docs":{"12":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.7320508075688772},"43":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"7":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"12":{"tf":1.0},"22":{"tf":1.0},"29":{"tf":1.0},"9":{"tf":1.7320508075688772}}},"i":{"c":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}},"y":{"df":5,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"31":{"tf":1.0},"51":{"tf":1.4142135623730951},"57":{"tf":1.0}}}},"d":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{":":{":":{"a":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"50":{"tf":1.0}}},"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":{},"p":{"df":2,"docs":{"21":{"tf":1.0},"41":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"28":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"57":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":3,"docs":{"12":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0}}}},"r":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"25":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"b":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"55":{"tf":1.4142135623730951}}}}}},"u":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"24":{"tf":1.0},"28":{"tf":1.4142135623730951},"30":{"tf":1.0}}}},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"6":{"tf":1.0}}}}},"df":7,"docs":{"0":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"30":{"tf":1.4142135623730951},"58":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"0":{"tf":1.0},"58":{"tf":1.0}}}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"39":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"54":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"13":{"tf":1.0},"22":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"56":{"tf":1.0}}}}}}},"n":{"c":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"27":{"tf":1.0},"28":{"tf":1.4142135623730951},"32":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":8,"docs":{"20":{"tf":1.4142135623730951},"26":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}}}}}}}},"t":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"7":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":4,"docs":{"17":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.7320508075688772},"57":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"43":{"tf":1.0}}}}},"d":{"df":3,"docs":{"20":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":3,"docs":{"22":{"tf":1.0},"3":{"tf":1.4142135623730951},"55":{"tf":1.0}}},"r":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"21":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":29,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.4142135623730951},"15":{"tf":2.0},"16":{"tf":1.7320508075688772},"17":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.7320508075688772},"30":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":2.0},"52":{"tf":1.0},"53":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"6":{"tf":1.7320508075688772},"7":{"tf":1.4142135623730951},"8":{"tf":1.7320508075688772},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"47":{"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":{"46":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"{":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"51":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"7":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"13":{"tf":1.0},"35":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"e":{"df":13,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.4142135623730951},"31":{"tf":1.7320508075688772},"37":{"tf":1.0},"41":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":2.23606797749979}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}}},"r":{"df":1,"docs":{"28":{"tf":1.4142135623730951}}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"15":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"41":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"31":{"tf":1.0},"33":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":23,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"33":{"tf":2.0},"35":{"tf":1.0},"4":{"tf":1.7320508075688772},"43":{"tf":1.7320508075688772},"48":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"53":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"8":{"tf":1.0}},"y":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"g":{"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":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"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":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"15":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0}}},"k":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":16,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"26":{"tf":1.4142135623730951},"29":{"tf":1.7320508075688772},"3":{"tf":1.0},"4":{"tf":1.7320508075688772},"40":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"58":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"49":{"tf":1.0},"55":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":16,"docs":{"0":{"tf":1.7320508075688772},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"21":{"tf":1.0},"24":{"tf":2.0},"25":{"tf":2.0},"26":{"tf":1.0},"34":{"tf":1.0},"40":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"5":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"16":{"tf":1.7320508075688772}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"41":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"19":{"tf":1.0},"30":{"tf":1.0},"58":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.7320508075688772}}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"29":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":3,"docs":{"22":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"36":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":1,"docs":{"24":{"tf":1.0}}}},"x":{"df":1,"docs":{"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"36":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"28":{"tf":1.0},"3":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"51":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":2,"docs":{"4":{"tf":1.0},"53":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"17":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"16":{"tf":1.0}}}},"df":20,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.4142135623730951},"29":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":1.0},"50":{"tf":2.23606797749979},"51":{"tf":1.7320508075688772},"53":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":30,"docs":{"14":{"tf":1.7320508075688772},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"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},"55":{"tf":1.0},"9":{"tf":1.7320508075688772}}}},"i":{"df":0,"docs":{},"z":{"df":2,"docs":{"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":17,"docs":{"0":{"tf":2.0},"13":{"tf":1.0},"17":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.7320508075688772},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"31":{"tf":1.0},"33":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"55":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":2.0}}},"df":0,"docs":{}},"u":{"df":1,"docs":{"30":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"33":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"!":{"[":{"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":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"10":{"tf":1.0},"57":{"tf":1.0}},"f":{"df":2,"docs":{"13":{"tf":1.0},"32":{"tf":1.0}},"i":{"df":7,"docs":{"0":{"tf":1.0},"20":{"tf":1.0},"28":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"16":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"[":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"12":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"58":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":2.23606797749979}},"e":{"df":0,"docs":{},"t":{"df":13,"docs":{"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"29":{"tf":1.4142135623730951}}}},"y":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":1,"docs":{"12":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"21":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"55":{"tf":1.0},"58":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"56":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":8,"docs":{"10":{"tf":1.4142135623730951},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"20":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":4,"docs":{"38":{"tf":1.0},"45":{"tf":1.0},"52":{"tf":1.4142135623730951},"56":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"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":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"5":{"df":1,"docs":{"10":{"tf":1.0}}},"6":{"0":{"df":2,"docs":{"10":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"0":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"0":{"tf":1.0},"31":{"tf":1.0},"9":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"32":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":3,"docs":{"3":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"53":{"tf":1.7320508075688772}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":37,"docs":{"1":{"tf":1.0},"12":{"tf":2.23606797749979},"13":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.7320508075688772},"18":{"tf":2.0},"19":{"tf":2.449489742783178},"20":{"tf":2.23606797749979},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"24":{"tf":1.7320508075688772},"25":{"tf":2.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.0},"28":{"tf":1.7320508075688772},"29":{"tf":1.7320508075688772},"30":{"tf":1.0},"35":{"tf":1.7320508075688772},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":2.23606797749979},"45":{"tf":1.7320508075688772},"46":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":2.0},"50":{"tf":2.6457513110645907},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.7320508075688772},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":2.0}},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"15":{"tf":2.0},"16":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"d":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"5":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"e":{"df":1,"docs":{"57":{"tf":1.0}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"29":{"tf":1.0}}}}}}}},"title":{"root":{"2":{"df":1,"docs":{"24":{"tf":1.0}}},"a":{"d":{"df":4,"docs":{"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"54":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"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":{"17":{"tf":1.0}}}}}}}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"z":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":2,"docs":{"26":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"26":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"40":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"38":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"51":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"55":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"55":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"31":{"tf":1.0},"32":{"tf":1.0}}}}}}}},"d":{"a":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"32":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"42":{"tf":1.0},"43":{"tf":1.0}}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"38":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"32":{"tf":1.0}},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"l":{"df":1,"docs":{"55":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"23":{"tf":1.0},"27":{"tf":1.0},"49":{"tf":1.0}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"18":{"tf":1.0},"20":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}}}}}},"f":{"a":{"df":0,"docs":{},"q":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"44":{"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":{"33":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"58":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"14":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"48":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"i":{"df":1,"docs":{"14":{"tf":1.0}},"i":{"df":1,"docs":{"42":{"tf":1.0}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"53":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"v":{"df":1,"docs":{"54":{"tf":1.0}}}},"k":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"39":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"26":{"tf":1.0}}}}},"o":{"a":{"d":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"10":{"tf":1.0}}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"30":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"28":{"tf":1.0}}}}}}},"w":{"df":1,"docs":{"49":{"tf":1.0}}}}},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"9":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"29":{"tf":1.0}}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"14":{"tf":1.0},"2":{"tf":1.0},"42":{"tf":1.0},"54":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"34":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}}}}}}},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"o":{"b":{"df":0,"docs":{},"e":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"42":{"tf":1.0},"53":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":3,"docs":{"10":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"47":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":6,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":1.0},"56":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"24":{"tf":1.0},"50":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"28":{"tf":1.0}}}}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"7":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"33":{"tf":1.0},"48":{"tf":1.0}}}}}}}},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"24":{"tf":1.0},"25":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":1,"docs":{"16":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"29":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"10":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"52":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":9,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"45":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"lang":"English","pipeline":["trimmer","stopWordFilter","stemmer"],"ref":"id","version":"0.9.5"},"results_options":{"limit_results":30,"teaser_word_count":30},"search_options":{"bool":"OR","expand":true,"fields":{"body":{"boost":1},"breadcrumbs":{"boost":1},"title":{"boost":2}}}}')); \ No newline at end of file diff --git a/docs/searchindex-1d9a631c.js b/docs/searchindex-1d9a631c.js new file mode 100644 index 0000000..586e559 --- /dev/null +++ b/docs/searchindex-1d9a631c.js @@ -0,0 +1 @@ +window.search = Object.assign(window.search, JSON.parse('{"doc_urls":["project-context-primer.html#project-context-primer","what-you-will-learn.html#what-you-will-learn","part-i.html#part-i--foundations","introduction.html#introduction","introduction.html#how-to-use-this-book","architecture-overview.html#architecture-overview","testing-philosophy.html#testing-philosophy","scenario-lifecycle.html#scenario-lifecycle-conceptual","design-rationale.html#design-rationale","part-ii.html#part-ii--user-guide","workspace-layout.html#workspace-layout","annotated-tree.html#annotated-tree","authoring-scenarios.html#authoring-scenarios","workloads.html#core-content-workloads--expectations","workloads.html#workloads","workloads.html#expectations","scenario-builder-ext-patterns.html#core-content-scenariobuilderext-patterns","usage-patterns.html#usage-patterns","best-practices.html#best-practices","examples.html#examples","examples.html#simple-2-validator-transaction-workload","examples.html#da--transaction-workload","examples.html#chaos--liveness-check","examples-advanced.html#advanced--artificial-examples","examples-advanced.html#synthetic-delay-workload-network-latency-simulation","examples-advanced.html#oscillating-load-workload-traffic-waves","examples-advanced.html#byzantine-behavior-mock","examples-advanced.html#custom-expectation-block-finality-drift","examples-advanced.html#custom-deployer-dry-run-deployer","examples-advanced.html#stochastic-topology-generator","examples-advanced.html#multi-phase-scenario-pipelines","running-scenarios.html#running-scenarios","runners.html#runners","runners.html#local-runner","runners.html#docker-compose-runner","runners.html#kubernetes-runner","runners.html#common-expectations","chaos.html#chaos-workloads","chaos.html#how-it-works","chaos.html#usage","chaos.html#expectations-to-pair","chaos.html#best-practices","node-control.html#node-control--runcontext","node-control.html#accessing-node-control-in-workloadsexpectations","node-control.html#current-api-surface","node-control.html#considerations","topology-chaos.html#topology--chaos-patterns","topology-chaos.html#node-control-availability","topology-chaos.html#chaos-patterns-to-consider","topology-chaos.html#expectations-to-pair","topology-chaos.html#guidance","operations.html#operations","part-iii.html#part-iii--developer-reference","scenario-model.html#scenario-model-developer-level","extending.html#extending-the-framework","extending.html#adding-a-workload","extending.html#adding-an-expectation","extending.html#adding-a-runner","extending.html#adding-topology-helpers","custom-workload-example.html#example-new-workload--expectation-rust","custom-workload-example.html#workload-simple-reachability-probe","custom-workload-example.html#expectation-confirm-the-target-stayed-reachable","custom-workload-example.html#how-to-wire-it","internal-crate-reference.html#internal-crate-reference","part-iv.html#part-iv--appendix","dsl-cheat-sheet.html#core-content-dsl-cheat-sheet","troubleshooting.html#troubleshooting-scenarios","faq.html#faq","glossary.html#glossary"],"index":{"documentStore":{"docInfo":{"0":{"body":106,"breadcrumbs":6,"title":3},"1":{"body":26,"breadcrumbs":2,"title":1},"10":{"body":94,"breadcrumbs":8,"title":2},"11":{"body":59,"breadcrumbs":8,"title":2},"12":{"body":101,"breadcrumbs":8,"title":2},"13":{"body":18,"breadcrumbs":12,"title":4},"14":{"body":38,"breadcrumbs":9,"title":1},"15":{"body":71,"breadcrumbs":9,"title":1},"16":{"body":84,"breadcrumbs":12,"title":4},"17":{"body":84,"breadcrumbs":8,"title":2},"18":{"body":96,"breadcrumbs":8,"title":2},"19":{"body":14,"breadcrumbs":6,"title":1},"2":{"body":10,"breadcrumbs":4,"title":2},"20":{"body":28,"breadcrumbs":10,"title":5},"21":{"body":31,"breadcrumbs":8,"title":3},"22":{"body":37,"breadcrumbs":8,"title":3},"23":{"body":19,"breadcrumbs":10,"title":3},"24":{"body":41,"breadcrumbs":13,"title":6},"25":{"body":37,"breadcrumbs":12,"title":5},"26":{"body":34,"breadcrumbs":10,"title":3},"27":{"body":41,"breadcrumbs":12,"title":5},"28":{"body":39,"breadcrumbs":12,"title":5},"29":{"body":35,"breadcrumbs":10,"title":3},"3":{"body":89,"breadcrumbs":4,"title":1},"30":{"body":40,"breadcrumbs":11,"title":4},"31":{"body":75,"breadcrumbs":8,"title":2},"32":{"body":20,"breadcrumbs":6,"title":1},"33":{"body":16,"breadcrumbs":7,"title":2},"34":{"body":23,"breadcrumbs":8,"title":3},"35":{"body":17,"breadcrumbs":7,"title":2},"36":{"body":61,"breadcrumbs":7,"title":2},"37":{"body":14,"breadcrumbs":8,"title":2},"38":{"body":56,"breadcrumbs":7,"title":1},"39":{"body":40,"breadcrumbs":7,"title":1},"4":{"body":57,"breadcrumbs":5,"title":2},"40":{"body":24,"breadcrumbs":8,"title":2},"41":{"body":26,"breadcrumbs":8,"title":2},"42":{"body":28,"breadcrumbs":10,"title":3},"43":{"body":53,"breadcrumbs":11,"title":4},"44":{"body":43,"breadcrumbs":10,"title":3},"45":{"body":32,"breadcrumbs":8,"title":1},"46":{"body":11,"breadcrumbs":10,"title":3},"47":{"body":16,"breadcrumbs":10,"title":3},"48":{"body":57,"breadcrumbs":10,"title":3},"49":{"body":24,"breadcrumbs":9,"title":2},"5":{"body":111,"breadcrumbs":6,"title":2},"50":{"body":35,"breadcrumbs":8,"title":1},"51":{"body":152,"breadcrumbs":6,"title":1},"52":{"body":10,"breadcrumbs":8,"title":4},"53":{"body":116,"breadcrumbs":12,"title":4},"54":{"body":0,"breadcrumbs":8,"title":2},"55":{"body":39,"breadcrumbs":8,"title":2},"56":{"body":21,"breadcrumbs":8,"title":2},"57":{"body":29,"breadcrumbs":8,"title":2},"58":{"body":21,"breadcrumbs":9,"title":3},"59":{"body":19,"breadcrumbs":14,"title":5},"6":{"body":96,"breadcrumbs":6,"title":2},"60":{"body":121,"breadcrumbs":13,"title":4},"61":{"body":68,"breadcrumbs":14,"title":5},"62":{"body":24,"breadcrumbs":10,"title":1},"63":{"body":91,"breadcrumbs":10,"title":3},"64":{"body":10,"breadcrumbs":6,"title":3},"65":{"body":84,"breadcrumbs":11,"title":5},"66":{"body":86,"breadcrumbs":7,"title":2},"67":{"body":99,"breadcrumbs":5,"title":1},"68":{"body":89,"breadcrumbs":5,"title":1},"7":{"body":115,"breadcrumbs":8,"title":3},"8":{"body":68,"breadcrumbs":6,"title":2},"9":{"body":10,"breadcrumbs":8,"title":4}},"docs":{"0":{"body":"This book focuses on the Nomos Testing Framework. It assumes familiarity with\\nthe Nomos architecture, but for completeness, here is a short primer. Nomos is a modular blockchain protocol composed of validators, executors,\\nand a data-availability (DA) subsystem. Validators participate in consensus, produce blocks, and verify and sample\\nDA data. Executors are validators extended with DA blob dispersal capabilities,\\nallowing them to both produce blocks and submit data to the DA network. Data Availability (DA) ensures that data referenced in blocks is\\npublished and retrievable. Validators verify and sample DA data, while\\nexecutors additionally disperse blobs to the DA network. This includes channel\\ndata and blob submissions used by workloads. These components interact tightly—validators must coordinate on consensus,\\nexecutors must disperse and retrieve DA blobs, and all nodes must maintain\\nnetwork connectivity and timing synchronization. Meaningful testing therefore\\nrequires multi-node environments that exercise real consensus, networking, and\\nDA subsystem behavior together.","breadcrumbs":"Project Context Primer » Project Context Primer","id":"0","title":"Project Context Primer"},"1":{"body":"This book gives you a clear mental model for Nomos multi-node testing, shows how\\nto author scenarios that pair realistic workloads with explicit expectations,\\nand guides you to run them across local, containerized, and cluster environments\\nwithout changing the plan.","breadcrumbs":"What You Will Learn » What You Will Learn","id":"1","title":"What You Will Learn"},"10":{"body":"The workspace focuses on multi-node integration testing and sits alongside a nomos-node checkout. Its crates separate concerns to keep scenarios\\nrepeatable and portable: Configs: prepares high-level node, network, tracing, and wallet settings\\nused across test environments. Core scenario orchestration: the engine that holds topology descriptions,\\nscenario plans, runtimes, workloads, and expectations. Workflows: ready-made workloads (transactions, data-availability, chaos)\\nand reusable expectations assembled into a user-facing DSL. Runners: deployment backends for local processes, Docker Compose, and\\nKubernetes, all consuming the same scenario plan. Test workflows: example scenarios and integration checks that show how\\nthe pieces fit together. This split keeps configuration, orchestration, reusable traffic patterns, and\\ndeployment adapters loosely coupled while sharing one mental model for tests.","breadcrumbs":"Part II — User Guide » Workspace Layout » Workspace Layout","id":"10","title":"Workspace Layout"},"11":{"body":"High-level view of the workspace and how pieces relate: nomos-testing/\\n├─ testing-framework/\\n│ ├─ configs/ # shared configuration helpers\\n│ ├─ core/ # scenario model, runtime, topology\\n│ ├─ workflows/ # workloads, expectations, DSL extensions\\n│ └─ runners/ # local, compose, k8s deployment backends\\n├─ tests/ # integration scenarios using the framework\\n└─ scripts/ # supporting setup utilities (e.g., assets) Each area maps to a responsibility: describe configs, orchestrate scenarios,\\npackage common traffic and assertions, adapt to environments, and demonstrate\\nend-to-end usage.","breadcrumbs":"Part II — User Guide » Annotated Tree » Annotated Tree","id":"11","title":"Annotated Tree"},"12":{"body":"Creating a scenario is a declarative exercise: Shape the topology: decide how many validators and executors to run, and\\nwhat high-level network and data-availability characteristics matter for the\\ntest. Attach workloads: pick traffic generators that align with your goals\\n(transactions, data-availability blobs, or chaos for resilience probes). Define expectations: specify the health signals that must hold when the\\nrun finishes (e.g., consensus liveness, inclusion of submitted activity; see Core Content: Workloads & Expectations). Set duration: choose a run window long enough to observe meaningful\\nblock progression and the effects of your workloads. Choose a runner: target local processes for fast iteration, Docker\\nCompose for reproducible multi-node stacks, or Kubernetes for cluster-grade\\nvalidation. For environment considerations, see Operations. Keep scenarios small and explicit: make the intended behavior and the success\\ncriteria clear so failures are easy to interpret and act upon.","breadcrumbs":"Part II — User Guide » Authoring Scenarios » Authoring Scenarios","id":"12","title":"Authoring Scenarios"},"13":{"body":"Workloads describe the activity a scenario generates; expectations describe the\\nsignals that must hold when that activity completes. Both are pluggable so\\nscenarios stay readable and purpose-driven.","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Core Content: Workloads & Expectations","id":"13","title":"Core Content: Workloads & Expectations"},"14":{"body":"Transaction workload: submits user-level transactions at a configurable\\nrate and can limit how many distinct actors participate. Data-availability workload: drives blob and channel activity to exercise\\ndata-availability paths. Chaos workload: triggers controlled node restarts to test resilience and\\nrecovery behaviors (requires a runner that can control nodes).","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Workloads","id":"14","title":"Workloads"},"15":{"body":"Consensus liveness: verifies the system continues to produce blocks in\\nline with the planned workload and timing window. Workload-specific checks: each workload can attach its own success\\ncriteria (e.g., inclusion of submitted activity) so scenarios remain concise. Together, workloads and expectations let you express both the pressure applied\\nto the system and the definition of “healthy” for that run. Workload pipeline (conceptual): Inputs (topology + wallets + rates) │ ▼\\nWorkload init → Drive traffic → Collect signals │ ▼ Expectations evaluate Mermaid view: flowchart TD I[Inputs
(topology + wallets + rates)] --> Init[Workload init] Init --> Drive[Drive traffic] Drive --> Collect[Collect signals] Collect --> Eval[Expectations evaluate]","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Expectations","id":"15","title":"Expectations"},"16":{"body":"Patterns that keep scenarios readable and reusable: Topology-first: start by shaping the cluster (counts, layout) so later\\nsteps inherit a clear foundation. Bundle defaults: use the DSL helpers to attach common expectations (like\\nliveness) whenever you add a matching workload, reducing forgotten checks. Intentional rates: express traffic in per-block terms to align with\\nprotocol timing rather than wall-clock assumptions. Opt-in chaos: enable restart patterns only in scenarios meant to probe\\nresilience; keep functional smoke tests deterministic. Wallet clarity: seed only the number of actors you need; it keeps\\ntransaction scenarios deterministic and interpretable. These patterns make scenario definitions self-explanatory while staying aligned\\nwith the framework’s block-oriented timing model.","breadcrumbs":"Part II — User Guide » Core Content: ScenarioBuilderExt Patterns » Core Content: ScenarioBuilderExt Patterns","id":"16","title":"Core Content: ScenarioBuilderExt Patterns"},"17":{"body":"Shape a topology, pick a runner: choose local for quick iteration, compose for reproducible multi-node stacks with observability, or k8s for cluster-grade validation. Compose workloads deliberately: pair transactions and data-availability traffic for end-to-end coverage; add chaos only when assessing recovery and resilience. Align expectations with goals: use liveness-style checks to confirm the system keeps up with planned activity, and add workload-specific assertions for inclusion or availability. Reuse plans across environments: keep the scenario constant while swapping runners to compare behavior between developer machines and CI clusters. Iterate with clear signals: treat expectation outcomes as the primary pass/fail indicator, and adjust topology or workloads based on what those signals reveal.","breadcrumbs":"Part II — User Guide » Usage Patterns » Usage Patterns","id":"17","title":"Usage Patterns"},"18":{"body":"State your intent: document the goal of each scenario (throughput, DA\\nvalidation, resilience) so expectation choices are obvious. Keep runs meaningful: choose durations that allow multiple blocks and make\\ntiming-based assertions trustworthy. Separate concerns: start with deterministic workloads for functional\\nchecks; add chaos in dedicated resilience scenarios to avoid noisy failures. Reuse patterns: standardize on shared topology and workload presets so\\nresults are comparable across environments and teams. Observe first, tune second: rely on liveness and inclusion signals to\\ninterpret outcomes before tweaking rates or topology. Environment fit: pick runners that match the feedback loop you need—local\\nfor speed, compose for reproducible stacks, k8s for cluster-grade fidelity. Minimal surprises: seed only necessary wallets and keep configuration\\ndeltas explicit when moving between CI and developer machines.","breadcrumbs":"Part II — User Guide » Best Practices » Best Practices","id":"18","title":"Best Practices"},"19":{"body":"Concrete scenario shapes that illustrate how to combine topologies, workloads,\\nand expectations. Adjust counts, rates, and durations to fit your environment.","breadcrumbs":"Part II — User Guide » Examples » Examples","id":"19","title":"Examples"},"2":{"body":"Conceptual chapters that establish the mental model for the framework and how\\nit approaches multi-node testing.","breadcrumbs":"Part I — Foundations » Part I — Foundations","id":"2","title":"Part I — Foundations"},"20":{"body":"Topology: two validators. Workload: transaction submissions at a modest per-block rate with a small\\nset of wallet actors. Expectations: consensus liveness and inclusion of submitted activity. When to use: smoke tests for consensus and transaction flow on minimal\\nhardware.","breadcrumbs":"Part II — User Guide » Examples » Simple 2-validator transaction workload","id":"20","title":"Simple 2-validator transaction workload"},"21":{"body":"Topology: validators plus executors if available. Workloads: data-availability blobs/channels and transactions running\\ntogether to stress both paths. Expectations: consensus liveness and workload-level inclusion/availability\\nchecks. When to use: end-to-end coverage of transaction and DA layers in one run.","breadcrumbs":"Part II — User Guide » Examples » DA + transaction workload","id":"21","title":"DA + transaction workload"},"22":{"body":"Topology: validators (optionally executors) with node control enabled. Workloads: baseline traffic (transactions or DA) plus chaos restarts on\\nselected roles. Expectations: consensus liveness to confirm the system keeps progressing\\ndespite restarts; workload-specific inclusion if traffic is present. When to use: resilience validation and operational readiness drills.","breadcrumbs":"Part II — User Guide » Examples » Chaos + liveness check","id":"22","title":"Chaos + liveness check"},"23":{"body":"These illustrative scenarios stretch the framework to show how to build new\\nworkloads, expectations, deployers, and topology tricks. They are intentionally\\n“synthetic” to teach capabilities rather than prescribe production tests.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Advanced & Artificial Examples","id":"23","title":"Advanced & Artificial Examples"},"24":{"body":"Idea: inject fake latency between node interactions using internal timers,\\nnot OS-level tooling. Demonstrates: sequencing control inside a workload, verifying protocol\\nprogression under induced lag, using timers to pace submissions. Shape: wrap submissions in delays that mimic slow peers; ensure the\\nexpectation checks blocks still progress.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Synthetic Delay Workload (Network Latency Simulation)","id":"24","title":"Synthetic Delay Workload (Network Latency Simulation)"},"25":{"body":"Idea: traffic rate changes every block or N seconds (e.g., blocks 1–3 low,\\n4–5 high, 6–7 zero, repeat). Demonstrates: dynamic, stateful workloads that use RunMetrics to time\\nphases; modeling real-world burstiness. Shape: schedule per-phase rates; confirm inclusion/liveness across peaks\\nand troughs.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Oscillating Load Workload (Traffic Waves)","id":"25","title":"Oscillating Load Workload (Traffic Waves)"},"26":{"body":"Idea: a workload that drops half its planned submissions, sometimes\\ndouble-submits, and intentionally triggers expectation failures. Demonstrates: negative testing, resilience checks, and the value of clear\\nexpectations when behavior is adversarial by design. Shape: parameterize drop/double-submit probabilities; pair with an\\nexpectation that documents what “bad” looks like.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Byzantine Behavior Mock","id":"26","title":"Byzantine Behavior Mock"},"27":{"body":"Idea: assert the last few blocks differ and block time stays within a\\ntolerated drift budget. Demonstrates: consuming BlockFeed or time-series metrics to validate\\nprotocol cadence; crafting post-run assertions around block diversity and\\ntiming. Shape: collect recent blocks, confirm no duplicates, and compare observed\\nintervals to a drift threshold.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Custom Expectation: Block Finality Drift","id":"27","title":"Custom Expectation: Block Finality Drift"},"28":{"body":"Idea: a deployer that never starts nodes; it emits configs, simulates\\nreadiness, provides fake blockfeed/metrics. Demonstrates: full power of the deployer interface for CI dry-runs,\\nconfig verification, and ultra-fast feedback without Nomos binaries. Shape: produce logs/artifacts, stub readiness, and feed synthetic blocks\\nso expectations can still run.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Custom Deployer: Dry-Run Deployer","id":"28","title":"Custom Deployer: Dry-Run Deployer"},"29":{"body":"Idea: topology parameters change at runtime (random validators, DA\\nsettings, network shapes). Demonstrates: randomized property testing and fuzzing approaches to\\ntopology building. Shape: pick roles and network layouts randomly per run; keep expectations\\ntolerant to variability while still asserting core liveness.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Stochastic Topology Generator","id":"29","title":"Stochastic Topology Generator"},"3":{"body":"Multi-node integration testing is required because many Nomos behaviors—block\\nprogress, data availability, liveness under churn—only emerge when several\\nroles interact over real networking and time. Small unit tests cannot catch\\nthese emergent behaviors, and manual multi-node testing is slow and\\nerror-prone. The Nomos Testing Framework is a purpose-built toolkit for exercising Nomos in\\nrealistic, multi-node environments. It solves the gap between small, isolated\\ntests and full-system validation by letting teams describe a cluster layout,\\ndrive meaningful traffic, and assert the outcomes in one coherent plan. It is for protocol engineers, infrastructure operators, and QA teams who need\\nrepeatable confidence that validators, executors, and data-availability\\ncomponents work together under network and timing constraints.","breadcrumbs":"Part I — Foundations » Introduction » Introduction","id":"3","title":"Introduction"},"30":{"body":"Idea: scenario runs in phases (e.g., phase 1 transactions, phase 2 DA,\\nphase 3 restarts, phase 4 sync check). Demonstrates: multi-stage tests, modular scenario assembly, and deliberate\\nlifecycle control. Shape: drive phase-specific workloads/expectations sequentially; enforce\\nclear boundaries and post-phase checks.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Multi-Phase Scenario (“Pipelines”)","id":"30","title":"Multi-Phase Scenario (“Pipelines”)"},"31":{"body":"Running a scenario follows the same conceptual flow regardless of environment: Select or author a scenario plan that pairs a topology with workloads,\\nexpectations, and a suitable run window. Choose a runner aligned with your environment (local, compose, or k8s) and\\nensure its prerequisites are available. Deploy the plan through the runner; wait for readiness signals before\\nstarting workloads. Let workloads drive activity for the planned duration; keep observability\\nsignals visible so you can correlate outcomes. Evaluate expectations and capture results as the primary pass/fail signal. Use the same plan across different runners to compare behavior between local\\ndevelopment and CI or cluster settings. For environment prerequisites and\\nflags, see Operations.","breadcrumbs":"Part II — User Guide » Running Scenarios » Running Scenarios","id":"31","title":"Running Scenarios"},"32":{"body":"Runners turn a scenario plan into a live environment while keeping the plan\\nunchanged. Choose based on feedback speed, reproducibility, and fidelity. For\\nenvironment and operational considerations, see Operations:","breadcrumbs":"Part II — User Guide » Runners » Runners","id":"32","title":"Runners"},"33":{"body":"Launches node processes directly on the host. Fastest feedback loop and minimal orchestration overhead. Best for development-time iteration and debugging.","breadcrumbs":"Part II — User Guide » Runners » Local runner","id":"33","title":"Local runner"},"34":{"body":"Starts nodes in containers to provide a reproducible multi-node stack on a\\nsingle machine. Discovers service ports and wires observability for convenient inspection. Good balance between fidelity and ease of setup.","breadcrumbs":"Part II — User Guide » Runners » Docker Compose runner","id":"34","title":"Docker Compose runner"},"35":{"body":"Deploys nodes onto a cluster for higher-fidelity, longer-running scenarios. Suits CI or shared environments where cluster behavior and scheduling matter.","breadcrumbs":"Part II — User Guide » Runners » Kubernetes runner","id":"35","title":"Kubernetes runner"},"36":{"body":"All runners require at least one validator and, for transaction scenarios,\\naccess to seeded wallets. Readiness probes gate workload start so traffic begins only after nodes are\\nreachable. Environment flags can relax timeouts or increase tracing when diagnostics are\\nneeded. Runner abstraction: Scenario Plan │ ▼\\nRunner (local | compose | k8s) │ provisions env + readiness ▼\\nRuntime + Observability │ ▼\\nWorkloads / Expectations execute Mermaid view: flowchart TD Plan[Scenario Plan] --> RunSel{Runner
(local | compose | k8s)} RunSel --> Provision[Provision & readiness] Provision --> Runtime[Runtime + observability] Runtime --> Exec[Workloads & Expectations execute]","breadcrumbs":"Part II — User Guide » Runners » Common expectations","id":"36","title":"Common expectations"},"37":{"body":"Chaos in the framework uses node control to introduce failures and validate\\nrecovery. The built-in restart workload lives in testing_framework_workflows::workloads::chaos::RandomRestartWorkload.","breadcrumbs":"Part II — User Guide » Chaos Testing » Chaos Workloads","id":"37","title":"Chaos Workloads"},"38":{"body":"Requires NodeControlCapability ( enable_node_control() in the scenario\\nbuilder) and a runner that provides a NodeControlHandle. Randomly selects nodes (validators, executors) to restart based on your\\ninclude/exclude flags. Respects min/max delay between restarts and a target cooldown to avoid\\nflapping the same node too frequently. Runs alongside other workloads; expectations should account for the added\\ndisruption. Support varies by runner: node control is not provided by the local runner\\nand is not yet implemented for the k8s runner. Use a runner that advertises NodeControlHandle support (e.g., compose) for chaos workloads.","breadcrumbs":"Part II — User Guide » Chaos Testing » How it works","id":"38","title":"How it works"},"39":{"body":"#![allow(unused)] fn main() {\\nuse std::time::Duration;\\nuse testing_framework_core::scenario::ScenarioBuilder;\\nuse testing_framework_workflows::workloads::chaos::RandomRestartWorkload; let plan = ScenarioBuilder::with_node_counts(2, 1) .enable_node_control() .with_workload( RandomRestartWorkload::new( Duration::from_secs(45), // min delay Duration::from_secs(75), // max delay Duration::from_secs(120), // target cooldown true, // include validators true, // include executors ) ) .expect_consensus_liveness() .with_run_duration(Duration::from_secs(150)) .build();\\n// deploy with a runner that supports node control and run the scenario }","breadcrumbs":"Part II — User Guide » Chaos Testing » Usage","id":"39","title":"Usage"},"4":{"body":"Part I — Foundations establishes the mental model and design philosophy Part II — User Guide shows how to author and run scenarios Part III — Developer Reference covers extending the framework Part IV — Appendix provides quick references and troubleshooting If you’re new: Read Part I to understand the concepts, then follow the\\nexamples in Part II. If you want to run something now: Jump to Examples and pick\\na scenario that matches your goals. If you’re extending the framework: Start with Scenario Model\\nand Extending the Framework.","breadcrumbs":"Part I — Foundations » Introduction » How to Use This Book","id":"4","title":"How to Use This Book"},"40":{"body":"Consensus liveness: ensure blocks keep progressing despite restarts. Height convergence: optionally check all nodes converge after the chaos\\nwindow. Any workload-specific inclusion checks if you’re also driving tx/DA traffic.","breadcrumbs":"Part II — User Guide » Chaos Testing » Expectations to pair","id":"40","title":"Expectations to pair"},"41":{"body":"Keep delays/cooldowns realistic; avoid back-to-back restarts that would never\\nhappen in production. Limit chaos scope: toggle validators vs executors based on what you want to\\ntest. Combine with observability: monitor metrics/logs to explain failures.","breadcrumbs":"Part II — User Guide » Chaos Testing » Best practices","id":"41","title":"Best practices"},"42":{"body":"The deployer supplies a RunContext that workloads and expectations share. It\\nprovides: Topology descriptors ( GeneratedTopology) Client handles ( NodeClients / ClusterClient) for HTTP/RPC calls Metrics ( RunMetrics, Metrics) and block feed Optional NodeControlHandle for managing nodes (restart, block/unblock peers)","breadcrumbs":"Part II — User Guide » Node Control API » Node Control & RunContext","id":"42","title":"Node Control & RunContext"},"43":{"body":"Check for control support and use it conditionally: #![allow(unused)] fn main() {\\nuse testing_framework_core::scenario::{Expectation, RunContext, Workload}; struct RestartWorkload; impl Workload for RestartWorkload { fn name(&self) -> &\'static str { \\"restart_workload\\" } async fn start(&self, ctx: &RunContext) -> Result<(), Box> { if let Some(control) = ctx.node_control() { // Restart the first validator (index 0) if supported. control.restart_validator(0).await?; } Ok(()) }\\n} } When chaos workloads need control, require enable_node_control() in the\\nscenario builder and deploy with a runner that supports it.","breadcrumbs":"Part II — User Guide » Node Control API » Accessing node control in workloads/expectations","id":"43","title":"Accessing node control in workloads/expectations"},"44":{"body":"The NodeControlHandle trait currently provides: #![allow(unused)] fn main() {\\npub trait NodeControlHandle: Send + Sync { async fn restart_validator(&self, index: usize) -> Result<(), DynError>; async fn restart_executor(&self, index: usize) -> Result<(), DynError>;\\n} } Future extensions may include peer blocking/unblocking or other control\\noperations. For now, focus on restart-based chaos patterns as shown in the\\nchaos workload examples.","breadcrumbs":"Part II — User Guide » Node Control API » Current API surface","id":"44","title":"Current API surface"},"45":{"body":"Always guard control usage: not all runners expose NodeControlHandle. Treat control as best-effort: failures should surface as test failures, but\\nworkloads should degrade gracefully when control is absent. Combine control actions with expectations (e.g., restart then assert height\\nconvergence) to keep scenarios meaningful.","breadcrumbs":"Part II — User Guide » Node Control API » Considerations","id":"45","title":"Considerations"},"46":{"body":"This page focuses on cluster manipulation: node control, chaos patterns, and\\nwhat the tooling supports today.","breadcrumbs":"Part II — User Guide » Topology & Chaos Patterns » Topology & Chaos Patterns","id":"46","title":"Topology & Chaos Patterns"},"47":{"body":"Supported: restart/peer control via NodeControlHandle (compose runner). Not supported: local runner does not expose node control; k8s runner does\\nnot support it yet.","breadcrumbs":"Part II — User Guide » Topology & Chaos Patterns » Node control availability","id":"47","title":"Node control availability"},"48":{"body":"Restarts: random restarts with minimum delay/cooldown to test recovery. Partitions: block/unblock peers to simulate partial isolation, then assert\\nheight convergence after healing. Validator churn: stop one validator and start another (new key) mid-run to\\ntest membership changes; expect convergence. Load SLOs: push tx/DA rates and assert inclusion/availability budgets\\ninstead of only liveness. API probes: poll HTTP/RPC endpoints during chaos to ensure external\\ncontracts stay healthy (shape + latency).","breadcrumbs":"Part II — User Guide » Topology & Chaos Patterns » Chaos patterns to consider","id":"48","title":"Chaos patterns to consider"},"49":{"body":"Liveness/height convergence after chaos windows. SLO checks: inclusion latency, DA responsiveness, API latency/shape. Recovery checks: ensure nodes that were isolated or restarted catch up to\\ncluster height within a timeout.","breadcrumbs":"Part II — User Guide » Topology & Chaos Patterns » Expectations to pair","id":"49","title":"Expectations to pair"},"5":{"body":"The framework follows a clear flow: Topology → Scenario → Runner → Workloads → Expectations. Topology describes the cluster: how many nodes, their roles, and the high-level network and data-availability parameters they should follow. Scenario combines that topology with the activities to run and the checks to perform, forming a single plan. Deployer/Runner pair turns the plan into a live environment on the chosen backend (local processes, Docker Compose, or Kubernetes) and brokers readiness. Workloads generate traffic and conditions that exercise the system. Expectations observe the run and judge success or failure once activity completes. Conceptual diagram: Topology → Scenario → Runner → Workloads → Expectations (shape (plan) (deploy (drive (verify cluster) & orchestrate) traffic) outcomes) Mermaid view: flowchart LR A(Topology
shape cluster) --> B(Scenario
plan) B --> C(Deployer/Runner
deploy & orchestrate) C --> D(Workloads
drive traffic) D --> E(Expectations
verify outcomes) Each layer has a narrow responsibility so that cluster shape, deployment choice,\\ntraffic generation, and health checks can evolve independently while fitting\\ntogether predictably.","breadcrumbs":"Part I — Foundations » Architecture Overview » Architecture Overview","id":"5","title":"Architecture Overview"},"50":{"body":"Keep chaos realistic: avoid flapping or patterns you wouldn’t operate in prod. Scope chaos: choose validators vs executors intentionally; don’t restart all\\nnodes at once unless you’re testing full outages. Combine chaos with observability: capture block feed/metrics and API health so\\nfailures are diagnosable.","breadcrumbs":"Part II — User Guide » Topology & Chaos Patterns » Guidance","id":"50","title":"Guidance"},"51":{"body":"Operational readiness focuses on prerequisites, environment fit, and clear\\nsignals: Prerequisites: keep a sibling nomos-node checkout available; ensure the\\nchosen runner’s platform needs are met (local binaries for host runs, Docker\\nfor compose, cluster access for k8s). Artifacts: some scenarios depend on prover or circuit assets; fetch them\\nahead of time with the provided helper scripts when needed. Environment flags: use slow-environment toggles to relax timeouts, enable\\ntracing when debugging, and adjust observability ports to avoid clashes. Readiness checks: verify runners report node readiness before starting\\nworkloads; this avoids false negatives from starting too early. Failure triage: map failures to missing prerequisites (wallet seeding,\\nnode control availability), runner platform issues, or unmet expectations.\\nStart with liveness signals, then dive into workload-specific assertions. Treat operational hygiene—assets present, prerequisites satisfied, observability\\nreachable—as the first step to reliable scenario outcomes. Metrics and observability flow: Runner exposes endpoints/ports │ ▼\\nRuntime collects block/health signals │ ▼\\nExpectations consume signals to decide pass/fail │ ▼\\nOperators inspect logs/metrics when failures arise Mermaid view: flowchart TD Expose[Runner exposes endpoints/ports] --> Collect[Runtime collects block/health signals] Collect --> Consume[Expectations consume signals
decide pass/fail] Consume --> Inspect[Operators inspect logs/metrics
when failures arise]","breadcrumbs":"Part II — User Guide » Operations » Operations","id":"51","title":"Operations"},"52":{"body":"Deep dives for contributors who extend the framework, evolve its abstractions,\\nor maintain the crate set.","breadcrumbs":"Part III — Developer Reference » Part III — Developer Reference","id":"52","title":"Part III — Developer Reference"},"53":{"body":"The scenario model defines clear, composable responsibilities: Topology: a declarative description of the cluster—how many nodes, their\\nroles, and the broad network and data-availability characteristics. It\\nrepresents the intended shape of the system under test. Scenario: a plan combining topology, workloads, expectations, and a run\\nwindow. Building a scenario validates prerequisites (like seeded wallets) and\\nensures the run lasts long enough to observe meaningful block progression. Workloads: asynchronous tasks that generate traffic or conditions. They\\nuse shared context to interact with the deployed cluster and may bundle\\ndefault expectations. Expectations: post-run assertions. They can capture baselines before\\nworkloads start and evaluate success once activity stops. Runtime: coordinates workloads and expectations for the configured\\nduration, enforces cooldowns when control actions occur, and ensures cleanup\\nso runs do not leak resources. Developers extending the model should keep these boundaries strict: topology\\ndescribes, scenarios assemble, runners deploy, workloads drive, and expectations\\njudge outcomes. For guidance on adding new capabilities, see Extending the Framework.","breadcrumbs":"Part III — Developer Reference » Scenario Model (Developer Level) » Scenario Model (Developer Level)","id":"53","title":"Scenario Model (Developer Level)"},"54":{"body":"","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Extending the Framework","id":"54","title":"Extending the Framework"},"55":{"body":"Implement testing_framework_core::scenario::Workload: Provide a name and any bundled expectations. In init, derive inputs from GeneratedTopology and RunMetrics; fail\\nfast if prerequisites are missing (e.g., wallet data, node addresses). In start, drive async traffic using the RunContext clients. Expose the workload from a module under testing-framework/workflows and\\nconsider adding a DSL helper for ergonomic wiring.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding a workload","id":"55","title":"Adding a workload"},"56":{"body":"Implement testing_framework_core::scenario::Expectation: Use start_capture to snapshot baseline metrics. Use evaluate to assert outcomes after workloads finish; return all errors\\nso the runner can aggregate them. Export it from testing-framework/workflows if it is reusable.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding an expectation","id":"56","title":"Adding an expectation"},"57":{"body":"Implement testing_framework_core::scenario::Deployer for your backend. Produce a RunContext with NodeClients, metrics endpoints, and optional NodeControlHandle. Guard cleanup with CleanupGuard to reclaim resources even on failures. Mirror the readiness and block-feed probes used by the existing runners so\\nworkloads can rely on consistent signals.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding a runner","id":"57","title":"Adding a runner"},"58":{"body":"Extend testing_framework_core::topology::TopologyBuilder with new layouts or\\nconfiguration presets (e.g., specialized DA parameters). Keep defaults safe:\\nensure at least one participant and clamp dispersal factors as the current\\nhelpers do.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding topology helpers","id":"58","title":"Adding topology helpers"},"59":{"body":"A minimal, end-to-end illustration of adding a custom workload and matching\\nexpectation. This shows the shape of the traits and where to plug into the\\nframework; expand the logic to fit your real test.","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Example: New Workload & Expectation (Rust)","id":"59","title":"Example: New Workload & Expectation (Rust)"},"6":{"body":"Declarative over imperative: describe the desired cluster shape, traffic, and success criteria; let the framework orchestrate the run. Observable health signals: prefer liveness and inclusion signals that reflect real user impact instead of internal debug state. Determinism first: default scenarios aim for repeatable outcomes with fixed topologies and traffic rates; variability is opt-in. Targeted non-determinism: introduce randomness (e.g., restarts) only when probing resilience or operational robustness. Protocol time, not wall time: reason in blocks and protocol-driven intervals to reduce dependence on host speed or scheduler noise. Minimum run window: always allow enough block production to make assertions meaningful; very short runs risk false confidence. Use chaos with intent: chaos workloads are for recovery and fault-tolerance validation, not for baseline functional checks.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Testing Philosophy","id":"6","title":"Testing Philosophy"},"60":{"body":"Key ideas: name: identifies the workload in logs. expectations: workloads can bundle defaults so callers don’t forget checks. init: derive inputs from the generated topology (e.g., pick a target node). start: drive async activity using the shared RunContext. #![allow(unused)] fn main() {\\nuse std::sync::Arc;\\nuse async_trait::async_trait;\\nuse testing_framework_core::scenario::{ DynError, Expectation, RunContext, RunMetrics, Workload,\\n};\\nuse testing_framework_core::topology::GeneratedTopology; pub struct ReachabilityWorkload { target_idx: usize, bundled: Vec>,\\n} impl ReachabilityWorkload { pub fn new(target_idx: usize) -> Self { Self { target_idx, bundled: vec![Box::new(ReachabilityExpectation::new(target_idx))], } }\\n} #[async_trait]\\nimpl Workload for ReachabilityWorkload { fn name(&self) -> &\'static str { \\"reachability_workload\\" } fn expectations(&self) -> Vec> { self.bundled.clone() } fn init( &mut self, topology: &GeneratedTopology, _metrics: &RunMetrics, ) -> Result<(), DynError> { if topology.validators().get(self.target_idx).is_none() { return Err(\\"no validator at requested index\\".into()); } Ok(()) } async fn start(&self, ctx: &RunContext) -> Result<(), DynError> { let client = ctx .node_clients() .validators() .get(self.target_idx) .ok_or(\\"missing target client\\")?; // Pseudo-action: issue a lightweight RPC to prove reachability. client.consensus_info().await.map_err(|e| e.into())?; Ok(()) }\\n} }","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Workload: simple reachability probe","id":"60","title":"Workload: simple reachability probe"},"61":{"body":"Key ideas: start_capture: snapshot baseline if needed (not used here). evaluate: assert the condition after workloads finish. #![allow(unused)] fn main() {\\nuse async_trait::async_trait;\\nuse testing_framework_core::scenario::{DynError, Expectation, RunContext}; pub struct ReachabilityExpectation { target_idx: usize,\\n} impl ReachabilityExpectation { pub fn new(target_idx: usize) -> Self { Self { target_idx } }\\n} #[async_trait]\\nimpl Expectation for ReachabilityExpectation { fn name(&self) -> &str { \\"target_reachable\\" } async fn evaluate(&mut self, ctx: &RunContext) -> Result<(), DynError> { let client = ctx .node_clients() .validators() .get(self.target_idx) .ok_or(\\"missing target client\\")?; client.consensus_info().await.map_err(|e| { format!(\\"target became unreachable during run: {e}\\").into() })?; Ok(()) }\\n} }","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Expectation: confirm the target stayed reachable","id":"61","title":"Expectation: confirm the target stayed reachable"},"62":{"body":"Build your scenario as usual and call .with_workload(ReachabilityWorkload::new(0)). The bundled expectation is attached automatically; you can add more with .with_expectation(...) if needed. Keep the logic minimal and fast for smoke tests; grow it into richer probes\\nfor deeper scenarios.","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » How to wire it","id":"62","title":"How to wire it"},"63":{"body":"High-level roles of the crates that make up the framework: Configs: prepares reusable configuration primitives for nodes, networking,\\ntracing, data availability, and wallets, shared by all scenarios and runners. Core scenario orchestration: houses the topology and scenario model,\\nruntime coordination, node clients, and readiness/health probes. Workflows: packages workloads and expectations into reusable building\\nblocks and offers a fluent DSL to assemble them. Runners: implements deployment backends (local host, Docker Compose,\\nKubernetes) that all consume the same scenario plan. Test workflows: example scenarios and integration checks that exercise the\\nframework end to end and serve as living documentation. Use this map to locate where to add new capabilities: configuration primitives\\nin configs, orchestration changes in core, reusable traffic/assertions in\\nworkflows, environment adapters in runners, and demonstrations in tests.","breadcrumbs":"Part III — Developer Reference » Internal Crate Reference » Internal Crate Reference","id":"63","title":"Internal Crate Reference"},"64":{"body":"Quick-reference material and supporting guidance to keep scenarios discoverable,\\ndebuggable, and consistent.","breadcrumbs":"Part IV — Appendix » Part IV — Appendix","id":"64","title":"Part IV — Appendix"},"65":{"body":"The framework offers a fluent builder style to keep scenarios readable. Common\\nknobs: Topology shaping: set validator and executor counts, pick a network layout\\nstyle, and adjust high-level data-availability traits. Wallet seeding: define how many users participate and the total funds\\navailable for transaction workloads. Workload tuning: configure transaction rates, data-availability channel\\nand blob rates, and whether chaos restarts should include validators,\\nexecutors, or both. Expectations: attach liveness and workload-specific checks so success is\\nexplicit. Run window: set a minimum duration long enough for multiple blocks to be\\nobserved and verified. Use these knobs to express intent clearly, keeping scenario definitions concise\\nand consistent across teams.","breadcrumbs":"Part IV — Appendix » DSL Cheat Sheet » Core Content: DSL Cheat Sheet","id":"65","title":"Core Content: DSL Cheat Sheet"},"66":{"body":"Common symptoms and likely causes: No or slow block progression: runner started workloads before readiness, insufficient run window, or environment too slow—extend duration or enable slow-environment tuning. Transactions not included: missing or insufficient wallet seeding, misaligned transaction rate with block cadence, or network instability—reduce rate and verify wallet setup. Chaos stalls the run: node control not available for the chosen runner or restart cadence too aggressive—enable control capability and widen restart intervals. Observability gaps: metrics or logs unreachable because ports clash or services are not exposed—adjust observability ports and confirm runner wiring. Flaky behavior across runs: mixing chaos with functional smoke tests or inconsistent topology between environments—separate deterministic and chaos scenarios and standardize topology presets.","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Troubleshooting Scenarios","id":"66","title":"Troubleshooting Scenarios"},"67":{"body":"Why block-oriented timing? Using block cadence reduces dependence on host speed and keeps assertions aligned\\nwith protocol behavior. Can I reuse the same scenario across runners? Yes. The plan stays the same; swap runners (local, compose, k8s) to target\\ndifferent environments. When should I enable chaos workloads? Only when testing resilience or operational recovery; keep functional smoke\\ntests deterministic. How long should runs be? Long enough for multiple blocks so liveness and inclusion checks are\\nmeaningful; very short runs risk false confidence. Do I always need seeded wallets? Only for transaction scenarios. Data-availability or pure chaos scenarios may\\nnot require them, but liveness checks still need validators producing blocks. What if expectations fail but workloads “look fine”? Trust expectations first—they capture the intended success criteria. Use the\\nobservability signals and runner logs to pinpoint why the system missed the\\ntarget.","breadcrumbs":"Part IV — Appendix » FAQ » FAQ","id":"67","title":"FAQ"},"68":{"body":"Validator: node role responsible for participating in consensus, producing\\nblocks, and verifying and sampling DA data. Executor: validator extended with DA blob dispersal capabilities, allowing\\nboth block production and data submission to the DA network. DA (Data Availability): subsystem ensuring blobs or channel data are\\npublished and retrievable for validation. Workload: traffic or behavior generator that exercises the system during a\\nscenario run. Expectation: post-run assertion that judges whether the system met the\\nintended success criteria. Topology: declarative description of the cluster shape, roles, and\\nhigh-level parameters for a scenario. Blockfeed: stream of block observations used for liveness or inclusion\\nsignals during a run. Control capability: the ability for a runner to start, stop, or restart\\nnodes, used by chaos workloads.","breadcrumbs":"Part IV — Appendix » Glossary » Glossary","id":"68","title":"Glossary"},"7":{"body":"Build the plan: Declare a topology, attach workloads and expectations, and set the run window. The plan is the single source of truth for what will happen. Deploy: Hand the plan to a runner. It provisions the environment on the chosen backend and waits for nodes to signal readiness. Drive workloads: Start traffic and behaviors (transactions, data-availability activity, restarts) for the planned duration. Observe blocks and signals: Track block progression and other high-level metrics during or after the run window to ground assertions in protocol time. Evaluate expectations: Once activity stops (and optional cooldown completes), check liveness and workload-specific outcomes to decide pass or fail. Cleanup: Tear down resources so successive runs start fresh and do not inherit leaked state. Conceptual lifecycle diagram: Plan → Deploy → Readiness → Drive Workloads → Observe → Evaluate → Cleanup Mermaid view: flowchart LR P[Plan
topology + workloads + expectations] --> D[Deploy
runner provisions] D --> R[Readiness
wait for nodes] R --> W[Drive Workloads] W --> O[Observe
blocks/metrics] O --> E[Evaluate Expectations] E --> C[Cleanup]","breadcrumbs":"Part I — Foundations » Scenario Lifecycle (Conceptual) » Scenario Lifecycle (Conceptual)","id":"7","title":"Scenario Lifecycle (Conceptual)"},"8":{"body":"Modular crates keep configuration, orchestration, workloads, and runners decoupled so each can evolve without breaking the others. Pluggable runners let the same scenario run on a laptop, a Docker host, or a Kubernetes cluster, making validation portable across environments. Separated workloads and expectations clarify intent: what traffic to generate versus how to judge success. This simplifies review and reuse. Declarative topology makes cluster shape explicit and repeatable, reducing surprise when moving between CI and developer machines. Maintainability through predictability: a clear flow from plan to deployment to verification lowers the cost of extending the framework and interpreting failures.","breadcrumbs":"Part I — Foundations » Design Rationale » Design Rationale","id":"8","title":"Design Rationale"},"9":{"body":"Practical guidance for shaping scenarios, combining workloads and expectations,\\nand running them across different environments.","breadcrumbs":"Part II — User Guide » Part II — User Guide","id":"9","title":"Part II — User Guide"}},"length":69,"save":true},"fields":["title","body","breadcrumbs"],"index":{"body":{"root":{"0":{"df":1,"docs":{"43":{"tf":1.0}}},"1":{"df":2,"docs":{"30":{"tf":1.0},"39":{"tf":1.0}},"–":{"3":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}}},"2":{"df":2,"docs":{"20":{"tf":1.0},"30":{"tf":1.0}}},"3":{"df":1,"docs":{"30":{"tf":1.0}}},"4":{"df":1,"docs":{"30":{"tf":1.0}},"–":{"5":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}}},"6":{"df":0,"docs":{},"–":{"7":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"60":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"a":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"68":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"36":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"36":{"tf":1.0},"43":{"tf":1.0},"51":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"12":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"45":{"tf":1.0},"53":{"tf":1.0},"60":{"tf":1.0}}}},"v":{"df":11,"docs":{"12":{"tf":1.0},"13":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"31":{"tf":1.0},"5":{"tf":1.4142135623730951},"53":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"14":{"tf":1.0},"16":{"tf":1.0},"20":{"tf":1.0}}}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"63":{"tf":1.0}}}}},"d":{"df":5,"docs":{"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"55":{"tf":1.0}}}}}}},"df":7,"docs":{"38":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"51":{"tf":1.0},"65":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"26":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"38":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"56":{"tf":1.0}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"66":{"tf":1.0}}}}}}}}}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"51":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"6":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":5,"docs":{"12":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"31":{"tf":1.0},"67":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":5,"docs":{"39":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}}}}}},"df":4,"docs":{"0":{"tf":1.0},"18":{"tf":1.0},"6":{"tf":1.0},"68":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"10":{"tf":1.0},"38":{"tf":1.0}}},"df":0,"docs":{}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":3,"docs":{"45":{"tf":1.0},"6":{"tf":1.0},"67":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"i":{"df":4,"docs":{"44":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":2,"docs":{"4":{"tf":1.0},"64":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"15":{"tf":1.0}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"2":{"tf":1.0},"29":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"5":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"11":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"51":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"10":{"tf":1.0},"30":{"tf":1.0},"53":{"tf":1.0},"63":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":16,"docs":{"11":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"27":{"tf":1.4142135623730951},"29":{"tf":1.0},"3":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.4142135623730951},"51":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"17":{"tf":1.0}}}},"t":{"df":2,"docs":{"11":{"tf":1.0},"51":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"0":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{":":{":":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"60":{"tf":1.0},"61":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"60":{"tf":1.0},"61":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":5,"docs":{"43":{"tf":1.0},"44":{"tf":1.4142135623730951},"55":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":6,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"1":{"tf":1.0},"12":{"tf":1.0},"31":{"tf":1.0},"4":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":18,"docs":{"0":{"tf":1.4142135623730951},"10":{"tf":1.0},"12":{"tf":1.4142135623730951},"14":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"31":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.4142135623730951},"53":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.7320508075688772},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":5,"docs":{"18":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"b":{"(":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"5":{"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":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"41":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"5":{"tf":1.0},"57":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}}}}},"d":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":6,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"32":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"22":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0}}}}}}}},"df":1,"docs":{"5":{"tf":1.0}},"e":{"c":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"18":{"tf":1.0},"31":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"66":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"36":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":12,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.0},"26":{"tf":1.4142135623730951},"3":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"18":{"tf":1.0},"33":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":9,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"38":{"tf":1.0},"66":{"tf":1.0},"8":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"28":{"tf":1.0},"51":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"b":{"df":5,"docs":{"0":{"tf":2.0},"12":{"tf":1.0},"14":{"tf":1.0},"65":{"tf":1.0},"68":{"tf":1.4142135623730951}},"s":{"/":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"21":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"51":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"42":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":22,"docs":{"0":{"tf":1.7320508075688772},"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"18":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"27":{"tf":2.23606797749979},"28":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":1.4142135623730951},"63":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":2.0},"68":{"tf":1.7320508075688772},"7":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"e":{"df":2,"docs":{"27":{"tf":1.0},"68":{"tf":1.0}},"e":{"d":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"28":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":3,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"4":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":6,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"21":{"tf":1.0},"65":{"tf":1.0},"68":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"30":{"tf":1.0},"53":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"a":{"d":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"5":{"tf":1.0}}}}}}},"u":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"27":{"tf":1.0},"48":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":7,"docs":{"23":{"tf":1.0},"29":{"tf":1.0},"39":{"tf":1.0},"53":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"38":{"tf":1.0},"43":{"tf":1.0},"65":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":2,"docs":{"3":{"tf":1.0},"37":{"tf":1.0}}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":5,"docs":{"16":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.7320508075688772},"62":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"25":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"z":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"26":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"c":{"(":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"5":{"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":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"27":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"42":{"tf":1.0},"62":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":6,"docs":{"0":{"tf":1.0},"23":{"tf":1.0},"53":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"31":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0},"67":{"tf":1.0}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"3":{"tf":1.0},"49":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"66":{"tf":1.0}}}}},"df":1,"docs":{"5":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":5,"docs":{"1":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.0},"48":{"tf":1.0},"63":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"0":{"tf":1.0},"14":{"tf":1.0},"65":{"tf":1.0},"68":{"tf":1.0}}}}}},"o":{"df":22,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"22":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"38":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"49":{"tf":1.0},"50":{"tf":1.7320508075688772},"6":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.7320508075688772},"67":{"tf":1.4142135623730951},"68":{"tf":1.0}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"12":{"tf":1.0},"53":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"65":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":21,"docs":{"10":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"30":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951},"43":{"tf":1.0},"49":{"tf":1.4142135623730951},"5":{"tf":1.4142135623730951},"51":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0},"67":{"tf":1.4142135623730951},"7":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"10":{"tf":1.0},"51":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"18":{"tf":1.0},"5":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":6,"docs":{"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"50":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"5":{"tf":1.0},"51":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"48":{"tf":1.0}},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}}}}},"i":{"df":6,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"28":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"8":{"tf":1.0}},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"58":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"51":{"tf":1.0},"66":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"53":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":1.4142135623730951}},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"r":{"df":10,"docs":{"1":{"tf":1.0},"12":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"26":{"tf":1.0},"30":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"8":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"65":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"|":{"df":2,"docs":{"60":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":5,"docs":{"42":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"63":{"tf":1.0}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"16":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"42":{"tf":1.0}}}}},"df":16,"docs":{"1":{"tf":1.0},"12":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.4142135623730951},"46":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":2.0},"51":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.0},"68":{"tf":1.0},"8":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}}}}}},"o":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"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":{"15":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"51":{"tf":1.0}}}}}}}}},"df":3,"docs":{"15":{"tf":1.4142135623730951},"27":{"tf":1.0},"51":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":7,"docs":{"19":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"36":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"0":{"tf":1.0},"3":{"tf":1.0}}},"s":{"df":16,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.4142135623730951},"38":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.0}},"u":{"df":5,"docs":{"15":{"tf":1.0},"2":{"tf":1.0},"31":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"10":{"tf":1.0},"18":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"15":{"tf":1.0},"65":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"5":{"tf":1.0},"53":{"tf":1.0},"61":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"43":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"3":{"tf":1.0},"6":{"tf":1.0},"67":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":4,"docs":{"10":{"tf":1.0},"11":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"r":{"df":9,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":1.0},"63":{"tf":1.4142135623730951},"65":{"tf":1.0},"8":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"df":6,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"61":{"tf":1.0},"66":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":8,"docs":{"0":{"tf":1.7320508075688772},"12":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"40":{"tf":1.0},"68":{"tf":1.0}}}}}},"i":{"d":{"df":2,"docs":{"48":{"tf":1.0},"55":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"12":{"tf":1.0},"32":{"tf":1.0},"45":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"57":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"m":{"df":4,"docs":{"10":{"tf":1.0},"27":{"tf":1.0},"51":{"tf":1.7320508075688772},"63":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"34":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"1":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.0},"65":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"0":{"tf":1.0},"53":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"15":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"0":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":17,"docs":{"14":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.7320508075688772},"44":{"tf":1.0},"45":{"tf":2.0},"46":{"tf":1.0},"47":{"tf":1.7320508075688772},"51":{"tf":1.0},"53":{"tf":1.0},"66":{"tf":1.4142135623730951},"68":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"34":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":4,"docs":{"40":{"tf":1.4142135623730951},"45":{"tf":1.0},"48":{"tf":1.4142135623730951},"49":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":4,"docs":{"38":{"tf":1.0},"39":{"tf":1.0},"53":{"tf":1.0},"7":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"0":{"tf":1.0},"53":{"tf":1.0},"63":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":8,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.0},"29":{"tf":1.0},"63":{"tf":1.4142135623730951},"65":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"16":{"tf":1.0},"19":{"tf":1.0},"65":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"10":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"17":{"tf":1.0},"21":{"tf":1.0}}}},"df":1,"docs":{"4":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"10":{"tf":1.0},"52":{"tf":1.0},"63":{"tf":1.4142135623730951},"8":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":5,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"6":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"43":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":3,"docs":{"43":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"44":{"tf":1.4142135623730951},"58":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":3,"docs":{"27":{"tf":1.0},"28":{"tf":1.0},"59":{"tf":1.0}}}}}}}},"d":{"(":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"[":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"7":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"a":{"df":9,"docs":{"0":{"tf":3.0},"18":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"49":{"tf":1.0},"58":{"tf":1.0},"68":{"tf":2.0}},"t":{"a":{"df":15,"docs":{"0":{"tf":2.6457513110645907},"10":{"tf":1.0},"12":{"tf":1.4142135623730951},"14":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"3":{"tf":1.4142135623730951},"5":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.4142135623730951},"67":{"tf":1.0},"68":{"tf":2.0},"7":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"5":{"tf":1.0},"7":{"tf":1.0}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":3,"docs":{"33":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0}},"g":{"df":1,"docs":{"64":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"12":{"tf":1.0},"51":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"r":{"df":6,"docs":{"12":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"52":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"62":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":5,"docs":{"16":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"12":{"tf":1.0},"53":{"tf":1.0},"65":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"65":{"tf":1.0}}}}}}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"y":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":3,"docs":{"24":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.4142135623730951}},"s":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.0},"30":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"a":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":9,"docs":{"11":{"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},"30":{"tf":1.0},"63":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"51":{"tf":1.0},"6":{"tf":1.0},"67":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":14,"docs":{"10":{"tf":1.4142135623730951},"11":{"tf":1.0},"23":{"tf":1.0},"28":{"tf":2.0},"31":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"5":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"63":{"tf":1.0},"7":{"tf":1.4142135623730951},"8":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"5":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"55":{"tf":1.0},"60":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":6,"docs":{"11":{"tf":1.0},"13":{"tf":1.4142135623730951},"3":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"10":{"tf":1.0},"53":{"tf":1.0},"68":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"42":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":3,"docs":{"26":{"tf":1.0},"4":{"tf":1.0},"8":{"tf":1.0}}}},"r":{"df":1,"docs":{"6":{"tf":1.0}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"22":{"tf":1.0},"40":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"6":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"16":{"tf":1.4142135623730951},"18":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":8,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.4142135623730951},"8":{"tf":1.0}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"50":{"tf":1.0}},"t":{"df":1,"docs":{"36":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"5":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"27":{"tf":1.0},"31":{"tf":1.0},"67":{"tf":1.0},"9":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"34":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"64":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":3,"docs":{"0":{"tf":1.7320508075688772},"58":{"tf":1.0},"68":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"51":{"tf":1.0},"52":{"tf":1.0}},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"27":{"tf":1.0}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"34":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"63":{"tf":1.0},"8":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"18":{"tf":1.0},"26":{"tf":1.0},"63":{"tf":1.0}}}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":2,"docs":{"50":{"tf":1.0},"60":{"tf":1.0}}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"26":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"7":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"28":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.7320508075688772}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"22":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"[":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{}},"df":11,"docs":{"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"3":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.4142135623730951}},"n":{"df":2,"docs":{"13":{"tf":1.0},"6":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"p":{"/":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"26":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"26":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"l":{"df":6,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"16":{"tf":1.0},"55":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":8,"docs":{"12":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"31":{"tf":1.0},"53":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"2":{"0":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"5":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}},"7":{"5":{"df":1,"docs":{"39":{"tf":1.0}}},"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":4,"docs":{"48":{"tf":1.0},"61":{"tf":1.0},"68":{"tf":1.4142135623730951},"7":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"44":{"tf":1.4142135623730951},"60":{"tf":1.7320508075688772},"61":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},".":{"df":0,"docs":{},"g":{"df":11,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"15":{"tf":1.0},"25":{"tf":1.0},"30":{"tf":1.0},"38":{"tf":1.0},"45":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"60":{"tf":1.0}}}}}}},"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"18":{"tf":1.0},"5":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"51":{"tf":1.0}}}}},"s":{"df":1,"docs":{"34":{"tf":1.0}},"i":{"df":1,"docs":{"12":{"tf":1.0}}}}},"df":1,"docs":{"7":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"3":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"28":{"tf":1.0}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"16":{"tf":1.0},"22":{"tf":1.0},"51":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":3,"docs":{"38":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"d":{"df":5,"docs":{"11":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"48":{"tf":1.0},"57":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":2,"docs":{"30":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"10":{"tf":1.0},"3":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":5,"docs":{"12":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.0},"65":{"tf":1.0},"67":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":10,"docs":{"0":{"tf":1.0},"24":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.4142135623730951},"58":{"tf":1.0},"68":{"tf":1.0}}}}},"v":{"df":1,"docs":{"36":{"tf":1.0}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":21,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.7320508075688772},"32":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.7320508075688772},"63":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"66":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"55":{"tf":1.0}}}}}}},"r":{"(":{"\\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"60":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"3":{"tf":1.0},"56":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"2":{"tf":1.0},"4":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"a":{"df":0,"docs":{},"l":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":6,"docs":{"15":{"tf":1.4142135623730951},"31":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"57":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":3,"docs":{"5":{"tf":1.0},"52":{"tf":1.0},"8":{"tf":1.0}}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":7,"docs":{"10":{"tf":1.0},"19":{"tf":1.0},"23":{"tf":1.0},"4":{"tf":1.4142135623730951},"44":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"36":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"r":{"df":11,"docs":{"0":{"tf":2.0},"12":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.0},"50":{"tf":1.0},"65":{"tf":1.4142135623730951},"68":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":7,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"14":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.0},"63":{"tf":1.0},"68":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":1,"docs":{"39":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"60":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":43,"docs":{"1":{"tf":1.0},"10":{"tf":1.4142135623730951},"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"15":{"tf":1.7320508075688772},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.7320508075688772},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.4142135623730951},"36":{"tf":1.7320508075688772},"38":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.7320508075688772},"51":{"tf":1.4142135623730951},"53":{"tf":2.23606797749979},"55":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":2.0},"61":{"tf":1.7320508075688772},"62":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0},"67":{"tf":1.4142135623730951},"68":{"tf":1.0},"7":{"tf":2.0},"8":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"41":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"16":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"1":{"tf":1.0},"12":{"tf":1.0},"18":{"tf":1.0},"65":{"tf":1.0},"8":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}},"s":{"df":4,"docs":{"45":{"tf":1.0},"47":{"tf":1.0},"51":{"tf":1.4142135623730951},"55":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"51":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"—":{"a":{"d":{"df":0,"docs":{},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"66":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"65":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":8,"docs":{"0":{"tf":1.0},"4":{"tf":1.7320508075688772},"52":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"58":{"tf":1.0},"68":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":2,"docs":{"11":{"tf":1.0},"44":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"48":{"tf":1.0}}}}}}},"}":{"\\"":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"61":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"f":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"10":{"tf":1.0}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"58":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"55":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":11,"docs":{"12":{"tf":1.0},"18":{"tf":1.0},"26":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.4142135623730951},"5":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":2.0},"57":{"tf":1.0},"8":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":2,"docs":{"24":{"tf":1.0},"28":{"tf":1.0}}}},"l":{"df":0,"docs":{},"s":{"df":3,"docs":{"51":{"tf":1.0},"6":{"tf":1.0},"67":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}}}},"q":{"df":1,"docs":{"67":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"12":{"tf":1.0},"28":{"tf":1.0},"55":{"tf":1.0},"62":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"18":{"tf":1.0},"28":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"28":{"tf":1.0},"42":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":1,"docs":{"27":{"tf":1.0}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"18":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"67":{"tf":1.0}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"12":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"16":{"tf":1.0},"18":{"tf":1.0},"43":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0}},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"67":{"tf":1.0}}}}}}}}}},"t":{"df":6,"docs":{"10":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"59":{"tf":1.0}}},"x":{"df":1,"docs":{"6":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"31":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"51":{"tf":1.0}}},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"66":{"tf":1.0}}}},"p":{"df":2,"docs":{"38":{"tf":1.0},"50":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"15":{"tf":1.0},"36":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":5,"docs":{"20":{"tf":1.0},"31":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"8":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"63":{"tf":1.0},"65":{"tf":1.0}}}}}}},"n":{"df":5,"docs":{"39":{"tf":1.0},"43":{"tf":1.7320508075688772},"44":{"tf":1.7320508075688772},"60":{"tf":2.449489742783178},"61":{"tf":2.0}}},"o":{"c":{"df":0,"docs":{},"u":{"df":1,"docs":{"44":{"tf":1.0}},"s":{"df":4,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"31":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"16":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"t":{"!":{"(":{"\\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"5":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"16":{"tf":1.0},"2":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"55":{"tf":1.0},"56":{"tf":1.0}}}}}}}}}}},"df":16,"docs":{"0":{"tf":1.0},"11":{"tf":1.4142135623730951},"2":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.7320508075688772},"5":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.4142135623730951},"65":{"tf":1.0},"8":{"tf":1.0}},"’":{"df":1,"docs":{"16":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"28":{"tf":1.0},"3":{"tf":1.0},"50":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"16":{"tf":1.0},"18":{"tf":1.0},"6":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0}}}}}}},"d":{"df":1,"docs":{"65":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"44":{"tf":1.0}}}}},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"29":{"tf":1.0}}}}}},"g":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"3":{"tf":1.0},"66":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"36":{"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":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":3,"docs":{"42":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":8,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"29":{"tf":1.0},"5":{"tf":1.4142135623730951},"53":{"tf":1.0},"60":{"tf":1.0},"68":{"tf":1.0},"8":{"tf":1.0}}}}},"t":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"60":{"tf":1.0},"61":{"tf":1.0}}}},"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":1,"docs":{"1":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"68":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"45":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":3,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":1,"docs":{"62":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"45":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":4,"docs":{"50":{"tf":1.0},"53":{"tf":1.0},"64":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"df":3,"docs":{"1":{"tf":1.0},"4":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"26":{"tf":1.0}}}},"n":{"d":{"df":1,"docs":{"7":{"tf":1.0}},"l":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"41":{"tf":1.0},"7":{"tf":1.0}}}}}},"r":{"d":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"48":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"12":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0}},"i":{"df":2,"docs":{"15":{"tf":1.0},"48":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":4,"docs":{"40":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"51":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"0":{"tf":1.0},"61":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":9,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"25":{"tf":1.0},"5":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"35":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"33":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.0},"8":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"63":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"c":{"df":2,"docs":{"42":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"i":{"[":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"15":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"a":{"df":9,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"60":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"i":{"df":2,"docs":{"4":{"tf":1.4142135623730951},"9":{"tf":1.0}},"i":{"df":2,"docs":{"4":{"tf":1.0},"52":{"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":3,"docs":{"19":{"tf":1.0},"23":{"tf":1.0},"59":{"tf":1.0}}}}}}}},"m":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}},"l":{"df":3,"docs":{"43":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"38":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"63":{"tf":1.0}}}}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":5,"docs":{"0":{"tf":1.0},"39":{"tf":1.4142135623730951},"44":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"38":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":11,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"40":{"tf":1.0},"49":{"tf":1.0},"6":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"21":{"tf":1.0},"48":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"66":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"\\"":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"60":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.4142135623730951}}}},"i":{"c":{"df":1,"docs":{"17":{"tf":1.0}}},"df":0,"docs":{}},"u":{"c":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"7":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":3,"docs":{"15":{"tf":1.7320508075688772},"55":{"tf":1.0},"60":{"tf":1.4142135623730951}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"51":{"tf":1.0}}}}}}},"df":2,"docs":{"34":{"tf":1.0},"51":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"48":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"66":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":4,"docs":{"10":{"tf":1.4142135623730951},"11":{"tf":1.0},"3":{"tf":1.0},"63":{"tf":1.0}}}},"n":{"d":{"df":4,"docs":{"12":{"tf":1.0},"53":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":5,"docs":{"16":{"tf":1.0},"18":{"tf":1.0},"6":{"tf":1.0},"65":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"23":{"tf":1.0},"26":{"tf":1.0},"50":{"tf":1.0}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":3,"docs":{"24":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"12":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"8":{"tf":1.0}}}}}},"v":{"df":3,"docs":{"27":{"tf":1.0},"6":{"tf":1.0},"66":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":2,"docs":{"37":{"tf":1.0},"6":{"tf":1.0}},"t":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":3,"docs":{"3":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":2,"docs":{"51":{"tf":1.0},"60":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"12":{"tf":1.0},"17":{"tf":1.4142135623730951},"33":{"tf":1.0}}}}},"v":{"df":2,"docs":{"4":{"tf":1.0},"64":{"tf":1.0}}}},"j":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"g":{"df":4,"docs":{"5":{"tf":1.0},"53":{"tf":1.0},"68":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"k":{"8":{"df":9,"docs":{"11":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":1.4142135623730951},"38":{"tf":1.0},"47":{"tf":1.0},"51":{"tf":1.0},"67":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":21,"docs":{"10":{"tf":1.4142135623730951},"12":{"tf":1.0},"16":{"tf":1.7320508075688772},"17":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"22":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"8":{"tf":1.0}}}},"y":{"df":3,"docs":{"48":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}}},"n":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"65":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"35":{"tf":1.0},"5":{"tf":1.0},"63":{"tf":1.0},"8":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"24":{"tf":1.0}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"27":{"tf":1.0},"53":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"24":{"tf":1.4142135623730951},"48":{"tf":1.0},"49":{"tf":1.0}},"y":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"49":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"16":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"33":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"21":{"tf":1.0},"5":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"10":{"tf":1.0},"16":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"58":{"tf":1.0},"65":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"53":{"tf":1.0},"7":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":12,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"14":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":2,"docs":{"30":{"tf":1.0},"7":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}}}}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"14":{"tf":1.0},"41":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"15":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":22,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"29":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0},"67":{"tf":1.4142135623730951},"68":{"tf":1.0},"7":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}},"o":{"a":{"d":{"df":2,"docs":{"25":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"df":14,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"31":{"tf":1.4142135623730951},"33":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.0}}},"t":{"df":1,"docs":{"63":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":3,"docs":{"60":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0}},"i":{"c":{"df":2,"docs":{"59":{"tf":1.0},"62":{"tf":1.0}}},"df":0,"docs":{}},"s":{"/":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"51":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"51":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"12":{"tf":1.0},"53":{"tf":1.0},"65":{"tf":1.0},"67":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"35":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"26":{"tf":1.0},"67":{"tf":1.0}}},"p":{"df":2,"docs":{"18":{"tf":1.0},"33":{"tf":1.0}}},"s":{"df":1,"docs":{"10":{"tf":1.0}}}},"w":{"df":1,"docs":{"25":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"r":{"df":2,"docs":{"5":{"tf":1.0},"7":{"tf":1.0}}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"34":{"tf":1.0},"8":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"10":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"39":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"0":{"tf":1.0},"52":{"tf":1.0},"8":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":6,"docs":{"12":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.0},"8":{"tf":1.4142135623730951}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":6,"docs":{"12":{"tf":1.0},"14":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.0},"65":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"46":{"tf":1.0}}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":3,"docs":{"11":{"tf":1.0},"51":{"tf":1.0},"63":{"tf":1.0}}},"t":{"c":{"df":0,"docs":{},"h":{"df":4,"docs":{"16":{"tf":1.0},"18":{"tf":1.0},"4":{"tf":1.0},"59":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"64":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"12":{"tf":1.0},"35":{"tf":1.0}}}}}},"x":{"df":1,"docs":{"39":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":8,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"18":{"tf":1.0},"3":{"tf":1.0},"45":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.0},"67":{"tf":1.0}}}}},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"48":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"2":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"d":{"df":5,"docs":{"15":{"tf":1.0},"36":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"51":{"tf":1.0},"68":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"c":{"df":7,"docs":{"27":{"tf":1.0},"42":{"tf":1.4142135623730951},"51":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"i":{"d":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}}},"df":1,"docs":{"39":{"tf":1.0}},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"18":{"tf":1.0},"20":{"tf":1.0},"33":{"tf":1.0},"59":{"tf":1.0},"62":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":3,"docs":{"48":{"tf":1.0},"6":{"tf":1.0},"65":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"57":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"66":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":4,"docs":{"51":{"tf":1.0},"55":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0}}}},"x":{"df":1,"docs":{"66":{"tf":1.0}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"26":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":9,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"16":{"tf":1.0},"2":{"tf":1.0},"25":{"tf":1.0},"4":{"tf":1.4142135623730951},"53":{"tf":1.7320508075688772},"63":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"0":{"tf":1.0},"30":{"tf":1.0},"8":{"tf":1.0}}}},"df":1,"docs":{"55":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"62":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"18":{"tf":1.0},"8":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":9,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"10":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.7320508075688772},"30":{"tf":1.4142135623730951},"34":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"18":{"tf":1.0},"65":{"tf":1.0},"67":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"60":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":3,"docs":{"43":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"55":{"tf":1.0},"60":{"tf":1.0}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"5":{"tf":1.0}}}}}}},"df":1,"docs":{"25":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":8,"docs":{"16":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"51":{"tf":1.4142135623730951},"61":{"tf":1.0},"62":{"tf":1.0},"67":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"g":{"df":2,"docs":{"26":{"tf":1.0},"51":{"tf":1.0}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":12,"docs":{"0":{"tf":2.0},"10":{"tf":1.0},"12":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"5":{"tf":1.0},"53":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"28":{"tf":1.0},"41":{"tf":1.0}}}}},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"60":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":7,"docs":{"23":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"60":{"tf":1.0},"61":{"tf":1.0}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"42":{"tf":1.0},"57":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":6,"docs":{"38":{"tf":1.4142135623730951},"42":{"tf":1.0},"44":{"tf":1.4142135623730951},"45":{"tf":1.0},"47":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":34,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.0},"10":{"tf":1.7320508075688772},"12":{"tf":1.0},"14":{"tf":1.4142135623730951},"17":{"tf":1.0},"2":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.7320508075688772},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.7320508075688772},"39":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.4142135623730951},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.7320508075688772},"53":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.4142135623730951},"66":{"tf":1.0},"68":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"6":{"tf":1.0}},"i":{"df":1,"docs":{"18":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"df":7,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.7320508075688772},"51":{"tf":1.0}}}},"n":{"df":1,"docs":{"6":{"tf":1.0}}},"w":{"df":2,"docs":{"4":{"tf":1.0},"44":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"16":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"[":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":18,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.4142135623730951},"41":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.7320508075688772},"53":{"tf":1.0},"6":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.4142135623730951}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"18":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"7":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"63":{"tf":1.0},"65":{"tf":1.0}}}}}},"k":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"\\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"60":{"tf":1.0},"61":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":3,"docs":{"43":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.0}}},"n":{"c":{"df":4,"docs":{"5":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0},"7":{"tf":1.0}}},"df":6,"docs":{"10":{"tf":1.0},"21":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"35":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":10,"docs":{"12":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.4142135623730951},"44":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":2.0},"6":{"tf":1.0},"67":{"tf":1.0}}}},"t":{"df":2,"docs":{"16":{"tf":1.0},"6":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"22":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":1.0}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":7,"docs":{"10":{"tf":1.4142135623730951},"11":{"tf":1.0},"33":{"tf":1.0},"5":{"tf":1.4142135623730951},"6":{"tf":1.0},"63":{"tf":1.4142135623730951},"8":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"67":{"tf":1.0}}}}}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}}}}},"df":1,"docs":{"24":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"50":{"tf":1.0}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":10,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"5":{"tf":1.4142135623730951},"51":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"3":{"tf":1.0},"6":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"5":{"tf":1.0}}}}}}}}}},"p":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"7":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"24":{"tf":1.0}}},"k":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"11":{"tf":1.0},"63":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"46":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":7,"docs":{"1":{"tf":1.0},"17":{"tf":1.0},"26":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"29":{"tf":1.0},"5":{"tf":1.0},"58":{"tf":1.0},"68":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"26":{"tf":1.0}}}}}}}},"df":0,"docs":{},"t":{"df":5,"docs":{"2":{"tf":1.0},"4":{"tf":2.449489742783178},"52":{"tf":1.0},"64":{"tf":1.0},"9":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"48":{"tf":1.0}}}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":5,"docs":{"0":{"tf":1.0},"14":{"tf":1.0},"58":{"tf":1.0},"65":{"tf":1.0},"68":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"17":{"tf":1.0},"31":{"tf":1.0},"51":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":1,"docs":{"7":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"14":{"tf":1.0},"21":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":8,"docs":{"10":{"tf":1.0},"16":{"tf":2.0},"17":{"tf":1.0},"18":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.4142135623730951},"48":{"tf":1.0},"50":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"24":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.0}}}},"r":{"df":4,"docs":{"16":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"5":{"tf":1.0}}}}}}}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"25":{"tf":1.4142135623730951},"30":{"tf":2.8284271247461903}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":2,"docs":{"4":{"tf":1.0},"6":{"tf":1.0}}}}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":7,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"29":{"tf":1.0},"4":{"tf":1.0},"60":{"tf":1.0},"65":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"10":{"tf":1.0},"11":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"67":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"15":{"tf":1.0},"30":{"tf":1.0}}}}}}}},"l":{"a":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"36":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":16,"docs":{"1":{"tf":1.0},"10":{"tf":1.4142135623730951},"15":{"tf":1.0},"17":{"tf":1.4142135623730951},"26":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":2.0},"32":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"39":{"tf":1.0},"5":{"tf":1.7320508075688772},"53":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":2.23606797749979},"8":{"tf":1.0}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"51":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"u":{"df":2,"docs":{"21":{"tf":1.0},"22":{"tf":1.0}},"g":{"df":1,"docs":{"59":{"tf":1.0}},"g":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"13":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"48":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"10":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"df":3,"docs":{"34":{"tf":1.0},"51":{"tf":1.0},"66":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"27":{"tf":1.0},"30":{"tf":1.0},"53":{"tf":1.0},"68":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"28":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"18":{"tf":1.0},"41":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"5":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"10":{"tf":1.0},"63":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"31":{"tf":1.4142135623730951},"51":{"tf":2.0},"53":{"tf":1.0},"55":{"tf":1.0}}}}}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"22":{"tf":1.0},"51":{"tf":1.0}}}},"t":{"df":3,"docs":{"18":{"tf":1.0},"58":{"tf":1.0},"66":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"15":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"17":{"tf":1.0},"31":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.4142135623730951}}}}}},"o":{"b":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"26":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":9,"docs":{"12":{"tf":1.0},"16":{"tf":1.0},"36":{"tf":1.0},"48":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"33":{"tf":1.0},"5":{"tf":1.0}}}}}},"d":{"df":1,"docs":{"50":{"tf":1.0}},"u":{"c":{"df":6,"docs":{"0":{"tf":1.4142135623730951},"15":{"tf":1.0},"28":{"tf":1.0},"57":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0}},"t":{"df":4,"docs":{"23":{"tf":1.0},"41":{"tf":1.0},"6":{"tf":1.0},"68":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":8,"docs":{"12":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.4142135623730951},"3":{"tf":1.0},"40":{"tf":1.0},"53":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"29":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":8,"docs":{"0":{"tf":1.0},"16":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"6":{"tf":1.4142135623730951},"67":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"60":{"tf":1.0}},"r":{"df":1,"docs":{"51":{"tf":1.0}}}},"i":{"d":{"df":8,"docs":{"28":{"tf":1.0},"34":{"tf":1.0},"38":{"tf":1.4142135623730951},"4":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"51":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":2,"docs":{"36":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"36":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"60":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"b":{"df":3,"docs":{"44":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"0":{"tf":1.0},"68":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"67":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"13":{"tf":1.0},"3":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"q":{"a":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"17":{"tf":1.0},"4":{"tf":1.0},"64":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":3,"docs":{"29":{"tf":1.4142135623730951},"48":{"tf":1.0},"6":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"29":{"tf":1.0},"38":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"39":{"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":{},"e":{"df":11,"docs":{"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":1.4142135623730951},"48":{"tf":1.0},"6":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"7":{"tf":1.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"60":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"60":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"l":{"df":3,"docs":{"36":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.0}},"e":{"df":0,"docs":{},"—":{"a":{"df":1,"docs":{"51":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"13":{"tf":1.0},"16":{"tf":1.0},"65":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"4":{"tf":1.0}},"i":{"df":10,"docs":{"10":{"tf":1.0},"22":{"tf":1.0},"28":{"tf":1.4142135623730951},"31":{"tf":1.0},"36":{"tf":1.7320508075688772},"5":{"tf":1.0},"51":{"tf":1.7320508075688772},"57":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.4142135623730951}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"63":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":5,"docs":{"0":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"1":{"tf":1.0},"3":{"tf":1.0},"41":{"tf":1.0},"50":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"57":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":7,"docs":{"14":{"tf":1.0},"17":{"tf":1.0},"37":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"6":{"tf":1.0},"67":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":4,"docs":{"16":{"tf":1.0},"6":{"tf":1.0},"67":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"4":{"tf":1.4142135623730951},"52":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"0":{"tf":1.0}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"31":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}},"x":{"df":2,"docs":{"36":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"18":{"tf":1.0},"57":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"15":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"10":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"6":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"53":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":5,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":7,"docs":{"0":{"tf":1.0},"14":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"43":{"tf":1.0},"67":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":9,"docs":{"12":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.4142135623730951},"22":{"tf":1.0},"26":{"tf":1.0},"6":{"tf":1.0},"67":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"53":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":5,"docs":{"11":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.0},"68":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"p":{"df":1,"docs":{"47":{"tf":1.0}}}},"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":20,"docs":{"14":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.4142135623730951},"30":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.4142135623730951},"49":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"68":{"tf":1.0},"7":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"43":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":6,"docs":{"18":{"tf":1.0},"31":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"61":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"0":{"tf":1.4142135623730951},"68":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"56":{"tf":1.0},"60":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"10":{"tf":1.4142135623730951},"16":{"tf":1.0},"56":{"tf":1.0},"63":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":4,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"67":{"tf":1.0},"8":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"17":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"8":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"62":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"6":{"tf":1.0},"67":{"tf":1.0}}}}},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":7,"docs":{"22":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.0},"63":{"tf":1.0},"68":{"tf":1.4142135623730951}}}}},"p":{"c":{"df":1,"docs":{"60":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":6,"docs":{"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"55":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.7320508075688772},"61":{"tf":1.4142135623730951}}}}}}}}},"df":27,"docs":{"1":{"tf":1.0},"12":{"tf":1.7320508075688772},"15":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.4142135623730951},"27":{"tf":1.0},"28":{"tf":1.7320508075688772},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.7320508075688772},"35":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"48":{"tf":1.0},"5":{"tf":1.4142135623730951},"51":{"tf":1.0},"53":{"tf":2.0},"6":{"tf":1.7320508075688772},"61":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.7320508075688772},"67":{"tf":1.4142135623730951},"68":{"tf":1.7320508075688772},"7":{"tf":1.7320508075688772},"8":{"tf":1.0},"9":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":4,"docs":{"25":{"tf":1.0},"42":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.4142135623730951}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":28,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":1.0},"31":{"tf":1.7320508075688772},"32":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.7320508075688772},"38":{"tf":2.23606797749979},"39":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.7320508075688772},"5":{"tf":1.4142135623730951},"51":{"tf":1.7320508075688772},"53":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"63":{"tf":1.7320508075688772},"66":{"tf":1.7320508075688772},"67":{"tf":1.7320508075688772},"68":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}},"’":{"df":1,"docs":{"51":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"36":{"tf":1.0}},"{":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":7,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"29":{"tf":1.0},"36":{"tf":1.4142135623730951},"51":{"tf":1.0},"53":{"tf":1.0},"63":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"36":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"58":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":6,"docs":{"10":{"tf":1.0},"31":{"tf":1.4142135623730951},"38":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.4142135623730951},"8":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"0":{"tf":1.4142135623730951},"68":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"51":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"2":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":35,"docs":{"1":{"tf":1.0},"10":{"tf":2.23606797749979},"11":{"tf":1.7320508075688772},"12":{"tf":1.7320508075688772},"13":{"tf":1.4142135623730951},"15":{"tf":1.0},"16":{"tf":2.0},"17":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"23":{"tf":1.0},"30":{"tf":1.7320508075688772},"31":{"tf":1.7320508075688772},"32":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.7320508075688772},"43":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.7320508075688772},"51":{"tf":1.4142135623730951},"53":{"tf":2.23606797749979},"6":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":2.23606797749979},"64":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"67":{"tf":1.7320508075688772},"68":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"25":{"tf":1.0},"35":{"tf":1.0},"6":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":2,"docs":{"41":{"tf":1.0},"50":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"11":{"tf":1.0},"51":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"18":{"tf":1.0},"25":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"d":{"df":8,"docs":{"16":{"tf":1.0},"18":{"tf":1.0},"36":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0}}},"df":4,"docs":{"12":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":1.0},"53":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"22":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.0}}}},"df":0,"docs":{}},"f":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"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":3,"docs":{"16":{"tf":1.0},"60":{"tf":1.7320508075688772},"61":{"tf":1.7320508075688772}}}},"n":{"d":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"10":{"tf":1.0},"18":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"30":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"tf":1.0}}},"v":{"df":1,"docs":{"63":{"tf":1.0}},"i":{"c":{"df":2,"docs":{"34":{"tf":1.0},"66":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":8,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"20":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"52":{"tf":1.0},"65":{"tf":1.4142135623730951},"7":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"11":{"tf":1.0},"34":{"tf":1.0},"66":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":20,"docs":{"12":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"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.4142135623730951},"30":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.4142135623730951},"53":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"65":{"tf":1.0},"68":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":8,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"18":{"tf":1.0},"35":{"tf":1.0},"42":{"tf":1.0},"53":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"65":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"0":{"tf":1.0},"6":{"tf":1.0},"67":{"tf":1.0}}}},"w":{"df":5,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"23":{"tf":1.0},"4":{"tf":1.0},"59":{"tf":1.0}},"n":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":12,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951},"18":{"tf":1.0},"31":{"tf":1.7320508075688772},"51":{"tf":2.23606797749979},"57":{"tf":1.0},"6":{"tf":1.4142135623730951},"67":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.4142135623730951}},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"51":{"tf":1.0}}},"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":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"20":{"tf":1.0},"60":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"24":{"tf":1.0},"28":{"tf":1.0},"48":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":3,"docs":{"34":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0}}}}},"t":{"df":1,"docs":{"10":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"df":2,"docs":{"48":{"tf":1.0},"49":{"tf":1.0}},"w":{"df":4,"docs":{"24":{"tf":1.0},"3":{"tf":1.0},"51":{"tf":1.0},"66":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":5,"docs":{"16":{"tf":1.0},"20":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"56":{"tf":1.0},"61":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"3":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"43":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"4":{"tf":1.0}}},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"26":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":8,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.0},"40":{"tf":1.0},"51":{"tf":1.0},"65":{"tf":1.0},"7":{"tf":1.0}},"i":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":4,"docs":{"18":{"tf":1.0},"32":{"tf":1.0},"6":{"tf":1.0},"67":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}}},"t":{"a":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"34":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"30":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"66":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"18":{"tf":1.0},"66":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"43":{"tf":1.0},"60":{"tf":1.0}}}}}}},"df":0,"docs":{}},"_":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"56":{"tf":1.0},"61":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":15,"docs":{"16":{"tf":1.0},"18":{"tf":1.0},"28":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.7320508075688772},"53":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"18":{"tf":1.0},"25":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}},"i":{"c":{"df":2,"docs":{"43":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{}}},"y":{"df":6,"docs":{"13":{"tf":1.0},"16":{"tf":1.0},"27":{"tf":1.0},"48":{"tf":1.0},"61":{"tf":1.0},"67":{"tf":1.0}}}},"d":{":":{":":{"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":{"43":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{":":{":":{"a":{"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":{}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{":":{":":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"39":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"16":{"tf":1.0},"51":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"24":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"67":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":4,"docs":{"48":{"tf":1.0},"53":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.0}}}},"r":{"df":3,"docs":{"43":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"68":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"21":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"43":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"b":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":2,"docs":{"17":{"tf":1.0},"65":{"tf":1.4142135623730951}}}}}},"u":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":5,"docs":{"0":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.4142135623730951},"26":{"tf":1.0},"68":{"tf":1.0}}}},"t":{"df":6,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"26":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"0":{"tf":1.4142135623730951},"68":{"tf":1.0}}}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":10,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.0},"65":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"35":{"tf":1.0}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"42":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":7,"docs":{"11":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.0},"43":{"tf":1.7320508075688772},"46":{"tf":1.0},"47":{"tf":1.7320508075688772},"64":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":2,"docs":{"44":{"tf":1.0},"45":{"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":{"18":{"tf":1.0},"8":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"17":{"tf":1.0},"67":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"66":{"tf":1.0}}}}}}},"n":{"c":{"df":3,"docs":{"30":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"23":{"tf":1.0},"24":{"tf":1.0},"28":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":8,"docs":{"15":{"tf":1.4142135623730951},"17":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.4142135623730951}}}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"60":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":7,"docs":{"12":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"53":{"tf":1.0}}}}},"d":{"df":3,"docs":{"15":{"tf":1.0},"36":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":3,"docs":{"18":{"tf":1.0},"3":{"tf":1.4142135623730951},"65":{"tf":1.0}}},"r":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"16":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":27,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.0},"10":{"tf":2.0},"11":{"tf":1.7320508075688772},"12":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":2.23606797749979},"30":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.4142135623730951},"50":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"66":{"tf":1.0},"67":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"57":{"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":{"56":{"tf":1.0}}}},"df":0,"docs":{}}}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"{":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"61":{"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":{"43":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"60":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"60":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"s":{":":{":":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":2,"docs":{"37":{"tf":1.0},"39":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"17":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"31":{"tf":1.0},"8":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"0":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"m":{"df":0,"docs":{},"e":{"df":12,"docs":{"0":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"18":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.7320508075688772},"3":{"tf":1.4142135623730951},"33":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.4142135623730951},"67":{"tf":1.0},"7":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"36":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0}}}}},"r":{"df":1,"docs":{"24":{"tf":1.4142135623730951}}}}}},"o":{"d":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"46":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":6,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"15":{"tf":1.0},"21":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"l":{"df":2,"docs":{"41":{"tf":1.0},"51":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"27":{"tf":1.0},"29":{"tf":1.0},"6":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"24":{"tf":1.0},"46":{"tf":1.0}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":27,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"29":{"tf":1.7320508075688772},"31":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0},"5":{"tf":2.0},"53":{"tf":1.7320508075688772},"58":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.4142135623730951},"63":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"68":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}},"y":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"g":{"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":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"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":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"65":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"10":{"tf":1.0},"36":{"tf":1.0},"51":{"tf":1.0},"63":{"tf":1.0}}},"k":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":18,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"3":{"tf":1.0},"36":{"tf":1.0},"40":{"tf":1.0},"5":{"tf":2.0},"53":{"tf":1.0},"55":{"tf":1.0},"6":{"tf":1.4142135623730951},"68":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"44":{"tf":1.4142135623730951},"59":{"tf":1.0},"65":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":14,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"14":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.7320508075688772},"21":{"tf":1.7320508075688772},"22":{"tf":1.0},"30":{"tf":1.0},"36":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"17":{"tf":1.0},"45":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"11":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"51":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"14":{"tf":1.0},"26":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"4":{"tf":1.0},"66":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"25":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"39":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"67":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"18":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":3,"docs":{"18":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"32":{"tf":1.0},"5":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":1,"docs":{"20":{"tf":1.0}}}},"x":{"/":{"d":{"a":{"df":2,"docs":{"40":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"32":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"24":{"tf":1.0},"3":{"tf":1.4142135623730951},"53":{"tf":1.0},"55":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"61":{"tf":1.0},"66":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":3,"docs":{"17":{"tf":1.0},"49":{"tf":1.0},"63":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"11":{"tf":1.0},"17":{"tf":1.0},"39":{"tf":1.0},"45":{"tf":1.0}}}},"df":28,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"31":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.7320508075688772},"4":{"tf":1.0},"43":{"tf":1.4142135623730951},"51":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":2.23606797749979},"61":{"tf":1.7320508075688772},"63":{"tf":1.0},"65":{"tf":1.0},"67":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"10":{"tf":1.0},"14":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0},"65":{"tf":1.0},"9":{"tf":1.0}}}},"i":{"df":0,"docs":{},"z":{"df":3,"docs":{"44":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"11":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":26,"docs":{"0":{"tf":2.0},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"27":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.4142135623730951},"50":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.0},"65":{"tf":1.4142135623730951},"67":{"tf":1.0},"68":{"tf":1.7320508075688772},"8":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":1,"docs":{"26":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"29":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"38":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"!":{"[":{"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":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"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":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"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":{"60":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"6":{"tf":1.0},"67":{"tf":1.0}},"f":{"df":2,"docs":{"28":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":8,"docs":{"0":{"tf":1.4142135623730951},"15":{"tf":1.0},"24":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"i":{"a":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":6,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"36":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"7":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":2,"docs":{"41":{"tf":1.0},"50":{"tf":1.0}}}},"w":{"[":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"7":{"tf":1.0}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"31":{"tf":1.0},"7":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"16":{"tf":1.0},"6":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":13,"docs":{"10":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"36":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"4":{"tf":1.0},"41":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"25":{"tf":1.0}}}}},"df":1,"docs":{"7":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"16":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"65":{"tf":1.0},"68":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"66":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":10,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":4,"docs":{"34":{"tf":1.0},"55":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"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":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"5":{"0":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"0":{"df":1,"docs":{"62":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":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":{"39":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"27":{"tf":1.0},"49":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"1":{"tf":1.0},"28":{"tf":1.0},"8":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":2,"docs":{"3":{"tf":1.0},"38":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"10":{"tf":1.4142135623730951},"11":{"tf":1.0},"63":{"tf":1.7320508075688772}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":46,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"10":{"tf":1.4142135623730951},"11":{"tf":1.0},"12":{"tf":1.7320508075688772},"13":{"tf":1.4142135623730951},"14":{"tf":2.0},"15":{"tf":2.449489742783178},"16":{"tf":1.0},"17":{"tf":1.7320508075688772},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.7320508075688772},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"26":{"tf":1.0},"31":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"40":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.7320508075688772},"44":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.7320508075688772},"51":{"tf":1.4142135623730951},"53":{"tf":2.23606797749979},"55":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.4142135623730951},"6":{"tf":1.0},"60":{"tf":2.23606797749979},"61":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.7320508075688772},"66":{"tf":1.0},"67":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"7":{"tf":2.449489742783178},"8":{"tf":1.4142135623730951},"9":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"30":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"10":{"tf":1.4142135623730951},"11":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"d":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"df":1,"docs":{"67":{"tf":1.0}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"’":{"df":0,"docs":{},"r":{"df":3,"docs":{"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"50":{"tf":1.0}}}}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"25":{"tf":1.0}}}}}}}},"breadcrumbs":{"root":{"0":{"df":1,"docs":{"43":{"tf":1.0}}},"1":{"df":2,"docs":{"30":{"tf":1.0},"39":{"tf":1.0}},"–":{"3":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}}},"2":{"df":2,"docs":{"20":{"tf":1.4142135623730951},"30":{"tf":1.0}}},"3":{"df":1,"docs":{"30":{"tf":1.0}}},"4":{"df":1,"docs":{"30":{"tf":1.0}},"–":{"5":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}}},"6":{"df":0,"docs":{},"–":{"7":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"60":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"a":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"68":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"36":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"36":{"tf":1.0},"43":{"tf":1.4142135623730951},"51":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"12":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"45":{"tf":1.0},"53":{"tf":1.0},"60":{"tf":1.0}}}},"v":{"df":11,"docs":{"12":{"tf":1.0},"13":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"31":{"tf":1.0},"5":{"tf":1.4142135623730951},"53":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"14":{"tf":1.0},"16":{"tf":1.0},"20":{"tf":1.0}}}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"63":{"tf":1.0}}}}},"d":{"df":5,"docs":{"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"55":{"tf":1.0}}}}}}},"df":7,"docs":{"38":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.7320508075688772},"56":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"59":{"tf":1.0}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"51":{"tf":1.0},"65":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":8,"docs":{"23":{"tf":1.7320508075688772},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"26":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"38":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"56":{"tf":1.0}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"66":{"tf":1.0}}}}}}}}}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"51":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"6":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":5,"docs":{"12":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"31":{"tf":1.0},"67":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":5,"docs":{"39":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}}}}}},"df":4,"docs":{"0":{"tf":1.0},"18":{"tf":1.0},"6":{"tf":1.0},"68":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"10":{"tf":1.0},"38":{"tf":1.0}}},"df":0,"docs":{}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":3,"docs":{"45":{"tf":1.0},"6":{"tf":1.0},"67":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.7320508075688772}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"i":{"df":7,"docs":{"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.7320508075688772},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":6,"docs":{"4":{"tf":1.0},"64":{"tf":1.7320508075688772},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"15":{"tf":1.0}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"2":{"tf":1.0},"29":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"5":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"11":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"51":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":8,"docs":{"23":{"tf":1.7320508075688772},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"10":{"tf":1.0},"30":{"tf":1.0},"53":{"tf":1.0},"63":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":16,"docs":{"11":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"27":{"tf":1.4142135623730951},"29":{"tf":1.0},"3":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.4142135623730951},"51":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"17":{"tf":1.0}}}},"t":{"df":2,"docs":{"11":{"tf":1.0},"51":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"0":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{":":{":":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"60":{"tf":1.0},"61":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"60":{"tf":1.0},"61":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":5,"docs":{"43":{"tf":1.0},"44":{"tf":1.4142135623730951},"55":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":6,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"1":{"tf":1.0},"12":{"tf":1.7320508075688772},"31":{"tf":1.0},"4":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":18,"docs":{"0":{"tf":1.4142135623730951},"10":{"tf":1.0},"12":{"tf":1.4142135623730951},"14":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"31":{"tf":1.0},"47":{"tf":1.4142135623730951},"5":{"tf":1.0},"51":{"tf":1.4142135623730951},"53":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.7320508075688772},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":5,"docs":{"18":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"b":{"(":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"5":{"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":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"41":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"5":{"tf":1.0},"57":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}}}}},"d":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":6,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"32":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"22":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0}}}}}}}},"df":1,"docs":{"5":{"tf":1.0}},"e":{"c":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"18":{"tf":1.0},"31":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"66":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"36":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":12,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.0},"26":{"tf":1.7320508075688772},"3":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"18":{"tf":1.7320508075688772},"33":{"tf":1.0},"41":{"tf":1.4142135623730951},"45":{"tf":1.0}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":9,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"38":{"tf":1.0},"66":{"tf":1.0},"8":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"28":{"tf":1.0},"51":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"b":{"df":5,"docs":{"0":{"tf":2.0},"12":{"tf":1.0},"14":{"tf":1.0},"65":{"tf":1.0},"68":{"tf":1.4142135623730951}},"s":{"/":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"21":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"51":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"42":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":22,"docs":{"0":{"tf":1.7320508075688772},"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"18":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"27":{"tf":2.449489742783178},"28":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":1.4142135623730951},"63":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":2.0},"68":{"tf":1.7320508075688772},"7":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"e":{"df":2,"docs":{"27":{"tf":1.0},"68":{"tf":1.0}},"e":{"d":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"28":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":3,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"4":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"h":{"df":6,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"21":{"tf":1.0},"65":{"tf":1.0},"68":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"30":{"tf":1.0},"53":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"a":{"d":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"5":{"tf":1.0}}}}}}},"u":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"27":{"tf":1.0},"48":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":7,"docs":{"23":{"tf":1.0},"29":{"tf":1.0},"39":{"tf":1.0},"53":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"38":{"tf":1.0},"43":{"tf":1.0},"65":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":2,"docs":{"3":{"tf":1.0},"37":{"tf":1.0}}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":5,"docs":{"16":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.7320508075688772},"62":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"25":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"z":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"26":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}},"c":{"(":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"5":{"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":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"27":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"42":{"tf":1.0},"62":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":6,"docs":{"0":{"tf":1.0},"23":{"tf":1.0},"53":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"31":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0},"67":{"tf":1.0}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"3":{"tf":1.0},"49":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"66":{"tf":1.0}}}}},"df":1,"docs":{"5":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":5,"docs":{"1":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.0},"48":{"tf":1.0},"63":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"0":{"tf":1.0},"14":{"tf":1.0},"65":{"tf":1.0},"68":{"tf":1.0}}}}}},"o":{"df":24,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"22":{"tf":1.7320508075688772},"37":{"tf":2.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.4142135623730951},"46":{"tf":2.0},"47":{"tf":1.0},"48":{"tf":2.0},"49":{"tf":1.4142135623730951},"50":{"tf":2.0},"6":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.7320508075688772},"67":{"tf":1.4142135623730951},"68":{"tf":1.0}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"12":{"tf":1.0},"53":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"65":{"tf":1.7320508075688772}}}},"c":{"df":0,"docs":{},"k":{"df":21,"docs":{"10":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"24":{"tf":1.0},"26":{"tf":1.0},"30":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951},"43":{"tf":1.0},"49":{"tf":1.4142135623730951},"5":{"tf":1.4142135623730951},"51":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0},"67":{"tf":1.4142135623730951},"7":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"10":{"tf":1.0},"51":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"18":{"tf":1.0},"5":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":6,"docs":{"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"50":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"5":{"tf":1.0},"51":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"48":{"tf":1.0}},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}}}}},"i":{"df":6,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"28":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"8":{"tf":1.0}},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"58":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"51":{"tf":1.0},"66":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"53":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":1.4142135623730951}},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"r":{"df":10,"docs":{"1":{"tf":1.0},"12":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"26":{"tf":1.0},"30":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"8":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"65":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"|":{"df":2,"docs":{"60":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":5,"docs":{"42":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"63":{"tf":1.0}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"16":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"42":{"tf":1.0}}}}},"df":16,"docs":{"1":{"tf":1.0},"12":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.4142135623730951},"46":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":2.0},"51":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.0},"68":{"tf":1.0},"8":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}}}}}},"o":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"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":{"15":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"51":{"tf":1.0}}}}}}}}},"df":3,"docs":{"15":{"tf":1.4142135623730951},"27":{"tf":1.0},"51":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":7,"docs":{"19":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"36":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"0":{"tf":1.0},"3":{"tf":1.0}}},"s":{"df":16,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"38":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.0}},"u":{"df":5,"docs":{"15":{"tf":1.0},"2":{"tf":1.0},"31":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":2.0}}}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"10":{"tf":1.0},"18":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"15":{"tf":1.0},"65":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"5":{"tf":1.0},"53":{"tf":1.0},"61":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"43":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"3":{"tf":1.0},"6":{"tf":1.0},"67":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":4,"docs":{"10":{"tf":1.0},"11":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"r":{"df":9,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":1.0},"63":{"tf":1.4142135623730951},"65":{"tf":1.0},"8":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"df":6,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"61":{"tf":1.4142135623730951},"66":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":8,"docs":{"0":{"tf":1.7320508075688772},"12":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"40":{"tf":1.0},"68":{"tf":1.0}}}}}},"i":{"d":{"df":2,"docs":{"48":{"tf":1.4142135623730951},"55":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"12":{"tf":1.0},"32":{"tf":1.0},"45":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"57":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"m":{"df":4,"docs":{"10":{"tf":1.0},"27":{"tf":1.0},"51":{"tf":1.7320508075688772},"63":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"34":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"1":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"12":{"tf":1.0},"13":{"tf":1.7320508075688772},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.7320508075688772},"65":{"tf":1.4142135623730951}}}},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"0":{"tf":1.7320508075688772},"53":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"15":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"0":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":17,"docs":{"14":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.7320508075688772},"43":{"tf":2.23606797749979},"44":{"tf":1.4142135623730951},"45":{"tf":2.23606797749979},"46":{"tf":1.0},"47":{"tf":2.0},"51":{"tf":1.0},"53":{"tf":1.0},"66":{"tf":1.4142135623730951},"68":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"34":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":4,"docs":{"40":{"tf":1.4142135623730951},"45":{"tf":1.0},"48":{"tf":1.4142135623730951},"49":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":4,"docs":{"38":{"tf":1.0},"39":{"tf":1.0},"53":{"tf":1.0},"7":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"0":{"tf":1.0},"53":{"tf":1.0},"63":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":10,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.7320508075688772},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.7320508075688772},"29":{"tf":1.0},"63":{"tf":1.4142135623730951},"65":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"16":{"tf":1.0},"19":{"tf":1.0},"65":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"10":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"17":{"tf":1.0},"21":{"tf":1.0}}}},"df":1,"docs":{"4":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"10":{"tf":1.0},"52":{"tf":1.0},"63":{"tf":2.0},"8":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":5,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"6":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"43":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":3,"docs":{"43":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"44":{"tf":1.7320508075688772},"58":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":3,"docs":{"27":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"59":{"tf":1.0}}}}}}}},"d":{"(":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"[":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"7":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"a":{"df":9,"docs":{"0":{"tf":3.0},"18":{"tf":1.0},"21":{"tf":1.7320508075688772},"22":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"49":{"tf":1.0},"58":{"tf":1.0},"68":{"tf":2.0}},"t":{"a":{"df":15,"docs":{"0":{"tf":2.6457513110645907},"10":{"tf":1.0},"12":{"tf":1.4142135623730951},"14":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"3":{"tf":1.4142135623730951},"5":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.4142135623730951},"67":{"tf":1.0},"68":{"tf":2.0},"7":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"5":{"tf":1.0},"7":{"tf":1.0}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":3,"docs":{"33":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0}},"g":{"df":1,"docs":{"64":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"12":{"tf":1.0},"51":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"r":{"df":6,"docs":{"12":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"52":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"62":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":5,"docs":{"16":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"12":{"tf":1.0},"53":{"tf":1.0},"65":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"65":{"tf":1.0}}}}}}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"y":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":3,"docs":{"24":{"tf":1.7320508075688772},"38":{"tf":1.0},"39":{"tf":1.4142135623730951}},"s":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.0},"30":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"a":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":9,"docs":{"11":{"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},"30":{"tf":1.0},"63":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"51":{"tf":1.0},"6":{"tf":1.0},"67":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":14,"docs":{"10":{"tf":1.4142135623730951},"11":{"tf":1.0},"23":{"tf":1.0},"28":{"tf":2.449489742783178},"31":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"5":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"63":{"tf":1.0},"7":{"tf":1.4142135623730951},"8":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"5":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"55":{"tf":1.0},"60":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":6,"docs":{"11":{"tf":1.0},"13":{"tf":1.4142135623730951},"3":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"10":{"tf":1.0},"53":{"tf":1.0},"68":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"42":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":3,"docs":{"26":{"tf":1.0},"4":{"tf":1.0},"8":{"tf":1.7320508075688772}}}},"r":{"df":1,"docs":{"6":{"tf":1.0}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"22":{"tf":1.0},"40":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"6":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"16":{"tf":1.4142135623730951},"18":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":18,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":1.0},"52":{"tf":1.7320508075688772},"53":{"tf":2.23606797749979},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"8":{"tf":1.0}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"50":{"tf":1.0}},"t":{"df":1,"docs":{"36":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"5":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"27":{"tf":1.0},"31":{"tf":1.0},"67":{"tf":1.0},"9":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"34":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"64":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":3,"docs":{"0":{"tf":1.7320508075688772},"58":{"tf":1.0},"68":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"51":{"tf":1.0},"52":{"tf":1.0}},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"27":{"tf":1.0}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"34":{"tf":1.4142135623730951},"5":{"tf":1.0},"51":{"tf":1.0},"63":{"tf":1.0},"8":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"18":{"tf":1.0},"26":{"tf":1.0},"63":{"tf":1.0}}}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":2,"docs":{"50":{"tf":1.0},"60":{"tf":1.0}}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"26":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"7":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"28":{"tf":1.7320508075688772}},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":2.0}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"22":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"[":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{}},"df":11,"docs":{"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"3":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.4142135623730951}},"n":{"df":2,"docs":{"13":{"tf":1.0},"6":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"p":{"/":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"26":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"26":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"l":{"df":6,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"16":{"tf":1.0},"55":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.7320508075688772}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":8,"docs":{"12":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"31":{"tf":1.0},"53":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"2":{"0":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"5":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}},"7":{"5":{"df":1,"docs":{"39":{"tf":1.0}}},"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":4,"docs":{"48":{"tf":1.0},"61":{"tf":1.0},"68":{"tf":1.4142135623730951},"7":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"44":{"tf":1.4142135623730951},"60":{"tf":1.7320508075688772},"61":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},".":{"df":0,"docs":{},"g":{"df":11,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"15":{"tf":1.0},"25":{"tf":1.0},"30":{"tf":1.0},"38":{"tf":1.0},"45":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"60":{"tf":1.0}}}}}}},"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"18":{"tf":1.0},"5":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"51":{"tf":1.0}}}}},"s":{"df":1,"docs":{"34":{"tf":1.0}},"i":{"df":1,"docs":{"12":{"tf":1.0}}}}},"df":1,"docs":{"7":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"3":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"28":{"tf":1.0}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"16":{"tf":1.0},"22":{"tf":1.0},"51":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":3,"docs":{"38":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"d":{"df":5,"docs":{"11":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"48":{"tf":1.0},"57":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":2,"docs":{"30":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"10":{"tf":1.0},"3":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":5,"docs":{"12":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.0},"65":{"tf":1.0},"67":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":10,"docs":{"0":{"tf":1.0},"24":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.4142135623730951},"58":{"tf":1.0},"68":{"tf":1.0}}}}},"v":{"df":1,"docs":{"36":{"tf":1.0}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":21,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.7320508075688772},"32":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.7320508075688772},"63":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"66":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"55":{"tf":1.0}}}}}}},"r":{"(":{"\\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"60":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"3":{"tf":1.0},"56":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"2":{"tf":1.0},"4":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"a":{"df":0,"docs":{},"l":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":6,"docs":{"15":{"tf":1.4142135623730951},"31":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"57":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":3,"docs":{"5":{"tf":1.0},"52":{"tf":1.0},"8":{"tf":1.0}}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":20,"docs":{"10":{"tf":1.0},"19":{"tf":1.7320508075688772},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.7320508075688772},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"4":{"tf":1.4142135623730951},"44":{"tf":1.0},"59":{"tf":1.7320508075688772},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"36":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"r":{"df":11,"docs":{"0":{"tf":2.0},"12":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.0},"50":{"tf":1.0},"65":{"tf":1.4142135623730951},"68":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":7,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"14":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.0},"63":{"tf":1.0},"68":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":1,"docs":{"39":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"60":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":44,"docs":{"1":{"tf":1.0},"10":{"tf":1.4142135623730951},"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"13":{"tf":2.0},"14":{"tf":1.0},"15":{"tf":2.23606797749979},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.7320508075688772},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.4142135623730951},"36":{"tf":2.0},"38":{"tf":1.0},"40":{"tf":1.4142135623730951},"42":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.4142135623730951},"5":{"tf":1.7320508075688772},"51":{"tf":1.4142135623730951},"53":{"tf":2.23606797749979},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"59":{"tf":2.0},"60":{"tf":2.23606797749979},"61":{"tf":2.23606797749979},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"65":{"tf":1.0},"67":{"tf":1.4142135623730951},"68":{"tf":1.0},"7":{"tf":2.0},"8":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"41":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"16":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"1":{"tf":1.0},"12":{"tf":1.0},"18":{"tf":1.0},"65":{"tf":1.0},"8":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}},"s":{"df":4,"docs":{"45":{"tf":1.0},"47":{"tf":1.0},"51":{"tf":1.4142135623730951},"55":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"51":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"—":{"a":{"d":{"df":0,"docs":{},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"66":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"65":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":11,"docs":{"0":{"tf":1.0},"4":{"tf":1.7320508075688772},"52":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.7320508075688772},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"68":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":2,"docs":{"11":{"tf":1.0},"44":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"48":{"tf":1.0}}}}}}},"}":{"\\"":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"61":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"f":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"10":{"tf":1.0}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"58":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"55":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":11,"docs":{"12":{"tf":1.0},"18":{"tf":1.0},"26":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.4142135623730951},"5":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":2.0},"57":{"tf":1.0},"8":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":2,"docs":{"24":{"tf":1.0},"28":{"tf":1.0}}}},"l":{"df":0,"docs":{},"s":{"df":3,"docs":{"51":{"tf":1.0},"6":{"tf":1.0},"67":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}}}},"q":{"df":1,"docs":{"67":{"tf":1.7320508075688772}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"12":{"tf":1.0},"28":{"tf":1.0},"55":{"tf":1.0},"62":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"18":{"tf":1.0},"28":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"28":{"tf":1.0},"42":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":1,"docs":{"27":{"tf":1.0}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"18":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"27":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"67":{"tf":1.0}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"12":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"16":{"tf":1.0},"18":{"tf":1.0},"43":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0}},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"67":{"tf":1.0}}}}}}}}}},"t":{"df":6,"docs":{"10":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"59":{"tf":1.0}}},"x":{"df":1,"docs":{"6":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"31":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"51":{"tf":1.0}}},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"66":{"tf":1.0}}}},"p":{"df":2,"docs":{"38":{"tf":1.0},"50":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"15":{"tf":1.0},"36":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":5,"docs":{"20":{"tf":1.0},"31":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"8":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"63":{"tf":1.0},"65":{"tf":1.0}}}}}}},"n":{"df":5,"docs":{"39":{"tf":1.0},"43":{"tf":1.7320508075688772},"44":{"tf":1.7320508075688772},"60":{"tf":2.449489742783178},"61":{"tf":2.0}}},"o":{"c":{"df":0,"docs":{},"u":{"df":1,"docs":{"44":{"tf":1.0}},"s":{"df":4,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"31":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"16":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"t":{"!":{"(":{"\\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"5":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":8,"docs":{"16":{"tf":1.0},"2":{"tf":1.7320508075688772},"3":{"tf":1.0},"4":{"tf":1.4142135623730951},"5":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"55":{"tf":1.0},"56":{"tf":1.0}}}}}}}}}}},"df":20,"docs":{"0":{"tf":1.0},"11":{"tf":1.4142135623730951},"2":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.7320508075688772},"5":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.7320508075688772},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.4142135623730951},"65":{"tf":1.0},"8":{"tf":1.0}},"’":{"df":1,"docs":{"16":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"28":{"tf":1.0},"3":{"tf":1.0},"50":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"16":{"tf":1.0},"18":{"tf":1.0},"6":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0}}}}}}},"d":{"df":1,"docs":{"65":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"44":{"tf":1.0}}}}},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"29":{"tf":1.0}}}}}},"g":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"3":{"tf":1.0},"66":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"36":{"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":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":3,"docs":{"42":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":8,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"29":{"tf":1.4142135623730951},"5":{"tf":1.4142135623730951},"53":{"tf":1.0},"60":{"tf":1.0},"68":{"tf":1.0},"8":{"tf":1.0}}}}},"t":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"60":{"tf":1.0},"61":{"tf":1.0}}}},"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":1,"docs":{"1":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"68":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"45":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":3,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":1,"docs":{"62":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"45":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":4,"docs":{"50":{"tf":1.4142135623730951},"53":{"tf":1.0},"64":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"df":45,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"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},"4":{"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},"50":{"tf":1.0},"51":{"tf":1.0},"9":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"26":{"tf":1.0}}}},"n":{"d":{"df":1,"docs":{"7":{"tf":1.0}},"l":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"41":{"tf":1.0},"7":{"tf":1.0}}}}}},"r":{"d":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"48":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"12":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0}},"i":{"df":2,"docs":{"15":{"tf":1.0},"48":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":4,"docs":{"40":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"51":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.7320508075688772}}}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"0":{"tf":1.0},"61":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":9,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"25":{"tf":1.0},"5":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"35":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"33":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.0},"8":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"63":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"c":{"df":2,"docs":{"42":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"i":{"[":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"15":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"a":{"df":9,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"60":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"i":{"df":44,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"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},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"9":{"tf":1.7320508075688772}},"i":{"df":13,"docs":{"4":{"tf":1.0},"52":{"tf":1.7320508075688772},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":3,"docs":{"19":{"tf":1.0},"23":{"tf":1.0},"59":{"tf":1.0}}}}}}}},"m":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}},"l":{"df":3,"docs":{"43":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"38":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"63":{"tf":1.0}}}}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":5,"docs":{"0":{"tf":1.0},"39":{"tf":1.4142135623730951},"44":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"38":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":11,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"40":{"tf":1.0},"49":{"tf":1.0},"6":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"21":{"tf":1.0},"48":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"66":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"\\"":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"60":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.4142135623730951}}}},"i":{"c":{"df":1,"docs":{"17":{"tf":1.0}}},"df":0,"docs":{}},"u":{"c":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"7":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":3,"docs":{"15":{"tf":1.7320508075688772},"55":{"tf":1.0},"60":{"tf":1.4142135623730951}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"51":{"tf":1.0}}}}}}},"df":2,"docs":{"34":{"tf":1.0},"51":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"48":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"66":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":4,"docs":{"10":{"tf":1.4142135623730951},"11":{"tf":1.0},"3":{"tf":1.0},"63":{"tf":1.0}}}},"n":{"d":{"df":4,"docs":{"12":{"tf":1.0},"53":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":5,"docs":{"16":{"tf":1.0},"18":{"tf":1.0},"6":{"tf":1.0},"65":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"23":{"tf":1.0},"26":{"tf":1.0},"50":{"tf":1.0}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":3,"docs":{"24":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.7320508075688772}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"12":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"8":{"tf":1.0}}}}}},"v":{"df":3,"docs":{"27":{"tf":1.0},"6":{"tf":1.0},"66":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":2,"docs":{"37":{"tf":1.0},"6":{"tf":1.0}},"t":{"df":2,"docs":{"3":{"tf":1.7320508075688772},"4":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":3,"docs":{"3":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":2,"docs":{"51":{"tf":1.0},"60":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"12":{"tf":1.0},"17":{"tf":1.4142135623730951},"33":{"tf":1.0}}}}},"v":{"df":6,"docs":{"4":{"tf":1.0},"64":{"tf":1.7320508075688772},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0}}}},"j":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"g":{"df":4,"docs":{"5":{"tf":1.0},"53":{"tf":1.0},"68":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"k":{"8":{"df":9,"docs":{"11":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":1.4142135623730951},"38":{"tf":1.0},"47":{"tf":1.0},"51":{"tf":1.0},"67":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":21,"docs":{"10":{"tf":1.4142135623730951},"12":{"tf":1.0},"16":{"tf":1.7320508075688772},"17":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"22":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"8":{"tf":1.0}}}},"y":{"df":3,"docs":{"48":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}}},"n":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"65":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"35":{"tf":1.4142135623730951},"5":{"tf":1.0},"63":{"tf":1.0},"8":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"24":{"tf":1.0}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"27":{"tf":1.0},"53":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"24":{"tf":1.7320508075688772},"48":{"tf":1.0},"49":{"tf":1.0}},"y":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"49":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"16":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"33":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"21":{"tf":1.0},"5":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"10":{"tf":1.7320508075688772},"16":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"58":{"tf":1.0},"65":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"53":{"tf":1.0},"7":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":12,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"14":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.7320508075688772},"63":{"tf":1.0},"65":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":2,"docs":{"30":{"tf":1.0},"7":{"tf":2.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}}}}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"14":{"tf":1.0},"41":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"15":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":22,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.7320508075688772},"29":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0},"67":{"tf":1.4142135623730951},"68":{"tf":1.0},"7":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}},"o":{"a":{"d":{"df":2,"docs":{"25":{"tf":1.4142135623730951},"48":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"df":14,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"31":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"36":{"tf":1.0},"38":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.0}}},"t":{"df":1,"docs":{"63":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":3,"docs":{"60":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0}},"i":{"c":{"df":2,"docs":{"59":{"tf":1.0},"62":{"tf":1.0}}},"df":0,"docs":{}},"s":{"/":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"51":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"51":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"12":{"tf":1.0},"53":{"tf":1.0},"65":{"tf":1.0},"67":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"35":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"26":{"tf":1.0},"67":{"tf":1.0}}},"p":{"df":2,"docs":{"18":{"tf":1.0},"33":{"tf":1.0}}},"s":{"df":1,"docs":{"10":{"tf":1.0}}}},"w":{"df":1,"docs":{"25":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"r":{"df":2,"docs":{"5":{"tf":1.0},"7":{"tf":1.0}}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"34":{"tf":1.0},"8":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"10":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"39":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"0":{"tf":1.0},"52":{"tf":1.0},"8":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":6,"docs":{"12":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.0},"8":{"tf":1.4142135623730951}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":6,"docs":{"12":{"tf":1.0},"14":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.0},"65":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"46":{"tf":1.0}}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":3,"docs":{"11":{"tf":1.0},"51":{"tf":1.0},"63":{"tf":1.0}}},"t":{"c":{"df":0,"docs":{},"h":{"df":4,"docs":{"16":{"tf":1.0},"18":{"tf":1.0},"4":{"tf":1.0},"59":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"64":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"12":{"tf":1.0},"35":{"tf":1.0}}}}}},"x":{"df":1,"docs":{"39":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":8,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"18":{"tf":1.0},"3":{"tf":1.0},"45":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.0},"67":{"tf":1.0}}}}},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"48":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"2":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"d":{"df":5,"docs":{"15":{"tf":1.0},"36":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"51":{"tf":1.0},"68":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"c":{"df":7,"docs":{"27":{"tf":1.0},"42":{"tf":1.4142135623730951},"51":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"i":{"d":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}}},"df":1,"docs":{"39":{"tf":1.0}},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"18":{"tf":1.0},"20":{"tf":1.0},"33":{"tf":1.0},"59":{"tf":1.0},"62":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":3,"docs":{"48":{"tf":1.0},"6":{"tf":1.0},"65":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"57":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"66":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":4,"docs":{"51":{"tf":1.0},"55":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0}}}},"x":{"df":1,"docs":{"66":{"tf":1.0}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"26":{"tf":1.4142135623730951}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":9,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"16":{"tf":1.0},"2":{"tf":1.0},"25":{"tf":1.0},"4":{"tf":1.4142135623730951},"53":{"tf":2.23606797749979},"63":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"0":{"tf":1.0},"30":{"tf":1.0},"8":{"tf":1.0}}}},"df":1,"docs":{"55":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"62":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"18":{"tf":1.0},"8":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":9,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"10":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.7320508075688772},"30":{"tf":1.7320508075688772},"34":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"18":{"tf":1.0},"65":{"tf":1.0},"67":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"60":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":3,"docs":{"43":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"55":{"tf":1.0},"60":{"tf":1.0}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"5":{"tf":1.0}}}}}}},"df":1,"docs":{"25":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":8,"docs":{"16":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"51":{"tf":1.4142135623730951},"61":{"tf":1.0},"62":{"tf":1.0},"67":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"g":{"df":2,"docs":{"26":{"tf":1.0},"51":{"tf":1.0}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":12,"docs":{"0":{"tf":2.0},"10":{"tf":1.0},"12":{"tf":1.0},"24":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"5":{"tf":1.0},"53":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"28":{"tf":1.0},"41":{"tf":1.0}}}}},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"60":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":10,"docs":{"23":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.7320508075688772},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"60":{"tf":1.0},"61":{"tf":1.0}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"42":{"tf":1.0},"57":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":6,"docs":{"38":{"tf":1.4142135623730951},"42":{"tf":1.0},"44":{"tf":1.4142135623730951},"45":{"tf":1.0},"47":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":36,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.0},"10":{"tf":1.7320508075688772},"12":{"tf":1.0},"14":{"tf":1.4142135623730951},"17":{"tf":1.0},"2":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.7320508075688772},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.7320508075688772},"39":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":2.0},"43":{"tf":1.7320508075688772},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.7320508075688772},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.7320508075688772},"53":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.4142135623730951},"66":{"tf":1.0},"68":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"6":{"tf":1.0}},"i":{"df":1,"docs":{"18":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"df":7,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.7320508075688772},"51":{"tf":1.0}}}},"n":{"df":1,"docs":{"6":{"tf":1.0}}},"w":{"df":2,"docs":{"4":{"tf":1.0},"44":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"16":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"[":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":18,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.4142135623730951},"41":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.7320508075688772},"53":{"tf":1.0},"6":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.4142135623730951}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"18":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"7":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"63":{"tf":1.0},"65":{"tf":1.0}}}}}},"k":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"\\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"60":{"tf":1.0},"61":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":3,"docs":{"43":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.0}}},"n":{"c":{"df":4,"docs":{"5":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0},"7":{"tf":1.0}}},"df":6,"docs":{"10":{"tf":1.0},"21":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"35":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":10,"docs":{"12":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.4142135623730951},"44":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":2.449489742783178},"6":{"tf":1.0},"67":{"tf":1.0}}}},"t":{"df":2,"docs":{"16":{"tf":1.0},"6":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"22":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":1.0}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":7,"docs":{"10":{"tf":1.4142135623730951},"11":{"tf":1.0},"33":{"tf":1.0},"5":{"tf":1.4142135623730951},"6":{"tf":1.0},"63":{"tf":1.4142135623730951},"8":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"67":{"tf":1.0}}}}}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.4142135623730951}}}}},"df":1,"docs":{"24":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"50":{"tf":1.0}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":10,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"5":{"tf":1.4142135623730951},"51":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"3":{"tf":1.0},"6":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"5":{"tf":1.7320508075688772}}}}}}}}}},"p":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"7":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"24":{"tf":1.0}}},"k":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"11":{"tf":1.0},"63":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"46":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":7,"docs":{"1":{"tf":1.0},"17":{"tf":1.0},"26":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"5":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"29":{"tf":1.0},"5":{"tf":1.0},"58":{"tf":1.0},"68":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"26":{"tf":1.0}}}}}}}},"df":0,"docs":{},"t":{"df":67,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.7320508075688772},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"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},"4":{"tf":2.6457513110645907},"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":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.7320508075688772},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.7320508075688772},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.7320508075688772}},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"48":{"tf":1.0}}}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":5,"docs":{"0":{"tf":1.0},"14":{"tf":1.0},"58":{"tf":1.0},"65":{"tf":1.0},"68":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"17":{"tf":1.0},"31":{"tf":1.0},"51":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":1,"docs":{"7":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"14":{"tf":1.0},"21":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":10,"docs":{"10":{"tf":1.0},"16":{"tf":2.449489742783178},"17":{"tf":1.7320508075688772},"18":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":2.0},"47":{"tf":1.0},"48":{"tf":1.7320508075688772},"49":{"tf":1.0},"50":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"24":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.0}}}},"r":{"df":4,"docs":{"16":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"5":{"tf":1.0}}}}}}}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"25":{"tf":1.4142135623730951},"30":{"tf":3.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":2,"docs":{"4":{"tf":1.0},"6":{"tf":1.7320508075688772}}}}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":7,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"29":{"tf":1.0},"4":{"tf":1.0},"60":{"tf":1.0},"65":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"10":{"tf":1.0},"11":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"67":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"15":{"tf":1.0},"30":{"tf":1.4142135623730951}}}}}}}},"l":{"a":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"36":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":16,"docs":{"1":{"tf":1.0},"10":{"tf":1.4142135623730951},"15":{"tf":1.0},"17":{"tf":1.4142135623730951},"26":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":2.0},"32":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"39":{"tf":1.0},"5":{"tf":1.7320508075688772},"53":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":2.23606797749979},"8":{"tf":1.0}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"51":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"u":{"df":2,"docs":{"21":{"tf":1.0},"22":{"tf":1.0}},"g":{"df":1,"docs":{"59":{"tf":1.0}},"g":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"13":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"48":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"10":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"df":3,"docs":{"34":{"tf":1.0},"51":{"tf":1.0},"66":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"27":{"tf":1.0},"30":{"tf":1.0},"53":{"tf":1.0},"68":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"28":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"18":{"tf":1.7320508075688772},"41":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"5":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"10":{"tf":1.0},"63":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"31":{"tf":1.4142135623730951},"51":{"tf":2.0},"53":{"tf":1.0},"55":{"tf":1.0}}}}}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"22":{"tf":1.0},"51":{"tf":1.0}}}},"t":{"df":3,"docs":{"18":{"tf":1.0},"58":{"tf":1.0},"66":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"15":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"17":{"tf":1.0},"31":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":2.0}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.4142135623730951}}}}}},"o":{"b":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"26":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":9,"docs":{"12":{"tf":1.0},"16":{"tf":1.0},"36":{"tf":1.0},"48":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.0}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"33":{"tf":1.0},"5":{"tf":1.0}}}}}},"d":{"df":1,"docs":{"50":{"tf":1.0}},"u":{"c":{"df":6,"docs":{"0":{"tf":1.4142135623730951},"15":{"tf":1.0},"28":{"tf":1.0},"57":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0}},"t":{"df":4,"docs":{"23":{"tf":1.0},"41":{"tf":1.0},"6":{"tf":1.0},"68":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":8,"docs":{"12":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.4142135623730951},"3":{"tf":1.0},"40":{"tf":1.0},"53":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"29":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":8,"docs":{"0":{"tf":1.0},"16":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"6":{"tf":1.4142135623730951},"67":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"60":{"tf":1.0}},"r":{"df":1,"docs":{"51":{"tf":1.0}}}},"i":{"d":{"df":8,"docs":{"28":{"tf":1.0},"34":{"tf":1.0},"38":{"tf":1.4142135623730951},"4":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"51":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":2,"docs":{"36":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"36":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"60":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"b":{"df":3,"docs":{"44":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"0":{"tf":1.0},"68":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"67":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"13":{"tf":1.0},"3":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"q":{"a":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"17":{"tf":1.0},"4":{"tf":1.0},"64":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":3,"docs":{"29":{"tf":1.4142135623730951},"48":{"tf":1.0},"6":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"29":{"tf":1.0},"38":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"39":{"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":{},"e":{"df":11,"docs":{"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":1.4142135623730951},"48":{"tf":1.0},"6":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"7":{"tf":1.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"60":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"60":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"l":{"df":3,"docs":{"36":{"tf":1.0},"60":{"tf":1.7320508075688772},"61":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"—":{"a":{"df":1,"docs":{"51":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"13":{"tf":1.0},"16":{"tf":1.0},"65":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"4":{"tf":1.0}},"i":{"df":10,"docs":{"10":{"tf":1.0},"22":{"tf":1.0},"28":{"tf":1.4142135623730951},"31":{"tf":1.0},"36":{"tf":1.7320508075688772},"5":{"tf":1.0},"51":{"tf":1.7320508075688772},"57":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.4142135623730951}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"63":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":5,"docs":{"0":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"1":{"tf":1.0},"3":{"tf":1.0},"41":{"tf":1.0},"50":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"57":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":7,"docs":{"14":{"tf":1.0},"17":{"tf":1.0},"37":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"6":{"tf":1.0},"67":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":4,"docs":{"16":{"tf":1.0},"6":{"tf":1.0},"67":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":14,"docs":{"4":{"tf":1.4142135623730951},"52":{"tf":1.7320508075688772},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":2.0},"64":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"0":{"tf":1.0}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"31":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}},"x":{"df":2,"docs":{"36":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"18":{"tf":1.0},"57":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"15":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"10":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"6":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"53":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":5,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":7,"docs":{"0":{"tf":1.0},"14":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"43":{"tf":1.0},"67":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":9,"docs":{"12":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.4142135623730951},"22":{"tf":1.0},"26":{"tf":1.0},"6":{"tf":1.0},"67":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"53":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":5,"docs":{"11":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.0},"68":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"p":{"df":1,"docs":{"47":{"tf":1.0}}}},"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":20,"docs":{"14":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.4142135623730951},"30":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.4142135623730951},"49":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"68":{"tf":1.0},"7":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"43":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":6,"docs":{"18":{"tf":1.0},"31":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"61":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"0":{"tf":1.4142135623730951},"68":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"56":{"tf":1.0},"60":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"10":{"tf":1.4142135623730951},"16":{"tf":1.0},"56":{"tf":1.0},"63":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":4,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"67":{"tf":1.0},"8":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"17":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"8":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"62":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"6":{"tf":1.0},"67":{"tf":1.0}}}}},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":7,"docs":{"22":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.0},"63":{"tf":1.0},"68":{"tf":1.4142135623730951}}}}},"p":{"c":{"df":1,"docs":{"60":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":6,"docs":{"42":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"55":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.7320508075688772},"61":{"tf":1.4142135623730951}}}}}}}}},"df":27,"docs":{"1":{"tf":1.0},"12":{"tf":1.7320508075688772},"15":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.4142135623730951},"27":{"tf":1.0},"28":{"tf":2.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":2.23606797749979},"35":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"48":{"tf":1.0},"5":{"tf":1.4142135623730951},"51":{"tf":1.0},"53":{"tf":2.0},"6":{"tf":1.7320508075688772},"61":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.7320508075688772},"67":{"tf":1.4142135623730951},"68":{"tf":1.7320508075688772},"7":{"tf":1.7320508075688772},"8":{"tf":1.0},"9":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":4,"docs":{"25":{"tf":1.0},"42":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.4142135623730951}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":28,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":1.0},"31":{"tf":1.7320508075688772},"32":{"tf":2.0},"33":{"tf":1.7320508075688772},"34":{"tf":1.7320508075688772},"35":{"tf":1.7320508075688772},"36":{"tf":2.0},"38":{"tf":2.23606797749979},"39":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.7320508075688772},"5":{"tf":1.4142135623730951},"51":{"tf":1.7320508075688772},"53":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.7320508075688772},"63":{"tf":1.7320508075688772},"66":{"tf":1.7320508075688772},"67":{"tf":1.7320508075688772},"68":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}},"’":{"df":1,"docs":{"51":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"36":{"tf":1.0}},"{":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":7,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"29":{"tf":1.0},"36":{"tf":1.4142135623730951},"51":{"tf":1.0},"53":{"tf":1.0},"63":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"36":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"59":{"tf":1.7320508075688772},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"58":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":6,"docs":{"10":{"tf":1.0},"31":{"tf":1.4142135623730951},"38":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.4142135623730951},"8":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"0":{"tf":1.4142135623730951},"68":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"51":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"2":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.7320508075688772}}}}}}}},"df":0,"docs":{}}}}},"df":35,"docs":{"1":{"tf":1.0},"10":{"tf":2.23606797749979},"11":{"tf":1.7320508075688772},"12":{"tf":2.23606797749979},"13":{"tf":1.4142135623730951},"15":{"tf":1.0},"16":{"tf":2.0},"17":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"23":{"tf":1.0},"30":{"tf":2.0},"31":{"tf":2.23606797749979},"32":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.7320508075688772},"43":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.7320508075688772},"51":{"tf":1.4142135623730951},"53":{"tf":2.6457513110645907},"6":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":2.23606797749979},"64":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":2.0},"67":{"tf":1.7320508075688772},"68":{"tf":1.4142135623730951},"7":{"tf":1.7320508075688772},"8":{"tf":1.0},"9":{"tf":1.0}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"25":{"tf":1.0},"35":{"tf":1.0},"6":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":2,"docs":{"41":{"tf":1.0},"50":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"11":{"tf":1.0},"51":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"18":{"tf":1.0},"25":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"d":{"df":8,"docs":{"16":{"tf":1.0},"18":{"tf":1.0},"36":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0}}},"df":4,"docs":{"12":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":1.0},"53":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"22":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.0}}}},"df":0,"docs":{}},"f":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"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":3,"docs":{"16":{"tf":1.0},"60":{"tf":1.7320508075688772},"61":{"tf":1.7320508075688772}}}},"n":{"d":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"10":{"tf":1.0},"18":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"30":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"tf":1.0}}},"v":{"df":1,"docs":{"63":{"tf":1.0}},"i":{"c":{"df":2,"docs":{"34":{"tf":1.0},"66":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":8,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"20":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"52":{"tf":1.0},"65":{"tf":1.4142135623730951},"7":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"11":{"tf":1.0},"34":{"tf":1.0},"66":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":20,"docs":{"12":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"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.4142135623730951},"30":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.4142135623730951},"53":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"65":{"tf":1.0},"68":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":8,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"18":{"tf":1.0},"35":{"tf":1.0},"42":{"tf":1.0},"53":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"65":{"tf":1.7320508075688772}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"0":{"tf":1.0},"6":{"tf":1.0},"67":{"tf":1.0}}}},"w":{"df":5,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"23":{"tf":1.0},"4":{"tf":1.0},"59":{"tf":1.0}},"n":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":12,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951},"18":{"tf":1.0},"31":{"tf":1.7320508075688772},"51":{"tf":2.23606797749979},"57":{"tf":1.0},"6":{"tf":1.4142135623730951},"67":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.4142135623730951}},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"51":{"tf":1.0}}},"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":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"20":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"24":{"tf":1.4142135623730951},"28":{"tf":1.0},"48":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":3,"docs":{"34":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0}}}}},"t":{"df":1,"docs":{"10":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"df":2,"docs":{"48":{"tf":1.0},"49":{"tf":1.0}},"w":{"df":4,"docs":{"24":{"tf":1.0},"3":{"tf":1.0},"51":{"tf":1.0},"66":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":5,"docs":{"16":{"tf":1.0},"20":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"56":{"tf":1.0},"61":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"3":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"43":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"4":{"tf":1.0}}},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"26":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":8,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.0},"40":{"tf":1.0},"51":{"tf":1.0},"65":{"tf":1.0},"7":{"tf":1.0}},"i":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":4,"docs":{"18":{"tf":1.0},"32":{"tf":1.0},"6":{"tf":1.0},"67":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}}},"t":{"a":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"34":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"30":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"66":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"18":{"tf":1.0},"66":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"43":{"tf":1.0},"60":{"tf":1.0}}}}}}},"df":0,"docs":{}},"_":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"56":{"tf":1.0},"61":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":15,"docs":{"16":{"tf":1.0},"18":{"tf":1.0},"28":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.7320508075688772},"53":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"18":{"tf":1.0},"25":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}},"i":{"c":{"df":2,"docs":{"43":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{}}},"y":{"df":6,"docs":{"13":{"tf":1.0},"16":{"tf":1.0},"27":{"tf":1.0},"48":{"tf":1.0},"61":{"tf":1.4142135623730951},"67":{"tf":1.0}}}},"d":{":":{":":{"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":{"43":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{":":{":":{"a":{"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":{}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{":":{":":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"39":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"16":{"tf":1.0},"51":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"24":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"67":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":4,"docs":{"48":{"tf":1.0},"53":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.0}}}},"r":{"df":3,"docs":{"43":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"68":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"21":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"43":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"b":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":2,"docs":{"17":{"tf":1.0},"65":{"tf":1.4142135623730951}}}}}},"u":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":5,"docs":{"0":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.4142135623730951},"26":{"tf":1.0},"68":{"tf":1.0}}}},"t":{"df":6,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"26":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"0":{"tf":1.4142135623730951},"68":{"tf":1.0}}}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":10,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.0},"65":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"35":{"tf":1.0}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"42":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":7,"docs":{"11":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.0},"43":{"tf":1.7320508075688772},"46":{"tf":1.0},"47":{"tf":1.7320508075688772},"64":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":2,"docs":{"44":{"tf":1.4142135623730951},"45":{"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":{"18":{"tf":1.0},"8":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"17":{"tf":1.0},"67":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"66":{"tf":1.0}}}}}}},"n":{"c":{"df":3,"docs":{"30":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"23":{"tf":1.0},"24":{"tf":1.4142135623730951},"28":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":8,"docs":{"15":{"tf":1.4142135623730951},"17":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.4142135623730951}}}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"60":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":7,"docs":{"12":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.7320508075688772},"67":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"53":{"tf":1.0}}}}},"d":{"df":3,"docs":{"15":{"tf":1.0},"36":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":3,"docs":{"18":{"tf":1.0},"3":{"tf":1.4142135623730951},"65":{"tf":1.0}}},"r":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"16":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":31,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.0},"10":{"tf":2.0},"11":{"tf":1.7320508075688772},"12":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":2.23606797749979},"30":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"45":{"tf":1.0},"48":{"tf":1.4142135623730951},"50":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.7320508075688772},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"66":{"tf":1.0},"67":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"57":{"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":{"56":{"tf":1.0}}}},"df":0,"docs":{}}}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"{":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"61":{"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":{"43":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"60":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"60":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"s":{":":{":":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":2,"docs":{"37":{"tf":1.0},"39":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"17":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"31":{"tf":1.0},"8":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"0":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"m":{"df":0,"docs":{},"e":{"df":12,"docs":{"0":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"18":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.7320508075688772},"3":{"tf":1.4142135623730951},"33":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.4142135623730951},"67":{"tf":1.0},"7":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"36":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0}}}}},"r":{"df":1,"docs":{"24":{"tf":1.4142135623730951}}}}}},"o":{"d":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"46":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":6,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"15":{"tf":1.0},"21":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"l":{"df":2,"docs":{"41":{"tf":1.0},"51":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"27":{"tf":1.0},"29":{"tf":1.0},"6":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"24":{"tf":1.0},"46":{"tf":1.0}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":31,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"29":{"tf":2.0},"31":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.7320508075688772},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":2.0},"50":{"tf":1.0},"53":{"tf":1.7320508075688772},"58":{"tf":1.4142135623730951},"6":{"tf":1.0},"60":{"tf":1.4142135623730951},"63":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"68":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}},"y":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"g":{"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":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"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":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"65":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"10":{"tf":1.0},"36":{"tf":1.0},"51":{"tf":1.0},"63":{"tf":1.0}}},"k":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":18,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.4142135623730951},"25":{"tf":1.7320508075688772},"3":{"tf":1.0},"36":{"tf":1.0},"40":{"tf":1.0},"5":{"tf":2.0},"53":{"tf":1.0},"55":{"tf":1.0},"6":{"tf":1.4142135623730951},"68":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"44":{"tf":1.4142135623730951},"59":{"tf":1.0},"65":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":14,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"14":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":2.0},"21":{"tf":2.0},"22":{"tf":1.0},"30":{"tf":1.0},"36":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"17":{"tf":1.0},"45":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"11":{"tf":1.7320508075688772}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"51":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"14":{"tf":1.0},"26":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"4":{"tf":1.0},"66":{"tf":1.7320508075688772}}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"25":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"39":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"67":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"18":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":3,"docs":{"18":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"32":{"tf":1.0},"5":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":1,"docs":{"20":{"tf":1.0}}}},"x":{"/":{"d":{"a":{"df":2,"docs":{"40":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"32":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"24":{"tf":1.0},"3":{"tf":1.4142135623730951},"53":{"tf":1.0},"55":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"61":{"tf":1.0},"66":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":3,"docs":{"17":{"tf":1.0},"49":{"tf":1.0},"63":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"11":{"tf":1.0},"17":{"tf":1.7320508075688772},"39":{"tf":1.4142135623730951},"45":{"tf":1.0}}}},"df":28,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"31":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.7320508075688772},"4":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"51":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":2.23606797749979},"61":{"tf":1.7320508075688772},"63":{"tf":1.0},"65":{"tf":1.0},"67":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":46,"docs":{"10":{"tf":1.4142135623730951},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.4142135623730951},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"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},"4":{"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},"50":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0},"65":{"tf":1.0},"9":{"tf":1.7320508075688772}}}},"i":{"df":0,"docs":{},"z":{"df":3,"docs":{"44":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"11":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":26,"docs":{"0":{"tf":2.0},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.7320508075688772},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"27":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.4142135623730951},"50":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.0},"65":{"tf":1.4142135623730951},"67":{"tf":1.0},"68":{"tf":1.7320508075688772},"8":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":1,"docs":{"26":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"29":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"38":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"!":{"[":{"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":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"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":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"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":{"60":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"6":{"tf":1.0},"67":{"tf":1.0}},"f":{"df":2,"docs":{"28":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":8,"docs":{"0":{"tf":1.4142135623730951},"15":{"tf":1.0},"24":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"i":{"a":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":6,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"36":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"7":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":2,"docs":{"41":{"tf":1.0},"50":{"tf":1.0}}}},"w":{"[":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"7":{"tf":1.0}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"31":{"tf":1.0},"7":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"16":{"tf":1.0},"6":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":13,"docs":{"10":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"36":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"4":{"tf":1.0},"41":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"25":{"tf":1.4142135623730951}}}}},"df":1,"docs":{"7":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"16":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"65":{"tf":1.0},"68":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"66":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":10,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":4,"docs":{"34":{"tf":1.0},"55":{"tf":1.0},"62":{"tf":1.4142135623730951},"66":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"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":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"5":{"0":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"0":{"df":1,"docs":{"62":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":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":{"39":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"27":{"tf":1.0},"49":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"1":{"tf":1.0},"28":{"tf":1.0},"8":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":2,"docs":{"3":{"tf":1.0},"38":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"10":{"tf":1.4142135623730951},"11":{"tf":1.0},"63":{"tf":1.7320508075688772}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":47,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"10":{"tf":1.4142135623730951},"11":{"tf":1.0},"12":{"tf":1.7320508075688772},"13":{"tf":2.0},"14":{"tf":2.449489742783178},"15":{"tf":2.6457513110645907},"16":{"tf":1.0},"17":{"tf":1.7320508075688772},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.7320508075688772},"21":{"tf":2.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"24":{"tf":1.7320508075688772},"25":{"tf":1.7320508075688772},"26":{"tf":1.0},"31":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"37":{"tf":1.7320508075688772},"38":{"tf":1.4142135623730951},"40":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.7320508075688772},"44":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.7320508075688772},"51":{"tf":1.4142135623730951},"53":{"tf":2.23606797749979},"55":{"tf":1.7320508075688772},"56":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":2.0},"6":{"tf":1.0},"60":{"tf":2.6457513110645907},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.7320508075688772},"66":{"tf":1.0},"67":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"7":{"tf":2.449489742783178},"8":{"tf":1.4142135623730951},"9":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"30":{"tf":1.0},"43":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"10":{"tf":2.0},"11":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"d":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"df":1,"docs":{"67":{"tf":1.0}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"’":{"df":0,"docs":{},"r":{"df":3,"docs":{"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"50":{"tf":1.0}}}}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"25":{"tf":1.0}}}}}}}},"title":{"root":{"2":{"df":1,"docs":{"20":{"tf":1.0}}},"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"df":0,"docs":{}},"d":{"df":4,"docs":{"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"44":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"64":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"5":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"23":{"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":{"12":{"tf":1.0}}}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"47":{"tf":1.0}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"26":{"tf":1.0}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"18":{"tf":1.0},"41":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"4":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"z":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"26":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":4,"docs":{"22":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"65":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"36":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"7":{"tf":1.0}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"61":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"48":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"45":{"tf":1.0}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"13":{"tf":1.0},"16":{"tf":1.0},"65":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":3,"docs":{"42":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"13":{"tf":1.0},"16":{"tf":1.0},"65":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"63":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"27":{"tf":1.0},"28":{"tf":1.0}}}}}}}},"d":{"a":{"df":1,"docs":{"21":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"28":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"52":{"tf":1.0},"53":{"tf":1.0}}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"28":{"tf":1.0}},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"l":{"df":1,"docs":{"65":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"19":{"tf":1.0},"23":{"tf":1.0},"59":{"tf":1.0}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":9,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"27":{"tf":1.0},"36":{"tf":1.0},"40":{"tf":1.0},"49":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}}}}}},"f":{"a":{"df":0,"docs":{},"q":{"df":1,"docs":{"67":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"54":{"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":{"29":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"68":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"58":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"i":{"df":1,"docs":{"9":{"tf":1.0}},"i":{"df":1,"docs":{"52":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"63":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"v":{"df":1,"docs":{"64":{"tf":1.0}}}},"k":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"22":{"tf":1.0}}}}},"o":{"a":{"d":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"33":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"26":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"24":{"tf":1.0}}}}}}},"w":{"df":1,"docs":{"59":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":3,"docs":{"42":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"51":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"5":{"tf":1.0}}}}}}}}}},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"40":{"tf":1.0},"49":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"2":{"tf":1.0},"52":{"tf":1.0},"64":{"tf":1.0},"9":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0}}}}}}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"30":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"6":{"tf":1.0}}}}}}}}}}},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"30":{"tf":1.0}}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"18":{"tf":1.0},"41":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"o":{"b":{"df":0,"docs":{},"e":{"df":1,"docs":{"60":{"tf":1.0}}}},"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"60":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"52":{"tf":1.0},"63":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}}}}}}},"df":2,"docs":{"28":{"tf":1.0},"31":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"57":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":6,"docs":{"12":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"53":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"65":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"20":{"tf":1.0},"60":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":3,"docs":{"29":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.0}}}}}}}},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"20":{"tf":1.0},"21":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":1,"docs":{"11":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"66":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"17":{"tf":1.0},"39":{"tf":1.0}}}},"df":1,"docs":{"4":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"w":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"25":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"62":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"38":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":10,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"37":{"tf":1.0},"55":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"lang":"English","pipeline":["trimmer","stopWordFilter","stemmer"],"ref":"id","version":"0.9.5"},"results_options":{"limit_results":30,"teaser_word_count":30},"search_options":{"bool":"OR","expand":true,"fields":{"body":{"boost":1},"breadcrumbs":{"boost":1},"title":{"boost":2}}}}')); \ No newline at end of file diff --git a/docs/searchindex-1f5b58f2.js b/docs/searchindex-1f5b58f2.js new file mode 100644 index 0000000..daec930 --- /dev/null +++ b/docs/searchindex-1f5b58f2.js @@ -0,0 +1 @@ +window.search = Object.assign(window.search, JSON.parse('{"doc_urls":["project-context-primer.html#project-context-primer","what-you-will-learn.html#what-you-will-learn","part-i.html#part-i--foundations","introduction.html#introduction","architecture-overview.html#architecture-overview","testing-philosophy.html#testing-philosophy","testing-philosophy.html#declarative-over-imperative","testing-philosophy.html#protocol-time-not-wall-time","testing-philosophy.html#determinism-first-chaos-when-needed","testing-philosophy.html#observable-health-signals","testing-philosophy.html#minimum-run-windows","testing-philosophy.html#summary","scenario-lifecycle.html#scenario-lifecycle-conceptual","design-rationale.html#design-rationale","part-ii.html#part-ii--user-guide","workspace-layout.html#workspace-layout","annotated-tree.html#annotated-tree","authoring-scenarios.html#authoring-scenarios","workloads.html#core-content-workloads--expectations","workloads.html#workloads","workloads.html#expectations","scenario-builder-ext-patterns.html#core-content-scenariobuilderext-patterns","best-practices.html#best-practices","examples.html#examples","examples.html#simple-consensus-liveness","examples.html#transaction-workload","examples.html#da--transaction-workload","examples.html#chaos-resilience-test","examples-advanced.html#advanced--artificial-examples","examples-advanced.html#synthetic-delay-workload-network-latency-simulation","examples-advanced.html#oscillating-load-workload-traffic-waves","examples-advanced.html#byzantine-behavior-mock","examples-advanced.html#custom-expectation-block-finality-drift","examples-advanced.html#custom-deployer-dry-run-deployer","examples-advanced.html#stochastic-topology-generator","examples-advanced.html#multi-phase-scenario-pipelines","running-scenarios.html#running-scenarios","runners.html#runners","runners.html#local-runner","runners.html#docker-compose-runner","runners.html#kubernetes-runner","runners.html#common-expectations","operations.html#operations","part-iii.html#part-iii--developer-reference","scenario-model.html#scenario-model-developer-level","extending.html#extending-the-framework","extending.html#adding-a-workload","extending.html#adding-an-expectation","extending.html#adding-a-runner","extending.html#adding-topology-helpers","custom-workload-example.html#example-new-workload--expectation-rust","custom-workload-example.html#workload-simple-reachability-probe","custom-workload-example.html#expectation-confirm-the-target-stayed-reachable","custom-workload-example.html#how-to-wire-it","internal-crate-reference.html#internal-crate-reference","part-iv.html#part-iv--appendix","dsl-cheat-sheet.html#core-content-dsl-cheat-sheet","troubleshooting.html#troubleshooting-scenarios","faq.html#faq","glossary.html#glossary"],"index":{"documentStore":{"docInfo":{"0":{"body":78,"breadcrumbs":6,"title":3},"1":{"body":26,"breadcrumbs":2,"title":1},"10":{"body":40,"breadcrumbs":7,"title":3},"11":{"body":26,"breadcrumbs":5,"title":1},"12":{"body":107,"breadcrumbs":8,"title":3},"13":{"body":68,"breadcrumbs":6,"title":2},"14":{"body":10,"breadcrumbs":8,"title":4},"15":{"body":94,"breadcrumbs":8,"title":2},"16":{"body":59,"breadcrumbs":8,"title":2},"17":{"body":101,"breadcrumbs":8,"title":2},"18":{"body":18,"breadcrumbs":12,"title":4},"19":{"body":38,"breadcrumbs":9,"title":1},"2":{"body":10,"breadcrumbs":4,"title":2},"20":{"body":54,"breadcrumbs":9,"title":1},"21":{"body":84,"breadcrumbs":12,"title":4},"22":{"body":96,"breadcrumbs":8,"title":2},"23":{"body":11,"breadcrumbs":6,"title":1},"24":{"body":48,"breadcrumbs":8,"title":3},"25":{"body":42,"breadcrumbs":7,"title":2},"26":{"body":49,"breadcrumbs":8,"title":3},"27":{"body":48,"breadcrumbs":8,"title":3},"28":{"body":19,"breadcrumbs":10,"title":3},"29":{"body":41,"breadcrumbs":13,"title":6},"3":{"body":84,"breadcrumbs":4,"title":1},"30":{"body":37,"breadcrumbs":12,"title":5},"31":{"body":34,"breadcrumbs":10,"title":3},"32":{"body":41,"breadcrumbs":12,"title":5},"33":{"body":39,"breadcrumbs":12,"title":5},"34":{"body":35,"breadcrumbs":10,"title":3},"35":{"body":40,"breadcrumbs":11,"title":4},"36":{"body":75,"breadcrumbs":8,"title":2},"37":{"body":20,"breadcrumbs":6,"title":1},"38":{"body":16,"breadcrumbs":7,"title":2},"39":{"body":23,"breadcrumbs":8,"title":3},"4":{"body":106,"breadcrumbs":6,"title":2},"40":{"body":17,"breadcrumbs":7,"title":2},"41":{"body":43,"breadcrumbs":7,"title":2},"42":{"body":130,"breadcrumbs":6,"title":1},"43":{"body":10,"breadcrumbs":8,"title":4},"44":{"body":116,"breadcrumbs":12,"title":4},"45":{"body":0,"breadcrumbs":8,"title":2},"46":{"body":39,"breadcrumbs":8,"title":2},"47":{"body":21,"breadcrumbs":8,"title":2},"48":{"body":29,"breadcrumbs":8,"title":2},"49":{"body":21,"breadcrumbs":9,"title":3},"5":{"body":8,"breadcrumbs":6,"title":2},"50":{"body":19,"breadcrumbs":14,"title":5},"51":{"body":120,"breadcrumbs":13,"title":4},"52":{"body":67,"breadcrumbs":14,"title":5},"53":{"body":24,"breadcrumbs":10,"title":1},"54":{"body":91,"breadcrumbs":10,"title":3},"55":{"body":10,"breadcrumbs":6,"title":3},"56":{"body":84,"breadcrumbs":11,"title":5},"57":{"body":86,"breadcrumbs":7,"title":2},"58":{"body":99,"breadcrumbs":5,"title":1},"59":{"body":130,"breadcrumbs":5,"title":1},"6":{"body":36,"breadcrumbs":7,"title":3},"7":{"body":84,"breadcrumbs":8,"title":4},"8":{"body":52,"breadcrumbs":8,"title":4},"9":{"body":51,"breadcrumbs":7,"title":3}},"docs":{"0":{"body":"This book focuses on the Nomos Testing Framework. It assumes familiarity with\\nthe Nomos architecture, but for completeness, here is a short primer. Nomos is a modular blockchain protocol with validators and a data-availability\\n(DA) subsystem. Validators participate in consensus and produce blocks. Executors are validators with the DA dispersal service enabled. They can\\nsubmit transactions and disperse blob data to the DA network. Data Availability (DA) handles blob data within transactions. When\\ntransactions include ChannelBlob operations, executors disperse the blob data\\nto the DA network, and validators sample and verify it’s available. These roles interact tightly, which is why meaningful testing must be performed\\nin multi-node environments that include real networking, timing, and DA\\ninteraction.","breadcrumbs":"Project Context Primer » Project Context Primer","id":"0","title":"Project Context Primer"},"1":{"body":"This book gives you a clear mental model for Nomos multi-node testing, shows how\\nto author scenarios that pair realistic workloads with explicit expectations,\\nand guides you to run them across local, containerized, and cluster environments\\nwithout changing the plan.","breadcrumbs":"What You Will Learn » What You Will Learn","id":"1","title":"What You Will Learn"},"10":{"body":"Always run long enough for meaningful block production: #![allow(unused)] fn main() {\\n// Bad: too short\\n.with_run_duration(Duration::from_secs(5)) // Maybe 0-1 blocks // Good: enough blocks for assertions\\n.with_run_duration(Duration::from_secs(60)) // ~10+ blocks } The framework enforces minimum durations, but be explicit. Very short runs\\nrisk false confidence—one lucky block doesn’t prove liveness.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Minimum Run Windows","id":"10","title":"Minimum Run Windows"},"11":{"body":"These principles keep scenarios: Portable across environments (protocol time, declarative) Debuggable (determinism, separation of concerns) Meaningful (observable signals, sufficient duration) When authoring scenarios, ask: “Does this test the protocol behavior or\\nmy local environment quirks?”","breadcrumbs":"Part I — Foundations » Testing Philosophy » Summary","id":"11","title":"Summary"},"12":{"body":"Build the plan: Declare a topology, attach workloads and expectations, and set the run window. The plan is the single source of truth for what will happen. Deploy: Hand the plan to a deployer. It provisions the environment on the chosen backend and waits for nodes to signal readiness, then returns a Runner. Drive workloads: Start traffic and behaviors (transactions, data-availability activity, restarts) for the planned duration. Observe blocks and signals: Track block progression and other high-level metrics during or after the run window to ground assertions in protocol time. Evaluate expectations: Once activity stops (and optional cooldown completes), check liveness and workload-specific outcomes to decide pass or fail. Cleanup: Tear down resources so successive runs start fresh and do not inherit leaked state. flowchart LR P[Plan
topology + workloads + expectations] --> D[Deploy
deployer provisions] D --> R[Readiness
wait for nodes] R --> Run[Run
runner orchestrates] Run --> W[Drive Workloads] W --> O[Observe
blocks/metrics] O --> E[Evaluate Expectations] E --> C[Cleanup]","breadcrumbs":"Part I — Foundations » Scenario Lifecycle (Conceptual) » Scenario Lifecycle (Conceptual)","id":"12","title":"Scenario Lifecycle (Conceptual)"},"13":{"body":"Modular crates keep configuration, orchestration, workloads, and runners decoupled so each can evolve without breaking the others. Pluggable runners let the same scenario run on a laptop, a Docker host, or a Kubernetes cluster, making validation portable across environments. Separated workloads and expectations clarify intent: what traffic to generate versus how to judge success. This simplifies review and reuse. Declarative topology makes cluster shape explicit and repeatable, reducing surprise when moving between CI and developer machines. Maintainability through predictability: a clear flow from plan to deployment to verification lowers the cost of extending the framework and interpreting failures.","breadcrumbs":"Part I — Foundations » Design Rationale » Design Rationale","id":"13","title":"Design Rationale"},"14":{"body":"Practical guidance for shaping scenarios, combining workloads and expectations,\\nand running them across different environments.","breadcrumbs":"Part II — User Guide » Part II — User Guide","id":"14","title":"Part II — User Guide"},"15":{"body":"The workspace focuses on multi-node integration testing and sits alongside a nomos-node checkout. Its crates separate concerns to keep scenarios\\nrepeatable and portable: Configs: prepares high-level node, network, tracing, and wallet settings\\nused across test environments. Core scenario orchestration: the engine that holds topology descriptions,\\nscenario plans, runtimes, workloads, and expectations. Workflows: ready-made workloads (transactions, data-availability, chaos)\\nand reusable expectations assembled into a user-facing DSL. Runners: deployment backends for local processes, Docker Compose, and\\nKubernetes, all consuming the same scenario plan. Test workflows: example scenarios and integration checks that show how\\nthe pieces fit together. This split keeps configuration, orchestration, reusable traffic patterns, and\\ndeployment adapters loosely coupled while sharing one mental model for tests.","breadcrumbs":"Part II — User Guide » Workspace Layout » Workspace Layout","id":"15","title":"Workspace Layout"},"16":{"body":"High-level view of the workspace and how pieces relate: nomos-testing/\\n├─ testing-framework/\\n│ ├─ configs/ # shared configuration helpers\\n│ ├─ core/ # scenario model, runtime, topology\\n│ ├─ workflows/ # workloads, expectations, DSL extensions\\n│ └─ runners/ # local, compose, k8s deployment backends\\n├─ tests/ # integration scenarios using the framework\\n└─ scripts/ # supporting setup utilities (e.g., assets) Each area maps to a responsibility: describe configs, orchestrate scenarios,\\npackage common traffic and assertions, adapt to environments, and demonstrate\\nend-to-end usage.","breadcrumbs":"Part II — User Guide » Annotated Tree » Annotated Tree","id":"16","title":"Annotated Tree"},"17":{"body":"Creating a scenario is a declarative exercise: Shape the topology: decide how many validators and executors to run, and\\nwhat high-level network and data-availability characteristics matter for the\\ntest. Attach workloads: pick traffic generators that align with your goals\\n(transactions, data-availability blobs, or chaos for resilience probes). Define expectations: specify the health signals that must hold when the\\nrun finishes (e.g., consensus liveness, inclusion of submitted activity; see Core Content: Workloads & Expectations). Set duration: choose a run window long enough to observe meaningful\\nblock progression and the effects of your workloads. Choose a runner: target local processes for fast iteration, Docker\\nCompose for reproducible multi-node stacks, or Kubernetes for cluster-grade\\nvalidation. For environment considerations, see Operations. Keep scenarios small and explicit: make the intended behavior and the success\\ncriteria clear so failures are easy to interpret and act upon.","breadcrumbs":"Part II — User Guide » Authoring Scenarios » Authoring Scenarios","id":"17","title":"Authoring Scenarios"},"18":{"body":"Workloads describe the activity a scenario generates; expectations describe the\\nsignals that must hold when that activity completes. Both are pluggable so\\nscenarios stay readable and purpose-driven.","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Core Content: Workloads & Expectations","id":"18","title":"Core Content: Workloads & Expectations"},"19":{"body":"Transaction workload: submits user-level transactions at a configurable\\nrate and can limit how many distinct actors participate. Data-availability workload: drives blob and channel activity to exercise\\ndata-availability paths. Chaos workload: triggers controlled node restarts to test resilience and\\nrecovery behaviors (requires a runner that can control nodes).","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Workloads","id":"19","title":"Workloads"},"2":{"body":"Conceptual chapters that establish the mental model for the framework and how\\nit approaches multi-node testing.","breadcrumbs":"Part I — Foundations » Part I — Foundations","id":"2","title":"Part I — Foundations"},"20":{"body":"Consensus liveness: verifies the system continues to produce blocks in\\nline with the planned workload and timing window. Workload-specific checks: each workload can attach its own success\\ncriteria (e.g., inclusion of submitted activity) so scenarios remain concise. Together, workloads and expectations let you express both the pressure applied\\nto the system and the definition of “healthy” for that run. flowchart TD I[Inputs
topology + wallets + rates] --> Init[Workload init] Init --> Drive[Drive traffic] Drive --> Collect[Collect signals] Collect --> Eval[Expectations evaluate]","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Expectations","id":"20","title":"Expectations"},"21":{"body":"Patterns that keep scenarios readable and reusable: Topology-first: start by shaping the cluster (counts, layout) so later\\nsteps inherit a clear foundation. Bundle defaults: use the DSL helpers to attach common expectations (like\\nliveness) whenever you add a matching workload, reducing forgotten checks. Intentional rates: express traffic in per-block terms to align with\\nprotocol timing rather than wall-clock assumptions. Opt-in chaos: enable restart patterns only in scenarios meant to probe\\nresilience; keep functional smoke tests deterministic. Wallet clarity: seed only the number of actors you need; it keeps\\ntransaction scenarios deterministic and interpretable. These patterns make scenario definitions self-explanatory while staying aligned\\nwith the framework’s block-oriented timing model.","breadcrumbs":"Part II — User Guide » Core Content: ScenarioBuilderExt Patterns » Core Content: ScenarioBuilderExt Patterns","id":"21","title":"Core Content: ScenarioBuilderExt Patterns"},"22":{"body":"State your intent: document the goal of each scenario (throughput, DA\\nvalidation, resilience) so expectation choices are obvious. Keep runs meaningful: choose durations that allow multiple blocks and make\\ntiming-based assertions trustworthy. Separate concerns: start with deterministic workloads for functional\\nchecks; add chaos in dedicated resilience scenarios to avoid noisy failures. Reuse patterns: standardize on shared topology and workload presets so\\nresults are comparable across environments and teams. Observe first, tune second: rely on liveness and inclusion signals to\\ninterpret outcomes before tweaking rates or topology. Environment fit: pick runners that match the feedback loop you need—local\\nfor speed, compose for reproducible stacks, k8s for cluster-grade fidelity. Minimal surprises: seed only necessary wallets and keep configuration\\ndeltas explicit when moving between CI and developer machines.","breadcrumbs":"Part II — User Guide » Best Practices » Best Practices","id":"22","title":"Best Practices"},"23":{"body":"Concrete scenarios showing how to combine topologies, workloads, and\\nexpectations. Copy and adjust these to fit your needs.","breadcrumbs":"Part II — User Guide » Examples » Examples","id":"23","title":"Examples"},"24":{"body":"Basic smoke test verifying validators can produce blocks. #![allow(unused)] fn main() {\\nuse nomos_testing_core::scenario::{Deployer, ScenarioBuilder};\\nuse nomos_testing_runner_local::LocalDeployer;\\nuse nomos_testing_workflows::ScenarioBuilderExt;\\nuse std::time::Duration; #[tokio::test]\\nasync fn test_consensus_liveness() -> Result<(), Box> { let mut plan = ScenarioBuilder::with_node_counts(3, 0) .expect_consensus_liveness() .with_run_duration(Duration::from_secs(30)) .build(); let deployer = LocalDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } When to use: Quick validation that consensus works on minimal hardware.","breadcrumbs":"Part II — User Guide » Examples » Simple consensus liveness","id":"24","title":"Simple consensus liveness"},"25":{"body":"Submit transactions and verify inclusion. #![allow(unused)] fn main() {\\n#[tokio::test]\\nasync fn test_transaction_inclusion() -> Result<(), Box> { let mut plan = ScenarioBuilder::with_node_counts(2, 1) .wallets(10) .transactions() .rate(5) .users(5) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(60)) .build(); let deployer = LocalDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } When to use: Verify transaction submission and inclusion under light load.","breadcrumbs":"Part II — User Guide » Examples » Transaction workload","id":"25","title":"Transaction workload"},"26":{"body":"Stress both transaction and DA paths simultaneously. #![allow(unused)] fn main() {\\n#[tokio::test]\\nasync fn test_mixed_workload() -> Result<(), Box> { let mut plan = ScenarioBuilder::with_node_counts(3, 2) .wallets(20) .transactions() .rate(10) .users(10) .apply() .da() .channel_rate(2) .blob_rate(1) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(120)) .build(); let deployer = LocalDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } When to use: End-to-end validation that transaction and DA layers work together.","breadcrumbs":"Part II — User Guide » Examples » DA + transaction workload","id":"26","title":"DA + transaction workload"},"27":{"body":"Verify consensus survives node restarts. #![allow(unused)] fn main() {\\n#[tokio::test]\\nasync fn test_chaos_resilience() -> Result<(), Box> { let mut plan = ScenarioBuilder::with_node_counts(4, 1) .enable_node_control() .wallets(10) .transactions() .rate(5) .users(5) .apply() .chaos() .restart() .min_delay(Duration::from_secs(15)) .max_delay(Duration::from_secs(25)) .target_cooldown(Duration::from_secs(45)) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(90)) .build(); let deployer = LocalDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } When to use: Resilience validation and operational readiness testing.","breadcrumbs":"Part II — User Guide » Examples » Chaos resilience test","id":"27","title":"Chaos resilience test"},"28":{"body":"These illustrative scenarios stretch the framework to show how to build new\\nworkloads, expectations, deployers, and topology tricks. They are intentionally\\n“synthetic” to teach capabilities rather than prescribe production tests.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Advanced & Artificial Examples","id":"28","title":"Advanced & Artificial Examples"},"29":{"body":"Idea: inject fake latency between node interactions using internal timers,\\nnot OS-level tooling. Demonstrates: sequencing control inside a workload, verifying protocol\\nprogression under induced lag, using timers to pace submissions. Shape: wrap submissions in delays that mimic slow peers; ensure the\\nexpectation checks blocks still progress.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Synthetic Delay Workload (Network Latency Simulation)","id":"29","title":"Synthetic Delay Workload (Network Latency Simulation)"},"3":{"body":"The Nomos Testing Framework is a purpose-built toolkit for exercising Nomos in\\nrealistic, multi-node environments. It solves the gap between small, isolated\\ntests and full-system validation by letting teams describe a cluster layout,\\ndrive meaningful traffic, and assert the outcomes in one coherent plan. It is for protocol engineers, infrastructure operators, and QA teams who need\\nrepeatable confidence that validators, executors, and data-availability\\ncomponents work together under network and timing constraints. Multi-node integration testing is required because many Nomos behaviors—block\\nprogress, data availability, liveness under churn—only emerge when several\\nroles interact over real networking and time. This framework makes those checks\\ndeclarative, observable, and portable across environments.","breadcrumbs":"Part I — Foundations » Introduction » Introduction","id":"3","title":"Introduction"},"30":{"body":"Idea: traffic rate changes every block or N seconds (e.g., blocks 1–3 low,\\n4–5 high, 6–7 zero, repeat). Demonstrates: dynamic, stateful workloads that use RunMetrics to time\\nphases; modeling real-world burstiness. Shape: schedule per-phase rates; confirm inclusion/liveness across peaks\\nand troughs.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Oscillating Load Workload (Traffic Waves)","id":"30","title":"Oscillating Load Workload (Traffic Waves)"},"31":{"body":"Idea: a workload that drops half its planned submissions, sometimes\\ndouble-submits, and intentionally triggers expectation failures. Demonstrates: negative testing, resilience checks, and the value of clear\\nexpectations when behavior is adversarial by design. Shape: parameterize drop/double-submit probabilities; pair with an\\nexpectation that documents what “bad” looks like.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Byzantine Behavior Mock","id":"31","title":"Byzantine Behavior Mock"},"32":{"body":"Idea: assert the last few blocks differ and block time stays within a\\ntolerated drift budget. Demonstrates: consuming BlockFeed or time-series metrics to validate\\nprotocol cadence; crafting post-run assertions around block diversity and\\ntiming. Shape: collect recent blocks, confirm no duplicates, and compare observed\\nintervals to a drift threshold.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Custom Expectation: Block Finality Drift","id":"32","title":"Custom Expectation: Block Finality Drift"},"33":{"body":"Idea: a deployer that never starts nodes; it emits configs, simulates\\nreadiness, provides fake blockfeed/metrics. Demonstrates: full power of the deployer interface for CI dry-runs,\\nconfig verification, and ultra-fast feedback without Nomos binaries. Shape: produce logs/artifacts, stub readiness, and feed synthetic blocks\\nso expectations can still run.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Custom Deployer: Dry-Run Deployer","id":"33","title":"Custom Deployer: Dry-Run Deployer"},"34":{"body":"Idea: topology parameters change at runtime (random validators, DA\\nsettings, network shapes). Demonstrates: randomized property testing and fuzzing approaches to\\ntopology building. Shape: pick roles and network layouts randomly per run; keep expectations\\ntolerant to variability while still asserting core liveness.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Stochastic Topology Generator","id":"34","title":"Stochastic Topology Generator"},"35":{"body":"Idea: scenario runs in phases (e.g., phase 1 transactions, phase 2 DA,\\nphase 3 restarts, phase 4 sync check). Demonstrates: multi-stage tests, modular scenario assembly, and deliberate\\nlifecycle control. Shape: drive phase-specific workloads/expectations sequentially; enforce\\nclear boundaries and post-phase checks.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Multi-Phase Scenario (“Pipelines”)","id":"35","title":"Multi-Phase Scenario (“Pipelines”)"},"36":{"body":"Running a scenario follows the same conceptual flow regardless of environment: Select or author a scenario plan that pairs a topology with workloads,\\nexpectations, and a suitable run window. Choose a runner aligned with your environment (local, compose, or k8s) and\\nensure its prerequisites are available. Deploy the plan through the runner; wait for readiness signals before\\nstarting workloads. Let workloads drive activity for the planned duration; keep observability\\nsignals visible so you can correlate outcomes. Evaluate expectations and capture results as the primary pass/fail signal. Use the same plan across different runners to compare behavior between local\\ndevelopment and CI or cluster settings. For environment prerequisites and\\nflags, see Operations.","breadcrumbs":"Part II — User Guide » Running Scenarios » Running Scenarios","id":"36","title":"Running Scenarios"},"37":{"body":"Runners turn a scenario plan into a live environment while keeping the plan\\nunchanged. Choose based on feedback speed, reproducibility, and fidelity. For\\nenvironment and operational considerations, see Operations:","breadcrumbs":"Part II — User Guide » Runners » Runners","id":"37","title":"Runners"},"38":{"body":"Launches node processes directly on the host. Fastest feedback loop and minimal orchestration overhead. Best for development-time iteration and debugging.","breadcrumbs":"Part II — User Guide » Runners » Local runner","id":"38","title":"Local runner"},"39":{"body":"Starts nodes in containers to provide a reproducible multi-node stack on a\\nsingle machine. Discovers service ports and wires observability for convenient inspection. Good balance between fidelity and ease of setup.","breadcrumbs":"Part II — User Guide » Runners » Docker Compose runner","id":"39","title":"Docker Compose runner"},"4":{"body":"The framework follows a clear flow: Topology → Scenario → Deploy → Run → Verify. Topology describes the cluster: how many nodes, their roles, and the high-level network and data-availability parameters they should follow. Scenario combines that topology with the activities to run and the checks to perform, forming a single plan. Deployer provisions infrastructure on the chosen backend (local processes, Docker Compose, or Kubernetes), waits for readiness, and returns a Runner. Runner orchestrates execution: starts workloads, observes signals, evaluates expectations, and cleans up. Workloads generate traffic and conditions that exercise the system. Expectations observe the run and judge success or failure once activity completes. flowchart LR A(Topology
shape cluster) --> B(Scenario
plan) B --> C(Deployer
provision infrastructure) C --> D(Runner
orchestrate execution) D --> E(Workloads
drive traffic) E --> F(Expectations
verify outcomes) Each layer has a narrow responsibility so that cluster shape, deployment choice,\\ntraffic generation, and health checks can evolve independently while fitting\\ntogether predictably.","breadcrumbs":"Part I — Foundations » Architecture Overview » Architecture Overview","id":"4","title":"Architecture Overview"},"40":{"body":"Deploys nodes onto a cluster for higher-fidelity, longer-running scenarios. Suits CI or shared environments where cluster behavior and scheduling matter.","breadcrumbs":"Part II — User Guide » Runners » Kubernetes runner","id":"40","title":"Kubernetes runner"},"41":{"body":"All runners require at least one validator and, for transaction scenarios,\\naccess to seeded wallets. Readiness probes gate workload start so traffic begins only after nodes are\\nreachable. Environment flags can relax timeouts or increase tracing when diagnostics are\\nneeded. flowchart TD Plan[Scenario Plan] --> RunSel[Runner
local | compose | k8s] RunSel --> Provision[Provision & readiness] Provision --> Runtime[Runtime + observability] Runtime --> Exec[Workloads & Expectations execute]","breadcrumbs":"Part II — User Guide » Runners » Common expectations","id":"41","title":"Common expectations"},"42":{"body":"Operational readiness focuses on prerequisites, environment fit, and clear\\nsignals: Prerequisites: keep a sibling nomos-node checkout available; ensure the\\nchosen runner’s platform needs are met (local binaries for host runs, Docker\\nfor compose, cluster access for k8s). Artifacts: some scenarios depend on prover or circuit assets; fetch them\\nahead of time with the provided helper scripts when needed. Environment flags: use slow-environment toggles to relax timeouts, enable\\ntracing when debugging, and adjust observability ports to avoid clashes. Readiness checks: verify runners report node readiness before starting\\nworkloads; this avoids false negatives from starting too early. Failure triage: map failures to missing prerequisites (wallet seeding,\\nnode control availability), runner platform issues, or unmet expectations.\\nStart with liveness signals, then dive into workload-specific assertions. Treat operational hygiene—assets present, prerequisites satisfied, observability\\nreachable—as the first step to reliable scenario outcomes. flowchart TD Expose[Runner exposes endpoints/ports] --> Collect[Runtime collects block/health signals] Collect --> Consume[Expectations consume signals
decide pass/fail] Consume --> Inspect[Operators inspect logs/metrics
when failures arise]","breadcrumbs":"Part II — User Guide » Operations » Operations","id":"42","title":"Operations"},"43":{"body":"Deep dives for contributors who extend the framework, evolve its abstractions,\\nor maintain the crate set.","breadcrumbs":"Part III — Developer Reference » Part III — Developer Reference","id":"43","title":"Part III — Developer Reference"},"44":{"body":"The scenario model defines clear, composable responsibilities: Topology: a declarative description of the cluster—how many nodes, their\\nroles, and the broad network and data-availability characteristics. It\\nrepresents the intended shape of the system under test. Scenario: a plan combining topology, workloads, expectations, and a run\\nwindow. Building a scenario validates prerequisites (like seeded wallets) and\\nensures the run lasts long enough to observe meaningful block progression. Workloads: asynchronous tasks that generate traffic or conditions. They\\nuse shared context to interact with the deployed cluster and may bundle\\ndefault expectations. Expectations: post-run assertions. They can capture baselines before\\nworkloads start and evaluate success once activity stops. Runtime: coordinates workloads and expectations for the configured\\nduration, enforces cooldowns when control actions occur, and ensures cleanup\\nso runs do not leak resources. Developers extending the model should keep these boundaries strict: topology\\ndescribes, scenarios assemble, runners deploy, workloads drive, and expectations\\njudge outcomes. For guidance on adding new capabilities, see Extending the Framework.","breadcrumbs":"Part III — Developer Reference » Scenario Model (Developer Level) » Scenario Model (Developer Level)","id":"44","title":"Scenario Model (Developer Level)"},"45":{"body":"","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Extending the Framework","id":"45","title":"Extending the Framework"},"46":{"body":"Implement testing_framework_core::scenario::Workload: Provide a name and any bundled expectations. In init, derive inputs from GeneratedTopology and RunMetrics; fail\\nfast if prerequisites are missing (e.g., wallet data, node addresses). In start, drive async traffic using the RunContext clients. Expose the workload from a module under testing-framework/workflows and\\nconsider adding a DSL helper for ergonomic wiring.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding a workload","id":"46","title":"Adding a workload"},"47":{"body":"Implement testing_framework_core::scenario::Expectation: Use start_capture to snapshot baseline metrics. Use evaluate to assert outcomes after workloads finish; return all errors\\nso the runner can aggregate them. Export it from testing-framework/workflows if it is reusable.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding an expectation","id":"47","title":"Adding an expectation"},"48":{"body":"Implement testing_framework_core::scenario::Deployer for your backend. Produce a RunContext with NodeClients, metrics endpoints, and optional NodeControlHandle. Guard cleanup with CleanupGuard to reclaim resources even on failures. Mirror the readiness and block-feed probes used by the existing runners so\\nworkloads can rely on consistent signals.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding a runner","id":"48","title":"Adding a runner"},"49":{"body":"Extend testing_framework_core::topology::TopologyBuilder with new layouts or\\nconfiguration presets (e.g., specialized DA parameters). Keep defaults safe:\\nensure at least one participant and clamp dispersal factors as the current\\nhelpers do.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding topology helpers","id":"49","title":"Adding topology helpers"},"5":{"body":"The framework follows these principles. They shape how you write tests and\\ninterpret results.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Testing Philosophy","id":"5","title":"Testing Philosophy"},"50":{"body":"A minimal, end-to-end illustration of adding a custom workload and matching\\nexpectation. This shows the shape of the traits and where to plug into the\\nframework; expand the logic to fit your real test.","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Example: New Workload & Expectation (Rust)","id":"50","title":"Example: New Workload & Expectation (Rust)"},"51":{"body":"Key ideas: name: identifies the workload in logs. expectations: workloads can bundle defaults so callers don’t forget checks. init: derive inputs from the generated topology (e.g., pick a target node). start: drive async activity using the shared RunContext. #![allow(unused)] fn main() {\\nuse std::sync::Arc;\\nuse async_trait::async_trait;\\nuse testing_framework_core::scenario::{ DynError, Expectation, RunContext, RunMetrics, Workload,\\n};\\nuse testing_framework_core::topology::GeneratedTopology; pub struct ReachabilityWorkload { target_idx: usize, bundled: Vec>,\\n} impl ReachabilityWorkload { pub fn new(target_idx: usize) -> Self { Self { target_idx, bundled: vec![Box::new(ReachabilityExpectation::new(target_idx))], } }\\n} #[async_trait]\\nimpl Workload for ReachabilityWorkload { fn name(&self) -> &\'static str { \\"reachability_workload\\" } fn expectations(&self) -> Vec> { self.bundled.clone() } fn init( &mut self, topology: &GeneratedTopology, _metrics: &RunMetrics, ) -> Result<(), DynError> { if topology.validators().get(self.target_idx).is_none() { return Err(\\"no validator at requested index\\".into()); } Ok(()) } async fn start(&self, ctx: &RunContext) -> Result<(), DynError> { let client = ctx .clients() .validators() .get(self.target_idx) .ok_or(\\"missing target client\\")?; // Pseudo-action: issue a lightweight RPC to prove reachability. client.health_check().await.map_err(|e| e.into()) }\\n} }","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Workload: simple reachability probe","id":"51","title":"Workload: simple reachability probe"},"52":{"body":"Key ideas: start_capture: snapshot baseline if needed (not used here). evaluate: assert the condition after workloads finish. #![allow(unused)] fn main() {\\nuse async_trait::async_trait;\\nuse testing_framework_core::scenario::{DynError, Expectation, RunContext}; pub struct ReachabilityExpectation { target_idx: usize,\\n} impl ReachabilityExpectation { pub fn new(target_idx: usize) -> Self { Self { target_idx } }\\n} #[async_trait]\\nimpl Expectation for ReachabilityExpectation { fn name(&self) -> &str { \\"target_reachable\\" } async fn evaluate(&mut self, ctx: &RunContext) -> Result<(), DynError> { let client = ctx .clients() .validators() .get(self.target_idx) .ok_or(\\"missing target client\\")?; client.health_check().await.map_err(|e| { format!(\\"target became unreachable during run: {e}\\").into() }) }\\n} }","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Expectation: confirm the target stayed reachable","id":"52","title":"Expectation: confirm the target stayed reachable"},"53":{"body":"Build your scenario as usual and call .with_workload(ReachabilityWorkload::new(0)). The bundled expectation is attached automatically; you can add more with .with_expectation(...) if needed. Keep the logic minimal and fast for smoke tests; grow it into richer probes\\nfor deeper scenarios.","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » How to wire it","id":"53","title":"How to wire it"},"54":{"body":"High-level roles of the crates that make up the framework: Configs: prepares reusable configuration primitives for nodes, networking,\\ntracing, data availability, and wallets, shared by all scenarios and runners. Core scenario orchestration: houses the topology and scenario model,\\nruntime coordination, node clients, and readiness/health probes. Workflows: packages workloads and expectations into reusable building\\nblocks and offers a fluent DSL to assemble them. Runners: implements deployment backends (local host, Docker Compose,\\nKubernetes) that all consume the same scenario plan. Test workflows: example scenarios and integration checks that exercise the\\nframework end to end and serve as living documentation. Use this map to locate where to add new capabilities: configuration primitives\\nin configs, orchestration changes in core, reusable traffic/assertions in\\nworkflows, environment adapters in runners, and demonstrations in tests.","breadcrumbs":"Part III — Developer Reference » Internal Crate Reference » Internal Crate Reference","id":"54","title":"Internal Crate Reference"},"55":{"body":"Quick-reference material and supporting guidance to keep scenarios discoverable,\\ndebuggable, and consistent.","breadcrumbs":"Part IV — Appendix » Part IV — Appendix","id":"55","title":"Part IV — Appendix"},"56":{"body":"The framework offers a fluent builder style to keep scenarios readable. Common\\nknobs: Topology shaping: set validator and executor counts, pick a network layout\\nstyle, and adjust high-level data-availability traits. Wallet seeding: define how many users participate and the total funds\\navailable for transaction workloads. Workload tuning: configure transaction rates, data-availability channel\\nand blob rates, and whether chaos restarts should include validators,\\nexecutors, or both. Expectations: attach liveness and workload-specific checks so success is\\nexplicit. Run window: set a minimum duration long enough for multiple blocks to be\\nobserved and verified. Use these knobs to express intent clearly, keeping scenario definitions concise\\nand consistent across teams.","breadcrumbs":"Part IV — Appendix » DSL Cheat Sheet » Core Content: DSL Cheat Sheet","id":"56","title":"Core Content: DSL Cheat Sheet"},"57":{"body":"Common symptoms and likely causes: No or slow block progression: runner started workloads before readiness, insufficient run window, or environment too slow—extend duration or enable slow-environment tuning. Transactions not included: missing or insufficient wallet seeding, misaligned transaction rate with block cadence, or network instability—reduce rate and verify wallet setup. Chaos stalls the run: node control not available for the chosen runner or restart cadence too aggressive—enable control capability and widen restart intervals. Observability gaps: metrics or logs unreachable because ports clash or services are not exposed—adjust observability ports and confirm runner wiring. Flaky behavior across runs: mixing chaos with functional smoke tests or inconsistent topology between environments—separate deterministic and chaos scenarios and standardize topology presets.","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Troubleshooting Scenarios","id":"57","title":"Troubleshooting Scenarios"},"58":{"body":"Why block-oriented timing? Using block cadence reduces dependence on host speed and keeps assertions aligned\\nwith protocol behavior. Can I reuse the same scenario across runners? Yes. The plan stays the same; swap runners (local, compose, k8s) to target\\ndifferent environments. When should I enable chaos workloads? Only when testing resilience or operational recovery; keep functional smoke\\ntests deterministic. How long should runs be? Long enough for multiple blocks so liveness and inclusion checks are\\nmeaningful; very short runs risk false confidence. Do I always need seeded wallets? Only for transaction scenarios. Data-availability or pure chaos scenarios may\\nnot require them, but liveness checks still need validators producing blocks. What if expectations fail but workloads “look fine”? Trust expectations first—they capture the intended success criteria. Use the\\nobservability signals and runner logs to pinpoint why the system missed the\\ntarget.","breadcrumbs":"Part IV — Appendix » FAQ » FAQ","id":"58","title":"FAQ"},"59":{"body":"Validator: node role responsible for participating in consensus and block\\nproduction. Executor: a validator node with the DA dispersal service enabled. Executors\\ncan submit transactions and disperse blob data to the DA network, in addition\\nto performing all validator functions. DA (Data Availability): subsystem ensuring blobs or channel data are\\npublished and retrievable for validation. Deployer: component that provisions infrastructure (spawns processes,\\ncreates containers, or launches pods), waits for readiness, and returns a\\nRunner. Examples: LocalDeployer, ComposeRunner, K8sRunner. Runner: component returned by deployers that orchestrates scenario\\nexecution—starts workloads, observes signals, evaluates expectations, and\\ntriggers cleanup. Workload: traffic or behavior generator that exercises the system during a\\nscenario run. Expectation: post-run assertion that judges whether the system met the\\nintended success criteria. Topology: declarative description of the cluster shape, roles, and\\nhigh-level parameters for a scenario. Scenario: immutable plan combining topology, workloads, expectations, and\\nrun duration. Blockfeed: stream of block observations used for liveness or inclusion\\nsignals during a run. Control capability: the ability for a runner to start, stop, or restart\\nnodes, used by chaos workloads.","breadcrumbs":"Part IV — Appendix » Glossary » Glossary","id":"59","title":"Glossary"},"6":{"body":"Describe what you want to test, not how to orchestrate it: #![allow(unused)] fn main() {\\n// Good: declarative\\nScenarioBuilder::with_node_counts(2, 1) .transactions().rate(5).apply() .expect_consensus_liveness() .build(); // Bad: imperative (framework doesn\'t work this way)\\n// spawn_validator(); spawn_executor(); // loop { submit_tx(); check_block(); } } Why it matters: The framework handles deployment, readiness, and cleanup.\\nYou focus on test intent, not infrastructure orchestration.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Declarative over Imperative","id":"6","title":"Declarative over Imperative"},"7":{"body":"Reason in blocks and consensus intervals, not wall-clock seconds: #![allow(unused)] fn main() {\\n// Good: protocol-oriented thinking\\nlet plan = ScenarioBuilder::with_node_counts(2, 1) .transactions().rate(5).apply() // 5 tx per block .with_run_duration(Duration::from_secs(60)) // Let framework calculate expected blocks .expect_consensus_liveness() // \\"Did we produce the expected blocks?\\" .build(); // Bad: wall-clock assumptions\\n// \\"I expect at least 30 blocks in 60 seconds\\"\\n// Brittle if readiness or startup takes longer on slow CI } Why it matters: Block production rate is fixed by consensus parameters (e.g.,\\n2-second slot duration), but node startup and readiness vary by environment—fast\\non a laptop, slow on overloaded CI. The framework measures in blocks (protocol\\ntime), not wall-clock seconds, so tests focus on “did consensus work?” rather\\nthan “was the hardware fast enough?”","breadcrumbs":"Part I — Foundations » Testing Philosophy » Protocol Time, Not Wall Time","id":"7","title":"Protocol Time, Not Wall Time"},"8":{"body":"Default scenarios are repeatable: Fixed topology Predictable traffic rates Deterministic checks Chaos is opt-in: #![allow(unused)] fn main() {\\n// Separate: functional test (deterministic)\\nlet plan = ScenarioBuilder::with_node_counts(2, 1) .transactions().rate(5).apply() .expect_consensus_liveness() .build(); // Separate: chaos test (introduces randomness)\\nlet chaos_plan = ScenarioBuilder::with_node_counts(3, 2) .enable_node_control() .chaos().restart().apply() .transactions().rate(5).apply() .expect_consensus_liveness() .build(); } Why it matters: Mixing determinism with chaos creates noisy, hard-to-debug\\nfailures. Separate concerns make failures actionable.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Determinism First, Chaos When Needed","id":"8","title":"Determinism First, Chaos When Needed"},"9":{"body":"Prefer user-facing signals over internal state: Good checks: ✅ Blocks progressing at expected rate (liveness) ✅ Transactions included within N blocks (inclusion) ✅ DA blobs retrievable (availability) Avoid internal checks: ❌ Memory pool size ❌ Internal service state ❌ Cache hit rates Why it matters: User-facing signals reflect actual system health.\\nInternal state can be “healthy” while the system is broken from a user\\nperspective.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Observable Health Signals","id":"9","title":"Observable Health Signals"}},"length":60,"save":true},"fields":["title","body","breadcrumbs"],"index":{"body":{"root":{"0":{"df":2,"docs":{"10":{"tf":1.0},"24":{"tf":1.0}}},"1":{"0":{"df":1,"docs":{"10":{"tf":1.0}}},"df":7,"docs":{"10":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"35":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}},"–":{"3":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}}},"2":{"df":4,"docs":{"26":{"tf":1.0},"35":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"3":{"0":{"df":1,"docs":{"7":{"tf":1.0}}},"df":1,"docs":{"35":{"tf":1.0}}},"4":{"df":1,"docs":{"35":{"tf":1.0}},"–":{"5":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}}},"5":{"df":1,"docs":{"7":{"tf":1.0}}},"6":{"0":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{},"–":{"7":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":4,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"51":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"a":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"59":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"41":{"tf":1.0},"42":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"44":{"tf":1.0},"51":{"tf":1.0},"8":{"tf":1.0}}}},"v":{"df":9,"docs":{"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"44":{"tf":1.0},"51":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"19":{"tf":1.0},"21":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"54":{"tf":1.0}}}}},"d":{"df":4,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"46":{"tf":1.0}}}}}}},"df":6,"docs":{"44":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"23":{"tf":1.0},"42":{"tf":1.0},"56":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"31":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"47":{"tf":1.0}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"57":{"tf":1.0}}}}}}}}}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":4,"docs":{"17":{"tf":1.0},"21":{"tf":1.4142135623730951},"36":{"tf":1.0},"58":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":10,"docs":{"10":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}}}}},"df":1,"docs":{"22":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"10":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"55":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"20":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"2":{"tf":1.0},"34":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"4":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"42":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"15":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":13,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.4142135623730951},"34":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0}}}},"t":{"df":2,"docs":{"16":{"tf":1.0},"42":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"0":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{":":{":":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"51":{"tf":1.0},"52":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"51":{"tf":1.0},"52":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":7,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":6,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"17":{"tf":1.0},"36":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":16,"docs":{"0":{"tf":1.7320508075688772},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"36":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.4142135623730951},"44":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.7320508075688772},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"22":{"tf":1.0},"42":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"df":0,"docs":{}}}}},"b":{"(":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"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":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"54":{"tf":1.0}}},"df":0,"docs":{}}}}},"d":{"df":4,"docs":{"10":{"tf":1.0},"31":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"22":{"tf":1.0},"37":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"44":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.0}}}}}},"i":{"c":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}}}},"df":1,"docs":{"4":{"tf":1.0}},"e":{"c":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"22":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"57":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"41":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":10,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"31":{"tf":1.4142135623730951},"36":{"tf":1.0},"40":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"22":{"tf":1.0},"38":{"tf":1.0}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":7,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"57":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"33":{"tf":1.0},"42":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"b":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":6,"docs":{"0":{"tf":1.7320508075688772},"17":{"tf":1.0},"19":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":21,"docs":{"0":{"tf":1.0},"10":{"tf":2.23606797749979},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.4142135623730951},"32":{"tf":2.23606797749979},"33":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":2.0},"59":{"tf":1.4142135623730951},"7":{"tf":2.6457513110645907},"9":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"e":{"df":2,"docs":{"32":{"tf":1.0},"59":{"tf":1.0}},"e":{"d":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"0":{"tf":1.0},"1":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"18":{"tf":1.0},"20":{"tf":1.0},"26":{"tf":1.0},"56":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"35":{"tf":1.0},"44":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":4,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"o":{"a":{"d":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"9":{"tf":1.0}}}}}}},"u":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":13,"docs":{"12":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"34":{"tf":1.0},"44":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"56":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":5,"docs":{"21":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.7320508075688772},"53":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"z":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"31":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"c":{"(":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}},"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":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"9":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"32":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"53":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"51":{"tf":1.0}}}}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"28":{"tf":1.0},"44":{"tf":1.0},"54":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"36":{"tf":1.0},"44":{"tf":1.0},"58":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"57":{"tf":1.0}}}}},"df":1,"docs":{"4":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"1":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.0},"54":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"2":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"0":{"tf":1.0}}},"df":0,"docs":{}}}},"df":3,"docs":{"19":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0}}}}}},"o":{"df":11,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"27":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.7320508075688772},"58":{"tf":1.4142135623730951},"59":{"tf":1.0},"8":{"tf":2.0}},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"44":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":17,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"42":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.4142135623730951},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"42":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"22":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"17":{"tf":1.4142135623730951},"22":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0},"57":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}}}}},"i":{"df":6,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"40":{"tf":1.0},"7":{"tf":1.4142135623730951}},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"49":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"42":{"tf":1.0},"57":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":5,"docs":{"12":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0}},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"r":{"df":9,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"56":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"|":{"df":2,"docs":{"51":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":4,"docs":{"46":{"tf":1.0},"51":{"tf":1.7320508075688772},"52":{"tf":1.7320508075688772},"54":{"tf":1.0}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":12,"docs":{"1":{"tf":1.0},"13":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.7320508075688772},"40":{"tf":1.4142135623730951},"42":{"tf":1.0},"44":{"tf":1.0},"59":{"tf":1.0}},"—":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"44":{"tf":1.0}}}}}}}}}}}},"o":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"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":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"42":{"tf":1.0}}}}}}}}},"df":3,"docs":{"20":{"tf":1.0},"32":{"tf":1.0},"42":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"14":{"tf":1.0},"23":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"59":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"41":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"22":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"18":{"tf":1.0},"4":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"3":{"tf":1.0},"59":{"tf":1.4142135623730951}}},"s":{"df":12,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":3,"docs":{"12":{"tf":1.0},"2":{"tf":1.0},"36":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"8":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"20":{"tf":1.0},"56":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"4":{"tf":1.0},"44":{"tf":1.0},"52":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"3":{"tf":1.0},"58":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":4,"docs":{"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"r":{"df":9,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"44":{"tf":1.0},"49":{"tf":1.0},"54":{"tf":1.4142135623730951},"56":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"df":4,"docs":{"30":{"tf":1.0},"32":{"tf":1.0},"52":{"tf":1.0},"57":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":7,"docs":{"0":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.4142135623730951},"27":{"tf":1.0},"59":{"tf":1.0},"7":{"tf":1.7320508075688772}}}}}},"i":{"d":{"df":1,"docs":{"46":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.0},"37":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"48":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"m":{"df":4,"docs":{"15":{"tf":1.0},"32":{"tf":1.0},"42":{"tf":1.4142135623730951},"54":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"39":{"tf":1.0},"59":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"1":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"56":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"0":{"tf":1.0},"44":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"20":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"43":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":7,"docs":{"19":{"tf":1.4142135623730951},"29":{"tf":1.0},"35":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"57":{"tf":1.4142135623730951},"59":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"39":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"12":{"tf":1.0},"44":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"44":{"tf":1.0},"54":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"23":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":8,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"34":{"tf":1.0},"54":{"tf":1.4142135623730951},"56":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"36":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"21":{"tf":1.0},"56":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"43":{"tf":1.0},"54":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"17":{"tf":1.0},"59":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":4,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"x":{"df":2,"docs":{"51":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":3,"docs":{"32":{"tf":1.0},"33":{"tf":1.0},"50":{"tf":1.0}}}}}}}},"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"[":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"12":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"a":{"df":8,"docs":{"0":{"tf":2.449489742783178},"22":{"tf":1.0},"26":{"tf":2.0},"34":{"tf":1.0},"35":{"tf":1.0},"49":{"tf":1.0},"59":{"tf":1.7320508075688772},"9":{"tf":1.0}},"t":{"a":{"df":13,"docs":{"0":{"tf":2.23606797749979},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"4":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0},"59":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":2,"docs":{"12":{"tf":1.0},"4":{"tf":1.0}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":3,"docs":{"38":{"tf":1.0},"42":{"tf":1.0},"8":{"tf":1.0}},"g":{"df":2,"docs":{"11":{"tf":1.0},"55":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"12":{"tf":1.0},"17":{"tf":1.0}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"r":{"df":8,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"3":{"tf":1.0},"44":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"43":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":5,"docs":{"21":{"tf":1.0},"44":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"17":{"tf":1.0},"44":{"tf":1.0},"56":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"20":{"tf":1.0},"21":{"tf":1.0},"56":{"tf":1.0}}}}}}},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"29":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"35":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"a":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":9,"docs":{"16":{"tf":1.0},"29":{"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},"54":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"42":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":17,"docs":{"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"33":{"tf":2.0},"36":{"tf":1.0},"4":{"tf":1.7320508075688772},"40":{"tf":1.0},"44":{"tf":1.4142135623730951},"54":{"tf":1.0},"59":{"tf":1.4142135623730951},"6":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"(":{"&":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"46":{"tf":1.0},"51":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":6,"docs":{"16":{"tf":1.0},"18":{"tf":1.4142135623730951},"3":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"44":{"tf":1.0},"59":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"13":{"tf":1.0},"31":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"11":{"tf":1.0},"8":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":6,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.4142135623730951}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"14":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"58":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"38":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"39":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":3,"docs":{"0":{"tf":1.7320508075688772},"49":{"tf":1.0},"59":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"42":{"tf":1.0},"43":{"tf":1.0}},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"32":{"tf":1.0}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0},"54":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"22":{"tf":1.0},"31":{"tf":1.0},"54":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"\'":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"33":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.7320508075688772}}}},"v":{"df":0,"docs":{},"e":{"[":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}},"df":9,"docs":{"12":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0}},"n":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"p":{"/":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"31":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"l":{"df":6,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.0},"46":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":11,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"36":{"tf":1.0},"44":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":3,"docs":{"12":{"tf":1.0},"52":{"tf":1.0},"59":{"tf":1.4142135623730951}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"51":{"tf":1.7320508075688772},"52":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}},"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":9,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0},"7":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"51":{"tf":1.0}}}}}}},"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"12":{"tf":1.0}}}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"13":{"tf":1.0},"16":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"42":{"tf":1.0}}}}},"s":{"df":1,"docs":{"39":{"tf":1.0}},"i":{"df":1,"docs":{"17":{"tf":1.0}}}}},"df":2,"docs":{"12":{"tf":1.0},"4":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"3":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":6,"docs":{"0":{"tf":1.0},"21":{"tf":1.0},"42":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"27":{"tf":1.0},"8":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"d":{"df":4,"docs":{"16":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"10":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"15":{"tf":1.0},"3":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":6,"docs":{"10":{"tf":1.4142135623730951},"17":{"tf":1.0},"44":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"7":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":6,"docs":{"29":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.4142135623730951},"49":{"tf":1.0},"59":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":19,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"36":{"tf":1.7320508075688772},"37":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.7320508075688772},"54":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"—":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"46":{"tf":1.0}}}}}}},"r":{"(":{"\\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"51":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"2":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"a":{"df":0,"docs":{},"l":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":8,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.0},"59":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"48":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":3,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0}}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":6,"docs":{"15":{"tf":1.0},"23":{"tf":1.0},"28":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"59":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"4":{"tf":1.4142135623730951},"41":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"0":{"tf":1.4142135623730951},"17":{"tf":1.0},"3":{"tf":1.0},"56":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":6,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"54":{"tf":1.0},"59":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":7,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"51":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":35,"docs":{"1":{"tf":1.0},"12":{"tf":2.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.7320508075688772},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"42":{"tf":1.0},"44":{"tf":2.23606797749979},"46":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":2.0},"52":{"tf":1.7320508075688772},"53":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.7320508075688772},"7":{"tf":1.7320508075688772},"9":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"56":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}},"s":{"df":2,"docs":{"42":{"tf":1.0},"46":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"42":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"—":{"a":{"d":{"df":0,"docs":{},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"20":{"tf":1.0},"21":{"tf":1.0},"56":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":5,"docs":{"13":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.4142135623730951},"45":{"tf":1.0},"49":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"16":{"tf":1.0}}}}}}},"}":{"\\"":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"52":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"f":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"15":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"12":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":8,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"31":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.7320508075688772},"48":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}},"k":{"df":0,"docs":{},"e":{"df":2,"docs":{"29":{"tf":1.0},"33":{"tf":1.0}}}},"l":{"df":0,"docs":{},"s":{"df":3,"docs":{"10":{"tf":1.0},"42":{"tf":1.0},"58":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}}}},"q":{"df":1,"docs":{"58":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"17":{"tf":1.0},"33":{"tf":1.0},"46":{"tf":1.0},"53":{"tf":1.0},"7":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"22":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"33":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":1,"docs":{"32":{"tf":1.0}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"22":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"58":{"tf":1.0}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"17":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"42":{"tf":1.0},"8":{"tf":1.0}},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"58":{"tf":1.0}}}}}}}}}},"t":{"df":6,"docs":{"15":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0},"50":{"tf":1.0}}},"x":{"df":2,"docs":{"7":{"tf":1.0},"8":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"36":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0}}},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"57":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":3,"docs":{"13":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"54":{"tf":1.0},"56":{"tf":1.0}}}}}}},"n":{"df":10,"docs":{"10":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"51":{"tf":2.449489742783178},"52":{"tf":2.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"o":{"c":{"df":0,"docs":{},"u":{"df":2,"docs":{"6":{"tf":1.0},"7":{"tf":1.0}},"s":{"df":3,"docs":{"0":{"tf":1.0},"15":{"tf":1.0},"42":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"5":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"t":{"!":{"(":{"\\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"4":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"2":{"tf":1.0},"21":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"46":{"tf":1.0},"47":{"tf":1.0}}}}}}}}}}},"df":17,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.4142135623730951},"2":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.4142135623730951},"4":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.4142135623730951},"56":{"tf":1.0},"6":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}},"’":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"3":{"tf":1.0},"33":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"8":{"tf":1.0}}}}}}},"d":{"df":1,"docs":{"56":{"tf":1.0}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"g":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"3":{"tf":1.0},"57":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"41":{"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":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"46":{"tf":1.0},"51":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":8,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.4142135623730951},"44":{"tf":1.0},"51":{"tf":1.0},"59":{"tf":1.0}}}}},"t":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"51":{"tf":1.0},"52":{"tf":1.0}}}},"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":1,"docs":{"1":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"17":{"tf":1.0},"22":{"tf":1.0}}}},"df":0,"docs":{},"o":{"d":{"df":5,"docs":{"10":{"tf":1.0},"39":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"17":{"tf":1.0},"22":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":1,"docs":{"53":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"14":{"tf":1.0},"44":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"1":{"tf":1.0},"14":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"31":{"tf":1.0}}}},"n":{"d":{"df":1,"docs":{"12":{"tf":1.0}},"l":{"df":2,"docs":{"0":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"r":{"d":{"df":1,"docs":{"8":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"24":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"17":{"tf":1.0},"4":{"tf":1.0},"9":{"tf":1.4142135623730951}},"i":{"df":2,"docs":{"20":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"0":{"tf":1.0},"52":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":9,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"30":{"tf":1.0},"4":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"54":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"i":{"[":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"20":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"a":{"df":9,"docs":{"29":{"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},"51":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"51":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"14":{"tf":1.0}},"i":{"df":1,"docs":{"43":{"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":{"28":{"tf":1.0},"50":{"tf":1.0}}}}}}}},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.4142135623730951}}}},"l":{"df":2,"docs":{"51":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"54":{"tf":1.0}}}}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":4,"docs":{"0":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":7,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.4142135623730951},"58":{"tf":1.0},"59":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"\\"":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"51":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"c":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"3":{"tf":1.0},"4":{"tf":1.4142135623730951},"59":{"tf":1.0},"6":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"12":{"tf":1.0},"21":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":3,"docs":{"20":{"tf":1.4142135623730951},"46":{"tf":1.0},"51":{"tf":1.4142135623730951}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"46":{"tf":1.0},"51":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"42":{"tf":1.0}}}}}}},"df":2,"docs":{"39":{"tf":1.0},"42":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"57":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":4,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"3":{"tf":1.0},"54":{"tf":1.0}}}},"n":{"d":{"df":4,"docs":{"17":{"tf":1.0},"44":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"28":{"tf":1.0},"31":{"tf":1.0}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.4142135623730951},"29":{"tf":1.0},"3":{"tf":1.0},"44":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":3,"docs":{"29":{"tf":1.0},"54":{"tf":1.0},"9":{"tf":2.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"5":{"tf":1.0}}}}}},"v":{"df":3,"docs":{"32":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"8":{"tf":1.0}},"t":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":2,"docs":{"42":{"tf":1.0},"51":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.0},"38":{"tf":1.0}}}},"’":{"df":1,"docs":{"0":{"tf":1.0}}}},"v":{"df":1,"docs":{"55":{"tf":1.0}}}},"j":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"g":{"df":4,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"59":{"tf":1.0}}}},"df":0,"docs":{}}},"k":{"8":{"df":6,"docs":{"16":{"tf":1.0},"22":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"58":{"tf":1.0}},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":16,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.7320508075688772},"22":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951}}}},"y":{"df":2,"docs":{"51":{"tf":1.0},"52":{"tf":1.0}}}},"n":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"56":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"54":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"29":{"tf":1.0}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"13":{"tf":1.0},"7":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"32":{"tf":1.0},"44":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"29":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"21":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"38":{"tf":1.0},"59":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"26":{"tf":1.0},"4":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"15":{"tf":1.0},"21":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"49":{"tf":1.0},"56":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"12":{"tf":1.0},"44":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":11,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"29":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":2,"docs":{"12":{"tf":1.0},"35":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"20":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":16,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.0},"9":{"tf":1.0}}}}},"o":{"a":{"d":{"df":2,"docs":{"25":{"tf":1.0},"30":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"59":{"tf":1.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":4,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":11,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"36":{"tf":1.4142135623730951},"38":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0}}},"t":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":3,"docs":{"51":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}},"i":{"c":{"df":2,"docs":{"50":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{}},"s":{"/":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"42":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":5,"docs":{"10":{"tf":1.0},"17":{"tf":1.0},"44":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"40":{"tf":1.0},"7":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"31":{"tf":1.0},"58":{"tf":1.0}}},"p":{"df":3,"docs":{"22":{"tf":1.0},"38":{"tf":1.0},"6":{"tf":1.0}}},"s":{"df":1,"docs":{"15":{"tf":1.0}}}},"w":{"df":1,"docs":{"30":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"r":{"df":2,"docs":{"12":{"tf":1.0},"4":{"tf":1.0}}},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"10":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"39":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":10,"docs":{"10":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"13":{"tf":1.0},"43":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":7,"docs":{"13":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"54":{"tf":1.0},"8":{"tf":1.0}}}},"n":{"df":0,"docs":{},"i":{"df":6,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"56":{"tf":1.0}}}},"p":{"df":3,"docs":{"16":{"tf":1.0},"42":{"tf":1.0},"54":{"tf":1.0}}},"t":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"50":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"55":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"17":{"tf":1.0},"40":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}},"x":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"2":{"5":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"y":{"b":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":8,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"44":{"tf":1.0},"58":{"tf":1.0}}}}},"t":{"df":1,"docs":{"21":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"2":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"42":{"tf":1.0},"59":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"c":{"df":5,"docs":{"12":{"tf":1.0},"32":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"5":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"22":{"tf":1.0},"24":{"tf":1.0},"38":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"10":{"tf":1.4142135623730951},"56":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"57":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":4,"docs":{"42":{"tf":1.0},"46":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}}},"x":{"df":2,"docs":{"57":{"tf":1.0},"8":{"tf":1.0}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"31":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":8,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"30":{"tf":1.0},"44":{"tf":1.7320508075688772},"54":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"35":{"tf":1.0}}}},"df":1,"docs":{"46":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"53":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"13":{"tf":1.0},"22":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":8,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"39":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"22":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0}}}}}}},"t":{"df":5,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"51":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"51":{"tf":1.0},"52":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"46":{"tf":1.0},"51":{"tf":1.0}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"df":2,"docs":{"30":{"tf":1.0},"9":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":9,"docs":{"21":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"52":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":1.4142135623730951},"8":{"tf":1.0}},"—":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"g":{"df":2,"docs":{"31":{"tf":1.0},"42":{"tf":1.0}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":12,"docs":{"0":{"tf":1.7320508075688772},"15":{"tf":1.0},"17":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"4":{"tf":1.0},"44":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"33":{"tf":1.0}}}}},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"51":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":5,"docs":{"28":{"tf":1.0},"44":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"48":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":24,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"12":{"tf":1.4142135623730951},"15":{"tf":1.7320508075688772},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"2":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.4142135623730951},"33":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.4142135623730951},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.7320508075688772},"44":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.4142135623730951},"57":{"tf":1.0},"59":{"tf":1.7320508075688772},"7":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":2,"docs":{"22":{"tf":1.0},"8":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"df":7,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.7320508075688772},"33":{"tf":1.0},"42":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"{":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{":":{":":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"21":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"[":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":17,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"44":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"22":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"44":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"12":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"54":{"tf":1.0},"56":{"tf":1.0}}}}}},"k":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"\\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"51":{"tf":1.0},"52":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":5,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"51":{"tf":1.0}}},"n":{"c":{"df":3,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0}}},"df":4,"docs":{"15":{"tf":1.0},"3":{"tf":1.0},"41":{"tf":1.0},"49":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"40":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"0":{"tf":1.0},"17":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"42":{"tf":1.7320508075688772},"58":{"tf":1.0}}}},"t":{"df":2,"docs":{"21":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"12":{"tf":1.0},"48":{"tf":1.0}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":9,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"54":{"tf":1.4142135623730951},"59":{"tf":1.0},"6":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"21":{"tf":1.0},"58":{"tf":1.0},"7":{"tf":1.0}}}}}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}}},"df":1,"docs":{"29":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":8,"docs":{"12":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"3":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"38":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}}},"p":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"12":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"29":{"tf":1.0}}},"k":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"16":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":3,"docs":{"1":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"34":{"tf":1.0},"4":{"tf":1.0},"49":{"tf":1.0},"59":{"tf":1.0},"7":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"31":{"tf":1.0}}}}}}}},"df":0,"docs":{},"t":{"df":4,"docs":{"14":{"tf":1.0},"2":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":5,"docs":{"0":{"tf":1.0},"19":{"tf":1.0},"49":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"36":{"tf":1.0},"42":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":1,"docs":{"12":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"19":{"tf":1.0},"26":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":3,"docs":{"15":{"tf":1.0},"21":{"tf":2.0},"22":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"29":{"tf":1.0}}}},"r":{"df":4,"docs":{"21":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.0},"7":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":3,"docs":{"0":{"tf":1.0},"4":{"tf":1.0},"59":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"30":{"tf":1.4142135623730951},"35":{"tf":2.8284271247461903}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"34":{"tf":1.0},"51":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"15":{"tf":1.0},"16":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"35":{"tf":1.0}}}}}}}},"l":{"a":{"df":0,"docs":{},"n":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"[":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":21,"docs":{"1":{"tf":1.0},"12":{"tf":2.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"20":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":2.0},"37":{"tf":1.4142135623730951},"4":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"42":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"50":{"tf":1.0}},"g":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"13":{"tf":1.0},"18":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"d":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"3":{"tf":1.0}}}},"df":0,"docs":{}},"df":3,"docs":{"39":{"tf":1.0},"42":{"tf":1.0},"57":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"32":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":1.0},"59":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"14":{"tf":1.0},"22":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"9":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"15":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"36":{"tf":1.4142135623730951},"42":{"tf":2.0},"44":{"tf":1.0},"46":{"tf":1.0}}}}}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}},"t":{"df":3,"docs":{"22":{"tf":1.0},"49":{"tf":1.0},"57":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"36":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.4142135623730951}}}}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"11":{"tf":1.0},"5":{"tf":1.0}}}}}},"df":0,"docs":{}}},"o":{"b":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":7,"docs":{"17":{"tf":1.0},"21":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":5,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"59":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":7,"docs":{"0":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"33":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.0},"7":{"tf":1.0}},"t":{"df":4,"docs":{"10":{"tf":1.0},"28":{"tf":1.0},"59":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":7,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"29":{"tf":1.4142135623730951},"3":{"tf":1.0},"44":{"tf":1.0},"57":{"tf":1.0},"9":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":9,"docs":{"0":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"21":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0},"58":{"tf":1.0},"7":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"10":{"tf":1.0},"51":{"tf":1.0}},"r":{"df":1,"docs":{"42":{"tf":1.0}}}},"i":{"d":{"df":4,"docs":{"33":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":4,"docs":{"12":{"tf":1.4142135623730951},"4":{"tf":1.0},"41":{"tf":1.0},"59":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"41":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"b":{"df":2,"docs":{"51":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"58":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"18":{"tf":1.0},"3":{"tf":1.0}}}}}}}},"q":{"a":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"24":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}}}}}},"r":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"12":{"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":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"34":{"tf":1.4142135623730951},"8":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"(":{"1":{"0":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":2,"docs":{"25":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}},"df":10,"docs":{"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"12":{"tf":1.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"51":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"51":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"l":{"df":3,"docs":{"41":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.0}},"e":{"df":0,"docs":{},"—":{"a":{"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":13,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"27":{"tf":1.0},"33":{"tf":1.4142135623730951},"36":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.7320508075688772},"48":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.4142135623730951}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":4,"docs":{"0":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"50":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"1":{"tf":1.0},"3":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"48":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"19":{"tf":1.0},"58":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":3,"docs":{"13":{"tf":1.0},"21":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"43":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"36":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}},"x":{"df":2,"docs":{"41":{"tf":1.0},"42":{"tf":1.0}}}},"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"22":{"tf":1.0},"48":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"20":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"44":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":4,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":4,"docs":{"19":{"tf":1.0},"3":{"tf":1.0},"41":{"tf":1.0},"58":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":7,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"31":{"tf":1.0},"58":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"12":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":4,"docs":{"16":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"59":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":8,"docs":{"12":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"27":{"tf":1.4142135623730951},"35":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"59":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":9,"docs":{"22":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"36":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"59":{"tf":1.0},"9":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":5,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"51":{"tf":1.0},"59":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"15":{"tf":1.4142135623730951},"21":{"tf":1.0},"47":{"tf":1.0},"54":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":3,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"58":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"10":{"tf":1.0},"58":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":7,"docs":{"0":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"54":{"tf":1.0},"59":{"tf":1.4142135623730951}}}}},"p":{"c":{"df":1,"docs":{"51":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"46":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.7320508075688772},"52":{"tf":1.4142135623730951}}}}}}}}},"df":22,"docs":{"1":{"tf":1.0},"10":{"tf":1.7320508075688772},"12":{"tf":2.0},"13":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.7320508075688772},"20":{"tf":1.0},"22":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.7320508075688772},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.7320508075688772},"4":{"tf":1.7320508075688772},"40":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":2.0},"52":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.7320508075688772},"58":{"tf":1.4142135623730951},"59":{"tf":2.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":3,"docs":{"30":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.4142135623730951}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":4,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":26,"docs":{"12":{"tf":1.0},"13":{"tf":1.4142135623730951},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"36":{"tf":1.7320508075688772},"37":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"44":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.4142135623730951},"54":{"tf":1.7320508075688772},"57":{"tf":1.7320508075688772},"58":{"tf":1.7320508075688772},"59":{"tf":1.7320508075688772}},"’":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"41":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":6,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"54":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"41":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"49":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":5,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"36":{"tf":1.4142135623730951},"54":{"tf":1.0},"58":{"tf":1.4142135623730951}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"0":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"42":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"24":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"2":{"df":4,"docs":{"25":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"3":{"df":3,"docs":{"24":{"tf":1.0},"26":{"tf":1.0},"8":{"tf":1.0}}},"4":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":30,"docs":{"1":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":2.23606797749979},"16":{"tf":1.7320508075688772},"17":{"tf":1.7320508075688772},"18":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":2.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":1.7320508075688772},"36":{"tf":1.7320508075688772},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"44":{"tf":2.23606797749979},"53":{"tf":1.4142135623730951},"54":{"tf":2.23606797749979},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"58":{"tf":1.7320508075688772},"59":{"tf":2.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"30":{"tf":1.0},"40":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"42":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"22":{"tf":1.0},"30":{"tf":1.0},"7":{"tf":2.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"d":{"df":8,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}},"df":4,"docs":{"17":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.0},"44":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{}},"f":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"51":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":3,"docs":{"21":{"tf":1.0},"51":{"tf":1.7320508075688772},"52":{"tf":1.7320508075688772}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"8":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"35":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"32":{"tf":1.0}}},"v":{"df":1,"docs":{"54":{"tf":1.0}},"i":{"c":{"df":5,"docs":{"0":{"tf":1.0},"39":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":7,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"56":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"16":{"tf":1.0},"39":{"tf":1.0},"57":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":17,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":7,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"0":{"tf":1.0},"10":{"tf":1.4142135623730951},"58":{"tf":1.0}}}},"w":{"df":5,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"23":{"tf":1.0},"28":{"tf":1.0},"50":{"tf":1.0}}}}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":13,"docs":{"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"36":{"tf":1.7320508075688772},"4":{"tf":1.0},"42":{"tf":1.7320508075688772},"48":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"9":{"tf":1.7320508075688772}},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"24":{"tf":1.0},"51":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"29":{"tf":1.0},"33":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"26":{"tf":1.0}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":3,"docs":{"12":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0}}}}},"t":{"df":1,"docs":{"15":{"tf":1.0}}},"z":{"df":0,"docs":{},"e":{"df":1,"docs":{"9":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}},"w":{"df":4,"docs":{"29":{"tf":1.0},"42":{"tf":1.0},"57":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"17":{"tf":1.0},"3":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":5,"docs":{"21":{"tf":1.0},"24":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"47":{"tf":1.0},"52":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"3":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"31":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":1,"docs":{"59":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"49":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":5,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"35":{"tf":1.0},"42":{"tf":1.0},"56":{"tf":1.0}},"i":{"df":1,"docs":{"17":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":3,"docs":{"22":{"tf":1.0},"37":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"t":{"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"39":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"35":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"57":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"22":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"51":{"tf":1.0}}}}}}},"df":0,"docs":{}},"_":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"47":{"tf":1.0},"52":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":14,"docs":{"12":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.7320508075688772},"44":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"7":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"12":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.0},"9":{"tf":1.7320508075688772}}},"i":{"c":{"df":1,"docs":{"51":{"tf":1.0}}},"df":0,"docs":{}}},"y":{"df":5,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"32":{"tf":1.0},"52":{"tf":1.0},"58":{"tf":1.0}}}},"d":{":":{":":{"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":4,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{":":{":":{"a":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"51":{"tf":1.0}}},"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":{":":{":":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"24":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"21":{"tf":1.0},"42":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"29":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"58":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":3,"docs":{"12":{"tf":1.0},"44":{"tf":1.0},"59":{"tf":1.0}}}},"r":{"df":2,"docs":{"51":{"tf":1.0},"52":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"26":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"51":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"b":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"56":{"tf":1.4142135623730951}}}}}},"u":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"25":{"tf":1.0},"29":{"tf":1.4142135623730951},"31":{"tf":1.0}}}},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"6":{"tf":1.0}}}}},"df":7,"docs":{"0":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":1.0},"31":{"tf":1.4142135623730951},"59":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"0":{"tf":1.0},"59":{"tf":1.0}}}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"40":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"55":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"13":{"tf":1.0},"22":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"27":{"tf":1.0}}}}}}},"w":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"57":{"tf":1.0}}}}}}},"n":{"c":{"df":1,"docs":{"35":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"28":{"tf":1.0},"29":{"tf":1.0},"33":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":7,"docs":{"20":{"tf":1.4142135623730951},"3":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}}}}}}}},"t":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"7":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"4":{"5":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"51":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":4,"docs":{"17":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"44":{"tf":1.0}}}}},"d":{"df":3,"docs":{"20":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":3,"docs":{"22":{"tf":1.0},"3":{"tf":1.4142135623730951},"56":{"tf":1.0}}},"r":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"21":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"25":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":28,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.0},"11":{"tf":1.0},"15":{"tf":2.0},"16":{"tf":1.7320508075688772},"17":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"3":{"tf":1.7320508075688772},"31":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.4142135623730951},"50":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"48":{"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":{"47":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"{":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"51":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"51":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"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":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"7":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"13":{"tf":1.0},"36":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"e":{"df":13,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":1.0},"32":{"tf":1.7320508075688772},"38":{"tf":1.0},"42":{"tf":1.0},"58":{"tf":1.0},"7":{"tf":1.7320508075688772}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"41":{"tf":1.0},"42":{"tf":1.0}}}}},"r":{"df":1,"docs":{"29":{"tf":1.4142135623730951}}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"15":{"tf":1.0},"20":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"42":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"32":{"tf":1.0},"34":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"29":{"tf":1.0}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":20,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"28":{"tf":1.0},"34":{"tf":1.7320508075688772},"36":{"tf":1.0},"4":{"tf":1.7320508075688772},"44":{"tf":1.7320508075688772},"49":{"tf":1.0},"51":{"tf":1.4142135623730951},"54":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"8":{"tf":1.0}},"y":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"g":{"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":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"51":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"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":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"56":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"15":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"54":{"tf":1.0}}},"k":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":15,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.4142135623730951},"4":{"tf":1.7320508075688772},"41":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"59":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"50":{"tf":1.0},"56":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":16,"docs":{"0":{"tf":1.7320508075688772},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"21":{"tf":1.0},"25":{"tf":2.0},"26":{"tf":2.0},"27":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"59":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"5":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"16":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"42":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"19":{"tf":1.0},"31":{"tf":1.0},"59":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"30":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":3,"docs":{"22":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"37":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}}},"x":{"df":1,"docs":{"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"37":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"25":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.4142135623730951},"44":{"tf":1.0},"46":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"52":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":2,"docs":{"4":{"tf":1.0},"54":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"17":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"16":{"tf":1.0}}}},"df":21,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":2.23606797749979},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.4142135623730951},"30":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.4142135623730951},"48":{"tf":1.0},"51":{"tf":2.23606797749979},"52":{"tf":1.7320508075688772},"54":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"19":{"tf":1.0},"56":{"tf":1.0},"9":{"tf":1.7320508075688772}},"s":{"(":{"1":{"0":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":2,"docs":{"25":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"z":{"df":2,"docs":{"51":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":17,"docs":{"0":{"tf":2.0},"13":{"tf":1.0},"17":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.4142135623730951},"32":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0},"59":{"tf":2.0}}},"df":0,"docs":{}},"u":{"df":1,"docs":{"31":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"!":{"[":{"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":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":1,"docs":{"51":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"10":{"tf":1.0},"58":{"tf":1.0}},"f":{"df":2,"docs":{"13":{"tf":1.0},"33":{"tf":1.0}},"i":{"df":10,"docs":{"0":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"27":{"tf":1.0},"29":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"16":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"[":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"12":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"59":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":2.0}},"e":{"df":0,"docs":{},"t":{"df":12,"docs":{"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.0}},"s":{"(":{"1":{"0":{"df":2,"docs":{"25":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"30":{"tf":1.0}}}},"y":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":1,"docs":{"12":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"21":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"56":{"tf":1.0},"59":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"57":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":8,"docs":{"10":{"tf":1.0},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"20":{"tf":1.0},"36":{"tf":1.0},"44":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":4,"docs":{"39":{"tf":1.0},"46":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"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":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"2":{"0":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"0":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":1,"docs":{"10":{"tf":1.0}}},"6":{"0":{"df":3,"docs":{"10":{"tf":1.0},"25":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"9":{"0":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"0":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"0":{"tf":1.0},"32":{"tf":1.0},"9":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"33":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":5,"docs":{"24":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"54":{"tf":1.7320508075688772}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":35,"docs":{"1":{"tf":1.0},"12":{"tf":2.23606797749979},"13":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.7320508075688772},"18":{"tf":1.4142135623730951},"19":{"tf":2.0},"20":{"tf":2.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"31":{"tf":1.0},"36":{"tf":1.7320508075688772},"4":{"tf":1.4142135623730951},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"44":{"tf":2.23606797749979},"46":{"tf":1.4142135623730951},"47":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":2.23606797749979},"52":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.7320508075688772},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":2.0}},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"d":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"5":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"e":{"df":1,"docs":{"58":{"tf":1.0}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"30":{"tf":1.0}}}}}}}},"breadcrumbs":{"root":{"0":{"df":2,"docs":{"10":{"tf":1.0},"24":{"tf":1.0}}},"1":{"0":{"df":1,"docs":{"10":{"tf":1.0}}},"df":7,"docs":{"10":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"35":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}},"–":{"3":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}}},"2":{"df":4,"docs":{"26":{"tf":1.0},"35":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"3":{"0":{"df":1,"docs":{"7":{"tf":1.0}}},"df":1,"docs":{"35":{"tf":1.0}}},"4":{"df":1,"docs":{"35":{"tf":1.0}},"–":{"5":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}}},"5":{"df":1,"docs":{"7":{"tf":1.0}}},"6":{"0":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{},"–":{"7":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":4,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"51":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"a":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"59":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"41":{"tf":1.0},"42":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"44":{"tf":1.0},"51":{"tf":1.0},"8":{"tf":1.0}}}},"v":{"df":9,"docs":{"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"44":{"tf":1.0},"51":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"19":{"tf":1.0},"21":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"54":{"tf":1.0}}}}},"d":{"df":4,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"46":{"tf":1.0}}}}}}},"df":6,"docs":{"44":{"tf":1.0},"46":{"tf":1.7320508075688772},"47":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"50":{"tf":1.0}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"23":{"tf":1.0},"42":{"tf":1.0},"56":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":8,"docs":{"28":{"tf":1.7320508075688772},"29":{"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}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"31":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"47":{"tf":1.0}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"57":{"tf":1.0}}}}}}}}}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":4,"docs":{"17":{"tf":1.0},"21":{"tf":1.4142135623730951},"36":{"tf":1.0},"58":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":10,"docs":{"10":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}}}}},"df":1,"docs":{"22":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"10":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.7320508075688772}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":5,"docs":{"55":{"tf":1.7320508075688772},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"20":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"2":{"tf":1.0},"34":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"4":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"42":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":8,"docs":{"28":{"tf":1.7320508075688772},"29":{"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}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"15":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":13,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.4142135623730951},"34":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0}}}},"t":{"df":2,"docs":{"16":{"tf":1.0},"42":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"0":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{":":{":":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"51":{"tf":1.0},"52":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"51":{"tf":1.0},"52":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":7,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":6,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"17":{"tf":1.7320508075688772},"36":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":16,"docs":{"0":{"tf":1.7320508075688772},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"36":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.4142135623730951},"44":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.7320508075688772},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"22":{"tf":1.0},"42":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"df":0,"docs":{}}}}},"b":{"(":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"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":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"54":{"tf":1.0}}},"df":0,"docs":{}}}}},"d":{"df":4,"docs":{"10":{"tf":1.0},"31":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"22":{"tf":1.0},"37":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"44":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.0}}}}}},"i":{"c":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}}}},"df":1,"docs":{"4":{"tf":1.0}},"e":{"c":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"22":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"57":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"41":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":10,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"31":{"tf":1.7320508075688772},"36":{"tf":1.0},"40":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"22":{"tf":1.7320508075688772},"38":{"tf":1.0}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":7,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"57":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"33":{"tf":1.0},"42":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"b":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":6,"docs":{"0":{"tf":1.7320508075688772},"17":{"tf":1.0},"19":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":21,"docs":{"0":{"tf":1.0},"10":{"tf":2.23606797749979},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.4142135623730951},"32":{"tf":2.449489742783178},"33":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":2.0},"59":{"tf":1.4142135623730951},"7":{"tf":2.6457513110645907},"9":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"e":{"df":2,"docs":{"32":{"tf":1.0},"59":{"tf":1.0}},"e":{"d":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"0":{"tf":1.0},"1":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"18":{"tf":1.0},"20":{"tf":1.0},"26":{"tf":1.0},"56":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"35":{"tf":1.0},"44":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":4,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"o":{"a":{"d":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"9":{"tf":1.0}}}}}}},"u":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":13,"docs":{"12":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"34":{"tf":1.0},"44":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"56":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":5,"docs":{"21":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.7320508075688772},"53":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"z":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"31":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}},"c":{"(":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}},"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":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"9":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"32":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"53":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"51":{"tf":1.0}}}}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"28":{"tf":1.0},"44":{"tf":1.0},"54":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"36":{"tf":1.0},"44":{"tf":1.0},"58":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"57":{"tf":1.0}}}}},"df":1,"docs":{"4":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"1":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.0},"54":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"2":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"0":{"tf":1.0}}},"df":0,"docs":{}}}},"df":3,"docs":{"19":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0}}}}}},"o":{"df":11,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"27":{"tf":1.7320508075688772},"56":{"tf":1.0},"57":{"tf":1.7320508075688772},"58":{"tf":1.4142135623730951},"59":{"tf":1.0},"8":{"tf":2.23606797749979}},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"44":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.7320508075688772}}}},"c":{"df":0,"docs":{},"k":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":17,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"42":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.4142135623730951},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"42":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"22":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"17":{"tf":1.4142135623730951},"22":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0},"57":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}}}}},"i":{"df":6,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"40":{"tf":1.0},"7":{"tf":1.4142135623730951}},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"49":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"42":{"tf":1.0},"57":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":5,"docs":{"12":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0}},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"r":{"df":9,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"56":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"|":{"df":2,"docs":{"51":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":4,"docs":{"46":{"tf":1.0},"51":{"tf":1.7320508075688772},"52":{"tf":1.7320508075688772},"54":{"tf":1.0}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":12,"docs":{"1":{"tf":1.0},"13":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.7320508075688772},"40":{"tf":1.4142135623730951},"42":{"tf":1.0},"44":{"tf":1.0},"59":{"tf":1.0}},"—":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"44":{"tf":1.0}}}}}}}}}}}},"o":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"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":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"42":{"tf":1.0}}}}}}}}},"df":3,"docs":{"20":{"tf":1.0},"32":{"tf":1.0},"42":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"14":{"tf":1.0},"23":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"59":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"41":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"22":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"18":{"tf":1.0},"4":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"3":{"tf":1.0},"59":{"tf":1.4142135623730951}}},"s":{"df":12,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.4142135623730951},"4":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":3,"docs":{"12":{"tf":1.7320508075688772},"2":{"tf":1.0},"36":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"8":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"20":{"tf":1.0},"56":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"4":{"tf":1.0},"44":{"tf":1.0},"52":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"3":{"tf":1.0},"58":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":4,"docs":{"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"r":{"df":9,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"44":{"tf":1.0},"49":{"tf":1.0},"54":{"tf":1.4142135623730951},"56":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"df":4,"docs":{"30":{"tf":1.0},"32":{"tf":1.0},"52":{"tf":1.4142135623730951},"57":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":7,"docs":{"0":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.7320508075688772},"27":{"tf":1.0},"59":{"tf":1.0},"7":{"tf":1.7320508075688772}}}}}},"i":{"d":{"df":1,"docs":{"46":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.0},"37":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"48":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"m":{"df":4,"docs":{"15":{"tf":1.0},"32":{"tf":1.0},"42":{"tf":1.4142135623730951},"54":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"39":{"tf":1.0},"59":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"1":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"17":{"tf":1.0},"18":{"tf":1.7320508075688772},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.7320508075688772},"56":{"tf":1.4142135623730951}}}},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"0":{"tf":1.7320508075688772},"44":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"20":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"43":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":7,"docs":{"19":{"tf":1.4142135623730951},"29":{"tf":1.0},"35":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"57":{"tf":1.4142135623730951},"59":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"39":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"12":{"tf":1.0},"44":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"44":{"tf":1.0},"54":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"23":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":10,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.7320508075688772},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.7320508075688772},"34":{"tf":1.0},"54":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"36":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"21":{"tf":1.0},"56":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"43":{"tf":1.0},"54":{"tf":2.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"17":{"tf":1.0},"59":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":4,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"x":{"df":2,"docs":{"51":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":3,"docs":{"32":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"50":{"tf":1.0}}}}}}}},"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"[":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"12":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"a":{"df":8,"docs":{"0":{"tf":2.449489742783178},"22":{"tf":1.0},"26":{"tf":2.23606797749979},"34":{"tf":1.0},"35":{"tf":1.0},"49":{"tf":1.0},"59":{"tf":1.7320508075688772},"9":{"tf":1.0}},"t":{"a":{"df":13,"docs":{"0":{"tf":2.23606797749979},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"4":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0},"59":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":2,"docs":{"12":{"tf":1.0},"4":{"tf":1.0}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":3,"docs":{"38":{"tf":1.0},"42":{"tf":1.0},"8":{"tf":1.0}},"g":{"df":2,"docs":{"11":{"tf":1.0},"55":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"12":{"tf":1.0},"17":{"tf":1.0}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"r":{"df":8,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"3":{"tf":1.0},"44":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"43":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":5,"docs":{"21":{"tf":1.0},"44":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"17":{"tf":1.0},"44":{"tf":1.0},"56":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"20":{"tf":1.0},"21":{"tf":1.0},"56":{"tf":1.0}}}}}}},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"29":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"35":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"a":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":9,"docs":{"16":{"tf":1.0},"29":{"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},"54":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"42":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":17,"docs":{"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"33":{"tf":2.449489742783178},"36":{"tf":1.0},"4":{"tf":1.7320508075688772},"40":{"tf":1.0},"44":{"tf":1.4142135623730951},"54":{"tf":1.0},"59":{"tf":1.4142135623730951},"6":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"(":{"&":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"46":{"tf":1.0},"51":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":6,"docs":{"16":{"tf":1.0},"18":{"tf":1.4142135623730951},"3":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"44":{"tf":1.0},"59":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"13":{"tf":1.7320508075688772},"31":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"11":{"tf":1.0},"8":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":16,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"43":{"tf":1.7320508075688772},"44":{"tf":2.23606797749979},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"14":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"58":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"38":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"39":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":3,"docs":{"0":{"tf":1.7320508075688772},"49":{"tf":1.0},"59":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"42":{"tf":1.0},"43":{"tf":1.0}},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"32":{"tf":1.0}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"39":{"tf":1.4142135623730951},"4":{"tf":1.0},"42":{"tf":1.0},"54":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"22":{"tf":1.0},"31":{"tf":1.0},"54":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"\'":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"33":{"tf":1.7320508075688772}},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":2.0}}}},"v":{"df":0,"docs":{},"e":{"[":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}},"df":9,"docs":{"12":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0}},"n":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"p":{"/":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"31":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"l":{"df":6,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.0},"46":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.7320508075688772}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":11,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"36":{"tf":1.0},"44":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":3,"docs":{"12":{"tf":1.0},"52":{"tf":1.0},"59":{"tf":1.4142135623730951}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"51":{"tf":1.7320508075688772},"52":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}},"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":9,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0},"7":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"51":{"tf":1.0}}}}}}},"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"12":{"tf":1.0}}}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"13":{"tf":1.0},"16":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"42":{"tf":1.0}}}}},"s":{"df":1,"docs":{"39":{"tf":1.0}},"i":{"df":1,"docs":{"17":{"tf":1.0}}}}},"df":2,"docs":{"12":{"tf":1.0},"4":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"3":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":6,"docs":{"0":{"tf":1.0},"21":{"tf":1.0},"42":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"27":{"tf":1.0},"8":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"d":{"df":4,"docs":{"16":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"10":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"15":{"tf":1.0},"3":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":6,"docs":{"10":{"tf":1.4142135623730951},"17":{"tf":1.0},"44":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"7":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":6,"docs":{"29":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.4142135623730951},"49":{"tf":1.0},"59":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":19,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"36":{"tf":1.7320508075688772},"37":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.7320508075688772},"54":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"—":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"46":{"tf":1.0}}}}}}},"r":{"(":{"\\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"51":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"2":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"a":{"df":0,"docs":{},"l":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":8,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.0},"59":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"48":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":3,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0}}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":20,"docs":{"15":{"tf":1.0},"23":{"tf":1.7320508075688772},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.7320508075688772},"29":{"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},"50":{"tf":1.7320508075688772},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"59":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"4":{"tf":1.4142135623730951},"41":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"0":{"tf":1.4142135623730951},"17":{"tf":1.0},"3":{"tf":1.0},"56":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":6,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"54":{"tf":1.0},"59":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":7,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"51":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":36,"docs":{"1":{"tf":1.0},"12":{"tf":2.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":2.0},"19":{"tf":1.0},"20":{"tf":2.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.7320508075688772},"32":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772},"42":{"tf":1.0},"44":{"tf":2.23606797749979},"46":{"tf":1.0},"47":{"tf":1.4142135623730951},"50":{"tf":2.0},"51":{"tf":2.23606797749979},"52":{"tf":2.23606797749979},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.7320508075688772},"7":{"tf":1.7320508075688772},"9":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"56":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}},"s":{"df":2,"docs":{"42":{"tf":1.0},"46":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"42":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"—":{"a":{"d":{"df":0,"docs":{},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"20":{"tf":1.0},"21":{"tf":1.0},"56":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":8,"docs":{"13":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.4142135623730951},"45":{"tf":1.7320508075688772},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.4142135623730951}}},"df":0,"docs":{},"s":{"df":1,"docs":{"16":{"tf":1.0}}}}}}},"}":{"\\"":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"52":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"f":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"15":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"12":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":8,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"31":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.7320508075688772},"48":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}},"k":{"df":0,"docs":{},"e":{"df":2,"docs":{"29":{"tf":1.0},"33":{"tf":1.0}}}},"l":{"df":0,"docs":{},"s":{"df":3,"docs":{"10":{"tf":1.0},"42":{"tf":1.0},"58":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}}}},"q":{"df":1,"docs":{"58":{"tf":1.7320508075688772}}},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"17":{"tf":1.0},"33":{"tf":1.0},"46":{"tf":1.0},"53":{"tf":1.0},"7":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"22":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"33":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":1,"docs":{"32":{"tf":1.0}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"22":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"32":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"58":{"tf":1.0}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"17":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"42":{"tf":1.0},"8":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"58":{"tf":1.0}}}}}}}}}},"t":{"df":6,"docs":{"15":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0},"50":{"tf":1.0}}},"x":{"df":2,"docs":{"7":{"tf":1.0},"8":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"36":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0}}},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"57":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":3,"docs":{"13":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"54":{"tf":1.0},"56":{"tf":1.0}}}}}}},"n":{"df":10,"docs":{"10":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"51":{"tf":2.449489742783178},"52":{"tf":2.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"o":{"c":{"df":0,"docs":{},"u":{"df":2,"docs":{"6":{"tf":1.0},"7":{"tf":1.0}},"s":{"df":3,"docs":{"0":{"tf":1.0},"15":{"tf":1.0},"42":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"5":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"t":{"!":{"(":{"\\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"4":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":13,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"2":{"tf":1.7320508075688772},"21":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"46":{"tf":1.0},"47":{"tf":1.0}}}}}}}}}}},"df":21,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.4142135623730951},"2":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.4142135623730951},"4":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.7320508075688772},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.4142135623730951},"56":{"tf":1.0},"6":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}},"’":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"3":{"tf":1.0},"33":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"8":{"tf":1.0}}}}}}},"d":{"df":1,"docs":{"56":{"tf":1.0}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"g":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"3":{"tf":1.0},"57":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"41":{"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":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"46":{"tf":1.0},"51":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":8,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"34":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"44":{"tf":1.0},"51":{"tf":1.0},"59":{"tf":1.0}}}}},"t":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"51":{"tf":1.0},"52":{"tf":1.0}}}},"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":1,"docs":{"1":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"59":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"17":{"tf":1.0},"22":{"tf":1.0}}}},"df":0,"docs":{},"o":{"d":{"df":5,"docs":{"10":{"tf":1.0},"39":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"17":{"tf":1.0},"22":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":1,"docs":{"53":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"14":{"tf":1.0},"44":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{}}},"df":30,"docs":{"1":{"tf":1.0},"14":{"tf":1.7320508075688772},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"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}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"31":{"tf":1.0}}}},"n":{"d":{"df":1,"docs":{"12":{"tf":1.0}},"l":{"df":2,"docs":{"0":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"r":{"d":{"df":1,"docs":{"8":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"24":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"17":{"tf":1.0},"4":{"tf":1.0},"9":{"tf":1.7320508075688772}},"i":{"df":2,"docs":{"20":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.7320508075688772}}}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"0":{"tf":1.0},"52":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":9,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"30":{"tf":1.0},"4":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"54":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"i":{"[":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"20":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"a":{"df":9,"docs":{"29":{"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},"51":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"51":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"i":{"df":29,"docs":{"14":{"tf":1.7320508075688772},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"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}},"i":{"df":12,"docs":{"43":{"tf":1.7320508075688772},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"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":{"28":{"tf":1.0},"50":{"tf":1.0}}}}}}}},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.7320508075688772}}}},"l":{"df":2,"docs":{"51":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"54":{"tf":1.0}}}}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":4,"docs":{"0":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":7,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.4142135623730951},"58":{"tf":1.0},"59":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"\\"":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"51":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"c":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"3":{"tf":1.0},"4":{"tf":1.4142135623730951},"59":{"tf":1.0},"6":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"12":{"tf":1.0},"21":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":3,"docs":{"20":{"tf":1.4142135623730951},"46":{"tf":1.0},"51":{"tf":1.4142135623730951}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"46":{"tf":1.0},"51":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"42":{"tf":1.0}}}}}}},"df":2,"docs":{"39":{"tf":1.0},"42":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"57":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":4,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"3":{"tf":1.0},"54":{"tf":1.0}}}},"n":{"d":{"df":4,"docs":{"17":{"tf":1.0},"44":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"28":{"tf":1.0},"31":{"tf":1.0}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.4142135623730951},"29":{"tf":1.0},"3":{"tf":1.0},"44":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":3,"docs":{"29":{"tf":1.0},"54":{"tf":1.7320508075688772},"9":{"tf":2.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"5":{"tf":1.0}}}}}},"v":{"df":3,"docs":{"32":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"8":{"tf":1.0}},"t":{"df":1,"docs":{"3":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":2,"docs":{"42":{"tf":1.0},"51":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.0},"38":{"tf":1.0}}}},"’":{"df":1,"docs":{"0":{"tf":1.0}}}},"v":{"df":5,"docs":{"55":{"tf":1.7320508075688772},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0}}}},"j":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"g":{"df":4,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"59":{"tf":1.0}}}},"df":0,"docs":{}}},"k":{"8":{"df":6,"docs":{"16":{"tf":1.0},"22":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"58":{"tf":1.0}},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":16,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.7320508075688772},"22":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951}}}},"y":{"df":2,"docs":{"51":{"tf":1.0},"52":{"tf":1.0}}}},"n":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"56":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.4142135623730951},"54":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"29":{"tf":1.0}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"13":{"tf":1.0},"7":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"32":{"tf":1.0},"44":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"29":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"21":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"38":{"tf":1.0},"59":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"26":{"tf":1.0},"4":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"15":{"tf":1.7320508075688772},"21":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"49":{"tf":1.0},"56":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"12":{"tf":1.0},"44":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":11,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"29":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.7320508075688772},"54":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":2,"docs":{"12":{"tf":1.7320508075688772},"35":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"20":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":16,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.4142135623730951},"3":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.0},"9":{"tf":1.0}}}}},"o":{"a":{"d":{"df":2,"docs":{"25":{"tf":1.0},"30":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"59":{"tf":1.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":4,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":11,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"36":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"4":{"tf":1.0},"42":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0}}},"t":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":3,"docs":{"51":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}},"i":{"c":{"df":2,"docs":{"50":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{}},"s":{"/":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"42":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":5,"docs":{"10":{"tf":1.0},"17":{"tf":1.0},"44":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"40":{"tf":1.0},"7":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"31":{"tf":1.0},"58":{"tf":1.0}}},"p":{"df":3,"docs":{"22":{"tf":1.0},"38":{"tf":1.0},"6":{"tf":1.0}}},"s":{"df":1,"docs":{"15":{"tf":1.0}}}},"w":{"df":1,"docs":{"30":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"r":{"df":2,"docs":{"12":{"tf":1.0},"4":{"tf":1.0}}},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"10":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"39":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":10,"docs":{"10":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"13":{"tf":1.0},"43":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":7,"docs":{"13":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"54":{"tf":1.0},"8":{"tf":1.0}}}},"n":{"df":0,"docs":{},"i":{"df":6,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"56":{"tf":1.0}}}},"p":{"df":3,"docs":{"16":{"tf":1.0},"42":{"tf":1.0},"54":{"tf":1.0}}},"t":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"50":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"55":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"17":{"tf":1.0},"40":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}},"x":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"2":{"5":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"y":{"b":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":8,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"44":{"tf":1.0},"58":{"tf":1.0}}}}},"t":{"df":1,"docs":{"21":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"2":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"42":{"tf":1.0},"59":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"c":{"df":5,"docs":{"12":{"tf":1.0},"32":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"5":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"22":{"tf":1.0},"24":{"tf":1.0},"38":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"10":{"tf":1.7320508075688772},"56":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"57":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":4,"docs":{"42":{"tf":1.0},"46":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}}},"x":{"df":2,"docs":{"57":{"tf":1.0},"8":{"tf":1.0}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"31":{"tf":1.4142135623730951}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":8,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"30":{"tf":1.0},"44":{"tf":2.23606797749979},"54":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"35":{"tf":1.0}}}},"df":1,"docs":{"46":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"53":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"13":{"tf":1.0},"22":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":8,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.4142135623730951},"35":{"tf":1.7320508075688772},"39":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"22":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0}}}}}}},"t":{"df":5,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"51":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"51":{"tf":1.0},"52":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"46":{"tf":1.0},"51":{"tf":1.0}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"df":2,"docs":{"30":{"tf":1.0},"9":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":9,"docs":{"21":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"52":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"g":{"df":2,"docs":{"31":{"tf":1.0},"42":{"tf":1.0}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":12,"docs":{"0":{"tf":1.7320508075688772},"15":{"tf":1.0},"17":{"tf":1.0},"29":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"4":{"tf":1.0},"44":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"33":{"tf":1.0}}}}},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"51":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":8,"docs":{"28":{"tf":1.0},"44":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.7320508075688772},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"48":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":24,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"12":{"tf":1.4142135623730951},"15":{"tf":1.7320508075688772},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"2":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.4142135623730951},"33":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.4142135623730951},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.7320508075688772},"44":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.4142135623730951},"57":{"tf":1.0},"59":{"tf":1.7320508075688772},"7":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":2,"docs":{"22":{"tf":1.0},"8":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"df":7,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.7320508075688772},"33":{"tf":1.0},"42":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"{":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{":":{":":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"21":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"[":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":17,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"44":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"22":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"44":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"12":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"54":{"tf":1.0},"56":{"tf":1.0}}}}}},"k":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"\\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"51":{"tf":1.0},"52":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":5,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"51":{"tf":1.0}}},"n":{"c":{"df":3,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0}}},"df":4,"docs":{"15":{"tf":1.0},"3":{"tf":1.0},"41":{"tf":1.0},"49":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"40":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"0":{"tf":1.0},"17":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"42":{"tf":2.23606797749979},"58":{"tf":1.0}}}},"t":{"df":2,"docs":{"21":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"12":{"tf":1.0},"48":{"tf":1.0}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":9,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"54":{"tf":1.4142135623730951},"59":{"tf":1.0},"6":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"21":{"tf":1.0},"58":{"tf":1.0},"7":{"tf":1.0}}}}}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.4142135623730951}}}}},"df":1,"docs":{"29":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":8,"docs":{"12":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"3":{"tf":1.0},"6":{"tf":1.4142135623730951},"9":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"38":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.7320508075688772}}}}}}}}}},"p":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"12":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"29":{"tf":1.0}}},"k":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"16":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":3,"docs":{"1":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"34":{"tf":1.0},"4":{"tf":1.0},"49":{"tf":1.0},"59":{"tf":1.0},"7":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"31":{"tf":1.0}}}}}}}},"df":0,"docs":{},"t":{"df":58,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.7320508075688772},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.7320508075688772},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"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},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.7320508075688772},"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":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.7320508075688772},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":5,"docs":{"0":{"tf":1.0},"19":{"tf":1.0},"49":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"36":{"tf":1.0},"42":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":1,"docs":{"12":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"19":{"tf":1.0},"26":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":3,"docs":{"15":{"tf":1.0},"21":{"tf":2.449489742783178},"22":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"29":{"tf":1.0}}}},"r":{"df":4,"docs":{"21":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.0},"7":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":3,"docs":{"0":{"tf":1.0},"4":{"tf":1.0},"59":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"30":{"tf":1.4142135623730951},"35":{"tf":3.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":7,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"5":{"tf":1.7320508075688772},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"34":{"tf":1.0},"51":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"15":{"tf":1.0},"16":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"35":{"tf":1.4142135623730951}}}}}}}},"l":{"a":{"df":0,"docs":{},"n":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"[":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":21,"docs":{"1":{"tf":1.0},"12":{"tf":2.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"20":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":2.0},"37":{"tf":1.4142135623730951},"4":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"42":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"50":{"tf":1.0}},"g":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"13":{"tf":1.0},"18":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"d":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"3":{"tf":1.0}}}},"df":0,"docs":{}},"df":3,"docs":{"39":{"tf":1.0},"42":{"tf":1.0},"57":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"32":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":1.0},"59":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"14":{"tf":1.0},"22":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"9":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"15":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"36":{"tf":1.4142135623730951},"42":{"tf":2.0},"44":{"tf":1.0},"46":{"tf":1.0}}}}}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}},"t":{"df":3,"docs":{"22":{"tf":1.0},"49":{"tf":1.0},"57":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"36":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":2.0}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.4142135623730951}}}}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"11":{"tf":1.0},"5":{"tf":1.0}}}}}},"df":0,"docs":{}}},"o":{"b":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":7,"docs":{"17":{"tf":1.0},"21":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.4142135623730951},"53":{"tf":1.0},"54":{"tf":1.0}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":5,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"59":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":7,"docs":{"0":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"33":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.0},"7":{"tf":1.0}},"t":{"df":4,"docs":{"10":{"tf":1.0},"28":{"tf":1.0},"59":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":7,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"29":{"tf":1.4142135623730951},"3":{"tf":1.0},"44":{"tf":1.0},"57":{"tf":1.0},"9":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":9,"docs":{"0":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"21":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0},"58":{"tf":1.0},"7":{"tf":2.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"10":{"tf":1.0},"51":{"tf":1.0}},"r":{"df":1,"docs":{"42":{"tf":1.0}}}},"i":{"d":{"df":4,"docs":{"33":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":4,"docs":{"12":{"tf":1.4142135623730951},"4":{"tf":1.0},"41":{"tf":1.0},"59":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"41":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"b":{"df":2,"docs":{"51":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"58":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"18":{"tf":1.0},"3":{"tf":1.0}}}}}}}},"q":{"a":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"24":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}}}}}},"r":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"12":{"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":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"34":{"tf":1.4142135623730951},"8":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"(":{"1":{"0":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":2,"docs":{"25":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}},"df":10,"docs":{"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"12":{"tf":1.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"51":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"51":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"l":{"df":3,"docs":{"41":{"tf":1.0},"51":{"tf":1.7320508075688772},"52":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"—":{"a":{"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":13,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"27":{"tf":1.0},"33":{"tf":1.4142135623730951},"36":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.7320508075688772},"48":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.4142135623730951}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":4,"docs":{"0":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"50":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"1":{"tf":1.0},"3":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"48":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"19":{"tf":1.0},"58":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":3,"docs":{"13":{"tf":1.0},"21":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":13,"docs":{"43":{"tf":1.7320508075688772},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":2.0},"55":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"36":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}},"x":{"df":2,"docs":{"41":{"tf":1.0},"42":{"tf":1.0}}}},"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"22":{"tf":1.0},"48":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"20":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"44":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":4,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":4,"docs":{"19":{"tf":1.0},"3":{"tf":1.0},"41":{"tf":1.0},"58":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":7,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"27":{"tf":1.7320508075688772},"31":{"tf":1.0},"58":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"12":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":4,"docs":{"16":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"59":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":8,"docs":{"12":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"27":{"tf":1.4142135623730951},"35":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"59":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":9,"docs":{"22":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"36":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"59":{"tf":1.0},"9":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":5,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"51":{"tf":1.0},"59":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"15":{"tf":1.4142135623730951},"21":{"tf":1.0},"47":{"tf":1.0},"54":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":3,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"58":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"10":{"tf":1.0},"58":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":7,"docs":{"0":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"54":{"tf":1.0},"59":{"tf":1.4142135623730951}}}}},"p":{"c":{"df":1,"docs":{"51":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"46":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.7320508075688772},"52":{"tf":1.4142135623730951}}}}}}}}},"df":22,"docs":{"1":{"tf":1.0},"10":{"tf":2.0},"12":{"tf":2.0},"13":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.7320508075688772},"20":{"tf":1.0},"22":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":2.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":2.23606797749979},"4":{"tf":1.7320508075688772},"40":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":2.0},"52":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.7320508075688772},"58":{"tf":1.4142135623730951},"59":{"tf":2.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":3,"docs":{"30":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.4142135623730951}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":4,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":26,"docs":{"12":{"tf":1.0},"13":{"tf":1.4142135623730951},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"36":{"tf":1.7320508075688772},"37":{"tf":2.0},"38":{"tf":1.7320508075688772},"39":{"tf":1.7320508075688772},"4":{"tf":1.4142135623730951},"40":{"tf":1.7320508075688772},"41":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"44":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.7320508075688772},"54":{"tf":1.7320508075688772},"57":{"tf":1.7320508075688772},"58":{"tf":1.7320508075688772},"59":{"tf":1.7320508075688772}},"’":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"41":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":6,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"54":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"41":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"50":{"tf":1.7320508075688772},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"49":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":5,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"36":{"tf":1.4142135623730951},"54":{"tf":1.0},"58":{"tf":1.4142135623730951}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"0":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"42":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"24":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"2":{"df":4,"docs":{"25":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"3":{"df":3,"docs":{"24":{"tf":1.0},"26":{"tf":1.0},"8":{"tf":1.0}}},"4":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.7320508075688772}}}}}}}},"df":0,"docs":{}}}}},"df":30,"docs":{"1":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.7320508075688772},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":2.23606797749979},"16":{"tf":1.7320508075688772},"17":{"tf":2.23606797749979},"18":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":2.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":2.0},"36":{"tf":2.23606797749979},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"44":{"tf":2.6457513110645907},"53":{"tf":1.4142135623730951},"54":{"tf":2.23606797749979},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":2.0},"58":{"tf":1.7320508075688772},"59":{"tf":2.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"30":{"tf":1.0},"40":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"42":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"22":{"tf":1.0},"30":{"tf":1.0},"7":{"tf":2.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"d":{"df":8,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}},"df":4,"docs":{"17":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.0},"44":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{}},"f":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"51":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":3,"docs":{"21":{"tf":1.0},"51":{"tf":1.7320508075688772},"52":{"tf":1.7320508075688772}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"8":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"35":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"32":{"tf":1.0}}},"v":{"df":1,"docs":{"54":{"tf":1.0}},"i":{"c":{"df":5,"docs":{"0":{"tf":1.0},"39":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":7,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"56":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"16":{"tf":1.0},"39":{"tf":1.0},"57":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":17,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":7,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.7320508075688772}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"0":{"tf":1.0},"10":{"tf":1.4142135623730951},"58":{"tf":1.0}}}},"w":{"df":5,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"23":{"tf":1.0},"28":{"tf":1.0},"50":{"tf":1.0}}}}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":13,"docs":{"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"36":{"tf":1.7320508075688772},"4":{"tf":1.0},"42":{"tf":1.7320508075688772},"48":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"9":{"tf":2.0}},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"24":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"29":{"tf":1.4142135623730951},"33":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"26":{"tf":1.0}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":3,"docs":{"12":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0}}}}},"t":{"df":1,"docs":{"15":{"tf":1.0}}},"z":{"df":0,"docs":{},"e":{"df":1,"docs":{"9":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}},"w":{"df":4,"docs":{"29":{"tf":1.0},"42":{"tf":1.0},"57":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"17":{"tf":1.0},"3":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":5,"docs":{"21":{"tf":1.0},"24":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"47":{"tf":1.0},"52":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"3":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"31":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":1,"docs":{"59":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"49":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":5,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"35":{"tf":1.0},"42":{"tf":1.0},"56":{"tf":1.0}},"i":{"df":1,"docs":{"17":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":3,"docs":{"22":{"tf":1.0},"37":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"t":{"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"39":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"35":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"57":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"22":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"51":{"tf":1.0}}}}}}},"df":0,"docs":{}},"_":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"47":{"tf":1.0},"52":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":14,"docs":{"12":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.7320508075688772},"44":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"7":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"12":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.0},"9":{"tf":1.7320508075688772}}},"i":{"c":{"df":1,"docs":{"51":{"tf":1.0}}},"df":0,"docs":{}}},"y":{"df":5,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"32":{"tf":1.0},"52":{"tf":1.4142135623730951},"58":{"tf":1.0}}}},"d":{":":{":":{"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":4,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{":":{":":{"a":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"51":{"tf":1.0}}},"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":{":":{":":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"24":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"21":{"tf":1.0},"42":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"29":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"58":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":3,"docs":{"12":{"tf":1.0},"44":{"tf":1.0},"59":{"tf":1.0}}}},"r":{"df":2,"docs":{"51":{"tf":1.0},"52":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"26":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"51":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"b":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"56":{"tf":1.4142135623730951}}}}}},"u":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"25":{"tf":1.0},"29":{"tf":1.4142135623730951},"31":{"tf":1.0}}}},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"6":{"tf":1.0}}}}},"df":7,"docs":{"0":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":1.0},"31":{"tf":1.4142135623730951},"59":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"0":{"tf":1.0},"59":{"tf":1.0}}}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"40":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"55":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"13":{"tf":1.0},"22":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"27":{"tf":1.0}}}}}}},"w":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"57":{"tf":1.0}}}}}}},"n":{"c":{"df":1,"docs":{"35":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"28":{"tf":1.0},"29":{"tf":1.4142135623730951},"33":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":7,"docs":{"20":{"tf":1.4142135623730951},"3":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}}}}}}}},"t":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"7":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"4":{"5":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"51":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":4,"docs":{"17":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.7320508075688772},"58":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"44":{"tf":1.0}}}}},"d":{"df":3,"docs":{"20":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":3,"docs":{"22":{"tf":1.0},"3":{"tf":1.4142135623730951},"56":{"tf":1.0}}},"r":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"21":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"25":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":30,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.4142135623730951},"15":{"tf":2.0},"16":{"tf":1.7320508075688772},"17":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.7320508075688772},"28":{"tf":1.0},"3":{"tf":1.7320508075688772},"31":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":2.0},"50":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"6":{"tf":1.7320508075688772},"7":{"tf":1.4142135623730951},"8":{"tf":1.7320508075688772},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"48":{"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":{"47":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"{":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"51":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"51":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"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":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"7":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"13":{"tf":1.0},"36":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"e":{"df":13,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":1.0},"32":{"tf":1.7320508075688772},"38":{"tf":1.0},"42":{"tf":1.0},"58":{"tf":1.0},"7":{"tf":2.23606797749979}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"41":{"tf":1.0},"42":{"tf":1.0}}}}},"r":{"df":1,"docs":{"29":{"tf":1.4142135623730951}}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"15":{"tf":1.0},"20":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"42":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"32":{"tf":1.0},"34":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"29":{"tf":1.0}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":20,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"28":{"tf":1.0},"34":{"tf":2.0},"36":{"tf":1.0},"4":{"tf":1.7320508075688772},"44":{"tf":1.7320508075688772},"49":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"54":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"8":{"tf":1.0}},"y":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"g":{"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":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"51":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"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":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"56":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"15":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"54":{"tf":1.0}}},"k":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":15,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.7320508075688772},"4":{"tf":1.7320508075688772},"41":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"59":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"50":{"tf":1.0},"56":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":16,"docs":{"0":{"tf":1.7320508075688772},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"21":{"tf":1.0},"25":{"tf":2.23606797749979},"26":{"tf":2.23606797749979},"27":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"59":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"5":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"16":{"tf":1.7320508075688772}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"42":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"19":{"tf":1.0},"31":{"tf":1.0},"59":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.7320508075688772}}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"30":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":3,"docs":{"22":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"37":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}}},"x":{"df":1,"docs":{"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"37":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"25":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.4142135623730951},"44":{"tf":1.0},"46":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"52":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":2,"docs":{"4":{"tf":1.0},"54":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"17":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"16":{"tf":1.0}}}},"df":21,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":2.23606797749979},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.4142135623730951},"30":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.4142135623730951},"48":{"tf":1.0},"51":{"tf":2.23606797749979},"52":{"tf":1.7320508075688772},"54":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":31,"docs":{"14":{"tf":1.7320508075688772},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"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},"56":{"tf":1.0},"9":{"tf":1.7320508075688772}},"s":{"(":{"1":{"0":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":2,"docs":{"25":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"z":{"df":2,"docs":{"51":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":17,"docs":{"0":{"tf":2.0},"13":{"tf":1.0},"17":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.4142135623730951},"32":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0},"59":{"tf":2.0}}},"df":0,"docs":{}},"u":{"df":1,"docs":{"31":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"!":{"[":{"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":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":1,"docs":{"51":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"10":{"tf":1.0},"58":{"tf":1.0}},"f":{"df":2,"docs":{"13":{"tf":1.0},"33":{"tf":1.0}},"i":{"df":10,"docs":{"0":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"27":{"tf":1.0},"29":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"16":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"[":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"12":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"59":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":2.23606797749979}},"e":{"df":0,"docs":{},"t":{"df":12,"docs":{"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.0}},"s":{"(":{"1":{"0":{"df":2,"docs":{"25":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"30":{"tf":1.4142135623730951}}}},"y":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":1,"docs":{"12":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"21":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"56":{"tf":1.0},"59":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"57":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":8,"docs":{"10":{"tf":1.4142135623730951},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"20":{"tf":1.0},"36":{"tf":1.0},"44":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":4,"docs":{"39":{"tf":1.0},"46":{"tf":1.0},"53":{"tf":1.4142135623730951},"57":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"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":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"2":{"0":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"0":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":1,"docs":{"10":{"tf":1.0}}},"6":{"0":{"df":3,"docs":{"10":{"tf":1.0},"25":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"9":{"0":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"0":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"0":{"tf":1.0},"32":{"tf":1.0},"9":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"33":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":5,"docs":{"24":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"54":{"tf":1.7320508075688772}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":36,"docs":{"1":{"tf":1.0},"12":{"tf":2.23606797749979},"13":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.7320508075688772},"18":{"tf":2.0},"19":{"tf":2.449489742783178},"20":{"tf":2.23606797749979},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"25":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"28":{"tf":1.0},"29":{"tf":1.7320508075688772},"30":{"tf":1.7320508075688772},"31":{"tf":1.0},"36":{"tf":1.7320508075688772},"4":{"tf":1.4142135623730951},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"44":{"tf":2.23606797749979},"46":{"tf":1.7320508075688772},"47":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":2.0},"51":{"tf":2.6457513110645907},"52":{"tf":1.4142135623730951},"53":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.7320508075688772},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":2.0}},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"15":{"tf":2.0},"16":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"d":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"5":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"e":{"df":1,"docs":{"58":{"tf":1.0}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"30":{"tf":1.0}}}}}}}},"title":{"root":{"a":{"d":{"df":4,"docs":{"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"55":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"28":{"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":{"17":{"tf":1.0}}}}}}}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"31":{"tf":1.0}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"z":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"31":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":2,"docs":{"27":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"41":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"39":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"24":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"56":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"56":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"54":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"32":{"tf":1.0},"33":{"tf":1.0}}}}}}}},"d":{"a":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"33":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"39":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"33":{"tf":1.0}},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"l":{"df":1,"docs":{"56":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"23":{"tf":1.0},"28":{"tf":1.0},"50":{"tf":1.0}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"18":{"tf":1.0},"20":{"tf":1.0},"32":{"tf":1.0},"41":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}}}}}},"f":{"a":{"df":0,"docs":{},"q":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"45":{"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":{"34":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"14":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"49":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"i":{"df":1,"docs":{"14":{"tf":1.0}},"i":{"df":1,"docs":{"43":{"tf":1.0}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"54":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"v":{"df":1,"docs":{"55":{"tf":1.0}}}},"k":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"24":{"tf":1.0}}}}},"o":{"a":{"d":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"10":{"tf":1.0}}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"31":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"44":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"35":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"29":{"tf":1.0}}}}}}},"w":{"df":1,"docs":{"50":{"tf":1.0}}}}},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"9":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"42":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"14":{"tf":1.0},"2":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"35":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}}}}}}},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"35":{"tf":1.0}}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"o":{"b":{"df":0,"docs":{},"e":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"51":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"43":{"tf":1.0},"54":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"n":{"df":3,"docs":{"10":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"48":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":6,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"44":{"tf":1.0},"57":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"24":{"tf":1.0},"51":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"29":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"tf":1.0}}}}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"27":{"tf":1.0},"5":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"7":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"34":{"tf":1.0},"49":{"tf":1.0}}}}}}}},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"25":{"tf":1.0},"26":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":1,"docs":{"16":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}}}},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"30":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"10":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"53":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":9,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"46":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"lang":"English","pipeline":["trimmer","stopWordFilter","stemmer"],"ref":"id","version":"0.9.5"},"results_options":{"limit_results":30,"teaser_word_count":30},"search_options":{"bool":"OR","expand":true,"fields":{"body":{"boost":1},"breadcrumbs":{"boost":1},"title":{"boost":2}}}}')); \ No newline at end of file diff --git a/docs/searchindex-2fa2ee98.js b/docs/searchindex-2fa2ee98.js new file mode 100644 index 0000000..8ee45c1e --- /dev/null +++ b/docs/searchindex-2fa2ee98.js @@ -0,0 +1 @@ +window.search = Object.assign(window.search, JSON.parse('{"doc_urls":["project-context-primer.html#project-context-primer","what-you-will-learn.html#what-you-will-learn","part-i.html#part-i--foundations","introduction.html#introduction","architecture-overview.html#architecture-overview","testing-philosophy.html#testing-philosophy","testing-philosophy.html#declarative-over-imperative","testing-philosophy.html#protocol-time-not-wall-time","testing-philosophy.html#determinism-first-chaos-when-needed","testing-philosophy.html#observable-health-signals","testing-philosophy.html#minimum-run-windows","testing-philosophy.html#summary","scenario-lifecycle.html#scenario-lifecycle","design-rationale.html#design-rationale","part-ii.html#part-ii--user-guide","workspace-layout.html#workspace-layout","annotated-tree.html#annotated-tree","authoring-scenarios.html#authoring-scenarios","workloads.html#core-content-workloads--expectations","workloads.html#workloads","workloads.html#expectations","scenario-builder-ext-patterns.html#core-content-scenariobuilderext-patterns","best-practices.html#best-practices","examples.html#examples","examples.html#simple-consensus-liveness","examples.html#transaction-workload","examples.html#da--transaction-workload","examples.html#chaos-resilience","examples-advanced.html#advanced--artificial-examples","examples-advanced.html#synthetic-delay-workload-network-latency-simulation","examples-advanced.html#oscillating-load-workload-traffic-waves","examples-advanced.html#byzantine-behavior-mock","examples-advanced.html#custom-expectation-block-finality-drift","examples-advanced.html#custom-deployer-dry-run-deployer","examples-advanced.html#stochastic-topology-generator","examples-advanced.html#multi-phase-scenario-pipelines","running-scenarios.html#running-scenarios","runners.html#runners","runners.html#local-runner","runners.html#docker-compose-runner","runners.html#kubernetes-runner","runners.html#common-expectations","operations.html#operations","operations.html#ci-usage","operations.html#running-examples","operations.html#local-runner","operations.html#compose-runner","operations.html#k8s-runner","operations.html#circuit-assets-kzg-parameters","operations.html#asset-location","operations.html#getting-circuit-assets","operations.html#ci-workflow","operations.html#when-are-assets-needed","operations.html#logging-and-observability","operations.html#node-logging-vs-framework-logging","operations.html#logging-environment-variables","operations.html#per-node-log-files","operations.html#filter-target-names","operations.html#accessing-logs-per-runner","operations.html#otlp-and-telemetry","operations.html#observability-prometheus-and-node-apis","part-iii.html#part-iii--developer-reference","scenario-model.html#scenario-model-developer-level","extending.html#extending-the-framework","extending.html#adding-a-workload","extending.html#adding-an-expectation","extending.html#adding-a-runner","extending.html#adding-topology-helpers","custom-workload-example.html#example-new-workload--expectation-rust","custom-workload-example.html#workload-simple-reachability-probe","custom-workload-example.html#expectation-confirm-the-target-stayed-reachable","custom-workload-example.html#how-to-wire-it","internal-crate-reference.html#internal-crate-reference","part-iv.html#part-iv--appendix","dsl-cheat-sheet.html#core-content-dsl-cheat-sheet","troubleshooting.html#troubleshooting-scenarios","troubleshooting.html#quick-symptom-guide","troubleshooting.html#where-to-find-logs","troubleshooting.html#log-location-quick-reference","troubleshooting.html#accessing-node-logs-by-runner","troubleshooting.html#debugging-workflow","troubleshooting.html#1-check-framework-output","troubleshooting.html#2-verify-node-readiness","troubleshooting.html#3-inspect-node-logs","troubleshooting.html#4-check-log-levels","troubleshooting.html#5-verify-observability-endpoints","troubleshooting.html#6-compare-with-known-good-scenario","troubleshooting.html#common-error-messages","troubleshooting.html#consensus-liveness-expectation-failed","troubleshooting.html#wallet-seeding-failed","troubleshooting.html#node-control-not-available","troubleshooting.html#readiness-timeout","troubleshooting.html#port-already-in-use","troubleshooting.html#image-not-found-nomos-testnetlocal","faq.html#faq","glossary.html#glossary"],"index":{"documentStore":{"docInfo":{"0":{"body":73,"breadcrumbs":6,"title":3},"1":{"body":26,"breadcrumbs":2,"title":1},"10":{"body":48,"breadcrumbs":7,"title":3},"11":{"body":26,"breadcrumbs":5,"title":1},"12":{"body":106,"breadcrumbs":6,"title":2},"13":{"body":68,"breadcrumbs":6,"title":2},"14":{"body":10,"breadcrumbs":8,"title":4},"15":{"body":94,"breadcrumbs":8,"title":2},"16":{"body":59,"breadcrumbs":8,"title":2},"17":{"body":101,"breadcrumbs":8,"title":2},"18":{"body":18,"breadcrumbs":12,"title":4},"19":{"body":38,"breadcrumbs":9,"title":1},"2":{"body":10,"breadcrumbs":4,"title":2},"20":{"body":54,"breadcrumbs":9,"title":1},"21":{"body":84,"breadcrumbs":12,"title":4},"22":{"body":103,"breadcrumbs":8,"title":2},"23":{"body":54,"breadcrumbs":6,"title":1},"24":{"body":50,"breadcrumbs":8,"title":3},"25":{"body":53,"breadcrumbs":7,"title":2},"26":{"body":61,"breadcrumbs":8,"title":3},"27":{"body":73,"breadcrumbs":7,"title":2},"28":{"body":19,"breadcrumbs":10,"title":3},"29":{"body":41,"breadcrumbs":13,"title":6},"3":{"body":84,"breadcrumbs":4,"title":1},"30":{"body":37,"breadcrumbs":12,"title":5},"31":{"body":34,"breadcrumbs":10,"title":3},"32":{"body":41,"breadcrumbs":12,"title":5},"33":{"body":39,"breadcrumbs":12,"title":5},"34":{"body":35,"breadcrumbs":10,"title":3},"35":{"body":40,"breadcrumbs":11,"title":4},"36":{"body":75,"breadcrumbs":8,"title":2},"37":{"body":20,"breadcrumbs":6,"title":1},"38":{"body":23,"breadcrumbs":7,"title":2},"39":{"body":29,"breadcrumbs":8,"title":3},"4":{"body":108,"breadcrumbs":6,"title":2},"40":{"body":20,"breadcrumbs":7,"title":2},"41":{"body":43,"breadcrumbs":7,"title":2},"42":{"body":123,"breadcrumbs":6,"title":1},"43":{"body":48,"breadcrumbs":7,"title":2},"44":{"body":0,"breadcrumbs":7,"title":2},"45":{"body":44,"breadcrumbs":7,"title":2},"46":{"body":120,"breadcrumbs":7,"title":2},"47":{"body":99,"breadcrumbs":7,"title":2},"48":{"body":9,"breadcrumbs":9,"title":4},"49":{"body":18,"breadcrumbs":7,"title":2},"5":{"body":17,"breadcrumbs":6,"title":2},"50":{"body":41,"breadcrumbs":8,"title":3},"51":{"body":22,"breadcrumbs":7,"title":2},"52":{"body":30,"breadcrumbs":7,"title":2},"53":{"body":0,"breadcrumbs":7,"title":2},"54":{"body":43,"breadcrumbs":10,"title":5},"55":{"body":76,"breadcrumbs":8,"title":3},"56":{"body":46,"breadcrumbs":9,"title":4},"57":{"body":36,"breadcrumbs":8,"title":3},"58":{"body":160,"breadcrumbs":9,"title":4},"59":{"body":35,"breadcrumbs":7,"title":2},"6":{"body":41,"breadcrumbs":7,"title":3},"60":{"body":56,"breadcrumbs":9,"title":4},"61":{"body":10,"breadcrumbs":8,"title":4},"62":{"body":118,"breadcrumbs":12,"title":4},"63":{"body":0,"breadcrumbs":8,"title":2},"64":{"body":39,"breadcrumbs":8,"title":2},"65":{"body":21,"breadcrumbs":8,"title":2},"66":{"body":29,"breadcrumbs":8,"title":2},"67":{"body":21,"breadcrumbs":9,"title":3},"68":{"body":19,"breadcrumbs":14,"title":5},"69":{"body":120,"breadcrumbs":13,"title":4},"7":{"body":101,"breadcrumbs":8,"title":4},"70":{"body":67,"breadcrumbs":14,"title":5},"71":{"body":24,"breadcrumbs":10,"title":1},"72":{"body":91,"breadcrumbs":10,"title":3},"73":{"body":10,"breadcrumbs":6,"title":3},"74":{"body":84,"breadcrumbs":11,"title":5},"75":{"body":0,"breadcrumbs":7,"title":2},"76":{"body":92,"breadcrumbs":8,"title":3},"77":{"body":0,"breadcrumbs":7,"title":2},"78":{"body":70,"breadcrumbs":9,"title":4},"79":{"body":145,"breadcrumbs":9,"title":4},"8":{"body":64,"breadcrumbs":8,"title":4},"80":{"body":4,"breadcrumbs":7,"title":2},"81":{"body":16,"breadcrumbs":9,"title":4},"82":{"body":36,"breadcrumbs":9,"title":4},"83":{"body":36,"breadcrumbs":9,"title":4},"84":{"body":13,"breadcrumbs":9,"title":4},"85":{"body":18,"breadcrumbs":9,"title":4},"86":{"body":14,"breadcrumbs":10,"title":5},"87":{"body":0,"breadcrumbs":8,"title":3},"88":{"body":17,"breadcrumbs":9,"title":4},"89":{"body":15,"breadcrumbs":8,"title":3},"9":{"body":51,"breadcrumbs":7,"title":3},"90":{"body":17,"breadcrumbs":8,"title":3},"91":{"body":21,"breadcrumbs":7,"title":2},"92":{"body":22,"breadcrumbs":8,"title":3},"93":{"body":17,"breadcrumbs":9,"title":4},"94":{"body":108,"breadcrumbs":5,"title":1},"95":{"body":299,"breadcrumbs":5,"title":1}},"docs":{"0":{"body":"This book focuses on the Nomos Testing Framework. It assumes familiarity with\\nthe Nomos architecture, but for completeness, here is a short primer. Nomos is a modular blockchain protocol composed of validators, executors,\\nand a data-availability (DA) subsystem. Validators participate in consensus and produce blocks. Executors are validators with the DA dispersal service enabled. They perform\\nall validator functions plus submit blob data to the DA network. Data Availability (DA) ensures that blob data submitted via channel operations\\nin transactions is published and retrievable by the network. These roles interact tightly, which is why meaningful testing must be performed\\nin multi-node environments that include real networking, timing, and DA\\ninteraction.","breadcrumbs":"Project Context Primer » Project Context Primer","id":"0","title":"Project Context Primer"},"1":{"body":"This book gives you a clear mental model for Nomos multi-node testing, shows how\\nto author scenarios that pair realistic workloads with explicit expectations,\\nand guides you to run them across local, containerized, and cluster environments\\nwithout changing the plan.","breadcrumbs":"What You Will Learn » What You Will Learn","id":"1","title":"What You Will Learn"},"10":{"body":"Always run long enough for meaningful block production: #![allow(unused)] fn main() {\\n// Bad: too short\\n.with_run_duration(Duration::from_secs(5)) // ~2 blocks (with default 2s slots, 0.9 coeff) // Good: enough blocks for assertions\\n.with_run_duration(Duration::from_secs(60)) // ~27 blocks (with default 2s slots, 0.9 coeff) } The framework enforces minimum durations, but be explicit. Very short runs\\nrisk false confidence—one lucky block doesn’t prove liveness.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Minimum Run Windows","id":"10","title":"Minimum Run Windows"},"11":{"body":"These principles keep scenarios: Portable across environments (protocol time, declarative) Debuggable (determinism, separation of concerns) Meaningful (observable signals, sufficient duration) When authoring scenarios, ask: “Does this test the protocol behavior or\\nmy local environment quirks?”","breadcrumbs":"Part I — Foundations » Testing Philosophy » Summary","id":"11","title":"Summary"},"12":{"body":"Build the plan: Declare a topology, attach workloads and expectations, and set the run window. The plan is the single source of truth for what will happen. Deploy: Hand the plan to a deployer. It provisions the environment on the chosen backend, waits for nodes to signal readiness, and returns a runner. Drive workloads: The runner starts traffic and behaviors (transactions, data-availability activity, restarts) for the planned duration. Observe blocks and signals: Track block progression and other high-level metrics during or after the run window to ground assertions in protocol time. Evaluate expectations: Once activity stops (and optional cooldown completes), the runner checks liveness and workload-specific outcomes to decide pass or fail. Cleanup: Tear down resources so successive runs start fresh and do not inherit leaked state. flowchart LR P[Plan
topology + workloads + expectations] --> D[Deploy
deployer provisions] D --> R[Runner
orchestrates execution] R --> W[Drive Workloads] W --> O[Observe
blocks/metrics] O --> E[Evaluate Expectations] E --> C[Cleanup]","breadcrumbs":"Part I — Foundations » Scenario Lifecycle » Scenario Lifecycle","id":"12","title":"Scenario Lifecycle"},"13":{"body":"Modular crates keep configuration, orchestration, workloads, and runners decoupled so each can evolve without breaking the others. Pluggable runners let the same scenario run on a laptop, a Docker host, or a Kubernetes cluster, making validation portable across environments. Separated workloads and expectations clarify intent: what traffic to generate versus how to judge success. This simplifies review and reuse. Declarative topology makes cluster shape explicit and repeatable, reducing surprise when moving between CI and developer machines. Maintainability through predictability: a clear flow from plan to deployment to verification lowers the cost of extending the framework and interpreting failures.","breadcrumbs":"Part I — Foundations » Design Rationale » Design Rationale","id":"13","title":"Design Rationale"},"14":{"body":"Practical guidance for shaping scenarios, combining workloads and expectations,\\nand running them across different environments.","breadcrumbs":"Part II — User Guide » Part II — User Guide","id":"14","title":"Part II — User Guide"},"15":{"body":"The workspace focuses on multi-node integration testing and sits alongside a nomos-node checkout. Its crates separate concerns to keep scenarios\\nrepeatable and portable: Configs: prepares high-level node, network, tracing, and wallet settings\\nused across test environments. Core scenario orchestration: the engine that holds topology descriptions,\\nscenario plans, runtimes, workloads, and expectations. Workflows: ready-made workloads (transactions, data-availability, chaos)\\nand reusable expectations assembled into a user-facing DSL. Runners: deployment backends for local processes, Docker Compose, and\\nKubernetes, all consuming the same scenario plan. Test workflows: example scenarios and integration checks that show how\\nthe pieces fit together. This split keeps configuration, orchestration, reusable traffic patterns, and\\ndeployment adapters loosely coupled while sharing one mental model for tests.","breadcrumbs":"Part II — User Guide » Workspace Layout » Workspace Layout","id":"15","title":"Workspace Layout"},"16":{"body":"High-level view of the workspace and how pieces relate: nomos-testing/\\n├─ testing-framework/\\n│ ├─ configs/ # shared configuration helpers\\n│ ├─ core/ # scenario model, runtime, topology\\n│ ├─ workflows/ # workloads, expectations, DSL extensions\\n│ └─ runners/ # local, compose, k8s deployment backends\\n├─ tests/ # integration scenarios using the framework\\n└─ scripts/ # supporting setup utilities (e.g., assets) Each area maps to a responsibility: describe configs, orchestrate scenarios,\\npackage common traffic and assertions, adapt to environments, and demonstrate\\nend-to-end usage.","breadcrumbs":"Part II — User Guide » Annotated Tree » Annotated Tree","id":"16","title":"Annotated Tree"},"17":{"body":"Creating a scenario is a declarative exercise: Shape the topology: decide how many validators and executors to run, and\\nwhat high-level network and data-availability characteristics matter for the\\ntest. Attach workloads: pick traffic generators that align with your goals\\n(transactions, data-availability blobs, or chaos for resilience probes). Define expectations: specify the health signals that must hold when the\\nrun finishes (e.g., consensus liveness, inclusion of submitted activity; see Core Content: Workloads & Expectations). Set duration: choose a run window long enough to observe meaningful\\nblock progression and the effects of your workloads. Choose a runner: target local processes for fast iteration, Docker\\nCompose for reproducible multi-node stacks, or Kubernetes for cluster-grade\\nvalidation. For environment considerations, see Operations. Keep scenarios small and explicit: make the intended behavior and the success\\ncriteria clear so failures are easy to interpret and act upon.","breadcrumbs":"Part II — User Guide » Authoring Scenarios » Authoring Scenarios","id":"17","title":"Authoring Scenarios"},"18":{"body":"Workloads describe the activity a scenario generates; expectations describe the\\nsignals that must hold when that activity completes. Both are pluggable so\\nscenarios stay readable and purpose-driven.","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Core Content: Workloads & Expectations","id":"18","title":"Core Content: Workloads & Expectations"},"19":{"body":"Transaction workload: submits user-level transactions at a configurable\\nrate and can limit how many distinct actors participate. Data-availability workload: drives blob and channel activity to exercise\\ndata-availability paths. Chaos workload: triggers controlled node restarts to test resilience and\\nrecovery behaviors (requires a runner that can control nodes).","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Workloads","id":"19","title":"Workloads"},"2":{"body":"Conceptual chapters that establish the mental model for the framework and how\\nit approaches multi-node testing.","breadcrumbs":"Part I — Foundations » Part I — Foundations","id":"2","title":"Part I — Foundations"},"20":{"body":"Consensus liveness: verifies the system continues to produce blocks in\\nline with the planned workload and timing window. Workload-specific checks: each workload can attach its own success\\ncriteria (e.g., inclusion of submitted activity) so scenarios remain concise. Together, workloads and expectations let you express both the pressure applied\\nto the system and the definition of “healthy” for that run. flowchart TD I[Inputs
(topology + wallets + rates)] --> Init[Workload init] Init --> Drive[Drive traffic] Drive --> Collect[Collect signals] Collect --> Eval[Expectations evaluate]","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Expectations","id":"20","title":"Expectations"},"21":{"body":"Patterns that keep scenarios readable and reusable: Topology-first: start by shaping the cluster (counts, layout) so later\\nsteps inherit a clear foundation. Bundle defaults: use the DSL helpers to attach common expectations (like\\nliveness) whenever you add a matching workload, reducing forgotten checks. Intentional rates: express traffic in per-block terms to align with\\nprotocol timing rather than wall-clock assumptions. Opt-in chaos: enable restart patterns only in scenarios meant to probe\\nresilience; keep functional smoke tests deterministic. Wallet clarity: seed only the number of actors you need; it keeps\\ntransaction scenarios deterministic and interpretable. These patterns make scenario definitions self-explanatory while staying aligned\\nwith the framework’s block-oriented timing model.","breadcrumbs":"Part II — User Guide » Core Content: ScenarioBuilderExt Patterns » Core Content: ScenarioBuilderExt Patterns","id":"21","title":"Core Content: ScenarioBuilderExt Patterns"},"22":{"body":"State your intent: document the goal of each scenario (throughput, DA\\nvalidation, resilience) so expectation choices are obvious. Keep runs meaningful: choose durations that allow multiple blocks and make\\ntiming-based assertions trustworthy. Separate concerns: start with deterministic workloads for functional\\nchecks; add chaos in dedicated resilience scenarios to avoid noisy failures. Reuse patterns: standardize on shared topology and workload presets so\\nresults are comparable across environments and teams. Observe first, tune second: rely on liveness and inclusion signals to\\ninterpret outcomes before tweaking rates or topology. Environment fit: pick runners that match the feedback loop you need—local\\nfor speed (including fast CI smoke tests), compose for reproducible stacks\\n(recommended for CI), k8s for cluster-grade fidelity. Minimal surprises: seed only necessary wallets and keep configuration\\ndeltas explicit when moving between CI and developer machines.","breadcrumbs":"Part II — User Guide » Best Practices » Best Practices","id":"22","title":"Best Practices"},"23":{"body":"Concrete scenario shapes that illustrate how to combine topologies, workloads,\\nand expectations. Runnable examples: The repo includes complete binaries in examples/src/bin/: local_runner.rs — Local processes (requires POL_PROOF_DEV_MODE=true) compose_runner.rs — Docker Compose (requires NOMOS_TESTNET_IMAGE built) k8s_runner.rs — Kubernetes (requires cluster access and image loaded) Run with: cargo run -p runner-examples --bin Code patterns below show how to build scenarios. Wrap these in #[tokio::test] functions for integration tests, or #[tokio::main] for binaries.","breadcrumbs":"Part II — User Guide » Examples » Examples","id":"23","title":"Examples"},"24":{"body":"Minimal test that validates basic block production: #![allow(unused)] fn main() {\\nuse testing_framework_core::scenario::{Deployer, ScenarioBuilder};\\nuse testing_framework_runner_local::LocalDeployer;\\nuse testing_framework_workflows::ScenarioBuilderExt;\\nuse std::time::Duration; async fn simple_consensus() -> Result<(), Box> { let mut plan = ScenarioBuilder::topology() .network_star() .validators(3) .executors(0) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(30)) .build(); let deployer = LocalDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } When to use: smoke tests for consensus on minimal hardware.","breadcrumbs":"Part II — User Guide » Examples » Simple consensus liveness","id":"24","title":"Simple consensus liveness"},"25":{"body":"Test consensus under transaction load: #![allow(unused)] fn main() {\\nuse testing_framework_core::scenario::{Deployer, ScenarioBuilder};\\nuse testing_framework_runner_local::LocalDeployer;\\nuse testing_framework_workflows::ScenarioBuilderExt;\\nuse std::time::Duration; async fn transaction_workload() -> Result<(), Box> { let mut plan = ScenarioBuilder::topology() .network_star() .validators(2) .executors(0) .apply() .wallets(20) .transactions() .rate(5) .users(10) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(60)) .build(); let deployer = LocalDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } When to use: validate transaction submission and inclusion.","breadcrumbs":"Part II — User Guide » Examples » Transaction workload","id":"25","title":"Transaction workload"},"26":{"body":"Combined test stressing both transaction and DA layers: #![allow(unused)] fn main() {\\nuse testing_framework_core::scenario::{Deployer, ScenarioBuilder};\\nuse testing_framework_runner_local::LocalDeployer;\\nuse testing_framework_workflows::ScenarioBuilderExt;\\nuse std::time::Duration; async fn da_and_transactions() -> Result<(), Box> { let mut plan = ScenarioBuilder::topology() .network_star() .validators(3) .executors(2) .apply() .wallets(30) .transactions() .rate(5) .users(15) .apply() .da() .channel_rate(1) .blob_rate(2) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(90)) .build(); let deployer = LocalDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } When to use: end-to-end coverage of transaction and DA layers.","breadcrumbs":"Part II — User Guide » Examples » DA + transaction workload","id":"26","title":"DA + transaction workload"},"27":{"body":"Test system resilience under node restarts: #![allow(unused)] fn main() {\\nuse testing_framework_core::scenario::{Deployer, ScenarioBuilder};\\nuse testing_framework_runner_compose::ComposeDeployer;\\nuse testing_framework_workflows::{ScenarioBuilderExt, ChaosBuilderExt};\\nuse std::time::Duration; async fn chaos_resilience() -> Result<(), Box> { let mut plan = ScenarioBuilder::topology() .network_star() .validators(4) .executors(2) .apply() .enable_node_control() .wallets(20) .transactions() .rate(3) .users(10) .apply() .chaos() .restart() .min_delay(Duration::from_secs(20)) .max_delay(Duration::from_secs(40)) .target_cooldown(Duration::from_secs(30)) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(120)) .build(); let deployer = ComposeDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } When to use: resilience validation and operational readiness drills. Note: Chaos tests require ComposeDeployer or another runner with node control support.","breadcrumbs":"Part II — User Guide » Examples » Chaos resilience","id":"27","title":"Chaos resilience"},"28":{"body":"These illustrative scenarios stretch the framework to show how to build new\\nworkloads, expectations, deployers, and topology tricks. They are intentionally\\n“synthetic” to teach capabilities rather than prescribe production tests.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Advanced & Artificial Examples","id":"28","title":"Advanced & Artificial Examples"},"29":{"body":"Idea: inject fake latency between node interactions using internal timers,\\nnot OS-level tooling. Demonstrates: sequencing control inside a workload, verifying protocol\\nprogression under induced lag, using timers to pace submissions. Shape: wrap submissions in delays that mimic slow peers; ensure the\\nexpectation checks blocks still progress.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Synthetic Delay Workload (Network Latency Simulation)","id":"29","title":"Synthetic Delay Workload (Network Latency Simulation)"},"3":{"body":"The Nomos Testing Framework is a purpose-built toolkit for exercising Nomos in\\nrealistic, multi-node environments. It solves the gap between small, isolated\\ntests and full-system validation by letting teams describe a cluster layout,\\ndrive meaningful traffic, and assert the outcomes in one coherent plan. It is for protocol engineers, infrastructure operators, and QA teams who need\\nrepeatable confidence that validators, executors, and data-availability\\ncomponents work together under network and timing constraints. Multi-node integration testing is required because many Nomos behaviors—block\\nprogress, data availability, liveness under churn—only emerge when several\\nroles interact over real networking and time. This framework makes those checks\\ndeclarative, observable, and portable across environments.","breadcrumbs":"Part I — Foundations » Introduction » Introduction","id":"3","title":"Introduction"},"30":{"body":"Idea: traffic rate changes every block or N seconds (e.g., blocks 1–3 low,\\n4–5 high, 6–7 zero, repeat). Demonstrates: dynamic, stateful workloads that use RunMetrics to time\\nphases; modeling real-world burstiness. Shape: schedule per-phase rates; confirm inclusion/liveness across peaks\\nand troughs.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Oscillating Load Workload (Traffic Waves)","id":"30","title":"Oscillating Load Workload (Traffic Waves)"},"31":{"body":"Idea: a workload that drops half its planned submissions, sometimes\\ndouble-submits, and intentionally triggers expectation failures. Demonstrates: negative testing, resilience checks, and the value of clear\\nexpectations when behavior is adversarial by design. Shape: parameterize drop/double-submit probabilities; pair with an\\nexpectation that documents what “bad” looks like.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Byzantine Behavior Mock","id":"31","title":"Byzantine Behavior Mock"},"32":{"body":"Idea: assert the last few blocks differ and block time stays within a\\ntolerated drift budget. Demonstrates: consuming BlockFeed or time-series metrics to validate\\nprotocol cadence; crafting post-run assertions around block diversity and\\ntiming. Shape: collect recent blocks, confirm no duplicates, and compare observed\\nintervals to a drift threshold.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Custom Expectation: Block Finality Drift","id":"32","title":"Custom Expectation: Block Finality Drift"},"33":{"body":"Idea: a deployer that never starts nodes; it emits configs, simulates\\nreadiness, provides fake blockfeed/metrics. Demonstrates: full power of the deployer interface for CI dry-runs,\\nconfig verification, and ultra-fast feedback without Nomos binaries. Shape: produce logs/artifacts, stub readiness, and feed synthetic blocks\\nso expectations can still run.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Custom Deployer: Dry-Run Deployer","id":"33","title":"Custom Deployer: Dry-Run Deployer"},"34":{"body":"Idea: topology parameters change at runtime (random validators, DA\\nsettings, network shapes). Demonstrates: randomized property testing and fuzzing approaches to\\ntopology building. Shape: pick roles and network layouts randomly per run; keep expectations\\ntolerant to variability while still asserting core liveness.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Stochastic Topology Generator","id":"34","title":"Stochastic Topology Generator"},"35":{"body":"Idea: scenario runs in phases (e.g., phase 1 transactions, phase 2 DA,\\nphase 3 restarts, phase 4 sync check). Demonstrates: multi-stage tests, modular scenario assembly, and deliberate\\nlifecycle control. Shape: drive phase-specific workloads/expectations sequentially; enforce\\nclear boundaries and post-phase checks.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Multi-Phase Scenario (“Pipelines”)","id":"35","title":"Multi-Phase Scenario (“Pipelines”)"},"36":{"body":"Running a scenario follows the same conceptual flow regardless of environment: Select or author a scenario plan that pairs a topology with workloads,\\nexpectations, and a suitable run window. Choose a deployer aligned with your environment (local, compose, or k8s) and\\nensure its prerequisites are available. Deploy the plan through the deployer, which provisions infrastructure and\\nreturns a runner. The runner orchestrates workload execution for the planned duration; keep\\nobservability signals visible so you can correlate outcomes. The runner evaluates expectations and captures results as the primary\\npass/fail signal. Use the same plan across different deployers to compare behavior between local\\ndevelopment and CI or cluster settings. For environment prerequisites and\\nflags, see Operations.","breadcrumbs":"Part II — User Guide » Running Scenarios » Running Scenarios","id":"36","title":"Running Scenarios"},"37":{"body":"Runners turn a scenario plan into a live environment while keeping the plan\\nunchanged. Choose based on feedback speed, reproducibility, and fidelity. For\\nenvironment and operational considerations, see Operations:","breadcrumbs":"Part II — User Guide » Runners » Runners","id":"37","title":"Runners"},"38":{"body":"Launches node processes directly on the host. Fastest feedback loop and minimal orchestration overhead. Best for development-time iteration and debugging. Can run in CI for fast smoke tests (requires POL_PROOF_DEV_MODE=true).","breadcrumbs":"Part II — User Guide » Runners » Local runner","id":"38","title":"Local runner"},"39":{"body":"Starts nodes in containers to provide a reproducible multi-node stack on a\\nsingle machine. Discovers service ports and wires observability for convenient inspection. Good balance between fidelity and ease of setup. Recommended for CI pipelines (isolated environment, reproducible).","breadcrumbs":"Part II — User Guide » Runners » Docker Compose runner","id":"39","title":"Docker Compose runner"},"4":{"body":"The framework follows a clear flow: Topology → Scenario → Deployer → Runner → Workloads → Expectations. Topology describes the cluster: how many nodes, their roles, and the high-level network and data-availability parameters they should follow. Scenario combines that topology with the activities to run and the checks to perform, forming a single plan. Deployer provisions infrastructure on the chosen backend (local processes, Docker Compose, or Kubernetes), waits for readiness, and returns a Runner. Runner orchestrates scenario execution: starts workloads, observes signals, evaluates expectations, and triggers cleanup. Workloads generate traffic and conditions that exercise the system. Expectations observe the run and judge success or failure once activity completes. flowchart LR A(Topology
shape cluster) --> B(Scenario
plan) B --> C(Deployer
provision & readiness) C --> D(Runner
orchestrate execution) D --> E(Workloads
drive traffic) E --> F(Expectations
verify outcomes) Each layer has a narrow responsibility so that cluster shape, deployment choice,\\ntraffic generation, and health checks can evolve independently while fitting\\ntogether predictably.","breadcrumbs":"Part I — Foundations » Architecture Overview » Architecture Overview","id":"4","title":"Architecture Overview"},"40":{"body":"Deploys nodes onto a cluster for higher-fidelity, longer-running scenarios. Suits CI with cluster access or shared test environments where cluster behavior\\nand scheduling matter.","breadcrumbs":"Part II — User Guide » Runners » Kubernetes runner","id":"40","title":"Kubernetes runner"},"41":{"body":"All runners require at least one validator and, for transaction scenarios,\\naccess to seeded wallets. Readiness probes gate workload start so traffic begins only after nodes are\\nreachable. Environment flags can relax timeouts or increase tracing when diagnostics are\\nneeded. flowchart TD Plan[Scenario Plan] --> RunSel{Runner
(local | compose | k8s)} RunSel --> Provision[Provision & readiness] Provision --> Runtime[Runtime + observability] Runtime --> Exec[Workloads & Expectations execute]","breadcrumbs":"Part II — User Guide » Runners » Common expectations","id":"41","title":"Common expectations"},"42":{"body":"Operational readiness focuses on prerequisites, environment fit, and clear\\nsignals: Prerequisites: keep a sibling nomos-node checkout available; ensure the\\nchosen runner’s platform needs are met (local binaries for host runs, Docker\\nfor compose, cluster access for k8s). Artifacts: DA scenarios require KZG parameters (circuit assets) located at testing-framework/assets/stack/kzgrs_test_params. Fetch them via scripts/setup-nomos-circuits.sh or override the path with NOMOS_KZGRS_PARAMS_PATH. Environment flags: POL_PROOF_DEV_MODE=true is required for local runs.\\nConfigure logging via NOMOS_LOG_DIR, NOMOS_LOG_LEVEL, and NOMOS_LOG_FILTER\\n(see Logging and Observability for details). Note\\nthat nodes ignore RUST_LOG and only respond to NOMOS_* variables. Readiness checks: verify runners report node readiness before starting\\nworkloads; this avoids false negatives from starting too early. Failure triage: map failures to missing prerequisites (wallet seeding,\\nnode control availability), runner platform issues, or unmet expectations.\\nStart with liveness signals, then dive into workload-specific assertions. Treat operational hygiene—assets present, prerequisites satisfied, observability\\nreachable—as the first step to reliable scenario outcomes.","breadcrumbs":"Part II — User Guide » Operations » Operations","id":"42","title":"Operations"},"43":{"body":"Both LocalDeployer and ComposeDeployer work in CI environments: LocalDeployer in CI: ✅ Faster (no Docker overhead) ✅ Good for quick smoke tests ⚠️ Requires POL_PROOF_DEV_MODE=true ⚠️ Less isolation (processes share host) ComposeDeployer in CI (recommended): ✅ Better isolation (containerized) ✅ Reproducible environment ✅ Includes Prometheus/observability ⚠️ Slower startup (Docker image build) ⚠️ Requires Docker daemon See .github/workflows/compose-mixed.yml for a complete CI example using ComposeDeployer.","breadcrumbs":"Part II — User Guide » Operations » CI Usage","id":"43","title":"CI Usage"},"44":{"body":"","breadcrumbs":"Part II — User Guide » Operations » Running Examples","id":"44","title":"Running Examples"},"45":{"body":"POL_PROOF_DEV_MODE=true cargo run -p runner-examples --bin local_runner Optional environment variables: LOCAL_DEMO_VALIDATORS=3 — Number of validators (default: 1) LOCAL_DEMO_EXECUTORS=2 — Number of executors (default: 1) LOCAL_DEMO_RUN_SECS=120 — Run duration in seconds (default: 60) NOMOS_LOG_DIR=/tmp/logs — Write logs to files instead of console NOMOS_LOG_LEVEL=debug — Set log level (default: info) NOMOS_LOG_FILTER=consensus=trace,da=debug — Fine-grained module filtering","breadcrumbs":"Part II — User Guide » Operations » Local Runner","id":"45","title":"Local Runner"},"46":{"body":"Prerequisites: ✅ Docker daemon running ✅ Circuit assets in testing-framework/assets/stack/kzgrs_test_params (fetched via scripts/setup-nomos-circuits.sh) ✅ Test image built (see below) Build the test image: # Fetch circuit assets first\\nchmod +x scripts/setup-nomos-circuits.sh\\nscripts/setup-nomos-circuits.sh v0.3.1 /tmp/nomos-circuits\\ncp -r /tmp/nomos-circuits/* testing-framework/assets/stack/kzgrs_test_params/ # Build image (embeds assets)\\nchmod +x testing-framework/assets/stack/scripts/build_test_image.sh\\ntesting-framework/assets/stack/scripts/build_test_image.sh Run the example: NOMOS_TESTNET_IMAGE=nomos-testnet:local \\\\\\nPOL_PROOF_DEV_MODE=true \\\\\\ncargo run -p runner-examples --bin compose_runner Required environment variables: NOMOS_TESTNET_IMAGE=nomos-testnet:local — Image tag (must match built image) POL_PROOF_DEV_MODE=true — Critical: Without this, proof generation is CPU-intensive and tests will timeout Optional environment variables: COMPOSE_NODE_PAIRS=1x1 — Topology: “validators×executors” (default varies by example) TEST_FRAMEWORK_PROMETHEUS_PORT=9091 — Override Prometheus port (default: 9090) COMPOSE_RUNNER_HOST=127.0.0.1 — Host address for port mappings (default: 127.0.0.1) COMPOSE_RUNNER_PRESERVE=1 — Keep containers running after test (for debugging) NOMOS_LOG_DIR=/tmp/compose-logs — Collect logs to files NOMOS_LOG_LEVEL=debug — Set log level","breadcrumbs":"Part II — User Guide » Operations » Compose Runner","id":"46","title":"Compose Runner"},"47":{"body":"Prerequisites: ✅ Kubernetes cluster with kubectl configured and working ✅ Circuit assets in testing-framework/assets/stack/kzgrs_test_params ✅ Test image built (same as Compose: testing-framework/assets/stack/scripts/build_test_image.sh) ✅ Image available in cluster (loaded via kind, minikube, or pushed to registry) ✅ POL_PROOF_DEV_MODE=true environment variable set Load image into cluster: # For kind clusters\\nexport NOMOS_TESTNET_IMAGE=nomos-testnet:local\\nkind load docker-image nomos-testnet:local # For minikube\\nminikube image load nomos-testnet:local # For remote clusters (push to registry)\\ndocker tag nomos-testnet:local your-registry/nomos-testnet:local\\ndocker push your-registry/nomos-testnet:local\\nexport NOMOS_TESTNET_IMAGE=your-registry/nomos-testnet:local Run the example: export NOMOS_TESTNET_IMAGE=nomos-testnet:local\\nexport POL_PROOF_DEV_MODE=true\\ncargo run -p runner-examples --bin k8s_runner Important: K8s runner mounts testing-framework/assets/stack/kzgrs_test_params as a hostPath volume. Ensure this directory exists and contains circuit assets on the node where pods will be scheduled.","breadcrumbs":"Part II — User Guide » Operations » K8s Runner","id":"47","title":"K8s Runner"},"48":{"body":"DA workloads require KZG cryptographic parameters for polynomial commitment schemes.","breadcrumbs":"Part II — User Guide » Operations » Circuit Assets (KZG Parameters)","id":"48","title":"Circuit Assets (KZG Parameters)"},"49":{"body":"Default path: testing-framework/assets/stack/kzgrs_test_params Override: Set NOMOS_KZGRS_PARAMS_PATH to use a custom location: NOMOS_KZGRS_PARAMS_PATH=/path/to/custom/params cargo run -p runner-examples --bin local_runner","breadcrumbs":"Part II — User Guide » Operations » Asset Location","id":"49","title":"Asset Location"},"5":{"body":"This framework embodies specific principles that shape how you author and run\\nscenarios. Understanding these principles helps you write effective tests and\\ninterpret results correctly.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Testing Philosophy","id":"5","title":"Testing Philosophy"},"50":{"body":"Option 1: Use helper script (recommended): # From the repository root\\nchmod +x scripts/setup-nomos-circuits.sh\\nscripts/setup-nomos-circuits.sh v0.3.1 /tmp/nomos-circuits # Copy to default location\\ncp -r /tmp/nomos-circuits/* testing-framework/assets/stack/kzgrs_test_params/ Option 2: Build locally (advanced): # Requires Go, Rust, and circuit build tools\\nmake kzgrs_test_params","breadcrumbs":"Part II — User Guide » Operations » Getting Circuit Assets","id":"50","title":"Getting Circuit Assets"},"51":{"body":"The CI automatically fetches and places assets: - name: Install circuits for host build run: | scripts/setup-nomos-circuits.sh v0.3.1 \\"$TMPDIR/nomos-circuits\\" cp -a \\"$TMPDIR/nomos-circuits\\"/. testing-framework/assets/stack/kzgrs_test_params/","breadcrumbs":"Part II — User Guide » Operations » CI Workflow","id":"51","title":"CI Workflow"},"52":{"body":"Runner When Required Local Always (for DA workloads) Compose During image build (baked into NOMOS_TESTNET_IMAGE) K8s During image build + deployed to cluster via hostPath volume Error without assets: Error: missing KZG parameters at testing-framework/assets/stack/kzgrs_test_params","breadcrumbs":"Part II — User Guide » Operations » When Are Assets Needed?","id":"52","title":"When Are Assets Needed?"},"53":{"body":"","breadcrumbs":"Part II — User Guide » Operations » Logging and Observability","id":"53","title":"Logging and Observability"},"54":{"body":"Critical distinction: Node logs and framework logs use different configuration mechanisms. Framework binaries (example runners in examples/src/bin/) respect RUST_LOG for their own output. Node processes (validators, executors) ignore RUST_LOG entirely and only honor NOMOS_* environment variables. If you set RUST_LOG=debug, you’ll only see verbose framework logs—node logs remain at their default level unless you also set NOMOS_LOG_LEVEL=debug.","breadcrumbs":"Part II — User Guide » Operations » Node Logging vs Framework Logging","id":"54","title":"Node Logging vs Framework Logging"},"55":{"body":"Variable Default Effect NOMOS_LOG_DIR None (console only) Directory for per-node log files. If unset, logs go to stdout/stderr. NOMOS_LOG_LEVEL info Global log level: error, warn, info, debug, trace NOMOS_LOG_FILTER None Fine-grained target filtering (e.g., consensus=trace,da=debug) NOMOS_TESTS_TRACING false Enable tracing subscriber for local runner file logging NOMOS_OTLP_ENDPOINT None OTLP trace endpoint (optional, disables OTLP noise if unset) NOMOS_OTLP_METRICS_ENDPOINT None OTLP metrics endpoint (optional) Example: Full debug logging to files: NOMOS_TESTS_TRACING=true \\\\\\nNOMOS_LOG_DIR=/tmp/test-logs \\\\\\nNOMOS_LOG_LEVEL=debug \\\\\\nNOMOS_LOG_FILTER=\\"nomos_consensus=trace,nomos_da_sampling=debug\\" \\\\\\nPOL_PROOF_DEV_MODE=true \\\\\\ncargo run -p runner-examples --bin local_runner","breadcrumbs":"Part II — User Guide » Operations » Logging Environment Variables","id":"55","title":"Logging Environment Variables"},"56":{"body":"When NOMOS_LOG_DIR is set, each node writes logs to separate files: File naming pattern: Validators: nomos-node-0.log, nomos-node-1.log, etc. Executors: nomos-executor-0.log, nomos-executor-1.log, etc. Local runner caveat: By default, the local runner uses temporary directories for logs (cleaned up after tests). To preserve logs, set both NOMOS_TESTS_TRACING=true and NOMOS_LOG_DIR.","breadcrumbs":"Part II — User Guide » Operations » Per-Node Log Files","id":"56","title":"Per-Node Log Files"},"57":{"body":"Common target prefixes for NOMOS_LOG_FILTER: Target Prefix Subsystem nomos_consensus Consensus (Cryptarchia) nomos_da_sampling DA sampling service nomos_da_dispersal DA dispersal service nomos_da_verifier DA verification nomos_mempool Transaction mempool nomos_blend Mix network/privacy layer chain_network P2P networking chain_leader Leader election Example filter: NOMOS_LOG_FILTER=\\"nomos_consensus=trace,nomos_da_sampling=debug,chain_network=info\\"","breadcrumbs":"Part II — User Guide » Operations » Filter Target Names","id":"57","title":"Filter Target Names"},"58":{"body":"Local Runner Console output (default): POL_PROOF_DEV_MODE=true cargo run -p runner-examples --bin local_runner\\n# Logs stream to console File output (persistent): NOMOS_TESTS_TRACING=true \\\\\\nNOMOS_LOG_DIR=/tmp/local-logs \\\\\\nPOL_PROOF_DEV_MODE=true \\\\\\ncargo run -p runner-examples --bin local_runner # After test completes:\\nls /tmp/local-logs/\\n# nomos-node-0.log nomos-node-1.log nomos-executor-0.log Compose Runner Via Docker logs (live streaming): docker ps # Find container names\\ndocker logs -f nomos-validator-0 # Stream logs from container Via file collection: NOMOS_LOG_DIR=/tmp/compose-logs \\\\\\nNOMOS_TESTNET_IMAGE=nomos-testnet:local \\\\\\nPOL_PROOF_DEV_MODE=true \\\\\\ncargo run -p runner-examples --bin compose_runner # Files written inside containers and accessible via:\\ndocker cp nomos-validator-0:/logs/nomos-node-0.log /tmp/ Keep containers for debugging: COMPOSE_RUNNER_PRESERVE=1 \\\\\\nNOMOS_TESTNET_IMAGE=nomos-testnet:local \\\\\\ncargo run -p runner-examples --bin compose_runner\\n# Containers remain running after test—inspect with docker logs or docker exec K8s Runner Via kubectl logs: kubectl get pods # Find pod names\\nkubectl logs -f nomos-validator-0 # Stream logs\\nkubectl logs --previous nomos-validator-0 # Logs from crashed pod Download logs for offline analysis: kubectl logs nomos-validator-0 > validator-0.log\\nkubectl logs nomos-executor-1 > executor-1.log","breadcrumbs":"Part II — User Guide » Operations » Accessing Logs Per Runner","id":"58","title":"Accessing Logs Per Runner"},"59":{"body":"OTLP exporters are optional. If you see errors about unreachable OTLP endpoints, it’s safe to ignore them unless you’re actively collecting traces/metrics. To enable OTLP: NOMOS_OTLP_ENDPOINT=http://localhost:4317 \\\\\\nNOMOS_OTLP_METRICS_ENDPOINT=http://localhost:4318 \\\\\\ncargo run -p runner-examples --bin local_runner To silence OTLP errors: Simply leave these variables unset (the default).","breadcrumbs":"Part II — User Guide » Operations » OTLP and Telemetry","id":"59","title":"OTLP and Telemetry"},"6":{"body":"Describe what you want to test, not how to orchestrate it: #![allow(unused)] fn main() {\\n// Good: declarative\\nScenarioBuilder::topology() .network_star() .validators(2) .executors(1) .apply() .transactions() .rate(5) .apply() .expect_consensus_liveness() .build(); // Bad: imperative (framework doesn\'t work this way)\\n// spawn_validator(); spawn_executor(); // loop { submit_tx(); check_block(); } } Why it matters: The framework handles deployment, readiness, and cleanup.\\nYou focus on test intent, not infrastructure orchestration.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Declarative over Imperative","id":"6","title":"Declarative over Imperative"},"60":{"body":"Runners expose metrics and node HTTP endpoints for expectation code and debugging: Prometheus (Compose only): Default: http://localhost:9090 Override: TEST_FRAMEWORK_PROMETHEUS_PORT=9091 Access from expectations: ctx.telemetry().prometheus_endpoint() Node APIs: Access from expectations: ctx.node_clients().validators().get(0) Endpoints: consensus info, network info, DA membership, etc. See testing-framework/core/src/nodes/api_client.rs for available methods flowchart TD Expose[Runner exposes endpoints/ports] --> Collect[Runtime collects block/health signals] Collect --> Consume[Expectations consume signals
decide pass/fail] Consume --> Inspect[Operators inspect logs/metrics
when failures arise]","breadcrumbs":"Part II — User Guide » Operations » Observability: Prometheus and Node APIs","id":"60","title":"Observability: Prometheus and Node APIs"},"61":{"body":"Deep dives for contributors who extend the framework, evolve its abstractions,\\nor maintain the crate set.","breadcrumbs":"Part III — Developer Reference » Part III — Developer Reference","id":"61","title":"Part III — Developer Reference"},"62":{"body":"The scenario model defines clear, composable responsibilities: Topology: a declarative description of the cluster—how many nodes, their\\nroles, and the broad network and data-availability characteristics. It\\nrepresents the intended shape of the system under test. Scenario: a plan combining topology, workloads, expectations, and a run\\nwindow. Building a scenario validates prerequisites (like seeded wallets) and\\nensures the run lasts long enough to observe meaningful block progression. Workloads: asynchronous tasks that generate traffic or conditions. They\\nuse shared context to interact with the deployed cluster and may bundle\\ndefault expectations. Expectations: post-run assertions. They can capture baselines before\\nworkloads start and evaluate success once activity stops. Runtime: coordinates workloads and expectations for the configured\\nduration, enforces cooldowns when control actions occur, and ensures cleanup\\nso runs do not leak resources. Developers extending the model should keep these boundaries strict: topology\\ndescribes, scenarios assemble, deployers provision, runners orchestrate,\\nworkloads drive, and expectations judge outcomes. For guidance on adding new\\ncapabilities, see Extending the Framework.","breadcrumbs":"Part III — Developer Reference » Scenario Model (Developer Level) » Scenario Model (Developer Level)","id":"62","title":"Scenario Model (Developer Level)"},"63":{"body":"","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Extending the Framework","id":"63","title":"Extending the Framework"},"64":{"body":"Implement testing_framework_core::scenario::Workload: Provide a name and any bundled expectations. In init, derive inputs from GeneratedTopology and RunMetrics; fail\\nfast if prerequisites are missing (e.g., wallet data, node addresses). In start, drive async traffic using the RunContext clients. Expose the workload from a module under testing-framework/workflows and\\nconsider adding a DSL helper for ergonomic wiring.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding a workload","id":"64","title":"Adding a workload"},"65":{"body":"Implement testing_framework_core::scenario::Expectation: Use start_capture to snapshot baseline metrics. Use evaluate to assert outcomes after workloads finish; return all errors\\nso the runner can aggregate them. Export it from testing-framework/workflows if it is reusable.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding an expectation","id":"65","title":"Adding an expectation"},"66":{"body":"Implement testing_framework_core::scenario::Deployer for your backend. Produce a RunContext with NodeClients, metrics endpoints, and optional NodeControlHandle. Guard cleanup with CleanupGuard to reclaim resources even on failures. Mirror the readiness and block-feed probes used by the existing runners so\\nworkloads can rely on consistent signals.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding a runner","id":"66","title":"Adding a runner"},"67":{"body":"Extend testing_framework_core::topology::TopologyBuilder with new layouts or\\nconfiguration presets (e.g., specialized DA parameters). Keep defaults safe:\\nensure at least one participant and clamp dispersal factors as the current\\nhelpers do.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding topology helpers","id":"67","title":"Adding topology helpers"},"68":{"body":"A minimal, end-to-end illustration of adding a custom workload and matching\\nexpectation. This shows the shape of the traits and where to plug into the\\nframework; expand the logic to fit your real test.","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Example: New Workload & Expectation (Rust)","id":"68","title":"Example: New Workload & Expectation (Rust)"},"69":{"body":"Key ideas: name: identifies the workload in logs. expectations: workloads can bundle defaults so callers don’t forget checks. init: derive inputs from the generated topology (e.g., pick a target node). start: drive async activity using the shared RunContext. #![allow(unused)] fn main() {\\nuse std::sync::Arc;\\nuse async_trait::async_trait;\\nuse testing_framework_core::scenario::{ DynError, Expectation, RunContext, RunMetrics, Workload,\\n};\\nuse testing_framework_core::topology::GeneratedTopology; pub struct ReachabilityWorkload { target_idx: usize, bundled: Vec>,\\n} impl ReachabilityWorkload { pub fn new(target_idx: usize) -> Self { Self { target_idx, bundled: vec![Box::new(ReachabilityExpectation::new(target_idx))], } }\\n} #[async_trait]\\nimpl Workload for ReachabilityWorkload { fn name(&self) -> &\'static str { \\"reachability_workload\\" } fn expectations(&self) -> Vec> { self.bundled.clone() } fn init( &mut self, topology: &GeneratedTopology, _metrics: &RunMetrics, ) -> Result<(), DynError> { if topology.validators().get(self.target_idx).is_none() { return Err(\\"no validator at requested index\\".into()); } Ok(()) } async fn start(&self, ctx: &RunContext) -> Result<(), DynError> { let client = ctx .clients() .validators() .get(self.target_idx) .ok_or(\\"missing target client\\")?; // Pseudo-action: issue a lightweight RPC to prove reachability. client.health_check().await.map_err(|e| e.into()) }\\n} }","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Workload: simple reachability probe","id":"69","title":"Workload: simple reachability probe"},"7":{"body":"Reason in blocks and consensus intervals, not wall-clock seconds: #![allow(unused)] fn main() {\\n// Good: protocol-oriented thinking\\nlet plan = ScenarioBuilder::topology() .network_star() .validators(2) .executors(1) .apply() .transactions() .rate(5) .apply() // 5 tx per block .with_run_duration(Duration::from_secs(60)) // Let framework calculate expected blocks .expect_consensus_liveness() // \\"Did we produce the expected blocks?\\" .build(); // Bad: wall-clock assumptions\\n// \\"I expect exactly 30 blocks in 60 seconds\\"\\n// This breaks on slow CI where slot timing might drift } Why it matters: Slot timing is fixed (2s by default, NTP-synchronized), so the\\nexpected number of blocks is predictable: ~27 blocks in 60s with the default\\n0.9 active slot coefficient. The framework calculates expected blocks from slot\\nduration and run window, making assertions protocol-based rather than tied to\\nspecific wall-clock expectations. Assert on “blocks produced relative to slots”\\nnot “blocks produced in exact wall-clock seconds”.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Protocol Time, Not Wall Time","id":"7","title":"Protocol Time, Not Wall Time"},"70":{"body":"Key ideas: start_capture: snapshot baseline if needed (not used here). evaluate: assert the condition after workloads finish. #![allow(unused)] fn main() {\\nuse async_trait::async_trait;\\nuse testing_framework_core::scenario::{DynError, Expectation, RunContext}; pub struct ReachabilityExpectation { target_idx: usize,\\n} impl ReachabilityExpectation { pub fn new(target_idx: usize) -> Self { Self { target_idx } }\\n} #[async_trait]\\nimpl Expectation for ReachabilityExpectation { fn name(&self) -> &str { \\"target_reachable\\" } async fn evaluate(&mut self, ctx: &RunContext) -> Result<(), DynError> { let client = ctx .clients() .validators() .get(self.target_idx) .ok_or(\\"missing target client\\")?; client.health_check().await.map_err(|e| { format!(\\"target became unreachable during run: {e}\\").into() }) }\\n} }","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Expectation: confirm the target stayed reachable","id":"70","title":"Expectation: confirm the target stayed reachable"},"71":{"body":"Build your scenario as usual and call .with_workload(ReachabilityWorkload::new(0)). The bundled expectation is attached automatically; you can add more with .with_expectation(...) if needed. Keep the logic minimal and fast for smoke tests; grow it into richer probes\\nfor deeper scenarios.","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » How to wire it","id":"71","title":"How to wire it"},"72":{"body":"High-level roles of the crates that make up the framework: Configs: prepares reusable configuration primitives for nodes, networking,\\ntracing, data availability, and wallets, shared by all scenarios and runners. Core scenario orchestration: houses the topology and scenario model,\\nruntime coordination, node clients, and readiness/health probes. Workflows: packages workloads and expectations into reusable building\\nblocks and offers a fluent DSL to assemble them. Runners: implements deployment backends (local host, Docker Compose,\\nKubernetes) that all consume the same scenario plan. Test workflows: example scenarios and integration checks that exercise the\\nframework end to end and serve as living documentation. Use this map to locate where to add new capabilities: configuration primitives\\nin configs, orchestration changes in core, reusable traffic/assertions in\\nworkflows, environment adapters in runners, and demonstrations in tests.","breadcrumbs":"Part III — Developer Reference » Internal Crate Reference » Internal Crate Reference","id":"72","title":"Internal Crate Reference"},"73":{"body":"Quick-reference material and supporting guidance to keep scenarios discoverable,\\ndebuggable, and consistent.","breadcrumbs":"Part IV — Appendix » Part IV — Appendix","id":"73","title":"Part IV — Appendix"},"74":{"body":"The framework offers a fluent builder style to keep scenarios readable. Common\\nknobs: Topology shaping: set validator and executor counts, pick a network layout\\nstyle, and adjust high-level data-availability traits. Wallet seeding: define how many users participate and the total funds\\navailable for transaction workloads. Workload tuning: configure transaction rates, data-availability channel\\nand blob rates, and whether chaos restarts should include validators,\\nexecutors, or both. Expectations: attach liveness and workload-specific checks so success is\\nexplicit. Run window: set a minimum duration long enough for multiple blocks to be\\nobserved and verified. Use these knobs to express intent clearly, keeping scenario definitions concise\\nand consistent across teams.","breadcrumbs":"Part IV — Appendix » DSL Cheat Sheet » Core Content: DSL Cheat Sheet","id":"74","title":"Core Content: DSL Cheat Sheet"},"75":{"body":"","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Troubleshooting Scenarios","id":"75","title":"Troubleshooting Scenarios"},"76":{"body":"Common symptoms and likely causes: No or slow block progression: runner started workloads before readiness, insufficient run window, or nodes couldn’t keep up with validation—extend duration, check node logs for errors, or verify network connectivity. Transactions not included: missing or insufficient wallet seeding, misaligned transaction rate with block cadence, or network instability—reduce rate and verify wallet setup. Chaos stalls the run: node control not available for the chosen runner or restart cadence too aggressive—enable control capability and widen restart intervals. Observability gaps: metrics or logs unreachable because ports clash or services are not exposed—adjust observability ports and confirm runner wiring. Flaky behavior across runs: mixing chaos with functional smoke tests or inconsistent topology between environments—separate deterministic and chaos scenarios and standardize topology presets.","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Quick Symptom Guide","id":"76","title":"Quick Symptom Guide"},"77":{"body":"","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Where to Find Logs","id":"77","title":"Where to Find Logs"},"78":{"body":"Runner Default Output With NOMOS_LOG_DIR Access Command Local Console (stdout/stderr) Per-node files: nomos-node-0.log, nomos-executor-0.log, etc. cat $NOMOS_LOG_DIR/nomos-node-0.log Compose Container logs Same per-node files inside containers docker logs nomos-validator-0 K8s Pod logs Same per-node files inside pods kubectl logs nomos-validator-0 Important: Local runner requires NOMOS_TESTS_TRACING=true in addition to NOMOS_LOG_DIR to write persistent files. Without this flag, logs go to temporary directories that are cleaned up after the test.","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Log Location Quick Reference","id":"78","title":"Log Location Quick Reference"},"79":{"body":"Local Runner Console output (default): POL_PROOF_DEV_MODE=true cargo run -p runner-examples --bin local_runner 2>&1 | tee test.log Persistent file output: NOMOS_TESTS_TRACING=true \\\\\\nNOMOS_LOG_DIR=/tmp/debug-logs \\\\\\nNOMOS_LOG_LEVEL=debug \\\\\\nPOL_PROOF_DEV_MODE=true \\\\\\ncargo run -p runner-examples --bin local_runner # Inspect logs:\\nls /tmp/debug-logs/\\ntail -f /tmp/debug-logs/nomos-node-0.log Compose Runner Stream live logs: # List running containers\\ndocker ps # Stream logs from specific node\\ndocker logs -f nomos-validator-0 # Show last 100 lines\\ndocker logs --tail 100 nomos-validator-0 Keep containers for post-mortem debugging: COMPOSE_RUNNER_PRESERVE=1 \\\\\\nNOMOS_TESTNET_IMAGE=nomos-testnet:local \\\\\\ncargo run -p runner-examples --bin compose_runner # After test failure, containers remain running:\\ndocker ps\\ndocker exec -it nomos-validator-0 /bin/sh\\ndocker logs nomos-validator-0 > debug.log K8s Runner Stream pod logs: kubectl logs -f nomos-validator-0 Download logs from crashed pods: kubectl logs --previous nomos-validator-0 > crashed-validator.log Access logs from all pods: for pod in $(kubectl get pods -o name); do echo \\"=== $pod ===\\" kubectl logs $pod\\ndone > all-logs.txt","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Accessing Node Logs by Runner","id":"79","title":"Accessing Node Logs by Runner"},"8":{"body":"Default scenarios are repeatable: Fixed topology Predictable traffic rates Deterministic checks Chaos is opt-in: #![allow(unused)] fn main() {\\n// Separate: functional test (deterministic)\\nlet plan = ScenarioBuilder::topology() .network_star() .validators(2) .executors(1) .apply() .transactions() .rate(5) .apply() .expect_consensus_liveness() .build(); // Separate: chaos test (introduces randomness)\\nlet chaos_plan = ScenarioBuilder::topology() .network_star() .validators(3) .executors(2) .apply() .enable_node_control() .chaos() .restart() .apply() .transactions() .rate(5) .apply() .expect_consensus_liveness() .build(); } Why it matters: Mixing determinism with chaos creates noisy, hard-to-debug\\nfailures. Separate concerns make failures actionable.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Determinism First, Chaos When Needed","id":"8","title":"Determinism First, Chaos When Needed"},"80":{"body":"When a test fails, follow this sequence:","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Debugging Workflow","id":"80","title":"Debugging Workflow"},"81":{"body":"Start with the test harness output—did expectations fail? Was there a deployment error? Look for: Expectation failure messages Timeout errors Deployment/readiness failures","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » 1. Check Framework Output","id":"81","title":"1. Check Framework Output"},"82":{"body":"Ensure all nodes started successfully and became ready before workloads began. Commands: # Local: check process list\\nps aux | grep nomos # Compose: check container status\\ndocker ps -a # K8s: check pod status\\nkubectl get pods\\nkubectl describe pod nomos-validator-0","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » 2. Verify Node Readiness","id":"82","title":"2. Verify Node Readiness"},"83":{"body":"Focus on the first node that exhibited problems or the node with the highest index (often the last to start). Common error patterns: “Failed to bind address” → port conflict “Connection refused” → peer not ready or network issue “Proof verification failed” → missing POL_PROOF_DEV_MODE=true or circuit assets “Insufficient funds” → wallet seeding issue","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » 3. Inspect Node Logs","id":"83","title":"3. Inspect Node Logs"},"84":{"body":"If logs are too sparse, increase verbosity: NOMOS_LOG_LEVEL=debug \\\\\\nNOMOS_LOG_FILTER=\\"nomos_consensus=trace,nomos_da_sampling=debug\\" \\\\\\ncargo run -p runner-examples --bin local_runner","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » 4. Check Log Levels","id":"84","title":"4. Check Log Levels"},"85":{"body":"If expectations report observability issues: Prometheus (Compose): curl http://localhost:9090/-/healthy Node HTTP APIs: curl http://localhost:18080/consensus/info # Adjust port per node","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » 5. Verify Observability Endpoints","id":"85","title":"5. Verify Observability Endpoints"},"86":{"body":"Run a minimal baseline test (e.g., 2 validators, consensus liveness only). If it passes, the issue is in your workload or topology configuration.","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » 6. Compare with Known-Good Scenario","id":"86","title":"6. Compare with Known-Good Scenario"},"87":{"body":"","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Common Error Messages","id":"87","title":"Common Error Messages"},"88":{"body":"Cause: Not enough blocks produced during run window Fix: Extend with_run_duration(), check node logs for errors, reduce transaction/DA rate","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » “Consensus liveness expectation failed”","id":"88","title":"“Consensus liveness expectation failed”"},"89":{"body":"Cause: Topology doesn’t have enough funded wallets for the workload Fix: Increase .wallets(N) count or reduce .users(M) in transaction workload","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » “Wallet seeding failed”","id":"89","title":"“Wallet seeding failed”"},"9":{"body":"Prefer user-facing signals over internal state: Good checks: ✅ Blocks progressing at expected rate (liveness) ✅ Transactions included within N blocks (inclusion) ✅ DA blobs retrievable (availability) Avoid internal checks: ❌ Memory pool size ❌ Internal service state ❌ Cache hit rates Why it matters: User-facing signals reflect actual system health.\\nInternal state can be “healthy” while the system is broken from a user\\nperspective.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Observable Health Signals","id":"9","title":"Observable Health Signals"},"90":{"body":"Cause: Runner doesn’t support node control, or enable_node_control() wasn’t called Fix: Use ComposeDeployer for chaos tests, ensure enable_node_control() in scenario","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » “Node control not available”","id":"90","title":"“Node control not available”"},"91":{"body":"Cause: Nodes didn’t become responsive within expected time Fix: Check node logs for startup errors, verify network connectivity, ensure POL_PROOF_DEV_MODE=true for local runner","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » “Readiness timeout”","id":"91","title":"“Readiness timeout”"},"92":{"body":"Cause: Previous test didn’t clean up, or another process holds the port Fix: Kill orphaned processes ( pkill nomos-node), wait for Docker cleanup, or restart Docker","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » “Port already in use”","id":"92","title":"“Port already in use”"},"93":{"body":"Cause: Docker image not built for Compose/K8s runners Fix: Run testing-framework/assets/stack/scripts/build_test_image.sh For detailed logging configuration and observability setup, see Operations.","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » “Image not found: nomos-testnet:local”","id":"93","title":"“Image not found: nomos-testnet:local”"},"94":{"body":"Why block-oriented timing? Slots advance at a fixed rate (NTP-synchronized, 2s by default), so reasoning\\nabout blocks and consensus intervals keeps assertions aligned with protocol\\nbehavior rather than arbitrary wall-clock durations. Can I reuse the same scenario across runners? Yes. The plan stays the same; swap runners (local, compose, k8s) to target\\ndifferent environments. When should I enable chaos workloads? Only when testing resilience or operational recovery; keep functional smoke\\ntests deterministic. How long should runs be? Long enough for multiple blocks so liveness and inclusion checks are\\nmeaningful; very short runs risk false confidence. Do I always need seeded wallets? Only for transaction scenarios. Data-availability or pure chaos scenarios may\\nnot require them, but liveness checks still need validators producing blocks. What if expectations fail but workloads “look fine”? Trust expectations first—they capture the intended success criteria. Use the\\nobservability signals and runner logs to pinpoint why the system missed the\\ntarget.","breadcrumbs":"Part IV — Appendix » FAQ » FAQ","id":"94","title":"FAQ"},"95":{"body":"Validator: node role responsible for participating in consensus and block\\nproduction. Executor: a validator node with the DA dispersal service enabled. Executors\\ncan submit transactions and disperse blob data to the DA network, in addition\\nto performing all validator functions. DA (Data Availability): subsystem ensuring blobs or channel data are\\npublished and retrievable for validation. Deployer: component that provisions infrastructure (spawns processes,\\ncreates containers, or launches pods), waits for readiness, and returns a\\nRunner. Examples: LocalDeployer, ComposeDeployer, K8sDeployer. Runner: component returned by deployers that orchestrates scenario\\nexecution—starts workloads, observes signals, evaluates expectations, and\\ntriggers cleanup. Workload: traffic or behavior generator that exercises the system during a\\nscenario run. Expectation: post-run assertion that judges whether the system met the\\nintended success criteria. Topology: declarative description of the cluster shape, roles, and\\nhigh-level parameters for a scenario. Scenario: immutable plan combining topology, workloads, expectations, and\\nrun duration. Blockfeed: stream of block observations used for liveness or inclusion\\nsignals during a run. Control capability: the ability for a runner to start, stop, or restart\\nnodes, used by chaos workloads. Slot duration: time interval between consensus rounds in Cryptarchia. Blocks\\nare produced at multiples of the slot duration based on lottery outcomes. Block cadence: observed rate of block production in a live network, measured\\nin blocks per second or seconds per block. Cooldown: waiting period after a chaos action (e.g., node restart) before\\ntriggering the next action, allowing the system to stabilize. Run window: total duration a scenario executes, specified via with_run_duration(). Framework auto-extends to at least 2× slot duration. Readiness probe: health check performed by runners to ensure nodes are\\nreachable and responsive before starting workloads. Prevents false negatives\\nfrom premature traffic. Liveness: property that the system continues making progress (producing\\nblocks) under specified conditions. Contrasts with safety/correctness which\\nverifies that state transitions are accurate. State assertion: expectation that verifies specific values in the system\\nstate (e.g., wallet balances, UTXO sets) rather than just progress signals.\\nAlso called “correctness expectations.” Mantle transaction: transaction type in Nomos that can contain UTXO transfers\\n(LedgerTx) and operations (Op), including channel data (ChannelBlob). Channel: logical grouping for DA blobs; each blob belongs to a channel and\\nreferences a parent blob in the same channel, creating a chain of related data. POL_PROOF_DEV_MODE: environment variable that disables expensive Groth16 zero-knowledge\\nproof generation for leader election. Required for LocalDeployer tests to run in\\nreasonable time. Should never be used in production environments.","breadcrumbs":"Part IV — Appendix » Glossary » Glossary","id":"95","title":"Glossary"}},"length":96,"save":true},"fields":["title","body","breadcrumbs"],"index":{"body":{"root":{"0":{".":{"9":{"df":2,"docs":{"10":{"tf":1.4142135623730951},"7":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":4,"docs":{"56":{"tf":1.4142135623730951},"58":{"tf":2.0},"78":{"tf":1.7320508075688772},"79":{"tf":1.0}}}}}},":":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"58":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":4,"docs":{"58":{"tf":2.0},"78":{"tf":1.4142135623730951},"79":{"tf":2.449489742783178},"82":{"tf":1.0}}},"1":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"56":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951}}}}}},"0":{"0":{"df":1,"docs":{"79":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"2":{"7":{".":{"0":{".":{"0":{".":{"1":{"df":1,"docs":{"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":5,"docs":{"35":{"tf":1.0},"45":{"tf":1.4142135623730951},"50":{"tf":1.0},"58":{"tf":1.0},"81":{"tf":1.0}},"–":{"3":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}}},"2":{"7":{"df":2,"docs":{"10":{"tf":1.0},"7":{"tf":1.0}}},">":{"&":{"1":{"df":1,"docs":{"79":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":6,"docs":{"10":{"tf":1.0},"35":{"tf":1.0},"50":{"tf":1.0},"82":{"tf":1.0},"86":{"tf":1.0},"95":{"tf":1.0}},"s":{"df":3,"docs":{"10":{"tf":1.4142135623730951},"7":{"tf":1.0},"94":{"tf":1.0}}}},"3":{"0":{"df":1,"docs":{"7":{"tf":1.0}}},"df":2,"docs":{"35":{"tf":1.0},"83":{"tf":1.0}}},"4":{"df":2,"docs":{"35":{"tf":1.0},"84":{"tf":1.0}},"–":{"5":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}}},"5":{"df":2,"docs":{"7":{"tf":1.0},"85":{"tf":1.0}}},"6":{"0":{"df":2,"docs":{"45":{"tf":1.0},"7":{"tf":1.4142135623730951}}},"df":1,"docs":{"86":{"tf":1.0}},"–":{"7":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}}},"9":{"0":{"9":{"0":{"df":1,"docs":{"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":4,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"69":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"a":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"95":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":8,"docs":{"23":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"58":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":1.4142135623730951}}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"95":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"62":{"tf":1.0},"69":{"tf":1.0},"8":{"tf":1.0},"95":{"tf":1.4142135623730951}}}},"v":{"df":10,"docs":{"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.0},"4":{"tf":1.4142135623730951},"59":{"tf":1.0},"62":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"19":{"tf":1.0},"21":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"72":{"tf":1.0}}}}},"d":{"df":4,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"78":{"tf":1.0},"95":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"46":{"tf":1.0},"64":{"tf":1.0},"83":{"tf":1.0}}}}}}},"df":6,"docs":{"62":{"tf":1.0},"64":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"74":{"tf":1.0},"85":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"28":{"tf":1.0},"50":{"tf":1.0},"94":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"31":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"65":{"tf":1.0}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"76":{"tf":1.0}}}}}}}}}}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":4,"docs":{"17":{"tf":1.0},"21":{"tf":1.4142135623730951},"36":{"tf":1.0},"94":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":10,"docs":{"10":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"6":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.0},"8":{"tf":1.0}}}}}}},"df":2,"docs":{"22":{"tf":1.0},"95":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"92":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"a":{"df":0,"docs":{},"y":{"df":3,"docs":{"10":{"tf":1.0},"52":{"tf":1.0},"94":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"58":{"tf":1.0}}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"27":{"tf":1.0},"92":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"i":{"df":2,"docs":{"60":{"tf":1.4142135623730951},"85":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"73":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":8,"docs":{"20":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"26":{"tf":1.7320508075688772},"27":{"tf":1.7320508075688772},"6":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951},"8":{"tf":2.23606797749979}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"2":{"tf":1.0},"34":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"94":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"4":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"60":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"15":{"tf":1.0},"35":{"tf":1.0},"62":{"tf":1.0},"72":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":14,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.4142135623730951},"34":{"tf":1.0},"42":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"7":{"tf":1.4142135623730951},"70":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.4142135623730951}}}},"t":{"df":10,"docs":{"16":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.7320508075688772},"47":{"tf":1.4142135623730951},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.4142135623730951},"83":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"0":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{":":{":":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"69":{"tf":1.0},"70":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"69":{"tf":1.0},"70":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":7,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"64":{"tf":1.0},"69":{"tf":1.4142135623730951},"70":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"62":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":6,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"71":{"tf":1.0},"74":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"17":{"tf":1.0},"36":{"tf":1.0},"5":{"tf":1.0}}}}},"o":{"df":1,"docs":{"95":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"51":{"tf":1.0},"71":{"tf":1.0}}}},"df":0,"docs":{}}}},"x":{"df":1,"docs":{"82":{"tf":1.0}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":19,"docs":{"0":{"tf":1.4142135623730951},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"36":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.4142135623730951},"47":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.7320508075688772},"76":{"tf":1.0},"9":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"22":{"tf":1.0},"42":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}}},"b":{"(":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"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":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"4":{"tf":1.0},"66":{"tf":1.0},"72":{"tf":1.0}}},"df":0,"docs":{}}}}},"d":{"df":4,"docs":{"10":{"tf":1.0},"31":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"52":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"39":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":4,"docs":{"22":{"tf":1.0},"37":{"tf":1.0},"7":{"tf":1.0},"95":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"62":{"tf":1.0},"65":{"tf":1.0},"70":{"tf":1.0},"86":{"tf":1.0}}}}}},"i":{"c":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}}}},"df":1,"docs":{"4":{"tf":1.0}},"e":{"c":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"70":{"tf":1.0},"82":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"91":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":6,"docs":{"22":{"tf":1.0},"42":{"tf":1.0},"62":{"tf":1.0},"76":{"tf":1.0},"82":{"tf":1.0},"95":{"tf":1.4142135623730951}}}}},"g":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"82":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"41":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":10,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"31":{"tf":1.4142135623730951},"36":{"tf":1.0},"40":{"tf":1.0},"76":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"95":{"tf":1.0}}}},"w":{"df":2,"docs":{"23":{"tf":1.0},"46":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"22":{"tf":1.0},"38":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"43":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":8,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"76":{"tf":1.0},"95":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"79":{"tf":1.0}}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"23":{"tf":1.4142135623730951},"33":{"tf":1.0},"42":{"tf":1.0},"54":{"tf":1.0}}}}},"d":{"df":1,"docs":{"83":{"tf":1.0}}},"df":10,"docs":{"23":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":2.0},"59":{"tf":1.0},"79":{"tf":1.7320508075688772},"84":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"b":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"2":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":6,"docs":{"0":{"tf":1.4142135623730951},"17":{"tf":1.0},"19":{"tf":1.0},"74":{"tf":1.0},"9":{"tf":1.0},"95":{"tf":2.23606797749979}}},"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":22,"docs":{"0":{"tf":1.0},"10":{"tf":2.23606797749979},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.4142135623730951},"32":{"tf":2.23606797749979},"33":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":3.1622776601683795},"72":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.4142135623730951},"88":{"tf":1.0},"9":{"tf":1.4142135623730951},"94":{"tf":2.0},"95":{"tf":2.8284271247461903}},"f":{"df":0,"docs":{},"e":{"df":2,"docs":{"32":{"tf":1.0},"95":{"tf":1.0}},"e":{"d":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"0":{"tf":1.0},"1":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":6,"docs":{"18":{"tf":1.0},"20":{"tf":1.0},"26":{"tf":1.0},"43":{"tf":1.0},"56":{"tf":1.0},"74":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"35":{"tf":1.0},"62":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":4,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"13":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"a":{"d":{"df":1,"docs":{"62":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"9":{"tf":1.0}}}}}}},"u":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":19,"docs":{"12":{"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},"34":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.4142135623730951},"6":{"tf":1.0},"62":{"tf":1.0},"7":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"8":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"74":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":5,"docs":{"23":{"tf":1.0},"3":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":1.0},"93":{"tf":1.0}}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":5,"docs":{"21":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.0},"69":{"tf":1.7320508075688772},"71":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"z":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"31":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"c":{"(":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}},"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":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"9":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"32":{"tf":1.0},"76":{"tf":1.4142135623730951},"95":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"l":{"df":3,"docs":{"71":{"tf":1.0},"90":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"69":{"tf":1.0}}}}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"28":{"tf":1.0},"62":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"36":{"tf":1.0},"62":{"tf":1.0},"94":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":10,"docs":{"23":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":2.0},"59":{"tf":1.0},"79":{"tf":1.7320508075688772},"84":{"tf":1.0}}}}},"t":{"df":1,"docs":{"78":{"tf":1.0}}},"u":{"df":0,"docs":{},"s":{"df":7,"docs":{"76":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":1,"docs":{"4":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"57":{"tf":1.0}}}}}}}}}},"df":1,"docs":{"95":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"1":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.0},"72":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"95":{"tf":1.0}}},"df":0,"docs":{}}}},"df":4,"docs":{"0":{"tf":1.0},"19":{"tf":1.0},"74":{"tf":1.0},"95":{"tf":2.23606797749979}}}}}},"o":{"df":12,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"27":{"tf":1.7320508075688772},"74":{"tf":1.0},"76":{"tf":1.7320508075688772},"8":{"tf":2.23606797749979},"90":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"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":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"62":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"74":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":24,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"42":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.7320508075688772},"84":{"tf":1.0},"88":{"tf":1.0},"9":{"tf":1.4142135623730951},"91":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"42":{"tf":1.0}}}}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"46":{"tf":1.4142135623730951},"50":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"22":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"17":{"tf":1.4142135623730951},"22":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0},"76":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}}}}},"i":{"df":10,"docs":{"13":{"tf":1.0},"22":{"tf":1.7320508075688772},"33":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":2.23606797749979},"51":{"tf":1.4142135623730951},"7":{"tf":1.0}},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":7,"docs":{"42":{"tf":1.0},"46":{"tf":2.0},"47":{"tf":1.4142135623730951},"48":{"tf":1.0},"50":{"tf":2.0},"51":{"tf":1.7320508075688772},"83":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":4,"docs":{"42":{"tf":1.0},"46":{"tf":1.7320508075688772},"50":{"tf":1.4142135623730951},"51":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"67":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"76":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":3,"docs":{"56":{"tf":1.0},"78":{"tf":1.0},"92":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":7,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"92":{"tf":1.0},"95":{"tf":1.0}},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"r":{"df":9,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0},"62":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"74":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"|":{"df":2,"docs":{"69":{"tf":1.0},"70":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":4,"docs":{"64":{"tf":1.0},"69":{"tf":1.7320508075688772},"70":{"tf":1.7320508075688772},"72":{"tf":1.0}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"21":{"tf":1.0},"7":{"tf":2.0},"94":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":15,"docs":{"1":{"tf":1.0},"13":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.7320508075688772},"40":{"tf":1.7320508075688772},"42":{"tf":1.0},"47":{"tf":2.23606797749979},"52":{"tf":1.0},"62":{"tf":1.0},"95":{"tf":1.0}},"—":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"62":{"tf":1.0}}}}}}}}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"23":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"10":{"tf":1.4142135623730951}},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"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":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"60":{"tf":1.0}}}}}}}}},"df":6,"docs":{"20":{"tf":1.0},"32":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"14":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"4":{"tf":1.0},"62":{"tf":1.0},"95":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"78":{"tf":1.0},"82":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":8,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"41":{"tf":1.0},"57":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"22":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"86":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":7,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"18":{"tf":1.0},"23":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"3":{"tf":1.0},"95":{"tf":1.4142135623730951}}},"s":{"df":23,"docs":{"0":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"72":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.0},"94":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"k":{"8":{"df":1,"docs":{"93":{"tf":1.0}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"=":{"1":{"df":0,"docs":{},"x":{"1":{"df":1,"docs":{"46":{"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":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":3,"docs":{"46":{"tf":1.0},"58":{"tf":1.4142135623730951},"79":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"23":{"tf":1.0}}}},"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"=":{"1":{"2":{"7":{".":{"0":{".":{"0":{".":{"1":{"df":1,"docs":{"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"=":{"1":{"df":3,"docs":{"46":{"tf":1.0},"58":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":4,"docs":{"27":{"tf":1.0},"43":{"tf":1.7320508075688772},"90":{"tf":1.0},"95":{"tf":1.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":{"27":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":2,"docs":{"2":{"tf":1.0},"36":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"8":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"20":{"tf":1.0},"74":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"4":{"tf":1.0},"62":{"tf":1.0},"70":{"tf":1.0},"95":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"3":{"tf":1.0},"94":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":4,"docs":{"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"r":{"df":14,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.0},"54":{"tf":1.0},"62":{"tf":1.0},"67":{"tf":1.0},"72":{"tf":1.4142135623730951},"74":{"tf":1.0},"86":{"tf":1.0},"93":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"df":4,"docs":{"30":{"tf":1.0},"32":{"tf":1.0},"70":{"tf":1.0},"76":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"83":{"tf":1.0}}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"76":{"tf":1.0},"83":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":12,"docs":{"0":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.4142135623730951}},"s":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"e":{",":{"d":{"a":{"=":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"55":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"i":{"d":{"df":1,"docs":{"64":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.0},"37":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"66":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":5,"docs":{"45":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":1.0}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"m":{"df":4,"docs":{"15":{"tf":1.0},"32":{"tf":1.0},"60":{"tf":1.4142135623730951},"72":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":8,"docs":{"39":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"58":{"tf":2.23606797749979},"78":{"tf":1.4142135623730951},"79":{"tf":1.7320508075688772},"82":{"tf":1.0},"95":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"1":{"tf":1.0},"43":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"74":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"0":{"tf":1.0},"62":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":2,"docs":{"20":{"tf":1.0},"95":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"95":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"61":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":9,"docs":{"19":{"tf":1.4142135623730951},"27":{"tf":1.0},"29":{"tf":1.0},"35":{"tf":1.0},"42":{"tf":1.0},"62":{"tf":1.0},"76":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"95":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"39":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":3,"docs":{"12":{"tf":1.0},"62":{"tf":1.0},"95":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"62":{"tf":1.0},"72":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"50":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":8,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"34":{"tf":1.0},"72":{"tf":1.4142135623730951},"74":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"95":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"36":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"76":{"tf":1.0}}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"21":{"tf":1.0},"74":{"tf":1.0},"89":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"15":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"26":{"tf":1.0}}}},"df":0,"docs":{}}}}},"p":{"df":4,"docs":{"46":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"58":{"tf":1.0}},"u":{"df":1,"docs":{"46":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"58":{"tf":1.0},"79":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"61":{"tf":1.0},"72":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"17":{"tf":1.0},"8":{"tf":1.0},"95":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":4,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"c":{"df":2,"docs":{"46":{"tf":1.0},"54":{"tf":1.0}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"a":{"df":2,"docs":{"57":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"48":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"t":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"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":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"0":{"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":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"(":{")":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":2,"docs":{"69":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":1,"docs":{"85":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"67":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":4,"docs":{"32":{"tf":1.0},"33":{"tf":1.0},"49":{"tf":1.0},"68":{"tf":1.0}}}}}}}},"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"[":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"12":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"a":{"_":{"a":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":13,"docs":{"0":{"tf":2.23606797749979},"22":{"tf":1.0},"26":{"tf":2.0},"34":{"tf":1.0},"35":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0},"57":{"tf":1.7320508075688772},"60":{"tf":1.0},"67":{"tf":1.0},"9":{"tf":1.0},"95":{"tf":2.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"43":{"tf":1.0},"46":{"tf":1.0}}}}}},"t":{"a":{"df":13,"docs":{"0":{"tf":2.0},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"4":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.4142135623730951},"94":{"tf":1.0},"95":{"tf":2.23606797749979}}},"df":0,"docs":{}}},"df":2,"docs":{"12":{"tf":1.0},"4":{"tf":1.0}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"79":{"tf":1.0}}}}}},"df":8,"docs":{"38":{"tf":1.0},"46":{"tf":1.0},"55":{"tf":1.4142135623730951},"58":{"tf":1.0},"60":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0}},"g":{"df":2,"docs":{"11":{"tf":1.0},"73":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"12":{"tf":1.0},"17":{"tf":1.0}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"r":{"df":8,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"3":{"tf":1.0},"6":{"tf":1.4142135623730951},"62":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"61":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"71":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":20,"docs":{"10":{"tf":1.4142135623730951},"21":{"tf":1.0},"45":{"tf":2.0},"46":{"tf":1.7320508075688772},"49":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"94":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"17":{"tf":1.0},"62":{"tf":1.0},"74":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"20":{"tf":1.0},"21":{"tf":1.0},"74":{"tf":1.0}}}}}}},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"29":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"35":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"a":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":9,"docs":{"16":{"tf":1.0},"29":{"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},"72":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":19,"docs":{"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"33":{"tf":2.0},"36":{"tf":2.0},"4":{"tf":1.7320508075688772},"40":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.4142135623730951},"72":{"tf":1.0},"81":{"tf":1.0},"95":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"(":{"&":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"81":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"64":{"tf":1.0},"69":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":7,"docs":{"16":{"tf":1.0},"18":{"tf":1.4142135623730951},"3":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.0},"82":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"62":{"tf":1.0},"95":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"13":{"tf":1.0},"31":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"42":{"tf":1.0},"93":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"11":{"tf":1.0},"8":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"76":{"tf":1.0},"8":{"tf":1.4142135623730951},"94":{"tf":1.0}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":6,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.4142135623730951}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":2,"docs":{"91":{"tf":1.0},"92":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"14":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"54":{"tf":1.0},"94":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"38":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"47":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"78":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"55":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"39":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"73":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":4,"docs":{"0":{"tf":1.0},"57":{"tf":1.0},"67":{"tf":1.0},"95":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"19":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"42":{"tf":1.0},"61":{"tf":1.0}},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"32":{"tf":1.0}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":17,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"23":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.7320508075688772},"46":{"tf":1.0},"47":{"tf":1.7320508075688772},"58":{"tf":2.449489742783178},"72":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":2.449489742783178},"82":{"tf":1.0},"92":{"tf":1.4142135623730951},"93":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"22":{"tf":1.0},"31":{"tf":1.0},"72":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"\'":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":3,"docs":{"10":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"79":{"tf":1.0}}},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"69":{"tf":1.0}}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":2,"docs":{"58":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"33":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"t":{"df":2,"docs":{"32":{"tf":1.7320508075688772},"7":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"27":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"[":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}},"df":8,"docs":{"12":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.0},"69":{"tf":1.0}},"n":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"p":{"/":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"31":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"l":{"df":6,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.0},"64":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":13,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"62":{"tf":1.0},"7":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":2.23606797749979}}}},"df":0,"docs":{},"e":{"df":5,"docs":{"12":{"tf":1.0},"52":{"tf":1.4142135623730951},"70":{"tf":1.0},"88":{"tf":1.0},"95":{"tf":1.4142135623730951}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"69":{"tf":1.7320508075688772},"70":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}},"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":11,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"55":{"tf":1.0},"64":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"86":{"tf":1.0},"95":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"69":{"tf":1.0}}}}}}},"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"12":{"tf":1.0}}}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":7,"docs":{"13":{"tf":1.0},"16":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"4":{"tf":1.0},"56":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"42":{"tf":1.0}}}}},"s":{"df":1,"docs":{"39":{"tf":1.0}},"i":{"df":1,"docs":{"17":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":1,"docs":{"79":{"tf":1.0}}}}},"df":2,"docs":{"12":{"tf":1.0},"4":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"17":{"tf":1.0},"5":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"57":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"b":{"df":1,"docs":{"46":{"tf":1.0}},"o":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"3":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":6,"docs":{"0":{"tf":1.0},"21":{"tf":1.0},"55":{"tf":1.0},"59":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":3,"docs":{"27":{"tf":1.0},"8":{"tf":1.0},"90":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"d":{"df":4,"docs":{"16":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"55":{"tf":1.4142135623730951},"59":{"tf":1.0},"60":{"tf":1.4142135623730951},"66":{"tf":1.0},"85":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"10":{"tf":1.0},"35":{"tf":1.0},"62":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"15":{"tf":1.0},"3":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":7,"docs":{"10":{"tf":1.4142135623730951},"17":{"tf":1.0},"62":{"tf":1.0},"74":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"94":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":11,"docs":{"0":{"tf":1.0},"29":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.0},"62":{"tf":1.4142135623730951},"67":{"tf":1.0},"82":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.4142135623730951}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"54":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":26,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"36":{"tf":1.7320508075688772},"37":{"tf":1.4142135623730951},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"72":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.4142135623730951}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"76":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"64":{"tf":1.0}}}}}}},"r":{"(":{"\\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"69":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":10,"docs":{"52":{"tf":1.4142135623730951},"55":{"tf":1.0},"59":{"tf":1.4142135623730951},"65":{"tf":1.0},"76":{"tf":1.0},"81":{"tf":1.4142135623730951},"83":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"2":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"c":{"df":3,"docs":{"56":{"tf":1.4142135623730951},"60":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{}},"v":{"a":{"df":0,"docs":{},"l":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"70":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":8,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"70":{"tf":1.0},"95":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"66":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":3,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"61":{"tf":1.0}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":19,"docs":{"15":{"tf":1.0},"23":{"tf":1.7320508075688772},"28":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.7320508075688772},"47":{"tf":1.4142135623730951},"49":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":2.0},"59":{"tf":1.0},"68":{"tf":1.0},"72":{"tf":1.0},"79":{"tf":1.7320508075688772},"84":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"23":{"tf":1.0},"54":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"c":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":2,"docs":{"58":{"tf":1.0},"79":{"tf":1.0}},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"12":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.0},"95":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"95":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"r":{"df":10,"docs":{"0":{"tf":1.4142135623730951},"17":{"tf":1.0},"3":{"tf":1.0},"45":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.7320508075688772},"58":{"tf":1.7320508075688772},"74":{"tf":1.4142135623730951},"78":{"tf":1.0},"95":{"tf":1.4142135623730951}},"s":{"(":{"0":{"df":2,"docs":{"24":{"tf":1.0},"25":{"tf":1.0}}},"1":{"df":3,"docs":{"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"2":{"df":3,"docs":{"26":{"tf":1.0},"27":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":6,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"72":{"tf":1.0},"95":{"tf":1.0}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"83":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"47":{"tf":1.0},"66":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"68":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":7,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"69":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":40,"docs":{"1":{"tf":1.0},"12":{"tf":2.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.7320508075688772},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.4142135623730951},"4":{"tf":1.7320508075688772},"41":{"tf":1.4142135623730951},"42":{"tf":1.0},"60":{"tf":1.7320508075688772},"62":{"tf":2.23606797749979},"64":{"tf":1.0},"65":{"tf":1.0},"68":{"tf":1.4142135623730951},"69":{"tf":2.0},"7":{"tf":2.449489742783178},"70":{"tf":1.7320508075688772},"71":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0},"81":{"tf":1.4142135623730951},"85":{"tf":1.0},"88":{"tf":1.0},"9":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":2.23606797749979}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"95":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"74":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"47":{"tf":2.0},"59":{"tf":1.0},"65":{"tf":1.0}}}},"s":{"df":2,"docs":{"60":{"tf":1.4142135623730951},"64":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"60":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"—":{"a":{"d":{"df":0,"docs":{},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"76":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"20":{"tf":1.0},"21":{"tf":1.0},"74":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":7,"docs":{"13":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"67":{"tf":1.0},"88":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"16":{"tf":1.0}}}}}}},"}":{"\\"":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"70":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"f":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"15":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"67":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":8,"docs":{"12":{"tf":1.0},"64":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":1.4142135623730951},"88":{"tf":1.0},"89":{"tf":1.0},"94":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":11,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"31":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.4142135623730951},"60":{"tf":1.0},"66":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951}}}}}},"k":{"df":0,"docs":{},"e":{"df":2,"docs":{"29":{"tf":1.0},"33":{"tf":1.0}}}},"l":{"df":0,"docs":{},"s":{"df":5,"docs":{"10":{"tf":1.0},"42":{"tf":1.0},"55":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}}}},"q":{"df":1,"docs":{"94":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"33":{"tf":1.0},"38":{"tf":1.0},"64":{"tf":1.0},"71":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"43":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}}}}}},"df":2,"docs":{"58":{"tf":1.4142135623730951},"79":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"e":{"d":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"22":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"33":{"tf":1.0},"66":{"tf":1.0}}},"df":0,"docs":{}},"t":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"42":{"tf":1.0},"46":{"tf":1.4142135623730951},"51":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":1,"docs":{"32":{"tf":1.0}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"22":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":7,"docs":{"45":{"tf":1.0},"46":{"tf":1.0},"55":{"tf":1.7320508075688772},"56":{"tf":1.7320508075688772},"58":{"tf":1.7320508075688772},"78":{"tf":2.0},"79":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"45":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951}}}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"32":{"tf":1.0}}}},"d":{"df":2,"docs":{"58":{"tf":1.4142135623730951},"77":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":3,"docs":{"45":{"tf":1.0},"55":{"tf":1.0},"94":{"tf":1.0}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"17":{"tf":1.0},"65":{"tf":1.0},"70":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.0}},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"94":{"tf":1.0}}}}}}}}}},"t":{"df":5,"docs":{"15":{"tf":1.0},"22":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0},"68":{"tf":1.0}}},"x":{"df":9,"docs":{"7":{"tf":1.0},"8":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"36":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"78":{"tf":1.0}}},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"76":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"60":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":3,"docs":{"13":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"72":{"tf":1.0},"74":{"tf":1.0}}}}}}},"n":{"df":10,"docs":{"10":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"6":{"tf":1.0},"69":{"tf":2.449489742783178},"7":{"tf":1.0},"70":{"tf":2.0},"8":{"tf":1.0}}},"o":{"c":{"df":0,"docs":{},"u":{"df":2,"docs":{"6":{"tf":1.0},"83":{"tf":1.0}},"s":{"df":3,"docs":{"0":{"tf":1.0},"15":{"tf":1.0},"42":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"80":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"69":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"t":{"!":{"(":{"\\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"70":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"4":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"2":{"tf":1.0},"21":{"tf":1.0}}}},"df":1,"docs":{"93":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"z":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":7,"docs":{"42":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"46":{"tf":1.4142135623730951},"47":{"tf":1.0},"93":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"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":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"64":{"tf":1.0},"65":{"tf":1.0}}}}}}}}}}},"df":20,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.4142135623730951},"2":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.4142135623730951},"4":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":2.0},"6":{"tf":1.4142135623730951},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"74":{"tf":1.0},"81":{"tf":1.0},"95":{"tf":1.0}},"’":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"3":{"tf":1.0},"33":{"tf":1.0},"55":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":8,"docs":{"0":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"76":{"tf":1.0},"8":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}}}},"d":{"df":3,"docs":{"74":{"tf":1.0},"83":{"tf":1.0},"89":{"tf":1.0}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"g":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"3":{"tf":1.0},"76":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"41":{"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":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"64":{"tf":1.0},"69":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":9,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.4142135623730951},"46":{"tf":1.0},"62":{"tf":1.0},"69":{"tf":1.0},"95":{"tf":1.4142135623730951}}}}},"t":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"69":{"tf":1.0},"70":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"50":{"tf":1.0}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"43":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"1":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"95":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"17":{"tf":1.0},"22":{"tf":1.0}}}},"df":3,"docs":{"50":{"tf":1.0},"55":{"tf":1.0},"78":{"tf":1.0}},"o":{"d":{"df":7,"docs":{"10":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"86":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"17":{"tf":1.0},"22":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"45":{"tf":1.0},"55":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"82":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"1":{"6":{"df":1,"docs":{"95":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":1,"docs":{"95":{"tf":1.0}}}},"w":{"df":1,"docs":{"71":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"14":{"tf":1.0},"62":{"tf":1.0},"73":{"tf":1.0}}},"df":0,"docs":{}}},"df":3,"docs":{"1":{"tf":1.0},"14":{"tf":1.0},"76":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"31":{"tf":1.0}}}},"n":{"d":{"df":1,"docs":{"12":{"tf":1.0}},"l":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"r":{"d":{"df":1,"docs":{"8":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}},"df":1,"docs":{"81":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"17":{"tf":1.0},"4":{"tf":1.0},"9":{"tf":1.4142135623730951},"95":{"tf":1.0}},"i":{"df":3,"docs":{"20":{"tf":1.0},"85":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":1,"docs":{"5":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"50":{"tf":1.0},"64":{"tf":1.0},"67":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"0":{"tf":1.0},"70":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":9,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"30":{"tf":1.0},"4":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"40":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"83":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":4,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"92":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"54":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"13":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"72":{"tf":1.0}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"47":{"tf":1.0},"52":{"tf":1.0}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"72":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"1":{"8":{"0":{"8":{"0":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"85":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"0":{"9":{"0":{"df":2,"docs":{"60":{"tf":1.0},"85":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"60":{"tf":1.0},"85":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"i":{"[":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"20":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"a":{"df":9,"docs":{"29":{"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},"69":{"tf":1.0},"70":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"69":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"42":{"tf":1.0},"54":{"tf":1.0},"59":{"tf":1.0}}}}}},"i":{"df":1,"docs":{"14":{"tf":1.0}},"i":{"df":1,"docs":{"61":{"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":3,"docs":{"23":{"tf":1.0},"28":{"tf":1.0},"68":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":6,"docs":{"23":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":2.23606797749979},"47":{"tf":2.23606797749979},"52":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"95":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.4142135623730951}}}},"l":{"df":2,"docs":{"69":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"72":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"47":{"tf":1.0},"78":{"tf":1.0}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":8,"docs":{"0":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"43":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0},"9":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":7,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.0},"9":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"76":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":3,"docs":{"41":{"tf":1.0},"84":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"\\"":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"69":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"83":{"tf":1.0}}}},"u":{"c":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":3,"docs":{"45":{"tf":1.0},"55":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"3":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0},"95":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"12":{"tf":1.0},"21":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":3,"docs":{"20":{"tf":1.4142135623730951},"64":{"tf":1.0},"69":{"tf":1.4142135623730951}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"64":{"tf":1.0},"69":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"29":{"tf":1.0},"58":{"tf":1.0},"78":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"60":{"tf":1.0}}}}}}},"df":4,"docs":{"39":{"tf":1.0},"60":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"76":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"76":{"tf":1.4142135623730951},"83":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":5,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.0},"72":{"tf":1.0}}}},"n":{"d":{"df":4,"docs":{"17":{"tf":1.0},"62":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"46":{"tf":1.0}}},"t":{"df":5,"docs":{"13":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"6":{"tf":1.0},"74":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"28":{"tf":1.0},"31":{"tf":1.0}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.4142135623730951},"29":{"tf":1.0},"3":{"tf":1.0},"62":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":3,"docs":{"29":{"tf":1.0},"72":{"tf":1.0},"9":{"tf":2.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"5":{"tf":1.0}}}}}},"v":{"df":5,"docs":{"32":{"tf":1.0},"7":{"tf":1.0},"76":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"8":{"tf":1.0}},"t":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":3,"docs":{"3":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"u":{"df":5,"docs":{"42":{"tf":1.0},"69":{"tf":1.0},"83":{"tf":1.4142135623730951},"85":{"tf":1.0},"86":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.0},"38":{"tf":1.0}}}},"’":{"df":1,"docs":{"59":{"tf":1.0}}}},"v":{"df":1,"docs":{"73":{"tf":1.0}}}},"j":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"g":{"df":4,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"62":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}}},"k":{"8":{"df":12,"docs":{"16":{"tf":1.0},"22":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.4142135623730951},"52":{"tf":1.0},"58":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"82":{"tf":1.0},"94":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":1,"docs":{"47":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"95":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":20,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.7320508075688772},"22":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.0},"62":{"tf":1.0},"67":{"tf":1.0},"71":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.4142135623730951},"76":{"tf":1.0},"79":{"tf":1.0},"94":{"tf":1.4142135623730951}}}},"y":{"df":2,"docs":{"69":{"tf":1.0},"70":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"92":{"tf":1.0}}}},"n":{"d":{"df":1,"docs":{"47":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"74":{"tf":1.4142135623730951}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"95":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":1,"docs":{"86":{"tf":1.0}}}}}},"u":{"b":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":5,"docs":{"47":{"tf":1.0},"58":{"tf":2.449489742783178},"78":{"tf":1.0},"79":{"tf":2.0},"82":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"23":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"47":{"tf":1.0},"72":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"g":{"df":3,"docs":{"42":{"tf":1.0},"48":{"tf":1.4142135623730951},"52":{"tf":1.0}},"r":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"29":{"tf":1.0}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"32":{"tf":1.0},"62":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"29":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"21":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"38":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"26":{"tf":1.4142135623730951},"4":{"tf":1.0},"57":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"15":{"tf":1.0},"21":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"67":{"tf":1.0},"74":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"57":{"tf":1.0},"95":{"tf":1.0}}}}},"df":0,"docs":{},"k":{"df":2,"docs":{"12":{"tf":1.0},"62":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}},"v":{"df":1,"docs":{"59":{"tf":1.0}}}},"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"95":{"tf":1.0}}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"43":{"tf":1.0}}}},"t":{"df":1,"docs":{"3":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":16,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"29":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"62":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0},"84":{"tf":1.0},"95":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":2,"docs":{"12":{"tf":1.0},"35":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"69":{"tf":1.0}}}}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":2,"docs":{"20":{"tf":1.0},"79":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"79":{"tf":1.0},"82":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":20,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"58":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0},"79":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0},"9":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.7320508075688772}}}}},"o":{"a":{"d":{"df":4,"docs":{"23":{"tf":1.0},"25":{"tf":1.0},"30":{"tf":1.0},"47":{"tf":2.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"=":{"2":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"=":{"1":{"2":{"0":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"=":{"3":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":7,"docs":{"45":{"tf":1.0},"49":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.0},"79":{"tf":1.4142135623730951},"84":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":2,"docs":{"43":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}},"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":3,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":22,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"23":{"tf":1.0},"36":{"tf":1.4142135623730951},"38":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.4142135623730951},"45":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0},"72":{"tf":1.0},"78":{"tf":1.4142135623730951},"79":{"tf":1.0},"82":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0}}},"t":{"df":5,"docs":{"42":{"tf":1.0},"49":{"tf":1.4142135623730951},"50":{"tf":1.0},"72":{"tf":1.0},"78":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":19,"docs":{"42":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"46":{"tf":1.7320508075688772},"53":{"tf":1.0},"54":{"tf":2.23606797749979},"55":{"tf":2.6457513110645907},"56":{"tf":2.0},"58":{"tf":4.123105625617661},"69":{"tf":1.0},"76":{"tf":1.4142135623730951},"77":{"tf":1.0},"78":{"tf":2.449489742783178},"79":{"tf":3.872983346207417},"83":{"tf":1.0},"84":{"tf":1.4142135623730951},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0}},"i":{"c":{"df":3,"docs":{"68":{"tf":1.0},"71":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}},"s":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"79":{"tf":1.0}}}}}},"/":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"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":{}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"79":{"tf":1.0}}}}}}},"df":0,"docs":{},"—":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"g":{"df":5,"docs":{"10":{"tf":1.0},"17":{"tf":1.0},"62":{"tf":1.0},"74":{"tf":1.0},"94":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":3,"docs":{"31":{"tf":1.0},"81":{"tf":1.0},"94":{"tf":1.0}}},"p":{"df":3,"docs":{"22":{"tf":1.0},"38":{"tf":1.0},"6":{"tf":1.0}}},"s":{"df":1,"docs":{"15":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"95":{"tf":1.0}}}}}}},"w":{"df":1,"docs":{"30":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"r":{"df":2,"docs":{"12":{"tf":1.0},"4":{"tf":1.0}}},"s":{"df":2,"docs":{"58":{"tf":1.0},"79":{"tf":1.0}}},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"10":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"39":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":10,"docs":{"10":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"6":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.0},"8":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"13":{"tf":1.0},"61":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":10,"docs":{"13":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"50":{"tf":1.0},"7":{"tf":1.0},"72":{"tf":1.0},"8":{"tf":1.0},"95":{"tf":1.0}}}},"n":{"df":0,"docs":{},"i":{"df":6,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"62":{"tf":1.0},"74":{"tf":1.0}}},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"95":{"tf":1.0}}}}},"p":{"df":4,"docs":{"16":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0},"72":{"tf":1.0}}},"t":{"c":{"df":0,"docs":{},"h":{"df":4,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"46":{"tf":1.0},"68":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"73":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"17":{"tf":1.0},"40":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}},"x":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"4":{"0":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":8,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"62":{"tf":1.0},"94":{"tf":1.0}}}}},"t":{"df":1,"docs":{"21":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"95":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"60":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"9":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"57":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"2":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"81":{"tf":1.0},"87":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"42":{"tf":1.0},"95":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"60":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"c":{"df":7,"docs":{"12":{"tf":1.0},"32":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"76":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"2":{"0":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"u":{"b":{"df":1,"docs":{"47":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"m":{"df":6,"docs":{"22":{"tf":1.0},"24":{"tf":1.4142135623730951},"38":{"tf":1.0},"68":{"tf":1.0},"71":{"tf":1.0},"86":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"10":{"tf":1.4142135623730951},"74":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"66":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"76":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":6,"docs":{"42":{"tf":1.0},"52":{"tf":1.0},"64":{"tf":1.0},"76":{"tf":1.0},"83":{"tf":1.0},"94":{"tf":1.0}}}},"x":{"df":3,"docs":{"57":{"tf":1.0},"76":{"tf":1.0},"8":{"tf":1.0}},"e":{"d":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"31":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":8,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"30":{"tf":1.0},"62":{"tf":1.7320508075688772},"72":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"35":{"tf":1.0}}}},"df":2,"docs":{"45":{"tf":1.0},"64":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"71":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"79":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"13":{"tf":1.0},"22":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":8,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"39":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":4,"docs":{"22":{"tf":1.0},"74":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}}}},"t":{"df":5,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"69":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"69":{"tf":1.0},"70":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":8,"docs":{"23":{"tf":1.0},"51":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"64":{"tf":1.0},"69":{"tf":1.0},"79":{"tf":1.0}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"df":2,"docs":{"30":{"tf":1.0},"9":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":9,"docs":{"21":{"tf":1.0},"3":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"52":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"8":{"tf":1.0},"94":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"g":{"df":3,"docs":{"31":{"tf":1.0},"42":{"tf":1.0},"95":{"tf":1.0}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":7,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":16,"docs":{"0":{"tf":1.7320508075688772},"15":{"tf":1.0},"17":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"4":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.4142135623730951},"83":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.4142135623730951}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"33":{"tf":1.0},"95":{"tf":1.0}}}}},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"69":{"tf":1.0},"70":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":5,"docs":{"28":{"tf":1.0},"62":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"72":{"tf":1.0}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"95":{"tf":1.0}}}}},"o":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"66":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"66":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":38,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"12":{"tf":1.0},"15":{"tf":1.7320508075688772},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"2":{"tf":1.0},"27":{"tf":1.4142135623730951},"29":{"tf":1.0},"3":{"tf":1.4142135623730951},"33":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.4142135623730951},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":2.0},"47":{"tf":1.0},"54":{"tf":1.7320508075688772},"55":{"tf":1.0},"56":{"tf":2.0},"58":{"tf":1.7320508075688772},"60":{"tf":1.7320508075688772},"62":{"tf":1.0},"64":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":1.4142135623730951},"76":{"tf":1.7320508075688772},"78":{"tf":2.23606797749979},"79":{"tf":1.7320508075688772},"82":{"tf":1.4142135623730951},"83":{"tf":1.7320508075688772},"85":{"tf":1.4142135623730951},"88":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"92":{"tf":1.0},"95":{"tf":2.23606797749979}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"55":{"tf":1.0}},"i":{"df":2,"docs":{"22":{"tf":1.0},"8":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"df":19,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.7320508075688772},"33":{"tf":1.0},"42":{"tf":1.4142135623730951},"46":{"tf":1.7320508075688772},"47":{"tf":1.7320508075688772},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"56":{"tf":2.0},"58":{"tf":3.0},"78":{"tf":2.0},"79":{"tf":2.449489742783178},"82":{"tf":1.4142135623730951},"92":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0}},"s":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"57":{"tf":1.0}}}}}}}}}},"d":{"a":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"57":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"57":{"tf":1.0}}}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"57":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"42":{"tf":1.0},"54":{"tf":1.0}},"k":{"df":0,"docs":{},"z":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"_":{"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":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"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":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":2,"docs":{"42":{"tf":1.0},"49":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"78":{"tf":1.0}}}}}}},"=":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"46":{"tf":1.0},"58":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"79":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":1,"docs":{"45":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":4,"docs":{"42":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":3,"docs":{"42":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"=":{"\\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"e":{",":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"_":{"d":{"a":{"_":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"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":2,"docs":{"55":{"tf":1.0},"84":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"e":{",":{"d":{"a":{"=":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"45":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"=":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":6,"docs":{"45":{"tf":1.0},"46":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"79":{"tf":1.0},"84":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":2,"docs":{"42":{"tf":1.0},"55":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"57":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"=":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"4":{"3":{"1":{"7":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"55":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"=":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"4":{"3":{"1":{"8":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"55":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"23":{"tf":1.0},"52":{"tf":1.0}},"e":{"=":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":4,"docs":{"46":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"79":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"47":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":1,"docs":{"55":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":5,"docs":{"55":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"55":{"tf":2.0}}}},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"27":{"tf":1.0},"42":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"p":{"df":2,"docs":{"7":{"tf":1.0},"94":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"21":{"tf":1.0},"45":{"tf":1.4142135623730951},"7":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"[":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":21,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"53":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"9":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.7320508075688772}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"22":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"62":{"tf":1.0}}}}},"df":0,"docs":{}},"df":2,"docs":{"12":{"tf":1.0},"79":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"72":{"tf":1.0},"74":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"58":{"tf":1.0}}}}}}},"k":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"\\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"69":{"tf":1.0},"70":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":5,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"69":{"tf":1.0}}},"n":{"c":{"df":3,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"62":{"tf":1.0}}},"df":4,"docs":{"15":{"tf":1.0},"3":{"tf":1.0},"41":{"tf":1.0},"67":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"40":{"tf":1.0}}}}},"p":{"df":1,"docs":{"95":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":10,"docs":{"0":{"tf":1.0},"17":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"42":{"tf":1.7320508075688772},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}},"t":{"df":2,"docs":{"21":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":7,"docs":{"12":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"50":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"59":{"tf":1.0},"66":{"tf":1.0}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":10,"docs":{"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.4142135623730951},"62":{"tf":1.0},"72":{"tf":1.4142135623730951},"95":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"21":{"tf":1.0},"7":{"tf":1.0},"94":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"92":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}}},"df":1,"docs":{"29":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"p":{"df":2,"docs":{"55":{"tf":1.7320508075688772},"59":{"tf":2.23606797749979}}}}},"u":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":9,"docs":{"12":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"95":{"tf":1.0}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"54":{"tf":1.0},"58":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":1.4142135623730951},"81":{"tf":1.0}},"—":{"d":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"81":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"3":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"38":{"tf":1.0},"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"42":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}}},"p":{"2":{"df":0,"docs":{},"p":{"df":1,"docs":{"57":{"tf":1.0}}}},"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"12":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"29":{"tf":1.0}}},"k":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"16":{"tf":1.0},"72":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":3,"docs":{"1":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":7,"docs":{"34":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":1.4142135623730951},"52":{"tf":1.0},"67":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"31":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"95":{"tf":1.0}}}}},"t":{"df":4,"docs":{"14":{"tf":1.0},"2":{"tf":1.0},"61":{"tf":1.0},"73":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":5,"docs":{"0":{"tf":1.0},"19":{"tf":1.0},"67":{"tf":1.0},"74":{"tf":1.0},"95":{"tf":1.0}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"36":{"tf":1.0},"60":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":2,"docs":{"12":{"tf":1.0},"86":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"19":{"tf":1.0},"42":{"tf":1.0},"49":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":6,"docs":{"15":{"tf":1.0},"21":{"tf":2.0},"22":{"tf":1.0},"23":{"tf":1.0},"56":{"tf":1.0},"83":{"tf":1.0}}}}}}}},"df":10,"docs":{"23":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":2.0},"59":{"tf":1.0},"79":{"tf":1.7320508075688772},"84":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"29":{"tf":1.0},"83":{"tf":1.0}}}},"r":{"df":10,"docs":{"21":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"7":{"tf":1.0},"78":{"tf":1.7320508075688772},"85":{"tf":1.0},"95":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":3,"docs":{"0":{"tf":1.4142135623730951},"4":{"tf":1.0},"95":{"tf":1.4142135623730951}}}}}},"i":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"95":{"tf":1.0}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"58":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"30":{"tf":1.4142135623730951},"35":{"tf":2.8284271247461903}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"34":{"tf":1.0},"69":{"tf":1.0},"74":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"15":{"tf":1.0},"16":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"94":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"35":{"tf":1.0},"39":{"tf":1.0}}}}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"92":{"tf":1.0}}}}}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{},"n":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"[":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":21,"docs":{"1":{"tf":1.0},"12":{"tf":2.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"20":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":2.0},"37":{"tf":1.4142135623730951},"4":{"tf":1.0},"41":{"tf":1.0},"62":{"tf":1.0},"7":{"tf":1.0},"72":{"tf":1.0},"8":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"42":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"u":{"df":1,"docs":{"0":{"tf":1.0}},"g":{"df":1,"docs":{"68":{"tf":1.0}},"g":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"13":{"tf":1.0},"18":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"d":{"df":6,"docs":{"47":{"tf":1.0},"58":{"tf":1.7320508075688772},"78":{"tf":1.4142135623730951},"79":{"tf":2.6457513110645907},"82":{"tf":1.7320508075688772},"95":{"tf":1.0}}},"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"95":{"tf":1.0}},"e":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":12,"docs":{"23":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"55":{"tf":1.0},"58":{"tf":1.7320508075688772},"79":{"tf":1.4142135623730951},"83":{"tf":1.0},"91":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":1,"docs":{"48":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"3":{"tf":1.0}}}},"df":0,"docs":{}},"df":6,"docs":{"39":{"tf":1.0},"46":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"83":{"tf":1.0},"85":{"tf":1.0},"92":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"32":{"tf":1.0},"35":{"tf":1.0},"62":{"tf":1.0},"79":{"tf":1.0},"95":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"14":{"tf":1.0},"22":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"9":{"tf":1.0}}}},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"57":{"tf":1.4142135623730951}}}}},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"95":{"tf":1.0}}}}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"15":{"tf":1.0},"72":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"36":{"tf":1.4142135623730951},"42":{"tf":2.0},"46":{"tf":1.0},"47":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.0}}}}}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"56":{"tf":1.0}}}},"t":{"df":3,"docs":{"22":{"tf":1.0},"67":{"tf":1.0},"76":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"95":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":3,"docs":{"58":{"tf":1.0},"79":{"tf":1.0},"92":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"36":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"72":{"tf":1.4142135623730951}}}}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"11":{"tf":1.0},"5":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"o":{"b":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":8,"docs":{"17":{"tf":1.0},"21":{"tf":1.0},"41":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"95":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"83":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":10,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"23":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"54":{"tf":1.0},"82":{"tf":1.0},"92":{"tf":1.4142135623730951},"95":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":8,"docs":{"0":{"tf":1.0},"20":{"tf":1.0},"33":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.7320508075688772},"88":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.4142135623730951}},"t":{"df":4,"docs":{"10":{"tf":1.0},"24":{"tf":1.0},"28":{"tf":1.0},"95":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":8,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"29":{"tf":1.4142135623730951},"3":{"tf":1.0},"62":{"tf":1.0},"76":{"tf":1.0},"9":{"tf":1.0},"95":{"tf":1.4142135623730951}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":3,"docs":{"46":{"tf":1.0},"60":{"tf":1.4142135623730951},"85":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"43":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"o":{"df":0,"docs":{},"f":{"df":3,"docs":{"46":{"tf":1.0},"83":{"tf":1.0},"95":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"34":{"tf":1.0},"95":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":9,"docs":{"0":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"21":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0},"7":{"tf":1.7320508075688772},"94":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"10":{"tf":1.0},"69":{"tf":1.0}}},"i":{"d":{"df":3,"docs":{"33":{"tf":1.0},"39":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":6,"docs":{"12":{"tf":1.4142135623730951},"36":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"62":{"tf":1.0},"95":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"41":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}},"s":{"df":3,"docs":{"58":{"tf":1.0},"79":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"69":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"b":{"df":2,"docs":{"69":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"0":{"tf":1.0},"95":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"94":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"18":{"tf":1.0},"3":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"47":{"tf":1.7320508075688772}}}}}},"q":{"a":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"43":{"tf":1.0},"73":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}}}}}},"r":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"12":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"34":{"tf":1.4142135623730951},"8":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"(":{"3":{"df":1,"docs":{"27":{"tf":1.0}}},"5":{"df":5,"docs":{"25":{"tf":1.0},"26":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":12,"docs":{"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"8":{"tf":1.0},"88":{"tf":1.0},"9":{"tf":1.4142135623730951},"94":{"tf":1.0},"95":{"tf":1.0}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":3,"docs":{"12":{"tf":1.0},"46":{"tf":1.0},"50":{"tf":1.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"69":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"70":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"69":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"l":{"df":4,"docs":{"41":{"tf":1.0},"69":{"tf":1.4142135623730951},"70":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"—":{"a":{"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"74":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":14,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"27":{"tf":1.0},"33":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"42":{"tf":1.7320508075688772},"6":{"tf":1.0},"66":{"tf":1.0},"76":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.4142135623730951}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"72":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":4,"docs":{"0":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"68":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"1":{"tf":1.0},"3":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"7":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"66":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"22":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"19":{"tf":1.0},"94":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":4,"docs":{"13":{"tf":1.0},"21":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"61":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"78":{"tf":1.0},"95":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"83":{"tf":1.0}}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"36":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"47":{"tf":1.4142135623730951}}},"y":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"47":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}}}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"95":{"tf":1.0}}},"x":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":1,"docs":{"7":{"tf":1.0}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"22":{"tf":1.0},"66":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"20":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"79":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":1,"docs":{"23":{"tf":1.0}},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"42":{"tf":1.0},"85":{"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":{"50":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"62":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":5,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.4142135623730951},"43":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"69":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":15,"docs":{"19":{"tf":1.0},"23":{"tf":1.7320508075688772},"27":{"tf":1.0},"3":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"46":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"78":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":7,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"27":{"tf":1.7320508075688772},"31":{"tf":1.0},"94":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"12":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":5,"docs":{"16":{"tf":1.0},"4":{"tf":1.0},"62":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.4142135623730951}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":10,"docs":{"12":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"27":{"tf":1.4142135623730951},"35":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.4142135623730951},"8":{"tf":1.0},"92":{"tf":1.0},"95":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":9,"docs":{"22":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"36":{"tf":1.0},"5":{"tf":1.0},"69":{"tf":1.4142135623730951},"70":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":3,"docs":{"0":{"tf":1.0},"9":{"tf":1.0},"95":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":6,"docs":{"12":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"65":{"tf":1.0},"69":{"tf":1.0},"95":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"15":{"tf":1.4142135623730951},"21":{"tf":1.0},"65":{"tf":1.0},"72":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":3,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"94":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"71":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"10":{"tf":1.0},"94":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":7,"docs":{"0":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"62":{"tf":1.0},"72":{"tf":1.0},"95":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"95":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"c":{"df":1,"docs":{"69":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"64":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.7320508075688772},"70":{"tf":1.4142135623730951}}}}}}}}},"df":40,"docs":{"1":{"tf":1.0},"10":{"tf":1.7320508075688772},"12":{"tf":1.7320508075688772},"13":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.7320508075688772},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.7320508075688772},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.7320508075688772},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"42":{"tf":1.4142135623730951},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":2.0},"47":{"tf":1.4142135623730951},"49":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":2.23606797749979},"59":{"tf":1.0},"62":{"tf":2.0},"7":{"tf":1.0},"70":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.7320508075688772},"79":{"tf":2.23606797749979},"84":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":2.449489742783178}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":3,"docs":{"30":{"tf":1.0},"64":{"tf":1.0},"69":{"tf":1.4142135623730951}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":4,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":44,"docs":{"12":{"tf":1.7320508075688772},"13":{"tf":1.4142135623730951},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"36":{"tf":1.7320508075688772},"37":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.7320508075688772},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"47":{"tf":1.7320508075688772},"49":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"58":{"tf":2.8284271247461903},"59":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"72":{"tf":1.7320508075688772},"76":{"tf":1.7320508075688772},"78":{"tf":1.4142135623730951},"79":{"tf":2.6457513110645907},"84":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.7320508075688772},"95":{"tf":2.0}},"’":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"41":{"tf":1.0}},"{":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"41":{"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":{},"i":{"df":0,"docs":{},"m":{"df":6,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0},"62":{"tf":1.0},"72":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"41":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"=":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"54":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":2,"docs":{"42":{"tf":1.0},"54":{"tf":1.4142135623730951}}}}}},"df":2,"docs":{"50":{"tf":1.0},"68":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":2,"docs":{"59":{"tf":1.0},"67":{"tf":1.0}},"t":{"df":0,"docs":{},"y":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"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":{}}}}},"m":{"df":0,"docs":{},"e":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"36":{"tf":1.4142135623730951},"47":{"tf":1.0},"72":{"tf":1.0},"78":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"57":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"42":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":4,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":7,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":34,"docs":{"1":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":2.23606797749979},"16":{"tf":1.7320508075688772},"17":{"tf":1.7320508075688772},"18":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":2.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"28":{"tf":1.0},"35":{"tf":1.7320508075688772},"36":{"tf":1.7320508075688772},"37":{"tf":1.0},"4":{"tf":1.7320508075688772},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"5":{"tf":1.0},"62":{"tf":2.23606797749979},"71":{"tf":1.4142135623730951},"72":{"tf":2.23606797749979},"73":{"tf":1.0},"74":{"tf":1.4142135623730951},"75":{"tf":1.0},"76":{"tf":1.0},"8":{"tf":1.0},"86":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.7320508075688772},"95":{"tf":2.23606797749979}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"30":{"tf":1.0},"40":{"tf":1.0},"47":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"50":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":4,"docs":{"42":{"tf":1.0},"46":{"tf":1.7320508075688772},"50":{"tf":1.4142135623730951},"51":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":5,"docs":{"22":{"tf":1.0},"30":{"tf":1.0},"45":{"tf":1.0},"7":{"tf":1.7320508075688772},"95":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"d":{"df":10,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"62":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0},"83":{"tf":1.0},"89":{"tf":1.0},"94":{"tf":1.0}}},"df":11,"docs":{"17":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"54":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"93":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{}},"f":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"69":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":3,"docs":{"21":{"tf":1.0},"69":{"tf":1.7320508075688772},"70":{"tf":1.7320508075688772}}}},"n":{"d":{"df":4,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":6,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"56":{"tf":1.0},"8":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"29":{"tf":1.0},"80":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"35":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"32":{"tf":1.0}}},"v":{"df":1,"docs":{"72":{"tf":1.0}},"i":{"c":{"df":6,"docs":{"0":{"tf":1.0},"39":{"tf":1.0},"57":{"tf":1.4142135623730951},"76":{"tf":1.0},"9":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":14,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"54":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"61":{"tf":1.0},"74":{"tf":1.4142135623730951},"95":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":4,"docs":{"16":{"tf":1.0},"39":{"tf":1.0},"76":{"tf":1.0},"93":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":18,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"62":{"tf":1.0},"68":{"tf":1.0},"74":{"tf":1.0},"95":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":8,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0},"62":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"74":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"0":{"tf":1.0},"10":{"tf":1.4142135623730951},"94":{"tf":1.0}}}},"w":{"df":6,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"23":{"tf":1.0},"28":{"tf":1.0},"68":{"tf":1.0},"79":{"tf":1.0}}}}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":14,"docs":{"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"36":{"tf":1.4142135623730951},"4":{"tf":1.0},"42":{"tf":1.4142135623730951},"60":{"tf":1.0},"66":{"tf":1.0},"9":{"tf":1.7320508075688772},"94":{"tf":1.0},"95":{"tf":1.7320508075688772}},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"d":{"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":{"c":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"24":{"tf":1.0},"69":{"tf":1.0}},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"i":{"df":1,"docs":{"59":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"29":{"tf":1.0},"33":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":3,"docs":{"12":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0}}}}},"t":{"df":1,"docs":{"15":{"tf":1.0}}},"z":{"df":0,"docs":{},"e":{"df":1,"docs":{"9":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":4,"docs":{"10":{"tf":1.4142135623730951},"7":{"tf":2.23606797749979},"94":{"tf":1.0},"95":{"tf":1.7320508075688772}}},"w":{"df":3,"docs":{"29":{"tf":1.0},"7":{"tf":1.0},"76":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"43":{"tf":1.0}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"17":{"tf":1.0},"3":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":8,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"38":{"tf":1.0},"43":{"tf":1.0},"71":{"tf":1.0},"76":{"tf":1.0},"94":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"65":{"tf":1.0},"70":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"3":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"31":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"84":{"tf":1.0}}}},"w":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":1,"docs":{"95":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"67":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":9,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"35":{"tf":1.0},"42":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0},"74":{"tf":1.0},"79":{"tf":1.0},"95":{"tf":1.0}},"i":{"df":2,"docs":{"17":{"tf":1.0},"95":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"e":{"d":{"df":2,"docs":{"22":{"tf":1.0},"37":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"95":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"39":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"35":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"76":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"22":{"tf":1.0},"76":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"69":{"tf":1.0}}}}}}},"df":0,"docs":{}},"_":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"65":{"tf":1.0},"70":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":16,"docs":{"12":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"33":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.7320508075688772},"62":{"tf":1.0},"64":{"tf":1.0},"69":{"tf":1.0},"76":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"95":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"p":{"df":2,"docs":{"43":{"tf":1.0},"91":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":5,"docs":{"12":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.0},"9":{"tf":1.7320508075688772},"95":{"tf":1.7320508075688772}}},"i":{"c":{"df":1,"docs":{"69":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":1,"docs":{"82":{"tf":1.4142135623730951}}}},"y":{"df":5,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"32":{"tf":1.0},"70":{"tf":1.0},"94":{"tf":1.0}}}},"d":{":":{":":{"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":4,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{":":{":":{"a":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"69":{"tf":1.0}}},"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":{":":{":":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":2,"docs":{"55":{"tf":1.0},"78":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"21":{"tf":1.0},"42":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"29":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"94":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":3,"docs":{"12":{"tf":1.0},"62":{"tf":1.0},"95":{"tf":1.0}}}},"r":{"df":2,"docs":{"69":{"tf":1.0},"70":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"58":{"tf":2.0},"79":{"tf":1.7320508075688772},"95":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"26":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"69":{"tf":1.0},"70":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"b":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"74":{"tf":1.4142135623730951}}}}}},"u":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"25":{"tf":1.0},"29":{"tf":1.4142135623730951},"31":{"tf":1.0}}}},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"6":{"tf":1.0}}}}},"df":6,"docs":{"0":{"tf":1.4142135623730951},"17":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"31":{"tf":1.4142135623730951},"95":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":3,"docs":{"0":{"tf":1.0},"57":{"tf":1.0},"95":{"tf":1.0}}}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"4":{"tf":1.0},"62":{"tf":1.0},"74":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"82":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"40":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"16":{"tf":1.0},"27":{"tf":1.0},"73":{"tf":1.0},"90":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"13":{"tf":1.0},"22":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"94":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"76":{"tf":1.4142135623730951}}}}}}},"n":{"c":{"df":5,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"35":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"7":{"tf":1.0},"94":{"tf":1.0}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"28":{"tf":1.0},"29":{"tf":1.0},"33":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":8,"docs":{"20":{"tf":1.4142135623730951},"27":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"62":{"tf":1.0},"9":{"tf":1.4142135623730951},"94":{"tf":1.0},"95":{"tf":2.23606797749979}}}}}}}},"t":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"46":{"tf":1.0},"47":{"tf":1.0}}},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"79":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"3":{"0":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"69":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"70":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":6,"docs":{"17":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.7320508075688772},"69":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"62":{"tf":1.0}}}}},"d":{"df":3,"docs":{"20":{"tf":1.0},"41":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":3,"docs":{"22":{"tf":1.0},"3":{"tf":1.4142135623730951},"74":{"tf":1.0}}},"r":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"79":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"56":{"tf":1.0},"78":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"21":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"79":{"tf":1.0}}}}}},"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"=":{"9":{"0":{"9":{"1":{"df":2,"docs":{"46":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":53,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.0},"11":{"tf":1.0},"15":{"tf":2.0},"16":{"tf":1.7320508075688772},"17":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"3":{"tf":1.7320508075688772},"31":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":2.8284271247461903},"47":{"tf":2.0},"49":{"tf":1.0},"5":{"tf":1.4142135623730951},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.4142135623730951},"60":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"68":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.4142135623730951},"76":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.4142135623730951},"80":{"tf":1.0},"81":{"tf":1.0},"86":{"tf":1.0},"90":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"66":{"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":{"65":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"64":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"{":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":4,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"70":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"69":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"69":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"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":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"27":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{":":{":":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":3,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":3,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"{":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{":":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":5,"docs":{"46":{"tf":1.4142135623730951},"47":{"tf":2.8284271247461903},"58":{"tf":1.4142135623730951},"79":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"—":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"7":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"13":{"tf":1.0},"36":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}}}}},"i":{"df":1,"docs":{"7":{"tf":1.0}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"e":{"df":14,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":1.0},"32":{"tf":1.7320508075688772},"38":{"tf":1.0},"7":{"tf":2.0},"91":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":4,"docs":{"41":{"tf":1.0},"46":{"tf":1.0},"81":{"tf":1.0},"91":{"tf":1.0}}}}},"r":{"df":1,"docs":{"29":{"tf":1.4142135623730951}}}}}},"m":{"df":0,"docs":{},"p":{"/":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"79":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":2,"docs":{"46":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"51":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"58":{"tf":1.0}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"15":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"23":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"32":{"tf":1.0},"34":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"29":{"tf":1.0},"50":{"tf":1.0}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":23,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"28":{"tf":1.0},"34":{"tf":1.7320508075688772},"36":{"tf":1.0},"4":{"tf":1.7320508075688772},"46":{"tf":1.0},"62":{"tf":1.7320508075688772},"67":{"tf":1.0},"69":{"tf":1.4142135623730951},"72":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.4142135623730951},"8":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.0},"95":{"tf":1.4142135623730951}},"y":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"g":{"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":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"69":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"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":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"74":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"15":{"tf":1.0},"41":{"tf":1.0},"55":{"tf":1.7320508075688772},"72":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"k":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"72":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":15,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.4142135623730951},"4":{"tf":1.7320508075688772},"41":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.0},"8":{"tf":1.0},"95":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"68":{"tf":1.0},"74":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":21,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"21":{"tf":1.0},"25":{"tf":2.0},"26":{"tf":2.0},"27":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"74":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951},"89":{"tf":1.0},"9":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"d":{"a":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"95":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"95":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"16":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"42":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"19":{"tf":1.0},"31":{"tf":1.0},"4":{"tf":1.0},"95":{"tf":1.4142135623730951}}}}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"75":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"30":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"94":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":2,"docs":{"22":{"tf":1.0},"74":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"37":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}}},"x":{"df":1,"docs":{"7":{"tf":1.0}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"95":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"37":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"25":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.4142135623730951},"62":{"tf":1.0},"64":{"tf":1.0},"95":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"54":{"tf":1.0},"59":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"59":{"tf":1.0},"70":{"tf":1.0},"76":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"55":{"tf":1.4142135623730951},"59":{"tf":1.0}}}}}},"p":{"df":5,"docs":{"56":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"92":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"17":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"16":{"tf":1.0},"43":{"tf":1.0}}}},"df":27,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":2.23606797749979},"25":{"tf":2.23606797749979},"26":{"tf":2.23606797749979},"27":{"tf":2.23606797749979},"29":{"tf":1.4142135623730951},"30":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.0},"69":{"tf":2.23606797749979},"70":{"tf":1.7320508075688772},"72":{"tf":1.0},"74":{"tf":1.0},"90":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"19":{"tf":1.0},"74":{"tf":1.0},"9":{"tf":1.7320508075688772}},"s":{"(":{"1":{"0":{"df":2,"docs":{"25":{"tf":1.0},"27":{"tf":1.0}}},"5":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":1,"docs":{"89":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"z":{"df":2,"docs":{"69":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"71":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"16":{"tf":1.0}}}},"x":{"df":0,"docs":{},"o":{"df":1,"docs":{"95":{"tf":1.4142135623730951}}}}}},"v":{"0":{".":{"3":{".":{"1":{"df":3,"docs":{"46":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"76":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"o":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"79":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"(":{"2":{"df":4,"docs":{"25":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"3":{"df":3,"docs":{"24":{"tf":1.0},"26":{"tf":1.0},"8":{"tf":1.0}}},"4":{"df":1,"docs":{"27":{"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":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"46":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":25,"docs":{"0":{"tf":2.0},"13":{"tf":1.0},"17":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.4142135623730951},"32":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":2.449489742783178},"62":{"tf":1.0},"69":{"tf":1.4142135623730951},"70":{"tf":1.0},"74":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951},"79":{"tf":2.449489742783178},"82":{"tf":1.0},"86":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":2.0}}},"df":0,"docs":{}},"u":{"df":2,"docs":{"31":{"tf":1.0},"95":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":9,"docs":{"34":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"59":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"46":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"!":{"[":{"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":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":1,"docs":{"69":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":1,"docs":{"69":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"54":{"tf":1.0},"84":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":2,"docs":{"10":{"tf":1.0},"94":{"tf":1.0}},"f":{"df":4,"docs":{"13":{"tf":1.0},"33":{"tf":1.0},"57":{"tf":1.0},"83":{"tf":1.0}},"i":{"df":9,"docs":{"20":{"tf":1.0},"29":{"tf":1.0},"42":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.4142135623730951},"82":{"tf":1.0},"85":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"i":{"a":{"df":7,"docs":{"0":{"tf":1.0},"42":{"tf":1.4142135623730951},"46":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.0},"58":{"tf":2.0},"95":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"16":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"47":{"tf":1.0},"52":{"tf":1.0}}}}}},"s":{"df":1,"docs":{"54":{"tf":1.0}}}},"w":{"[":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"92":{"tf":1.0},"95":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"21":{"tf":1.0},"7":{"tf":2.23606797749979},"94":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":15,"docs":{"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.4142135623730951},"83":{"tf":1.0},"89":{"tf":1.4142135623730951},"94":{"tf":1.0},"95":{"tf":1.0}},"s":{"(":{"2":{"0":{"df":2,"docs":{"25":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}},"3":{"0":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":1,"docs":{"89":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"55":{"tf":1.0}}}},"s":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"90":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"30":{"tf":1.0}}}},"y":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":1,"docs":{"12":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"21":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"74":{"tf":1.0},"95":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"76":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":11,"docs":{"10":{"tf":1.0},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"20":{"tf":1.0},"36":{"tf":1.0},"62":{"tf":1.0},"7":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0},"88":{"tf":1.0},"95":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":4,"docs":{"39":{"tf":1.0},"64":{"tf":1.0},"71":{"tf":1.0},"76":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"71":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"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":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"2":{"0":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"0":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":1,"docs":{"10":{"tf":1.0}}},"6":{"0":{"df":3,"docs":{"10":{"tf":1.0},"25":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"9":{"0":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"88":{"tf":1.0},"95":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"0":{"df":1,"docs":{"71":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"32":{"tf":1.0},"9":{"tf":1.0},"91":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"33":{"tf":1.0},"46":{"tf":1.0},"52":{"tf":1.0},"78":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":4,"docs":{"3":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"6":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":5,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"51":{"tf":1.0},"72":{"tf":1.7320508075688772},"80":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":40,"docs":{"1":{"tf":1.0},"12":{"tf":2.23606797749979},"13":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.7320508075688772},"18":{"tf":1.4142135623730951},"19":{"tf":2.0},"20":{"tf":2.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"31":{"tf":1.0},"36":{"tf":1.4142135623730951},"4":{"tf":1.7320508075688772},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"48":{"tf":1.0},"52":{"tf":1.0},"62":{"tf":2.23606797749979},"64":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.4142135623730951},"69":{"tf":2.23606797749979},"70":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.7320508075688772},"76":{"tf":1.0},"82":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":2.23606797749979}},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"d":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"23":{"tf":1.0},"29":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"45":{"tf":1.0},"5":{"tf":1.0},"56":{"tf":1.0},"78":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"58":{"tf":1.0}}}}}}}}},"x":{"df":2,"docs":{"46":{"tf":1.4142135623730951},"50":{"tf":1.0}}},"y":{"df":0,"docs":{},"e":{"df":1,"docs":{"94":{"tf":1.0}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"’":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"54":{"tf":1.0}}}},"r":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":2,"docs":{"30":{"tf":1.0},"95":{"tf":1.0}}}}}}}},"breadcrumbs":{"root":{"0":{".":{"9":{"df":2,"docs":{"10":{"tf":1.4142135623730951},"7":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":4,"docs":{"56":{"tf":1.4142135623730951},"58":{"tf":2.0},"78":{"tf":1.7320508075688772},"79":{"tf":1.0}}}}}},":":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"58":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":4,"docs":{"58":{"tf":2.0},"78":{"tf":1.4142135623730951},"79":{"tf":2.449489742783178},"82":{"tf":1.0}}},"1":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"56":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951}}}}}},"0":{"0":{"df":1,"docs":{"79":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"2":{"7":{".":{"0":{".":{"0":{".":{"1":{"df":1,"docs":{"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":5,"docs":{"35":{"tf":1.0},"45":{"tf":1.4142135623730951},"50":{"tf":1.0},"58":{"tf":1.0},"81":{"tf":1.4142135623730951}},"–":{"3":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}}},"2":{"7":{"df":2,"docs":{"10":{"tf":1.0},"7":{"tf":1.0}}},">":{"&":{"1":{"df":1,"docs":{"79":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":6,"docs":{"10":{"tf":1.0},"35":{"tf":1.0},"50":{"tf":1.0},"82":{"tf":1.4142135623730951},"86":{"tf":1.0},"95":{"tf":1.0}},"s":{"df":3,"docs":{"10":{"tf":1.4142135623730951},"7":{"tf":1.0},"94":{"tf":1.0}}}},"3":{"0":{"df":1,"docs":{"7":{"tf":1.0}}},"df":2,"docs":{"35":{"tf":1.0},"83":{"tf":1.4142135623730951}}},"4":{"df":2,"docs":{"35":{"tf":1.0},"84":{"tf":1.4142135623730951}},"–":{"5":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}}},"5":{"df":2,"docs":{"7":{"tf":1.0},"85":{"tf":1.4142135623730951}}},"6":{"0":{"df":2,"docs":{"45":{"tf":1.0},"7":{"tf":1.4142135623730951}}},"df":1,"docs":{"86":{"tf":1.4142135623730951}},"–":{"7":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}}},"9":{"0":{"9":{"0":{"df":1,"docs":{"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":4,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"69":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"a":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"95":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":8,"docs":{"23":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"58":{"tf":1.7320508075688772},"60":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":1.7320508075688772}}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"95":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"62":{"tf":1.0},"69":{"tf":1.0},"8":{"tf":1.0},"95":{"tf":1.4142135623730951}}}},"v":{"df":10,"docs":{"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.0},"4":{"tf":1.4142135623730951},"59":{"tf":1.0},"62":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"19":{"tf":1.0},"21":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"72":{"tf":1.0}}}}},"d":{"df":4,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"78":{"tf":1.0},"95":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"46":{"tf":1.0},"64":{"tf":1.0},"83":{"tf":1.0}}}}}}},"df":6,"docs":{"62":{"tf":1.0},"64":{"tf":1.7320508075688772},"65":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"68":{"tf":1.0}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"74":{"tf":1.0},"85":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":10,"docs":{"28":{"tf":1.7320508075688772},"29":{"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},"50":{"tf":1.0},"94":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"31":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"65":{"tf":1.0}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"76":{"tf":1.0}}}}}}}}}}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":4,"docs":{"17":{"tf":1.0},"21":{"tf":1.4142135623730951},"36":{"tf":1.0},"94":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":10,"docs":{"10":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"6":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.0},"8":{"tf":1.0}}}}}}},"df":2,"docs":{"22":{"tf":1.0},"95":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"92":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"a":{"df":0,"docs":{},"y":{"df":3,"docs":{"10":{"tf":1.0},"52":{"tf":1.0},"94":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"58":{"tf":1.0}}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.7320508075688772}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"27":{"tf":1.0},"92":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"i":{"df":2,"docs":{"60":{"tf":1.7320508075688772},"85":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":23,"docs":{"73":{"tf":1.7320508075688772},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":8,"docs":{"20":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"26":{"tf":1.7320508075688772},"27":{"tf":1.7320508075688772},"6":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951},"8":{"tf":2.23606797749979}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"2":{"tf":1.0},"34":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"94":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"4":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"60":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":8,"docs":{"28":{"tf":1.7320508075688772},"29":{"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}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"15":{"tf":1.0},"35":{"tf":1.0},"62":{"tf":1.0},"72":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":14,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.4142135623730951},"34":{"tf":1.0},"42":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"7":{"tf":1.4142135623730951},"70":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.4142135623730951}}}},"t":{"df":10,"docs":{"16":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.7320508075688772},"47":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.7320508075688772},"83":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"0":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{":":{":":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"69":{"tf":1.0},"70":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"69":{"tf":1.0},"70":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":7,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"64":{"tf":1.0},"69":{"tf":1.4142135623730951},"70":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"62":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":6,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"71":{"tf":1.0},"74":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"17":{"tf":1.7320508075688772},"36":{"tf":1.0},"5":{"tf":1.0}}}}},"o":{"df":1,"docs":{"95":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"51":{"tf":1.0},"71":{"tf":1.0}}}},"df":0,"docs":{}}}},"x":{"df":1,"docs":{"82":{"tf":1.0}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":19,"docs":{"0":{"tf":1.4142135623730951},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"36":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.4142135623730951},"47":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.7320508075688772},"76":{"tf":1.0},"9":{"tf":1.0},"90":{"tf":1.4142135623730951},"94":{"tf":1.0},"95":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"22":{"tf":1.0},"42":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}}},"b":{"(":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"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":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"4":{"tf":1.0},"66":{"tf":1.0},"72":{"tf":1.0}}},"df":0,"docs":{}}}}},"d":{"df":4,"docs":{"10":{"tf":1.0},"31":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"52":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"39":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":4,"docs":{"22":{"tf":1.0},"37":{"tf":1.0},"7":{"tf":1.0},"95":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"62":{"tf":1.0},"65":{"tf":1.0},"70":{"tf":1.0},"86":{"tf":1.0}}}}}},"i":{"c":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}}}},"df":1,"docs":{"4":{"tf":1.0}},"e":{"c":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"70":{"tf":1.0},"82":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"91":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":6,"docs":{"22":{"tf":1.0},"42":{"tf":1.0},"62":{"tf":1.0},"76":{"tf":1.0},"82":{"tf":1.0},"95":{"tf":1.4142135623730951}}}}},"g":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"82":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"41":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":10,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"31":{"tf":1.7320508075688772},"36":{"tf":1.0},"40":{"tf":1.0},"76":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"95":{"tf":1.0}}}},"w":{"df":2,"docs":{"23":{"tf":1.0},"46":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"22":{"tf":1.7320508075688772},"38":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"43":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":8,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"76":{"tf":1.0},"95":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"79":{"tf":1.0}}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"23":{"tf":1.4142135623730951},"33":{"tf":1.0},"42":{"tf":1.0},"54":{"tf":1.0}}}}},"d":{"df":1,"docs":{"83":{"tf":1.0}}},"df":10,"docs":{"23":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":2.0},"59":{"tf":1.0},"79":{"tf":1.7320508075688772},"84":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"b":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"2":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":6,"docs":{"0":{"tf":1.4142135623730951},"17":{"tf":1.0},"19":{"tf":1.0},"74":{"tf":1.0},"9":{"tf":1.0},"95":{"tf":2.23606797749979}}},"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":22,"docs":{"0":{"tf":1.0},"10":{"tf":2.23606797749979},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.4142135623730951},"32":{"tf":2.449489742783178},"33":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":3.1622776601683795},"72":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.4142135623730951},"88":{"tf":1.0},"9":{"tf":1.4142135623730951},"94":{"tf":2.0},"95":{"tf":2.8284271247461903}},"f":{"df":0,"docs":{},"e":{"df":2,"docs":{"32":{"tf":1.0},"95":{"tf":1.0}},"e":{"d":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"0":{"tf":1.0},"1":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":6,"docs":{"18":{"tf":1.0},"20":{"tf":1.0},"26":{"tf":1.0},"43":{"tf":1.0},"56":{"tf":1.0},"74":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"35":{"tf":1.0},"62":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":4,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"13":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"a":{"d":{"df":1,"docs":{"62":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"9":{"tf":1.0}}}}}}},"u":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":19,"docs":{"12":{"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},"34":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.4142135623730951},"6":{"tf":1.0},"62":{"tf":1.0},"7":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"8":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"74":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":5,"docs":{"23":{"tf":1.0},"3":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":1.0},"93":{"tf":1.0}}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":5,"docs":{"21":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.0},"69":{"tf":1.7320508075688772},"71":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"z":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"31":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}},"c":{"(":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}},"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":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"9":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"32":{"tf":1.0},"76":{"tf":1.4142135623730951},"95":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"l":{"df":3,"docs":{"71":{"tf":1.0},"90":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"69":{"tf":1.0}}}}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"28":{"tf":1.0},"62":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"36":{"tf":1.0},"62":{"tf":1.0},"94":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":10,"docs":{"23":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":2.0},"59":{"tf":1.0},"79":{"tf":1.7320508075688772},"84":{"tf":1.0}}}}},"t":{"df":1,"docs":{"78":{"tf":1.0}}},"u":{"df":0,"docs":{},"s":{"df":7,"docs":{"76":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":1,"docs":{"4":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"57":{"tf":1.0}}}}}}}}}},"df":1,"docs":{"95":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"1":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.0},"72":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"95":{"tf":1.0}}},"df":0,"docs":{}}}},"df":4,"docs":{"0":{"tf":1.0},"19":{"tf":1.0},"74":{"tf":1.0},"95":{"tf":2.23606797749979}}}}}},"o":{"df":12,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"27":{"tf":2.0},"74":{"tf":1.0},"76":{"tf":1.7320508075688772},"8":{"tf":2.449489742783178},"90":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"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":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"62":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"74":{"tf":1.7320508075688772}}}},"c":{"df":0,"docs":{},"k":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":24,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"42":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.4142135623730951},"82":{"tf":1.7320508075688772},"84":{"tf":1.4142135623730951},"88":{"tf":1.0},"9":{"tf":1.4142135623730951},"91":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"42":{"tf":1.0}}}}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"46":{"tf":1.4142135623730951},"50":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"22":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"17":{"tf":1.4142135623730951},"22":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0},"76":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}}}}},"i":{"df":10,"docs":{"13":{"tf":1.0},"22":{"tf":1.7320508075688772},"33":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":2.449489742783178},"51":{"tf":1.7320508075688772},"7":{"tf":1.0}},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":7,"docs":{"42":{"tf":1.0},"46":{"tf":2.0},"47":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"50":{"tf":2.23606797749979},"51":{"tf":1.7320508075688772},"83":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":4,"docs":{"42":{"tf":1.0},"46":{"tf":1.7320508075688772},"50":{"tf":1.4142135623730951},"51":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"67":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"76":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":3,"docs":{"56":{"tf":1.0},"78":{"tf":1.0},"92":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":7,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"92":{"tf":1.0},"95":{"tf":1.0}},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"r":{"df":9,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0},"62":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"74":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"|":{"df":2,"docs":{"69":{"tf":1.0},"70":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":4,"docs":{"64":{"tf":1.0},"69":{"tf":1.7320508075688772},"70":{"tf":1.7320508075688772},"72":{"tf":1.0}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"21":{"tf":1.0},"7":{"tf":2.0},"94":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":15,"docs":{"1":{"tf":1.0},"13":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.7320508075688772},"40":{"tf":1.7320508075688772},"42":{"tf":1.0},"47":{"tf":2.23606797749979},"52":{"tf":1.0},"62":{"tf":1.0},"95":{"tf":1.0}},"—":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"62":{"tf":1.0}}}}}}}}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"23":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"10":{"tf":1.4142135623730951}},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"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":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"60":{"tf":1.0}}}}}}}}},"df":6,"docs":{"20":{"tf":1.0},"32":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"14":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"4":{"tf":1.0},"62":{"tf":1.0},"95":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"78":{"tf":1.0},"82":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":8,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"41":{"tf":1.4142135623730951},"57":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.4142135623730951}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"22":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"86":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":7,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"18":{"tf":1.0},"23":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"3":{"tf":1.0},"95":{"tf":1.4142135623730951}}},"s":{"df":23,"docs":{"0":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.4142135623730951},"4":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":1.0},"52":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"72":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.0},"94":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"k":{"8":{"df":1,"docs":{"93":{"tf":1.0}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"=":{"1":{"df":0,"docs":{},"x":{"1":{"df":1,"docs":{"46":{"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":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":3,"docs":{"46":{"tf":1.0},"58":{"tf":1.4142135623730951},"79":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"23":{"tf":1.0}}}},"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"=":{"1":{"2":{"7":{".":{"0":{".":{"0":{".":{"1":{"df":1,"docs":{"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"=":{"1":{"df":3,"docs":{"46":{"tf":1.0},"58":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":4,"docs":{"27":{"tf":1.0},"43":{"tf":1.7320508075688772},"90":{"tf":1.0},"95":{"tf":1.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":{"27":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":2,"docs":{"2":{"tf":1.0},"36":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"8":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"20":{"tf":1.0},"74":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"4":{"tf":1.0},"62":{"tf":1.0},"70":{"tf":1.0},"95":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"3":{"tf":1.0},"94":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":4,"docs":{"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"r":{"df":14,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.0},"54":{"tf":1.0},"62":{"tf":1.0},"67":{"tf":1.0},"72":{"tf":1.4142135623730951},"74":{"tf":1.0},"86":{"tf":1.0},"93":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"df":4,"docs":{"30":{"tf":1.0},"32":{"tf":1.0},"70":{"tf":1.4142135623730951},"76":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"83":{"tf":1.0}}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"76":{"tf":1.0},"83":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":12,"docs":{"0":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.7320508075688772},"25":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.4142135623730951},"94":{"tf":1.0},"95":{"tf":1.4142135623730951}},"s":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"e":{",":{"d":{"a":{"=":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"55":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"i":{"d":{"df":1,"docs":{"64":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.0},"37":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"66":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":5,"docs":{"45":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":1.0}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"m":{"df":4,"docs":{"15":{"tf":1.0},"32":{"tf":1.0},"60":{"tf":1.4142135623730951},"72":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":8,"docs":{"39":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"58":{"tf":2.23606797749979},"78":{"tf":1.4142135623730951},"79":{"tf":1.7320508075688772},"82":{"tf":1.0},"95":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"1":{"tf":1.0},"43":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"17":{"tf":1.0},"18":{"tf":1.7320508075688772},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.7320508075688772},"74":{"tf":1.4142135623730951}}}},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"0":{"tf":1.7320508075688772},"62":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":2,"docs":{"20":{"tf":1.0},"95":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"95":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"61":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":9,"docs":{"19":{"tf":1.4142135623730951},"27":{"tf":1.0},"29":{"tf":1.0},"35":{"tf":1.0},"42":{"tf":1.0},"62":{"tf":1.0},"76":{"tf":1.4142135623730951},"90":{"tf":1.7320508075688772},"95":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"39":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":3,"docs":{"12":{"tf":1.0},"62":{"tf":1.0},"95":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"62":{"tf":1.0},"72":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"50":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":10,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.7320508075688772},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.7320508075688772},"34":{"tf":1.0},"72":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"95":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"36":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"76":{"tf":1.0}}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"21":{"tf":1.0},"74":{"tf":1.0},"89":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"15":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"26":{"tf":1.0}}}},"df":0,"docs":{}}}}},"p":{"df":4,"docs":{"46":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"58":{"tf":1.0}},"u":{"df":1,"docs":{"46":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"58":{"tf":1.0},"79":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"61":{"tf":1.0},"72":{"tf":2.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"17":{"tf":1.0},"8":{"tf":1.0},"95":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":4,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"c":{"df":2,"docs":{"46":{"tf":1.0},"54":{"tf":1.0}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"a":{"df":2,"docs":{"57":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"48":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"t":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"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":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"0":{"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":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"(":{")":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":2,"docs":{"69":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":1,"docs":{"85":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"67":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":4,"docs":{"32":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"49":{"tf":1.0},"68":{"tf":1.0}}}}}}}},"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"[":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"12":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"a":{"_":{"a":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":13,"docs":{"0":{"tf":2.23606797749979},"22":{"tf":1.0},"26":{"tf":2.23606797749979},"34":{"tf":1.0},"35":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0},"57":{"tf":1.7320508075688772},"60":{"tf":1.0},"67":{"tf":1.0},"9":{"tf":1.0},"95":{"tf":2.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"43":{"tf":1.0},"46":{"tf":1.0}}}}}},"t":{"a":{"df":13,"docs":{"0":{"tf":2.0},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"4":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.4142135623730951},"94":{"tf":1.0},"95":{"tf":2.23606797749979}}},"df":0,"docs":{}}},"df":2,"docs":{"12":{"tf":1.0},"4":{"tf":1.0}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"79":{"tf":1.0}}}}}},"df":8,"docs":{"38":{"tf":1.0},"46":{"tf":1.0},"55":{"tf":1.4142135623730951},"58":{"tf":1.0},"60":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.4142135623730951}},"g":{"df":2,"docs":{"11":{"tf":1.0},"73":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"12":{"tf":1.0},"17":{"tf":1.0}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"r":{"df":8,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"3":{"tf":1.0},"6":{"tf":1.7320508075688772},"62":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"61":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"71":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":20,"docs":{"10":{"tf":1.4142135623730951},"21":{"tf":1.0},"45":{"tf":2.0},"46":{"tf":1.7320508075688772},"49":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"94":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"17":{"tf":1.0},"62":{"tf":1.0},"74":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"20":{"tf":1.0},"21":{"tf":1.0},"74":{"tf":1.0}}}}}}},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"29":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"35":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"a":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":9,"docs":{"16":{"tf":1.0},"29":{"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},"72":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":19,"docs":{"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"33":{"tf":2.449489742783178},"36":{"tf":2.0},"4":{"tf":1.7320508075688772},"40":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.4142135623730951},"72":{"tf":1.0},"81":{"tf":1.0},"95":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"(":{"&":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"81":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"64":{"tf":1.0},"69":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":7,"docs":{"16":{"tf":1.0},"18":{"tf":1.4142135623730951},"3":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.0},"82":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"62":{"tf":1.0},"95":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"13":{"tf":1.7320508075688772},"31":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"42":{"tf":1.0},"93":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"11":{"tf":1.0},"8":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"76":{"tf":1.0},"8":{"tf":1.4142135623730951},"94":{"tf":1.0}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":16,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"61":{"tf":1.7320508075688772},"62":{"tf":2.23606797749979},"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}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":2,"docs":{"91":{"tf":1.0},"92":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"14":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"54":{"tf":1.0},"94":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"38":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"47":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"78":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"55":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"39":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"73":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":4,"docs":{"0":{"tf":1.0},"57":{"tf":1.0},"67":{"tf":1.0},"95":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"19":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"42":{"tf":1.0},"61":{"tf":1.0}},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"32":{"tf":1.0}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":17,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"23":{"tf":1.0},"39":{"tf":1.4142135623730951},"4":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.7320508075688772},"46":{"tf":1.0},"47":{"tf":1.7320508075688772},"58":{"tf":2.449489742783178},"72":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":2.449489742783178},"82":{"tf":1.0},"92":{"tf":1.4142135623730951},"93":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"22":{"tf":1.0},"31":{"tf":1.0},"72":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"\'":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":3,"docs":{"10":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"79":{"tf":1.0}}},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"69":{"tf":1.0}}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":2,"docs":{"58":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"33":{"tf":1.7320508075688772}},"f":{"df":0,"docs":{},"t":{"df":2,"docs":{"32":{"tf":2.0},"7":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"27":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"[":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}},"df":8,"docs":{"12":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.0},"69":{"tf":1.0}},"n":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"p":{"/":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"31":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"l":{"df":6,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.0},"64":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.7320508075688772}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":13,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"62":{"tf":1.0},"7":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":2.23606797749979}}}},"df":0,"docs":{},"e":{"df":5,"docs":{"12":{"tf":1.0},"52":{"tf":1.4142135623730951},"70":{"tf":1.0},"88":{"tf":1.0},"95":{"tf":1.4142135623730951}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"69":{"tf":1.7320508075688772},"70":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}},"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":11,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"55":{"tf":1.0},"64":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"86":{"tf":1.0},"95":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"69":{"tf":1.0}}}}}}},"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"12":{"tf":1.0}}}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":7,"docs":{"13":{"tf":1.0},"16":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"4":{"tf":1.0},"56":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"42":{"tf":1.0}}}}},"s":{"df":1,"docs":{"39":{"tf":1.0}},"i":{"df":1,"docs":{"17":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":1,"docs":{"79":{"tf":1.0}}}}},"df":2,"docs":{"12":{"tf":1.0},"4":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"17":{"tf":1.0},"5":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"57":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"b":{"df":1,"docs":{"46":{"tf":1.0}},"o":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"3":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":6,"docs":{"0":{"tf":1.0},"21":{"tf":1.0},"55":{"tf":1.0},"59":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":3,"docs":{"27":{"tf":1.0},"8":{"tf":1.0},"90":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"d":{"df":4,"docs":{"16":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"55":{"tf":1.4142135623730951},"59":{"tf":1.0},"60":{"tf":1.4142135623730951},"66":{"tf":1.0},"85":{"tf":1.4142135623730951}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"10":{"tf":1.0},"35":{"tf":1.0},"62":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"15":{"tf":1.0},"3":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":7,"docs":{"10":{"tf":1.4142135623730951},"17":{"tf":1.0},"62":{"tf":1.0},"74":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"94":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":11,"docs":{"0":{"tf":1.0},"29":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.0},"62":{"tf":1.4142135623730951},"67":{"tf":1.0},"82":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.4142135623730951}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"54":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":26,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"36":{"tf":1.7320508075688772},"37":{"tf":1.4142135623730951},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"72":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.4142135623730951}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"76":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"64":{"tf":1.0}}}}}}},"r":{"(":{"\\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"69":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":10,"docs":{"52":{"tf":1.4142135623730951},"55":{"tf":1.0},"59":{"tf":1.4142135623730951},"65":{"tf":1.0},"76":{"tf":1.0},"81":{"tf":1.4142135623730951},"83":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"91":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"2":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"c":{"df":3,"docs":{"56":{"tf":1.4142135623730951},"60":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{}},"v":{"a":{"df":0,"docs":{},"l":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"70":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":8,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"70":{"tf":1.0},"95":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"66":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":3,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"61":{"tf":1.0}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":33,"docs":{"15":{"tf":1.0},"23":{"tf":2.23606797749979},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.7320508075688772},"29":{"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},"43":{"tf":1.0},"44":{"tf":1.4142135623730951},"45":{"tf":1.0},"46":{"tf":1.7320508075688772},"47":{"tf":1.4142135623730951},"49":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":2.0},"59":{"tf":1.0},"68":{"tf":1.7320508075688772},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"79":{"tf":1.7320508075688772},"84":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"23":{"tf":1.0},"54":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"c":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":2,"docs":{"58":{"tf":1.0},"79":{"tf":1.0}},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"12":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.0},"95":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"95":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"r":{"df":10,"docs":{"0":{"tf":1.4142135623730951},"17":{"tf":1.0},"3":{"tf":1.0},"45":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.7320508075688772},"58":{"tf":1.7320508075688772},"74":{"tf":1.4142135623730951},"78":{"tf":1.0},"95":{"tf":1.4142135623730951}},"s":{"(":{"0":{"df":2,"docs":{"24":{"tf":1.0},"25":{"tf":1.0}}},"1":{"df":3,"docs":{"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"2":{"df":3,"docs":{"26":{"tf":1.0},"27":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":6,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"72":{"tf":1.0},"95":{"tf":1.0}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"83":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"47":{"tf":1.0},"66":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"68":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":7,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"69":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":41,"docs":{"1":{"tf":1.0},"12":{"tf":2.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":2.0},"19":{"tf":1.0},"20":{"tf":2.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.7320508075688772},"32":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.4142135623730951},"4":{"tf":1.7320508075688772},"41":{"tf":1.7320508075688772},"42":{"tf":1.0},"60":{"tf":1.7320508075688772},"62":{"tf":2.23606797749979},"64":{"tf":1.0},"65":{"tf":1.4142135623730951},"68":{"tf":2.0},"69":{"tf":2.23606797749979},"7":{"tf":2.449489742783178},"70":{"tf":2.23606797749979},"71":{"tf":1.4142135623730951},"72":{"tf":1.0},"74":{"tf":1.0},"81":{"tf":1.4142135623730951},"85":{"tf":1.0},"88":{"tf":1.4142135623730951},"9":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":2.23606797749979}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"95":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"74":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"47":{"tf":2.0},"59":{"tf":1.0},"65":{"tf":1.0}}}},"s":{"df":2,"docs":{"60":{"tf":1.4142135623730951},"64":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"60":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"—":{"a":{"d":{"df":0,"docs":{},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"76":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"20":{"tf":1.0},"21":{"tf":1.0},"74":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":10,"docs":{"13":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.7320508075688772},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.4142135623730951},"88":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"16":{"tf":1.0}}}}}}},"}":{"\\"":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"70":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"f":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"15":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"67":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":8,"docs":{"12":{"tf":1.0},"64":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951},"94":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":11,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"31":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.4142135623730951},"60":{"tf":1.0},"66":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951}}}}}},"k":{"df":0,"docs":{},"e":{"df":2,"docs":{"29":{"tf":1.0},"33":{"tf":1.0}}}},"l":{"df":0,"docs":{},"s":{"df":5,"docs":{"10":{"tf":1.0},"42":{"tf":1.0},"55":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}}}},"q":{"df":1,"docs":{"94":{"tf":1.7320508075688772}}},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"33":{"tf":1.0},"38":{"tf":1.0},"64":{"tf":1.0},"71":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"43":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}}}}}},"df":2,"docs":{"58":{"tf":1.4142135623730951},"79":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"e":{"d":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"22":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"33":{"tf":1.0},"66":{"tf":1.0}}},"df":0,"docs":{}},"t":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"42":{"tf":1.0},"46":{"tf":1.4142135623730951},"51":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":1,"docs":{"32":{"tf":1.0}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"22":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":7,"docs":{"45":{"tf":1.0},"46":{"tf":1.0},"55":{"tf":1.7320508075688772},"56":{"tf":2.0},"58":{"tf":1.7320508075688772},"78":{"tf":2.0},"79":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"45":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.7320508075688772}}}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"32":{"tf":1.4142135623730951}}}},"d":{"df":2,"docs":{"58":{"tf":1.4142135623730951},"77":{"tf":1.4142135623730951}}},"df":0,"docs":{},"e":{"df":3,"docs":{"45":{"tf":1.0},"55":{"tf":1.0},"94":{"tf":1.0}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"17":{"tf":1.0},"65":{"tf":1.0},"70":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0},"8":{"tf":1.4142135623730951},"83":{"tf":1.0}},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"94":{"tf":1.0}}}}}}}}}},"t":{"df":5,"docs":{"15":{"tf":1.0},"22":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0},"68":{"tf":1.0}}},"x":{"df":9,"docs":{"7":{"tf":1.0},"8":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"36":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"78":{"tf":1.0}}},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"76":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"60":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":3,"docs":{"13":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"72":{"tf":1.0},"74":{"tf":1.0}}}}}}},"n":{"df":10,"docs":{"10":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"6":{"tf":1.0},"69":{"tf":2.449489742783178},"7":{"tf":1.0},"70":{"tf":2.0},"8":{"tf":1.0}}},"o":{"c":{"df":0,"docs":{},"u":{"df":2,"docs":{"6":{"tf":1.0},"83":{"tf":1.0}},"s":{"df":3,"docs":{"0":{"tf":1.0},"15":{"tf":1.0},"42":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"80":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"69":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"t":{"!":{"(":{"\\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"70":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"4":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":13,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"2":{"tf":1.7320508075688772},"21":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}},"df":1,"docs":{"93":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"z":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":7,"docs":{"42":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"46":{"tf":1.4142135623730951},"47":{"tf":1.0},"93":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"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":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"64":{"tf":1.0},"65":{"tf":1.0}}}}}}}}}}},"df":24,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.4142135623730951},"2":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.4142135623730951},"4":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":2.23606797749979},"6":{"tf":1.4142135623730951},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.7320508075688772},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"74":{"tf":1.0},"81":{"tf":1.4142135623730951},"95":{"tf":1.0}},"’":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"3":{"tf":1.0},"33":{"tf":1.0},"55":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":8,"docs":{"0":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"76":{"tf":1.0},"8":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}}}},"d":{"df":3,"docs":{"74":{"tf":1.0},"83":{"tf":1.0},"89":{"tf":1.0}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"g":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"3":{"tf":1.0},"76":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"41":{"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":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"64":{"tf":1.0},"69":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":9,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"34":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"46":{"tf":1.0},"62":{"tf":1.0},"69":{"tf":1.0},"95":{"tf":1.4142135623730951}}}}},"t":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"69":{"tf":1.0},"70":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"50":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"43":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"1":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"95":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"17":{"tf":1.0},"22":{"tf":1.0}}}},"df":3,"docs":{"50":{"tf":1.0},"55":{"tf":1.0},"78":{"tf":1.0}},"o":{"d":{"df":7,"docs":{"10":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"86":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"17":{"tf":1.0},"22":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"45":{"tf":1.0},"55":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"82":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"1":{"6":{"df":1,"docs":{"95":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":1,"docs":{"95":{"tf":1.0}}}},"w":{"df":1,"docs":{"71":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"14":{"tf":1.0},"62":{"tf":1.0},"73":{"tf":1.0}}},"df":0,"docs":{}}},"df":49,"docs":{"1":{"tf":1.0},"14":{"tf":1.7320508075688772},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"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},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"76":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"31":{"tf":1.0}}}},"n":{"d":{"df":1,"docs":{"12":{"tf":1.0}},"l":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"r":{"d":{"df":1,"docs":{"8":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}},"df":1,"docs":{"81":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"17":{"tf":1.0},"4":{"tf":1.0},"9":{"tf":1.7320508075688772},"95":{"tf":1.0}},"i":{"df":3,"docs":{"20":{"tf":1.0},"85":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":1,"docs":{"5":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"50":{"tf":1.0},"64":{"tf":1.0},"67":{"tf":1.7320508075688772}}}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"0":{"tf":1.0},"70":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":9,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"30":{"tf":1.0},"4":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"40":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"83":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":4,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"92":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"54":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"13":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"72":{"tf":1.0}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"47":{"tf":1.0},"52":{"tf":1.0}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"72":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"1":{"8":{"0":{"8":{"0":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"85":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"0":{"9":{"0":{"df":2,"docs":{"60":{"tf":1.0},"85":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"60":{"tf":1.0},"85":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"i":{"[":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"20":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"a":{"df":9,"docs":{"29":{"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},"69":{"tf":1.0},"70":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"69":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"42":{"tf":1.0},"54":{"tf":1.0},"59":{"tf":1.0}}}}}},"i":{"df":47,"docs":{"14":{"tf":1.7320508075688772},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"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},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}},"i":{"df":12,"docs":{"61":{"tf":1.7320508075688772},"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}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":3,"docs":{"23":{"tf":1.0},"28":{"tf":1.0},"68":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":6,"docs":{"23":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":2.23606797749979},"47":{"tf":2.23606797749979},"52":{"tf":1.4142135623730951},"93":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"95":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.7320508075688772}}}},"l":{"df":2,"docs":{"69":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"72":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"47":{"tf":1.0},"78":{"tf":1.0}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":8,"docs":{"0":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"43":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0},"9":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":7,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.0},"9":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"76":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":3,"docs":{"41":{"tf":1.0},"84":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"\\"":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"69":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"83":{"tf":1.0}}}},"u":{"c":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":3,"docs":{"45":{"tf":1.0},"55":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"3":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0},"95":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"12":{"tf":1.0},"21":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":3,"docs":{"20":{"tf":1.4142135623730951},"64":{"tf":1.0},"69":{"tf":1.4142135623730951}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"64":{"tf":1.0},"69":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"29":{"tf":1.0},"58":{"tf":1.0},"78":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"60":{"tf":1.0}}}}}}},"df":4,"docs":{"39":{"tf":1.0},"60":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"76":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"76":{"tf":1.4142135623730951},"83":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":5,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.0},"72":{"tf":1.0}}}},"n":{"d":{"df":4,"docs":{"17":{"tf":1.0},"62":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"46":{"tf":1.0}}},"t":{"df":5,"docs":{"13":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"6":{"tf":1.0},"74":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"28":{"tf":1.0},"31":{"tf":1.0}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.4142135623730951},"29":{"tf":1.0},"3":{"tf":1.0},"62":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":3,"docs":{"29":{"tf":1.0},"72":{"tf":1.7320508075688772},"9":{"tf":2.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"5":{"tf":1.0}}}}}},"v":{"df":5,"docs":{"32":{"tf":1.0},"7":{"tf":1.0},"76":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"8":{"tf":1.0}},"t":{"df":1,"docs":{"3":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":3,"docs":{"3":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"u":{"df":5,"docs":{"42":{"tf":1.0},"69":{"tf":1.0},"83":{"tf":1.4142135623730951},"85":{"tf":1.0},"86":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.0},"38":{"tf":1.0}}}},"’":{"df":1,"docs":{"59":{"tf":1.0}}}},"v":{"df":23,"docs":{"73":{"tf":1.7320508075688772},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}},"j":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"g":{"df":4,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"62":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}}},"k":{"8":{"df":12,"docs":{"16":{"tf":1.0},"22":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.7320508075688772},"52":{"tf":1.0},"58":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"82":{"tf":1.0},"94":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":1,"docs":{"47":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"95":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":20,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.7320508075688772},"22":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.0},"62":{"tf":1.0},"67":{"tf":1.0},"71":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.4142135623730951},"76":{"tf":1.0},"79":{"tf":1.0},"94":{"tf":1.4142135623730951}}}},"y":{"df":2,"docs":{"69":{"tf":1.0},"70":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"92":{"tf":1.0}}}},"n":{"d":{"df":1,"docs":{"47":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"74":{"tf":1.4142135623730951}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"95":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":1,"docs":{"86":{"tf":1.4142135623730951}}}}}},"u":{"b":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":5,"docs":{"47":{"tf":1.0},"58":{"tf":2.449489742783178},"78":{"tf":1.0},"79":{"tf":2.0},"82":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"23":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.4142135623730951},"47":{"tf":1.0},"72":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"g":{"df":3,"docs":{"42":{"tf":1.0},"48":{"tf":1.7320508075688772},"52":{"tf":1.0}},"r":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"29":{"tf":1.0}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"32":{"tf":1.0},"62":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"29":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"21":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"38":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"26":{"tf":1.4142135623730951},"4":{"tf":1.0},"57":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"15":{"tf":1.7320508075688772},"21":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"67":{"tf":1.0},"74":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"57":{"tf":1.0},"95":{"tf":1.0}}}}},"df":0,"docs":{},"k":{"df":2,"docs":{"12":{"tf":1.0},"62":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.7320508075688772}}}},"v":{"df":1,"docs":{"59":{"tf":1.0}}}},"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"95":{"tf":1.0}}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"43":{"tf":1.0}}}},"t":{"df":1,"docs":{"3":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":16,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"29":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"62":{"tf":1.7320508075688772},"72":{"tf":1.0},"74":{"tf":1.0},"84":{"tf":1.4142135623730951},"95":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":2,"docs":{"12":{"tf":1.7320508075688772},"35":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"69":{"tf":1.0}}}}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":2,"docs":{"20":{"tf":1.0},"79":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"79":{"tf":1.0},"82":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":20,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.4142135623730951},"3":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"58":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0},"79":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.4142135623730951},"9":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.7320508075688772}}}}},"o":{"a":{"d":{"df":4,"docs":{"23":{"tf":1.0},"25":{"tf":1.0},"30":{"tf":1.4142135623730951},"47":{"tf":2.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"=":{"2":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"=":{"1":{"2":{"0":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"=":{"3":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":7,"docs":{"45":{"tf":1.0},"49":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.0},"79":{"tf":1.4142135623730951},"84":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":2,"docs":{"43":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}},"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":3,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":22,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"23":{"tf":1.0},"36":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"4":{"tf":1.0},"42":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"50":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0},"72":{"tf":1.0},"78":{"tf":1.4142135623730951},"79":{"tf":1.0},"82":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0}}},"t":{"df":5,"docs":{"42":{"tf":1.0},"49":{"tf":1.7320508075688772},"50":{"tf":1.0},"72":{"tf":1.0},"78":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":19,"docs":{"42":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"46":{"tf":1.7320508075688772},"53":{"tf":1.4142135623730951},"54":{"tf":2.6457513110645907},"55":{"tf":2.8284271247461903},"56":{"tf":2.23606797749979},"58":{"tf":4.242640687119285},"69":{"tf":1.0},"76":{"tf":1.4142135623730951},"77":{"tf":1.4142135623730951},"78":{"tf":2.6457513110645907},"79":{"tf":4.0},"83":{"tf":1.4142135623730951},"84":{"tf":1.7320508075688772},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0}},"i":{"c":{"df":3,"docs":{"68":{"tf":1.0},"71":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}},"s":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"79":{"tf":1.0}}}}}},"/":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"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":{}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"79":{"tf":1.0}}}}}}},"df":0,"docs":{},"—":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"g":{"df":5,"docs":{"10":{"tf":1.0},"17":{"tf":1.0},"62":{"tf":1.0},"74":{"tf":1.0},"94":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":3,"docs":{"31":{"tf":1.0},"81":{"tf":1.0},"94":{"tf":1.0}}},"p":{"df":3,"docs":{"22":{"tf":1.0},"38":{"tf":1.0},"6":{"tf":1.0}}},"s":{"df":1,"docs":{"15":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"95":{"tf":1.0}}}}}}},"w":{"df":1,"docs":{"30":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"r":{"df":2,"docs":{"12":{"tf":1.0},"4":{"tf":1.0}}},"s":{"df":2,"docs":{"58":{"tf":1.0},"79":{"tf":1.0}}},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"10":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"39":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":10,"docs":{"10":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"6":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.0},"8":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"13":{"tf":1.0},"61":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":10,"docs":{"13":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"50":{"tf":1.0},"7":{"tf":1.0},"72":{"tf":1.0},"8":{"tf":1.0},"95":{"tf":1.0}}}},"n":{"df":0,"docs":{},"i":{"df":6,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"62":{"tf":1.0},"74":{"tf":1.0}}},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"95":{"tf":1.0}}}}},"p":{"df":4,"docs":{"16":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0},"72":{"tf":1.0}}},"t":{"c":{"df":0,"docs":{},"h":{"df":4,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"46":{"tf":1.0},"68":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"73":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"17":{"tf":1.0},"40":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}},"x":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"4":{"0":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":8,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"62":{"tf":1.0},"94":{"tf":1.0}}}}},"t":{"df":1,"docs":{"21":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"95":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"60":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"9":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"57":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"2":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"81":{"tf":1.0},"87":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"42":{"tf":1.0},"95":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"60":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"c":{"df":7,"docs":{"12":{"tf":1.0},"32":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"76":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"2":{"0":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"u":{"b":{"df":1,"docs":{"47":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"m":{"df":6,"docs":{"22":{"tf":1.0},"24":{"tf":1.4142135623730951},"38":{"tf":1.0},"68":{"tf":1.0},"71":{"tf":1.0},"86":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"10":{"tf":1.7320508075688772},"74":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"66":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"76":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":6,"docs":{"42":{"tf":1.0},"52":{"tf":1.0},"64":{"tf":1.0},"76":{"tf":1.0},"83":{"tf":1.0},"94":{"tf":1.0}}}},"x":{"df":3,"docs":{"57":{"tf":1.0},"76":{"tf":1.0},"8":{"tf":1.0}},"e":{"d":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"31":{"tf":1.4142135623730951}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":8,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"30":{"tf":1.0},"62":{"tf":2.23606797749979},"72":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"35":{"tf":1.0}}}},"df":2,"docs":{"45":{"tf":1.0},"64":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"71":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"79":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"13":{"tf":1.0},"22":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":8,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.4142135623730951},"35":{"tf":1.7320508075688772},"39":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":4,"docs":{"22":{"tf":1.0},"74":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}}}},"t":{"df":5,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"69":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"69":{"tf":1.0},"70":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":8,"docs":{"23":{"tf":1.0},"51":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"64":{"tf":1.0},"69":{"tf":1.0},"79":{"tf":1.0}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"df":2,"docs":{"30":{"tf":1.0},"9":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":9,"docs":{"21":{"tf":1.0},"3":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"52":{"tf":1.4142135623730951},"70":{"tf":1.0},"71":{"tf":1.0},"8":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"g":{"df":3,"docs":{"31":{"tf":1.0},"42":{"tf":1.0},"95":{"tf":1.0}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":7,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":16,"docs":{"0":{"tf":1.7320508075688772},"15":{"tf":1.0},"17":{"tf":1.0},"29":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"4":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.4142135623730951},"83":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.4142135623730951}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"33":{"tf":1.0},"95":{"tf":1.0}}}}},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"69":{"tf":1.0},"70":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":8,"docs":{"28":{"tf":1.0},"62":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.7320508075688772},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"95":{"tf":1.0}}}}},"o":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"66":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"66":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":38,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"12":{"tf":1.0},"15":{"tf":1.7320508075688772},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"2":{"tf":1.0},"27":{"tf":1.4142135623730951},"29":{"tf":1.0},"3":{"tf":1.4142135623730951},"33":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.4142135623730951},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":2.0},"47":{"tf":1.0},"54":{"tf":2.0},"55":{"tf":1.0},"56":{"tf":2.23606797749979},"58":{"tf":1.7320508075688772},"60":{"tf":2.0},"62":{"tf":1.0},"64":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":1.4142135623730951},"76":{"tf":1.7320508075688772},"78":{"tf":2.23606797749979},"79":{"tf":2.0},"82":{"tf":1.7320508075688772},"83":{"tf":2.0},"85":{"tf":1.4142135623730951},"88":{"tf":1.0},"90":{"tf":1.7320508075688772},"91":{"tf":1.4142135623730951},"92":{"tf":1.0},"95":{"tf":2.23606797749979}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"55":{"tf":1.0}},"i":{"df":2,"docs":{"22":{"tf":1.0},"8":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"df":19,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.7320508075688772},"33":{"tf":1.0},"42":{"tf":1.4142135623730951},"46":{"tf":1.7320508075688772},"47":{"tf":1.7320508075688772},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"56":{"tf":2.0},"58":{"tf":3.0},"78":{"tf":2.0},"79":{"tf":2.449489742783178},"82":{"tf":1.4142135623730951},"92":{"tf":1.0},"93":{"tf":1.4142135623730951},"95":{"tf":1.0}},"s":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"57":{"tf":1.0}}}}}}}}}},"d":{"a":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"57":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"57":{"tf":1.0}}}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"57":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"42":{"tf":1.0},"54":{"tf":1.0}},"k":{"df":0,"docs":{},"z":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"_":{"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":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"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":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":2,"docs":{"42":{"tf":1.0},"49":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"78":{"tf":1.0}}}}}}},"=":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"46":{"tf":1.0},"58":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"79":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":1,"docs":{"45":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":4,"docs":{"42":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":3,"docs":{"42":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"=":{"\\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"e":{",":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"_":{"d":{"a":{"_":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"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":2,"docs":{"55":{"tf":1.0},"84":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"e":{",":{"d":{"a":{"=":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"45":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"=":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":6,"docs":{"45":{"tf":1.0},"46":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"79":{"tf":1.0},"84":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":2,"docs":{"42":{"tf":1.0},"55":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"57":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"=":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"4":{"3":{"1":{"7":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"55":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"=":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"4":{"3":{"1":{"8":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"55":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"23":{"tf":1.0},"52":{"tf":1.0}},"e":{"=":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":4,"docs":{"46":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"79":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"47":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":1,"docs":{"55":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":5,"docs":{"55":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"55":{"tf":2.0}}}},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"27":{"tf":1.0},"42":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"p":{"df":2,"docs":{"7":{"tf":1.0},"94":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"21":{"tf":1.0},"45":{"tf":1.4142135623730951},"7":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"[":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":21,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"62":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.4142135623730951},"85":{"tf":1.7320508075688772},"9":{"tf":1.4142135623730951},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.7320508075688772}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"22":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"62":{"tf":1.0}}}}},"df":0,"docs":{}},"df":2,"docs":{"12":{"tf":1.0},"79":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"72":{"tf":1.0},"74":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"58":{"tf":1.0}}}}}}},"k":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"\\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"69":{"tf":1.0},"70":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":5,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"69":{"tf":1.0}}},"n":{"c":{"df":3,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"62":{"tf":1.0}}},"df":4,"docs":{"15":{"tf":1.0},"3":{"tf":1.0},"41":{"tf":1.0},"67":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"40":{"tf":1.0}}}}},"p":{"df":1,"docs":{"95":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":28,"docs":{"0":{"tf":1.0},"17":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"42":{"tf":2.23606797749979},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}},"t":{"df":2,"docs":{"21":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":7,"docs":{"12":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"50":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"59":{"tf":1.0},"66":{"tf":1.0}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":10,"docs":{"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.4142135623730951},"62":{"tf":1.0},"72":{"tf":1.4142135623730951},"95":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"21":{"tf":1.0},"7":{"tf":1.0},"94":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"92":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.4142135623730951}}}}},"df":1,"docs":{"29":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"p":{"df":2,"docs":{"55":{"tf":1.7320508075688772},"59":{"tf":2.449489742783178}}}}},"u":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":9,"docs":{"12":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"95":{"tf":1.0}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"54":{"tf":1.0},"58":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951}},"—":{"d":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"81":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"3":{"tf":1.0},"6":{"tf":1.4142135623730951},"9":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"38":{"tf":1.0},"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"42":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.7320508075688772}}}}}}}}}},"p":{"2":{"df":0,"docs":{},"p":{"df":1,"docs":{"57":{"tf":1.0}}}},"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"12":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"29":{"tf":1.0}}},"k":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"16":{"tf":1.0},"72":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":3,"docs":{"1":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":7,"docs":{"34":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":1.7320508075688772},"52":{"tf":1.0},"67":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"31":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"95":{"tf":1.0}}}}},"t":{"df":94,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.7320508075688772},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.7320508075688772},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"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},"4":{"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":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.7320508075688772},"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.7320508075688772},"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}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":5,"docs":{"0":{"tf":1.0},"19":{"tf":1.0},"67":{"tf":1.0},"74":{"tf":1.0},"95":{"tf":1.0}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"36":{"tf":1.0},"60":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":2,"docs":{"12":{"tf":1.0},"86":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"19":{"tf":1.0},"42":{"tf":1.0},"49":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":6,"docs":{"15":{"tf":1.0},"21":{"tf":2.449489742783178},"22":{"tf":1.0},"23":{"tf":1.0},"56":{"tf":1.0},"83":{"tf":1.0}}}}}}}},"df":10,"docs":{"23":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":2.0},"59":{"tf":1.0},"79":{"tf":1.7320508075688772},"84":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"29":{"tf":1.0},"83":{"tf":1.0}}}},"r":{"df":10,"docs":{"21":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"7":{"tf":1.0},"78":{"tf":1.7320508075688772},"85":{"tf":1.0},"95":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":3,"docs":{"0":{"tf":1.4142135623730951},"4":{"tf":1.0},"95":{"tf":1.4142135623730951}}}}}},"i":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"95":{"tf":1.0}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"58":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"30":{"tf":1.4142135623730951},"35":{"tf":3.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":7,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"5":{"tf":1.7320508075688772},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"34":{"tf":1.0},"69":{"tf":1.0},"74":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"15":{"tf":1.0},"16":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"94":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"35":{"tf":1.4142135623730951},"39":{"tf":1.0}}}}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"92":{"tf":1.0}}}}}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{},"n":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"[":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":21,"docs":{"1":{"tf":1.0},"12":{"tf":2.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"20":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":2.0},"37":{"tf":1.4142135623730951},"4":{"tf":1.0},"41":{"tf":1.0},"62":{"tf":1.0},"7":{"tf":1.0},"72":{"tf":1.0},"8":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"42":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"u":{"df":1,"docs":{"0":{"tf":1.0}},"g":{"df":1,"docs":{"68":{"tf":1.0}},"g":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"13":{"tf":1.0},"18":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"d":{"df":6,"docs":{"47":{"tf":1.0},"58":{"tf":1.7320508075688772},"78":{"tf":1.4142135623730951},"79":{"tf":2.6457513110645907},"82":{"tf":1.7320508075688772},"95":{"tf":1.0}}},"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"95":{"tf":1.0}},"e":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":12,"docs":{"23":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"55":{"tf":1.0},"58":{"tf":1.7320508075688772},"79":{"tf":1.4142135623730951},"83":{"tf":1.0},"91":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":1,"docs":{"48":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"3":{"tf":1.0}}}},"df":0,"docs":{}},"df":6,"docs":{"39":{"tf":1.0},"46":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"83":{"tf":1.0},"85":{"tf":1.0},"92":{"tf":1.7320508075688772}}}},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"32":{"tf":1.0},"35":{"tf":1.0},"62":{"tf":1.0},"79":{"tf":1.0},"95":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"14":{"tf":1.0},"22":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"9":{"tf":1.0}}}},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"57":{"tf":1.4142135623730951}}}}},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"95":{"tf":1.0}}}}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"15":{"tf":1.0},"72":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"36":{"tf":1.4142135623730951},"42":{"tf":2.0},"46":{"tf":1.0},"47":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.0}}}}}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"56":{"tf":1.0}}}},"t":{"df":3,"docs":{"22":{"tf":1.0},"67":{"tf":1.0},"76":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"95":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":3,"docs":{"58":{"tf":1.0},"79":{"tf":1.0},"92":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"36":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":2.0}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"72":{"tf":1.4142135623730951}}}}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"11":{"tf":1.0},"5":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"o":{"b":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":8,"docs":{"17":{"tf":1.0},"21":{"tf":1.0},"41":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.4142135623730951},"71":{"tf":1.0},"72":{"tf":1.0},"95":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"83":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":10,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"23":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"54":{"tf":1.0},"82":{"tf":1.0},"92":{"tf":1.4142135623730951},"95":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":8,"docs":{"0":{"tf":1.0},"20":{"tf":1.0},"33":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.7320508075688772},"88":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.4142135623730951}},"t":{"df":4,"docs":{"10":{"tf":1.0},"24":{"tf":1.0},"28":{"tf":1.0},"95":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":8,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"29":{"tf":1.4142135623730951},"3":{"tf":1.0},"62":{"tf":1.0},"76":{"tf":1.0},"9":{"tf":1.0},"95":{"tf":1.4142135623730951}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":3,"docs":{"46":{"tf":1.0},"60":{"tf":1.7320508075688772},"85":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"43":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"o":{"df":0,"docs":{},"f":{"df":3,"docs":{"46":{"tf":1.0},"83":{"tf":1.0},"95":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"34":{"tf":1.0},"95":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":9,"docs":{"0":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"21":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0},"7":{"tf":2.0},"94":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"10":{"tf":1.0},"69":{"tf":1.0}}},"i":{"d":{"df":3,"docs":{"33":{"tf":1.0},"39":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":6,"docs":{"12":{"tf":1.4142135623730951},"36":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"62":{"tf":1.0},"95":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"41":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}},"s":{"df":3,"docs":{"58":{"tf":1.0},"79":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"69":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"b":{"df":2,"docs":{"69":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"0":{"tf":1.0},"95":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"94":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"18":{"tf":1.0},"3":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"47":{"tf":1.7320508075688772}}}}}},"q":{"a":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"43":{"tf":1.0},"73":{"tf":1.0},"76":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}}}}}},"r":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"12":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"34":{"tf":1.4142135623730951},"8":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"(":{"3":{"df":1,"docs":{"27":{"tf":1.0}}},"5":{"df":5,"docs":{"25":{"tf":1.0},"26":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":12,"docs":{"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"8":{"tf":1.0},"88":{"tf":1.0},"9":{"tf":1.4142135623730951},"94":{"tf":1.0},"95":{"tf":1.0}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}}},"df":3,"docs":{"12":{"tf":1.0},"46":{"tf":1.0},"50":{"tf":1.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"69":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"70":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"69":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"l":{"df":4,"docs":{"41":{"tf":1.0},"69":{"tf":1.7320508075688772},"70":{"tf":1.4142135623730951},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"—":{"a":{"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"74":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":14,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"27":{"tf":1.0},"33":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"42":{"tf":1.7320508075688772},"6":{"tf":1.0},"66":{"tf":1.0},"76":{"tf":1.0},"82":{"tf":1.7320508075688772},"83":{"tf":1.0},"91":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"72":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":4,"docs":{"0":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"68":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"1":{"tf":1.0},"3":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"7":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"66":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"22":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"19":{"tf":1.0},"94":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":4,"docs":{"13":{"tf":1.0},"21":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":15,"docs":{"61":{"tf":1.7320508075688772},"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":2.0},"73":{"tf":1.0},"78":{"tf":1.4142135623730951},"95":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"83":{"tf":1.0}}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"36":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"47":{"tf":1.4142135623730951}}},"y":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"47":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}}}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"95":{"tf":1.0}}},"x":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":1,"docs":{"7":{"tf":1.0}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"22":{"tf":1.0},"66":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"20":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"79":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":1,"docs":{"23":{"tf":1.0}},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"42":{"tf":1.0},"85":{"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":{"50":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"62":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":5,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.4142135623730951},"43":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"69":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":15,"docs":{"19":{"tf":1.0},"23":{"tf":1.7320508075688772},"27":{"tf":1.0},"3":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"46":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"78":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":7,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"27":{"tf":2.0},"31":{"tf":1.0},"94":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"12":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":5,"docs":{"16":{"tf":1.0},"4":{"tf":1.0},"62":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.4142135623730951}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":10,"docs":{"12":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"27":{"tf":1.4142135623730951},"35":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.4142135623730951},"8":{"tf":1.0},"92":{"tf":1.0},"95":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":9,"docs":{"22":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"36":{"tf":1.0},"5":{"tf":1.0},"69":{"tf":1.4142135623730951},"70":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":3,"docs":{"0":{"tf":1.0},"9":{"tf":1.0},"95":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":6,"docs":{"12":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"65":{"tf":1.0},"69":{"tf":1.0},"95":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"15":{"tf":1.4142135623730951},"21":{"tf":1.0},"65":{"tf":1.0},"72":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":3,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"94":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"71":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"10":{"tf":1.0},"94":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":7,"docs":{"0":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"62":{"tf":1.0},"72":{"tf":1.0},"95":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"95":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"c":{"df":1,"docs":{"69":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"64":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.7320508075688772},"70":{"tf":1.4142135623730951}}}}}}}}},"df":40,"docs":{"1":{"tf":1.0},"10":{"tf":2.0},"12":{"tf":1.7320508075688772},"13":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.7320508075688772},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":2.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":2.23606797749979},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"42":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"46":{"tf":2.0},"47":{"tf":1.4142135623730951},"49":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":2.23606797749979},"59":{"tf":1.0},"62":{"tf":2.0},"7":{"tf":1.0},"70":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.7320508075688772},"79":{"tf":2.23606797749979},"84":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":2.449489742783178}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":3,"docs":{"30":{"tf":1.0},"64":{"tf":1.0},"69":{"tf":1.4142135623730951}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":4,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":44,"docs":{"12":{"tf":1.7320508075688772},"13":{"tf":1.4142135623730951},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"36":{"tf":1.7320508075688772},"37":{"tf":2.0},"38":{"tf":1.7320508075688772},"39":{"tf":1.7320508075688772},"4":{"tf":1.7320508075688772},"40":{"tf":1.7320508075688772},"41":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"45":{"tf":1.7320508075688772},"46":{"tf":1.7320508075688772},"47":{"tf":2.0},"49":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"58":{"tf":3.0},"59":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.7320508075688772},"72":{"tf":1.7320508075688772},"76":{"tf":1.7320508075688772},"78":{"tf":1.4142135623730951},"79":{"tf":2.8284271247461903},"84":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.7320508075688772},"95":{"tf":2.0}},"’":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"41":{"tf":1.0}},"{":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"41":{"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":{},"i":{"df":0,"docs":{},"m":{"df":6,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0},"62":{"tf":1.0},"72":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"41":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"=":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"54":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":2,"docs":{"42":{"tf":1.0},"54":{"tf":1.4142135623730951}}}}}},"df":5,"docs":{"50":{"tf":1.0},"68":{"tf":1.7320508075688772},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":2,"docs":{"59":{"tf":1.0},"67":{"tf":1.0}},"t":{"df":0,"docs":{},"y":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"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":{}}}}},"m":{"df":0,"docs":{},"e":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"36":{"tf":1.4142135623730951},"47":{"tf":1.0},"72":{"tf":1.0},"78":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"57":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"42":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":4,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":7,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.7320508075688772}}}}}}}},"df":0,"docs":{}}}}},"df":49,"docs":{"1":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.7320508075688772},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":2.23606797749979},"16":{"tf":1.7320508075688772},"17":{"tf":2.23606797749979},"18":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":2.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"28":{"tf":1.0},"35":{"tf":2.0},"36":{"tf":2.23606797749979},"37":{"tf":1.0},"4":{"tf":1.7320508075688772},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"5":{"tf":1.0},"62":{"tf":2.6457513110645907},"71":{"tf":1.4142135623730951},"72":{"tf":2.23606797749979},"73":{"tf":1.0},"74":{"tf":1.4142135623730951},"75":{"tf":1.7320508075688772},"76":{"tf":1.4142135623730951},"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.7320508075688772},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.7320508075688772},"95":{"tf":2.23606797749979}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"30":{"tf":1.0},"40":{"tf":1.0},"47":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"50":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":4,"docs":{"42":{"tf":1.0},"46":{"tf":1.7320508075688772},"50":{"tf":1.4142135623730951},"51":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":5,"docs":{"22":{"tf":1.0},"30":{"tf":1.0},"45":{"tf":1.0},"7":{"tf":1.7320508075688772},"95":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"d":{"df":10,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"62":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0},"83":{"tf":1.0},"89":{"tf":1.4142135623730951},"94":{"tf":1.0}}},"df":11,"docs":{"17":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"54":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"93":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{}},"f":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"69":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":3,"docs":{"21":{"tf":1.0},"69":{"tf":1.7320508075688772},"70":{"tf":1.7320508075688772}}}},"n":{"d":{"df":4,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":6,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"56":{"tf":1.0},"8":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"29":{"tf":1.0},"80":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"35":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"32":{"tf":1.0}}},"v":{"df":1,"docs":{"72":{"tf":1.0}},"i":{"c":{"df":6,"docs":{"0":{"tf":1.0},"39":{"tf":1.0},"57":{"tf":1.4142135623730951},"76":{"tf":1.0},"9":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":14,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"54":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"61":{"tf":1.0},"74":{"tf":1.4142135623730951},"95":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":4,"docs":{"16":{"tf":1.0},"39":{"tf":1.0},"76":{"tf":1.0},"93":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":18,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"62":{"tf":1.0},"68":{"tf":1.0},"74":{"tf":1.0},"95":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":8,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0},"62":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"74":{"tf":1.7320508075688772}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"0":{"tf":1.0},"10":{"tf":1.4142135623730951},"94":{"tf":1.0}}}},"w":{"df":6,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"23":{"tf":1.0},"28":{"tf":1.0},"68":{"tf":1.0},"79":{"tf":1.0}}}}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":14,"docs":{"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"36":{"tf":1.4142135623730951},"4":{"tf":1.0},"42":{"tf":1.4142135623730951},"60":{"tf":1.0},"66":{"tf":1.0},"9":{"tf":2.0},"94":{"tf":1.0},"95":{"tf":1.7320508075688772}},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"d":{"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":{"c":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"24":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951}},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"i":{"df":1,"docs":{"59":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"29":{"tf":1.4142135623730951},"33":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":3,"docs":{"12":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0}}}}},"t":{"df":1,"docs":{"15":{"tf":1.0}}},"z":{"df":0,"docs":{},"e":{"df":1,"docs":{"9":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":4,"docs":{"10":{"tf":1.4142135623730951},"7":{"tf":2.23606797749979},"94":{"tf":1.0},"95":{"tf":1.7320508075688772}}},"w":{"df":3,"docs":{"29":{"tf":1.0},"7":{"tf":1.0},"76":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"43":{"tf":1.0}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"17":{"tf":1.0},"3":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":8,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"38":{"tf":1.0},"43":{"tf":1.0},"71":{"tf":1.0},"76":{"tf":1.0},"94":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"65":{"tf":1.0},"70":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"3":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"31":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"84":{"tf":1.0}}}},"w":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":1,"docs":{"95":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"67":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":9,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"35":{"tf":1.0},"42":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0},"74":{"tf":1.0},"79":{"tf":1.0},"95":{"tf":1.0}},"i":{"df":2,"docs":{"17":{"tf":1.0},"95":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"e":{"d":{"df":2,"docs":{"22":{"tf":1.0},"37":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"95":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"39":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"35":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"76":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"22":{"tf":1.0},"76":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"69":{"tf":1.0}}}}}}},"df":0,"docs":{}},"_":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"65":{"tf":1.0},"70":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":16,"docs":{"12":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"33":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.7320508075688772},"62":{"tf":1.0},"64":{"tf":1.0},"69":{"tf":1.0},"76":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"95":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"p":{"df":2,"docs":{"43":{"tf":1.0},"91":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":5,"docs":{"12":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.0},"9":{"tf":1.7320508075688772},"95":{"tf":1.7320508075688772}}},"i":{"c":{"df":1,"docs":{"69":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":1,"docs":{"82":{"tf":1.4142135623730951}}}},"y":{"df":5,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"32":{"tf":1.0},"70":{"tf":1.4142135623730951},"94":{"tf":1.0}}}},"d":{":":{":":{"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":4,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{":":{":":{"a":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"69":{"tf":1.0}}},"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":{":":{":":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":2,"docs":{"55":{"tf":1.0},"78":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"21":{"tf":1.0},"42":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"29":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"94":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":3,"docs":{"12":{"tf":1.0},"62":{"tf":1.0},"95":{"tf":1.0}}}},"r":{"df":2,"docs":{"69":{"tf":1.0},"70":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"58":{"tf":2.0},"79":{"tf":1.7320508075688772},"95":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"26":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"69":{"tf":1.0},"70":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"b":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"74":{"tf":1.4142135623730951}}}}}},"u":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"25":{"tf":1.0},"29":{"tf":1.4142135623730951},"31":{"tf":1.0}}}},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"6":{"tf":1.0}}}}},"df":6,"docs":{"0":{"tf":1.4142135623730951},"17":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"31":{"tf":1.4142135623730951},"95":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":3,"docs":{"0":{"tf":1.0},"57":{"tf":1.0},"95":{"tf":1.0}}}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"4":{"tf":1.0},"62":{"tf":1.0},"74":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"82":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"40":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"16":{"tf":1.0},"27":{"tf":1.0},"73":{"tf":1.0},"90":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"13":{"tf":1.0},"22":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"94":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"76":{"tf":1.7320508075688772}}}}}}},"n":{"c":{"df":5,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"35":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"7":{"tf":1.0},"94":{"tf":1.0}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"28":{"tf":1.0},"29":{"tf":1.4142135623730951},"33":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":8,"docs":{"20":{"tf":1.4142135623730951},"27":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"62":{"tf":1.0},"9":{"tf":1.4142135623730951},"94":{"tf":1.0},"95":{"tf":2.23606797749979}}}}}}}},"t":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"46":{"tf":1.0},"47":{"tf":1.0}}},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"79":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"3":{"0":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"69":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"70":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":6,"docs":{"17":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":2.0},"69":{"tf":1.4142135623730951},"70":{"tf":1.7320508075688772},"94":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"62":{"tf":1.0}}}}},"d":{"df":3,"docs":{"20":{"tf":1.0},"41":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":3,"docs":{"22":{"tf":1.0},"3":{"tf":1.4142135623730951},"74":{"tf":1.0}}},"r":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"79":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"59":{"tf":1.4142135623730951}}}}}}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"56":{"tf":1.0},"78":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"21":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"79":{"tf":1.0}}}}}},"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"=":{"9":{"0":{"9":{"1":{"df":2,"docs":{"46":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":56,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.4142135623730951},"15":{"tf":2.0},"16":{"tf":1.7320508075688772},"17":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"3":{"tf":1.7320508075688772},"31":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":2.8284271247461903},"47":{"tf":2.0},"49":{"tf":1.0},"5":{"tf":2.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.7320508075688772},"60":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.4142135623730951},"76":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.7320508075688772},"80":{"tf":1.0},"81":{"tf":1.0},"86":{"tf":1.0},"9":{"tf":1.0},"90":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"66":{"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":{"65":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"64":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"{":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":4,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"70":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"69":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"69":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"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":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"27":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{":":{":":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":3,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":3,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"{":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{":":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":5,"docs":{"46":{"tf":1.4142135623730951},"47":{"tf":2.8284271247461903},"58":{"tf":1.4142135623730951},"79":{"tf":1.0},"93":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"—":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"7":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"13":{"tf":1.0},"36":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}}}}},"i":{"df":1,"docs":{"7":{"tf":1.0}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"e":{"df":14,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":1.0},"32":{"tf":1.7320508075688772},"38":{"tf":1.0},"7":{"tf":2.449489742783178},"91":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":4,"docs":{"41":{"tf":1.0},"46":{"tf":1.0},"81":{"tf":1.0},"91":{"tf":1.4142135623730951}}}}},"r":{"df":1,"docs":{"29":{"tf":1.4142135623730951}}}}}},"m":{"df":0,"docs":{},"p":{"/":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"79":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":2,"docs":{"46":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"51":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"58":{"tf":1.0}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"15":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"23":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"32":{"tf":1.0},"34":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"29":{"tf":1.0},"50":{"tf":1.0}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":23,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"28":{"tf":1.0},"34":{"tf":2.0},"36":{"tf":1.0},"4":{"tf":1.7320508075688772},"46":{"tf":1.0},"62":{"tf":1.7320508075688772},"67":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"72":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.4142135623730951},"8":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.0},"95":{"tf":1.4142135623730951}},"y":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"g":{"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":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"69":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"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":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"74":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"15":{"tf":1.0},"41":{"tf":1.0},"55":{"tf":1.7320508075688772},"72":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"k":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"72":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":15,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.7320508075688772},"4":{"tf":1.7320508075688772},"41":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.0},"8":{"tf":1.0},"95":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"68":{"tf":1.0},"74":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":21,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"21":{"tf":1.0},"25":{"tf":2.23606797749979},"26":{"tf":2.23606797749979},"27":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"74":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951},"89":{"tf":1.0},"9":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"d":{"a":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"95":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"95":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"16":{"tf":1.7320508075688772}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"42":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"19":{"tf":1.0},"31":{"tf":1.0},"4":{"tf":1.0},"95":{"tf":1.4142135623730951}}}}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":19,"docs":{"75":{"tf":1.7320508075688772},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"30":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"94":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":2,"docs":{"22":{"tf":1.0},"74":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"37":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}}},"x":{"df":1,"docs":{"7":{"tf":1.0}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"95":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"37":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"25":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.4142135623730951},"62":{"tf":1.0},"64":{"tf":1.0},"95":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"54":{"tf":1.0},"59":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"59":{"tf":1.0},"70":{"tf":1.0},"76":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"55":{"tf":1.4142135623730951},"59":{"tf":1.0}}}}}},"p":{"df":5,"docs":{"56":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"92":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"17":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"16":{"tf":1.0},"43":{"tf":1.4142135623730951}}}},"df":27,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":2.23606797749979},"25":{"tf":2.23606797749979},"26":{"tf":2.23606797749979},"27":{"tf":2.23606797749979},"29":{"tf":1.4142135623730951},"30":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.0},"69":{"tf":2.23606797749979},"70":{"tf":1.7320508075688772},"72":{"tf":1.0},"74":{"tf":1.0},"90":{"tf":1.0},"92":{"tf":1.4142135623730951},"94":{"tf":1.0},"95":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"df":49,"docs":{"14":{"tf":1.7320508075688772},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"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},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"74":{"tf":1.0},"9":{"tf":1.7320508075688772}},"s":{"(":{"1":{"0":{"df":2,"docs":{"25":{"tf":1.0},"27":{"tf":1.0}}},"5":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":1,"docs":{"89":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"z":{"df":2,"docs":{"69":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"71":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"16":{"tf":1.0}}}},"x":{"df":0,"docs":{},"o":{"df":1,"docs":{"95":{"tf":1.4142135623730951}}}}}},"v":{"0":{".":{"3":{".":{"1":{"df":3,"docs":{"46":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"76":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"o":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"79":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"(":{"2":{"df":4,"docs":{"25":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"3":{"df":3,"docs":{"24":{"tf":1.0},"26":{"tf":1.0},"8":{"tf":1.0}}},"4":{"df":1,"docs":{"27":{"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":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"46":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":25,"docs":{"0":{"tf":2.0},"13":{"tf":1.0},"17":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.4142135623730951},"32":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":2.449489742783178},"62":{"tf":1.0},"69":{"tf":1.4142135623730951},"70":{"tf":1.0},"74":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951},"79":{"tf":2.449489742783178},"82":{"tf":1.0},"86":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":2.0}}},"df":0,"docs":{}},"u":{"df":2,"docs":{"31":{"tf":1.0},"95":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":9,"docs":{"34":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.7320508075688772},"59":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"46":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"!":{"[":{"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":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":1,"docs":{"69":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":1,"docs":{"69":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"54":{"tf":1.0},"84":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":2,"docs":{"10":{"tf":1.0},"94":{"tf":1.0}},"f":{"df":4,"docs":{"13":{"tf":1.0},"33":{"tf":1.0},"57":{"tf":1.0},"83":{"tf":1.0}},"i":{"df":9,"docs":{"20":{"tf":1.0},"29":{"tf":1.0},"42":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"91":{"tf":1.0},"95":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"i":{"a":{"df":7,"docs":{"0":{"tf":1.0},"42":{"tf":1.4142135623730951},"46":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.0},"58":{"tf":2.0},"95":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"16":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"47":{"tf":1.0},"52":{"tf":1.0}}}}}},"s":{"df":1,"docs":{"54":{"tf":1.4142135623730951}}}},"w":{"[":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"92":{"tf":1.0},"95":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"21":{"tf":1.0},"7":{"tf":2.449489742783178},"94":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":15,"docs":{"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.4142135623730951},"83":{"tf":1.0},"89":{"tf":1.7320508075688772},"94":{"tf":1.0},"95":{"tf":1.0}},"s":{"(":{"2":{"0":{"df":2,"docs":{"25":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}},"3":{"0":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":1,"docs":{"89":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"55":{"tf":1.0}}}},"s":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"90":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"30":{"tf":1.4142135623730951}}}},"y":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":1,"docs":{"12":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"21":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"74":{"tf":1.0},"95":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"76":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":11,"docs":{"10":{"tf":1.4142135623730951},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"20":{"tf":1.0},"36":{"tf":1.0},"62":{"tf":1.0},"7":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0},"88":{"tf":1.0},"95":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":4,"docs":{"39":{"tf":1.0},"64":{"tf":1.0},"71":{"tf":1.4142135623730951},"76":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"71":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"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":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"2":{"0":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"0":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":1,"docs":{"10":{"tf":1.0}}},"6":{"0":{"df":3,"docs":{"10":{"tf":1.0},"25":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"9":{"0":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"88":{"tf":1.0},"95":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"0":{"df":1,"docs":{"71":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"32":{"tf":1.0},"9":{"tf":1.0},"91":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"33":{"tf":1.0},"46":{"tf":1.0},"52":{"tf":1.0},"78":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":4,"docs":{"3":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"6":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":5,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"51":{"tf":1.4142135623730951},"72":{"tf":1.7320508075688772},"80":{"tf":1.4142135623730951}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":41,"docs":{"1":{"tf":1.0},"12":{"tf":2.23606797749979},"13":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.7320508075688772},"18":{"tf":2.0},"19":{"tf":2.449489742783178},"20":{"tf":2.23606797749979},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"25":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"28":{"tf":1.0},"29":{"tf":1.7320508075688772},"30":{"tf":1.7320508075688772},"31":{"tf":1.0},"36":{"tf":1.4142135623730951},"4":{"tf":1.7320508075688772},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"48":{"tf":1.0},"52":{"tf":1.0},"62":{"tf":2.23606797749979},"64":{"tf":1.7320508075688772},"65":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":2.0},"69":{"tf":2.6457513110645907},"70":{"tf":1.4142135623730951},"71":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.7320508075688772},"76":{"tf":1.0},"82":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":2.23606797749979}},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"15":{"tf":2.0},"16":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"d":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"23":{"tf":1.0},"29":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"45":{"tf":1.0},"5":{"tf":1.0},"56":{"tf":1.0},"78":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"58":{"tf":1.0}}}}}}}}},"x":{"df":2,"docs":{"46":{"tf":1.4142135623730951},"50":{"tf":1.0}}},"y":{"df":0,"docs":{},"e":{"df":1,"docs":{"94":{"tf":1.0}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"’":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"54":{"tf":1.0}}}},"r":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":2,"docs":{"30":{"tf":1.0},"95":{"tf":1.0}}}}}}}},"title":{"root":{"1":{"df":1,"docs":{"81":{"tf":1.0}}},"2":{"df":1,"docs":{"82":{"tf":1.0}}},"3":{"df":1,"docs":{"83":{"tf":1.0}}},"4":{"df":1,"docs":{"84":{"tf":1.0}}},"5":{"df":1,"docs":{"85":{"tf":1.0}}},"6":{"df":1,"docs":{"86":{"tf":1.0}}},"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"58":{"tf":1.0},"79":{"tf":1.0}}}}}},"df":0,"docs":{}},"d":{"df":4,"docs":{"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"92":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"60":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"73":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"17":{"tf":1.0}}}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"90":{"tf":1.0}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"31":{"tf":1.0}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"z":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"31":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":2,"docs":{"27":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"74":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"81":{"tf":1.0},"84":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":2,"docs":{"43":{"tf":1.0},"51":{"tf":1.0}},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"48":{"tf":1.0},"50":{"tf":1.0}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"41":{"tf":1.0},"87":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"86":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"39":{"tf":1.0},"46":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"70":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":2,"docs":{"24":{"tf":1.0},"88":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"74":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"90":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"74":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"72":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"32":{"tf":1.0},"33":{"tf":1.0}}}}}}}},"d":{"a":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"80":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"33":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"61":{"tf":1.0},"62":{"tf":1.0}}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"39":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"33":{"tf":1.0}},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"l":{"df":1,"docs":{"74":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"85":{"tf":1.0}}}}}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"55":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"87":{"tf":1.0}}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":4,"docs":{"23":{"tf":1.0},"28":{"tf":1.0},"44":{"tf":1.0},"68":{"tf":1.0}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":8,"docs":{"18":{"tf":1.0},"20":{"tf":1.0},"32":{"tf":1.0},"41":{"tf":1.0},"65":{"tf":1.0},"68":{"tf":1.0},"70":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}}}}}},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"88":{"tf":1.0},"89":{"tf":1.0}}}},"q":{"df":1,"docs":{"94":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"56":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"57":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"32":{"tf":1.0}}}},"d":{"df":1,"docs":{"77":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":1,"docs":{"93":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":3,"docs":{"54":{"tf":1.0},"63":{"tf":1.0},"81":{"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":{"34":{"tf":1.0}}}}},"t":{"df":1,"docs":{"50":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"95":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"86":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"14":{"tf":1.0},"76":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"67":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"i":{"df":1,"docs":{"14":{"tf":1.0}},"i":{"df":1,"docs":{"61":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"93":{"tf":1.0}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"83":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"72":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"v":{"df":1,"docs":{"73":{"tf":1.0}}}},"k":{"8":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"86":{"tf":1.0}}}}}},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"g":{"df":1,"docs":{"48":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"62":{"tf":1.0},"84":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"24":{"tf":1.0},"88":{"tf":1.0}}}}},"o":{"a":{"d":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"38":{"tf":1.0},"45":{"tf":1.0}}},"t":{"df":2,"docs":{"49":{"tf":1.0},"78":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":10,"docs":{"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"87":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"10":{"tf":1.0}}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"31":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"62":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"35":{"tf":1.0}}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"57":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":2,"docs":{"52":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"29":{"tf":1.0}}}}}}},"w":{"df":1,"docs":{"68":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":7,"docs":{"54":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"79":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"90":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"93":{"tf":1.0}}}}}},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":4,"docs":{"53":{"tf":1.0},"60":{"tf":1.0},"85":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"42":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":1,"docs":{"59":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"81":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":4,"docs":{"14":{"tf":1.0},"2":{"tf":1.0},"61":{"tf":1.0},"73":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"56":{"tf":1.0},"58":{"tf":1.0}}}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"35":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}}}}}}},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"35":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"92":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"o":{"b":{"df":0,"docs":{},"e":{"df":1,"docs":{"69":{"tf":1.0}}}},"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"60":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"76":{"tf":1.0},"78":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"69":{"tf":1.0},"70":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"82":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"61":{"tf":1.0},"72":{"tf":1.0},"78":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"n":{"df":4,"docs":{"10":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"44":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":10,"docs":{"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"58":{"tf":1.0},"66":{"tf":1.0},"79":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"68":{"tf":1.0}}}}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":7,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"62":{"tf":1.0},"75":{"tf":1.0},"86":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"89":{"tf":1.0}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"74":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"24":{"tf":1.0},"69":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"29":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"70":{"tf":1.0}}}},"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"76":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"tf":1.0}}}}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"57":{"tf":1.0},"70":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{":":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"93":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"7":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"91":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"34":{"tf":1.0},"67":{"tf":1.0}}}}}}}},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"25":{"tf":1.0},"26":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":1,"docs":{"16":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"75":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":1,"docs":{"92":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"82":{"tf":1.0},"85":{"tf":1.0}}}}}}},"s":{"df":1,"docs":{"54":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"89":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"30":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"10":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"71":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"51":{"tf":1.0},"80":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":9,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"64":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"lang":"English","pipeline":["trimmer","stopWordFilter","stemmer"],"ref":"id","version":"0.9.5"},"results_options":{"limit_results":30,"teaser_word_count":30},"search_options":{"bool":"OR","expand":true,"fields":{"body":{"boost":1},"breadcrumbs":{"boost":1},"title":{"boost":2}}}}')); \ No newline at end of file diff --git a/docs/searchindex-33e72e72.js b/docs/searchindex-33e72e72.js new file mode 100644 index 0000000..8ea9e7f --- /dev/null +++ b/docs/searchindex-33e72e72.js @@ -0,0 +1 @@ +window.search = Object.assign(window.search, JSON.parse('{"doc_urls":["project-context-primer.html#project-context-primer","what-you-will-learn.html#what-you-will-learn","part-i.html#part-i--foundations","introduction.html#introduction","architecture-overview.html#architecture-overview","testing-philosophy.html#testing-philosophy","testing-philosophy.html#declarative-over-imperative","testing-philosophy.html#protocol-time-not-wall-time","testing-philosophy.html#determinism-first-chaos-when-needed","testing-philosophy.html#observable-health-signals","testing-philosophy.html#minimum-run-windows","testing-philosophy.html#summary","scenario-lifecycle.html#scenario-lifecycle","design-rationale.html#design-rationale","part-ii.html#part-ii--user-guide","workspace-layout.html#workspace-layout","annotated-tree.html#annotated-tree","authoring-scenarios.html#authoring-scenarios","workloads.html#core-content-workloads--expectations","workloads.html#workloads","workloads.html#expectations","scenario-builder-ext-patterns.html#core-content-scenariobuilderext-patterns","best-practices.html#best-practices","examples.html#examples","examples.html#simple-2-validator-transaction-workload","examples.html#da--transaction-workload","examples.html#chaos--liveness-check","examples-advanced.html#advanced--artificial-examples","examples-advanced.html#synthetic-delay-workload-network-latency-simulation","examples-advanced.html#oscillating-load-workload-traffic-waves","examples-advanced.html#byzantine-behavior-mock","examples-advanced.html#custom-expectation-block-finality-drift","examples-advanced.html#custom-deployer-dry-run-deployer","examples-advanced.html#stochastic-topology-generator","examples-advanced.html#multi-phase-scenario-pipelines","running-scenarios.html#running-scenarios","runners.html#runners","runners.html#local-runner","runners.html#docker-compose-runner","runners.html#kubernetes-runner","runners.html#common-expectations","operations.html#operations","operations.html#ci-usage","operations.html#running-examples","operations.html#local-runner","operations.html#compose-runner","operations.html#k8s-runner","part-iii.html#part-iii--developer-reference","scenario-model.html#scenario-model-developer-level","extending.html#extending-the-framework","extending.html#adding-a-workload","extending.html#adding-an-expectation","extending.html#adding-a-runner","extending.html#adding-topology-helpers","custom-workload-example.html#example-new-workload--expectation-rust","custom-workload-example.html#workload-simple-reachability-probe","custom-workload-example.html#expectation-confirm-the-target-stayed-reachable","custom-workload-example.html#how-to-wire-it","internal-crate-reference.html#internal-crate-reference","part-iv.html#part-iv--appendix","dsl-cheat-sheet.html#core-content-dsl-cheat-sheet","troubleshooting.html#troubleshooting-scenarios","faq.html#faq","glossary.html#glossary"],"index":{"documentStore":{"docInfo":{"0":{"body":73,"breadcrumbs":6,"title":3},"1":{"body":26,"breadcrumbs":2,"title":1},"10":{"body":40,"breadcrumbs":7,"title":3},"11":{"body":26,"breadcrumbs":5,"title":1},"12":{"body":106,"breadcrumbs":6,"title":2},"13":{"body":68,"breadcrumbs":6,"title":2},"14":{"body":10,"breadcrumbs":8,"title":4},"15":{"body":94,"breadcrumbs":8,"title":2},"16":{"body":59,"breadcrumbs":8,"title":2},"17":{"body":101,"breadcrumbs":8,"title":2},"18":{"body":18,"breadcrumbs":12,"title":4},"19":{"body":38,"breadcrumbs":9,"title":1},"2":{"body":10,"breadcrumbs":4,"title":2},"20":{"body":54,"breadcrumbs":9,"title":1},"21":{"body":84,"breadcrumbs":12,"title":4},"22":{"body":103,"breadcrumbs":8,"title":2},"23":{"body":14,"breadcrumbs":6,"title":1},"24":{"body":28,"breadcrumbs":10,"title":5},"25":{"body":31,"breadcrumbs":8,"title":3},"26":{"body":37,"breadcrumbs":8,"title":3},"27":{"body":19,"breadcrumbs":10,"title":3},"28":{"body":41,"breadcrumbs":13,"title":6},"29":{"body":37,"breadcrumbs":12,"title":5},"3":{"body":84,"breadcrumbs":4,"title":1},"30":{"body":34,"breadcrumbs":10,"title":3},"31":{"body":41,"breadcrumbs":12,"title":5},"32":{"body":39,"breadcrumbs":12,"title":5},"33":{"body":35,"breadcrumbs":10,"title":3},"34":{"body":40,"breadcrumbs":11,"title":4},"35":{"body":75,"breadcrumbs":8,"title":2},"36":{"body":20,"breadcrumbs":6,"title":1},"37":{"body":23,"breadcrumbs":7,"title":2},"38":{"body":29,"breadcrumbs":8,"title":3},"39":{"body":20,"breadcrumbs":7,"title":2},"4":{"body":108,"breadcrumbs":6,"title":2},"40":{"body":43,"breadcrumbs":7,"title":2},"41":{"body":111,"breadcrumbs":6,"title":1},"42":{"body":48,"breadcrumbs":7,"title":2},"43":{"body":0,"breadcrumbs":7,"title":2},"44":{"body":44,"breadcrumbs":7,"title":2},"45":{"body":69,"breadcrumbs":7,"title":2},"46":{"body":48,"breadcrumbs":7,"title":2},"47":{"body":10,"breadcrumbs":8,"title":4},"48":{"body":118,"breadcrumbs":12,"title":4},"49":{"body":0,"breadcrumbs":8,"title":2},"5":{"body":17,"breadcrumbs":6,"title":2},"50":{"body":39,"breadcrumbs":8,"title":2},"51":{"body":21,"breadcrumbs":8,"title":2},"52":{"body":29,"breadcrumbs":8,"title":2},"53":{"body":21,"breadcrumbs":9,"title":3},"54":{"body":19,"breadcrumbs":14,"title":5},"55":{"body":120,"breadcrumbs":13,"title":4},"56":{"body":67,"breadcrumbs":14,"title":5},"57":{"body":24,"breadcrumbs":10,"title":1},"58":{"body":91,"breadcrumbs":10,"title":3},"59":{"body":10,"breadcrumbs":6,"title":3},"6":{"body":41,"breadcrumbs":7,"title":3},"60":{"body":84,"breadcrumbs":11,"title":5},"61":{"body":86,"breadcrumbs":7,"title":2},"62":{"body":99,"breadcrumbs":5,"title":1},"63":{"body":299,"breadcrumbs":5,"title":1},"7":{"body":89,"breadcrumbs":8,"title":4},"8":{"body":58,"breadcrumbs":8,"title":4},"9":{"body":51,"breadcrumbs":7,"title":3}},"docs":{"0":{"body":"This book focuses on the Nomos Testing Framework. It assumes familiarity with\\nthe Nomos architecture, but for completeness, here is a short primer. Nomos is a modular blockchain protocol composed of validators, executors,\\nand a data-availability (DA) subsystem. Validators participate in consensus and produce blocks. Executors are validators with the DA dispersal service enabled. They perform\\nall validator functions plus submit blob data to the DA network. Data Availability (DA) ensures that blob data submitted via channel operations\\nin transactions is published and retrievable by the network. These roles interact tightly, which is why meaningful testing must be performed\\nin multi-node environments that include real networking, timing, and DA\\ninteraction.","breadcrumbs":"Project Context Primer » Project Context Primer","id":"0","title":"Project Context Primer"},"1":{"body":"This book gives you a clear mental model for Nomos multi-node testing, shows how\\nto author scenarios that pair realistic workloads with explicit expectations,\\nand guides you to run them across local, containerized, and cluster environments\\nwithout changing the plan.","breadcrumbs":"What You Will Learn » What You Will Learn","id":"1","title":"What You Will Learn"},"10":{"body":"Always run long enough for meaningful block production: #![allow(unused)] fn main() {\\n// Bad: too short\\n.with_run_duration(Duration::from_secs(5)) // Maybe 0-1 blocks // Good: enough blocks for assertions\\n.with_run_duration(Duration::from_secs(60)) // ~10+ blocks } The framework enforces minimum durations, but be explicit. Very short runs\\nrisk false confidence—one lucky block doesn’t prove liveness.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Minimum Run Windows","id":"10","title":"Minimum Run Windows"},"11":{"body":"These principles keep scenarios: Portable across environments (protocol time, declarative) Debuggable (determinism, separation of concerns) Meaningful (observable signals, sufficient duration) When authoring scenarios, ask: “Does this test the protocol behavior or\\nmy local environment quirks?”","breadcrumbs":"Part I — Foundations » Testing Philosophy » Summary","id":"11","title":"Summary"},"12":{"body":"Build the plan: Declare a topology, attach workloads and expectations, and set the run window. The plan is the single source of truth for what will happen. Deploy: Hand the plan to a deployer. It provisions the environment on the chosen backend, waits for nodes to signal readiness, and returns a runner. Drive workloads: The runner starts traffic and behaviors (transactions, data-availability activity, restarts) for the planned duration. Observe blocks and signals: Track block progression and other high-level metrics during or after the run window to ground assertions in protocol time. Evaluate expectations: Once activity stops (and optional cooldown completes), the runner checks liveness and workload-specific outcomes to decide pass or fail. Cleanup: Tear down resources so successive runs start fresh and do not inherit leaked state. flowchart LR P[Plan
topology + workloads + expectations] --> D[Deploy
deployer provisions] D --> R[Runner
orchestrates execution] R --> W[Drive Workloads] W --> O[Observe
blocks/metrics] O --> E[Evaluate Expectations] E --> C[Cleanup]","breadcrumbs":"Part I — Foundations » Scenario Lifecycle » Scenario Lifecycle","id":"12","title":"Scenario Lifecycle"},"13":{"body":"Modular crates keep configuration, orchestration, workloads, and runners decoupled so each can evolve without breaking the others. Pluggable runners let the same scenario run on a laptop, a Docker host, or a Kubernetes cluster, making validation portable across environments. Separated workloads and expectations clarify intent: what traffic to generate versus how to judge success. This simplifies review and reuse. Declarative topology makes cluster shape explicit and repeatable, reducing surprise when moving between CI and developer machines. Maintainability through predictability: a clear flow from plan to deployment to verification lowers the cost of extending the framework and interpreting failures.","breadcrumbs":"Part I — Foundations » Design Rationale » Design Rationale","id":"13","title":"Design Rationale"},"14":{"body":"Practical guidance for shaping scenarios, combining workloads and expectations,\\nand running them across different environments.","breadcrumbs":"Part II — User Guide » Part II — User Guide","id":"14","title":"Part II — User Guide"},"15":{"body":"The workspace focuses on multi-node integration testing and sits alongside a nomos-node checkout. Its crates separate concerns to keep scenarios\\nrepeatable and portable: Configs: prepares high-level node, network, tracing, and wallet settings\\nused across test environments. Core scenario orchestration: the engine that holds topology descriptions,\\nscenario plans, runtimes, workloads, and expectations. Workflows: ready-made workloads (transactions, data-availability, chaos)\\nand reusable expectations assembled into a user-facing DSL. Runners: deployment backends for local processes, Docker Compose, and\\nKubernetes, all consuming the same scenario plan. Test workflows: example scenarios and integration checks that show how\\nthe pieces fit together. This split keeps configuration, orchestration, reusable traffic patterns, and\\ndeployment adapters loosely coupled while sharing one mental model for tests.","breadcrumbs":"Part II — User Guide » Workspace Layout » Workspace Layout","id":"15","title":"Workspace Layout"},"16":{"body":"High-level view of the workspace and how pieces relate: nomos-testing/\\n├─ testing-framework/\\n│ ├─ configs/ # shared configuration helpers\\n│ ├─ core/ # scenario model, runtime, topology\\n│ ├─ workflows/ # workloads, expectations, DSL extensions\\n│ └─ runners/ # local, compose, k8s deployment backends\\n├─ tests/ # integration scenarios using the framework\\n└─ scripts/ # supporting setup utilities (e.g., assets) Each area maps to a responsibility: describe configs, orchestrate scenarios,\\npackage common traffic and assertions, adapt to environments, and demonstrate\\nend-to-end usage.","breadcrumbs":"Part II — User Guide » Annotated Tree » Annotated Tree","id":"16","title":"Annotated Tree"},"17":{"body":"Creating a scenario is a declarative exercise: Shape the topology: decide how many validators and executors to run, and\\nwhat high-level network and data-availability characteristics matter for the\\ntest. Attach workloads: pick traffic generators that align with your goals\\n(transactions, data-availability blobs, or chaos for resilience probes). Define expectations: specify the health signals that must hold when the\\nrun finishes (e.g., consensus liveness, inclusion of submitted activity; see Core Content: Workloads & Expectations). Set duration: choose a run window long enough to observe meaningful\\nblock progression and the effects of your workloads. Choose a runner: target local processes for fast iteration, Docker\\nCompose for reproducible multi-node stacks, or Kubernetes for cluster-grade\\nvalidation. For environment considerations, see Operations. Keep scenarios small and explicit: make the intended behavior and the success\\ncriteria clear so failures are easy to interpret and act upon.","breadcrumbs":"Part II — User Guide » Authoring Scenarios » Authoring Scenarios","id":"17","title":"Authoring Scenarios"},"18":{"body":"Workloads describe the activity a scenario generates; expectations describe the\\nsignals that must hold when that activity completes. Both are pluggable so\\nscenarios stay readable and purpose-driven.","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Core Content: Workloads & Expectations","id":"18","title":"Core Content: Workloads & Expectations"},"19":{"body":"Transaction workload: submits user-level transactions at a configurable\\nrate and can limit how many distinct actors participate. Data-availability workload: drives blob and channel activity to exercise\\ndata-availability paths. Chaos workload: triggers controlled node restarts to test resilience and\\nrecovery behaviors (requires a runner that can control nodes).","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Workloads","id":"19","title":"Workloads"},"2":{"body":"Conceptual chapters that establish the mental model for the framework and how\\nit approaches multi-node testing.","breadcrumbs":"Part I — Foundations » Part I — Foundations","id":"2","title":"Part I — Foundations"},"20":{"body":"Consensus liveness: verifies the system continues to produce blocks in\\nline with the planned workload and timing window. Workload-specific checks: each workload can attach its own success\\ncriteria (e.g., inclusion of submitted activity) so scenarios remain concise. Together, workloads and expectations let you express both the pressure applied\\nto the system and the definition of “healthy” for that run. flowchart TD I[Inputs
(topology + wallets + rates)] --> Init[Workload init] Init --> Drive[Drive traffic] Drive --> Collect[Collect signals] Collect --> Eval[Expectations evaluate]","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Expectations","id":"20","title":"Expectations"},"21":{"body":"Patterns that keep scenarios readable and reusable: Topology-first: start by shaping the cluster (counts, layout) so later\\nsteps inherit a clear foundation. Bundle defaults: use the DSL helpers to attach common expectations (like\\nliveness) whenever you add a matching workload, reducing forgotten checks. Intentional rates: express traffic in per-block terms to align with\\nprotocol timing rather than wall-clock assumptions. Opt-in chaos: enable restart patterns only in scenarios meant to probe\\nresilience; keep functional smoke tests deterministic. Wallet clarity: seed only the number of actors you need; it keeps\\ntransaction scenarios deterministic and interpretable. These patterns make scenario definitions self-explanatory while staying aligned\\nwith the framework’s block-oriented timing model.","breadcrumbs":"Part II — User Guide » Core Content: ScenarioBuilderExt Patterns » Core Content: ScenarioBuilderExt Patterns","id":"21","title":"Core Content: ScenarioBuilderExt Patterns"},"22":{"body":"State your intent: document the goal of each scenario (throughput, DA\\nvalidation, resilience) so expectation choices are obvious. Keep runs meaningful: choose durations that allow multiple blocks and make\\ntiming-based assertions trustworthy. Separate concerns: start with deterministic workloads for functional\\nchecks; add chaos in dedicated resilience scenarios to avoid noisy failures. Reuse patterns: standardize on shared topology and workload presets so\\nresults are comparable across environments and teams. Observe first, tune second: rely on liveness and inclusion signals to\\ninterpret outcomes before tweaking rates or topology. Environment fit: pick runners that match the feedback loop you need—local\\nfor speed (including fast CI smoke tests), compose for reproducible stacks\\n(recommended for CI), k8s for cluster-grade fidelity. Minimal surprises: seed only necessary wallets and keep configuration\\ndeltas explicit when moving between CI and developer machines.","breadcrumbs":"Part II — User Guide » Best Practices » Best Practices","id":"22","title":"Best Practices"},"23":{"body":"Concrete scenario shapes that illustrate how to combine topologies, workloads,\\nand expectations. Adjust counts, rates, and durations to fit your environment.","breadcrumbs":"Part II — User Guide » Examples » Examples","id":"23","title":"Examples"},"24":{"body":"Topology: two validators. Workload: transaction submissions at a modest per-block rate with a small\\nset of wallet actors. Expectations: consensus liveness and inclusion of submitted activity. When to use: smoke tests for consensus and transaction flow on minimal\\nhardware.","breadcrumbs":"Part II — User Guide » Examples » Simple 2-validator transaction workload","id":"24","title":"Simple 2-validator transaction workload"},"25":{"body":"Topology: validators plus executors if available. Workloads: data-availability blobs/channels and transactions running\\ntogether to stress both paths. Expectations: consensus liveness and workload-level inclusion/availability\\nchecks. When to use: end-to-end coverage of transaction and DA layers in one run.","breadcrumbs":"Part II — User Guide » Examples » DA + transaction workload","id":"25","title":"DA + transaction workload"},"26":{"body":"Topology: validators (optionally executors) with node control enabled. Workloads: baseline traffic (transactions or DA) plus chaos restarts on\\nselected roles. Expectations: consensus liveness to confirm the system keeps progressing\\ndespite restarts; workload-specific inclusion if traffic is present. When to use: resilience validation and operational readiness drills.","breadcrumbs":"Part II — User Guide » Examples » Chaos + liveness check","id":"26","title":"Chaos + liveness check"},"27":{"body":"These illustrative scenarios stretch the framework to show how to build new\\nworkloads, expectations, deployers, and topology tricks. They are intentionally\\n“synthetic” to teach capabilities rather than prescribe production tests.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Advanced & Artificial Examples","id":"27","title":"Advanced & Artificial Examples"},"28":{"body":"Idea: inject fake latency between node interactions using internal timers,\\nnot OS-level tooling. Demonstrates: sequencing control inside a workload, verifying protocol\\nprogression under induced lag, using timers to pace submissions. Shape: wrap submissions in delays that mimic slow peers; ensure the\\nexpectation checks blocks still progress.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Synthetic Delay Workload (Network Latency Simulation)","id":"28","title":"Synthetic Delay Workload (Network Latency Simulation)"},"29":{"body":"Idea: traffic rate changes every block or N seconds (e.g., blocks 1–3 low,\\n4–5 high, 6–7 zero, repeat). Demonstrates: dynamic, stateful workloads that use RunMetrics to time\\nphases; modeling real-world burstiness. Shape: schedule per-phase rates; confirm inclusion/liveness across peaks\\nand troughs.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Oscillating Load Workload (Traffic Waves)","id":"29","title":"Oscillating Load Workload (Traffic Waves)"},"3":{"body":"The Nomos Testing Framework is a purpose-built toolkit for exercising Nomos in\\nrealistic, multi-node environments. It solves the gap between small, isolated\\ntests and full-system validation by letting teams describe a cluster layout,\\ndrive meaningful traffic, and assert the outcomes in one coherent plan. It is for protocol engineers, infrastructure operators, and QA teams who need\\nrepeatable confidence that validators, executors, and data-availability\\ncomponents work together under network and timing constraints. Multi-node integration testing is required because many Nomos behaviors—block\\nprogress, data availability, liveness under churn—only emerge when several\\nroles interact over real networking and time. This framework makes those checks\\ndeclarative, observable, and portable across environments.","breadcrumbs":"Part I — Foundations » Introduction » Introduction","id":"3","title":"Introduction"},"30":{"body":"Idea: a workload that drops half its planned submissions, sometimes\\ndouble-submits, and intentionally triggers expectation failures. Demonstrates: negative testing, resilience checks, and the value of clear\\nexpectations when behavior is adversarial by design. Shape: parameterize drop/double-submit probabilities; pair with an\\nexpectation that documents what “bad” looks like.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Byzantine Behavior Mock","id":"30","title":"Byzantine Behavior Mock"},"31":{"body":"Idea: assert the last few blocks differ and block time stays within a\\ntolerated drift budget. Demonstrates: consuming BlockFeed or time-series metrics to validate\\nprotocol cadence; crafting post-run assertions around block diversity and\\ntiming. Shape: collect recent blocks, confirm no duplicates, and compare observed\\nintervals to a drift threshold.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Custom Expectation: Block Finality Drift","id":"31","title":"Custom Expectation: Block Finality Drift"},"32":{"body":"Idea: a deployer that never starts nodes; it emits configs, simulates\\nreadiness, provides fake blockfeed/metrics. Demonstrates: full power of the deployer interface for CI dry-runs,\\nconfig verification, and ultra-fast feedback without Nomos binaries. Shape: produce logs/artifacts, stub readiness, and feed synthetic blocks\\nso expectations can still run.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Custom Deployer: Dry-Run Deployer","id":"32","title":"Custom Deployer: Dry-Run Deployer"},"33":{"body":"Idea: topology parameters change at runtime (random validators, DA\\nsettings, network shapes). Demonstrates: randomized property testing and fuzzing approaches to\\ntopology building. Shape: pick roles and network layouts randomly per run; keep expectations\\ntolerant to variability while still asserting core liveness.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Stochastic Topology Generator","id":"33","title":"Stochastic Topology Generator"},"34":{"body":"Idea: scenario runs in phases (e.g., phase 1 transactions, phase 2 DA,\\nphase 3 restarts, phase 4 sync check). Demonstrates: multi-stage tests, modular scenario assembly, and deliberate\\nlifecycle control. Shape: drive phase-specific workloads/expectations sequentially; enforce\\nclear boundaries and post-phase checks.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Multi-Phase Scenario (“Pipelines”)","id":"34","title":"Multi-Phase Scenario (“Pipelines”)"},"35":{"body":"Running a scenario follows the same conceptual flow regardless of environment: Select or author a scenario plan that pairs a topology with workloads,\\nexpectations, and a suitable run window. Choose a deployer aligned with your environment (local, compose, or k8s) and\\nensure its prerequisites are available. Deploy the plan through the deployer, which provisions infrastructure and\\nreturns a runner. The runner orchestrates workload execution for the planned duration; keep\\nobservability signals visible so you can correlate outcomes. The runner evaluates expectations and captures results as the primary\\npass/fail signal. Use the same plan across different deployers to compare behavior between local\\ndevelopment and CI or cluster settings. For environment prerequisites and\\nflags, see Operations.","breadcrumbs":"Part II — User Guide » Running Scenarios » Running Scenarios","id":"35","title":"Running Scenarios"},"36":{"body":"Runners turn a scenario plan into a live environment while keeping the plan\\nunchanged. Choose based on feedback speed, reproducibility, and fidelity. For\\nenvironment and operational considerations, see Operations:","breadcrumbs":"Part II — User Guide » Runners » Runners","id":"36","title":"Runners"},"37":{"body":"Launches node processes directly on the host. Fastest feedback loop and minimal orchestration overhead. Best for development-time iteration and debugging. Can run in CI for fast smoke tests (requires POL_PROOF_DEV_MODE=true).","breadcrumbs":"Part II — User Guide » Runners » Local runner","id":"37","title":"Local runner"},"38":{"body":"Starts nodes in containers to provide a reproducible multi-node stack on a\\nsingle machine. Discovers service ports and wires observability for convenient inspection. Good balance between fidelity and ease of setup. Recommended for CI pipelines (isolated environment, reproducible).","breadcrumbs":"Part II — User Guide » Runners » Docker Compose runner","id":"38","title":"Docker Compose runner"},"39":{"body":"Deploys nodes onto a cluster for higher-fidelity, longer-running scenarios. Suits CI with cluster access or shared test environments where cluster behavior\\nand scheduling matter.","breadcrumbs":"Part II — User Guide » Runners » Kubernetes runner","id":"39","title":"Kubernetes runner"},"4":{"body":"The framework follows a clear flow: Topology → Scenario → Deployer → Runner → Workloads → Expectations. Topology describes the cluster: how many nodes, their roles, and the high-level network and data-availability parameters they should follow. Scenario combines that topology with the activities to run and the checks to perform, forming a single plan. Deployer provisions infrastructure on the chosen backend (local processes, Docker Compose, or Kubernetes), waits for readiness, and returns a Runner. Runner orchestrates scenario execution: starts workloads, observes signals, evaluates expectations, and triggers cleanup. Workloads generate traffic and conditions that exercise the system. Expectations observe the run and judge success or failure once activity completes. flowchart LR A(Topology
shape cluster) --> B(Scenario
plan) B --> C(Deployer
provision & readiness) C --> D(Runner
orchestrate execution) D --> E(Workloads
drive traffic) E --> F(Expectations
verify outcomes) Each layer has a narrow responsibility so that cluster shape, deployment choice,\\ntraffic generation, and health checks can evolve independently while fitting\\ntogether predictably.","breadcrumbs":"Part I — Foundations » Architecture Overview » Architecture Overview","id":"4","title":"Architecture Overview"},"40":{"body":"All runners require at least one validator and, for transaction scenarios,\\naccess to seeded wallets. Readiness probes gate workload start so traffic begins only after nodes are\\nreachable. Environment flags can relax timeouts or increase tracing when diagnostics are\\nneeded. flowchart TD Plan[Scenario Plan] --> RunSel{Runner
(local | compose | k8s)} RunSel --> Provision[Provision & readiness] Provision --> Runtime[Runtime + observability] Runtime --> Exec[Workloads & Expectations execute]","breadcrumbs":"Part II — User Guide » Runners » Common expectations","id":"40","title":"Common expectations"},"41":{"body":"Operational readiness focuses on prerequisites, environment fit, and clear\\nsignals: Prerequisites: keep a sibling nomos-node checkout available; ensure the\\nchosen runner’s platform needs are met (local binaries for host runs, Docker\\nfor compose, cluster access for k8s). Artifacts: some scenarios depend on prover or circuit assets; fetch them\\nahead of time with the provided helper scripts when needed. Environment flags: POL_PROOF_DEV_MODE=true is required for local runs;\\noptionally configure logging ( NOMOS_LOG_DIR, NOMOS_LOG_LEVEL, NOMOS_LOG_FILTER)\\nand OTLP telemetry endpoints for advanced observability. Readiness checks: verify runners report node readiness before starting\\nworkloads; this avoids false negatives from starting too early. Failure triage: map failures to missing prerequisites (wallet seeding,\\nnode control availability), runner platform issues, or unmet expectations.\\nStart with liveness signals, then dive into workload-specific assertions. Treat operational hygiene—assets present, prerequisites satisfied, observability\\nreachable—as the first step to reliable scenario outcomes.","breadcrumbs":"Part II — User Guide » Operations » Operations","id":"41","title":"Operations"},"42":{"body":"Both LocalDeployer and ComposeDeployer work in CI environments: LocalDeployer in CI: ✅ Faster (no Docker overhead) ✅ Good for quick smoke tests ⚠️ Requires POL_PROOF_DEV_MODE=true ⚠️ Less isolation (processes share host) ComposeDeployer in CI (recommended): ✅ Better isolation (containerized) ✅ Reproducible environment ✅ Includes Prometheus/observability ⚠️ Slower startup (Docker image build) ⚠️ Requires Docker daemon See .github/workflows/compose-mixed.yml for a complete CI example using ComposeDeployer.","breadcrumbs":"Part II — User Guide » Operations » CI Usage","id":"42","title":"CI Usage"},"43":{"body":"","breadcrumbs":"Part II — User Guide » Operations » Running Examples","id":"43","title":"Running Examples"},"44":{"body":"POL_PROOF_DEV_MODE=true cargo run -p runner-examples --bin local_runner Optional environment variables: LOCAL_DEMO_VALIDATORS=3 — Number of validators (default: 1) LOCAL_DEMO_EXECUTORS=2 — Number of executors (default: 1) LOCAL_DEMO_RUN_SECS=120 — Run duration in seconds (default: 60) NOMOS_LOG_DIR=/tmp/logs — Write logs to files instead of console NOMOS_LOG_LEVEL=debug — Set log level (default: info) NOMOS_LOG_FILTER=consensus=trace,da=debug — Fine-grained module filtering","breadcrumbs":"Part II — User Guide » Operations » Local Runner","id":"44","title":"Local Runner"},"45":{"body":"NOMOS_TESTNET_IMAGE=nomos-testnet:local \\\\\\nPOL_PROOF_DEV_MODE=true \\\\\\ncargo run -p runner-examples --bin compose_runner Required environment variables: NOMOS_TESTNET_IMAGE — Docker image tag (must be built first) POL_PROOF_DEV_MODE=true — Enable dev mode for fast proofs Optional environment variables: COMPOSE_NODE_PAIRS=1x1 — Topology: “validators×executors” (default varies by example) TEST_FRAMEWORK_PROMETHEUS_PORT=9091 — Override Prometheus port (default: 9090) COMPOSE_RUNNER_HOST=127.0.0.1 — Host address for port mappings (default: 127.0.0.1) COMPOSE_RUNNER_PRESERVE=1 — Keep containers running after test (for debugging) NOMOS_LOG_DIR=/tmp/compose-logs — Collect logs to files NOMOS_LOG_LEVEL=debug — Set log level Before running: Build the Docker image: testing-framework/assets/stack/scripts/build_test_image.sh","breadcrumbs":"Part II — User Guide » Operations » Compose Runner","id":"45","title":"Compose Runner"},"46":{"body":"export NOMOS_TESTNET_IMAGE=nomos-testnet:local\\nkind load docker-image nomos-testnet:local # or minikube/push to registry\\ncargo run -p runner-examples --bin k8s_runner Prerequisites: K8s cluster access, image built and loaded/pushed, circuit assets available. flowchart TD Expose[Runner exposes endpoints/ports] --> Collect[Runtime collects block/health signals] Collect --> Consume[Expectations consume signals
decide pass/fail] Consume --> Inspect[Operators inspect logs/metrics
when failures arise]","breadcrumbs":"Part II — User Guide » Operations » K8s Runner","id":"46","title":"K8s Runner"},"47":{"body":"Deep dives for contributors who extend the framework, evolve its abstractions,\\nor maintain the crate set.","breadcrumbs":"Part III — Developer Reference » Part III — Developer Reference","id":"47","title":"Part III — Developer Reference"},"48":{"body":"The scenario model defines clear, composable responsibilities: Topology: a declarative description of the cluster—how many nodes, their\\nroles, and the broad network and data-availability characteristics. It\\nrepresents the intended shape of the system under test. Scenario: a plan combining topology, workloads, expectations, and a run\\nwindow. Building a scenario validates prerequisites (like seeded wallets) and\\nensures the run lasts long enough to observe meaningful block progression. Workloads: asynchronous tasks that generate traffic or conditions. They\\nuse shared context to interact with the deployed cluster and may bundle\\ndefault expectations. Expectations: post-run assertions. They can capture baselines before\\nworkloads start and evaluate success once activity stops. Runtime: coordinates workloads and expectations for the configured\\nduration, enforces cooldowns when control actions occur, and ensures cleanup\\nso runs do not leak resources. Developers extending the model should keep these boundaries strict: topology\\ndescribes, scenarios assemble, deployers provision, runners orchestrate,\\nworkloads drive, and expectations judge outcomes. For guidance on adding new\\ncapabilities, see Extending the Framework.","breadcrumbs":"Part III — Developer Reference » Scenario Model (Developer Level) » Scenario Model (Developer Level)","id":"48","title":"Scenario Model (Developer Level)"},"49":{"body":"","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Extending the Framework","id":"49","title":"Extending the Framework"},"5":{"body":"This framework embodies specific principles that shape how you author and run\\nscenarios. Understanding these principles helps you write effective tests and\\ninterpret results correctly.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Testing Philosophy","id":"5","title":"Testing Philosophy"},"50":{"body":"Implement testing_framework_core::scenario::Workload: Provide a name and any bundled expectations. In init, derive inputs from GeneratedTopology and RunMetrics; fail\\nfast if prerequisites are missing (e.g., wallet data, node addresses). In start, drive async traffic using the RunContext clients. Expose the workload from a module under testing-framework/workflows and\\nconsider adding a DSL helper for ergonomic wiring.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding a workload","id":"50","title":"Adding a workload"},"51":{"body":"Implement testing_framework_core::scenario::Expectation: Use start_capture to snapshot baseline metrics. Use evaluate to assert outcomes after workloads finish; return all errors\\nso the runner can aggregate them. Export it from testing-framework/workflows if it is reusable.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding an expectation","id":"51","title":"Adding an expectation"},"52":{"body":"Implement testing_framework_core::scenario::Deployer for your backend. Produce a RunContext with NodeClients, metrics endpoints, and optional NodeControlHandle. Guard cleanup with CleanupGuard to reclaim resources even on failures. Mirror the readiness and block-feed probes used by the existing runners so\\nworkloads can rely on consistent signals.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding a runner","id":"52","title":"Adding a runner"},"53":{"body":"Extend testing_framework_core::topology::TopologyBuilder with new layouts or\\nconfiguration presets (e.g., specialized DA parameters). Keep defaults safe:\\nensure at least one participant and clamp dispersal factors as the current\\nhelpers do.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding topology helpers","id":"53","title":"Adding topology helpers"},"54":{"body":"A minimal, end-to-end illustration of adding a custom workload and matching\\nexpectation. This shows the shape of the traits and where to plug into the\\nframework; expand the logic to fit your real test.","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Example: New Workload & Expectation (Rust)","id":"54","title":"Example: New Workload & Expectation (Rust)"},"55":{"body":"Key ideas: name: identifies the workload in logs. expectations: workloads can bundle defaults so callers don’t forget checks. init: derive inputs from the generated topology (e.g., pick a target node). start: drive async activity using the shared RunContext. #![allow(unused)] fn main() {\\nuse std::sync::Arc;\\nuse async_trait::async_trait;\\nuse testing_framework_core::scenario::{ DynError, Expectation, RunContext, RunMetrics, Workload,\\n};\\nuse testing_framework_core::topology::GeneratedTopology; pub struct ReachabilityWorkload { target_idx: usize, bundled: Vec>,\\n} impl ReachabilityWorkload { pub fn new(target_idx: usize) -> Self { Self { target_idx, bundled: vec![Box::new(ReachabilityExpectation::new(target_idx))], } }\\n} #[async_trait]\\nimpl Workload for ReachabilityWorkload { fn name(&self) -> &\'static str { \\"reachability_workload\\" } fn expectations(&self) -> Vec> { self.bundled.clone() } fn init( &mut self, topology: &GeneratedTopology, _metrics: &RunMetrics, ) -> Result<(), DynError> { if topology.validators().get(self.target_idx).is_none() { return Err(\\"no validator at requested index\\".into()); } Ok(()) } async fn start(&self, ctx: &RunContext) -> Result<(), DynError> { let client = ctx .clients() .validators() .get(self.target_idx) .ok_or(\\"missing target client\\")?; // Pseudo-action: issue a lightweight RPC to prove reachability. client.health_check().await.map_err(|e| e.into()) }\\n} }","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Workload: simple reachability probe","id":"55","title":"Workload: simple reachability probe"},"56":{"body":"Key ideas: start_capture: snapshot baseline if needed (not used here). evaluate: assert the condition after workloads finish. #![allow(unused)] fn main() {\\nuse async_trait::async_trait;\\nuse testing_framework_core::scenario::{DynError, Expectation, RunContext}; pub struct ReachabilityExpectation { target_idx: usize,\\n} impl ReachabilityExpectation { pub fn new(target_idx: usize) -> Self { Self { target_idx } }\\n} #[async_trait]\\nimpl Expectation for ReachabilityExpectation { fn name(&self) -> &str { \\"target_reachable\\" } async fn evaluate(&mut self, ctx: &RunContext) -> Result<(), DynError> { let client = ctx .clients() .validators() .get(self.target_idx) .ok_or(\\"missing target client\\")?; client.health_check().await.map_err(|e| { format!(\\"target became unreachable during run: {e}\\").into() }) }\\n} }","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Expectation: confirm the target stayed reachable","id":"56","title":"Expectation: confirm the target stayed reachable"},"57":{"body":"Build your scenario as usual and call .with_workload(ReachabilityWorkload::new(0)). The bundled expectation is attached automatically; you can add more with .with_expectation(...) if needed. Keep the logic minimal and fast for smoke tests; grow it into richer probes\\nfor deeper scenarios.","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » How to wire it","id":"57","title":"How to wire it"},"58":{"body":"High-level roles of the crates that make up the framework: Configs: prepares reusable configuration primitives for nodes, networking,\\ntracing, data availability, and wallets, shared by all scenarios and runners. Core scenario orchestration: houses the topology and scenario model,\\nruntime coordination, node clients, and readiness/health probes. Workflows: packages workloads and expectations into reusable building\\nblocks and offers a fluent DSL to assemble them. Runners: implements deployment backends (local host, Docker Compose,\\nKubernetes) that all consume the same scenario plan. Test workflows: example scenarios and integration checks that exercise the\\nframework end to end and serve as living documentation. Use this map to locate where to add new capabilities: configuration primitives\\nin configs, orchestration changes in core, reusable traffic/assertions in\\nworkflows, environment adapters in runners, and demonstrations in tests.","breadcrumbs":"Part III — Developer Reference » Internal Crate Reference » Internal Crate Reference","id":"58","title":"Internal Crate Reference"},"59":{"body":"Quick-reference material and supporting guidance to keep scenarios discoverable,\\ndebuggable, and consistent.","breadcrumbs":"Part IV — Appendix » Part IV — Appendix","id":"59","title":"Part IV — Appendix"},"6":{"body":"Describe what you want to test, not how to orchestrate it: #![allow(unused)] fn main() {\\n// Good: declarative\\nScenarioBuilder::topology() .network_star() .validators(2) .executors(1) .apply() .transactions() .rate(5) .apply() .expect_consensus_liveness() .build(); // Bad: imperative (framework doesn\'t work this way)\\n// spawn_validator(); spawn_executor(); // loop { submit_tx(); check_block(); } } Why it matters: The framework handles deployment, readiness, and cleanup.\\nYou focus on test intent, not infrastructure orchestration.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Declarative over Imperative","id":"6","title":"Declarative over Imperative"},"60":{"body":"The framework offers a fluent builder style to keep scenarios readable. Common\\nknobs: Topology shaping: set validator and executor counts, pick a network layout\\nstyle, and adjust high-level data-availability traits. Wallet seeding: define how many users participate and the total funds\\navailable for transaction workloads. Workload tuning: configure transaction rates, data-availability channel\\nand blob rates, and whether chaos restarts should include validators,\\nexecutors, or both. Expectations: attach liveness and workload-specific checks so success is\\nexplicit. Run window: set a minimum duration long enough for multiple blocks to be\\nobserved and verified. Use these knobs to express intent clearly, keeping scenario definitions concise\\nand consistent across teams.","breadcrumbs":"Part IV — Appendix » DSL Cheat Sheet » Core Content: DSL Cheat Sheet","id":"60","title":"Core Content: DSL Cheat Sheet"},"61":{"body":"Common symptoms and likely causes: No or slow block progression: runner started workloads before readiness, insufficient run window, or environment too slow—extend duration or enable slow-environment tuning. Transactions not included: missing or insufficient wallet seeding, misaligned transaction rate with block cadence, or network instability—reduce rate and verify wallet setup. Chaos stalls the run: node control not available for the chosen runner or restart cadence too aggressive—enable control capability and widen restart intervals. Observability gaps: metrics or logs unreachable because ports clash or services are not exposed—adjust observability ports and confirm runner wiring. Flaky behavior across runs: mixing chaos with functional smoke tests or inconsistent topology between environments—separate deterministic and chaos scenarios and standardize topology presets.","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Troubleshooting Scenarios","id":"61","title":"Troubleshooting Scenarios"},"62":{"body":"Why block-oriented timing? Using block cadence reduces dependence on host speed and keeps assertions aligned\\nwith protocol behavior. Can I reuse the same scenario across runners? Yes. The plan stays the same; swap runners (local, compose, k8s) to target\\ndifferent environments. When should I enable chaos workloads? Only when testing resilience or operational recovery; keep functional smoke\\ntests deterministic. How long should runs be? Long enough for multiple blocks so liveness and inclusion checks are\\nmeaningful; very short runs risk false confidence. Do I always need seeded wallets? Only for transaction scenarios. Data-availability or pure chaos scenarios may\\nnot require them, but liveness checks still need validators producing blocks. What if expectations fail but workloads “look fine”? Trust expectations first—they capture the intended success criteria. Use the\\nobservability signals and runner logs to pinpoint why the system missed the\\ntarget.","breadcrumbs":"Part IV — Appendix » FAQ » FAQ","id":"62","title":"FAQ"},"63":{"body":"Validator: node role responsible for participating in consensus and block\\nproduction. Executor: a validator node with the DA dispersal service enabled. Executors\\ncan submit transactions and disperse blob data to the DA network, in addition\\nto performing all validator functions. DA (Data Availability): subsystem ensuring blobs or channel data are\\npublished and retrievable for validation. Deployer: component that provisions infrastructure (spawns processes,\\ncreates containers, or launches pods), waits for readiness, and returns a\\nRunner. Examples: LocalDeployer, ComposeDeployer, K8sDeployer. Runner: component returned by deployers that orchestrates scenario\\nexecution—starts workloads, observes signals, evaluates expectations, and\\ntriggers cleanup. Workload: traffic or behavior generator that exercises the system during a\\nscenario run. Expectation: post-run assertion that judges whether the system met the\\nintended success criteria. Topology: declarative description of the cluster shape, roles, and\\nhigh-level parameters for a scenario. Scenario: immutable plan combining topology, workloads, expectations, and\\nrun duration. Blockfeed: stream of block observations used for liveness or inclusion\\nsignals during a run. Control capability: the ability for a runner to start, stop, or restart\\nnodes, used by chaos workloads. Slot duration: time interval between consensus rounds in Cryptarchia. Blocks\\nare produced at multiples of the slot duration based on lottery outcomes. Block cadence: observed rate of block production in a live network, measured\\nin blocks per second or seconds per block. Cooldown: waiting period after a chaos action (e.g., node restart) before\\ntriggering the next action, allowing the system to stabilize. Run window: total duration a scenario executes, specified via with_run_duration(). Framework auto-extends to at least 2× slot duration. Readiness probe: health check performed by runners to ensure nodes are\\nreachable and responsive before starting workloads. Prevents false negatives\\nfrom premature traffic. Liveness: property that the system continues making progress (producing\\nblocks) under specified conditions. Contrasts with safety/correctness which\\nverifies that state transitions are accurate. State assertion: expectation that verifies specific values in the system\\nstate (e.g., wallet balances, UTXO sets) rather than just progress signals.\\nAlso called “correctness expectations.” Mantle transaction: transaction type in Nomos that can contain UTXO transfers\\n(LedgerTx) and operations (Op), including channel data (ChannelBlob). Channel: logical grouping for DA blobs; each blob belongs to a channel and\\nreferences a parent blob in the same channel, creating a chain of related data. POL_PROOF_DEV_MODE: environment variable that disables expensive Groth16 zero-knowledge\\nproof generation for leader election. Required for LocalDeployer tests to run in\\nreasonable time. Should never be used in production environments.","breadcrumbs":"Part IV — Appendix » Glossary » Glossary","id":"63","title":"Glossary"},"7":{"body":"Reason in blocks and consensus intervals, not wall-clock seconds: #![allow(unused)] fn main() {\\n// Good: protocol-oriented thinking\\nlet plan = ScenarioBuilder::topology() .network_star() .validators(2) .executors(1) .apply() .transactions().rate(5).apply() // 5 tx per block .with_run_duration(Duration::from_secs(60)) // Let framework calculate expected blocks .expect_consensus_liveness() // \\"Did we produce the expected blocks?\\" .build(); // Bad: wall-clock assumptions\\n// \\"I expect exactly 10 blocks in 60 seconds\\"\\n// This breaks on slow CI where blocks might take 7s instead of 6s } Why it matters: Block production timing varies across environments—fast on\\na laptop (5s/block), slow on overloaded CI (8s/block). The framework calculates\\nexpected blocks based on configured slot duration, making assertions\\nenvironment-independent. Assert on “blocks produced relative to the run window”\\nnot “blocks produced per wall-clock second”.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Protocol Time, Not Wall Time","id":"7","title":"Protocol Time, Not Wall Time"},"8":{"body":"Default scenarios are repeatable: Fixed topology Predictable traffic rates Deterministic checks Chaos is opt-in: #![allow(unused)] fn main() {\\n// Separate: functional test (deterministic)\\nlet plan = ScenarioBuilder::topology() .network_star() .validators(2) .executors(1) .apply() .transactions().rate(5).apply() .expect_consensus_liveness() .build(); // Separate: chaos test (introduces randomness)\\nlet chaos_plan = ScenarioBuilder::topology() .network_star() .validators(3) .executors(2) .apply() .enable_node_control() .chaos().restart().apply() .transactions().rate(5).apply() .expect_consensus_liveness() .build(); } Why it matters: Mixing determinism with chaos creates noisy, hard-to-debug\\nfailures. Separate concerns make failures actionable.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Determinism First, Chaos When Needed","id":"8","title":"Determinism First, Chaos When Needed"},"9":{"body":"Prefer user-facing signals over internal state: Good checks: ✅ Blocks progressing at expected rate (liveness) ✅ Transactions included within N blocks (inclusion) ✅ DA blobs retrievable (availability) Avoid internal checks: ❌ Memory pool size ❌ Internal service state ❌ Cache hit rates Why it matters: User-facing signals reflect actual system health.\\nInternal state can be “healthy” while the system is broken from a user\\nperspective.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Observable Health Signals","id":"9","title":"Observable Health Signals"}},"length":64,"save":true},"fields":["title","body","breadcrumbs"],"index":{"body":{"root":{"0":{"df":1,"docs":{"10":{"tf":1.0}}},"1":{"0":{"df":2,"docs":{"10":{"tf":1.0},"7":{"tf":1.0}}},"2":{"7":{".":{"0":{".":{"0":{".":{"1":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"10":{"tf":1.0},"34":{"tf":1.0},"44":{"tf":1.4142135623730951}},"–":{"3":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}},"2":{"df":3,"docs":{"24":{"tf":1.0},"34":{"tf":1.0},"63":{"tf":1.0}}},"3":{"df":1,"docs":{"34":{"tf":1.0}}},"4":{"df":1,"docs":{"34":{"tf":1.0}},"–":{"5":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}},"5":{"df":1,"docs":{"7":{"tf":1.0}},"s":{"/":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"6":{"0":{"df":2,"docs":{"44":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"7":{"tf":1.0}}},"–":{"7":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}},"7":{"df":0,"docs":{},"s":{"df":1,"docs":{"7":{"tf":1.0}}}},"8":{"df":0,"docs":{},"s":{"/":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"9":{"0":{"9":{"0":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"a":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"63":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"46":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"63":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"48":{"tf":1.0},"55":{"tf":1.0},"63":{"tf":1.4142135623730951},"8":{"tf":1.0}}}},"v":{"df":9,"docs":{"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"4":{"tf":1.4142135623730951},"48":{"tf":1.0},"55":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"19":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"58":{"tf":1.0}}}}},"d":{"df":4,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"45":{"tf":1.0},"50":{"tf":1.0}}}}}}},"df":6,"docs":{"48":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"23":{"tf":1.0},"60":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"27":{"tf":1.0},"41":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"30":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"51":{"tf":1.0}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"61":{"tf":1.0}}}}}}}}}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":4,"docs":{"17":{"tf":1.0},"21":{"tf":1.4142135623730951},"35":{"tf":1.0},"62":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":6,"docs":{"10":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}}}}},"df":2,"docs":{"22":{"tf":1.0},"63":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"10":{"tf":1.0},"62":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"20":{"tf":1.0},"6":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"2":{"tf":1.0},"33":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"4":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"46":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"15":{"tf":1.0},"34":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":14,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.4142135623730951},"33":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0},"56":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}}}},"t":{"df":3,"docs":{"16":{"tf":1.0},"41":{"tf":1.0},"46":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"0":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{":":{":":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"55":{"tf":1.0},"56":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"55":{"tf":1.0},"56":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":3,"docs":{"50":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"48":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":6,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"17":{"tf":1.0},"35":{"tf":1.0},"5":{"tf":1.0}}}}},"o":{"df":1,"docs":{"63":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":18,"docs":{"0":{"tf":1.4142135623730951},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"35":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.4142135623730951},"46":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.7320508075688772},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"22":{"tf":1.0},"41":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}}},"b":{"(":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"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":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"4":{"tf":1.0},"52":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}}}}},"d":{"df":4,"docs":{"10":{"tf":1.0},"30":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"38":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":4,"docs":{"22":{"tf":1.0},"36":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"26":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0},"56":{"tf":1.0}}}}}}}},"df":1,"docs":{"4":{"tf":1.0}},"e":{"c":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"56":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":6,"docs":{"22":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.4142135623730951}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"40":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":10,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"30":{"tf":1.4142135623730951},"35":{"tf":1.0},"39":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"63":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"22":{"tf":1.0},"37":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"42":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":8,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"32":{"tf":1.0},"41":{"tf":1.0}}}}},"df":3,"docs":{"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"b":{"df":6,"docs":{"0":{"tf":1.4142135623730951},"17":{"tf":1.0},"19":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":2.23606797749979},"9":{"tf":1.0}},"s":{"/":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"46":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":21,"docs":{"0":{"tf":1.0},"10":{"tf":2.23606797749979},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.4142135623730951},"31":{"tf":2.23606797749979},"32":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":2.0},"63":{"tf":2.8284271247461903},"7":{"tf":3.1622776601683795},"9":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"e":{"df":2,"docs":{"31":{"tf":1.0},"63":{"tf":1.0}},"e":{"d":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"0":{"tf":1.0},"1":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"18":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":1.0},"42":{"tf":1.0},"60":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"34":{"tf":1.0},"48":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"13":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"a":{"d":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"9":{"tf":1.0}}}}}}},"u":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":11,"docs":{"12":{"tf":1.0},"27":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"60":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":3,"docs":{"3":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0}}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":5,"docs":{"21":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.7320508075688772},"57":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"29":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"z":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"c":{"(":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}},"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":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"9":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":4,"docs":{"31":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"l":{"df":2,"docs":{"57":{"tf":1.0},"63":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"27":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"35":{"tf":1.0},"48":{"tf":1.0},"62":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":3,"docs":{"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"61":{"tf":1.0}}}}},"df":1,"docs":{"4":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"63":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"1":{"tf":1.0},"29":{"tf":1.0},"33":{"tf":1.0},"58":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}}}},"df":4,"docs":{"0":{"tf":1.0},"19":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":2.23606797749979}}}}}},"o":{"df":11,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.7320508075688772},"62":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"8":{"tf":2.0}},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"48":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":20,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"41":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"41":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"22":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"17":{"tf":1.4142135623730951},"22":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"61":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}}}}},"i":{"df":9,"docs":{"13":{"tf":1.0},"22":{"tf":1.7320508075688772},"32":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":2.23606797749979},"7":{"tf":1.4142135623730951}},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"41":{"tf":1.0},"46":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"53":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"61":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":6,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.0}},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"r":{"df":9,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"|":{"df":2,"docs":{"55":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":4,"docs":{"50":{"tf":1.0},"55":{"tf":1.7320508075688772},"56":{"tf":1.7320508075688772},"58":{"tf":1.0}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":13,"docs":{"1":{"tf":1.0},"13":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.7320508075688772},"4":{"tf":1.7320508075688772},"41":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"63":{"tf":1.0}},"—":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"48":{"tf":1.0}}}}}}}}}}}},"o":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"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":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"46":{"tf":1.0}}}}}}}}},"df":4,"docs":{"20":{"tf":1.0},"31":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"14":{"tf":1.0},"23":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"63":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"40":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"22":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"18":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"3":{"tf":1.0},"63":{"tf":1.4142135623730951}}},"s":{"df":14,"docs":{"0":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.0},"62":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"=":{"1":{"df":0,"docs":{},"x":{"1":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"45":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"=":{"1":{"2":{"7":{".":{"0":{".":{"0":{".":{"1":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"=":{"1":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":2,"docs":{"42":{"tf":1.7320508075688772},"63":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":2,"docs":{"2":{"tf":1.0},"35":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"8":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"20":{"tf":1.0},"60":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"4":{"tf":1.0},"48":{"tf":1.0},"56":{"tf":1.0},"63":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"3":{"tf":1.0},"62":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":4,"docs":{"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"r":{"df":11,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":1.4142135623730951},"60":{"tf":1.0},"7":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"df":5,"docs":{"26":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":8,"docs":{"0":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.0},"63":{"tf":1.4142135623730951},"7":{"tf":1.0}}}}}},"i":{"d":{"df":1,"docs":{"50":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.0},"36":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"52":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"44":{"tf":1.0}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"m":{"df":4,"docs":{"15":{"tf":1.0},"31":{"tf":1.0},"46":{"tf":1.4142135623730951},"58":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"38":{"tf":1.0},"45":{"tf":1.0},"63":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"1":{"tf":1.0},"42":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"60":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"0":{"tf":1.0},"48":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":2,"docs":{"20":{"tf":1.0},"63":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"47":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":8,"docs":{"19":{"tf":1.4142135623730951},"26":{"tf":1.0},"28":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0},"61":{"tf":1.4142135623730951},"63":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"38":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":3,"docs":{"12":{"tf":1.0},"48":{"tf":1.0},"63":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"48":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":8,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"33":{"tf":1.0},"58":{"tf":1.4142135623730951},"60":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"21":{"tf":1.0},"23":{"tf":1.0},"60":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"15":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"47":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"17":{"tf":1.0},"63":{"tf":1.4142135623730951},"8":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":4,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{}}}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"x":{"df":2,"docs":{"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":3,"docs":{"31":{"tf":1.0},"32":{"tf":1.0},"54":{"tf":1.0}}}}}}}},"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"[":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"12":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"a":{"df":9,"docs":{"0":{"tf":2.23606797749979},"22":{"tf":1.0},"25":{"tf":1.4142135623730951},"26":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"53":{"tf":1.0},"63":{"tf":2.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"t":{"a":{"df":14,"docs":{"0":{"tf":2.0},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"25":{"tf":1.0},"3":{"tf":1.4142135623730951},"4":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":2.23606797749979}}},"df":0,"docs":{}}},"df":2,"docs":{"12":{"tf":1.0},"4":{"tf":1.0}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":3,"docs":{"37":{"tf":1.0},"45":{"tf":1.0},"8":{"tf":1.0}},"g":{"df":2,"docs":{"11":{"tf":1.0},"59":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"12":{"tf":1.0},"17":{"tf":1.0}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"r":{"df":8,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"3":{"tf":1.0},"48":{"tf":1.0},"6":{"tf":1.4142135623730951},"63":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"47":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"57":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":7,"docs":{"21":{"tf":1.0},"44":{"tf":2.0},"45":{"tf":1.7320508075688772},"48":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"17":{"tf":1.0},"48":{"tf":1.0},"60":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"20":{"tf":1.0},"21":{"tf":1.0},"60":{"tf":1.0}}}}}}},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"28":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"34":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"a":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":9,"docs":{"16":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"58":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"41":{"tf":1.0},"62":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":13,"docs":{"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"27":{"tf":1.0},"32":{"tf":2.0},"35":{"tf":2.0},"39":{"tf":1.0},"4":{"tf":1.7320508075688772},"48":{"tf":1.4142135623730951},"58":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"50":{"tf":1.0},"55":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":6,"docs":{"16":{"tf":1.0},"18":{"tf":1.4142135623730951},"3":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"48":{"tf":1.0},"63":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"13":{"tf":1.0},"30":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"11":{"tf":1.0},"8":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}}}}}}},"v":{"df":1,"docs":{"45":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":6,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.4142135623730951}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"14":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"62":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"37":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"63":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"38":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":3,"docs":{"0":{"tf":1.0},"53":{"tf":1.0},"63":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"41":{"tf":1.0},"47":{"tf":1.0}},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"31":{"tf":1.0}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":10,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"58":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"22":{"tf":1.0},"30":{"tf":1.0},"58":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"\'":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"32":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.7320508075688772}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"26":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"[":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}},"df":8,"docs":{"12":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.0}},"n":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"p":{"/":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"30":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"l":{"df":6,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":13,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":2.23606797749979},"7":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":3,"docs":{"12":{"tf":1.0},"56":{"tf":1.0},"63":{"tf":1.4142135623730951}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"55":{"tf":1.7320508075688772},"56":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}},"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":9,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"63":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"55":{"tf":1.0}}}}}}},"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"12":{"tf":1.0}}}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":6,"docs":{"13":{"tf":1.0},"16":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"4":{"tf":1.0},"63":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"41":{"tf":1.0}}}}},"s":{"df":1,"docs":{"38":{"tf":1.0}},"i":{"df":1,"docs":{"17":{"tf":1.0}}}}},"df":2,"docs":{"12":{"tf":1.0},"4":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"b":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"3":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":7,"docs":{"0":{"tf":1.0},"21":{"tf":1.0},"26":{"tf":1.0},"45":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"d":{"df":4,"docs":{"16":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"41":{"tf":1.0},"52":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"10":{"tf":1.0},"34":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"15":{"tf":1.0},"3":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":5,"docs":{"10":{"tf":1.4142135623730951},"17":{"tf":1.0},"48":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":7,"docs":{"0":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.4142135623730951},"53":{"tf":1.0},"63":{"tf":1.4142135623730951}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":26,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"3":{"tf":1.4142135623730951},"35":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"58":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"7":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"r":{"(":{"\\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"55":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"51":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"2":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"a":{"df":0,"docs":{},"l":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":8,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0},"56":{"tf":1.0},"63":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"52":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":3,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":11,"docs":{"15":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"63":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"12":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"63":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"r":{"df":8,"docs":{"0":{"tf":1.4142135623730951},"17":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"44":{"tf":1.0},"60":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951}},"s":{"(":{"1":{"df":3,"docs":{"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"2":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":6,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"58":{"tf":1.0},"63":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":3,"docs":{"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"55":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":38,"docs":{"1":{"tf":1.0},"12":{"tf":2.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"30":{"tf":1.7320508075688772},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.4142135623730951},"4":{"tf":1.7320508075688772},"40":{"tf":1.4142135623730951},"41":{"tf":1.0},"48":{"tf":2.23606797749979},"50":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":2.0},"56":{"tf":1.7320508075688772},"57":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":2.23606797749979},"7":{"tf":2.0},"9":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"63":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"60":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"46":{"tf":1.0},"51":{"tf":1.0}}}},"s":{"df":2,"docs":{"46":{"tf":1.0},"50":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"46":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"—":{"a":{"d":{"df":0,"docs":{},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"20":{"tf":1.0},"21":{"tf":1.0},"60":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"13":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.4142135623730951},"49":{"tf":1.0},"53":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"16":{"tf":1.0}}}}}}},"}":{"\\"":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"56":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"f":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"15":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"12":{"tf":1.0},"50":{"tf":1.0},"62":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":9,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.4142135623730951},"46":{"tf":1.0},"52":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}},"k":{"df":0,"docs":{},"e":{"df":2,"docs":{"28":{"tf":1.0},"32":{"tf":1.0}}}},"l":{"df":0,"docs":{},"s":{"df":4,"docs":{"10":{"tf":1.0},"41":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}}}},"q":{"df":1,"docs":{"62":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"32":{"tf":1.0},"37":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0},"57":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"42":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"22":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"32":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":1,"docs":{"31":{"tf":1.0}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"22":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"44":{"tf":1.0},"62":{"tf":1.0}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"17":{"tf":1.0},"51":{"tf":1.0},"56":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"8":{"tf":1.0}},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"62":{"tf":1.0}}}}}}}}}},"t":{"df":6,"docs":{"15":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"54":{"tf":1.0}}},"x":{"df":1,"docs":{"8":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"35":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0}}},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"61":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"46":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":4,"docs":{"13":{"tf":1.0},"24":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"58":{"tf":1.0},"60":{"tf":1.0}}}}}}},"n":{"df":6,"docs":{"10":{"tf":1.0},"55":{"tf":2.449489742783178},"56":{"tf":2.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"o":{"c":{"df":0,"docs":{},"u":{"df":1,"docs":{"6":{"tf":1.0}},"s":{"df":3,"docs":{"0":{"tf":1.0},"15":{"tf":1.0},"41":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"35":{"tf":1.0},"4":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"t":{"!":{"(":{"\\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"4":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"2":{"tf":1.0},"21":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"45":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}}}}}}}}},"df":18,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.4142135623730951},"2":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.4142135623730951},"4":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"60":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.4142135623730951}},"’":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"3":{"tf":1.0},"32":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":7,"docs":{"0":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"8":{"tf":1.0}}}}}}},"d":{"df":1,"docs":{"60":{"tf":1.0}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"g":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"3":{"tf":1.0},"61":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"40":{"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":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"50":{"tf":1.0},"55":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":8,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":1.4142135623730951},"48":{"tf":1.0},"55":{"tf":1.0},"63":{"tf":1.4142135623730951}}}}},"t":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"55":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"42":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"1":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"63":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"17":{"tf":1.0},"22":{"tf":1.0}}}},"df":0,"docs":{},"o":{"d":{"df":6,"docs":{"10":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"17":{"tf":1.0},"22":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"44":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"1":{"6":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":1,"docs":{"63":{"tf":1.0}}}},"w":{"df":1,"docs":{"57":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"14":{"tf":1.0},"48":{"tf":1.0},"59":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"1":{"tf":1.0},"14":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"30":{"tf":1.0}}}},"n":{"d":{"df":1,"docs":{"12":{"tf":1.0}},"l":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"r":{"d":{"df":1,"docs":{"8":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"17":{"tf":1.0},"4":{"tf":1.0},"63":{"tf":1.0},"9":{"tf":1.4142135623730951}},"i":{"df":2,"docs":{"20":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":1,"docs":{"5":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"41":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"0":{"tf":1.0},"56":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":9,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"29":{"tf":1.0},"4":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"39":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"13":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"58":{"tf":1.0},"62":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"58":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"i":{"[":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"20":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"a":{"df":9,"docs":{"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"55":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"14":{"tf":1.0}},"i":{"df":1,"docs":{"47":{"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":3,"docs":{"23":{"tf":1.0},"27":{"tf":1.0},"54":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"42":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.4142135623730951}}}},"l":{"df":2,"docs":{"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"58":{"tf":1.0}}}}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":7,"docs":{"0":{"tf":1.0},"22":{"tf":1.0},"42":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":8,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"40":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"4":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"\\"":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"55":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"c":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"44":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"3":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"12":{"tf":1.0},"21":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":3,"docs":{"20":{"tf":1.4142135623730951},"50":{"tf":1.0},"55":{"tf":1.4142135623730951}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"50":{"tf":1.0},"55":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"46":{"tf":1.0}}}}}}},"df":2,"docs":{"38":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"44":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"61":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":4,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"3":{"tf":1.0},"58":{"tf":1.0}}}},"n":{"d":{"df":4,"docs":{"17":{"tf":1.0},"48":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"27":{"tf":1.0},"30":{"tf":1.0}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.4142135623730951},"28":{"tf":1.0},"3":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":3,"docs":{"28":{"tf":1.0},"58":{"tf":1.0},"9":{"tf":2.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"5":{"tf":1.0}}}}}},"v":{"df":4,"docs":{"31":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"8":{"tf":1.0}},"t":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":3,"docs":{"3":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"u":{"df":2,"docs":{"41":{"tf":1.0},"55":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.0},"37":{"tf":1.0}}}}},"v":{"df":1,"docs":{"59":{"tf":1.0}}}},"j":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"g":{"df":4,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"63":{"tf":1.0}}}},"df":0,"docs":{}}},"k":{"8":{"df":7,"docs":{"16":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"46":{"tf":1.4142135623730951},"62":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"46":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"63":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":18,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.7320508075688772},"22":{"tf":1.4142135623730951},"26":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951}}}},"y":{"df":2,"docs":{"55":{"tf":1.0},"56":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"46":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"60":{"tf":1.4142135623730951}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"63":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"58":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"28":{"tf":1.0}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"13":{"tf":1.0},"7":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"31":{"tf":1.0},"48":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"28":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"21":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"37":{"tf":1.0},"63":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"25":{"tf":1.0},"4":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"15":{"tf":1.0},"21":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"53":{"tf":1.0},"60":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"63":{"tf":1.0}}}}},"df":0,"docs":{},"k":{"df":2,"docs":{"12":{"tf":1.0},"48":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"63":{"tf":1.0}}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"42":{"tf":1.0}}}},"t":{"df":1,"docs":{"3":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":14,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":2,"docs":{"12":{"tf":1.0},"34":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"20":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":18,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"3":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.7320508075688772},"9":{"tf":1.0}}}}},"o":{"a":{"d":{"df":2,"docs":{"29":{"tf":1.0},"46":{"tf":1.0}},"e":{"d":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"46":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"=":{"2":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"=":{"1":{"2":{"0":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"=":{"3":{"df":1,"docs":{"44":{"tf":1.0}}},"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":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":2,"docs":{"42":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951}}}}}}}},"df":12,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"35":{"tf":1.4142135623730951},"37":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.4142135623730951},"44":{"tf":1.0},"58":{"tf":1.0},"62":{"tf":1.0}}},"t":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":6,"docs":{"41":{"tf":1.0},"44":{"tf":1.4142135623730951},"45":{"tf":1.7320508075688772},"55":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0}},"i":{"c":{"df":3,"docs":{"54":{"tf":1.0},"57":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{}},"s":{"/":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"46":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":5,"docs":{"10":{"tf":1.0},"17":{"tf":1.0},"48":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"39":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"30":{"tf":1.0},"62":{"tf":1.0}}},"p":{"df":3,"docs":{"22":{"tf":1.0},"37":{"tf":1.0},"6":{"tf":1.0}}},"s":{"df":1,"docs":{"15":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"63":{"tf":1.0}}}}}}},"w":{"df":1,"docs":{"29":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"r":{"df":2,"docs":{"12":{"tf":1.0},"4":{"tf":1.0}}},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"10":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"38":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"10":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"13":{"tf":1.0},"47":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":9,"docs":{"13":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"58":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}},"n":{"df":0,"docs":{},"i":{"df":6,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"60":{"tf":1.0}}},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"63":{"tf":1.0}}}}},"p":{"df":4,"docs":{"16":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"58":{"tf":1.0}}},"t":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"59":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"17":{"tf":1.0},"39":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}},"y":{"b":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":8,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"48":{"tf":1.0},"62":{"tf":1.0}}}}},"t":{"df":1,"docs":{"21":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"63":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"2":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"41":{"tf":1.0},"63":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"c":{"df":5,"docs":{"12":{"tf":1.0},"31":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"61":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"46":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"m":{"df":5,"docs":{"22":{"tf":1.0},"24":{"tf":1.0},"37":{"tf":1.0},"54":{"tf":1.0},"57":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"10":{"tf":1.4142135623730951},"60":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"61":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":4,"docs":{"41":{"tf":1.0},"50":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0}}}},"x":{"df":2,"docs":{"61":{"tf":1.0},"8":{"tf":1.0}},"e":{"d":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"30":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"45":{"tf":1.0}},"l":{"df":8,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"29":{"tf":1.0},"48":{"tf":1.7320508075688772},"58":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"34":{"tf":1.0}}}},"df":2,"docs":{"44":{"tf":1.0},"50":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"57":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"13":{"tf":1.0},"22":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":8,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"38":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":4,"docs":{"22":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"55":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"55":{"tf":1.0},"56":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"50":{"tf":1.0},"55":{"tf":1.0}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"df":2,"docs":{"29":{"tf":1.0},"9":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":8,"docs":{"21":{"tf":1.0},"3":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.0},"62":{"tf":1.4142135623730951},"8":{"tf":1.0}},"—":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"g":{"df":3,"docs":{"30":{"tf":1.0},"41":{"tf":1.0},"63":{"tf":1.0}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":12,"docs":{"0":{"tf":1.7320508075688772},"15":{"tf":1.0},"17":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"4":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.4142135623730951}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"32":{"tf":1.0},"63":{"tf":1.0}}}}},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"55":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":5,"docs":{"27":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}}}}},"o":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"52":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":23,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"12":{"tf":1.0},"15":{"tf":1.7320508075688772},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"2":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.4142135623730951},"32":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.7320508075688772},"48":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.4142135623730951},"61":{"tf":1.0},"63":{"tf":2.23606797749979}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":2,"docs":{"22":{"tf":1.0},"8":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"df":9,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.7320508075688772},"32":{"tf":1.0},"41":{"tf":1.0},"46":{"tf":1.0},"63":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"=":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"45":{"tf":1.0}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"41":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"=":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"e":{",":{"d":{"a":{"=":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"44":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"=":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"41":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"45":{"tf":1.0}},"e":{"=":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":2,"docs":{"45":{"tf":1.0},"46":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"21":{"tf":1.0},"44":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"o":{"[":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":17,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"48":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.7320508075688772},"9":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"22":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"48":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"12":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"58":{"tf":1.0},"60":{"tf":1.0}}}}}},"k":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"\\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"55":{"tf":1.0},"56":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":1,"docs":{"55":{"tf":1.0}}},"n":{"c":{"df":3,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0}}},"df":5,"docs":{"15":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"40":{"tf":1.0},"53":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"39":{"tf":1.0}}}}},"p":{"df":1,"docs":{"63":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"0":{"tf":1.0},"17":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772},"62":{"tf":1.0},"63":{"tf":1.0}}}},"t":{"df":2,"docs":{"21":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"12":{"tf":1.0},"26":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"52":{"tf":1.0}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":10,"docs":{"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"63":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"21":{"tf":1.0},"62":{"tf":1.0},"7":{"tf":1.0}}}}}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"29":{"tf":1.0}}}}},"df":1,"docs":{"28":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"p":{"df":1,"docs":{"41":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":9,"docs":{"12":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0},"63":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"3":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"37":{"tf":1.0},"42":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}}},"p":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"12":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"28":{"tf":1.0}}},"k":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"16":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":3,"docs":{"1":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"33":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.0},"63":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"30":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}}}}},"t":{"df":4,"docs":{"14":{"tf":1.0},"2":{"tf":1.0},"47":{"tf":1.0},"59":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":5,"docs":{"0":{"tf":1.0},"19":{"tf":1.0},"53":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"35":{"tf":1.0},"46":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":1,"docs":{"12":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"19":{"tf":1.0},"25":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":3,"docs":{"15":{"tf":1.0},"21":{"tf":2.0},"22":{"tf":1.0}}}}}}}},"df":3,"docs":{"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"28":{"tf":1.0}}}},"r":{"df":6,"docs":{"21":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":1.0},"33":{"tf":1.0},"63":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":3,"docs":{"0":{"tf":1.4142135623730951},"4":{"tf":1.0},"63":{"tf":1.4142135623730951}}}}}},"i":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"29":{"tf":1.4142135623730951},"34":{"tf":2.8284271247461903}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"33":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"15":{"tf":1.0},"16":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"34":{"tf":1.0},"38":{"tf":1.0}}}}}}}},"l":{"a":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":17,"docs":{"1":{"tf":1.0},"12":{"tf":2.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"20":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":2.0},"36":{"tf":1.4142135623730951},"4":{"tf":1.0},"40":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"41":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"u":{"df":3,"docs":{"0":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0}},"g":{"df":1,"docs":{"54":{"tf":1.0}},"g":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"13":{"tf":1.0},"18":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"d":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"63":{"tf":1.0}},"e":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":5,"docs":{"37":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"3":{"tf":1.0}}}},"df":0,"docs":{}},"df":3,"docs":{"38":{"tf":1.0},"45":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"31":{"tf":1.0},"34":{"tf":1.0},"48":{"tf":1.0},"63":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"14":{"tf":1.0},"22":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"9":{"tf":1.0}}}}},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"63":{"tf":1.0}}}}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"15":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"35":{"tf":1.4142135623730951},"41":{"tf":2.0},"46":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0}}}}}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"26":{"tf":1.0},"41":{"tf":1.0}}}},"t":{"df":3,"docs":{"22":{"tf":1.0},"53":{"tf":1.0},"61":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"35":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.4142135623730951}}}}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"11":{"tf":1.0},"5":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"o":{"b":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":8,"docs":{"17":{"tf":1.0},"21":{"tf":1.0},"40":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"63":{"tf":1.0}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":6,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0},"63":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":7,"docs":{"0":{"tf":1.0},"20":{"tf":1.0},"32":{"tf":1.0},"52":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"7":{"tf":1.7320508075688772}},"t":{"df":4,"docs":{"10":{"tf":1.0},"27":{"tf":1.0},"63":{"tf":1.7320508075688772},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.4142135623730951},"3":{"tf":1.0},"48":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"45":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"42":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"o":{"df":0,"docs":{},"f":{"df":2,"docs":{"45":{"tf":1.0},"63":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"33":{"tf":1.0},"63":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":9,"docs":{"0":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"21":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"62":{"tf":1.0},"7":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"10":{"tf":1.0},"55":{"tf":1.0}},"r":{"df":1,"docs":{"41":{"tf":1.0}}}},"i":{"d":{"df":4,"docs":{"32":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":6,"docs":{"12":{"tf":1.4142135623730951},"35":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"48":{"tf":1.0},"63":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"40":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"b":{"df":2,"docs":{"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"0":{"tf":1.0},"63":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"62":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"18":{"tf":1.0},"3":{"tf":1.0}}}}}}}},"q":{"a":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"42":{"tf":1.0},"59":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}}}}}},"r":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"12":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"33":{"tf":1.4142135623730951},"8":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"(":{"5":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}},"df":12,"docs":{"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"63":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"12":{"tf":1.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"55":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"l":{"df":4,"docs":{"40":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.0},"63":{"tf":1.0}},"e":{"df":0,"docs":{},"—":{"a":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":11,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"26":{"tf":1.0},"32":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772},"52":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.4142135623730951}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"58":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":4,"docs":{"0":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"54":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"1":{"tf":1.0},"3":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"63":{"tf":1.0},"7":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"52":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"22":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"19":{"tf":1.0},"62":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":3,"docs":{"13":{"tf":1.0},"21":{"tf":1.0},"62":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"47":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"35":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"46":{"tf":1.0}}}}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"63":{"tf":1.0}}},"x":{"df":1,"docs":{"40":{"tf":1.0}}}},"df":1,"docs":{"7":{"tf":1.0}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"22":{"tf":1.0},"52":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"20":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"48":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":5,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.4142135623730951},"42":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":9,"docs":{"19":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"45":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":7,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"26":{"tf":1.0},"30":{"tf":1.0},"62":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"12":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":4,"docs":{"16":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"63":{"tf":1.4142135623730951}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":8,"docs":{"12":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"26":{"tf":1.4142135623730951},"34":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":5,"docs":{"22":{"tf":1.0},"35":{"tf":1.0},"5":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":3,"docs":{"0":{"tf":1.0},"63":{"tf":1.0},"9":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":6,"docs":{"12":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"51":{"tf":1.0},"55":{"tf":1.0},"63":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"15":{"tf":1.4142135623730951},"21":{"tf":1.0},"51":{"tf":1.0},"58":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":3,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"62":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"57":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"10":{"tf":1.0},"62":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":8,"docs":{"0":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.0},"63":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"c":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"50":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.7320508075688772},"56":{"tf":1.4142135623730951}}}}}}}}},"df":30,"docs":{"1":{"tf":1.0},"10":{"tf":1.7320508075688772},"12":{"tf":1.7320508075688772},"13":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.7320508075688772},"20":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":1.7320508075688772},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.7320508075688772},"37":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.4142135623730951},"45":{"tf":1.7320508075688772},"46":{"tf":1.0},"48":{"tf":2.0},"5":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.7320508075688772},"62":{"tf":1.4142135623730951},"63":{"tf":2.449489742783178},"7":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":3,"docs":{"29":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.4142135623730951}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":25,"docs":{"12":{"tf":1.7320508075688772},"13":{"tf":1.4142135623730951},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.7320508075688772},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"48":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.4142135623730951},"58":{"tf":1.7320508075688772},"61":{"tf":1.7320508075688772},"62":{"tf":1.7320508075688772},"63":{"tf":2.0}},"’":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"40":{"tf":1.0}},"{":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"40":{"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":{},"i":{"df":0,"docs":{},"m":{"df":6,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"33":{"tf":1.0},"40":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"40":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"53":{"tf":1.0}},"t":{"df":0,"docs":{},"y":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"m":{"df":0,"docs":{},"e":{"df":6,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"35":{"tf":1.4142135623730951},"58":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"41":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":3,"docs":{"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":31,"docs":{"1":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":2.23606797749979},"16":{"tf":1.7320508075688772},"17":{"tf":1.7320508075688772},"18":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":2.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"27":{"tf":1.0},"34":{"tf":1.7320508075688772},"35":{"tf":1.7320508075688772},"36":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.7320508075688772},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"48":{"tf":2.23606797749979},"5":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":2.23606797749979},"59":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"62":{"tf":1.7320508075688772},"63":{"tf":2.23606797749979},"8":{"tf":1.0}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"29":{"tf":1.0},"39":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"41":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":5,"docs":{"22":{"tf":1.0},"29":{"tf":1.0},"44":{"tf":1.0},"63":{"tf":1.4142135623730951},"7":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"d":{"df":8,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0}}},"df":5,"docs":{"17":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"26":{"tf":1.0},"35":{"tf":1.0}}}},"df":0,"docs":{}},"f":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":3,"docs":{"21":{"tf":1.0},"55":{"tf":1.7320508075688772},"56":{"tf":1.7320508075688772}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"8":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"31":{"tf":1.0}}},"v":{"df":1,"docs":{"58":{"tf":1.0}},"i":{"c":{"df":5,"docs":{"0":{"tf":1.0},"38":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":11,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"24":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"60":{"tf":1.4142135623730951},"63":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"16":{"tf":1.0},"38":{"tf":1.0},"61":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":18,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":8,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"0":{"tf":1.0},"10":{"tf":1.4142135623730951},"62":{"tf":1.0}}}},"w":{"df":4,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"27":{"tf":1.0},"54":{"tf":1.0}}}}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":14,"docs":{"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.4142135623730951},"4":{"tf":1.0},"41":{"tf":1.4142135623730951},"46":{"tf":1.0},"52":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.7320508075688772},"9":{"tf":1.7320508075688772}},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"46":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"24":{"tf":1.0},"55":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"28":{"tf":1.0},"32":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":3,"docs":{"12":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0}}}}},"t":{"df":1,"docs":{"15":{"tf":1.0}}},"z":{"df":0,"docs":{},"e":{"df":1,"docs":{"9":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"63":{"tf":1.7320508075688772},"7":{"tf":1.0}}},"w":{"df":3,"docs":{"28":{"tf":1.0},"61":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"42":{"tf":1.0}}}},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"17":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":8,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"51":{"tf":1.0},"56":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"3":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":1,"docs":{"63":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":8,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"26":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0},"5":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0}},"i":{"df":2,"docs":{"17":{"tf":1.0},"63":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"e":{"d":{"df":3,"docs":{"22":{"tf":1.0},"36":{"tf":1.0},"62":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"63":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"38":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"34":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"61":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"22":{"tf":1.0},"61":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"55":{"tf":1.0}}}}}}},"df":0,"docs":{}},"_":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"51":{"tf":1.0},"56":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":13,"docs":{"12":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"32":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.7320508075688772},"48":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":5,"docs":{"12":{"tf":1.0},"22":{"tf":1.0},"29":{"tf":1.0},"63":{"tf":1.7320508075688772},"9":{"tf":1.7320508075688772}}},"i":{"c":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}}},"y":{"df":5,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"31":{"tf":1.0},"56":{"tf":1.0},"62":{"tf":1.0}}}},"d":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{":":{":":{"a":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"55":{"tf":1.0}}},"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":{},"p":{"df":2,"docs":{"21":{"tf":1.0},"41":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"28":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"62":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":3,"docs":{"12":{"tf":1.0},"48":{"tf":1.0},"63":{"tf":1.0}}}},"r":{"df":2,"docs":{"55":{"tf":1.0},"56":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"63":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"25":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"55":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"b":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"60":{"tf":1.4142135623730951}}}}}},"u":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"24":{"tf":1.0},"28":{"tf":1.4142135623730951},"30":{"tf":1.0}}}},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"6":{"tf":1.0}}}}},"df":7,"docs":{"0":{"tf":1.4142135623730951},"17":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"30":{"tf":1.4142135623730951},"63":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"0":{"tf":1.0},"63":{"tf":1.0}}}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"39":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"59":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"13":{"tf":1.0},"22":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"61":{"tf":1.0}}}}}}},"n":{"c":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"27":{"tf":1.0},"28":{"tf":1.0},"32":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":8,"docs":{"20":{"tf":1.4142135623730951},"26":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":2.23606797749979},"9":{"tf":1.4142135623730951}}}}}}}},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"45":{"tf":1.0}}},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"7":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"56":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":4,"docs":{"17":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"48":{"tf":1.0}}}}},"d":{"df":3,"docs":{"20":{"tf":1.0},"40":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":3,"docs":{"22":{"tf":1.0},"3":{"tf":1.4142135623730951},"60":{"tf":1.0}}},"r":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"41":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"21":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"=":{"9":{"0":{"9":{"1":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":32,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.0},"11":{"tf":1.0},"15":{"tf":2.0},"16":{"tf":1.7320508075688772},"17":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.7320508075688772},"30":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.4142135623730951},"48":{"tf":1.0},"5":{"tf":1.4142135623730951},"50":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"8":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"52":{"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":{"51":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"{":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"56":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"55":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"55":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"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":{},"t":{":":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":2,"docs":{"45":{"tf":1.0},"46":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"7":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"13":{"tf":1.0},"35":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"e":{"df":14,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.4142135623730951},"31":{"tf":1.7320508075688772},"37":{"tf":1.0},"41":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"7":{"tf":1.7320508075688772}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.0}}}}},"r":{"df":1,"docs":{"28":{"tf":1.4142135623730951}}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"15":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"31":{"tf":1.0},"33":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":24,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"33":{"tf":1.7320508075688772},"35":{"tf":1.0},"4":{"tf":1.7320508075688772},"45":{"tf":1.0},"48":{"tf":1.7320508075688772},"53":{"tf":1.0},"55":{"tf":1.4142135623730951},"58":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"8":{"tf":1.0}},"y":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"g":{"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":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"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":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"60":{"tf":1.0},"63":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":3,"docs":{"15":{"tf":1.0},"40":{"tf":1.0},"58":{"tf":1.0}}},"k":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":16,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"26":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"3":{"tf":1.0},"4":{"tf":1.7320508075688772},"40":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"63":{"tf":1.4142135623730951},"8":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"54":{"tf":1.0},"60":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":17,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"21":{"tf":1.0},"24":{"tf":1.7320508075688772},"25":{"tf":1.7320508075688772},"26":{"tf":1.0},"34":{"tf":1.0},"40":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.7320508075688772},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"5":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"63":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"16":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"41":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"19":{"tf":1.0},"30":{"tf":1.0},"4":{"tf":1.0},"63":{"tf":1.4142135623730951}}}}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"29":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":3,"docs":{"22":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"36":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":1,"docs":{"24":{"tf":1.0}}}},"x":{"df":1,"docs":{"7":{"tf":1.0}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"63":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"36":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"28":{"tf":1.0},"3":{"tf":1.4142135623730951},"48":{"tf":1.0},"50":{"tf":1.0},"63":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"56":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":1,"docs":{"58":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"17":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"16":{"tf":1.0},"42":{"tf":1.0}}}},"df":20,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.4142135623730951},"29":{"tf":1.0},"35":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"55":{"tf":2.23606797749979},"56":{"tf":1.7320508075688772},"58":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"19":{"tf":1.0},"60":{"tf":1.0},"9":{"tf":1.7320508075688772}}}},"i":{"df":0,"docs":{},"z":{"df":2,"docs":{"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"16":{"tf":1.0}}}},"x":{"df":0,"docs":{},"o":{"df":1,"docs":{"63":{"tf":1.4142135623730951}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"2":{"df":3,"docs":{"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"3":{"df":1,"docs":{"8":{"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":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":18,"docs":{"0":{"tf":2.0},"13":{"tf":1.0},"17":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"31":{"tf":1.0},"33":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.0},"60":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":2.0}}},"df":0,"docs":{}},"u":{"df":2,"docs":{"30":{"tf":1.0},"63":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"33":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"63":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"45":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"!":{"[":{"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":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":1,"docs":{"55":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"10":{"tf":1.0},"62":{"tf":1.0}},"f":{"df":2,"docs":{"13":{"tf":1.0},"32":{"tf":1.0}},"i":{"df":6,"docs":{"20":{"tf":1.0},"28":{"tf":1.0},"41":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"i":{"a":{"df":2,"docs":{"0":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"16":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"[":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"63":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":2.0}},"e":{"df":0,"docs":{},"t":{"df":14,"docs":{"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"29":{"tf":1.0}}}},"y":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":1,"docs":{"12":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"21":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"60":{"tf":1.0},"63":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"61":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":10,"docs":{"10":{"tf":1.0},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"20":{"tf":1.0},"35":{"tf":1.0},"48":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":4,"docs":{"38":{"tf":1.0},"50":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"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":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"5":{"df":1,"docs":{"10":{"tf":1.0}}},"6":{"0":{"df":2,"docs":{"10":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":1,"docs":{"63":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"0":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"31":{"tf":1.0},"9":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"32":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":3,"docs":{"3":{"tf":1.0},"42":{"tf":1.0},"6":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"58":{"tf":1.7320508075688772}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":36,"docs":{"1":{"tf":1.0},"12":{"tf":2.23606797749979},"13":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.7320508075688772},"18":{"tf":1.4142135623730951},"19":{"tf":2.0},"20":{"tf":2.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.7320508075688772},"26":{"tf":1.4142135623730951},"27":{"tf":1.0},"28":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"30":{"tf":1.0},"35":{"tf":1.4142135623730951},"4":{"tf":1.7320508075688772},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"48":{"tf":2.23606797749979},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":2.23606797749979},"56":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.7320508075688772},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":2.23606797749979}},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"d":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"44":{"tf":1.0},"5":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"e":{"df":1,"docs":{"62":{"tf":1.0}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":2,"docs":{"29":{"tf":1.0},"63":{"tf":1.0}}}}}}}},"breadcrumbs":{"root":{"0":{"df":1,"docs":{"10":{"tf":1.0}}},"1":{"0":{"df":2,"docs":{"10":{"tf":1.0},"7":{"tf":1.0}}},"2":{"7":{".":{"0":{".":{"0":{".":{"1":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"10":{"tf":1.0},"34":{"tf":1.0},"44":{"tf":1.4142135623730951}},"–":{"3":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}},"2":{"df":3,"docs":{"24":{"tf":1.4142135623730951},"34":{"tf":1.0},"63":{"tf":1.0}}},"3":{"df":1,"docs":{"34":{"tf":1.0}}},"4":{"df":1,"docs":{"34":{"tf":1.0}},"–":{"5":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}},"5":{"df":1,"docs":{"7":{"tf":1.0}},"s":{"/":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"6":{"0":{"df":2,"docs":{"44":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"7":{"tf":1.0}}},"–":{"7":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}},"7":{"df":0,"docs":{},"s":{"df":1,"docs":{"7":{"tf":1.0}}}},"8":{"df":0,"docs":{},"s":{"/":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"9":{"0":{"9":{"0":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"a":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"63":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"46":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"63":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"48":{"tf":1.0},"55":{"tf":1.0},"63":{"tf":1.4142135623730951},"8":{"tf":1.0}}}},"v":{"df":9,"docs":{"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"4":{"tf":1.4142135623730951},"48":{"tf":1.0},"55":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"19":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"58":{"tf":1.0}}}}},"d":{"df":4,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"45":{"tf":1.0},"50":{"tf":1.0}}}}}}},"df":6,"docs":{"48":{"tf":1.0},"50":{"tf":1.7320508075688772},"51":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"54":{"tf":1.0}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"23":{"tf":1.0},"60":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":9,"docs":{"27":{"tf":1.7320508075688772},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"30":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"51":{"tf":1.0}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"61":{"tf":1.0}}}}}}}}}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":4,"docs":{"17":{"tf":1.0},"21":{"tf":1.4142135623730951},"35":{"tf":1.0},"62":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":6,"docs":{"10":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}}}}},"df":2,"docs":{"22":{"tf":1.0},"63":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"10":{"tf":1.0},"62":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.7320508075688772}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":5,"docs":{"59":{"tf":1.7320508075688772},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"20":{"tf":1.0},"6":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"2":{"tf":1.0},"33":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"4":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"46":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":8,"docs":{"27":{"tf":1.7320508075688772},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"15":{"tf":1.0},"34":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":14,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.4142135623730951},"33":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0},"56":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}}}},"t":{"df":3,"docs":{"16":{"tf":1.0},"41":{"tf":1.0},"46":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"0":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{":":{":":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"55":{"tf":1.0},"56":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"55":{"tf":1.0},"56":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":3,"docs":{"50":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"48":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":6,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"17":{"tf":1.7320508075688772},"35":{"tf":1.0},"5":{"tf":1.0}}}}},"o":{"df":1,"docs":{"63":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":18,"docs":{"0":{"tf":1.4142135623730951},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"35":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.4142135623730951},"46":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.7320508075688772},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"22":{"tf":1.0},"41":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}}},"b":{"(":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"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":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"4":{"tf":1.0},"52":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}}}}},"d":{"df":4,"docs":{"10":{"tf":1.0},"30":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"38":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":4,"docs":{"22":{"tf":1.0},"36":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"26":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0},"56":{"tf":1.0}}}}}}}},"df":1,"docs":{"4":{"tf":1.0}},"e":{"c":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"56":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":6,"docs":{"22":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.4142135623730951}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"40":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":10,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"30":{"tf":1.7320508075688772},"35":{"tf":1.0},"39":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"63":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"22":{"tf":1.7320508075688772},"37":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"42":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":8,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"32":{"tf":1.0},"41":{"tf":1.0}}}}},"df":3,"docs":{"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"b":{"df":6,"docs":{"0":{"tf":1.4142135623730951},"17":{"tf":1.0},"19":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":2.23606797749979},"9":{"tf":1.0}},"s":{"/":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"46":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":21,"docs":{"0":{"tf":1.0},"10":{"tf":2.23606797749979},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.4142135623730951},"31":{"tf":2.449489742783178},"32":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":2.0},"63":{"tf":2.8284271247461903},"7":{"tf":3.1622776601683795},"9":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"e":{"df":2,"docs":{"31":{"tf":1.0},"63":{"tf":1.0}},"e":{"d":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"0":{"tf":1.0},"1":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"18":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":1.0},"42":{"tf":1.0},"60":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"34":{"tf":1.0},"48":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"13":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"a":{"d":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"9":{"tf":1.0}}}}}}},"u":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":11,"docs":{"12":{"tf":1.0},"27":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"60":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":3,"docs":{"3":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0}}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":5,"docs":{"21":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.7320508075688772},"57":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"29":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"z":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"30":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}},"c":{"(":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}},"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":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"9":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":4,"docs":{"31":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"l":{"df":2,"docs":{"57":{"tf":1.0},"63":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"27":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"35":{"tf":1.0},"48":{"tf":1.0},"62":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":3,"docs":{"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"61":{"tf":1.0}}}}},"df":1,"docs":{"4":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"63":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"1":{"tf":1.0},"29":{"tf":1.0},"33":{"tf":1.0},"58":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}}}},"df":4,"docs":{"0":{"tf":1.0},"19":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":2.23606797749979}}}}}},"o":{"df":11,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.7320508075688772},"60":{"tf":1.0},"61":{"tf":1.7320508075688772},"62":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"8":{"tf":2.23606797749979}},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"48":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.7320508075688772}}}},"c":{"df":0,"docs":{},"k":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":20,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"28":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"41":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"41":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"22":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"17":{"tf":1.4142135623730951},"22":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"61":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}}}}},"i":{"df":9,"docs":{"13":{"tf":1.0},"22":{"tf":1.7320508075688772},"32":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":2.449489742783178},"7":{"tf":1.4142135623730951}},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"41":{"tf":1.0},"46":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"53":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"61":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":6,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.0}},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"r":{"df":9,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"|":{"df":2,"docs":{"55":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":4,"docs":{"50":{"tf":1.0},"55":{"tf":1.7320508075688772},"56":{"tf":1.7320508075688772},"58":{"tf":1.0}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":13,"docs":{"1":{"tf":1.0},"13":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.7320508075688772},"4":{"tf":1.7320508075688772},"41":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"63":{"tf":1.0}},"—":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"48":{"tf":1.0}}}}}}}}}}}},"o":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"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":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"46":{"tf":1.0}}}}}}}}},"df":4,"docs":{"20":{"tf":1.0},"31":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"14":{"tf":1.0},"23":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"63":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"40":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"22":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"18":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"3":{"tf":1.0},"63":{"tf":1.4142135623730951}}},"s":{"df":14,"docs":{"0":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.4142135623730951},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.4142135623730951},"48":{"tf":1.0},"58":{"tf":1.0},"62":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"=":{"1":{"df":0,"docs":{},"x":{"1":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"45":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"=":{"1":{"2":{"7":{".":{"0":{".":{"0":{".":{"1":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"=":{"1":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":2,"docs":{"42":{"tf":1.7320508075688772},"63":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":2,"docs":{"2":{"tf":1.0},"35":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"8":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"20":{"tf":1.0},"60":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"4":{"tf":1.0},"48":{"tf":1.0},"56":{"tf":1.0},"63":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"3":{"tf":1.0},"62":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":4,"docs":{"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"r":{"df":11,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":1.4142135623730951},"60":{"tf":1.0},"7":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"df":5,"docs":{"26":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"56":{"tf":1.4142135623730951},"61":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":8,"docs":{"0":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.0},"63":{"tf":1.4142135623730951},"7":{"tf":1.0}}}}}},"i":{"d":{"df":1,"docs":{"50":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.0},"36":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"52":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"44":{"tf":1.0}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"m":{"df":4,"docs":{"15":{"tf":1.0},"31":{"tf":1.0},"46":{"tf":1.4142135623730951},"58":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"38":{"tf":1.0},"45":{"tf":1.0},"63":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"1":{"tf":1.0},"42":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"17":{"tf":1.0},"18":{"tf":1.7320508075688772},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.7320508075688772},"60":{"tf":1.4142135623730951}}}},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"0":{"tf":1.7320508075688772},"48":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":2,"docs":{"20":{"tf":1.0},"63":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"47":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":8,"docs":{"19":{"tf":1.4142135623730951},"26":{"tf":1.0},"28":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0},"61":{"tf":1.4142135623730951},"63":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"38":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":3,"docs":{"12":{"tf":1.0},"48":{"tf":1.0},"63":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"48":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":10,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.7320508075688772},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.7320508075688772},"33":{"tf":1.0},"58":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"21":{"tf":1.0},"23":{"tf":1.0},"60":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"15":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"47":{"tf":1.0},"58":{"tf":2.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"17":{"tf":1.0},"63":{"tf":1.4142135623730951},"8":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":4,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{}}}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"x":{"df":2,"docs":{"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":3,"docs":{"31":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"54":{"tf":1.0}}}}}}}},"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"[":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"12":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"a":{"df":9,"docs":{"0":{"tf":2.23606797749979},"22":{"tf":1.0},"25":{"tf":1.7320508075688772},"26":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"53":{"tf":1.0},"63":{"tf":2.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"t":{"a":{"df":14,"docs":{"0":{"tf":2.0},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"25":{"tf":1.0},"3":{"tf":1.4142135623730951},"4":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":2.23606797749979}}},"df":0,"docs":{}}},"df":2,"docs":{"12":{"tf":1.0},"4":{"tf":1.0}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":3,"docs":{"37":{"tf":1.0},"45":{"tf":1.0},"8":{"tf":1.0}},"g":{"df":2,"docs":{"11":{"tf":1.0},"59":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"12":{"tf":1.0},"17":{"tf":1.0}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"r":{"df":8,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"3":{"tf":1.0},"48":{"tf":1.0},"6":{"tf":1.7320508075688772},"63":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"47":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"57":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":7,"docs":{"21":{"tf":1.0},"44":{"tf":2.0},"45":{"tf":1.7320508075688772},"48":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"17":{"tf":1.0},"48":{"tf":1.0},"60":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"20":{"tf":1.0},"21":{"tf":1.0},"60":{"tf":1.0}}}}}}},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"28":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"34":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"a":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":9,"docs":{"16":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"58":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"41":{"tf":1.0},"62":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":13,"docs":{"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"27":{"tf":1.0},"32":{"tf":2.449489742783178},"35":{"tf":2.0},"39":{"tf":1.0},"4":{"tf":1.7320508075688772},"48":{"tf":1.4142135623730951},"58":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"50":{"tf":1.0},"55":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":6,"docs":{"16":{"tf":1.0},"18":{"tf":1.4142135623730951},"3":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"48":{"tf":1.0},"63":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"13":{"tf":1.7320508075688772},"30":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"11":{"tf":1.0},"8":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}}}}}}},"v":{"df":1,"docs":{"45":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":16,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"47":{"tf":1.7320508075688772},"48":{"tf":2.23606797749979},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"14":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"62":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"37":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"63":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"38":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":3,"docs":{"0":{"tf":1.0},"53":{"tf":1.0},"63":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"41":{"tf":1.0},"47":{"tf":1.0}},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"31":{"tf":1.0}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":10,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"38":{"tf":1.4142135623730951},"4":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"58":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"22":{"tf":1.0},"30":{"tf":1.0},"58":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"\'":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"32":{"tf":1.7320508075688772}},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":2.0}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"26":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"[":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}},"df":8,"docs":{"12":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.0}},"n":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"p":{"/":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"30":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"l":{"df":6,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.7320508075688772}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":13,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":2.23606797749979},"7":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":3,"docs":{"12":{"tf":1.0},"56":{"tf":1.0},"63":{"tf":1.4142135623730951}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"55":{"tf":1.7320508075688772},"56":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}},"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":9,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"63":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"55":{"tf":1.0}}}}}}},"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"12":{"tf":1.0}}}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":6,"docs":{"13":{"tf":1.0},"16":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"4":{"tf":1.0},"63":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"41":{"tf":1.0}}}}},"s":{"df":1,"docs":{"38":{"tf":1.0}},"i":{"df":1,"docs":{"17":{"tf":1.0}}}}},"df":2,"docs":{"12":{"tf":1.0},"4":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"b":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"3":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":7,"docs":{"0":{"tf":1.0},"21":{"tf":1.0},"26":{"tf":1.0},"45":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"d":{"df":4,"docs":{"16":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"41":{"tf":1.0},"52":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"10":{"tf":1.0},"34":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"15":{"tf":1.0},"3":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":5,"docs":{"10":{"tf":1.4142135623730951},"17":{"tf":1.0},"48":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":7,"docs":{"0":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.4142135623730951},"53":{"tf":1.0},"63":{"tf":1.4142135623730951}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":26,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"3":{"tf":1.4142135623730951},"35":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"58":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"7":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"r":{"(":{"\\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"55":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"51":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"2":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"a":{"df":0,"docs":{},"l":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":8,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0},"56":{"tf":1.0},"63":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"52":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":3,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":24,"docs":{"15":{"tf":1.0},"23":{"tf":1.7320508075688772},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.7320508075688772},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"54":{"tf":1.7320508075688772},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"63":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"12":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"63":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"r":{"df":8,"docs":{"0":{"tf":1.4142135623730951},"17":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"44":{"tf":1.0},"60":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951}},"s":{"(":{"1":{"df":3,"docs":{"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"2":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":6,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"58":{"tf":1.0},"63":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":3,"docs":{"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"55":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":39,"docs":{"1":{"tf":1.0},"12":{"tf":2.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":2.0},"19":{"tf":1.0},"20":{"tf":2.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"30":{"tf":1.7320508075688772},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.4142135623730951},"4":{"tf":1.7320508075688772},"40":{"tf":1.7320508075688772},"41":{"tf":1.0},"48":{"tf":2.23606797749979},"50":{"tf":1.0},"51":{"tf":1.4142135623730951},"54":{"tf":2.0},"55":{"tf":2.23606797749979},"56":{"tf":2.23606797749979},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":2.23606797749979},"7":{"tf":2.0},"9":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"63":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"60":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"46":{"tf":1.0},"51":{"tf":1.0}}}},"s":{"df":2,"docs":{"46":{"tf":1.0},"50":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"46":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"—":{"a":{"d":{"df":0,"docs":{},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"20":{"tf":1.0},"21":{"tf":1.0},"60":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":9,"docs":{"13":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.4142135623730951},"49":{"tf":1.7320508075688772},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.4142135623730951},"63":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"16":{"tf":1.0}}}}}}},"}":{"\\"":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"56":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"f":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"15":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"12":{"tf":1.0},"50":{"tf":1.0},"62":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":9,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.4142135623730951},"46":{"tf":1.0},"52":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}},"k":{"df":0,"docs":{},"e":{"df":2,"docs":{"28":{"tf":1.0},"32":{"tf":1.0}}}},"l":{"df":0,"docs":{},"s":{"df":4,"docs":{"10":{"tf":1.0},"41":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}}}},"q":{"df":1,"docs":{"62":{"tf":1.7320508075688772}}},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"32":{"tf":1.0},"37":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0},"57":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"42":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"22":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"32":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":1,"docs":{"31":{"tf":1.0}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"22":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"44":{"tf":1.0},"62":{"tf":1.0}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"17":{"tf":1.0},"51":{"tf":1.0},"56":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"8":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"62":{"tf":1.0}}}}}}}}}},"t":{"df":6,"docs":{"15":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"54":{"tf":1.0}}},"x":{"df":1,"docs":{"8":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"35":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0}}},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"61":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"46":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":4,"docs":{"13":{"tf":1.0},"24":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"58":{"tf":1.0},"60":{"tf":1.0}}}}}}},"n":{"df":6,"docs":{"10":{"tf":1.0},"55":{"tf":2.449489742783178},"56":{"tf":2.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"o":{"c":{"df":0,"docs":{},"u":{"df":1,"docs":{"6":{"tf":1.0}},"s":{"df":3,"docs":{"0":{"tf":1.0},"15":{"tf":1.0},"41":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"35":{"tf":1.0},"4":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"t":{"!":{"(":{"\\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"4":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":13,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"2":{"tf":1.7320508075688772},"21":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"45":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}}}}}}}}},"df":22,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.4142135623730951},"2":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.4142135623730951},"4":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.7320508075688772},"5":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"60":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.4142135623730951}},"’":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"3":{"tf":1.0},"32":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":7,"docs":{"0":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"8":{"tf":1.0}}}}}}},"d":{"df":1,"docs":{"60":{"tf":1.0}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"g":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"3":{"tf":1.0},"61":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"40":{"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":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"50":{"tf":1.0},"55":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":8,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"33":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"48":{"tf":1.0},"55":{"tf":1.0},"63":{"tf":1.4142135623730951}}}}},"t":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"55":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"42":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"1":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"63":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"17":{"tf":1.0},"22":{"tf":1.0}}}},"df":0,"docs":{},"o":{"d":{"df":6,"docs":{"10":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"17":{"tf":1.0},"22":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"44":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"1":{"6":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":1,"docs":{"63":{"tf":1.0}}}},"w":{"df":1,"docs":{"57":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"14":{"tf":1.0},"48":{"tf":1.0},"59":{"tf":1.0}}},"df":0,"docs":{}}},"df":34,"docs":{"1":{"tf":1.0},"14":{"tf":1.7320508075688772},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"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}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"30":{"tf":1.0}}}},"n":{"d":{"df":1,"docs":{"12":{"tf":1.0}},"l":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"r":{"d":{"df":1,"docs":{"8":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"17":{"tf":1.0},"4":{"tf":1.0},"63":{"tf":1.0},"9":{"tf":1.7320508075688772}},"i":{"df":2,"docs":{"20":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":1,"docs":{"5":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"41":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.7320508075688772}}}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"0":{"tf":1.0},"56":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":9,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"29":{"tf":1.0},"4":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"39":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"13":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"58":{"tf":1.0},"62":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"58":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"i":{"[":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"20":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"a":{"df":9,"docs":{"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"55":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"i":{"df":33,"docs":{"14":{"tf":1.7320508075688772},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"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}},"i":{"df":12,"docs":{"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},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"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":3,"docs":{"23":{"tf":1.0},"27":{"tf":1.0},"54":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"42":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.7320508075688772}}}},"l":{"df":2,"docs":{"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"58":{"tf":1.0}}}}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":7,"docs":{"0":{"tf":1.0},"22":{"tf":1.0},"42":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":8,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"40":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"4":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"\\"":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"55":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"c":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"44":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"3":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"12":{"tf":1.0},"21":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":3,"docs":{"20":{"tf":1.4142135623730951},"50":{"tf":1.0},"55":{"tf":1.4142135623730951}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"50":{"tf":1.0},"55":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"46":{"tf":1.0}}}}}}},"df":2,"docs":{"38":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"44":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"61":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":4,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"3":{"tf":1.0},"58":{"tf":1.0}}}},"n":{"d":{"df":4,"docs":{"17":{"tf":1.0},"48":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"27":{"tf":1.0},"30":{"tf":1.0}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.4142135623730951},"28":{"tf":1.0},"3":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":3,"docs":{"28":{"tf":1.0},"58":{"tf":1.7320508075688772},"9":{"tf":2.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"5":{"tf":1.0}}}}}},"v":{"df":4,"docs":{"31":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"8":{"tf":1.0}},"t":{"df":1,"docs":{"3":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":3,"docs":{"3":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"u":{"df":2,"docs":{"41":{"tf":1.0},"55":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.0},"37":{"tf":1.0}}}}},"v":{"df":5,"docs":{"59":{"tf":1.7320508075688772},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0}}}},"j":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"g":{"df":4,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"63":{"tf":1.0}}}},"df":0,"docs":{}}},"k":{"8":{"df":7,"docs":{"16":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"46":{"tf":1.7320508075688772},"62":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"46":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"63":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":18,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.7320508075688772},"22":{"tf":1.4142135623730951},"26":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951}}}},"y":{"df":2,"docs":{"55":{"tf":1.0},"56":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"46":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"60":{"tf":1.4142135623730951}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"63":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"39":{"tf":1.4142135623730951},"4":{"tf":1.0},"58":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"28":{"tf":1.0}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"13":{"tf":1.0},"7":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"31":{"tf":1.0},"48":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"28":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"21":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"37":{"tf":1.0},"63":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"25":{"tf":1.0},"4":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"15":{"tf":1.7320508075688772},"21":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"53":{"tf":1.0},"60":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"63":{"tf":1.0}}}}},"df":0,"docs":{},"k":{"df":2,"docs":{"12":{"tf":1.0},"48":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.7320508075688772}}}}},"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"63":{"tf":1.0}}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"42":{"tf":1.0}}}},"t":{"df":1,"docs":{"3":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":14,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.7320508075688772},"58":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":2,"docs":{"12":{"tf":1.7320508075688772},"34":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"20":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":18,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.7320508075688772},"3":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.7320508075688772},"9":{"tf":1.0}}}}},"o":{"a":{"d":{"df":2,"docs":{"29":{"tf":1.4142135623730951},"46":{"tf":1.0}},"e":{"d":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"46":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"=":{"2":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"=":{"1":{"2":{"0":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"=":{"3":{"df":1,"docs":{"44":{"tf":1.0}}},"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":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":2,"docs":{"42":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951}}}}}}}},"df":12,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"35":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"4":{"tf":1.0},"41":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"58":{"tf":1.0},"62":{"tf":1.0}}},"t":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":6,"docs":{"41":{"tf":1.0},"44":{"tf":1.4142135623730951},"45":{"tf":1.7320508075688772},"55":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0}},"i":{"c":{"df":3,"docs":{"54":{"tf":1.0},"57":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{}},"s":{"/":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"46":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":5,"docs":{"10":{"tf":1.0},"17":{"tf":1.0},"48":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"39":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"30":{"tf":1.0},"62":{"tf":1.0}}},"p":{"df":3,"docs":{"22":{"tf":1.0},"37":{"tf":1.0},"6":{"tf":1.0}}},"s":{"df":1,"docs":{"15":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"63":{"tf":1.0}}}}}}},"w":{"df":1,"docs":{"29":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"r":{"df":2,"docs":{"12":{"tf":1.0},"4":{"tf":1.0}}},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"10":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"38":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"10":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"13":{"tf":1.0},"47":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":9,"docs":{"13":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"58":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}},"n":{"df":0,"docs":{},"i":{"df":6,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"60":{"tf":1.0}}},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"63":{"tf":1.0}}}}},"p":{"df":4,"docs":{"16":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"58":{"tf":1.0}}},"t":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"59":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"17":{"tf":1.0},"39":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}},"y":{"b":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":8,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"48":{"tf":1.0},"62":{"tf":1.0}}}}},"t":{"df":1,"docs":{"21":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"63":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"2":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"41":{"tf":1.0},"63":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"c":{"df":5,"docs":{"12":{"tf":1.0},"31":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"61":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"46":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"m":{"df":5,"docs":{"22":{"tf":1.0},"24":{"tf":1.0},"37":{"tf":1.0},"54":{"tf":1.0},"57":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"10":{"tf":1.7320508075688772},"60":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"61":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":4,"docs":{"41":{"tf":1.0},"50":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0}}}},"x":{"df":2,"docs":{"61":{"tf":1.0},"8":{"tf":1.0}},"e":{"d":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"30":{"tf":1.4142135623730951}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"45":{"tf":1.0}},"l":{"df":8,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"29":{"tf":1.0},"48":{"tf":2.23606797749979},"58":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"34":{"tf":1.0}}}},"df":2,"docs":{"44":{"tf":1.0},"50":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"57":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"13":{"tf":1.0},"22":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":8,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.4142135623730951},"34":{"tf":1.7320508075688772},"38":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":4,"docs":{"22":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"55":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"55":{"tf":1.0},"56":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"50":{"tf":1.0},"55":{"tf":1.0}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"df":2,"docs":{"29":{"tf":1.0},"9":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":8,"docs":{"21":{"tf":1.0},"3":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.0},"62":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"g":{"df":3,"docs":{"30":{"tf":1.0},"41":{"tf":1.0},"63":{"tf":1.0}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":12,"docs":{"0":{"tf":1.7320508075688772},"15":{"tf":1.0},"17":{"tf":1.0},"28":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"4":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.4142135623730951}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"32":{"tf":1.0},"63":{"tf":1.0}}}}},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"55":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":8,"docs":{"27":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.7320508075688772},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}}}}},"o":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"52":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":23,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"12":{"tf":1.0},"15":{"tf":1.7320508075688772},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"2":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.4142135623730951},"32":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.7320508075688772},"48":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.4142135623730951},"61":{"tf":1.0},"63":{"tf":2.23606797749979}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":2,"docs":{"22":{"tf":1.0},"8":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"df":9,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.7320508075688772},"32":{"tf":1.0},"41":{"tf":1.0},"46":{"tf":1.0},"63":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"=":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"45":{"tf":1.0}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"41":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"=":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"e":{",":{"d":{"a":{"=":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"44":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"=":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"41":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"45":{"tf":1.0}},"e":{"=":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":2,"docs":{"45":{"tf":1.0},"46":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"21":{"tf":1.0},"44":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"o":{"[":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":17,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"48":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.7320508075688772},"9":{"tf":1.4142135623730951}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"22":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"48":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"12":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"58":{"tf":1.0},"60":{"tf":1.0}}}}}},"k":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"\\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"55":{"tf":1.0},"56":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":1,"docs":{"55":{"tf":1.0}}},"n":{"c":{"df":3,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0}}},"df":5,"docs":{"15":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"40":{"tf":1.0},"53":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"39":{"tf":1.0}}}}},"p":{"df":1,"docs":{"63":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":14,"docs":{"0":{"tf":1.0},"17":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"41":{"tf":2.23606797749979},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0}}}},"t":{"df":2,"docs":{"21":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"12":{"tf":1.0},"26":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"52":{"tf":1.0}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":10,"docs":{"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"63":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"21":{"tf":1.0},"62":{"tf":1.0},"7":{"tf":1.0}}}}}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"29":{"tf":1.4142135623730951}}}}},"df":1,"docs":{"28":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"p":{"df":1,"docs":{"41":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":9,"docs":{"12":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0},"63":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"3":{"tf":1.0},"6":{"tf":1.4142135623730951},"9":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"37":{"tf":1.0},"42":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.7320508075688772}}}}}}}}}},"p":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"12":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"28":{"tf":1.0}}},"k":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"16":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":3,"docs":{"1":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"33":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.0},"63":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"30":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}}}}},"t":{"df":62,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.7320508075688772},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.7320508075688772},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"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},"4":{"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.7320508075688772},"48":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.7320508075688772},"6":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":5,"docs":{"0":{"tf":1.0},"19":{"tf":1.0},"53":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"35":{"tf":1.0},"46":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":1,"docs":{"12":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"19":{"tf":1.0},"25":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":3,"docs":{"15":{"tf":1.0},"21":{"tf":2.449489742783178},"22":{"tf":1.0}}}}}}}},"df":3,"docs":{"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"28":{"tf":1.0}}}},"r":{"df":6,"docs":{"21":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":1.0},"33":{"tf":1.0},"63":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":3,"docs":{"0":{"tf":1.4142135623730951},"4":{"tf":1.0},"63":{"tf":1.4142135623730951}}}}}},"i":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"29":{"tf":1.4142135623730951},"34":{"tf":3.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":7,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"5":{"tf":1.7320508075688772},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"33":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"15":{"tf":1.0},"16":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"34":{"tf":1.4142135623730951},"38":{"tf":1.0}}}}}}}},"l":{"a":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":17,"docs":{"1":{"tf":1.0},"12":{"tf":2.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"20":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":2.0},"36":{"tf":1.4142135623730951},"4":{"tf":1.0},"40":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"41":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"u":{"df":3,"docs":{"0":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0}},"g":{"df":1,"docs":{"54":{"tf":1.0}},"g":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"13":{"tf":1.0},"18":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"d":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"63":{"tf":1.0}},"e":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":5,"docs":{"37":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"3":{"tf":1.0}}}},"df":0,"docs":{}},"df":3,"docs":{"38":{"tf":1.0},"45":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"31":{"tf":1.0},"34":{"tf":1.0},"48":{"tf":1.0},"63":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"14":{"tf":1.0},"22":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"9":{"tf":1.0}}}}},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"63":{"tf":1.0}}}}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"15":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"35":{"tf":1.4142135623730951},"41":{"tf":2.0},"46":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0}}}}}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"26":{"tf":1.0},"41":{"tf":1.0}}}},"t":{"df":3,"docs":{"22":{"tf":1.0},"53":{"tf":1.0},"61":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"35":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":2.0}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.4142135623730951}}}}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"11":{"tf":1.0},"5":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"o":{"b":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":8,"docs":{"17":{"tf":1.0},"21":{"tf":1.0},"40":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.0},"63":{"tf":1.0}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":6,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0},"63":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":7,"docs":{"0":{"tf":1.0},"20":{"tf":1.0},"32":{"tf":1.0},"52":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"7":{"tf":1.7320508075688772}},"t":{"df":4,"docs":{"10":{"tf":1.0},"27":{"tf":1.0},"63":{"tf":1.7320508075688772},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.4142135623730951},"3":{"tf":1.0},"48":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"45":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"42":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"o":{"df":0,"docs":{},"f":{"df":2,"docs":{"45":{"tf":1.0},"63":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"33":{"tf":1.0},"63":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":9,"docs":{"0":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"21":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"62":{"tf":1.0},"7":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"10":{"tf":1.0},"55":{"tf":1.0}},"r":{"df":1,"docs":{"41":{"tf":1.0}}}},"i":{"d":{"df":4,"docs":{"32":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":6,"docs":{"12":{"tf":1.4142135623730951},"35":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"48":{"tf":1.0},"63":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"40":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"b":{"df":2,"docs":{"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"0":{"tf":1.0},"63":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"62":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"18":{"tf":1.0},"3":{"tf":1.0}}}}}}}},"q":{"a":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"42":{"tf":1.0},"59":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}}}}}},"r":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"12":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"33":{"tf":1.4142135623730951},"8":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"(":{"5":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}},"df":12,"docs":{"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"63":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"12":{"tf":1.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"55":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"l":{"df":4,"docs":{"40":{"tf":1.0},"55":{"tf":1.7320508075688772},"56":{"tf":1.4142135623730951},"63":{"tf":1.0}},"e":{"df":0,"docs":{},"—":{"a":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":11,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"26":{"tf":1.0},"32":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772},"52":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.4142135623730951}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"58":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":4,"docs":{"0":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"54":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"1":{"tf":1.0},"3":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"63":{"tf":1.0},"7":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"52":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"22":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"19":{"tf":1.0},"62":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":3,"docs":{"13":{"tf":1.0},"21":{"tf":1.0},"62":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":14,"docs":{"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},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":2.0},"59":{"tf":1.0},"63":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"35":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"46":{"tf":1.0}}}}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"63":{"tf":1.0}}},"x":{"df":1,"docs":{"40":{"tf":1.0}}}},"df":1,"docs":{"7":{"tf":1.0}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"22":{"tf":1.0},"52":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"20":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"48":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":5,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.4142135623730951},"42":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":9,"docs":{"19":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"45":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":7,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"26":{"tf":1.0},"30":{"tf":1.0},"62":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"12":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":4,"docs":{"16":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"63":{"tf":1.4142135623730951}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":8,"docs":{"12":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"26":{"tf":1.4142135623730951},"34":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":5,"docs":{"22":{"tf":1.0},"35":{"tf":1.0},"5":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":3,"docs":{"0":{"tf":1.0},"63":{"tf":1.0},"9":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":6,"docs":{"12":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"51":{"tf":1.0},"55":{"tf":1.0},"63":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"15":{"tf":1.4142135623730951},"21":{"tf":1.0},"51":{"tf":1.0},"58":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":3,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"62":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"57":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"10":{"tf":1.0},"62":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":8,"docs":{"0":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.0},"63":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"c":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"50":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.7320508075688772},"56":{"tf":1.4142135623730951}}}}}}}}},"df":30,"docs":{"1":{"tf":1.0},"10":{"tf":2.0},"12":{"tf":1.7320508075688772},"13":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.7320508075688772},"20":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":2.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":2.23606797749979},"37":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"45":{"tf":1.7320508075688772},"46":{"tf":1.0},"48":{"tf":2.0},"5":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.7320508075688772},"62":{"tf":1.4142135623730951},"63":{"tf":2.449489742783178},"7":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":3,"docs":{"29":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.4142135623730951}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":25,"docs":{"12":{"tf":1.7320508075688772},"13":{"tf":1.4142135623730951},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.7320508075688772},"36":{"tf":2.0},"37":{"tf":1.7320508075688772},"38":{"tf":1.7320508075688772},"39":{"tf":1.7320508075688772},"4":{"tf":1.7320508075688772},"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"44":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772},"46":{"tf":1.7320508075688772},"48":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.7320508075688772},"58":{"tf":1.7320508075688772},"61":{"tf":1.7320508075688772},"62":{"tf":1.7320508075688772},"63":{"tf":2.0}},"’":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"40":{"tf":1.0}},"{":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"40":{"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":{},"i":{"df":0,"docs":{},"m":{"df":6,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"33":{"tf":1.0},"40":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"40":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"54":{"tf":1.7320508075688772},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"53":{"tf":1.0}},"t":{"df":0,"docs":{},"y":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"m":{"df":0,"docs":{},"e":{"df":6,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"35":{"tf":1.4142135623730951},"58":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"41":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":3,"docs":{"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.7320508075688772}}}}}}}},"df":0,"docs":{}}}}},"df":31,"docs":{"1":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.7320508075688772},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":2.23606797749979},"16":{"tf":1.7320508075688772},"17":{"tf":2.23606797749979},"18":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":2.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"27":{"tf":1.0},"34":{"tf":2.0},"35":{"tf":2.23606797749979},"36":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.7320508075688772},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"48":{"tf":2.6457513110645907},"5":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":2.23606797749979},"59":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":2.0},"62":{"tf":1.7320508075688772},"63":{"tf":2.23606797749979},"8":{"tf":1.0}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"29":{"tf":1.0},"39":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"41":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":5,"docs":{"22":{"tf":1.0},"29":{"tf":1.0},"44":{"tf":1.0},"63":{"tf":1.4142135623730951},"7":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"d":{"df":8,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0}}},"df":5,"docs":{"17":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"26":{"tf":1.0},"35":{"tf":1.0}}}},"df":0,"docs":{}},"f":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":3,"docs":{"21":{"tf":1.0},"55":{"tf":1.7320508075688772},"56":{"tf":1.7320508075688772}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"8":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"31":{"tf":1.0}}},"v":{"df":1,"docs":{"58":{"tf":1.0}},"i":{"c":{"df":5,"docs":{"0":{"tf":1.0},"38":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":11,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"24":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"60":{"tf":1.4142135623730951},"63":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"16":{"tf":1.0},"38":{"tf":1.0},"61":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":18,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":8,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.7320508075688772}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"0":{"tf":1.0},"10":{"tf":1.4142135623730951},"62":{"tf":1.0}}}},"w":{"df":4,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"27":{"tf":1.0},"54":{"tf":1.0}}}}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":14,"docs":{"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.4142135623730951},"4":{"tf":1.0},"41":{"tf":1.4142135623730951},"46":{"tf":1.0},"52":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.7320508075688772},"9":{"tf":2.0}},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"46":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"24":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"28":{"tf":1.4142135623730951},"32":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":3,"docs":{"12":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0}}}}},"t":{"df":1,"docs":{"15":{"tf":1.0}}},"z":{"df":0,"docs":{},"e":{"df":1,"docs":{"9":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"63":{"tf":1.7320508075688772},"7":{"tf":1.0}}},"w":{"df":3,"docs":{"28":{"tf":1.0},"61":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"42":{"tf":1.0}}}},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"17":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":8,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"51":{"tf":1.0},"56":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"3":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":1,"docs":{"63":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":8,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"26":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0},"5":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0}},"i":{"df":2,"docs":{"17":{"tf":1.0},"63":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"e":{"d":{"df":3,"docs":{"22":{"tf":1.0},"36":{"tf":1.0},"62":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"63":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"38":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"34":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"61":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"22":{"tf":1.0},"61":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"55":{"tf":1.0}}}}}}},"df":0,"docs":{}},"_":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"51":{"tf":1.0},"56":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":13,"docs":{"12":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"32":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.7320508075688772},"48":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":5,"docs":{"12":{"tf":1.0},"22":{"tf":1.0},"29":{"tf":1.0},"63":{"tf":1.7320508075688772},"9":{"tf":1.7320508075688772}}},"i":{"c":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}}},"y":{"df":5,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"31":{"tf":1.0},"56":{"tf":1.4142135623730951},"62":{"tf":1.0}}}},"d":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{":":{":":{"a":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"55":{"tf":1.0}}},"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":{},"p":{"df":2,"docs":{"21":{"tf":1.0},"41":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"28":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"62":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":3,"docs":{"12":{"tf":1.0},"48":{"tf":1.0},"63":{"tf":1.0}}}},"r":{"df":2,"docs":{"55":{"tf":1.0},"56":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"63":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"25":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"55":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"b":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"60":{"tf":1.4142135623730951}}}}}},"u":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"24":{"tf":1.0},"28":{"tf":1.4142135623730951},"30":{"tf":1.0}}}},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"6":{"tf":1.0}}}}},"df":7,"docs":{"0":{"tf":1.4142135623730951},"17":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"30":{"tf":1.4142135623730951},"63":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"0":{"tf":1.0},"63":{"tf":1.0}}}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"39":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"59":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"13":{"tf":1.0},"22":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"61":{"tf":1.0}}}}}}},"n":{"c":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"27":{"tf":1.0},"28":{"tf":1.4142135623730951},"32":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":8,"docs":{"20":{"tf":1.4142135623730951},"26":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":2.23606797749979},"9":{"tf":1.4142135623730951}}}}}}}},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"45":{"tf":1.0}}},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"7":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"56":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":4,"docs":{"17":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.7320508075688772},"62":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"48":{"tf":1.0}}}}},"d":{"df":3,"docs":{"20":{"tf":1.0},"40":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":3,"docs":{"22":{"tf":1.0},"3":{"tf":1.4142135623730951},"60":{"tf":1.0}}},"r":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"41":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"21":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"=":{"9":{"0":{"9":{"1":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":35,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.4142135623730951},"15":{"tf":2.0},"16":{"tf":1.7320508075688772},"17":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.7320508075688772},"30":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.4142135623730951},"48":{"tf":1.0},"5":{"tf":2.0},"50":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"6":{"tf":1.7320508075688772},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.7320508075688772},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"52":{"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":{"51":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"{":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"56":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"55":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"55":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"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":{},"t":{":":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":2,"docs":{"45":{"tf":1.0},"46":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"7":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"13":{"tf":1.0},"35":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"e":{"df":14,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.4142135623730951},"31":{"tf":1.7320508075688772},"37":{"tf":1.0},"41":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"7":{"tf":2.23606797749979}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.0}}}}},"r":{"df":1,"docs":{"28":{"tf":1.4142135623730951}}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"15":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"31":{"tf":1.0},"33":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":24,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"33":{"tf":2.0},"35":{"tf":1.0},"4":{"tf":1.7320508075688772},"45":{"tf":1.0},"48":{"tf":1.7320508075688772},"53":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"58":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"8":{"tf":1.0}},"y":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"g":{"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":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"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":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"60":{"tf":1.0},"63":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":3,"docs":{"15":{"tf":1.0},"40":{"tf":1.0},"58":{"tf":1.0}}},"k":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":16,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"26":{"tf":1.4142135623730951},"29":{"tf":1.7320508075688772},"3":{"tf":1.0},"4":{"tf":1.7320508075688772},"40":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"63":{"tf":1.4142135623730951},"8":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"54":{"tf":1.0},"60":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":17,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"21":{"tf":1.0},"24":{"tf":2.0},"25":{"tf":2.0},"26":{"tf":1.0},"34":{"tf":1.0},"40":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.7320508075688772},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"5":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"63":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"16":{"tf":1.7320508075688772}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"41":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"19":{"tf":1.0},"30":{"tf":1.0},"4":{"tf":1.0},"63":{"tf":1.4142135623730951}}}}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.7320508075688772}}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"29":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":3,"docs":{"22":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"36":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":1,"docs":{"24":{"tf":1.0}}}},"x":{"df":1,"docs":{"7":{"tf":1.0}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"63":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"36":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"28":{"tf":1.0},"3":{"tf":1.4142135623730951},"48":{"tf":1.0},"50":{"tf":1.0},"63":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"56":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":1,"docs":{"58":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"17":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"16":{"tf":1.0},"42":{"tf":1.4142135623730951}}}},"df":20,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.4142135623730951},"29":{"tf":1.0},"35":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"55":{"tf":2.23606797749979},"56":{"tf":1.7320508075688772},"58":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"df":35,"docs":{"14":{"tf":1.7320508075688772},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"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},"60":{"tf":1.0},"9":{"tf":1.7320508075688772}}}},"i":{"df":0,"docs":{},"z":{"df":2,"docs":{"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"16":{"tf":1.0}}}},"x":{"df":0,"docs":{},"o":{"df":1,"docs":{"63":{"tf":1.4142135623730951}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"2":{"df":3,"docs":{"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"3":{"df":1,"docs":{"8":{"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":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":18,"docs":{"0":{"tf":2.0},"13":{"tf":1.0},"17":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.7320508075688772},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"31":{"tf":1.0},"33":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.0},"60":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":2.0}}},"df":0,"docs":{}},"u":{"df":2,"docs":{"30":{"tf":1.0},"63":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"33":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"63":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"45":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"!":{"[":{"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":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":1,"docs":{"55":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"10":{"tf":1.0},"62":{"tf":1.0}},"f":{"df":2,"docs":{"13":{"tf":1.0},"32":{"tf":1.0}},"i":{"df":6,"docs":{"20":{"tf":1.0},"28":{"tf":1.0},"41":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"i":{"a":{"df":2,"docs":{"0":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"16":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"[":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"63":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":2.23606797749979}},"e":{"df":0,"docs":{},"t":{"df":14,"docs":{"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"29":{"tf":1.4142135623730951}}}},"y":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":1,"docs":{"12":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"21":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"60":{"tf":1.0},"63":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"61":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":10,"docs":{"10":{"tf":1.4142135623730951},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"20":{"tf":1.0},"35":{"tf":1.0},"48":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":4,"docs":{"38":{"tf":1.0},"50":{"tf":1.0},"57":{"tf":1.4142135623730951},"61":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"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":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"5":{"df":1,"docs":{"10":{"tf":1.0}}},"6":{"0":{"df":2,"docs":{"10":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":1,"docs":{"63":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"0":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"31":{"tf":1.0},"9":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"32":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":3,"docs":{"3":{"tf":1.0},"42":{"tf":1.0},"6":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"58":{"tf":1.7320508075688772}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":37,"docs":{"1":{"tf":1.0},"12":{"tf":2.23606797749979},"13":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.7320508075688772},"18":{"tf":2.0},"19":{"tf":2.449489742783178},"20":{"tf":2.23606797749979},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"24":{"tf":1.7320508075688772},"25":{"tf":2.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.0},"28":{"tf":1.7320508075688772},"29":{"tf":1.7320508075688772},"30":{"tf":1.0},"35":{"tf":1.4142135623730951},"4":{"tf":1.7320508075688772},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"48":{"tf":2.23606797749979},"50":{"tf":1.7320508075688772},"51":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":2.0},"55":{"tf":2.6457513110645907},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.7320508075688772},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":2.23606797749979}},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"15":{"tf":2.0},"16":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"d":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"44":{"tf":1.0},"5":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"e":{"df":1,"docs":{"62":{"tf":1.0}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":2,"docs":{"29":{"tf":1.0},"63":{"tf":1.0}}}}}}}},"title":{"root":{"2":{"df":1,"docs":{"24":{"tf":1.0}}},"a":{"d":{"df":4,"docs":{"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"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":{"17":{"tf":1.0}}}}}}}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"z":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":2,"docs":{"26":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"26":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":1,"docs":{"42":{"tf":1.0}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"40":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"38":{"tf":1.0},"45":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"56":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"60":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"60":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"58":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"31":{"tf":1.0},"32":{"tf":1.0}}}}}}}},"d":{"a":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"32":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"47":{"tf":1.0},"48":{"tf":1.0}}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"38":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"32":{"tf":1.0}},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"l":{"df":1,"docs":{"60":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":4,"docs":{"23":{"tf":1.0},"27":{"tf":1.0},"43":{"tf":1.0},"54":{"tf":1.0}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"18":{"tf":1.0},"20":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}}}}}},"f":{"a":{"df":0,"docs":{},"q":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"49":{"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":{"33":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"63":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"14":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"i":{"df":1,"docs":{"14":{"tf":1.0}},"i":{"df":1,"docs":{"47":{"tf":1.0}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"58":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"v":{"df":1,"docs":{"59":{"tf":1.0}}}},"k":{"8":{"df":1,"docs":{"46":{"tf":1.0}}},"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"39":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"26":{"tf":1.0}}}}},"o":{"a":{"d":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"37":{"tf":1.0},"44":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"10":{"tf":1.0}}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"30":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"48":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"28":{"tf":1.0}}}}}}},"w":{"df":1,"docs":{"54":{"tf":1.0}}}}},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"9":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"29":{"tf":1.0}}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"14":{"tf":1.0},"2":{"tf":1.0},"47":{"tf":1.0},"59":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"34":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}}}}}}},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"o":{"b":{"df":0,"docs":{},"e":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"55":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"47":{"tf":1.0},"58":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":4,"docs":{"10":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"52":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":6,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"48":{"tf":1.0},"61":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"24":{"tf":1.0},"55":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"56":{"tf":1.0}}}},"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"28":{"tf":1.0}}}}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"7":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"33":{"tf":1.0},"53":{"tf":1.0}}}}}}}},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"24":{"tf":1.0},"25":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":1,"docs":{"16":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"29":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"10":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"57":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":9,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"lang":"English","pipeline":["trimmer","stopWordFilter","stemmer"],"ref":"id","version":"0.9.5"},"results_options":{"limit_results":30,"teaser_word_count":30},"search_options":{"bool":"OR","expand":true,"fields":{"body":{"boost":1},"breadcrumbs":{"boost":1},"title":{"boost":2}}}}')); \ No newline at end of file diff --git a/docs/searchindex-34768a3b.js b/docs/searchindex-34768a3b.js new file mode 100644 index 0000000..e8be3a9 --- /dev/null +++ b/docs/searchindex-34768a3b.js @@ -0,0 +1 @@ +window.search = Object.assign(window.search, JSON.parse('{"doc_urls":["project-context-primer.html#project-context-primer","what-you-will-learn.html#what-you-will-learn","part-i.html#part-i--foundations","introduction.html#introduction","architecture-overview.html#architecture-overview","testing-philosophy.html#testing-philosophy","testing-philosophy.html#declarative-over-imperative","testing-philosophy.html#protocol-time-not-wall-time","testing-philosophy.html#determinism-first-chaos-when-needed","testing-philosophy.html#observable-health-signals","testing-philosophy.html#minimum-run-windows","testing-philosophy.html#summary","scenario-lifecycle.html#scenario-lifecycle","design-rationale.html#design-rationale","part-ii.html#part-ii--user-guide","workspace-layout.html#workspace-layout","annotated-tree.html#annotated-tree","authoring-scenarios.html#authoring-scenarios","workloads.html#core-content-workloads--expectations","workloads.html#workloads","workloads.html#expectations","scenario-builder-ext-patterns.html#core-content-scenariobuilderext-patterns","best-practices.html#best-practices","examples.html#examples","examples.html#simple-2-validator-transaction-workload","examples.html#da--transaction-workload","examples.html#chaos--liveness-check","examples-advanced.html#advanced--artificial-examples","examples-advanced.html#synthetic-delay-workload-network-latency-simulation","examples-advanced.html#oscillating-load-workload-traffic-waves","examples-advanced.html#byzantine-behavior-mock","examples-advanced.html#custom-expectation-block-finality-drift","examples-advanced.html#custom-deployer-dry-run-deployer","examples-advanced.html#stochastic-topology-generator","examples-advanced.html#multi-phase-scenario-pipelines","running-scenarios.html#running-scenarios","runners.html#runners","runners.html#local-runner","runners.html#docker-compose-runner","runners.html#kubernetes-runner","runners.html#common-expectations","operations.html#operations","operations.html#ci-usage","operations.html#running-examples","operations.html#local-runner","operations.html#compose-runner","operations.html#k8s-runner","part-iii.html#part-iii--developer-reference","scenario-model.html#scenario-model-developer-level","extending.html#extending-the-framework","extending.html#adding-a-workload","extending.html#adding-an-expectation","extending.html#adding-a-runner","extending.html#adding-topology-helpers","custom-workload-example.html#example-new-workload--expectation-rust","custom-workload-example.html#workload-simple-reachability-probe","custom-workload-example.html#expectation-confirm-the-target-stayed-reachable","custom-workload-example.html#how-to-wire-it","internal-crate-reference.html#internal-crate-reference","part-iv.html#part-iv--appendix","dsl-cheat-sheet.html#core-content-dsl-cheat-sheet","troubleshooting.html#troubleshooting-scenarios","faq.html#faq","glossary.html#glossary"],"index":{"documentStore":{"docInfo":{"0":{"body":73,"breadcrumbs":6,"title":3},"1":{"body":26,"breadcrumbs":2,"title":1},"10":{"body":48,"breadcrumbs":7,"title":3},"11":{"body":26,"breadcrumbs":5,"title":1},"12":{"body":106,"breadcrumbs":6,"title":2},"13":{"body":68,"breadcrumbs":6,"title":2},"14":{"body":10,"breadcrumbs":8,"title":4},"15":{"body":94,"breadcrumbs":8,"title":2},"16":{"body":59,"breadcrumbs":8,"title":2},"17":{"body":101,"breadcrumbs":8,"title":2},"18":{"body":18,"breadcrumbs":12,"title":4},"19":{"body":38,"breadcrumbs":9,"title":1},"2":{"body":10,"breadcrumbs":4,"title":2},"20":{"body":54,"breadcrumbs":9,"title":1},"21":{"body":84,"breadcrumbs":12,"title":4},"22":{"body":103,"breadcrumbs":8,"title":2},"23":{"body":14,"breadcrumbs":6,"title":1},"24":{"body":28,"breadcrumbs":10,"title":5},"25":{"body":31,"breadcrumbs":8,"title":3},"26":{"body":37,"breadcrumbs":8,"title":3},"27":{"body":19,"breadcrumbs":10,"title":3},"28":{"body":41,"breadcrumbs":13,"title":6},"29":{"body":37,"breadcrumbs":12,"title":5},"3":{"body":84,"breadcrumbs":4,"title":1},"30":{"body":34,"breadcrumbs":10,"title":3},"31":{"body":41,"breadcrumbs":12,"title":5},"32":{"body":39,"breadcrumbs":12,"title":5},"33":{"body":35,"breadcrumbs":10,"title":3},"34":{"body":40,"breadcrumbs":11,"title":4},"35":{"body":75,"breadcrumbs":8,"title":2},"36":{"body":20,"breadcrumbs":6,"title":1},"37":{"body":23,"breadcrumbs":7,"title":2},"38":{"body":29,"breadcrumbs":8,"title":3},"39":{"body":20,"breadcrumbs":7,"title":2},"4":{"body":108,"breadcrumbs":6,"title":2},"40":{"body":43,"breadcrumbs":7,"title":2},"41":{"body":111,"breadcrumbs":6,"title":1},"42":{"body":48,"breadcrumbs":7,"title":2},"43":{"body":0,"breadcrumbs":7,"title":2},"44":{"body":44,"breadcrumbs":7,"title":2},"45":{"body":69,"breadcrumbs":7,"title":2},"46":{"body":48,"breadcrumbs":7,"title":2},"47":{"body":10,"breadcrumbs":8,"title":4},"48":{"body":118,"breadcrumbs":12,"title":4},"49":{"body":0,"breadcrumbs":8,"title":2},"5":{"body":17,"breadcrumbs":6,"title":2},"50":{"body":39,"breadcrumbs":8,"title":2},"51":{"body":21,"breadcrumbs":8,"title":2},"52":{"body":29,"breadcrumbs":8,"title":2},"53":{"body":21,"breadcrumbs":9,"title":3},"54":{"body":19,"breadcrumbs":14,"title":5},"55":{"body":120,"breadcrumbs":13,"title":4},"56":{"body":67,"breadcrumbs":14,"title":5},"57":{"body":24,"breadcrumbs":10,"title":1},"58":{"body":91,"breadcrumbs":10,"title":3},"59":{"body":10,"breadcrumbs":6,"title":3},"6":{"body":41,"breadcrumbs":7,"title":3},"60":{"body":84,"breadcrumbs":11,"title":5},"61":{"body":86,"breadcrumbs":7,"title":2},"62":{"body":99,"breadcrumbs":5,"title":1},"63":{"body":299,"breadcrumbs":5,"title":1},"7":{"body":89,"breadcrumbs":8,"title":4},"8":{"body":64,"breadcrumbs":8,"title":4},"9":{"body":51,"breadcrumbs":7,"title":3}},"docs":{"0":{"body":"This book focuses on the Nomos Testing Framework. It assumes familiarity with\\nthe Nomos architecture, but for completeness, here is a short primer. Nomos is a modular blockchain protocol composed of validators, executors,\\nand a data-availability (DA) subsystem. Validators participate in consensus and produce blocks. Executors are validators with the DA dispersal service enabled. They perform\\nall validator functions plus submit blob data to the DA network. Data Availability (DA) ensures that blob data submitted via channel operations\\nin transactions is published and retrievable by the network. These roles interact tightly, which is why meaningful testing must be performed\\nin multi-node environments that include real networking, timing, and DA\\ninteraction.","breadcrumbs":"Project Context Primer » Project Context Primer","id":"0","title":"Project Context Primer"},"1":{"body":"This book gives you a clear mental model for Nomos multi-node testing, shows how\\nto author scenarios that pair realistic workloads with explicit expectations,\\nand guides you to run them across local, containerized, and cluster environments\\nwithout changing the plan.","breadcrumbs":"What You Will Learn » What You Will Learn","id":"1","title":"What You Will Learn"},"10":{"body":"Always run long enough for meaningful block production: #![allow(unused)] fn main() {\\n// Bad: too short\\n.with_run_duration(Duration::from_secs(5)) // ~2 blocks (with default 2s slots, 0.9 coeff) // Good: enough blocks for assertions\\n.with_run_duration(Duration::from_secs(60)) // ~27 blocks (with default 2s slots, 0.9 coeff) } The framework enforces minimum durations, but be explicit. Very short runs\\nrisk false confidence—one lucky block doesn’t prove liveness.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Minimum Run Windows","id":"10","title":"Minimum Run Windows"},"11":{"body":"These principles keep scenarios: Portable across environments (protocol time, declarative) Debuggable (determinism, separation of concerns) Meaningful (observable signals, sufficient duration) When authoring scenarios, ask: “Does this test the protocol behavior or\\nmy local environment quirks?”","breadcrumbs":"Part I — Foundations » Testing Philosophy » Summary","id":"11","title":"Summary"},"12":{"body":"Build the plan: Declare a topology, attach workloads and expectations, and set the run window. The plan is the single source of truth for what will happen. Deploy: Hand the plan to a deployer. It provisions the environment on the chosen backend, waits for nodes to signal readiness, and returns a runner. Drive workloads: The runner starts traffic and behaviors (transactions, data-availability activity, restarts) for the planned duration. Observe blocks and signals: Track block progression and other high-level metrics during or after the run window to ground assertions in protocol time. Evaluate expectations: Once activity stops (and optional cooldown completes), the runner checks liveness and workload-specific outcomes to decide pass or fail. Cleanup: Tear down resources so successive runs start fresh and do not inherit leaked state. flowchart LR P[Plan
topology + workloads + expectations] --> D[Deploy
deployer provisions] D --> R[Runner
orchestrates execution] R --> W[Drive Workloads] W --> O[Observe
blocks/metrics] O --> E[Evaluate Expectations] E --> C[Cleanup]","breadcrumbs":"Part I — Foundations » Scenario Lifecycle » Scenario Lifecycle","id":"12","title":"Scenario Lifecycle"},"13":{"body":"Modular crates keep configuration, orchestration, workloads, and runners decoupled so each can evolve without breaking the others. Pluggable runners let the same scenario run on a laptop, a Docker host, or a Kubernetes cluster, making validation portable across environments. Separated workloads and expectations clarify intent: what traffic to generate versus how to judge success. This simplifies review and reuse. Declarative topology makes cluster shape explicit and repeatable, reducing surprise when moving between CI and developer machines. Maintainability through predictability: a clear flow from plan to deployment to verification lowers the cost of extending the framework and interpreting failures.","breadcrumbs":"Part I — Foundations » Design Rationale » Design Rationale","id":"13","title":"Design Rationale"},"14":{"body":"Practical guidance for shaping scenarios, combining workloads and expectations,\\nand running them across different environments.","breadcrumbs":"Part II — User Guide » Part II — User Guide","id":"14","title":"Part II — User Guide"},"15":{"body":"The workspace focuses on multi-node integration testing and sits alongside a nomos-node checkout. Its crates separate concerns to keep scenarios\\nrepeatable and portable: Configs: prepares high-level node, network, tracing, and wallet settings\\nused across test environments. Core scenario orchestration: the engine that holds topology descriptions,\\nscenario plans, runtimes, workloads, and expectations. Workflows: ready-made workloads (transactions, data-availability, chaos)\\nand reusable expectations assembled into a user-facing DSL. Runners: deployment backends for local processes, Docker Compose, and\\nKubernetes, all consuming the same scenario plan. Test workflows: example scenarios and integration checks that show how\\nthe pieces fit together. This split keeps configuration, orchestration, reusable traffic patterns, and\\ndeployment adapters loosely coupled while sharing one mental model for tests.","breadcrumbs":"Part II — User Guide » Workspace Layout » Workspace Layout","id":"15","title":"Workspace Layout"},"16":{"body":"High-level view of the workspace and how pieces relate: nomos-testing/\\n├─ testing-framework/\\n│ ├─ configs/ # shared configuration helpers\\n│ ├─ core/ # scenario model, runtime, topology\\n│ ├─ workflows/ # workloads, expectations, DSL extensions\\n│ └─ runners/ # local, compose, k8s deployment backends\\n├─ tests/ # integration scenarios using the framework\\n└─ scripts/ # supporting setup utilities (e.g., assets) Each area maps to a responsibility: describe configs, orchestrate scenarios,\\npackage common traffic and assertions, adapt to environments, and demonstrate\\nend-to-end usage.","breadcrumbs":"Part II — User Guide » Annotated Tree » Annotated Tree","id":"16","title":"Annotated Tree"},"17":{"body":"Creating a scenario is a declarative exercise: Shape the topology: decide how many validators and executors to run, and\\nwhat high-level network and data-availability characteristics matter for the\\ntest. Attach workloads: pick traffic generators that align with your goals\\n(transactions, data-availability blobs, or chaos for resilience probes). Define expectations: specify the health signals that must hold when the\\nrun finishes (e.g., consensus liveness, inclusion of submitted activity; see Core Content: Workloads & Expectations). Set duration: choose a run window long enough to observe meaningful\\nblock progression and the effects of your workloads. Choose a runner: target local processes for fast iteration, Docker\\nCompose for reproducible multi-node stacks, or Kubernetes for cluster-grade\\nvalidation. For environment considerations, see Operations. Keep scenarios small and explicit: make the intended behavior and the success\\ncriteria clear so failures are easy to interpret and act upon.","breadcrumbs":"Part II — User Guide » Authoring Scenarios » Authoring Scenarios","id":"17","title":"Authoring Scenarios"},"18":{"body":"Workloads describe the activity a scenario generates; expectations describe the\\nsignals that must hold when that activity completes. Both are pluggable so\\nscenarios stay readable and purpose-driven.","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Core Content: Workloads & Expectations","id":"18","title":"Core Content: Workloads & Expectations"},"19":{"body":"Transaction workload: submits user-level transactions at a configurable\\nrate and can limit how many distinct actors participate. Data-availability workload: drives blob and channel activity to exercise\\ndata-availability paths. Chaos workload: triggers controlled node restarts to test resilience and\\nrecovery behaviors (requires a runner that can control nodes).","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Workloads","id":"19","title":"Workloads"},"2":{"body":"Conceptual chapters that establish the mental model for the framework and how\\nit approaches multi-node testing.","breadcrumbs":"Part I — Foundations » Part I — Foundations","id":"2","title":"Part I — Foundations"},"20":{"body":"Consensus liveness: verifies the system continues to produce blocks in\\nline with the planned workload and timing window. Workload-specific checks: each workload can attach its own success\\ncriteria (e.g., inclusion of submitted activity) so scenarios remain concise. Together, workloads and expectations let you express both the pressure applied\\nto the system and the definition of “healthy” for that run. flowchart TD I[Inputs
(topology + wallets + rates)] --> Init[Workload init] Init --> Drive[Drive traffic] Drive --> Collect[Collect signals] Collect --> Eval[Expectations evaluate]","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Expectations","id":"20","title":"Expectations"},"21":{"body":"Patterns that keep scenarios readable and reusable: Topology-first: start by shaping the cluster (counts, layout) so later\\nsteps inherit a clear foundation. Bundle defaults: use the DSL helpers to attach common expectations (like\\nliveness) whenever you add a matching workload, reducing forgotten checks. Intentional rates: express traffic in per-block terms to align with\\nprotocol timing rather than wall-clock assumptions. Opt-in chaos: enable restart patterns only in scenarios meant to probe\\nresilience; keep functional smoke tests deterministic. Wallet clarity: seed only the number of actors you need; it keeps\\ntransaction scenarios deterministic and interpretable. These patterns make scenario definitions self-explanatory while staying aligned\\nwith the framework’s block-oriented timing model.","breadcrumbs":"Part II — User Guide » Core Content: ScenarioBuilderExt Patterns » Core Content: ScenarioBuilderExt Patterns","id":"21","title":"Core Content: ScenarioBuilderExt Patterns"},"22":{"body":"State your intent: document the goal of each scenario (throughput, DA\\nvalidation, resilience) so expectation choices are obvious. Keep runs meaningful: choose durations that allow multiple blocks and make\\ntiming-based assertions trustworthy. Separate concerns: start with deterministic workloads for functional\\nchecks; add chaos in dedicated resilience scenarios to avoid noisy failures. Reuse patterns: standardize on shared topology and workload presets so\\nresults are comparable across environments and teams. Observe first, tune second: rely on liveness and inclusion signals to\\ninterpret outcomes before tweaking rates or topology. Environment fit: pick runners that match the feedback loop you need—local\\nfor speed (including fast CI smoke tests), compose for reproducible stacks\\n(recommended for CI), k8s for cluster-grade fidelity. Minimal surprises: seed only necessary wallets and keep configuration\\ndeltas explicit when moving between CI and developer machines.","breadcrumbs":"Part II — User Guide » Best Practices » Best Practices","id":"22","title":"Best Practices"},"23":{"body":"Concrete scenario shapes that illustrate how to combine topologies, workloads,\\nand expectations. Adjust counts, rates, and durations to fit your environment.","breadcrumbs":"Part II — User Guide » Examples » Examples","id":"23","title":"Examples"},"24":{"body":"Topology: two validators. Workload: transaction submissions at a modest per-block rate with a small\\nset of wallet actors. Expectations: consensus liveness and inclusion of submitted activity. When to use: smoke tests for consensus and transaction flow on minimal\\nhardware.","breadcrumbs":"Part II — User Guide » Examples » Simple 2-validator transaction workload","id":"24","title":"Simple 2-validator transaction workload"},"25":{"body":"Topology: validators plus executors if available. Workloads: data-availability blobs/channels and transactions running\\ntogether to stress both paths. Expectations: consensus liveness and workload-level inclusion/availability\\nchecks. When to use: end-to-end coverage of transaction and DA layers in one run.","breadcrumbs":"Part II — User Guide » Examples » DA + transaction workload","id":"25","title":"DA + transaction workload"},"26":{"body":"Topology: validators (optionally executors) with node control enabled. Workloads: baseline traffic (transactions or DA) plus chaos restarts on\\nselected roles. Expectations: consensus liveness to confirm the system keeps progressing\\ndespite restarts; workload-specific inclusion if traffic is present. When to use: resilience validation and operational readiness drills.","breadcrumbs":"Part II — User Guide » Examples » Chaos + liveness check","id":"26","title":"Chaos + liveness check"},"27":{"body":"These illustrative scenarios stretch the framework to show how to build new\\nworkloads, expectations, deployers, and topology tricks. They are intentionally\\n“synthetic” to teach capabilities rather than prescribe production tests.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Advanced & Artificial Examples","id":"27","title":"Advanced & Artificial Examples"},"28":{"body":"Idea: inject fake latency between node interactions using internal timers,\\nnot OS-level tooling. Demonstrates: sequencing control inside a workload, verifying protocol\\nprogression under induced lag, using timers to pace submissions. Shape: wrap submissions in delays that mimic slow peers; ensure the\\nexpectation checks blocks still progress.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Synthetic Delay Workload (Network Latency Simulation)","id":"28","title":"Synthetic Delay Workload (Network Latency Simulation)"},"29":{"body":"Idea: traffic rate changes every block or N seconds (e.g., blocks 1–3 low,\\n4–5 high, 6–7 zero, repeat). Demonstrates: dynamic, stateful workloads that use RunMetrics to time\\nphases; modeling real-world burstiness. Shape: schedule per-phase rates; confirm inclusion/liveness across peaks\\nand troughs.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Oscillating Load Workload (Traffic Waves)","id":"29","title":"Oscillating Load Workload (Traffic Waves)"},"3":{"body":"The Nomos Testing Framework is a purpose-built toolkit for exercising Nomos in\\nrealistic, multi-node environments. It solves the gap between small, isolated\\ntests and full-system validation by letting teams describe a cluster layout,\\ndrive meaningful traffic, and assert the outcomes in one coherent plan. It is for protocol engineers, infrastructure operators, and QA teams who need\\nrepeatable confidence that validators, executors, and data-availability\\ncomponents work together under network and timing constraints. Multi-node integration testing is required because many Nomos behaviors—block\\nprogress, data availability, liveness under churn—only emerge when several\\nroles interact over real networking and time. This framework makes those checks\\ndeclarative, observable, and portable across environments.","breadcrumbs":"Part I — Foundations » Introduction » Introduction","id":"3","title":"Introduction"},"30":{"body":"Idea: a workload that drops half its planned submissions, sometimes\\ndouble-submits, and intentionally triggers expectation failures. Demonstrates: negative testing, resilience checks, and the value of clear\\nexpectations when behavior is adversarial by design. Shape: parameterize drop/double-submit probabilities; pair with an\\nexpectation that documents what “bad” looks like.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Byzantine Behavior Mock","id":"30","title":"Byzantine Behavior Mock"},"31":{"body":"Idea: assert the last few blocks differ and block time stays within a\\ntolerated drift budget. Demonstrates: consuming BlockFeed or time-series metrics to validate\\nprotocol cadence; crafting post-run assertions around block diversity and\\ntiming. Shape: collect recent blocks, confirm no duplicates, and compare observed\\nintervals to a drift threshold.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Custom Expectation: Block Finality Drift","id":"31","title":"Custom Expectation: Block Finality Drift"},"32":{"body":"Idea: a deployer that never starts nodes; it emits configs, simulates\\nreadiness, provides fake blockfeed/metrics. Demonstrates: full power of the deployer interface for CI dry-runs,\\nconfig verification, and ultra-fast feedback without Nomos binaries. Shape: produce logs/artifacts, stub readiness, and feed synthetic blocks\\nso expectations can still run.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Custom Deployer: Dry-Run Deployer","id":"32","title":"Custom Deployer: Dry-Run Deployer"},"33":{"body":"Idea: topology parameters change at runtime (random validators, DA\\nsettings, network shapes). Demonstrates: randomized property testing and fuzzing approaches to\\ntopology building. Shape: pick roles and network layouts randomly per run; keep expectations\\ntolerant to variability while still asserting core liveness.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Stochastic Topology Generator","id":"33","title":"Stochastic Topology Generator"},"34":{"body":"Idea: scenario runs in phases (e.g., phase 1 transactions, phase 2 DA,\\nphase 3 restarts, phase 4 sync check). Demonstrates: multi-stage tests, modular scenario assembly, and deliberate\\nlifecycle control. Shape: drive phase-specific workloads/expectations sequentially; enforce\\nclear boundaries and post-phase checks.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Multi-Phase Scenario (“Pipelines”)","id":"34","title":"Multi-Phase Scenario (“Pipelines”)"},"35":{"body":"Running a scenario follows the same conceptual flow regardless of environment: Select or author a scenario plan that pairs a topology with workloads,\\nexpectations, and a suitable run window. Choose a deployer aligned with your environment (local, compose, or k8s) and\\nensure its prerequisites are available. Deploy the plan through the deployer, which provisions infrastructure and\\nreturns a runner. The runner orchestrates workload execution for the planned duration; keep\\nobservability signals visible so you can correlate outcomes. The runner evaluates expectations and captures results as the primary\\npass/fail signal. Use the same plan across different deployers to compare behavior between local\\ndevelopment and CI or cluster settings. For environment prerequisites and\\nflags, see Operations.","breadcrumbs":"Part II — User Guide » Running Scenarios » Running Scenarios","id":"35","title":"Running Scenarios"},"36":{"body":"Runners turn a scenario plan into a live environment while keeping the plan\\nunchanged. Choose based on feedback speed, reproducibility, and fidelity. For\\nenvironment and operational considerations, see Operations:","breadcrumbs":"Part II — User Guide » Runners » Runners","id":"36","title":"Runners"},"37":{"body":"Launches node processes directly on the host. Fastest feedback loop and minimal orchestration overhead. Best for development-time iteration and debugging. Can run in CI for fast smoke tests (requires POL_PROOF_DEV_MODE=true).","breadcrumbs":"Part II — User Guide » Runners » Local runner","id":"37","title":"Local runner"},"38":{"body":"Starts nodes in containers to provide a reproducible multi-node stack on a\\nsingle machine. Discovers service ports and wires observability for convenient inspection. Good balance between fidelity and ease of setup. Recommended for CI pipelines (isolated environment, reproducible).","breadcrumbs":"Part II — User Guide » Runners » Docker Compose runner","id":"38","title":"Docker Compose runner"},"39":{"body":"Deploys nodes onto a cluster for higher-fidelity, longer-running scenarios. Suits CI with cluster access or shared test environments where cluster behavior\\nand scheduling matter.","breadcrumbs":"Part II — User Guide » Runners » Kubernetes runner","id":"39","title":"Kubernetes runner"},"4":{"body":"The framework follows a clear flow: Topology → Scenario → Deployer → Runner → Workloads → Expectations. Topology describes the cluster: how many nodes, their roles, and the high-level network and data-availability parameters they should follow. Scenario combines that topology with the activities to run and the checks to perform, forming a single plan. Deployer provisions infrastructure on the chosen backend (local processes, Docker Compose, or Kubernetes), waits for readiness, and returns a Runner. Runner orchestrates scenario execution: starts workloads, observes signals, evaluates expectations, and triggers cleanup. Workloads generate traffic and conditions that exercise the system. Expectations observe the run and judge success or failure once activity completes. flowchart LR A(Topology
shape cluster) --> B(Scenario
plan) B --> C(Deployer
provision & readiness) C --> D(Runner
orchestrate execution) D --> E(Workloads
drive traffic) E --> F(Expectations
verify outcomes) Each layer has a narrow responsibility so that cluster shape, deployment choice,\\ntraffic generation, and health checks can evolve independently while fitting\\ntogether predictably.","breadcrumbs":"Part I — Foundations » Architecture Overview » Architecture Overview","id":"4","title":"Architecture Overview"},"40":{"body":"All runners require at least one validator and, for transaction scenarios,\\naccess to seeded wallets. Readiness probes gate workload start so traffic begins only after nodes are\\nreachable. Environment flags can relax timeouts or increase tracing when diagnostics are\\nneeded. flowchart TD Plan[Scenario Plan] --> RunSel{Runner
(local | compose | k8s)} RunSel --> Provision[Provision & readiness] Provision --> Runtime[Runtime + observability] Runtime --> Exec[Workloads & Expectations execute]","breadcrumbs":"Part II — User Guide » Runners » Common expectations","id":"40","title":"Common expectations"},"41":{"body":"Operational readiness focuses on prerequisites, environment fit, and clear\\nsignals: Prerequisites: keep a sibling nomos-node checkout available; ensure the\\nchosen runner’s platform needs are met (local binaries for host runs, Docker\\nfor compose, cluster access for k8s). Artifacts: some scenarios depend on prover or circuit assets; fetch them\\nahead of time with the provided helper scripts when needed. Environment flags: POL_PROOF_DEV_MODE=true is required for local runs;\\noptionally configure logging ( NOMOS_LOG_DIR, NOMOS_LOG_LEVEL, NOMOS_LOG_FILTER)\\nand OTLP telemetry endpoints for advanced observability. Readiness checks: verify runners report node readiness before starting\\nworkloads; this avoids false negatives from starting too early. Failure triage: map failures to missing prerequisites (wallet seeding,\\nnode control availability), runner platform issues, or unmet expectations.\\nStart with liveness signals, then dive into workload-specific assertions. Treat operational hygiene—assets present, prerequisites satisfied, observability\\nreachable—as the first step to reliable scenario outcomes.","breadcrumbs":"Part II — User Guide » Operations » Operations","id":"41","title":"Operations"},"42":{"body":"Both LocalDeployer and ComposeDeployer work in CI environments: LocalDeployer in CI: ✅ Faster (no Docker overhead) ✅ Good for quick smoke tests ⚠️ Requires POL_PROOF_DEV_MODE=true ⚠️ Less isolation (processes share host) ComposeDeployer in CI (recommended): ✅ Better isolation (containerized) ✅ Reproducible environment ✅ Includes Prometheus/observability ⚠️ Slower startup (Docker image build) ⚠️ Requires Docker daemon See .github/workflows/compose-mixed.yml for a complete CI example using ComposeDeployer.","breadcrumbs":"Part II — User Guide » Operations » CI Usage","id":"42","title":"CI Usage"},"43":{"body":"","breadcrumbs":"Part II — User Guide » Operations » Running Examples","id":"43","title":"Running Examples"},"44":{"body":"POL_PROOF_DEV_MODE=true cargo run -p runner-examples --bin local_runner Optional environment variables: LOCAL_DEMO_VALIDATORS=3 — Number of validators (default: 1) LOCAL_DEMO_EXECUTORS=2 — Number of executors (default: 1) LOCAL_DEMO_RUN_SECS=120 — Run duration in seconds (default: 60) NOMOS_LOG_DIR=/tmp/logs — Write logs to files instead of console NOMOS_LOG_LEVEL=debug — Set log level (default: info) NOMOS_LOG_FILTER=consensus=trace,da=debug — Fine-grained module filtering","breadcrumbs":"Part II — User Guide » Operations » Local Runner","id":"44","title":"Local Runner"},"45":{"body":"NOMOS_TESTNET_IMAGE=nomos-testnet:local \\\\\\nPOL_PROOF_DEV_MODE=true \\\\\\ncargo run -p runner-examples --bin compose_runner Required environment variables: NOMOS_TESTNET_IMAGE — Docker image tag (must be built first) POL_PROOF_DEV_MODE=true — Enable dev mode for fast proofs Optional environment variables: COMPOSE_NODE_PAIRS=1x1 — Topology: “validators×executors” (default varies by example) TEST_FRAMEWORK_PROMETHEUS_PORT=9091 — Override Prometheus port (default: 9090) COMPOSE_RUNNER_HOST=127.0.0.1 — Host address for port mappings (default: 127.0.0.1) COMPOSE_RUNNER_PRESERVE=1 — Keep containers running after test (for debugging) NOMOS_LOG_DIR=/tmp/compose-logs — Collect logs to files NOMOS_LOG_LEVEL=debug — Set log level Before running: Build the Docker image: testing-framework/assets/stack/scripts/build_test_image.sh","breadcrumbs":"Part II — User Guide » Operations » Compose Runner","id":"45","title":"Compose Runner"},"46":{"body":"export NOMOS_TESTNET_IMAGE=nomos-testnet:local\\nkind load docker-image nomos-testnet:local # or minikube/push to registry\\ncargo run -p runner-examples --bin k8s_runner Prerequisites: K8s cluster access, image built and loaded/pushed, circuit assets available. flowchart TD Expose[Runner exposes endpoints/ports] --> Collect[Runtime collects block/health signals] Collect --> Consume[Expectations consume signals
decide pass/fail] Consume --> Inspect[Operators inspect logs/metrics
when failures arise]","breadcrumbs":"Part II — User Guide » Operations » K8s Runner","id":"46","title":"K8s Runner"},"47":{"body":"Deep dives for contributors who extend the framework, evolve its abstractions,\\nor maintain the crate set.","breadcrumbs":"Part III — Developer Reference » Part III — Developer Reference","id":"47","title":"Part III — Developer Reference"},"48":{"body":"The scenario model defines clear, composable responsibilities: Topology: a declarative description of the cluster—how many nodes, their\\nroles, and the broad network and data-availability characteristics. It\\nrepresents the intended shape of the system under test. Scenario: a plan combining topology, workloads, expectations, and a run\\nwindow. Building a scenario validates prerequisites (like seeded wallets) and\\nensures the run lasts long enough to observe meaningful block progression. Workloads: asynchronous tasks that generate traffic or conditions. They\\nuse shared context to interact with the deployed cluster and may bundle\\ndefault expectations. Expectations: post-run assertions. They can capture baselines before\\nworkloads start and evaluate success once activity stops. Runtime: coordinates workloads and expectations for the configured\\nduration, enforces cooldowns when control actions occur, and ensures cleanup\\nso runs do not leak resources. Developers extending the model should keep these boundaries strict: topology\\ndescribes, scenarios assemble, deployers provision, runners orchestrate,\\nworkloads drive, and expectations judge outcomes. For guidance on adding new\\ncapabilities, see Extending the Framework.","breadcrumbs":"Part III — Developer Reference » Scenario Model (Developer Level) » Scenario Model (Developer Level)","id":"48","title":"Scenario Model (Developer Level)"},"49":{"body":"","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Extending the Framework","id":"49","title":"Extending the Framework"},"5":{"body":"This framework embodies specific principles that shape how you author and run\\nscenarios. Understanding these principles helps you write effective tests and\\ninterpret results correctly.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Testing Philosophy","id":"5","title":"Testing Philosophy"},"50":{"body":"Implement testing_framework_core::scenario::Workload: Provide a name and any bundled expectations. In init, derive inputs from GeneratedTopology and RunMetrics; fail\\nfast if prerequisites are missing (e.g., wallet data, node addresses). In start, drive async traffic using the RunContext clients. Expose the workload from a module under testing-framework/workflows and\\nconsider adding a DSL helper for ergonomic wiring.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding a workload","id":"50","title":"Adding a workload"},"51":{"body":"Implement testing_framework_core::scenario::Expectation: Use start_capture to snapshot baseline metrics. Use evaluate to assert outcomes after workloads finish; return all errors\\nso the runner can aggregate them. Export it from testing-framework/workflows if it is reusable.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding an expectation","id":"51","title":"Adding an expectation"},"52":{"body":"Implement testing_framework_core::scenario::Deployer for your backend. Produce a RunContext with NodeClients, metrics endpoints, and optional NodeControlHandle. Guard cleanup with CleanupGuard to reclaim resources even on failures. Mirror the readiness and block-feed probes used by the existing runners so\\nworkloads can rely on consistent signals.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding a runner","id":"52","title":"Adding a runner"},"53":{"body":"Extend testing_framework_core::topology::TopologyBuilder with new layouts or\\nconfiguration presets (e.g., specialized DA parameters). Keep defaults safe:\\nensure at least one participant and clamp dispersal factors as the current\\nhelpers do.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding topology helpers","id":"53","title":"Adding topology helpers"},"54":{"body":"A minimal, end-to-end illustration of adding a custom workload and matching\\nexpectation. This shows the shape of the traits and where to plug into the\\nframework; expand the logic to fit your real test.","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Example: New Workload & Expectation (Rust)","id":"54","title":"Example: New Workload & Expectation (Rust)"},"55":{"body":"Key ideas: name: identifies the workload in logs. expectations: workloads can bundle defaults so callers don’t forget checks. init: derive inputs from the generated topology (e.g., pick a target node). start: drive async activity using the shared RunContext. #![allow(unused)] fn main() {\\nuse std::sync::Arc;\\nuse async_trait::async_trait;\\nuse testing_framework_core::scenario::{ DynError, Expectation, RunContext, RunMetrics, Workload,\\n};\\nuse testing_framework_core::topology::GeneratedTopology; pub struct ReachabilityWorkload { target_idx: usize, bundled: Vec>,\\n} impl ReachabilityWorkload { pub fn new(target_idx: usize) -> Self { Self { target_idx, bundled: vec![Box::new(ReachabilityExpectation::new(target_idx))], } }\\n} #[async_trait]\\nimpl Workload for ReachabilityWorkload { fn name(&self) -> &\'static str { \\"reachability_workload\\" } fn expectations(&self) -> Vec> { self.bundled.clone() } fn init( &mut self, topology: &GeneratedTopology, _metrics: &RunMetrics, ) -> Result<(), DynError> { if topology.validators().get(self.target_idx).is_none() { return Err(\\"no validator at requested index\\".into()); } Ok(()) } async fn start(&self, ctx: &RunContext) -> Result<(), DynError> { let client = ctx .clients() .validators() .get(self.target_idx) .ok_or(\\"missing target client\\")?; // Pseudo-action: issue a lightweight RPC to prove reachability. client.health_check().await.map_err(|e| e.into()) }\\n} }","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Workload: simple reachability probe","id":"55","title":"Workload: simple reachability probe"},"56":{"body":"Key ideas: start_capture: snapshot baseline if needed (not used here). evaluate: assert the condition after workloads finish. #![allow(unused)] fn main() {\\nuse async_trait::async_trait;\\nuse testing_framework_core::scenario::{DynError, Expectation, RunContext}; pub struct ReachabilityExpectation { target_idx: usize,\\n} impl ReachabilityExpectation { pub fn new(target_idx: usize) -> Self { Self { target_idx } }\\n} #[async_trait]\\nimpl Expectation for ReachabilityExpectation { fn name(&self) -> &str { \\"target_reachable\\" } async fn evaluate(&mut self, ctx: &RunContext) -> Result<(), DynError> { let client = ctx .clients() .validators() .get(self.target_idx) .ok_or(\\"missing target client\\")?; client.health_check().await.map_err(|e| { format!(\\"target became unreachable during run: {e}\\").into() }) }\\n} }","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Expectation: confirm the target stayed reachable","id":"56","title":"Expectation: confirm the target stayed reachable"},"57":{"body":"Build your scenario as usual and call .with_workload(ReachabilityWorkload::new(0)). The bundled expectation is attached automatically; you can add more with .with_expectation(...) if needed. Keep the logic minimal and fast for smoke tests; grow it into richer probes\\nfor deeper scenarios.","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » How to wire it","id":"57","title":"How to wire it"},"58":{"body":"High-level roles of the crates that make up the framework: Configs: prepares reusable configuration primitives for nodes, networking,\\ntracing, data availability, and wallets, shared by all scenarios and runners. Core scenario orchestration: houses the topology and scenario model,\\nruntime coordination, node clients, and readiness/health probes. Workflows: packages workloads and expectations into reusable building\\nblocks and offers a fluent DSL to assemble them. Runners: implements deployment backends (local host, Docker Compose,\\nKubernetes) that all consume the same scenario plan. Test workflows: example scenarios and integration checks that exercise the\\nframework end to end and serve as living documentation. Use this map to locate where to add new capabilities: configuration primitives\\nin configs, orchestration changes in core, reusable traffic/assertions in\\nworkflows, environment adapters in runners, and demonstrations in tests.","breadcrumbs":"Part III — Developer Reference » Internal Crate Reference » Internal Crate Reference","id":"58","title":"Internal Crate Reference"},"59":{"body":"Quick-reference material and supporting guidance to keep scenarios discoverable,\\ndebuggable, and consistent.","breadcrumbs":"Part IV — Appendix » Part IV — Appendix","id":"59","title":"Part IV — Appendix"},"6":{"body":"Describe what you want to test, not how to orchestrate it: #![allow(unused)] fn main() {\\n// Good: declarative\\nScenarioBuilder::topology() .network_star() .validators(2) .executors(1) .apply() .transactions() .rate(5) .apply() .expect_consensus_liveness() .build(); // Bad: imperative (framework doesn\'t work this way)\\n// spawn_validator(); spawn_executor(); // loop { submit_tx(); check_block(); } } Why it matters: The framework handles deployment, readiness, and cleanup.\\nYou focus on test intent, not infrastructure orchestration.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Declarative over Imperative","id":"6","title":"Declarative over Imperative"},"60":{"body":"The framework offers a fluent builder style to keep scenarios readable. Common\\nknobs: Topology shaping: set validator and executor counts, pick a network layout\\nstyle, and adjust high-level data-availability traits. Wallet seeding: define how many users participate and the total funds\\navailable for transaction workloads. Workload tuning: configure transaction rates, data-availability channel\\nand blob rates, and whether chaos restarts should include validators,\\nexecutors, or both. Expectations: attach liveness and workload-specific checks so success is\\nexplicit. Run window: set a minimum duration long enough for multiple blocks to be\\nobserved and verified. Use these knobs to express intent clearly, keeping scenario definitions concise\\nand consistent across teams.","breadcrumbs":"Part IV — Appendix » DSL Cheat Sheet » Core Content: DSL Cheat Sheet","id":"60","title":"Core Content: DSL Cheat Sheet"},"61":{"body":"Common symptoms and likely causes: No or slow block progression: runner started workloads before readiness, insufficient run window, or environment too slow—extend duration or enable slow-environment tuning. Transactions not included: missing or insufficient wallet seeding, misaligned transaction rate with block cadence, or network instability—reduce rate and verify wallet setup. Chaos stalls the run: node control not available for the chosen runner or restart cadence too aggressive—enable control capability and widen restart intervals. Observability gaps: metrics or logs unreachable because ports clash or services are not exposed—adjust observability ports and confirm runner wiring. Flaky behavior across runs: mixing chaos with functional smoke tests or inconsistent topology between environments—separate deterministic and chaos scenarios and standardize topology presets.","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Troubleshooting Scenarios","id":"61","title":"Troubleshooting Scenarios"},"62":{"body":"Why block-oriented timing? Using block cadence reduces dependence on host speed and keeps assertions aligned\\nwith protocol behavior. Can I reuse the same scenario across runners? Yes. The plan stays the same; swap runners (local, compose, k8s) to target\\ndifferent environments. When should I enable chaos workloads? Only when testing resilience or operational recovery; keep functional smoke\\ntests deterministic. How long should runs be? Long enough for multiple blocks so liveness and inclusion checks are\\nmeaningful; very short runs risk false confidence. Do I always need seeded wallets? Only for transaction scenarios. Data-availability or pure chaos scenarios may\\nnot require them, but liveness checks still need validators producing blocks. What if expectations fail but workloads “look fine”? Trust expectations first—they capture the intended success criteria. Use the\\nobservability signals and runner logs to pinpoint why the system missed the\\ntarget.","breadcrumbs":"Part IV — Appendix » FAQ » FAQ","id":"62","title":"FAQ"},"63":{"body":"Validator: node role responsible for participating in consensus and block\\nproduction. Executor: a validator node with the DA dispersal service enabled. Executors\\ncan submit transactions and disperse blob data to the DA network, in addition\\nto performing all validator functions. DA (Data Availability): subsystem ensuring blobs or channel data are\\npublished and retrievable for validation. Deployer: component that provisions infrastructure (spawns processes,\\ncreates containers, or launches pods), waits for readiness, and returns a\\nRunner. Examples: LocalDeployer, ComposeDeployer, K8sDeployer. Runner: component returned by deployers that orchestrates scenario\\nexecution—starts workloads, observes signals, evaluates expectations, and\\ntriggers cleanup. Workload: traffic or behavior generator that exercises the system during a\\nscenario run. Expectation: post-run assertion that judges whether the system met the\\nintended success criteria. Topology: declarative description of the cluster shape, roles, and\\nhigh-level parameters for a scenario. Scenario: immutable plan combining topology, workloads, expectations, and\\nrun duration. Blockfeed: stream of block observations used for liveness or inclusion\\nsignals during a run. Control capability: the ability for a runner to start, stop, or restart\\nnodes, used by chaos workloads. Slot duration: time interval between consensus rounds in Cryptarchia. Blocks\\nare produced at multiples of the slot duration based on lottery outcomes. Block cadence: observed rate of block production in a live network, measured\\nin blocks per second or seconds per block. Cooldown: waiting period after a chaos action (e.g., node restart) before\\ntriggering the next action, allowing the system to stabilize. Run window: total duration a scenario executes, specified via with_run_duration(). Framework auto-extends to at least 2× slot duration. Readiness probe: health check performed by runners to ensure nodes are\\nreachable and responsive before starting workloads. Prevents false negatives\\nfrom premature traffic. Liveness: property that the system continues making progress (producing\\nblocks) under specified conditions. Contrasts with safety/correctness which\\nverifies that state transitions are accurate. State assertion: expectation that verifies specific values in the system\\nstate (e.g., wallet balances, UTXO sets) rather than just progress signals.\\nAlso called “correctness expectations.” Mantle transaction: transaction type in Nomos that can contain UTXO transfers\\n(LedgerTx) and operations (Op), including channel data (ChannelBlob). Channel: logical grouping for DA blobs; each blob belongs to a channel and\\nreferences a parent blob in the same channel, creating a chain of related data. POL_PROOF_DEV_MODE: environment variable that disables expensive Groth16 zero-knowledge\\nproof generation for leader election. Required for LocalDeployer tests to run in\\nreasonable time. Should never be used in production environments.","breadcrumbs":"Part IV — Appendix » Glossary » Glossary","id":"63","title":"Glossary"},"7":{"body":"Reason in blocks and consensus intervals, not wall-clock seconds: #![allow(unused)] fn main() {\\n// Good: protocol-oriented thinking\\nlet plan = ScenarioBuilder::topology() .network_star() .validators(2) .executors(1) .apply() .transactions() .rate(5) .apply() // 5 tx per block .with_run_duration(Duration::from_secs(60)) // Let framework calculate expected blocks .expect_consensus_liveness() // \\"Did we produce the expected blocks?\\" .build(); // Bad: wall-clock assumptions\\n// \\"I expect exactly 30 blocks in 60 seconds\\"\\n// This breaks on slow CI where slot timing might drift } Why it matters: Block production timing varies across environments—fast on\\na laptop (5s/block), slow on overloaded CI (8s/block). The framework calculates\\nexpected blocks based on configured slot duration, making assertions\\nenvironment-independent. Assert on “blocks produced relative to the run window”\\nnot “blocks produced per wall-clock second”.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Protocol Time, Not Wall Time","id":"7","title":"Protocol Time, Not Wall Time"},"8":{"body":"Default scenarios are repeatable: Fixed topology Predictable traffic rates Deterministic checks Chaos is opt-in: #![allow(unused)] fn main() {\\n// Separate: functional test (deterministic)\\nlet plan = ScenarioBuilder::topology() .network_star() .validators(2) .executors(1) .apply() .transactions() .rate(5) .apply() .expect_consensus_liveness() .build(); // Separate: chaos test (introduces randomness)\\nlet chaos_plan = ScenarioBuilder::topology() .network_star() .validators(3) .executors(2) .apply() .enable_node_control() .chaos() .restart() .apply() .transactions() .rate(5) .apply() .expect_consensus_liveness() .build(); } Why it matters: Mixing determinism with chaos creates noisy, hard-to-debug\\nfailures. Separate concerns make failures actionable.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Determinism First, Chaos When Needed","id":"8","title":"Determinism First, Chaos When Needed"},"9":{"body":"Prefer user-facing signals over internal state: Good checks: ✅ Blocks progressing at expected rate (liveness) ✅ Transactions included within N blocks (inclusion) ✅ DA blobs retrievable (availability) Avoid internal checks: ❌ Memory pool size ❌ Internal service state ❌ Cache hit rates Why it matters: User-facing signals reflect actual system health.\\nInternal state can be “healthy” while the system is broken from a user\\nperspective.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Observable Health Signals","id":"9","title":"Observable Health Signals"}},"length":64,"save":true},"fields":["title","body","breadcrumbs"],"index":{"body":{"root":{"0":{".":{"9":{"df":1,"docs":{"10":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"2":{"7":{".":{"0":{".":{"0":{".":{"1":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"34":{"tf":1.0},"44":{"tf":1.4142135623730951}},"–":{"3":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}},"2":{"7":{"df":1,"docs":{"10":{"tf":1.0}}},"df":4,"docs":{"10":{"tf":1.0},"24":{"tf":1.0},"34":{"tf":1.0},"63":{"tf":1.0}},"s":{"df":1,"docs":{"10":{"tf":1.4142135623730951}}}},"3":{"0":{"df":1,"docs":{"7":{"tf":1.0}}},"df":1,"docs":{"34":{"tf":1.0}}},"4":{"df":1,"docs":{"34":{"tf":1.0}},"–":{"5":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}},"5":{"df":1,"docs":{"7":{"tf":1.0}},"s":{"/":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"6":{"0":{"df":2,"docs":{"44":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{},"–":{"7":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}},"8":{"df":0,"docs":{},"s":{"/":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"9":{"0":{"9":{"0":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"a":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"63":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"46":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"63":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"48":{"tf":1.0},"55":{"tf":1.0},"63":{"tf":1.4142135623730951},"8":{"tf":1.0}}}},"v":{"df":9,"docs":{"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"4":{"tf":1.4142135623730951},"48":{"tf":1.0},"55":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"19":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"58":{"tf":1.0}}}}},"d":{"df":4,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"45":{"tf":1.0},"50":{"tf":1.0}}}}}}},"df":6,"docs":{"48":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"23":{"tf":1.0},"60":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"27":{"tf":1.0},"41":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"30":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"51":{"tf":1.0}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"61":{"tf":1.0}}}}}}}}}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":4,"docs":{"17":{"tf":1.0},"21":{"tf":1.4142135623730951},"35":{"tf":1.0},"62":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":6,"docs":{"10":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}}}}},"df":2,"docs":{"22":{"tf":1.0},"63":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"10":{"tf":1.0},"62":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"20":{"tf":1.0},"6":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951},"8":{"tf":2.23606797749979}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"2":{"tf":1.0},"33":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"4":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"46":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"15":{"tf":1.0},"34":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":14,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.4142135623730951},"33":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0},"56":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}}}},"t":{"df":3,"docs":{"16":{"tf":1.0},"41":{"tf":1.0},"46":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"0":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{":":{":":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"55":{"tf":1.0},"56":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"55":{"tf":1.0},"56":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":3,"docs":{"50":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"48":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":6,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"17":{"tf":1.0},"35":{"tf":1.0},"5":{"tf":1.0}}}}},"o":{"df":1,"docs":{"63":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":18,"docs":{"0":{"tf":1.4142135623730951},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"35":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.4142135623730951},"46":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.7320508075688772},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"22":{"tf":1.0},"41":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}}},"b":{"(":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"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":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"4":{"tf":1.0},"52":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}}}}},"d":{"df":4,"docs":{"10":{"tf":1.0},"30":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"38":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":4,"docs":{"22":{"tf":1.0},"36":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"26":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0},"56":{"tf":1.0}}}}}}}},"df":1,"docs":{"4":{"tf":1.0}},"e":{"c":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"56":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":6,"docs":{"22":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.4142135623730951}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"40":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":10,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"30":{"tf":1.4142135623730951},"35":{"tf":1.0},"39":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"63":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"22":{"tf":1.0},"37":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"42":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":8,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"32":{"tf":1.0},"41":{"tf":1.0}}}}},"df":3,"docs":{"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"b":{"df":6,"docs":{"0":{"tf":1.4142135623730951},"17":{"tf":1.0},"19":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":2.23606797749979},"9":{"tf":1.0}},"s":{"/":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"46":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":21,"docs":{"0":{"tf":1.0},"10":{"tf":2.23606797749979},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.4142135623730951},"31":{"tf":2.23606797749979},"32":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":2.0},"63":{"tf":2.8284271247461903},"7":{"tf":3.0},"9":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"e":{"df":2,"docs":{"31":{"tf":1.0},"63":{"tf":1.0}},"e":{"d":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"0":{"tf":1.0},"1":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"18":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":1.0},"42":{"tf":1.0},"60":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"34":{"tf":1.0},"48":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"13":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"a":{"d":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"9":{"tf":1.0}}}}}}},"u":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":11,"docs":{"12":{"tf":1.0},"27":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"60":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":3,"docs":{"3":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0}}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":5,"docs":{"21":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.7320508075688772},"57":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"29":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"z":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"c":{"(":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}},"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":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"9":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":4,"docs":{"31":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"l":{"df":2,"docs":{"57":{"tf":1.0},"63":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"27":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"35":{"tf":1.0},"48":{"tf":1.0},"62":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":3,"docs":{"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"61":{"tf":1.0}}}}},"df":1,"docs":{"4":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"63":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"1":{"tf":1.0},"29":{"tf":1.0},"33":{"tf":1.0},"58":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}}}},"df":4,"docs":{"0":{"tf":1.0},"19":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":2.23606797749979}}}}}},"o":{"df":11,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.7320508075688772},"62":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"8":{"tf":2.23606797749979}},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"48":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":20,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"41":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"41":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"22":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"17":{"tf":1.4142135623730951},"22":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"61":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}}}}},"i":{"df":9,"docs":{"13":{"tf":1.0},"22":{"tf":1.7320508075688772},"32":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":2.23606797749979},"7":{"tf":1.4142135623730951}},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"41":{"tf":1.0},"46":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"53":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"61":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":6,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.0}},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"r":{"df":9,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"|":{"df":2,"docs":{"55":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":4,"docs":{"50":{"tf":1.0},"55":{"tf":1.7320508075688772},"56":{"tf":1.7320508075688772},"58":{"tf":1.0}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":13,"docs":{"1":{"tf":1.0},"13":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.7320508075688772},"4":{"tf":1.7320508075688772},"41":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"63":{"tf":1.0}},"—":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"48":{"tf":1.0}}}}}}}}}}}},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"10":{"tf":1.4142135623730951}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"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":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"46":{"tf":1.0}}}}}}}}},"df":4,"docs":{"20":{"tf":1.0},"31":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"14":{"tf":1.0},"23":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"63":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"40":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"22":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"18":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"3":{"tf":1.0},"63":{"tf":1.4142135623730951}}},"s":{"df":14,"docs":{"0":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.0},"62":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"=":{"1":{"df":0,"docs":{},"x":{"1":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"45":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"=":{"1":{"2":{"7":{".":{"0":{".":{"0":{".":{"1":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"=":{"1":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":2,"docs":{"42":{"tf":1.7320508075688772},"63":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":2,"docs":{"2":{"tf":1.0},"35":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"8":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"20":{"tf":1.0},"60":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"4":{"tf":1.0},"48":{"tf":1.0},"56":{"tf":1.0},"63":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"3":{"tf":1.0},"62":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":4,"docs":{"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"r":{"df":11,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":1.4142135623730951},"60":{"tf":1.0},"7":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"df":5,"docs":{"26":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":8,"docs":{"0":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.0},"63":{"tf":1.4142135623730951},"7":{"tf":1.0}}}}}},"i":{"d":{"df":1,"docs":{"50":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.0},"36":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"52":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"44":{"tf":1.0}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"m":{"df":4,"docs":{"15":{"tf":1.0},"31":{"tf":1.0},"46":{"tf":1.4142135623730951},"58":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"38":{"tf":1.0},"45":{"tf":1.0},"63":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"1":{"tf":1.0},"42":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"60":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"0":{"tf":1.0},"48":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":2,"docs":{"20":{"tf":1.0},"63":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"47":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":8,"docs":{"19":{"tf":1.4142135623730951},"26":{"tf":1.0},"28":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0},"61":{"tf":1.4142135623730951},"63":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"38":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":3,"docs":{"12":{"tf":1.0},"48":{"tf":1.0},"63":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"48":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":8,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"33":{"tf":1.0},"58":{"tf":1.4142135623730951},"60":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"21":{"tf":1.0},"23":{"tf":1.0},"60":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"15":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"47":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"17":{"tf":1.0},"63":{"tf":1.4142135623730951},"8":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":4,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{}}}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"x":{"df":2,"docs":{"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":3,"docs":{"31":{"tf":1.0},"32":{"tf":1.0},"54":{"tf":1.0}}}}}}}},"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"[":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"12":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"a":{"df":9,"docs":{"0":{"tf":2.23606797749979},"22":{"tf":1.0},"25":{"tf":1.4142135623730951},"26":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"53":{"tf":1.0},"63":{"tf":2.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"t":{"a":{"df":14,"docs":{"0":{"tf":2.0},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"25":{"tf":1.0},"3":{"tf":1.4142135623730951},"4":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":2.23606797749979}}},"df":0,"docs":{}}},"df":2,"docs":{"12":{"tf":1.0},"4":{"tf":1.0}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":3,"docs":{"37":{"tf":1.0},"45":{"tf":1.0},"8":{"tf":1.0}},"g":{"df":2,"docs":{"11":{"tf":1.0},"59":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"12":{"tf":1.0},"17":{"tf":1.0}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"r":{"df":8,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"3":{"tf":1.0},"48":{"tf":1.0},"6":{"tf":1.4142135623730951},"63":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"47":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"57":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":8,"docs":{"10":{"tf":1.4142135623730951},"21":{"tf":1.0},"44":{"tf":2.0},"45":{"tf":1.7320508075688772},"48":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"17":{"tf":1.0},"48":{"tf":1.0},"60":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"20":{"tf":1.0},"21":{"tf":1.0},"60":{"tf":1.0}}}}}}},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"28":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"34":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"a":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":9,"docs":{"16":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"58":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"41":{"tf":1.0},"62":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":13,"docs":{"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"27":{"tf":1.0},"32":{"tf":2.0},"35":{"tf":2.0},"39":{"tf":1.0},"4":{"tf":1.7320508075688772},"48":{"tf":1.4142135623730951},"58":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"50":{"tf":1.0},"55":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":6,"docs":{"16":{"tf":1.0},"18":{"tf":1.4142135623730951},"3":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"48":{"tf":1.0},"63":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"13":{"tf":1.0},"30":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"11":{"tf":1.0},"8":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}}}}}}},"v":{"df":1,"docs":{"45":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":6,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.4142135623730951}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"14":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"62":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"37":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"63":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"38":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":3,"docs":{"0":{"tf":1.0},"53":{"tf":1.0},"63":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"41":{"tf":1.0},"47":{"tf":1.0}},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"31":{"tf":1.0}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":10,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"58":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"22":{"tf":1.0},"30":{"tf":1.0},"58":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"\'":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"32":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"t":{"df":2,"docs":{"31":{"tf":1.7320508075688772},"7":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"26":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"[":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}},"df":8,"docs":{"12":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.0}},"n":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"p":{"/":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"30":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"l":{"df":6,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":13,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":2.23606797749979},"7":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":3,"docs":{"12":{"tf":1.0},"56":{"tf":1.0},"63":{"tf":1.4142135623730951}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"55":{"tf":1.7320508075688772},"56":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}},"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":9,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"63":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"55":{"tf":1.0}}}}}}},"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"12":{"tf":1.0}}}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":6,"docs":{"13":{"tf":1.0},"16":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"4":{"tf":1.0},"63":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"41":{"tf":1.0}}}}},"s":{"df":1,"docs":{"38":{"tf":1.0}},"i":{"df":1,"docs":{"17":{"tf":1.0}}}}},"df":2,"docs":{"12":{"tf":1.0},"4":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"b":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"3":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":7,"docs":{"0":{"tf":1.0},"21":{"tf":1.0},"26":{"tf":1.0},"45":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"d":{"df":4,"docs":{"16":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"41":{"tf":1.0},"52":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"10":{"tf":1.0},"34":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"15":{"tf":1.0},"3":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":5,"docs":{"10":{"tf":1.4142135623730951},"17":{"tf":1.0},"48":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":7,"docs":{"0":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.4142135623730951},"53":{"tf":1.0},"63":{"tf":1.4142135623730951}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":26,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"3":{"tf":1.4142135623730951},"35":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"58":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"7":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"r":{"(":{"\\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"55":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"51":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"2":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"a":{"df":0,"docs":{},"l":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":8,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0},"56":{"tf":1.0},"63":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"52":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":3,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":11,"docs":{"15":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"63":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"12":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"63":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"r":{"df":8,"docs":{"0":{"tf":1.4142135623730951},"17":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"44":{"tf":1.0},"60":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951}},"s":{"(":{"1":{"df":3,"docs":{"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"2":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":6,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"58":{"tf":1.0},"63":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":3,"docs":{"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"55":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":38,"docs":{"1":{"tf":1.0},"12":{"tf":2.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"30":{"tf":1.7320508075688772},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.4142135623730951},"4":{"tf":1.7320508075688772},"40":{"tf":1.4142135623730951},"41":{"tf":1.0},"48":{"tf":2.23606797749979},"50":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":2.0},"56":{"tf":1.7320508075688772},"57":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":2.23606797749979},"7":{"tf":2.0},"9":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"63":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"60":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"46":{"tf":1.0},"51":{"tf":1.0}}}},"s":{"df":2,"docs":{"46":{"tf":1.0},"50":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"46":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"—":{"a":{"d":{"df":0,"docs":{},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"20":{"tf":1.0},"21":{"tf":1.0},"60":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"13":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.4142135623730951},"49":{"tf":1.0},"53":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"16":{"tf":1.0}}}}}}},"}":{"\\"":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"56":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"f":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"15":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"12":{"tf":1.0},"50":{"tf":1.0},"62":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":9,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.4142135623730951},"46":{"tf":1.0},"52":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}},"k":{"df":0,"docs":{},"e":{"df":2,"docs":{"28":{"tf":1.0},"32":{"tf":1.0}}}},"l":{"df":0,"docs":{},"s":{"df":4,"docs":{"10":{"tf":1.0},"41":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}}}},"q":{"df":1,"docs":{"62":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"32":{"tf":1.0},"37":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0},"57":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"42":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"22":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"32":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":1,"docs":{"31":{"tf":1.0}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"22":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"44":{"tf":1.0},"62":{"tf":1.0}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"17":{"tf":1.0},"51":{"tf":1.0},"56":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"8":{"tf":1.0}},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"62":{"tf":1.0}}}}}}}}}},"t":{"df":6,"docs":{"15":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"54":{"tf":1.0}}},"x":{"df":1,"docs":{"8":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"35":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0}}},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"61":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"46":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":4,"docs":{"13":{"tf":1.0},"24":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"58":{"tf":1.0},"60":{"tf":1.0}}}}}}},"n":{"df":6,"docs":{"10":{"tf":1.0},"55":{"tf":2.449489742783178},"56":{"tf":2.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"o":{"c":{"df":0,"docs":{},"u":{"df":1,"docs":{"6":{"tf":1.0}},"s":{"df":3,"docs":{"0":{"tf":1.0},"15":{"tf":1.0},"41":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"35":{"tf":1.0},"4":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"t":{"!":{"(":{"\\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"4":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"2":{"tf":1.0},"21":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"45":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}}}}}}}}},"df":18,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.4142135623730951},"2":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.4142135623730951},"4":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"60":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.4142135623730951}},"’":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"3":{"tf":1.0},"32":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":7,"docs":{"0":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"8":{"tf":1.0}}}}}}},"d":{"df":1,"docs":{"60":{"tf":1.0}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"g":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"3":{"tf":1.0},"61":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"40":{"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":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"50":{"tf":1.0},"55":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":8,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":1.4142135623730951},"48":{"tf":1.0},"55":{"tf":1.0},"63":{"tf":1.4142135623730951}}}}},"t":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"55":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"42":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"1":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"63":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"17":{"tf":1.0},"22":{"tf":1.0}}}},"df":0,"docs":{},"o":{"d":{"df":6,"docs":{"10":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"17":{"tf":1.0},"22":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"44":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"1":{"6":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":1,"docs":{"63":{"tf":1.0}}}},"w":{"df":1,"docs":{"57":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"14":{"tf":1.0},"48":{"tf":1.0},"59":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"1":{"tf":1.0},"14":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"30":{"tf":1.0}}}},"n":{"d":{"df":1,"docs":{"12":{"tf":1.0}},"l":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"r":{"d":{"df":1,"docs":{"8":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"17":{"tf":1.0},"4":{"tf":1.0},"63":{"tf":1.0},"9":{"tf":1.4142135623730951}},"i":{"df":2,"docs":{"20":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":1,"docs":{"5":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"41":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"0":{"tf":1.0},"56":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":9,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"29":{"tf":1.0},"4":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"39":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"13":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"58":{"tf":1.0},"62":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"58":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"i":{"[":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"20":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"a":{"df":9,"docs":{"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"55":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"14":{"tf":1.0}},"i":{"df":1,"docs":{"47":{"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":3,"docs":{"23":{"tf":1.0},"27":{"tf":1.0},"54":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"42":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.4142135623730951}}}},"l":{"df":2,"docs":{"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"58":{"tf":1.0}}}}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":7,"docs":{"0":{"tf":1.0},"22":{"tf":1.0},"42":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":8,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"40":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"4":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"\\"":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"55":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"c":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"44":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"3":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"12":{"tf":1.0},"21":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":3,"docs":{"20":{"tf":1.4142135623730951},"50":{"tf":1.0},"55":{"tf":1.4142135623730951}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"50":{"tf":1.0},"55":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"46":{"tf":1.0}}}}}}},"df":2,"docs":{"38":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"61":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":4,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"3":{"tf":1.0},"58":{"tf":1.0}}}},"n":{"d":{"df":4,"docs":{"17":{"tf":1.0},"48":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"27":{"tf":1.0},"30":{"tf":1.0}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.4142135623730951},"28":{"tf":1.0},"3":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":3,"docs":{"28":{"tf":1.0},"58":{"tf":1.0},"9":{"tf":2.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"5":{"tf":1.0}}}}}},"v":{"df":4,"docs":{"31":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"8":{"tf":1.0}},"t":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":3,"docs":{"3":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"u":{"df":2,"docs":{"41":{"tf":1.0},"55":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.0},"37":{"tf":1.0}}}}},"v":{"df":1,"docs":{"59":{"tf":1.0}}}},"j":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"g":{"df":4,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"63":{"tf":1.0}}}},"df":0,"docs":{}}},"k":{"8":{"df":7,"docs":{"16":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"46":{"tf":1.4142135623730951},"62":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"46":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"63":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":18,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.7320508075688772},"22":{"tf":1.4142135623730951},"26":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951}}}},"y":{"df":2,"docs":{"55":{"tf":1.0},"56":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"46":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"60":{"tf":1.4142135623730951}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"63":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"58":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"28":{"tf":1.0}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"13":{"tf":1.0},"7":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"31":{"tf":1.0},"48":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"28":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"21":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"37":{"tf":1.0},"63":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"25":{"tf":1.0},"4":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"15":{"tf":1.0},"21":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"53":{"tf":1.0},"60":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"63":{"tf":1.0}}}}},"df":0,"docs":{},"k":{"df":2,"docs":{"12":{"tf":1.0},"48":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"63":{"tf":1.0}}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"42":{"tf":1.0}}}},"t":{"df":1,"docs":{"3":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":14,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":2,"docs":{"12":{"tf":1.0},"34":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"20":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":18,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"3":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.7320508075688772},"9":{"tf":1.0}}}}},"o":{"a":{"d":{"df":2,"docs":{"29":{"tf":1.0},"46":{"tf":1.0}},"e":{"d":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"46":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"=":{"2":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"=":{"1":{"2":{"0":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"=":{"3":{"df":1,"docs":{"44":{"tf":1.0}}},"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":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":2,"docs":{"42":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951}}}}}}}},"df":12,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"35":{"tf":1.4142135623730951},"37":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.4142135623730951},"44":{"tf":1.0},"58":{"tf":1.0},"62":{"tf":1.0}}},"t":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":6,"docs":{"41":{"tf":1.0},"44":{"tf":1.4142135623730951},"45":{"tf":1.7320508075688772},"55":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0}},"i":{"c":{"df":3,"docs":{"54":{"tf":1.0},"57":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{}},"s":{"/":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"46":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":5,"docs":{"10":{"tf":1.0},"17":{"tf":1.0},"48":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"39":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"30":{"tf":1.0},"62":{"tf":1.0}}},"p":{"df":3,"docs":{"22":{"tf":1.0},"37":{"tf":1.0},"6":{"tf":1.0}}},"s":{"df":1,"docs":{"15":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"63":{"tf":1.0}}}}}}},"w":{"df":1,"docs":{"29":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"r":{"df":2,"docs":{"12":{"tf":1.0},"4":{"tf":1.0}}},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"10":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"38":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"10":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"13":{"tf":1.0},"47":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":9,"docs":{"13":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"58":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}},"n":{"df":0,"docs":{},"i":{"df":6,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"60":{"tf":1.0}}},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"63":{"tf":1.0}}}}},"p":{"df":4,"docs":{"16":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"58":{"tf":1.0}}},"t":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"59":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"17":{"tf":1.0},"39":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":8,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"48":{"tf":1.0},"62":{"tf":1.0}}}}},"t":{"df":1,"docs":{"21":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"63":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"2":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"41":{"tf":1.0},"63":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"c":{"df":5,"docs":{"12":{"tf":1.0},"31":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"61":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"46":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"m":{"df":5,"docs":{"22":{"tf":1.0},"24":{"tf":1.0},"37":{"tf":1.0},"54":{"tf":1.0},"57":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"10":{"tf":1.4142135623730951},"60":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"61":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":4,"docs":{"41":{"tf":1.0},"50":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0}}}},"x":{"df":2,"docs":{"61":{"tf":1.0},"8":{"tf":1.0}},"e":{"d":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"30":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"45":{"tf":1.0}},"l":{"df":8,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"29":{"tf":1.0},"48":{"tf":1.7320508075688772},"58":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"34":{"tf":1.0}}}},"df":2,"docs":{"44":{"tf":1.0},"50":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"57":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"13":{"tf":1.0},"22":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":8,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"38":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":4,"docs":{"22":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"55":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"55":{"tf":1.0},"56":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"50":{"tf":1.0},"55":{"tf":1.0}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"df":2,"docs":{"29":{"tf":1.0},"9":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":8,"docs":{"21":{"tf":1.0},"3":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.0},"62":{"tf":1.4142135623730951},"8":{"tf":1.0}},"—":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"g":{"df":3,"docs":{"30":{"tf":1.0},"41":{"tf":1.0},"63":{"tf":1.0}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":12,"docs":{"0":{"tf":1.7320508075688772},"15":{"tf":1.0},"17":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"4":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.4142135623730951}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"32":{"tf":1.0},"63":{"tf":1.0}}}}},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"55":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":5,"docs":{"27":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}}}}},"o":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"52":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":23,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"12":{"tf":1.0},"15":{"tf":1.7320508075688772},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"2":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.4142135623730951},"32":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.7320508075688772},"48":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.4142135623730951},"61":{"tf":1.0},"63":{"tf":2.23606797749979}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":2,"docs":{"22":{"tf":1.0},"8":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"df":9,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.7320508075688772},"32":{"tf":1.0},"41":{"tf":1.0},"46":{"tf":1.0},"63":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"=":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"45":{"tf":1.0}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"41":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"=":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"e":{",":{"d":{"a":{"=":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"44":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"=":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"41":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"45":{"tf":1.0}},"e":{"=":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":2,"docs":{"45":{"tf":1.0},"46":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"21":{"tf":1.0},"44":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"o":{"[":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":17,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"48":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.7320508075688772},"9":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"22":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"48":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"12":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"58":{"tf":1.0},"60":{"tf":1.0}}}}}},"k":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"\\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"55":{"tf":1.0},"56":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":1,"docs":{"55":{"tf":1.0}}},"n":{"c":{"df":3,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0}}},"df":5,"docs":{"15":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"40":{"tf":1.0},"53":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"39":{"tf":1.0}}}}},"p":{"df":1,"docs":{"63":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"0":{"tf":1.0},"17":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772},"62":{"tf":1.0},"63":{"tf":1.0}}}},"t":{"df":2,"docs":{"21":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"12":{"tf":1.0},"26":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"52":{"tf":1.0}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":10,"docs":{"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"63":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"21":{"tf":1.0},"62":{"tf":1.0},"7":{"tf":1.0}}}}}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"29":{"tf":1.0}}}}},"df":1,"docs":{"28":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"p":{"df":1,"docs":{"41":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":9,"docs":{"12":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0},"63":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"3":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"37":{"tf":1.0},"42":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}}},"p":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"12":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"28":{"tf":1.0}}},"k":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"16":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":3,"docs":{"1":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"33":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.0},"63":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"30":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}}}}},"t":{"df":4,"docs":{"14":{"tf":1.0},"2":{"tf":1.0},"47":{"tf":1.0},"59":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":5,"docs":{"0":{"tf":1.0},"19":{"tf":1.0},"53":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"35":{"tf":1.0},"46":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":1,"docs":{"12":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"19":{"tf":1.0},"25":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":3,"docs":{"15":{"tf":1.0},"21":{"tf":2.0},"22":{"tf":1.0}}}}}}}},"df":3,"docs":{"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"28":{"tf":1.0}}}},"r":{"df":6,"docs":{"21":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":1.0},"33":{"tf":1.0},"63":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":3,"docs":{"0":{"tf":1.4142135623730951},"4":{"tf":1.0},"63":{"tf":1.4142135623730951}}}}}},"i":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"29":{"tf":1.4142135623730951},"34":{"tf":2.8284271247461903}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"33":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"15":{"tf":1.0},"16":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"34":{"tf":1.0},"38":{"tf":1.0}}}}}}}},"l":{"a":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":17,"docs":{"1":{"tf":1.0},"12":{"tf":2.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"20":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":2.0},"36":{"tf":1.4142135623730951},"4":{"tf":1.0},"40":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"41":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"u":{"df":3,"docs":{"0":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0}},"g":{"df":1,"docs":{"54":{"tf":1.0}},"g":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"13":{"tf":1.0},"18":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"d":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"63":{"tf":1.0}},"e":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":5,"docs":{"37":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"3":{"tf":1.0}}}},"df":0,"docs":{}},"df":3,"docs":{"38":{"tf":1.0},"45":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"31":{"tf":1.0},"34":{"tf":1.0},"48":{"tf":1.0},"63":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"14":{"tf":1.0},"22":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"9":{"tf":1.0}}}}},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"63":{"tf":1.0}}}}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"15":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"35":{"tf":1.4142135623730951},"41":{"tf":2.0},"46":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0}}}}}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"26":{"tf":1.0},"41":{"tf":1.0}}}},"t":{"df":3,"docs":{"22":{"tf":1.0},"53":{"tf":1.0},"61":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"35":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.4142135623730951}}}}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"11":{"tf":1.0},"5":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"o":{"b":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":8,"docs":{"17":{"tf":1.0},"21":{"tf":1.0},"40":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"63":{"tf":1.0}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":6,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0},"63":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":7,"docs":{"0":{"tf":1.0},"20":{"tf":1.0},"32":{"tf":1.0},"52":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"7":{"tf":1.7320508075688772}},"t":{"df":4,"docs":{"10":{"tf":1.0},"27":{"tf":1.0},"63":{"tf":1.7320508075688772},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.4142135623730951},"3":{"tf":1.0},"48":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"45":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"42":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"o":{"df":0,"docs":{},"f":{"df":2,"docs":{"45":{"tf":1.0},"63":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"33":{"tf":1.0},"63":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":9,"docs":{"0":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"21":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"62":{"tf":1.0},"7":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"10":{"tf":1.0},"55":{"tf":1.0}},"r":{"df":1,"docs":{"41":{"tf":1.0}}}},"i":{"d":{"df":4,"docs":{"32":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":6,"docs":{"12":{"tf":1.4142135623730951},"35":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"48":{"tf":1.0},"63":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"40":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"b":{"df":2,"docs":{"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"0":{"tf":1.0},"63":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"62":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"18":{"tf":1.0},"3":{"tf":1.0}}}}}}}},"q":{"a":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"42":{"tf":1.0},"59":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}}}}}},"r":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"12":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"33":{"tf":1.4142135623730951},"8":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"(":{"5":{"df":3,"docs":{"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":12,"docs":{"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"63":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"12":{"tf":1.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"55":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"l":{"df":4,"docs":{"40":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.0},"63":{"tf":1.0}},"e":{"df":0,"docs":{},"—":{"a":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":11,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"26":{"tf":1.0},"32":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772},"52":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.4142135623730951}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"58":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":4,"docs":{"0":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"54":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"1":{"tf":1.0},"3":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"63":{"tf":1.0},"7":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"52":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"22":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"19":{"tf":1.0},"62":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":3,"docs":{"13":{"tf":1.0},"21":{"tf":1.0},"62":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"47":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"35":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"46":{"tf":1.0}}}}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"63":{"tf":1.0}}},"x":{"df":1,"docs":{"40":{"tf":1.0}}}},"df":1,"docs":{"7":{"tf":1.0}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"22":{"tf":1.0},"52":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"20":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"48":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":5,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.4142135623730951},"42":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":9,"docs":{"19":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"45":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":7,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"26":{"tf":1.0},"30":{"tf":1.0},"62":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"12":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":4,"docs":{"16":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"63":{"tf":1.4142135623730951}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":9,"docs":{"12":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"26":{"tf":1.4142135623730951},"34":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"8":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":5,"docs":{"22":{"tf":1.0},"35":{"tf":1.0},"5":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":3,"docs":{"0":{"tf":1.0},"63":{"tf":1.0},"9":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":6,"docs":{"12":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"51":{"tf":1.0},"55":{"tf":1.0},"63":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"15":{"tf":1.4142135623730951},"21":{"tf":1.0},"51":{"tf":1.0},"58":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":3,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"62":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"57":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"10":{"tf":1.0},"62":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":8,"docs":{"0":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.0},"63":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"c":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"50":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.7320508075688772},"56":{"tf":1.4142135623730951}}}}}}}}},"df":30,"docs":{"1":{"tf":1.0},"10":{"tf":1.7320508075688772},"12":{"tf":1.7320508075688772},"13":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.7320508075688772},"20":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":1.7320508075688772},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.7320508075688772},"37":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.4142135623730951},"45":{"tf":1.7320508075688772},"46":{"tf":1.0},"48":{"tf":2.0},"5":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.7320508075688772},"62":{"tf":1.4142135623730951},"63":{"tf":2.449489742783178},"7":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":3,"docs":{"29":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.4142135623730951}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":25,"docs":{"12":{"tf":1.7320508075688772},"13":{"tf":1.4142135623730951},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.7320508075688772},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"48":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.4142135623730951},"58":{"tf":1.7320508075688772},"61":{"tf":1.7320508075688772},"62":{"tf":1.7320508075688772},"63":{"tf":2.0}},"’":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"40":{"tf":1.0}},"{":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"40":{"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":{},"i":{"df":0,"docs":{},"m":{"df":6,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"33":{"tf":1.0},"40":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"40":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"53":{"tf":1.0}},"t":{"df":0,"docs":{},"y":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"m":{"df":0,"docs":{},"e":{"df":6,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"35":{"tf":1.4142135623730951},"58":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"41":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":3,"docs":{"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":31,"docs":{"1":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":2.23606797749979},"16":{"tf":1.7320508075688772},"17":{"tf":1.7320508075688772},"18":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":2.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"27":{"tf":1.0},"34":{"tf":1.7320508075688772},"35":{"tf":1.7320508075688772},"36":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.7320508075688772},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"48":{"tf":2.23606797749979},"5":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":2.23606797749979},"59":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"62":{"tf":1.7320508075688772},"63":{"tf":2.23606797749979},"8":{"tf":1.0}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"29":{"tf":1.0},"39":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"41":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":5,"docs":{"22":{"tf":1.0},"29":{"tf":1.0},"44":{"tf":1.0},"63":{"tf":1.4142135623730951},"7":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"d":{"df":8,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0}}},"df":5,"docs":{"17":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"26":{"tf":1.0},"35":{"tf":1.0}}}},"df":0,"docs":{}},"f":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":3,"docs":{"21":{"tf":1.0},"55":{"tf":1.7320508075688772},"56":{"tf":1.7320508075688772}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"8":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"31":{"tf":1.0}}},"v":{"df":1,"docs":{"58":{"tf":1.0}},"i":{"c":{"df":5,"docs":{"0":{"tf":1.0},"38":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":11,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"24":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"60":{"tf":1.4142135623730951},"63":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"16":{"tf":1.0},"38":{"tf":1.0},"61":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":18,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":8,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"0":{"tf":1.0},"10":{"tf":1.4142135623730951},"62":{"tf":1.0}}}},"w":{"df":4,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"27":{"tf":1.0},"54":{"tf":1.0}}}}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":14,"docs":{"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.4142135623730951},"4":{"tf":1.0},"41":{"tf":1.4142135623730951},"46":{"tf":1.0},"52":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.7320508075688772},"9":{"tf":1.7320508075688772}},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"46":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"24":{"tf":1.0},"55":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"28":{"tf":1.0},"32":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":3,"docs":{"12":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0}}}}},"t":{"df":1,"docs":{"15":{"tf":1.0}}},"z":{"df":0,"docs":{},"e":{"df":1,"docs":{"9":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":3,"docs":{"10":{"tf":1.4142135623730951},"63":{"tf":1.7320508075688772},"7":{"tf":1.4142135623730951}}},"w":{"df":3,"docs":{"28":{"tf":1.0},"61":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"42":{"tf":1.0}}}},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"17":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":8,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"51":{"tf":1.0},"56":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"3":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":1,"docs":{"63":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":8,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"26":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0},"5":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0}},"i":{"df":2,"docs":{"17":{"tf":1.0},"63":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"e":{"d":{"df":3,"docs":{"22":{"tf":1.0},"36":{"tf":1.0},"62":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"63":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"38":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"34":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"61":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"22":{"tf":1.0},"61":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"55":{"tf":1.0}}}}}}},"df":0,"docs":{}},"_":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"51":{"tf":1.0},"56":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":13,"docs":{"12":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"32":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.7320508075688772},"48":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":5,"docs":{"12":{"tf":1.0},"22":{"tf":1.0},"29":{"tf":1.0},"63":{"tf":1.7320508075688772},"9":{"tf":1.7320508075688772}}},"i":{"c":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}}},"y":{"df":5,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"31":{"tf":1.0},"56":{"tf":1.0},"62":{"tf":1.0}}}},"d":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{":":{":":{"a":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"55":{"tf":1.0}}},"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":{},"p":{"df":2,"docs":{"21":{"tf":1.0},"41":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"28":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"62":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":3,"docs":{"12":{"tf":1.0},"48":{"tf":1.0},"63":{"tf":1.0}}}},"r":{"df":2,"docs":{"55":{"tf":1.0},"56":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"63":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"25":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"55":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"b":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"60":{"tf":1.4142135623730951}}}}}},"u":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"24":{"tf":1.0},"28":{"tf":1.4142135623730951},"30":{"tf":1.0}}}},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"6":{"tf":1.0}}}}},"df":7,"docs":{"0":{"tf":1.4142135623730951},"17":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"30":{"tf":1.4142135623730951},"63":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"0":{"tf":1.0},"63":{"tf":1.0}}}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"39":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"59":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"13":{"tf":1.0},"22":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"61":{"tf":1.0}}}}}}},"n":{"c":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"27":{"tf":1.0},"28":{"tf":1.0},"32":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":8,"docs":{"20":{"tf":1.4142135623730951},"26":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":2.23606797749979},"9":{"tf":1.4142135623730951}}}}}}}},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"45":{"tf":1.0}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"56":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":4,"docs":{"17":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"48":{"tf":1.0}}}}},"d":{"df":3,"docs":{"20":{"tf":1.0},"40":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":3,"docs":{"22":{"tf":1.0},"3":{"tf":1.4142135623730951},"60":{"tf":1.0}}},"r":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"41":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"21":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"=":{"9":{"0":{"9":{"1":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":32,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.0},"11":{"tf":1.0},"15":{"tf":2.0},"16":{"tf":1.7320508075688772},"17":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.7320508075688772},"30":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.4142135623730951},"48":{"tf":1.0},"5":{"tf":1.4142135623730951},"50":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"8":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"52":{"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":{"51":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"{":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"56":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"55":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"55":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"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":{},"t":{":":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":2,"docs":{"45":{"tf":1.0},"46":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"7":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"13":{"tf":1.0},"35":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"e":{"df":14,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.4142135623730951},"31":{"tf":1.7320508075688772},"37":{"tf":1.0},"41":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"7":{"tf":2.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.0}}}}},"r":{"df":1,"docs":{"28":{"tf":1.4142135623730951}}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"15":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"31":{"tf":1.0},"33":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":24,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"33":{"tf":1.7320508075688772},"35":{"tf":1.0},"4":{"tf":1.7320508075688772},"45":{"tf":1.0},"48":{"tf":1.7320508075688772},"53":{"tf":1.0},"55":{"tf":1.4142135623730951},"58":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"8":{"tf":1.0}},"y":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"g":{"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":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"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":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"60":{"tf":1.0},"63":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":3,"docs":{"15":{"tf":1.0},"40":{"tf":1.0},"58":{"tf":1.0}}},"k":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":16,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"26":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"3":{"tf":1.0},"4":{"tf":1.7320508075688772},"40":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"63":{"tf":1.4142135623730951},"8":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"54":{"tf":1.0},"60":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":19,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"21":{"tf":1.0},"24":{"tf":1.7320508075688772},"25":{"tf":1.7320508075688772},"26":{"tf":1.0},"34":{"tf":1.0},"40":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.7320508075688772},"7":{"tf":1.0},"8":{"tf":1.4142135623730951},"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"63":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"16":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"41":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"19":{"tf":1.0},"30":{"tf":1.0},"4":{"tf":1.0},"63":{"tf":1.4142135623730951}}}}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"29":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":3,"docs":{"22":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"36":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":1,"docs":{"24":{"tf":1.0}}}},"x":{"df":1,"docs":{"7":{"tf":1.0}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"63":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"36":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"28":{"tf":1.0},"3":{"tf":1.4142135623730951},"48":{"tf":1.0},"50":{"tf":1.0},"63":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"56":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":1,"docs":{"58":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"17":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"16":{"tf":1.0},"42":{"tf":1.0}}}},"df":20,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.4142135623730951},"29":{"tf":1.0},"35":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"55":{"tf":2.23606797749979},"56":{"tf":1.7320508075688772},"58":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"19":{"tf":1.0},"60":{"tf":1.0},"9":{"tf":1.7320508075688772}}}},"i":{"df":0,"docs":{},"z":{"df":2,"docs":{"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"16":{"tf":1.0}}}},"x":{"df":0,"docs":{},"o":{"df":1,"docs":{"63":{"tf":1.4142135623730951}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"2":{"df":3,"docs":{"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"3":{"df":1,"docs":{"8":{"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":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":18,"docs":{"0":{"tf":2.0},"13":{"tf":1.0},"17":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"31":{"tf":1.0},"33":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.0},"60":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":2.0}}},"df":0,"docs":{}},"u":{"df":2,"docs":{"30":{"tf":1.0},"63":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"33":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"63":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"45":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"!":{"[":{"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":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":1,"docs":{"55":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"10":{"tf":1.0},"62":{"tf":1.0}},"f":{"df":2,"docs":{"13":{"tf":1.0},"32":{"tf":1.0}},"i":{"df":6,"docs":{"20":{"tf":1.0},"28":{"tf":1.0},"41":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"i":{"a":{"df":2,"docs":{"0":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"16":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"[":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"63":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":2.0}},"e":{"df":0,"docs":{},"t":{"df":14,"docs":{"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"29":{"tf":1.0}}}},"y":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":1,"docs":{"12":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"21":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"60":{"tf":1.0},"63":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"61":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":10,"docs":{"10":{"tf":1.0},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"20":{"tf":1.0},"35":{"tf":1.0},"48":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":4,"docs":{"38":{"tf":1.0},"50":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"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":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"5":{"df":1,"docs":{"10":{"tf":1.0}}},"6":{"0":{"df":2,"docs":{"10":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":1,"docs":{"63":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"0":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"31":{"tf":1.0},"9":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"32":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":3,"docs":{"3":{"tf":1.0},"42":{"tf":1.0},"6":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"58":{"tf":1.7320508075688772}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":36,"docs":{"1":{"tf":1.0},"12":{"tf":2.23606797749979},"13":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.7320508075688772},"18":{"tf":1.4142135623730951},"19":{"tf":2.0},"20":{"tf":2.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.7320508075688772},"26":{"tf":1.4142135623730951},"27":{"tf":1.0},"28":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"30":{"tf":1.0},"35":{"tf":1.4142135623730951},"4":{"tf":1.7320508075688772},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"48":{"tf":2.23606797749979},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":2.23606797749979},"56":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.7320508075688772},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":2.23606797749979}},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"d":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"44":{"tf":1.0},"5":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"e":{"df":1,"docs":{"62":{"tf":1.0}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":2,"docs":{"29":{"tf":1.0},"63":{"tf":1.0}}}}}}}},"breadcrumbs":{"root":{"0":{".":{"9":{"df":1,"docs":{"10":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"2":{"7":{".":{"0":{".":{"0":{".":{"1":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"34":{"tf":1.0},"44":{"tf":1.4142135623730951}},"–":{"3":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}},"2":{"7":{"df":1,"docs":{"10":{"tf":1.0}}},"df":4,"docs":{"10":{"tf":1.0},"24":{"tf":1.4142135623730951},"34":{"tf":1.0},"63":{"tf":1.0}},"s":{"df":1,"docs":{"10":{"tf":1.4142135623730951}}}},"3":{"0":{"df":1,"docs":{"7":{"tf":1.0}}},"df":1,"docs":{"34":{"tf":1.0}}},"4":{"df":1,"docs":{"34":{"tf":1.0}},"–":{"5":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}},"5":{"df":1,"docs":{"7":{"tf":1.0}},"s":{"/":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"6":{"0":{"df":2,"docs":{"44":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{},"–":{"7":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}},"8":{"df":0,"docs":{},"s":{"/":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"9":{"0":{"9":{"0":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"a":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"63":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"46":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"63":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"48":{"tf":1.0},"55":{"tf":1.0},"63":{"tf":1.4142135623730951},"8":{"tf":1.0}}}},"v":{"df":9,"docs":{"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"4":{"tf":1.4142135623730951},"48":{"tf":1.0},"55":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"19":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"58":{"tf":1.0}}}}},"d":{"df":4,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"45":{"tf":1.0},"50":{"tf":1.0}}}}}}},"df":6,"docs":{"48":{"tf":1.0},"50":{"tf":1.7320508075688772},"51":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"54":{"tf":1.0}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"23":{"tf":1.0},"60":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":9,"docs":{"27":{"tf":1.7320508075688772},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"30":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"51":{"tf":1.0}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"61":{"tf":1.0}}}}}}}}}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":4,"docs":{"17":{"tf":1.0},"21":{"tf":1.4142135623730951},"35":{"tf":1.0},"62":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":6,"docs":{"10":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}}}}},"df":2,"docs":{"22":{"tf":1.0},"63":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"10":{"tf":1.0},"62":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.7320508075688772}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":5,"docs":{"59":{"tf":1.7320508075688772},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"20":{"tf":1.0},"6":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951},"8":{"tf":2.23606797749979}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"2":{"tf":1.0},"33":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"4":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"46":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":8,"docs":{"27":{"tf":1.7320508075688772},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"15":{"tf":1.0},"34":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":14,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.4142135623730951},"33":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0},"56":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}}}},"t":{"df":3,"docs":{"16":{"tf":1.0},"41":{"tf":1.0},"46":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"0":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{":":{":":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"55":{"tf":1.0},"56":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"55":{"tf":1.0},"56":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":3,"docs":{"50":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"48":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":6,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"17":{"tf":1.7320508075688772},"35":{"tf":1.0},"5":{"tf":1.0}}}}},"o":{"df":1,"docs":{"63":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":18,"docs":{"0":{"tf":1.4142135623730951},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"35":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.4142135623730951},"46":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.7320508075688772},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"22":{"tf":1.0},"41":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}}},"b":{"(":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"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":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"4":{"tf":1.0},"52":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}}}}},"d":{"df":4,"docs":{"10":{"tf":1.0},"30":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"38":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":4,"docs":{"22":{"tf":1.0},"36":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"26":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0},"56":{"tf":1.0}}}}}}}},"df":1,"docs":{"4":{"tf":1.0}},"e":{"c":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"56":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":6,"docs":{"22":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.4142135623730951}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"40":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":10,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"30":{"tf":1.7320508075688772},"35":{"tf":1.0},"39":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"63":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"22":{"tf":1.7320508075688772},"37":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"42":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":8,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"32":{"tf":1.0},"41":{"tf":1.0}}}}},"df":3,"docs":{"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"b":{"df":6,"docs":{"0":{"tf":1.4142135623730951},"17":{"tf":1.0},"19":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":2.23606797749979},"9":{"tf":1.0}},"s":{"/":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"46":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":21,"docs":{"0":{"tf":1.0},"10":{"tf":2.23606797749979},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.4142135623730951},"31":{"tf":2.449489742783178},"32":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":2.0},"63":{"tf":2.8284271247461903},"7":{"tf":3.0},"9":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"e":{"df":2,"docs":{"31":{"tf":1.0},"63":{"tf":1.0}},"e":{"d":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"0":{"tf":1.0},"1":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"18":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":1.0},"42":{"tf":1.0},"60":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"34":{"tf":1.0},"48":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"13":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"a":{"d":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"9":{"tf":1.0}}}}}}},"u":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":11,"docs":{"12":{"tf":1.0},"27":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"60":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":3,"docs":{"3":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0}}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":5,"docs":{"21":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.7320508075688772},"57":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"29":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"z":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"30":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}},"c":{"(":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}},"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":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"9":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":4,"docs":{"31":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"l":{"df":2,"docs":{"57":{"tf":1.0},"63":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"27":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"35":{"tf":1.0},"48":{"tf":1.0},"62":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":3,"docs":{"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"61":{"tf":1.0}}}}},"df":1,"docs":{"4":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"63":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"1":{"tf":1.0},"29":{"tf":1.0},"33":{"tf":1.0},"58":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}}}},"df":4,"docs":{"0":{"tf":1.0},"19":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":2.23606797749979}}}}}},"o":{"df":11,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.7320508075688772},"60":{"tf":1.0},"61":{"tf":1.7320508075688772},"62":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"8":{"tf":2.449489742783178}},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"48":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.7320508075688772}}}},"c":{"df":0,"docs":{},"k":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":20,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"28":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"41":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"41":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"22":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"17":{"tf":1.4142135623730951},"22":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"61":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}}}}},"i":{"df":9,"docs":{"13":{"tf":1.0},"22":{"tf":1.7320508075688772},"32":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":2.449489742783178},"7":{"tf":1.4142135623730951}},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"41":{"tf":1.0},"46":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"53":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"61":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":6,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.0}},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"r":{"df":9,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"|":{"df":2,"docs":{"55":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":4,"docs":{"50":{"tf":1.0},"55":{"tf":1.7320508075688772},"56":{"tf":1.7320508075688772},"58":{"tf":1.0}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":13,"docs":{"1":{"tf":1.0},"13":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.7320508075688772},"4":{"tf":1.7320508075688772},"41":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"63":{"tf":1.0}},"—":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"48":{"tf":1.0}}}}}}}}}}}},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"10":{"tf":1.4142135623730951}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"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":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"46":{"tf":1.0}}}}}}}}},"df":4,"docs":{"20":{"tf":1.0},"31":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"14":{"tf":1.0},"23":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"63":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"40":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"22":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"18":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"3":{"tf":1.0},"63":{"tf":1.4142135623730951}}},"s":{"df":14,"docs":{"0":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.4142135623730951},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.4142135623730951},"48":{"tf":1.0},"58":{"tf":1.0},"62":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"=":{"1":{"df":0,"docs":{},"x":{"1":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"45":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"=":{"1":{"2":{"7":{".":{"0":{".":{"0":{".":{"1":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"=":{"1":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":2,"docs":{"42":{"tf":1.7320508075688772},"63":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":2,"docs":{"2":{"tf":1.0},"35":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"8":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"20":{"tf":1.0},"60":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"4":{"tf":1.0},"48":{"tf":1.0},"56":{"tf":1.0},"63":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"3":{"tf":1.0},"62":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":4,"docs":{"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"r":{"df":11,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":1.4142135623730951},"60":{"tf":1.0},"7":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"df":5,"docs":{"26":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"56":{"tf":1.4142135623730951},"61":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":8,"docs":{"0":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.0},"63":{"tf":1.4142135623730951},"7":{"tf":1.0}}}}}},"i":{"d":{"df":1,"docs":{"50":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.0},"36":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"52":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"44":{"tf":1.0}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"m":{"df":4,"docs":{"15":{"tf":1.0},"31":{"tf":1.0},"46":{"tf":1.4142135623730951},"58":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"38":{"tf":1.0},"45":{"tf":1.0},"63":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"1":{"tf":1.0},"42":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"17":{"tf":1.0},"18":{"tf":1.7320508075688772},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.7320508075688772},"60":{"tf":1.4142135623730951}}}},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"0":{"tf":1.7320508075688772},"48":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":2,"docs":{"20":{"tf":1.0},"63":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"47":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":8,"docs":{"19":{"tf":1.4142135623730951},"26":{"tf":1.0},"28":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0},"61":{"tf":1.4142135623730951},"63":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"38":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":3,"docs":{"12":{"tf":1.0},"48":{"tf":1.0},"63":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"48":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":10,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.7320508075688772},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.7320508075688772},"33":{"tf":1.0},"58":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"21":{"tf":1.0},"23":{"tf":1.0},"60":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"15":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"47":{"tf":1.0},"58":{"tf":2.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"17":{"tf":1.0},"63":{"tf":1.4142135623730951},"8":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":4,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{}}}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"x":{"df":2,"docs":{"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":3,"docs":{"31":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"54":{"tf":1.0}}}}}}}},"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"[":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"12":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"a":{"df":9,"docs":{"0":{"tf":2.23606797749979},"22":{"tf":1.0},"25":{"tf":1.7320508075688772},"26":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"53":{"tf":1.0},"63":{"tf":2.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"t":{"a":{"df":14,"docs":{"0":{"tf":2.0},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"25":{"tf":1.0},"3":{"tf":1.4142135623730951},"4":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":2.23606797749979}}},"df":0,"docs":{}}},"df":2,"docs":{"12":{"tf":1.0},"4":{"tf":1.0}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":3,"docs":{"37":{"tf":1.0},"45":{"tf":1.0},"8":{"tf":1.0}},"g":{"df":2,"docs":{"11":{"tf":1.0},"59":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"12":{"tf":1.0},"17":{"tf":1.0}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"r":{"df":8,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"3":{"tf":1.0},"48":{"tf":1.0},"6":{"tf":1.7320508075688772},"63":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"47":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"57":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":8,"docs":{"10":{"tf":1.4142135623730951},"21":{"tf":1.0},"44":{"tf":2.0},"45":{"tf":1.7320508075688772},"48":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"17":{"tf":1.0},"48":{"tf":1.0},"60":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"20":{"tf":1.0},"21":{"tf":1.0},"60":{"tf":1.0}}}}}}},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"28":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"34":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"a":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":9,"docs":{"16":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"58":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"41":{"tf":1.0},"62":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":13,"docs":{"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"27":{"tf":1.0},"32":{"tf":2.449489742783178},"35":{"tf":2.0},"39":{"tf":1.0},"4":{"tf":1.7320508075688772},"48":{"tf":1.4142135623730951},"58":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"50":{"tf":1.0},"55":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":6,"docs":{"16":{"tf":1.0},"18":{"tf":1.4142135623730951},"3":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"48":{"tf":1.0},"63":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"13":{"tf":1.7320508075688772},"30":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"11":{"tf":1.0},"8":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}}}}}}},"v":{"df":1,"docs":{"45":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":16,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"47":{"tf":1.7320508075688772},"48":{"tf":2.23606797749979},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"14":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"62":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"37":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"63":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"38":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":3,"docs":{"0":{"tf":1.0},"53":{"tf":1.0},"63":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"41":{"tf":1.0},"47":{"tf":1.0}},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"31":{"tf":1.0}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":10,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"38":{"tf":1.4142135623730951},"4":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"58":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"22":{"tf":1.0},"30":{"tf":1.0},"58":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"\'":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"32":{"tf":1.7320508075688772}},"f":{"df":0,"docs":{},"t":{"df":2,"docs":{"31":{"tf":2.0},"7":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"26":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"[":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}},"df":8,"docs":{"12":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.0}},"n":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"p":{"/":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"30":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"l":{"df":6,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.7320508075688772}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":13,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":2.23606797749979},"7":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":3,"docs":{"12":{"tf":1.0},"56":{"tf":1.0},"63":{"tf":1.4142135623730951}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"55":{"tf":1.7320508075688772},"56":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}},"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":9,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"63":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"55":{"tf":1.0}}}}}}},"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"12":{"tf":1.0}}}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":6,"docs":{"13":{"tf":1.0},"16":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"4":{"tf":1.0},"63":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"41":{"tf":1.0}}}}},"s":{"df":1,"docs":{"38":{"tf":1.0}},"i":{"df":1,"docs":{"17":{"tf":1.0}}}}},"df":2,"docs":{"12":{"tf":1.0},"4":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"b":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"3":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":7,"docs":{"0":{"tf":1.0},"21":{"tf":1.0},"26":{"tf":1.0},"45":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"d":{"df":4,"docs":{"16":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"41":{"tf":1.0},"52":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"10":{"tf":1.0},"34":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"15":{"tf":1.0},"3":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":5,"docs":{"10":{"tf":1.4142135623730951},"17":{"tf":1.0},"48":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":7,"docs":{"0":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.4142135623730951},"53":{"tf":1.0},"63":{"tf":1.4142135623730951}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":26,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"3":{"tf":1.4142135623730951},"35":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"58":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"7":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"r":{"(":{"\\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"55":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"51":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"2":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"a":{"df":0,"docs":{},"l":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":8,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0},"56":{"tf":1.0},"63":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"52":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":3,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":24,"docs":{"15":{"tf":1.0},"23":{"tf":1.7320508075688772},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.7320508075688772},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"54":{"tf":1.7320508075688772},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"63":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"12":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"63":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"r":{"df":8,"docs":{"0":{"tf":1.4142135623730951},"17":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"44":{"tf":1.0},"60":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951}},"s":{"(":{"1":{"df":3,"docs":{"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"2":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":6,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"58":{"tf":1.0},"63":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":3,"docs":{"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"55":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":39,"docs":{"1":{"tf":1.0},"12":{"tf":2.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":2.0},"19":{"tf":1.0},"20":{"tf":2.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"30":{"tf":1.7320508075688772},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.4142135623730951},"4":{"tf":1.7320508075688772},"40":{"tf":1.7320508075688772},"41":{"tf":1.0},"48":{"tf":2.23606797749979},"50":{"tf":1.0},"51":{"tf":1.4142135623730951},"54":{"tf":2.0},"55":{"tf":2.23606797749979},"56":{"tf":2.23606797749979},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":2.23606797749979},"7":{"tf":2.0},"9":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"63":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"60":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"46":{"tf":1.0},"51":{"tf":1.0}}}},"s":{"df":2,"docs":{"46":{"tf":1.0},"50":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"46":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"—":{"a":{"d":{"df":0,"docs":{},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"20":{"tf":1.0},"21":{"tf":1.0},"60":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":9,"docs":{"13":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.4142135623730951},"49":{"tf":1.7320508075688772},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.4142135623730951},"63":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"16":{"tf":1.0}}}}}}},"}":{"\\"":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"56":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"f":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"15":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"12":{"tf":1.0},"50":{"tf":1.0},"62":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":9,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.4142135623730951},"46":{"tf":1.0},"52":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}},"k":{"df":0,"docs":{},"e":{"df":2,"docs":{"28":{"tf":1.0},"32":{"tf":1.0}}}},"l":{"df":0,"docs":{},"s":{"df":4,"docs":{"10":{"tf":1.0},"41":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}}}},"q":{"df":1,"docs":{"62":{"tf":1.7320508075688772}}},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"32":{"tf":1.0},"37":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0},"57":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"42":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"22":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"32":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":1,"docs":{"31":{"tf":1.0}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"22":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"44":{"tf":1.0},"62":{"tf":1.0}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"17":{"tf":1.0},"51":{"tf":1.0},"56":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"8":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"62":{"tf":1.0}}}}}}}}}},"t":{"df":6,"docs":{"15":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"54":{"tf":1.0}}},"x":{"df":1,"docs":{"8":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"35":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0}}},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"61":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"46":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":4,"docs":{"13":{"tf":1.0},"24":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"58":{"tf":1.0},"60":{"tf":1.0}}}}}}},"n":{"df":6,"docs":{"10":{"tf":1.0},"55":{"tf":2.449489742783178},"56":{"tf":2.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"o":{"c":{"df":0,"docs":{},"u":{"df":1,"docs":{"6":{"tf":1.0}},"s":{"df":3,"docs":{"0":{"tf":1.0},"15":{"tf":1.0},"41":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"35":{"tf":1.0},"4":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"t":{"!":{"(":{"\\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"4":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":13,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"2":{"tf":1.7320508075688772},"21":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"45":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}}}}}}}}},"df":22,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.4142135623730951},"2":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.4142135623730951},"4":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.7320508075688772},"5":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"60":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.4142135623730951}},"’":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"3":{"tf":1.0},"32":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":7,"docs":{"0":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"8":{"tf":1.0}}}}}}},"d":{"df":1,"docs":{"60":{"tf":1.0}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"g":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"3":{"tf":1.0},"61":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"40":{"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":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"50":{"tf":1.0},"55":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":8,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"33":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"48":{"tf":1.0},"55":{"tf":1.0},"63":{"tf":1.4142135623730951}}}}},"t":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"55":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"42":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"1":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"63":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"17":{"tf":1.0},"22":{"tf":1.0}}}},"df":0,"docs":{},"o":{"d":{"df":6,"docs":{"10":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"17":{"tf":1.0},"22":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"44":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"1":{"6":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":1,"docs":{"63":{"tf":1.0}}}},"w":{"df":1,"docs":{"57":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"14":{"tf":1.0},"48":{"tf":1.0},"59":{"tf":1.0}}},"df":0,"docs":{}}},"df":34,"docs":{"1":{"tf":1.0},"14":{"tf":1.7320508075688772},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"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}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"30":{"tf":1.0}}}},"n":{"d":{"df":1,"docs":{"12":{"tf":1.0}},"l":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"r":{"d":{"df":1,"docs":{"8":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"17":{"tf":1.0},"4":{"tf":1.0},"63":{"tf":1.0},"9":{"tf":1.7320508075688772}},"i":{"df":2,"docs":{"20":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":1,"docs":{"5":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"41":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.7320508075688772}}}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"0":{"tf":1.0},"56":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":9,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"29":{"tf":1.0},"4":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"39":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"13":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"58":{"tf":1.0},"62":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"58":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"i":{"[":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"20":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"a":{"df":9,"docs":{"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"55":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"i":{"df":33,"docs":{"14":{"tf":1.7320508075688772},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"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}},"i":{"df":12,"docs":{"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},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"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":3,"docs":{"23":{"tf":1.0},"27":{"tf":1.0},"54":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"42":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.7320508075688772}}}},"l":{"df":2,"docs":{"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"58":{"tf":1.0}}}}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":7,"docs":{"0":{"tf":1.0},"22":{"tf":1.0},"42":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":8,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"40":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"4":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"\\"":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"55":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"c":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"44":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"3":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"12":{"tf":1.0},"21":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":3,"docs":{"20":{"tf":1.4142135623730951},"50":{"tf":1.0},"55":{"tf":1.4142135623730951}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"50":{"tf":1.0},"55":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"46":{"tf":1.0}}}}}}},"df":2,"docs":{"38":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"61":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":4,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"3":{"tf":1.0},"58":{"tf":1.0}}}},"n":{"d":{"df":4,"docs":{"17":{"tf":1.0},"48":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"27":{"tf":1.0},"30":{"tf":1.0}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.4142135623730951},"28":{"tf":1.0},"3":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":3,"docs":{"28":{"tf":1.0},"58":{"tf":1.7320508075688772},"9":{"tf":2.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"5":{"tf":1.0}}}}}},"v":{"df":4,"docs":{"31":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"8":{"tf":1.0}},"t":{"df":1,"docs":{"3":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":3,"docs":{"3":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"u":{"df":2,"docs":{"41":{"tf":1.0},"55":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.0},"37":{"tf":1.0}}}}},"v":{"df":5,"docs":{"59":{"tf":1.7320508075688772},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0}}}},"j":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"g":{"df":4,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"63":{"tf":1.0}}}},"df":0,"docs":{}}},"k":{"8":{"df":7,"docs":{"16":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"46":{"tf":1.7320508075688772},"62":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"46":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"63":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":18,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.7320508075688772},"22":{"tf":1.4142135623730951},"26":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951}}}},"y":{"df":2,"docs":{"55":{"tf":1.0},"56":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"46":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"60":{"tf":1.4142135623730951}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"63":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"39":{"tf":1.4142135623730951},"4":{"tf":1.0},"58":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"28":{"tf":1.0}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"13":{"tf":1.0},"7":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"31":{"tf":1.0},"48":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"28":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"21":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"37":{"tf":1.0},"63":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"25":{"tf":1.0},"4":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"15":{"tf":1.7320508075688772},"21":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"53":{"tf":1.0},"60":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"63":{"tf":1.0}}}}},"df":0,"docs":{},"k":{"df":2,"docs":{"12":{"tf":1.0},"48":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.7320508075688772}}}}},"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"63":{"tf":1.0}}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"42":{"tf":1.0}}}},"t":{"df":1,"docs":{"3":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":14,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.7320508075688772},"58":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":2,"docs":{"12":{"tf":1.7320508075688772},"34":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"20":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":18,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.7320508075688772},"3":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.7320508075688772},"9":{"tf":1.0}}}}},"o":{"a":{"d":{"df":2,"docs":{"29":{"tf":1.4142135623730951},"46":{"tf":1.0}},"e":{"d":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"46":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"=":{"2":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"=":{"1":{"2":{"0":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"=":{"3":{"df":1,"docs":{"44":{"tf":1.0}}},"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":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":2,"docs":{"42":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951}}}}}}}},"df":12,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"35":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"4":{"tf":1.0},"41":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"58":{"tf":1.0},"62":{"tf":1.0}}},"t":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":6,"docs":{"41":{"tf":1.0},"44":{"tf":1.4142135623730951},"45":{"tf":1.7320508075688772},"55":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0}},"i":{"c":{"df":3,"docs":{"54":{"tf":1.0},"57":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{}},"s":{"/":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"46":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":5,"docs":{"10":{"tf":1.0},"17":{"tf":1.0},"48":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"39":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"30":{"tf":1.0},"62":{"tf":1.0}}},"p":{"df":3,"docs":{"22":{"tf":1.0},"37":{"tf":1.0},"6":{"tf":1.0}}},"s":{"df":1,"docs":{"15":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"63":{"tf":1.0}}}}}}},"w":{"df":1,"docs":{"29":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"r":{"df":2,"docs":{"12":{"tf":1.0},"4":{"tf":1.0}}},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"10":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"38":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"10":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"13":{"tf":1.0},"47":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":9,"docs":{"13":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"58":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}},"n":{"df":0,"docs":{},"i":{"df":6,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"60":{"tf":1.0}}},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"63":{"tf":1.0}}}}},"p":{"df":4,"docs":{"16":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"58":{"tf":1.0}}},"t":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"59":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"17":{"tf":1.0},"39":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":8,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"48":{"tf":1.0},"62":{"tf":1.0}}}}},"t":{"df":1,"docs":{"21":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"63":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"2":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"41":{"tf":1.0},"63":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"c":{"df":5,"docs":{"12":{"tf":1.0},"31":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"61":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"46":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"m":{"df":5,"docs":{"22":{"tf":1.0},"24":{"tf":1.0},"37":{"tf":1.0},"54":{"tf":1.0},"57":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"10":{"tf":1.7320508075688772},"60":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"61":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":4,"docs":{"41":{"tf":1.0},"50":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0}}}},"x":{"df":2,"docs":{"61":{"tf":1.0},"8":{"tf":1.0}},"e":{"d":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"30":{"tf":1.4142135623730951}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"45":{"tf":1.0}},"l":{"df":8,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"29":{"tf":1.0},"48":{"tf":2.23606797749979},"58":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"34":{"tf":1.0}}}},"df":2,"docs":{"44":{"tf":1.0},"50":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"57":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"13":{"tf":1.0},"22":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":8,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.4142135623730951},"34":{"tf":1.7320508075688772},"38":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":4,"docs":{"22":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"55":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"55":{"tf":1.0},"56":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"50":{"tf":1.0},"55":{"tf":1.0}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"df":2,"docs":{"29":{"tf":1.0},"9":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":8,"docs":{"21":{"tf":1.0},"3":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.0},"62":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"g":{"df":3,"docs":{"30":{"tf":1.0},"41":{"tf":1.0},"63":{"tf":1.0}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":12,"docs":{"0":{"tf":1.7320508075688772},"15":{"tf":1.0},"17":{"tf":1.0},"28":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"4":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.4142135623730951}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"32":{"tf":1.0},"63":{"tf":1.0}}}}},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"55":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":8,"docs":{"27":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.7320508075688772},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}}}}},"o":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"52":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":23,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"12":{"tf":1.0},"15":{"tf":1.7320508075688772},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"2":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.4142135623730951},"32":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.7320508075688772},"48":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.4142135623730951},"61":{"tf":1.0},"63":{"tf":2.23606797749979}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":2,"docs":{"22":{"tf":1.0},"8":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"df":9,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.7320508075688772},"32":{"tf":1.0},"41":{"tf":1.0},"46":{"tf":1.0},"63":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"=":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"45":{"tf":1.0}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"41":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"=":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"e":{",":{"d":{"a":{"=":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"44":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"=":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"41":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"45":{"tf":1.0}},"e":{"=":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":2,"docs":{"45":{"tf":1.0},"46":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"21":{"tf":1.0},"44":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"o":{"[":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":17,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"48":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.7320508075688772},"9":{"tf":1.4142135623730951}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"22":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"48":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"12":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"58":{"tf":1.0},"60":{"tf":1.0}}}}}},"k":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"\\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"55":{"tf":1.0},"56":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":1,"docs":{"55":{"tf":1.0}}},"n":{"c":{"df":3,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0}}},"df":5,"docs":{"15":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"40":{"tf":1.0},"53":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"39":{"tf":1.0}}}}},"p":{"df":1,"docs":{"63":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":14,"docs":{"0":{"tf":1.0},"17":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"41":{"tf":2.23606797749979},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0}}}},"t":{"df":2,"docs":{"21":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"12":{"tf":1.0},"26":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"52":{"tf":1.0}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":10,"docs":{"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"63":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"21":{"tf":1.0},"62":{"tf":1.0},"7":{"tf":1.0}}}}}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"29":{"tf":1.4142135623730951}}}}},"df":1,"docs":{"28":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"p":{"df":1,"docs":{"41":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":9,"docs":{"12":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0},"63":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"3":{"tf":1.0},"6":{"tf":1.4142135623730951},"9":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"37":{"tf":1.0},"42":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.7320508075688772}}}}}}}}}},"p":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"12":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"28":{"tf":1.0}}},"k":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"16":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":3,"docs":{"1":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"33":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.0},"63":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"30":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}}}}},"t":{"df":62,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.7320508075688772},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.7320508075688772},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"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},"4":{"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.7320508075688772},"48":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.7320508075688772},"6":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":5,"docs":{"0":{"tf":1.0},"19":{"tf":1.0},"53":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"35":{"tf":1.0},"46":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":1,"docs":{"12":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"19":{"tf":1.0},"25":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":3,"docs":{"15":{"tf":1.0},"21":{"tf":2.449489742783178},"22":{"tf":1.0}}}}}}}},"df":3,"docs":{"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"28":{"tf":1.0}}}},"r":{"df":6,"docs":{"21":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":1.0},"33":{"tf":1.0},"63":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":3,"docs":{"0":{"tf":1.4142135623730951},"4":{"tf":1.0},"63":{"tf":1.4142135623730951}}}}}},"i":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"29":{"tf":1.4142135623730951},"34":{"tf":3.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":7,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"5":{"tf":1.7320508075688772},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"33":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"15":{"tf":1.0},"16":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"34":{"tf":1.4142135623730951},"38":{"tf":1.0}}}}}}}},"l":{"a":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":17,"docs":{"1":{"tf":1.0},"12":{"tf":2.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"20":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":2.0},"36":{"tf":1.4142135623730951},"4":{"tf":1.0},"40":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"41":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"u":{"df":3,"docs":{"0":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0}},"g":{"df":1,"docs":{"54":{"tf":1.0}},"g":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"13":{"tf":1.0},"18":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"d":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"63":{"tf":1.0}},"e":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":5,"docs":{"37":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"3":{"tf":1.0}}}},"df":0,"docs":{}},"df":3,"docs":{"38":{"tf":1.0},"45":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"31":{"tf":1.0},"34":{"tf":1.0},"48":{"tf":1.0},"63":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"14":{"tf":1.0},"22":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"9":{"tf":1.0}}}}},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"63":{"tf":1.0}}}}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"15":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"35":{"tf":1.4142135623730951},"41":{"tf":2.0},"46":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0}}}}}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"26":{"tf":1.0},"41":{"tf":1.0}}}},"t":{"df":3,"docs":{"22":{"tf":1.0},"53":{"tf":1.0},"61":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"35":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":2.0}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.4142135623730951}}}}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"11":{"tf":1.0},"5":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"o":{"b":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":8,"docs":{"17":{"tf":1.0},"21":{"tf":1.0},"40":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.0},"63":{"tf":1.0}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":6,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0},"63":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":7,"docs":{"0":{"tf":1.0},"20":{"tf":1.0},"32":{"tf":1.0},"52":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"7":{"tf":1.7320508075688772}},"t":{"df":4,"docs":{"10":{"tf":1.0},"27":{"tf":1.0},"63":{"tf":1.7320508075688772},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.4142135623730951},"3":{"tf":1.0},"48":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"45":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"42":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"o":{"df":0,"docs":{},"f":{"df":2,"docs":{"45":{"tf":1.0},"63":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"33":{"tf":1.0},"63":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":9,"docs":{"0":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"21":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"62":{"tf":1.0},"7":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"10":{"tf":1.0},"55":{"tf":1.0}},"r":{"df":1,"docs":{"41":{"tf":1.0}}}},"i":{"d":{"df":4,"docs":{"32":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":6,"docs":{"12":{"tf":1.4142135623730951},"35":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"48":{"tf":1.0},"63":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"40":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"b":{"df":2,"docs":{"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"0":{"tf":1.0},"63":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"62":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"18":{"tf":1.0},"3":{"tf":1.0}}}}}}}},"q":{"a":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"42":{"tf":1.0},"59":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}}}}}},"r":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"12":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"33":{"tf":1.4142135623730951},"8":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"(":{"5":{"df":3,"docs":{"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":12,"docs":{"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"63":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"12":{"tf":1.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"55":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"l":{"df":4,"docs":{"40":{"tf":1.0},"55":{"tf":1.7320508075688772},"56":{"tf":1.4142135623730951},"63":{"tf":1.0}},"e":{"df":0,"docs":{},"—":{"a":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":11,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"26":{"tf":1.0},"32":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772},"52":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.4142135623730951}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"58":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":4,"docs":{"0":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"54":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"1":{"tf":1.0},"3":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"63":{"tf":1.0},"7":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"52":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"22":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"19":{"tf":1.0},"62":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":3,"docs":{"13":{"tf":1.0},"21":{"tf":1.0},"62":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":14,"docs":{"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},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":2.0},"59":{"tf":1.0},"63":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"35":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"46":{"tf":1.0}}}}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"63":{"tf":1.0}}},"x":{"df":1,"docs":{"40":{"tf":1.0}}}},"df":1,"docs":{"7":{"tf":1.0}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"22":{"tf":1.0},"52":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"20":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"48":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":5,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.4142135623730951},"42":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":9,"docs":{"19":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"45":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":7,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"26":{"tf":1.0},"30":{"tf":1.0},"62":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"12":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":4,"docs":{"16":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"63":{"tf":1.4142135623730951}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":9,"docs":{"12":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"26":{"tf":1.4142135623730951},"34":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"8":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":5,"docs":{"22":{"tf":1.0},"35":{"tf":1.0},"5":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":3,"docs":{"0":{"tf":1.0},"63":{"tf":1.0},"9":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":6,"docs":{"12":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"51":{"tf":1.0},"55":{"tf":1.0},"63":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"15":{"tf":1.4142135623730951},"21":{"tf":1.0},"51":{"tf":1.0},"58":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":3,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"62":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"57":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"10":{"tf":1.0},"62":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":8,"docs":{"0":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.0},"63":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"c":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"50":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.7320508075688772},"56":{"tf":1.4142135623730951}}}}}}}}},"df":30,"docs":{"1":{"tf":1.0},"10":{"tf":2.0},"12":{"tf":1.7320508075688772},"13":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.7320508075688772},"20":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":2.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":2.23606797749979},"37":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"45":{"tf":1.7320508075688772},"46":{"tf":1.0},"48":{"tf":2.0},"5":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.7320508075688772},"62":{"tf":1.4142135623730951},"63":{"tf":2.449489742783178},"7":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":3,"docs":{"29":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.4142135623730951}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":25,"docs":{"12":{"tf":1.7320508075688772},"13":{"tf":1.4142135623730951},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.7320508075688772},"36":{"tf":2.0},"37":{"tf":1.7320508075688772},"38":{"tf":1.7320508075688772},"39":{"tf":1.7320508075688772},"4":{"tf":1.7320508075688772},"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"44":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772},"46":{"tf":1.7320508075688772},"48":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.7320508075688772},"58":{"tf":1.7320508075688772},"61":{"tf":1.7320508075688772},"62":{"tf":1.7320508075688772},"63":{"tf":2.0}},"’":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"40":{"tf":1.0}},"{":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"40":{"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":{},"i":{"df":0,"docs":{},"m":{"df":6,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"33":{"tf":1.0},"40":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"40":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"54":{"tf":1.7320508075688772},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"53":{"tf":1.0}},"t":{"df":0,"docs":{},"y":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"m":{"df":0,"docs":{},"e":{"df":6,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"35":{"tf":1.4142135623730951},"58":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"41":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":3,"docs":{"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.7320508075688772}}}}}}}},"df":0,"docs":{}}}}},"df":31,"docs":{"1":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.7320508075688772},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":2.23606797749979},"16":{"tf":1.7320508075688772},"17":{"tf":2.23606797749979},"18":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":2.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"27":{"tf":1.0},"34":{"tf":2.0},"35":{"tf":2.23606797749979},"36":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.7320508075688772},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"48":{"tf":2.6457513110645907},"5":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":2.23606797749979},"59":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":2.0},"62":{"tf":1.7320508075688772},"63":{"tf":2.23606797749979},"8":{"tf":1.0}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"29":{"tf":1.0},"39":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"41":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":5,"docs":{"22":{"tf":1.0},"29":{"tf":1.0},"44":{"tf":1.0},"63":{"tf":1.4142135623730951},"7":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"d":{"df":8,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0}}},"df":5,"docs":{"17":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"26":{"tf":1.0},"35":{"tf":1.0}}}},"df":0,"docs":{}},"f":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":3,"docs":{"21":{"tf":1.0},"55":{"tf":1.7320508075688772},"56":{"tf":1.7320508075688772}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"8":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"31":{"tf":1.0}}},"v":{"df":1,"docs":{"58":{"tf":1.0}},"i":{"c":{"df":5,"docs":{"0":{"tf":1.0},"38":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":11,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"24":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"60":{"tf":1.4142135623730951},"63":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"16":{"tf":1.0},"38":{"tf":1.0},"61":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":18,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":8,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.7320508075688772}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"0":{"tf":1.0},"10":{"tf":1.4142135623730951},"62":{"tf":1.0}}}},"w":{"df":4,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"27":{"tf":1.0},"54":{"tf":1.0}}}}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":14,"docs":{"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.4142135623730951},"4":{"tf":1.0},"41":{"tf":1.4142135623730951},"46":{"tf":1.0},"52":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.7320508075688772},"9":{"tf":2.0}},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"46":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"24":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"28":{"tf":1.4142135623730951},"32":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":3,"docs":{"12":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0}}}}},"t":{"df":1,"docs":{"15":{"tf":1.0}}},"z":{"df":0,"docs":{},"e":{"df":1,"docs":{"9":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":3,"docs":{"10":{"tf":1.4142135623730951},"63":{"tf":1.7320508075688772},"7":{"tf":1.4142135623730951}}},"w":{"df":3,"docs":{"28":{"tf":1.0},"61":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"42":{"tf":1.0}}}},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"17":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":8,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"51":{"tf":1.0},"56":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"3":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":1,"docs":{"63":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":8,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"26":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0},"5":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0}},"i":{"df":2,"docs":{"17":{"tf":1.0},"63":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"e":{"d":{"df":3,"docs":{"22":{"tf":1.0},"36":{"tf":1.0},"62":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"63":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"38":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"34":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"61":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"22":{"tf":1.0},"61":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"55":{"tf":1.0}}}}}}},"df":0,"docs":{}},"_":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"51":{"tf":1.0},"56":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":13,"docs":{"12":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"32":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.7320508075688772},"48":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":5,"docs":{"12":{"tf":1.0},"22":{"tf":1.0},"29":{"tf":1.0},"63":{"tf":1.7320508075688772},"9":{"tf":1.7320508075688772}}},"i":{"c":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}}},"y":{"df":5,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"31":{"tf":1.0},"56":{"tf":1.4142135623730951},"62":{"tf":1.0}}}},"d":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{":":{":":{"a":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"55":{"tf":1.0}}},"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":{},"p":{"df":2,"docs":{"21":{"tf":1.0},"41":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"28":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"62":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":3,"docs":{"12":{"tf":1.0},"48":{"tf":1.0},"63":{"tf":1.0}}}},"r":{"df":2,"docs":{"55":{"tf":1.0},"56":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"63":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"25":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"55":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"b":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"60":{"tf":1.4142135623730951}}}}}},"u":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"24":{"tf":1.0},"28":{"tf":1.4142135623730951},"30":{"tf":1.0}}}},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"6":{"tf":1.0}}}}},"df":7,"docs":{"0":{"tf":1.4142135623730951},"17":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"30":{"tf":1.4142135623730951},"63":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"0":{"tf":1.0},"63":{"tf":1.0}}}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"39":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"59":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"13":{"tf":1.0},"22":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"61":{"tf":1.0}}}}}}},"n":{"c":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"27":{"tf":1.0},"28":{"tf":1.4142135623730951},"32":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":8,"docs":{"20":{"tf":1.4142135623730951},"26":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":2.23606797749979},"9":{"tf":1.4142135623730951}}}}}}}},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"45":{"tf":1.0}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"56":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":4,"docs":{"17":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.7320508075688772},"62":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"48":{"tf":1.0}}}}},"d":{"df":3,"docs":{"20":{"tf":1.0},"40":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":3,"docs":{"22":{"tf":1.0},"3":{"tf":1.4142135623730951},"60":{"tf":1.0}}},"r":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"41":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"21":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"=":{"9":{"0":{"9":{"1":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":35,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.4142135623730951},"15":{"tf":2.0},"16":{"tf":1.7320508075688772},"17":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.7320508075688772},"30":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.4142135623730951},"48":{"tf":1.0},"5":{"tf":2.0},"50":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"6":{"tf":1.7320508075688772},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.7320508075688772},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"52":{"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":{"51":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"{":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"56":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"55":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"55":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"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":{},"t":{":":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":2,"docs":{"45":{"tf":1.0},"46":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"7":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"13":{"tf":1.0},"35":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"e":{"df":14,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.4142135623730951},"31":{"tf":1.7320508075688772},"37":{"tf":1.0},"41":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"7":{"tf":2.449489742783178}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.0}}}}},"r":{"df":1,"docs":{"28":{"tf":1.4142135623730951}}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"15":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"31":{"tf":1.0},"33":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":24,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"33":{"tf":2.0},"35":{"tf":1.0},"4":{"tf":1.7320508075688772},"45":{"tf":1.0},"48":{"tf":1.7320508075688772},"53":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"58":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"8":{"tf":1.0}},"y":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"g":{"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":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"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":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"60":{"tf":1.0},"63":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":3,"docs":{"15":{"tf":1.0},"40":{"tf":1.0},"58":{"tf":1.0}}},"k":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":16,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"26":{"tf":1.4142135623730951},"29":{"tf":1.7320508075688772},"3":{"tf":1.0},"4":{"tf":1.7320508075688772},"40":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"63":{"tf":1.4142135623730951},"8":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"54":{"tf":1.0},"60":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":19,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"21":{"tf":1.0},"24":{"tf":2.0},"25":{"tf":2.0},"26":{"tf":1.0},"34":{"tf":1.0},"40":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.7320508075688772},"7":{"tf":1.0},"8":{"tf":1.4142135623730951},"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"63":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"16":{"tf":1.7320508075688772}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"41":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"19":{"tf":1.0},"30":{"tf":1.0},"4":{"tf":1.0},"63":{"tf":1.4142135623730951}}}}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.7320508075688772}}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"29":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":3,"docs":{"22":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"36":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":1,"docs":{"24":{"tf":1.0}}}},"x":{"df":1,"docs":{"7":{"tf":1.0}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"63":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"36":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"28":{"tf":1.0},"3":{"tf":1.4142135623730951},"48":{"tf":1.0},"50":{"tf":1.0},"63":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"56":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":1,"docs":{"58":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"17":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"16":{"tf":1.0},"42":{"tf":1.4142135623730951}}}},"df":20,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.4142135623730951},"29":{"tf":1.0},"35":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"55":{"tf":2.23606797749979},"56":{"tf":1.7320508075688772},"58":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"df":35,"docs":{"14":{"tf":1.7320508075688772},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"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},"60":{"tf":1.0},"9":{"tf":1.7320508075688772}}}},"i":{"df":0,"docs":{},"z":{"df":2,"docs":{"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"16":{"tf":1.0}}}},"x":{"df":0,"docs":{},"o":{"df":1,"docs":{"63":{"tf":1.4142135623730951}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"2":{"df":3,"docs":{"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"3":{"df":1,"docs":{"8":{"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":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":18,"docs":{"0":{"tf":2.0},"13":{"tf":1.0},"17":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.7320508075688772},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"31":{"tf":1.0},"33":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.0},"60":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":2.0}}},"df":0,"docs":{}},"u":{"df":2,"docs":{"30":{"tf":1.0},"63":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"33":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"63":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"45":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"!":{"[":{"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":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":1,"docs":{"55":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"10":{"tf":1.0},"62":{"tf":1.0}},"f":{"df":2,"docs":{"13":{"tf":1.0},"32":{"tf":1.0}},"i":{"df":6,"docs":{"20":{"tf":1.0},"28":{"tf":1.0},"41":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"i":{"a":{"df":2,"docs":{"0":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"16":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"[":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"63":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":2.23606797749979}},"e":{"df":0,"docs":{},"t":{"df":14,"docs":{"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"29":{"tf":1.4142135623730951}}}},"y":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":1,"docs":{"12":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"21":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"60":{"tf":1.0},"63":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"61":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":10,"docs":{"10":{"tf":1.4142135623730951},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"20":{"tf":1.0},"35":{"tf":1.0},"48":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":4,"docs":{"38":{"tf":1.0},"50":{"tf":1.0},"57":{"tf":1.4142135623730951},"61":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"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":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"5":{"df":1,"docs":{"10":{"tf":1.0}}},"6":{"0":{"df":2,"docs":{"10":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":1,"docs":{"63":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"0":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"31":{"tf":1.0},"9":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"32":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":3,"docs":{"3":{"tf":1.0},"42":{"tf":1.0},"6":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"58":{"tf":1.7320508075688772}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":37,"docs":{"1":{"tf":1.0},"12":{"tf":2.23606797749979},"13":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.7320508075688772},"18":{"tf":2.0},"19":{"tf":2.449489742783178},"20":{"tf":2.23606797749979},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"24":{"tf":1.7320508075688772},"25":{"tf":2.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.0},"28":{"tf":1.7320508075688772},"29":{"tf":1.7320508075688772},"30":{"tf":1.0},"35":{"tf":1.4142135623730951},"4":{"tf":1.7320508075688772},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"48":{"tf":2.23606797749979},"50":{"tf":1.7320508075688772},"51":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":2.0},"55":{"tf":2.6457513110645907},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.7320508075688772},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":2.23606797749979}},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"15":{"tf":2.0},"16":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"d":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"44":{"tf":1.0},"5":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"e":{"df":1,"docs":{"62":{"tf":1.0}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":2,"docs":{"29":{"tf":1.0},"63":{"tf":1.0}}}}}}}},"title":{"root":{"2":{"df":1,"docs":{"24":{"tf":1.0}}},"a":{"d":{"df":4,"docs":{"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"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":{"17":{"tf":1.0}}}}}}}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"z":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":2,"docs":{"26":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"26":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":1,"docs":{"42":{"tf":1.0}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"40":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"38":{"tf":1.0},"45":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"56":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"60":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"60":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"58":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"31":{"tf":1.0},"32":{"tf":1.0}}}}}}}},"d":{"a":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"32":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"47":{"tf":1.0},"48":{"tf":1.0}}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"38":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"32":{"tf":1.0}},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"l":{"df":1,"docs":{"60":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":4,"docs":{"23":{"tf":1.0},"27":{"tf":1.0},"43":{"tf":1.0},"54":{"tf":1.0}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"18":{"tf":1.0},"20":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}}}}}},"f":{"a":{"df":0,"docs":{},"q":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"49":{"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":{"33":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"63":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"14":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"i":{"df":1,"docs":{"14":{"tf":1.0}},"i":{"df":1,"docs":{"47":{"tf":1.0}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"58":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"v":{"df":1,"docs":{"59":{"tf":1.0}}}},"k":{"8":{"df":1,"docs":{"46":{"tf":1.0}}},"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"39":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"26":{"tf":1.0}}}}},"o":{"a":{"d":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"37":{"tf":1.0},"44":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"10":{"tf":1.0}}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"30":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"48":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"28":{"tf":1.0}}}}}}},"w":{"df":1,"docs":{"54":{"tf":1.0}}}}},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"9":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"29":{"tf":1.0}}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"14":{"tf":1.0},"2":{"tf":1.0},"47":{"tf":1.0},"59":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"34":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}}}}}}},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"o":{"b":{"df":0,"docs":{},"e":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"55":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"47":{"tf":1.0},"58":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":4,"docs":{"10":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"52":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":6,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"48":{"tf":1.0},"61":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"24":{"tf":1.0},"55":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"56":{"tf":1.0}}}},"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"28":{"tf":1.0}}}}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"7":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"33":{"tf":1.0},"53":{"tf":1.0}}}}}}}},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"24":{"tf":1.0},"25":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":1,"docs":{"16":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"29":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"10":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"57":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":9,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"lang":"English","pipeline":["trimmer","stopWordFilter","stemmer"],"ref":"id","version":"0.9.5"},"results_options":{"limit_results":30,"teaser_word_count":30},"search_options":{"bool":"OR","expand":true,"fields":{"body":{"boost":1},"breadcrumbs":{"boost":1},"title":{"boost":2}}}}')); \ No newline at end of file diff --git a/docs/searchindex-360f2588.js b/docs/searchindex-360f2588.js new file mode 100644 index 0000000..5e0fd20 --- /dev/null +++ b/docs/searchindex-360f2588.js @@ -0,0 +1 @@ +window.search = Object.assign(window.search, JSON.parse('{"doc_urls":["project-context-primer.html#project-context-primer","what-you-will-learn.html#what-you-will-learn","part-i.html#part-i--foundations","introduction.html#introduction","architecture-overview.html#architecture-overview","testing-philosophy.html#testing-philosophy","scenario-lifecycle.html#scenario-lifecycle-conceptual","design-rationale.html#design-rationale","part-ii.html#part-ii--user-guide","workspace-layout.html#workspace-layout","annotated-tree.html#annotated-tree","authoring-scenarios.html#authoring-scenarios","workloads.html#core-content-workloads--expectations","workloads.html#workloads","workloads.html#expectations","scenario-builder-ext-patterns.html#core-content-scenariobuilderext-patterns","usage-patterns.html#usage-patterns","best-practices.html#best-practices","examples.html#examples","examples.html#simple-2-validator-transaction-workload","examples.html#da--transaction-workload","examples.html#chaos--liveness-check","examples-advanced.html#advanced--artificial-examples","examples-advanced.html#synthetic-delay-workload-network-latency-simulation","examples-advanced.html#oscillating-load-workload-traffic-waves","examples-advanced.html#byzantine-behavior-mock","examples-advanced.html#custom-expectation-block-finality-drift","examples-advanced.html#custom-deployer-dry-run-deployer","examples-advanced.html#stochastic-topology-generator","examples-advanced.html#multi-phase-scenario-pipelines","running-scenarios.html#running-scenarios","runners.html#runners","runners.html#local-runner","runners.html#docker-compose-runner","runners.html#kubernetes-runner","runners.html#common-expectations","chaos.html#chaos-workloads","chaos.html#how-it-works","chaos.html#usage","chaos.html#expectations-to-pair","chaos.html#best-practices","node-control.html#node-control--runcontext","node-control.html#accessing-node-control-in-workloadsexpectations","node-control.html#current-api-surface","node-control.html#considerations","topology-chaos.html#topology--chaos-patterns","topology-chaos.html#node-control-availability","topology-chaos.html#chaos-patterns-to-consider","topology-chaos.html#expectations-to-pair","topology-chaos.html#guidance","operations.html#operations","part-iii.html#part-iii--developer-reference","scenario-model.html#scenario-model-developer-level","extending.html#extending-the-framework","extending.html#adding-a-workload","extending.html#adding-an-expectation","extending.html#adding-a-runner","extending.html#adding-topology-helpers","custom-workload-example.html#example-new-workload--expectation-rust","custom-workload-example.html#workload-simple-reachability-probe","custom-workload-example.html#expectation-confirm-the-target-stayed-reachable","custom-workload-example.html#how-to-wire-it","internal-crate-reference.html#internal-crate-reference","part-iv.html#part-iv--appendix","dsl-cheat-sheet.html#core-content-dsl-cheat-sheet","troubleshooting.html#troubleshooting-scenarios","faq.html#faq","glossary.html#glossary"],"index":{"documentStore":{"docInfo":{"0":{"body":106,"breadcrumbs":6,"title":3},"1":{"body":26,"breadcrumbs":2,"title":1},"10":{"body":59,"breadcrumbs":8,"title":2},"11":{"body":101,"breadcrumbs":8,"title":2},"12":{"body":18,"breadcrumbs":12,"title":4},"13":{"body":38,"breadcrumbs":9,"title":1},"14":{"body":71,"breadcrumbs":9,"title":1},"15":{"body":84,"breadcrumbs":12,"title":4},"16":{"body":84,"breadcrumbs":8,"title":2},"17":{"body":96,"breadcrumbs":8,"title":2},"18":{"body":14,"breadcrumbs":6,"title":1},"19":{"body":28,"breadcrumbs":10,"title":5},"2":{"body":10,"breadcrumbs":4,"title":2},"20":{"body":31,"breadcrumbs":8,"title":3},"21":{"body":37,"breadcrumbs":8,"title":3},"22":{"body":19,"breadcrumbs":10,"title":3},"23":{"body":41,"breadcrumbs":13,"title":6},"24":{"body":37,"breadcrumbs":12,"title":5},"25":{"body":34,"breadcrumbs":10,"title":3},"26":{"body":41,"breadcrumbs":12,"title":5},"27":{"body":39,"breadcrumbs":12,"title":5},"28":{"body":35,"breadcrumbs":10,"title":3},"29":{"body":40,"breadcrumbs":11,"title":4},"3":{"body":84,"breadcrumbs":4,"title":1},"30":{"body":75,"breadcrumbs":8,"title":2},"31":{"body":20,"breadcrumbs":6,"title":1},"32":{"body":16,"breadcrumbs":7,"title":2},"33":{"body":23,"breadcrumbs":8,"title":3},"34":{"body":17,"breadcrumbs":7,"title":2},"35":{"body":61,"breadcrumbs":7,"title":2},"36":{"body":14,"breadcrumbs":8,"title":2},"37":{"body":56,"breadcrumbs":7,"title":1},"38":{"body":40,"breadcrumbs":7,"title":1},"39":{"body":24,"breadcrumbs":8,"title":2},"4":{"body":111,"breadcrumbs":6,"title":2},"40":{"body":26,"breadcrumbs":8,"title":2},"41":{"body":28,"breadcrumbs":10,"title":3},"42":{"body":53,"breadcrumbs":11,"title":4},"43":{"body":43,"breadcrumbs":10,"title":3},"44":{"body":32,"breadcrumbs":8,"title":1},"45":{"body":11,"breadcrumbs":10,"title":3},"46":{"body":16,"breadcrumbs":10,"title":3},"47":{"body":57,"breadcrumbs":10,"title":3},"48":{"body":24,"breadcrumbs":9,"title":2},"49":{"body":35,"breadcrumbs":8,"title":1},"5":{"body":96,"breadcrumbs":6,"title":2},"50":{"body":152,"breadcrumbs":6,"title":1},"51":{"body":10,"breadcrumbs":8,"title":4},"52":{"body":116,"breadcrumbs":12,"title":4},"53":{"body":0,"breadcrumbs":8,"title":2},"54":{"body":39,"breadcrumbs":8,"title":2},"55":{"body":21,"breadcrumbs":8,"title":2},"56":{"body":29,"breadcrumbs":8,"title":2},"57":{"body":21,"breadcrumbs":9,"title":3},"58":{"body":19,"breadcrumbs":14,"title":5},"59":{"body":121,"breadcrumbs":13,"title":4},"6":{"body":115,"breadcrumbs":8,"title":3},"60":{"body":68,"breadcrumbs":14,"title":5},"61":{"body":24,"breadcrumbs":10,"title":1},"62":{"body":91,"breadcrumbs":10,"title":3},"63":{"body":10,"breadcrumbs":6,"title":3},"64":{"body":84,"breadcrumbs":11,"title":5},"65":{"body":86,"breadcrumbs":7,"title":2},"66":{"body":99,"breadcrumbs":5,"title":1},"67":{"body":89,"breadcrumbs":5,"title":1},"7":{"body":68,"breadcrumbs":6,"title":2},"8":{"body":10,"breadcrumbs":8,"title":4},"9":{"body":94,"breadcrumbs":8,"title":2}},"docs":{"0":{"body":"This book focuses on the Nomos Testing Framework. It assumes familiarity with\\nthe Nomos architecture, but for completeness, here is a short primer. Nomos is a modular blockchain protocol composed of validators, executors,\\nand a data-availability (DA) subsystem. Validators participate in consensus, produce blocks, and verify and sample\\nDA data. Executors are validators extended with DA blob dispersal capabilities,\\nallowing them to both produce blocks and submit data to the DA network. Data Availability (DA) ensures that data referenced in blocks is\\npublished and retrievable. Validators verify and sample DA data, while\\nexecutors additionally disperse blobs to the DA network. This includes channel\\ndata and blob submissions used by workloads. These components interact tightly—validators must coordinate on consensus,\\nexecutors must disperse and retrieve DA blobs, and all nodes must maintain\\nnetwork connectivity and timing synchronization. Meaningful testing therefore\\nrequires multi-node environments that exercise real consensus, networking, and\\nDA subsystem behavior together.","breadcrumbs":"Project Context Primer » Project Context Primer","id":"0","title":"Project Context Primer"},"1":{"body":"This book gives you a clear mental model for Nomos multi-node testing, shows how\\nto author scenarios that pair realistic workloads with explicit expectations,\\nand guides you to run them across local, containerized, and cluster environments\\nwithout changing the plan.","breadcrumbs":"What You Will Learn » What You Will Learn","id":"1","title":"What You Will Learn"},"10":{"body":"High-level view of the workspace and how pieces relate: nomos-testing/\\n├─ testing-framework/\\n│ ├─ configs/ # shared configuration helpers\\n│ ├─ core/ # scenario model, runtime, topology\\n│ ├─ workflows/ # workloads, expectations, DSL extensions\\n│ └─ runners/ # local, compose, k8s deployment backends\\n├─ tests/ # integration scenarios using the framework\\n└─ scripts/ # supporting setup utilities (e.g., assets) Each area maps to a responsibility: describe configs, orchestrate scenarios,\\npackage common traffic and assertions, adapt to environments, and demonstrate\\nend-to-end usage.","breadcrumbs":"Part II — User Guide » Annotated Tree » Annotated Tree","id":"10","title":"Annotated Tree"},"11":{"body":"Creating a scenario is a declarative exercise: Shape the topology: decide how many validators and executors to run, and\\nwhat high-level network and data-availability characteristics matter for the\\ntest. Attach workloads: pick traffic generators that align with your goals\\n(transactions, data-availability blobs, or chaos for resilience probes). Define expectations: specify the health signals that must hold when the\\nrun finishes (e.g., consensus liveness, inclusion of submitted activity; see Core Content: Workloads & Expectations). Set duration: choose a run window long enough to observe meaningful\\nblock progression and the effects of your workloads. Choose a runner: target local processes for fast iteration, Docker\\nCompose for reproducible multi-node stacks, or Kubernetes for cluster-grade\\nvalidation. For environment considerations, see Operations. Keep scenarios small and explicit: make the intended behavior and the success\\ncriteria clear so failures are easy to interpret and act upon.","breadcrumbs":"Part II — User Guide » Authoring Scenarios » Authoring Scenarios","id":"11","title":"Authoring Scenarios"},"12":{"body":"Workloads describe the activity a scenario generates; expectations describe the\\nsignals that must hold when that activity completes. Both are pluggable so\\nscenarios stay readable and purpose-driven.","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Core Content: Workloads & Expectations","id":"12","title":"Core Content: Workloads & Expectations"},"13":{"body":"Transaction workload: submits user-level transactions at a configurable\\nrate and can limit how many distinct actors participate. Data-availability workload: drives blob and channel activity to exercise\\ndata-availability paths. Chaos workload: triggers controlled node restarts to test resilience and\\nrecovery behaviors (requires a runner that can control nodes).","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Workloads","id":"13","title":"Workloads"},"14":{"body":"Consensus liveness: verifies the system continues to produce blocks in\\nline with the planned workload and timing window. Workload-specific checks: each workload can attach its own success\\ncriteria (e.g., inclusion of submitted activity) so scenarios remain concise. Together, workloads and expectations let you express both the pressure applied\\nto the system and the definition of “healthy” for that run. Workload pipeline (conceptual): Inputs (topology + wallets + rates) │ ▼\\nWorkload init → Drive traffic → Collect signals │ ▼ Expectations evaluate Mermaid view: flowchart TD I[Inputs
(topology + wallets + rates)] --> Init[Workload init] Init --> Drive[Drive traffic] Drive --> Collect[Collect signals] Collect --> Eval[Expectations evaluate]","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Expectations","id":"14","title":"Expectations"},"15":{"body":"Patterns that keep scenarios readable and reusable: Topology-first: start by shaping the cluster (counts, layout) so later\\nsteps inherit a clear foundation. Bundle defaults: use the DSL helpers to attach common expectations (like\\nliveness) whenever you add a matching workload, reducing forgotten checks. Intentional rates: express traffic in per-block terms to align with\\nprotocol timing rather than wall-clock assumptions. Opt-in chaos: enable restart patterns only in scenarios meant to probe\\nresilience; keep functional smoke tests deterministic. Wallet clarity: seed only the number of actors you need; it keeps\\ntransaction scenarios deterministic and interpretable. These patterns make scenario definitions self-explanatory while staying aligned\\nwith the framework’s block-oriented timing model.","breadcrumbs":"Part II — User Guide » Core Content: ScenarioBuilderExt Patterns » Core Content: ScenarioBuilderExt Patterns","id":"15","title":"Core Content: ScenarioBuilderExt Patterns"},"16":{"body":"Shape a topology, pick a runner: choose local for quick iteration, compose for reproducible multi-node stacks with observability, or k8s for cluster-grade validation. Compose workloads deliberately: pair transactions and data-availability traffic for end-to-end coverage; add chaos only when assessing recovery and resilience. Align expectations with goals: use liveness-style checks to confirm the system keeps up with planned activity, and add workload-specific assertions for inclusion or availability. Reuse plans across environments: keep the scenario constant while swapping runners to compare behavior between developer machines and CI clusters. Iterate with clear signals: treat expectation outcomes as the primary pass/fail indicator, and adjust topology or workloads based on what those signals reveal.","breadcrumbs":"Part II — User Guide » Usage Patterns » Usage Patterns","id":"16","title":"Usage Patterns"},"17":{"body":"State your intent: document the goal of each scenario (throughput, DA\\nvalidation, resilience) so expectation choices are obvious. Keep runs meaningful: choose durations that allow multiple blocks and make\\ntiming-based assertions trustworthy. Separate concerns: start with deterministic workloads for functional\\nchecks; add chaos in dedicated resilience scenarios to avoid noisy failures. Reuse patterns: standardize on shared topology and workload presets so\\nresults are comparable across environments and teams. Observe first, tune second: rely on liveness and inclusion signals to\\ninterpret outcomes before tweaking rates or topology. Environment fit: pick runners that match the feedback loop you need—local\\nfor speed, compose for reproducible stacks, k8s for cluster-grade fidelity. Minimal surprises: seed only necessary wallets and keep configuration\\ndeltas explicit when moving between CI and developer machines.","breadcrumbs":"Part II — User Guide » Best Practices » Best Practices","id":"17","title":"Best Practices"},"18":{"body":"Concrete scenario shapes that illustrate how to combine topologies, workloads,\\nand expectations. Adjust counts, rates, and durations to fit your environment.","breadcrumbs":"Part II — User Guide » Examples » Examples","id":"18","title":"Examples"},"19":{"body":"Topology: two validators. Workload: transaction submissions at a modest per-block rate with a small\\nset of wallet actors. Expectations: consensus liveness and inclusion of submitted activity. When to use: smoke tests for consensus and transaction flow on minimal\\nhardware.","breadcrumbs":"Part II — User Guide » Examples » Simple 2-validator transaction workload","id":"19","title":"Simple 2-validator transaction workload"},"2":{"body":"Conceptual chapters that establish the mental model for the framework and how\\nit approaches multi-node testing.","breadcrumbs":"Part I — Foundations » Part I — Foundations","id":"2","title":"Part I — Foundations"},"20":{"body":"Topology: validators plus executors if available. Workloads: data-availability blobs/channels and transactions running\\ntogether to stress both paths. Expectations: consensus liveness and workload-level inclusion/availability\\nchecks. When to use: end-to-end coverage of transaction and DA layers in one run.","breadcrumbs":"Part II — User Guide » Examples » DA + transaction workload","id":"20","title":"DA + transaction workload"},"21":{"body":"Topology: validators (optionally executors) with node control enabled. Workloads: baseline traffic (transactions or DA) plus chaos restarts on\\nselected roles. Expectations: consensus liveness to confirm the system keeps progressing\\ndespite restarts; workload-specific inclusion if traffic is present. When to use: resilience validation and operational readiness drills.","breadcrumbs":"Part II — User Guide » Examples » Chaos + liveness check","id":"21","title":"Chaos + liveness check"},"22":{"body":"These illustrative scenarios stretch the framework to show how to build new\\nworkloads, expectations, deployers, and topology tricks. They are intentionally\\n“synthetic” to teach capabilities rather than prescribe production tests.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Advanced & Artificial Examples","id":"22","title":"Advanced & Artificial Examples"},"23":{"body":"Idea: inject fake latency between node interactions using internal timers,\\nnot OS-level tooling. Demonstrates: sequencing control inside a workload, verifying protocol\\nprogression under induced lag, using timers to pace submissions. Shape: wrap submissions in delays that mimic slow peers; ensure the\\nexpectation checks blocks still progress.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Synthetic Delay Workload (Network Latency Simulation)","id":"23","title":"Synthetic Delay Workload (Network Latency Simulation)"},"24":{"body":"Idea: traffic rate changes every block or N seconds (e.g., blocks 1–3 low,\\n4–5 high, 6–7 zero, repeat). Demonstrates: dynamic, stateful workloads that use RunMetrics to time\\nphases; modeling real-world burstiness. Shape: schedule per-phase rates; confirm inclusion/liveness across peaks\\nand troughs.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Oscillating Load Workload (Traffic Waves)","id":"24","title":"Oscillating Load Workload (Traffic Waves)"},"25":{"body":"Idea: a workload that drops half its planned submissions, sometimes\\ndouble-submits, and intentionally triggers expectation failures. Demonstrates: negative testing, resilience checks, and the value of clear\\nexpectations when behavior is adversarial by design. Shape: parameterize drop/double-submit probabilities; pair with an\\nexpectation that documents what “bad” looks like.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Byzantine Behavior Mock","id":"25","title":"Byzantine Behavior Mock"},"26":{"body":"Idea: assert the last few blocks differ and block time stays within a\\ntolerated drift budget. Demonstrates: consuming BlockFeed or time-series metrics to validate\\nprotocol cadence; crafting post-run assertions around block diversity and\\ntiming. Shape: collect recent blocks, confirm no duplicates, and compare observed\\nintervals to a drift threshold.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Custom Expectation: Block Finality Drift","id":"26","title":"Custom Expectation: Block Finality Drift"},"27":{"body":"Idea: a deployer that never starts nodes; it emits configs, simulates\\nreadiness, provides fake blockfeed/metrics. Demonstrates: full power of the deployer interface for CI dry-runs,\\nconfig verification, and ultra-fast feedback without Nomos binaries. Shape: produce logs/artifacts, stub readiness, and feed synthetic blocks\\nso expectations can still run.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Custom Deployer: Dry-Run Deployer","id":"27","title":"Custom Deployer: Dry-Run Deployer"},"28":{"body":"Idea: topology parameters change at runtime (random validators, DA\\nsettings, network shapes). Demonstrates: randomized property testing and fuzzing approaches to\\ntopology building. Shape: pick roles and network layouts randomly per run; keep expectations\\ntolerant to variability while still asserting core liveness.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Stochastic Topology Generator","id":"28","title":"Stochastic Topology Generator"},"29":{"body":"Idea: scenario runs in phases (e.g., phase 1 transactions, phase 2 DA,\\nphase 3 restarts, phase 4 sync check). Demonstrates: multi-stage tests, modular scenario assembly, and deliberate\\nlifecycle control. Shape: drive phase-specific workloads/expectations sequentially; enforce\\nclear boundaries and post-phase checks.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Multi-Phase Scenario (“Pipelines”)","id":"29","title":"Multi-Phase Scenario (“Pipelines”)"},"3":{"body":"The Nomos Testing Framework is a purpose-built toolkit for exercising Nomos in\\nrealistic, multi-node environments. It solves the gap between small, isolated\\ntests and full-system validation by letting teams describe a cluster layout,\\ndrive meaningful traffic, and assert the outcomes in one coherent plan. It is for protocol engineers, infrastructure operators, and QA teams who need\\nrepeatable confidence that validators, executors, and data-availability\\ncomponents work together under network and timing constraints. Multi-node integration testing is required because many Nomos behaviors—block\\nprogress, data availability, liveness under churn—only emerge when several\\nroles interact over real networking and time. This framework makes those checks\\ndeclarative, observable, and portable across environments.","breadcrumbs":"Part I — Foundations » Introduction » Introduction","id":"3","title":"Introduction"},"30":{"body":"Running a scenario follows the same conceptual flow regardless of environment: Select or author a scenario plan that pairs a topology with workloads,\\nexpectations, and a suitable run window. Choose a runner aligned with your environment (local, compose, or k8s) and\\nensure its prerequisites are available. Deploy the plan through the runner; wait for readiness signals before\\nstarting workloads. Let workloads drive activity for the planned duration; keep observability\\nsignals visible so you can correlate outcomes. Evaluate expectations and capture results as the primary pass/fail signal. Use the same plan across different runners to compare behavior between local\\ndevelopment and CI or cluster settings. For environment prerequisites and\\nflags, see Operations.","breadcrumbs":"Part II — User Guide » Running Scenarios » Running Scenarios","id":"30","title":"Running Scenarios"},"31":{"body":"Runners turn a scenario plan into a live environment while keeping the plan\\nunchanged. Choose based on feedback speed, reproducibility, and fidelity. For\\nenvironment and operational considerations, see Operations:","breadcrumbs":"Part II — User Guide » Runners » Runners","id":"31","title":"Runners"},"32":{"body":"Launches node processes directly on the host. Fastest feedback loop and minimal orchestration overhead. Best for development-time iteration and debugging.","breadcrumbs":"Part II — User Guide » Runners » Local runner","id":"32","title":"Local runner"},"33":{"body":"Starts nodes in containers to provide a reproducible multi-node stack on a\\nsingle machine. Discovers service ports and wires observability for convenient inspection. Good balance between fidelity and ease of setup.","breadcrumbs":"Part II — User Guide » Runners » Docker Compose runner","id":"33","title":"Docker Compose runner"},"34":{"body":"Deploys nodes onto a cluster for higher-fidelity, longer-running scenarios. Suits CI or shared environments where cluster behavior and scheduling matter.","breadcrumbs":"Part II — User Guide » Runners » Kubernetes runner","id":"34","title":"Kubernetes runner"},"35":{"body":"All runners require at least one validator and, for transaction scenarios,\\naccess to seeded wallets. Readiness probes gate workload start so traffic begins only after nodes are\\nreachable. Environment flags can relax timeouts or increase tracing when diagnostics are\\nneeded. Runner abstraction: Scenario Plan │ ▼\\nRunner (local | compose | k8s) │ provisions env + readiness ▼\\nRuntime + Observability │ ▼\\nWorkloads / Expectations execute Mermaid view: flowchart TD Plan[Scenario Plan] --> RunSel{Runner
(local | compose | k8s)} RunSel --> Provision[Provision & readiness] Provision --> Runtime[Runtime + observability] Runtime --> Exec[Workloads & Expectations execute]","breadcrumbs":"Part II — User Guide » Runners » Common expectations","id":"35","title":"Common expectations"},"36":{"body":"Chaos in the framework uses node control to introduce failures and validate\\nrecovery. The built-in restart workload lives in testing_framework_workflows::workloads::chaos::RandomRestartWorkload.","breadcrumbs":"Part II — User Guide » Chaos Testing » Chaos Workloads","id":"36","title":"Chaos Workloads"},"37":{"body":"Requires NodeControlCapability ( enable_node_control() in the scenario\\nbuilder) and a runner that provides a NodeControlHandle. Randomly selects nodes (validators, executors) to restart based on your\\ninclude/exclude flags. Respects min/max delay between restarts and a target cooldown to avoid\\nflapping the same node too frequently. Runs alongside other workloads; expectations should account for the added\\ndisruption. Support varies by runner: node control is not provided by the local runner\\nand is not yet implemented for the k8s runner. Use a runner that advertises NodeControlHandle support (e.g., compose) for chaos workloads.","breadcrumbs":"Part II — User Guide » Chaos Testing » How it works","id":"37","title":"How it works"},"38":{"body":"#![allow(unused)] fn main() {\\nuse std::time::Duration;\\nuse testing_framework_core::scenario::ScenarioBuilder;\\nuse testing_framework_workflows::workloads::chaos::RandomRestartWorkload; let plan = ScenarioBuilder::with_node_counts(2, 1) .enable_node_control() .with_workload( RandomRestartWorkload::new( Duration::from_secs(45), // min delay Duration::from_secs(75), // max delay Duration::from_secs(120), // target cooldown true, // include validators true, // include executors ) ) .expect_consensus_liveness() .with_run_duration(Duration::from_secs(150)) .build();\\n// deploy with a runner that supports node control and run the scenario }","breadcrumbs":"Part II — User Guide » Chaos Testing » Usage","id":"38","title":"Usage"},"39":{"body":"Consensus liveness: ensure blocks keep progressing despite restarts. Height convergence: optionally check all nodes converge after the chaos\\nwindow. Any workload-specific inclusion checks if you’re also driving tx/DA traffic.","breadcrumbs":"Part II — User Guide » Chaos Testing » Expectations to pair","id":"39","title":"Expectations to pair"},"4":{"body":"The framework follows a clear flow: Topology → Scenario → Runner → Workloads → Expectations. Topology describes the cluster: how many nodes, their roles, and the high-level network and data-availability parameters they should follow. Scenario combines that topology with the activities to run and the checks to perform, forming a single plan. Deployer/Runner pair turns the plan into a live environment on the chosen backend (local processes, Docker Compose, or Kubernetes) and brokers readiness. Workloads generate traffic and conditions that exercise the system. Expectations observe the run and judge success or failure once activity completes. Conceptual diagram: Topology → Scenario → Runner → Workloads → Expectations (shape (plan) (deploy (drive (verify cluster) & orchestrate) traffic) outcomes) Mermaid view: flowchart LR A(Topology
shape cluster) --> B(Scenario
plan) B --> C(Deployer/Runner
deploy & orchestrate) C --> D(Workloads
drive traffic) D --> E(Expectations
verify outcomes) Each layer has a narrow responsibility so that cluster shape, deployment choice,\\ntraffic generation, and health checks can evolve independently while fitting\\ntogether predictably.","breadcrumbs":"Part I — Foundations » Architecture Overview » Architecture Overview","id":"4","title":"Architecture Overview"},"40":{"body":"Keep delays/cooldowns realistic; avoid back-to-back restarts that would never\\nhappen in production. Limit chaos scope: toggle validators vs executors based on what you want to\\ntest. Combine with observability: monitor metrics/logs to explain failures.","breadcrumbs":"Part II — User Guide » Chaos Testing » Best practices","id":"40","title":"Best practices"},"41":{"body":"The deployer supplies a RunContext that workloads and expectations share. It\\nprovides: Topology descriptors ( GeneratedTopology) Client handles ( NodeClients / ClusterClient) for HTTP/RPC calls Metrics ( RunMetrics, Metrics) and block feed Optional NodeControlHandle for managing nodes (restart, block/unblock peers)","breadcrumbs":"Part II — User Guide » Node Control API » Node Control & RunContext","id":"41","title":"Node Control & RunContext"},"42":{"body":"Check for control support and use it conditionally: #![allow(unused)] fn main() {\\nuse testing_framework_core::scenario::{Expectation, RunContext, Workload}; struct RestartWorkload; impl Workload for RestartWorkload { fn name(&self) -> &\'static str { \\"restart_workload\\" } async fn start(&self, ctx: &RunContext) -> Result<(), Box> { if let Some(control) = ctx.node_control() { // Restart the first validator (index 0) if supported. control.restart_validator(0).await?; } Ok(()) }\\n} } When chaos workloads need control, require enable_node_control() in the\\nscenario builder and deploy with a runner that supports it.","breadcrumbs":"Part II — User Guide » Node Control API » Accessing node control in workloads/expectations","id":"42","title":"Accessing node control in workloads/expectations"},"43":{"body":"The NodeControlHandle trait currently provides: #![allow(unused)] fn main() {\\npub trait NodeControlHandle: Send + Sync { async fn restart_validator(&self, index: usize) -> Result<(), DynError>; async fn restart_executor(&self, index: usize) -> Result<(), DynError>;\\n} } Future extensions may include peer blocking/unblocking or other control\\noperations. For now, focus on restart-based chaos patterns as shown in the\\nchaos workload examples.","breadcrumbs":"Part II — User Guide » Node Control API » Current API surface","id":"43","title":"Current API surface"},"44":{"body":"Always guard control usage: not all runners expose NodeControlHandle. Treat control as best-effort: failures should surface as test failures, but\\nworkloads should degrade gracefully when control is absent. Combine control actions with expectations (e.g., restart then assert height\\nconvergence) to keep scenarios meaningful.","breadcrumbs":"Part II — User Guide » Node Control API » Considerations","id":"44","title":"Considerations"},"45":{"body":"This page focuses on cluster manipulation: node control, chaos patterns, and\\nwhat the tooling supports today.","breadcrumbs":"Part II — User Guide » Topology & Chaos Patterns » Topology & Chaos Patterns","id":"45","title":"Topology & Chaos Patterns"},"46":{"body":"Supported: restart/peer control via NodeControlHandle (compose runner). Not supported: local runner does not expose node control; k8s runner does\\nnot support it yet.","breadcrumbs":"Part II — User Guide » Topology & Chaos Patterns » Node control availability","id":"46","title":"Node control availability"},"47":{"body":"Restarts: random restarts with minimum delay/cooldown to test recovery. Partitions: block/unblock peers to simulate partial isolation, then assert\\nheight convergence after healing. Validator churn: stop one validator and start another (new key) mid-run to\\ntest membership changes; expect convergence. Load SLOs: push tx/DA rates and assert inclusion/availability budgets\\ninstead of only liveness. API probes: poll HTTP/RPC endpoints during chaos to ensure external\\ncontracts stay healthy (shape + latency).","breadcrumbs":"Part II — User Guide » Topology & Chaos Patterns » Chaos patterns to consider","id":"47","title":"Chaos patterns to consider"},"48":{"body":"Liveness/height convergence after chaos windows. SLO checks: inclusion latency, DA responsiveness, API latency/shape. Recovery checks: ensure nodes that were isolated or restarted catch up to\\ncluster height within a timeout.","breadcrumbs":"Part II — User Guide » Topology & Chaos Patterns » Expectations to pair","id":"48","title":"Expectations to pair"},"49":{"body":"Keep chaos realistic: avoid flapping or patterns you wouldn’t operate in prod. Scope chaos: choose validators vs executors intentionally; don’t restart all\\nnodes at once unless you’re testing full outages. Combine chaos with observability: capture block feed/metrics and API health so\\nfailures are diagnosable.","breadcrumbs":"Part II — User Guide » Topology & Chaos Patterns » Guidance","id":"49","title":"Guidance"},"5":{"body":"Declarative over imperative: describe the desired cluster shape, traffic, and success criteria; let the framework orchestrate the run. Observable health signals: prefer liveness and inclusion signals that reflect real user impact instead of internal debug state. Determinism first: default scenarios aim for repeatable outcomes with fixed topologies and traffic rates; variability is opt-in. Targeted non-determinism: introduce randomness (e.g., restarts) only when probing resilience or operational robustness. Protocol time, not wall time: reason in blocks and protocol-driven intervals to reduce dependence on host speed or scheduler noise. Minimum run window: always allow enough block production to make assertions meaningful; very short runs risk false confidence. Use chaos with intent: chaos workloads are for recovery and fault-tolerance validation, not for baseline functional checks.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Testing Philosophy","id":"5","title":"Testing Philosophy"},"50":{"body":"Operational readiness focuses on prerequisites, environment fit, and clear\\nsignals: Prerequisites: keep a sibling nomos-node checkout available; ensure the\\nchosen runner’s platform needs are met (local binaries for host runs, Docker\\nfor compose, cluster access for k8s). Artifacts: some scenarios depend on prover or circuit assets; fetch them\\nahead of time with the provided helper scripts when needed. Environment flags: use slow-environment toggles to relax timeouts, enable\\ntracing when debugging, and adjust observability ports to avoid clashes. Readiness checks: verify runners report node readiness before starting\\nworkloads; this avoids false negatives from starting too early. Failure triage: map failures to missing prerequisites (wallet seeding,\\nnode control availability), runner platform issues, or unmet expectations.\\nStart with liveness signals, then dive into workload-specific assertions. Treat operational hygiene—assets present, prerequisites satisfied, observability\\nreachable—as the first step to reliable scenario outcomes. Metrics and observability flow: Runner exposes endpoints/ports │ ▼\\nRuntime collects block/health signals │ ▼\\nExpectations consume signals to decide pass/fail │ ▼\\nOperators inspect logs/metrics when failures arise Mermaid view: flowchart TD Expose[Runner exposes endpoints/ports] --> Collect[Runtime collects block/health signals] Collect --> Consume[Expectations consume signals
decide pass/fail] Consume --> Inspect[Operators inspect logs/metrics
when failures arise]","breadcrumbs":"Part II — User Guide » Operations » Operations","id":"50","title":"Operations"},"51":{"body":"Deep dives for contributors who extend the framework, evolve its abstractions,\\nor maintain the crate set.","breadcrumbs":"Part III — Developer Reference » Part III — Developer Reference","id":"51","title":"Part III — Developer Reference"},"52":{"body":"The scenario model defines clear, composable responsibilities: Topology: a declarative description of the cluster—how many nodes, their\\nroles, and the broad network and data-availability characteristics. It\\nrepresents the intended shape of the system under test. Scenario: a plan combining topology, workloads, expectations, and a run\\nwindow. Building a scenario validates prerequisites (like seeded wallets) and\\nensures the run lasts long enough to observe meaningful block progression. Workloads: asynchronous tasks that generate traffic or conditions. They\\nuse shared context to interact with the deployed cluster and may bundle\\ndefault expectations. Expectations: post-run assertions. They can capture baselines before\\nworkloads start and evaluate success once activity stops. Runtime: coordinates workloads and expectations for the configured\\nduration, enforces cooldowns when control actions occur, and ensures cleanup\\nso runs do not leak resources. Developers extending the model should keep these boundaries strict: topology\\ndescribes, scenarios assemble, runners deploy, workloads drive, and expectations\\njudge outcomes. For guidance on adding new capabilities, see Extending the Framework.","breadcrumbs":"Part III — Developer Reference » Scenario Model (Developer Level) » Scenario Model (Developer Level)","id":"52","title":"Scenario Model (Developer Level)"},"53":{"body":"","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Extending the Framework","id":"53","title":"Extending the Framework"},"54":{"body":"Implement testing_framework_core::scenario::Workload: Provide a name and any bundled expectations. In init, derive inputs from GeneratedTopology and RunMetrics; fail\\nfast if prerequisites are missing (e.g., wallet data, node addresses). In start, drive async traffic using the RunContext clients. Expose the workload from a module under testing-framework/workflows and\\nconsider adding a DSL helper for ergonomic wiring.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding a workload","id":"54","title":"Adding a workload"},"55":{"body":"Implement testing_framework_core::scenario::Expectation: Use start_capture to snapshot baseline metrics. Use evaluate to assert outcomes after workloads finish; return all errors\\nso the runner can aggregate them. Export it from testing-framework/workflows if it is reusable.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding an expectation","id":"55","title":"Adding an expectation"},"56":{"body":"Implement testing_framework_core::scenario::Deployer for your backend. Produce a RunContext with NodeClients, metrics endpoints, and optional NodeControlHandle. Guard cleanup with CleanupGuard to reclaim resources even on failures. Mirror the readiness and block-feed probes used by the existing runners so\\nworkloads can rely on consistent signals.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding a runner","id":"56","title":"Adding a runner"},"57":{"body":"Extend testing_framework_core::topology::TopologyBuilder with new layouts or\\nconfiguration presets (e.g., specialized DA parameters). Keep defaults safe:\\nensure at least one participant and clamp dispersal factors as the current\\nhelpers do.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding topology helpers","id":"57","title":"Adding topology helpers"},"58":{"body":"A minimal, end-to-end illustration of adding a custom workload and matching\\nexpectation. This shows the shape of the traits and where to plug into the\\nframework; expand the logic to fit your real test.","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Example: New Workload & Expectation (Rust)","id":"58","title":"Example: New Workload & Expectation (Rust)"},"59":{"body":"Key ideas: name: identifies the workload in logs. expectations: workloads can bundle defaults so callers don’t forget checks. init: derive inputs from the generated topology (e.g., pick a target node). start: drive async activity using the shared RunContext. #![allow(unused)] fn main() {\\nuse std::sync::Arc;\\nuse async_trait::async_trait;\\nuse testing_framework_core::scenario::{ DynError, Expectation, RunContext, RunMetrics, Workload,\\n};\\nuse testing_framework_core::topology::GeneratedTopology; pub struct ReachabilityWorkload { target_idx: usize, bundled: Vec>,\\n} impl ReachabilityWorkload { pub fn new(target_idx: usize) -> Self { Self { target_idx, bundled: vec![Box::new(ReachabilityExpectation::new(target_idx))], } }\\n} #[async_trait]\\nimpl Workload for ReachabilityWorkload { fn name(&self) -> &\'static str { \\"reachability_workload\\" } fn expectations(&self) -> Vec> { self.bundled.clone() } fn init( &mut self, topology: &GeneratedTopology, _metrics: &RunMetrics, ) -> Result<(), DynError> { if topology.validators().get(self.target_idx).is_none() { return Err(\\"no validator at requested index\\".into()); } Ok(()) } async fn start(&self, ctx: &RunContext) -> Result<(), DynError> { let client = ctx .node_clients() .validators() .get(self.target_idx) .ok_or(\\"missing target client\\")?; // Pseudo-action: issue a lightweight RPC to prove reachability. client.consensus_info().await.map_err(|e| e.into())?; Ok(()) }\\n} }","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Workload: simple reachability probe","id":"59","title":"Workload: simple reachability probe"},"6":{"body":"Build the plan: Declare a topology, attach workloads and expectations, and set the run window. The plan is the single source of truth for what will happen. Deploy: Hand the plan to a runner. It provisions the environment on the chosen backend and waits for nodes to signal readiness. Drive workloads: Start traffic and behaviors (transactions, data-availability activity, restarts) for the planned duration. Observe blocks and signals: Track block progression and other high-level metrics during or after the run window to ground assertions in protocol time. Evaluate expectations: Once activity stops (and optional cooldown completes), check liveness and workload-specific outcomes to decide pass or fail. Cleanup: Tear down resources so successive runs start fresh and do not inherit leaked state. Conceptual lifecycle diagram: Plan → Deploy → Readiness → Drive Workloads → Observe → Evaluate → Cleanup Mermaid view: flowchart LR P[Plan
topology + workloads + expectations] --> D[Deploy
runner provisions] D --> R[Readiness
wait for nodes] R --> W[Drive Workloads] W --> O[Observe
blocks/metrics] O --> E[Evaluate Expectations] E --> C[Cleanup]","breadcrumbs":"Part I — Foundations » Scenario Lifecycle (Conceptual) » Scenario Lifecycle (Conceptual)","id":"6","title":"Scenario Lifecycle (Conceptual)"},"60":{"body":"Key ideas: start_capture: snapshot baseline if needed (not used here). evaluate: assert the condition after workloads finish. #![allow(unused)] fn main() {\\nuse async_trait::async_trait;\\nuse testing_framework_core::scenario::{DynError, Expectation, RunContext}; pub struct ReachabilityExpectation { target_idx: usize,\\n} impl ReachabilityExpectation { pub fn new(target_idx: usize) -> Self { Self { target_idx } }\\n} #[async_trait]\\nimpl Expectation for ReachabilityExpectation { fn name(&self) -> &str { \\"target_reachable\\" } async fn evaluate(&mut self, ctx: &RunContext) -> Result<(), DynError> { let client = ctx .node_clients() .validators() .get(self.target_idx) .ok_or(\\"missing target client\\")?; client.consensus_info().await.map_err(|e| { format!(\\"target became unreachable during run: {e}\\").into() })?; Ok(()) }\\n} }","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Expectation: confirm the target stayed reachable","id":"60","title":"Expectation: confirm the target stayed reachable"},"61":{"body":"Build your scenario as usual and call .with_workload(ReachabilityWorkload::new(0)). The bundled expectation is attached automatically; you can add more with .with_expectation(...) if needed. Keep the logic minimal and fast for smoke tests; grow it into richer probes\\nfor deeper scenarios.","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » How to wire it","id":"61","title":"How to wire it"},"62":{"body":"High-level roles of the crates that make up the framework: Configs: prepares reusable configuration primitives for nodes, networking,\\ntracing, data availability, and wallets, shared by all scenarios and runners. Core scenario orchestration: houses the topology and scenario model,\\nruntime coordination, node clients, and readiness/health probes. Workflows: packages workloads and expectations into reusable building\\nblocks and offers a fluent DSL to assemble them. Runners: implements deployment backends (local host, Docker Compose,\\nKubernetes) that all consume the same scenario plan. Test workflows: example scenarios and integration checks that exercise the\\nframework end to end and serve as living documentation. Use this map to locate where to add new capabilities: configuration primitives\\nin configs, orchestration changes in core, reusable traffic/assertions in\\nworkflows, environment adapters in runners, and demonstrations in tests.","breadcrumbs":"Part III — Developer Reference » Internal Crate Reference » Internal Crate Reference","id":"62","title":"Internal Crate Reference"},"63":{"body":"Quick-reference material and supporting guidance to keep scenarios discoverable,\\ndebuggable, and consistent.","breadcrumbs":"Part IV — Appendix » Part IV — Appendix","id":"63","title":"Part IV — Appendix"},"64":{"body":"The framework offers a fluent builder style to keep scenarios readable. Common\\nknobs: Topology shaping: set validator and executor counts, pick a network layout\\nstyle, and adjust high-level data-availability traits. Wallet seeding: define how many users participate and the total funds\\navailable for transaction workloads. Workload tuning: configure transaction rates, data-availability channel\\nand blob rates, and whether chaos restarts should include validators,\\nexecutors, or both. Expectations: attach liveness and workload-specific checks so success is\\nexplicit. Run window: set a minimum duration long enough for multiple blocks to be\\nobserved and verified. Use these knobs to express intent clearly, keeping scenario definitions concise\\nand consistent across teams.","breadcrumbs":"Part IV — Appendix » DSL Cheat Sheet » Core Content: DSL Cheat Sheet","id":"64","title":"Core Content: DSL Cheat Sheet"},"65":{"body":"Common symptoms and likely causes: No or slow block progression: runner started workloads before readiness, insufficient run window, or environment too slow—extend duration or enable slow-environment tuning. Transactions not included: missing or insufficient wallet seeding, misaligned transaction rate with block cadence, or network instability—reduce rate and verify wallet setup. Chaos stalls the run: node control not available for the chosen runner or restart cadence too aggressive—enable control capability and widen restart intervals. Observability gaps: metrics or logs unreachable because ports clash or services are not exposed—adjust observability ports and confirm runner wiring. Flaky behavior across runs: mixing chaos with functional smoke tests or inconsistent topology between environments—separate deterministic and chaos scenarios and standardize topology presets.","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Troubleshooting Scenarios","id":"65","title":"Troubleshooting Scenarios"},"66":{"body":"Why block-oriented timing? Using block cadence reduces dependence on host speed and keeps assertions aligned\\nwith protocol behavior. Can I reuse the same scenario across runners? Yes. The plan stays the same; swap runners (local, compose, k8s) to target\\ndifferent environments. When should I enable chaos workloads? Only when testing resilience or operational recovery; keep functional smoke\\ntests deterministic. How long should runs be? Long enough for multiple blocks so liveness and inclusion checks are\\nmeaningful; very short runs risk false confidence. Do I always need seeded wallets? Only for transaction scenarios. Data-availability or pure chaos scenarios may\\nnot require them, but liveness checks still need validators producing blocks. What if expectations fail but workloads “look fine”? Trust expectations first—they capture the intended success criteria. Use the\\nobservability signals and runner logs to pinpoint why the system missed the\\ntarget.","breadcrumbs":"Part IV — Appendix » FAQ » FAQ","id":"66","title":"FAQ"},"67":{"body":"Validator: node role responsible for participating in consensus, producing\\nblocks, and verifying and sampling DA data. Executor: validator extended with DA blob dispersal capabilities, allowing\\nboth block production and data submission to the DA network. DA (Data Availability): subsystem ensuring blobs or channel data are\\npublished and retrievable for validation. Workload: traffic or behavior generator that exercises the system during a\\nscenario run. Expectation: post-run assertion that judges whether the system met the\\nintended success criteria. Topology: declarative description of the cluster shape, roles, and\\nhigh-level parameters for a scenario. Blockfeed: stream of block observations used for liveness or inclusion\\nsignals during a run. Control capability: the ability for a runner to start, stop, or restart\\nnodes, used by chaos workloads.","breadcrumbs":"Part IV — Appendix » Glossary » Glossary","id":"67","title":"Glossary"},"7":{"body":"Modular crates keep configuration, orchestration, workloads, and runners decoupled so each can evolve without breaking the others. Pluggable runners let the same scenario run on a laptop, a Docker host, or a Kubernetes cluster, making validation portable across environments. Separated workloads and expectations clarify intent: what traffic to generate versus how to judge success. This simplifies review and reuse. Declarative topology makes cluster shape explicit and repeatable, reducing surprise when moving between CI and developer machines. Maintainability through predictability: a clear flow from plan to deployment to verification lowers the cost of extending the framework and interpreting failures.","breadcrumbs":"Part I — Foundations » Design Rationale » Design Rationale","id":"7","title":"Design Rationale"},"8":{"body":"Practical guidance for shaping scenarios, combining workloads and expectations,\\nand running them across different environments.","breadcrumbs":"Part II — User Guide » Part II — User Guide","id":"8","title":"Part II — User Guide"},"9":{"body":"The workspace focuses on multi-node integration testing and sits alongside a nomos-node checkout. Its crates separate concerns to keep scenarios\\nrepeatable and portable: Configs: prepares high-level node, network, tracing, and wallet settings\\nused across test environments. Core scenario orchestration: the engine that holds topology descriptions,\\nscenario plans, runtimes, workloads, and expectations. Workflows: ready-made workloads (transactions, data-availability, chaos)\\nand reusable expectations assembled into a user-facing DSL. Runners: deployment backends for local processes, Docker Compose, and\\nKubernetes, all consuming the same scenario plan. Test workflows: example scenarios and integration checks that show how\\nthe pieces fit together. This split keeps configuration, orchestration, reusable traffic patterns, and\\ndeployment adapters loosely coupled while sharing one mental model for tests.","breadcrumbs":"Part II — User Guide » Workspace Layout » Workspace Layout","id":"9","title":"Workspace Layout"}},"length":68,"save":true},"fields":["title","body","breadcrumbs"],"index":{"body":{"root":{"0":{"df":1,"docs":{"42":{"tf":1.0}}},"1":{"df":2,"docs":{"29":{"tf":1.0},"38":{"tf":1.0}},"–":{"3":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}}},"2":{"df":2,"docs":{"19":{"tf":1.0},"29":{"tf":1.0}}},"3":{"df":1,"docs":{"29":{"tf":1.0}}},"4":{"df":1,"docs":{"29":{"tf":1.0}},"–":{"5":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}}},"6":{"df":0,"docs":{},"–":{"7":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"a":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"67":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"35":{"tf":1.0},"42":{"tf":1.0},"50":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"44":{"tf":1.0},"52":{"tf":1.0},"59":{"tf":1.0}}}},"v":{"df":11,"docs":{"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"19":{"tf":1.0},"30":{"tf":1.0},"4":{"tf":1.4142135623730951},"52":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"19":{"tf":1.0}}}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"10":{"tf":1.0},"62":{"tf":1.0},"9":{"tf":1.0}}}}},"d":{"df":5,"docs":{"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"54":{"tf":1.0}}}}}}},"df":7,"docs":{"37":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"16":{"tf":1.0},"18":{"tf":1.0},"50":{"tf":1.0},"64":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"25":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"37":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"55":{"tf":1.0}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"65":{"tf":1.0}}}}}}}}}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"5":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":5,"docs":{"11":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"30":{"tf":1.0},"66":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":5,"docs":{"38":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}}}}}},"df":4,"docs":{"0":{"tf":1.0},"17":{"tf":1.0},"5":{"tf":1.0},"67":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"37":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":3,"docs":{"44":{"tf":1.0},"5":{"tf":1.0},"66":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"i":{"df":4,"docs":{"43":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"63":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"14":{"tf":1.0}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"2":{"tf":1.0},"28":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"4":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"29":{"tf":1.0},"52":{"tf":1.0},"62":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":16,"docs":{"10":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"26":{"tf":1.4142135623730951},"28":{"tf":1.0},"3":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.4142135623730951},"5":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"16":{"tf":1.0}}}},"t":{"df":2,"docs":{"10":{"tf":1.0},"50":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"0":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{":":{":":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"59":{"tf":1.0},"60":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"59":{"tf":1.0},"60":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":5,"docs":{"42":{"tf":1.0},"43":{"tf":1.4142135623730951},"54":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"52":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":6,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"30":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":18,"docs":{"0":{"tf":1.4142135623730951},"11":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"16":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"30":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"50":{"tf":1.4142135623730951},"52":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.7320508075688772},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":5,"docs":{"17":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"b":{"(":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"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":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"40":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"10":{"tf":1.0},"4":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}}},"d":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":6,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"31":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"21":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.0}}}}}}}},"df":1,"docs":{"4":{"tf":1.0}},"e":{"c":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"60":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"17":{"tf":1.0},"30":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"65":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"35":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":11,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.0},"25":{"tf":1.4142135623730951},"30":{"tf":1.0},"34":{"tf":1.0},"6":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"17":{"tf":1.0},"32":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":9,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.0},"65":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"27":{"tf":1.0},"50":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"b":{"df":5,"docs":{"0":{"tf":2.0},"11":{"tf":1.0},"13":{"tf":1.0},"64":{"tf":1.0},"67":{"tf":1.4142135623730951}},"s":{"/":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"20":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"41":{"tf":1.0},"47":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":22,"docs":{"0":{"tf":1.7320508075688772},"11":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"17":{"tf":1.0},"19":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.4142135623730951},"26":{"tf":2.23606797749979},"27":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.4142135623730951},"52":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.4142135623730951},"62":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":2.0},"67":{"tf":1.7320508075688772}},"f":{"df":0,"docs":{},"e":{"df":2,"docs":{"26":{"tf":1.0},"67":{"tf":1.0}},"e":{"d":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"27":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"0":{"tf":1.0},"1":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":6,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"14":{"tf":1.0},"20":{"tf":1.0},"64":{"tf":1.0},"67":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"29":{"tf":1.0},"52":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":1,"docs":{"42":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"a":{"d":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"u":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"26":{"tf":1.0},"47":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":7,"docs":{"22":{"tf":1.0},"28":{"tf":1.0},"38":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"37":{"tf":1.0},"42":{"tf":1.0},"64":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":2,"docs":{"3":{"tf":1.0},"36":{"tf":1.0}}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":5,"docs":{"15":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"59":{"tf":1.7320508075688772},"61":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"24":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"z":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"25":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"c":{"(":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"4":{"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":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"26":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"41":{"tf":1.0},"61":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":6,"docs":{"0":{"tf":1.0},"22":{"tf":1.0},"52":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"67":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"30":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0},"66":{"tf":1.0}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"65":{"tf":1.0}}}}},"df":1,"docs":{"4":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":5,"docs":{"1":{"tf":1.0},"24":{"tf":1.0},"28":{"tf":1.0},"47":{"tf":1.0},"62":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"64":{"tf":1.0},"67":{"tf":1.0}}}}}},"o":{"df":22,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"48":{"tf":1.0},"49":{"tf":1.7320508075688772},"5":{"tf":1.4142135623730951},"64":{"tf":1.0},"65":{"tf":1.7320508075688772},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"9":{"tf":1.0}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"11":{"tf":1.0},"52":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"64":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":22,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.4142135623730951},"3":{"tf":1.0},"39":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"42":{"tf":1.0},"48":{"tf":1.4142135623730951},"5":{"tf":1.0},"50":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.0},"66":{"tf":1.4142135623730951},"9":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"50":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"17":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":6,"docs":{"11":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"49":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"4":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0},"65":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"47":{"tf":1.0}},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}}}}},"i":{"df":6,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.0},"7":{"tf":1.0}},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"57":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"50":{"tf":1.0},"65":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"52":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.4142135623730951}},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"56":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"r":{"df":10,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.0},"4":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"7":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"64":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"|":{"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":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":5,"docs":{"41":{"tf":1.0},"54":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"62":{"tf":1.0}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"41":{"tf":1.0}}}}},"df":16,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.4142135623730951},"4":{"tf":2.0},"45":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"52":{"tf":1.0}}}}}}}}}}}},"o":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"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":{"14":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}}},"df":3,"docs":{"14":{"tf":1.4142135623730951},"26":{"tf":1.0},"50":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":7,"docs":{"18":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0},"8":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"10":{"tf":1.0},"15":{"tf":1.0},"35":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"26":{"tf":1.0},"30":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"0":{"tf":1.0},"3":{"tf":1.0}}},"s":{"df":16,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"30":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.4142135623730951},"37":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"9":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":5,"docs":{"14":{"tf":1.0},"2":{"tf":1.0},"30":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"17":{"tf":1.0},"9":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"14":{"tf":1.0},"64":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"4":{"tf":1.0},"52":{"tf":1.0},"60":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"42":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"3":{"tf":1.0},"5":{"tf":1.0},"66":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":4,"docs":{"10":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"9":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":9,"docs":{"10":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"52":{"tf":1.0},"57":{"tf":1.0},"62":{"tf":1.4142135623730951},"64":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"df":6,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"60":{"tf":1.0},"65":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":8,"docs":{"0":{"tf":1.7320508075688772},"11":{"tf":1.0},"14":{"tf":1.0},"19":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":1.0},"39":{"tf":1.0},"67":{"tf":1.0}}}}}},"i":{"d":{"df":2,"docs":{"47":{"tf":1.0},"54":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"11":{"tf":1.0},"31":{"tf":1.0},"44":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"56":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"m":{"df":4,"docs":{"26":{"tf":1.0},"50":{"tf":1.7320508075688772},"62":{"tf":1.0},"9":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"1":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"15":{"tf":1.0},"64":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"0":{"tf":1.0},"52":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"14":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"51":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"0":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":17,"docs":{"13":{"tf":1.4142135623730951},"21":{"tf":1.0},"23":{"tf":1.0},"29":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.7320508075688772},"43":{"tf":1.0},"44":{"tf":2.0},"45":{"tf":1.0},"46":{"tf":1.7320508075688772},"50":{"tf":1.0},"52":{"tf":1.0},"65":{"tf":1.4142135623730951},"67":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"33":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":4,"docs":{"39":{"tf":1.4142135623730951},"44":{"tf":1.0},"47":{"tf":1.4142135623730951},"48":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":4,"docs":{"37":{"tf":1.0},"38":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"0":{"tf":1.0},"52":{"tf":1.0},"62":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":8,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"15":{"tf":1.0},"28":{"tf":1.0},"62":{"tf":1.4142135623730951},"64":{"tf":1.0},"9":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"18":{"tf":1.0},"64":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"16":{"tf":1.0},"20":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"51":{"tf":1.0},"62":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":5,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"5":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"42":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":3,"docs":{"42":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"43":{"tf":1.4142135623730951},"57":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":3,"docs":{"26":{"tf":1.0},"27":{"tf":1.0},"58":{"tf":1.0}}}}}}}},"d":{"(":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"[":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"a":{"df":9,"docs":{"0":{"tf":3.0},"17":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"48":{"tf":1.0},"57":{"tf":1.0},"67":{"tf":2.0}},"t":{"a":{"df":15,"docs":{"0":{"tf":2.6457513110645907},"11":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"16":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.4142135623730951},"4":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.4142135623730951},"66":{"tf":1.0},"67":{"tf":2.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"4":{"tf":1.0},"6":{"tf":1.0}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":3,"docs":{"32":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0}},"g":{"df":1,"docs":{"63":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"11":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"r":{"df":7,"docs":{"11":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"17":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"51":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"61":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":5,"docs":{"15":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"11":{"tf":1.0},"52":{"tf":1.0},"64":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"64":{"tf":1.0}}}}}}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"y":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":3,"docs":{"23":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":1.4142135623730951}},"s":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"16":{"tf":1.0},"29":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"a":{"df":1,"docs":{"17":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":9,"docs":{"10":{"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},"62":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"5":{"tf":1.0},"50":{"tf":1.0},"66":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":14,"docs":{"10":{"tf":1.0},"22":{"tf":1.0},"27":{"tf":2.0},"30":{"tf":1.0},"34":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.0},"42":{"tf":1.0},"52":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"62":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"54":{"tf":1.0},"59":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":6,"docs":{"10":{"tf":1.0},"12":{"tf":1.4142135623730951},"3":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"52":{"tf":1.0},"67":{"tf":1.0},"9":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"25":{"tf":1.0},"7":{"tf":1.0}}}},"r":{"df":1,"docs":{"5":{"tf":1.0}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"21":{"tf":1.0},"39":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"5":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"15":{"tf":1.4142135623730951},"17":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":7,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.4142135623730951},"7":{"tf":1.0}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"49":{"tf":1.0}},"t":{"df":1,"docs":{"35":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"4":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"26":{"tf":1.0},"30":{"tf":1.0},"66":{"tf":1.0},"8":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"63":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":3,"docs":{"0":{"tf":1.7320508075688772},"57":{"tf":1.0},"67":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"26":{"tf":1.0}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"11":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":1.0},"50":{"tf":1.0},"62":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"17":{"tf":1.0},"25":{"tf":1.0},"62":{"tf":1.0}}}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":2,"docs":{"49":{"tf":1.0},"59":{"tf":1.0}}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"6":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.7320508075688772}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"21":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"[":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{}},"df":11,"docs":{"13":{"tf":1.0},"14":{"tf":1.4142135623730951},"29":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.4142135623730951}},"n":{"df":2,"docs":{"12":{"tf":1.0},"5":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"p":{"/":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"25":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"l":{"df":6,"docs":{"10":{"tf":1.0},"15":{"tf":1.0},"54":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.0},"9":{"tf":1.0}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":8,"docs":{"11":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"30":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"2":{"0":{"df":1,"docs":{"38":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"5":{"df":1,"docs":{"38":{"tf":1.0}}},"df":0,"docs":{}},"7":{"5":{"df":1,"docs":{"38":{"tf":1.0}}},"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":4,"docs":{"47":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"67":{"tf":1.4142135623730951}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"43":{"tf":1.4142135623730951},"59":{"tf":1.7320508075688772},"60":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},".":{"df":0,"docs":{},"g":{"df":11,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"14":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":1.0},"37":{"tf":1.0},"44":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"6":{"tf":1.0}}}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"10":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"50":{"tf":1.0}}}}},"s":{"df":1,"docs":{"33":{"tf":1.0}},"i":{"df":1,"docs":{"11":{"tf":1.0}}}}},"df":1,"docs":{"6":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"3":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"15":{"tf":1.0},"21":{"tf":1.0},"50":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":3,"docs":{"37":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"d":{"df":5,"docs":{"10":{"tf":1.4142135623730951},"16":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"47":{"tf":1.0},"56":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":2,"docs":{"29":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"3":{"tf":1.0},"9":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":5,"docs":{"11":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"64":{"tf":1.0},"66":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":10,"docs":{"0":{"tf":1.0},"23":{"tf":1.0},"30":{"tf":1.0},"39":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.4142135623730951},"57":{"tf":1.0},"67":{"tf":1.0}}}}},"v":{"df":1,"docs":{"35":{"tf":1.0}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":21,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":1.7320508075688772},"31":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"50":{"tf":1.7320508075688772},"6":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"65":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"54":{"tf":1.0}}}}}}},"r":{"(":{"\\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"2":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"a":{"df":0,"docs":{},"l":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":6,"docs":{"14":{"tf":1.4142135623730951},"30":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"6":{"tf":1.4142135623730951},"60":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"56":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":3,"docs":{"4":{"tf":1.0},"51":{"tf":1.0},"7":{"tf":1.0}}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":6,"docs":{"18":{"tf":1.0},"22":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0},"62":{"tf":1.0},"9":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"35":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"r":{"df":11,"docs":{"0":{"tf":2.0},"11":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0},"49":{"tf":1.0},"64":{"tf":1.4142135623730951},"67":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":7,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"13":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"62":{"tf":1.0},"67":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":43,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.4142135623730951},"14":{"tf":1.7320508075688772},"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.7320508075688772},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"30":{"tf":1.4142135623730951},"35":{"tf":1.7320508075688772},"37":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.7320508075688772},"41":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.4142135623730951},"52":{"tf":2.23606797749979},"54":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":2.0},"6":{"tf":2.0},"60":{"tf":1.7320508075688772},"61":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"40":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"15":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"17":{"tf":1.0},"64":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}},"s":{"df":4,"docs":{"44":{"tf":1.0},"46":{"tf":1.0},"50":{"tf":1.4142135623730951},"54":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"—":{"a":{"d":{"df":0,"docs":{},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"65":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"64":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":7,"docs":{"0":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.0},"57":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":2,"docs":{"10":{"tf":1.0},"43":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"47":{"tf":1.0}}}}}}},"}":{"\\"":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"60":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"f":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"9":{"tf":1.0}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"57":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"54":{"tf":1.0},"6":{"tf":1.0},"66":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":11,"docs":{"11":{"tf":1.0},"17":{"tf":1.0},"25":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.4142135623730951},"49":{"tf":1.0},"50":{"tf":2.0},"56":{"tf":1.0},"7":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":2,"docs":{"23":{"tf":1.0},"27":{"tf":1.0}}}},"l":{"df":0,"docs":{},"s":{"df":3,"docs":{"5":{"tf":1.0},"50":{"tf":1.0},"66":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}}}},"q":{"df":1,"docs":{"66":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"11":{"tf":1.0},"27":{"tf":1.0},"54":{"tf":1.0},"61":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"49":{"tf":1.0}}}}}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"17":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"27":{"tf":1.0},"41":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":1,"docs":{"26":{"tf":1.0}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"17":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"26":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"66":{"tf":1.0}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"11":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"42":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0}},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"66":{"tf":1.0}}}}}}}}}},"t":{"df":6,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"4":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0},"9":{"tf":1.0}}},"x":{"df":1,"docs":{"5":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"30":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"50":{"tf":1.0}}},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"65":{"tf":1.0}}}},"p":{"df":2,"docs":{"37":{"tf":1.0},"49":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"14":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":5,"docs":{"19":{"tf":1.0},"30":{"tf":1.0},"4":{"tf":1.0},"50":{"tf":1.0},"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"62":{"tf":1.0},"64":{"tf":1.0}}}}}}},"n":{"df":5,"docs":{"38":{"tf":1.0},"42":{"tf":1.7320508075688772},"43":{"tf":1.7320508075688772},"59":{"tf":2.449489742783178},"60":{"tf":2.0}}},"o":{"c":{"df":0,"docs":{},"u":{"df":1,"docs":{"43":{"tf":1.0}},"s":{"df":4,"docs":{"0":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"30":{"tf":1.0},"4":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"15":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"t":{"!":{"(":{"\\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"4":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"2":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"54":{"tf":1.0},"55":{"tf":1.0}}}}}}}}}}},"df":15,"docs":{"0":{"tf":1.0},"10":{"tf":1.4142135623730951},"2":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.4142135623730951},"36":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":1.0},"62":{"tf":1.4142135623730951},"64":{"tf":1.0},"7":{"tf":1.0}},"’":{"df":1,"docs":{"15":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"27":{"tf":1.0},"3":{"tf":1.0},"49":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"5":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0}}}}}}},"d":{"df":1,"docs":{"64":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"43":{"tf":1.0}}}}},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"28":{"tf":1.0}}}}}},"g":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"3":{"tf":1.0},"65":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"35":{"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":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":3,"docs":{"41":{"tf":1.0},"54":{"tf":1.0},"59":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":8,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"28":{"tf":1.0},"4":{"tf":1.4142135623730951},"52":{"tf":1.0},"59":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.0}}}}},"t":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"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":{}}},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"1":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"67":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0}}}},"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"44":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":3,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":1,"docs":{"61":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"44":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":4,"docs":{"49":{"tf":1.0},"52":{"tf":1.0},"63":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"1":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"25":{"tf":1.0}}}},"n":{"d":{"df":1,"docs":{"6":{"tf":1.0}},"l":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"40":{"tf":1.0},"6":{"tf":1.0}}}}}},"r":{"d":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"19":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"47":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"11":{"tf":1.0},"4":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0}},"i":{"df":2,"docs":{"14":{"tf":1.0},"47":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":4,"docs":{"39":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"10":{"tf":1.0},"15":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"57":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"0":{"tf":1.0},"60":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":9,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"24":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.0},"67":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"32":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"62":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"c":{"df":2,"docs":{"41":{"tf":1.0},"47":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"i":{"[":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"14":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"a":{"df":9,"docs":{"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},"59":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}},"i":{"df":1,"docs":{"51":{"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":3,"docs":{"18":{"tf":1.0},"22":{"tf":1.0},"58":{"tf":1.0}}}}}}}},"m":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"5":{"tf":1.0}}}},"l":{"df":3,"docs":{"42":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"37":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"62":{"tf":1.0}}}}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":5,"docs":{"0":{"tf":1.0},"38":{"tf":1.4142135623730951},"43":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":11,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"39":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"20":{"tf":1.0},"47":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"65":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"\\"":{".":{"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":2,"docs":{"42":{"tf":1.0},"43":{"tf":1.4142135623730951}}}},"i":{"c":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}},"u":{"c":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"6":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"14":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":3,"docs":{"14":{"tf":1.7320508075688772},"54":{"tf":1.0},"59":{"tf":1.4142135623730951}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"14":{"tf":1.0},"54":{"tf":1.0},"59":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"df":2,"docs":{"33":{"tf":1.0},"50":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"65":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"47":{"tf":1.0},"5":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"65":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":4,"docs":{"10":{"tf":1.0},"3":{"tf":1.0},"62":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"n":{"d":{"df":4,"docs":{"11":{"tf":1.0},"52":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":5,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"5":{"tf":1.0},"64":{"tf":1.0},"7":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"22":{"tf":1.0},"25":{"tf":1.0},"49":{"tf":1.0}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":3,"docs":{"23":{"tf":1.0},"5":{"tf":1.0},"62":{"tf":1.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"7":{"tf":1.0}}}}}},"v":{"df":3,"docs":{"26":{"tf":1.0},"5":{"tf":1.0},"65":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":2,"docs":{"36":{"tf":1.0},"5":{"tf":1.0}},"t":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":3,"docs":{"3":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":2,"docs":{"50":{"tf":1.0},"59":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"11":{"tf":1.0},"16":{"tf":1.4142135623730951},"32":{"tf":1.0}}}}},"v":{"df":1,"docs":{"63":{"tf":1.0}}}},"j":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"g":{"df":4,"docs":{"4":{"tf":1.0},"52":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"k":{"8":{"df":9,"docs":{"10":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.4142135623730951},"37":{"tf":1.0},"46":{"tf":1.0},"50":{"tf":1.0},"66":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":21,"docs":{"11":{"tf":1.0},"15":{"tf":1.7320508075688772},"16":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951},"21":{"tf":1.0},"28":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"y":{"df":3,"docs":{"47":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}}},"n":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"64":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"11":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"62":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"23":{"tf":1.0}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"26":{"tf":1.0},"52":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"23":{"tf":1.4142135623730951},"47":{"tf":1.0},"48":{"tf":1.0}},"y":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"15":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"20":{"tf":1.0},"4":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"15":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"57":{"tf":1.0},"64":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"52":{"tf":1.0},"6":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":12,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"13":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.0},"4":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.0},"67":{"tf":1.0},"9":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":2,"docs":{"29":{"tf":1.0},"6":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"13":{"tf":1.0},"40":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"14":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":22,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"28":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}},"o":{"a":{"d":{"df":2,"docs":{"24":{"tf":1.0},"47":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"df":14,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"16":{"tf":1.0},"30":{"tf":1.4142135623730951},"32":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"50":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"9":{"tf":1.0}}},"t":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":3,"docs":{"59":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0}},"i":{"c":{"df":2,"docs":{"58":{"tf":1.0},"61":{"tf":1.0}}},"df":0,"docs":{}},"s":{"/":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"11":{"tf":1.0},"52":{"tf":1.0},"64":{"tf":1.0},"66":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"25":{"tf":1.0},"66":{"tf":1.0}}},"p":{"df":2,"docs":{"17":{"tf":1.0},"32":{"tf":1.0}}},"s":{"df":1,"docs":{"9":{"tf":1.0}}}},"w":{"df":1,"docs":{"24":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"r":{"df":2,"docs":{"4":{"tf":1.0},"6":{"tf":1.0}}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"33":{"tf":1.0},"7":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"38":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"0":{"tf":1.0},"51":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":7,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.0},"62":{"tf":1.0},"7":{"tf":1.4142135623730951}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":6,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"52":{"tf":1.0},"64":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"p":{"df":3,"docs":{"10":{"tf":1.0},"50":{"tf":1.0},"62":{"tf":1.0}}},"t":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"63":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"11":{"tf":1.0},"34":{"tf":1.0}}}}}},"x":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":8,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"17":{"tf":1.0},"3":{"tf":1.0},"44":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"66":{"tf":1.0}}}}},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"47":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"1":{"tf":1.0},"2":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"d":{"df":5,"docs":{"14":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"50":{"tf":1.0},"67":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"c":{"df":7,"docs":{"26":{"tf":1.0},"41":{"tf":1.4142135623730951},"50":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0},"65":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"i":{"d":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}}},"df":1,"docs":{"38":{"tf":1.0}},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"32":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":3,"docs":{"47":{"tf":1.0},"5":{"tf":1.0},"64":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"56":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"65":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":4,"docs":{"50":{"tf":1.0},"54":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0}}}},"x":{"df":1,"docs":{"65":{"tf":1.0}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"25":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":8,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"15":{"tf":1.0},"2":{"tf":1.0},"24":{"tf":1.0},"52":{"tf":1.7320508075688772},"62":{"tf":1.0},"9":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"0":{"tf":1.0},"29":{"tf":1.0},"7":{"tf":1.0}}}},"df":1,"docs":{"54":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"40":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"61":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"17":{"tf":1.0},"7":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":9,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"11":{"tf":1.0},"16":{"tf":1.0},"2":{"tf":1.0},"29":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"33":{"tf":1.0},"9":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"17":{"tf":1.0},"64":{"tf":1.0},"66":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"59":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":3,"docs":{"42":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"54":{"tf":1.0},"59":{"tf":1.0}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"df":1,"docs":{"24":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"17":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":8,"docs":{"15":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"42":{"tf":1.0},"50":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.0},"66":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"17":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"g":{"df":2,"docs":{"25":{"tf":1.0},"50":{"tf":1.0}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":12,"docs":{"0":{"tf":2.0},"11":{"tf":1.0},"23":{"tf":1.0},"28":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"4":{"tf":1.0},"52":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"67":{"tf":1.0},"9":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"27":{"tf":1.0},"40":{"tf":1.0}}}}},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"59":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":6,"docs":{"22":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"62":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"59":{"tf":1.0},"60":{"tf":1.0}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"41":{"tf":1.0},"56":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":6,"docs":{"37":{"tf":1.4142135623730951},"41":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"46":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":34,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.0},"11":{"tf":1.0},"13":{"tf":1.4142135623730951},"16":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.7320508075688772},"38":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.7320508075688772},"52":{"tf":1.0},"54":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"65":{"tf":1.0},"67":{"tf":1.4142135623730951},"9":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"5":{"tf":1.0}},"i":{"df":1,"docs":{"17":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"df":7,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"10":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.7320508075688772},"50":{"tf":1.0},"9":{"tf":1.0}}}},"n":{"df":1,"docs":{"5":{"tf":1.0}}},"w":{"df":1,"docs":{"43":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"15":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"[":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":19,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.4142135623730951},"4":{"tf":1.0},"40":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.7320508075688772},"52":{"tf":1.0},"6":{"tf":1.4142135623730951},"64":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.0},"67":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"17":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"6":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"62":{"tf":1.0},"64":{"tf":1.0}}}}}},"k":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"\\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"59":{"tf":1.0},"60":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":3,"docs":{"42":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.0}}},"n":{"c":{"df":4,"docs":{"4":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0}}},"df":6,"docs":{"20":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"47":{"tf":1.0},"57":{"tf":1.0},"9":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"34":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":10,"docs":{"11":{"tf":1.0},"21":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.4142135623730951},"43":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":2.0},"66":{"tf":1.0}}}},"t":{"df":2,"docs":{"15":{"tf":1.0},"5":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"21":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":7,"docs":{"10":{"tf":1.0},"32":{"tf":1.0},"4":{"tf":1.4142135623730951},"5":{"tf":1.0},"62":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"66":{"tf":1.0}}}}}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}}},"df":1,"docs":{"23":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"49":{"tf":1.0}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":10,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"4":{"tf":1.4142135623730951},"5":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"6":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"3":{"tf":1.0},"5":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}}},"p":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"6":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"23":{"tf":1.0}}},"k":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"10":{"tf":1.0},"62":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"45":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":7,"docs":{"1":{"tf":1.0},"16":{"tf":1.0},"25":{"tf":1.0},"30":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"28":{"tf":1.0},"4":{"tf":1.0},"57":{"tf":1.0},"67":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"25":{"tf":1.0}}}}}}}},"df":0,"docs":{},"t":{"df":4,"docs":{"2":{"tf":1.0},"51":{"tf":1.0},"63":{"tf":1.0},"8":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"47":{"tf":1.0}}}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":5,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"57":{"tf":1.0},"64":{"tf":1.0},"67":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"16":{"tf":1.0},"30":{"tf":1.0},"50":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":1,"docs":{"6":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"13":{"tf":1.0},"20":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":8,"docs":{"15":{"tf":2.0},"16":{"tf":1.0},"17":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.4142135623730951},"47":{"tf":1.0},"49":{"tf":1.0},"9":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"23":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0}}}},"r":{"df":4,"docs":{"15":{"tf":1.0},"19":{"tf":1.0},"24":{"tf":1.0},"28":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"24":{"tf":1.4142135623730951},"29":{"tf":2.8284271247461903}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":6,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"28":{"tf":1.0},"59":{"tf":1.0},"64":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"10":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"66":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"14":{"tf":1.0},"29":{"tf":1.0}}}}}}}},"l":{"a":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"35":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":16,"docs":{"1":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.4142135623730951},"25":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":2.0},"31":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"38":{"tf":1.0},"4":{"tf":1.7320508075688772},"52":{"tf":1.0},"6":{"tf":2.23606797749979},"62":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"u":{"df":2,"docs":{"20":{"tf":1.0},"21":{"tf":1.0}},"g":{"df":1,"docs":{"58":{"tf":1.0}},"g":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"12":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"47":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"3":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":3,"docs":{"33":{"tf":1.0},"50":{"tf":1.0},"65":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"26":{"tf":1.0},"29":{"tf":1.0},"52":{"tf":1.0},"67":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"27":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"17":{"tf":1.0},"40":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"4":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"5":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"62":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"30":{"tf":1.4142135623730951},"50":{"tf":2.0},"52":{"tf":1.0},"54":{"tf":1.0}}}}}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"21":{"tf":1.0},"50":{"tf":1.0}}}},"t":{"df":3,"docs":{"17":{"tf":1.0},"57":{"tf":1.0},"65":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"16":{"tf":1.0},"30":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.4142135623730951}}}}}},"o":{"b":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":9,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"35":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"11":{"tf":1.0},"32":{"tf":1.0},"4":{"tf":1.0},"9":{"tf":1.0}}}}}},"d":{"df":1,"docs":{"49":{"tf":1.0}},"u":{"c":{"df":6,"docs":{"0":{"tf":1.4142135623730951},"14":{"tf":1.0},"27":{"tf":1.0},"56":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0}},"t":{"df":4,"docs":{"22":{"tf":1.0},"40":{"tf":1.0},"5":{"tf":1.0},"67":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":8,"docs":{"11":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.4142135623730951},"3":{"tf":1.0},"39":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"65":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"28":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":8,"docs":{"0":{"tf":1.0},"15":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.4142135623730951},"6":{"tf":1.0},"66":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"59":{"tf":1.0}},"r":{"df":1,"docs":{"50":{"tf":1.0}}}},"i":{"d":{"df":7,"docs":{"27":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.4142135623730951},"41":{"tf":1.0},"43":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":2,"docs":{"35":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"35":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"b":{"df":3,"docs":{"43":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"0":{"tf":1.0},"67":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"66":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"12":{"tf":1.0},"3":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"q":{"a":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"16":{"tf":1.0},"63":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"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":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":3,"docs":{"28":{"tf":1.4142135623730951},"47":{"tf":1.0},"5":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"28":{"tf":1.0},"37":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"38":{"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":{},"e":{"df":11,"docs":{"13":{"tf":1.0},"14":{"tf":1.4142135623730951},"15":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"24":{"tf":1.4142135623730951},"47":{"tf":1.0},"5":{"tf":1.0},"64":{"tf":1.4142135623730951},"65":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"6":{"tf":1.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"59":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"l":{"df":3,"docs":{"35":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.0}},"e":{"df":0,"docs":{},"—":{"a":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"64":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":10,"docs":{"21":{"tf":1.0},"27":{"tf":1.4142135623730951},"30":{"tf":1.0},"35":{"tf":1.7320508075688772},"4":{"tf":1.0},"50":{"tf":1.7320508075688772},"56":{"tf":1.0},"6":{"tf":1.4142135623730951},"65":{"tf":1.0},"9":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"62":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":5,"docs":{"0":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.0},"58":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"1":{"tf":1.0},"3":{"tf":1.0},"40":{"tf":1.0},"49":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"5":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"56":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":7,"docs":{"13":{"tf":1.0},"16":{"tf":1.0},"36":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0},"66":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":4,"docs":{"15":{"tf":1.0},"5":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"51":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"0":{"tf":1.0}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}},"x":{"df":2,"docs":{"35":{"tf":1.0},"50":{"tf":1.0}}}},"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"17":{"tf":1.0},"56":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"14":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"24":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"52":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":5,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":7,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"66":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":9,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"21":{"tf":1.0},"25":{"tf":1.0},"5":{"tf":1.0},"66":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"52":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":5,"docs":{"10":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0},"67":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"p":{"df":1,"docs":{"46":{"tf":1.0}}}},"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"43":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"43":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":20,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"21":{"tf":1.4142135623730951},"29":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.4142135623730951},"48":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.4142135623730951},"67":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"42":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":6,"docs":{"17":{"tf":1.0},"30":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"60":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"0":{"tf":1.4142135623730951},"67":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"55":{"tf":1.0},"59":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"15":{"tf":1.0},"55":{"tf":1.0},"62":{"tf":1.7320508075688772},"9":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":4,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"16":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"7":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"61":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"5":{"tf":1.0},"66":{"tf":1.0}}}}},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":7,"docs":{"21":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"52":{"tf":1.0},"62":{"tf":1.0},"67":{"tf":1.4142135623730951}}}}},"p":{"c":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":6,"docs":{"41":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"54":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.7320508075688772},"60":{"tf":1.4142135623730951}}}}}}}}},"df":26,"docs":{"1":{"tf":1.0},"11":{"tf":1.7320508075688772},"14":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.7320508075688772},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.7320508075688772},"34":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"47":{"tf":1.0},"5":{"tf":1.7320508075688772},"50":{"tf":1.0},"52":{"tf":2.0},"6":{"tf":1.7320508075688772},"60":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.7320508075688772},"66":{"tf":1.4142135623730951},"67":{"tf":1.7320508075688772},"7":{"tf":1.0},"8":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":4,"docs":{"24":{"tf":1.0},"41":{"tf":1.0},"54":{"tf":1.0},"59":{"tf":1.4142135623730951}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":28,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"30":{"tf":1.7320508075688772},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.7320508075688772},"37":{"tf":2.23606797749979},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"42":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.7320508075688772},"50":{"tf":1.7320508075688772},"52":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"6":{"tf":1.0},"62":{"tf":1.7320508075688772},"65":{"tf":1.7320508075688772},"66":{"tf":1.7320508075688772},"67":{"tf":1.0},"7":{"tf":1.4142135623730951},"9":{"tf":1.0}},"’":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}},"{":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"35":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":7,"docs":{"10":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":1.4142135623730951},"50":{"tf":1.0},"52":{"tf":1.0},"62":{"tf":1.0},"9":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"35":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"57":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":6,"docs":{"30":{"tf":1.4142135623730951},"37":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"0":{"tf":1.4142135623730951},"67":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"2":{"df":1,"docs":{"38":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":34,"docs":{"1":{"tf":1.0},"10":{"tf":1.7320508075688772},"11":{"tf":1.7320508075688772},"12":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":2.0},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":1.0},"22":{"tf":1.0},"29":{"tf":1.7320508075688772},"30":{"tf":1.7320508075688772},"31":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.7320508075688772},"42":{"tf":1.0},"44":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.4142135623730951},"52":{"tf":2.23606797749979},"6":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":2.23606797749979},"63":{"tf":1.0},"64":{"tf":1.4142135623730951},"65":{"tf":1.4142135623730951},"66":{"tf":1.7320508075688772},"67":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":2.23606797749979}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"24":{"tf":1.0},"34":{"tf":1.0},"5":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":2,"docs":{"40":{"tf":1.0},"49":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"10":{"tf":1.0},"50":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"17":{"tf":1.0},"24":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"d":{"df":8,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"35":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0}}},"df":4,"docs":{"11":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.0},"52":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"21":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.0}}}},"df":0,"docs":{}},"f":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"59":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":3,"docs":{"15":{"tf":1.0},"59":{"tf":1.7320508075688772},"60":{"tf":1.7320508075688772}}}},"n":{"d":{"df":2,"docs":{"42":{"tf":1.0},"43":{"tf":1.0}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"17":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"29":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"26":{"tf":1.0}}},"v":{"df":1,"docs":{"62":{"tf":1.0}},"i":{"c":{"df":2,"docs":{"33":{"tf":1.0},"65":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":8,"docs":{"11":{"tf":1.0},"19":{"tf":1.0},"28":{"tf":1.0},"30":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0},"64":{"tf":1.4142135623730951},"9":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"10":{"tf":1.0},"33":{"tf":1.0},"65":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":20,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"18":{"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.4142135623730951},"29":{"tf":1.0},"4":{"tf":1.4142135623730951},"47":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"58":{"tf":1.0},"64":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":8,"docs":{"10":{"tf":1.0},"17":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0},"52":{"tf":1.0},"59":{"tf":1.0},"62":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"64":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"0":{"tf":1.0},"5":{"tf":1.0},"66":{"tf":1.0}}}},"w":{"df":4,"docs":{"1":{"tf":1.0},"22":{"tf":1.0},"58":{"tf":1.0},"9":{"tf":1.0}},"n":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":12,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"14":{"tf":1.4142135623730951},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"30":{"tf":1.7320508075688772},"5":{"tf":1.4142135623730951},"50":{"tf":2.23606797749979},"56":{"tf":1.0},"6":{"tf":1.4142135623730951},"66":{"tf":1.0},"67":{"tf":1.0}},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"50":{"tf":1.0}}},"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":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"19":{"tf":1.0},"59":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"23":{"tf":1.0},"27":{"tf":1.0},"47":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":3,"docs":{"33":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0}}}}},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"df":2,"docs":{"47":{"tf":1.0},"48":{"tf":1.0}},"w":{"df":3,"docs":{"23":{"tf":1.0},"50":{"tf":1.0},"65":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"65":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"11":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":5,"docs":{"15":{"tf":1.0},"19":{"tf":1.0},"61":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"55":{"tf":1.0},"60":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"3":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"42":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"25":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":8,"docs":{"14":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.0},"29":{"tf":1.0},"39":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0},"64":{"tf":1.0}},"i":{"df":1,"docs":{"11":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":4,"docs":{"17":{"tf":1.0},"31":{"tf":1.0},"5":{"tf":1.0},"66":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"t":{"a":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"33":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"29":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"65":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"17":{"tf":1.0},"65":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"42":{"tf":1.0},"59":{"tf":1.0}}}}}}},"df":0,"docs":{}},"_":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"55":{"tf":1.0},"60":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":14,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.7320508075688772},"52":{"tf":1.0},"54":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.4142135623730951},"65":{"tf":1.0},"67":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"17":{"tf":1.0},"24":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0}}},"i":{"c":{"df":2,"docs":{"42":{"tf":1.0},"59":{"tf":1.0}}},"df":0,"docs":{}}},"y":{"df":6,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"26":{"tf":1.0},"47":{"tf":1.0},"60":{"tf":1.0},"66":{"tf":1.0}}}},"d":{":":{":":{"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":{"42":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{":":{":":{"a":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"59":{"tf":1.0}}},"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":{":":{":":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"38":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"15":{"tf":1.0},"50":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"23":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"66":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"28":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":4,"docs":{"47":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"67":{"tf":1.0}}}},"r":{"df":3,"docs":{"42":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"67":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"20":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"42":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"b":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":2,"docs":{"16":{"tf":1.0},"64":{"tf":1.4142135623730951}}}}}},"u":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":5,"docs":{"0":{"tf":1.0},"19":{"tf":1.0},"23":{"tf":1.4142135623730951},"25":{"tf":1.0},"67":{"tf":1.0}}}},"t":{"df":6,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"19":{"tf":1.0},"25":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"0":{"tf":1.4142135623730951},"67":{"tf":1.0}}}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":10,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"64":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"34":{"tf":1.0}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"41":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":7,"docs":{"10":{"tf":1.0},"37":{"tf":1.4142135623730951},"38":{"tf":1.0},"42":{"tf":1.7320508075688772},"45":{"tf":1.0},"46":{"tf":1.7320508075688772},"63":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":2,"docs":{"43":{"tf":1.0},"44":{"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":{"17":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"16":{"tf":1.0},"66":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"65":{"tf":1.0}}}}}}},"n":{"c":{"df":3,"docs":{"29":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"22":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":8,"docs":{"14":{"tf":1.4142135623730951},"16":{"tf":1.0},"21":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"52":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.4142135623730951}}}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"59":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"60":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":7,"docs":{"11":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"5":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"52":{"tf":1.0}}}}},"d":{"df":3,"docs":{"14":{"tf":1.0},"35":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":3,"docs":{"17":{"tf":1.0},"3":{"tf":1.4142135623730951},"64":{"tf":1.0}}},"r":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"15":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":27,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.0},"10":{"tf":1.7320508075688772},"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.7320508075688772},"40":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.4142135623730951},"49":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"9":{"tf":2.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"56":{"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":{"55":{"tf":1.0}}}},"df":0,"docs":{}}}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"38":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"{":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"60":{"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":{"42":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"59":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"s":{":":{":":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":2,"docs":{"36":{"tf":1.0},"38":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"16":{"tf":1.0},"3":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"30":{"tf":1.0},"7":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"0":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"m":{"df":0,"docs":{},"e":{"df":12,"docs":{"0":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"17":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.7320508075688772},"3":{"tf":1.4142135623730951},"32":{"tf":1.0},"5":{"tf":1.4142135623730951},"50":{"tf":1.0},"6":{"tf":1.0},"66":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"35":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0}}}}},"r":{"df":1,"docs":{"23":{"tf":1.4142135623730951}}}}}},"o":{"d":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":6,"docs":{"0":{"tf":1.0},"14":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"9":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"l":{"df":2,"docs":{"40":{"tf":1.0},"50":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"26":{"tf":1.0},"28":{"tf":1.0},"5":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"23":{"tf":1.0},"45":{"tf":1.0}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":27,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"28":{"tf":1.7320508075688772},"30":{"tf":1.0},"4":{"tf":2.0},"41":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.7320508075688772},"57":{"tf":1.0},"59":{"tf":1.4142135623730951},"6":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.4142135623730951},"67":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}},"y":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"g":{"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":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"59":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"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":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"64":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"35":{"tf":1.0},"50":{"tf":1.0},"62":{"tf":1.0},"9":{"tf":1.0}}},"k":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":18,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"14":{"tf":1.4142135623730951},"15":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"3":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":2.0},"5":{"tf":1.4142135623730951},"52":{"tf":1.0},"54":{"tf":1.0},"6":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"43":{"tf":1.4142135623730951},"58":{"tf":1.0},"64":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":14,"docs":{"11":{"tf":1.0},"13":{"tf":1.4142135623730951},"15":{"tf":1.0},"16":{"tf":1.0},"19":{"tf":1.7320508075688772},"20":{"tf":1.7320508075688772},"21":{"tf":1.0},"29":{"tf":1.0},"35":{"tf":1.0},"6":{"tf":1.0},"64":{"tf":1.4142135623730951},"65":{"tf":1.4142135623730951},"66":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"16":{"tf":1.0},"44":{"tf":1.0},"50":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"10":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"50":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"13":{"tf":1.0},"25":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"65":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"24":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"38":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"66":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"17":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":3,"docs":{"17":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"31":{"tf":1.0},"4":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"17":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":1,"docs":{"19":{"tf":1.0}}}},"x":{"/":{"d":{"a":{"df":2,"docs":{"39":{"tf":1.0},"47":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"31":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"23":{"tf":1.0},"3":{"tf":1.4142135623730951},"52":{"tf":1.0},"54":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"60":{"tf":1.0},"65":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":3,"docs":{"16":{"tf":1.0},"48":{"tf":1.0},"62":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"11":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"10":{"tf":1.0},"16":{"tf":1.0},"38":{"tf":1.0},"44":{"tf":1.0}}}},"df":27,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.4142135623730951},"24":{"tf":1.0},"30":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.7320508075688772},"42":{"tf":1.4142135623730951},"5":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.0},"59":{"tf":2.23606797749979},"60":{"tf":1.7320508075688772},"62":{"tf":1.0},"64":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"13":{"tf":1.0},"5":{"tf":1.0},"64":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}},"i":{"df":0,"docs":{},"z":{"df":3,"docs":{"43":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"10":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":26,"docs":{"0":{"tf":2.0},"11":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"26":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.4142135623730951},"49":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.0},"64":{"tf":1.4142135623730951},"66":{"tf":1.0},"67":{"tf":1.7320508075688772},"7":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":1,"docs":{"25":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"28":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"37":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"!":{"[":{"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":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":1,"docs":{"59":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"5":{"tf":1.0},"66":{"tf":1.0}},"f":{"df":2,"docs":{"27":{"tf":1.0},"7":{"tf":1.0}},"i":{"df":8,"docs":{"0":{"tf":1.4142135623730951},"14":{"tf":1.0},"23":{"tf":1.0},"4":{"tf":1.0},"50":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"67":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"i":{"a":{"df":1,"docs":{"46":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":6,"docs":{"10":{"tf":1.0},"14":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":2,"docs":{"40":{"tf":1.0},"49":{"tf":1.0}}}},"w":{"[":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"30":{"tf":1.0},"6":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"15":{"tf":1.0},"5":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":13,"docs":{"14":{"tf":1.4142135623730951},"15":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"35":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.0},"9":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"24":{"tf":1.0}}}}},"df":1,"docs":{"6":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"15":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"64":{"tf":1.0},"67":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"65":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":10,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"30":{"tf":1.0},"39":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.4142135623730951},"64":{"tf":1.0},"65":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":4,"docs":{"33":{"tf":1.0},"54":{"tf":1.0},"61":{"tf":1.0},"65":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"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":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"5":{"0":{"df":1,"docs":{"38":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"0":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":1,"docs":{"38":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"26":{"tf":1.0},"48":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"1":{"tf":1.0},"27":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":2,"docs":{"3":{"tf":1.0},"37":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"10":{"tf":1.0},"62":{"tf":1.7320508075688772},"9":{"tf":1.4142135623730951}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":46,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.7320508075688772},"12":{"tf":1.4142135623730951},"13":{"tf":2.0},"14":{"tf":2.449489742783178},"15":{"tf":1.0},"16":{"tf":1.7320508075688772},"17":{"tf":1.4142135623730951},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"20":{"tf":1.7320508075688772},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"30":{"tf":1.7320508075688772},"35":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"39":{"tf":1.0},"4":{"tf":1.7320508075688772},"41":{"tf":1.0},"42":{"tf":1.7320508075688772},"43":{"tf":1.0},"44":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.4142135623730951},"52":{"tf":2.23606797749979},"54":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":2.23606797749979},"6":{"tf":2.449489742783178},"60":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.7320508075688772},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"29":{"tf":1.0},"42":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"10":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"d":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"df":1,"docs":{"66":{"tf":1.0}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"’":{"df":0,"docs":{},"r":{"df":2,"docs":{"39":{"tf":1.0},"49":{"tf":1.0}}}}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}},"breadcrumbs":{"root":{"0":{"df":1,"docs":{"42":{"tf":1.0}}},"1":{"df":2,"docs":{"29":{"tf":1.0},"38":{"tf":1.0}},"–":{"3":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}}},"2":{"df":2,"docs":{"19":{"tf":1.4142135623730951},"29":{"tf":1.0}}},"3":{"df":1,"docs":{"29":{"tf":1.0}}},"4":{"df":1,"docs":{"29":{"tf":1.0}},"–":{"5":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}}},"6":{"df":0,"docs":{},"–":{"7":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"a":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"67":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"35":{"tf":1.0},"42":{"tf":1.4142135623730951},"50":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"44":{"tf":1.0},"52":{"tf":1.0},"59":{"tf":1.0}}}},"v":{"df":11,"docs":{"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"19":{"tf":1.0},"30":{"tf":1.0},"4":{"tf":1.4142135623730951},"52":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"19":{"tf":1.0}}}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"10":{"tf":1.0},"62":{"tf":1.0},"9":{"tf":1.0}}}}},"d":{"df":5,"docs":{"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"54":{"tf":1.0}}}}}}},"df":7,"docs":{"37":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.7320508075688772},"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"58":{"tf":1.0}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"16":{"tf":1.0},"18":{"tf":1.0},"50":{"tf":1.0},"64":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":8,"docs":{"22":{"tf":1.7320508075688772},"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}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"25":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"37":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"55":{"tf":1.0}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"65":{"tf":1.0}}}}}}}}}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"5":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":5,"docs":{"11":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"30":{"tf":1.0},"66":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":5,"docs":{"38":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}}}}}},"df":4,"docs":{"0":{"tf":1.0},"17":{"tf":1.0},"5":{"tf":1.0},"67":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"37":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":3,"docs":{"44":{"tf":1.0},"5":{"tf":1.0},"66":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.7320508075688772}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"i":{"df":7,"docs":{"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.7320508075688772},"44":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":5,"docs":{"63":{"tf":1.7320508075688772},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"14":{"tf":1.0}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"2":{"tf":1.0},"28":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"4":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":8,"docs":{"22":{"tf":1.7320508075688772},"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}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"29":{"tf":1.0},"52":{"tf":1.0},"62":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":16,"docs":{"10":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"26":{"tf":1.4142135623730951},"28":{"tf":1.0},"3":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.4142135623730951},"5":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"16":{"tf":1.0}}}},"t":{"df":2,"docs":{"10":{"tf":1.0},"50":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"0":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{":":{":":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"59":{"tf":1.0},"60":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"59":{"tf":1.0},"60":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":5,"docs":{"42":{"tf":1.0},"43":{"tf":1.4142135623730951},"54":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"52":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":6,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"1":{"tf":1.0},"11":{"tf":1.7320508075688772},"30":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":18,"docs":{"0":{"tf":1.4142135623730951},"11":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"16":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"30":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"52":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.7320508075688772},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":5,"docs":{"17":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"b":{"(":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"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":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"40":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"10":{"tf":1.0},"4":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}}},"d":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":6,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"31":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"21":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.0}}}}}}}},"df":1,"docs":{"4":{"tf":1.0}},"e":{"c":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"60":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"17":{"tf":1.0},"30":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"65":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"35":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":11,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.0},"25":{"tf":1.7320508075688772},"30":{"tf":1.0},"34":{"tf":1.0},"6":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"17":{"tf":1.7320508075688772},"32":{"tf":1.0},"40":{"tf":1.4142135623730951},"44":{"tf":1.0}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":9,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.0},"65":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"27":{"tf":1.0},"50":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"b":{"df":5,"docs":{"0":{"tf":2.0},"11":{"tf":1.0},"13":{"tf":1.0},"64":{"tf":1.0},"67":{"tf":1.4142135623730951}},"s":{"/":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"20":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"41":{"tf":1.0},"47":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":22,"docs":{"0":{"tf":1.7320508075688772},"11":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"17":{"tf":1.0},"19":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.4142135623730951},"26":{"tf":2.449489742783178},"27":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.4142135623730951},"52":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.4142135623730951},"62":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":2.0},"67":{"tf":1.7320508075688772}},"f":{"df":0,"docs":{},"e":{"df":2,"docs":{"26":{"tf":1.0},"67":{"tf":1.0}},"e":{"d":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"27":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"0":{"tf":1.0},"1":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":6,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"14":{"tf":1.0},"20":{"tf":1.0},"64":{"tf":1.0},"67":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"29":{"tf":1.0},"52":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":1,"docs":{"42":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"a":{"d":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"u":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"26":{"tf":1.0},"47":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":7,"docs":{"22":{"tf":1.0},"28":{"tf":1.0},"38":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"37":{"tf":1.0},"42":{"tf":1.0},"64":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":2,"docs":{"3":{"tf":1.0},"36":{"tf":1.0}}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":5,"docs":{"15":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"59":{"tf":1.7320508075688772},"61":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"24":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"z":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"25":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}},"c":{"(":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"4":{"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":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"26":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"41":{"tf":1.0},"61":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":6,"docs":{"0":{"tf":1.0},"22":{"tf":1.0},"52":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"67":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"30":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0},"66":{"tf":1.0}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"65":{"tf":1.0}}}}},"df":1,"docs":{"4":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":5,"docs":{"1":{"tf":1.0},"24":{"tf":1.0},"28":{"tf":1.0},"47":{"tf":1.0},"62":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"64":{"tf":1.0},"67":{"tf":1.0}}}}}},"o":{"df":24,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.7320508075688772},"36":{"tf":2.0},"37":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.4142135623730951},"45":{"tf":2.0},"46":{"tf":1.0},"47":{"tf":2.0},"48":{"tf":1.4142135623730951},"49":{"tf":2.0},"5":{"tf":1.4142135623730951},"64":{"tf":1.0},"65":{"tf":1.7320508075688772},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"9":{"tf":1.0}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"11":{"tf":1.0},"52":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"64":{"tf":1.7320508075688772}}}},"c":{"df":0,"docs":{},"k":{"df":22,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"23":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.4142135623730951},"3":{"tf":1.0},"39":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"42":{"tf":1.0},"48":{"tf":1.4142135623730951},"5":{"tf":1.0},"50":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.0},"66":{"tf":1.4142135623730951},"9":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"50":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"17":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":6,"docs":{"11":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"49":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"4":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0},"65":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"47":{"tf":1.0}},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}}}}},"i":{"df":6,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.0},"7":{"tf":1.0}},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"57":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"50":{"tf":1.0},"65":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"52":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.4142135623730951}},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"56":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"r":{"df":10,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.0},"4":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"7":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"64":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"|":{"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":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":5,"docs":{"41":{"tf":1.0},"54":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"62":{"tf":1.0}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"41":{"tf":1.0}}}}},"df":16,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.4142135623730951},"4":{"tf":2.0},"45":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"52":{"tf":1.0}}}}}}}}}}}},"o":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"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":{"14":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}}},"df":3,"docs":{"14":{"tf":1.4142135623730951},"26":{"tf":1.0},"50":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":7,"docs":{"18":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0},"8":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"10":{"tf":1.0},"15":{"tf":1.0},"35":{"tf":1.4142135623730951},"64":{"tf":1.0},"65":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"26":{"tf":1.0},"30":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"0":{"tf":1.0},"3":{"tf":1.0}}},"s":{"df":16,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"30":{"tf":1.0},"33":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"37":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"9":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":5,"docs":{"14":{"tf":1.0},"2":{"tf":1.0},"30":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":2.0}}}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"17":{"tf":1.0},"9":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"14":{"tf":1.0},"64":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"4":{"tf":1.0},"52":{"tf":1.0},"60":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"42":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"3":{"tf":1.0},"5":{"tf":1.0},"66":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":4,"docs":{"10":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"9":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":9,"docs":{"10":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"52":{"tf":1.0},"57":{"tf":1.0},"62":{"tf":1.4142135623730951},"64":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"df":6,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"60":{"tf":1.4142135623730951},"65":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":8,"docs":{"0":{"tf":1.7320508075688772},"11":{"tf":1.0},"14":{"tf":1.0},"19":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":1.0},"39":{"tf":1.0},"67":{"tf":1.0}}}}}},"i":{"d":{"df":2,"docs":{"47":{"tf":1.4142135623730951},"54":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"11":{"tf":1.0},"31":{"tf":1.0},"44":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"56":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"m":{"df":4,"docs":{"26":{"tf":1.0},"50":{"tf":1.7320508075688772},"62":{"tf":1.0},"9":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"1":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"11":{"tf":1.0},"12":{"tf":1.7320508075688772},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.7320508075688772},"64":{"tf":1.4142135623730951}}}},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"0":{"tf":1.7320508075688772},"52":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"14":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"51":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"0":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":17,"docs":{"13":{"tf":1.4142135623730951},"21":{"tf":1.0},"23":{"tf":1.0},"29":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.7320508075688772},"42":{"tf":2.23606797749979},"43":{"tf":1.4142135623730951},"44":{"tf":2.23606797749979},"45":{"tf":1.0},"46":{"tf":2.0},"50":{"tf":1.0},"52":{"tf":1.0},"65":{"tf":1.4142135623730951},"67":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"33":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":4,"docs":{"39":{"tf":1.4142135623730951},"44":{"tf":1.0},"47":{"tf":1.4142135623730951},"48":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":4,"docs":{"37":{"tf":1.0},"38":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"0":{"tf":1.0},"52":{"tf":1.0},"62":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":10,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.7320508075688772},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.7320508075688772},"28":{"tf":1.0},"62":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"18":{"tf":1.0},"64":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"16":{"tf":1.0},"20":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"51":{"tf":1.0},"62":{"tf":2.0},"7":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":5,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"5":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"42":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":3,"docs":{"42":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"43":{"tf":1.7320508075688772},"57":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":3,"docs":{"26":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"58":{"tf":1.0}}}}}}}},"d":{"(":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"[":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"a":{"df":9,"docs":{"0":{"tf":3.0},"17":{"tf":1.0},"20":{"tf":1.7320508075688772},"21":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"48":{"tf":1.0},"57":{"tf":1.0},"67":{"tf":2.0}},"t":{"a":{"df":15,"docs":{"0":{"tf":2.6457513110645907},"11":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"16":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.4142135623730951},"4":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.4142135623730951},"66":{"tf":1.0},"67":{"tf":2.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"4":{"tf":1.0},"6":{"tf":1.0}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":3,"docs":{"32":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0}},"g":{"df":1,"docs":{"63":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"11":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"r":{"df":7,"docs":{"11":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"17":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"51":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"61":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":5,"docs":{"15":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"11":{"tf":1.0},"52":{"tf":1.0},"64":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"64":{"tf":1.0}}}}}}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"y":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":3,"docs":{"23":{"tf":1.7320508075688772},"37":{"tf":1.0},"38":{"tf":1.4142135623730951}},"s":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"16":{"tf":1.0},"29":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"a":{"df":1,"docs":{"17":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":9,"docs":{"10":{"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},"62":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"5":{"tf":1.0},"50":{"tf":1.0},"66":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":14,"docs":{"10":{"tf":1.0},"22":{"tf":1.0},"27":{"tf":2.449489742783178},"30":{"tf":1.0},"34":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.0},"42":{"tf":1.0},"52":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"62":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"54":{"tf":1.0},"59":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":6,"docs":{"10":{"tf":1.0},"12":{"tf":1.4142135623730951},"3":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"52":{"tf":1.0},"67":{"tf":1.0},"9":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"25":{"tf":1.0},"7":{"tf":1.7320508075688772}}}},"r":{"df":1,"docs":{"5":{"tf":1.0}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"21":{"tf":1.0},"39":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"5":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"15":{"tf":1.4142135623730951},"17":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":17,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"51":{"tf":1.7320508075688772},"52":{"tf":2.23606797749979},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"49":{"tf":1.0}},"t":{"df":1,"docs":{"35":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"4":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"26":{"tf":1.0},"30":{"tf":1.0},"66":{"tf":1.0},"8":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"63":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":3,"docs":{"0":{"tf":1.7320508075688772},"57":{"tf":1.0},"67":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"26":{"tf":1.0}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"11":{"tf":1.0},"33":{"tf":1.4142135623730951},"4":{"tf":1.0},"50":{"tf":1.0},"62":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"17":{"tf":1.0},"25":{"tf":1.0},"62":{"tf":1.0}}}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":2,"docs":{"49":{"tf":1.0},"59":{"tf":1.0}}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"6":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"tf":1.7320508075688772}},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":2.0}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"21":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"[":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{}},"df":11,"docs":{"13":{"tf":1.0},"14":{"tf":1.4142135623730951},"29":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.4142135623730951}},"n":{"df":2,"docs":{"12":{"tf":1.0},"5":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"p":{"/":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"25":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"l":{"df":6,"docs":{"10":{"tf":1.0},"15":{"tf":1.0},"54":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.7320508075688772},"9":{"tf":1.0}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":8,"docs":{"11":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"30":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"2":{"0":{"df":1,"docs":{"38":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"5":{"df":1,"docs":{"38":{"tf":1.0}}},"df":0,"docs":{}},"7":{"5":{"df":1,"docs":{"38":{"tf":1.0}}},"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":4,"docs":{"47":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"67":{"tf":1.4142135623730951}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"43":{"tf":1.4142135623730951},"59":{"tf":1.7320508075688772},"60":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},".":{"df":0,"docs":{},"g":{"df":11,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"14":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":1.0},"37":{"tf":1.0},"44":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"6":{"tf":1.0}}}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"10":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"50":{"tf":1.0}}}}},"s":{"df":1,"docs":{"33":{"tf":1.0}},"i":{"df":1,"docs":{"11":{"tf":1.0}}}}},"df":1,"docs":{"6":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"3":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"15":{"tf":1.0},"21":{"tf":1.0},"50":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":3,"docs":{"37":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"d":{"df":5,"docs":{"10":{"tf":1.4142135623730951},"16":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"47":{"tf":1.0},"56":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":2,"docs":{"29":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"3":{"tf":1.0},"9":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":5,"docs":{"11":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"64":{"tf":1.0},"66":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":10,"docs":{"0":{"tf":1.0},"23":{"tf":1.0},"30":{"tf":1.0},"39":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.4142135623730951},"57":{"tf":1.0},"67":{"tf":1.0}}}}},"v":{"df":1,"docs":{"35":{"tf":1.0}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":21,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":1.7320508075688772},"31":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"50":{"tf":1.7320508075688772},"6":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"65":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"54":{"tf":1.0}}}}}}},"r":{"(":{"\\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"2":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"a":{"df":0,"docs":{},"l":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":6,"docs":{"14":{"tf":1.4142135623730951},"30":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"6":{"tf":1.4142135623730951},"60":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"56":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":3,"docs":{"4":{"tf":1.0},"51":{"tf":1.0},"7":{"tf":1.0}}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":19,"docs":{"18":{"tf":1.7320508075688772},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.7320508075688772},"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},"43":{"tf":1.0},"58":{"tf":1.7320508075688772},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"9":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"35":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"r":{"df":11,"docs":{"0":{"tf":2.0},"11":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0},"49":{"tf":1.0},"64":{"tf":1.4142135623730951},"67":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":7,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"13":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"62":{"tf":1.0},"67":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":44,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":2.0},"13":{"tf":1.0},"14":{"tf":2.23606797749979},"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.7320508075688772},"26":{"tf":1.4142135623730951},"27":{"tf":1.0},"28":{"tf":1.0},"30":{"tf":1.4142135623730951},"35":{"tf":2.0},"37":{"tf":1.0},"39":{"tf":1.4142135623730951},"4":{"tf":1.7320508075688772},"41":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"52":{"tf":2.23606797749979},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"58":{"tf":2.0},"59":{"tf":2.23606797749979},"6":{"tf":2.0},"60":{"tf":2.23606797749979},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"64":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"40":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"15":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"17":{"tf":1.0},"64":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}},"s":{"df":4,"docs":{"44":{"tf":1.0},"46":{"tf":1.0},"50":{"tf":1.4142135623730951},"54":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"—":{"a":{"d":{"df":0,"docs":{},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"65":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"64":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":10,"docs":{"0":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.7320508075688772},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"67":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":2,"docs":{"10":{"tf":1.0},"43":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"47":{"tf":1.0}}}}}}},"}":{"\\"":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"60":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"f":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"9":{"tf":1.0}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"57":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"54":{"tf":1.0},"6":{"tf":1.0},"66":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":11,"docs":{"11":{"tf":1.0},"17":{"tf":1.0},"25":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.4142135623730951},"49":{"tf":1.0},"50":{"tf":2.0},"56":{"tf":1.0},"7":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":2,"docs":{"23":{"tf":1.0},"27":{"tf":1.0}}}},"l":{"df":0,"docs":{},"s":{"df":3,"docs":{"5":{"tf":1.0},"50":{"tf":1.0},"66":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}}}},"q":{"df":1,"docs":{"66":{"tf":1.7320508075688772}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"11":{"tf":1.0},"27":{"tf":1.0},"54":{"tf":1.0},"61":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"49":{"tf":1.0}}}}}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"17":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"27":{"tf":1.0},"41":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":1,"docs":{"26":{"tf":1.0}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"17":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"26":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"66":{"tf":1.0}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"11":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"42":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0}},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"66":{"tf":1.0}}}}}}}}}},"t":{"df":6,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"4":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0},"9":{"tf":1.0}}},"x":{"df":1,"docs":{"5":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"30":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"50":{"tf":1.0}}},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"65":{"tf":1.0}}}},"p":{"df":2,"docs":{"37":{"tf":1.0},"49":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"14":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":5,"docs":{"19":{"tf":1.0},"30":{"tf":1.0},"4":{"tf":1.0},"50":{"tf":1.0},"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"62":{"tf":1.0},"64":{"tf":1.0}}}}}}},"n":{"df":5,"docs":{"38":{"tf":1.0},"42":{"tf":1.7320508075688772},"43":{"tf":1.7320508075688772},"59":{"tf":2.449489742783178},"60":{"tf":2.0}}},"o":{"c":{"df":0,"docs":{},"u":{"df":1,"docs":{"43":{"tf":1.0}},"s":{"df":4,"docs":{"0":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"30":{"tf":1.0},"4":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"15":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"t":{"!":{"(":{"\\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"4":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":7,"docs":{"15":{"tf":1.0},"2":{"tf":1.7320508075688772},"3":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"54":{"tf":1.0},"55":{"tf":1.0}}}}}}}}}}},"df":19,"docs":{"0":{"tf":1.0},"10":{"tf":1.4142135623730951},"2":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.4142135623730951},"36":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.7320508075688772},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"62":{"tf":1.4142135623730951},"64":{"tf":1.0},"7":{"tf":1.0}},"’":{"df":1,"docs":{"15":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"27":{"tf":1.0},"3":{"tf":1.0},"49":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"5":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0}}}}}}},"d":{"df":1,"docs":{"64":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"43":{"tf":1.0}}}}},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"28":{"tf":1.0}}}}}},"g":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"3":{"tf":1.0},"65":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"35":{"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":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":3,"docs":{"41":{"tf":1.0},"54":{"tf":1.0},"59":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":8,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"28":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"52":{"tf":1.0},"59":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.0}}}}},"t":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"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":{}}},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"1":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"67":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0}}}},"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"44":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":3,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":1,"docs":{"61":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"44":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":4,"docs":{"49":{"tf":1.4142135623730951},"52":{"tf":1.0},"63":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}},"df":44,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"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},"50":{"tf":1.0},"8":{"tf":1.7320508075688772},"9":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"25":{"tf":1.0}}}},"n":{"d":{"df":1,"docs":{"6":{"tf":1.0}},"l":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"40":{"tf":1.0},"6":{"tf":1.0}}}}}},"r":{"d":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"19":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"47":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"11":{"tf":1.0},"4":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0}},"i":{"df":2,"docs":{"14":{"tf":1.0},"47":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":4,"docs":{"39":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"10":{"tf":1.0},"15":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"57":{"tf":1.7320508075688772}}}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"0":{"tf":1.0},"60":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":9,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"24":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.0},"67":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"32":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"62":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"c":{"df":2,"docs":{"41":{"tf":1.0},"47":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"i":{"[":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"14":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"a":{"df":9,"docs":{"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},"59":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"i":{"df":43,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"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},"50":{"tf":1.0},"8":{"tf":1.7320508075688772},"9":{"tf":1.0}},"i":{"df":12,"docs":{"51":{"tf":1.7320508075688772},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":3,"docs":{"18":{"tf":1.0},"22":{"tf":1.0},"58":{"tf":1.0}}}}}}}},"m":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"5":{"tf":1.0}}}},"l":{"df":3,"docs":{"42":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"37":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"62":{"tf":1.0}}}}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":5,"docs":{"0":{"tf":1.0},"38":{"tf":1.4142135623730951},"43":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":11,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"39":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"20":{"tf":1.0},"47":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"65":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"\\"":{".":{"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":2,"docs":{"42":{"tf":1.0},"43":{"tf":1.4142135623730951}}}},"i":{"c":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}},"u":{"c":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"6":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"14":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":3,"docs":{"14":{"tf":1.7320508075688772},"54":{"tf":1.0},"59":{"tf":1.4142135623730951}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"14":{"tf":1.0},"54":{"tf":1.0},"59":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"df":2,"docs":{"33":{"tf":1.0},"50":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"65":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"47":{"tf":1.0},"5":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"65":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":4,"docs":{"10":{"tf":1.0},"3":{"tf":1.0},"62":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"n":{"d":{"df":4,"docs":{"11":{"tf":1.0},"52":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":5,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"5":{"tf":1.0},"64":{"tf":1.0},"7":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"22":{"tf":1.0},"25":{"tf":1.0},"49":{"tf":1.0}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":3,"docs":{"23":{"tf":1.0},"5":{"tf":1.0},"62":{"tf":1.7320508075688772}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"7":{"tf":1.0}}}}}},"v":{"df":3,"docs":{"26":{"tf":1.0},"5":{"tf":1.0},"65":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":2,"docs":{"36":{"tf":1.0},"5":{"tf":1.0}},"t":{"df":1,"docs":{"3":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":3,"docs":{"3":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":2,"docs":{"50":{"tf":1.0},"59":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"11":{"tf":1.0},"16":{"tf":1.4142135623730951},"32":{"tf":1.0}}}}},"v":{"df":5,"docs":{"63":{"tf":1.7320508075688772},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0}}}},"j":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"g":{"df":4,"docs":{"4":{"tf":1.0},"52":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"k":{"8":{"df":9,"docs":{"10":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.4142135623730951},"37":{"tf":1.0},"46":{"tf":1.0},"50":{"tf":1.0},"66":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":21,"docs":{"11":{"tf":1.0},"15":{"tf":1.7320508075688772},"16":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951},"21":{"tf":1.0},"28":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"y":{"df":3,"docs":{"47":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}}},"n":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"64":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"11":{"tf":1.0},"34":{"tf":1.4142135623730951},"4":{"tf":1.0},"62":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"23":{"tf":1.0}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"26":{"tf":1.0},"52":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"23":{"tf":1.7320508075688772},"47":{"tf":1.0},"48":{"tf":1.0}},"y":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"15":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"20":{"tf":1.0},"4":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"15":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"57":{"tf":1.0},"64":{"tf":1.0},"9":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"52":{"tf":1.0},"6":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":12,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"13":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.0},"4":{"tf":1.0},"52":{"tf":1.7320508075688772},"6":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.0},"67":{"tf":1.0},"9":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":2,"docs":{"29":{"tf":1.0},"6":{"tf":2.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"13":{"tf":1.0},"40":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"14":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":22,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.7320508075688772},"28":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}},"o":{"a":{"d":{"df":2,"docs":{"24":{"tf":1.4142135623730951},"47":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"df":14,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"16":{"tf":1.0},"30":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"35":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"50":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"9":{"tf":1.0}}},"t":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":3,"docs":{"59":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0}},"i":{"c":{"df":2,"docs":{"58":{"tf":1.0},"61":{"tf":1.0}}},"df":0,"docs":{}},"s":{"/":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"11":{"tf":1.0},"52":{"tf":1.0},"64":{"tf":1.0},"66":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"25":{"tf":1.0},"66":{"tf":1.0}}},"p":{"df":2,"docs":{"17":{"tf":1.0},"32":{"tf":1.0}}},"s":{"df":1,"docs":{"9":{"tf":1.0}}}},"w":{"df":1,"docs":{"24":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"r":{"df":2,"docs":{"4":{"tf":1.0},"6":{"tf":1.0}}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"33":{"tf":1.0},"7":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"38":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"0":{"tf":1.0},"51":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":7,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.0},"62":{"tf":1.0},"7":{"tf":1.4142135623730951}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":6,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"52":{"tf":1.0},"64":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"p":{"df":3,"docs":{"10":{"tf":1.0},"50":{"tf":1.0},"62":{"tf":1.0}}},"t":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"63":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"11":{"tf":1.0},"34":{"tf":1.0}}}}}},"x":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":8,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"17":{"tf":1.0},"3":{"tf":1.0},"44":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"66":{"tf":1.0}}}}},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"47":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"1":{"tf":1.0},"2":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"d":{"df":5,"docs":{"14":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"50":{"tf":1.0},"67":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"c":{"df":7,"docs":{"26":{"tf":1.0},"41":{"tf":1.4142135623730951},"50":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0},"65":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"i":{"d":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}}},"df":1,"docs":{"38":{"tf":1.0}},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"32":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":3,"docs":{"47":{"tf":1.0},"5":{"tf":1.0},"64":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"56":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"65":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":4,"docs":{"50":{"tf":1.0},"54":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0}}}},"x":{"df":1,"docs":{"65":{"tf":1.0}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"25":{"tf":1.4142135623730951}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":8,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"15":{"tf":1.0},"2":{"tf":1.0},"24":{"tf":1.0},"52":{"tf":2.23606797749979},"62":{"tf":1.0},"9":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"0":{"tf":1.0},"29":{"tf":1.0},"7":{"tf":1.0}}}},"df":1,"docs":{"54":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"40":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"61":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"17":{"tf":1.0},"7":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":9,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"11":{"tf":1.0},"16":{"tf":1.0},"2":{"tf":1.0},"29":{"tf":1.7320508075688772},"3":{"tf":1.4142135623730951},"33":{"tf":1.0},"9":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"17":{"tf":1.0},"64":{"tf":1.0},"66":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"59":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":3,"docs":{"42":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"54":{"tf":1.0},"59":{"tf":1.0}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"df":1,"docs":{"24":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"17":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":8,"docs":{"15":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"42":{"tf":1.0},"50":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.0},"66":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"17":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"g":{"df":2,"docs":{"25":{"tf":1.0},"50":{"tf":1.0}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":12,"docs":{"0":{"tf":2.0},"11":{"tf":1.0},"23":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"4":{"tf":1.0},"52":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"67":{"tf":1.0},"9":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"27":{"tf":1.0},"40":{"tf":1.0}}}}},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"59":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":9,"docs":{"22":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.7320508075688772},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"59":{"tf":1.0},"60":{"tf":1.0}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"41":{"tf":1.0},"56":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":6,"docs":{"37":{"tf":1.4142135623730951},"41":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"46":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":36,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.0},"11":{"tf":1.0},"13":{"tf":1.4142135623730951},"16":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.7320508075688772},"38":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":2.0},"42":{"tf":1.7320508075688772},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.7320508075688772},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.7320508075688772},"52":{"tf":1.0},"54":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"65":{"tf":1.0},"67":{"tf":1.4142135623730951},"9":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"5":{"tf":1.0}},"i":{"df":1,"docs":{"17":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"df":7,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"10":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.7320508075688772},"50":{"tf":1.0},"9":{"tf":1.0}}}},"n":{"df":1,"docs":{"5":{"tf":1.0}}},"w":{"df":1,"docs":{"43":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"15":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"[":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":19,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.4142135623730951},"4":{"tf":1.0},"40":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.7320508075688772},"52":{"tf":1.0},"6":{"tf":1.4142135623730951},"64":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.0},"67":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"17":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"6":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"62":{"tf":1.0},"64":{"tf":1.0}}}}}},"k":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"\\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"59":{"tf":1.0},"60":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":3,"docs":{"42":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.0}}},"n":{"c":{"df":4,"docs":{"4":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0}}},"df":6,"docs":{"20":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"47":{"tf":1.0},"57":{"tf":1.0},"9":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"34":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":10,"docs":{"11":{"tf":1.0},"21":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.4142135623730951},"43":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":2.449489742783178},"66":{"tf":1.0}}}},"t":{"df":2,"docs":{"15":{"tf":1.0},"5":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"21":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":7,"docs":{"10":{"tf":1.0},"32":{"tf":1.0},"4":{"tf":1.4142135623730951},"5":{"tf":1.0},"62":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"66":{"tf":1.0}}}}}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.4142135623730951}}}}},"df":1,"docs":{"23":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"49":{"tf":1.0}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":10,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"4":{"tf":1.4142135623730951},"5":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"6":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"3":{"tf":1.0},"5":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.7320508075688772}}}}}}}}}},"p":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"6":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"23":{"tf":1.0}}},"k":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"10":{"tf":1.0},"62":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"45":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":7,"docs":{"1":{"tf":1.0},"16":{"tf":1.0},"25":{"tf":1.0},"30":{"tf":1.0},"39":{"tf":1.4142135623730951},"4":{"tf":1.0},"48":{"tf":1.4142135623730951}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"28":{"tf":1.0},"4":{"tf":1.0},"57":{"tf":1.0},"67":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"25":{"tf":1.0}}}}}}}},"df":0,"docs":{},"t":{"df":66,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.7320508075688772},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"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},"4":{"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":1.0},"50":{"tf":1.0},"51":{"tf":1.7320508075688772},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.7320508075688772},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.7320508075688772},"9":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"47":{"tf":1.0}}}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":5,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"57":{"tf":1.0},"64":{"tf":1.0},"67":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"16":{"tf":1.0},"30":{"tf":1.0},"50":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":1,"docs":{"6":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"13":{"tf":1.0},"20":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":10,"docs":{"15":{"tf":2.449489742783178},"16":{"tf":1.7320508075688772},"17":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":2.0},"46":{"tf":1.0},"47":{"tf":1.7320508075688772},"48":{"tf":1.0},"49":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"23":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0}}}},"r":{"df":4,"docs":{"15":{"tf":1.0},"19":{"tf":1.0},"24":{"tf":1.0},"28":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"24":{"tf":1.4142135623730951},"29":{"tf":3.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.7320508075688772}}}}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":6,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"28":{"tf":1.0},"59":{"tf":1.0},"64":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"10":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"66":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"14":{"tf":1.0},"29":{"tf":1.4142135623730951}}}}}}}},"l":{"a":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"35":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":16,"docs":{"1":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.4142135623730951},"25":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":2.0},"31":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"38":{"tf":1.0},"4":{"tf":1.7320508075688772},"52":{"tf":1.0},"6":{"tf":2.23606797749979},"62":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"u":{"df":2,"docs":{"20":{"tf":1.0},"21":{"tf":1.0}},"g":{"df":1,"docs":{"58":{"tf":1.0}},"g":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"12":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"47":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"3":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":3,"docs":{"33":{"tf":1.0},"50":{"tf":1.0},"65":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"26":{"tf":1.0},"29":{"tf":1.0},"52":{"tf":1.0},"67":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"27":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"17":{"tf":1.7320508075688772},"40":{"tf":1.4142135623730951},"8":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"4":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"5":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"62":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"30":{"tf":1.4142135623730951},"50":{"tf":2.0},"52":{"tf":1.0},"54":{"tf":1.0}}}}}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"21":{"tf":1.0},"50":{"tf":1.0}}}},"t":{"df":3,"docs":{"17":{"tf":1.0},"57":{"tf":1.0},"65":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"16":{"tf":1.0},"30":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":2.0}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.4142135623730951}}}}}},"o":{"b":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":9,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"35":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.4142135623730951},"61":{"tf":1.0},"62":{"tf":1.0}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"11":{"tf":1.0},"32":{"tf":1.0},"4":{"tf":1.0},"9":{"tf":1.0}}}}}},"d":{"df":1,"docs":{"49":{"tf":1.0}},"u":{"c":{"df":6,"docs":{"0":{"tf":1.4142135623730951},"14":{"tf":1.0},"27":{"tf":1.0},"56":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0}},"t":{"df":4,"docs":{"22":{"tf":1.0},"40":{"tf":1.0},"5":{"tf":1.0},"67":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":8,"docs":{"11":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.4142135623730951},"3":{"tf":1.0},"39":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"65":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"28":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":8,"docs":{"0":{"tf":1.0},"15":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.4142135623730951},"6":{"tf":1.0},"66":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"59":{"tf":1.0}},"r":{"df":1,"docs":{"50":{"tf":1.0}}}},"i":{"d":{"df":7,"docs":{"27":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.4142135623730951},"41":{"tf":1.0},"43":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":2,"docs":{"35":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"35":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"b":{"df":3,"docs":{"43":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"0":{"tf":1.0},"67":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"66":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"12":{"tf":1.0},"3":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"q":{"a":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"16":{"tf":1.0},"63":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"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":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":3,"docs":{"28":{"tf":1.4142135623730951},"47":{"tf":1.0},"5":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"28":{"tf":1.0},"37":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"38":{"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":{},"e":{"df":11,"docs":{"13":{"tf":1.0},"14":{"tf":1.4142135623730951},"15":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"24":{"tf":1.4142135623730951},"47":{"tf":1.0},"5":{"tf":1.0},"64":{"tf":1.4142135623730951},"65":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"6":{"tf":1.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"59":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"l":{"df":3,"docs":{"35":{"tf":1.0},"59":{"tf":1.7320508075688772},"60":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"—":{"a":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"64":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":10,"docs":{"21":{"tf":1.0},"27":{"tf":1.4142135623730951},"30":{"tf":1.0},"35":{"tf":1.7320508075688772},"4":{"tf":1.0},"50":{"tf":1.7320508075688772},"56":{"tf":1.0},"6":{"tf":1.4142135623730951},"65":{"tf":1.0},"9":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"62":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":5,"docs":{"0":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.0},"58":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"1":{"tf":1.0},"3":{"tf":1.0},"40":{"tf":1.0},"49":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"5":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"56":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":7,"docs":{"13":{"tf":1.0},"16":{"tf":1.0},"36":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0},"66":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":4,"docs":{"15":{"tf":1.0},"5":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":13,"docs":{"51":{"tf":1.7320508075688772},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":2.0},"63":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"0":{"tf":1.0}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}},"x":{"df":2,"docs":{"35":{"tf":1.0},"50":{"tf":1.0}}}},"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"17":{"tf":1.0},"56":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"14":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"24":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"52":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":5,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":7,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"66":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":9,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"21":{"tf":1.0},"25":{"tf":1.0},"5":{"tf":1.0},"66":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"52":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":5,"docs":{"10":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0},"67":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"p":{"df":1,"docs":{"46":{"tf":1.0}}}},"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"43":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"43":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":20,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"21":{"tf":1.4142135623730951},"29":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.4142135623730951},"48":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.4142135623730951},"67":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"42":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":6,"docs":{"17":{"tf":1.0},"30":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"60":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"0":{"tf":1.4142135623730951},"67":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"55":{"tf":1.0},"59":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"15":{"tf":1.0},"55":{"tf":1.0},"62":{"tf":1.7320508075688772},"9":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":4,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"16":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"7":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"61":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"5":{"tf":1.0},"66":{"tf":1.0}}}}},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":7,"docs":{"21":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"52":{"tf":1.0},"62":{"tf":1.0},"67":{"tf":1.4142135623730951}}}}},"p":{"c":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":6,"docs":{"41":{"tf":1.7320508075688772},"42":{"tf":1.4142135623730951},"54":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.7320508075688772},"60":{"tf":1.4142135623730951}}}}}}}}},"df":26,"docs":{"1":{"tf":1.0},"11":{"tf":1.7320508075688772},"14":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":2.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":2.23606797749979},"34":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"47":{"tf":1.0},"5":{"tf":1.7320508075688772},"50":{"tf":1.0},"52":{"tf":2.0},"6":{"tf":1.7320508075688772},"60":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.7320508075688772},"66":{"tf":1.4142135623730951},"67":{"tf":1.7320508075688772},"7":{"tf":1.0},"8":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":4,"docs":{"24":{"tf":1.0},"41":{"tf":1.0},"54":{"tf":1.0},"59":{"tf":1.4142135623730951}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":28,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"30":{"tf":1.7320508075688772},"31":{"tf":2.0},"32":{"tf":1.7320508075688772},"33":{"tf":1.7320508075688772},"34":{"tf":1.7320508075688772},"35":{"tf":2.0},"37":{"tf":2.23606797749979},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"42":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.7320508075688772},"50":{"tf":1.7320508075688772},"52":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.7320508075688772},"6":{"tf":1.0},"62":{"tf":1.7320508075688772},"65":{"tf":1.7320508075688772},"66":{"tf":1.7320508075688772},"67":{"tf":1.0},"7":{"tf":1.4142135623730951},"9":{"tf":1.0}},"’":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}},"{":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"35":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":7,"docs":{"10":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":1.4142135623730951},"50":{"tf":1.0},"52":{"tf":1.0},"62":{"tf":1.0},"9":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"35":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"58":{"tf":1.7320508075688772},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"57":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":6,"docs":{"30":{"tf":1.4142135623730951},"37":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"0":{"tf":1.4142135623730951},"67":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"2":{"df":1,"docs":{"38":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.7320508075688772}}}}}}}},"df":0,"docs":{}}}}},"df":34,"docs":{"1":{"tf":1.0},"10":{"tf":1.7320508075688772},"11":{"tf":2.23606797749979},"12":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":2.0},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":1.0},"22":{"tf":1.0},"29":{"tf":2.0},"30":{"tf":2.23606797749979},"31":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.7320508075688772},"42":{"tf":1.0},"44":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.4142135623730951},"52":{"tf":2.6457513110645907},"6":{"tf":1.7320508075688772},"61":{"tf":1.4142135623730951},"62":{"tf":2.23606797749979},"63":{"tf":1.0},"64":{"tf":1.4142135623730951},"65":{"tf":2.0},"66":{"tf":1.7320508075688772},"67":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":2.23606797749979}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"24":{"tf":1.0},"34":{"tf":1.0},"5":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":2,"docs":{"40":{"tf":1.0},"49":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"10":{"tf":1.0},"50":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"17":{"tf":1.0},"24":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"d":{"df":8,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"35":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0}}},"df":4,"docs":{"11":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.0},"52":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"21":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.0}}}},"df":0,"docs":{}},"f":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"59":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":3,"docs":{"15":{"tf":1.0},"59":{"tf":1.7320508075688772},"60":{"tf":1.7320508075688772}}}},"n":{"d":{"df":2,"docs":{"42":{"tf":1.0},"43":{"tf":1.0}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"17":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"29":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"26":{"tf":1.0}}},"v":{"df":1,"docs":{"62":{"tf":1.0}},"i":{"c":{"df":2,"docs":{"33":{"tf":1.0},"65":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":8,"docs":{"11":{"tf":1.0},"19":{"tf":1.0},"28":{"tf":1.0},"30":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0},"64":{"tf":1.4142135623730951},"9":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"10":{"tf":1.0},"33":{"tf":1.0},"65":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":20,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"18":{"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.4142135623730951},"29":{"tf":1.0},"4":{"tf":1.4142135623730951},"47":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"58":{"tf":1.0},"64":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":8,"docs":{"10":{"tf":1.0},"17":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0},"52":{"tf":1.0},"59":{"tf":1.0},"62":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"64":{"tf":1.7320508075688772}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"0":{"tf":1.0},"5":{"tf":1.0},"66":{"tf":1.0}}}},"w":{"df":4,"docs":{"1":{"tf":1.0},"22":{"tf":1.0},"58":{"tf":1.0},"9":{"tf":1.0}},"n":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":12,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"14":{"tf":1.4142135623730951},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"30":{"tf":1.7320508075688772},"5":{"tf":1.4142135623730951},"50":{"tf":2.23606797749979},"56":{"tf":1.0},"6":{"tf":1.4142135623730951},"66":{"tf":1.0},"67":{"tf":1.0}},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"50":{"tf":1.0}}},"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":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"19":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"23":{"tf":1.4142135623730951},"27":{"tf":1.0},"47":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":3,"docs":{"33":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0}}}}},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"df":2,"docs":{"47":{"tf":1.0},"48":{"tf":1.0}},"w":{"df":3,"docs":{"23":{"tf":1.0},"50":{"tf":1.0},"65":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"65":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"11":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":5,"docs":{"15":{"tf":1.0},"19":{"tf":1.0},"61":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"55":{"tf":1.0},"60":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"3":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"42":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"25":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":8,"docs":{"14":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.0},"29":{"tf":1.0},"39":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0},"64":{"tf":1.0}},"i":{"df":1,"docs":{"11":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":4,"docs":{"17":{"tf":1.0},"31":{"tf":1.0},"5":{"tf":1.0},"66":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"t":{"a":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"33":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"29":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"65":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"17":{"tf":1.0},"65":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"42":{"tf":1.0},"59":{"tf":1.0}}}}}}},"df":0,"docs":{}},"_":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"55":{"tf":1.0},"60":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":14,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.7320508075688772},"52":{"tf":1.0},"54":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.4142135623730951},"65":{"tf":1.0},"67":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"17":{"tf":1.0},"24":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0}}},"i":{"c":{"df":2,"docs":{"42":{"tf":1.0},"59":{"tf":1.0}}},"df":0,"docs":{}}},"y":{"df":6,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"26":{"tf":1.0},"47":{"tf":1.0},"60":{"tf":1.4142135623730951},"66":{"tf":1.0}}}},"d":{":":{":":{"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":{"42":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{":":{":":{"a":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"59":{"tf":1.0}}},"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":{":":{":":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"38":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"15":{"tf":1.0},"50":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"23":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"66":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"28":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":4,"docs":{"47":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"67":{"tf":1.0}}}},"r":{"df":3,"docs":{"42":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"67":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"20":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"42":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"b":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":2,"docs":{"16":{"tf":1.0},"64":{"tf":1.4142135623730951}}}}}},"u":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":5,"docs":{"0":{"tf":1.0},"19":{"tf":1.0},"23":{"tf":1.4142135623730951},"25":{"tf":1.0},"67":{"tf":1.0}}}},"t":{"df":6,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"19":{"tf":1.0},"25":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"0":{"tf":1.4142135623730951},"67":{"tf":1.0}}}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":10,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"64":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"34":{"tf":1.0}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"41":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":7,"docs":{"10":{"tf":1.0},"37":{"tf":1.4142135623730951},"38":{"tf":1.0},"42":{"tf":1.7320508075688772},"45":{"tf":1.0},"46":{"tf":1.7320508075688772},"63":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":2,"docs":{"43":{"tf":1.4142135623730951},"44":{"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":{"17":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"16":{"tf":1.0},"66":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"65":{"tf":1.0}}}}}}},"n":{"c":{"df":3,"docs":{"29":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"27":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":8,"docs":{"14":{"tf":1.4142135623730951},"16":{"tf":1.0},"21":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"52":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.4142135623730951}}}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"59":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"60":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":7,"docs":{"11":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"5":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.7320508075688772},"66":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"52":{"tf":1.0}}}}},"d":{"df":3,"docs":{"14":{"tf":1.0},"35":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":3,"docs":{"17":{"tf":1.0},"3":{"tf":1.4142135623730951},"64":{"tf":1.0}}},"r":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"15":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":31,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.0},"10":{"tf":1.7320508075688772},"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.7320508075688772},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.4142135623730951},"44":{"tf":1.0},"47":{"tf":1.4142135623730951},"49":{"tf":1.0},"5":{"tf":1.7320508075688772},"52":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"9":{"tf":2.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"56":{"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":{"55":{"tf":1.0}}}},"df":0,"docs":{}}}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"38":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"{":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"60":{"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":{"42":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"59":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"s":{":":{":":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":2,"docs":{"36":{"tf":1.0},"38":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"16":{"tf":1.0},"3":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"30":{"tf":1.0},"7":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"0":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"m":{"df":0,"docs":{},"e":{"df":12,"docs":{"0":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"17":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.7320508075688772},"3":{"tf":1.4142135623730951},"32":{"tf":1.0},"5":{"tf":1.4142135623730951},"50":{"tf":1.0},"6":{"tf":1.0},"66":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"35":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0}}}}},"r":{"df":1,"docs":{"23":{"tf":1.4142135623730951}}}}}},"o":{"d":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":6,"docs":{"0":{"tf":1.0},"14":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"9":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"l":{"df":2,"docs":{"40":{"tf":1.0},"50":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"26":{"tf":1.0},"28":{"tf":1.0},"5":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"23":{"tf":1.0},"45":{"tf":1.0}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":31,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"28":{"tf":2.0},"30":{"tf":1.0},"4":{"tf":2.0},"41":{"tf":1.0},"45":{"tf":1.7320508075688772},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.7320508075688772},"57":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"6":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.4142135623730951},"67":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}},"y":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"g":{"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":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"59":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"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":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"64":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"35":{"tf":1.0},"50":{"tf":1.0},"62":{"tf":1.0},"9":{"tf":1.0}}},"k":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":18,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"14":{"tf":1.4142135623730951},"15":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.4142135623730951},"24":{"tf":1.7320508075688772},"3":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":2.0},"5":{"tf":1.4142135623730951},"52":{"tf":1.0},"54":{"tf":1.0},"6":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"43":{"tf":1.4142135623730951},"58":{"tf":1.0},"64":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":14,"docs":{"11":{"tf":1.0},"13":{"tf":1.4142135623730951},"15":{"tf":1.0},"16":{"tf":1.0},"19":{"tf":2.0},"20":{"tf":2.0},"21":{"tf":1.0},"29":{"tf":1.0},"35":{"tf":1.0},"6":{"tf":1.0},"64":{"tf":1.4142135623730951},"65":{"tf":1.4142135623730951},"66":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"16":{"tf":1.0},"44":{"tf":1.0},"50":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"10":{"tf":1.7320508075688772}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"50":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"13":{"tf":1.0},"25":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"65":{"tf":1.7320508075688772}}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"24":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"38":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"66":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"17":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":3,"docs":{"17":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"31":{"tf":1.0},"4":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"17":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":1,"docs":{"19":{"tf":1.0}}}},"x":{"/":{"d":{"a":{"df":2,"docs":{"39":{"tf":1.0},"47":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"31":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"23":{"tf":1.0},"3":{"tf":1.4142135623730951},"52":{"tf":1.0},"54":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"60":{"tf":1.0},"65":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":3,"docs":{"16":{"tf":1.0},"48":{"tf":1.0},"62":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"11":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"10":{"tf":1.0},"16":{"tf":1.7320508075688772},"38":{"tf":1.4142135623730951},"44":{"tf":1.0}}}},"df":27,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.4142135623730951},"24":{"tf":1.0},"30":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.7320508075688772},"42":{"tf":1.4142135623730951},"5":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.0},"59":{"tf":2.23606797749979},"60":{"tf":1.7320508075688772},"62":{"tf":1.0},"64":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":45,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"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":1.0},"50":{"tf":1.0},"64":{"tf":1.0},"8":{"tf":1.7320508075688772},"9":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"z":{"df":3,"docs":{"43":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"10":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":26,"docs":{"0":{"tf":2.0},"11":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.7320508075688772},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"26":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.4142135623730951},"49":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.0},"64":{"tf":1.4142135623730951},"66":{"tf":1.0},"67":{"tf":1.7320508075688772},"7":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":1,"docs":{"25":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"28":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"37":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"!":{"[":{"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":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":1,"docs":{"59":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"5":{"tf":1.0},"66":{"tf":1.0}},"f":{"df":2,"docs":{"27":{"tf":1.0},"7":{"tf":1.0}},"i":{"df":8,"docs":{"0":{"tf":1.4142135623730951},"14":{"tf":1.0},"23":{"tf":1.0},"4":{"tf":1.0},"50":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"67":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"i":{"a":{"df":1,"docs":{"46":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":6,"docs":{"10":{"tf":1.0},"14":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":2,"docs":{"40":{"tf":1.0},"49":{"tf":1.0}}}},"w":{"[":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"30":{"tf":1.0},"6":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"15":{"tf":1.0},"5":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":13,"docs":{"14":{"tf":1.4142135623730951},"15":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"35":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.0},"9":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"24":{"tf":1.4142135623730951}}}}},"df":1,"docs":{"6":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"15":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"64":{"tf":1.0},"67":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"65":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":10,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"30":{"tf":1.0},"39":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.4142135623730951},"64":{"tf":1.0},"65":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":4,"docs":{"33":{"tf":1.0},"54":{"tf":1.0},"61":{"tf":1.4142135623730951},"65":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"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":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"5":{"0":{"df":1,"docs":{"38":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"0":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":1,"docs":{"38":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"26":{"tf":1.0},"48":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"1":{"tf":1.0},"27":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":2,"docs":{"3":{"tf":1.0},"37":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"10":{"tf":1.0},"62":{"tf":1.7320508075688772},"9":{"tf":1.4142135623730951}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":47,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.7320508075688772},"12":{"tf":2.0},"13":{"tf":2.449489742783178},"14":{"tf":2.6457513110645907},"15":{"tf":1.0},"16":{"tf":1.7320508075688772},"17":{"tf":1.4142135623730951},"18":{"tf":1.0},"19":{"tf":1.7320508075688772},"20":{"tf":2.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.7320508075688772},"24":{"tf":1.7320508075688772},"25":{"tf":1.0},"30":{"tf":1.7320508075688772},"35":{"tf":1.4142135623730951},"36":{"tf":1.7320508075688772},"37":{"tf":1.4142135623730951},"39":{"tf":1.0},"4":{"tf":1.7320508075688772},"41":{"tf":1.0},"42":{"tf":1.7320508075688772},"43":{"tf":1.0},"44":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.4142135623730951},"52":{"tf":2.23606797749979},"54":{"tf":1.7320508075688772},"55":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":2.0},"59":{"tf":2.6457513110645907},"6":{"tf":2.449489742783178},"60":{"tf":1.4142135623730951},"61":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.7320508075688772},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"29":{"tf":1.0},"42":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"10":{"tf":1.0},"9":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"d":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"df":1,"docs":{"66":{"tf":1.0}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"’":{"df":0,"docs":{},"r":{"df":2,"docs":{"39":{"tf":1.0},"49":{"tf":1.0}}}}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}},"title":{"root":{"2":{"df":1,"docs":{"19":{"tf":1.0}}},"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"df":0,"docs":{}},"d":{"df":4,"docs":{"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"43":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"63":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"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":{"11":{"tf":1.0}}}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"46":{"tf":1.0}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"25":{"tf":1.0}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"40":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"26":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"z":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"25":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":4,"docs":{"21":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"64":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"35":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"47":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"44":{"tf":1.0}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"64":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":3,"docs":{"41":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"64":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"62":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"26":{"tf":1.0},"27":{"tf":1.0}}}}}}}},"d":{"a":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"27":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"51":{"tf":1.0},"52":{"tf":1.0}}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"tf":1.0}},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"l":{"df":1,"docs":{"64":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"18":{"tf":1.0},"22":{"tf":1.0},"58":{"tf":1.0}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":9,"docs":{"12":{"tf":1.0},"14":{"tf":1.0},"26":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}}}}},"f":{"a":{"df":0,"docs":{},"q":{"df":1,"docs":{"66":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"26":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"53":{"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":{"28":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"67":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"57":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}},"i":{"df":1,"docs":{"51":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"62":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"v":{"df":1,"docs":{"63":{"tf":1.0}}}},"k":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"21":{"tf":1.0}}}}},"o":{"a":{"d":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"25":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"52":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"29":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"23":{"tf":1.0}}}}}}},"w":{"df":1,"docs":{"58":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":3,"docs":{"41":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}}},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"39":{"tf":1.0},"48":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"2":{"tf":1.0},"51":{"tf":1.0},"63":{"tf":1.0},"8":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0}}}}}}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"29":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}}}}}}},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"29":{"tf":1.0}}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"17":{"tf":1.0},"40":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"o":{"b":{"df":0,"docs":{},"e":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"59":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"51":{"tf":1.0},"62":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}}}}}},"df":2,"docs":{"27":{"tf":1.0},"30":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"56":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":6,"docs":{"11":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"65":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"64":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"19":{"tf":1.0},"59":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"60":{"tf":1.0}}}},"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"28":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":3,"docs":{"28":{"tf":1.0},"45":{"tf":1.0},"57":{"tf":1.0}}}}}}}},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"19":{"tf":1.0},"20":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":1,"docs":{"10":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"65":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"16":{"tf":1.0},"38":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"w":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"24":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"61":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"37":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":10,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"36":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"lang":"English","pipeline":["trimmer","stopWordFilter","stemmer"],"ref":"id","version":"0.9.5"},"results_options":{"limit_results":30,"teaser_word_count":30},"search_options":{"bool":"OR","expand":true,"fields":{"body":{"boost":1},"breadcrumbs":{"boost":1},"title":{"boost":2}}}}')); \ No newline at end of file diff --git a/docs/searchindex-3778ecaf.js b/docs/searchindex-3778ecaf.js new file mode 100644 index 0000000..aec23fd --- /dev/null +++ b/docs/searchindex-3778ecaf.js @@ -0,0 +1 @@ +window.search = Object.assign(window.search, JSON.parse('{"doc_urls":["project-context-primer.html#project-context-primer","what-you-will-learn.html#what-you-will-learn","part-i.html#part-i--foundations","introduction.html#introduction","architecture-overview.html#architecture-overview","testing-philosophy.html#testing-philosophy","testing-philosophy.html#declarative-over-imperative","testing-philosophy.html#protocol-time-not-wall-time","testing-philosophy.html#determinism-first-chaos-when-needed","testing-philosophy.html#observable-health-signals","testing-philosophy.html#minimum-run-windows","testing-philosophy.html#summary","scenario-lifecycle.html#scenario-lifecycle","design-rationale.html#design-rationale","part-ii.html#part-ii--user-guide","workspace-layout.html#workspace-layout","annotated-tree.html#annotated-tree","authoring-scenarios.html#authoring-scenarios","workloads.html#core-content-workloads--expectations","workloads.html#workloads","workloads.html#expectations","scenario-builder-ext-patterns.html#core-content-scenariobuilderext-patterns","best-practices.html#best-practices","examples.html#examples","examples.html#simple-consensus-liveness","examples.html#transaction-workload","examples.html#da--transaction-workload","examples.html#chaos-resilience-test","examples-advanced.html#advanced-examples","examples-advanced.html#load-progression-test","examples-advanced.html#sustained-load-test","examples-advanced.html#rolling-restart-test","examples-advanced.html#aggressive-chaos-test","examples-advanced.html#partition-recovery-test","examples-advanced.html#extension-ideas","examples-advanced.html#custom-expectation-block-timing-consistency","examples-advanced.html#custom-workload-targeted-executor-restart","examples-advanced.html#custom-deployer-config-validator","running-scenarios.html#running-scenarios","runners.html#runners","runners.html#local-runner","runners.html#docker-compose-runner","runners.html#kubernetes-runner","runners.html#common-expectations","operations.html#operations","part-iii.html#part-iii--developer-reference","scenario-model.html#scenario-model-developer-level","extending.html#extending-the-framework","extending.html#adding-a-workload","extending.html#adding-an-expectation","extending.html#adding-a-runner","extending.html#adding-topology-helpers","custom-workload-example.html#example-new-workload--expectation-rust","custom-workload-example.html#workload-simple-reachability-probe","custom-workload-example.html#expectation-confirm-the-target-stayed-reachable","custom-workload-example.html#how-to-wire-it","internal-crate-reference.html#internal-crate-reference","part-iv.html#part-iv--appendix","dsl-cheat-sheet.html#core-content-dsl-cheat-sheet","troubleshooting.html#troubleshooting-scenarios","faq.html#faq","glossary.html#glossary"],"index":{"documentStore":{"docInfo":{"0":{"body":78,"breadcrumbs":6,"title":3},"1":{"body":26,"breadcrumbs":2,"title":1},"10":{"body":40,"breadcrumbs":7,"title":3},"11":{"body":26,"breadcrumbs":5,"title":1},"12":{"body":102,"breadcrumbs":6,"title":2},"13":{"body":68,"breadcrumbs":6,"title":2},"14":{"body":10,"breadcrumbs":8,"title":4},"15":{"body":94,"breadcrumbs":8,"title":2},"16":{"body":59,"breadcrumbs":8,"title":2},"17":{"body":101,"breadcrumbs":8,"title":2},"18":{"body":18,"breadcrumbs":12,"title":4},"19":{"body":38,"breadcrumbs":9,"title":1},"2":{"body":10,"breadcrumbs":4,"title":2},"20":{"body":54,"breadcrumbs":9,"title":1},"21":{"body":84,"breadcrumbs":12,"title":4},"22":{"body":96,"breadcrumbs":8,"title":2},"23":{"body":11,"breadcrumbs":6,"title":1},"24":{"body":51,"breadcrumbs":8,"title":3},"25":{"body":45,"breadcrumbs":7,"title":2},"26":{"body":52,"breadcrumbs":8,"title":3},"27":{"body":51,"breadcrumbs":8,"title":3},"28":{"body":9,"breadcrumbs":9,"title":2},"29":{"body":66,"breadcrumbs":10,"title":3},"3":{"body":84,"breadcrumbs":4,"title":1},"30":{"body":61,"breadcrumbs":10,"title":3},"31":{"body":70,"breadcrumbs":10,"title":3},"32":{"body":77,"breadcrumbs":10,"title":3},"33":{"body":82,"breadcrumbs":10,"title":3},"34":{"body":0,"breadcrumbs":9,"title":2},"35":{"body":32,"breadcrumbs":12,"title":5},"36":{"body":42,"breadcrumbs":12,"title":5},"37":{"body":24,"breadcrumbs":11,"title":4},"38":{"body":75,"breadcrumbs":8,"title":2},"39":{"body":20,"breadcrumbs":6,"title":1},"4":{"body":106,"breadcrumbs":6,"title":2},"40":{"body":16,"breadcrumbs":7,"title":2},"41":{"body":23,"breadcrumbs":8,"title":3},"42":{"body":17,"breadcrumbs":7,"title":2},"43":{"body":43,"breadcrumbs":7,"title":2},"44":{"body":130,"breadcrumbs":6,"title":1},"45":{"body":10,"breadcrumbs":8,"title":4},"46":{"body":116,"breadcrumbs":12,"title":4},"47":{"body":0,"breadcrumbs":8,"title":2},"48":{"body":39,"breadcrumbs":8,"title":2},"49":{"body":21,"breadcrumbs":8,"title":2},"5":{"body":17,"breadcrumbs":6,"title":2},"50":{"body":29,"breadcrumbs":8,"title":2},"51":{"body":21,"breadcrumbs":9,"title":3},"52":{"body":19,"breadcrumbs":14,"title":5},"53":{"body":120,"breadcrumbs":13,"title":4},"54":{"body":67,"breadcrumbs":14,"title":5},"55":{"body":24,"breadcrumbs":10,"title":1},"56":{"body":91,"breadcrumbs":10,"title":3},"57":{"body":10,"breadcrumbs":6,"title":3},"58":{"body":84,"breadcrumbs":11,"title":5},"59":{"body":86,"breadcrumbs":7,"title":2},"6":{"body":40,"breadcrumbs":7,"title":3},"60":{"body":99,"breadcrumbs":5,"title":1},"61":{"body":130,"breadcrumbs":5,"title":1},"7":{"body":89,"breadcrumbs":8,"title":4},"8":{"body":66,"breadcrumbs":8,"title":4},"9":{"body":51,"breadcrumbs":7,"title":3}},"docs":{"0":{"body":"This book focuses on the Nomos Testing Framework. It assumes familiarity with\\nthe Nomos architecture, but for completeness, here is a short primer. Nomos is a modular blockchain protocol with validators and a data-availability\\n(DA) subsystem. Validators participate in consensus and produce blocks. Executors are validators with the DA dispersal service enabled. They can\\nsubmit transactions and disperse blob data to the DA network. Data Availability (DA) handles blob data within transactions. When\\ntransactions include ChannelBlob operations, executors disperse the blob data\\nto the DA network, and validators sample and verify it’s available. These roles interact tightly, which is why meaningful testing must be performed\\nin multi-node environments that include real networking, timing, and DA\\ninteraction.","breadcrumbs":"Project Context Primer » Project Context Primer","id":"0","title":"Project Context Primer"},"1":{"body":"This book gives you a clear mental model for Nomos multi-node testing, shows how\\nto author scenarios that pair realistic workloads with explicit expectations,\\nand guides you to run them across local, containerized, and cluster environments\\nwithout changing the plan.","breadcrumbs":"What You Will Learn » What You Will Learn","id":"1","title":"What You Will Learn"},"10":{"body":"Always run long enough for meaningful block production: #![allow(unused)] fn main() {\\n// Bad: too short\\n.with_run_duration(Duration::from_secs(5)) // Maybe 0-1 blocks // Good: enough blocks for assertions\\n.with_run_duration(Duration::from_secs(60)) // ~10+ blocks } The framework enforces minimum durations, but be explicit. Very short runs\\nrisk false confidence—one lucky block doesn’t prove liveness.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Minimum Run Windows","id":"10","title":"Minimum Run Windows"},"11":{"body":"These principles keep scenarios: Portable across environments (protocol time, declarative) Debuggable (determinism, separation of concerns) Meaningful (observable signals, sufficient duration) When authoring scenarios, ask: “Does this test the protocol behavior or\\nmy local environment quirks?”","breadcrumbs":"Part I — Foundations » Testing Philosophy » Summary","id":"11","title":"Summary"},"12":{"body":"Build the plan: Declare a topology, attach workloads and expectations, and set the run window. The plan is the single source of truth for what will happen. Deploy: Hand the plan to a runner. It provisions the environment on the chosen backend and waits for nodes to signal readiness. Drive workloads: Start traffic and behaviors (transactions, data-availability activity, restarts) for the planned duration. Observe blocks and signals: Track block progression and other high-level metrics during or after the run window to ground assertions in protocol time. Evaluate expectations: Once activity stops (and optional cooldown completes), check liveness and workload-specific outcomes to decide pass or fail. Cleanup: Tear down resources so successive runs start fresh and do not inherit leaked state. flowchart LR P[Plan
topology + workloads + expectations] --> D[Deploy
runner provisions] D --> R[Readiness
wait for nodes] R --> W[Drive Workloads] W --> O[Observe
blocks/metrics] O --> E[Evaluate Expectations] E --> C[Cleanup]","breadcrumbs":"Part I — Foundations » Scenario Lifecycle » Scenario Lifecycle","id":"12","title":"Scenario Lifecycle"},"13":{"body":"Modular crates keep configuration, orchestration, workloads, and runners decoupled so each can evolve without breaking the others. Pluggable runners let the same scenario run on a laptop, a Docker host, or a Kubernetes cluster, making validation portable across environments. Separated workloads and expectations clarify intent: what traffic to generate versus how to judge success. This simplifies review and reuse. Declarative topology makes cluster shape explicit and repeatable, reducing surprise when moving between CI and developer machines. Maintainability through predictability: a clear flow from plan to deployment to verification lowers the cost of extending the framework and interpreting failures.","breadcrumbs":"Part I — Foundations » Design Rationale » Design Rationale","id":"13","title":"Design Rationale"},"14":{"body":"Practical guidance for shaping scenarios, combining workloads and expectations,\\nand running them across different environments.","breadcrumbs":"Part II — User Guide » Part II — User Guide","id":"14","title":"Part II — User Guide"},"15":{"body":"The workspace focuses on multi-node integration testing and sits alongside a nomos-node checkout. Its crates separate concerns to keep scenarios\\nrepeatable and portable: Configs: prepares high-level node, network, tracing, and wallet settings\\nused across test environments. Core scenario orchestration: the engine that holds topology descriptions,\\nscenario plans, runtimes, workloads, and expectations. Workflows: ready-made workloads (transactions, data-availability, chaos)\\nand reusable expectations assembled into a user-facing DSL. Runners: deployment backends for local processes, Docker Compose, and\\nKubernetes, all consuming the same scenario plan. Test workflows: example scenarios and integration checks that show how\\nthe pieces fit together. This split keeps configuration, orchestration, reusable traffic patterns, and\\ndeployment adapters loosely coupled while sharing one mental model for tests.","breadcrumbs":"Part II — User Guide » Workspace Layout » Workspace Layout","id":"15","title":"Workspace Layout"},"16":{"body":"High-level view of the workspace and how pieces relate: nomos-testing/\\n├─ testing-framework/\\n│ ├─ configs/ # shared configuration helpers\\n│ ├─ core/ # scenario model, runtime, topology\\n│ ├─ workflows/ # workloads, expectations, DSL extensions\\n│ └─ runners/ # local, compose, k8s deployment backends\\n├─ tests/ # integration scenarios using the framework\\n└─ scripts/ # supporting setup utilities (e.g., assets) Each area maps to a responsibility: describe configs, orchestrate scenarios,\\npackage common traffic and assertions, adapt to environments, and demonstrate\\nend-to-end usage.","breadcrumbs":"Part II — User Guide » Annotated Tree » Annotated Tree","id":"16","title":"Annotated Tree"},"17":{"body":"Creating a scenario is a declarative exercise: Shape the topology: decide how many validators and executors to run, and\\nwhat high-level network and data-availability characteristics matter for the\\ntest. Attach workloads: pick traffic generators that align with your goals\\n(transactions, data-availability blobs, or chaos for resilience probes). Define expectations: specify the health signals that must hold when the\\nrun finishes (e.g., consensus liveness, inclusion of submitted activity; see Core Content: Workloads & Expectations). Set duration: choose a run window long enough to observe meaningful\\nblock progression and the effects of your workloads. Choose a runner: target local processes for fast iteration, Docker\\nCompose for reproducible multi-node stacks, or Kubernetes for cluster-grade\\nvalidation. For environment considerations, see Operations. Keep scenarios small and explicit: make the intended behavior and the success\\ncriteria clear so failures are easy to interpret and act upon.","breadcrumbs":"Part II — User Guide » Authoring Scenarios » Authoring Scenarios","id":"17","title":"Authoring Scenarios"},"18":{"body":"Workloads describe the activity a scenario generates; expectations describe the\\nsignals that must hold when that activity completes. Both are pluggable so\\nscenarios stay readable and purpose-driven.","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Core Content: Workloads & Expectations","id":"18","title":"Core Content: Workloads & Expectations"},"19":{"body":"Transaction workload: submits user-level transactions at a configurable\\nrate and can limit how many distinct actors participate. Data-availability workload: drives blob and channel activity to exercise\\ndata-availability paths. Chaos workload: triggers controlled node restarts to test resilience and\\nrecovery behaviors (requires a runner that can control nodes).","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Workloads","id":"19","title":"Workloads"},"2":{"body":"Conceptual chapters that establish the mental model for the framework and how\\nit approaches multi-node testing.","breadcrumbs":"Part I — Foundations » Part I — Foundations","id":"2","title":"Part I — Foundations"},"20":{"body":"Consensus liveness: verifies the system continues to produce blocks in\\nline with the planned workload and timing window. Workload-specific checks: each workload can attach its own success\\ncriteria (e.g., inclusion of submitted activity) so scenarios remain concise. Together, workloads and expectations let you express both the pressure applied\\nto the system and the definition of “healthy” for that run. flowchart TD I[Inputs
topology + wallets + rates] --> Init[Workload init] Init --> Drive[Drive traffic] Drive --> Collect[Collect signals] Collect --> Eval[Expectations evaluate]","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Expectations","id":"20","title":"Expectations"},"21":{"body":"Patterns that keep scenarios readable and reusable: Topology-first: start by shaping the cluster (counts, layout) so later\\nsteps inherit a clear foundation. Bundle defaults: use the DSL helpers to attach common expectations (like\\nliveness) whenever you add a matching workload, reducing forgotten checks. Intentional rates: express traffic in per-block terms to align with\\nprotocol timing rather than wall-clock assumptions. Opt-in chaos: enable restart patterns only in scenarios meant to probe\\nresilience; keep functional smoke tests deterministic. Wallet clarity: seed only the number of actors you need; it keeps\\ntransaction scenarios deterministic and interpretable. These patterns make scenario definitions self-explanatory while staying aligned\\nwith the framework’s block-oriented timing model.","breadcrumbs":"Part II — User Guide » Core Content: ScenarioBuilderExt Patterns » Core Content: ScenarioBuilderExt Patterns","id":"21","title":"Core Content: ScenarioBuilderExt Patterns"},"22":{"body":"State your intent: document the goal of each scenario (throughput, DA\\nvalidation, resilience) so expectation choices are obvious. Keep runs meaningful: choose durations that allow multiple blocks and make\\ntiming-based assertions trustworthy. Separate concerns: start with deterministic workloads for functional\\nchecks; add chaos in dedicated resilience scenarios to avoid noisy failures. Reuse patterns: standardize on shared topology and workload presets so\\nresults are comparable across environments and teams. Observe first, tune second: rely on liveness and inclusion signals to\\ninterpret outcomes before tweaking rates or topology. Environment fit: pick runners that match the feedback loop you need—local\\nfor speed, compose for reproducible stacks, k8s for cluster-grade fidelity. Minimal surprises: seed only necessary wallets and keep configuration\\ndeltas explicit when moving between CI and developer machines.","breadcrumbs":"Part II — User Guide » Best Practices » Best Practices","id":"22","title":"Best Practices"},"23":{"body":"Concrete scenarios showing how to combine topologies, workloads, and\\nexpectations. Copy and adjust these to fit your needs.","breadcrumbs":"Part II — User Guide » Examples » Examples","id":"23","title":"Examples"},"24":{"body":"Basic smoke test verifying validators can produce blocks. #![allow(unused)] fn main() {\\nuse nomos_testing_core::scenario::{Deployer, ScenarioBuilder};\\nuse nomos_testing_runner_local::LocalDeployer;\\nuse nomos_testing_workflows::ScenarioBuilderExt;\\nuse std::time::Duration; #[tokio::test]\\nasync fn test_consensus_liveness() -> Result<(), Box> { let mut plan = ScenarioBuilder::topology() .network_star() .validators(3) .executors(0) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(30)) .build(); let deployer = LocalDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } When to use: Quick validation that consensus works on minimal hardware.","breadcrumbs":"Part II — User Guide » Examples » Simple consensus liveness","id":"24","title":"Simple consensus liveness"},"25":{"body":"Submit transactions and verify inclusion. #![allow(unused)] fn main() {\\n#[tokio::test]\\nasync fn test_transaction_inclusion() -> Result<(), Box> { let mut plan = ScenarioBuilder::topology() .network_star() .validators(2) .executors(1) .apply() .wallets(10) .transactions() .rate(5) .users(5) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(60)) .build(); let deployer = LocalDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } When to use: Verify transaction submission and inclusion under light load.","breadcrumbs":"Part II — User Guide » Examples » Transaction workload","id":"25","title":"Transaction workload"},"26":{"body":"Stress both transaction and DA paths simultaneously. #![allow(unused)] fn main() {\\n#[tokio::test]\\nasync fn test_mixed_workload() -> Result<(), Box> { let mut plan = ScenarioBuilder::topology() .network_star() .validators(3) .executors(2) .apply() .wallets(20) .transactions() .rate(10) .users(10) .apply() .da() .channel_rate(2) .blob_rate(1) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(120)) .build(); let deployer = LocalDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } When to use: End-to-end validation that transaction and DA layers work together.","breadcrumbs":"Part II — User Guide » Examples » DA + transaction workload","id":"26","title":"DA + transaction workload"},"27":{"body":"Verify consensus survives node restarts. #![allow(unused)] fn main() {\\n#[tokio::test]\\nasync fn test_chaos_resilience() -> Result<(), Box> { let mut plan = ScenarioBuilder::topology() .network_star() .validators(4) .executors(1) .apply() .enable_node_control() .wallets(10) .transactions() .rate(5) .users(5) .apply() .chaos() .restart() .min_delay(Duration::from_secs(15)) .max_delay(Duration::from_secs(25)) .target_cooldown(Duration::from_secs(45)) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(90)) .build(); let deployer = LocalDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } When to use: Resilience validation and operational readiness testing.","breadcrumbs":"Part II — User Guide » Examples » Chaos resilience test","id":"27","title":"Chaos resilience test"},"28":{"body":"Realistic advanced scenarios for capacity testing, operational validation, and\\nresilience probing.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Advanced Examples","id":"28","title":"Advanced Examples"},"29":{"body":"Find the breaking point by gradually increasing transaction rate. #![allow(unused)] fn main() {\\n#[tokio::test]\\nasync fn test_capacity_limit() -> Result<(), Box> { for rate in [10, 20, 50, 100] { let mut plan = ScenarioBuilder::topology() .network_star() .validators(3) .executors(2) .apply() .wallets(50) .transactions() .rate(rate) .users(20) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(60)) .build(); let deployer = LocalDeployer::default(); let runner = deployer.deploy(&plan).await?; match runner.run(&mut plan).await { Ok(_) => println!(\\"✓ Handled {rate} tx/block\\"), Err(e) => { println!(\\"✗ Failed at {rate} tx/block: {e}\\"); break; } } } Ok(())\\n} } When to use: Capacity planning, finding performance limits, validating\\nhardware requirements.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Load progression test","id":"29","title":"Load progression test"},"3":{"body":"The Nomos Testing Framework is a purpose-built toolkit for exercising Nomos in\\nrealistic, multi-node environments. It solves the gap between small, isolated\\ntests and full-system validation by letting teams describe a cluster layout,\\ndrive meaningful traffic, and assert the outcomes in one coherent plan. It is for protocol engineers, infrastructure operators, and QA teams who need\\nrepeatable confidence that validators, executors, and data-availability\\ncomponents work together under network and timing constraints. Multi-node integration testing is required because many Nomos behaviors—block\\nprogress, data availability, liveness under churn—only emerge when several\\nroles interact over real networking and time. This framework makes those checks\\ndeclarative, observable, and portable across environments.","breadcrumbs":"Part I — Foundations » Introduction » Introduction","id":"3","title":"Introduction"},"30":{"body":"Run moderate load for extended duration to catch memory leaks or gradual\\ndegradation. #![allow(unused)] fn main() {\\n#[tokio::test]\\nasync fn test_sustained_load() -> Result<(), Box> { let mut plan = ScenarioBuilder::topology() .network_star() .validators(4) .executors(2) .apply() .wallets(100) .transactions() .rate(20) .users(30) .apply() .da() .channel_rate(5) .blob_rate(2) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(600)) // 10 minutes .build(); let deployer = ComposeRunner::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } When to use: Soak testing, memory leak detection, long-term stability\\nvalidation before production.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Sustained load test","id":"30","title":"Sustained load test"},"31":{"body":"Restart validators one at a time (like a rolling upgrade) while maintaining\\nconsensus. #![allow(unused)] fn main() {\\n#[tokio::test]\\nasync fn test_rolling_restart() -> Result<(), Box> { let mut plan = ScenarioBuilder::topology() .network_star() .validators(5) // Need 5 to tolerate 1 down .executors(1) .apply() .enable_node_control() .wallets(20) .transactions() .rate(10) .users(10) .apply() .chaos() .restart() .min_delay(Duration::from_secs(30)) // Space out restarts .max_delay(Duration::from_secs(40)) .target_cooldown(Duration::from_secs(120)) // Long cooldown = one at a time .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(300)) .build(); let deployer = ComposeRunner::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } When to use: Validating rolling upgrade procedures, verifying graceful\\nhandoff during restarts.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Rolling restart test","id":"31","title":"Rolling restart test"},"32":{"body":"Frequent restarts with shorter cooldown to stress recovery paths. #![allow(unused)] fn main() {\\n#[tokio::test]\\nasync fn test_aggressive_chaos() -> Result<(), Box> { let mut plan = ScenarioBuilder::topology() .network_star() .validators(7) // Need more nodes for aggressive chaos .executors(1) .apply() .enable_node_control() .wallets(20) .transactions() .rate(5) .users(10) .apply() .chaos() .restart() .min_delay(Duration::from_secs(5)) // Very short delays .max_delay(Duration::from_secs(10)) .target_cooldown(Duration::from_secs(20)) // Nodes can restart multiple times .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(120)) .build(); let deployer = ComposeRunner::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } When to use: Stress testing recovery mechanisms, finding edge cases in restart\\nhandling. Requires more validators (7) to tolerate multiple simultaneous restarts.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Aggressive chaos test","id":"32","title":"Aggressive chaos test"},"33":{"body":"Restart multiple validators simultaneously (simulating network partition), verify\\nrecovery. #![allow(unused)] fn main() {\\n#[tokio::test]\\nasync fn test_partition_recovery() -> Result<(), Box> { let mut plan = ScenarioBuilder::topology() .network_star() .validators(7) // Need 7 to tolerate 2-3 down .executors(1) .apply() .enable_node_control() .wallets(20) .transactions() .rate(5) .users(10) .apply() .chaos() .restart() .min_delay(Duration::from_secs(10)) // Short delays = multiple nodes restart close together .max_delay(Duration::from_secs(15)) .target_cooldown(Duration::from_secs(60)) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(120)) .build(); let deployer = ComposeRunner::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } When to use: Testing recovery from network partitions, validating Byzantine\\nfault tolerance limits (with 7 validators, can tolerate 2 Byzantine = up to 2-3\\nsimultaneous restarts).","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Partition recovery test","id":"33","title":"Partition recovery test"},"34":{"body":"","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Extension Ideas","id":"34","title":"Extension Ideas"},"35":{"body":"Verify block production stays within expected timing bounds by collecting block\\ntimestamps from the block feed, calculating intervals, and asserting they stay\\nwithin tolerance of the configured slot duration. Why useful: Catches timing degradation that liveness checks miss (blocks\\nprogress, but too slowly).","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Custom Expectation: Block Timing Consistency","id":"35","title":"Custom Expectation: Block Timing Consistency"},"36":{"body":"A workload that specifically targets and restarts executors (not random nodes),\\nthen verifies transaction submission continued through a different executor. Why useful: True executor failover testing. Current chaos workload restarts\\nrandom nodes, so you can’t verify “executor A died, executor B took over.” Would\\nrequire custom node control logic to identify and target specific executors.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Custom Workload: Targeted Executor Restart","id":"36","title":"Custom Workload: Targeted Executor Restart"},"37":{"body":"A deployer that generates configs, validates them against schema, checks for\\nconflicts (duplicate ports, invalid DA params), but never starts processes. Why useful: Fast config validation in CI before actual deployment.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Custom Deployer: Config Validator","id":"37","title":"Custom Deployer: Config Validator"},"38":{"body":"Running a scenario follows the same conceptual flow regardless of environment: Select or author a scenario plan that pairs a topology with workloads,\\nexpectations, and a suitable run window. Choose a runner aligned with your environment (local, compose, or k8s) and\\nensure its prerequisites are available. Deploy the plan through the runner; wait for readiness signals before\\nstarting workloads. Let workloads drive activity for the planned duration; keep observability\\nsignals visible so you can correlate outcomes. Evaluate expectations and capture results as the primary pass/fail signal. Use the same plan across different runners to compare behavior between local\\ndevelopment and CI or cluster settings. For environment prerequisites and\\nflags, see Operations.","breadcrumbs":"Part II — User Guide » Running Scenarios » Running Scenarios","id":"38","title":"Running Scenarios"},"39":{"body":"Runners turn a scenario plan into a live environment while keeping the plan\\nunchanged. Choose based on feedback speed, reproducibility, and fidelity. For\\nenvironment and operational considerations, see Operations:","breadcrumbs":"Part II — User Guide » Runners » Runners","id":"39","title":"Runners"},"4":{"body":"The framework follows a clear flow: Topology → Scenario → Deploy → Run → Verify. Topology describes the cluster: how many nodes, their roles, and the high-level network and data-availability parameters they should follow. Scenario combines that topology with the activities to run and the checks to perform, forming a single plan. Deployer provisions infrastructure on the chosen backend (local processes, Docker Compose, or Kubernetes), waits for readiness, and returns a Runner. Runner orchestrates execution: starts workloads, observes signals, evaluates expectations, and cleans up. Workloads generate traffic and conditions that exercise the system. Expectations observe the run and judge success or failure once activity completes. flowchart LR A(Topology
shape cluster) --> B(Scenario
plan) B --> C(Deployer
provision infrastructure) C --> D(Runner
orchestrate execution) D --> E(Workloads
drive traffic) E --> F(Expectations
verify outcomes) Each layer has a narrow responsibility so that cluster shape, deployment choice,\\ntraffic generation, and health checks can evolve independently while fitting\\ntogether predictably.","breadcrumbs":"Part I — Foundations » Architecture Overview » Architecture Overview","id":"4","title":"Architecture Overview"},"40":{"body":"Launches node processes directly on the host. Fastest feedback loop and minimal orchestration overhead. Best for development-time iteration and debugging.","breadcrumbs":"Part II — User Guide » Runners » Local runner","id":"40","title":"Local runner"},"41":{"body":"Starts nodes in containers to provide a reproducible multi-node stack on a\\nsingle machine. Discovers service ports and wires observability for convenient inspection. Good balance between fidelity and ease of setup.","breadcrumbs":"Part II — User Guide » Runners » Docker Compose runner","id":"41","title":"Docker Compose runner"},"42":{"body":"Deploys nodes onto a cluster for higher-fidelity, longer-running scenarios. Suits CI or shared environments where cluster behavior and scheduling matter.","breadcrumbs":"Part II — User Guide » Runners » Kubernetes runner","id":"42","title":"Kubernetes runner"},"43":{"body":"All runners require at least one validator and, for transaction scenarios,\\naccess to seeded wallets. Readiness probes gate workload start so traffic begins only after nodes are\\nreachable. Environment flags can relax timeouts or increase tracing when diagnostics are\\nneeded. flowchart TD Plan[Scenario Plan] --> RunSel{Runner
(local | compose | k8s)} RunSel --> Provision[Provision & readiness] Provision --> Runtime[Runtime + observability] Runtime --> Exec[Workloads & Expectations execute]","breadcrumbs":"Part II — User Guide » Runners » Common expectations","id":"43","title":"Common expectations"},"44":{"body":"Operational readiness focuses on prerequisites, environment fit, and clear\\nsignals: Prerequisites: keep a sibling nomos-node checkout available; ensure the\\nchosen runner’s platform needs are met (local binaries for host runs, Docker\\nfor compose, cluster access for k8s). Artifacts: some scenarios depend on prover or circuit assets; fetch them\\nahead of time with the provided helper scripts when needed. Environment flags: use slow-environment toggles to relax timeouts, enable\\ntracing when debugging, and adjust observability ports to avoid clashes. Readiness checks: verify runners report node readiness before starting\\nworkloads; this avoids false negatives from starting too early. Failure triage: map failures to missing prerequisites (wallet seeding,\\nnode control availability), runner platform issues, or unmet expectations.\\nStart with liveness signals, then dive into workload-specific assertions. Treat operational hygiene—assets present, prerequisites satisfied, observability\\nreachable—as the first step to reliable scenario outcomes. flowchart TD Expose[Runner exposes endpoints/ports] --> Collect[Runtime collects block/health signals] Collect --> Consume[Expectations consume signals
decide pass/fail] Consume --> Inspect[Operators inspect logs/metrics
when failures arise]","breadcrumbs":"Part II — User Guide » Operations » Operations","id":"44","title":"Operations"},"45":{"body":"Deep dives for contributors who extend the framework, evolve its abstractions,\\nor maintain the crate set.","breadcrumbs":"Part III — Developer Reference » Part III — Developer Reference","id":"45","title":"Part III — Developer Reference"},"46":{"body":"The scenario model defines clear, composable responsibilities: Topology: a declarative description of the cluster—how many nodes, their\\nroles, and the broad network and data-availability characteristics. It\\nrepresents the intended shape of the system under test. Scenario: a plan combining topology, workloads, expectations, and a run\\nwindow. Building a scenario validates prerequisites (like seeded wallets) and\\nensures the run lasts long enough to observe meaningful block progression. Workloads: asynchronous tasks that generate traffic or conditions. They\\nuse shared context to interact with the deployed cluster and may bundle\\ndefault expectations. Expectations: post-run assertions. They can capture baselines before\\nworkloads start and evaluate success once activity stops. Runtime: coordinates workloads and expectations for the configured\\nduration, enforces cooldowns when control actions occur, and ensures cleanup\\nso runs do not leak resources. Developers extending the model should keep these boundaries strict: topology\\ndescribes, scenarios assemble, runners deploy, workloads drive, and expectations\\njudge outcomes. For guidance on adding new capabilities, see Extending the Framework.","breadcrumbs":"Part III — Developer Reference » Scenario Model (Developer Level) » Scenario Model (Developer Level)","id":"46","title":"Scenario Model (Developer Level)"},"47":{"body":"","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Extending the Framework","id":"47","title":"Extending the Framework"},"48":{"body":"Implement testing_framework_core::scenario::Workload: Provide a name and any bundled expectations. In init, derive inputs from GeneratedTopology and RunMetrics; fail\\nfast if prerequisites are missing (e.g., wallet data, node addresses). In start, drive async traffic using the RunContext clients. Expose the workload from a module under testing-framework/workflows and\\nconsider adding a DSL helper for ergonomic wiring.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding a workload","id":"48","title":"Adding a workload"},"49":{"body":"Implement testing_framework_core::scenario::Expectation: Use start_capture to snapshot baseline metrics. Use evaluate to assert outcomes after workloads finish; return all errors\\nso the runner can aggregate them. Export it from testing-framework/workflows if it is reusable.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding an expectation","id":"49","title":"Adding an expectation"},"5":{"body":"This framework embodies specific principles that shape how you author and run\\nscenarios. Understanding these principles helps you write effective tests and\\ninterpret results correctly.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Testing Philosophy","id":"5","title":"Testing Philosophy"},"50":{"body":"Implement testing_framework_core::scenario::Deployer for your backend. Produce a RunContext with NodeClients, metrics endpoints, and optional NodeControlHandle. Guard cleanup with CleanupGuard to reclaim resources even on failures. Mirror the readiness and block-feed probes used by the existing runners so\\nworkloads can rely on consistent signals.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding a runner","id":"50","title":"Adding a runner"},"51":{"body":"Extend testing_framework_core::topology::TopologyBuilder with new layouts or\\nconfiguration presets (e.g., specialized DA parameters). Keep defaults safe:\\nensure at least one participant and clamp dispersal factors as the current\\nhelpers do.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding topology helpers","id":"51","title":"Adding topology helpers"},"52":{"body":"A minimal, end-to-end illustration of adding a custom workload and matching\\nexpectation. This shows the shape of the traits and where to plug into the\\nframework; expand the logic to fit your real test.","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Example: New Workload & Expectation (Rust)","id":"52","title":"Example: New Workload & Expectation (Rust)"},"53":{"body":"Key ideas: name: identifies the workload in logs. expectations: workloads can bundle defaults so callers don’t forget checks. init: derive inputs from the generated topology (e.g., pick a target node). start: drive async activity using the shared RunContext. #![allow(unused)] fn main() {\\nuse std::sync::Arc;\\nuse async_trait::async_trait;\\nuse testing_framework_core::scenario::{ DynError, Expectation, RunContext, RunMetrics, Workload,\\n};\\nuse testing_framework_core::topology::GeneratedTopology; pub struct ReachabilityWorkload { target_idx: usize, bundled: Vec>,\\n} impl ReachabilityWorkload { pub fn new(target_idx: usize) -> Self { Self { target_idx, bundled: vec![Box::new(ReachabilityExpectation::new(target_idx))], } }\\n} #[async_trait]\\nimpl Workload for ReachabilityWorkload { fn name(&self) -> &\'static str { \\"reachability_workload\\" } fn expectations(&self) -> Vec> { self.bundled.clone() } fn init( &mut self, topology: &GeneratedTopology, _metrics: &RunMetrics, ) -> Result<(), DynError> { if topology.validators().get(self.target_idx).is_none() { return Err(\\"no validator at requested index\\".into()); } Ok(()) } async fn start(&self, ctx: &RunContext) -> Result<(), DynError> { let client = ctx .clients() .validators() .get(self.target_idx) .ok_or(\\"missing target client\\")?; // Pseudo-action: issue a lightweight RPC to prove reachability. client.health_check().await.map_err(|e| e.into()) }\\n} }","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Workload: simple reachability probe","id":"53","title":"Workload: simple reachability probe"},"54":{"body":"Key ideas: start_capture: snapshot baseline if needed (not used here). evaluate: assert the condition after workloads finish. #![allow(unused)] fn main() {\\nuse async_trait::async_trait;\\nuse testing_framework_core::scenario::{DynError, Expectation, RunContext}; pub struct ReachabilityExpectation { target_idx: usize,\\n} impl ReachabilityExpectation { pub fn new(target_idx: usize) -> Self { Self { target_idx } }\\n} #[async_trait]\\nimpl Expectation for ReachabilityExpectation { fn name(&self) -> &str { \\"target_reachable\\" } async fn evaluate(&mut self, ctx: &RunContext) -> Result<(), DynError> { let client = ctx .clients() .validators() .get(self.target_idx) .ok_or(\\"missing target client\\")?; client.health_check().await.map_err(|e| { format!(\\"target became unreachable during run: {e}\\").into() }) }\\n} }","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Expectation: confirm the target stayed reachable","id":"54","title":"Expectation: confirm the target stayed reachable"},"55":{"body":"Build your scenario as usual and call .with_workload(ReachabilityWorkload::new(0)). The bundled expectation is attached automatically; you can add more with .with_expectation(...) if needed. Keep the logic minimal and fast for smoke tests; grow it into richer probes\\nfor deeper scenarios.","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » How to wire it","id":"55","title":"How to wire it"},"56":{"body":"High-level roles of the crates that make up the framework: Configs: prepares reusable configuration primitives for nodes, networking,\\ntracing, data availability, and wallets, shared by all scenarios and runners. Core scenario orchestration: houses the topology and scenario model,\\nruntime coordination, node clients, and readiness/health probes. Workflows: packages workloads and expectations into reusable building\\nblocks and offers a fluent DSL to assemble them. Runners: implements deployment backends (local host, Docker Compose,\\nKubernetes) that all consume the same scenario plan. Test workflows: example scenarios and integration checks that exercise the\\nframework end to end and serve as living documentation. Use this map to locate where to add new capabilities: configuration primitives\\nin configs, orchestration changes in core, reusable traffic/assertions in\\nworkflows, environment adapters in runners, and demonstrations in tests.","breadcrumbs":"Part III — Developer Reference » Internal Crate Reference » Internal Crate Reference","id":"56","title":"Internal Crate Reference"},"57":{"body":"Quick-reference material and supporting guidance to keep scenarios discoverable,\\ndebuggable, and consistent.","breadcrumbs":"Part IV — Appendix » Part IV — Appendix","id":"57","title":"Part IV — Appendix"},"58":{"body":"The framework offers a fluent builder style to keep scenarios readable. Common\\nknobs: Topology shaping: set validator and executor counts, pick a network layout\\nstyle, and adjust high-level data-availability traits. Wallet seeding: define how many users participate and the total funds\\navailable for transaction workloads. Workload tuning: configure transaction rates, data-availability channel\\nand blob rates, and whether chaos restarts should include validators,\\nexecutors, or both. Expectations: attach liveness and workload-specific checks so success is\\nexplicit. Run window: set a minimum duration long enough for multiple blocks to be\\nobserved and verified. Use these knobs to express intent clearly, keeping scenario definitions concise\\nand consistent across teams.","breadcrumbs":"Part IV — Appendix » DSL Cheat Sheet » Core Content: DSL Cheat Sheet","id":"58","title":"Core Content: DSL Cheat Sheet"},"59":{"body":"Common symptoms and likely causes: No or slow block progression: runner started workloads before readiness, insufficient run window, or environment too slow—extend duration or enable slow-environment tuning. Transactions not included: missing or insufficient wallet seeding, misaligned transaction rate with block cadence, or network instability—reduce rate and verify wallet setup. Chaos stalls the run: node control not available for the chosen runner or restart cadence too aggressive—enable control capability and widen restart intervals. Observability gaps: metrics or logs unreachable because ports clash or services are not exposed—adjust observability ports and confirm runner wiring. Flaky behavior across runs: mixing chaos with functional smoke tests or inconsistent topology between environments—separate deterministic and chaos scenarios and standardize topology presets.","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Troubleshooting Scenarios","id":"59","title":"Troubleshooting Scenarios"},"6":{"body":"Describe what you want to test, not how to orchestrate it: #![allow(unused)] fn main() {\\n// Good: declarative\\nScenarioBuilder::topology() .network_star() .validators(2) .executors(1) .apply() .wallets(10) .transactions().rate(5).users(5).apply() .expect_consensus_liveness() .build(); // Bad: imperative (framework doesn\'t work this way)\\n// spawn_validator(); spawn_executor(); // loop { submit_tx(); check_block(); } } Why it matters: The framework handles deployment, readiness, and cleanup.\\nYou focus on test intent, not infrastructure orchestration.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Declarative over Imperative","id":"6","title":"Declarative over Imperative"},"60":{"body":"Why block-oriented timing? Using block cadence reduces dependence on host speed and keeps assertions aligned\\nwith protocol behavior. Can I reuse the same scenario across runners? Yes. The plan stays the same; swap runners (local, compose, k8s) to target\\ndifferent environments. When should I enable chaos workloads? Only when testing resilience or operational recovery; keep functional smoke\\ntests deterministic. How long should runs be? Long enough for multiple blocks so liveness and inclusion checks are\\nmeaningful; very short runs risk false confidence. Do I always need seeded wallets? Only for transaction scenarios. Data-availability or pure chaos scenarios may\\nnot require them, but liveness checks still need validators producing blocks. What if expectations fail but workloads “look fine”? Trust expectations first—they capture the intended success criteria. Use the\\nobservability signals and runner logs to pinpoint why the system missed the\\ntarget.","breadcrumbs":"Part IV — Appendix » FAQ » FAQ","id":"60","title":"FAQ"},"61":{"body":"Validator: node role responsible for participating in consensus and block\\nproduction. Executor: a validator node with the DA dispersal service enabled. Executors\\ncan submit transactions and disperse blob data to the DA network, in addition\\nto performing all validator functions. DA (Data Availability): subsystem ensuring blobs or channel data are\\npublished and retrievable for validation. Deployer: component that provisions infrastructure (spawns processes,\\ncreates containers, or launches pods), waits for readiness, and returns a\\nRunner. Examples: LocalDeployer, ComposeRunner, K8sRunner. Runner: component returned by deployers that orchestrates scenario\\nexecution—starts workloads, observes signals, evaluates expectations, and\\ntriggers cleanup. Workload: traffic or behavior generator that exercises the system during a\\nscenario run. Expectation: post-run assertion that judges whether the system met the\\nintended success criteria. Topology: declarative description of the cluster shape, roles, and\\nhigh-level parameters for a scenario. Scenario: immutable plan combining topology, workloads, expectations, and\\nrun duration. Blockfeed: stream of block observations used for liveness or inclusion\\nsignals during a run. Control capability: the ability for a runner to start, stop, or restart\\nnodes, used by chaos workloads.","breadcrumbs":"Part IV — Appendix » Glossary » Glossary","id":"61","title":"Glossary"},"7":{"body":"Reason in blocks and consensus intervals, not wall-clock seconds: #![allow(unused)] fn main() {\\n// Good: protocol-oriented thinking\\nlet mut plan = ScenarioBuilder::topology() .network_star() .validators(2) .executors(1) .apply() .wallets(10) .transactions().rate(5).users(5).apply() // 5 tx per block .with_run_duration(Duration::from_secs(60)) // Let framework calculate expected blocks .expect_consensus_liveness() // \\"Did we produce the expected blocks?\\" .build(); // Bad: wall-clock assumptions\\n// \\"I expect at least 30 blocks in 60 seconds\\"\\n// Brittle if readiness or startup takes longer on slow CI } Why it matters: Block production rate is fixed by consensus parameters (e.g.,\\n2-second slot duration), but node startup and readiness vary by environment—fast\\non a laptop, slow on overloaded CI. The framework measures in blocks (protocol\\ntime), not wall-clock seconds, so tests focus on “did consensus work?” rather\\nthan “was the hardware fast enough?”","breadcrumbs":"Part I — Foundations » Testing Philosophy » Protocol Time, Not Wall Time","id":"7","title":"Protocol Time, Not Wall Time"},"8":{"body":"Default scenarios are repeatable: Fixed topology Predictable traffic rates Deterministic checks Chaos is opt-in: #![allow(unused)] fn main() {\\n// Separate: functional test (deterministic)\\nlet mut plan = ScenarioBuilder::topology() .network_star() .validators(2) .executors(1) .apply() .wallets(10) .transactions().rate(5).users(5).apply() .expect_consensus_liveness() .build(); // Separate: chaos test (introduces randomness)\\nlet mut chaos_plan = ScenarioBuilder::topology() .network_star() .validators(4) .executors(1) .apply() .enable_node_control() .wallets(10) .chaos().restart() .min_delay(Duration::from_secs(15)) .max_delay(Duration::from_secs(25)) .target_cooldown(Duration::from_secs(45)) .apply() .transactions().rate(5).users(5).apply() .expect_consensus_liveness() .build(); } Why it matters: Mixing determinism with chaos creates noisy, hard-to-debug\\nfailures. Separate concerns make failures actionable.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Determinism First, Chaos When Needed","id":"8","title":"Determinism First, Chaos When Needed"},"9":{"body":"Prefer user-facing signals over internal state: Good checks: ✅ Blocks progressing at expected rate (liveness) ✅ Transactions included within N blocks (inclusion) ✅ DA blobs retrievable (availability) Avoid internal checks: ❌ Memory pool size ❌ Internal service state ❌ Cache hit rates Why it matters: User-facing signals reflect actual system health.\\nInternal state can be “healthy” while the system is broken from a user\\nperspective.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Observable Health Signals","id":"9","title":"Observable Health Signals"}},"length":62,"save":true},"fields":["title","body","breadcrumbs"],"index":{"body":{"root":{"0":{"df":1,"docs":{"10":{"tf":1.0}}},"1":{"0":{"0":{"df":1,"docs":{"29":{"tf":1.0}}},"df":3,"docs":{"10":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0}}},"df":2,"docs":{"10":{"tf":1.0},"31":{"tf":1.0}}},"2":{"0":{"df":1,"docs":{"29":{"tf":1.0}}},"df":2,"docs":{"33":{"tf":1.7320508075688772},"7":{"tf":1.0}}},"3":{"0":{"df":1,"docs":{"7":{"tf":1.0}}},"df":1,"docs":{"33":{"tf":1.4142135623730951}}},"5":{"0":{"df":1,"docs":{"29":{"tf":1.0}}},"df":2,"docs":{"31":{"tf":1.0},"7":{"tf":1.0}}},"6":{"0":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}},"7":{"df":2,"docs":{"32":{"tf":1.0},"33":{"tf":1.4142135623730951}}},"_":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":8,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"a":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"61":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"46":{"tf":1.0},"53":{"tf":1.0},"8":{"tf":1.0}}}},"v":{"df":9,"docs":{"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"46":{"tf":1.0},"53":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"19":{"tf":1.0},"21":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"37":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"56":{"tf":1.0}}}}},"d":{"df":4,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"48":{"tf":1.0}}}}}}},"df":6,"docs":{"46":{"tf":1.0},"48":{"tf":1.4142135623730951},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"23":{"tf":1.0},"44":{"tf":1.0},"58":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"28":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"49":{"tf":1.0}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"32":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}}}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":4,"docs":{"17":{"tf":1.0},"21":{"tf":1.4142135623730951},"38":{"tf":1.0},"60":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":15,"docs":{"10":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}}}}},"df":1,"docs":{"22":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"10":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"57":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":13,"docs":{"20":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"26":{"tf":1.7320508075688772},"27":{"tf":1.7320508075688772},"29":{"tf":1.4142135623730951},"30":{"tf":1.7320508075688772},"31":{"tf":1.7320508075688772},"32":{"tf":1.7320508075688772},"33":{"tf":1.7320508075688772},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.7320508075688772}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"4":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"44":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"15":{"tf":1.0},"46":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":12,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}}},"t":{"df":2,"docs":{"16":{"tf":1.0},"44":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"0":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{":":{":":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":12,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"46":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":6,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"17":{"tf":1.0},"38":{"tf":1.0},"5":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":16,"docs":{"0":{"tf":1.7320508075688772},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"38":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.4142135623730951},"46":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.7320508075688772},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"22":{"tf":1.0},"44":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"df":0,"docs":{}}}}},"b":{"(":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"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":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"4":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}}}}},"d":{"df":3,"docs":{"10":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"22":{"tf":1.0},"39":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"46":{"tf":1.0},"49":{"tf":1.0},"54":{"tf":1.0}}}}}},"i":{"c":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}}}},"df":2,"docs":{"36":{"tf":1.0},"4":{"tf":1.0}},"e":{"c":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":7,"docs":{"22":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"59":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"43":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":9,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"22":{"tf":1.0},"40":{"tf":1.0}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":6,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0},"59":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"44":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"b":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{"df":1,"docs":{"26":{"tf":1.0}}},"2":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":6,"docs":{"0":{"tf":1.7320508075688772},"17":{"tf":1.0},"19":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":18,"docs":{"0":{"tf":1.0},"10":{"tf":2.23606797749979},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.0},"35":{"tf":2.23606797749979},"46":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":2.0},"61":{"tf":1.4142135623730951},"7":{"tf":2.6457513110645907},"9":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"61":{"tf":1.0}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"0":{"tf":1.0},"1":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"18":{"tf":1.0},"20":{"tf":1.0},"26":{"tf":1.0},"58":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"46":{"tf":1.0}}}}},"df":1,"docs":{"35":{"tf":1.0}}},"df":0,"docs":{}}},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":9,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"13":{"tf":1.0},"29":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"o":{"a":{"d":{"df":1,"docs":{"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"9":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":16,"docs":{"12":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"46":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"58":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":5,"docs":{"21":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.7320508075688772},"55":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"z":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"33":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}},"c":{"(":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}},"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":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"9":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"59":{"tf":1.4142135623730951},"60":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"55":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"36":{"tf":1.0}}}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"46":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0}}}},"c":{"df":2,"docs":{"28":{"tf":1.0},"29":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"38":{"tf":1.0},"46":{"tf":1.0},"60":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"32":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"30":{"tf":1.0},"35":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":1,"docs":{"4":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"1":{"tf":1.0},"56":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"2":{"df":1,"docs":{"26":{"tf":1.0}}},"5":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"0":{"tf":1.0}}},"df":0,"docs":{}}}},"df":3,"docs":{"19":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.0}}}}}},"o":{"df":15,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"27":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":1.7320508075688772},"33":{"tf":1.0},"36":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.7320508075688772},"60":{"tf":1.4142135623730951},"61":{"tf":1.0},"8":{"tf":2.0}},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"46":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":16,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"44":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.4142135623730951},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"44":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"22":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"17":{"tf":1.4142135623730951},"22":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"59":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}}}}},"i":{"df":6,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0},"7":{"tf":1.4142135623730951}},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"51":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"44":{"tf":1.0},"59":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":5,"docs":{"12":{"tf":1.0},"46":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0}},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"r":{"df":7,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"58":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"|":{"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":4,"docs":{"48":{"tf":1.0},"53":{"tf":1.7320508075688772},"54":{"tf":1.7320508075688772},"56":{"tf":1.0}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"33":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":12,"docs":{"1":{"tf":1.0},"13":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.7320508075688772},"42":{"tf":1.4142135623730951},"44":{"tf":1.0},"46":{"tf":1.0},"61":{"tf":1.0}},"—":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"46":{"tf":1.0}}}}}}}}}}}},"o":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"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":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"44":{"tf":1.0}}}}}}}}},"df":3,"docs":{"20":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"14":{"tf":1.0},"23":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"61":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"22":{"tf":1.0},"38":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"18":{"tf":1.0},"4":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"3":{"tf":1.0},"61":{"tf":1.4142135623730951}}},"s":{"df":12,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"61":{"tf":1.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":4,"docs":{"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":2,"docs":{"2":{"tf":1.0},"38":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"8":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"20":{"tf":1.0},"58":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"4":{"tf":1.0},"46":{"tf":1.0},"54":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"3":{"tf":1.0},"60":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":4,"docs":{"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"37":{"tf":1.7320508075688772},"56":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"r":{"df":10,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"54":{"tf":1.0},"59":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":8,"docs":{"0":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.4142135623730951},"27":{"tf":1.0},"31":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.7320508075688772}}}}}},"i":{"d":{"df":1,"docs":{"48":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.0},"39":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"35":{"tf":1.0},"50":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"m":{"df":3,"docs":{"15":{"tf":1.0},"44":{"tf":1.4142135623730951},"56":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"41":{"tf":1.0},"61":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"1":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"58":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"0":{"tf":1.0},"46":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":2,"docs":{"20":{"tf":1.0},"36":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":6,"docs":{"19":{"tf":1.4142135623730951},"36":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"59":{"tf":1.4142135623730951},"61":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":4,"docs":{"12":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"46":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"46":{"tf":1.0},"56":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"23":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":7,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"38":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"21":{"tf":1.0},"58":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"45":{"tf":1.0},"56":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"17":{"tf":1.0},"61":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":4,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"x":{"df":2,"docs":{"53":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"36":{"tf":1.0},"51":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":4,"docs":{"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"52":{"tf":1.0}}}}}}}},"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"[":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"a":{"df":8,"docs":{"0":{"tf":2.449489742783178},"22":{"tf":1.0},"26":{"tf":2.0},"30":{"tf":1.0},"37":{"tf":1.0},"51":{"tf":1.0},"61":{"tf":1.7320508075688772},"9":{"tf":1.0}},"t":{"a":{"df":13,"docs":{"0":{"tf":2.23606797749979},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"4":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":2,"docs":{"12":{"tf":1.0},"4":{"tf":1.0}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":3,"docs":{"40":{"tf":1.0},"44":{"tf":1.0},"8":{"tf":1.0}},"g":{"df":2,"docs":{"11":{"tf":1.0},"57":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"12":{"tf":1.0},"17":{"tf":1.0}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"r":{"df":8,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"3":{"tf":1.0},"46":{"tf":1.0},"6":{"tf":1.4142135623730951},"61":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"45":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":5,"docs":{"21":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"17":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"20":{"tf":1.0},"21":{"tf":1.0},"58":{"tf":1.0}}}}}}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":2,"docs":{"30":{"tf":1.0},"35":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"32":{"tf":1.0},"33":{"tf":1.0}}}},"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"16":{"tf":1.0},"56":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"44":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":21,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.7320508075688772},"38":{"tf":1.0},"4":{"tf":1.7320508075688772},"42":{"tf":1.0},"46":{"tf":1.4142135623730951},"56":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"(":{"&":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":9,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}}}},"df":0,"docs":{}}},"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":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"48":{"tf":1.0},"53":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":6,"docs":{"16":{"tf":1.0},"18":{"tf":1.4142135623730951},"3":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"46":{"tf":1.0},"61":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"11":{"tf":1.0},"8":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":6,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}}}}}},"df":1,"docs":{"36":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"14":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"60":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"41":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"57":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":3,"docs":{"0":{"tf":1.7320508075688772},"51":{"tf":1.0},"61":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"56":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"22":{"tf":1.0},"56":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"\'":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"n":{"df":3,"docs":{"12":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"[":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}},"df":8,"docs":{"12":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.0},"38":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0}},"n":{"df":1,"docs":{"18":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"l":{"df":6,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.0},"48":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":13,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":4,"docs":{"12":{"tf":1.0},"31":{"tf":1.0},"54":{"tf":1.0},"61":{"tf":1.4142135623730951}}}}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"53":{"tf":1.7320508075688772},"54":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}},"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":7,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"7":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"12":{"tf":1.0}}}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"13":{"tf":1.0},"16":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"44":{"tf":1.0}}}}},"s":{"df":1,"docs":{"41":{"tf":1.0}},"i":{"df":1,"docs":{"17":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":3,"docs":{"12":{"tf":1.0},"29":{"tf":1.0},"4":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":6,"docs":{"0":{"tf":1.0},"21":{"tf":1.0},"44":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":5,"docs":{"27":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"8":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"d":{"df":4,"docs":{"16":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":2,"docs":{"10":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"15":{"tf":1.0},"3":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":6,"docs":{"10":{"tf":1.4142135623730951},"17":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"38":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.4142135623730951},"51":{"tf":1.0},"61":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":19,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"38":{"tf":1.7320508075688772},"39":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.7320508075688772},"56":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"—":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"48":{"tf":1.0}}}}}}},"r":{"(":{"\\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"2":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"a":{"df":0,"docs":{},"l":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":8,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"54":{"tf":1.0},"61":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":3,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0}}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":6,"docs":{"15":{"tf":1.0},"23":{"tf":1.0},"28":{"tf":1.0},"52":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"4":{"tf":1.4142135623730951},"43":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"r":{"df":6,"docs":{"0":{"tf":1.4142135623730951},"17":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":2.6457513110645907},"58":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951}},"s":{"(":{"0":{"df":1,"docs":{"24":{"tf":1.0}}},"1":{"df":8,"docs":{"25":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}},"2":{"df":3,"docs":{"26":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":6,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":12,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":30,"docs":{"1":{"tf":1.0},"12":{"tf":2.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"35":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"46":{"tf":2.23606797749979},"48":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":2.0},"54":{"tf":1.7320508075688772},"55":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.7320508075688772},"7":{"tf":1.7320508075688772},"9":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}},"s":{"df":2,"docs":{"44":{"tf":1.0},"48":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"—":{"a":{"d":{"df":0,"docs":{},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"20":{"tf":1.0},"21":{"tf":1.0},"58":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"13":{"tf":1.0},"30":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":2,"docs":{"16":{"tf":1.0},"34":{"tf":1.0}}}}}}},"}":{"\\"":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"54":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"f":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"15":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"51":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":4,"docs":{"12":{"tf":1.0},"29":{"tf":1.0},"48":{"tf":1.0},"60":{"tf":1.0}},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"36":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":7,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.7320508075688772},"50":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}},"l":{"df":0,"docs":{},"s":{"df":3,"docs":{"10":{"tf":1.0},"44":{"tf":1.0},"60":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}}}},"q":{"df":1,"docs":{"60":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"17":{"tf":1.0},"37":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.0},"7":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"22":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"35":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"22":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"29":{"tf":1.4142135623730951},"32":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":1,"docs":{"60":{"tf":1.0}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"17":{"tf":1.0},"49":{"tf":1.0},"54":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"44":{"tf":1.0},"8":{"tf":1.0}},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"60":{"tf":1.0}}}}}}}}}},"t":{"df":6,"docs":{"15":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"52":{"tf":1.0}}},"x":{"df":2,"docs":{"7":{"tf":1.0},"8":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"38":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0}}},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":3,"docs":{"13":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"56":{"tf":1.0},"58":{"tf":1.0}}}}}}},"n":{"df":15,"docs":{"10":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"53":{"tf":2.449489742783178},"54":{"tf":2.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"o":{"c":{"df":0,"docs":{},"u":{"df":2,"docs":{"6":{"tf":1.0},"7":{"tf":1.0}},"s":{"df":3,"docs":{"0":{"tf":1.0},"15":{"tf":1.0},"44":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"38":{"tf":1.0},"4":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"t":{"!":{"(":{"\\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"4":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"2":{"tf":1.0},"21":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"48":{"tf":1.0},"49":{"tf":1.0}}}}}}}}}}},"df":16,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.4142135623730951},"2":{"tf":1.0},"3":{"tf":1.4142135623730951},"4":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0},"6":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}},"’":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"8":{"tf":1.0}}}}}}},"d":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"3":{"tf":1.0},"59":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"43":{"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":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"48":{"tf":1.0},"53":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":8,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"46":{"tf":1.0},"53":{"tf":1.0},"61":{"tf":1.0}}}}},"t":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}}}},"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":1,"docs":{"1":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"61":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"17":{"tf":1.0},"22":{"tf":1.0}}}},"df":0,"docs":{},"o":{"d":{"df":5,"docs":{"10":{"tf":1.0},"41":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"31":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"17":{"tf":1.0},"22":{"tf":1.0}}},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"29":{"tf":1.0},"30":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":1,"docs":{"55":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"14":{"tf":1.0},"46":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"1":{"tf":1.0},"14":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"12":{"tf":1.0}},"l":{"df":4,"docs":{"0":{"tf":1.0},"29":{"tf":1.0},"32":{"tf":1.0},"6":{"tf":1.0}}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"r":{"d":{"df":1,"docs":{"8":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"24":{"tf":1.0},"29":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"17":{"tf":1.0},"4":{"tf":1.0},"9":{"tf":1.4142135623730951}},"i":{"df":2,"docs":{"20":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":1,"docs":{"5":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"0":{"tf":1.0},"54":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":8,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"4":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"56":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"i":{"[":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"20":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"a":{"df":3,"docs":{"34":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"36":{"tf":1.0},"53":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"14":{"tf":1.0}},"i":{"df":1,"docs":{"45":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}}}}}},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.4142135623730951}}}},"l":{"df":2,"docs":{"53":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.0}}}}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":4,"docs":{"0":{"tf":1.4142135623730951},"58":{"tf":1.0},"59":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":7,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.0},"9":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"29":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"\\"":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"3":{"tf":1.0},"4":{"tf":1.4142135623730951},"6":{"tf":1.0},"61":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"12":{"tf":1.0},"21":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":3,"docs":{"20":{"tf":1.4142135623730951},"48":{"tf":1.0},"53":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"48":{"tf":1.0},"53":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"df":2,"docs":{"41":{"tf":1.0},"44":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"59":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":4,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"3":{"tf":1.0},"56":{"tf":1.0}}}},"n":{"d":{"df":4,"docs":{"17":{"tf":1.0},"46":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"0":{"tf":1.4142135623730951},"3":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":2,"docs":{"56":{"tf":1.0},"9":{"tf":2.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"5":{"tf":1.0}}}}}},"v":{"df":3,"docs":{"35":{"tf":1.0},"59":{"tf":1.0},"7":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"8":{"tf":1.0}},"t":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":2,"docs":{"44":{"tf":1.0},"53":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.0},"40":{"tf":1.0}}}},"’":{"df":1,"docs":{"0":{"tf":1.0}}}},"v":{"df":1,"docs":{"57":{"tf":1.0}}}},"j":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"g":{"df":4,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}}},"k":{"8":{"df":6,"docs":{"16":{"tf":1.0},"22":{"tf":1.0},"38":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"60":{"tf":1.0}},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"61":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":15,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.7320508075688772},"22":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951}}}},"y":{"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}}}},"n":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"58":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0},"56":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"13":{"tf":1.0},"7":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"21":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"40":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"26":{"tf":1.0},"4":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"15":{"tf":1.0},"21":{"tf":1.0},"3":{"tf":1.0},"51":{"tf":1.0},"58":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":3,"docs":{"12":{"tf":1.0},"30":{"tf":1.4142135623730951},"46":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":10,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"19":{"tf":1.0},"29":{"tf":1.0},"33":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"20":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":16,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"44":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.0},"9":{"tf":1.0}}}}},"o":{"a":{"d":{"df":3,"docs":{"25":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"61":{"tf":1.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":5,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":11,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"38":{"tf":1.4142135623730951},"4":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0}}},"t":{"df":1,"docs":{"56":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":3,"docs":{"53":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}},"i":{"c":{"df":3,"docs":{"36":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{}},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":7,"docs":{"10":{"tf":1.0},"17":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"42":{"tf":1.0},"7":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"60":{"tf":1.0}}},"p":{"df":3,"docs":{"22":{"tf":1.0},"40":{"tf":1.0},"6":{"tf":1.0}}},"s":{"df":1,"docs":{"15":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"r":{"df":2,"docs":{"12":{"tf":1.0},"4":{"tf":1.0}}},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"10":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"41":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":15,"docs":{"10":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"13":{"tf":1.0},"31":{"tf":1.0},"45":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":7,"docs":{"13":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"56":{"tf":1.0},"8":{"tf":1.0}}}},"n":{"df":0,"docs":{},"i":{"df":6,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.0}}}},"p":{"df":3,"docs":{"16":{"tf":1.0},"44":{"tf":1.0},"56":{"tf":1.0}}},"t":{"c":{"df":0,"docs":{},"h":{"df":4,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"29":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"57":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"17":{"tf":1.0},"42":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}},"x":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"0":{"df":1,"docs":{"32":{"tf":1.0}}},"5":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}},"2":{"5":{"df":2,"docs":{"27":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"4":{"0":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"y":{"b":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":8,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"46":{"tf":1.0},"60":{"tf":1.0}}}}},"t":{"df":1,"docs":{"21":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"30":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"2":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"44":{"tf":1.0},"61":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"c":{"df":4,"docs":{"12":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"59":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"0":{"df":1,"docs":{"33":{"tf":1.0}}},"5":{"df":2,"docs":{"27":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"3":{"0":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"22":{"tf":1.0},"24":{"tf":1.0},"40":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"10":{"tf":1.4142135623730951},"58":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":5,"docs":{"35":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}}},"x":{"df":2,"docs":{"59":{"tf":1.0},"8":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":7,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"46":{"tf":1.7320508075688772},"56":{"tf":1.0}}},"r":{"df":1,"docs":{"30":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"13":{"tf":1.0}}}},"df":1,"docs":{"48":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"32":{"tf":1.4142135623730951},"55":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"13":{"tf":1.0},"22":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":7,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.4142135623730951},"41":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":5,"docs":{"22":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"58":{"tf":1.0},"60":{"tf":1.0}}}}}}},"t":{"df":12,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"53":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"48":{"tf":1.0},"53":{"tf":1.0}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"df":1,"docs":{"9":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":12,"docs":{"21":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.4142135623730951},"8":{"tf":1.0}},"—":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"g":{"df":1,"docs":{"44":{"tf":1.0}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":12,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":11,"docs":{"0":{"tf":1.7320508075688772},"15":{"tf":1.0},"17":{"tf":1.0},"3":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"4":{"tf":1.0},"46":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"37":{"tf":1.0}}}}},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":4,"docs":{"46":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"56":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"50":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":25,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"12":{"tf":1.4142135623730951},"15":{"tf":1.7320508075688772},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"2":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"33":{"tf":1.0},"36":{"tf":1.7320508075688772},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.7320508075688772},"46":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.4142135623730951},"59":{"tf":1.0},"61":{"tf":1.7320508075688772},"7":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":2,"docs":{"22":{"tf":1.0},"8":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"df":6,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.7320508075688772},"44":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"{":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{":":{":":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"21":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"[":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":16,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.4142135623730951},"46":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"22":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"46":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"12":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"56":{"tf":1.0},"58":{"tf":1.0}}}}}},"k":{"(":{"_":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"\\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":10,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"53":{"tf":1.0}}},"n":{"c":{"df":3,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0}}},"df":5,"docs":{"15":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.4142135623730951},"43":{"tf":1.0},"51":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"42":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"0":{"tf":1.0},"17":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.4142135623730951},"44":{"tf":1.7320508075688772},"60":{"tf":1.0}}}},"t":{"df":2,"docs":{"21":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"12":{"tf":1.0},"50":{"tf":1.0}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"56":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"61":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"21":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":8,"docs":{"12":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0}}}}},"df":1,"docs":{"31":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"3":{"tf":1.0},"36":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}}},"p":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"12":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"16":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"1":{"tf":1.0},"38":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"37":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"4":{"tf":1.0},"51":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":4,"docs":{"14":{"tf":1.0},"2":{"tf":1.0},"45":{"tf":1.0},"57":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":5,"docs":{"0":{"tf":1.0},"19":{"tf":1.0},"51":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.7320508075688772}}}}}},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"38":{"tf":1.0},"44":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":1,"docs":{"12":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"19":{"tf":1.0},"26":{"tf":1.0},"32":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":3,"docs":{"15":{"tf":1.0},"21":{"tf":2.0},"22":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":4,"docs":{"0":{"tf":1.0},"29":{"tf":1.0},"4":{"tf":1.0},"61":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"15":{"tf":1.0},"16":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}}}}}}}}},"l":{"a":{"df":0,"docs":{},"n":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":9,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"[":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":25,"docs":{"1":{"tf":1.0},"12":{"tf":2.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"20":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.4142135623730951},"3":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"38":{"tf":2.0},"39":{"tf":1.4142135623730951},"4":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"44":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"52":{"tf":1.0}},"g":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"13":{"tf":1.0},"18":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"d":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"3":{"tf":1.0}}}},"df":0,"docs":{}},"df":4,"docs":{"37":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"59":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"46":{"tf":1.0},"61":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"14":{"tf":1.0},"22":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"9":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"15":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"38":{"tf":1.4142135623730951},"44":{"tf":2.0},"46":{"tf":1.0},"48":{"tf":1.0}}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}},"t":{"df":3,"docs":{"22":{"tf":1.0},"51":{"tf":1.0},"59":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"38":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.4142135623730951}}}}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"11":{"tf":1.0},"5":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"n":{"df":1,"docs":{"29":{"tf":1.4142135623730951}}}}}}},"o":{"b":{"df":0,"docs":{},"e":{"df":8,"docs":{"17":{"tf":1.0},"21":{"tf":1.0},"28":{"tf":1.0},"43":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}}}},"c":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"31":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":6,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"61":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":6,"docs":{"0":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"50":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.0}},"t":{"df":5,"docs":{"10":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":8,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"46":{"tf":1.0},"59":{"tf":1.0},"9":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":7,"docs":{"0":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"21":{"tf":1.0},"3":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"10":{"tf":1.0},"53":{"tf":1.0}},"r":{"df":1,"docs":{"44":{"tf":1.0}}}},"i":{"d":{"df":3,"docs":{"41":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":4,"docs":{"12":{"tf":1.4142135623730951},"4":{"tf":1.0},"43":{"tf":1.0},"61":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"43":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"b":{"df":2,"docs":{"53":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"61":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"60":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"18":{"tf":1.0},"3":{"tf":1.0}}}}}}}},"q":{"a":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"24":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}}}}}},"r":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"12":{"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":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"36":{"tf":1.4142135623730951},"8":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"(":{"1":{"0":{"df":2,"docs":{"26":{"tf":1.0},"31":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":4,"docs":{"25":{"tf":1.0},"27":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":10,"docs":{"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"29":{"tf":2.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"12":{"tf":1.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"53":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"l":{"df":3,"docs":{"43":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0}},"e":{"df":0,"docs":{},"—":{"a":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":12,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"27":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.7320508075688772},"50":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.4142135623730951}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"56":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":3,"docs":{"0":{"tf":1.0},"3":{"tf":1.0},"52":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"1":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"50":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"19":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.7320508075688772},"60":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":3,"docs":{"13":{"tf":1.0},"21":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"45":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"38":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}},"x":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}}},"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"22":{"tf":1.0},"50":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"20":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"3":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"46":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":4,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":7,"docs":{"19":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"60":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":7,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"60":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"12":{"tf":1.0},"46":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":4,"docs":{"16":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"61":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":11,"docs":{"12":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"27":{"tf":1.4142135623730951},"31":{"tf":2.23606797749979},"32":{"tf":2.23606797749979},"33":{"tf":2.0},"36":{"tf":1.7320508075688772},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"61":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":14,"docs":{"22":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"38":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"61":{"tf":1.0},"9":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"4":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0},"61":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"15":{"tf":1.4142135623730951},"21":{"tf":1.0},"49":{"tf":1.0},"56":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":3,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"60":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"10":{"tf":1.0},"60":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":6,"docs":{"0":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.4142135623730951}}},"l":{"df":1,"docs":{"31":{"tf":1.7320508075688772}}}}},"p":{"c":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"48":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.7320508075688772},"54":{"tf":1.4142135623730951}}}}}}}}},"df":20,"docs":{"1":{"tf":1.0},"10":{"tf":1.7320508075688772},"12":{"tf":1.7320508075688772},"13":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.7320508075688772},"20":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.0},"38":{"tf":1.7320508075688772},"4":{"tf":1.7320508075688772},"42":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":2.0},"5":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.7320508075688772},"60":{"tf":1.4142135623730951},"61":{"tf":2.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"48":{"tf":1.0},"53":{"tf":1.4142135623730951}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":9,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":31,"docs":{"12":{"tf":1.0},"13":{"tf":1.4142135623730951},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"38":{"tf":1.7320508075688772},"39":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.4142135623730951},"46":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.4142135623730951},"56":{"tf":1.7320508075688772},"59":{"tf":1.7320508075688772},"60":{"tf":1.7320508075688772},"61":{"tf":1.7320508075688772}},"’":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"43":{"tf":1.0}},"{":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"43":{"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":{},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"56":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"43":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"51":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":5,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"38":{"tf":1.4142135623730951},"56":{"tf":1.0},"60":{"tf":1.4142135623730951}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"0":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"44":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"24":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":12,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":30,"docs":{"1":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":2.23606797749979},"16":{"tf":1.7320508075688772},"17":{"tf":1.7320508075688772},"18":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":2.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"28":{"tf":1.0},"38":{"tf":1.7320508075688772},"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.4142135623730951},"46":{"tf":2.23606797749979},"5":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":2.23606797749979},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"60":{"tf":1.7320508075688772},"61":{"tf":2.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"42":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"a":{"df":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"44":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"22":{"tf":1.0},"7":{"tf":2.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"d":{"df":8,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}},"df":4,"docs":{"17":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.0},"46":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}},"f":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":3,"docs":{"21":{"tf":1.0},"53":{"tf":1.7320508075688772},"54":{"tf":1.7320508075688772}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"8":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"56":{"tf":1.0}},"i":{"c":{"df":5,"docs":{"0":{"tf":1.0},"41":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":6,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"38":{"tf":1.0},"45":{"tf":1.0},"58":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"16":{"tf":1.0},"41":{"tf":1.0},"59":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":10,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":7,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"0":{"tf":1.0},"10":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"60":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"w":{"df":4,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"23":{"tf":1.0},"52":{"tf":1.0}}}}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":13,"docs":{"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"38":{"tf":1.7320508075688772},"4":{"tf":1.0},"44":{"tf":1.7320508075688772},"50":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"9":{"tf":1.7320508075688772}},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"44":{"tf":1.0}}},"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":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"24":{"tf":1.0},"53":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"33":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"n":{"df":3,"docs":{"26":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":3,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0}}}}},"t":{"df":1,"docs":{"15":{"tf":1.0}}},"z":{"df":0,"docs":{},"e":{"df":1,"docs":{"9":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}}},"w":{"df":3,"docs":{"44":{"tf":1.0},"59":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"35":{"tf":1.0}}}},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"17":{"tf":1.0},"3":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":5,"docs":{"21":{"tf":1.0},"24":{"tf":1.0},"55":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"49":{"tf":1.0},"54":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"o":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"3":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":1,"docs":{"61":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":6,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"36":{"tf":1.4142135623730951},"44":{"tf":1.0},"5":{"tf":1.0},"58":{"tf":1.0}},"i":{"df":1,"docs":{"17":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":3,"docs":{"22":{"tf":1.0},"39":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"41":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"59":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"22":{"tf":1.0},"59":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"df":0,"docs":{}},"_":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"49":{"tf":1.0},"54":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":14,"docs":{"12":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.7320508075688772},"46":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"7":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"e":{"df":3,"docs":{"12":{"tf":1.0},"22":{"tf":1.0},"9":{"tf":1.7320508075688772}}},"i":{"c":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}},"y":{"df":5,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"35":{"tf":1.4142135623730951},"54":{"tf":1.0},"60":{"tf":1.0}}}},"d":{":":{":":{"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":9,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{":":{":":{"a":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"53":{"tf":1.0}}},"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":{":":{":":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"24":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"21":{"tf":1.0},"44":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"60":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"p":{"df":3,"docs":{"12":{"tf":1.0},"46":{"tf":1.0},"61":{"tf":1.0}}}},"r":{"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"26":{"tf":1.0},"32":{"tf":1.4142135623730951}}}}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"58":{"tf":1.4142135623730951}}}}}},"u":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"25":{"tf":1.0},"36":{"tf":1.0}}}},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"6":{"tf":1.0}}}}},"df":6,"docs":{"0":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":1.0},"61":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"0":{"tf":1.0},"61":{"tf":1.0}}}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"42":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"57":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"13":{"tf":1.0},"22":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"27":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"30":{"tf":1.0}}}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"60":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":7,"docs":{"20":{"tf":1.4142135623730951},"3":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}}}}}}}},"t":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"7":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"2":{"0":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"0":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}},"4":{"5":{"df":2,"docs":{"27":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"6":{"0":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"53":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":5,"docs":{"17":{"tf":1.0},"36":{"tf":1.7320508075688772},"53":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"46":{"tf":1.0}}}}},"d":{"df":3,"docs":{"20":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"22":{"tf":1.0},"3":{"tf":1.4142135623730951},"58":{"tf":1.0}}},"r":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"21":{"tf":1.0},"30":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"c":{"a":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"33":{"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":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"25":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":31,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.0},"11":{"tf":1.0},"15":{"tf":2.0},"16":{"tf":1.7320508075688772},"17":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.7320508075688772},"30":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"36":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.4142135623730951},"52":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"59":{"tf":1.0},"6":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"50":{"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":{"49":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"{":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"54":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"53":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"51":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"7":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":3,"docs":{"13":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"e":{"df":14,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"3":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"35":{"tf":1.7320508075688772},"40":{"tf":1.0},"44":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.7320508075688772}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"35":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":6,"docs":{"15":{"tf":1.0},"20":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"44":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":9,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.7320508075688772},"35":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"36":{"tf":1.0}}},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":18,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.7320508075688772},"46":{"tf":1.7320508075688772},"51":{"tf":1.0},"53":{"tf":1.4142135623730951},"56":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"8":{"tf":1.0}},"y":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"g":{"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":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"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":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"15":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"56":{"tf":1.0}}},"k":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":14,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.7320508075688772},"43":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"61":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"52":{"tf":1.0},"58":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":21,"docs":{"0":{"tf":1.7320508075688772},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"21":{"tf":1.0},"25":{"tf":2.0},"26":{"tf":2.0},"27":{"tf":1.0},"29":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"5":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"5":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"16":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"19":{"tf":1.0},"61":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"36":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":3,"docs":{"22":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"39":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}}},"x":{"/":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"29":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"39":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"25":{"tf":1.0},"3":{"tf":1.4142135623730951},"46":{"tf":1.0},"48":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"54":{"tf":1.0},"59":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":3,"docs":{"33":{"tf":1.0},"4":{"tf":1.0},"56":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"31":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"17":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"16":{"tf":1.0}}}},"df":27,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":2.23606797749979},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.4142135623730951},"50":{"tf":1.0},"53":{"tf":2.23606797749979},"54":{"tf":1.7320508075688772},"56":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"19":{"tf":1.0},"58":{"tf":1.0},"9":{"tf":1.7320508075688772}},"s":{"(":{"1":{"0":{"df":4,"docs":{"26":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"3":{"0":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":2,"docs":{"25":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"z":{"df":2,"docs":{"53":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"2":{"df":4,"docs":{"25":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"3":{"df":3,"docs":{"24":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0}}},"4":{"df":3,"docs":{"27":{"tf":1.0},"30":{"tf":1.0},"8":{"tf":1.0}}},"5":{"df":1,"docs":{"31":{"tf":1.0}}},"7":{"df":2,"docs":{"32":{"tf":1.0},"33":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":22,"docs":{"0":{"tf":2.0},"13":{"tf":1.0},"17":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.7320508075688772},"37":{"tf":1.7320508075688772},"43":{"tf":1.0},"46":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"58":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":2.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"!":{"[":{"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":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"10":{"tf":1.0},"32":{"tf":1.0},"60":{"tf":1.0}},"f":{"df":1,"docs":{"13":{"tf":1.0}},"i":{"df":13,"docs":{"0":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"27":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"4":{"tf":1.0},"44":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"16":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"[":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"12":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"61":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":2.0}},"e":{"df":0,"docs":{},"t":{"df":12,"docs":{"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.0}},"s":{"(":{"1":{"0":{"0":{"df":1,"docs":{"30":{"tf":1.0}}},"df":5,"docs":{"25":{"tf":1.0},"27":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"2":{"0":{"df":4,"docs":{"26":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}},"df":0,"docs":{}},"5":{"0":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}},"y":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":1,"docs":{"12":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"21":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"58":{"tf":1.0},"61":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":8,"docs":{"10":{"tf":1.0},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"20":{"tf":1.0},"38":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":4,"docs":{"41":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.0},"59":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"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":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"2":{"0":{"df":3,"docs":{"26":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"0":{"0":{"df":1,"docs":{"31":{"tf":1.0}}},"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":1,"docs":{"10":{"tf":1.0}}},"6":{"0":{"0":{"df":1,"docs":{"30":{"tf":1.0}}},"df":4,"docs":{"10":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"9":{"0":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"0":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"0":{"tf":1.0},"35":{"tf":1.4142135623730951},"9":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"1":{"tf":1.0},"13":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":5,"docs":{"24":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"56":{"tf":1.7320508075688772}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":32,"docs":{"1":{"tf":1.0},"12":{"tf":2.23606797749979},"13":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.7320508075688772},"18":{"tf":1.4142135623730951},"19":{"tf":2.0},"20":{"tf":2.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"36":{"tf":1.7320508075688772},"38":{"tf":1.7320508075688772},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.4142135623730951},"46":{"tf":2.23606797749979},"48":{"tf":1.4142135623730951},"49":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":2.23606797749979},"54":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.7320508075688772},"59":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"5":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"e":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"breadcrumbs":{"root":{"0":{"df":1,"docs":{"10":{"tf":1.0}}},"1":{"0":{"0":{"df":1,"docs":{"29":{"tf":1.0}}},"df":3,"docs":{"10":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0}}},"df":2,"docs":{"10":{"tf":1.0},"31":{"tf":1.0}}},"2":{"0":{"df":1,"docs":{"29":{"tf":1.0}}},"df":2,"docs":{"33":{"tf":1.7320508075688772},"7":{"tf":1.0}}},"3":{"0":{"df":1,"docs":{"7":{"tf":1.0}}},"df":1,"docs":{"33":{"tf":1.4142135623730951}}},"5":{"0":{"df":1,"docs":{"29":{"tf":1.0}}},"df":2,"docs":{"31":{"tf":1.0},"7":{"tf":1.0}}},"6":{"0":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}},"7":{"df":2,"docs":{"32":{"tf":1.0},"33":{"tf":1.4142135623730951}}},"_":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":8,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"a":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"61":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"46":{"tf":1.0},"53":{"tf":1.0},"8":{"tf":1.0}}}},"v":{"df":9,"docs":{"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"46":{"tf":1.0},"53":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"19":{"tf":1.0},"21":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"37":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"56":{"tf":1.0}}}}},"d":{"df":4,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"48":{"tf":1.0}}}}}}},"df":6,"docs":{"46":{"tf":1.0},"48":{"tf":1.7320508075688772},"49":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"52":{"tf":1.0}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"23":{"tf":1.0},"44":{"tf":1.0},"58":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":10,"docs":{"28":{"tf":2.0},"29":{"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}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"49":{"tf":1.0}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"32":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}}}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":4,"docs":{"17":{"tf":1.0},"21":{"tf":1.4142135623730951},"38":{"tf":1.0},"60":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":15,"docs":{"10":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}}}}},"df":1,"docs":{"22":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"10":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.7320508075688772}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":5,"docs":{"57":{"tf":1.7320508075688772},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":13,"docs":{"20":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"26":{"tf":1.7320508075688772},"27":{"tf":1.7320508075688772},"29":{"tf":1.4142135623730951},"30":{"tf":1.7320508075688772},"31":{"tf":1.7320508075688772},"32":{"tf":1.7320508075688772},"33":{"tf":1.7320508075688772},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.7320508075688772}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"4":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"44":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":10,"docs":{"28":{"tf":1.0},"29":{"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}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"15":{"tf":1.0},"46":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":12,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}}},"t":{"df":2,"docs":{"16":{"tf":1.0},"44":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"0":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{":":{":":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":12,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"46":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":6,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"17":{"tf":1.7320508075688772},"38":{"tf":1.0},"5":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":16,"docs":{"0":{"tf":1.7320508075688772},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"38":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.4142135623730951},"46":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.7320508075688772},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"22":{"tf":1.0},"44":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"df":0,"docs":{}}}}},"b":{"(":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"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":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"4":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}}}}},"d":{"df":3,"docs":{"10":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"22":{"tf":1.0},"39":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"46":{"tf":1.0},"49":{"tf":1.0},"54":{"tf":1.0}}}}}},"i":{"c":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}}}},"df":2,"docs":{"36":{"tf":1.0},"4":{"tf":1.0}},"e":{"c":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":7,"docs":{"22":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"59":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"43":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":9,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"22":{"tf":1.7320508075688772},"40":{"tf":1.0}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":6,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0},"59":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"44":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"b":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{"df":1,"docs":{"26":{"tf":1.0}}},"2":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":6,"docs":{"0":{"tf":1.7320508075688772},"17":{"tf":1.0},"19":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":18,"docs":{"0":{"tf":1.0},"10":{"tf":2.23606797749979},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.0},"35":{"tf":2.449489742783178},"46":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":2.0},"61":{"tf":1.4142135623730951},"7":{"tf":2.6457513110645907},"9":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"61":{"tf":1.0}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"0":{"tf":1.0},"1":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"18":{"tf":1.0},"20":{"tf":1.0},"26":{"tf":1.0},"58":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"46":{"tf":1.0}}}}},"df":1,"docs":{"35":{"tf":1.0}}},"df":0,"docs":{}}},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":9,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"13":{"tf":1.0},"29":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"o":{"a":{"d":{"df":1,"docs":{"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"9":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":16,"docs":{"12":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"46":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"58":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":5,"docs":{"21":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.7320508075688772},"55":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"z":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"33":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}},"c":{"(":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}},"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":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"9":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"59":{"tf":1.4142135623730951},"60":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"55":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"36":{"tf":1.0}}}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"46":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0}}}},"c":{"df":2,"docs":{"28":{"tf":1.0},"29":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"38":{"tf":1.0},"46":{"tf":1.0},"60":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"32":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"30":{"tf":1.0},"35":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":1,"docs":{"4":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"1":{"tf":1.0},"56":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"2":{"df":1,"docs":{"26":{"tf":1.0}}},"5":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"0":{"tf":1.0}}},"df":0,"docs":{}}}},"df":3,"docs":{"19":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.0}}}}}},"o":{"df":15,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"27":{"tf":1.7320508075688772},"31":{"tf":1.0},"32":{"tf":2.0},"33":{"tf":1.0},"36":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.7320508075688772},"60":{"tf":1.4142135623730951},"61":{"tf":1.0},"8":{"tf":2.23606797749979}},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"46":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.7320508075688772}}}},"c":{"df":0,"docs":{},"k":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":16,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"44":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.4142135623730951},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"44":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"22":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"17":{"tf":1.4142135623730951},"22":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"59":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}}}}},"i":{"df":6,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0},"7":{"tf":1.4142135623730951}},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"51":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"44":{"tf":1.0},"59":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":5,"docs":{"12":{"tf":1.0},"46":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0}},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"r":{"df":7,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"58":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"|":{"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":4,"docs":{"48":{"tf":1.0},"53":{"tf":1.7320508075688772},"54":{"tf":1.7320508075688772},"56":{"tf":1.0}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"33":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":12,"docs":{"1":{"tf":1.0},"13":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.7320508075688772},"42":{"tf":1.4142135623730951},"44":{"tf":1.0},"46":{"tf":1.0},"61":{"tf":1.0}},"—":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"46":{"tf":1.0}}}}}}}}}}}},"o":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"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":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"44":{"tf":1.0}}}}}}}}},"df":3,"docs":{"20":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"14":{"tf":1.0},"23":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"61":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"43":{"tf":1.4142135623730951},"58":{"tf":1.0},"59":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"22":{"tf":1.0},"38":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"18":{"tf":1.0},"4":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"3":{"tf":1.0},"61":{"tf":1.4142135623730951}}},"s":{"df":12,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"61":{"tf":1.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":4,"docs":{"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":2,"docs":{"2":{"tf":1.0},"38":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"8":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"20":{"tf":1.0},"58":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"4":{"tf":1.0},"46":{"tf":1.0},"54":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"3":{"tf":1.0},"60":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":4,"docs":{"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"37":{"tf":2.0},"56":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"r":{"df":10,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"54":{"tf":1.4142135623730951},"59":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":8,"docs":{"0":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.7320508075688772},"27":{"tf":1.0},"31":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.7320508075688772}}}}}},"i":{"d":{"df":1,"docs":{"48":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.0},"39":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"35":{"tf":1.4142135623730951},"50":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"m":{"df":3,"docs":{"15":{"tf":1.0},"44":{"tf":1.4142135623730951},"56":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"41":{"tf":1.0},"61":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"1":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"17":{"tf":1.0},"18":{"tf":1.7320508075688772},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.7320508075688772},"58":{"tf":1.4142135623730951}}}},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"0":{"tf":1.7320508075688772},"46":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":2,"docs":{"20":{"tf":1.0},"36":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":6,"docs":{"19":{"tf":1.4142135623730951},"36":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"59":{"tf":1.4142135623730951},"61":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":4,"docs":{"12":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"46":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"46":{"tf":1.0},"56":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"23":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":9,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.7320508075688772},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.7320508075688772},"56":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"38":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"21":{"tf":1.0},"58":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"45":{"tf":1.0},"56":{"tf":2.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"17":{"tf":1.0},"61":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":4,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"x":{"df":2,"docs":{"53":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"36":{"tf":1.0},"51":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":4,"docs":{"35":{"tf":1.4142135623730951},"36":{"tf":1.7320508075688772},"37":{"tf":1.4142135623730951},"52":{"tf":1.0}}}}}}}},"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"[":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"a":{"df":8,"docs":{"0":{"tf":2.449489742783178},"22":{"tf":1.0},"26":{"tf":2.23606797749979},"30":{"tf":1.0},"37":{"tf":1.0},"51":{"tf":1.0},"61":{"tf":1.7320508075688772},"9":{"tf":1.0}},"t":{"a":{"df":13,"docs":{"0":{"tf":2.23606797749979},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"4":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":2,"docs":{"12":{"tf":1.0},"4":{"tf":1.0}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":3,"docs":{"40":{"tf":1.0},"44":{"tf":1.0},"8":{"tf":1.0}},"g":{"df":2,"docs":{"11":{"tf":1.0},"57":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"12":{"tf":1.0},"17":{"tf":1.0}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"r":{"df":8,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"3":{"tf":1.0},"46":{"tf":1.0},"6":{"tf":1.7320508075688772},"61":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"45":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":5,"docs":{"21":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"17":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"20":{"tf":1.0},"21":{"tf":1.0},"58":{"tf":1.0}}}}}}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":2,"docs":{"30":{"tf":1.0},"35":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"32":{"tf":1.0},"33":{"tf":1.0}}}},"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"16":{"tf":1.0},"56":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"44":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":21,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":2.0},"38":{"tf":1.0},"4":{"tf":1.7320508075688772},"42":{"tf":1.0},"46":{"tf":1.4142135623730951},"56":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"(":{"&":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":9,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}}}},"df":0,"docs":{}}},"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":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"48":{"tf":1.0},"53":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":6,"docs":{"16":{"tf":1.0},"18":{"tf":1.4142135623730951},"3":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"46":{"tf":1.0},"61":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"13":{"tf":1.7320508075688772}}}}}},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"11":{"tf":1.0},"8":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":16,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0},"45":{"tf":1.7320508075688772},"46":{"tf":2.23606797749979},"47":{"tf":1.0},"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},"55":{"tf":1.0},"56":{"tf":1.0}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}}}}}},"df":1,"docs":{"36":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"14":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"60":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"41":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"57":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":3,"docs":{"0":{"tf":1.7320508075688772},"51":{"tf":1.0},"61":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.4142135623730951},"44":{"tf":1.0},"56":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"22":{"tf":1.0},"56":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"\'":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"n":{"df":3,"docs":{"12":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"[":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}},"df":8,"docs":{"12":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.0},"38":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0}},"n":{"df":1,"docs":{"18":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"l":{"df":6,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.0},"48":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.7320508075688772}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":13,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":4,"docs":{"12":{"tf":1.0},"31":{"tf":1.0},"54":{"tf":1.0},"61":{"tf":1.4142135623730951}}}}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"53":{"tf":1.7320508075688772},"54":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}},"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":7,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"7":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"12":{"tf":1.0}}}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"13":{"tf":1.0},"16":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"44":{"tf":1.0}}}}},"s":{"df":1,"docs":{"41":{"tf":1.0}},"i":{"df":1,"docs":{"17":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":3,"docs":{"12":{"tf":1.0},"29":{"tf":1.0},"4":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":6,"docs":{"0":{"tf":1.0},"21":{"tf":1.0},"44":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":5,"docs":{"27":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"8":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"d":{"df":4,"docs":{"16":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":2,"docs":{"10":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"15":{"tf":1.0},"3":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":6,"docs":{"10":{"tf":1.4142135623730951},"17":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"38":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.4142135623730951},"51":{"tf":1.0},"61":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":19,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"38":{"tf":1.7320508075688772},"39":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.7320508075688772},"56":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"—":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"48":{"tf":1.0}}}}}}},"r":{"(":{"\\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"2":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"a":{"df":0,"docs":{},"l":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":8,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"54":{"tf":1.0},"61":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":3,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0}}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":22,"docs":{"15":{"tf":1.0},"23":{"tf":1.7320508075688772},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.7320508075688772},"29":{"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},"52":{"tf":1.7320508075688772},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"4":{"tf":1.4142135623730951},"43":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"r":{"df":6,"docs":{"0":{"tf":1.4142135623730951},"17":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":2.8284271247461903},"58":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951}},"s":{"(":{"0":{"df":1,"docs":{"24":{"tf":1.0}}},"1":{"df":8,"docs":{"25":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}},"2":{"df":3,"docs":{"26":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":6,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":12,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":31,"docs":{"1":{"tf":1.0},"12":{"tf":2.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":2.0},"19":{"tf":1.0},"20":{"tf":2.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"35":{"tf":1.7320508075688772},"38":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"43":{"tf":1.7320508075688772},"44":{"tf":1.0},"46":{"tf":2.23606797749979},"48":{"tf":1.0},"49":{"tf":1.4142135623730951},"52":{"tf":2.0},"53":{"tf":2.23606797749979},"54":{"tf":2.23606797749979},"55":{"tf":1.4142135623730951},"56":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.7320508075688772},"7":{"tf":1.7320508075688772},"9":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}},"s":{"df":2,"docs":{"44":{"tf":1.0},"48":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"—":{"a":{"d":{"df":0,"docs":{},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"20":{"tf":1.0},"21":{"tf":1.0},"58":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":9,"docs":{"13":{"tf":1.0},"30":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":1.7320508075688772},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.4142135623730951}}},"df":0,"docs":{},"s":{"df":2,"docs":{"16":{"tf":1.0},"34":{"tf":1.4142135623730951}}}}}}},"}":{"\\"":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"54":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"f":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"15":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"51":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":4,"docs":{"12":{"tf":1.0},"29":{"tf":1.0},"48":{"tf":1.0},"60":{"tf":1.0}},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"36":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":7,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.7320508075688772},"50":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}},"l":{"df":0,"docs":{},"s":{"df":3,"docs":{"10":{"tf":1.0},"44":{"tf":1.0},"60":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}}}},"q":{"df":1,"docs":{"60":{"tf":1.7320508075688772}}},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"17":{"tf":1.0},"37":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.0},"7":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"22":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"35":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"22":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"29":{"tf":1.4142135623730951},"32":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":1,"docs":{"60":{"tf":1.0}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"17":{"tf":1.0},"49":{"tf":1.0},"54":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"44":{"tf":1.0},"8":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"60":{"tf":1.0}}}}}}}}}},"t":{"df":6,"docs":{"15":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"52":{"tf":1.0}}},"x":{"df":2,"docs":{"7":{"tf":1.0},"8":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"38":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0}}},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":3,"docs":{"13":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"56":{"tf":1.0},"58":{"tf":1.0}}}}}}},"n":{"df":15,"docs":{"10":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"53":{"tf":2.449489742783178},"54":{"tf":2.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"o":{"c":{"df":0,"docs":{},"u":{"df":2,"docs":{"6":{"tf":1.0},"7":{"tf":1.0}},"s":{"df":3,"docs":{"0":{"tf":1.0},"15":{"tf":1.0},"44":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"38":{"tf":1.0},"4":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"t":{"!":{"(":{"\\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"4":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":13,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"2":{"tf":1.7320508075688772},"21":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"48":{"tf":1.0},"49":{"tf":1.0}}}}}}}}}}},"df":20,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.4142135623730951},"2":{"tf":1.0},"3":{"tf":1.4142135623730951},"4":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.7320508075688772},"48":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0},"6":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}},"’":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"8":{"tf":1.0}}}}}}},"d":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"3":{"tf":1.0},"59":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"43":{"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":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"48":{"tf":1.0},"53":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":8,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"46":{"tf":1.0},"53":{"tf":1.0},"61":{"tf":1.0}}}}},"t":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}}}},"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":1,"docs":{"1":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"61":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"17":{"tf":1.0},"22":{"tf":1.0}}}},"df":0,"docs":{},"o":{"d":{"df":5,"docs":{"10":{"tf":1.0},"41":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"31":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"17":{"tf":1.0},"22":{"tf":1.0}}},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"29":{"tf":1.0},"30":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":1,"docs":{"55":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"14":{"tf":1.0},"46":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}},"df":32,"docs":{"1":{"tf":1.0},"14":{"tf":1.7320508075688772},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"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}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"12":{"tf":1.0}},"l":{"df":4,"docs":{"0":{"tf":1.0},"29":{"tf":1.0},"32":{"tf":1.0},"6":{"tf":1.0}}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"r":{"d":{"df":1,"docs":{"8":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"24":{"tf":1.0},"29":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"17":{"tf":1.0},"4":{"tf":1.0},"9":{"tf":1.7320508075688772}},"i":{"df":2,"docs":{"20":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":1,"docs":{"5":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.7320508075688772}}}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"0":{"tf":1.0},"54":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":8,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"4":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"56":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"i":{"[":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"20":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"a":{"df":3,"docs":{"34":{"tf":1.4142135623730951},"53":{"tf":1.0},"54":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"36":{"tf":1.0},"53":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"i":{"df":31,"docs":{"14":{"tf":1.7320508075688772},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"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}},"i":{"df":12,"docs":{"45":{"tf":1.7320508075688772},"46":{"tf":1.0},"47":{"tf":1.0},"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},"55":{"tf":1.0},"56":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}}}}}},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.7320508075688772}}}},"l":{"df":2,"docs":{"53":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.0}}}}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":4,"docs":{"0":{"tf":1.4142135623730951},"58":{"tf":1.0},"59":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":7,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.0},"9":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"29":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"\\"":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"3":{"tf":1.0},"4":{"tf":1.4142135623730951},"6":{"tf":1.0},"61":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"12":{"tf":1.0},"21":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":3,"docs":{"20":{"tf":1.4142135623730951},"48":{"tf":1.0},"53":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"48":{"tf":1.0},"53":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"df":2,"docs":{"41":{"tf":1.0},"44":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"59":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":4,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"3":{"tf":1.0},"56":{"tf":1.0}}}},"n":{"d":{"df":4,"docs":{"17":{"tf":1.0},"46":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"0":{"tf":1.4142135623730951},"3":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":2,"docs":{"56":{"tf":1.7320508075688772},"9":{"tf":2.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"5":{"tf":1.0}}}}}},"v":{"df":3,"docs":{"35":{"tf":1.0},"59":{"tf":1.0},"7":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"8":{"tf":1.0}},"t":{"df":1,"docs":{"3":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":2,"docs":{"44":{"tf":1.0},"53":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.0},"40":{"tf":1.0}}}},"’":{"df":1,"docs":{"0":{"tf":1.0}}}},"v":{"df":5,"docs":{"57":{"tf":1.7320508075688772},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}}},"j":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"g":{"df":4,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}}},"k":{"8":{"df":6,"docs":{"16":{"tf":1.0},"22":{"tf":1.0},"38":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"60":{"tf":1.0}},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"61":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":15,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.7320508075688772},"22":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951}}}},"y":{"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}}}},"n":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"58":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.4142135623730951},"56":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"13":{"tf":1.0},"7":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"21":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"40":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"26":{"tf":1.0},"4":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"15":{"tf":1.7320508075688772},"21":{"tf":1.0},"3":{"tf":1.0},"51":{"tf":1.0},"58":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":3,"docs":{"12":{"tf":1.0},"30":{"tf":1.4142135623730951},"46":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":10,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.7320508075688772},"56":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"12":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"19":{"tf":1.0},"29":{"tf":1.0},"33":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"20":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":16,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.4142135623730951},"3":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"44":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.0},"9":{"tf":1.0}}}}},"o":{"a":{"d":{"df":3,"docs":{"25":{"tf":1.0},"29":{"tf":1.4142135623730951},"30":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"61":{"tf":1.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":5,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":11,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"38":{"tf":1.4142135623730951},"4":{"tf":1.0},"40":{"tf":1.4142135623730951},"44":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0}}},"t":{"df":1,"docs":{"56":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":3,"docs":{"53":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}},"i":{"c":{"df":3,"docs":{"36":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{}},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":7,"docs":{"10":{"tf":1.0},"17":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"42":{"tf":1.0},"7":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"60":{"tf":1.0}}},"p":{"df":3,"docs":{"22":{"tf":1.0},"40":{"tf":1.0},"6":{"tf":1.0}}},"s":{"df":1,"docs":{"15":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"r":{"df":2,"docs":{"12":{"tf":1.0},"4":{"tf":1.0}}},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"10":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"41":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":15,"docs":{"10":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"13":{"tf":1.0},"31":{"tf":1.0},"45":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":7,"docs":{"13":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"56":{"tf":1.0},"8":{"tf":1.0}}}},"n":{"df":0,"docs":{},"i":{"df":6,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.0}}}},"p":{"df":3,"docs":{"16":{"tf":1.0},"44":{"tf":1.0},"56":{"tf":1.0}}},"t":{"c":{"df":0,"docs":{},"h":{"df":4,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"29":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"57":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"17":{"tf":1.0},"42":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}},"x":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"0":{"df":1,"docs":{"32":{"tf":1.0}}},"5":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}},"2":{"5":{"df":2,"docs":{"27":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"4":{"0":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"y":{"b":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":8,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"46":{"tf":1.0},"60":{"tf":1.0}}}}},"t":{"df":1,"docs":{"21":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"30":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"2":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"44":{"tf":1.0},"61":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"c":{"df":4,"docs":{"12":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"59":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"0":{"df":1,"docs":{"33":{"tf":1.0}}},"5":{"df":2,"docs":{"27":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"3":{"0":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"22":{"tf":1.0},"24":{"tf":1.0},"40":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"10":{"tf":1.7320508075688772},"58":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":5,"docs":{"35":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}}},"x":{"df":2,"docs":{"59":{"tf":1.0},"8":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":7,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"46":{"tf":2.23606797749979},"56":{"tf":1.0}}},"r":{"df":1,"docs":{"30":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"13":{"tf":1.0}}}},"df":1,"docs":{"48":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"32":{"tf":1.4142135623730951},"55":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"13":{"tf":1.0},"22":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":7,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.4142135623730951},"41":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":5,"docs":{"22":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"58":{"tf":1.0},"60":{"tf":1.0}}}}}}},"t":{"df":12,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"53":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"48":{"tf":1.0},"53":{"tf":1.0}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"df":1,"docs":{"9":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":12,"docs":{"21":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"g":{"df":1,"docs":{"44":{"tf":1.0}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":12,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":11,"docs":{"0":{"tf":1.7320508075688772},"15":{"tf":1.0},"17":{"tf":1.0},"3":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"4":{"tf":1.0},"46":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"37":{"tf":1.0}}}}},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":7,"docs":{"46":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.7320508075688772},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"50":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":25,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"12":{"tf":1.4142135623730951},"15":{"tf":1.7320508075688772},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"2":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"33":{"tf":1.0},"36":{"tf":1.7320508075688772},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.7320508075688772},"46":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.4142135623730951},"59":{"tf":1.0},"61":{"tf":1.7320508075688772},"7":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":2,"docs":{"22":{"tf":1.0},"8":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"df":6,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.7320508075688772},"44":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"{":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{":":{":":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"21":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"[":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":16,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.4142135623730951},"46":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"22":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"46":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"12":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"56":{"tf":1.0},"58":{"tf":1.0}}}}}},"k":{"(":{"_":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"\\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":10,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"53":{"tf":1.0}}},"n":{"c":{"df":3,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0}}},"df":5,"docs":{"15":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.4142135623730951},"43":{"tf":1.0},"51":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"42":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"0":{"tf":1.0},"17":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.4142135623730951},"44":{"tf":2.23606797749979},"60":{"tf":1.0}}}},"t":{"df":2,"docs":{"21":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"12":{"tf":1.0},"50":{"tf":1.0}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"56":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"61":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"21":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":8,"docs":{"12":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0}}}}},"df":1,"docs":{"31":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"3":{"tf":1.0},"36":{"tf":1.0},"6":{"tf":1.4142135623730951},"9":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.7320508075688772}}}}}}}}}},"p":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"12":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"16":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"1":{"tf":1.0},"38":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"37":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"4":{"tf":1.0},"51":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":60,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.7320508075688772},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.7320508075688772},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"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},"4":{"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.7320508075688772},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.7320508075688772},"58":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":5,"docs":{"0":{"tf":1.0},"19":{"tf":1.0},"51":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":2.0}}}}}},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"38":{"tf":1.0},"44":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":1,"docs":{"12":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"19":{"tf":1.0},"26":{"tf":1.0},"32":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":3,"docs":{"15":{"tf":1.0},"21":{"tf":2.449489742783178},"22":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":4,"docs":{"0":{"tf":1.0},"29":{"tf":1.0},"4":{"tf":1.0},"61":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":7,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"5":{"tf":1.7320508075688772},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"15":{"tf":1.0},"16":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}}}}}}}}},"l":{"a":{"df":0,"docs":{},"n":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":9,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"[":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":25,"docs":{"1":{"tf":1.0},"12":{"tf":2.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"20":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.4142135623730951},"3":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"38":{"tf":2.0},"39":{"tf":1.4142135623730951},"4":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"44":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"52":{"tf":1.0}},"g":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"13":{"tf":1.0},"18":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"d":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"3":{"tf":1.0}}}},"df":0,"docs":{}},"df":4,"docs":{"37":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"59":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"46":{"tf":1.0},"61":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"14":{"tf":1.0},"22":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"9":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"15":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"38":{"tf":1.4142135623730951},"44":{"tf":2.0},"46":{"tf":1.0},"48":{"tf":1.0}}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}},"t":{"df":3,"docs":{"22":{"tf":1.0},"51":{"tf":1.0},"59":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"38":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":2.0}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.4142135623730951}}}}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"11":{"tf":1.0},"5":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"n":{"df":1,"docs":{"29":{"tf":1.4142135623730951}}}}}}},"o":{"b":{"df":0,"docs":{},"e":{"df":8,"docs":{"17":{"tf":1.0},"21":{"tf":1.0},"28":{"tf":1.0},"43":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.0}}}},"c":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"31":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":6,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"61":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":6,"docs":{"0":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"50":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.0}},"t":{"df":5,"docs":{"10":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":8,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"29":{"tf":1.4142135623730951},"3":{"tf":1.0},"35":{"tf":1.0},"46":{"tf":1.0},"59":{"tf":1.0},"9":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":7,"docs":{"0":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"21":{"tf":1.0},"3":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":2.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"10":{"tf":1.0},"53":{"tf":1.0}},"r":{"df":1,"docs":{"44":{"tf":1.0}}}},"i":{"d":{"df":3,"docs":{"41":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":4,"docs":{"12":{"tf":1.4142135623730951},"4":{"tf":1.0},"43":{"tf":1.0},"61":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"43":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"b":{"df":2,"docs":{"53":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"61":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"60":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"18":{"tf":1.0},"3":{"tf":1.0}}}}}}}},"q":{"a":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"24":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}}}}}},"r":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"12":{"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":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"36":{"tf":1.4142135623730951},"8":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"(":{"1":{"0":{"df":2,"docs":{"26":{"tf":1.0},"31":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":4,"docs":{"25":{"tf":1.0},"27":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":10,"docs":{"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"29":{"tf":2.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"12":{"tf":1.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"53":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"l":{"df":3,"docs":{"43":{"tf":1.0},"53":{"tf":1.7320508075688772},"54":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"—":{"a":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":12,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"27":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.7320508075688772},"50":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.4142135623730951}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"56":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":3,"docs":{"0":{"tf":1.0},"3":{"tf":1.0},"52":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"1":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"50":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"19":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":2.0},"60":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":3,"docs":{"13":{"tf":1.0},"21":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":13,"docs":{"45":{"tf":1.7320508075688772},"46":{"tf":1.0},"47":{"tf":1.0},"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},"55":{"tf":1.0},"56":{"tf":2.0},"57":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"38":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}},"x":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}}},"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"22":{"tf":1.0},"50":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"20":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"3":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"46":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":4,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":7,"docs":{"19":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"60":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":7,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"27":{"tf":1.7320508075688772},"28":{"tf":1.0},"60":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"12":{"tf":1.0},"46":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":4,"docs":{"16":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"61":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":11,"docs":{"12":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"27":{"tf":1.4142135623730951},"31":{"tf":2.449489742783178},"32":{"tf":2.23606797749979},"33":{"tf":2.0},"36":{"tf":2.0},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"61":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":14,"docs":{"22":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"38":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"61":{"tf":1.0},"9":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"4":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0},"61":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"15":{"tf":1.4142135623730951},"21":{"tf":1.0},"49":{"tf":1.0},"56":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":3,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"60":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"10":{"tf":1.0},"60":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":6,"docs":{"0":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.4142135623730951}}},"l":{"df":1,"docs":{"31":{"tf":2.0}}}}},"p":{"c":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"48":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.7320508075688772},"54":{"tf":1.4142135623730951}}}}}}}}},"df":20,"docs":{"1":{"tf":1.0},"10":{"tf":2.0},"12":{"tf":1.7320508075688772},"13":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.7320508075688772},"20":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.0},"38":{"tf":2.23606797749979},"4":{"tf":1.7320508075688772},"42":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":2.0},"5":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.7320508075688772},"60":{"tf":1.4142135623730951},"61":{"tf":2.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"48":{"tf":1.0},"53":{"tf":1.4142135623730951}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":9,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":31,"docs":{"12":{"tf":1.0},"13":{"tf":1.4142135623730951},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"38":{"tf":1.7320508075688772},"39":{"tf":2.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.7320508075688772},"41":{"tf":1.7320508075688772},"42":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"46":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.7320508075688772},"56":{"tf":1.7320508075688772},"59":{"tf":1.7320508075688772},"60":{"tf":1.7320508075688772},"61":{"tf":1.7320508075688772}},"’":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"43":{"tf":1.0}},"{":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"43":{"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":{},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"56":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"43":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"52":{"tf":1.7320508075688772},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"51":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":5,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"38":{"tf":1.4142135623730951},"56":{"tf":1.0},"60":{"tf":1.4142135623730951}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"0":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"44":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"24":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":12,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.7320508075688772}}}}}}}},"df":0,"docs":{}}}}},"df":30,"docs":{"1":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.7320508075688772},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":2.23606797749979},"16":{"tf":1.7320508075688772},"17":{"tf":2.23606797749979},"18":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":2.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"28":{"tf":1.0},"38":{"tf":2.23606797749979},"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.4142135623730951},"46":{"tf":2.6457513110645907},"5":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":2.23606797749979},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":2.0},"60":{"tf":1.7320508075688772},"61":{"tf":2.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"42":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"a":{"df":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"44":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"22":{"tf":1.0},"7":{"tf":2.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"d":{"df":8,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}},"df":4,"docs":{"17":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.0},"46":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}},"f":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":3,"docs":{"21":{"tf":1.0},"53":{"tf":1.7320508075688772},"54":{"tf":1.7320508075688772}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"8":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"56":{"tf":1.0}},"i":{"c":{"df":5,"docs":{"0":{"tf":1.0},"41":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":6,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"38":{"tf":1.0},"45":{"tf":1.0},"58":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"16":{"tf":1.0},"41":{"tf":1.0},"59":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":10,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":7,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.7320508075688772}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"0":{"tf":1.0},"10":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"60":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"w":{"df":4,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"23":{"tf":1.0},"52":{"tf":1.0}}}}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":13,"docs":{"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"38":{"tf":1.7320508075688772},"4":{"tf":1.0},"44":{"tf":1.7320508075688772},"50":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"9":{"tf":2.0}},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"44":{"tf":1.0}}},"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":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"24":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"33":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"n":{"df":3,"docs":{"26":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":3,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0}}}}},"t":{"df":1,"docs":{"15":{"tf":1.0}}},"z":{"df":0,"docs":{},"e":{"df":1,"docs":{"9":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}}},"w":{"df":3,"docs":{"44":{"tf":1.0},"59":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"35":{"tf":1.0}}}},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"17":{"tf":1.0},"3":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":5,"docs":{"21":{"tf":1.0},"24":{"tf":1.0},"55":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"49":{"tf":1.0},"54":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"o":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"3":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":1,"docs":{"61":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":6,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"36":{"tf":1.4142135623730951},"44":{"tf":1.0},"5":{"tf":1.0},"58":{"tf":1.0}},"i":{"df":1,"docs":{"17":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":3,"docs":{"22":{"tf":1.0},"39":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"41":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"59":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"22":{"tf":1.0},"59":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"df":0,"docs":{}},"_":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"49":{"tf":1.0},"54":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":14,"docs":{"12":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.7320508075688772},"46":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"7":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"e":{"df":3,"docs":{"12":{"tf":1.0},"22":{"tf":1.0},"9":{"tf":1.7320508075688772}}},"i":{"c":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}},"y":{"df":5,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"35":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"60":{"tf":1.0}}}},"d":{":":{":":{"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":9,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{":":{":":{"a":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"53":{"tf":1.0}}},"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":{":":{":":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"24":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"21":{"tf":1.0},"44":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"60":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"p":{"df":3,"docs":{"12":{"tf":1.0},"46":{"tf":1.0},"61":{"tf":1.0}}}},"r":{"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"26":{"tf":1.0},"32":{"tf":1.4142135623730951}}}}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"58":{"tf":1.4142135623730951}}}}}},"u":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"25":{"tf":1.0},"36":{"tf":1.0}}}},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"6":{"tf":1.0}}}}},"df":6,"docs":{"0":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":1.0},"61":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"0":{"tf":1.0},"61":{"tf":1.0}}}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"42":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"57":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"13":{"tf":1.0},"22":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"27":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"30":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"60":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":7,"docs":{"20":{"tf":1.4142135623730951},"3":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}}}}}}}},"t":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"7":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"2":{"0":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"0":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}},"4":{"5":{"df":2,"docs":{"27":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"6":{"0":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"53":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":5,"docs":{"17":{"tf":1.0},"36":{"tf":2.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.7320508075688772},"60":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"46":{"tf":1.0}}}}},"d":{"df":3,"docs":{"20":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"22":{"tf":1.0},"3":{"tf":1.4142135623730951},"58":{"tf":1.0}}},"r":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"21":{"tf":1.0},"30":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"c":{"a":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"33":{"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":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"25":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":33,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.4142135623730951},"15":{"tf":2.0},"16":{"tf":1.7320508075688772},"17":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.7320508075688772},"28":{"tf":1.0},"29":{"tf":1.4142135623730951},"3":{"tf":1.7320508075688772},"30":{"tf":1.7320508075688772},"31":{"tf":1.4142135623730951},"32":{"tf":1.7320508075688772},"33":{"tf":1.7320508075688772},"36":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":2.0},"52":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"59":{"tf":1.0},"6":{"tf":1.7320508075688772},"60":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951},"8":{"tf":1.7320508075688772},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"50":{"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":{"49":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"{":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"54":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"53":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"51":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"7":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":3,"docs":{"13":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"e":{"df":14,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"3":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"35":{"tf":2.0},"40":{"tf":1.0},"44":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":2.23606797749979}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"35":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":6,"docs":{"15":{"tf":1.0},"20":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"44":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":9,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.7320508075688772},"35":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"36":{"tf":1.0}}},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":18,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.7320508075688772},"46":{"tf":1.7320508075688772},"51":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"56":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"8":{"tf":1.0}},"y":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"g":{"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":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"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":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"15":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"56":{"tf":1.0}}},"k":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":14,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.7320508075688772},"43":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"61":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"52":{"tf":1.0},"58":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":21,"docs":{"0":{"tf":1.7320508075688772},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"21":{"tf":1.0},"25":{"tf":2.23606797749979},"26":{"tf":2.23606797749979},"27":{"tf":1.0},"29":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"5":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"5":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"16":{"tf":1.7320508075688772}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"19":{"tf":1.0},"61":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.7320508075688772}}}}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"36":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":3,"docs":{"22":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"39":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}}},"x":{"/":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"29":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"39":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"25":{"tf":1.0},"3":{"tf":1.4142135623730951},"46":{"tf":1.0},"48":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"54":{"tf":1.0},"59":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":3,"docs":{"33":{"tf":1.0},"4":{"tf":1.0},"56":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"31":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"17":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"16":{"tf":1.0}}}},"df":27,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":2.23606797749979},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.4142135623730951},"50":{"tf":1.0},"53":{"tf":2.23606797749979},"54":{"tf":1.7320508075688772},"56":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":33,"docs":{"14":{"tf":1.7320508075688772},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"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},"58":{"tf":1.0},"9":{"tf":1.7320508075688772}},"s":{"(":{"1":{"0":{"df":4,"docs":{"26":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"3":{"0":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":2,"docs":{"25":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"z":{"df":2,"docs":{"53":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"2":{"df":4,"docs":{"25":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"3":{"df":3,"docs":{"24":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0}}},"4":{"df":3,"docs":{"27":{"tf":1.0},"30":{"tf":1.0},"8":{"tf":1.0}}},"5":{"df":1,"docs":{"31":{"tf":1.0}}},"7":{"df":2,"docs":{"32":{"tf":1.0},"33":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":22,"docs":{"0":{"tf":2.0},"13":{"tf":1.0},"17":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.7320508075688772},"37":{"tf":2.0},"43":{"tf":1.0},"46":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"58":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":2.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"!":{"[":{"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":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"10":{"tf":1.0},"32":{"tf":1.0},"60":{"tf":1.0}},"f":{"df":1,"docs":{"13":{"tf":1.0}},"i":{"df":13,"docs":{"0":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"27":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"4":{"tf":1.0},"44":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"16":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"[":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"12":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"61":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":2.23606797749979}},"e":{"df":0,"docs":{},"t":{"df":12,"docs":{"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.0}},"s":{"(":{"1":{"0":{"0":{"df":1,"docs":{"30":{"tf":1.0}}},"df":5,"docs":{"25":{"tf":1.0},"27":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"2":{"0":{"df":4,"docs":{"26":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}},"df":0,"docs":{}},"5":{"0":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}},"y":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":1,"docs":{"12":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"21":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"58":{"tf":1.0},"61":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":8,"docs":{"10":{"tf":1.4142135623730951},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"20":{"tf":1.0},"38":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":4,"docs":{"41":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.4142135623730951},"59":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"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":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"2":{"0":{"df":3,"docs":{"26":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"0":{"0":{"df":1,"docs":{"31":{"tf":1.0}}},"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":1,"docs":{"10":{"tf":1.0}}},"6":{"0":{"0":{"df":1,"docs":{"30":{"tf":1.0}}},"df":4,"docs":{"10":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"9":{"0":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"0":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"0":{"tf":1.0},"35":{"tf":1.4142135623730951},"9":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"1":{"tf":1.0},"13":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":5,"docs":{"24":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"56":{"tf":1.7320508075688772}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":33,"docs":{"1":{"tf":1.0},"12":{"tf":2.23606797749979},"13":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.7320508075688772},"18":{"tf":2.0},"19":{"tf":2.449489742783178},"20":{"tf":2.23606797749979},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"25":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"36":{"tf":2.0},"38":{"tf":1.7320508075688772},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.4142135623730951},"46":{"tf":2.23606797749979},"48":{"tf":1.7320508075688772},"49":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":2.0},"53":{"tf":2.6457513110645907},"54":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.7320508075688772},"59":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"15":{"tf":2.0},"16":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"5":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"e":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"title":{"root":{"a":{"d":{"df":4,"docs":{"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"32":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"57":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"17":{"tf":1.0}}}}}}}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":3,"docs":{"27":{"tf":1.0},"32":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"43":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"37":{"tf":1.0}}},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"24":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"58":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"58":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"56":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":3,"docs":{"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0}}}}}}}},"d":{"a":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"37":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"45":{"tf":1.0},"46":{"tf":1.0}}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"l":{"df":1,"docs":{"58":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"23":{"tf":1.0},"28":{"tf":1.0},"52":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"36":{"tf":1.0}}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"18":{"tf":1.0},"20":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}},"f":{"a":{"df":0,"docs":{},"q":{"df":1,"docs":{"60":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"47":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"61":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"14":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"51":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":1,"docs":{"14":{"tf":1.0}},"i":{"df":1,"docs":{"45":{"tf":1.0}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"56":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"v":{"df":1,"docs":{"57":{"tf":1.0}}}},"k":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"46":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"24":{"tf":1.0}}}}},"o":{"a":{"d":{"df":2,"docs":{"29":{"tf":1.0},"30":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"40":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"10":{"tf":1.0}}}}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"46":{"tf":1.0}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}},"w":{"df":1,"docs":{"52":{"tf":1.0}}}}},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"9":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"44":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"14":{"tf":1.0},"2":{"tf":1.0},"45":{"tf":1.0},"57":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"o":{"b":{"df":0,"docs":{},"e":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"29":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"33":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"45":{"tf":1.0},"56":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"31":{"tf":1.0},"36":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"df":2,"docs":{"10":{"tf":1.0},"38":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"50":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":5,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"38":{"tf":1.0},"46":{"tf":1.0},"59":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"24":{"tf":1.0},"53":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"30":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"36":{"tf":1.0},"54":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"5":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"51":{"tf":1.0}}}}}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"25":{"tf":1.0},"26":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":1,"docs":{"16":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"10":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"55":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":8,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"36":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"lang":"English","pipeline":["trimmer","stopWordFilter","stemmer"],"ref":"id","version":"0.9.5"},"results_options":{"limit_results":30,"teaser_word_count":30},"search_options":{"bool":"OR","expand":true,"fields":{"body":{"boost":1},"breadcrumbs":{"boost":1},"title":{"boost":2}}}}')); \ No newline at end of file diff --git a/docs/searchindex-43294525.js b/docs/searchindex-43294525.js new file mode 100644 index 0000000..5ac3cd8 --- /dev/null +++ b/docs/searchindex-43294525.js @@ -0,0 +1 @@ +window.search = Object.assign(window.search, JSON.parse('{"doc_urls":["project-context-primer.html#project-context-primer","what-you-will-learn.html#what-you-will-learn","part-i.html#part-i--foundations","introduction.html#introduction","architecture-overview.html#architecture-overview","testing-philosophy.html#testing-philosophy","scenario-lifecycle.html#scenario-lifecycle-conceptual","design-rationale.html#design-rationale","part-ii.html#part-ii--user-guide","workspace-layout.html#workspace-layout","annotated-tree.html#annotated-tree","authoring-scenarios.html#authoring-scenarios","workloads.html#core-content-workloads--expectations","workloads.html#workloads","workloads.html#expectations","scenario-builder-ext-patterns.html#core-content-scenariobuilderext-patterns","best-practices.html#best-practices","examples.html#examples","examples.html#simple-2-validator-transaction-workload","examples.html#da--transaction-workload","examples.html#chaos--liveness-check","examples-advanced.html#advanced--artificial-examples","examples-advanced.html#partition-and-recover-chaos","examples-advanced.html#mempool-saturation-slo","examples-advanced.html#api-contract-probe","examples-advanced.html#validator-churn-replacejoin","examples-advanced.html#mixed-da--tx-throughput-sweep","examples-advanced.html#stochastic-topology-generator","running-scenarios.html#running-scenarios","runners.html#runners","runners.html#local-runner","runners.html#docker-compose-runner","runners.html#kubernetes-runner","runners.html#common-expectations","operations.html#operations","part-iii.html#part-iii--developer-reference","scenario-model.html#scenario-model-developer-level","extending.html#extending-the-framework","extending.html#adding-a-workload","extending.html#adding-an-expectation","extending.html#adding-a-runner","extending.html#adding-topology-helpers","node-control.html#node-control--runcontext","node-control.html#accessing-node-control-in-workloadsexpectations","node-control.html#peer-blocking-example","node-control.html#considerations","chaos.html#chaos-workloads","chaos.html#how-it-works","chaos.html#usage","chaos.html#expectations-to-pair","chaos.html#best-practices","topology-chaos.html#topology--chaos-patterns","topology-chaos.html#node-control-availability","topology-chaos.html#chaos-patterns-to-consider","topology-chaos.html#expectations-to-pair","topology-chaos.html#guidance","custom-workload-example.html#example-new-workload--expectation-rust","custom-workload-example.html#workload-simple-reachability-probe","custom-workload-example.html#expectation-confirm-the-target-stayed-reachable","custom-workload-example.html#how-to-wire-it","internal-crate-reference.html#internal-crate-reference","part-iv.html#part-iv--appendix","dsl-cheat-sheet.html#core-content-dsl-cheat-sheet","troubleshooting.html#troubleshooting-scenarios","faq.html#faq","glossary.html#glossary"],"index":{"documentStore":{"docInfo":{"0":{"body":67,"breadcrumbs":6,"title":3},"1":{"body":26,"breadcrumbs":2,"title":1},"10":{"body":59,"breadcrumbs":8,"title":2},"11":{"body":101,"breadcrumbs":8,"title":2},"12":{"body":18,"breadcrumbs":12,"title":4},"13":{"body":38,"breadcrumbs":9,"title":1},"14":{"body":81,"breadcrumbs":9,"title":1},"15":{"body":84,"breadcrumbs":12,"title":4},"16":{"body":96,"breadcrumbs":8,"title":2},"17":{"body":14,"breadcrumbs":6,"title":1},"18":{"body":49,"breadcrumbs":10,"title":5},"19":{"body":51,"breadcrumbs":8,"title":3},"2":{"body":10,"breadcrumbs":4,"title":2},"20":{"body":61,"breadcrumbs":8,"title":3},"21":{"body":19,"breadcrumbs":10,"title":3},"22":{"body":58,"breadcrumbs":10,"title":3},"23":{"body":58,"breadcrumbs":10,"title":3},"24":{"body":58,"breadcrumbs":10,"title":3},"25":{"body":57,"breadcrumbs":10,"title":3},"26":{"body":69,"breadcrumbs":12,"title":5},"27":{"body":53,"breadcrumbs":10,"title":3},"28":{"body":75,"breadcrumbs":8,"title":2},"29":{"body":20,"breadcrumbs":6,"title":1},"3":{"body":84,"breadcrumbs":4,"title":1},"30":{"body":16,"breadcrumbs":7,"title":2},"31":{"body":23,"breadcrumbs":8,"title":3},"32":{"body":17,"breadcrumbs":7,"title":2},"33":{"body":48,"breadcrumbs":7,"title":2},"34":{"body":135,"breadcrumbs":6,"title":1},"35":{"body":10,"breadcrumbs":8,"title":4},"36":{"body":134,"breadcrumbs":12,"title":4},"37":{"body":0,"breadcrumbs":8,"title":2},"38":{"body":28,"breadcrumbs":8,"title":2},"39":{"body":23,"breadcrumbs":8,"title":2},"4":{"body":170,"breadcrumbs":6,"title":2},"40":{"body":31,"breadcrumbs":8,"title":2},"41":{"body":20,"breadcrumbs":9,"title":3},"42":{"body":28,"breadcrumbs":10,"title":3},"43":{"body":50,"breadcrumbs":11,"title":4},"44":{"body":51,"breadcrumbs":10,"title":3},"45":{"body":32,"breadcrumbs":8,"title":1},"46":{"body":14,"breadcrumbs":8,"title":2},"47":{"body":56,"breadcrumbs":7,"title":1},"48":{"body":37,"breadcrumbs":7,"title":1},"49":{"body":24,"breadcrumbs":8,"title":2},"5":{"body":96,"breadcrumbs":6,"title":2},"50":{"body":26,"breadcrumbs":8,"title":2},"51":{"body":11,"breadcrumbs":10,"title":3},"52":{"body":25,"breadcrumbs":10,"title":3},"53":{"body":57,"breadcrumbs":10,"title":3},"54":{"body":24,"breadcrumbs":9,"title":2},"55":{"body":35,"breadcrumbs":8,"title":1},"56":{"body":19,"breadcrumbs":14,"title":5},"57":{"body":117,"breadcrumbs":13,"title":4},"58":{"body":64,"breadcrumbs":14,"title":5},"59":{"body":24,"breadcrumbs":10,"title":1},"6":{"body":159,"breadcrumbs":8,"title":3},"60":{"body":91,"breadcrumbs":10,"title":3},"61":{"body":10,"breadcrumbs":6,"title":3},"62":{"body":84,"breadcrumbs":11,"title":5},"63":{"body":86,"breadcrumbs":7,"title":2},"64":{"body":99,"breadcrumbs":5,"title":1},"65":{"body":88,"breadcrumbs":5,"title":1},"7":{"body":68,"breadcrumbs":6,"title":2},"8":{"body":10,"breadcrumbs":8,"title":4},"9":{"body":94,"breadcrumbs":8,"title":2}},"docs":{"0":{"body":"This book focuses on the Nomos Testing Framework. It assumes familiarity with\\nthe Nomos architecture, but for completeness, here is a short primer. Nomos is a modular blockchain protocol composed of validators, executors,\\nand a data-availability (DA) subsystem. Validators participate in consensus and produce blocks. Executors run application logic or off-chain computations referenced by\\nblocks. Data Availability (DA) ensures that data referenced in blocks is\\npublished and retrievable, including blobs or channel data used by workloads. These roles interact tightly, which is why meaningful testing must be performed\\nin multi-node environments that include real networking, timing, and DA\\ninteraction.","breadcrumbs":"Project Context Primer » Project Context Primer","id":"0","title":"Project Context Primer"},"1":{"body":"This book gives you a clear mental model for Nomos multi-node testing, shows how\\nto author scenarios that pair realistic workloads with explicit expectations,\\nand guides you to run them across local, containerized, and cluster environments\\nwithout changing the plan.","breadcrumbs":"What You Will Learn » What You Will Learn","id":"1","title":"What You Will Learn"},"10":{"body":"High-level view of the workspace and how pieces relate: nomos-testing/\\n├─ testing-framework/\\n│ ├─ configs/ # shared configuration helpers\\n│ ├─ core/ # scenario model, runtime, topology\\n│ ├─ workflows/ # workloads, expectations, DSL extensions\\n│ └─ runners/ # local, compose, k8s deployment backends\\n├─ tests/ # integration scenarios using the framework\\n└─ scripts/ # supporting setup utilities (e.g., assets) Each area maps to a responsibility: describe configs, orchestrate scenarios,\\npackage common traffic and assertions, adapt to environments, and demonstrate\\nend-to-end usage.","breadcrumbs":"Part II — User Guide » Annotated Tree » Annotated Tree","id":"10","title":"Annotated Tree"},"11":{"body":"Creating a scenario is a declarative exercise: Shape the topology: decide how many validators and executors to run, and\\nwhat high-level network and data-availability characteristics matter for the\\ntest. Attach workloads: pick traffic generators that align with your goals\\n(transactions, data-availability blobs, or chaos for resilience probes). Define expectations: specify the health signals that must hold when the\\nrun finishes (e.g., consensus liveness, inclusion of submitted activity; see Core Content: Workloads & Expectations). Set duration: choose a run window long enough to observe meaningful\\nblock progression and the effects of your workloads. Choose a runner: target local processes for fast iteration, Docker\\nCompose for reproducible multi-node stacks, or Kubernetes for cluster-grade\\nvalidation. For environment considerations, see Operations. Keep scenarios small and explicit: make the intended behavior and the success\\ncriteria clear so failures are easy to interpret and act upon.","breadcrumbs":"Part II — User Guide » Authoring Scenarios » Authoring Scenarios","id":"11","title":"Authoring Scenarios"},"12":{"body":"Workloads describe the activity a scenario generates; expectations describe the\\nsignals that must hold when that activity completes. Both are pluggable so\\nscenarios stay readable and purpose-driven.","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Core Content: Workloads & Expectations","id":"12","title":"Core Content: Workloads & Expectations"},"13":{"body":"Transaction workload: submits user-level transactions at a configurable\\nrate and can limit how many distinct actors participate. Data-availability workload: drives blob and channel activity to exercise\\ndata-availability paths. Chaos workload: triggers controlled node restarts to test resilience and\\nrecovery behaviors (requires a runner that can control nodes).","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Workloads","id":"13","title":"Workloads"},"14":{"body":"Consensus liveness: verifies the system continues to produce blocks in\\nline with the planned workload and timing window. Workload-specific checks: each workload can attach its own success\\ncriteria (e.g., inclusion of submitted activity) so scenarios remain concise. Together, workloads and expectations let you express both the pressure applied\\nto the system and the definition of “healthy” for that run. Mermaid view (pipeline): flowchart TD I[\\"Inputs: topology + wallets + rates\\"] Init[\\"Workload init\\"] Drive[\\"Drive traffic\\"] Collect[\\"Collect signals\\"] Eval[\\"Expectations evaluate\\"] I --> Init --> Drive --> Collect --> Eval Usage example: use std::time::Duration;\\nuse testing_framework_core::scenario::ScenarioBuilder;\\nuse testing_framework_workflows::{ConsensusLiveness, workloads::transaction}; let plan = ScenarioBuilder::with_node_counts(2, 0) .with_workload(transaction::Workload::default()) .with_expectation(ConsensusLiveness::default()) .with_run_duration(Duration::from_secs(60)) .build();\\n// deploy with your runner of choice and call runner.run(&mut plan)","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Expectations","id":"14","title":"Expectations"},"15":{"body":"Patterns that keep scenarios readable and reusable: Topology-first: start by shaping the cluster (counts, layout) so later\\nsteps inherit a clear foundation. Bundle defaults: use the DSL helpers to attach common expectations (like\\nliveness) whenever you add a matching workload, reducing forgotten checks. Intentional rates: express traffic in per-block terms to align with\\nprotocol timing rather than wall-clock assumptions. Opt-in chaos: enable restart patterns only in scenarios meant to probe\\nresilience; keep functional smoke tests deterministic. Wallet clarity: seed only the number of actors you need; it keeps\\ntransaction scenarios deterministic and interpretable. These patterns make scenario definitions self-explanatory while staying aligned\\nwith the framework’s block-oriented timing model.","breadcrumbs":"Part II — User Guide » Core Content: ScenarioBuilderExt Patterns » Core Content: ScenarioBuilderExt Patterns","id":"15","title":"Core Content: ScenarioBuilderExt Patterns"},"16":{"body":"State your intent: document the goal of each scenario (throughput, DA\\nvalidation, resilience) so expectation choices are obvious. Keep runs meaningful: choose durations that allow multiple blocks and make\\ntiming-based assertions trustworthy. Separate concerns: start with deterministic workloads for functional\\nchecks; add chaos in dedicated resilience scenarios to avoid noisy failures. Reuse patterns: standardize on shared topology and workload presets so\\nresults are comparable across environments and teams. Observe first, tune second: rely on liveness and inclusion signals to\\ninterpret outcomes before tweaking rates or topology. Environment fit: pick runners that match the feedback loop you need—local\\nfor speed, compose for reproducible stacks, k8s for cluster-grade fidelity. Minimal surprises: seed only necessary wallets and keep configuration\\ndeltas explicit when moving between CI and developer machines.","breadcrumbs":"Part II — User Guide » Best Practices » Best Practices","id":"16","title":"Best Practices"},"17":{"body":"Concrete scenario shapes that illustrate how to combine topologies, workloads,\\nand expectations. Adjust counts, rates, and durations to fit your environment.","breadcrumbs":"Part II — User Guide » Examples » Examples","id":"17","title":"Examples"},"18":{"body":"Topology: two validators. Workload: transaction submissions at a modest per-block rate with a small\\nset of wallet actors. Expectations: consensus liveness and inclusion of submitted activity. When to use: smoke tests for consensus and transaction flow on minimal\\nhardware. Setup (Rust): use std::time::Duration;\\nuse testing_framework_core::scenario::ScenarioBuilder; let plan = ScenarioBuilder::with_node_counts(2, 0) .transactions() .rate(3) .users(4) .apply() .with_run_duration(Duration::from_secs(60)) .expect_consensus_liveness() .build();\\n// deploy with your runner of choice (local/compose/k8s) and run","breadcrumbs":"Part II — User Guide » Examples » Simple 2-validator transaction workload","id":"18","title":"Simple 2-validator transaction workload"},"19":{"body":"Topology: validators plus executors if available. Workloads: data-availability blobs/channels and transactions running\\ntogether to stress both paths. Expectations: consensus liveness and workload-level inclusion/availability\\nchecks. When to use: end-to-end coverage of transaction and DA layers in one run. Setup (Rust): use std::time::Duration;\\nuse testing_framework_core::scenario::ScenarioBuilder; let plan = ScenarioBuilder::with_node_counts(2, 1) .transactions() .rate(5) .users(8) .apply() .da() .channel_rate(1) .blob_rate(1) .apply() .with_run_duration(Duration::from_secs(90)) .expect_consensus_liveness() .build();","breadcrumbs":"Part II — User Guide » Examples » DA + transaction workload","id":"19","title":"DA + transaction workload"},"2":{"body":"Conceptual chapters that establish the mental model for the framework and how\\nit approaches multi-node testing.","breadcrumbs":"Part I — Foundations » Part I — Foundations","id":"2","title":"Part I — Foundations"},"20":{"body":"Topology: validators (optionally executors) with node control enabled. Workloads: baseline traffic (transactions or DA) plus chaos restarts on\\nselected roles. Expectations: consensus liveness to confirm the system keeps progressing\\ndespite restarts; workload-specific inclusion if traffic is present. When to use: resilience validation and operational readiness drills. Setup (Rust): use std::time::Duration;\\nuse testing_framework_core::scenario::ScenarioBuilder;\\nuse testing_framework_workflows::workloads::transaction; let plan = ScenarioBuilder::with_node_counts(2, 1) .enable_node_control() .transactions() .rate(3) .users(4) .apply() .chaos_random_restart() .min_delay(Duration::from_secs(45)) .max_delay(Duration::from_secs(75)) .target_cooldown(Duration::from_secs(120)) .apply() .with_run_duration(Duration::from_secs(120)) .expect_consensus_liveness() .build();","breadcrumbs":"Part II — User Guide » Examples » Chaos + liveness check","id":"20","title":"Chaos + liveness check"},"21":{"body":"These illustrative scenarios stretch the framework to show how to build new\\nworkloads, expectations, deployers, and topology tricks. They are intentionally\\n“synthetic” to teach capabilities rather than prescribe production tests.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Advanced & Artificial Examples","id":"21","title":"Advanced & Artificial Examples"},"22":{"body":"Idea: induce a partial partition between nodes (e.g., block a subset of peers) mid-run, then heal it, to verify recovery and catch-up. Demonstrates: using node control/peer blocking to simulate partitions and asserting liveness plus height convergence afterward. Shape: a custom workload that blocks/unblocks peers; an expectation that all nodes reach the same height after healing. Setup (Rust): use testing_framework_core::scenario::ScenarioBuilder;\\n// PartitionChaosWorkload and HeightConvergenceExpectation are custom components you write. let plan = ScenarioBuilder::with_node_counts(3, 0) .enable_node_control() .with_workload(PartitionChaosWorkload::new().duration(Duration::from_secs(60))) .with_expectation(HeightConvergenceExpectation::new()) .with_run_duration(Duration::from_secs(150)) .build();","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Partition-and-Recover Chaos","id":"22","title":"Partition-and-Recover Chaos"},"23":{"body":"Idea: drive a high transaction rate to create backpressure and assert inclusion latency stays under a target budget. Demonstrates: SLO-style expectations (e.g., p95 inclusion time) under load, beyond simple liveness. Shape: high-rate tx workload plus an expectation that measures inclusion delay versus a threshold. Setup (Rust): use std::time::Duration;\\nuse testing_framework_core::scenario::ScenarioBuilder;\\n// HighRateTxWorkload drives load; InclusionSLOExpectation measures latency. let plan = ScenarioBuilder::with_node_counts(2, 1) .transactions().rate(20).users(16).apply() .with_expectation(InclusionSLOExpectation::with_budget(Duration::from_secs(10))) .with_run_duration(Duration::from_secs(120)) .build();","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Mempool Saturation SLO","id":"23","title":"Mempool Saturation SLO"},"24":{"body":"Idea: repeatedly hit node HTTP/RPC endpoints with schema-aware checks to ensure responses stay well-formed and timely under load. Demonstrates: validating external contract stability (shape + latency) while workloads run; catching regressions in public-facing APIs. Shape: custom probe workload that polls endpoints; expectation that enforces response codes/fields and latency bands. Setup (Rust): use testing_framework_core::scenario::ScenarioBuilder;\\n// ApiProbeWorkload and ApiContractExpectation are custom components you write. let plan = ScenarioBuilder::with_node_counts(2, 1) .with_workload(ApiProbeWorkload::new().endpoint(\\"/health\\").p95_latency(Duration::from_millis(500))) .with_expectation(ApiContractExpectation::default()) .with_run_duration(Duration::from_secs(60)) .build();","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » API Contract Probe","id":"24","title":"API Contract Probe"},"25":{"body":"Idea: remove a validator and add a new one mid-run (or restart with a new key) to verify the cluster reconfigures and maintains progress. Demonstrates: handling validator churn and ensuring consensus/height convergence after membership changes. Shape: custom workload that stops one validator and starts another; expectation that heights converge and no prolonged stalls occur. Setup (Rust): use testing_framework_core::scenario::ScenarioBuilder;\\n// ValidatorChurnWorkload manages stop/start; HeightConvergenceExpectation checks final state. let plan = ScenarioBuilder::with_node_counts(3, 0) .enable_node_control() .with_workload(ValidatorChurnWorkload::new().replace_after(Duration::from_secs(45))) .with_expectation(HeightConvergenceExpectation::new()) .with_run_duration(Duration::from_secs(180)) .build();","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Validator Churn (Replace/Join)","id":"25","title":"Validator Churn (Replace/Join)"},"26":{"body":"Idea: sweep transaction and DA blob rates upward in steps to identify throughput limits and where inclusion/availability SLOs start failing. Demonstrates: combined-path stress (tx + DA) with SLO-based expectations on inclusion and DA responsiveness. Shape: workload that increases rates every N seconds; expectation that tracks inclusion latency and DA API health within budgets. Setup (Rust): use testing_framework_core::scenario::ScenarioBuilder;\\n// ThroughputSweepWorkload ramps tx + DA; CombinedSLOExpectation enforces budgets. let plan = ScenarioBuilder::with_node_counts(2, 1) .with_workload(ThroughputSweepWorkload::new() .start_tx_rate(2).end_tx_rate(20) .start_da_rate(1).end_da_rate(10) .step_duration(Duration::from_secs(30))) .with_expectation(CombinedSLOExpectation::with_budgets( Duration::from_secs(10), // tx inclusion Duration::from_secs(5), // DA responsiveness )) .with_run_duration(Duration::from_secs(180)) .build();","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Mixed DA + Tx Throughput Sweep","id":"26","title":"Mixed DA + Tx Throughput Sweep"},"27":{"body":"Idea: topology parameters change at runtime (random validators, DA\\nsettings, network shapes). Demonstrates: randomized property testing and fuzzing approaches to\\ntopology building. Shape: pick roles and network layouts randomly per run; keep expectations\\ntolerant to variability while still asserting core liveness. Setup (Rust): use testing_framework_core::scenario::ScenarioBuilder;\\n// StochasticTopologyBuilder wraps ScenarioBuilder to randomize counts/layout. let plan = StochasticTopologyBuilder::new() .with_validator_range(1..=4) .with_executor_range(0..=2) .with_random_layouts() .finish() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(90)) .build();","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Stochastic Topology Generator","id":"27","title":"Stochastic Topology Generator"},"28":{"body":"Running a scenario follows the same conceptual flow regardless of environment: Select or author a scenario plan that pairs a topology with workloads,\\nexpectations, and a suitable run window. Choose a runner aligned with your environment (local, compose, or k8s) and\\nensure its prerequisites are available. Deploy the plan through the runner; wait for readiness signals before\\nstarting workloads. Let workloads drive activity for the planned duration; keep observability\\nsignals visible so you can correlate outcomes. Evaluate expectations and capture results as the primary pass/fail signal. Use the same plan across different runners to compare behavior between local\\ndevelopment and CI or cluster settings. For environment prerequisites and\\nflags, see Operations.","breadcrumbs":"Part II — User Guide » Running Scenarios » Running Scenarios","id":"28","title":"Running Scenarios"},"29":{"body":"Runners turn a scenario plan into a live environment while keeping the plan\\nunchanged. Choose based on feedback speed, reproducibility, and fidelity. For\\nenvironment and operational considerations, see Operations:","breadcrumbs":"Part II — User Guide » Runners » Runners","id":"29","title":"Runners"},"3":{"body":"The Nomos Testing Framework is a purpose-built toolkit for exercising Nomos in\\nrealistic, multi-node environments. It solves the gap between small, isolated\\ntests and full-system validation by letting teams describe a cluster layout,\\ndrive meaningful traffic, and assert the outcomes in one coherent plan. It is for protocol engineers, infrastructure operators, and QA teams who need\\nrepeatable confidence that validators, executors, and data-availability\\ncomponents work together under network and timing constraints. Multi-node integration testing is required because many Nomos behaviors—block\\nprogress, data availability, liveness under churn—only emerge when several\\nroles interact over real networking and time. This framework makes those checks\\ndeclarative, observable, and portable across environments.","breadcrumbs":"Part I — Foundations » Introduction » Introduction","id":"3","title":"Introduction"},"30":{"body":"Launches node processes directly on the host. Fastest feedback loop and minimal orchestration overhead. Best for development-time iteration and debugging.","breadcrumbs":"Part II — User Guide » Runners » Local runner","id":"30","title":"Local runner"},"31":{"body":"Starts nodes in containers to provide a reproducible multi-node stack on a\\nsingle machine. Discovers service ports and wires observability for convenient inspection. Good balance between fidelity and ease of setup.","breadcrumbs":"Part II — User Guide » Runners » Docker Compose runner","id":"31","title":"Docker Compose runner"},"32":{"body":"Deploys nodes onto a cluster for higher-fidelity, longer-running scenarios. Suits CI or shared environments where cluster behavior and scheduling matter.","breadcrumbs":"Part II — User Guide » Runners » Kubernetes runner","id":"32","title":"Kubernetes runner"},"33":{"body":"All runners require at least one validator and, for transaction scenarios,\\naccess to seeded wallets. Readiness probes gate workload start so traffic begins only after nodes are\\nreachable. Environment flags can relax timeouts or increase tracing when diagnostics are\\nneeded. Mermaid view (runner abstraction): flowchart TD Plan[Scenario Plan] --> RunSel{Runner (local | compose | k8s)} RunSel --> Provision[Provision & readiness] Provision --> Runtime[Runtime + observability] Runtime --> Exec[Workloads & Expectations execute]","breadcrumbs":"Part II — User Guide » Runners » Common expectations","id":"33","title":"Common expectations"},"34":{"body":"Operational readiness focuses on prerequisites, environment fit, and clear\\nsignals: Prerequisites: keep a sibling nomos-node checkout available; ensure the\\nchosen runner’s platform needs are met (local binaries for host runs, Docker\\nfor compose, cluster access for k8s). Artifacts: some scenarios depend on prover or circuit assets; fetch them\\nahead of time with the provided helper scripts when needed. Environment flags: use slow-environment toggles to relax timeouts, enable\\ntracing when debugging, and adjust observability ports to avoid clashes. Readiness checks: verify runners report node readiness before starting\\nworkloads; this avoids false negatives from starting too early. Failure triage: map failures to missing prerequisites (wallet seeding,\\nnode control availability), runner platform issues, or unmet expectations.\\nStart with liveness signals, then dive into workload-specific assertions. Treat operational hygiene—assets present, prerequisites satisfied, observability\\nreachable—as the first step to reliable scenario outcomes. Mermaid view (metrics/observability flow): flowchart TD Expose[Runner exposes endpoints/ports] --> Collect[Runtime collects block/health signals] Collect --> Consume[Expectations consume signals and decide pass/fail] Consume --> Inspect[Operators inspect logs/metrics when failures arise]","breadcrumbs":"Part II — User Guide » Operations » Operations","id":"34","title":"Operations"},"35":{"body":"Deep dives for contributors who extend the framework, evolve its abstractions,\\nor maintain the crate set.","breadcrumbs":"Part III — Developer Reference » Part III — Developer Reference","id":"35","title":"Part III — Developer Reference"},"36":{"body":"The scenario model defines clear, composable responsibilities: Topology: a declarative description of the cluster—how many nodes, their\\nroles, and the broad network and data-availability characteristics. Validators\\nrun the nomos-node binary (consensus/block production); executors run the nomos-executor binary (consensus-aware executor service stack). The topology\\nrepresents the intended shape of the system under test. Scenario: a plan combining topology, workloads, expectations, and a run\\nwindow. Building a scenario validates prerequisites (like seeded wallets) and\\nensures the run lasts long enough to observe meaningful block progression. Workloads: asynchronous tasks that generate traffic or conditions. They\\nuse shared context to interact with the deployed cluster and may bundle\\ndefault expectations. Expectations: post-run assertions. They can capture baselines before\\nworkloads start and evaluate success once activity stops. Runtime: coordinates workloads and expectations for the configured\\nduration, enforces cooldowns when control actions occur, and ensures cleanup\\nso runs do not leak resources. Developers extending the model should keep these boundaries strict: topology\\ndescribes, scenarios assemble, runners deploy, workloads drive, and expectations\\njudge outcomes. For guidance on adding new capabilities, see Extending the Framework.","breadcrumbs":"Part III — Developer Reference » Scenario Model (Developer Level) » Scenario Model (Developer Level)","id":"36","title":"Scenario Model (Developer Level)"},"37":{"body":"","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Extending the Framework","id":"37","title":"Extending the Framework"},"38":{"body":"Implement the workload contract: provide a name, optional bundled expectations, validate prerequisites up front, and drive asynchronous activity against the deployed cluster. Export it through the workflows layer and consider adding DSL helpers for ergonomic wiring.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding a workload","id":"38","title":"Adding a workload"},"39":{"body":"Implement the expectation contract: capture baselines if needed and evaluate outcomes after workloads finish; report meaningful errors to aid debugging. Expose reusable expectations from the workflows layer so scenarios can attach them declaratively.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding an expectation","id":"39","title":"Adding an expectation"},"4":{"body":"The framework follows a clear flow: Topology → Scenario → Deployer → Runner → Workloads → Expectations. Topology describes the cluster: how many nodes, their roles, and the high-level network and data-availability parameters they should follow. Scenario combines that topology with the activities to run and the checks to perform, forming a single plan. Deployer turns the plan into a concrete environment on the chosen backend (local processes, Docker Compose, or Kubernetes). Runner is shared across deployers; it drives workloads and expectations using the provided runtime context. Workloads generate traffic and conditions that exercise the system. Expectations observe the run and judge success or failure once activity completes. The deployer supplies a RunContext (clients, metrics, optional NodeControlHandle) that the runner and workloads/expectations share; it carries the runtime view and control hooks for the deployed cluster. The optional NodeControlHandle lets the runner (and chaos workloads) restart or manage nodes in the deployed environment. Mermaid view: sequenceDiagram participant T as Topology (shape cluster) participant S as Scenario (plan) participant D as Deployer (provision env) participant R as Runner (drive with RunContext) participant W as Workloads (drive traffic) participant X as Expectations (verify outcomes) T->>S: describe roles/params S->>D: hand plan D->>R: provision + provide RunContext R->>W: start workloads with context R->>X: evaluate outcomes after run Each layer has a narrow responsibility so that cluster shape, deployment choice,\\ntraffic generation, and health checks can evolve independently while fitting\\ntogether predictably.","breadcrumbs":"Part I — Foundations » Architecture Overview » Architecture Overview","id":"4","title":"Architecture Overview"},"40":{"body":"Implement the deployer contract for the target backend, producing a runtime context with client access, metrics endpoints, and optional node control. Preserve cleanup guarantees so resources are reclaimed even when runs fail; mirror readiness and observation signals used by existing runners for consistency.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding a runner","id":"40","title":"Adding a runner"},"41":{"body":"Extend the topology description with new layouts or presets while keeping defaults safe and predictable; favor declarative inputs over ad hoc logic so scenarios stay reviewable.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding topology helpers","id":"41","title":"Adding topology helpers"},"42":{"body":"The deployer supplies a RunContext that workloads and expectations share. It\\nprovides: Topology descriptors ( GeneratedTopology) Client handles ( NodeClients / ClusterClient) for HTTP/RPC calls Metrics ( RunMetrics, Metrics) and block feed Optional NodeControlHandle for managing nodes (restart, block/unblock peers)","breadcrumbs":"Part III — Developer Reference » Node Control & RunContext » Node Control & RunContext","id":"42","title":"Node Control & RunContext"},"43":{"body":"Check for control support and use it conditionally: use testing_framework_core::scenario::{Expectation, RunContext, Workload}; struct RestartWorkload; impl Workload for RestartWorkload { fn name(&self) -> &\'static str { \\"restart_workload\\" } async fn start(&self, ctx: &RunContext) -> Result<(), Box> { if let Some(control) = ctx.node_control() { // Restart the first validator (index 0) if supported. control.restart_validator(0).await?; } Ok(()) }\\n} When chaos workloads need control, require enable_node_control() in the\\nscenario builder and deploy with a runner that supports it.","breadcrumbs":"Part III — Developer Reference » Node Control & RunContext » Accessing node control in workloads/expectations","id":"43","title":"Accessing node control in workloads/expectations"},"44":{"body":"Some runners expose peer management through NodeControlHandle. A simple\\nexpectation could block/unblock a peer to simulate isolation: struct PeerBlockExpectation; impl Expectation for PeerBlockExpectation { fn name(&self) -> &str { \\"peer_block_test\\" } async fn evaluate(&mut self, ctx: &RunContext) -> Result<(), Box> { let Some(control) = ctx.node_control() else { return Err(\\"node control not available\\".into()); }; // Block peer on validator 0 control.block_peer(0, \\"peer-id\\".to_string()).await?; // ... perform checks ... control.unblock_peer(0, \\"peer-id\\".to_string()).await?; Ok(()) }\\n}","breadcrumbs":"Part III — Developer Reference » Node Control & RunContext » Peer blocking example","id":"44","title":"Peer blocking example"},"45":{"body":"Always guard control usage: not all runners expose NodeControlHandle. Treat control as best-effort: failures should surface as test failures, but\\nworkloads should degrade gracefully when control is absent. Combine control actions with expectations (e.g., restart then assert height\\nconvergence) to keep scenarios meaningful.","breadcrumbs":"Part III — Developer Reference » Node Control & RunContext » Considerations","id":"45","title":"Considerations"},"46":{"body":"Chaos in the framework uses node control to introduce failures and validate\\nrecovery. The built-in restart workload lives in testing_framework_workflows::workloads::chaos::RandomRestartWorkload.","breadcrumbs":"Part III — Developer Reference » Chaos Workloads » Chaos Workloads","id":"46","title":"Chaos Workloads"},"47":{"body":"Requires NodeControlCapability ( enable_node_control() in the scenario\\nbuilder) and a runner that provides a NodeControlHandle. Randomly selects nodes (validators, executors) to restart based on your\\ninclude/exclude flags. Respects min/max delay between restarts and a target cooldown to avoid\\nflapping the same node too frequently. Runs alongside other workloads; expectations should account for the added\\ndisruption. Support varies by runner: node control is not provided by the local runner\\nand is not yet implemented for the k8s runner. Use a runner that advertises NodeControlHandle support (e.g., compose) for chaos workloads.","breadcrumbs":"Part III — Developer Reference » Chaos Workloads » How it works","id":"47","title":"How it works"},"48":{"body":"use std::time::Duration;\\nuse testing_framework_core::scenario::ScenarioBuilder;\\nuse testing_framework_workflows::workloads::chaos::RandomRestartWorkload; let plan = ScenarioBuilder::with_node_counts(2, 1) .enable_node_control() .with_workload( RandomRestartWorkload::new( Duration::from_secs(45), // min delay Duration::from_secs(75), // max delay Duration::from_secs(120), // target cooldown true, // include validators true, // include executors ) ) .expect_consensus_liveness() .with_run_duration(Duration::from_secs(150)) .build();\\n// deploy with a runner that supports node control and run the scenario","breadcrumbs":"Part III — Developer Reference » Chaos Workloads » Usage","id":"48","title":"Usage"},"49":{"body":"Consensus liveness: ensure blocks keep progressing despite restarts. Height convergence: optionally check all nodes converge after the chaos\\nwindow. Any workload-specific inclusion checks if you’re also driving tx/DA traffic.","breadcrumbs":"Part III — Developer Reference » Chaos Workloads » Expectations to pair","id":"49","title":"Expectations to pair"},"5":{"body":"Declarative over imperative: describe the desired cluster shape, traffic, and success criteria; let the framework orchestrate the run. Observable health signals: prefer liveness and inclusion signals that reflect real user impact instead of internal debug state. Determinism first: default scenarios aim for repeatable outcomes with fixed topologies and traffic rates; variability is opt-in. Targeted non-determinism: introduce randomness (e.g., restarts) only when probing resilience or operational robustness. Protocol time, not wall time: reason in blocks and protocol-driven intervals to reduce dependence on host speed or scheduler noise. Minimum run window: always allow enough block production to make assertions meaningful; very short runs risk false confidence. Use chaos with intent: chaos workloads are for recovery and fault-tolerance validation, not for baseline functional checks.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Testing Philosophy","id":"5","title":"Testing Philosophy"},"50":{"body":"Keep delays/cooldowns realistic; avoid back-to-back restarts that would never\\nhappen in production. Limit chaos scope: toggle validators vs executors based on what you want to\\ntest. Combine with observability: monitor metrics/logs to explain failures.","breadcrumbs":"Part III — Developer Reference » Chaos Workloads » Best practices","id":"50","title":"Best practices"},"51":{"body":"This page focuses on cluster manipulation: node control, chaos patterns, and\\nwhat the tooling supports today.","breadcrumbs":"Part III — Developer Reference » Topology & Chaos Patterns » Topology & Chaos Patterns","id":"51","title":"Topology & Chaos Patterns"},"52":{"body":"Supported: restart/peer control via NodeControlHandle (compose runner). Not supported: local runner does not expose node control; k8s runner does\\nnot support it yet. Always gate chaos on enable_node_control() and check node_control() in\\nworkloads/expectations before using it.","breadcrumbs":"Part III — Developer Reference » Topology & Chaos Patterns » Node control availability","id":"52","title":"Node control availability"},"53":{"body":"Restarts: random restarts with minimum delay/cooldown to test recovery. Partitions: block/unblock peers to simulate partial isolation, then assert\\nheight convergence after healing. Validator churn: stop one validator and start another (new key) mid-run to\\ntest membership changes; expect convergence. Load SLOs: push tx/DA rates and assert inclusion/availability budgets\\ninstead of only liveness. API probes: poll HTTP/RPC endpoints during chaos to ensure external\\ncontracts stay healthy (shape + latency).","breadcrumbs":"Part III — Developer Reference » Topology & Chaos Patterns » Chaos patterns to consider","id":"53","title":"Chaos patterns to consider"},"54":{"body":"Liveness/height convergence after chaos windows. SLO checks: inclusion latency, DA responsiveness, API latency/shape. Recovery checks: ensure nodes that were isolated or restarted catch up to\\ncluster height within a timeout.","breadcrumbs":"Part III — Developer Reference » Topology & Chaos Patterns » Expectations to pair","id":"54","title":"Expectations to pair"},"55":{"body":"Keep chaos realistic: avoid flapping or patterns you wouldn’t operate in prod. Scope chaos: choose validators vs executors intentionally; don’t restart all\\nnodes at once unless you’re testing full outages. Combine chaos with observability: capture block feed/metrics and API health so\\nfailures are diagnosable.","breadcrumbs":"Part III — Developer Reference » Topology & Chaos Patterns » Guidance","id":"55","title":"Guidance"},"56":{"body":"A minimal, end-to-end illustration of adding a custom workload and matching\\nexpectation. This shows the shape of the traits and where to plug into the\\nframework; expand the logic to fit your real test.","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Example: New Workload & Expectation (Rust)","id":"56","title":"Example: New Workload & Expectation (Rust)"},"57":{"body":"Key ideas: name: identifies the workload in logs. expectations: workloads can bundle defaults so callers don’t forget checks. init: derive inputs from the generated topology (e.g., pick a target node). start: drive async activity using the shared RunContext. use std::sync::Arc;\\nuse async_trait::async_trait;\\nuse testing_framework_core::scenario::{ DynError, Expectation, RunContext, RunMetrics, Workload,\\n};\\nuse testing_framework_core::topology::GeneratedTopology; pub struct ReachabilityWorkload { target_idx: usize, bundled: Vec>,\\n} impl ReachabilityWorkload { pub fn new(target_idx: usize) -> Self { Self { target_idx, bundled: vec![Box::new(ReachabilityExpectation::new(target_idx))], } }\\n} #[async_trait]\\nimpl Workload for ReachabilityWorkload { fn name(&self) -> &\'static str { \\"reachability_workload\\" } fn expectations(&self) -> Vec> { self.bundled.clone() } fn init( &mut self, topology: &GeneratedTopology, _metrics: &RunMetrics, ) -> Result<(), DynError> { if topology.validators().get(self.target_idx).is_none() { return Err(\\"no validator at requested index\\".into()); } Ok(()) } async fn start(&self, ctx: &RunContext) -> Result<(), DynError> { let client = ctx .clients() .validators() .get(self.target_idx) .ok_or(\\"missing target client\\")?; // Pseudo-action: issue a lightweight RPC to prove reachability. client.health_check().await.map_err(|e| e.into()) }\\n}","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Workload: simple reachability probe","id":"57","title":"Workload: simple reachability probe"},"58":{"body":"Key ideas: start_capture: snapshot baseline if needed (not used here). evaluate: assert the condition after workloads finish. use async_trait::async_trait;\\nuse testing_framework_core::scenario::{DynError, Expectation, RunContext}; pub struct ReachabilityExpectation { target_idx: usize,\\n} impl ReachabilityExpectation { pub fn new(target_idx: usize) -> Self { Self { target_idx } }\\n} #[async_trait]\\nimpl Expectation for ReachabilityExpectation { fn name(&self) -> &str { \\"target_reachable\\" } async fn evaluate(&mut self, ctx: &RunContext) -> Result<(), DynError> { let client = ctx .clients() .validators() .get(self.target_idx) .ok_or(\\"missing target client\\")?; client.health_check().await.map_err(|e| { format!(\\"target became unreachable during run: {e}\\").into() }) }\\n}","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Expectation: confirm the target stayed reachable","id":"58","title":"Expectation: confirm the target stayed reachable"},"59":{"body":"Build your scenario as usual and call .with_workload(ReachabilityWorkload::new(0)). The bundled expectation is attached automatically; you can add more with .with_expectation(...) if needed. Keep the logic minimal and fast for smoke tests; grow it into richer probes\\nfor deeper scenarios.","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » How to wire it","id":"59","title":"How to wire it"},"6":{"body":"Build the plan: Declare a topology, attach workloads and expectations, and set the run window. The plan is the single source of truth for what will happen. Deploy: Hand the plan to a runner. It provisions the environment on the chosen backend and waits for nodes to signal readiness. Drive workloads: Start traffic and behaviors (transactions, data-availability activity, restarts) for the planned duration. Observe blocks and signals: Track block progression and other high-level metrics during or after the run window to ground assertions in protocol time. Evaluate expectations: Once activity stops (and optional cooldown completes), check liveness and workload-specific outcomes to decide pass or fail. Cleanup: Tear down resources so successive runs start fresh and do not inherit leaked state. Mermaid view (sequence): sequenceDiagram participant P as Plan (topology + workloads + expectations) participant D as Deployer (provision & readiness) participant R as Runner (orchestrate run) participant X as Expectations (baseline + evaluation) participant W as Workloads (drive traffic) participant C as Cleanup P->>D: hand scenario plan D->>R: provision env + provide RunContext R->>X: start_capture baseline R->>W: start workloads for run window R-->>X: consume signals during run (block feed/metrics) R-->>R: observe blocks/metrics during run R->>X: evaluate expectations after workloads R->>C: cleanup resources","breadcrumbs":"Part I — Foundations » Scenario Lifecycle (Conceptual) » Scenario Lifecycle (Conceptual)","id":"6","title":"Scenario Lifecycle (Conceptual)"},"60":{"body":"High-level roles of the crates that make up the framework: Configs: prepares reusable configuration primitives for nodes, networking,\\ntracing, data availability, and wallets, shared by all scenarios and runners. Core scenario orchestration: houses the topology and scenario model,\\nruntime coordination, node clients, and readiness/health probes. Workflows: packages workloads and expectations into reusable building\\nblocks and offers a fluent DSL to assemble them. Runners: implements deployment backends (local host, Docker Compose,\\nKubernetes) that all consume the same scenario plan. Test workflows: example scenarios and integration checks that exercise the\\nframework end to end and serve as living documentation. Use this map to locate where to add new capabilities: configuration primitives\\nin configs, orchestration changes in core, reusable traffic/assertions in\\nworkflows, environment adapters in runners, and demonstrations in tests.","breadcrumbs":"Part III — Developer Reference » Internal Crate Reference » Internal Crate Reference","id":"60","title":"Internal Crate Reference"},"61":{"body":"Quick-reference material and supporting guidance to keep scenarios discoverable,\\ndebuggable, and consistent.","breadcrumbs":"Part IV — Appendix » Part IV — Appendix","id":"61","title":"Part IV — Appendix"},"62":{"body":"The framework offers a fluent builder style to keep scenarios readable. Common\\nknobs: Topology shaping: set validator and executor counts, pick a network layout\\nstyle, and adjust high-level data-availability traits. Wallet seeding: define how many users participate and the total funds\\navailable for transaction workloads. Workload tuning: configure transaction rates, data-availability channel\\nand blob rates, and whether chaos restarts should include validators,\\nexecutors, or both. Expectations: attach liveness and workload-specific checks so success is\\nexplicit. Run window: set a minimum duration long enough for multiple blocks to be\\nobserved and verified. Use these knobs to express intent clearly, keeping scenario definitions concise\\nand consistent across teams.","breadcrumbs":"Part IV — Appendix » DSL Cheat Sheet » Core Content: DSL Cheat Sheet","id":"62","title":"Core Content: DSL Cheat Sheet"},"63":{"body":"Common symptoms and likely causes: No or slow block progression: runner started workloads before readiness, insufficient run window, or environment too slow—extend duration or enable slow-environment tuning. Transactions not included: missing or insufficient wallet seeding, misaligned transaction rate with block cadence, or network instability—reduce rate and verify wallet setup. Chaos stalls the run: node control not available for the chosen runner or restart cadence too aggressive—enable control capability and widen restart intervals. Observability gaps: metrics or logs unreachable because ports clash or services are not exposed—adjust observability ports and confirm runner wiring. Flaky behavior across runs: mixing chaos with functional smoke tests or inconsistent topology between environments—separate deterministic and chaos scenarios and standardize topology presets.","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Troubleshooting Scenarios","id":"63","title":"Troubleshooting Scenarios"},"64":{"body":"Why block-oriented timing? Using block cadence reduces dependence on host speed and keeps assertions aligned with protocol behavior. Can I reuse the same scenario across runners? Yes. The plan stays the same; swap runners (local, compose, k8s) to target different environments. When should I enable chaos workloads? Only when testing resilience or operational recovery; keep functional smoke tests deterministic. How long should runs be? Long enough for multiple blocks so liveness and inclusion checks are meaningful; very short runs risk false confidence. Do I always need seeded wallets? Only for transaction scenarios. Data-availability or pure chaos scenarios may not require them, but liveness checks still need validators producing blocks. What if expectations fail but workloads “look fine”? Trust expectations first—they capture the intended success criteria. Use the observability signals and runner logs to pinpoint why the system missed the target.","breadcrumbs":"Part IV — Appendix » FAQ » FAQ","id":"64","title":"FAQ"},"65":{"body":"Validator: node role that runs the nomos-node binary for consensus and\\nblock production. Executor: node role that runs the nomos-executor binary, participates in\\nconsensus, and executes the executor service stack (including its own\\nmempool/topic wiring). DA (Data Availability): subsystem ensuring blobs or channel data are\\npublished and retrievable for validation. Workload: traffic or behavior generator that exercises the system during a\\nscenario run. Expectation: post-run assertion that judges whether the system met the\\nintended success criteria. Topology: declarative description of the cluster shape, roles, and\\nhigh-level parameters for a scenario. Blockfeed: stream of block observations used for liveness or inclusion\\nsignals during a run. Control capability: the ability for a runner to start, stop, or restart\\nnodes, used by chaos workloads.","breadcrumbs":"Part IV — Appendix » Glossary » Glossary","id":"65","title":"Glossary"},"7":{"body":"Modular crates keep configuration, orchestration, workloads, and runners decoupled so each can evolve without breaking the others. Pluggable runners let the same scenario run on a laptop, a Docker host, or a Kubernetes cluster, making validation portable across environments. Separated workloads and expectations clarify intent: what traffic to generate versus how to judge success. This simplifies review and reuse. Declarative topology makes cluster shape explicit and repeatable, reducing surprise when moving between CI and developer machines. Maintainability through predictability: a clear flow from plan to deployment to verification lowers the cost of extending the framework and interpreting failures.","breadcrumbs":"Part I — Foundations » Design Rationale » Design Rationale","id":"7","title":"Design Rationale"},"8":{"body":"Practical guidance for shaping scenarios, combining workloads and expectations,\\nand running them across different environments.","breadcrumbs":"Part II — User Guide » Part II — User Guide","id":"8","title":"Part II — User Guide"},"9":{"body":"The workspace focuses on multi-node integration testing and sits alongside a nomos-node checkout. Its crates separate concerns to keep scenarios\\nrepeatable and portable: Configs: prepares high-level node, network, tracing, and wallet settings\\nused across test environments. Core scenario orchestration: the engine that holds topology descriptions,\\nscenario plans, runtimes, workloads, and expectations. Workflows: ready-made workloads (transactions, data-availability, chaos)\\nand reusable expectations assembled into a user-facing DSL. Runners: deployment backends for local processes, Docker Compose, and\\nKubernetes, all consuming the same scenario plan. Test workflows: example scenarios and integration checks that show how\\nthe pieces fit together. This split keeps configuration, orchestration, reusable traffic patterns, and\\ndeployment adapters loosely coupled while sharing one mental model for tests.","breadcrumbs":"Part II — User Guide » Workspace Layout » Workspace Layout","id":"9","title":"Workspace Layout"}},"length":66,"save":true},"fields":["title","body","breadcrumbs"],"index":{"body":{"root":{"0":{"df":6,"docs":{"14":{"tf":1.0},"18":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0}}},"1":{"df":6,"docs":{"19":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"48":{"tf":1.0}}},"2":{"df":1,"docs":{"18":{"tf":1.0}}},"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"65":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"33":{"tf":1.0},"35":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"33":{"tf":1.0},"34":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"36":{"tf":1.0},"45":{"tf":1.0},"57":{"tf":1.0}}}},"v":{"df":11,"docs":{"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.0},"28":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"57":{"tf":1.0},"6":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"18":{"tf":1.0}}}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"10":{"tf":1.0},"60":{"tf":1.0},"9":{"tf":1.0}}}}},"d":{"df":5,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"25":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}},"df":7,"docs":{"36":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"47":{"tf":1.0},"56":{"tf":1.0}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"17":{"tf":1.0},"34":{"tf":1.0},"62":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"21":{"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":{"47":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"f":{"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":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"63":{"tf":1.0}}}}}}}}}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"d":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":1,"docs":{"5":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":4,"docs":{"11":{"tf":1.0},"15":{"tf":1.4142135623730951},"28":{"tf":1.0},"64":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"16":{"tf":1.0},"5":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"47":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":4,"docs":{"45":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"64":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"25":{"tf":1.0},"53":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":5,"docs":{"24":{"tf":1.4142135623730951},"26":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"61":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"0":{"tf":1.0}}},"df":4,"docs":{"14":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"2":{"tf":1.0},"27":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"4":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"34":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"36":{"tf":1.0},"60":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":15,"docs":{"10":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.4142135623730951},"58":{"tf":1.0},"6":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0}}}},"t":{"df":2,"docs":{"10":{"tf":1.0},"34":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"0":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{":":{":":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"57":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"57":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":4,"docs":{"43":{"tf":1.0},"44":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"36":{"tf":1.0},"38":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":7,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"39":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"28":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"\\"":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":17,"docs":{"0":{"tf":1.4142135623730951},"11":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"28":{"tf":1.0},"3":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"36":{"tf":1.0},"4":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.7320508075688772},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":5,"docs":{"16":{"tf":1.0},"34":{"tf":1.4142135623730951},"47":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"24":{"tf":1.0},"36":{"tf":1.0}}}},"df":0,"docs":{}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"50":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"10":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"23":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"n":{"d":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":5,"docs":{"16":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"20":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"5":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"e":{"c":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":6,"docs":{"16":{"tf":1.0},"28":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"52":{"tf":1.0},"63":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"33":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":8,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"28":{"tf":1.0},"32":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"16":{"tf":1.0},"30":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":8,"docs":{"16":{"tf":1.0},"22":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"47":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"34":{"tf":1.0},"36":{"tf":1.4142135623730951},"65":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"b":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":6,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"13":{"tf":1.0},"26":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0}},"s":{"/":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"19":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"42":{"tf":1.0},"44":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":19,"docs":{"0":{"tf":1.7320508075688772},"11":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"18":{"tf":1.0},"22":{"tf":1.4142135623730951},"36":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.4142135623730951},"49":{"tf":1.0},"5":{"tf":1.4142135623730951},"55":{"tf":1.0},"6":{"tf":1.7320508075688772},"60":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"64":{"tf":2.0},"65":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"65":{"tf":1.0}}}},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"0":{"tf":1.0},"1":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"12":{"tf":1.0},"14":{"tf":1.0},"19":{"tf":1.0},"62":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"36":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"a":{"d":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"23":{"tf":1.0},"26":{"tf":1.4142135623730951},"53":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":16,"docs":{"14":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"36":{"tf":1.0},"48":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"43":{"tf":1.0},"47":{"tf":1.0},"62":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":2,"docs":{"3":{"tf":1.0},"46":{"tf":1.0}}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":5,"docs":{"15":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"57":{"tf":1.7320508075688772},"59":{"tf":1.0}}}},"df":0,"docs":{}}}},"c":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"63":{"tf":1.4142135623730951},"64":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"14":{"tf":1.0},"42":{"tf":1.0},"59":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"57":{"tf":1.0}}}}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"21":{"tf":1.0},"36":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"28":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"55":{"tf":1.0},"64":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"22":{"tf":1.0},"24":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"63":{"tf":1.0}}}}},"df":1,"docs":{"6":{"tf":1.4142135623730951}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":5,"docs":{"1":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"53":{"tf":1.0},"60":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":4,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0}}}}}},"o":{"df":23,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"20":{"tf":1.4142135623730951},"22":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.4142135623730951},"50":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.7320508075688772},"62":{"tf":1.0},"63":{"tf":1.7320508075688772},"64":{"tf":1.4142135623730951},"65":{"tf":1.0},"9":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"11":{"tf":1.0},"36":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":22,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0},"49":{"tf":1.4142135623730951},"5":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.4142135623730951},"57":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.4142135623730951},"9":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"34":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"c":{"df":4,"docs":{"14":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":5,"docs":{"11":{"tf":1.4142135623730951},"16":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"55":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"34":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"25":{"tf":1.4142135623730951},"53":{"tf":1.0}},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}}}}},"i":{"df":4,"docs":{"16":{"tf":1.0},"28":{"tf":1.0},"32":{"tf":1.0},"7":{"tf":1.0}},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"34":{"tf":1.0},"63":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"36":{"tf":1.0},"40":{"tf":1.0},"6":{"tf":1.7320508075688772}}}}},"r":{"df":7,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"15":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"62":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"|":{"df":2,"docs":{"57":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":6,"docs":{"4":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.0},"57":{"tf":1.7320508075688772},"58":{"tf":1.7320508075688772},"60":{"tf":1.0}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"42":{"tf":1.0}}}}},"df":17,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":2.0},"5":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.0},"65":{"tf":1.0},"7":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"36":{"tf":1.0}}}}}}}}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"\\"":{"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":{"14":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}}},"df":2,"docs":{"14":{"tf":1.0},"34":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":8,"docs":{"17":{"tf":1.0},"26":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.0},"8":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"10":{"tf":1.0},"15":{"tf":1.0},"33":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"16":{"tf":1.0},"28":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"22":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.0}}},"s":{"df":15,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"16":{"tf":1.0},"28":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.0},"60":{"tf":1.0},"64":{"tf":1.0},"9":{"tf":1.0}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":3,"docs":{"2":{"tf":1.0},"28":{"tf":1.0},"6":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"16":{"tf":1.0},"9":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"14":{"tf":1.0},"62":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"4":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"36":{"tf":1.0},"4":{"tf":1.0},"58":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"43":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"3":{"tf":1.0},"5":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":3,"docs":{"10":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"9":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":8,"docs":{"10":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.0},"36":{"tf":1.0},"60":{"tf":1.4142135623730951},"62":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"df":3,"docs":{"20":{"tf":1.0},"58":{"tf":1.0},"63":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":9,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.0},"36":{"tf":1.0},"49":{"tf":1.0},"65":{"tf":1.4142135623730951}},"s":{"/":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"i":{"d":{"df":2,"docs":{"38":{"tf":1.0},"53":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"11":{"tf":1.0},"29":{"tf":1.0},"45":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"40":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"m":{"df":4,"docs":{"34":{"tf":1.4142135623730951},"6":{"tf":1.0},"60":{"tf":1.0},"9":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"31":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"1":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"15":{"tf":1.0},"62":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"14":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"24":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"35":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{".":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"0":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"0":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"0":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"/":{"df":0,"docs":{},"p":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":17,"docs":{"13":{"tf":1.4142135623730951},"20":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.7320508075688772},"44":{"tf":1.0},"45":{"tf":2.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.7320508075688772},"63":{"tf":1.4142135623730951},"65":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"31":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":6,"docs":{"22":{"tf":1.0},"25":{"tf":1.4142135623730951},"45":{"tf":1.0},"49":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"54":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":4,"docs":{"36":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"6":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"36":{"tf":1.0},"60":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":8,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"15":{"tf":1.0},"27":{"tf":1.0},"60":{"tf":1.4142135623730951},"62":{"tf":1.0},"9":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"62":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"19":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"35":{"tf":1.0},"60":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"11":{"tf":1.0},"23":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":5,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"5":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":4,"docs":{"43":{"tf":1.0},"44":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":4,"docs":{"22":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"56":{"tf":1.0}}}}}}}},"d":{"a":{"df":8,"docs":{"0":{"tf":1.7320508075688772},"16":{"tf":1.0},"19":{"tf":1.7320508075688772},"20":{"tf":1.0},"26":{"tf":2.6457513110645907},"27":{"tf":1.0},"54":{"tf":1.0},"65":{"tf":1.0}},"t":{"a":{"df":13,"docs":{"0":{"tf":2.0},"11":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"19":{"tf":1.0},"3":{"tf":1.4142135623730951},"36":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.4142135623730951},"64":{"tf":1.0},"65":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"4":{"tf":1.7320508075688772},"6":{"tf":1.7320508075688772}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":4,"docs":{"30":{"tf":1.0},"34":{"tf":1.0},"39":{"tf":1.0},"5":{"tf":1.0}},"g":{"df":1,"docs":{"61":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"11":{"tf":1.0},"34":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"r":{"df":9,"docs":{"11":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"65":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"35":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":5,"docs":{"15":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"5":{"tf":1.0},"57":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"11":{"tf":1.0},"36":{"tf":1.0},"62":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"62":{"tf":1.0}}}}}}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"y":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":3,"docs":{"23":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.4142135623730951}},"s":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":8,"docs":{"10":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"60":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"34":{"tf":1.0},"5":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":17,"docs":{"10":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"28":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.4142135623730951},"38":{"tf":1.0},"4":{"tf":2.8284271247461903},"40":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0},"6":{"tf":1.4142135623730951},"60":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"57":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":6,"docs":{"10":{"tf":1.0},"12":{"tf":1.4142135623730951},"3":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"5":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":4,"docs":{"36":{"tf":1.0},"41":{"tf":1.0},"65":{"tf":1.0},"9":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"42":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"7":{"tf":1.0}}}},"r":{"df":1,"docs":{"5":{"tf":1.0}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"20":{"tf":1.0},"49":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"5":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":6,"docs":{"16":{"tf":1.0},"28":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"7":{"tf":1.0}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"55":{"tf":1.0}},"t":{"df":1,"docs":{"33":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"28":{"tf":1.0},"64":{"tf":1.0},"8":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"30":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"31":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"61":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"34":{"tf":1.0},"35":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"11":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"60":{"tf":1.0}}}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":2,"docs":{"55":{"tf":1.0},"57":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"6":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"20":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"[":{"\\"":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":11,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"23":{"tf":1.4142135623730951},"28":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.7320508075688772},"49":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":1.4142135623730951}},"n":{"df":2,"docs":{"12":{"tf":1.0},"5":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"l":{"df":6,"docs":{"10":{"tf":1.0},"15":{"tf":1.0},"38":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"9":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":8,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"28":{"tf":1.0},"36":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"0":{"df":1,"docs":{"26":{"tf":1.0}}},"2":{"0":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"5":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":1,"docs":{"26":{"tf":1.0}}},"7":{"5":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":4,"docs":{"53":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.7320508075688772},"65":{"tf":1.4142135623730951}}}}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"57":{"tf":1.7320508075688772},"58":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":9,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"14":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"57":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"57":{"tf":1.0}}}}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"10":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"34":{"tf":1.0}}}}},"s":{"df":1,"docs":{"31":{"tf":1.0}},"i":{"df":1,"docs":{"11":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"15":{"tf":1.0},"20":{"tf":1.0},"34":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":7,"docs":{"20":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"d":{"df":4,"docs":{"10":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"24":{"tf":1.4142135623730951},"40":{"tf":1.0},"53":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"24":{"tf":1.0},"26":{"tf":1.0},"36":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"3":{"tf":1.0},"9":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":5,"docs":{"11":{"tf":1.0},"36":{"tf":1.0},"5":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":10,"docs":{"0":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.4142135623730951},"49":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"65":{"tf":1.0}}}}},"v":{"df":2,"docs":{"4":{"tf":1.0},"6":{"tf":1.0}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":20,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"28":{"tf":1.7320508075688772},"29":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.7320508075688772},"4":{"tf":1.4142135623730951},"6":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.4142135623730951},"64":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"63":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"38":{"tf":1.0}}}}}}},"r":{"(":{"\\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"44":{"tf":1.0}}},"df":1,"docs":{"57":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"39":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"2":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"a":{"df":0,"docs":{},"l":{"[":{"\\"":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":1,"docs":{"14":{"tf":1.0}},"u":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"44":{"tf":1.0},"58":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":7,"docs":{"14":{"tf":1.0},"28":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"40":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":3,"docs":{"35":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0}}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":7,"docs":{"14":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"44":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"9":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"33":{"tf":1.0},"65":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":12,"docs":{"0":{"tf":1.4142135623730951},"11":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.7320508075688772},"47":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.0},"62":{"tf":1.4142135623730951},"65":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":6,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"60":{"tf":1.0},"65":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"56":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":5,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"27":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"57":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":44,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.4142135623730951},"14":{"tf":1.4142135623730951},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.0},"28":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":2.23606797749979},"38":{"tf":1.0},"39":{"tf":1.7320508075688772},"4":{"tf":2.0},"42":{"tf":1.0},"44":{"tf":1.4142135623730951},"45":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":2.0},"58":{"tf":1.7320508075688772},"59":{"tf":1.0},"6":{"tf":2.23606797749979},"60":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.4142135623730951},"65":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"15":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"16":{"tf":1.0},"62":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}},"s":{"df":5,"docs":{"34":{"tf":1.0},"39":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"52":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"—":{"a":{"d":{"df":0,"docs":{},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"62":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":5,"docs":{"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"41":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"10":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"24":{"tf":1.0},"53":{"tf":1.0}}}}}}},"}":{"\\"":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"58":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"f":{"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"24":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":4,"docs":{"26":{"tf":1.0},"40":{"tf":1.0},"6":{"tf":1.0},"64":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":9,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"34":{"tf":1.7320508075688772},"4":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.0},"7":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"s":{"df":3,"docs":{"34":{"tf":1.0},"5":{"tf":1.0},"64":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}}}},"q":{"df":1,"docs":{"64":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"11":{"tf":1.0},"59":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"55":{"tf":1.0},"6":{"tf":1.0}}}}}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"16":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"16":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"64":{"tf":1.0}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":4,"docs":{"11":{"tf":1.0},"27":{"tf":1.0},"39":{"tf":1.0},"58":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"5":{"tf":1.0}},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"64":{"tf":1.0}}}}}}}}}},"t":{"df":6,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"56":{"tf":1.0},"9":{"tf":1.0}}},"x":{"df":1,"docs":{"5":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"28":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"47":{"tf":1.0}}},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"63":{"tf":1.0}}}},"p":{"df":2,"docs":{"47":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"14":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":5,"docs":{"18":{"tf":1.0},"28":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"60":{"tf":1.0},"62":{"tf":1.0}}}}}}},"n":{"df":4,"docs":{"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"57":{"tf":2.23606797749979},"58":{"tf":1.7320508075688772}}},"o":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":4,"docs":{"0":{"tf":1.0},"34":{"tf":1.0},"51":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"28":{"tf":1.0},"4":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"15":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"t":{"!":{"(":{"\\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":2,"docs":{"24":{"tf":1.0},"4":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"2":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":15,"docs":{"0":{"tf":1.0},"10":{"tf":1.4142135623730951},"2":{"tf":1.0},"21":{"tf":1.0},"3":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"5":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.4142135623730951},"62":{"tf":1.0},"7":{"tf":1.0}},"’":{"df":1,"docs":{"15":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"6":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"3":{"tf":1.0},"55":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"5":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}}}}}}},"d":{"df":1,"docs":{"62":{"tf":1.0}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"27":{"tf":1.0}}}}}},"g":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"3":{"tf":1.0},"63":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"33":{"tf":1.0},"52":{"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":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"42":{"tf":1.0},"57":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":8,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"27":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"57":{"tf":1.0},"65":{"tf":1.0},"7":{"tf":1.0}}}}},"t":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"57":{"tf":1.0},"58":{"tf":1.0}}}},"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":1,"docs":{"1":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"65":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"11":{"tf":1.0},"16":{"tf":1.0}}}},"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"45":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"11":{"tf":1.0},"16":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":1,"docs":{"59":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"d":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":4,"docs":{"36":{"tf":1.0},"55":{"tf":1.0},"61":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"1":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"4":{"tf":1.0},"6":{"tf":1.4142135623730951}},"l":{"df":2,"docs":{"25":{"tf":1.0},"42":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"50":{"tf":1.0},"6":{"tf":1.0}}}}}},"r":{"d":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"22":{"tf":1.4142135623730951},"53":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"11":{"tf":1.0},"26":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"55":{"tf":1.0}},"i":{"df":2,"docs":{"14":{"tf":1.0},"53":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"22":{"tf":1.0},"25":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":6,"docs":{"22":{"tf":1.4142135623730951},"25":{"tf":1.0},"45":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"10":{"tf":1.0},"15":{"tf":1.0},"34":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"0":{"tf":1.0},"58":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":9,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"23":{"tf":1.4142135623730951},"4":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}},"t":{"df":1,"docs":{"24":{"tf":1.0}}}},"o":{"c":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"4":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"30":{"tf":1.0},"34":{"tf":1.0},"5":{"tf":1.0},"60":{"tf":1.0},"64":{"tf":1.0},"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"60":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"c":{"df":3,"docs":{"24":{"tf":1.0},"42":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"i":{"[":{"\\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"d":{"\\"":{".":{"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":{"(":{")":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"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":{"a":{"df":8,"docs":{"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"26":{"tf":1.0},"57":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}},"i":{"df":1,"docs":{"35":{"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":3,"docs":{"17":{"tf":1.0},"21":{"tf":1.0},"56":{"tf":1.0}}}}}}}},"m":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"5":{"tf":1.0}}}},"l":{"df":4,"docs":{"43":{"tf":1.0},"44":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"47":{"tf":1.0},"60":{"tf":1.0}}}}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":5,"docs":{"0":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":12,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.7320508075688772},"26":{"tf":1.7320508075688772},"49":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"19":{"tf":1.0},"26":{"tf":1.0},"53":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"26":{"tf":1.0},"33":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"\\"":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"57":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"43":{"tf":1.0}}}},"u":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"6":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"[":{"\\"":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"14":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"14":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"41":{"tf":1.0},"57":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"df":2,"docs":{"31":{"tf":1.0},"34":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"5":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"63":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":4,"docs":{"10":{"tf":1.0},"3":{"tf":1.0},"60":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"n":{"d":{"df":4,"docs":{"11":{"tf":1.0},"36":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":5,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"5":{"tf":1.0},"62":{"tf":1.0},"7":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"21":{"tf":1.0},"55":{"tf":1.0}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"0":{"tf":1.4142135623730951},"3":{"tf":1.0},"36":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":2,"docs":{"5":{"tf":1.0},"60":{"tf":1.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"7":{"tf":1.0}}}}}},"v":{"df":2,"docs":{"5":{"tf":1.0},"63":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":2,"docs":{"46":{"tf":1.0},"5":{"tf":1.0}},"t":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":4,"docs":{"3":{"tf":1.0},"44":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":2,"docs":{"34":{"tf":1.0},"57":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"11":{"tf":1.0},"30":{"tf":1.0}}}}},"v":{"df":1,"docs":{"61":{"tf":1.0}}}},"j":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"g":{"df":4,"docs":{"36":{"tf":1.0},"4":{"tf":1.0},"65":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"k":{"8":{"df":8,"docs":{"10":{"tf":1.0},"16":{"tf":1.0},"28":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":20,"docs":{"11":{"tf":1.0},"15":{"tf":1.7320508075688772},"16":{"tf":1.4142135623730951},"20":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"y":{"df":4,"docs":{"25":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}}},"n":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"62":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"11":{"tf":1.0},"32":{"tf":1.0},"4":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"36":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":5,"docs":{"23":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"26":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0}},"y":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"15":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"19":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"15":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"41":{"tf":1.0},"62":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"36":{"tf":1.0},"6":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":2,"docs":{"3":{"tf":1.0},"4":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":11,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"13":{"tf":1.0},"19":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"9":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}}}}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"13":{"tf":1.0},"26":{"tf":1.0},"50":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"14":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":22,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.4142135623730951},"65":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}},"o":{"a":{"d":{"df":3,"docs":{"23":{"tf":1.4142135623730951},"24":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"k":{"8":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":13,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"28":{"tf":1.4142135623730951},"30":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.0},"60":{"tf":1.0},"64":{"tf":1.0},"9":{"tf":1.0}}},"t":{"df":1,"docs":{"60":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":3,"docs":{"57":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}},"i":{"c":{"df":4,"docs":{"0":{"tf":1.0},"41":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0}}},"df":0,"docs":{}},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"11":{"tf":1.0},"36":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"64":{"tf":1.0}}},"p":{"df":2,"docs":{"16":{"tf":1.0},"30":{"tf":1.0}}},"s":{"df":1,"docs":{"9":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"16":{"tf":1.0},"31":{"tf":1.0},"7":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"25":{"tf":1.0},"35":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":7,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.4142135623730951}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"25":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":6,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"62":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"51":{"tf":1.0}}}}}}},"p":{"df":3,"docs":{"10":{"tf":1.0},"34":{"tf":1.0},"60":{"tf":1.0}}},"t":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"61":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"11":{"tf":1.0},"32":{"tf":1.0}}}}}},"x":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"7":{"5":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":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":{"48":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":9,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0},"64":{"tf":1.0}}}}},"t":{"df":1,"docs":{"15":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"23":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"25":{"tf":1.0},"53":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"65":{"tf":1.0}}}}}},"df":1,"docs":{"23":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"1":{"tf":1.0},"2":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"d":{"df":5,"docs":{"14":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"34":{"tf":1.0},"65":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"c":{"df":5,"docs":{"4":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.4142135623730951},"6":{"tf":1.0},"63":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"50":{"tf":1.0}}}}},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"i":{"d":{"df":3,"docs":{"22":{"tf":1.0},"25":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}}},"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"4":{"5":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":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":{"48":{"tf":1.0}},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"16":{"tf":1.0},"18":{"tf":1.0},"30":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":3,"docs":{"5":{"tf":1.0},"53":{"tf":1.0},"62":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"63":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":3,"docs":{"34":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}}}},"x":{"df":2,"docs":{"26":{"tf":1.0},"63":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":7,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"15":{"tf":1.0},"2":{"tf":1.0},"36":{"tf":1.7320508075688772},"60":{"tf":1.0},"9":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"59":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"16":{"tf":1.0},"7":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":7,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"11":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.4142135623730951},"31":{"tf":1.0},"9":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"16":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"57":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":4,"docs":{"43":{"tf":1.0},"44":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"38":{"tf":1.0},"57":{"tf":1.0}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"df":1,"docs":{"26":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"16":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":9,"docs":{"15":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"39":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"64":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"g":{"df":1,"docs":{"34":{"tf":1.0}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":10,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"27":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"36":{"tf":1.0},"4":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"9":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}}},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"57":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":7,"docs":{"21":{"tf":1.0},"25":{"tf":1.4142135623730951},"36":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"52":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"42":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":6,"docs":{"4":{"tf":1.4142135623730951},"42":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.4142135623730951},"52":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":33,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"11":{"tf":1.0},"13":{"tf":1.4142135623730951},"2":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.7320508075688772},"24":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.7320508075688772},"48":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.4142135623730951},"63":{"tf":1.0},"65":{"tf":2.0},"9":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"5":{"tf":1.0}},"i":{"df":1,"docs":{"16":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"df":8,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"10":{"tf":1.0},"3":{"tf":1.7320508075688772},"34":{"tf":1.0},"36":{"tf":1.4142135623730951},"65":{"tf":1.4142135623730951},"9":{"tf":1.0}}}},"n":{"df":1,"docs":{"5":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"15":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":18,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"36":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.0},"6":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"64":{"tf":1.0},"65":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"16":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"25":{"tf":1.0},"36":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"60":{"tf":1.0},"62":{"tf":1.0}}}}}},"k":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"\\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"57":{"tf":1.0},"58":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":3,"docs":{"43":{"tf":1.0},"44":{"tf":1.0},"57":{"tf":1.0}}},"n":{"c":{"df":4,"docs":{"36":{"tf":1.0},"4":{"tf":1.0},"55":{"tf":1.0},"6":{"tf":1.0}}},"df":6,"docs":{"19":{"tf":1.0},"25":{"tf":1.4142135623730951},"3":{"tf":1.0},"33":{"tf":1.0},"53":{"tf":1.0},"9":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"32":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"11":{"tf":1.0},"20":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.4142135623730951},"3":{"tf":1.0},"34":{"tf":1.7320508075688772},"5":{"tf":1.0},"55":{"tf":1.0},"64":{"tf":1.0}}}},"t":{"df":2,"docs":{"15":{"tf":1.0},"5":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":7,"docs":{"20":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"42":{"tf":1.0},"49":{"tf":1.0},"6":{"tf":1.0}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":7,"docs":{"10":{"tf":1.0},"30":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"64":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"55":{"tf":1.0}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":9,"docs":{"16":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"5":{"tf":1.0},"6":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"3":{"tf":1.0},"41":{"tf":1.0},"5":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}}},"p":{"9":{"5":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"10":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"51":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":4,"docs":{"1":{"tf":1.0},"28":{"tf":1.0},"49":{"tf":1.0},"54":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"27":{"tf":1.0},"4":{"tf":1.0},"65":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":4,"docs":{"2":{"tf":1.0},"35":{"tf":1.0},"61":{"tf":1.0},"8":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"22":{"tf":1.0},"53":{"tf":1.0}}}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":6,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"4":{"tf":2.449489742783178},"6":{"tf":2.449489742783178},"62":{"tf":1.0},"65":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":2,"docs":{"22":{"tf":1.7320508075688772},"53":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"28":{"tf":1.0},"34":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":1,"docs":{"6":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"13":{"tf":1.0},"19":{"tf":1.0},"26":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":6,"docs":{"15":{"tf":2.0},"16":{"tf":1.0},"51":{"tf":1.4142135623730951},"53":{"tf":1.0},"55":{"tf":1.0},"9":{"tf":1.0}}}}}}}},"df":1,"docs":{"6":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":4,"docs":{"22":{"tf":1.4142135623730951},"42":{"tf":1.0},"44":{"tf":2.449489742783178},"53":{"tf":1.0}}}},"r":{"df":3,"docs":{"15":{"tf":1.0},"18":{"tf":1.0},"27":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":3,"docs":{"0":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0}}}}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"27":{"tf":1.0},"57":{"tf":1.0},"62":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"10":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"64":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"14":{"tf":1.0}}}}}}}},"l":{"a":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":23,"docs":{"1":{"tf":1.0},"14":{"tf":1.7320508075688772},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":2.0},"29":{"tf":1.4142135623730951},"3":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":2.0},"48":{"tf":1.0},"6":{"tf":2.449489742783178},"60":{"tf":1.0},"64":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"34":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"u":{"df":4,"docs":{"19":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0}},"g":{"df":1,"docs":{"56":{"tf":1.0}},"g":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"12":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"24":{"tf":1.0},"53":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"3":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":3,"docs":{"31":{"tf":1.0},"34":{"tf":1.0},"63":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"36":{"tf":1.0},"65":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"16":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"4":{"tf":1.0},"41":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"5":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"60":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"28":{"tf":1.4142135623730951},"34":{"tf":2.0},"36":{"tf":1.0},"38":{"tf":1.0}}}}}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"21":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"20":{"tf":1.0},"34":{"tf":1.0}}}},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"40":{"tf":1.0}}}},"t":{"df":3,"docs":{"16":{"tf":1.0},"41":{"tf":1.0},"63":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"28":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.4142135623730951}}}}}},"o":{"b":{"df":0,"docs":{},"e":{"df":9,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"24":{"tf":1.4142135623730951},"33":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"11":{"tf":1.0},"30":{"tf":1.0},"4":{"tf":1.0},"9":{"tf":1.0}}}}}},"d":{"df":1,"docs":{"55":{"tf":1.0}},"u":{"c":{"df":4,"docs":{"0":{"tf":1.0},"14":{"tf":1.0},"40":{"tf":1.0},"64":{"tf":1.0}},"t":{"df":5,"docs":{"21":{"tf":1.0},"36":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"65":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":8,"docs":{"11":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"49":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"25":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":6,"docs":{"0":{"tf":1.0},"15":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.4142135623730951},"6":{"tf":1.0},"64":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"57":{"tf":1.0}},"r":{"df":1,"docs":{"34":{"tf":1.0}}}},"i":{"d":{"df":7,"docs":{"31":{"tf":1.0},"34":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"42":{"tf":1.0},"47":{"tf":1.4142135623730951},"6":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":3,"docs":{"33":{"tf":1.0},"4":{"tf":1.4142135623730951},"6":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"33":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"b":{"df":2,"docs":{"57":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"0":{"tf":1.0},"65":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"64":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"12":{"tf":1.0},"3":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"q":{"a":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"26":{"tf":1.0}}}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":3,"docs":{"27":{"tf":1.7320508075688772},"5":{"tf":1.0},"53":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"27":{"tf":1.0},"47":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"(":{"3":{"df":2,"docs":{"18":{"tf":1.0},"20":{"tf":1.0}}},"5":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}},"df":12,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"23":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"5":{"tf":1.0},"53":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":2,"docs":{"4":{"tf":2.0},"6":{"tf":3.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"57":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"l":{"df":3,"docs":{"33":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.0}},"e":{"df":0,"docs":{},"—":{"a":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"22":{"tf":1.0}}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"62":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":8,"docs":{"20":{"tf":1.0},"28":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.7320508075688772},"40":{"tf":1.0},"6":{"tf":1.4142135623730951},"63":{"tf":1.0},"9":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":4,"docs":{"0":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.0},"56":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"1":{"tf":1.0},"3":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"5":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"40":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"25":{"tf":1.0}}}}}}}},"v":{"df":1,"docs":{"22":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":7,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"46":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"64":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":4,"docs":{"15":{"tf":1.0},"5":{"tf":1.0},"64":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"35":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"0":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"28":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"24":{"tf":1.0}}}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}},"x":{"df":2,"docs":{"33":{"tf":1.0},"34":{"tf":1.0}}}},"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"16":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"14":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"25":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"3":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"24":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"25":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"34":{"tf":1.0},"39":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"36":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":4,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":6,"docs":{"13":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"64":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":7,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"20":{"tf":1.0},"5":{"tf":1.0},"64":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"36":{"tf":1.0},"40":{"tf":1.0},"6":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":6,"docs":{"10":{"tf":1.0},"24":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"36":{"tf":1.0},"4":{"tf":1.0},"54":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"p":{"df":1,"docs":{"52":{"tf":1.0}}}},"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":20,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.4142135623730951},"25":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.4142135623730951},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"65":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"43":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":6,"docs":{"16":{"tf":1.0},"28":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"0":{"tf":1.0},"65":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"44":{"tf":1.0},"57":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"15":{"tf":1.0},"39":{"tf":1.0},"60":{"tf":1.7320508075688772},"9":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":3,"docs":{"16":{"tf":1.0},"64":{"tf":1.0},"7":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"41":{"tf":1.0},"7":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"5":{"tf":1.0},"64":{"tf":1.0}}}}},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":8,"docs":{"0":{"tf":1.0},"20":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"60":{"tf":1.0},"65":{"tf":1.7320508075688772}},"s":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"p":{"c":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":7,"docs":{"4":{"tf":1.7320508075688772},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"57":{"tf":1.7320508075688772},"58":{"tf":1.4142135623730951},"6":{"tf":1.0}}}}}}}}},"df":29,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"11":{"tf":1.7320508075688772},"14":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.7320508075688772},"32":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":2.449489742783178},"4":{"tf":1.7320508075688772},"40":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.7320508075688772},"53":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":2.6457513110645907},"62":{"tf":1.0},"63":{"tf":1.7320508075688772},"64":{"tf":1.4142135623730951},"65":{"tf":2.23606797749979},"7":{"tf":1.0},"8":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"42":{"tf":1.0},"57":{"tf":1.4142135623730951}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":29,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"28":{"tf":1.7320508075688772},"29":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"36":{"tf":1.0},"4":{"tf":2.23606797749979},"40":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":2.23606797749979},"48":{"tf":1.0},"52":{"tf":1.7320508075688772},"6":{"tf":1.4142135623730951},"60":{"tf":1.7320508075688772},"63":{"tf":1.7320508075688772},"64":{"tf":1.7320508075688772},"65":{"tf":1.0},"7":{"tf":1.4142135623730951},"9":{"tf":1.0}},"’":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"33":{"tf":1.0}},"{":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"33":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":8,"docs":{"10":{"tf":1.0},"27":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"60":{"tf":1.0},"9":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"33":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"df":10,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"56":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"41":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":7,"docs":{"22":{"tf":1.0},"28":{"tf":1.4142135623730951},"47":{"tf":1.0},"60":{"tf":1.0},"64":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"27":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"2":{"df":8,"docs":{"14":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"48":{"tf":1.0}}},"3":{"df":2,"docs":{"22":{"tf":1.0},"25":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":34,"docs":{"1":{"tf":1.0},"10":{"tf":1.7320508075688772},"11":{"tf":1.7320508075688772},"12":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":2.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"28":{"tf":1.7320508075688772},"29":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"36":{"tf":2.23606797749979},"39":{"tf":1.0},"4":{"tf":1.7320508075688772},"41":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0},"59":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"60":{"tf":2.23606797749979},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"64":{"tf":1.7320508075688772},"65":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":2.23606797749979}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"32":{"tf":1.0},"5":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"a":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":2,"docs":{"50":{"tf":1.0},"55":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"10":{"tf":1.0},"34":{"tf":1.0}}}}}}},"df":1,"docs":{"4":{"tf":1.7320508075688772}},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"16":{"tf":1.0},"26":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"d":{"df":8,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}}},"df":4,"docs":{"11":{"tf":1.4142135623730951},"28":{"tf":1.0},"29":{"tf":1.0},"36":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"20":{"tf":1.0},"28":{"tf":1.0},"47":{"tf":1.0}}}},"df":0,"docs":{}},"f":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"57":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":4,"docs":{"15":{"tf":1.0},"44":{"tf":1.0},"57":{"tf":1.7320508075688772},"58":{"tf":1.7320508075688772}}}},"n":{"d":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"16":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"6":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"4":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"60":{"tf":1.0}},"i":{"c":{"df":4,"docs":{"31":{"tf":1.0},"36":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":8,"docs":{"11":{"tf":1.0},"18":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.4142135623730951},"9":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":12,"docs":{"10":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.0},"63":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":18,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"5":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":9,"docs":{"10":{"tf":1.0},"16":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"42":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"0":{"tf":1.0},"5":{"tf":1.0},"64":{"tf":1.0}}}},"w":{"df":4,"docs":{"1":{"tf":1.0},"21":{"tf":1.0},"56":{"tf":1.0},"9":{"tf":1.0}}}}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":11,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"28":{"tf":1.7320508075688772},"34":{"tf":2.0},"40":{"tf":1.0},"5":{"tf":1.4142135623730951},"6":{"tf":1.7320508075688772},"64":{"tf":1.0},"65":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":4,"docs":{"18":{"tf":1.0},"23":{"tf":1.0},"44":{"tf":1.0},"57":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"22":{"tf":1.0},"44":{"tf":1.0},"53":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":3,"docs":{"31":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0}}}}},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"df":4,"docs":{"23":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"53":{"tf":1.0},"54":{"tf":1.0}},"w":{"df":2,"docs":{"34":{"tf":1.0},"63":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"11":{"tf":1.0},"18":{"tf":1.0},"3":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":5,"docs":{"15":{"tf":1.0},"18":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"3":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":6,"docs":{"14":{"tf":1.0},"20":{"tf":1.0},"34":{"tf":1.0},"49":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.0}},"i":{"df":1,"docs":{"11":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":4,"docs":{"16":{"tf":1.0},"29":{"tf":1.0},"5":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":1.0},"65":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"25":{"tf":1.0},"63":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"16":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"43":{"tf":1.0},"57":{"tf":1.0}}}}}}},"df":0,"docs":{}},"_":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"58":{"tf":1.0},"6":{"tf":1.0}}}}}}},"df":0,"docs":{}},"d":{"a":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{")":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"_":{"d":{"a":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{"0":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"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":{},"x":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"2":{")":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"2":{"0":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":15,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.7320508075688772},"36":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":1.7320508075688772},"63":{"tf":1.0},"65":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"16":{"tf":1.0},"25":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0}}},"i":{"c":{"df":2,"docs":{"43":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}},"y":{"df":8,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":1.0},"64":{"tf":1.0}}}},"d":{":":{":":{"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":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{":":{":":{"a":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"57":{"tf":1.0}}},"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":{":":{":":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":6,"docs":{"14":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.0},"48":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"_":{"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":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"3":{"0":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":3,"docs":{"15":{"tf":1.0},"26":{"tf":1.0},"34":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"27":{"tf":1.0},"64":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"27":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"27":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":5,"docs":{"25":{"tf":1.0},"36":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.0},"65":{"tf":1.0}}}},"r":{"df":4,"docs":{"43":{"tf":1.0},"44":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"65":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"19":{"tf":1.0},"26":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"43":{"tf":1.0},"44":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":2,"docs":{"23":{"tf":1.0},"62":{"tf":1.4142135623730951}}}}}},"u":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"18":{"tf":1.0}}}},"t":{"df":4,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"0":{"tf":1.0},"65":{"tf":1.0}}}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":10,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"7":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"32":{"tf":1.0}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"4":{"tf":1.0},"42":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":7,"docs":{"10":{"tf":1.0},"43":{"tf":1.7320508075688772},"47":{"tf":1.4142135623730951},"48":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.7320508075688772},"61":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"45":{"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":{"16":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"64":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"26":{"tf":1.4142135623730951}}}}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"63":{"tf":1.0}}}}}}},"n":{"c":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":7,"docs":{"14":{"tf":1.4142135623730951},"20":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.4142135623730951}}}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"2":{"0":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"57":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":9,"docs":{"11":{"tf":1.0},"23":{"tf":1.0},"40":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"36":{"tf":1.0}}}}},"d":{"df":3,"docs":{"14":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0}}},"df":1,"docs":{"4":{"tf":1.4142135623730951}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":3,"docs":{"16":{"tf":1.0},"3":{"tf":1.4142135623730951},"62":{"tf":1.0}}},"r":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"15":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":23,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.0},"10":{"tf":1.7320508075688772},"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"18":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.7320508075688772},"36":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.4142135623730951},"63":{"tf":1.0},"64":{"tf":1.4142135623730951},"9":{"tf":2.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":11,"docs":{"14":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"{":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"58":{"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":{"43":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"57":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"57":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"s":{":":{":":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":2,"docs":{"46":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"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":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":1,"docs":{"14":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":4,"docs":{"28":{"tf":1.0},"38":{"tf":1.0},"44":{"tf":1.0},"7":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"26":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"e":{"df":12,"docs":{"0":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":1.0},"34":{"tf":1.0},"5":{"tf":1.4142135623730951},"6":{"tf":1.0},"64":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"33":{"tf":1.0},"34":{"tf":1.0},"54":{"tf":1.0}}}}}}}},"o":{"d":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"14":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"9":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"l":{"df":2,"docs":{"34":{"tf":1.0},"50":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"27":{"tf":1.0},"5":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"51":{"tf":1.0}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":26,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"27":{"tf":1.7320508075688772},"28":{"tf":1.0},"36":{"tf":2.0},"4":{"tf":2.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"60":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"65":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}},"y":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"g":{"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":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"57":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"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":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"33":{"tf":1.0},"34":{"tf":1.0},"60":{"tf":1.0},"9":{"tf":1.0}}},"k":{"df":2,"docs":{"26":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":15,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.4142135623730951},"3":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.7320508075688772},"49":{"tf":1.0},"5":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"65":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"56":{"tf":1.0},"62":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":14,"docs":{"11":{"tf":1.0},"13":{"tf":1.4142135623730951},"15":{"tf":1.0},"18":{"tf":2.0},"19":{"tf":2.0},"20":{"tf":1.4142135623730951},"23":{"tf":1.0},"26":{"tf":1.0},"33":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"64":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"2":{"0":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"1":{"6":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"23":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"34":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"10":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"34":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"48":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"64":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"16":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":3,"docs":{"16":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"29":{"tf":1.0},"4":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"16":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":1,"docs":{"18":{"tf":1.0}}}},"x":{"/":{"d":{"a":{"df":2,"docs":{"49":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"23":{"tf":1.0},"26":{"tf":2.0}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"29":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"23":{"tf":1.4142135623730951},"24":{"tf":1.0},"3":{"tf":1.4142135623730951},"36":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"58":{"tf":1.0},"63":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":4,"docs":{"22":{"tf":1.0},"38":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"11":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"s":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"10":{"tf":1.0},"14":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0}}}},"df":31,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"14":{"tf":1.7320508075688772},"15":{"tf":1.0},"18":{"tf":1.7320508075688772},"19":{"tf":1.7320508075688772},"20":{"tf":2.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.4142135623730951},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.7320508075688772},"5":{"tf":1.0},"52":{"tf":1.0},"57":{"tf":2.23606797749979},"58":{"tf":1.7320508075688772},"60":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.4142135623730951},"65":{"tf":1.4142135623730951},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"13":{"tf":1.0},"5":{"tf":1.0},"62":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}},"s":{"(":{"4":{"df":2,"docs":{"18":{"tf":1.0},"20":{"tf":1.0}}},"8":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"z":{"df":2,"docs":{"57":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"10":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}}},"df":28,"docs":{"0":{"tf":1.4142135623730951},"11":{"tf":1.4142135623730951},"16":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"24":{"tf":1.0},"25":{"tf":2.0},"27":{"tf":1.0},"3":{"tf":1.4142135623730951},"33":{"tf":1.0},"36":{"tf":1.4142135623730951},"38":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.4142135623730951},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"62":{"tf":1.4142135623730951},"64":{"tf":1.0},"65":{"tf":1.4142135623730951},"7":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"27":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"47":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"!":{"[":{"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":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":1,"docs":{"57":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"5":{"tf":1.0},"64":{"tf":1.0}},"f":{"df":1,"docs":{"7":{"tf":1.0}},"i":{"df":7,"docs":{"14":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"u":{"df":2,"docs":{"23":{"tf":1.0},"7":{"tf":1.0}}}}}},"i":{"a":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":6,"docs":{"10":{"tf":1.0},"14":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.4142135623730951},"6":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":2,"docs":{"50":{"tf":1.0},"55":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"28":{"tf":1.0},"6":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"15":{"tf":1.0},"5":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":12,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"64":{"tf":1.0},"9":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}},"df":2,"docs":{"4":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"15":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"62":{"tf":1.0},"65":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"63":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":10,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"28":{"tf":1.0},"36":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.0},"6":{"tf":1.7320508075688772},"62":{"tf":1.0},"63":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":5,"docs":{"31":{"tf":1.0},"38":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"(":{"0":{".":{".":{"=":{"2":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"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":{"24":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"b":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}}},"df":0,"docs":{}}},"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":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"22":{"tf":1.0},"25":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"b":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"0":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":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":{"59":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"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":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"2":{"0":{"df":2,"docs":{"20":{"tf":1.0},"23":{"tf":1.0}}},"df":0,"docs":{}},"5":{"0":{"df":2,"docs":{"22":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}},"8":{"0":{"df":2,"docs":{"25":{"tf":1.0},"26":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"0":{"df":3,"docs":{"14":{"tf":1.0},"18":{"tf":1.0},"24":{"tf":1.0}}},"df":0,"docs":{}},"9":{"0":{"df":2,"docs":{"19":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"(":{"1":{".":{".":{"=":{"4":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"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":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"6":{"0":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"0":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"26":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}}}}}}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"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":{"14":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"48":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"26":{"tf":1.0},"54":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"1":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":2,"docs":{"3":{"tf":1.0},"47":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":5,"docs":{"10":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"60":{"tf":1.7320508075688772},"9":{"tf":1.4142135623730951}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":45,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.7320508075688772},"12":{"tf":1.4142135623730951},"13":{"tf":2.0},"14":{"tf":2.0},"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.7320508075688772},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.7320508075688772},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"36":{"tf":2.23606797749979},"38":{"tf":1.4142135623730951},"39":{"tf":1.0},"4":{"tf":2.449489742783178},"42":{"tf":1.0},"43":{"tf":1.7320508075688772},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"49":{"tf":1.0},"5":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":2.23606797749979},"58":{"tf":1.0},"6":{"tf":2.6457513110645907},"60":{"tf":1.0},"62":{"tf":1.7320508075688772},"63":{"tf":1.0},"64":{"tf":1.4142135623730951},"65":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"4":{"tf":1.0},"43":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{}}}}}},":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"10":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"22":{"tf":1.0},"24":{"tf":1.0}}}}}}},"x":{"df":2,"docs":{"4":{"tf":1.4142135623730951},"6":{"tf":2.0}}},"y":{"df":0,"docs":{},"e":{"df":1,"docs":{"64":{"tf":1.0}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"’":{"df":0,"docs":{},"r":{"df":2,"docs":{"49":{"tf":1.0},"55":{"tf":1.0}}}}}}}}},"breadcrumbs":{"root":{"0":{"df":6,"docs":{"14":{"tf":1.0},"18":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0}}},"1":{"df":6,"docs":{"19":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"48":{"tf":1.0}}},"2":{"df":1,"docs":{"18":{"tf":1.4142135623730951}}},"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"65":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"33":{"tf":1.0},"35":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"33":{"tf":1.0},"34":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"36":{"tf":1.0},"45":{"tf":1.0},"57":{"tf":1.0}}}},"v":{"df":11,"docs":{"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.0},"28":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"57":{"tf":1.0},"6":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"18":{"tf":1.0}}}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"10":{"tf":1.0},"60":{"tf":1.0},"9":{"tf":1.0}}}}},"d":{"df":5,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"25":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}},"df":7,"docs":{"36":{"tf":1.0},"38":{"tf":1.7320508075688772},"39":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772},"47":{"tf":1.0},"56":{"tf":1.0}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"17":{"tf":1.0},"34":{"tf":1.0},"62":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":7,"docs":{"21":{"tf":1.7320508075688772},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"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":{"47":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"f":{"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":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"63":{"tf":1.0}}}}}}}}}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"d":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":1,"docs":{"5":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":4,"docs":{"11":{"tf":1.0},"15":{"tf":1.4142135623730951},"28":{"tf":1.0},"64":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"16":{"tf":1.0},"5":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"47":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":4,"docs":{"45":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"64":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.7320508075688772}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"25":{"tf":1.0},"53":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":5,"docs":{"24":{"tf":1.7320508075688772},"26":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":5,"docs":{"61":{"tf":1.7320508075688772},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"0":{"tf":1.0}}},"df":4,"docs":{"14":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"2":{"tf":1.0},"27":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"4":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"34":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":7,"docs":{"21":{"tf":1.7320508075688772},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"36":{"tf":1.0},"60":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":15,"docs":{"10":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.4142135623730951},"58":{"tf":1.0},"6":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0}}}},"t":{"df":2,"docs":{"10":{"tf":1.0},"34":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"0":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{":":{":":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"57":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"57":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":4,"docs":{"43":{"tf":1.0},"44":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"36":{"tf":1.0},"38":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":7,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"39":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"1":{"tf":1.0},"11":{"tf":1.7320508075688772},"28":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"\\"":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":17,"docs":{"0":{"tf":1.4142135623730951},"11":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"28":{"tf":1.0},"3":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"36":{"tf":1.0},"4":{"tf":1.0},"52":{"tf":1.4142135623730951},"6":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.7320508075688772},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":5,"docs":{"16":{"tf":1.0},"34":{"tf":1.4142135623730951},"47":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"24":{"tf":1.0},"36":{"tf":1.0}}}},"df":0,"docs":{}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"50":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"10":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"23":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"n":{"d":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":5,"docs":{"16":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"20":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"5":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"e":{"c":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":6,"docs":{"16":{"tf":1.0},"28":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"52":{"tf":1.0},"63":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"33":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":8,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"28":{"tf":1.0},"32":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"16":{"tf":1.7320508075688772},"30":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":8,"docs":{"16":{"tf":1.0},"22":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"47":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"34":{"tf":1.0},"36":{"tf":1.4142135623730951},"65":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"b":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":6,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"13":{"tf":1.0},"26":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0}},"s":{"/":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"19":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"42":{"tf":1.0},"44":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":19,"docs":{"0":{"tf":1.7320508075688772},"11":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"18":{"tf":1.0},"22":{"tf":1.4142135623730951},"36":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.7320508075688772},"49":{"tf":1.0},"5":{"tf":1.4142135623730951},"55":{"tf":1.0},"6":{"tf":1.7320508075688772},"60":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"64":{"tf":2.0},"65":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"65":{"tf":1.0}}}},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"0":{"tf":1.0},"1":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"12":{"tf":1.0},"14":{"tf":1.0},"19":{"tf":1.0},"62":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"36":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"a":{"d":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"23":{"tf":1.0},"26":{"tf":1.4142135623730951},"53":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":16,"docs":{"14":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"36":{"tf":1.0},"48":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"43":{"tf":1.0},"47":{"tf":1.0},"62":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":2,"docs":{"3":{"tf":1.0},"46":{"tf":1.0}}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":5,"docs":{"15":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"57":{"tf":1.7320508075688772},"59":{"tf":1.0}}}},"df":0,"docs":{}}}},"c":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"63":{"tf":1.4142135623730951},"64":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"14":{"tf":1.0},"42":{"tf":1.0},"59":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"57":{"tf":1.0}}}}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"21":{"tf":1.0},"36":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"28":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"55":{"tf":1.0},"64":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"22":{"tf":1.0},"24":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"63":{"tf":1.0}}}}},"df":1,"docs":{"6":{"tf":1.4142135623730951}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":5,"docs":{"1":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"53":{"tf":1.0},"60":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":4,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0}}}}}},"o":{"df":24,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"20":{"tf":1.7320508075688772},"22":{"tf":1.4142135623730951},"4":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":2.0},"47":{"tf":1.4142135623730951},"48":{"tf":1.0},"49":{"tf":1.4142135623730951},"5":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"51":{"tf":2.0},"52":{"tf":1.4142135623730951},"53":{"tf":2.0},"54":{"tf":1.4142135623730951},"55":{"tf":2.0},"62":{"tf":1.0},"63":{"tf":1.7320508075688772},"64":{"tf":1.4142135623730951},"65":{"tf":1.0},"9":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"11":{"tf":1.0},"36":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.7320508075688772}}}},"c":{"df":0,"docs":{},"k":{"df":22,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"24":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0},"49":{"tf":1.4142135623730951},"5":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.4142135623730951},"57":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.4142135623730951},"9":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"34":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"c":{"df":4,"docs":{"14":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":5,"docs":{"11":{"tf":1.4142135623730951},"16":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"55":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"34":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"25":{"tf":1.7320508075688772},"53":{"tf":1.0}},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}}}}},"i":{"df":4,"docs":{"16":{"tf":1.0},"28":{"tf":1.0},"32":{"tf":1.0},"7":{"tf":1.0}},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"34":{"tf":1.0},"63":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"36":{"tf":1.0},"40":{"tf":1.0},"6":{"tf":1.7320508075688772}}}}},"r":{"df":7,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"15":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"62":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"|":{"df":2,"docs":{"57":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":6,"docs":{"4":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.0},"57":{"tf":1.7320508075688772},"58":{"tf":1.7320508075688772},"60":{"tf":1.0}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"42":{"tf":1.0}}}}},"df":17,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":2.0},"5":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.0},"65":{"tf":1.0},"7":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"36":{"tf":1.0}}}}}}}}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"\\"":{"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":{"14":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}}},"df":2,"docs":{"14":{"tf":1.0},"34":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":8,"docs":{"17":{"tf":1.0},"26":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.0},"8":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"10":{"tf":1.0},"15":{"tf":1.0},"33":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"16":{"tf":1.0},"28":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"22":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.0}}},"s":{"df":15,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"16":{"tf":1.0},"28":{"tf":1.0},"31":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.0},"60":{"tf":1.0},"64":{"tf":1.0},"9":{"tf":1.0}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":3,"docs":{"2":{"tf":1.0},"28":{"tf":1.0},"6":{"tf":1.7320508075688772}}}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"16":{"tf":1.0},"9":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"14":{"tf":1.0},"62":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"4":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"36":{"tf":1.0},"4":{"tf":1.0},"58":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"43":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"3":{"tf":1.0},"5":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":3,"docs":{"10":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"9":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":8,"docs":{"10":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.0},"36":{"tf":1.0},"60":{"tf":1.4142135623730951},"62":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"df":3,"docs":{"20":{"tf":1.0},"58":{"tf":1.4142135623730951},"63":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":9,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.0},"36":{"tf":1.0},"49":{"tf":1.0},"65":{"tf":1.4142135623730951}},"s":{"/":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"i":{"d":{"df":2,"docs":{"38":{"tf":1.0},"53":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"11":{"tf":1.0},"29":{"tf":1.0},"45":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"40":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"m":{"df":4,"docs":{"34":{"tf":1.4142135623730951},"6":{"tf":1.0},"60":{"tf":1.0},"9":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"31":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"1":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"11":{"tf":1.0},"12":{"tf":1.7320508075688772},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.7320508075688772},"62":{"tf":1.4142135623730951}}}},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.7320508075688772},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"14":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"24":{"tf":1.7320508075688772},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"35":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{".":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"0":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"0":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"0":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"/":{"df":0,"docs":{},"p":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":17,"docs":{"13":{"tf":1.4142135623730951},"20":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.7320508075688772},"43":{"tf":2.23606797749979},"44":{"tf":1.4142135623730951},"45":{"tf":2.23606797749979},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":2.0},"63":{"tf":1.4142135623730951},"65":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"31":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":6,"docs":{"22":{"tf":1.0},"25":{"tf":1.4142135623730951},"45":{"tf":1.0},"49":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"54":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":4,"docs":{"36":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"6":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"36":{"tf":1.0},"60":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":10,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.7320508075688772},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.7320508075688772},"27":{"tf":1.0},"60":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"62":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"19":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"35":{"tf":1.0},"60":{"tf":2.0},"7":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"11":{"tf":1.0},"23":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":5,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"5":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":4,"docs":{"43":{"tf":1.0},"44":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":4,"docs":{"22":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"56":{"tf":1.0}}}}}}}},"d":{"a":{"df":8,"docs":{"0":{"tf":1.7320508075688772},"16":{"tf":1.0},"19":{"tf":2.0},"20":{"tf":1.0},"26":{"tf":2.8284271247461903},"27":{"tf":1.0},"54":{"tf":1.0},"65":{"tf":1.0}},"t":{"a":{"df":13,"docs":{"0":{"tf":2.0},"11":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"19":{"tf":1.0},"3":{"tf":1.4142135623730951},"36":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.4142135623730951},"64":{"tf":1.0},"65":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"4":{"tf":1.7320508075688772},"6":{"tf":1.7320508075688772}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":4,"docs":{"30":{"tf":1.0},"34":{"tf":1.0},"39":{"tf":1.0},"5":{"tf":1.0}},"g":{"df":1,"docs":{"61":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"11":{"tf":1.0},"34":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"r":{"df":9,"docs":{"11":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"65":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"35":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":5,"docs":{"15":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"5":{"tf":1.0},"57":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"11":{"tf":1.0},"36":{"tf":1.0},"62":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"62":{"tf":1.0}}}}}}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"y":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":3,"docs":{"23":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.4142135623730951}},"s":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":8,"docs":{"10":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"60":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"34":{"tf":1.0},"5":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":17,"docs":{"10":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"28":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.4142135623730951},"38":{"tf":1.0},"4":{"tf":2.8284271247461903},"40":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0},"6":{"tf":1.4142135623730951},"60":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"57":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":6,"docs":{"10":{"tf":1.0},"12":{"tf":1.4142135623730951},"3":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"5":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":4,"docs":{"36":{"tf":1.0},"41":{"tf":1.0},"65":{"tf":1.0},"9":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"42":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"7":{"tf":1.7320508075688772}}}},"r":{"df":1,"docs":{"5":{"tf":1.0}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"20":{"tf":1.0},"49":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"5":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":30,"docs":{"16":{"tf":1.0},"28":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.7320508075688772},"36":{"tf":2.23606797749979},"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},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"55":{"tf":1.0}},"t":{"df":1,"docs":{"33":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"28":{"tf":1.0},"64":{"tf":1.0},"8":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"30":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"31":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"61":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"34":{"tf":1.0},"35":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"11":{"tf":1.0},"31":{"tf":1.4142135623730951},"34":{"tf":1.0},"4":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"60":{"tf":1.0}}}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":2,"docs":{"55":{"tf":1.0},"57":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"6":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"20":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"[":{"\\"":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":11,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"23":{"tf":1.4142135623730951},"28":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.7320508075688772},"49":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":1.4142135623730951}},"n":{"df":2,"docs":{"12":{"tf":1.0},"5":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"l":{"df":6,"docs":{"10":{"tf":1.0},"15":{"tf":1.0},"38":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.7320508075688772},"9":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":8,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"28":{"tf":1.0},"36":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"0":{"df":1,"docs":{"26":{"tf":1.0}}},"2":{"0":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"5":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":1,"docs":{"26":{"tf":1.0}}},"7":{"5":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":4,"docs":{"53":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.7320508075688772},"65":{"tf":1.4142135623730951}}}}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"57":{"tf":1.7320508075688772},"58":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":9,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"14":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"57":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"57":{"tf":1.0}}}}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"10":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"34":{"tf":1.0}}}}},"s":{"df":1,"docs":{"31":{"tf":1.0}},"i":{"df":1,"docs":{"11":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"15":{"tf":1.0},"20":{"tf":1.0},"34":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":7,"docs":{"20":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"d":{"df":4,"docs":{"10":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"24":{"tf":1.4142135623730951},"40":{"tf":1.0},"53":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"24":{"tf":1.0},"26":{"tf":1.0},"36":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"3":{"tf":1.0},"9":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":5,"docs":{"11":{"tf":1.0},"36":{"tf":1.0},"5":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":10,"docs":{"0":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.4142135623730951},"49":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"65":{"tf":1.0}}}}},"v":{"df":2,"docs":{"4":{"tf":1.0},"6":{"tf":1.0}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":20,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"28":{"tf":1.7320508075688772},"29":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.7320508075688772},"4":{"tf":1.4142135623730951},"6":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.4142135623730951},"64":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"63":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"38":{"tf":1.0}}}}}}},"r":{"(":{"\\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"44":{"tf":1.0}}},"df":1,"docs":{"57":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"39":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"2":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"a":{"df":0,"docs":{},"l":{"[":{"\\"":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":1,"docs":{"14":{"tf":1.0}},"u":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"44":{"tf":1.0},"58":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":7,"docs":{"14":{"tf":1.0},"28":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"40":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":3,"docs":{"35":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0}}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":19,"docs":{"14":{"tf":1.0},"17":{"tf":1.7320508075688772},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.7320508075688772},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"44":{"tf":1.4142135623730951},"56":{"tf":1.7320508075688772},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"9":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"33":{"tf":1.0},"65":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":12,"docs":{"0":{"tf":1.4142135623730951},"11":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.7320508075688772},"47":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.0},"62":{"tf":1.4142135623730951},"65":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":6,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"60":{"tf":1.0},"65":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"56":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":5,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"27":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"57":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":45,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":2.0},"13":{"tf":1.0},"14":{"tf":2.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.0},"28":{"tf":1.4142135623730951},"33":{"tf":1.7320508075688772},"34":{"tf":1.0},"36":{"tf":2.23606797749979},"38":{"tf":1.0},"39":{"tf":2.0},"4":{"tf":2.0},"42":{"tf":1.0},"44":{"tf":1.4142135623730951},"45":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.4142135623730951},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"56":{"tf":2.0},"57":{"tf":2.23606797749979},"58":{"tf":2.23606797749979},"59":{"tf":1.4142135623730951},"6":{"tf":2.23606797749979},"60":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.4142135623730951},"65":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"15":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"16":{"tf":1.0},"62":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}},"s":{"df":5,"docs":{"34":{"tf":1.0},"39":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"52":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"—":{"a":{"d":{"df":0,"docs":{},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"62":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":8,"docs":{"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"37":{"tf":1.7320508075688772},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"7":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"10":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"24":{"tf":1.0},"53":{"tf":1.0}}}}}}},"}":{"\\"":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"58":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"f":{"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"24":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":4,"docs":{"26":{"tf":1.0},"40":{"tf":1.0},"6":{"tf":1.0},"64":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":9,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"34":{"tf":1.7320508075688772},"4":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.0},"7":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"s":{"df":3,"docs":{"34":{"tf":1.0},"5":{"tf":1.0},"64":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}}}},"q":{"df":1,"docs":{"64":{"tf":1.7320508075688772}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"11":{"tf":1.0},"59":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"55":{"tf":1.0},"6":{"tf":1.0}}}}}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"16":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"16":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"64":{"tf":1.0}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":4,"docs":{"11":{"tf":1.0},"27":{"tf":1.0},"39":{"tf":1.0},"58":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"5":{"tf":1.0}},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"64":{"tf":1.0}}}}}}}}}},"t":{"df":6,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"56":{"tf":1.0},"9":{"tf":1.0}}},"x":{"df":1,"docs":{"5":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"28":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"47":{"tf":1.0}}},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"63":{"tf":1.0}}}},"p":{"df":2,"docs":{"47":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"14":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":5,"docs":{"18":{"tf":1.0},"28":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"60":{"tf":1.0},"62":{"tf":1.0}}}}}}},"n":{"df":4,"docs":{"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"57":{"tf":2.23606797749979},"58":{"tf":1.7320508075688772}}},"o":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":4,"docs":{"0":{"tf":1.0},"34":{"tf":1.0},"51":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"28":{"tf":1.0},"4":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"15":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"t":{"!":{"(":{"\\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":2,"docs":{"24":{"tf":1.0},"4":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":7,"docs":{"15":{"tf":1.0},"2":{"tf":1.7320508075688772},"3":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":19,"docs":{"0":{"tf":1.0},"10":{"tf":1.4142135623730951},"2":{"tf":1.0},"21":{"tf":1.0},"3":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.7320508075688772},"38":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"46":{"tf":1.0},"5":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.4142135623730951},"62":{"tf":1.0},"7":{"tf":1.0}},"’":{"df":1,"docs":{"15":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"6":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"3":{"tf":1.0},"55":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"5":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}}}}}}},"d":{"df":1,"docs":{"62":{"tf":1.0}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"27":{"tf":1.0}}}}}},"g":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"3":{"tf":1.0},"63":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"33":{"tf":1.0},"52":{"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":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"42":{"tf":1.0},"57":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":8,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"27":{"tf":1.4142135623730951},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"57":{"tf":1.0},"65":{"tf":1.0},"7":{"tf":1.0}}}}},"t":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"57":{"tf":1.0},"58":{"tf":1.0}}}},"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":1,"docs":{"1":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"65":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"11":{"tf":1.0},"16":{"tf":1.0}}}},"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"45":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"11":{"tf":1.0},"16":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":1,"docs":{"59":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"d":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":4,"docs":{"36":{"tf":1.0},"55":{"tf":1.4142135623730951},"61":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}},"df":28,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"8":{"tf":1.7320508075688772},"9":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"4":{"tf":1.0},"6":{"tf":1.4142135623730951}},"l":{"df":2,"docs":{"25":{"tf":1.0},"42":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"50":{"tf":1.0},"6":{"tf":1.0}}}}}},"r":{"d":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"22":{"tf":1.4142135623730951},"53":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"11":{"tf":1.0},"26":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"55":{"tf":1.0}},"i":{"df":2,"docs":{"14":{"tf":1.0},"53":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"22":{"tf":1.0},"25":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":6,"docs":{"22":{"tf":1.4142135623730951},"25":{"tf":1.0},"45":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"10":{"tf":1.0},"15":{"tf":1.0},"34":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"0":{"tf":1.0},"58":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":9,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"23":{"tf":1.4142135623730951},"4":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}},"t":{"df":1,"docs":{"24":{"tf":1.0}}}},"o":{"c":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"4":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"30":{"tf":1.0},"34":{"tf":1.0},"5":{"tf":1.0},"60":{"tf":1.0},"64":{"tf":1.0},"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"60":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"c":{"df":3,"docs":{"24":{"tf":1.0},"42":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"i":{"[":{"\\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"d":{"\\"":{".":{"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":{"(":{")":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"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":{"a":{"df":8,"docs":{"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"26":{"tf":1.0},"57":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"i":{"df":27,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"8":{"tf":1.7320508075688772},"9":{"tf":1.0}},"i":{"df":26,"docs":{"35":{"tf":1.7320508075688772},"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},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":3,"docs":{"17":{"tf":1.0},"21":{"tf":1.0},"56":{"tf":1.0}}}}}}}},"m":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"5":{"tf":1.0}}}},"l":{"df":4,"docs":{"43":{"tf":1.0},"44":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"47":{"tf":1.0},"60":{"tf":1.0}}}}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":5,"docs":{"0":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":12,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.7320508075688772},"26":{"tf":1.7320508075688772},"49":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"19":{"tf":1.0},"26":{"tf":1.0},"53":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"26":{"tf":1.0},"33":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"\\"":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"57":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"43":{"tf":1.0}}}},"u":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"6":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"[":{"\\"":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"14":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"14":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"41":{"tf":1.0},"57":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"df":2,"docs":{"31":{"tf":1.0},"34":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"5":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"63":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":4,"docs":{"10":{"tf":1.0},"3":{"tf":1.0},"60":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"n":{"d":{"df":4,"docs":{"11":{"tf":1.0},"36":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":5,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"5":{"tf":1.0},"62":{"tf":1.0},"7":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"21":{"tf":1.0},"55":{"tf":1.0}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"0":{"tf":1.4142135623730951},"3":{"tf":1.0},"36":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":2,"docs":{"5":{"tf":1.0},"60":{"tf":1.7320508075688772}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"7":{"tf":1.0}}}}}},"v":{"df":2,"docs":{"5":{"tf":1.0},"63":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":2,"docs":{"46":{"tf":1.0},"5":{"tf":1.0}},"t":{"df":1,"docs":{"3":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":4,"docs":{"3":{"tf":1.0},"44":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":2,"docs":{"34":{"tf":1.0},"57":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"11":{"tf":1.0},"30":{"tf":1.0}}}}},"v":{"df":5,"docs":{"61":{"tf":1.7320508075688772},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0}}}},"j":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"g":{"df":4,"docs":{"36":{"tf":1.0},"4":{"tf":1.0},"65":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"k":{"8":{"df":8,"docs":{"10":{"tf":1.0},"16":{"tf":1.0},"28":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":20,"docs":{"11":{"tf":1.0},"15":{"tf":1.7320508075688772},"16":{"tf":1.4142135623730951},"20":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"y":{"df":4,"docs":{"25":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}}},"n":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"62":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"11":{"tf":1.0},"32":{"tf":1.4142135623730951},"4":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"36":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":5,"docs":{"23":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"26":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0}},"y":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"15":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"19":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"15":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"41":{"tf":1.0},"62":{"tf":1.0},"9":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"36":{"tf":1.0},"6":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"t":{"df":2,"docs":{"3":{"tf":1.0},"4":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":11,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"13":{"tf":1.0},"19":{"tf":1.0},"36":{"tf":1.7320508075688772},"4":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"9":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"6":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}}}}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"13":{"tf":1.0},"26":{"tf":1.0},"50":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"14":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":22,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.7320508075688772},"22":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.4142135623730951},"65":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}},"o":{"a":{"d":{"df":3,"docs":{"23":{"tf":1.4142135623730951},"24":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"k":{"8":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":13,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"28":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.0},"60":{"tf":1.0},"64":{"tf":1.0},"9":{"tf":1.0}}},"t":{"df":1,"docs":{"60":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":3,"docs":{"57":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}},"i":{"c":{"df":4,"docs":{"0":{"tf":1.0},"41":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0}}},"df":0,"docs":{}},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"11":{"tf":1.0},"36":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"64":{"tf":1.0}}},"p":{"df":2,"docs":{"16":{"tf":1.0},"30":{"tf":1.0}}},"s":{"df":1,"docs":{"9":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"16":{"tf":1.0},"31":{"tf":1.0},"7":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"25":{"tf":1.0},"35":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":7,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.4142135623730951}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"25":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":6,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"62":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"51":{"tf":1.0}}}}}}},"p":{"df":3,"docs":{"10":{"tf":1.0},"34":{"tf":1.0},"60":{"tf":1.0}}},"t":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"61":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"11":{"tf":1.0},"32":{"tf":1.0}}}}}},"x":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"7":{"5":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":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":{"48":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":9,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0},"64":{"tf":1.0}}}}},"t":{"df":1,"docs":{"15":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"23":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"25":{"tf":1.0},"53":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"65":{"tf":1.0}}}}}},"df":1,"docs":{"23":{"tf":1.4142135623730951}}}}}}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"1":{"tf":1.0},"2":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"d":{"df":5,"docs":{"14":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"34":{"tf":1.0},"65":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"c":{"df":5,"docs":{"4":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.4142135623730951},"6":{"tf":1.0},"63":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"50":{"tf":1.0}}}}},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"i":{"d":{"df":3,"docs":{"22":{"tf":1.0},"25":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}}},"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"4":{"5":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":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":{"48":{"tf":1.0}},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"16":{"tf":1.0},"18":{"tf":1.0},"30":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":3,"docs":{"5":{"tf":1.0},"53":{"tf":1.0},"62":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"63":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":3,"docs":{"34":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}}}},"x":{"df":2,"docs":{"26":{"tf":1.4142135623730951},"63":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":7,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"15":{"tf":1.0},"2":{"tf":1.0},"36":{"tf":2.23606797749979},"60":{"tf":1.0},"9":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"59":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"16":{"tf":1.0},"7":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":7,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"11":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.4142135623730951},"31":{"tf":1.0},"9":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"16":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"57":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":4,"docs":{"43":{"tf":1.0},"44":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"38":{"tf":1.0},"57":{"tf":1.0}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"df":1,"docs":{"26":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"16":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":9,"docs":{"15":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"39":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"64":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"g":{"df":1,"docs":{"34":{"tf":1.0}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":10,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"27":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"36":{"tf":1.0},"4":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"9":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}}},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"57":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":10,"docs":{"21":{"tf":1.0},"25":{"tf":1.4142135623730951},"36":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.7320508075688772},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"52":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"42":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":6,"docs":{"4":{"tf":1.4142135623730951},"42":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.4142135623730951},"52":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":35,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"11":{"tf":1.0},"13":{"tf":1.4142135623730951},"2":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.7320508075688772},"24":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"42":{"tf":2.0},"43":{"tf":1.7320508075688772},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.7320508075688772},"48":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.7320508075688772},"54":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.4142135623730951},"63":{"tf":1.0},"65":{"tf":2.0},"9":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"5":{"tf":1.0}},"i":{"df":1,"docs":{"16":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"df":8,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"10":{"tf":1.0},"3":{"tf":1.7320508075688772},"34":{"tf":1.0},"36":{"tf":1.4142135623730951},"65":{"tf":1.4142135623730951},"9":{"tf":1.0}}}},"n":{"df":1,"docs":{"5":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"15":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":18,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"36":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.0},"6":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"64":{"tf":1.0},"65":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"16":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"25":{"tf":1.0},"36":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"60":{"tf":1.0},"62":{"tf":1.0}}}}}},"k":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"\\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"57":{"tf":1.0},"58":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":3,"docs":{"43":{"tf":1.0},"44":{"tf":1.0},"57":{"tf":1.0}}},"n":{"c":{"df":4,"docs":{"36":{"tf":1.0},"4":{"tf":1.0},"55":{"tf":1.0},"6":{"tf":1.0}}},"df":6,"docs":{"19":{"tf":1.0},"25":{"tf":1.4142135623730951},"3":{"tf":1.0},"33":{"tf":1.0},"53":{"tf":1.0},"9":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"32":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"11":{"tf":1.0},"20":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.4142135623730951},"3":{"tf":1.0},"34":{"tf":2.23606797749979},"5":{"tf":1.0},"55":{"tf":1.0},"64":{"tf":1.0}}}},"t":{"df":2,"docs":{"15":{"tf":1.0},"5":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":7,"docs":{"20":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"42":{"tf":1.0},"49":{"tf":1.0},"6":{"tf":1.0}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":7,"docs":{"10":{"tf":1.0},"30":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"64":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"55":{"tf":1.0}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":9,"docs":{"16":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"5":{"tf":1.0},"6":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"3":{"tf":1.0},"41":{"tf":1.0},"5":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.7320508075688772}}}}}}}}}},"p":{"9":{"5":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"10":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"51":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":4,"docs":{"1":{"tf":1.0},"28":{"tf":1.0},"49":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"27":{"tf":1.0},"4":{"tf":1.0},"65":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":64,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.7320508075688772},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"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.7320508075688772},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"4":{"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":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.7320508075688772},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.7320508075688772},"9":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"22":{"tf":1.0},"53":{"tf":1.0}}}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":6,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"4":{"tf":2.449489742783178},"6":{"tf":2.449489742783178},"62":{"tf":1.0},"65":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":2,"docs":{"22":{"tf":2.0},"53":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"28":{"tf":1.0},"34":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":1,"docs":{"6":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"13":{"tf":1.0},"19":{"tf":1.0},"26":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":8,"docs":{"15":{"tf":2.449489742783178},"16":{"tf":1.0},"51":{"tf":2.0},"52":{"tf":1.0},"53":{"tf":1.7320508075688772},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}}}}},"df":1,"docs":{"6":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":4,"docs":{"22":{"tf":1.4142135623730951},"42":{"tf":1.0},"44":{"tf":2.6457513110645907},"53":{"tf":1.0}}}},"r":{"df":3,"docs":{"15":{"tf":1.0},"18":{"tf":1.0},"27":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":3,"docs":{"0":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0}}}}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.7320508075688772}}}}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"27":{"tf":1.0},"57":{"tf":1.0},"62":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"10":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"64":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"14":{"tf":1.0}}}}}}}},"l":{"a":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":23,"docs":{"1":{"tf":1.0},"14":{"tf":1.7320508075688772},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":2.0},"29":{"tf":1.4142135623730951},"3":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":2.0},"48":{"tf":1.0},"6":{"tf":2.449489742783178},"60":{"tf":1.0},"64":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"34":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"u":{"df":4,"docs":{"19":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0}},"g":{"df":1,"docs":{"56":{"tf":1.0}},"g":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"12":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"24":{"tf":1.0},"53":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"3":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":3,"docs":{"31":{"tf":1.0},"34":{"tf":1.0},"63":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"36":{"tf":1.0},"65":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"16":{"tf":1.7320508075688772},"50":{"tf":1.4142135623730951},"8":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"4":{"tf":1.0},"41":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"5":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"60":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"28":{"tf":1.4142135623730951},"34":{"tf":2.0},"36":{"tf":1.0},"38":{"tf":1.0}}}}}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"21":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"20":{"tf":1.0},"34":{"tf":1.0}}}},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"40":{"tf":1.0}}}},"t":{"df":3,"docs":{"16":{"tf":1.0},"41":{"tf":1.0},"63":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"28":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":2.0}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.4142135623730951}}}}}},"o":{"b":{"df":0,"docs":{},"e":{"df":9,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"24":{"tf":1.7320508075688772},"33":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.4142135623730951},"59":{"tf":1.0},"60":{"tf":1.0}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"11":{"tf":1.0},"30":{"tf":1.0},"4":{"tf":1.0},"9":{"tf":1.0}}}}}},"d":{"df":1,"docs":{"55":{"tf":1.0}},"u":{"c":{"df":4,"docs":{"0":{"tf":1.0},"14":{"tf":1.0},"40":{"tf":1.0},"64":{"tf":1.0}},"t":{"df":5,"docs":{"21":{"tf":1.0},"36":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"65":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":8,"docs":{"11":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"49":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"25":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":6,"docs":{"0":{"tf":1.0},"15":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.4142135623730951},"6":{"tf":1.0},"64":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"57":{"tf":1.0}},"r":{"df":1,"docs":{"34":{"tf":1.0}}}},"i":{"d":{"df":7,"docs":{"31":{"tf":1.0},"34":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"42":{"tf":1.0},"47":{"tf":1.4142135623730951},"6":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":3,"docs":{"33":{"tf":1.0},"4":{"tf":1.4142135623730951},"6":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"33":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"b":{"df":2,"docs":{"57":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"0":{"tf":1.0},"65":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"64":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"12":{"tf":1.0},"3":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"q":{"a":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"26":{"tf":1.0}}}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":3,"docs":{"27":{"tf":1.7320508075688772},"5":{"tf":1.0},"53":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"27":{"tf":1.0},"47":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"(":{"3":{"df":2,"docs":{"18":{"tf":1.0},"20":{"tf":1.0}}},"5":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}},"df":12,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"23":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"5":{"tf":1.0},"53":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}}},"df":2,"docs":{"4":{"tf":2.0},"6":{"tf":3.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"57":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"l":{"df":3,"docs":{"33":{"tf":1.0},"57":{"tf":1.7320508075688772},"58":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"—":{"a":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"22":{"tf":1.0}}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"62":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":8,"docs":{"20":{"tf":1.0},"28":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.7320508075688772},"40":{"tf":1.0},"6":{"tf":1.4142135623730951},"63":{"tf":1.0},"9":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":4,"docs":{"0":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.0},"56":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"1":{"tf":1.0},"3":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"5":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"40":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"25":{"tf":1.0}}}}}}}},"v":{"df":1,"docs":{"22":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":7,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"46":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"64":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":4,"docs":{"15":{"tf":1.0},"5":{"tf":1.0},"64":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":27,"docs":{"35":{"tf":1.7320508075688772},"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},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":2.0},"61":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"0":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"28":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"24":{"tf":1.0}}}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}},"x":{"df":2,"docs":{"33":{"tf":1.0},"34":{"tf":1.0}}}},"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"16":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"14":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"25":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"3":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"24":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"25":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"34":{"tf":1.0},"39":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"36":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":4,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":6,"docs":{"13":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"64":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":7,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"20":{"tf":1.0},"5":{"tf":1.0},"64":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"36":{"tf":1.0},"40":{"tf":1.0},"6":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":6,"docs":{"10":{"tf":1.0},"24":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"36":{"tf":1.0},"4":{"tf":1.0},"54":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"p":{"df":1,"docs":{"52":{"tf":1.0}}}},"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":20,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.4142135623730951},"25":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.4142135623730951},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"65":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"43":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":6,"docs":{"16":{"tf":1.0},"28":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"0":{"tf":1.0},"65":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"44":{"tf":1.0},"57":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"15":{"tf":1.0},"39":{"tf":1.0},"60":{"tf":1.7320508075688772},"9":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":3,"docs":{"16":{"tf":1.0},"64":{"tf":1.0},"7":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"41":{"tf":1.0},"7":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"5":{"tf":1.0},"64":{"tf":1.0}}}}},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":8,"docs":{"0":{"tf":1.0},"20":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"60":{"tf":1.0},"65":{"tf":1.7320508075688772}},"s":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"p":{"c":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":8,"docs":{"4":{"tf":1.7320508075688772},"42":{"tf":2.0},"43":{"tf":1.7320508075688772},"44":{"tf":1.4142135623730951},"45":{"tf":1.0},"57":{"tf":1.7320508075688772},"58":{"tf":1.4142135623730951},"6":{"tf":1.0}}}}}}}}},"df":29,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"11":{"tf":1.7320508075688772},"14":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":2.23606797749979},"32":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":2.449489742783178},"4":{"tf":1.7320508075688772},"40":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.7320508075688772},"53":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":2.6457513110645907},"62":{"tf":1.0},"63":{"tf":1.7320508075688772},"64":{"tf":1.4142135623730951},"65":{"tf":2.23606797749979},"7":{"tf":1.0},"8":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"42":{"tf":1.0},"57":{"tf":1.4142135623730951}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":29,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"28":{"tf":1.7320508075688772},"29":{"tf":2.0},"30":{"tf":1.7320508075688772},"31":{"tf":1.7320508075688772},"32":{"tf":1.7320508075688772},"33":{"tf":1.7320508075688772},"34":{"tf":1.4142135623730951},"36":{"tf":1.0},"4":{"tf":2.23606797749979},"40":{"tf":1.7320508075688772},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":2.23606797749979},"48":{"tf":1.0},"52":{"tf":1.7320508075688772},"6":{"tf":1.4142135623730951},"60":{"tf":1.7320508075688772},"63":{"tf":1.7320508075688772},"64":{"tf":1.7320508075688772},"65":{"tf":1.0},"7":{"tf":1.4142135623730951},"9":{"tf":1.0}},"’":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"33":{"tf":1.0}},"{":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"33":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":8,"docs":{"10":{"tf":1.0},"27":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"60":{"tf":1.0},"9":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"33":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"df":13,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"56":{"tf":1.7320508075688772},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"41":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":7,"docs":{"22":{"tf":1.0},"28":{"tf":1.4142135623730951},"47":{"tf":1.0},"60":{"tf":1.0},"64":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"23":{"tf":1.4142135623730951}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"27":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"2":{"df":8,"docs":{"14":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"48":{"tf":1.0}}},"3":{"df":2,"docs":{"22":{"tf":1.0},"25":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.7320508075688772}}}}}}}},"df":0,"docs":{}}}}},"df":34,"docs":{"1":{"tf":1.0},"10":{"tf":1.7320508075688772},"11":{"tf":2.23606797749979},"12":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":2.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"28":{"tf":2.23606797749979},"29":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"36":{"tf":2.6457513110645907},"39":{"tf":1.0},"4":{"tf":1.7320508075688772},"41":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0},"59":{"tf":1.4142135623730951},"6":{"tf":2.0},"60":{"tf":2.23606797749979},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":2.0},"64":{"tf":1.7320508075688772},"65":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":2.23606797749979}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"32":{"tf":1.0},"5":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"a":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":2,"docs":{"50":{"tf":1.0},"55":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"10":{"tf":1.0},"34":{"tf":1.0}}}}}}},"df":1,"docs":{"4":{"tf":1.7320508075688772}},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"16":{"tf":1.0},"26":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"d":{"df":8,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}}},"df":4,"docs":{"11":{"tf":1.4142135623730951},"28":{"tf":1.0},"29":{"tf":1.0},"36":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"20":{"tf":1.0},"28":{"tf":1.0},"47":{"tf":1.0}}}},"df":0,"docs":{}},"f":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"57":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":4,"docs":{"15":{"tf":1.0},"44":{"tf":1.0},"57":{"tf":1.7320508075688772},"58":{"tf":1.7320508075688772}}}},"n":{"d":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"16":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"6":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"4":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"60":{"tf":1.0}},"i":{"c":{"df":4,"docs":{"31":{"tf":1.0},"36":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":8,"docs":{"11":{"tf":1.0},"18":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.4142135623730951},"9":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":12,"docs":{"10":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.0},"63":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":18,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"5":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":9,"docs":{"10":{"tf":1.0},"16":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"42":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.7320508075688772}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"0":{"tf":1.0},"5":{"tf":1.0},"64":{"tf":1.0}}}},"w":{"df":4,"docs":{"1":{"tf":1.0},"21":{"tf":1.0},"56":{"tf":1.0},"9":{"tf":1.0}}}}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":11,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"28":{"tf":1.7320508075688772},"34":{"tf":2.0},"40":{"tf":1.0},"5":{"tf":1.4142135623730951},"6":{"tf":1.7320508075688772},"64":{"tf":1.0},"65":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":4,"docs":{"18":{"tf":1.4142135623730951},"23":{"tf":1.0},"44":{"tf":1.0},"57":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"22":{"tf":1.0},"44":{"tf":1.0},"53":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":3,"docs":{"31":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0}}}}},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"df":4,"docs":{"23":{"tf":1.7320508075688772},"26":{"tf":1.4142135623730951},"53":{"tf":1.0},"54":{"tf":1.0}},"w":{"df":2,"docs":{"34":{"tf":1.0},"63":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"11":{"tf":1.0},"18":{"tf":1.0},"3":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":5,"docs":{"15":{"tf":1.0},"18":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"3":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":6,"docs":{"14":{"tf":1.0},"20":{"tf":1.0},"34":{"tf":1.0},"49":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.0}},"i":{"df":1,"docs":{"11":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":4,"docs":{"16":{"tf":1.0},"29":{"tf":1.0},"5":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":1.0},"65":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"25":{"tf":1.0},"63":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"16":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"43":{"tf":1.0},"57":{"tf":1.0}}}}}}},"df":0,"docs":{}},"_":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"58":{"tf":1.0},"6":{"tf":1.0}}}}}}},"df":0,"docs":{}},"d":{"a":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{")":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"_":{"d":{"a":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{"0":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"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":{},"x":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"2":{")":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"2":{"0":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":15,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.7320508075688772},"36":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":1.7320508075688772},"63":{"tf":1.0},"65":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"16":{"tf":1.0},"25":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0}}},"i":{"c":{"df":2,"docs":{"43":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}},"y":{"df":8,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":1.4142135623730951},"64":{"tf":1.0}}}},"d":{":":{":":{"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":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{":":{":":{"a":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"57":{"tf":1.0}}},"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":{":":{":":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":6,"docs":{"14":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.0},"48":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"_":{"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":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"3":{"0":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":3,"docs":{"15":{"tf":1.0},"26":{"tf":1.0},"34":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"27":{"tf":1.0},"64":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.4142135623730951}},"i":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"27":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"27":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":5,"docs":{"25":{"tf":1.0},"36":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.0},"65":{"tf":1.0}}}},"r":{"df":4,"docs":{"43":{"tf":1.0},"44":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"65":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"19":{"tf":1.0},"26":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"43":{"tf":1.0},"44":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":2,"docs":{"23":{"tf":1.0},"62":{"tf":1.4142135623730951}}}}}},"u":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"18":{"tf":1.0}}}},"t":{"df":4,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"0":{"tf":1.0},"65":{"tf":1.0}}}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":10,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"7":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"32":{"tf":1.0}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"4":{"tf":1.0},"42":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":7,"docs":{"10":{"tf":1.0},"43":{"tf":1.7320508075688772},"47":{"tf":1.4142135623730951},"48":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.7320508075688772},"61":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"45":{"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":{"16":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"64":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"26":{"tf":1.7320508075688772}}}}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"63":{"tf":1.0}}}}}}},"n":{"c":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":7,"docs":{"14":{"tf":1.4142135623730951},"20":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.4142135623730951}}}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"2":{"0":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"57":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":9,"docs":{"11":{"tf":1.0},"23":{"tf":1.0},"40":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.7320508075688772},"64":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"36":{"tf":1.0}}}}},"d":{"df":3,"docs":{"14":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0}}},"df":1,"docs":{"4":{"tf":1.4142135623730951}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":3,"docs":{"16":{"tf":1.0},"3":{"tf":1.4142135623730951},"62":{"tf":1.0}}},"r":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"15":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":23,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.0},"10":{"tf":1.7320508075688772},"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"18":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.7320508075688772},"36":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.7320508075688772},"50":{"tf":1.0},"53":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.4142135623730951},"63":{"tf":1.0},"64":{"tf":1.4142135623730951},"9":{"tf":2.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":11,"docs":{"14":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"{":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"58":{"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":{"43":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"57":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"57":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"s":{":":{":":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":2,"docs":{"46":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"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":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":1,"docs":{"14":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":4,"docs":{"28":{"tf":1.0},"38":{"tf":1.0},"44":{"tf":1.0},"7":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"26":{"tf":1.7320508075688772}},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"e":{"df":12,"docs":{"0":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":1.0},"34":{"tf":1.0},"5":{"tf":1.4142135623730951},"6":{"tf":1.0},"64":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"33":{"tf":1.0},"34":{"tf":1.0},"54":{"tf":1.0}}}}}}}},"o":{"d":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"14":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"9":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"l":{"df":2,"docs":{"34":{"tf":1.0},"50":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"27":{"tf":1.0},"5":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"51":{"tf":1.0}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":30,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"27":{"tf":2.0},"28":{"tf":1.0},"36":{"tf":2.0},"4":{"tf":2.0},"41":{"tf":1.7320508075688772},"42":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.7320508075688772},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"60":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"65":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}},"y":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"g":{"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":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"57":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"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":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"33":{"tf":1.0},"34":{"tf":1.0},"60":{"tf":1.0},"9":{"tf":1.0}}},"k":{"df":2,"docs":{"26":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":15,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.4142135623730951},"3":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.7320508075688772},"49":{"tf":1.0},"5":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"65":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"56":{"tf":1.0},"62":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":14,"docs":{"11":{"tf":1.0},"13":{"tf":1.4142135623730951},"15":{"tf":1.0},"18":{"tf":2.23606797749979},"19":{"tf":2.23606797749979},"20":{"tf":1.4142135623730951},"23":{"tf":1.0},"26":{"tf":1.0},"33":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"64":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"2":{"0":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"1":{"6":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"23":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"34":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"10":{"tf":1.7320508075688772}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"34":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.7320508075688772}}}}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"48":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"64":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"16":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":3,"docs":{"16":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"29":{"tf":1.0},"4":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"16":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":1,"docs":{"18":{"tf":1.0}}}},"x":{"/":{"d":{"a":{"df":2,"docs":{"49":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"23":{"tf":1.0},"26":{"tf":2.23606797749979}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"29":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"23":{"tf":1.4142135623730951},"24":{"tf":1.0},"3":{"tf":1.4142135623730951},"36":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"58":{"tf":1.0},"63":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":4,"docs":{"22":{"tf":1.0},"38":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"11":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"s":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"10":{"tf":1.0},"14":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.4142135623730951}}}},"df":31,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"14":{"tf":1.7320508075688772},"15":{"tf":1.0},"18":{"tf":1.7320508075688772},"19":{"tf":1.7320508075688772},"20":{"tf":2.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.4142135623730951},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.7320508075688772},"5":{"tf":1.0},"52":{"tf":1.0},"57":{"tf":2.23606797749979},"58":{"tf":1.7320508075688772},"60":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.4142135623730951},"65":{"tf":1.4142135623730951},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":29,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"5":{"tf":1.0},"62":{"tf":1.0},"8":{"tf":1.7320508075688772},"9":{"tf":1.4142135623730951}},"s":{"(":{"4":{"df":2,"docs":{"18":{"tf":1.0},"20":{"tf":1.0}}},"8":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"z":{"df":2,"docs":{"57":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"10":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}}},"df":28,"docs":{"0":{"tf":1.4142135623730951},"11":{"tf":1.4142135623730951},"16":{"tf":1.0},"18":{"tf":1.7320508075688772},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"24":{"tf":1.0},"25":{"tf":2.23606797749979},"27":{"tf":1.0},"3":{"tf":1.4142135623730951},"33":{"tf":1.0},"36":{"tf":1.4142135623730951},"38":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.4142135623730951},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"62":{"tf":1.4142135623730951},"64":{"tf":1.0},"65":{"tf":1.4142135623730951},"7":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"27":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"47":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"!":{"[":{"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":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":1,"docs":{"57":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"5":{"tf":1.0},"64":{"tf":1.0}},"f":{"df":1,"docs":{"7":{"tf":1.0}},"i":{"df":7,"docs":{"14":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"u":{"df":2,"docs":{"23":{"tf":1.0},"7":{"tf":1.0}}}}}},"i":{"a":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":6,"docs":{"10":{"tf":1.0},"14":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.4142135623730951},"6":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":2,"docs":{"50":{"tf":1.0},"55":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"28":{"tf":1.0},"6":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"15":{"tf":1.0},"5":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":12,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"64":{"tf":1.0},"9":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}},"df":2,"docs":{"4":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"15":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"62":{"tf":1.0},"65":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"63":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":10,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"28":{"tf":1.0},"36":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.0},"6":{"tf":1.7320508075688772},"62":{"tf":1.0},"63":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":5,"docs":{"31":{"tf":1.0},"38":{"tf":1.0},"59":{"tf":1.4142135623730951},"63":{"tf":1.0},"65":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"(":{"0":{".":{".":{"=":{"2":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"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":{"24":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"b":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}}},"df":0,"docs":{}}},"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":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"22":{"tf":1.0},"25":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"b":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"0":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":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":{"59":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"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":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"2":{"0":{"df":2,"docs":{"20":{"tf":1.0},"23":{"tf":1.0}}},"df":0,"docs":{}},"5":{"0":{"df":2,"docs":{"22":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}},"8":{"0":{"df":2,"docs":{"25":{"tf":1.0},"26":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"0":{"df":3,"docs":{"14":{"tf":1.0},"18":{"tf":1.0},"24":{"tf":1.0}}},"df":0,"docs":{}},"9":{"0":{"df":2,"docs":{"19":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"(":{"1":{".":{".":{"=":{"4":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"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":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"6":{"0":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"0":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"26":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}}}}}}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"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":{"14":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"48":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"26":{"tf":1.0},"54":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"1":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":2,"docs":{"3":{"tf":1.0},"47":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":5,"docs":{"10":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"60":{"tf":1.7320508075688772},"9":{"tf":1.4142135623730951}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":48,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.7320508075688772},"12":{"tf":2.0},"13":{"tf":2.449489742783178},"14":{"tf":2.23606797749979},"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.7320508075688772},"19":{"tf":2.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.7320508075688772},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"36":{"tf":2.23606797749979},"38":{"tf":1.7320508075688772},"39":{"tf":1.0},"4":{"tf":2.449489742783178},"42":{"tf":1.0},"43":{"tf":1.7320508075688772},"45":{"tf":1.0},"46":{"tf":2.0},"47":{"tf":1.7320508075688772},"48":{"tf":1.0},"49":{"tf":1.4142135623730951},"5":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":2.0},"57":{"tf":2.6457513110645907},"58":{"tf":1.4142135623730951},"59":{"tf":1.0},"6":{"tf":2.6457513110645907},"60":{"tf":1.0},"62":{"tf":1.7320508075688772},"63":{"tf":1.0},"64":{"tf":1.4142135623730951},"65":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"4":{"tf":1.0},"43":{"tf":1.4142135623730951},"52":{"tf":1.0}}}},"df":0,"docs":{}}}}}},":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"10":{"tf":1.0},"9":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"22":{"tf":1.0},"24":{"tf":1.0}}}}}}},"x":{"df":2,"docs":{"4":{"tf":1.4142135623730951},"6":{"tf":2.0}}},"y":{"df":0,"docs":{},"e":{"df":1,"docs":{"64":{"tf":1.0}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"’":{"df":0,"docs":{},"r":{"df":2,"docs":{"49":{"tf":1.0},"55":{"tf":1.0}}}}}}}}},"title":{"root":{"2":{"df":1,"docs":{"18":{"tf":1.0}}},"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"df":0,"docs":{}},"d":{"df":4,"docs":{"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"21":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"24":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"61":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"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":{"11":{"tf":1.0}}}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"52":{"tf":1.0}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"50":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":5,"docs":{"20":{"tf":1.0},"22":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"25":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"33":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"58":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"53":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"45":{"tf":1.0}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"62":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":3,"docs":{"42":{"tf":1.0},"43":{"tf":1.0},"52":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"62":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"60":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"a":{"df":2,"docs":{"19":{"tf":1.0},"26":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"35":{"tf":1.0},"36":{"tf":1.0}}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"l":{"df":1,"docs":{"62":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":4,"docs":{"17":{"tf":1.0},"21":{"tf":1.0},"44":{"tf":1.0},"56":{"tf":1.0}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":8,"docs":{"12":{"tf":1.0},"14":{"tf":1.0},"33":{"tf":1.0},"39":{"tf":1.0},"49":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}}}}}},"f":{"a":{"df":0,"docs":{},"q":{"df":1,"docs":{"64":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"37":{"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":{"27":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"65":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}},"i":{"df":1,"docs":{"35":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"60":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"v":{"df":1,"docs":{"61":{"tf":1.0}}}},"k":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"36":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"20":{"tf":1.0}}}}},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"23":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"26":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"36":{"tf":1.0}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"56":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":3,"docs":{"42":{"tf":1.0},"43":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"34":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}}},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"49":{"tf":1.0},"54":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"2":{"tf":1.0},"35":{"tf":1.0},"61":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":3,"docs":{"15":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"44":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"16":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"o":{"b":{"df":0,"docs":{},"e":{"df":2,"docs":{"24":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"57":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"22":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"35":{"tf":1.0},"60":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"l":{"a":{"c":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"25":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}}}}}}},"df":1,"docs":{"28":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"40":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":5,"docs":{"11":{"tf":1.0},"28":{"tf":1.0},"36":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"18":{"tf":1.0},"57":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"23":{"tf":1.0}}}},"t":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"26":{"tf":1.0}}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}}}}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":3,"docs":{"27":{"tf":1.0},"41":{"tf":1.0},"51":{"tf":1.0}}}}}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"18":{"tf":1.0},"19":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":1,"docs":{"10":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"x":{"df":1,"docs":{"26":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"18":{"tf":1.0},"25":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"59":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"47":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":8,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"38":{"tf":1.0},"46":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"lang":"English","pipeline":["trimmer","stopWordFilter","stemmer"],"ref":"id","version":"0.9.5"},"results_options":{"limit_results":30,"teaser_word_count":30},"search_options":{"bool":"OR","expand":true,"fields":{"body":{"boost":1},"breadcrumbs":{"boost":1},"title":{"boost":2}}}}')); \ No newline at end of file diff --git a/docs/searchindex-43431b08.js b/docs/searchindex-43431b08.js new file mode 100644 index 0000000..ae77df2 --- /dev/null +++ b/docs/searchindex-43431b08.js @@ -0,0 +1 @@ +window.search = Object.assign(window.search, JSON.parse('{"doc_urls":["project-context-primer.html#project-context-primer","what-you-will-learn.html#what-you-will-learn","part-i.html#part-i--foundations","introduction.html#introduction","architecture-overview.html#architecture-overview","testing-philosophy.html#testing-philosophy","scenario-lifecycle.html#scenario-lifecycle-conceptual","design-rationale.html#design-rationale","part-ii.html#part-ii--user-guide","workspace-layout.html#workspace-layout","annotated-tree.html#annotated-tree","authoring-scenarios.html#authoring-scenarios","workloads.html#core-content-workloads--expectations","workloads.html#workloads","workloads.html#expectations","scenario-builder-ext-patterns.html#core-content-scenariobuilderext-patterns","best-practices.html#best-practices","examples.html#examples","examples.html#simple-2-validator-transaction-workload","examples.html#da--transaction-workload","examples.html#chaos--liveness-check","examples-advanced.html#advanced--artificial-examples","examples-advanced.html#synthetic-delay-workload-network-latency-simulation","examples-advanced.html#oscillating-load-workload-traffic-waves","examples-advanced.html#byzantine-behavior-mock","examples-advanced.html#custom-expectation-block-finality-drift","examples-advanced.html#custom-deployer-dry-run-deployer","examples-advanced.html#stochastic-topology-generator","examples-advanced.html#multi-phase-scenario-pipelines","running-scenarios.html#running-scenarios","runners.html#runners","runners.html#local-runner","runners.html#docker-compose-runner","runners.html#kubernetes-runner","runners.html#common-expectations","operations.html#operations","part-iii.html#part-iii--developer-reference","scenario-model.html#scenario-model-developer-level","extending.html#extending-the-framework","extending.html#adding-a-workload","extending.html#adding-an-expectation","extending.html#adding-a-runner","extending.html#adding-topology-helpers","custom-workload-example.html#example-new-workload--expectation-rust","custom-workload-example.html#workload-simple-reachability-probe","custom-workload-example.html#expectation-confirm-the-target-stayed-reachable","custom-workload-example.html#how-to-wire-it","internal-crate-reference.html#internal-crate-reference","part-iv.html#part-iv--appendix","dsl-cheat-sheet.html#core-content-dsl-cheat-sheet","troubleshooting.html#troubleshooting-scenarios","faq.html#faq","glossary.html#glossary"],"index":{"documentStore":{"docInfo":{"0":{"body":67,"breadcrumbs":6,"title":3},"1":{"body":26,"breadcrumbs":2,"title":1},"10":{"body":59,"breadcrumbs":8,"title":2},"11":{"body":101,"breadcrumbs":8,"title":2},"12":{"body":18,"breadcrumbs":12,"title":4},"13":{"body":38,"breadcrumbs":9,"title":1},"14":{"body":59,"breadcrumbs":9,"title":1},"15":{"body":84,"breadcrumbs":12,"title":4},"16":{"body":96,"breadcrumbs":8,"title":2},"17":{"body":14,"breadcrumbs":6,"title":1},"18":{"body":49,"breadcrumbs":10,"title":5},"19":{"body":51,"breadcrumbs":8,"title":3},"2":{"body":10,"breadcrumbs":4,"title":2},"20":{"body":61,"breadcrumbs":8,"title":3},"21":{"body":19,"breadcrumbs":10,"title":3},"22":{"body":74,"breadcrumbs":13,"title":6},"23":{"body":67,"breadcrumbs":12,"title":5},"24":{"body":50,"breadcrumbs":10,"title":3},"25":{"body":58,"breadcrumbs":12,"title":5},"26":{"body":61,"breadcrumbs":12,"title":5},"27":{"body":53,"breadcrumbs":10,"title":3},"28":{"body":68,"breadcrumbs":11,"title":4},"29":{"body":75,"breadcrumbs":8,"title":2},"3":{"body":84,"breadcrumbs":4,"title":1},"30":{"body":20,"breadcrumbs":6,"title":1},"31":{"body":16,"breadcrumbs":7,"title":2},"32":{"body":23,"breadcrumbs":8,"title":3},"33":{"body":17,"breadcrumbs":7,"title":2},"34":{"body":48,"breadcrumbs":7,"title":2},"35":{"body":135,"breadcrumbs":6,"title":1},"36":{"body":10,"breadcrumbs":8,"title":4},"37":{"body":134,"breadcrumbs":12,"title":4},"38":{"body":0,"breadcrumbs":8,"title":2},"39":{"body":28,"breadcrumbs":8,"title":2},"4":{"body":170,"breadcrumbs":6,"title":2},"40":{"body":23,"breadcrumbs":8,"title":2},"41":{"body":31,"breadcrumbs":8,"title":2},"42":{"body":20,"breadcrumbs":9,"title":3},"43":{"body":19,"breadcrumbs":14,"title":5},"44":{"body":117,"breadcrumbs":13,"title":4},"45":{"body":64,"breadcrumbs":14,"title":5},"46":{"body":24,"breadcrumbs":10,"title":1},"47":{"body":91,"breadcrumbs":10,"title":3},"48":{"body":10,"breadcrumbs":6,"title":3},"49":{"body":84,"breadcrumbs":11,"title":5},"5":{"body":96,"breadcrumbs":6,"title":2},"50":{"body":86,"breadcrumbs":7,"title":2},"51":{"body":99,"breadcrumbs":5,"title":1},"52":{"body":88,"breadcrumbs":5,"title":1},"6":{"body":159,"breadcrumbs":8,"title":3},"7":{"body":68,"breadcrumbs":6,"title":2},"8":{"body":10,"breadcrumbs":8,"title":4},"9":{"body":94,"breadcrumbs":8,"title":2}},"docs":{"0":{"body":"This book focuses on the Nomos Testing Framework. It assumes familiarity with\\nthe Nomos architecture, but for completeness, here is a short primer. Nomos is a modular blockchain protocol composed of validators, executors,\\nand a data-availability (DA) subsystem. Validators participate in consensus and produce blocks. Executors run application logic or off-chain computations referenced by\\nblocks. Data Availability (DA) ensures that data referenced in blocks is\\npublished and retrievable, including blobs or channel data used by workloads. These roles interact tightly, which is why meaningful testing must be performed\\nin multi-node environments that include real networking, timing, and DA\\ninteraction.","breadcrumbs":"Project Context Primer » Project Context Primer","id":"0","title":"Project Context Primer"},"1":{"body":"This book gives you a clear mental model for Nomos multi-node testing, shows how\\nto author scenarios that pair realistic workloads with explicit expectations,\\nand guides you to run them across local, containerized, and cluster environments\\nwithout changing the plan.","breadcrumbs":"What You Will Learn » What You Will Learn","id":"1","title":"What You Will Learn"},"10":{"body":"High-level view of the workspace and how pieces relate: nomos-testing/\\n├─ testing-framework/\\n│ ├─ configs/ # shared configuration helpers\\n│ ├─ core/ # scenario model, runtime, topology\\n│ ├─ workflows/ # workloads, expectations, DSL extensions\\n│ └─ runners/ # local, compose, k8s deployment backends\\n├─ tests/ # integration scenarios using the framework\\n└─ scripts/ # supporting setup utilities (e.g., assets) Each area maps to a responsibility: describe configs, orchestrate scenarios,\\npackage common traffic and assertions, adapt to environments, and demonstrate\\nend-to-end usage.","breadcrumbs":"Part II — User Guide » Annotated Tree » Annotated Tree","id":"10","title":"Annotated Tree"},"11":{"body":"Creating a scenario is a declarative exercise: Shape the topology: decide how many validators and executors to run, and\\nwhat high-level network and data-availability characteristics matter for the\\ntest. Attach workloads: pick traffic generators that align with your goals\\n(transactions, data-availability blobs, or chaos for resilience probes). Define expectations: specify the health signals that must hold when the\\nrun finishes (e.g., consensus liveness, inclusion of submitted activity; see Core Content: Workloads & Expectations). Set duration: choose a run window long enough to observe meaningful\\nblock progression and the effects of your workloads. Choose a runner: target local processes for fast iteration, Docker\\nCompose for reproducible multi-node stacks, or Kubernetes for cluster-grade\\nvalidation. For environment considerations, see Operations. Keep scenarios small and explicit: make the intended behavior and the success\\ncriteria clear so failures are easy to interpret and act upon.","breadcrumbs":"Part II — User Guide » Authoring Scenarios » Authoring Scenarios","id":"11","title":"Authoring Scenarios"},"12":{"body":"Workloads describe the activity a scenario generates; expectations describe the\\nsignals that must hold when that activity completes. Both are pluggable so\\nscenarios stay readable and purpose-driven.","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Core Content: Workloads & Expectations","id":"12","title":"Core Content: Workloads & Expectations"},"13":{"body":"Transaction workload: submits user-level transactions at a configurable\\nrate and can limit how many distinct actors participate. Data-availability workload: drives blob and channel activity to exercise\\ndata-availability paths. Chaos workload: triggers controlled node restarts to test resilience and\\nrecovery behaviors (requires a runner that can control nodes).","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Workloads","id":"13","title":"Workloads"},"14":{"body":"Consensus liveness: verifies the system continues to produce blocks in\\nline with the planned workload and timing window. Workload-specific checks: each workload can attach its own success\\ncriteria (e.g., inclusion of submitted activity) so scenarios remain concise. Together, workloads and expectations let you express both the pressure applied\\nto the system and the definition of “healthy” for that run. Mermaid view (pipeline): flowchart TD I[\\"Inputs: topology + wallets + rates\\"] Init[\\"Workload init\\"] Drive[\\"Drive traffic\\"] Collect[\\"Collect signals\\"] Eval[\\"Expectations evaluate\\"] I --> Init --> Drive --> Collect --> Eval","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Expectations","id":"14","title":"Expectations"},"15":{"body":"Patterns that keep scenarios readable and reusable: Topology-first: start by shaping the cluster (counts, layout) so later\\nsteps inherit a clear foundation. Bundle defaults: use the DSL helpers to attach common expectations (like\\nliveness) whenever you add a matching workload, reducing forgotten checks. Intentional rates: express traffic in per-block terms to align with\\nprotocol timing rather than wall-clock assumptions. Opt-in chaos: enable restart patterns only in scenarios meant to probe\\nresilience; keep functional smoke tests deterministic. Wallet clarity: seed only the number of actors you need; it keeps\\ntransaction scenarios deterministic and interpretable. These patterns make scenario definitions self-explanatory while staying aligned\\nwith the framework’s block-oriented timing model.","breadcrumbs":"Part II — User Guide » Core Content: ScenarioBuilderExt Patterns » Core Content: ScenarioBuilderExt Patterns","id":"15","title":"Core Content: ScenarioBuilderExt Patterns"},"16":{"body":"State your intent: document the goal of each scenario (throughput, DA\\nvalidation, resilience) so expectation choices are obvious. Keep runs meaningful: choose durations that allow multiple blocks and make\\ntiming-based assertions trustworthy. Separate concerns: start with deterministic workloads for functional\\nchecks; add chaos in dedicated resilience scenarios to avoid noisy failures. Reuse patterns: standardize on shared topology and workload presets so\\nresults are comparable across environments and teams. Observe first, tune second: rely on liveness and inclusion signals to\\ninterpret outcomes before tweaking rates or topology. Environment fit: pick runners that match the feedback loop you need—local\\nfor speed, compose for reproducible stacks, k8s for cluster-grade fidelity. Minimal surprises: seed only necessary wallets and keep configuration\\ndeltas explicit when moving between CI and developer machines.","breadcrumbs":"Part II — User Guide » Best Practices » Best Practices","id":"16","title":"Best Practices"},"17":{"body":"Concrete scenario shapes that illustrate how to combine topologies, workloads,\\nand expectations. Adjust counts, rates, and durations to fit your environment.","breadcrumbs":"Part II — User Guide » Examples » Examples","id":"17","title":"Examples"},"18":{"body":"Topology: two validators. Workload: transaction submissions at a modest per-block rate with a small\\nset of wallet actors. Expectations: consensus liveness and inclusion of submitted activity. When to use: smoke tests for consensus and transaction flow on minimal\\nhardware. Setup (Rust): use std::time::Duration;\\nuse testing_framework_core::scenario::ScenarioBuilder; let plan = ScenarioBuilder::with_node_counts(2, 0) .transactions() .rate(3) .users(4) .apply() .with_run_duration(Duration::from_secs(60)) .expect_consensus_liveness() .build();\\n// deploy with your runner of choice (local/compose/k8s) and run","breadcrumbs":"Part II — User Guide » Examples » Simple 2-validator transaction workload","id":"18","title":"Simple 2-validator transaction workload"},"19":{"body":"Topology: validators plus executors if available. Workloads: data-availability blobs/channels and transactions running\\ntogether to stress both paths. Expectations: consensus liveness and workload-level inclusion/availability\\nchecks. When to use: end-to-end coverage of transaction and DA layers in one run. Setup (Rust): use std::time::Duration;\\nuse testing_framework_core::scenario::ScenarioBuilder; let plan = ScenarioBuilder::with_node_counts(2, 1) .transactions() .rate(5) .users(8) .apply() .da() .channel_rate(1) .blob_rate(1) .apply() .with_run_duration(Duration::from_secs(90)) .expect_consensus_liveness() .build();","breadcrumbs":"Part II — User Guide » Examples » DA + transaction workload","id":"19","title":"DA + transaction workload"},"2":{"body":"Conceptual chapters that establish the mental model for the framework and how\\nit approaches multi-node testing.","breadcrumbs":"Part I — Foundations » Part I — Foundations","id":"2","title":"Part I — Foundations"},"20":{"body":"Topology: validators (optionally executors) with node control enabled. Workloads: baseline traffic (transactions or DA) plus chaos restarts on\\nselected roles. Expectations: consensus liveness to confirm the system keeps progressing\\ndespite restarts; workload-specific inclusion if traffic is present. When to use: resilience validation and operational readiness drills. Setup (Rust): use std::time::Duration;\\nuse testing_framework_core::scenario::ScenarioBuilder;\\nuse testing_framework_workflows::workloads::transaction; let plan = ScenarioBuilder::with_node_counts(2, 1) .enable_node_control() .transactions() .rate(3) .users(4) .apply() .chaos_random_restart() .min_delay(Duration::from_secs(45)) .max_delay(Duration::from_secs(75)) .target_cooldown(Duration::from_secs(120)) .apply() .with_run_duration(Duration::from_secs(120)) .expect_consensus_liveness() .build();","breadcrumbs":"Part II — User Guide » Examples » Chaos + liveness check","id":"20","title":"Chaos + liveness check"},"21":{"body":"These illustrative scenarios stretch the framework to show how to build new\\nworkloads, expectations, deployers, and topology tricks. They are intentionally\\n“synthetic” to teach capabilities rather than prescribe production tests.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Advanced & Artificial Examples","id":"21","title":"Advanced & Artificial Examples"},"22":{"body":"Idea: inject client-side latency/jitter between submissions (tx/blob) to\\nmimic a slow or lossy edge without OS-level tools. Demonstrates: sequencing control inside a workload, verifying block\\nprogress/inclusion when arrivals are staggered, and rotating targets to look\\nlike a laggy submitter hitting different nodes. Shape: wrap submissions in delays that mimic slow peers; pair with a\\nliveness/inclusion expectation tolerant to gaps. Setup (Rust): use testing_framework_core::scenario::ScenarioBuilder;\\n// SyntheticDelayWorkload is a custom workload you implement (e.g., per-submit jitter and optional node rotation). let plan = ScenarioBuilder::with_node_counts(2, 0) .with_workload( SyntheticDelayWorkload::new() .jitter(Duration::from_millis(200)) .rotate_targets(true) ) .expect_consensus_liveness() // should tolerate staggered arrivals .with_run_duration(Duration::from_secs(90)) .build();","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Synthetic Delay Workload (Network Latency Simulation)","id":"22","title":"Synthetic Delay Workload (Network Latency Simulation)"},"23":{"body":"Idea: traffic rate changes every block or N seconds (e.g., blocks 1–3 low,\\n4–5 high, 6–7 zero, repeat). Demonstrates: dynamic, stateful workloads that use RunMetrics to time\\nphases; modeling real-world burstiness. Shape: schedule per-phase rates; confirm inclusion/liveness across peaks\\nand troughs. Setup (Rust): use testing_framework_core::scenario::ScenarioBuilder;\\n// OscillatingLoadWorkload is a custom workload you implement with phased rates. let plan = ScenarioBuilder::with_node_counts(2, 1) .with_workload( OscillatingLoadWorkload::new() .low(2) // blocks 1-3 .high(8) // blocks 4-5 .idle() // blocks 6-7 ) .expect_consensus_liveness() .with_run_duration(Duration::from_secs(120)) .build();","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Oscillating Load Workload (Traffic Waves)","id":"23","title":"Oscillating Load Workload (Traffic Waves)"},"24":{"body":"Idea: a workload that drops half its planned submissions, sometimes\\ndouble-submits, and intentionally triggers expectation failures. Demonstrates: negative testing, resilience checks, and the value of clear\\nexpectations when behavior is adversarial by design. Shape: parameterize drop/double-submit probabilities; pair with an\\nexpectation that documents what “bad” looks like. Setup (Rust): use testing_framework_core::scenario::ScenarioBuilder;\\n// ByzantineMockWorkload and ByzantineExpectation are custom components you write. let plan = ScenarioBuilder::with_node_counts(2, 0) .with_workload(ByzantineMockWorkload::new().drop_rate(0.5).double_rate(0.1)) .with_expectation(ByzantineExpectation::new()) .with_run_duration(Duration::from_secs(90)) .build();","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Byzantine Behavior Mock","id":"24","title":"Byzantine Behavior Mock"},"25":{"body":"Idea: assert the last few blocks differ and block time stays within a\\ntolerated drift budget. Demonstrates: consuming BlockFeed or time-series metrics to validate\\nprotocol cadence; crafting post-run assertions around block diversity and\\ntiming. Shape: collect recent blocks, confirm no duplicates, and compare observed\\nintervals to a drift threshold. Setup (Rust): use testing_framework_core::scenario::ScenarioBuilder;\\n// BlockFinalityDrift is a custom expectation you implement using BlockFeed/metrics. let plan = ScenarioBuilder::with_node_counts(2, 0) .expect_consensus_liveness() .with_expectation(BlockFinalityDrift::with_tolerance(Duration::from_secs(4))) .with_run_duration(Duration::from_secs(120)) .build();","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Custom Expectation: Block Finality Drift","id":"25","title":"Custom Expectation: Block Finality Drift"},"26":{"body":"Idea: a deployer that never starts nodes; it emits configs, simulates\\nreadiness, provides fake blockfeed/metrics. Demonstrates: full power of the deployer interface for CI dry-runs,\\nconfig verification, and ultra-fast feedback without Nomos binaries. Shape: produce logs/artifacts, stub readiness, and feed synthetic blocks\\nso expectations can still run. Setup (Rust): // DryRunDeployer is a custom deployer you implement to satisfy the Deployer trait.\\nuse testing_framework_core::scenario::ScenarioBuilder; let plan = ScenarioBuilder::with_node_counts(2, 0) .expect_consensus_liveness() .with_run_duration(Duration::from_secs(30)) .build(); let runner = DryRunDeployer::default().deploy(&plan).await?;\\nlet _handle = runner.run(&mut plan.clone()).await?;","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Custom Deployer: Dry-Run Deployer","id":"26","title":"Custom Deployer: Dry-Run Deployer"},"27":{"body":"Idea: topology parameters change at runtime (random validators, DA\\nsettings, network shapes). Demonstrates: randomized property testing and fuzzing approaches to\\ntopology building. Shape: pick roles and network layouts randomly per run; keep expectations\\ntolerant to variability while still asserting core liveness. Setup (Rust): use testing_framework_core::scenario::ScenarioBuilder;\\n// StochasticTopologyBuilder wraps ScenarioBuilder to randomize counts/layout. let plan = StochasticTopologyBuilder::new() .with_validator_range(1..=4) .with_executor_range(0..=2) .with_random_layouts() .finish() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(90)) .build();","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Stochastic Topology Generator","id":"27","title":"Stochastic Topology Generator"},"28":{"body":"Idea: scenario runs in phases (e.g., phase 1 transactions, phase 2 DA,\\nphase 3 restarts, phase 4 sync check). Demonstrates: multi-stage tests, modular scenario assembly, and deliberate\\nlifecycle control. Shape: drive phase-specific workloads/expectations sequentially; enforce\\nclear boundaries and post-phase checks. Setup (Rust): use std::time::Duration;\\nuse testing_framework_core::scenario::ScenarioBuilder; let plan = ScenarioBuilder::with_node_counts(2, 1) .transactions().rate(4).apply() // phase 1 .da().channel_rate(1).blob_rate(1).apply() // phase 2 .chaos_random_restart() // phase 3 .min_delay(Duration::from_secs(30)) .max_delay(Duration::from_secs(60)) .target_cooldown(Duration::from_secs(90)) .apply() .expect_consensus_liveness() // phase 4 check .with_run_duration(Duration::from_secs(180)) .build();","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Multi-Phase Scenario (“Pipelines”)","id":"28","title":"Multi-Phase Scenario (“Pipelines”)"},"29":{"body":"Running a scenario follows the same conceptual flow regardless of environment: Select or author a scenario plan that pairs a topology with workloads,\\nexpectations, and a suitable run window. Choose a runner aligned with your environment (local, compose, or k8s) and\\nensure its prerequisites are available. Deploy the plan through the runner; wait for readiness signals before\\nstarting workloads. Let workloads drive activity for the planned duration; keep observability\\nsignals visible so you can correlate outcomes. Evaluate expectations and capture results as the primary pass/fail signal. Use the same plan across different runners to compare behavior between local\\ndevelopment and CI or cluster settings. For environment prerequisites and\\nflags, see Operations.","breadcrumbs":"Part II — User Guide » Running Scenarios » Running Scenarios","id":"29","title":"Running Scenarios"},"3":{"body":"The Nomos Testing Framework is a purpose-built toolkit for exercising Nomos in\\nrealistic, multi-node environments. It solves the gap between small, isolated\\ntests and full-system validation by letting teams describe a cluster layout,\\ndrive meaningful traffic, and assert the outcomes in one coherent plan. It is for protocol engineers, infrastructure operators, and QA teams who need\\nrepeatable confidence that validators, executors, and data-availability\\ncomponents work together under network and timing constraints. Multi-node integration testing is required because many Nomos behaviors—block\\nprogress, data availability, liveness under churn—only emerge when several\\nroles interact over real networking and time. This framework makes those checks\\ndeclarative, observable, and portable across environments.","breadcrumbs":"Part I — Foundations » Introduction » Introduction","id":"3","title":"Introduction"},"30":{"body":"Runners turn a scenario plan into a live environment while keeping the plan\\nunchanged. Choose based on feedback speed, reproducibility, and fidelity. For\\nenvironment and operational considerations, see Operations:","breadcrumbs":"Part II — User Guide » Runners » Runners","id":"30","title":"Runners"},"31":{"body":"Launches node processes directly on the host. Fastest feedback loop and minimal orchestration overhead. Best for development-time iteration and debugging.","breadcrumbs":"Part II — User Guide » Runners » Local runner","id":"31","title":"Local runner"},"32":{"body":"Starts nodes in containers to provide a reproducible multi-node stack on a\\nsingle machine. Discovers service ports and wires observability for convenient inspection. Good balance between fidelity and ease of setup.","breadcrumbs":"Part II — User Guide » Runners » Docker Compose runner","id":"32","title":"Docker Compose runner"},"33":{"body":"Deploys nodes onto a cluster for higher-fidelity, longer-running scenarios. Suits CI or shared environments where cluster behavior and scheduling matter.","breadcrumbs":"Part II — User Guide » Runners » Kubernetes runner","id":"33","title":"Kubernetes runner"},"34":{"body":"All runners require at least one validator and, for transaction scenarios,\\naccess to seeded wallets. Readiness probes gate workload start so traffic begins only after nodes are\\nreachable. Environment flags can relax timeouts or increase tracing when diagnostics are\\nneeded. Mermaid view (runner abstraction): flowchart TD Plan[Scenario Plan] --> RunSel{Runner (local | compose | k8s)} RunSel --> Provision[Provision & readiness] Provision --> Runtime[Runtime + observability] Runtime --> Exec[Workloads & Expectations execute]","breadcrumbs":"Part II — User Guide » Runners » Common expectations","id":"34","title":"Common expectations"},"35":{"body":"Operational readiness focuses on prerequisites, environment fit, and clear\\nsignals: Prerequisites: keep a sibling nomos-node checkout available; ensure the\\nchosen runner’s platform needs are met (local binaries for host runs, Docker\\nfor compose, cluster access for k8s). Artifacts: some scenarios depend on prover or circuit assets; fetch them\\nahead of time with the provided helper scripts when needed. Environment flags: use slow-environment toggles to relax timeouts, enable\\ntracing when debugging, and adjust observability ports to avoid clashes. Readiness checks: verify runners report node readiness before starting\\nworkloads; this avoids false negatives from starting too early. Failure triage: map failures to missing prerequisites (wallet seeding,\\nnode control availability), runner platform issues, or unmet expectations.\\nStart with liveness signals, then dive into workload-specific assertions. Treat operational hygiene—assets present, prerequisites satisfied, observability\\nreachable—as the first step to reliable scenario outcomes. Mermaid view (metrics/observability flow): flowchart TD Expose[Runner exposes endpoints/ports] --> Collect[Runtime collects block/health signals] Collect --> Consume[Expectations consume signals and decide pass/fail] Consume --> Inspect[Operators inspect logs/metrics when failures arise]","breadcrumbs":"Part II — User Guide » Operations » Operations","id":"35","title":"Operations"},"36":{"body":"Deep dives for contributors who extend the framework, evolve its abstractions,\\nor maintain the crate set.","breadcrumbs":"Part III — Developer Reference » Part III — Developer Reference","id":"36","title":"Part III — Developer Reference"},"37":{"body":"The scenario model defines clear, composable responsibilities: Topology: a declarative description of the cluster—how many nodes, their\\nroles, and the broad network and data-availability characteristics. Validators\\nrun the nomos-node binary (consensus/block production); executors run the nomos-executor binary (consensus-aware executor service stack). The topology\\nrepresents the intended shape of the system under test. Scenario: a plan combining topology, workloads, expectations, and a run\\nwindow. Building a scenario validates prerequisites (like seeded wallets) and\\nensures the run lasts long enough to observe meaningful block progression. Workloads: asynchronous tasks that generate traffic or conditions. They\\nuse shared context to interact with the deployed cluster and may bundle\\ndefault expectations. Expectations: post-run assertions. They can capture baselines before\\nworkloads start and evaluate success once activity stops. Runtime: coordinates workloads and expectations for the configured\\nduration, enforces cooldowns when control actions occur, and ensures cleanup\\nso runs do not leak resources. Developers extending the model should keep these boundaries strict: topology\\ndescribes, scenarios assemble, runners deploy, workloads drive, and expectations\\njudge outcomes. For guidance on adding new capabilities, see Extending the Framework.","breadcrumbs":"Part III — Developer Reference » Scenario Model (Developer Level) » Scenario Model (Developer Level)","id":"37","title":"Scenario Model (Developer Level)"},"38":{"body":"","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Extending the Framework","id":"38","title":"Extending the Framework"},"39":{"body":"Implement the workload contract: provide a name, optional bundled expectations, validate prerequisites up front, and drive asynchronous activity against the deployed cluster. Export it through the workflows layer and consider adding DSL helpers for ergonomic wiring.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding a workload","id":"39","title":"Adding a workload"},"4":{"body":"The framework follows a clear flow: Topology → Scenario → Deployer → Runner → Workloads → Expectations. Topology describes the cluster: how many nodes, their roles, and the high-level network and data-availability parameters they should follow. Scenario combines that topology with the activities to run and the checks to perform, forming a single plan. Deployer turns the plan into a concrete environment on the chosen backend (local processes, Docker Compose, or Kubernetes). Runner is shared across deployers; it drives workloads and expectations using the provided runtime context. Workloads generate traffic and conditions that exercise the system. Expectations observe the run and judge success or failure once activity completes. The deployer supplies a RunContext (clients, metrics, optional NodeControlHandle) that the runner and workloads/expectations share; it carries the runtime view and control hooks for the deployed cluster. The optional NodeControlHandle lets the runner (and chaos workloads) restart or manage nodes in the deployed environment. Mermaid view: sequenceDiagram participant T as Topology (shape cluster) participant S as Scenario (plan) participant D as Deployer (provision env) participant R as Runner (drive with RunContext) participant W as Workloads (drive traffic) participant X as Expectations (verify outcomes) T->>S: describe roles/params S->>D: hand plan D->>R: provision + provide RunContext R->>W: start workloads with context R->>X: evaluate outcomes after run Each layer has a narrow responsibility so that cluster shape, deployment choice,\\ntraffic generation, and health checks can evolve independently while fitting\\ntogether predictably.","breadcrumbs":"Part I — Foundations » Architecture Overview » Architecture Overview","id":"4","title":"Architecture Overview"},"40":{"body":"Implement the expectation contract: capture baselines if needed and evaluate outcomes after workloads finish; report meaningful errors to aid debugging. Expose reusable expectations from the workflows layer so scenarios can attach them declaratively.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding an expectation","id":"40","title":"Adding an expectation"},"41":{"body":"Implement the deployer contract for the target backend, producing a runtime context with client access, metrics endpoints, and optional node control. Preserve cleanup guarantees so resources are reclaimed even when runs fail; mirror readiness and observation signals used by existing runners for consistency.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding a runner","id":"41","title":"Adding a runner"},"42":{"body":"Extend the topology description with new layouts or presets while keeping defaults safe and predictable; favor declarative inputs over ad hoc logic so scenarios stay reviewable.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding topology helpers","id":"42","title":"Adding topology helpers"},"43":{"body":"A minimal, end-to-end illustration of adding a custom workload and matching\\nexpectation. This shows the shape of the traits and where to plug into the\\nframework; expand the logic to fit your real test.","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Example: New Workload & Expectation (Rust)","id":"43","title":"Example: New Workload & Expectation (Rust)"},"44":{"body":"Key ideas: name: identifies the workload in logs. expectations: workloads can bundle defaults so callers don’t forget checks. init: derive inputs from the generated topology (e.g., pick a target node). start: drive async activity using the shared RunContext. use std::sync::Arc;\\nuse async_trait::async_trait;\\nuse testing_framework_core::scenario::{ DynError, Expectation, RunContext, RunMetrics, Workload,\\n};\\nuse testing_framework_core::topology::GeneratedTopology; pub struct ReachabilityWorkload { target_idx: usize, bundled: Vec>,\\n} impl ReachabilityWorkload { pub fn new(target_idx: usize) -> Self { Self { target_idx, bundled: vec![Box::new(ReachabilityExpectation::new(target_idx))], } }\\n} #[async_trait]\\nimpl Workload for ReachabilityWorkload { fn name(&self) -> &\'static str { \\"reachability_workload\\" } fn expectations(&self) -> Vec> { self.bundled.clone() } fn init( &mut self, topology: &GeneratedTopology, _metrics: &RunMetrics, ) -> Result<(), DynError> { if topology.validators().get(self.target_idx).is_none() { return Err(\\"no validator at requested index\\".into()); } Ok(()) } async fn start(&self, ctx: &RunContext) -> Result<(), DynError> { let client = ctx .clients() .validators() .get(self.target_idx) .ok_or(\\"missing target client\\")?; // Pseudo-action: issue a lightweight RPC to prove reachability. client.health_check().await.map_err(|e| e.into()) }\\n}","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Workload: simple reachability probe","id":"44","title":"Workload: simple reachability probe"},"45":{"body":"Key ideas: start_capture: snapshot baseline if needed (not used here). evaluate: assert the condition after workloads finish. use async_trait::async_trait;\\nuse testing_framework_core::scenario::{DynError, Expectation, RunContext}; pub struct ReachabilityExpectation { target_idx: usize,\\n} impl ReachabilityExpectation { pub fn new(target_idx: usize) -> Self { Self { target_idx } }\\n} #[async_trait]\\nimpl Expectation for ReachabilityExpectation { fn name(&self) -> &str { \\"target_reachable\\" } async fn evaluate(&mut self, ctx: &RunContext) -> Result<(), DynError> { let client = ctx .clients() .validators() .get(self.target_idx) .ok_or(\\"missing target client\\")?; client.health_check().await.map_err(|e| { format!(\\"target became unreachable during run: {e}\\").into() }) }\\n}","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Expectation: confirm the target stayed reachable","id":"45","title":"Expectation: confirm the target stayed reachable"},"46":{"body":"Build your scenario as usual and call .with_workload(ReachabilityWorkload::new(0)). The bundled expectation is attached automatically; you can add more with .with_expectation(...) if needed. Keep the logic minimal and fast for smoke tests; grow it into richer probes\\nfor deeper scenarios.","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » How to wire it","id":"46","title":"How to wire it"},"47":{"body":"High-level roles of the crates that make up the framework: Configs: prepares reusable configuration primitives for nodes, networking,\\ntracing, data availability, and wallets, shared by all scenarios and runners. Core scenario orchestration: houses the topology and scenario model,\\nruntime coordination, node clients, and readiness/health probes. Workflows: packages workloads and expectations into reusable building\\nblocks and offers a fluent DSL to assemble them. Runners: implements deployment backends (local host, Docker Compose,\\nKubernetes) that all consume the same scenario plan. Test workflows: example scenarios and integration checks that exercise the\\nframework end to end and serve as living documentation. Use this map to locate where to add new capabilities: configuration primitives\\nin configs, orchestration changes in core, reusable traffic/assertions in\\nworkflows, environment adapters in runners, and demonstrations in tests.","breadcrumbs":"Part III — Developer Reference » Internal Crate Reference » Internal Crate Reference","id":"47","title":"Internal Crate Reference"},"48":{"body":"Quick-reference material and supporting guidance to keep scenarios discoverable,\\ndebuggable, and consistent.","breadcrumbs":"Part IV — Appendix » Part IV — Appendix","id":"48","title":"Part IV — Appendix"},"49":{"body":"The framework offers a fluent builder style to keep scenarios readable. Common\\nknobs: Topology shaping: set validator and executor counts, pick a network layout\\nstyle, and adjust high-level data-availability traits. Wallet seeding: define how many users participate and the total funds\\navailable for transaction workloads. Workload tuning: configure transaction rates, data-availability channel\\nand blob rates, and whether chaos restarts should include validators,\\nexecutors, or both. Expectations: attach liveness and workload-specific checks so success is\\nexplicit. Run window: set a minimum duration long enough for multiple blocks to be\\nobserved and verified. Use these knobs to express intent clearly, keeping scenario definitions concise\\nand consistent across teams.","breadcrumbs":"Part IV — Appendix » DSL Cheat Sheet » Core Content: DSL Cheat Sheet","id":"49","title":"Core Content: DSL Cheat Sheet"},"5":{"body":"Declarative over imperative: describe the desired cluster shape, traffic, and success criteria; let the framework orchestrate the run. Observable health signals: prefer liveness and inclusion signals that reflect real user impact instead of internal debug state. Determinism first: default scenarios aim for repeatable outcomes with fixed topologies and traffic rates; variability is opt-in. Targeted non-determinism: introduce randomness (e.g., restarts) only when probing resilience or operational robustness. Protocol time, not wall time: reason in blocks and protocol-driven intervals to reduce dependence on host speed or scheduler noise. Minimum run window: always allow enough block production to make assertions meaningful; very short runs risk false confidence. Use chaos with intent: chaos workloads are for recovery and fault-tolerance validation, not for baseline functional checks.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Testing Philosophy","id":"5","title":"Testing Philosophy"},"50":{"body":"Common symptoms and likely causes: No or slow block progression: runner started workloads before readiness, insufficient run window, or environment too slow—extend duration or enable slow-environment tuning. Transactions not included: missing or insufficient wallet seeding, misaligned transaction rate with block cadence, or network instability—reduce rate and verify wallet setup. Chaos stalls the run: node control not available for the chosen runner or restart cadence too aggressive—enable control capability and widen restart intervals. Observability gaps: metrics or logs unreachable because ports clash or services are not exposed—adjust observability ports and confirm runner wiring. Flaky behavior across runs: mixing chaos with functional smoke tests or inconsistent topology between environments—separate deterministic and chaos scenarios and standardize topology presets.","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Troubleshooting Scenarios","id":"50","title":"Troubleshooting Scenarios"},"51":{"body":"Why block-oriented timing? Using block cadence reduces dependence on host speed and keeps assertions aligned with protocol behavior. Can I reuse the same scenario across runners? Yes. The plan stays the same; swap runners (local, compose, k8s) to target different environments. When should I enable chaos workloads? Only when testing resilience or operational recovery; keep functional smoke tests deterministic. How long should runs be? Long enough for multiple blocks so liveness and inclusion checks are meaningful; very short runs risk false confidence. Do I always need seeded wallets? Only for transaction scenarios. Data-availability or pure chaos scenarios may not require them, but liveness checks still need validators producing blocks. What if expectations fail but workloads “look fine”? Trust expectations first—they capture the intended success criteria. Use the observability signals and runner logs to pinpoint why the system missed the target.","breadcrumbs":"Part IV — Appendix » FAQ » FAQ","id":"51","title":"FAQ"},"52":{"body":"Validator: node role that runs the nomos-node binary for consensus and\\nblock production. Executor: node role that runs the nomos-executor binary, participates in\\nconsensus, and executes the executor service stack (including its own\\nmempool/topic wiring). DA (Data Availability): subsystem ensuring blobs or channel data are\\npublished and retrievable for validation. Workload: traffic or behavior generator that exercises the system during a\\nscenario run. Expectation: post-run assertion that judges whether the system met the\\nintended success criteria. Topology: declarative description of the cluster shape, roles, and\\nhigh-level parameters for a scenario. Blockfeed: stream of block observations used for liveness or inclusion\\nsignals during a run. Control capability: the ability for a runner to start, stop, or restart\\nnodes, used by chaos workloads.","breadcrumbs":"Part IV — Appendix » Glossary » Glossary","id":"52","title":"Glossary"},"6":{"body":"Build the plan: Declare a topology, attach workloads and expectations, and set the run window. The plan is the single source of truth for what will happen. Deploy: Hand the plan to a runner. It provisions the environment on the chosen backend and waits for nodes to signal readiness. Drive workloads: Start traffic and behaviors (transactions, data-availability activity, restarts) for the planned duration. Observe blocks and signals: Track block progression and other high-level metrics during or after the run window to ground assertions in protocol time. Evaluate expectations: Once activity stops (and optional cooldown completes), check liveness and workload-specific outcomes to decide pass or fail. Cleanup: Tear down resources so successive runs start fresh and do not inherit leaked state. Mermaid view (sequence): sequenceDiagram participant P as Plan (topology + workloads + expectations) participant D as Deployer (provision & readiness) participant R as Runner (orchestrate run) participant X as Expectations (baseline + evaluation) participant W as Workloads (drive traffic) participant C as Cleanup P->>D: hand scenario plan D->>R: provision env + provide RunContext R->>X: start_capture baseline R->>W: start workloads for run window R-->>X: consume signals during run (block feed/metrics) R-->>R: observe blocks/metrics during run R->>X: evaluate expectations after workloads R->>C: cleanup resources","breadcrumbs":"Part I — Foundations » Scenario Lifecycle (Conceptual) » Scenario Lifecycle (Conceptual)","id":"6","title":"Scenario Lifecycle (Conceptual)"},"7":{"body":"Modular crates keep configuration, orchestration, workloads, and runners decoupled so each can evolve without breaking the others. Pluggable runners let the same scenario run on a laptop, a Docker host, or a Kubernetes cluster, making validation portable across environments. Separated workloads and expectations clarify intent: what traffic to generate versus how to judge success. This simplifies review and reuse. Declarative topology makes cluster shape explicit and repeatable, reducing surprise when moving between CI and developer machines. Maintainability through predictability: a clear flow from plan to deployment to verification lowers the cost of extending the framework and interpreting failures.","breadcrumbs":"Part I — Foundations » Design Rationale » Design Rationale","id":"7","title":"Design Rationale"},"8":{"body":"Practical guidance for shaping scenarios, combining workloads and expectations,\\nand running them across different environments.","breadcrumbs":"Part II — User Guide » Part II — User Guide","id":"8","title":"Part II — User Guide"},"9":{"body":"The workspace focuses on multi-node integration testing and sits alongside a nomos-node checkout. Its crates separate concerns to keep scenarios\\nrepeatable and portable: Configs: prepares high-level node, network, tracing, and wallet settings\\nused across test environments. Core scenario orchestration: the engine that holds topology descriptions,\\nscenario plans, runtimes, workloads, and expectations. Workflows: ready-made workloads (transactions, data-availability, chaos)\\nand reusable expectations assembled into a user-facing DSL. Runners: deployment backends for local processes, Docker Compose, and\\nKubernetes, all consuming the same scenario plan. Test workflows: example scenarios and integration checks that show how\\nthe pieces fit together. This split keeps configuration, orchestration, reusable traffic patterns, and\\ndeployment adapters loosely coupled while sharing one mental model for tests.","breadcrumbs":"Part II — User Guide » Workspace Layout » Workspace Layout","id":"9","title":"Workspace Layout"}},"length":53,"save":true},"fields":["title","body","breadcrumbs"],"index":{"body":{"root":{"0":{"df":5,"docs":{"18":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0}}},"1":{"df":4,"docs":{"19":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.4142135623730951},"28":{"tf":1.7320508075688772}},"–":{"3":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}}},"2":{"df":2,"docs":{"18":{"tf":1.0},"28":{"tf":1.4142135623730951}}},"3":{"df":2,"docs":{"23":{"tf":1.0},"28":{"tf":1.4142135623730951}}},"4":{"df":2,"docs":{"23":{"tf":1.0},"28":{"tf":1.4142135623730951}},"–":{"5":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}}},"5":{"df":1,"docs":{"23":{"tf":1.0}}},"6":{"df":1,"docs":{"23":{"tf":1.0}},"–":{"7":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}}},"7":{"df":1,"docs":{"23":{"tf":1.0}}},"_":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"26":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"52":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"34":{"tf":1.0},"36":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"34":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"37":{"tf":1.0},"44":{"tf":1.0}}}},"v":{"df":11,"docs":{"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.0},"29":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"44":{"tf":1.0},"6":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"18":{"tf":1.0}}}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"10":{"tf":1.0},"47":{"tf":1.0},"9":{"tf":1.0}}}}},"d":{"df":4,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0}}},"df":6,"docs":{"37":{"tf":1.0},"39":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.0}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"17":{"tf":1.0},"35":{"tf":1.0},"49":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"21":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"24":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"39":{"tf":1.0}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}}}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"35":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"d":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":1,"docs":{"5":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":4,"docs":{"11":{"tf":1.0},"15":{"tf":1.4142135623730951},"29":{"tf":1.0},"51":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"16":{"tf":1.0},"5":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"5":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"48":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"0":{"tf":1.0}}},"df":5,"docs":{"14":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"28":{"tf":1.0}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"2":{"tf":1.0},"27":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"4":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"35":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"22":{"tf":1.4142135623730951}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"28":{"tf":1.0},"37":{"tf":1.0},"47":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":12,"docs":{"10":{"tf":1.0},"16":{"tf":1.0},"25":{"tf":1.4142135623730951},"27":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0}}}},"t":{"df":2,"docs":{"10":{"tf":1.0},"35":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"0":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{":":{":":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"44":{"tf":1.4142135623730951},"45":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"37":{"tf":1.0},"39":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":7,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"40":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"29":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":16,"docs":{"0":{"tf":1.4142135623730951},"11":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"29":{"tf":1.0},"3":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"37":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.7320508075688772},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"16":{"tf":1.0},"35":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"10":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"47":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}}},"d":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"16":{"tf":1.0},"30":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"20":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"e":{"c":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"16":{"tf":1.0},"29":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"50":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"34":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":9,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"24":{"tf":1.4142135623730951},"29":{"tf":1.0},"33":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"31":{"tf":1.0}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":7,"docs":{"16":{"tf":1.0},"22":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0},"50":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"26":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"b":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":5,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"13":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0}},"s":{"/":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"19":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"35":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":18,"docs":{"0":{"tf":1.7320508075688772},"11":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"18":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":2.23606797749979},"25":{"tf":2.23606797749979},"26":{"tf":1.0},"37":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"51":{"tf":2.0},"52":{"tf":1.4142135623730951},"6":{"tf":1.7320508075688772}},"f":{"df":0,"docs":{},"e":{"df":2,"docs":{"25":{"tf":1.0},"52":{"tf":1.0}},"e":{"d":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"25":{"tf":1.0},"26":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"0":{"tf":1.0},"1":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"12":{"tf":1.0},"14":{"tf":1.0},"19":{"tf":1.0},"49":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"28":{"tf":1.0},"37":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"a":{"d":{"df":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":15,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"6":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"49":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":5,"docs":{"15":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"44":{"tf":1.7320508075688772},"46":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"23":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"z":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"24":{"tf":1.0}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}}}},"m":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"c":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"25":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"46":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"21":{"tf":1.0},"37":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"29":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"51":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"50":{"tf":1.0}}}}},"df":1,"docs":{"6":{"tf":1.4142135623730951}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"1":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"47":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":4,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0}}}}}},"o":{"df":12,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"20":{"tf":1.4142135623730951},"4":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.4142135623730951},"50":{"tf":1.7320508075688772},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"9":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"20":{"tf":1.0},"28":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"11":{"tf":1.0},"37":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":17,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"28":{"tf":1.7320508075688772},"3":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.4142135623730951},"44":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.4142135623730951},"6":{"tf":1.0},"9":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"16":{"tf":1.0},"18":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"11":{"tf":1.4142135623730951},"16":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"35":{"tf":1.0},"4":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}}}}},"i":{"df":5,"docs":{"16":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0},"33":{"tf":1.0},"7":{"tf":1.0}},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"35":{"tf":1.0},"50":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"37":{"tf":1.0},"41":{"tf":1.0},"6":{"tf":1.7320508075688772}}}}},"r":{"df":9,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"15":{"tf":1.0},"24":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"|":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":6,"docs":{"22":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772},"47":{"tf":1.0}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":14,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.4142135623730951},"35":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":2.0},"5":{"tf":1.0},"52":{"tf":1.0},"7":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"37":{"tf":1.0}}}}}}}}}}}},"o":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"\\"":{"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":{"14":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"35":{"tf":1.0}}}}}}}}},"df":3,"docs":{"14":{"tf":1.0},"25":{"tf":1.0},"35":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"17":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"8":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"10":{"tf":1.0},"15":{"tf":1.0},"34":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"16":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"24":{"tf":1.0},"3":{"tf":1.0}}},"s":{"df":13,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"16":{"tf":1.0},"29":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"51":{"tf":1.0},"9":{"tf":1.0}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":3,"docs":{"2":{"tf":1.0},"29":{"tf":1.0},"6":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"16":{"tf":1.0},"9":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"14":{"tf":1.0},"49":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"4":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"37":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"3":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":4,"docs":{"10":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"9":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":8,"docs":{"10":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.0},"37":{"tf":1.0},"47":{"tf":1.4142135623730951},"49":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"df":5,"docs":{"20":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":8,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.0},"37":{"tf":1.0},"52":{"tf":1.4142135623730951}},"s":{"/":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"i":{"d":{"df":1,"docs":{"39":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"11":{"tf":1.0},"30":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"41":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"m":{"df":5,"docs":{"25":{"tf":1.0},"35":{"tf":1.4142135623730951},"47":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"32":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"1":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"15":{"tf":1.0},"49":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"14":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"36":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":10,"docs":{"13":{"tf":1.4142135623730951},"20":{"tf":1.0},"22":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"50":{"tf":1.4142135623730951},"52":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"32":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"37":{"tf":1.0},"6":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"37":{"tf":1.0},"47":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":8,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"15":{"tf":1.0},"27":{"tf":1.0},"47":{"tf":1.4142135623730951},"49":{"tf":1.0},"9":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"29":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"49":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"19":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"36":{"tf":1.0},"47":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":5,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"x":{"df":2,"docs":{"44":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":6,"docs":{"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"43":{"tf":1.0}}}}}}}},"d":{"a":{"(":{")":{".":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{")":{".":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"28":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":7,"docs":{"0":{"tf":1.7320508075688772},"16":{"tf":1.0},"19":{"tf":1.7320508075688772},"20":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"52":{"tf":1.0}},"t":{"a":{"df":13,"docs":{"0":{"tf":2.0},"11":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"19":{"tf":1.0},"3":{"tf":1.4142135623730951},"37":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.4142135623730951},"6":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"4":{"tf":1.7320508075688772},"6":{"tf":1.7320508075688772}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":4,"docs":{"31":{"tf":1.0},"35":{"tf":1.0},"40":{"tf":1.0},"5":{"tf":1.0}},"g":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"11":{"tf":1.0},"35":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"r":{"df":9,"docs":{"11":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"36":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"46":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":5,"docs":{"15":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"5":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"11":{"tf":1.0},"37":{"tf":1.0},"49":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"49":{"tf":1.0}}}}}}},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"22":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"28":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"a":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":9,"docs":{"10":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"47":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"35":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":14,"docs":{"10":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"26":{"tf":2.449489742783178},"29":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.4142135623730951},"39":{"tf":1.0},"4":{"tf":2.8284271247461903},"41":{"tf":1.0},"47":{"tf":1.0},"6":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"44":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":6,"docs":{"10":{"tf":1.0},"12":{"tf":1.4142135623730951},"3":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"5":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":4,"docs":{"37":{"tf":1.0},"42":{"tf":1.0},"52":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"24":{"tf":1.0},"7":{"tf":1.0}}}},"r":{"df":1,"docs":{"5":{"tf":1.0}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"5":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":6,"docs":{"16":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"7":{"tf":1.0}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"22":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.0},"51":{"tf":1.0},"8":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"32":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"48":{"tf":1.0}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"35":{"tf":1.0},"36":{"tf":1.0}},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"25":{"tf":1.0}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"11":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"16":{"tf":1.0},"24":{"tf":1.0},"47":{"tf":1.0}}}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"6":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"26":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.7320508075688772}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"20":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"[":{"\\"":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":10,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.7320508075688772},"44":{"tf":1.0},"6":{"tf":1.4142135623730951}},"n":{"df":2,"docs":{"12":{"tf":1.0},"5":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"p":{"/":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"24":{"tf":1.0}}}},"y":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"26":{"tf":1.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":{"(":{")":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"(":{"&":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"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":{},"l":{"df":6,"docs":{"10":{"tf":1.0},"15":{"tf":1.0},"39":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"9":{"tf":1.0}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":8,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"29":{"tf":1.0},"37":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":3,"docs":{"45":{"tf":1.0},"52":{"tf":1.4142135623730951},"6":{"tf":1.7320508075688772}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"44":{"tf":1.7320508075688772},"45":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":8,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"14":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"28":{"tf":1.0},"44":{"tf":1.0},"5":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"10":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"35":{"tf":1.0}}}}},"s":{"df":1,"docs":{"32":{"tf":1.0}},"i":{"df":1,"docs":{"11":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"3":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"15":{"tf":1.0},"20":{"tf":1.0},"35":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"20":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"d":{"df":4,"docs":{"10":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":2,"docs":{"28":{"tf":1.0},"37":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"3":{"tf":1.0},"9":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":5,"docs":{"11":{"tf":1.0},"37":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"0":{"tf":1.0},"29":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.4142135623730951},"52":{"tf":1.0}}}}},"v":{"df":2,"docs":{"4":{"tf":1.0},"6":{"tf":1.0}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":20,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"29":{"tf":1.7320508075688772},"3":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.7320508075688772},"4":{"tf":1.4142135623730951},"47":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"39":{"tf":1.0}}}}}}},"r":{"(":{"\\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"44":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"2":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"a":{"df":0,"docs":{},"l":{"[":{"\\"":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":1,"docs":{"14":{"tf":1.0}},"u":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":7,"docs":{"14":{"tf":1.0},"29":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"45":{"tf":1.0},"6":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"41":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":3,"docs":{"36":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0}}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":5,"docs":{"17":{"tf":1.0},"21":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"9":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"34":{"tf":1.0},"52":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":8,"docs":{"0":{"tf":1.4142135623730951},"11":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.7320508075688772},"49":{"tf":1.4142135623730951},"52":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":6,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":9,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":36,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.4142135623730951},"14":{"tf":1.4142135623730951},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.7320508075688772},"25":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"35":{"tf":1.0},"37":{"tf":2.23606797749979},"39":{"tf":1.0},"4":{"tf":2.0},"40":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"44":{"tf":2.0},"45":{"tf":1.7320508075688772},"46":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"6":{"tf":2.23606797749979},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"15":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"16":{"tf":1.0},"49":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"39":{"tf":1.0}}}},"s":{"df":2,"docs":{"35":{"tf":1.0},"40":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"35":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"—":{"a":{"d":{"df":0,"docs":{},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"49":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":5,"docs":{"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"38":{"tf":1.0},"42":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"}":{"\\"":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"f":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"41":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":6,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"24":{"tf":1.0},"35":{"tf":1.7320508075688772},"4":{"tf":1.0},"7":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"26":{"tf":1.0}}}},"l":{"df":0,"docs":{},"s":{"df":3,"docs":{"35":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}}}},"q":{"df":1,"docs":{"51":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"11":{"tf":1.0},"26":{"tf":1.0},"46":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"16":{"tf":1.0},"26":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":1,"docs":{"25":{"tf":1.0}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"16":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"51":{"tf":1.0}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":4,"docs":{"11":{"tf":1.0},"27":{"tf":1.0},"40":{"tf":1.0},"45":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"35":{"tf":1.0},"5":{"tf":1.0}},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"51":{"tf":1.0}}}}}}}}}},"t":{"df":6,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"9":{"tf":1.0}}},"x":{"df":1,"docs":{"5":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"29":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0}}},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"50":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"14":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":5,"docs":{"18":{"tf":1.0},"29":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"47":{"tf":1.0},"49":{"tf":1.0}}}}}}},"n":{"df":2,"docs":{"44":{"tf":2.23606797749979},"45":{"tf":1.7320508075688772}}},"o":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":3,"docs":{"0":{"tf":1.0},"35":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"29":{"tf":1.0},"4":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"15":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"t":{"!":{"(":{"\\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"4":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"2":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":14,"docs":{"0":{"tf":1.0},"10":{"tf":1.4142135623730951},"2":{"tf":1.0},"21":{"tf":1.0},"3":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.4142135623730951},"49":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0}},"’":{"df":1,"docs":{"15":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"6":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"39":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"26":{"tf":1.0},"3":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}}}}}}},"d":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"27":{"tf":1.0}}}}}},"g":{"a":{"df":0,"docs":{},"p":{"df":3,"docs":{"22":{"tf":1.0},"3":{"tf":1.0},"50":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"34":{"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":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"44":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":8,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"44":{"tf":1.0},"52":{"tf":1.0},"7":{"tf":1.0}}}}},"t":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}}},"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":1,"docs":{"1":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"52":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"11":{"tf":1.0},"16":{"tf":1.0}}}},"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"11":{"tf":1.0},"16":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":1,"docs":{"46":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"37":{"tf":1.0},"48":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"1":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"24":{"tf":1.0}}}},"n":{"d":{"df":2,"docs":{"4":{"tf":1.0},"6":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"r":{"d":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"11":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0}},"i":{"df":1,"docs":{"14":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"10":{"tf":1.0},"15":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"0":{"tf":1.0},"45":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"(":{"8":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}},"df":9,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"23":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"22":{"tf":1.0}}}},"o":{"c":{"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"4":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"31":{"tf":1.0},"35":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"47":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"i":{"[":{"\\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"e":{"a":{"df":9,"docs":{"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"44":{"tf":1.0}}}}}}}},"l":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}},"i":{"df":1,"docs":{"36":{"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":3,"docs":{"17":{"tf":1.0},"21":{"tf":1.0},"43":{"tf":1.0}}}}}}}},"m":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"5":{"tf":1.0}}}},"l":{"df":2,"docs":{"44":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":8,"docs":{"22":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"47":{"tf":1.0}}}}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":4,"docs":{"0":{"tf":1.4142135623730951},"49":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":8,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"19":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"\\"":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"6":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"[":{"\\"":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"14":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"14":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"42":{"tf":1.0},"44":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"35":{"tf":1.0}}}}}}},"df":2,"docs":{"32":{"tf":1.0},"35":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":4,"docs":{"10":{"tf":1.0},"3":{"tf":1.0},"47":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"n":{"d":{"df":4,"docs":{"11":{"tf":1.0},"37":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":5,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"21":{"tf":1.0},"24":{"tf":1.0}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"0":{"tf":1.4142135623730951},"3":{"tf":1.0},"37":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":2,"docs":{"47":{"tf":1.0},"5":{"tf":1.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"7":{"tf":1.0}}}}}},"v":{"df":3,"docs":{"25":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"5":{"tf":1.0}},"t":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":2,"docs":{"35":{"tf":1.0},"44":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"11":{"tf":1.0},"31":{"tf":1.0}}}}},"v":{"df":1,"docs":{"48":{"tf":1.0}}}},"j":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"(":{"2":{"0":{"0":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"22":{"tf":1.0}}}}}}},"u":{"d":{"df":0,"docs":{},"g":{"df":4,"docs":{"37":{"tf":1.0},"4":{"tf":1.0},"52":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"k":{"8":{"df":6,"docs":{"10":{"tf":1.0},"16":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":16,"docs":{"11":{"tf":1.0},"15":{"tf":1.7320508075688772},"16":{"tf":1.4142135623730951},"20":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"y":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}}},"n":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"49":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"11":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"25":{"tf":1.0},"37":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"22":{"tf":1.0}},"y":{"/":{"df":0,"docs":{},"j":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"15":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"19":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"15":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"42":{"tf":1.0},"49":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"37":{"tf":1.0},"6":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":2,"docs":{"3":{"tf":1.0},"4":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":12,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"13":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":2,"docs":{"28":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"14":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":17,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"27":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"6":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"22":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"o":{"a":{"d":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"k":{"8":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":11,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"29":{"tf":1.4142135623730951},"31":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"51":{"tf":1.0},"9":{"tf":1.0}}},"t":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":3,"docs":{"44":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}},"i":{"c":{"df":4,"docs":{"0":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"s":{"/":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"35":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"11":{"tf":1.0},"37":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":3,"docs":{"22":{"tf":1.0},"24":{"tf":1.0},"51":{"tf":1.0}}},"p":{"df":2,"docs":{"16":{"tf":1.0},"31":{"tf":1.0}}},"s":{"df":1,"docs":{"9":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}},"w":{"(":{"2":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"23":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"16":{"tf":1.0},"32":{"tf":1.0},"7":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"36":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":7,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.4142135623730951}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":6,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"49":{"tf":1.0}}}},"p":{"df":3,"docs":{"10":{"tf":1.0},"35":{"tf":1.0},"47":{"tf":1.0}}},"t":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"48":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"11":{"tf":1.0},"33":{"tf":1.0}}}}}},"x":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"6":{"0":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}},"7":{"5":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"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":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":8,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0}}}}},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"1":{"tf":1.0},"2":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"d":{"df":5,"docs":{"14":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"35":{"tf":1.0},"52":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"c":{"df":5,"docs":{"25":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"35":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"22":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"n":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"3":{"0":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}},"4":{"5":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"16":{"tf":1.0},"18":{"tf":1.0},"31":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"49":{"tf":1.0},"5":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":3,"docs":{"35":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}}}},"x":{"df":1,"docs":{"50":{"tf":1.0}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"24":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":8,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"15":{"tf":1.0},"2":{"tf":1.0},"23":{"tf":1.0},"37":{"tf":1.7320508075688772},"47":{"tf":1.0},"9":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"0":{"tf":1.0},"28":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"46":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"16":{"tf":1.0},"7":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":8,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"11":{"tf":1.0},"2":{"tf":1.0},"28":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"32":{"tf":1.0},"9":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"16":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"39":{"tf":1.0},"44":{"tf":1.0}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"df":1,"docs":{"23":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"16":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":8,"docs":{"15":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"40":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"g":{"df":2,"docs":{"24":{"tf":1.0},"35":{"tf":1.0}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":11,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"22":{"tf":1.0},"27":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"37":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"9":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"26":{"tf":1.0}}}}},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":5,"docs":{"21":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"4":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":23,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"11":{"tf":1.0},"13":{"tf":1.4142135623730951},"2":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.4142135623730951},"26":{"tf":1.0},"3":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.7320508075688772},"37":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"41":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.4142135623730951},"50":{"tf":1.0},"52":{"tf":2.0},"6":{"tf":1.0},"9":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"5":{"tf":1.0}},"i":{"df":1,"docs":{"16":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"df":9,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"10":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.7320508075688772},"35":{"tf":1.0},"37":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"9":{"tf":1.0}}}},"n":{"df":1,"docs":{"5":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"15":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":17,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"37":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.4142135623730951}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"16":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"37":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"47":{"tf":1.0},"49":{"tf":1.0}}}}}},"k":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"\\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":1,"docs":{"44":{"tf":1.0}}},"n":{"c":{"df":3,"docs":{"37":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0}}},"df":4,"docs":{"19":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"9":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"33":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"11":{"tf":1.0},"20":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.4142135623730951},"35":{"tf":1.7320508075688772},"5":{"tf":1.0},"51":{"tf":1.0}}}},"t":{"df":2,"docs":{"15":{"tf":1.0},"5":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"20":{"tf":1.0},"22":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.0},"6":{"tf":1.0}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":7,"docs":{"10":{"tf":1.0},"31":{"tf":1.0},"47":{"tf":1.4142135623730951},"5":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"51":{"tf":1.0}}}}}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"23":{"tf":1.0}},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"22":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":9,"docs":{"16":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"3":{"tf":1.0},"42":{"tf":1.0},"5":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"10":{"tf":1.0},"47":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":4,"docs":{"1":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"27":{"tf":1.0},"4":{"tf":1.0},"52":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}},"df":0,"docs":{},"t":{"df":4,"docs":{"2":{"tf":1.0},"36":{"tf":1.0},"48":{"tf":1.0},"8":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":6,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"4":{"tf":2.449489742783178},"49":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":2.449489742783178}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"29":{"tf":1.0},"35":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":1,"docs":{"6":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"13":{"tf":1.0},"19":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":3,"docs":{"15":{"tf":2.0},"16":{"tf":1.0},"9":{"tf":1.0}}}}}}}},"df":1,"docs":{"6":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"22":{"tf":1.0}}}},"r":{"df":5,"docs":{"15":{"tf":1.0},"18":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"0":{"tf":1.0},"4":{"tf":1.0}}}}}}}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"23":{"tf":1.7320508075688772},"28":{"tf":3.4641016151377544}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"27":{"tf":1.0},"44":{"tf":1.0},"49":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"10":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"14":{"tf":1.0},"28":{"tf":1.0}}}}}}}},"l":{"a":{"df":0,"docs":{},"n":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"(":{")":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"[":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":23,"docs":{"1":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":2.0},"3":{"tf":1.0},"30":{"tf":1.4142135623730951},"34":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":2.0},"47":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":2.449489742783178},"7":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"35":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"u":{"df":2,"docs":{"19":{"tf":1.0},"20":{"tf":1.0}},"g":{"df":1,"docs":{"43":{"tf":1.0}},"g":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"12":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"3":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":3,"docs":{"32":{"tf":1.0},"35":{"tf":1.0},"50":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"25":{"tf":1.0},"28":{"tf":1.0},"37":{"tf":1.0},"52":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"26":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"16":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"4":{"tf":1.0},"42":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"5":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"47":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"29":{"tf":1.4142135623730951},"35":{"tf":2.0},"37":{"tf":1.0},"39":{"tf":1.0}}}}}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"21":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"20":{"tf":1.0},"35":{"tf":1.0}}}},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"41":{"tf":1.0}}}},"t":{"df":3,"docs":{"16":{"tf":1.0},"42":{"tf":1.0},"50":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"29":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.4142135623730951}}}}}},"o":{"b":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":7,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"34":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"11":{"tf":1.0},"31":{"tf":1.0},"4":{"tf":1.0},"9":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":5,"docs":{"0":{"tf":1.0},"14":{"tf":1.0},"26":{"tf":1.0},"41":{"tf":1.0},"51":{"tf":1.0}},"t":{"df":4,"docs":{"21":{"tf":1.0},"37":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"22":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":6,"docs":{"11":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":7,"docs":{"0":{"tf":1.0},"15":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.4142135623730951},"51":{"tf":1.0},"6":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"44":{"tf":1.0}},"r":{"df":1,"docs":{"35":{"tf":1.0}}}},"i":{"d":{"df":6,"docs":{"26":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"6":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":3,"docs":{"34":{"tf":1.0},"4":{"tf":1.4142135623730951},"6":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"b":{"df":2,"docs":{"44":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"0":{"tf":1.0},"52":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"51":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"12":{"tf":1.0},"3":{"tf":1.0}}}}}}}},"q":{"a":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"27":{"tf":1.7320508075688772},"5":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"tf":1.0}}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"(":{"3":{"df":2,"docs":{"18":{"tf":1.0},"20":{"tf":1.0}}},"5":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}},"df":10,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"23":{"tf":1.7320508075688772},"49":{"tf":1.4142135623730951},"5":{"tf":1.0},"50":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":2,"docs":{"4":{"tf":2.0},"6":{"tf":3.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"44":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"l":{"df":3,"docs":{"34":{"tf":1.0},"44":{"tf":1.4142135623730951},"45":{"tf":1.0}},"e":{"df":0,"docs":{},"—":{"a":{"df":1,"docs":{"35":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"49":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":9,"docs":{"20":{"tf":1.0},"26":{"tf":1.4142135623730951},"29":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.7320508075688772},"41":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.4142135623730951},"9":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":5,"docs":{"0":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.0},"43":{"tf":1.0},"5":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"1":{"tf":1.0},"3":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"5":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"41":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"13":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":4,"docs":{"15":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"36":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"0":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"29":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}},"x":{"df":2,"docs":{"34":{"tf":1.0},"35":{"tf":1.0}}}},"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"16":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"14":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"23":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"40":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"37":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":4,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":4,"docs":{"13":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"51":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":8,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"20":{"tf":1.0},"24":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"37":{"tf":1.0},"41":{"tf":1.0},"6":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":3,"docs":{"10":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":10,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.4142135623730951},"28":{"tf":1.0},"4":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.4142135623730951},"52":{"tf":1.0},"6":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":4,"docs":{"16":{"tf":1.0},"29":{"tf":1.0},"44":{"tf":1.4142135623730951},"45":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"0":{"tf":1.0},"52":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"15":{"tf":1.0},"40":{"tf":1.0},"47":{"tf":1.7320508075688772},"9":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":3,"docs":{"16":{"tf":1.0},"51":{"tf":1.0},"7":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"42":{"tf":1.0},"7":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"46":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"5":{"tf":1.0},"51":{"tf":1.0}}}}},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":8,"docs":{"0":{"tf":1.0},"20":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.7320508075688772}},"s":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.4142135623730951}},"e":{"_":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"22":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"p":{"c":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"4":{"tf":1.7320508075688772},"44":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951},"6":{"tf":1.0}}}}}}}}},"df":26,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"11":{"tf":1.7320508075688772},"14":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.7320508075688772},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.7320508075688772},"33":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":2.449489742783178},"4":{"tf":1.7320508075688772},"41":{"tf":1.0},"45":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.7320508075688772},"50":{"tf":1.7320508075688772},"51":{"tf":1.4142135623730951},"52":{"tf":2.23606797749979},"6":{"tf":2.6457513110645907},"7":{"tf":1.0},"8":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"23":{"tf":1.0},"44":{"tf":1.4142135623730951}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":23,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.7320508075688772},"30":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"37":{"tf":1.0},"4":{"tf":2.23606797749979},"41":{"tf":1.4142135623730951},"47":{"tf":1.7320508075688772},"50":{"tf":1.7320508075688772},"51":{"tf":1.7320508075688772},"52":{"tf":1.0},"6":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951},"9":{"tf":1.0}},"’":{"df":1,"docs":{"35":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"34":{"tf":1.0}},"{":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":8,"docs":{"10":{"tf":1.0},"27":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.0},"47":{"tf":1.0},"9":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"df":11,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"43":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"42":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":5,"docs":{"29":{"tf":1.4142135623730951},"47":{"tf":1.0},"51":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"26":{"tf":1.0},"35":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"27":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"2":{"df":9,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":31,"docs":{"1":{"tf":1.0},"10":{"tf":1.7320508075688772},"11":{"tf":1.7320508075688772},"12":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":2.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"28":{"tf":1.7320508075688772},"29":{"tf":1.7320508075688772},"30":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"37":{"tf":2.23606797749979},"4":{"tf":1.7320508075688772},"40":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":2.23606797749979},"48":{"tf":1.0},"49":{"tf":1.4142135623730951},"5":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.7320508075688772},"52":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":2.23606797749979}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"23":{"tf":1.0},"33":{"tf":1.0},"5":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"10":{"tf":1.0},"35":{"tf":1.0}}}}}}},"df":1,"docs":{"4":{"tf":1.7320508075688772}},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"16":{"tf":1.0},"23":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"d":{"df":8,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}}},"df":4,"docs":{"11":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"20":{"tf":1.0},"29":{"tf":1.0}}}},"df":0,"docs":{}},"f":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":3,"docs":{"15":{"tf":1.0},"44":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"16":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"22":{"tf":1.0},"6":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"4":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"28":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"25":{"tf":1.0}}},"v":{"df":1,"docs":{"47":{"tf":1.0}},"i":{"c":{"df":4,"docs":{"32":{"tf":1.0},"37":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":8,"docs":{"11":{"tf":1.0},"18":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"36":{"tf":1.0},"49":{"tf":1.4142135623730951},"6":{"tf":1.0},"9":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":13,"docs":{"10":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"32":{"tf":1.0},"50":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":18,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":8,"docs":{"10":{"tf":1.0},"16":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"44":{"tf":1.0},"47":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"0":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0}}}},"w":{"df":4,"docs":{"1":{"tf":1.0},"21":{"tf":1.0},"43":{"tf":1.0},"9":{"tf":1.0}}}}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":11,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"29":{"tf":1.7320508075688772},"35":{"tf":2.0},"41":{"tf":1.0},"5":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"18":{"tf":1.0},"44":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"22":{"tf":1.0},"26":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":3,"docs":{"32":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0}}}}},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"22":{"tf":1.4142135623730951},"35":{"tf":1.0},"50":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"11":{"tf":1.0},"18":{"tf":1.0},"3":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":5,"docs":{"15":{"tf":1.0},"18":{"tf":1.0},"46":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"3":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"24":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":6,"docs":{"14":{"tf":1.0},"20":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":1.0},"49":{"tf":1.0},"6":{"tf":1.0}},"i":{"df":1,"docs":{"11":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":4,"docs":{"16":{"tf":1.0},"30":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"t":{"a":{"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"32":{"tf":1.0},"37":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"28":{"tf":1.0}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"22":{"tf":1.4142135623730951}}}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"50":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"16":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"df":0,"docs":{}},"_":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"45":{"tf":1.0},"6":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":13,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.7320508075688772},"37":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.7320508075688772}}}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"16":{"tf":1.0},"23":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0}}},"i":{"c":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}}},"y":{"df":6,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"25":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"51":{"tf":1.0}}}},"d":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{":":{":":{"a":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"44":{"tf":1.0}}},"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":{":":{":":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"28":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"15":{"tf":1.0},"35":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"26":{"tf":1.0},"27":{"tf":1.0},"51":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"27":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"27":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":3,"docs":{"37":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0}}}},"r":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"19":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"b":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"49":{"tf":1.4142135623730951}}}}}},"u":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"18":{"tf":1.0},"22":{"tf":1.4142135623730951},"24":{"tf":1.0}}}},"t":{"df":6,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.4142135623730951}},"t":{"df":1,"docs":{"22":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"0":{"tf":1.0},"52":{"tf":1.0}}}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":10,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"33":{"tf":1.0}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"10":{"tf":1.0},"48":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"16":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"n":{"c":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.0}},"i":{"c":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"22":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":1,"docs":{"22":{"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":{},"e":{"df":0,"docs":{},"m":{"df":7,"docs":{"14":{"tf":1.4142135623730951},"20":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.4142135623730951}}}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"2":{"0":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"0":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"44":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":7,"docs":{"11":{"tf":1.0},"22":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"5":{"tf":1.0},"51":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"37":{"tf":1.0}}}}},"d":{"df":3,"docs":{"14":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0}}},"df":1,"docs":{"4":{"tf":1.4142135623730951}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":3,"docs":{"16":{"tf":1.0},"3":{"tf":1.4142135623730951},"49":{"tf":1.0}}},"r":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"15":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":21,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.0},"10":{"tf":1.7320508075688772},"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"18":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.7320508075688772},"37":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.4142135623730951},"5":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.4142135623730951},"9":{"tf":2.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":10,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"{":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"45":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"44":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"44":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":3,"docs":{"29":{"tf":1.0},"39":{"tf":1.0},"7":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"e":{"df":12,"docs":{"0":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.7320508075688772},"3":{"tf":1.4142135623730951},"31":{"tf":1.0},"35":{"tf":1.0},"5":{"tf":1.4142135623730951},"51":{"tf":1.0},"6":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"34":{"tf":1.0},"35":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"14":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"9":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"22":{"tf":1.4142135623730951},"25":{"tf":1.0},"27":{"tf":1.0},"5":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"22":{"tf":1.0}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":24,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"27":{"tf":1.7320508075688772},"29":{"tf":1.0},"37":{"tf":2.0},"4":{"tf":2.0},"42":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"47":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.4142135623730951},"52":{"tf":1.0},"6":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.0}},"y":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"g":{"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":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"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":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"49":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"34":{"tf":1.0},"35":{"tf":1.0},"47":{"tf":1.0},"9":{"tf":1.0}}},"k":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":15,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"3":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.7320508075688772},"5":{"tf":1.4142135623730951},"52":{"tf":1.0},"6":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"26":{"tf":1.0},"43":{"tf":1.0},"49":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":13,"docs":{"11":{"tf":1.0},"13":{"tf":1.4142135623730951},"15":{"tf":1.0},"18":{"tf":2.0},"19":{"tf":2.0},"20":{"tf":1.4142135623730951},"28":{"tf":1.0},"34":{"tf":1.0},"49":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"4":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"28":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"10":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"35":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"13":{"tf":1.0},"24":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"16":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":3,"docs":{"16":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"30":{"tf":1.0},"4":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"16":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":1,"docs":{"18":{"tf":1.0}}}},"x":{"/":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"30":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"3":{"tf":1.4142135623730951},"37":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"45":{"tf":1.0},"50":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":2,"docs":{"39":{"tf":1.0},"47":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"11":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"10":{"tf":1.0}}}},"df":26,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"15":{"tf":1.0},"18":{"tf":1.7320508075688772},"19":{"tf":1.7320508075688772},"20":{"tf":2.0},"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.4142135623730951},"29":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":2.23606797749979},"45":{"tf":1.7320508075688772},"47":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"13":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}},"s":{"(":{"4":{"df":2,"docs":{"18":{"tf":1.0},"20":{"tf":1.0}}},"8":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"z":{"df":2,"docs":{"44":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"46":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"10":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":19,"docs":{"0":{"tf":1.4142135623730951},"11":{"tf":1.4142135623730951},"16":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"25":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.4142135623730951},"34":{"tf":1.0},"37":{"tf":1.4142135623730951},"39":{"tf":1.0},"44":{"tf":1.4142135623730951},"45":{"tf":1.0},"49":{"tf":1.4142135623730951},"5":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.4142135623730951},"7":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":1,"docs":{"24":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"27":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"c":{"!":{"[":{"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":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":1,"docs":{"44":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"5":{"tf":1.0},"51":{"tf":1.0}},"f":{"df":2,"docs":{"26":{"tf":1.0},"7":{"tf":1.0}},"i":{"df":6,"docs":{"14":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":6,"docs":{"10":{"tf":1.0},"14":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.4142135623730951},"6":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"29":{"tf":1.0},"6":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"15":{"tf":1.0},"5":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":12,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"9":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"23":{"tf":1.0}}}}},"df":2,"docs":{"4":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"15":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"49":{"tf":1.0},"52":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":8,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"29":{"tf":1.0},"37":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":5,"docs":{"32":{"tf":1.0},"39":{"tf":1.0},"46":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"(":{"0":{".":{".":{"=":{"2":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"(":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"4":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"z":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"24":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":1,"docs":{"46":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"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":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"2":{"0":{"df":3,"docs":{"20":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0}}},"df":0,"docs":{}},"8":{"0":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"0":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"6":{"0":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}},"9":{"0":{"df":4,"docs":{"19":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"(":{"1":{".":{".":{"=":{"4":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"z":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{")":{".":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"0":{".":{"5":{")":{".":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"0":{".":{"1":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"0":{"df":1,"docs":{"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":2,"docs":{"22":{"tf":1.0},"23":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"25":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":4,"docs":{"1":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":5,"docs":{"10":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"47":{"tf":1.7320508075688772},"9":{"tf":1.4142135623730951}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":37,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.7320508075688772},"12":{"tf":1.4142135623730951},"13":{"tf":2.0},"14":{"tf":2.0},"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.7320508075688772},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.7320508075688772},"23":{"tf":1.7320508075688772},"24":{"tf":1.0},"29":{"tf":1.7320508075688772},"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"37":{"tf":2.23606797749979},"39":{"tf":1.4142135623730951},"4":{"tf":2.449489742783178},"40":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":2.23606797749979},"45":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.7320508075688772},"5":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"6":{"tf":2.6457513110645907},"7":{"tf":1.4142135623730951},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"28":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"10":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"d":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"22":{"tf":1.0},"27":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"24":{"tf":1.0}}}}}}},"x":{"df":2,"docs":{"4":{"tf":1.4142135623730951},"6":{"tf":2.0}}},"y":{"df":0,"docs":{},"e":{"df":1,"docs":{"51":{"tf":1.0}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"23":{"tf":1.0}}}}}}}},"breadcrumbs":{"root":{"0":{"df":5,"docs":{"18":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0}}},"1":{"df":4,"docs":{"19":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.4142135623730951},"28":{"tf":1.7320508075688772}},"–":{"3":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}}},"2":{"df":2,"docs":{"18":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951}}},"3":{"df":2,"docs":{"23":{"tf":1.0},"28":{"tf":1.4142135623730951}}},"4":{"df":2,"docs":{"23":{"tf":1.0},"28":{"tf":1.4142135623730951}},"–":{"5":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}}},"5":{"df":1,"docs":{"23":{"tf":1.0}}},"6":{"df":1,"docs":{"23":{"tf":1.0}},"–":{"7":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}}},"7":{"df":1,"docs":{"23":{"tf":1.0}}},"_":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"26":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"52":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"34":{"tf":1.0},"36":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"34":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"37":{"tf":1.0},"44":{"tf":1.0}}}},"v":{"df":11,"docs":{"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.0},"29":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"44":{"tf":1.0},"6":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"18":{"tf":1.0}}}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"10":{"tf":1.0},"47":{"tf":1.0},"9":{"tf":1.0}}}}},"d":{"df":4,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0}}},"df":6,"docs":{"37":{"tf":1.0},"39":{"tf":1.7320508075688772},"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"42":{"tf":1.7320508075688772},"43":{"tf":1.0}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"17":{"tf":1.0},"35":{"tf":1.0},"49":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":8,"docs":{"21":{"tf":1.7320508075688772},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"24":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"39":{"tf":1.0}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}}}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"35":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"d":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":1,"docs":{"5":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":4,"docs":{"11":{"tf":1.0},"15":{"tf":1.4142135623730951},"29":{"tf":1.0},"51":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"16":{"tf":1.0},"5":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"5":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.7320508075688772}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":5,"docs":{"48":{"tf":1.7320508075688772},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"0":{"tf":1.0}}},"df":5,"docs":{"14":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"28":{"tf":1.0}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"2":{"tf":1.0},"27":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"4":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"35":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"22":{"tf":1.4142135623730951}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":8,"docs":{"21":{"tf":1.7320508075688772},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"28":{"tf":1.0},"37":{"tf":1.0},"47":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":12,"docs":{"10":{"tf":1.0},"16":{"tf":1.0},"25":{"tf":1.4142135623730951},"27":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0}}}},"t":{"df":2,"docs":{"10":{"tf":1.0},"35":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"0":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{":":{":":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"44":{"tf":1.4142135623730951},"45":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"37":{"tf":1.0},"39":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":7,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"40":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"1":{"tf":1.0},"11":{"tf":1.7320508075688772},"29":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":16,"docs":{"0":{"tf":1.4142135623730951},"11":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"29":{"tf":1.0},"3":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"37":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.7320508075688772},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"16":{"tf":1.0},"35":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"10":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"47":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}}},"d":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"16":{"tf":1.0},"30":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"20":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"e":{"c":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"16":{"tf":1.0},"29":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"50":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"34":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":9,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"24":{"tf":1.7320508075688772},"29":{"tf":1.0},"33":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.7320508075688772},"31":{"tf":1.0}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":7,"docs":{"16":{"tf":1.0},"22":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0},"50":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"26":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"b":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":5,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"13":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0}},"s":{"/":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"19":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"35":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":18,"docs":{"0":{"tf":1.7320508075688772},"11":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"18":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":2.23606797749979},"25":{"tf":2.449489742783178},"26":{"tf":1.0},"37":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"51":{"tf":2.0},"52":{"tf":1.4142135623730951},"6":{"tf":1.7320508075688772}},"f":{"df":0,"docs":{},"e":{"df":2,"docs":{"25":{"tf":1.0},"52":{"tf":1.0}},"e":{"d":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"25":{"tf":1.0},"26":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"0":{"tf":1.0},"1":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"12":{"tf":1.0},"14":{"tf":1.0},"19":{"tf":1.0},"49":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"28":{"tf":1.0},"37":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"a":{"d":{"df":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":15,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"6":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"49":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":5,"docs":{"15":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"44":{"tf":1.7320508075688772},"46":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"23":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"z":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"24":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}}}},"m":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"c":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"25":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"46":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"21":{"tf":1.0},"37":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"29":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"51":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"50":{"tf":1.0}}}}},"df":1,"docs":{"6":{"tf":1.4142135623730951}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"1":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"47":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":4,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0}}}}}},"o":{"df":12,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"20":{"tf":1.7320508075688772},"4":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.4142135623730951},"50":{"tf":1.7320508075688772},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"9":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"20":{"tf":1.0},"28":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"11":{"tf":1.0},"37":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.7320508075688772}}}},"c":{"df":0,"docs":{},"k":{"df":17,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"24":{"tf":1.0},"28":{"tf":1.7320508075688772},"3":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.4142135623730951},"44":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.4142135623730951},"6":{"tf":1.0},"9":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"16":{"tf":1.0},"18":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"11":{"tf":1.4142135623730951},"16":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"35":{"tf":1.0},"4":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}}}}},"i":{"df":5,"docs":{"16":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0},"33":{"tf":1.0},"7":{"tf":1.0}},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"35":{"tf":1.0},"50":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"37":{"tf":1.0},"41":{"tf":1.0},"6":{"tf":1.7320508075688772}}}}},"r":{"df":9,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"15":{"tf":1.0},"24":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"|":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":6,"docs":{"22":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772},"47":{"tf":1.0}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":14,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.4142135623730951},"35":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":2.0},"5":{"tf":1.0},"52":{"tf":1.0},"7":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"37":{"tf":1.0}}}}}}}}}}}},"o":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"\\"":{"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":{"14":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"35":{"tf":1.0}}}}}}}}},"df":3,"docs":{"14":{"tf":1.0},"25":{"tf":1.0},"35":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"17":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"8":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"10":{"tf":1.0},"15":{"tf":1.0},"34":{"tf":1.4142135623730951},"49":{"tf":1.0},"50":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"16":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"24":{"tf":1.0},"3":{"tf":1.0}}},"s":{"df":13,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"16":{"tf":1.0},"29":{"tf":1.0},"32":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"51":{"tf":1.0},"9":{"tf":1.0}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":3,"docs":{"2":{"tf":1.0},"29":{"tf":1.0},"6":{"tf":1.7320508075688772}}}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"16":{"tf":1.0},"9":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"14":{"tf":1.0},"49":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"4":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"37":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"3":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":4,"docs":{"10":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"9":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":8,"docs":{"10":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.0},"37":{"tf":1.0},"47":{"tf":1.4142135623730951},"49":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"df":5,"docs":{"20":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"45":{"tf":1.4142135623730951},"50":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":8,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.0},"37":{"tf":1.0},"52":{"tf":1.4142135623730951}},"s":{"/":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"i":{"d":{"df":1,"docs":{"39":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"11":{"tf":1.0},"30":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"41":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"m":{"df":5,"docs":{"25":{"tf":1.0},"35":{"tf":1.4142135623730951},"47":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"32":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"1":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"11":{"tf":1.0},"12":{"tf":1.7320508075688772},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.7320508075688772},"49":{"tf":1.4142135623730951}}}},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.7320508075688772},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"14":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"36":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":10,"docs":{"13":{"tf":1.4142135623730951},"20":{"tf":1.0},"22":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"50":{"tf":1.4142135623730951},"52":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"32":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"37":{"tf":1.0},"6":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"37":{"tf":1.0},"47":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":10,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.7320508075688772},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.7320508075688772},"27":{"tf":1.0},"47":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"29":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"49":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"19":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"36":{"tf":1.0},"47":{"tf":2.0},"7":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":5,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"x":{"df":2,"docs":{"44":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":6,"docs":{"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.7320508075688772},"26":{"tf":1.7320508075688772},"43":{"tf":1.0}}}}}}}},"d":{"a":{"(":{")":{".":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{")":{".":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"28":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":7,"docs":{"0":{"tf":1.7320508075688772},"16":{"tf":1.0},"19":{"tf":2.0},"20":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"52":{"tf":1.0}},"t":{"a":{"df":13,"docs":{"0":{"tf":2.0},"11":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"19":{"tf":1.0},"3":{"tf":1.4142135623730951},"37":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.4142135623730951},"6":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"4":{"tf":1.7320508075688772},"6":{"tf":1.7320508075688772}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":4,"docs":{"31":{"tf":1.0},"35":{"tf":1.0},"40":{"tf":1.0},"5":{"tf":1.0}},"g":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"11":{"tf":1.0},"35":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"r":{"df":9,"docs":{"11":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"36":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"46":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":5,"docs":{"15":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"5":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"11":{"tf":1.0},"37":{"tf":1.0},"49":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"49":{"tf":1.0}}}}}}},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"22":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"28":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"a":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":9,"docs":{"10":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"47":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"35":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":14,"docs":{"10":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"26":{"tf":2.8284271247461903},"29":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.4142135623730951},"39":{"tf":1.0},"4":{"tf":2.8284271247461903},"41":{"tf":1.0},"47":{"tf":1.0},"6":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"44":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":6,"docs":{"10":{"tf":1.0},"12":{"tf":1.4142135623730951},"3":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"5":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":4,"docs":{"37":{"tf":1.0},"42":{"tf":1.0},"52":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"24":{"tf":1.0},"7":{"tf":1.7320508075688772}}}},"r":{"df":1,"docs":{"5":{"tf":1.0}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"5":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":16,"docs":{"16":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":1.7320508075688772},"37":{"tf":2.23606797749979},"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},"7":{"tf":1.0}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"22":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.0},"51":{"tf":1.0},"8":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"32":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"48":{"tf":1.0}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"35":{"tf":1.0},"36":{"tf":1.0}},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"25":{"tf":1.0}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"11":{"tf":1.0},"32":{"tf":1.4142135623730951},"35":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"16":{"tf":1.0},"24":{"tf":1.0},"47":{"tf":1.0}}}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"6":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"26":{"tf":1.7320508075688772}},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":2.0}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"20":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"[":{"\\"":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":10,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.7320508075688772},"44":{"tf":1.0},"6":{"tf":1.4142135623730951}},"n":{"df":2,"docs":{"12":{"tf":1.0},"5":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"p":{"/":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"24":{"tf":1.0}}}},"y":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"26":{"tf":1.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":{"(":{")":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"(":{"&":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"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":{},"l":{"df":6,"docs":{"10":{"tf":1.0},"15":{"tf":1.0},"39":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.7320508075688772},"9":{"tf":1.0}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":8,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"29":{"tf":1.0},"37":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":3,"docs":{"45":{"tf":1.0},"52":{"tf":1.4142135623730951},"6":{"tf":1.7320508075688772}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"44":{"tf":1.7320508075688772},"45":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":8,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"14":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"28":{"tf":1.0},"44":{"tf":1.0},"5":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"10":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"35":{"tf":1.0}}}}},"s":{"df":1,"docs":{"32":{"tf":1.0}},"i":{"df":1,"docs":{"11":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"3":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"15":{"tf":1.0},"20":{"tf":1.0},"35":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"20":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"d":{"df":4,"docs":{"10":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":2,"docs":{"28":{"tf":1.0},"37":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"3":{"tf":1.0},"9":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":5,"docs":{"11":{"tf":1.0},"37":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"0":{"tf":1.0},"29":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.4142135623730951},"52":{"tf":1.0}}}}},"v":{"df":2,"docs":{"4":{"tf":1.0},"6":{"tf":1.0}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":20,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"29":{"tf":1.7320508075688772},"3":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.7320508075688772},"4":{"tf":1.4142135623730951},"47":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"39":{"tf":1.0}}}}}}},"r":{"(":{"\\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"44":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"2":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"a":{"df":0,"docs":{},"l":{"[":{"\\"":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":1,"docs":{"14":{"tf":1.0}},"u":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":7,"docs":{"14":{"tf":1.0},"29":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"45":{"tf":1.0},"6":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"41":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":3,"docs":{"36":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0}}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":18,"docs":{"17":{"tf":1.7320508075688772},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.7320508075688772},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"43":{"tf":1.7320508075688772},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"9":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"34":{"tf":1.0},"52":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":8,"docs":{"0":{"tf":1.4142135623730951},"11":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.7320508075688772},"49":{"tf":1.4142135623730951},"52":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":6,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":9,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":37,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":2.0},"13":{"tf":1.0},"14":{"tf":2.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.7320508075688772},"25":{"tf":1.7320508075688772},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.4142135623730951},"34":{"tf":1.7320508075688772},"35":{"tf":1.0},"37":{"tf":2.23606797749979},"39":{"tf":1.0},"4":{"tf":2.0},"40":{"tf":2.0},"43":{"tf":2.0},"44":{"tf":2.23606797749979},"45":{"tf":2.23606797749979},"46":{"tf":1.4142135623730951},"47":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"6":{"tf":2.23606797749979},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"15":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"16":{"tf":1.0},"49":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"39":{"tf":1.0}}}},"s":{"df":2,"docs":{"35":{"tf":1.0},"40":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"35":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"—":{"a":{"d":{"df":0,"docs":{},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"49":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":8,"docs":{"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"38":{"tf":1.7320508075688772},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"7":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"}":{"\\"":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"f":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"41":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":6,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"24":{"tf":1.0},"35":{"tf":1.7320508075688772},"4":{"tf":1.0},"7":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"26":{"tf":1.0}}}},"l":{"df":0,"docs":{},"s":{"df":3,"docs":{"35":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}}}},"q":{"df":1,"docs":{"51":{"tf":1.7320508075688772}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"11":{"tf":1.0},"26":{"tf":1.0},"46":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"16":{"tf":1.0},"26":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":1,"docs":{"25":{"tf":1.0}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"16":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"51":{"tf":1.0}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":4,"docs":{"11":{"tf":1.0},"27":{"tf":1.0},"40":{"tf":1.0},"45":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"35":{"tf":1.0},"5":{"tf":1.0}},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"51":{"tf":1.0}}}}}}}}}},"t":{"df":6,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"9":{"tf":1.0}}},"x":{"df":1,"docs":{"5":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"29":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0}}},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"50":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"14":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":5,"docs":{"18":{"tf":1.0},"29":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"47":{"tf":1.0},"49":{"tf":1.0}}}}}}},"n":{"df":2,"docs":{"44":{"tf":2.23606797749979},"45":{"tf":1.7320508075688772}}},"o":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":3,"docs":{"0":{"tf":1.0},"35":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"29":{"tf":1.0},"4":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"15":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"t":{"!":{"(":{"\\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"4":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":7,"docs":{"15":{"tf":1.0},"2":{"tf":1.7320508075688772},"3":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":18,"docs":{"0":{"tf":1.0},"10":{"tf":1.4142135623730951},"2":{"tf":1.0},"21":{"tf":1.0},"3":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.7320508075688772},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.4142135623730951},"49":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0}},"’":{"df":1,"docs":{"15":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"6":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"39":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"26":{"tf":1.0},"3":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}}}}}}},"d":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"27":{"tf":1.0}}}}}},"g":{"a":{"df":0,"docs":{},"p":{"df":3,"docs":{"22":{"tf":1.0},"3":{"tf":1.0},"50":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"34":{"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":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"44":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":8,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"27":{"tf":1.4142135623730951},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"44":{"tf":1.0},"52":{"tf":1.0},"7":{"tf":1.0}}}}},"t":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}}},"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":1,"docs":{"1":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"52":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"11":{"tf":1.0},"16":{"tf":1.0}}}},"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"11":{"tf":1.0},"16":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":1,"docs":{"46":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"37":{"tf":1.0},"48":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}},"df":29,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"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},"8":{"tf":1.7320508075688772},"9":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"24":{"tf":1.0}}}},"n":{"d":{"df":2,"docs":{"4":{"tf":1.0},"6":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"r":{"d":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"11":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0}},"i":{"df":1,"docs":{"14":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"10":{"tf":1.0},"15":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"0":{"tf":1.0},"45":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"(":{"8":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}},"df":9,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"23":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"22":{"tf":1.0}}}},"o":{"c":{"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"4":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"31":{"tf":1.0},"35":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"47":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"i":{"[":{"\\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"e":{"a":{"df":9,"docs":{"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"44":{"tf":1.0}}}}}}}},"l":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":28,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"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},"8":{"tf":1.7320508075688772},"9":{"tf":1.0}},"i":{"df":12,"docs":{"36":{"tf":1.7320508075688772},"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}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":3,"docs":{"17":{"tf":1.0},"21":{"tf":1.0},"43":{"tf":1.0}}}}}}}},"m":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"5":{"tf":1.0}}}},"l":{"df":2,"docs":{"44":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":8,"docs":{"22":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"47":{"tf":1.0}}}}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":4,"docs":{"0":{"tf":1.4142135623730951},"49":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":8,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"19":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"\\"":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"6":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"[":{"\\"":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"14":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"14":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"42":{"tf":1.0},"44":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"35":{"tf":1.0}}}}}}},"df":2,"docs":{"32":{"tf":1.0},"35":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":4,"docs":{"10":{"tf":1.0},"3":{"tf":1.0},"47":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"n":{"d":{"df":4,"docs":{"11":{"tf":1.0},"37":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":5,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"21":{"tf":1.0},"24":{"tf":1.0}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"0":{"tf":1.4142135623730951},"3":{"tf":1.0},"37":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":2,"docs":{"47":{"tf":1.7320508075688772},"5":{"tf":1.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"7":{"tf":1.0}}}}}},"v":{"df":3,"docs":{"25":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"5":{"tf":1.0}},"t":{"df":1,"docs":{"3":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":2,"docs":{"35":{"tf":1.0},"44":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"11":{"tf":1.0},"31":{"tf":1.0}}}}},"v":{"df":5,"docs":{"48":{"tf":1.7320508075688772},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0}}}},"j":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"(":{"2":{"0":{"0":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"22":{"tf":1.0}}}}}}},"u":{"d":{"df":0,"docs":{},"g":{"df":4,"docs":{"37":{"tf":1.0},"4":{"tf":1.0},"52":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"k":{"8":{"df":6,"docs":{"10":{"tf":1.0},"16":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":16,"docs":{"11":{"tf":1.0},"15":{"tf":1.7320508075688772},"16":{"tf":1.4142135623730951},"20":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"y":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}}},"n":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"49":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"11":{"tf":1.0},"33":{"tf":1.4142135623730951},"4":{"tf":1.0},"47":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"25":{"tf":1.0},"37":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"22":{"tf":1.4142135623730951}},"y":{"/":{"df":0,"docs":{},"j":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"15":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"19":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"15":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"42":{"tf":1.0},"49":{"tf":1.0},"9":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"37":{"tf":1.0},"6":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"t":{"df":2,"docs":{"3":{"tf":1.0},"4":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":12,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"13":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"37":{"tf":1.7320508075688772},"4":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":2,"docs":{"28":{"tf":1.0},"6":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"14":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":17,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.7320508075688772},"27":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"6":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"22":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"o":{"a":{"d":{"df":1,"docs":{"23":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"k":{"8":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":11,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"29":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"51":{"tf":1.0},"9":{"tf":1.0}}},"t":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":3,"docs":{"44":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}},"i":{"c":{"df":4,"docs":{"0":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"s":{"/":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"35":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"11":{"tf":1.0},"37":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":3,"docs":{"22":{"tf":1.0},"24":{"tf":1.0},"51":{"tf":1.0}}},"p":{"df":2,"docs":{"16":{"tf":1.0},"31":{"tf":1.0}}},"s":{"df":1,"docs":{"9":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}},"w":{"(":{"2":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"23":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"16":{"tf":1.0},"32":{"tf":1.0},"7":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"36":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":7,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.4142135623730951}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":6,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"49":{"tf":1.0}}}},"p":{"df":3,"docs":{"10":{"tf":1.0},"35":{"tf":1.0},"47":{"tf":1.0}}},"t":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"48":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"11":{"tf":1.0},"33":{"tf":1.0}}}}}},"x":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"6":{"0":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}},"7":{"5":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"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":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":8,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0}}}}},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"1":{"tf":1.0},"2":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"d":{"df":5,"docs":{"14":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"35":{"tf":1.0},"52":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"c":{"df":5,"docs":{"25":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"35":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"22":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"n":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"3":{"0":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}},"4":{"5":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"16":{"tf":1.0},"18":{"tf":1.0},"31":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"49":{"tf":1.0},"5":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":3,"docs":{"35":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}}}},"x":{"df":1,"docs":{"50":{"tf":1.0}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"24":{"tf":1.4142135623730951}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":8,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"15":{"tf":1.0},"2":{"tf":1.0},"23":{"tf":1.0},"37":{"tf":2.23606797749979},"47":{"tf":1.0},"9":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"0":{"tf":1.0},"28":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"46":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"16":{"tf":1.0},"7":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":8,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"11":{"tf":1.0},"2":{"tf":1.0},"28":{"tf":1.7320508075688772},"3":{"tf":1.4142135623730951},"32":{"tf":1.0},"9":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"16":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"39":{"tf":1.0},"44":{"tf":1.0}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"df":1,"docs":{"23":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"16":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":8,"docs":{"15":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"40":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"g":{"df":2,"docs":{"24":{"tf":1.0},"35":{"tf":1.0}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":11,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"22":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"37":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"9":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"26":{"tf":1.0}}}}},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":8,"docs":{"21":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.7320508075688772},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"4":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":23,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"11":{"tf":1.0},"13":{"tf":1.4142135623730951},"2":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.4142135623730951},"26":{"tf":1.0},"3":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.7320508075688772},"37":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"41":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.4142135623730951},"50":{"tf":1.0},"52":{"tf":2.0},"6":{"tf":1.0},"9":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"5":{"tf":1.0}},"i":{"df":1,"docs":{"16":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"df":9,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"10":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.7320508075688772},"35":{"tf":1.0},"37":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"9":{"tf":1.0}}}},"n":{"df":1,"docs":{"5":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"15":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":17,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"37":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.4142135623730951}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"16":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"37":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"47":{"tf":1.0},"49":{"tf":1.0}}}}}},"k":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"\\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":1,"docs":{"44":{"tf":1.0}}},"n":{"c":{"df":3,"docs":{"37":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0}}},"df":4,"docs":{"19":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"9":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"33":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"11":{"tf":1.0},"20":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.4142135623730951},"35":{"tf":2.23606797749979},"5":{"tf":1.0},"51":{"tf":1.0}}}},"t":{"df":2,"docs":{"15":{"tf":1.0},"5":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"20":{"tf":1.0},"22":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.0},"6":{"tf":1.0}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":7,"docs":{"10":{"tf":1.0},"31":{"tf":1.0},"47":{"tf":1.4142135623730951},"5":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"51":{"tf":1.0}}}}}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"23":{"tf":1.4142135623730951}},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"22":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":9,"docs":{"16":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"3":{"tf":1.0},"42":{"tf":1.0},"5":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.7320508075688772}}}}}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"10":{"tf":1.0},"47":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":4,"docs":{"1":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"27":{"tf":1.0},"4":{"tf":1.0},"52":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}},"df":0,"docs":{},"t":{"df":51,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.7320508075688772},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"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.7320508075688772},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"4":{"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.7320508075688772},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.7320508075688772},"9":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":6,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"4":{"tf":2.449489742783178},"49":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":2.449489742783178}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"29":{"tf":1.0},"35":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":1,"docs":{"6":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"13":{"tf":1.0},"19":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":3,"docs":{"15":{"tf":2.449489742783178},"16":{"tf":1.0},"9":{"tf":1.0}}}}}}}},"df":1,"docs":{"6":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"22":{"tf":1.0}}}},"r":{"df":5,"docs":{"15":{"tf":1.0},"18":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"0":{"tf":1.0},"4":{"tf":1.0}}}}}}}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"23":{"tf":1.7320508075688772},"28":{"tf":3.605551275463989}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.7320508075688772}}}}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"27":{"tf":1.0},"44":{"tf":1.0},"49":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"10":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"14":{"tf":1.0},"28":{"tf":1.4142135623730951}}}}}}}},"l":{"a":{"df":0,"docs":{},"n":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"(":{")":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"[":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":23,"docs":{"1":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":2.0},"3":{"tf":1.0},"30":{"tf":1.4142135623730951},"34":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":2.0},"47":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":2.449489742783178},"7":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"35":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"u":{"df":2,"docs":{"19":{"tf":1.0},"20":{"tf":1.0}},"g":{"df":1,"docs":{"43":{"tf":1.0}},"g":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"12":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"3":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":3,"docs":{"32":{"tf":1.0},"35":{"tf":1.0},"50":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"25":{"tf":1.0},"28":{"tf":1.0},"37":{"tf":1.0},"52":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"26":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"16":{"tf":1.7320508075688772},"8":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"4":{"tf":1.0},"42":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"5":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"47":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"29":{"tf":1.4142135623730951},"35":{"tf":2.0},"37":{"tf":1.0},"39":{"tf":1.0}}}}}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"21":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"20":{"tf":1.0},"35":{"tf":1.0}}}},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"41":{"tf":1.0}}}},"t":{"df":3,"docs":{"16":{"tf":1.0},"42":{"tf":1.0},"50":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"29":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":2.0}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.4142135623730951}}}}}},"o":{"b":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":7,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"34":{"tf":1.0},"44":{"tf":1.4142135623730951},"46":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"11":{"tf":1.0},"31":{"tf":1.0},"4":{"tf":1.0},"9":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":5,"docs":{"0":{"tf":1.0},"14":{"tf":1.0},"26":{"tf":1.0},"41":{"tf":1.0},"51":{"tf":1.0}},"t":{"df":4,"docs":{"21":{"tf":1.0},"37":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"22":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":6,"docs":{"11":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":7,"docs":{"0":{"tf":1.0},"15":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.4142135623730951},"51":{"tf":1.0},"6":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"44":{"tf":1.0}},"r":{"df":1,"docs":{"35":{"tf":1.0}}}},"i":{"d":{"df":6,"docs":{"26":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"6":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":3,"docs":{"34":{"tf":1.0},"4":{"tf":1.4142135623730951},"6":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"b":{"df":2,"docs":{"44":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"0":{"tf":1.0},"52":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"51":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"12":{"tf":1.0},"3":{"tf":1.0}}}}}}}},"q":{"a":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"27":{"tf":1.7320508075688772},"5":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"tf":1.0}}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"(":{"3":{"df":2,"docs":{"18":{"tf":1.0},"20":{"tf":1.0}}},"5":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}},"df":10,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"23":{"tf":1.7320508075688772},"49":{"tf":1.4142135623730951},"5":{"tf":1.0},"50":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}}},"df":2,"docs":{"4":{"tf":2.0},"6":{"tf":3.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"44":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"l":{"df":3,"docs":{"34":{"tf":1.0},"44":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"—":{"a":{"df":1,"docs":{"35":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"49":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":9,"docs":{"20":{"tf":1.0},"26":{"tf":1.4142135623730951},"29":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.7320508075688772},"41":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.4142135623730951},"9":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":5,"docs":{"0":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.0},"43":{"tf":1.0},"5":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"1":{"tf":1.0},"3":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"5":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"41":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"13":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":4,"docs":{"15":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":13,"docs":{"36":{"tf":1.7320508075688772},"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":2.0},"48":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"0":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"29":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}},"x":{"df":2,"docs":{"34":{"tf":1.0},"35":{"tf":1.0}}}},"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"16":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"14":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"23":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"40":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"37":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":4,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":4,"docs":{"13":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"51":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":8,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"20":{"tf":1.0},"24":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"37":{"tf":1.0},"41":{"tf":1.0},"6":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":3,"docs":{"10":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":10,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.4142135623730951},"28":{"tf":1.0},"4":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.4142135623730951},"52":{"tf":1.0},"6":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":4,"docs":{"16":{"tf":1.0},"29":{"tf":1.0},"44":{"tf":1.4142135623730951},"45":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"0":{"tf":1.0},"52":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"15":{"tf":1.0},"40":{"tf":1.0},"47":{"tf":1.7320508075688772},"9":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":3,"docs":{"16":{"tf":1.0},"51":{"tf":1.0},"7":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"42":{"tf":1.0},"7":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"46":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"5":{"tf":1.0},"51":{"tf":1.0}}}}},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":8,"docs":{"0":{"tf":1.0},"20":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.7320508075688772}},"s":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.4142135623730951}},"e":{"_":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"22":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"p":{"c":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"4":{"tf":1.7320508075688772},"44":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951},"6":{"tf":1.0}}}}}}}}},"df":26,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"11":{"tf":1.7320508075688772},"14":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":2.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":2.23606797749979},"33":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":2.449489742783178},"4":{"tf":1.7320508075688772},"41":{"tf":1.0},"45":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.7320508075688772},"50":{"tf":1.7320508075688772},"51":{"tf":1.4142135623730951},"52":{"tf":2.23606797749979},"6":{"tf":2.6457513110645907},"7":{"tf":1.0},"8":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"23":{"tf":1.0},"44":{"tf":1.4142135623730951}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":23,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.7320508075688772},"30":{"tf":2.0},"31":{"tf":1.7320508075688772},"32":{"tf":1.7320508075688772},"33":{"tf":1.7320508075688772},"34":{"tf":1.7320508075688772},"35":{"tf":1.4142135623730951},"37":{"tf":1.0},"4":{"tf":2.23606797749979},"41":{"tf":1.7320508075688772},"47":{"tf":1.7320508075688772},"50":{"tf":1.7320508075688772},"51":{"tf":1.7320508075688772},"52":{"tf":1.0},"6":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951},"9":{"tf":1.0}},"’":{"df":1,"docs":{"35":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"34":{"tf":1.0}},"{":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":8,"docs":{"10":{"tf":1.0},"27":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.0},"47":{"tf":1.0},"9":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"df":14,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"43":{"tf":1.7320508075688772},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"42":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":5,"docs":{"29":{"tf":1.4142135623730951},"47":{"tf":1.0},"51":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"26":{"tf":1.0},"35":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"27":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"2":{"df":9,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.7320508075688772}}}}}}}},"df":0,"docs":{}}}}},"df":31,"docs":{"1":{"tf":1.0},"10":{"tf":1.7320508075688772},"11":{"tf":2.23606797749979},"12":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":2.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"28":{"tf":2.0},"29":{"tf":2.23606797749979},"30":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"37":{"tf":2.6457513110645907},"4":{"tf":1.7320508075688772},"40":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":2.23606797749979},"48":{"tf":1.0},"49":{"tf":1.4142135623730951},"5":{"tf":1.0},"50":{"tf":2.0},"51":{"tf":1.7320508075688772},"52":{"tf":1.4142135623730951},"6":{"tf":2.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":2.23606797749979}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"23":{"tf":1.0},"33":{"tf":1.0},"5":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"10":{"tf":1.0},"35":{"tf":1.0}}}}}}},"df":1,"docs":{"4":{"tf":1.7320508075688772}},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"16":{"tf":1.0},"23":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"d":{"df":8,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}}},"df":4,"docs":{"11":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"20":{"tf":1.0},"29":{"tf":1.0}}}},"df":0,"docs":{}},"f":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":3,"docs":{"15":{"tf":1.0},"44":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"16":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"22":{"tf":1.0},"6":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"4":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"28":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"25":{"tf":1.0}}},"v":{"df":1,"docs":{"47":{"tf":1.0}},"i":{"c":{"df":4,"docs":{"32":{"tf":1.0},"37":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":8,"docs":{"11":{"tf":1.0},"18":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"36":{"tf":1.0},"49":{"tf":1.4142135623730951},"6":{"tf":1.0},"9":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":13,"docs":{"10":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"32":{"tf":1.0},"50":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":18,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":8,"docs":{"10":{"tf":1.0},"16":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"44":{"tf":1.0},"47":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.7320508075688772}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"0":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0}}}},"w":{"df":4,"docs":{"1":{"tf":1.0},"21":{"tf":1.0},"43":{"tf":1.0},"9":{"tf":1.0}}}}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":11,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"29":{"tf":1.7320508075688772},"35":{"tf":2.0},"41":{"tf":1.0},"5":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"18":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"22":{"tf":1.4142135623730951},"26":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":3,"docs":{"32":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0}}}}},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"22":{"tf":1.4142135623730951},"35":{"tf":1.0},"50":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"11":{"tf":1.0},"18":{"tf":1.0},"3":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":5,"docs":{"15":{"tf":1.0},"18":{"tf":1.0},"46":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"3":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"24":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":6,"docs":{"14":{"tf":1.0},"20":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":1.0},"49":{"tf":1.0},"6":{"tf":1.0}},"i":{"df":1,"docs":{"11":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":4,"docs":{"16":{"tf":1.0},"30":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"t":{"a":{"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"32":{"tf":1.0},"37":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"28":{"tf":1.0}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"22":{"tf":1.4142135623730951}}}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"50":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"16":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"df":0,"docs":{}},"_":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"45":{"tf":1.0},"6":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":13,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.7320508075688772},"37":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.7320508075688772}}}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"16":{"tf":1.0},"23":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0}}},"i":{"c":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}}},"y":{"df":6,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"25":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.4142135623730951},"51":{"tf":1.0}}}},"d":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{":":{":":{"a":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"44":{"tf":1.0}}},"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":{":":{":":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"28":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"15":{"tf":1.0},"35":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"26":{"tf":1.0},"27":{"tf":1.0},"51":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.4142135623730951}},"i":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"27":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"27":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":3,"docs":{"37":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0}}}},"r":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"19":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"b":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"49":{"tf":1.4142135623730951}}}}}},"u":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"18":{"tf":1.0},"22":{"tf":1.4142135623730951},"24":{"tf":1.0}}}},"t":{"df":6,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.4142135623730951}},"t":{"df":1,"docs":{"22":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"0":{"tf":1.0},"52":{"tf":1.0}}}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":10,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"33":{"tf":1.0}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"10":{"tf":1.0},"48":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"16":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"n":{"c":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"26":{"tf":1.0}},"i":{"c":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"22":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":1,"docs":{"22":{"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":{},"e":{"df":0,"docs":{},"m":{"df":7,"docs":{"14":{"tf":1.4142135623730951},"20":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.4142135623730951}}}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"2":{"0":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"0":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"44":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":7,"docs":{"11":{"tf":1.0},"22":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.4142135623730951},"45":{"tf":1.7320508075688772},"5":{"tf":1.0},"51":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"37":{"tf":1.0}}}}},"d":{"df":3,"docs":{"14":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0}}},"df":1,"docs":{"4":{"tf":1.4142135623730951}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":3,"docs":{"16":{"tf":1.0},"3":{"tf":1.4142135623730951},"49":{"tf":1.0}}},"r":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"15":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":21,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.0},"10":{"tf":1.7320508075688772},"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"18":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.7320508075688772},"37":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.4142135623730951},"5":{"tf":1.7320508075688772},"50":{"tf":1.0},"51":{"tf":1.4142135623730951},"9":{"tf":2.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":10,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"{":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"45":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"44":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"44":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":3,"docs":{"29":{"tf":1.0},"39":{"tf":1.0},"7":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"e":{"df":12,"docs":{"0":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.7320508075688772},"3":{"tf":1.4142135623730951},"31":{"tf":1.0},"35":{"tf":1.0},"5":{"tf":1.4142135623730951},"51":{"tf":1.0},"6":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"34":{"tf":1.0},"35":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"14":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"9":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"22":{"tf":1.4142135623730951},"25":{"tf":1.0},"27":{"tf":1.0},"5":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"22":{"tf":1.0}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":24,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"27":{"tf":2.0},"29":{"tf":1.0},"37":{"tf":2.0},"4":{"tf":2.0},"42":{"tf":1.7320508075688772},"44":{"tf":1.4142135623730951},"47":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.4142135623730951},"52":{"tf":1.0},"6":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.0}},"y":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"g":{"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":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"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":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"49":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"34":{"tf":1.0},"35":{"tf":1.0},"47":{"tf":1.0},"9":{"tf":1.0}}},"k":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":15,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.4142135623730951},"23":{"tf":1.7320508075688772},"3":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.7320508075688772},"5":{"tf":1.4142135623730951},"52":{"tf":1.0},"6":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"26":{"tf":1.0},"43":{"tf":1.0},"49":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":13,"docs":{"11":{"tf":1.0},"13":{"tf":1.4142135623730951},"15":{"tf":1.0},"18":{"tf":2.23606797749979},"19":{"tf":2.23606797749979},"20":{"tf":1.4142135623730951},"28":{"tf":1.0},"34":{"tf":1.0},"49":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"4":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"28":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"10":{"tf":1.7320508075688772}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"35":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"13":{"tf":1.0},"24":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.7320508075688772}}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"16":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":3,"docs":{"16":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"30":{"tf":1.0},"4":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"16":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":1,"docs":{"18":{"tf":1.0}}}},"x":{"/":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"30":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"3":{"tf":1.4142135623730951},"37":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"45":{"tf":1.0},"50":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":2,"docs":{"39":{"tf":1.0},"47":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"11":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"10":{"tf":1.0}}}},"df":26,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"15":{"tf":1.0},"18":{"tf":1.7320508075688772},"19":{"tf":1.7320508075688772},"20":{"tf":2.0},"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.4142135623730951},"29":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":2.23606797749979},"45":{"tf":1.7320508075688772},"47":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":30,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"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},"49":{"tf":1.0},"5":{"tf":1.0},"8":{"tf":1.7320508075688772},"9":{"tf":1.4142135623730951}},"s":{"(":{"4":{"df":2,"docs":{"18":{"tf":1.0},"20":{"tf":1.0}}},"8":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"z":{"df":2,"docs":{"44":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"46":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"10":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":19,"docs":{"0":{"tf":1.4142135623730951},"11":{"tf":1.4142135623730951},"16":{"tf":1.0},"18":{"tf":1.7320508075688772},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"25":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.4142135623730951},"34":{"tf":1.0},"37":{"tf":1.4142135623730951},"39":{"tf":1.0},"44":{"tf":1.4142135623730951},"45":{"tf":1.0},"49":{"tf":1.4142135623730951},"5":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.4142135623730951},"7":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":1,"docs":{"24":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"27":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"c":{"!":{"[":{"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":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":1,"docs":{"44":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"5":{"tf":1.0},"51":{"tf":1.0}},"f":{"df":2,"docs":{"26":{"tf":1.0},"7":{"tf":1.0}},"i":{"df":6,"docs":{"14":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":6,"docs":{"10":{"tf":1.0},"14":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.4142135623730951},"6":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"29":{"tf":1.0},"6":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"15":{"tf":1.0},"5":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":12,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"9":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"23":{"tf":1.4142135623730951}}}}},"df":2,"docs":{"4":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"15":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"49":{"tf":1.0},"52":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":8,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"29":{"tf":1.0},"37":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":5,"docs":{"32":{"tf":1.0},"39":{"tf":1.0},"46":{"tf":1.4142135623730951},"50":{"tf":1.0},"52":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"(":{"0":{".":{".":{"=":{"2":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"(":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"4":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"z":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"24":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":1,"docs":{"46":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"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":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"2":{"0":{"df":3,"docs":{"20":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0}}},"df":0,"docs":{}},"8":{"0":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"0":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"6":{"0":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}},"9":{"0":{"df":4,"docs":{"19":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"(":{"1":{".":{".":{"=":{"4":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"z":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{")":{".":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"0":{".":{"5":{")":{".":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"0":{".":{"1":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"0":{"df":1,"docs":{"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":2,"docs":{"22":{"tf":1.0},"23":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"25":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":4,"docs":{"1":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":5,"docs":{"10":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"47":{"tf":1.7320508075688772},"9":{"tf":1.4142135623730951}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":38,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.7320508075688772},"12":{"tf":2.0},"13":{"tf":2.449489742783178},"14":{"tf":2.23606797749979},"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.7320508075688772},"19":{"tf":2.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":2.0},"23":{"tf":2.0},"24":{"tf":1.0},"29":{"tf":1.7320508075688772},"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"37":{"tf":2.23606797749979},"39":{"tf":1.7320508075688772},"4":{"tf":2.449489742783178},"40":{"tf":1.0},"43":{"tf":2.0},"44":{"tf":2.6457513110645907},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.7320508075688772},"5":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"6":{"tf":2.6457513110645907},"7":{"tf":1.4142135623730951},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"28":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"10":{"tf":1.0},"9":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"d":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"22":{"tf":1.0},"27":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"24":{"tf":1.0}}}}}}},"x":{"df":2,"docs":{"4":{"tf":1.4142135623730951},"6":{"tf":2.0}}},"y":{"df":0,"docs":{},"e":{"df":1,"docs":{"51":{"tf":1.0}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"23":{"tf":1.0}}}}}}}},"title":{"root":{"2":{"df":1,"docs":{"18":{"tf":1.0}}},"a":{"d":{"df":4,"docs":{"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"21":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"48":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"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":{"11":{"tf":1.0}}}}}}}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"24":{"tf":1.0}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"z":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"24":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"34":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"45":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"49":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"49":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"47":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"25":{"tf":1.0},"26":{"tf":1.0}}}}}}}},"d":{"a":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"26":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"36":{"tf":1.0},"37":{"tf":1.0}}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"26":{"tf":1.0}},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"l":{"df":1,"docs":{"49":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"17":{"tf":1.0},"21":{"tf":1.0},"43":{"tf":1.0}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"12":{"tf":1.0},"14":{"tf":1.0},"25":{"tf":1.0},"34":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"38":{"tf":1.0}}},"df":0,"docs":{}}}}}},"f":{"a":{"df":0,"docs":{},"q":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"38":{"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":{"27":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"52":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"42":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}},"i":{"df":1,"docs":{"36":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"47":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"v":{"df":1,"docs":{"48":{"tf":1.0}}}},"k":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"37":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"20":{"tf":1.0}}}}},"o":{"a":{"d":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"24":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"37":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"28":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"22":{"tf":1.0}}}}}}},"w":{"df":1,"docs":{"43":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"35":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"23":{"tf":1.0}}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"2":{"tf":1.0},"36":{"tf":1.0},"48":{"tf":1.0},"8":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"15":{"tf":1.0}}}}}}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"28":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}}}}}}},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"28":{"tf":1.0}}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"o":{"b":{"df":0,"docs":{},"e":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"36":{"tf":1.0},"47":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":2,"docs":{"26":{"tf":1.0},"29":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"41":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":6,"docs":{"11":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"37":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"18":{"tf":1.0},"44":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"22":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"45":{"tf":1.0}}}},"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"27":{"tf":1.0},"42":{"tf":1.0}}}}}}}},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"18":{"tf":1.0},"19":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":1,"docs":{"10":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"w":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"23":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"46":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":9,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"lang":"English","pipeline":["trimmer","stopWordFilter","stemmer"],"ref":"id","version":"0.9.5"},"results_options":{"limit_results":30,"teaser_word_count":30},"search_options":{"bool":"OR","expand":true,"fields":{"body":{"boost":1},"breadcrumbs":{"boost":1},"title":{"boost":2}}}}')); \ No newline at end of file diff --git a/docs/searchindex-4d2f5517.js b/docs/searchindex-4d2f5517.js new file mode 100644 index 0000000..26990aa --- /dev/null +++ b/docs/searchindex-4d2f5517.js @@ -0,0 +1 @@ +window.search = Object.assign(window.search, JSON.parse('{"doc_urls":["project-context-primer.html#project-context-primer","what-you-will-learn.html#what-you-will-learn","part-i.html#part-i--foundations","introduction.html#introduction","architecture-overview.html#architecture-overview","architecture-overview.html#core-flow","architecture-overview.html#components","architecture-overview.html#entry-points","architecture-overview.html#builder-api","architecture-overview.html#deployers","architecture-overview.html#assets-and-images","architecture-overview.html#docker-image","architecture-overview.html#circuit-assets","architecture-overview.html#compose-stack","architecture-overview.html#logging-architecture","architecture-overview.html#observability","testing-philosophy.html#testing-philosophy","testing-philosophy.html#declarative-over-imperative","testing-philosophy.html#protocol-time-not-wall-time","testing-philosophy.html#determinism-first-chaos-when-needed","testing-philosophy.html#observable-health-signals","testing-philosophy.html#minimum-run-windows","testing-philosophy.html#summary","scenario-lifecycle.html#scenario-lifecycle","design-rationale.html#design-rationale","part-ii.html#part-ii--user-guide","workspace-layout.html#workspace-layout","annotated-tree.html#annotated-tree","annotated-tree.html#key-directories-explained","annotated-tree.html#testing-framework","annotated-tree.html#testing-frameworkassetsstack","annotated-tree.html#examples-start-here","annotated-tree.html#scripts","annotated-tree.html#observability","annotated-tree.html#navigation-guide","authoring-scenarios.html#authoring-scenarios","workloads.html#core-content-workloads--expectations","workloads.html#workloads","workloads.html#expectations","scenario-builder-ext-patterns.html#core-content-scenariobuilderext-patterns","best-practices.html#best-practices","examples.html#examples","examples.html#simple-consensus-liveness","examples.html#transaction-workload","examples.html#da--transaction-workload","examples.html#chaos-resilience","examples-advanced.html#advanced-examples","examples-advanced.html#summary","examples-advanced.html#load-progression-test","examples-advanced.html#sustained-load-test","examples-advanced.html#aggressive-chaos-test","examples-advanced.html#extension-ideas","examples-advanced.html#network-partition-recovery","examples-advanced.html#block-timing-consistency","examples-advanced.html#invalid-transaction-fuzzing","examples-advanced.html#wallet-balance-verification","running-scenarios.html#running-scenarios","runners.html#runners","runners.html#local-runner","runners.html#docker-compose-runner","runners.html#kubernetes-runner","runners.html#common-expectations","operations.html#operations","operations.html#ci-usage","operations.html#running-examples","operations.html#local-runner","operations.html#compose-runner","operations.html#k8s-runner","operations.html#circuit-assets-kzg-parameters","operations.html#asset-location","operations.html#getting-circuit-assets","operations.html#ci-workflow","operations.html#when-are-assets-needed","operations.html#logging-and-observability","operations.html#node-logging-vs-framework-logging","operations.html#logging-environment-variables","operations.html#per-node-log-files","operations.html#filter-target-names","operations.html#accessing-logs-per-runner","operations.html#otlp-and-telemetry","operations.html#observability-prometheus-and-node-apis","part-iii.html#part-iii--developer-reference","scenario-model.html#scenario-model-developer-level","extending.html#extending-the-framework","extending.html#adding-a-workload","extending.html#adding-an-expectation","extending.html#adding-a-runner","extending.html#adding-topology-helpers","custom-workload-example.html#example-new-workload--expectation-rust","custom-workload-example.html#workload-simple-reachability-probe","custom-workload-example.html#expectation-confirm-the-target-stayed-reachable","custom-workload-example.html#how-to-wire-it","internal-crate-reference.html#internal-crate-reference","internal-crate-reference.html#where-to-add-new-capabilities","internal-crate-reference.html#extension-workflow","internal-crate-reference.html#adding-a-new-workload","internal-crate-reference.html#adding-a-new-expectation","internal-crate-reference.html#adding-a-new-deployer","part-iv.html#part-iv--appendix","dsl-cheat-sheet.html#builder-api-quick-reference","dsl-cheat-sheet.html#imports","dsl-cheat-sheet.html#topology","dsl-cheat-sheet.html#wallets","dsl-cheat-sheet.html#transaction-workload","dsl-cheat-sheet.html#da-workload","dsl-cheat-sheet.html#chaos-workload-requires-enable_node_control","dsl-cheat-sheet.html#expectations","dsl-cheat-sheet.html#run-duration","dsl-cheat-sheet.html#build","dsl-cheat-sheet.html#deployers","dsl-cheat-sheet.html#execution","dsl-cheat-sheet.html#complete-example","troubleshooting.html#troubleshooting-scenarios","troubleshooting.html#quick-symptom-guide","troubleshooting.html#where-to-find-logs","troubleshooting.html#log-location-quick-reference","troubleshooting.html#accessing-node-logs-by-runner","troubleshooting.html#debugging-workflow","troubleshooting.html#1-check-framework-output","troubleshooting.html#2-verify-node-readiness","troubleshooting.html#3-inspect-node-logs","troubleshooting.html#4-check-log-levels","troubleshooting.html#5-verify-observability-endpoints","troubleshooting.html#6-compare-with-known-good-scenario","troubleshooting.html#common-error-messages","troubleshooting.html#consensus-liveness-expectation-failed","troubleshooting.html#wallet-seeding-failed","troubleshooting.html#node-control-not-available","troubleshooting.html#readiness-timeout","troubleshooting.html#port-already-in-use","troubleshooting.html#image-not-found-nomos-testnetlocal","troubleshooting.html#failed-to-load-kzg-parameters-or-circuit-file-not-found","faq.html#faq","glossary.html#glossary"],"index":{"documentStore":{"docInfo":{"0":{"body":73,"breadcrumbs":6,"title":3},"1":{"body":26,"breadcrumbs":2,"title":1},"10":{"body":0,"breadcrumbs":6,"title":2},"100":{"body":17,"breadcrumbs":8,"title":1},"101":{"body":22,"breadcrumbs":8,"title":1},"102":{"body":9,"breadcrumbs":8,"title":1},"103":{"body":19,"breadcrumbs":9,"title":2},"104":{"body":21,"breadcrumbs":9,"title":2},"105":{"body":31,"breadcrumbs":11,"title":4},"106":{"body":8,"breadcrumbs":8,"title":1},"107":{"body":7,"breadcrumbs":9,"title":2},"108":{"body":7,"breadcrumbs":8,"title":1},"109":{"body":14,"breadcrumbs":8,"title":1},"11":{"body":20,"breadcrumbs":6,"title":2},"110":{"body":8,"breadcrumbs":8,"title":1},"111":{"body":61,"breadcrumbs":9,"title":2},"112":{"body":28,"breadcrumbs":7,"title":2},"113":{"body":119,"breadcrumbs":8,"title":3},"114":{"body":0,"breadcrumbs":7,"title":2},"115":{"body":141,"breadcrumbs":9,"title":4},"116":{"body":345,"breadcrumbs":9,"title":4},"117":{"body":4,"breadcrumbs":7,"title":2},"118":{"body":16,"breadcrumbs":9,"title":4},"119":{"body":60,"breadcrumbs":9,"title":4},"12":{"body":18,"breadcrumbs":6,"title":2},"120":{"body":56,"breadcrumbs":9,"title":4},"121":{"body":13,"breadcrumbs":9,"title":4},"122":{"body":18,"breadcrumbs":9,"title":4},"123":{"body":14,"breadcrumbs":10,"title":5},"124":{"body":0,"breadcrumbs":8,"title":3},"125":{"body":49,"breadcrumbs":9,"title":4},"126":{"body":18,"breadcrumbs":8,"title":3},"127":{"body":27,"breadcrumbs":8,"title":3},"128":{"body":41,"breadcrumbs":7,"title":2},"129":{"body":25,"breadcrumbs":8,"title":3},"13":{"body":18,"breadcrumbs":6,"title":2},"130":{"body":32,"breadcrumbs":9,"title":4},"131":{"body":39,"breadcrumbs":12,"title":7},"132":{"body":155,"breadcrumbs":5,"title":1},"133":{"body":304,"breadcrumbs":5,"title":1},"14":{"body":81,"breadcrumbs":6,"title":2},"15":{"body":45,"breadcrumbs":5,"title":1},"16":{"body":17,"breadcrumbs":6,"title":2},"17":{"body":45,"breadcrumbs":7,"title":3},"18":{"body":127,"breadcrumbs":8,"title":4},"19":{"body":72,"breadcrumbs":8,"title":4},"2":{"body":10,"breadcrumbs":4,"title":2},"20":{"body":51,"breadcrumbs":7,"title":3},"21":{"body":86,"breadcrumbs":7,"title":3},"22":{"body":26,"breadcrumbs":5,"title":1},"23":{"body":106,"breadcrumbs":6,"title":2},"24":{"body":68,"breadcrumbs":6,"title":2},"25":{"body":10,"breadcrumbs":8,"title":4},"26":{"body":99,"breadcrumbs":8,"title":2},"27":{"body":121,"breadcrumbs":8,"title":2},"28":{"body":0,"breadcrumbs":9,"title":3},"29":{"body":44,"breadcrumbs":8,"title":2},"3":{"body":84,"breadcrumbs":4,"title":1},"30":{"body":22,"breadcrumbs":8,"title":2},"31":{"body":35,"breadcrumbs":9,"title":3},"32":{"body":9,"breadcrumbs":7,"title":1},"33":{"body":44,"breadcrumbs":7,"title":1},"34":{"body":63,"breadcrumbs":8,"title":2},"35":{"body":101,"breadcrumbs":8,"title":2},"36":{"body":18,"breadcrumbs":12,"title":4},"37":{"body":38,"breadcrumbs":9,"title":1},"38":{"body":54,"breadcrumbs":9,"title":1},"39":{"body":84,"breadcrumbs":12,"title":4},"4":{"body":10,"breadcrumbs":6,"title":2},"40":{"body":103,"breadcrumbs":8,"title":2},"41":{"body":60,"breadcrumbs":6,"title":1},"42":{"body":50,"breadcrumbs":8,"title":3},"43":{"body":53,"breadcrumbs":7,"title":2},"44":{"body":61,"breadcrumbs":8,"title":3},"45":{"body":73,"breadcrumbs":7,"title":2},"46":{"body":8,"breadcrumbs":9,"title":2},"47":{"body":44,"breadcrumbs":8,"title":1},"48":{"body":66,"breadcrumbs":10,"title":3},"49":{"body":64,"breadcrumbs":10,"title":3},"5":{"body":17,"breadcrumbs":6,"title":2},"50":{"body":70,"breadcrumbs":10,"title":3},"51":{"body":7,"breadcrumbs":9,"title":2},"52":{"body":41,"breadcrumbs":10,"title":3},"53":{"body":33,"breadcrumbs":10,"title":3},"54":{"body":42,"breadcrumbs":10,"title":3},"55":{"body":44,"breadcrumbs":10,"title":3},"56":{"body":75,"breadcrumbs":8,"title":2},"57":{"body":31,"breadcrumbs":6,"title":1},"58":{"body":26,"breadcrumbs":7,"title":2},"59":{"body":36,"breadcrumbs":8,"title":3},"6":{"body":81,"breadcrumbs":5,"title":1},"60":{"body":25,"breadcrumbs":7,"title":2},"61":{"body":43,"breadcrumbs":7,"title":2},"62":{"body":134,"breadcrumbs":6,"title":1},"63":{"body":46,"breadcrumbs":7,"title":2},"64":{"body":0,"breadcrumbs":7,"title":2},"65":{"body":74,"breadcrumbs":7,"title":2},"66":{"body":156,"breadcrumbs":7,"title":2},"67":{"body":110,"breadcrumbs":7,"title":2},"68":{"body":9,"breadcrumbs":9,"title":4},"69":{"body":18,"breadcrumbs":7,"title":2},"7":{"body":56,"breadcrumbs":6,"title":2},"70":{"body":41,"breadcrumbs":8,"title":3},"71":{"body":22,"breadcrumbs":7,"title":2},"72":{"body":30,"breadcrumbs":7,"title":2},"73":{"body":0,"breadcrumbs":7,"title":2},"74":{"body":95,"breadcrumbs":10,"title":5},"75":{"body":76,"breadcrumbs":8,"title":3},"76":{"body":58,"breadcrumbs":9,"title":4},"77":{"body":36,"breadcrumbs":8,"title":3},"78":{"body":321,"breadcrumbs":9,"title":4},"79":{"body":35,"breadcrumbs":7,"title":2},"8":{"body":58,"breadcrumbs":6,"title":2},"80":{"body":56,"breadcrumbs":9,"title":4},"81":{"body":10,"breadcrumbs":8,"title":4},"82":{"body":118,"breadcrumbs":12,"title":4},"83":{"body":0,"breadcrumbs":8,"title":2},"84":{"body":39,"breadcrumbs":8,"title":2},"85":{"body":21,"breadcrumbs":8,"title":2},"86":{"body":29,"breadcrumbs":8,"title":2},"87":{"body":21,"breadcrumbs":9,"title":3},"88":{"body":19,"breadcrumbs":14,"title":5},"89":{"body":120,"breadcrumbs":13,"title":4},"9":{"body":47,"breadcrumbs":5,"title":1},"90":{"body":67,"breadcrumbs":14,"title":5},"91":{"body":24,"breadcrumbs":10,"title":1},"92":{"body":112,"breadcrumbs":10,"title":3},"93":{"body":63,"breadcrumbs":10,"title":3},"94":{"body":0,"breadcrumbs":9,"title":2},"95":{"body":69,"breadcrumbs":10,"title":3},"96":{"body":50,"breadcrumbs":10,"title":3},"97":{"body":54,"breadcrumbs":10,"title":3},"98":{"body":10,"breadcrumbs":6,"title":3},"99":{"body":7,"breadcrumbs":11,"title":4}},"docs":{"0":{"body":"This book focuses on the Nomos Testing Framework. It assumes familiarity with\\nthe Nomos architecture, but for completeness, here is a short primer. Nomos is a modular blockchain protocol composed of validators, executors,\\nand a data-availability (DA) subsystem. Validators participate in consensus and produce blocks. Executors are validators with the DA dispersal service enabled. They perform\\nall validator functions plus submit blob data to the DA network. Data Availability (DA) ensures that blob data submitted via channel operations\\nin transactions is published and retrievable by the network. These roles interact tightly, which is why meaningful testing must be performed\\nin multi-node environments that include real networking, timing, and DA\\ninteraction.","breadcrumbs":"Project Context Primer » Project Context Primer","id":"0","title":"Project Context Primer"},"1":{"body":"This book gives you a clear mental model for Nomos multi-node testing, shows how\\nto author scenarios that pair realistic workloads with explicit expectations,\\nand guides you to run them across local, containerized, and cluster environments\\nwithout changing the plan.","breadcrumbs":"What You Will Learn » What You Will Learn","id":"1","title":"What You Will Learn"},"10":{"body":"","breadcrumbs":"Part I — Foundations » Architecture Overview » Assets and Images","id":"10","title":"Assets and Images"},"100":{"body":"#![allow(unused)] fn main() {\\nuse testing_framework_core::scenario::{Deployer, ScenarioBuilder};\\nuse testing_framework_runner_local::LocalDeployer;\\nuse testing_framework_runner_compose::ComposeDeployer;\\nuse testing_framework_runner_k8s::K8sDeployer;\\nuse testing_framework_workflows::{ScenarioBuilderExt, ChaosBuilderExt};\\nuse std::time::Duration; }","breadcrumbs":"Part IV — Appendix » Builder API Quick Reference » Imports","id":"100","title":"Imports"},"101":{"body":"#![allow(unused)] fn main() {\\nScenarioBuilder::topology() .network_star() // Star topology (all connect to seed node) .validators(3) // Number of validator nodes .executors(2) // Number of executor nodes .apply() // Finish topology configuration }","breadcrumbs":"Part IV — Appendix » Builder API Quick Reference » Topology","id":"101","title":"Topology"},"102":{"body":"#![allow(unused)] fn main() {\\n.wallets(50) // Seed 50 funded wallet accounts }","breadcrumbs":"Part IV — Appendix » Builder API Quick Reference » Wallets","id":"102","title":"Wallets"},"103":{"body":"#![allow(unused)] fn main() {\\n.transactions() .rate(5) // 5 transactions per block .users(20) // Use 20 of the seeded wallets .apply() // Finish transaction workload config }","breadcrumbs":"Part IV — Appendix » Builder API Quick Reference » Transaction Workload","id":"103","title":"Transaction Workload"},"104":{"body":"#![allow(unused)] fn main() {\\n.da() .channel_rate(1) // 1 channel operation per block .blob_rate(2) // 2 blob dispersals per block .apply() // Finish DA workload config }","breadcrumbs":"Part IV — Appendix » Builder API Quick Reference » DA Workload","id":"104","title":"DA Workload"},"105":{"body":"#![allow(unused)] fn main() {\\n.enable_node_control() // Enable node control capability\\n.chaos() .restart() // Random restart chaos .min_delay(Duration::from_secs(30)) // Min time between restarts .max_delay(Duration::from_secs(60)) // Max time between restarts .target_cooldown(Duration::from_secs(45)) // Cooldown after restart .apply() // Finish chaos workload config }","breadcrumbs":"Part IV — Appendix » Builder API Quick Reference » Chaos Workload (Requires enable_node_control())","id":"105","title":"Chaos Workload (Requires enable_node_control())"},"106":{"body":"#![allow(unused)] fn main() {\\n.expect_consensus_liveness() // Assert blocks are produced continuously }","breadcrumbs":"Part IV — Appendix » Builder API Quick Reference » Expectations","id":"106","title":"Expectations"},"107":{"body":"#![allow(unused)] fn main() {\\n.with_run_duration(Duration::from_secs(120)) // Run for 120 seconds }","breadcrumbs":"Part IV — Appendix » Builder API Quick Reference » Run Duration","id":"107","title":"Run Duration"},"108":{"body":"#![allow(unused)] fn main() {\\n.build() // Construct the final Scenario }","breadcrumbs":"Part IV — Appendix » Builder API Quick Reference » Build","id":"108","title":"Build"},"109":{"body":"#![allow(unused)] fn main() {\\n// Local processes\\nlet deployer = LocalDeployer::default(); // Docker Compose\\nlet deployer = ComposeDeployer::default(); // Kubernetes\\nlet deployer = K8sDeployer::default(); }","breadcrumbs":"Part IV — Appendix » Builder API Quick Reference » Deployers","id":"109","title":"Deployers"},"11":{"body":"Built via testing-framework/assets/stack/scripts/build_test_image.sh: Embeds KZG circuit parameters from testing-framework/assets/stack/kzgrs_test_params/ Includes runner scripts: run_nomos_node.sh, run_nomos_executor.sh Tagged as NOMOS_TESTNET_IMAGE (default: nomos-testnet:local)","breadcrumbs":"Part I — Foundations » Architecture Overview » Docker Image","id":"11","title":"Docker Image"},"110":{"body":"#![allow(unused)] fn main() {\\nlet runner = deployer.deploy(&plan).await?;\\nlet _handle = runner.run(&mut plan).await?; }","breadcrumbs":"Part IV — Appendix » Builder API Quick Reference » Execution","id":"110","title":"Execution"},"111":{"body":"#![allow(unused)] fn main() {\\nuse testing_framework_core::scenario::{Deployer, ScenarioBuilder};\\nuse testing_framework_runner_local::LocalDeployer;\\nuse testing_framework_workflows::ScenarioBuilderExt;\\nuse std::time::Duration; async fn run_test() -> Result<(), Box> { let mut plan = ScenarioBuilder::topology() .network_star() .validators(3) .executors(2) .apply() .wallets(50) .transactions() .rate(5) // 5 transactions per block .users(20) .apply() .da() .channel_rate(1) // 1 channel operation per block .blob_rate(2) // 2 blob dispersals per block .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(90)) .build(); let deployer = LocalDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} }","breadcrumbs":"Part IV — Appendix » Builder API Quick Reference » Complete Example","id":"111","title":"Complete Example"},"112":{"body":"Prerequisites for All Runners: POL_PROOF_DEV_MODE=true MUST be set for all runners (local, compose, k8s) to avoid expensive Groth16 proof generation that causes timeouts KZG circuit assets must be present at testing-framework/assets/stack/kzgrs_test_params/ for DA workloads (fetch via scripts/setup-nomos-circuits.sh)","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Troubleshooting Scenarios","id":"112","title":"Troubleshooting Scenarios"},"113":{"body":"Common symptoms and likely causes: No or slow block progression: missing POL_PROOF_DEV_MODE=true, missing KZG circuit assets for DA workloads, too-short run window, port conflicts, or resource exhaustion—set required env vars, verify assets, extend duration, check node logs for startup errors. Transactions not included: unfunded or misconfigured wallets (check .wallets(N) vs .users(M)), transaction rate exceeding block capacity, or rates exceeding block production speed—reduce rate, increase wallet count, verify wallet setup in logs. Chaos stalls the run: chaos (node control) only works with ComposeDeployer; LocalDeployer and K8sDeployer don’t support it (won’t “stall”, just can’t execute chaos workloads). With compose, aggressive restart cadence can prevent consensus recovery—widen restart intervals. Observability gaps: metrics or logs unreachable because ports clash or services are not exposed—adjust observability ports and confirm runner wiring. Flaky behavior across runs: mixing chaos with functional smoke tests or inconsistent topology between environments—separate deterministic and chaos scenarios and standardize topology presets.","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Quick Symptom Guide","id":"113","title":"Quick Symptom Guide"},"114":{"body":"","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Where to Find Logs","id":"114","title":"Where to Find Logs"},"115":{"body":"Runner Default Output With NOMOS_LOG_DIR + Flags Access Command Local Temporary directories (cleaned up) Per-node files with prefix nomos-node-{index} (requires NOMOS_TESTS_TRACING=true) cat $NOMOS_LOG_DIR/nomos-node-0* Compose Docker container stdout/stderr Per-node files inside containers (if path is mounted) docker ps then docker logs K8s Pod stdout/stderr Per-node files inside pods (if path is mounted) kubectl logs -l app=nomos-validator Important Notes: Local runner: Logs go to system temporary directories (NOT in working directory) by default and are automatically cleaned up after tests. To persist logs, you MUST set both NOMOS_TESTS_TRACING=true AND NOMOS_LOG_DIR=/path/to/logs. Compose/K8s: Per-node log files only exist inside containers/pods if NOMOS_LOG_DIR is set AND the path is writable inside the container/pod. By default, rely on docker logs or kubectl logs. File naming: Log files use prefix nomos-node-{index}* or nomos-executor-{index}* with timestamps, e.g., nomos-node-0.2024-12-01T10-30-45.log (NOT just .log suffix). Container names: Compose containers include project UUID, e.g., nomos-compose--validator-0-1 where is randomly generated per run","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Log Location Quick Reference","id":"115","title":"Log Location Quick Reference"},"116":{"body":"Local Runner Console output (default): POL_PROOF_DEV_MODE=true cargo run -p runner-examples --bin local_runner 2>&1 | tee test.log Persistent file output: NOMOS_TESTS_TRACING=true \\\\\\nNOMOS_LOG_DIR=/tmp/debug-logs \\\\\\nNOMOS_LOG_LEVEL=debug \\\\\\nPOL_PROOF_DEV_MODE=true \\\\\\ncargo run -p runner-examples --bin local_runner # Inspect logs (note: filenames include timestamps):\\nls /tmp/debug-logs/\\n# Example: nomos-node-0.2024-12-01T10-30-45.log\\ntail -f /tmp/debug-logs/nomos-node-0* # Use wildcard to match timestamp Compose Runner Stream live logs: # List running containers (note the UUID prefix in names)\\ndocker ps --filter \\"name=nomos-compose-\\" # Find your container ID or name from the list, then:\\ndocker logs -f # Or filter by name pattern:\\ndocker logs -f $(docker ps --filter \\"name=nomos-compose-.*-validator-0\\" -q | head -1) # Show last 100 lines\\ndocker logs --tail 100 Keep containers for post-mortem debugging: COMPOSE_RUNNER_PRESERVE=1 \\\\\\nNOMOS_TESTNET_IMAGE=nomos-testnet:local \\\\\\ncargo run -p runner-examples --bin compose_runner # After test failure, containers remain running:\\ndocker ps --filter \\"name=nomos-compose-\\"\\ndocker exec -it /bin/sh\\ndocker logs > debug.log Note: Container names follow the pattern nomos-compose-{uuid}-validator-{index}-1 or nomos-compose-{uuid}-executor-{index}-1, where {uuid} is randomly generated per run. K8s Runner Important: Always verify your namespace and use label selectors instead of assuming pod names. Stream pod logs (use label selectors): # Check your namespace first\\nkubectl config view --minify | grep namespace # All validator pods (add -n if not using default)\\nkubectl logs -l app=nomos-validator -f # All executor pods\\nkubectl logs -l app=nomos-executor -f # Specific pod by name (find exact name first)\\nkubectl get pods -l app=nomos-validator # Find the exact pod name\\nkubectl logs -f # Then use it # With explicit namespace\\nkubectl logs -n my-namespace -l app=nomos-validator -f Download logs from crashed pods: # Previous logs from crashed pod\\nkubectl get pods -l app=nomos-validator # Find crashed pod name first\\nkubectl logs --previous > crashed-validator.log # Or use label selector for all crashed validators\\nfor pod in $(kubectl get pods -l app=nomos-validator -o name); do kubectl logs --previous $pod > $(basename $pod)-previous.log 2>&1\\ndone Access logs from all pods: # All pods in current namespace\\nfor pod in $(kubectl get pods -o name); do echo \\"=== $pod ===\\" kubectl logs $pod\\ndone > all-logs.txt # Or use label selectors (recommended)\\nkubectl logs -l app=nomos-validator --tail=500 > validators.log\\nkubectl logs -l app=nomos-executor --tail=500 > executors.log # With explicit namespace\\nkubectl logs -n my-namespace -l app=nomos-validator --tail=500 > validators.log","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Accessing Node Logs by Runner","id":"116","title":"Accessing Node Logs by Runner"},"117":{"body":"When a test fails, follow this sequence:","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Debugging Workflow","id":"117","title":"Debugging Workflow"},"118":{"body":"Start with the test harness output—did expectations fail? Was there a deployment error? Look for: Expectation failure messages Timeout errors Deployment/readiness failures","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » 1. Check Framework Output","id":"118","title":"1. Check Framework Output"},"119":{"body":"Ensure all nodes started successfully and became ready before workloads began. Commands: # Local: check process list\\nps aux | grep nomos # Compose: check container status (note UUID in names)\\ndocker ps -a --filter \\"name=nomos-compose-\\" # K8s: check pod status (use label selectors, add -n if needed)\\nkubectl get pods -l app=nomos-validator\\nkubectl get pods -l app=nomos-executor\\nkubectl describe pod # Get name from above first","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » 2. Verify Node Readiness","id":"119","title":"2. Verify Node Readiness"},"12":{"body":"KZG parameters required for DA workloads: Default path: testing-framework/assets/stack/kzgrs_test_params/ Override: NOMOS_KZGRS_PARAMS_PATH=/custom/path Fetch via: scripts/setup-nomos-circuits.sh v0.3.1 /tmp/circuits","breadcrumbs":"Part I — Foundations » Architecture Overview » Circuit Assets","id":"12","title":"Circuit Assets"},"120":{"body":"Focus on the first node that exhibited problems or the node with the highest index (often the last to start). Common error patterns: “Failed to bind address” → port conflict “Connection refused” → peer not ready or network issue “Proof verification failed” or “Proof generation timeout” → missing POL_PROOF_DEV_MODE=true (REQUIRED for all runners) “Failed to load KZG parameters” or “Circuit file not found” → missing KZG circuit assets at testing-framework/assets/stack/kzgrs_test_params/ “Insufficient funds” → wallet seeding issue (increase .wallets(N) or reduce .users(M))","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » 3. Inspect Node Logs","id":"120","title":"3. Inspect Node Logs"},"121":{"body":"If logs are too sparse, increase verbosity: NOMOS_LOG_LEVEL=debug \\\\\\nNOMOS_LOG_FILTER=\\"nomos_consensus=trace,nomos_da_sampling=debug\\" \\\\\\ncargo run -p runner-examples --bin local_runner","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » 4. Check Log Levels","id":"121","title":"4. Check Log Levels"},"122":{"body":"If expectations report observability issues: Prometheus (Compose): curl http://localhost:9090/-/healthy Node HTTP APIs: curl http://localhost:18080/consensus/info # Adjust port per node","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » 5. Verify Observability Endpoints","id":"122","title":"5. Verify Observability Endpoints"},"123":{"body":"Run a minimal baseline test (e.g., 2 validators, consensus liveness only). If it passes, the issue is in your workload or topology configuration.","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » 6. Compare with Known-Good Scenario","id":"123","title":"6. Compare with Known-Good Scenario"},"124":{"body":"","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Common Error Messages","id":"124","title":"Common Error Messages"},"125":{"body":"Cause: Not enough blocks produced during run window, missing POL_PROOF_DEV_MODE=true (causes slow proof generation), or missing KZG assets for DA workloads Fix: Verify POL_PROOF_DEV_MODE=true is set (REQUIRED for all runners) Verify KZG assets exist at testing-framework/assets/stack/kzgrs_test_params/ (for DA workloads) Extend with_run_duration() to allow more blocks Check node logs for proof generation or DA errors Reduce transaction/DA rate if nodes are overwhelmed","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » “Consensus liveness expectation failed”","id":"125","title":"“Consensus liveness expectation failed”"},"126":{"body":"Cause: Topology doesn’t have enough funded wallets for the workload Fix: Increase .wallets(N) count or reduce .users(M) in transaction workload (ensure N ≥ M)","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » “Wallet seeding failed”","id":"126","title":"“Wallet seeding failed”"},"127":{"body":"Cause: Runner doesn’t support node control (only ComposeDeployer does), or enable_node_control() wasn’t called Fix: Use ComposeDeployer for chaos tests (LocalDeployer and K8sDeployer don’t support node control) Ensure .enable_node_control() is called in scenario before .chaos()","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » “Node control not available”","id":"127","title":"“Node control not available”"},"128":{"body":"Cause: Nodes didn’t become responsive within expected time (often due to missing prerequisites) Fix: Verify POL_PROOF_DEV_MODE=true is set (REQUIRED for all runners—without it, proof generation is too slow) Check node logs for startup errors (port conflicts, missing assets) Verify network connectivity between nodes For DA workloads, ensure KZG circuit assets are present","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » “Readiness timeout”","id":"128","title":"“Readiness timeout”"},"129":{"body":"Cause: Previous test didn’t clean up, or another process holds the port Fix: Kill orphaned processes ( pkill nomos-node), wait for Docker cleanup ( docker compose down), or restart Docker","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » “Port already in use”","id":"129","title":"“Port already in use”"},"13":{"body":"Templates and configs in testing-framework/runners/compose/assets/: docker-compose.yml.tera — Stack template (validators, executors, Prometheus) Cfgsync config: testing-framework/assets/stack/cfgsync.yaml Monitoring: testing-framework/assets/stack/monitoring/prometheus.yml","breadcrumbs":"Part I — Foundations » Architecture Overview » Compose Stack","id":"13","title":"Compose Stack"},"130":{"body":"Cause: Docker image not built for Compose/K8s runners, or KZG assets not baked into image Fix: Fetch KZG assets: scripts/setup-nomos-circuits.sh v0.3.1 /tmp/nomos-circuits Copy to assets: cp -r /tmp/nomos-circuits/* testing-framework/assets/stack/kzgrs_test_params/ Build image: testing-framework/assets/stack/scripts/build_test_image.sh","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » “Image not found: nomos-testnet:local”","id":"130","title":"“Image not found: nomos-testnet:local”"},"131":{"body":"Cause: DA workload requires KZG circuit assets that aren’t present Fix: Fetch assets: scripts/setup-nomos-circuits.sh v0.3.1 /tmp/nomos-circuits Copy to expected path: cp -r /tmp/nomos-circuits/* testing-framework/assets/stack/kzgrs_test_params/ For Compose/K8s: rebuild image with assets baked in For detailed logging configuration and observability setup, see Operations.","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » “Failed to load KZG parameters” or “Circuit file not found”","id":"131","title":"“Failed to load KZG parameters” or “Circuit file not found”"},"132":{"body":"Why block-oriented timing? Slots advance at a fixed rate (NTP-synchronized, 2s by default), so reasoning\\nabout blocks and consensus intervals keeps assertions aligned with protocol\\nbehavior rather than arbitrary wall-clock durations. Can I reuse the same scenario across runners? Yes. The plan stays the same; swap runners (local, compose, k8s) to target\\ndifferent environments. When should I enable chaos workloads? Only when testing resilience or operational recovery; keep functional smoke\\ntests deterministic. How long should runs be? The framework enforces a minimum of 2× slot duration (4 seconds with default 2s slots), but practical recommendations: Smoke tests: 30s minimum (~14 blocks with default 2s slots, 0.9 coefficient) Transaction workloads: 60s+ (~27 blocks) to observe inclusion patterns DA workloads: 90s+ (~40 blocks) to account for dispersal and sampling Chaos tests: 120s+ (~54 blocks) to allow recovery after restarts Very short runs (< 30s) risk false confidence—one or two lucky blocks don’t prove liveness. Do I always need seeded wallets? Only for transaction scenarios. Data-availability or pure chaos scenarios may\\nnot require them, but liveness checks still need validators producing blocks. What if expectations fail but workloads “look fine”? Trust expectations first—they capture the intended success criteria. Use the\\nobservability signals and runner logs to pinpoint why the system missed the\\ntarget.","breadcrumbs":"Part IV — Appendix » FAQ » FAQ","id":"132","title":"FAQ"},"133":{"body":"Validator: node role responsible for participating in consensus and block\\nproduction. Executor: a validator node with the DA dispersal service enabled. Executors\\ncan submit transactions and disperse blob data to the DA network, in addition\\nto performing all validator functions. DA (Data Availability): subsystem ensuring blobs or channel data are\\npublished and retrievable for validation. Deployer: component that provisions infrastructure (spawns processes,\\ncreates containers, or launches pods), waits for readiness, and returns a\\nRunner. Examples: LocalDeployer, ComposeDeployer, K8sDeployer. Runner: component returned by deployers that orchestrates scenario\\nexecution—starts workloads, observes signals, evaluates expectations, and\\ntriggers cleanup. Workload: traffic or behavior generator that exercises the system during a\\nscenario run. Expectation: post-run assertion that judges whether the system met the\\nintended success criteria. Topology: declarative description of the cluster shape, roles, and\\nhigh-level parameters for a scenario. Scenario: immutable plan combining topology, workloads, expectations, and\\nrun duration. Blockfeed: stream of block observations used for liveness or inclusion\\nsignals during a run. Control capability: the ability for a runner to start, stop, or restart\\nnodes, used by chaos workloads. Slot duration: time interval between consensus rounds in Cryptarchia. Blocks\\nare produced at multiples of the slot duration based on lottery outcomes. Block cadence: observed rate of block production in a live network, measured\\nin blocks per second or seconds per block. Cooldown: waiting period after a chaos action (e.g., node restart) before\\ntriggering the next action, allowing the system to stabilize. Run window: total duration a scenario executes, specified via with_run_duration(). Framework auto-extends to at least 2× slot duration. Readiness probe: health check performed by runners to ensure nodes are\\nreachable and responsive before starting workloads. Prevents false negatives\\nfrom premature traffic. Liveness: property that the system continues making progress (producing\\nblocks) under specified conditions. Contrasts with safety/correctness which\\nverifies that state transitions are accurate. State assertion: expectation that verifies specific values in the system\\nstate (e.g., wallet balances, UTXO sets) rather than just progress signals.\\nAlso called “correctness expectations.” Mantle transaction: transaction type in Nomos that can contain UTXO transfers\\n(LedgerTx) and operations (Op), including channel data (ChannelBlob). Channel: logical grouping for DA blobs; each blob belongs to a channel and\\nreferences a parent blob in the same channel, creating a chain of related data. POL_PROOF_DEV_MODE: environment variable that disables expensive Groth16 zero-knowledge\\nproof generation for leader election. Required for all runners (local, compose, k8s)\\nfor practical testing—without it, proof generation causes timeouts. Should never be\\nused in production environments.","breadcrumbs":"Part IV — Appendix » Glossary » Glossary","id":"133","title":"Glossary"},"14":{"body":"Two separate logging pipelines: Component Configuration Output Runner binaries RUST_LOG Framework orchestration logs Node processes NOMOS_LOG_LEVEL, NOMOS_LOG_FILTER, NOMOS_LOG_DIR Consensus, DA, mempool logs Node logging: Local runner: Writes to temporary directories by default (cleaned up). Set NOMOS_TESTS_TRACING=true + NOMOS_LOG_DIR for persistent files. Compose runner: Default logs to container stdout/stderr ( docker logs). Optional per-node files if NOMOS_LOG_DIR is set and mounted. K8s runner: Logs to pod stdout/stderr ( kubectl logs). Optional per-node files if NOMOS_LOG_DIR is set and mounted. File naming: Per-node files use prefix nomos-node-{index} or nomos-executor-{index} (may include timestamps).","breadcrumbs":"Part I — Foundations » Architecture Overview » Logging Architecture","id":"14","title":"Logging Architecture"},"15":{"body":"Prometheus (Compose only): Exposed at http://localhost:9090 (configurable) Scrapes all validator and executor metrics Accessible in expectations: ctx.telemetry().prometheus_endpoint() Node APIs: HTTP endpoints per node for consensus info, network status, DA membership Accessible in expectations: ctx.node_clients().validators().get(0) OTLP (optional): Trace endpoint: NOMOS_OTLP_ENDPOINT=http://localhost:4317 Metrics endpoint: NOMOS_OTLP_METRICS_ENDPOINT=http://localhost:4318 Disabled by default (no noise if unset) For detailed logging configuration, see Logging and Observability.","breadcrumbs":"Part I — Foundations » Architecture Overview » Observability","id":"15","title":"Observability"},"16":{"body":"This framework embodies specific principles that shape how you author and run\\nscenarios. Understanding these principles helps you write effective tests and\\ninterpret results correctly.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Testing Philosophy","id":"16","title":"Testing Philosophy"},"17":{"body":"Describe what you want to test, not how to orchestrate it: #![allow(unused)] fn main() {\\n// Good: declarative\\nScenarioBuilder::topology() .network_star() .validators(2) .executors(1) .apply() .transactions() .rate(5) // 5 transactions per block .apply() .expect_consensus_liveness() .build(); // Bad: imperative (framework doesn\'t work this way)\\n// spawn_validator(); spawn_executor(); // loop { submit_tx(); check_block(); } } Why it matters: The framework handles deployment, readiness, and cleanup.\\nYou focus on test intent, not infrastructure orchestration.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Declarative over Imperative","id":"17","title":"Declarative over Imperative"},"18":{"body":"Reason in blocks and consensus intervals, not wall-clock seconds. Consensus defaults: Slot duration: 2 seconds (NTP-synchronized, configurable via CONSENSUS_SLOT_TIME) Active slot coefficient: 0.9 (90% block probability per slot) Expected rate: ~27 blocks per minute #![allow(unused)] fn main() {\\n// Good: protocol-oriented thinking\\nlet plan = ScenarioBuilder::topology() .network_star() .validators(2) .executors(1) .apply() .transactions() .rate(5) // 5 transactions per block .apply() .with_run_duration(Duration::from_secs(60)) // Let framework calculate expected blocks .expect_consensus_liveness() // \\"Did we produce the expected blocks?\\" .build(); // Bad: wall-clock assumptions\\n// \\"I expect exactly 30 blocks in 60 seconds\\"\\n// This breaks on slow CI where slot timing might drift } Why it matters: Slot timing is fixed (2s by default, NTP-synchronized), so the\\nexpected number of blocks is predictable: ~27 blocks in 60s with the default\\n0.9 active slot coefficient. The framework calculates expected blocks from slot\\nduration and run window, making assertions protocol-based rather than tied to\\nspecific wall-clock expectations. Assert on “blocks produced relative to slots”\\nnot “blocks produced in exact wall-clock seconds”.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Protocol Time, Not Wall Time","id":"18","title":"Protocol Time, Not Wall Time"},"19":{"body":"Default scenarios are repeatable: Fixed topology Predictable traffic rates Deterministic checks Chaos is opt-in: #![allow(unused)] fn main() {\\n// Separate: functional test (deterministic)\\nlet plan = ScenarioBuilder::topology() .network_star() .validators(2) .executors(1) .apply() .transactions() .rate(5) // 5 transactions per block .apply() .expect_consensus_liveness() .build(); // Separate: chaos test (introduces randomness)\\nlet chaos_plan = ScenarioBuilder::topology() .network_star() .validators(3) .executors(2) .apply() .enable_node_control() .chaos() .restart() .apply() .transactions() .rate(5) // 5 transactions per block .apply() .expect_consensus_liveness() .build(); } Why it matters: Mixing determinism with chaos creates noisy, hard-to-debug\\nfailures. Separate concerns make failures actionable.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Determinism First, Chaos When Needed","id":"19","title":"Determinism First, Chaos When Needed"},"2":{"body":"Conceptual chapters that establish the mental model for the framework and how\\nit approaches multi-node testing.","breadcrumbs":"Part I — Foundations » Part I — Foundations","id":"2","title":"Part I — Foundations"},"20":{"body":"Prefer user-facing signals over internal state: Good checks: ✅ Blocks progressing at expected rate (liveness) ✅ Transactions included within N blocks (inclusion) ✅ DA blobs retrievable (availability) Avoid internal checks: ❌ Memory pool size ❌ Internal service state ❌ Cache hit rates Why it matters: User-facing signals reflect actual system health.\\nInternal state can be “healthy” while the system is broken from a user\\nperspective.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Observable Health Signals","id":"20","title":"Observable Health Signals"},"21":{"body":"Always run long enough for meaningful block production: #![allow(unused)] fn main() {\\n// Bad: too short\\n.with_run_duration(Duration::from_secs(5)) // ~2 blocks (with default 2s slots, 0.9 coeff) // Good: enough blocks for assertions\\n.with_run_duration(Duration::from_secs(60)) // ~27 blocks (with default 2s slots, 0.9 coeff) } Note: Block counts assume default consensus parameters: Slot duration: 2 seconds (configurable via CONSENSUS_SLOT_TIME) Active slot coefficient: 0.9 (90% block probability per slot) Formula: blocks ≈ (duration / slot_duration) × active_slot_coeff If upstream changes these parameters, adjust your duration expectations accordingly. The framework enforces minimum durations (at least 2× slot duration), but be explicit. Very short runs risk false confidence—one lucky block doesn’t prove liveness.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Minimum Run Windows","id":"21","title":"Minimum Run Windows"},"22":{"body":"These principles keep scenarios: Portable across environments (protocol time, declarative) Debuggable (determinism, separation of concerns) Meaningful (observable signals, sufficient duration) When authoring scenarios, ask: “Does this test the protocol behavior or\\nmy local environment quirks?”","breadcrumbs":"Part I — Foundations » Testing Philosophy » Summary","id":"22","title":"Summary"},"23":{"body":"Build the plan: Declare a topology, attach workloads and expectations, and set the run window. The plan is the single source of truth for what will happen. Deploy: Hand the plan to a deployer. It provisions the environment on the chosen backend, waits for nodes to signal readiness, and returns a runner. Drive workloads: The runner starts traffic and behaviors (transactions, data-availability activity, restarts) for the planned duration. Observe blocks and signals: Track block progression and other high-level metrics during or after the run window to ground assertions in protocol time. Evaluate expectations: Once activity stops (and optional cooldown completes), the runner checks liveness and workload-specific outcomes to decide pass or fail. Cleanup: Tear down resources so successive runs start fresh and do not inherit leaked state. flowchart LR P[Plan
topology + workloads + expectations] --> D[Deploy
deployer provisions] D --> R[Runner
orchestrates execution] R --> W[Drive Workloads] W --> O[Observe
blocks/metrics] O --> E[Evaluate Expectations] E --> C[Cleanup]","breadcrumbs":"Part I — Foundations » Scenario Lifecycle » Scenario Lifecycle","id":"23","title":"Scenario Lifecycle"},"24":{"body":"Modular crates keep configuration, orchestration, workloads, and runners decoupled so each can evolve without breaking the others. Pluggable runners let the same scenario run on a laptop, a Docker host, or a Kubernetes cluster, making validation portable across environments. Separated workloads and expectations clarify intent: what traffic to generate versus how to judge success. This simplifies review and reuse. Declarative topology makes cluster shape explicit and repeatable, reducing surprise when moving between CI and developer machines. Maintainability through predictability: a clear flow from plan to deployment to verification lowers the cost of extending the framework and interpreting failures.","breadcrumbs":"Part I — Foundations » Design Rationale » Design Rationale","id":"24","title":"Design Rationale"},"25":{"body":"Practical guidance for shaping scenarios, combining workloads and expectations,\\nand running them across different environments.","breadcrumbs":"Part II — User Guide » Part II — User Guide","id":"25","title":"Part II — User Guide"},"26":{"body":"The workspace focuses on multi-node integration testing and sits alongside a nomos-node checkout. Its crates separate concerns to keep scenarios\\nrepeatable and portable: Configs: prepares high-level node, network, tracing, and wallet settings\\nused across test environments. Core scenario orchestration: the engine that holds topology descriptions,\\nscenario plans, runtimes, workloads, and expectations. Workflows: ready-made workloads (transactions, data-availability, chaos)\\nand reusable expectations assembled into a user-facing DSL. Runners: deployment backends for local processes, Docker Compose, and\\nKubernetes, all consuming the same scenario plan. Runner Examples ( examples/runner-examples): runnable binaries\\n( local_runner.rs, compose_runner.rs, k8s_runner.rs) that demonstrate\\ncomplete scenario execution with each deployer. This split keeps configuration, orchestration, reusable traffic patterns, and\\ndeployment adapters loosely coupled while sharing one mental model for tests.","breadcrumbs":"Part II — User Guide » Workspace Layout » Workspace Layout","id":"26","title":"Workspace Layout"},"27":{"body":"Directory structure with key paths annotated: nomos-testing/\\n├─ testing-framework/ # Core library crates\\n│ ├─ configs/ # Node config builders, topology generation, tracing/logging config\\n│ ├─ core/ # Scenario model (ScenarioBuilder), runtime (Runner, Deployer), topology, node spawning\\n│ ├─ workflows/ # Workloads (transactions, DA, chaos), expectations (liveness), builder DSL extensions\\n│ ├─ runners/ # Deployment backends\\n│ │ ├─ local/ # LocalDeployer (spawns local processes)\\n│ │ ├─ compose/ # ComposeDeployer (Docker Compose + Prometheus)\\n│ │ └─ k8s/ # K8sDeployer (Kubernetes Helm)\\n│ └─ assets/ # Docker/K8s stack assets\\n│ └─ stack/\\n│ ├─ kzgrs_test_params/ # KZG circuit parameters (fetch via setup-nomos-circuits.sh)\\n│ ├─ monitoring/ # Prometheus config\\n│ ├─ scripts/ # Container entrypoints, image builder\\n│ └─ cfgsync.yaml # Config sync server template\\n│\\n├─ examples/ # PRIMARY ENTRY POINT: runnable binaries\\n│ └─ src/bin/\\n│ ├─ local_runner.rs # Local processes demo (POL_PROOF_DEV_MODE=true)\\n│ ├─ compose_runner.rs # Docker Compose demo (requires image)\\n│ └─ k8s_runner.rs # Kubernetes demo (requires cluster + image)\\n│\\n├─ scripts/ # Helper utilities\\n│ └─ setup-nomos-circuits.sh # Fetch KZG circuit parameters\\n│\\n└─ book/ # This documentation (mdBook)","breadcrumbs":"Part II — User Guide » Annotated Tree » Annotated Tree","id":"27","title":"Annotated Tree"},"28":{"body":"","breadcrumbs":"Part II — User Guide » Annotated Tree » Key Directories Explained","id":"28","title":"Key Directories Explained"},"29":{"body":"Core library crates providing the testing API. Crate Purpose Key Exports configs Node configuration builders Topology generation, tracing config core Scenario model & runtime ScenarioBuilder, Deployer, Runner workflows Workloads & expectations ScenarioBuilderExt, ChaosBuilderExt runners/local Local process deployer LocalDeployer runners/compose Docker Compose deployer ComposeDeployer runners/k8s Kubernetes deployer K8sDeployer","breadcrumbs":"Part II — User Guide » Annotated Tree » testing-framework/","id":"29","title":"testing-framework/"},"3":{"body":"The Nomos Testing Framework is a purpose-built toolkit for exercising Nomos in\\nrealistic, multi-node environments. It solves the gap between small, isolated\\ntests and full-system validation by letting teams describe a cluster layout,\\ndrive meaningful traffic, and assert the outcomes in one coherent plan. It is for protocol engineers, infrastructure operators, and QA teams who need\\nrepeatable confidence that validators, executors, and data-availability\\ncomponents work together under network and timing constraints. Multi-node integration testing is required because many Nomos behaviors—block\\nprogress, data availability, liveness under churn—only emerge when several\\nroles interact over real networking and time. This framework makes those checks\\ndeclarative, observable, and portable across environments.","breadcrumbs":"Part I — Foundations » Introduction » Introduction","id":"3","title":"Introduction"},"30":{"body":"Docker/K8s deployment assets: kzgrs_test_params/: Circuit parameters (override via NOMOS_KZGRS_PARAMS_PATH) monitoring/: Prometheus config scripts/: Container entrypoints and image builder cfgsync.yaml: Configuration sync server template","breadcrumbs":"Part II — User Guide » Annotated Tree » testing-framework/assets/stack/","id":"30","title":"testing-framework/assets/stack/"},"31":{"body":"Runnable binaries demonstrating framework usage: local_runner.rs — Local processes compose_runner.rs — Docker Compose (requires NOMOS_TESTNET_IMAGE built) k8s_runner.rs — Kubernetes (requires cluster + image) Run with: POL_PROOF_DEV_MODE=true cargo run -p runner-examples --bin All runners require POL_PROOF_DEV_MODE=true to avoid expensive proof generation.","breadcrumbs":"Part II — User Guide » Annotated Tree » examples/ (Start Here!)","id":"31","title":"examples/ (Start Here!)"},"32":{"body":"Helper utilities: setup-nomos-circuits.sh: Fetch KZG parameters from releases","breadcrumbs":"Part II — User Guide » Annotated Tree » scripts/","id":"32","title":"scripts/"},"33":{"body":"Compose runner includes: Prometheus at http://localhost:9090 (metrics scraping) Node metrics exposed per validator/executor Access in expectations: ctx.telemetry().prometheus_endpoint() Logging controlled by: NOMOS_LOG_DIR — Write per-node log files NOMOS_LOG_LEVEL — Global log level (error/warn/info/debug/trace) NOMOS_LOG_FILTER — Target-specific filtering (e.g., consensus=trace,da=debug) NOMOS_TESTS_TRACING — Enable file logging for local runner See Logging and Observability for details.","breadcrumbs":"Part II — User Guide » Annotated Tree » Observability","id":"33","title":"Observability"},"34":{"body":"To Do This Go Here Run an example examples/src/bin/ → cargo run -p runner-examples --bin Write a custom scenario testing-framework/core/ → Implement using ScenarioBuilder Add a new workload testing-framework/workflows/src/workloads/ → Implement Workload trait Add a new expectation testing-framework/workflows/src/expectations/ → Implement Expectation trait Modify node configs testing-framework/configs/src/topology/configs/ Extend builder DSL testing-framework/workflows/src/builder/ → Add trait methods Add a new deployer testing-framework/runners/ → Implement Deployer trait For detailed guidance, see Internal Crate Reference.","breadcrumbs":"Part II — User Guide » Annotated Tree » Navigation Guide","id":"34","title":"Navigation Guide"},"35":{"body":"Creating a scenario is a declarative exercise: Shape the topology: decide how many validators and executors to run, and\\nwhat high-level network and data-availability characteristics matter for the\\ntest. Attach workloads: pick traffic generators that align with your goals\\n(transactions, data-availability blobs, or chaos for resilience probes). Define expectations: specify the health signals that must hold when the\\nrun finishes (e.g., consensus liveness, inclusion of submitted activity; see Core Content: Workloads & Expectations). Set duration: choose a run window long enough to observe meaningful\\nblock progression and the effects of your workloads. Choose a runner: target local processes for fast iteration, Docker\\nCompose for reproducible multi-node stacks, or Kubernetes for cluster-grade\\nvalidation. For environment considerations, see Operations. Keep scenarios small and explicit: make the intended behavior and the success\\ncriteria clear so failures are easy to interpret and act upon.","breadcrumbs":"Part II — User Guide » Authoring Scenarios » Authoring Scenarios","id":"35","title":"Authoring Scenarios"},"36":{"body":"Workloads describe the activity a scenario generates; expectations describe the\\nsignals that must hold when that activity completes. Both are pluggable so\\nscenarios stay readable and purpose-driven.","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Core Content: Workloads & Expectations","id":"36","title":"Core Content: Workloads & Expectations"},"37":{"body":"Transaction workload: submits user-level transactions at a configurable\\nrate and can limit how many distinct actors participate. Data-availability workload: drives blob and channel activity to exercise\\ndata-availability paths. Chaos workload: triggers controlled node restarts to test resilience and\\nrecovery behaviors (requires a runner that can control nodes).","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Workloads","id":"37","title":"Workloads"},"38":{"body":"Consensus liveness: verifies the system continues to produce blocks in\\nline with the planned workload and timing window. Workload-specific checks: each workload can attach its own success\\ncriteria (e.g., inclusion of submitted activity) so scenarios remain concise. Together, workloads and expectations let you express both the pressure applied\\nto the system and the definition of “healthy” for that run. flowchart TD I[Inputs
topology + wallets + rates] --> Init[Workload init] Init --> Drive[Drive traffic] Drive --> Collect[Collect signals] Collect --> Eval[Expectations evaluate]","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Expectations","id":"38","title":"Expectations"},"39":{"body":"Patterns that keep scenarios readable and reusable: Topology-first: start by shaping the cluster (counts, layout) so later\\nsteps inherit a clear foundation. Bundle defaults: use the DSL helpers to attach common expectations (like\\nliveness) whenever you add a matching workload, reducing forgotten checks. Intentional rates: express traffic in per-block terms to align with\\nprotocol timing rather than wall-clock assumptions. Opt-in chaos: enable restart patterns only in scenarios meant to probe\\nresilience; keep functional smoke tests deterministic. Wallet clarity: seed only the number of actors you need; it keeps\\ntransaction scenarios deterministic and interpretable. These patterns make scenario definitions self-explanatory while staying aligned\\nwith the framework’s block-oriented timing model.","breadcrumbs":"Part II — User Guide » Core Content: ScenarioBuilderExt Patterns » Core Content: ScenarioBuilderExt Patterns","id":"39","title":"Core Content: ScenarioBuilderExt Patterns"},"4":{"body":"The framework follows a clear flow: Topology → Scenario → Deployer → Runner → Workloads → Expectations.","breadcrumbs":"Part I — Foundations » Architecture Overview » Architecture Overview","id":"4","title":"Architecture Overview"},"40":{"body":"State your intent: document the goal of each scenario (throughput, DA\\nvalidation, resilience) so expectation choices are obvious. Keep runs meaningful: choose durations that allow multiple blocks and make\\ntiming-based assertions trustworthy. Separate concerns: start with deterministic workloads for functional\\nchecks; add chaos in dedicated resilience scenarios to avoid noisy failures. Reuse patterns: standardize on shared topology and workload presets so\\nresults are comparable across environments and teams. Observe first, tune second: rely on liveness and inclusion signals to\\ninterpret outcomes before tweaking rates or topology. Environment fit: pick runners that match the feedback loop you need—local\\nfor speed (including fast CI smoke tests), compose for reproducible stacks\\n(recommended for CI), k8s for cluster-grade fidelity. Minimal surprises: seed only necessary wallets and keep configuration\\ndeltas explicit when moving between CI and developer machines.","breadcrumbs":"Part II — User Guide » Best Practices » Best Practices","id":"40","title":"Best Practices"},"41":{"body":"Concrete scenario shapes that illustrate how to combine topologies, workloads,\\nand expectations. Runnable examples: The repo includes complete binaries in examples/src/bin/: local_runner.rs — Local processes compose_runner.rs — Docker Compose (requires NOMOS_TESTNET_IMAGE built) k8s_runner.rs — Kubernetes (requires cluster access and image loaded) Run with: POL_PROOF_DEV_MODE=true cargo run -p runner-examples --bin All runners require POL_PROOF_DEV_MODE=true to avoid expensive proof generation. Code patterns below show how to build scenarios. Wrap these in #[tokio::test] functions for integration tests, or #[tokio::main] for binaries.","breadcrumbs":"Part II — User Guide » Examples » Examples","id":"41","title":"Examples"},"42":{"body":"Minimal test that validates basic block production: #![allow(unused)] fn main() {\\nuse testing_framework_core::scenario::{Deployer, ScenarioBuilder};\\nuse testing_framework_runner_local::LocalDeployer;\\nuse testing_framework_workflows::ScenarioBuilderExt;\\nuse std::time::Duration; async fn simple_consensus() -> Result<(), Box> { let mut plan = ScenarioBuilder::topology() .network_star() .validators(3) .executors(0) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(30)) .build(); let deployer = LocalDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } When to use: smoke tests for consensus on minimal hardware.","breadcrumbs":"Part II — User Guide » Examples » Simple consensus liveness","id":"42","title":"Simple consensus liveness"},"43":{"body":"Test consensus under transaction load: #![allow(unused)] fn main() {\\nuse testing_framework_core::scenario::{Deployer, ScenarioBuilder};\\nuse testing_framework_runner_local::LocalDeployer;\\nuse testing_framework_workflows::ScenarioBuilderExt;\\nuse std::time::Duration; async fn transaction_workload() -> Result<(), Box> { let mut plan = ScenarioBuilder::topology() .network_star() .validators(2) .executors(0) .apply() .wallets(20) .transactions() .rate(5) .users(10) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(60)) .build(); let deployer = LocalDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } When to use: validate transaction submission and inclusion.","breadcrumbs":"Part II — User Guide » Examples » Transaction workload","id":"43","title":"Transaction workload"},"44":{"body":"Combined test stressing both transaction and DA layers: #![allow(unused)] fn main() {\\nuse testing_framework_core::scenario::{Deployer, ScenarioBuilder};\\nuse testing_framework_runner_local::LocalDeployer;\\nuse testing_framework_workflows::ScenarioBuilderExt;\\nuse std::time::Duration; async fn da_and_transactions() -> Result<(), Box> { let mut plan = ScenarioBuilder::topology() .network_star() .validators(3) .executors(2) .apply() .wallets(30) .transactions() .rate(5) .users(15) .apply() .da() .channel_rate(1) .blob_rate(2) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(90)) .build(); let deployer = LocalDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } When to use: end-to-end coverage of transaction and DA layers.","breadcrumbs":"Part II — User Guide » Examples » DA + transaction workload","id":"44","title":"DA + transaction workload"},"45":{"body":"Test system resilience under node restarts: #![allow(unused)] fn main() {\\nuse testing_framework_core::scenario::{Deployer, ScenarioBuilder};\\nuse testing_framework_runner_compose::ComposeDeployer;\\nuse testing_framework_workflows::{ScenarioBuilderExt, ChaosBuilderExt};\\nuse std::time::Duration; async fn chaos_resilience() -> Result<(), Box> { let mut plan = ScenarioBuilder::topology() .network_star() .validators(4) .executors(2) .apply() .enable_node_control() .wallets(20) .transactions() .rate(3) .users(10) .apply() .chaos() .restart() .min_delay(Duration::from_secs(20)) .max_delay(Duration::from_secs(40)) .target_cooldown(Duration::from_secs(30)) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(120)) .build(); let deployer = ComposeDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } When to use: resilience validation and operational readiness drills. Note: Chaos tests require ComposeDeployer or another runner with node control support.","breadcrumbs":"Part II — User Guide » Examples » Chaos resilience","id":"45","title":"Chaos resilience"},"46":{"body":"Realistic advanced scenarios demonstrating framework capabilities for production testing.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Advanced Examples","id":"46","title":"Advanced Examples"},"47":{"body":"Example Topology Workloads Deployer Key Feature Load Progression 3 validators + 2 executors Increasing tx rate Compose Dynamic load testing Sustained Load 4 validators + 2 executors High tx + DA rate Compose Stress testing Aggressive Chaos 4 validators + 2 executors Frequent restarts + traffic Compose Resilience validation","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Summary","id":"47","title":"Summary"},"48":{"body":"Test consensus under progressively increasing transaction load: #![allow(unused)] fn main() {\\nuse testing_framework_core::scenario::{Deployer, ScenarioBuilder};\\nuse testing_framework_runner_compose::ComposeDeployer;\\nuse testing_framework_workflows::ScenarioBuilderExt;\\nuse std::time::Duration; async fn load_progression_test() -> Result<(), Box> { for rate in [5, 10, 20, 30] { println!(\\"Testing with rate: {}\\", rate); let mut plan = ScenarioBuilder::topology() .network_star() .validators(3) .executors(2) .apply() .wallets(50) .transactions() .rate(rate) .users(20) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(60)) .build(); let deployer = ComposeDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; } Ok(())\\n} } When to use: Finding the maximum sustainable transaction rate for a given topology.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Load Progression Test","id":"48","title":"Load Progression Test"},"49":{"body":"Run high transaction and DA load for extended duration: #![allow(unused)] fn main() {\\nuse testing_framework_core::scenario::{Deployer, ScenarioBuilder};\\nuse testing_framework_runner_compose::ComposeDeployer;\\nuse testing_framework_workflows::ScenarioBuilderExt;\\nuse std::time::Duration; async fn sustained_load_test() -> Result<(), Box> { let mut plan = ScenarioBuilder::topology() .network_star() .validators(4) .executors(2) .apply() .wallets(100) .transactions() .rate(15) .users(50) .apply() .da() .channel_rate(2) .blob_rate(3) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(300)) .build(); let deployer = ComposeDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } When to use: Validating stability under continuous high load over extended periods.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Sustained Load Test","id":"49","title":"Sustained Load Test"},"5":{"body":"flowchart LR A(Topology
shape cluster) --> B(Scenario
plan) B --> C(Deployer
provision & readiness) C --> D(Runner
orchestrate execution) D --> E(Workloads
drive traffic) E --> F(Expectations
verify outcomes)","breadcrumbs":"Part I — Foundations » Architecture Overview » Core Flow","id":"5","title":"Core Flow"},"50":{"body":"Frequent node restarts with active traffic: #![allow(unused)] fn main() {\\nuse testing_framework_core::scenario::{Deployer, ScenarioBuilder};\\nuse testing_framework_runner_compose::ComposeDeployer;\\nuse testing_framework_workflows::{ScenarioBuilderExt, ChaosBuilderExt};\\nuse std::time::Duration; async fn aggressive_chaos_test() -> Result<(), Box> { let mut plan = ScenarioBuilder::topology() .network_star() .validators(4) .executors(2) .apply() .enable_node_control() .wallets(50) .transactions() .rate(10) .users(20) .apply() .chaos() .restart() .min_delay(Duration::from_secs(10)) .max_delay(Duration::from_secs(20)) .target_cooldown(Duration::from_secs(15)) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(180)) .build(); let deployer = ComposeDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } When to use: Validating recovery and liveness under aggressive failure conditions. Note: Requires ComposeDeployer for node control support.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Aggressive Chaos Test","id":"50","title":"Aggressive Chaos Test"},"51":{"body":"These scenarios require custom implementations but demonstrate framework extensibility:","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Extension Ideas","id":"51","title":"Extension Ideas"},"52":{"body":"Concept: Test consensus recovery after network partitions. Requirements: Needs block_peer() / unblock_peer() methods in NodeControlHandle Partition subsets of validators, wait, then restore connectivity Verify chain convergence after partition heals Why useful: Tests the most realistic failure mode in distributed systems. Current blocker: Node control doesn’t yet support network-level actions (only process restarts).","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Network Partition Recovery","id":"52","title":"Network Partition Recovery"},"53":{"body":"Concept: Verify block production intervals stay within expected bounds. Implementation approach: Custom expectation that consumes BlockFeed Collect block timestamps during run Assert intervals are within (slot_duration * active_slot_coeff) ± tolerance Why useful: Validates consensus timing under various loads.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Block Timing Consistency","id":"53","title":"Block Timing Consistency"},"54":{"body":"Concept: Submit malformed transactions and verify they’re rejected properly. Implementation approach: Custom workload that generates invalid transactions (bad signatures, insufficient funds, malformed structure) Expectation verifies mempool rejects them and they never appear in blocks Test mempool resilience and filtering Why useful: Ensures mempool doesn’t crash or include invalid transactions under fuzzing.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Invalid Transaction Fuzzing","id":"54","title":"Invalid Transaction Fuzzing"},"55":{"body":"Concept: Track wallet balances and verify state consistency. Description: After transaction workload completes, query all wallet balances via node API and verify total supply is conserved. Requires tracking initial state, submitted transactions, and final balances. Validates that the ledger maintains correctness under load (no funds lost or created). This is a state assertion expectation that checks correctness, not just liveness.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Wallet Balance Verification","id":"55","title":"Wallet Balance Verification"},"56":{"body":"Running a scenario follows the same conceptual flow regardless of environment: Select or author a scenario plan that pairs a topology with workloads,\\nexpectations, and a suitable run window. Choose a deployer aligned with your environment (local, compose, or k8s) and\\nensure its prerequisites are available. Deploy the plan through the deployer, which provisions infrastructure and\\nreturns a runner. The runner orchestrates workload execution for the planned duration; keep\\nobservability signals visible so you can correlate outcomes. The runner evaluates expectations and captures results as the primary\\npass/fail signal. Use the same plan across different deployers to compare behavior between local\\ndevelopment and CI or cluster settings. For environment prerequisites and\\nflags, see Operations.","breadcrumbs":"Part II — User Guide » Running Scenarios » Running Scenarios","id":"56","title":"Running Scenarios"},"57":{"body":"Runners turn a scenario plan into a live environment while keeping the plan\\nunchanged. Choose based on feedback speed, reproducibility, and fidelity. For\\nenvironment and operational considerations, see Operations. Important: All runners require POL_PROOF_DEV_MODE=true to avoid expensive Groth16 proof generation that causes timeouts.","breadcrumbs":"Part II — User Guide » Runners » Runners","id":"57","title":"Runners"},"58":{"body":"Launches node processes directly on the host. Fastest feedback loop and minimal orchestration overhead. Best for development-time iteration and debugging. Can run in CI for fast smoke tests. ❌ No node control (chaos workloads not supported)","breadcrumbs":"Part II — User Guide » Runners » Local runner","id":"58","title":"Local runner"},"59":{"body":"Starts nodes in containers to provide a reproducible multi-node stack on a\\nsingle machine. Discovers service ports and wires observability for convenient inspection. Good balance between fidelity and ease of setup. Recommended for CI pipelines (isolated environment, reproducible). ✅ Supports node control (can restart nodes for chaos testing)","breadcrumbs":"Part II — User Guide » Runners » Docker Compose runner","id":"59","title":"Docker Compose runner"},"6":{"body":"Topology describes the cluster: how many nodes, their roles, and the high-level network and data-availability parameters they should follow. Scenario combines that topology with the activities to run and the checks to perform, forming a single plan. Deployer provisions infrastructure on the chosen backend (local processes, Docker Compose, or Kubernetes), waits for readiness, and returns a Runner. Runner orchestrates scenario execution: starts workloads, observes signals, evaluates expectations, and triggers cleanup. Workloads generate traffic and conditions that exercise the system. Expectations observe the run and judge success or failure once activity completes. Each layer has a narrow responsibility so that cluster shape, deployment choice,\\ntraffic generation, and health checks can evolve independently while fitting\\ntogether predictably.","breadcrumbs":"Part I — Foundations » Architecture Overview » Components","id":"6","title":"Components"},"60":{"body":"Deploys nodes onto a cluster for higher-fidelity, longer-running scenarios. Suits CI with cluster access or shared test environments where cluster behavior\\nand scheduling matter. ❌ No node control yet (chaos workloads not supported)","breadcrumbs":"Part II — User Guide » Runners » Kubernetes runner","id":"60","title":"Kubernetes runner"},"61":{"body":"All runners require at least one validator and, for transaction scenarios,\\naccess to seeded wallets. Readiness probes gate workload start so traffic begins only after nodes are\\nreachable. Environment flags can relax timeouts or increase tracing when diagnostics are\\nneeded. flowchart TD Plan[Scenario Plan] --> RunSel[Runner
local, compose, or k8s] RunSel --> Provision[Provision & readiness] Provision --> Runtime[Runtime + observability] Runtime --> Exec[Workloads & Expectations execute]","breadcrumbs":"Part II — User Guide » Runners » Common expectations","id":"61","title":"Common expectations"},"62":{"body":"Operational readiness focuses on prerequisites, environment fit, and clear\\nsignals: Prerequisites: keep a sibling nomos-node checkout available; ensure the\\nchosen runner’s platform needs are met (local binaries for host runs, Docker\\nfor compose, cluster access for k8s). Artifacts: DA scenarios require KZG parameters (circuit assets) located at testing-framework/assets/stack/kzgrs_test_params. Fetch them via scripts/setup-nomos-circuits.sh or override the path with NOMOS_KZGRS_PARAMS_PATH. Environment flags: POL_PROOF_DEV_MODE=true is required for all runners\\n(local, compose, k8s) unless you want expensive Groth16 proof generation that\\nwill cause tests to timeout. Configure logging via NOMOS_LOG_DIR, NOMOS_LOG_LEVEL,\\nand NOMOS_LOG_FILTER (see Logging and Observability\\nfor details). Note that nodes ignore RUST_LOG and only respond to NOMOS_* variables. Readiness checks: verify runners report node readiness before starting\\nworkloads; this avoids false negatives from starting too early. Failure triage: map failures to missing prerequisites (wallet seeding,\\nnode control availability), runner platform issues, or unmet expectations.\\nStart with liveness signals, then dive into workload-specific assertions. Treat operational hygiene—assets present, prerequisites satisfied, observability\\nreachable—as the first step to reliable scenario outcomes.","breadcrumbs":"Part II — User Guide » Operations » Operations","id":"62","title":"Operations"},"63":{"body":"Both LocalDeployer and ComposeDeployer work in CI environments: LocalDeployer in CI: ✅ Faster (no Docker overhead) ✅ Good for quick smoke tests ⚠️ Less isolation (processes share host) ComposeDeployer in CI (recommended): ✅ Better isolation (containerized) ✅ Reproducible environment ✅ Includes Prometheus/observability ⚠️ Slower startup (Docker image build) ⚠️ Requires Docker daemon See .github/workflows/compose-mixed.yml for a complete CI example using ComposeDeployer.","breadcrumbs":"Part II — User Guide » Operations » CI Usage","id":"63","title":"CI Usage"},"64":{"body":"","breadcrumbs":"Part II — User Guide » Operations » Running Examples","id":"64","title":"Running Examples"},"65":{"body":"POL_PROOF_DEV_MODE=true cargo run -p runner-examples --bin local_runner Optional environment variables: LOCAL_DEMO_VALIDATORS=3 — Number of validators (default: 1) LOCAL_DEMO_EXECUTORS=2 — Number of executors (default: 1) LOCAL_DEMO_RUN_SECS=120 — Run duration in seconds (default: 60) NOMOS_TESTS_TRACING=true — Enable persistent file logging (required with NOMOS_LOG_DIR) NOMOS_LOG_DIR=/tmp/logs — Directory for per-node log files (only with NOMOS_TESTS_TRACING=true) NOMOS_LOG_LEVEL=debug — Set log level (default: info) NOMOS_LOG_FILTER=consensus=trace,da=debug — Fine-grained module filtering (rate is per-block, not per-second) Note: The default local_runner example includes DA workload, so circuit assets in testing-framework/assets/stack/kzgrs_test_params/ are required (fetch via scripts/setup-nomos-circuits.sh).","breadcrumbs":"Part II — User Guide » Operations » Local Runner","id":"65","title":"Local Runner"},"66":{"body":"Prerequisites: ✅ Docker daemon running ✅ Circuit assets in testing-framework/assets/stack/kzgrs_test_params (fetched via scripts/setup-nomos-circuits.sh) ✅ Test image built (see below) Build the test image: # Fetch circuit assets first\\nchmod +x scripts/setup-nomos-circuits.sh\\nscripts/setup-nomos-circuits.sh v0.3.1 /tmp/nomos-circuits\\ncp -r /tmp/nomos-circuits/* testing-framework/assets/stack/kzgrs_test_params/ # Build image (embeds assets)\\nchmod +x testing-framework/assets/stack/scripts/build_test_image.sh\\ntesting-framework/assets/stack/scripts/build_test_image.sh Run the example: NOMOS_TESTNET_IMAGE=nomos-testnet:local \\\\\\nPOL_PROOF_DEV_MODE=true \\\\\\ncargo run -p runner-examples --bin compose_runner Required environment variables: NOMOS_TESTNET_IMAGE=nomos-testnet:local — Image tag (must match built image) POL_PROOF_DEV_MODE=true — Critical: Without this, proof generation is CPU-intensive and tests will timeout Optional environment variables: COMPOSE_NODE_PAIRS=1x1 — Topology: “validators×executors” (default varies by example) TEST_FRAMEWORK_PROMETHEUS_PORT=9091 — Override Prometheus port (default: 9090) COMPOSE_RUNNER_HOST=127.0.0.1 — Host address for port mappings (default: 127.0.0.1) COMPOSE_RUNNER_PRESERVE=1 — Keep containers running after test (for debugging) NOMOS_LOG_DIR=/tmp/compose-logs — Write logs to files inside containers (requires copy-out or volume mount) NOMOS_LOG_LEVEL=debug — Set log level Compose-specific features: ✅ Node control support: Only runner that supports chaos testing ( .enable_node_control() + .chaos() workloads) ✅ Prometheus observability: Metrics at http://localhost:9090 Important: Chaos workloads (random restarts) only work with ComposeDeployer. LocalDeployer and K8sDeployer do not support node control.","breadcrumbs":"Part II — User Guide » Operations » Compose Runner","id":"66","title":"Compose Runner"},"67":{"body":"Prerequisites: ✅ Kubernetes cluster with kubectl configured and working ✅ Circuit assets in testing-framework/assets/stack/kzgrs_test_params ✅ Test image built (same as Compose: testing-framework/assets/stack/scripts/build_test_image.sh) ✅ Image available in cluster (loaded via kind, minikube, or pushed to registry) ✅ POL_PROOF_DEV_MODE=true environment variable set Load image into cluster: # For kind clusters\\nexport NOMOS_TESTNET_IMAGE=nomos-testnet:local\\nkind load docker-image nomos-testnet:local # For minikube\\nminikube image load nomos-testnet:local # For remote clusters (push to registry)\\ndocker tag nomos-testnet:local your-registry/nomos-testnet:local\\ndocker push your-registry/nomos-testnet:local\\nexport NOMOS_TESTNET_IMAGE=your-registry/nomos-testnet:local Run the example: export NOMOS_TESTNET_IMAGE=nomos-testnet:local\\nexport POL_PROOF_DEV_MODE=true\\ncargo run -p runner-examples --bin k8s_runner Important: K8s runner mounts testing-framework/assets/stack/kzgrs_test_params as a hostPath volume. Ensure this directory exists and contains circuit assets on the node where pods will be scheduled. ❌ No node control support yet: Chaos workloads ( .enable_node_control()) will fail. Use ComposeDeployer for chaos testing.","breadcrumbs":"Part II — User Guide » Operations » K8s Runner","id":"67","title":"K8s Runner"},"68":{"body":"DA workloads require KZG cryptographic parameters for polynomial commitment schemes.","breadcrumbs":"Part II — User Guide » Operations » Circuit Assets (KZG Parameters)","id":"68","title":"Circuit Assets (KZG Parameters)"},"69":{"body":"Default path: testing-framework/assets/stack/kzgrs_test_params Override: Set NOMOS_KZGRS_PARAMS_PATH to use a custom location: NOMOS_KZGRS_PARAMS_PATH=/path/to/custom/params cargo run -p runner-examples --bin local_runner","breadcrumbs":"Part II — User Guide » Operations » Asset Location","id":"69","title":"Asset Location"},"7":{"body":"The framework is consumed via runnable example binaries in examples/src/bin/: local_runner.rs — Spawns nodes as local processes compose_runner.rs — Deploys via Docker Compose (requires NOMOS_TESTNET_IMAGE built) k8s_runner.rs — Deploys via Kubernetes Helm (requires cluster + image) Run with: POL_PROOF_DEV_MODE=true cargo run -p runner-examples --bin Important: All runners require POL_PROOF_DEV_MODE=true to avoid expensive Groth16 proof generation that causes timeouts. These binaries use the framework API ( ScenarioBuilder) to construct and execute scenarios.","breadcrumbs":"Part I — Foundations » Architecture Overview » Entry Points","id":"7","title":"Entry Points"},"70":{"body":"Option 1: Use helper script (recommended): # From the repository root\\nchmod +x scripts/setup-nomos-circuits.sh\\nscripts/setup-nomos-circuits.sh v0.3.1 /tmp/nomos-circuits # Copy to default location\\ncp -r /tmp/nomos-circuits/* testing-framework/assets/stack/kzgrs_test_params/ Option 2: Build locally (advanced): # Requires Go, Rust, and circuit build tools\\nmake kzgrs_test_params","breadcrumbs":"Part II — User Guide » Operations » Getting Circuit Assets","id":"70","title":"Getting Circuit Assets"},"71":{"body":"The CI automatically fetches and places assets: - name: Install circuits for host build run: | scripts/setup-nomos-circuits.sh v0.3.1 \\"$TMPDIR/nomos-circuits\\" cp -a \\"$TMPDIR/nomos-circuits\\"/. testing-framework/assets/stack/kzgrs_test_params/","breadcrumbs":"Part II — User Guide » Operations » CI Workflow","id":"71","title":"CI Workflow"},"72":{"body":"Runner When Required Local Always (for DA workloads) Compose During image build (baked into NOMOS_TESTNET_IMAGE) K8s During image build + deployed to cluster via hostPath volume Error without assets: Error: missing KZG parameters at testing-framework/assets/stack/kzgrs_test_params","breadcrumbs":"Part II — User Guide » Operations » When Are Assets Needed?","id":"72","title":"When Are Assets Needed?"},"73":{"body":"","breadcrumbs":"Part II — User Guide » Operations » Logging and Observability","id":"73","title":"Logging and Observability"},"74":{"body":"Critical distinction: Node logs and framework logs use different configuration mechanisms. Component Controlled By Purpose Framework binaries ( cargo run -p runner-examples --bin local_runner) RUST_LOG Runner orchestration, deployment logs Node processes (validators, executors spawned by runner) NOMOS_LOG_LEVEL, NOMOS_LOG_FILTER, NOMOS_LOG_DIR Consensus, DA, mempool, network logs Common mistake: Setting RUST_LOG=debug only increases verbosity of the runner binary itself. Node logs remain at their default level unless you also set NOMOS_LOG_LEVEL=debug. Example: # This only makes the RUNNER verbose, not the nodes:\\nRUST_LOG=debug cargo run -p runner-examples --bin local_runner # This makes the NODES verbose:\\nNOMOS_LOG_LEVEL=debug cargo run -p runner-examples --bin local_runner # Both verbose (typically not needed):\\nRUST_LOG=debug NOMOS_LOG_LEVEL=debug cargo run -p runner-examples --bin local_runner","breadcrumbs":"Part II — User Guide » Operations » Node Logging vs Framework Logging","id":"74","title":"Node Logging vs Framework Logging"},"75":{"body":"Variable Default Effect NOMOS_LOG_DIR None (console only) Directory for per-node log files. If unset, logs go to stdout/stderr. NOMOS_LOG_LEVEL info Global log level: error, warn, info, debug, trace NOMOS_LOG_FILTER None Fine-grained target filtering (e.g., consensus=trace,da=debug) NOMOS_TESTS_TRACING false Enable tracing subscriber for local runner file logging NOMOS_OTLP_ENDPOINT None OTLP trace endpoint (optional, disables OTLP noise if unset) NOMOS_OTLP_METRICS_ENDPOINT None OTLP metrics endpoint (optional) Example: Full debug logging to files: NOMOS_TESTS_TRACING=true \\\\\\nNOMOS_LOG_DIR=/tmp/test-logs \\\\\\nNOMOS_LOG_LEVEL=debug \\\\\\nNOMOS_LOG_FILTER=\\"nomos_consensus=trace,nomos_da_sampling=debug\\" \\\\\\nPOL_PROOF_DEV_MODE=true \\\\\\ncargo run -p runner-examples --bin local_runner","breadcrumbs":"Part II — User Guide » Operations » Logging Environment Variables","id":"75","title":"Logging Environment Variables"},"76":{"body":"When NOMOS_LOG_DIR is set, each node writes logs to separate files: File naming pattern: Validators: Prefix nomos-node-0, nomos-node-1, etc. (may include timestamp suffix) Executors: Prefix nomos-executor-0, nomos-executor-1, etc. (may include timestamp suffix) Local runner caveat: By default, the local runner writes logs to temporary directories in the working directory. These are automatically cleaned up after tests complete. To preserve logs, you MUST set both NOMOS_TESTS_TRACING=true AND NOMOS_LOG_DIR=/path/to/logs.","breadcrumbs":"Part II — User Guide » Operations » Per-Node Log Files","id":"76","title":"Per-Node Log Files"},"77":{"body":"Common target prefixes for NOMOS_LOG_FILTER: Target Prefix Subsystem nomos_consensus Consensus (Cryptarchia) nomos_da_sampling DA sampling service nomos_da_dispersal DA dispersal service nomos_da_verifier DA verification nomos_mempool Transaction mempool nomos_blend Mix network/privacy layer chain_network P2P networking chain_leader Leader election Example filter: NOMOS_LOG_FILTER=\\"nomos_consensus=trace,nomos_da_sampling=debug,chain_network=info\\"","breadcrumbs":"Part II — User Guide » Operations » Filter Target Names","id":"77","title":"Filter Target Names"},"78":{"body":"Local Runner Default (temporary directories, auto-cleanup): POL_PROOF_DEV_MODE=true cargo run -p runner-examples --bin local_runner\\n# Logs written to temporary directories in working directory\\n# Automatically cleaned up after test completes Persistent file output: NOMOS_TESTS_TRACING=true \\\\\\nNOMOS_LOG_DIR=/tmp/local-logs \\\\\\nPOL_PROOF_DEV_MODE=true \\\\\\ncargo run -p runner-examples --bin local_runner # After test completes:\\nls /tmp/local-logs/\\n# Files with prefix: nomos-node-0*, nomos-node-1*, nomos-executor-0*\\n# May include timestamps in filename Both flags required: You MUST set both NOMOS_TESTS_TRACING=true (enables tracing file sink) AND NOMOS_LOG_DIR (specifies directory) to get persistent logs. Compose Runner Via Docker logs (default, recommended): # List containers (note the UUID prefix in names)\\ndocker ps --filter \\"name=nomos-compose-\\" # Stream logs from specific container\\ndocker logs -f # Or use name pattern matching:\\ndocker logs -f $(docker ps --filter \\"name=nomos-compose-.*-validator-0\\" -q | head -1) Via file collection (advanced): Setting NOMOS_LOG_DIR writes files inside the container. To access them, you must either: Copy files out after the run: NOMOS_LOG_DIR=/logs \\\\\\nNOMOS_TESTNET_IMAGE=nomos-testnet:local \\\\\\nPOL_PROOF_DEV_MODE=true \\\\\\ncargo run -p runner-examples --bin compose_runner # After test, copy files from containers:\\ndocker ps --filter \\"name=nomos-compose-\\"\\ndocker cp :/logs/nomos-node-0* /tmp/ Mount a host volume (requires modifying compose template): volumes: - /tmp/host-logs:/logs # Add to docker-compose.yml.tera Recommendation: Use docker logs by default. File collection inside containers is complex and rarely needed. Keep containers for debugging: COMPOSE_RUNNER_PRESERVE=1 \\\\\\nNOMOS_TESTNET_IMAGE=nomos-testnet:local \\\\\\ncargo run -p runner-examples --bin compose_runner\\n# Containers remain running after test—inspect with docker logs or docker exec Note: Container names follow pattern nomos-compose-{uuid}-validator-{index}-1 where {uuid} changes per run. K8s Runner Via kubectl logs (use label selectors): # List pods\\nkubectl get pods # Stream logs using label selectors (recommended)\\nkubectl logs -l app=nomos-validator -f\\nkubectl logs -l app=nomos-executor -f # Stream logs from specific pod\\nkubectl logs -f nomos-validator-0 # Previous logs from crashed pods\\nkubectl logs --previous -l app=nomos-validator Download logs for offline analysis: # Using label selectors\\nkubectl logs -l app=nomos-validator --tail=1000 > all-validators.log\\nkubectl logs -l app=nomos-executor --tail=1000 > all-executors.log # Specific pods\\nkubectl logs nomos-validator-0 > validator-0.log\\nkubectl logs nomos-executor-1 > executor-1.log Specify namespace (if not using default): kubectl logs -n my-namespace -l app=nomos-validator -f","breadcrumbs":"Part II — User Guide » Operations » Accessing Logs Per Runner","id":"78","title":"Accessing Logs Per Runner"},"79":{"body":"OTLP exporters are optional. If you see errors about unreachable OTLP endpoints, it’s safe to ignore them unless you’re actively collecting traces/metrics. To enable OTLP: NOMOS_OTLP_ENDPOINT=http://localhost:4317 \\\\\\nNOMOS_OTLP_METRICS_ENDPOINT=http://localhost:4318 \\\\\\ncargo run -p runner-examples --bin local_runner To silence OTLP errors: Simply leave these variables unset (the default).","breadcrumbs":"Part II — User Guide » Operations » OTLP and Telemetry","id":"79","title":"OTLP and Telemetry"},"8":{"body":"Scenarios are defined using a fluent builder pattern: #![allow(unused)] fn main() {\\nlet mut plan = ScenarioBuilder::topology() .network_star() // Topology configuration .validators(3) .executors(2) .apply() .wallets(50) // Wallet seeding .transactions() // Transaction workload .rate(5) .users(20) .apply() .da() // DA workload .channel_rate(1) .blob_rate(2) .apply() .expect_consensus_liveness() // Expectations .with_run_duration(Duration::from_secs(90)) .build(); } Key API Points: Topology uses .topology().validators(N).executors(M).apply() pattern (not with_node_counts) Workloads are configured via extension traits ( ScenarioBuilderExt, ChaosBuilderExt) Chaos workloads require .enable_node_control() and a compatible runner","breadcrumbs":"Part I — Foundations » Architecture Overview » Builder API","id":"8","title":"Builder API"},"80":{"body":"Runners expose metrics and node HTTP endpoints for expectation code and debugging: Prometheus (Compose only): Default: http://localhost:9090 Override: TEST_FRAMEWORK_PROMETHEUS_PORT=9091 Access from expectations: ctx.telemetry().prometheus_endpoint() Node APIs: Access from expectations: ctx.node_clients().validators().get(0) Endpoints: consensus info, network info, DA membership, etc. See testing-framework/core/src/nodes/api_client.rs for available methods flowchart TD Expose[Runner exposes endpoints/ports] --> Collect[Runtime collects block/health signals] Collect --> Consume[Expectations consume signals
decide pass/fail] Consume --> Inspect[Operators inspect logs/metrics
when failures arise]","breadcrumbs":"Part II — User Guide » Operations » Observability: Prometheus and Node APIs","id":"80","title":"Observability: Prometheus and Node APIs"},"81":{"body":"Deep dives for contributors who extend the framework, evolve its abstractions,\\nor maintain the crate set.","breadcrumbs":"Part III — Developer Reference » Part III — Developer Reference","id":"81","title":"Part III — Developer Reference"},"82":{"body":"The scenario model defines clear, composable responsibilities: Topology: a declarative description of the cluster—how many nodes, their\\nroles, and the broad network and data-availability characteristics. It\\nrepresents the intended shape of the system under test. Scenario: a plan combining topology, workloads, expectations, and a run\\nwindow. Building a scenario validates prerequisites (like seeded wallets) and\\nensures the run lasts long enough to observe meaningful block progression. Workloads: asynchronous tasks that generate traffic or conditions. They\\nuse shared context to interact with the deployed cluster and may bundle\\ndefault expectations. Expectations: post-run assertions. They can capture baselines before\\nworkloads start and evaluate success once activity stops. Runtime: coordinates workloads and expectations for the configured\\nduration, enforces cooldowns when control actions occur, and ensures cleanup\\nso runs do not leak resources. Developers extending the model should keep these boundaries strict: topology\\ndescribes, scenarios assemble, deployers provision, runners orchestrate,\\nworkloads drive, and expectations judge outcomes. For guidance on adding new\\ncapabilities, see Extending the Framework.","breadcrumbs":"Part III — Developer Reference » Scenario Model (Developer Level) » Scenario Model (Developer Level)","id":"82","title":"Scenario Model (Developer Level)"},"83":{"body":"","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Extending the Framework","id":"83","title":"Extending the Framework"},"84":{"body":"Implement testing_framework_core::scenario::Workload: Provide a name and any bundled expectations. In init, derive inputs from GeneratedTopology and RunMetrics; fail\\nfast if prerequisites are missing (e.g., wallet data, node addresses). In start, drive async traffic using the RunContext clients. Expose the workload from a module under testing-framework/workflows and\\nconsider adding a DSL helper for ergonomic wiring.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding a workload","id":"84","title":"Adding a workload"},"85":{"body":"Implement testing_framework_core::scenario::Expectation: Use start_capture to snapshot baseline metrics. Use evaluate to assert outcomes after workloads finish; return all errors\\nso the runner can aggregate them. Export it from testing-framework/workflows if it is reusable.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding an expectation","id":"85","title":"Adding an expectation"},"86":{"body":"Implement testing_framework_core::scenario::Deployer for your backend. Produce a RunContext with NodeClients, metrics endpoints, and optional NodeControlHandle. Guard cleanup with CleanupGuard to reclaim resources even on failures. Mirror the readiness and block-feed probes used by the existing runners so\\nworkloads can rely on consistent signals.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding a runner","id":"86","title":"Adding a runner"},"87":{"body":"Extend testing_framework_core::topology::TopologyBuilder with new layouts or\\nconfiguration presets (e.g., specialized DA parameters). Keep defaults safe:\\nensure at least one participant and clamp dispersal factors as the current\\nhelpers do.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding topology helpers","id":"87","title":"Adding topology helpers"},"88":{"body":"A minimal, end-to-end illustration of adding a custom workload and matching\\nexpectation. This shows the shape of the traits and where to plug into the\\nframework; expand the logic to fit your real test.","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Example: New Workload & Expectation (Rust)","id":"88","title":"Example: New Workload & Expectation (Rust)"},"89":{"body":"Key ideas: name: identifies the workload in logs. expectations: workloads can bundle defaults so callers don’t forget checks. init: derive inputs from the generated topology (e.g., pick a target node). start: drive async activity using the shared RunContext. #![allow(unused)] fn main() {\\nuse std::sync::Arc;\\nuse async_trait::async_trait;\\nuse testing_framework_core::scenario::{ DynError, Expectation, RunContext, RunMetrics, Workload,\\n};\\nuse testing_framework_core::topology::GeneratedTopology; pub struct ReachabilityWorkload { target_idx: usize, bundled: Vec>,\\n} impl ReachabilityWorkload { pub fn new(target_idx: usize) -> Self { Self { target_idx, bundled: vec![Box::new(ReachabilityExpectation::new(target_idx))], } }\\n} #[async_trait]\\nimpl Workload for ReachabilityWorkload { fn name(&self) -> &\'static str { \\"reachability_workload\\" } fn expectations(&self) -> Vec> { self.bundled.clone() } fn init( &mut self, topology: &GeneratedTopology, _metrics: &RunMetrics, ) -> Result<(), DynError> { if topology.validators().get(self.target_idx).is_none() { return Err(\\"no validator at requested index\\".into()); } Ok(()) } async fn start(&self, ctx: &RunContext) -> Result<(), DynError> { let client = ctx .clients() .validators() .get(self.target_idx) .ok_or(\\"missing target client\\")?; // Pseudo-action: issue a lightweight RPC to prove reachability. client.health_check().await.map_err(|e| e.into()) }\\n} }","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Workload: simple reachability probe","id":"89","title":"Workload: simple reachability probe"},"9":{"body":"Three deployer implementations: Deployer Backend Prerequisites Node Control LocalDeployer Local processes Binaries in sibling checkout ❌ No ComposeDeployer Docker Compose NOMOS_TESTNET_IMAGE built ✅ Yes K8sDeployer Kubernetes Helm Cluster + image loaded ❌ Not yet Compose-specific features: Includes Prometheus at http://localhost:9090 (override via TEST_FRAMEWORK_PROMETHEUS_PORT) Optional OTLP trace/metrics endpoints ( NOMOS_OTLP_ENDPOINT, NOMOS_OTLP_METRICS_ENDPOINT) Node control for chaos testing (restart validators/executors)","breadcrumbs":"Part I — Foundations » Architecture Overview » Deployers","id":"9","title":"Deployers"},"90":{"body":"Key ideas: start_capture: snapshot baseline if needed (not used here). evaluate: assert the condition after workloads finish. #![allow(unused)] fn main() {\\nuse async_trait::async_trait;\\nuse testing_framework_core::scenario::{DynError, Expectation, RunContext}; pub struct ReachabilityExpectation { target_idx: usize,\\n} impl ReachabilityExpectation { pub fn new(target_idx: usize) -> Self { Self { target_idx } }\\n} #[async_trait]\\nimpl Expectation for ReachabilityExpectation { fn name(&self) -> &str { \\"target_reachable\\" } async fn evaluate(&mut self, ctx: &RunContext) -> Result<(), DynError> { let client = ctx .clients() .validators() .get(self.target_idx) .ok_or(\\"missing target client\\")?; client.health_check().await.map_err(|e| { format!(\\"target became unreachable during run: {e}\\").into() }) }\\n} }","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Expectation: confirm the target stayed reachable","id":"90","title":"Expectation: confirm the target stayed reachable"},"91":{"body":"Build your scenario as usual and call .with_workload(ReachabilityWorkload::new(0)). The bundled expectation is attached automatically; you can add more with .with_expectation(...) if needed. Keep the logic minimal and fast for smoke tests; grow it into richer probes\\nfor deeper scenarios.","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » How to wire it","id":"91","title":"How to wire it"},"92":{"body":"High-level roles of the crates that make up the framework: Configs ( testing-framework/configs/): Prepares reusable configuration primitives for nodes, networking, tracing, data availability, and wallets, shared by all scenarios and runners. Includes topology generation and circuit asset resolution. Core scenario orchestration ( testing-framework/core/): Houses the topology and scenario model, runtime coordination, node clients, and readiness/health probes. Defines Deployer and Runner traits, ScenarioBuilder, and RunContext. Workflows ( testing-framework/workflows/): Packages workloads (transaction, DA, chaos) and expectations (consensus liveness) into reusable building blocks. Offers fluent DSL extensions ( ScenarioBuilderExt, ChaosBuilderExt). Runners ( testing-framework/runners/{local,compose,k8s}/): Implements deployment backends (local host, Docker Compose, Kubernetes) that all consume the same scenario plan. Each provides a Deployer implementation ( LocalDeployer, ComposeDeployer, K8sDeployer). Runner Examples ( examples/runner-examples): Runnable binaries demonstrating framework usage and serving as living documentation. These are the primary entry point for running scenarios ( local_runner.rs, compose_runner.rs, k8s_runner.rs).","breadcrumbs":"Part III — Developer Reference » Internal Crate Reference » Internal Crate Reference","id":"92","title":"Internal Crate Reference"},"93":{"body":"What You’re Adding Where It Goes Examples Node config parameter testing-framework/configs/src/topology/configs/ Slot duration, log levels, DA params Topology feature testing-framework/core/src/topology/ New network layouts, node roles Scenario capability testing-framework/core/src/scenario/ New capabilities, context methods Workload testing-framework/workflows/src/workloads/ New traffic generators Expectation testing-framework/workflows/src/expectations/ New success criteria Builder API testing-framework/workflows/src/builder/ DSL extensions, fluent methods Deployer testing-framework/runners/ New deployment backends Example scenario examples/src/bin/ Demonstration binaries","breadcrumbs":"Part III — Developer Reference » Internal Crate Reference » Where to Add New Capabilities","id":"93","title":"Where to Add New Capabilities"},"94":{"body":"","breadcrumbs":"Part III — Developer Reference » Internal Crate Reference » Extension Workflow","id":"94","title":"Extension Workflow"},"95":{"body":"Define the workload in testing-framework/workflows/src/workloads/your_workload.rs: #![allow(unused)] fn main() {\\nuse async_trait::async_trait;\\nuse testing_framework_core::scenario::{Workload, RunContext, DynError}; pub struct YourWorkload { // config fields\\n} #[async_trait]\\nimpl Workload for YourWorkload { fn name(&self) -> &\'static str { \\"your_workload\\" } async fn start(&self, ctx: &RunContext) -> Result<(), DynError> { // implementation Ok(()) }\\n} } Add builder extension in testing-framework/workflows/src/builder/mod.rs: #![allow(unused)] fn main() {\\npub trait ScenarioBuilderExt { fn your_workload(self) -> YourWorkloadBuilder;\\n} } Use in examples in examples/src/bin/your_scenario.rs: #![allow(unused)] fn main() {\\nlet mut plan = ScenarioBuilder::topology() .network_star() .validators(3) .executors(0) .apply() .your_workload() // Your new DSL method .apply() .build(); }","breadcrumbs":"Part III — Developer Reference » Internal Crate Reference » Adding a New Workload","id":"95","title":"Adding a New Workload"},"96":{"body":"Define the expectation in testing-framework/workflows/src/expectations/your_expectation.rs: #![allow(unused)] fn main() {\\nuse async_trait::async_trait;\\nuse testing_framework_core::scenario::{Expectation, RunContext, DynError}; pub struct YourExpectation { // config fields\\n} #[async_trait]\\nimpl Expectation for YourExpectation { fn name(&self) -> &str { \\"your_expectation\\" } async fn evaluate(&mut self, ctx: &RunContext) -> Result<(), DynError> { // implementation Ok(()) }\\n} } Add builder extension in testing-framework/workflows/src/builder/mod.rs: #![allow(unused)] fn main() {\\npub trait ScenarioBuilderExt { fn expect_your_condition(self) -> Self;\\n} }","breadcrumbs":"Part III — Developer Reference » Internal Crate Reference » Adding a New Expectation","id":"96","title":"Adding a New Expectation"},"97":{"body":"Implement Deployer trait in testing-framework/runners/your_runner/src/deployer.rs: #![allow(unused)] fn main() {\\nuse async_trait::async_trait;\\nuse testing_framework_core::scenario::{Deployer, Runner, Scenario}; pub struct YourDeployer; #[async_trait]\\nimpl Deployer for YourDeployer { type Error = YourError; async fn deploy(&self, scenario: &Scenario) -> Result { // Provision infrastructure // Wait for readiness // Return Runner }\\n} } Provide cleanup and handle node control if supported. Add example in examples/src/bin/your_runner.rs. For detailed examples, see Extending the Framework and Custom Workload Example.","breadcrumbs":"Part III — Developer Reference » Internal Crate Reference » Adding a New Deployer","id":"97","title":"Adding a New Deployer"},"98":{"body":"Quick-reference material and supporting guidance to keep scenarios discoverable,\\ndebuggable, and consistent.","breadcrumbs":"Part IV — Appendix » Part IV — Appendix","id":"98","title":"Part IV — Appendix"},"99":{"body":"Quick reference for the scenario builder DSL. All methods are chainable.","breadcrumbs":"Part IV — Appendix » Builder API Quick Reference » Builder API Quick Reference","id":"99","title":"Builder API Quick Reference"}},"length":134,"save":true},"fields":["title","body","breadcrumbs"],"index":{"body":{"root":{"0":{".":{"2":{"0":{"2":{"4":{"df":2,"docs":{"115":{"tf":1.0},"116":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"df":3,"docs":{"132":{"tf":1.0},"18":{"tf":1.4142135623730951},"21":{"tf":1.7320508075688772}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"78":{"tf":1.0}}}}}},"1":{"df":0,"docs":{},"t":{"1":{"0":{"df":2,"docs":{"115":{"tf":1.0},"116":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":4,"docs":{"115":{"tf":1.4142135623730951},"116":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"78":{"tf":2.449489742783178}}},"1":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"78":{"tf":1.0}}}}}},"0":{"0":{"df":1,"docs":{"116":{"tf":1.4142135623730951}}},"df":1,"docs":{"48":{"tf":1.0}}},"2":{"0":{"df":2,"docs":{"107":{"tf":1.0},"132":{"tf":1.0}}},"7":{".":{"0":{".":{"0":{".":{"1":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"115":{"tf":1.0},"116":{"tf":1.0}}},"4":{"df":1,"docs":{"132":{"tf":1.0}}},"df":9,"docs":{"104":{"tf":1.0},"111":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.7320508075688772},"118":{"tf":1.0},"65":{"tf":1.4142135623730951},"70":{"tf":1.0},"76":{"tf":1.4142135623730951},"78":{"tf":2.0}}},"2":{"0":{"df":2,"docs":{"103":{"tf":1.0},"48":{"tf":1.0}}},"7":{"df":3,"docs":{"132":{"tf":1.0},"18":{"tf":1.4142135623730951},"21":{"tf":1.0}}},">":{"&":{"1":{"df":1,"docs":{"116":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":10,"docs":{"104":{"tf":1.0},"111":{"tf":1.0},"119":{"tf":1.0},"123":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.7320508075688772},"47":{"tf":1.7320508075688772},"70":{"tf":1.0}},"s":{"df":3,"docs":{"132":{"tf":1.7320508075688772},"18":{"tf":1.0},"21":{"tf":1.4142135623730951}}}},"3":{"0":{"df":5,"docs":{"115":{"tf":1.0},"116":{"tf":1.0},"132":{"tf":1.4142135623730951},"18":{"tf":1.0},"48":{"tf":1.0}}},"df":2,"docs":{"120":{"tf":1.0},"47":{"tf":1.0}}},"4":{"0":{"df":1,"docs":{"132":{"tf":1.0}}},"5":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"115":{"tf":1.0},"116":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":3,"docs":{"121":{"tf":1.0},"132":{"tf":1.0},"47":{"tf":1.4142135623730951}}},"5":{"0":{"df":1,"docs":{"102":{"tf":1.0}}},"4":{"df":1,"docs":{"132":{"tf":1.0}}},"df":7,"docs":{"103":{"tf":1.0},"111":{"tf":1.0},"122":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"48":{"tf":1.0}}},"6":{"0":{"df":3,"docs":{"132":{"tf":1.0},"18":{"tf":1.4142135623730951},"65":{"tf":1.0}}},"df":1,"docs":{"123":{"tf":1.0}}},"9":{"0":{"9":{"0":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}},"df":3,"docs":{"132":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":9,"docs":{"110":{"tf":1.0},"111":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"89":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"a":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"133":{"tf":1.0}}}},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"119":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"81":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":10,"docs":{"115":{"tf":1.0},"116":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"33":{"tf":1.0},"41":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"78":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"102":{"tf":1.0},"132":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"133":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"133":{"tf":1.4142135623730951},"19":{"tf":1.0},"52":{"tf":1.0},"82":{"tf":1.0},"89":{"tf":1.0}}}},"v":{"df":12,"docs":{"18":{"tf":1.4142135623730951},"21":{"tf":1.0},"23":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.4142135623730951},"79":{"tf":1.0},"82":{"tf":1.0},"89":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":2,"docs":{"21":{"tf":1.0},"53":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"37":{"tf":1.0},"39":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"116":{"tf":1.4142135623730951},"119":{"tf":1.0},"20":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}},"d":{"df":11,"docs":{"116":{"tf":1.0},"119":{"tf":1.0},"34":{"tf":2.0},"39":{"tf":1.0},"40":{"tf":1.0},"78":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"120":{"tf":1.0},"66":{"tf":1.0},"84":{"tf":1.0}}}}}}},"df":10,"docs":{"82":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"122":{"tf":1.0},"21":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":4,"docs":{"132":{"tf":1.0},"46":{"tf":1.4142135623730951},"70":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"85":{"tf":1.0}}},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"113":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":4,"docs":{"132":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.4142135623730951},"56":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":29,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"95":{"tf":1.7320508075688772},"96":{"tf":1.4142135623730951},"97":{"tf":1.0}}}}}}},"df":4,"docs":{"125":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"40":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"129":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"a":{"df":0,"docs":{},"y":{"df":4,"docs":{"116":{"tf":1.0},"132":{"tf":1.0},"21":{"tf":1.0},"72":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"78":{"tf":1.0}}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"129":{"tf":1.0},"45":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"i":{"df":9,"docs":{"122":{"tf":1.0},"15":{"tf":1.0},"29":{"tf":1.0},"55":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951},"93":{"tf":1.0},"99":{"tf":1.0}}},"p":{"=":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":4,"docs":{"115":{"tf":1.0},"116":{"tf":3.0},"119":{"tf":1.4142135623730951},"78":{"tf":2.449489742783178}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"98":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":18,"docs":{"101":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"111":{"tf":1.7320508075688772},"17":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"19":{"tf":2.23606797749979},"38":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772},"48":{"tf":1.4142135623730951},"49":{"tf":1.7320508075688772},"50":{"tf":1.7320508075688772},"8":{"tf":1.7320508075688772},"95":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"2":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"132":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"0":{"tf":1.0},"14":{"tf":1.0},"4":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"131":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"80":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"22":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"26":{"tf":1.0},"82":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":14,"docs":{"106":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"21":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.0},"40":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"62":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.0}}}},"t":{"df":21,"docs":{"10":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"12":{"tf":1.0},"120":{"tf":1.0},"125":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"130":{"tf":1.7320508075688772},"131":{"tf":1.7320508075688772},"27":{"tf":1.4142135623730951},"30":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.7320508075688772},"67":{"tf":1.4142135623730951},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.4142135623730951},"92":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":3,"docs":{"0":{"tf":1.0},"116":{"tf":1.0},"21":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"18":{"tf":1.0},"39":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{":":{":":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"89":{"tf":1.0},"90":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":5,"docs":{"89":{"tf":1.0},"90":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":14,"docs":{"111":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"84":{"tf":1.0},"89":{"tf":1.4142135623730951},"90":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"82":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"23":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"1":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0},"56":{"tf":1.0}}}}},"o":{"df":2,"docs":{"133":{"tf":1.0},"78":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"115":{"tf":1.0},"71":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{}}}},"x":{"df":1,"docs":{"119":{"tf":1.0}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":17,"docs":{"0":{"tf":1.4142135623730951},"127":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"56":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.4142135623730951},"67":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0},"92":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":8,"docs":{"112":{"tf":1.0},"20":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"57":{"tf":1.0},"62":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}}}}},"b":{"(":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"5":{"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":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":8,"docs":{"23":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"6":{"tf":1.0},"86":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}}}}},"d":{"df":4,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"54":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":3,"docs":{"130":{"tf":1.0},"131":{"tf":1.0},"72":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"133":{"tf":1.0},"55":{"tf":2.0},"59":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":4,"docs":{"133":{"tf":1.0},"18":{"tf":1.0},"40":{"tf":1.0},"57":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"123":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"116":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"c":{"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{}}}},"df":1,"docs":{"5":{"tf":1.0}},"e":{"c":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"119":{"tf":1.0},"90":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"128":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":6,"docs":{"119":{"tf":1.0},"127":{"tf":1.0},"133":{"tf":1.4142135623730951},"40":{"tf":1.0},"62":{"tf":1.0},"82":{"tf":1.0}}}}},"g":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"119":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"61":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":9,"docs":{"113":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"133":{"tf":1.0}}}},"w":{"df":2,"docs":{"41":{"tf":1.0},"66":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"40":{"tf":1.0},"58":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"63":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":9,"docs":{"105":{"tf":1.4142135623730951},"113":{"tf":1.0},"128":{"tf":1.0},"133":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.0},"40":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"116":{"tf":1.0}}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":11,"docs":{"14":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.0},"41":{"tf":1.4142135623730951},"62":{"tf":1.0},"7":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951},"9":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0}}}}},"d":{"df":1,"docs":{"120":{"tf":1.0}}},"df":14,"docs":{"116":{"tf":1.7320508075688772},"121":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0},"74":{"tf":2.0},"75":{"tf":1.0},"78":{"tf":2.0},"79":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"b":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"2":{"df":4,"docs":{"104":{"tf":1.0},"111":{"tf":1.0},"44":{"tf":1.0},"8":{"tf":1.0}}},"3":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":7,"docs":{"0":{"tf":1.4142135623730951},"104":{"tf":1.0},"111":{"tf":1.0},"133":{"tf":2.23606797749979},"20":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0}}},"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"80":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":26,"docs":{"0":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.4142135623730951},"106":{"tf":1.0},"111":{"tf":1.7320508075688772},"113":{"tf":1.7320508075688772},"125":{"tf":1.4142135623730951},"132":{"tf":2.8284271247461903},"133":{"tf":2.8284271247461903},"17":{"tf":1.0},"18":{"tf":3.4641016151377544},"19":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"21":{"tf":2.8284271247461903},"23":{"tf":1.4142135623730951},"35":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.4142135623730951},"40":{"tf":1.0},"42":{"tf":1.0},"53":{"tf":1.7320508075688772},"54":{"tf":1.0},"65":{"tf":1.0},"82":{"tf":1.0},"86":{"tf":1.0},"92":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}},"f":{"df":0,"docs":{},"e":{"df":2,"docs":{"133":{"tf":1.0},"53":{"tf":1.0}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":3,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"27":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":8,"docs":{"115":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"44":{"tf":1.0},"63":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"82":{"tf":1.0}}}}},"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":8,"docs":{"111":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"18":{"tf":1.0},"24":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"a":{"d":{"df":1,"docs":{"82":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"20":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":25,"docs":{"108":{"tf":1.4142135623730951},"111":{"tf":1.0},"130":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"23":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"71":{"tf":1.0},"72":{"tf":1.4142135623730951},"8":{"tf":1.0},"82":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"27":{"tf":1.7320508075688772},"29":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.0},"8":{"tf":1.4142135623730951},"93":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"t":{"df":9,"docs":{"11":{"tf":1.0},"130":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"41":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":5,"docs":{"39":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"89":{"tf":1.7320508075688772},"91":{"tf":1.0}}}},"df":0,"docs":{}}}},"c":{"(":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"5":{"tf":1.0}}}}}}}}},"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":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"20":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"113":{"tf":1.0},"133":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"18":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"l":{"df":3,"docs":{"127":{"tf":1.4142135623730951},"133":{"tf":1.0},"91":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"89":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"113":{"tf":1.0}}}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"105":{"tf":1.0},"133":{"tf":1.0},"46":{"tf":1.0},"82":{"tf":1.0},"93":{"tf":1.7320508075688772}}}},"c":{"df":1,"docs":{"113":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"132":{"tf":1.0},"56":{"tf":1.0},"82":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":14,"docs":{"116":{"tf":1.7320508075688772},"121":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0},"74":{"tf":2.0},"75":{"tf":1.0},"78":{"tf":2.0},"79":{"tf":1.0}}}}},"t":{"df":1,"docs":{"115":{"tf":1.0}}},"u":{"df":0,"docs":{},"s":{"df":13,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"125":{"tf":1.4142135623730951},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"133":{"tf":1.0},"57":{"tf":1.0},"62":{"tf":1.0},"7":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"76":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":1,"docs":{"5":{"tf":1.0}},"f":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"27":{"tf":1.0},"30":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":1,"docs":{"13":{"tf":1.0}}},"df":0,"docs":{}}}}}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"77":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"77":{"tf":1.0}}}}}}}}}},"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"99":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"133":{"tf":1.0},"52":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"1":{"tf":1.0},"21":{"tf":1.0},"78":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{"df":4,"docs":{"104":{"tf":1.0},"111":{"tf":1.0},"44":{"tf":1.0},"8":{"tf":1.0}}},"2":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"133":{"tf":1.0}}},"df":0,"docs":{}}}},"df":5,"docs":{"0":{"tf":1.0},"104":{"tf":1.0},"111":{"tf":1.0},"133":{"tf":2.23606797749979},"37":{"tf":1.0}}}}}},"o":{"df":23,"docs":{"105":{"tf":2.0},"113":{"tf":2.23606797749979},"127":{"tf":1.4142135623730951},"132":{"tf":1.7320508075688772},"133":{"tf":1.4142135623730951},"19":{"tf":2.23606797749979},"26":{"tf":1.0},"27":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"45":{"tf":1.7320508075688772},"47":{"tf":1.0},"50":{"tf":1.4142135623730951},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"66":{"tf":1.7320508075688772},"67":{"tf":1.4142135623730951},"8":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"19":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"45":{"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":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":6,"docs":{"100":{"tf":1.0},"29":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0},"92":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"82":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"17":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":20,"docs":{"113":{"tf":1.4142135623730951},"116":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.7320508075688772},"121":{"tf":1.0},"125":{"tf":1.0},"128":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"23":{"tf":1.0},"3":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"55":{"tf":1.0},"6":{"tf":1.4142135623730951},"62":{"tf":1.0},"89":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"26":{"tf":1.0},"62":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"66":{"tf":1.4142135623730951},"70":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"40":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"35":{"tf":1.4142135623730951},"40":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"23":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}}}}},"i":{"df":9,"docs":{"18":{"tf":1.0},"24":{"tf":1.0},"40":{"tf":1.7320508075688772},"56":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":2.23606797749979},"71":{"tf":1.4142135623730951}},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":18,"docs":{"11":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.4142135623730951},"128":{"tf":1.0},"130":{"tf":1.4142135623730951},"131":{"tf":2.0},"27":{"tf":1.4142135623730951},"30":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":2.0},"67":{"tf":1.4142135623730951},"68":{"tf":1.0},"70":{"tf":2.0},"71":{"tf":1.7320508075688772},"92":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":11,"docs":{"112":{"tf":1.0},"12":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"27":{"tf":1.4142135623730951},"32":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.7320508075688772},"70":{"tf":1.4142135623730951},"71":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"87":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"24":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"39":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"113":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":5,"docs":{"115":{"tf":1.4142135623730951},"129":{"tf":1.0},"14":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":9,"docs":{"129":{"tf":1.0},"133":{"tf":1.0},"17":{"tf":1.0},"23":{"tf":1.0},"6":{"tf":1.0},"78":{"tf":1.0},"82":{"tf":1.0},"86":{"tf":1.0},"97":{"tf":1.0}},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"86":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"r":{"df":7,"docs":{"1":{"tf":1.0},"24":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"62":{"tf":1.0},"82":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"|":{"df":2,"docs":{"89":{"tf":1.0},"90":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":4,"docs":{"84":{"tf":1.0},"89":{"tf":1.7320508075688772},"90":{"tf":1.7320508075688772},"92":{"tf":1.0}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"132":{"tf":1.0},"18":{"tf":2.0},"39":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":20,"docs":{"1":{"tf":1.0},"133":{"tf":1.0},"24":{"tf":1.4142135623730951},"27":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"5":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.4142135623730951},"60":{"tf":1.7320508075688772},"62":{"tf":1.0},"67":{"tf":2.23606797749979},"7":{"tf":1.0},"72":{"tf":1.0},"82":{"tf":1.0},"9":{"tf":1.0}},"—":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"82":{"tf":1.0}}}}}}}}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"41":{"tf":1.0},"80":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"21":{"tf":1.4142135623730951}},"i":{"c":{"df":0,"docs":{},"i":{"df":3,"docs":{"132":{"tf":1.0},"18":{"tf":1.4142135623730951},"21":{"tf":1.0}}}},"df":0,"docs":{}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"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":{"38":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"80":{"tf":1.0}}}}}}}}},"df":5,"docs":{"38":{"tf":1.0},"53":{"tf":1.0},"78":{"tf":1.4142135623730951},"79":{"tf":1.0},"80":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"133":{"tf":1.0},"25":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"6":{"tf":1.0},"82":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"115":{"tf":1.0},"119":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"68":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":7,"docs":{"113":{"tf":1.0},"120":{"tf":1.0},"124":{"tf":1.0},"39":{"tf":1.0},"61":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"123":{"tf":1.0},"40":{"tf":1.0},"56":{"tf":1.0}}},"t":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":11,"docs":{"0":{"tf":1.0},"111":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"55":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.4142135623730951}}},"x":{"df":1,"docs":{"78":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"133":{"tf":1.4142135623730951},"14":{"tf":1.0},"3":{"tf":1.0},"6":{"tf":1.0},"74":{"tf":1.0}}},"s":{"df":37,"docs":{"0":{"tf":1.0},"109":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.7320508075688772},"116":{"tf":2.449489742783178},"119":{"tf":1.4142135623730951},"122":{"tf":1.0},"129":{"tf":1.0},"13":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.7320508075688772},"29":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"47":{"tf":1.7320508075688772},"56":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"7":{"tf":1.0},"72":{"tf":1.0},"78":{"tf":2.449489742783178},"80":{"tf":1.0},"82":{"tf":1.0},"9":{"tf":1.4142135623730951},"92":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":2,"docs":{"13":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"/":{"df":0,"docs":{},"k":{"8":{"df":3,"docs":{"115":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"=":{"1":{"df":0,"docs":{},"x":{"1":{"df":1,"docs":{"66":{"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":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":3,"docs":{"116":{"tf":1.0},"66":{"tf":1.0},"78":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":6,"docs":{"26":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.0},"41":{"tf":1.0},"7":{"tf":1.0},"92":{"tf":1.0}}}},"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"=":{"1":{"2":{"7":{".":{"0":{".":{"0":{".":{"1":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"=":{"1":{"df":3,"docs":{"116":{"tf":1.0},"66":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":12,"docs":{"113":{"tf":1.0},"127":{"tf":1.4142135623730951},"133":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0},"63":{"tf":1.7320508075688772},"66":{"tf":1.0},"67":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":1.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":5,"docs":{"109":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":4,"docs":{"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0}},"u":{"df":2,"docs":{"2":{"tf":1.0},"56":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"19":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.0},"40":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"38":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"133":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0},"82":{"tf":1.0},"90":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"3":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"132":{"tf":1.0},"21":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":14,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"116":{"tf":1.0},"13":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":2.23606797749979},"29":{"tf":1.4142135623730951},"30":{"tf":1.0},"34":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":20,"docs":{"101":{"tf":1.0},"123":{"tf":1.0},"131":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"18":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"62":{"tf":1.0},"67":{"tf":1.0},"74":{"tf":1.0},"8":{"tf":1.4142135623730951},"82":{"tf":1.0},"87":{"tf":1.0},"92":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"113":{"tf":1.0},"90":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"113":{"tf":1.0},"120":{"tf":1.0},"128":{"tf":1.0}}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"101":{"tf":1.0},"120":{"tf":1.0},"128":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":21,"docs":{"0":{"tf":1.0},"113":{"tf":1.0},"123":{"tf":1.0},"125":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":1.0},"18":{"tf":1.4142135623730951},"21":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"80":{"tf":1.0},"92":{"tf":1.0}},"s":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"e":{",":{"d":{"a":{"=":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":2,"docs":{"33":{"tf":1.0},"75":{"tf":1.0}}}}},"df":0,"docs":{}}},"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":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"18":{"tf":1.0},"21":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"55":{"tf":1.0}}}}},"i":{"d":{"df":1,"docs":{"84":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"35":{"tf":1.0},"57":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"53":{"tf":1.0},"55":{"tf":1.0},"86":{"tf":1.0},"98":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"116":{"tf":1.0},"75":{"tf":1.0}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"108":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"df":5,"docs":{"26":{"tf":1.0},"53":{"tf":1.0},"7":{"tf":1.0},"80":{"tf":1.4142135623730951},"92":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"80":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":11,"docs":{"115":{"tf":2.23606797749979},"116":{"tf":3.0},"119":{"tf":1.0},"133":{"tf":1.4142135623730951},"14":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"59":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"78":{"tf":3.1622776601683795}},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"115":{"tf":1.0}}},"df":0,"docs":{}}}},"df":2,"docs":{"1":{"tf":1.0},"63":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"115":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"35":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":3,"docs":{"0":{"tf":1.0},"82":{"tf":1.0},"93":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":4,"docs":{"106":{"tf":1.0},"133":{"tf":1.0},"38":{"tf":1.0},"49":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"81":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":19,"docs":{"105":{"tf":1.0},"113":{"tf":1.0},"127":{"tf":1.7320508075688772},"133":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.4142135623730951},"45":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"74":{"tf":1.0},"82":{"tf":1.0},"9":{"tf":1.4142135623730951},"97":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"59":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"52":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":4,"docs":{"105":{"tf":1.0},"133":{"tf":1.0},"23":{"tf":1.0},"82":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"82":{"tf":1.0},"92":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"i":{"df":5,"docs":{"130":{"tf":1.0},"131":{"tf":1.0},"66":{"tf":1.0},"70":{"tf":1.0},"78":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"e":{"df":8,"docs":{"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"5":{"tf":1.0},"92":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"133":{"tf":1.0},"55":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"56":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"113":{"tf":1.0},"126":{"tf":1.0},"21":{"tf":1.0},"39":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"26":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}}}}},"p":{"df":6,"docs":{"130":{"tf":1.0},"131":{"tf":1.0},"66":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"78":{"tf":1.0}},"u":{"df":1,"docs":{"66":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"116":{"tf":2.23606797749979},"54":{"tf":1.0},"78":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":7,"docs":{"24":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.4142135623730951},"34":{"tf":1.0},"81":{"tf":1.0},"92":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"133":{"tf":1.4142135623730951},"19":{"tf":1.0},"35":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":5,"docs":{"132":{"tf":1.0},"133":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"c":{"df":2,"docs":{"66":{"tf":1.0},"74":{"tf":1.0}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"a":{"df":2,"docs":{"133":{"tf":1.0},"77":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"68":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"t":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"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":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"0":{"df":2,"docs":{"15":{"tf":1.0},"80":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"(":{")":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"33":{"tf":1.0},"80":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":4,"docs":{"89":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"95":{"tf":1.0},"96":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":1,"docs":{"122":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"116":{"tf":1.0},"52":{"tf":1.0},"87":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":7,"docs":{"34":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"69":{"tf":1.0},"88":{"tf":1.0},"97":{"tf":1.0}}}}}}}},"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"5":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"[":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"23":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"a":{"_":{"a":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":30,"docs":{"0":{"tf":2.23606797749979},"104":{"tf":1.7320508075688772},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"12":{"tf":1.0},"125":{"tf":1.7320508075688772},"128":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":2.0},"14":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"27":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":2.0},"47":{"tf":1.0},"49":{"tf":1.4142135623730951},"62":{"tf":1.0},"65":{"tf":1.0},"68":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.7320508075688772},"8":{"tf":1.4142135623730951},"80":{"tf":1.0},"87":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"63":{"tf":1.0},"66":{"tf":1.0}}}}}},"t":{"a":{"df":12,"docs":{"0":{"tf":2.0},"132":{"tf":1.0},"133":{"tf":2.23606797749979},"23":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"6":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"92":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"23":{"tf":1.0},"5":{"tf":1.0}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"116":{"tf":1.0}}}}}},"df":8,"docs":{"116":{"tf":1.0},"117":{"tf":1.0},"19":{"tf":1.0},"58":{"tf":1.0},"66":{"tf":1.0},"75":{"tf":1.4142135623730951},"78":{"tf":1.0},"80":{"tf":1.0}},"g":{"df":2,"docs":{"22":{"tf":1.0},"98":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"23":{"tf":1.0},"35":{"tf":1.0}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"r":{"df":8,"docs":{"133":{"tf":1.0},"17":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"82":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"81":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"91":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":24,"docs":{"11":{"tf":1.0},"115":{"tf":1.7320508075688772},"116":{"tf":1.4142135623730951},"12":{"tf":1.0},"132":{"tf":1.7320508075688772},"14":{"tf":1.4142135623730951},"15":{"tf":1.0},"18":{"tf":1.7320508075688772},"19":{"tf":1.0},"21":{"tf":1.7320508075688772},"39":{"tf":1.0},"65":{"tf":2.23606797749979},"66":{"tf":1.7320508075688772},"69":{"tf":1.0},"70":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":2.0},"79":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0},"87":{"tf":1.0},"89":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"35":{"tf":1.0},"8":{"tf":1.0},"82":{"tf":1.0},"92":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"38":{"tf":1.0},"39":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"27":{"tf":1.7320508075688772}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":6,"docs":{"26":{"tf":1.0},"31":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"97":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":32,"docs":{"109":{"tf":2.0},"111":{"tf":1.0},"118":{"tf":1.0},"133":{"tf":1.4142135623730951},"17":{"tf":1.0},"23":{"tf":1.4142135623730951},"24":{"tf":1.0},"26":{"tf":1.7320508075688772},"27":{"tf":1.4142135623730951},"29":{"tf":2.0},"30":{"tf":1.0},"34":{"tf":1.4142135623730951},"4":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":2.0},"6":{"tf":1.4142135623730951},"60":{"tf":1.0},"7":{"tf":1.4142135623730951},"72":{"tf":1.0},"74":{"tf":1.0},"82":{"tf":1.4142135623730951},"9":{"tf":1.7320508075688772},"92":{"tf":1.7320508075688772},"93":{"tf":1.4142135623730951},"97":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"(":{"&":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":9,"docs":{"110":{"tf":1.0},"111":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"118":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"84":{"tf":1.0},"89":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":6,"docs":{"119":{"tf":1.0},"17":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.4142135623730951},"6":{"tf":1.0},"82":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":4,"docs":{"133":{"tf":1.0},"26":{"tf":1.0},"55":{"tf":1.0},"82":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"24":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":6,"docs":{"131":{"tf":1.0},"15":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"62":{"tf":1.0},"97":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"19":{"tf":1.4142135623730951},"22":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"113":{"tf":1.0},"132":{"tf":1.0},"19":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951},"40":{"tf":1.0}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":6,"docs":{"24":{"tf":1.0},"40":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.4142135623730951}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":2,"docs":{"128":{"tf":1.0},"129":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"132":{"tf":1.0},"25":{"tf":1.0},"56":{"tf":1.0},"74":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"58":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":9,"docs":{"115":{"tf":1.7320508075688772},"14":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"65":{"tf":1.0},"67":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.4142135623730951},"78":{"tf":2.0}}}}}}},"df":0,"docs":{}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"133":{"tf":1.0},"15":{"tf":1.0},"75":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"59":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"98":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":7,"docs":{"0":{"tf":1.0},"104":{"tf":1.0},"111":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.4142135623730951},"77":{"tf":1.0},"87":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"37":{"tf":1.0},"74":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"62":{"tf":1.0},"81":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"8":{"df":2,"docs":{"27":{"tf":1.0},"30":{"tf":1.0}}},"df":0,"docs":{}}},"df":26,"docs":{"109":{"tf":1.0},"11":{"tf":1.0},"115":{"tf":2.0},"116":{"tf":2.8284271247461903},"119":{"tf":1.0},"129":{"tf":1.7320508075688772},"13":{"tf":1.0},"130":{"tf":1.0},"14":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"29":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.7320508075688772},"66":{"tf":1.0},"67":{"tf":1.7320508075688772},"7":{"tf":1.0},"78":{"tf":3.3166247903554},"9":{"tf":1.0},"92":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"27":{"tf":1.0},"40":{"tf":1.0},"92":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"\'":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}},"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":5,"docs":{"126":{"tf":1.0},"127":{"tf":1.0},"21":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"116":{"tf":1.4142135623730951}}},"’":{"df":0,"docs":{},"t":{"df":4,"docs":{"113":{"tf":1.0},"127":{"tf":1.0},"132":{"tf":1.0},"89":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"129":{"tf":1.0},"23":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":2,"docs":{"116":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"45":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"[":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}},"df":7,"docs":{"23":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"89":{"tf":1.0}},"n":{"df":1,"docs":{"36":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"l":{"df":9,"docs":{"26":{"tf":1.0},"27":{"tf":1.0},"34":{"tf":1.0},"39":{"tf":1.0},"84":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"128":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"t":{"df":15,"docs":{"107":{"tf":1.0},"113":{"tf":1.0},"132":{"tf":1.4142135623730951},"133":{"tf":2.23606797749979},"18":{"tf":1.4142135623730951},"21":{"tf":2.23606797749979},"22":{"tf":1.0},"23":{"tf":1.0},"35":{"tf":1.0},"40":{"tf":1.0},"49":{"tf":1.0},"56":{"tf":1.0},"65":{"tf":1.0},"82":{"tf":1.0},"93":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":6,"docs":{"125":{"tf":1.0},"133":{"tf":1.4142135623730951},"23":{"tf":1.0},"53":{"tf":1.0},"72":{"tf":1.4142135623730951},"90":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"89":{"tf":1.7320508075688772},"90":{"tf":1.0},"95":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}}}}}}}}}},"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"5":{"tf":1.0}}}},"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":10,"docs":{"115":{"tf":1.4142135623730951},"123":{"tf":1.0},"133":{"tf":1.4142135623730951},"33":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"75":{"tf":1.0},"84":{"tf":1.0},"87":{"tf":1.0},"89":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"89":{"tf":1.0}}}}}}},"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"23":{"tf":1.0}}}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":8,"docs":{"133":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0},"6":{"tf":1.0},"76":{"tf":1.0},"92":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"62":{"tf":1.0}}}}},"s":{"df":1,"docs":{"59":{"tf":1.0}},"i":{"df":1,"docs":{"35":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":1,"docs":{"116":{"tf":1.0}}}}},"df":2,"docs":{"23":{"tf":1.0},"5":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"16":{"tf":1.0},"35":{"tf":1.0},"75":{"tf":1.0}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"133":{"tf":1.0},"77":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"b":{"df":2,"docs":{"11":{"tf":1.0},"66":{"tf":1.0}},"o":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"16":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":10,"docs":{"0":{"tf":1.0},"105":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"33":{"tf":1.0},"39":{"tf":1.0},"65":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":8,"docs":{"105":{"tf":1.4142135623730951},"127":{"tf":1.4142135623730951},"19":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"8":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"d":{"df":2,"docs":{"44":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":7,"docs":{"122":{"tf":1.0},"15":{"tf":1.7320508075688772},"75":{"tf":1.4142135623730951},"79":{"tf":1.0},"80":{"tf":1.4142135623730951},"86":{"tf":1.0},"9":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"80":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"132":{"tf":1.0},"21":{"tf":1.0},"82":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"26":{"tf":1.0},"3":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":5,"docs":{"125":{"tf":1.0},"126":{"tf":1.0},"21":{"tf":1.4142135623730951},"35":{"tf":1.0},"82":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":12,"docs":{"0":{"tf":1.0},"119":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"133":{"tf":1.4142135623730951},"54":{"tf":1.0},"56":{"tf":1.0},"62":{"tf":1.0},"67":{"tf":1.0},"82":{"tf":1.4142135623730951},"87":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"27":{"tf":1.0},"7":{"tf":1.0},"92":{"tf":1.0}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"27":{"tf":1.0},"30":{"tf":1.0}}}}}}}}}},"v":{"df":1,"docs":{"113":{"tf":1.0}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":23,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.4142135623730951},"35":{"tf":1.0},"40":{"tf":1.4142135623730951},"56":{"tf":1.7320508075688772},"57":{"tf":1.4142135623730951},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"75":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"113":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"84":{"tf":1.0}}}}}}},"r":{"(":{"\\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"89":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"/":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":11,"docs":{"113":{"tf":1.0},"118":{"tf":1.4142135623730951},"120":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"128":{"tf":1.0},"72":{"tf":1.4142135623730951},"75":{"tf":1.0},"79":{"tf":1.4142135623730951},"85":{"tf":1.0},"97":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"2":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"c":{"df":2,"docs":{"76":{"tf":1.4142135623730951},"80":{"tf":1.0}}},"df":0,"docs":{}},"v":{"a":{"df":0,"docs":{},"l":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"90":{"tf":1.0},"96":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":8,"docs":{"133":{"tf":1.0},"23":{"tf":1.0},"38":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"86":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":3,"docs":{"24":{"tf":1.0},"6":{"tf":1.0},"81":{"tf":1.0}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"116":{"tf":1.4142135623730951},"18":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":28,"docs":{"111":{"tf":1.0},"116":{"tf":2.0},"121":{"tf":1.0},"133":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.0},"31":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772},"46":{"tf":1.0},"47":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.7320508075688772},"67":{"tf":1.4142135623730951},"69":{"tf":1.0},"7":{"tf":1.4142135623730951},"74":{"tf":2.23606797749979},"75":{"tf":1.4142135623730951},"77":{"tf":1.0},"78":{"tf":2.0},"79":{"tf":1.0},"88":{"tf":1.0},"92":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"95":{"tf":1.0},"97":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":2,"docs":{"26":{"tf":1.0},"92":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"r":{"c":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"97":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"95":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":4,"docs":{"34":{"tf":1.0},"41":{"tf":1.0},"7":{"tf":1.0},"93":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"113":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"c":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":2,"docs":{"116":{"tf":1.0},"78":{"tf":1.0}},"u":{"df":0,"docs":{},"t":{"df":10,"docs":{"110":{"tf":1.0},"113":{"tf":1.0},"133":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"5":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"r":{"df":16,"docs":{"0":{"tf":1.4142135623730951},"101":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":2.0},"119":{"tf":1.0},"13":{"tf":1.0},"133":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"47":{"tf":1.7320508075688772},"65":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.7320508075688772},"78":{"tf":2.23606797749979}},"s":{"(":{"0":{"df":3,"docs":{"42":{"tf":1.0},"43":{"tf":1.0},"95":{"tf":1.0}}},"1":{"df":3,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0}}},"2":{"df":9,"docs":{"101":{"tf":1.0},"111":{"tf":1.0},"19":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"116":{"tf":1.0},"78":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":5,"docs":{"133":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"6":{"tf":1.0}}}}},"df":0,"docs":{}}},"h":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"113":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"115":{"tf":1.0},"125":{"tf":1.0},"67":{"tf":1.0},"86":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":13,"docs":{"106":{"tf":1.0},"111":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"_":{"c":{"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":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"96":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"89":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":47,"docs":{"1":{"tf":1.0},"106":{"tf":1.0},"118":{"tf":1.4142135623730951},"122":{"tf":1.0},"125":{"tf":1.0},"128":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.4142135623730951},"133":{"tf":2.23606797749979},"15":{"tf":1.4142135623730951},"18":{"tf":2.6457513110645907},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":2.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.0},"29":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.7320508075688772},"82":{"tf":2.23606797749979},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.4142135623730951},"89":{"tf":2.0},"90":{"tf":1.7320508075688772},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"96":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":7,"docs":{"112":{"tf":1.0},"133":{"tf":1.0},"31":{"tf":1.0},"41":{"tf":1.0},"57":{"tf":1.0},"62":{"tf":1.0},"7":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"28":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"39":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"1":{"tf":1.0},"116":{"tf":1.4142135623730951},"21":{"tf":1.0},"24":{"tf":1.0},"35":{"tf":1.0},"40":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"29":{"tf":1.0},"67":{"tf":2.0},"79":{"tf":1.0},"85":{"tf":1.0}}}},"s":{"df":4,"docs":{"15":{"tf":1.0},"33":{"tf":1.0},"80":{"tf":1.4142135623730951},"84":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"80":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"—":{"a":{"d":{"df":0,"docs":{},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"113":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"38":{"tf":1.0},"39":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":11,"docs":{"113":{"tf":1.0},"125":{"tf":1.0},"133":{"tf":1.0},"24":{"tf":1.0},"34":{"tf":1.0},"49":{"tf":1.4142135623730951},"81":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":1.0},"87":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":8,"docs":{"27":{"tf":1.0},"51":{"tf":1.4142135623730951},"8":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}}}}}}},"}":{"\\"":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"90":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"f":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"20":{"tf":1.4142135623730951},"26":{"tf":1.0}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"87":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":10,"docs":{"117":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.7320508075688772},"125":{"tf":1.0},"126":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"23":{"tf":1.0},"67":{"tf":1.0},"84":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":12,"docs":{"116":{"tf":1.0},"118":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"24":{"tf":1.0},"35":{"tf":1.0},"40":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.4142135623730951},"80":{"tf":1.0},"86":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"s":{"df":5,"docs":{"132":{"tf":1.0},"133":{"tf":1.0},"21":{"tf":1.0},"62":{"tf":1.0},"75":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}}}},"q":{"df":1,"docs":{"132":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"35":{"tf":1.0},"40":{"tf":1.0},"58":{"tf":1.0},"84":{"tf":1.0},"91":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"63":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}}}}},"df":2,"docs":{"116":{"tf":2.6457513110645907},"78":{"tf":2.449489742783178}},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"47":{"tf":1.0},"66":{"tf":1.0},"9":{"tf":1.0},"93":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"40":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"86":{"tf":1.0}}},"df":0,"docs":{}},"t":{"c":{"df":0,"docs":{},"h":{"df":10,"docs":{"112":{"tf":1.0},"12":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"27":{"tf":1.4142135623730951},"32":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"71":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"40":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"95":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"df":11,"docs":{"115":{"tf":2.449489742783178},"116":{"tf":1.0},"120":{"tf":1.0},"131":{"tf":1.0},"14":{"tf":2.23606797749979},"33":{"tf":1.4142135623730951},"65":{"tf":1.4142135623730951},"66":{"tf":1.0},"75":{"tf":1.7320508075688772},"76":{"tf":1.7320508075688772},"78":{"tf":2.8284271247461903}},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"116":{"tf":1.0},"78":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"116":{"tf":2.0},"119":{"tf":1.0},"33":{"tf":1.0},"54":{"tf":1.0},"65":{"tf":1.0},"75":{"tf":1.0},"77":{"tf":1.4142135623730951},"78":{"tf":1.7320508075688772}}}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"108":{"tf":1.0},"55":{"tf":1.0}}}},"d":{"df":3,"docs":{"114":{"tf":1.0},"116":{"tf":2.0},"48":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":3,"docs":{"132":{"tf":1.0},"65":{"tf":1.0},"75":{"tf":1.0}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":7,"docs":{"101":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"35":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"116":{"tf":1.7320508075688772},"119":{"tf":1.0},"120":{"tf":1.0},"19":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0}},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"132":{"tf":1.0}}}}}}}}}},"t":{"df":4,"docs":{"40":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.0},"88":{"tf":1.0}}},"x":{"df":10,"docs":{"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":5,"docs":{"115":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"78":{"tf":1.0}}},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"113":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"23":{"tf":1.0},"38":{"tf":1.0},"5":{"tf":1.0},"61":{"tf":1.0},"80":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":4,"docs":{"24":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"56":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"8":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0}}}}}}},"n":{"df":29,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"8":{"tf":1.0},"89":{"tf":2.449489742783178},"90":{"tf":2.0},"95":{"tf":2.449489742783178},"96":{"tf":2.23606797749979},"97":{"tf":1.4142135623730951}}},"o":{"c":{"df":0,"docs":{},"u":{"df":2,"docs":{"120":{"tf":1.0},"17":{"tf":1.0}},"s":{"df":3,"docs":{"0":{"tf":1.0},"26":{"tf":1.0},"62":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":6,"docs":{"116":{"tf":1.0},"117":{"tf":1.0},"4":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0},"78":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"89":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"39":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"t":{"!":{"(":{"\\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"90":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"6":{"tf":1.0}},"u":{"df":0,"docs":{},"l":{"a":{"df":1,"docs":{"21":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"2":{"tf":1.0},"39":{"tf":1.0}}}},"df":3,"docs":{"120":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"k":{"/":{"c":{"df":0,"docs":{},"f":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"z":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":15,"docs":{"11":{"tf":1.0},"112":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.0},"125":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}}}}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":4,"docs":{"11":{"tf":1.0},"130":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0}}}}},"df":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":{"30":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"92":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"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":2,"docs":{"34":{"tf":1.0},"93":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"r":{"df":2,"docs":{"34":{"tf":1.0},"92":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"80":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"93":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"93":{"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":0,"docs":{},"n":{"df":2,"docs":{"34":{"tf":1.0},"93":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"97":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"{":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{",":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{",":{"df":0,"docs":{},"k":{"8":{"df":1,"docs":{"92":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"84":{"tf":1.0},"85":{"tf":1.0},"92":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"34":{"tf":1.0},"93":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{".":{"df":0,"docs":{},"r":{"df":2,"docs":{"95":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"96":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":2,"docs":{"34":{"tf":1.0},"93":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":2,"docs":{"34":{"tf":1.0},"93":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"95":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}},"df":26,"docs":{"0":{"tf":1.0},"118":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"2":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.4142135623730951},"31":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"7":{"tf":1.4142135623730951},"74":{"tf":1.7320508075688772},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.0},"92":{"tf":1.4142135623730951},"97":{"tf":1.0}},"’":{"df":1,"docs":{"39":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"47":{"tf":1.0},"50":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"3":{"tf":1.0},"75":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":8,"docs":{"0":{"tf":1.0},"113":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"19":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0}}}}}}},"d":{"df":5,"docs":{"102":{"tf":1.0},"120":{"tf":1.0},"126":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"54":{"tf":1.4142135623730951}}}}}},"g":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"113":{"tf":1.0},"3":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"61":{"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":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"84":{"tf":1.0},"89":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":24,"docs":{"112":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"120":{"tf":1.0},"125":{"tf":1.4142135623730951},"128":{"tf":1.0},"133":{"tf":1.7320508075688772},"24":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"54":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":1.4142135623730951},"62":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.0},"82":{"tf":1.0},"89":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0}}}}},"t":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"89":{"tf":1.0},"90":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"70":{"tf":1.0}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"63":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"1":{"tf":1.0}},"n":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"33":{"tf":1.0},"75":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"133":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"35":{"tf":1.0},"40":{"tf":1.0}}}},"df":4,"docs":{"115":{"tf":1.0},"34":{"tf":1.0},"70":{"tf":1.0},"75":{"tf":1.0}},"e":{"df":1,"docs":{"93":{"tf":1.0}}},"o":{"d":{"df":7,"docs":{"123":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"35":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"65":{"tf":1.0},"75":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"116":{"tf":1.0},"119":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"1":{"6":{"df":5,"docs":{"112":{"tf":1.0},"133":{"tf":1.0},"57":{"tf":1.0},"62":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":1,"docs":{"133":{"tf":1.0}}}},"w":{"df":1,"docs":{"91":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"86":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":4,"docs":{"25":{"tf":1.0},"34":{"tf":1.0},"82":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{}}},"df":4,"docs":{"1":{"tf":1.0},"113":{"tf":1.0},"25":{"tf":1.0},"34":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"23":{"tf":1.0}},"l":{"df":2,"docs":{"17":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"r":{"d":{"df":1,"docs":{"19":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}}},"df":1,"docs":{"118":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"116":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":1,"docs":{"52":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"133":{"tf":1.0},"20":{"tf":1.4142135623730951},"35":{"tf":1.0},"6":{"tf":1.0}},"i":{"df":3,"docs":{"122":{"tf":1.0},"20":{"tf":1.0},"38":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"df":3,"docs":{"27":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}},"p":{"df":1,"docs":{"16":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"27":{"tf":1.0},"32":{"tf":1.0},"39":{"tf":1.0},"70":{"tf":1.0},"84":{"tf":1.0},"87":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"e":{"df":4,"docs":{"0":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"90":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":8,"docs":{"133":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"35":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.4142135623730951},"6":{"tf":1.0},"92":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"60":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"20":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":4,"docs":{"129":{"tf":1.0},"26":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"24":{"tf":1.0},"58":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.0},"71":{"tf":1.0},"78":{"tf":1.0},"92":{"tf":1.0}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"67":{"tf":1.0},"72":{"tf":1.0}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"92":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"1":{"8":{"0":{"8":{"0":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"122":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"0":{"9":{"0":{"df":6,"docs":{"122":{"tf":1.0},"15":{"tf":1.0},"33":{"tf":1.0},"66":{"tf":1.0},"80":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"122":{"tf":1.0},"15":{"tf":1.0},"80":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"i":{"[":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"38":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"d":{">":{":":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"78":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"115":{"tf":1.0},"116":{"tf":2.23606797749979},"78":{"tf":1.0}},"e":{"a":{"df":3,"docs":{"51":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"89":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"62":{"tf":1.0},"79":{"tf":1.0}}}}}},"i":{"df":1,"docs":{"25":{"tf":1.0}},"i":{"df":1,"docs":{"81":{"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":{"41":{"tf":1.0},"88":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":14,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"130":{"tf":2.0},"131":{"tf":1.0},"27":{"tf":1.7320508075688772},"30":{"tf":1.0},"31":{"tf":1.0},"41":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":2.23606797749979},"67":{"tf":2.23606797749979},"7":{"tf":1.0},"72":{"tf":1.4142135623730951},"9":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"17":{"tf":1.4142135623730951}}}},"l":{"df":5,"docs":{"89":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":12,"docs":{"34":{"tf":2.0},"51":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":1.4142135623730951},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":7,"docs":{"100":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"57":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.0}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":18,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"133":{"tf":1.0},"14":{"tf":1.0},"20":{"tf":1.0},"33":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"54":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0},"76":{"tf":1.4142135623730951},"78":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":7,"docs":{"132":{"tf":1.0},"133":{"tf":1.0},"20":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"113":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":8,"docs":{"113":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"126":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"61":{"tf":1.0},"74":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"\\"":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"89":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":5,"docs":{"115":{"tf":1.7320508075688772},"116":{"tf":1.4142135623730951},"120":{"tf":1.0},"14":{"tf":1.4142135623730951},"78":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":4,"docs":{"15":{"tf":1.0},"65":{"tf":1.0},"75":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":6,"docs":{"133":{"tf":1.0},"17":{"tf":1.0},"3":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0},"97":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"23":{"tf":1.0},"39":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"38":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":3,"docs":{"38":{"tf":1.4142135623730951},"84":{"tf":1.0},"89":{"tf":1.4142135623730951}},"i":{"df":1,"docs":{"55":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"84":{"tf":1.0},"89":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"115":{"tf":2.0},"66":{"tf":1.0},"78":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"80":{"tf":1.0}}}}}}},"df":4,"docs":{"116":{"tf":1.0},"120":{"tf":1.0},"59":{"tf":1.0},"80":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"71":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"116":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"120":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":3,"docs":{"26":{"tf":1.0},"3":{"tf":1.0},"41":{"tf":1.0}}}},"n":{"d":{"df":4,"docs":{"132":{"tf":1.0},"133":{"tf":1.0},"35":{"tf":1.0},"82":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"66":{"tf":1.0}}},"t":{"df":4,"docs":{"17":{"tf":1.0},"24":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"0":{"tf":1.4142135623730951},"3":{"tf":1.0},"82":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":3,"docs":{"20":{"tf":2.0},"34":{"tf":1.0},"92":{"tf":1.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"16":{"tf":1.0},"24":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0}}}}}},"v":{"df":5,"docs":{"113":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"18":{"tf":1.0},"53":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"19":{"tf":1.0}},"t":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"54":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":3,"docs":{"3":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"u":{"df":5,"docs":{"120":{"tf":1.4142135623730951},"122":{"tf":1.0},"123":{"tf":1.0},"62":{"tf":1.0},"89":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"35":{"tf":1.0},"58":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"74":{"tf":1.0}}}}}},"’":{"df":1,"docs":{"79":{"tf":1.0}}}},"v":{"df":1,"docs":{"98":{"tf":1.0}}}},"j":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"g":{"df":4,"docs":{"133":{"tf":1.0},"24":{"tf":1.0},"6":{"tf":1.0},"82":{"tf":1.0}}}},"df":0,"docs":{}}},"k":{"8":{"df":15,"docs":{"112":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"119":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"14":{"tf":1.0},"27":{"tf":1.0},"40":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"72":{"tf":1.0},"78":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":6,"docs":{"26":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.0},"41":{"tf":1.0},"7":{"tf":1.0},"92":{"tf":1.0}}}},"df":1,"docs":{"67":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":8,"docs":{"113":{"tf":1.0},"127":{"tf":1.0},"133":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"66":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":1.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":{"109":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":17,"docs":{"116":{"tf":1.0},"132":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.4142135623730951},"35":{"tf":1.0},"39":{"tf":1.7320508075688772},"40":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"78":{"tf":1.0},"82":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0},"98":{"tf":1.0}}}},"y":{"df":7,"docs":{"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"47":{"tf":1.0},"8":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"129":{"tf":1.0}}}},"n":{"d":{"df":1,"docs":{"67":{"tf":1.7320508075688772}}},"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":{"133":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":1,"docs":{"123":{"tf":1.0}}}}}},"u":{"b":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":6,"docs":{"115":{"tf":1.4142135623730951},"116":{"tf":3.872983346207417},"119":{"tf":1.7320508075688772},"14":{"tf":1.0},"67":{"tf":1.0},"78":{"tf":3.3166247903554}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":14,"docs":{"109":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"29":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"g":{"df":14,"docs":{"11":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"128":{"tf":1.0},"130":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"32":{"tf":1.0},"62":{"tf":1.0},"68":{"tf":1.4142135623730951},"72":{"tf":1.0}},"r":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"27":{"tf":1.0},"30":{"tf":1.0},"70":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":3,"docs":{"116":{"tf":2.0},"119":{"tf":1.0},"78":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"24":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"116":{"tf":1.0},"120":{"tf":1.0},"82":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"39":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"133":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"44":{"tf":1.4142135623730951},"6":{"tf":1.0},"77":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"26":{"tf":1.0},"3":{"tf":1.0},"39":{"tf":1.0},"87":{"tf":1.0},"93":{"tf":1.0}}}}}}},"df":4,"docs":{"115":{"tf":1.0},"116":{"tf":3.0},"119":{"tf":1.4142135623730951},"78":{"tf":2.449489742783178}},"e":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"133":{"tf":1.0},"77":{"tf":1.0}}}}},"df":0,"docs":{},"k":{"df":2,"docs":{"23":{"tf":1.0},"82":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}},"v":{"df":1,"docs":{"79":{"tf":1.0}}}},"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"133":{"tf":1.0}}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"63":{"tf":1.0}}}},"t":{"df":1,"docs":{"3":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":16,"docs":{"121":{"tf":1.0},"133":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"82":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0}}}}}},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"27":{"tf":1.0},"29":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"89":{"tf":1.0}}}}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":2,"docs":{"116":{"tf":1.0},"38":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"116":{"tf":1.4142135623730951},"119":{"tf":1.0},"78":{"tf":1.4142135623730951}}}},"v":{"df":0,"docs":{},"e":{"df":20,"docs":{"116":{"tf":1.0},"123":{"tf":1.0},"125":{"tf":1.0},"132":{"tf":1.4142135623730951},"133":{"tf":1.7320508075688772},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"62":{"tf":1.0},"92":{"tf":1.4142135623730951}}}}},"o":{"a":{"d":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}}}}},"df":11,"docs":{"120":{"tf":1.0},"131":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.7320508075688772},"48":{"tf":1.4142135623730951},"49":{"tf":1.7320508075688772},"53":{"tf":1.0},"55":{"tf":1.0},"67":{"tf":2.0},"9":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"=":{"2":{"df":1,"docs":{"65":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"=":{"1":{"2":{"0":{"df":1,"docs":{"65":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"=":{"3":{"df":1,"docs":{"65":{"tf":1.0}}},"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":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":8,"docs":{"116":{"tf":1.4142135623730951},"121":{"tf":1.0},"65":{"tf":1.4142135623730951},"69":{"tf":1.0},"74":{"tf":2.0},"75":{"tf":1.0},"78":{"tf":1.4142135623730951},"79":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":6,"docs":{"26":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.0},"41":{"tf":1.0},"7":{"tf":1.0},"92":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":9,"docs":{"113":{"tf":1.0},"127":{"tf":1.0},"133":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"63":{"tf":1.4142135623730951},"66":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":1.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":5,"docs":{"109":{"tf":1.0},"111":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":30,"docs":{"1":{"tf":1.0},"109":{"tf":1.0},"112":{"tf":1.0},"115":{"tf":1.4142135623730951},"116":{"tf":1.0},"119":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"14":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.7320508075688772},"29":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.4142135623730951},"65":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.4142135623730951},"78":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":1.0}}},"t":{"df":4,"docs":{"115":{"tf":1.0},"62":{"tf":1.0},"69":{"tf":1.4142135623730951},"70":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":23,"docs":{"113":{"tf":1.7320508075688772},"114":{"tf":1.0},"115":{"tf":3.1622776601683795},"116":{"tf":4.795831523312719},"120":{"tf":1.0},"121":{"tf":1.4142135623730951},"125":{"tf":1.0},"128":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"14":{"tf":3.0},"15":{"tf":1.4142135623730951},"33":{"tf":2.23606797749979},"62":{"tf":1.4142135623730951},"65":{"tf":1.7320508075688772},"66":{"tf":1.7320508075688772},"73":{"tf":1.0},"74":{"tf":2.6457513110645907},"75":{"tf":2.6457513110645907},"76":{"tf":2.0},"78":{"tf":5.0},"89":{"tf":1.0},"93":{"tf":1.0}},"i":{"c":{"df":3,"docs":{"133":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}},"s":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"116":{"tf":1.0}}}}}},"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"80":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"116":{"tf":1.0}}}}}}},":":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"78":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"132":{"tf":1.0},"21":{"tf":1.0},"35":{"tf":1.0},"82":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"118":{"tf":1.0},"132":{"tf":1.0}}},"p":{"df":3,"docs":{"17":{"tf":1.0},"40":{"tf":1.0},"58":{"tf":1.0}}},"s":{"df":1,"docs":{"26":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"133":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"24":{"tf":1.0}}}}}},"r":{"df":2,"docs":{"23":{"tf":1.0},"5":{"tf":1.0}}},"s":{"df":2,"docs":{"116":{"tf":1.0},"78":{"tf":1.0}}},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":2,"docs":{"132":{"tf":1.0},"21":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"24":{"tf":1.0},"40":{"tf":1.0},"59":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"26":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":29,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"95":{"tf":1.7320508075688772},"96":{"tf":1.4142135623730951},"97":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"24":{"tf":1.0},"55":{"tf":1.0},"81":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":11,"docs":{"133":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"24":{"tf":1.4142135623730951},"3":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"70":{"tf":1.0},"74":{"tf":1.4142135623730951},"92":{"tf":1.0}}}},"l":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"54":{"tf":1.4142135623730951}}}}}}},"n":{"df":0,"docs":{},"i":{"df":5,"docs":{"3":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"6":{"tf":1.0},"82":{"tf":1.0}}},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"133":{"tf":1.0}}}}},"p":{"df":2,"docs":{"62":{"tf":1.0},"66":{"tf":1.0}}},"t":{"c":{"df":0,"docs":{},"h":{"df":6,"docs":{"116":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"66":{"tf":1.0},"78":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"98":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"35":{"tf":1.0},"60":{"tf":1.0}}}}}},"x":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"2":{"0":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}},"4":{"0":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"6":{"0":{"df":1,"docs":{"105":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":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":{"105":{"tf":1.0}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"48":{"tf":1.0}}}}}}}},"d":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"27":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":1,"docs":{"126":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":7,"docs":{"0":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"40":{"tf":1.0},"82":{"tf":1.0}}}}},"t":{"df":1,"docs":{"39":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"133":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"74":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"15":{"tf":1.0},"80":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"20":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":4,"docs":{"14":{"tf":1.0},"54":{"tf":1.7320508075688772},"74":{"tf":1.0},"77":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"1":{"tf":1.0},"2":{"tf":1.0},"26":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"118":{"tf":1.0},"124":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"133":{"tf":1.0},"62":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"d":{"df":6,"docs":{"34":{"tf":1.0},"52":{"tf":1.0},"80":{"tf":1.0},"93":{"tf":1.4142135623730951},"95":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"c":{"df":9,"docs":{"113":{"tf":1.0},"15":{"tf":1.4142135623730951},"23":{"tf":1.0},"33":{"tf":1.4142135623730951},"66":{"tf":1.0},"75":{"tf":1.0},"80":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"0":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"3":{"0":{"df":1,"docs":{"105":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":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":{"105":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"116":{"tf":1.0}}}},"k":{"df":0,"docs":{},"u":{"b":{"df":1,"docs":{"67":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"m":{"df":6,"docs":{"123":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.4142135623730951},"58":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"132":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"86":{"tf":1.0}}}}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"113":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"s":{"df":8,"docs":{"113":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"132":{"tf":1.0},"62":{"tf":1.0},"72":{"tf":1.0},"84":{"tf":1.0}}},"t":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"74":{"tf":1.0}}}},"df":0,"docs":{}}},"x":{"df":3,"docs":{"113":{"tf":1.0},"19":{"tf":1.0},"77":{"tf":1.0}},"e":{"d":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"63":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"52":{"tf":1.0}},"l":{"df":8,"docs":{"1":{"tf":1.0},"2":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"39":{"tf":1.0},"82":{"tf":1.7320508075688772},"92":{"tf":1.0}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"34":{"tf":1.0},"78":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"24":{"tf":1.0}}}},"df":2,"docs":{"65":{"tf":1.0},"84":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"13":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"125":{"tf":1.0},"91":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"116":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"115":{"tf":1.4142135623730951},"14":{"tf":1.4142135623730951},"66":{"tf":1.0},"67":{"tf":1.0},"78":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"24":{"tf":1.0},"40":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":7,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"2":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.4142135623730951},"35":{"tf":1.0},"59":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"133":{"tf":1.0},"40":{"tf":1.0}}}}}}},"t":{"df":11,"docs":{"111":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0},"89":{"tf":1.0},"95":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":4,"docs":{"89":{"tf":1.0},"90":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}}}}}}},"df":0,"docs":{}},"=":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":3,"docs":{"116":{"tf":1.7320508075688772},"119":{"tf":1.0},"78":{"tf":1.7320508075688772}}}}}}},"df":14,"docs":{"115":{"tf":1.4142135623730951},"116":{"tf":3.605551275463989},"119":{"tf":1.7320508075688772},"14":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0},"7":{"tf":1.0},"71":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":2.0},"84":{"tf":1.0},"89":{"tf":1.0}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":3,"docs":{"116":{"tf":3.0},"119":{"tf":1.0},"78":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"df":5,"docs":{"116":{"tf":1.7320508075688772},"119":{"tf":1.0},"126":{"tf":1.0},"20":{"tf":1.0},"78":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"40":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":13,"docs":{"119":{"tf":1.0},"132":{"tf":1.4142135623730951},"19":{"tf":1.0},"3":{"tf":1.0},"39":{"tf":1.0},"52":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}},"—":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"g":{"df":2,"docs":{"133":{"tf":1.0},"62":{"tf":1.0}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"77":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":14,"docs":{"101":{"tf":1.0},"111":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":16,"docs":{"0":{"tf":1.7320508075688772},"120":{"tf":1.0},"128":{"tf":1.0},"133":{"tf":1.4142135623730951},"15":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.4142135623730951},"35":{"tf":1.0},"52":{"tf":1.7320508075688772},"6":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"133":{"tf":1.0},"54":{"tf":1.0}}}}},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"89":{"tf":1.0},"90":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":8,"docs":{"34":{"tf":1.7320508075688772},"82":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"93":{"tf":2.449489742783178},"95":{"tf":1.4142135623730951},"96":{"tf":1.0},"97":{"tf":1.0}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}}},"o":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"86":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":2,"docs":{"52":{"tf":1.0},"86":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":53,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"101":{"tf":1.7320508075688772},"105":{"tf":1.0},"113":{"tf":1.4142135623730951},"115":{"tf":2.8284271247461903},"116":{"tf":1.7320508075688772},"119":{"tf":1.4142135623730951},"120":{"tf":1.7320508075688772},"122":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"127":{"tf":1.7320508075688772},"128":{"tf":1.7320508075688772},"129":{"tf":1.0},"133":{"tf":2.23606797749979},"14":{"tf":2.449489742783178},"15":{"tf":1.4142135623730951},"2":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.7320508075688772},"27":{"tf":1.4142135623730951},"29":{"tf":1.0},"3":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"52":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":2.0},"6":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.0},"62":{"tf":2.0},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"7":{"tf":1.0},"74":{"tf":2.449489742783178},"75":{"tf":1.0},"76":{"tf":2.0},"78":{"tf":1.7320508075688772},"80":{"tf":1.7320508075688772},"82":{"tf":1.0},"84":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"97":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"15":{"tf":1.0},"75":{"tf":1.0}},"i":{"df":2,"docs":{"19":{"tf":1.0},"40":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"df":25,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"11":{"tf":1.0},"112":{"tf":1.0},"115":{"tf":2.23606797749979},"116":{"tf":1.7320508075688772},"119":{"tf":1.0},"12":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.4142135623730951},"131":{"tf":1.0},"133":{"tf":1.0},"14":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.7320508075688772},"3":{"tf":1.7320508075688772},"32":{"tf":1.0},"62":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.7320508075688772},"67":{"tf":1.7320508075688772},"70":{"tf":1.4142135623730951},"71":{"tf":1.0},"76":{"tf":2.0},"78":{"tf":2.6457513110645907}},"s":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"77":{"tf":1.0}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"77":{"tf":1.0}}}}}}}}}},"d":{"a":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"77":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"77":{"tf":1.0}}}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"77":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"62":{"tf":1.0}},"k":{"df":0,"docs":{},"z":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"=":{"/":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"12":{"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":{},"t":{"df":0,"docs":{},"o":{"/":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"69":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":3,"docs":{"30":{"tf":1.0},"62":{"tf":1.0},"69":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"115":{"tf":1.0}}}}}}},"=":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"78":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"115":{"tf":1.0},"76":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"66":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"116":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"78":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":1,"docs":{"65":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"75":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":9,"docs":{"115":{"tf":1.4142135623730951},"14":{"tf":2.0},"33":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":6,"docs":{"14":{"tf":1.0},"33":{"tf":1.0},"62":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"77":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"=":{"\\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"e":{",":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"_":{"d":{"a":{"_":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"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":2,"docs":{"121":{"tf":1.0},"75":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"e":{",":{"d":{"a":{"=":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"65":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"=":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":6,"docs":{"116":{"tf":1.0},"121":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"74":{"tf":1.7320508075688772},"75":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":5,"docs":{"14":{"tf":1.0},"33":{"tf":1.0},"62":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"77":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"=":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"4":{"3":{"1":{"7":{"df":2,"docs":{"15":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":2,"docs":{"75":{"tf":1.0},"9":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"=":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"4":{"3":{"1":{"8":{"df":2,"docs":{"15":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":2,"docs":{"75":{"tf":1.0},"9":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":6,"docs":{"11":{"tf":1.0},"31":{"tf":1.0},"41":{"tf":1.0},"7":{"tf":1.0},"72":{"tf":1.0},"9":{"tf":1.0}},"e":{"=":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":4,"docs":{"116":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951}}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"67":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":2,"docs":{"33":{"tf":1.0},"75":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":7,"docs":{"115":{"tf":1.4142135623730951},"116":{"tf":1.0},"14":{"tf":1.0},"65":{"tf":1.4142135623730951},"75":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"75":{"tf":2.0}}}},"t":{"df":0,"docs":{},"e":{"df":9,"docs":{"115":{"tf":1.0},"116":{"tf":1.7320508075688772},"119":{"tf":1.0},"21":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"78":{"tf":1.4142135623730951}}}}},"t":{"df":0,"docs":{},"p":{"df":2,"docs":{"132":{"tf":1.0},"18":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"101":{"tf":1.4142135623730951},"18":{"tf":1.0},"39":{"tf":1.0},"65":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"o":{"[":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"23":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":22,"docs":{"113":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"131":{"tf":1.0},"132":{"tf":1.4142135623730951},"133":{"tf":1.7320508075688772},"15":{"tf":1.4142135623730951},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.4142135623730951},"35":{"tf":1.0},"40":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.4142135623730951},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"66":{"tf":1.0},"73":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"40":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"82":{"tf":1.0}}}}},"df":0,"docs":{}},"df":2,"docs":{"116":{"tf":1.4142135623730951},"23":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"92":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"78":{"tf":1.0}}}}}}},"k":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"\\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"89":{"tf":1.0},"90":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":11,"docs":{"111":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"89":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}}},"n":{"c":{"df":3,"docs":{"23":{"tf":1.0},"6":{"tf":1.0},"82":{"tf":1.0}}},"df":4,"docs":{"26":{"tf":1.0},"3":{"tf":1.0},"61":{"tf":1.0},"87":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"60":{"tf":1.0}}}}},"p":{"df":1,"docs":{"133":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":12,"docs":{"0":{"tf":1.0},"104":{"tf":1.0},"111":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"45":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"62":{"tf":1.7320508075688772}}}},"t":{"df":2,"docs":{"19":{"tf":1.0},"39":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":10,"docs":{"14":{"tf":1.4142135623730951},"15":{"tf":1.0},"23":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"70":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"79":{"tf":1.0},"86":{"tf":1.0},"9":{"tf":1.0}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":11,"docs":{"133":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.4142135623730951},"24":{"tf":1.0},"26":{"tf":1.4142135623730951},"56":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0},"74":{"tf":1.0},"82":{"tf":1.0},"92":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"132":{"tf":1.0},"18":{"tf":1.0},"39":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"129":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"24":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"p":{"df":4,"docs":{"15":{"tf":1.0},"75":{"tf":1.7320508075688772},"79":{"tf":2.23606797749979},"9":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":9,"docs":{"133":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.0},"40":{"tf":1.0},"5":{"tf":1.0},"56":{"tf":1.0},"62":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.0}}}}},"df":2,"docs":{"66":{"tf":1.0},"78":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"115":{"tf":1.0},"116":{"tf":1.4142135623730951},"118":{"tf":1.0},"14":{"tf":1.0},"78":{"tf":1.0}},"—":{"d":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.0},"49":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"58":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"d":{"df":7,"docs":{"12":{"tf":1.0},"30":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0},"80":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"df":1,"docs":{"125":{"tf":1.0}}}}}}}}}}},"p":{"2":{"df":0,"docs":{},"p":{"df":1,"docs":{"77":{"tf":1.0}}}},"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"23":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"92":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"1":{"tf":1.0},"56":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"93":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":15,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.0},"131":{"tf":1.0},"133":{"tf":1.0},"21":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.0},"32":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.0},"68":{"tf":1.4142135623730951},"72":{"tf":1.0},"87":{"tf":1.0},"93":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}}},"t":{"df":4,"docs":{"2":{"tf":1.0},"25":{"tf":1.0},"81":{"tf":1.0},"98":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":4,"docs":{"0":{"tf":1.0},"133":{"tf":1.0},"37":{"tf":1.0},"87":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":2.0}}}}}},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"56":{"tf":1.0},"80":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":2,"docs":{"123":{"tf":1.0},"23":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":7,"docs":{"115":{"tf":1.7320508075688772},"12":{"tf":1.0},"131":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0},"62":{"tf":1.0},"69":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":10,"docs":{"116":{"tf":1.4142135623730951},"120":{"tf":1.0},"132":{"tf":1.0},"26":{"tf":1.0},"39":{"tf":2.0},"40":{"tf":1.0},"41":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951}}}}}}}},"df":14,"docs":{"116":{"tf":1.7320508075688772},"121":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0},"74":{"tf":2.0},"75":{"tf":1.0},"78":{"tf":2.0},"79":{"tf":1.0}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"120":{"tf":1.0}}}},"r":{"df":19,"docs":{"103":{"tf":1.0},"104":{"tf":1.4142135623730951},"111":{"tf":1.7320508075688772},"115":{"tf":2.23606797749979},"116":{"tf":1.0},"122":{"tf":1.0},"133":{"tf":1.4142135623730951},"14":{"tf":1.7320508075688772},"15":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.7320508075688772},"19":{"tf":1.4142135623730951},"21":{"tf":1.0},"33":{"tf":1.4142135623730951},"39":{"tf":1.0},"65":{"tf":1.7320508075688772},"75":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":3,"docs":{"0":{"tf":1.4142135623730951},"133":{"tf":1.4142135623730951},"6":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"133":{"tf":1.0},"49":{"tf":1.0}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"115":{"tf":1.0},"116":{"tf":1.0},"14":{"tf":1.0},"65":{"tf":1.0},"78":{"tf":1.4142135623730951}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"16":{"tf":1.0}}}}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"35":{"tf":1.0},"40":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"132":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"14":{"tf":1.0},"59":{"tf":1.0}}}}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"129":{"tf":1.0}}}}}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"71":{"tf":1.0}}}},"df":0,"docs":{},"n":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":9,"docs":{"110":{"tf":1.0},"111":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"[":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"61":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":26,"docs":{"1":{"tf":1.0},"111":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"23":{"tf":2.0},"24":{"tf":1.0},"26":{"tf":1.4142135623730951},"3":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":2.0},"57":{"tf":1.4142135623730951},"6":{"tf":1.0},"61":{"tf":1.0},"8":{"tf":1.0},"82":{"tf":1.0},"92":{"tf":1.0},"95":{"tf":1.0}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"62":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"u":{"df":1,"docs":{"0":{"tf":1.0}},"g":{"df":1,"docs":{"88":{"tf":1.0}},"g":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"24":{"tf":1.0},"36":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"d":{"df":7,"docs":{"115":{"tf":1.4142135623730951},"116":{"tf":4.795831523312719},"119":{"tf":2.23606797749979},"133":{"tf":1.0},"14":{"tf":1.0},"67":{"tf":1.0},"78":{"tf":2.23606797749979}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"27":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"92":{"tf":1.0}}}}},"l":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"133":{"tf":1.0}},"e":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":17,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"116":{"tf":1.4142135623730951},"120":{"tf":1.0},"125":{"tf":1.4142135623730951},"128":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"57":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951},"75":{"tf":1.0},"78":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":1,"docs":{"68":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"20":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"22":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0}}}},"df":0,"docs":{}},"df":7,"docs":{"113":{"tf":1.7320508075688772},"120":{"tf":1.0},"122":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.4142135623730951},"59":{"tf":1.0},"66":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"116":{"tf":1.0},"133":{"tf":1.0},"82":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":4,"docs":{"132":{"tf":1.0},"133":{"tf":1.0},"25":{"tf":1.0},"40":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"24":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}},"i":{"df":0,"docs":{},"x":{"df":6,"docs":{"115":{"tf":1.4142135623730951},"116":{"tf":1.0},"14":{"tf":1.0},"76":{"tf":1.4142135623730951},"77":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951}}}}},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"133":{"tf":1.0}}}}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"26":{"tf":1.0},"92":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":9,"docs":{"112":{"tf":1.0},"128":{"tf":1.0},"56":{"tf":1.4142135623730951},"62":{"tf":2.0},"66":{"tf":1.0},"67":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"9":{"tf":1.0}}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"112":{"tf":1.0},"128":{"tf":1.0},"131":{"tf":1.0},"62":{"tf":1.0}}}},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"76":{"tf":1.0}}}},"t":{"df":3,"docs":{"113":{"tf":1.0},"40":{"tf":1.0},"87":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"38":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"113":{"tf":1.0},"133":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":3,"docs":{"116":{"tf":1.7320508075688772},"129":{"tf":1.0},"78":{"tf":1.4142135623730951}},"s":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"116":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"27":{"tf":1.0},"56":{"tf":1.0},"92":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"92":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"16":{"tf":1.4142135623730951},"22":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"n":{"!":{"(":{"\\"":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"o":{"b":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"18":{"tf":1.0},"21":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":8,"docs":{"133":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"61":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"120":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":18,"docs":{"109":{"tf":1.0},"119":{"tf":1.0},"129":{"tf":1.4142135623730951},"133":{"tf":1.0},"14":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"29":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"52":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0},"74":{"tf":1.0},"9":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":8,"docs":{"0":{"tf":1.0},"106":{"tf":1.0},"125":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.4142135623730951},"18":{"tf":1.7320508075688772},"38":{"tf":1.0},"86":{"tf":1.0}},"t":{"df":6,"docs":{"113":{"tf":1.0},"133":{"tf":1.7320508075688772},"21":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"113":{"tf":1.0},"133":{"tf":1.4142135623730951},"20":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.4142135623730951},"82":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"0":{"tf":1.0},"115":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":9,"docs":{"122":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"27":{"tf":1.4142135623730951},"30":{"tf":1.0},"33":{"tf":1.0},"66":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951},"9":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"63":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"o":{"df":0,"docs":{},"f":{"df":11,"docs":{"112":{"tf":1.0},"120":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"128":{"tf":1.0},"133":{"tf":1.4142135623730951},"31":{"tf":1.0},"41":{"tf":1.0},"57":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"54":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"133":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":7,"docs":{"0":{"tf":1.0},"132":{"tf":1.0},"18":{"tf":1.7320508075688772},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"3":{"tf":1.0},"39":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":3,"docs":{"132":{"tf":1.0},"21":{"tf":1.0},"89":{"tf":1.0}}},"i":{"d":{"df":5,"docs":{"29":{"tf":1.0},"59":{"tf":1.0},"84":{"tf":1.0},"92":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":7,"docs":{"133":{"tf":1.0},"23":{"tf":1.4142135623730951},"56":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0},"82":{"tf":1.0},"97":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"61":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}},"s":{"df":4,"docs":{"115":{"tf":1.0},"116":{"tf":1.7320508075688772},"119":{"tf":1.4142135623730951},"78":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"89":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"b":{"df":5,"docs":{"89":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951},"97":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"0":{"tf":1.0},"133":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"132":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"29":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"74":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"67":{"tf":1.7320508075688772}}}}}},"q":{"a":{"df":1,"docs":{"3":{"tf":1.0}}},"df":2,"docs":{"116":{"tf":1.0},"78":{"tf":1.0}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"55":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"113":{"tf":1.0},"115":{"tf":1.0},"63":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"22":{"tf":1.0}}}}}}},"r":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"23":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":3,"docs":{"105":{"tf":1.0},"19":{"tf":1.0},"66":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"115":{"tf":1.0},"116":{"tf":1.0}}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"78":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"(":{"1":{"0":{"df":1,"docs":{"50":{"tf":1.0}}},"5":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"3":{"df":1,"docs":{"45":{"tf":1.0}}},"5":{"df":8,"docs":{"103":{"tf":1.0},"111":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":14,"docs":{"113":{"tf":1.7320508075688772},"125":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"47":{"tf":1.4142135623730951},"48":{"tf":2.0},"65":{"tf":1.0}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":5,"docs":{"130":{"tf":1.0},"131":{"tf":1.0},"23":{"tf":1.0},"66":{"tf":1.0},"70":{"tf":1.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"89":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"90":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"89":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"l":{"df":4,"docs":{"133":{"tf":1.0},"61":{"tf":1.0},"89":{"tf":1.4142135623730951},"90":{"tf":1.0}},"e":{"df":0,"docs":{},"—":{"a":{"df":1,"docs":{"62":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"36":{"tf":1.0},"39":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":14,"docs":{"119":{"tf":1.4142135623730951},"120":{"tf":1.0},"128":{"tf":1.0},"133":{"tf":1.4142135623730951},"17":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.7320508075688772},"86":{"tf":1.0},"97":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"92":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":3,"docs":{"0":{"tf":1.0},"3":{"tf":1.0},"88":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"1":{"tf":1.0},"3":{"tf":1.0},"46":{"tf":1.0},"52":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"132":{"tf":1.0},"18":{"tf":1.0}}}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"131":{"tf":1.0}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"86":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":7,"docs":{"116":{"tf":1.0},"132":{"tf":1.0},"40":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.0},"70":{"tf":1.0},"78":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"132":{"tf":1.4142135623730951},"37":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.4142135623730951}}},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"113":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":5,"docs":{"120":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"24":{"tf":1.0},"39":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"115":{"tf":1.0},"133":{"tf":1.0},"34":{"tf":1.0},"81":{"tf":1.0},"92":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"120":{"tf":1.0}}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"56":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"67":{"tf":1.4142135623730951}}},"y":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"67":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}},"x":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":1,"docs":{"18":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{}},"df":3,"docs":{"115":{"tf":1.0},"40":{"tf":1.0},"86":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"116":{"tf":1.0},"38":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"67":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"19":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":1,"docs":{"41":{"tf":1.0}},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"122":{"tf":1.0},"62":{"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":{"70":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"82":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":5,"docs":{"35":{"tf":1.0},"40":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.4142135623730951},"63":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"89":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":32,"docs":{"105":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.0},"125":{"tf":1.0},"128":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"27":{"tf":1.4142135623730951},"3":{"tf":1.0},"31":{"tf":1.7320508075688772},"37":{"tf":1.0},"41":{"tf":1.7320508075688772},"45":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"68":{"tf":1.0},"7":{"tf":1.7320508075688772},"70":{"tf":1.0},"72":{"tf":1.0},"78":{"tf":1.4142135623730951},"8":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":8,"docs":{"132":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.4142135623730951},"45":{"tf":1.7320508075688772},"47":{"tf":1.0},"54":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"92":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":4,"docs":{"113":{"tf":1.0},"23":{"tf":1.0},"82":{"tf":1.0},"86":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"62":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":4,"docs":{"128":{"tf":1.0},"133":{"tf":1.4142135623730951},"6":{"tf":1.0},"82":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":16,"docs":{"105":{"tf":2.23606797749979},"113":{"tf":1.4142135623730951},"129":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.4142135623730951},"19":{"tf":1.0},"23":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"45":{"tf":1.4142135623730951},"47":{"tf":1.0},"50":{"tf":1.4142135623730951},"52":{"tf":1.0},"59":{"tf":1.0},"66":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"<":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"97":{"tf":1.0}}}}}}},"df":15,"docs":{"111":{"tf":1.0},"16":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.0},"89":{"tf":1.4142135623730951},"90":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":3,"docs":{"0":{"tf":1.0},"133":{"tf":1.0},"20":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":7,"docs":{"133":{"tf":1.4142135623730951},"23":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0},"85":{"tf":1.0},"89":{"tf":1.0},"97":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"26":{"tf":1.4142135623730951},"39":{"tf":1.0},"85":{"tf":1.0},"92":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":3,"docs":{"132":{"tf":1.0},"24":{"tf":1.0},"40":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"24":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"91":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"132":{"tf":1.0},"21":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":7,"docs":{"0":{"tf":1.0},"133":{"tf":1.4142135623730951},"3":{"tf":1.0},"6":{"tf":1.0},"82":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"70":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"133":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"c":{"df":1,"docs":{"89":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"11":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"11":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"111":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":7,"docs":{"84":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.7320508075688772},"90":{"tf":1.4142135623730951},"92":{"tf":1.0},"95":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}}}}}}}}},"df":43,"docs":{"1":{"tf":1.0},"107":{"tf":1.4142135623730951},"113":{"tf":1.7320508075688772},"115":{"tf":1.0},"116":{"tf":2.449489742783178},"121":{"tf":1.0},"123":{"tf":1.0},"125":{"tf":1.0},"132":{"tf":1.4142135623730951},"133":{"tf":2.23606797749979},"16":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.7320508075688772},"23":{"tf":1.7320508075688772},"24":{"tf":1.0},"25":{"tf":1.0},"31":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"35":{"tf":1.7320508075688772},"38":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"49":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.7320508075688772},"58":{"tf":1.0},"6":{"tf":1.4142135623730951},"60":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":2.0},"67":{"tf":1.4142135623730951},"69":{"tf":1.0},"7":{"tf":1.4142135623730951},"71":{"tf":1.0},"74":{"tf":2.0},"75":{"tf":1.0},"78":{"tf":2.6457513110645907},"79":{"tf":1.0},"82":{"tf":2.0},"90":{"tf":1.0},"92":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"84":{"tf":1.0},"89":{"tf":1.4142135623730951}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":6,"docs":{"26":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.0},"41":{"tf":1.0},"7":{"tf":1.0},"92":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":9,"docs":{"110":{"tf":1.0},"111":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":61,"docs":{"11":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"115":{"tf":1.4142135623730951},"116":{"tf":2.6457513110645907},"120":{"tf":1.0},"121":{"tf":1.0},"125":{"tf":1.0},"127":{"tf":1.0},"130":{"tf":1.0},"132":{"tf":1.7320508075688772},"133":{"tf":2.23606797749979},"14":{"tf":2.0},"23":{"tf":1.7320508075688772},"24":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"29":{"tf":1.0},"31":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.7320508075688772},"57":{"tf":1.7320508075688772},"58":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.7320508075688772},"65":{"tf":1.4142135623730951},"66":{"tf":1.7320508075688772},"67":{"tf":1.7320508075688772},"69":{"tf":1.0},"7":{"tf":1.4142135623730951},"72":{"tf":1.0},"74":{"tf":2.8284271247461903},"75":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"78":{"tf":2.8284271247461903},"79":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.4142135623730951},"92":{"tf":2.0},"97":{"tf":1.4142135623730951}},"s":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"29":{"tf":1.0}}}}}}}},"df":0,"docs":{},"k":{"8":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"—":{"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":{"df":1,"docs":{"128":{"tf":1.0}}}}}}}}}}},"’":{"df":1,"docs":{"62":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"61":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":6,"docs":{"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"61":{"tf":1.0},"82":{"tf":1.0},"92":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"61":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"=":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"74":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":3,"docs":{"14":{"tf":1.0},"62":{"tf":1.0},"74":{"tf":1.0}}}}}},"df":2,"docs":{"70":{"tf":1.0},"88":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":2,"docs":{"79":{"tf":1.0},"87":{"tf":1.0}},"t":{"df":0,"docs":{},"y":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"m":{"df":0,"docs":{},"e":{"df":7,"docs":{"132":{"tf":1.4142135623730951},"133":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"56":{"tf":1.4142135623730951},"67":{"tf":1.0},"92":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"132":{"tf":1.0},"77":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"62":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":14,"docs":{"100":{"tf":1.0},"111":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"7":{"tf":1.0},"92":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":14,"docs":{"101":{"tf":1.0},"111":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0},"95":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":6,"docs":{"29":{"tf":1.0},"39":{"tf":1.0},"8":{"tf":1.0},"92":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":42,"docs":{"1":{"tf":1.0},"108":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"123":{"tf":1.0},"127":{"tf":1.0},"132":{"tf":1.7320508075688772},"133":{"tf":2.23606797749979},"16":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":2.23606797749979},"27":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":2.0},"4":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"46":{"tf":1.0},"51":{"tf":1.0},"56":{"tf":1.7320508075688772},"57":{"tf":1.0},"6":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":1.0},"82":{"tf":2.23606797749979},"91":{"tf":1.4142135623730951},"92":{"tf":2.23606797749979},"93":{"tf":1.4142135623730951},"97":{"tf":1.7320508075688772},"98":{"tf":1.0},"99":{"tf":1.0}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"60":{"tf":1.0},"67":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"68":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":2,"docs":{"15":{"tf":1.0},"33":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":5,"docs":{"11":{"tf":1.0},"27":{"tf":1.4142135623730951},"30":{"tf":1.0},"32":{"tf":1.0},"70":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":9,"docs":{"112":{"tf":1.0},"12":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.7320508075688772},"70":{"tf":1.4142135623730951},"71":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":7,"docs":{"107":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.4142135623730951},"18":{"tf":2.0},"21":{"tf":1.0},"40":{"tf":1.0},"65":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"d":{"df":12,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"120":{"tf":1.0},"126":{"tf":1.0},"132":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"8":{"tf":1.0},"82":{"tf":1.0}}},"df":14,"docs":{"131":{"tf":1.0},"15":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0},"97":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"116":{"tf":2.0},"119":{"tf":1.0},"78":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}},"f":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"89":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"97":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":4,"docs":{"39":{"tf":1.0},"89":{"tf":1.7320508075688772},"90":{"tf":1.7320508075688772},"96":{"tf":1.4142135623730951}}}},"n":{"d":{"df":8,"docs":{"111":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":7,"docs":{"14":{"tf":1.0},"19":{"tf":1.7320508075688772},"22":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"40":{"tf":1.0},"76":{"tf":1.0}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"92":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"27":{"tf":1.0},"30":{"tf":1.0}}}},"i":{"c":{"df":6,"docs":{"0":{"tf":1.0},"113":{"tf":1.0},"133":{"tf":1.0},"20":{"tf":1.0},"59":{"tf":1.0},"77":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"t":{"df":18,"docs":{"112":{"tf":1.0},"115":{"tf":1.4142135623730951},"125":{"tf":1.0},"128":{"tf":1.0},"133":{"tf":1.0},"14":{"tf":1.7320508075688772},"23":{"tf":1.0},"26":{"tf":1.0},"35":{"tf":1.0},"56":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"74":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951},"81":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":5,"docs":{"113":{"tf":1.0},"131":{"tf":1.0},"27":{"tf":1.4142135623730951},"32":{"tf":1.0},"59":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":10,"docs":{"133":{"tf":1.0},"16":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.0},"6":{"tf":1.0},"82":{"tf":1.0},"88":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":7,"docs":{"26":{"tf":1.0},"40":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"82":{"tf":1.0},"89":{"tf":1.0},"92":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"113":{"tf":1.0},"132":{"tf":1.0},"21":{"tf":1.4142135623730951}}}},"w":{"df":4,"docs":{"1":{"tf":1.0},"116":{"tf":1.0},"41":{"tf":1.0},"88":{"tf":1.0}}}}},"i":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"62":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":14,"docs":{"132":{"tf":1.0},"133":{"tf":1.7320508075688772},"20":{"tf":1.7320508075688772},"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0},"56":{"tf":1.4142135623730951},"6":{"tf":1.0},"62":{"tf":1.4142135623730951},"80":{"tf":1.0},"86":{"tf":1.0}},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"80":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"79":{"tf":1.0}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"42":{"tf":1.0},"89":{"tf":1.0}},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"42":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"i":{"df":1,"docs":{"79":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":3,"docs":{"23":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0}}}},"k":{"df":1,"docs":{"78":{"tf":1.0}}}},"t":{"df":1,"docs":{"26":{"tf":1.0}}},"z":{"df":0,"docs":{},"e":{"df":1,"docs":{"20":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"_":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"21":{"tf":1.0},"53":{"tf":1.0}}}}},"df":0,"docs":{}},"df":5,"docs":{"132":{"tf":2.0},"133":{"tf":1.7320508075688772},"18":{"tf":2.8284271247461903},"21":{"tf":2.449489742783178},"93":{"tf":1.0}}},"w":{"df":4,"docs":{"113":{"tf":1.0},"125":{"tf":1.0},"128":{"tf":1.0},"18":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"63":{"tf":1.0}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"3":{"tf":1.0},"35":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":8,"docs":{"113":{"tf":1.0},"132":{"tf":1.4142135623730951},"39":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.0},"58":{"tf":1.0},"63":{"tf":1.0},"91":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"85":{"tf":1.0},"90":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"3":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"121":{"tf":1.0}}}},"w":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"17":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"17":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":4,"docs":{"133":{"tf":1.0},"27":{"tf":1.4142135623730951},"7":{"tf":1.0},"74":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"87":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":11,"docs":{"116":{"tf":1.0},"133":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"23":{"tf":1.0},"33":{"tf":1.0},"38":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"78":{"tf":1.7320508075688772},"9":{"tf":1.0}},"i":{"df":3,"docs":{"133":{"tf":1.4142135623730951},"35":{"tf":1.0},"78":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"e":{"d":{"df":2,"docs":{"40":{"tf":1.0},"57":{"tf":1.0}},"—":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"113":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}}},"r":{"c":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"27":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"133":{"tf":1.0},"49":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"13":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"35":{"tf":1.0},"40":{"tf":1.0},"59":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"113":{"tf":1.4142135623730951}}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"113":{"tf":1.0},"40":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":1,"docs":{"101":{"tf":1.0}},"t":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"89":{"tf":1.0},"95":{"tf":1.0}}}}}}},"df":0,"docs":{}},"_":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"85":{"tf":1.0},"90":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":15,"docs":{"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"133":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"31":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.7320508075688772},"82":{"tf":1.0},"84":{"tf":1.0},"89":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"113":{"tf":1.0},"128":{"tf":1.0},"63":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":5,"docs":{"133":{"tf":1.7320508075688772},"20":{"tf":1.7320508075688772},"23":{"tf":1.0},"40":{"tf":1.0},"55":{"tf":1.7320508075688772}}},"i":{"c":{"df":2,"docs":{"89":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":2,"docs":{"119":{"tf":1.4142135623730951},"15":{"tf":1.0}}}},"y":{"df":5,"docs":{"132":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"53":{"tf":1.0},"90":{"tf":1.0}}}},"d":{":":{":":{"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":8,"docs":{"111":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{":":{":":{"a":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"89":{"tf":1.0}}},"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":{":":{":":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":9,"docs":{"100":{"tf":1.0},"111":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":3,"docs":{"115":{"tf":1.4142135623730951},"14":{"tf":1.4142135623730951},"75":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"39":{"tf":1.0},"62":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"132":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"p":{"df":3,"docs":{"133":{"tf":1.0},"23":{"tf":1.0},"82":{"tf":1.0}}}},"r":{"df":4,"docs":{"89":{"tf":1.0},"90":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"116":{"tf":1.4142135623730951},"133":{"tf":1.0},"78":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"44":{"tf":1.0},"47":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"82":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"89":{"tf":1.0},"90":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"27":{"tf":1.0},"54":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"u":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"43":{"tf":1.0}}}},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"17":{"tf":1.0}}}}},"df":7,"docs":{"0":{"tf":1.4142135623730951},"133":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"75":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":3,"docs":{"0":{"tf":1.0},"133":{"tf":1.0},"77":{"tf":1.0}}}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"132":{"tf":1.0},"133":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"6":{"tf":1.0},"82":{"tf":1.0},"93":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"119":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{},"x":{"df":2,"docs":{"115":{"tf":1.0},"76":{"tf":1.4142135623730951}}}}}},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"56":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"60":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"22":{"tf":1.0},"47":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"55":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":12,"docs":{"113":{"tf":1.0},"127":{"tf":1.4142135623730951},"45":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"66":{"tf":1.7320508075688772},"67":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"24":{"tf":1.0},"40":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0}},"e":{"d":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"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":{}}}},"w":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"132":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"113":{"tf":1.4142135623730951}}}}}}},"n":{"c":{"df":10,"docs":{"111":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"132":{"tf":1.0},"18":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":10,"docs":{"115":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":2.23606797749979},"20":{"tf":1.4142135623730951},"3":{"tf":1.0},"38":{"tf":1.4142135623730951},"45":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"82":{"tf":1.0}}}}}}}},"t":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"11":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0}}},"i":{"df":0,"docs":{},"l":{"=":{"1":{"0":{"0":{"0":{"df":1,"docs":{"78":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"0":{"0":{"df":1,"docs":{"116":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"116":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"5":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}},"3":{"0":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"4":{"5":{"df":1,"docs":{"105":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"89":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"90":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":7,"docs":{"132":{"tf":1.4142135623730951},"33":{"tf":1.0},"35":{"tf":1.0},"75":{"tf":1.0},"77":{"tf":1.7320508075688772},"89":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"82":{"tf":1.0}}}}},"d":{"df":3,"docs":{"38":{"tf":1.0},"61":{"tf":1.0},"80":{"tf":1.0}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"3":{"tf":1.4142135623730951},"40":{"tf":1.0}}},"r":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"116":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"79":{"tf":1.0}}}}}}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"13":{"tf":1.4142135623730951},"27":{"tf":1.0},"30":{"tf":1.0},"78":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"115":{"tf":1.4142135623730951},"14":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"39":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"116":{"tf":1.0}}}}}},"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"=":{"9":{"0":{"9":{"1":{"df":2,"docs":{"66":{"tf":1.0},"80":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"9":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":72,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.0},"11":{"tf":1.4142135623730951},"112":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.0},"123":{"tf":1.0},"125":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.0},"13":{"tf":1.7320508075688772},"130":{"tf":1.4142135623730951},"131":{"tf":1.0},"132":{"tf":2.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"2":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.7320508075688772},"27":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"3":{"tf":1.7320508075688772},"30":{"tf":1.0},"34":{"tf":2.449489742783178},"35":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"47":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"49":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.4142135623730951},"54":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":3.0},"67":{"tf":2.23606797749979},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.7320508075688772},"80":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"9":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":2.0},"93":{"tf":2.6457513110645907},"95":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951},"97":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"86":{"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":{"85":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"84":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"{":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":10,"docs":{"100":{"tf":1.0},"111":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"97":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"90":{"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":{"96":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"95":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"89":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"89":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"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":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":5,"docs":{"100":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"k":{"8":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"k":{"8":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"100":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{":":{":":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":5,"docs":{"100":{"tf":1.0},"111":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":6,"docs":{"111":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"{":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":3,"docs":{"100":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"—":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}}}}}}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{":":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":6,"docs":{"11":{"tf":1.0},"116":{"tf":1.0},"130":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":2.8284271247461903},"78":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"—":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"78":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"’":{"df":0,"docs":{},"r":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"18":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":1,"docs":{"9":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"24":{"tf":1.0},"56":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.0}}}}}}}}}}},"i":{"df":1,"docs":{"18":{"tf":1.0}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"e":{"df":14,"docs":{"0":{"tf":1.0},"105":{"tf":1.4142135623730951},"128":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"18":{"tf":2.0},"22":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.4142135623730951},"40":{"tf":1.0},"53":{"tf":1.4142135623730951},"58":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":10,"docs":{"112":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.0},"128":{"tf":1.0},"133":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":6,"docs":{"115":{"tf":1.0},"116":{"tf":1.4142135623730951},"14":{"tf":1.0},"53":{"tf":1.0},"76":{"tf":1.4142135623730951},"78":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"m":{"df":0,"docs":{},"p":{"/":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"116":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"78":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"78":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":4,"docs":{"130":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"71":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"78":{"tf":1.0}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"3":{"tf":1.0},"38":{"tf":1.0},"6":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"41":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"53":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"70":{"tf":1.0}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":27,"docs":{"101":{"tf":1.7320508075688772},"113":{"tf":1.4142135623730951},"123":{"tf":1.0},"126":{"tf":1.0},"133":{"tf":1.4142135623730951},"19":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"29":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.4142135623730951},"66":{"tf":1.0},"8":{"tf":1.4142135623730951},"82":{"tf":1.7320508075688772},"87":{"tf":1.0},"89":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951},"93":{"tf":1.0}},"y":{"(":{")":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"n":{")":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"m":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"g":{"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":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"89":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"133":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"9":{"tf":1.0}}}}}}},"df":7,"docs":{"15":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0},"61":{"tf":1.0},"75":{"tf":1.7320508075688772},"78":{"tf":1.0},"92":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"79":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"27":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"k":{"df":2,"docs":{"23":{"tf":1.0},"55":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":17,"docs":{"133":{"tf":1.4142135623730951},"19":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.4142135623730951},"61":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":7,"docs":{"34":{"tf":2.0},"8":{"tf":1.0},"88":{"tf":1.0},"92":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":29,"docs":{"0":{"tf":1.0},"103":{"tf":2.0},"111":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"126":{"tf":1.0},"132":{"tf":1.4142135623730951},"133":{"tf":1.7320508075688772},"17":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"19":{"tf":2.0},"20":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.4142135623730951},"39":{"tf":1.0},"43":{"tf":2.0},"44":{"tf":2.0},"45":{"tf":1.0},"48":{"tf":1.7320508075688772},"49":{"tf":1.4142135623730951},"50":{"tf":1.0},"54":{"tf":2.0},"55":{"tf":1.4142135623730951},"61":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.4142135623730951},"92":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"d":{"a":{"df":1,"docs":{"125":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"133":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"27":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"133":{"tf":1.4142135623730951},"37":{"tf":1.0},"6":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"112":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"132":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"40":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"40":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"57":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"40":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":2,"docs":{"132":{"tf":1.0},"14":{"tf":1.0}}}},"x":{"df":1,"docs":{"47":{"tf":1.4142135623730951}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":2,"docs":{"133":{"tf":1.0},"97":{"tf":1.0}}},"i":{"c":{"df":1,"docs":{"74":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"p":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"57":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":12,"docs":{"133":{"tf":1.0},"3":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"113":{"tf":1.0}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"62":{"tf":1.0},"74":{"tf":1.0},"79":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"113":{"tf":1.0},"79":{"tf":1.0},"90":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"75":{"tf":1.4142135623730951},"79":{"tf":1.0}}}}}},"p":{"df":6,"docs":{"115":{"tf":1.4142135623730951},"129":{"tf":1.0},"14":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"92":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"35":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"31":{"tf":1.0},"63":{"tf":1.0},"92":{"tf":1.0}}}},"df":42,"docs":{"100":{"tf":2.449489742783178},"103":{"tf":1.0},"111":{"tf":2.0},"115":{"tf":1.0},"116":{"tf":2.6457513110645907},"119":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.7320508075688772},"14":{"tf":1.0},"26":{"tf":1.0},"34":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":2.23606797749979},"43":{"tf":2.23606797749979},"44":{"tf":2.23606797749979},"45":{"tf":2.23606797749979},"48":{"tf":2.23606797749979},"49":{"tf":2.23606797749979},"50":{"tf":2.23606797749979},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":2.449489742783178},"8":{"tf":1.4142135623730951},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.4142135623730951},"86":{"tf":1.0},"89":{"tf":2.23606797749979},"90":{"tf":1.7320508075688772},"95":{"tf":1.7320508075688772},"96":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"20":{"tf":1.7320508075688772},"25":{"tf":1.0},"26":{"tf":1.0},"37":{"tf":1.0}},"s":{"(":{"1":{"0":{"df":2,"docs":{"43":{"tf":1.0},"45":{"tf":1.0}}},"5":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":5,"docs":{"103":{"tf":1.0},"111":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"5":{"0":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":3,"docs":{"113":{"tf":1.0},"120":{"tf":1.0},"126":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"z":{"df":2,"docs":{"89":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"91":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"27":{"tf":1.0},"32":{"tf":1.0}}}},"x":{"df":0,"docs":{},"o":{"df":1,"docs":{"133":{"tf":1.4142135623730951}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"115":{"tf":1.7320508075688772},"116":{"tf":2.0},"119":{"tf":1.0},"78":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"v":{"0":{".":{"3":{".":{"1":{"df":6,"docs":{"12":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"66":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"116":{"tf":1.0}}}}}},"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"(":{"2":{"df":4,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"43":{"tf":1.0}}},"3":{"df":8,"docs":{"101":{"tf":1.0},"111":{"tf":1.0},"19":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.0},"8":{"tf":1.0},"95":{"tf":1.0}}},"4":{"df":3,"docs":{"45":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{}},".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"116":{"tf":1.4142135623730951},"78":{"tf":1.0}}}}}},"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"9":{"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":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"66":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":31,"docs":{"0":{"tf":2.0},"101":{"tf":1.0},"115":{"tf":1.4142135623730951},"116":{"tf":3.3166247903554},"119":{"tf":1.0},"123":{"tf":1.0},"13":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":2.0},"15":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"40":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":2.0},"49":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"61":{"tf":1.0},"65":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":3.0},"82":{"tf":1.0},"89":{"tf":1.4142135623730951},"90":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":1,"docs":{"133":{"tf":1.0}}}},"r":{"df":1,"docs":{"113":{"tf":1.0}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":7,"docs":{"133":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"75":{"tf":1.4142135623730951},"79":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"66":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"c":{"!":{"[":{"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":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":1,"docs":{"89":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"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":{},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":1,"docs":{"89":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"121":{"tf":1.0},"74":{"tf":2.0}}}}},"df":0,"docs":{},"i":{"df":2,"docs":{"132":{"tf":1.0},"21":{"tf":1.0}},"f":{"df":4,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"55":{"tf":1.0},"77":{"tf":1.0}},"i":{"df":13,"docs":{"113":{"tf":1.4142135623730951},"116":{"tf":1.0},"119":{"tf":1.0},"122":{"tf":1.0},"125":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"133":{"tf":1.4142135623730951},"38":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"62":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"24":{"tf":1.0}}}}}},"i":{"a":{"df":19,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"112":{"tf":1.0},"12":{"tf":1.0},"133":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"55":{"tf":1.0},"62":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.7320508075688772},"72":{"tf":1.0},"78":{"tf":1.7320508075688772},"8":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"116":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"56":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":4,"docs":{"66":{"tf":1.0},"67":{"tf":1.0},"72":{"tf":1.0},"78":{"tf":1.4142135623730951}}}}}},"s":{"df":2,"docs":{"113":{"tf":1.0},"74":{"tf":1.0}}}},"w":{"[":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"23":{"tf":1.0}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"129":{"tf":1.0},"133":{"tf":1.4142135623730951},"23":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"97":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"132":{"tf":1.0},"18":{"tf":2.23606797749979},"39":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":18,"docs":{"102":{"tf":1.4142135623730951},"103":{"tf":1.0},"113":{"tf":1.7320508075688772},"120":{"tf":1.0},"126":{"tf":1.4142135623730951},"132":{"tf":1.0},"133":{"tf":1.0},"26":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"55":{"tf":1.7320508075688772},"61":{"tf":1.0},"62":{"tf":1.0},"8":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"92":{"tf":1.0}},"s":{"(":{"1":{"0":{"0":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"0":{"df":2,"docs":{"43":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}},"3":{"0":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}},"5":{"0":{"df":5,"docs":{"102":{"tf":1.0},"111":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":3,"docs":{"113":{"tf":1.0},"120":{"tf":1.0},"126":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"62":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"75":{"tf":1.0}}}},"s":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"127":{"tf":1.0}}}}}},"y":{"df":1,"docs":{"17":{"tf":1.0}}}},"df":1,"docs":{"23":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"39":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"133":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"l":{"d":{"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"116":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":10,"docs":{"113":{"tf":1.0},"125":{"tf":1.0},"133":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.4142135623730951},"35":{"tf":1.0},"38":{"tf":1.0},"56":{"tf":1.0},"82":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":4,"docs":{"113":{"tf":1.0},"59":{"tf":1.0},"84":{"tf":1.0},"91":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"91":{"tf":1.0}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"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":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"2":{"0":{"df":2,"docs":{"107":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}},"8":{"0":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"0":{"0":{"df":1,"docs":{"49":{"tf":1.0}}},"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":1,"docs":{"21":{"tf":1.0}}},"6":{"0":{"df":4,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}},"9":{"0":{"df":3,"docs":{"111":{"tf":1.0},"44":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":2,"docs":{"125":{"tf":1.0},"133":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"0":{"df":1,"docs":{"91":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"128":{"tf":1.0},"20":{"tf":1.0},"53":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":4,"docs":{"1":{"tf":1.0},"24":{"tf":1.0},"66":{"tf":1.0},"72":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"113":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"k":{"df":9,"docs":{"113":{"tf":1.0},"115":{"tf":1.0},"17":{"tf":1.0},"3":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":7,"docs":{"117":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"71":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":58,"docs":{"1":{"tf":1.0},"103":{"tf":1.4142135623730951},"104":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"119":{"tf":1.0},"12":{"tf":1.0},"123":{"tf":1.0},"125":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951},"128":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":2.0},"133":{"tf":2.23606797749979},"23":{"tf":2.23606797749979},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"37":{"tf":2.0},"38":{"tf":2.0},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0},"6":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"68":{"tf":1.0},"72":{"tf":1.0},"8":{"tf":2.0},"82":{"tf":2.23606797749979},"84":{"tf":1.4142135623730951},"85":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.4142135623730951},"89":{"tf":2.23606797749979},"90":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.7320508075688772},"97":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"26":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"115":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":7,"docs":{"14":{"tf":1.0},"16":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"66":{"tf":1.0},"76":{"tf":1.4142135623730951},"78":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"78":{"tf":1.0}}}}}}}}},"x":{"df":2,"docs":{"66":{"tf":1.4142135623730951},"70":{"tf":1.0}}},"y":{"df":0,"docs":{},"e":{"df":2,"docs":{"132":{"tf":1.0},"9":{"tf":1.0}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"96":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"95":{"tf":1.0}}}}}}},"df":1,"docs":{"95":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"97":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"97":{"tf":1.0}}}}}},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"96":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"95":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":1,"docs":{"95":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"’":{"df":0,"docs":{},"r":{"df":2,"docs":{"79":{"tf":1.0},"93":{"tf":1.0}}}}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"133":{"tf":1.0}}}}}}}},"breadcrumbs":{"root":{"0":{".":{"2":{"0":{"2":{"4":{"df":2,"docs":{"115":{"tf":1.0},"116":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"df":3,"docs":{"132":{"tf":1.0},"18":{"tf":1.4142135623730951},"21":{"tf":1.7320508075688772}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"78":{"tf":1.0}}}}}},"1":{"df":0,"docs":{},"t":{"1":{"0":{"df":2,"docs":{"115":{"tf":1.0},"116":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":4,"docs":{"115":{"tf":1.4142135623730951},"116":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"78":{"tf":2.449489742783178}}},"1":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"78":{"tf":1.0}}}}}},"0":{"0":{"df":1,"docs":{"116":{"tf":1.4142135623730951}}},"df":1,"docs":{"48":{"tf":1.0}}},"2":{"0":{"df":2,"docs":{"107":{"tf":1.0},"132":{"tf":1.0}}},"7":{".":{"0":{".":{"0":{".":{"1":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"115":{"tf":1.0},"116":{"tf":1.0}}},"4":{"df":1,"docs":{"132":{"tf":1.0}}},"df":9,"docs":{"104":{"tf":1.0},"111":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.7320508075688772},"118":{"tf":1.4142135623730951},"65":{"tf":1.4142135623730951},"70":{"tf":1.0},"76":{"tf":1.4142135623730951},"78":{"tf":2.0}}},"2":{"0":{"df":2,"docs":{"103":{"tf":1.0},"48":{"tf":1.0}}},"7":{"df":3,"docs":{"132":{"tf":1.0},"18":{"tf":1.4142135623730951},"21":{"tf":1.0}}},">":{"&":{"1":{"df":1,"docs":{"116":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":10,"docs":{"104":{"tf":1.0},"111":{"tf":1.0},"119":{"tf":1.4142135623730951},"123":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.7320508075688772},"47":{"tf":1.7320508075688772},"70":{"tf":1.0}},"s":{"df":3,"docs":{"132":{"tf":1.7320508075688772},"18":{"tf":1.0},"21":{"tf":1.4142135623730951}}}},"3":{"0":{"df":5,"docs":{"115":{"tf":1.0},"116":{"tf":1.0},"132":{"tf":1.4142135623730951},"18":{"tf":1.0},"48":{"tf":1.0}}},"df":2,"docs":{"120":{"tf":1.4142135623730951},"47":{"tf":1.0}}},"4":{"0":{"df":1,"docs":{"132":{"tf":1.0}}},"5":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"115":{"tf":1.0},"116":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":3,"docs":{"121":{"tf":1.4142135623730951},"132":{"tf":1.0},"47":{"tf":1.4142135623730951}}},"5":{"0":{"df":1,"docs":{"102":{"tf":1.0}}},"4":{"df":1,"docs":{"132":{"tf":1.0}}},"df":7,"docs":{"103":{"tf":1.0},"111":{"tf":1.0},"122":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"48":{"tf":1.0}}},"6":{"0":{"df":3,"docs":{"132":{"tf":1.0},"18":{"tf":1.4142135623730951},"65":{"tf":1.0}}},"df":1,"docs":{"123":{"tf":1.4142135623730951}}},"9":{"0":{"9":{"0":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}},"df":3,"docs":{"132":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":9,"docs":{"110":{"tf":1.0},"111":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"89":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"a":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"133":{"tf":1.0}}}},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"119":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"81":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":10,"docs":{"115":{"tf":1.0},"116":{"tf":1.7320508075688772},"15":{"tf":1.4142135623730951},"33":{"tf":1.0},"41":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"78":{"tf":1.7320508075688772},"80":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"102":{"tf":1.0},"132":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"133":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"133":{"tf":1.4142135623730951},"19":{"tf":1.0},"52":{"tf":1.0},"82":{"tf":1.0},"89":{"tf":1.0}}}},"v":{"df":12,"docs":{"18":{"tf":1.4142135623730951},"21":{"tf":1.0},"23":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.4142135623730951},"79":{"tf":1.0},"82":{"tf":1.0},"89":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":2,"docs":{"21":{"tf":1.0},"53":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"37":{"tf":1.0},"39":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"116":{"tf":1.4142135623730951},"119":{"tf":1.0},"20":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}},"d":{"df":11,"docs":{"116":{"tf":1.0},"119":{"tf":1.0},"34":{"tf":2.0},"39":{"tf":1.0},"40":{"tf":1.0},"78":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.4142135623730951},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"120":{"tf":1.0},"66":{"tf":1.0},"84":{"tf":1.0}}}}}}},"df":10,"docs":{"82":{"tf":1.0},"84":{"tf":1.7320508075688772},"85":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"122":{"tf":1.0},"21":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":13,"docs":{"132":{"tf":1.0},"46":{"tf":2.0},"47":{"tf":1.0},"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},"55":{"tf":1.0},"70":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"85":{"tf":1.0}}},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"113":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":4,"docs":{"132":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.4142135623730951},"56":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":29,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"95":{"tf":1.7320508075688772},"96":{"tf":1.4142135623730951},"97":{"tf":1.0}}}}}}},"df":4,"docs":{"125":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"40":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"129":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"a":{"df":0,"docs":{},"y":{"df":4,"docs":{"116":{"tf":1.0},"132":{"tf":1.0},"21":{"tf":1.0},"72":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"78":{"tf":1.0}}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":8,"docs":{"27":{"tf":2.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"129":{"tf":1.0},"45":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"i":{"df":21,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"122":{"tf":1.0},"15":{"tf":1.0},"29":{"tf":1.0},"55":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.7320508075688772},"80":{"tf":1.7320508075688772},"93":{"tf":1.0},"99":{"tf":1.7320508075688772}}},"p":{"=":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":4,"docs":{"115":{"tf":1.0},"116":{"tf":3.0},"119":{"tf":1.4142135623730951},"78":{"tf":2.449489742783178}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":36,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.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.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"98":{"tf":1.7320508075688772},"99":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":18,"docs":{"101":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"111":{"tf":1.7320508075688772},"17":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"19":{"tf":2.23606797749979},"38":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772},"48":{"tf":1.4142135623730951},"49":{"tf":1.7320508075688772},"50":{"tf":1.7320508075688772},"8":{"tf":1.7320508075688772},"95":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"2":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"132":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":13,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.7320508075688772},"15":{"tf":1.0},"4":{"tf":1.7320508075688772},"5":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"131":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"80":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":10,"docs":{"46":{"tf":1.0},"47":{"tf":1.0},"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},"55":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"22":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"26":{"tf":1.0},"82":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":14,"docs":{"106":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"21":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.0},"40":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"62":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.0}}}},"t":{"df":21,"docs":{"10":{"tf":1.4142135623730951},"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"12":{"tf":1.4142135623730951},"120":{"tf":1.0},"125":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"130":{"tf":1.7320508075688772},"131":{"tf":1.7320508075688772},"27":{"tf":1.4142135623730951},"30":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.7320508075688772},"67":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"71":{"tf":1.0},"72":{"tf":1.7320508075688772},"92":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":3,"docs":{"0":{"tf":1.0},"116":{"tf":1.0},"21":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"18":{"tf":1.0},"39":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{":":{":":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"89":{"tf":1.0},"90":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":5,"docs":{"89":{"tf":1.0},"90":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":14,"docs":{"111":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"84":{"tf":1.0},"89":{"tf":1.4142135623730951},"90":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"82":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"23":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"1":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.7320508075688772},"56":{"tf":1.0}}}}},"o":{"df":2,"docs":{"133":{"tf":1.0},"78":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"115":{"tf":1.0},"71":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{}}}},"x":{"df":1,"docs":{"119":{"tf":1.0}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":17,"docs":{"0":{"tf":1.4142135623730951},"127":{"tf":1.4142135623730951},"132":{"tf":1.0},"133":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"56":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.4142135623730951},"67":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0},"92":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":8,"docs":{"112":{"tf":1.0},"20":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"57":{"tf":1.0},"62":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}}}}},"b":{"(":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"5":{"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":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":8,"docs":{"23":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"6":{"tf":1.0},"86":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}}}}},"d":{"df":4,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"54":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":3,"docs":{"130":{"tf":1.0},"131":{"tf":1.0},"72":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"133":{"tf":1.0},"55":{"tf":2.23606797749979},"59":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":4,"docs":{"133":{"tf":1.0},"18":{"tf":1.0},"40":{"tf":1.0},"57":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"123":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"116":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"c":{"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{}}}},"df":1,"docs":{"5":{"tf":1.0}},"e":{"c":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"119":{"tf":1.0},"90":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"128":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":6,"docs":{"119":{"tf":1.0},"127":{"tf":1.0},"133":{"tf":1.4142135623730951},"40":{"tf":1.0},"62":{"tf":1.0},"82":{"tf":1.0}}}}},"g":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"119":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"61":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":9,"docs":{"113":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"133":{"tf":1.0}}}},"w":{"df":2,"docs":{"41":{"tf":1.0},"66":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"40":{"tf":1.7320508075688772},"58":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"63":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":9,"docs":{"105":{"tf":1.4142135623730951},"113":{"tf":1.0},"128":{"tf":1.0},"133":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.0},"40":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"116":{"tf":1.0}}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":11,"docs":{"14":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.0},"41":{"tf":1.4142135623730951},"62":{"tf":1.0},"7":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951},"9":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0}}}}},"d":{"df":1,"docs":{"120":{"tf":1.0}}},"df":14,"docs":{"116":{"tf":1.7320508075688772},"121":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0},"74":{"tf":2.0},"75":{"tf":1.0},"78":{"tf":2.0},"79":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"b":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"2":{"df":4,"docs":{"104":{"tf":1.0},"111":{"tf":1.0},"44":{"tf":1.0},"8":{"tf":1.0}}},"3":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":7,"docs":{"0":{"tf":1.4142135623730951},"104":{"tf":1.0},"111":{"tf":1.0},"133":{"tf":2.23606797749979},"20":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0}}},"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"80":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":26,"docs":{"0":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.4142135623730951},"106":{"tf":1.0},"111":{"tf":1.7320508075688772},"113":{"tf":1.7320508075688772},"125":{"tf":1.4142135623730951},"132":{"tf":2.8284271247461903},"133":{"tf":2.8284271247461903},"17":{"tf":1.0},"18":{"tf":3.4641016151377544},"19":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"21":{"tf":2.8284271247461903},"23":{"tf":1.4142135623730951},"35":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.4142135623730951},"40":{"tf":1.0},"42":{"tf":1.0},"53":{"tf":2.0},"54":{"tf":1.0},"65":{"tf":1.0},"82":{"tf":1.0},"86":{"tf":1.0},"92":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}},"f":{"df":0,"docs":{},"e":{"df":2,"docs":{"133":{"tf":1.0},"53":{"tf":1.0}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":3,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"27":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":8,"docs":{"115":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"44":{"tf":1.0},"63":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"82":{"tf":1.0}}}}},"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":8,"docs":{"111":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"18":{"tf":1.0},"24":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"a":{"d":{"df":1,"docs":{"82":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"20":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":25,"docs":{"108":{"tf":1.7320508075688772},"111":{"tf":1.0},"130":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"23":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"71":{"tf":1.0},"72":{"tf":1.4142135623730951},"8":{"tf":1.0},"82":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":21,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"27":{"tf":1.7320508075688772},"29":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.0},"8":{"tf":1.7320508075688772},"93":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":2.0}}}}},"df":0,"docs":{},"t":{"df":9,"docs":{"11":{"tf":1.0},"130":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"41":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":5,"docs":{"39":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"89":{"tf":1.7320508075688772},"91":{"tf":1.0}}}},"df":0,"docs":{}}}},"c":{"(":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"5":{"tf":1.0}}}}}}}}},"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":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"20":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"113":{"tf":1.0},"133":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"18":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"l":{"df":3,"docs":{"127":{"tf":1.4142135623730951},"133":{"tf":1.0},"91":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"89":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"113":{"tf":1.0}}}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"105":{"tf":1.0},"133":{"tf":1.0},"46":{"tf":1.0},"82":{"tf":1.0},"93":{"tf":2.0}}}},"c":{"df":1,"docs":{"113":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"132":{"tf":1.0},"56":{"tf":1.0},"82":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":14,"docs":{"116":{"tf":1.7320508075688772},"121":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0},"74":{"tf":2.0},"75":{"tf":1.0},"78":{"tf":2.0},"79":{"tf":1.0}}}}},"t":{"df":1,"docs":{"115":{"tf":1.0}}},"u":{"df":0,"docs":{},"s":{"df":13,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"125":{"tf":1.4142135623730951},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"133":{"tf":1.0},"57":{"tf":1.0},"62":{"tf":1.0},"7":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"76":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":1,"docs":{"5":{"tf":1.0}},"f":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"27":{"tf":1.0},"30":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":1,"docs":{"13":{"tf":1.0}}},"df":0,"docs":{}}}}}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"77":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"77":{"tf":1.0}}}}}}}}}},"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"99":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"133":{"tf":1.0},"52":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"1":{"tf":1.0},"21":{"tf":1.0},"78":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{"df":4,"docs":{"104":{"tf":1.0},"111":{"tf":1.0},"44":{"tf":1.0},"8":{"tf":1.0}}},"2":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"133":{"tf":1.0}}},"df":0,"docs":{}}}},"df":5,"docs":{"0":{"tf":1.0},"104":{"tf":1.0},"111":{"tf":1.0},"133":{"tf":2.23606797749979},"37":{"tf":1.0}}}}}},"o":{"df":23,"docs":{"105":{"tf":2.23606797749979},"113":{"tf":2.23606797749979},"127":{"tf":1.4142135623730951},"132":{"tf":1.7320508075688772},"133":{"tf":1.4142135623730951},"19":{"tf":2.449489742783178},"26":{"tf":1.0},"27":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"45":{"tf":2.0},"47":{"tf":1.0},"50":{"tf":1.7320508075688772},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"66":{"tf":1.7320508075688772},"67":{"tf":1.4142135623730951},"8":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"19":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"45":{"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":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":6,"docs":{"100":{"tf":1.0},"29":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0},"92":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"82":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"17":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":20,"docs":{"113":{"tf":1.4142135623730951},"116":{"tf":1.0},"118":{"tf":1.4142135623730951},"119":{"tf":1.7320508075688772},"121":{"tf":1.4142135623730951},"125":{"tf":1.0},"128":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"23":{"tf":1.0},"3":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"55":{"tf":1.0},"6":{"tf":1.4142135623730951},"62":{"tf":1.0},"89":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"26":{"tf":1.0},"62":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"66":{"tf":1.4142135623730951},"70":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"40":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"35":{"tf":1.4142135623730951},"40":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"23":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}}}}},"i":{"df":9,"docs":{"18":{"tf":1.0},"24":{"tf":1.0},"40":{"tf":1.7320508075688772},"56":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":2.449489742783178},"71":{"tf":1.7320508075688772}},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":18,"docs":{"11":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"12":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"128":{"tf":1.0},"130":{"tf":1.4142135623730951},"131":{"tf":2.23606797749979},"27":{"tf":1.4142135623730951},"30":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":2.0},"67":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"70":{"tf":2.23606797749979},"71":{"tf":1.7320508075688772},"92":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":11,"docs":{"112":{"tf":1.0},"12":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"27":{"tf":1.4142135623730951},"32":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.7320508075688772},"70":{"tf":1.4142135623730951},"71":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"87":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"24":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"39":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"113":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":5,"docs":{"115":{"tf":1.4142135623730951},"129":{"tf":1.0},"14":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":9,"docs":{"129":{"tf":1.0},"133":{"tf":1.0},"17":{"tf":1.0},"23":{"tf":1.0},"6":{"tf":1.0},"78":{"tf":1.0},"82":{"tf":1.0},"86":{"tf":1.0},"97":{"tf":1.0}},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"86":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"r":{"df":7,"docs":{"1":{"tf":1.0},"24":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"62":{"tf":1.0},"82":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"|":{"df":2,"docs":{"89":{"tf":1.0},"90":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":4,"docs":{"84":{"tf":1.0},"89":{"tf":1.7320508075688772},"90":{"tf":1.7320508075688772},"92":{"tf":1.0}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"132":{"tf":1.0},"18":{"tf":2.0},"39":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":20,"docs":{"1":{"tf":1.0},"133":{"tf":1.0},"24":{"tf":1.4142135623730951},"27":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"5":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.4142135623730951},"60":{"tf":1.7320508075688772},"62":{"tf":1.0},"67":{"tf":2.23606797749979},"7":{"tf":1.0},"72":{"tf":1.0},"82":{"tf":1.0},"9":{"tf":1.0}},"—":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"82":{"tf":1.0}}}}}}}}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"41":{"tf":1.0},"80":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"21":{"tf":1.4142135623730951}},"i":{"c":{"df":0,"docs":{},"i":{"df":3,"docs":{"132":{"tf":1.0},"18":{"tf":1.4142135623730951},"21":{"tf":1.0}}}},"df":0,"docs":{}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"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":{"38":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"80":{"tf":1.0}}}}}}}}},"df":5,"docs":{"38":{"tf":1.0},"53":{"tf":1.0},"78":{"tf":1.4142135623730951},"79":{"tf":1.0},"80":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"133":{"tf":1.0},"25":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"6":{"tf":1.0},"82":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"115":{"tf":1.0},"119":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"68":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":7,"docs":{"113":{"tf":1.0},"120":{"tf":1.0},"124":{"tf":1.4142135623730951},"39":{"tf":1.0},"61":{"tf":1.4142135623730951},"74":{"tf":1.0},"77":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"123":{"tf":1.4142135623730951},"40":{"tf":1.0},"56":{"tf":1.0}}},"t":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":11,"docs":{"0":{"tf":1.0},"111":{"tf":1.4142135623730951},"23":{"tf":1.0},"26":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"55":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.4142135623730951}}},"x":{"df":1,"docs":{"78":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"133":{"tf":1.4142135623730951},"14":{"tf":1.0},"3":{"tf":1.0},"6":{"tf":1.4142135623730951},"74":{"tf":1.0}}},"s":{"df":37,"docs":{"0":{"tf":1.0},"109":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.7320508075688772},"116":{"tf":2.449489742783178},"119":{"tf":1.4142135623730951},"122":{"tf":1.0},"129":{"tf":1.0},"13":{"tf":1.4142135623730951},"132":{"tf":1.0},"133":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.7320508075688772},"29":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"47":{"tf":1.7320508075688772},"56":{"tf":1.0},"59":{"tf":1.4142135623730951},"6":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"66":{"tf":1.7320508075688772},"67":{"tf":1.0},"7":{"tf":1.0},"72":{"tf":1.0},"78":{"tf":2.449489742783178},"80":{"tf":1.0},"82":{"tf":1.0},"9":{"tf":1.4142135623730951},"92":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":2,"docs":{"13":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"/":{"df":0,"docs":{},"k":{"8":{"df":3,"docs":{"115":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"=":{"1":{"df":0,"docs":{},"x":{"1":{"df":1,"docs":{"66":{"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":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":3,"docs":{"116":{"tf":1.0},"66":{"tf":1.0},"78":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":6,"docs":{"26":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.0},"41":{"tf":1.0},"7":{"tf":1.0},"92":{"tf":1.0}}}},"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"=":{"1":{"2":{"7":{".":{"0":{".":{"0":{".":{"1":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"=":{"1":{"df":3,"docs":{"116":{"tf":1.0},"66":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":12,"docs":{"113":{"tf":1.0},"127":{"tf":1.4142135623730951},"133":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0},"63":{"tf":1.7320508075688772},"66":{"tf":1.0},"67":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":1.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":5,"docs":{"109":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":4,"docs":{"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0}},"u":{"df":2,"docs":{"2":{"tf":1.0},"56":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"19":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.0},"40":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"38":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"133":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0},"82":{"tf":1.0},"90":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"3":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"132":{"tf":1.0},"21":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":14,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"116":{"tf":1.0},"13":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":2.23606797749979},"29":{"tf":1.4142135623730951},"30":{"tf":1.0},"34":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":20,"docs":{"101":{"tf":1.0},"123":{"tf":1.0},"131":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"18":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"62":{"tf":1.0},"67":{"tf":1.0},"74":{"tf":1.0},"8":{"tf":1.4142135623730951},"82":{"tf":1.0},"87":{"tf":1.0},"92":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"113":{"tf":1.0},"90":{"tf":1.4142135623730951}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"113":{"tf":1.0},"120":{"tf":1.0},"128":{"tf":1.0}}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"101":{"tf":1.0},"120":{"tf":1.0},"128":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":21,"docs":{"0":{"tf":1.0},"113":{"tf":1.0},"123":{"tf":1.0},"125":{"tf":1.4142135623730951},"132":{"tf":1.0},"133":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":1.0},"18":{"tf":1.4142135623730951},"21":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.7320508075688772},"43":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"80":{"tf":1.0},"92":{"tf":1.0}},"s":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"e":{",":{"d":{"a":{"=":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":2,"docs":{"33":{"tf":1.0},"75":{"tf":1.0}}}}},"df":0,"docs":{}}},"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":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"18":{"tf":1.0},"21":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"55":{"tf":1.0}}}}},"i":{"d":{"df":1,"docs":{"84":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"35":{"tf":1.0},"57":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"53":{"tf":1.4142135623730951},"55":{"tf":1.0},"86":{"tf":1.0},"98":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"116":{"tf":1.0},"75":{"tf":1.0}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"108":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"df":5,"docs":{"26":{"tf":1.0},"53":{"tf":1.0},"7":{"tf":1.0},"80":{"tf":1.4142135623730951},"92":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"80":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":11,"docs":{"115":{"tf":2.23606797749979},"116":{"tf":3.0},"119":{"tf":1.0},"133":{"tf":1.4142135623730951},"14":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"59":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"78":{"tf":3.1622776601683795}},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"115":{"tf":1.0}}},"df":0,"docs":{}}}},"df":2,"docs":{"1":{"tf":1.0},"63":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"115":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"35":{"tf":1.0},"36":{"tf":1.7320508075688772},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.7320508075688772}}}},"x":{"df":0,"docs":{},"t":{"df":3,"docs":{"0":{"tf":1.7320508075688772},"82":{"tf":1.0},"93":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":4,"docs":{"106":{"tf":1.0},"133":{"tf":1.0},"38":{"tf":1.0},"49":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"81":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":19,"docs":{"105":{"tf":1.0},"113":{"tf":1.0},"127":{"tf":2.0},"133":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.4142135623730951},"45":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"74":{"tf":1.0},"82":{"tf":1.0},"9":{"tf":1.4142135623730951},"97":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"59":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"52":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":4,"docs":{"105":{"tf":1.0},"133":{"tf":1.0},"23":{"tf":1.0},"82":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"82":{"tf":1.0},"92":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"i":{"df":5,"docs":{"130":{"tf":1.0},"131":{"tf":1.0},"66":{"tf":1.0},"70":{"tf":1.0},"78":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"e":{"df":10,"docs":{"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.7320508075688772},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.7320508075688772},"5":{"tf":1.4142135623730951},"92":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"133":{"tf":1.0},"55":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"56":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"113":{"tf":1.0},"126":{"tf":1.0},"21":{"tf":1.0},"39":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"26":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}}}}},"p":{"df":6,"docs":{"130":{"tf":1.0},"131":{"tf":1.0},"66":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"78":{"tf":1.0}},"u":{"df":1,"docs":{"66":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"116":{"tf":2.23606797749979},"54":{"tf":1.0},"78":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":12,"docs":{"24":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.4142135623730951},"34":{"tf":1.0},"81":{"tf":1.0},"92":{"tf":2.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"133":{"tf":1.4142135623730951},"19":{"tf":1.0},"35":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":5,"docs":{"132":{"tf":1.0},"133":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"c":{"df":2,"docs":{"66":{"tf":1.0},"74":{"tf":1.0}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"a":{"df":2,"docs":{"133":{"tf":1.0},"77":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"68":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"t":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"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":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"0":{"df":2,"docs":{"15":{"tf":1.0},"80":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"(":{")":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"33":{"tf":1.0},"80":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":4,"docs":{"89":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"95":{"tf":1.0},"96":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":1,"docs":{"122":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"116":{"tf":1.0},"52":{"tf":1.0},"87":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":7,"docs":{"34":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"69":{"tf":1.0},"88":{"tf":1.0},"97":{"tf":1.0}}}}}}}},"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"5":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"[":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"23":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"a":{"_":{"a":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":30,"docs":{"0":{"tf":2.23606797749979},"104":{"tf":2.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"12":{"tf":1.0},"125":{"tf":1.7320508075688772},"128":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":2.0},"14":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"27":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":2.23606797749979},"47":{"tf":1.0},"49":{"tf":1.4142135623730951},"62":{"tf":1.0},"65":{"tf":1.0},"68":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.7320508075688772},"8":{"tf":1.4142135623730951},"80":{"tf":1.0},"87":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"63":{"tf":1.0},"66":{"tf":1.0}}}}}},"t":{"a":{"df":12,"docs":{"0":{"tf":2.0},"132":{"tf":1.0},"133":{"tf":2.23606797749979},"23":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"6":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"92":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"23":{"tf":1.0},"5":{"tf":1.0}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"116":{"tf":1.0}}}}}},"df":8,"docs":{"116":{"tf":1.0},"117":{"tf":1.4142135623730951},"19":{"tf":1.0},"58":{"tf":1.0},"66":{"tf":1.0},"75":{"tf":1.4142135623730951},"78":{"tf":1.0},"80":{"tf":1.0}},"g":{"df":2,"docs":{"22":{"tf":1.0},"98":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"23":{"tf":1.0},"35":{"tf":1.0}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"r":{"df":8,"docs":{"133":{"tf":1.0},"17":{"tf":1.7320508075688772},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"82":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"81":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"91":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":24,"docs":{"11":{"tf":1.0},"115":{"tf":1.7320508075688772},"116":{"tf":1.4142135623730951},"12":{"tf":1.0},"132":{"tf":1.7320508075688772},"14":{"tf":1.4142135623730951},"15":{"tf":1.0},"18":{"tf":1.7320508075688772},"19":{"tf":1.0},"21":{"tf":1.7320508075688772},"39":{"tf":1.0},"65":{"tf":2.23606797749979},"66":{"tf":1.7320508075688772},"69":{"tf":1.0},"70":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":2.0},"79":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0},"87":{"tf":1.0},"89":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"35":{"tf":1.0},"8":{"tf":1.0},"82":{"tf":1.0},"92":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"38":{"tf":1.0},"39":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"27":{"tf":1.7320508075688772}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":6,"docs":{"26":{"tf":1.0},"31":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"97":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":32,"docs":{"109":{"tf":2.23606797749979},"111":{"tf":1.0},"118":{"tf":1.0},"133":{"tf":1.4142135623730951},"17":{"tf":1.0},"23":{"tf":1.4142135623730951},"24":{"tf":1.0},"26":{"tf":1.7320508075688772},"27":{"tf":1.4142135623730951},"29":{"tf":2.0},"30":{"tf":1.0},"34":{"tf":1.4142135623730951},"4":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":2.0},"6":{"tf":1.4142135623730951},"60":{"tf":1.0},"7":{"tf":1.4142135623730951},"72":{"tf":1.0},"74":{"tf":1.0},"82":{"tf":1.4142135623730951},"9":{"tf":2.0},"92":{"tf":1.7320508075688772},"93":{"tf":1.4142135623730951},"97":{"tf":2.0}},"e":{"df":0,"docs":{},"r":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"(":{"&":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":9,"docs":{"110":{"tf":1.0},"111":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"118":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"84":{"tf":1.0},"89":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":6,"docs":{"119":{"tf":1.0},"17":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.4142135623730951},"6":{"tf":1.0},"82":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":4,"docs":{"133":{"tf":1.0},"26":{"tf":1.0},"55":{"tf":1.0},"82":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"24":{"tf":1.7320508075688772}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":6,"docs":{"131":{"tf":1.0},"15":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"62":{"tf":1.0},"97":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"19":{"tf":1.7320508075688772},"22":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"113":{"tf":1.0},"132":{"tf":1.0},"19":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951},"40":{"tf":1.0}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":21,"docs":{"24":{"tf":1.0},"40":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"81":{"tf":1.7320508075688772},"82":{"tf":2.23606797749979},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":2,"docs":{"128":{"tf":1.0},"129":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"132":{"tf":1.0},"25":{"tf":1.0},"56":{"tf":1.0},"74":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"58":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":9,"docs":{"115":{"tf":1.7320508075688772},"14":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.4142135623730951},"65":{"tf":1.0},"67":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.4142135623730951},"78":{"tf":2.0}}}}}}},"df":0,"docs":{}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"133":{"tf":1.0},"15":{"tf":1.0},"75":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"59":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"98":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":7,"docs":{"0":{"tf":1.0},"104":{"tf":1.0},"111":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.4142135623730951},"77":{"tf":1.0},"87":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"37":{"tf":1.0},"74":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"62":{"tf":1.0},"81":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"8":{"df":2,"docs":{"27":{"tf":1.0},"30":{"tf":1.0}}},"df":0,"docs":{}}},"df":26,"docs":{"109":{"tf":1.0},"11":{"tf":1.4142135623730951},"115":{"tf":2.0},"116":{"tf":2.8284271247461903},"119":{"tf":1.0},"129":{"tf":1.7320508075688772},"13":{"tf":1.0},"130":{"tf":1.0},"14":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"29":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"59":{"tf":1.4142135623730951},"6":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.7320508075688772},"66":{"tf":1.0},"67":{"tf":1.7320508075688772},"7":{"tf":1.0},"78":{"tf":3.3166247903554},"9":{"tf":1.0},"92":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"27":{"tf":1.0},"40":{"tf":1.0},"92":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"\'":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}},"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":5,"docs":{"126":{"tf":1.0},"127":{"tf":1.0},"21":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"116":{"tf":1.4142135623730951}}},"’":{"df":0,"docs":{},"t":{"df":4,"docs":{"113":{"tf":1.0},"127":{"tf":1.0},"132":{"tf":1.0},"89":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"129":{"tf":1.0},"23":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":2,"docs":{"116":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"45":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"[":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}},"df":7,"docs":{"23":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"89":{"tf":1.0}},"n":{"df":1,"docs":{"36":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"l":{"df":9,"docs":{"26":{"tf":1.0},"27":{"tf":1.0},"34":{"tf":1.0},"39":{"tf":1.0},"84":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"128":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"t":{"df":15,"docs":{"107":{"tf":1.4142135623730951},"113":{"tf":1.0},"132":{"tf":1.4142135623730951},"133":{"tf":2.23606797749979},"18":{"tf":1.4142135623730951},"21":{"tf":2.23606797749979},"22":{"tf":1.0},"23":{"tf":1.0},"35":{"tf":1.0},"40":{"tf":1.0},"49":{"tf":1.0},"56":{"tf":1.0},"65":{"tf":1.0},"82":{"tf":1.0},"93":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":6,"docs":{"125":{"tf":1.0},"133":{"tf":1.4142135623730951},"23":{"tf":1.0},"53":{"tf":1.0},"72":{"tf":1.4142135623730951},"90":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"89":{"tf":1.7320508075688772},"90":{"tf":1.0},"95":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}}}}}}}}}},"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"5":{"tf":1.0}}}},"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":10,"docs":{"115":{"tf":1.4142135623730951},"123":{"tf":1.0},"133":{"tf":1.4142135623730951},"33":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"75":{"tf":1.0},"84":{"tf":1.0},"87":{"tf":1.0},"89":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"89":{"tf":1.0}}}}}}},"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"23":{"tf":1.0}}}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":8,"docs":{"133":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0},"6":{"tf":1.0},"76":{"tf":1.0},"92":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"62":{"tf":1.0}}}}},"s":{"df":1,"docs":{"59":{"tf":1.0}},"i":{"df":1,"docs":{"35":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":1,"docs":{"116":{"tf":1.0}}}}},"df":2,"docs":{"23":{"tf":1.0},"5":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"16":{"tf":1.0},"35":{"tf":1.0},"75":{"tf":1.0}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"133":{"tf":1.0},"77":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"b":{"df":2,"docs":{"11":{"tf":1.0},"66":{"tf":1.0}},"o":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"16":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":10,"docs":{"0":{"tf":1.0},"105":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"33":{"tf":1.0},"39":{"tf":1.0},"65":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":8,"docs":{"105":{"tf":1.7320508075688772},"127":{"tf":1.4142135623730951},"19":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"8":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"d":{"df":2,"docs":{"44":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":7,"docs":{"122":{"tf":1.4142135623730951},"15":{"tf":1.7320508075688772},"75":{"tf":1.4142135623730951},"79":{"tf":1.0},"80":{"tf":1.4142135623730951},"86":{"tf":1.0},"9":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"80":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"132":{"tf":1.0},"21":{"tf":1.0},"82":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"26":{"tf":1.0},"3":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":5,"docs":{"125":{"tf":1.0},"126":{"tf":1.0},"21":{"tf":1.4142135623730951},"35":{"tf":1.0},"82":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":12,"docs":{"0":{"tf":1.0},"119":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"133":{"tf":1.4142135623730951},"54":{"tf":1.0},"56":{"tf":1.0},"62":{"tf":1.0},"67":{"tf":1.0},"82":{"tf":1.4142135623730951},"87":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"27":{"tf":1.0},"7":{"tf":1.4142135623730951},"92":{"tf":1.0}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"27":{"tf":1.0},"30":{"tf":1.0}}}}}}}}}},"v":{"df":1,"docs":{"113":{"tf":1.0}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":23,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.4142135623730951},"35":{"tf":1.0},"40":{"tf":1.4142135623730951},"56":{"tf":1.7320508075688772},"57":{"tf":1.4142135623730951},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"75":{"tf":1.4142135623730951}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"113":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"84":{"tf":1.0}}}}}}},"r":{"(":{"\\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"89":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"/":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":11,"docs":{"113":{"tf":1.0},"118":{"tf":1.4142135623730951},"120":{"tf":1.0},"124":{"tf":1.4142135623730951},"125":{"tf":1.0},"128":{"tf":1.0},"72":{"tf":1.4142135623730951},"75":{"tf":1.0},"79":{"tf":1.4142135623730951},"85":{"tf":1.0},"97":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"2":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"c":{"df":2,"docs":{"76":{"tf":1.4142135623730951},"80":{"tf":1.0}}},"df":0,"docs":{}},"v":{"a":{"df":0,"docs":{},"l":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"90":{"tf":1.0},"96":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":8,"docs":{"133":{"tf":1.0},"23":{"tf":1.0},"38":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"86":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":3,"docs":{"24":{"tf":1.0},"6":{"tf":1.0},"81":{"tf":1.0}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"116":{"tf":1.4142135623730951},"18":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":43,"docs":{"111":{"tf":1.4142135623730951},"116":{"tf":2.0},"121":{"tf":1.0},"133":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.0},"31":{"tf":1.7320508075688772},"34":{"tf":1.4142135623730951},"41":{"tf":2.23606797749979},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.7320508075688772},"47":{"tf":1.4142135623730951},"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},"55":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.4142135623730951},"65":{"tf":1.4142135623730951},"66":{"tf":1.7320508075688772},"67":{"tf":1.4142135623730951},"69":{"tf":1.0},"7":{"tf":1.4142135623730951},"74":{"tf":2.23606797749979},"75":{"tf":1.4142135623730951},"77":{"tf":1.0},"78":{"tf":2.0},"79":{"tf":1.0},"88":{"tf":1.7320508075688772},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"95":{"tf":1.0},"97":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":2,"docs":{"26":{"tf":1.0},"92":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"r":{"c":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"97":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"95":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":4,"docs":{"34":{"tf":1.0},"41":{"tf":1.0},"7":{"tf":1.0},"93":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"113":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"c":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":2,"docs":{"116":{"tf":1.0},"78":{"tf":1.0}},"u":{"df":0,"docs":{},"t":{"df":10,"docs":{"110":{"tf":1.4142135623730951},"113":{"tf":1.0},"133":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"5":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"r":{"df":16,"docs":{"0":{"tf":1.4142135623730951},"101":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":2.0},"119":{"tf":1.0},"13":{"tf":1.0},"133":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"47":{"tf":1.7320508075688772},"65":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.7320508075688772},"78":{"tf":2.23606797749979}},"s":{"(":{"0":{"df":3,"docs":{"42":{"tf":1.0},"43":{"tf":1.0},"95":{"tf":1.0}}},"1":{"df":3,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0}}},"2":{"df":9,"docs":{"101":{"tf":1.0},"111":{"tf":1.0},"19":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"116":{"tf":1.0},"78":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":5,"docs":{"133":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"6":{"tf":1.0}}}}},"df":0,"docs":{}}},"h":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"113":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"115":{"tf":1.0},"125":{"tf":1.0},"67":{"tf":1.0},"86":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":13,"docs":{"106":{"tf":1.0},"111":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"_":{"c":{"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":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"96":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"89":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":48,"docs":{"1":{"tf":1.0},"106":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"122":{"tf":1.0},"125":{"tf":1.4142135623730951},"128":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.4142135623730951},"133":{"tf":2.23606797749979},"15":{"tf":1.4142135623730951},"18":{"tf":2.6457513110645907},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":2.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.0},"29":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"36":{"tf":2.0},"37":{"tf":1.0},"38":{"tf":2.0},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"61":{"tf":1.7320508075688772},"62":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.7320508075688772},"82":{"tf":2.23606797749979},"84":{"tf":1.0},"85":{"tf":1.4142135623730951},"88":{"tf":2.0},"89":{"tf":2.23606797749979},"90":{"tf":2.23606797749979},"91":{"tf":1.4142135623730951},"92":{"tf":1.0},"93":{"tf":1.0},"96":{"tf":2.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":7,"docs":{"112":{"tf":1.0},"133":{"tf":1.0},"31":{"tf":1.0},"41":{"tf":1.0},"57":{"tf":1.0},"62":{"tf":1.0},"7":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"28":{"tf":1.4142135623730951}}}},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"39":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"1":{"tf":1.0},"116":{"tf":1.4142135623730951},"21":{"tf":1.0},"24":{"tf":1.0},"35":{"tf":1.0},"40":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"29":{"tf":1.0},"67":{"tf":2.0},"79":{"tf":1.0},"85":{"tf":1.0}}}},"s":{"df":4,"docs":{"15":{"tf":1.0},"33":{"tf":1.0},"80":{"tf":1.4142135623730951},"84":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"80":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"—":{"a":{"d":{"df":0,"docs":{},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"113":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"38":{"tf":1.0},"39":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":14,"docs":{"113":{"tf":1.0},"125":{"tf":1.0},"133":{"tf":1.0},"24":{"tf":1.0},"34":{"tf":1.0},"49":{"tf":1.4142135623730951},"81":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":1.7320508075688772},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.4142135623730951},"97":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":8,"docs":{"27":{"tf":1.0},"51":{"tf":1.7320508075688772},"8":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.0},"96":{"tf":1.0}}}}}}},"}":{"\\"":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"90":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"f":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"20":{"tf":1.4142135623730951},"26":{"tf":1.0}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"87":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":10,"docs":{"117":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.7320508075688772},"125":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"132":{"tf":1.0},"23":{"tf":1.0},"67":{"tf":1.0},"84":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":12,"docs":{"116":{"tf":1.0},"118":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"24":{"tf":1.0},"35":{"tf":1.0},"40":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.4142135623730951},"80":{"tf":1.0},"86":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"s":{"df":5,"docs":{"132":{"tf":1.0},"133":{"tf":1.0},"21":{"tf":1.0},"62":{"tf":1.0},"75":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}}}},"q":{"df":1,"docs":{"132":{"tf":1.7320508075688772}}},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"35":{"tf":1.0},"40":{"tf":1.0},"58":{"tf":1.0},"84":{"tf":1.0},"91":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"63":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}}}}},"df":2,"docs":{"116":{"tf":2.6457513110645907},"78":{"tf":2.449489742783178}},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"47":{"tf":1.0},"66":{"tf":1.0},"9":{"tf":1.0},"93":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"40":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"86":{"tf":1.0}}},"df":0,"docs":{}},"t":{"c":{"df":0,"docs":{},"h":{"df":10,"docs":{"112":{"tf":1.0},"12":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"27":{"tf":1.4142135623730951},"32":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"71":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"40":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"95":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"df":11,"docs":{"115":{"tf":2.449489742783178},"116":{"tf":1.0},"120":{"tf":1.0},"131":{"tf":1.4142135623730951},"14":{"tf":2.23606797749979},"33":{"tf":1.4142135623730951},"65":{"tf":1.4142135623730951},"66":{"tf":1.0},"75":{"tf":1.7320508075688772},"76":{"tf":2.0},"78":{"tf":2.8284271247461903}},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"116":{"tf":1.0},"78":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"116":{"tf":2.0},"119":{"tf":1.0},"33":{"tf":1.0},"54":{"tf":1.0},"65":{"tf":1.0},"75":{"tf":1.0},"77":{"tf":1.7320508075688772},"78":{"tf":1.7320508075688772}}}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"108":{"tf":1.0},"55":{"tf":1.0}}}},"d":{"df":3,"docs":{"114":{"tf":1.4142135623730951},"116":{"tf":2.0},"48":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":3,"docs":{"132":{"tf":1.0},"65":{"tf":1.0},"75":{"tf":1.0}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":7,"docs":{"101":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"35":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"116":{"tf":1.7320508075688772},"119":{"tf":1.0},"120":{"tf":1.0},"19":{"tf":1.4142135623730951},"39":{"tf":1.0},"40":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0}},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"132":{"tf":1.0}}}}}}}}}},"t":{"df":4,"docs":{"40":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.0},"88":{"tf":1.0}}},"x":{"df":10,"docs":{"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":5,"docs":{"115":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"78":{"tf":1.0}}},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"113":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"23":{"tf":1.0},"38":{"tf":1.0},"5":{"tf":1.0},"61":{"tf":1.0},"80":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":4,"docs":{"24":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.4142135623730951},"56":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"8":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0}}}}}}},"n":{"df":29,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"8":{"tf":1.0},"89":{"tf":2.449489742783178},"90":{"tf":2.0},"95":{"tf":2.449489742783178},"96":{"tf":2.23606797749979},"97":{"tf":1.4142135623730951}}},"o":{"c":{"df":0,"docs":{},"u":{"df":2,"docs":{"120":{"tf":1.0},"17":{"tf":1.0}},"s":{"df":3,"docs":{"0":{"tf":1.0},"26":{"tf":1.0},"62":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":6,"docs":{"116":{"tf":1.0},"117":{"tf":1.0},"4":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0},"78":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"89":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"39":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"t":{"!":{"(":{"\\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"90":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"6":{"tf":1.0}},"u":{"df":0,"docs":{},"l":{"a":{"df":1,"docs":{"21":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":24,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.7320508075688772},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}},"df":3,"docs":{"120":{"tf":1.0},"130":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"k":{"/":{"c":{"df":0,"docs":{},"f":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"z":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":15,"docs":{"11":{"tf":1.0},"112":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.0},"125":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}}}}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":4,"docs":{"11":{"tf":1.0},"130":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0}}}}},"df":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":{"30":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"92":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"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":2,"docs":{"34":{"tf":1.0},"93":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"r":{"df":2,"docs":{"34":{"tf":1.0},"92":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"80":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"93":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"93":{"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":0,"docs":{},"n":{"df":2,"docs":{"34":{"tf":1.0},"93":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"97":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"{":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{",":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{",":{"df":0,"docs":{},"k":{"8":{"df":1,"docs":{"92":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"84":{"tf":1.0},"85":{"tf":1.0},"92":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"34":{"tf":1.0},"93":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{".":{"df":0,"docs":{},"r":{"df":2,"docs":{"95":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"96":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":2,"docs":{"34":{"tf":1.0},"93":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":2,"docs":{"34":{"tf":1.0},"93":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"95":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}},"df":30,"docs":{"0":{"tf":1.0},"118":{"tf":1.4142135623730951},"132":{"tf":1.0},"133":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"2":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"31":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"7":{"tf":1.4142135623730951},"74":{"tf":2.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.7320508075688772},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"92":{"tf":1.4142135623730951},"97":{"tf":1.0}},"’":{"df":1,"docs":{"39":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"47":{"tf":1.0},"50":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"3":{"tf":1.0},"75":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":8,"docs":{"0":{"tf":1.0},"113":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"19":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0}}}}}}},"d":{"df":5,"docs":{"102":{"tf":1.0},"120":{"tf":1.0},"126":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"54":{"tf":1.7320508075688772}}}}}},"g":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"113":{"tf":1.0},"3":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"61":{"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":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"84":{"tf":1.0},"89":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":24,"docs":{"112":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"120":{"tf":1.0},"125":{"tf":1.4142135623730951},"128":{"tf":1.0},"133":{"tf":1.7320508075688772},"24":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"54":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":1.4142135623730951},"62":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.0},"82":{"tf":1.0},"89":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0}}}}},"t":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"89":{"tf":1.0},"90":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"70":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"63":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"1":{"tf":1.0}},"n":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"33":{"tf":1.0},"75":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"133":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"35":{"tf":1.0},"40":{"tf":1.0}}}},"df":4,"docs":{"115":{"tf":1.0},"34":{"tf":1.0},"70":{"tf":1.0},"75":{"tf":1.0}},"e":{"df":1,"docs":{"93":{"tf":1.0}}},"o":{"d":{"df":7,"docs":{"123":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"35":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"65":{"tf":1.0},"75":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"116":{"tf":1.0},"119":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"1":{"6":{"df":5,"docs":{"112":{"tf":1.0},"133":{"tf":1.0},"57":{"tf":1.0},"62":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":1,"docs":{"133":{"tf":1.0}}}},"w":{"df":1,"docs":{"91":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"86":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":4,"docs":{"25":{"tf":1.0},"34":{"tf":1.0},"82":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{}}},"df":58,"docs":{"1":{"tf":1.0},"113":{"tf":1.4142135623730951},"25":{"tf":1.7320508075688772},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.7320508075688772},"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},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.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},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"23":{"tf":1.0}},"l":{"df":2,"docs":{"17":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"r":{"d":{"df":1,"docs":{"19":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}}},"df":1,"docs":{"118":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"116":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":1,"docs":{"52":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"133":{"tf":1.0},"20":{"tf":1.7320508075688772},"35":{"tf":1.0},"6":{"tf":1.0}},"i":{"df":3,"docs":{"122":{"tf":1.0},"20":{"tf":1.0},"38":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"df":3,"docs":{"27":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}},"p":{"df":1,"docs":{"16":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"27":{"tf":1.0},"32":{"tf":1.0},"39":{"tf":1.0},"70":{"tf":1.0},"84":{"tf":1.0},"87":{"tf":1.7320508075688772}}}}}},"r":{"df":0,"docs":{},"e":{"df":4,"docs":{"0":{"tf":1.0},"31":{"tf":1.4142135623730951},"34":{"tf":1.0},"90":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":8,"docs":{"133":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"35":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.4142135623730951},"6":{"tf":1.0},"92":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"60":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"20":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":4,"docs":{"129":{"tf":1.0},"26":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"24":{"tf":1.0},"58":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.0},"71":{"tf":1.0},"78":{"tf":1.0},"92":{"tf":1.0}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"67":{"tf":1.0},"72":{"tf":1.0}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"92":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"1":{"8":{"0":{"8":{"0":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"122":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"0":{"9":{"0":{"df":6,"docs":{"122":{"tf":1.0},"15":{"tf":1.0},"33":{"tf":1.0},"66":{"tf":1.0},"80":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"122":{"tf":1.0},"15":{"tf":1.0},"80":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"i":{"[":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"38":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"d":{">":{":":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"78":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"115":{"tf":1.0},"116":{"tf":2.23606797749979},"78":{"tf":1.0}},"e":{"a":{"df":3,"docs":{"51":{"tf":1.4142135623730951},"89":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"89":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"62":{"tf":1.0},"79":{"tf":1.0}}}}}},"i":{"df":56,"docs":{"25":{"tf":1.7320508075688772},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"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},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.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},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0}},"i":{"df":17,"docs":{"81":{"tf":1.7320508075688772},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"41":{"tf":1.0},"88":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":14,"docs":{"10":{"tf":1.4142135623730951},"11":{"tf":1.4142135623730951},"130":{"tf":2.23606797749979},"131":{"tf":1.0},"27":{"tf":1.7320508075688772},"30":{"tf":1.0},"31":{"tf":1.0},"41":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":2.23606797749979},"67":{"tf":2.23606797749979},"7":{"tf":1.0},"72":{"tf":1.4142135623730951},"9":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"17":{"tf":1.7320508075688772}}}},"l":{"df":5,"docs":{"89":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":12,"docs":{"34":{"tf":2.0},"51":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":1.4142135623730951},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":7,"docs":{"100":{"tf":1.4142135623730951},"115":{"tf":1.0},"116":{"tf":1.0},"57":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.0}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":18,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"133":{"tf":1.0},"14":{"tf":1.0},"20":{"tf":1.0},"33":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"54":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0},"76":{"tf":1.4142135623730951},"78":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":7,"docs":{"132":{"tf":1.0},"133":{"tf":1.0},"20":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"113":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":8,"docs":{"113":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"126":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"61":{"tf":1.0},"74":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"\\"":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"89":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":5,"docs":{"115":{"tf":1.7320508075688772},"116":{"tf":1.4142135623730951},"120":{"tf":1.0},"14":{"tf":1.4142135623730951},"78":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":4,"docs":{"15":{"tf":1.0},"65":{"tf":1.0},"75":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":6,"docs":{"133":{"tf":1.0},"17":{"tf":1.0},"3":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0},"97":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"23":{"tf":1.0},"39":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"38":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":3,"docs":{"38":{"tf":1.4142135623730951},"84":{"tf":1.0},"89":{"tf":1.4142135623730951}},"i":{"df":1,"docs":{"55":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"84":{"tf":1.0},"89":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"115":{"tf":2.0},"66":{"tf":1.0},"78":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"80":{"tf":1.0}}}}}}},"df":4,"docs":{"116":{"tf":1.0},"120":{"tf":1.4142135623730951},"59":{"tf":1.0},"80":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"71":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"116":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"120":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":3,"docs":{"26":{"tf":1.0},"3":{"tf":1.0},"41":{"tf":1.0}}}},"n":{"d":{"df":4,"docs":{"132":{"tf":1.0},"133":{"tf":1.0},"35":{"tf":1.0},"82":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"66":{"tf":1.0}}},"t":{"df":4,"docs":{"17":{"tf":1.0},"24":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"0":{"tf":1.4142135623730951},"3":{"tf":1.0},"82":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":8,"docs":{"20":{"tf":2.0},"34":{"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}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"16":{"tf":1.0},"24":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0}}}}}},"v":{"df":5,"docs":{"113":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"18":{"tf":1.0},"53":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"19":{"tf":1.0}},"t":{"df":1,"docs":{"3":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"54":{"tf":2.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":3,"docs":{"3":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"u":{"df":5,"docs":{"120":{"tf":1.4142135623730951},"122":{"tf":1.0},"123":{"tf":1.0},"62":{"tf":1.0},"89":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"35":{"tf":1.0},"58":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"74":{"tf":1.0}}}}}},"’":{"df":1,"docs":{"79":{"tf":1.0}}}},"v":{"df":36,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.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.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"98":{"tf":1.7320508075688772},"99":{"tf":1.0}}}},"j":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"g":{"df":4,"docs":{"133":{"tf":1.0},"24":{"tf":1.0},"6":{"tf":1.0},"82":{"tf":1.0}}}},"df":0,"docs":{}}},"k":{"8":{"df":15,"docs":{"112":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"119":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"14":{"tf":1.0},"27":{"tf":1.0},"40":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"67":{"tf":1.7320508075688772},"72":{"tf":1.0},"78":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":6,"docs":{"26":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.0},"41":{"tf":1.0},"7":{"tf":1.0},"92":{"tf":1.0}}}},"df":1,"docs":{"67":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":8,"docs":{"113":{"tf":1.0},"127":{"tf":1.0},"133":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"66":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":1.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":{"109":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":17,"docs":{"116":{"tf":1.0},"132":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.4142135623730951},"35":{"tf":1.0},"39":{"tf":1.7320508075688772},"40":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"78":{"tf":1.0},"82":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0},"98":{"tf":1.0}}}},"y":{"df":7,"docs":{"27":{"tf":1.0},"28":{"tf":1.4142135623730951},"29":{"tf":1.0},"47":{"tf":1.0},"8":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"129":{"tf":1.0}}}},"n":{"d":{"df":1,"docs":{"67":{"tf":1.7320508075688772}}},"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":{"133":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":1,"docs":{"123":{"tf":1.4142135623730951}}}}}},"u":{"b":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":6,"docs":{"115":{"tf":1.4142135623730951},"116":{"tf":3.872983346207417},"119":{"tf":1.7320508075688772},"14":{"tf":1.0},"67":{"tf":1.0},"78":{"tf":3.3166247903554}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":14,"docs":{"109":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"29":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.4142135623730951},"67":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"g":{"df":14,"docs":{"11":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"128":{"tf":1.0},"130":{"tf":1.4142135623730951},"131":{"tf":1.7320508075688772},"27":{"tf":1.4142135623730951},"32":{"tf":1.0},"62":{"tf":1.0},"68":{"tf":1.7320508075688772},"72":{"tf":1.0}},"r":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"27":{"tf":1.0},"30":{"tf":1.0},"70":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":3,"docs":{"116":{"tf":2.0},"119":{"tf":1.0},"78":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"24":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"116":{"tf":1.0},"120":{"tf":1.0},"82":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"39":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"133":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"44":{"tf":1.4142135623730951},"6":{"tf":1.0},"77":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"26":{"tf":1.7320508075688772},"3":{"tf":1.0},"39":{"tf":1.0},"87":{"tf":1.0},"93":{"tf":1.0}}}}}}},"df":4,"docs":{"115":{"tf":1.0},"116":{"tf":3.0},"119":{"tf":1.4142135623730951},"78":{"tf":2.449489742783178}},"e":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"133":{"tf":1.0},"77":{"tf":1.0}}}}},"df":0,"docs":{},"k":{"df":2,"docs":{"23":{"tf":1.0},"82":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.7320508075688772}}}},"v":{"df":1,"docs":{"79":{"tf":1.0}}}},"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"133":{"tf":1.0}}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"63":{"tf":1.0}}}},"t":{"df":1,"docs":{"3":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":16,"docs":{"121":{"tf":1.4142135623730951},"133":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"82":{"tf":1.7320508075688772},"92":{"tf":1.0},"93":{"tf":1.0}}}}}},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"27":{"tf":1.0},"29":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"23":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"89":{"tf":1.0}}}}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":2,"docs":{"116":{"tf":1.0},"38":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"116":{"tf":1.4142135623730951},"119":{"tf":1.0},"78":{"tf":1.4142135623730951}}}},"v":{"df":0,"docs":{},"e":{"df":20,"docs":{"116":{"tf":1.0},"123":{"tf":1.0},"125":{"tf":1.4142135623730951},"132":{"tf":1.4142135623730951},"133":{"tf":1.7320508075688772},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.4142135623730951},"50":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"62":{"tf":1.0},"92":{"tf":1.4142135623730951}}}}},"o":{"a":{"d":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}}}}},"df":11,"docs":{"120":{"tf":1.0},"131":{"tf":1.4142135623730951},"41":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.7320508075688772},"48":{"tf":1.7320508075688772},"49":{"tf":2.0},"53":{"tf":1.0},"55":{"tf":1.0},"67":{"tf":2.0},"9":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"=":{"2":{"df":1,"docs":{"65":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"=":{"1":{"2":{"0":{"df":1,"docs":{"65":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"=":{"3":{"df":1,"docs":{"65":{"tf":1.0}}},"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":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":8,"docs":{"116":{"tf":1.4142135623730951},"121":{"tf":1.0},"65":{"tf":1.4142135623730951},"69":{"tf":1.0},"74":{"tf":2.0},"75":{"tf":1.0},"78":{"tf":1.4142135623730951},"79":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":6,"docs":{"26":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.0},"41":{"tf":1.0},"7":{"tf":1.0},"92":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":9,"docs":{"113":{"tf":1.0},"127":{"tf":1.0},"133":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"63":{"tf":1.4142135623730951},"66":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":1.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":5,"docs":{"109":{"tf":1.0},"111":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":30,"docs":{"1":{"tf":1.0},"109":{"tf":1.0},"112":{"tf":1.0},"115":{"tf":1.4142135623730951},"116":{"tf":1.0},"119":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"14":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.7320508075688772},"29":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"6":{"tf":1.0},"62":{"tf":1.4142135623730951},"65":{"tf":1.4142135623730951},"7":{"tf":1.0},"70":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.4142135623730951},"78":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":1.0}}},"t":{"df":4,"docs":{"115":{"tf":1.4142135623730951},"62":{"tf":1.0},"69":{"tf":1.7320508075688772},"70":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":23,"docs":{"113":{"tf":1.7320508075688772},"114":{"tf":1.4142135623730951},"115":{"tf":3.3166247903554},"116":{"tf":4.898979485566356},"120":{"tf":1.4142135623730951},"121":{"tf":1.7320508075688772},"125":{"tf":1.0},"128":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"14":{"tf":3.1622776601683795},"15":{"tf":1.4142135623730951},"33":{"tf":2.23606797749979},"62":{"tf":1.4142135623730951},"65":{"tf":1.7320508075688772},"66":{"tf":1.7320508075688772},"73":{"tf":1.4142135623730951},"74":{"tf":3.0},"75":{"tf":2.8284271247461903},"76":{"tf":2.23606797749979},"78":{"tf":5.0990195135927845},"89":{"tf":1.0},"93":{"tf":1.0}},"i":{"c":{"df":3,"docs":{"133":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}},"s":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"116":{"tf":1.0}}}}}},"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"80":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"116":{"tf":1.0}}}}}}},":":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"78":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"132":{"tf":1.0},"21":{"tf":1.0},"35":{"tf":1.0},"82":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"118":{"tf":1.0},"132":{"tf":1.0}}},"p":{"df":3,"docs":{"17":{"tf":1.0},"40":{"tf":1.0},"58":{"tf":1.0}}},"s":{"df":1,"docs":{"26":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"133":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"24":{"tf":1.0}}}}}},"r":{"df":2,"docs":{"23":{"tf":1.0},"5":{"tf":1.0}}},"s":{"df":2,"docs":{"116":{"tf":1.0},"78":{"tf":1.0}}},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":2,"docs":{"132":{"tf":1.0},"21":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"24":{"tf":1.0},"40":{"tf":1.0},"59":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"26":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":29,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"95":{"tf":1.7320508075688772},"96":{"tf":1.4142135623730951},"97":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"24":{"tf":1.0},"55":{"tf":1.0},"81":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":11,"docs":{"133":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"24":{"tf":1.4142135623730951},"3":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"70":{"tf":1.0},"74":{"tf":1.4142135623730951},"92":{"tf":1.0}}}},"l":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"54":{"tf":1.4142135623730951}}}}}}},"n":{"df":0,"docs":{},"i":{"df":5,"docs":{"3":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"6":{"tf":1.0},"82":{"tf":1.0}}},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"133":{"tf":1.0}}}}},"p":{"df":2,"docs":{"62":{"tf":1.0},"66":{"tf":1.0}}},"t":{"c":{"df":0,"docs":{},"h":{"df":6,"docs":{"116":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"66":{"tf":1.0},"78":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"98":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"35":{"tf":1.0},"60":{"tf":1.0}}}}}},"x":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"2":{"0":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}},"4":{"0":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"6":{"0":{"df":1,"docs":{"105":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":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":{"105":{"tf":1.0}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"48":{"tf":1.0}}}}}}}},"d":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"27":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":1,"docs":{"126":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":7,"docs":{"0":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"40":{"tf":1.0},"82":{"tf":1.0}}}}},"t":{"df":1,"docs":{"39":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"133":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"74":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"15":{"tf":1.0},"80":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"20":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":4,"docs":{"14":{"tf":1.0},"54":{"tf":1.7320508075688772},"74":{"tf":1.0},"77":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"1":{"tf":1.0},"2":{"tf":1.0},"26":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"118":{"tf":1.0},"124":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"133":{"tf":1.0},"62":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"d":{"df":6,"docs":{"34":{"tf":1.0},"52":{"tf":1.0},"80":{"tf":1.0},"93":{"tf":1.4142135623730951},"95":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"c":{"df":9,"docs":{"113":{"tf":1.0},"15":{"tf":1.4142135623730951},"23":{"tf":1.0},"33":{"tf":1.4142135623730951},"66":{"tf":1.0},"75":{"tf":1.0},"80":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"0":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"3":{"0":{"df":1,"docs":{"105":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":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":{"105":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"116":{"tf":1.0}}}},"k":{"df":0,"docs":{},"u":{"b":{"df":1,"docs":{"67":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"m":{"df":6,"docs":{"123":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.4142135623730951},"58":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"132":{"tf":1.4142135623730951},"21":{"tf":1.7320508075688772}}}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"86":{"tf":1.0}}}}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"113":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"s":{"df":8,"docs":{"113":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"132":{"tf":1.0},"62":{"tf":1.0},"72":{"tf":1.0},"84":{"tf":1.0}}},"t":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"74":{"tf":1.0}}}},"df":0,"docs":{}}},"x":{"df":3,"docs":{"113":{"tf":1.0},"19":{"tf":1.0},"77":{"tf":1.0}},"e":{"d":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"63":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"52":{"tf":1.0}},"l":{"df":8,"docs":{"1":{"tf":1.0},"2":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"39":{"tf":1.0},"82":{"tf":2.23606797749979},"92":{"tf":1.0}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"34":{"tf":1.0},"78":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"24":{"tf":1.0}}}},"df":2,"docs":{"65":{"tf":1.0},"84":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"13":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"125":{"tf":1.0},"91":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"116":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"115":{"tf":1.4142135623730951},"14":{"tf":1.4142135623730951},"66":{"tf":1.0},"67":{"tf":1.0},"78":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"24":{"tf":1.0},"40":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":7,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"2":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.4142135623730951},"35":{"tf":1.0},"59":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"133":{"tf":1.0},"40":{"tf":1.0}}}}}}},"t":{"df":11,"docs":{"111":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0},"89":{"tf":1.0},"95":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":4,"docs":{"89":{"tf":1.0},"90":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}}}}}}},"df":0,"docs":{}},"=":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":3,"docs":{"116":{"tf":1.7320508075688772},"119":{"tf":1.0},"78":{"tf":1.7320508075688772}}}}}}},"df":14,"docs":{"115":{"tf":1.4142135623730951},"116":{"tf":3.605551275463989},"119":{"tf":1.7320508075688772},"14":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0},"7":{"tf":1.0},"71":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.4142135623730951},"78":{"tf":2.0},"84":{"tf":1.0},"89":{"tf":1.0}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":3,"docs":{"116":{"tf":3.0},"119":{"tf":1.0},"78":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"34":{"tf":1.4142135623730951}}}}}},"df":5,"docs":{"116":{"tf":1.7320508075688772},"119":{"tf":1.0},"126":{"tf":1.0},"20":{"tf":1.0},"78":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"40":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":13,"docs":{"119":{"tf":1.0},"132":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"3":{"tf":1.0},"39":{"tf":1.0},"52":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"72":{"tf":1.4142135623730951},"74":{"tf":1.0},"78":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}},"—":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"g":{"df":2,"docs":{"133":{"tf":1.0},"62":{"tf":1.0}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"77":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":14,"docs":{"101":{"tf":1.0},"111":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":16,"docs":{"0":{"tf":1.7320508075688772},"120":{"tf":1.0},"128":{"tf":1.0},"133":{"tf":1.4142135623730951},"15":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.4142135623730951},"35":{"tf":1.0},"52":{"tf":2.0},"6":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"133":{"tf":1.0},"54":{"tf":1.0}}}}},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"89":{"tf":1.0},"90":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":11,"docs":{"34":{"tf":1.7320508075688772},"82":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.7320508075688772},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":2.6457513110645907},"95":{"tf":1.7320508075688772},"96":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}}},"o":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"86":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":2,"docs":{"52":{"tf":1.0},"86":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":53,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"101":{"tf":1.7320508075688772},"105":{"tf":1.0},"113":{"tf":1.4142135623730951},"115":{"tf":2.8284271247461903},"116":{"tf":2.0},"119":{"tf":1.7320508075688772},"120":{"tf":2.0},"122":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"127":{"tf":2.0},"128":{"tf":1.7320508075688772},"129":{"tf":1.0},"133":{"tf":2.23606797749979},"14":{"tf":2.449489742783178},"15":{"tf":1.4142135623730951},"2":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.7320508075688772},"27":{"tf":1.4142135623730951},"29":{"tf":1.0},"3":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"52":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":2.0},"6":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.0},"62":{"tf":2.0},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"7":{"tf":1.0},"74":{"tf":2.6457513110645907},"75":{"tf":1.0},"76":{"tf":2.23606797749979},"78":{"tf":1.7320508075688772},"80":{"tf":2.0},"82":{"tf":1.0},"84":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"97":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"15":{"tf":1.0},"75":{"tf":1.0}},"i":{"df":2,"docs":{"19":{"tf":1.0},"40":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"df":25,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"11":{"tf":1.0},"112":{"tf":1.0},"115":{"tf":2.23606797749979},"116":{"tf":1.7320508075688772},"119":{"tf":1.0},"12":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.7320508075688772},"131":{"tf":1.0},"133":{"tf":1.0},"14":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.7320508075688772},"3":{"tf":1.7320508075688772},"32":{"tf":1.0},"62":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.7320508075688772},"67":{"tf":1.7320508075688772},"70":{"tf":1.4142135623730951},"71":{"tf":1.0},"76":{"tf":2.0},"78":{"tf":2.6457513110645907}},"s":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"77":{"tf":1.0}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"77":{"tf":1.0}}}}}}}}}},"d":{"a":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"77":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"77":{"tf":1.0}}}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"77":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"62":{"tf":1.0}},"k":{"df":0,"docs":{},"z":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"=":{"/":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"12":{"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":{},"t":{"df":0,"docs":{},"o":{"/":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"69":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":3,"docs":{"30":{"tf":1.0},"62":{"tf":1.0},"69":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"115":{"tf":1.0}}}}}}},"=":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"78":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"115":{"tf":1.0},"76":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"66":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"116":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"78":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":1,"docs":{"65":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"75":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":9,"docs":{"115":{"tf":1.4142135623730951},"14":{"tf":2.0},"33":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":6,"docs":{"14":{"tf":1.0},"33":{"tf":1.0},"62":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"77":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"=":{"\\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"e":{",":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"_":{"d":{"a":{"_":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"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":2,"docs":{"121":{"tf":1.0},"75":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"e":{",":{"d":{"a":{"=":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"65":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"=":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":6,"docs":{"116":{"tf":1.0},"121":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"74":{"tf":1.7320508075688772},"75":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":5,"docs":{"14":{"tf":1.0},"33":{"tf":1.0},"62":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"77":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"=":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"4":{"3":{"1":{"7":{"df":2,"docs":{"15":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":2,"docs":{"75":{"tf":1.0},"9":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"=":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"4":{"3":{"1":{"8":{"df":2,"docs":{"15":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":2,"docs":{"75":{"tf":1.0},"9":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":6,"docs":{"11":{"tf":1.0},"31":{"tf":1.0},"41":{"tf":1.0},"7":{"tf":1.0},"72":{"tf":1.0},"9":{"tf":1.0}},"e":{"=":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":4,"docs":{"116":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951}}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"67":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":2,"docs":{"33":{"tf":1.0},"75":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":7,"docs":{"115":{"tf":1.4142135623730951},"116":{"tf":1.0},"14":{"tf":1.0},"65":{"tf":1.4142135623730951},"75":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"75":{"tf":2.0}}}},"t":{"df":0,"docs":{},"e":{"df":9,"docs":{"115":{"tf":1.0},"116":{"tf":1.7320508075688772},"119":{"tf":1.0},"21":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"78":{"tf":1.4142135623730951}}}}},"t":{"df":0,"docs":{},"p":{"df":2,"docs":{"132":{"tf":1.0},"18":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"101":{"tf":1.4142135623730951},"18":{"tf":1.0},"39":{"tf":1.0},"65":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"o":{"[":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"23":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":22,"docs":{"113":{"tf":1.4142135623730951},"122":{"tf":1.7320508075688772},"131":{"tf":1.0},"132":{"tf":1.4142135623730951},"133":{"tf":1.7320508075688772},"15":{"tf":1.7320508075688772},"20":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.7320508075688772},"35":{"tf":1.0},"40":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.4142135623730951},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"66":{"tf":1.0},"73":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951},"82":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"40":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"82":{"tf":1.0}}}}},"df":0,"docs":{}},"df":2,"docs":{"116":{"tf":1.4142135623730951},"23":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"92":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"78":{"tf":1.0}}}}}}},"k":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"\\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"89":{"tf":1.0},"90":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":11,"docs":{"111":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"89":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}}},"n":{"c":{"df":3,"docs":{"23":{"tf":1.0},"6":{"tf":1.0},"82":{"tf":1.0}}},"df":4,"docs":{"26":{"tf":1.0},"3":{"tf":1.0},"61":{"tf":1.0},"87":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"60":{"tf":1.0}}}}},"p":{"df":1,"docs":{"133":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":30,"docs":{"0":{"tf":1.0},"104":{"tf":1.0},"111":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"45":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"62":{"tf":2.23606797749979},"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},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0}}}},"t":{"df":2,"docs":{"19":{"tf":1.0},"39":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":10,"docs":{"14":{"tf":1.4142135623730951},"15":{"tf":1.0},"23":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"70":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"79":{"tf":1.0},"86":{"tf":1.0},"9":{"tf":1.0}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":11,"docs":{"133":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.4142135623730951},"24":{"tf":1.0},"26":{"tf":1.4142135623730951},"56":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0},"74":{"tf":1.0},"82":{"tf":1.0},"92":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"132":{"tf":1.0},"18":{"tf":1.0},"39":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"129":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"24":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"p":{"df":4,"docs":{"15":{"tf":1.0},"75":{"tf":1.7320508075688772},"79":{"tf":2.449489742783178},"9":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":9,"docs":{"133":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.0},"40":{"tf":1.0},"5":{"tf":1.0},"56":{"tf":1.0},"62":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.0}}}}},"df":2,"docs":{"66":{"tf":1.0},"78":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"115":{"tf":1.0},"116":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"14":{"tf":1.0},"78":{"tf":1.0}},"—":{"d":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"17":{"tf":1.4142135623730951},"20":{"tf":1.0},"3":{"tf":1.0},"49":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"58":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"d":{"df":7,"docs":{"12":{"tf":1.0},"30":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0},"80":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":12,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"4":{"tf":1.7320508075688772},"5":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"df":1,"docs":{"125":{"tf":1.0}}}}}}}}}}},"p":{"2":{"df":0,"docs":{},"p":{"df":1,"docs":{"77":{"tf":1.0}}}},"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"23":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"92":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"1":{"tf":1.0},"56":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"93":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":15,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.0},"131":{"tf":1.4142135623730951},"133":{"tf":1.0},"21":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.0},"32":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.0},"68":{"tf":1.7320508075688772},"72":{"tf":1.0},"87":{"tf":1.0},"93":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}}},"t":{"df":132,"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},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"12":{"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},"13":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.7320508075688772},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.7320508075688772},"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},"4":{"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":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"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.7320508075688772},"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.7320508075688772},"99":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":4,"docs":{"0":{"tf":1.0},"133":{"tf":1.0},"37":{"tf":1.0},"87":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":2.23606797749979}}}}}},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"56":{"tf":1.0},"80":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":2,"docs":{"123":{"tf":1.0},"23":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":7,"docs":{"115":{"tf":1.7320508075688772},"12":{"tf":1.0},"131":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0},"62":{"tf":1.0},"69":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":10,"docs":{"116":{"tf":1.4142135623730951},"120":{"tf":1.0},"132":{"tf":1.0},"26":{"tf":1.0},"39":{"tf":2.449489742783178},"40":{"tf":1.0},"41":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951}}}}}}}},"df":14,"docs":{"116":{"tf":1.7320508075688772},"121":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0},"74":{"tf":2.0},"75":{"tf":1.0},"78":{"tf":2.0},"79":{"tf":1.0}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"120":{"tf":1.0}}}},"r":{"df":19,"docs":{"103":{"tf":1.0},"104":{"tf":1.4142135623730951},"111":{"tf":1.7320508075688772},"115":{"tf":2.23606797749979},"116":{"tf":1.0},"122":{"tf":1.0},"133":{"tf":1.4142135623730951},"14":{"tf":1.7320508075688772},"15":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.7320508075688772},"19":{"tf":1.4142135623730951},"21":{"tf":1.0},"33":{"tf":1.4142135623730951},"39":{"tf":1.0},"65":{"tf":1.7320508075688772},"75":{"tf":1.0},"76":{"tf":1.4142135623730951},"78":{"tf":1.7320508075688772}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":3,"docs":{"0":{"tf":1.4142135623730951},"133":{"tf":1.4142135623730951},"6":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"133":{"tf":1.0},"49":{"tf":1.0}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"115":{"tf":1.0},"116":{"tf":1.0},"14":{"tf":1.0},"65":{"tf":1.0},"78":{"tf":1.4142135623730951}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":7,"docs":{"16":{"tf":1.7320508075688772},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0}}}}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"35":{"tf":1.0},"40":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"132":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"14":{"tf":1.0},"59":{"tf":1.0}}}}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"129":{"tf":1.0}}}}}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"71":{"tf":1.0}}}},"df":0,"docs":{},"n":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":9,"docs":{"110":{"tf":1.0},"111":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"[":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"61":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":26,"docs":{"1":{"tf":1.0},"111":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"23":{"tf":2.0},"24":{"tf":1.0},"26":{"tf":1.4142135623730951},"3":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":2.0},"57":{"tf":1.4142135623730951},"6":{"tf":1.0},"61":{"tf":1.0},"8":{"tf":1.0},"82":{"tf":1.0},"92":{"tf":1.0},"95":{"tf":1.0}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"62":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"u":{"df":1,"docs":{"0":{"tf":1.0}},"g":{"df":1,"docs":{"88":{"tf":1.0}},"g":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"24":{"tf":1.0},"36":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"d":{"df":7,"docs":{"115":{"tf":1.4142135623730951},"116":{"tf":4.795831523312719},"119":{"tf":2.23606797749979},"133":{"tf":1.0},"14":{"tf":1.0},"67":{"tf":1.0},"78":{"tf":2.23606797749979}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"27":{"tf":1.0},"7":{"tf":1.4142135623730951},"8":{"tf":1.0},"92":{"tf":1.0}}}}},"l":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"133":{"tf":1.0}},"e":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":17,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"116":{"tf":1.4142135623730951},"120":{"tf":1.0},"125":{"tf":1.4142135623730951},"128":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"57":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951},"75":{"tf":1.0},"78":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":1,"docs":{"68":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"20":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"22":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0}}}},"df":0,"docs":{}},"df":7,"docs":{"113":{"tf":1.7320508075688772},"120":{"tf":1.0},"122":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.7320508075688772},"59":{"tf":1.0},"66":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"116":{"tf":1.0},"133":{"tf":1.0},"82":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":4,"docs":{"132":{"tf":1.0},"133":{"tf":1.0},"25":{"tf":1.0},"40":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"24":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}},"i":{"df":0,"docs":{},"x":{"df":6,"docs":{"115":{"tf":1.4142135623730951},"116":{"tf":1.0},"14":{"tf":1.0},"76":{"tf":1.4142135623730951},"77":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951}}}}},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"133":{"tf":1.0}}}}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"26":{"tf":1.0},"92":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":9,"docs":{"112":{"tf":1.0},"128":{"tf":1.0},"56":{"tf":1.4142135623730951},"62":{"tf":2.0},"66":{"tf":1.0},"67":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"9":{"tf":1.0}}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"112":{"tf":1.0},"128":{"tf":1.0},"131":{"tf":1.0},"62":{"tf":1.0}}}},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"76":{"tf":1.0}}}},"t":{"df":3,"docs":{"113":{"tf":1.0},"40":{"tf":1.0},"87":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"38":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"113":{"tf":1.0},"133":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":3,"docs":{"116":{"tf":1.7320508075688772},"129":{"tf":1.0},"78":{"tf":1.4142135623730951}},"s":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"116":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"27":{"tf":1.0},"56":{"tf":1.0},"92":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":2.0}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"92":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"16":{"tf":1.4142135623730951},"22":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"n":{"!":{"(":{"\\"":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"o":{"b":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"18":{"tf":1.0},"21":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":8,"docs":{"133":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"61":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.4142135623730951},"91":{"tf":1.0},"92":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"120":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":18,"docs":{"109":{"tf":1.0},"119":{"tf":1.0},"129":{"tf":1.4142135623730951},"133":{"tf":1.0},"14":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"29":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"52":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0},"74":{"tf":1.0},"9":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":8,"docs":{"0":{"tf":1.0},"106":{"tf":1.0},"125":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.4142135623730951},"18":{"tf":1.7320508075688772},"38":{"tf":1.0},"86":{"tf":1.0}},"t":{"df":6,"docs":{"113":{"tf":1.0},"133":{"tf":1.7320508075688772},"21":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"113":{"tf":1.0},"133":{"tf":1.4142135623730951},"20":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.7320508075688772},"82":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"0":{"tf":1.7320508075688772},"115":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":9,"docs":{"122":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"27":{"tf":1.4142135623730951},"30":{"tf":1.0},"33":{"tf":1.0},"66":{"tf":1.4142135623730951},"80":{"tf":1.7320508075688772},"9":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"63":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"o":{"df":0,"docs":{},"f":{"df":11,"docs":{"112":{"tf":1.0},"120":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"128":{"tf":1.0},"133":{"tf":1.4142135623730951},"31":{"tf":1.0},"41":{"tf":1.0},"57":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"54":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"133":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":7,"docs":{"0":{"tf":1.0},"132":{"tf":1.0},"18":{"tf":2.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"3":{"tf":1.0},"39":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":3,"docs":{"132":{"tf":1.0},"21":{"tf":1.0},"89":{"tf":1.0}}},"i":{"d":{"df":5,"docs":{"29":{"tf":1.0},"59":{"tf":1.0},"84":{"tf":1.0},"92":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":7,"docs":{"133":{"tf":1.0},"23":{"tf":1.4142135623730951},"56":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0},"82":{"tf":1.0},"97":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"61":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}},"s":{"df":4,"docs":{"115":{"tf":1.0},"116":{"tf":1.7320508075688772},"119":{"tf":1.4142135623730951},"78":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"89":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"b":{"df":5,"docs":{"89":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951},"97":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"0":{"tf":1.0},"133":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"132":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"29":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"74":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"67":{"tf":1.7320508075688772}}}}}},"q":{"a":{"df":1,"docs":{"3":{"tf":1.0}}},"df":2,"docs":{"116":{"tf":1.0},"78":{"tf":1.0}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"55":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":17,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"113":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"63":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":2.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"22":{"tf":1.0}}}}}}},"r":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"23":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":3,"docs":{"105":{"tf":1.0},"19":{"tf":1.0},"66":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"115":{"tf":1.0},"116":{"tf":1.0}}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"78":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"(":{"1":{"0":{"df":1,"docs":{"50":{"tf":1.0}}},"5":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"3":{"df":1,"docs":{"45":{"tf":1.0}}},"5":{"df":8,"docs":{"103":{"tf":1.0},"111":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":14,"docs":{"113":{"tf":1.7320508075688772},"125":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"47":{"tf":1.4142135623730951},"48":{"tf":2.0},"65":{"tf":1.0}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}}},"df":5,"docs":{"130":{"tf":1.0},"131":{"tf":1.0},"23":{"tf":1.0},"66":{"tf":1.0},"70":{"tf":1.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"89":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"90":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"89":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"l":{"df":4,"docs":{"133":{"tf":1.0},"61":{"tf":1.0},"89":{"tf":1.7320508075688772},"90":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"—":{"a":{"df":1,"docs":{"62":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"36":{"tf":1.0},"39":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":14,"docs":{"119":{"tf":1.7320508075688772},"120":{"tf":1.0},"128":{"tf":1.4142135623730951},"133":{"tf":1.4142135623730951},"17":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.7320508075688772},"86":{"tf":1.0},"97":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"92":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":3,"docs":{"0":{"tf":1.0},"3":{"tf":1.0},"88":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"1":{"tf":1.0},"3":{"tf":1.0},"46":{"tf":1.0},"52":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"132":{"tf":1.0},"18":{"tf":1.0}}}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"131":{"tf":1.0}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"86":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":7,"docs":{"116":{"tf":1.0},"132":{"tf":1.0},"40":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.0},"70":{"tf":1.0},"78":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"132":{"tf":1.4142135623730951},"37":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.7320508075688772}}},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"113":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":5,"docs":{"120":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"24":{"tf":1.0},"39":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":34,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"115":{"tf":1.4142135623730951},"133":{"tf":1.0},"34":{"tf":1.0},"81":{"tf":1.7320508075688772},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":2.0},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951},"98":{"tf":1.0},"99":{"tf":2.0}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"120":{"tf":1.0}}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"56":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"67":{"tf":1.4142135623730951}}},"y":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"67":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}},"x":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":1,"docs":{"18":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{}},"df":3,"docs":{"115":{"tf":1.0},"40":{"tf":1.0},"86":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"116":{"tf":1.0},"38":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"67":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"19":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":1,"docs":{"41":{"tf":1.0}},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"122":{"tf":1.0},"62":{"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":{"70":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"82":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":5,"docs":{"35":{"tf":1.0},"40":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.4142135623730951},"63":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"89":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":32,"docs":{"105":{"tf":1.4142135623730951},"113":{"tf":1.0},"115":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.0},"125":{"tf":1.0},"128":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"27":{"tf":1.4142135623730951},"3":{"tf":1.0},"31":{"tf":1.7320508075688772},"37":{"tf":1.0},"41":{"tf":1.7320508075688772},"45":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"68":{"tf":1.0},"7":{"tf":1.7320508075688772},"70":{"tf":1.0},"72":{"tf":1.0},"78":{"tf":1.4142135623730951},"8":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":8,"docs":{"132":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.4142135623730951},"45":{"tf":2.0},"47":{"tf":1.0},"54":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"92":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":4,"docs":{"113":{"tf":1.0},"23":{"tf":1.0},"82":{"tf":1.0},"86":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"62":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":4,"docs":{"128":{"tf":1.0},"133":{"tf":1.4142135623730951},"6":{"tf":1.0},"82":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":16,"docs":{"105":{"tf":2.23606797749979},"113":{"tf":1.4142135623730951},"129":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.4142135623730951},"19":{"tf":1.0},"23":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"45":{"tf":1.4142135623730951},"47":{"tf":1.0},"50":{"tf":1.4142135623730951},"52":{"tf":1.0},"59":{"tf":1.0},"66":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"<":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"97":{"tf":1.0}}}}}}},"df":15,"docs":{"111":{"tf":1.0},"16":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.0},"89":{"tf":1.4142135623730951},"90":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":3,"docs":{"0":{"tf":1.0},"133":{"tf":1.0},"20":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":7,"docs":{"133":{"tf":1.4142135623730951},"23":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0},"85":{"tf":1.0},"89":{"tf":1.0},"97":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"26":{"tf":1.4142135623730951},"39":{"tf":1.0},"85":{"tf":1.0},"92":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":3,"docs":{"132":{"tf":1.0},"24":{"tf":1.0},"40":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"24":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"91":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"132":{"tf":1.0},"21":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":7,"docs":{"0":{"tf":1.0},"133":{"tf":1.4142135623730951},"3":{"tf":1.0},"6":{"tf":1.0},"82":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"70":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"133":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"c":{"df":1,"docs":{"89":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"11":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"11":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"111":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":7,"docs":{"84":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.7320508075688772},"90":{"tf":1.4142135623730951},"92":{"tf":1.0},"95":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}}}}}}}}},"df":43,"docs":{"1":{"tf":1.0},"107":{"tf":1.7320508075688772},"113":{"tf":1.7320508075688772},"115":{"tf":1.0},"116":{"tf":2.449489742783178},"121":{"tf":1.0},"123":{"tf":1.0},"125":{"tf":1.0},"132":{"tf":1.4142135623730951},"133":{"tf":2.23606797749979},"16":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":2.0},"23":{"tf":1.7320508075688772},"24":{"tf":1.0},"25":{"tf":1.0},"31":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"35":{"tf":1.7320508075688772},"38":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"49":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":2.23606797749979},"58":{"tf":1.0},"6":{"tf":1.4142135623730951},"60":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.4142135623730951},"65":{"tf":1.4142135623730951},"66":{"tf":2.0},"67":{"tf":1.4142135623730951},"69":{"tf":1.0},"7":{"tf":1.4142135623730951},"71":{"tf":1.0},"74":{"tf":2.0},"75":{"tf":1.0},"78":{"tf":2.6457513110645907},"79":{"tf":1.0},"82":{"tf":2.0},"90":{"tf":1.0},"92":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"84":{"tf":1.0},"89":{"tf":1.4142135623730951}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":6,"docs":{"26":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.0},"41":{"tf":1.0},"7":{"tf":1.0},"92":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":9,"docs":{"110":{"tf":1.0},"111":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":61,"docs":{"11":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"115":{"tf":1.4142135623730951},"116":{"tf":2.8284271247461903},"120":{"tf":1.0},"121":{"tf":1.0},"125":{"tf":1.0},"127":{"tf":1.0},"130":{"tf":1.0},"132":{"tf":1.7320508075688772},"133":{"tf":2.23606797749979},"14":{"tf":2.0},"23":{"tf":1.7320508075688772},"24":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"29":{"tf":1.0},"31":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.7320508075688772},"57":{"tf":2.23606797749979},"58":{"tf":1.7320508075688772},"59":{"tf":1.7320508075688772},"6":{"tf":1.4142135623730951},"60":{"tf":1.7320508075688772},"61":{"tf":1.4142135623730951},"62":{"tf":1.7320508075688772},"65":{"tf":1.7320508075688772},"66":{"tf":2.0},"67":{"tf":2.0},"69":{"tf":1.0},"7":{"tf":1.4142135623730951},"72":{"tf":1.0},"74":{"tf":2.8284271247461903},"75":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"78":{"tf":3.0},"79":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.7320508075688772},"92":{"tf":2.0},"97":{"tf":1.4142135623730951}},"s":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"29":{"tf":1.0}}}}}}}},"df":0,"docs":{},"k":{"8":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"—":{"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":{"df":1,"docs":{"128":{"tf":1.0}}}}}}}}}}},"’":{"df":1,"docs":{"62":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"61":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":6,"docs":{"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"61":{"tf":1.0},"82":{"tf":1.0},"92":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"61":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"=":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"74":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":3,"docs":{"14":{"tf":1.0},"62":{"tf":1.0},"74":{"tf":1.0}}}}}},"df":5,"docs":{"70":{"tf":1.0},"88":{"tf":1.7320508075688772},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":2,"docs":{"79":{"tf":1.0},"87":{"tf":1.0}},"t":{"df":0,"docs":{},"y":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"m":{"df":0,"docs":{},"e":{"df":7,"docs":{"132":{"tf":1.4142135623730951},"133":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"56":{"tf":1.4142135623730951},"67":{"tf":1.0},"92":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"132":{"tf":1.0},"77":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"62":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":14,"docs":{"100":{"tf":1.0},"111":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"7":{"tf":1.0},"92":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":14,"docs":{"101":{"tf":1.0},"111":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0},"95":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":6,"docs":{"29":{"tf":1.0},"39":{"tf":1.7320508075688772},"8":{"tf":1.0},"92":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":58,"docs":{"1":{"tf":1.0},"108":{"tf":1.0},"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.7320508075688772},"124":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.4142135623730951},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.7320508075688772},"133":{"tf":2.23606797749979},"16":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.7320508075688772},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":2.23606797749979},"27":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":2.23606797749979},"36":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":2.0},"4":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"46":{"tf":1.0},"51":{"tf":1.0},"56":{"tf":2.23606797749979},"57":{"tf":1.0},"6":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":1.0},"82":{"tf":2.6457513110645907},"91":{"tf":1.4142135623730951},"92":{"tf":2.23606797749979},"93":{"tf":1.4142135623730951},"97":{"tf":1.7320508075688772},"98":{"tf":1.0},"99":{"tf":1.0}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"60":{"tf":1.0},"67":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"68":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":2,"docs":{"15":{"tf":1.0},"33":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":5,"docs":{"11":{"tf":1.0},"27":{"tf":1.4142135623730951},"30":{"tf":1.0},"32":{"tf":1.4142135623730951},"70":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":9,"docs":{"112":{"tf":1.0},"12":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.7320508075688772},"70":{"tf":1.4142135623730951},"71":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":7,"docs":{"107":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.4142135623730951},"18":{"tf":2.0},"21":{"tf":1.0},"40":{"tf":1.0},"65":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"d":{"df":12,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"120":{"tf":1.0},"126":{"tf":1.4142135623730951},"132":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"8":{"tf":1.0},"82":{"tf":1.0}}},"df":14,"docs":{"131":{"tf":1.0},"15":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0},"97":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"116":{"tf":2.0},"119":{"tf":1.0},"78":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}},"f":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"89":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"97":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":4,"docs":{"39":{"tf":1.0},"89":{"tf":1.7320508075688772},"90":{"tf":1.7320508075688772},"96":{"tf":1.4142135623730951}}}},"n":{"d":{"df":8,"docs":{"111":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":7,"docs":{"14":{"tf":1.0},"19":{"tf":1.7320508075688772},"22":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"40":{"tf":1.0},"76":{"tf":1.0}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"92":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"27":{"tf":1.0},"30":{"tf":1.0}}}},"i":{"c":{"df":6,"docs":{"0":{"tf":1.0},"113":{"tf":1.0},"133":{"tf":1.0},"20":{"tf":1.0},"59":{"tf":1.0},"77":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"t":{"df":18,"docs":{"112":{"tf":1.0},"115":{"tf":1.4142135623730951},"125":{"tf":1.0},"128":{"tf":1.0},"133":{"tf":1.0},"14":{"tf":1.7320508075688772},"23":{"tf":1.0},"26":{"tf":1.0},"35":{"tf":1.0},"56":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"74":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951},"81":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":5,"docs":{"113":{"tf":1.0},"131":{"tf":1.0},"27":{"tf":1.4142135623730951},"32":{"tf":1.0},"59":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":10,"docs":{"133":{"tf":1.0},"16":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.0},"6":{"tf":1.0},"82":{"tf":1.0},"88":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":7,"docs":{"26":{"tf":1.0},"40":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"82":{"tf":1.0},"89":{"tf":1.0},"92":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"113":{"tf":1.0},"132":{"tf":1.0},"21":{"tf":1.4142135623730951}}}},"w":{"df":4,"docs":{"1":{"tf":1.0},"116":{"tf":1.0},"41":{"tf":1.0},"88":{"tf":1.0}}}}},"i":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"62":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":14,"docs":{"132":{"tf":1.0},"133":{"tf":1.7320508075688772},"20":{"tf":2.0},"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0},"56":{"tf":1.4142135623730951},"6":{"tf":1.0},"62":{"tf":1.4142135623730951},"80":{"tf":1.0},"86":{"tf":1.0}},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"80":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"79":{"tf":1.0}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"42":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951}},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"42":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"i":{"df":1,"docs":{"79":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":3,"docs":{"23":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0}}}},"k":{"df":1,"docs":{"78":{"tf":1.0}}}},"t":{"df":1,"docs":{"26":{"tf":1.0}}},"z":{"df":0,"docs":{},"e":{"df":1,"docs":{"20":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"_":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"21":{"tf":1.0},"53":{"tf":1.0}}}}},"df":0,"docs":{}},"df":5,"docs":{"132":{"tf":2.0},"133":{"tf":1.7320508075688772},"18":{"tf":2.8284271247461903},"21":{"tf":2.449489742783178},"93":{"tf":1.0}}},"w":{"df":4,"docs":{"113":{"tf":1.0},"125":{"tf":1.0},"128":{"tf":1.0},"18":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"63":{"tf":1.0}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"3":{"tf":1.0},"35":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":8,"docs":{"113":{"tf":1.0},"132":{"tf":1.4142135623730951},"39":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.0},"58":{"tf":1.0},"63":{"tf":1.0},"91":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"85":{"tf":1.0},"90":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"3":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"121":{"tf":1.0}}}},"w":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"17":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"17":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":4,"docs":{"133":{"tf":1.0},"27":{"tf":1.4142135623730951},"7":{"tf":1.0},"74":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"87":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":11,"docs":{"116":{"tf":1.0},"133":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"23":{"tf":1.0},"33":{"tf":1.0},"38":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"78":{"tf":1.7320508075688772},"9":{"tf":1.0}},"i":{"df":3,"docs":{"133":{"tf":1.4142135623730951},"35":{"tf":1.0},"78":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"e":{"d":{"df":2,"docs":{"40":{"tf":1.0},"57":{"tf":1.0}},"—":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"113":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}}},"r":{"c":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"27":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"133":{"tf":1.0},"49":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"13":{"tf":1.7320508075688772},"27":{"tf":1.4142135623730951},"35":{"tf":1.0},"40":{"tf":1.0},"59":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"113":{"tf":1.4142135623730951}}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"113":{"tf":1.0},"40":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":1,"docs":{"101":{"tf":1.0}},"t":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"89":{"tf":1.0},"95":{"tf":1.0}}}}}}},"df":0,"docs":{}},"_":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"85":{"tf":1.0},"90":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":15,"docs":{"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"133":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"39":{"tf":1.0},"40":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.7320508075688772},"82":{"tf":1.0},"84":{"tf":1.0},"89":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"113":{"tf":1.0},"128":{"tf":1.0},"63":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":5,"docs":{"133":{"tf":1.7320508075688772},"20":{"tf":1.7320508075688772},"23":{"tf":1.0},"40":{"tf":1.0},"55":{"tf":1.7320508075688772}}},"i":{"c":{"df":2,"docs":{"89":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":2,"docs":{"119":{"tf":1.4142135623730951},"15":{"tf":1.0}}}},"y":{"df":5,"docs":{"132":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"53":{"tf":1.0},"90":{"tf":1.4142135623730951}}}},"d":{":":{":":{"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":8,"docs":{"111":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{":":{":":{"a":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"89":{"tf":1.0}}},"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":{":":{":":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":9,"docs":{"100":{"tf":1.0},"111":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":3,"docs":{"115":{"tf":1.4142135623730951},"14":{"tf":1.4142135623730951},"75":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"39":{"tf":1.0},"62":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"132":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"p":{"df":3,"docs":{"133":{"tf":1.0},"23":{"tf":1.0},"82":{"tf":1.0}}}},"r":{"df":4,"docs":{"89":{"tf":1.0},"90":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"116":{"tf":1.4142135623730951},"133":{"tf":1.0},"78":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"44":{"tf":1.0},"47":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"82":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"89":{"tf":1.0},"90":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"27":{"tf":1.0},"54":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"u":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"43":{"tf":1.0}}}},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"17":{"tf":1.0}}}}},"df":7,"docs":{"0":{"tf":1.4142135623730951},"133":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"75":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":3,"docs":{"0":{"tf":1.0},"133":{"tf":1.0},"77":{"tf":1.0}}}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"132":{"tf":1.0},"133":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"6":{"tf":1.0},"82":{"tf":1.0},"93":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"119":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{},"x":{"df":2,"docs":{"115":{"tf":1.0},"76":{"tf":1.4142135623730951}}}}}},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"56":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"60":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"22":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"55":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":12,"docs":{"113":{"tf":1.0},"127":{"tf":1.4142135623730951},"45":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"66":{"tf":1.7320508075688772},"67":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"24":{"tf":1.0},"40":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.4142135623730951}},"e":{"d":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"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":{}}}},"w":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"132":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"113":{"tf":1.7320508075688772}}}}}}},"n":{"c":{"df":10,"docs":{"111":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"132":{"tf":1.0},"18":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":10,"docs":{"115":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":2.23606797749979},"20":{"tf":1.4142135623730951},"3":{"tf":1.0},"38":{"tf":1.4142135623730951},"45":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"82":{"tf":1.0}}}}}}}},"t":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"11":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0}}},"i":{"df":0,"docs":{},"l":{"=":{"1":{"0":{"0":{"0":{"df":1,"docs":{"78":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"0":{"0":{"df":1,"docs":{"116":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"116":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"5":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}},"3":{"0":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"4":{"5":{"df":1,"docs":{"105":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"89":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"90":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":7,"docs":{"132":{"tf":1.4142135623730951},"33":{"tf":1.0},"35":{"tf":1.0},"75":{"tf":1.0},"77":{"tf":2.0},"89":{"tf":1.4142135623730951},"90":{"tf":1.7320508075688772}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"82":{"tf":1.0}}}}},"d":{"df":3,"docs":{"38":{"tf":1.0},"61":{"tf":1.0},"80":{"tf":1.0}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"3":{"tf":1.4142135623730951},"40":{"tf":1.0}}},"r":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"116":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"79":{"tf":1.4142135623730951}}}}}}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"13":{"tf":1.4142135623730951},"27":{"tf":1.0},"30":{"tf":1.0},"78":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"115":{"tf":1.4142135623730951},"14":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"39":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"116":{"tf":1.0}}}}}},"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"=":{"9":{"0":{"9":{"1":{"df":2,"docs":{"66":{"tf":1.0},"80":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"9":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":75,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.0},"11":{"tf":1.4142135623730951},"112":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.0},"123":{"tf":1.0},"125":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.0},"13":{"tf":1.7320508075688772},"130":{"tf":1.4142135623730951},"131":{"tf":1.0},"132":{"tf":2.0},"16":{"tf":2.0},"17":{"tf":1.7320508075688772},"18":{"tf":1.0},"19":{"tf":1.7320508075688772},"2":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"26":{"tf":1.7320508075688772},"27":{"tf":1.4142135623730951},"29":{"tf":1.7320508075688772},"3":{"tf":1.7320508075688772},"30":{"tf":1.4142135623730951},"34":{"tf":2.449489742783178},"35":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"47":{"tf":1.4142135623730951},"48":{"tf":1.7320508075688772},"49":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"54":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":3.0},"67":{"tf":2.23606797749979},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.7320508075688772},"80":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"9":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":2.0},"93":{"tf":2.6457513110645907},"95":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951},"97":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"86":{"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":{"85":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"84":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"{":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":10,"docs":{"100":{"tf":1.0},"111":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"97":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"90":{"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":{"96":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"95":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"89":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"89":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"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":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":5,"docs":{"100":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"k":{"8":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"k":{"8":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"100":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{":":{":":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":5,"docs":{"100":{"tf":1.0},"111":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":6,"docs":{"111":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"{":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":3,"docs":{"100":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"—":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}}}}}}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{":":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":6,"docs":{"11":{"tf":1.0},"116":{"tf":1.0},"130":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"67":{"tf":2.8284271247461903},"78":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"—":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"78":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"’":{"df":0,"docs":{},"r":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"18":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":1,"docs":{"9":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"24":{"tf":1.0},"56":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.0}}}}}}}}}}},"i":{"df":1,"docs":{"18":{"tf":1.0}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"e":{"df":14,"docs":{"0":{"tf":1.0},"105":{"tf":1.4142135623730951},"128":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"18":{"tf":2.449489742783178},"22":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.4142135623730951},"40":{"tf":1.0},"53":{"tf":1.7320508075688772},"58":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":10,"docs":{"112":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.0},"128":{"tf":1.4142135623730951},"133":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":6,"docs":{"115":{"tf":1.0},"116":{"tf":1.4142135623730951},"14":{"tf":1.0},"53":{"tf":1.0},"76":{"tf":1.4142135623730951},"78":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"m":{"df":0,"docs":{},"p":{"/":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"116":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"78":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"78":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":4,"docs":{"130":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"71":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"78":{"tf":1.0}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"3":{"tf":1.0},"38":{"tf":1.0},"6":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"41":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"53":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"70":{"tf":1.0}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":27,"docs":{"101":{"tf":2.0},"113":{"tf":1.4142135623730951},"123":{"tf":1.0},"126":{"tf":1.0},"133":{"tf":1.4142135623730951},"19":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"29":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.4142135623730951},"66":{"tf":1.0},"8":{"tf":1.4142135623730951},"82":{"tf":1.7320508075688772},"87":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951},"93":{"tf":1.0}},"y":{"(":{")":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"n":{")":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"m":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"g":{"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":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"89":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"133":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"9":{"tf":1.0}}}}}}},"df":7,"docs":{"15":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0},"61":{"tf":1.0},"75":{"tf":1.7320508075688772},"78":{"tf":1.0},"92":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"79":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"27":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"k":{"df":2,"docs":{"23":{"tf":1.0},"55":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":17,"docs":{"133":{"tf":1.4142135623730951},"19":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.4142135623730951},"61":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":7,"docs":{"34":{"tf":2.0},"8":{"tf":1.0},"88":{"tf":1.0},"92":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":29,"docs":{"0":{"tf":1.0},"103":{"tf":2.23606797749979},"111":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"126":{"tf":1.0},"132":{"tf":1.4142135623730951},"133":{"tf":1.7320508075688772},"17":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"19":{"tf":2.0},"20":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.4142135623730951},"39":{"tf":1.0},"43":{"tf":2.23606797749979},"44":{"tf":2.23606797749979},"45":{"tf":1.0},"48":{"tf":1.7320508075688772},"49":{"tf":1.4142135623730951},"50":{"tf":1.0},"54":{"tf":2.23606797749979},"55":{"tf":1.4142135623730951},"61":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.4142135623730951},"92":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"d":{"a":{"df":1,"docs":{"125":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"133":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":8,"docs":{"27":{"tf":1.7320508075688772},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"133":{"tf":1.4142135623730951},"37":{"tf":1.0},"6":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":20,"docs":{"112":{"tf":1.7320508075688772},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"132":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"40":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"40":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"57":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"40":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":2,"docs":{"132":{"tf":1.0},"14":{"tf":1.0}}}},"x":{"df":1,"docs":{"47":{"tf":1.4142135623730951}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":2,"docs":{"133":{"tf":1.0},"97":{"tf":1.0}}},"i":{"c":{"df":1,"docs":{"74":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"p":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"57":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":12,"docs":{"133":{"tf":1.0},"3":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"113":{"tf":1.0}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"62":{"tf":1.0},"74":{"tf":1.0},"79":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"113":{"tf":1.0},"79":{"tf":1.0},"90":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"75":{"tf":1.4142135623730951},"79":{"tf":1.0}}}}}},"p":{"df":6,"docs":{"115":{"tf":1.4142135623730951},"129":{"tf":1.0},"14":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"92":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"35":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"31":{"tf":1.0},"63":{"tf":1.4142135623730951},"92":{"tf":1.0}}}},"df":42,"docs":{"100":{"tf":2.449489742783178},"103":{"tf":1.0},"111":{"tf":2.0},"115":{"tf":1.0},"116":{"tf":2.6457513110645907},"119":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.4142135623730951},"132":{"tf":1.0},"133":{"tf":1.7320508075688772},"14":{"tf":1.0},"26":{"tf":1.0},"34":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":2.23606797749979},"43":{"tf":2.23606797749979},"44":{"tf":2.23606797749979},"45":{"tf":2.23606797749979},"48":{"tf":2.23606797749979},"49":{"tf":2.23606797749979},"50":{"tf":2.23606797749979},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":2.449489742783178},"8":{"tf":1.4142135623730951},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.4142135623730951},"86":{"tf":1.0},"89":{"tf":2.23606797749979},"90":{"tf":1.7320508075688772},"95":{"tf":1.7320508075688772},"96":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":57,"docs":{"20":{"tf":1.7320508075688772},"25":{"tf":1.7320508075688772},"26":{"tf":1.4142135623730951},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"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.4142135623730951},"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},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.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},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0}},"s":{"(":{"1":{"0":{"df":2,"docs":{"43":{"tf":1.0},"45":{"tf":1.0}}},"5":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":5,"docs":{"103":{"tf":1.0},"111":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"5":{"0":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":3,"docs":{"113":{"tf":1.0},"120":{"tf":1.0},"126":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"z":{"df":2,"docs":{"89":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"91":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"27":{"tf":1.0},"32":{"tf":1.0}}}},"x":{"df":0,"docs":{},"o":{"df":1,"docs":{"133":{"tf":1.4142135623730951}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"115":{"tf":1.7320508075688772},"116":{"tf":2.0},"119":{"tf":1.0},"78":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"v":{"0":{".":{"3":{".":{"1":{"df":6,"docs":{"12":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"66":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"116":{"tf":1.0}}}}}},"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"(":{"2":{"df":4,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"43":{"tf":1.0}}},"3":{"df":8,"docs":{"101":{"tf":1.0},"111":{"tf":1.0},"19":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.0},"8":{"tf":1.0},"95":{"tf":1.0}}},"4":{"df":3,"docs":{"45":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{}},".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"116":{"tf":1.4142135623730951},"78":{"tf":1.0}}}}}},"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"9":{"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":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"66":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":31,"docs":{"0":{"tf":2.0},"101":{"tf":1.0},"115":{"tf":1.4142135623730951},"116":{"tf":3.3166247903554},"119":{"tf":1.0},"123":{"tf":1.0},"13":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":2.0},"15":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"40":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":2.0},"49":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"61":{"tf":1.0},"65":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":3.0},"82":{"tf":1.0},"89":{"tf":1.4142135623730951},"90":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":1,"docs":{"133":{"tf":1.0}}}},"r":{"df":1,"docs":{"113":{"tf":1.0}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":7,"docs":{"133":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"75":{"tf":1.7320508075688772},"79":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"66":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"c":{"!":{"[":{"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":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":1,"docs":{"89":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"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":{},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":1,"docs":{"89":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"121":{"tf":1.0},"74":{"tf":2.0}}}}},"df":0,"docs":{},"i":{"df":2,"docs":{"132":{"tf":1.0},"21":{"tf":1.0}},"f":{"df":4,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"55":{"tf":1.4142135623730951},"77":{"tf":1.0}},"i":{"df":13,"docs":{"113":{"tf":1.4142135623730951},"116":{"tf":1.0},"119":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"133":{"tf":1.4142135623730951},"38":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"62":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"24":{"tf":1.0}}}}}},"i":{"a":{"df":19,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"112":{"tf":1.0},"12":{"tf":1.0},"133":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"55":{"tf":1.0},"62":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.7320508075688772},"72":{"tf":1.0},"78":{"tf":1.7320508075688772},"8":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"116":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"56":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":4,"docs":{"66":{"tf":1.0},"67":{"tf":1.0},"72":{"tf":1.0},"78":{"tf":1.4142135623730951}}}}}},"s":{"df":2,"docs":{"113":{"tf":1.0},"74":{"tf":1.4142135623730951}}}},"w":{"[":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"23":{"tf":1.0}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"129":{"tf":1.0},"133":{"tf":1.4142135623730951},"23":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"97":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"132":{"tf":1.0},"18":{"tf":2.449489742783178},"39":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":18,"docs":{"102":{"tf":1.7320508075688772},"103":{"tf":1.0},"113":{"tf":1.7320508075688772},"120":{"tf":1.0},"126":{"tf":1.7320508075688772},"132":{"tf":1.0},"133":{"tf":1.0},"26":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"55":{"tf":2.0},"61":{"tf":1.0},"62":{"tf":1.0},"8":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"92":{"tf":1.0}},"s":{"(":{"1":{"0":{"0":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"0":{"df":2,"docs":{"43":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}},"3":{"0":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}},"5":{"0":{"df":5,"docs":{"102":{"tf":1.0},"111":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":3,"docs":{"113":{"tf":1.0},"120":{"tf":1.0},"126":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"62":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"75":{"tf":1.0}}}},"s":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"127":{"tf":1.0}}}}}},"y":{"df":1,"docs":{"17":{"tf":1.0}}}},"df":1,"docs":{"23":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"39":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"133":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"l":{"d":{"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"116":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":10,"docs":{"113":{"tf":1.0},"125":{"tf":1.0},"133":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"35":{"tf":1.0},"38":{"tf":1.0},"56":{"tf":1.0},"82":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":4,"docs":{"113":{"tf":1.0},"59":{"tf":1.0},"84":{"tf":1.0},"91":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"91":{"tf":1.0}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"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":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"2":{"0":{"df":2,"docs":{"107":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}},"8":{"0":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"0":{"0":{"df":1,"docs":{"49":{"tf":1.0}}},"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":1,"docs":{"21":{"tf":1.0}}},"6":{"0":{"df":4,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}},"9":{"0":{"df":3,"docs":{"111":{"tf":1.0},"44":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":2,"docs":{"125":{"tf":1.0},"133":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"0":{"df":1,"docs":{"91":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"128":{"tf":1.0},"20":{"tf":1.0},"53":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":4,"docs":{"1":{"tf":1.0},"24":{"tf":1.0},"66":{"tf":1.0},"72":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"113":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"k":{"df":9,"docs":{"113":{"tf":1.0},"115":{"tf":1.0},"17":{"tf":1.0},"3":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":7,"docs":{"117":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"71":{"tf":1.4142135623730951},"92":{"tf":1.0},"94":{"tf":1.4142135623730951}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":59,"docs":{"1":{"tf":1.0},"103":{"tf":1.7320508075688772},"104":{"tf":1.7320508075688772},"105":{"tf":1.7320508075688772},"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"119":{"tf":1.0},"12":{"tf":1.0},"123":{"tf":1.0},"125":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951},"128":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":2.0},"133":{"tf":2.23606797749979},"23":{"tf":2.23606797749979},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.7320508075688772},"36":{"tf":2.0},"37":{"tf":2.449489742783178},"38":{"tf":2.23606797749979},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"47":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0},"6":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"68":{"tf":1.0},"72":{"tf":1.0},"8":{"tf":2.0},"82":{"tf":2.23606797749979},"84":{"tf":1.7320508075688772},"85":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":2.0},"89":{"tf":2.6457513110645907},"90":{"tf":1.4142135623730951},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":2.0},"97":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"26":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"115":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":7,"docs":{"14":{"tf":1.0},"16":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"66":{"tf":1.0},"76":{"tf":1.4142135623730951},"78":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"78":{"tf":1.0}}}}}}}}},"x":{"df":2,"docs":{"66":{"tf":1.4142135623730951},"70":{"tf":1.0}}},"y":{"df":0,"docs":{},"e":{"df":2,"docs":{"132":{"tf":1.0},"9":{"tf":1.0}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"96":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"95":{"tf":1.0}}}}}}},"df":1,"docs":{"95":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"97":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"97":{"tf":1.0}}}}}},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"96":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"95":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":1,"docs":{"95":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"’":{"df":0,"docs":{},"r":{"df":2,"docs":{"79":{"tf":1.0},"93":{"tf":1.0}}}}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"133":{"tf":1.0}}}}}}}},"title":{"root":{"1":{"df":1,"docs":{"118":{"tf":1.0}}},"2":{"df":1,"docs":{"119":{"tf":1.0}}},"3":{"df":1,"docs":{"120":{"tf":1.0}}},"4":{"df":1,"docs":{"121":{"tf":1.0}}},"5":{"df":1,"docs":{"122":{"tf":1.0}}},"6":{"df":1,"docs":{"123":{"tf":1.0}}},"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"116":{"tf":1.0},"78":{"tf":1.0}}}}}},"df":0,"docs":{}},"d":{"d":{"df":1,"docs":{"93":{"tf":1.0}}},"df":7,"docs":{"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"46":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}},"l":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"129":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"i":{"df":3,"docs":{"8":{"tf":1.0},"80":{"tf":1.0},"99":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"98":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"14":{"tf":1.0},"4":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"72":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"35":{"tf":1.0}}}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"127":{"tf":1.0}}}}},"df":0,"docs":{}}},"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"108":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"8":{"tf":1.0},"99":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"c":{"a":{"df":0,"docs":{},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"93":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":4,"docs":{"105":{"tf":1.0},"19":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"118":{"tf":1.0},"121":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":2,"docs":{"63":{"tf":1.0},"71":{"tf":1.0}},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"12":{"tf":1.0},"131":{"tf":1.0},"68":{"tf":1.0},"70":{"tf":1.0}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"124":{"tf":1.0},"61":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"123":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"111":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"6":{"tf":1.0}}},"s":{"df":3,"docs":{"13":{"tf":1.0},"59":{"tf":1.0},"66":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"90":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":2,"docs":{"125":{"tf":1.0},"42":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"36":{"tf":1.0},"39":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"127":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"36":{"tf":1.0},"39":{"tf":1.0},"5":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"92":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"a":{"df":2,"docs":{"104":{"tf":1.0},"44":{"tf":1.0}}},"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"117":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"17":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":3,"docs":{"109":{"tf":1.0},"9":{"tf":1.0},"97":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"24":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"19":{"tf":1.0}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"81":{"tf":1.0},"82":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"28":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"11":{"tf":1.0},"59":{"tf":1.0}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"107":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"105":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"122":{"tf":1.0}}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"75":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"124":{"tf":1.0}}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":6,"docs":{"111":{"tf":1.0},"31":{"tf":1.0},"41":{"tf":1.0},"46":{"tf":1.0},"64":{"tf":1.0},"88":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"110":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":9,"docs":{"106":{"tf":1.0},"125":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"61":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"28":{"tf":1.0}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"83":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":2,"docs":{"51":{"tf":1.0},"94":{"tf":1.0}}}}}}}},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"125":{"tf":1.0},"126":{"tf":1.0},"131":{"tf":1.0}}}},"q":{"df":1,"docs":{"132":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":2,"docs":{"131":{"tf":1.0},"76":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"77":{"tf":1.0}}}}}},"n":{"d":{"df":1,"docs":{"114":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"5":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":2,"docs":{"130":{"tf":1.0},"131":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":4,"docs":{"118":{"tf":1.0},"29":{"tf":1.0},"74":{"tf":1.0},"83":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"70":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"133":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"123":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"113":{"tf":1.0},"25":{"tf":1.0},"34":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"20":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"87":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"51":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":1,"docs":{"25":{"tf":1.0}},"i":{"df":1,"docs":{"81":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"130":{"tf":1.0}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"17":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"100":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"92":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"v":{"df":1,"docs":{"98":{"tf":1.0}}}},"k":{"8":{"df":1,"docs":{"67":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"28":{"tf":1.0}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"123":{"tf":1.0}}}}}},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"g":{"df":2,"docs":{"131":{"tf":1.0},"68":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"121":{"tf":1.0},"82":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"125":{"tf":1.0},"42":{"tf":1.0}}}}},"o":{"a":{"d":{"df":3,"docs":{"131":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"58":{"tf":1.0},"65":{"tf":1.0}}},"t":{"df":2,"docs":{"115":{"tf":1.0},"69":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":11,"docs":{"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"14":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.4142135623730951},"75":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"124":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"82":{"tf":1.0}}}}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"77":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":2,"docs":{"19":{"tf":1.0},"72":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"52":{"tf":1.0}}}}}}},"w":{"df":5,"docs":{"88":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":7,"docs":{"116":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"127":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0},"80":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"130":{"tf":1.0}}}}}},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":6,"docs":{"122":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"33":{"tf":1.0},"73":{"tf":1.0},"80":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"62":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":1,"docs":{"79":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"118":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"17":{"tf":1.0}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"131":{"tf":1.0},"68":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":4,"docs":{"2":{"tf":1.0},"25":{"tf":1.0},"81":{"tf":1.0},"98":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"39":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"76":{"tf":1.0},"78":{"tf":1.0}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"16":{"tf":1.0}}}}}}}}}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"129":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"o":{"b":{"df":0,"docs":{},"e":{"df":1,"docs":{"89":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"48":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"80":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"113":{"tf":1.0},"115":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"89":{"tf":1.0},"90":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"119":{"tf":1.0},"128":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"52":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"115":{"tf":1.0},"81":{"tf":1.0},"92":{"tf":1.0},"99":{"tf":1.0}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"105":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"n":{"df":4,"docs":{"107":{"tf":1.0},"21":{"tf":1.0},"56":{"tf":1.0},"64":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":10,"docs":{"116":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"78":{"tf":1.0},"86":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"88":{"tf":1.0}}}}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"39":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":6,"docs":{"112":{"tf":1.0},"123":{"tf":1.0},"23":{"tf":1.0},"35":{"tf":1.0},"56":{"tf":1.0},"82":{"tf":1.0}}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"126":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"42":{"tf":1.0},"89":{"tf":1.0}}}}}},"t":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}},"y":{"df":1,"docs":{"90":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"22":{"tf":1.0},"47":{"tf":1.0}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"49":{"tf":1.0}}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"113":{"tf":1.0}}}}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"77":{"tf":1.0},"90":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"79":{"tf":1.0}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"16":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{":":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"130":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":2,"docs":{"18":{"tf":1.4142135623730951},"53":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"128":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"101":{"tf":1.0},"87":{"tf":1.0}}}}}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"103":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":1,"docs":{"27":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"112":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"63":{"tf":1.0}}}},"df":1,"docs":{"129":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"25":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"75":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"55":{"tf":1.0}},"i":{"df":2,"docs":{"119":{"tf":1.0},"122":{"tf":1.0}}}}}}},"s":{"df":1,"docs":{"74":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"18":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"102":{"tf":1.0},"126":{"tf":1.0},"55":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"21":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"91":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"117":{"tf":1.0},"71":{"tf":1.0},"94":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":11,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"lang":"English","pipeline":["trimmer","stopWordFilter","stemmer"],"ref":"id","version":"0.9.5"},"results_options":{"limit_results":30,"teaser_word_count":30},"search_options":{"bool":"OR","expand":true,"fields":{"body":{"boost":1},"breadcrumbs":{"boost":1},"title":{"boost":2}}}}')); \ No newline at end of file diff --git a/docs/searchindex-5005e72d.js b/docs/searchindex-5005e72d.js new file mode 100644 index 0000000..73d5539 --- /dev/null +++ b/docs/searchindex-5005e72d.js @@ -0,0 +1 @@ +window.search = Object.assign(window.search, JSON.parse('{"doc_urls":["project-context-primer.html#project-context-primer","what-you-will-learn.html#what-you-will-learn","part-i.html#part-i--foundations","introduction.html#introduction","architecture-overview.html#architecture-overview","testing-philosophy.html#testing-philosophy","testing-philosophy.html#declarative-over-imperative","testing-philosophy.html#protocol-time-not-wall-time","testing-philosophy.html#determinism-first-chaos-when-needed","testing-philosophy.html#observable-health-signals","testing-philosophy.html#minimum-run-windows","testing-philosophy.html#summary","scenario-lifecycle.html#scenario-lifecycle-conceptual","design-rationale.html#design-rationale","part-ii.html#part-ii--user-guide","workspace-layout.html#workspace-layout","annotated-tree.html#annotated-tree","authoring-scenarios.html#authoring-scenarios","workloads.html#core-content-workloads--expectations","workloads.html#workloads","workloads.html#expectations","scenario-builder-ext-patterns.html#core-content-scenariobuilderext-patterns","best-practices.html#best-practices","examples.html#examples","examples.html#simple-2-validator-transaction-workload","examples.html#da--transaction-workload","examples.html#chaos--liveness-check","examples-advanced.html#advanced--artificial-examples","examples-advanced.html#synthetic-delay-workload-network-latency-simulation","examples-advanced.html#oscillating-load-workload-traffic-waves","examples-advanced.html#byzantine-behavior-mock","examples-advanced.html#custom-expectation-block-finality-drift","examples-advanced.html#custom-deployer-dry-run-deployer","examples-advanced.html#stochastic-topology-generator","examples-advanced.html#multi-phase-scenario-pipelines","running-scenarios.html#running-scenarios","runners.html#runners","runners.html#local-runner","runners.html#docker-compose-runner","runners.html#kubernetes-runner","runners.html#common-expectations","operations.html#operations","part-iii.html#part-iii--developer-reference","scenario-model.html#scenario-model-developer-level","extending.html#extending-the-framework","extending.html#adding-a-workload","extending.html#adding-an-expectation","extending.html#adding-a-runner","extending.html#adding-topology-helpers","custom-workload-example.html#example-new-workload--expectation-rust","custom-workload-example.html#workload-simple-reachability-probe","custom-workload-example.html#expectation-confirm-the-target-stayed-reachable","custom-workload-example.html#how-to-wire-it","internal-crate-reference.html#internal-crate-reference","part-iv.html#part-iv--appendix","dsl-cheat-sheet.html#core-content-dsl-cheat-sheet","troubleshooting.html#troubleshooting-scenarios","faq.html#faq","glossary.html#glossary"],"index":{"documentStore":{"docInfo":{"0":{"body":67,"breadcrumbs":6,"title":3},"1":{"body":26,"breadcrumbs":2,"title":1},"10":{"body":40,"breadcrumbs":7,"title":3},"11":{"body":26,"breadcrumbs":5,"title":1},"12":{"body":120,"breadcrumbs":8,"title":3},"13":{"body":68,"breadcrumbs":6,"title":2},"14":{"body":10,"breadcrumbs":8,"title":4},"15":{"body":94,"breadcrumbs":8,"title":2},"16":{"body":59,"breadcrumbs":8,"title":2},"17":{"body":101,"breadcrumbs":8,"title":2},"18":{"body":18,"breadcrumbs":12,"title":4},"19":{"body":38,"breadcrumbs":9,"title":1},"2":{"body":10,"breadcrumbs":4,"title":2},"20":{"body":71,"breadcrumbs":9,"title":1},"21":{"body":84,"breadcrumbs":12,"title":4},"22":{"body":96,"breadcrumbs":8,"title":2},"23":{"body":14,"breadcrumbs":6,"title":1},"24":{"body":28,"breadcrumbs":10,"title":5},"25":{"body":31,"breadcrumbs":8,"title":3},"26":{"body":37,"breadcrumbs":8,"title":3},"27":{"body":19,"breadcrumbs":10,"title":3},"28":{"body":41,"breadcrumbs":13,"title":6},"29":{"body":37,"breadcrumbs":12,"title":5},"3":{"body":84,"breadcrumbs":4,"title":1},"30":{"body":34,"breadcrumbs":10,"title":3},"31":{"body":41,"breadcrumbs":12,"title":5},"32":{"body":39,"breadcrumbs":12,"title":5},"33":{"body":35,"breadcrumbs":10,"title":3},"34":{"body":40,"breadcrumbs":11,"title":4},"35":{"body":75,"breadcrumbs":8,"title":2},"36":{"body":20,"breadcrumbs":6,"title":1},"37":{"body":16,"breadcrumbs":7,"title":2},"38":{"body":23,"breadcrumbs":8,"title":3},"39":{"body":17,"breadcrumbs":7,"title":2},"4":{"body":106,"breadcrumbs":6,"title":2},"40":{"body":61,"breadcrumbs":7,"title":2},"41":{"body":152,"breadcrumbs":6,"title":1},"42":{"body":10,"breadcrumbs":8,"title":4},"43":{"body":116,"breadcrumbs":12,"title":4},"44":{"body":0,"breadcrumbs":8,"title":2},"45":{"body":39,"breadcrumbs":8,"title":2},"46":{"body":21,"breadcrumbs":8,"title":2},"47":{"body":29,"breadcrumbs":8,"title":2},"48":{"body":21,"breadcrumbs":9,"title":3},"49":{"body":19,"breadcrumbs":14,"title":5},"5":{"body":17,"breadcrumbs":6,"title":2},"50":{"body":120,"breadcrumbs":13,"title":4},"51":{"body":67,"breadcrumbs":14,"title":5},"52":{"body":24,"breadcrumbs":10,"title":1},"53":{"body":91,"breadcrumbs":10,"title":3},"54":{"body":10,"breadcrumbs":6,"title":3},"55":{"body":84,"breadcrumbs":11,"title":5},"56":{"body":86,"breadcrumbs":7,"title":2},"57":{"body":99,"breadcrumbs":5,"title":1},"58":{"body":119,"breadcrumbs":5,"title":1},"6":{"body":36,"breadcrumbs":7,"title":3},"7":{"body":86,"breadcrumbs":8,"title":4},"8":{"body":52,"breadcrumbs":8,"title":4},"9":{"body":51,"breadcrumbs":7,"title":3}},"docs":{"0":{"body":"This book focuses on the Nomos Testing Framework. It assumes familiarity with\\nthe Nomos architecture, but for completeness, here is a short primer. Nomos is a modular blockchain protocol composed of validators, executors,\\nand a data-availability (DA) subsystem. Validators participate in consensus and produce blocks. Executors run application logic or off-chain computations referenced by\\nblocks. Data Availability (DA) ensures that data referenced in blocks is\\npublished and retrievable, including blobs or channel data used by workloads. These roles interact tightly, which is why meaningful testing must be performed\\nin multi-node environments that include real networking, timing, and DA\\ninteraction.","breadcrumbs":"Project Context Primer » Project Context Primer","id":"0","title":"Project Context Primer"},"1":{"body":"This book gives you a clear mental model for Nomos multi-node testing, shows how\\nto author scenarios that pair realistic workloads with explicit expectations,\\nand guides you to run them across local, containerized, and cluster environments\\nwithout changing the plan.","breadcrumbs":"What You Will Learn » What You Will Learn","id":"1","title":"What You Will Learn"},"10":{"body":"Always run long enough for meaningful block production: #![allow(unused)] fn main() {\\n// Bad: too short\\n.with_run_duration(Duration::from_secs(5)) // Maybe 0-1 blocks // Good: enough blocks for assertions\\n.with_run_duration(Duration::from_secs(60)) // ~10+ blocks } The framework enforces minimum durations, but be explicit. Very short runs\\nrisk false confidence—one lucky block doesn’t prove liveness.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Minimum Run Windows","id":"10","title":"Minimum Run Windows"},"11":{"body":"These principles keep scenarios: Portable across environments (protocol time, declarative) Debuggable (determinism, separation of concerns) Meaningful (observable signals, sufficient duration) When authoring scenarios, ask: “Does this test the protocol behavior or\\nmy local environment quirks?”","breadcrumbs":"Part I — Foundations » Testing Philosophy » Summary","id":"11","title":"Summary"},"12":{"body":"Build the plan: Declare a topology, attach workloads and expectations, and set the run window. The plan is the single source of truth for what will happen. Deploy: Hand the plan to a deployer. It provisions the environment on the chosen backend and waits for nodes to signal readiness, then returns a Runner. Drive workloads: Start traffic and behaviors (transactions, data-availability activity, restarts) for the planned duration. Observe blocks and signals: Track block progression and other high-level metrics during or after the run window to ground assertions in protocol time. Evaluate expectations: Once activity stops (and optional cooldown completes), check liveness and workload-specific outcomes to decide pass or fail. Cleanup: Tear down resources so successive runs start fresh and do not inherit leaked state. Conceptual lifecycle diagram: Plan → Deploy → Readiness → Drive Workloads → Observe → Evaluate → Cleanup Mermaid view: flowchart LR P[Plan
topology + workloads + expectations] --> D[Deploy
deployer provisions] D --> R[Readiness
wait for nodes] R --> Run[Run
runner orchestrates] Run --> W[Drive Workloads] W --> O[Observe
blocks/metrics] O --> E[Evaluate Expectations] E --> C[Cleanup]","breadcrumbs":"Part I — Foundations » Scenario Lifecycle (Conceptual) » Scenario Lifecycle (Conceptual)","id":"12","title":"Scenario Lifecycle (Conceptual)"},"13":{"body":"Modular crates keep configuration, orchestration, workloads, and runners decoupled so each can evolve without breaking the others. Pluggable runners let the same scenario run on a laptop, a Docker host, or a Kubernetes cluster, making validation portable across environments. Separated workloads and expectations clarify intent: what traffic to generate versus how to judge success. This simplifies review and reuse. Declarative topology makes cluster shape explicit and repeatable, reducing surprise when moving between CI and developer machines. Maintainability through predictability: a clear flow from plan to deployment to verification lowers the cost of extending the framework and interpreting failures.","breadcrumbs":"Part I — Foundations » Design Rationale » Design Rationale","id":"13","title":"Design Rationale"},"14":{"body":"Practical guidance for shaping scenarios, combining workloads and expectations,\\nand running them across different environments.","breadcrumbs":"Part II — User Guide » Part II — User Guide","id":"14","title":"Part II — User Guide"},"15":{"body":"The workspace focuses on multi-node integration testing and sits alongside a nomos-node checkout. Its crates separate concerns to keep scenarios\\nrepeatable and portable: Configs: prepares high-level node, network, tracing, and wallet settings\\nused across test environments. Core scenario orchestration: the engine that holds topology descriptions,\\nscenario plans, runtimes, workloads, and expectations. Workflows: ready-made workloads (transactions, data-availability, chaos)\\nand reusable expectations assembled into a user-facing DSL. Runners: deployment backends for local processes, Docker Compose, and\\nKubernetes, all consuming the same scenario plan. Test workflows: example scenarios and integration checks that show how\\nthe pieces fit together. This split keeps configuration, orchestration, reusable traffic patterns, and\\ndeployment adapters loosely coupled while sharing one mental model for tests.","breadcrumbs":"Part II — User Guide » Workspace Layout » Workspace Layout","id":"15","title":"Workspace Layout"},"16":{"body":"High-level view of the workspace and how pieces relate: nomos-testing/\\n├─ testing-framework/\\n│ ├─ configs/ # shared configuration helpers\\n│ ├─ core/ # scenario model, runtime, topology\\n│ ├─ workflows/ # workloads, expectations, DSL extensions\\n│ └─ runners/ # local, compose, k8s deployment backends\\n├─ tests/ # integration scenarios using the framework\\n└─ scripts/ # supporting setup utilities (e.g., assets) Each area maps to a responsibility: describe configs, orchestrate scenarios,\\npackage common traffic and assertions, adapt to environments, and demonstrate\\nend-to-end usage.","breadcrumbs":"Part II — User Guide » Annotated Tree » Annotated Tree","id":"16","title":"Annotated Tree"},"17":{"body":"Creating a scenario is a declarative exercise: Shape the topology: decide how many validators and executors to run, and\\nwhat high-level network and data-availability characteristics matter for the\\ntest. Attach workloads: pick traffic generators that align with your goals\\n(transactions, data-availability blobs, or chaos for resilience probes). Define expectations: specify the health signals that must hold when the\\nrun finishes (e.g., consensus liveness, inclusion of submitted activity; see Core Content: Workloads & Expectations). Set duration: choose a run window long enough to observe meaningful\\nblock progression and the effects of your workloads. Choose a runner: target local processes for fast iteration, Docker\\nCompose for reproducible multi-node stacks, or Kubernetes for cluster-grade\\nvalidation. For environment considerations, see Operations. Keep scenarios small and explicit: make the intended behavior and the success\\ncriteria clear so failures are easy to interpret and act upon.","breadcrumbs":"Part II — User Guide » Authoring Scenarios » Authoring Scenarios","id":"17","title":"Authoring Scenarios"},"18":{"body":"Workloads describe the activity a scenario generates; expectations describe the\\nsignals that must hold when that activity completes. Both are pluggable so\\nscenarios stay readable and purpose-driven.","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Core Content: Workloads & Expectations","id":"18","title":"Core Content: Workloads & Expectations"},"19":{"body":"Transaction workload: submits user-level transactions at a configurable\\nrate and can limit how many distinct actors participate. Data-availability workload: drives blob and channel activity to exercise\\ndata-availability paths. Chaos workload: triggers controlled node restarts to test resilience and\\nrecovery behaviors (requires a runner that can control nodes).","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Workloads","id":"19","title":"Workloads"},"2":{"body":"Conceptual chapters that establish the mental model for the framework and how\\nit approaches multi-node testing.","breadcrumbs":"Part I — Foundations » Part I — Foundations","id":"2","title":"Part I — Foundations"},"20":{"body":"Consensus liveness: verifies the system continues to produce blocks in\\nline with the planned workload and timing window. Workload-specific checks: each workload can attach its own success\\ncriteria (e.g., inclusion of submitted activity) so scenarios remain concise. Together, workloads and expectations let you express both the pressure applied\\nto the system and the definition of “healthy” for that run. Workload pipeline (conceptual): Inputs (topology + wallets + rates) │ ▼\\nWorkload init → Drive traffic → Collect signals │ ▼ Expectations evaluate Mermaid view: flowchart TD I[Inputs
(topology + wallets + rates)] --> Init[Workload init] Init --> Drive[Drive traffic] Drive --> Collect[Collect signals] Collect --> Eval[Expectations evaluate]","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Expectations","id":"20","title":"Expectations"},"21":{"body":"Patterns that keep scenarios readable and reusable: Topology-first: start by shaping the cluster (counts, layout) so later\\nsteps inherit a clear foundation. Bundle defaults: use the DSL helpers to attach common expectations (like\\nliveness) whenever you add a matching workload, reducing forgotten checks. Intentional rates: express traffic in per-block terms to align with\\nprotocol timing rather than wall-clock assumptions. Opt-in chaos: enable restart patterns only in scenarios meant to probe\\nresilience; keep functional smoke tests deterministic. Wallet clarity: seed only the number of actors you need; it keeps\\ntransaction scenarios deterministic and interpretable. These patterns make scenario definitions self-explanatory while staying aligned\\nwith the framework’s block-oriented timing model.","breadcrumbs":"Part II — User Guide » Core Content: ScenarioBuilderExt Patterns » Core Content: ScenarioBuilderExt Patterns","id":"21","title":"Core Content: ScenarioBuilderExt Patterns"},"22":{"body":"State your intent: document the goal of each scenario (throughput, DA\\nvalidation, resilience) so expectation choices are obvious. Keep runs meaningful: choose durations that allow multiple blocks and make\\ntiming-based assertions trustworthy. Separate concerns: start with deterministic workloads for functional\\nchecks; add chaos in dedicated resilience scenarios to avoid noisy failures. Reuse patterns: standardize on shared topology and workload presets so\\nresults are comparable across environments and teams. Observe first, tune second: rely on liveness and inclusion signals to\\ninterpret outcomes before tweaking rates or topology. Environment fit: pick runners that match the feedback loop you need—local\\nfor speed, compose for reproducible stacks, k8s for cluster-grade fidelity. Minimal surprises: seed only necessary wallets and keep configuration\\ndeltas explicit when moving between CI and developer machines.","breadcrumbs":"Part II — User Guide » Best Practices » Best Practices","id":"22","title":"Best Practices"},"23":{"body":"Concrete scenario shapes that illustrate how to combine topologies, workloads,\\nand expectations. Adjust counts, rates, and durations to fit your environment.","breadcrumbs":"Part II — User Guide » Examples » Examples","id":"23","title":"Examples"},"24":{"body":"Topology: two validators. Workload: transaction submissions at a modest per-block rate with a small\\nset of wallet actors. Expectations: consensus liveness and inclusion of submitted activity. When to use: smoke tests for consensus and transaction flow on minimal\\nhardware.","breadcrumbs":"Part II — User Guide » Examples » Simple 2-validator transaction workload","id":"24","title":"Simple 2-validator transaction workload"},"25":{"body":"Topology: validators plus executors if available. Workloads: data-availability blobs/channels and transactions running\\ntogether to stress both paths. Expectations: consensus liveness and workload-level inclusion/availability\\nchecks. When to use: end-to-end coverage of transaction and DA layers in one run.","breadcrumbs":"Part II — User Guide » Examples » DA + transaction workload","id":"25","title":"DA + transaction workload"},"26":{"body":"Topology: validators (optionally executors) with node control enabled. Workloads: baseline traffic (transactions or DA) plus chaos restarts on\\nselected roles. Expectations: consensus liveness to confirm the system keeps progressing\\ndespite restarts; workload-specific inclusion if traffic is present. When to use: resilience validation and operational readiness drills.","breadcrumbs":"Part II — User Guide » Examples » Chaos + liveness check","id":"26","title":"Chaos + liveness check"},"27":{"body":"These illustrative scenarios stretch the framework to show how to build new\\nworkloads, expectations, deployers, and topology tricks. They are intentionally\\n“synthetic” to teach capabilities rather than prescribe production tests.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Advanced & Artificial Examples","id":"27","title":"Advanced & Artificial Examples"},"28":{"body":"Idea: inject fake latency between node interactions using internal timers,\\nnot OS-level tooling. Demonstrates: sequencing control inside a workload, verifying protocol\\nprogression under induced lag, using timers to pace submissions. Shape: wrap submissions in delays that mimic slow peers; ensure the\\nexpectation checks blocks still progress.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Synthetic Delay Workload (Network Latency Simulation)","id":"28","title":"Synthetic Delay Workload (Network Latency Simulation)"},"29":{"body":"Idea: traffic rate changes every block or N seconds (e.g., blocks 1–3 low,\\n4–5 high, 6–7 zero, repeat). Demonstrates: dynamic, stateful workloads that use RunMetrics to time\\nphases; modeling real-world burstiness. Shape: schedule per-phase rates; confirm inclusion/liveness across peaks\\nand troughs.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Oscillating Load Workload (Traffic Waves)","id":"29","title":"Oscillating Load Workload (Traffic Waves)"},"3":{"body":"The Nomos Testing Framework is a purpose-built toolkit for exercising Nomos in\\nrealistic, multi-node environments. It solves the gap between small, isolated\\ntests and full-system validation by letting teams describe a cluster layout,\\ndrive meaningful traffic, and assert the outcomes in one coherent plan. It is for protocol engineers, infrastructure operators, and QA teams who need\\nrepeatable confidence that validators, executors, and data-availability\\ncomponents work together under network and timing constraints. Multi-node integration testing is required because many Nomos behaviors—block\\nprogress, data availability, liveness under churn—only emerge when several\\nroles interact over real networking and time. This framework makes those checks\\ndeclarative, observable, and portable across environments.","breadcrumbs":"Part I — Foundations » Introduction » Introduction","id":"3","title":"Introduction"},"30":{"body":"Idea: a workload that drops half its planned submissions, sometimes\\ndouble-submits, and intentionally triggers expectation failures. Demonstrates: negative testing, resilience checks, and the value of clear\\nexpectations when behavior is adversarial by design. Shape: parameterize drop/double-submit probabilities; pair with an\\nexpectation that documents what “bad” looks like.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Byzantine Behavior Mock","id":"30","title":"Byzantine Behavior Mock"},"31":{"body":"Idea: assert the last few blocks differ and block time stays within a\\ntolerated drift budget. Demonstrates: consuming BlockFeed or time-series metrics to validate\\nprotocol cadence; crafting post-run assertions around block diversity and\\ntiming. Shape: collect recent blocks, confirm no duplicates, and compare observed\\nintervals to a drift threshold.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Custom Expectation: Block Finality Drift","id":"31","title":"Custom Expectation: Block Finality Drift"},"32":{"body":"Idea: a deployer that never starts nodes; it emits configs, simulates\\nreadiness, provides fake blockfeed/metrics. Demonstrates: full power of the deployer interface for CI dry-runs,\\nconfig verification, and ultra-fast feedback without Nomos binaries. Shape: produce logs/artifacts, stub readiness, and feed synthetic blocks\\nso expectations can still run.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Custom Deployer: Dry-Run Deployer","id":"32","title":"Custom Deployer: Dry-Run Deployer"},"33":{"body":"Idea: topology parameters change at runtime (random validators, DA\\nsettings, network shapes). Demonstrates: randomized property testing and fuzzing approaches to\\ntopology building. Shape: pick roles and network layouts randomly per run; keep expectations\\ntolerant to variability while still asserting core liveness.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Stochastic Topology Generator","id":"33","title":"Stochastic Topology Generator"},"34":{"body":"Idea: scenario runs in phases (e.g., phase 1 transactions, phase 2 DA,\\nphase 3 restarts, phase 4 sync check). Demonstrates: multi-stage tests, modular scenario assembly, and deliberate\\nlifecycle control. Shape: drive phase-specific workloads/expectations sequentially; enforce\\nclear boundaries and post-phase checks.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Multi-Phase Scenario (“Pipelines”)","id":"34","title":"Multi-Phase Scenario (“Pipelines”)"},"35":{"body":"Running a scenario follows the same conceptual flow regardless of environment: Select or author a scenario plan that pairs a topology with workloads,\\nexpectations, and a suitable run window. Choose a runner aligned with your environment (local, compose, or k8s) and\\nensure its prerequisites are available. Deploy the plan through the runner; wait for readiness signals before\\nstarting workloads. Let workloads drive activity for the planned duration; keep observability\\nsignals visible so you can correlate outcomes. Evaluate expectations and capture results as the primary pass/fail signal. Use the same plan across different runners to compare behavior between local\\ndevelopment and CI or cluster settings. For environment prerequisites and\\nflags, see Operations.","breadcrumbs":"Part II — User Guide » Running Scenarios » Running Scenarios","id":"35","title":"Running Scenarios"},"36":{"body":"Runners turn a scenario plan into a live environment while keeping the plan\\nunchanged. Choose based on feedback speed, reproducibility, and fidelity. For\\nenvironment and operational considerations, see Operations:","breadcrumbs":"Part II — User Guide » Runners » Runners","id":"36","title":"Runners"},"37":{"body":"Launches node processes directly on the host. Fastest feedback loop and minimal orchestration overhead. Best for development-time iteration and debugging.","breadcrumbs":"Part II — User Guide » Runners » Local runner","id":"37","title":"Local runner"},"38":{"body":"Starts nodes in containers to provide a reproducible multi-node stack on a\\nsingle machine. Discovers service ports and wires observability for convenient inspection. Good balance between fidelity and ease of setup.","breadcrumbs":"Part II — User Guide » Runners » Docker Compose runner","id":"38","title":"Docker Compose runner"},"39":{"body":"Deploys nodes onto a cluster for higher-fidelity, longer-running scenarios. Suits CI or shared environments where cluster behavior and scheduling matter.","breadcrumbs":"Part II — User Guide » Runners » Kubernetes runner","id":"39","title":"Kubernetes runner"},"4":{"body":"The framework follows a clear flow: Topology → Scenario → Deploy → Run → Verify. Topology describes the cluster: how many nodes, their roles, and the high-level network and data-availability parameters they should follow. Scenario combines that topology with the activities to run and the checks to perform, forming a single plan. Deployer provisions infrastructure on the chosen backend (local processes, Docker Compose, or Kubernetes), waits for readiness, and returns a Runner. Runner orchestrates execution: starts workloads, observes signals, evaluates expectations, and cleans up. Workloads generate traffic and conditions that exercise the system. Expectations observe the run and judge success or failure once activity completes. flowchart LR A(Topology
shape cluster) --> B(Scenario
plan) B --> C(Deployer
provision infrastructure) C --> D(Runner
orchestrate execution) D --> E(Workloads
drive traffic) E --> F(Expectations
verify outcomes) Each layer has a narrow responsibility so that cluster shape, deployment choice,\\ntraffic generation, and health checks can evolve independently while fitting\\ntogether predictably.","breadcrumbs":"Part I — Foundations » Architecture Overview » Architecture Overview","id":"4","title":"Architecture Overview"},"40":{"body":"All runners require at least one validator and, for transaction scenarios,\\naccess to seeded wallets. Readiness probes gate workload start so traffic begins only after nodes are\\nreachable. Environment flags can relax timeouts or increase tracing when diagnostics are\\nneeded. Runner abstraction: Scenario Plan │ ▼\\nRunner (local | compose | k8s) │ provisions env + readiness ▼\\nRuntime + Observability │ ▼\\nWorkloads / Expectations execute Mermaid view: flowchart TD Plan[Scenario Plan] --> RunSel{Runner
(local | compose | k8s)} RunSel --> Provision[Provision & readiness] Provision --> Runtime[Runtime + observability] Runtime --> Exec[Workloads & Expectations execute]","breadcrumbs":"Part II — User Guide » Runners » Common expectations","id":"40","title":"Common expectations"},"41":{"body":"Operational readiness focuses on prerequisites, environment fit, and clear\\nsignals: Prerequisites: keep a sibling nomos-node checkout available; ensure the\\nchosen runner’s platform needs are met (local binaries for host runs, Docker\\nfor compose, cluster access for k8s). Artifacts: some scenarios depend on prover or circuit assets; fetch them\\nahead of time with the provided helper scripts when needed. Environment flags: use slow-environment toggles to relax timeouts, enable\\ntracing when debugging, and adjust observability ports to avoid clashes. Readiness checks: verify runners report node readiness before starting\\nworkloads; this avoids false negatives from starting too early. Failure triage: map failures to missing prerequisites (wallet seeding,\\nnode control availability), runner platform issues, or unmet expectations.\\nStart with liveness signals, then dive into workload-specific assertions. Treat operational hygiene—assets present, prerequisites satisfied, observability\\nreachable—as the first step to reliable scenario outcomes. Metrics and observability flow: Runner exposes endpoints/ports │ ▼\\nRuntime collects block/health signals │ ▼\\nExpectations consume signals to decide pass/fail │ ▼\\nOperators inspect logs/metrics when failures arise Mermaid view: flowchart TD Expose[Runner exposes endpoints/ports] --> Collect[Runtime collects block/health signals] Collect --> Consume[Expectations consume signals
decide pass/fail] Consume --> Inspect[Operators inspect logs/metrics
when failures arise]","breadcrumbs":"Part II — User Guide » Operations » Operations","id":"41","title":"Operations"},"42":{"body":"Deep dives for contributors who extend the framework, evolve its abstractions,\\nor maintain the crate set.","breadcrumbs":"Part III — Developer Reference » Part III — Developer Reference","id":"42","title":"Part III — Developer Reference"},"43":{"body":"The scenario model defines clear, composable responsibilities: Topology: a declarative description of the cluster—how many nodes, their\\nroles, and the broad network and data-availability characteristics. It\\nrepresents the intended shape of the system under test. Scenario: a plan combining topology, workloads, expectations, and a run\\nwindow. Building a scenario validates prerequisites (like seeded wallets) and\\nensures the run lasts long enough to observe meaningful block progression. Workloads: asynchronous tasks that generate traffic or conditions. They\\nuse shared context to interact with the deployed cluster and may bundle\\ndefault expectations. Expectations: post-run assertions. They can capture baselines before\\nworkloads start and evaluate success once activity stops. Runtime: coordinates workloads and expectations for the configured\\nduration, enforces cooldowns when control actions occur, and ensures cleanup\\nso runs do not leak resources. Developers extending the model should keep these boundaries strict: topology\\ndescribes, scenarios assemble, runners deploy, workloads drive, and expectations\\njudge outcomes. For guidance on adding new capabilities, see Extending the Framework.","breadcrumbs":"Part III — Developer Reference » Scenario Model (Developer Level) » Scenario Model (Developer Level)","id":"43","title":"Scenario Model (Developer Level)"},"44":{"body":"","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Extending the Framework","id":"44","title":"Extending the Framework"},"45":{"body":"Implement testing_framework_core::scenario::Workload: Provide a name and any bundled expectations. In init, derive inputs from GeneratedTopology and RunMetrics; fail\\nfast if prerequisites are missing (e.g., wallet data, node addresses). In start, drive async traffic using the RunContext clients. Expose the workload from a module under testing-framework/workflows and\\nconsider adding a DSL helper for ergonomic wiring.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding a workload","id":"45","title":"Adding a workload"},"46":{"body":"Implement testing_framework_core::scenario::Expectation: Use start_capture to snapshot baseline metrics. Use evaluate to assert outcomes after workloads finish; return all errors\\nso the runner can aggregate them. Export it from testing-framework/workflows if it is reusable.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding an expectation","id":"46","title":"Adding an expectation"},"47":{"body":"Implement testing_framework_core::scenario::Deployer for your backend. Produce a RunContext with NodeClients, metrics endpoints, and optional NodeControlHandle. Guard cleanup with CleanupGuard to reclaim resources even on failures. Mirror the readiness and block-feed probes used by the existing runners so\\nworkloads can rely on consistent signals.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding a runner","id":"47","title":"Adding a runner"},"48":{"body":"Extend testing_framework_core::topology::TopologyBuilder with new layouts or\\nconfiguration presets (e.g., specialized DA parameters). Keep defaults safe:\\nensure at least one participant and clamp dispersal factors as the current\\nhelpers do.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding topology helpers","id":"48","title":"Adding topology helpers"},"49":{"body":"A minimal, end-to-end illustration of adding a custom workload and matching\\nexpectation. This shows the shape of the traits and where to plug into the\\nframework; expand the logic to fit your real test.","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Example: New Workload & Expectation (Rust)","id":"49","title":"Example: New Workload & Expectation (Rust)"},"5":{"body":"This framework embodies specific principles that shape how you author and run\\nscenarios. Understanding these principles helps you write effective tests and\\ninterpret results correctly.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Testing Philosophy","id":"5","title":"Testing Philosophy"},"50":{"body":"Key ideas: name: identifies the workload in logs. expectations: workloads can bundle defaults so callers don’t forget checks. init: derive inputs from the generated topology (e.g., pick a target node). start: drive async activity using the shared RunContext. #![allow(unused)] fn main() {\\nuse std::sync::Arc;\\nuse async_trait::async_trait;\\nuse testing_framework_core::scenario::{ DynError, Expectation, RunContext, RunMetrics, Workload,\\n};\\nuse testing_framework_core::topology::GeneratedTopology; pub struct ReachabilityWorkload { target_idx: usize, bundled: Vec>,\\n} impl ReachabilityWorkload { pub fn new(target_idx: usize) -> Self { Self { target_idx, bundled: vec![Box::new(ReachabilityExpectation::new(target_idx))], } }\\n} #[async_trait]\\nimpl Workload for ReachabilityWorkload { fn name(&self) -> &\'static str { \\"reachability_workload\\" } fn expectations(&self) -> Vec> { self.bundled.clone() } fn init( &mut self, topology: &GeneratedTopology, _metrics: &RunMetrics, ) -> Result<(), DynError> { if topology.validators().get(self.target_idx).is_none() { return Err(\\"no validator at requested index\\".into()); } Ok(()) } async fn start(&self, ctx: &RunContext) -> Result<(), DynError> { let client = ctx .clients() .validators() .get(self.target_idx) .ok_or(\\"missing target client\\")?; // Pseudo-action: issue a lightweight RPC to prove reachability. client.health_check().await.map_err(|e| e.into()) }\\n} }","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Workload: simple reachability probe","id":"50","title":"Workload: simple reachability probe"},"51":{"body":"Key ideas: start_capture: snapshot baseline if needed (not used here). evaluate: assert the condition after workloads finish. #![allow(unused)] fn main() {\\nuse async_trait::async_trait;\\nuse testing_framework_core::scenario::{DynError, Expectation, RunContext}; pub struct ReachabilityExpectation { target_idx: usize,\\n} impl ReachabilityExpectation { pub fn new(target_idx: usize) -> Self { Self { target_idx } }\\n} #[async_trait]\\nimpl Expectation for ReachabilityExpectation { fn name(&self) -> &str { \\"target_reachable\\" } async fn evaluate(&mut self, ctx: &RunContext) -> Result<(), DynError> { let client = ctx .clients() .validators() .get(self.target_idx) .ok_or(\\"missing target client\\")?; client.health_check().await.map_err(|e| { format!(\\"target became unreachable during run: {e}\\").into() }) }\\n} }","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Expectation: confirm the target stayed reachable","id":"51","title":"Expectation: confirm the target stayed reachable"},"52":{"body":"Build your scenario as usual and call .with_workload(ReachabilityWorkload::new(0)). The bundled expectation is attached automatically; you can add more with .with_expectation(...) if needed. Keep the logic minimal and fast for smoke tests; grow it into richer probes\\nfor deeper scenarios.","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » How to wire it","id":"52","title":"How to wire it"},"53":{"body":"High-level roles of the crates that make up the framework: Configs: prepares reusable configuration primitives for nodes, networking,\\ntracing, data availability, and wallets, shared by all scenarios and runners. Core scenario orchestration: houses the topology and scenario model,\\nruntime coordination, node clients, and readiness/health probes. Workflows: packages workloads and expectations into reusable building\\nblocks and offers a fluent DSL to assemble them. Runners: implements deployment backends (local host, Docker Compose,\\nKubernetes) that all consume the same scenario plan. Test workflows: example scenarios and integration checks that exercise the\\nframework end to end and serve as living documentation. Use this map to locate where to add new capabilities: configuration primitives\\nin configs, orchestration changes in core, reusable traffic/assertions in\\nworkflows, environment adapters in runners, and demonstrations in tests.","breadcrumbs":"Part III — Developer Reference » Internal Crate Reference » Internal Crate Reference","id":"53","title":"Internal Crate Reference"},"54":{"body":"Quick-reference material and supporting guidance to keep scenarios discoverable,\\ndebuggable, and consistent.","breadcrumbs":"Part IV — Appendix » Part IV — Appendix","id":"54","title":"Part IV — Appendix"},"55":{"body":"The framework offers a fluent builder style to keep scenarios readable. Common\\nknobs: Topology shaping: set validator and executor counts, pick a network layout\\nstyle, and adjust high-level data-availability traits. Wallet seeding: define how many users participate and the total funds\\navailable for transaction workloads. Workload tuning: configure transaction rates, data-availability channel\\nand blob rates, and whether chaos restarts should include validators,\\nexecutors, or both. Expectations: attach liveness and workload-specific checks so success is\\nexplicit. Run window: set a minimum duration long enough for multiple blocks to be\\nobserved and verified. Use these knobs to express intent clearly, keeping scenario definitions concise\\nand consistent across teams.","breadcrumbs":"Part IV — Appendix » DSL Cheat Sheet » Core Content: DSL Cheat Sheet","id":"55","title":"Core Content: DSL Cheat Sheet"},"56":{"body":"Common symptoms and likely causes: No or slow block progression: runner started workloads before readiness, insufficient run window, or environment too slow—extend duration or enable slow-environment tuning. Transactions not included: missing or insufficient wallet seeding, misaligned transaction rate with block cadence, or network instability—reduce rate and verify wallet setup. Chaos stalls the run: node control not available for the chosen runner or restart cadence too aggressive—enable control capability and widen restart intervals. Observability gaps: metrics or logs unreachable because ports clash or services are not exposed—adjust observability ports and confirm runner wiring. Flaky behavior across runs: mixing chaos with functional smoke tests or inconsistent topology between environments—separate deterministic and chaos scenarios and standardize topology presets.","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Troubleshooting Scenarios","id":"56","title":"Troubleshooting Scenarios"},"57":{"body":"Why block-oriented timing? Using block cadence reduces dependence on host speed and keeps assertions aligned\\nwith protocol behavior. Can I reuse the same scenario across runners? Yes. The plan stays the same; swap runners (local, compose, k8s) to target\\ndifferent environments. When should I enable chaos workloads? Only when testing resilience or operational recovery; keep functional smoke\\ntests deterministic. How long should runs be? Long enough for multiple blocks so liveness and inclusion checks are\\nmeaningful; very short runs risk false confidence. Do I always need seeded wallets? Only for transaction scenarios. Data-availability or pure chaos scenarios may\\nnot require them, but liveness checks still need validators producing blocks. What if expectations fail but workloads “look fine”? Trust expectations first—they capture the intended success criteria. Use the\\nobservability signals and runner logs to pinpoint why the system missed the\\ntarget.","breadcrumbs":"Part IV — Appendix » FAQ » FAQ","id":"57","title":"FAQ"},"58":{"body":"Validator: node role responsible for participating in consensus and block\\nproduction. Executor: node role that processes transactions or workloads delegated by\\nvalidators. DA (Data Availability): subsystem ensuring blobs or channel data are\\npublished and retrievable for validation. Deployer: component that provisions infrastructure (spawns processes,\\ncreates containers, or launches pods), waits for readiness, and returns a\\nRunner. Examples: LocalDeployer, ComposeRunner, K8sRunner. Runner: component returned by deployers that orchestrates scenario\\nexecution—starts workloads, observes signals, evaluates expectations, and\\ntriggers cleanup. Workload: traffic or behavior generator that exercises the system during a\\nscenario run. Expectation: post-run assertion that judges whether the system met the\\nintended success criteria. Topology: declarative description of the cluster shape, roles, and\\nhigh-level parameters for a scenario. Scenario: immutable plan combining topology, workloads, expectations, and\\nrun duration. Blockfeed: stream of block observations used for liveness or inclusion\\nsignals during a run. Control capability: the ability for a runner to start, stop, or restart\\nnodes, used by chaos workloads.","breadcrumbs":"Part IV — Appendix » Glossary » Glossary","id":"58","title":"Glossary"},"6":{"body":"Describe what you want to test, not how to orchestrate it: #![allow(unused)] fn main() {\\n// Good: declarative\\nScenarioBuilder::with_node_counts(2, 1) .transactions().rate(5).apply() .expect_consensus_liveness() .build(); // Bad: imperative (framework doesn\'t work this way)\\n// spawn_validator(); spawn_executor(); // loop { submit_tx(); check_block(); } } Why it matters: The framework handles deployment, readiness, and cleanup.\\nYou focus on test intent, not infrastructure orchestration.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Declarative over Imperative","id":"6","title":"Declarative over Imperative"},"7":{"body":"Reason in blocks and consensus intervals, not wall-clock seconds: #![allow(unused)] fn main() {\\n// Good: protocol-oriented thinking\\nlet plan = ScenarioBuilder::with_node_counts(2, 1) .transactions().rate(5).apply() // 5 tx per block .with_run_duration(Duration::from_secs(60)) // Let framework calculate expected blocks .expect_consensus_liveness() // \\"Did we produce the expected blocks?\\" .build(); // Bad: wall-clock assumptions\\n// \\"I expect exactly 10 blocks in 60 seconds\\"\\n// This breaks on slow CI where blocks might take 7s instead of 6s } Why it matters: Block production timing varies across environments—fast on\\na laptop (5s/block), slow on overloaded CI (8s/block). The framework calculates\\nexpected blocks based on configured slot duration, making assertions\\nenvironment-independent. Assert on “blocks produced relative to the run window”\\nnot “blocks produced per wall-clock second”.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Protocol Time, Not Wall Time","id":"7","title":"Protocol Time, Not Wall Time"},"8":{"body":"Default scenarios are repeatable: Fixed topology Predictable traffic rates Deterministic checks Chaos is opt-in: #![allow(unused)] fn main() {\\n// Separate: functional test (deterministic)\\nlet plan = ScenarioBuilder::with_node_counts(2, 1) .transactions().rate(5).apply() .expect_consensus_liveness() .build(); // Separate: chaos test (introduces randomness)\\nlet chaos_plan = ScenarioBuilder::with_node_counts(3, 2) .enable_node_control() .chaos().restart().apply() .transactions().rate(5).apply() .expect_consensus_liveness() .build(); } Why it matters: Mixing determinism with chaos creates noisy, hard-to-debug\\nfailures. Separate concerns make failures actionable.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Determinism First, Chaos When Needed","id":"8","title":"Determinism First, Chaos When Needed"},"9":{"body":"Prefer user-facing signals over internal state: Good checks: ✅ Blocks progressing at expected rate (liveness) ✅ Transactions included within N blocks (inclusion) ✅ DA blobs retrievable (availability) Avoid internal checks: ❌ Memory pool size ❌ Internal service state ❌ Cache hit rates Why it matters: User-facing signals reflect actual system health.\\nInternal state can be “healthy” while the system is broken from a user\\nperspective.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Observable Health Signals","id":"9","title":"Observable Health Signals"}},"length":59,"save":true},"fields":["title","body","breadcrumbs"],"index":{"body":{"root":{"0":{"df":1,"docs":{"10":{"tf":1.0}}},"1":{"0":{"df":2,"docs":{"10":{"tf":1.0},"7":{"tf":1.0}}},"df":5,"docs":{"10":{"tf":1.0},"34":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}},"–":{"3":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}},"2":{"df":3,"docs":{"24":{"tf":1.0},"34":{"tf":1.0},"8":{"tf":1.0}}},"3":{"df":1,"docs":{"34":{"tf":1.0}}},"4":{"df":1,"docs":{"34":{"tf":1.0}},"–":{"5":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}},"5":{"df":1,"docs":{"7":{"tf":1.0}},"s":{"/":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"6":{"0":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"7":{"tf":1.0}}},"–":{"7":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}},"7":{"df":0,"docs":{},"s":{"df":1,"docs":{"7":{"tf":1.0}}}},"8":{"df":0,"docs":{},"s":{"/":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"a":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"58":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"40":{"tf":1.0},"42":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"43":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0}}}},"v":{"df":10,"docs":{"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"50":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"19":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"53":{"tf":1.0}}}}},"d":{"df":4,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"df":6,"docs":{"43":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"23":{"tf":1.0},"41":{"tf":1.0},"55":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"30":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"46":{"tf":1.0}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"56":{"tf":1.0}}}}}}}}}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":4,"docs":{"17":{"tf":1.0},"21":{"tf":1.4142135623730951},"35":{"tf":1.0},"57":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":6,"docs":{"10":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}}}}},"df":1,"docs":{"22":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"10":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"54":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"0":{"tf":1.0}}},"df":1,"docs":{"20":{"tf":1.0}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"2":{"tf":1.0},"33":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"4":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"41":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"15":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":14,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.4142135623730951},"33":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"7":{"tf":1.4142135623730951}}}},"t":{"df":2,"docs":{"16":{"tf":1.0},"41":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"0":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{":":{":":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":3,"docs":{"45":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"43":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":6,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"17":{"tf":1.0},"35":{"tf":1.0},"5":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":17,"docs":{"0":{"tf":1.4142135623730951},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"35":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.7320508075688772},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"22":{"tf":1.0},"41":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"df":0,"docs":{}}}}},"b":{"(":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"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":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{}}}}},"d":{"df":4,"docs":{"10":{"tf":1.0},"30":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"38":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":3,"docs":{"22":{"tf":1.0},"36":{"tf":1.0},"7":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"26":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0}}}}}}}},"df":1,"docs":{"4":{"tf":1.0}},"e":{"c":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"22":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"56":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"40":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":10,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"30":{"tf":1.4142135623730951},"35":{"tf":1.0},"39":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"22":{"tf":1.0},"37":{"tf":1.0}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":7,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"56":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"32":{"tf":1.0},"41":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"b":{"df":6,"docs":{"0":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0},"9":{"tf":1.0}},"s":{"/":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"41":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":21,"docs":{"0":{"tf":1.7320508075688772},"10":{"tf":2.23606797749979},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.4142135623730951},"31":{"tf":2.23606797749979},"32":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":2.0},"58":{"tf":1.4142135623730951},"7":{"tf":3.1622776601683795},"9":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"e":{"df":2,"docs":{"31":{"tf":1.0},"58":{"tf":1.0}},"e":{"d":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"0":{"tf":1.0},"1":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"18":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":1.0},"55":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"34":{"tf":1.0},"43":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"13":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"a":{"d":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"9":{"tf":1.0}}}}}}},"u":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":9,"docs":{"12":{"tf":1.0},"27":{"tf":1.0},"33":{"tf":1.0},"43":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":5,"docs":{"21":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.7320508075688772},"52":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"29":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"z":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"c":{"(":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}},"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":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"9":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"31":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"52":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"27":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"35":{"tf":1.0},"43":{"tf":1.0},"57":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"56":{"tf":1.0}}}}},"df":1,"docs":{"4":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"1":{"tf":1.0},"29":{"tf":1.0},"33":{"tf":1.0},"53":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"0":{"tf":1.0},"19":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0}}}}}},"o":{"df":11,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.7320508075688772},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"8":{"tf":2.0}},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"43":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":19,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"41":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"41":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"22":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"17":{"tf":1.4142135623730951},"22":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"56":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}}}}},"i":{"df":6,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"7":{"tf":1.4142135623730951}},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"48":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"41":{"tf":1.0},"56":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":5,"docs":{"12":{"tf":1.4142135623730951},"43":{"tf":1.0},"47":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0}},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"r":{"df":9,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"|":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":4,"docs":{"45":{"tf":1.0},"50":{"tf":1.7320508075688772},"51":{"tf":1.7320508075688772},"53":{"tf":1.0}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":12,"docs":{"1":{"tf":1.0},"13":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.4142135623730951},"4":{"tf":1.7320508075688772},"41":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0}},"—":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"43":{"tf":1.0}}}}}}}}}}}},"o":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"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":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"41":{"tf":1.0}}}}}}}}},"df":3,"docs":{"20":{"tf":1.4142135623730951},"31":{"tf":1.0},"41":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"14":{"tf":1.0},"23":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"40":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"22":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"18":{"tf":1.0},"4":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"3":{"tf":1.0},"58":{"tf":1.4142135623730951}}},"s":{"df":13,"docs":{"0":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"58":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":4,"docs":{"12":{"tf":1.4142135623730951},"2":{"tf":1.0},"20":{"tf":1.0},"35":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"8":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"20":{"tf":1.0},"55":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"4":{"tf":1.0},"43":{"tf":1.0},"51":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"3":{"tf":1.0},"57":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":4,"docs":{"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"r":{"df":10,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.4142135623730951},"55":{"tf":1.0},"7":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"df":5,"docs":{"26":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"51":{"tf":1.0},"56":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":8,"docs":{"0":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.0},"58":{"tf":1.0},"7":{"tf":1.0}}}}}},"i":{"d":{"df":1,"docs":{"45":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.0},"36":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"47":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"m":{"df":4,"docs":{"15":{"tf":1.0},"31":{"tf":1.0},"41":{"tf":1.7320508075688772},"53":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"38":{"tf":1.0},"58":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"1":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"55":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"0":{"tf":1.0},"43":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"20":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"42":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":8,"docs":{"19":{"tf":1.4142135623730951},"26":{"tf":1.0},"28":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"38":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"12":{"tf":1.0},"43":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"43":{"tf":1.0},"53":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":8,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"33":{"tf":1.0},"53":{"tf":1.4142135623730951},"55":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"21":{"tf":1.0},"23":{"tf":1.0},"55":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"15":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"42":{"tf":1.0},"53":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"17":{"tf":1.0},"58":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":4,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"x":{"df":2,"docs":{"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":3,"docs":{"31":{"tf":1.0},"32":{"tf":1.0},"49":{"tf":1.0}}}}}}}},"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"[":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"12":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"a":{"df":9,"docs":{"0":{"tf":1.7320508075688772},"22":{"tf":1.0},"25":{"tf":1.4142135623730951},"26":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.0},"9":{"tf":1.0}},"t":{"a":{"df":14,"docs":{"0":{"tf":2.0},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"25":{"tf":1.0},"3":{"tf":1.4142135623730951},"4":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":2,"docs":{"12":{"tf":1.0},"4":{"tf":1.0}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":3,"docs":{"37":{"tf":1.0},"41":{"tf":1.0},"8":{"tf":1.0}},"g":{"df":2,"docs":{"11":{"tf":1.0},"54":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"41":{"tf":1.0}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"r":{"df":8,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"3":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"42":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":5,"docs":{"21":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"17":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"20":{"tf":1.0},"21":{"tf":1.0},"55":{"tf":1.0}}}}}}},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"28":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"58":{"tf":1.0}}}},"i":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"34":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"a":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":9,"docs":{"16":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"53":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"41":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":13,"docs":{"12":{"tf":1.7320508075688772},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"27":{"tf":1.0},"32":{"tf":2.0},"35":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"53":{"tf":1.0},"58":{"tf":1.4142135623730951},"6":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"45":{"tf":1.0},"50":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":6,"docs":{"16":{"tf":1.0},"18":{"tf":1.4142135623730951},"3":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"13":{"tf":1.0},"30":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"11":{"tf":1.0},"8":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":6,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.4142135623730951}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"14":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"57":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"37":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"38":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"54":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"41":{"tf":1.0},"42":{"tf":1.0}},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"31":{"tf":1.0}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"22":{"tf":1.0},"30":{"tf":1.0},"53":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"\'":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"32":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.7320508075688772}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"26":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"[":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}},"df":9,"docs":{"12":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"3":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0}},"n":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"p":{"/":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"30":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"l":{"df":6,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.0},"45":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":12,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":3,"docs":{"12":{"tf":1.0},"51":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"50":{"tf":1.7320508075688772},"51":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}},"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":8,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"12":{"tf":1.0}}}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"13":{"tf":1.0},"16":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"41":{"tf":1.0}}}}},"s":{"df":1,"docs":{"38":{"tf":1.0}},"i":{"df":1,"docs":{"17":{"tf":1.0}}}}},"df":2,"docs":{"12":{"tf":1.0},"4":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"3":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"21":{"tf":1.0},"26":{"tf":1.0},"41":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"d":{"df":4,"docs":{"16":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"10":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"15":{"tf":1.0},"3":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":5,"docs":{"10":{"tf":1.4142135623730951},"17":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":7,"docs":{"0":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.4142135623730951},"48":{"tf":1.0},"58":{"tf":1.0}}}}},"v":{"df":1,"docs":{"40":{"tf":1.0}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":21,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"3":{"tf":1.4142135623730951},"35":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.7320508075688772},"53":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"7":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"56":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"r":{"(":{"\\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"50":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"46":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"2":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"a":{"df":0,"docs":{},"l":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":8,"docs":{"12":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"35":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"47":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":3,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":6,"docs":{"15":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"4":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"r":{"df":7,"docs":{"0":{"tf":1.4142135623730951},"17":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"55":{"tf":1.4142135623730951},"58":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":6,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":3,"docs":{"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":38,"docs":{"1":{"tf":1.0},"12":{"tf":2.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"20":{"tf":1.7320508075688772},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"30":{"tf":1.7320508075688772},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"40":{"tf":1.7320508075688772},"41":{"tf":1.4142135623730951},"43":{"tf":2.23606797749979},"45":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.4142135623730951},"50":{"tf":2.0},"51":{"tf":1.7320508075688772},"52":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.7320508075688772},"7":{"tf":2.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"55":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}},"s":{"df":2,"docs":{"41":{"tf":1.4142135623730951},"45":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"—":{"a":{"d":{"df":0,"docs":{},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"20":{"tf":1.0},"21":{"tf":1.0},"55":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":5,"docs":{"13":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"16":{"tf":1.0}}}}}}},"}":{"\\"":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"51":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"f":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"15":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"12":{"tf":1.0},"45":{"tf":1.0},"57":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":8,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":2.0},"47":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}},"k":{"df":0,"docs":{},"e":{"df":2,"docs":{"28":{"tf":1.0},"32":{"tf":1.0}}}},"l":{"df":0,"docs":{},"s":{"df":3,"docs":{"10":{"tf":1.0},"41":{"tf":1.0},"57":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}}}},"q":{"df":1,"docs":{"57":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"17":{"tf":1.0},"32":{"tf":1.0},"45":{"tf":1.0},"52":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"22":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"32":{"tf":1.0},"47":{"tf":1.0}}},"df":0,"docs":{}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":1,"docs":{"31":{"tf":1.0}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"22":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"57":{"tf":1.0}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"17":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"41":{"tf":1.0},"8":{"tf":1.0}},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"57":{"tf":1.0}}}}}}}}}},"t":{"df":6,"docs":{"15":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"49":{"tf":1.0}}},"x":{"df":1,"docs":{"8":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"35":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0}}},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"56":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":5,"docs":{"13":{"tf":1.0},"24":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"53":{"tf":1.0},"55":{"tf":1.0}}}}}}},"n":{"df":6,"docs":{"10":{"tf":1.0},"50":{"tf":2.449489742783178},"51":{"tf":2.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"o":{"c":{"df":0,"docs":{},"u":{"df":1,"docs":{"6":{"tf":1.0}},"s":{"df":3,"docs":{"0":{"tf":1.0},"15":{"tf":1.0},"41":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"35":{"tf":1.0},"4":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"t":{"!":{"(":{"\\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"4":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"2":{"tf":1.0},"21":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"45":{"tf":1.0},"46":{"tf":1.0}}}}}}}}}}},"df":17,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.4142135623730951},"2":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.4142135623730951},"4":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.4142135623730951},"55":{"tf":1.0},"6":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}},"’":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"3":{"tf":1.0},"32":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"8":{"tf":1.0}}}}}}},"d":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"g":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"3":{"tf":1.0},"56":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"40":{"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":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"45":{"tf":1.0},"50":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":8,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0}}}}},"t":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}},"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":1,"docs":{"1":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"58":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"17":{"tf":1.0},"22":{"tf":1.0}}}},"df":0,"docs":{},"o":{"d":{"df":5,"docs":{"10":{"tf":1.0},"38":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"17":{"tf":1.0},"22":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":1,"docs":{"52":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"14":{"tf":1.0},"43":{"tf":1.0},"54":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"1":{"tf":1.0},"14":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"30":{"tf":1.0}}}},"n":{"d":{"df":1,"docs":{"12":{"tf":1.0}},"l":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"r":{"d":{"df":1,"docs":{"8":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"17":{"tf":1.0},"4":{"tf":1.0},"9":{"tf":1.4142135623730951}},"i":{"df":2,"docs":{"20":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":1,"docs":{"5":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"0":{"tf":1.0},"51":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":9,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"29":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"39":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"53":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"i":{"[":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"20":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"a":{"df":9,"docs":{"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"14":{"tf":1.0}},"i":{"df":1,"docs":{"42":{"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":3,"docs":{"23":{"tf":1.0},"27":{"tf":1.0},"49":{"tf":1.0}}}}}}}},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.4142135623730951}}}},"l":{"df":2,"docs":{"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0}}}}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":4,"docs":{"0":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":8,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"40":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"4":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"\\"":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"c":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"3":{"tf":1.0},"4":{"tf":1.4142135623730951},"58":{"tf":1.0},"6":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"12":{"tf":1.0},"21":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":3,"docs":{"20":{"tf":1.7320508075688772},"45":{"tf":1.0},"50":{"tf":1.4142135623730951}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"20":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"df":2,"docs":{"38":{"tf":1.0},"41":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"56":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"56":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":4,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"3":{"tf":1.0},"53":{"tf":1.0}}}},"n":{"d":{"df":4,"docs":{"17":{"tf":1.0},"43":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"55":{"tf":1.0},"6":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"27":{"tf":1.0},"30":{"tf":1.0}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.4142135623730951},"28":{"tf":1.0},"3":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":3,"docs":{"28":{"tf":1.0},"53":{"tf":1.0},"9":{"tf":2.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"5":{"tf":1.0}}}}}},"v":{"df":3,"docs":{"31":{"tf":1.0},"56":{"tf":1.0},"7":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"8":{"tf":1.0}},"t":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":2,"docs":{"41":{"tf":1.0},"50":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.0},"37":{"tf":1.0}}}}},"v":{"df":1,"docs":{"54":{"tf":1.0}}}},"j":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"g":{"df":4,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}}},"k":{"8":{"df":6,"docs":{"16":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.0},"57":{"tf":1.0}},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"58":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":17,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.7320508075688772},"22":{"tf":1.4142135623730951},"26":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951}}}},"y":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}},"n":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"55":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"28":{"tf":1.0}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"13":{"tf":1.0},"7":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"31":{"tf":1.0},"43":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"28":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"21":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"37":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"25":{"tf":1.0},"4":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"15":{"tf":1.0},"21":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"12":{"tf":1.0},"43":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":12,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":2,"docs":{"12":{"tf":1.4142135623730951},"34":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"20":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":18,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"3":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"9":{"tf":1.0}}}}},"o":{"a":{"d":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"58":{"tf":1.0}}}}}}}},"df":12,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"35":{"tf":1.4142135623730951},"37":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.0}}},"t":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":3,"docs":{"50":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}},"i":{"c":{"df":3,"docs":{"0":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{}},"s":{"/":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":5,"docs":{"10":{"tf":1.0},"17":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"39":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"30":{"tf":1.0},"57":{"tf":1.0}}},"p":{"df":3,"docs":{"22":{"tf":1.0},"37":{"tf":1.0},"6":{"tf":1.0}}},"s":{"df":1,"docs":{"15":{"tf":1.0}}}},"w":{"df":1,"docs":{"29":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"r":{"df":2,"docs":{"12":{"tf":1.0},"4":{"tf":1.0}}},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"10":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"38":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"10":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"13":{"tf":1.0},"42":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":8,"docs":{"13":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"53":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}},"n":{"df":0,"docs":{},"i":{"df":6,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0}}}},"p":{"df":3,"docs":{"16":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0}}},"t":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"49":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"54":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"17":{"tf":1.0},"39":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}},"y":{"b":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":8,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"43":{"tf":1.0},"57":{"tf":1.0}}}}},"t":{"df":1,"docs":{"21":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"2":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"41":{"tf":1.0},"58":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"c":{"df":6,"docs":{"12":{"tf":1.0},"31":{"tf":1.0},"41":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"22":{"tf":1.0},"24":{"tf":1.0},"37":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"10":{"tf":1.4142135623730951},"55":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"56":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":4,"docs":{"41":{"tf":1.0},"45":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}}}},"x":{"df":2,"docs":{"56":{"tf":1.0},"8":{"tf":1.0}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"30":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":8,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"29":{"tf":1.0},"43":{"tf":1.7320508075688772},"53":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"34":{"tf":1.0}}}},"df":1,"docs":{"45":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"52":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"13":{"tf":1.0},"22":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":8,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"38":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"22":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"45":{"tf":1.0},"50":{"tf":1.0}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"df":2,"docs":{"29":{"tf":1.0},"9":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":8,"docs":{"21":{"tf":1.0},"3":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.0},"57":{"tf":1.4142135623730951},"8":{"tf":1.0}},"—":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"g":{"df":2,"docs":{"30":{"tf":1.0},"41":{"tf":1.0}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":11,"docs":{"0":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"4":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}}},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":5,"docs":{"27":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"47":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":23,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"12":{"tf":1.4142135623730951},"15":{"tf":1.7320508075688772},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"2":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.4142135623730951},"32":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.7320508075688772},"43":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.4142135623730951},"56":{"tf":1.0},"58":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":2,"docs":{"22":{"tf":1.0},"8":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"df":7,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.7320508075688772},"32":{"tf":1.0},"41":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"21":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"[":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":17,"docs":{"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772},"43":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"22":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"12":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"53":{"tf":1.0},"55":{"tf":1.0}}}}}},"k":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"\\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":1,"docs":{"50":{"tf":1.0}}},"n":{"c":{"df":3,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0}}},"df":5,"docs":{"15":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"40":{"tf":1.0},"48":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"39":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"17":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"41":{"tf":2.0},"57":{"tf":1.0}}}},"t":{"df":2,"docs":{"21":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"12":{"tf":1.0},"26":{"tf":1.0},"47":{"tf":1.0}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":9,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.4142135623730951},"58":{"tf":1.0},"6":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"21":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":1.0}}}}}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"29":{"tf":1.0}}}}},"df":1,"docs":{"28":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":8,"docs":{"12":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"3":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}}},"p":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"12":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"28":{"tf":1.0}}},"k":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"16":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":3,"docs":{"1":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"33":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"30":{"tf":1.0}}}}}}}},"df":0,"docs":{},"t":{"df":4,"docs":{"14":{"tf":1.0},"2":{"tf":1.0},"42":{"tf":1.0},"54":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":5,"docs":{"0":{"tf":1.0},"19":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"35":{"tf":1.0},"41":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":1,"docs":{"12":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"19":{"tf":1.0},"25":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":3,"docs":{"15":{"tf":1.0},"21":{"tf":2.0},"22":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"28":{"tf":1.0}}}},"r":{"df":5,"docs":{"21":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":1.0},"33":{"tf":1.0},"7":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"0":{"tf":1.0},"4":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"29":{"tf":1.4142135623730951},"34":{"tf":2.8284271247461903}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"33":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"15":{"tf":1.0},"16":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"20":{"tf":1.0},"34":{"tf":1.0}}}}}}}},"l":{"a":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":17,"docs":{"1":{"tf":1.0},"12":{"tf":2.23606797749979},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"20":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":2.0},"36":{"tf":1.4142135623730951},"4":{"tf":1.0},"40":{"tf":1.4142135623730951},"43":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"41":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"u":{"df":2,"docs":{"25":{"tf":1.0},"26":{"tf":1.0}},"g":{"df":1,"docs":{"49":{"tf":1.0}},"g":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"13":{"tf":1.0},"18":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"d":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"3":{"tf":1.0}}}},"df":0,"docs":{}},"df":3,"docs":{"38":{"tf":1.0},"41":{"tf":1.0},"56":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"31":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"14":{"tf":1.0},"22":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"9":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"15":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"35":{"tf":1.4142135623730951},"41":{"tf":2.0},"43":{"tf":1.0},"45":{"tf":1.0}}}}}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"26":{"tf":1.0},"41":{"tf":1.0}}}},"t":{"df":3,"docs":{"22":{"tf":1.0},"48":{"tf":1.0},"56":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"35":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"11":{"tf":1.0},"5":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"o":{"b":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":7,"docs":{"17":{"tf":1.0},"21":{"tf":1.0},"40":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":5,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":6,"docs":{"0":{"tf":1.0},"20":{"tf":1.0},"32":{"tf":1.0},"47":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":1.7320508075688772}},"t":{"df":4,"docs":{"10":{"tf":1.0},"27":{"tf":1.0},"58":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":8,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.4142135623730951},"3":{"tf":1.0},"43":{"tf":1.0},"56":{"tf":1.0},"9":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":9,"docs":{"0":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"21":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"10":{"tf":1.0},"50":{"tf":1.0}},"r":{"df":1,"docs":{"41":{"tf":1.0}}}},"i":{"d":{"df":4,"docs":{"32":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":4,"docs":{"12":{"tf":1.4142135623730951},"4":{"tf":1.0},"40":{"tf":1.4142135623730951},"58":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"40":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"b":{"df":2,"docs":{"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"0":{"tf":1.0},"58":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"57":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"18":{"tf":1.0},"3":{"tf":1.0}}}}}}}},"q":{"a":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}}}}}},"r":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"12":{"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":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"33":{"tf":1.4142135623730951},"8":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"df":11,"docs":{"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"12":{"tf":1.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"50":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"l":{"df":3,"docs":{"40":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0}},"e":{"df":0,"docs":{},"—":{"a":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":12,"docs":{"12":{"tf":1.4142135623730951},"15":{"tf":1.0},"26":{"tf":1.0},"32":{"tf":1.4142135623730951},"35":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.7320508075688772},"41":{"tf":1.7320508075688772},"47":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":4,"docs":{"0":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"49":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"1":{"tf":1.0},"3":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"47":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"19":{"tf":1.0},"57":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":3,"docs":{"13":{"tf":1.0},"21":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"42":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"0":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"35":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}},"x":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}},"df":1,"docs":{"7":{"tf":1.0}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"22":{"tf":1.0},"47":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"20":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"43":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":4,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":4,"docs":{"19":{"tf":1.0},"3":{"tf":1.0},"40":{"tf":1.0},"57":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":7,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"26":{"tf":1.0},"30":{"tf":1.0},"57":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"12":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":4,"docs":{"16":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":8,"docs":{"12":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"26":{"tf":1.4142135623730951},"34":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":5,"docs":{"22":{"tf":1.0},"35":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":3,"docs":{"0":{"tf":1.0},"58":{"tf":1.0},"9":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":5,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"15":{"tf":1.4142135623730951},"21":{"tf":1.0},"46":{"tf":1.0},"53":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":3,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"57":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"10":{"tf":1.0},"57":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":8,"docs":{"0":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":1.7320508075688772}}}}},"p":{"c":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"45":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.7320508075688772},"51":{"tf":1.4142135623730951}}}}}}}}},"df":26,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"10":{"tf":1.7320508075688772},"12":{"tf":2.0},"13":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.7320508075688772},"20":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":1.7320508075688772},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.7320508075688772},"39":{"tf":1.0},"4":{"tf":1.7320508075688772},"41":{"tf":1.0},"43":{"tf":2.0},"5":{"tf":1.0},"51":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.7320508075688772},"57":{"tf":1.4142135623730951},"58":{"tf":2.0},"7":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":3,"docs":{"29":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.4142135623730951}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":22,"docs":{"12":{"tf":1.0},"13":{"tf":1.4142135623730951},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.7320508075688772},"41":{"tf":1.7320508075688772},"43":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.4142135623730951},"53":{"tf":1.7320508075688772},"56":{"tf":1.7320508075688772},"57":{"tf":1.7320508075688772},"58":{"tf":1.7320508075688772}},"’":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"40":{"tf":1.0}},"{":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"40":{"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":{},"i":{"df":0,"docs":{},"m":{"df":7,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"33":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"40":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"48":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":5,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"35":{"tf":1.4142135623730951},"53":{"tf":1.0},"57":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"41":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"2":{"df":3,"docs":{"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"3":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":31,"docs":{"1":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":2.23606797749979},"16":{"tf":1.7320508075688772},"17":{"tf":1.7320508075688772},"18":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":2.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"27":{"tf":1.0},"34":{"tf":1.7320508075688772},"35":{"tf":1.7320508075688772},"36":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"43":{"tf":2.23606797749979},"5":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":2.23606797749979},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"57":{"tf":1.7320508075688772},"58":{"tf":2.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"29":{"tf":1.0},"39":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"41":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"22":{"tf":1.0},"29":{"tf":1.0},"7":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"d":{"df":8,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}}},"df":4,"docs":{"17":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"26":{"tf":1.0},"35":{"tf":1.0}}}},"df":0,"docs":{}},"f":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":3,"docs":{"21":{"tf":1.0},"50":{"tf":1.7320508075688772},"51":{"tf":1.7320508075688772}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"8":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"31":{"tf":1.0}}},"v":{"df":1,"docs":{"53":{"tf":1.0}},"i":{"c":{"df":3,"docs":{"38":{"tf":1.0},"56":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":8,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"24":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"42":{"tf":1.0},"55":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"16":{"tf":1.0},"38":{"tf":1.0},"56":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":18,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":7,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"0":{"tf":1.0},"10":{"tf":1.4142135623730951},"57":{"tf":1.0}}}},"w":{"df":4,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"27":{"tf":1.0},"49":{"tf":1.0}}}}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":13,"docs":{"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.4142135623730951},"22":{"tf":1.0},"35":{"tf":1.7320508075688772},"4":{"tf":1.0},"41":{"tf":2.23606797749979},"47":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"9":{"tf":1.7320508075688772}},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"41":{"tf":1.0}}},"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":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"24":{"tf":1.0},"50":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"28":{"tf":1.0},"32":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":3,"docs":{"12":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0}}}}},"t":{"df":1,"docs":{"15":{"tf":1.0}}},"z":{"df":0,"docs":{},"e":{"df":1,"docs":{"9":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}},"w":{"df":4,"docs":{"28":{"tf":1.0},"41":{"tf":1.0},"56":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"56":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"17":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":5,"docs":{"21":{"tf":1.0},"24":{"tf":1.0},"52":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"46":{"tf":1.0},"51":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"3":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":1,"docs":{"58":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":7,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"26":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0},"5":{"tf":1.0},"55":{"tf":1.0}},"i":{"df":1,"docs":{"17":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":3,"docs":{"22":{"tf":1.0},"36":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"t":{"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"38":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"34":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"56":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"22":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"df":0,"docs":{}},"_":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"46":{"tf":1.0},"51":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":14,"docs":{"12":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.7320508075688772},"43":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"12":{"tf":1.0},"22":{"tf":1.0},"29":{"tf":1.0},"9":{"tf":1.7320508075688772}}},"i":{"c":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}},"y":{"df":5,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"31":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":1.0}}}},"d":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{":":{":":{"a":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"50":{"tf":1.0}}},"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":{},"p":{"df":2,"docs":{"21":{"tf":1.0},"41":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"28":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"57":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":3,"docs":{"12":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0}}}},"r":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"25":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"b":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"55":{"tf":1.4142135623730951}}}}}},"u":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"24":{"tf":1.0},"28":{"tf":1.4142135623730951},"30":{"tf":1.0}}}},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"6":{"tf":1.0}}}}},"df":5,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"30":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"0":{"tf":1.0},"58":{"tf":1.0}}}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"39":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"54":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"13":{"tf":1.0},"22":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"56":{"tf":1.0}}}}}}},"n":{"c":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"27":{"tf":1.0},"28":{"tf":1.0},"32":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":8,"docs":{"20":{"tf":1.4142135623730951},"26":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}}}}}}}},"t":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"7":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":4,"docs":{"17":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"43":{"tf":1.0}}}}},"d":{"df":3,"docs":{"20":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":3,"docs":{"22":{"tf":1.0},"3":{"tf":1.4142135623730951},"55":{"tf":1.0}}},"r":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"21":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":26,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.0},"11":{"tf":1.0},"15":{"tf":2.0},"16":{"tf":1.7320508075688772},"17":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.7320508075688772},"30":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.4142135623730951},"52":{"tf":1.0},"53":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"47":{"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":{"46":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"{":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"51":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"7":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"13":{"tf":1.0},"35":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"e":{"df":13,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.4142135623730951},"31":{"tf":1.7320508075688772},"37":{"tf":1.0},"41":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":1.7320508075688772}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}}},"r":{"df":1,"docs":{"28":{"tf":1.4142135623730951}}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"15":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"41":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"31":{"tf":1.0},"33":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":24,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"33":{"tf":1.7320508075688772},"35":{"tf":1.0},"4":{"tf":1.7320508075688772},"43":{"tf":1.7320508075688772},"48":{"tf":1.0},"50":{"tf":1.4142135623730951},"53":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"8":{"tf":1.0}},"y":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"g":{"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":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"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":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"15":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0}}},"k":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":16,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"26":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"3":{"tf":1.0},"4":{"tf":1.7320508075688772},"40":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"58":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"49":{"tf":1.0},"55":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":15,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"21":{"tf":1.0},"24":{"tf":1.7320508075688772},"25":{"tf":1.7320508075688772},"26":{"tf":1.0},"34":{"tf":1.0},"40":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"5":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"16":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"41":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"19":{"tf":1.0},"30":{"tf":1.0},"58":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"29":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":3,"docs":{"22":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"36":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":1,"docs":{"24":{"tf":1.0}}}},"x":{"df":1,"docs":{"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"36":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"28":{"tf":1.0},"3":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"51":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":2,"docs":{"4":{"tf":1.0},"53":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"17":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"16":{"tf":1.0}}}},"df":21,"docs":{"0":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.4142135623730951},"29":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":1.0},"50":{"tf":2.23606797749979},"51":{"tf":1.7320508075688772},"53":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"19":{"tf":1.0},"55":{"tf":1.0},"9":{"tf":1.7320508075688772}}}},"i":{"df":0,"docs":{},"z":{"df":2,"docs":{"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":17,"docs":{"0":{"tf":1.4142135623730951},"13":{"tf":1.0},"17":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"31":{"tf":1.0},"33":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"55":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"u":{"df":1,"docs":{"30":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"33":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"!":{"[":{"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":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"10":{"tf":1.0},"57":{"tf":1.0}},"f":{"df":2,"docs":{"13":{"tf":1.0},"32":{"tf":1.0}},"i":{"df":6,"docs":{"20":{"tf":1.0},"28":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":5,"docs":{"12":{"tf":1.0},"16":{"tf":1.0},"20":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"[":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"12":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"58":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":2.0}},"e":{"df":0,"docs":{},"t":{"df":13,"docs":{"15":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"29":{"tf":1.0}}}},"y":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":1,"docs":{"12":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"21":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"55":{"tf":1.0},"58":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"56":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":9,"docs":{"10":{"tf":1.0},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"20":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":4,"docs":{"38":{"tf":1.0},"45":{"tf":1.0},"52":{"tf":1.0},"56":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"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":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"5":{"df":1,"docs":{"10":{"tf":1.0}}},"6":{"0":{"df":2,"docs":{"10":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"0":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"31":{"tf":1.0},"9":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"32":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":2,"docs":{"3":{"tf":1.0},"6":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"53":{"tf":1.7320508075688772}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":37,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"12":{"tf":2.449489742783178},"13":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.7320508075688772},"18":{"tf":1.4142135623730951},"19":{"tf":2.0},"20":{"tf":2.449489742783178},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.7320508075688772},"26":{"tf":1.4142135623730951},"27":{"tf":1.0},"28":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"30":{"tf":1.0},"35":{"tf":1.7320508075688772},"4":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"43":{"tf":2.23606797749979},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.4142135623730951},"50":{"tf":2.23606797749979},"51":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.7320508075688772},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":2.23606797749979}},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"d":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"5":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"e":{"df":1,"docs":{"57":{"tf":1.0}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"29":{"tf":1.0}}}}}}}},"breadcrumbs":{"root":{"0":{"df":1,"docs":{"10":{"tf":1.0}}},"1":{"0":{"df":2,"docs":{"10":{"tf":1.0},"7":{"tf":1.0}}},"df":5,"docs":{"10":{"tf":1.0},"34":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}},"–":{"3":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}},"2":{"df":3,"docs":{"24":{"tf":1.4142135623730951},"34":{"tf":1.0},"8":{"tf":1.0}}},"3":{"df":1,"docs":{"34":{"tf":1.0}}},"4":{"df":1,"docs":{"34":{"tf":1.0}},"–":{"5":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}},"5":{"df":1,"docs":{"7":{"tf":1.0}},"s":{"/":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"6":{"0":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"7":{"tf":1.0}}},"–":{"7":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}},"7":{"df":0,"docs":{},"s":{"df":1,"docs":{"7":{"tf":1.0}}}},"8":{"df":0,"docs":{},"s":{"/":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"a":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"58":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"40":{"tf":1.0},"42":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"43":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0}}}},"v":{"df":10,"docs":{"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"50":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"19":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"53":{"tf":1.0}}}}},"d":{"df":4,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"df":6,"docs":{"43":{"tf":1.0},"45":{"tf":1.7320508075688772},"46":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"49":{"tf":1.0}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"23":{"tf":1.0},"41":{"tf":1.0},"55":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":8,"docs":{"27":{"tf":1.7320508075688772},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"30":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"46":{"tf":1.0}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"56":{"tf":1.0}}}}}}}}}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":4,"docs":{"17":{"tf":1.0},"21":{"tf":1.4142135623730951},"35":{"tf":1.0},"57":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":6,"docs":{"10":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}}}}},"df":1,"docs":{"22":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"10":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.7320508075688772}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":5,"docs":{"54":{"tf":1.7320508075688772},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"0":{"tf":1.0}}},"df":1,"docs":{"20":{"tf":1.0}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"2":{"tf":1.0},"33":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"4":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"41":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":8,"docs":{"27":{"tf":1.7320508075688772},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"15":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":14,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.4142135623730951},"33":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"7":{"tf":1.4142135623730951}}}},"t":{"df":2,"docs":{"16":{"tf":1.0},"41":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"0":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{":":{":":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":3,"docs":{"45":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"43":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":6,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"17":{"tf":1.7320508075688772},"35":{"tf":1.0},"5":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":17,"docs":{"0":{"tf":1.4142135623730951},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"35":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.7320508075688772},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"22":{"tf":1.0},"41":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"df":0,"docs":{}}}}},"b":{"(":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"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":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{}}}}},"d":{"df":4,"docs":{"10":{"tf":1.0},"30":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"38":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":3,"docs":{"22":{"tf":1.0},"36":{"tf":1.0},"7":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"26":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0}}}}}}}},"df":1,"docs":{"4":{"tf":1.0}},"e":{"c":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"22":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"56":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"40":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":10,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"30":{"tf":1.7320508075688772},"35":{"tf":1.0},"39":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"22":{"tf":1.7320508075688772},"37":{"tf":1.0}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":7,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"56":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"32":{"tf":1.0},"41":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"b":{"df":6,"docs":{"0":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0},"9":{"tf":1.0}},"s":{"/":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"41":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":21,"docs":{"0":{"tf":1.7320508075688772},"10":{"tf":2.23606797749979},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.4142135623730951},"31":{"tf":2.449489742783178},"32":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":2.0},"58":{"tf":1.4142135623730951},"7":{"tf":3.1622776601683795},"9":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"e":{"df":2,"docs":{"31":{"tf":1.0},"58":{"tf":1.0}},"e":{"d":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"0":{"tf":1.0},"1":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"18":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":1.0},"55":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"34":{"tf":1.0},"43":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"13":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"a":{"d":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"9":{"tf":1.0}}}}}}},"u":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":9,"docs":{"12":{"tf":1.0},"27":{"tf":1.0},"33":{"tf":1.0},"43":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":5,"docs":{"21":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.7320508075688772},"52":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"29":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"z":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"30":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}},"c":{"(":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}},"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":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"9":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"31":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"52":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"27":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"35":{"tf":1.0},"43":{"tf":1.0},"57":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"56":{"tf":1.0}}}}},"df":1,"docs":{"4":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"1":{"tf":1.0},"29":{"tf":1.0},"33":{"tf":1.0},"53":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"0":{"tf":1.0},"19":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0}}}}}},"o":{"df":11,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.7320508075688772},"55":{"tf":1.0},"56":{"tf":1.7320508075688772},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"8":{"tf":2.23606797749979}},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"43":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.7320508075688772}}}},"c":{"df":0,"docs":{},"k":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":19,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"28":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"41":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"41":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"22":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"17":{"tf":1.4142135623730951},"22":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"56":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}}}}},"i":{"df":6,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"7":{"tf":1.4142135623730951}},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"48":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"41":{"tf":1.0},"56":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":5,"docs":{"12":{"tf":1.4142135623730951},"43":{"tf":1.0},"47":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0}},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"r":{"df":9,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"|":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":4,"docs":{"45":{"tf":1.0},"50":{"tf":1.7320508075688772},"51":{"tf":1.7320508075688772},"53":{"tf":1.0}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":12,"docs":{"1":{"tf":1.0},"13":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.4142135623730951},"4":{"tf":1.7320508075688772},"41":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0}},"—":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"43":{"tf":1.0}}}}}}}}}}}},"o":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"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":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"41":{"tf":1.0}}}}}}}}},"df":3,"docs":{"20":{"tf":1.4142135623730951},"31":{"tf":1.0},"41":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"14":{"tf":1.0},"23":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"40":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"22":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"18":{"tf":1.0},"4":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"3":{"tf":1.0},"58":{"tf":1.4142135623730951}}},"s":{"df":13,"docs":{"0":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.4142135623730951},"4":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"58":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":4,"docs":{"12":{"tf":2.0},"2":{"tf":1.0},"20":{"tf":1.0},"35":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"8":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"20":{"tf":1.0},"55":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"4":{"tf":1.0},"43":{"tf":1.0},"51":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"3":{"tf":1.0},"57":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":4,"docs":{"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"r":{"df":10,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.4142135623730951},"55":{"tf":1.0},"7":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"df":5,"docs":{"26":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"51":{"tf":1.4142135623730951},"56":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":8,"docs":{"0":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.0},"58":{"tf":1.0},"7":{"tf":1.0}}}}}},"i":{"d":{"df":1,"docs":{"45":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.0},"36":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"47":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"m":{"df":4,"docs":{"15":{"tf":1.0},"31":{"tf":1.0},"41":{"tf":1.7320508075688772},"53":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"38":{"tf":1.0},"58":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"1":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"17":{"tf":1.0},"18":{"tf":1.7320508075688772},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.7320508075688772},"55":{"tf":1.4142135623730951}}}},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"0":{"tf":1.7320508075688772},"43":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"20":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"42":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":8,"docs":{"19":{"tf":1.4142135623730951},"26":{"tf":1.0},"28":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"38":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"12":{"tf":1.0},"43":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"43":{"tf":1.0},"53":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":10,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.7320508075688772},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.7320508075688772},"33":{"tf":1.0},"53":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"21":{"tf":1.0},"23":{"tf":1.0},"55":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"15":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"42":{"tf":1.0},"53":{"tf":2.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"17":{"tf":1.0},"58":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":4,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"x":{"df":2,"docs":{"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":3,"docs":{"31":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"49":{"tf":1.0}}}}}}}},"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"[":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"12":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"a":{"df":9,"docs":{"0":{"tf":1.7320508075688772},"22":{"tf":1.0},"25":{"tf":1.7320508075688772},"26":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.0},"9":{"tf":1.0}},"t":{"a":{"df":14,"docs":{"0":{"tf":2.0},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"25":{"tf":1.0},"3":{"tf":1.4142135623730951},"4":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":2,"docs":{"12":{"tf":1.0},"4":{"tf":1.0}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":3,"docs":{"37":{"tf":1.0},"41":{"tf":1.0},"8":{"tf":1.0}},"g":{"df":2,"docs":{"11":{"tf":1.0},"54":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"41":{"tf":1.0}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"r":{"df":8,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"3":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"42":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":5,"docs":{"21":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"17":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"20":{"tf":1.0},"21":{"tf":1.0},"55":{"tf":1.0}}}}}}},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"28":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"58":{"tf":1.0}}}},"i":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"34":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"a":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":9,"docs":{"16":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"53":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"41":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":13,"docs":{"12":{"tf":1.7320508075688772},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"27":{"tf":1.0},"32":{"tf":2.449489742783178},"35":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"53":{"tf":1.0},"58":{"tf":1.4142135623730951},"6":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"45":{"tf":1.0},"50":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":6,"docs":{"16":{"tf":1.0},"18":{"tf":1.4142135623730951},"3":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"13":{"tf":1.7320508075688772},"30":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"11":{"tf":1.0},"8":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":16,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.7320508075688772},"43":{"tf":2.23606797749979},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"14":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"57":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"37":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"38":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"54":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"41":{"tf":1.0},"42":{"tf":1.0}},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"31":{"tf":1.0}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"38":{"tf":1.4142135623730951},"4":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"22":{"tf":1.0},"30":{"tf":1.0},"53":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"\'":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"32":{"tf":1.7320508075688772}},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":2.0}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"26":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"[":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}},"df":9,"docs":{"12":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"3":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0}},"n":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"p":{"/":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"30":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"l":{"df":6,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.0},"45":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.7320508075688772}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":12,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":3,"docs":{"12":{"tf":1.0},"51":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"50":{"tf":1.7320508075688772},"51":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}},"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":8,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"12":{"tf":1.0}}}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"13":{"tf":1.0},"16":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"41":{"tf":1.0}}}}},"s":{"df":1,"docs":{"38":{"tf":1.0}},"i":{"df":1,"docs":{"17":{"tf":1.0}}}}},"df":2,"docs":{"12":{"tf":1.0},"4":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"3":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"21":{"tf":1.0},"26":{"tf":1.0},"41":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"d":{"df":4,"docs":{"16":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"10":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"15":{"tf":1.0},"3":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":5,"docs":{"10":{"tf":1.4142135623730951},"17":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":7,"docs":{"0":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.4142135623730951},"48":{"tf":1.0},"58":{"tf":1.0}}}}},"v":{"df":1,"docs":{"40":{"tf":1.0}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":21,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"3":{"tf":1.4142135623730951},"35":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.7320508075688772},"53":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"7":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"56":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"r":{"(":{"\\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"50":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"46":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"2":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"a":{"df":0,"docs":{},"l":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":8,"docs":{"12":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"35":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"47":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":3,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":19,"docs":{"15":{"tf":1.0},"23":{"tf":1.7320508075688772},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.7320508075688772},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"49":{"tf":1.7320508075688772},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"4":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"r":{"df":7,"docs":{"0":{"tf":1.4142135623730951},"17":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"55":{"tf":1.4142135623730951},"58":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":6,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":3,"docs":{"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":39,"docs":{"1":{"tf":1.0},"12":{"tf":2.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":2.0},"19":{"tf":1.0},"20":{"tf":2.23606797749979},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"30":{"tf":1.7320508075688772},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"40":{"tf":2.0},"41":{"tf":1.4142135623730951},"43":{"tf":2.23606797749979},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"49":{"tf":2.0},"50":{"tf":2.23606797749979},"51":{"tf":2.23606797749979},"52":{"tf":1.4142135623730951},"53":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.7320508075688772},"7":{"tf":2.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"55":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}},"s":{"df":2,"docs":{"41":{"tf":1.4142135623730951},"45":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"—":{"a":{"d":{"df":0,"docs":{},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"20":{"tf":1.0},"21":{"tf":1.0},"55":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":8,"docs":{"13":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.7320508075688772},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.4142135623730951}}},"df":0,"docs":{},"s":{"df":1,"docs":{"16":{"tf":1.0}}}}}}},"}":{"\\"":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"51":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"f":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"15":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"12":{"tf":1.0},"45":{"tf":1.0},"57":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":8,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":2.0},"47":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}},"k":{"df":0,"docs":{},"e":{"df":2,"docs":{"28":{"tf":1.0},"32":{"tf":1.0}}}},"l":{"df":0,"docs":{},"s":{"df":3,"docs":{"10":{"tf":1.0},"41":{"tf":1.0},"57":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}}}},"q":{"df":1,"docs":{"57":{"tf":1.7320508075688772}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"17":{"tf":1.0},"32":{"tf":1.0},"45":{"tf":1.0},"52":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"22":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"32":{"tf":1.0},"47":{"tf":1.0}}},"df":0,"docs":{}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":1,"docs":{"31":{"tf":1.0}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"22":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"57":{"tf":1.0}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"17":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"41":{"tf":1.0},"8":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"57":{"tf":1.0}}}}}}}}}},"t":{"df":6,"docs":{"15":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"49":{"tf":1.0}}},"x":{"df":1,"docs":{"8":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"35":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0}}},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"56":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":5,"docs":{"13":{"tf":1.0},"24":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"53":{"tf":1.0},"55":{"tf":1.0}}}}}}},"n":{"df":6,"docs":{"10":{"tf":1.0},"50":{"tf":2.449489742783178},"51":{"tf":2.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"o":{"c":{"df":0,"docs":{},"u":{"df":1,"docs":{"6":{"tf":1.0}},"s":{"df":3,"docs":{"0":{"tf":1.0},"15":{"tf":1.0},"41":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"35":{"tf":1.0},"4":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"t":{"!":{"(":{"\\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"4":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":13,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"2":{"tf":1.7320508075688772},"21":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"45":{"tf":1.0},"46":{"tf":1.0}}}}}}}}}}},"df":21,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.4142135623730951},"2":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.4142135623730951},"4":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.7320508075688772},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.4142135623730951},"55":{"tf":1.0},"6":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}},"’":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"3":{"tf":1.0},"32":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"8":{"tf":1.0}}}}}}},"d":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"g":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"3":{"tf":1.0},"56":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"40":{"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":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"45":{"tf":1.0},"50":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":8,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"33":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0}}}}},"t":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}},"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":1,"docs":{"1":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"58":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"17":{"tf":1.0},"22":{"tf":1.0}}}},"df":0,"docs":{},"o":{"d":{"df":5,"docs":{"10":{"tf":1.0},"38":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"17":{"tf":1.0},"22":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":1,"docs":{"52":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"14":{"tf":1.0},"43":{"tf":1.0},"54":{"tf":1.0}}},"df":0,"docs":{}}},"df":29,"docs":{"1":{"tf":1.0},"14":{"tf":1.7320508075688772},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"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}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"30":{"tf":1.0}}}},"n":{"d":{"df":1,"docs":{"12":{"tf":1.0}},"l":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"r":{"d":{"df":1,"docs":{"8":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"17":{"tf":1.0},"4":{"tf":1.0},"9":{"tf":1.7320508075688772}},"i":{"df":2,"docs":{"20":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":1,"docs":{"5":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.7320508075688772}}}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"0":{"tf":1.0},"51":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":9,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"29":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"39":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"53":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"i":{"[":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"20":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"a":{"df":9,"docs":{"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"i":{"df":28,"docs":{"14":{"tf":1.7320508075688772},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"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}},"i":{"df":12,"docs":{"42":{"tf":1.7320508075688772},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"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":3,"docs":{"23":{"tf":1.0},"27":{"tf":1.0},"49":{"tf":1.0}}}}}}}},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.7320508075688772}}}},"l":{"df":2,"docs":{"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0}}}}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":4,"docs":{"0":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":8,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"40":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"4":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"\\"":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"c":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"3":{"tf":1.0},"4":{"tf":1.4142135623730951},"58":{"tf":1.0},"6":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"12":{"tf":1.0},"21":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":3,"docs":{"20":{"tf":1.7320508075688772},"45":{"tf":1.0},"50":{"tf":1.4142135623730951}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"20":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"df":2,"docs":{"38":{"tf":1.0},"41":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"56":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"56":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":4,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"3":{"tf":1.0},"53":{"tf":1.0}}}},"n":{"d":{"df":4,"docs":{"17":{"tf":1.0},"43":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"55":{"tf":1.0},"6":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"27":{"tf":1.0},"30":{"tf":1.0}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.4142135623730951},"28":{"tf":1.0},"3":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":3,"docs":{"28":{"tf":1.0},"53":{"tf":1.7320508075688772},"9":{"tf":2.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"5":{"tf":1.0}}}}}},"v":{"df":3,"docs":{"31":{"tf":1.0},"56":{"tf":1.0},"7":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"8":{"tf":1.0}},"t":{"df":1,"docs":{"3":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":2,"docs":{"41":{"tf":1.0},"50":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.0},"37":{"tf":1.0}}}}},"v":{"df":5,"docs":{"54":{"tf":1.7320508075688772},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}}},"j":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"g":{"df":4,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}}},"k":{"8":{"df":6,"docs":{"16":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.0},"57":{"tf":1.0}},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"58":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":17,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.7320508075688772},"22":{"tf":1.4142135623730951},"26":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951}}}},"y":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}},"n":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"55":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"39":{"tf":1.4142135623730951},"4":{"tf":1.0},"53":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"28":{"tf":1.0}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"13":{"tf":1.0},"7":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"31":{"tf":1.0},"43":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"28":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"21":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"37":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"25":{"tf":1.0},"4":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"15":{"tf":1.7320508075688772},"21":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"12":{"tf":1.0},"43":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":12,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.7320508075688772},"53":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":2,"docs":{"12":{"tf":2.0},"34":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"20":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":18,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.7320508075688772},"3":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"9":{"tf":1.0}}}}},"o":{"a":{"d":{"df":1,"docs":{"29":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"58":{"tf":1.0}}}}}}}},"df":12,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"35":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.0}}},"t":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":3,"docs":{"50":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}},"i":{"c":{"df":3,"docs":{"0":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{}},"s":{"/":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":5,"docs":{"10":{"tf":1.0},"17":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"39":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"30":{"tf":1.0},"57":{"tf":1.0}}},"p":{"df":3,"docs":{"22":{"tf":1.0},"37":{"tf":1.0},"6":{"tf":1.0}}},"s":{"df":1,"docs":{"15":{"tf":1.0}}}},"w":{"df":1,"docs":{"29":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"r":{"df":2,"docs":{"12":{"tf":1.0},"4":{"tf":1.0}}},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"10":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"38":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"10":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"13":{"tf":1.0},"42":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":8,"docs":{"13":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"53":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}},"n":{"df":0,"docs":{},"i":{"df":6,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0}}}},"p":{"df":3,"docs":{"16":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0}}},"t":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"49":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"54":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"17":{"tf":1.0},"39":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}},"y":{"b":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":8,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"43":{"tf":1.0},"57":{"tf":1.0}}}}},"t":{"df":1,"docs":{"21":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"2":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"41":{"tf":1.0},"58":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"c":{"df":6,"docs":{"12":{"tf":1.0},"31":{"tf":1.0},"41":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"22":{"tf":1.0},"24":{"tf":1.0},"37":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"10":{"tf":1.7320508075688772},"55":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"56":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":4,"docs":{"41":{"tf":1.0},"45":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}}}},"x":{"df":2,"docs":{"56":{"tf":1.0},"8":{"tf":1.0}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"30":{"tf":1.4142135623730951}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":8,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"29":{"tf":1.0},"43":{"tf":2.23606797749979},"53":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"34":{"tf":1.0}}}},"df":1,"docs":{"45":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"52":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"13":{"tf":1.0},"22":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":8,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.4142135623730951},"34":{"tf":1.7320508075688772},"38":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"22":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"45":{"tf":1.0},"50":{"tf":1.0}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"df":2,"docs":{"29":{"tf":1.0},"9":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":8,"docs":{"21":{"tf":1.0},"3":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.0},"57":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"g":{"df":2,"docs":{"30":{"tf":1.0},"41":{"tf":1.0}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":11,"docs":{"0":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"28":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"4":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}}},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":8,"docs":{"27":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.7320508075688772},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"47":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":23,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"12":{"tf":1.4142135623730951},"15":{"tf":1.7320508075688772},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"2":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.4142135623730951},"32":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.7320508075688772},"43":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.4142135623730951},"56":{"tf":1.0},"58":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":2,"docs":{"22":{"tf":1.0},"8":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"df":7,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.7320508075688772},"32":{"tf":1.0},"41":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"21":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"[":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":17,"docs":{"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772},"43":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"22":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"12":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"53":{"tf":1.0},"55":{"tf":1.0}}}}}},"k":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"\\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":1,"docs":{"50":{"tf":1.0}}},"n":{"c":{"df":3,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0}}},"df":5,"docs":{"15":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"40":{"tf":1.0},"48":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"39":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"17":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"41":{"tf":2.449489742783178},"57":{"tf":1.0}}}},"t":{"df":2,"docs":{"21":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"12":{"tf":1.0},"26":{"tf":1.0},"47":{"tf":1.0}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":9,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.4142135623730951},"58":{"tf":1.0},"6":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"21":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":1.0}}}}}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"29":{"tf":1.4142135623730951}}}}},"df":1,"docs":{"28":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":8,"docs":{"12":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"3":{"tf":1.0},"6":{"tf":1.4142135623730951},"9":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.7320508075688772}}}}}}}}}},"p":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"12":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"28":{"tf":1.0}}},"k":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"16":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":3,"docs":{"1":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"33":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"30":{"tf":1.0}}}}}}}},"df":0,"docs":{},"t":{"df":57,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.7320508075688772},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.7320508075688772},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"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},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.7320508075688772},"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":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.7320508075688772},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":5,"docs":{"0":{"tf":1.0},"19":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"35":{"tf":1.0},"41":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":1,"docs":{"12":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"19":{"tf":1.0},"25":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":3,"docs":{"15":{"tf":1.0},"21":{"tf":2.449489742783178},"22":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"28":{"tf":1.0}}}},"r":{"df":5,"docs":{"21":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":1.0},"33":{"tf":1.0},"7":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"0":{"tf":1.0},"4":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"29":{"tf":1.4142135623730951},"34":{"tf":3.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":7,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"5":{"tf":1.7320508075688772},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"33":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"15":{"tf":1.0},"16":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"20":{"tf":1.0},"34":{"tf":1.4142135623730951}}}}}}}},"l":{"a":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":17,"docs":{"1":{"tf":1.0},"12":{"tf":2.23606797749979},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"20":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":2.0},"36":{"tf":1.4142135623730951},"4":{"tf":1.0},"40":{"tf":1.4142135623730951},"43":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"41":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"u":{"df":2,"docs":{"25":{"tf":1.0},"26":{"tf":1.0}},"g":{"df":1,"docs":{"49":{"tf":1.0}},"g":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"13":{"tf":1.0},"18":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"d":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"3":{"tf":1.0}}}},"df":0,"docs":{}},"df":3,"docs":{"38":{"tf":1.0},"41":{"tf":1.0},"56":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"31":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"14":{"tf":1.0},"22":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"9":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"15":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"35":{"tf":1.4142135623730951},"41":{"tf":2.0},"43":{"tf":1.0},"45":{"tf":1.0}}}}}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"26":{"tf":1.0},"41":{"tf":1.0}}}},"t":{"df":3,"docs":{"22":{"tf":1.0},"48":{"tf":1.0},"56":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"35":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":2.0}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"11":{"tf":1.0},"5":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"o":{"b":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":7,"docs":{"17":{"tf":1.0},"21":{"tf":1.0},"40":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.4142135623730951},"52":{"tf":1.0},"53":{"tf":1.0}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":5,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":6,"docs":{"0":{"tf":1.0},"20":{"tf":1.0},"32":{"tf":1.0},"47":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":1.7320508075688772}},"t":{"df":4,"docs":{"10":{"tf":1.0},"27":{"tf":1.0},"58":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":8,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.4142135623730951},"3":{"tf":1.0},"43":{"tf":1.0},"56":{"tf":1.0},"9":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":9,"docs":{"0":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"21":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"10":{"tf":1.0},"50":{"tf":1.0}},"r":{"df":1,"docs":{"41":{"tf":1.0}}}},"i":{"d":{"df":4,"docs":{"32":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":4,"docs":{"12":{"tf":1.4142135623730951},"4":{"tf":1.0},"40":{"tf":1.4142135623730951},"58":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"40":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"b":{"df":2,"docs":{"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"0":{"tf":1.0},"58":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"57":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"18":{"tf":1.0},"3":{"tf":1.0}}}}}}}},"q":{"a":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}}}}}},"r":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"12":{"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":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"33":{"tf":1.4142135623730951},"8":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"df":11,"docs":{"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"12":{"tf":1.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"50":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"l":{"df":3,"docs":{"40":{"tf":1.0},"50":{"tf":1.7320508075688772},"51":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"—":{"a":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":12,"docs":{"12":{"tf":1.4142135623730951},"15":{"tf":1.0},"26":{"tf":1.0},"32":{"tf":1.4142135623730951},"35":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.7320508075688772},"41":{"tf":1.7320508075688772},"47":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":4,"docs":{"0":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"49":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"1":{"tf":1.0},"3":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"47":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"19":{"tf":1.0},"57":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":3,"docs":{"13":{"tf":1.0},"21":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":13,"docs":{"42":{"tf":1.7320508075688772},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":2.0},"54":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"0":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"35":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}},"x":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}},"df":1,"docs":{"7":{"tf":1.0}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"22":{"tf":1.0},"47":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"20":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"43":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":4,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":4,"docs":{"19":{"tf":1.0},"3":{"tf":1.0},"40":{"tf":1.0},"57":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":7,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"26":{"tf":1.0},"30":{"tf":1.0},"57":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"12":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":4,"docs":{"16":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":8,"docs":{"12":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"26":{"tf":1.4142135623730951},"34":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":5,"docs":{"22":{"tf":1.0},"35":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":3,"docs":{"0":{"tf":1.0},"58":{"tf":1.0},"9":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":5,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"15":{"tf":1.4142135623730951},"21":{"tf":1.0},"46":{"tf":1.0},"53":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":3,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"57":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"10":{"tf":1.0},"57":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":8,"docs":{"0":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":1.7320508075688772}}}}},"p":{"c":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"45":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.7320508075688772},"51":{"tf":1.4142135623730951}}}}}}}}},"df":26,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"10":{"tf":2.0},"12":{"tf":2.0},"13":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.7320508075688772},"20":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":2.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":2.23606797749979},"39":{"tf":1.0},"4":{"tf":1.7320508075688772},"41":{"tf":1.0},"43":{"tf":2.0},"5":{"tf":1.0},"51":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.7320508075688772},"57":{"tf":1.4142135623730951},"58":{"tf":2.0},"7":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":3,"docs":{"29":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.4142135623730951}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":22,"docs":{"12":{"tf":1.0},"13":{"tf":1.4142135623730951},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.7320508075688772},"36":{"tf":2.0},"37":{"tf":1.7320508075688772},"38":{"tf":1.7320508075688772},"39":{"tf":1.7320508075688772},"4":{"tf":1.4142135623730951},"40":{"tf":2.0},"41":{"tf":1.7320508075688772},"43":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.7320508075688772},"53":{"tf":1.7320508075688772},"56":{"tf":1.7320508075688772},"57":{"tf":1.7320508075688772},"58":{"tf":1.7320508075688772}},"’":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"40":{"tf":1.0}},"{":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"40":{"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":{},"i":{"df":0,"docs":{},"m":{"df":7,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"33":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"40":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"49":{"tf":1.7320508075688772},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"48":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":5,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"35":{"tf":1.4142135623730951},"53":{"tf":1.0},"57":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"41":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"2":{"df":3,"docs":{"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"3":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.7320508075688772}}}}}}}},"df":0,"docs":{}}}}},"df":31,"docs":{"1":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.7320508075688772},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":2.23606797749979},"16":{"tf":1.7320508075688772},"17":{"tf":2.23606797749979},"18":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":2.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"27":{"tf":1.0},"34":{"tf":2.0},"35":{"tf":2.23606797749979},"36":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"43":{"tf":2.6457513110645907},"5":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":2.23606797749979},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":2.0},"57":{"tf":1.7320508075688772},"58":{"tf":2.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"29":{"tf":1.0},"39":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"41":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"22":{"tf":1.0},"29":{"tf":1.0},"7":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"d":{"df":8,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}}},"df":4,"docs":{"17":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"26":{"tf":1.0},"35":{"tf":1.0}}}},"df":0,"docs":{}},"f":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":3,"docs":{"21":{"tf":1.0},"50":{"tf":1.7320508075688772},"51":{"tf":1.7320508075688772}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"8":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"31":{"tf":1.0}}},"v":{"df":1,"docs":{"53":{"tf":1.0}},"i":{"c":{"df":3,"docs":{"38":{"tf":1.0},"56":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":8,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"24":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"42":{"tf":1.0},"55":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"16":{"tf":1.0},"38":{"tf":1.0},"56":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":18,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":7,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.7320508075688772}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"0":{"tf":1.0},"10":{"tf":1.4142135623730951},"57":{"tf":1.0}}}},"w":{"df":4,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"27":{"tf":1.0},"49":{"tf":1.0}}}}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":13,"docs":{"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.4142135623730951},"22":{"tf":1.0},"35":{"tf":1.7320508075688772},"4":{"tf":1.0},"41":{"tf":2.23606797749979},"47":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"9":{"tf":2.0}},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"41":{"tf":1.0}}},"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":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"24":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"28":{"tf":1.4142135623730951},"32":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":3,"docs":{"12":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0}}}}},"t":{"df":1,"docs":{"15":{"tf":1.0}}},"z":{"df":0,"docs":{},"e":{"df":1,"docs":{"9":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}},"w":{"df":4,"docs":{"28":{"tf":1.0},"41":{"tf":1.0},"56":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"56":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"17":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":5,"docs":{"21":{"tf":1.0},"24":{"tf":1.0},"52":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"46":{"tf":1.0},"51":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"3":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":1,"docs":{"58":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":7,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"26":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0},"5":{"tf":1.0},"55":{"tf":1.0}},"i":{"df":1,"docs":{"17":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":3,"docs":{"22":{"tf":1.0},"36":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"t":{"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"38":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"34":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"56":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"22":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"df":0,"docs":{}},"_":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"46":{"tf":1.0},"51":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":14,"docs":{"12":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.7320508075688772},"43":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"12":{"tf":1.0},"22":{"tf":1.0},"29":{"tf":1.0},"9":{"tf":1.7320508075688772}}},"i":{"c":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}},"y":{"df":5,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"31":{"tf":1.0},"51":{"tf":1.4142135623730951},"57":{"tf":1.0}}}},"d":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{":":{":":{"a":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"50":{"tf":1.0}}},"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":{},"p":{"df":2,"docs":{"21":{"tf":1.0},"41":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"28":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"57":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":3,"docs":{"12":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0}}}},"r":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"25":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"b":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"55":{"tf":1.4142135623730951}}}}}},"u":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"24":{"tf":1.0},"28":{"tf":1.4142135623730951},"30":{"tf":1.0}}}},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"6":{"tf":1.0}}}}},"df":5,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"30":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"0":{"tf":1.0},"58":{"tf":1.0}}}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"39":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"54":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"13":{"tf":1.0},"22":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"56":{"tf":1.0}}}}}}},"n":{"c":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"27":{"tf":1.0},"28":{"tf":1.4142135623730951},"32":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":8,"docs":{"20":{"tf":1.4142135623730951},"26":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}}}}}}}},"t":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"7":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":4,"docs":{"17":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.7320508075688772},"57":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"43":{"tf":1.0}}}}},"d":{"df":3,"docs":{"20":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":3,"docs":{"22":{"tf":1.0},"3":{"tf":1.4142135623730951},"55":{"tf":1.0}}},"r":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"21":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":29,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.4142135623730951},"15":{"tf":2.0},"16":{"tf":1.7320508075688772},"17":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.7320508075688772},"30":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":2.0},"52":{"tf":1.0},"53":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"6":{"tf":1.7320508075688772},"7":{"tf":1.0},"8":{"tf":1.7320508075688772},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"47":{"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":{"46":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"{":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"51":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"7":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"13":{"tf":1.0},"35":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"e":{"df":13,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.4142135623730951},"31":{"tf":1.7320508075688772},"37":{"tf":1.0},"41":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":2.23606797749979}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}}},"r":{"df":1,"docs":{"28":{"tf":1.4142135623730951}}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"15":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"41":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"31":{"tf":1.0},"33":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":24,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"33":{"tf":2.0},"35":{"tf":1.0},"4":{"tf":1.7320508075688772},"43":{"tf":1.7320508075688772},"48":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"53":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"8":{"tf":1.0}},"y":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"g":{"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":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"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":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"15":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0}}},"k":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":16,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"26":{"tf":1.4142135623730951},"29":{"tf":1.7320508075688772},"3":{"tf":1.0},"4":{"tf":1.7320508075688772},"40":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"58":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"49":{"tf":1.0},"55":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":15,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"21":{"tf":1.0},"24":{"tf":2.0},"25":{"tf":2.0},"26":{"tf":1.0},"34":{"tf":1.0},"40":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"5":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"16":{"tf":1.7320508075688772}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"41":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"19":{"tf":1.0},"30":{"tf":1.0},"58":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.7320508075688772}}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"29":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":3,"docs":{"22":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"36":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":1,"docs":{"24":{"tf":1.0}}}},"x":{"df":1,"docs":{"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"36":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"28":{"tf":1.0},"3":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"51":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":2,"docs":{"4":{"tf":1.0},"53":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"17":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"16":{"tf":1.0}}}},"df":21,"docs":{"0":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.4142135623730951},"29":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":1.0},"50":{"tf":2.23606797749979},"51":{"tf":1.7320508075688772},"53":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":30,"docs":{"14":{"tf":1.7320508075688772},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"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},"55":{"tf":1.0},"9":{"tf":1.7320508075688772}}}},"i":{"df":0,"docs":{},"z":{"df":2,"docs":{"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":17,"docs":{"0":{"tf":1.4142135623730951},"13":{"tf":1.0},"17":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.7320508075688772},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"31":{"tf":1.0},"33":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"55":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"u":{"df":1,"docs":{"30":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"33":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"!":{"[":{"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":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"10":{"tf":1.0},"57":{"tf":1.0}},"f":{"df":2,"docs":{"13":{"tf":1.0},"32":{"tf":1.0}},"i":{"df":6,"docs":{"20":{"tf":1.0},"28":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":5,"docs":{"12":{"tf":1.0},"16":{"tf":1.0},"20":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"[":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"12":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"58":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":2.23606797749979}},"e":{"df":0,"docs":{},"t":{"df":13,"docs":{"15":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"29":{"tf":1.4142135623730951}}}},"y":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":1,"docs":{"12":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"21":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"55":{"tf":1.0},"58":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"56":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":9,"docs":{"10":{"tf":1.4142135623730951},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"20":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":4,"docs":{"38":{"tf":1.0},"45":{"tf":1.0},"52":{"tf":1.4142135623730951},"56":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"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":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"5":{"df":1,"docs":{"10":{"tf":1.0}}},"6":{"0":{"df":2,"docs":{"10":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"0":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"31":{"tf":1.0},"9":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"32":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":2,"docs":{"3":{"tf":1.0},"6":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"53":{"tf":1.7320508075688772}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":38,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"12":{"tf":2.449489742783178},"13":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.7320508075688772},"18":{"tf":2.0},"19":{"tf":2.449489742783178},"20":{"tf":2.6457513110645907},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"24":{"tf":1.7320508075688772},"25":{"tf":2.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.0},"28":{"tf":1.7320508075688772},"29":{"tf":1.7320508075688772},"30":{"tf":1.0},"35":{"tf":1.7320508075688772},"4":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"43":{"tf":2.23606797749979},"45":{"tf":1.7320508075688772},"46":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":2.0},"50":{"tf":2.6457513110645907},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.7320508075688772},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":2.23606797749979}},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"15":{"tf":2.0},"16":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"d":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"5":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"e":{"df":1,"docs":{"57":{"tf":1.0}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"29":{"tf":1.0}}}}}}}},"title":{"root":{"2":{"df":1,"docs":{"24":{"tf":1.0}}},"a":{"d":{"df":4,"docs":{"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"54":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"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":{"17":{"tf":1.0}}}}}}}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"z":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":2,"docs":{"26":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"26":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"40":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"38":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"51":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"55":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"55":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"31":{"tf":1.0},"32":{"tf":1.0}}}}}}}},"d":{"a":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"32":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"42":{"tf":1.0},"43":{"tf":1.0}}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"38":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"32":{"tf":1.0}},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"l":{"df":1,"docs":{"55":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"23":{"tf":1.0},"27":{"tf":1.0},"49":{"tf":1.0}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"18":{"tf":1.0},"20":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}}}}}},"f":{"a":{"df":0,"docs":{},"q":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"44":{"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":{"33":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"58":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"14":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"48":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"i":{"df":1,"docs":{"14":{"tf":1.0}},"i":{"df":1,"docs":{"42":{"tf":1.0}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"53":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"v":{"df":1,"docs":{"54":{"tf":1.0}}}},"k":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"39":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"26":{"tf":1.0}}}}},"o":{"a":{"d":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"10":{"tf":1.0}}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"30":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"28":{"tf":1.0}}}}}}},"w":{"df":1,"docs":{"49":{"tf":1.0}}}}},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"9":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"29":{"tf":1.0}}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"14":{"tf":1.0},"2":{"tf":1.0},"42":{"tf":1.0},"54":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"34":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}}}}}}},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"o":{"b":{"df":0,"docs":{},"e":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"42":{"tf":1.0},"53":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":3,"docs":{"10":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"47":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":6,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":1.0},"56":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"24":{"tf":1.0},"50":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"28":{"tf":1.0}}}}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"7":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"33":{"tf":1.0},"48":{"tf":1.0}}}}}}}},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"24":{"tf":1.0},"25":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":1,"docs":{"16":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"29":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"10":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"52":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":9,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"45":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"lang":"English","pipeline":["trimmer","stopWordFilter","stemmer"],"ref":"id","version":"0.9.5"},"results_options":{"limit_results":30,"teaser_word_count":30},"search_options":{"bool":"OR","expand":true,"fields":{"body":{"boost":1},"breadcrumbs":{"boost":1},"title":{"boost":2}}}}')); \ No newline at end of file diff --git a/docs/searchindex-51d1629d.js b/docs/searchindex-51d1629d.js new file mode 100644 index 0000000..6a81260 --- /dev/null +++ b/docs/searchindex-51d1629d.js @@ -0,0 +1 @@ +window.search = Object.assign(window.search, JSON.parse('{"doc_urls":["project-context-primer.html#project-context-primer","what-you-will-learn.html#what-you-will-learn","part-i.html#part-i--foundations","introduction.html#introduction","architecture-overview.html#architecture-overview","architecture-overview.html#core-flow","architecture-overview.html#components","architecture-overview.html#entry-points","architecture-overview.html#builder-api","architecture-overview.html#deployers","architecture-overview.html#assets-and-images","architecture-overview.html#docker-image","architecture-overview.html#circuit-assets","architecture-overview.html#compose-stack","architecture-overview.html#logging-architecture","architecture-overview.html#observability","testing-philosophy.html#testing-philosophy","testing-philosophy.html#declarative-over-imperative","testing-philosophy.html#protocol-time-not-wall-time","testing-philosophy.html#determinism-first-chaos-when-needed","testing-philosophy.html#observable-health-signals","testing-philosophy.html#minimum-run-windows","testing-philosophy.html#summary","scenario-lifecycle.html#scenario-lifecycle","design-rationale.html#design-rationale","part-ii.html#part-ii--user-guide","workspace-layout.html#workspace-layout","annotated-tree.html#annotated-tree","annotated-tree.html#key-directories-explained","annotated-tree.html#testing-framework","annotated-tree.html#testing-frameworkassetsstack","annotated-tree.html#examples-start-here","annotated-tree.html#scripts","annotated-tree.html#observability","annotated-tree.html#navigation-guide","authoring-scenarios.html#authoring-scenarios","workloads.html#core-content-workloads--expectations","workloads.html#workloads","workloads.html#expectations","scenario-builder-ext-patterns.html#core-content-scenariobuilderext-patterns","best-practices.html#best-practices","examples.html#examples","examples.html#simple-consensus-liveness","examples.html#transaction-workload","examples.html#da--transaction-workload","examples.html#chaos-resilience","examples-advanced.html#advanced-examples","examples-advanced.html#summary","examples-advanced.html#load-progression-test","examples-advanced.html#sustained-load-test","examples-advanced.html#aggressive-chaos-test","examples-advanced.html#extension-ideas","examples-advanced.html#network-partition-recovery","examples-advanced.html#block-timing-consistency","examples-advanced.html#invalid-transaction-fuzzing","examples-advanced.html#wallet-balance-verification","running-scenarios.html#running-scenarios","runners.html#runners","runners.html#local-runner","runners.html#docker-compose-runner","runners.html#kubernetes-runner","runners.html#common-expectations","operations.html#operations","operations.html#ci-usage","operations.html#running-examples","operations.html#local-runner","operations.html#compose-runner","operations.html#k8s-runner","operations.html#circuit-assets-kzg-parameters","operations.html#asset-location","operations.html#getting-circuit-assets","operations.html#ci-workflow","operations.html#when-are-assets-needed","operations.html#logging-and-observability","operations.html#node-logging-vs-framework-logging","operations.html#logging-environment-variables","operations.html#per-node-log-files","operations.html#filter-target-names","operations.html#accessing-logs-per-runner","operations.html#otlp-and-telemetry","operations.html#observability-prometheus-and-node-apis","part-iii.html#part-iii--developer-reference","scenario-model.html#scenario-model-developer-level","extending.html#extending-the-framework","extending.html#adding-a-workload","extending.html#adding-an-expectation","extending.html#adding-a-runner","extending.html#adding-topology-helpers","custom-workload-example.html#example-new-workload--expectation-rust","custom-workload-example.html#workload-simple-reachability-probe","custom-workload-example.html#expectation-confirm-the-target-stayed-reachable","custom-workload-example.html#how-to-wire-it","internal-crate-reference.html#internal-crate-reference","internal-crate-reference.html#where-to-add-new-capabilities","internal-crate-reference.html#extension-workflow","internal-crate-reference.html#adding-a-new-workload","internal-crate-reference.html#adding-a-new-expectation","internal-crate-reference.html#adding-a-new-deployer","part-iv.html#part-iv--appendix","dsl-cheat-sheet.html#builder-api-quick-reference","dsl-cheat-sheet.html#imports","dsl-cheat-sheet.html#topology","dsl-cheat-sheet.html#wallets","dsl-cheat-sheet.html#transaction-workload","dsl-cheat-sheet.html#da-workload","dsl-cheat-sheet.html#chaos-workload-requires-enable_node_control","dsl-cheat-sheet.html#expectations","dsl-cheat-sheet.html#run-duration","dsl-cheat-sheet.html#build","dsl-cheat-sheet.html#deployers","dsl-cheat-sheet.html#execution","dsl-cheat-sheet.html#complete-example","troubleshooting.html#troubleshooting-scenarios","troubleshooting.html#quick-symptom-guide","troubleshooting.html#where-to-find-logs","troubleshooting.html#log-location-quick-reference","troubleshooting.html#accessing-node-logs-by-runner","troubleshooting.html#debugging-workflow","troubleshooting.html#1-check-framework-output","troubleshooting.html#2-verify-node-readiness","troubleshooting.html#3-inspect-node-logs","troubleshooting.html#4-check-log-levels","troubleshooting.html#5-verify-observability-endpoints","troubleshooting.html#6-compare-with-known-good-scenario","troubleshooting.html#common-error-messages","troubleshooting.html#consensus-liveness-expectation-failed","troubleshooting.html#wallet-seeding-failed","troubleshooting.html#node-control-not-available","troubleshooting.html#readiness-timeout","troubleshooting.html#port-already-in-use","troubleshooting.html#image-not-found-nomos-testnetlocal","troubleshooting.html#failed-to-load-kzg-parameters-or-circuit-file-not-found","faq.html#faq","glossary.html#glossary"],"index":{"documentStore":{"docInfo":{"0":{"body":73,"breadcrumbs":6,"title":3},"1":{"body":26,"breadcrumbs":2,"title":1},"10":{"body":0,"breadcrumbs":6,"title":2},"100":{"body":17,"breadcrumbs":8,"title":1},"101":{"body":22,"breadcrumbs":8,"title":1},"102":{"body":9,"breadcrumbs":8,"title":1},"103":{"body":19,"breadcrumbs":9,"title":2},"104":{"body":21,"breadcrumbs":9,"title":2},"105":{"body":31,"breadcrumbs":11,"title":4},"106":{"body":8,"breadcrumbs":8,"title":1},"107":{"body":7,"breadcrumbs":9,"title":2},"108":{"body":7,"breadcrumbs":8,"title":1},"109":{"body":14,"breadcrumbs":8,"title":1},"11":{"body":20,"breadcrumbs":6,"title":2},"110":{"body":8,"breadcrumbs":8,"title":1},"111":{"body":61,"breadcrumbs":9,"title":2},"112":{"body":28,"breadcrumbs":7,"title":2},"113":{"body":119,"breadcrumbs":8,"title":3},"114":{"body":0,"breadcrumbs":7,"title":2},"115":{"body":141,"breadcrumbs":9,"title":4},"116":{"body":345,"breadcrumbs":9,"title":4},"117":{"body":4,"breadcrumbs":7,"title":2},"118":{"body":16,"breadcrumbs":9,"title":4},"119":{"body":60,"breadcrumbs":9,"title":4},"12":{"body":18,"breadcrumbs":6,"title":2},"120":{"body":56,"breadcrumbs":9,"title":4},"121":{"body":13,"breadcrumbs":9,"title":4},"122":{"body":18,"breadcrumbs":9,"title":4},"123":{"body":14,"breadcrumbs":10,"title":5},"124":{"body":0,"breadcrumbs":8,"title":3},"125":{"body":49,"breadcrumbs":9,"title":4},"126":{"body":18,"breadcrumbs":8,"title":3},"127":{"body":27,"breadcrumbs":8,"title":3},"128":{"body":41,"breadcrumbs":7,"title":2},"129":{"body":25,"breadcrumbs":8,"title":3},"13":{"body":18,"breadcrumbs":6,"title":2},"130":{"body":32,"breadcrumbs":9,"title":4},"131":{"body":39,"breadcrumbs":12,"title":7},"132":{"body":155,"breadcrumbs":5,"title":1},"133":{"body":304,"breadcrumbs":5,"title":1},"14":{"body":81,"breadcrumbs":6,"title":2},"15":{"body":45,"breadcrumbs":5,"title":1},"16":{"body":17,"breadcrumbs":6,"title":2},"17":{"body":45,"breadcrumbs":7,"title":3},"18":{"body":127,"breadcrumbs":8,"title":4},"19":{"body":72,"breadcrumbs":8,"title":4},"2":{"body":10,"breadcrumbs":4,"title":2},"20":{"body":51,"breadcrumbs":7,"title":3},"21":{"body":86,"breadcrumbs":7,"title":3},"22":{"body":26,"breadcrumbs":5,"title":1},"23":{"body":106,"breadcrumbs":6,"title":2},"24":{"body":68,"breadcrumbs":6,"title":2},"25":{"body":10,"breadcrumbs":8,"title":4},"26":{"body":99,"breadcrumbs":8,"title":2},"27":{"body":121,"breadcrumbs":8,"title":2},"28":{"body":0,"breadcrumbs":9,"title":3},"29":{"body":44,"breadcrumbs":8,"title":2},"3":{"body":84,"breadcrumbs":4,"title":1},"30":{"body":22,"breadcrumbs":8,"title":2},"31":{"body":35,"breadcrumbs":9,"title":3},"32":{"body":9,"breadcrumbs":7,"title":1},"33":{"body":44,"breadcrumbs":7,"title":1},"34":{"body":63,"breadcrumbs":8,"title":2},"35":{"body":101,"breadcrumbs":8,"title":2},"36":{"body":18,"breadcrumbs":12,"title":4},"37":{"body":38,"breadcrumbs":9,"title":1},"38":{"body":54,"breadcrumbs":9,"title":1},"39":{"body":84,"breadcrumbs":12,"title":4},"4":{"body":10,"breadcrumbs":6,"title":2},"40":{"body":103,"breadcrumbs":8,"title":2},"41":{"body":60,"breadcrumbs":6,"title":1},"42":{"body":50,"breadcrumbs":8,"title":3},"43":{"body":53,"breadcrumbs":7,"title":2},"44":{"body":61,"breadcrumbs":8,"title":3},"45":{"body":73,"breadcrumbs":7,"title":2},"46":{"body":8,"breadcrumbs":9,"title":2},"47":{"body":44,"breadcrumbs":8,"title":1},"48":{"body":66,"breadcrumbs":10,"title":3},"49":{"body":64,"breadcrumbs":10,"title":3},"5":{"body":17,"breadcrumbs":6,"title":2},"50":{"body":70,"breadcrumbs":10,"title":3},"51":{"body":7,"breadcrumbs":9,"title":2},"52":{"body":41,"breadcrumbs":10,"title":3},"53":{"body":33,"breadcrumbs":10,"title":3},"54":{"body":42,"breadcrumbs":10,"title":3},"55":{"body":44,"breadcrumbs":10,"title":3},"56":{"body":75,"breadcrumbs":8,"title":2},"57":{"body":31,"breadcrumbs":6,"title":1},"58":{"body":26,"breadcrumbs":7,"title":2},"59":{"body":36,"breadcrumbs":8,"title":3},"6":{"body":81,"breadcrumbs":5,"title":1},"60":{"body":25,"breadcrumbs":7,"title":2},"61":{"body":43,"breadcrumbs":7,"title":2},"62":{"body":134,"breadcrumbs":6,"title":1},"63":{"body":46,"breadcrumbs":7,"title":2},"64":{"body":0,"breadcrumbs":7,"title":2},"65":{"body":74,"breadcrumbs":7,"title":2},"66":{"body":156,"breadcrumbs":7,"title":2},"67":{"body":110,"breadcrumbs":7,"title":2},"68":{"body":9,"breadcrumbs":9,"title":4},"69":{"body":18,"breadcrumbs":7,"title":2},"7":{"body":56,"breadcrumbs":6,"title":2},"70":{"body":41,"breadcrumbs":8,"title":3},"71":{"body":22,"breadcrumbs":7,"title":2},"72":{"body":30,"breadcrumbs":7,"title":2},"73":{"body":0,"breadcrumbs":7,"title":2},"74":{"body":95,"breadcrumbs":10,"title":5},"75":{"body":76,"breadcrumbs":8,"title":3},"76":{"body":58,"breadcrumbs":9,"title":4},"77":{"body":36,"breadcrumbs":8,"title":3},"78":{"body":321,"breadcrumbs":9,"title":4},"79":{"body":35,"breadcrumbs":7,"title":2},"8":{"body":58,"breadcrumbs":6,"title":2},"80":{"body":56,"breadcrumbs":9,"title":4},"81":{"body":10,"breadcrumbs":8,"title":4},"82":{"body":118,"breadcrumbs":12,"title":4},"83":{"body":0,"breadcrumbs":8,"title":2},"84":{"body":39,"breadcrumbs":8,"title":2},"85":{"body":21,"breadcrumbs":8,"title":2},"86":{"body":29,"breadcrumbs":8,"title":2},"87":{"body":21,"breadcrumbs":9,"title":3},"88":{"body":19,"breadcrumbs":14,"title":5},"89":{"body":120,"breadcrumbs":13,"title":4},"9":{"body":47,"breadcrumbs":5,"title":1},"90":{"body":67,"breadcrumbs":14,"title":5},"91":{"body":24,"breadcrumbs":10,"title":1},"92":{"body":112,"breadcrumbs":10,"title":3},"93":{"body":63,"breadcrumbs":10,"title":3},"94":{"body":0,"breadcrumbs":9,"title":2},"95":{"body":69,"breadcrumbs":10,"title":3},"96":{"body":50,"breadcrumbs":10,"title":3},"97":{"body":54,"breadcrumbs":10,"title":3},"98":{"body":10,"breadcrumbs":6,"title":3},"99":{"body":7,"breadcrumbs":11,"title":4}},"docs":{"0":{"body":"This book focuses on the Nomos Testing Framework. It assumes familiarity with\\nthe Nomos architecture, but for completeness, here is a short primer. Nomos is a modular blockchain protocol composed of validators, executors,\\nand a data-availability (DA) subsystem. Validators participate in consensus and produce blocks. Executors are validators with the DA dispersal service enabled. They perform\\nall validator functions plus submit blob data to the DA network. Data Availability (DA) ensures that blob data submitted via channel operations\\nin transactions is published and retrievable by the network. These roles interact tightly, which is why meaningful testing must be performed\\nin multi-node environments that include real networking, timing, and DA\\ninteraction.","breadcrumbs":"Project Context Primer » Project Context Primer","id":"0","title":"Project Context Primer"},"1":{"body":"This book gives you a clear mental model for Nomos multi-node testing, shows how\\nto author scenarios that pair realistic workloads with explicit expectations,\\nand guides you to run them across local, containerized, and cluster environments\\nwithout changing the plan.","breadcrumbs":"What You Will Learn » What You Will Learn","id":"1","title":"What You Will Learn"},"10":{"body":"","breadcrumbs":"Part I — Foundations » Architecture Overview » Assets and Images","id":"10","title":"Assets and Images"},"100":{"body":"#![allow(unused)] fn main() {\\nuse testing_framework_core::scenario::{Deployer, ScenarioBuilder};\\nuse testing_framework_runner_local::LocalDeployer;\\nuse testing_framework_runner_compose::ComposeDeployer;\\nuse testing_framework_runner_k8s::K8sDeployer;\\nuse testing_framework_workflows::{ScenarioBuilderExt, ChaosBuilderExt};\\nuse std::time::Duration; }","breadcrumbs":"Part IV — Appendix » Builder API Quick Reference » Imports","id":"100","title":"Imports"},"101":{"body":"#![allow(unused)] fn main() {\\nScenarioBuilder::topology() .network_star() // Star topology (all connect to seed node) .validators(3) // Number of validator nodes .executors(2) // Number of executor nodes .apply() // Finish topology configuration }","breadcrumbs":"Part IV — Appendix » Builder API Quick Reference » Topology","id":"101","title":"Topology"},"102":{"body":"#![allow(unused)] fn main() {\\n.wallets(50) // Seed 50 funded wallet accounts }","breadcrumbs":"Part IV — Appendix » Builder API Quick Reference » Wallets","id":"102","title":"Wallets"},"103":{"body":"#![allow(unused)] fn main() {\\n.transactions() .rate(5) // 5 transactions per block .users(20) // Use 20 of the seeded wallets .apply() // Finish transaction workload config }","breadcrumbs":"Part IV — Appendix » Builder API Quick Reference » Transaction Workload","id":"103","title":"Transaction Workload"},"104":{"body":"#![allow(unused)] fn main() {\\n.da() .channel_rate(1) // 1 channel operation per block .blob_rate(2) // 2 blob dispersals per block .apply() // Finish DA workload config }","breadcrumbs":"Part IV — Appendix » Builder API Quick Reference » DA Workload","id":"104","title":"DA Workload"},"105":{"body":"#![allow(unused)] fn main() {\\n.enable_node_control() // Enable node control capability\\n.chaos() .restart() // Random restart chaos .min_delay(Duration::from_secs(30)) // Min time between restarts .max_delay(Duration::from_secs(60)) // Max time between restarts .target_cooldown(Duration::from_secs(45)) // Cooldown after restart .apply() // Finish chaos workload config }","breadcrumbs":"Part IV — Appendix » Builder API Quick Reference » Chaos Workload (Requires enable_node_control())","id":"105","title":"Chaos Workload (Requires enable_node_control())"},"106":{"body":"#![allow(unused)] fn main() {\\n.expect_consensus_liveness() // Assert blocks are produced continuously }","breadcrumbs":"Part IV — Appendix » Builder API Quick Reference » Expectations","id":"106","title":"Expectations"},"107":{"body":"#![allow(unused)] fn main() {\\n.with_run_duration(Duration::from_secs(120)) // Run for 120 seconds }","breadcrumbs":"Part IV — Appendix » Builder API Quick Reference » Run Duration","id":"107","title":"Run Duration"},"108":{"body":"#![allow(unused)] fn main() {\\n.build() // Construct the final Scenario }","breadcrumbs":"Part IV — Appendix » Builder API Quick Reference » Build","id":"108","title":"Build"},"109":{"body":"#![allow(unused)] fn main() {\\n// Local processes\\nlet deployer = LocalDeployer::default(); // Docker Compose\\nlet deployer = ComposeDeployer::default(); // Kubernetes\\nlet deployer = K8sDeployer::default(); }","breadcrumbs":"Part IV — Appendix » Builder API Quick Reference » Deployers","id":"109","title":"Deployers"},"11":{"body":"Built via testing-framework/assets/stack/scripts/build_test_image.sh: Embeds KZG circuit parameters from testing-framework/assets/stack/kzgrs_test_params/ Includes runner scripts: run_nomos_node.sh, run_nomos_executor.sh Tagged as NOMOS_TESTNET_IMAGE (default: nomos-testnet:local)","breadcrumbs":"Part I — Foundations » Architecture Overview » Docker Image","id":"11","title":"Docker Image"},"110":{"body":"#![allow(unused)] fn main() {\\nlet runner = deployer.deploy(&plan).await?;\\nlet _handle = runner.run(&mut plan).await?; }","breadcrumbs":"Part IV — Appendix » Builder API Quick Reference » Execution","id":"110","title":"Execution"},"111":{"body":"#![allow(unused)] fn main() {\\nuse testing_framework_core::scenario::{Deployer, ScenarioBuilder};\\nuse testing_framework_runner_local::LocalDeployer;\\nuse testing_framework_workflows::ScenarioBuilderExt;\\nuse std::time::Duration; async fn run_test() -> Result<(), Box> { let mut plan = ScenarioBuilder::topology() .network_star() .validators(3) .executors(2) .apply() .wallets(50) .transactions() .rate(5) // 5 transactions per block .users(20) .apply() .da() .channel_rate(1) // 1 channel operation per block .blob_rate(2) // 2 blob dispersals per block .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(90)) .build(); let deployer = LocalDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} }","breadcrumbs":"Part IV — Appendix » Builder API Quick Reference » Complete Example","id":"111","title":"Complete Example"},"112":{"body":"Prerequisites for All Runners: POL_PROOF_DEV_MODE=true MUST be set for all runners (local, compose, k8s) to avoid expensive Groth16 proof generation that causes timeouts KZG circuit assets must be present at testing-framework/assets/stack/kzgrs_test_params/ for DA workloads (fetch via scripts/setup-nomos-circuits.sh)","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Troubleshooting Scenarios","id":"112","title":"Troubleshooting Scenarios"},"113":{"body":"Common symptoms and likely causes: No or slow block progression: missing POL_PROOF_DEV_MODE=true, missing KZG circuit assets for DA workloads, too-short run window, port conflicts, or resource exhaustion—set required env vars, verify assets, extend duration, check node logs for startup errors. Transactions not included: unfunded or misconfigured wallets (check .wallets(N) vs .users(M)), transaction rate exceeding block capacity, or rates exceeding block production speed—reduce rate, increase wallet count, verify wallet setup in logs. Chaos stalls the run: chaos (node control) only works with ComposeDeployer; LocalDeployer and K8sDeployer don’t support it (won’t “stall”, just can’t execute chaos workloads). With compose, aggressive restart cadence can prevent consensus recovery—widen restart intervals. Observability gaps: metrics or logs unreachable because ports clash or services are not exposed—adjust observability ports and confirm runner wiring. Flaky behavior across runs: mixing chaos with functional smoke tests or inconsistent topology between environments—separate deterministic and chaos scenarios and standardize topology presets.","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Quick Symptom Guide","id":"113","title":"Quick Symptom Guide"},"114":{"body":"","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Where to Find Logs","id":"114","title":"Where to Find Logs"},"115":{"body":"Runner Default Output With NOMOS_LOG_DIR + Flags Access Command Local Temporary directories (cleaned up) Per-node files with prefix nomos-node-{index} (requires NOMOS_TESTS_TRACING=true) cat $NOMOS_LOG_DIR/nomos-node-0* Compose Docker container stdout/stderr Per-node files inside containers (if path is mounted) docker ps then docker logs K8s Pod stdout/stderr Per-node files inside pods (if path is mounted) kubectl logs -l app=nomos-validator Important Notes: Local runner: Logs go to system temporary directories (NOT in working directory) by default and are automatically cleaned up after tests. To persist logs, you MUST set both NOMOS_TESTS_TRACING=true AND NOMOS_LOG_DIR=/path/to/logs. Compose/K8s: Per-node log files only exist inside containers/pods if NOMOS_LOG_DIR is set AND the path is writable inside the container/pod. By default, rely on docker logs or kubectl logs. File naming: Log files use prefix nomos-node-{index}* or nomos-executor-{index}* with timestamps, e.g., nomos-node-0.2024-12-01T10-30-45.log (NOT just .log suffix). Container names: Compose containers include project UUID, e.g., nomos-compose--validator-0-1 where is randomly generated per run","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Log Location Quick Reference","id":"115","title":"Log Location Quick Reference"},"116":{"body":"Local Runner Console output (default): POL_PROOF_DEV_MODE=true cargo run -p runner-examples --bin local_runner 2>&1 | tee test.log Persistent file output: NOMOS_TESTS_TRACING=true \\\\\\nNOMOS_LOG_DIR=/tmp/debug-logs \\\\\\nNOMOS_LOG_LEVEL=debug \\\\\\nPOL_PROOF_DEV_MODE=true \\\\\\ncargo run -p runner-examples --bin local_runner # Inspect logs (note: filenames include timestamps):\\nls /tmp/debug-logs/\\n# Example: nomos-node-0.2024-12-01T10-30-45.log\\ntail -f /tmp/debug-logs/nomos-node-0* # Use wildcard to match timestamp Compose Runner Stream live logs: # List running containers (note the UUID prefix in names)\\ndocker ps --filter \\"name=nomos-compose-\\" # Find your container ID or name from the list, then:\\ndocker logs -f # Or filter by name pattern:\\ndocker logs -f $(docker ps --filter \\"name=nomos-compose-.*-validator-0\\" -q | head -1) # Show last 100 lines\\ndocker logs --tail 100 Keep containers for post-mortem debugging: COMPOSE_RUNNER_PRESERVE=1 \\\\\\nNOMOS_TESTNET_IMAGE=nomos-testnet:local \\\\\\ncargo run -p runner-examples --bin compose_runner # After test failure, containers remain running:\\ndocker ps --filter \\"name=nomos-compose-\\"\\ndocker exec -it /bin/sh\\ndocker logs > debug.log Note: Container names follow the pattern nomos-compose-{uuid}-validator-{index}-1 or nomos-compose-{uuid}-executor-{index}-1, where {uuid} is randomly generated per run. K8s Runner Important: Always verify your namespace and use label selectors instead of assuming pod names. Stream pod logs (use label selectors): # Check your namespace first\\nkubectl config view --minify | grep namespace # All validator pods (add -n if not using default)\\nkubectl logs -l app=nomos-validator -f # All executor pods\\nkubectl logs -l app=nomos-executor -f # Specific pod by name (find exact name first)\\nkubectl get pods -l app=nomos-validator # Find the exact pod name\\nkubectl logs -f # Then use it # With explicit namespace\\nkubectl logs -n my-namespace -l app=nomos-validator -f Download logs from crashed pods: # Previous logs from crashed pod\\nkubectl get pods -l app=nomos-validator # Find crashed pod name first\\nkubectl logs --previous > crashed-validator.log # Or use label selector for all crashed validators\\nfor pod in $(kubectl get pods -l app=nomos-validator -o name); do kubectl logs --previous $pod > $(basename $pod)-previous.log 2>&1\\ndone Access logs from all pods: # All pods in current namespace\\nfor pod in $(kubectl get pods -o name); do echo \\"=== $pod ===\\" kubectl logs $pod\\ndone > all-logs.txt # Or use label selectors (recommended)\\nkubectl logs -l app=nomos-validator --tail=500 > validators.log\\nkubectl logs -l app=nomos-executor --tail=500 > executors.log # With explicit namespace\\nkubectl logs -n my-namespace -l app=nomos-validator --tail=500 > validators.log","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Accessing Node Logs by Runner","id":"116","title":"Accessing Node Logs by Runner"},"117":{"body":"When a test fails, follow this sequence:","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Debugging Workflow","id":"117","title":"Debugging Workflow"},"118":{"body":"Start with the test harness output—did expectations fail? Was there a deployment error? Look for: Expectation failure messages Timeout errors Deployment/readiness failures","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » 1. Check Framework Output","id":"118","title":"1. Check Framework Output"},"119":{"body":"Ensure all nodes started successfully and became ready before workloads began. Commands: # Local: check process list\\nps aux | grep nomos # Compose: check container status (note UUID in names)\\ndocker ps -a --filter \\"name=nomos-compose-\\" # K8s: check pod status (use label selectors, add -n if needed)\\nkubectl get pods -l app=nomos-validator\\nkubectl get pods -l app=nomos-executor\\nkubectl describe pod # Get name from above first","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » 2. Verify Node Readiness","id":"119","title":"2. Verify Node Readiness"},"12":{"body":"KZG parameters required for DA workloads: Default path: testing-framework/assets/stack/kzgrs_test_params/ Override: NOMOS_KZGRS_PARAMS_PATH=/custom/path Fetch via: scripts/setup-nomos-circuits.sh v0.3.1 /tmp/circuits","breadcrumbs":"Part I — Foundations » Architecture Overview » Circuit Assets","id":"12","title":"Circuit Assets"},"120":{"body":"Focus on the first node that exhibited problems or the node with the highest index (often the last to start). Common error patterns: “Failed to bind address” → port conflict “Connection refused” → peer not ready or network issue “Proof verification failed” or “Proof generation timeout” → missing POL_PROOF_DEV_MODE=true (REQUIRED for all runners) “Failed to load KZG parameters” or “Circuit file not found” → missing KZG circuit assets at testing-framework/assets/stack/kzgrs_test_params/ “Insufficient funds” → wallet seeding issue (increase .wallets(N) or reduce .users(M))","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » 3. Inspect Node Logs","id":"120","title":"3. Inspect Node Logs"},"121":{"body":"If logs are too sparse, increase verbosity: NOMOS_LOG_LEVEL=debug \\\\\\nNOMOS_LOG_FILTER=\\"nomos_consensus=trace,nomos_da_sampling=debug\\" \\\\\\ncargo run -p runner-examples --bin local_runner","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » 4. Check Log Levels","id":"121","title":"4. Check Log Levels"},"122":{"body":"If expectations report observability issues: Prometheus (Compose): curl http://localhost:9090/-/healthy Node HTTP APIs: curl http://localhost:18080/consensus/info # Adjust port per node","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » 5. Verify Observability Endpoints","id":"122","title":"5. Verify Observability Endpoints"},"123":{"body":"Run a minimal baseline test (e.g., 2 validators, consensus liveness only). If it passes, the issue is in your workload or topology configuration.","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » 6. Compare with Known-Good Scenario","id":"123","title":"6. Compare with Known-Good Scenario"},"124":{"body":"","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Common Error Messages","id":"124","title":"Common Error Messages"},"125":{"body":"Cause: Not enough blocks produced during run window, missing POL_PROOF_DEV_MODE=true (causes slow proof generation), or missing KZG assets for DA workloads Fix: Verify POL_PROOF_DEV_MODE=true is set (REQUIRED for all runners) Verify KZG assets exist at testing-framework/assets/stack/kzgrs_test_params/ (for DA workloads) Extend with_run_duration() to allow more blocks Check node logs for proof generation or DA errors Reduce transaction/DA rate if nodes are overwhelmed","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » “Consensus liveness expectation failed”","id":"125","title":"“Consensus liveness expectation failed”"},"126":{"body":"Cause: Topology doesn’t have enough funded wallets for the workload Fix: Increase .wallets(N) count or reduce .users(M) in transaction workload (ensure N ≥ M)","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » “Wallet seeding failed”","id":"126","title":"“Wallet seeding failed”"},"127":{"body":"Cause: Runner doesn’t support node control (only ComposeDeployer does), or enable_node_control() wasn’t called Fix: Use ComposeDeployer for chaos tests (LocalDeployer and K8sDeployer don’t support node control) Ensure .enable_node_control() is called in scenario before .chaos()","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » “Node control not available”","id":"127","title":"“Node control not available”"},"128":{"body":"Cause: Nodes didn’t become responsive within expected time (often due to missing prerequisites) Fix: Verify POL_PROOF_DEV_MODE=true is set (REQUIRED for all runners—without it, proof generation is too slow) Check node logs for startup errors (port conflicts, missing assets) Verify network connectivity between nodes For DA workloads, ensure KZG circuit assets are present","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » “Readiness timeout”","id":"128","title":"“Readiness timeout”"},"129":{"body":"Cause: Previous test didn’t clean up, or another process holds the port Fix: Kill orphaned processes ( pkill nomos-node), wait for Docker cleanup ( docker compose down), or restart Docker","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » “Port already in use”","id":"129","title":"“Port already in use”"},"13":{"body":"Templates and configs in testing-framework/runners/compose/assets/: docker-compose.yml.tera — Stack template (validators, executors, Prometheus) Cfgsync config: testing-framework/assets/stack/cfgsync.yaml Monitoring: testing-framework/assets/stack/monitoring/prometheus.yml","breadcrumbs":"Part I — Foundations » Architecture Overview » Compose Stack","id":"13","title":"Compose Stack"},"130":{"body":"Cause: Docker image not built for Compose/K8s runners, or KZG assets not baked into image Fix: Fetch KZG assets: scripts/setup-nomos-circuits.sh v0.3.1 /tmp/nomos-circuits Copy to assets: cp -r /tmp/nomos-circuits/* testing-framework/assets/stack/kzgrs_test_params/ Build image: testing-framework/assets/stack/scripts/build_test_image.sh","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » “Image not found: nomos-testnet:local”","id":"130","title":"“Image not found: nomos-testnet:local”"},"131":{"body":"Cause: DA workload requires KZG circuit assets that aren’t present Fix: Fetch assets: scripts/setup-nomos-circuits.sh v0.3.1 /tmp/nomos-circuits Copy to expected path: cp -r /tmp/nomos-circuits/* testing-framework/assets/stack/kzgrs_test_params/ For Compose/K8s: rebuild image with assets baked in For detailed logging configuration and observability setup, see Operations.","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » “Failed to load KZG parameters” or “Circuit file not found”","id":"131","title":"“Failed to load KZG parameters” or “Circuit file not found”"},"132":{"body":"Why block-oriented timing? Slots advance at a fixed rate (NTP-synchronized, 2s by default), so reasoning\\nabout blocks and consensus intervals keeps assertions aligned with protocol\\nbehavior rather than arbitrary wall-clock durations. Can I reuse the same scenario across runners? Yes. The plan stays the same; swap runners (local, compose, k8s) to target\\ndifferent environments. When should I enable chaos workloads? Only when testing resilience or operational recovery; keep functional smoke\\ntests deterministic. How long should runs be? The framework enforces a minimum of 2× slot duration (4 seconds with default 2s slots), but practical recommendations: Smoke tests: 30s minimum (~14 blocks with default 2s slots, 0.9 coefficient) Transaction workloads: 60s+ (~27 blocks) to observe inclusion patterns DA workloads: 90s+ (~40 blocks) to account for dispersal and sampling Chaos tests: 120s+ (~54 blocks) to allow recovery after restarts Very short runs (< 30s) risk false confidence—one or two lucky blocks don’t prove liveness. Do I always need seeded wallets? Only for transaction scenarios. Data-availability or pure chaos scenarios may\\nnot require them, but liveness checks still need validators producing blocks. What if expectations fail but workloads “look fine”? Trust expectations first—they capture the intended success criteria. Use the\\nobservability signals and runner logs to pinpoint why the system missed the\\ntarget.","breadcrumbs":"Part IV — Appendix » FAQ » FAQ","id":"132","title":"FAQ"},"133":{"body":"Validator: node role responsible for participating in consensus and block\\nproduction. Executor: a validator node with the DA dispersal service enabled. Executors\\ncan submit transactions and disperse blob data to the DA network, in addition\\nto performing all validator functions. DA (Data Availability): subsystem ensuring blobs or channel data are\\npublished and retrievable for validation. Deployer: component that provisions infrastructure (spawns processes,\\ncreates containers, or launches pods), waits for readiness, and returns a\\nRunner. Examples: LocalDeployer, ComposeDeployer, K8sDeployer. Runner: component returned by deployers that orchestrates scenario\\nexecution—starts workloads, observes signals, evaluates expectations, and\\ntriggers cleanup. Workload: traffic or behavior generator that exercises the system during a\\nscenario run. Expectation: post-run assertion that judges whether the system met the\\nintended success criteria. Topology: declarative description of the cluster shape, roles, and\\nhigh-level parameters for a scenario. Scenario: immutable plan combining topology, workloads, expectations, and\\nrun duration. Blockfeed: stream of block observations used for liveness or inclusion\\nsignals during a run. Control capability: the ability for a runner to start, stop, or restart\\nnodes, used by chaos workloads. Slot duration: time interval between consensus rounds in Cryptarchia. Blocks\\nare produced at multiples of the slot duration based on lottery outcomes. Block cadence: observed rate of block production in a live network, measured\\nin blocks per second or seconds per block. Cooldown: waiting period after a chaos action (e.g., node restart) before\\ntriggering the next action, allowing the system to stabilize. Run window: total duration a scenario executes, specified via with_run_duration(). Framework auto-extends to at least 2× slot duration. Readiness probe: health check performed by runners to ensure nodes are\\nreachable and responsive before starting workloads. Prevents false negatives\\nfrom premature traffic. Liveness: property that the system continues making progress (producing\\nblocks) under specified conditions. Contrasts with safety/correctness which\\nverifies that state transitions are accurate. State assertion: expectation that verifies specific values in the system\\nstate (e.g., wallet balances, UTXO sets) rather than just progress signals.\\nAlso called “correctness expectations.” Mantle transaction: transaction type in Nomos that can contain UTXO transfers\\n(LedgerTx) and operations (Op), including channel data (ChannelBlob). Channel: logical grouping for DA blobs; each blob belongs to a channel and\\nreferences a parent blob in the same channel, creating a chain of related data. POL_PROOF_DEV_MODE: environment variable that disables expensive Groth16 zero-knowledge\\nproof generation for leader election. Required for all runners (local, compose, k8s)\\nfor practical testing—without it, proof generation causes timeouts. Should never be\\nused in production environments.","breadcrumbs":"Part IV — Appendix » Glossary » Glossary","id":"133","title":"Glossary"},"14":{"body":"Two separate logging pipelines: Component Configuration Output Runner binaries RUST_LOG Framework orchestration logs Node processes NOMOS_LOG_LEVEL, NOMOS_LOG_FILTER, NOMOS_LOG_DIR Consensus, DA, mempool logs Node logging: Local runner: Writes to temporary directories by default (cleaned up). Set NOMOS_TESTS_TRACING=true + NOMOS_LOG_DIR for persistent files. Compose runner: Default logs to container stdout/stderr ( docker logs). Optional per-node files if NOMOS_LOG_DIR is set and mounted. K8s runner: Logs to pod stdout/stderr ( kubectl logs). Optional per-node files if NOMOS_LOG_DIR is set and mounted. File naming: Per-node files use prefix nomos-node-{index} or nomos-executor-{index} (may include timestamps).","breadcrumbs":"Part I — Foundations » Architecture Overview » Logging Architecture","id":"14","title":"Logging Architecture"},"15":{"body":"Prometheus (Compose only): Exposed at http://localhost:9090 (configurable) Scrapes all validator and executor metrics Accessible in expectations: ctx.telemetry().prometheus_endpoint() Node APIs: HTTP endpoints per node for consensus info, network status, DA membership Accessible in expectations: ctx.node_clients().validators().get(0) OTLP (optional): Trace endpoint: NOMOS_OTLP_ENDPOINT=http://localhost:4317 Metrics endpoint: NOMOS_OTLP_METRICS_ENDPOINT=http://localhost:4318 Disabled by default (no noise if unset) For detailed logging configuration, see Logging and Observability.","breadcrumbs":"Part I — Foundations » Architecture Overview » Observability","id":"15","title":"Observability"},"16":{"body":"This framework embodies specific principles that shape how you author and run\\nscenarios. Understanding these principles helps you write effective tests and\\ninterpret results correctly.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Testing Philosophy","id":"16","title":"Testing Philosophy"},"17":{"body":"Describe what you want to test, not how to orchestrate it: #![allow(unused)] fn main() {\\n// Good: declarative\\nScenarioBuilder::topology() .network_star() .validators(2) .executors(1) .apply() .transactions() .rate(5) // 5 transactions per block .apply() .expect_consensus_liveness() .build(); // Bad: imperative (framework doesn\'t work this way)\\n// spawn_validator(); spawn_executor(); // loop { submit_tx(); check_block(); } } Why it matters: The framework handles deployment, readiness, and cleanup.\\nYou focus on test intent, not infrastructure orchestration.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Declarative over Imperative","id":"17","title":"Declarative over Imperative"},"18":{"body":"Reason in blocks and consensus intervals, not wall-clock seconds. Consensus defaults: Slot duration: 2 seconds (NTP-synchronized, configurable via CONSENSUS_SLOT_TIME) Active slot coefficient: 0.9 (90% block probability per slot) Expected rate: ~27 blocks per minute #![allow(unused)] fn main() {\\n// Good: protocol-oriented thinking\\nlet plan = ScenarioBuilder::topology() .network_star() .validators(2) .executors(1) .apply() .transactions() .rate(5) // 5 transactions per block .apply() .with_run_duration(Duration::from_secs(60)) // Let framework calculate expected blocks .expect_consensus_liveness() // \\"Did we produce the expected blocks?\\" .build(); // Bad: wall-clock assumptions\\n// \\"I expect exactly 30 blocks in 60 seconds\\"\\n// This breaks on slow CI where slot timing might drift } Why it matters: Slot timing is fixed (2s by default, NTP-synchronized), so the\\nexpected number of blocks is predictable: ~27 blocks in 60s with the default\\n0.9 active slot coefficient. The framework calculates expected blocks from slot\\nduration and run window, making assertions protocol-based rather than tied to\\nspecific wall-clock expectations. Assert on “blocks produced relative to slots”\\nnot “blocks produced in exact wall-clock seconds”.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Protocol Time, Not Wall Time","id":"18","title":"Protocol Time, Not Wall Time"},"19":{"body":"Default scenarios are repeatable: Fixed topology Predictable traffic rates Deterministic checks Chaos is opt-in: #![allow(unused)] fn main() {\\n// Separate: functional test (deterministic)\\nlet plan = ScenarioBuilder::topology() .network_star() .validators(2) .executors(1) .apply() .transactions() .rate(5) // 5 transactions per block .apply() .expect_consensus_liveness() .build(); // Separate: chaos test (introduces randomness)\\nlet chaos_plan = ScenarioBuilder::topology() .network_star() .validators(3) .executors(2) .apply() .enable_node_control() .chaos() .restart() .apply() .transactions() .rate(5) // 5 transactions per block .apply() .expect_consensus_liveness() .build(); } Why it matters: Mixing determinism with chaos creates noisy, hard-to-debug\\nfailures. Separate concerns make failures actionable.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Determinism First, Chaos When Needed","id":"19","title":"Determinism First, Chaos When Needed"},"2":{"body":"Conceptual chapters that establish the mental model for the framework and how\\nit approaches multi-node testing.","breadcrumbs":"Part I — Foundations » Part I — Foundations","id":"2","title":"Part I — Foundations"},"20":{"body":"Prefer user-facing signals over internal state: Good checks: ✅ Blocks progressing at expected rate (liveness) ✅ Transactions included within N blocks (inclusion) ✅ DA blobs retrievable (availability) Avoid internal checks: ❌ Memory pool size ❌ Internal service state ❌ Cache hit rates Why it matters: User-facing signals reflect actual system health.\\nInternal state can be “healthy” while the system is broken from a user\\nperspective.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Observable Health Signals","id":"20","title":"Observable Health Signals"},"21":{"body":"Always run long enough for meaningful block production: #![allow(unused)] fn main() {\\n// Bad: too short\\n.with_run_duration(Duration::from_secs(5)) // ~2 blocks (with default 2s slots, 0.9 coeff) // Good: enough blocks for assertions\\n.with_run_duration(Duration::from_secs(60)) // ~27 blocks (with default 2s slots, 0.9 coeff) } Note: Block counts assume default consensus parameters: Slot duration: 2 seconds (configurable via CONSENSUS_SLOT_TIME) Active slot coefficient: 0.9 (90% block probability per slot) Formula: blocks ≈ (duration / slot_duration) × active_slot_coeff If upstream changes these parameters, adjust your duration expectations accordingly. The framework enforces minimum durations (at least 2× slot duration), but be explicit. Very short runs risk false confidence—one lucky block doesn’t prove liveness.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Minimum Run Windows","id":"21","title":"Minimum Run Windows"},"22":{"body":"These principles keep scenarios: Portable across environments (protocol time, declarative) Debuggable (determinism, separation of concerns) Meaningful (observable signals, sufficient duration) When authoring scenarios, ask: “Does this test the protocol behavior or\\nmy local environment quirks?”","breadcrumbs":"Part I — Foundations » Testing Philosophy » Summary","id":"22","title":"Summary"},"23":{"body":"Build the plan: Declare a topology, attach workloads and expectations, and set the run window. The plan is the single source of truth for what will happen. Deploy: Hand the plan to a deployer. It provisions the environment on the chosen backend, waits for nodes to signal readiness, and returns a runner. Drive workloads: The runner starts traffic and behaviors (transactions, data-availability activity, restarts) for the planned duration. Observe blocks and signals: Track block progression and other high-level metrics during or after the run window to ground assertions in protocol time. Evaluate expectations: Once activity stops (and optional cooldown completes), the runner checks liveness and workload-specific outcomes to decide pass or fail. Cleanup: Tear down resources so successive runs start fresh and do not inherit leaked state. flowchart LR P[Plan
topology + workloads + expectations] --> D[Deploy
deployer provisions] D --> R[Runner
orchestrates execution] R --> W[Drive Workloads] W --> O[Observe
blocks/metrics] O --> E[Evaluate Expectations] E --> C[Cleanup]","breadcrumbs":"Part I — Foundations » Scenario Lifecycle » Scenario Lifecycle","id":"23","title":"Scenario Lifecycle"},"24":{"body":"Modular crates keep configuration, orchestration, workloads, and runners decoupled so each can evolve without breaking the others. Pluggable runners let the same scenario run on a laptop, a Docker host, or a Kubernetes cluster, making validation portable across environments. Separated workloads and expectations clarify intent: what traffic to generate versus how to judge success. This simplifies review and reuse. Declarative topology makes cluster shape explicit and repeatable, reducing surprise when moving between CI and developer machines. Maintainability through predictability: a clear flow from plan to deployment to verification lowers the cost of extending the framework and interpreting failures.","breadcrumbs":"Part I — Foundations » Design Rationale » Design Rationale","id":"24","title":"Design Rationale"},"25":{"body":"Practical guidance for shaping scenarios, combining workloads and expectations,\\nand running them across different environments.","breadcrumbs":"Part II — User Guide » Part II — User Guide","id":"25","title":"Part II — User Guide"},"26":{"body":"The workspace focuses on multi-node integration testing and sits alongside a nomos-node checkout. Its crates separate concerns to keep scenarios\\nrepeatable and portable: Configs: prepares high-level node, network, tracing, and wallet settings\\nused across test environments. Core scenario orchestration: the engine that holds topology descriptions,\\nscenario plans, runtimes, workloads, and expectations. Workflows: ready-made workloads (transactions, data-availability, chaos)\\nand reusable expectations assembled into a user-facing DSL. Runners: deployment backends for local processes, Docker Compose, and\\nKubernetes, all consuming the same scenario plan. Runner Examples ( examples/runner-examples): runnable binaries\\n( local_runner.rs, compose_runner.rs, k8s_runner.rs) that demonstrate\\ncomplete scenario execution with each deployer. This split keeps configuration, orchestration, reusable traffic patterns, and\\ndeployment adapters loosely coupled while sharing one mental model for tests.","breadcrumbs":"Part II — User Guide » Workspace Layout » Workspace Layout","id":"26","title":"Workspace Layout"},"27":{"body":"Directory structure with key paths annotated: nomos-testing/\\n├─ testing-framework/ # Core library crates\\n│ ├─ configs/ # Node config builders, topology generation, tracing/logging config\\n│ ├─ core/ # Scenario model (ScenarioBuilder), runtime (Runner, Deployer), topology, node spawning\\n│ ├─ workflows/ # Workloads (transactions, DA, chaos), expectations (liveness), builder DSL extensions\\n│ ├─ runners/ # Deployment backends\\n│ │ ├─ local/ # LocalDeployer (spawns local processes)\\n│ │ ├─ compose/ # ComposeDeployer (Docker Compose + Prometheus)\\n│ │ └─ k8s/ # K8sDeployer (Kubernetes Helm)\\n│ └─ assets/ # Docker/K8s stack assets\\n│ └─ stack/\\n│ ├─ kzgrs_test_params/ # KZG circuit parameters (fetch via setup-nomos-circuits.sh)\\n│ ├─ monitoring/ # Prometheus config\\n│ ├─ scripts/ # Container entrypoints, image builder\\n│ └─ cfgsync.yaml # Config sync server template\\n│\\n├─ examples/ # PRIMARY ENTRY POINT: runnable binaries\\n│ └─ src/bin/\\n│ ├─ local_runner.rs # Local processes demo (POL_PROOF_DEV_MODE=true)\\n│ ├─ compose_runner.rs # Docker Compose demo (requires image)\\n│ └─ k8s_runner.rs # Kubernetes demo (requires cluster + image)\\n│\\n├─ scripts/ # Helper utilities\\n│ └─ setup-nomos-circuits.sh # Fetch KZG circuit parameters\\n│\\n└─ book/ # This documentation (mdBook)","breadcrumbs":"Part II — User Guide » Annotated Tree » Annotated Tree","id":"27","title":"Annotated Tree"},"28":{"body":"","breadcrumbs":"Part II — User Guide » Annotated Tree » Key Directories Explained","id":"28","title":"Key Directories Explained"},"29":{"body":"Core library crates providing the testing API. Crate Purpose Key Exports configs Node configuration builders Topology generation, tracing config core Scenario model & runtime ScenarioBuilder, Deployer, Runner workflows Workloads & expectations ScenarioBuilderExt, ChaosBuilderExt runners/local Local process deployer LocalDeployer runners/compose Docker Compose deployer ComposeDeployer runners/k8s Kubernetes deployer K8sDeployer","breadcrumbs":"Part II — User Guide » Annotated Tree » testing-framework/","id":"29","title":"testing-framework/"},"3":{"body":"The Nomos Testing Framework is a purpose-built toolkit for exercising Nomos in\\nrealistic, multi-node environments. It solves the gap between small, isolated\\ntests and full-system validation by letting teams describe a cluster layout,\\ndrive meaningful traffic, and assert the outcomes in one coherent plan. It is for protocol engineers, infrastructure operators, and QA teams who need\\nrepeatable confidence that validators, executors, and data-availability\\ncomponents work together under network and timing constraints. Multi-node integration testing is required because many Nomos behaviors—block\\nprogress, data availability, liveness under churn—only emerge when several\\nroles interact over real networking and time. This framework makes those checks\\ndeclarative, observable, and portable across environments.","breadcrumbs":"Part I — Foundations » Introduction » Introduction","id":"3","title":"Introduction"},"30":{"body":"Docker/K8s deployment assets: kzgrs_test_params/: Circuit parameters (override via NOMOS_KZGRS_PARAMS_PATH) monitoring/: Prometheus config scripts/: Container entrypoints and image builder cfgsync.yaml: Configuration sync server template","breadcrumbs":"Part II — User Guide » Annotated Tree » testing-framework/assets/stack/","id":"30","title":"testing-framework/assets/stack/"},"31":{"body":"Runnable binaries demonstrating framework usage: local_runner.rs — Local processes compose_runner.rs — Docker Compose (requires NOMOS_TESTNET_IMAGE built) k8s_runner.rs — Kubernetes (requires cluster + image) Run with: POL_PROOF_DEV_MODE=true cargo run -p runner-examples --bin All runners require POL_PROOF_DEV_MODE=true to avoid expensive proof generation.","breadcrumbs":"Part II — User Guide » Annotated Tree » examples/ (Start Here!)","id":"31","title":"examples/ (Start Here!)"},"32":{"body":"Helper utilities: setup-nomos-circuits.sh: Fetch KZG parameters from releases","breadcrumbs":"Part II — User Guide » Annotated Tree » scripts/","id":"32","title":"scripts/"},"33":{"body":"Compose runner includes: Prometheus at http://localhost:9090 (metrics scraping) Node metrics exposed per validator/executor Access in expectations: ctx.telemetry().prometheus_endpoint() Logging controlled by: NOMOS_LOG_DIR — Write per-node log files NOMOS_LOG_LEVEL — Global log level (error/warn/info/debug/trace) NOMOS_LOG_FILTER — Target-specific filtering (e.g., consensus=trace,da=debug) NOMOS_TESTS_TRACING — Enable file logging for local runner See Logging and Observability for details.","breadcrumbs":"Part II — User Guide » Annotated Tree » Observability","id":"33","title":"Observability"},"34":{"body":"To Do This Go Here Run an example examples/src/bin/ → cargo run -p runner-examples --bin Write a custom scenario testing-framework/core/ → Implement using ScenarioBuilder Add a new workload testing-framework/workflows/src/workloads/ → Implement Workload trait Add a new expectation testing-framework/workflows/src/expectations/ → Implement Expectation trait Modify node configs testing-framework/configs/src/topology/configs/ Extend builder DSL testing-framework/workflows/src/builder/ → Add trait methods Add a new deployer testing-framework/runners/ → Implement Deployer trait For detailed guidance, see Internal Crate Reference.","breadcrumbs":"Part II — User Guide » Annotated Tree » Navigation Guide","id":"34","title":"Navigation Guide"},"35":{"body":"Creating a scenario is a declarative exercise: Shape the topology: decide how many validators and executors to run, and\\nwhat high-level network and data-availability characteristics matter for the\\ntest. Attach workloads: pick traffic generators that align with your goals\\n(transactions, data-availability blobs, or chaos for resilience probes). Define expectations: specify the health signals that must hold when the\\nrun finishes (e.g., consensus liveness, inclusion of submitted activity; see Core Content: Workloads & Expectations). Set duration: choose a run window long enough to observe meaningful\\nblock progression and the effects of your workloads. Choose a runner: target local processes for fast iteration, Docker\\nCompose for reproducible multi-node stacks, or Kubernetes for cluster-grade\\nvalidation. For environment considerations, see Operations. Keep scenarios small and explicit: make the intended behavior and the success\\ncriteria clear so failures are easy to interpret and act upon.","breadcrumbs":"Part II — User Guide » Authoring Scenarios » Authoring Scenarios","id":"35","title":"Authoring Scenarios"},"36":{"body":"Workloads describe the activity a scenario generates; expectations describe the\\nsignals that must hold when that activity completes. Both are pluggable so\\nscenarios stay readable and purpose-driven.","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Core Content: Workloads & Expectations","id":"36","title":"Core Content: Workloads & Expectations"},"37":{"body":"Transaction workload: submits user-level transactions at a configurable\\nrate and can limit how many distinct actors participate. Data-availability workload: drives blob and channel activity to exercise\\ndata-availability paths. Chaos workload: triggers controlled node restarts to test resilience and\\nrecovery behaviors (requires a runner that can control nodes).","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Workloads","id":"37","title":"Workloads"},"38":{"body":"Consensus liveness: verifies the system continues to produce blocks in\\nline with the planned workload and timing window. Workload-specific checks: each workload can attach its own success\\ncriteria (e.g., inclusion of submitted activity) so scenarios remain concise. Together, workloads and expectations let you express both the pressure applied\\nto the system and the definition of “healthy” for that run. flowchart TD I[Inputs
topology + wallets + rates] --> Init[Workload init] Init --> Drive[Drive traffic] Drive --> Collect[Collect signals] Collect --> Eval[Expectations evaluate]","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Expectations","id":"38","title":"Expectations"},"39":{"body":"Patterns that keep scenarios readable and reusable: Topology-first: start by shaping the cluster (counts, layout) so later\\nsteps inherit a clear foundation. Bundle defaults: use the DSL helpers to attach common expectations (like\\nliveness) whenever you add a matching workload, reducing forgotten checks. Intentional rates: express traffic in per-block terms to align with\\nprotocol timing rather than wall-clock assumptions. Opt-in chaos: enable restart patterns only in scenarios meant to probe\\nresilience; keep functional smoke tests deterministic. Wallet clarity: seed only the number of actors you need; it keeps\\ntransaction scenarios deterministic and interpretable. These patterns make scenario definitions self-explanatory while staying aligned\\nwith the framework’s block-oriented timing model.","breadcrumbs":"Part II — User Guide » Core Content: ScenarioBuilderExt Patterns » Core Content: ScenarioBuilderExt Patterns","id":"39","title":"Core Content: ScenarioBuilderExt Patterns"},"4":{"body":"The framework follows a clear flow: Topology → Scenario → Deployer → Runner → Workloads → Expectations.","breadcrumbs":"Part I — Foundations » Architecture Overview » Architecture Overview","id":"4","title":"Architecture Overview"},"40":{"body":"State your intent: document the goal of each scenario (throughput, DA\\nvalidation, resilience) so expectation choices are obvious. Keep runs meaningful: choose durations that allow multiple blocks and make\\ntiming-based assertions trustworthy. Separate concerns: start with deterministic workloads for functional\\nchecks; add chaos in dedicated resilience scenarios to avoid noisy failures. Reuse patterns: standardize on shared topology and workload presets so\\nresults are comparable across environments and teams. Observe first, tune second: rely on liveness and inclusion signals to\\ninterpret outcomes before tweaking rates or topology. Environment fit: pick runners that match the feedback loop you need—local\\nfor speed (including fast CI smoke tests), compose for reproducible stacks\\n(recommended for CI), k8s for cluster-grade fidelity. Minimal surprises: seed only necessary wallets and keep configuration\\ndeltas explicit when moving between CI and developer machines.","breadcrumbs":"Part II — User Guide » Best Practices » Best Practices","id":"40","title":"Best Practices"},"41":{"body":"Concrete scenario shapes that illustrate how to combine topologies, workloads,\\nand expectations. Runnable examples: The repo includes complete binaries in examples/src/bin/: local_runner.rs — Local processes compose_runner.rs — Docker Compose (requires NOMOS_TESTNET_IMAGE built) k8s_runner.rs — Kubernetes (requires cluster access and image loaded) Run with: POL_PROOF_DEV_MODE=true cargo run -p runner-examples --bin All runners require POL_PROOF_DEV_MODE=true to avoid expensive proof generation. Code patterns below show how to build scenarios. Wrap these in #[tokio::test] functions for integration tests, or #[tokio::main] for binaries.","breadcrumbs":"Part II — User Guide » Examples » Examples","id":"41","title":"Examples"},"42":{"body":"Minimal test that validates basic block production: #![allow(unused)] fn main() {\\nuse testing_framework_core::scenario::{Deployer, ScenarioBuilder};\\nuse testing_framework_runner_local::LocalDeployer;\\nuse testing_framework_workflows::ScenarioBuilderExt;\\nuse std::time::Duration; async fn simple_consensus() -> Result<(), Box> { let mut plan = ScenarioBuilder::topology() .network_star() .validators(3) .executors(0) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(30)) .build(); let deployer = LocalDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } When to use: smoke tests for consensus on minimal hardware.","breadcrumbs":"Part II — User Guide » Examples » Simple consensus liveness","id":"42","title":"Simple consensus liveness"},"43":{"body":"Test consensus under transaction load: #![allow(unused)] fn main() {\\nuse testing_framework_core::scenario::{Deployer, ScenarioBuilder};\\nuse testing_framework_runner_local::LocalDeployer;\\nuse testing_framework_workflows::ScenarioBuilderExt;\\nuse std::time::Duration; async fn transaction_workload() -> Result<(), Box> { let mut plan = ScenarioBuilder::topology() .network_star() .validators(2) .executors(0) .apply() .wallets(20) .transactions() .rate(5) .users(10) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(60)) .build(); let deployer = LocalDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } When to use: validate transaction submission and inclusion.","breadcrumbs":"Part II — User Guide » Examples » Transaction workload","id":"43","title":"Transaction workload"},"44":{"body":"Combined test stressing both transaction and DA layers: #![allow(unused)] fn main() {\\nuse testing_framework_core::scenario::{Deployer, ScenarioBuilder};\\nuse testing_framework_runner_local::LocalDeployer;\\nuse testing_framework_workflows::ScenarioBuilderExt;\\nuse std::time::Duration; async fn da_and_transactions() -> Result<(), Box> { let mut plan = ScenarioBuilder::topology() .network_star() .validators(3) .executors(2) .apply() .wallets(30) .transactions() .rate(5) .users(15) .apply() .da() .channel_rate(1) .blob_rate(2) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(90)) .build(); let deployer = LocalDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } When to use: end-to-end coverage of transaction and DA layers.","breadcrumbs":"Part II — User Guide » Examples » DA + transaction workload","id":"44","title":"DA + transaction workload"},"45":{"body":"Test system resilience under node restarts: #![allow(unused)] fn main() {\\nuse testing_framework_core::scenario::{Deployer, ScenarioBuilder};\\nuse testing_framework_runner_compose::ComposeDeployer;\\nuse testing_framework_workflows::{ScenarioBuilderExt, ChaosBuilderExt};\\nuse std::time::Duration; async fn chaos_resilience() -> Result<(), Box> { let mut plan = ScenarioBuilder::topology() .network_star() .validators(4) .executors(2) .apply() .enable_node_control() .wallets(20) .transactions() .rate(3) .users(10) .apply() .chaos() .restart() .min_delay(Duration::from_secs(20)) .max_delay(Duration::from_secs(40)) .target_cooldown(Duration::from_secs(30)) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(120)) .build(); let deployer = ComposeDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } When to use: resilience validation and operational readiness drills. Note: Chaos tests require ComposeDeployer or another runner with node control support.","breadcrumbs":"Part II — User Guide » Examples » Chaos resilience","id":"45","title":"Chaos resilience"},"46":{"body":"Realistic advanced scenarios demonstrating framework capabilities for production testing.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Advanced Examples","id":"46","title":"Advanced Examples"},"47":{"body":"Example Topology Workloads Deployer Key Feature Load Progression 3 validators + 2 executors Increasing tx rate Compose Dynamic load testing Sustained Load 4 validators + 2 executors High tx + DA rate Compose Stress testing Aggressive Chaos 4 validators + 2 executors Frequent restarts + traffic Compose Resilience validation","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Summary","id":"47","title":"Summary"},"48":{"body":"Test consensus under progressively increasing transaction load: #![allow(unused)] fn main() {\\nuse testing_framework_core::scenario::{Deployer, ScenarioBuilder};\\nuse testing_framework_runner_compose::ComposeDeployer;\\nuse testing_framework_workflows::ScenarioBuilderExt;\\nuse std::time::Duration; async fn load_progression_test() -> Result<(), Box> { for rate in [5, 10, 20, 30] { println!(\\"Testing with rate: {}\\", rate); let mut plan = ScenarioBuilder::topology() .network_star() .validators(3) .executors(2) .apply() .wallets(50) .transactions() .rate(rate) .users(20) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(60)) .build(); let deployer = ComposeDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; } Ok(())\\n} } When to use: Finding the maximum sustainable transaction rate for a given topology.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Load Progression Test","id":"48","title":"Load Progression Test"},"49":{"body":"Run high transaction and DA load for extended duration: #![allow(unused)] fn main() {\\nuse testing_framework_core::scenario::{Deployer, ScenarioBuilder};\\nuse testing_framework_runner_compose::ComposeDeployer;\\nuse testing_framework_workflows::ScenarioBuilderExt;\\nuse std::time::Duration; async fn sustained_load_test() -> Result<(), Box> { let mut plan = ScenarioBuilder::topology() .network_star() .validators(4) .executors(2) .apply() .wallets(100) .transactions() .rate(15) .users(50) .apply() .da() .channel_rate(2) .blob_rate(3) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(300)) .build(); let deployer = ComposeDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } When to use: Validating stability under continuous high load over extended periods.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Sustained Load Test","id":"49","title":"Sustained Load Test"},"5":{"body":"flowchart LR A(Topology
shape cluster) --> B(Scenario
plan) B --> C(Deployer
provision & readiness) C --> D(Runner
orchestrate execution) D --> E(Workloads
drive traffic) E --> F(Expectations
verify outcomes)","breadcrumbs":"Part I — Foundations » Architecture Overview » Core Flow","id":"5","title":"Core Flow"},"50":{"body":"Frequent node restarts with active traffic: #![allow(unused)] fn main() {\\nuse testing_framework_core::scenario::{Deployer, ScenarioBuilder};\\nuse testing_framework_runner_compose::ComposeDeployer;\\nuse testing_framework_workflows::{ScenarioBuilderExt, ChaosBuilderExt};\\nuse std::time::Duration; async fn aggressive_chaos_test() -> Result<(), Box> { let mut plan = ScenarioBuilder::topology() .network_star() .validators(4) .executors(2) .apply() .enable_node_control() .wallets(50) .transactions() .rate(10) .users(20) .apply() .chaos() .restart() .min_delay(Duration::from_secs(10)) .max_delay(Duration::from_secs(20)) .target_cooldown(Duration::from_secs(15)) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(180)) .build(); let deployer = ComposeDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } When to use: Validating recovery and liveness under aggressive failure conditions. Note: Requires ComposeDeployer for node control support.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Aggressive Chaos Test","id":"50","title":"Aggressive Chaos Test"},"51":{"body":"These scenarios require custom implementations but demonstrate framework extensibility:","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Extension Ideas","id":"51","title":"Extension Ideas"},"52":{"body":"Concept: Test consensus recovery after network partitions. Requirements: Needs block_peer() / unblock_peer() methods in NodeControlHandle Partition subsets of validators, wait, then restore connectivity Verify chain convergence after partition heals Why useful: Tests the most realistic failure mode in distributed systems. Current blocker: Node control doesn’t yet support network-level actions (only process restarts).","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Network Partition Recovery","id":"52","title":"Network Partition Recovery"},"53":{"body":"Concept: Verify block production intervals stay within expected bounds. Implementation approach: Custom expectation that consumes BlockFeed Collect block timestamps during run Assert intervals are within (slot_duration * active_slot_coeff) ± tolerance Why useful: Validates consensus timing under various loads.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Block Timing Consistency","id":"53","title":"Block Timing Consistency"},"54":{"body":"Concept: Submit malformed transactions and verify they’re rejected properly. Implementation approach: Custom workload that generates invalid transactions (bad signatures, insufficient funds, malformed structure) Expectation verifies mempool rejects them and they never appear in blocks Test mempool resilience and filtering Why useful: Ensures mempool doesn’t crash or include invalid transactions under fuzzing.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Invalid Transaction Fuzzing","id":"54","title":"Invalid Transaction Fuzzing"},"55":{"body":"Concept: Track wallet balances and verify state consistency. Description: After transaction workload completes, query all wallet balances via node API and verify total supply is conserved. Requires tracking initial state, submitted transactions, and final balances. Validates that the ledger maintains correctness under load (no funds lost or created). This is a state assertion expectation that checks correctness, not just liveness.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Wallet Balance Verification","id":"55","title":"Wallet Balance Verification"},"56":{"body":"Running a scenario follows the same conceptual flow regardless of environment: Select or author a scenario plan that pairs a topology with workloads,\\nexpectations, and a suitable run window. Choose a deployer aligned with your environment (local, compose, or k8s) and\\nensure its prerequisites are available. Deploy the plan through the deployer, which provisions infrastructure and\\nreturns a runner. The runner orchestrates workload execution for the planned duration; keep\\nobservability signals visible so you can correlate outcomes. The runner evaluates expectations and captures results as the primary\\npass/fail signal. Use the same plan across different deployers to compare behavior between local\\ndevelopment and CI or cluster settings. For environment prerequisites and\\nflags, see Operations.","breadcrumbs":"Part II — User Guide » Running Scenarios » Running Scenarios","id":"56","title":"Running Scenarios"},"57":{"body":"Runners turn a scenario plan into a live environment while keeping the plan\\nunchanged. Choose based on feedback speed, reproducibility, and fidelity. For\\nenvironment and operational considerations, see Operations. Important: All runners require POL_PROOF_DEV_MODE=true to avoid expensive Groth16 proof generation that causes timeouts.","breadcrumbs":"Part II — User Guide » Runners » Runners","id":"57","title":"Runners"},"58":{"body":"Launches node processes directly on the host. Fastest feedback loop and minimal orchestration overhead. Best for development-time iteration and debugging. Can run in CI for fast smoke tests. ❌ No node control (chaos workloads not supported)","breadcrumbs":"Part II — User Guide » Runners » Local runner","id":"58","title":"Local runner"},"59":{"body":"Starts nodes in containers to provide a reproducible multi-node stack on a\\nsingle machine. Discovers service ports and wires observability for convenient inspection. Good balance between fidelity and ease of setup. Recommended for CI pipelines (isolated environment, reproducible). ✅ Supports node control (can restart nodes for chaos testing)","breadcrumbs":"Part II — User Guide » Runners » Docker Compose runner","id":"59","title":"Docker Compose runner"},"6":{"body":"Topology describes the cluster: how many nodes, their roles, and the high-level network and data-availability parameters they should follow. Scenario combines that topology with the activities to run and the checks to perform, forming a single plan. Deployer provisions infrastructure on the chosen backend (local processes, Docker Compose, or Kubernetes), waits for readiness, and returns a Runner. Runner orchestrates scenario execution: starts workloads, observes signals, evaluates expectations, and triggers cleanup. Workloads generate traffic and conditions that exercise the system. Expectations observe the run and judge success or failure once activity completes. Each layer has a narrow responsibility so that cluster shape, deployment choice,\\ntraffic generation, and health checks can evolve independently while fitting\\ntogether predictably.","breadcrumbs":"Part I — Foundations » Architecture Overview » Components","id":"6","title":"Components"},"60":{"body":"Deploys nodes onto a cluster for higher-fidelity, longer-running scenarios. Suits CI with cluster access or shared test environments where cluster behavior\\nand scheduling matter. ❌ No node control yet (chaos workloads not supported)","breadcrumbs":"Part II — User Guide » Runners » Kubernetes runner","id":"60","title":"Kubernetes runner"},"61":{"body":"All runners require at least one validator and, for transaction scenarios,\\naccess to seeded wallets. Readiness probes gate workload start so traffic begins only after nodes are\\nreachable. Environment flags can relax timeouts or increase tracing when diagnostics are\\nneeded. flowchart TD Plan[Scenario Plan] --> RunSel{Runner
(local | compose | k8s)} RunSel --> Provision[Provision & readiness] Provision --> Runtime[Runtime + observability] Runtime --> Exec[Workloads & Expectations execute]","breadcrumbs":"Part II — User Guide » Runners » Common expectations","id":"61","title":"Common expectations"},"62":{"body":"Operational readiness focuses on prerequisites, environment fit, and clear\\nsignals: Prerequisites: keep a sibling nomos-node checkout available; ensure the\\nchosen runner’s platform needs are met (local binaries for host runs, Docker\\nfor compose, cluster access for k8s). Artifacts: DA scenarios require KZG parameters (circuit assets) located at testing-framework/assets/stack/kzgrs_test_params. Fetch them via scripts/setup-nomos-circuits.sh or override the path with NOMOS_KZGRS_PARAMS_PATH. Environment flags: POL_PROOF_DEV_MODE=true is required for all runners\\n(local, compose, k8s) unless you want expensive Groth16 proof generation that\\nwill cause tests to timeout. Configure logging via NOMOS_LOG_DIR, NOMOS_LOG_LEVEL,\\nand NOMOS_LOG_FILTER (see Logging and Observability\\nfor details). Note that nodes ignore RUST_LOG and only respond to NOMOS_* variables. Readiness checks: verify runners report node readiness before starting\\nworkloads; this avoids false negatives from starting too early. Failure triage: map failures to missing prerequisites (wallet seeding,\\nnode control availability), runner platform issues, or unmet expectations.\\nStart with liveness signals, then dive into workload-specific assertions. Treat operational hygiene—assets present, prerequisites satisfied, observability\\nreachable—as the first step to reliable scenario outcomes.","breadcrumbs":"Part II — User Guide » Operations » Operations","id":"62","title":"Operations"},"63":{"body":"Both LocalDeployer and ComposeDeployer work in CI environments: LocalDeployer in CI: ✅ Faster (no Docker overhead) ✅ Good for quick smoke tests ⚠️ Less isolation (processes share host) ComposeDeployer in CI (recommended): ✅ Better isolation (containerized) ✅ Reproducible environment ✅ Includes Prometheus/observability ⚠️ Slower startup (Docker image build) ⚠️ Requires Docker daemon See .github/workflows/compose-mixed.yml for a complete CI example using ComposeDeployer.","breadcrumbs":"Part II — User Guide » Operations » CI Usage","id":"63","title":"CI Usage"},"64":{"body":"","breadcrumbs":"Part II — User Guide » Operations » Running Examples","id":"64","title":"Running Examples"},"65":{"body":"POL_PROOF_DEV_MODE=true cargo run -p runner-examples --bin local_runner Optional environment variables: LOCAL_DEMO_VALIDATORS=3 — Number of validators (default: 1) LOCAL_DEMO_EXECUTORS=2 — Number of executors (default: 1) LOCAL_DEMO_RUN_SECS=120 — Run duration in seconds (default: 60) NOMOS_TESTS_TRACING=true — Enable persistent file logging (required with NOMOS_LOG_DIR) NOMOS_LOG_DIR=/tmp/logs — Directory for per-node log files (only with NOMOS_TESTS_TRACING=true) NOMOS_LOG_LEVEL=debug — Set log level (default: info) NOMOS_LOG_FILTER=consensus=trace,da=debug — Fine-grained module filtering (rate is per-block, not per-second) Note: The default local_runner example includes DA workload, so circuit assets in testing-framework/assets/stack/kzgrs_test_params/ are required (fetch via scripts/setup-nomos-circuits.sh).","breadcrumbs":"Part II — User Guide » Operations » Local Runner","id":"65","title":"Local Runner"},"66":{"body":"Prerequisites: ✅ Docker daemon running ✅ Circuit assets in testing-framework/assets/stack/kzgrs_test_params (fetched via scripts/setup-nomos-circuits.sh) ✅ Test image built (see below) Build the test image: # Fetch circuit assets first\\nchmod +x scripts/setup-nomos-circuits.sh\\nscripts/setup-nomos-circuits.sh v0.3.1 /tmp/nomos-circuits\\ncp -r /tmp/nomos-circuits/* testing-framework/assets/stack/kzgrs_test_params/ # Build image (embeds assets)\\nchmod +x testing-framework/assets/stack/scripts/build_test_image.sh\\ntesting-framework/assets/stack/scripts/build_test_image.sh Run the example: NOMOS_TESTNET_IMAGE=nomos-testnet:local \\\\\\nPOL_PROOF_DEV_MODE=true \\\\\\ncargo run -p runner-examples --bin compose_runner Required environment variables: NOMOS_TESTNET_IMAGE=nomos-testnet:local — Image tag (must match built image) POL_PROOF_DEV_MODE=true — Critical: Without this, proof generation is CPU-intensive and tests will timeout Optional environment variables: COMPOSE_NODE_PAIRS=1x1 — Topology: “validators×executors” (default varies by example) TEST_FRAMEWORK_PROMETHEUS_PORT=9091 — Override Prometheus port (default: 9090) COMPOSE_RUNNER_HOST=127.0.0.1 — Host address for port mappings (default: 127.0.0.1) COMPOSE_RUNNER_PRESERVE=1 — Keep containers running after test (for debugging) NOMOS_LOG_DIR=/tmp/compose-logs — Write logs to files inside containers (requires copy-out or volume mount) NOMOS_LOG_LEVEL=debug — Set log level Compose-specific features: ✅ Node control support: Only runner that supports chaos testing ( .enable_node_control() + .chaos() workloads) ✅ Prometheus observability: Metrics at http://localhost:9090 Important: Chaos workloads (random restarts) only work with ComposeDeployer. LocalDeployer and K8sDeployer do not support node control.","breadcrumbs":"Part II — User Guide » Operations » Compose Runner","id":"66","title":"Compose Runner"},"67":{"body":"Prerequisites: ✅ Kubernetes cluster with kubectl configured and working ✅ Circuit assets in testing-framework/assets/stack/kzgrs_test_params ✅ Test image built (same as Compose: testing-framework/assets/stack/scripts/build_test_image.sh) ✅ Image available in cluster (loaded via kind, minikube, or pushed to registry) ✅ POL_PROOF_DEV_MODE=true environment variable set Load image into cluster: # For kind clusters\\nexport NOMOS_TESTNET_IMAGE=nomos-testnet:local\\nkind load docker-image nomos-testnet:local # For minikube\\nminikube image load nomos-testnet:local # For remote clusters (push to registry)\\ndocker tag nomos-testnet:local your-registry/nomos-testnet:local\\ndocker push your-registry/nomos-testnet:local\\nexport NOMOS_TESTNET_IMAGE=your-registry/nomos-testnet:local Run the example: export NOMOS_TESTNET_IMAGE=nomos-testnet:local\\nexport POL_PROOF_DEV_MODE=true\\ncargo run -p runner-examples --bin k8s_runner Important: K8s runner mounts testing-framework/assets/stack/kzgrs_test_params as a hostPath volume. Ensure this directory exists and contains circuit assets on the node where pods will be scheduled. ❌ No node control support yet: Chaos workloads ( .enable_node_control()) will fail. Use ComposeDeployer for chaos testing.","breadcrumbs":"Part II — User Guide » Operations » K8s Runner","id":"67","title":"K8s Runner"},"68":{"body":"DA workloads require KZG cryptographic parameters for polynomial commitment schemes.","breadcrumbs":"Part II — User Guide » Operations » Circuit Assets (KZG Parameters)","id":"68","title":"Circuit Assets (KZG Parameters)"},"69":{"body":"Default path: testing-framework/assets/stack/kzgrs_test_params Override: Set NOMOS_KZGRS_PARAMS_PATH to use a custom location: NOMOS_KZGRS_PARAMS_PATH=/path/to/custom/params cargo run -p runner-examples --bin local_runner","breadcrumbs":"Part II — User Guide » Operations » Asset Location","id":"69","title":"Asset Location"},"7":{"body":"The framework is consumed via runnable example binaries in examples/src/bin/: local_runner.rs — Spawns nodes as local processes compose_runner.rs — Deploys via Docker Compose (requires NOMOS_TESTNET_IMAGE built) k8s_runner.rs — Deploys via Kubernetes Helm (requires cluster + image) Run with: POL_PROOF_DEV_MODE=true cargo run -p runner-examples --bin Important: All runners require POL_PROOF_DEV_MODE=true to avoid expensive Groth16 proof generation that causes timeouts. These binaries use the framework API ( ScenarioBuilder) to construct and execute scenarios.","breadcrumbs":"Part I — Foundations » Architecture Overview » Entry Points","id":"7","title":"Entry Points"},"70":{"body":"Option 1: Use helper script (recommended): # From the repository root\\nchmod +x scripts/setup-nomos-circuits.sh\\nscripts/setup-nomos-circuits.sh v0.3.1 /tmp/nomos-circuits # Copy to default location\\ncp -r /tmp/nomos-circuits/* testing-framework/assets/stack/kzgrs_test_params/ Option 2: Build locally (advanced): # Requires Go, Rust, and circuit build tools\\nmake kzgrs_test_params","breadcrumbs":"Part II — User Guide » Operations » Getting Circuit Assets","id":"70","title":"Getting Circuit Assets"},"71":{"body":"The CI automatically fetches and places assets: - name: Install circuits for host build run: | scripts/setup-nomos-circuits.sh v0.3.1 \\"$TMPDIR/nomos-circuits\\" cp -a \\"$TMPDIR/nomos-circuits\\"/. testing-framework/assets/stack/kzgrs_test_params/","breadcrumbs":"Part II — User Guide » Operations » CI Workflow","id":"71","title":"CI Workflow"},"72":{"body":"Runner When Required Local Always (for DA workloads) Compose During image build (baked into NOMOS_TESTNET_IMAGE) K8s During image build + deployed to cluster via hostPath volume Error without assets: Error: missing KZG parameters at testing-framework/assets/stack/kzgrs_test_params","breadcrumbs":"Part II — User Guide » Operations » When Are Assets Needed?","id":"72","title":"When Are Assets Needed?"},"73":{"body":"","breadcrumbs":"Part II — User Guide » Operations » Logging and Observability","id":"73","title":"Logging and Observability"},"74":{"body":"Critical distinction: Node logs and framework logs use different configuration mechanisms. Component Controlled By Purpose Framework binaries ( cargo run -p runner-examples --bin local_runner) RUST_LOG Runner orchestration, deployment logs Node processes (validators, executors spawned by runner) NOMOS_LOG_LEVEL, NOMOS_LOG_FILTER, NOMOS_LOG_DIR Consensus, DA, mempool, network logs Common mistake: Setting RUST_LOG=debug only increases verbosity of the runner binary itself. Node logs remain at their default level unless you also set NOMOS_LOG_LEVEL=debug. Example: # This only makes the RUNNER verbose, not the nodes:\\nRUST_LOG=debug cargo run -p runner-examples --bin local_runner # This makes the NODES verbose:\\nNOMOS_LOG_LEVEL=debug cargo run -p runner-examples --bin local_runner # Both verbose (typically not needed):\\nRUST_LOG=debug NOMOS_LOG_LEVEL=debug cargo run -p runner-examples --bin local_runner","breadcrumbs":"Part II — User Guide » Operations » Node Logging vs Framework Logging","id":"74","title":"Node Logging vs Framework Logging"},"75":{"body":"Variable Default Effect NOMOS_LOG_DIR None (console only) Directory for per-node log files. If unset, logs go to stdout/stderr. NOMOS_LOG_LEVEL info Global log level: error, warn, info, debug, trace NOMOS_LOG_FILTER None Fine-grained target filtering (e.g., consensus=trace,da=debug) NOMOS_TESTS_TRACING false Enable tracing subscriber for local runner file logging NOMOS_OTLP_ENDPOINT None OTLP trace endpoint (optional, disables OTLP noise if unset) NOMOS_OTLP_METRICS_ENDPOINT None OTLP metrics endpoint (optional) Example: Full debug logging to files: NOMOS_TESTS_TRACING=true \\\\\\nNOMOS_LOG_DIR=/tmp/test-logs \\\\\\nNOMOS_LOG_LEVEL=debug \\\\\\nNOMOS_LOG_FILTER=\\"nomos_consensus=trace,nomos_da_sampling=debug\\" \\\\\\nPOL_PROOF_DEV_MODE=true \\\\\\ncargo run -p runner-examples --bin local_runner","breadcrumbs":"Part II — User Guide » Operations » Logging Environment Variables","id":"75","title":"Logging Environment Variables"},"76":{"body":"When NOMOS_LOG_DIR is set, each node writes logs to separate files: File naming pattern: Validators: Prefix nomos-node-0, nomos-node-1, etc. (may include timestamp suffix) Executors: Prefix nomos-executor-0, nomos-executor-1, etc. (may include timestamp suffix) Local runner caveat: By default, the local runner writes logs to temporary directories in the working directory. These are automatically cleaned up after tests complete. To preserve logs, you MUST set both NOMOS_TESTS_TRACING=true AND NOMOS_LOG_DIR=/path/to/logs.","breadcrumbs":"Part II — User Guide » Operations » Per-Node Log Files","id":"76","title":"Per-Node Log Files"},"77":{"body":"Common target prefixes for NOMOS_LOG_FILTER: Target Prefix Subsystem nomos_consensus Consensus (Cryptarchia) nomos_da_sampling DA sampling service nomos_da_dispersal DA dispersal service nomos_da_verifier DA verification nomos_mempool Transaction mempool nomos_blend Mix network/privacy layer chain_network P2P networking chain_leader Leader election Example filter: NOMOS_LOG_FILTER=\\"nomos_consensus=trace,nomos_da_sampling=debug,chain_network=info\\"","breadcrumbs":"Part II — User Guide » Operations » Filter Target Names","id":"77","title":"Filter Target Names"},"78":{"body":"Local Runner Default (temporary directories, auto-cleanup): POL_PROOF_DEV_MODE=true cargo run -p runner-examples --bin local_runner\\n# Logs written to temporary directories in working directory\\n# Automatically cleaned up after test completes Persistent file output: NOMOS_TESTS_TRACING=true \\\\\\nNOMOS_LOG_DIR=/tmp/local-logs \\\\\\nPOL_PROOF_DEV_MODE=true \\\\\\ncargo run -p runner-examples --bin local_runner # After test completes:\\nls /tmp/local-logs/\\n# Files with prefix: nomos-node-0*, nomos-node-1*, nomos-executor-0*\\n# May include timestamps in filename Both flags required: You MUST set both NOMOS_TESTS_TRACING=true (enables tracing file sink) AND NOMOS_LOG_DIR (specifies directory) to get persistent logs. Compose Runner Via Docker logs (default, recommended): # List containers (note the UUID prefix in names)\\ndocker ps --filter \\"name=nomos-compose-\\" # Stream logs from specific container\\ndocker logs -f # Or use name pattern matching:\\ndocker logs -f $(docker ps --filter \\"name=nomos-compose-.*-validator-0\\" -q | head -1) Via file collection (advanced): Setting NOMOS_LOG_DIR writes files inside the container. To access them, you must either: Copy files out after the run: NOMOS_LOG_DIR=/logs \\\\\\nNOMOS_TESTNET_IMAGE=nomos-testnet:local \\\\\\nPOL_PROOF_DEV_MODE=true \\\\\\ncargo run -p runner-examples --bin compose_runner # After test, copy files from containers:\\ndocker ps --filter \\"name=nomos-compose-\\"\\ndocker cp :/logs/nomos-node-0* /tmp/ Mount a host volume (requires modifying compose template): volumes: - /tmp/host-logs:/logs # Add to docker-compose.yml.tera Recommendation: Use docker logs by default. File collection inside containers is complex and rarely needed. Keep containers for debugging: COMPOSE_RUNNER_PRESERVE=1 \\\\\\nNOMOS_TESTNET_IMAGE=nomos-testnet:local \\\\\\ncargo run -p runner-examples --bin compose_runner\\n# Containers remain running after test—inspect with docker logs or docker exec Note: Container names follow pattern nomos-compose-{uuid}-validator-{index}-1 where {uuid} changes per run. K8s Runner Via kubectl logs (use label selectors): # List pods\\nkubectl get pods # Stream logs using label selectors (recommended)\\nkubectl logs -l app=nomos-validator -f\\nkubectl logs -l app=nomos-executor -f # Stream logs from specific pod\\nkubectl logs -f nomos-validator-0 # Previous logs from crashed pods\\nkubectl logs --previous -l app=nomos-validator Download logs for offline analysis: # Using label selectors\\nkubectl logs -l app=nomos-validator --tail=1000 > all-validators.log\\nkubectl logs -l app=nomos-executor --tail=1000 > all-executors.log # Specific pods\\nkubectl logs nomos-validator-0 > validator-0.log\\nkubectl logs nomos-executor-1 > executor-1.log Specify namespace (if not using default): kubectl logs -n my-namespace -l app=nomos-validator -f","breadcrumbs":"Part II — User Guide » Operations » Accessing Logs Per Runner","id":"78","title":"Accessing Logs Per Runner"},"79":{"body":"OTLP exporters are optional. If you see errors about unreachable OTLP endpoints, it’s safe to ignore them unless you’re actively collecting traces/metrics. To enable OTLP: NOMOS_OTLP_ENDPOINT=http://localhost:4317 \\\\\\nNOMOS_OTLP_METRICS_ENDPOINT=http://localhost:4318 \\\\\\ncargo run -p runner-examples --bin local_runner To silence OTLP errors: Simply leave these variables unset (the default).","breadcrumbs":"Part II — User Guide » Operations » OTLP and Telemetry","id":"79","title":"OTLP and Telemetry"},"8":{"body":"Scenarios are defined using a fluent builder pattern: #![allow(unused)] fn main() {\\nlet mut plan = ScenarioBuilder::topology() .network_star() // Topology configuration .validators(3) .executors(2) .apply() .wallets(50) // Wallet seeding .transactions() // Transaction workload .rate(5) .users(20) .apply() .da() // DA workload .channel_rate(1) .blob_rate(2) .apply() .expect_consensus_liveness() // Expectations .with_run_duration(Duration::from_secs(90)) .build(); } Key API Points: Topology uses .topology().validators(N).executors(M).apply() pattern (not with_node_counts) Workloads are configured via extension traits ( ScenarioBuilderExt, ChaosBuilderExt) Chaos workloads require .enable_node_control() and a compatible runner","breadcrumbs":"Part I — Foundations » Architecture Overview » Builder API","id":"8","title":"Builder API"},"80":{"body":"Runners expose metrics and node HTTP endpoints for expectation code and debugging: Prometheus (Compose only): Default: http://localhost:9090 Override: TEST_FRAMEWORK_PROMETHEUS_PORT=9091 Access from expectations: ctx.telemetry().prometheus_endpoint() Node APIs: Access from expectations: ctx.node_clients().validators().get(0) Endpoints: consensus info, network info, DA membership, etc. See testing-framework/core/src/nodes/api_client.rs for available methods flowchart TD Expose[Runner exposes endpoints/ports] --> Collect[Runtime collects block/health signals] Collect --> Consume[Expectations consume signals
decide pass/fail] Consume --> Inspect[Operators inspect logs/metrics
when failures arise]","breadcrumbs":"Part II — User Guide » Operations » Observability: Prometheus and Node APIs","id":"80","title":"Observability: Prometheus and Node APIs"},"81":{"body":"Deep dives for contributors who extend the framework, evolve its abstractions,\\nor maintain the crate set.","breadcrumbs":"Part III — Developer Reference » Part III — Developer Reference","id":"81","title":"Part III — Developer Reference"},"82":{"body":"The scenario model defines clear, composable responsibilities: Topology: a declarative description of the cluster—how many nodes, their\\nroles, and the broad network and data-availability characteristics. It\\nrepresents the intended shape of the system under test. Scenario: a plan combining topology, workloads, expectations, and a run\\nwindow. Building a scenario validates prerequisites (like seeded wallets) and\\nensures the run lasts long enough to observe meaningful block progression. Workloads: asynchronous tasks that generate traffic or conditions. They\\nuse shared context to interact with the deployed cluster and may bundle\\ndefault expectations. Expectations: post-run assertions. They can capture baselines before\\nworkloads start and evaluate success once activity stops. Runtime: coordinates workloads and expectations for the configured\\nduration, enforces cooldowns when control actions occur, and ensures cleanup\\nso runs do not leak resources. Developers extending the model should keep these boundaries strict: topology\\ndescribes, scenarios assemble, deployers provision, runners orchestrate,\\nworkloads drive, and expectations judge outcomes. For guidance on adding new\\ncapabilities, see Extending the Framework.","breadcrumbs":"Part III — Developer Reference » Scenario Model (Developer Level) » Scenario Model (Developer Level)","id":"82","title":"Scenario Model (Developer Level)"},"83":{"body":"","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Extending the Framework","id":"83","title":"Extending the Framework"},"84":{"body":"Implement testing_framework_core::scenario::Workload: Provide a name and any bundled expectations. In init, derive inputs from GeneratedTopology and RunMetrics; fail\\nfast if prerequisites are missing (e.g., wallet data, node addresses). In start, drive async traffic using the RunContext clients. Expose the workload from a module under testing-framework/workflows and\\nconsider adding a DSL helper for ergonomic wiring.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding a workload","id":"84","title":"Adding a workload"},"85":{"body":"Implement testing_framework_core::scenario::Expectation: Use start_capture to snapshot baseline metrics. Use evaluate to assert outcomes after workloads finish; return all errors\\nso the runner can aggregate them. Export it from testing-framework/workflows if it is reusable.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding an expectation","id":"85","title":"Adding an expectation"},"86":{"body":"Implement testing_framework_core::scenario::Deployer for your backend. Produce a RunContext with NodeClients, metrics endpoints, and optional NodeControlHandle. Guard cleanup with CleanupGuard to reclaim resources even on failures. Mirror the readiness and block-feed probes used by the existing runners so\\nworkloads can rely on consistent signals.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding a runner","id":"86","title":"Adding a runner"},"87":{"body":"Extend testing_framework_core::topology::TopologyBuilder with new layouts or\\nconfiguration presets (e.g., specialized DA parameters). Keep defaults safe:\\nensure at least one participant and clamp dispersal factors as the current\\nhelpers do.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding topology helpers","id":"87","title":"Adding topology helpers"},"88":{"body":"A minimal, end-to-end illustration of adding a custom workload and matching\\nexpectation. This shows the shape of the traits and where to plug into the\\nframework; expand the logic to fit your real test.","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Example: New Workload & Expectation (Rust)","id":"88","title":"Example: New Workload & Expectation (Rust)"},"89":{"body":"Key ideas: name: identifies the workload in logs. expectations: workloads can bundle defaults so callers don’t forget checks. init: derive inputs from the generated topology (e.g., pick a target node). start: drive async activity using the shared RunContext. #![allow(unused)] fn main() {\\nuse std::sync::Arc;\\nuse async_trait::async_trait;\\nuse testing_framework_core::scenario::{ DynError, Expectation, RunContext, RunMetrics, Workload,\\n};\\nuse testing_framework_core::topology::GeneratedTopology; pub struct ReachabilityWorkload { target_idx: usize, bundled: Vec>,\\n} impl ReachabilityWorkload { pub fn new(target_idx: usize) -> Self { Self { target_idx, bundled: vec![Box::new(ReachabilityExpectation::new(target_idx))], } }\\n} #[async_trait]\\nimpl Workload for ReachabilityWorkload { fn name(&self) -> &\'static str { \\"reachability_workload\\" } fn expectations(&self) -> Vec> { self.bundled.clone() } fn init( &mut self, topology: &GeneratedTopology, _metrics: &RunMetrics, ) -> Result<(), DynError> { if topology.validators().get(self.target_idx).is_none() { return Err(\\"no validator at requested index\\".into()); } Ok(()) } async fn start(&self, ctx: &RunContext) -> Result<(), DynError> { let client = ctx .clients() .validators() .get(self.target_idx) .ok_or(\\"missing target client\\")?; // Pseudo-action: issue a lightweight RPC to prove reachability. client.health_check().await.map_err(|e| e.into()) }\\n} }","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Workload: simple reachability probe","id":"89","title":"Workload: simple reachability probe"},"9":{"body":"Three deployer implementations: Deployer Backend Prerequisites Node Control LocalDeployer Local processes Binaries in sibling checkout ❌ No ComposeDeployer Docker Compose NOMOS_TESTNET_IMAGE built ✅ Yes K8sDeployer Kubernetes Helm Cluster + image loaded ❌ Not yet Compose-specific features: Includes Prometheus at http://localhost:9090 (override via TEST_FRAMEWORK_PROMETHEUS_PORT) Optional OTLP trace/metrics endpoints ( NOMOS_OTLP_ENDPOINT, NOMOS_OTLP_METRICS_ENDPOINT) Node control for chaos testing (restart validators/executors)","breadcrumbs":"Part I — Foundations » Architecture Overview » Deployers","id":"9","title":"Deployers"},"90":{"body":"Key ideas: start_capture: snapshot baseline if needed (not used here). evaluate: assert the condition after workloads finish. #![allow(unused)] fn main() {\\nuse async_trait::async_trait;\\nuse testing_framework_core::scenario::{DynError, Expectation, RunContext}; pub struct ReachabilityExpectation { target_idx: usize,\\n} impl ReachabilityExpectation { pub fn new(target_idx: usize) -> Self { Self { target_idx } }\\n} #[async_trait]\\nimpl Expectation for ReachabilityExpectation { fn name(&self) -> &str { \\"target_reachable\\" } async fn evaluate(&mut self, ctx: &RunContext) -> Result<(), DynError> { let client = ctx .clients() .validators() .get(self.target_idx) .ok_or(\\"missing target client\\")?; client.health_check().await.map_err(|e| { format!(\\"target became unreachable during run: {e}\\").into() }) }\\n} }","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Expectation: confirm the target stayed reachable","id":"90","title":"Expectation: confirm the target stayed reachable"},"91":{"body":"Build your scenario as usual and call .with_workload(ReachabilityWorkload::new(0)). The bundled expectation is attached automatically; you can add more with .with_expectation(...) if needed. Keep the logic minimal and fast for smoke tests; grow it into richer probes\\nfor deeper scenarios.","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » How to wire it","id":"91","title":"How to wire it"},"92":{"body":"High-level roles of the crates that make up the framework: Configs ( testing-framework/configs/): Prepares reusable configuration primitives for nodes, networking, tracing, data availability, and wallets, shared by all scenarios and runners. Includes topology generation and circuit asset resolution. Core scenario orchestration ( testing-framework/core/): Houses the topology and scenario model, runtime coordination, node clients, and readiness/health probes. Defines Deployer and Runner traits, ScenarioBuilder, and RunContext. Workflows ( testing-framework/workflows/): Packages workloads (transaction, DA, chaos) and expectations (consensus liveness) into reusable building blocks. Offers fluent DSL extensions ( ScenarioBuilderExt, ChaosBuilderExt). Runners ( testing-framework/runners/{local,compose,k8s}/): Implements deployment backends (local host, Docker Compose, Kubernetes) that all consume the same scenario plan. Each provides a Deployer implementation ( LocalDeployer, ComposeDeployer, K8sDeployer). Runner Examples ( examples/runner-examples): Runnable binaries demonstrating framework usage and serving as living documentation. These are the primary entry point for running scenarios ( local_runner.rs, compose_runner.rs, k8s_runner.rs).","breadcrumbs":"Part III — Developer Reference » Internal Crate Reference » Internal Crate Reference","id":"92","title":"Internal Crate Reference"},"93":{"body":"What You’re Adding Where It Goes Examples Node config parameter testing-framework/configs/src/topology/configs/ Slot duration, log levels, DA params Topology feature testing-framework/core/src/topology/ New network layouts, node roles Scenario capability testing-framework/core/src/scenario/ New capabilities, context methods Workload testing-framework/workflows/src/workloads/ New traffic generators Expectation testing-framework/workflows/src/expectations/ New success criteria Builder API testing-framework/workflows/src/builder/ DSL extensions, fluent methods Deployer testing-framework/runners/ New deployment backends Example scenario examples/src/bin/ Demonstration binaries","breadcrumbs":"Part III — Developer Reference » Internal Crate Reference » Where to Add New Capabilities","id":"93","title":"Where to Add New Capabilities"},"94":{"body":"","breadcrumbs":"Part III — Developer Reference » Internal Crate Reference » Extension Workflow","id":"94","title":"Extension Workflow"},"95":{"body":"Define the workload in testing-framework/workflows/src/workloads/your_workload.rs: #![allow(unused)] fn main() {\\nuse async_trait::async_trait;\\nuse testing_framework_core::scenario::{Workload, RunContext, DynError}; pub struct YourWorkload { // config fields\\n} #[async_trait]\\nimpl Workload for YourWorkload { fn name(&self) -> &\'static str { \\"your_workload\\" } async fn start(&self, ctx: &RunContext) -> Result<(), DynError> { // implementation Ok(()) }\\n} } Add builder extension in testing-framework/workflows/src/builder/mod.rs: #![allow(unused)] fn main() {\\npub trait ScenarioBuilderExt { fn your_workload(self) -> YourWorkloadBuilder;\\n} } Use in examples in examples/src/bin/your_scenario.rs: #![allow(unused)] fn main() {\\nlet mut plan = ScenarioBuilder::topology() .network_star() .validators(3) .executors(0) .apply() .your_workload() // Your new DSL method .apply() .build(); }","breadcrumbs":"Part III — Developer Reference » Internal Crate Reference » Adding a New Workload","id":"95","title":"Adding a New Workload"},"96":{"body":"Define the expectation in testing-framework/workflows/src/expectations/your_expectation.rs: #![allow(unused)] fn main() {\\nuse async_trait::async_trait;\\nuse testing_framework_core::scenario::{Expectation, RunContext, DynError}; pub struct YourExpectation { // config fields\\n} #[async_trait]\\nimpl Expectation for YourExpectation { fn name(&self) -> &str { \\"your_expectation\\" } async fn evaluate(&mut self, ctx: &RunContext) -> Result<(), DynError> { // implementation Ok(()) }\\n} } Add builder extension in testing-framework/workflows/src/builder/mod.rs: #![allow(unused)] fn main() {\\npub trait ScenarioBuilderExt { fn expect_your_condition(self) -> Self;\\n} }","breadcrumbs":"Part III — Developer Reference » Internal Crate Reference » Adding a New Expectation","id":"96","title":"Adding a New Expectation"},"97":{"body":"Implement Deployer trait in testing-framework/runners/your_runner/src/deployer.rs: #![allow(unused)] fn main() {\\nuse async_trait::async_trait;\\nuse testing_framework_core::scenario::{Deployer, Runner, Scenario}; pub struct YourDeployer; #[async_trait]\\nimpl Deployer for YourDeployer { type Error = YourError; async fn deploy(&self, scenario: &Scenario) -> Result { // Provision infrastructure // Wait for readiness // Return Runner }\\n} } Provide cleanup and handle node control if supported. Add example in examples/src/bin/your_runner.rs. For detailed examples, see Extending the Framework and Custom Workload Example.","breadcrumbs":"Part III — Developer Reference » Internal Crate Reference » Adding a New Deployer","id":"97","title":"Adding a New Deployer"},"98":{"body":"Quick-reference material and supporting guidance to keep scenarios discoverable,\\ndebuggable, and consistent.","breadcrumbs":"Part IV — Appendix » Part IV — Appendix","id":"98","title":"Part IV — Appendix"},"99":{"body":"Quick reference for the scenario builder DSL. All methods are chainable.","breadcrumbs":"Part IV — Appendix » Builder API Quick Reference » Builder API Quick Reference","id":"99","title":"Builder API Quick Reference"}},"length":134,"save":true},"fields":["title","body","breadcrumbs"],"index":{"body":{"root":{"0":{".":{"2":{"0":{"2":{"4":{"df":2,"docs":{"115":{"tf":1.0},"116":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"df":3,"docs":{"132":{"tf":1.0},"18":{"tf":1.4142135623730951},"21":{"tf":1.7320508075688772}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"78":{"tf":1.0}}}}}},"1":{"df":0,"docs":{},"t":{"1":{"0":{"df":2,"docs":{"115":{"tf":1.0},"116":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":4,"docs":{"115":{"tf":1.4142135623730951},"116":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"78":{"tf":2.449489742783178}}},"1":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"78":{"tf":1.0}}}}}},"0":{"0":{"df":1,"docs":{"116":{"tf":1.4142135623730951}}},"df":1,"docs":{"48":{"tf":1.0}}},"2":{"0":{"df":2,"docs":{"107":{"tf":1.0},"132":{"tf":1.0}}},"7":{".":{"0":{".":{"0":{".":{"1":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"115":{"tf":1.0},"116":{"tf":1.0}}},"4":{"df":1,"docs":{"132":{"tf":1.0}}},"df":9,"docs":{"104":{"tf":1.0},"111":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.7320508075688772},"118":{"tf":1.0},"65":{"tf":1.4142135623730951},"70":{"tf":1.0},"76":{"tf":1.4142135623730951},"78":{"tf":2.0}}},"2":{"0":{"df":2,"docs":{"103":{"tf":1.0},"48":{"tf":1.0}}},"7":{"df":3,"docs":{"132":{"tf":1.0},"18":{"tf":1.4142135623730951},"21":{"tf":1.0}}},">":{"&":{"1":{"df":1,"docs":{"116":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":10,"docs":{"104":{"tf":1.0},"111":{"tf":1.0},"119":{"tf":1.0},"123":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.7320508075688772},"47":{"tf":1.7320508075688772},"70":{"tf":1.0}},"s":{"df":3,"docs":{"132":{"tf":1.7320508075688772},"18":{"tf":1.0},"21":{"tf":1.4142135623730951}}}},"3":{"0":{"df":5,"docs":{"115":{"tf":1.0},"116":{"tf":1.0},"132":{"tf":1.4142135623730951},"18":{"tf":1.0},"48":{"tf":1.0}}},"df":2,"docs":{"120":{"tf":1.0},"47":{"tf":1.0}}},"4":{"0":{"df":1,"docs":{"132":{"tf":1.0}}},"5":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"115":{"tf":1.0},"116":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":3,"docs":{"121":{"tf":1.0},"132":{"tf":1.0},"47":{"tf":1.4142135623730951}}},"5":{"0":{"df":1,"docs":{"102":{"tf":1.0}}},"4":{"df":1,"docs":{"132":{"tf":1.0}}},"df":7,"docs":{"103":{"tf":1.0},"111":{"tf":1.0},"122":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"48":{"tf":1.0}}},"6":{"0":{"df":3,"docs":{"132":{"tf":1.0},"18":{"tf":1.4142135623730951},"65":{"tf":1.0}}},"df":1,"docs":{"123":{"tf":1.0}}},"9":{"0":{"9":{"0":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}},"df":3,"docs":{"132":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":9,"docs":{"110":{"tf":1.0},"111":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"89":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"a":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"133":{"tf":1.0}}}},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"119":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"81":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":10,"docs":{"115":{"tf":1.0},"116":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"33":{"tf":1.0},"41":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"78":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"102":{"tf":1.0},"132":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"133":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"133":{"tf":1.4142135623730951},"19":{"tf":1.0},"52":{"tf":1.0},"82":{"tf":1.0},"89":{"tf":1.0}}}},"v":{"df":12,"docs":{"18":{"tf":1.4142135623730951},"21":{"tf":1.0},"23":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.4142135623730951},"79":{"tf":1.0},"82":{"tf":1.0},"89":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":2,"docs":{"21":{"tf":1.0},"53":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"37":{"tf":1.0},"39":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"116":{"tf":1.4142135623730951},"119":{"tf":1.0},"20":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}},"d":{"df":11,"docs":{"116":{"tf":1.0},"119":{"tf":1.0},"34":{"tf":2.0},"39":{"tf":1.0},"40":{"tf":1.0},"78":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"120":{"tf":1.0},"66":{"tf":1.0},"84":{"tf":1.0}}}}}}},"df":10,"docs":{"82":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"122":{"tf":1.0},"21":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":4,"docs":{"132":{"tf":1.0},"46":{"tf":1.4142135623730951},"70":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"85":{"tf":1.0}}},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"113":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":4,"docs":{"132":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.4142135623730951},"56":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":29,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"95":{"tf":1.7320508075688772},"96":{"tf":1.4142135623730951},"97":{"tf":1.0}}}}}}},"df":4,"docs":{"125":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"40":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"129":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"a":{"df":0,"docs":{},"y":{"df":4,"docs":{"116":{"tf":1.0},"132":{"tf":1.0},"21":{"tf":1.0},"72":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"78":{"tf":1.0}}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"129":{"tf":1.0},"45":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"i":{"df":9,"docs":{"122":{"tf":1.0},"15":{"tf":1.0},"29":{"tf":1.0},"55":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951},"93":{"tf":1.0},"99":{"tf":1.0}}},"p":{"=":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":4,"docs":{"115":{"tf":1.0},"116":{"tf":3.0},"119":{"tf":1.4142135623730951},"78":{"tf":2.449489742783178}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"98":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":18,"docs":{"101":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"111":{"tf":1.7320508075688772},"17":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"19":{"tf":2.23606797749979},"38":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772},"48":{"tf":1.4142135623730951},"49":{"tf":1.7320508075688772},"50":{"tf":1.7320508075688772},"8":{"tf":1.7320508075688772},"95":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"2":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"132":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"0":{"tf":1.0},"14":{"tf":1.0},"4":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"131":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"80":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"22":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"26":{"tf":1.0},"82":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":14,"docs":{"106":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"21":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.0},"40":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"62":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.0}}}},"t":{"df":21,"docs":{"10":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"12":{"tf":1.0},"120":{"tf":1.0},"125":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"130":{"tf":1.7320508075688772},"131":{"tf":1.7320508075688772},"27":{"tf":1.4142135623730951},"30":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.7320508075688772},"67":{"tf":1.4142135623730951},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.4142135623730951},"92":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":3,"docs":{"0":{"tf":1.0},"116":{"tf":1.0},"21":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"18":{"tf":1.0},"39":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{":":{":":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"89":{"tf":1.0},"90":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":5,"docs":{"89":{"tf":1.0},"90":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":14,"docs":{"111":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"84":{"tf":1.0},"89":{"tf":1.4142135623730951},"90":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"82":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"23":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"1":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0},"56":{"tf":1.0}}}}},"o":{"df":2,"docs":{"133":{"tf":1.0},"78":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"115":{"tf":1.0},"71":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{}}}},"x":{"df":1,"docs":{"119":{"tf":1.0}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":17,"docs":{"0":{"tf":1.4142135623730951},"127":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"56":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.4142135623730951},"67":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0},"92":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":8,"docs":{"112":{"tf":1.0},"20":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"57":{"tf":1.0},"62":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}}}}},"b":{"(":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"5":{"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":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":8,"docs":{"23":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"6":{"tf":1.0},"86":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}}}}},"d":{"df":4,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"54":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":3,"docs":{"130":{"tf":1.0},"131":{"tf":1.0},"72":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"133":{"tf":1.0},"55":{"tf":2.0},"59":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":4,"docs":{"133":{"tf":1.0},"18":{"tf":1.0},"40":{"tf":1.0},"57":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"123":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"116":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"c":{"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{}}}},"df":1,"docs":{"5":{"tf":1.0}},"e":{"c":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"119":{"tf":1.0},"90":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"128":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":6,"docs":{"119":{"tf":1.0},"127":{"tf":1.0},"133":{"tf":1.4142135623730951},"40":{"tf":1.0},"62":{"tf":1.0},"82":{"tf":1.0}}}}},"g":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"119":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"61":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":9,"docs":{"113":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"133":{"tf":1.0}}}},"w":{"df":2,"docs":{"41":{"tf":1.0},"66":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"40":{"tf":1.0},"58":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"63":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":9,"docs":{"105":{"tf":1.4142135623730951},"113":{"tf":1.0},"128":{"tf":1.0},"133":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.0},"40":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"116":{"tf":1.0}}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":11,"docs":{"14":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.0},"41":{"tf":1.4142135623730951},"62":{"tf":1.0},"7":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951},"9":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0}}}}},"d":{"df":1,"docs":{"120":{"tf":1.0}}},"df":14,"docs":{"116":{"tf":1.7320508075688772},"121":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0},"74":{"tf":2.0},"75":{"tf":1.0},"78":{"tf":2.0},"79":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"b":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"2":{"df":4,"docs":{"104":{"tf":1.0},"111":{"tf":1.0},"44":{"tf":1.0},"8":{"tf":1.0}}},"3":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":7,"docs":{"0":{"tf":1.4142135623730951},"104":{"tf":1.0},"111":{"tf":1.0},"133":{"tf":2.23606797749979},"20":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0}}},"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"80":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":26,"docs":{"0":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.4142135623730951},"106":{"tf":1.0},"111":{"tf":1.7320508075688772},"113":{"tf":1.7320508075688772},"125":{"tf":1.4142135623730951},"132":{"tf":2.8284271247461903},"133":{"tf":2.8284271247461903},"17":{"tf":1.0},"18":{"tf":3.4641016151377544},"19":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"21":{"tf":2.8284271247461903},"23":{"tf":1.4142135623730951},"35":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.4142135623730951},"40":{"tf":1.0},"42":{"tf":1.0},"53":{"tf":1.7320508075688772},"54":{"tf":1.0},"65":{"tf":1.0},"82":{"tf":1.0},"86":{"tf":1.0},"92":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}},"f":{"df":0,"docs":{},"e":{"df":2,"docs":{"133":{"tf":1.0},"53":{"tf":1.0}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":3,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"27":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":8,"docs":{"115":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"44":{"tf":1.0},"63":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"82":{"tf":1.0}}}}},"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":8,"docs":{"111":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"18":{"tf":1.0},"24":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"a":{"d":{"df":1,"docs":{"82":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"20":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":25,"docs":{"108":{"tf":1.4142135623730951},"111":{"tf":1.0},"130":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"23":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"71":{"tf":1.0},"72":{"tf":1.4142135623730951},"8":{"tf":1.0},"82":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"27":{"tf":1.7320508075688772},"29":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.0},"8":{"tf":1.4142135623730951},"93":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"t":{"df":9,"docs":{"11":{"tf":1.0},"130":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"41":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":5,"docs":{"39":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"89":{"tf":1.7320508075688772},"91":{"tf":1.0}}}},"df":0,"docs":{}}}},"c":{"(":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"5":{"tf":1.0}}}}}}}}},"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":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"20":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"113":{"tf":1.0},"133":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"18":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"l":{"df":3,"docs":{"127":{"tf":1.4142135623730951},"133":{"tf":1.0},"91":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"89":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"113":{"tf":1.0}}}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"105":{"tf":1.0},"133":{"tf":1.0},"46":{"tf":1.0},"82":{"tf":1.0},"93":{"tf":1.7320508075688772}}}},"c":{"df":1,"docs":{"113":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"132":{"tf":1.0},"56":{"tf":1.0},"82":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":14,"docs":{"116":{"tf":1.7320508075688772},"121":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0},"74":{"tf":2.0},"75":{"tf":1.0},"78":{"tf":2.0},"79":{"tf":1.0}}}}},"t":{"df":1,"docs":{"115":{"tf":1.0}}},"u":{"df":0,"docs":{},"s":{"df":13,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"125":{"tf":1.4142135623730951},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"133":{"tf":1.0},"57":{"tf":1.0},"62":{"tf":1.0},"7":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"76":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":1,"docs":{"5":{"tf":1.0}},"f":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"27":{"tf":1.0},"30":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":1,"docs":{"13":{"tf":1.0}}},"df":0,"docs":{}}}}}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"77":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"77":{"tf":1.0}}}}}}}}}},"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"99":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"133":{"tf":1.0},"52":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"1":{"tf":1.0},"21":{"tf":1.0},"78":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{"df":4,"docs":{"104":{"tf":1.0},"111":{"tf":1.0},"44":{"tf":1.0},"8":{"tf":1.0}}},"2":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"133":{"tf":1.0}}},"df":0,"docs":{}}}},"df":5,"docs":{"0":{"tf":1.0},"104":{"tf":1.0},"111":{"tf":1.0},"133":{"tf":2.23606797749979},"37":{"tf":1.0}}}}}},"o":{"df":23,"docs":{"105":{"tf":2.0},"113":{"tf":2.23606797749979},"127":{"tf":1.4142135623730951},"132":{"tf":1.7320508075688772},"133":{"tf":1.4142135623730951},"19":{"tf":2.23606797749979},"26":{"tf":1.0},"27":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"45":{"tf":1.7320508075688772},"47":{"tf":1.0},"50":{"tf":1.4142135623730951},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"66":{"tf":1.7320508075688772},"67":{"tf":1.4142135623730951},"8":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"19":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"45":{"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":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":6,"docs":{"100":{"tf":1.0},"29":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0},"92":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"82":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"17":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":20,"docs":{"113":{"tf":1.4142135623730951},"116":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.7320508075688772},"121":{"tf":1.0},"125":{"tf":1.0},"128":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"23":{"tf":1.0},"3":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"55":{"tf":1.0},"6":{"tf":1.4142135623730951},"62":{"tf":1.0},"89":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"26":{"tf":1.0},"62":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"66":{"tf":1.4142135623730951},"70":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"40":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"35":{"tf":1.4142135623730951},"40":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"23":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}}}}},"i":{"df":9,"docs":{"18":{"tf":1.0},"24":{"tf":1.0},"40":{"tf":1.7320508075688772},"56":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":2.23606797749979},"71":{"tf":1.4142135623730951}},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":18,"docs":{"11":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.4142135623730951},"128":{"tf":1.0},"130":{"tf":1.4142135623730951},"131":{"tf":2.0},"27":{"tf":1.4142135623730951},"30":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":2.0},"67":{"tf":1.4142135623730951},"68":{"tf":1.0},"70":{"tf":2.0},"71":{"tf":1.7320508075688772},"92":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":11,"docs":{"112":{"tf":1.0},"12":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"27":{"tf":1.4142135623730951},"32":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.7320508075688772},"70":{"tf":1.4142135623730951},"71":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"87":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"24":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"39":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"113":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":5,"docs":{"115":{"tf":1.4142135623730951},"129":{"tf":1.0},"14":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":9,"docs":{"129":{"tf":1.0},"133":{"tf":1.0},"17":{"tf":1.0},"23":{"tf":1.0},"6":{"tf":1.0},"78":{"tf":1.0},"82":{"tf":1.0},"86":{"tf":1.0},"97":{"tf":1.0}},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"86":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"r":{"df":7,"docs":{"1":{"tf":1.0},"24":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"62":{"tf":1.0},"82":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"|":{"df":2,"docs":{"89":{"tf":1.0},"90":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":4,"docs":{"84":{"tf":1.0},"89":{"tf":1.7320508075688772},"90":{"tf":1.7320508075688772},"92":{"tf":1.0}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"132":{"tf":1.0},"18":{"tf":2.0},"39":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":20,"docs":{"1":{"tf":1.0},"133":{"tf":1.0},"24":{"tf":1.4142135623730951},"27":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"5":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.4142135623730951},"60":{"tf":1.7320508075688772},"62":{"tf":1.0},"67":{"tf":2.23606797749979},"7":{"tf":1.0},"72":{"tf":1.0},"82":{"tf":1.0},"9":{"tf":1.0}},"—":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"82":{"tf":1.0}}}}}}}}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"41":{"tf":1.0},"80":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"21":{"tf":1.4142135623730951}},"i":{"c":{"df":0,"docs":{},"i":{"df":3,"docs":{"132":{"tf":1.0},"18":{"tf":1.4142135623730951},"21":{"tf":1.0}}}},"df":0,"docs":{}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"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":{"38":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"80":{"tf":1.0}}}}}}}}},"df":5,"docs":{"38":{"tf":1.0},"53":{"tf":1.0},"78":{"tf":1.4142135623730951},"79":{"tf":1.0},"80":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"133":{"tf":1.0},"25":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"6":{"tf":1.0},"82":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"115":{"tf":1.0},"119":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"68":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":7,"docs":{"113":{"tf":1.0},"120":{"tf":1.0},"124":{"tf":1.0},"39":{"tf":1.0},"61":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"123":{"tf":1.0},"40":{"tf":1.0},"56":{"tf":1.0}}},"t":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":11,"docs":{"0":{"tf":1.0},"111":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"55":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.4142135623730951}}},"x":{"df":1,"docs":{"78":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"133":{"tf":1.4142135623730951},"14":{"tf":1.0},"3":{"tf":1.0},"6":{"tf":1.0},"74":{"tf":1.0}}},"s":{"df":37,"docs":{"0":{"tf":1.0},"109":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.7320508075688772},"116":{"tf":2.449489742783178},"119":{"tf":1.4142135623730951},"122":{"tf":1.0},"129":{"tf":1.0},"13":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.7320508075688772},"29":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"47":{"tf":1.7320508075688772},"56":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"7":{"tf":1.0},"72":{"tf":1.0},"78":{"tf":2.449489742783178},"80":{"tf":1.0},"82":{"tf":1.0},"9":{"tf":1.4142135623730951},"92":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":2,"docs":{"13":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"/":{"df":0,"docs":{},"k":{"8":{"df":3,"docs":{"115":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"=":{"1":{"df":0,"docs":{},"x":{"1":{"df":1,"docs":{"66":{"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":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":3,"docs":{"116":{"tf":1.0},"66":{"tf":1.0},"78":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":6,"docs":{"26":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.0},"41":{"tf":1.0},"7":{"tf":1.0},"92":{"tf":1.0}}}},"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"=":{"1":{"2":{"7":{".":{"0":{".":{"0":{".":{"1":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"=":{"1":{"df":3,"docs":{"116":{"tf":1.0},"66":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":12,"docs":{"113":{"tf":1.0},"127":{"tf":1.4142135623730951},"133":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0},"63":{"tf":1.7320508075688772},"66":{"tf":1.0},"67":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":1.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":5,"docs":{"109":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":4,"docs":{"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0}},"u":{"df":2,"docs":{"2":{"tf":1.0},"56":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"19":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.0},"40":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"38":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"133":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0},"82":{"tf":1.0},"90":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"3":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"132":{"tf":1.0},"21":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":14,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"116":{"tf":1.0},"13":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":2.23606797749979},"29":{"tf":1.4142135623730951},"30":{"tf":1.0},"34":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":20,"docs":{"101":{"tf":1.0},"123":{"tf":1.0},"131":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"18":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"62":{"tf":1.0},"67":{"tf":1.0},"74":{"tf":1.0},"8":{"tf":1.4142135623730951},"82":{"tf":1.0},"87":{"tf":1.0},"92":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"113":{"tf":1.0},"90":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"113":{"tf":1.0},"120":{"tf":1.0},"128":{"tf":1.0}}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"101":{"tf":1.0},"120":{"tf":1.0},"128":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":21,"docs":{"0":{"tf":1.0},"113":{"tf":1.0},"123":{"tf":1.0},"125":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":1.0},"18":{"tf":1.4142135623730951},"21":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"80":{"tf":1.0},"92":{"tf":1.0}},"s":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"e":{",":{"d":{"a":{"=":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":2,"docs":{"33":{"tf":1.0},"75":{"tf":1.0}}}}},"df":0,"docs":{}}},"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":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"18":{"tf":1.0},"21":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"55":{"tf":1.0}}}}},"i":{"d":{"df":1,"docs":{"84":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"35":{"tf":1.0},"57":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"53":{"tf":1.0},"55":{"tf":1.0},"86":{"tf":1.0},"98":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"116":{"tf":1.0},"75":{"tf":1.0}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"108":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"df":5,"docs":{"26":{"tf":1.0},"53":{"tf":1.0},"7":{"tf":1.0},"80":{"tf":1.4142135623730951},"92":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"80":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":11,"docs":{"115":{"tf":2.23606797749979},"116":{"tf":3.0},"119":{"tf":1.0},"133":{"tf":1.4142135623730951},"14":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"59":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"78":{"tf":3.1622776601683795}},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"115":{"tf":1.0}}},"df":0,"docs":{}}}},"df":2,"docs":{"1":{"tf":1.0},"63":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"115":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"35":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":3,"docs":{"0":{"tf":1.0},"82":{"tf":1.0},"93":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":4,"docs":{"106":{"tf":1.0},"133":{"tf":1.0},"38":{"tf":1.0},"49":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"81":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":19,"docs":{"105":{"tf":1.0},"113":{"tf":1.0},"127":{"tf":1.7320508075688772},"133":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.4142135623730951},"45":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"74":{"tf":1.0},"82":{"tf":1.0},"9":{"tf":1.4142135623730951},"97":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"59":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"52":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":4,"docs":{"105":{"tf":1.0},"133":{"tf":1.0},"23":{"tf":1.0},"82":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"82":{"tf":1.0},"92":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"i":{"df":5,"docs":{"130":{"tf":1.0},"131":{"tf":1.0},"66":{"tf":1.0},"70":{"tf":1.0},"78":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"e":{"df":8,"docs":{"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"5":{"tf":1.0},"92":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"133":{"tf":1.0},"55":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"56":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"113":{"tf":1.0},"126":{"tf":1.0},"21":{"tf":1.0},"39":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"26":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}}}}},"p":{"df":6,"docs":{"130":{"tf":1.0},"131":{"tf":1.0},"66":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"78":{"tf":1.0}},"u":{"df":1,"docs":{"66":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"116":{"tf":2.23606797749979},"54":{"tf":1.0},"78":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":7,"docs":{"24":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.4142135623730951},"34":{"tf":1.0},"81":{"tf":1.0},"92":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"133":{"tf":1.4142135623730951},"19":{"tf":1.0},"35":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":5,"docs":{"132":{"tf":1.0},"133":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"c":{"df":2,"docs":{"66":{"tf":1.0},"74":{"tf":1.0}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"a":{"df":2,"docs":{"133":{"tf":1.0},"77":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"68":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"t":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"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":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"0":{"df":2,"docs":{"15":{"tf":1.0},"80":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"(":{")":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"33":{"tf":1.0},"80":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":4,"docs":{"89":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"95":{"tf":1.0},"96":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":1,"docs":{"122":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"116":{"tf":1.0},"52":{"tf":1.0},"87":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":7,"docs":{"34":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"69":{"tf":1.0},"88":{"tf":1.0},"97":{"tf":1.0}}}}}}}},"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"5":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"[":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"23":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"a":{"_":{"a":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":30,"docs":{"0":{"tf":2.23606797749979},"104":{"tf":1.7320508075688772},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"12":{"tf":1.0},"125":{"tf":1.7320508075688772},"128":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":2.0},"14":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"27":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":2.0},"47":{"tf":1.0},"49":{"tf":1.4142135623730951},"62":{"tf":1.0},"65":{"tf":1.0},"68":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.7320508075688772},"8":{"tf":1.4142135623730951},"80":{"tf":1.0},"87":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"63":{"tf":1.0},"66":{"tf":1.0}}}}}},"t":{"a":{"df":12,"docs":{"0":{"tf":2.0},"132":{"tf":1.0},"133":{"tf":2.23606797749979},"23":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"6":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"92":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"23":{"tf":1.0},"5":{"tf":1.0}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"116":{"tf":1.0}}}}}},"df":8,"docs":{"116":{"tf":1.0},"117":{"tf":1.0},"19":{"tf":1.0},"58":{"tf":1.0},"66":{"tf":1.0},"75":{"tf":1.4142135623730951},"78":{"tf":1.0},"80":{"tf":1.0}},"g":{"df":2,"docs":{"22":{"tf":1.0},"98":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"23":{"tf":1.0},"35":{"tf":1.0}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"r":{"df":8,"docs":{"133":{"tf":1.0},"17":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"82":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"81":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"91":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":24,"docs":{"11":{"tf":1.0},"115":{"tf":1.7320508075688772},"116":{"tf":1.4142135623730951},"12":{"tf":1.0},"132":{"tf":1.7320508075688772},"14":{"tf":1.4142135623730951},"15":{"tf":1.0},"18":{"tf":1.7320508075688772},"19":{"tf":1.0},"21":{"tf":1.7320508075688772},"39":{"tf":1.0},"65":{"tf":2.23606797749979},"66":{"tf":1.7320508075688772},"69":{"tf":1.0},"70":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":2.0},"79":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0},"87":{"tf":1.0},"89":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"35":{"tf":1.0},"8":{"tf":1.0},"82":{"tf":1.0},"92":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"38":{"tf":1.0},"39":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"27":{"tf":1.7320508075688772}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":6,"docs":{"26":{"tf":1.0},"31":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"97":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":32,"docs":{"109":{"tf":2.0},"111":{"tf":1.0},"118":{"tf":1.0},"133":{"tf":1.4142135623730951},"17":{"tf":1.0},"23":{"tf":1.4142135623730951},"24":{"tf":1.0},"26":{"tf":1.7320508075688772},"27":{"tf":1.4142135623730951},"29":{"tf":2.0},"30":{"tf":1.0},"34":{"tf":1.4142135623730951},"4":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":2.0},"6":{"tf":1.4142135623730951},"60":{"tf":1.0},"7":{"tf":1.4142135623730951},"72":{"tf":1.0},"74":{"tf":1.0},"82":{"tf":1.4142135623730951},"9":{"tf":1.7320508075688772},"92":{"tf":1.7320508075688772},"93":{"tf":1.4142135623730951},"97":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"(":{"&":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":9,"docs":{"110":{"tf":1.0},"111":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"118":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"84":{"tf":1.0},"89":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":6,"docs":{"119":{"tf":1.0},"17":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.4142135623730951},"6":{"tf":1.0},"82":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":4,"docs":{"133":{"tf":1.0},"26":{"tf":1.0},"55":{"tf":1.0},"82":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"24":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":6,"docs":{"131":{"tf":1.0},"15":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"62":{"tf":1.0},"97":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"19":{"tf":1.4142135623730951},"22":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"113":{"tf":1.0},"132":{"tf":1.0},"19":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951},"40":{"tf":1.0}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":6,"docs":{"24":{"tf":1.0},"40":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.4142135623730951}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":2,"docs":{"128":{"tf":1.0},"129":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"132":{"tf":1.0},"25":{"tf":1.0},"56":{"tf":1.0},"74":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"58":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":9,"docs":{"115":{"tf":1.7320508075688772},"14":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"65":{"tf":1.0},"67":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.4142135623730951},"78":{"tf":2.0}}}}}}},"df":0,"docs":{}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"133":{"tf":1.0},"15":{"tf":1.0},"75":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"59":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"98":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":7,"docs":{"0":{"tf":1.0},"104":{"tf":1.0},"111":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.4142135623730951},"77":{"tf":1.0},"87":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"37":{"tf":1.0},"74":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"62":{"tf":1.0},"81":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"8":{"df":2,"docs":{"27":{"tf":1.0},"30":{"tf":1.0}}},"df":0,"docs":{}}},"df":26,"docs":{"109":{"tf":1.0},"11":{"tf":1.0},"115":{"tf":2.0},"116":{"tf":2.8284271247461903},"119":{"tf":1.0},"129":{"tf":1.7320508075688772},"13":{"tf":1.0},"130":{"tf":1.0},"14":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"29":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.7320508075688772},"66":{"tf":1.0},"67":{"tf":1.7320508075688772},"7":{"tf":1.0},"78":{"tf":3.3166247903554},"9":{"tf":1.0},"92":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"27":{"tf":1.0},"40":{"tf":1.0},"92":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"\'":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}},"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":5,"docs":{"126":{"tf":1.0},"127":{"tf":1.0},"21":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"116":{"tf":1.4142135623730951}}},"’":{"df":0,"docs":{},"t":{"df":4,"docs":{"113":{"tf":1.0},"127":{"tf":1.0},"132":{"tf":1.0},"89":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"129":{"tf":1.0},"23":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":2,"docs":{"116":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"45":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"[":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}},"df":7,"docs":{"23":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"89":{"tf":1.0}},"n":{"df":1,"docs":{"36":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"l":{"df":9,"docs":{"26":{"tf":1.0},"27":{"tf":1.0},"34":{"tf":1.0},"39":{"tf":1.0},"84":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"128":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"t":{"df":15,"docs":{"107":{"tf":1.0},"113":{"tf":1.0},"132":{"tf":1.4142135623730951},"133":{"tf":2.23606797749979},"18":{"tf":1.4142135623730951},"21":{"tf":2.23606797749979},"22":{"tf":1.0},"23":{"tf":1.0},"35":{"tf":1.0},"40":{"tf":1.0},"49":{"tf":1.0},"56":{"tf":1.0},"65":{"tf":1.0},"82":{"tf":1.0},"93":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":6,"docs":{"125":{"tf":1.0},"133":{"tf":1.4142135623730951},"23":{"tf":1.0},"53":{"tf":1.0},"72":{"tf":1.4142135623730951},"90":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"89":{"tf":1.7320508075688772},"90":{"tf":1.0},"95":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}}}}}}}}}},"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"5":{"tf":1.0}}}},"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":10,"docs":{"115":{"tf":1.4142135623730951},"123":{"tf":1.0},"133":{"tf":1.4142135623730951},"33":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"75":{"tf":1.0},"84":{"tf":1.0},"87":{"tf":1.0},"89":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"89":{"tf":1.0}}}}}}},"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"23":{"tf":1.0}}}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":8,"docs":{"133":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0},"6":{"tf":1.0},"76":{"tf":1.0},"92":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"62":{"tf":1.0}}}}},"s":{"df":1,"docs":{"59":{"tf":1.0}},"i":{"df":1,"docs":{"35":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":1,"docs":{"116":{"tf":1.0}}}}},"df":2,"docs":{"23":{"tf":1.0},"5":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"16":{"tf":1.0},"35":{"tf":1.0},"75":{"tf":1.0}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"133":{"tf":1.0},"77":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"b":{"df":2,"docs":{"11":{"tf":1.0},"66":{"tf":1.0}},"o":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"16":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":10,"docs":{"0":{"tf":1.0},"105":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"33":{"tf":1.0},"39":{"tf":1.0},"65":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":8,"docs":{"105":{"tf":1.4142135623730951},"127":{"tf":1.4142135623730951},"19":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"8":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"d":{"df":2,"docs":{"44":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":7,"docs":{"122":{"tf":1.0},"15":{"tf":1.7320508075688772},"75":{"tf":1.4142135623730951},"79":{"tf":1.0},"80":{"tf":1.4142135623730951},"86":{"tf":1.0},"9":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"80":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"132":{"tf":1.0},"21":{"tf":1.0},"82":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"26":{"tf":1.0},"3":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":5,"docs":{"125":{"tf":1.0},"126":{"tf":1.0},"21":{"tf":1.4142135623730951},"35":{"tf":1.0},"82":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":12,"docs":{"0":{"tf":1.0},"119":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"133":{"tf":1.4142135623730951},"54":{"tf":1.0},"56":{"tf":1.0},"62":{"tf":1.0},"67":{"tf":1.0},"82":{"tf":1.4142135623730951},"87":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"27":{"tf":1.0},"7":{"tf":1.0},"92":{"tf":1.0}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"27":{"tf":1.0},"30":{"tf":1.0}}}}}}}}}},"v":{"df":1,"docs":{"113":{"tf":1.0}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":23,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.4142135623730951},"35":{"tf":1.0},"40":{"tf":1.4142135623730951},"56":{"tf":1.7320508075688772},"57":{"tf":1.4142135623730951},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"75":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"113":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"84":{"tf":1.0}}}}}}},"r":{"(":{"\\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"89":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"/":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":11,"docs":{"113":{"tf":1.0},"118":{"tf":1.4142135623730951},"120":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"128":{"tf":1.0},"72":{"tf":1.4142135623730951},"75":{"tf":1.0},"79":{"tf":1.4142135623730951},"85":{"tf":1.0},"97":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"2":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"c":{"df":2,"docs":{"76":{"tf":1.4142135623730951},"80":{"tf":1.0}}},"df":0,"docs":{}},"v":{"a":{"df":0,"docs":{},"l":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"90":{"tf":1.0},"96":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":8,"docs":{"133":{"tf":1.0},"23":{"tf":1.0},"38":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"86":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":3,"docs":{"24":{"tf":1.0},"6":{"tf":1.0},"81":{"tf":1.0}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"116":{"tf":1.4142135623730951},"18":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":28,"docs":{"111":{"tf":1.0},"116":{"tf":2.0},"121":{"tf":1.0},"133":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.0},"31":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772},"46":{"tf":1.0},"47":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.7320508075688772},"67":{"tf":1.4142135623730951},"69":{"tf":1.0},"7":{"tf":1.4142135623730951},"74":{"tf":2.23606797749979},"75":{"tf":1.4142135623730951},"77":{"tf":1.0},"78":{"tf":2.0},"79":{"tf":1.0},"88":{"tf":1.0},"92":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"95":{"tf":1.0},"97":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":2,"docs":{"26":{"tf":1.0},"92":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"r":{"c":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"97":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"95":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":4,"docs":{"34":{"tf":1.0},"41":{"tf":1.0},"7":{"tf":1.0},"93":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"113":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"c":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":2,"docs":{"116":{"tf":1.0},"78":{"tf":1.0}},"u":{"df":0,"docs":{},"t":{"df":10,"docs":{"110":{"tf":1.0},"113":{"tf":1.0},"133":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"5":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"r":{"df":16,"docs":{"0":{"tf":1.4142135623730951},"101":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":2.0},"119":{"tf":1.0},"13":{"tf":1.0},"133":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"47":{"tf":1.7320508075688772},"65":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.7320508075688772},"78":{"tf":2.23606797749979}},"s":{"(":{"0":{"df":3,"docs":{"42":{"tf":1.0},"43":{"tf":1.0},"95":{"tf":1.0}}},"1":{"df":3,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0}}},"2":{"df":9,"docs":{"101":{"tf":1.0},"111":{"tf":1.0},"19":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"116":{"tf":1.0},"78":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":5,"docs":{"133":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"6":{"tf":1.0}}}}},"df":0,"docs":{}}},"h":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"113":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"115":{"tf":1.0},"125":{"tf":1.0},"67":{"tf":1.0},"86":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":13,"docs":{"106":{"tf":1.0},"111":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"_":{"c":{"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":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"96":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"89":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":47,"docs":{"1":{"tf":1.0},"106":{"tf":1.0},"118":{"tf":1.4142135623730951},"122":{"tf":1.0},"125":{"tf":1.0},"128":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.4142135623730951},"133":{"tf":2.23606797749979},"15":{"tf":1.4142135623730951},"18":{"tf":2.6457513110645907},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":2.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.0},"29":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.7320508075688772},"82":{"tf":2.23606797749979},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.4142135623730951},"89":{"tf":2.0},"90":{"tf":1.7320508075688772},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"96":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":7,"docs":{"112":{"tf":1.0},"133":{"tf":1.0},"31":{"tf":1.0},"41":{"tf":1.0},"57":{"tf":1.0},"62":{"tf":1.0},"7":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"28":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"39":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"1":{"tf":1.0},"116":{"tf":1.4142135623730951},"21":{"tf":1.0},"24":{"tf":1.0},"35":{"tf":1.0},"40":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"29":{"tf":1.0},"67":{"tf":2.0},"79":{"tf":1.0},"85":{"tf":1.0}}}},"s":{"df":4,"docs":{"15":{"tf":1.0},"33":{"tf":1.0},"80":{"tf":1.4142135623730951},"84":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"80":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"—":{"a":{"d":{"df":0,"docs":{},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"113":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"38":{"tf":1.0},"39":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":11,"docs":{"113":{"tf":1.0},"125":{"tf":1.0},"133":{"tf":1.0},"24":{"tf":1.0},"34":{"tf":1.0},"49":{"tf":1.4142135623730951},"81":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":1.0},"87":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":8,"docs":{"27":{"tf":1.0},"51":{"tf":1.4142135623730951},"8":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}}}}}}},"}":{"\\"":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"90":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"f":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"20":{"tf":1.4142135623730951},"26":{"tf":1.0}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"87":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":10,"docs":{"117":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.7320508075688772},"125":{"tf":1.0},"126":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"23":{"tf":1.0},"67":{"tf":1.0},"84":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":12,"docs":{"116":{"tf":1.0},"118":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"24":{"tf":1.0},"35":{"tf":1.0},"40":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.4142135623730951},"80":{"tf":1.0},"86":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"s":{"df":5,"docs":{"132":{"tf":1.0},"133":{"tf":1.0},"21":{"tf":1.0},"62":{"tf":1.0},"75":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}}}},"q":{"df":1,"docs":{"132":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"35":{"tf":1.0},"40":{"tf":1.0},"58":{"tf":1.0},"84":{"tf":1.0},"91":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"63":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}}}}},"df":2,"docs":{"116":{"tf":2.6457513110645907},"78":{"tf":2.449489742783178}},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"47":{"tf":1.0},"66":{"tf":1.0},"9":{"tf":1.0},"93":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"40":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"86":{"tf":1.0}}},"df":0,"docs":{}},"t":{"c":{"df":0,"docs":{},"h":{"df":10,"docs":{"112":{"tf":1.0},"12":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"27":{"tf":1.4142135623730951},"32":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"71":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"40":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"95":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"df":11,"docs":{"115":{"tf":2.449489742783178},"116":{"tf":1.0},"120":{"tf":1.0},"131":{"tf":1.0},"14":{"tf":2.23606797749979},"33":{"tf":1.4142135623730951},"65":{"tf":1.4142135623730951},"66":{"tf":1.0},"75":{"tf":1.7320508075688772},"76":{"tf":1.7320508075688772},"78":{"tf":2.8284271247461903}},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"116":{"tf":1.0},"78":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"116":{"tf":2.0},"119":{"tf":1.0},"33":{"tf":1.0},"54":{"tf":1.0},"65":{"tf":1.0},"75":{"tf":1.0},"77":{"tf":1.4142135623730951},"78":{"tf":1.7320508075688772}}}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"108":{"tf":1.0},"55":{"tf":1.0}}}},"d":{"df":3,"docs":{"114":{"tf":1.0},"116":{"tf":2.0},"48":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":3,"docs":{"132":{"tf":1.0},"65":{"tf":1.0},"75":{"tf":1.0}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":7,"docs":{"101":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"35":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"116":{"tf":1.7320508075688772},"119":{"tf":1.0},"120":{"tf":1.0},"19":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0}},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"132":{"tf":1.0}}}}}}}}}},"t":{"df":4,"docs":{"40":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.0},"88":{"tf":1.0}}},"x":{"df":10,"docs":{"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":5,"docs":{"115":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"78":{"tf":1.0}}},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"113":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"23":{"tf":1.0},"38":{"tf":1.0},"5":{"tf":1.0},"61":{"tf":1.0},"80":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":4,"docs":{"24":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"56":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"8":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0}}}}}}},"n":{"df":29,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"8":{"tf":1.0},"89":{"tf":2.449489742783178},"90":{"tf":2.0},"95":{"tf":2.449489742783178},"96":{"tf":2.23606797749979},"97":{"tf":1.4142135623730951}}},"o":{"c":{"df":0,"docs":{},"u":{"df":2,"docs":{"120":{"tf":1.0},"17":{"tf":1.0}},"s":{"df":3,"docs":{"0":{"tf":1.0},"26":{"tf":1.0},"62":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":6,"docs":{"116":{"tf":1.0},"117":{"tf":1.0},"4":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0},"78":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"89":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"39":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"t":{"!":{"(":{"\\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"90":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"6":{"tf":1.0}},"u":{"df":0,"docs":{},"l":{"a":{"df":1,"docs":{"21":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"2":{"tf":1.0},"39":{"tf":1.0}}}},"df":3,"docs":{"120":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"k":{"/":{"c":{"df":0,"docs":{},"f":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"z":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":15,"docs":{"11":{"tf":1.0},"112":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.0},"125":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}}}}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":4,"docs":{"11":{"tf":1.0},"130":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0}}}}},"df":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":{"30":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"92":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"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":2,"docs":{"34":{"tf":1.0},"93":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"r":{"df":2,"docs":{"34":{"tf":1.0},"92":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"80":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"93":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"93":{"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":0,"docs":{},"n":{"df":2,"docs":{"34":{"tf":1.0},"93":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"97":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"{":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{",":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{",":{"df":0,"docs":{},"k":{"8":{"df":1,"docs":{"92":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"84":{"tf":1.0},"85":{"tf":1.0},"92":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"34":{"tf":1.0},"93":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{".":{"df":0,"docs":{},"r":{"df":2,"docs":{"95":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"96":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":2,"docs":{"34":{"tf":1.0},"93":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":2,"docs":{"34":{"tf":1.0},"93":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"95":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}},"df":26,"docs":{"0":{"tf":1.0},"118":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"2":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.4142135623730951},"31":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"7":{"tf":1.4142135623730951},"74":{"tf":1.7320508075688772},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.0},"92":{"tf":1.4142135623730951},"97":{"tf":1.0}},"’":{"df":1,"docs":{"39":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"47":{"tf":1.0},"50":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"3":{"tf":1.0},"75":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":8,"docs":{"0":{"tf":1.0},"113":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"19":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0}}}}}}},"d":{"df":5,"docs":{"102":{"tf":1.0},"120":{"tf":1.0},"126":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"54":{"tf":1.4142135623730951}}}}}},"g":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"113":{"tf":1.0},"3":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"61":{"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":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"84":{"tf":1.0},"89":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":24,"docs":{"112":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"120":{"tf":1.0},"125":{"tf":1.4142135623730951},"128":{"tf":1.0},"133":{"tf":1.7320508075688772},"24":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"54":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":1.4142135623730951},"62":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.0},"82":{"tf":1.0},"89":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0}}}}},"t":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"89":{"tf":1.0},"90":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"70":{"tf":1.0}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"63":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"1":{"tf":1.0}},"n":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"33":{"tf":1.0},"75":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"133":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"35":{"tf":1.0},"40":{"tf":1.0}}}},"df":4,"docs":{"115":{"tf":1.0},"34":{"tf":1.0},"70":{"tf":1.0},"75":{"tf":1.0}},"e":{"df":1,"docs":{"93":{"tf":1.0}}},"o":{"d":{"df":7,"docs":{"123":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"35":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"65":{"tf":1.0},"75":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"116":{"tf":1.0},"119":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"1":{"6":{"df":5,"docs":{"112":{"tf":1.0},"133":{"tf":1.0},"57":{"tf":1.0},"62":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":1,"docs":{"133":{"tf":1.0}}}},"w":{"df":1,"docs":{"91":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"86":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":4,"docs":{"25":{"tf":1.0},"34":{"tf":1.0},"82":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{}}},"df":4,"docs":{"1":{"tf":1.0},"113":{"tf":1.0},"25":{"tf":1.0},"34":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"23":{"tf":1.0}},"l":{"df":2,"docs":{"17":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"r":{"d":{"df":1,"docs":{"19":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}}},"df":1,"docs":{"118":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"116":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":1,"docs":{"52":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"133":{"tf":1.0},"20":{"tf":1.4142135623730951},"35":{"tf":1.0},"6":{"tf":1.0}},"i":{"df":3,"docs":{"122":{"tf":1.0},"20":{"tf":1.0},"38":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"df":3,"docs":{"27":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}},"p":{"df":1,"docs":{"16":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"27":{"tf":1.0},"32":{"tf":1.0},"39":{"tf":1.0},"70":{"tf":1.0},"84":{"tf":1.0},"87":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"e":{"df":4,"docs":{"0":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"90":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":8,"docs":{"133":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"35":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.4142135623730951},"6":{"tf":1.0},"92":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"60":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"20":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":4,"docs":{"129":{"tf":1.0},"26":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"24":{"tf":1.0},"58":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.0},"71":{"tf":1.0},"78":{"tf":1.0},"92":{"tf":1.0}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"67":{"tf":1.0},"72":{"tf":1.0}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"92":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"1":{"8":{"0":{"8":{"0":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"122":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"0":{"9":{"0":{"df":6,"docs":{"122":{"tf":1.0},"15":{"tf":1.0},"33":{"tf":1.0},"66":{"tf":1.0},"80":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"122":{"tf":1.0},"15":{"tf":1.0},"80":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"i":{"[":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"38":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"d":{">":{":":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"78":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"115":{"tf":1.0},"116":{"tf":2.23606797749979},"78":{"tf":1.0}},"e":{"a":{"df":3,"docs":{"51":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"89":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"62":{"tf":1.0},"79":{"tf":1.0}}}}}},"i":{"df":1,"docs":{"25":{"tf":1.0}},"i":{"df":1,"docs":{"81":{"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":{"41":{"tf":1.0},"88":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":14,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"130":{"tf":2.0},"131":{"tf":1.0},"27":{"tf":1.7320508075688772},"30":{"tf":1.0},"31":{"tf":1.0},"41":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":2.23606797749979},"67":{"tf":2.23606797749979},"7":{"tf":1.0},"72":{"tf":1.4142135623730951},"9":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"17":{"tf":1.4142135623730951}}}},"l":{"df":5,"docs":{"89":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":12,"docs":{"34":{"tf":2.0},"51":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":1.4142135623730951},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":7,"docs":{"100":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"57":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.0}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":18,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"133":{"tf":1.0},"14":{"tf":1.0},"20":{"tf":1.0},"33":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"54":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0},"76":{"tf":1.4142135623730951},"78":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":7,"docs":{"132":{"tf":1.0},"133":{"tf":1.0},"20":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"113":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":8,"docs":{"113":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"126":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"61":{"tf":1.0},"74":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"\\"":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"89":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":5,"docs":{"115":{"tf":1.7320508075688772},"116":{"tf":1.4142135623730951},"120":{"tf":1.0},"14":{"tf":1.4142135623730951},"78":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":4,"docs":{"15":{"tf":1.0},"65":{"tf":1.0},"75":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":6,"docs":{"133":{"tf":1.0},"17":{"tf":1.0},"3":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0},"97":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"23":{"tf":1.0},"39":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"38":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":3,"docs":{"38":{"tf":1.4142135623730951},"84":{"tf":1.0},"89":{"tf":1.4142135623730951}},"i":{"df":1,"docs":{"55":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"84":{"tf":1.0},"89":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"115":{"tf":2.0},"66":{"tf":1.0},"78":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"80":{"tf":1.0}}}}}}},"df":4,"docs":{"116":{"tf":1.0},"120":{"tf":1.0},"59":{"tf":1.0},"80":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"71":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"116":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"120":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":3,"docs":{"26":{"tf":1.0},"3":{"tf":1.0},"41":{"tf":1.0}}}},"n":{"d":{"df":4,"docs":{"132":{"tf":1.0},"133":{"tf":1.0},"35":{"tf":1.0},"82":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"66":{"tf":1.0}}},"t":{"df":4,"docs":{"17":{"tf":1.0},"24":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"0":{"tf":1.4142135623730951},"3":{"tf":1.0},"82":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":3,"docs":{"20":{"tf":2.0},"34":{"tf":1.0},"92":{"tf":1.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"16":{"tf":1.0},"24":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0}}}}}},"v":{"df":5,"docs":{"113":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"18":{"tf":1.0},"53":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"19":{"tf":1.0}},"t":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"54":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":3,"docs":{"3":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"u":{"df":5,"docs":{"120":{"tf":1.4142135623730951},"122":{"tf":1.0},"123":{"tf":1.0},"62":{"tf":1.0},"89":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"35":{"tf":1.0},"58":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"74":{"tf":1.0}}}}}},"’":{"df":1,"docs":{"79":{"tf":1.0}}}},"v":{"df":1,"docs":{"98":{"tf":1.0}}}},"j":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"g":{"df":4,"docs":{"133":{"tf":1.0},"24":{"tf":1.0},"6":{"tf":1.0},"82":{"tf":1.0}}}},"df":0,"docs":{}}},"k":{"8":{"df":15,"docs":{"112":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"119":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"14":{"tf":1.0},"27":{"tf":1.0},"40":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"72":{"tf":1.0},"78":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":6,"docs":{"26":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.0},"41":{"tf":1.0},"7":{"tf":1.0},"92":{"tf":1.0}}}},"df":1,"docs":{"67":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":8,"docs":{"113":{"tf":1.0},"127":{"tf":1.0},"133":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"66":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":1.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":{"109":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":17,"docs":{"116":{"tf":1.0},"132":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.4142135623730951},"35":{"tf":1.0},"39":{"tf":1.7320508075688772},"40":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"78":{"tf":1.0},"82":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0},"98":{"tf":1.0}}}},"y":{"df":7,"docs":{"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"47":{"tf":1.0},"8":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"129":{"tf":1.0}}}},"n":{"d":{"df":1,"docs":{"67":{"tf":1.7320508075688772}}},"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":{"133":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":1,"docs":{"123":{"tf":1.0}}}}}},"u":{"b":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":6,"docs":{"115":{"tf":1.4142135623730951},"116":{"tf":3.872983346207417},"119":{"tf":1.7320508075688772},"14":{"tf":1.0},"67":{"tf":1.0},"78":{"tf":3.3166247903554}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":14,"docs":{"109":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"29":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"g":{"df":14,"docs":{"11":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"128":{"tf":1.0},"130":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"32":{"tf":1.0},"62":{"tf":1.0},"68":{"tf":1.4142135623730951},"72":{"tf":1.0}},"r":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"27":{"tf":1.0},"30":{"tf":1.0},"70":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":3,"docs":{"116":{"tf":2.0},"119":{"tf":1.0},"78":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"24":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"116":{"tf":1.0},"120":{"tf":1.0},"82":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"39":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"133":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"44":{"tf":1.4142135623730951},"6":{"tf":1.0},"77":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"26":{"tf":1.0},"3":{"tf":1.0},"39":{"tf":1.0},"87":{"tf":1.0},"93":{"tf":1.0}}}}}}},"df":4,"docs":{"115":{"tf":1.0},"116":{"tf":3.0},"119":{"tf":1.4142135623730951},"78":{"tf":2.449489742783178}},"e":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"133":{"tf":1.0},"77":{"tf":1.0}}}}},"df":0,"docs":{},"k":{"df":2,"docs":{"23":{"tf":1.0},"82":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}},"v":{"df":1,"docs":{"79":{"tf":1.0}}}},"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"133":{"tf":1.0}}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"63":{"tf":1.0}}}},"t":{"df":1,"docs":{"3":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":16,"docs":{"121":{"tf":1.0},"133":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"82":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0}}}}}},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"27":{"tf":1.0},"29":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"89":{"tf":1.0}}}}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":2,"docs":{"116":{"tf":1.0},"38":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"116":{"tf":1.4142135623730951},"119":{"tf":1.0},"78":{"tf":1.4142135623730951}}}},"v":{"df":0,"docs":{},"e":{"df":20,"docs":{"116":{"tf":1.0},"123":{"tf":1.0},"125":{"tf":1.0},"132":{"tf":1.4142135623730951},"133":{"tf":1.7320508075688772},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"62":{"tf":1.0},"92":{"tf":1.4142135623730951}}}}},"o":{"a":{"d":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}}}}},"df":11,"docs":{"120":{"tf":1.0},"131":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.7320508075688772},"48":{"tf":1.4142135623730951},"49":{"tf":1.7320508075688772},"53":{"tf":1.0},"55":{"tf":1.0},"67":{"tf":2.0},"9":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"=":{"2":{"df":1,"docs":{"65":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"=":{"1":{"2":{"0":{"df":1,"docs":{"65":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"=":{"3":{"df":1,"docs":{"65":{"tf":1.0}}},"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":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":8,"docs":{"116":{"tf":1.4142135623730951},"121":{"tf":1.0},"65":{"tf":1.4142135623730951},"69":{"tf":1.0},"74":{"tf":2.0},"75":{"tf":1.0},"78":{"tf":1.4142135623730951},"79":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":6,"docs":{"26":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.0},"41":{"tf":1.0},"7":{"tf":1.0},"92":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":9,"docs":{"113":{"tf":1.0},"127":{"tf":1.0},"133":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"63":{"tf":1.4142135623730951},"66":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":1.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":5,"docs":{"109":{"tf":1.0},"111":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":30,"docs":{"1":{"tf":1.0},"109":{"tf":1.0},"112":{"tf":1.0},"115":{"tf":1.4142135623730951},"116":{"tf":1.0},"119":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"14":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.7320508075688772},"29":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.4142135623730951},"65":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.4142135623730951},"78":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":1.0}}},"t":{"df":4,"docs":{"115":{"tf":1.0},"62":{"tf":1.0},"69":{"tf":1.4142135623730951},"70":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":23,"docs":{"113":{"tf":1.7320508075688772},"114":{"tf":1.0},"115":{"tf":3.1622776601683795},"116":{"tf":4.795831523312719},"120":{"tf":1.0},"121":{"tf":1.4142135623730951},"125":{"tf":1.0},"128":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"14":{"tf":3.0},"15":{"tf":1.4142135623730951},"33":{"tf":2.23606797749979},"62":{"tf":1.4142135623730951},"65":{"tf":1.7320508075688772},"66":{"tf":1.7320508075688772},"73":{"tf":1.0},"74":{"tf":2.6457513110645907},"75":{"tf":2.6457513110645907},"76":{"tf":2.0},"78":{"tf":5.0},"89":{"tf":1.0},"93":{"tf":1.0}},"i":{"c":{"df":3,"docs":{"133":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}},"s":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"116":{"tf":1.0}}}}}},"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"80":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"116":{"tf":1.0}}}}}}},":":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"78":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"132":{"tf":1.0},"21":{"tf":1.0},"35":{"tf":1.0},"82":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"118":{"tf":1.0},"132":{"tf":1.0}}},"p":{"df":3,"docs":{"17":{"tf":1.0},"40":{"tf":1.0},"58":{"tf":1.0}}},"s":{"df":1,"docs":{"26":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"133":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"24":{"tf":1.0}}}}}},"r":{"df":2,"docs":{"23":{"tf":1.0},"5":{"tf":1.0}}},"s":{"df":2,"docs":{"116":{"tf":1.0},"78":{"tf":1.0}}},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":2,"docs":{"132":{"tf":1.0},"21":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"24":{"tf":1.0},"40":{"tf":1.0},"59":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"26":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":29,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"95":{"tf":1.7320508075688772},"96":{"tf":1.4142135623730951},"97":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"24":{"tf":1.0},"55":{"tf":1.0},"81":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":11,"docs":{"133":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"24":{"tf":1.4142135623730951},"3":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"70":{"tf":1.0},"74":{"tf":1.4142135623730951},"92":{"tf":1.0}}}},"l":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"54":{"tf":1.4142135623730951}}}}}}},"n":{"df":0,"docs":{},"i":{"df":5,"docs":{"3":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"6":{"tf":1.0},"82":{"tf":1.0}}},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"133":{"tf":1.0}}}}},"p":{"df":2,"docs":{"62":{"tf":1.0},"66":{"tf":1.0}}},"t":{"c":{"df":0,"docs":{},"h":{"df":6,"docs":{"116":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"66":{"tf":1.0},"78":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"98":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"35":{"tf":1.0},"60":{"tf":1.0}}}}}},"x":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"2":{"0":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}},"4":{"0":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"6":{"0":{"df":1,"docs":{"105":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":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":{"105":{"tf":1.0}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"48":{"tf":1.0}}}}}}}},"d":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"27":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":1,"docs":{"126":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":7,"docs":{"0":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"40":{"tf":1.0},"82":{"tf":1.0}}}}},"t":{"df":1,"docs":{"39":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"133":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"74":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"15":{"tf":1.0},"80":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"20":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":4,"docs":{"14":{"tf":1.0},"54":{"tf":1.7320508075688772},"74":{"tf":1.0},"77":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"1":{"tf":1.0},"2":{"tf":1.0},"26":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"118":{"tf":1.0},"124":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"133":{"tf":1.0},"62":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"d":{"df":6,"docs":{"34":{"tf":1.0},"52":{"tf":1.0},"80":{"tf":1.0},"93":{"tf":1.4142135623730951},"95":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"c":{"df":9,"docs":{"113":{"tf":1.0},"15":{"tf":1.4142135623730951},"23":{"tf":1.0},"33":{"tf":1.4142135623730951},"66":{"tf":1.0},"75":{"tf":1.0},"80":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"0":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"3":{"0":{"df":1,"docs":{"105":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":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":{"105":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"116":{"tf":1.0}}}},"k":{"df":0,"docs":{},"u":{"b":{"df":1,"docs":{"67":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"m":{"df":6,"docs":{"123":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.4142135623730951},"58":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"132":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"86":{"tf":1.0}}}}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"113":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"s":{"df":8,"docs":{"113":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"132":{"tf":1.0},"62":{"tf":1.0},"72":{"tf":1.0},"84":{"tf":1.0}}},"t":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"74":{"tf":1.0}}}},"df":0,"docs":{}}},"x":{"df":3,"docs":{"113":{"tf":1.0},"19":{"tf":1.0},"77":{"tf":1.0}},"e":{"d":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"63":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"52":{"tf":1.0}},"l":{"df":8,"docs":{"1":{"tf":1.0},"2":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"39":{"tf":1.0},"82":{"tf":1.7320508075688772},"92":{"tf":1.0}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"34":{"tf":1.0},"78":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"24":{"tf":1.0}}}},"df":2,"docs":{"65":{"tf":1.0},"84":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"13":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"125":{"tf":1.0},"91":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"116":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"115":{"tf":1.4142135623730951},"14":{"tf":1.4142135623730951},"66":{"tf":1.0},"67":{"tf":1.0},"78":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"24":{"tf":1.0},"40":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":7,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"2":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.4142135623730951},"35":{"tf":1.0},"59":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"133":{"tf":1.0},"40":{"tf":1.0}}}}}}},"t":{"df":11,"docs":{"111":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0},"89":{"tf":1.0},"95":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":4,"docs":{"89":{"tf":1.0},"90":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}}}}}}},"df":0,"docs":{}},"=":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":3,"docs":{"116":{"tf":1.7320508075688772},"119":{"tf":1.0},"78":{"tf":1.7320508075688772}}}}}}},"df":14,"docs":{"115":{"tf":1.4142135623730951},"116":{"tf":3.605551275463989},"119":{"tf":1.7320508075688772},"14":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0},"7":{"tf":1.0},"71":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":2.0},"84":{"tf":1.0},"89":{"tf":1.0}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":3,"docs":{"116":{"tf":3.0},"119":{"tf":1.0},"78":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"df":5,"docs":{"116":{"tf":1.7320508075688772},"119":{"tf":1.0},"126":{"tf":1.0},"20":{"tf":1.0},"78":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"40":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":13,"docs":{"119":{"tf":1.0},"132":{"tf":1.4142135623730951},"19":{"tf":1.0},"3":{"tf":1.0},"39":{"tf":1.0},"52":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}},"—":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"g":{"df":2,"docs":{"133":{"tf":1.0},"62":{"tf":1.0}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"77":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":14,"docs":{"101":{"tf":1.0},"111":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":16,"docs":{"0":{"tf":1.7320508075688772},"120":{"tf":1.0},"128":{"tf":1.0},"133":{"tf":1.4142135623730951},"15":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.4142135623730951},"35":{"tf":1.0},"52":{"tf":1.7320508075688772},"6":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"133":{"tf":1.0},"54":{"tf":1.0}}}}},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"89":{"tf":1.0},"90":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":8,"docs":{"34":{"tf":1.7320508075688772},"82":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"93":{"tf":2.449489742783178},"95":{"tf":1.4142135623730951},"96":{"tf":1.0},"97":{"tf":1.0}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}}},"o":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"86":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":2,"docs":{"52":{"tf":1.0},"86":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":53,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"101":{"tf":1.7320508075688772},"105":{"tf":1.0},"113":{"tf":1.4142135623730951},"115":{"tf":2.8284271247461903},"116":{"tf":1.7320508075688772},"119":{"tf":1.4142135623730951},"120":{"tf":1.7320508075688772},"122":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"127":{"tf":1.7320508075688772},"128":{"tf":1.7320508075688772},"129":{"tf":1.0},"133":{"tf":2.23606797749979},"14":{"tf":2.449489742783178},"15":{"tf":1.4142135623730951},"2":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.7320508075688772},"27":{"tf":1.4142135623730951},"29":{"tf":1.0},"3":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"52":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":2.0},"6":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.0},"62":{"tf":2.0},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"7":{"tf":1.0},"74":{"tf":2.449489742783178},"75":{"tf":1.0},"76":{"tf":2.0},"78":{"tf":1.7320508075688772},"80":{"tf":1.7320508075688772},"82":{"tf":1.0},"84":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"97":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"15":{"tf":1.0},"75":{"tf":1.0}},"i":{"df":2,"docs":{"19":{"tf":1.0},"40":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"df":25,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"11":{"tf":1.0},"112":{"tf":1.0},"115":{"tf":2.23606797749979},"116":{"tf":1.7320508075688772},"119":{"tf":1.0},"12":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.4142135623730951},"131":{"tf":1.0},"133":{"tf":1.0},"14":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.7320508075688772},"3":{"tf":1.7320508075688772},"32":{"tf":1.0},"62":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.7320508075688772},"67":{"tf":1.7320508075688772},"70":{"tf":1.4142135623730951},"71":{"tf":1.0},"76":{"tf":2.0},"78":{"tf":2.6457513110645907}},"s":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"77":{"tf":1.0}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"77":{"tf":1.0}}}}}}}}}},"d":{"a":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"77":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"77":{"tf":1.0}}}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"77":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"62":{"tf":1.0}},"k":{"df":0,"docs":{},"z":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"=":{"/":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"12":{"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":{},"t":{"df":0,"docs":{},"o":{"/":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"69":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":3,"docs":{"30":{"tf":1.0},"62":{"tf":1.0},"69":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"115":{"tf":1.0}}}}}}},"=":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"78":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"115":{"tf":1.0},"76":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"66":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"116":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"78":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":1,"docs":{"65":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"75":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":9,"docs":{"115":{"tf":1.4142135623730951},"14":{"tf":2.0},"33":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":6,"docs":{"14":{"tf":1.0},"33":{"tf":1.0},"62":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"77":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"=":{"\\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"e":{",":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"_":{"d":{"a":{"_":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"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":2,"docs":{"121":{"tf":1.0},"75":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"e":{",":{"d":{"a":{"=":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"65":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"=":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":6,"docs":{"116":{"tf":1.0},"121":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"74":{"tf":1.7320508075688772},"75":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":5,"docs":{"14":{"tf":1.0},"33":{"tf":1.0},"62":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"77":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"=":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"4":{"3":{"1":{"7":{"df":2,"docs":{"15":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":2,"docs":{"75":{"tf":1.0},"9":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"=":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"4":{"3":{"1":{"8":{"df":2,"docs":{"15":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":2,"docs":{"75":{"tf":1.0},"9":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":6,"docs":{"11":{"tf":1.0},"31":{"tf":1.0},"41":{"tf":1.0},"7":{"tf":1.0},"72":{"tf":1.0},"9":{"tf":1.0}},"e":{"=":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":4,"docs":{"116":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951}}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"67":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":2,"docs":{"33":{"tf":1.0},"75":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":7,"docs":{"115":{"tf":1.4142135623730951},"116":{"tf":1.0},"14":{"tf":1.0},"65":{"tf":1.4142135623730951},"75":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"75":{"tf":2.0}}}},"t":{"df":0,"docs":{},"e":{"df":9,"docs":{"115":{"tf":1.0},"116":{"tf":1.7320508075688772},"119":{"tf":1.0},"21":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"78":{"tf":1.4142135623730951}}}}},"t":{"df":0,"docs":{},"p":{"df":2,"docs":{"132":{"tf":1.0},"18":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"101":{"tf":1.4142135623730951},"18":{"tf":1.0},"39":{"tf":1.0},"65":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"o":{"[":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"23":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":22,"docs":{"113":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"131":{"tf":1.0},"132":{"tf":1.4142135623730951},"133":{"tf":1.7320508075688772},"15":{"tf":1.4142135623730951},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.4142135623730951},"35":{"tf":1.0},"40":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.4142135623730951},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"66":{"tf":1.0},"73":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"40":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"82":{"tf":1.0}}}}},"df":0,"docs":{}},"df":2,"docs":{"116":{"tf":1.4142135623730951},"23":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"92":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"78":{"tf":1.0}}}}}}},"k":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"\\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"89":{"tf":1.0},"90":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":11,"docs":{"111":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"89":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}}},"n":{"c":{"df":3,"docs":{"23":{"tf":1.0},"6":{"tf":1.0},"82":{"tf":1.0}}},"df":4,"docs":{"26":{"tf":1.0},"3":{"tf":1.0},"61":{"tf":1.0},"87":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"60":{"tf":1.0}}}}},"p":{"df":1,"docs":{"133":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":12,"docs":{"0":{"tf":1.0},"104":{"tf":1.0},"111":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"45":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"62":{"tf":1.7320508075688772}}}},"t":{"df":2,"docs":{"19":{"tf":1.0},"39":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":10,"docs":{"14":{"tf":1.4142135623730951},"15":{"tf":1.0},"23":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"70":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"79":{"tf":1.0},"86":{"tf":1.0},"9":{"tf":1.0}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":11,"docs":{"133":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.4142135623730951},"24":{"tf":1.0},"26":{"tf":1.4142135623730951},"56":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0},"74":{"tf":1.0},"82":{"tf":1.0},"92":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"132":{"tf":1.0},"18":{"tf":1.0},"39":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"129":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"24":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"p":{"df":4,"docs":{"15":{"tf":1.0},"75":{"tf":1.7320508075688772},"79":{"tf":2.23606797749979},"9":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":9,"docs":{"133":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.0},"40":{"tf":1.0},"5":{"tf":1.0},"56":{"tf":1.0},"62":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.0}}}}},"df":2,"docs":{"66":{"tf":1.0},"78":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"115":{"tf":1.0},"116":{"tf":1.4142135623730951},"118":{"tf":1.0},"14":{"tf":1.0},"78":{"tf":1.0}},"—":{"d":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.0},"49":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"58":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"d":{"df":7,"docs":{"12":{"tf":1.0},"30":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0},"80":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"df":1,"docs":{"125":{"tf":1.0}}}}}}}}}}},"p":{"2":{"df":0,"docs":{},"p":{"df":1,"docs":{"77":{"tf":1.0}}}},"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"23":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"92":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"1":{"tf":1.0},"56":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"93":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":15,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.0},"131":{"tf":1.0},"133":{"tf":1.0},"21":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.0},"32":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.0},"68":{"tf":1.4142135623730951},"72":{"tf":1.0},"87":{"tf":1.0},"93":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}}},"t":{"df":4,"docs":{"2":{"tf":1.0},"25":{"tf":1.0},"81":{"tf":1.0},"98":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":4,"docs":{"0":{"tf":1.0},"133":{"tf":1.0},"37":{"tf":1.0},"87":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":2.0}}}}}},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"56":{"tf":1.0},"80":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":2,"docs":{"123":{"tf":1.0},"23":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":7,"docs":{"115":{"tf":1.7320508075688772},"12":{"tf":1.0},"131":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0},"62":{"tf":1.0},"69":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":10,"docs":{"116":{"tf":1.4142135623730951},"120":{"tf":1.0},"132":{"tf":1.0},"26":{"tf":1.0},"39":{"tf":2.0},"40":{"tf":1.0},"41":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951}}}}}}}},"df":14,"docs":{"116":{"tf":1.7320508075688772},"121":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0},"74":{"tf":2.0},"75":{"tf":1.0},"78":{"tf":2.0},"79":{"tf":1.0}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"120":{"tf":1.0}}}},"r":{"df":19,"docs":{"103":{"tf":1.0},"104":{"tf":1.4142135623730951},"111":{"tf":1.7320508075688772},"115":{"tf":2.23606797749979},"116":{"tf":1.0},"122":{"tf":1.0},"133":{"tf":1.4142135623730951},"14":{"tf":1.7320508075688772},"15":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.7320508075688772},"19":{"tf":1.4142135623730951},"21":{"tf":1.0},"33":{"tf":1.4142135623730951},"39":{"tf":1.0},"65":{"tf":1.7320508075688772},"75":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":3,"docs":{"0":{"tf":1.4142135623730951},"133":{"tf":1.4142135623730951},"6":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"133":{"tf":1.0},"49":{"tf":1.0}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"115":{"tf":1.0},"116":{"tf":1.0},"14":{"tf":1.0},"65":{"tf":1.0},"78":{"tf":1.4142135623730951}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"16":{"tf":1.0}}}}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"35":{"tf":1.0},"40":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"132":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"14":{"tf":1.0},"59":{"tf":1.0}}}}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"129":{"tf":1.0}}}}}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"71":{"tf":1.0}}}},"df":0,"docs":{},"n":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":9,"docs":{"110":{"tf":1.0},"111":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"[":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"61":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":26,"docs":{"1":{"tf":1.0},"111":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"23":{"tf":2.0},"24":{"tf":1.0},"26":{"tf":1.4142135623730951},"3":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":2.0},"57":{"tf":1.4142135623730951},"6":{"tf":1.0},"61":{"tf":1.0},"8":{"tf":1.0},"82":{"tf":1.0},"92":{"tf":1.0},"95":{"tf":1.0}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"62":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"u":{"df":1,"docs":{"0":{"tf":1.0}},"g":{"df":1,"docs":{"88":{"tf":1.0}},"g":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"24":{"tf":1.0},"36":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"d":{"df":7,"docs":{"115":{"tf":1.4142135623730951},"116":{"tf":4.795831523312719},"119":{"tf":2.23606797749979},"133":{"tf":1.0},"14":{"tf":1.0},"67":{"tf":1.0},"78":{"tf":2.23606797749979}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"27":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"92":{"tf":1.0}}}}},"l":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"133":{"tf":1.0}},"e":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":17,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"116":{"tf":1.4142135623730951},"120":{"tf":1.0},"125":{"tf":1.4142135623730951},"128":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"57":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951},"75":{"tf":1.0},"78":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":1,"docs":{"68":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"20":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"22":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0}}}},"df":0,"docs":{}},"df":7,"docs":{"113":{"tf":1.7320508075688772},"120":{"tf":1.0},"122":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.4142135623730951},"59":{"tf":1.0},"66":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"116":{"tf":1.0},"133":{"tf":1.0},"82":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":4,"docs":{"132":{"tf":1.0},"133":{"tf":1.0},"25":{"tf":1.0},"40":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"24":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}},"i":{"df":0,"docs":{},"x":{"df":6,"docs":{"115":{"tf":1.4142135623730951},"116":{"tf":1.0},"14":{"tf":1.0},"76":{"tf":1.4142135623730951},"77":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951}}}}},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"133":{"tf":1.0}}}}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"26":{"tf":1.0},"92":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":9,"docs":{"112":{"tf":1.0},"128":{"tf":1.0},"56":{"tf":1.4142135623730951},"62":{"tf":2.0},"66":{"tf":1.0},"67":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"9":{"tf":1.0}}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"112":{"tf":1.0},"128":{"tf":1.0},"131":{"tf":1.0},"62":{"tf":1.0}}}},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"76":{"tf":1.0}}}},"t":{"df":3,"docs":{"113":{"tf":1.0},"40":{"tf":1.0},"87":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"38":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"113":{"tf":1.0},"133":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":3,"docs":{"116":{"tf":1.7320508075688772},"129":{"tf":1.0},"78":{"tf":1.4142135623730951}},"s":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"116":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"27":{"tf":1.0},"56":{"tf":1.0},"92":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"92":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"16":{"tf":1.4142135623730951},"22":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"n":{"!":{"(":{"\\"":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"o":{"b":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"18":{"tf":1.0},"21":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":8,"docs":{"133":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"61":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"120":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":18,"docs":{"109":{"tf":1.0},"119":{"tf":1.0},"129":{"tf":1.4142135623730951},"133":{"tf":1.0},"14":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"29":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"52":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0},"74":{"tf":1.0},"9":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":8,"docs":{"0":{"tf":1.0},"106":{"tf":1.0},"125":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.4142135623730951},"18":{"tf":1.7320508075688772},"38":{"tf":1.0},"86":{"tf":1.0}},"t":{"df":6,"docs":{"113":{"tf":1.0},"133":{"tf":1.7320508075688772},"21":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"113":{"tf":1.0},"133":{"tf":1.4142135623730951},"20":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.4142135623730951},"82":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"0":{"tf":1.0},"115":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":9,"docs":{"122":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"27":{"tf":1.4142135623730951},"30":{"tf":1.0},"33":{"tf":1.0},"66":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951},"9":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"63":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"o":{"df":0,"docs":{},"f":{"df":11,"docs":{"112":{"tf":1.0},"120":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"128":{"tf":1.0},"133":{"tf":1.4142135623730951},"31":{"tf":1.0},"41":{"tf":1.0},"57":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"54":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"133":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":7,"docs":{"0":{"tf":1.0},"132":{"tf":1.0},"18":{"tf":1.7320508075688772},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"3":{"tf":1.0},"39":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":3,"docs":{"132":{"tf":1.0},"21":{"tf":1.0},"89":{"tf":1.0}}},"i":{"d":{"df":5,"docs":{"29":{"tf":1.0},"59":{"tf":1.0},"84":{"tf":1.0},"92":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":7,"docs":{"133":{"tf":1.0},"23":{"tf":1.4142135623730951},"56":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0},"82":{"tf":1.0},"97":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"61":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}},"s":{"df":4,"docs":{"115":{"tf":1.0},"116":{"tf":1.7320508075688772},"119":{"tf":1.4142135623730951},"78":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"89":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"b":{"df":5,"docs":{"89":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951},"97":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"0":{"tf":1.0},"133":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"132":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"29":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"74":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"67":{"tf":1.7320508075688772}}}}}},"q":{"a":{"df":1,"docs":{"3":{"tf":1.0}}},"df":2,"docs":{"116":{"tf":1.0},"78":{"tf":1.0}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"55":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"113":{"tf":1.0},"115":{"tf":1.0},"63":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"22":{"tf":1.0}}}}}}},"r":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"23":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":3,"docs":{"105":{"tf":1.0},"19":{"tf":1.0},"66":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"115":{"tf":1.0},"116":{"tf":1.0}}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"78":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"(":{"1":{"0":{"df":1,"docs":{"50":{"tf":1.0}}},"5":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"3":{"df":1,"docs":{"45":{"tf":1.0}}},"5":{"df":8,"docs":{"103":{"tf":1.0},"111":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":14,"docs":{"113":{"tf":1.7320508075688772},"125":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"47":{"tf":1.4142135623730951},"48":{"tf":2.0},"65":{"tf":1.0}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":5,"docs":{"130":{"tf":1.0},"131":{"tf":1.0},"23":{"tf":1.0},"66":{"tf":1.0},"70":{"tf":1.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"89":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"90":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"89":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"l":{"df":4,"docs":{"133":{"tf":1.0},"61":{"tf":1.0},"89":{"tf":1.4142135623730951},"90":{"tf":1.0}},"e":{"df":0,"docs":{},"—":{"a":{"df":1,"docs":{"62":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"36":{"tf":1.0},"39":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":14,"docs":{"119":{"tf":1.4142135623730951},"120":{"tf":1.0},"128":{"tf":1.0},"133":{"tf":1.4142135623730951},"17":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.7320508075688772},"86":{"tf":1.0},"97":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"92":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":3,"docs":{"0":{"tf":1.0},"3":{"tf":1.0},"88":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"1":{"tf":1.0},"3":{"tf":1.0},"46":{"tf":1.0},"52":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"132":{"tf":1.0},"18":{"tf":1.0}}}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"131":{"tf":1.0}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"86":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":7,"docs":{"116":{"tf":1.0},"132":{"tf":1.0},"40":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.0},"70":{"tf":1.0},"78":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"132":{"tf":1.4142135623730951},"37":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.4142135623730951}}},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"113":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":5,"docs":{"120":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"24":{"tf":1.0},"39":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"115":{"tf":1.0},"133":{"tf":1.0},"34":{"tf":1.0},"81":{"tf":1.0},"92":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"120":{"tf":1.0}}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"56":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"67":{"tf":1.4142135623730951}}},"y":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"67":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}},"x":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":1,"docs":{"18":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{}},"df":3,"docs":{"115":{"tf":1.0},"40":{"tf":1.0},"86":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"116":{"tf":1.0},"38":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"67":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"19":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":1,"docs":{"41":{"tf":1.0}},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"122":{"tf":1.0},"62":{"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":{"70":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"82":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":5,"docs":{"35":{"tf":1.0},"40":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.4142135623730951},"63":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"89":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":32,"docs":{"105":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.0},"125":{"tf":1.0},"128":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"27":{"tf":1.4142135623730951},"3":{"tf":1.0},"31":{"tf":1.7320508075688772},"37":{"tf":1.0},"41":{"tf":1.7320508075688772},"45":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"68":{"tf":1.0},"7":{"tf":1.7320508075688772},"70":{"tf":1.0},"72":{"tf":1.0},"78":{"tf":1.4142135623730951},"8":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":8,"docs":{"132":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.4142135623730951},"45":{"tf":1.7320508075688772},"47":{"tf":1.0},"54":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"92":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":4,"docs":{"113":{"tf":1.0},"23":{"tf":1.0},"82":{"tf":1.0},"86":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"62":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":4,"docs":{"128":{"tf":1.0},"133":{"tf":1.4142135623730951},"6":{"tf":1.0},"82":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":16,"docs":{"105":{"tf":2.23606797749979},"113":{"tf":1.4142135623730951},"129":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.4142135623730951},"19":{"tf":1.0},"23":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"45":{"tf":1.4142135623730951},"47":{"tf":1.0},"50":{"tf":1.4142135623730951},"52":{"tf":1.0},"59":{"tf":1.0},"66":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"<":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"97":{"tf":1.0}}}}}}},"df":15,"docs":{"111":{"tf":1.0},"16":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.0},"89":{"tf":1.4142135623730951},"90":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":3,"docs":{"0":{"tf":1.0},"133":{"tf":1.0},"20":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":7,"docs":{"133":{"tf":1.4142135623730951},"23":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0},"85":{"tf":1.0},"89":{"tf":1.0},"97":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"26":{"tf":1.4142135623730951},"39":{"tf":1.0},"85":{"tf":1.0},"92":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":3,"docs":{"132":{"tf":1.0},"24":{"tf":1.0},"40":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"24":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"91":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"132":{"tf":1.0},"21":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":7,"docs":{"0":{"tf":1.0},"133":{"tf":1.4142135623730951},"3":{"tf":1.0},"6":{"tf":1.0},"82":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"70":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"133":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"c":{"df":1,"docs":{"89":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"11":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"11":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"111":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":7,"docs":{"84":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.7320508075688772},"90":{"tf":1.4142135623730951},"92":{"tf":1.0},"95":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}}}}}}}}},"df":43,"docs":{"1":{"tf":1.0},"107":{"tf":1.4142135623730951},"113":{"tf":1.7320508075688772},"115":{"tf":1.0},"116":{"tf":2.449489742783178},"121":{"tf":1.0},"123":{"tf":1.0},"125":{"tf":1.0},"132":{"tf":1.4142135623730951},"133":{"tf":2.23606797749979},"16":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.7320508075688772},"23":{"tf":1.7320508075688772},"24":{"tf":1.0},"25":{"tf":1.0},"31":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"35":{"tf":1.7320508075688772},"38":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"49":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.7320508075688772},"58":{"tf":1.0},"6":{"tf":1.4142135623730951},"60":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":2.0},"67":{"tf":1.4142135623730951},"69":{"tf":1.0},"7":{"tf":1.4142135623730951},"71":{"tf":1.0},"74":{"tf":2.0},"75":{"tf":1.0},"78":{"tf":2.6457513110645907},"79":{"tf":1.0},"82":{"tf":2.0},"90":{"tf":1.0},"92":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"84":{"tf":1.0},"89":{"tf":1.4142135623730951}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":6,"docs":{"26":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.0},"41":{"tf":1.0},"7":{"tf":1.0},"92":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":9,"docs":{"110":{"tf":1.0},"111":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":61,"docs":{"11":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"115":{"tf":1.4142135623730951},"116":{"tf":2.6457513110645907},"120":{"tf":1.0},"121":{"tf":1.0},"125":{"tf":1.0},"127":{"tf":1.0},"130":{"tf":1.0},"132":{"tf":1.7320508075688772},"133":{"tf":2.23606797749979},"14":{"tf":2.0},"23":{"tf":1.7320508075688772},"24":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"29":{"tf":1.0},"31":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.7320508075688772},"57":{"tf":1.7320508075688772},"58":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.7320508075688772},"65":{"tf":1.4142135623730951},"66":{"tf":1.7320508075688772},"67":{"tf":1.7320508075688772},"69":{"tf":1.0},"7":{"tf":1.4142135623730951},"72":{"tf":1.0},"74":{"tf":2.8284271247461903},"75":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"78":{"tf":2.8284271247461903},"79":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.4142135623730951},"92":{"tf":2.0},"97":{"tf":1.4142135623730951}},"s":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"29":{"tf":1.0}}}}}}}},"df":0,"docs":{},"k":{"8":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"—":{"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":{"df":1,"docs":{"128":{"tf":1.0}}}}}}}}}}},"’":{"df":1,"docs":{"62":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"61":{"tf":1.0}},"{":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":6,"docs":{"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"61":{"tf":1.0},"82":{"tf":1.0},"92":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"61":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"=":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"74":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":3,"docs":{"14":{"tf":1.0},"62":{"tf":1.0},"74":{"tf":1.0}}}}}},"df":2,"docs":{"70":{"tf":1.0},"88":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":2,"docs":{"79":{"tf":1.0},"87":{"tf":1.0}},"t":{"df":0,"docs":{},"y":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"m":{"df":0,"docs":{},"e":{"df":7,"docs":{"132":{"tf":1.4142135623730951},"133":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"56":{"tf":1.4142135623730951},"67":{"tf":1.0},"92":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"132":{"tf":1.0},"77":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"62":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":14,"docs":{"100":{"tf":1.0},"111":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"7":{"tf":1.0},"92":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":14,"docs":{"101":{"tf":1.0},"111":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0},"95":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":6,"docs":{"29":{"tf":1.0},"39":{"tf":1.0},"8":{"tf":1.0},"92":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":42,"docs":{"1":{"tf":1.0},"108":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"123":{"tf":1.0},"127":{"tf":1.0},"132":{"tf":1.7320508075688772},"133":{"tf":2.23606797749979},"16":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":2.23606797749979},"27":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":2.0},"4":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"46":{"tf":1.0},"51":{"tf":1.0},"56":{"tf":1.7320508075688772},"57":{"tf":1.0},"6":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":1.0},"82":{"tf":2.23606797749979},"91":{"tf":1.4142135623730951},"92":{"tf":2.23606797749979},"93":{"tf":1.4142135623730951},"97":{"tf":1.7320508075688772},"98":{"tf":1.0},"99":{"tf":1.0}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"60":{"tf":1.0},"67":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"68":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":2,"docs":{"15":{"tf":1.0},"33":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":5,"docs":{"11":{"tf":1.0},"27":{"tf":1.4142135623730951},"30":{"tf":1.0},"32":{"tf":1.0},"70":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":9,"docs":{"112":{"tf":1.0},"12":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.7320508075688772},"70":{"tf":1.4142135623730951},"71":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":7,"docs":{"107":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.4142135623730951},"18":{"tf":2.0},"21":{"tf":1.0},"40":{"tf":1.0},"65":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"d":{"df":12,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"120":{"tf":1.0},"126":{"tf":1.0},"132":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"8":{"tf":1.0},"82":{"tf":1.0}}},"df":14,"docs":{"131":{"tf":1.0},"15":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0},"97":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"116":{"tf":2.0},"119":{"tf":1.0},"78":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}},"f":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"89":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"97":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":4,"docs":{"39":{"tf":1.0},"89":{"tf":1.7320508075688772},"90":{"tf":1.7320508075688772},"96":{"tf":1.4142135623730951}}}},"n":{"d":{"df":8,"docs":{"111":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":7,"docs":{"14":{"tf":1.0},"19":{"tf":1.7320508075688772},"22":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"40":{"tf":1.0},"76":{"tf":1.0}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"92":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"27":{"tf":1.0},"30":{"tf":1.0}}}},"i":{"c":{"df":6,"docs":{"0":{"tf":1.0},"113":{"tf":1.0},"133":{"tf":1.0},"20":{"tf":1.0},"59":{"tf":1.0},"77":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"t":{"df":18,"docs":{"112":{"tf":1.0},"115":{"tf":1.4142135623730951},"125":{"tf":1.0},"128":{"tf":1.0},"133":{"tf":1.0},"14":{"tf":1.7320508075688772},"23":{"tf":1.0},"26":{"tf":1.0},"35":{"tf":1.0},"56":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"74":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951},"81":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":5,"docs":{"113":{"tf":1.0},"131":{"tf":1.0},"27":{"tf":1.4142135623730951},"32":{"tf":1.0},"59":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":10,"docs":{"133":{"tf":1.0},"16":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.0},"6":{"tf":1.0},"82":{"tf":1.0},"88":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":7,"docs":{"26":{"tf":1.0},"40":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"82":{"tf":1.0},"89":{"tf":1.0},"92":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"113":{"tf":1.0},"132":{"tf":1.0},"21":{"tf":1.4142135623730951}}}},"w":{"df":4,"docs":{"1":{"tf":1.0},"116":{"tf":1.0},"41":{"tf":1.0},"88":{"tf":1.0}}}}},"i":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"62":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":14,"docs":{"132":{"tf":1.0},"133":{"tf":1.7320508075688772},"20":{"tf":1.7320508075688772},"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0},"56":{"tf":1.4142135623730951},"6":{"tf":1.0},"62":{"tf":1.4142135623730951},"80":{"tf":1.0},"86":{"tf":1.0}},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"80":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"79":{"tf":1.0}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"42":{"tf":1.0},"89":{"tf":1.0}},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"42":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"i":{"df":1,"docs":{"79":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":3,"docs":{"23":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0}}}},"k":{"df":1,"docs":{"78":{"tf":1.0}}}},"t":{"df":1,"docs":{"26":{"tf":1.0}}},"z":{"df":0,"docs":{},"e":{"df":1,"docs":{"20":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"_":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"21":{"tf":1.0},"53":{"tf":1.0}}}}},"df":0,"docs":{}},"df":5,"docs":{"132":{"tf":2.0},"133":{"tf":1.7320508075688772},"18":{"tf":2.8284271247461903},"21":{"tf":2.449489742783178},"93":{"tf":1.0}}},"w":{"df":4,"docs":{"113":{"tf":1.0},"125":{"tf":1.0},"128":{"tf":1.0},"18":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"63":{"tf":1.0}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"3":{"tf":1.0},"35":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":8,"docs":{"113":{"tf":1.0},"132":{"tf":1.4142135623730951},"39":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.0},"58":{"tf":1.0},"63":{"tf":1.0},"91":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"85":{"tf":1.0},"90":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"3":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"121":{"tf":1.0}}}},"w":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"17":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"17":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":4,"docs":{"133":{"tf":1.0},"27":{"tf":1.4142135623730951},"7":{"tf":1.0},"74":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"87":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":11,"docs":{"116":{"tf":1.0},"133":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"23":{"tf":1.0},"33":{"tf":1.0},"38":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"78":{"tf":1.7320508075688772},"9":{"tf":1.0}},"i":{"df":3,"docs":{"133":{"tf":1.4142135623730951},"35":{"tf":1.0},"78":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"e":{"d":{"df":2,"docs":{"40":{"tf":1.0},"57":{"tf":1.0}},"—":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"113":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}}},"r":{"c":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"27":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"133":{"tf":1.0},"49":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"13":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"35":{"tf":1.0},"40":{"tf":1.0},"59":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"113":{"tf":1.4142135623730951}}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"113":{"tf":1.0},"40":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":1,"docs":{"101":{"tf":1.0}},"t":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"89":{"tf":1.0},"95":{"tf":1.0}}}}}}},"df":0,"docs":{}},"_":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"85":{"tf":1.0},"90":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":15,"docs":{"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"133":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"31":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.7320508075688772},"82":{"tf":1.0},"84":{"tf":1.0},"89":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"113":{"tf":1.0},"128":{"tf":1.0},"63":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":5,"docs":{"133":{"tf":1.7320508075688772},"20":{"tf":1.7320508075688772},"23":{"tf":1.0},"40":{"tf":1.0},"55":{"tf":1.7320508075688772}}},"i":{"c":{"df":2,"docs":{"89":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":2,"docs":{"119":{"tf":1.4142135623730951},"15":{"tf":1.0}}}},"y":{"df":5,"docs":{"132":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"53":{"tf":1.0},"90":{"tf":1.0}}}},"d":{":":{":":{"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":8,"docs":{"111":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{":":{":":{"a":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"89":{"tf":1.0}}},"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":{":":{":":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":9,"docs":{"100":{"tf":1.0},"111":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":3,"docs":{"115":{"tf":1.4142135623730951},"14":{"tf":1.4142135623730951},"75":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"39":{"tf":1.0},"62":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"132":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"p":{"df":3,"docs":{"133":{"tf":1.0},"23":{"tf":1.0},"82":{"tf":1.0}}}},"r":{"df":4,"docs":{"89":{"tf":1.0},"90":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"116":{"tf":1.4142135623730951},"133":{"tf":1.0},"78":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"44":{"tf":1.0},"47":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"82":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"89":{"tf":1.0},"90":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"27":{"tf":1.0},"54":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"u":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"43":{"tf":1.0}}}},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"17":{"tf":1.0}}}}},"df":7,"docs":{"0":{"tf":1.4142135623730951},"133":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"75":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":3,"docs":{"0":{"tf":1.0},"133":{"tf":1.0},"77":{"tf":1.0}}}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"132":{"tf":1.0},"133":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"6":{"tf":1.0},"82":{"tf":1.0},"93":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"119":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{},"x":{"df":2,"docs":{"115":{"tf":1.0},"76":{"tf":1.4142135623730951}}}}}},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"56":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"60":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"22":{"tf":1.0},"47":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"55":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":12,"docs":{"113":{"tf":1.0},"127":{"tf":1.4142135623730951},"45":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"66":{"tf":1.7320508075688772},"67":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"24":{"tf":1.0},"40":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0}},"e":{"d":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"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":{}}}},"w":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"132":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"113":{"tf":1.4142135623730951}}}}}}},"n":{"c":{"df":10,"docs":{"111":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"132":{"tf":1.0},"18":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":10,"docs":{"115":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":2.23606797749979},"20":{"tf":1.4142135623730951},"3":{"tf":1.0},"38":{"tf":1.4142135623730951},"45":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"82":{"tf":1.0}}}}}}}},"t":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"11":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0}}},"i":{"df":0,"docs":{},"l":{"=":{"1":{"0":{"0":{"0":{"df":1,"docs":{"78":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"0":{"0":{"df":1,"docs":{"116":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"116":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"5":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}},"3":{"0":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"4":{"5":{"df":1,"docs":{"105":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"89":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"90":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":7,"docs":{"132":{"tf":1.4142135623730951},"33":{"tf":1.0},"35":{"tf":1.0},"75":{"tf":1.0},"77":{"tf":1.7320508075688772},"89":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"82":{"tf":1.0}}}}},"d":{"df":3,"docs":{"38":{"tf":1.0},"61":{"tf":1.0},"80":{"tf":1.0}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"3":{"tf":1.4142135623730951},"40":{"tf":1.0}}},"r":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"116":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"79":{"tf":1.0}}}}}}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"13":{"tf":1.4142135623730951},"27":{"tf":1.0},"30":{"tf":1.0},"78":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"115":{"tf":1.4142135623730951},"14":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"39":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"116":{"tf":1.0}}}}}},"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"=":{"9":{"0":{"9":{"1":{"df":2,"docs":{"66":{"tf":1.0},"80":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"9":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":72,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.0},"11":{"tf":1.4142135623730951},"112":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.0},"123":{"tf":1.0},"125":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.0},"13":{"tf":1.7320508075688772},"130":{"tf":1.4142135623730951},"131":{"tf":1.0},"132":{"tf":2.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"2":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.7320508075688772},"27":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"3":{"tf":1.7320508075688772},"30":{"tf":1.0},"34":{"tf":2.449489742783178},"35":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"47":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"49":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.4142135623730951},"54":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":3.0},"67":{"tf":2.23606797749979},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.7320508075688772},"80":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"9":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":2.0},"93":{"tf":2.6457513110645907},"95":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951},"97":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"86":{"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":{"85":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"84":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"{":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":10,"docs":{"100":{"tf":1.0},"111":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"97":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"90":{"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":{"96":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"95":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"89":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"89":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"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":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":5,"docs":{"100":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"k":{"8":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"k":{"8":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"100":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{":":{":":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":5,"docs":{"100":{"tf":1.0},"111":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":6,"docs":{"111":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"{":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":3,"docs":{"100":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"—":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}}}}}}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{":":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":6,"docs":{"11":{"tf":1.0},"116":{"tf":1.0},"130":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":2.8284271247461903},"78":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"—":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"78":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"’":{"df":0,"docs":{},"r":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"18":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":1,"docs":{"9":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"24":{"tf":1.0},"56":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.0}}}}}}}}}}},"i":{"df":1,"docs":{"18":{"tf":1.0}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"e":{"df":14,"docs":{"0":{"tf":1.0},"105":{"tf":1.4142135623730951},"128":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"18":{"tf":2.0},"22":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.4142135623730951},"40":{"tf":1.0},"53":{"tf":1.4142135623730951},"58":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":10,"docs":{"112":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.0},"128":{"tf":1.0},"133":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":6,"docs":{"115":{"tf":1.0},"116":{"tf":1.4142135623730951},"14":{"tf":1.0},"53":{"tf":1.0},"76":{"tf":1.4142135623730951},"78":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"m":{"df":0,"docs":{},"p":{"/":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"116":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"78":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"78":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":4,"docs":{"130":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"71":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"78":{"tf":1.0}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"3":{"tf":1.0},"38":{"tf":1.0},"6":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"41":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"53":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"70":{"tf":1.0}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":27,"docs":{"101":{"tf":1.7320508075688772},"113":{"tf":1.4142135623730951},"123":{"tf":1.0},"126":{"tf":1.0},"133":{"tf":1.4142135623730951},"19":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"29":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.4142135623730951},"66":{"tf":1.0},"8":{"tf":1.4142135623730951},"82":{"tf":1.7320508075688772},"87":{"tf":1.0},"89":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951},"93":{"tf":1.0}},"y":{"(":{")":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"n":{")":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"m":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"g":{"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":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"89":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"133":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"9":{"tf":1.0}}}}}}},"df":7,"docs":{"15":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0},"61":{"tf":1.0},"75":{"tf":1.7320508075688772},"78":{"tf":1.0},"92":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"79":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"27":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"k":{"df":2,"docs":{"23":{"tf":1.0},"55":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":17,"docs":{"133":{"tf":1.4142135623730951},"19":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.4142135623730951},"61":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":7,"docs":{"34":{"tf":2.0},"8":{"tf":1.0},"88":{"tf":1.0},"92":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":29,"docs":{"0":{"tf":1.0},"103":{"tf":2.0},"111":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"126":{"tf":1.0},"132":{"tf":1.4142135623730951},"133":{"tf":1.7320508075688772},"17":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"19":{"tf":2.0},"20":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.4142135623730951},"39":{"tf":1.0},"43":{"tf":2.0},"44":{"tf":2.0},"45":{"tf":1.0},"48":{"tf":1.7320508075688772},"49":{"tf":1.4142135623730951},"50":{"tf":1.0},"54":{"tf":2.0},"55":{"tf":1.4142135623730951},"61":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.4142135623730951},"92":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"d":{"a":{"df":1,"docs":{"125":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"133":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"27":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"133":{"tf":1.4142135623730951},"37":{"tf":1.0},"6":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"112":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"132":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"40":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"40":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"57":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"40":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":2,"docs":{"132":{"tf":1.0},"14":{"tf":1.0}}}},"x":{"df":1,"docs":{"47":{"tf":1.4142135623730951}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":2,"docs":{"133":{"tf":1.0},"97":{"tf":1.0}}},"i":{"c":{"df":1,"docs":{"74":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"p":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"57":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":12,"docs":{"133":{"tf":1.0},"3":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"113":{"tf":1.0}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"62":{"tf":1.0},"74":{"tf":1.0},"79":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"113":{"tf":1.0},"79":{"tf":1.0},"90":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"75":{"tf":1.4142135623730951},"79":{"tf":1.0}}}}}},"p":{"df":6,"docs":{"115":{"tf":1.4142135623730951},"129":{"tf":1.0},"14":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"92":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"35":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"31":{"tf":1.0},"63":{"tf":1.0},"92":{"tf":1.0}}}},"df":42,"docs":{"100":{"tf":2.449489742783178},"103":{"tf":1.0},"111":{"tf":2.0},"115":{"tf":1.0},"116":{"tf":2.6457513110645907},"119":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.7320508075688772},"14":{"tf":1.0},"26":{"tf":1.0},"34":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":2.23606797749979},"43":{"tf":2.23606797749979},"44":{"tf":2.23606797749979},"45":{"tf":2.23606797749979},"48":{"tf":2.23606797749979},"49":{"tf":2.23606797749979},"50":{"tf":2.23606797749979},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":2.449489742783178},"8":{"tf":1.4142135623730951},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.4142135623730951},"86":{"tf":1.0},"89":{"tf":2.23606797749979},"90":{"tf":1.7320508075688772},"95":{"tf":1.7320508075688772},"96":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"20":{"tf":1.7320508075688772},"25":{"tf":1.0},"26":{"tf":1.0},"37":{"tf":1.0}},"s":{"(":{"1":{"0":{"df":2,"docs":{"43":{"tf":1.0},"45":{"tf":1.0}}},"5":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":5,"docs":{"103":{"tf":1.0},"111":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"5":{"0":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":3,"docs":{"113":{"tf":1.0},"120":{"tf":1.0},"126":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"z":{"df":2,"docs":{"89":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"91":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"27":{"tf":1.0},"32":{"tf":1.0}}}},"x":{"df":0,"docs":{},"o":{"df":1,"docs":{"133":{"tf":1.4142135623730951}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"115":{"tf":1.7320508075688772},"116":{"tf":2.0},"119":{"tf":1.0},"78":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"v":{"0":{".":{"3":{".":{"1":{"df":6,"docs":{"12":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"66":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"116":{"tf":1.0}}}}}},"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"(":{"2":{"df":4,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"43":{"tf":1.0}}},"3":{"df":8,"docs":{"101":{"tf":1.0},"111":{"tf":1.0},"19":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.0},"8":{"tf":1.0},"95":{"tf":1.0}}},"4":{"df":3,"docs":{"45":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{}},".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"116":{"tf":1.4142135623730951},"78":{"tf":1.0}}}}}},"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"9":{"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":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"66":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":31,"docs":{"0":{"tf":2.0},"101":{"tf":1.0},"115":{"tf":1.4142135623730951},"116":{"tf":3.3166247903554},"119":{"tf":1.0},"123":{"tf":1.0},"13":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":2.0},"15":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"40":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":2.0},"49":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"61":{"tf":1.0},"65":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":3.0},"82":{"tf":1.0},"89":{"tf":1.4142135623730951},"90":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":1,"docs":{"133":{"tf":1.0}}}},"r":{"df":1,"docs":{"113":{"tf":1.0}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":7,"docs":{"133":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"75":{"tf":1.4142135623730951},"79":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"66":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"c":{"!":{"[":{"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":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":1,"docs":{"89":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"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":{},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":1,"docs":{"89":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"121":{"tf":1.0},"74":{"tf":2.0}}}}},"df":0,"docs":{},"i":{"df":2,"docs":{"132":{"tf":1.0},"21":{"tf":1.0}},"f":{"df":4,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"55":{"tf":1.0},"77":{"tf":1.0}},"i":{"df":13,"docs":{"113":{"tf":1.4142135623730951},"116":{"tf":1.0},"119":{"tf":1.0},"122":{"tf":1.0},"125":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"133":{"tf":1.4142135623730951},"38":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"62":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"24":{"tf":1.0}}}}}},"i":{"a":{"df":19,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"112":{"tf":1.0},"12":{"tf":1.0},"133":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"55":{"tf":1.0},"62":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.7320508075688772},"72":{"tf":1.0},"78":{"tf":1.7320508075688772},"8":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"116":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"56":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":4,"docs":{"66":{"tf":1.0},"67":{"tf":1.0},"72":{"tf":1.0},"78":{"tf":1.4142135623730951}}}}}},"s":{"df":2,"docs":{"113":{"tf":1.0},"74":{"tf":1.0}}}},"w":{"[":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"23":{"tf":1.0}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"129":{"tf":1.0},"133":{"tf":1.4142135623730951},"23":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"97":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"132":{"tf":1.0},"18":{"tf":2.23606797749979},"39":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":18,"docs":{"102":{"tf":1.4142135623730951},"103":{"tf":1.0},"113":{"tf":1.7320508075688772},"120":{"tf":1.0},"126":{"tf":1.4142135623730951},"132":{"tf":1.0},"133":{"tf":1.0},"26":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"55":{"tf":1.7320508075688772},"61":{"tf":1.0},"62":{"tf":1.0},"8":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"92":{"tf":1.0}},"s":{"(":{"1":{"0":{"0":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"0":{"df":2,"docs":{"43":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}},"3":{"0":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}},"5":{"0":{"df":5,"docs":{"102":{"tf":1.0},"111":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":3,"docs":{"113":{"tf":1.0},"120":{"tf":1.0},"126":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"62":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"75":{"tf":1.0}}}},"s":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"127":{"tf":1.0}}}}}},"y":{"df":1,"docs":{"17":{"tf":1.0}}}},"df":1,"docs":{"23":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"39":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"133":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"l":{"d":{"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"116":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":10,"docs":{"113":{"tf":1.0},"125":{"tf":1.0},"133":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.4142135623730951},"35":{"tf":1.0},"38":{"tf":1.0},"56":{"tf":1.0},"82":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":4,"docs":{"113":{"tf":1.0},"59":{"tf":1.0},"84":{"tf":1.0},"91":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"91":{"tf":1.0}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"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":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"2":{"0":{"df":2,"docs":{"107":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}},"8":{"0":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"0":{"0":{"df":1,"docs":{"49":{"tf":1.0}}},"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":1,"docs":{"21":{"tf":1.0}}},"6":{"0":{"df":4,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}},"9":{"0":{"df":3,"docs":{"111":{"tf":1.0},"44":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":2,"docs":{"125":{"tf":1.0},"133":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"0":{"df":1,"docs":{"91":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"128":{"tf":1.0},"20":{"tf":1.0},"53":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":4,"docs":{"1":{"tf":1.0},"24":{"tf":1.0},"66":{"tf":1.0},"72":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"113":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"k":{"df":9,"docs":{"113":{"tf":1.0},"115":{"tf":1.0},"17":{"tf":1.0},"3":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":7,"docs":{"117":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"71":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":58,"docs":{"1":{"tf":1.0},"103":{"tf":1.4142135623730951},"104":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"119":{"tf":1.0},"12":{"tf":1.0},"123":{"tf":1.0},"125":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951},"128":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":2.0},"133":{"tf":2.23606797749979},"23":{"tf":2.23606797749979},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"37":{"tf":2.0},"38":{"tf":2.0},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0},"6":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"68":{"tf":1.0},"72":{"tf":1.0},"8":{"tf":2.0},"82":{"tf":2.23606797749979},"84":{"tf":1.4142135623730951},"85":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.4142135623730951},"89":{"tf":2.23606797749979},"90":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.7320508075688772},"97":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"26":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"115":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":7,"docs":{"14":{"tf":1.0},"16":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"66":{"tf":1.0},"76":{"tf":1.4142135623730951},"78":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"78":{"tf":1.0}}}}}}}}},"x":{"df":2,"docs":{"66":{"tf":1.4142135623730951},"70":{"tf":1.0}}},"y":{"df":0,"docs":{},"e":{"df":2,"docs":{"132":{"tf":1.0},"9":{"tf":1.0}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"96":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"95":{"tf":1.0}}}}}}},"df":1,"docs":{"95":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"97":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"97":{"tf":1.0}}}}}},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"96":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"95":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":1,"docs":{"95":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"’":{"df":0,"docs":{},"r":{"df":2,"docs":{"79":{"tf":1.0},"93":{"tf":1.0}}}}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"133":{"tf":1.0}}}}}}}},"breadcrumbs":{"root":{"0":{".":{"2":{"0":{"2":{"4":{"df":2,"docs":{"115":{"tf":1.0},"116":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"df":3,"docs":{"132":{"tf":1.0},"18":{"tf":1.4142135623730951},"21":{"tf":1.7320508075688772}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"78":{"tf":1.0}}}}}},"1":{"df":0,"docs":{},"t":{"1":{"0":{"df":2,"docs":{"115":{"tf":1.0},"116":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":4,"docs":{"115":{"tf":1.4142135623730951},"116":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"78":{"tf":2.449489742783178}}},"1":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"78":{"tf":1.0}}}}}},"0":{"0":{"df":1,"docs":{"116":{"tf":1.4142135623730951}}},"df":1,"docs":{"48":{"tf":1.0}}},"2":{"0":{"df":2,"docs":{"107":{"tf":1.0},"132":{"tf":1.0}}},"7":{".":{"0":{".":{"0":{".":{"1":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"115":{"tf":1.0},"116":{"tf":1.0}}},"4":{"df":1,"docs":{"132":{"tf":1.0}}},"df":9,"docs":{"104":{"tf":1.0},"111":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.7320508075688772},"118":{"tf":1.4142135623730951},"65":{"tf":1.4142135623730951},"70":{"tf":1.0},"76":{"tf":1.4142135623730951},"78":{"tf":2.0}}},"2":{"0":{"df":2,"docs":{"103":{"tf":1.0},"48":{"tf":1.0}}},"7":{"df":3,"docs":{"132":{"tf":1.0},"18":{"tf":1.4142135623730951},"21":{"tf":1.0}}},">":{"&":{"1":{"df":1,"docs":{"116":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":10,"docs":{"104":{"tf":1.0},"111":{"tf":1.0},"119":{"tf":1.4142135623730951},"123":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.7320508075688772},"47":{"tf":1.7320508075688772},"70":{"tf":1.0}},"s":{"df":3,"docs":{"132":{"tf":1.7320508075688772},"18":{"tf":1.0},"21":{"tf":1.4142135623730951}}}},"3":{"0":{"df":5,"docs":{"115":{"tf":1.0},"116":{"tf":1.0},"132":{"tf":1.4142135623730951},"18":{"tf":1.0},"48":{"tf":1.0}}},"df":2,"docs":{"120":{"tf":1.4142135623730951},"47":{"tf":1.0}}},"4":{"0":{"df":1,"docs":{"132":{"tf":1.0}}},"5":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"115":{"tf":1.0},"116":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":3,"docs":{"121":{"tf":1.4142135623730951},"132":{"tf":1.0},"47":{"tf":1.4142135623730951}}},"5":{"0":{"df":1,"docs":{"102":{"tf":1.0}}},"4":{"df":1,"docs":{"132":{"tf":1.0}}},"df":7,"docs":{"103":{"tf":1.0},"111":{"tf":1.0},"122":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"48":{"tf":1.0}}},"6":{"0":{"df":3,"docs":{"132":{"tf":1.0},"18":{"tf":1.4142135623730951},"65":{"tf":1.0}}},"df":1,"docs":{"123":{"tf":1.4142135623730951}}},"9":{"0":{"9":{"0":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}},"df":3,"docs":{"132":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":9,"docs":{"110":{"tf":1.0},"111":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"89":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"a":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"133":{"tf":1.0}}}},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"119":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"81":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":10,"docs":{"115":{"tf":1.0},"116":{"tf":1.7320508075688772},"15":{"tf":1.4142135623730951},"33":{"tf":1.0},"41":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"78":{"tf":1.7320508075688772},"80":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"102":{"tf":1.0},"132":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"133":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"133":{"tf":1.4142135623730951},"19":{"tf":1.0},"52":{"tf":1.0},"82":{"tf":1.0},"89":{"tf":1.0}}}},"v":{"df":12,"docs":{"18":{"tf":1.4142135623730951},"21":{"tf":1.0},"23":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.4142135623730951},"79":{"tf":1.0},"82":{"tf":1.0},"89":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":2,"docs":{"21":{"tf":1.0},"53":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"37":{"tf":1.0},"39":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"116":{"tf":1.4142135623730951},"119":{"tf":1.0},"20":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}},"d":{"df":11,"docs":{"116":{"tf":1.0},"119":{"tf":1.0},"34":{"tf":2.0},"39":{"tf":1.0},"40":{"tf":1.0},"78":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.4142135623730951},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"120":{"tf":1.0},"66":{"tf":1.0},"84":{"tf":1.0}}}}}}},"df":10,"docs":{"82":{"tf":1.0},"84":{"tf":1.7320508075688772},"85":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"122":{"tf":1.0},"21":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":13,"docs":{"132":{"tf":1.0},"46":{"tf":2.0},"47":{"tf":1.0},"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},"55":{"tf":1.0},"70":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"85":{"tf":1.0}}},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"113":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":4,"docs":{"132":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.4142135623730951},"56":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":29,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"95":{"tf":1.7320508075688772},"96":{"tf":1.4142135623730951},"97":{"tf":1.0}}}}}}},"df":4,"docs":{"125":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"40":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"129":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"a":{"df":0,"docs":{},"y":{"df":4,"docs":{"116":{"tf":1.0},"132":{"tf":1.0},"21":{"tf":1.0},"72":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"78":{"tf":1.0}}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":8,"docs":{"27":{"tf":2.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"129":{"tf":1.0},"45":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"i":{"df":21,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"122":{"tf":1.0},"15":{"tf":1.0},"29":{"tf":1.0},"55":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.7320508075688772},"80":{"tf":1.7320508075688772},"93":{"tf":1.0},"99":{"tf":1.7320508075688772}}},"p":{"=":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":4,"docs":{"115":{"tf":1.0},"116":{"tf":3.0},"119":{"tf":1.4142135623730951},"78":{"tf":2.449489742783178}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":36,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.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.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"98":{"tf":1.7320508075688772},"99":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":18,"docs":{"101":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"111":{"tf":1.7320508075688772},"17":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"19":{"tf":2.23606797749979},"38":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772},"48":{"tf":1.4142135623730951},"49":{"tf":1.7320508075688772},"50":{"tf":1.7320508075688772},"8":{"tf":1.7320508075688772},"95":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"2":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"132":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":13,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.7320508075688772},"15":{"tf":1.0},"4":{"tf":1.7320508075688772},"5":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"131":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"80":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":10,"docs":{"46":{"tf":1.0},"47":{"tf":1.0},"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},"55":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"22":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"26":{"tf":1.0},"82":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":14,"docs":{"106":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"21":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.0},"40":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"62":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.0}}}},"t":{"df":21,"docs":{"10":{"tf":1.4142135623730951},"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"12":{"tf":1.4142135623730951},"120":{"tf":1.0},"125":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"130":{"tf":1.7320508075688772},"131":{"tf":1.7320508075688772},"27":{"tf":1.4142135623730951},"30":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.7320508075688772},"67":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"71":{"tf":1.0},"72":{"tf":1.7320508075688772},"92":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":3,"docs":{"0":{"tf":1.0},"116":{"tf":1.0},"21":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"18":{"tf":1.0},"39":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{":":{":":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"89":{"tf":1.0},"90":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":5,"docs":{"89":{"tf":1.0},"90":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":14,"docs":{"111":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"84":{"tf":1.0},"89":{"tf":1.4142135623730951},"90":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"82":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"23":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"1":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.7320508075688772},"56":{"tf":1.0}}}}},"o":{"df":2,"docs":{"133":{"tf":1.0},"78":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"115":{"tf":1.0},"71":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{}}}},"x":{"df":1,"docs":{"119":{"tf":1.0}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":17,"docs":{"0":{"tf":1.4142135623730951},"127":{"tf":1.4142135623730951},"132":{"tf":1.0},"133":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"56":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.4142135623730951},"67":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0},"92":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":8,"docs":{"112":{"tf":1.0},"20":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"57":{"tf":1.0},"62":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}}}}},"b":{"(":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"5":{"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":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":8,"docs":{"23":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"6":{"tf":1.0},"86":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}}}}},"d":{"df":4,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"54":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":3,"docs":{"130":{"tf":1.0},"131":{"tf":1.0},"72":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"133":{"tf":1.0},"55":{"tf":2.23606797749979},"59":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":4,"docs":{"133":{"tf":1.0},"18":{"tf":1.0},"40":{"tf":1.0},"57":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"123":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"116":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"c":{"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{}}}},"df":1,"docs":{"5":{"tf":1.0}},"e":{"c":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"119":{"tf":1.0},"90":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"128":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":6,"docs":{"119":{"tf":1.0},"127":{"tf":1.0},"133":{"tf":1.4142135623730951},"40":{"tf":1.0},"62":{"tf":1.0},"82":{"tf":1.0}}}}},"g":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"119":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"61":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":9,"docs":{"113":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"133":{"tf":1.0}}}},"w":{"df":2,"docs":{"41":{"tf":1.0},"66":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"40":{"tf":1.7320508075688772},"58":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"63":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":9,"docs":{"105":{"tf":1.4142135623730951},"113":{"tf":1.0},"128":{"tf":1.0},"133":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.0},"40":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"116":{"tf":1.0}}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":11,"docs":{"14":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.0},"41":{"tf":1.4142135623730951},"62":{"tf":1.0},"7":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951},"9":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0}}}}},"d":{"df":1,"docs":{"120":{"tf":1.0}}},"df":14,"docs":{"116":{"tf":1.7320508075688772},"121":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0},"74":{"tf":2.0},"75":{"tf":1.0},"78":{"tf":2.0},"79":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"b":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"2":{"df":4,"docs":{"104":{"tf":1.0},"111":{"tf":1.0},"44":{"tf":1.0},"8":{"tf":1.0}}},"3":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":7,"docs":{"0":{"tf":1.4142135623730951},"104":{"tf":1.0},"111":{"tf":1.0},"133":{"tf":2.23606797749979},"20":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0}}},"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"80":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":26,"docs":{"0":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.4142135623730951},"106":{"tf":1.0},"111":{"tf":1.7320508075688772},"113":{"tf":1.7320508075688772},"125":{"tf":1.4142135623730951},"132":{"tf":2.8284271247461903},"133":{"tf":2.8284271247461903},"17":{"tf":1.0},"18":{"tf":3.4641016151377544},"19":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"21":{"tf":2.8284271247461903},"23":{"tf":1.4142135623730951},"35":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.4142135623730951},"40":{"tf":1.0},"42":{"tf":1.0},"53":{"tf":2.0},"54":{"tf":1.0},"65":{"tf":1.0},"82":{"tf":1.0},"86":{"tf":1.0},"92":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}},"f":{"df":0,"docs":{},"e":{"df":2,"docs":{"133":{"tf":1.0},"53":{"tf":1.0}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":3,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"27":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":8,"docs":{"115":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"44":{"tf":1.0},"63":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"82":{"tf":1.0}}}}},"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":8,"docs":{"111":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"18":{"tf":1.0},"24":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"a":{"d":{"df":1,"docs":{"82":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"20":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":25,"docs":{"108":{"tf":1.7320508075688772},"111":{"tf":1.0},"130":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"23":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"71":{"tf":1.0},"72":{"tf":1.4142135623730951},"8":{"tf":1.0},"82":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":21,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"27":{"tf":1.7320508075688772},"29":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.0},"8":{"tf":1.7320508075688772},"93":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":2.0}}}}},"df":0,"docs":{},"t":{"df":9,"docs":{"11":{"tf":1.0},"130":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"41":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":5,"docs":{"39":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"89":{"tf":1.7320508075688772},"91":{"tf":1.0}}}},"df":0,"docs":{}}}},"c":{"(":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"5":{"tf":1.0}}}}}}}}},"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":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"20":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"113":{"tf":1.0},"133":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"18":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"l":{"df":3,"docs":{"127":{"tf":1.4142135623730951},"133":{"tf":1.0},"91":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"89":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"113":{"tf":1.0}}}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"105":{"tf":1.0},"133":{"tf":1.0},"46":{"tf":1.0},"82":{"tf":1.0},"93":{"tf":2.0}}}},"c":{"df":1,"docs":{"113":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"132":{"tf":1.0},"56":{"tf":1.0},"82":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":14,"docs":{"116":{"tf":1.7320508075688772},"121":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0},"74":{"tf":2.0},"75":{"tf":1.0},"78":{"tf":2.0},"79":{"tf":1.0}}}}},"t":{"df":1,"docs":{"115":{"tf":1.0}}},"u":{"df":0,"docs":{},"s":{"df":13,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"125":{"tf":1.4142135623730951},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"133":{"tf":1.0},"57":{"tf":1.0},"62":{"tf":1.0},"7":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"76":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":1,"docs":{"5":{"tf":1.0}},"f":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"27":{"tf":1.0},"30":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":1,"docs":{"13":{"tf":1.0}}},"df":0,"docs":{}}}}}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"77":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"77":{"tf":1.0}}}}}}}}}},"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"99":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"133":{"tf":1.0},"52":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"1":{"tf":1.0},"21":{"tf":1.0},"78":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{"df":4,"docs":{"104":{"tf":1.0},"111":{"tf":1.0},"44":{"tf":1.0},"8":{"tf":1.0}}},"2":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"133":{"tf":1.0}}},"df":0,"docs":{}}}},"df":5,"docs":{"0":{"tf":1.0},"104":{"tf":1.0},"111":{"tf":1.0},"133":{"tf":2.23606797749979},"37":{"tf":1.0}}}}}},"o":{"df":23,"docs":{"105":{"tf":2.23606797749979},"113":{"tf":2.23606797749979},"127":{"tf":1.4142135623730951},"132":{"tf":1.7320508075688772},"133":{"tf":1.4142135623730951},"19":{"tf":2.449489742783178},"26":{"tf":1.0},"27":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"45":{"tf":2.0},"47":{"tf":1.0},"50":{"tf":1.7320508075688772},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"66":{"tf":1.7320508075688772},"67":{"tf":1.4142135623730951},"8":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"19":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"45":{"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":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":6,"docs":{"100":{"tf":1.0},"29":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0},"92":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"82":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"17":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":20,"docs":{"113":{"tf":1.4142135623730951},"116":{"tf":1.0},"118":{"tf":1.4142135623730951},"119":{"tf":1.7320508075688772},"121":{"tf":1.4142135623730951},"125":{"tf":1.0},"128":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"23":{"tf":1.0},"3":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"55":{"tf":1.0},"6":{"tf":1.4142135623730951},"62":{"tf":1.0},"89":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"26":{"tf":1.0},"62":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"66":{"tf":1.4142135623730951},"70":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"40":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"35":{"tf":1.4142135623730951},"40":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"23":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}}}}},"i":{"df":9,"docs":{"18":{"tf":1.0},"24":{"tf":1.0},"40":{"tf":1.7320508075688772},"56":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":2.449489742783178},"71":{"tf":1.7320508075688772}},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":18,"docs":{"11":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"12":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"128":{"tf":1.0},"130":{"tf":1.4142135623730951},"131":{"tf":2.23606797749979},"27":{"tf":1.4142135623730951},"30":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":2.0},"67":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"70":{"tf":2.23606797749979},"71":{"tf":1.7320508075688772},"92":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":11,"docs":{"112":{"tf":1.0},"12":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"27":{"tf":1.4142135623730951},"32":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.7320508075688772},"70":{"tf":1.4142135623730951},"71":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"87":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"24":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"39":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"113":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":5,"docs":{"115":{"tf":1.4142135623730951},"129":{"tf":1.0},"14":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":9,"docs":{"129":{"tf":1.0},"133":{"tf":1.0},"17":{"tf":1.0},"23":{"tf":1.0},"6":{"tf":1.0},"78":{"tf":1.0},"82":{"tf":1.0},"86":{"tf":1.0},"97":{"tf":1.0}},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"86":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"r":{"df":7,"docs":{"1":{"tf":1.0},"24":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"62":{"tf":1.0},"82":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"|":{"df":2,"docs":{"89":{"tf":1.0},"90":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":4,"docs":{"84":{"tf":1.0},"89":{"tf":1.7320508075688772},"90":{"tf":1.7320508075688772},"92":{"tf":1.0}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"132":{"tf":1.0},"18":{"tf":2.0},"39":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":20,"docs":{"1":{"tf":1.0},"133":{"tf":1.0},"24":{"tf":1.4142135623730951},"27":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"5":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.4142135623730951},"60":{"tf":1.7320508075688772},"62":{"tf":1.0},"67":{"tf":2.23606797749979},"7":{"tf":1.0},"72":{"tf":1.0},"82":{"tf":1.0},"9":{"tf":1.0}},"—":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"82":{"tf":1.0}}}}}}}}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"41":{"tf":1.0},"80":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"21":{"tf":1.4142135623730951}},"i":{"c":{"df":0,"docs":{},"i":{"df":3,"docs":{"132":{"tf":1.0},"18":{"tf":1.4142135623730951},"21":{"tf":1.0}}}},"df":0,"docs":{}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"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":{"38":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"80":{"tf":1.0}}}}}}}}},"df":5,"docs":{"38":{"tf":1.0},"53":{"tf":1.0},"78":{"tf":1.4142135623730951},"79":{"tf":1.0},"80":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"133":{"tf":1.0},"25":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"6":{"tf":1.0},"82":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"115":{"tf":1.0},"119":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"68":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":7,"docs":{"113":{"tf":1.0},"120":{"tf":1.0},"124":{"tf":1.4142135623730951},"39":{"tf":1.0},"61":{"tf":1.4142135623730951},"74":{"tf":1.0},"77":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"123":{"tf":1.4142135623730951},"40":{"tf":1.0},"56":{"tf":1.0}}},"t":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":11,"docs":{"0":{"tf":1.0},"111":{"tf":1.4142135623730951},"23":{"tf":1.0},"26":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"55":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.4142135623730951}}},"x":{"df":1,"docs":{"78":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"133":{"tf":1.4142135623730951},"14":{"tf":1.0},"3":{"tf":1.0},"6":{"tf":1.4142135623730951},"74":{"tf":1.0}}},"s":{"df":37,"docs":{"0":{"tf":1.0},"109":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.7320508075688772},"116":{"tf":2.449489742783178},"119":{"tf":1.4142135623730951},"122":{"tf":1.0},"129":{"tf":1.0},"13":{"tf":1.4142135623730951},"132":{"tf":1.0},"133":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.7320508075688772},"29":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"47":{"tf":1.7320508075688772},"56":{"tf":1.0},"59":{"tf":1.4142135623730951},"6":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"66":{"tf":1.7320508075688772},"67":{"tf":1.0},"7":{"tf":1.0},"72":{"tf":1.0},"78":{"tf":2.449489742783178},"80":{"tf":1.0},"82":{"tf":1.0},"9":{"tf":1.4142135623730951},"92":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":2,"docs":{"13":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"/":{"df":0,"docs":{},"k":{"8":{"df":3,"docs":{"115":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"=":{"1":{"df":0,"docs":{},"x":{"1":{"df":1,"docs":{"66":{"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":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":3,"docs":{"116":{"tf":1.0},"66":{"tf":1.0},"78":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":6,"docs":{"26":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.0},"41":{"tf":1.0},"7":{"tf":1.0},"92":{"tf":1.0}}}},"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"=":{"1":{"2":{"7":{".":{"0":{".":{"0":{".":{"1":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"=":{"1":{"df":3,"docs":{"116":{"tf":1.0},"66":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":12,"docs":{"113":{"tf":1.0},"127":{"tf":1.4142135623730951},"133":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0},"63":{"tf":1.7320508075688772},"66":{"tf":1.0},"67":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":1.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":5,"docs":{"109":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":4,"docs":{"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0}},"u":{"df":2,"docs":{"2":{"tf":1.0},"56":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"19":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.0},"40":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"38":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"133":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0},"82":{"tf":1.0},"90":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"3":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"132":{"tf":1.0},"21":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":14,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"116":{"tf":1.0},"13":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":2.23606797749979},"29":{"tf":1.4142135623730951},"30":{"tf":1.0},"34":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":20,"docs":{"101":{"tf":1.0},"123":{"tf":1.0},"131":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"18":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"62":{"tf":1.0},"67":{"tf":1.0},"74":{"tf":1.0},"8":{"tf":1.4142135623730951},"82":{"tf":1.0},"87":{"tf":1.0},"92":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"113":{"tf":1.0},"90":{"tf":1.4142135623730951}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"113":{"tf":1.0},"120":{"tf":1.0},"128":{"tf":1.0}}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"101":{"tf":1.0},"120":{"tf":1.0},"128":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":21,"docs":{"0":{"tf":1.0},"113":{"tf":1.0},"123":{"tf":1.0},"125":{"tf":1.4142135623730951},"132":{"tf":1.0},"133":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":1.0},"18":{"tf":1.4142135623730951},"21":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.7320508075688772},"43":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"80":{"tf":1.0},"92":{"tf":1.0}},"s":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"e":{",":{"d":{"a":{"=":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":2,"docs":{"33":{"tf":1.0},"75":{"tf":1.0}}}}},"df":0,"docs":{}}},"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":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"18":{"tf":1.0},"21":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"55":{"tf":1.0}}}}},"i":{"d":{"df":1,"docs":{"84":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"35":{"tf":1.0},"57":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"53":{"tf":1.4142135623730951},"55":{"tf":1.0},"86":{"tf":1.0},"98":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"116":{"tf":1.0},"75":{"tf":1.0}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"108":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"df":5,"docs":{"26":{"tf":1.0},"53":{"tf":1.0},"7":{"tf":1.0},"80":{"tf":1.4142135623730951},"92":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"80":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":11,"docs":{"115":{"tf":2.23606797749979},"116":{"tf":3.0},"119":{"tf":1.0},"133":{"tf":1.4142135623730951},"14":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"59":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"78":{"tf":3.1622776601683795}},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"115":{"tf":1.0}}},"df":0,"docs":{}}}},"df":2,"docs":{"1":{"tf":1.0},"63":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"115":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"35":{"tf":1.0},"36":{"tf":1.7320508075688772},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.7320508075688772}}}},"x":{"df":0,"docs":{},"t":{"df":3,"docs":{"0":{"tf":1.7320508075688772},"82":{"tf":1.0},"93":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":4,"docs":{"106":{"tf":1.0},"133":{"tf":1.0},"38":{"tf":1.0},"49":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"81":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":19,"docs":{"105":{"tf":1.0},"113":{"tf":1.0},"127":{"tf":2.0},"133":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.4142135623730951},"45":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"74":{"tf":1.0},"82":{"tf":1.0},"9":{"tf":1.4142135623730951},"97":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"59":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"52":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":4,"docs":{"105":{"tf":1.0},"133":{"tf":1.0},"23":{"tf":1.0},"82":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"82":{"tf":1.0},"92":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"i":{"df":5,"docs":{"130":{"tf":1.0},"131":{"tf":1.0},"66":{"tf":1.0},"70":{"tf":1.0},"78":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"e":{"df":10,"docs":{"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.7320508075688772},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.7320508075688772},"5":{"tf":1.4142135623730951},"92":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"133":{"tf":1.0},"55":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"56":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"113":{"tf":1.0},"126":{"tf":1.0},"21":{"tf":1.0},"39":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"26":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}}}}},"p":{"df":6,"docs":{"130":{"tf":1.0},"131":{"tf":1.0},"66":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"78":{"tf":1.0}},"u":{"df":1,"docs":{"66":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"116":{"tf":2.23606797749979},"54":{"tf":1.0},"78":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":12,"docs":{"24":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.4142135623730951},"34":{"tf":1.0},"81":{"tf":1.0},"92":{"tf":2.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"133":{"tf":1.4142135623730951},"19":{"tf":1.0},"35":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":5,"docs":{"132":{"tf":1.0},"133":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"c":{"df":2,"docs":{"66":{"tf":1.0},"74":{"tf":1.0}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"a":{"df":2,"docs":{"133":{"tf":1.0},"77":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"68":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"t":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"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":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"0":{"df":2,"docs":{"15":{"tf":1.0},"80":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"(":{")":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"33":{"tf":1.0},"80":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":4,"docs":{"89":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"95":{"tf":1.0},"96":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":1,"docs":{"122":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"116":{"tf":1.0},"52":{"tf":1.0},"87":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":7,"docs":{"34":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"69":{"tf":1.0},"88":{"tf":1.0},"97":{"tf":1.0}}}}}}}},"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"5":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"[":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"23":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"a":{"_":{"a":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":30,"docs":{"0":{"tf":2.23606797749979},"104":{"tf":2.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"12":{"tf":1.0},"125":{"tf":1.7320508075688772},"128":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":2.0},"14":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"27":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":2.23606797749979},"47":{"tf":1.0},"49":{"tf":1.4142135623730951},"62":{"tf":1.0},"65":{"tf":1.0},"68":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.7320508075688772},"8":{"tf":1.4142135623730951},"80":{"tf":1.0},"87":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"63":{"tf":1.0},"66":{"tf":1.0}}}}}},"t":{"a":{"df":12,"docs":{"0":{"tf":2.0},"132":{"tf":1.0},"133":{"tf":2.23606797749979},"23":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"6":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"92":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"23":{"tf":1.0},"5":{"tf":1.0}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"116":{"tf":1.0}}}}}},"df":8,"docs":{"116":{"tf":1.0},"117":{"tf":1.4142135623730951},"19":{"tf":1.0},"58":{"tf":1.0},"66":{"tf":1.0},"75":{"tf":1.4142135623730951},"78":{"tf":1.0},"80":{"tf":1.0}},"g":{"df":2,"docs":{"22":{"tf":1.0},"98":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"23":{"tf":1.0},"35":{"tf":1.0}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"r":{"df":8,"docs":{"133":{"tf":1.0},"17":{"tf":1.7320508075688772},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"82":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"81":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"91":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":24,"docs":{"11":{"tf":1.0},"115":{"tf":1.7320508075688772},"116":{"tf":1.4142135623730951},"12":{"tf":1.0},"132":{"tf":1.7320508075688772},"14":{"tf":1.4142135623730951},"15":{"tf":1.0},"18":{"tf":1.7320508075688772},"19":{"tf":1.0},"21":{"tf":1.7320508075688772},"39":{"tf":1.0},"65":{"tf":2.23606797749979},"66":{"tf":1.7320508075688772},"69":{"tf":1.0},"70":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":2.0},"79":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0},"87":{"tf":1.0},"89":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"35":{"tf":1.0},"8":{"tf":1.0},"82":{"tf":1.0},"92":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"38":{"tf":1.0},"39":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"27":{"tf":1.7320508075688772}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":6,"docs":{"26":{"tf":1.0},"31":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"97":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":32,"docs":{"109":{"tf":2.23606797749979},"111":{"tf":1.0},"118":{"tf":1.0},"133":{"tf":1.4142135623730951},"17":{"tf":1.0},"23":{"tf":1.4142135623730951},"24":{"tf":1.0},"26":{"tf":1.7320508075688772},"27":{"tf":1.4142135623730951},"29":{"tf":2.0},"30":{"tf":1.0},"34":{"tf":1.4142135623730951},"4":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":2.0},"6":{"tf":1.4142135623730951},"60":{"tf":1.0},"7":{"tf":1.4142135623730951},"72":{"tf":1.0},"74":{"tf":1.0},"82":{"tf":1.4142135623730951},"9":{"tf":2.0},"92":{"tf":1.7320508075688772},"93":{"tf":1.4142135623730951},"97":{"tf":2.0}},"e":{"df":0,"docs":{},"r":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"(":{"&":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":9,"docs":{"110":{"tf":1.0},"111":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"118":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"84":{"tf":1.0},"89":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":6,"docs":{"119":{"tf":1.0},"17":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.4142135623730951},"6":{"tf":1.0},"82":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":4,"docs":{"133":{"tf":1.0},"26":{"tf":1.0},"55":{"tf":1.0},"82":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"24":{"tf":1.7320508075688772}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":6,"docs":{"131":{"tf":1.0},"15":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"62":{"tf":1.0},"97":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"19":{"tf":1.7320508075688772},"22":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"113":{"tf":1.0},"132":{"tf":1.0},"19":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951},"40":{"tf":1.0}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":21,"docs":{"24":{"tf":1.0},"40":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"81":{"tf":1.7320508075688772},"82":{"tf":2.23606797749979},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":2,"docs":{"128":{"tf":1.0},"129":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"132":{"tf":1.0},"25":{"tf":1.0},"56":{"tf":1.0},"74":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"58":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":9,"docs":{"115":{"tf":1.7320508075688772},"14":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.4142135623730951},"65":{"tf":1.0},"67":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.4142135623730951},"78":{"tf":2.0}}}}}}},"df":0,"docs":{}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"133":{"tf":1.0},"15":{"tf":1.0},"75":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"59":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"98":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":7,"docs":{"0":{"tf":1.0},"104":{"tf":1.0},"111":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.4142135623730951},"77":{"tf":1.0},"87":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"37":{"tf":1.0},"74":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"62":{"tf":1.0},"81":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"8":{"df":2,"docs":{"27":{"tf":1.0},"30":{"tf":1.0}}},"df":0,"docs":{}}},"df":26,"docs":{"109":{"tf":1.0},"11":{"tf":1.4142135623730951},"115":{"tf":2.0},"116":{"tf":2.8284271247461903},"119":{"tf":1.0},"129":{"tf":1.7320508075688772},"13":{"tf":1.0},"130":{"tf":1.0},"14":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"29":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"59":{"tf":1.4142135623730951},"6":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.7320508075688772},"66":{"tf":1.0},"67":{"tf":1.7320508075688772},"7":{"tf":1.0},"78":{"tf":3.3166247903554},"9":{"tf":1.0},"92":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"27":{"tf":1.0},"40":{"tf":1.0},"92":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"\'":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}},"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":5,"docs":{"126":{"tf":1.0},"127":{"tf":1.0},"21":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"116":{"tf":1.4142135623730951}}},"’":{"df":0,"docs":{},"t":{"df":4,"docs":{"113":{"tf":1.0},"127":{"tf":1.0},"132":{"tf":1.0},"89":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"129":{"tf":1.0},"23":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":2,"docs":{"116":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"45":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"[":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}},"df":7,"docs":{"23":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"89":{"tf":1.0}},"n":{"df":1,"docs":{"36":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"l":{"df":9,"docs":{"26":{"tf":1.0},"27":{"tf":1.0},"34":{"tf":1.0},"39":{"tf":1.0},"84":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"128":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"t":{"df":15,"docs":{"107":{"tf":1.4142135623730951},"113":{"tf":1.0},"132":{"tf":1.4142135623730951},"133":{"tf":2.23606797749979},"18":{"tf":1.4142135623730951},"21":{"tf":2.23606797749979},"22":{"tf":1.0},"23":{"tf":1.0},"35":{"tf":1.0},"40":{"tf":1.0},"49":{"tf":1.0},"56":{"tf":1.0},"65":{"tf":1.0},"82":{"tf":1.0},"93":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":6,"docs":{"125":{"tf":1.0},"133":{"tf":1.4142135623730951},"23":{"tf":1.0},"53":{"tf":1.0},"72":{"tf":1.4142135623730951},"90":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"89":{"tf":1.7320508075688772},"90":{"tf":1.0},"95":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}}}}}}}}}},"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"5":{"tf":1.0}}}},"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":10,"docs":{"115":{"tf":1.4142135623730951},"123":{"tf":1.0},"133":{"tf":1.4142135623730951},"33":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"75":{"tf":1.0},"84":{"tf":1.0},"87":{"tf":1.0},"89":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"89":{"tf":1.0}}}}}}},"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"23":{"tf":1.0}}}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":8,"docs":{"133":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0},"6":{"tf":1.0},"76":{"tf":1.0},"92":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"62":{"tf":1.0}}}}},"s":{"df":1,"docs":{"59":{"tf":1.0}},"i":{"df":1,"docs":{"35":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":1,"docs":{"116":{"tf":1.0}}}}},"df":2,"docs":{"23":{"tf":1.0},"5":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"16":{"tf":1.0},"35":{"tf":1.0},"75":{"tf":1.0}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"133":{"tf":1.0},"77":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"b":{"df":2,"docs":{"11":{"tf":1.0},"66":{"tf":1.0}},"o":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"16":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":10,"docs":{"0":{"tf":1.0},"105":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"33":{"tf":1.0},"39":{"tf":1.0},"65":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":8,"docs":{"105":{"tf":1.7320508075688772},"127":{"tf":1.4142135623730951},"19":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"8":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"d":{"df":2,"docs":{"44":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":7,"docs":{"122":{"tf":1.4142135623730951},"15":{"tf":1.7320508075688772},"75":{"tf":1.4142135623730951},"79":{"tf":1.0},"80":{"tf":1.4142135623730951},"86":{"tf":1.0},"9":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"80":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"132":{"tf":1.0},"21":{"tf":1.0},"82":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"26":{"tf":1.0},"3":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":5,"docs":{"125":{"tf":1.0},"126":{"tf":1.0},"21":{"tf":1.4142135623730951},"35":{"tf":1.0},"82":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":12,"docs":{"0":{"tf":1.0},"119":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"133":{"tf":1.4142135623730951},"54":{"tf":1.0},"56":{"tf":1.0},"62":{"tf":1.0},"67":{"tf":1.0},"82":{"tf":1.4142135623730951},"87":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"27":{"tf":1.0},"7":{"tf":1.4142135623730951},"92":{"tf":1.0}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"27":{"tf":1.0},"30":{"tf":1.0}}}}}}}}}},"v":{"df":1,"docs":{"113":{"tf":1.0}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":23,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.4142135623730951},"35":{"tf":1.0},"40":{"tf":1.4142135623730951},"56":{"tf":1.7320508075688772},"57":{"tf":1.4142135623730951},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"75":{"tf":1.4142135623730951}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"113":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"84":{"tf":1.0}}}}}}},"r":{"(":{"\\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"89":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"/":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":11,"docs":{"113":{"tf":1.0},"118":{"tf":1.4142135623730951},"120":{"tf":1.0},"124":{"tf":1.4142135623730951},"125":{"tf":1.0},"128":{"tf":1.0},"72":{"tf":1.4142135623730951},"75":{"tf":1.0},"79":{"tf":1.4142135623730951},"85":{"tf":1.0},"97":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"2":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"c":{"df":2,"docs":{"76":{"tf":1.4142135623730951},"80":{"tf":1.0}}},"df":0,"docs":{}},"v":{"a":{"df":0,"docs":{},"l":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"90":{"tf":1.0},"96":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":8,"docs":{"133":{"tf":1.0},"23":{"tf":1.0},"38":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"86":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":3,"docs":{"24":{"tf":1.0},"6":{"tf":1.0},"81":{"tf":1.0}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"116":{"tf":1.4142135623730951},"18":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":43,"docs":{"111":{"tf":1.4142135623730951},"116":{"tf":2.0},"121":{"tf":1.0},"133":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.0},"31":{"tf":1.7320508075688772},"34":{"tf":1.4142135623730951},"41":{"tf":2.23606797749979},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.7320508075688772},"47":{"tf":1.4142135623730951},"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},"55":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.4142135623730951},"65":{"tf":1.4142135623730951},"66":{"tf":1.7320508075688772},"67":{"tf":1.4142135623730951},"69":{"tf":1.0},"7":{"tf":1.4142135623730951},"74":{"tf":2.23606797749979},"75":{"tf":1.4142135623730951},"77":{"tf":1.0},"78":{"tf":2.0},"79":{"tf":1.0},"88":{"tf":1.7320508075688772},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"95":{"tf":1.0},"97":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":2,"docs":{"26":{"tf":1.0},"92":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"r":{"c":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"97":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"95":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":4,"docs":{"34":{"tf":1.0},"41":{"tf":1.0},"7":{"tf":1.0},"93":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"113":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"c":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":2,"docs":{"116":{"tf":1.0},"78":{"tf":1.0}},"u":{"df":0,"docs":{},"t":{"df":10,"docs":{"110":{"tf":1.4142135623730951},"113":{"tf":1.0},"133":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"5":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"r":{"df":16,"docs":{"0":{"tf":1.4142135623730951},"101":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":2.0},"119":{"tf":1.0},"13":{"tf":1.0},"133":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"47":{"tf":1.7320508075688772},"65":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.7320508075688772},"78":{"tf":2.23606797749979}},"s":{"(":{"0":{"df":3,"docs":{"42":{"tf":1.0},"43":{"tf":1.0},"95":{"tf":1.0}}},"1":{"df":3,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0}}},"2":{"df":9,"docs":{"101":{"tf":1.0},"111":{"tf":1.0},"19":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"116":{"tf":1.0},"78":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":5,"docs":{"133":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"6":{"tf":1.0}}}}},"df":0,"docs":{}}},"h":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"113":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"115":{"tf":1.0},"125":{"tf":1.0},"67":{"tf":1.0},"86":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":13,"docs":{"106":{"tf":1.0},"111":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"_":{"c":{"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":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"96":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"89":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":48,"docs":{"1":{"tf":1.0},"106":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"122":{"tf":1.0},"125":{"tf":1.4142135623730951},"128":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.4142135623730951},"133":{"tf":2.23606797749979},"15":{"tf":1.4142135623730951},"18":{"tf":2.6457513110645907},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":2.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.0},"29":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"36":{"tf":2.0},"37":{"tf":1.0},"38":{"tf":2.0},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"61":{"tf":1.7320508075688772},"62":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.7320508075688772},"82":{"tf":2.23606797749979},"84":{"tf":1.0},"85":{"tf":1.4142135623730951},"88":{"tf":2.0},"89":{"tf":2.23606797749979},"90":{"tf":2.23606797749979},"91":{"tf":1.4142135623730951},"92":{"tf":1.0},"93":{"tf":1.0},"96":{"tf":2.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":7,"docs":{"112":{"tf":1.0},"133":{"tf":1.0},"31":{"tf":1.0},"41":{"tf":1.0},"57":{"tf":1.0},"62":{"tf":1.0},"7":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"28":{"tf":1.4142135623730951}}}},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"39":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"1":{"tf":1.0},"116":{"tf":1.4142135623730951},"21":{"tf":1.0},"24":{"tf":1.0},"35":{"tf":1.0},"40":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"29":{"tf":1.0},"67":{"tf":2.0},"79":{"tf":1.0},"85":{"tf":1.0}}}},"s":{"df":4,"docs":{"15":{"tf":1.0},"33":{"tf":1.0},"80":{"tf":1.4142135623730951},"84":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"80":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"—":{"a":{"d":{"df":0,"docs":{},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"113":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"38":{"tf":1.0},"39":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":14,"docs":{"113":{"tf":1.0},"125":{"tf":1.0},"133":{"tf":1.0},"24":{"tf":1.0},"34":{"tf":1.0},"49":{"tf":1.4142135623730951},"81":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":1.7320508075688772},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.4142135623730951},"97":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":8,"docs":{"27":{"tf":1.0},"51":{"tf":1.7320508075688772},"8":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.0},"96":{"tf":1.0}}}}}}},"}":{"\\"":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"90":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"f":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"20":{"tf":1.4142135623730951},"26":{"tf":1.0}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"87":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":10,"docs":{"117":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.7320508075688772},"125":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"132":{"tf":1.0},"23":{"tf":1.0},"67":{"tf":1.0},"84":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":12,"docs":{"116":{"tf":1.0},"118":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"24":{"tf":1.0},"35":{"tf":1.0},"40":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.4142135623730951},"80":{"tf":1.0},"86":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"s":{"df":5,"docs":{"132":{"tf":1.0},"133":{"tf":1.0},"21":{"tf":1.0},"62":{"tf":1.0},"75":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}}}},"q":{"df":1,"docs":{"132":{"tf":1.7320508075688772}}},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"35":{"tf":1.0},"40":{"tf":1.0},"58":{"tf":1.0},"84":{"tf":1.0},"91":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"63":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}}}}},"df":2,"docs":{"116":{"tf":2.6457513110645907},"78":{"tf":2.449489742783178}},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"47":{"tf":1.0},"66":{"tf":1.0},"9":{"tf":1.0},"93":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"40":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"86":{"tf":1.0}}},"df":0,"docs":{}},"t":{"c":{"df":0,"docs":{},"h":{"df":10,"docs":{"112":{"tf":1.0},"12":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"27":{"tf":1.4142135623730951},"32":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"71":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"40":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"95":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"df":11,"docs":{"115":{"tf":2.449489742783178},"116":{"tf":1.0},"120":{"tf":1.0},"131":{"tf":1.4142135623730951},"14":{"tf":2.23606797749979},"33":{"tf":1.4142135623730951},"65":{"tf":1.4142135623730951},"66":{"tf":1.0},"75":{"tf":1.7320508075688772},"76":{"tf":2.0},"78":{"tf":2.8284271247461903}},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"116":{"tf":1.0},"78":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"116":{"tf":2.0},"119":{"tf":1.0},"33":{"tf":1.0},"54":{"tf":1.0},"65":{"tf":1.0},"75":{"tf":1.0},"77":{"tf":1.7320508075688772},"78":{"tf":1.7320508075688772}}}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"108":{"tf":1.0},"55":{"tf":1.0}}}},"d":{"df":3,"docs":{"114":{"tf":1.4142135623730951},"116":{"tf":2.0},"48":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":3,"docs":{"132":{"tf":1.0},"65":{"tf":1.0},"75":{"tf":1.0}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":7,"docs":{"101":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"35":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"116":{"tf":1.7320508075688772},"119":{"tf":1.0},"120":{"tf":1.0},"19":{"tf":1.4142135623730951},"39":{"tf":1.0},"40":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0}},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"132":{"tf":1.0}}}}}}}}}},"t":{"df":4,"docs":{"40":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.0},"88":{"tf":1.0}}},"x":{"df":10,"docs":{"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":5,"docs":{"115":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"78":{"tf":1.0}}},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"113":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"23":{"tf":1.0},"38":{"tf":1.0},"5":{"tf":1.0},"61":{"tf":1.0},"80":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":4,"docs":{"24":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.4142135623730951},"56":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"8":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0}}}}}}},"n":{"df":29,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"8":{"tf":1.0},"89":{"tf":2.449489742783178},"90":{"tf":2.0},"95":{"tf":2.449489742783178},"96":{"tf":2.23606797749979},"97":{"tf":1.4142135623730951}}},"o":{"c":{"df":0,"docs":{},"u":{"df":2,"docs":{"120":{"tf":1.0},"17":{"tf":1.0}},"s":{"df":3,"docs":{"0":{"tf":1.0},"26":{"tf":1.0},"62":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":6,"docs":{"116":{"tf":1.0},"117":{"tf":1.0},"4":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0},"78":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"89":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"39":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"t":{"!":{"(":{"\\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"90":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"6":{"tf":1.0}},"u":{"df":0,"docs":{},"l":{"a":{"df":1,"docs":{"21":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":24,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.7320508075688772},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}},"df":3,"docs":{"120":{"tf":1.0},"130":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"k":{"/":{"c":{"df":0,"docs":{},"f":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"z":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":15,"docs":{"11":{"tf":1.0},"112":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.0},"125":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}}}}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":4,"docs":{"11":{"tf":1.0},"130":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0}}}}},"df":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":{"30":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"92":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"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":2,"docs":{"34":{"tf":1.0},"93":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"r":{"df":2,"docs":{"34":{"tf":1.0},"92":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"80":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"93":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"93":{"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":0,"docs":{},"n":{"df":2,"docs":{"34":{"tf":1.0},"93":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"97":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"{":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{",":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{",":{"df":0,"docs":{},"k":{"8":{"df":1,"docs":{"92":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"84":{"tf":1.0},"85":{"tf":1.0},"92":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"34":{"tf":1.0},"93":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{".":{"df":0,"docs":{},"r":{"df":2,"docs":{"95":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"96":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":2,"docs":{"34":{"tf":1.0},"93":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":2,"docs":{"34":{"tf":1.0},"93":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"95":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}},"df":30,"docs":{"0":{"tf":1.0},"118":{"tf":1.4142135623730951},"132":{"tf":1.0},"133":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"2":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"31":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"7":{"tf":1.4142135623730951},"74":{"tf":2.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.7320508075688772},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"92":{"tf":1.4142135623730951},"97":{"tf":1.0}},"’":{"df":1,"docs":{"39":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"47":{"tf":1.0},"50":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"3":{"tf":1.0},"75":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":8,"docs":{"0":{"tf":1.0},"113":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"19":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0}}}}}}},"d":{"df":5,"docs":{"102":{"tf":1.0},"120":{"tf":1.0},"126":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"54":{"tf":1.7320508075688772}}}}}},"g":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"113":{"tf":1.0},"3":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"61":{"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":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"84":{"tf":1.0},"89":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":24,"docs":{"112":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"120":{"tf":1.0},"125":{"tf":1.4142135623730951},"128":{"tf":1.0},"133":{"tf":1.7320508075688772},"24":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"54":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":1.4142135623730951},"62":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.0},"82":{"tf":1.0},"89":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0}}}}},"t":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"89":{"tf":1.0},"90":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"70":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"63":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"1":{"tf":1.0}},"n":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"33":{"tf":1.0},"75":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"133":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"35":{"tf":1.0},"40":{"tf":1.0}}}},"df":4,"docs":{"115":{"tf":1.0},"34":{"tf":1.0},"70":{"tf":1.0},"75":{"tf":1.0}},"e":{"df":1,"docs":{"93":{"tf":1.0}}},"o":{"d":{"df":7,"docs":{"123":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"35":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"65":{"tf":1.0},"75":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"116":{"tf":1.0},"119":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"1":{"6":{"df":5,"docs":{"112":{"tf":1.0},"133":{"tf":1.0},"57":{"tf":1.0},"62":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":1,"docs":{"133":{"tf":1.0}}}},"w":{"df":1,"docs":{"91":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"86":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":4,"docs":{"25":{"tf":1.0},"34":{"tf":1.0},"82":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{}}},"df":58,"docs":{"1":{"tf":1.0},"113":{"tf":1.4142135623730951},"25":{"tf":1.7320508075688772},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.7320508075688772},"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},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.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},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"23":{"tf":1.0}},"l":{"df":2,"docs":{"17":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"r":{"d":{"df":1,"docs":{"19":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}}},"df":1,"docs":{"118":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"116":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":1,"docs":{"52":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"133":{"tf":1.0},"20":{"tf":1.7320508075688772},"35":{"tf":1.0},"6":{"tf":1.0}},"i":{"df":3,"docs":{"122":{"tf":1.0},"20":{"tf":1.0},"38":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"df":3,"docs":{"27":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}},"p":{"df":1,"docs":{"16":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"27":{"tf":1.0},"32":{"tf":1.0},"39":{"tf":1.0},"70":{"tf":1.0},"84":{"tf":1.0},"87":{"tf":1.7320508075688772}}}}}},"r":{"df":0,"docs":{},"e":{"df":4,"docs":{"0":{"tf":1.0},"31":{"tf":1.4142135623730951},"34":{"tf":1.0},"90":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":8,"docs":{"133":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"35":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.4142135623730951},"6":{"tf":1.0},"92":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"60":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"20":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":4,"docs":{"129":{"tf":1.0},"26":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"24":{"tf":1.0},"58":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.0},"71":{"tf":1.0},"78":{"tf":1.0},"92":{"tf":1.0}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"67":{"tf":1.0},"72":{"tf":1.0}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"92":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"1":{"8":{"0":{"8":{"0":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"122":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"0":{"9":{"0":{"df":6,"docs":{"122":{"tf":1.0},"15":{"tf":1.0},"33":{"tf":1.0},"66":{"tf":1.0},"80":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"122":{"tf":1.0},"15":{"tf":1.0},"80":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"i":{"[":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"38":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"d":{">":{":":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"78":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"115":{"tf":1.0},"116":{"tf":2.23606797749979},"78":{"tf":1.0}},"e":{"a":{"df":3,"docs":{"51":{"tf":1.4142135623730951},"89":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"89":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"62":{"tf":1.0},"79":{"tf":1.0}}}}}},"i":{"df":56,"docs":{"25":{"tf":1.7320508075688772},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"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},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.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},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0}},"i":{"df":17,"docs":{"81":{"tf":1.7320508075688772},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"41":{"tf":1.0},"88":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":14,"docs":{"10":{"tf":1.4142135623730951},"11":{"tf":1.4142135623730951},"130":{"tf":2.23606797749979},"131":{"tf":1.0},"27":{"tf":1.7320508075688772},"30":{"tf":1.0},"31":{"tf":1.0},"41":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":2.23606797749979},"67":{"tf":2.23606797749979},"7":{"tf":1.0},"72":{"tf":1.4142135623730951},"9":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"17":{"tf":1.7320508075688772}}}},"l":{"df":5,"docs":{"89":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":12,"docs":{"34":{"tf":2.0},"51":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":1.4142135623730951},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":7,"docs":{"100":{"tf":1.4142135623730951},"115":{"tf":1.0},"116":{"tf":1.0},"57":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.0}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":18,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"133":{"tf":1.0},"14":{"tf":1.0},"20":{"tf":1.0},"33":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"54":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0},"76":{"tf":1.4142135623730951},"78":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":7,"docs":{"132":{"tf":1.0},"133":{"tf":1.0},"20":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"113":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":8,"docs":{"113":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"126":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"61":{"tf":1.0},"74":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"\\"":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"89":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":5,"docs":{"115":{"tf":1.7320508075688772},"116":{"tf":1.4142135623730951},"120":{"tf":1.0},"14":{"tf":1.4142135623730951},"78":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":4,"docs":{"15":{"tf":1.0},"65":{"tf":1.0},"75":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":6,"docs":{"133":{"tf":1.0},"17":{"tf":1.0},"3":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0},"97":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"23":{"tf":1.0},"39":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"38":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":3,"docs":{"38":{"tf":1.4142135623730951},"84":{"tf":1.0},"89":{"tf":1.4142135623730951}},"i":{"df":1,"docs":{"55":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"84":{"tf":1.0},"89":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"115":{"tf":2.0},"66":{"tf":1.0},"78":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"80":{"tf":1.0}}}}}}},"df":4,"docs":{"116":{"tf":1.0},"120":{"tf":1.4142135623730951},"59":{"tf":1.0},"80":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"71":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"116":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"120":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":3,"docs":{"26":{"tf":1.0},"3":{"tf":1.0},"41":{"tf":1.0}}}},"n":{"d":{"df":4,"docs":{"132":{"tf":1.0},"133":{"tf":1.0},"35":{"tf":1.0},"82":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"66":{"tf":1.0}}},"t":{"df":4,"docs":{"17":{"tf":1.0},"24":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"0":{"tf":1.4142135623730951},"3":{"tf":1.0},"82":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":8,"docs":{"20":{"tf":2.0},"34":{"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}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"16":{"tf":1.0},"24":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0}}}}}},"v":{"df":5,"docs":{"113":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"18":{"tf":1.0},"53":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"19":{"tf":1.0}},"t":{"df":1,"docs":{"3":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"54":{"tf":2.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":3,"docs":{"3":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"u":{"df":5,"docs":{"120":{"tf":1.4142135623730951},"122":{"tf":1.0},"123":{"tf":1.0},"62":{"tf":1.0},"89":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"35":{"tf":1.0},"58":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"74":{"tf":1.0}}}}}},"’":{"df":1,"docs":{"79":{"tf":1.0}}}},"v":{"df":36,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.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.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"98":{"tf":1.7320508075688772},"99":{"tf":1.0}}}},"j":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"g":{"df":4,"docs":{"133":{"tf":1.0},"24":{"tf":1.0},"6":{"tf":1.0},"82":{"tf":1.0}}}},"df":0,"docs":{}}},"k":{"8":{"df":15,"docs":{"112":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"119":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"14":{"tf":1.0},"27":{"tf":1.0},"40":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"67":{"tf":1.7320508075688772},"72":{"tf":1.0},"78":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":6,"docs":{"26":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.0},"41":{"tf":1.0},"7":{"tf":1.0},"92":{"tf":1.0}}}},"df":1,"docs":{"67":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":8,"docs":{"113":{"tf":1.0},"127":{"tf":1.0},"133":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"66":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":1.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":{"109":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":17,"docs":{"116":{"tf":1.0},"132":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.4142135623730951},"35":{"tf":1.0},"39":{"tf":1.7320508075688772},"40":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"78":{"tf":1.0},"82":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0},"98":{"tf":1.0}}}},"y":{"df":7,"docs":{"27":{"tf":1.0},"28":{"tf":1.4142135623730951},"29":{"tf":1.0},"47":{"tf":1.0},"8":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"129":{"tf":1.0}}}},"n":{"d":{"df":1,"docs":{"67":{"tf":1.7320508075688772}}},"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":{"133":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":1,"docs":{"123":{"tf":1.4142135623730951}}}}}},"u":{"b":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":6,"docs":{"115":{"tf":1.4142135623730951},"116":{"tf":3.872983346207417},"119":{"tf":1.7320508075688772},"14":{"tf":1.0},"67":{"tf":1.0},"78":{"tf":3.3166247903554}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":14,"docs":{"109":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"29":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.4142135623730951},"67":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"g":{"df":14,"docs":{"11":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"128":{"tf":1.0},"130":{"tf":1.4142135623730951},"131":{"tf":1.7320508075688772},"27":{"tf":1.4142135623730951},"32":{"tf":1.0},"62":{"tf":1.0},"68":{"tf":1.7320508075688772},"72":{"tf":1.0}},"r":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"27":{"tf":1.0},"30":{"tf":1.0},"70":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":3,"docs":{"116":{"tf":2.0},"119":{"tf":1.0},"78":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"24":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"116":{"tf":1.0},"120":{"tf":1.0},"82":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"39":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"133":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"44":{"tf":1.4142135623730951},"6":{"tf":1.0},"77":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"26":{"tf":1.7320508075688772},"3":{"tf":1.0},"39":{"tf":1.0},"87":{"tf":1.0},"93":{"tf":1.0}}}}}}},"df":4,"docs":{"115":{"tf":1.0},"116":{"tf":3.0},"119":{"tf":1.4142135623730951},"78":{"tf":2.449489742783178}},"e":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"133":{"tf":1.0},"77":{"tf":1.0}}}}},"df":0,"docs":{},"k":{"df":2,"docs":{"23":{"tf":1.0},"82":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.7320508075688772}}}},"v":{"df":1,"docs":{"79":{"tf":1.0}}}},"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"133":{"tf":1.0}}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"63":{"tf":1.0}}}},"t":{"df":1,"docs":{"3":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":16,"docs":{"121":{"tf":1.4142135623730951},"133":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"82":{"tf":1.7320508075688772},"92":{"tf":1.0},"93":{"tf":1.0}}}}}},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"27":{"tf":1.0},"29":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"23":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"89":{"tf":1.0}}}}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":2,"docs":{"116":{"tf":1.0},"38":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"116":{"tf":1.4142135623730951},"119":{"tf":1.0},"78":{"tf":1.4142135623730951}}}},"v":{"df":0,"docs":{},"e":{"df":20,"docs":{"116":{"tf":1.0},"123":{"tf":1.0},"125":{"tf":1.4142135623730951},"132":{"tf":1.4142135623730951},"133":{"tf":1.7320508075688772},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.4142135623730951},"50":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"62":{"tf":1.0},"92":{"tf":1.4142135623730951}}}}},"o":{"a":{"d":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}}}}},"df":11,"docs":{"120":{"tf":1.0},"131":{"tf":1.4142135623730951},"41":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.7320508075688772},"48":{"tf":1.7320508075688772},"49":{"tf":2.0},"53":{"tf":1.0},"55":{"tf":1.0},"67":{"tf":2.0},"9":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"=":{"2":{"df":1,"docs":{"65":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"=":{"1":{"2":{"0":{"df":1,"docs":{"65":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"=":{"3":{"df":1,"docs":{"65":{"tf":1.0}}},"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":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":8,"docs":{"116":{"tf":1.4142135623730951},"121":{"tf":1.0},"65":{"tf":1.4142135623730951},"69":{"tf":1.0},"74":{"tf":2.0},"75":{"tf":1.0},"78":{"tf":1.4142135623730951},"79":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":6,"docs":{"26":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.0},"41":{"tf":1.0},"7":{"tf":1.0},"92":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":9,"docs":{"113":{"tf":1.0},"127":{"tf":1.0},"133":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"63":{"tf":1.4142135623730951},"66":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":1.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":5,"docs":{"109":{"tf":1.0},"111":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":30,"docs":{"1":{"tf":1.0},"109":{"tf":1.0},"112":{"tf":1.0},"115":{"tf":1.4142135623730951},"116":{"tf":1.0},"119":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"14":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.7320508075688772},"29":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"6":{"tf":1.0},"62":{"tf":1.4142135623730951},"65":{"tf":1.4142135623730951},"7":{"tf":1.0},"70":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.4142135623730951},"78":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":1.0}}},"t":{"df":4,"docs":{"115":{"tf":1.4142135623730951},"62":{"tf":1.0},"69":{"tf":1.7320508075688772},"70":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":23,"docs":{"113":{"tf":1.7320508075688772},"114":{"tf":1.4142135623730951},"115":{"tf":3.3166247903554},"116":{"tf":4.898979485566356},"120":{"tf":1.4142135623730951},"121":{"tf":1.7320508075688772},"125":{"tf":1.0},"128":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"14":{"tf":3.1622776601683795},"15":{"tf":1.4142135623730951},"33":{"tf":2.23606797749979},"62":{"tf":1.4142135623730951},"65":{"tf":1.7320508075688772},"66":{"tf":1.7320508075688772},"73":{"tf":1.4142135623730951},"74":{"tf":3.0},"75":{"tf":2.8284271247461903},"76":{"tf":2.23606797749979},"78":{"tf":5.0990195135927845},"89":{"tf":1.0},"93":{"tf":1.0}},"i":{"c":{"df":3,"docs":{"133":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}},"s":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"116":{"tf":1.0}}}}}},"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"80":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"116":{"tf":1.0}}}}}}},":":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"78":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"132":{"tf":1.0},"21":{"tf":1.0},"35":{"tf":1.0},"82":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"118":{"tf":1.0},"132":{"tf":1.0}}},"p":{"df":3,"docs":{"17":{"tf":1.0},"40":{"tf":1.0},"58":{"tf":1.0}}},"s":{"df":1,"docs":{"26":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"133":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"24":{"tf":1.0}}}}}},"r":{"df":2,"docs":{"23":{"tf":1.0},"5":{"tf":1.0}}},"s":{"df":2,"docs":{"116":{"tf":1.0},"78":{"tf":1.0}}},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":2,"docs":{"132":{"tf":1.0},"21":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"24":{"tf":1.0},"40":{"tf":1.0},"59":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"26":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":29,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"95":{"tf":1.7320508075688772},"96":{"tf":1.4142135623730951},"97":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"24":{"tf":1.0},"55":{"tf":1.0},"81":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":11,"docs":{"133":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"24":{"tf":1.4142135623730951},"3":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"70":{"tf":1.0},"74":{"tf":1.4142135623730951},"92":{"tf":1.0}}}},"l":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"54":{"tf":1.4142135623730951}}}}}}},"n":{"df":0,"docs":{},"i":{"df":5,"docs":{"3":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"6":{"tf":1.0},"82":{"tf":1.0}}},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"133":{"tf":1.0}}}}},"p":{"df":2,"docs":{"62":{"tf":1.0},"66":{"tf":1.0}}},"t":{"c":{"df":0,"docs":{},"h":{"df":6,"docs":{"116":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"66":{"tf":1.0},"78":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"98":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"35":{"tf":1.0},"60":{"tf":1.0}}}}}},"x":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"2":{"0":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}},"4":{"0":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"6":{"0":{"df":1,"docs":{"105":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":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":{"105":{"tf":1.0}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"48":{"tf":1.0}}}}}}}},"d":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"27":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":1,"docs":{"126":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":7,"docs":{"0":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"40":{"tf":1.0},"82":{"tf":1.0}}}}},"t":{"df":1,"docs":{"39":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"133":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"74":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"15":{"tf":1.0},"80":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"20":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":4,"docs":{"14":{"tf":1.0},"54":{"tf":1.7320508075688772},"74":{"tf":1.0},"77":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"1":{"tf":1.0},"2":{"tf":1.0},"26":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"118":{"tf":1.0},"124":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"133":{"tf":1.0},"62":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"d":{"df":6,"docs":{"34":{"tf":1.0},"52":{"tf":1.0},"80":{"tf":1.0},"93":{"tf":1.4142135623730951},"95":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"c":{"df":9,"docs":{"113":{"tf":1.0},"15":{"tf":1.4142135623730951},"23":{"tf":1.0},"33":{"tf":1.4142135623730951},"66":{"tf":1.0},"75":{"tf":1.0},"80":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"0":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"3":{"0":{"df":1,"docs":{"105":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":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":{"105":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"116":{"tf":1.0}}}},"k":{"df":0,"docs":{},"u":{"b":{"df":1,"docs":{"67":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"m":{"df":6,"docs":{"123":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.4142135623730951},"58":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"132":{"tf":1.4142135623730951},"21":{"tf":1.7320508075688772}}}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"86":{"tf":1.0}}}}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"113":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"s":{"df":8,"docs":{"113":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"132":{"tf":1.0},"62":{"tf":1.0},"72":{"tf":1.0},"84":{"tf":1.0}}},"t":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"74":{"tf":1.0}}}},"df":0,"docs":{}}},"x":{"df":3,"docs":{"113":{"tf":1.0},"19":{"tf":1.0},"77":{"tf":1.0}},"e":{"d":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"63":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"52":{"tf":1.0}},"l":{"df":8,"docs":{"1":{"tf":1.0},"2":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"39":{"tf":1.0},"82":{"tf":2.23606797749979},"92":{"tf":1.0}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"34":{"tf":1.0},"78":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"24":{"tf":1.0}}}},"df":2,"docs":{"65":{"tf":1.0},"84":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"13":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"125":{"tf":1.0},"91":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"116":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"115":{"tf":1.4142135623730951},"14":{"tf":1.4142135623730951},"66":{"tf":1.0},"67":{"tf":1.0},"78":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"24":{"tf":1.0},"40":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":7,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"2":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.4142135623730951},"35":{"tf":1.0},"59":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"133":{"tf":1.0},"40":{"tf":1.0}}}}}}},"t":{"df":11,"docs":{"111":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0},"89":{"tf":1.0},"95":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":4,"docs":{"89":{"tf":1.0},"90":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}}}}}}},"df":0,"docs":{}},"=":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":3,"docs":{"116":{"tf":1.7320508075688772},"119":{"tf":1.0},"78":{"tf":1.7320508075688772}}}}}}},"df":14,"docs":{"115":{"tf":1.4142135623730951},"116":{"tf":3.605551275463989},"119":{"tf":1.7320508075688772},"14":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0},"7":{"tf":1.0},"71":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.4142135623730951},"78":{"tf":2.0},"84":{"tf":1.0},"89":{"tf":1.0}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":3,"docs":{"116":{"tf":3.0},"119":{"tf":1.0},"78":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"34":{"tf":1.4142135623730951}}}}}},"df":5,"docs":{"116":{"tf":1.7320508075688772},"119":{"tf":1.0},"126":{"tf":1.0},"20":{"tf":1.0},"78":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"40":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":13,"docs":{"119":{"tf":1.0},"132":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"3":{"tf":1.0},"39":{"tf":1.0},"52":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"72":{"tf":1.4142135623730951},"74":{"tf":1.0},"78":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}},"—":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"g":{"df":2,"docs":{"133":{"tf":1.0},"62":{"tf":1.0}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"77":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":14,"docs":{"101":{"tf":1.0},"111":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":16,"docs":{"0":{"tf":1.7320508075688772},"120":{"tf":1.0},"128":{"tf":1.0},"133":{"tf":1.4142135623730951},"15":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.4142135623730951},"35":{"tf":1.0},"52":{"tf":2.0},"6":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"133":{"tf":1.0},"54":{"tf":1.0}}}}},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"89":{"tf":1.0},"90":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":11,"docs":{"34":{"tf":1.7320508075688772},"82":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.7320508075688772},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":2.6457513110645907},"95":{"tf":1.7320508075688772},"96":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}}},"o":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"86":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":2,"docs":{"52":{"tf":1.0},"86":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":53,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"101":{"tf":1.7320508075688772},"105":{"tf":1.0},"113":{"tf":1.4142135623730951},"115":{"tf":2.8284271247461903},"116":{"tf":2.0},"119":{"tf":1.7320508075688772},"120":{"tf":2.0},"122":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"127":{"tf":2.0},"128":{"tf":1.7320508075688772},"129":{"tf":1.0},"133":{"tf":2.23606797749979},"14":{"tf":2.449489742783178},"15":{"tf":1.4142135623730951},"2":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.7320508075688772},"27":{"tf":1.4142135623730951},"29":{"tf":1.0},"3":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"52":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":2.0},"6":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.0},"62":{"tf":2.0},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"7":{"tf":1.0},"74":{"tf":2.6457513110645907},"75":{"tf":1.0},"76":{"tf":2.23606797749979},"78":{"tf":1.7320508075688772},"80":{"tf":2.0},"82":{"tf":1.0},"84":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"97":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"15":{"tf":1.0},"75":{"tf":1.0}},"i":{"df":2,"docs":{"19":{"tf":1.0},"40":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"df":25,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"11":{"tf":1.0},"112":{"tf":1.0},"115":{"tf":2.23606797749979},"116":{"tf":1.7320508075688772},"119":{"tf":1.0},"12":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.7320508075688772},"131":{"tf":1.0},"133":{"tf":1.0},"14":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.7320508075688772},"3":{"tf":1.7320508075688772},"32":{"tf":1.0},"62":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.7320508075688772},"67":{"tf":1.7320508075688772},"70":{"tf":1.4142135623730951},"71":{"tf":1.0},"76":{"tf":2.0},"78":{"tf":2.6457513110645907}},"s":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"77":{"tf":1.0}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"77":{"tf":1.0}}}}}}}}}},"d":{"a":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"77":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"77":{"tf":1.0}}}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"77":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"62":{"tf":1.0}},"k":{"df":0,"docs":{},"z":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"=":{"/":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"12":{"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":{},"t":{"df":0,"docs":{},"o":{"/":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"69":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":3,"docs":{"30":{"tf":1.0},"62":{"tf":1.0},"69":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"115":{"tf":1.0}}}}}}},"=":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"78":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"115":{"tf":1.0},"76":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"66":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"116":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"78":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":1,"docs":{"65":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"75":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":9,"docs":{"115":{"tf":1.4142135623730951},"14":{"tf":2.0},"33":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":6,"docs":{"14":{"tf":1.0},"33":{"tf":1.0},"62":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"77":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"=":{"\\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"e":{",":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"_":{"d":{"a":{"_":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"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":2,"docs":{"121":{"tf":1.0},"75":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"e":{",":{"d":{"a":{"=":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"65":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"=":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":6,"docs":{"116":{"tf":1.0},"121":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"74":{"tf":1.7320508075688772},"75":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":5,"docs":{"14":{"tf":1.0},"33":{"tf":1.0},"62":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"77":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"=":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"4":{"3":{"1":{"7":{"df":2,"docs":{"15":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":2,"docs":{"75":{"tf":1.0},"9":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"=":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"4":{"3":{"1":{"8":{"df":2,"docs":{"15":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":2,"docs":{"75":{"tf":1.0},"9":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":6,"docs":{"11":{"tf":1.0},"31":{"tf":1.0},"41":{"tf":1.0},"7":{"tf":1.0},"72":{"tf":1.0},"9":{"tf":1.0}},"e":{"=":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":4,"docs":{"116":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951}}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"67":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":2,"docs":{"33":{"tf":1.0},"75":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":7,"docs":{"115":{"tf":1.4142135623730951},"116":{"tf":1.0},"14":{"tf":1.0},"65":{"tf":1.4142135623730951},"75":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"75":{"tf":2.0}}}},"t":{"df":0,"docs":{},"e":{"df":9,"docs":{"115":{"tf":1.0},"116":{"tf":1.7320508075688772},"119":{"tf":1.0},"21":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"78":{"tf":1.4142135623730951}}}}},"t":{"df":0,"docs":{},"p":{"df":2,"docs":{"132":{"tf":1.0},"18":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"101":{"tf":1.4142135623730951},"18":{"tf":1.0},"39":{"tf":1.0},"65":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"o":{"[":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"23":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":22,"docs":{"113":{"tf":1.4142135623730951},"122":{"tf":1.7320508075688772},"131":{"tf":1.0},"132":{"tf":1.4142135623730951},"133":{"tf":1.7320508075688772},"15":{"tf":1.7320508075688772},"20":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.7320508075688772},"35":{"tf":1.0},"40":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.4142135623730951},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"66":{"tf":1.0},"73":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951},"82":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"40":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"82":{"tf":1.0}}}}},"df":0,"docs":{}},"df":2,"docs":{"116":{"tf":1.4142135623730951},"23":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"92":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"78":{"tf":1.0}}}}}}},"k":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"\\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"89":{"tf":1.0},"90":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":11,"docs":{"111":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"89":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}}},"n":{"c":{"df":3,"docs":{"23":{"tf":1.0},"6":{"tf":1.0},"82":{"tf":1.0}}},"df":4,"docs":{"26":{"tf":1.0},"3":{"tf":1.0},"61":{"tf":1.0},"87":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"60":{"tf":1.0}}}}},"p":{"df":1,"docs":{"133":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":30,"docs":{"0":{"tf":1.0},"104":{"tf":1.0},"111":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"45":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"62":{"tf":2.23606797749979},"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},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0}}}},"t":{"df":2,"docs":{"19":{"tf":1.0},"39":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":10,"docs":{"14":{"tf":1.4142135623730951},"15":{"tf":1.0},"23":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"70":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"79":{"tf":1.0},"86":{"tf":1.0},"9":{"tf":1.0}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":11,"docs":{"133":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.4142135623730951},"24":{"tf":1.0},"26":{"tf":1.4142135623730951},"56":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0},"74":{"tf":1.0},"82":{"tf":1.0},"92":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"132":{"tf":1.0},"18":{"tf":1.0},"39":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"129":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"24":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"p":{"df":4,"docs":{"15":{"tf":1.0},"75":{"tf":1.7320508075688772},"79":{"tf":2.449489742783178},"9":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":9,"docs":{"133":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.0},"40":{"tf":1.0},"5":{"tf":1.0},"56":{"tf":1.0},"62":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.0}}}}},"df":2,"docs":{"66":{"tf":1.0},"78":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"115":{"tf":1.0},"116":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"14":{"tf":1.0},"78":{"tf":1.0}},"—":{"d":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"17":{"tf":1.4142135623730951},"20":{"tf":1.0},"3":{"tf":1.0},"49":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"58":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"d":{"df":7,"docs":{"12":{"tf":1.0},"30":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0},"80":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":12,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"4":{"tf":1.7320508075688772},"5":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"df":1,"docs":{"125":{"tf":1.0}}}}}}}}}}},"p":{"2":{"df":0,"docs":{},"p":{"df":1,"docs":{"77":{"tf":1.0}}}},"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"23":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"92":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"1":{"tf":1.0},"56":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"93":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":15,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.0},"131":{"tf":1.4142135623730951},"133":{"tf":1.0},"21":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.0},"32":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.0},"68":{"tf":1.7320508075688772},"72":{"tf":1.0},"87":{"tf":1.0},"93":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}}},"t":{"df":132,"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},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"12":{"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},"13":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.7320508075688772},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.7320508075688772},"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},"4":{"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":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"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.7320508075688772},"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.7320508075688772},"99":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":4,"docs":{"0":{"tf":1.0},"133":{"tf":1.0},"37":{"tf":1.0},"87":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":2.23606797749979}}}}}},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"56":{"tf":1.0},"80":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":2,"docs":{"123":{"tf":1.0},"23":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":7,"docs":{"115":{"tf":1.7320508075688772},"12":{"tf":1.0},"131":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0},"62":{"tf":1.0},"69":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":10,"docs":{"116":{"tf":1.4142135623730951},"120":{"tf":1.0},"132":{"tf":1.0},"26":{"tf":1.0},"39":{"tf":2.449489742783178},"40":{"tf":1.0},"41":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951}}}}}}}},"df":14,"docs":{"116":{"tf":1.7320508075688772},"121":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0},"74":{"tf":2.0},"75":{"tf":1.0},"78":{"tf":2.0},"79":{"tf":1.0}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"120":{"tf":1.0}}}},"r":{"df":19,"docs":{"103":{"tf":1.0},"104":{"tf":1.4142135623730951},"111":{"tf":1.7320508075688772},"115":{"tf":2.23606797749979},"116":{"tf":1.0},"122":{"tf":1.0},"133":{"tf":1.4142135623730951},"14":{"tf":1.7320508075688772},"15":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.7320508075688772},"19":{"tf":1.4142135623730951},"21":{"tf":1.0},"33":{"tf":1.4142135623730951},"39":{"tf":1.0},"65":{"tf":1.7320508075688772},"75":{"tf":1.0},"76":{"tf":1.4142135623730951},"78":{"tf":1.7320508075688772}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":3,"docs":{"0":{"tf":1.4142135623730951},"133":{"tf":1.4142135623730951},"6":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"133":{"tf":1.0},"49":{"tf":1.0}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"115":{"tf":1.0},"116":{"tf":1.0},"14":{"tf":1.0},"65":{"tf":1.0},"78":{"tf":1.4142135623730951}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":7,"docs":{"16":{"tf":1.7320508075688772},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0}}}}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"35":{"tf":1.0},"40":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"132":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"14":{"tf":1.0},"59":{"tf":1.0}}}}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"129":{"tf":1.0}}}}}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"71":{"tf":1.0}}}},"df":0,"docs":{},"n":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":9,"docs":{"110":{"tf":1.0},"111":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"[":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"61":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":26,"docs":{"1":{"tf":1.0},"111":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"23":{"tf":2.0},"24":{"tf":1.0},"26":{"tf":1.4142135623730951},"3":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":2.0},"57":{"tf":1.4142135623730951},"6":{"tf":1.0},"61":{"tf":1.0},"8":{"tf":1.0},"82":{"tf":1.0},"92":{"tf":1.0},"95":{"tf":1.0}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"62":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"u":{"df":1,"docs":{"0":{"tf":1.0}},"g":{"df":1,"docs":{"88":{"tf":1.0}},"g":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"24":{"tf":1.0},"36":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"d":{"df":7,"docs":{"115":{"tf":1.4142135623730951},"116":{"tf":4.795831523312719},"119":{"tf":2.23606797749979},"133":{"tf":1.0},"14":{"tf":1.0},"67":{"tf":1.0},"78":{"tf":2.23606797749979}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"27":{"tf":1.0},"7":{"tf":1.4142135623730951},"8":{"tf":1.0},"92":{"tf":1.0}}}}},"l":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"133":{"tf":1.0}},"e":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":17,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"116":{"tf":1.4142135623730951},"120":{"tf":1.0},"125":{"tf":1.4142135623730951},"128":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"57":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951},"75":{"tf":1.0},"78":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":1,"docs":{"68":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"20":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"22":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0}}}},"df":0,"docs":{}},"df":7,"docs":{"113":{"tf":1.7320508075688772},"120":{"tf":1.0},"122":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.7320508075688772},"59":{"tf":1.0},"66":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"116":{"tf":1.0},"133":{"tf":1.0},"82":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":4,"docs":{"132":{"tf":1.0},"133":{"tf":1.0},"25":{"tf":1.0},"40":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"24":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}},"i":{"df":0,"docs":{},"x":{"df":6,"docs":{"115":{"tf":1.4142135623730951},"116":{"tf":1.0},"14":{"tf":1.0},"76":{"tf":1.4142135623730951},"77":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951}}}}},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"133":{"tf":1.0}}}}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"26":{"tf":1.0},"92":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":9,"docs":{"112":{"tf":1.0},"128":{"tf":1.0},"56":{"tf":1.4142135623730951},"62":{"tf":2.0},"66":{"tf":1.0},"67":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"9":{"tf":1.0}}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"112":{"tf":1.0},"128":{"tf":1.0},"131":{"tf":1.0},"62":{"tf":1.0}}}},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"76":{"tf":1.0}}}},"t":{"df":3,"docs":{"113":{"tf":1.0},"40":{"tf":1.0},"87":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"38":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"113":{"tf":1.0},"133":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":3,"docs":{"116":{"tf":1.7320508075688772},"129":{"tf":1.0},"78":{"tf":1.4142135623730951}},"s":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"116":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"27":{"tf":1.0},"56":{"tf":1.0},"92":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":2.0}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"92":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"16":{"tf":1.4142135623730951},"22":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"n":{"!":{"(":{"\\"":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"o":{"b":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"18":{"tf":1.0},"21":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":8,"docs":{"133":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"61":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.4142135623730951},"91":{"tf":1.0},"92":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"120":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":18,"docs":{"109":{"tf":1.0},"119":{"tf":1.0},"129":{"tf":1.4142135623730951},"133":{"tf":1.0},"14":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"29":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"52":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0},"74":{"tf":1.0},"9":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":8,"docs":{"0":{"tf":1.0},"106":{"tf":1.0},"125":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.4142135623730951},"18":{"tf":1.7320508075688772},"38":{"tf":1.0},"86":{"tf":1.0}},"t":{"df":6,"docs":{"113":{"tf":1.0},"133":{"tf":1.7320508075688772},"21":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"113":{"tf":1.0},"133":{"tf":1.4142135623730951},"20":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.7320508075688772},"82":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"0":{"tf":1.7320508075688772},"115":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":9,"docs":{"122":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"27":{"tf":1.4142135623730951},"30":{"tf":1.0},"33":{"tf":1.0},"66":{"tf":1.4142135623730951},"80":{"tf":1.7320508075688772},"9":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"63":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"o":{"df":0,"docs":{},"f":{"df":11,"docs":{"112":{"tf":1.0},"120":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"128":{"tf":1.0},"133":{"tf":1.4142135623730951},"31":{"tf":1.0},"41":{"tf":1.0},"57":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"54":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"133":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":7,"docs":{"0":{"tf":1.0},"132":{"tf":1.0},"18":{"tf":2.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"3":{"tf":1.0},"39":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":3,"docs":{"132":{"tf":1.0},"21":{"tf":1.0},"89":{"tf":1.0}}},"i":{"d":{"df":5,"docs":{"29":{"tf":1.0},"59":{"tf":1.0},"84":{"tf":1.0},"92":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":7,"docs":{"133":{"tf":1.0},"23":{"tf":1.4142135623730951},"56":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0},"82":{"tf":1.0},"97":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"61":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}},"s":{"df":4,"docs":{"115":{"tf":1.0},"116":{"tf":1.7320508075688772},"119":{"tf":1.4142135623730951},"78":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"89":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"b":{"df":5,"docs":{"89":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951},"97":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"0":{"tf":1.0},"133":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"132":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"29":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"74":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"67":{"tf":1.7320508075688772}}}}}},"q":{"a":{"df":1,"docs":{"3":{"tf":1.0}}},"df":2,"docs":{"116":{"tf":1.0},"78":{"tf":1.0}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"55":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":17,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"113":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"63":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":2.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"22":{"tf":1.0}}}}}}},"r":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"23":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":3,"docs":{"105":{"tf":1.0},"19":{"tf":1.0},"66":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"115":{"tf":1.0},"116":{"tf":1.0}}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"78":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"(":{"1":{"0":{"df":1,"docs":{"50":{"tf":1.0}}},"5":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"3":{"df":1,"docs":{"45":{"tf":1.0}}},"5":{"df":8,"docs":{"103":{"tf":1.0},"111":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":14,"docs":{"113":{"tf":1.7320508075688772},"125":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"47":{"tf":1.4142135623730951},"48":{"tf":2.0},"65":{"tf":1.0}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}}},"df":5,"docs":{"130":{"tf":1.0},"131":{"tf":1.0},"23":{"tf":1.0},"66":{"tf":1.0},"70":{"tf":1.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"89":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"90":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"89":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"l":{"df":4,"docs":{"133":{"tf":1.0},"61":{"tf":1.0},"89":{"tf":1.7320508075688772},"90":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"—":{"a":{"df":1,"docs":{"62":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"36":{"tf":1.0},"39":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":14,"docs":{"119":{"tf":1.7320508075688772},"120":{"tf":1.0},"128":{"tf":1.4142135623730951},"133":{"tf":1.4142135623730951},"17":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.7320508075688772},"86":{"tf":1.0},"97":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"92":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":3,"docs":{"0":{"tf":1.0},"3":{"tf":1.0},"88":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"1":{"tf":1.0},"3":{"tf":1.0},"46":{"tf":1.0},"52":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"132":{"tf":1.0},"18":{"tf":1.0}}}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"131":{"tf":1.0}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"86":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":7,"docs":{"116":{"tf":1.0},"132":{"tf":1.0},"40":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.0},"70":{"tf":1.0},"78":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"132":{"tf":1.4142135623730951},"37":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.7320508075688772}}},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"113":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":5,"docs":{"120":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"24":{"tf":1.0},"39":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":34,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"115":{"tf":1.4142135623730951},"133":{"tf":1.0},"34":{"tf":1.0},"81":{"tf":1.7320508075688772},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":2.0},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951},"98":{"tf":1.0},"99":{"tf":2.0}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"120":{"tf":1.0}}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"56":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"67":{"tf":1.4142135623730951}}},"y":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"67":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}},"x":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":1,"docs":{"18":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{}},"df":3,"docs":{"115":{"tf":1.0},"40":{"tf":1.0},"86":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"116":{"tf":1.0},"38":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"67":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"19":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":1,"docs":{"41":{"tf":1.0}},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"122":{"tf":1.0},"62":{"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":{"70":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"82":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":5,"docs":{"35":{"tf":1.0},"40":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.4142135623730951},"63":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"89":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":32,"docs":{"105":{"tf":1.4142135623730951},"113":{"tf":1.0},"115":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.0},"125":{"tf":1.0},"128":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"27":{"tf":1.4142135623730951},"3":{"tf":1.0},"31":{"tf":1.7320508075688772},"37":{"tf":1.0},"41":{"tf":1.7320508075688772},"45":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"68":{"tf":1.0},"7":{"tf":1.7320508075688772},"70":{"tf":1.0},"72":{"tf":1.0},"78":{"tf":1.4142135623730951},"8":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":8,"docs":{"132":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.4142135623730951},"45":{"tf":2.0},"47":{"tf":1.0},"54":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"92":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":4,"docs":{"113":{"tf":1.0},"23":{"tf":1.0},"82":{"tf":1.0},"86":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"62":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":4,"docs":{"128":{"tf":1.0},"133":{"tf":1.4142135623730951},"6":{"tf":1.0},"82":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":16,"docs":{"105":{"tf":2.23606797749979},"113":{"tf":1.4142135623730951},"129":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.4142135623730951},"19":{"tf":1.0},"23":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"45":{"tf":1.4142135623730951},"47":{"tf":1.0},"50":{"tf":1.4142135623730951},"52":{"tf":1.0},"59":{"tf":1.0},"66":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"<":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"97":{"tf":1.0}}}}}}},"df":15,"docs":{"111":{"tf":1.0},"16":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.0},"89":{"tf":1.4142135623730951},"90":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":3,"docs":{"0":{"tf":1.0},"133":{"tf":1.0},"20":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":7,"docs":{"133":{"tf":1.4142135623730951},"23":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0},"85":{"tf":1.0},"89":{"tf":1.0},"97":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"26":{"tf":1.4142135623730951},"39":{"tf":1.0},"85":{"tf":1.0},"92":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":3,"docs":{"132":{"tf":1.0},"24":{"tf":1.0},"40":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"24":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"91":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"132":{"tf":1.0},"21":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":7,"docs":{"0":{"tf":1.0},"133":{"tf":1.4142135623730951},"3":{"tf":1.0},"6":{"tf":1.0},"82":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"70":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"133":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"c":{"df":1,"docs":{"89":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"11":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"11":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"111":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":7,"docs":{"84":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.7320508075688772},"90":{"tf":1.4142135623730951},"92":{"tf":1.0},"95":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}}}}}}}}},"df":43,"docs":{"1":{"tf":1.0},"107":{"tf":1.7320508075688772},"113":{"tf":1.7320508075688772},"115":{"tf":1.0},"116":{"tf":2.449489742783178},"121":{"tf":1.0},"123":{"tf":1.0},"125":{"tf":1.0},"132":{"tf":1.4142135623730951},"133":{"tf":2.23606797749979},"16":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":2.0},"23":{"tf":1.7320508075688772},"24":{"tf":1.0},"25":{"tf":1.0},"31":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"35":{"tf":1.7320508075688772},"38":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"49":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":2.23606797749979},"58":{"tf":1.0},"6":{"tf":1.4142135623730951},"60":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.4142135623730951},"65":{"tf":1.4142135623730951},"66":{"tf":2.0},"67":{"tf":1.4142135623730951},"69":{"tf":1.0},"7":{"tf":1.4142135623730951},"71":{"tf":1.0},"74":{"tf":2.0},"75":{"tf":1.0},"78":{"tf":2.6457513110645907},"79":{"tf":1.0},"82":{"tf":2.0},"90":{"tf":1.0},"92":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"84":{"tf":1.0},"89":{"tf":1.4142135623730951}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":6,"docs":{"26":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.0},"41":{"tf":1.0},"7":{"tf":1.0},"92":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":9,"docs":{"110":{"tf":1.0},"111":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":61,"docs":{"11":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"115":{"tf":1.4142135623730951},"116":{"tf":2.8284271247461903},"120":{"tf":1.0},"121":{"tf":1.0},"125":{"tf":1.0},"127":{"tf":1.0},"130":{"tf":1.0},"132":{"tf":1.7320508075688772},"133":{"tf":2.23606797749979},"14":{"tf":2.0},"23":{"tf":1.7320508075688772},"24":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"29":{"tf":1.0},"31":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.7320508075688772},"57":{"tf":2.23606797749979},"58":{"tf":1.7320508075688772},"59":{"tf":1.7320508075688772},"6":{"tf":1.4142135623730951},"60":{"tf":1.7320508075688772},"61":{"tf":1.4142135623730951},"62":{"tf":1.7320508075688772},"65":{"tf":1.7320508075688772},"66":{"tf":2.0},"67":{"tf":2.0},"69":{"tf":1.0},"7":{"tf":1.4142135623730951},"72":{"tf":1.0},"74":{"tf":2.8284271247461903},"75":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"78":{"tf":3.0},"79":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.7320508075688772},"92":{"tf":2.0},"97":{"tf":1.4142135623730951}},"s":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"29":{"tf":1.0}}}}}}}},"df":0,"docs":{},"k":{"8":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"—":{"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":{"df":1,"docs":{"128":{"tf":1.0}}}}}}}}}}},"’":{"df":1,"docs":{"62":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"61":{"tf":1.0}},"{":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":6,"docs":{"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"61":{"tf":1.0},"82":{"tf":1.0},"92":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"61":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"=":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"74":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":3,"docs":{"14":{"tf":1.0},"62":{"tf":1.0},"74":{"tf":1.0}}}}}},"df":5,"docs":{"70":{"tf":1.0},"88":{"tf":1.7320508075688772},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":2,"docs":{"79":{"tf":1.0},"87":{"tf":1.0}},"t":{"df":0,"docs":{},"y":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"m":{"df":0,"docs":{},"e":{"df":7,"docs":{"132":{"tf":1.4142135623730951},"133":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"56":{"tf":1.4142135623730951},"67":{"tf":1.0},"92":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"132":{"tf":1.0},"77":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"62":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":14,"docs":{"100":{"tf":1.0},"111":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"7":{"tf":1.0},"92":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":14,"docs":{"101":{"tf":1.0},"111":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0},"95":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":6,"docs":{"29":{"tf":1.0},"39":{"tf":1.7320508075688772},"8":{"tf":1.0},"92":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":58,"docs":{"1":{"tf":1.0},"108":{"tf":1.0},"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.7320508075688772},"124":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.4142135623730951},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.7320508075688772},"133":{"tf":2.23606797749979},"16":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.7320508075688772},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":2.23606797749979},"27":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":2.23606797749979},"36":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":2.0},"4":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"46":{"tf":1.0},"51":{"tf":1.0},"56":{"tf":2.23606797749979},"57":{"tf":1.0},"6":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":1.0},"82":{"tf":2.6457513110645907},"91":{"tf":1.4142135623730951},"92":{"tf":2.23606797749979},"93":{"tf":1.4142135623730951},"97":{"tf":1.7320508075688772},"98":{"tf":1.0},"99":{"tf":1.0}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"60":{"tf":1.0},"67":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"68":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":2,"docs":{"15":{"tf":1.0},"33":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":5,"docs":{"11":{"tf":1.0},"27":{"tf":1.4142135623730951},"30":{"tf":1.0},"32":{"tf":1.4142135623730951},"70":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":9,"docs":{"112":{"tf":1.0},"12":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.7320508075688772},"70":{"tf":1.4142135623730951},"71":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":7,"docs":{"107":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.4142135623730951},"18":{"tf":2.0},"21":{"tf":1.0},"40":{"tf":1.0},"65":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"d":{"df":12,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"120":{"tf":1.0},"126":{"tf":1.4142135623730951},"132":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"8":{"tf":1.0},"82":{"tf":1.0}}},"df":14,"docs":{"131":{"tf":1.0},"15":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0},"97":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"116":{"tf":2.0},"119":{"tf":1.0},"78":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}},"f":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"89":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"97":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":4,"docs":{"39":{"tf":1.0},"89":{"tf":1.7320508075688772},"90":{"tf":1.7320508075688772},"96":{"tf":1.4142135623730951}}}},"n":{"d":{"df":8,"docs":{"111":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":7,"docs":{"14":{"tf":1.0},"19":{"tf":1.7320508075688772},"22":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"40":{"tf":1.0},"76":{"tf":1.0}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"92":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"27":{"tf":1.0},"30":{"tf":1.0}}}},"i":{"c":{"df":6,"docs":{"0":{"tf":1.0},"113":{"tf":1.0},"133":{"tf":1.0},"20":{"tf":1.0},"59":{"tf":1.0},"77":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"t":{"df":18,"docs":{"112":{"tf":1.0},"115":{"tf":1.4142135623730951},"125":{"tf":1.0},"128":{"tf":1.0},"133":{"tf":1.0},"14":{"tf":1.7320508075688772},"23":{"tf":1.0},"26":{"tf":1.0},"35":{"tf":1.0},"56":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"74":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951},"81":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":5,"docs":{"113":{"tf":1.0},"131":{"tf":1.0},"27":{"tf":1.4142135623730951},"32":{"tf":1.0},"59":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":10,"docs":{"133":{"tf":1.0},"16":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.0},"6":{"tf":1.0},"82":{"tf":1.0},"88":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":7,"docs":{"26":{"tf":1.0},"40":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"82":{"tf":1.0},"89":{"tf":1.0},"92":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"113":{"tf":1.0},"132":{"tf":1.0},"21":{"tf":1.4142135623730951}}}},"w":{"df":4,"docs":{"1":{"tf":1.0},"116":{"tf":1.0},"41":{"tf":1.0},"88":{"tf":1.0}}}}},"i":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"62":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":14,"docs":{"132":{"tf":1.0},"133":{"tf":1.7320508075688772},"20":{"tf":2.0},"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0},"56":{"tf":1.4142135623730951},"6":{"tf":1.0},"62":{"tf":1.4142135623730951},"80":{"tf":1.0},"86":{"tf":1.0}},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"80":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"79":{"tf":1.0}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"42":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951}},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"42":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"i":{"df":1,"docs":{"79":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":3,"docs":{"23":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0}}}},"k":{"df":1,"docs":{"78":{"tf":1.0}}}},"t":{"df":1,"docs":{"26":{"tf":1.0}}},"z":{"df":0,"docs":{},"e":{"df":1,"docs":{"20":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"_":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"21":{"tf":1.0},"53":{"tf":1.0}}}}},"df":0,"docs":{}},"df":5,"docs":{"132":{"tf":2.0},"133":{"tf":1.7320508075688772},"18":{"tf":2.8284271247461903},"21":{"tf":2.449489742783178},"93":{"tf":1.0}}},"w":{"df":4,"docs":{"113":{"tf":1.0},"125":{"tf":1.0},"128":{"tf":1.0},"18":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"63":{"tf":1.0}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"3":{"tf":1.0},"35":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":8,"docs":{"113":{"tf":1.0},"132":{"tf":1.4142135623730951},"39":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.0},"58":{"tf":1.0},"63":{"tf":1.0},"91":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"85":{"tf":1.0},"90":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"3":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"121":{"tf":1.0}}}},"w":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"17":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"17":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":4,"docs":{"133":{"tf":1.0},"27":{"tf":1.4142135623730951},"7":{"tf":1.0},"74":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"87":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":11,"docs":{"116":{"tf":1.0},"133":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"23":{"tf":1.0},"33":{"tf":1.0},"38":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"78":{"tf":1.7320508075688772},"9":{"tf":1.0}},"i":{"df":3,"docs":{"133":{"tf":1.4142135623730951},"35":{"tf":1.0},"78":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"e":{"d":{"df":2,"docs":{"40":{"tf":1.0},"57":{"tf":1.0}},"—":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"113":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}}},"r":{"c":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"27":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"133":{"tf":1.0},"49":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"13":{"tf":1.7320508075688772},"27":{"tf":1.4142135623730951},"35":{"tf":1.0},"40":{"tf":1.0},"59":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"113":{"tf":1.4142135623730951}}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"113":{"tf":1.0},"40":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":1,"docs":{"101":{"tf":1.0}},"t":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"89":{"tf":1.0},"95":{"tf":1.0}}}}}}},"df":0,"docs":{}},"_":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"85":{"tf":1.0},"90":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":15,"docs":{"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"133":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"39":{"tf":1.0},"40":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.7320508075688772},"82":{"tf":1.0},"84":{"tf":1.0},"89":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"113":{"tf":1.0},"128":{"tf":1.0},"63":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":5,"docs":{"133":{"tf":1.7320508075688772},"20":{"tf":1.7320508075688772},"23":{"tf":1.0},"40":{"tf":1.0},"55":{"tf":1.7320508075688772}}},"i":{"c":{"df":2,"docs":{"89":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":2,"docs":{"119":{"tf":1.4142135623730951},"15":{"tf":1.0}}}},"y":{"df":5,"docs":{"132":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"53":{"tf":1.0},"90":{"tf":1.4142135623730951}}}},"d":{":":{":":{"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":8,"docs":{"111":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{":":{":":{"a":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"89":{"tf":1.0}}},"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":{":":{":":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":9,"docs":{"100":{"tf":1.0},"111":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":3,"docs":{"115":{"tf":1.4142135623730951},"14":{"tf":1.4142135623730951},"75":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"39":{"tf":1.0},"62":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"132":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"p":{"df":3,"docs":{"133":{"tf":1.0},"23":{"tf":1.0},"82":{"tf":1.0}}}},"r":{"df":4,"docs":{"89":{"tf":1.0},"90":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"116":{"tf":1.4142135623730951},"133":{"tf":1.0},"78":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"44":{"tf":1.0},"47":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"82":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"89":{"tf":1.0},"90":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"27":{"tf":1.0},"54":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"u":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"43":{"tf":1.0}}}},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"17":{"tf":1.0}}}}},"df":7,"docs":{"0":{"tf":1.4142135623730951},"133":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"75":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":3,"docs":{"0":{"tf":1.0},"133":{"tf":1.0},"77":{"tf":1.0}}}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"132":{"tf":1.0},"133":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"6":{"tf":1.0},"82":{"tf":1.0},"93":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"119":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{},"x":{"df":2,"docs":{"115":{"tf":1.0},"76":{"tf":1.4142135623730951}}}}}},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"56":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"60":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"22":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"55":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":12,"docs":{"113":{"tf":1.0},"127":{"tf":1.4142135623730951},"45":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"66":{"tf":1.7320508075688772},"67":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"24":{"tf":1.0},"40":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.4142135623730951}},"e":{"d":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"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":{}}}},"w":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"132":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"113":{"tf":1.7320508075688772}}}}}}},"n":{"c":{"df":10,"docs":{"111":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"132":{"tf":1.0},"18":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":10,"docs":{"115":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":2.23606797749979},"20":{"tf":1.4142135623730951},"3":{"tf":1.0},"38":{"tf":1.4142135623730951},"45":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"82":{"tf":1.0}}}}}}}},"t":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"11":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0}}},"i":{"df":0,"docs":{},"l":{"=":{"1":{"0":{"0":{"0":{"df":1,"docs":{"78":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"0":{"0":{"df":1,"docs":{"116":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"116":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"5":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}},"3":{"0":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"4":{"5":{"df":1,"docs":{"105":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"89":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"90":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":7,"docs":{"132":{"tf":1.4142135623730951},"33":{"tf":1.0},"35":{"tf":1.0},"75":{"tf":1.0},"77":{"tf":2.0},"89":{"tf":1.4142135623730951},"90":{"tf":1.7320508075688772}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"82":{"tf":1.0}}}}},"d":{"df":3,"docs":{"38":{"tf":1.0},"61":{"tf":1.0},"80":{"tf":1.0}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"3":{"tf":1.4142135623730951},"40":{"tf":1.0}}},"r":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"116":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"79":{"tf":1.4142135623730951}}}}}}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"13":{"tf":1.4142135623730951},"27":{"tf":1.0},"30":{"tf":1.0},"78":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"115":{"tf":1.4142135623730951},"14":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"39":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"116":{"tf":1.0}}}}}},"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"=":{"9":{"0":{"9":{"1":{"df":2,"docs":{"66":{"tf":1.0},"80":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"9":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":75,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.0},"11":{"tf":1.4142135623730951},"112":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.0},"123":{"tf":1.0},"125":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.0},"13":{"tf":1.7320508075688772},"130":{"tf":1.4142135623730951},"131":{"tf":1.0},"132":{"tf":2.0},"16":{"tf":2.0},"17":{"tf":1.7320508075688772},"18":{"tf":1.0},"19":{"tf":1.7320508075688772},"2":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"26":{"tf":1.7320508075688772},"27":{"tf":1.4142135623730951},"29":{"tf":1.7320508075688772},"3":{"tf":1.7320508075688772},"30":{"tf":1.4142135623730951},"34":{"tf":2.449489742783178},"35":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"47":{"tf":1.4142135623730951},"48":{"tf":1.7320508075688772},"49":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"54":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":3.0},"67":{"tf":2.23606797749979},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.7320508075688772},"80":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"9":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":2.0},"93":{"tf":2.6457513110645907},"95":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951},"97":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"86":{"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":{"85":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"84":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"{":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":10,"docs":{"100":{"tf":1.0},"111":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"97":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"90":{"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":{"96":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"95":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"89":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"89":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"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":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":5,"docs":{"100":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"k":{"8":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"k":{"8":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"100":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{":":{":":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":5,"docs":{"100":{"tf":1.0},"111":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":6,"docs":{"111":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"{":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":3,"docs":{"100":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"—":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}}}}}}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{":":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":6,"docs":{"11":{"tf":1.0},"116":{"tf":1.0},"130":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"67":{"tf":2.8284271247461903},"78":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"—":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"78":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"’":{"df":0,"docs":{},"r":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"18":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":1,"docs":{"9":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"24":{"tf":1.0},"56":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.0}}}}}}}}}}},"i":{"df":1,"docs":{"18":{"tf":1.0}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"e":{"df":14,"docs":{"0":{"tf":1.0},"105":{"tf":1.4142135623730951},"128":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"18":{"tf":2.449489742783178},"22":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.4142135623730951},"40":{"tf":1.0},"53":{"tf":1.7320508075688772},"58":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":10,"docs":{"112":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.0},"128":{"tf":1.4142135623730951},"133":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":6,"docs":{"115":{"tf":1.0},"116":{"tf":1.4142135623730951},"14":{"tf":1.0},"53":{"tf":1.0},"76":{"tf":1.4142135623730951},"78":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"m":{"df":0,"docs":{},"p":{"/":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"116":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"78":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"78":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":4,"docs":{"130":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"71":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"78":{"tf":1.0}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"3":{"tf":1.0},"38":{"tf":1.0},"6":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"41":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"53":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"70":{"tf":1.0}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":27,"docs":{"101":{"tf":2.0},"113":{"tf":1.4142135623730951},"123":{"tf":1.0},"126":{"tf":1.0},"133":{"tf":1.4142135623730951},"19":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"29":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.4142135623730951},"66":{"tf":1.0},"8":{"tf":1.4142135623730951},"82":{"tf":1.7320508075688772},"87":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951},"93":{"tf":1.0}},"y":{"(":{")":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"n":{")":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"m":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"g":{"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":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"89":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"133":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"9":{"tf":1.0}}}}}}},"df":7,"docs":{"15":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0},"61":{"tf":1.0},"75":{"tf":1.7320508075688772},"78":{"tf":1.0},"92":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"79":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"27":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"k":{"df":2,"docs":{"23":{"tf":1.0},"55":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":17,"docs":{"133":{"tf":1.4142135623730951},"19":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.4142135623730951},"61":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":7,"docs":{"34":{"tf":2.0},"8":{"tf":1.0},"88":{"tf":1.0},"92":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":29,"docs":{"0":{"tf":1.0},"103":{"tf":2.23606797749979},"111":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"126":{"tf":1.0},"132":{"tf":1.4142135623730951},"133":{"tf":1.7320508075688772},"17":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"19":{"tf":2.0},"20":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.4142135623730951},"39":{"tf":1.0},"43":{"tf":2.23606797749979},"44":{"tf":2.23606797749979},"45":{"tf":1.0},"48":{"tf":1.7320508075688772},"49":{"tf":1.4142135623730951},"50":{"tf":1.0},"54":{"tf":2.23606797749979},"55":{"tf":1.4142135623730951},"61":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.4142135623730951},"92":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"d":{"a":{"df":1,"docs":{"125":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"133":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":8,"docs":{"27":{"tf":1.7320508075688772},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"133":{"tf":1.4142135623730951},"37":{"tf":1.0},"6":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":20,"docs":{"112":{"tf":1.7320508075688772},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"132":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"40":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"40":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"57":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"40":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":2,"docs":{"132":{"tf":1.0},"14":{"tf":1.0}}}},"x":{"df":1,"docs":{"47":{"tf":1.4142135623730951}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":2,"docs":{"133":{"tf":1.0},"97":{"tf":1.0}}},"i":{"c":{"df":1,"docs":{"74":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"p":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"57":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":12,"docs":{"133":{"tf":1.0},"3":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"113":{"tf":1.0}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"62":{"tf":1.0},"74":{"tf":1.0},"79":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"113":{"tf":1.0},"79":{"tf":1.0},"90":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"75":{"tf":1.4142135623730951},"79":{"tf":1.0}}}}}},"p":{"df":6,"docs":{"115":{"tf":1.4142135623730951},"129":{"tf":1.0},"14":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"92":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"35":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"31":{"tf":1.0},"63":{"tf":1.4142135623730951},"92":{"tf":1.0}}}},"df":42,"docs":{"100":{"tf":2.449489742783178},"103":{"tf":1.0},"111":{"tf":2.0},"115":{"tf":1.0},"116":{"tf":2.6457513110645907},"119":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.4142135623730951},"132":{"tf":1.0},"133":{"tf":1.7320508075688772},"14":{"tf":1.0},"26":{"tf":1.0},"34":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":2.23606797749979},"43":{"tf":2.23606797749979},"44":{"tf":2.23606797749979},"45":{"tf":2.23606797749979},"48":{"tf":2.23606797749979},"49":{"tf":2.23606797749979},"50":{"tf":2.23606797749979},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":2.449489742783178},"8":{"tf":1.4142135623730951},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.4142135623730951},"86":{"tf":1.0},"89":{"tf":2.23606797749979},"90":{"tf":1.7320508075688772},"95":{"tf":1.7320508075688772},"96":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":57,"docs":{"20":{"tf":1.7320508075688772},"25":{"tf":1.7320508075688772},"26":{"tf":1.4142135623730951},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"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.4142135623730951},"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},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.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},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0}},"s":{"(":{"1":{"0":{"df":2,"docs":{"43":{"tf":1.0},"45":{"tf":1.0}}},"5":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":5,"docs":{"103":{"tf":1.0},"111":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"5":{"0":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":3,"docs":{"113":{"tf":1.0},"120":{"tf":1.0},"126":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"z":{"df":2,"docs":{"89":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"91":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"27":{"tf":1.0},"32":{"tf":1.0}}}},"x":{"df":0,"docs":{},"o":{"df":1,"docs":{"133":{"tf":1.4142135623730951}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"115":{"tf":1.7320508075688772},"116":{"tf":2.0},"119":{"tf":1.0},"78":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"v":{"0":{".":{"3":{".":{"1":{"df":6,"docs":{"12":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"66":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"116":{"tf":1.0}}}}}},"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"(":{"2":{"df":4,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"43":{"tf":1.0}}},"3":{"df":8,"docs":{"101":{"tf":1.0},"111":{"tf":1.0},"19":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.0},"8":{"tf":1.0},"95":{"tf":1.0}}},"4":{"df":3,"docs":{"45":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{}},".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"116":{"tf":1.4142135623730951},"78":{"tf":1.0}}}}}},"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"9":{"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":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"66":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":31,"docs":{"0":{"tf":2.0},"101":{"tf":1.0},"115":{"tf":1.4142135623730951},"116":{"tf":3.3166247903554},"119":{"tf":1.0},"123":{"tf":1.0},"13":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":2.0},"15":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"40":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":2.0},"49":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"61":{"tf":1.0},"65":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":3.0},"82":{"tf":1.0},"89":{"tf":1.4142135623730951},"90":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":1,"docs":{"133":{"tf":1.0}}}},"r":{"df":1,"docs":{"113":{"tf":1.0}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":7,"docs":{"133":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"75":{"tf":1.7320508075688772},"79":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"66":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"c":{"!":{"[":{"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":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":1,"docs":{"89":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"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":{},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":1,"docs":{"89":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"121":{"tf":1.0},"74":{"tf":2.0}}}}},"df":0,"docs":{},"i":{"df":2,"docs":{"132":{"tf":1.0},"21":{"tf":1.0}},"f":{"df":4,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"55":{"tf":1.4142135623730951},"77":{"tf":1.0}},"i":{"df":13,"docs":{"113":{"tf":1.4142135623730951},"116":{"tf":1.0},"119":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"133":{"tf":1.4142135623730951},"38":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"62":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"24":{"tf":1.0}}}}}},"i":{"a":{"df":19,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"112":{"tf":1.0},"12":{"tf":1.0},"133":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"55":{"tf":1.0},"62":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.7320508075688772},"72":{"tf":1.0},"78":{"tf":1.7320508075688772},"8":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"116":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"56":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":4,"docs":{"66":{"tf":1.0},"67":{"tf":1.0},"72":{"tf":1.0},"78":{"tf":1.4142135623730951}}}}}},"s":{"df":2,"docs":{"113":{"tf":1.0},"74":{"tf":1.4142135623730951}}}},"w":{"[":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"23":{"tf":1.0}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"129":{"tf":1.0},"133":{"tf":1.4142135623730951},"23":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"97":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"132":{"tf":1.0},"18":{"tf":2.449489742783178},"39":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":18,"docs":{"102":{"tf":1.7320508075688772},"103":{"tf":1.0},"113":{"tf":1.7320508075688772},"120":{"tf":1.0},"126":{"tf":1.7320508075688772},"132":{"tf":1.0},"133":{"tf":1.0},"26":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"55":{"tf":2.0},"61":{"tf":1.0},"62":{"tf":1.0},"8":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"92":{"tf":1.0}},"s":{"(":{"1":{"0":{"0":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"0":{"df":2,"docs":{"43":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}},"3":{"0":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}},"5":{"0":{"df":5,"docs":{"102":{"tf":1.0},"111":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":3,"docs":{"113":{"tf":1.0},"120":{"tf":1.0},"126":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"62":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"75":{"tf":1.0}}}},"s":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"127":{"tf":1.0}}}}}},"y":{"df":1,"docs":{"17":{"tf":1.0}}}},"df":1,"docs":{"23":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"39":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"133":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"l":{"d":{"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"116":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":10,"docs":{"113":{"tf":1.0},"125":{"tf":1.0},"133":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"35":{"tf":1.0},"38":{"tf":1.0},"56":{"tf":1.0},"82":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":4,"docs":{"113":{"tf":1.0},"59":{"tf":1.0},"84":{"tf":1.0},"91":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"91":{"tf":1.0}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"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":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"2":{"0":{"df":2,"docs":{"107":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}},"8":{"0":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"0":{"0":{"df":1,"docs":{"49":{"tf":1.0}}},"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":1,"docs":{"21":{"tf":1.0}}},"6":{"0":{"df":4,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}},"9":{"0":{"df":3,"docs":{"111":{"tf":1.0},"44":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":2,"docs":{"125":{"tf":1.0},"133":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"0":{"df":1,"docs":{"91":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"128":{"tf":1.0},"20":{"tf":1.0},"53":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":4,"docs":{"1":{"tf":1.0},"24":{"tf":1.0},"66":{"tf":1.0},"72":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"113":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"k":{"df":9,"docs":{"113":{"tf":1.0},"115":{"tf":1.0},"17":{"tf":1.0},"3":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":7,"docs":{"117":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"71":{"tf":1.4142135623730951},"92":{"tf":1.0},"94":{"tf":1.4142135623730951}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":59,"docs":{"1":{"tf":1.0},"103":{"tf":1.7320508075688772},"104":{"tf":1.7320508075688772},"105":{"tf":1.7320508075688772},"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"119":{"tf":1.0},"12":{"tf":1.0},"123":{"tf":1.0},"125":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951},"128":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":2.0},"133":{"tf":2.23606797749979},"23":{"tf":2.23606797749979},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.7320508075688772},"36":{"tf":2.0},"37":{"tf":2.449489742783178},"38":{"tf":2.23606797749979},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"47":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0},"6":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"68":{"tf":1.0},"72":{"tf":1.0},"8":{"tf":2.0},"82":{"tf":2.23606797749979},"84":{"tf":1.7320508075688772},"85":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":2.0},"89":{"tf":2.6457513110645907},"90":{"tf":1.4142135623730951},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":2.0},"97":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"26":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"115":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":7,"docs":{"14":{"tf":1.0},"16":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"66":{"tf":1.0},"76":{"tf":1.4142135623730951},"78":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"78":{"tf":1.0}}}}}}}}},"x":{"df":2,"docs":{"66":{"tf":1.4142135623730951},"70":{"tf":1.0}}},"y":{"df":0,"docs":{},"e":{"df":2,"docs":{"132":{"tf":1.0},"9":{"tf":1.0}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"96":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"95":{"tf":1.0}}}}}}},"df":1,"docs":{"95":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"97":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"97":{"tf":1.0}}}}}},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"96":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"95":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":1,"docs":{"95":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"’":{"df":0,"docs":{},"r":{"df":2,"docs":{"79":{"tf":1.0},"93":{"tf":1.0}}}}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"133":{"tf":1.0}}}}}}}},"title":{"root":{"1":{"df":1,"docs":{"118":{"tf":1.0}}},"2":{"df":1,"docs":{"119":{"tf":1.0}}},"3":{"df":1,"docs":{"120":{"tf":1.0}}},"4":{"df":1,"docs":{"121":{"tf":1.0}}},"5":{"df":1,"docs":{"122":{"tf":1.0}}},"6":{"df":1,"docs":{"123":{"tf":1.0}}},"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"116":{"tf":1.0},"78":{"tf":1.0}}}}}},"df":0,"docs":{}},"d":{"d":{"df":1,"docs":{"93":{"tf":1.0}}},"df":7,"docs":{"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"46":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}},"l":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"129":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"i":{"df":3,"docs":{"8":{"tf":1.0},"80":{"tf":1.0},"99":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"98":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"14":{"tf":1.0},"4":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"72":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"35":{"tf":1.0}}}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"127":{"tf":1.0}}}}},"df":0,"docs":{}}},"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"108":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"8":{"tf":1.0},"99":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"c":{"a":{"df":0,"docs":{},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"93":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":4,"docs":{"105":{"tf":1.0},"19":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"118":{"tf":1.0},"121":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":2,"docs":{"63":{"tf":1.0},"71":{"tf":1.0}},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"12":{"tf":1.0},"131":{"tf":1.0},"68":{"tf":1.0},"70":{"tf":1.0}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"124":{"tf":1.0},"61":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"123":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"111":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"6":{"tf":1.0}}},"s":{"df":3,"docs":{"13":{"tf":1.0},"59":{"tf":1.0},"66":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"90":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":2,"docs":{"125":{"tf":1.0},"42":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"36":{"tf":1.0},"39":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"127":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"36":{"tf":1.0},"39":{"tf":1.0},"5":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"92":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"a":{"df":2,"docs":{"104":{"tf":1.0},"44":{"tf":1.0}}},"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"117":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"17":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":3,"docs":{"109":{"tf":1.0},"9":{"tf":1.0},"97":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"24":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"19":{"tf":1.0}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"81":{"tf":1.0},"82":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"28":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"11":{"tf":1.0},"59":{"tf":1.0}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"107":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"105":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"122":{"tf":1.0}}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"75":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"124":{"tf":1.0}}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":6,"docs":{"111":{"tf":1.0},"31":{"tf":1.0},"41":{"tf":1.0},"46":{"tf":1.0},"64":{"tf":1.0},"88":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"110":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":9,"docs":{"106":{"tf":1.0},"125":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"61":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"28":{"tf":1.0}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"83":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":2,"docs":{"51":{"tf":1.0},"94":{"tf":1.0}}}}}}}},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"125":{"tf":1.0},"126":{"tf":1.0},"131":{"tf":1.0}}}},"q":{"df":1,"docs":{"132":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":2,"docs":{"131":{"tf":1.0},"76":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"77":{"tf":1.0}}}}}},"n":{"d":{"df":1,"docs":{"114":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"5":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":2,"docs":{"130":{"tf":1.0},"131":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":4,"docs":{"118":{"tf":1.0},"29":{"tf":1.0},"74":{"tf":1.0},"83":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"70":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"133":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"123":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"113":{"tf":1.0},"25":{"tf":1.0},"34":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"20":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"87":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"51":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":1,"docs":{"25":{"tf":1.0}},"i":{"df":1,"docs":{"81":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"130":{"tf":1.0}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"17":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"100":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"92":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"v":{"df":1,"docs":{"98":{"tf":1.0}}}},"k":{"8":{"df":1,"docs":{"67":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"28":{"tf":1.0}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"123":{"tf":1.0}}}}}},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"g":{"df":2,"docs":{"131":{"tf":1.0},"68":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"121":{"tf":1.0},"82":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"125":{"tf":1.0},"42":{"tf":1.0}}}}},"o":{"a":{"d":{"df":3,"docs":{"131":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"58":{"tf":1.0},"65":{"tf":1.0}}},"t":{"df":2,"docs":{"115":{"tf":1.0},"69":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":11,"docs":{"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"14":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.4142135623730951},"75":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"124":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"82":{"tf":1.0}}}}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"77":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":2,"docs":{"19":{"tf":1.0},"72":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"52":{"tf":1.0}}}}}}},"w":{"df":5,"docs":{"88":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":7,"docs":{"116":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"127":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0},"80":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"130":{"tf":1.0}}}}}},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":6,"docs":{"122":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"33":{"tf":1.0},"73":{"tf":1.0},"80":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"62":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":1,"docs":{"79":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"118":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"17":{"tf":1.0}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"131":{"tf":1.0},"68":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":4,"docs":{"2":{"tf":1.0},"25":{"tf":1.0},"81":{"tf":1.0},"98":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"39":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"76":{"tf":1.0},"78":{"tf":1.0}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"16":{"tf":1.0}}}}}}}}}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"129":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"o":{"b":{"df":0,"docs":{},"e":{"df":1,"docs":{"89":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"48":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"80":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"113":{"tf":1.0},"115":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"89":{"tf":1.0},"90":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"119":{"tf":1.0},"128":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"52":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"115":{"tf":1.0},"81":{"tf":1.0},"92":{"tf":1.0},"99":{"tf":1.0}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"105":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"n":{"df":4,"docs":{"107":{"tf":1.0},"21":{"tf":1.0},"56":{"tf":1.0},"64":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":10,"docs":{"116":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"78":{"tf":1.0},"86":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"88":{"tf":1.0}}}}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"39":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":6,"docs":{"112":{"tf":1.0},"123":{"tf":1.0},"23":{"tf":1.0},"35":{"tf":1.0},"56":{"tf":1.0},"82":{"tf":1.0}}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"126":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"42":{"tf":1.0},"89":{"tf":1.0}}}}}},"t":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}},"y":{"df":1,"docs":{"90":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"22":{"tf":1.0},"47":{"tf":1.0}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"49":{"tf":1.0}}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"113":{"tf":1.0}}}}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"77":{"tf":1.0},"90":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"79":{"tf":1.0}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"16":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{":":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"130":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":2,"docs":{"18":{"tf":1.4142135623730951},"53":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"128":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"101":{"tf":1.0},"87":{"tf":1.0}}}}}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"103":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":1,"docs":{"27":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"112":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"63":{"tf":1.0}}}},"df":1,"docs":{"129":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"25":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"75":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"55":{"tf":1.0}},"i":{"df":2,"docs":{"119":{"tf":1.0},"122":{"tf":1.0}}}}}}},"s":{"df":1,"docs":{"74":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"18":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"102":{"tf":1.0},"126":{"tf":1.0},"55":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"21":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"91":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"117":{"tf":1.0},"71":{"tf":1.0},"94":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":11,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"lang":"English","pipeline":["trimmer","stopWordFilter","stemmer"],"ref":"id","version":"0.9.5"},"results_options":{"limit_results":30,"teaser_word_count":30},"search_options":{"bool":"OR","expand":true,"fields":{"body":{"boost":1},"breadcrumbs":{"boost":1},"title":{"boost":2}}}}')); \ No newline at end of file diff --git a/docs/searchindex-568dce0f.js b/docs/searchindex-568dce0f.js new file mode 100644 index 0000000..9c7b43c --- /dev/null +++ b/docs/searchindex-568dce0f.js @@ -0,0 +1 @@ +window.search = Object.assign(window.search, JSON.parse('{"doc_urls":["project-context-primer.html#project-context-primer","what-you-will-learn.html#what-you-will-learn","part-i.html#part-i--foundations","introduction.html#introduction","architecture-overview.html#architecture-overview","testing-philosophy.html#testing-philosophy","testing-philosophy.html#declarative-over-imperative","testing-philosophy.html#protocol-time-not-wall-time","testing-philosophy.html#determinism-first-chaos-when-needed","testing-philosophy.html#observable-health-signals","testing-philosophy.html#minimum-run-windows","testing-philosophy.html#summary","scenario-lifecycle.html#scenario-lifecycle","design-rationale.html#design-rationale","part-ii.html#part-ii--user-guide","workspace-layout.html#workspace-layout","annotated-tree.html#annotated-tree","authoring-scenarios.html#authoring-scenarios","workloads.html#core-content-workloads--expectations","workloads.html#workloads","workloads.html#expectations","scenario-builder-ext-patterns.html#core-content-scenariobuilderext-patterns","best-practices.html#best-practices","examples.html#examples","examples.html#simple-consensus-liveness","examples.html#transaction-workload","examples.html#da--transaction-workload","examples.html#chaos-resilience-test","examples-advanced.html#advanced-examples","examples-advanced.html#load-progression-test","examples-advanced.html#sustained-load-test","examples-advanced.html#rolling-restart-test","examples-advanced.html#aggressive-chaos-test","examples-advanced.html#partition-recovery-test","examples-advanced.html#extension-ideas","examples-advanced.html#custom-expectation-block-timing-consistency","examples-advanced.html#custom-workload-targeted-executor-restart","examples-advanced.html#custom-deployer-config-validator","running-scenarios.html#running-scenarios","runners.html#runners","runners.html#local-runner","runners.html#docker-compose-runner","runners.html#kubernetes-runner","runners.html#common-expectations","operations.html#operations","part-iii.html#part-iii--developer-reference","scenario-model.html#scenario-model-developer-level","extending.html#extending-the-framework","extending.html#adding-a-workload","extending.html#adding-an-expectation","extending.html#adding-a-runner","extending.html#adding-topology-helpers","custom-workload-example.html#example-new-workload--expectation-rust","custom-workload-example.html#workload-simple-reachability-probe","custom-workload-example.html#expectation-confirm-the-target-stayed-reachable","custom-workload-example.html#how-to-wire-it","internal-crate-reference.html#internal-crate-reference","part-iv.html#part-iv--appendix","dsl-cheat-sheet.html#core-content-dsl-cheat-sheet","troubleshooting.html#troubleshooting-scenarios","faq.html#faq","glossary.html#glossary"],"index":{"documentStore":{"docInfo":{"0":{"body":78,"breadcrumbs":6,"title":3},"1":{"body":26,"breadcrumbs":2,"title":1},"10":{"body":40,"breadcrumbs":7,"title":3},"11":{"body":26,"breadcrumbs":5,"title":1},"12":{"body":102,"breadcrumbs":6,"title":2},"13":{"body":68,"breadcrumbs":6,"title":2},"14":{"body":10,"breadcrumbs":8,"title":4},"15":{"body":94,"breadcrumbs":8,"title":2},"16":{"body":59,"breadcrumbs":8,"title":2},"17":{"body":101,"breadcrumbs":8,"title":2},"18":{"body":18,"breadcrumbs":12,"title":4},"19":{"body":38,"breadcrumbs":9,"title":1},"2":{"body":10,"breadcrumbs":4,"title":2},"20":{"body":54,"breadcrumbs":9,"title":1},"21":{"body":84,"breadcrumbs":12,"title":4},"22":{"body":96,"breadcrumbs":8,"title":2},"23":{"body":11,"breadcrumbs":6,"title":1},"24":{"body":48,"breadcrumbs":8,"title":3},"25":{"body":42,"breadcrumbs":7,"title":2},"26":{"body":49,"breadcrumbs":8,"title":3},"27":{"body":48,"breadcrumbs":8,"title":3},"28":{"body":9,"breadcrumbs":9,"title":2},"29":{"body":63,"breadcrumbs":10,"title":3},"3":{"body":84,"breadcrumbs":4,"title":1},"30":{"body":58,"breadcrumbs":10,"title":3},"31":{"body":67,"breadcrumbs":10,"title":3},"32":{"body":74,"breadcrumbs":10,"title":3},"33":{"body":79,"breadcrumbs":10,"title":3},"34":{"body":0,"breadcrumbs":9,"title":2},"35":{"body":32,"breadcrumbs":12,"title":5},"36":{"body":42,"breadcrumbs":12,"title":5},"37":{"body":24,"breadcrumbs":11,"title":4},"38":{"body":75,"breadcrumbs":8,"title":2},"39":{"body":20,"breadcrumbs":6,"title":1},"4":{"body":106,"breadcrumbs":6,"title":2},"40":{"body":16,"breadcrumbs":7,"title":2},"41":{"body":23,"breadcrumbs":8,"title":3},"42":{"body":17,"breadcrumbs":7,"title":2},"43":{"body":43,"breadcrumbs":7,"title":2},"44":{"body":130,"breadcrumbs":6,"title":1},"45":{"body":10,"breadcrumbs":8,"title":4},"46":{"body":116,"breadcrumbs":12,"title":4},"47":{"body":0,"breadcrumbs":8,"title":2},"48":{"body":39,"breadcrumbs":8,"title":2},"49":{"body":21,"breadcrumbs":8,"title":2},"5":{"body":17,"breadcrumbs":6,"title":2},"50":{"body":29,"breadcrumbs":8,"title":2},"51":{"body":21,"breadcrumbs":9,"title":3},"52":{"body":19,"breadcrumbs":14,"title":5},"53":{"body":120,"breadcrumbs":13,"title":4},"54":{"body":67,"breadcrumbs":14,"title":5},"55":{"body":24,"breadcrumbs":10,"title":1},"56":{"body":91,"breadcrumbs":10,"title":3},"57":{"body":10,"breadcrumbs":6,"title":3},"58":{"body":84,"breadcrumbs":11,"title":5},"59":{"body":86,"breadcrumbs":7,"title":2},"6":{"body":37,"breadcrumbs":7,"title":3},"60":{"body":99,"breadcrumbs":5,"title":1},"61":{"body":130,"breadcrumbs":5,"title":1},"7":{"body":86,"breadcrumbs":8,"title":4},"8":{"body":60,"breadcrumbs":8,"title":4},"9":{"body":51,"breadcrumbs":7,"title":3}},"docs":{"0":{"body":"This book focuses on the Nomos Testing Framework. It assumes familiarity with\\nthe Nomos architecture, but for completeness, here is a short primer. Nomos is a modular blockchain protocol with validators and a data-availability\\n(DA) subsystem. Validators participate in consensus and produce blocks. Executors are validators with the DA dispersal service enabled. They can\\nsubmit transactions and disperse blob data to the DA network. Data Availability (DA) handles blob data within transactions. When\\ntransactions include ChannelBlob operations, executors disperse the blob data\\nto the DA network, and validators sample and verify it’s available. These roles interact tightly, which is why meaningful testing must be performed\\nin multi-node environments that include real networking, timing, and DA\\ninteraction.","breadcrumbs":"Project Context Primer » Project Context Primer","id":"0","title":"Project Context Primer"},"1":{"body":"This book gives you a clear mental model for Nomos multi-node testing, shows how\\nto author scenarios that pair realistic workloads with explicit expectations,\\nand guides you to run them across local, containerized, and cluster environments\\nwithout changing the plan.","breadcrumbs":"What You Will Learn » What You Will Learn","id":"1","title":"What You Will Learn"},"10":{"body":"Always run long enough for meaningful block production: #![allow(unused)] fn main() {\\n// Bad: too short\\n.with_run_duration(Duration::from_secs(5)) // Maybe 0-1 blocks // Good: enough blocks for assertions\\n.with_run_duration(Duration::from_secs(60)) // ~10+ blocks } The framework enforces minimum durations, but be explicit. Very short runs\\nrisk false confidence—one lucky block doesn’t prove liveness.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Minimum Run Windows","id":"10","title":"Minimum Run Windows"},"11":{"body":"These principles keep scenarios: Portable across environments (protocol time, declarative) Debuggable (determinism, separation of concerns) Meaningful (observable signals, sufficient duration) When authoring scenarios, ask: “Does this test the protocol behavior or\\nmy local environment quirks?”","breadcrumbs":"Part I — Foundations » Testing Philosophy » Summary","id":"11","title":"Summary"},"12":{"body":"Build the plan: Declare a topology, attach workloads and expectations, and set the run window. The plan is the single source of truth for what will happen. Deploy: Hand the plan to a runner. It provisions the environment on the chosen backend and waits for nodes to signal readiness. Drive workloads: Start traffic and behaviors (transactions, data-availability activity, restarts) for the planned duration. Observe blocks and signals: Track block progression and other high-level metrics during or after the run window to ground assertions in protocol time. Evaluate expectations: Once activity stops (and optional cooldown completes), check liveness and workload-specific outcomes to decide pass or fail. Cleanup: Tear down resources so successive runs start fresh and do not inherit leaked state. flowchart LR P[Plan
topology + workloads + expectations] --> D[Deploy
runner provisions] D --> R[Readiness
wait for nodes] R --> W[Drive Workloads] W --> O[Observe
blocks/metrics] O --> E[Evaluate Expectations] E --> C[Cleanup]","breadcrumbs":"Part I — Foundations » Scenario Lifecycle » Scenario Lifecycle","id":"12","title":"Scenario Lifecycle"},"13":{"body":"Modular crates keep configuration, orchestration, workloads, and runners decoupled so each can evolve without breaking the others. Pluggable runners let the same scenario run on a laptop, a Docker host, or a Kubernetes cluster, making validation portable across environments. Separated workloads and expectations clarify intent: what traffic to generate versus how to judge success. This simplifies review and reuse. Declarative topology makes cluster shape explicit and repeatable, reducing surprise when moving between CI and developer machines. Maintainability through predictability: a clear flow from plan to deployment to verification lowers the cost of extending the framework and interpreting failures.","breadcrumbs":"Part I — Foundations » Design Rationale » Design Rationale","id":"13","title":"Design Rationale"},"14":{"body":"Practical guidance for shaping scenarios, combining workloads and expectations,\\nand running them across different environments.","breadcrumbs":"Part II — User Guide » Part II — User Guide","id":"14","title":"Part II — User Guide"},"15":{"body":"The workspace focuses on multi-node integration testing and sits alongside a nomos-node checkout. Its crates separate concerns to keep scenarios\\nrepeatable and portable: Configs: prepares high-level node, network, tracing, and wallet settings\\nused across test environments. Core scenario orchestration: the engine that holds topology descriptions,\\nscenario plans, runtimes, workloads, and expectations. Workflows: ready-made workloads (transactions, data-availability, chaos)\\nand reusable expectations assembled into a user-facing DSL. Runners: deployment backends for local processes, Docker Compose, and\\nKubernetes, all consuming the same scenario plan. Test workflows: example scenarios and integration checks that show how\\nthe pieces fit together. This split keeps configuration, orchestration, reusable traffic patterns, and\\ndeployment adapters loosely coupled while sharing one mental model for tests.","breadcrumbs":"Part II — User Guide » Workspace Layout » Workspace Layout","id":"15","title":"Workspace Layout"},"16":{"body":"High-level view of the workspace and how pieces relate: nomos-testing/\\n├─ testing-framework/\\n│ ├─ configs/ # shared configuration helpers\\n│ ├─ core/ # scenario model, runtime, topology\\n│ ├─ workflows/ # workloads, expectations, DSL extensions\\n│ └─ runners/ # local, compose, k8s deployment backends\\n├─ tests/ # integration scenarios using the framework\\n└─ scripts/ # supporting setup utilities (e.g., assets) Each area maps to a responsibility: describe configs, orchestrate scenarios,\\npackage common traffic and assertions, adapt to environments, and demonstrate\\nend-to-end usage.","breadcrumbs":"Part II — User Guide » Annotated Tree » Annotated Tree","id":"16","title":"Annotated Tree"},"17":{"body":"Creating a scenario is a declarative exercise: Shape the topology: decide how many validators and executors to run, and\\nwhat high-level network and data-availability characteristics matter for the\\ntest. Attach workloads: pick traffic generators that align with your goals\\n(transactions, data-availability blobs, or chaos for resilience probes). Define expectations: specify the health signals that must hold when the\\nrun finishes (e.g., consensus liveness, inclusion of submitted activity; see Core Content: Workloads & Expectations). Set duration: choose a run window long enough to observe meaningful\\nblock progression and the effects of your workloads. Choose a runner: target local processes for fast iteration, Docker\\nCompose for reproducible multi-node stacks, or Kubernetes for cluster-grade\\nvalidation. For environment considerations, see Operations. Keep scenarios small and explicit: make the intended behavior and the success\\ncriteria clear so failures are easy to interpret and act upon.","breadcrumbs":"Part II — User Guide » Authoring Scenarios » Authoring Scenarios","id":"17","title":"Authoring Scenarios"},"18":{"body":"Workloads describe the activity a scenario generates; expectations describe the\\nsignals that must hold when that activity completes. Both are pluggable so\\nscenarios stay readable and purpose-driven.","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Core Content: Workloads & Expectations","id":"18","title":"Core Content: Workloads & Expectations"},"19":{"body":"Transaction workload: submits user-level transactions at a configurable\\nrate and can limit how many distinct actors participate. Data-availability workload: drives blob and channel activity to exercise\\ndata-availability paths. Chaos workload: triggers controlled node restarts to test resilience and\\nrecovery behaviors (requires a runner that can control nodes).","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Workloads","id":"19","title":"Workloads"},"2":{"body":"Conceptual chapters that establish the mental model for the framework and how\\nit approaches multi-node testing.","breadcrumbs":"Part I — Foundations » Part I — Foundations","id":"2","title":"Part I — Foundations"},"20":{"body":"Consensus liveness: verifies the system continues to produce blocks in\\nline with the planned workload and timing window. Workload-specific checks: each workload can attach its own success\\ncriteria (e.g., inclusion of submitted activity) so scenarios remain concise. Together, workloads and expectations let you express both the pressure applied\\nto the system and the definition of “healthy” for that run. flowchart TD I[Inputs
(topology + wallets + rates)] --> Init[Workload init] Init --> Drive[Drive traffic] Drive --> Collect[Collect signals] Collect --> Eval[Expectations evaluate]","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Expectations","id":"20","title":"Expectations"},"21":{"body":"Patterns that keep scenarios readable and reusable: Topology-first: start by shaping the cluster (counts, layout) so later\\nsteps inherit a clear foundation. Bundle defaults: use the DSL helpers to attach common expectations (like\\nliveness) whenever you add a matching workload, reducing forgotten checks. Intentional rates: express traffic in per-block terms to align with\\nprotocol timing rather than wall-clock assumptions. Opt-in chaos: enable restart patterns only in scenarios meant to probe\\nresilience; keep functional smoke tests deterministic. Wallet clarity: seed only the number of actors you need; it keeps\\ntransaction scenarios deterministic and interpretable. These patterns make scenario definitions self-explanatory while staying aligned\\nwith the framework’s block-oriented timing model.","breadcrumbs":"Part II — User Guide » Core Content: ScenarioBuilderExt Patterns » Core Content: ScenarioBuilderExt Patterns","id":"21","title":"Core Content: ScenarioBuilderExt Patterns"},"22":{"body":"State your intent: document the goal of each scenario (throughput, DA\\nvalidation, resilience) so expectation choices are obvious. Keep runs meaningful: choose durations that allow multiple blocks and make\\ntiming-based assertions trustworthy. Separate concerns: start with deterministic workloads for functional\\nchecks; add chaos in dedicated resilience scenarios to avoid noisy failures. Reuse patterns: standardize on shared topology and workload presets so\\nresults are comparable across environments and teams. Observe first, tune second: rely on liveness and inclusion signals to\\ninterpret outcomes before tweaking rates or topology. Environment fit: pick runners that match the feedback loop you need—local\\nfor speed, compose for reproducible stacks, k8s for cluster-grade fidelity. Minimal surprises: seed only necessary wallets and keep configuration\\ndeltas explicit when moving between CI and developer machines.","breadcrumbs":"Part II — User Guide » Best Practices » Best Practices","id":"22","title":"Best Practices"},"23":{"body":"Concrete scenarios showing how to combine topologies, workloads, and\\nexpectations. Copy and adjust these to fit your needs.","breadcrumbs":"Part II — User Guide » Examples » Examples","id":"23","title":"Examples"},"24":{"body":"Basic smoke test verifying validators can produce blocks. #![allow(unused)] fn main() {\\nuse nomos_testing_core::scenario::{Deployer, ScenarioBuilder};\\nuse nomos_testing_runner_local::LocalDeployer;\\nuse nomos_testing_workflows::ScenarioBuilderExt;\\nuse std::time::Duration; #[tokio::test]\\nasync fn test_consensus_liveness() -> Result<(), Box> { let mut plan = ScenarioBuilder::with_node_counts(3, 0) .expect_consensus_liveness() .with_run_duration(Duration::from_secs(30)) .build(); let deployer = LocalDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } When to use: Quick validation that consensus works on minimal hardware.","breadcrumbs":"Part II — User Guide » Examples » Simple consensus liveness","id":"24","title":"Simple consensus liveness"},"25":{"body":"Submit transactions and verify inclusion. #![allow(unused)] fn main() {\\n#[tokio::test]\\nasync fn test_transaction_inclusion() -> Result<(), Box> { let mut plan = ScenarioBuilder::with_node_counts(2, 1) .wallets(10) .transactions() .rate(5) .users(5) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(60)) .build(); let deployer = LocalDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } When to use: Verify transaction submission and inclusion under light load.","breadcrumbs":"Part II — User Guide » Examples » Transaction workload","id":"25","title":"Transaction workload"},"26":{"body":"Stress both transaction and DA paths simultaneously. #![allow(unused)] fn main() {\\n#[tokio::test]\\nasync fn test_mixed_workload() -> Result<(), Box> { let mut plan = ScenarioBuilder::with_node_counts(3, 2) .wallets(20) .transactions() .rate(10) .users(10) .apply() .da() .channel_rate(2) .blob_rate(1) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(120)) .build(); let deployer = LocalDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } When to use: End-to-end validation that transaction and DA layers work together.","breadcrumbs":"Part II — User Guide » Examples » DA + transaction workload","id":"26","title":"DA + transaction workload"},"27":{"body":"Verify consensus survives node restarts. #![allow(unused)] fn main() {\\n#[tokio::test]\\nasync fn test_chaos_resilience() -> Result<(), Box> { let mut plan = ScenarioBuilder::with_node_counts(4, 1) .enable_node_control() .wallets(10) .transactions() .rate(5) .users(5) .apply() .chaos() .restart() .min_delay(Duration::from_secs(15)) .max_delay(Duration::from_secs(25)) .target_cooldown(Duration::from_secs(45)) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(90)) .build(); let deployer = LocalDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } When to use: Resilience validation and operational readiness testing.","breadcrumbs":"Part II — User Guide » Examples » Chaos resilience test","id":"27","title":"Chaos resilience test"},"28":{"body":"Realistic advanced scenarios for capacity testing, operational validation, and\\nresilience probing.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Advanced Examples","id":"28","title":"Advanced Examples"},"29":{"body":"Find the breaking point by gradually increasing transaction rate. #![allow(unused)] fn main() {\\n#[tokio::test]\\nasync fn test_capacity_limit() -> Result<(), Box> { for rate in [10, 20, 50, 100] { let mut plan = ScenarioBuilder::with_node_counts(3, 2) .wallets(50) .transactions() .rate(rate) .users(20) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(60)) .build(); let deployer = LocalDeployer::default(); let runner = deployer.deploy(&plan).await?; match runner.run(&mut plan).await { Ok(_) => println!(\\"✓ Handled {rate} tx/block\\"), Err(e) => { println!(\\"✗ Failed at {rate} tx/block: {e}\\"); break; } } } Ok(())\\n} } When to use: Capacity planning, finding performance limits, validating\\nhardware requirements.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Load progression test","id":"29","title":"Load progression test"},"3":{"body":"The Nomos Testing Framework is a purpose-built toolkit for exercising Nomos in\\nrealistic, multi-node environments. It solves the gap between small, isolated\\ntests and full-system validation by letting teams describe a cluster layout,\\ndrive meaningful traffic, and assert the outcomes in one coherent plan. It is for protocol engineers, infrastructure operators, and QA teams who need\\nrepeatable confidence that validators, executors, and data-availability\\ncomponents work together under network and timing constraints. Multi-node integration testing is required because many Nomos behaviors—block\\nprogress, data availability, liveness under churn—only emerge when several\\nroles interact over real networking and time. This framework makes those checks\\ndeclarative, observable, and portable across environments.","breadcrumbs":"Part I — Foundations » Introduction » Introduction","id":"3","title":"Introduction"},"30":{"body":"Run moderate load for extended duration to catch memory leaks or gradual\\ndegradation. #![allow(unused)] fn main() {\\n#[tokio::test]\\nasync fn test_sustained_load() -> Result<(), Box> { let mut plan = ScenarioBuilder::with_node_counts(4, 2) .wallets(100) .transactions() .rate(20) .users(30) .apply() .da() .channel_rate(5) .blob_rate(2) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(600)) // 10 minutes .build(); let deployer = ComposeRunner::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } When to use: Soak testing, memory leak detection, long-term stability\\nvalidation before production.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Sustained load test","id":"30","title":"Sustained load test"},"31":{"body":"Restart validators one at a time (like a rolling upgrade) while maintaining\\nconsensus. #![allow(unused)] fn main() {\\n#[tokio::test]\\nasync fn test_rolling_restart() -> Result<(), Box> { let mut plan = ScenarioBuilder::with_node_counts(5, 1) // Need 5 to tolerate 1 down .enable_node_control() .wallets(20) .transactions() .rate(10) .users(10) .apply() .chaos() .restart() .min_delay(Duration::from_secs(30)) // Space out restarts .max_delay(Duration::from_secs(40)) .target_cooldown(Duration::from_secs(120)) // Long cooldown = one at a time .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(300)) .build(); let deployer = ComposeRunner::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } When to use: Validating rolling upgrade procedures, verifying graceful\\nhandoff during restarts.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Rolling restart test","id":"31","title":"Rolling restart test"},"32":{"body":"Frequent restarts with shorter cooldown to stress recovery paths. #![allow(unused)] fn main() {\\n#[tokio::test]\\nasync fn test_aggressive_chaos() -> Result<(), Box> { let mut plan = ScenarioBuilder::with_node_counts(7, 1) // Need more nodes for aggressive chaos .enable_node_control() .wallets(20) .transactions() .rate(5) .users(10) .apply() .chaos() .restart() .min_delay(Duration::from_secs(5)) // Very short delays .max_delay(Duration::from_secs(10)) .target_cooldown(Duration::from_secs(20)) // Nodes can restart multiple times .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(120)) .build(); let deployer = ComposeRunner::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } When to use: Stress testing recovery mechanisms, finding edge cases in restart\\nhandling. Requires more validators (7) to tolerate multiple simultaneous restarts.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Aggressive chaos test","id":"32","title":"Aggressive chaos test"},"33":{"body":"Restart multiple validators simultaneously (simulating network partition), verify\\nrecovery. #![allow(unused)] fn main() {\\n#[tokio::test]\\nasync fn test_partition_recovery() -> Result<(), Box> { let mut plan = ScenarioBuilder::with_node_counts(7, 1) // Need 7 to tolerate 2-3 down .enable_node_control() .wallets(20) .transactions() .rate(5) .users(10) .apply() .chaos() .restart() .min_delay(Duration::from_secs(10)) // Short delays = multiple nodes restart close together .max_delay(Duration::from_secs(15)) .target_cooldown(Duration::from_secs(60)) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(120)) .build(); let deployer = ComposeRunner::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } When to use: Testing recovery from network partitions, validating Byzantine\\nfault tolerance limits (with 7 validators, can tolerate 2 Byzantine = up to 2-3\\nsimultaneous restarts).","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Partition recovery test","id":"33","title":"Partition recovery test"},"34":{"body":"","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Extension Ideas","id":"34","title":"Extension Ideas"},"35":{"body":"Verify block production stays within expected timing bounds by collecting block\\ntimestamps from the block feed, calculating intervals, and asserting they stay\\nwithin tolerance of the configured slot duration. Why useful: Catches timing degradation that liveness checks miss (blocks\\nprogress, but too slowly).","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Custom Expectation: Block Timing Consistency","id":"35","title":"Custom Expectation: Block Timing Consistency"},"36":{"body":"A workload that specifically targets and restarts executors (not random nodes),\\nthen verifies transaction submission continued through a different executor. Why useful: True executor failover testing. Current chaos workload restarts\\nrandom nodes, so you can’t verify “executor A died, executor B took over.” Would\\nrequire custom node control logic to identify and target specific executors.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Custom Workload: Targeted Executor Restart","id":"36","title":"Custom Workload: Targeted Executor Restart"},"37":{"body":"A deployer that generates configs, validates them against schema, checks for\\nconflicts (duplicate ports, invalid DA params), but never starts processes. Why useful: Fast config validation in CI before actual deployment.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Custom Deployer: Config Validator","id":"37","title":"Custom Deployer: Config Validator"},"38":{"body":"Running a scenario follows the same conceptual flow regardless of environment: Select or author a scenario plan that pairs a topology with workloads,\\nexpectations, and a suitable run window. Choose a runner aligned with your environment (local, compose, or k8s) and\\nensure its prerequisites are available. Deploy the plan through the runner; wait for readiness signals before\\nstarting workloads. Let workloads drive activity for the planned duration; keep observability\\nsignals visible so you can correlate outcomes. Evaluate expectations and capture results as the primary pass/fail signal. Use the same plan across different runners to compare behavior between local\\ndevelopment and CI or cluster settings. For environment prerequisites and\\nflags, see Operations.","breadcrumbs":"Part II — User Guide » Running Scenarios » Running Scenarios","id":"38","title":"Running Scenarios"},"39":{"body":"Runners turn a scenario plan into a live environment while keeping the plan\\nunchanged. Choose based on feedback speed, reproducibility, and fidelity. For\\nenvironment and operational considerations, see Operations:","breadcrumbs":"Part II — User Guide » Runners » Runners","id":"39","title":"Runners"},"4":{"body":"The framework follows a clear flow: Topology → Scenario → Deploy → Run → Verify. Topology describes the cluster: how many nodes, their roles, and the high-level network and data-availability parameters they should follow. Scenario combines that topology with the activities to run and the checks to perform, forming a single plan. Deployer provisions infrastructure on the chosen backend (local processes, Docker Compose, or Kubernetes), waits for readiness, and returns a Runner. Runner orchestrates execution: starts workloads, observes signals, evaluates expectations, and cleans up. Workloads generate traffic and conditions that exercise the system. Expectations observe the run and judge success or failure once activity completes. flowchart LR A(Topology
shape cluster) --> B(Scenario
plan) B --> C(Deployer
provision infrastructure) C --> D(Runner
orchestrate execution) D --> E(Workloads
drive traffic) E --> F(Expectations
verify outcomes) Each layer has a narrow responsibility so that cluster shape, deployment choice,\\ntraffic generation, and health checks can evolve independently while fitting\\ntogether predictably.","breadcrumbs":"Part I — Foundations » Architecture Overview » Architecture Overview","id":"4","title":"Architecture Overview"},"40":{"body":"Launches node processes directly on the host. Fastest feedback loop and minimal orchestration overhead. Best for development-time iteration and debugging.","breadcrumbs":"Part II — User Guide » Runners » Local runner","id":"40","title":"Local runner"},"41":{"body":"Starts nodes in containers to provide a reproducible multi-node stack on a\\nsingle machine. Discovers service ports and wires observability for convenient inspection. Good balance between fidelity and ease of setup.","breadcrumbs":"Part II — User Guide » Runners » Docker Compose runner","id":"41","title":"Docker Compose runner"},"42":{"body":"Deploys nodes onto a cluster for higher-fidelity, longer-running scenarios. Suits CI or shared environments where cluster behavior and scheduling matter.","breadcrumbs":"Part II — User Guide » Runners » Kubernetes runner","id":"42","title":"Kubernetes runner"},"43":{"body":"All runners require at least one validator and, for transaction scenarios,\\naccess to seeded wallets. Readiness probes gate workload start so traffic begins only after nodes are\\nreachable. Environment flags can relax timeouts or increase tracing when diagnostics are\\nneeded. flowchart TD Plan[Scenario Plan] --> RunSel{Runner
(local | compose | k8s)} RunSel --> Provision[Provision & readiness] Provision --> Runtime[Runtime + observability] Runtime --> Exec[Workloads & Expectations execute]","breadcrumbs":"Part II — User Guide » Runners » Common expectations","id":"43","title":"Common expectations"},"44":{"body":"Operational readiness focuses on prerequisites, environment fit, and clear\\nsignals: Prerequisites: keep a sibling nomos-node checkout available; ensure the\\nchosen runner’s platform needs are met (local binaries for host runs, Docker\\nfor compose, cluster access for k8s). Artifacts: some scenarios depend on prover or circuit assets; fetch them\\nahead of time with the provided helper scripts when needed. Environment flags: use slow-environment toggles to relax timeouts, enable\\ntracing when debugging, and adjust observability ports to avoid clashes. Readiness checks: verify runners report node readiness before starting\\nworkloads; this avoids false negatives from starting too early. Failure triage: map failures to missing prerequisites (wallet seeding,\\nnode control availability), runner platform issues, or unmet expectations.\\nStart with liveness signals, then dive into workload-specific assertions. Treat operational hygiene—assets present, prerequisites satisfied, observability\\nreachable—as the first step to reliable scenario outcomes. flowchart TD Expose[Runner exposes endpoints/ports] --> Collect[Runtime collects block/health signals] Collect --> Consume[Expectations consume signals
decide pass/fail] Consume --> Inspect[Operators inspect logs/metrics
when failures arise]","breadcrumbs":"Part II — User Guide » Operations » Operations","id":"44","title":"Operations"},"45":{"body":"Deep dives for contributors who extend the framework, evolve its abstractions,\\nor maintain the crate set.","breadcrumbs":"Part III — Developer Reference » Part III — Developer Reference","id":"45","title":"Part III — Developer Reference"},"46":{"body":"The scenario model defines clear, composable responsibilities: Topology: a declarative description of the cluster—how many nodes, their\\nroles, and the broad network and data-availability characteristics. It\\nrepresents the intended shape of the system under test. Scenario: a plan combining topology, workloads, expectations, and a run\\nwindow. Building a scenario validates prerequisites (like seeded wallets) and\\nensures the run lasts long enough to observe meaningful block progression. Workloads: asynchronous tasks that generate traffic or conditions. They\\nuse shared context to interact with the deployed cluster and may bundle\\ndefault expectations. Expectations: post-run assertions. They can capture baselines before\\nworkloads start and evaluate success once activity stops. Runtime: coordinates workloads and expectations for the configured\\nduration, enforces cooldowns when control actions occur, and ensures cleanup\\nso runs do not leak resources. Developers extending the model should keep these boundaries strict: topology\\ndescribes, scenarios assemble, runners deploy, workloads drive, and expectations\\njudge outcomes. For guidance on adding new capabilities, see Extending the Framework.","breadcrumbs":"Part III — Developer Reference » Scenario Model (Developer Level) » Scenario Model (Developer Level)","id":"46","title":"Scenario Model (Developer Level)"},"47":{"body":"","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Extending the Framework","id":"47","title":"Extending the Framework"},"48":{"body":"Implement testing_framework_core::scenario::Workload: Provide a name and any bundled expectations. In init, derive inputs from GeneratedTopology and RunMetrics; fail\\nfast if prerequisites are missing (e.g., wallet data, node addresses). In start, drive async traffic using the RunContext clients. Expose the workload from a module under testing-framework/workflows and\\nconsider adding a DSL helper for ergonomic wiring.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding a workload","id":"48","title":"Adding a workload"},"49":{"body":"Implement testing_framework_core::scenario::Expectation: Use start_capture to snapshot baseline metrics. Use evaluate to assert outcomes after workloads finish; return all errors\\nso the runner can aggregate them. Export it from testing-framework/workflows if it is reusable.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding an expectation","id":"49","title":"Adding an expectation"},"5":{"body":"This framework embodies specific principles that shape how you author and run\\nscenarios. Understanding these principles helps you write effective tests and\\ninterpret results correctly.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Testing Philosophy","id":"5","title":"Testing Philosophy"},"50":{"body":"Implement testing_framework_core::scenario::Deployer for your backend. Produce a RunContext with NodeClients, metrics endpoints, and optional NodeControlHandle. Guard cleanup with CleanupGuard to reclaim resources even on failures. Mirror the readiness and block-feed probes used by the existing runners so\\nworkloads can rely on consistent signals.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding a runner","id":"50","title":"Adding a runner"},"51":{"body":"Extend testing_framework_core::topology::TopologyBuilder with new layouts or\\nconfiguration presets (e.g., specialized DA parameters). Keep defaults safe:\\nensure at least one participant and clamp dispersal factors as the current\\nhelpers do.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding topology helpers","id":"51","title":"Adding topology helpers"},"52":{"body":"A minimal, end-to-end illustration of adding a custom workload and matching\\nexpectation. This shows the shape of the traits and where to plug into the\\nframework; expand the logic to fit your real test.","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Example: New Workload & Expectation (Rust)","id":"52","title":"Example: New Workload & Expectation (Rust)"},"53":{"body":"Key ideas: name: identifies the workload in logs. expectations: workloads can bundle defaults so callers don’t forget checks. init: derive inputs from the generated topology (e.g., pick a target node). start: drive async activity using the shared RunContext. #![allow(unused)] fn main() {\\nuse std::sync::Arc;\\nuse async_trait::async_trait;\\nuse testing_framework_core::scenario::{ DynError, Expectation, RunContext, RunMetrics, Workload,\\n};\\nuse testing_framework_core::topology::GeneratedTopology; pub struct ReachabilityWorkload { target_idx: usize, bundled: Vec>,\\n} impl ReachabilityWorkload { pub fn new(target_idx: usize) -> Self { Self { target_idx, bundled: vec![Box::new(ReachabilityExpectation::new(target_idx))], } }\\n} #[async_trait]\\nimpl Workload for ReachabilityWorkload { fn name(&self) -> &\'static str { \\"reachability_workload\\" } fn expectations(&self) -> Vec> { self.bundled.clone() } fn init( &mut self, topology: &GeneratedTopology, _metrics: &RunMetrics, ) -> Result<(), DynError> { if topology.validators().get(self.target_idx).is_none() { return Err(\\"no validator at requested index\\".into()); } Ok(()) } async fn start(&self, ctx: &RunContext) -> Result<(), DynError> { let client = ctx .clients() .validators() .get(self.target_idx) .ok_or(\\"missing target client\\")?; // Pseudo-action: issue a lightweight RPC to prove reachability. client.health_check().await.map_err(|e| e.into()) }\\n} }","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Workload: simple reachability probe","id":"53","title":"Workload: simple reachability probe"},"54":{"body":"Key ideas: start_capture: snapshot baseline if needed (not used here). evaluate: assert the condition after workloads finish. #![allow(unused)] fn main() {\\nuse async_trait::async_trait;\\nuse testing_framework_core::scenario::{DynError, Expectation, RunContext}; pub struct ReachabilityExpectation { target_idx: usize,\\n} impl ReachabilityExpectation { pub fn new(target_idx: usize) -> Self { Self { target_idx } }\\n} #[async_trait]\\nimpl Expectation for ReachabilityExpectation { fn name(&self) -> &str { \\"target_reachable\\" } async fn evaluate(&mut self, ctx: &RunContext) -> Result<(), DynError> { let client = ctx .clients() .validators() .get(self.target_idx) .ok_or(\\"missing target client\\")?; client.health_check().await.map_err(|e| { format!(\\"target became unreachable during run: {e}\\").into() }) }\\n} }","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Expectation: confirm the target stayed reachable","id":"54","title":"Expectation: confirm the target stayed reachable"},"55":{"body":"Build your scenario as usual and call .with_workload(ReachabilityWorkload::new(0)). The bundled expectation is attached automatically; you can add more with .with_expectation(...) if needed. Keep the logic minimal and fast for smoke tests; grow it into richer probes\\nfor deeper scenarios.","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » How to wire it","id":"55","title":"How to wire it"},"56":{"body":"High-level roles of the crates that make up the framework: Configs: prepares reusable configuration primitives for nodes, networking,\\ntracing, data availability, and wallets, shared by all scenarios and runners. Core scenario orchestration: houses the topology and scenario model,\\nruntime coordination, node clients, and readiness/health probes. Workflows: packages workloads and expectations into reusable building\\nblocks and offers a fluent DSL to assemble them. Runners: implements deployment backends (local host, Docker Compose,\\nKubernetes) that all consume the same scenario plan. Test workflows: example scenarios and integration checks that exercise the\\nframework end to end and serve as living documentation. Use this map to locate where to add new capabilities: configuration primitives\\nin configs, orchestration changes in core, reusable traffic/assertions in\\nworkflows, environment adapters in runners, and demonstrations in tests.","breadcrumbs":"Part III — Developer Reference » Internal Crate Reference » Internal Crate Reference","id":"56","title":"Internal Crate Reference"},"57":{"body":"Quick-reference material and supporting guidance to keep scenarios discoverable,\\ndebuggable, and consistent.","breadcrumbs":"Part IV — Appendix » Part IV — Appendix","id":"57","title":"Part IV — Appendix"},"58":{"body":"The framework offers a fluent builder style to keep scenarios readable. Common\\nknobs: Topology shaping: set validator and executor counts, pick a network layout\\nstyle, and adjust high-level data-availability traits. Wallet seeding: define how many users participate and the total funds\\navailable for transaction workloads. Workload tuning: configure transaction rates, data-availability channel\\nand blob rates, and whether chaos restarts should include validators,\\nexecutors, or both. Expectations: attach liveness and workload-specific checks so success is\\nexplicit. Run window: set a minimum duration long enough for multiple blocks to be\\nobserved and verified. Use these knobs to express intent clearly, keeping scenario definitions concise\\nand consistent across teams.","breadcrumbs":"Part IV — Appendix » DSL Cheat Sheet » Core Content: DSL Cheat Sheet","id":"58","title":"Core Content: DSL Cheat Sheet"},"59":{"body":"Common symptoms and likely causes: No or slow block progression: runner started workloads before readiness, insufficient run window, or environment too slow—extend duration or enable slow-environment tuning. Transactions not included: missing or insufficient wallet seeding, misaligned transaction rate with block cadence, or network instability—reduce rate and verify wallet setup. Chaos stalls the run: node control not available for the chosen runner or restart cadence too aggressive—enable control capability and widen restart intervals. Observability gaps: metrics or logs unreachable because ports clash or services are not exposed—adjust observability ports and confirm runner wiring. Flaky behavior across runs: mixing chaos with functional smoke tests or inconsistent topology between environments—separate deterministic and chaos scenarios and standardize topology presets.","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Troubleshooting Scenarios","id":"59","title":"Troubleshooting Scenarios"},"6":{"body":"Describe what you want to test, not how to orchestrate it: #![allow(unused)] fn main() {\\n// Good: declarative\\nScenarioBuilder::with_node_counts(2, 1) .wallets(10) .transactions().rate(5).users(5).apply() .expect_consensus_liveness() .build(); // Bad: imperative (framework doesn\'t work this way)\\n// spawn_validator(); spawn_executor(); // loop { submit_tx(); check_block(); } } Why it matters: The framework handles deployment, readiness, and cleanup.\\nYou focus on test intent, not infrastructure orchestration.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Declarative over Imperative","id":"6","title":"Declarative over Imperative"},"60":{"body":"Why block-oriented timing? Using block cadence reduces dependence on host speed and keeps assertions aligned\\nwith protocol behavior. Can I reuse the same scenario across runners? Yes. The plan stays the same; swap runners (local, compose, k8s) to target\\ndifferent environments. When should I enable chaos workloads? Only when testing resilience or operational recovery; keep functional smoke\\ntests deterministic. How long should runs be? Long enough for multiple blocks so liveness and inclusion checks are\\nmeaningful; very short runs risk false confidence. Do I always need seeded wallets? Only for transaction scenarios. Data-availability or pure chaos scenarios may\\nnot require them, but liveness checks still need validators producing blocks. What if expectations fail but workloads “look fine”? Trust expectations first—they capture the intended success criteria. Use the\\nobservability signals and runner logs to pinpoint why the system missed the\\ntarget.","breadcrumbs":"Part IV — Appendix » FAQ » FAQ","id":"60","title":"FAQ"},"61":{"body":"Validator: node role responsible for participating in consensus and block\\nproduction. Executor: a validator node with the DA dispersal service enabled. Executors\\ncan submit transactions and disperse blob data to the DA network, in addition\\nto performing all validator functions. DA (Data Availability): subsystem ensuring blobs or channel data are\\npublished and retrievable for validation. Deployer: component that provisions infrastructure (spawns processes,\\ncreates containers, or launches pods), waits for readiness, and returns a\\nRunner. Examples: LocalDeployer, ComposeRunner, K8sRunner. Runner: component returned by deployers that orchestrates scenario\\nexecution—starts workloads, observes signals, evaluates expectations, and\\ntriggers cleanup. Workload: traffic or behavior generator that exercises the system during a\\nscenario run. Expectation: post-run assertion that judges whether the system met the\\nintended success criteria. Topology: declarative description of the cluster shape, roles, and\\nhigh-level parameters for a scenario. Scenario: immutable plan combining topology, workloads, expectations, and\\nrun duration. Blockfeed: stream of block observations used for liveness or inclusion\\nsignals during a run. Control capability: the ability for a runner to start, stop, or restart\\nnodes, used by chaos workloads.","breadcrumbs":"Part IV — Appendix » Glossary » Glossary","id":"61","title":"Glossary"},"7":{"body":"Reason in blocks and consensus intervals, not wall-clock seconds: #![allow(unused)] fn main() {\\n// Good: protocol-oriented thinking\\nlet mut plan = ScenarioBuilder::with_node_counts(2, 1) .wallets(10) .transactions().rate(5).users(5).apply() // 5 tx per block .with_run_duration(Duration::from_secs(60)) // Let framework calculate expected blocks .expect_consensus_liveness() // \\"Did we produce the expected blocks?\\" .build(); // Bad: wall-clock assumptions\\n// \\"I expect at least 30 blocks in 60 seconds\\"\\n// Brittle if readiness or startup takes longer on slow CI } Why it matters: Block production rate is fixed by consensus parameters (e.g.,\\n2-second slot duration), but node startup and readiness vary by environment—fast\\non a laptop, slow on overloaded CI. The framework measures in blocks (protocol\\ntime), not wall-clock seconds, so tests focus on “did consensus work?” rather\\nthan “was the hardware fast enough?”","breadcrumbs":"Part I — Foundations » Testing Philosophy » Protocol Time, Not Wall Time","id":"7","title":"Protocol Time, Not Wall Time"},"8":{"body":"Default scenarios are repeatable: Fixed topology Predictable traffic rates Deterministic checks Chaos is opt-in: #![allow(unused)] fn main() {\\n// Separate: functional test (deterministic)\\nlet mut plan = ScenarioBuilder::with_node_counts(2, 1) .wallets(10) .transactions().rate(5).users(5).apply() .expect_consensus_liveness() .build(); // Separate: chaos test (introduces randomness)\\nlet mut chaos_plan = ScenarioBuilder::with_node_counts(4, 1) .enable_node_control() .wallets(10) .chaos().restart() .min_delay(Duration::from_secs(15)) .max_delay(Duration::from_secs(25)) .target_cooldown(Duration::from_secs(45)) .apply() .transactions().rate(5).users(5).apply() .expect_consensus_liveness() .build(); } Why it matters: Mixing determinism with chaos creates noisy, hard-to-debug\\nfailures. Separate concerns make failures actionable.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Determinism First, Chaos When Needed","id":"8","title":"Determinism First, Chaos When Needed"},"9":{"body":"Prefer user-facing signals over internal state: Good checks: ✅ Blocks progressing at expected rate (liveness) ✅ Transactions included within N blocks (inclusion) ✅ DA blobs retrievable (availability) Avoid internal checks: ❌ Memory pool size ❌ Internal service state ❌ Cache hit rates Why it matters: User-facing signals reflect actual system health.\\nInternal state can be “healthy” while the system is broken from a user\\nperspective.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Observable Health Signals","id":"9","title":"Observable Health Signals"}},"length":62,"save":true},"fields":["title","body","breadcrumbs"],"index":{"body":{"root":{"0":{"df":2,"docs":{"10":{"tf":1.0},"24":{"tf":1.0}}},"1":{"0":{"0":{"df":1,"docs":{"29":{"tf":1.0}}},"df":3,"docs":{"10":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0}}},"df":9,"docs":{"10":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}},"2":{"0":{"df":1,"docs":{"29":{"tf":1.0}}},"df":5,"docs":{"26":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"33":{"tf":1.7320508075688772},"7":{"tf":1.0}}},"3":{"0":{"df":1,"docs":{"7":{"tf":1.0}}},"df":1,"docs":{"33":{"tf":1.4142135623730951}}},"5":{"0":{"df":1,"docs":{"29":{"tf":1.0}}},"df":2,"docs":{"31":{"tf":1.0},"7":{"tf":1.0}}},"6":{"0":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}},"7":{"df":2,"docs":{"32":{"tf":1.0},"33":{"tf":1.4142135623730951}}},"_":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":8,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"a":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"61":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"46":{"tf":1.0},"53":{"tf":1.0},"8":{"tf":1.0}}}},"v":{"df":9,"docs":{"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"46":{"tf":1.0},"53":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"19":{"tf":1.0},"21":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"37":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"56":{"tf":1.0}}}}},"d":{"df":4,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"48":{"tf":1.0}}}}}}},"df":6,"docs":{"46":{"tf":1.0},"48":{"tf":1.4142135623730951},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"23":{"tf":1.0},"44":{"tf":1.0},"58":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"28":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"49":{"tf":1.0}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"32":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}}}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":4,"docs":{"17":{"tf":1.0},"21":{"tf":1.4142135623730951},"38":{"tf":1.0},"60":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":15,"docs":{"10":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}}}}},"df":1,"docs":{"22":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"10":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"57":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":10,"docs":{"20":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"8":{"tf":1.0}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"4":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"44":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"15":{"tf":1.0},"46":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":12,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}}},"t":{"df":2,"docs":{"16":{"tf":1.0},"44":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"0":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{":":{":":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":12,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"46":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":6,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"17":{"tf":1.0},"38":{"tf":1.0},"5":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":16,"docs":{"0":{"tf":1.7320508075688772},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"38":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.4142135623730951},"46":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.7320508075688772},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"22":{"tf":1.0},"44":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"df":0,"docs":{}}}}},"b":{"(":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"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":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"4":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}}}}},"d":{"df":3,"docs":{"10":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"22":{"tf":1.0},"39":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"46":{"tf":1.0},"49":{"tf":1.0},"54":{"tf":1.0}}}}}},"i":{"c":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}}}},"df":2,"docs":{"36":{"tf":1.0},"4":{"tf":1.0}},"e":{"c":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":7,"docs":{"22":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"59":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"43":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":9,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"22":{"tf":1.0},"40":{"tf":1.0}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":6,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0},"59":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"44":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"b":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{"df":1,"docs":{"26":{"tf":1.0}}},"2":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":6,"docs":{"0":{"tf":1.7320508075688772},"17":{"tf":1.0},"19":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":18,"docs":{"0":{"tf":1.0},"10":{"tf":2.23606797749979},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.0},"35":{"tf":2.23606797749979},"46":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":2.0},"61":{"tf":1.4142135623730951},"7":{"tf":2.6457513110645907},"9":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"61":{"tf":1.0}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"0":{"tf":1.0},"1":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"18":{"tf":1.0},"20":{"tf":1.0},"26":{"tf":1.0},"58":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"46":{"tf":1.0}}}}},"df":1,"docs":{"35":{"tf":1.0}}},"df":0,"docs":{}}},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":9,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"13":{"tf":1.0},"29":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"o":{"a":{"d":{"df":1,"docs":{"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"9":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":16,"docs":{"12":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"46":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"58":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":5,"docs":{"21":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.7320508075688772},"55":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"z":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"33":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}},"c":{"(":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}},"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":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"9":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"59":{"tf":1.4142135623730951},"60":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"55":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"36":{"tf":1.0}}}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"46":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0}}}},"c":{"df":2,"docs":{"28":{"tf":1.0},"29":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"38":{"tf":1.0},"46":{"tf":1.0},"60":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"32":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"30":{"tf":1.0},"35":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":1,"docs":{"4":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"1":{"tf":1.0},"56":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"2":{"df":1,"docs":{"26":{"tf":1.0}}},"5":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"0":{"tf":1.0}}},"df":0,"docs":{}}}},"df":3,"docs":{"19":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.0}}}}}},"o":{"df":15,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"27":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":1.7320508075688772},"33":{"tf":1.0},"36":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.7320508075688772},"60":{"tf":1.4142135623730951},"61":{"tf":1.0},"8":{"tf":2.0}},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"46":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":16,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"44":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.4142135623730951},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"44":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"22":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"17":{"tf":1.4142135623730951},"22":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"59":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}}}}},"i":{"df":6,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0},"7":{"tf":1.4142135623730951}},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"51":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"44":{"tf":1.0},"59":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":5,"docs":{"12":{"tf":1.0},"46":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0}},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"r":{"df":7,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"58":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"|":{"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":4,"docs":{"48":{"tf":1.0},"53":{"tf":1.7320508075688772},"54":{"tf":1.7320508075688772},"56":{"tf":1.0}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"33":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":12,"docs":{"1":{"tf":1.0},"13":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.7320508075688772},"42":{"tf":1.4142135623730951},"44":{"tf":1.0},"46":{"tf":1.0},"61":{"tf":1.0}},"—":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"46":{"tf":1.0}}}}}}}}}}}},"o":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"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":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"44":{"tf":1.0}}}}}}}}},"df":3,"docs":{"20":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"14":{"tf":1.0},"23":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"61":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"22":{"tf":1.0},"38":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"18":{"tf":1.0},"4":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"3":{"tf":1.0},"61":{"tf":1.4142135623730951}}},"s":{"df":12,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"61":{"tf":1.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":4,"docs":{"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":2,"docs":{"2":{"tf":1.0},"38":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"8":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"20":{"tf":1.0},"58":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"4":{"tf":1.0},"46":{"tf":1.0},"54":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"3":{"tf":1.0},"60":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":4,"docs":{"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"37":{"tf":1.7320508075688772},"56":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"r":{"df":10,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"54":{"tf":1.0},"59":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":8,"docs":{"0":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.4142135623730951},"27":{"tf":1.0},"31":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.7320508075688772}}}}}},"i":{"d":{"df":1,"docs":{"48":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.0},"39":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"35":{"tf":1.0},"50":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"m":{"df":3,"docs":{"15":{"tf":1.0},"44":{"tf":1.4142135623730951},"56":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"41":{"tf":1.0},"61":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"1":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"58":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"0":{"tf":1.0},"46":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":2,"docs":{"20":{"tf":1.0},"36":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":6,"docs":{"19":{"tf":1.4142135623730951},"36":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"59":{"tf":1.4142135623730951},"61":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":4,"docs":{"12":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"46":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"46":{"tf":1.0},"56":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"23":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":7,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"38":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"21":{"tf":1.0},"58":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"45":{"tf":1.0},"56":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"17":{"tf":1.0},"61":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":4,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"x":{"df":2,"docs":{"53":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"36":{"tf":1.0},"51":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":4,"docs":{"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"52":{"tf":1.0}}}}}}}},"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"[":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"a":{"df":8,"docs":{"0":{"tf":2.449489742783178},"22":{"tf":1.0},"26":{"tf":2.0},"30":{"tf":1.0},"37":{"tf":1.0},"51":{"tf":1.0},"61":{"tf":1.7320508075688772},"9":{"tf":1.0}},"t":{"a":{"df":13,"docs":{"0":{"tf":2.23606797749979},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"4":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":2,"docs":{"12":{"tf":1.0},"4":{"tf":1.0}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":3,"docs":{"40":{"tf":1.0},"44":{"tf":1.0},"8":{"tf":1.0}},"g":{"df":2,"docs":{"11":{"tf":1.0},"57":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"12":{"tf":1.0},"17":{"tf":1.0}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"r":{"df":8,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"3":{"tf":1.0},"46":{"tf":1.0},"6":{"tf":1.4142135623730951},"61":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"45":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":5,"docs":{"21":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"17":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"20":{"tf":1.0},"21":{"tf":1.0},"58":{"tf":1.0}}}}}}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":2,"docs":{"30":{"tf":1.0},"35":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"32":{"tf":1.0},"33":{"tf":1.0}}}},"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"16":{"tf":1.0},"56":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"44":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":21,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.7320508075688772},"38":{"tf":1.0},"4":{"tf":1.7320508075688772},"42":{"tf":1.0},"46":{"tf":1.4142135623730951},"56":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"(":{"&":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":9,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}}}},"df":0,"docs":{}}},"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":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"48":{"tf":1.0},"53":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":6,"docs":{"16":{"tf":1.0},"18":{"tf":1.4142135623730951},"3":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"46":{"tf":1.0},"61":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"11":{"tf":1.0},"8":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":6,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}}}}}},"df":1,"docs":{"36":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"14":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"60":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"41":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"57":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":3,"docs":{"0":{"tf":1.7320508075688772},"51":{"tf":1.0},"61":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"56":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"22":{"tf":1.0},"56":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"\'":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"n":{"df":3,"docs":{"12":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"[":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}},"df":8,"docs":{"12":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.0},"38":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0}},"n":{"df":1,"docs":{"18":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"l":{"df":6,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.0},"48":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":13,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":4,"docs":{"12":{"tf":1.0},"31":{"tf":1.0},"54":{"tf":1.0},"61":{"tf":1.4142135623730951}}}}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"53":{"tf":1.7320508075688772},"54":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}},"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":7,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"7":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"12":{"tf":1.0}}}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"13":{"tf":1.0},"16":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"44":{"tf":1.0}}}}},"s":{"df":1,"docs":{"41":{"tf":1.0}},"i":{"df":1,"docs":{"17":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":3,"docs":{"12":{"tf":1.0},"29":{"tf":1.0},"4":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":6,"docs":{"0":{"tf":1.0},"21":{"tf":1.0},"44":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":5,"docs":{"27":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"8":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"d":{"df":4,"docs":{"16":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":2,"docs":{"10":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"15":{"tf":1.0},"3":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":6,"docs":{"10":{"tf":1.4142135623730951},"17":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"38":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.4142135623730951},"51":{"tf":1.0},"61":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":19,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"38":{"tf":1.7320508075688772},"39":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.7320508075688772},"56":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"—":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"48":{"tf":1.0}}}}}}},"r":{"(":{"\\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"2":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"a":{"df":0,"docs":{},"l":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":8,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"54":{"tf":1.0},"61":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":3,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0}}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":6,"docs":{"15":{"tf":1.0},"23":{"tf":1.0},"28":{"tf":1.0},"52":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"4":{"tf":1.4142135623730951},"43":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"r":{"df":6,"docs":{"0":{"tf":1.4142135623730951},"17":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":2.6457513110645907},"58":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":6,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":12,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":30,"docs":{"1":{"tf":1.0},"12":{"tf":2.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"35":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"46":{"tf":2.23606797749979},"48":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":2.0},"54":{"tf":1.7320508075688772},"55":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.7320508075688772},"7":{"tf":1.7320508075688772},"9":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}},"s":{"df":2,"docs":{"44":{"tf":1.0},"48":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"—":{"a":{"d":{"df":0,"docs":{},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"20":{"tf":1.0},"21":{"tf":1.0},"58":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"13":{"tf":1.0},"30":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":2,"docs":{"16":{"tf":1.0},"34":{"tf":1.0}}}}}}},"}":{"\\"":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"54":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"f":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"15":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"51":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":4,"docs":{"12":{"tf":1.0},"29":{"tf":1.0},"48":{"tf":1.0},"60":{"tf":1.0}},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"36":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":7,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.7320508075688772},"50":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}},"l":{"df":0,"docs":{},"s":{"df":3,"docs":{"10":{"tf":1.0},"44":{"tf":1.0},"60":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}}}},"q":{"df":1,"docs":{"60":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"17":{"tf":1.0},"37":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.0},"7":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"22":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"35":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"22":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"29":{"tf":1.4142135623730951},"32":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":1,"docs":{"60":{"tf":1.0}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"17":{"tf":1.0},"49":{"tf":1.0},"54":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"44":{"tf":1.0},"8":{"tf":1.0}},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"60":{"tf":1.0}}}}}}}}}},"t":{"df":6,"docs":{"15":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"52":{"tf":1.0}}},"x":{"df":2,"docs":{"7":{"tf":1.0},"8":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"38":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0}}},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":3,"docs":{"13":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"56":{"tf":1.0},"58":{"tf":1.0}}}}}}},"n":{"df":15,"docs":{"10":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"53":{"tf":2.449489742783178},"54":{"tf":2.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"o":{"c":{"df":0,"docs":{},"u":{"df":2,"docs":{"6":{"tf":1.0},"7":{"tf":1.0}},"s":{"df":3,"docs":{"0":{"tf":1.0},"15":{"tf":1.0},"44":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"38":{"tf":1.0},"4":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"t":{"!":{"(":{"\\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"4":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"2":{"tf":1.0},"21":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"48":{"tf":1.0},"49":{"tf":1.0}}}}}}}}}}},"df":16,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.4142135623730951},"2":{"tf":1.0},"3":{"tf":1.4142135623730951},"4":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0},"6":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}},"’":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"8":{"tf":1.0}}}}}}},"d":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"3":{"tf":1.0},"59":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"43":{"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":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"48":{"tf":1.0},"53":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":8,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"46":{"tf":1.0},"53":{"tf":1.0},"61":{"tf":1.0}}}}},"t":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}}}},"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":1,"docs":{"1":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"61":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"17":{"tf":1.0},"22":{"tf":1.0}}}},"df":0,"docs":{},"o":{"d":{"df":5,"docs":{"10":{"tf":1.0},"41":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"31":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"17":{"tf":1.0},"22":{"tf":1.0}}},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"29":{"tf":1.0},"30":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":1,"docs":{"55":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"14":{"tf":1.0},"46":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"1":{"tf":1.0},"14":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"12":{"tf":1.0}},"l":{"df":4,"docs":{"0":{"tf":1.0},"29":{"tf":1.0},"32":{"tf":1.0},"6":{"tf":1.0}}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"r":{"d":{"df":1,"docs":{"8":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"24":{"tf":1.0},"29":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"17":{"tf":1.0},"4":{"tf":1.0},"9":{"tf":1.4142135623730951}},"i":{"df":2,"docs":{"20":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":1,"docs":{"5":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"0":{"tf":1.0},"54":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":8,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"4":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"56":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"i":{"[":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"20":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"a":{"df":3,"docs":{"34":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"36":{"tf":1.0},"53":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"14":{"tf":1.0}},"i":{"df":1,"docs":{"45":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}}}}}},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.4142135623730951}}}},"l":{"df":2,"docs":{"53":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.0}}}}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":4,"docs":{"0":{"tf":1.4142135623730951},"58":{"tf":1.0},"59":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":7,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.0},"9":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"29":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"\\"":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"3":{"tf":1.0},"4":{"tf":1.4142135623730951},"6":{"tf":1.0},"61":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"12":{"tf":1.0},"21":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":3,"docs":{"20":{"tf":1.4142135623730951},"48":{"tf":1.0},"53":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"48":{"tf":1.0},"53":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"df":2,"docs":{"41":{"tf":1.0},"44":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"59":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":4,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"3":{"tf":1.0},"56":{"tf":1.0}}}},"n":{"d":{"df":4,"docs":{"17":{"tf":1.0},"46":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"0":{"tf":1.4142135623730951},"3":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":2,"docs":{"56":{"tf":1.0},"9":{"tf":2.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"5":{"tf":1.0}}}}}},"v":{"df":3,"docs":{"35":{"tf":1.0},"59":{"tf":1.0},"7":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"8":{"tf":1.0}},"t":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":2,"docs":{"44":{"tf":1.0},"53":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.0},"40":{"tf":1.0}}}},"’":{"df":1,"docs":{"0":{"tf":1.0}}}},"v":{"df":1,"docs":{"57":{"tf":1.0}}}},"j":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"g":{"df":4,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}}},"k":{"8":{"df":6,"docs":{"16":{"tf":1.0},"22":{"tf":1.0},"38":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"60":{"tf":1.0}},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"61":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":15,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.7320508075688772},"22":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951}}}},"y":{"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}}}},"n":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"58":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0},"56":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"13":{"tf":1.0},"7":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"21":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"40":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"26":{"tf":1.0},"4":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"15":{"tf":1.0},"21":{"tf":1.0},"3":{"tf":1.0},"51":{"tf":1.0},"58":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":3,"docs":{"12":{"tf":1.0},"30":{"tf":1.4142135623730951},"46":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":10,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"19":{"tf":1.0},"29":{"tf":1.0},"33":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"20":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":16,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"44":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.0},"9":{"tf":1.0}}}}},"o":{"a":{"d":{"df":3,"docs":{"25":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"61":{"tf":1.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":5,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":11,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"38":{"tf":1.4142135623730951},"4":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0}}},"t":{"df":1,"docs":{"56":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":3,"docs":{"53":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}},"i":{"c":{"df":3,"docs":{"36":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{}},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":7,"docs":{"10":{"tf":1.0},"17":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"42":{"tf":1.0},"7":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"60":{"tf":1.0}}},"p":{"df":3,"docs":{"22":{"tf":1.0},"40":{"tf":1.0},"6":{"tf":1.0}}},"s":{"df":1,"docs":{"15":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"r":{"df":2,"docs":{"12":{"tf":1.0},"4":{"tf":1.0}}},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"10":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"41":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":15,"docs":{"10":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"13":{"tf":1.0},"31":{"tf":1.0},"45":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":7,"docs":{"13":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"56":{"tf":1.0},"8":{"tf":1.0}}}},"n":{"df":0,"docs":{},"i":{"df":6,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.0}}}},"p":{"df":3,"docs":{"16":{"tf":1.0},"44":{"tf":1.0},"56":{"tf":1.0}}},"t":{"c":{"df":0,"docs":{},"h":{"df":4,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"29":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"57":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"17":{"tf":1.0},"42":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}},"x":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"0":{"df":1,"docs":{"32":{"tf":1.0}}},"5":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}},"2":{"5":{"df":2,"docs":{"27":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"4":{"0":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"y":{"b":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":8,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"46":{"tf":1.0},"60":{"tf":1.0}}}}},"t":{"df":1,"docs":{"21":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"30":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"2":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"44":{"tf":1.0},"61":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"c":{"df":4,"docs":{"12":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"59":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"0":{"df":1,"docs":{"33":{"tf":1.0}}},"5":{"df":2,"docs":{"27":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"3":{"0":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"22":{"tf":1.0},"24":{"tf":1.0},"40":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"10":{"tf":1.4142135623730951},"58":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":5,"docs":{"35":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}}},"x":{"df":2,"docs":{"59":{"tf":1.0},"8":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":7,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"46":{"tf":1.7320508075688772},"56":{"tf":1.0}}},"r":{"df":1,"docs":{"30":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"13":{"tf":1.0}}}},"df":1,"docs":{"48":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"32":{"tf":1.4142135623730951},"55":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"13":{"tf":1.0},"22":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":7,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.4142135623730951},"41":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":5,"docs":{"22":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"58":{"tf":1.0},"60":{"tf":1.0}}}}}}},"t":{"df":12,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"53":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"48":{"tf":1.0},"53":{"tf":1.0}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"df":1,"docs":{"9":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":12,"docs":{"21":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.4142135623730951},"8":{"tf":1.0}},"—":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"g":{"df":1,"docs":{"44":{"tf":1.0}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":11,"docs":{"0":{"tf":1.7320508075688772},"15":{"tf":1.0},"17":{"tf":1.0},"3":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"4":{"tf":1.0},"46":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"37":{"tf":1.0}}}}},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":4,"docs":{"46":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"56":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"50":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":25,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"12":{"tf":1.4142135623730951},"15":{"tf":1.7320508075688772},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"2":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"33":{"tf":1.0},"36":{"tf":1.7320508075688772},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.7320508075688772},"46":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.4142135623730951},"59":{"tf":1.0},"61":{"tf":1.7320508075688772},"7":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":2,"docs":{"22":{"tf":1.0},"8":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"df":6,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.7320508075688772},"44":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"{":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{":":{":":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"21":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"[":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":16,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.4142135623730951},"46":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"22":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"46":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"12":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"56":{"tf":1.0},"58":{"tf":1.0}}}}}},"k":{"(":{"_":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"\\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":10,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"53":{"tf":1.0}}},"n":{"c":{"df":3,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0}}},"df":5,"docs":{"15":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.4142135623730951},"43":{"tf":1.0},"51":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"42":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"0":{"tf":1.0},"17":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.4142135623730951},"44":{"tf":1.7320508075688772},"60":{"tf":1.0}}}},"t":{"df":2,"docs":{"21":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"12":{"tf":1.0},"50":{"tf":1.0}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"56":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"61":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"21":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":8,"docs":{"12":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0}}}}},"df":1,"docs":{"31":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"3":{"tf":1.0},"36":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}}},"p":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"12":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"16":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"1":{"tf":1.0},"38":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"37":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"4":{"tf":1.0},"51":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":4,"docs":{"14":{"tf":1.0},"2":{"tf":1.0},"45":{"tf":1.0},"57":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":5,"docs":{"0":{"tf":1.0},"19":{"tf":1.0},"51":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.7320508075688772}}}}}},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"38":{"tf":1.0},"44":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":1,"docs":{"12":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"19":{"tf":1.0},"26":{"tf":1.0},"32":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":3,"docs":{"15":{"tf":1.0},"21":{"tf":2.0},"22":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":4,"docs":{"0":{"tf":1.0},"29":{"tf":1.0},"4":{"tf":1.0},"61":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"15":{"tf":1.0},"16":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}}}}}}}}},"l":{"a":{"df":0,"docs":{},"n":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":9,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"[":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":25,"docs":{"1":{"tf":1.0},"12":{"tf":2.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"20":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.4142135623730951},"3":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"38":{"tf":2.0},"39":{"tf":1.4142135623730951},"4":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"44":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"52":{"tf":1.0}},"g":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"13":{"tf":1.0},"18":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"d":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"3":{"tf":1.0}}}},"df":0,"docs":{}},"df":4,"docs":{"37":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"59":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"46":{"tf":1.0},"61":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"14":{"tf":1.0},"22":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"9":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"15":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"38":{"tf":1.4142135623730951},"44":{"tf":2.0},"46":{"tf":1.0},"48":{"tf":1.0}}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}},"t":{"df":3,"docs":{"22":{"tf":1.0},"51":{"tf":1.0},"59":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"38":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.4142135623730951}}}}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"11":{"tf":1.0},"5":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"n":{"df":1,"docs":{"29":{"tf":1.4142135623730951}}}}}}},"o":{"b":{"df":0,"docs":{},"e":{"df":8,"docs":{"17":{"tf":1.0},"21":{"tf":1.0},"28":{"tf":1.0},"43":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}}}},"c":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"31":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":6,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"61":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":6,"docs":{"0":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"50":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.0}},"t":{"df":5,"docs":{"10":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":8,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"46":{"tf":1.0},"59":{"tf":1.0},"9":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":7,"docs":{"0":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"21":{"tf":1.0},"3":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"10":{"tf":1.0},"53":{"tf":1.0}},"r":{"df":1,"docs":{"44":{"tf":1.0}}}},"i":{"d":{"df":3,"docs":{"41":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":4,"docs":{"12":{"tf":1.4142135623730951},"4":{"tf":1.0},"43":{"tf":1.0},"61":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"43":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"b":{"df":2,"docs":{"53":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"61":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"60":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"18":{"tf":1.0},"3":{"tf":1.0}}}}}}}},"q":{"a":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"24":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}}}}}},"r":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"12":{"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":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"36":{"tf":1.4142135623730951},"8":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"(":{"1":{"0":{"df":2,"docs":{"26":{"tf":1.0},"31":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":4,"docs":{"25":{"tf":1.0},"27":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":10,"docs":{"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"29":{"tf":2.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"12":{"tf":1.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"53":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"l":{"df":3,"docs":{"43":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0}},"e":{"df":0,"docs":{},"—":{"a":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":12,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"27":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.7320508075688772},"50":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.4142135623730951}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"56":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":3,"docs":{"0":{"tf":1.0},"3":{"tf":1.0},"52":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"1":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"50":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"19":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.7320508075688772},"60":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":3,"docs":{"13":{"tf":1.0},"21":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"45":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"38":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}},"x":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}}},"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"22":{"tf":1.0},"50":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"20":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"3":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"46":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":4,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":7,"docs":{"19":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"60":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":7,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"60":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"12":{"tf":1.0},"46":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":4,"docs":{"16":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"61":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":11,"docs":{"12":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"27":{"tf":1.4142135623730951},"31":{"tf":2.23606797749979},"32":{"tf":2.23606797749979},"33":{"tf":2.0},"36":{"tf":1.7320508075688772},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"61":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":14,"docs":{"22":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"38":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"61":{"tf":1.0},"9":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"4":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0},"61":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"15":{"tf":1.4142135623730951},"21":{"tf":1.0},"49":{"tf":1.0},"56":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":3,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"60":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"10":{"tf":1.0},"60":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":6,"docs":{"0":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.4142135623730951}}},"l":{"df":1,"docs":{"31":{"tf":1.7320508075688772}}}}},"p":{"c":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"48":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.7320508075688772},"54":{"tf":1.4142135623730951}}}}}}}}},"df":20,"docs":{"1":{"tf":1.0},"10":{"tf":1.7320508075688772},"12":{"tf":1.7320508075688772},"13":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.7320508075688772},"20":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.0},"38":{"tf":1.7320508075688772},"4":{"tf":1.7320508075688772},"42":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":2.0},"5":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.7320508075688772},"60":{"tf":1.4142135623730951},"61":{"tf":2.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"48":{"tf":1.0},"53":{"tf":1.4142135623730951}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":9,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":31,"docs":{"12":{"tf":1.0},"13":{"tf":1.4142135623730951},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"38":{"tf":1.7320508075688772},"39":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.4142135623730951},"46":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.4142135623730951},"56":{"tf":1.7320508075688772},"59":{"tf":1.7320508075688772},"60":{"tf":1.7320508075688772},"61":{"tf":1.7320508075688772}},"’":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"43":{"tf":1.0}},"{":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"43":{"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":{},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"56":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"43":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"51":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":5,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"38":{"tf":1.4142135623730951},"56":{"tf":1.0},"60":{"tf":1.4142135623730951}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"0":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"44":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"24":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"2":{"df":4,"docs":{"25":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"3":{"df":3,"docs":{"24":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0}}},"4":{"df":3,"docs":{"27":{"tf":1.0},"30":{"tf":1.0},"8":{"tf":1.0}}},"5":{"df":1,"docs":{"31":{"tf":1.0}}},"7":{"df":2,"docs":{"32":{"tf":1.0},"33":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":30,"docs":{"1":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":2.23606797749979},"16":{"tf":1.7320508075688772},"17":{"tf":1.7320508075688772},"18":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":2.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"28":{"tf":1.0},"38":{"tf":1.7320508075688772},"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.4142135623730951},"46":{"tf":2.23606797749979},"5":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":2.23606797749979},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"60":{"tf":1.7320508075688772},"61":{"tf":2.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"42":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"a":{"df":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"44":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"22":{"tf":1.0},"7":{"tf":2.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"d":{"df":8,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}},"df":4,"docs":{"17":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.0},"46":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}},"f":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":3,"docs":{"21":{"tf":1.0},"53":{"tf":1.7320508075688772},"54":{"tf":1.7320508075688772}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"8":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"56":{"tf":1.0}},"i":{"c":{"df":5,"docs":{"0":{"tf":1.0},"41":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":6,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"38":{"tf":1.0},"45":{"tf":1.0},"58":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"16":{"tf":1.0},"41":{"tf":1.0},"59":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":10,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":7,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"0":{"tf":1.0},"10":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"60":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"w":{"df":4,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"23":{"tf":1.0},"52":{"tf":1.0}}}}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":13,"docs":{"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"38":{"tf":1.7320508075688772},"4":{"tf":1.0},"44":{"tf":1.7320508075688772},"50":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"9":{"tf":1.7320508075688772}},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"44":{"tf":1.0}}},"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":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"24":{"tf":1.0},"53":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"33":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"n":{"df":3,"docs":{"26":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":3,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0}}}}},"t":{"df":1,"docs":{"15":{"tf":1.0}}},"z":{"df":0,"docs":{},"e":{"df":1,"docs":{"9":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}}},"w":{"df":3,"docs":{"44":{"tf":1.0},"59":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"35":{"tf":1.0}}}},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"17":{"tf":1.0},"3":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":5,"docs":{"21":{"tf":1.0},"24":{"tf":1.0},"55":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"49":{"tf":1.0},"54":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"o":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"3":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":1,"docs":{"61":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":6,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"36":{"tf":1.4142135623730951},"44":{"tf":1.0},"5":{"tf":1.0},"58":{"tf":1.0}},"i":{"df":1,"docs":{"17":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":3,"docs":{"22":{"tf":1.0},"39":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"41":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"59":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"22":{"tf":1.0},"59":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"df":0,"docs":{}},"_":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"49":{"tf":1.0},"54":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":14,"docs":{"12":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.7320508075688772},"46":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"7":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"e":{"df":3,"docs":{"12":{"tf":1.0},"22":{"tf":1.0},"9":{"tf":1.7320508075688772}}},"i":{"c":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}},"y":{"df":5,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"35":{"tf":1.4142135623730951},"54":{"tf":1.0},"60":{"tf":1.0}}}},"d":{":":{":":{"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":9,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{":":{":":{"a":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"53":{"tf":1.0}}},"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":{":":{":":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"24":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"21":{"tf":1.0},"44":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"60":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"p":{"df":3,"docs":{"12":{"tf":1.0},"46":{"tf":1.0},"61":{"tf":1.0}}}},"r":{"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"26":{"tf":1.0},"32":{"tf":1.4142135623730951}}}}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"58":{"tf":1.4142135623730951}}}}}},"u":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"25":{"tf":1.0},"36":{"tf":1.0}}}},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"6":{"tf":1.0}}}}},"df":6,"docs":{"0":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":1.0},"61":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"0":{"tf":1.0},"61":{"tf":1.0}}}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"42":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"57":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"13":{"tf":1.0},"22":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"27":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"30":{"tf":1.0}}}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"60":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":7,"docs":{"20":{"tf":1.4142135623730951},"3":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}}}}}}}},"t":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"7":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"2":{"0":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"0":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}},"4":{"5":{"df":2,"docs":{"27":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"6":{"0":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"53":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":5,"docs":{"17":{"tf":1.0},"36":{"tf":1.7320508075688772},"53":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"46":{"tf":1.0}}}}},"d":{"df":3,"docs":{"20":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"22":{"tf":1.0},"3":{"tf":1.4142135623730951},"58":{"tf":1.0}}},"r":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"21":{"tf":1.0},"30":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"c":{"a":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"33":{"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":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"25":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":31,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.0},"11":{"tf":1.0},"15":{"tf":2.0},"16":{"tf":1.7320508075688772},"17":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.7320508075688772},"30":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"36":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.4142135623730951},"52":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"59":{"tf":1.0},"6":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"50":{"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":{"49":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"{":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"54":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"53":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"51":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"7":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":3,"docs":{"13":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"e":{"df":14,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"3":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"35":{"tf":1.7320508075688772},"40":{"tf":1.0},"44":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.7320508075688772}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"35":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":6,"docs":{"15":{"tf":1.0},"20":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"44":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":9,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.7320508075688772},"35":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"36":{"tf":1.0}}},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":18,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.7320508075688772},"46":{"tf":1.7320508075688772},"51":{"tf":1.0},"53":{"tf":1.4142135623730951},"56":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"8":{"tf":1.0}},"y":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"g":{"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":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"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":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"15":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"56":{"tf":1.0}}},"k":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":14,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.7320508075688772},"43":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"61":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"52":{"tf":1.0},"58":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":21,"docs":{"0":{"tf":1.7320508075688772},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"21":{"tf":1.0},"25":{"tf":2.0},"26":{"tf":2.0},"27":{"tf":1.0},"29":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"5":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"5":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"16":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"19":{"tf":1.0},"61":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"36":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":3,"docs":{"22":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"39":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}}},"x":{"/":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"29":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"39":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"25":{"tf":1.0},"3":{"tf":1.4142135623730951},"46":{"tf":1.0},"48":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"54":{"tf":1.0},"59":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":3,"docs":{"33":{"tf":1.0},"4":{"tf":1.0},"56":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"31":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"17":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"16":{"tf":1.0}}}},"df":27,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":2.23606797749979},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.4142135623730951},"50":{"tf":1.0},"53":{"tf":2.23606797749979},"54":{"tf":1.7320508075688772},"56":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"19":{"tf":1.0},"58":{"tf":1.0},"9":{"tf":1.7320508075688772}},"s":{"(":{"1":{"0":{"df":4,"docs":{"26":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"3":{"0":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":2,"docs":{"25":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"z":{"df":2,"docs":{"53":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":22,"docs":{"0":{"tf":2.0},"13":{"tf":1.0},"17":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.7320508075688772},"37":{"tf":1.7320508075688772},"43":{"tf":1.0},"46":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"58":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":2.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"!":{"[":{"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":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"10":{"tf":1.0},"32":{"tf":1.0},"60":{"tf":1.0}},"f":{"df":1,"docs":{"13":{"tf":1.0}},"i":{"df":13,"docs":{"0":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"27":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"4":{"tf":1.0},"44":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"16":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"[":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"12":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"61":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":2.0}},"e":{"df":0,"docs":{},"t":{"df":12,"docs":{"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.0}},"s":{"(":{"1":{"0":{"0":{"df":1,"docs":{"30":{"tf":1.0}}},"df":5,"docs":{"25":{"tf":1.0},"27":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"2":{"0":{"df":4,"docs":{"26":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}},"df":0,"docs":{}},"5":{"0":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}},"y":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":1,"docs":{"12":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"21":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"58":{"tf":1.0},"61":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":8,"docs":{"10":{"tf":1.0},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"20":{"tf":1.0},"38":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":4,"docs":{"41":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.0},"59":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"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":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"2":{"0":{"df":3,"docs":{"26":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"0":{"0":{"df":1,"docs":{"31":{"tf":1.0}}},"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":1,"docs":{"10":{"tf":1.0}}},"6":{"0":{"0":{"df":1,"docs":{"30":{"tf":1.0}}},"df":4,"docs":{"10":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"9":{"0":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"0":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"0":{"tf":1.0},"35":{"tf":1.4142135623730951},"9":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"1":{"tf":1.0},"13":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":5,"docs":{"24":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"56":{"tf":1.7320508075688772}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":32,"docs":{"1":{"tf":1.0},"12":{"tf":2.23606797749979},"13":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.7320508075688772},"18":{"tf":1.4142135623730951},"19":{"tf":2.0},"20":{"tf":2.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"36":{"tf":1.7320508075688772},"38":{"tf":1.7320508075688772},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.4142135623730951},"46":{"tf":2.23606797749979},"48":{"tf":1.4142135623730951},"49":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":2.23606797749979},"54":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.7320508075688772},"59":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"5":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"e":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"breadcrumbs":{"root":{"0":{"df":2,"docs":{"10":{"tf":1.0},"24":{"tf":1.0}}},"1":{"0":{"0":{"df":1,"docs":{"29":{"tf":1.0}}},"df":3,"docs":{"10":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0}}},"df":9,"docs":{"10":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}},"2":{"0":{"df":1,"docs":{"29":{"tf":1.0}}},"df":5,"docs":{"26":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"33":{"tf":1.7320508075688772},"7":{"tf":1.0}}},"3":{"0":{"df":1,"docs":{"7":{"tf":1.0}}},"df":1,"docs":{"33":{"tf":1.4142135623730951}}},"5":{"0":{"df":1,"docs":{"29":{"tf":1.0}}},"df":2,"docs":{"31":{"tf":1.0},"7":{"tf":1.0}}},"6":{"0":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}},"7":{"df":2,"docs":{"32":{"tf":1.0},"33":{"tf":1.4142135623730951}}},"_":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":8,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"a":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"61":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"46":{"tf":1.0},"53":{"tf":1.0},"8":{"tf":1.0}}}},"v":{"df":9,"docs":{"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"46":{"tf":1.0},"53":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"19":{"tf":1.0},"21":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"37":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"56":{"tf":1.0}}}}},"d":{"df":4,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"48":{"tf":1.0}}}}}}},"df":6,"docs":{"46":{"tf":1.0},"48":{"tf":1.7320508075688772},"49":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"52":{"tf":1.0}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"23":{"tf":1.0},"44":{"tf":1.0},"58":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":10,"docs":{"28":{"tf":2.0},"29":{"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}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"49":{"tf":1.0}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"32":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}}}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":4,"docs":{"17":{"tf":1.0},"21":{"tf":1.4142135623730951},"38":{"tf":1.0},"60":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":15,"docs":{"10":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}}}}},"df":1,"docs":{"22":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"10":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.7320508075688772}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":5,"docs":{"57":{"tf":1.7320508075688772},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":10,"docs":{"20":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"8":{"tf":1.0}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"4":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"44":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":10,"docs":{"28":{"tf":1.0},"29":{"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}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"15":{"tf":1.0},"46":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":12,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}}},"t":{"df":2,"docs":{"16":{"tf":1.0},"44":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"0":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{":":{":":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":12,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"46":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":6,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"17":{"tf":1.7320508075688772},"38":{"tf":1.0},"5":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":16,"docs":{"0":{"tf":1.7320508075688772},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"38":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.4142135623730951},"46":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.7320508075688772},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"22":{"tf":1.0},"44":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"df":0,"docs":{}}}}},"b":{"(":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"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":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"4":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}}}}},"d":{"df":3,"docs":{"10":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"22":{"tf":1.0},"39":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"46":{"tf":1.0},"49":{"tf":1.0},"54":{"tf":1.0}}}}}},"i":{"c":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}}}},"df":2,"docs":{"36":{"tf":1.0},"4":{"tf":1.0}},"e":{"c":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":7,"docs":{"22":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"59":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"43":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":9,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"22":{"tf":1.7320508075688772},"40":{"tf":1.0}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":6,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0},"59":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"44":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"b":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{"df":1,"docs":{"26":{"tf":1.0}}},"2":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":6,"docs":{"0":{"tf":1.7320508075688772},"17":{"tf":1.0},"19":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":18,"docs":{"0":{"tf":1.0},"10":{"tf":2.23606797749979},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.0},"35":{"tf":2.449489742783178},"46":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":2.0},"61":{"tf":1.4142135623730951},"7":{"tf":2.6457513110645907},"9":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"61":{"tf":1.0}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"0":{"tf":1.0},"1":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"18":{"tf":1.0},"20":{"tf":1.0},"26":{"tf":1.0},"58":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"46":{"tf":1.0}}}}},"df":1,"docs":{"35":{"tf":1.0}}},"df":0,"docs":{}}},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":9,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"13":{"tf":1.0},"29":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"o":{"a":{"d":{"df":1,"docs":{"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"9":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":16,"docs":{"12":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"46":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"58":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":5,"docs":{"21":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.7320508075688772},"55":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"z":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"33":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}},"c":{"(":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}},"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":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"9":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"59":{"tf":1.4142135623730951},"60":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"55":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"36":{"tf":1.0}}}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"46":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0}}}},"c":{"df":2,"docs":{"28":{"tf":1.0},"29":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"38":{"tf":1.0},"46":{"tf":1.0},"60":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"32":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"30":{"tf":1.0},"35":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":1,"docs":{"4":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"1":{"tf":1.0},"56":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"2":{"df":1,"docs":{"26":{"tf":1.0}}},"5":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"0":{"tf":1.0}}},"df":0,"docs":{}}}},"df":3,"docs":{"19":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.0}}}}}},"o":{"df":15,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"27":{"tf":1.7320508075688772},"31":{"tf":1.0},"32":{"tf":2.0},"33":{"tf":1.0},"36":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.7320508075688772},"60":{"tf":1.4142135623730951},"61":{"tf":1.0},"8":{"tf":2.23606797749979}},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"46":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.7320508075688772}}}},"c":{"df":0,"docs":{},"k":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":16,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"44":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.4142135623730951},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"44":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"22":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"17":{"tf":1.4142135623730951},"22":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"59":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}}}}},"i":{"df":6,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0},"7":{"tf":1.4142135623730951}},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"51":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"44":{"tf":1.0},"59":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":5,"docs":{"12":{"tf":1.0},"46":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0}},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"r":{"df":7,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"58":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"|":{"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":4,"docs":{"48":{"tf":1.0},"53":{"tf":1.7320508075688772},"54":{"tf":1.7320508075688772},"56":{"tf":1.0}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"33":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":12,"docs":{"1":{"tf":1.0},"13":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.7320508075688772},"42":{"tf":1.4142135623730951},"44":{"tf":1.0},"46":{"tf":1.0},"61":{"tf":1.0}},"—":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"46":{"tf":1.0}}}}}}}}}}}},"o":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"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":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"44":{"tf":1.0}}}}}}}}},"df":3,"docs":{"20":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"14":{"tf":1.0},"23":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"61":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"43":{"tf":1.4142135623730951},"58":{"tf":1.0},"59":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"22":{"tf":1.0},"38":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"18":{"tf":1.0},"4":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"3":{"tf":1.0},"61":{"tf":1.4142135623730951}}},"s":{"df":12,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"61":{"tf":1.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":4,"docs":{"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":2,"docs":{"2":{"tf":1.0},"38":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"8":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"20":{"tf":1.0},"58":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"4":{"tf":1.0},"46":{"tf":1.0},"54":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"3":{"tf":1.0},"60":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":4,"docs":{"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"37":{"tf":2.0},"56":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"r":{"df":10,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"54":{"tf":1.4142135623730951},"59":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":8,"docs":{"0":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.7320508075688772},"27":{"tf":1.0},"31":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.7320508075688772}}}}}},"i":{"d":{"df":1,"docs":{"48":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.0},"39":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"35":{"tf":1.4142135623730951},"50":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"m":{"df":3,"docs":{"15":{"tf":1.0},"44":{"tf":1.4142135623730951},"56":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"41":{"tf":1.0},"61":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"1":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"17":{"tf":1.0},"18":{"tf":1.7320508075688772},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.7320508075688772},"58":{"tf":1.4142135623730951}}}},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"0":{"tf":1.7320508075688772},"46":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":2,"docs":{"20":{"tf":1.0},"36":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":6,"docs":{"19":{"tf":1.4142135623730951},"36":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"59":{"tf":1.4142135623730951},"61":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":4,"docs":{"12":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"46":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"46":{"tf":1.0},"56":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"23":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":9,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.7320508075688772},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.7320508075688772},"56":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"38":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"21":{"tf":1.0},"58":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"45":{"tf":1.0},"56":{"tf":2.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"17":{"tf":1.0},"61":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":4,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"x":{"df":2,"docs":{"53":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"36":{"tf":1.0},"51":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":4,"docs":{"35":{"tf":1.4142135623730951},"36":{"tf":1.7320508075688772},"37":{"tf":1.4142135623730951},"52":{"tf":1.0}}}}}}}},"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"[":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"a":{"df":8,"docs":{"0":{"tf":2.449489742783178},"22":{"tf":1.0},"26":{"tf":2.23606797749979},"30":{"tf":1.0},"37":{"tf":1.0},"51":{"tf":1.0},"61":{"tf":1.7320508075688772},"9":{"tf":1.0}},"t":{"a":{"df":13,"docs":{"0":{"tf":2.23606797749979},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"4":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":2,"docs":{"12":{"tf":1.0},"4":{"tf":1.0}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":3,"docs":{"40":{"tf":1.0},"44":{"tf":1.0},"8":{"tf":1.0}},"g":{"df":2,"docs":{"11":{"tf":1.0},"57":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"12":{"tf":1.0},"17":{"tf":1.0}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"r":{"df":8,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"3":{"tf":1.0},"46":{"tf":1.0},"6":{"tf":1.7320508075688772},"61":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"45":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":5,"docs":{"21":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"17":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"20":{"tf":1.0},"21":{"tf":1.0},"58":{"tf":1.0}}}}}}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":2,"docs":{"30":{"tf":1.0},"35":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"32":{"tf":1.0},"33":{"tf":1.0}}}},"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"16":{"tf":1.0},"56":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"44":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":21,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":2.0},"38":{"tf":1.0},"4":{"tf":1.7320508075688772},"42":{"tf":1.0},"46":{"tf":1.4142135623730951},"56":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"(":{"&":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":9,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}}}},"df":0,"docs":{}}},"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":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"48":{"tf":1.0},"53":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":6,"docs":{"16":{"tf":1.0},"18":{"tf":1.4142135623730951},"3":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"46":{"tf":1.0},"61":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"13":{"tf":1.7320508075688772}}}}}},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"11":{"tf":1.0},"8":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":16,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0},"45":{"tf":1.7320508075688772},"46":{"tf":2.23606797749979},"47":{"tf":1.0},"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},"55":{"tf":1.0},"56":{"tf":1.0}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}}}}}},"df":1,"docs":{"36":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"14":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"60":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"41":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"57":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":3,"docs":{"0":{"tf":1.7320508075688772},"51":{"tf":1.0},"61":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.4142135623730951},"44":{"tf":1.0},"56":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"22":{"tf":1.0},"56":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"\'":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"n":{"df":3,"docs":{"12":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"[":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}},"df":8,"docs":{"12":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.0},"38":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0}},"n":{"df":1,"docs":{"18":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"l":{"df":6,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.0},"48":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.7320508075688772}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":13,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":4,"docs":{"12":{"tf":1.0},"31":{"tf":1.0},"54":{"tf":1.0},"61":{"tf":1.4142135623730951}}}}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"53":{"tf":1.7320508075688772},"54":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}},"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":7,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"7":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"12":{"tf":1.0}}}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"13":{"tf":1.0},"16":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"44":{"tf":1.0}}}}},"s":{"df":1,"docs":{"41":{"tf":1.0}},"i":{"df":1,"docs":{"17":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":3,"docs":{"12":{"tf":1.0},"29":{"tf":1.0},"4":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":6,"docs":{"0":{"tf":1.0},"21":{"tf":1.0},"44":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":5,"docs":{"27":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"8":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"d":{"df":4,"docs":{"16":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":2,"docs":{"10":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"15":{"tf":1.0},"3":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":6,"docs":{"10":{"tf":1.4142135623730951},"17":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"38":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.4142135623730951},"51":{"tf":1.0},"61":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":19,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"38":{"tf":1.7320508075688772},"39":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.7320508075688772},"56":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"—":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"48":{"tf":1.0}}}}}}},"r":{"(":{"\\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"2":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"a":{"df":0,"docs":{},"l":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":8,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"54":{"tf":1.0},"61":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":3,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0}}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":22,"docs":{"15":{"tf":1.0},"23":{"tf":1.7320508075688772},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.7320508075688772},"29":{"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},"52":{"tf":1.7320508075688772},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"4":{"tf":1.4142135623730951},"43":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"r":{"df":6,"docs":{"0":{"tf":1.4142135623730951},"17":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":2.8284271247461903},"58":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":6,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":12,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":31,"docs":{"1":{"tf":1.0},"12":{"tf":2.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":2.0},"19":{"tf":1.0},"20":{"tf":2.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"35":{"tf":1.7320508075688772},"38":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"43":{"tf":1.7320508075688772},"44":{"tf":1.0},"46":{"tf":2.23606797749979},"48":{"tf":1.0},"49":{"tf":1.4142135623730951},"52":{"tf":2.0},"53":{"tf":2.23606797749979},"54":{"tf":2.23606797749979},"55":{"tf":1.4142135623730951},"56":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.7320508075688772},"7":{"tf":1.7320508075688772},"9":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}},"s":{"df":2,"docs":{"44":{"tf":1.0},"48":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"—":{"a":{"d":{"df":0,"docs":{},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"20":{"tf":1.0},"21":{"tf":1.0},"58":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":9,"docs":{"13":{"tf":1.0},"30":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":1.7320508075688772},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.4142135623730951}}},"df":0,"docs":{},"s":{"df":2,"docs":{"16":{"tf":1.0},"34":{"tf":1.4142135623730951}}}}}}},"}":{"\\"":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"54":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"f":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"15":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"51":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":4,"docs":{"12":{"tf":1.0},"29":{"tf":1.0},"48":{"tf":1.0},"60":{"tf":1.0}},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"36":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":7,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.7320508075688772},"50":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}},"l":{"df":0,"docs":{},"s":{"df":3,"docs":{"10":{"tf":1.0},"44":{"tf":1.0},"60":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}}}},"q":{"df":1,"docs":{"60":{"tf":1.7320508075688772}}},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"17":{"tf":1.0},"37":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.0},"7":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"22":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"35":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"22":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"29":{"tf":1.4142135623730951},"32":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":1,"docs":{"60":{"tf":1.0}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"17":{"tf":1.0},"49":{"tf":1.0},"54":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"44":{"tf":1.0},"8":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"60":{"tf":1.0}}}}}}}}}},"t":{"df":6,"docs":{"15":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"52":{"tf":1.0}}},"x":{"df":2,"docs":{"7":{"tf":1.0},"8":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"38":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0}}},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":3,"docs":{"13":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"56":{"tf":1.0},"58":{"tf":1.0}}}}}}},"n":{"df":15,"docs":{"10":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"53":{"tf":2.449489742783178},"54":{"tf":2.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"o":{"c":{"df":0,"docs":{},"u":{"df":2,"docs":{"6":{"tf":1.0},"7":{"tf":1.0}},"s":{"df":3,"docs":{"0":{"tf":1.0},"15":{"tf":1.0},"44":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"38":{"tf":1.0},"4":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"t":{"!":{"(":{"\\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"4":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":13,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"2":{"tf":1.7320508075688772},"21":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"48":{"tf":1.0},"49":{"tf":1.0}}}}}}}}}}},"df":20,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.4142135623730951},"2":{"tf":1.0},"3":{"tf":1.4142135623730951},"4":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.7320508075688772},"48":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0},"6":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}},"’":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"8":{"tf":1.0}}}}}}},"d":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"3":{"tf":1.0},"59":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"43":{"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":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"48":{"tf":1.0},"53":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":8,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"46":{"tf":1.0},"53":{"tf":1.0},"61":{"tf":1.0}}}}},"t":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}}}},"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":1,"docs":{"1":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"61":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"17":{"tf":1.0},"22":{"tf":1.0}}}},"df":0,"docs":{},"o":{"d":{"df":5,"docs":{"10":{"tf":1.0},"41":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"31":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"17":{"tf":1.0},"22":{"tf":1.0}}},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"29":{"tf":1.0},"30":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":1,"docs":{"55":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"14":{"tf":1.0},"46":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}},"df":32,"docs":{"1":{"tf":1.0},"14":{"tf":1.7320508075688772},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"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}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"12":{"tf":1.0}},"l":{"df":4,"docs":{"0":{"tf":1.0},"29":{"tf":1.0},"32":{"tf":1.0},"6":{"tf":1.0}}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"r":{"d":{"df":1,"docs":{"8":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"24":{"tf":1.0},"29":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"17":{"tf":1.0},"4":{"tf":1.0},"9":{"tf":1.7320508075688772}},"i":{"df":2,"docs":{"20":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":1,"docs":{"5":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.7320508075688772}}}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"0":{"tf":1.0},"54":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":8,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"4":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"56":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"i":{"[":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"20":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"a":{"df":3,"docs":{"34":{"tf":1.4142135623730951},"53":{"tf":1.0},"54":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"36":{"tf":1.0},"53":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"i":{"df":31,"docs":{"14":{"tf":1.7320508075688772},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"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}},"i":{"df":12,"docs":{"45":{"tf":1.7320508075688772},"46":{"tf":1.0},"47":{"tf":1.0},"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},"55":{"tf":1.0},"56":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}}}}}},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.7320508075688772}}}},"l":{"df":2,"docs":{"53":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.0}}}}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":4,"docs":{"0":{"tf":1.4142135623730951},"58":{"tf":1.0},"59":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":7,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.0},"9":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"29":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"\\"":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"3":{"tf":1.0},"4":{"tf":1.4142135623730951},"6":{"tf":1.0},"61":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"12":{"tf":1.0},"21":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":3,"docs":{"20":{"tf":1.4142135623730951},"48":{"tf":1.0},"53":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"48":{"tf":1.0},"53":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"df":2,"docs":{"41":{"tf":1.0},"44":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"59":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":4,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"3":{"tf":1.0},"56":{"tf":1.0}}}},"n":{"d":{"df":4,"docs":{"17":{"tf":1.0},"46":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"0":{"tf":1.4142135623730951},"3":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":2,"docs":{"56":{"tf":1.7320508075688772},"9":{"tf":2.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"5":{"tf":1.0}}}}}},"v":{"df":3,"docs":{"35":{"tf":1.0},"59":{"tf":1.0},"7":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"8":{"tf":1.0}},"t":{"df":1,"docs":{"3":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":2,"docs":{"44":{"tf":1.0},"53":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.0},"40":{"tf":1.0}}}},"’":{"df":1,"docs":{"0":{"tf":1.0}}}},"v":{"df":5,"docs":{"57":{"tf":1.7320508075688772},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}}},"j":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"g":{"df":4,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}}},"k":{"8":{"df":6,"docs":{"16":{"tf":1.0},"22":{"tf":1.0},"38":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"60":{"tf":1.0}},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"61":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":15,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.7320508075688772},"22":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951}}}},"y":{"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}}}},"n":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"58":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.4142135623730951},"56":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"13":{"tf":1.0},"7":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"21":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"40":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"26":{"tf":1.0},"4":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"15":{"tf":1.7320508075688772},"21":{"tf":1.0},"3":{"tf":1.0},"51":{"tf":1.0},"58":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":3,"docs":{"12":{"tf":1.0},"30":{"tf":1.4142135623730951},"46":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":10,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.7320508075688772},"56":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"12":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"19":{"tf":1.0},"29":{"tf":1.0},"33":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"20":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":16,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.4142135623730951},"3":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"44":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.0},"9":{"tf":1.0}}}}},"o":{"a":{"d":{"df":3,"docs":{"25":{"tf":1.0},"29":{"tf":1.4142135623730951},"30":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"61":{"tf":1.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":5,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":11,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"38":{"tf":1.4142135623730951},"4":{"tf":1.0},"40":{"tf":1.4142135623730951},"44":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0}}},"t":{"df":1,"docs":{"56":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":3,"docs":{"53":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}},"i":{"c":{"df":3,"docs":{"36":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{}},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":7,"docs":{"10":{"tf":1.0},"17":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"42":{"tf":1.0},"7":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"60":{"tf":1.0}}},"p":{"df":3,"docs":{"22":{"tf":1.0},"40":{"tf":1.0},"6":{"tf":1.0}}},"s":{"df":1,"docs":{"15":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"r":{"df":2,"docs":{"12":{"tf":1.0},"4":{"tf":1.0}}},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"10":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"41":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":15,"docs":{"10":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"13":{"tf":1.0},"31":{"tf":1.0},"45":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":7,"docs":{"13":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"56":{"tf":1.0},"8":{"tf":1.0}}}},"n":{"df":0,"docs":{},"i":{"df":6,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.0}}}},"p":{"df":3,"docs":{"16":{"tf":1.0},"44":{"tf":1.0},"56":{"tf":1.0}}},"t":{"c":{"df":0,"docs":{},"h":{"df":4,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"29":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"57":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"17":{"tf":1.0},"42":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}},"x":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"0":{"df":1,"docs":{"32":{"tf":1.0}}},"5":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}},"2":{"5":{"df":2,"docs":{"27":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"4":{"0":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"y":{"b":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":8,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"46":{"tf":1.0},"60":{"tf":1.0}}}}},"t":{"df":1,"docs":{"21":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"30":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"2":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"44":{"tf":1.0},"61":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"c":{"df":4,"docs":{"12":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"59":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"0":{"df":1,"docs":{"33":{"tf":1.0}}},"5":{"df":2,"docs":{"27":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"3":{"0":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"22":{"tf":1.0},"24":{"tf":1.0},"40":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"10":{"tf":1.7320508075688772},"58":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":5,"docs":{"35":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}}},"x":{"df":2,"docs":{"59":{"tf":1.0},"8":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":7,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"46":{"tf":2.23606797749979},"56":{"tf":1.0}}},"r":{"df":1,"docs":{"30":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"13":{"tf":1.0}}}},"df":1,"docs":{"48":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"32":{"tf":1.4142135623730951},"55":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"13":{"tf":1.0},"22":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":7,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.4142135623730951},"41":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":5,"docs":{"22":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"58":{"tf":1.0},"60":{"tf":1.0}}}}}}},"t":{"df":12,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"53":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"48":{"tf":1.0},"53":{"tf":1.0}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"df":1,"docs":{"9":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":12,"docs":{"21":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"g":{"df":1,"docs":{"44":{"tf":1.0}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":11,"docs":{"0":{"tf":1.7320508075688772},"15":{"tf":1.0},"17":{"tf":1.0},"3":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"4":{"tf":1.0},"46":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"37":{"tf":1.0}}}}},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":7,"docs":{"46":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.7320508075688772},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"50":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":25,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"12":{"tf":1.4142135623730951},"15":{"tf":1.7320508075688772},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"2":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"33":{"tf":1.0},"36":{"tf":1.7320508075688772},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.7320508075688772},"46":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.4142135623730951},"59":{"tf":1.0},"61":{"tf":1.7320508075688772},"7":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":2,"docs":{"22":{"tf":1.0},"8":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"df":6,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.7320508075688772},"44":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"{":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{":":{":":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"21":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"[":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":16,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.4142135623730951},"46":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"22":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"46":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"12":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"56":{"tf":1.0},"58":{"tf":1.0}}}}}},"k":{"(":{"_":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"\\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":10,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"53":{"tf":1.0}}},"n":{"c":{"df":3,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0}}},"df":5,"docs":{"15":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.4142135623730951},"43":{"tf":1.0},"51":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"42":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"0":{"tf":1.0},"17":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.4142135623730951},"44":{"tf":2.23606797749979},"60":{"tf":1.0}}}},"t":{"df":2,"docs":{"21":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"12":{"tf":1.0},"50":{"tf":1.0}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"56":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"61":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"21":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":8,"docs":{"12":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0}}}}},"df":1,"docs":{"31":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"3":{"tf":1.0},"36":{"tf":1.0},"6":{"tf":1.4142135623730951},"9":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.7320508075688772}}}}}}}}}},"p":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"12":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"16":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"1":{"tf":1.0},"38":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"37":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"4":{"tf":1.0},"51":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":60,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.7320508075688772},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.7320508075688772},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"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},"4":{"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.7320508075688772},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.7320508075688772},"58":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":5,"docs":{"0":{"tf":1.0},"19":{"tf":1.0},"51":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":2.0}}}}}},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"38":{"tf":1.0},"44":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":1,"docs":{"12":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"19":{"tf":1.0},"26":{"tf":1.0},"32":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":3,"docs":{"15":{"tf":1.0},"21":{"tf":2.449489742783178},"22":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":4,"docs":{"0":{"tf":1.0},"29":{"tf":1.0},"4":{"tf":1.0},"61":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":7,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"5":{"tf":1.7320508075688772},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"15":{"tf":1.0},"16":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}}}}}}}}},"l":{"a":{"df":0,"docs":{},"n":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":9,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"[":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":25,"docs":{"1":{"tf":1.0},"12":{"tf":2.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"20":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.4142135623730951},"3":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"38":{"tf":2.0},"39":{"tf":1.4142135623730951},"4":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"44":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"52":{"tf":1.0}},"g":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"13":{"tf":1.0},"18":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"d":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"3":{"tf":1.0}}}},"df":0,"docs":{}},"df":4,"docs":{"37":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"59":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"46":{"tf":1.0},"61":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"14":{"tf":1.0},"22":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"9":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"15":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"38":{"tf":1.4142135623730951},"44":{"tf":2.0},"46":{"tf":1.0},"48":{"tf":1.0}}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}},"t":{"df":3,"docs":{"22":{"tf":1.0},"51":{"tf":1.0},"59":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"38":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":2.0}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.4142135623730951}}}}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"11":{"tf":1.0},"5":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"n":{"df":1,"docs":{"29":{"tf":1.4142135623730951}}}}}}},"o":{"b":{"df":0,"docs":{},"e":{"df":8,"docs":{"17":{"tf":1.0},"21":{"tf":1.0},"28":{"tf":1.0},"43":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.0}}}},"c":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"31":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":6,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"61":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":6,"docs":{"0":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"50":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.0}},"t":{"df":5,"docs":{"10":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":8,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"29":{"tf":1.4142135623730951},"3":{"tf":1.0},"35":{"tf":1.0},"46":{"tf":1.0},"59":{"tf":1.0},"9":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":7,"docs":{"0":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"21":{"tf":1.0},"3":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":2.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"10":{"tf":1.0},"53":{"tf":1.0}},"r":{"df":1,"docs":{"44":{"tf":1.0}}}},"i":{"d":{"df":3,"docs":{"41":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":4,"docs":{"12":{"tf":1.4142135623730951},"4":{"tf":1.0},"43":{"tf":1.0},"61":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"43":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"b":{"df":2,"docs":{"53":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"61":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"60":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"18":{"tf":1.0},"3":{"tf":1.0}}}}}}}},"q":{"a":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"24":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}}}}}},"r":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"12":{"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":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"36":{"tf":1.4142135623730951},"8":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"(":{"1":{"0":{"df":2,"docs":{"26":{"tf":1.0},"31":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":4,"docs":{"25":{"tf":1.0},"27":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":10,"docs":{"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"29":{"tf":2.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"12":{"tf":1.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"53":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"l":{"df":3,"docs":{"43":{"tf":1.0},"53":{"tf":1.7320508075688772},"54":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"—":{"a":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":12,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"27":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.7320508075688772},"50":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.4142135623730951}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"56":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":3,"docs":{"0":{"tf":1.0},"3":{"tf":1.0},"52":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"1":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"50":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"19":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":2.0},"60":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":3,"docs":{"13":{"tf":1.0},"21":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":13,"docs":{"45":{"tf":1.7320508075688772},"46":{"tf":1.0},"47":{"tf":1.0},"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},"55":{"tf":1.0},"56":{"tf":2.0},"57":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"38":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}},"x":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}}},"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"22":{"tf":1.0},"50":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"20":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"3":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"46":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":4,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":7,"docs":{"19":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"60":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":7,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"27":{"tf":1.7320508075688772},"28":{"tf":1.0},"60":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"12":{"tf":1.0},"46":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":4,"docs":{"16":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"61":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":11,"docs":{"12":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"27":{"tf":1.4142135623730951},"31":{"tf":2.449489742783178},"32":{"tf":2.23606797749979},"33":{"tf":2.0},"36":{"tf":2.0},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"61":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":14,"docs":{"22":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"38":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"61":{"tf":1.0},"9":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"4":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0},"61":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"15":{"tf":1.4142135623730951},"21":{"tf":1.0},"49":{"tf":1.0},"56":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":3,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"60":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"10":{"tf":1.0},"60":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":6,"docs":{"0":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.4142135623730951}}},"l":{"df":1,"docs":{"31":{"tf":2.0}}}}},"p":{"c":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"48":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.7320508075688772},"54":{"tf":1.4142135623730951}}}}}}}}},"df":20,"docs":{"1":{"tf":1.0},"10":{"tf":2.0},"12":{"tf":1.7320508075688772},"13":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.7320508075688772},"20":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.0},"38":{"tf":2.23606797749979},"4":{"tf":1.7320508075688772},"42":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":2.0},"5":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.7320508075688772},"60":{"tf":1.4142135623730951},"61":{"tf":2.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"48":{"tf":1.0},"53":{"tf":1.4142135623730951}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":9,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":31,"docs":{"12":{"tf":1.0},"13":{"tf":1.4142135623730951},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"38":{"tf":1.7320508075688772},"39":{"tf":2.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.7320508075688772},"41":{"tf":1.7320508075688772},"42":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"46":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.7320508075688772},"56":{"tf":1.7320508075688772},"59":{"tf":1.7320508075688772},"60":{"tf":1.7320508075688772},"61":{"tf":1.7320508075688772}},"’":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"43":{"tf":1.0}},"{":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"43":{"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":{},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"56":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"43":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"52":{"tf":1.7320508075688772},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"51":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":5,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"38":{"tf":1.4142135623730951},"56":{"tf":1.0},"60":{"tf":1.4142135623730951}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"0":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"44":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"24":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"2":{"df":4,"docs":{"25":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"3":{"df":3,"docs":{"24":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0}}},"4":{"df":3,"docs":{"27":{"tf":1.0},"30":{"tf":1.0},"8":{"tf":1.0}}},"5":{"df":1,"docs":{"31":{"tf":1.0}}},"7":{"df":2,"docs":{"32":{"tf":1.0},"33":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.7320508075688772}}}}}}}},"df":0,"docs":{}}}}},"df":30,"docs":{"1":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.7320508075688772},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":2.23606797749979},"16":{"tf":1.7320508075688772},"17":{"tf":2.23606797749979},"18":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":2.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"28":{"tf":1.0},"38":{"tf":2.23606797749979},"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.4142135623730951},"46":{"tf":2.6457513110645907},"5":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":2.23606797749979},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":2.0},"60":{"tf":1.7320508075688772},"61":{"tf":2.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"42":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"a":{"df":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"44":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"22":{"tf":1.0},"7":{"tf":2.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"d":{"df":8,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}},"df":4,"docs":{"17":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.0},"46":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}},"f":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":3,"docs":{"21":{"tf":1.0},"53":{"tf":1.7320508075688772},"54":{"tf":1.7320508075688772}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"8":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"56":{"tf":1.0}},"i":{"c":{"df":5,"docs":{"0":{"tf":1.0},"41":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":6,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"38":{"tf":1.0},"45":{"tf":1.0},"58":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"16":{"tf":1.0},"41":{"tf":1.0},"59":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":10,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":7,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.7320508075688772}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"0":{"tf":1.0},"10":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"60":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"w":{"df":4,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"23":{"tf":1.0},"52":{"tf":1.0}}}}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":13,"docs":{"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"38":{"tf":1.7320508075688772},"4":{"tf":1.0},"44":{"tf":1.7320508075688772},"50":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"9":{"tf":2.0}},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"44":{"tf":1.0}}},"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":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"24":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"33":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"n":{"df":3,"docs":{"26":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":3,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0}}}}},"t":{"df":1,"docs":{"15":{"tf":1.0}}},"z":{"df":0,"docs":{},"e":{"df":1,"docs":{"9":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}}},"w":{"df":3,"docs":{"44":{"tf":1.0},"59":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"35":{"tf":1.0}}}},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"17":{"tf":1.0},"3":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":5,"docs":{"21":{"tf":1.0},"24":{"tf":1.0},"55":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"49":{"tf":1.0},"54":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"o":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"3":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":1,"docs":{"61":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":6,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"36":{"tf":1.4142135623730951},"44":{"tf":1.0},"5":{"tf":1.0},"58":{"tf":1.0}},"i":{"df":1,"docs":{"17":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":3,"docs":{"22":{"tf":1.0},"39":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"41":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"59":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"22":{"tf":1.0},"59":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"df":0,"docs":{}},"_":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"49":{"tf":1.0},"54":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":14,"docs":{"12":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.7320508075688772},"46":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"7":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"e":{"df":3,"docs":{"12":{"tf":1.0},"22":{"tf":1.0},"9":{"tf":1.7320508075688772}}},"i":{"c":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}},"y":{"df":5,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"35":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"60":{"tf":1.0}}}},"d":{":":{":":{"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":9,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{":":{":":{"a":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"53":{"tf":1.0}}},"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":{":":{":":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"24":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"21":{"tf":1.0},"44":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"60":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"p":{"df":3,"docs":{"12":{"tf":1.0},"46":{"tf":1.0},"61":{"tf":1.0}}}},"r":{"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"26":{"tf":1.0},"32":{"tf":1.4142135623730951}}}}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"58":{"tf":1.4142135623730951}}}}}},"u":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"25":{"tf":1.0},"36":{"tf":1.0}}}},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"6":{"tf":1.0}}}}},"df":6,"docs":{"0":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":1.0},"61":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"0":{"tf":1.0},"61":{"tf":1.0}}}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"42":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"57":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"13":{"tf":1.0},"22":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"27":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"30":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"60":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":7,"docs":{"20":{"tf":1.4142135623730951},"3":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}}}}}}}},"t":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"7":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"2":{"0":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"0":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}},"4":{"5":{"df":2,"docs":{"27":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"6":{"0":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"53":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":5,"docs":{"17":{"tf":1.0},"36":{"tf":2.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.7320508075688772},"60":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"46":{"tf":1.0}}}}},"d":{"df":3,"docs":{"20":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"22":{"tf":1.0},"3":{"tf":1.4142135623730951},"58":{"tf":1.0}}},"r":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"21":{"tf":1.0},"30":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"c":{"a":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"33":{"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":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"25":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":33,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.4142135623730951},"15":{"tf":2.0},"16":{"tf":1.7320508075688772},"17":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.7320508075688772},"28":{"tf":1.0},"29":{"tf":1.4142135623730951},"3":{"tf":1.7320508075688772},"30":{"tf":1.7320508075688772},"31":{"tf":1.4142135623730951},"32":{"tf":1.7320508075688772},"33":{"tf":1.7320508075688772},"36":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":2.0},"52":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"59":{"tf":1.0},"6":{"tf":1.7320508075688772},"60":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951},"8":{"tf":1.7320508075688772},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"50":{"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":{"49":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"{":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"54":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"53":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"51":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"7":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":3,"docs":{"13":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"e":{"df":14,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"3":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"35":{"tf":2.0},"40":{"tf":1.0},"44":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":2.23606797749979}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"35":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":6,"docs":{"15":{"tf":1.0},"20":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"44":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":9,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.7320508075688772},"35":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"36":{"tf":1.0}}},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":18,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.7320508075688772},"46":{"tf":1.7320508075688772},"51":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"56":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"8":{"tf":1.0}},"y":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"g":{"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":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"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":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"15":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"56":{"tf":1.0}}},"k":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":14,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.7320508075688772},"43":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"61":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"52":{"tf":1.0},"58":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":21,"docs":{"0":{"tf":1.7320508075688772},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"21":{"tf":1.0},"25":{"tf":2.23606797749979},"26":{"tf":2.23606797749979},"27":{"tf":1.0},"29":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"5":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"5":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"16":{"tf":1.7320508075688772}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"19":{"tf":1.0},"61":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.7320508075688772}}}}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"36":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":3,"docs":{"22":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"39":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}}},"x":{"/":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"29":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"39":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"25":{"tf":1.0},"3":{"tf":1.4142135623730951},"46":{"tf":1.0},"48":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"54":{"tf":1.0},"59":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":3,"docs":{"33":{"tf":1.0},"4":{"tf":1.0},"56":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"31":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"17":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"16":{"tf":1.0}}}},"df":27,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":2.23606797749979},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.4142135623730951},"50":{"tf":1.0},"53":{"tf":2.23606797749979},"54":{"tf":1.7320508075688772},"56":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":33,"docs":{"14":{"tf":1.7320508075688772},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"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},"58":{"tf":1.0},"9":{"tf":1.7320508075688772}},"s":{"(":{"1":{"0":{"df":4,"docs":{"26":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"3":{"0":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":2,"docs":{"25":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"z":{"df":2,"docs":{"53":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":22,"docs":{"0":{"tf":2.0},"13":{"tf":1.0},"17":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.7320508075688772},"37":{"tf":2.0},"43":{"tf":1.0},"46":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"58":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":2.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"!":{"[":{"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":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"10":{"tf":1.0},"32":{"tf":1.0},"60":{"tf":1.0}},"f":{"df":1,"docs":{"13":{"tf":1.0}},"i":{"df":13,"docs":{"0":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"27":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"4":{"tf":1.0},"44":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"16":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"[":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"12":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"61":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":2.23606797749979}},"e":{"df":0,"docs":{},"t":{"df":12,"docs":{"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.0}},"s":{"(":{"1":{"0":{"0":{"df":1,"docs":{"30":{"tf":1.0}}},"df":5,"docs":{"25":{"tf":1.0},"27":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"2":{"0":{"df":4,"docs":{"26":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}},"df":0,"docs":{}},"5":{"0":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}},"y":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":1,"docs":{"12":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"21":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"58":{"tf":1.0},"61":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":8,"docs":{"10":{"tf":1.4142135623730951},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"20":{"tf":1.0},"38":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":4,"docs":{"41":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.4142135623730951},"59":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"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":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"2":{"0":{"df":3,"docs":{"26":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"0":{"0":{"df":1,"docs":{"31":{"tf":1.0}}},"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":1,"docs":{"10":{"tf":1.0}}},"6":{"0":{"0":{"df":1,"docs":{"30":{"tf":1.0}}},"df":4,"docs":{"10":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"9":{"0":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"0":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"0":{"tf":1.0},"35":{"tf":1.4142135623730951},"9":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"1":{"tf":1.0},"13":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":5,"docs":{"24":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"56":{"tf":1.7320508075688772}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":33,"docs":{"1":{"tf":1.0},"12":{"tf":2.23606797749979},"13":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.7320508075688772},"18":{"tf":2.0},"19":{"tf":2.449489742783178},"20":{"tf":2.23606797749979},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"25":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"36":{"tf":2.0},"38":{"tf":1.7320508075688772},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.4142135623730951},"46":{"tf":2.23606797749979},"48":{"tf":1.7320508075688772},"49":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":2.0},"53":{"tf":2.6457513110645907},"54":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.7320508075688772},"59":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"15":{"tf":2.0},"16":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"5":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"e":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"title":{"root":{"a":{"d":{"df":4,"docs":{"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"32":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"57":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"17":{"tf":1.0}}}}}}}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":3,"docs":{"27":{"tf":1.0},"32":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"43":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"37":{"tf":1.0}}},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"24":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"58":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"58":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"56":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":3,"docs":{"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0}}}}}}}},"d":{"a":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"37":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"45":{"tf":1.0},"46":{"tf":1.0}}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"l":{"df":1,"docs":{"58":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"23":{"tf":1.0},"28":{"tf":1.0},"52":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"36":{"tf":1.0}}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"18":{"tf":1.0},"20":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}},"f":{"a":{"df":0,"docs":{},"q":{"df":1,"docs":{"60":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"47":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"61":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"14":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"51":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":1,"docs":{"14":{"tf":1.0}},"i":{"df":1,"docs":{"45":{"tf":1.0}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"56":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"v":{"df":1,"docs":{"57":{"tf":1.0}}}},"k":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"46":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"24":{"tf":1.0}}}}},"o":{"a":{"d":{"df":2,"docs":{"29":{"tf":1.0},"30":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"40":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"10":{"tf":1.0}}}}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"46":{"tf":1.0}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}},"w":{"df":1,"docs":{"52":{"tf":1.0}}}}},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"9":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"44":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"14":{"tf":1.0},"2":{"tf":1.0},"45":{"tf":1.0},"57":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"o":{"b":{"df":0,"docs":{},"e":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"29":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"33":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"45":{"tf":1.0},"56":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"31":{"tf":1.0},"36":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"df":2,"docs":{"10":{"tf":1.0},"38":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"50":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":5,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"38":{"tf":1.0},"46":{"tf":1.0},"59":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"24":{"tf":1.0},"53":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"30":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"36":{"tf":1.0},"54":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"5":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"51":{"tf":1.0}}}}}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"25":{"tf":1.0},"26":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":1,"docs":{"16":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"10":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"55":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":8,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"36":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"lang":"English","pipeline":["trimmer","stopWordFilter","stemmer"],"ref":"id","version":"0.9.5"},"results_options":{"limit_results":30,"teaser_word_count":30},"search_options":{"bool":"OR","expand":true,"fields":{"body":{"boost":1},"breadcrumbs":{"boost":1},"title":{"boost":2}}}}')); \ No newline at end of file diff --git a/docs/searchindex-5c32300d.js b/docs/searchindex-5c32300d.js new file mode 100644 index 0000000..c3cab47 --- /dev/null +++ b/docs/searchindex-5c32300d.js @@ -0,0 +1 @@ +window.search = Object.assign(window.search, JSON.parse('{"doc_urls":["project-context-primer.html#project-context-primer","what-you-will-learn.html#what-you-will-learn","part-i.html#part-i--foundations","introduction.html#introduction","architecture-overview.html#architecture-overview","testing-philosophy.html#testing-philosophy","testing-philosophy.html#declarative-over-imperative","testing-philosophy.html#protocol-time-not-wall-time","testing-philosophy.html#determinism-first-chaos-when-needed","testing-philosophy.html#observable-health-signals","testing-philosophy.html#minimum-run-windows","testing-philosophy.html#summary","scenario-lifecycle.html#scenario-lifecycle-conceptual","design-rationale.html#design-rationale","part-ii.html#part-ii--user-guide","workspace-layout.html#workspace-layout","annotated-tree.html#annotated-tree","authoring-scenarios.html#authoring-scenarios","workloads.html#core-content-workloads--expectations","workloads.html#workloads","workloads.html#expectations","scenario-builder-ext-patterns.html#core-content-scenariobuilderext-patterns","best-practices.html#best-practices","examples.html#examples","examples.html#simple-2-validator-transaction-workload","examples.html#da--transaction-workload","examples.html#chaos--liveness-check","examples-advanced.html#advanced--artificial-examples","examples-advanced.html#synthetic-delay-workload-network-latency-simulation","examples-advanced.html#oscillating-load-workload-traffic-waves","examples-advanced.html#byzantine-behavior-mock","examples-advanced.html#custom-expectation-block-finality-drift","examples-advanced.html#custom-deployer-dry-run-deployer","examples-advanced.html#stochastic-topology-generator","examples-advanced.html#multi-phase-scenario-pipelines","running-scenarios.html#running-scenarios","runners.html#runners","runners.html#local-runner","runners.html#docker-compose-runner","runners.html#kubernetes-runner","runners.html#common-expectations","operations.html#operations","operations.html#ci-usage","operations.html#running-examples","operations.html#local-runner","operations.html#compose-runner","operations.html#k8s-runner","part-iii.html#part-iii--developer-reference","scenario-model.html#scenario-model-developer-level","extending.html#extending-the-framework","extending.html#adding-a-workload","extending.html#adding-an-expectation","extending.html#adding-a-runner","extending.html#adding-topology-helpers","custom-workload-example.html#example-new-workload--expectation-rust","custom-workload-example.html#workload-simple-reachability-probe","custom-workload-example.html#expectation-confirm-the-target-stayed-reachable","custom-workload-example.html#how-to-wire-it","internal-crate-reference.html#internal-crate-reference","part-iv.html#part-iv--appendix","dsl-cheat-sheet.html#core-content-dsl-cheat-sheet","troubleshooting.html#troubleshooting-scenarios","faq.html#faq","glossary.html#glossary"],"index":{"documentStore":{"docInfo":{"0":{"body":73,"breadcrumbs":6,"title":3},"1":{"body":26,"breadcrumbs":2,"title":1},"10":{"body":40,"breadcrumbs":7,"title":3},"11":{"body":26,"breadcrumbs":5,"title":1},"12":{"body":115,"breadcrumbs":8,"title":3},"13":{"body":68,"breadcrumbs":6,"title":2},"14":{"body":10,"breadcrumbs":8,"title":4},"15":{"body":94,"breadcrumbs":8,"title":2},"16":{"body":59,"breadcrumbs":8,"title":2},"17":{"body":101,"breadcrumbs":8,"title":2},"18":{"body":18,"breadcrumbs":12,"title":4},"19":{"body":38,"breadcrumbs":9,"title":1},"2":{"body":10,"breadcrumbs":4,"title":2},"20":{"body":71,"breadcrumbs":9,"title":1},"21":{"body":84,"breadcrumbs":12,"title":4},"22":{"body":103,"breadcrumbs":8,"title":2},"23":{"body":14,"breadcrumbs":6,"title":1},"24":{"body":28,"breadcrumbs":10,"title":5},"25":{"body":31,"breadcrumbs":8,"title":3},"26":{"body":37,"breadcrumbs":8,"title":3},"27":{"body":19,"breadcrumbs":10,"title":3},"28":{"body":41,"breadcrumbs":13,"title":6},"29":{"body":37,"breadcrumbs":12,"title":5},"3":{"body":84,"breadcrumbs":4,"title":1},"30":{"body":34,"breadcrumbs":10,"title":3},"31":{"body":41,"breadcrumbs":12,"title":5},"32":{"body":39,"breadcrumbs":12,"title":5},"33":{"body":35,"breadcrumbs":10,"title":3},"34":{"body":40,"breadcrumbs":11,"title":4},"35":{"body":75,"breadcrumbs":8,"title":2},"36":{"body":20,"breadcrumbs":6,"title":1},"37":{"body":23,"breadcrumbs":7,"title":2},"38":{"body":29,"breadcrumbs":8,"title":3},"39":{"body":20,"breadcrumbs":7,"title":2},"4":{"body":111,"breadcrumbs":6,"title":2},"40":{"body":61,"breadcrumbs":7,"title":2},"41":{"body":111,"breadcrumbs":6,"title":1},"42":{"body":48,"breadcrumbs":7,"title":2},"43":{"body":0,"breadcrumbs":7,"title":2},"44":{"body":44,"breadcrumbs":7,"title":2},"45":{"body":69,"breadcrumbs":7,"title":2},"46":{"body":48,"breadcrumbs":7,"title":2},"47":{"body":10,"breadcrumbs":8,"title":4},"48":{"body":116,"breadcrumbs":12,"title":4},"49":{"body":0,"breadcrumbs":8,"title":2},"5":{"body":17,"breadcrumbs":6,"title":2},"50":{"body":39,"breadcrumbs":8,"title":2},"51":{"body":21,"breadcrumbs":8,"title":2},"52":{"body":29,"breadcrumbs":8,"title":2},"53":{"body":21,"breadcrumbs":9,"title":3},"54":{"body":19,"breadcrumbs":14,"title":5},"55":{"body":120,"breadcrumbs":13,"title":4},"56":{"body":67,"breadcrumbs":14,"title":5},"57":{"body":24,"breadcrumbs":10,"title":1},"58":{"body":91,"breadcrumbs":10,"title":3},"59":{"body":10,"breadcrumbs":6,"title":3},"6":{"body":39,"breadcrumbs":7,"title":3},"60":{"body":84,"breadcrumbs":11,"title":5},"61":{"body":86,"breadcrumbs":7,"title":2},"62":{"body":99,"breadcrumbs":5,"title":1},"63":{"body":299,"breadcrumbs":5,"title":1},"7":{"body":89,"breadcrumbs":8,"title":4},"8":{"body":58,"breadcrumbs":8,"title":4},"9":{"body":51,"breadcrumbs":7,"title":3}},"docs":{"0":{"body":"This book focuses on the Nomos Testing Framework. It assumes familiarity with\\nthe Nomos architecture, but for completeness, here is a short primer. Nomos is a modular blockchain protocol composed of validators, executors,\\nand a data-availability (DA) subsystem. Validators participate in consensus and produce blocks. Executors are validators with the DA dispersal service enabled. They perform\\nall validator functions plus submit blob data to the DA network. Data Availability (DA) ensures that blob data submitted via channel operations\\nin transactions is published and retrievable by the network. These roles interact tightly, which is why meaningful testing must be performed\\nin multi-node environments that include real networking, timing, and DA\\ninteraction.","breadcrumbs":"Project Context Primer » Project Context Primer","id":"0","title":"Project Context Primer"},"1":{"body":"This book gives you a clear mental model for Nomos multi-node testing, shows how\\nto author scenarios that pair realistic workloads with explicit expectations,\\nand guides you to run them across local, containerized, and cluster environments\\nwithout changing the plan.","breadcrumbs":"What You Will Learn » What You Will Learn","id":"1","title":"What You Will Learn"},"10":{"body":"Always run long enough for meaningful block production: #![allow(unused)] fn main() {\\n// Bad: too short\\n.with_run_duration(Duration::from_secs(5)) // Maybe 0-1 blocks // Good: enough blocks for assertions\\n.with_run_duration(Duration::from_secs(60)) // ~10+ blocks } The framework enforces minimum durations, but be explicit. Very short runs\\nrisk false confidence—one lucky block doesn’t prove liveness.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Minimum Run Windows","id":"10","title":"Minimum Run Windows"},"11":{"body":"These principles keep scenarios: Portable across environments (protocol time, declarative) Debuggable (determinism, separation of concerns) Meaningful (observable signals, sufficient duration) When authoring scenarios, ask: “Does this test the protocol behavior or\\nmy local environment quirks?”","breadcrumbs":"Part I — Foundations » Testing Philosophy » Summary","id":"11","title":"Summary"},"12":{"body":"Build the plan: Declare a topology, attach workloads and expectations, and set the run window. The plan is the single source of truth for what will happen. Deploy: Hand the plan to a runner. It provisions the environment on the chosen backend and waits for nodes to signal readiness. Drive workloads: Start traffic and behaviors (transactions, data-availability activity, restarts) for the planned duration. Observe blocks and signals: Track block progression and other high-level metrics during or after the run window to ground assertions in protocol time. Evaluate expectations: Once activity stops (and optional cooldown completes), check liveness and workload-specific outcomes to decide pass or fail. Cleanup: Tear down resources so successive runs start fresh and do not inherit leaked state. Conceptual lifecycle diagram: Plan → Deploy → Readiness → Drive Workloads → Observe → Evaluate → Cleanup Mermaid view: flowchart LR P[Plan
topology + workloads + expectations] --> D[Deploy
runner provisions] D --> R[Readiness
wait for nodes] R --> W[Drive Workloads] W --> O[Observe
blocks/metrics] O --> E[Evaluate Expectations] E --> C[Cleanup]","breadcrumbs":"Part I — Foundations » Scenario Lifecycle (Conceptual) » Scenario Lifecycle (Conceptual)","id":"12","title":"Scenario Lifecycle (Conceptual)"},"13":{"body":"Modular crates keep configuration, orchestration, workloads, and runners decoupled so each can evolve without breaking the others. Pluggable runners let the same scenario run on a laptop, a Docker host, or a Kubernetes cluster, making validation portable across environments. Separated workloads and expectations clarify intent: what traffic to generate versus how to judge success. This simplifies review and reuse. Declarative topology makes cluster shape explicit and repeatable, reducing surprise when moving between CI and developer machines. Maintainability through predictability: a clear flow from plan to deployment to verification lowers the cost of extending the framework and interpreting failures.","breadcrumbs":"Part I — Foundations » Design Rationale » Design Rationale","id":"13","title":"Design Rationale"},"14":{"body":"Practical guidance for shaping scenarios, combining workloads and expectations,\\nand running them across different environments.","breadcrumbs":"Part II — User Guide » Part II — User Guide","id":"14","title":"Part II — User Guide"},"15":{"body":"The workspace focuses on multi-node integration testing and sits alongside a nomos-node checkout. Its crates separate concerns to keep scenarios\\nrepeatable and portable: Configs: prepares high-level node, network, tracing, and wallet settings\\nused across test environments. Core scenario orchestration: the engine that holds topology descriptions,\\nscenario plans, runtimes, workloads, and expectations. Workflows: ready-made workloads (transactions, data-availability, chaos)\\nand reusable expectations assembled into a user-facing DSL. Runners: deployment backends for local processes, Docker Compose, and\\nKubernetes, all consuming the same scenario plan. Test workflows: example scenarios and integration checks that show how\\nthe pieces fit together. This split keeps configuration, orchestration, reusable traffic patterns, and\\ndeployment adapters loosely coupled while sharing one mental model for tests.","breadcrumbs":"Part II — User Guide » Workspace Layout » Workspace Layout","id":"15","title":"Workspace Layout"},"16":{"body":"High-level view of the workspace and how pieces relate: nomos-testing/\\n├─ testing-framework/\\n│ ├─ configs/ # shared configuration helpers\\n│ ├─ core/ # scenario model, runtime, topology\\n│ ├─ workflows/ # workloads, expectations, DSL extensions\\n│ └─ runners/ # local, compose, k8s deployment backends\\n├─ tests/ # integration scenarios using the framework\\n└─ scripts/ # supporting setup utilities (e.g., assets) Each area maps to a responsibility: describe configs, orchestrate scenarios,\\npackage common traffic and assertions, adapt to environments, and demonstrate\\nend-to-end usage.","breadcrumbs":"Part II — User Guide » Annotated Tree » Annotated Tree","id":"16","title":"Annotated Tree"},"17":{"body":"Creating a scenario is a declarative exercise: Shape the topology: decide how many validators and executors to run, and\\nwhat high-level network and data-availability characteristics matter for the\\ntest. Attach workloads: pick traffic generators that align with your goals\\n(transactions, data-availability blobs, or chaos for resilience probes). Define expectations: specify the health signals that must hold when the\\nrun finishes (e.g., consensus liveness, inclusion of submitted activity; see Core Content: Workloads & Expectations). Set duration: choose a run window long enough to observe meaningful\\nblock progression and the effects of your workloads. Choose a runner: target local processes for fast iteration, Docker\\nCompose for reproducible multi-node stacks, or Kubernetes for cluster-grade\\nvalidation. For environment considerations, see Operations. Keep scenarios small and explicit: make the intended behavior and the success\\ncriteria clear so failures are easy to interpret and act upon.","breadcrumbs":"Part II — User Guide » Authoring Scenarios » Authoring Scenarios","id":"17","title":"Authoring Scenarios"},"18":{"body":"Workloads describe the activity a scenario generates; expectations describe the\\nsignals that must hold when that activity completes. Both are pluggable so\\nscenarios stay readable and purpose-driven.","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Core Content: Workloads & Expectations","id":"18","title":"Core Content: Workloads & Expectations"},"19":{"body":"Transaction workload: submits user-level transactions at a configurable\\nrate and can limit how many distinct actors participate. Data-availability workload: drives blob and channel activity to exercise\\ndata-availability paths. Chaos workload: triggers controlled node restarts to test resilience and\\nrecovery behaviors (requires a runner that can control nodes).","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Workloads","id":"19","title":"Workloads"},"2":{"body":"Conceptual chapters that establish the mental model for the framework and how\\nit approaches multi-node testing.","breadcrumbs":"Part I — Foundations » Part I — Foundations","id":"2","title":"Part I — Foundations"},"20":{"body":"Consensus liveness: verifies the system continues to produce blocks in\\nline with the planned workload and timing window. Workload-specific checks: each workload can attach its own success\\ncriteria (e.g., inclusion of submitted activity) so scenarios remain concise. Together, workloads and expectations let you express both the pressure applied\\nto the system and the definition of “healthy” for that run. Workload pipeline (conceptual): Inputs (topology + wallets + rates) │ ▼\\nWorkload init → Drive traffic → Collect signals │ ▼ Expectations evaluate Mermaid view: flowchart TD I[Inputs
(topology + wallets + rates)] --> Init[Workload init] Init --> Drive[Drive traffic] Drive --> Collect[Collect signals] Collect --> Eval[Expectations evaluate]","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Expectations","id":"20","title":"Expectations"},"21":{"body":"Patterns that keep scenarios readable and reusable: Topology-first: start by shaping the cluster (counts, layout) so later\\nsteps inherit a clear foundation. Bundle defaults: use the DSL helpers to attach common expectations (like\\nliveness) whenever you add a matching workload, reducing forgotten checks. Intentional rates: express traffic in per-block terms to align with\\nprotocol timing rather than wall-clock assumptions. Opt-in chaos: enable restart patterns only in scenarios meant to probe\\nresilience; keep functional smoke tests deterministic. Wallet clarity: seed only the number of actors you need; it keeps\\ntransaction scenarios deterministic and interpretable. These patterns make scenario definitions self-explanatory while staying aligned\\nwith the framework’s block-oriented timing model.","breadcrumbs":"Part II — User Guide » Core Content: ScenarioBuilderExt Patterns » Core Content: ScenarioBuilderExt Patterns","id":"21","title":"Core Content: ScenarioBuilderExt Patterns"},"22":{"body":"State your intent: document the goal of each scenario (throughput, DA\\nvalidation, resilience) so expectation choices are obvious. Keep runs meaningful: choose durations that allow multiple blocks and make\\ntiming-based assertions trustworthy. Separate concerns: start with deterministic workloads for functional\\nchecks; add chaos in dedicated resilience scenarios to avoid noisy failures. Reuse patterns: standardize on shared topology and workload presets so\\nresults are comparable across environments and teams. Observe first, tune second: rely on liveness and inclusion signals to\\ninterpret outcomes before tweaking rates or topology. Environment fit: pick runners that match the feedback loop you need—local\\nfor speed (including fast CI smoke tests), compose for reproducible stacks\\n(recommended for CI), k8s for cluster-grade fidelity. Minimal surprises: seed only necessary wallets and keep configuration\\ndeltas explicit when moving between CI and developer machines.","breadcrumbs":"Part II — User Guide » Best Practices » Best Practices","id":"22","title":"Best Practices"},"23":{"body":"Concrete scenario shapes that illustrate how to combine topologies, workloads,\\nand expectations. Adjust counts, rates, and durations to fit your environment.","breadcrumbs":"Part II — User Guide » Examples » Examples","id":"23","title":"Examples"},"24":{"body":"Topology: two validators. Workload: transaction submissions at a modest per-block rate with a small\\nset of wallet actors. Expectations: consensus liveness and inclusion of submitted activity. When to use: smoke tests for consensus and transaction flow on minimal\\nhardware.","breadcrumbs":"Part II — User Guide » Examples » Simple 2-validator transaction workload","id":"24","title":"Simple 2-validator transaction workload"},"25":{"body":"Topology: validators plus executors if available. Workloads: data-availability blobs/channels and transactions running\\ntogether to stress both paths. Expectations: consensus liveness and workload-level inclusion/availability\\nchecks. When to use: end-to-end coverage of transaction and DA layers in one run.","breadcrumbs":"Part II — User Guide » Examples » DA + transaction workload","id":"25","title":"DA + transaction workload"},"26":{"body":"Topology: validators (optionally executors) with node control enabled. Workloads: baseline traffic (transactions or DA) plus chaos restarts on\\nselected roles. Expectations: consensus liveness to confirm the system keeps progressing\\ndespite restarts; workload-specific inclusion if traffic is present. When to use: resilience validation and operational readiness drills.","breadcrumbs":"Part II — User Guide » Examples » Chaos + liveness check","id":"26","title":"Chaos + liveness check"},"27":{"body":"These illustrative scenarios stretch the framework to show how to build new\\nworkloads, expectations, deployers, and topology tricks. They are intentionally\\n“synthetic” to teach capabilities rather than prescribe production tests.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Advanced & Artificial Examples","id":"27","title":"Advanced & Artificial Examples"},"28":{"body":"Idea: inject fake latency between node interactions using internal timers,\\nnot OS-level tooling. Demonstrates: sequencing control inside a workload, verifying protocol\\nprogression under induced lag, using timers to pace submissions. Shape: wrap submissions in delays that mimic slow peers; ensure the\\nexpectation checks blocks still progress.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Synthetic Delay Workload (Network Latency Simulation)","id":"28","title":"Synthetic Delay Workload (Network Latency Simulation)"},"29":{"body":"Idea: traffic rate changes every block or N seconds (e.g., blocks 1–3 low,\\n4–5 high, 6–7 zero, repeat). Demonstrates: dynamic, stateful workloads that use RunMetrics to time\\nphases; modeling real-world burstiness. Shape: schedule per-phase rates; confirm inclusion/liveness across peaks\\nand troughs.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Oscillating Load Workload (Traffic Waves)","id":"29","title":"Oscillating Load Workload (Traffic Waves)"},"3":{"body":"The Nomos Testing Framework is a purpose-built toolkit for exercising Nomos in\\nrealistic, multi-node environments. It solves the gap between small, isolated\\ntests and full-system validation by letting teams describe a cluster layout,\\ndrive meaningful traffic, and assert the outcomes in one coherent plan. It is for protocol engineers, infrastructure operators, and QA teams who need\\nrepeatable confidence that validators, executors, and data-availability\\ncomponents work together under network and timing constraints. Multi-node integration testing is required because many Nomos behaviors—block\\nprogress, data availability, liveness under churn—only emerge when several\\nroles interact over real networking and time. This framework makes those checks\\ndeclarative, observable, and portable across environments.","breadcrumbs":"Part I — Foundations » Introduction » Introduction","id":"3","title":"Introduction"},"30":{"body":"Idea: a workload that drops half its planned submissions, sometimes\\ndouble-submits, and intentionally triggers expectation failures. Demonstrates: negative testing, resilience checks, and the value of clear\\nexpectations when behavior is adversarial by design. Shape: parameterize drop/double-submit probabilities; pair with an\\nexpectation that documents what “bad” looks like.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Byzantine Behavior Mock","id":"30","title":"Byzantine Behavior Mock"},"31":{"body":"Idea: assert the last few blocks differ and block time stays within a\\ntolerated drift budget. Demonstrates: consuming BlockFeed or time-series metrics to validate\\nprotocol cadence; crafting post-run assertions around block diversity and\\ntiming. Shape: collect recent blocks, confirm no duplicates, and compare observed\\nintervals to a drift threshold.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Custom Expectation: Block Finality Drift","id":"31","title":"Custom Expectation: Block Finality Drift"},"32":{"body":"Idea: a deployer that never starts nodes; it emits configs, simulates\\nreadiness, provides fake blockfeed/metrics. Demonstrates: full power of the deployer interface for CI dry-runs,\\nconfig verification, and ultra-fast feedback without Nomos binaries. Shape: produce logs/artifacts, stub readiness, and feed synthetic blocks\\nso expectations can still run.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Custom Deployer: Dry-Run Deployer","id":"32","title":"Custom Deployer: Dry-Run Deployer"},"33":{"body":"Idea: topology parameters change at runtime (random validators, DA\\nsettings, network shapes). Demonstrates: randomized property testing and fuzzing approaches to\\ntopology building. Shape: pick roles and network layouts randomly per run; keep expectations\\ntolerant to variability while still asserting core liveness.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Stochastic Topology Generator","id":"33","title":"Stochastic Topology Generator"},"34":{"body":"Idea: scenario runs in phases (e.g., phase 1 transactions, phase 2 DA,\\nphase 3 restarts, phase 4 sync check). Demonstrates: multi-stage tests, modular scenario assembly, and deliberate\\nlifecycle control. Shape: drive phase-specific workloads/expectations sequentially; enforce\\nclear boundaries and post-phase checks.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Multi-Phase Scenario (“Pipelines”)","id":"34","title":"Multi-Phase Scenario (“Pipelines”)"},"35":{"body":"Running a scenario follows the same conceptual flow regardless of environment: Select or author a scenario plan that pairs a topology with workloads,\\nexpectations, and a suitable run window. Choose a runner aligned with your environment (local, compose, or k8s) and\\nensure its prerequisites are available. Deploy the plan through the runner; wait for readiness signals before\\nstarting workloads. Let workloads drive activity for the planned duration; keep observability\\nsignals visible so you can correlate outcomes. Evaluate expectations and capture results as the primary pass/fail signal. Use the same plan across different runners to compare behavior between local\\ndevelopment and CI or cluster settings. For environment prerequisites and\\nflags, see Operations.","breadcrumbs":"Part II — User Guide » Running Scenarios » Running Scenarios","id":"35","title":"Running Scenarios"},"36":{"body":"Runners turn a scenario plan into a live environment while keeping the plan\\nunchanged. Choose based on feedback speed, reproducibility, and fidelity. For\\nenvironment and operational considerations, see Operations:","breadcrumbs":"Part II — User Guide » Runners » Runners","id":"36","title":"Runners"},"37":{"body":"Launches node processes directly on the host. Fastest feedback loop and minimal orchestration overhead. Best for development-time iteration and debugging. Can run in CI for fast smoke tests (requires POL_PROOF_DEV_MODE=true).","breadcrumbs":"Part II — User Guide » Runners » Local runner","id":"37","title":"Local runner"},"38":{"body":"Starts nodes in containers to provide a reproducible multi-node stack on a\\nsingle machine. Discovers service ports and wires observability for convenient inspection. Good balance between fidelity and ease of setup. Recommended for CI pipelines (isolated environment, reproducible).","breadcrumbs":"Part II — User Guide » Runners » Docker Compose runner","id":"38","title":"Docker Compose runner"},"39":{"body":"Deploys nodes onto a cluster for higher-fidelity, longer-running scenarios. Suits CI with cluster access or shared test environments where cluster behavior\\nand scheduling matter.","breadcrumbs":"Part II — User Guide » Runners » Kubernetes runner","id":"39","title":"Kubernetes runner"},"4":{"body":"The framework follows a clear flow: Topology → Scenario → Runner → Workloads → Expectations. Topology describes the cluster: how many nodes, their roles, and the high-level network and data-availability parameters they should follow. Scenario combines that topology with the activities to run and the checks to perform, forming a single plan. Deployer/Runner pair turns the plan into a live environment on the chosen backend (local processes, Docker Compose, or Kubernetes) and brokers readiness. Workloads generate traffic and conditions that exercise the system. Expectations observe the run and judge success or failure once activity completes. Conceptual diagram: Topology → Scenario → Runner → Workloads → Expectations (shape (plan) (deploy (drive (verify cluster) & orchestrate) traffic) outcomes) Mermaid view: flowchart LR A(Topology
shape cluster) --> B(Scenario
plan) B --> C(Deployer/Runner
deploy & orchestrate) C --> D(Workloads
drive traffic) D --> E(Expectations
verify outcomes) Each layer has a narrow responsibility so that cluster shape, deployment choice,\\ntraffic generation, and health checks can evolve independently while fitting\\ntogether predictably.","breadcrumbs":"Part I — Foundations » Architecture Overview » Architecture Overview","id":"4","title":"Architecture Overview"},"40":{"body":"All runners require at least one validator and, for transaction scenarios,\\naccess to seeded wallets. Readiness probes gate workload start so traffic begins only after nodes are\\nreachable. Environment flags can relax timeouts or increase tracing when diagnostics are\\nneeded. Runner abstraction: Scenario Plan │ ▼\\nRunner (local | compose | k8s) │ provisions env + readiness ▼\\nRuntime + Observability │ ▼\\nWorkloads / Expectations execute Mermaid view: flowchart TD Plan[Scenario Plan] --> RunSel{Runner
(local | compose | k8s)} RunSel --> Provision[Provision & readiness] Provision --> Runtime[Runtime + observability] Runtime --> Exec[Workloads & Expectations execute]","breadcrumbs":"Part II — User Guide » Runners » Common expectations","id":"40","title":"Common expectations"},"41":{"body":"Operational readiness focuses on prerequisites, environment fit, and clear\\nsignals: Prerequisites: keep a sibling nomos-node checkout available; ensure the\\nchosen runner’s platform needs are met (local binaries for host runs, Docker\\nfor compose, cluster access for k8s). Artifacts: some scenarios depend on prover or circuit assets; fetch them\\nahead of time with the provided helper scripts when needed. Environment flags: POL_PROOF_DEV_MODE=true is required for local runs;\\noptionally configure logging ( NOMOS_LOG_DIR, NOMOS_LOG_LEVEL, NOMOS_LOG_FILTER)\\nand OTLP telemetry endpoints for advanced observability. Readiness checks: verify runners report node readiness before starting\\nworkloads; this avoids false negatives from starting too early. Failure triage: map failures to missing prerequisites (wallet seeding,\\nnode control availability), runner platform issues, or unmet expectations.\\nStart with liveness signals, then dive into workload-specific assertions. Treat operational hygiene—assets present, prerequisites satisfied, observability\\nreachable—as the first step to reliable scenario outcomes.","breadcrumbs":"Part II — User Guide » Operations » Operations","id":"41","title":"Operations"},"42":{"body":"Both LocalDeployer and ComposeDeployer work in CI environments: LocalDeployer in CI: ✅ Faster (no Docker overhead) ✅ Good for quick smoke tests ⚠️ Requires POL_PROOF_DEV_MODE=true ⚠️ Less isolation (processes share host) ComposeDeployer in CI (recommended): ✅ Better isolation (containerized) ✅ Reproducible environment ✅ Includes Prometheus/observability ⚠️ Slower startup (Docker image build) ⚠️ Requires Docker daemon See .github/workflows/compose-mixed.yml for a complete CI example using ComposeDeployer.","breadcrumbs":"Part II — User Guide » Operations » CI Usage","id":"42","title":"CI Usage"},"43":{"body":"","breadcrumbs":"Part II — User Guide » Operations » Running Examples","id":"43","title":"Running Examples"},"44":{"body":"POL_PROOF_DEV_MODE=true cargo run -p runner-examples --bin local_runner Optional environment variables: LOCAL_DEMO_VALIDATORS=3 — Number of validators (default: 1) LOCAL_DEMO_EXECUTORS=2 — Number of executors (default: 1) LOCAL_DEMO_RUN_SECS=120 — Run duration in seconds (default: 60) NOMOS_LOG_DIR=/tmp/logs — Write logs to files instead of console NOMOS_LOG_LEVEL=debug — Set log level (default: info) NOMOS_LOG_FILTER=consensus=trace,da=debug — Fine-grained module filtering","breadcrumbs":"Part II — User Guide » Operations » Local Runner","id":"44","title":"Local Runner"},"45":{"body":"NOMOS_TESTNET_IMAGE=nomos-testnet:local \\\\\\nPOL_PROOF_DEV_MODE=true \\\\\\ncargo run -p runner-examples --bin compose_runner Required environment variables: NOMOS_TESTNET_IMAGE — Docker image tag (must be built first) POL_PROOF_DEV_MODE=true — Enable dev mode for fast proofs Optional environment variables: COMPOSE_NODE_PAIRS=1x1 — Topology: “validators×executors” (default varies by example) TEST_FRAMEWORK_PROMETHEUS_PORT=9091 — Override Prometheus port (default: 9090) COMPOSE_RUNNER_HOST=127.0.0.1 — Host address for port mappings (default: 127.0.0.1) COMPOSE_RUNNER_PRESERVE=1 — Keep containers running after test (for debugging) NOMOS_LOG_DIR=/tmp/compose-logs — Collect logs to files NOMOS_LOG_LEVEL=debug — Set log level Before running: Build the Docker image: testing-framework/assets/stack/scripts/build_test_image.sh","breadcrumbs":"Part II — User Guide » Operations » Compose Runner","id":"45","title":"Compose Runner"},"46":{"body":"export NOMOS_TESTNET_IMAGE=nomos-testnet:local\\nkind load docker-image nomos-testnet:local # or minikube/push to registry\\ncargo run -p runner-examples --bin k8s_runner Prerequisites: K8s cluster access, image built and loaded/pushed, circuit assets available. flowchart TD Expose[Runner exposes endpoints/ports] --> Collect[Runtime collects block/health signals] Collect --> Consume[Expectations consume signals
decide pass/fail] Consume --> Inspect[Operators inspect logs/metrics
when failures arise]","breadcrumbs":"Part II — User Guide » Operations » K8s Runner","id":"46","title":"K8s Runner"},"47":{"body":"Deep dives for contributors who extend the framework, evolve its abstractions,\\nor maintain the crate set.","breadcrumbs":"Part III — Developer Reference » Part III — Developer Reference","id":"47","title":"Part III — Developer Reference"},"48":{"body":"The scenario model defines clear, composable responsibilities: Topology: a declarative description of the cluster—how many nodes, their\\nroles, and the broad network and data-availability characteristics. It\\nrepresents the intended shape of the system under test. Scenario: a plan combining topology, workloads, expectations, and a run\\nwindow. Building a scenario validates prerequisites (like seeded wallets) and\\nensures the run lasts long enough to observe meaningful block progression. Workloads: asynchronous tasks that generate traffic or conditions. They\\nuse shared context to interact with the deployed cluster and may bundle\\ndefault expectations. Expectations: post-run assertions. They can capture baselines before\\nworkloads start and evaluate success once activity stops. Runtime: coordinates workloads and expectations for the configured\\nduration, enforces cooldowns when control actions occur, and ensures cleanup\\nso runs do not leak resources. Developers extending the model should keep these boundaries strict: topology\\ndescribes, scenarios assemble, runners deploy, workloads drive, and expectations\\njudge outcomes. For guidance on adding new capabilities, see Extending the Framework.","breadcrumbs":"Part III — Developer Reference » Scenario Model (Developer Level) » Scenario Model (Developer Level)","id":"48","title":"Scenario Model (Developer Level)"},"49":{"body":"","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Extending the Framework","id":"49","title":"Extending the Framework"},"5":{"body":"This framework embodies specific principles that shape how you author and run\\nscenarios. Understanding these principles helps you write effective tests and\\ninterpret results correctly.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Testing Philosophy","id":"5","title":"Testing Philosophy"},"50":{"body":"Implement testing_framework_core::scenario::Workload: Provide a name and any bundled expectations. In init, derive inputs from GeneratedTopology and RunMetrics; fail\\nfast if prerequisites are missing (e.g., wallet data, node addresses). In start, drive async traffic using the RunContext clients. Expose the workload from a module under testing-framework/workflows and\\nconsider adding a DSL helper for ergonomic wiring.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding a workload","id":"50","title":"Adding a workload"},"51":{"body":"Implement testing_framework_core::scenario::Expectation: Use start_capture to snapshot baseline metrics. Use evaluate to assert outcomes after workloads finish; return all errors\\nso the runner can aggregate them. Export it from testing-framework/workflows if it is reusable.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding an expectation","id":"51","title":"Adding an expectation"},"52":{"body":"Implement testing_framework_core::scenario::Deployer for your backend. Produce a RunContext with NodeClients, metrics endpoints, and optional NodeControlHandle. Guard cleanup with CleanupGuard to reclaim resources even on failures. Mirror the readiness and block-feed probes used by the existing runners so\\nworkloads can rely on consistent signals.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding a runner","id":"52","title":"Adding a runner"},"53":{"body":"Extend testing_framework_core::topology::TopologyBuilder with new layouts or\\nconfiguration presets (e.g., specialized DA parameters). Keep defaults safe:\\nensure at least one participant and clamp dispersal factors as the current\\nhelpers do.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding topology helpers","id":"53","title":"Adding topology helpers"},"54":{"body":"A minimal, end-to-end illustration of adding a custom workload and matching\\nexpectation. This shows the shape of the traits and where to plug into the\\nframework; expand the logic to fit your real test.","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Example: New Workload & Expectation (Rust)","id":"54","title":"Example: New Workload & Expectation (Rust)"},"55":{"body":"Key ideas: name: identifies the workload in logs. expectations: workloads can bundle defaults so callers don’t forget checks. init: derive inputs from the generated topology (e.g., pick a target node). start: drive async activity using the shared RunContext. #![allow(unused)] fn main() {\\nuse std::sync::Arc;\\nuse async_trait::async_trait;\\nuse testing_framework_core::scenario::{ DynError, Expectation, RunContext, RunMetrics, Workload,\\n};\\nuse testing_framework_core::topology::GeneratedTopology; pub struct ReachabilityWorkload { target_idx: usize, bundled: Vec>,\\n} impl ReachabilityWorkload { pub fn new(target_idx: usize) -> Self { Self { target_idx, bundled: vec![Box::new(ReachabilityExpectation::new(target_idx))], } }\\n} #[async_trait]\\nimpl Workload for ReachabilityWorkload { fn name(&self) -> &\'static str { \\"reachability_workload\\" } fn expectations(&self) -> Vec> { self.bundled.clone() } fn init( &mut self, topology: &GeneratedTopology, _metrics: &RunMetrics, ) -> Result<(), DynError> { if topology.validators().get(self.target_idx).is_none() { return Err(\\"no validator at requested index\\".into()); } Ok(()) } async fn start(&self, ctx: &RunContext) -> Result<(), DynError> { let client = ctx .clients() .validators() .get(self.target_idx) .ok_or(\\"missing target client\\")?; // Pseudo-action: issue a lightweight RPC to prove reachability. client.health_check().await.map_err(|e| e.into()) }\\n} }","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Workload: simple reachability probe","id":"55","title":"Workload: simple reachability probe"},"56":{"body":"Key ideas: start_capture: snapshot baseline if needed (not used here). evaluate: assert the condition after workloads finish. #![allow(unused)] fn main() {\\nuse async_trait::async_trait;\\nuse testing_framework_core::scenario::{DynError, Expectation, RunContext}; pub struct ReachabilityExpectation { target_idx: usize,\\n} impl ReachabilityExpectation { pub fn new(target_idx: usize) -> Self { Self { target_idx } }\\n} #[async_trait]\\nimpl Expectation for ReachabilityExpectation { fn name(&self) -> &str { \\"target_reachable\\" } async fn evaluate(&mut self, ctx: &RunContext) -> Result<(), DynError> { let client = ctx .clients() .validators() .get(self.target_idx) .ok_or(\\"missing target client\\")?; client.health_check().await.map_err(|e| { format!(\\"target became unreachable during run: {e}\\").into() }) }\\n} }","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Expectation: confirm the target stayed reachable","id":"56","title":"Expectation: confirm the target stayed reachable"},"57":{"body":"Build your scenario as usual and call .with_workload(ReachabilityWorkload::new(0)). The bundled expectation is attached automatically; you can add more with .with_expectation(...) if needed. Keep the logic minimal and fast for smoke tests; grow it into richer probes\\nfor deeper scenarios.","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » How to wire it","id":"57","title":"How to wire it"},"58":{"body":"High-level roles of the crates that make up the framework: Configs: prepares reusable configuration primitives for nodes, networking,\\ntracing, data availability, and wallets, shared by all scenarios and runners. Core scenario orchestration: houses the topology and scenario model,\\nruntime coordination, node clients, and readiness/health probes. Workflows: packages workloads and expectations into reusable building\\nblocks and offers a fluent DSL to assemble them. Runners: implements deployment backends (local host, Docker Compose,\\nKubernetes) that all consume the same scenario plan. Test workflows: example scenarios and integration checks that exercise the\\nframework end to end and serve as living documentation. Use this map to locate where to add new capabilities: configuration primitives\\nin configs, orchestration changes in core, reusable traffic/assertions in\\nworkflows, environment adapters in runners, and demonstrations in tests.","breadcrumbs":"Part III — Developer Reference » Internal Crate Reference » Internal Crate Reference","id":"58","title":"Internal Crate Reference"},"59":{"body":"Quick-reference material and supporting guidance to keep scenarios discoverable,\\ndebuggable, and consistent.","breadcrumbs":"Part IV — Appendix » Part IV — Appendix","id":"59","title":"Part IV — Appendix"},"6":{"body":"Describe what you want to test, not how to orchestrate it: #![allow(unused)] fn main() {\\n// Good: declarative\\nScenarioBuilder::topology() .network_star() .validators(2) .executors(1) .apply() .transactions().rate(5).apply() .expect_consensus_liveness() .build(); // Bad: imperative (framework doesn\'t work this way)\\n// spawn_validator(); spawn_executor(); // loop { submit_tx(); check_block(); } } Why it matters: The framework handles deployment, readiness, and cleanup.\\nYou focus on test intent, not infrastructure orchestration.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Declarative over Imperative","id":"6","title":"Declarative over Imperative"},"60":{"body":"The framework offers a fluent builder style to keep scenarios readable. Common\\nknobs: Topology shaping: set validator and executor counts, pick a network layout\\nstyle, and adjust high-level data-availability traits. Wallet seeding: define how many users participate and the total funds\\navailable for transaction workloads. Workload tuning: configure transaction rates, data-availability channel\\nand blob rates, and whether chaos restarts should include validators,\\nexecutors, or both. Expectations: attach liveness and workload-specific checks so success is\\nexplicit. Run window: set a minimum duration long enough for multiple blocks to be\\nobserved and verified. Use these knobs to express intent clearly, keeping scenario definitions concise\\nand consistent across teams.","breadcrumbs":"Part IV — Appendix » DSL Cheat Sheet » Core Content: DSL Cheat Sheet","id":"60","title":"Core Content: DSL Cheat Sheet"},"61":{"body":"Common symptoms and likely causes: No or slow block progression: runner started workloads before readiness, insufficient run window, or environment too slow—extend duration or enable slow-environment tuning. Transactions not included: missing or insufficient wallet seeding, misaligned transaction rate with block cadence, or network instability—reduce rate and verify wallet setup. Chaos stalls the run: node control not available for the chosen runner or restart cadence too aggressive—enable control capability and widen restart intervals. Observability gaps: metrics or logs unreachable because ports clash or services are not exposed—adjust observability ports and confirm runner wiring. Flaky behavior across runs: mixing chaos with functional smoke tests or inconsistent topology between environments—separate deterministic and chaos scenarios and standardize topology presets.","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Troubleshooting Scenarios","id":"61","title":"Troubleshooting Scenarios"},"62":{"body":"Why block-oriented timing? Using block cadence reduces dependence on host speed and keeps assertions aligned\\nwith protocol behavior. Can I reuse the same scenario across runners? Yes. The plan stays the same; swap runners (local, compose, k8s) to target\\ndifferent environments. When should I enable chaos workloads? Only when testing resilience or operational recovery; keep functional smoke\\ntests deterministic. How long should runs be? Long enough for multiple blocks so liveness and inclusion checks are\\nmeaningful; very short runs risk false confidence. Do I always need seeded wallets? Only for transaction scenarios. Data-availability or pure chaos scenarios may\\nnot require them, but liveness checks still need validators producing blocks. What if expectations fail but workloads “look fine”? Trust expectations first—they capture the intended success criteria. Use the\\nobservability signals and runner logs to pinpoint why the system missed the\\ntarget.","breadcrumbs":"Part IV — Appendix » FAQ » FAQ","id":"62","title":"FAQ"},"63":{"body":"Validator: node role responsible for participating in consensus and block\\nproduction. Executor: a validator node with the DA dispersal service enabled. Executors\\ncan submit transactions and disperse blob data to the DA network, in addition\\nto performing all validator functions. DA (Data Availability): subsystem ensuring blobs or channel data are\\npublished and retrievable for validation. Deployer: component that provisions infrastructure (spawns processes,\\ncreates containers, or launches pods), waits for readiness, and returns a\\nRunner. Examples: LocalDeployer, ComposeDeployer, K8sDeployer. Runner: component returned by deployers that orchestrates scenario\\nexecution—starts workloads, observes signals, evaluates expectations, and\\ntriggers cleanup. Workload: traffic or behavior generator that exercises the system during a\\nscenario run. Expectation: post-run assertion that judges whether the system met the\\nintended success criteria. Topology: declarative description of the cluster shape, roles, and\\nhigh-level parameters for a scenario. Scenario: immutable plan combining topology, workloads, expectations, and\\nrun duration. Blockfeed: stream of block observations used for liveness or inclusion\\nsignals during a run. Control capability: the ability for a runner to start, stop, or restart\\nnodes, used by chaos workloads. Slot duration: time interval between consensus rounds in Cryptarchia. Blocks\\nare produced at multiples of the slot duration based on lottery outcomes. Block cadence: observed rate of block production in a live network, measured\\nin blocks per second or seconds per block. Cooldown: waiting period after a chaos action (e.g., node restart) before\\ntriggering the next action, allowing the system to stabilize. Run window: total duration a scenario executes, specified via with_run_duration(). Framework auto-extends to at least 2× slot duration. Readiness probe: health check performed by runners to ensure nodes are\\nreachable and responsive before starting workloads. Prevents false negatives\\nfrom premature traffic. Liveness: property that the system continues making progress (producing\\nblocks) under specified conditions. Contrasts with safety/correctness which\\nverifies that state transitions are accurate. State assertion: expectation that verifies specific values in the system\\nstate (e.g., wallet balances, UTXO sets) rather than just progress signals.\\nAlso called “correctness expectations.” Mantle transaction: transaction type in Nomos that can contain UTXO transfers\\n(LedgerTx) and operations (Op), including channel data (ChannelBlob). Channel: logical grouping for DA blobs; each blob belongs to a channel and\\nreferences a parent blob in the same channel, creating a chain of related data. POL_PROOF_DEV_MODE: environment variable that disables expensive Groth16 zero-knowledge\\nproof generation for leader election. Required for LocalDeployer tests to run in\\nreasonable time. Should never be used in production environments.","breadcrumbs":"Part IV — Appendix » Glossary » Glossary","id":"63","title":"Glossary"},"7":{"body":"Reason in blocks and consensus intervals, not wall-clock seconds: #![allow(unused)] fn main() {\\n// Good: protocol-oriented thinking\\nlet plan = ScenarioBuilder::topology() .network_star() .validators(2) .executors(1) .apply() .transactions().rate(5).apply() // 5 tx per block .with_run_duration(Duration::from_secs(60)) // Let framework calculate expected blocks .expect_consensus_liveness() // \\"Did we produce the expected blocks?\\" .build(); // Bad: wall-clock assumptions\\n// \\"I expect exactly 10 blocks in 60 seconds\\"\\n// This breaks on slow CI where blocks might take 7s instead of 6s } Why it matters: Block production timing varies across environments—fast on\\na laptop (5s/block), slow on overloaded CI (8s/block). The framework calculates\\nexpected blocks based on configured slot duration, making assertions\\nenvironment-independent. Assert on “blocks produced relative to the run window”\\nnot “blocks produced per wall-clock second”.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Protocol Time, Not Wall Time","id":"7","title":"Protocol Time, Not Wall Time"},"8":{"body":"Default scenarios are repeatable: Fixed topology Predictable traffic rates Deterministic checks Chaos is opt-in: #![allow(unused)] fn main() {\\n// Separate: functional test (deterministic)\\nlet plan = ScenarioBuilder::topology() .network_star() .validators(2) .executors(1) .apply() .transactions().rate(5).apply() .expect_consensus_liveness() .build(); // Separate: chaos test (introduces randomness)\\nlet chaos_plan = ScenarioBuilder::topology() .network_star() .validators(3) .executors(2) .apply() .enable_node_control() .chaos().restart().apply() .transactions().rate(5).apply() .expect_consensus_liveness() .build(); } Why it matters: Mixing determinism with chaos creates noisy, hard-to-debug\\nfailures. Separate concerns make failures actionable.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Determinism First, Chaos When Needed","id":"8","title":"Determinism First, Chaos When Needed"},"9":{"body":"Prefer user-facing signals over internal state: Good checks: ✅ Blocks progressing at expected rate (liveness) ✅ Transactions included within N blocks (inclusion) ✅ DA blobs retrievable (availability) Avoid internal checks: ❌ Memory pool size ❌ Internal service state ❌ Cache hit rates Why it matters: User-facing signals reflect actual system health.\\nInternal state can be “healthy” while the system is broken from a user\\nperspective.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Observable Health Signals","id":"9","title":"Observable Health Signals"}},"length":64,"save":true},"fields":["title","body","breadcrumbs"],"index":{"body":{"root":{"0":{"df":1,"docs":{"10":{"tf":1.0}}},"1":{"0":{"df":2,"docs":{"10":{"tf":1.0},"7":{"tf":1.0}}},"2":{"7":{".":{"0":{".":{"0":{".":{"1":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"10":{"tf":1.0},"34":{"tf":1.0},"44":{"tf":1.4142135623730951}},"–":{"3":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}},"2":{"df":3,"docs":{"24":{"tf":1.0},"34":{"tf":1.0},"63":{"tf":1.0}}},"3":{"df":1,"docs":{"34":{"tf":1.0}}},"4":{"df":1,"docs":{"34":{"tf":1.0}},"–":{"5":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}},"5":{"df":1,"docs":{"7":{"tf":1.0}},"s":{"/":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"6":{"0":{"df":2,"docs":{"44":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"7":{"tf":1.0}}},"–":{"7":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}},"7":{"df":0,"docs":{},"s":{"df":1,"docs":{"7":{"tf":1.0}}}},"8":{"df":0,"docs":{},"s":{"/":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"9":{"0":{"9":{"0":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"a":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"63":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"40":{"tf":1.0},"47":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"46":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"63":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"48":{"tf":1.0},"55":{"tf":1.0},"63":{"tf":1.4142135623730951},"8":{"tf":1.0}}}},"v":{"df":10,"docs":{"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.4142135623730951},"48":{"tf":1.0},"55":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"19":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"58":{"tf":1.0}}}}},"d":{"df":4,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"45":{"tf":1.0},"50":{"tf":1.0}}}}}}},"df":6,"docs":{"48":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"23":{"tf":1.0},"60":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"27":{"tf":1.0},"41":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"30":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"51":{"tf":1.0}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"61":{"tf":1.0}}}}}}}}}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":4,"docs":{"17":{"tf":1.0},"21":{"tf":1.4142135623730951},"35":{"tf":1.0},"62":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":6,"docs":{"10":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}}}}},"df":2,"docs":{"22":{"tf":1.0},"63":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"10":{"tf":1.0},"62":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"20":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"2":{"tf":1.0},"33":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"4":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"46":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"15":{"tf":1.0},"34":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":14,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.4142135623730951},"33":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0},"56":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}}}},"t":{"df":3,"docs":{"16":{"tf":1.0},"41":{"tf":1.0},"46":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"0":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{":":{":":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"55":{"tf":1.0},"56":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"55":{"tf":1.0},"56":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":3,"docs":{"50":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"48":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":6,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"17":{"tf":1.0},"35":{"tf":1.0},"5":{"tf":1.0}}}}},"o":{"df":1,"docs":{"63":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":18,"docs":{"0":{"tf":1.4142135623730951},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"35":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.4142135623730951},"46":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.7320508075688772},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"22":{"tf":1.0},"41":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}}},"b":{"(":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"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":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"4":{"tf":1.0},"52":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}}}}},"d":{"df":4,"docs":{"10":{"tf":1.0},"30":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"38":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":4,"docs":{"22":{"tf":1.0},"36":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"26":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0},"56":{"tf":1.0}}}}}}}},"df":1,"docs":{"4":{"tf":1.0}},"e":{"c":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"56":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":7,"docs":{"22":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.4142135623730951}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"40":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":10,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"30":{"tf":1.4142135623730951},"35":{"tf":1.0},"39":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"63":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"22":{"tf":1.0},"37":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"42":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":8,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"32":{"tf":1.0},"41":{"tf":1.0}}}}},"df":3,"docs":{"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"b":{"df":6,"docs":{"0":{"tf":1.4142135623730951},"17":{"tf":1.0},"19":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":2.23606797749979},"9":{"tf":1.0}},"s":{"/":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"46":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":21,"docs":{"0":{"tf":1.0},"10":{"tf":2.23606797749979},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.4142135623730951},"31":{"tf":2.23606797749979},"32":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":2.0},"63":{"tf":2.8284271247461903},"7":{"tf":3.1622776601683795},"9":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"e":{"df":2,"docs":{"31":{"tf":1.0},"63":{"tf":1.0}},"e":{"d":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"0":{"tf":1.0},"1":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"18":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":1.0},"42":{"tf":1.0},"60":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"34":{"tf":1.0},"48":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"13":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"a":{"d":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"9":{"tf":1.0}}},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"u":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":11,"docs":{"12":{"tf":1.0},"27":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"60":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":3,"docs":{"3":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0}}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":5,"docs":{"21":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.7320508075688772},"57":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"29":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"z":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"c":{"(":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"4":{"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":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"9":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":4,"docs":{"31":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"l":{"df":2,"docs":{"57":{"tf":1.0},"63":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"27":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"35":{"tf":1.0},"48":{"tf":1.0},"62":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":3,"docs":{"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"61":{"tf":1.0}}}}},"df":1,"docs":{"4":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"63":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"1":{"tf":1.0},"29":{"tf":1.0},"33":{"tf":1.0},"58":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}}}},"df":4,"docs":{"0":{"tf":1.0},"19":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":2.23606797749979}}}}}},"o":{"df":11,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.7320508075688772},"62":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"8":{"tf":2.0}},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"48":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":20,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"41":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"41":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"22":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"17":{"tf":1.4142135623730951},"22":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"61":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}}}}},"i":{"df":9,"docs":{"13":{"tf":1.0},"22":{"tf":1.7320508075688772},"32":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":2.23606797749979},"7":{"tf":1.4142135623730951}},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"41":{"tf":1.0},"46":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"53":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"61":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":5,"docs":{"12":{"tf":1.4142135623730951},"48":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.0}},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"r":{"df":9,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"|":{"df":2,"docs":{"55":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":4,"docs":{"50":{"tf":1.0},"55":{"tf":1.7320508075688772},"56":{"tf":1.7320508075688772},"58":{"tf":1.0}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":13,"docs":{"1":{"tf":1.0},"13":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.7320508075688772},"4":{"tf":2.0},"41":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"63":{"tf":1.0}},"—":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"48":{"tf":1.0}}}}}}}}}}}},"o":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"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":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"46":{"tf":1.0}}}}}}}}},"df":4,"docs":{"20":{"tf":1.4142135623730951},"31":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"14":{"tf":1.0},"23":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"63":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"40":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"22":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"18":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"3":{"tf":1.0},"63":{"tf":1.4142135623730951}}},"s":{"df":14,"docs":{"0":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.0},"62":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"=":{"1":{"df":0,"docs":{},"x":{"1":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"45":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"=":{"1":{"2":{"7":{".":{"0":{".":{"0":{".":{"1":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"=":{"1":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":2,"docs":{"42":{"tf":1.7320508075688772},"63":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":5,"docs":{"12":{"tf":1.4142135623730951},"2":{"tf":1.0},"20":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"8":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"20":{"tf":1.0},"60":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"4":{"tf":1.0},"48":{"tf":1.0},"56":{"tf":1.0},"63":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"3":{"tf":1.0},"62":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":4,"docs":{"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"r":{"df":11,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":1.4142135623730951},"60":{"tf":1.0},"7":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"df":5,"docs":{"26":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":8,"docs":{"0":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.0},"63":{"tf":1.4142135623730951},"7":{"tf":1.0}}}}}},"i":{"d":{"df":1,"docs":{"50":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.0},"36":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"52":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"44":{"tf":1.0}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"m":{"df":4,"docs":{"15":{"tf":1.0},"31":{"tf":1.0},"46":{"tf":1.4142135623730951},"58":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"38":{"tf":1.0},"45":{"tf":1.0},"63":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"1":{"tf":1.0},"42":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"60":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"0":{"tf":1.0},"48":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":2,"docs":{"20":{"tf":1.0},"63":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"47":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":8,"docs":{"19":{"tf":1.4142135623730951},"26":{"tf":1.0},"28":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0},"61":{"tf":1.4142135623730951},"63":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"38":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":3,"docs":{"12":{"tf":1.0},"48":{"tf":1.0},"63":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"48":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":8,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"33":{"tf":1.0},"58":{"tf":1.4142135623730951},"60":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"21":{"tf":1.0},"23":{"tf":1.0},"60":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"15":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"47":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"17":{"tf":1.0},"63":{"tf":1.4142135623730951},"8":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":4,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{}}}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"x":{"df":2,"docs":{"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":3,"docs":{"31":{"tf":1.0},"32":{"tf":1.0},"54":{"tf":1.0}}}}}}}},"d":{"(":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"[":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"a":{"df":9,"docs":{"0":{"tf":2.23606797749979},"22":{"tf":1.0},"25":{"tf":1.4142135623730951},"26":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"53":{"tf":1.0},"63":{"tf":2.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"t":{"a":{"df":14,"docs":{"0":{"tf":2.0},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"25":{"tf":1.0},"3":{"tf":1.4142135623730951},"4":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":2.23606797749979}}},"df":0,"docs":{}}},"df":2,"docs":{"12":{"tf":1.0},"4":{"tf":1.0}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":3,"docs":{"37":{"tf":1.0},"45":{"tf":1.0},"8":{"tf":1.0}},"g":{"df":2,"docs":{"11":{"tf":1.0},"59":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"12":{"tf":1.0},"17":{"tf":1.0}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"r":{"df":8,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"3":{"tf":1.0},"48":{"tf":1.0},"6":{"tf":1.4142135623730951},"63":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"47":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"57":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":7,"docs":{"21":{"tf":1.0},"44":{"tf":2.0},"45":{"tf":1.7320508075688772},"48":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"17":{"tf":1.0},"48":{"tf":1.0},"60":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"20":{"tf":1.0},"21":{"tf":1.0},"60":{"tf":1.0}}}}}}},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"28":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"34":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"a":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":9,"docs":{"16":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"58":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"41":{"tf":1.0},"62":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":13,"docs":{"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"27":{"tf":1.0},"32":{"tf":2.0},"35":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"58":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"50":{"tf":1.0},"55":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":6,"docs":{"16":{"tf":1.0},"18":{"tf":1.4142135623730951},"3":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"48":{"tf":1.0},"63":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"13":{"tf":1.0},"30":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"11":{"tf":1.0},"8":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}}}}}}},"v":{"df":1,"docs":{"45":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":6,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.4142135623730951}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"12":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"14":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"62":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"37":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"63":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"38":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":3,"docs":{"0":{"tf":1.0},"53":{"tf":1.0},"63":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"41":{"tf":1.0},"47":{"tf":1.0}},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"31":{"tf":1.0}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":10,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"58":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"22":{"tf":1.0},"30":{"tf":1.0},"58":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"\'":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"32":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.7320508075688772}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"26":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"[":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}},"df":10,"docs":{"12":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"3":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.0}},"n":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"p":{"/":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"30":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"l":{"df":6,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":13,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":2.23606797749979},"7":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":3,"docs":{"12":{"tf":1.0},"56":{"tf":1.0},"63":{"tf":1.4142135623730951}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"55":{"tf":1.7320508075688772},"56":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},".":{"df":0,"docs":{},"g":{"df":9,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"63":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"55":{"tf":1.0}}}}}}},"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"12":{"tf":1.0}}}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":6,"docs":{"13":{"tf":1.0},"16":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"4":{"tf":1.0},"63":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"41":{"tf":1.0}}}}},"s":{"df":1,"docs":{"38":{"tf":1.0}},"i":{"df":1,"docs":{"17":{"tf":1.0}}}}},"df":1,"docs":{"12":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"b":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"3":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":7,"docs":{"0":{"tf":1.0},"21":{"tf":1.0},"26":{"tf":1.0},"45":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"d":{"df":4,"docs":{"16":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"41":{"tf":1.0},"52":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"10":{"tf":1.0},"34":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"15":{"tf":1.0},"3":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":5,"docs":{"10":{"tf":1.4142135623730951},"17":{"tf":1.0},"48":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":7,"docs":{"0":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.4142135623730951},"53":{"tf":1.0},"63":{"tf":1.4142135623730951}}}}},"v":{"df":1,"docs":{"40":{"tf":1.0}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":27,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"3":{"tf":1.4142135623730951},"35":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"58":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"7":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"r":{"(":{"\\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"55":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"51":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"2":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"a":{"df":0,"docs":{},"l":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":7,"docs":{"12":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"35":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0},"56":{"tf":1.0},"63":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"52":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":3,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":11,"docs":{"15":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"63":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"40":{"tf":1.4142135623730951},"63":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"r":{"df":8,"docs":{"0":{"tf":1.4142135623730951},"17":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"44":{"tf":1.0},"60":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951}},"s":{"(":{"1":{"df":3,"docs":{"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"2":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":6,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"58":{"tf":1.0},"63":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":3,"docs":{"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"55":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":38,"docs":{"1":{"tf":1.0},"12":{"tf":2.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"20":{"tf":1.7320508075688772},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"30":{"tf":1.7320508075688772},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.4142135623730951},"4":{"tf":1.7320508075688772},"40":{"tf":1.7320508075688772},"41":{"tf":1.0},"48":{"tf":2.23606797749979},"50":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":2.0},"56":{"tf":1.7320508075688772},"57":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":2.23606797749979},"7":{"tf":2.0},"9":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"63":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"60":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"46":{"tf":1.0},"51":{"tf":1.0}}}},"s":{"df":2,"docs":{"46":{"tf":1.0},"50":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"46":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"—":{"a":{"d":{"df":0,"docs":{},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"20":{"tf":1.0},"21":{"tf":1.0},"60":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"13":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.4142135623730951},"49":{"tf":1.0},"53":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"16":{"tf":1.0}}}}}}},"}":{"\\"":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"56":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"f":{"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"15":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"12":{"tf":1.0},"50":{"tf":1.0},"62":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":9,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.4142135623730951},"46":{"tf":1.0},"52":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}},"k":{"df":0,"docs":{},"e":{"df":2,"docs":{"28":{"tf":1.0},"32":{"tf":1.0}}}},"l":{"df":0,"docs":{},"s":{"df":4,"docs":{"10":{"tf":1.0},"41":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}}}},"q":{"df":1,"docs":{"62":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"32":{"tf":1.0},"37":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0},"57":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"42":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"22":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"32":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":1,"docs":{"31":{"tf":1.0}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"22":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"44":{"tf":1.0},"62":{"tf":1.0}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"17":{"tf":1.0},"51":{"tf":1.0},"56":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"8":{"tf":1.0}},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"62":{"tf":1.0}}}}}}}}}},"t":{"df":6,"docs":{"15":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"54":{"tf":1.0}}},"x":{"df":1,"docs":{"8":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"35":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0}}},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"61":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"46":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":4,"docs":{"13":{"tf":1.0},"24":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"58":{"tf":1.0},"60":{"tf":1.0}}}}}}},"n":{"df":6,"docs":{"10":{"tf":1.0},"55":{"tf":2.449489742783178},"56":{"tf":2.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"o":{"c":{"df":0,"docs":{},"u":{"df":1,"docs":{"6":{"tf":1.0}},"s":{"df":3,"docs":{"0":{"tf":1.0},"15":{"tf":1.0},"41":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"35":{"tf":1.0},"4":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"t":{"!":{"(":{"\\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"4":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"2":{"tf":1.0},"21":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"45":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}}}}}}}}},"df":18,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.4142135623730951},"2":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.4142135623730951},"4":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"60":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.4142135623730951}},"’":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"3":{"tf":1.0},"32":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":7,"docs":{"0":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"8":{"tf":1.0}}}}}}},"d":{"df":1,"docs":{"60":{"tf":1.0}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"g":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"3":{"tf":1.0},"61":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"40":{"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":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"50":{"tf":1.0},"55":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":8,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":1.4142135623730951},"48":{"tf":1.0},"55":{"tf":1.0},"63":{"tf":1.4142135623730951}}}}},"t":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"55":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"42":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"1":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"63":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"17":{"tf":1.0},"22":{"tf":1.0}}}},"df":0,"docs":{},"o":{"d":{"df":6,"docs":{"10":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"17":{"tf":1.0},"22":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"44":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"1":{"6":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":1,"docs":{"63":{"tf":1.0}}}},"w":{"df":1,"docs":{"57":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"14":{"tf":1.0},"48":{"tf":1.0},"59":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"1":{"tf":1.0},"14":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"30":{"tf":1.0}}}},"n":{"d":{"df":1,"docs":{"12":{"tf":1.0}},"l":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"r":{"d":{"df":1,"docs":{"8":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"17":{"tf":1.0},"4":{"tf":1.0},"63":{"tf":1.0},"9":{"tf":1.4142135623730951}},"i":{"df":2,"docs":{"20":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":1,"docs":{"5":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"41":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"0":{"tf":1.0},"56":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":9,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"29":{"tf":1.0},"4":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"39":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"13":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"58":{"tf":1.0},"62":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"58":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"i":{"[":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"20":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"a":{"df":9,"docs":{"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"55":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"14":{"tf":1.0}},"i":{"df":1,"docs":{"47":{"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":3,"docs":{"23":{"tf":1.0},"27":{"tf":1.0},"54":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"42":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.4142135623730951}}}},"l":{"df":2,"docs":{"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"58":{"tf":1.0}}}}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":7,"docs":{"0":{"tf":1.0},"22":{"tf":1.0},"42":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":8,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"40":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"4":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"\\"":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"55":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"c":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"44":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"3":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"12":{"tf":1.0},"21":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":3,"docs":{"20":{"tf":1.7320508075688772},"50":{"tf":1.0},"55":{"tf":1.4142135623730951}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"20":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"46":{"tf":1.0}}}}}}},"df":2,"docs":{"38":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"44":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"61":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":4,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"3":{"tf":1.0},"58":{"tf":1.0}}}},"n":{"d":{"df":4,"docs":{"17":{"tf":1.0},"48":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"27":{"tf":1.0},"30":{"tf":1.0}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.4142135623730951},"28":{"tf":1.0},"3":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":3,"docs":{"28":{"tf":1.0},"58":{"tf":1.0},"9":{"tf":2.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"5":{"tf":1.0}}}}}},"v":{"df":4,"docs":{"31":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"8":{"tf":1.0}},"t":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":3,"docs":{"3":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"u":{"df":2,"docs":{"41":{"tf":1.0},"55":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.0},"37":{"tf":1.0}}}}},"v":{"df":1,"docs":{"59":{"tf":1.0}}}},"j":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"g":{"df":4,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"63":{"tf":1.0}}}},"df":0,"docs":{}}},"k":{"8":{"df":7,"docs":{"16":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.0},"46":{"tf":1.4142135623730951},"62":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"46":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"63":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":18,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.7320508075688772},"22":{"tf":1.4142135623730951},"26":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951}}}},"y":{"df":2,"docs":{"55":{"tf":1.0},"56":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"46":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"60":{"tf":1.4142135623730951}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"63":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"58":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"28":{"tf":1.0}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"13":{"tf":1.0},"7":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"31":{"tf":1.0},"48":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"28":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"21":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"37":{"tf":1.0},"63":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"25":{"tf":1.0},"4":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"15":{"tf":1.0},"21":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"53":{"tf":1.0},"60":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"63":{"tf":1.0}}}}},"df":0,"docs":{},"k":{"df":2,"docs":{"12":{"tf":1.0},"48":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"63":{"tf":1.0}}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"42":{"tf":1.0}}}},"t":{"df":1,"docs":{"3":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":14,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":2,"docs":{"12":{"tf":1.4142135623730951},"34":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"20":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":19,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"3":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.7320508075688772},"9":{"tf":1.0}}}}},"o":{"a":{"d":{"df":2,"docs":{"29":{"tf":1.0},"46":{"tf":1.0}},"e":{"d":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"46":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"=":{"2":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"=":{"1":{"2":{"0":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"=":{"3":{"df":1,"docs":{"44":{"tf":1.0}}},"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":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":2,"docs":{"42":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951}}}}}}}},"df":13,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"35":{"tf":1.4142135623730951},"37":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"44":{"tf":1.0},"58":{"tf":1.0},"62":{"tf":1.0}}},"t":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":6,"docs":{"41":{"tf":1.0},"44":{"tf":1.4142135623730951},"45":{"tf":1.7320508075688772},"55":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0}},"i":{"c":{"df":3,"docs":{"54":{"tf":1.0},"57":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{}},"s":{"/":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"46":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":5,"docs":{"10":{"tf":1.0},"17":{"tf":1.0},"48":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"39":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"30":{"tf":1.0},"62":{"tf":1.0}}},"p":{"df":3,"docs":{"22":{"tf":1.0},"37":{"tf":1.0},"6":{"tf":1.0}}},"s":{"df":1,"docs":{"15":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"63":{"tf":1.0}}}}}}},"w":{"df":1,"docs":{"29":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"r":{"df":2,"docs":{"12":{"tf":1.0},"4":{"tf":1.0}}},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"10":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"38":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"10":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"13":{"tf":1.0},"47":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":9,"docs":{"13":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"58":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}},"n":{"df":0,"docs":{},"i":{"df":6,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"60":{"tf":1.0}}},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"63":{"tf":1.0}}}}},"p":{"df":4,"docs":{"16":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"58":{"tf":1.0}}},"t":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"59":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"17":{"tf":1.0},"39":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}},"y":{"b":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":8,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"48":{"tf":1.0},"62":{"tf":1.0}}}}},"t":{"df":1,"docs":{"21":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"63":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"2":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"41":{"tf":1.0},"63":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"c":{"df":5,"docs":{"12":{"tf":1.0},"31":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"61":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"46":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"m":{"df":5,"docs":{"22":{"tf":1.0},"24":{"tf":1.0},"37":{"tf":1.0},"54":{"tf":1.0},"57":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"10":{"tf":1.4142135623730951},"60":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"61":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":4,"docs":{"41":{"tf":1.0},"50":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0}}}},"x":{"df":2,"docs":{"61":{"tf":1.0},"8":{"tf":1.0}},"e":{"d":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"30":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"45":{"tf":1.0}},"l":{"df":8,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"29":{"tf":1.0},"48":{"tf":1.7320508075688772},"58":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"34":{"tf":1.0}}}},"df":2,"docs":{"44":{"tf":1.0},"50":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"57":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"13":{"tf":1.0},"22":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":8,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"38":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":4,"docs":{"22":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"55":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"55":{"tf":1.0},"56":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"50":{"tf":1.0},"55":{"tf":1.0}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"df":2,"docs":{"29":{"tf":1.0},"9":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":8,"docs":{"21":{"tf":1.0},"3":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.0},"62":{"tf":1.4142135623730951},"8":{"tf":1.0}},"—":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"g":{"df":3,"docs":{"30":{"tf":1.0},"41":{"tf":1.0},"63":{"tf":1.0}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":12,"docs":{"0":{"tf":1.7320508075688772},"15":{"tf":1.0},"17":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"4":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.4142135623730951}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"32":{"tf":1.0},"63":{"tf":1.0}}}}},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"55":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":5,"docs":{"27":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}}}}},"o":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"52":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":23,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"12":{"tf":1.4142135623730951},"15":{"tf":1.7320508075688772},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"2":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.4142135623730951},"32":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.7320508075688772},"48":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.4142135623730951},"61":{"tf":1.0},"63":{"tf":2.23606797749979}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":2,"docs":{"22":{"tf":1.0},"8":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"df":9,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.7320508075688772},"32":{"tf":1.0},"41":{"tf":1.0},"46":{"tf":1.0},"63":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"=":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"45":{"tf":1.0}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"41":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"=":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"e":{",":{"d":{"a":{"=":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"44":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"=":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"41":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"45":{"tf":1.0}},"e":{"=":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":2,"docs":{"45":{"tf":1.0},"46":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"21":{"tf":1.0},"44":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"o":{"[":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":17,"docs":{"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"48":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.7320508075688772},"9":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"22":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"48":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"12":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"58":{"tf":1.0},"60":{"tf":1.0}}}}}},"k":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"\\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"55":{"tf":1.0},"56":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":1,"docs":{"55":{"tf":1.0}}},"n":{"c":{"df":3,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0}}},"df":5,"docs":{"15":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"40":{"tf":1.0},"53":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"39":{"tf":1.0}}}}},"p":{"df":1,"docs":{"63":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"0":{"tf":1.0},"17":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772},"62":{"tf":1.0},"63":{"tf":1.0}}}},"t":{"df":2,"docs":{"21":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"12":{"tf":1.0},"26":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"52":{"tf":1.0}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"63":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"21":{"tf":1.0},"62":{"tf":1.0},"7":{"tf":1.0}}}}}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"29":{"tf":1.0}}}}},"df":1,"docs":{"28":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"p":{"df":1,"docs":{"41":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":9,"docs":{"12":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0},"63":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"3":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"37":{"tf":1.0},"42":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}}},"p":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"12":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"28":{"tf":1.0}}},"k":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"16":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":4,"docs":{"1":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"33":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.0},"63":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"30":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}}}}},"t":{"df":4,"docs":{"14":{"tf":1.0},"2":{"tf":1.0},"47":{"tf":1.0},"59":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":5,"docs":{"0":{"tf":1.0},"19":{"tf":1.0},"53":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"35":{"tf":1.0},"46":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":1,"docs":{"12":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"19":{"tf":1.0},"25":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":3,"docs":{"15":{"tf":1.0},"21":{"tf":2.0},"22":{"tf":1.0}}}}}}}},"df":3,"docs":{"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"28":{"tf":1.0}}}},"r":{"df":6,"docs":{"21":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":1.0},"33":{"tf":1.0},"63":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":3,"docs":{"0":{"tf":1.4142135623730951},"4":{"tf":1.0},"63":{"tf":1.4142135623730951}}}}}},"i":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"29":{"tf":1.4142135623730951},"34":{"tf":2.8284271247461903}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"33":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"15":{"tf":1.0},"16":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"20":{"tf":1.0},"34":{"tf":1.0},"38":{"tf":1.0}}}}}}}},"l":{"a":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":17,"docs":{"1":{"tf":1.0},"12":{"tf":2.23606797749979},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"20":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":2.0},"36":{"tf":1.4142135623730951},"4":{"tf":1.7320508075688772},"40":{"tf":1.4142135623730951},"48":{"tf":1.0},"58":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"41":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"u":{"df":3,"docs":{"0":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0}},"g":{"df":1,"docs":{"54":{"tf":1.0}},"g":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"13":{"tf":1.0},"18":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"d":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"63":{"tf":1.0}},"e":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":5,"docs":{"37":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"3":{"tf":1.0}}}},"df":0,"docs":{}},"df":3,"docs":{"38":{"tf":1.0},"45":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"31":{"tf":1.0},"34":{"tf":1.0},"48":{"tf":1.0},"63":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"14":{"tf":1.0},"22":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"9":{"tf":1.0}}}}},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"63":{"tf":1.0}}}}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"15":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"35":{"tf":1.4142135623730951},"41":{"tf":2.0},"46":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0}}}}}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"26":{"tf":1.0},"41":{"tf":1.0}}}},"t":{"df":3,"docs":{"22":{"tf":1.0},"53":{"tf":1.0},"61":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"35":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.4142135623730951}}}}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"11":{"tf":1.0},"5":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"o":{"b":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":8,"docs":{"17":{"tf":1.0},"21":{"tf":1.0},"40":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"63":{"tf":1.0}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":6,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0},"63":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":7,"docs":{"0":{"tf":1.0},"20":{"tf":1.0},"32":{"tf":1.0},"52":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"7":{"tf":1.7320508075688772}},"t":{"df":4,"docs":{"10":{"tf":1.0},"27":{"tf":1.0},"63":{"tf":1.7320508075688772},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.4142135623730951},"3":{"tf":1.0},"48":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"45":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"42":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"o":{"df":0,"docs":{},"f":{"df":2,"docs":{"45":{"tf":1.0},"63":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"33":{"tf":1.0},"63":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":9,"docs":{"0":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"21":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"62":{"tf":1.0},"7":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"10":{"tf":1.0},"55":{"tf":1.0}},"r":{"df":1,"docs":{"41":{"tf":1.0}}}},"i":{"d":{"df":4,"docs":{"32":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":3,"docs":{"12":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951},"63":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"40":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"b":{"df":2,"docs":{"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"0":{"tf":1.0},"63":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"62":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"18":{"tf":1.0},"3":{"tf":1.0}}}}}}}},"q":{"a":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"42":{"tf":1.0},"59":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}}}}}},"r":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"12":{"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":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"33":{"tf":1.4142135623730951},"8":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"df":12,"docs":{"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"63":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"12":{"tf":1.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"55":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"l":{"df":4,"docs":{"40":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.0},"63":{"tf":1.0}},"e":{"df":0,"docs":{},"—":{"a":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":12,"docs":{"12":{"tf":1.4142135623730951},"15":{"tf":1.0},"26":{"tf":1.0},"32":{"tf":1.4142135623730951},"35":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.7320508075688772},"41":{"tf":1.7320508075688772},"52":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.4142135623730951}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"58":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":4,"docs":{"0":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"54":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"1":{"tf":1.0},"3":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"63":{"tf":1.0},"7":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"52":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"22":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"19":{"tf":1.0},"62":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":3,"docs":{"13":{"tf":1.0},"21":{"tf":1.0},"62":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"47":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"35":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"46":{"tf":1.0}}}}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"63":{"tf":1.0}}},"x":{"df":1,"docs":{"40":{"tf":1.0}}}},"df":1,"docs":{"7":{"tf":1.0}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"22":{"tf":1.0},"52":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"20":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"48":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":5,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.4142135623730951},"42":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":9,"docs":{"19":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"45":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":7,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"26":{"tf":1.0},"30":{"tf":1.0},"62":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"12":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":4,"docs":{"16":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"63":{"tf":1.4142135623730951}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":8,"docs":{"12":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"26":{"tf":1.4142135623730951},"34":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":5,"docs":{"22":{"tf":1.0},"35":{"tf":1.0},"5":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":3,"docs":{"0":{"tf":1.0},"63":{"tf":1.0},"9":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":3,"docs":{"51":{"tf":1.0},"55":{"tf":1.0},"63":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"15":{"tf":1.4142135623730951},"21":{"tf":1.0},"51":{"tf":1.0},"58":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":3,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"62":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"57":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"10":{"tf":1.0},"62":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":8,"docs":{"0":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.0},"63":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"c":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"50":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.7320508075688772},"56":{"tf":1.4142135623730951}}}}}}}}},"df":30,"docs":{"1":{"tf":1.0},"10":{"tf":1.7320508075688772},"12":{"tf":1.7320508075688772},"13":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.7320508075688772},"20":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":1.7320508075688772},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.7320508075688772},"37":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.4142135623730951},"45":{"tf":1.7320508075688772},"46":{"tf":1.0},"48":{"tf":2.0},"5":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.7320508075688772},"62":{"tf":1.4142135623730951},"63":{"tf":2.449489742783178},"7":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":3,"docs":{"29":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.4142135623730951}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":25,"docs":{"12":{"tf":1.0},"13":{"tf":1.4142135623730951},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.7320508075688772},"41":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"48":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.4142135623730951},"58":{"tf":1.7320508075688772},"61":{"tf":1.7320508075688772},"62":{"tf":1.7320508075688772},"63":{"tf":2.0}},"’":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"40":{"tf":1.0}},"{":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"40":{"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":{},"i":{"df":0,"docs":{},"m":{"df":6,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"33":{"tf":1.0},"40":{"tf":1.4142135623730951},"48":{"tf":1.0},"58":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"40":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"53":{"tf":1.0}},"t":{"df":0,"docs":{},"y":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"m":{"df":0,"docs":{},"e":{"df":6,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"35":{"tf":1.4142135623730951},"58":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"41":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":3,"docs":{"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":31,"docs":{"1":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":2.23606797749979},"16":{"tf":1.7320508075688772},"17":{"tf":1.7320508075688772},"18":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":2.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"27":{"tf":1.0},"34":{"tf":1.7320508075688772},"35":{"tf":1.7320508075688772},"36":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.7320508075688772},"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"48":{"tf":2.23606797749979},"5":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":2.23606797749979},"59":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"62":{"tf":1.7320508075688772},"63":{"tf":2.23606797749979},"8":{"tf":1.0}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"29":{"tf":1.0},"39":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"41":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":5,"docs":{"22":{"tf":1.0},"29":{"tf":1.0},"44":{"tf":1.0},"63":{"tf":1.4142135623730951},"7":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"d":{"df":8,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0}}},"df":5,"docs":{"17":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"26":{"tf":1.0},"35":{"tf":1.0}}}},"df":0,"docs":{}},"f":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":3,"docs":{"21":{"tf":1.0},"55":{"tf":1.7320508075688772},"56":{"tf":1.7320508075688772}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"8":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"31":{"tf":1.0}}},"v":{"df":1,"docs":{"58":{"tf":1.0}},"i":{"c":{"df":5,"docs":{"0":{"tf":1.0},"38":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":11,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"24":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"60":{"tf":1.4142135623730951},"63":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"16":{"tf":1.0},"38":{"tf":1.0},"61":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":18,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"4":{"tf":1.4142135623730951},"48":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":8,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"0":{"tf":1.0},"10":{"tf":1.4142135623730951},"62":{"tf":1.0}}}},"w":{"df":4,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"27":{"tf":1.0},"54":{"tf":1.0}}}}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":13,"docs":{"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.4142135623730951},"22":{"tf":1.0},"35":{"tf":1.7320508075688772},"41":{"tf":1.4142135623730951},"46":{"tf":1.0},"52":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.7320508075688772},"9":{"tf":1.7320508075688772}},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"46":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"24":{"tf":1.0},"55":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"28":{"tf":1.0},"32":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":3,"docs":{"12":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0}}}}},"t":{"df":1,"docs":{"15":{"tf":1.0}}},"z":{"df":0,"docs":{},"e":{"df":1,"docs":{"9":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"63":{"tf":1.7320508075688772},"7":{"tf":1.0}}},"w":{"df":3,"docs":{"28":{"tf":1.0},"61":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"42":{"tf":1.0}}}},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"17":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":8,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"51":{"tf":1.0},"56":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"3":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":1,"docs":{"63":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":8,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"26":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0},"5":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0}},"i":{"df":2,"docs":{"17":{"tf":1.0},"63":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"e":{"d":{"df":3,"docs":{"22":{"tf":1.0},"36":{"tf":1.0},"62":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"63":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"38":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"34":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"61":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"22":{"tf":1.0},"61":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"55":{"tf":1.0}}}}}}},"df":0,"docs":{}},"_":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"51":{"tf":1.0},"56":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":13,"docs":{"12":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.7320508075688772},"48":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":5,"docs":{"12":{"tf":1.0},"22":{"tf":1.0},"29":{"tf":1.0},"63":{"tf":1.7320508075688772},"9":{"tf":1.7320508075688772}}},"i":{"c":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}}},"y":{"df":5,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"31":{"tf":1.0},"56":{"tf":1.0},"62":{"tf":1.0}}}},"d":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{":":{":":{"a":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"55":{"tf":1.0}}},"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":{},"p":{"df":2,"docs":{"21":{"tf":1.0},"41":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"28":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"62":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":3,"docs":{"12":{"tf":1.0},"48":{"tf":1.0},"63":{"tf":1.0}}}},"r":{"df":2,"docs":{"55":{"tf":1.0},"56":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"63":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"25":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"55":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"b":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"60":{"tf":1.4142135623730951}}}}}},"u":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"24":{"tf":1.0},"28":{"tf":1.4142135623730951},"30":{"tf":1.0}}}},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"6":{"tf":1.0}}}}},"df":7,"docs":{"0":{"tf":1.4142135623730951},"17":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"30":{"tf":1.4142135623730951},"63":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"0":{"tf":1.0},"63":{"tf":1.0}}}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"39":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"59":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"13":{"tf":1.0},"22":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"61":{"tf":1.0}}}}}}},"n":{"c":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"27":{"tf":1.0},"28":{"tf":1.0},"32":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":8,"docs":{"20":{"tf":1.4142135623730951},"26":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":2.23606797749979},"9":{"tf":1.4142135623730951}}}}}}}},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"45":{"tf":1.0}}},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"7":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"56":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":4,"docs":{"17":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"48":{"tf":1.0}}}}},"d":{"df":3,"docs":{"20":{"tf":1.0},"40":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":3,"docs":{"22":{"tf":1.0},"3":{"tf":1.4142135623730951},"60":{"tf":1.0}}},"r":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"41":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"21":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"=":{"9":{"0":{"9":{"1":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":32,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.0},"11":{"tf":1.0},"15":{"tf":2.0},"16":{"tf":1.7320508075688772},"17":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.7320508075688772},"30":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.4142135623730951},"48":{"tf":1.0},"5":{"tf":1.4142135623730951},"50":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"8":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"52":{"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":{"51":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"{":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"56":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"55":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"55":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"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":{},"t":{":":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":2,"docs":{"45":{"tf":1.0},"46":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"7":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"13":{"tf":1.0},"35":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"e":{"df":14,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.4142135623730951},"31":{"tf":1.7320508075688772},"37":{"tf":1.0},"41":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"7":{"tf":1.7320508075688772}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.0}}}}},"r":{"df":1,"docs":{"28":{"tf":1.4142135623730951}}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"15":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"31":{"tf":1.0},"33":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":25,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"33":{"tf":1.7320508075688772},"35":{"tf":1.0},"4":{"tf":2.0},"45":{"tf":1.0},"48":{"tf":1.7320508075688772},"53":{"tf":1.0},"55":{"tf":1.4142135623730951},"58":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"8":{"tf":1.0}},"y":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"g":{"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":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"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":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"60":{"tf":1.0},"63":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":3,"docs":{"15":{"tf":1.0},"40":{"tf":1.0},"58":{"tf":1.0}}},"k":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":16,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"26":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"3":{"tf":1.0},"4":{"tf":2.0},"40":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"63":{"tf":1.4142135623730951},"8":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"54":{"tf":1.0},"60":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":16,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"21":{"tf":1.0},"24":{"tf":1.7320508075688772},"25":{"tf":1.7320508075688772},"26":{"tf":1.0},"34":{"tf":1.0},"40":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.7320508075688772},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"5":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"63":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"16":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"41":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"19":{"tf":1.0},"30":{"tf":1.0},"63":{"tf":1.4142135623730951}}}}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"29":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":3,"docs":{"22":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"36":{"tf":1.0},"4":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":1,"docs":{"24":{"tf":1.0}}}},"x":{"df":1,"docs":{"7":{"tf":1.0}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"63":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"36":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"28":{"tf":1.0},"3":{"tf":1.4142135623730951},"48":{"tf":1.0},"50":{"tf":1.0},"63":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"56":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":1,"docs":{"58":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"17":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"16":{"tf":1.0},"42":{"tf":1.0}}}},"df":20,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.4142135623730951},"29":{"tf":1.0},"35":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"55":{"tf":2.23606797749979},"56":{"tf":1.7320508075688772},"58":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"19":{"tf":1.0},"60":{"tf":1.0},"9":{"tf":1.7320508075688772}}}},"i":{"df":0,"docs":{},"z":{"df":2,"docs":{"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"16":{"tf":1.0}}}},"x":{"df":0,"docs":{},"o":{"df":1,"docs":{"63":{"tf":1.4142135623730951}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"2":{"df":3,"docs":{"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"3":{"df":1,"docs":{"8":{"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":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":18,"docs":{"0":{"tf":2.0},"13":{"tf":1.0},"17":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"31":{"tf":1.0},"33":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.0},"60":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":2.0}}},"df":0,"docs":{}},"u":{"df":2,"docs":{"30":{"tf":1.0},"63":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"33":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"63":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"45":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"!":{"[":{"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":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":1,"docs":{"55":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"10":{"tf":1.0},"62":{"tf":1.0}},"f":{"df":2,"docs":{"13":{"tf":1.0},"32":{"tf":1.0}},"i":{"df":7,"docs":{"20":{"tf":1.0},"28":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"i":{"a":{"df":2,"docs":{"0":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":5,"docs":{"12":{"tf":1.0},"16":{"tf":1.0},"20":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"[":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"12":{"tf":1.0},"35":{"tf":1.0},"63":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":2.0}},"e":{"df":0,"docs":{},"t":{"df":14,"docs":{"15":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"29":{"tf":1.0}}}},"y":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":1,"docs":{"12":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"21":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"60":{"tf":1.0},"63":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"61":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":10,"docs":{"10":{"tf":1.0},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"20":{"tf":1.0},"35":{"tf":1.0},"48":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":4,"docs":{"38":{"tf":1.0},"50":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"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":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"5":{"df":1,"docs":{"10":{"tf":1.0}}},"6":{"0":{"df":2,"docs":{"10":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":1,"docs":{"63":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"0":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"31":{"tf":1.0},"9":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"32":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":3,"docs":{"3":{"tf":1.0},"42":{"tf":1.0},"6":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"58":{"tf":1.7320508075688772}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":36,"docs":{"1":{"tf":1.0},"12":{"tf":2.449489742783178},"13":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.7320508075688772},"18":{"tf":1.4142135623730951},"19":{"tf":2.0},"20":{"tf":2.449489742783178},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.7320508075688772},"26":{"tf":1.4142135623730951},"27":{"tf":1.0},"28":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"30":{"tf":1.0},"35":{"tf":1.7320508075688772},"4":{"tf":1.7320508075688772},"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"48":{"tf":2.23606797749979},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":2.23606797749979},"56":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.7320508075688772},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":2.23606797749979}},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"d":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"44":{"tf":1.0},"5":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"e":{"df":1,"docs":{"62":{"tf":1.0}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":2,"docs":{"29":{"tf":1.0},"63":{"tf":1.0}}}}}}}},"breadcrumbs":{"root":{"0":{"df":1,"docs":{"10":{"tf":1.0}}},"1":{"0":{"df":2,"docs":{"10":{"tf":1.0},"7":{"tf":1.0}}},"2":{"7":{".":{"0":{".":{"0":{".":{"1":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"10":{"tf":1.0},"34":{"tf":1.0},"44":{"tf":1.4142135623730951}},"–":{"3":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}},"2":{"df":3,"docs":{"24":{"tf":1.4142135623730951},"34":{"tf":1.0},"63":{"tf":1.0}}},"3":{"df":1,"docs":{"34":{"tf":1.0}}},"4":{"df":1,"docs":{"34":{"tf":1.0}},"–":{"5":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}},"5":{"df":1,"docs":{"7":{"tf":1.0}},"s":{"/":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"6":{"0":{"df":2,"docs":{"44":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"7":{"tf":1.0}}},"–":{"7":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}},"7":{"df":0,"docs":{},"s":{"df":1,"docs":{"7":{"tf":1.0}}}},"8":{"df":0,"docs":{},"s":{"/":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"9":{"0":{"9":{"0":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"a":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"63":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"40":{"tf":1.0},"47":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"46":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"63":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"48":{"tf":1.0},"55":{"tf":1.0},"63":{"tf":1.4142135623730951},"8":{"tf":1.0}}}},"v":{"df":10,"docs":{"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.4142135623730951},"48":{"tf":1.0},"55":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"19":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"58":{"tf":1.0}}}}},"d":{"df":4,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"45":{"tf":1.0},"50":{"tf":1.0}}}}}}},"df":6,"docs":{"48":{"tf":1.0},"50":{"tf":1.7320508075688772},"51":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"54":{"tf":1.0}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"23":{"tf":1.0},"60":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":9,"docs":{"27":{"tf":1.7320508075688772},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"30":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"51":{"tf":1.0}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"61":{"tf":1.0}}}}}}}}}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":4,"docs":{"17":{"tf":1.0},"21":{"tf":1.4142135623730951},"35":{"tf":1.0},"62":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":6,"docs":{"10":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}}}}},"df":2,"docs":{"22":{"tf":1.0},"63":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"10":{"tf":1.0},"62":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.7320508075688772}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":5,"docs":{"59":{"tf":1.7320508075688772},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"20":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"2":{"tf":1.0},"33":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"4":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"46":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":8,"docs":{"27":{"tf":1.7320508075688772},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"15":{"tf":1.0},"34":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":14,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.4142135623730951},"33":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0},"56":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}}}},"t":{"df":3,"docs":{"16":{"tf":1.0},"41":{"tf":1.0},"46":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"0":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{":":{":":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"55":{"tf":1.0},"56":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"55":{"tf":1.0},"56":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":3,"docs":{"50":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"48":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":6,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"17":{"tf":1.7320508075688772},"35":{"tf":1.0},"5":{"tf":1.0}}}}},"o":{"df":1,"docs":{"63":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":18,"docs":{"0":{"tf":1.4142135623730951},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"35":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.4142135623730951},"46":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.7320508075688772},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"22":{"tf":1.0},"41":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}}},"b":{"(":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"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":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"4":{"tf":1.0},"52":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}}}}},"d":{"df":4,"docs":{"10":{"tf":1.0},"30":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"38":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":4,"docs":{"22":{"tf":1.0},"36":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"26":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0},"56":{"tf":1.0}}}}}}}},"df":1,"docs":{"4":{"tf":1.0}},"e":{"c":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"56":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":7,"docs":{"22":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.4142135623730951}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"40":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":10,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"30":{"tf":1.7320508075688772},"35":{"tf":1.0},"39":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"63":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"22":{"tf":1.7320508075688772},"37":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"42":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":8,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"32":{"tf":1.0},"41":{"tf":1.0}}}}},"df":3,"docs":{"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"b":{"df":6,"docs":{"0":{"tf":1.4142135623730951},"17":{"tf":1.0},"19":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":2.23606797749979},"9":{"tf":1.0}},"s":{"/":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"46":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":21,"docs":{"0":{"tf":1.0},"10":{"tf":2.23606797749979},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.4142135623730951},"31":{"tf":2.449489742783178},"32":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":2.0},"63":{"tf":2.8284271247461903},"7":{"tf":3.1622776601683795},"9":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"e":{"df":2,"docs":{"31":{"tf":1.0},"63":{"tf":1.0}},"e":{"d":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"0":{"tf":1.0},"1":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"18":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":1.0},"42":{"tf":1.0},"60":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"34":{"tf":1.0},"48":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"13":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"a":{"d":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"9":{"tf":1.0}}},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"u":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":11,"docs":{"12":{"tf":1.0},"27":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"60":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":3,"docs":{"3":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0}}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":5,"docs":{"21":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.7320508075688772},"57":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"29":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"z":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"30":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}},"c":{"(":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"4":{"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":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"9":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":4,"docs":{"31":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"l":{"df":2,"docs":{"57":{"tf":1.0},"63":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"27":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"35":{"tf":1.0},"48":{"tf":1.0},"62":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":3,"docs":{"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"61":{"tf":1.0}}}}},"df":1,"docs":{"4":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"63":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"1":{"tf":1.0},"29":{"tf":1.0},"33":{"tf":1.0},"58":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}}}},"df":4,"docs":{"0":{"tf":1.0},"19":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":2.23606797749979}}}}}},"o":{"df":11,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.7320508075688772},"60":{"tf":1.0},"61":{"tf":1.7320508075688772},"62":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"8":{"tf":2.23606797749979}},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"48":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.7320508075688772}}}},"c":{"df":0,"docs":{},"k":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":20,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"28":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"41":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"41":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"22":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"17":{"tf":1.4142135623730951},"22":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"61":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}}}}},"i":{"df":9,"docs":{"13":{"tf":1.0},"22":{"tf":1.7320508075688772},"32":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":2.449489742783178},"7":{"tf":1.4142135623730951}},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"41":{"tf":1.0},"46":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"53":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"61":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":5,"docs":{"12":{"tf":1.4142135623730951},"48":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.0}},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"r":{"df":9,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"|":{"df":2,"docs":{"55":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":4,"docs":{"50":{"tf":1.0},"55":{"tf":1.7320508075688772},"56":{"tf":1.7320508075688772},"58":{"tf":1.0}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":13,"docs":{"1":{"tf":1.0},"13":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.7320508075688772},"4":{"tf":2.0},"41":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"63":{"tf":1.0}},"—":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"48":{"tf":1.0}}}}}}}}}}}},"o":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"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":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"46":{"tf":1.0}}}}}}}}},"df":4,"docs":{"20":{"tf":1.4142135623730951},"31":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"14":{"tf":1.0},"23":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"63":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"40":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"22":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"18":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"3":{"tf":1.0},"63":{"tf":1.4142135623730951}}},"s":{"df":14,"docs":{"0":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.4142135623730951},"4":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.0},"45":{"tf":1.4142135623730951},"48":{"tf":1.0},"58":{"tf":1.0},"62":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"=":{"1":{"df":0,"docs":{},"x":{"1":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"45":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"=":{"1":{"2":{"7":{".":{"0":{".":{"0":{".":{"1":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"=":{"1":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":2,"docs":{"42":{"tf":1.7320508075688772},"63":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":5,"docs":{"12":{"tf":2.0},"2":{"tf":1.0},"20":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"8":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"20":{"tf":1.0},"60":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"4":{"tf":1.0},"48":{"tf":1.0},"56":{"tf":1.0},"63":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"3":{"tf":1.0},"62":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":4,"docs":{"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"r":{"df":11,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":1.4142135623730951},"60":{"tf":1.0},"7":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"df":5,"docs":{"26":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"56":{"tf":1.4142135623730951},"61":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":8,"docs":{"0":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.0},"63":{"tf":1.4142135623730951},"7":{"tf":1.0}}}}}},"i":{"d":{"df":1,"docs":{"50":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.0},"36":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"52":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"44":{"tf":1.0}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"m":{"df":4,"docs":{"15":{"tf":1.0},"31":{"tf":1.0},"46":{"tf":1.4142135623730951},"58":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"38":{"tf":1.0},"45":{"tf":1.0},"63":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"1":{"tf":1.0},"42":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"17":{"tf":1.0},"18":{"tf":1.7320508075688772},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.7320508075688772},"60":{"tf":1.4142135623730951}}}},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"0":{"tf":1.7320508075688772},"48":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":2,"docs":{"20":{"tf":1.0},"63":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"47":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":8,"docs":{"19":{"tf":1.4142135623730951},"26":{"tf":1.0},"28":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0},"61":{"tf":1.4142135623730951},"63":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"38":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":3,"docs":{"12":{"tf":1.0},"48":{"tf":1.0},"63":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"48":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":10,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.7320508075688772},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.7320508075688772},"33":{"tf":1.0},"58":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"21":{"tf":1.0},"23":{"tf":1.0},"60":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"15":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"47":{"tf":1.0},"58":{"tf":2.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"17":{"tf":1.0},"63":{"tf":1.4142135623730951},"8":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":4,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{}}}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"x":{"df":2,"docs":{"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":3,"docs":{"31":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"54":{"tf":1.0}}}}}}}},"d":{"(":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"[":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"a":{"df":9,"docs":{"0":{"tf":2.23606797749979},"22":{"tf":1.0},"25":{"tf":1.7320508075688772},"26":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"53":{"tf":1.0},"63":{"tf":2.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"t":{"a":{"df":14,"docs":{"0":{"tf":2.0},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"25":{"tf":1.0},"3":{"tf":1.4142135623730951},"4":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":2.23606797749979}}},"df":0,"docs":{}}},"df":2,"docs":{"12":{"tf":1.0},"4":{"tf":1.0}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":3,"docs":{"37":{"tf":1.0},"45":{"tf":1.0},"8":{"tf":1.0}},"g":{"df":2,"docs":{"11":{"tf":1.0},"59":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"12":{"tf":1.0},"17":{"tf":1.0}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"r":{"df":8,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"3":{"tf":1.0},"48":{"tf":1.0},"6":{"tf":1.7320508075688772},"63":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"47":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"57":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":7,"docs":{"21":{"tf":1.0},"44":{"tf":2.0},"45":{"tf":1.7320508075688772},"48":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"17":{"tf":1.0},"48":{"tf":1.0},"60":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"20":{"tf":1.0},"21":{"tf":1.0},"60":{"tf":1.0}}}}}}},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"28":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"34":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"a":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":9,"docs":{"16":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"58":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"41":{"tf":1.0},"62":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":13,"docs":{"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"27":{"tf":1.0},"32":{"tf":2.449489742783178},"35":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"58":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"50":{"tf":1.0},"55":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":6,"docs":{"16":{"tf":1.0},"18":{"tf":1.4142135623730951},"3":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"48":{"tf":1.0},"63":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"13":{"tf":1.7320508075688772},"30":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"11":{"tf":1.0},"8":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}}}}}}},"v":{"df":1,"docs":{"45":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":16,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"47":{"tf":1.7320508075688772},"48":{"tf":2.23606797749979},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"12":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"14":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"62":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"37":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"63":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"38":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":3,"docs":{"0":{"tf":1.0},"53":{"tf":1.0},"63":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"41":{"tf":1.0},"47":{"tf":1.0}},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"31":{"tf":1.0}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":10,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"38":{"tf":1.4142135623730951},"4":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"58":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"22":{"tf":1.0},"30":{"tf":1.0},"58":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"\'":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"32":{"tf":1.7320508075688772}},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":2.0}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"26":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"[":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}},"df":10,"docs":{"12":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"3":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.0}},"n":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"p":{"/":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"30":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"l":{"df":6,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.7320508075688772}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":13,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":2.23606797749979},"7":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":3,"docs":{"12":{"tf":1.0},"56":{"tf":1.0},"63":{"tf":1.4142135623730951}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"55":{"tf":1.7320508075688772},"56":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},".":{"df":0,"docs":{},"g":{"df":9,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"63":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"55":{"tf":1.0}}}}}}},"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"12":{"tf":1.0}}}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":6,"docs":{"13":{"tf":1.0},"16":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"4":{"tf":1.0},"63":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"41":{"tf":1.0}}}}},"s":{"df":1,"docs":{"38":{"tf":1.0}},"i":{"df":1,"docs":{"17":{"tf":1.0}}}}},"df":1,"docs":{"12":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"b":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"3":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":7,"docs":{"0":{"tf":1.0},"21":{"tf":1.0},"26":{"tf":1.0},"45":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"d":{"df":4,"docs":{"16":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"41":{"tf":1.0},"52":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"10":{"tf":1.0},"34":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"15":{"tf":1.0},"3":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":5,"docs":{"10":{"tf":1.4142135623730951},"17":{"tf":1.0},"48":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":7,"docs":{"0":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.4142135623730951},"53":{"tf":1.0},"63":{"tf":1.4142135623730951}}}}},"v":{"df":1,"docs":{"40":{"tf":1.0}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":27,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"3":{"tf":1.4142135623730951},"35":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"58":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"7":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"r":{"(":{"\\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"55":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"51":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"2":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"a":{"df":0,"docs":{},"l":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":7,"docs":{"12":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"35":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0},"56":{"tf":1.0},"63":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"52":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":3,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":24,"docs":{"15":{"tf":1.0},"23":{"tf":1.7320508075688772},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.7320508075688772},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"54":{"tf":1.7320508075688772},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"63":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"40":{"tf":1.4142135623730951},"63":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"r":{"df":8,"docs":{"0":{"tf":1.4142135623730951},"17":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"44":{"tf":1.0},"60":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951}},"s":{"(":{"1":{"df":3,"docs":{"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"2":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":6,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"58":{"tf":1.0},"63":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":3,"docs":{"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"55":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":39,"docs":{"1":{"tf":1.0},"12":{"tf":2.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":2.0},"19":{"tf":1.0},"20":{"tf":2.23606797749979},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"30":{"tf":1.7320508075688772},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.4142135623730951},"4":{"tf":1.7320508075688772},"40":{"tf":2.0},"41":{"tf":1.0},"48":{"tf":2.23606797749979},"50":{"tf":1.0},"51":{"tf":1.4142135623730951},"54":{"tf":2.0},"55":{"tf":2.23606797749979},"56":{"tf":2.23606797749979},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":2.23606797749979},"7":{"tf":2.0},"9":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"63":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"60":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"46":{"tf":1.0},"51":{"tf":1.0}}}},"s":{"df":2,"docs":{"46":{"tf":1.0},"50":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"46":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"—":{"a":{"d":{"df":0,"docs":{},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"20":{"tf":1.0},"21":{"tf":1.0},"60":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":9,"docs":{"13":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.4142135623730951},"49":{"tf":1.7320508075688772},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.4142135623730951},"63":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"16":{"tf":1.0}}}}}}},"}":{"\\"":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"56":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"f":{"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"15":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"12":{"tf":1.0},"50":{"tf":1.0},"62":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":9,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.4142135623730951},"46":{"tf":1.0},"52":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}},"k":{"df":0,"docs":{},"e":{"df":2,"docs":{"28":{"tf":1.0},"32":{"tf":1.0}}}},"l":{"df":0,"docs":{},"s":{"df":4,"docs":{"10":{"tf":1.0},"41":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}}}},"q":{"df":1,"docs":{"62":{"tf":1.7320508075688772}}},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"32":{"tf":1.0},"37":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0},"57":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"42":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"22":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"32":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":1,"docs":{"31":{"tf":1.0}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"22":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"44":{"tf":1.0},"62":{"tf":1.0}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"17":{"tf":1.0},"51":{"tf":1.0},"56":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"8":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"62":{"tf":1.0}}}}}}}}}},"t":{"df":6,"docs":{"15":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"54":{"tf":1.0}}},"x":{"df":1,"docs":{"8":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"35":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0}}},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"61":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"46":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":4,"docs":{"13":{"tf":1.0},"24":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"58":{"tf":1.0},"60":{"tf":1.0}}}}}}},"n":{"df":6,"docs":{"10":{"tf":1.0},"55":{"tf":2.449489742783178},"56":{"tf":2.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"o":{"c":{"df":0,"docs":{},"u":{"df":1,"docs":{"6":{"tf":1.0}},"s":{"df":3,"docs":{"0":{"tf":1.0},"15":{"tf":1.0},"41":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"35":{"tf":1.0},"4":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"t":{"!":{"(":{"\\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"4":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":13,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"2":{"tf":1.7320508075688772},"21":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"45":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}}}}}}}}},"df":22,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.4142135623730951},"2":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.4142135623730951},"4":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.7320508075688772},"5":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"60":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.4142135623730951}},"’":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"3":{"tf":1.0},"32":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":7,"docs":{"0":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"8":{"tf":1.0}}}}}}},"d":{"df":1,"docs":{"60":{"tf":1.0}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"g":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"3":{"tf":1.0},"61":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"40":{"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":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"50":{"tf":1.0},"55":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":8,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"33":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"48":{"tf":1.0},"55":{"tf":1.0},"63":{"tf":1.4142135623730951}}}}},"t":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"55":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"42":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"1":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"63":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"17":{"tf":1.0},"22":{"tf":1.0}}}},"df":0,"docs":{},"o":{"d":{"df":6,"docs":{"10":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"17":{"tf":1.0},"22":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"44":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"1":{"6":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":1,"docs":{"63":{"tf":1.0}}}},"w":{"df":1,"docs":{"57":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"14":{"tf":1.0},"48":{"tf":1.0},"59":{"tf":1.0}}},"df":0,"docs":{}}},"df":34,"docs":{"1":{"tf":1.0},"14":{"tf":1.7320508075688772},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"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}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"30":{"tf":1.0}}}},"n":{"d":{"df":1,"docs":{"12":{"tf":1.0}},"l":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"r":{"d":{"df":1,"docs":{"8":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"17":{"tf":1.0},"4":{"tf":1.0},"63":{"tf":1.0},"9":{"tf":1.7320508075688772}},"i":{"df":2,"docs":{"20":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":1,"docs":{"5":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"41":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.7320508075688772}}}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"0":{"tf":1.0},"56":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":9,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"29":{"tf":1.0},"4":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"39":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"13":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"58":{"tf":1.0},"62":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"58":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"i":{"[":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"20":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"a":{"df":9,"docs":{"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"55":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"i":{"df":33,"docs":{"14":{"tf":1.7320508075688772},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"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}},"i":{"df":12,"docs":{"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},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"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":3,"docs":{"23":{"tf":1.0},"27":{"tf":1.0},"54":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"42":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.7320508075688772}}}},"l":{"df":2,"docs":{"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"58":{"tf":1.0}}}}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":7,"docs":{"0":{"tf":1.0},"22":{"tf":1.0},"42":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":8,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"40":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"4":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"\\"":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"55":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"c":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"44":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"3":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"12":{"tf":1.0},"21":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":3,"docs":{"20":{"tf":1.7320508075688772},"50":{"tf":1.0},"55":{"tf":1.4142135623730951}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"20":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"46":{"tf":1.0}}}}}}},"df":2,"docs":{"38":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"44":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"61":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":4,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"3":{"tf":1.0},"58":{"tf":1.0}}}},"n":{"d":{"df":4,"docs":{"17":{"tf":1.0},"48":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"27":{"tf":1.0},"30":{"tf":1.0}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.4142135623730951},"28":{"tf":1.0},"3":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":3,"docs":{"28":{"tf":1.0},"58":{"tf":1.7320508075688772},"9":{"tf":2.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"5":{"tf":1.0}}}}}},"v":{"df":4,"docs":{"31":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"8":{"tf":1.0}},"t":{"df":1,"docs":{"3":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":3,"docs":{"3":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"u":{"df":2,"docs":{"41":{"tf":1.0},"55":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.0},"37":{"tf":1.0}}}}},"v":{"df":5,"docs":{"59":{"tf":1.7320508075688772},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0}}}},"j":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"g":{"df":4,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"63":{"tf":1.0}}}},"df":0,"docs":{}}},"k":{"8":{"df":7,"docs":{"16":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.0},"46":{"tf":1.7320508075688772},"62":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"46":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"63":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":18,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.7320508075688772},"22":{"tf":1.4142135623730951},"26":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951}}}},"y":{"df":2,"docs":{"55":{"tf":1.0},"56":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"46":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"60":{"tf":1.4142135623730951}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"63":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"39":{"tf":1.4142135623730951},"4":{"tf":1.0},"58":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"28":{"tf":1.0}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"13":{"tf":1.0},"7":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"31":{"tf":1.0},"48":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"28":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"21":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"37":{"tf":1.0},"63":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"25":{"tf":1.0},"4":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"15":{"tf":1.7320508075688772},"21":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"53":{"tf":1.0},"60":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"63":{"tf":1.0}}}}},"df":0,"docs":{},"k":{"df":2,"docs":{"12":{"tf":1.0},"48":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.7320508075688772}}}}},"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"63":{"tf":1.0}}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"42":{"tf":1.0}}}},"t":{"df":1,"docs":{"3":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":14,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.7320508075688772},"58":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":2,"docs":{"12":{"tf":2.0},"34":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"20":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":19,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.7320508075688772},"3":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.7320508075688772},"9":{"tf":1.0}}}}},"o":{"a":{"d":{"df":2,"docs":{"29":{"tf":1.4142135623730951},"46":{"tf":1.0}},"e":{"d":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"46":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"=":{"2":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"=":{"1":{"2":{"0":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"=":{"3":{"df":1,"docs":{"44":{"tf":1.0}}},"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":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":2,"docs":{"42":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951}}}}}}}},"df":13,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"35":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"58":{"tf":1.0},"62":{"tf":1.0}}},"t":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":6,"docs":{"41":{"tf":1.0},"44":{"tf":1.4142135623730951},"45":{"tf":1.7320508075688772},"55":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0}},"i":{"c":{"df":3,"docs":{"54":{"tf":1.0},"57":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{}},"s":{"/":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"46":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":5,"docs":{"10":{"tf":1.0},"17":{"tf":1.0},"48":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"39":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"30":{"tf":1.0},"62":{"tf":1.0}}},"p":{"df":3,"docs":{"22":{"tf":1.0},"37":{"tf":1.0},"6":{"tf":1.0}}},"s":{"df":1,"docs":{"15":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"63":{"tf":1.0}}}}}}},"w":{"df":1,"docs":{"29":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"r":{"df":2,"docs":{"12":{"tf":1.0},"4":{"tf":1.0}}},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"10":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"38":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"10":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"13":{"tf":1.0},"47":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":9,"docs":{"13":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"58":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}},"n":{"df":0,"docs":{},"i":{"df":6,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"60":{"tf":1.0}}},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"63":{"tf":1.0}}}}},"p":{"df":4,"docs":{"16":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"58":{"tf":1.0}}},"t":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"59":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"17":{"tf":1.0},"39":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}},"y":{"b":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":8,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"48":{"tf":1.0},"62":{"tf":1.0}}}}},"t":{"df":1,"docs":{"21":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"63":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"2":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"41":{"tf":1.0},"63":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"c":{"df":5,"docs":{"12":{"tf":1.0},"31":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"61":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"46":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"m":{"df":5,"docs":{"22":{"tf":1.0},"24":{"tf":1.0},"37":{"tf":1.0},"54":{"tf":1.0},"57":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"10":{"tf":1.7320508075688772},"60":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"61":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":4,"docs":{"41":{"tf":1.0},"50":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0}}}},"x":{"df":2,"docs":{"61":{"tf":1.0},"8":{"tf":1.0}},"e":{"d":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"30":{"tf":1.4142135623730951}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"45":{"tf":1.0}},"l":{"df":8,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"29":{"tf":1.0},"48":{"tf":2.23606797749979},"58":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"34":{"tf":1.0}}}},"df":2,"docs":{"44":{"tf":1.0},"50":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"57":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"13":{"tf":1.0},"22":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":8,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.4142135623730951},"34":{"tf":1.7320508075688772},"38":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":4,"docs":{"22":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"55":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"55":{"tf":1.0},"56":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"50":{"tf":1.0},"55":{"tf":1.0}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"df":2,"docs":{"29":{"tf":1.0},"9":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":8,"docs":{"21":{"tf":1.0},"3":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.0},"62":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"g":{"df":3,"docs":{"30":{"tf":1.0},"41":{"tf":1.0},"63":{"tf":1.0}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":12,"docs":{"0":{"tf":1.7320508075688772},"15":{"tf":1.0},"17":{"tf":1.0},"28":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"4":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.4142135623730951}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"32":{"tf":1.0},"63":{"tf":1.0}}}}},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"55":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":8,"docs":{"27":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.7320508075688772},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}}}}},"o":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"52":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":23,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"12":{"tf":1.4142135623730951},"15":{"tf":1.7320508075688772},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"2":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.4142135623730951},"32":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.7320508075688772},"48":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.4142135623730951},"61":{"tf":1.0},"63":{"tf":2.23606797749979}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":2,"docs":{"22":{"tf":1.0},"8":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"df":9,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.7320508075688772},"32":{"tf":1.0},"41":{"tf":1.0},"46":{"tf":1.0},"63":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"=":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"45":{"tf":1.0}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"41":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"=":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"e":{",":{"d":{"a":{"=":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"44":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"=":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"41":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"45":{"tf":1.0}},"e":{"=":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":2,"docs":{"45":{"tf":1.0},"46":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"21":{"tf":1.0},"44":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"o":{"[":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":17,"docs":{"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"48":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.7320508075688772},"9":{"tf":1.4142135623730951}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"22":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"48":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"12":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"58":{"tf":1.0},"60":{"tf":1.0}}}}}},"k":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"\\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"55":{"tf":1.0},"56":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":1,"docs":{"55":{"tf":1.0}}},"n":{"c":{"df":3,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0}}},"df":5,"docs":{"15":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"40":{"tf":1.0},"53":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"39":{"tf":1.0}}}}},"p":{"df":1,"docs":{"63":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":14,"docs":{"0":{"tf":1.0},"17":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"41":{"tf":2.23606797749979},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0}}}},"t":{"df":2,"docs":{"21":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"12":{"tf":1.0},"26":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"52":{"tf":1.0}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"63":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"21":{"tf":1.0},"62":{"tf":1.0},"7":{"tf":1.0}}}}}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"29":{"tf":1.4142135623730951}}}}},"df":1,"docs":{"28":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"p":{"df":1,"docs":{"41":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":9,"docs":{"12":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0},"63":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"3":{"tf":1.0},"6":{"tf":1.4142135623730951},"9":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"37":{"tf":1.0},"42":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.7320508075688772}}}}}}}}}},"p":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"12":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"28":{"tf":1.0}}},"k":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"16":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":4,"docs":{"1":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"33":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.0},"63":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"30":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}}}}},"t":{"df":62,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.7320508075688772},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.7320508075688772},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"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},"4":{"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.7320508075688772},"48":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.7320508075688772},"6":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":5,"docs":{"0":{"tf":1.0},"19":{"tf":1.0},"53":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"35":{"tf":1.0},"46":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":1,"docs":{"12":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"19":{"tf":1.0},"25":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":3,"docs":{"15":{"tf":1.0},"21":{"tf":2.449489742783178},"22":{"tf":1.0}}}}}}}},"df":3,"docs":{"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"28":{"tf":1.0}}}},"r":{"df":6,"docs":{"21":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":1.0},"33":{"tf":1.0},"63":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":3,"docs":{"0":{"tf":1.4142135623730951},"4":{"tf":1.0},"63":{"tf":1.4142135623730951}}}}}},"i":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"29":{"tf":1.4142135623730951},"34":{"tf":3.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":7,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"5":{"tf":1.7320508075688772},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"33":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"15":{"tf":1.0},"16":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"20":{"tf":1.0},"34":{"tf":1.4142135623730951},"38":{"tf":1.0}}}}}}}},"l":{"a":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":17,"docs":{"1":{"tf":1.0},"12":{"tf":2.23606797749979},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"20":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":2.0},"36":{"tf":1.4142135623730951},"4":{"tf":1.7320508075688772},"40":{"tf":1.4142135623730951},"48":{"tf":1.0},"58":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"41":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"u":{"df":3,"docs":{"0":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0}},"g":{"df":1,"docs":{"54":{"tf":1.0}},"g":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"13":{"tf":1.0},"18":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"d":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"63":{"tf":1.0}},"e":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":5,"docs":{"37":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"3":{"tf":1.0}}}},"df":0,"docs":{}},"df":3,"docs":{"38":{"tf":1.0},"45":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"31":{"tf":1.0},"34":{"tf":1.0},"48":{"tf":1.0},"63":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"14":{"tf":1.0},"22":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"9":{"tf":1.0}}}}},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"63":{"tf":1.0}}}}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"15":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"35":{"tf":1.4142135623730951},"41":{"tf":2.0},"46":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0}}}}}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"26":{"tf":1.0},"41":{"tf":1.0}}}},"t":{"df":3,"docs":{"22":{"tf":1.0},"53":{"tf":1.0},"61":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"35":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":2.0}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.4142135623730951}}}}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"11":{"tf":1.0},"5":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"o":{"b":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":8,"docs":{"17":{"tf":1.0},"21":{"tf":1.0},"40":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.0},"63":{"tf":1.0}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":6,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0},"63":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":7,"docs":{"0":{"tf":1.0},"20":{"tf":1.0},"32":{"tf":1.0},"52":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"7":{"tf":1.7320508075688772}},"t":{"df":4,"docs":{"10":{"tf":1.0},"27":{"tf":1.0},"63":{"tf":1.7320508075688772},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.4142135623730951},"3":{"tf":1.0},"48":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"45":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"42":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"o":{"df":0,"docs":{},"f":{"df":2,"docs":{"45":{"tf":1.0},"63":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"33":{"tf":1.0},"63":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":9,"docs":{"0":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"21":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"62":{"tf":1.0},"7":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"10":{"tf":1.0},"55":{"tf":1.0}},"r":{"df":1,"docs":{"41":{"tf":1.0}}}},"i":{"d":{"df":4,"docs":{"32":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":3,"docs":{"12":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951},"63":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"40":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"b":{"df":2,"docs":{"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"0":{"tf":1.0},"63":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"62":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"18":{"tf":1.0},"3":{"tf":1.0}}}}}}}},"q":{"a":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"42":{"tf":1.0},"59":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}}}}}},"r":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"12":{"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":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"33":{"tf":1.4142135623730951},"8":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"df":12,"docs":{"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"63":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"12":{"tf":1.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"55":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"l":{"df":4,"docs":{"40":{"tf":1.0},"55":{"tf":1.7320508075688772},"56":{"tf":1.4142135623730951},"63":{"tf":1.0}},"e":{"df":0,"docs":{},"—":{"a":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":12,"docs":{"12":{"tf":1.4142135623730951},"15":{"tf":1.0},"26":{"tf":1.0},"32":{"tf":1.4142135623730951},"35":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.7320508075688772},"41":{"tf":1.7320508075688772},"52":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.4142135623730951}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"58":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":4,"docs":{"0":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"54":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"1":{"tf":1.0},"3":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"63":{"tf":1.0},"7":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"52":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"22":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"19":{"tf":1.0},"62":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":3,"docs":{"13":{"tf":1.0},"21":{"tf":1.0},"62":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":14,"docs":{"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},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":2.0},"59":{"tf":1.0},"63":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"35":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"46":{"tf":1.0}}}}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"63":{"tf":1.0}}},"x":{"df":1,"docs":{"40":{"tf":1.0}}}},"df":1,"docs":{"7":{"tf":1.0}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"22":{"tf":1.0},"52":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"20":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"48":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":5,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.4142135623730951},"42":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":9,"docs":{"19":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"45":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":7,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"26":{"tf":1.0},"30":{"tf":1.0},"62":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"12":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":4,"docs":{"16":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"63":{"tf":1.4142135623730951}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":8,"docs":{"12":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"26":{"tf":1.4142135623730951},"34":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":5,"docs":{"22":{"tf":1.0},"35":{"tf":1.0},"5":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":3,"docs":{"0":{"tf":1.0},"63":{"tf":1.0},"9":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":3,"docs":{"51":{"tf":1.0},"55":{"tf":1.0},"63":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"15":{"tf":1.4142135623730951},"21":{"tf":1.0},"51":{"tf":1.0},"58":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":3,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"62":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"57":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"10":{"tf":1.0},"62":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":8,"docs":{"0":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.0},"63":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"c":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"50":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.7320508075688772},"56":{"tf":1.4142135623730951}}}}}}}}},"df":30,"docs":{"1":{"tf":1.0},"10":{"tf":2.0},"12":{"tf":1.7320508075688772},"13":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.7320508075688772},"20":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":2.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":2.23606797749979},"37":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"45":{"tf":1.7320508075688772},"46":{"tf":1.0},"48":{"tf":2.0},"5":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.7320508075688772},"62":{"tf":1.4142135623730951},"63":{"tf":2.449489742783178},"7":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":3,"docs":{"29":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.4142135623730951}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":25,"docs":{"12":{"tf":1.0},"13":{"tf":1.4142135623730951},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.7320508075688772},"36":{"tf":2.0},"37":{"tf":1.7320508075688772},"38":{"tf":1.7320508075688772},"39":{"tf":1.7320508075688772},"4":{"tf":1.4142135623730951},"40":{"tf":2.0},"41":{"tf":1.4142135623730951},"44":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772},"46":{"tf":1.7320508075688772},"48":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.7320508075688772},"58":{"tf":1.7320508075688772},"61":{"tf":1.7320508075688772},"62":{"tf":1.7320508075688772},"63":{"tf":2.0}},"’":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"40":{"tf":1.0}},"{":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"40":{"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":{},"i":{"df":0,"docs":{},"m":{"df":6,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"33":{"tf":1.0},"40":{"tf":1.4142135623730951},"48":{"tf":1.0},"58":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"40":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"54":{"tf":1.7320508075688772},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"53":{"tf":1.0}},"t":{"df":0,"docs":{},"y":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"m":{"df":0,"docs":{},"e":{"df":6,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"35":{"tf":1.4142135623730951},"58":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"41":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":3,"docs":{"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.7320508075688772}}}}}}}},"df":0,"docs":{}}}}},"df":31,"docs":{"1":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.7320508075688772},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":2.23606797749979},"16":{"tf":1.7320508075688772},"17":{"tf":2.23606797749979},"18":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":2.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"27":{"tf":1.0},"34":{"tf":2.0},"35":{"tf":2.23606797749979},"36":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.7320508075688772},"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"48":{"tf":2.6457513110645907},"5":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":2.23606797749979},"59":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":2.0},"62":{"tf":1.7320508075688772},"63":{"tf":2.23606797749979},"8":{"tf":1.0}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"29":{"tf":1.0},"39":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"41":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":5,"docs":{"22":{"tf":1.0},"29":{"tf":1.0},"44":{"tf":1.0},"63":{"tf":1.4142135623730951},"7":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"d":{"df":8,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0}}},"df":5,"docs":{"17":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"26":{"tf":1.0},"35":{"tf":1.0}}}},"df":0,"docs":{}},"f":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":3,"docs":{"21":{"tf":1.0},"55":{"tf":1.7320508075688772},"56":{"tf":1.7320508075688772}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"8":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"31":{"tf":1.0}}},"v":{"df":1,"docs":{"58":{"tf":1.0}},"i":{"c":{"df":5,"docs":{"0":{"tf":1.0},"38":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":11,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"24":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"60":{"tf":1.4142135623730951},"63":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"16":{"tf":1.0},"38":{"tf":1.0},"61":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":18,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"4":{"tf":1.4142135623730951},"48":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":8,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.7320508075688772}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"0":{"tf":1.0},"10":{"tf":1.4142135623730951},"62":{"tf":1.0}}}},"w":{"df":4,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"27":{"tf":1.0},"54":{"tf":1.0}}}}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":13,"docs":{"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.4142135623730951},"22":{"tf":1.0},"35":{"tf":1.7320508075688772},"41":{"tf":1.4142135623730951},"46":{"tf":1.0},"52":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.7320508075688772},"9":{"tf":2.0}},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"46":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"24":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"28":{"tf":1.4142135623730951},"32":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":3,"docs":{"12":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0}}}}},"t":{"df":1,"docs":{"15":{"tf":1.0}}},"z":{"df":0,"docs":{},"e":{"df":1,"docs":{"9":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"63":{"tf":1.7320508075688772},"7":{"tf":1.0}}},"w":{"df":3,"docs":{"28":{"tf":1.0},"61":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"42":{"tf":1.0}}}},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"17":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":8,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"51":{"tf":1.0},"56":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"3":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":1,"docs":{"63":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":8,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"26":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0},"5":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0}},"i":{"df":2,"docs":{"17":{"tf":1.0},"63":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"e":{"d":{"df":3,"docs":{"22":{"tf":1.0},"36":{"tf":1.0},"62":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"63":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"38":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"34":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"61":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"22":{"tf":1.0},"61":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"55":{"tf":1.0}}}}}}},"df":0,"docs":{}},"_":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"51":{"tf":1.0},"56":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":13,"docs":{"12":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.7320508075688772},"48":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":5,"docs":{"12":{"tf":1.0},"22":{"tf":1.0},"29":{"tf":1.0},"63":{"tf":1.7320508075688772},"9":{"tf":1.7320508075688772}}},"i":{"c":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}}},"y":{"df":5,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"31":{"tf":1.0},"56":{"tf":1.4142135623730951},"62":{"tf":1.0}}}},"d":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{":":{":":{"a":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"55":{"tf":1.0}}},"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":{},"p":{"df":2,"docs":{"21":{"tf":1.0},"41":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"28":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"62":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":3,"docs":{"12":{"tf":1.0},"48":{"tf":1.0},"63":{"tf":1.0}}}},"r":{"df":2,"docs":{"55":{"tf":1.0},"56":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"63":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"25":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"55":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"b":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"60":{"tf":1.4142135623730951}}}}}},"u":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"24":{"tf":1.0},"28":{"tf":1.4142135623730951},"30":{"tf":1.0}}}},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"6":{"tf":1.0}}}}},"df":7,"docs":{"0":{"tf":1.4142135623730951},"17":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"30":{"tf":1.4142135623730951},"63":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"0":{"tf":1.0},"63":{"tf":1.0}}}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"39":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"59":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"13":{"tf":1.0},"22":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"61":{"tf":1.0}}}}}}},"n":{"c":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"27":{"tf":1.0},"28":{"tf":1.4142135623730951},"32":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":8,"docs":{"20":{"tf":1.4142135623730951},"26":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":2.23606797749979},"9":{"tf":1.4142135623730951}}}}}}}},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"45":{"tf":1.0}}},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"7":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"56":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":4,"docs":{"17":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.7320508075688772},"62":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"48":{"tf":1.0}}}}},"d":{"df":3,"docs":{"20":{"tf":1.0},"40":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":3,"docs":{"22":{"tf":1.0},"3":{"tf":1.4142135623730951},"60":{"tf":1.0}}},"r":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"41":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"21":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"=":{"9":{"0":{"9":{"1":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":35,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.4142135623730951},"15":{"tf":2.0},"16":{"tf":1.7320508075688772},"17":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.7320508075688772},"30":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.4142135623730951},"48":{"tf":1.0},"5":{"tf":2.0},"50":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"6":{"tf":1.7320508075688772},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.7320508075688772},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"52":{"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":{"51":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"{":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"56":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"55":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"55":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"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":{},"t":{":":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":2,"docs":{"45":{"tf":1.0},"46":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"7":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"13":{"tf":1.0},"35":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"e":{"df":14,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.4142135623730951},"31":{"tf":1.7320508075688772},"37":{"tf":1.0},"41":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"7":{"tf":2.23606797749979}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.0}}}}},"r":{"df":1,"docs":{"28":{"tf":1.4142135623730951}}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"15":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"31":{"tf":1.0},"33":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":25,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"33":{"tf":2.0},"35":{"tf":1.0},"4":{"tf":2.0},"45":{"tf":1.0},"48":{"tf":1.7320508075688772},"53":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"58":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"8":{"tf":1.0}},"y":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"g":{"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":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"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":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"60":{"tf":1.0},"63":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":3,"docs":{"15":{"tf":1.0},"40":{"tf":1.0},"58":{"tf":1.0}}},"k":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":16,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"26":{"tf":1.4142135623730951},"29":{"tf":1.7320508075688772},"3":{"tf":1.0},"4":{"tf":2.0},"40":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"63":{"tf":1.4142135623730951},"8":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"54":{"tf":1.0},"60":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":16,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"21":{"tf":1.0},"24":{"tf":2.0},"25":{"tf":2.0},"26":{"tf":1.0},"34":{"tf":1.0},"40":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.7320508075688772},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"5":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"63":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"16":{"tf":1.7320508075688772}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"41":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"19":{"tf":1.0},"30":{"tf":1.0},"63":{"tf":1.4142135623730951}}}}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.7320508075688772}}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"29":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":3,"docs":{"22":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"36":{"tf":1.0},"4":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":1,"docs":{"24":{"tf":1.0}}}},"x":{"df":1,"docs":{"7":{"tf":1.0}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"63":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"36":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"28":{"tf":1.0},"3":{"tf":1.4142135623730951},"48":{"tf":1.0},"50":{"tf":1.0},"63":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"56":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":1,"docs":{"58":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"17":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"16":{"tf":1.0},"42":{"tf":1.4142135623730951}}}},"df":20,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.4142135623730951},"29":{"tf":1.0},"35":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"55":{"tf":2.23606797749979},"56":{"tf":1.7320508075688772},"58":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"df":35,"docs":{"14":{"tf":1.7320508075688772},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"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},"60":{"tf":1.0},"9":{"tf":1.7320508075688772}}}},"i":{"df":0,"docs":{},"z":{"df":2,"docs":{"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"16":{"tf":1.0}}}},"x":{"df":0,"docs":{},"o":{"df":1,"docs":{"63":{"tf":1.4142135623730951}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"2":{"df":3,"docs":{"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"3":{"df":1,"docs":{"8":{"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":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":18,"docs":{"0":{"tf":2.0},"13":{"tf":1.0},"17":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.7320508075688772},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"31":{"tf":1.0},"33":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.0},"60":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":2.0}}},"df":0,"docs":{}},"u":{"df":2,"docs":{"30":{"tf":1.0},"63":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"33":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"63":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"45":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"!":{"[":{"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":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":1,"docs":{"55":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"10":{"tf":1.0},"62":{"tf":1.0}},"f":{"df":2,"docs":{"13":{"tf":1.0},"32":{"tf":1.0}},"i":{"df":7,"docs":{"20":{"tf":1.0},"28":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"i":{"a":{"df":2,"docs":{"0":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":5,"docs":{"12":{"tf":1.0},"16":{"tf":1.0},"20":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"[":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"12":{"tf":1.0},"35":{"tf":1.0},"63":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":2.23606797749979}},"e":{"df":0,"docs":{},"t":{"df":14,"docs":{"15":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"29":{"tf":1.4142135623730951}}}},"y":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":1,"docs":{"12":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"21":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"60":{"tf":1.0},"63":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"61":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":10,"docs":{"10":{"tf":1.4142135623730951},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"20":{"tf":1.0},"35":{"tf":1.0},"48":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":4,"docs":{"38":{"tf":1.0},"50":{"tf":1.0},"57":{"tf":1.4142135623730951},"61":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"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":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"5":{"df":1,"docs":{"10":{"tf":1.0}}},"6":{"0":{"df":2,"docs":{"10":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":1,"docs":{"63":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"0":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"31":{"tf":1.0},"9":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"32":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":3,"docs":{"3":{"tf":1.0},"42":{"tf":1.0},"6":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"58":{"tf":1.7320508075688772}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":37,"docs":{"1":{"tf":1.0},"12":{"tf":2.449489742783178},"13":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.7320508075688772},"18":{"tf":2.0},"19":{"tf":2.449489742783178},"20":{"tf":2.6457513110645907},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"24":{"tf":1.7320508075688772},"25":{"tf":2.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.0},"28":{"tf":1.7320508075688772},"29":{"tf":1.7320508075688772},"30":{"tf":1.0},"35":{"tf":1.7320508075688772},"4":{"tf":1.7320508075688772},"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"48":{"tf":2.23606797749979},"50":{"tf":1.7320508075688772},"51":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":2.0},"55":{"tf":2.6457513110645907},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.7320508075688772},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":2.23606797749979}},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"15":{"tf":2.0},"16":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"d":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"44":{"tf":1.0},"5":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"e":{"df":1,"docs":{"62":{"tf":1.0}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":2,"docs":{"29":{"tf":1.0},"63":{"tf":1.0}}}}}}}},"title":{"root":{"2":{"df":1,"docs":{"24":{"tf":1.0}}},"a":{"d":{"df":4,"docs":{"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"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":{"17":{"tf":1.0}}}}}}}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"z":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":2,"docs":{"26":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"26":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":1,"docs":{"42":{"tf":1.0}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"40":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"38":{"tf":1.0},"45":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"56":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"60":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"60":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"58":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"31":{"tf":1.0},"32":{"tf":1.0}}}}}}}},"d":{"a":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"32":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"47":{"tf":1.0},"48":{"tf":1.0}}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"38":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"32":{"tf":1.0}},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"l":{"df":1,"docs":{"60":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":4,"docs":{"23":{"tf":1.0},"27":{"tf":1.0},"43":{"tf":1.0},"54":{"tf":1.0}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"18":{"tf":1.0},"20":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}}}}}},"f":{"a":{"df":0,"docs":{},"q":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"49":{"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":{"33":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"63":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"14":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"i":{"df":1,"docs":{"14":{"tf":1.0}},"i":{"df":1,"docs":{"47":{"tf":1.0}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"58":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"v":{"df":1,"docs":{"59":{"tf":1.0}}}},"k":{"8":{"df":1,"docs":{"46":{"tf":1.0}}},"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"39":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"26":{"tf":1.0}}}}},"o":{"a":{"d":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"37":{"tf":1.0},"44":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"10":{"tf":1.0}}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"30":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"48":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"28":{"tf":1.0}}}}}}},"w":{"df":1,"docs":{"54":{"tf":1.0}}}}},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"9":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"29":{"tf":1.0}}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"14":{"tf":1.0},"2":{"tf":1.0},"47":{"tf":1.0},"59":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"34":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}}}}}}},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"o":{"b":{"df":0,"docs":{},"e":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"55":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"47":{"tf":1.0},"58":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":4,"docs":{"10":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"52":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":6,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"48":{"tf":1.0},"61":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"24":{"tf":1.0},"55":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"56":{"tf":1.0}}}},"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"28":{"tf":1.0}}}}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"7":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"33":{"tf":1.0},"53":{"tf":1.0}}}}}}}},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"24":{"tf":1.0},"25":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":1,"docs":{"16":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"29":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"10":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"57":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":9,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"lang":"English","pipeline":["trimmer","stopWordFilter","stemmer"],"ref":"id","version":"0.9.5"},"results_options":{"limit_results":30,"teaser_word_count":30},"search_options":{"bool":"OR","expand":true,"fields":{"body":{"boost":1},"breadcrumbs":{"boost":1},"title":{"boost":2}}}}')); \ No newline at end of file diff --git a/docs/searchindex-6310d3b0.js b/docs/searchindex-6310d3b0.js new file mode 100644 index 0000000..8f10b09 --- /dev/null +++ b/docs/searchindex-6310d3b0.js @@ -0,0 +1 @@ +window.search = Object.assign(window.search, JSON.parse('{"doc_urls":["project-context-primer.html#project-context-primer","project-context-primer.html#the-nomos-architecture","project-context-primer.html#validators-and-executors-two-flavors-of-the-same-node","project-context-primer.html#data-availability-da","project-context-primer.html#why-this-matters-for-testing","what-you-will-learn.html#what-you-will-learn","part-i.html#part-i--foundations","introduction.html#introduction","introduction.html#who-this-book-is-for","introduction.html#how-to-use-this-book","architecture-overview.html#architecture-overview","architecture-overview.html#the-five-core-concepts","architecture-overview.html#topology-describing-your-cluster","architecture-overview.html#scenario-the-complete-test-plan","architecture-overview.html#runner-making-plans-reality","architecture-overview.html#workloads-generating-traffic","architecture-overview.html#expectations-judging-success","architecture-overview.html#how-everything-works-together","architecture-overview.html#what-makes-this-different","architecture-overview.html#whats-next","testing-philosophy.html#testing-philosophy","testing-philosophy.html#declarative-over-imperative","testing-philosophy.html#protocol-time-not-wall-time","testing-philosophy.html#determinism-first-chaos-when-needed","testing-philosophy.html#observable-health-signals","testing-philosophy.html#minimum-run-windows","testing-philosophy.html#summary","scenario-lifecycle.html#scenario-lifecycle","scenario-lifecycle.html#the-six-stages","scenario-lifecycle.html#stage-1-build-the-plan","scenario-lifecycle.html#stage-2-deploy","scenario-lifecycle.html#stage-3-readiness","scenario-lifecycle.html#stage-4-drive-workloads","scenario-lifecycle.html#stage-5-observe","scenario-lifecycle.html#stage-6-evaluate-expectations","scenario-lifecycle.html#stage-7-cleanup","scenario-lifecycle.html#why-this-order-matters","scenario-lifecycle.html#lifecycle-in-practice","scenario-lifecycle.html#whats-next","design-rationale.html#design-rationale","design-rationale.html#modular-crates-loose-coupling-clear-boundaries","design-rationale.html#pluggable-runners-write-once-run-anywhere","design-rationale.html#separated-workloads-and-expectations-what-vs-how","design-rationale.html#declarative-topology-explicit-intent-reproducible-clusters","design-rationale.html#immutable-plans-predictability-over-flexibility","design-rationale.html#protocol-time-over-wall-time-robust-assertions","design-rationale.html#mandatory-readiness-fail-fast-fail-clear","design-rationale.html#design-goals-revisited","design-rationale.html#whats-next","part-ii.html#part-ii--user-guide","workspace-layout.html#workspace-layout","annotated-tree.html#annotated-tree","authoring-scenarios.html#authoring-scenarios","authoring-scenarios.html#your-first-scenario-consensus-liveness","authoring-scenarios.html#adding-traffic-transaction-workload","authoring-scenarios.html#configuring-topology","authoring-scenarios.html#combining-multiple-workloads","authoring-scenarios.html#testing-resilience-chaos-workloads","authoring-scenarios.html#choosing-run-duration","authoring-scenarios.html#choosing-a-runner","authoring-scenarios.html#best-practices","authoring-scenarios.html#whats-next","workloads.html#workloads-and-expectations","workloads.html#understanding-workloads","workloads.html#transaction-workload","workloads.html#basic-usage","workloads.html#configuration-options","workloads.html#what-it-does","workloads.html#default-expectation","workloads.html#when-to-use-it","workloads.html#da-workload","workloads.html#basic-usage-1","workloads.html#configuration-options-1","workloads.html#when-to-use-it-1","workloads.html#chaos-workload","workloads.html#basic-usage-2","workloads.html#configuration-options-2","workloads.html#requirements","workloads.html#when-to-use-it-2","workloads.html#combining-workloads","workloads.html#understanding-expectations","workloads.html#consensus-liveness-expectation","workloads.html#usage","workloads.html#what-it-checks","workloads.html#when-it-runs","workloads.html#failure-modes","workloads.html#transaction-inclusion-expectation","workloads.html#usage-1","workloads.html#what-it-checks-1","workloads.html#failure-modes-1","workloads.html#da-liveness-expectation","workloads.html#usage-2","workloads.html#what-it-checks-2","workloads.html#failure-modes-2","workloads.html#writing-custom-expectations","workloads.html#whats-next","scenario-builder-ext-patterns.html#scenario-builder-patterns","scenario-builder-ext-patterns.html#builder-pattern-basics","scenario-builder-ext-patterns.html#pattern-topology-first","scenario-builder-ext-patterns.html#pattern-workload-chains","scenario-builder-ext-patterns.html#pattern-bundled-expectations","scenario-builder-ext-patterns.html#pattern-explicit-duration","scenario-builder-ext-patterns.html#pattern-chaos-opt-in","scenario-builder-ext-patterns.html#pattern-node-count-rationale","scenario-builder-ext-patterns.html#pattern-rate-tuning","scenario-builder-ext-patterns.html#pattern-combining-workloads","scenario-builder-ext-patterns.html#pattern-reusable-builders","scenario-builder-ext-patterns.html#pattern-environment-specific-configuration","scenario-builder-ext-patterns.html#pattern-documentation-through-code","scenario-builder-ext-patterns.html#anti-patterns-to-avoid","scenario-builder-ext-patterns.html#builder-extensions-for-custom-workloads","scenario-builder-ext-patterns.html#whats-next","usage-patterns.html#usage-patterns","best-practices.html#best-practices","examples.html#examples","examples.html#example-1-minimal-consensus-smoke-test","examples.html#example-2-transaction-workload","examples.html#example-3-da-blob-dispersal","examples.html#example-4-combined-transaction-and-da-traffic","examples.html#example-5-chaos-restarts","examples.html#example-6-stress-test","examples.html#example-7-custom-topology","examples.html#running-examples-in-different-environments","examples.html#whats-next","examples-advanced.html#advanced--artificial-examples","examples-advanced.html#synthetic-delay-workload-network-latency-simulation","examples-advanced.html#oscillating-load-workload-traffic-waves","examples-advanced.html#byzantine-behavior-mock","examples-advanced.html#custom-expectation-block-finality-drift","examples-advanced.html#custom-deployer-dry-run-deployer","examples-advanced.html#stochastic-topology-generator","examples-advanced.html#multi-phase-scenario-pipelines","running-scenarios.html#running-scenarios","running-scenarios.html#basic-execution","running-scenarios.html#understanding-test-output","running-scenarios.html#running-multiple-tests","running-scenarios.html#parallel-execution-concerns","running-scenarios.html#interpreting-results","running-scenarios.html#success","running-scenarios.html#failure","running-scenarios.html#panics","running-scenarios.html#collecting-logs","running-scenarios.html#debugging-failed-tests","running-scenarios.html#running-in-ci","running-scenarios.html#whats-next","runners.html#runners","runners.html#understanding-the-runner-interface","runners.html#localdeployer-fast-iteration","runners.html#how-it-works","runners.html#usage","runners.html#when-to-use","runners.html#pros-and-cons","runners.html#composerunner-reproducible-stacks","runners.html#how-it-works-1","runners.html#usage-1","runners.html#when-to-use-1","runners.html#pros-and-cons-1","runners.html#k8srunner-production-fidelity","runners.html#how-it-works-2","runners.html#usage-2","runners.html#when-to-use-2","runners.html#pros-and-cons-2","runners.html#choosing-a-runner","runners.html#runner-capabilities","runners.html#mixing-runners","runners.html#advanced-custom-runners","runners.html#whats-next","chaos.html#chaos-workloads","chaos.html#how-it-works","chaos.html#usage","chaos.html#expectations-to-pair","chaos.html#best-practices","node-control.html#node-control--runcontext","node-control.html#accessing-node-control-in-workloadsexpectations","node-control.html#current-api-surface","node-control.html#considerations","topology-chaos.html#topology--chaos-patterns","topology-chaos.html#node-control-availability","topology-chaos.html#chaos-patterns-to-consider","topology-chaos.html#expectations-to-pair","topology-chaos.html#guidance","operations.html#operations","operations.html#prerequisites","operations.html#nomos-node-binaries","operations.html#runner-specific-prerequisites","operations.html#circuit-and-prover-assets","operations.html#deployment-and-readiness","operations.html#logs-and-debugging","operations.html#when-tests-fail","operations.html#common-issues","operations.html#ci-integration","operations.html#whats-next","part-iii.html#part-iii--developer-reference","scenario-model.html#the-scenario-model","scenario-model.html#why-separate-concepts-matter","scenario-model.html#topology-pure-description","scenario-model.html#scenario-the-immutable-plan","scenario-model.html#workloads-controlled-traffic-generation","scenario-model.html#expectations-post-run-judgments","scenario-model.html#runtime-the-execution-coordinator","scenario-model.html#respecting-boundaries","scenario-model.html#what-this-enables","extending.html#extending-the-framework","extending.html#why-extend","extending.html#adding-custom-workloads","extending.html#the-workload-trait","extending.html#example-health-check-workload","extending.html#using-the-custom-workload","extending.html#builder-api-integration","extending.html#workload-best-practices","extending.html#adding-custom-expectations","extending.html#the-expectation-trait","extending.html#example-peer-count-expectation","extending.html#using-custom-expectations","extending.html#expectation-best-practices","extending.html#adding-custom-runners","extending.html#the-deployer-trait","extending.html#runner-best-practices","extending.html#adding-topology-helper-functions","extending.html#integrating-extensions","extending.html#whats-next","custom-workload-example.html#example-new-workload--expectation-rust","custom-workload-example.html#workload-simple-reachability-probe","custom-workload-example.html#expectation-confirm-the-target-stayed-reachable","custom-workload-example.html#how-to-wire-it","internal-crate-reference.html#internal-crate-reference","part-iv.html#part-iv--appendix","dsl-cheat-sheet.html#core-content-dsl-cheat-sheet","troubleshooting.html#troubleshooting","troubleshooting.html#build-and-deployment-issues","troubleshooting.html#symptom-binaries-not-found-error","troubleshooting.html#symptom-port-already-in-use","troubleshooting.html#symptom-readiness-timeout","troubleshooting.html#runtime-issues","troubleshooting.html#symptom-no-block-progression","troubleshooting.html#symptom-slow-block-progression","troubleshooting.html#symptom-workload-errors","troubleshooting.html#expectation-failures","troubleshooting.html#symptom-transaction-inclusion-failure","troubleshooting.html#symptom-chaos-workload-fails","troubleshooting.html#environment-specific-issues","troubleshooting.html#symptom-docker-issues","troubleshooting.html#symptom-kubernetes-issues","troubleshooting.html#flaky-tests","troubleshooting.html#symptom-tests-pass-locally-fail-in-ci","troubleshooting.html#symptom-tests-sometimes-pass-sometimes-fail","troubleshooting.html#debugging-checklist","troubleshooting.html#getting-help","faq.html#frequently-asked-questions","faq.html#general-questions","faq.html#why-does-the-framework-use-protocol-time-instead-of-wall-clock-time","faq.html#can-i-reuse-the-same-scenario-with-different-runners","faq.html#how-is-this-different-from-unit-tests","faq.html#do-i-need-to-build-nomos-from-source","faq.html#scenario-design","faq.html#how-many-nodes-should-my-tests-use","faq.html#how-long-should-test-runs-be","faq.html#when-should-i-use-chaos-workloads","faq.html#should-i-combine-multiple-workloads-in-one-test","faq.html#do-i-need-seeded-wallets","faq.html#running-tests","faq.html#why-do-tests-take-so-long-to-start","faq.html#can-i-run-tests-in-parallel","faq.html#how-do-i-debug-a-failing-test","faq.html#can-i-run-tests-without-dockerkubernetes","faq.html#extending-the-framework","faq.html#how-do-i-add-a-custom-workload","faq.html#can-i-add-a-custom-runner","faq.html#can-i-contribute-my-workloadexpectation-upstream","faq.html#troubleshooting","faq.html#tests-pass-locally-but-fail-in-ci","faq.html#port-already-in-use-errors","faq.html#nodes-wont-reach-ready-state","faq.html#expectations-fail-but-logs-look-fine","faq.html#performance-and-resources","faq.html#how-much-cpumemory-do-tests-need","faq.html#can-i-run-tests-on-limited-hardware","faq.html#how-do-i-make-tests-faster","faq.html#advanced-usage","faq.html#can-i-programmatically-generate-scenarios","faq.html#can-i-parameterize-tests-by-runner","faq.html#how-do-i-integrate-with-cicd","faq.html#getting-help","faq.html#where-can-i-get-help","faq.html#how-do-i-report-a-bug","glossary.html#glossary","glossary.html#core-concepts","glossary.html#nomos-specifics","glossary.html#framework-architecture","glossary.html#common-abbreviations"],"index":{"documentStore":{"docInfo":{"0":{"body":26,"breadcrumbs":6,"title":3},"1":{"body":16,"breadcrumbs":5,"title":2},"10":{"body":43,"breadcrumbs":6,"title":2},"100":{"body":42,"breadcrumbs":11,"title":3},"101":{"body":42,"breadcrumbs":11,"title":3},"102":{"body":50,"breadcrumbs":11,"title":3},"103":{"body":48,"breadcrumbs":12,"title":4},"104":{"body":40,"breadcrumbs":11,"title":3},"105":{"body":42,"breadcrumbs":11,"title":3},"106":{"body":38,"breadcrumbs":11,"title":3},"107":{"body":35,"breadcrumbs":12,"title":4},"108":{"body":43,"breadcrumbs":12,"title":4},"109":{"body":109,"breadcrumbs":11,"title":3},"11":{"body":30,"breadcrumbs":7,"title":3},"110":{"body":35,"breadcrumbs":12,"title":4},"111":{"body":15,"breadcrumbs":10,"title":2},"112":{"body":84,"breadcrumbs":8,"title":2},"113":{"body":96,"breadcrumbs":8,"title":2},"114":{"body":24,"breadcrumbs":6,"title":1},"115":{"body":77,"breadcrumbs":11,"title":6},"116":{"body":105,"breadcrumbs":9,"title":4},"117":{"body":92,"breadcrumbs":10,"title":5},"118":{"body":77,"breadcrumbs":11,"title":6},"119":{"body":116,"breadcrumbs":9,"title":4},"12":{"body":64,"breadcrumbs":7,"title":3},"120":{"body":78,"breadcrumbs":9,"title":4},"121":{"body":70,"breadcrumbs":9,"title":4},"122":{"body":34,"breadcrumbs":9,"title":4},"123":{"body":22,"breadcrumbs":7,"title":2},"124":{"body":19,"breadcrumbs":10,"title":3},"125":{"body":41,"breadcrumbs":13,"title":6},"126":{"body":37,"breadcrumbs":12,"title":5},"127":{"body":34,"breadcrumbs":10,"title":3},"128":{"body":41,"breadcrumbs":12,"title":5},"129":{"body":39,"breadcrumbs":12,"title":5},"13":{"body":59,"breadcrumbs":8,"title":4},"130":{"body":35,"breadcrumbs":10,"title":3},"131":{"body":40,"breadcrumbs":11,"title":4},"132":{"body":21,"breadcrumbs":8,"title":2},"133":{"body":47,"breadcrumbs":8,"title":2},"134":{"body":61,"breadcrumbs":9,"title":3},"135":{"body":18,"breadcrumbs":9,"title":3},"136":{"body":28,"breadcrumbs":9,"title":3},"137":{"body":0,"breadcrumbs":8,"title":2},"138":{"body":8,"breadcrumbs":7,"title":1},"139":{"body":17,"breadcrumbs":7,"title":1},"14":{"body":60,"breadcrumbs":8,"title":4},"140":{"body":15,"breadcrumbs":7,"title":1},"141":{"body":40,"breadcrumbs":8,"title":2},"142":{"body":40,"breadcrumbs":9,"title":3},"143":{"body":25,"breadcrumbs":8,"title":2},"144":{"body":19,"breadcrumbs":8,"title":2},"145":{"body":28,"breadcrumbs":6,"title":1},"146":{"body":74,"breadcrumbs":8,"title":3},"147":{"body":11,"breadcrumbs":8,"title":3},"148":{"body":34,"breadcrumbs":6,"title":1},"149":{"body":24,"breadcrumbs":6,"title":1},"15":{"body":42,"breadcrumbs":7,"title":3},"150":{"body":51,"breadcrumbs":6,"title":1},"151":{"body":34,"breadcrumbs":7,"title":2},"152":{"body":14,"breadcrumbs":8,"title":3},"153":{"body":35,"breadcrumbs":6,"title":1},"154":{"body":24,"breadcrumbs":6,"title":1},"155":{"body":46,"breadcrumbs":6,"title":1},"156":{"body":38,"breadcrumbs":7,"title":2},"157":{"body":15,"breadcrumbs":8,"title":3},"158":{"body":32,"breadcrumbs":6,"title":1},"159":{"body":27,"breadcrumbs":6,"title":1},"16":{"body":43,"breadcrumbs":7,"title":3},"160":{"body":40,"breadcrumbs":6,"title":1},"161":{"body":39,"breadcrumbs":7,"title":2},"162":{"body":41,"breadcrumbs":7,"title":2},"163":{"body":27,"breadcrumbs":7,"title":2},"164":{"body":60,"breadcrumbs":7,"title":2},"165":{"body":49,"breadcrumbs":8,"title":3},"166":{"body":21,"breadcrumbs":7,"title":2},"167":{"body":14,"breadcrumbs":8,"title":2},"168":{"body":56,"breadcrumbs":7,"title":1},"169":{"body":40,"breadcrumbs":7,"title":1},"17":{"body":90,"breadcrumbs":7,"title":3},"170":{"body":24,"breadcrumbs":8,"title":2},"171":{"body":26,"breadcrumbs":8,"title":2},"172":{"body":28,"breadcrumbs":10,"title":3},"173":{"body":53,"breadcrumbs":11,"title":4},"174":{"body":43,"breadcrumbs":10,"title":3},"175":{"body":32,"breadcrumbs":8,"title":1},"176":{"body":11,"breadcrumbs":10,"title":3},"177":{"body":16,"breadcrumbs":10,"title":3},"178":{"body":57,"breadcrumbs":10,"title":3},"179":{"body":24,"breadcrumbs":9,"title":2},"18":{"body":66,"breadcrumbs":6,"title":2},"180":{"body":35,"breadcrumbs":8,"title":1},"181":{"body":20,"breadcrumbs":6,"title":1},"182":{"body":7,"breadcrumbs":6,"title":1},"183":{"body":42,"breadcrumbs":8,"title":3},"184":{"body":58,"breadcrumbs":8,"title":3},"185":{"body":33,"breadcrumbs":8,"title":3},"186":{"body":39,"breadcrumbs":7,"title":2},"187":{"body":55,"breadcrumbs":7,"title":2},"188":{"body":57,"breadcrumbs":7,"title":2},"189":{"body":46,"breadcrumbs":7,"title":2},"19":{"body":52,"breadcrumbs":6,"title":2},"190":{"body":28,"breadcrumbs":7,"title":2},"191":{"body":9,"breadcrumbs":7,"title":2},"192":{"body":10,"breadcrumbs":8,"title":4},"193":{"body":36,"breadcrumbs":10,"title":2},"194":{"body":60,"breadcrumbs":11,"title":3},"195":{"body":70,"breadcrumbs":11,"title":3},"196":{"body":69,"breadcrumbs":11,"title":3},"197":{"body":100,"breadcrumbs":12,"title":4},"198":{"body":89,"breadcrumbs":12,"title":4},"199":{"body":75,"breadcrumbs":11,"title":3},"2":{"body":80,"breadcrumbs":9,"title":6},"20":{"body":17,"breadcrumbs":6,"title":2},"200":{"body":67,"breadcrumbs":10,"title":2},"201":{"body":57,"breadcrumbs":9,"title":1},"202":{"body":28,"breadcrumbs":8,"title":2},"203":{"body":39,"breadcrumbs":7,"title":1},"204":{"body":13,"breadcrumbs":9,"title":3},"205":{"body":66,"breadcrumbs":8,"title":2},"206":{"body":90,"breadcrumbs":10,"title":4},"207":{"body":15,"breadcrumbs":9,"title":3},"208":{"body":68,"breadcrumbs":9,"title":3},"209":{"body":81,"breadcrumbs":9,"title":3},"21":{"body":36,"breadcrumbs":7,"title":3},"210":{"body":11,"breadcrumbs":9,"title":3},"211":{"body":52,"breadcrumbs":8,"title":2},"212":{"body":64,"breadcrumbs":10,"title":4},"213":{"body":10,"breadcrumbs":9,"title":3},"214":{"body":47,"breadcrumbs":9,"title":3},"215":{"body":10,"breadcrumbs":9,"title":3},"216":{"body":55,"breadcrumbs":8,"title":2},"217":{"body":52,"breadcrumbs":9,"title":3},"218":{"body":31,"breadcrumbs":10,"title":4},"219":{"body":32,"breadcrumbs":8,"title":2},"22":{"body":86,"breadcrumbs":8,"title":4},"220":{"body":24,"breadcrumbs":8,"title":2},"221":{"body":19,"breadcrumbs":14,"title":5},"222":{"body":121,"breadcrumbs":13,"title":4},"223":{"body":68,"breadcrumbs":14,"title":5},"224":{"body":24,"breadcrumbs":10,"title":1},"225":{"body":91,"breadcrumbs":10,"title":3},"226":{"body":10,"breadcrumbs":6,"title":3},"227":{"body":84,"breadcrumbs":11,"title":5},"228":{"body":19,"breadcrumbs":6,"title":1},"229":{"body":0,"breadcrumbs":8,"title":3},"23":{"body":52,"breadcrumbs":8,"title":4},"230":{"body":31,"breadcrumbs":9,"title":4},"231":{"body":44,"breadcrumbs":9,"title":4},"232":{"body":72,"breadcrumbs":8,"title":3},"233":{"body":0,"breadcrumbs":7,"title":2},"234":{"body":85,"breadcrumbs":8,"title":3},"235":{"body":51,"breadcrumbs":9,"title":4},"236":{"body":59,"breadcrumbs":8,"title":3},"237":{"body":0,"breadcrumbs":7,"title":2},"238":{"body":78,"breadcrumbs":9,"title":4},"239":{"body":64,"breadcrumbs":9,"title":4},"24":{"body":50,"breadcrumbs":7,"title":3},"240":{"body":0,"breadcrumbs":8,"title":3},"241":{"body":48,"breadcrumbs":8,"title":3},"242":{"body":50,"breadcrumbs":8,"title":3},"243":{"body":0,"breadcrumbs":7,"title":2},"244":{"body":44,"breadcrumbs":11,"title":6},"245":{"body":59,"breadcrumbs":11,"title":6},"246":{"body":61,"breadcrumbs":7,"title":2},"247":{"body":56,"breadcrumbs":7,"title":2},"248":{"body":0,"breadcrumbs":7,"title":3},"249":{"body":0,"breadcrumbs":6,"title":2},"25":{"body":40,"breadcrumbs":7,"title":3},"250":{"body":51,"breadcrumbs":12,"title":8},"251":{"body":35,"breadcrumbs":9,"title":5},"252":{"body":48,"breadcrumbs":7,"title":3},"253":{"body":33,"breadcrumbs":8,"title":4},"254":{"body":0,"breadcrumbs":6,"title":2},"255":{"body":45,"breadcrumbs":8,"title":4},"256":{"body":49,"breadcrumbs":7,"title":3},"257":{"body":33,"breadcrumbs":7,"title":3},"258":{"body":34,"breadcrumbs":9,"title":5},"259":{"body":18,"breadcrumbs":7,"title":3},"26":{"body":26,"breadcrumbs":5,"title":1},"260":{"body":0,"breadcrumbs":6,"title":2},"261":{"body":31,"breadcrumbs":8,"title":4},"262":{"body":20,"breadcrumbs":7,"title":3},"263":{"body":34,"breadcrumbs":7,"title":3},"264":{"body":14,"breadcrumbs":8,"title":4},"265":{"body":0,"breadcrumbs":6,"title":2},"266":{"body":28,"breadcrumbs":7,"title":3},"267":{"body":19,"breadcrumbs":7,"title":3},"268":{"body":13,"breadcrumbs":7,"title":3},"269":{"body":0,"breadcrumbs":5,"title":1},"27":{"body":29,"breadcrumbs":7,"title":2},"270":{"body":30,"breadcrumbs":9,"title":5},"271":{"body":16,"breadcrumbs":8,"title":4},"272":{"body":36,"breadcrumbs":9,"title":5},"273":{"body":35,"breadcrumbs":9,"title":5},"274":{"body":0,"breadcrumbs":6,"title":2},"275":{"body":45,"breadcrumbs":8,"title":4},"276":{"body":26,"breadcrumbs":8,"title":4},"277":{"body":33,"breadcrumbs":7,"title":3},"278":{"body":0,"breadcrumbs":6,"title":2},"279":{"body":20,"breadcrumbs":7,"title":3},"28":{"body":34,"breadcrumbs":7,"title":2},"280":{"body":24,"breadcrumbs":7,"title":3},"281":{"body":27,"breadcrumbs":6,"title":2},"282":{"body":0,"breadcrumbs":6,"title":2},"283":{"body":15,"breadcrumbs":5,"title":1},"284":{"body":24,"breadcrumbs":6,"title":2},"285":{"body":12,"breadcrumbs":5,"title":1},"286":{"body":345,"breadcrumbs":6,"title":2},"287":{"body":84,"breadcrumbs":6,"title":2},"288":{"body":145,"breadcrumbs":6,"title":2},"289":{"body":16,"breadcrumbs":6,"title":2},"29":{"body":92,"breadcrumbs":9,"title":4},"3":{"body":45,"breadcrumbs":6,"title":3},"30":{"body":97,"breadcrumbs":8,"title":3},"31":{"body":87,"breadcrumbs":8,"title":3},"32":{"body":88,"breadcrumbs":9,"title":4},"33":{"body":79,"breadcrumbs":8,"title":3},"34":{"body":86,"breadcrumbs":9,"title":4},"35":{"body":63,"breadcrumbs":8,"title":3},"36":{"body":65,"breadcrumbs":7,"title":2},"37":{"body":85,"breadcrumbs":7,"title":2},"38":{"body":36,"breadcrumbs":7,"title":2},"39":{"body":18,"breadcrumbs":6,"title":2},"4":{"body":64,"breadcrumbs":5,"title":2},"40":{"body":131,"breadcrumbs":10,"title":6},"41":{"body":147,"breadcrumbs":10,"title":6},"42":{"body":147,"breadcrumbs":8,"title":4},"43":{"body":123,"breadcrumbs":10,"title":6},"44":{"body":101,"breadcrumbs":9,"title":5},"45":{"body":121,"breadcrumbs":11,"title":7},"46":{"body":103,"breadcrumbs":10,"title":6},"47":{"body":75,"breadcrumbs":7,"title":3},"48":{"body":36,"breadcrumbs":6,"title":2},"49":{"body":10,"breadcrumbs":8,"title":4},"5":{"body":20,"breadcrumbs":2,"title":1},"50":{"body":94,"breadcrumbs":8,"title":2},"51":{"body":59,"breadcrumbs":8,"title":2},"52":{"body":30,"breadcrumbs":8,"title":2},"53":{"body":238,"breadcrumbs":10,"title":4},"54":{"body":144,"breadcrumbs":10,"title":4},"55":{"body":69,"breadcrumbs":8,"title":2},"56":{"body":62,"breadcrumbs":9,"title":3},"57":{"body":106,"breadcrumbs":10,"title":4},"58":{"body":83,"breadcrumbs":9,"title":3},"59":{"body":74,"breadcrumbs":8,"title":2},"6":{"body":10,"breadcrumbs":4,"title":2},"60":{"body":82,"breadcrumbs":8,"title":2},"61":{"body":43,"breadcrumbs":8,"title":2},"62":{"body":33,"breadcrumbs":10,"title":2},"63":{"body":75,"breadcrumbs":10,"title":2},"64":{"body":18,"breadcrumbs":10,"title":2},"65":{"body":29,"breadcrumbs":10,"title":2},"66":{"body":54,"breadcrumbs":10,"title":2},"67":{"body":40,"breadcrumbs":8,"title":0},"68":{"body":18,"breadcrumbs":10,"title":2},"69":{"body":19,"breadcrumbs":9,"title":1},"7":{"body":80,"breadcrumbs":4,"title":1},"70":{"body":11,"breadcrumbs":10,"title":2},"71":{"body":13,"breadcrumbs":10,"title":2},"72":{"body":45,"breadcrumbs":10,"title":2},"73":{"body":17,"breadcrumbs":9,"title":1},"74":{"body":11,"breadcrumbs":10,"title":2},"75":{"body":15,"breadcrumbs":10,"title":2},"76":{"body":53,"breadcrumbs":10,"title":2},"77":{"body":30,"breadcrumbs":9,"title":1},"78":{"body":33,"breadcrumbs":9,"title":1},"79":{"body":27,"breadcrumbs":10,"title":2},"8":{"body":52,"breadcrumbs":4,"title":1},"80":{"body":32,"breadcrumbs":10,"title":2},"81":{"body":10,"breadcrumbs":11,"title":3},"82":{"body":16,"breadcrumbs":9,"title":1},"83":{"body":22,"breadcrumbs":9,"title":1},"84":{"body":21,"breadcrumbs":9,"title":1},"85":{"body":28,"breadcrumbs":10,"title":2},"86":{"body":6,"breadcrumbs":11,"title":3},"87":{"body":15,"breadcrumbs":9,"title":1},"88":{"body":12,"breadcrumbs":9,"title":1},"89":{"body":30,"breadcrumbs":10,"title":2},"9":{"body":132,"breadcrumbs":5,"title":2},"90":{"body":8,"breadcrumbs":11,"title":3},"91":{"body":17,"breadcrumbs":9,"title":1},"92":{"body":13,"breadcrumbs":9,"title":1},"93":{"body":14,"breadcrumbs":10,"title":2},"94":{"body":13,"breadcrumbs":11,"title":3},"95":{"body":28,"breadcrumbs":10,"title":2},"96":{"body":15,"breadcrumbs":11,"title":3},"97":{"body":35,"breadcrumbs":11,"title":3},"98":{"body":42,"breadcrumbs":11,"title":3},"99":{"body":52,"breadcrumbs":11,"title":3}},"docs":{"0":{"body":"Before we dive into the testing framework, let’s make sure we’re on the same\\npage about Nomos itself. You don’t need to be a Nomos expert to use this\\nframework, but understanding a few key concepts will help the examples make\\nsense.","breadcrumbs":"Project Context Primer » Project Context Primer","id":"0","title":"Project Context Primer"},"1":{"body":"Nomos is a modular blockchain protocol built around nodes running consensus and\\na data availability subsystem. Let’s look at the key components.","breadcrumbs":"Project Context Primer » The Nomos Architecture","id":"1","title":"The Nomos Architecture"},"10":{"body":"Now that you understand what Nomos is, let’s look at how the testing framework\\nis structured. The framework has five main concepts that work together to run\\nintegration tests: topology, scenarios, runners, workloads, and expectations. Don’t worry if these terms sound abstract—we’ll explain each one and show how\\nthey connect. By the end of this chapter, you’ll understand how a test goes\\nfrom “I want to test X” to “here are the results.”","breadcrumbs":"Part I — Foundations » Architecture Overview » Architecture Overview","id":"10","title":"Architecture Overview"},"100":{"body":"Many workloads include sensible default expectations: #![allow(unused)] fn main() {\\n// This implicitly adds TransactionInclusion expectation\\nScenarioBuilder::with_node_counts(2, 1) .transactions().rate(10).apply() } You can disable bundled expectations if needed: #![allow(unused)] fn main() {\\nScenarioBuilder::with_node_counts(2, 1) .transactions() .rate(10) .no_bundled_expectations() // Don\'t add inclusion expectation .apply() } This is useful when you want custom inclusion criteria or when inclusion isn’t\\nrelevant for your test.","breadcrumbs":"Part II — User Guide » Core Content: ScenarioBuilderExt Patterns » Pattern: Bundled Expectations","id":"100","title":"Pattern: Bundled Expectations"},"101":{"body":"Always set an explicit run duration: #![allow(unused)] fn main() {\\n// Good: explicit duration .with_run_duration(Duration::from_secs(60)) // Bad: relying on defaults\\n// (framework will error during build if duration is missing) } Choose durations based on what you’re testing: Quick smoke tests: 30-60s Workload-driven tests: 60-120s Chaos/resilience: 90-180s Soak tests: 300s+","breadcrumbs":"Part II — User Guide » Core Content: ScenarioBuilderExt Patterns » Pattern: Explicit Duration","id":"101","title":"Pattern: Explicit Duration"},"102":{"body":"Only add chaos workloads when explicitly testing resilience: #![allow(unused)] fn main() {\\n// Deterministic test: no chaos\\nScenarioBuilder::with_node_counts(3, 1) .transactions().rate(10).apply() .expect_consensus_liveness() // Resilience test: explicit chaos\\nScenarioBuilder::with_node_counts(4, 1) // Extra validator for tolerance .enable_node_control() .wallets(10) .transactions().rate(10).users(5).apply() .chaos().restart() .min_delay(Duration::from_secs(15)) .max_delay(Duration::from_secs(25)) .target_cooldown(Duration::from_secs(45)) .apply() .expect_consensus_liveness() } Don’t add chaos “just because”—it makes tests non-deterministic and harder to\\ndebug. Use chaos intentionally when testing recovery logic.","breadcrumbs":"Part II — User Guide » Core Content: ScenarioBuilderExt Patterns » Pattern: Chaos Opt-In","id":"102","title":"Pattern: Chaos Opt-In"},"103":{"body":"Choose node counts deliberately: #![allow(unused)] fn main() {\\n// Consensus tests: 3+ validators for meaningful coordination\\nScenarioBuilder::with_node_counts(3, 0) // Transaction tests: need at least 1 executor\\nScenarioBuilder::with_node_counts(2, 1) // Chaos tests: N+1 validators to tolerate 1 down\\nScenarioBuilder::with_node_counts(4, 1) // Production-like: many nodes\\nScenarioBuilder::with_node_counts(10, 5) } More nodes = more realistic but slower and more resource-intensive. Find the\\nminimum that tests what you need.","breadcrumbs":"Part II — User Guide » Core Content: ScenarioBuilderExt Patterns » Pattern: Node Count Rationale","id":"103","title":"Pattern: Node Count Rationale"},"104":{"body":"Tune workload rates based on node count and hardware: #![allow(unused)] fn main() {\\n// Light load: good for smoke tests .transactions().rate(5).apply() // Moderate load: exercises mempool and block packing .transactions().rate(20).apply() // Heavy load: stress testing .transactions().rate(100).apply() } Start with low rates and increase until you see interesting behavior\\n(congestion, backpressure, failure modes).","breadcrumbs":"Part II — User Guide » Core Content: ScenarioBuilderExt Patterns » Pattern: Rate Tuning","id":"104","title":"Pattern: Rate Tuning"},"105":{"body":"Mix workloads to test realistic scenarios: #![allow(unused)] fn main() {\\nScenarioBuilder::with_node_counts(4, 2) .enable_node_control() .wallets(30) // User traffic .transactions().rate(15).users(15).apply() // System traffic .da().channel_rate(3).blob_rate(1).apply() // Operational chaos .chaos().restart() .min_delay(Duration::from_secs(25)) .max_delay(Duration::from_secs(35)) .target_cooldown(Duration::from_secs(60)) .apply() // Verify both subsystems stay live .expect_consensus_liveness() .expect_da_liveness() } This exercises multiple subsystems concurrently, revealing interaction bugs\\nthat isolated tests miss.","breadcrumbs":"Part II — User Guide » Core Content: ScenarioBuilderExt Patterns » Pattern: Combining Workloads","id":"105","title":"Pattern: Combining Workloads"},"106":{"body":"Extract common patterns into helper functions: #![allow(unused)] fn main() {\\nfn base_scenario() -> ScenarioBuilder { ScenarioBuilder::with_node_counts(3, 1) .expect_consensus_liveness() .with_run_duration(Duration::from_secs(60))\\n} #[tokio::test]\\nasync fn test_light_load() -> Result<()> { let plan = base_scenario() .transactions().rate(5).apply() .build(); // ...\\n} #[tokio::test]\\nasync fn test_heavy_load() -> Result<()> { let plan = base_scenario() .transactions().rate(50).apply() .build(); // ...\\n} } This reduces duplication and makes tests consistent.","breadcrumbs":"Part II — User Guide » Core Content: ScenarioBuilderExt Patterns » Pattern: Reusable Builders","id":"106","title":"Pattern: Reusable Builders"},"107":{"body":"Adjust based on environment: #![allow(unused)] fn main() {\\nlet node_count = if std::env::var(\\"CI\\").is_ok() { 5 // More nodes in CI\\n} else { 3 // Fewer nodes locally\\n}; let plan = ScenarioBuilder::with_node_counts(node_count, 1) .transactions().rate(10).apply() .build(); } Or use builder helpers: #![allow(unused)] fn main() {\\nlet mut plan = ScenarioBuilder::with_node_counts(3, 1) .wallets(10) .transactions().rate(10).users(5).apply() .with_run_duration(Duration::from_secs(60)) .build(); }","breadcrumbs":"Part II — User Guide » Core Content: ScenarioBuilderExt Patterns » Pattern: Environment-Specific Configuration","id":"107","title":"Pattern: Environment-Specific Configuration"},"108":{"body":"Use the builder API to document test intent: #![allow(unused)] fn main() {\\n// Clear intent through naming and structure\\nScenarioBuilder::with_node_counts(3, 1) .wallets(10) .transactions() .rate(10) // Moderate load .users(5) // Limited users for determinism .apply() .expect_consensus_liveness() // Must keep making blocks .with_run_duration(Duration::from_secs(60)) // One minute observation .build(); } The builder calls read like documentation—no comments needed for straightforward scenarios.","breadcrumbs":"Part II — User Guide » Core Content: ScenarioBuilderExt Patterns » Pattern: Documentation Through Code","id":"108","title":"Pattern: Documentation Through Code"},"109":{"body":"Anti-pattern 1: Missing .apply() #![allow(unused)] fn main() {\\n// WRONG: forgot .apply()\\nScenarioBuilder::with_node_counts(3, 1) .transactions() .rate(10) // Missing .apply() here! .expect_consensus_liveness() // Type error } Always close workload builders with .apply(). Anti-pattern 2: Implicit durations #![allow(unused)] fn main() {\\n// WRONG: no duration set\\nScenarioBuilder::with_node_counts(3, 1) .transactions().rate(10).apply() .build(); // Build will fail } Always set with_run_duration() explicitly. Anti-pattern 3: Workloads without expectations #![allow(unused)] fn main() {\\n// QUESTIONABLE: what defines success?\\nScenarioBuilder::with_node_counts(3, 1) .transactions().rate(10).apply() .with_run_duration(Duration::from_secs(60)) .build(); } Workloads without expectations can still pass the test even if nothing worked.\\nAlways add at least consensus liveness. Anti-pattern 4: Too many concerns #![allow(unused)] fn main() {\\n// BAD: tests too many things\\nScenarioBuilder::with_node_counts(10, 5) .transactions().rate(100).apply() .da_blobs().rate(50).apply() .chaos().restart().apply() .expect_consensus_liveness() .expect_da_liveness() .expect_transaction_inclusion() .with_run_duration(Duration::from_secs(300)) } This test is slow, hard to debug, and unclear about what it’s testing. Break\\ninto smaller focused tests.","breadcrumbs":"Part II — User Guide » Core Content: ScenarioBuilderExt Patterns » Anti-Patterns to Avoid","id":"109","title":"Anti-Patterns to Avoid"},"11":{"body":"When you write a test with this framework, you’re working with five building\\nblocks. Here’s the path your test takes: flowchart LR A[Topology
shape cluster] --> B[Scenario
plan] B --> C[Deployer/Runner
deploy & orchestrate] C --> D[Workloads
drive traffic] D --> E[Expectations
verify outcomes] Let’s explore what each piece does.","breadcrumbs":"Part I — Foundations » Architecture Overview » The Five Core Concepts","id":"11","title":"The Five Core Concepts"},"110":{"body":"When adding custom workloads, create builder extensions: #![allow(unused)] fn main() {\\npub trait MyWorkloadBuilderExt { fn my_workload(self) -> MyWorkloadBuilder;\\n} impl MyWorkloadBuilderExt for ScenarioBuilder { fn my_workload(self) -> MyWorkloadBuilder { MyWorkloadBuilder::new(self) }\\n} // Now you can use it fluently:\\nScenarioBuilder::with_node_counts(3, 1) .my_workload() .custom_param(42) .apply() } See the Extending the Framework chapter for details.","breadcrumbs":"Part II — User Guide » Core Content: ScenarioBuilderExt Patterns » Builder Extensions for Custom Workloads","id":"110","title":"Builder Extensions for Custom Workloads"},"111":{"body":"You now understand the patterns that make scenarios readable and maintainable.\\nThe remaining chapters cover reference material: the Glossary, Troubleshooting,\\nand FAQ.","breadcrumbs":"Part II — User Guide » Core Content: ScenarioBuilderExt Patterns » What’s Next","id":"111","title":"What’s Next"},"112":{"body":"Shape a topology, pick a runner: choose local for quick iteration, compose for reproducible multi-node stacks with observability, or k8s for cluster-grade validation. Compose workloads deliberately: pair transactions and data-availability traffic for end-to-end coverage; add chaos only when assessing recovery and resilience. Align expectations with goals: use liveness-style checks to confirm the system keeps up with planned activity, and add workload-specific assertions for inclusion or availability. Reuse plans across environments: keep the scenario constant while swapping runners to compare behavior between developer machines and CI clusters. Iterate with clear signals: treat expectation outcomes as the primary pass/fail indicator, and adjust topology or workloads based on what those signals reveal.","breadcrumbs":"Part II — User Guide » Usage Patterns » Usage Patterns","id":"112","title":"Usage Patterns"},"113":{"body":"State your intent: document the goal of each scenario (throughput, DA\\nvalidation, resilience) so expectation choices are obvious. Keep runs meaningful: choose durations that allow multiple blocks and make\\ntiming-based assertions trustworthy. Separate concerns: start with deterministic workloads for functional\\nchecks; add chaos in dedicated resilience scenarios to avoid noisy failures. Reuse patterns: standardize on shared topology and workload presets so\\nresults are comparable across environments and teams. Observe first, tune second: rely on liveness and inclusion signals to\\ninterpret outcomes before tweaking rates or topology. Environment fit: pick runners that match the feedback loop you need—local\\nfor speed, compose for reproducible stacks, k8s for cluster-grade fidelity. Minimal surprises: seed only necessary wallets and keep configuration\\ndeltas explicit when moving between CI and developer machines.","breadcrumbs":"Part II — User Guide » Best Practices » Best Practices","id":"113","title":"Best Practices"},"114":{"body":"This chapter collects complete, runnable scenarios that demonstrate common\\ntesting patterns. You can copy these examples, adjust parameters, and adapt\\nthem to your needs. Each example shows what it tests, why you’d use it, and how to tweak it for\\ndifferent environments.","breadcrumbs":"Part II — User Guide » Examples » Examples","id":"114","title":"Examples"},"115":{"body":"What it tests: Basic consensus works with minimal nodes. When to use it: Quick sanity checks during development, or as a starting\\npoint for more complex tests. #![allow(unused)] fn main() {\\nuse nomos_testing_core::scenario::{Deployer, ScenarioBuilder};\\nuse nomos_testing_runner_local::LocalDeployer;\\nuse nomos_testing_workflows::ScenarioBuilderExt;\\nuse std::time::Duration; #[tokio::test]\\nasync fn minimal_consensus() -> Result<(), Box> { let mut plan = ScenarioBuilder::with_node_counts(2, 0) .expect_consensus_liveness() .with_run_duration(Duration::from_secs(30)) .build(); let deployer = LocalDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } Tweaking parameters: Increase node count to (3, 0) or (4, 0) to test larger validator sets Increase duration to 60 seconds if you want more block samples Change to ComposeRunner for isolated Docker environment","breadcrumbs":"Part II — User Guide » Examples » Example 1: Minimal Consensus Smoke Test","id":"115","title":"Example 1: Minimal Consensus Smoke Test"},"116":{"body":"What it tests: Transactions submitted by executors get included in blocks\\nproduced by validators. When to use it: Testing transaction processing, validating mempool behavior,\\nor establishing baseline inclusion rates. #![allow(unused)] fn main() {\\n#[tokio::test]\\nasync fn transaction_inclusion() -> Result<(), Box> { let mut plan = ScenarioBuilder::with_node_counts(2, 1) // 2 validators, 1 executor .wallets(10) .transactions() .rate(5) // 5 transactions per block .users(5) // Use 5 wallet users .apply() .expect_consensus_liveness() // Blocks keep coming .with_run_duration(Duration::from_secs(60)) .build(); let deployer = LocalDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } Tweaking parameters: Increase .rate(5) to 10 or 20 to submit more transactions per block Add more executors (2, 2) to test multiple transaction sources Increase validators (4, 2) to test transaction propagation across larger\\nnetworks Increase .users() to test more wallet actors The transaction workload automatically adds an inclusion expectation","breadcrumbs":"Part II — User Guide » Examples » Example 2: Transaction Workload","id":"116","title":"Example 2: Transaction Workload"},"117":{"body":"What it tests: Executors can disperse DA blobs and validators can sample\\nthem successfully. When to use it: Testing DA subsystem in isolation, validating dispersal and\\nsampling logic. #![allow(unused)] fn main() {\\n#[tokio::test]\\nasync fn da_blob_dispersal() -> Result<(), Box> { let mut plan = ScenarioBuilder::with_node_counts(3, 2) // Need executors for dispersal .da() .channel_rate(2) // 2 channels per block .blob_rate(1) // 1 blob per channel .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(120)) .build(); let deployer = LocalDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } Tweaking parameters: Increase .channel_rate(2) to 5 to test more concurrent channels Increase .blob_rate(1) to 2 for more blobs per channel Note: blob sizes are randomized internally (1-8 chunks of 31 bytes each) Adjust topology DA settings if you want specific subnetwork/dispersal\\nconfigurations","breadcrumbs":"Part II — User Guide » Examples » Example 3: DA Blob Dispersal","id":"117","title":"Example 3: DA Blob Dispersal"},"118":{"body":"What it tests: System handles both transaction and DA traffic concurrently. When to use it: End-to-end validation that both subsystems work together,\\nrealistic load testing. #![allow(unused)] fn main() {\\n#[tokio::test]\\nasync fn mixed_traffic() -> Result<(), Box> { let mut plan = ScenarioBuilder::with_node_counts(3, 2) .wallets(20) .transactions() .rate(10) .users(10) .apply() .da() .channel_rate(2) .blob_rate(1) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(120)) .build(); let deployer = LocalDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } Tweaking parameters: Balance transaction and DA rates based on what you’re testing Add more nodes if you want to test larger network coordination Increase duration to 180 seconds for longer observation windows","breadcrumbs":"Part II — User Guide » Examples » Example 4: Combined Transaction and DA Traffic","id":"118","title":"Example 4: Combined Transaction and DA Traffic"},"119":{"body":"What it tests: Consensus remains live when nodes restart unexpectedly. When to use it: Resilience testing, validating recovery logic, operational\\nreadiness. #![allow(unused)] fn main() {\\n#[tokio::test]\\nasync fn consensus_survives_restarts() -> Result<(), Box> { let mut plan = ScenarioBuilder::with_node_counts(4, 1) // 4 validators tolerate 1 down .enable_node_control() // Required for chaos .wallets(10) .transactions() .rate(5) .users(5) .apply() .chaos() .restart() // Random restarts .min_delay(Duration::from_secs(15)) .max_delay(Duration::from_secs(25)) .target_cooldown(Duration::from_secs(45)) .apply() .expect_consensus_liveness() // Still makes progress .with_run_duration(Duration::from_secs(120)) .build(); let deployer = LocalDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } Tweaking parameters: Increase node count to (5, 1) or (7, 2) to test larger Byzantine\\ntolerance Decrease min_delay and max_delay for more aggressive chaos Increase target_cooldown to give nodes more recovery time Add DA workload to test both subsystems under churn Important: The chaos workload requires at least 3-4 validators to ensure\\nconsensus can tolerate one node being down. Must call .enable_node_control()\\nbefore .chaos().","breadcrumbs":"Part II — User Guide » Examples » Example 5: Chaos Restarts","id":"119","title":"Example 5: Chaos Restarts"},"12":{"body":"A topology is your description of the test cluster. It answers questions like: How many validators do I need? How many executors? What network layout? (star, mesh, custom) What DA parameters? (subnetwork size, dispersal factor) Think of topology as declaring the “hardware” for your test. You’re not\\nlaunching actual nodes yet—you’re just saying what you want. Here’s an example: #![allow(unused)] fn main() {\\nTopologyBuilder::with_node_counts(3, 2) // 3 validators, 2 executors } The framework fills in sensible defaults for everything else (network config,\\nDA settings, slot timing). You can override these when your test needs specific\\nsettings, but defaults work for most scenarios.","breadcrumbs":"Part I — Foundations » Architecture Overview » Topology: Describing Your Cluster","id":"12","title":"Topology: Describing Your Cluster"},"120":{"body":"What it tests: System behavior under heavy sustained load. When to use it: Performance validation, finding resource bottlenecks,\\nstability testing. #![allow(unused)] fn main() {\\nuse nomos_testing_runner_compose::ComposeRunner; #[tokio::test]\\nasync fn heavy_load() -> Result<(), Box> { let mut plan = ScenarioBuilder::with_node_counts(5, 3) .wallets(100) .transactions() .rate(50) // High transaction rate .users(50) .apply() .da() .channel_rate(5) .blob_rate(2) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(300)) // Long run .build(); let deployer = ComposeRunner::default(); // Use Docker for isolation let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } Tweaking parameters: Adjust rates based on your hardware capabilities Run on ComposeRunner or K8sRunner to avoid impacting local machine Monitor logs and metrics to identify bottlenecks","breadcrumbs":"Part II — User Guide » Examples » Example 6: Stress Test","id":"120","title":"Example 6: Stress Test"},"121":{"body":"What it tests: Specific network configurations or DA parameter combinations. When to use it: Testing topology-specific behaviors, replicating production\\nconfigurations. #![allow(unused)] fn main() {\\n#[tokio::test]\\nasync fn custom_topology() -> Result<(), Box> { let mut plan = ScenarioBuilder::with_node_counts(5, 2) .topology() .network_mesh() // Full connectivity .validators(5) .executors(2) .apply() .wallets(20) .transactions() .rate(10) .users(10) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(90)) .build(); let deployer = LocalDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } Tweaking parameters: Change .network_mesh() to .network_star() to test hub-and-spoke connectivity The topology builder has additional methods for DA parameters and timing\\nconfiguration if needed","breadcrumbs":"Part II — User Guide » Examples » Example 7: Custom Topology","id":"121","title":"Example 7: Custom Topology"},"122":{"body":"All these examples use LocalDeployer by default for fast iteration. To run in\\nother environments, just swap the deployer: #![allow(unused)] fn main() {\\nuse nomos_testing_runner_compose::ComposeRunner;\\nuse nomos_testing_runner_k8s::K8sRunner; // Docker Compose\\nlet deployer = ComposeRunner::default();\\nlet runner = deployer.deploy(&plan).await?; // Kubernetes\\nlet deployer = K8sRunner::default();\\nlet runner = deployer.deploy(&plan).await?; } The scenario stays identical—only the deployment backend changes.","breadcrumbs":"Part II — User Guide » Examples » Running Examples in Different Environments","id":"122","title":"Running Examples in Different Environments"},"123":{"body":"These examples cover the most common testing patterns. For a complete reference\\nof available workloads and their configuration options, see the Workloads\\nchapter. For details on runner-specific setup and configuration, see the\\nRunners chapter.","breadcrumbs":"Part II — User Guide » Examples » What’s Next","id":"123","title":"What’s Next"},"124":{"body":"These illustrative scenarios stretch the framework to show how to build new\\nworkloads, expectations, deployers, and topology tricks. They are intentionally\\n“synthetic” to teach capabilities rather than prescribe production tests.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Advanced & Artificial Examples","id":"124","title":"Advanced & Artificial Examples"},"125":{"body":"Idea: inject fake latency between node interactions using internal timers,\\nnot OS-level tooling. Demonstrates: sequencing control inside a workload, verifying protocol\\nprogression under induced lag, using timers to pace submissions. Shape: wrap submissions in delays that mimic slow peers; ensure the\\nexpectation checks blocks still progress.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Synthetic Delay Workload (Network Latency Simulation)","id":"125","title":"Synthetic Delay Workload (Network Latency Simulation)"},"126":{"body":"Idea: traffic rate changes every block or N seconds (e.g., blocks 1–3 low,\\n4–5 high, 6–7 zero, repeat). Demonstrates: dynamic, stateful workloads that use RunMetrics to time\\nphases; modeling real-world burstiness. Shape: schedule per-phase rates; confirm inclusion/liveness across peaks\\nand troughs.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Oscillating Load Workload (Traffic Waves)","id":"126","title":"Oscillating Load Workload (Traffic Waves)"},"127":{"body":"Idea: a workload that drops half its planned submissions, sometimes\\ndouble-submits, and intentionally triggers expectation failures. Demonstrates: negative testing, resilience checks, and the value of clear\\nexpectations when behavior is adversarial by design. Shape: parameterize drop/double-submit probabilities; pair with an\\nexpectation that documents what “bad” looks like.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Byzantine Behavior Mock","id":"127","title":"Byzantine Behavior Mock"},"128":{"body":"Idea: assert the last few blocks differ and block time stays within a\\ntolerated drift budget. Demonstrates: consuming BlockFeed or time-series metrics to validate\\nprotocol cadence; crafting post-run assertions around block diversity and\\ntiming. Shape: collect recent blocks, confirm no duplicates, and compare observed\\nintervals to a drift threshold.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Custom Expectation: Block Finality Drift","id":"128","title":"Custom Expectation: Block Finality Drift"},"129":{"body":"Idea: a deployer that never starts nodes; it emits configs, simulates\\nreadiness, provides fake blockfeed/metrics. Demonstrates: full power of the deployer interface for CI dry-runs,\\nconfig verification, and ultra-fast feedback without Nomos binaries. Shape: produce logs/artifacts, stub readiness, and feed synthetic blocks\\nso expectations can still run.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Custom Deployer: Dry-Run Deployer","id":"129","title":"Custom Deployer: Dry-Run Deployer"},"13":{"body":"A scenario combines your topology with the activities you want to run (workloads)\\nand the checks you want to perform (expectations). It’s the complete test plan\\nthat answers three questions: What cluster do I need? What should happen during the test? How do I know it succeeded? Here’s a simple scenario: #![allow(unused)] fn main() {\\nlet plan = ScenarioBuilder::with_node_counts(2, 1) .transactions().rate(5).apply() // Generate transaction traffic .expect_consensus_liveness() // Check blocks keep coming .with_run_duration(Duration::from_secs(60)) .build(); } Once built, the scenario is immutable. This is important—it means you can use\\nthe same plan with different runners to compare behavior across environments.","breadcrumbs":"Part I — Foundations » Architecture Overview » Scenario: The Complete Test Plan","id":"13","title":"Scenario: The Complete Test Plan"},"130":{"body":"Idea: topology parameters change at runtime (random validators, DA\\nsettings, network shapes). Demonstrates: randomized property testing and fuzzing approaches to\\ntopology building. Shape: pick roles and network layouts randomly per run; keep expectations\\ntolerant to variability while still asserting core liveness.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Stochastic Topology Generator","id":"130","title":"Stochastic Topology Generator"},"131":{"body":"Idea: scenario runs in phases (e.g., phase 1 transactions, phase 2 DA,\\nphase 3 restarts, phase 4 sync check). Demonstrates: multi-stage tests, modular scenario assembly, and deliberate\\nlifecycle control. Shape: drive phase-specific workloads/expectations sequentially; enforce\\nclear boundaries and post-phase checks.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Multi-Phase Scenario (“Pipelines”)","id":"131","title":"Multi-Phase Scenario (“Pipelines”)"},"132":{"body":"You’ve written a scenario, chosen a runner, and now you want to actually run\\nit. This chapter covers the practical aspects: how to execute tests,\\ninterpret output, debug failures, and collect results.","breadcrumbs":"Part II — User Guide » Running Scenarios » Running Scenarios","id":"132","title":"Running Scenarios"},"133":{"body":"The simplest way to run scenarios is as Rust integration tests: #![allow(unused)] fn main() {\\nuse nomos_testing_core::scenario::{Deployer, ScenarioBuilder};\\nuse nomos_testing_runner_local::LocalDeployer;\\nuse nomos_testing_workflows::ScenarioBuilderExt;\\nuse std::time::Duration; #[tokio::test]\\nasync fn test_consensus_liveness() -> Result<(), Box> { let mut plan = ScenarioBuilder::with_node_counts(3, 0) .expect_consensus_liveness() .with_run_duration(Duration::from_secs(60)) .build(); let deployer = LocalDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } Run it like any Rust test: cargo test test_consensus_liveness","breadcrumbs":"Part II — User Guide » Running Scenarios » Basic Execution","id":"133","title":"Basic Execution"},"134":{"body":"When you run a scenario: Build and validation happens when you call .build(). If configuration\\nis invalid, you’ll get a panic at build time. Deployment happens when you call deploy(). The deployer starts nodes\\nand waits for them to be ready. If deployment fails, you’ll get an error. Execution happens when you call run(). Workloads run for the configured\\nduration, then expectations evaluate. If expectations fail, run() returns\\na ScenarioError. Cleanup happens automatically when the RunHandle is dropped or when\\nthe test completes. Test success means run() returned Ok. Test failure means either deploy()\\nor run() returned an Err.","breadcrumbs":"Part II — User Guide » Running Scenarios » Understanding Test Output","id":"134","title":"Understanding Test Output"},"135":{"body":"Run all tests in a module: cargo test --test consensus_tests Run tests matching a pattern: cargo test transaction_ This runs all tests with “transaction_” in their name.","breadcrumbs":"Part II — User Guide » Running Scenarios » Running Multiple Tests","id":"135","title":"Running Multiple Tests"},"136":{"body":"By default, Rust runs tests in parallel. With integration tests that spawn\\nmultiple nodes, this can cause resource contention and port conflicts. Limit parallelism: cargo test --test-threads=2 Or run tests serially: cargo test -- --test-threads=1","breadcrumbs":"Part II — User Guide » Running Scenarios » Parallel Execution Concerns","id":"136","title":"Parallel Execution Concerns"},"137":{"body":"","breadcrumbs":"Part II — User Guide » Running Scenarios » Interpreting Results","id":"137","title":"Interpreting Results"},"138":{"body":"When all expectations pass, the test completes successfully: test test_consensus_liveness ... ok","breadcrumbs":"Part II — User Guide » Running Scenarios » Success","id":"138","title":"Success"},"139":{"body":"When expectations fail, run() returns a ScenarioError and the test fails.\\nThe error will indicate which expectation failed and why. Check node logs to\\ndiagnose the root cause.","breadcrumbs":"Part II — User Guide » Running Scenarios » Failure","id":"139","title":"Failure"},"14":{"body":"Runners turn your scenario plan into actual running nodes. This is where the\\nframework’s portability comes in. The same scenario plan can deploy to: Local processes on your laptop (LocalRunner) Docker containers on your machine (ComposeRunner) Kubernetes pods in a cluster (K8sRunner) You choose the runner based on your environment, but the scenario stays the\\nsame: #![allow(unused)] fn main() {\\n// Same plan, different deployment\\nlet runner = LocalDeployer::new().deploy(&plan).await?;\\n// or\\nlet runner = ComposeRunner::new().deploy(&plan).await?;\\n// or let runner = K8sRunner::new().deploy(&plan).await?; } The runner handles deployment, waits for nodes to be ready, provides API\\nclients to workloads, and cleans up when the test finishes.","breadcrumbs":"Part I — Foundations » Architecture Overview » Runner: Making Plans Reality","id":"14","title":"Runner: Making Plans Reality"},"140":{"body":"If the test panics during build or deployment, it indicates a configuration\\nproblem or missing prerequisite (e.g., binaries not built, Docker not running).","breadcrumbs":"Part II — User Guide » Running Scenarios » Panics","id":"140","title":"Panics"},"141":{"body":"LocalDeployer: Logs are in temporary directories under /tmp/nomos-test-/.\\nEach node has its own directory. By default, these are deleted after tests complete. ComposeRunner: Use docker-compose logs to view container logs. K8sRunner: Use kubectl logs to view pod logs. Check node logs when debugging test failures to identify errors or unexpected behavior.","breadcrumbs":"Part II — User Guide » Running Scenarios » Collecting Logs","id":"141","title":"Collecting Logs"},"142":{"body":"When a test fails: Read the error message - it will indicate which expectation failed and why Check node logs - look for panics, errors, or warnings in node output Verify deployment - ensure all nodes started successfully Simplify the scenario - reduce node counts or workload rates to isolate the issue Check resources - ensure sufficient CPU, memory, and disk space","breadcrumbs":"Part II — User Guide » Running Scenarios » Debugging Failed Tests","id":"142","title":"Debugging Failed Tests"},"143":{"body":"For CI environments: Use ComposeRunner for better isolation Limit test parallelism with --test-threads to avoid resource contention Set up artifact collection to capture logs on failure Ensure Docker is available and running","breadcrumbs":"Part II — User Guide » Running Scenarios » Running in CI","id":"143","title":"Running in CI"},"144":{"body":"You now know how to run scenarios and debug failures. The next section, Part III:\\nDeveloper Reference, covers extending the framework with custom workloads,\\nexpectations, and runners.","breadcrumbs":"Part II — User Guide » Running Scenarios » What’s Next","id":"144","title":"What’s Next"},"145":{"body":"Runners are the deployment backends that turn your scenario plan into running\\ninfrastructure. The same scenario works with any runner—you just swap one line\\nof code to change where and how nodes deploy. This chapter explains each runner in detail: how it works, when to use it, and\\nwhat tradeoffs it makes.","breadcrumbs":"Part II — User Guide » Runners » Runners","id":"145","title":"Runners"},"146":{"body":"Every runner implements the same core interface: #![allow(unused)] fn main() {\\n#[async_trait]\\npub trait Deployer { async fn deploy(&self, plan: &Scenario) -> Result>;\\n} #[async_trait]\\npub trait Runner { async fn run(&self) -> Result; fn node_control(&self) -> Option<&dyn NodeControlHandle>;\\n} } deploy() takes your scenario plan and provisions nodes. It returns a Runner that can execute the scenario. run() executes the scenario: starts workloads, observes block progression,\\nevaluates expectations, and cleans up. node_control() provides optional access to node lifecycle control\\n(restarting nodes for chaos workloads). This interface is what makes scenarios portable. You write against this\\nabstraction, not specific implementation details.","breadcrumbs":"Part II — User Guide » Runners » Understanding the Runner Interface","id":"146","title":"Understanding the Runner Interface"},"147":{"body":"The local runner spawns node processes directly on your machine. It’s the\\nsimplest and fastest runner.","breadcrumbs":"Part II — User Guide » Runners » LocalDeployer: Fast Iteration","id":"147","title":"LocalDeployer: Fast Iteration"},"148":{"body":"Builds nomos-node and nomos-executor binaries if needed Creates temporary directories for each node’s data Spawns processes with generated configs Polls health endpoints until all nodes are ready Returns a runner that can execute the scenario On cleanup, kills processes and optionally deletes temp directories","breadcrumbs":"Part II — User Guide » Runners » How It Works","id":"148","title":"How It Works"},"149":{"body":"#![allow(unused)] fn main() {\\nuse nomos_testing_core::scenario::Deployer;\\nuse nomos_testing_runner_local::LocalDeployer; let deployer = LocalDeployer::default();\\nlet runner = deployer.deploy(&plan).await?;\\nlet _handle = runner.run(&mut plan).await?; } Logs are written to temporary directories under /tmp/ and are deleted after\\ntests complete by default.","breadcrumbs":"Part II — User Guide » Runners » Usage","id":"149","title":"Usage"},"15":{"body":"Workloads are what actually exercise your cluster during the test. They do\\nthings like: Submit transactions at a configured rate Disperse DA blobs and channels Restart nodes randomly to test resilience Workloads run asynchronously during your scenario’s configured time window. You\\ndon’t manually start and stop them—the framework manages their lifecycle,\\nstarting them when nodes are ready and stopping them when time’s up.","breadcrumbs":"Part I — Foundations » Architecture Overview » Workloads: Generating Traffic","id":"15","title":"Workloads: Generating Traffic"},"150":{"body":"Use LocalDeployer when: You’re developing a new test and want fast iteration You’re debugging a test failure and need easy log access You’re prototyping scenario shapes Resource isolation isn’t critical Don’t use LocalDeployer when: Tests need isolation from each other (processes share host networking) You need reproducible environments (host state can vary) You’re running many tests in parallel (port conflicts, resource contention)","breadcrumbs":"Part II — User Guide » Runners » When to Use","id":"150","title":"When to Use"},"151":{"body":"Pros: Fastest startup (no container overhead) Easy debugging (just attach gdb or check logs directly) Minimal dependencies (just Rust toolchain) Cons: No isolation (tests can interfere with each other) Platform-dependent (behavior varies across hosts) Limited to single machine (can’t scale beyond local resources)","breadcrumbs":"Part II — User Guide » Runners » Pros and Cons","id":"151","title":"Pros and Cons"},"152":{"body":"The Compose runner uses Docker Compose to deploy nodes in containers. This\\nprovides isolation and reproducibility while staying on a single machine.","breadcrumbs":"Part II — User Guide » Runners » ComposeRunner: Reproducible Stacks","id":"152","title":"ComposeRunner: Reproducible Stacks"},"153":{"body":"Generates a docker-compose.yml from your topology Builds or pulls Docker images for nodes Starts a cfgsync service to distribute configs Launches node containers with networking configured Polls health endpoints until all nodes are ready Returns a runner that can execute the scenario On cleanup, stops and removes all containers, networks, and volumes","breadcrumbs":"Part II — User Guide » Runners » How It Works","id":"153","title":"How It Works"},"154":{"body":"#![allow(unused)] fn main() {\\nuse nomos_testing_core::scenario::Deployer;\\nuse nomos_testing_runner_compose::ComposeRunner; let deployer = ComposeRunner::default();\\nlet runner = deployer.deploy(&plan).await?;\\nlet _handle = runner.run(&mut plan).await?; } The runner generates a docker-compose.yml file, starts containers, and manages\\ntheir lifecycle automatically.","breadcrumbs":"Part II — User Guide » Runners » Usage","id":"154","title":"Usage"},"155":{"body":"Use ComposeRunner when: You need test isolation (each run gets fresh containers) You’re running in CI and want reproducibility You want consistent environments across developers You need to test container-specific behaviors Don’t use ComposeRunner when: Docker isn’t available (some CI environments, restricted machines) You need multi-machine deployment (Compose is single-host) Container overhead is too slow for your iteration cycle","breadcrumbs":"Part II — User Guide » Runners » When to Use","id":"155","title":"When to Use"},"156":{"body":"Pros: Isolated environments (no test interference) Reproducible (containers behave consistently) CI-friendly (most CI platforms support Docker) Realistic (production deployments often use containers) Cons: Slower startup (container overhead) Requires Docker daemon More complex logs (need docker-compose logs) Limited to single machine","breadcrumbs":"Part II — User Guide » Runners » Pros and Cons","id":"156","title":"Pros and Cons"},"157":{"body":"The Kubernetes runner deploys nodes to a Kubernetes cluster. This provides the\\nhighest fidelity to production deployments and supports multi-machine scale.","breadcrumbs":"Part II — User Guide » Runners » K8sRunner: Production Fidelity","id":"157","title":"K8sRunner: Production Fidelity"},"158":{"body":"Creates a namespace for the test (if configured) Generates ConfigMaps for each node’s configuration Deploys StatefulSets for validators and executors Creates Services for node discovery and API access Waits for all pods to reach Ready status Returns a runner that can execute the scenario On cleanup, deletes all Kubernetes resources","breadcrumbs":"Part II — User Guide » Runners » How It Works","id":"158","title":"How It Works"},"159":{"body":"#![allow(unused)] fn main() {\\nuse nomos_testing_core::scenario::Deployer;\\nuse nomos_testing_runner_k8s::K8sRunner; let deployer = K8sRunner::default();\\nlet runner = deployer.deploy(&plan).await?;\\nlet _handle = runner.run(&mut plan).await?; } The runner uses Helm charts to deploy nodes to the Kubernetes cluster and manages\\ntheir lifecycle through Kubernetes resources.","breadcrumbs":"Part II — User Guide » Runners » Usage","id":"159","title":"Usage"},"16":{"body":"Expectations are your test assertions, but they work differently than typical\\nassertions. Instead of checking conditions inline, expectations evaluate at the\\nend of your test run. This lets them look at the whole run and aggregate multiple signals: Did blocks progress at the expected rate? Were submitted transactions included? Is DA working correctly? If any expectation fails, you get a detailed report showing exactly what went\\nwrong and which checks failed.","breadcrumbs":"Part I — Foundations » Architecture Overview » Expectations: Judging Success","id":"16","title":"Expectations: Judging Success"},"160":{"body":"Use K8sRunner when: You need production-like deployments You’re validating Kubernetes-specific integration You need multi-machine scale You’re running long-duration tests that need scheduling/orchestration Don’t use K8sRunner when: You don’t have cluster access Fast iteration matters more than fidelity Cluster resource costs are a concern Simple local tests are sufficient","breadcrumbs":"Part II — User Guide » Runners » When to Use","id":"160","title":"When to Use"},"161":{"body":"Pros: Highest production fidelity Scales beyond single machine Real orchestration (scheduling, restarts, health checks) Multi-tenancy (namespaces isolate tests) Cons: Slowest startup (pod scheduling overhead) Requires cluster access and resources More complex debugging (logs scattered across pods) Higher cost (cluster resources)","breadcrumbs":"Part II — User Guide » Runners » Pros and Cons","id":"161","title":"Pros and Cons"},"162":{"body":"Here’s a decision tree: flowchart TD Start{Need isolation?} -->|No| Local[Use LocalDeployer
Fast iteration] Start -->|Yes| Docker{Have Docker?} Docker -->|Yes| Scale{Need multi-machine?} Docker -->|No| K8s[Use K8sRunner
if cluster available] Scale -->|No| Compose[Use ComposeRunner
Reproducible + isolated] Scale -->|Yes| K8s2[Use K8sRunner
Production-like] Quick guide: Development: LocalDeployer CI: ComposeRunner Staging/Production validation: K8sRunner","breadcrumbs":"Part II — User Guide » Runners » Choosing a Runner","id":"162","title":"Choosing a Runner"},"163":{"body":"Not all runners support all features: Feature Local Compose K8s Node control (restarts) ✅ ✅ ✅ Network partitions ❌ 🚧 (future) 🚧 (future) Resource limits ❌ ✅ (Docker) ✅ (K8s) Multi-machine ❌ ❌ ✅ Observability Logs Docker logs K8s logs + metrics","breadcrumbs":"Part II — User Guide » Runners » Runner Capabilities","id":"163","title":"Runner Capabilities"},"164":{"body":"You can run the same test suite with different runners: #![allow(unused)] fn main() {\\n#[tokio::test]\\nasync fn test_consensus_local() -> Result<(), Box> { let mut plan = build_consensus_plan(); let deployer = LocalDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} #[tokio::test]\\nasync fn test_consensus_compose() -> Result<(), Box> { let mut plan = build_consensus_plan(); // Same plan let deployer = ComposeRunner::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} fn build_consensus_plan() -> Scenario { ScenarioBuilder::with_node_counts(3, 0) .expect_consensus_liveness() .with_run_duration(Duration::from_secs(60)) .build()\\n} } This validates that behavior is consistent across deployment environments.","breadcrumbs":"Part II — User Guide » Runners » Mixing Runners","id":"164","title":"Mixing Runners"},"165":{"body":"If the provided runners don’t fit your needs, you can implement your own: #![allow(unused)] fn main() {\\npub struct MyCustomRunner { // Your deployment state\\n} #[async_trait]\\nimpl Deployer for MyCustomRunner { async fn deploy(&self, plan: &Scenario) -> Result> { // Your deployment logic }\\n} #[async_trait]\\nimpl Runner for MyCustomRunner { async fn run(&self) -> Result { // Your execution logic } fn node_control(&self) -> Option<&dyn NodeControlHandle> { // Optional control capability }\\n} } See the Extending the Framework chapter for details.","breadcrumbs":"Part II — User Guide » Runners » Advanced: Custom Runners","id":"165","title":"Advanced: Custom Runners"},"166":{"body":"You now understand how runners work and when to use each one. The next chapter,\\nRunning Scenarios, covers practical details of actually executing tests,\\ninterpreting results, and handling failures.","breadcrumbs":"Part II — User Guide » Runners » What’s Next","id":"166","title":"What’s Next"},"167":{"body":"Chaos in the framework uses node control to introduce failures and validate\\nrecovery. The built-in restart workload lives in testing_framework_workflows::workloads::chaos::RandomRestartWorkload.","breadcrumbs":"Part II — User Guide » Chaos Testing » Chaos Workloads","id":"167","title":"Chaos Workloads"},"168":{"body":"Requires NodeControlCapability ( enable_node_control() in the scenario\\nbuilder) and a runner that provides a NodeControlHandle. Randomly selects nodes (validators, executors) to restart based on your\\ninclude/exclude flags. Respects min/max delay between restarts and a target cooldown to avoid\\nflapping the same node too frequently. Runs alongside other workloads; expectations should account for the added\\ndisruption. Support varies by runner: node control is not provided by the local runner\\nand is not yet implemented for the k8s runner. Use a runner that advertises NodeControlHandle support (e.g., compose) for chaos workloads.","breadcrumbs":"Part II — User Guide » Chaos Testing » How it works","id":"168","title":"How it works"},"169":{"body":"#![allow(unused)] fn main() {\\nuse std::time::Duration;\\nuse testing_framework_core::scenario::ScenarioBuilder;\\nuse testing_framework_workflows::workloads::chaos::RandomRestartWorkload; let plan = ScenarioBuilder::with_node_counts(2, 1) .enable_node_control() .with_workload( RandomRestartWorkload::new( Duration::from_secs(45), // min delay Duration::from_secs(75), // max delay Duration::from_secs(120), // target cooldown true, // include validators true, // include executors ) ) .expect_consensus_liveness() .with_run_duration(Duration::from_secs(150)) .build();\\n// deploy with a runner that supports node control and run the scenario }","breadcrumbs":"Part II — User Guide » Chaos Testing » Usage","id":"169","title":"Usage"},"17":{"body":"Let’s trace through what happens when you run a test: You build a scenario plan declaring your topology, workloads, and\\nexpectations You hand the plan to a runner (local, compose, or k8s) The runner deploys nodes on your chosen backend The runner waits for readiness—nodes must be online, connected, and\\nresponding to APIs before proceeding The runner starts your workloads, which generate traffic for the\\nconfigured duration The runner collects signals like block progression and metrics during\\nthe run The runner evaluates expectations, checking whether your success criteria\\nwere met The runner cleans up all resources—no leaked processes or containers Each step is isolated by design. The scenario doesn’t know whether nodes are\\nlocal processes or Kubernetes pods. Workloads don’t manage deployment.\\nExpectations don’t spawn nodes. This separation makes the framework predictable\\nand easy to extend.","breadcrumbs":"Part I — Foundations » Architecture Overview » How Everything Works Together","id":"17","title":"How Everything Works Together"},"170":{"body":"Consensus liveness: ensure blocks keep progressing despite restarts. Height convergence: optionally check all nodes converge after the chaos\\nwindow. Any workload-specific inclusion checks if you’re also driving tx/DA traffic.","breadcrumbs":"Part II — User Guide » Chaos Testing » Expectations to pair","id":"170","title":"Expectations to pair"},"171":{"body":"Keep delays/cooldowns realistic; avoid back-to-back restarts that would never\\nhappen in production. Limit chaos scope: toggle validators vs executors based on what you want to\\ntest. Combine with observability: monitor metrics/logs to explain failures.","breadcrumbs":"Part II — User Guide » Chaos Testing » Best practices","id":"171","title":"Best practices"},"172":{"body":"The deployer supplies a RunContext that workloads and expectations share. It\\nprovides: Topology descriptors ( GeneratedTopology) Client handles ( NodeClients / ClusterClient) for HTTP/RPC calls Metrics ( RunMetrics, Metrics) and block feed Optional NodeControlHandle for managing nodes (restart, block/unblock peers)","breadcrumbs":"Part II — User Guide » Node Control API » Node Control & RunContext","id":"172","title":"Node Control & RunContext"},"173":{"body":"Check for control support and use it conditionally: #![allow(unused)] fn main() {\\nuse testing_framework_core::scenario::{Expectation, RunContext, Workload}; struct RestartWorkload; impl Workload for RestartWorkload { fn name(&self) -> &\'static str { \\"restart_workload\\" } async fn start(&self, ctx: &RunContext) -> Result<(), Box> { if let Some(control) = ctx.node_control() { // Restart the first validator (index 0) if supported. control.restart_validator(0).await?; } Ok(()) }\\n} } When chaos workloads need control, require enable_node_control() in the\\nscenario builder and deploy with a runner that supports it.","breadcrumbs":"Part II — User Guide » Node Control API » Accessing node control in workloads/expectations","id":"173","title":"Accessing node control in workloads/expectations"},"174":{"body":"The NodeControlHandle trait currently provides: #![allow(unused)] fn main() {\\npub trait NodeControlHandle: Send + Sync { async fn restart_validator(&self, index: usize) -> Result<(), DynError>; async fn restart_executor(&self, index: usize) -> Result<(), DynError>;\\n} } Future extensions may include peer blocking/unblocking or other control\\noperations. For now, focus on restart-based chaos patterns as shown in the\\nchaos workload examples.","breadcrumbs":"Part II — User Guide » Node Control API » Current API surface","id":"174","title":"Current API surface"},"175":{"body":"Always guard control usage: not all runners expose NodeControlHandle. Treat control as best-effort: failures should surface as test failures, but\\nworkloads should degrade gracefully when control is absent. Combine control actions with expectations (e.g., restart then assert height\\nconvergence) to keep scenarios meaningful.","breadcrumbs":"Part II — User Guide » Node Control API » Considerations","id":"175","title":"Considerations"},"176":{"body":"This page focuses on cluster manipulation: node control, chaos patterns, and\\nwhat the tooling supports today.","breadcrumbs":"Part II — User Guide » Topology & Chaos Patterns » Topology & Chaos Patterns","id":"176","title":"Topology & Chaos Patterns"},"177":{"body":"Supported: restart/peer control via NodeControlHandle (compose runner). Not supported: local runner does not expose node control; k8s runner does\\nnot support it yet.","breadcrumbs":"Part II — User Guide » Topology & Chaos Patterns » Node control availability","id":"177","title":"Node control availability"},"178":{"body":"Restarts: random restarts with minimum delay/cooldown to test recovery. Partitions: block/unblock peers to simulate partial isolation, then assert\\nheight convergence after healing. Validator churn: stop one validator and start another (new key) mid-run to\\ntest membership changes; expect convergence. Load SLOs: push tx/DA rates and assert inclusion/availability budgets\\ninstead of only liveness. API probes: poll HTTP/RPC endpoints during chaos to ensure external\\ncontracts stay healthy (shape + latency).","breadcrumbs":"Part II — User Guide » Topology & Chaos Patterns » Chaos patterns to consider","id":"178","title":"Chaos patterns to consider"},"179":{"body":"Liveness/height convergence after chaos windows. SLO checks: inclusion latency, DA responsiveness, API latency/shape. Recovery checks: ensure nodes that were isolated or restarted catch up to\\ncluster height within a timeout.","breadcrumbs":"Part II — User Guide » Topology & Chaos Patterns » Expectations to pair","id":"179","title":"Expectations to pair"},"18":{"body":"If you’ve written integration tests before, you might expect to manually\\norchestrate everything: spawn processes, wait for startup, generate traffic,\\ncollect results, tear down. That approach works but doesn’t scale—every test\\nreimplements orchestration logic, and failures are hard to debug because test\\nplumbing and actual bugs are tangled together. This framework inverts that model. You declare your intent, and the framework\\nhandles orchestration. This gives you: Portable tests that run the same way everywhere Clear failure signals when expectations point to actual problems No boilerplate for deployment, readiness, or cleanup Composable patterns you can reuse across tests","breadcrumbs":"Part I — Foundations » Architecture Overview » What Makes This Different","id":"18","title":"What Makes This Different"},"180":{"body":"Keep chaos realistic: avoid flapping or patterns you wouldn’t operate in prod. Scope chaos: choose validators vs executors intentionally; don’t restart all\\nnodes at once unless you’re testing full outages. Combine chaos with observability: capture block feed/metrics and API health so\\nfailures are diagnosable.","breadcrumbs":"Part II — User Guide » Topology & Chaos Patterns » Guidance","id":"180","title":"Guidance"},"181":{"body":"This chapter covers the practical side of running scenarios: setting up your\\nenvironment, handling prerequisites, and debugging when things go wrong. Think\\nof it as the operator’s manual for the testing framework.","breadcrumbs":"Part II — User Guide » Operations » Operations","id":"181","title":"Operations"},"182":{"body":"Before running any scenarios, you need a few things in place.","breadcrumbs":"Part II — User Guide » Operations » Prerequisites","id":"182","title":"Prerequisites"},"183":{"body":"The testing framework needs access to nomos-node and nomos-executor binaries. For LocalDeployer, the framework uses binaries from the nomos-node workspace\\ndependencies. Ensure they are built: cd ../nomos-node\\ncargo build --release --bin nomos-node --bin nomos-executor For ComposeRunner and K8sRunner, the framework uses Docker images. Images\\ncan be pulled from a registry or built locally.","breadcrumbs":"Part II — User Guide » Operations » Nomos Node Binaries","id":"183","title":"Nomos Node Binaries"},"184":{"body":"Each runner has different platform requirements: LocalDeployer: Rust toolchain (to build binaries) Sufficient ports available (each node needs several ports) Enough disk space for node data directories (~100MB per node) ComposeRunner: Docker and Docker Compose installed Docker daemon running with sufficient resources Network connectivity for container communication K8sRunner: Kubernetes cluster access ( kubectl configured) Sufficient cluster resources (CPU, memory, storage) Permissions to create StatefulSets, Services, and ConfigMaps","breadcrumbs":"Part II — User Guide » Operations » Runner-Specific Prerequisites","id":"184","title":"Runner-Specific Prerequisites"},"185":{"body":"Some tests (particularly those exercising DA proofs) require circuit and prover\\nartifacts. These are large files (~GB) that shouldn’t be in Git. Fetch them with the provided script: cd nomos-testing\\n./scripts/setup-nomos-circuits.sh This downloads and extracts artifacts to the appropriate location. You only need to do this once, or when circuits change.","breadcrumbs":"Part II — User Guide » Operations » Circuit and Prover Assets","id":"185","title":"Circuit and Prover Assets"},"186":{"body":"The framework automatically waits for all nodes to become ready before starting\\nworkloads. Readiness means nodes are responding to API calls and have connected\\nto their peers. If deployment fails during readiness checks: Verify binaries are built correctly Check that required ports are available Ensure Docker/Kubernetes networking is functional Review node logs for startup errors","breadcrumbs":"Part II — User Guide » Operations » Deployment and Readiness","id":"186","title":"Deployment and Readiness"},"187":{"body":"Node logs are essential for debugging test failures. LocalDeployer: Creates temporary directories for each node under /tmp/. Each\\nnode has its own directory with logs. By default, these are deleted after tests\\ncomplete. ComposeRunner: Logs are accessible via Docker Compose commands: docker-compose logs nomos-validator-0 K8sRunner: Logs are accessible via kubectl: kubectl logs nomos-validator-0 Check node logs when tests fail to identify errors, panics, or unexpected behavior.","breadcrumbs":"Part II — User Guide » Operations » Logs and Debugging","id":"187","title":"Logs and Debugging"},"188":{"body":"When a test fails, the error will indicate which expectation failed. For example,\\nif consensus liveness fails, the error will show expected vs. actual block counts. Steps to debug: Check the expectation error message - it tells you what went wrong Review node logs - look for panics, errors, or warnings Verify deployment succeeded - all nodes should have started successfully Check for resource issues - ensure sufficient CPU, memory, and disk space Simplify the scenario - reduce node counts or workload rates to isolate the problem","breadcrumbs":"Part II — User Guide » Operations » When Tests Fail","id":"188","title":"When Tests Fail"},"189":{"body":"Binaries not found: Ensure nomos-node binaries are built with cargo build --release. Ports in use: Kill processes using the required ports or use a different runner. Docker issues: Ensure Docker daemon is running ( docker ps should work). Kubernetes access: Verify kubectl is configured ( kubectl cluster-info). Resource constraints: Reduce node counts or use more powerful hardware.","breadcrumbs":"Part II — User Guide » Operations » Common Issues","id":"189","title":"Common Issues"},"19":{"body":"Now you understand the high-level architecture. The next chapters in Part I\\nwill deepen this mental model—showing you the testing philosophy behind design\\ndecisions, walking through the scenario lifecycle, and explaining the rationale\\nfor key choices. If you prefer to jump straight to writing code, skip to Part II: User Guide.\\nThe Authoring Scenarios chapter will walk you through\\nbuilding your first test step by step. Otherwise, let’s continue building your foundation with the Testing Philosophy\\nchapter.","breadcrumbs":"Part I — Foundations » Architecture Overview » What’s Next","id":"19","title":"What’s Next"},"190":{"body":"For CI environments, ComposeRunner provides the best isolation and reproducibility. Configure tests to run serially or with limited parallelism to avoid resource contention: cargo test --test-threads=2 Set up artifact collection to capture logs on failure for debugging.","breadcrumbs":"Part II — User Guide » Operations » CI Integration","id":"190","title":"CI Integration"},"191":{"body":"The next chapter covers the different runners in detail: LocalDeployer,\\nComposeRunner, and K8sRunner.","breadcrumbs":"Part II — User Guide » Operations » What’s Next","id":"191","title":"What’s Next"},"192":{"body":"Deep dives for contributors who extend the framework, evolve its abstractions,\\nor maintain the crate set.","breadcrumbs":"Part III — Developer Reference » Part III — Developer Reference","id":"192","title":"Part III — Developer Reference"},"193":{"body":"This chapter explains the conceptual model behind scenarios. If you’re writing\\ntests, you’ve already worked with topologies, workloads, and expectations—now\\nwe’ll dig into why they’re designed this way and how they fit together at a\\ndeeper level. Understanding this model will help you extend the framework confidently and\\ndebug complex scenarios when things go wrong.","breadcrumbs":"Part III — Developer Reference » Scenario Model (Developer Level) » The Scenario Model","id":"193","title":"The Scenario Model"},"194":{"body":"Many testing frameworks blur the lines between what a test needs (cluster\\nshape), how to deploy it (orchestration), and what to check (assertions). This\\nmakes tests brittle—change one detail and you have to rewrite the whole test. This framework splits responsibilities into five concepts that never cross\\nboundaries. Each has a single job: Topology describes what cluster you want Scenario assembles the complete test plan Runner deploys nodes and manages resources Workloads generate traffic and conditions Expectations judge outcomes after the run Let’s look at each concept in depth.","breadcrumbs":"Part III — Developer Reference » Scenario Model (Developer Level) » Why Separate Concepts Matter","id":"194","title":"Why Separate Concepts Matter"},"195":{"body":"A topology is a declarative description. It says “I want 3 validators, 2\\nexecutors, connected in a star topology with these DA parameters.” It doesn’t\\nknow how nodes get started, what binary to use, or whether you’re on local or\\nKubernetes. This separation is crucial: the same topology can deploy to any backend. You\\ncan prototype locally, validate in Docker, and run in CI on Kubernetes without\\nchanging a line of topology code. Topologies include validator/executor counts, network layout (star, mesh, or\\ncustom), DA settings (subnetwork size, dispersal factor), and timing parameters\\n(slot duration, epoch length). The framework generates complete node configs\\nfrom these high-level declarations.","breadcrumbs":"Part III — Developer Reference » Scenario Model (Developer Level) » Topology: Pure Description","id":"195","title":"Topology: Pure Description"},"196":{"body":"A scenario combines topology with workloads, expectations, and a runtime\\nduration. Once built, it’s immutable—this is intentional. You can pass the same\\nscenario to different runners and get reproducible behavior. Building a scenario does more than assemble pieces. It: Validates prerequisites (does the transaction workload have seeded wallets?) Ensures the run window is long enough for workloads to complete Checks that control operations (like restarts) have proper cooldown buffers Verifies workload compatibility (do workloads require node control?) If your scenario passes the build step, the framework guarantees it’s\\nwell-formed. This prevents runtime surprises like “workload needs wallets but\\ntopology has zero executors.”","breadcrumbs":"Part III — Developer Reference » Scenario Model (Developer Level) » Scenario: The Immutable Plan","id":"196","title":"Scenario: The Immutable Plan"},"197":{"body":"Workloads are asynchronous tasks that drive system behavior. They do things\\nlike submit transactions, disperse DA blobs, or restart nodes at intervals. Here’s what makes workloads different from manually calling APIs: They work with any runner. Workloads receive API clients from the runner\\nbut never care whether nodes are local processes or remote pods. They respect protocol time. Instead of “submit 1000 transactions as fast\\nas possible,” workloads generate traffic at realistic rates keyed to block\\nprogression. They handle readiness automatically. Workloads don’t start until nodes\\nare proven healthy and ready. They can declare expectations. Some workloads (like transactions) bundle\\ndefault expectations. This keeps related logic together—transaction workload\\nincludes the expectation that transactions get included. Workloads run concurrently during the scenario’s configured duration. The\\nframework manages their lifecycle: start when ready, stop when time expires,\\npropagate errors if something fails.","breadcrumbs":"Part III — Developer Reference » Scenario Model (Developer Level) » Workloads: Controlled Traffic Generation","id":"197","title":"Workloads: Controlled Traffic Generation"},"198":{"body":"Expectations are how you define success. Unlike assertions that run inline\\nduring a test, expectations evaluate after workloads complete. This design serves two purposes: Expectations can aggregate over the full run. They’re not checking a\\nsingle condition at one moment—they’re judging overall system behavior. Did\\nblocks progress steadily? Were all submitted transactions included? Did DA\\nsampling work throughout the window? Expectations can correlate multiple signals. They have access to runtime\\nmetrics, block feeds, and baselines captured before workloads started. This\\nlets them make nuanced judgments that inline assertions can’t. Expectations implement the Expectation trait with two hooks: capture_baseline() runs after deployment but before workloads start evaluate() runs after workloads finish If any expectation fails, the test fails with a detailed report showing what\\nwent wrong.","breadcrumbs":"Part III — Developer Reference » Scenario Model (Developer Level) » Expectations: Post-Run Judgments","id":"198","title":"Expectations: Post-Run Judgments"},"199":{"body":"The runtime is the framework’s engine. It orchestrates the lifecycle: Deploy nodes via the runner Wait for readiness (nodes online, connected, responding to APIs) Capture expectation baselines Start all workloads concurrently Run for the configured duration Stop workloads gracefully Evaluate all expectations Clean up resources The runtime also handles special cases: If a workload does node control (restarts), the runtime enforces cooldown\\nperiods so expectations aren’t confused by intentional downtime If a workload errors, the runtime stops early and surfaces the error If cleanup fails, the runtime logs warnings but doesn’t mask test failures You rarely interact with the runtime directly—it works behind the scenes when\\nyou call runner.run().","breadcrumbs":"Part III — Developer Reference » Scenario Model (Developer Level) » Runtime: The Execution Coordinator","id":"199","title":"Runtime: The Execution Coordinator"},"2":{"body":"Nomos has one type of node that runs in two configurations: validator mode and\\nexecutor mode. They’re fundamentally the same—both participate in Cryptarchia\\nconsensus, produce blocks, verify and sample DA data, and maintain chain state. The only difference is that executors run one additional service: DA blob\\ndispersal. This service lets them submit data to the DA network, which includes\\ndispersing transaction blobs and channel data. So when you see “validator” and “executor” in test topologies, think of them as: Validator: consensus node (all the core services) Executor: consensus node + DA dispersal service In practice, if your test needs to submit transactions or DA blobs, you need\\nexecutors. If you’re only testing consensus liveness, validators alone are\\nsufficient.","breadcrumbs":"Project Context Primer » Validators and Executors: Two Flavors of the Same Node","id":"2","title":"Validators and Executors: Two Flavors of the Same Node"},"20":{"body":"This framework embodies specific principles that shape how you author and run\\nscenarios. Understanding these principles helps you write effective tests and\\ninterpret results correctly.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Testing Philosophy","id":"20","title":"Testing Philosophy"},"200":{"body":"These boundaries aren’t arbitrary. They exist to make the framework predictable\\nand extensible: Topology never knows about deployment. This lets the same plan work\\neverywhere. Workloads never spawn nodes. This keeps orchestration centralized. Expectations never generate traffic. This keeps success criteria separate\\nfrom test behavior. Runners never validate plans. This keeps validation in the scenario\\nbuilder where it belongs. When you extend the framework, respect these boundaries. If you’re adding a new\\nworkload, don’t embed deployment logic. If you’re adding a new runner, don’t\\nbypass the readiness protocol. The boundaries are what make the framework\\ncomposable.","breadcrumbs":"Part III — Developer Reference » Scenario Model (Developer Level) » Respecting Boundaries","id":"200","title":"Respecting Boundaries"},"201":{"body":"This model gives you: Portable scenarios that work identically across environments Composable workloads you can mix and match without conflicts Clear failure modes—if expectations fail, you know it’s a real problem,\\nnot test infrastructure Easy extension—add workloads, expectations, or runners without touching\\ncore framework code The next chapter, Scenario Lifecycle, walks through the runtime in detail,\\nshowing exactly what happens from deploy() to cleanup. If you want to extend\\nthe framework instead, jump ahead to Part III: Developer Reference.","breadcrumbs":"Part III — Developer Reference » Scenario Model (Developer Level) » What This Enables","id":"201","title":"What This Enables"},"202":{"body":"The framework is designed to be extended. You can add custom workloads,\\nexpectations, runners, and topology configurations without modifying the core\\nframework code. This chapter shows you how to extend each extension point, explains the design\\nprinciples behind them, and provides complete examples.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Extending the Framework","id":"202","title":"Extending the Framework"},"203":{"body":"The built-in workloads and expectations cover common scenarios, but you’ll\\neventually need something custom: A workload that exercises a specific protocol feature An expectation that validates your project’s unique invariants A runner that deploys to your custom infrastructure Topology configurations for specific test scenarios The framework makes this easy by keeping extension points clean and well-defined.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Why Extend?","id":"203","title":"Why Extend?"},"204":{"body":"Workloads generate traffic and conditions during test runs. Let’s build a\\ncustom workload step by step.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding Custom Workloads","id":"204","title":"Adding Custom Workloads"},"205":{"body":"Every workload implements this trait: #![allow(unused)] fn main() {\\n#[async_trait]\\npub trait Workload: Send + Sync { fn name(&self) -> &str; async fn execute(&self, ctx: &RunContext) -> Result<()>; fn bundled_expectations(&self) -> Vec> { vec![] }\\n} } name() returns a human-readable name for logging and error messages. execute() is where your workload does its work. It receives a RunContext with API clients, block feeds, and metrics. It runs until\\ncancelled (when the scenario duration expires) or until it completes naturally. bundled_expectations() optionally returns expectations that make sense\\nwith this workload. For example, transaction workloads include an inclusion\\nexpectation.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » The Workload Trait","id":"205","title":"The Workload Trait"},"206":{"body":"Let’s build a simple workload that periodically polls node health endpoints: #![allow(unused)] fn main() {\\nuse nomos_testing_core::scenario::{Workload, RunContext};\\nuse async_trait::async_trait;\\nuse anyhow::Result;\\nuse tokio::time::{interval, Duration}; pub struct HealthCheckWorkload { interval_secs: u64,\\n} impl HealthCheckWorkload { pub fn new() -> Self { Self { interval_secs: 10 } } pub fn with_interval(mut self, secs: u64) -> Self { self.interval_secs = secs; self }\\n} #[async_trait]\\nimpl Workload for HealthCheckWorkload { fn name(&self) -> &str { \\"health_check\\" } async fn execute(&self, ctx: &RunContext) -> Result<()> { let mut tick = interval(Duration::from_secs(self.interval_secs)); loop { tick.tick().await; // Check health of all nodes for client in ctx.node_clients() { let info = client.consensus_info().await?; println!(\\"Node {} at block {}\\", client.address(), info.block_height); } } }\\n} } This workload runs in a loop, polling consensus info every interval_secs\\nseconds. It prints progress but could also collect metrics or detect anomalies.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Example: Health Check Workload","id":"206","title":"Example: Health Check Workload"},"207":{"body":"You can use custom workloads directly in scenarios: #![allow(unused)] fn main() {\\nlet plan = ScenarioBuilder::with_node_counts(3, 1) .with_workload(Box::new(HealthCheckWorkload::new().with_interval(5))) .expect_consensus_liveness() .with_run_duration(Duration::from_secs(60)) .build(); }","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Using the Custom Workload","id":"207","title":"Using the Custom Workload"},"208":{"body":"For better ergonomics, add a builder extension: #![allow(unused)] fn main() {\\npub trait HealthCheckBuilderExt { fn health_checks(self) -> HealthCheckWorkloadBuilder;\\n} impl HealthCheckBuilderExt for ScenarioBuilder { fn health_checks(self) -> HealthCheckWorkloadBuilder { HealthCheckWorkloadBuilder::new(self) }\\n} pub struct HealthCheckWorkloadBuilder { scenario: ScenarioBuilder, interval: u64,\\n} impl HealthCheckWorkloadBuilder { fn new(scenario: ScenarioBuilder) -> Self { Self { scenario, interval: 10, } } pub fn interval(mut self, secs: u64) -> Self { self.interval = secs; self } pub fn apply(self) -> ScenarioBuilder { self.scenario.with_workload(Box::new( HealthCheckWorkload::new().with_interval(self.interval) )) }\\n} } Now you can use it fluently: #![allow(unused)] fn main() {\\nlet plan = ScenarioBuilder::with_node_counts(3, 1) .health_checks() .interval(5) .apply() .expect_consensus_liveness() .build(); }","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Builder API Integration","id":"208","title":"Builder API Integration"},"209":{"body":"Respect cancellation. Workloads run until the scenario duration expires. The execute() method receives a cancellation signal when time’s up. Don’t block\\nindefinitely—check cancellation or use timeout-aware futures. Handle errors gracefully. If an API call fails, decide whether to retry or\\nfail the workload. Transient errors (network blips) should retry; persistent\\nerrors (node crashed) should fail fast. Log progress. Print periodic status so operators can see what the workload\\nis doing. This helps debug when tests fail. Don’t assume node count. Your workload might run with 2 nodes or 20. Write\\ncode that adapts to ctx.node_clients().len(). Bundle expectations when appropriate. If your workload has a clear success\\ncriterion, include it as a bundled expectation.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Workload Best Practices","id":"209","title":"Workload Best Practices"},"21":{"body":"Describe what you want to test, not how to orchestrate it: #![allow(unused)] fn main() {\\n// Good: declarative\\nScenarioBuilder::with_node_counts(2, 1) .transactions().rate(5).apply() .expect_consensus_liveness() .build(); // Bad: imperative (framework doesn\'t work this way)\\n// spawn_validator(); spawn_executor(); // loop { submit_tx(); check_block(); } } Why it matters: The framework handles deployment, readiness, and cleanup.\\nYou focus on test intent, not infrastructure orchestration.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Declarative over Imperative","id":"21","title":"Declarative over Imperative"},"210":{"body":"Expectations evaluate after workloads finish and decide whether the test\\npassed. Let’s build one.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding Custom Expectations","id":"210","title":"Adding Custom Expectations"},"211":{"body":"#![allow(unused)] fn main() {\\n#[async_trait]\\npub trait Expectation: Send + Sync { fn name(&self) -> &str; async fn capture_baseline(&self, ctx: &RunContext) -> Result<()> { Ok(()) } async fn evaluate(&self, ctx: &RunContext) -> Result<()>;\\n} } name() returns a human-readable name. capture_baseline() optionally captures a baseline before workloads start.\\nThis lets you compare “before” and “after” state. evaluate() runs after workloads finish. Return Ok(()) if the expectation\\npassed, or an error describing what failed.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » The Expectation Trait","id":"211","title":"The Expectation Trait"},"212":{"body":"Let’s build an expectation that verifies all nodes maintained peer connections\\nthroughout the test: #![allow(unused)] fn main() {\\nuse nomos_testing_core::scenario::{Expectation, RunContext};\\nuse async_trait::async_trait;\\nuse anyhow::{Result, anyhow}; pub struct PeerCountExpectation { min_peers: usize,\\n} impl PeerCountExpectation { pub fn new(min_peers: usize) -> Self { Self { min_peers } }\\n} #[async_trait]\\nimpl Expectation for PeerCountExpectation { fn name(&self) -> &str { \\"peer_count\\" } async fn evaluate(&self, ctx: &RunContext) -> Result<()> { for client in ctx.node_clients() { let info = client.consensus_info().await?; if info.peer_count < self.min_peers { return Err(anyhow!( \\"Node {} has only {} peers (expected ≥{})\\", client.address(), info.peer_count, self.min_peers )); } } Ok(()) }\\n} }","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Example: Peer Count Expectation","id":"212","title":"Example: Peer Count Expectation"},"213":{"body":"#![allow(unused)] fn main() {\\nlet plan = ScenarioBuilder::with_node_counts(4, 1) .transactions().rate(10).apply() .with_expectation(Box::new(PeerCountExpectation::new(2))) .with_run_duration(Duration::from_secs(60)) .build(); }","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Using Custom Expectations","id":"213","title":"Using Custom Expectations"},"214":{"body":"Be specific about failures. Don’t just return Err(anyhow!(\\"failed\\")).\\nInclude details: which node, what value was observed, what was expected. Aggregate failures. If checking multiple nodes, collect all failures and\\nreport them together rather than stopping at the first one. Use baselines for comparisons. If you need to verify something changed (or\\ndidn’t change), capture baseline in capture_baseline() and compare in evaluate(). Don’t modify state. Expectations are pure observers. They must not generate\\ntraffic or modify the system.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Expectation Best Practices","id":"214","title":"Expectation Best Practices"},"215":{"body":"Runners deploy scenarios to different backends. Let’s build a minimal custom\\nrunner.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding Custom Runners","id":"215","title":"Adding Custom Runners"},"216":{"body":"#![allow(unused)] fn main() {\\n#[async_trait]\\npub trait Deployer { type Error; async fn deploy(&self, scenario: &Scenario) -> Result;\\n} } Deployer::deploy() takes a scenario and provisions infrastructure. It\\nreturns a Runner struct that can execute the scenario. The Runner struct (not a trait) has a run() method that executes workloads,\\nevaluates expectations, and cleans up. Creating custom deployers requires implementing infrastructure provisioning\\nlogic for your target environment. See the existing deployers (LocalDeployer,\\nComposeRunner, K8sRunner) for implementation patterns.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » The Deployer Trait","id":"216","title":"The Deployer Trait"},"217":{"body":"Enforce readiness. Don’t return from deploy() until nodes are actually\\nready to receive traffic. This prevents race conditions. Use cleanup guards. Ensure resources are cleaned up even if run() panics\\nor errors. Provide meaningful errors. If deployment fails, indicate whether it’s a\\nconfig problem, resource exhaustion, or infrastructure issue. Mirror existing observability. Expose metrics and logs similar to existing\\nrunners so workloads and expectations work consistently.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Runner Best Practices","id":"217","title":"Runner Best Practices"},"218":{"body":"You can create helper functions that build common topology configurations: #![allow(unused)] fn main() {\\nfn production_topology() -> ScenarioBuilder { ScenarioBuilder::with_node_counts(10, 5) .topology() .network_mesh() .validators(10) .executors(5) .apply()\\n} } Use these in scenarios: #![allow(unused)] fn main() {\\nlet mut plan = production_topology() .wallets(100) .transactions().rate(50).users(50).apply() .build(); }","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding Topology Helper Functions","id":"218","title":"Adding Topology Helper Functions"},"219":{"body":"If your extensions are reusable across tests, consider: Extracting to a crate. Create myproject-testing-extensions and depend\\non testing-framework-core. Contributing upstream. If your extension is generally useful, consider\\ncontributing it to testing-framework/workflows. Documenting examples. Include usage examples in your extension’s docs so\\nothers can learn from them.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Integrating Extensions","id":"219","title":"Integrating Extensions"},"22":{"body":"Reason in blocks and consensus intervals, not wall-clock seconds: #![allow(unused)] fn main() {\\n// Good: protocol-oriented thinking\\nlet plan = ScenarioBuilder::with_node_counts(2, 1) .transactions().rate(5).apply() // 5 tx per block .with_run_duration(Duration::from_secs(60)) // Let framework calculate expected blocks .expect_consensus_liveness() // \\"Did we produce the expected blocks?\\" .build(); // Bad: wall-clock assumptions\\n// \\"I expect exactly 10 blocks in 60 seconds\\"\\n// This breaks on slow CI where blocks might take 7s instead of 6s } Why it matters: Block production timing varies across environments—fast on\\na laptop (5s/block), slow on overloaded CI (8s/block). The framework calculates\\nexpected blocks based on configured slot duration, making assertions\\nenvironment-independent. Assert on “blocks produced relative to the run window”\\nnot “blocks produced per wall-clock second”.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Protocol Time, Not Wall Time","id":"22","title":"Protocol Time, Not Wall Time"},"220":{"body":"You now know how to extend all major framework components. The next chapter,\\nCustom Workload Example, walks through a complete end-to-end example of adding\\na custom workload with bundled expectations and builder integration.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » What’s Next","id":"220","title":"What’s Next"},"221":{"body":"A minimal, end-to-end illustration of adding a custom workload and matching\\nexpectation. This shows the shape of the traits and where to plug into the\\nframework; expand the logic to fit your real test.","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Example: New Workload & Expectation (Rust)","id":"221","title":"Example: New Workload & Expectation (Rust)"},"222":{"body":"Key ideas: name: identifies the workload in logs. expectations: workloads can bundle defaults so callers don’t forget checks. init: derive inputs from the generated topology (e.g., pick a target node). start: drive async activity using the shared RunContext. #![allow(unused)] fn main() {\\nuse std::sync::Arc;\\nuse async_trait::async_trait;\\nuse testing_framework_core::scenario::{ DynError, Expectation, RunContext, RunMetrics, Workload,\\n};\\nuse testing_framework_core::topology::GeneratedTopology; pub struct ReachabilityWorkload { target_idx: usize, bundled: Vec>,\\n} impl ReachabilityWorkload { pub fn new(target_idx: usize) -> Self { Self { target_idx, bundled: vec![Box::new(ReachabilityExpectation::new(target_idx))], } }\\n} #[async_trait]\\nimpl Workload for ReachabilityWorkload { fn name(&self) -> &\'static str { \\"reachability_workload\\" } fn expectations(&self) -> Vec> { self.bundled.clone() } fn init( &mut self, topology: &GeneratedTopology, _metrics: &RunMetrics, ) -> Result<(), DynError> { if topology.validators().get(self.target_idx).is_none() { return Err(\\"no validator at requested index\\".into()); } Ok(()) } async fn start(&self, ctx: &RunContext) -> Result<(), DynError> { let client = ctx .node_clients() .validators() .get(self.target_idx) .ok_or(\\"missing target client\\")?; // Pseudo-action: issue a lightweight RPC to prove reachability. client.consensus_info().await.map_err(|e| e.into())?; Ok(()) }\\n} }","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Workload: simple reachability probe","id":"222","title":"Workload: simple reachability probe"},"223":{"body":"Key ideas: start_capture: snapshot baseline if needed (not used here). evaluate: assert the condition after workloads finish. #![allow(unused)] fn main() {\\nuse async_trait::async_trait;\\nuse testing_framework_core::scenario::{DynError, Expectation, RunContext}; pub struct ReachabilityExpectation { target_idx: usize,\\n} impl ReachabilityExpectation { pub fn new(target_idx: usize) -> Self { Self { target_idx } }\\n} #[async_trait]\\nimpl Expectation for ReachabilityExpectation { fn name(&self) -> &str { \\"target_reachable\\" } async fn evaluate(&mut self, ctx: &RunContext) -> Result<(), DynError> { let client = ctx .node_clients() .validators() .get(self.target_idx) .ok_or(\\"missing target client\\")?; client.consensus_info().await.map_err(|e| { format!(\\"target became unreachable during run: {e}\\").into() })?; Ok(()) }\\n} }","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Expectation: confirm the target stayed reachable","id":"223","title":"Expectation: confirm the target stayed reachable"},"224":{"body":"Build your scenario as usual and call .with_workload(ReachabilityWorkload::new(0)). The bundled expectation is attached automatically; you can add more with .with_expectation(...) if needed. Keep the logic minimal and fast for smoke tests; grow it into richer probes\\nfor deeper scenarios.","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » How to wire it","id":"224","title":"How to wire it"},"225":{"body":"High-level roles of the crates that make up the framework: Configs: prepares reusable configuration primitives for nodes, networking,\\ntracing, data availability, and wallets, shared by all scenarios and runners. Core scenario orchestration: houses the topology and scenario model,\\nruntime coordination, node clients, and readiness/health probes. Workflows: packages workloads and expectations into reusable building\\nblocks and offers a fluent DSL to assemble them. Runners: implements deployment backends (local host, Docker Compose,\\nKubernetes) that all consume the same scenario plan. Test workflows: example scenarios and integration checks that exercise the\\nframework end to end and serve as living documentation. Use this map to locate where to add new capabilities: configuration primitives\\nin configs, orchestration changes in core, reusable traffic/assertions in\\nworkflows, environment adapters in runners, and demonstrations in tests.","breadcrumbs":"Part III — Developer Reference » Internal Crate Reference » Internal Crate Reference","id":"225","title":"Internal Crate Reference"},"226":{"body":"Quick-reference material and supporting guidance to keep scenarios discoverable,\\ndebuggable, and consistent.","breadcrumbs":"Part IV — Appendix » Part IV — Appendix","id":"226","title":"Part IV — Appendix"},"227":{"body":"The framework offers a fluent builder style to keep scenarios readable. Common\\nknobs: Topology shaping: set validator and executor counts, pick a network layout\\nstyle, and adjust high-level data-availability traits. Wallet seeding: define how many users participate and the total funds\\navailable for transaction workloads. Workload tuning: configure transaction rates, data-availability channel\\nand blob rates, and whether chaos restarts should include validators,\\nexecutors, or both. Expectations: attach liveness and workload-specific checks so success is\\nexplicit. Run window: set a minimum duration long enough for multiple blocks to be\\nobserved and verified. Use these knobs to express intent clearly, keeping scenario definitions concise\\nand consistent across teams.","breadcrumbs":"Part IV — Appendix » DSL Cheat Sheet » Core Content: DSL Cheat Sheet","id":"227","title":"Core Content: DSL Cheat Sheet"},"228":{"body":"When tests fail or behave unexpectedly, this chapter will help you diagnose and\\nfix the problem. We’ll walk through common issues organized by symptom, with\\nconcrete diagnostics and solutions.","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Troubleshooting","id":"228","title":"Troubleshooting"},"229":{"body":"","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Build and Deployment Issues","id":"229","title":"Build and Deployment Issues"},"23":{"body":"Default scenarios are repeatable: Fixed topology Predictable traffic rates Deterministic checks Chaos is opt-in: #![allow(unused)] fn main() {\\n// Separate: functional test (deterministic)\\nlet plan = ScenarioBuilder::with_node_counts(2, 1) .transactions().rate(5).apply() .expect_consensus_liveness() .build(); // Separate: chaos test (introduces randomness)\\nlet chaos_plan = ScenarioBuilder::with_node_counts(3, 2) .enable_node_control() .chaos().restart().apply() .transactions().rate(5).apply() .expect_consensus_liveness() .build(); } Why it matters: Mixing determinism with chaos creates noisy, hard-to-debug\\nfailures. Separate concerns make failures actionable.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Determinism First, Chaos When Needed","id":"23","title":"Determinism First, Chaos When Needed"},"230":{"body":"What you see: Error: Failed to find nomos-node binary Diagnosis: The framework can’t locate the nomos-node or nomos-executor binaries. Solutions: Build the binaries: cd ../nomos-node\\ncargo build --release --bin nomos-node --bin nomos-executor","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Symptom: “Binaries not found” Error","id":"230","title":"Symptom: “Binaries not found” Error"},"231":{"body":"What you see: Error: Address already in use (os error 48)\\nFailed to start node on port 18080 Diagnosis: Another process is using ports the framework needs. Solutions: Kill conflicting processes: # Find what\'s using the port\\nlsof -i :18080\\nkill Use a different runner: ComposeRunner and K8sRunner use isolated networking and don’t conflict with\\nhost ports.","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Symptom: “Port already in use”","id":"231","title":"Symptom: “Port already in use”"},"232":{"body":"What you see: Error: Nodes not ready after 60s\\nnomos-validator-2: no peers connected Diagnosis: Nodes aren’t becoming ready within the timeout window. Solutions: Check individual node logs: cat /tmp/nomos-test-/node-2/stderr.log Look for errors during startup. Verify network connectivity: For ComposeRunner/K8sRunner, ensure container networking is functional: # Docker\\ndocker network ls\\ndocker-compose ps # Kubernetes\\nkubectl get pods\\nkubectl describe pod nomos-validator-2 Reduce node count: If hardware is limited, use fewer nodes: #![allow(unused)] fn main() {\\nScenarioBuilder::with_node_counts(2, 1) // Instead of (5, 3) }","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Symptom: Readiness Timeout","id":"232","title":"Symptom: Readiness Timeout"},"233":{"body":"","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Runtime Issues","id":"233","title":"Runtime Issues"},"234":{"body":"What you see: Expectation failed: Consensus liveness\\nExpected: at least 30 blocks\\nActual: 0 blocks Diagnosis: Consensus isn’t working—nodes aren’t producing blocks. Solutions: Check if nodes started: Verify in logs that consensus initialized: grep \\"consensus started\\" /tmp/nomos-test-*/node-*/stdout.log Verify genesis configuration: All nodes must have identical genesis. Check logs for genesis mismatches: grep -i \\"genesis\\" /tmp/nomos-test-*/node-*/stderr.log Check peer connectivity: Nodes need peers to reach consensus: grep \\"peer connected\\" /tmp/nomos-test-*/node-*/stdout.log If no peers connected, topology generation may have failed. Increase run duration: Very slow environments might need more time: #![allow(unused)] fn main() {\\n.with_run_duration(Duration::from_secs(120)) // Give it more time }","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Symptom: No Block Progression","id":"234","title":"Symptom: No Block Progression"},"235":{"body":"What you see: Expectation failed: Consensus liveness\\nExpected: at least 30 blocks\\nActual: 15 blocks (50% of target) Diagnosis: Blocks are being produced but slower than expected. Solutions: Reduce workload intensity: Heavy workloads can slow block production: #![allow(unused)] fn main() {\\n.transactions().rate(5).apply() // Reduce from 20 } Check system resources: # CPU usage\\ntop # Disk I/O\\niostat # Memory\\nfree -h Resource exhaustion slows everything down.","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Symptom: Slow Block Progression","id":"235","title":"Symptom: Slow Block Progression"},"236":{"body":"What you see: Error: Transaction workload failed: connection refused Diagnosis: Workload couldn’t connect to nodes or nodes became unavailable. Solutions: Check node health: # Local\\ncurl http://localhost:18080/health # Compose\\ndocker-compose ps If nodes aren’t running, check why they crashed. Check workload prerequisites: Transaction workloads need executors: #![allow(unused)] fn main() {\\nScenarioBuilder::with_node_counts(2, 1) // Need at least 1 executor } Reduce workload rate: Aggressive rates can overwhelm nodes: #![allow(unused)] fn main() {\\n.transactions().rate(5).apply() // Start lower }","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Symptom: Workload Errors","id":"236","title":"Symptom: Workload Errors"},"237":{"body":"","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Expectation Failures","id":"237","title":"Expectation Failures"},"238":{"body":"What you see: Expectation failed: Transaction inclusion\\nSubmitted: 600 transactions\\nIncluded: 420 transactions (70%)\\nThreshold: 95% Diagnosis: Submitted transactions aren’t appearing in blocks. Solutions: Reduce submission rate: Too many transactions can saturate mempool: #![allow(unused)] fn main() {\\n.transactions().rate(10).apply() // Reduce from 50 } Increase run duration: Give more time for transactions to be included: #![allow(unused)] fn main() {\\n.with_run_duration(Duration::from_secs(120)) } Check if nodes are restarting: If using chaos workloads, restarts disrupt inclusion: #![allow(unused)] fn main() {\\n.chaos().restart().interval(Duration::from_secs(30)).apply()\\n// Consider longer intervals or removing chaos } Lower inclusion threshold: If some loss is acceptable: #![allow(unused)] fn main() {\\n.expect_transaction_inclusion() .threshold(0.90) // Accept 90% instead of 95% }","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Symptom: Transaction Inclusion Failure","id":"238","title":"Symptom: Transaction Inclusion Failure"},"239":{"body":"What you see: Error: Chaos workload requires node control capability Diagnosis: Node control wasn’t enabled or runner doesn’t support it. Solutions: Enable node control: #![allow(unused)] fn main() {\\nScenarioBuilder::with_node_counts(4, 1) .with_node_control() // Add this .chaos().restart().apply() } Verify runner supports control: All built-in runners support node control, but custom runners might not. Check node count: Need enough nodes to tolerate restarts: #![allow(unused)] fn main() {\\nScenarioBuilder::with_node_counts(4, 1) // 4 validators, can tolerate 1 down } With only 2-3 validators, restarting one can break consensus.","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Symptom: Chaos Workload Fails","id":"239","title":"Symptom: Chaos Workload Fails"},"24":{"body":"Prefer user-facing signals over internal state: Recommended checks: Blocks progressing at expected rate (liveness) Transactions included within N blocks (inclusion) DA blobs retrievable (availability) Checks to avoid: Memory pool size Internal service state Cache hit rates Why it matters: User-facing signals reflect actual system health.\\nInternal state can be “healthy” while the system is broken from a user\\nperspective.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Observable Health Signals","id":"24","title":"Observable Health Signals"},"240":{"body":"","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Environment-Specific Issues","id":"240","title":"Environment-Specific Issues"},"241":{"body":"What you see: Error: Cannot connect to Docker daemon Solutions: Start Docker: # Linux\\nsudo systemctl start docker # macOS\\nopen -a Docker Check Docker version: docker --version\\ndocker-compose --version Framework requires Docker 20+ and Docker Compose 2+. Check Docker resources: docker info | grep -i memory\\ndocker info | grep -i cpu Increase resources in Docker Desktop settings if needed.","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Symptom: Docker Issues","id":"241","title":"Symptom: Docker Issues"},"242":{"body":"What you see: Error: Failed to create StatefulSet: Unauthorized Solutions: Verify cluster access: kubectl cluster-info\\nkubectl get nodes Check permissions: kubectl auth can-i create statefulset\\nkubectl auth can-i create configmap\\nkubectl auth can-i create service If any return “no”, you need cluster admin to grant permissions. Check cluster resources: kubectl top nodes\\nkubectl describe nodes Insufficient cluster resources can prevent pod scheduling.","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Symptom: Kubernetes Issues","id":"242","title":"Symptom: Kubernetes Issues"},"243":{"body":"","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Flaky Tests","id":"243","title":"Flaky Tests"},"244":{"body":"Diagnosis: Timing sensitivity or resource differences between environments. Solutions: Enable slow mode in CI: # .github/workflows/test.yml\\nenv: SLOW_ENVIRONMENT: true READINESS_TIMEOUT_SECS: 120 Use ComposeRunner in CI: LocalRunner is sensitive to host differences; ComposeRunner is more consistent: #![allow(unused)] fn main() {\\n#[cfg(not(ci))]\\nlet runner = LocalDeployer::new().deploy(&plan).await?; #[cfg(ci)]\\nlet runner = ComposeRunner::new().deploy(&plan).await?; } Reduce test concurrency: cargo test --test-threads=2","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Symptom: Tests Pass Locally, Fail in CI","id":"244","title":"Symptom: Tests Pass Locally, Fail in CI"},"245":{"body":"Diagnosis: Non-deterministic behavior, often from chaos or timing races. Solutions: Remove chaos from smoke tests: Chaos introduces intentional non-determinism. Use separate tests: #![allow(unused)] fn main() {\\n#[test]\\nfn deterministic_consensus() { // No chaos\\n} #[test]\\nfn chaos_resilience() { // With chaos\\n} } Increase run duration: Short runs amplify timing sensitivity: #![allow(unused)] fn main() {\\n.with_run_duration(Duration::from_secs(90)) // Instead of 30 } Fix resource contention: Multiple tests running in parallel can interfere: cargo test -- --test-threads=1 # Run serially","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Symptom: Tests Sometimes Pass, Sometimes Fail","id":"245","title":"Symptom: Tests Sometimes Pass, Sometimes Fail"},"246":{"body":"When a test fails, work through this checklist: Does the test pass with --test-threads=1? (rules out parallel interference) Do logs show node startup errors? (rules out deployment issues) Are all expected nodes in “ready” state? (rules out readiness problems) Do workload logs show errors? (rules out workload crashes) Is disk/memory/CPU exhausted? (rules out resource issues) Does the test pass with fewer nodes? (rules out scale sensitivity) Does the test pass with lower workload rates? (rules out load issues)","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Debugging Checklist","id":"246","title":"Debugging Checklist"},"247":{"body":"If you’re still stuck: Collect full logs: cargo test failing_test\\n# Collect logs from /tmp/nomos-test-* if using LocalDeployer\\n# Or use docker-compose logs / kubectl logs for other runners Describe your environment: OS and version Rust version Runner type (Local/Compose/K8s) Node counts and workload config Minimal reproduction: Try to reduce the failing scenario to the smallest possible test that reproduces\\nthe issue. Check existing issues: Search the project’s issue tracker for similar problems and solutions.","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Getting Help","id":"247","title":"Getting Help"},"248":{"body":"","breadcrumbs":"Part IV — Appendix » FAQ » Frequently Asked Questions","id":"248","title":"Frequently Asked Questions"},"249":{"body":"","breadcrumbs":"Part IV — Appendix » FAQ » General Questions","id":"249","title":"General Questions"},"25":{"body":"Always run long enough for meaningful block production: #![allow(unused)] fn main() {\\n// Bad: too short\\n.with_run_duration(Duration::from_secs(5)) // Maybe 0-1 blocks // Good: enough blocks for assertions\\n.with_run_duration(Duration::from_secs(60)) // ~10+ blocks } The framework enforces minimum durations, but be explicit. Very short runs\\nrisk false confidence—one lucky block doesn’t prove liveness.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Minimum Run Windows","id":"25","title":"Minimum Run Windows"},"250":{"body":"Protocol time (measured in blocks or epochs) makes tests robust across different\\nhardware. A test that expects “30 blocks” works whether your laptop produces\\nblocks every 2 seconds or a loaded CI machine takes 5 seconds per block. Wall-clock assertions like “30 blocks in 60 seconds” fail on slower hardware\\neven though consensus is working fine. Protocol time separates “did consensus\\nwork?” from “was the hardware fast?”","breadcrumbs":"Part IV — Appendix » FAQ » Why does the framework use “protocol time” instead of wall-clock time?","id":"250","title":"Why does the framework use “protocol time” instead of wall-clock time?"},"251":{"body":"Yes! This is a core design goal. Build your scenario once: #![allow(unused)] fn main() {\\nlet plan = ScenarioBuilder::with_node_counts(3, 1) .transactions().rate(10).apply() .expect_consensus_liveness() .build(); } Then deploy with any runner: #![allow(unused)] fn main() {\\n// Local development\\nlet runner = LocalDeployer::new().deploy(&plan).await?; // CI\\nlet runner = ComposeRunner::new().deploy(&plan).await?; // Staging\\nlet runner = K8sRunner::new().deploy(&plan).await?; } The plan is immutable and runner-agnostic.","breadcrumbs":"Part IV — Appendix » FAQ » Can I reuse the same scenario with different runners?","id":"251","title":"Can I reuse the same scenario with different runners?"},"252":{"body":"Unit tests verify individual components in isolation. Integration tests with\\nthis framework verify that multiple components work together over real networks\\nwith real timing constraints. Unit tests can’t catch: Consensus failures under network latency Transaction inclusion problems under load DA availability issues with multiple nodes Recovery from node crashes These are emergent behaviors that only appear in multi-node environments.","breadcrumbs":"Part IV — Appendix » FAQ » How is this different from unit tests?","id":"252","title":"How is this different from unit tests?"},"253":{"body":"Yes. The framework needs to run nomos-node and nomos-executor binaries.\\nKeep a checkout of the Nomos repository and build the binaries before running\\ntests. If you’re using Docker/Kubernetes runners, you can use pre-built images instead,\\nbut you’ll still need the source for local development.","breadcrumbs":"Part IV — Appendix » FAQ » Do I need to build Nomos from source?","id":"253","title":"Do I need to build Nomos from source?"},"254":{"body":"","breadcrumbs":"Part IV — Appendix » FAQ » Scenario Design","id":"254","title":"Scenario Design"},"255":{"body":"It depends on what you’re testing: Consensus basics: 2-3 validators is enough Byzantine tolerance: 4+ validators (need N > 3f where f is max faults) Transaction tests: At least 1 executor Chaos tests: N+1 validators to tolerate 1 down Production realism: 10+ nodes Start small and add nodes only when you need to test specific behaviors that\\nrequire more nodes.","breadcrumbs":"Part IV — Appendix » FAQ » How many nodes should my tests use?","id":"255","title":"How many nodes should my tests use?"},"256":{"body":"General guidelines: Quick smoke tests: 30-60 seconds (validates basic function) Workload tests: 60-120 seconds (enough traffic to be meaningful) Chaos tests: 90-180 seconds (multiple chaos events + recovery time) Soak tests: 300+ seconds (catches subtle timing bugs) Very short runs (< 30s) risk false confidence—not enough time to observe\\nmeaningful behavior.","breadcrumbs":"Part IV — Appendix » FAQ » How long should test runs be?","id":"256","title":"How long should test runs be?"},"257":{"body":"Use chaos workloads when specifically testing resilience: Does consensus survive node restarts? Do workloads recover after disruption? Are there resource leaks on restart? Don’t use chaos in basic functional tests—it makes failures hard to reproduce\\nand doesn’t add value when you’re just verifying that features work.","breadcrumbs":"Part IV — Appendix » FAQ » When should I use chaos workloads?","id":"257","title":"When should I use chaos workloads?"},"258":{"body":"Generally, yes! Real systems handle multiple traffic types simultaneously: #![allow(unused)] fn main() {\\nScenarioBuilder::with_node_counts(4, 2) .transactions().rate(10).apply() .da_blobs().rate(2).apply() } This reveals interaction bugs that isolated workload tests miss. But don’t combine too many concerns—tests that verify 10 different things are\\nhard to debug when they fail.","breadcrumbs":"Part IV — Appendix » FAQ » Should I combine multiple workloads in one test?","id":"258","title":"Should I combine multiple workloads in one test?"},"259":{"body":"Only for transaction workloads. The framework automatically seeds wallets when\\nyou add transaction workloads to scenarios with executors. Pure consensus or DA tests don’t need wallets.","breadcrumbs":"Part IV — Appendix » FAQ » Do I need seeded wallets?","id":"259","title":"Do I need seeded wallets?"},"26":{"body":"These principles keep scenarios: Portable across environments (protocol time, declarative) Debuggable (determinism, separation of concerns) Meaningful (observable signals, sufficient duration) When authoring scenarios, ask: “Does this test the protocol behavior or\\nmy local environment quirks?”","breadcrumbs":"Part I — Foundations » Testing Philosophy » Summary","id":"26","title":"Summary"},"260":{"body":"","breadcrumbs":"Part IV — Appendix » FAQ » Running Tests","id":"260","title":"Running Tests"},"261":{"body":"Most startup time is: Building binaries (if not already built) Starting nodes Waiting for readiness (nodes must be fully operational) You can speed this up: Pre-build binaries: cargo build --release Use LocalDeployer for development (faster than Docker) Reduce node count for quick iteration","breadcrumbs":"Part IV — Appendix » FAQ » Why do tests take so long to start?","id":"261","title":"Why do tests take so long to start?"},"262":{"body":"Yes, but carefully. Each test spawns multiple nodes, so: cargo test --test-threads=2 # Limit parallelism Too much parallelism causes port conflicts and resource contention.","breadcrumbs":"Part IV — Appendix » FAQ » Can I run tests in parallel?","id":"262","title":"Can I run tests in parallel?"},"263":{"body":"Read the expectation failure message - tells you what failed Check node logs - /tmp/nomos-test-/node-*/stderr.log for LocalDeployer Simplify the test - remove workloads until you find the cause Run serially - --test-threads=1 rules out parallel interference See the Troubleshooting chapter for detailed guidance.","breadcrumbs":"Part IV — Appendix » FAQ » How do I debug a failing test?","id":"263","title":"How do I debug a failing test?"},"264":{"body":"Yes! Use LocalDeployer: #![allow(unused)] fn main() {\\nlet runner = LocalDeployer::new().deploy(&plan).await?; } This spawns processes directly on your machine. No containers required.","breadcrumbs":"Part IV — Appendix » FAQ » Can I run tests without Docker/Kubernetes?","id":"264","title":"Can I run tests without Docker/Kubernetes?"},"265":{"body":"","breadcrumbs":"Part IV — Appendix » FAQ » Extending the Framework","id":"265","title":"Extending the Framework"},"266":{"body":"Implement the Workload trait: #![allow(unused)] fn main() {\\n#[async_trait]\\nimpl Workload for MyWorkload { fn name(&self) -> &str { \\"my_workload\\" } async fn execute(&self, ctx: &RunContext) -> Result<()> { // Your logic here }\\n} } See the Extending the Framework chapter for complete examples.","breadcrumbs":"Part IV — Appendix » FAQ » How do I add a custom workload?","id":"266","title":"How do I add a custom workload?"},"267":{"body":"Yes! Implement the Deployer and Runner traits. This lets you deploy to\\ncustom infrastructure (cloud VMs, embedded devices, etc.). See the Extending the Framework chapter for details.","breadcrumbs":"Part IV — Appendix » FAQ » Can I add a custom runner?","id":"267","title":"Can I add a custom runner?"},"268":{"body":"Absolutely! If your extension is generally useful (not project-specific), we’d\\nlove to see a PR adding it to testing-framework/workflows.","breadcrumbs":"Part IV — Appendix » FAQ » Can I contribute my workload/expectation upstream?","id":"268","title":"Can I contribute my workload/expectation upstream?"},"269":{"body":"","breadcrumbs":"Part IV — Appendix » FAQ » Troubleshooting","id":"269","title":"Troubleshooting"},"27":{"body":"You’ve learned what scenarios are and why the framework separates concerns. Now\\nlet’s trace through exactly what happens when you run a scenario, from deploy() to cleanup. Understanding this lifecycle will help you debug tests, optimize run times, and\\nunderstand why things happen in a specific order.","breadcrumbs":"Part I — Foundations » Scenario Lifecycle (Conceptual) » Scenario Lifecycle","id":"27","title":"Scenario Lifecycle"},"270":{"body":"This usually means timing sensitivity or resource differences. Solutions: Use ComposeRunner in both places for consistency Limit test parallelism with --test-threads Increase run durations to reduce timing sensitivity Check CI resource allocations (CPU, memory, disk)","breadcrumbs":"Part IV — Appendix » FAQ » Tests pass locally but fail in CI","id":"270","title":"Tests pass locally but fail in CI"},"271":{"body":"Another process is using ports the framework needs. Kill the conflicting process\\nor use a different runner (ComposeRunner/K8sRunner) that uses isolated networking.","breadcrumbs":"Part IV — Appendix » FAQ » “Port already in use” errors","id":"271","title":"“Port already in use” errors"},"272":{"body":"Common causes: Binaries not built: cargo build --release --bin nomos-node Insufficient resources: reduce node count or enable slow mode Network issues: check firewall, Docker networking, K8s services Genesis mismatch: check logs for genesis errors See Troubleshooting for detailed diagnostics.","breadcrumbs":"Part IV — Appendix » FAQ » Nodes won’t reach ready state","id":"272","title":"Nodes won’t reach ready state"},"273":{"body":"Trust expectations first—they define success criteria based on the complete run.\\nLogs might look fine at a glance but expectations catch subtle issues: Blocks progressing too slowly Transactions taking too long to include Stalls that recovered but still indicate problems Use the expectation failure details to guide investigation.","breadcrumbs":"Part IV — Appendix » FAQ » Expectations fail but logs look fine","id":"273","title":"Expectations fail but logs look fine"},"274":{"body":"","breadcrumbs":"Part IV — Appendix » FAQ » Performance and Resources","id":"274","title":"Performance and Resources"},"275":{"body":"Depends on node count and workload intensity: Minimal (2-3 nodes, light workload): 2 CPU cores, 4GB RAM Moderate (4-5 nodes, mixed workload): 4 CPU cores, 8GB RAM Heavy (10+ nodes, high load): 8+ CPU cores, 16GB+ RAM Docker/Kubernetes add overhead—allocate more resources than nodes alone would need.","breadcrumbs":"Part IV — Appendix » FAQ » How much CPU/memory do tests need?","id":"275","title":"How much CPU/memory do tests need?"},"276":{"body":"Yes: Reduce node counts: ScenarioBuilder::with_node_counts(2, 1) Reduce workload rates: .transactions().rate(5).users(3) Increase run duration to give more time Use LocalDeployer (less overhead than containers) Run tests serially: --test-threads=1","breadcrumbs":"Part IV — Appendix » FAQ » Can I run tests on limited hardware?","id":"276","title":"Can I run tests on limited hardware?"},"277":{"body":"Pre-build binaries Use LocalDeployer for development Reduce node counts to minimum needed Shorten run durations (but keep them meaningful) Run in parallel (but carefully—see above) Remember: “fast” tests that don’t catch bugs aren’t useful. Find the balance\\nbetween speed and thoroughness.","breadcrumbs":"Part IV — Appendix » FAQ » How do I make tests faster?","id":"277","title":"How do I make tests faster?"},"278":{"body":"","breadcrumbs":"Part IV — Appendix » FAQ » Advanced Usage","id":"278","title":"Advanced Usage"},"279":{"body":"Yes! Scenarios are just Rust structs. Generate them however you want: #![allow(unused)] fn main() {\\nfor node_count in [3, 5, 7] { let plan = ScenarioBuilder::with_node_counts(node_count, 1) .transactions().rate(10).apply() .build(); // Run test...\\n} }","breadcrumbs":"Part IV — Appendix » FAQ » Can I programmatically generate scenarios?","id":"279","title":"Can I programmatically generate scenarios?"},"28":{"body":"Every scenario goes through six stages: flowchart LR P[Plan
topology + workloads + expectations] --> D[Deploy
runner provisions] D --> R[Readiness
wait for nodes] R --> W[Drive Workloads] W --> O[Observe
blocks/metrics] O --> E[Evaluate Expectations] E --> C[Cleanup] Let’s walk through each stage in detail and see what actually happens.","breadcrumbs":"Part I — Foundations » Scenario Lifecycle (Conceptual) » The Six Stages","id":"28","title":"The Six Stages"},"280":{"body":"Yes: #![allow(unused)] fn main() {\\n#[rstest]\\n#[case::local(LocalDeployer::new())]\\n#[case::compose(ComposeRunner::new())]\\nasync fn test_consensus(#[case] deployer: impl Deployer) { let plan = build_plan(); let runner = deployer.deploy(&plan).await?; assert!(runner.run().await?.is_success());\\n} } This runs the same test with multiple runners automatically.","breadcrumbs":"Part IV — Appendix » FAQ » Can I parameterize tests by runner?","id":"280","title":"Can I parameterize tests by runner?"},"281":{"body":"The framework is designed for CI: Tests are standard cargo test invocations Set environment variables for CI-specific config Collect logs as artifacts on failure Use ComposeRunner or K8sRunner for isolation See Running Scenarios for CI examples.","breadcrumbs":"Part IV — Appendix » FAQ » How do I integrate with CI/CD?","id":"281","title":"How do I integrate with CI/CD?"},"282":{"body":"","breadcrumbs":"Part IV — Appendix » FAQ » Getting Help","id":"282","title":"Getting Help"},"283":{"body":"Read the Troubleshooting chapter Search existing GitHub issues Ask in project chat/forum File a detailed bug report with logs","breadcrumbs":"Part IV — Appendix » FAQ » Where can I get help?","id":"283","title":"Where can I get help?"},"284":{"body":"Include: Full test code (ideally minimal reproduction) Environment details (OS, Rust version, runner type) Complete logs with RUST_LOG=debug What you expected vs. what happened The more detail, the easier it is to help!","breadcrumbs":"Part IV — Appendix » FAQ » How do I report a bug?","id":"284","title":"How do I report a bug?"},"285":{"body":"This glossary defines key terms used throughout the book. Terms are listed\\nalphabetically for easy reference.","breadcrumbs":"Part IV — Appendix » Glossary » Glossary","id":"285","title":"Glossary"},"286":{"body":"Block Feed A stream of block observations tracked during scenario execution. Used by\\nexpectations to verify block progression and liveness. The block feed captures\\nblock height over time, allowing expectations to detect stalls or measure block\\nproduction rates. Chaos Workload A workload that introduces controlled disruptions (node restarts, network\\npartitions, resource constraints) to test system resilience and recovery logic. Consensus Liveness The property that blocks continue to be produced at expected rates. Consensus\\nliveness expectations verify that the system makes progress throughout a test\\nrun. Deployer The interface responsible for turning a scenario plan into running\\ninfrastructure. Different deployers exist for local processes, Docker containers,\\nand Kubernetes pods. Executor A Nomos node running with the DA dispersal service enabled. Executors do\\neverything validators do (consensus, block production, DA verification) plus\\nthey can disperse blobs to the DA network. In tests, executors are needed when\\nyou want to submit transactions or DA data. Expectation A post-run assertion that evaluates whether the system met success criteria.\\nExpectations run after workloads finish and can aggregate signals over the\\nentire test duration. Examples: consensus liveness, transaction inclusion, DA\\navailability. Node Control The ability for a runner to control node lifecycle (start, stop, restart).\\nRequired for chaos workloads. Not all runners support all control operations. Protocol Time Time measured in protocol events (blocks, epochs) rather than wall-clock\\nduration. Expectations judge success based on protocol time to make tests\\nrobust across different hardware speeds. Readiness Check A verification that nodes are fully operational before workloads begin.\\nReadiness checks confirm that HTTP APIs respond, consensus is initialized, and\\npeers are connected. This prevents false test failures from startup timing races. Runner The execution environment that orchestrates a scenario. After deployment,\\nthe runner starts workloads, observes block progression, evaluates expectations,\\nand cleans up resources. Run Context Shared state provided to workloads and expectations during scenario execution.\\nContains node API clients, block feeds, metrics, and topology information. Scenario A complete test plan combining topology, workloads, expectations, and run\\nduration. Scenarios are immutable after building, ensuring reproducible behavior. Slot Duration The target time between blocks in the consensus protocol. Used to calculate\\nexpected block counts and validate liveness. Topology A declarative description of the test cluster: how many validators, how many\\nexecutors, network layout, DA parameters, and timing configuration. Topologies\\nare generated into concrete node configurations during deployment. Validator A Nomos node running the core consensus services: Cryptarchia consensus, block\\nproduction, and DA verification/sampling. Validators and executors are the same\\nnode binary running in different configurations—executors just enable one\\nadditional service (DA dispersal). Workload An async task that generates traffic or conditions during a scenario run.\\nWorkloads drive system behavior to exercise features under test. Examples:\\ntransaction submission, DA blob dispersal, node restarts.","breadcrumbs":"Part IV — Appendix » Glossary » Core Concepts","id":"286","title":"Core Concepts"},"287":{"body":"Cryptarchia The consensus protocol used by Nomos. Based on proof-of-stake with\\nleader election. DA (Data Availability) Subsystem ensuring that data referenced in blocks (blobs, channels) is\\npublished and retrievable. Validators verify and sample DA data; executors\\ndisperse it. DA Dispersal The process of publishing data blobs to the DA network. Only executors can\\ndisperse data. DA Sampling The process of verifying that dispersed data is available. Validators\\nperiodically sample DA data to ensure availability. DA Subnetwork Size Configuration parameter controlling how many nodes participate in each DA\\nsubnetwork. Affects availability guarantees and bandwidth requirements. Dispersal Factor Replication factor for DA data. Higher values increase availability at the\\ncost of bandwidth and storage.","breadcrumbs":"Part IV — Appendix » Glossary » Nomos Specifics","id":"287","title":"Nomos Specifics"},"288":{"body":"Builder Pattern Fluent API pattern used for constructing scenarios. Allows method chaining\\nfor readable test definitions. Bundled Expectations Expectations automatically included by workloads when they have obvious\\nsuccess criteria. For example, transaction workloads bundle an inclusion\\nexpectation. Cleanup Guard Mechanism ensuring resources are cleaned up even when tests fail or panic.\\nPrevents leaked processes, containers, or cluster resources. LocalDeployer Runner that spawns node processes directly on the host machine. Fastest\\niteration but no isolation between tests. ComposeRunner Runner that deploys nodes as Docker containers using Docker Compose. Provides\\nisolation and reproducibility. K8sRunner Runner that deploys nodes to a Kubernetes cluster. Highest production\\nfidelity but slower and more resource-intensive. Node Control Handle Interface for controlling node lifecycle (restart, stop, etc.). Provided by\\nrunners that support node control. Run Result Data structure containing test outcomes: which expectations passed, which\\nfailed, final metrics, and test duration. Scenario Builder Fluent API for constructing scenario plans. Validates prerequisites and\\nensures scenarios are well-formed before deployment. Topology Builder Fluent API for constructing topology configurations. Generates node configs,\\nnetwork settings, and genesis state from high-level declarations.","breadcrumbs":"Part IV — Appendix » Glossary » Framework Architecture","id":"288","title":"Framework Architecture"},"289":{"body":"DA: Data Availability CI: Continuous Integration API: Application Programming Interface K8s: Kubernetes TX: Transaction WL: Workload","breadcrumbs":"Part IV — Appendix » Glossary » Common Abbreviations","id":"289","title":"Common Abbreviations"},"29":{"body":"Before anything runs, you build a scenario plan. This happens in your test code: #![allow(unused)] fn main() {\\nlet plan = ScenarioBuilder::with_node_counts(2, 1) .transactions().rate(5).apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(60)) .build(); } The build() call is doing more than constructing a struct. It: Generates the topology with node configs, network settings, and DA\\nparameters Validates prerequisites (does the transaction workload have wallets?) Checks the run window (is 60 seconds enough for workloads to complete?) Ensures control compatibility (if workloads restart nodes, does the\\nscenario request node control capability?) If validation fails, build() returns an error immediately. This is much\\nbetter than failing halfway through deployment when nodes are already running. Once built, the plan is immutable. You can’t add workloads or change the\\ntopology after this point. This immutability is crucial—it means the same plan\\nproduces the same behavior regardless of when or where you run it.","breadcrumbs":"Part I — Foundations » Scenario Lifecycle (Conceptual) » Stage 1: Build the Plan","id":"29","title":"Stage 1: Build the Plan"},"3":{"body":"The DA subsystem ensures that data referenced in blocks (like transaction blobs\\nor channel data) is actually published and retrievable. This is crucial because\\nblocks can reference data without embedding it entirely. Validators verify and sample this data to make sure it’s available. Executors\\ntake it a step further by dispersing blobs to the DA network. Workloads in your\\ntests will generate this DA traffic, and expectations will verify it’s working.","breadcrumbs":"Project Context Primer » Data Availability (DA)","id":"3","title":"Data Availability (DA)"},"30":{"body":"You hand your plan to a runner: #![allow(unused)] fn main() {\\nlet runner = LocalDeployer::new().deploy(&plan).await?; } The runner’s job is to turn your abstract plan into running infrastructure. The\\nexact steps depend on which runner you chose: LocalDeployer: Spawns node processes on your machine Creates temporary directories for each node’s data Passes node configs via command-line arguments Tracks process handles for cleanup ComposeRunner: Generates a docker-compose.yml from your topology Starts cfgsync to distribute configs to containers Launches node containers with proper networking Waits for container health checks to pass K8sRunner: Creates ConfigMaps for node configs Deploys StatefulSets for validators and executors Sets up Services for node discovery Waits for pod Ready status Despite these different implementations, the interface is the same. Your\\nscenario code doesn’t know or care which backend is running—it just waits for\\nthe runner to signal “nodes are deployed.”","breadcrumbs":"Part I — Foundations » Scenario Lifecycle (Conceptual) » Stage 2: Deploy","id":"30","title":"Stage 2: Deploy"},"31":{"body":"Deployment finishing doesn’t mean nodes are usable. They might still be\\nbootstrapping, connecting to peers, or syncing state. Workloads can’t start\\nuntil nodes are actually ready to handle requests. The runner enforces a readiness protocol. It polls each node’s API until: The node responds (HTTP server is up) Consensus is initialized (the node has Genesis and is tracking blocks) Peers are connected (the node sees its expected neighbors) Different runners implement this differently—local processes check localhost\\nURLs, Compose checks container ports, Kubernetes checks Service endpoints—but\\nthe concept is the same: don’t proceed until nodes are provably healthy. This readiness stage is why your tests don’t have to include brittle sleeps or\\nretry logic. The framework guarantees that when workloads start, nodes are\\nactually ready.","breadcrumbs":"Part I — Foundations » Scenario Lifecycle (Conceptual) » Stage 3: Readiness","id":"31","title":"Stage 3: Readiness"},"32":{"body":"Once readiness passes, the runtime starts all workloads concurrently. Each\\nworkload is an async task that does something to the cluster: The transaction workload submits transactions at the configured rate The DA workload disperses blobs and channels The chaos workload restarts nodes at random intervals Workloads run for the scenario’s configured duration. If you set run_duration\\nto 60 seconds, all workloads will run for 60 seconds (unless one errors early). Workloads don’t manage their own lifecycle. They implement an execute()\\nmethod that runs until cancelled, and the runtime handles starting, timing, and\\nstopping. This keeps workload code simple—no manual timers or cleanup logic. Some workloads, like chaos restarts, trigger control operations. When this\\nhappens, the runtime tracks downtime and adjusts expectations accordingly. We’ll\\ncover this in detail in the Chaos chapter.","breadcrumbs":"Part I — Foundations » Scenario Lifecycle (Conceptual) » Stage 4: Drive Workloads","id":"32","title":"Stage 4: Drive Workloads"},"33":{"body":"While workloads run (and after they finish), the runtime collects signals about\\nsystem health. The most important signal is block progression. The framework tracks block height over time. This serves two purposes: It grounds timing in protocol time. Instead of “did 60 wall-clock\\nseconds pass?”, expectations check “did we see the expected number of\\nblocks?” It detects liveness failures. If blocks stop progressing during the run,\\nthe framework knows something went wrong even before evaluating expectations. Other signals include metrics from node APIs (peer counts, transaction pool\\nsizes) and workload-specific data (how many transactions were submitted, how\\nmany DA blobs were dispersed). These signals get stored in the RunContext which all expectations can access.","breadcrumbs":"Part I — Foundations » Scenario Lifecycle (Conceptual) » Stage 5: Observe","id":"33","title":"Stage 5: Observe"},"34":{"body":"After workloads finish, the runtime evaluates expectations. Each expectation\\ngets the full RunContext—block progression data, metrics, baselines captured\\nbefore workloads started—and returns pass or fail. For example, the consensus liveness expectation checks: Did we see at least expected_blocks during the run? Were there any unexpected stalls (periods of no block progression)? The transaction inclusion expectation checks: How many transactions were submitted by the workload? How many of those appeared in blocks? Is the inclusion rate above the threshold? If any expectation fails, the test fails and you get a detailed report. If all\\npass, the test succeeds. Expectations can’t modify system state—they’re pure observers. This is\\nintentional. If an expectation could generate traffic or restart nodes, you\\nwouldn’t know whether test failures came from workloads or expectations. The\\nseparation keeps failure signals clear.","breadcrumbs":"Part I — Foundations » Scenario Lifecycle (Conceptual) » Stage 6: Evaluate Expectations","id":"34","title":"Stage 6: Evaluate Expectations"},"35":{"body":"Finally, the runner tears down all resources: LocalDeployer kills node processes and optionally deletes temp directories ComposeRunner stops and removes containers, networks, and volumes K8sRunner deletes StatefulSets, ConfigMaps, and Services Cleanup happens even if the test failed or workloads errored. This is crucial\\nfor CI environments where leaked resources from one test can break subsequent\\ntests. If cleanup itself fails (e.g., a process won’t die), the framework logs\\nwarnings but doesn’t mask the original test result. You’ll see both the test\\nfailure and the cleanup warning.","breadcrumbs":"Part I — Foundations » Scenario Lifecycle (Conceptual) » Stage 7: Cleanup","id":"35","title":"Stage 7: Cleanup"},"36":{"body":"The lifecycle order isn’t arbitrary: Readiness before workloads prevents tests from failing due to startup\\ntiming races Observations during workloads capture real-time system behavior without\\ninterfering Expectations after workloads ensure judgments reflect complete runs, not\\nsnapshots Cleanup always runs so successive tests start from a known state Breaking this order would introduce subtle bugs. If workloads started before\\nreadiness, they’d fail unpredictably. If expectations ran during workloads,\\nthey’d see incomplete data. If cleanup was optional, tests would leak resources.","breadcrumbs":"Part I — Foundations » Scenario Lifecycle (Conceptual) » Why This Order Matters","id":"36","title":"Why This Order Matters"},"37":{"body":"Let’s look at a real scenario and trace its lifecycle: #![allow(unused)] fn main() {\\nlet plan = ScenarioBuilder::with_node_counts(3, 1) .transactions().rate(10).apply() .chaos().restart().apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(120)) .build(); // Stage 1: Build and validate let runner = ComposeRunner::new() .deploy(&plan).await?; // Stage 2: Deploy containers // Stage 3: Readiness checks happen automatically inside deploy() let result = runner.run().await?; // Stage 4: Transaction workload submits txs, chaos workload restarts nodes\\n// Stage 5: Block feed tracks block progression throughout\\n// Stage 6: Consensus liveness expectation evaluates block data\\n// Stage 7: Cleanup tears down containers assert!(result.is_success()); } From the outside, most of this is invisible—you just call deploy() and run(). But understanding what happens inside these calls will help you debug\\nwhen things go wrong.","breadcrumbs":"Part I — Foundations » Scenario Lifecycle (Conceptual) » Lifecycle in Practice","id":"37","title":"Lifecycle in Practice"},"38":{"body":"You now understand the full lifecycle from plan to cleanup. The next chapter,\\nDesign Rationale, explains why the framework makes specific technical\\nchoices—like why expectations are post-run rather than inline, or why readiness\\nis mandatory rather than optional. If you want to start writing tests instead, skip to Part II: User Guide and the\\nAuthoring Scenarios chapter.","breadcrumbs":"Part I — Foundations » Scenario Lifecycle (Conceptual) » What’s Next","id":"38","title":"What’s Next"},"39":{"body":"Every framework makes tradeoffs. This chapter explains the key design decisions\\nin the Nomos Testing Framework and why we made them. If you’ve wondered “why\\ndoes this work this way?”, the answers are here.","breadcrumbs":"Part I — Foundations » Design Rationale » Design Rationale","id":"39","title":"Design Rationale"},"4":{"body":"These three components don’t work in isolation. Validators need to coordinate\\non consensus decisions, executors need to successfully disperse and retrieve DA\\nblobs, and all nodes need to maintain network connections and timing\\nsynchronization. This tight coupling is exactly why we need multi-node integration tests. A unit\\ntest can verify that a single validator processes a block correctly, but it\\ncan’t tell you whether three validators will reach consensus over a real\\nnetwork, or whether an executor’s dispersed blob will actually be sampled by\\nvalidators in time. The rest of this book shows you how to test these interactions systematically.","breadcrumbs":"Project Context Primer » Why This Matters for Testing","id":"4","title":"Why This Matters for Testing"},"40":{"body":"The framework is split into multiple crates: testing-framework/core - core types and traits testing-framework/workflows - reusable workloads and expectations testing-framework/runners/* - deployment backends testing-framework/configs - configuration helpers Why not put everything in one crate? Because tight coupling kills extensibility. When configuration logic is mixed with orchestration code, adding a new node\\ntype means touching deployment code. When workloads know about specific\\nrunners, switching backends means rewriting workloads. When expectations depend\\non workload internals, changing traffic generation breaks assertions. The modular structure enforces isolation. The core crate defines traits\\n( Workload, Expectation, Deployer) but has zero knowledge of specific\\nimplementations. Workflows can add new workloads without touching core or\\nrunners. Runners can add new backends without touching core or workflows. This means you can: Add a custom workload in your test repo without forking the framework Swap runners without rewriting scenarios Upgrade core without breaking custom runners The tradeoff is more imports and some boilerplate. But the cost is worth it—the\\nframework has stayed stable even as we’ve added Kubernetes support, new\\nworkloads, and additional expectations.","breadcrumbs":"Part I — Foundations » Design Rationale » Modular Crates: Loose Coupling, Clear Boundaries","id":"40","title":"Modular Crates: Loose Coupling, Clear Boundaries"},"41":{"body":"One of the framework’s core promises is portability: the same scenario runs\\nidentically on local processes, Docker containers, or Kubernetes pods. This\\nisn’t magic—it’s the result of careful abstraction. Every runner implements the Deployer trait: #![allow(unused)] fn main() {\\n#[async_trait]\\npub trait Deployer { async fn deploy(&self, topology: &GeneratedTopology) -> Result>;\\n} } The trait doesn’t specify how to deploy—only the contract: given a topology,\\nprovide a Runner that can execute scenarios. This lets implementations vary\\nwildly while the scenario code stays the same. Why is this worth the abstraction cost? Different environments have different constraints. On your laptop, you want\\nfast iteration—no Docker overhead, no Kubernetes complexity. In CI, you want\\nisolation—containerized tests that can’t interfere with each other. In staging,\\nyou want realism—Kubernetes deployments that mirror production. If scenarios were tied to specific deployment methods, you’d maintain three\\nversions of every test. With pluggable runners, you maintain one scenario and\\nchoose the runner at runtime: #![allow(unused)] fn main() {\\n// Development: fast, no isolation\\nlet runner = LocalDeployer::new().deploy(&plan).await?; // CI: isolated, reproducible\\nlet runner = ComposeRunner::new().deploy(&plan).await?; // Staging: production-like\\nlet runner = K8sRunner::new().deploy(&plan).await?; } The tradeoff is that scenarios can’t depend on runner-specific features. You\\ncan’t assume nodes are local processes or that you can shell into containers.\\nBut this constraint is exactly what makes portability work—if scenarios could\\ndepend on local process details, they wouldn’t run on Kubernetes.","breadcrumbs":"Part I — Foundations » Design Rationale » Pluggable Runners: Write Once, Run Anywhere","id":"41","title":"Pluggable Runners: Write Once, Run Anywhere"},"42":{"body":"Many testing frameworks mix traffic generation and assertions: #![allow(unused)] fn main() {\\n// Anti-pattern: mixed concerns\\nsubmit_transaction(&client, tx).await?;\\nassert!(block_includes(&client, tx.hash()).await?); } This is convenient but brittle. If you want to test transaction inclusion under\\ndifferent traffic patterns (steady rate, bursts, chaos), you have to duplicate\\nthe assertion logic. If you want to change success criteria (maybe 95%\\ninclusion is acceptable under chaos), you have to hunt through test code. The framework inverts this: workloads generate traffic, expectations judge\\noutcomes. #![allow(unused)] fn main() {\\n// Clear separation\\nlet plan = ScenarioBuilder::with_node_counts(2, 1) .transactions().rate(10).apply() // Workload: what to do .expect_transaction_inclusion() // Expectation: what success means .build(); } Why is this better? It clarifies intent. When reviewing tests, you can see at a glance what\\ntraffic is generated and what must be true for success. No digging through\\nimperative code to find assertions. It enables reuse. The same transaction workload can pair with different\\nexpectations (strict inclusion, best-effort inclusion, latency requirements).\\nThe same expectation can pair with different workloads (transactions, DA blobs,\\nmixed traffic). It simplifies debugging. If a test fails, you know exactly which\\nexpectation failed and can look at its evaluation logic independently from\\nworkload code. The tradeoff is indirection. You can’t inline quick checks while generating\\ntraffic. But this constraint is valuable—it forces you to think about what\\nyou’re testing rather than what’s convenient to check right now.","breadcrumbs":"Part I — Foundations » Design Rationale » Separated Workloads and Expectations: What vs. How","id":"42","title":"Separated Workloads and Expectations: What vs. How"},"43":{"body":"Topologies are declarative descriptions, not imperative scripts: #![allow(unused)] fn main() {\\n// Declarative: what you want\\nTopologyBuilder::with_node_counts(3, 2) .with_network_layout(NetworkLayout::Mesh) } Compare this to imperative deployment: #![allow(unused)] fn main() {\\n// Imperative: how to get it (anti-pattern)\\nlet mut nodes = Vec::new();\\nfor i in 0..3 { nodes.push(spawn_validator(i, &config).await?);\\n}\\nfor i in 0..2 { nodes.push(spawn_executor(i, &config).await?);\\n}\\nconnect_all_peers(&mut nodes).await?; } The declarative approach has several advantages: Reproducibility. The same topology declaration produces the same cluster\\nshape every time, regardless of runner. With imperative code, subtle timing\\ndifferences or environment variations can produce different topologies. Readability. You see the intent (3 validators, 2 executors, mesh network)\\nwithout implementation details (spawn processes, configure peers, wait for\\nconnectivity). Portability. The same topology works with any runner. With imperative code,\\nyou’d need runner-specific logic. Validation. The framework can validate topologies before deployment. With\\nimperative code, you only discover problems at runtime. The tradeoff is less flexibility. If you need extremely custom node\\nconfigurations, the declarative API might not support them yet. But in\\npractice, this rarely matters—most tests need standard topologies with minor\\nvariations, which the builder API handles well.","breadcrumbs":"Part I — Foundations » Design Rationale » Declarative Topology: Explicit Intent, Reproducible Clusters","id":"43","title":"Declarative Topology: Explicit Intent, Reproducible Clusters"},"44":{"body":"Once you call build() on a scenario, it’s immutable. You can’t add workloads,\\nchange the topology, or adjust the run duration. Why this restriction? Immutability makes scenarios reproducible. If you could modify a scenario\\nafter building it, different test runs might execute different scenarios even\\nthough they started from the same code. Immutability guarantees that passing a\\nscenario to different runners produces identical behavior. Immutability enables validation. The framework can validate the complete\\nscenario at build time. If scenarios were mutable, validation would need to run\\ncontinuously, and you’d discover errors mid-deployment instead of upfront. Immutability simplifies reasoning. When debugging a test failure, you know\\nthe scenario hasn’t changed partway through execution. The plan is the plan. The tradeoff is that you can’t build scenarios dynamically based on runtime\\nconditions. But this is rarely needed—most tests know their requirements\\nupfront. If you do need runtime decisions, you can build multiple scenarios and\\nchoose which to run.","breadcrumbs":"Part I — Foundations » Design Rationale » Immutable Plans: Predictability Over Flexibility","id":"44","title":"Immutable Plans: Predictability Over Flexibility"},"45":{"body":"The framework grounds timing in protocol events (blocks) rather than wall-clock\\nduration. Expectations check “did we see N blocks?” instead of “did 60 seconds\\npass?”. Why? Because wall-clock time is unreliable in distributed systems testing. A local laptop might produce blocks every 2 seconds. A loaded CI machine might\\ntake 5 seconds per block. If your assertion checks “did we see at least 30\\nblocks in 60 seconds?”, it passes locally (30 blocks * 2 sec = 60 sec) but\\nfails in CI (only 12 blocks in 60 sec). Protocol time fixes this. Instead of fixed durations, you specify block counts\\nor block-relative timing: #![allow(unused)] fn main() {\\n// Robust: works regardless of machine speed\\n.expect_consensus_liveness() // Checks blocks progress, not wall time\\n.with_run_duration(Duration::from_secs(60)) // But still has max wall time } The framework maps wall time to expected blocks using the topology’s slot\\nduration, but expectations validate protocol progress. This makes tests robust\\nacross environments while still enforcing reasonable wall-time limits (so tests\\ndon’t run forever if blocks stop).","breadcrumbs":"Part I — Foundations » Design Rationale » Protocol Time Over Wall Time: Robust Assertions","id":"45","title":"Protocol Time Over Wall Time: Robust Assertions"},"46":{"body":"The framework enforces readiness checks before starting workloads. Nodes must\\nrespond to APIs, consensus must be initialized, and peers must be connected\\nbefore workloads begin. Why not just start workloads and let them retry? Readiness checks fail fast. If a node won’t start, you know immediately.\\nWithout readiness, workloads would fail with confusing errors (“connection\\nrefused”, “timeout”) that don’t indicate whether the problem is deployment,\\nnetworking, or actual bugs. Readiness checks are explicit. You can see in logs exactly when each node\\nbecame ready. This helps debug timing-sensitive scenarios. Readiness checks are uniform. Every runner enforces the same protocol. This\\nmakes scenarios truly portable—you’re guaranteed that workloads start under the\\nsame conditions regardless of backend. The tradeoff is longer startup time. Waiting for readiness adds a few seconds\\nto every test. But the cost is worth it—robust tests that fail clearly are far\\nmore valuable than fast tests that fail mysteriously.","breadcrumbs":"Part I — Foundations » Design Rationale » Mandatory Readiness: Fail Fast, Fail Clear","id":"46","title":"Mandatory Readiness: Fail Fast, Fail Clear"},"47":{"body":"These decisions all serve the framework’s core goals: Portability - Write once, run anywhere (local, Docker, Kubernetes) Composability - Mix and match topologies, workloads, expectations Debuggability - Clear failures that point to actual bugs, not test\\ninfrastructure Maintainability - Extend the framework without breaking existing tests Some of these goals create tension. Portability requires abstractions that add\\nindirection. Immutability prevents dynamic scenarios. Mandatory readiness slows\\nstartup. We’ve chosen to prioritize robustness and clarity over convenience and speed.\\nThis makes the framework feel slightly more rigid than ad-hoc test scripts, but\\nit’s the reason scenarios stay stable as the codebase grows.","breadcrumbs":"Part I — Foundations » Design Rationale » Design Goals Revisited","id":"47","title":"Design Goals Revisited"},"48":{"body":"Part I has given you the foundation—you understand the architecture, the\\nlifecycle, the design philosophy, and the rationale behind key decisions. Part\\nII will put this knowledge into practice, showing you how to author scenarios,\\nrun tests, and use the full capabilities of the framework. If you’re ready to write your first scenario, continue to the next chapter:\\nAuthoring Scenarios.","breadcrumbs":"Part I — Foundations » Design Rationale » What’s Next","id":"48","title":"What’s Next"},"49":{"body":"Practical guidance for shaping scenarios, combining workloads and expectations,\\nand running them across different environments.","breadcrumbs":"Part II — User Guide » Part II — User Guide","id":"49","title":"Part II — User Guide"},"5":{"body":"This book establishes a mental model for Nomos multi-node testing. It covers authoring scenarios with realistic workloads and running them across local, containerized, and cluster environments without modification.","breadcrumbs":"What You Will Learn » What You Will Learn","id":"5","title":"What You Will Learn"},"50":{"body":"The workspace focuses on multi-node integration testing and sits alongside a nomos-node checkout. Its crates separate concerns to keep scenarios\\nrepeatable and portable: Configs: prepares high-level node, network, tracing, and wallet settings\\nused across test environments. Core scenario orchestration: the engine that holds topology descriptions,\\nscenario plans, runtimes, workloads, and expectations. Workflows: ready-made workloads (transactions, data-availability, chaos)\\nand reusable expectations assembled into a user-facing DSL. Runners: deployment backends for local processes, Docker Compose, and\\nKubernetes, all consuming the same scenario plan. Test workflows: example scenarios and integration checks that show how\\nthe pieces fit together. This split keeps configuration, orchestration, reusable traffic patterns, and\\ndeployment adapters loosely coupled while sharing one mental model for tests.","breadcrumbs":"Part II — User Guide » Workspace Layout » Workspace Layout","id":"50","title":"Workspace Layout"},"51":{"body":"High-level view of the workspace and how pieces relate: nomos-testing/\\n├─ testing-framework/\\n│ ├─ configs/ # shared configuration helpers\\n│ ├─ core/ # scenario model, runtime, topology\\n│ ├─ workflows/ # workloads, expectations, DSL extensions\\n│ └─ runners/ # local, compose, k8s deployment backends\\n├─ tests/ # integration scenarios using the framework\\n└─ scripts/ # supporting setup utilities (e.g., assets) Each area maps to a responsibility: describe configs, orchestrate scenarios,\\npackage common traffic and assertions, adapt to environments, and demonstrate\\nend-to-end usage.","breadcrumbs":"Part II — User Guide » Annotated Tree » Annotated Tree","id":"51","title":"Annotated Tree"},"52":{"body":"Now that you understand the concepts, let’s write some scenarios. This chapter\\nwill walk you through building your first test, from a simple consensus check\\nto more complex multi-workload scenarios. We’ll start simple and add complexity gradually so you can see how pieces fit\\ntogether.","breadcrumbs":"Part II — User Guide » Authoring Scenarios » Authoring Scenarios","id":"52","title":"Authoring Scenarios"},"53":{"body":"Let’s start with the simplest meaningful test: verifying that a cluster can\\nreach consensus and produce blocks. Here’s the complete scenario: #![allow(unused)] fn main() {\\nuse nomos_testing_core::scenario::{Deployer, ScenarioBuilder};\\nuse nomos_testing_runner_local::LocalDeployer;\\nuse nomos_testing_workflows::ScenarioBuilderExt;\\nuse std::time::Duration; #[tokio::test]\\nasync fn test_consensus_liveness() -> Result<(), Box> { let mut plan = ScenarioBuilder::with_node_counts(3, 0) // 3 validators, 0 executors .expect_consensus_liveness() // Check blocks progress .with_run_duration(Duration::from_secs(30)) // Run for 30 seconds .build(); let deployer = LocalDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } Let’s break down what each line does: ScenarioBuilder::with_node_counts(3, 0) creates a scenario with 3\\nvalidators and 0 executors. Why 3 validators? Because consensus needs multiple\\nnodes to be meaningful. A single node will always agree with itself—not\\ninteresting. Three nodes means there’s actual coordination happening. Why 0 executors? Because this test is purely about consensus. Executors would\\nwork too, but they’re more complex (they run DA dispersal logic) and we don’t\\nneed that complexity yet. .expect_consensus_liveness() adds an expectation that checks block\\nprogression. After the scenario runs, this expectation will verify that blocks\\nwere produced at a reasonable rate and that there were no unexpected stalls. .with_run_duration(Duration::from_secs(30)) sets how long workloads run.\\nIn this case, we don’t have explicit workloads, but the runtime still needs a\\nduration to know when to evaluate expectations. 30 seconds is enough to see\\nseveral epochs of blocks without waiting too long. .build() constructs the immutable scenario plan. This is where validation\\nhappens—if you misconfigured something (like setting duration too short), you’ll\\nget a panic here, not during deployment. LocalDeployer::default() creates the local deployer that will spawn node\\nprocesses on your machine. deployer.deploy(&plan).await? takes your plan and turns it into running\\nvalidator processes. The deploy step waits for nodes to be ready before returning\\na Runner. runner.run(&mut plan).await? executes the scenario: starts workloads (none\\nin this case), observes block progression, evaluates expectations, and cleans up.\\nReturns a RunHandle on success, or a ScenarioError if expectations failed. Run this test with cargo test test_consensus_liveness and you’ll see: Validator processes starting up Nodes connecting to each other Blocks being produced Expectations evaluating Cleanup happening Congratulations! You’ve written your first integration test.","breadcrumbs":"Part II — User Guide » Authoring Scenarios » Your First Scenario: Consensus Liveness","id":"53","title":"Your First Scenario: Consensus Liveness"},"54":{"body":"Consensus liveness is good, but most tests need to exercise system features\\nactively. Let’s add transaction traffic: #![allow(unused)] fn main() {\\n#[tokio::test]\\nasync fn test_transaction_inclusion() -> Result<(), Box> { let mut plan = ScenarioBuilder::with_node_counts(2, 1) // Need executor for txs .wallets(10) // Seed 10 wallet accounts .transactions() .rate(5) // 5 txs per block .users(5) // Use 5 of the wallets .apply() .expect_consensus_liveness() // Still check liveness .with_run_duration(Duration::from_secs(60)) .build(); let deployer = LocalDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } Notice the changes: with_node_counts(2, 1) now includes an executor. Transactions need to be\\nsubmitted somewhere, and executors handle transaction submission (validators\\nonly validate). .wallets(10) seeds 10 wallet accounts that workloads can use. This must\\ncome before the transaction workload. .transactions().rate(5).users(5).apply() adds a transaction workload that\\nsubmits 5 transactions per block, rotating through 5 wallet users. The .apply()\\ncall finalizes the workload and adds it to the scenario. Why the nested builder pattern? Because workloads have their own configuration.\\nThe transaction workload lets you tune rate and users. We’re setting both explicitly. The transaction workload includes a default expectation. You didn’t see .expect_transaction_inclusion() because the transactions workload adds it\\nautomatically. It makes sense—if you’re submitting transactions, you probably\\nwant to verify they get included.","breadcrumbs":"Part II — User Guide » Authoring Scenarios » Adding Traffic: Transaction Workload","id":"54","title":"Adding Traffic: Transaction Workload"},"55":{"body":"So far we’ve used simple node counts and accepted defaults. Let’s see how to\\ncustomize topology: #![allow(unused)] fn main() {\\nlet mut plan = ScenarioBuilder::with_node_counts(5, 2) .topology() .network_mesh() // All nodes connected .validators(5) .executors(2) .apply() .wallets(20) .transactions() .rate(10) .users(10) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(60)) .build(); } .network_mesh() means every node connects to every other node. The\\ndefault is .network_star(), where nodes connect through a central hub. Mesh\\nis more realistic for small clusters and exercises peer-to-peer networking more\\nthoroughly. The topology builder has other configuration methods for network layout and DA\\nparameters, but for most tests the defaults work fine.","breadcrumbs":"Part II — User Guide » Authoring Scenarios » Configuring Topology","id":"55","title":"Configuring Topology"},"56":{"body":"Real systems have multiple concurrent activities. Let’s test consensus under\\nboth transaction load and DA traffic: #![allow(unused)] fn main() {\\nlet mut plan = ScenarioBuilder::with_node_counts(3, 2) .wallets(20) .transactions() .rate(10) .users(10) .apply() .da() .channel_rate(2) // DA channels per block .blob_rate(1) // Blobs per channel .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(120)) .build(); } Both workloads run concurrently during the 120-second window. This tests\\nwhether the system can handle multiple traffic types simultaneously—a more\\nrealistic scenario than isolated workload tests.","breadcrumbs":"Part II — User Guide » Authoring Scenarios » Combining Multiple Workloads","id":"56","title":"Combining Multiple Workloads"},"57":{"body":"What happens if nodes restart during operation? Let’s find out: #![allow(unused)] fn main() {\\nlet mut plan = ScenarioBuilder::with_node_counts(4, 1) .enable_node_control() // Required for chaos .wallets(10) .transactions() .rate(5) .users(5) .apply() .chaos() .restart() // Random node restarts .min_delay(Duration::from_secs(10)) // Min time between restarts .max_delay(Duration::from_secs(20)) // Max time between restarts .target_cooldown(Duration::from_secs(30)) // Cooldown per node .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(90)) .build(); } .enable_node_control() is required before using chaos workloads. It changes\\nthe scenario’s capability type to support node lifecycle operations. The chaos workload restarts random nodes with delays between 10-20 seconds,\\nand won’t restart the same node within 30 seconds (target_cooldown). This tests\\nwhether consensus can tolerate node churn and whether transaction submission\\nrecovers gracefully. Consensus liveness expectations account for controlled restarts—they know nodes\\nwere down intentionally and won’t fail the test unless liveness breaks unexpectedly.","breadcrumbs":"Part II — User Guide » Authoring Scenarios » Testing Resilience: Chaos Workloads","id":"57","title":"Testing Resilience: Chaos Workloads"},"58":{"body":"How long should scenarios run? Here’s a rule of thumb: For basic liveness: 30-60 seconds. Enough to see several epochs of blocks\\nand detect obvious failures. For workload-driven tests: 60-120 seconds. Enough for workloads to generate\\nmeaningful traffic and for expectations to have data to evaluate. For chaos/resilience: 90-180 seconds. Enough for multiple chaos events to\\nhappen and for the system to recover between them. For long-running stability: 300+ seconds. Useful for stress testing and\\nfinding subtle timing bugs, but too slow for typical CI runs. You can also think in terms of expected blocks. With a 2-second slot duration,\\n60 seconds means ~30 blocks. That’s enough to validate consensus but not so\\nmany that log volume becomes unwieldy.","breadcrumbs":"Part II — User Guide » Authoring Scenarios » Choosing Run Duration","id":"58","title":"Choosing Run Duration"},"59":{"body":"We’ve been using LocalDeployer for all examples. When should you use others? Use LocalDeployer when: You’re developing a new test and want fast iteration You’re debugging a failure and want easy access to logs You’re on a laptop with limited resources Use ComposeRunner when: You want isolation between test runs You’re in CI and need reproducible environments You want to test network partitions or container-specific behaviors Use K8sRunner when: You need production-like deployment You’re testing Kubernetes-specific integration You’re running large-scale scenarios that don’t fit on one machine The beauty of the framework is that you change one line—the runner\\ninstantiation—and everything else stays the same.","breadcrumbs":"Part II — User Guide » Authoring Scenarios » Choosing a Runner","id":"59","title":"Choosing a Runner"},"6":{"body":"Conceptual chapters that establish the mental model for the framework and how\\nit approaches multi-node testing.","breadcrumbs":"Part I — Foundations » Part I — Foundations","id":"6","title":"Part I — Foundations"},"60":{"body":"As you write more scenarios, keep these practices in mind: Start simple. Don’t add chaos workloads to your first test. Get basic\\nliveness working, then add complexity. One concept per test. Test transaction inclusion separately from DA blob\\ndispersal. Tests that try to verify too many things simultaneously are hard to\\ndebug when they fail. Meaningful names. Call your test test_consensus_survives_single_node_restart,\\nnot test_scenario_5. Future you (and your teammates) will thank you. Document assumptions. If a test needs specific timing or topology, comment\\nwhy. “We use 4 validators here because 3 would give false positives under this\\nchaos pattern.” Keep durations reasonable. Long tests are thorough but slow CI down. Find\\nthe minimum duration that reliably catches bugs.","breadcrumbs":"Part II — User Guide » Authoring Scenarios » Best Practices","id":"60","title":"Best Practices"},"61":{"body":"You now know how to author scenarios from simple consensus checks to complex\\nmulti-workload tests. The next chapter, Examples, shows a collection of\\ncomplete scenarios you can learn from and adapt to your needs. If you want to dive deep into what workloads and expectations are available,\\nskip ahead to the Workloads chapter. If you want to understand running scenarios\\nin different environments, check out the Runners and Running Scenarios chapters.","breadcrumbs":"Part II — User Guide » Authoring Scenarios » What’s Next","id":"61","title":"What’s Next"},"62":{"body":"Workloads are what make scenarios interesting. Without workloads, you’re just\\nstarting nodes and watching them idle. Workloads generate traffic, create load,\\nintroduce chaos—they’re what actually exercises the system under test. This chapter is your complete reference to available workloads and expectations,\\nhow to configure them, and when to use each one.","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Workloads and Expectations","id":"62","title":"Workloads and Expectations"},"63":{"body":"A workload is an async task that runs during your scenario’s configured\\nduration. It does something actively: Submits transactions Disperses DA blobs Restarts nodes randomly Generates network traffic Workloads implement the Workload trait, which has one key method: #![allow(unused)] fn main() {\\nasync fn execute(&self, ctx: &RunContext) -> Result<()>; } The RunContext gives workloads everything they need: API clients for nodes,\\nblock feeds for tracking progress, and shared state for coordination. Workloads\\nrun until cancelled (when the scenario’s duration expires) or until they\\ncomplete naturally. Most importantly, workloads don’t manage their own timing or cleanup—the\\nframework handles that. Your workload just focuses on generating the right\\ntraffic.","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Understanding Workloads","id":"63","title":"Understanding Workloads"},"64":{"body":"The transaction workload submits user transactions at a configured rate. It’s\\none of the most commonly used workloads because most tests need to verify that\\ntransactions get processed correctly.","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Transaction Workload","id":"64","title":"Transaction Workload"},"65":{"body":"#![allow(unused)] fn main() {\\n.wallets(20) // Seed wallet accounts first\\n.transactions() .rate(10) // Transactions per block .users(10) // Use 10 wallet users .apply() } This submits 10 transactions per block using 10 distinct wallet users.","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Basic Usage","id":"65","title":"Basic Usage"},"66":{"body":"Rate ( rate(n)): How many transactions per block to submit. #![allow(unused)] fn main() {\\n.transactions().rate(20).users(10).apply() // High load\\n.transactions().rate(1).users(5).apply() // Light load } Users ( users(n)): How many distinct wallet addresses to use. #![allow(unused)] fn main() {\\n.transactions().rate(10).users(50).apply() // More wallet diversity } More users means more diverse nonces and addresses, which exercises mempool\\ndeduplication more thoroughly. Note: You must call .wallets(n) on the scenario builder before adding\\ntransaction workloads to seed the wallet accounts.","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Configuration Options","id":"66","title":"Configuration Options"},"67":{"body":"Under the hood, the transaction workload: Seeds wallets during scenario build (the topology includes seeded accounts) Connects to executor nodes (only executors accept transaction submission) Submits transactions at the configured rate, rotating through available actors Tracks which transactions were submitted (for inclusion expectations) Handles failures gracefully (if a node is restarting, retries later)","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » What It Does","id":"67","title":"What It Does"},"68":{"body":"The transaction workload automatically adds a TransactionInclusion expectation\\nthat verifies submitted transactions appear in blocks. You don’t need to add\\nthis manually—it happens when you call .apply().","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Default Expectation","id":"68","title":"Default Expectation"},"69":{"body":"Use the transaction workload when you’re testing: Transaction processing and inclusion Mempool behavior under load Block packing efficiency System behavior with user traffic","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » When to Use It","id":"69","title":"When to Use It"},"7":{"body":"Welcome to the Nomos Testing Framework! This book will teach you how to write\\nintegration tests for Nomos that actually catch the bugs that matter. If you’ve worked on distributed systems, you know the frustration: unit tests\\npass, but in production, nodes lose sync, blocks stop flowing, or data\\navailability fails under load. These problems only show up when multiple nodes\\ninteract over real networks with real timing constraints. That’s what this\\nframework is for. We built this framework to solve a specific problem: testing Nomos thoroughly\\nwithout the pain of manual multi-node orchestration. You describe what cluster\\nyou want, what traffic to generate, and what success looks like—the framework\\nhandles deployment, coordination, and cleanup across local, Docker, and\\nKubernetes environments.","breadcrumbs":"Part I — Foundations » Introduction » Introduction","id":"7","title":"Introduction"},"70":{"body":"The DA workload exercises the data availability subsystem by dispersing channels\\nand blobs to the DA network.","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » DA Workload","id":"70","title":"DA Workload"},"71":{"body":"#![allow(unused)] fn main() {\\n.da() .channel_rate(2) // Channels per block .blob_rate(1) // Blobs per channel .apply() }","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Basic Usage","id":"71","title":"Basic Usage"},"72":{"body":"Channel Rate ( channel_rate(n)): How many channels per block to create. #![allow(unused)] fn main() {\\n.da().channel_rate(5).blob_rate(1).apply() // More channels } Blob Rate ( blob_rate(n)): How many blobs per channel. #![allow(unused)] fn main() {\\n.da().channel_rate(2).blob_rate(2).apply() // More blobs per channel } Note: Blob sizes are randomized internally (1-8 chunks of 31 bytes each). There\\nis no public API to configure blob size.","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Configuration Options","id":"72","title":"Configuration Options"},"73":{"body":"Use the DA workload when testing: DA dispersal and sampling logic Interaction between DA and consensus System behavior under DA load","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » When to Use It","id":"73","title":"When to Use It"},"74":{"body":"The chaos workload introduces controlled disruptions to test system resilience\\nby randomly restarting nodes.","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Chaos Workload","id":"74","title":"Chaos Workload"},"75":{"body":"#![allow(unused)] fn main() {\\n.enable_node_control() // Required first\\n.chaos() .restart() // Random node restarts .min_delay(Duration::from_secs(15)) .max_delay(Duration::from_secs(25)) .target_cooldown(Duration::from_secs(45)) .apply() }","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Basic Usage","id":"75","title":"Basic Usage"},"76":{"body":"Min Delay ( min_delay(duration)): Minimum time between restart operations. Max Delay ( max_delay(duration)): Maximum time between restart operations. Target Cooldown ( target_cooldown(duration)): Minimum time before restarting\\nthe same node again. #![allow(unused)] fn main() {\\n.chaos() .restart() .min_delay(Duration::from_secs(10)) // More aggressive .max_delay(Duration::from_secs(20)) .target_cooldown(Duration::from_secs(30)) .apply() } Include Validators ( include_validators(bool)): Whether to restart validators.\\nDefault is true. Include Executors ( include_executors(bool)): Whether to restart executors.\\nDefault is true.","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Configuration Options","id":"76","title":"Configuration Options"},"77":{"body":"The chaos workload requires enabling node control capability: #![allow(unused)] fn main() {\\nlet mut plan = ScenarioBuilder::with_node_counts(4, 1) .enable_node_control() // Enable control operations .chaos().restart() .min_delay(Duration::from_secs(15)) .max_delay(Duration::from_secs(25)) .target_cooldown(Duration::from_secs(45)) .apply() .build(); } If you forget .enable_node_control(), the scenario will fail at build time.","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Requirements","id":"77","title":"Requirements"},"78":{"body":"Use chaos workloads when testing: Resilience to node failures Recovery logic and timing Consensus liveness under churn Important: Use enough nodes to tolerate failures. With 4+ validators,\\nconsensus can tolerate one node being down. With fewer nodes, restarts may\\nbreak consensus.","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » When to Use It","id":"78","title":"When to Use It"},"79":{"body":"You can run multiple workloads concurrently: #![allow(unused)] fn main() {\\n.transactions().rate(10).apply()\\n.da_blobs().rate(2).size(512_000).apply()\\n.chaos().restart().interval(Duration::from_secs(30)).apply() } All three workloads run simultaneously during the scenario duration. This tests\\nrealistic scenarios where the system handles multiple traffic types while\\nrecovering from disruptions.","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Combining Workloads","id":"79","title":"Combining Workloads"},"8":{"body":"This book assumes you’re familiar with Rust and have some experience with\\ndistributed systems or blockchain protocols. You don’t need to be a Nomos\\nexpert—we’ll explain the architecture pieces you need to know—but you should be\\ncomfortable reading Rust code and running integration tests. Whether you’re a protocol engineer validating consensus changes, an\\ninfrastructure operator stress-testing deployment configurations, or a QA\\nengineer building a test suite, this book will show you how to write reliable,\\nportable multi-node tests.","breadcrumbs":"Part I — Foundations » Introduction » Who This Book Is For","id":"8","title":"Who This Book Is For"},"80":{"body":"Expectations are the “assertions” of the testing framework, but they work\\ndifferently than typical test assertions. Instead of checking conditions inline\\nduring test execution, expectations evaluate after workloads complete. This design lets expectations aggregate over the entire run and make nuanced\\njudgments about system behavior.","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Understanding Expectations","id":"80","title":"Understanding Expectations"},"81":{"body":"The consensus liveness expectation verifies that blocks progressed at the\\nexpected rate throughout the test.","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Consensus Liveness Expectation","id":"81","title":"Consensus Liveness Expectation"},"82":{"body":"#![allow(unused)] fn main() {\\n.expect_consensus_liveness() } No configuration needed—it uses the topology’s slot duration and the scenario’s\\nrun duration to calculate expected blocks.","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Usage","id":"82","title":"Usage"},"83":{"body":"Did blocks progress during the run window? Was the progression rate reasonable (accounting for startup and cooldown)? Were there unexpected stalls (no blocks for extended periods)? If chaos workload was active, did consensus recover after restarts?","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » What It Checks","id":"83","title":"What It Checks"},"84":{"body":"The expectation captures a baseline block height before workloads start, then\\nevaluates final block height after workloads finish. It also tracks block\\nprogression during the run to detect stalls.","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » When It Runs","id":"84","title":"When It Runs"},"85":{"body":"The expectation fails if: No blocks were produced during the run Block rate was significantly below expected (e.g., < 50% of target) There were stalls longer than expected slot duration * 3 Final block height is less than initial + minimum expected blocks","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Failure Modes","id":"85","title":"Failure Modes"},"86":{"body":"This expectation verifies that submitted transactions appeared in blocks.","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Transaction Inclusion Expectation","id":"86","title":"Transaction Inclusion Expectation"},"87":{"body":"You don’t typically add this manually—the transaction workload includes it\\nautomatically: #![allow(unused)] fn main() {\\n.transactions().rate(10).apply() // Includes inclusion expectation }","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Usage","id":"87","title":"Usage"},"88":{"body":"How many transactions were submitted? How many appeared in blocks? Is the inclusion rate above threshold (default 95%)?","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » What It Checks","id":"88","title":"What It Checks"},"89":{"body":"The expectation fails if: Inclusion rate is below threshold (< 95% by default) Zero transactions were included despite submissions Transactions took too long to appear (timeout exceeded) You can adjust the threshold if needed: #![allow(unused)] fn main() {\\n.expect_transaction_inclusion() .threshold(0.90) // Accept 90% inclusion }","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Failure Modes","id":"89","title":"Failure Modes"},"9":{"body":"The book is organized into four parts: Part I: Foundations gives you the mental model. We’ll walk through the\\narchitecture, explain why the framework makes certain design choices, and show\\nyou how scenarios execute from start to finish. If you’re new to the framework,\\nstart here. Part II: User Guide is where you’ll spend most of your time. We’ll show you\\nhow to write scenarios, combine workloads, set up your environment, and run\\ntests across different backends. Jump here if you want to get something running\\nquickly and learn by doing. Part III: Developer Reference goes deep into the internals. You’ll learn\\nhow to extend the framework with custom workloads, new expectations, or even\\nnew deployment backends. Read this when you need to add capabilities the\\nframework doesn’t provide yet. Part IV: Appendix collects quick references, troubleshooting guides, and\\nanswers to common questions. Keep this handy when you’re debugging test\\nfailures or can’t remember the exact syntax. You don’t need to read this book front to back. If you already understand the\\nconcepts and just want examples, jump straight to the Examples chapter. If you\\nprefer to understand the “why” before the “how”, read Part I first. This book\\nis designed to support both approaches. Let’s get started!","breadcrumbs":"Part I — Foundations » Introduction » How to Use This Book","id":"9","title":"How to Use This Book"},"90":{"body":"The DA liveness expectation verifies the DA subsystem remained operational.","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » DA Liveness Expectation","id":"90","title":"DA Liveness Expectation"},"91":{"body":"#![allow(unused)] fn main() {\\n.expect_da_liveness() } Or implicitly through the DA blob workload: #![allow(unused)] fn main() {\\n.da_blobs().rate(2).apply() // Includes DA liveness expectation }","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Usage","id":"91","title":"Usage"},"92":{"body":"Were dispersed blobs successfully published? Could validators sample the data? Did DA operations complete within reasonable time?","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » What It Checks","id":"92","title":"What It Checks"},"93":{"body":"DA dispersal API returned errors consistently Sampling failed repeatedly DA became unavailable during the run","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Failure Modes","id":"93","title":"Failure Modes"},"94":{"body":"If built-in expectations don’t cover your needs, you can write custom ones.\\nSee the Extending the Framework chapter for details.","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Writing Custom Expectations","id":"94","title":"Writing Custom Expectations"},"95":{"body":"You now have a complete reference to workloads and expectations. The next\\nchapters cover operations (how to set up environments) and runners (how to\\ndeploy scenarios to different backends). If you want to write custom workloads or expectations, skip ahead to Part III:\\nDeveloper Reference.","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » What’s Next","id":"95","title":"What’s Next"},"96":{"body":"The scenario builder API is designed to be fluent and readable. This chapter\\ncollects patterns and best practices for building clear, maintainable scenarios.","breadcrumbs":"Part II — User Guide » Core Content: ScenarioBuilderExt Patterns » Scenario Builder Patterns","id":"96","title":"Scenario Builder Patterns"},"97":{"body":"The scenario builder uses a fluent API where each method returns self,\\nallowing method chaining: #![allow(unused)] fn main() {\\nlet plan = ScenarioBuilder::with_node_counts(3, 1) .transactions().rate(10).apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(60)) .build(); } This reads top-to-bottom: start with topology, add workloads, add expectations,\\nset duration, build the plan.","breadcrumbs":"Part II — User Guide » Core Content: ScenarioBuilderExt Patterns » Builder Pattern Basics","id":"97","title":"Builder Pattern Basics"},"98":{"body":"Always start by defining your topology. This sets the foundation for everything\\nelse: #![allow(unused)] fn main() {\\n// Good: topology first\\nScenarioBuilder::with_node_counts(3, 1) .transactions().rate(10).apply() // Also good: custom topology\\nScenarioBuilder::new() .with_topology( TopologyBuilder::with_node_counts(5, 2) .with_network_layout(NetworkLayout::Mesh) .build() ) .transactions().rate(10).apply() } Topology determines what workloads make sense. You can’t add transaction\\nworkloads without executors, so declaring topology first makes this obvious.","breadcrumbs":"Part II — User Guide » Core Content: ScenarioBuilderExt Patterns » Pattern: Topology First","id":"98","title":"Pattern: Topology First"},"99":{"body":"Workload builders nest within the scenario builder: #![allow(unused)] fn main() {\\nScenarioBuilder::with_node_counts(3, 2) .wallets(20) .transactions() // Enter transaction workload builder .rate(10) // Configure transaction workload .users(10) .apply() // Exit back to scenario builder .da() // Enter DA workload builder .channel_rate(2) .blob_rate(1) .apply() // Exit back to scenario builder } The .apply() call is crucial—it finalizes the workload and returns to the\\nscenario builder. If you forget .apply(), you’ll get a type error.","breadcrumbs":"Part II — User Guide » Core Content: ScenarioBuilderExt Patterns » Pattern: Workload Chains","id":"99","title":"Pattern: Workload Chains"}},"length":290,"save":true},"fields":["title","body","breadcrumbs"],"index":{"body":{"root":{"0":{".":{".":{"2":{"df":1,"docs":{"43":{"tf":1.0}}},"3":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":9,"docs":{"103":{"tf":1.0},"115":{"tf":1.7320508075688772},"133":{"tf":1.0},"164":{"tf":1.0},"173":{"tf":1.0},"187":{"tf":1.4142135623730951},"234":{"tf":1.0},"25":{"tf":1.0},"53":{"tf":2.23606797749979}}},"1":{"0":{"0":{"0":{"df":1,"docs":{"197":{"tf":1.0}}},"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"184":{"tf":1.0}}},"df":0,"docs":{}}},"df":11,"docs":{"116":{"tf":1.0},"206":{"tf":1.0},"208":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.0},"255":{"tf":1.0},"258":{"tf":1.0},"275":{"tf":1.0},"54":{"tf":1.4142135623730951},"57":{"tf":1.0},"65":{"tf":1.7320508075688772}}},"2":{"0":{"df":5,"docs":{"101":{"tf":1.0},"244":{"tf":1.0},"256":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0}}},"df":1,"docs":{"45":{"tf":1.0}}},"5":{"df":1,"docs":{"235":{"tf":1.0}}},"6":{"df":0,"docs":{},"g":{"b":{"df":1,"docs":{"275":{"tf":1.0}}},"df":0,"docs":{}}},"8":{"0":{"8":{"0":{"df":1,"docs":{"231":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":4,"docs":{"101":{"tf":1.0},"118":{"tf":1.0},"256":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}},"df":38,"docs":{"100":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"103":{"tf":2.0},"106":{"tf":1.0},"107":{"tf":1.4142135623730951},"108":{"tf":1.0},"109":{"tf":2.0},"110":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"119":{"tf":1.7320508075688772},"13":{"tf":1.0},"131":{"tf":1.0},"169":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":1.0},"213":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"232":{"tf":1.0},"236":{"tf":1.4142135623730951},"239":{"tf":1.7320508075688772},"25":{"tf":1.0},"251":{"tf":1.0},"255":{"tf":1.4142135623730951},"276":{"tf":1.0},"279":{"tf":1.0},"29":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"42":{"tf":1.0},"54":{"tf":1.4142135623730951},"57":{"tf":1.0},"72":{"tf":1.0},"77":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}},"–":{"3":{"df":1,"docs":{"126":{"tf":1.0}}},"df":0,"docs":{}}},"2":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"232":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"0":{"df":5,"docs":{"116":{"tf":1.0},"209":{"tf":1.0},"235":{"tf":1.0},"241":{"tf":1.0},"57":{"tf":1.0}}},"df":28,"docs":{"105":{"tf":1.0},"109":{"tf":1.0},"116":{"tf":2.23606797749979},"117":{"tf":1.7320508075688772},"118":{"tf":1.0},"119":{"tf":1.0},"12":{"tf":1.4142135623730951},"121":{"tf":1.0},"131":{"tf":1.0},"195":{"tf":1.0},"209":{"tf":1.0},"23":{"tf":1.0},"232":{"tf":1.4142135623730951},"239":{"tf":1.0},"241":{"tf":1.0},"250":{"tf":1.0},"255":{"tf":1.0},"258":{"tf":1.0},"275":{"tf":1.4142135623730951},"30":{"tf":1.0},"37":{"tf":1.0},"43":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}},"3":{"0":{"0":{"df":3,"docs":{"101":{"tf":1.0},"256":{"tf":1.0},"58":{"tf":1.0}}},"df":10,"docs":{"101":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"245":{"tf":1.0},"250":{"tf":1.4142135623730951},"256":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.4142135623730951}}},"1":{"df":2,"docs":{"117":{"tf":1.0},"72":{"tf":1.0}}},"df":21,"docs":{"103":{"tf":1.0},"107":{"tf":1.0},"109":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0},"119":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.0},"131":{"tf":1.0},"195":{"tf":1.0},"232":{"tf":1.0},"239":{"tf":1.0},"255":{"tf":1.0},"275":{"tf":1.0},"279":{"tf":1.0},"31":{"tf":1.0},"37":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.7320508075688772},"60":{"tf":1.0},"85":{"tf":1.0}},"f":{"df":1,"docs":{"255":{"tf":1.0}}}},"4":{"2":{"0":{"df":1,"docs":{"238":{"tf":1.0}}},"df":0,"docs":{}},"8":{"df":1,"docs":{"231":{"tf":1.0}}},"df":13,"docs":{"109":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.4142135623730951},"131":{"tf":1.0},"239":{"tf":1.0},"255":{"tf":1.0},"275":{"tf":1.4142135623730951},"32":{"tf":1.0},"37":{"tf":1.0},"60":{"tf":1.0},"78":{"tf":1.0}},"g":{"b":{"df":1,"docs":{"275":{"tf":1.0}}},"df":0,"docs":{}},"–":{"5":{"df":1,"docs":{"126":{"tf":1.0}}},"df":0,"docs":{}}},"5":{"0":{"df":3,"docs":{"235":{"tf":1.0},"238":{"tf":1.0},"85":{"tf":1.0}}},"df":16,"docs":{"103":{"tf":1.0},"107":{"tf":1.0},"109":{"tf":1.0},"116":{"tf":1.4142135623730951},"117":{"tf":1.0},"119":{"tf":1.4142135623730951},"218":{"tf":1.0},"22":{"tf":1.0},"232":{"tf":1.0},"250":{"tf":1.0},"275":{"tf":1.0},"279":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.0},"45":{"tf":1.0},"54":{"tf":2.0}},"s":{"/":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"6":{"0":{"0":{"df":1,"docs":{"238":{"tf":1.0}}},"df":11,"docs":{"101":{"tf":1.4142135623730951},"115":{"tf":1.0},"22":{"tf":1.0},"232":{"tf":1.0},"250":{"tf":1.0},"256":{"tf":1.4142135623730951},"29":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.0},"45":{"tf":2.0},"58":{"tf":1.7320508075688772}}},"df":3,"docs":{"120":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0}},"s":{"df":1,"docs":{"22":{"tf":1.0}}},"–":{"7":{"df":1,"docs":{"126":{"tf":1.0}}},"df":0,"docs":{}}},"7":{"0":{"df":1,"docs":{"238":{"tf":1.0}}},"df":5,"docs":{"119":{"tf":1.0},"121":{"tf":1.0},"279":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0}},"s":{"df":1,"docs":{"22":{"tf":1.0}}}},"8":{"df":3,"docs":{"117":{"tf":1.0},"275":{"tf":1.0},"72":{"tf":1.0}},"g":{"b":{"df":1,"docs":{"275":{"tf":1.0}}},"df":0,"docs":{}},"s":{"/":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"9":{"0":{"df":5,"docs":{"101":{"tf":1.0},"238":{"tf":1.0},"256":{"tf":1.0},"58":{"tf":1.0},"89":{"tf":1.0}}},"5":{"df":4,"docs":{"238":{"tf":1.4142135623730951},"42":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":14,"docs":{"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},"133":{"tf":1.0},"149":{"tf":1.0},"154":{"tf":1.0},"159":{"tf":1.0},"164":{"tf":1.4142135623730951},"53":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"222":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"a":{"[":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"b":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":1,"docs":{"289":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"286":{"tf":1.0}}}},"o":{"df":0,"docs":{},"v":{"df":3,"docs":{"277":{"tf":1.0},"34":{"tf":1.0},"88":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"268":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"146":{"tf":1.0},"192":{"tf":1.0},"30":{"tf":1.0},"41":{"tf":1.4142135623730951},"47":{"tf":1.0}},"—":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"’":{"df":0,"docs":{},"l":{"df":1,"docs":{"10":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":5,"docs":{"238":{"tf":1.4142135623730951},"42":{"tf":1.0},"55":{"tf":1.0},"67":{"tf":1.0},"89":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":14,"docs":{"146":{"tf":1.0},"150":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"173":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"187":{"tf":1.4142135623730951},"189":{"tf":1.0},"198":{"tf":1.0},"242":{"tf":1.0},"33":{"tf":1.0},"59":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"32":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":7,"docs":{"168":{"tf":1.0},"54":{"tf":1.4142135623730951},"57":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"83":{"tf":1.0}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"175":{"tf":1.0},"222":{"tf":1.0},"23":{"tf":1.0}}}},"v":{"df":7,"docs":{"112":{"tf":1.0},"13":{"tf":1.0},"222":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"63":{"tf":1.0},"83":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"116":{"tf":1.0},"67":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":20,"docs":{"12":{"tf":1.0},"132":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"166":{"tf":1.0},"18":{"tf":1.4142135623730951},"188":{"tf":1.0},"217":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"24":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.4142135623730951},"4":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0},"62":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":6,"docs":{"114":{"tf":1.0},"209":{"tf":1.0},"225":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"61":{"tf":1.0}}}}},"d":{"df":33,"docs":{"100":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"109":{"tf":1.0},"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"116":{"tf":1.4142135623730951},"118":{"tf":1.0},"119":{"tf":1.0},"202":{"tf":1.0},"208":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"239":{"tf":1.0},"255":{"tf":1.0},"257":{"tf":1.0},"259":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"275":{"tf":1.0},"29":{"tf":1.0},"40":{"tf":1.7320508075688772},"44":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":2.0},"60":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"87":{"tf":1.0},"9":{"tf":1.0},"97":{"tf":1.4142135623730951},"98":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"121":{"tf":1.0},"2":{"tf":1.0},"286":{"tf":1.0},"40":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"231":{"tf":1.0},"66":{"tf":1.4142135623730951}}}}}}},"df":14,"docs":{"110":{"tf":1.0},"168":{"tf":1.0},"200":{"tf":1.4142135623730951},"204":{"tf":1.0},"210":{"tf":1.0},"215":{"tf":1.0},"218":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"268":{"tf":1.0},"40":{"tf":1.4142135623730951},"47":{"tf":1.0},"54":{"tf":1.0},"66":{"tf":1.0}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":9,"docs":{"107":{"tf":1.0},"112":{"tf":1.0},"114":{"tf":1.0},"117":{"tf":1.0},"120":{"tf":1.0},"227":{"tf":1.0},"32":{"tf":1.0},"44":{"tf":1.0},"89":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"242":{"tf":1.0}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"124":{"tf":1.0},"165":{"tf":1.0},"278":{"tf":1.0}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"127":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"168":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"287":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"76":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"146":{"tf":1.0}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":5,"docs":{"16":{"tf":1.0},"198":{"tf":1.0},"214":{"tf":1.0},"286":{"tf":1.0},"80":{"tf":1.0}}},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"119":{"tf":1.0},"236":{"tf":1.0},"76":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"251":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"53":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":3,"docs":{"201":{"tf":1.0},"61":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"112":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"270":{"tf":1.0}}},"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":89,"docs":{"100":{"tf":1.4142135623730951},"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.4142135623730951},"108":{"tf":1.0},"109":{"tf":2.0},"110":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"13":{"tf":1.0},"133":{"tf":1.0},"14":{"tf":1.0},"146":{"tf":1.0},"149":{"tf":1.0},"154":{"tf":1.0},"159":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"169":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.4142135623730951},"21":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"216":{"tf":1.0},"218":{"tf":1.4142135623730951},"22":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"23":{"tf":1.0},"232":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.4142135623730951},"238":{"tf":2.0},"239":{"tf":1.4142135623730951},"244":{"tf":1.0},"245":{"tf":1.4142135623730951},"25":{"tf":1.0},"251":{"tf":1.4142135623730951},"258":{"tf":1.0},"264":{"tf":1.0},"266":{"tf":1.0},"279":{"tf":1.0},"280":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"45":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"71":{"tf":1.0},"72":{"tf":1.4142135623730951},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"79":{"tf":1.0},"82":{"tf":1.0},"87":{"tf":1.0},"89":{"tf":1.0},"91":{"tf":1.4142135623730951},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}}}}}},"df":4,"docs":{"113":{"tf":1.0},"286":{"tf":1.0},"288":{"tf":1.0},"97":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"2":{"tf":1.0},"275":{"tf":1.0}},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"168":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"285":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":6,"docs":{"193":{"tf":1.0},"231":{"tf":1.4142135623730951},"261":{"tf":1.0},"271":{"tf":1.0},"29":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"a":{"df":0,"docs":{},"y":{"df":7,"docs":{"101":{"tf":1.0},"109":{"tf":1.7320508075688772},"175":{"tf":1.0},"25":{"tf":1.0},"36":{"tf":1.0},"53":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"245":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"206":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"178":{"tf":1.0},"231":{"tf":1.0},"271":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"39":{"tf":1.0},"9":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"109":{"tf":2.23606797749979},"42":{"tf":1.0},"43":{"tf":1.0}}}},"y":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{":":{":":{"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":{"206":{"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":{"212":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"212":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"29":{"tf":1.0}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"41":{"tf":1.0},"47":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"i":{"df":26,"docs":{"108":{"tf":1.0},"14":{"tf":1.0},"158":{"tf":1.0},"17":{"tf":1.0},"174":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"186":{"tf":1.0},"197":{"tf":1.4142135623730951},"199":{"tf":1.0},"205":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"286":{"tf":1.4142135623730951},"288":{"tf":1.7320508075688772},"289":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"43":{"tf":1.4142135623730951},"46":{"tf":1.0},"63":{"tf":1.0},"72":{"tf":1.0},"93":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":7,"docs":{"238":{"tf":1.0},"252":{"tf":1.0},"34":{"tf":1.0},"68":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":2,"docs":{"226":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"289":{"tf":1.0}}},"df":25,"docs":{"100":{"tf":1.0},"102":{"tf":1.0},"105":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":2.0},"110":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"121":{"tf":1.4142135623730951},"208":{"tf":1.0},"218":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"65":{"tf":1.0},"68":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"99":{"tf":2.0}}},"y":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"208":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"130":{"tf":1.0},"18":{"tf":1.0},"43":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"185":{"tf":1.0},"209":{"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":{"200":{"tf":1.0},"36":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":7,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"19":{"tf":1.0},"288":{"tf":1.0},"48":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"51":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":7,"docs":{"199":{"tf":1.0},"200":{"tf":1.0},"232":{"tf":1.0},"234":{"tf":1.0},"236":{"tf":1.0},"238":{"tf":1.0},"277":{"tf":1.0}}}}}},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"1":{"tf":1.0},"128":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"143":{"tf":1.0},"185":{"tf":1.4142135623730951},"190":{"tf":1.0},"281":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"124":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"k":{"df":3,"docs":{"248":{"tf":1.0},"26":{"tf":1.0},"283":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"132":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"131":{"tf":1.0},"194":{"tf":1.0},"196":{"tf":1.0},"225":{"tf":1.0},"50":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"!":{"(":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{"&":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"42":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"37":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"?":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"280":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":19,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"128":{"tf":1.4142135623730951},"130":{"tf":1.0},"16":{"tf":1.4142135623730951},"175":{"tf":1.0},"178":{"tf":1.4142135623730951},"194":{"tf":1.0},"198":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"223":{"tf":1.0},"25":{"tf":1.0},"250":{"tf":1.0},"286":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951},"51":{"tf":1.0},"80":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"112":{"tf":1.0}}}},"t":{"df":2,"docs":{"185":{"tf":1.0},"51":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":3,"docs":{"209":{"tf":1.0},"41":{"tf":1.0},"8":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"22":{"tf":1.0},"60":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{":":{":":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"206":{"tf":1.0},"212":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":11,"docs":{"146":{"tf":1.4142135623730951},"165":{"tf":1.4142135623730951},"205":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"216":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"266":{"tf":1.0},"41":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":29,"docs":{"106":{"tf":1.4142135623730951},"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},"133":{"tf":1.0},"146":{"tf":1.4142135623730951},"164":{"tf":1.4142135623730951},"165":{"tf":1.4142135623730951},"173":{"tf":1.0},"174":{"tf":1.4142135623730951},"205":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.4142135623730951},"212":{"tf":1.0},"216":{"tf":1.0},"222":{"tf":1.4142135623730951},"223":{"tf":1.0},"266":{"tf":1.0},"280":{"tf":1.0},"286":{"tf":1.0},"32":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"63":{"tf":1.4142135623730951}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"15":{"tf":1.0},"197":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"151":{"tf":1.0},"224":{"tf":1.0},"227":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"242":{"tf":1.7320508075688772}},"o":{"df":0,"docs":{},"r":{"df":8,"docs":{"19":{"tf":1.0},"20":{"tf":1.0},"26":{"tf":1.0},"38":{"tf":1.0},"48":{"tf":1.4142135623730951},"5":{"tf":1.0},"52":{"tf":1.0},"61":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":13,"docs":{"116":{"tf":1.0},"134":{"tf":1.0},"154":{"tf":1.0},"186":{"tf":1.0},"197":{"tf":1.0},"224":{"tf":1.0},"259":{"tf":1.0},"280":{"tf":1.0},"288":{"tf":1.0},"37":{"tf":1.0},"54":{"tf":1.0},"68":{"tf":1.0},"87":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":23,"docs":{"1":{"tf":1.0},"112":{"tf":1.4142135623730951},"123":{"tf":1.0},"143":{"tf":1.0},"155":{"tf":1.0},"162":{"tf":1.0},"177":{"tf":1.0},"184":{"tf":1.0},"186":{"tf":1.0},"225":{"tf":1.0},"227":{"tf":1.7320508075688772},"24":{"tf":1.0},"252":{"tf":1.0},"286":{"tf":1.0},"287":{"tf":2.23606797749979},"289":{"tf":1.0},"3":{"tf":1.4142135623730951},"50":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":9,"docs":{"109":{"tf":1.0},"113":{"tf":1.0},"120":{"tf":1.0},"143":{"tf":1.0},"168":{"tf":1.0},"171":{"tf":1.0},"180":{"tf":1.0},"190":{"tf":1.0},"24":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"209":{"tf":1.0}}}},"df":0,"docs":{}}},"b":{"[":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"11":{"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":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"171":{"tf":1.4142135623730951},"9":{"tf":1.0},"99":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"d":{"df":13,"docs":{"122":{"tf":1.0},"145":{"tf":1.0},"17":{"tf":1.0},"195":{"tf":1.0},"215":{"tf":1.0},"225":{"tf":1.0},"30":{"tf":1.0},"40":{"tf":1.7320508075688772},"46":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"9":{"tf":1.4142135623730951},"95":{"tf":1.0}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"104":{"tf":1.0}}}}}}}}}}},"d":{"df":6,"docs":{"101":{"tf":1.0},"109":{"tf":1.0},"127":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.0}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"118":{"tf":1.0},"277":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"n":{"d":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"287":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"106":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":16,"docs":{"101":{"tf":1.0},"104":{"tf":1.0},"107":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.0},"14":{"tf":1.0},"168":{"tf":1.0},"171":{"tf":1.0},"174":{"tf":1.0},"22":{"tf":1.0},"273":{"tf":1.0},"286":{"tf":1.0},"287":{"tf":1.0},"44":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":8,"docs":{"116":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"211":{"tf":1.0},"214":{"tf":1.4142135623730951},"223":{"tf":1.0},"34":{"tf":1.0},"84":{"tf":1.0}}}}}},"i":{"c":{"df":11,"docs":{"115":{"tf":1.0},"133":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"65":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{}}}},"df":1,"docs":{"11":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"59":{"tf":1.0}}}}}},"c":{"a":{"df":0,"docs":{},"m":{"df":4,"docs":{"223":{"tf":1.0},"236":{"tf":1.0},"46":{"tf":1.0},"93":{"tf":1.0}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"”":{"df":0,"docs":{},"—":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"102":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":3,"docs":{"186":{"tf":1.0},"232":{"tf":1.0},"58":{"tf":1.0}}}}},"df":4,"docs":{"119":{"tf":1.0},"235":{"tf":1.0},"53":{"tf":1.0},"78":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":25,"docs":{"0":{"tf":1.0},"113":{"tf":1.0},"119":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"182":{"tf":1.0},"186":{"tf":1.0},"198":{"tf":1.4142135623730951},"211":{"tf":1.4142135623730951},"253":{"tf":1.0},"286":{"tf":1.0},"288":{"tf":1.0},"29":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.4142135623730951},"43":{"tf":1.0},"46":{"tf":1.4142135623730951},"53":{"tf":1.0},"54":{"tf":1.0},"57":{"tf":1.0},"66":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0},"9":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"286":{"tf":1.0},"46":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":2,"docs":{"156":{"tf":1.0},"228":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":29,"docs":{"104":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"127":{"tf":1.4142135623730951},"13":{"tf":1.0},"141":{"tf":1.0},"151":{"tf":1.0},"155":{"tf":1.0},"164":{"tf":1.0},"187":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"200":{"tf":1.0},"245":{"tf":1.0},"252":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"26":{"tf":1.0},"286":{"tf":1.4142135623730951},"29":{"tf":1.0},"36":{"tf":1.0},"44":{"tf":1.0},"59":{"tf":1.0},"69":{"tf":1.4142135623730951},"73":{"tf":1.0},"80":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":5,"docs":{"19":{"tf":1.0},"193":{"tf":1.0},"199":{"tf":1.0},"202":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"200":{"tf":1.0}}}},"w":{"df":2,"docs":{"85":{"tf":1.0},"89":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":10,"docs":{"113":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0},"190":{"tf":1.0},"209":{"tf":1.0},"214":{"tf":1.0},"217":{"tf":1.0},"42":{"tf":1.0},"60":{"tf":1.0},"96":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"143":{"tf":1.0},"208":{"tf":1.0},"29":{"tf":1.0},"42":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":14,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"125":{"tf":1.0},"168":{"tf":1.0},"194":{"tf":1.0},"244":{"tf":1.0},"277":{"tf":1.0},"286":{"tf":1.0},"288":{"tf":1.0},"57":{"tf":1.7320508075688772},"58":{"tf":1.0},"59":{"tf":1.0},"73":{"tf":1.0},"76":{"tf":1.4142135623730951}}}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"151":{"tf":1.0},"161":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":14,"docs":{"129":{"tf":1.0},"140":{"tf":1.0},"148":{"tf":1.0},"183":{"tf":1.7320508075688772},"184":{"tf":1.0},"186":{"tf":1.0},"189":{"tf":1.4142135623730951},"195":{"tf":1.0},"230":{"tf":2.0},"253":{"tf":1.4142135623730951},"261":{"tf":1.4142135623730951},"272":{"tf":1.0},"277":{"tf":1.0},"286":{"tf":1.0}}}}},"df":3,"docs":{"183":{"tf":1.4142135623730951},"230":{"tf":1.4142135623730951},"272":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"209":{"tf":1.0}}}},"o":{"b":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{"df":5,"docs":{"117":{"tf":1.4142135623730951},"118":{"tf":1.0},"56":{"tf":1.0},"71":{"tf":1.0},"99":{"tf":1.0}}},"2":{"df":1,"docs":{"120":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":1,"docs":{"72":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":21,"docs":{"117":{"tf":2.23606797749979},"15":{"tf":1.0},"197":{"tf":1.0},"2":{"tf":1.7320508075688772},"227":{"tf":1.0},"24":{"tf":1.0},"286":{"tf":1.4142135623730951},"287":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":1.4142135623730951},"42":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":2.23606797749979},"91":{"tf":1.0},"92":{"tf":1.0}}},"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"172":{"tf":1.0},"178":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"1":{"tf":1.0},"8":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":63,"docs":{"104":{"tf":1.0},"108":{"tf":1.0},"11":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":2.0},"117":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.4142135623730951},"128":{"tf":2.23606797749979},"129":{"tf":1.0},"13":{"tf":1.0},"146":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"170":{"tf":1.0},"172":{"tf":1.0},"180":{"tf":1.0},"188":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.4142135623730951},"2":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"209":{"tf":1.0},"22":{"tf":3.1622776601683795},"225":{"tf":1.0},"227":{"tf":1.0},"234":{"tf":2.0},"235":{"tf":2.23606797749979},"238":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":2.23606797749979},"250":{"tf":2.23606797749979},"273":{"tf":1.0},"286":{"tf":3.7416573867739413},"287":{"tf":1.0},"3":{"tf":1.4142135623730951},"31":{"tf":1.0},"33":{"tf":2.0},"34":{"tf":1.4142135623730951},"37":{"tf":1.7320508075688772},"4":{"tf":1.0},"45":{"tf":3.4641016151377544},"53":{"tf":2.6457513110645907},"54":{"tf":1.4142135623730951},"56":{"tf":1.0},"58":{"tf":1.7320508075688772},"63":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.4142135623730951},"84":{"tf":1.7320508075688772},"85":{"tf":2.0},"86":{"tf":1.0},"88":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"128":{"tf":1.0}},"e":{"d":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"129":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"174":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"194":{"tf":1.0}}}}},"o":{"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":2,"docs":{"18":{"tf":1.0},"40":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"k":{"df":6,"docs":{"285":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.7320508075688772},"9":{"tf":2.0}}},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"h":{"df":9,"docs":{"105":{"tf":1.0},"118":{"tf":1.4142135623730951},"119":{"tf":1.0},"227":{"tf":1.0},"270":{"tf":1.0},"35":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"120":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"97":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"131":{"tf":1.0},"194":{"tf":1.0},"200":{"tf":2.0},"40":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":12,"docs":{"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},"133":{"tf":1.0},"164":{"tf":1.4142135623730951},"173":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":10,"docs":{"109":{"tf":1.0},"22":{"tf":1.0},"239":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"40":{"tf":1.4142135623730951},"47":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.0},"78":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":2,"docs":{"31":{"tf":1.0},"42":{"tf":1.0}},"e":{"df":0,"docs":{},"—":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"194":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"24":{"tf":1.0}}}}}}},"u":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"128":{"tf":1.0},"178":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"196":{"tf":1.0}}}}}},"g":{"df":13,"docs":{"105":{"tf":1.0},"18":{"tf":1.0},"256":{"tf":1.0},"258":{"tf":1.0},"277":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.0},"36":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.0}}},"i":{"df":0,"docs":{},"l":{"d":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"164":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"280":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":68,"docs":{"101":{"tf":1.0},"106":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"108":{"tf":1.0},"109":{"tf":1.7320508075688772},"11":{"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},"124":{"tf":1.0},"13":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.7320508075688772},"140":{"tf":1.0},"148":{"tf":1.0},"153":{"tf":1.0},"164":{"tf":1.0},"169":{"tf":1.0},"17":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"189":{"tf":1.0},"19":{"tf":1.4142135623730951},"196":{"tf":1.4142135623730951},"204":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":1.0},"210":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"215":{"tf":1.0},"218":{"tf":1.4142135623730951},"22":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"229":{"tf":1.0},"23":{"tf":1.4142135623730951},"230":{"tf":1.4142135623730951},"251":{"tf":1.4142135623730951},"253":{"tf":1.4142135623730951},"261":{"tf":1.7320508075688772},"272":{"tf":1.0},"277":{"tf":1.0},"279":{"tf":1.0},"286":{"tf":1.0},"29":{"tf":2.23606797749979},"37":{"tf":1.4142135623730951},"42":{"tf":1.0},"44":{"tf":2.23606797749979},"52":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"67":{"tf":1.0},"77":{"tf":1.4142135623730951},"8":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.4142135623730951},"98":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":20,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.4142135623730951},"109":{"tf":1.0},"110":{"tf":1.4142135623730951},"121":{"tf":1.0},"168":{"tf":1.0},"173":{"tf":1.0},"200":{"tf":1.0},"208":{"tf":1.4142135623730951},"220":{"tf":1.0},"227":{"tf":1.0},"288":{"tf":1.7320508075688772},"43":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"66":{"tf":1.0},"96":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951},"99":{"tf":2.6457513110645907}}}}},"df":0,"docs":{},"t":{"df":16,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"140":{"tf":1.0},"167":{"tf":1.0},"183":{"tf":1.4142135623730951},"186":{"tf":1.0},"189":{"tf":1.0},"196":{"tf":1.0},"203":{"tf":1.0},"239":{"tf":1.0},"253":{"tf":1.0},"261":{"tf":1.0},"272":{"tf":1.0},"29":{"tf":1.0},"7":{"tf":1.0},"94":{"tf":1.0}}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":7,"docs":{"100":{"tf":1.4142135623730951},"197":{"tf":1.0},"209":{"tf":1.4142135623730951},"220":{"tf":1.0},"222":{"tf":1.7320508075688772},"224":{"tf":1.0},"288":{"tf":1.4142135623730951}},"e":{"d":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"205":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":1,"docs":{"205":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}},"i":{"df":1,"docs":{"126":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"200":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"117":{"tf":1.0},"72":{"tf":1.0}}}},"z":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"119":{"tf":1.0},"127":{"tf":1.0},"255":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"c":{"[":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"28":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"11":{"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":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"24":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"128":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"22":{"tf":1.4142135623730951},"286":{"tf":1.0},"82":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":17,"docs":{"108":{"tf":1.0},"119":{"tf":1.0},"134":{"tf":1.7320508075688772},"172":{"tf":1.0},"186":{"tf":1.0},"197":{"tf":1.0},"199":{"tf":1.0},"209":{"tf":1.0},"224":{"tf":1.0},"29":{"tf":1.0},"37":{"tf":1.4142135623730951},"44":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.0},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"222":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"34":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"205":{"tf":1.0},"209":{"tf":1.7320508075688772},"32":{"tf":1.0},"63":{"tf":1.0}}}}},"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":13,"docs":{"151":{"tf":1.0},"198":{"tf":1.0},"230":{"tf":1.0},"252":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.7320508075688772},"42":{"tf":1.0},"44":{"tf":1.4142135623730951},"9":{"tf":1.0},"98":{"tf":1.0}}}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":11,"docs":{"120":{"tf":1.0},"124":{"tf":1.0},"163":{"tf":1.0},"165":{"tf":1.0},"225":{"tf":1.0},"239":{"tf":1.0},"29":{"tf":1.0},"48":{"tf":1.0},"57":{"tf":1.0},"77":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":11,"docs":{"143":{"tf":1.0},"180":{"tf":1.0},"190":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"211":{"tf":1.0},"214":{"tf":1.0},"286":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"84":{"tf":1.0}},"e":{"_":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"198":{"tf":1.0},"211":{"tf":1.0},"214":{"tf":1.0}},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"211":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"197":{"tf":1.0},"30":{"tf":1.0},"41":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"262":{"tf":1.0}}},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"277":{"tf":1.0}}}}}}}}}}},"g":{"df":0,"docs":{},"o":{"df":15,"docs":{"133":{"tf":1.0},"135":{"tf":1.4142135623730951},"136":{"tf":1.4142135623730951},"183":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"230":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"247":{"tf":1.0},"261":{"tf":1.0},"262":{"tf":1.0},"272":{"tf":1.0},"281":{"tf":1.0},"53":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"280":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"280":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":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":{"199":{"tf":1.0},"53":{"tf":1.4142135623730951}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":7,"docs":{"179":{"tf":1.0},"252":{"tf":1.0},"256":{"tf":1.0},"273":{"tf":1.0},"277":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.0}}}},"df":1,"docs":{"232":{"tf":1.0}}},"u":{"df":0,"docs":{},"s":{"df":5,"docs":{"136":{"tf":1.0},"139":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"272":{"tf":1.0}}}}},"d":{"df":3,"docs":{"183":{"tf":1.0},"185":{"tf":1.0},"230":{"tf":1.0}}},"df":1,"docs":{"11":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"200":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"9":{"tf":1.0}}}}},"df":0,"docs":{}}}},"f":{"df":0,"docs":{},"g":{"(":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"244":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"(":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"244":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"153":{"tf":1.0},"30":{"tf":1.0}}},"df":0,"docs":{}}}}}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"2":{"tf":1.0},"288":{"tf":1.0},"97":{"tf":1.0},"99":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":19,"docs":{"115":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"130":{"tf":1.0},"145":{"tf":1.0},"178":{"tf":1.0},"185":{"tf":1.0},"195":{"tf":1.0},"214":{"tf":1.4142135623730951},"225":{"tf":1.0},"29":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.4142135623730951},"54":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"8":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"2":{"df":5,"docs":{"117":{"tf":1.4142135623730951},"118":{"tf":1.0},"56":{"tf":1.0},"71":{"tf":1.0},"99":{"tf":1.0}}},"5":{"df":1,"docs":{"120":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":1,"docs":{"72":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":11,"docs":{"117":{"tf":2.0},"15":{"tf":1.0},"2":{"tf":1.0},"227":{"tf":1.0},"287":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0},"56":{"tf":1.4142135623730951},"70":{"tf":1.0},"71":{"tf":1.4142135623730951},"72":{"tf":2.23606797749979}}}}}},"o":{"df":39,"docs":{"102":{"tf":2.449489742783178},"103":{"tf":1.0},"105":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"119":{"tf":2.449489742783178},"146":{"tf":1.0},"167":{"tf":1.4142135623730951},"168":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.4142135623730951},"176":{"tf":1.4142135623730951},"178":{"tf":1.4142135623730951},"179":{"tf":1.0},"180":{"tf":1.7320508075688772},"227":{"tf":1.0},"23":{"tf":2.0},"238":{"tf":1.4142135623730951},"239":{"tf":1.4142135623730951},"245":{"tf":2.23606797749979},"255":{"tf":1.0},"256":{"tf":1.4142135623730951},"257":{"tf":1.7320508075688772},"286":{"tf":1.4142135623730951},"32":{"tf":1.7320508075688772},"37":{"tf":1.0},"42":{"tf":1.4142135623730951},"50":{"tf":1.0},"57":{"tf":2.23606797749979},"58":{"tf":1.0},"60":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"83":{"tf":1.0}},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"109":{"tf":1.0},"23":{"tf":1.0},"239":{"tf":1.0},"37":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"3":{"0":{")":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"238":{"tf":1.0},"79":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"102":{"tf":1.0},"105":{"tf":1.0},"77":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"101":{"tf":1.0},"58":{"tf":1.0}}}}}}}}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"245":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"’":{"df":0,"docs":{},"r":{"df":1,"docs":{"62":{"tf":1.0}}}}}}}}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":33,"docs":{"10":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"114":{"tf":1.0},"123":{"tf":1.4142135623730951},"132":{"tf":1.0},"145":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"181":{"tf":1.0},"19":{"tf":1.7320508075688772},"191":{"tf":1.0},"193":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"220":{"tf":1.0},"228":{"tf":1.0},"263":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"283":{"tf":1.0},"32":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.7320508075688772},"62":{"tf":1.0},"9":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"159":{"tf":1.0}}}},"t":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"283":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"227":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":61,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"125":{"tf":1.0},"127":{"tf":1.0},"13":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"139":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.4142135623730951},"151":{"tf":1.0},"16":{"tf":1.4142135623730951},"161":{"tf":1.0},"17":{"tf":1.0},"170":{"tf":1.4142135623730951},"173":{"tf":1.0},"179":{"tf":1.4142135623730951},"186":{"tf":1.4142135623730951},"187":{"tf":1.0},"188":{"tf":1.4142135623730951},"194":{"tf":1.0},"196":{"tf":1.0},"198":{"tf":1.0},"206":{"tf":1.4142135623730951},"214":{"tf":1.0},"222":{"tf":1.0},"225":{"tf":1.0},"227":{"tf":1.0},"23":{"tf":1.0},"232":{"tf":1.0},"234":{"tf":1.7320508075688772},"235":{"tf":1.0},"236":{"tf":1.7320508075688772},"238":{"tf":1.0},"239":{"tf":1.0},"24":{"tf":1.4142135623730951},"241":{"tf":1.4142135623730951},"242":{"tf":1.4142135623730951},"247":{"tf":1.0},"263":{"tf":1.0},"270":{"tf":1.0},"272":{"tf":1.4142135623730951},"286":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.7320508075688772},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"37":{"tf":1.0},"42":{"tf":1.4142135623730951},"45":{"tf":1.7320508075688772},"46":{"tf":2.0},"50":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"61":{"tf":1.4142135623730951},"80":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.0},"92":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"246":{"tf":1.4142135623730951}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"253":{"tf":1.0},"50":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"113":{"tf":1.0},"19":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":1,"docs":{"38":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":11,"docs":{"101":{"tf":1.0},"103":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"14":{"tf":1.0},"162":{"tf":1.0},"180":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"30":{"tf":1.0}},"n":{"df":3,"docs":{"132":{"tf":1.0},"17":{"tf":1.0},"47":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":2,"docs":{"117":{"tf":1.0},"72":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"119":{"tf":1.0},"178":{"tf":1.0},"57":{"tf":1.0},"78":{"tf":1.0}}}}}},"i":{"/":{"c":{"d":{"df":1,"docs":{"281":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":23,"docs":{"107":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"129":{"tf":1.0},"143":{"tf":1.4142135623730951},"155":{"tf":1.4142135623730951},"156":{"tf":1.4142135623730951},"162":{"tf":1.0},"190":{"tf":1.4142135623730951},"195":{"tf":1.0},"22":{"tf":1.4142135623730951},"244":{"tf":1.7320508075688772},"250":{"tf":1.0},"251":{"tf":1.0},"270":{"tf":1.4142135623730951},"281":{"tf":1.7320508075688772},"289":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"185":{"tf":1.7320508075688772}},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"185":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"42":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"47":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":10,"docs":{"14":{"tf":1.0},"146":{"tf":1.0},"17":{"tf":1.0},"199":{"tf":1.0},"203":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"286":{"tf":1.0},"288":{"tf":1.0},"53":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":19,"docs":{"134":{"tf":1.0},"148":{"tf":1.0},"153":{"tf":1.0},"158":{"tf":1.0},"18":{"tf":1.0},"199":{"tf":1.0},"201":{"tf":1.0},"21":{"tf":1.0},"217":{"tf":1.0},"27":{"tf":1.0},"288":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":2.0},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":1.0},"53":{"tf":1.0},"7":{"tf":1.0}},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"63":{"tf":1.0}}}}}}}},"r":{"df":13,"docs":{"108":{"tf":1.0},"112":{"tf":1.0},"127":{"tf":1.0},"131":{"tf":1.0},"18":{"tf":1.0},"201":{"tf":1.0},"209":{"tf":1.0},"34":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"96":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"227":{"tf":1.0},"46":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"206":{"tf":1.0},"212":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"|":{"df":2,"docs":{"222":{"tf":1.0},"223":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":2,"docs":{"206":{"tf":1.0},"212":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":11,"docs":{"14":{"tf":1.0},"172":{"tf":1.0},"197":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"212":{"tf":1.0},"222":{"tf":1.4142135623730951},"223":{"tf":1.4142135623730951},"225":{"tf":1.0},"286":{"tf":1.0},"63":{"tf":1.0}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"22":{"tf":1.7320508075688772},"250":{"tf":1.4142135623730951},"286":{"tf":1.0},"33":{"tf":1.0},"45":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"109":{"tf":1.0}}}},"u":{"d":{"df":1,"docs":{"267":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"172":{"tf":1.0}}}}},"df":26,"docs":{"11":{"tf":1.0},"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"157":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.4142135623730951},"161":{"tf":1.4142135623730951},"162":{"tf":1.0},"176":{"tf":1.0},"179":{"tf":1.0},"184":{"tf":1.4142135623730951},"189":{"tf":1.0},"194":{"tf":1.4142135623730951},"242":{"tf":2.23606797749979},"286":{"tf":1.0},"288":{"tf":1.4142135623730951},"32":{"tf":1.0},"43":{"tf":1.4142135623730951},"5":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"o":{"d":{"df":0,"docs":{},"e":{"b":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}},"df":17,"docs":{"108":{"tf":1.0},"145":{"tf":1.0},"19":{"tf":1.0},"195":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"209":{"tf":1.0},"284":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.0},"42":{"tf":1.7320508075688772},"43":{"tf":1.7320508075688772},"44":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":16,"docs":{"114":{"tf":1.0},"128":{"tf":1.0},"132":{"tf":1.0},"141":{"tf":1.0},"143":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"190":{"tf":1.0},"206":{"tf":1.0},"214":{"tf":1.0},"247":{"tf":1.4142135623730951},"281":{"tf":1.0},"33":{"tf":1.0},"61":{"tf":1.0},"9":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":14,"docs":{"105":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"13":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0},"180":{"tf":1.0},"196":{"tf":1.0},"258":{"tf":1.4142135623730951},"286":{"tf":1.0},"49":{"tf":1.0},"56":{"tf":1.0},"79":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":4,"docs":{"116":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"54":{"tf":1.0}}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"187":{"tf":1.0},"30":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"108":{"tf":1.0},"60":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":12,"docs":{"106":{"tf":1.0},"114":{"tf":1.0},"123":{"tf":1.0},"189":{"tf":1.0},"203":{"tf":1.0},"218":{"tf":1.0},"227":{"tf":1.0},"228":{"tf":1.0},"272":{"tf":1.0},"289":{"tf":1.0},"51":{"tf":1.0},"9":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"64":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"184":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":7,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"128":{"tf":1.0},"13":{"tf":1.0},"211":{"tf":1.0},"214":{"tf":1.0},"43":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"214":{"tf":1.0}}}}}}},"t":{"df":2,"docs":{"196":{"tf":1.0},"29":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":29,"docs":{"114":{"tf":1.0},"123":{"tf":1.0},"13":{"tf":1.4142135623730951},"134":{"tf":1.0},"138":{"tf":1.0},"141":{"tf":1.0},"149":{"tf":1.0},"187":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"198":{"tf":1.0},"202":{"tf":1.0},"205":{"tf":1.0},"220":{"tf":1.0},"266":{"tf":1.0},"273":{"tf":1.0},"284":{"tf":1.0},"286":{"tf":1.0},"29":{"tf":1.0},"36":{"tf":1.0},"44":{"tf":1.0},"53":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"80":{"tf":1.0},"92":{"tf":1.0},"95":{"tf":1.0}}},"x":{"df":9,"docs":{"115":{"tf":1.0},"156":{"tf":1.0},"161":{"tf":1.0},"193":{"tf":1.0},"41":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"1":{"tf":1.0},"220":{"tf":1.0},"252":{"tf":1.4142135623730951},"4":{"tf":1.0}}},"s":{"df":26,"docs":{"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"122":{"tf":1.0},"141":{"tf":1.0},"152":{"tf":1.4142135623730951},"155":{"tf":1.0},"156":{"tf":1.0},"163":{"tf":1.0},"168":{"tf":1.0},"17":{"tf":1.0},"177":{"tf":1.0},"18":{"tf":1.0},"184":{"tf":1.0},"187":{"tf":1.4142135623730951},"200":{"tf":1.0},"201":{"tf":1.0},"225":{"tf":1.0},"232":{"tf":1.0},"236":{"tf":1.4142135623730951},"241":{"tf":1.4142135623730951},"247":{"tf":1.0},"288":{"tf":1.0},"31":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":3,"docs":{"153":{"tf":1.0},"154":{"tf":1.0},"30":{"tf":1.0}}}}}},"[":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"162":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":22,"docs":{"115":{"tf":1.0},"120":{"tf":1.0},"14":{"tf":1.0},"141":{"tf":1.0},"143":{"tf":1.0},"152":{"tf":1.0},"155":{"tf":1.4142135623730951},"162":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"187":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"216":{"tf":1.0},"231":{"tf":1.0},"244":{"tf":1.4142135623730951},"270":{"tf":1.0},"281":{"tf":1.0},"288":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"59":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"8":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":2,"docs":{"232":{"tf":1.0},"271":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":4,"docs":{"120":{"tf":1.0},"122":{"tf":1.0},"154":{"tf":1.0},"164":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{")":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"(":{"&":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"14":{"tf":1.0},"244":{"tf":1.0},"251":{"tf":1.0},"41":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":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":{"37":{"tf":1.0}}}}}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"162":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":9,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"194":{"tf":1.7320508075688772},"286":{"tf":1.0},"31":{"tf":1.0},"52":{"tf":1.0},"60":{"tf":1.0},"9":{"tf":1.0}},"u":{"df":2,"docs":{"193":{"tf":1.0},"6":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"n":{"df":9,"docs":{"109":{"tf":1.0},"113":{"tf":1.0},"136":{"tf":1.0},"160":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"42":{"tf":1.0},"50":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"258":{"tf":1.0}}}}}}}}}}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"227":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"228":{"tf":1.0},"286":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":9,"docs":{"105":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"197":{"tf":1.0},"199":{"tf":1.0},"244":{"tf":1.0},"32":{"tf":1.0},"56":{"tf":1.4142135623730951},"79":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":10,"docs":{"16":{"tf":1.0},"194":{"tf":1.0},"198":{"tf":1.0},"204":{"tf":1.0},"217":{"tf":1.0},"223":{"tf":1.0},"286":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"80":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"173":{"tf":1.0}}}}}}}},"df":3,"docs":{"151":{"tf":1.4142135623730951},"156":{"tf":1.4142135623730951},"161":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"193":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"256":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"25":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":14,"docs":{"12":{"tf":1.0},"129":{"tf":1.4142135623730951},"148":{"tf":1.0},"153":{"tf":1.0},"195":{"tf":1.0},"217":{"tf":1.0},"225":{"tf":1.4142135623730951},"247":{"tf":1.0},"281":{"tf":1.0},"288":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.7320508075688772},"50":{"tf":1.0},"51":{"tf":1.4142135623730951}},"m":{"a":{"df":0,"docs":{},"p":{"df":5,"docs":{"158":{"tf":1.0},"184":{"tf":1.0},"242":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0}}}},"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":{},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"286":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":44,"docs":{"107":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"121":{"tf":1.7320508075688772},"123":{"tf":1.4142135623730951},"134":{"tf":1.4142135623730951},"140":{"tf":1.0},"15":{"tf":1.4142135623730951},"153":{"tf":1.0},"158":{"tf":1.4142135623730951},"17":{"tf":1.0},"184":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"197":{"tf":1.0},"199":{"tf":1.0},"2":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"218":{"tf":1.0},"22":{"tf":1.0},"225":{"tf":1.4142135623730951},"227":{"tf":1.0},"234":{"tf":1.0},"286":{"tf":1.4142135623730951},"287":{"tf":1.0},"288":{"tf":1.0},"32":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"50":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"72":{"tf":1.4142135623730951},"76":{"tf":1.0},"8":{"tf":1.0},"82":{"tf":1.0},"99":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"df":5,"docs":{"112":{"tf":1.0},"126":{"tf":1.0},"128":{"tf":1.0},"223":{"tf":1.0},"286":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":6,"docs":{"136":{"tf":1.0},"150":{"tf":1.0},"201":{"tf":1.0},"231":{"tf":1.4142135623730951},"262":{"tf":1.0},"271":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"199":{"tf":1.0},"46":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"104":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":20,"docs":{"10":{"tf":1.0},"121":{"tf":1.4142135623730951},"17":{"tf":1.0},"184":{"tf":1.0},"186":{"tf":1.0},"195":{"tf":1.0},"199":{"tf":1.0},"212":{"tf":1.0},"232":{"tf":1.4142135623730951},"234":{"tf":1.7320508075688772},"236":{"tf":1.4142135623730951},"241":{"tf":1.0},"286":{"tf":1.0},"31":{"tf":1.4142135623730951},"4":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.4142135623730951},"53":{"tf":1.0},"55":{"tf":1.7320508075688772},"67":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":37,"docs":{"1":{"tf":1.0},"103":{"tf":1.0},"109":{"tf":1.0},"115":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"170":{"tf":1.0},"188":{"tf":1.0},"2":{"tf":2.0},"206":{"tf":1.0},"22":{"tf":1.0},"234":{"tf":2.23606797749979},"235":{"tf":1.0},"239":{"tf":1.0},"250":{"tf":1.4142135623730951},"252":{"tf":1.0},"255":{"tf":1.0},"257":{"tf":1.0},"259":{"tf":1.0},"286":{"tf":2.8284271247461903},"287":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"46":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":2.0},"54":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"61":{"tf":1.0},"73":{"tf":1.0},"78":{"tf":1.7320508075688772},"8":{"tf":1.0},"81":{"tf":1.4142135623730951},"83":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"119":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"135":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"i":{"d":{"df":3,"docs":{"178":{"tf":1.0},"219":{"tf":1.4142135623730951},"238":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":10,"docs":{"106":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"164":{"tf":1.0},"217":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.0},"244":{"tf":1.0},"270":{"tf":1.0},"93":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"112":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"189":{"tf":1.0},"252":{"tf":1.0},"286":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.0},"7":{"tf":1.0}}}}}},"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"288":{"tf":1.7320508075688772},"29":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"df":3,"docs":{"128":{"tf":1.0},"225":{"tf":1.0},"50":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":21,"docs":{"14":{"tf":1.0},"141":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.4142135623730951},"154":{"tf":1.0},"155":{"tf":1.7320508075688772},"156":{"tf":1.7320508075688772},"17":{"tf":1.0},"184":{"tf":1.0},"232":{"tf":1.0},"264":{"tf":1.0},"276":{"tf":1.0},"286":{"tf":1.4142135623730951},"288":{"tf":1.7320508075688772},"30":{"tf":1.7320508075688772},"31":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"59":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"5":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":7,"docs":{"136":{"tf":1.0},"143":{"tf":1.0},"150":{"tf":1.0},"190":{"tf":1.0},"227":{"tf":1.0},"245":{"tf":1.0},"262":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"0":{"tf":1.0},"286":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":5,"docs":{"19":{"tf":1.0},"286":{"tf":1.0},"289":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"178":{"tf":1.0},"41":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"219":{"tf":1.4142135623730951},"268":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"192":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"0":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"173":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":26,"docs":{"125":{"tf":1.0},"131":{"tf":1.0},"146":{"tf":1.0},"163":{"tf":1.0},"165":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.7320508075688772},"174":{"tf":1.0},"175":{"tf":2.0},"176":{"tf":1.0},"177":{"tf":1.7320508075688772},"196":{"tf":1.4142135623730951},"197":{"tf":1.0},"199":{"tf":1.0},"239":{"tf":2.23606797749979},"286":{"tf":2.0},"287":{"tf":1.0},"288":{"tf":1.7320508075688772},"29":{"tf":1.4142135623730951},"32":{"tf":1.0},"57":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.4142135623730951}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":2,"docs":{"42":{"tf":1.4142135623730951},"47":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":4,"docs":{"170":{"tf":1.4142135623730951},"175":{"tf":1.0},"178":{"tf":1.4142135623730951},"179":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":7,"docs":{"168":{"tf":1.0},"169":{"tf":1.0},"196":{"tf":1.0},"199":{"tf":1.0},"57":{"tf":1.0},"76":{"tf":1.0},"83":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":8,"docs":{"103":{"tf":1.0},"118":{"tf":1.0},"199":{"tf":1.0},"225":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"114":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":17,"docs":{"11":{"tf":1.0},"130":{"tf":1.0},"146":{"tf":1.0},"2":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"219":{"tf":1.0},"225":{"tf":1.4142135623730951},"227":{"tf":1.0},"251":{"tf":1.0},"275":{"tf":1.7320508075688772},"286":{"tf":1.4142135623730951},"40":{"tf":2.23606797749979},"41":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"16":{"tf":1.0},"186":{"tf":1.0},"20":{"tf":1.0},"4":{"tf":1.0},"64":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"198":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"160":{"tf":1.0},"161":{"tf":1.0},"287":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"46":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"236":{"tf":1.0}}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"t":{"df":23,"docs":{"103":{"tf":1.4142135623730951},"104":{"tf":1.0},"115":{"tf":1.0},"119":{"tf":1.0},"142":{"tf":1.0},"188":{"tf":1.4142135623730951},"189":{"tf":1.0},"195":{"tf":1.0},"209":{"tf":1.0},"212":{"tf":1.0},"227":{"tf":1.0},"232":{"tf":1.0},"239":{"tf":1.0},"247":{"tf":1.0},"261":{"tf":1.0},"272":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"286":{"tf":1.0},"33":{"tf":1.0},"45":{"tf":1.0},"55":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"4":{"tf":1.0},"40":{"tf":1.4142135623730951},"50":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"112":{"tf":1.0}}}},"df":12,"docs":{"111":{"tf":1.0},"123":{"tf":1.0},"132":{"tf":1.0},"144":{"tf":1.0},"166":{"tf":1.0},"181":{"tf":1.0},"191":{"tf":1.0},"203":{"tf":1.0},"32":{"tf":1.0},"5":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"275":{"tf":1.0}}}}}}}}},"df":7,"docs":{"142":{"tf":1.0},"184":{"tf":1.0},"188":{"tf":1.0},"235":{"tf":1.0},"241":{"tf":1.0},"270":{"tf":1.0},"275":{"tf":1.7320508075688772}}}},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"128":{"tf":1.0}}}},"s":{"df":0,"docs":{},"h":{"df":4,"docs":{"209":{"tf":1.0},"236":{"tf":1.0},"246":{"tf":1.0},"252":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":5,"docs":{"192":{"tf":1.0},"219":{"tf":1.0},"225":{"tf":1.4142135623730951},"40":{"tf":2.0},"50":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":15,"docs":{"110":{"tf":1.0},"148":{"tf":1.0},"158":{"tf":1.4142135623730951},"184":{"tf":1.0},"187":{"tf":1.0},"216":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"23":{"tf":1.0},"242":{"tf":2.0},"30":{"tf":1.4142135623730951},"47":{"tf":1.0},"53":{"tf":1.4142135623730951},"62":{"tf":1.0},"72":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":7,"docs":{"100":{"tf":1.0},"17":{"tf":1.0},"200":{"tf":1.0},"273":{"tf":1.0},"286":{"tf":1.0},"288":{"tf":1.0},"42":{"tf":1.0}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"209":{"tf":1.0}}}}}}},"i":{"c":{"df":1,"docs":{"150":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"194":{"tf":1.0}}}}},"u":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"195":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0}},"—":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"29":{"tf":1.0},"99":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"a":{"df":3,"docs":{"2":{"tf":1.0},"286":{"tf":1.0},"287":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"206":{"tf":1.0},"212":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"209":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"173":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":9,"docs":{"173":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.4142135623730951},"212":{"tf":1.0},"222":{"tf":1.4142135623730951},"223":{"tf":1.4142135623730951},"266":{"tf":1.0},"63":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":1,"docs":{"236":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"174":{"tf":1.4142135623730951}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"(":{"4":{"2":{"df":1,"docs":{"110":{"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":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"121":{"tf":1.0}}}}}}}}}},"df":29,"docs":{"100":{"tf":1.0},"110":{"tf":1.4142135623730951},"12":{"tf":1.0},"121":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"144":{"tf":1.0},"165":{"tf":1.0},"195":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.4142135623730951},"204":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"210":{"tf":1.0},"213":{"tf":1.0},"215":{"tf":1.4142135623730951},"216":{"tf":1.0},"220":{"tf":1.4142135623730951},"221":{"tf":1.0},"239":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951},"43":{"tf":1.0},"55":{"tf":1.0},"9":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.0},"98":{"tf":1.0}}}}}}},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"155":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"[":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"28":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"11":{"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":{"(":{")":{".":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"2":{")":{".":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"2":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"72":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{")":{".":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"105":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{")":{".":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"72":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"117":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"2":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"258":{"tf":1.0},"91":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"(":{"5":{"1":{"2":{"_":{"0":{"0":{"0":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"79":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"0":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"109":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":42,"docs":{"113":{"tf":1.0},"117":{"tf":2.23606797749979},"118":{"tf":2.0},"119":{"tf":1.0},"12":{"tf":1.4142135623730951},"120":{"tf":1.0},"121":{"tf":1.4142135623730951},"130":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"179":{"tf":1.0},"185":{"tf":1.0},"195":{"tf":1.4142135623730951},"197":{"tf":1.0},"198":{"tf":1.0},"2":{"tf":2.23606797749979},"24":{"tf":1.0},"252":{"tf":1.0},"259":{"tf":1.0},"286":{"tf":3.0},"287":{"tf":3.0},"289":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":2.0},"32":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.7320508075688772},"60":{"tf":1.0},"63":{"tf":1.0},"70":{"tf":1.7320508075688772},"71":{"tf":1.0},"73":{"tf":2.0},"90":{"tf":1.7320508075688772},"91":{"tf":1.4142135623730951},"92":{"tf":1.0},"93":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"156":{"tf":1.0},"184":{"tf":1.0},"189":{"tf":1.0},"241":{"tf":1.0}}}}}},"t":{"a":{"df":22,"docs":{"1":{"tf":1.0},"112":{"tf":1.0},"148":{"tf":1.0},"184":{"tf":1.0},"2":{"tf":1.7320508075688772},"225":{"tf":1.0},"227":{"tf":1.4142135623730951},"286":{"tf":1.0},"287":{"tf":2.8284271247461903},"288":{"tf":1.0},"289":{"tf":1.0},"3":{"tf":2.23606797749979},"30":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.0},"92":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"11":{"tf":1.0},"28":{"tf":1.0}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":28,"docs":{"102":{"tf":1.0},"109":{"tf":1.0},"132":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"144":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"161":{"tf":1.0},"18":{"tf":1.0},"181":{"tf":1.0},"187":{"tf":1.4142135623730951},"188":{"tf":1.0},"190":{"tf":1.0},"193":{"tf":1.0},"209":{"tf":1.0},"23":{"tf":1.0},"246":{"tf":1.0},"258":{"tf":1.0},"263":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"9":{"tf":1.0}},"g":{"df":3,"docs":{"226":{"tf":1.0},"26":{"tf":1.0},"47":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"209":{"tf":1.0},"210":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":7,"docs":{"162":{"tf":1.0},"19":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"r":{"df":11,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"195":{"tf":1.4142135623730951},"197":{"tf":1.0},"21":{"tf":1.4142135623730951},"26":{"tf":1.0},"286":{"tf":1.0},"288":{"tf":1.0},"43":{"tf":2.449489742783178},"98":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"119":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"113":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"66":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":3,"docs":{"192":{"tf":1.0},"61":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"19":{"tf":1.0}}},"r":{"df":2,"docs":{"193":{"tf":1.0},"224":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":17,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"12":{"tf":1.4142135623730951},"122":{"tf":1.0},"136":{"tf":1.0},"141":{"tf":1.0},"149":{"tf":1.0},"187":{"tf":1.0},"197":{"tf":1.0},"222":{"tf":1.0},"23":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.7320508075688772},"68":{"tf":1.0},"76":{"tf":1.4142135623730951},"88":{"tf":1.0},"89":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":8,"docs":{"109":{"tf":1.0},"198":{"tf":1.0},"203":{"tf":1.0},"227":{"tf":1.0},"273":{"tf":1.0},"285":{"tf":1.0},"40":{"tf":1.0},"98":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"227":{"tf":1.0},"288":{"tf":1.0}}}}}}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"y":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"178":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":5,"docs":{"125":{"tf":1.4142135623730951},"168":{"tf":1.0},"169":{"tf":1.4142135623730951},"57":{"tf":1.0},"76":{"tf":1.4142135623730951}},"s":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"171":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"141":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"158":{"tf":1.0},"187":{"tf":1.0},"35":{"tf":1.4142135623730951}}}},"i":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"103":{"tf":1.0},"112":{"tf":1.0},"131":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"a":{"df":1,"docs":{"113":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":10,"docs":{"114":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"225":{"tf":1.0},"51":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":8,"docs":{"151":{"tf":1.4142135623730951},"183":{"tf":1.0},"219":{"tf":1.0},"255":{"tf":1.0},"275":{"tf":1.0},"30":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"(":{"&":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":4,"docs":{"146":{"tf":1.0},"165":{"tf":1.0},"216":{"tf":1.0},"41":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":73,"docs":{"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":2.0},"124":{"tf":1.0},"129":{"tf":2.0},"133":{"tf":1.0},"134":{"tf":2.23606797749979},"14":{"tf":1.7320508075688772},"140":{"tf":1.0},"142":{"tf":1.0},"145":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"149":{"tf":1.0},"152":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.4142135623730951},"158":{"tf":1.0},"159":{"tf":1.4142135623730951},"160":{"tf":1.0},"164":{"tf":1.7320508075688772},"165":{"tf":1.7320508075688772},"169":{"tf":1.0},"17":{"tf":1.4142135623730951},"172":{"tf":1.0},"173":{"tf":1.0},"18":{"tf":1.0},"186":{"tf":1.4142135623730951},"188":{"tf":1.0},"194":{"tf":1.4142135623730951},"195":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.4142135623730951},"201":{"tf":1.0},"203":{"tf":1.0},"21":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.7320508075688772},"217":{"tf":1.4142135623730951},"225":{"tf":1.0},"229":{"tf":1.0},"246":{"tf":1.0},"251":{"tf":1.0},"267":{"tf":1.4142135623730951},"27":{"tf":1.0},"280":{"tf":1.4142135623730951},"286":{"tf":2.0},"288":{"tf":1.7320508075688772},"29":{"tf":1.0},"30":{"tf":1.7320508075688772},"31":{"tf":1.0},"37":{"tf":1.7320508075688772},"40":{"tf":1.7320508075688772},"41":{"tf":2.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"46":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"53":{"tf":2.0},"54":{"tf":1.0},"59":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"(":{"&":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":16,"docs":{"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.4142135623730951},"133":{"tf":1.0},"149":{"tf":1.0},"154":{"tf":1.0},"159":{"tf":1.0},"164":{"tf":1.4142135623730951},"280":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"216":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"c":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"216":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"41":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"194":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"222":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":9,"docs":{"12":{"tf":1.0},"194":{"tf":1.0},"21":{"tf":1.0},"211":{"tf":1.0},"232":{"tf":1.0},"242":{"tf":1.0},"247":{"tf":1.0},"51":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":5,"docs":{"12":{"tf":1.0},"195":{"tf":1.4142135623730951},"286":{"tf":1.0},"43":{"tf":1.0},"50":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"172":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":16,"docs":{"127":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"193":{"tf":1.0},"198":{"tf":1.0},"202":{"tf":1.4142135623730951},"251":{"tf":1.0},"254":{"tf":1.0},"281":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.4142135623730951},"47":{"tf":1.0},"48":{"tf":1.0},"80":{"tf":1.0},"9":{"tf":1.4142135623730951},"96":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"241":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"170":{"tf":1.0},"30":{"tf":1.0},"89":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":24,"docs":{"110":{"tf":1.0},"123":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.0},"16":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"191":{"tf":1.0},"194":{"tf":1.0},"198":{"tf":1.0},"201":{"tf":1.0},"214":{"tf":1.0},"263":{"tf":1.0},"267":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.0},"28":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.4142135623730951},"32":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"94":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"206":{"tf":1.0},"286":{"tf":1.0},"33":{"tf":1.0},"58":{"tf":1.0},"84":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"108":{"tf":1.0},"23":{"tf":1.4142135623730951},"245":{"tf":1.0},"26":{"tf":1.0},"98":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"102":{"tf":1.4142135623730951},"113":{"tf":1.0},"23":{"tf":1.4142135623730951},"245":{"tf":1.0}},"i":{"c":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"245":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":17,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"144":{"tf":1.0},"150":{"tf":1.0},"155":{"tf":1.0},"162":{"tf":1.0},"192":{"tf":1.0},"201":{"tf":1.0},"251":{"tf":1.0},"253":{"tf":1.0},"261":{"tf":1.0},"277":{"tf":1.0},"41":{"tf":1.0},"59":{"tf":1.0},"9":{"tf":1.0},"95":{"tf":1.0}}}}}},"i":{"c":{"df":1,"docs":{"267":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":3,"docs":{"139":{"tf":1.0},"180":{"tf":1.0},"228":{"tf":1.0}},"i":{"df":10,"docs":{"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0}}},"t":{"df":2,"docs":{"228":{"tf":1.0},"272":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":2,"docs":{"214":{"tf":1.0},"54":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"35":{"tf":1.0}}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":35,"docs":{"114":{"tf":1.0},"122":{"tf":1.0},"128":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"164":{"tf":1.0},"18":{"tf":1.0},"184":{"tf":1.0},"189":{"tf":1.0},"191":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"2":{"tf":1.0},"215":{"tf":1.0},"231":{"tf":1.0},"244":{"tf":1.4142135623730951},"250":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":1.0},"258":{"tf":1.0},"270":{"tf":1.0},"271":{"tf":1.0},"286":{"tf":1.7320508075688772},"30":{"tf":1.0},"31":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"44":{"tf":1.7320508075688772},"49":{"tf":1.0},"61":{"tf":1.0},"80":{"tf":1.0},"9":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}}}}},"g":{"df":2,"docs":{"193":{"tf":1.0},"42":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"147":{"tf":1.0},"151":{"tf":1.0},"207":{"tf":1.0},"264":{"tf":1.0},"288":{"tf":1.0}}},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"199":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":7,"docs":{"141":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"149":{"tf":1.0},"184":{"tf":1.0},"187":{"tf":1.4142135623730951},"30":{"tf":1.0},"35":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"100":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"226":{"tf":1.0}},"i":{"df":2,"docs":{"158":{"tf":1.0},"30":{"tf":1.0}}}}}}}},"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"/":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":1,"docs":{"246":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":5,"docs":{"142":{"tf":1.0},"184":{"tf":1.0},"188":{"tf":1.0},"235":{"tf":1.0},"270":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":19,"docs":{"117":{"tf":2.0},"12":{"tf":1.0},"15":{"tf":1.0},"195":{"tf":1.0},"197":{"tf":1.0},"2":{"tf":1.7320508075688772},"286":{"tf":2.0},"287":{"tf":2.23606797749979},"3":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":1.4142135623730951},"53":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"70":{"tf":1.0},"73":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":6,"docs":{"168":{"tf":1.0},"238":{"tf":1.0},"257":{"tf":1.0},"286":{"tf":1.0},"74":{"tf":1.0},"79":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"65":{"tf":1.0},"66":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"153":{"tf":1.0},"30":{"tf":1.0},"45":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":3,"docs":{"0":{"tf":1.0},"192":{"tf":1.0},"61":{"tf":1.0}},"r":{"df":0,"docs":{},"s":{"df":2,"docs":{"128":{"tf":1.0},"66":{"tf":1.4142135623730951}}}}}}},"o":{"c":{"df":1,"docs":{"219":{"tf":1.0}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"186":{"tf":1.0},"253":{"tf":1.0},"264":{"tf":1.0},"275":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":33,"docs":{"115":{"tf":1.0},"120":{"tf":1.0},"122":{"tf":1.0},"14":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"143":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.4142135623730951},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.7320508075688772},"162":{"tf":1.7320508075688772},"163":{"tf":1.4142135623730951},"183":{"tf":1.0},"184":{"tf":1.7320508075688772},"187":{"tf":1.4142135623730951},"189":{"tf":1.7320508075688772},"195":{"tf":1.0},"225":{"tf":1.0},"232":{"tf":1.7320508075688772},"236":{"tf":1.0},"241":{"tf":3.7416573867739413},"247":{"tf":1.0},"261":{"tf":1.0},"272":{"tf":1.0},"286":{"tf":1.0},"288":{"tf":1.4142135623730951},"30":{"tf":1.0},"41":{"tf":1.4142135623730951},"47":{"tf":1.0},"50":{"tf":1.0},"7":{"tf":1.0}},"{":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"162":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"108":{"tf":1.0}}}}}}}}}},"df":6,"docs":{"108":{"tf":1.4142135623730951},"113":{"tf":1.0},"127":{"tf":1.0},"219":{"tf":1.0},"225":{"tf":1.0},"60":{"tf":1.0}}}}}}}},"df":3,"docs":{"209":{"tf":1.0},"29":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"\'":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":12,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"195":{"tf":1.0},"199":{"tf":1.0},"239":{"tf":1.0},"25":{"tf":1.0},"257":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"9":{"tf":1.0}}}}}}},"n":{"\'":{"df":0,"docs":{},"t":{"df":1,"docs":{"100":{"tf":1.0}}}},"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":35,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"102":{"tf":1.0},"15":{"tf":1.0},"150":{"tf":1.0},"155":{"tf":1.0},"160":{"tf":1.4142135623730951},"165":{"tf":1.0},"17":{"tf":1.4142135623730951},"180":{"tf":1.0},"197":{"tf":1.0},"200":{"tf":1.4142135623730951},"209":{"tf":1.4142135623730951},"214":{"tf":1.4142135623730951},"217":{"tf":1.0},"222":{"tf":1.0},"231":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"277":{"tf":1.0},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"53":{"tf":1.4142135623730951},"59":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"68":{"tf":1.0},"8":{"tf":1.0},"87":{"tf":1.0},"9":{"tf":1.0},"94":{"tf":1.0}}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"127":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"n":{"df":12,"docs":{"103":{"tf":1.0},"119":{"tf":1.4142135623730951},"18":{"tf":1.0},"235":{"tf":1.0},"239":{"tf":1.0},"255":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0},"78":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"185":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"199":{"tf":1.0},"32":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"129":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"128":{"tf":1.7320508075688772}}}},"v":{"df":0,"docs":{},"e":{"df":6,"docs":{"131":{"tf":1.0},"170":{"tf":1.0},"197":{"tf":1.0},"222":{"tf":1.0},"286":{"tf":1.0},"32":{"tf":1.0}},"n":{"df":2,"docs":{"101":{"tf":1.0},"58":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"p":{"/":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"127":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":2,"docs":{"127":{"tf":1.0},"134":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"l":{"df":4,"docs":{"225":{"tf":1.0},"227":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"36":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"106":{"tf":1.0},"128":{"tf":1.0},"42":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":38,"docs":{"101":{"tf":2.23606797749979},"109":{"tf":1.4142135623730951},"113":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.0},"134":{"tf":1.0},"160":{"tf":1.0},"17":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"199":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"209":{"tf":1.0},"22":{"tf":1.0},"227":{"tf":1.0},"234":{"tf":1.0},"238":{"tf":1.0},"245":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"270":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"286":{"tf":2.0},"288":{"tf":1.0},"32":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.7320508075688772},"53":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"79":{"tf":1.0},"82":{"tf":1.4142135623730951},"85":{"tf":1.0},"97":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"2":{"0":{"df":1,"docs":{"169":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"5":{"df":1,"docs":{"169":{"tf":1.0}}},"df":0,"docs":{}},"7":{"5":{"df":1,"docs":{"169":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":28,"docs":{"101":{"tf":1.0},"115":{"tf":1.0},"13":{"tf":1.0},"140":{"tf":1.0},"15":{"tf":1.4142135623730951},"17":{"tf":1.0},"178":{"tf":1.0},"186":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"204":{"tf":1.0},"223":{"tf":1.0},"232":{"tf":1.0},"286":{"tf":2.0},"33":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.4142135623730951},"53":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"93":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"126":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"174":{"tf":1.4142135623730951},"222":{"tf":1.7320508075688772},"223":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":9,"docs":{"126":{"tf":1.0},"131":{"tf":1.0},"140":{"tf":1.0},"168":{"tf":1.0},"175":{"tf":1.0},"222":{"tf":1.0},"35":{"tf":1.0},"51":{"tf":1.0},"85":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"222":{"tf":1.0}}}}}}},"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"28":{"tf":1.0}}}}},"df":0,"docs":{}},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":32,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"117":{"tf":1.0},"141":{"tf":1.0},"145":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"155":{"tf":1.0},"158":{"tf":1.0},"166":{"tf":1.0},"17":{"tf":1.0},"184":{"tf":1.4142135623730951},"187":{"tf":1.4142135623730951},"194":{"tf":1.4142135623730951},"202":{"tf":1.0},"262":{"tf":1.0},"28":{"tf":1.0},"287":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.4142135623730951},"62":{"tf":1.0},"72":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"199":{"tf":1.0},"32":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":7,"docs":{"150":{"tf":1.0},"151":{"tf":1.0},"17":{"tf":1.0},"201":{"tf":1.0},"203":{"tf":1.0},"285":{"tf":1.0},"59":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"284":{"tf":1.0}}}}}}},"df":1,"docs":{"28":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"69":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"175":{"tf":1.0},"42":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"287":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"b":{"df":1,"docs":{"200":{"tf":1.0}},"e":{"d":{"df":2,"docs":{"267":{"tf":1.0},"3":{"tf":1.0}}},"df":0,"docs":{}},"o":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"252":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"129":{"tf":1.0}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":8,"docs":{"201":{"tf":1.0},"239":{"tf":1.4142135623730951},"244":{"tf":1.0},"272":{"tf":1.0},"286":{"tf":1.4142135623730951},"42":{"tf":1.0},"44":{"tf":1.0},"77":{"tf":1.4142135623730951}},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":10,"docs":{"102":{"tf":1.0},"105":{"tf":1.0},"119":{"tf":1.4142135623730951},"168":{"tf":1.0},"169":{"tf":1.0},"173":{"tf":1.0},"23":{"tf":1.0},"57":{"tf":1.4142135623730951},"75":{"tf":1.0},"77":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"d":{"df":8,"docs":{"10":{"tf":1.0},"112":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"16":{"tf":1.0},"220":{"tf":1.4142135623730951},"221":{"tf":1.4142135623730951},"225":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"148":{"tf":1.0},"153":{"tf":1.0},"178":{"tf":1.0},"206":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":8,"docs":{"131":{"tf":1.0},"199":{"tf":1.0},"217":{"tf":1.0},"25":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"199":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":11,"docs":{"184":{"tf":1.0},"196":{"tf":1.0},"227":{"tf":1.0},"239":{"tf":1.0},"25":{"tf":1.4142135623730951},"255":{"tf":1.0},"256":{"tf":1.4142135623730951},"29":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":2.0},"78":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":20,"docs":{"119":{"tf":1.0},"125":{"tf":1.0},"142":{"tf":1.4142135623730951},"143":{"tf":1.0},"170":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"183":{"tf":1.0},"186":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.4142135623730951},"196":{"tf":1.0},"217":{"tf":1.0},"232":{"tf":1.0},"286":{"tf":1.0},"287":{"tf":1.4142135623730951},"288":{"tf":1.4142135623730951},"29":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"99":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"r":{"df":3,"docs":{"286":{"tf":1.0},"3":{"tf":1.0},"80":{"tf":1.0}}}}},"v":{"df":1,"docs":{"244":{"tf":1.0}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":41,"docs":{"107":{"tf":1.4142135623730951},"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"114":{"tf":1.0},"115":{"tf":1.0},"122":{"tf":1.4142135623730951},"13":{"tf":1.0},"14":{"tf":1.0},"143":{"tf":1.0},"150":{"tf":1.0},"155":{"tf":1.4142135623730951},"156":{"tf":1.0},"164":{"tf":1.0},"181":{"tf":1.0},"190":{"tf":1.0},"201":{"tf":1.0},"216":{"tf":1.0},"22":{"tf":1.0},"225":{"tf":1.0},"234":{"tf":1.0},"240":{"tf":1.0},"244":{"tf":1.0},"247":{"tf":1.0},"252":{"tf":1.0},"26":{"tf":1.4142135623730951},"281":{"tf":1.0},"284":{"tf":1.0},"286":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0},"95":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}}}}},"p":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"195":{"tf":1.0},"250":{"tf":1.0},"286":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"208":{"tf":1.0}}}}}}},"r":{"(":{"\\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"222":{"tf":1.0}}}}},"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"!":{"(":{"\\"":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"214":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"212":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"134":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":33,"docs":{"101":{"tf":1.0},"109":{"tf":1.0},"134":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.4142135623730951},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":2.0},"197":{"tf":1.0},"199":{"tf":1.4142135623730951},"205":{"tf":1.0},"209":{"tf":1.7320508075688772},"211":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.4142135623730951},"230":{"tf":1.4142135623730951},"231":{"tf":1.4142135623730951},"232":{"tf":1.4142135623730951},"236":{"tf":1.4142135623730951},"239":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"246":{"tf":1.4142135623730951},"271":{"tf":1.0},"272":{"tf":1.0},"29":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"93":{"tf":1.0},"99":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"187":{"tf":1.0}}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"116":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"c":{"df":2,"docs":{"267":{"tf":1.0},"288":{"tf":1.0}}},"df":0,"docs":{}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"223":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"211":{"tf":1.0},"212":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":20,"docs":{"134":{"tf":1.0},"146":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"198":{"tf":1.4142135623730951},"199":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.0},"223":{"tf":1.0},"286":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"37":{"tf":1.0},"42":{"tf":1.0},"53":{"tf":1.7320508075688772},"58":{"tf":1.0},"80":{"tf":1.0},"84":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":9,"docs":{"109":{"tf":1.0},"217":{"tf":1.0},"250":{"tf":1.0},"288":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0},"9":{"tf":1.0}},"t":{"df":4,"docs":{"256":{"tf":1.0},"286":{"tf":1.0},"45":{"tf":1.0},"58":{"tf":1.0}},"u":{"df":1,"docs":{"203":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":9,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"235":{"tf":1.0},"286":{"tf":1.0},"40":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.0},"98":{"tf":1.0}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"18":{"tf":1.0},"200":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"192":{"tf":1.0}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"30":{"tf":1.0},"9":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":8,"docs":{"16":{"tf":1.0},"201":{"tf":1.0},"22":{"tf":1.0},"27":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":32,"docs":{"0":{"tf":1.0},"114":{"tf":1.7320508075688772},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":1.0},"124":{"tf":1.0},"174":{"tf":1.0},"188":{"tf":1.0},"202":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"212":{"tf":1.0},"219":{"tf":1.4142135623730951},"220":{"tf":1.4142135623730951},"221":{"tf":1.0},"225":{"tf":1.0},"266":{"tf":1.0},"281":{"tf":1.0},"286":{"tf":1.4142135623730951},"288":{"tf":1.0},"34":{"tf":1.0},"50":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"89":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":21,"docs":{"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"136":{"tf":1.0},"146":{"tf":1.4142135623730951},"148":{"tf":1.0},"153":{"tf":1.0},"158":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"199":{"tf":1.0},"205":{"tf":1.0},"209":{"tf":1.0},"216":{"tf":1.4142135623730951},"286":{"tf":1.7320508075688772},"32":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.4142135623730951},"53":{"tf":1.0},"80":{"tf":1.0},"9":{"tf":1.0}},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":4,"docs":{"205":{"tf":1.0},"206":{"tf":1.0},"266":{"tf":1.0},"63":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":31,"docs":{"103":{"tf":1.0},"116":{"tf":1.7320508075688772},"117":{"tf":1.4142135623730951},"12":{"tf":1.4142135623730951},"148":{"tf":1.0},"158":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"171":{"tf":1.0},"180":{"tf":1.0},"183":{"tf":1.4142135623730951},"195":{"tf":1.0},"196":{"tf":1.0},"2":{"tf":2.449489742783178},"227":{"tf":1.4142135623730951},"230":{"tf":1.4142135623730951},"236":{"tf":1.4142135623730951},"253":{"tf":1.0},"255":{"tf":1.0},"259":{"tf":1.0},"286":{"tf":2.23606797749979},"287":{"tf":1.4142135623730951},"3":{"tf":1.0},"30":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":2.0},"54":{"tf":1.7320508075688772},"67":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"98":{"tf":1.0}},"s":{"(":{"2":{"df":2,"docs":{"121":{"tf":1.0},"55":{"tf":1.0}}},"5":{"df":1,"docs":{"218":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"’":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":12,"docs":{"104":{"tf":1.0},"105":{"tf":1.0},"15":{"tf":1.0},"185":{"tf":1.0},"203":{"tf":1.0},"225":{"tf":1.0},"286":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"70":{"tf":1.0}}}}},"df":0,"docs":{}}},"h":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"217":{"tf":1.0},"235":{"tf":1.0},"246":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"200":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.4142135623730951},"247":{"tf":1.0},"283":{"tf":1.0},"286":{"tf":1.0},"47":{"tf":1.0}}}},"t":{"df":1,"docs":{"99":{"tf":1.4142135623730951}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"221":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":32,"docs":{"102":{"tf":1.4142135623730951},"105":{"tf":1.0},"106":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.4142135623730951},"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},"13":{"tf":1.0},"133":{"tf":1.0},"164":{"tf":1.0},"169":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"251":{"tf":1.0},"29":{"tf":1.0},"37":{"tf":1.0},"45":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"82":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"d":{"a":{"_":{"df":0,"docs":{},"l":{"df":3,"docs":{"105":{"tf":1.0},"109":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":5,"docs":{"109":{"tf":1.0},"238":{"tf":1.0},"42":{"tf":1.0},"54":{"tf":1.0},"89":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"222":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"—":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"193":{"tf":1.0}}}}}}}}}}}},"df":105,"docs":{"10":{"tf":1.0},"100":{"tf":2.23606797749979},"109":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"116":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"127":{"tf":1.7320508075688772},"128":{"tf":1.0},"129":{"tf":1.0},"13":{"tf":1.0},"130":{"tf":1.0},"134":{"tf":1.4142135623730951},"138":{"tf":1.0},"139":{"tf":1.4142135623730951},"142":{"tf":1.0},"144":{"tf":1.0},"146":{"tf":1.0},"16":{"tf":2.23606797749979},"168":{"tf":1.0},"17":{"tf":1.7320508075688772},"170":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"18":{"tf":1.4142135623730951},"188":{"tf":1.7320508075688772},"194":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.7320508075688772},"198":{"tf":2.8284271247461903},"199":{"tf":1.7320508075688772},"200":{"tf":1.0},"201":{"tf":1.4142135623730951},"202":{"tf":1.0},"203":{"tf":1.4142135623730951},"205":{"tf":1.7320508075688772},"209":{"tf":1.4142135623730951},"210":{"tf":1.4142135623730951},"211":{"tf":1.7320508075688772},"212":{"tf":2.0},"213":{"tf":1.0},"214":{"tf":1.7320508075688772},"216":{"tf":1.0},"217":{"tf":1.0},"22":{"tf":2.0},"220":{"tf":1.0},"221":{"tf":1.4142135623730951},"222":{"tf":2.0},"223":{"tf":1.7320508075688772},"224":{"tf":1.0},"225":{"tf":1.0},"227":{"tf":1.0},"234":{"tf":1.4142135623730951},"235":{"tf":1.7320508075688772},"237":{"tf":1.0},"238":{"tf":1.0},"24":{"tf":1.0},"246":{"tf":1.0},"250":{"tf":1.0},"263":{"tf":1.0},"273":{"tf":2.0},"28":{"tf":1.4142135623730951},"284":{"tf":1.0},"286":{"tf":3.3166247903554},"288":{"tf":2.0},"3":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":2.0},"34":{"tf":3.0},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":2.0},"42":{"tf":2.449489742783178},"45":{"tf":1.7320508075688772},"47":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"53":{"tf":2.449489742783178},"54":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"67":{"tf":1.0},"68":{"tf":1.4142135623730951},"80":{"tf":2.0},"81":{"tf":1.7320508075688772},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":2.0},"86":{"tf":1.4142135623730951},"87":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"97":{"tf":1.0}},"e":{"d":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}},"t":{"df":1,"docs":{"0":{"tf":1.0}},"—":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"’":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}}}},"i":{"df":0,"docs":{},"r":{"df":4,"docs":{"197":{"tf":1.0},"205":{"tf":1.0},"209":{"tf":1.0},"63":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":10,"docs":{"10":{"tf":1.0},"145":{"tf":1.0},"171":{"tf":1.0},"19":{"tf":1.0},"193":{"tf":1.0},"202":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":8,"docs":{"101":{"tf":1.7320508075688772},"102":{"tf":1.0},"113":{"tf":1.0},"227":{"tf":1.0},"25":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"53":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"102":{"tf":1.0},"109":{"tf":1.0},"54":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"11":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"s":{"df":3,"docs":{"175":{"tf":1.0},"177":{"tf":1.0},"217":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"227":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":18,"docs":{"110":{"tf":1.0},"144":{"tf":1.0},"165":{"tf":1.0},"17":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.7320508075688772},"203":{"tf":1.0},"220":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"47":{"tf":1.0},"83":{"tf":1.0},"9":{"tf":1.0},"94":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":10,"docs":{"110":{"tf":1.4142135623730951},"174":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"208":{"tf":1.0},"219":{"tf":2.0},"268":{"tf":1.0},"40":{"tf":1.0},"51":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"a":{"d":{"d":{"df":1,"docs":{"201":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"’":{"df":1,"docs":{"219":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"178":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"106":{"tf":1.0},"185":{"tf":1.0},"219":{"tf":1.0}}}},"df":1,"docs":{"102":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"43":{"tf":1.0}}}}}}},"}":{"\\"":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"223":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"f":{"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"24":{"tf":1.4142135623730951},"50":{"tf":1.0}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"12":{"tf":1.0},"195":{"tf":1.0},"287":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":49,"docs":{"109":{"tf":1.0},"134":{"tf":1.4142135623730951},"139":{"tf":1.7320508075688772},"142":{"tf":1.7320508075688772},"16":{"tf":1.4142135623730951},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":2.0},"197":{"tf":1.0},"198":{"tf":1.4142135623730951},"199":{"tf":1.0},"201":{"tf":1.0},"209":{"tf":2.0},"211":{"tf":1.0},"217":{"tf":1.0},"228":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"234":{"tf":1.4142135623730951},"235":{"tf":1.0},"236":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"247":{"tf":1.0},"250":{"tf":1.0},"258":{"tf":1.0},"263":{"tf":1.4142135623730951},"270":{"tf":1.0},"273":{"tf":1.0},"288":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"34":{"tf":1.7320508075688772},"35":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"45":{"tf":1.0},"46":{"tf":2.449489742783178},"53":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.0},"77":{"tf":1.0},"85":{"tf":1.0},"89":{"tf":1.0},"93":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"247":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"r":{"df":43,"docs":{"104":{"tf":1.0},"113":{"tf":1.0},"127":{"tf":1.0},"132":{"tf":1.0},"134":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"150":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"180":{"tf":1.0},"187":{"tf":1.0},"190":{"tf":1.0},"199":{"tf":1.0},"201":{"tf":1.0},"214":{"tf":1.7320508075688772},"23":{"tf":1.4142135623730951},"237":{"tf":1.0},"238":{"tf":1.0},"252":{"tf":1.0},"257":{"tf":1.0},"263":{"tf":1.0},"273":{"tf":1.0},"281":{"tf":1.0},"286":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"67":{"tf":1.0},"78":{"tf":1.4142135623730951},"85":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.0},"93":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":2,"docs":{"125":{"tf":1.0},"129":{"tf":1.0}}}},"l":{"df":0,"docs":{},"s":{"df":4,"docs":{"25":{"tf":1.0},"256":{"tf":1.0},"286":{"tf":1.0},"60":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}}},"q":{"df":1,"docs":{"111":{"tf":1.0}}},"r":{"df":2,"docs":{"46":{"tf":1.0},"55":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":13,"docs":{"122":{"tf":1.0},"129":{"tf":1.0},"147":{"tf":1.0},"150":{"tf":1.0},"160":{"tf":1.0},"197":{"tf":1.0},"209":{"tf":1.0},"224":{"tf":1.0},"250":{"tf":1.0},"277":{"tf":1.0},"41":{"tf":1.4142135623730951},"46":{"tf":1.7320508075688772},"59":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"261":{"tf":1.0},"277":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"147":{"tf":1.0},"151":{"tf":1.0},"288":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"255":{"tf":1.0}}}}}},"df":1,"docs":{"255":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":6,"docs":{"163":{"tf":1.4142135623730951},"203":{"tf":1.0},"257":{"tf":1.0},"286":{"tf":1.0},"41":{"tf":1.0},"54":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"180":{"tf":1.0}}}}}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"113":{"tf":1.0},"129":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":7,"docs":{"129":{"tf":1.0},"172":{"tf":1.0},"198":{"tf":1.0},"205":{"tf":1.0},"286":{"tf":1.7320508075688772},"37":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":1,"docs":{"47":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"185":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":4,"docs":{"0":{"tf":1.0},"128":{"tf":1.0},"182":{"tf":1.0},"46":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"107":{"tf":1.0},"232":{"tf":1.0},"246":{"tf":1.0},"78":{"tf":1.0}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":5,"docs":{"113":{"tf":1.0},"157":{"tf":1.4142135623730951},"160":{"tf":1.0},"161":{"tf":1.0},"288":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":3,"docs":{"154":{"tf":1.0},"185":{"tf":1.0},"283":{"tf":1.0}}},"l":{"df":1,"docs":{"12":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":7,"docs":{"128":{"tf":1.0},"288":{"tf":1.0},"35":{"tf":1.0},"54":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"99":{"tf":1.0}}}},"d":{"df":10,"docs":{"103":{"tf":1.0},"120":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"263":{"tf":1.0},"277":{"tf":1.0},"42":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":3,"docs":{"250":{"tf":1.0},"273":{"tf":1.4142135623730951},"55":{"tf":1.0}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":11,"docs":{"14":{"tf":1.0},"198":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"223":{"tf":1.0},"286":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"84":{"tf":1.0},"9":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"272":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":13,"docs":{"113":{"tf":1.0},"173":{"tf":1.0},"19":{"tf":1.0},"214":{"tf":1.0},"23":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.4142135623730951},"60":{"tf":1.0},"65":{"tf":1.0},"75":{"tf":1.0},"9":{"tf":1.0},"98":{"tf":1.7320508075688772}},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"273":{"tf":1.0}}}}}}}}}},"t":{"df":7,"docs":{"113":{"tf":1.0},"165":{"tf":1.0},"193":{"tf":1.0},"221":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"59":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":3,"docs":{"10":{"tf":1.0},"11":{"tf":1.4142135623730951},"194":{"tf":1.0}}}},"x":{"df":4,"docs":{"228":{"tf":1.0},"23":{"tf":1.0},"245":{"tf":1.0},"45":{"tf":1.4142135623730951}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"168":{"tf":1.0}}},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"243":{"tf":1.0}}}},"p":{"df":2,"docs":{"168":{"tf":1.0},"180":{"tf":1.0}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"11":{"tf":1.0},"162":{"tf":1.0},"28":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":1,"docs":{"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"225":{"tf":1.0},"227":{"tf":1.0},"288":{"tf":1.7320508075688772},"96":{"tf":1.0},"97":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"110":{"tf":1.0},"208":{"tf":1.0}}}}}}}}},"n":{"df":89,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":2.0},"107":{"tf":1.4142135623730951},"108":{"tf":1.0},"109":{"tf":2.0},"110":{"tf":1.7320508075688772},"115":{"tf":1.4142135623730951},"116":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"12":{"tf":1.0},"120":{"tf":1.4142135623730951},"121":{"tf":1.4142135623730951},"122":{"tf":1.0},"13":{"tf":1.0},"133":{"tf":1.4142135623730951},"14":{"tf":1.0},"146":{"tf":2.0},"149":{"tf":1.0},"154":{"tf":1.0},"159":{"tf":1.0},"164":{"tf":2.0},"165":{"tf":2.0},"169":{"tf":1.0},"173":{"tf":1.7320508075688772},"174":{"tf":1.7320508075688772},"205":{"tf":2.0},"206":{"tf":2.23606797749979},"207":{"tf":1.0},"208":{"tf":2.6457513110645907},"21":{"tf":1.0},"211":{"tf":2.0},"212":{"tf":2.0},"213":{"tf":1.0},"216":{"tf":1.4142135623730951},"218":{"tf":1.7320508075688772},"22":{"tf":1.0},"222":{"tf":2.449489742783178},"223":{"tf":2.0},"23":{"tf":1.0},"232":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.4142135623730951},"238":{"tf":2.0},"239":{"tf":1.4142135623730951},"244":{"tf":1.0},"245":{"tf":2.0},"25":{"tf":1.0},"251":{"tf":1.4142135623730951},"258":{"tf":1.0},"264":{"tf":1.0},"266":{"tf":1.7320508075688772},"279":{"tf":1.0},"280":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.7320508075688772},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"45":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"63":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"71":{"tf":1.0},"72":{"tf":1.4142135623730951},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"79":{"tf":1.0},"82":{"tf":1.0},"87":{"tf":1.0},"89":{"tf":1.0},"91":{"tf":1.4142135623730951},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}},"o":{"c":{"df":0,"docs":{},"u":{"df":2,"docs":{"174":{"tf":1.0},"21":{"tf":1.0}},"s":{"df":4,"docs":{"109":{"tf":1.0},"176":{"tf":1.0},"50":{"tf":1.0},"63":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"45":{"tf":1.0}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"222":{"tf":1.0},"77":{"tf":1.0},"99":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"109":{"tf":1.0}}}}},"k":{"df":1,"docs":{"40":{"tf":1.0}}},"m":{"a":{"df":0,"docs":{},"t":{"!":{"(":{"\\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"223":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":2,"docs":{"196":{"tf":1.0},"288":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"19":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0},"98":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"y":{"df":1,"docs":{"48":{"tf":1.0}}}}}}}}},"df":2,"docs":{"189":{"tf":1.0},"230":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"9":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"r":{"df":1,"docs":{"40":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"219":{"tf":1.0},"268":{"tf":1.0},"40":{"tf":1.0}}}}}}}}}}},"df":70,"docs":{"0":{"tf":1.4142135623730951},"10":{"tf":1.4142135623730951},"101":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":1.0},"12":{"tf":1.0},"124":{"tf":1.0},"144":{"tf":1.0},"15":{"tf":1.0},"165":{"tf":1.0},"167":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.4142135623730951},"181":{"tf":1.0},"183":{"tf":1.7320508075688772},"186":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.4142135623730951},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"20":{"tf":1.0},"200":{"tf":1.7320508075688772},"201":{"tf":1.4142135623730951},"202":{"tf":1.7320508075688772},"203":{"tf":1.0},"21":{"tf":1.4142135623730951},"219":{"tf":1.0},"22":{"tf":1.4142135623730951},"220":{"tf":1.0},"221":{"tf":1.0},"225":{"tf":1.4142135623730951},"227":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"241":{"tf":1.0},"25":{"tf":1.0},"250":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"259":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"27":{"tf":1.0},"271":{"tf":1.0},"281":{"tf":1.0},"288":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.4142135623730951},"35":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.4142135623730951},"40":{"tf":1.7320508075688772},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"47":{"tf":1.4142135623730951},"48":{"tf":1.0},"51":{"tf":1.4142135623730951},"59":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":2.0},"80":{"tf":1.0},"9":{"tf":2.0},"94":{"tf":1.0}},"’":{"df":4,"docs":{"14":{"tf":1.0},"199":{"tf":1.0},"41":{"tf":1.0},"47":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":1,"docs":{"235":{"tf":1.0}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"168":{"tf":1.0},"248":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"155":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"156":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":9,"docs":{"121":{"tf":1.0},"129":{"tf":1.0},"180":{"tf":1.0},"198":{"tf":1.0},"247":{"tf":1.0},"284":{"tf":1.0},"34":{"tf":1.0},"38":{"tf":1.0},"48":{"tf":1.0}},"i":{"df":2,"docs":{"261":{"tf":1.0},"286":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":8,"docs":{"106":{"tf":1.0},"113":{"tf":1.0},"186":{"tf":1.0},"218":{"tf":1.4142135623730951},"23":{"tf":1.0},"232":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.0}}}}}}},"d":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}}}}},"df":1,"docs":{"227":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"163":{"tf":1.4142135623730951},"174":{"tf":1.0},"209":{"tf":1.0},"60":{"tf":1.0}}}}},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"130":{"tf":1.0}}}}}},"g":{"b":{"df":1,"docs":{"185":{"tf":1.0}}},"d":{"b":{"df":1,"docs":{"151":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":3,"docs":{"172":{"tf":1.0},"222":{"tf":1.0},"41":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":35,"docs":{"13":{"tf":1.0},"130":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"158":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"197":{"tf":1.4142135623730951},"200":{"tf":1.0},"204":{"tf":1.0},"214":{"tf":1.0},"219":{"tf":1.0},"222":{"tf":1.0},"234":{"tf":1.0},"249":{"tf":1.0},"256":{"tf":1.0},"258":{"tf":1.0},"268":{"tf":1.0},"279":{"tf":1.4142135623730951},"286":{"tf":1.4142135623730951},"288":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":2.0},"58":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"7":{"tf":1.0}}},"s":{"df":0,"docs":{},"i":{"df":4,"docs":{"234":{"tf":2.0},"272":{"tf":1.4142135623730951},"288":{"tf":1.0},"31":{"tf":1.0}}}}}},"t":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"222":{"tf":1.0},"223":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":4,"docs":{"155":{"tf":1.0},"247":{"tf":1.0},"282":{"tf":1.0},"34":{"tf":1.0}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"185":{"tf":1.0}},"h":{"df":0,"docs":{},"u":{"b":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"244":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":1,"docs":{"283":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":9,"docs":{"119":{"tf":1.0},"18":{"tf":1.0},"201":{"tf":1.0},"234":{"tf":1.0},"238":{"tf":1.0},"276":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"9":{"tf":1.0}},"n":{"df":2,"docs":{"41":{"tf":1.0},"48":{"tf":1.0}}}}}},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"273":{"tf":1.0},"42":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"111":{"tf":1.0},"285":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"251":{"tf":1.0},"47":{"tf":1.7320508075688772}}}},"df":3,"docs":{"181":{"tf":1.0},"193":{"tf":1.0},"37":{"tf":1.0}},"e":{"df":3,"docs":{"10":{"tf":1.0},"28":{"tf":1.0},"9":{"tf":1.0}}},"o":{"d":{"df":7,"docs":{"101":{"tf":1.0},"104":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.0},"54":{"tf":1.0},"98":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"175":{"tf":1.0},"199":{"tf":1.0},"209":{"tf":1.0},"57":{"tf":1.0},"67":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"112":{"tf":1.0},"113":{"tf":1.0}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"242":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"234":{"tf":1.7320508075688772},"241":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"33":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":2,"docs":{"224":{"tf":1.0},"47":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":5,"docs":{"196":{"tf":1.0},"287":{"tf":1.0},"31":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0}}}}}},"d":{"df":3,"docs":{"175":{"tf":1.0},"217":{"tf":1.0},"288":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":4,"docs":{"180":{"tf":1.0},"226":{"tf":1.0},"263":{"tf":1.0},"49":{"tf":1.0}}},"df":0,"docs":{}}},"df":6,"docs":{"162":{"tf":1.0},"19":{"tf":1.0},"273":{"tf":1.0},"38":{"tf":1.0},"49":{"tf":1.0},"9":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"256":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"127":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{}}}},"n":{"d":{"df":2,"docs":{"17":{"tf":1.0},"30":{"tf":1.0}},"i":{"df":1,"docs":{"9":{"tf":1.0}}},"l":{"df":22,"docs":{"118":{"tf":1.0},"14":{"tf":1.0},"166":{"tf":1.0},"172":{"tf":1.0},"18":{"tf":1.0},"181":{"tf":1.0},"197":{"tf":1.0},"199":{"tf":1.0},"209":{"tf":1.0},"21":{"tf":1.0},"258":{"tf":1.0},"288":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"43":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.0},"79":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":16,"docs":{"13":{"tf":1.0},"134":{"tf":2.0},"17":{"tf":1.0},"171":{"tf":1.0},"201":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"284":{"tf":1.0},"29":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.0},"68":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}}}},"r":{"d":{"df":6,"docs":{"109":{"tf":1.0},"18":{"tf":1.0},"23":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"60":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"102":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":8,"docs":{"104":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.0},"189":{"tf":1.0},"232":{"tf":1.0},"250":{"tf":1.7320508075688772},"276":{"tf":1.0},"286":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"df":1,"docs":{"235":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"178":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"206":{"tf":1.0},"208":{"tf":1.0}},"s":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"208":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"208":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{")":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"208":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"208":{"tf":2.0}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"208":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"206":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":9,"docs":{"148":{"tf":1.0},"153":{"tf":1.0},"161":{"tf":1.0},"180":{"tf":1.0},"206":{"tf":1.7320508075688772},"236":{"tf":1.0},"24":{"tf":1.4142135623730951},"30":{"tf":1.0},"33":{"tf":1.0}},"i":{"df":4,"docs":{"178":{"tf":1.0},"197":{"tf":1.0},"24":{"tf":1.0},"31":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":4,"docs":{"104":{"tf":1.0},"120":{"tf":1.0},"235":{"tf":1.0},"275":{"tf":1.0}}},"y":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"120":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":8,"docs":{"170":{"tf":1.0},"175":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"286":{"tf":1.0},"33":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"m":{"df":1,"docs":{"159":{"tf":1.0}}},"p":{"df":12,"docs":{"0":{"tf":1.0},"193":{"tf":1.0},"20":{"tf":1.0},"209":{"tf":1.0},"228":{"tf":1.0},"247":{"tf":1.0},"27":{"tf":1.0},"282":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"218":{"tf":1.4142135623730951},"40":{"tf":1.0},"51":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":8,"docs":{"10":{"tf":1.0},"109":{"tf":1.0},"223":{"tf":1.0},"266":{"tf":1.0},"39":{"tf":1.0},"53":{"tf":1.0},"60":{"tf":1.0},"9":{"tf":1.4142135623730951}},"’":{"df":7,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"162":{"tf":1.0},"197":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":11,"docs":{"120":{"tf":1.0},"126":{"tf":1.0},"19":{"tf":1.0},"195":{"tf":1.0},"225":{"tf":1.0},"227":{"tf":1.0},"275":{"tf":1.0},"288":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"66":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"161":{"tf":1.0},"287":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"157":{"tf":1.0},"161":{"tf":1.0},"288":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"24":{"tf":1.0}}}},"o":{"c":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}},"o":{"d":{"df":1,"docs":{"67":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":1,"docs":{"198":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"150":{"tf":1.4142135623730951},"151":{"tf":1.0},"155":{"tf":1.0},"225":{"tf":1.0},"231":{"tf":1.0},"244":{"tf":1.0},"288":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"225":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"c":{"df":2,"docs":{"172":{"tf":1.0},"178":{"tf":1.0}}},"df":0,"docs":{}}}},":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"1":{"8":{"0":{"8":{"0":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"236":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"286":{"tf":1.0},"31":{"tf":1.0}}}}},"u":{"b":{"df":2,"docs":{"121":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"205":{"tf":1.0},"211":{"tf":1.0}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"i":{"/":{"df":0,"docs":{},"o":{"df":1,"docs":{"235":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"a":{"df":9,"docs":{"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0}},"l":{"df":1,"docs":{"284":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"201":{"tf":1.0},"234":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0}},"i":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"122":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":4,"docs":{"120":{"tf":1.0},"141":{"tf":1.0},"187":{"tf":1.0},"222":{"tf":1.0}}}}}}}},"l":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":5,"docs":{"19":{"tf":1.0},"38":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":5,"docs":{"144":{"tf":1.0},"192":{"tf":1.0},"201":{"tf":1.0},"9":{"tf":1.0},"95":{"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":{"124":{"tf":1.0},"221":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"153":{"tf":1.0},"183":{"tf":1.4142135623730951},"253":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"29":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"196":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":8,"docs":{"13":{"tf":1.0},"196":{"tf":1.0},"251":{"tf":1.0},"286":{"tf":1.0},"29":{"tf":1.4142135623730951},"44":{"tf":2.449489742783178},"47":{"tf":1.0},"53":{"tf":1.0}}}}},"p":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"21":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":2.449489742783178}}}},"l":{"df":10,"docs":{"110":{"tf":1.0},"165":{"tf":1.4142135623730951},"173":{"tf":1.0},"206":{"tf":1.4142135623730951},"208":{"tf":1.4142135623730951},"212":{"tf":1.4142135623730951},"222":{"tf":1.4142135623730951},"223":{"tf":1.4142135623730951},"266":{"tf":1.0},"280":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":16,"docs":{"146":{"tf":1.4142135623730951},"165":{"tf":1.0},"168":{"tf":1.0},"198":{"tf":1.0},"205":{"tf":1.0},"216":{"tf":1.4142135623730951},"225":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":1.0},"63":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"109":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"100":{"tf":1.0},"91":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"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":1,"docs":{"63":{"tf":1.0}}}},"—":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}}}}}},"df":4,"docs":{"119":{"tf":1.0},"33":{"tf":1.0},"40":{"tf":1.0},"78":{"tf":1.0}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":27,"docs":{"100":{"tf":1.0},"116":{"tf":1.0},"16":{"tf":1.0},"169":{"tf":1.4142135623730951},"174":{"tf":1.0},"195":{"tf":1.0},"197":{"tf":1.4142135623730951},"198":{"tf":1.0},"2":{"tf":1.0},"205":{"tf":1.0},"209":{"tf":1.0},"214":{"tf":1.0},"219":{"tf":1.0},"227":{"tf":1.0},"238":{"tf":1.4142135623730951},"24":{"tf":1.0},"273":{"tf":1.0},"284":{"tf":1.0},"288":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"54":{"tf":1.7320508075688772},"67":{"tf":1.0},"76":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"89":{"tf":1.0},"91":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"168":{"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":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"76":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"76":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":21,"docs":{"100":{"tf":1.7320508075688772},"112":{"tf":1.0},"113":{"tf":1.0},"116":{"tf":1.4142135623730951},"170":{"tf":1.0},"179":{"tf":1.0},"205":{"tf":1.0},"238":{"tf":2.0},"24":{"tf":1.0},"252":{"tf":1.0},"286":{"tf":1.0},"288":{"tf":1.0},"34":{"tf":1.4142135623730951},"42":{"tf":2.0},"60":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"178":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":1,"docs":{"126":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"36":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":13,"docs":{"104":{"tf":1.0},"115":{"tf":1.4142135623730951},"116":{"tf":1.7320508075688772},"117":{"tf":1.4142135623730951},"118":{"tf":1.0},"119":{"tf":1.4142135623730951},"234":{"tf":1.0},"238":{"tf":1.0},"241":{"tf":1.0},"245":{"tf":1.0},"270":{"tf":1.0},"276":{"tf":1.0},"287":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"—":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"209":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"22":{"tf":1.0},"42":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"\\"":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"222":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"173":{"tf":1.0},"174":{"tf":1.4142135623730951}}}},"i":{"c":{"df":8,"docs":{"112":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"142":{"tf":1.0},"188":{"tf":1.0},"217":{"tf":1.0},"273":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"42":{"tf":1.0},"47":{"tf":1.0}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"u":{"df":2,"docs":{"232":{"tf":1.0},"252":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"c":{"df":1,"docs":{"125":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{".":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"206":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"212":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":5,"docs":{"189":{"tf":1.0},"206":{"tf":1.4142135623730951},"212":{"tf":1.0},"241":{"tf":1.4142135623730951},"242":{"tf":1.0}},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"286":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":11,"docs":{"145":{"tf":1.0},"201":{"tf":1.0},"203":{"tf":1.0},"21":{"tf":1.0},"216":{"tf":1.4142135623730951},"217":{"tf":1.0},"267":{"tf":1.0},"286":{"tf":1.0},"30":{"tf":1.0},"47":{"tf":1.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"222":{"tf":1.4142135623730951}},"i":{"df":5,"docs":{"234":{"tf":1.0},"286":{"tf":1.0},"31":{"tf":1.0},"46":{"tf":1.0},"85":{"tf":1.0}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"125":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"16":{"tf":1.0},"198":{"tf":1.4142135623730951},"38":{"tf":1.0},"42":{"tf":1.0},"80":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"222":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"125":{"tf":1.0},"37":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"184":{"tf":1.0}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":15,"docs":{"16":{"tf":1.0},"178":{"tf":1.0},"197":{"tf":1.0},"201":{"tf":1.0},"22":{"tf":1.0},"232":{"tf":1.0},"238":{"tf":1.0},"245":{"tf":1.0},"250":{"tf":1.0},"253":{"tf":1.0},"33":{"tf":1.0},"38":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"80":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"242":{"tf":1.0},"272":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":20,"docs":{"10":{"tf":1.0},"133":{"tf":1.0},"136":{"tf":1.0},"160":{"tf":1.0},"18":{"tf":1.0},"190":{"tf":1.0},"208":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"225":{"tf":1.0},"252":{"tf":1.0},"281":{"tf":1.0},"289":{"tf":1.0},"4":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"53":{"tf":1.0},"59":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"df":4,"docs":{"103":{"tf":1.0},"235":{"tf":1.0},"275":{"tf":1.0},"288":{"tf":1.0}}},"t":{"df":11,"docs":{"108":{"tf":1.4142135623730951},"113":{"tf":1.0},"18":{"tf":1.0},"196":{"tf":1.0},"199":{"tf":1.0},"21":{"tf":1.0},"227":{"tf":1.0},"245":{"tf":1.0},"34":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"102":{"tf":1.0},"124":{"tf":1.0},"127":{"tf":1.0},"180":{"tf":1.0},"57":{"tf":1.0}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"105":{"tf":1.0},"125":{"tf":1.0},"199":{"tf":1.0},"258":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0},"73":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"104":{"tf":1.0},"53":{"tf":1.0},"62":{"tf":1.0}}}}},"f":{"a":{"c":{"df":6,"docs":{"129":{"tf":1.0},"146":{"tf":1.7320508075688772},"286":{"tf":1.0},"288":{"tf":1.0},"289":{"tf":1.0},"30":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"36":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"151":{"tf":1.0},"156":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"263":{"tf":1.0},"41":{"tf":1.0}}}}},"n":{"df":7,"docs":{"117":{"tf":1.0},"125":{"tf":1.0},"225":{"tf":1.0},"24":{"tf":1.7320508075688772},"40":{"tf":1.0},"72":{"tf":1.0},"9":{"tf":1.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"113":{"tf":1.0},"132":{"tf":1.0},"137":{"tf":1.0},"166":{"tf":1.0},"20":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"(":{"5":{"df":1,"docs":{"208":{"tf":1.0}}},"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"206":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"208":{"tf":1.0}}}}}},"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"206":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":6,"docs":{"128":{"tf":1.0},"197":{"tf":1.0},"208":{"tf":1.4142135623730951},"22":{"tf":1.0},"238":{"tf":1.0},"32":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":7,"docs":{"167":{"tf":1.0},"23":{"tf":1.0},"245":{"tf":1.0},"286":{"tf":1.0},"36":{"tf":1.0},"62":{"tf":1.0},"74":{"tf":1.0}},"t":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"134":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"203":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"18":{"tf":1.0},"42":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"273":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"y":{"df":1,"docs":{"37":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"o":{"c":{"df":1,"docs":{"281":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"235":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":6,"docs":{"100":{"tf":1.0},"150":{"tf":1.0},"155":{"tf":1.0},"234":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"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":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":29,"docs":{"105":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0},"120":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"150":{"tf":1.4142135623730951},"151":{"tf":1.0},"152":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.4142135623730951},"17":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"188":{"tf":1.0},"190":{"tf":1.0},"231":{"tf":1.0},"252":{"tf":1.0},"258":{"tf":1.0},"271":{"tf":1.0},"281":{"tf":1.0},"288":{"tf":1.4142135623730951},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"56":{"tf":1.0},"59":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":17,"docs":{"142":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.4142135623730951},"217":{"tf":1.0},"222":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"233":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"246":{"tf":1.7320508075688772},"247":{"tf":1.7320508075688772},"252":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.0},"283":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"41":{"tf":1.0}}}}}}}}}},"df":10,"docs":{"112":{"tf":1.4142135623730951},"122":{"tf":1.0},"147":{"tf":1.0},"150":{"tf":1.0},"155":{"tf":1.0},"160":{"tf":1.0},"162":{"tf":1.0},"261":{"tf":1.0},"288":{"tf":1.0},"59":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"0":{"tf":1.0},"35":{"tf":1.0}},"—":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}}}},"—":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"40":{"tf":1.0}}}}},"’":{"df":10,"docs":{"109":{"tf":1.0},"13":{"tf":1.0},"147":{"tf":1.0},"196":{"tf":1.4142135623730951},"201":{"tf":1.0},"217":{"tf":1.0},"3":{"tf":1.4142135623730951},"44":{"tf":1.0},"47":{"tf":1.0},"64":{"tf":1.0}}}},"v":{"df":2,"docs":{"226":{"tf":1.0},"9":{"tf":1.0}}}},"j":{"df":0,"docs":{},"o":{"b":{"df":2,"docs":{"194":{"tf":1.0},"30":{"tf":1.0}}},"df":0,"docs":{}},"u":{"d":{"df":0,"docs":{},"g":{"df":5,"docs":{"16":{"tf":1.0},"194":{"tf":1.0},"198":{"tf":1.0},"286":{"tf":1.0},"42":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"198":{"tf":1.4142135623730951},"36":{"tf":1.0},"80":{"tf":1.0}}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":3,"docs":{"19":{"tf":1.0},"201":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}},"k":{"8":{"df":9,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"163":{"tf":1.7320508075688772},"168":{"tf":1.0},"17":{"tf":1.0},"177":{"tf":1.0},"272":{"tf":1.0},"289":{"tf":1.0},"51":{"tf":1.0}},"s":{"2":{"[":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"162":{"tf":1.0}}}}}},"df":0,"docs":{}},"[":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"162":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"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":2,"docs":{"122":{"tf":1.0},"159":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{")":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"(":{"&":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"14":{"tf":1.0},"251":{"tf":1.0},"41":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"162":{"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":{"162":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":17,"docs":{"120":{"tf":1.0},"14":{"tf":1.0},"141":{"tf":1.0},"157":{"tf":1.0},"160":{"tf":1.4142135623730951},"162":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"187":{"tf":1.0},"191":{"tf":1.0},"216":{"tf":1.0},"231":{"tf":1.0},"281":{"tf":1.0},"288":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"59":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":24,"docs":{"108":{"tf":1.0},"112":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"116":{"tf":1.0},"13":{"tf":1.0},"130":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0},"180":{"tf":1.0},"197":{"tf":1.0},"200":{"tf":1.7320508075688772},"203":{"tf":1.0},"224":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.4142135623730951},"253":{"tf":1.0},"26":{"tf":1.0},"277":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0},"50":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"9":{"tf":1.0}}}},"y":{"df":11,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"178":{"tf":1.0},"19":{"tf":1.0},"197":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"285":{"tf":1.0},"39":{"tf":1.0},"48":{"tf":1.0},"63":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":6,"docs":{"148":{"tf":1.0},"189":{"tf":1.0},"231":{"tf":1.4142135623730951},"271":{"tf":1.0},"35":{"tf":1.0},"40":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"227":{"tf":1.4142135623730951}}},"df":0,"docs":{},"w":{"df":18,"docs":{"13":{"tf":1.0},"144":{"tf":1.0},"17":{"tf":1.0},"195":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"220":{"tf":1.0},"30":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.4142135623730951},"46":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":2,"docs":{"40":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":1,"docs":{"36":{"tf":1.0}}},"—":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"u":{"b":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":7,"docs":{"141":{"tf":1.0},"184":{"tf":1.0},"187":{"tf":1.4142135623730951},"189":{"tf":1.4142135623730951},"232":{"tf":1.4142135623730951},"242":{"tf":2.6457513110645907},"247":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":23,"docs":{"122":{"tf":1.0},"14":{"tf":1.0},"157":{"tf":1.4142135623730951},"158":{"tf":1.0},"159":{"tf":1.4142135623730951},"160":{"tf":1.0},"17":{"tf":1.0},"184":{"tf":1.0},"189":{"tf":1.0},"195":{"tf":1.4142135623730951},"225":{"tf":1.0},"232":{"tf":1.0},"242":{"tf":1.0},"286":{"tf":1.0},"288":{"tf":1.0},"289":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.7320508075688772},"47":{"tf":1.0},"50":{"tf":1.0},"59":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"125":{"tf":1.0}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":6,"docs":{"14":{"tf":1.0},"22":{"tf":1.0},"250":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"59":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"185":{"tf":1.0},"59":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"115":{"tf":1.0},"116":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"128":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":5,"docs":{"125":{"tf":1.4142135623730951},"178":{"tf":1.0},"179":{"tf":1.0},"252":{"tf":1.0},"42":{"tf":1.0}},"y":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"179":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"67":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"12":{"tf":1.0},"153":{"tf":1.0},"30":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":7,"docs":{"12":{"tf":1.0},"130":{"tf":1.0},"195":{"tf":1.0},"227":{"tf":1.0},"286":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"287":{"tf":1.0}}}}},"df":0,"docs":{},"k":{"df":5,"docs":{"17":{"tf":1.0},"257":{"tf":1.0},"288":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":5,"docs":{"219":{"tf":1.0},"27":{"tf":1.0},"5":{"tf":1.0},"61":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"195":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"276":{"tf":1.0},"43":{"tf":1.0},"85":{"tf":1.0}}}},"t":{"df":9,"docs":{"16":{"tf":1.0},"198":{"tf":1.0},"2":{"tf":1.0},"200":{"tf":1.0},"211":{"tf":1.0},"267":{"tf":1.0},"41":{"tf":1.0},"54":{"tf":1.0},"80":{"tf":1.0}},"’":{"df":22,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"194":{"tf":1.0},"204":{"tf":1.0},"206":{"tf":1.0},"210":{"tf":1.0},"212":{"tf":1.0},"215":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"37":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"9":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":9,"docs":{"125":{"tf":1.0},"19":{"tf":1.0},"193":{"tf":1.0},"195":{"tf":1.0},"225":{"tf":1.0},"227":{"tf":1.0},"288":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":18,"docs":{"131":{"tf":1.0},"146":{"tf":1.0},"15":{"tf":1.0},"154":{"tf":1.0},"159":{"tf":1.0},"19":{"tf":1.0},"197":{"tf":1.0},"199":{"tf":1.0},"201":{"tf":1.0},"27":{"tf":1.4142135623730951},"286":{"tf":1.0},"288":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"38":{"tf":1.0},"48":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":3,"docs":{"104":{"tf":1.0},"275":{"tf":1.0},"66":{"tf":1.0}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"222":{"tf":1.0}}}}}}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"7":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":14,"docs":{"108":{"tf":1.0},"136":{"tf":1.0},"143":{"tf":1.0},"151":{"tf":1.0},"156":{"tf":1.0},"163":{"tf":1.0},"171":{"tf":1.0},"190":{"tf":1.0},"232":{"tf":1.0},"262":{"tf":1.0},"270":{"tf":1.0},"276":{"tf":1.0},"45":{"tf":1.0},"59":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":5,"docs":{"145":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"30":{"tf":1.0},"53":{"tf":1.0}},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"59":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"x":{"df":1,"docs":{"241":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"285":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":30,"docs":{"105":{"tf":1.0},"109":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"119":{"tf":1.0},"130":{"tf":1.0},"167":{"tf":1.0},"170":{"tf":1.0},"178":{"tf":1.0},"188":{"tf":1.0},"2":{"tf":1.0},"225":{"tf":1.0},"227":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"286":{"tf":2.23606797749979},"33":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"60":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"91":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"179":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}},"o":{"a":{"d":{"df":17,"docs":{"104":{"tf":1.7320508075688772},"108":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.0},"126":{"tf":1.0},"178":{"tf":1.0},"246":{"tf":1.0},"250":{"tf":1.0},"252":{"tf":1.0},"275":{"tf":1.0},"45":{"tf":1.0},"56":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.4142135623730951},"69":{"tf":1.0},"7":{"tf":1.0},"73":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"k":{"8":{"df":1,"docs":{"247":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"[":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"162":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":20,"docs":{"122":{"tf":1.0},"141":{"tf":1.0},"147":{"tf":1.0},"150":{"tf":1.4142135623730951},"162":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"187":{"tf":1.0},"191":{"tf":1.0},"216":{"tf":1.0},"247":{"tf":1.0},"261":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"288":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"59":{"tf":1.4142135623730951}},"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":11,"docs":{"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"121":{"tf":1.0},"133":{"tf":1.0},"149":{"tf":1.0},"164":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{")":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"(":{"&":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"14":{"tf":1.0},"244":{"tf":1.0},"251":{"tf":1.0},"264":{"tf":1.0},"30":{"tf":1.0},"41":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"162":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":30,"docs":{"107":{"tf":1.0},"112":{"tf":1.0},"120":{"tf":1.0},"14":{"tf":1.0},"147":{"tf":1.0},"151":{"tf":1.0},"160":{"tf":1.0},"163":{"tf":1.0},"168":{"tf":1.0},"17":{"tf":1.4142135623730951},"177":{"tf":1.0},"183":{"tf":1.0},"195":{"tf":1.4142135623730951},"197":{"tf":1.0},"225":{"tf":1.0},"236":{"tf":1.0},"244":{"tf":1.0},"251":{"tf":1.0},"253":{"tf":1.0},"26":{"tf":1.0},"270":{"tf":1.0},"286":{"tf":1.0},"41":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951},"47":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"7":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":2,"docs":{"14":{"tf":1.0},"244":{"tf":1.0}}}}}}},"t":{"df":3,"docs":{"185":{"tf":1.0},"225":{"tf":1.0},"230":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":34,"docs":{"120":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":2.6457513110645907},"142":{"tf":1.0},"143":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"156":{"tf":1.4142135623730951},"161":{"tf":1.0},"163":{"tf":1.7320508075688772},"186":{"tf":1.0},"187":{"tf":2.8284271247461903},"188":{"tf":1.0},"190":{"tf":1.0},"199":{"tf":1.0},"205":{"tf":1.0},"209":{"tf":1.0},"217":{"tf":1.0},"222":{"tf":1.0},"232":{"tf":1.0},"234":{"tf":1.4142135623730951},"246":{"tf":1.4142135623730951},"247":{"tf":2.0},"263":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.4142135623730951},"281":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.0},"35":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0}},"i":{"c":{"df":20,"docs":{"102":{"tf":1.0},"117":{"tf":1.0},"119":{"tf":1.0},"165":{"tf":1.4142135623730951},"18":{"tf":1.0},"197":{"tf":1.0},"200":{"tf":1.0},"216":{"tf":1.0},"221":{"tf":1.0},"224":{"tf":1.0},"266":{"tf":1.0},"286":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"53":{"tf":1.0},"73":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{}},"s":{"/":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"129":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":12,"docs":{"120":{"tf":1.0},"160":{"tf":1.0},"196":{"tf":1.0},"227":{"tf":1.0},"25":{"tf":1.0},"256":{"tf":1.0},"261":{"tf":1.0},"273":{"tf":1.0},"53":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"60":{"tf":1.0},"89":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"118":{"tf":1.0},"238":{"tf":1.0},"46":{"tf":1.0},"85":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":12,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"127":{"tf":1.0},"142":{"tf":1.0},"16":{"tf":1.0},"188":{"tf":1.0},"194":{"tf":1.0},"232":{"tf":1.0},"273":{"tf":1.4142135623730951},"37":{"tf":1.0},"42":{"tf":1.0},"7":{"tf":1.0}}},"p":{"df":3,"docs":{"113":{"tf":1.0},"206":{"tf":1.4142135623730951},"21":{"tf":1.0}}},"s":{"df":2,"docs":{"40":{"tf":1.0},"50":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"7":{"tf":1.0}}},"s":{"df":1,"docs":{"238":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"268":{"tf":1.0}}}},"w":{"df":2,"docs":{"104":{"tf":1.0},"126":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"236":{"tf":1.0},"238":{"tf":1.0},"246":{"tf":1.0}}}}}},"r":{"df":2,"docs":{"11":{"tf":1.0},"28":{"tf":1.0}}},"s":{"df":1,"docs":{"232":{"tf":1.0}},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"231":{"tf":1.0}}}}},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"25":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":21,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"120":{"tf":1.0},"14":{"tf":1.0},"147":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"155":{"tf":1.4142135623730951},"156":{"tf":1.0},"157":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"250":{"tf":1.0},"264":{"tf":1.0},"288":{"tf":1.0},"30":{"tf":1.0},"45":{"tf":1.4142135623730951},"53":{"tf":1.0},"59":{"tf":1.0}}}}},"o":{"df":1,"docs":{"241":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"39":{"tf":1.0},"50":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"—":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"’":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":90,"docs":{"10":{"tf":1.0},"100":{"tf":1.4142135623730951},"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.4142135623730951},"108":{"tf":1.0},"109":{"tf":2.0},"110":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"13":{"tf":1.0},"133":{"tf":1.0},"14":{"tf":1.0},"146":{"tf":1.0},"149":{"tf":1.0},"154":{"tf":1.0},"159":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"169":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.4142135623730951},"21":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"216":{"tf":1.0},"218":{"tf":1.4142135623730951},"22":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"23":{"tf":1.0},"232":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.4142135623730951},"238":{"tf":2.0},"239":{"tf":1.4142135623730951},"244":{"tf":1.0},"245":{"tf":1.4142135623730951},"25":{"tf":1.0},"251":{"tf":1.4142135623730951},"258":{"tf":1.0},"264":{"tf":1.0},"266":{"tf":1.0},"279":{"tf":1.0},"280":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"45":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"71":{"tf":1.0},"72":{"tf":1.4142135623730951},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"79":{"tf":1.0},"82":{"tf":1.0},"87":{"tf":1.0},"89":{"tf":1.0},"91":{"tf":1.4142135623730951},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":8,"docs":{"111":{"tf":1.0},"192":{"tf":1.0},"2":{"tf":1.0},"212":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.4142135623730951},"47":{"tf":1.0},"96":{"tf":1.0}}}}},"df":0,"docs":{}}}},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"220":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"e":{"df":38,"docs":{"0":{"tf":1.4142135623730951},"102":{"tf":1.0},"106":{"tf":1.0},"108":{"tf":1.0},"111":{"tf":1.0},"113":{"tf":1.0},"119":{"tf":1.0},"14":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"194":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"200":{"tf":1.4142135623730951},"203":{"tf":1.0},"205":{"tf":1.0},"22":{"tf":1.0},"225":{"tf":1.0},"23":{"tf":1.0},"250":{"tf":1.0},"257":{"tf":1.0},"277":{"tf":1.0},"286":{"tf":1.4142135623730951},"3":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"54":{"tf":1.0},"62":{"tf":1.0},"80":{"tf":1.0},"9":{"tf":1.0},"98":{"tf":1.4142135623730951}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":9,"docs":{"15":{"tf":1.0},"154":{"tf":1.0},"159":{"tf":1.0},"17":{"tf":1.0},"172":{"tf":1.0},"194":{"tf":1.0},"197":{"tf":1.0},"32":{"tf":1.0},"63":{"tf":1.0}}}},"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"38":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":20,"docs":{"100":{"tf":1.0},"103":{"tf":1.0},"109":{"tf":1.4142135623730951},"12":{"tf":1.4142135623730951},"150":{"tf":1.0},"194":{"tf":1.0},"227":{"tf":1.0},"238":{"tf":1.0},"255":{"tf":1.0},"258":{"tf":1.0},"286":{"tf":1.4142135623730951},"287":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"42":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"66":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"176":{"tf":1.0}}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":6,"docs":{"15":{"tf":1.0},"18":{"tf":1.0},"181":{"tf":1.0},"197":{"tf":1.0},"32":{"tf":1.0},"7":{"tf":1.0}},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"68":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"87":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"p":{"df":3,"docs":{"225":{"tf":1.0},"45":{"tf":1.0},"51":{"tf":1.0}}},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"199":{"tf":1.0},"35":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"113":{"tf":1.0},"135":{"tf":1.0},"201":{"tf":1.0},"221":{"tf":1.0},"47":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"111":{"tf":1.0},"226":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"160":{"tf":1.0},"194":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}}}}}}}}}},"x":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"2":{"0":{"df":2,"docs":{"57":{"tf":1.0},"76":{"tf":1.0}}},"5":{"df":4,"docs":{"102":{"tf":1.0},"119":{"tf":1.0},"75":{"tf":1.0},"77":{"tf":1.0}}},"df":0,"docs":{}},"3":{"5":{"df":1,"docs":{"105":{"tf":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":{"76":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"119":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":5,"docs":{"169":{"tf":1.0},"255":{"tf":1.0},"45":{"tf":1.0},"57":{"tf":1.0},"76":{"tf":1.0}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"76":{"tf":1.0}}}}}}},"y":{"b":{"df":2,"docs":{"25":{"tf":1.0},"42":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":12,"docs":{"13":{"tf":1.0},"134":{"tf":1.4142135623730951},"186":{"tf":1.0},"270":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.7320508075688772},"42":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0},"66":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":11,"docs":{"103":{"tf":1.0},"113":{"tf":1.0},"175":{"tf":1.0},"217":{"tf":1.0},"25":{"tf":1.0},"256":{"tf":1.4142135623730951},"26":{"tf":1.0},"277":{"tf":1.0},"53":{"tf":1.4142135623730951},"58":{"tf":1.0},"60":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"250":{"tf":1.0},"286":{"tf":1.4142135623730951}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"288":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"178":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":7,"docs":{"142":{"tf":1.0},"184":{"tf":1.0},"188":{"tf":1.0},"235":{"tf":1.0},"24":{"tf":1.0},"241":{"tf":1.0},"270":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":5,"docs":{"104":{"tf":1.0},"116":{"tf":1.0},"238":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":5,"docs":{"19":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"h":{"df":4,"docs":{"12":{"tf":1.0},"195":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0}}},"s":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"142":{"tf":1.0},"188":{"tf":1.0},"205":{"tf":1.0},"263":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"17":{"tf":1.0},"286":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"d":{"df":9,"docs":{"121":{"tf":1.0},"209":{"tf":1.0},"216":{"tf":1.0},"288":{"tf":1.0},"32":{"tf":1.0},"41":{"tf":1.0},"55":{"tf":1.0},"63":{"tf":1.0},"97":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"c":{"df":13,"docs":{"120":{"tf":1.0},"128":{"tf":1.0},"163":{"tf":1.0},"17":{"tf":1.0},"172":{"tf":1.4142135623730951},"198":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"217":{"tf":1.0},"286":{"tf":1.0},"288":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"171":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"i":{"d":{"df":2,"docs":{"178":{"tf":1.0},"44":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"125":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"168":{"tf":1.0}}}},"df":0,"docs":{}}},"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"0":{"df":2,"docs":{"57":{"tf":1.0},"76":{"tf":1.0}}},"5":{"df":4,"docs":{"102":{"tf":1.0},"119":{"tf":1.0},"75":{"tf":1.0},"77":{"tf":1.0}}},"df":0,"docs":{}},"2":{"5":{"df":1,"docs":{"105":{"tf":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":{"76":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"119":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"212":{"tf":1.4142135623730951}}}}}}},"d":{"df":1,"docs":{"60":{"tf":1.0}}},"df":3,"docs":{"169":{"tf":1.0},"57":{"tf":1.0},"76":{"tf":1.0}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"115":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":9,"docs":{"113":{"tf":1.0},"115":{"tf":1.4142135623730951},"151":{"tf":1.0},"215":{"tf":1.0},"221":{"tf":1.0},"224":{"tf":1.0},"247":{"tf":1.0},"275":{"tf":1.0},"284":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":8,"docs":{"103":{"tf":1.0},"178":{"tf":1.0},"227":{"tf":1.0},"25":{"tf":1.4142135623730951},"277":{"tf":1.0},"60":{"tf":1.0},"76":{"tf":1.4142135623730951},"85":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"43":{"tf":1.0}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"108":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"217":{"tf":1.0},"41":{"tf":1.0}}}}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"234":{"tf":1.0},"272":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":5,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.4142135623730951},"140":{"tf":1.0},"258":{"tf":1.0}}}},"x":{"df":8,"docs":{"105":{"tf":1.0},"164":{"tf":1.0},"201":{"tf":1.0},"23":{"tf":1.0},"275":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.7320508075688772},"47":{"tf":1.0}},"e":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"118":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"127":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":7,"docs":{"104":{"tf":1.0},"2":{"tf":1.4142135623730951},"244":{"tf":1.0},"272":{"tf":1.0},"85":{"tf":1.0},"89":{"tf":1.0},"93":{"tf":1.0}},"l":{"df":10,"docs":{"126":{"tf":1.0},"18":{"tf":1.0},"193":{"tf":1.7320508075688772},"201":{"tf":1.0},"225":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"19":{"tf":1.0}}}}}}}},"r":{"df":3,"docs":{"104":{"tf":1.0},"108":{"tf":1.0},"275":{"tf":1.0}}},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"201":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"5":{"tf":1.0}},"i":{"df":4,"docs":{"202":{"tf":1.0},"214":{"tf":1.4142135623730951},"34":{"tf":1.0},"44":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"1":{"tf":1.0},"131":{"tf":1.0},"40":{"tf":1.4142135623730951}}}},"df":1,"docs":{"135":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"’":{"df":0,"docs":{},"r":{"df":1,"docs":{"198":{"tf":1.0}}}}}}}}}}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"120":{"tf":1.0},"171":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":33,"docs":{"103":{"tf":1.7320508075688772},"107":{"tf":1.0},"115":{"tf":1.4142135623730951},"116":{"tf":1.7320508075688772},"117":{"tf":1.4142135623730951},"118":{"tf":1.0},"119":{"tf":1.4142135623730951},"156":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"189":{"tf":1.0},"196":{"tf":1.0},"224":{"tf":1.0},"234":{"tf":1.4142135623730951},"238":{"tf":1.0},"244":{"tf":1.0},"255":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"284":{"tf":1.0},"288":{"tf":1.0},"29":{"tf":1.0},"40":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.0},"60":{"tf":1.0},"66":{"tf":2.0},"72":{"tf":1.4142135623730951},"76":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"113":{"tf":1.0}}}}},"u":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"262":{"tf":1.0},"275":{"tf":1.0},"29":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":17,"docs":{"112":{"tf":1.0},"131":{"tf":1.4142135623730951},"155":{"tf":1.0},"157":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"252":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":22,"docs":{"105":{"tf":1.0},"113":{"tf":1.0},"116":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"16":{"tf":1.0},"198":{"tf":1.0},"214":{"tf":1.0},"227":{"tf":1.0},"245":{"tf":1.0},"252":{"tf":1.4142135623730951},"256":{"tf":1.0},"258":{"tf":1.4142135623730951},"262":{"tf":1.0},"280":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.7320508075688772},"58":{"tf":1.0},"7":{"tf":1.0},"79":{"tf":1.4142135623730951}}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}},"df":20,"docs":{"107":{"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},"133":{"tf":1.0},"164":{"tf":1.4142135623730951},"206":{"tf":1.0},"218":{"tf":1.0},"222":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"77":{"tf":1.0}}}},"y":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"110":{"tf":1.4142135623730951}}}}}}},"df":2,"docs":{"110":{"tf":1.0},"266":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"165":{"tf":1.7320508075688772}}}}}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"219":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"46":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"110":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"110":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"110":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"266":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"n":{"+":{"1":{"df":2,"docs":{"103":{"tf":1.0},"255":{"tf":1.0}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":8,"docs":{"173":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"266":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":6,"docs":{"108":{"tf":1.0},"135":{"tf":1.0},"205":{"tf":1.4142135623730951},"211":{"tf":1.4142135623730951},"222":{"tf":1.0},"60":{"tf":1.0}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"158":{"tf":1.0},"161":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"205":{"tf":1.0},"63":{"tf":1.0}}}}}},"df":4,"docs":{"126":{"tf":1.0},"24":{"tf":1.0},"255":{"tf":1.0},"45":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"113":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":56,"docs":{"0":{"tf":1.0},"100":{"tf":1.0},"103":{"tf":1.4142135623730951},"108":{"tf":1.0},"114":{"tf":1.0},"117":{"tf":1.0},"12":{"tf":1.4142135623730951},"121":{"tf":1.0},"13":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.7320508075688772},"155":{"tf":1.7320508075688772},"156":{"tf":1.0},"160":{"tf":1.7320508075688772},"165":{"tf":1.0},"173":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"194":{"tf":1.0},"196":{"tf":1.0},"2":{"tf":1.4142135623730951},"203":{"tf":1.0},"214":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"23":{"tf":1.0},"231":{"tf":1.0},"234":{"tf":1.4142135623730951},"236":{"tf":1.4142135623730951},"239":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"253":{"tf":1.7320508075688772},"255":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951},"271":{"tf":1.0},"275":{"tf":1.4142135623730951},"277":{"tf":1.0},"286":{"tf":1.0},"4":{"tf":2.0},"43":{"tf":1.7320508075688772},"44":{"tf":1.4142135623730951},"53":{"tf":1.7320508075688772},"54":{"tf":1.7320508075688772},"59":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"68":{"tf":1.0},"8":{"tf":1.4142135623730951},"89":{"tf":1.0},"9":{"tf":1.4142135623730951},"94":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"—":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"82":{"tf":1.0}}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"—":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"113":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"g":{"df":1,"docs":{"127":{"tf":1.0}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"31":{"tf":1.0}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"54":{"tf":1.0},"99":{"tf":1.0}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"121":{"tf":1.4142135623730951},"218":{"tf":1.0},"55":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"121":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":37,"docs":{"116":{"tf":1.0},"118":{"tf":1.0},"12":{"tf":1.4142135623730951},"121":{"tf":1.0},"125":{"tf":1.0},"130":{"tf":1.4142135623730951},"150":{"tf":1.0},"153":{"tf":1.4142135623730951},"163":{"tf":1.0},"184":{"tf":1.0},"186":{"tf":1.0},"195":{"tf":1.0},"2":{"tf":1.0},"209":{"tf":1.0},"225":{"tf":1.0},"227":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.7320508075688772},"252":{"tf":1.4142135623730951},"271":{"tf":1.0},"272":{"tf":1.4142135623730951},"286":{"tf":1.7320508075688772},"287":{"tf":1.0},"288":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"46":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.4142135623730951},"59":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"129":{"tf":1.0},"171":{"tf":1.0},"194":{"tf":1.0},"197":{"tf":1.0},"200":{"tf":2.0}}}}},"w":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"p":{"df":1,"docs":{"212":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"208":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"222":{"tf":1.0},"223":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":10,"docs":{"124":{"tf":1.0},"150":{"tf":1.0},"178":{"tf":1.0},"200":{"tf":1.4142135623730951},"206":{"tf":1.0},"221":{"tf":1.0},"225":{"tf":1.0},"40":{"tf":2.0},"59":{"tf":1.0},"9":{"tf":1.7320508075688772}}},"x":{"df":0,"docs":{},"t":{"df":12,"docs":{"111":{"tf":1.0},"123":{"tf":1.0},"144":{"tf":1.4142135623730951},"166":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"191":{"tf":1.4142135623730951},"201":{"tf":1.0},"220":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}}}}},"o":{"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"100":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"222":{"tf":1.0},"223":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"146":{"tf":1.0},"165":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"146":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"107":{"tf":1.0},"279":{"tf":1.0}}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"172":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"168":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":7,"docs":{"146":{"tf":1.0},"165":{"tf":1.0},"168":{"tf":1.4142135623730951},"172":{"tf":1.0},"174":{"tf":1.4142135623730951},"175":{"tf":1.0},"177":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":113,"docs":{"1":{"tf":1.0},"103":{"tf":2.0},"104":{"tf":1.0},"107":{"tf":1.4142135623730951},"112":{"tf":1.0},"115":{"tf":1.4142135623730951},"118":{"tf":1.0},"119":{"tf":2.0},"12":{"tf":1.0},"125":{"tf":1.0},"129":{"tf":1.0},"134":{"tf":1.0},"136":{"tf":1.0},"139":{"tf":1.0},"14":{"tf":1.4142135623730951},"141":{"tf":1.4142135623730951},"142":{"tf":2.0},"145":{"tf":1.0},"146":{"tf":1.7320508075688772},"147":{"tf":1.0},"148":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"152":{"tf":1.0},"153":{"tf":1.7320508075688772},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"163":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.7320508075688772},"169":{"tf":1.0},"17":{"tf":1.7320508075688772},"170":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.4142135623730951},"179":{"tf":1.0},"180":{"tf":1.0},"183":{"tf":2.23606797749979},"184":{"tf":1.7320508075688772},"186":{"tf":1.7320508075688772},"187":{"tf":2.0},"188":{"tf":1.7320508075688772},"189":{"tf":1.4142135623730951},"194":{"tf":1.0},"195":{"tf":1.4142135623730951},"196":{"tf":1.0},"197":{"tf":1.7320508075688772},"199":{"tf":1.7320508075688772},"2":{"tf":2.0},"200":{"tf":1.0},"206":{"tf":1.4142135623730951},"209":{"tf":1.7320508075688772},"212":{"tf":1.4142135623730951},"214":{"tf":1.4142135623730951},"217":{"tf":1.0},"222":{"tf":1.0},"225":{"tf":1.4142135623730951},"230":{"tf":2.0},"231":{"tf":1.0},"232":{"tf":2.23606797749979},"234":{"tf":2.449489742783178},"236":{"tf":2.23606797749979},"238":{"tf":1.0},"239":{"tf":2.449489742783178},"242":{"tf":1.7320508075688772},"246":{"tf":1.7320508075688772},"247":{"tf":1.0},"252":{"tf":1.7320508075688772},"253":{"tf":1.0},"255":{"tf":2.0},"257":{"tf":1.0},"261":{"tf":1.7320508075688772},"262":{"tf":1.0},"263":{"tf":1.0},"272":{"tf":1.7320508075688772},"275":{"tf":2.23606797749979},"276":{"tf":1.0},"277":{"tf":1.0},"28":{"tf":1.0},"286":{"tf":3.1622776601683795},"287":{"tf":1.0},"288":{"tf":2.6457513110645907},"29":{"tf":2.0},"30":{"tf":2.449489742783178},"31":{"tf":2.6457513110645907},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.4142135623730951},"46":{"tf":1.7320508075688772},"5":{"tf":1.0},"50":{"tf":1.7320508075688772},"53":{"tf":2.449489742783178},"55":{"tf":2.23606797749979},"57":{"tf":2.8284271247461903},"6":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"7":{"tf":1.7320508075688772},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":2.0},"8":{"tf":1.0}},"s":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}}},"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":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"i":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"i":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"’":{"df":4,"docs":{"148":{"tf":1.0},"158":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":2,"docs":{"113":{"tf":1.0},"23":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"df":22,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.4142135623730951},"10":{"tf":1.0},"129":{"tf":1.0},"148":{"tf":1.4142135623730951},"183":{"tf":2.6457513110645907},"185":{"tf":1.4142135623730951},"187":{"tf":1.4142135623730951},"189":{"tf":1.0},"2":{"tf":1.0},"230":{"tf":2.449489742783178},"232":{"tf":1.4142135623730951},"253":{"tf":2.0},"272":{"tf":1.0},"286":{"tf":1.4142135623730951},"287":{"tf":1.4142135623730951},"39":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"7":{"tf":1.7320508075688772},"8":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":3,"docs":{"149":{"tf":1.0},"154":{"tf":1.0},"159":{"tf":1.0}}}}}}}},"df":0,"docs":{},"{":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":3,"docs":{"115":{"tf":1.0},"133":{"tf":1.0},"53":{"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":{"212":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"206":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":3,"docs":{"120":{"tf":1.0},"122":{"tf":1.0},"154":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"k":{"8":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"k":{"8":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":2,"docs":{"122":{"tf":1.0},"159":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{":":{":":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":4,"docs":{"115":{"tf":1.0},"133":{"tf":1.0},"149":{"tf":1.0},"53":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":3,"docs":{"115":{"tf":1.0},"133":{"tf":1.0},"53":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"n":{"c":{"df":1,"docs":{"66":{"tf":1.0}}},"df":2,"docs":{"102":{"tf":1.0},"245":{"tf":1.4142135623730951}},"e":{"df":1,"docs":{"53":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":3,"docs":{"117":{"tf":1.0},"66":{"tf":1.0},"72":{"tf":1.0}}},"h":{"df":1,"docs":{"109":{"tf":1.0}}},"i":{"c":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":17,"docs":{"10":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"132":{"tf":1.0},"144":{"tf":1.0},"166":{"tf":1.0},"174":{"tf":1.0},"19":{"tf":1.0},"208":{"tf":1.0},"220":{"tf":1.0},"27":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"61":{"tf":1.0},"95":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"198":{"tf":1.0},"80":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"33":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"[":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"28":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":20,"docs":{"108":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"118":{"tf":1.0},"128":{"tf":1.0},"146":{"tf":1.0},"163":{"tf":1.0},"171":{"tf":1.0},"180":{"tf":1.0},"214":{"tf":1.4142135623730951},"217":{"tf":1.0},"227":{"tf":1.0},"24":{"tf":1.0},"256":{"tf":1.0},"26":{"tf":1.0},"286":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"53":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":4,"docs":{"113":{"tf":1.0},"288":{"tf":1.0},"58":{"tf":1.0},"98":{"tf":1.0}}}}}}},"df":1,"docs":{"28":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"225":{"tf":1.0},"227":{"tf":1.0}}}}}},"k":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"\\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"222":{"tf":1.0},"223":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":18,"docs":{"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},"133":{"tf":1.0},"134":{"tf":1.0},"138":{"tf":1.0},"164":{"tf":1.4142135623730951},"173":{"tf":1.0},"211":{"tf":1.4142135623730951},"212":{"tf":1.0},"222":{"tf":1.4142135623730951},"223":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0}}},"n":{"c":{"df":10,"docs":{"13":{"tf":1.0},"180":{"tf":1.0},"185":{"tf":1.0},"196":{"tf":1.0},"251":{"tf":1.0},"29":{"tf":1.0},"32":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0}}},"df":26,"docs":{"10":{"tf":1.0},"108":{"tf":1.0},"119":{"tf":1.0},"145":{"tf":1.0},"166":{"tf":1.0},"178":{"tf":1.0},"194":{"tf":1.0},"198":{"tf":1.0},"2":{"tf":1.4142135623730951},"210":{"tf":1.0},"214":{"tf":1.0},"239":{"tf":1.0},"258":{"tf":1.0},"286":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"50":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"78":{"tf":1.0},"94":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"17":{"tf":1.0},"199":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"241":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"’":{"df":1,"docs":{"181":{"tf":1.0}}}}}}},"df":17,"docs":{"105":{"tf":1.0},"119":{"tf":1.0},"174":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"196":{"tf":1.0},"209":{"tf":1.0},"261":{"tf":1.0},"286":{"tf":1.4142135623730951},"32":{"tf":1.0},"57":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"77":{"tf":1.0},"8":{"tf":1.0},"90":{"tf":1.0},"92":{"tf":1.0},"95":{"tf":1.0}}}},"t":{"df":2,"docs":{"102":{"tf":1.0},"23":{"tf":1.0}},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"27":{"tf":1.0}}},"o":{"df":0,"docs":{},"n":{"<":{"&":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":2,"docs":{"146":{"tf":1.0},"165":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":14,"docs":{"123":{"tf":1.0},"146":{"tf":1.0},"148":{"tf":1.0},"165":{"tf":1.0},"170":{"tf":1.0},"172":{"tf":1.0},"205":{"tf":1.0},"211":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"66":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":13,"docs":{"11":{"tf":1.0},"161":{"tf":1.0},"18":{"tf":1.7320508075688772},"194":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"21":{"tf":1.4142135623730951},"225":{"tf":1.4142135623730951},"286":{"tf":1.0},"40":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"27":{"tf":1.0},"36":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"228":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"35":{"tf":1.0}}}}}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"126":{"tf":1.0}}}}},"df":4,"docs":{"125":{"tf":1.0},"231":{"tf":1.0},"247":{"tf":1.0},"284":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"219":{"tf":1.0},"59":{"tf":1.0}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"19":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"180":{"tf":1.0}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":6,"docs":{"11":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"194":{"tf":1.0},"288":{"tf":1.0},"42":{"tf":1.0}}}}},"df":4,"docs":{"246":{"tf":2.6457513110645907},"263":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"132":{"tf":1.0},"134":{"tf":1.0},"142":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"198":{"tf":1.0}}}},"df":12,"docs":{"198":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"252":{"tf":1.0},"286":{"tf":1.4142135623730951},"33":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"7":{"tf":1.0},"80":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":6,"docs":{"151":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"161":{"tf":1.0},"276":{"tf":1.0},"41":{"tf":1.0}},"—":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"275":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"10":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"df":1,"docs":{"236":{"tf":1.0}}}}}}}}}}},"p":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"28":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"125":{"tf":1.0}}},"k":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"225":{"tf":1.0},"51":{"tf":1.0}}}},"df":2,"docs":{"104":{"tf":1.0},"69":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":2,"docs":{"0":{"tf":1.0},"176":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"7":{"tf":1.0}}},"r":{"df":5,"docs":{"112":{"tf":1.0},"127":{"tf":1.0},"170":{"tf":1.0},"179":{"tf":1.0},"42":{"tf":1.4142135623730951}}}},"n":{"df":0,"docs":{},"i":{"c":{"df":8,"docs":{"134":{"tf":1.0},"140":{"tf":1.4142135623730951},"142":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"217":{"tf":1.0},"288":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":10,"docs":{"136":{"tf":1.7320508075688772},"143":{"tf":1.0},"150":{"tf":1.0},"190":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"262":{"tf":1.7320508075688772},"263":{"tf":1.0},"270":{"tf":1.0},"277":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":15,"docs":{"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.7320508075688772},"130":{"tf":1.0},"195":{"tf":1.4142135623730951},"286":{"tf":1.0},"287":{"tf":1.0},"29":{"tf":1.0},"55":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"127":{"tf":1.0},"280":{"tf":1.0}}}}}}}},"df":0,"docs":{},"t":{"df":11,"docs":{"144":{"tf":1.0},"19":{"tf":1.4142135623730951},"192":{"tf":1.0},"201":{"tf":1.0},"226":{"tf":1.0},"38":{"tf":1.0},"48":{"tf":1.4142135623730951},"49":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":2.449489742783178},"95":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"178":{"tf":1.0}}}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":3,"docs":{"2":{"tf":1.0},"227":{"tf":1.0},"287":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"185":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":4,"docs":{"163":{"tf":1.0},"178":{"tf":1.0},"286":{"tf":1.0},"59":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"112":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":17,"docs":{"109":{"tf":1.0},"138":{"tf":1.0},"196":{"tf":1.4142135623730951},"210":{"tf":1.0},"211":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.7320508075688772},"270":{"tf":1.0},"288":{"tf":1.0},"30":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"7":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"11":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":32,"docs":{"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.4142135623730951},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":2.23606797749979},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"123":{"tf":1.0},"135":{"tf":1.0},"174":{"tf":1.0},"176":{"tf":1.4142135623730951},"178":{"tf":1.0},"18":{"tf":1.0},"180":{"tf":1.0},"216":{"tf":1.0},"288":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":1.0},"96":{"tf":1.4142135623730951},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"126":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"212":{"tf":1.0}}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"212":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}}}}}}},"df":14,"docs":{"125":{"tf":1.0},"172":{"tf":1.0},"174":{"tf":1.0},"178":{"tf":1.0},"186":{"tf":1.0},"212":{"tf":1.7320508075688772},"232":{"tf":1.0},"234":{"tf":2.0},"286":{"tf":1.0},"31":{"tf":1.4142135623730951},"33":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"55":{"tf":1.4142135623730951}}}},"r":{"df":16,"docs":{"116":{"tf":1.4142135623730951},"117":{"tf":1.7320508075688772},"126":{"tf":1.0},"130":{"tf":1.0},"184":{"tf":1.0},"22":{"tf":1.4142135623730951},"250":{"tf":1.0},"45":{"tf":1.0},"54":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"60":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.0},"71":{"tf":1.4142135623730951},"72":{"tf":1.7320508075688772}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":3,"docs":{"120":{"tf":1.0},"13":{"tf":1.0},"274":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"o":{"d":{"df":6,"docs":{"199":{"tf":1.0},"206":{"tf":1.0},"209":{"tf":1.0},"287":{"tf":1.0},"34":{"tf":1.0},"83":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"184":{"tf":1.0},"242":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"209":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"126":{"tf":1.4142135623730951},"131":{"tf":2.8284271247461903}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":3,"docs":{"19":{"tf":1.4142135623730951},"20":{"tf":1.0},"48":{"tf":1.0}}}}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"130":{"tf":1.0},"222":{"tf":1.0},"227":{"tf":1.0}}}},"d":{"df":1,"docs":{"231":{"tf":1.0}}},"df":0,"docs":{},"e":{"c":{"df":6,"docs":{"11":{"tf":1.0},"196":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"131":{"tf":1.0}}}}}}}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"182":{"tf":1.0},"270":{"tf":1.0}}}},"df":0,"docs":{},"n":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":14,"docs":{"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},"133":{"tf":1.0},"149":{"tf":1.0},"154":{"tf":1.0},"159":{"tf":1.0},"164":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"54":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":49,"docs":{"106":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951},"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},"127":{"tf":1.0},"13":{"tf":2.0},"133":{"tf":1.0},"14":{"tf":2.0},"145":{"tf":1.0},"146":{"tf":1.4142135623730951},"164":{"tf":1.7320508075688772},"165":{"tf":1.0},"169":{"tf":1.0},"17":{"tf":1.4142135623730951},"194":{"tf":1.0},"196":{"tf":1.0},"200":{"tf":1.4142135623730951},"207":{"tf":1.0},"208":{"tf":1.0},"213":{"tf":1.0},"218":{"tf":1.0},"22":{"tf":1.0},"225":{"tf":1.0},"23":{"tf":1.0},"251":{"tf":1.4142135623730951},"279":{"tf":1.0},"280":{"tf":1.0},"286":{"tf":1.4142135623730951},"288":{"tf":1.0},"29":{"tf":2.23606797749979},"30":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.7320508075688772},"50":{"tf":1.4142135623730951},"53":{"tf":1.7320508075688772},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"77":{"tf":1.0},"97":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":3,"docs":{"151":{"tf":1.0},"156":{"tf":1.0},"184":{"tf":1.0}}}}}}}},"df":0,"docs":{},"u":{"df":1,"docs":{"286":{"tf":1.0}},"g":{"df":1,"docs":{"221":{"tf":1.0}},"g":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"41":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"b":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"d":{"df":11,"docs":{"14":{"tf":1.0},"141":{"tf":1.0},"158":{"tf":1.0},"161":{"tf":1.4142135623730951},"17":{"tf":1.0},"197":{"tf":1.0},"232":{"tf":1.4142135623730951},"242":{"tf":1.0},"286":{"tf":1.0},"30":{"tf":1.0},"41":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"115":{"tf":1.0},"18":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"29":{"tf":1.0},"47":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":5,"docs":{"148":{"tf":1.0},"153":{"tf":1.0},"178":{"tf":1.0},"206":{"tf":1.4142135623730951},"31":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"24":{"tf":1.0},"33":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":10,"docs":{"14":{"tf":1.0},"146":{"tf":1.0},"18":{"tf":1.0},"201":{"tf":1.0},"26":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":1.0},"47":{"tf":1.4142135623730951},"50":{"tf":1.0},"8":{"tf":1.0}},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"’":{"df":0,"docs":{},"r":{"df":1,"docs":{"46":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":9,"docs":{"136":{"tf":1.0},"150":{"tf":1.0},"184":{"tf":1.4142135623730951},"186":{"tf":1.0},"189":{"tf":1.4142135623730951},"231":{"tf":2.23606797749979},"262":{"tf":1.0},"271":{"tf":1.4142135623730951},"31":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"197":{"tf":1.0},"247":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":5,"docs":{"128":{"tf":1.0},"131":{"tf":1.0},"198":{"tf":1.0},"286":{"tf":1.0},"38":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"129":{"tf":1.0},"189":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":15,"docs":{"113":{"tf":1.0},"132":{"tf":1.0},"166":{"tf":1.0},"171":{"tf":1.0},"181":{"tf":1.0},"2":{"tf":1.0},"209":{"tf":1.0},"214":{"tf":1.0},"217":{"tf":1.0},"37":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"60":{"tf":1.4142135623730951},"96":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"268":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"17":{"tf":1.0},"200":{"tf":1.0},"23":{"tf":1.0},"44":{"tf":1.0}}}},"df":0,"docs":{}}},"df":3,"docs":{"253":{"tf":1.0},"261":{"tf":1.0},"277":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"19":{"tf":1.0},"24":{"tf":1.0},"9":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"225":{"tf":1.0},"50":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":8,"docs":{"140":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"184":{"tf":1.0},"196":{"tf":1.0},"236":{"tf":1.0},"288":{"tf":1.0},"29":{"tf":1.0}}}}}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"124":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"113":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":7,"docs":{"196":{"tf":1.0},"217":{"tf":1.0},"242":{"tf":1.0},"286":{"tf":1.0},"288":{"tf":1.0},"36":{"tf":1.0},"47":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"112":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"225":{"tf":1.4142135623730951}}}}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"20":{"tf":1.4142135623730951},"202":{"tf":1.0},"26":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":2,"docs":{"206":{"tf":1.0},"209":{"tf":1.0}},"l":{"df":0,"docs":{},"n":{"!":{"(":{"\\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"206":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}}}}},"o":{"b":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"127":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":4,"docs":{"178":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":13,"docs":{"140":{"tf":1.0},"18":{"tf":1.0},"188":{"tf":1.0},"201":{"tf":1.0},"217":{"tf":1.0},"228":{"tf":1.0},"246":{"tf":1.0},"247":{"tf":1.0},"252":{"tf":1.0},"273":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"7":{"tf":1.4142135623730951}}}}}},"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"31":{"tf":1.0}},"e":{"d":{"df":1,"docs":{"17":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"s":{"df":25,"docs":{"116":{"tf":1.0},"14":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.4142135623730951},"150":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":1.0},"189":{"tf":1.0},"197":{"tf":1.0},"231":{"tf":1.4142135623730951},"264":{"tf":1.0},"271":{"tf":1.4142135623730951},"286":{"tf":1.0},"287":{"tf":1.4142135623730951},"288":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"31":{"tf":1.0},"35":{"tf":1.4142135623730951},"4":{"tf":1.0},"41":{"tf":1.7320508075688772},"43":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.7320508075688772},"64":{"tf":1.0},"69":{"tf":1.0}}}}}},"d":{"df":1,"docs":{"180":{"tf":1.0}},"u":{"c":{"df":14,"docs":{"116":{"tf":1.0},"129":{"tf":1.0},"2":{"tf":1.0},"22":{"tf":1.7320508075688772},"234":{"tf":1.0},"235":{"tf":1.0},"250":{"tf":1.0},"286":{"tf":1.0},"29":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"45":{"tf":1.0},"53":{"tf":1.7320508075688772},"85":{"tf":1.0}},"t":{"df":17,"docs":{"103":{"tf":1.0},"121":{"tf":1.0},"124":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.4142135623730951},"160":{"tf":1.0},"161":{"tf":1.0},"171":{"tf":1.0},"22":{"tf":1.0},"235":{"tf":1.0},"25":{"tf":1.0},"255":{"tf":1.0},"286":{"tf":1.7320508075688772},"288":{"tf":1.0},"41":{"tf":1.4142135623730951},"59":{"tf":1.0},"7":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"218":{"tf":1.4142135623730951}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":3,"docs":{"151":{"tf":1.4142135623730951},"156":{"tf":1.4142135623730951},"161":{"tf":1.4142135623730951}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"289":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"279":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":24,"docs":{"119":{"tf":1.0},"125":{"tf":1.4142135623730951},"146":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"170":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"206":{"tf":1.0},"209":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"24":{"tf":1.0},"273":{"tf":1.0},"286":{"tf":1.7320508075688772},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"37":{"tf":1.0},"45":{"tf":1.4142135623730951},"53":{"tf":1.7320508075688772},"63":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":1.4142135623730951},"84":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"0":{"tf":1.0},"268":{"tf":1.0},"283":{"tf":1.0}},"’":{"df":2,"docs":{"203":{"tf":1.0},"247":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"41":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"f":{"df":2,"docs":{"185":{"tf":1.0},"287":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"116":{"tf":1.0},"197":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"196":{"tf":1.0},"30":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"130":{"tf":1.0},"286":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":16,"docs":{"1":{"tf":1.0},"125":{"tf":1.0},"128":{"tf":1.0},"197":{"tf":1.0},"200":{"tf":1.0},"203":{"tf":1.0},"22":{"tf":1.4142135623730951},"250":{"tf":1.7320508075688772},"26":{"tf":1.4142135623730951},"286":{"tf":2.0},"287":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"45":{"tf":2.0},"46":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":2,"docs":{"150":{"tf":1.0},"195":{"tf":1.0}}}}}}},"v":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":2,"docs":{"222":{"tf":1.0},"25":{"tf":1.0}},"n":{"df":1,"docs":{"197":{"tf":1.0}}},"r":{"df":1,"docs":{"185":{"tf":1.4142135623730951}}}},"i":{"d":{"df":17,"docs":{"129":{"tf":1.0},"14":{"tf":1.0},"146":{"tf":1.0},"152":{"tf":1.0},"157":{"tf":1.0},"165":{"tf":1.0},"168":{"tf":1.4142135623730951},"172":{"tf":1.0},"174":{"tf":1.0},"185":{"tf":1.0},"190":{"tf":1.0},"202":{"tf":1.0},"217":{"tf":1.0},"286":{"tf":1.0},"288":{"tf":1.4142135623730951},"41":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":3,"docs":{"146":{"tf":1.0},"216":{"tf":1.4142135623730951},"28":{"tf":1.0}}}}}}},"s":{"df":3,"docs":{"189":{"tf":1.0},"232":{"tf":1.0},"236":{"tf":1.0}},"e":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"222":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"b":{"df":13,"docs":{"110":{"tf":1.0},"146":{"tf":1.4142135623730951},"165":{"tf":1.0},"174":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.7320508075688772},"208":{"tf":2.0},"211":{"tf":1.0},"212":{"tf":1.4142135623730951},"216":{"tf":1.0},"222":{"tf":1.4142135623730951},"223":{"tf":1.4142135623730951},"41":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"72":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"287":{"tf":1.4142135623730951},"3":{"tf":1.0},"92":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"153":{"tf":1.0},"183":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":5,"docs":{"195":{"tf":1.0},"214":{"tf":1.0},"259":{"tf":1.0},"34":{"tf":1.0},"53":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"198":{"tf":1.0},"33":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"178":{"tf":1.0}}}},"t":{"df":2,"docs":{"40":{"tf":1.0},"48":{"tf":1.0}}}}},"q":{"a":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"109":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"9":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":9,"docs":{"101":{"tf":1.0},"112":{"tf":1.0},"115":{"tf":1.0},"162":{"tf":1.0},"226":{"tf":1.0},"256":{"tf":1.0},"261":{"tf":1.0},"42":{"tf":1.0},"9":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"26":{"tf":1.0}}}}}}},"r":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"28":{"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":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"217":{"tf":1.0},"245":{"tf":1.0},"286":{"tf":1.0},"36":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":1,"docs":{"275":{"tf":1.7320508075688772}}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":9,"docs":{"117":{"tf":1.0},"119":{"tf":1.0},"130":{"tf":1.4142135623730951},"178":{"tf":1.0},"23":{"tf":1.0},"32":{"tf":1.0},"57":{"tf":1.4142135623730951},"72":{"tf":1.0},"75":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"130":{"tf":1.0},"15":{"tf":1.0},"168":{"tf":1.0},"63":{"tf":1.0},"74":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"169":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"36":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"199":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"(":{"1":{"0":{"df":9,"docs":{"100":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"65":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}},"5":{"0":{"df":1,"docs":{"120":{"tf":1.0}}},"df":4,"docs":{"116":{"tf":1.4142135623730951},"119":{"tf":1.0},"54":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":1,"docs":{"66":{"tf":1.0}}}},"df":34,"docs":{"104":{"tf":1.7320508075688772},"113":{"tf":1.0},"116":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951},"142":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"178":{"tf":1.0},"188":{"tf":1.0},"197":{"tf":1.0},"227":{"tf":1.4142135623730951},"23":{"tf":1.0},"236":{"tf":1.4142135623730951},"238":{"tf":1.0},"24":{"tf":1.4142135623730951},"246":{"tf":1.0},"276":{"tf":1.0},"286":{"tf":1.4142135623730951},"32":{"tf":1.0},"34":{"tf":1.0},"42":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"64":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"72":{"tf":1.4142135623730951},"81":{"tf":1.0},"83":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":5,"docs":{"103":{"tf":1.0},"19":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"28":{"tf":1.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"222":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"223":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"222":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"l":{"df":2,"docs":{"222":{"tf":1.4142135623730951},"223":{"tf":1.0}}}},"df":0,"docs":{}},"df":5,"docs":{"158":{"tf":1.0},"234":{"tf":1.0},"272":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.0}}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":7,"docs":{"111":{"tf":1.0},"205":{"tf":1.0},"211":{"tf":1.0},"227":{"tf":1.0},"288":{"tf":1.0},"43":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{}},"df":7,"docs":{"108":{"tf":1.0},"142":{"tf":1.0},"263":{"tf":1.0},"283":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.7320508075688772},"97":{"tf":1.0}},"i":{"df":31,"docs":{"119":{"tf":1.0},"129":{"tf":1.4142135623730951},"134":{"tf":1.0},"14":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":1.0},"153":{"tf":1.0},"158":{"tf":1.0},"18":{"tf":1.0},"186":{"tf":2.0},"197":{"tf":1.7320508075688772},"199":{"tf":1.0},"200":{"tf":1.0},"21":{"tf":1.0},"217":{"tf":1.4142135623730951},"232":{"tf":1.7320508075688772},"246":{"tf":1.4142135623730951},"261":{"tf":1.0},"272":{"tf":1.0},"286":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":2.23606797749979},"32":{"tf":1.0},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":1.0},"46":{"tf":2.8284271247461903},"47":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"225":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"244":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"—":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"17":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"l":{"df":11,"docs":{"126":{"tf":1.0},"161":{"tf":1.0},"201":{"tf":1.0},"221":{"tf":1.0},"252":{"tf":1.4142135623730951},"258":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"56":{"tf":1.0},"7":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":1,"docs":{"255":{"tf":1.0}},"—":{"df":0,"docs":{},"k":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"t":{"df":11,"docs":{"103":{"tf":1.0},"105":{"tf":1.0},"118":{"tf":1.0},"156":{"tf":1.0},"171":{"tf":1.0},"180":{"tf":1.0},"197":{"tf":1.0},"5":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"79":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"14":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":8,"docs":{"22":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0},"60":{"tf":1.0},"83":{"tf":1.0},"92":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":4,"docs":{"197":{"tf":1.0},"205":{"tf":1.0},"209":{"tf":1.0},"217":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"128":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}}}}},"v":{"df":6,"docs":{"257":{"tf":1.0},"273":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":10,"docs":{"102":{"tf":1.0},"112":{"tf":1.0},"119":{"tf":1.4142135623730951},"167":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"252":{"tf":1.0},"256":{"tf":1.0},"286":{"tf":1.0},"78":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":15,"docs":{"106":{"tf":1.0},"142":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"232":{"tf":1.0},"235":{"tf":1.4142135623730951},"236":{"tf":1.0},"238":{"tf":1.4142135623730951},"244":{"tf":1.0},"247":{"tf":1.0},"261":{"tf":1.0},"270":{"tf":1.0},"272":{"tf":1.0},"276":{"tf":1.4142135623730951},"277":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":12,"docs":{"111":{"tf":1.0},"123":{"tf":1.0},"144":{"tf":1.0},"192":{"tf":1.0},"201":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"285":{"tf":1.0},"3":{"tf":1.0},"62":{"tf":1.0},"9":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"287":{"tf":1.0},"3":{"tf":1.0}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"24":{"tf":1.0},"36":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"236":{"tf":1.0},"46":{"tf":1.0}}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"29":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"183":{"tf":1.0}}}}}}}},"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":{"18":{"tf":1.0}}}}}}}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"197":{"tf":1.0},"51":{"tf":1.0}}}},"df":2,"docs":{"22":{"tf":1.0},"45":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"s":{"df":5,"docs":{"183":{"tf":1.0},"189":{"tf":1.0},"230":{"tf":1.0},"261":{"tf":1.0},"272":{"tf":1.0}}}},"df":0,"docs":{},"v":{"df":1,"docs":{"100":{"tf":1.0}}}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"60":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"101":{"tf":1.0},"113":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"111":{"tf":1.0},"119":{"tf":1.0},"90":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":2,"docs":{"277":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"197":{"tf":1.0}}},"v":{"df":5,"docs":{"153":{"tf":1.0},"238":{"tf":1.0},"245":{"tf":1.0},"263":{"tf":1.0},"35":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"126":{"tf":1.0},"23":{"tf":1.0},"50":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"93":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"121":{"tf":1.0},"287":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":1,"docs":{"40":{"tf":1.0}},"r":{"df":0,"docs":{},"t":{"df":6,"docs":{"16":{"tf":1.0},"198":{"tf":1.0},"214":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.0},"34":{"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":{"253":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":16,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"150":{"tf":1.0},"152":{"tf":1.4142135623730951},"155":{"tf":1.0},"156":{"tf":1.0},"190":{"tf":1.0},"196":{"tf":1.0},"247":{"tf":1.0},"257":{"tf":1.0},"286":{"tf":1.0},"288":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"59":{"tf":1.0}},"t":{"df":2,"docs":{"247":{"tf":1.0},"284":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"222":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":23,"docs":{"119":{"tf":1.4142135623730951},"156":{"tf":1.0},"161":{"tf":1.0},"168":{"tf":1.0},"173":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"189":{"tf":1.0},"196":{"tf":1.0},"216":{"tf":1.0},"239":{"tf":1.0},"241":{"tf":1.0},"255":{"tf":1.0},"264":{"tf":1.0},"286":{"tf":1.0},"287":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0},"57":{"tf":1.4142135623730951},"75":{"tf":1.0},"77":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":11,"docs":{"102":{"tf":1.4142135623730951},"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"119":{"tf":1.0},"127":{"tf":1.0},"15":{"tf":1.0},"257":{"tf":1.0},"286":{"tf":1.0},"57":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":36,"docs":{"103":{"tf":1.0},"120":{"tf":1.0},"136":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"150":{"tf":1.4142135623730951},"151":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.4142135623730951},"163":{"tf":1.0},"184":{"tf":1.4142135623730951},"188":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"194":{"tf":1.0},"199":{"tf":1.0},"217":{"tf":1.4142135623730951},"235":{"tf":1.4142135623730951},"241":{"tf":1.4142135623730951},"242":{"tf":1.4142135623730951},"244":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"257":{"tf":1.0},"262":{"tf":1.0},"270":{"tf":1.4142135623730951},"272":{"tf":1.0},"274":{"tf":1.0},"275":{"tf":1.0},"286":{"tf":1.4142135623730951},"288":{"tf":1.7320508075688772},"35":{"tf":1.4142135623730951},"36":{"tf":1.0},"59":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"17":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"168":{"tf":1.0},"197":{"tf":1.0},"200":{"tf":1.4142135623730951},"209":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"17":{"tf":1.0},"186":{"tf":1.0},"199":{"tf":1.0},"286":{"tf":1.0},"31":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":4,"docs":{"179":{"tf":1.0},"194":{"tf":1.0},"286":{"tf":1.0},"51":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"p":{"df":1,"docs":{"177":{"tf":1.0}}}},"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"174":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"174":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"173":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":38,"docs":{"119":{"tf":2.0},"131":{"tf":1.0},"146":{"tf":1.0},"15":{"tf":1.0},"161":{"tf":1.0},"163":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.4142135623730951},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"178":{"tf":1.4142135623730951},"179":{"tf":1.0},"180":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"199":{"tf":1.0},"227":{"tf":1.0},"238":{"tf":1.4142135623730951},"239":{"tf":1.4142135623730951},"257":{"tf":1.4142135623730951},"286":{"tf":1.7320508075688772},"288":{"tf":1.0},"29":{"tf":1.0},"32":{"tf":1.4142135623730951},"34":{"tf":1.0},"37":{"tf":1.0},"57":{"tf":2.6457513110645907},"63":{"tf":1.0},"67":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.4142135623730951},"76":{"tf":2.449489742783178},"78":{"tf":1.0},"83":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"57":{"tf":1.0}}}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"173":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":1,"docs":{"4":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"155":{"tf":1.0},"44":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"<":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":3,"docs":{"146":{"tf":1.0},"165":{"tf":1.0},"41":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"216":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":2,"docs":{"146":{"tf":1.0},"165":{"tf":1.0}}}}}}}}}}}},"df":33,"docs":{"10":{"tf":1.0},"106":{"tf":1.4142135623730951},"113":{"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},"132":{"tf":1.0},"133":{"tf":1.0},"137":{"tf":1.0},"164":{"tf":1.4142135623730951},"166":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.4142135623730951},"18":{"tf":1.0},"20":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.4142135623730951},"212":{"tf":1.0},"222":{"tf":1.4142135623730951},"223":{"tf":1.0},"266":{"tf":1.0},"288":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"63":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"209":{"tf":1.4142135623730951},"31":{"tf":1.0},"46":{"tf":1.0},"67":{"tf":1.0}},"e":{"df":0,"docs":{},"v":{"df":4,"docs":{"24":{"tf":1.0},"287":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":20,"docs":{"134":{"tf":1.7320508075688772},"139":{"tf":1.0},"146":{"tf":1.0},"148":{"tf":1.0},"153":{"tf":1.0},"158":{"tf":1.0},"205":{"tf":1.4142135623730951},"211":{"tf":1.4142135623730951},"212":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"222":{"tf":1.0},"242":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.0},"53":{"tf":1.4142135623730951},"93":{"tf":1.0},"97":{"tf":1.0},"99":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"106":{"tf":1.0},"219":{"tf":1.0},"225":{"tf":1.7320508075688772},"40":{"tf":1.0},"50":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":5,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"18":{"tf":1.0},"251":{"tf":1.0},"42":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"105":{"tf":1.0},"112":{"tf":1.0},"258":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":3,"docs":{"186":{"tf":1.0},"188":{"tf":1.0},"42":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"194":{"tf":1.0},"40":{"tf":1.4142135623730951}}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"224":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":2,"docs":{"42":{"tf":1.0},"63":{"tf":1.0}}}},"i":{"d":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"25":{"tf":1.0},"256":{"tf":1.0}}}}},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"250":{"tf":1.0},"286":{"tf":1.0},"45":{"tf":1.7320508075688772},"47":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":2,"docs":{"130":{"tf":1.0},"225":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"139":{"tf":1.0}}}},"t":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"54":{"tf":1.0},"67":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"c":{"df":1,"docs":{"222":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"280":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":3,"docs":{"246":{"tf":2.6457513110645907},"263":{"tf":1.0},"58":{"tf":1.0}}}},"n":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"146":{"tf":1.0},"165":{"tf":1.0}}}}}}},"df":0,"docs":{}},"_":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":11,"docs":{"172":{"tf":1.4142135623730951},"173":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"211":{"tf":1.4142135623730951},"212":{"tf":1.4142135623730951},"222":{"tf":1.7320508075688772},"223":{"tf":1.4142135623730951},"266":{"tf":1.0},"33":{"tf":1.0},"63":{"tf":1.4142135623730951}},"—":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":109,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"101":{"tf":1.0},"113":{"tf":1.0},"120":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"128":{"tf":1.0},"129":{"tf":1.7320508075688772},"13":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.4142135623730951},"133":{"tf":1.4142135623730951},"134":{"tf":2.449489742783178},"135":{"tf":2.0},"136":{"tf":1.4142135623730951},"139":{"tf":1.0},"14":{"tf":1.0},"140":{"tf":1.0},"143":{"tf":1.4142135623730951},"144":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.0},"15":{"tf":1.0},"150":{"tf":1.0},"155":{"tf":1.4142135623730951},"16":{"tf":1.4142135623730951},"160":{"tf":1.0},"164":{"tf":1.0},"166":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"17":{"tf":1.4142135623730951},"178":{"tf":1.0},"18":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"184":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":2.23606797749979},"199":{"tf":1.0},"2":{"tf":1.4142135623730951},"20":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"209":{"tf":1.4142135623730951},"211":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"22":{"tf":1.0},"223":{"tf":1.0},"227":{"tf":1.0},"234":{"tf":1.0},"236":{"tf":1.0},"238":{"tf":1.0},"245":{"tf":2.0},"25":{"tf":1.7320508075688772},"253":{"tf":1.4142135623730951},"256":{"tf":1.4142135623730951},"260":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"27":{"tf":1.4142135623730951},"270":{"tf":1.0},"273":{"tf":1.0},"276":{"tf":1.7320508075688772},"277":{"tf":1.4142135623730951},"279":{"tf":1.0},"280":{"tf":1.0},"281":{"tf":1.0},"286":{"tf":3.1622776601683795},"288":{"tf":1.0},"29":{"tf":2.0},"30":{"tf":1.0},"32":{"tf":1.7320508075688772},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.7320508075688772},"44":{"tf":2.0},"45":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":2.449489742783178},"56":{"tf":1.0},"58":{"tf":2.0},"59":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"79":{"tf":1.4142135623730951},"8":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.0},"9":{"tf":1.4142135623730951},"93":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":2,"docs":{"134":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":3,"docs":{"126":{"tf":1.0},"172":{"tf":1.0},"222":{"tf":1.4142135623730951}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"114":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":14,"docs":{"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},"133":{"tf":1.0},"149":{"tf":1.0},"154":{"tf":1.0},"159":{"tf":1.0},"164":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"54":{"tf":1.0}}}}}},")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"199":{"tf":1.0}}}}}},"df":83,"docs":{"10":{"tf":1.0},"112":{"tf":1.4142135623730951},"113":{"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.4142135623730951},"123":{"tf":1.4142135623730951},"13":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"14":{"tf":2.6457513110645907},"144":{"tf":1.0},"145":{"tf":1.7320508075688772},"146":{"tf":2.23606797749979},"147":{"tf":1.4142135623730951},"148":{"tf":1.0},"149":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.4142135623730951},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.4142135623730951},"162":{"tf":1.0},"163":{"tf":1.4142135623730951},"164":{"tf":2.0},"165":{"tf":2.0},"166":{"tf":1.0},"168":{"tf":2.23606797749979},"169":{"tf":1.0},"17":{"tf":2.6457513110645907},"173":{"tf":1.0},"175":{"tf":1.0},"177":{"tf":1.7320508075688772},"184":{"tf":1.4142135623730951},"189":{"tf":1.0},"191":{"tf":1.0},"194":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.4142135623730951},"199":{"tf":1.0},"200":{"tf":1.4142135623730951},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"215":{"tf":1.7320508075688772},"216":{"tf":1.4142135623730951},"217":{"tf":1.4142135623730951},"225":{"tf":1.7320508075688772},"231":{"tf":1.0},"239":{"tf":2.0},"244":{"tf":1.4142135623730951},"247":{"tf":1.4142135623730951},"251":{"tf":2.449489742783178},"253":{"tf":1.0},"264":{"tf":1.0},"267":{"tf":1.4142135623730951},"271":{"tf":1.0},"280":{"tf":1.7320508075688772},"284":{"tf":1.0},"286":{"tf":2.0},"288":{"tf":2.0},"30":{"tf":2.0},"31":{"tf":1.4142135623730951},"35":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":2.23606797749979},"41":{"tf":3.1622776601683795},"43":{"tf":1.7320508075688772},"44":{"tf":1.0},"46":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"59":{"tf":1.4142135623730951},"61":{"tf":1.0},"95":{"tf":1.0}},"—":{"df":0,"docs":{},"y":{"df":1,"docs":{"145":{"tf":1.0}}}},"’":{"df":1,"docs":{"30":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"—":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"tf":1.0}}}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":16,"docs":{"130":{"tf":1.0},"196":{"tf":1.4142135623730951},"198":{"tf":1.0},"199":{"tf":2.6457513110645907},"201":{"tf":1.0},"225":{"tf":1.0},"233":{"tf":1.0},"32":{"tf":1.7320508075688772},"33":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.4142135623730951},"50":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"=":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":9,"docs":{"133":{"tf":1.4142135623730951},"136":{"tf":1.0},"151":{"tf":1.0},"184":{"tf":1.0},"221":{"tf":1.0},"247":{"tf":1.0},"279":{"tf":1.0},"284":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":28,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.7320508075688772},"145":{"tf":1.0},"146":{"tf":1.0},"164":{"tf":1.4142135623730951},"168":{"tf":1.0},"18":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"2":{"tf":1.0},"200":{"tf":1.0},"225":{"tf":1.0},"251":{"tf":1.0},"280":{"tf":1.0},"286":{"tf":1.0},"29":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"43":{"tf":1.7320508075688772},"44":{"tf":1.0},"46":{"tf":1.4142135623730951},"50":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"76":{"tf":1.0}},"—":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":10,"docs":{"115":{"tf":1.0},"117":{"tf":1.4142135623730951},"198":{"tf":1.0},"2":{"tf":1.0},"287":{"tf":1.7320508075688772},"3":{"tf":1.0},"4":{"tf":1.0},"73":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"115":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"238":{"tf":1.0}}}}},"y":{"df":1,"docs":{"12":{"tf":1.0}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":7,"docs":{"151":{"tf":1.0},"157":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.4142135623730951},"246":{"tf":1.0},"59":{"tf":1.0}},"{":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"162":{"tf":1.0}}}}},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"18":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"161":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"<":{"c":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"216":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":7,"docs":{"106":{"tf":1.0},"110":{"tf":1.0},"115":{"tf":1.0},"133":{"tf":1.0},"208":{"tf":2.0},"218":{"tf":1.0},"53":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"98":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"1":{"0":{"df":3,"docs":{"103":{"tf":1.0},"109":{"tf":1.0},"218":{"tf":1.0}}},"df":0,"docs":{}},"2":{"df":15,"docs":{"100":{"tf":1.4142135623730951},"103":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"13":{"tf":1.0},"169":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"232":{"tf":1.0},"236":{"tf":1.0},"276":{"tf":1.0},"29":{"tf":1.0},"42":{"tf":1.0},"54":{"tf":1.0}}},"3":{"df":21,"docs":{"102":{"tf":1.0},"103":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.7320508075688772},"110":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"133":{"tf":1.0},"164":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"23":{"tf":1.0},"251":{"tf":1.0},"37":{"tf":1.0},"53":{"tf":1.4142135623730951},"56":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}},"4":{"df":9,"docs":{"102":{"tf":1.0},"103":{"tf":1.0},"105":{"tf":1.0},"119":{"tf":1.0},"213":{"tf":1.0},"239":{"tf":1.4142135623730951},"258":{"tf":1.0},"57":{"tf":1.0},"77":{"tf":1.0}}},"5":{"df":3,"docs":{"120":{"tf":1.0},"121":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"107":{"tf":1.0},"279":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":98,"docs":{"10":{"tf":1.0},"105":{"tf":1.0},"108":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"114":{"tf":1.0},"12":{"tf":1.0},"122":{"tf":1.0},"124":{"tf":1.0},"13":{"tf":2.0},"131":{"tf":1.7320508075688772},"132":{"tf":1.4142135623730951},"133":{"tf":1.0},"134":{"tf":1.0},"14":{"tf":1.7320508075688772},"142":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.4142135623730951},"146":{"tf":2.23606797749979},"148":{"tf":1.0},"150":{"tf":1.0},"153":{"tf":1.0},"158":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"17":{"tf":1.4142135623730951},"173":{"tf":1.0},"175":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"188":{"tf":1.0},"19":{"tf":1.4142135623730951},"193":{"tf":1.7320508075688772},"194":{"tf":1.0},"196":{"tf":2.23606797749979},"20":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.4142135623730951},"203":{"tf":1.4142135623730951},"205":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.4142135623730951},"209":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.7320508075688772},"218":{"tf":1.0},"224":{"tf":1.4142135623730951},"225":{"tf":2.23606797749979},"226":{"tf":1.0},"227":{"tf":1.4142135623730951},"23":{"tf":1.0},"247":{"tf":1.0},"251":{"tf":1.4142135623730951},"254":{"tf":1.0},"259":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.7320508075688772},"279":{"tf":1.4142135623730951},"28":{"tf":1.0},"281":{"tf":1.0},"286":{"tf":2.6457513110645907},"288":{"tf":2.0},"29":{"tf":1.4142135623730951},"30":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":2.6457513110645907},"44":{"tf":3.1622776601683795},"46":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"48":{"tf":1.7320508075688772},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":2.23606797749979},"51":{"tf":1.7320508075688772},"52":{"tf":1.7320508075688772},"53":{"tf":2.449489742783178},"54":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":2.0},"62":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"77":{"tf":1.0},"79":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951},"95":{"tf":1.0},"96":{"tf":1.7320508075688772},"97":{"tf":1.0},"99":{"tf":2.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"134":{"tf":1.0},"139":{"tf":1.0},"53":{"tf":1.0}}}}}}},"’":{"df":6,"docs":{"15":{"tf":1.0},"197":{"tf":1.0},"32":{"tf":1.0},"57":{"tf":1.0},"63":{"tf":1.4142135623730951},"82":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"199":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"126":{"tf":1.0},"161":{"tf":1.4142135623730951},"242":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"160":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":2,"docs":{"171":{"tf":1.0},"180":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":4,"docs":{"185":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"51":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"185":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"247":{"tf":1.0},"283":{"tf":1.0}}}},"df":0,"docs":{}}},"c":{"df":3,"docs":{"206":{"tf":1.4142135623730951},"208":{"tf":1.4142135623730951},"45":{"tf":1.7320508075688772}},"o":{"df":0,"docs":{},"n":{"d":{"df":17,"docs":{"113":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.0},"126":{"tf":1.0},"206":{"tf":1.0},"22":{"tf":1.7320508075688772},"250":{"tf":1.7320508075688772},"256":{"tf":2.0},"29":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.0},"45":{"tf":2.0},"46":{"tf":1.0},"53":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":2.449489742783178}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"144":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"d":{"df":8,"docs":{"113":{"tf":1.0},"196":{"tf":1.0},"227":{"tf":1.0},"259":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.4142135623730951}}},"df":39,"docs":{"104":{"tf":1.0},"110":{"tf":1.0},"123":{"tf":1.4142135623730951},"165":{"tf":1.0},"2":{"tf":1.0},"209":{"tf":1.0},"216":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"263":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"272":{"tf":1.0},"28":{"tf":1.0},"281":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0},"94":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"168":{"tf":1.0}}}},"df":0,"docs":{}},"f":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"222":{"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":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"206":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":1,"docs":{"208":{"tf":1.0}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"p":{"df":1,"docs":{"212":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"208":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"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":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"216":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":6,"docs":{"206":{"tf":2.23606797749979},"208":{"tf":2.23606797749979},"212":{"tf":1.4142135623730951},"222":{"tf":1.7320508075688772},"223":{"tf":1.7320508075688772},"97":{"tf":1.0}}}},"n":{"d":{"df":4,"docs":{"173":{"tf":1.0},"174":{"tf":1.0},"205":{"tf":1.0},"211":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":3,"docs":{"0":{"tf":1.0},"205":{"tf":1.0},"98":{"tf":1.0}},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"i":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"100":{"tf":1.0},"12":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":5,"docs":{"244":{"tf":1.4142135623730951},"245":{"tf":1.0},"246":{"tf":1.0},"270":{"tf":1.4142135623730951},"46":{"tf":1.0}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":14,"docs":{"113":{"tf":1.0},"17":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"200":{"tf":1.0},"23":{"tf":1.7320508075688772},"245":{"tf":1.0},"250":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"34":{"tf":1.0},"42":{"tf":1.4142135623730951},"50":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"125":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"131":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":5,"docs":{"136":{"tf":1.0},"190":{"tf":1.0},"245":{"tf":1.0},"263":{"tf":1.0},"276":{"tf":1.0}}}},"df":1,"docs":{"128":{"tf":1.0}}},"v":{"df":4,"docs":{"198":{"tf":1.0},"225":{"tf":1.0},"33":{"tf":1.0},"47":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"31":{"tf":1.0}}}},"i":{"c":{"df":11,"docs":{"153":{"tf":1.0},"158":{"tf":1.0},"184":{"tf":1.0},"2":{"tf":2.0},"24":{"tf":1.0},"242":{"tf":1.0},"272":{"tf":1.0},"286":{"tf":1.7320508075688772},"30":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":25,"docs":{"101":{"tf":1.0},"109":{"tf":1.4142135623730951},"115":{"tf":1.0},"117":{"tf":1.0},"12":{"tf":1.4142135623730951},"130":{"tf":1.0},"143":{"tf":1.0},"181":{"tf":1.0},"190":{"tf":1.0},"192":{"tf":1.0},"195":{"tf":1.0},"227":{"tf":1.4142135623730951},"241":{"tf":1.0},"281":{"tf":1.0},"288":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"9":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":2,"docs":{"123":{"tf":1.0},"51":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"184":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":16,"docs":{"112":{"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},"150":{"tf":1.0},"178":{"tf":1.0},"194":{"tf":1.0},"20":{"tf":1.0},"221":{"tf":1.0},"227":{"tf":1.0},"43":{"tf":1.0},"49":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":9,"docs":{"113":{"tf":1.0},"150":{"tf":1.0},"172":{"tf":1.0},"222":{"tf":1.0},"225":{"tf":1.0},"286":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"63":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"227":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"41":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"245":{"tf":1.0},"25":{"tf":1.4142135623730951},"256":{"tf":1.0},"53":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"277":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"185":{"tf":1.0}}}}}},"df":0,"docs":{}}},"w":{"df":17,"docs":{"10":{"tf":1.0},"114":{"tf":1.0},"124":{"tf":1.0},"16":{"tf":1.0},"188":{"tf":1.0},"198":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"221":{"tf":1.0},"246":{"tf":1.4142135623730951},"4":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}},"n":{"df":1,"docs":{"174":{"tf":1.0}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"181":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":13,"docs":{"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"198":{"tf":1.0},"209":{"tf":1.0},"24":{"tf":1.7320508075688772},"26":{"tf":1.0},"286":{"tf":1.0},"30":{"tf":1.0},"33":{"tf":2.0},"34":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"85":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"217":{"tf":1.0},"247":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":8,"docs":{"13":{"tf":1.0},"160":{"tf":1.0},"206":{"tf":1.0},"222":{"tf":1.0},"52":{"tf":1.4142135623730951},"55":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"133":{"tf":1.0},"147":{"tf":1.0},"53":{"tf":1.0}}}},"—":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":5,"docs":{"142":{"tf":1.0},"188":{"tf":1.0},"263":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"125":{"tf":1.0},"129":{"tf":1.0},"178":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"n":{"df":3,"docs":{"258":{"tf":1.0},"60":{"tf":1.0},"79":{"tf":1.0}},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"—":{"a":{"df":1,"docs":{"56":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":9,"docs":{"151":{"tf":1.0},"152":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"161":{"tf":1.0},"194":{"tf":1.0},"198":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.0}}}}},"t":{"df":1,"docs":{"50":{"tf":1.0}}},"x":{"df":1,"docs":{"28":{"tf":1.4142135623730951}}},"z":{"df":0,"docs":{},"e":{"df":7,"docs":{"117":{"tf":1.0},"12":{"tf":1.0},"195":{"tf":1.0},"24":{"tf":1.0},"287":{"tf":1.0},"33":{"tf":1.0},"72":{"tf":1.4142135623730951}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":4,"docs":{"19":{"tf":1.0},"38":{"tf":1.0},"61":{"tf":1.0},"95":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"31":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"47":{"tf":1.0}}}}}}}},"o":{"df":2,"docs":{"178":{"tf":1.0},"179":{"tf":1.0}},"t":{"df":8,"docs":{"12":{"tf":1.0},"195":{"tf":1.0},"22":{"tf":1.0},"286":{"tf":1.0},"45":{"tf":1.0},"58":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.0}}},"w":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"244":{"tf":1.0}}}}}}}}}},"df":11,"docs":{"109":{"tf":1.0},"125":{"tf":1.0},"155":{"tf":1.0},"22":{"tf":1.4142135623730951},"234":{"tf":1.0},"235":{"tf":1.7320508075688772},"244":{"tf":1.0},"272":{"tf":1.0},"47":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"103":{"tf":1.0},"156":{"tf":1.0},"235":{"tf":1.0},"250":{"tf":1.0},"288":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"161":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"273":{"tf":1.0}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"255":{"tf":1.0},"55":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"109":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"247":{"tf":1.0}}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":6,"docs":{"101":{"tf":1.0},"104":{"tf":1.0},"115":{"tf":1.0},"224":{"tf":1.0},"245":{"tf":1.0},"256":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"223":{"tf":1.0},"36":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"o":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"101":{"tf":1.0},"256":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":15,"docs":{"228":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"247":{"tf":1.0},"270":{"tf":1.0}}}},"v":{"df":1,"docs":{"7":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"173":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":8,"docs":{"197":{"tf":1.0},"203":{"tf":1.0},"214":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"53":{"tf":1.0},"63":{"tf":1.0},"9":{"tf":1.0}}},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"127":{"tf":1.0},"245":{"tf":1.4142135623730951}}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"54":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}},"r":{"c":{"df":2,"docs":{"116":{"tf":1.0},"253":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":3,"docs":{"142":{"tf":1.0},"184":{"tf":1.0},"188":{"tf":1.0}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"21":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"21":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":12,"docs":{"136":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"200":{"tf":1.0},"262":{"tf":1.0},"264":{"tf":1.0},"288":{"tf":1.0},"30":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"199":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":31,"docs":{"107":{"tf":1.0},"112":{"tf":1.0},"117":{"tf":1.0},"12":{"tf":1.0},"121":{"tf":1.4142135623730951},"123":{"tf":1.0},"131":{"tf":1.0},"146":{"tf":1.0},"155":{"tf":1.0},"160":{"tf":1.0},"170":{"tf":1.0},"184":{"tf":1.0},"20":{"tf":1.0},"203":{"tf":1.4142135623730951},"214":{"tf":1.0},"227":{"tf":1.0},"240":{"tf":1.0},"255":{"tf":1.0},"257":{"tf":1.0},"268":{"tf":1.0},"27":{"tf":1.0},"281":{"tf":1.0},"287":{"tf":1.0},"33":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"43":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.0},"7":{"tf":1.0}},"i":{"df":2,"docs":{"41":{"tf":1.0},"45":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":6,"docs":{"113":{"tf":1.0},"261":{"tf":1.0},"277":{"tf":1.0},"286":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0}}},"df":0,"docs":{}},"n":{"d":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"194":{"tf":1.0},"40":{"tf":1.0},"50":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"121":{"tf":1.0}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"120":{"tf":1.0},"58":{"tf":1.0}}}},"l":{"df":2,"docs":{"40":{"tf":1.0},"47":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"152":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":12,"docs":{"131":{"tf":1.0},"251":{"tf":1.0},"28":{"tf":1.7320508075688772},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":2.6457513110645907},"41":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"162":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"287":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":7,"docs":{"273":{"tf":1.0},"286":{"tf":1.0},"34":{"tf":1.0},"53":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":3,"docs":{"113":{"tf":1.0},"281":{"tf":1.0},"43":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":2,"docs":{"12":{"tf":1.0},"195":{"tf":1.4142135623730951}},"t":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"173":{"tf":1.0},"222":{"tf":1.0}}}}}}},"df":0,"docs":{}},"_":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"223":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":43,"docs":{"104":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"129":{"tf":1.0},"134":{"tf":1.0},"142":{"tf":1.0},"146":{"tf":1.0},"15":{"tf":1.4142135623730951},"153":{"tf":1.0},"154":{"tf":1.0},"162":{"tf":1.0},"17":{"tf":1.0},"178":{"tf":1.0},"186":{"tf":1.0},"188":{"tf":1.0},"195":{"tf":1.0},"197":{"tf":1.4142135623730951},"198":{"tf":1.4142135623730951},"199":{"tf":1.0},"211":{"tf":1.0},"222":{"tf":1.0},"231":{"tf":1.0},"234":{"tf":1.4142135623730951},"236":{"tf":1.0},"241":{"tf":1.4142135623730951},"255":{"tf":1.0},"261":{"tf":1.4142135623730951},"286":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"38":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":2.0},"52":{"tf":1.0},"53":{"tf":1.7320508075688772},"60":{"tf":1.0},"62":{"tf":1.0},"84":{"tf":1.0},"9":{"tf":1.7320508075688772},"97":{"tf":1.0},"98":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"—":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"p":{"df":13,"docs":{"151":{"tf":1.0},"156":{"tf":1.0},"161":{"tf":1.0},"18":{"tf":1.0},"186":{"tf":1.0},"232":{"tf":1.0},"246":{"tf":1.0},"261":{"tf":1.0},"286":{"tf":1.0},"36":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"83":{"tf":1.0}}}},"{":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"162":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":15,"docs":{"113":{"tf":1.0},"126":{"tf":1.0},"150":{"tf":1.0},"165":{"tf":1.0},"2":{"tf":1.0},"211":{"tf":1.0},"214":{"tf":1.0},"24":{"tf":1.7320508075688772},"246":{"tf":1.0},"272":{"tf":1.0},"286":{"tf":1.0},"288":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":1.0},"63":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"158":{"tf":1.0},"184":{"tf":1.0},"242":{"tf":1.4142135623730951},"30":{"tf":1.0},"35":{"tf":1.0}}}}}}}},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"’":{"df":0,"docs":{},"r":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}}}},"i":{"c":{"df":2,"docs":{"173":{"tf":1.0},"222":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":3,"docs":{"158":{"tf":1.0},"209":{"tf":1.0},"30":{"tf":1.0}}}},"y":{"df":11,"docs":{"105":{"tf":1.0},"122":{"tf":1.0},"128":{"tf":1.0},"14":{"tf":1.0},"152":{"tf":1.0},"178":{"tf":1.0},"223":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"47":{"tf":1.0},"59":{"tf":1.0}}}},"d":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{":":{":":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"(":{"\\"":{"c":{"df":0,"docs":{},"i":{"\\"":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"107":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"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":12,"docs":{"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},"133":{"tf":1.0},"164":{"tf":1.4142135623730951},"173":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{":":{":":{"a":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"222":{"tf":1.0}}},"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":{":":{":":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"115":{"tf":1.0},"133":{"tf":1.0},"169":{"tf":1.0},"53":{"tf":1.0}}}}},"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":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"234":{"tf":1.0},"263":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"234":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"42":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"198":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":8,"docs":{"17":{"tf":1.0},"188":{"tf":1.0},"19":{"tf":1.4142135623730951},"196":{"tf":1.0},"204":{"tf":1.4142135623730951},"3":{"tf":1.0},"30":{"tf":1.0},"53":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":12,"docs":{"109":{"tf":1.0},"119":{"tf":1.0},"125":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"247":{"tf":1.0},"253":{"tf":1.0},"273":{"tf":1.0},"31":{"tf":1.0},"45":{"tf":1.4142135623730951},"53":{"tf":1.0},"54":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":13,"docs":{"15":{"tf":1.4142135623730951},"153":{"tf":1.0},"178":{"tf":1.0},"197":{"tf":1.0},"199":{"tf":1.4142135623730951},"214":{"tf":1.0},"286":{"tf":1.0},"288":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"45":{"tf":1.0},"7":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"184":{"tf":1.0},"287":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"33":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":2,"docs":{"19":{"tf":1.0},"9":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"108":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":8,"docs":{"173":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"266":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"286":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"104":{"tf":1.0},"120":{"tf":1.0},"58":{"tf":1.0},"8":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"124":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"t":{"df":10,"docs":{"165":{"tf":1.0},"173":{"tf":1.0},"206":{"tf":1.0},"208":{"tf":1.0},"212":{"tf":1.0},"216":{"tf":1.4142135623730951},"222":{"tf":1.0},"223":{"tf":1.0},"279":{"tf":1.0},"29":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"10":{"tf":1.0},"108":{"tf":1.0},"288":{"tf":1.0},"40":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"b":{"df":1,"docs":{"129":{"tf":1.0}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"247":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":2,"docs":{"112":{"tf":1.0},"227":{"tf":1.4142135623730951}}}}}},"u":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":8,"docs":{"125":{"tf":1.4142135623730951},"127":{"tf":1.0},"238":{"tf":1.0},"286":{"tf":1.0},"54":{"tf":1.0},"57":{"tf":1.0},"67":{"tf":1.0},"89":{"tf":1.0}}}},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"&":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"42":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"x":{"df":1,"docs":{"21":{"tf":1.0}}}}},"df":22,"docs":{"116":{"tf":1.4142135623730951},"127":{"tf":1.4142135623730951},"15":{"tf":1.0},"16":{"tf":1.0},"197":{"tf":1.4142135623730951},"198":{"tf":1.0},"2":{"tf":1.4142135623730951},"238":{"tf":1.4142135623730951},"286":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0},"54":{"tf":1.7320508075688772},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.4142135623730951},"68":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"117":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":3,"docs":{"12":{"tf":1.0},"195":{"tf":1.0},"287":{"tf":1.4142135623730951}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"35":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":9,"docs":{"1":{"tf":1.0},"105":{"tf":1.4142135623730951},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"287":{"tf":1.0},"3":{"tf":1.0},"70":{"tf":1.0},"90":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"l":{"df":5,"docs":{"256":{"tf":1.0},"273":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"34":{"tf":1.0}},"e":{"d":{"df":2,"docs":{"13":{"tf":1.0},"188":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"s":{"df":16,"docs":{"109":{"tf":1.0},"134":{"tf":1.0},"138":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"198":{"tf":1.0},"200":{"tf":1.0},"209":{"tf":1.0},"227":{"tf":1.0},"273":{"tf":1.0},"286":{"tf":1.4142135623730951},"288":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.7320508075688772},"53":{"tf":1.0},"7":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":6,"docs":{"117":{"tf":1.0},"138":{"tf":1.0},"142":{"tf":1.0},"188":{"tf":1.0},"4":{"tf":1.0},"92":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"241":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":6,"docs":{"142":{"tf":1.0},"160":{"tf":1.0},"184":{"tf":1.7320508075688772},"188":{"tf":1.0},"2":{"tf":1.0},"26":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"164":{"tf":1.0},"8":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"26":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"172":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":17,"docs":{"156":{"tf":1.0},"157":{"tf":1.0},"163":{"tf":1.0},"168":{"tf":1.4142135623730951},"169":{"tf":1.0},"173":{"tf":1.7320508075688772},"176":{"tf":1.0},"177":{"tf":1.7320508075688772},"226":{"tf":1.0},"239":{"tf":1.7320508075688772},"286":{"tf":1.0},"288":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":1.0},"9":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"0":{"tf":1.0},"3":{"tf":1.0}}},"f":{"a":{"c":{"df":3,"docs":{"174":{"tf":1.0},"175":{"tf":1.0},"199":{"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":{"113":{"tf":1.0},"196":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"257":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"120":{"tf":1.0}}}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"p":{"df":4,"docs":{"112":{"tf":1.0},"122":{"tf":1.0},"145":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"40":{"tf":1.0}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":13,"docs":{"228":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0}}}}}}},"n":{"c":{"df":7,"docs":{"131":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"205":{"tf":1.0},"211":{"tf":1.0},"31":{"tf":1.0},"7":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"124":{"tf":1.0},"125":{"tf":1.0},"129":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.0}}}},"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"241":{"tf":1.0}}}}},"df":26,"docs":{"105":{"tf":1.0},"112":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"214":{"tf":1.0},"235":{"tf":1.0},"24":{"tf":1.4142135623730951},"258":{"tf":1.0},"286":{"tf":2.0},"33":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0},"62":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0}}}}}}}},"t":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":10,"docs":{"11":{"tf":1.0},"146":{"tf":1.0},"216":{"tf":1.0},"22":{"tf":1.0},"250":{"tf":1.0},"261":{"tf":1.0},"273":{"tf":1.0},"3":{"tf":1.0},"45":{"tf":1.0},"53":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"18":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"3":{"0":{"df":2,"docs":{"57":{"tf":1.0},"76":{"tf":1.0}}},"df":0,"docs":{}},"4":{"5":{"df":4,"docs":{"102":{"tf":1.0},"119":{"tf":1.0},"75":{"tf":1.0},"77":{"tf":1.0}}},"df":0,"docs":{}},"6":{"0":{"df":1,"docs":{"105":{"tf":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":{"76":{"tf":1.0}}}}},"df":0,"docs":{}},"df":2,"docs":{"119":{"tf":1.0},"57":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"222":{"tf":1.4142135623730951},"223":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"223":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":9,"docs":{"168":{"tf":1.0},"169":{"tf":1.0},"216":{"tf":1.0},"222":{"tf":1.4142135623730951},"223":{"tf":1.4142135623730951},"235":{"tf":1.0},"286":{"tf":1.0},"76":{"tf":1.0},"85":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"k":{"df":4,"docs":{"197":{"tf":1.0},"286":{"tf":1.0},"32":{"tf":1.0},"63":{"tf":1.0}}}}},"d":{"df":1,"docs":{"162":{"tf":1.0}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"124":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":2,"docs":{"113":{"tf":1.0},"227":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":3,"docs":{"18":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"38":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"188":{"tf":1.0},"263":{"tf":1.0},"4":{"tf":1.0}}}},"m":{"df":0,"docs":{},"p":{"df":2,"docs":{"148":{"tf":1.0},"35":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":5,"docs":{"141":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"187":{"tf":1.0},"30":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"n":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"161":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"47":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"m":{"df":3,"docs":{"10":{"tf":1.0},"285":{"tf":1.4142135623730951},"58":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"(":{"#":{"[":{"c":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"280":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{},"s":{"df":1,"docs":{"164":{"tf":1.0}}}}}}}},"df":0,"docs":{},"l":{"df":3,"docs":{"133":{"tf":1.4142135623730951},"138":{"tf":1.0},"53":{"tf":1.4142135623730951}},"o":{"c":{"df":1,"docs":{"164":{"tf":1.0}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"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":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"106":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"106":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"_":{"5":{"df":1,"docs":{"60":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":161,"docs":{"0":{"tf":1.0},"10":{"tf":2.0},"100":{"tf":1.0},"101":{"tf":2.0},"102":{"tf":2.23606797749979},"103":{"tf":2.0},"104":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"106":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":2.23606797749979},"11":{"tf":1.4142135623730951},"114":{"tf":1.4142135623730951},"115":{"tf":2.0},"116":{"tf":2.23606797749979},"117":{"tf":1.7320508075688772},"118":{"tf":2.0},"119":{"tf":2.0},"12":{"tf":1.7320508075688772},"120":{"tf":1.7320508075688772},"121":{"tf":1.7320508075688772},"123":{"tf":1.0},"124":{"tf":1.0},"127":{"tf":1.0},"13":{"tf":1.7320508075688772},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.7320508075688772},"134":{"tf":2.0},"135":{"tf":2.6457513110645907},"136":{"tf":2.6457513110645907},"138":{"tf":1.4142135623730951},"139":{"tf":1.0},"14":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.7320508075688772},"142":{"tf":1.4142135623730951},"143":{"tf":1.4142135623730951},"149":{"tf":1.0},"15":{"tf":1.4142135623730951},"150":{"tf":2.0},"151":{"tf":1.0},"155":{"tf":1.4142135623730951},"156":{"tf":1.0},"158":{"tf":1.0},"16":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"161":{"tf":1.0},"164":{"tf":1.0},"166":{"tf":1.0},"17":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0},"178":{"tf":1.4142135623730951},"18":{"tf":2.23606797749979},"180":{"tf":1.0},"181":{"tf":1.0},"183":{"tf":1.0},"185":{"tf":1.4142135623730951},"187":{"tf":1.7320508075688772},"188":{"tf":1.4142135623730951},"19":{"tf":1.7320508075688772},"190":{"tf":1.7320508075688772},"193":{"tf":1.0},"194":{"tf":2.23606797749979},"198":{"tf":1.4142135623730951},"199":{"tf":1.0},"2":{"tf":1.7320508075688772},"20":{"tf":1.4142135623730951},"200":{"tf":1.0},"201":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"209":{"tf":1.0},"21":{"tf":1.4142135623730951},"210":{"tf":1.0},"212":{"tf":1.0},"219":{"tf":2.0},"221":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.4142135623730951},"228":{"tf":1.0},"23":{"tf":1.4142135623730951},"232":{"tf":1.0},"234":{"tf":1.7320508075688772},"243":{"tf":1.0},"244":{"tf":2.0},"245":{"tf":2.8284271247461903},"246":{"tf":2.23606797749979},"247":{"tf":1.7320508075688772},"250":{"tf":1.4142135623730951},"252":{"tf":2.0},"253":{"tf":1.0},"255":{"tf":2.23606797749979},"256":{"tf":2.23606797749979},"257":{"tf":1.0},"258":{"tf":1.4142135623730951},"259":{"tf":1.0},"26":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"262":{"tf":2.0},"263":{"tf":2.0},"264":{"tf":1.0},"268":{"tf":1.0},"27":{"tf":1.0},"270":{"tf":1.7320508075688772},"275":{"tf":1.0},"276":{"tf":1.7320508075688772},"277":{"tf":1.4142135623730951},"279":{"tf":1.0},"280":{"tf":1.4142135623730951},"281":{"tf":1.4142135623730951},"284":{"tf":1.0},"286":{"tf":3.0},"288":{"tf":2.23606797749979},"29":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.7320508075688772},"35":{"tf":2.23606797749979},"36":{"tf":1.7320508075688772},"38":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":2.0},"40":{"tf":2.23606797749979},"41":{"tf":1.4142135623730951},"42":{"tf":2.449489742783178},"43":{"tf":1.0},"44":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772},"46":{"tf":1.7320508075688772},"47":{"tf":1.7320508075688772},"48":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":2.0},"51":{"tf":1.7320508075688772},"52":{"tf":1.0},"53":{"tf":2.23606797749979},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.7320508075688772},"57":{"tf":1.7320508075688772},"58":{"tf":1.4142135623730951},"59":{"tf":2.0},"6":{"tf":1.0},"60":{"tf":2.6457513110645907},"61":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":2.0},"73":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":2.0},"80":{"tf":1.7320508075688772},"81":{"tf":1.0},"9":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"169":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"{":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"223":{"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":{"173":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"222":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"222":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"s":{":":{":":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":2,"docs":{"167":{"tf":1.0},"169":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{},"—":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"257":{"tf":1.0}}}}}}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"60":{"tf":1.0}}}},"t":{"df":0,"docs":{},"’":{"df":2,"docs":{"58":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"’":{"df":1,"docs":{"53":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"’":{"d":{"df":1,"docs":{"36":{"tf":1.4142135623730951}}},"df":0,"docs":{},"r":{"df":4,"docs":{"193":{"tf":1.0},"198":{"tf":1.0},"2":{"tf":1.0},"53":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":10,"docs":{"109":{"tf":1.0},"15":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"193":{"tf":1.0},"197":{"tf":1.0},"258":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0},"60":{"tf":1.0}}},"k":{"df":6,"docs":{"12":{"tf":1.0},"181":{"tf":1.0},"2":{"tf":1.0},"22":{"tf":1.0},"42":{"tf":1.0},"58":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"277":{"tf":1.0},"60":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"55":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.0}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":3,"docs":{"112":{"tf":1.0},"185":{"tf":1.0},"34":{"tf":1.0}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"250":{"tf":1.0},"44":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"143":{"tf":1.0},"270":{"tf":1.0}},"s":{"=":{"1":{"df":5,"docs":{"136":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"263":{"tf":1.0},"276":{"tf":1.0}}},"2":{"df":4,"docs":{"136":{"tf":1.0},"190":{"tf":1.0},"244":{"tf":1.0},"262":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":5,"docs":{"13":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.0},"53":{"tf":1.0},"79":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"(":{"0":{".":{"9":{"0":{"df":2,"docs":{"238":{"tf":1.0},"89":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":5,"docs":{"128":{"tf":1.0},"238":{"tf":1.4142135623730951},"34":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":19,"docs":{"108":{"tf":1.4142135623730951},"159":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"201":{"tf":1.0},"220":{"tf":1.0},"228":{"tf":1.0},"246":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.4142135623730951},"29":{"tf":1.0},"42":{"tf":1.4142135623730951},"44":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"67":{"tf":1.0},"9":{"tf":1.0},"91":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"198":{"tf":1.0},"212":{"tf":1.0},"285":{"tf":1.0},"286":{"tf":1.0},"37":{"tf":1.0},"81":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"113":{"tf":1.0}}}}}}}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"c":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"206":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":1,"docs":{"206":{"tf":1.0}}}},"df":1,"docs":{"41":{"tf":1.0}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":2,"docs":{"4":{"tf":1.0},"40":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"e":{"df":42,"docs":{"113":{"tf":1.0},"119":{"tf":1.0},"12":{"tf":1.0},"121":{"tf":1.0},"126":{"tf":1.0},"128":{"tf":1.7320508075688772},"134":{"tf":1.0},"15":{"tf":1.0},"195":{"tf":1.0},"197":{"tf":1.4142135623730951},"22":{"tf":1.7320508075688772},"234":{"tf":1.4142135623730951},"238":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.4142135623730951},"250":{"tf":2.0},"252":{"tf":1.0},"256":{"tf":1.7320508075688772},"26":{"tf":1.0},"261":{"tf":1.0},"27":{"tf":1.0},"270":{"tf":1.4142135623730951},"276":{"tf":1.0},"286":{"tf":2.6457513110645907},"32":{"tf":1.0},"33":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"45":{"tf":3.1622776601683795},"46":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0},"76":{"tf":1.7320508075688772},"77":{"tf":1.0},"78":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"179":{"tf":1.0},"209":{"tf":1.0},"232":{"tf":1.4142135623730951},"46":{"tf":1.0},"89":{"tf":1.0}}}}},"r":{"df":2,"docs":{"125":{"tf":1.4142135623730951},"32":{"tf":1.0}}},"’":{"df":2,"docs":{"15":{"tf":1.0},"209":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":5,"docs":{"141":{"tf":1.0},"232":{"tf":1.0},"234":{"tf":1.7320508075688772},"247":{"tf":1.0},"263":{"tf":1.0}}}}}}},"df":2,"docs":{"149":{"tf":1.0},"187":{"tf":1.0}}}},"o":{"d":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"176":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":9,"docs":{"10":{"tf":1.0},"118":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"193":{"tf":1.0},"214":{"tf":1.0},"252":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"197":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"171":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":12,"docs":{"106":{"tf":1.4142135623730951},"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},"133":{"tf":1.0},"164":{"tf":1.4142135623730951},"53":{"tf":1.0},"54":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"{":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"206":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"102":{"tf":1.0},"103":{"tf":1.0},"119":{"tf":1.7320508075688772},"128":{"tf":1.0},"130":{"tf":1.0},"239":{"tf":1.4142135623730951},"255":{"tf":1.4142135623730951},"57":{"tf":1.0},"78":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"89":{"tf":1.0}}},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"151":{"tf":1.0},"184":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":2,"docs":{"125":{"tf":1.0},"176":{"tf":1.0}}}},"p":{"df":3,"docs":{"235":{"tf":1.0},"242":{"tf":1.0},"97":{"tf":1.0}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":42,"docs":{"10":{"tf":1.0},"112":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"117":{"tf":1.0},"12":{"tf":1.7320508075688772},"121":{"tf":2.0},"124":{"tf":1.0},"13":{"tf":1.0},"130":{"tf":1.7320508075688772},"153":{"tf":1.0},"17":{"tf":1.0},"172":{"tf":1.0},"176":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":2.449489742783178},"196":{"tf":1.4142135623730951},"2":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"218":{"tf":1.7320508075688772},"222":{"tf":1.4142135623730951},"225":{"tf":1.0},"227":{"tf":1.0},"23":{"tf":1.0},"234":{"tf":1.0},"286":{"tf":2.0},"288":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"30":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":2.6457513110645907},"44":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"55":{"tf":2.0},"60":{"tf":1.0},"67":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":2.449489742783178}},"y":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"g":{"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":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"222":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"3":{"df":2,"docs":{"12":{"tf":1.0},"43":{"tf":1.0}}},"5":{"df":1,"docs":{"98":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"’":{"df":2,"docs":{"45":{"tf":1.0},"82":{"tf":1.0}}}}}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"227":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"201":{"tf":1.0},"40":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":5,"docs":{"17":{"tf":1.0},"225":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0},"50":{"tf":1.0}}},"k":{"df":9,"docs":{"286":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.0},"84":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"247":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":8,"docs":{"145":{"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},"46":{"tf":1.0}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"225":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":34,"docs":{"105":{"tf":1.4142135623730951},"11":{"tf":1.0},"112":{"tf":1.0},"118":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951},"13":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"170":{"tf":1.0},"18":{"tf":1.0},"194":{"tf":1.0},"197":{"tf":1.4142135623730951},"200":{"tf":1.0},"204":{"tf":1.0},"214":{"tf":1.0},"217":{"tf":1.0},"23":{"tf":1.0},"256":{"tf":1.0},"258":{"tf":1.0},"286":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":2.449489742783178},"50":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"58":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"69":{"tf":1.0},"7":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":15,"docs":{"110":{"tf":1.0},"146":{"tf":1.4142135623730951},"174":{"tf":1.4142135623730951},"198":{"tf":1.0},"205":{"tf":1.7320508075688772},"208":{"tf":1.0},"211":{"tf":1.4142135623730951},"216":{"tf":1.7320508075688772},"221":{"tf":1.0},"227":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772},"63":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":56,"docs":{"100":{"tf":1.0},"103":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":3.0},"118":{"tf":2.0},"119":{"tf":1.0},"120":{"tf":1.4142135623730951},"121":{"tf":1.0},"13":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":2.0},"198":{"tf":1.0},"2":{"tf":1.4142135623730951},"205":{"tf":1.0},"227":{"tf":1.4142135623730951},"236":{"tf":1.4142135623730951},"238":{"tf":2.6457513110645907},"24":{"tf":1.0},"252":{"tf":1.0},"255":{"tf":1.0},"259":{"tf":1.4142135623730951},"273":{"tf":1.0},"286":{"tf":1.7320508075688772},"288":{"tf":1.0},"289":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"37":{"tf":1.0},"42":{"tf":1.7320508075688772},"50":{"tf":1.0},"54":{"tf":3.4641016151377544},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"60":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":2.0},"65":{"tf":1.7320508075688772},"66":{"tf":1.4142135623730951},"67":{"tf":2.0},"68":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.4142135623730951},"98":{"tf":1.0},"99":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":1,"docs":{"135":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"116":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"100":{"tf":1.0},"68":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"5":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"66":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"0":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":15,"docs":{"100":{"tf":1.0},"102":{"tf":1.0},"107":{"tf":1.0},"109":{"tf":1.4142135623730951},"213":{"tf":1.0},"238":{"tf":1.0},"251":{"tf":1.0},"258":{"tf":1.0},"279":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"79":{"tf":1.0},"87":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"5":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"102":{"tf":1.0},"107":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"66":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"0":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"104":{"tf":1.0},"109":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"1":{"5":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"105":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"0":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"104":{"tf":1.0}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"1":{"0":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"66":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":9,"docs":{"104":{"tf":1.0},"106":{"tf":1.0},"13":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"235":{"tf":1.0},"236":{"tf":1.0},"29":{"tf":1.0}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"3":{"df":1,"docs":{"276":{"tf":1.0}}},"5":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"54":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"0":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"106":{"tf":1.0}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"5":{"0":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"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":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"209":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"112":{"tf":1.0},"175":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"162":{"tf":1.0},"51":{"tf":1.0}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"124":{"tf":1.0}}}},"df":2,"docs":{"247":{"tf":1.0},"60":{"tf":1.0}},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"127":{"tf":1.0},"32":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":7,"docs":{"111":{"tf":1.0},"228":{"tf":1.0},"263":{"tf":1.0},"269":{"tf":1.0},"272":{"tf":1.0},"283":{"tf":1.0},"9":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"126":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"e":{"df":4,"docs":{"169":{"tf":1.4142135623730951},"244":{"tf":1.0},"42":{"tf":1.0},"76":{"tf":1.4142135623730951}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"46":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"273":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"113":{"tf":1.0}}}}}}}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":4,"docs":{"104":{"tf":1.4142135623730951},"113":{"tf":1.0},"227":{"tf":1.0},"54":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":5,"docs":{"14":{"tf":1.0},"145":{"tf":1.0},"286":{"tf":1.0},"30":{"tf":1.0},"53":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":9,"docs":{"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":3,"docs":{"198":{"tf":1.4142135623730951},"2":{"tf":1.4142135623730951},"33":{"tf":1.0}}}},"x":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"(":{")":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"/":{"d":{"a":{"df":2,"docs":{"170":{"tf":1.0},"178":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":4,"docs":{"22":{"tf":1.0},"289":{"tf":1.0},"37":{"tf":1.0},"54":{"tf":1.4142135623730951}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":11,"docs":{"109":{"tf":1.0},"2":{"tf":1.0},"216":{"tf":1.0},"247":{"tf":1.0},"258":{"tf":1.0},"284":{"tf":1.0},"40":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.0},"79":{"tf":1.0},"99":{"tf":1.0}}},"i":{"c":{"df":4,"docs":{"16":{"tf":1.0},"58":{"tf":1.0},"80":{"tf":1.0},"87":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"6":{"4":{"df":2,"docs":{"206":{"tf":1.4142135623730951},"208":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"129":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"242":{"tf":1.0}}}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"236":{"tf":1.0},"93":{"tf":1.0}}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"109":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":18,"docs":{"119":{"tf":1.0},"120":{"tf":1.0},"125":{"tf":1.0},"141":{"tf":1.0},"149":{"tf":1.0},"187":{"tf":1.0},"252":{"tf":1.4142135623730951},"286":{"tf":1.0},"42":{"tf":1.4142135623730951},"46":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0},"73":{"tf":1.0},"78":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":18,"docs":{"0":{"tf":1.0},"10":{"tf":1.4142135623730951},"111":{"tf":1.0},"134":{"tf":1.0},"146":{"tf":1.0},"166":{"tf":1.0},"19":{"tf":1.0},"193":{"tf":1.0},"20":{"tf":1.0},"27":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0},"80":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"141":{"tf":1.0},"187":{"tf":1.0},"34":{"tf":1.0},"53":{"tf":1.0},"83":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"119":{"tf":1.0},"228":{"tf":1.0},"57":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"46":{"tf":1.0}}}}}},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"203":{"tf":1.0}}}},"t":{"df":3,"docs":{"252":{"tf":1.7320508075688772},"4":{"tf":1.0},"7":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"180":{"tf":1.0},"32":{"tf":1.0},"57":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"k":{"df":1,"docs":{"198":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"223":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"45":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":11,"docs":{"104":{"tf":1.0},"148":{"tf":1.0},"153":{"tf":1.0},"197":{"tf":1.0},"205":{"tf":1.4142135623730951},"209":{"tf":1.0},"217":{"tf":1.0},"263":{"tf":1.0},"31":{"tf":1.7320508075688772},"32":{"tf":1.0},"63":{"tf":1.4142135623730951}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"p":{"df":23,"docs":{"112":{"tf":1.0},"14":{"tf":1.0},"143":{"tf":1.0},"146":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"179":{"tf":1.0},"181":{"tf":1.0},"190":{"tf":1.0},"199":{"tf":1.0},"209":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"225":{"tf":1.0},"261":{"tf":1.0},"286":{"tf":1.0},"288":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"53":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.0},"95":{"tf":1.0}},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.4142135623730951}}}}}}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"219":{"tf":1.0},"268":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.0}}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":16,"docs":{"112":{"tf":1.0},"149":{"tf":1.0},"154":{"tf":1.0},"159":{"tf":1.0},"169":{"tf":1.0},"175":{"tf":1.0},"219":{"tf":1.0},"235":{"tf":1.0},"278":{"tf":1.0},"51":{"tf":1.0},"65":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"82":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0}}}},"df":97,"docs":{"0":{"tf":1.0},"100":{"tf":1.0},"102":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":2.23606797749979},"116":{"tf":1.4142135623730951},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.7320508075688772},"121":{"tf":1.0},"122":{"tf":1.7320508075688772},"125":{"tf":1.4142135623730951},"126":{"tf":1.0},"13":{"tf":1.0},"133":{"tf":2.0},"141":{"tf":1.4142135623730951},"143":{"tf":1.0},"145":{"tf":1.0},"149":{"tf":1.4142135623730951},"150":{"tf":1.7320508075688772},"152":{"tf":1.0},"154":{"tf":1.4142135623730951},"155":{"tf":1.7320508075688772},"156":{"tf":1.0},"159":{"tf":1.7320508075688772},"160":{"tf":1.7320508075688772},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.7320508075688772},"173":{"tf":1.4142135623730951},"183":{"tf":1.4142135623730951},"189":{"tf":2.0},"195":{"tf":1.0},"206":{"tf":2.0},"207":{"tf":1.4142135623730951},"208":{"tf":1.0},"209":{"tf":1.0},"212":{"tf":1.7320508075688772},"213":{"tf":1.0},"214":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"222":{"tf":2.23606797749979},"223":{"tf":1.7320508075688772},"225":{"tf":1.0},"227":{"tf":1.0},"231":{"tf":2.449489742783178},"232":{"tf":1.0},"238":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"247":{"tf":1.4142135623730951},"250":{"tf":1.0},"253":{"tf":1.4142135623730951},"255":{"tf":1.0},"257":{"tf":1.7320508075688772},"261":{"tf":1.0},"264":{"tf":1.0},"268":{"tf":1.0},"270":{"tf":1.0},"271":{"tf":2.0},"273":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.4142135623730951},"281":{"tf":1.0},"285":{"tf":1.0},"286":{"tf":1.4142135623730951},"287":{"tf":1.0},"288":{"tf":1.4142135623730951},"45":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":2.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":2.23606797749979},"60":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.0},"69":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951},"78":{"tf":1.7320508075688772},"82":{"tf":1.0},"9":{"tf":1.0},"97":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":15,"docs":{"105":{"tf":1.0},"108":{"tf":1.0},"116":{"tf":1.4142135623730951},"19":{"tf":1.0},"227":{"tf":1.0},"24":{"tf":1.7320508075688772},"38":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.4142135623730951},"64":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"69":{"tf":1.0},"9":{"tf":1.0}},"s":{"(":{"1":{"0":{"df":6,"docs":{"118":{"tf":1.0},"121":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"65":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}},"5":{"0":{"df":1,"docs":{"120":{"tf":1.0}}},"df":5,"docs":{"108":{"tf":1.0},"116":{"tf":1.0},"119":{"tf":1.0},"54":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":1,"docs":{"66":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"z":{"df":4,"docs":{"174":{"tf":1.4142135623730951},"212":{"tf":1.4142135623730951},"222":{"tf":1.4142135623730951},"223":{"tf":1.4142135623730951}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"224":{"tf":1.0},"270":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"51":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"i":{"d":{">":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"232":{"tf":1.0},"263":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"141":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"195":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"(":{"1":{"0":{"df":1,"docs":{"218":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":2,"docs":{"121":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":57,"docs":{"102":{"tf":1.0},"103":{"tf":1.4142135623730951},"112":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":2.0},"117":{"tf":1.4142135623730951},"118":{"tf":1.0},"119":{"tf":1.7320508075688772},"12":{"tf":1.4142135623730951},"120":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.0},"134":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.0},"162":{"tf":1.0},"164":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"171":{"tf":1.0},"173":{"tf":1.0},"178":{"tf":1.4142135623730951},"180":{"tf":1.0},"187":{"tf":1.4142135623730951},"195":{"tf":1.4142135623730951},"196":{"tf":1.0},"2":{"tf":2.23606797749979},"200":{"tf":1.4142135623730951},"203":{"tf":1.0},"222":{"tf":1.4142135623730951},"223":{"tf":1.0},"227":{"tf":1.4142135623730951},"232":{"tf":1.4142135623730951},"239":{"tf":1.4142135623730951},"255":{"tf":1.7320508075688772},"256":{"tf":1.0},"286":{"tf":2.23606797749979},"287":{"tf":1.4142135623730951},"288":{"tf":1.0},"29":{"tf":1.4142135623730951},"3":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":2.0},"43":{"tf":1.7320508075688772},"44":{"tf":1.7320508075688772},"45":{"tf":1.0},"53":{"tf":2.449489742783178},"54":{"tf":1.4142135623730951},"58":{"tf":1.0},"60":{"tf":1.0},"76":{"tf":1.4142135623730951},"78":{"tf":1.0},"8":{"tf":1.0},"92":{"tf":1.0}}},"df":0,"docs":{}},"u":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"46":{"tf":1.0}},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":4,"docs":{"127":{"tf":1.0},"214":{"tf":1.0},"257":{"tf":1.0},"287":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"130":{"tf":1.0},"281":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.4142135623730951}}}},"df":5,"docs":{"150":{"tf":1.0},"151":{"tf":1.0},"168":{"tf":1.0},"22":{"tf":1.0},"41":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"!":{"[":{"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":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":1,"docs":{"222":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"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":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":2,"docs":{"205":{"tf":1.0},"222":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"205":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"234":{"tf":1.0},"25":{"tf":1.0},"256":{"tf":1.0}},"f":{"df":2,"docs":{"129":{"tf":1.0},"286":{"tf":1.4142135623730951}},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"286":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":30,"docs":{"105":{"tf":1.0},"125":{"tf":1.0},"142":{"tf":1.0},"186":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"196":{"tf":1.0},"2":{"tf":1.0},"212":{"tf":1.0},"214":{"tf":1.0},"227":{"tf":1.0},"232":{"tf":1.0},"234":{"tf":1.4142135623730951},"239":{"tf":1.0},"242":{"tf":1.0},"252":{"tf":1.4142135623730951},"257":{"tf":1.0},"258":{"tf":1.0},"286":{"tf":1.4142135623730951},"287":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"4":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"60":{"tf":1.0},"64":{"tf":1.0},"68":{"tf":1.0},"81":{"tf":1.0},"86":{"tf":1.0},"90":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"241":{"tf":1.7320508075688772},"247":{"tf":1.4142135623730951},"284":{"tf":1.0},"41":{"tf":1.0}}}}}}}},"i":{"a":{"df":4,"docs":{"177":{"tf":1.0},"187":{"tf":1.4142135623730951},"199":{"tf":1.0},"30":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"141":{"tf":1.4142135623730951},"51":{"tf":1.0}}}}},"m":{"df":1,"docs":{"267":{"tf":1.0}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":3,"docs":{"153":{"tf":1.0},"35":{"tf":1.0},"58":{"tf":1.0}}}}}},"s":{"df":5,"docs":{"171":{"tf":1.0},"180":{"tf":1.0},"188":{"tf":1.0},"284":{"tf":1.0},"42":{"tf":1.0}}}},"w":{"[":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"28":{"tf":1.0}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":12,"docs":{"134":{"tf":1.0},"14":{"tf":1.0},"158":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"186":{"tf":1.0},"199":{"tf":1.0},"261":{"tf":1.0},"30":{"tf":1.7320508075688772},"43":{"tf":1.0},"46":{"tf":1.0},"53":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"k":{"df":7,"docs":{"19":{"tf":1.4142135623730951},"201":{"tf":1.0},"220":{"tf":1.0},"228":{"tf":1.0},"28":{"tf":1.0},"52":{"tf":1.0},"9":{"tf":1.0}}},"l":{"df":5,"docs":{"22":{"tf":2.0},"250":{"tf":1.4142135623730951},"286":{"tf":1.0},"33":{"tf":1.0},"45":{"tf":2.6457513110645907}},"e":{"df":0,"docs":{},"t":{"df":12,"docs":{"113":{"tf":1.0},"116":{"tf":1.4142135623730951},"196":{"tf":1.4142135623730951},"225":{"tf":1.0},"227":{"tf":1.0},"259":{"tf":1.7320508075688772},"29":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":2.0},"65":{"tf":1.7320508075688772},"66":{"tf":1.7320508075688772},"67":{"tf":1.0}},"s":{"(":{"1":{"0":{"0":{"df":2,"docs":{"120":{"tf":1.0},"218":{"tf":1.0}}},"df":7,"docs":{"102":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"116":{"tf":1.0},"119":{"tf":1.0},"54":{"tf":1.4142135623730951},"57":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":6,"docs":{"118":{"tf":1.0},"121":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"65":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}},"3":{"0":{"df":1,"docs":{"105":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":1,"docs":{"66":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"t":{"df":27,"docs":{"10":{"tf":1.0},"100":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.4142135623730951},"132":{"tf":1.0},"150":{"tf":1.0},"155":{"tf":1.4142135623730951},"171":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"201":{"tf":1.0},"21":{"tf":1.0},"279":{"tf":1.0},"286":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.7320508075688772},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"54":{"tf":1.0},"59":{"tf":2.0},"61":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.4142135623730951},"95":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"142":{"tf":1.0},"188":{"tf":1.0},"199":{"tf":1.0},"35":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"239":{"tf":1.0}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"126":{"tf":1.0}}}},"y":{"df":5,"docs":{"133":{"tf":1.0},"18":{"tf":1.0},"193":{"tf":1.0},"21":{"tf":1.0},"39":{"tf":1.0}}}},"df":1,"docs":{"28":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":4,"docs":{"196":{"tf":1.0},"203":{"tf":1.0},"288":{"tf":1.0},"43":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"16":{"tf":1.0},"188":{"tf":1.0},"198":{"tf":1.0},"33":{"tf":1.0}}}},"’":{"d":{"df":1,"docs":{"268":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":5,"docs":{"193":{"tf":1.0},"228":{"tf":1.0},"32":{"tf":1.0},"52":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"r":{"df":2,"docs":{"0":{"tf":1.0},"54":{"tf":1.0}}},"v":{"df":4,"docs":{"40":{"tf":1.0},"47":{"tf":1.0},"55":{"tf":1.0},"59":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"t":{"\'":{"df":1,"docs":{"231":{"tf":1.0}}},"df":0,"docs":{},"’":{"df":12,"docs":{"111":{"tf":1.0},"123":{"tf":1.0},"144":{"tf":1.0},"166":{"tf":1.0},"19":{"tf":1.0},"191":{"tf":1.0},"220":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":1.0},"61":{"tf":1.0},"95":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":16,"docs":{"17":{"tf":1.4142135623730951},"195":{"tf":1.0},"197":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"217":{"tf":1.0},"227":{"tf":1.0},"250":{"tf":1.0},"286":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.4142135623730951},"46":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"8":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":2,"docs":{"16":{"tf":1.0},"194":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"41":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":13,"docs":{"118":{"tf":1.0},"15":{"tf":1.0},"170":{"tf":1.0},"179":{"tf":1.0},"196":{"tf":1.0},"198":{"tf":1.0},"22":{"tf":1.0},"227":{"tf":1.0},"232":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.0},"56":{"tf":1.0},"83":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"224":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"2":{"df":1,"docs":{"213":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":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":{"224":{"tf":1.0}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"206":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"43":{"tf":1.0},"98":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"239":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"2":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"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":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"2":{"0":{"df":7,"docs":{"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"234":{"tf":1.0},"238":{"tf":1.0},"37":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}},"5":{"0":{"df":1,"docs":{"169":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"0":{"0":{"df":2,"docs":{"109":{"tf":1.0},"120":{"tf":1.0}}},"df":2,"docs":{"115":{"tf":1.0},"53":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"5":{"df":1,"docs":{"25":{"tf":1.0}}},"6":{"0":{"df":18,"docs":{"101":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"116":{"tf":1.0},"13":{"tf":1.0},"133":{"tf":1.0},"164":{"tf":1.0},"207":{"tf":1.0},"213":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.0},"45":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{}},"9":{"0":{"df":3,"docs":{"121":{"tf":1.0},"245":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":1,"docs":{"109":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"98":{"tf":1.0}}}}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{")":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"(":{"5":{"df":1,"docs":{"207":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"0":{"df":1,"docs":{"224":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":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":{"169":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":7,"docs":{"128":{"tf":1.0},"179":{"tf":1.0},"232":{"tf":1.0},"24":{"tf":1.0},"57":{"tf":1.0},"92":{"tf":1.0},"99":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":17,"docs":{"109":{"tf":1.4142135623730951},"129":{"tf":1.0},"195":{"tf":1.0},"201":{"tf":1.4142135623730951},"202":{"tf":1.0},"264":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"40":{"tf":2.23606797749979},"43":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.0},"62":{"tf":1.0},"7":{"tf":1.0},"98":{"tf":1.0}}}}}}}},"l":{"df":1,"docs":{"289":{"tf":1.0}}},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"39":{"tf":1.0}}}}},"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":4,"docs":{"272":{"tf":1.0},"35":{"tf":1.0},"46":{"tf":1.0},"57":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"k":{"df":39,"docs":{"10":{"tf":1.0},"109":{"tf":1.0},"11":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.0},"12":{"tf":1.0},"145":{"tf":1.4142135623730951},"148":{"tf":1.0},"153":{"tf":1.0},"158":{"tf":1.0},"16":{"tf":1.4142135623730951},"166":{"tf":1.0},"168":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"189":{"tf":1.0},"193":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"205":{"tf":1.0},"21":{"tf":1.0},"217":{"tf":1.0},"246":{"tf":1.0},"250":{"tf":1.7320508075688772},"252":{"tf":1.0},"257":{"tf":1.0},"3":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.0},"80":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":4,"docs":{"225":{"tf":1.7320508075688772},"40":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"51":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"—":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"234":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"268":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":126,"docs":{"10":{"tf":1.0},"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.4142135623730951},"109":{"tf":1.7320508075688772},"110":{"tf":1.4142135623730951},"112":{"tf":1.7320508075688772},"113":{"tf":1.4142135623730951},"116":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"124":{"tf":1.0},"125":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951},"127":{"tf":1.0},"13":{"tf":1.0},"134":{"tf":1.0},"14":{"tf":1.0},"142":{"tf":1.0},"144":{"tf":1.0},"146":{"tf":1.4142135623730951},"15":{"tf":1.7320508075688772},"167":{"tf":1.4142135623730951},"168":{"tf":1.4142135623730951},"17":{"tf":1.7320508075688772},"170":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.7320508075688772},"174":{"tf":1.0},"175":{"tf":1.0},"186":{"tf":1.0},"188":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"196":{"tf":2.449489742783178},"197":{"tf":3.0},"198":{"tf":2.0},"199":{"tf":2.0},"200":{"tf":1.4142135623730951},"201":{"tf":1.4142135623730951},"202":{"tf":1.0},"203":{"tf":1.4142135623730951},"204":{"tf":1.7320508075688772},"205":{"tf":2.449489742783178},"206":{"tf":2.0},"207":{"tf":1.4142135623730951},"209":{"tf":2.449489742783178},"210":{"tf":1.0},"211":{"tf":1.4142135623730951},"216":{"tf":1.0},"217":{"tf":1.0},"220":{"tf":1.4142135623730951},"221":{"tf":1.4142135623730951},"222":{"tf":2.23606797749979},"223":{"tf":1.0},"225":{"tf":1.0},"227":{"tf":1.7320508075688772},"235":{"tf":1.4142135623730951},"236":{"tf":2.449489742783178},"238":{"tf":1.0},"239":{"tf":1.4142135623730951},"246":{"tf":1.7320508075688772},"247":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.7320508075688772},"258":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951},"263":{"tf":1.0},"266":{"tf":1.7320508075688772},"275":{"tf":1.7320508075688772},"276":{"tf":1.0},"28":{"tf":1.4142135623730951},"286":{"tf":3.1622776601683795},"288":{"tf":1.4142135623730951},"289":{"tf":1.0},"29":{"tf":2.0},"3":{"tf":1.0},"31":{"tf":1.4142135623730951},"32":{"tf":3.3166247903554},"33":{"tf":1.4142135623730951},"34":{"tf":2.0},"35":{"tf":1.0},"36":{"tf":2.23606797749979},"37":{"tf":1.4142135623730951},"40":{"tf":2.8284271247461903},"42":{"tf":2.449489742783178},"44":{"tf":1.0},"46":{"tf":2.23606797749979},"47":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.7320508075688772},"54":{"tf":3.0},"56":{"tf":1.7320508075688772},"57":{"tf":1.7320508075688772},"58":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.7320508075688772},"62":{"tf":2.23606797749979},"63":{"tf":2.8284271247461903},"64":{"tf":1.7320508075688772},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.4142135623730951},"73":{"tf":1.0},"74":{"tf":1.4142135623730951},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.7320508075688772},"80":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.4142135623730951},"87":{"tf":1.0},"9":{"tf":1.4142135623730951},"91":{"tf":1.0},"95":{"tf":1.4142135623730951},"97":{"tf":1.0},"98":{"tf":1.4142135623730951},"99":{"tf":2.449489742783178}},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"131":{"tf":1.0},"173":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":3,"docs":{"183":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"—":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"l":{"d":{"df":1,"docs":{"126":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"10":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"40":{"tf":1.0},"41":{"tf":1.0},"46":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":3,"docs":{"180":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"125":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":17,"docs":{"11":{"tf":1.0},"146":{"tf":1.0},"19":{"tf":1.0},"193":{"tf":1.0},"20":{"tf":1.0},"209":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"132":{"tf":1.0},"149":{"tf":1.0},"18":{"tf":1.0},"53":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":8,"docs":{"109":{"tf":1.4142135623730951},"16":{"tf":1.0},"181":{"tf":1.0},"188":{"tf":1.0},"193":{"tf":1.0},"198":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.0}}}}}}},"x":{"df":1,"docs":{"10":{"tf":1.0}}},"y":{"df":0,"docs":{},"e":{"df":10,"docs":{"162":{"tf":1.7320508075688772},"251":{"tf":1.0},"253":{"tf":1.0},"258":{"tf":1.0},"262":{"tf":1.0},"264":{"tf":1.0},"267":{"tf":1.0},"276":{"tf":1.0},"279":{"tf":1.0},"280":{"tf":1.0}},"t":{"df":0,"docs":{},"—":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"’":{"df":0,"docs":{},"r":{"df":1,"docs":{"12":{"tf":1.0}}}}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"’":{"d":{"df":4,"docs":{"114":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":8,"docs":{"10":{"tf":1.0},"134":{"tf":1.4142135623730951},"203":{"tf":1.0},"253":{"tf":1.0},"35":{"tf":1.0},"53":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951},"99":{"tf":1.0}}}},"r":{"df":25,"docs":{"101":{"tf":1.0},"11":{"tf":1.0},"118":{"tf":1.0},"12":{"tf":1.0},"150":{"tf":2.0},"155":{"tf":1.0},"160":{"tf":1.4142135623730951},"170":{"tf":1.0},"180":{"tf":1.0},"193":{"tf":1.0},"195":{"tf":1.0},"2":{"tf":1.0},"200":{"tf":1.4142135623730951},"247":{"tf":1.0},"253":{"tf":1.0},"255":{"tf":1.0},"257":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":1.0},"54":{"tf":1.0},"59":{"tf":2.449489742783178},"62":{"tf":1.0},"69":{"tf":1.0},"8":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}}},"v":{"df":7,"docs":{"132":{"tf":1.0},"18":{"tf":1.0},"193":{"tf":1.0},"27":{"tf":1.0},"39":{"tf":1.0},"53":{"tf":1.0},"7":{"tf":1.0}}}}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":4,"docs":{"126":{"tf":1.0},"196":{"tf":1.0},"40":{"tf":1.0},"89":{"tf":1.0}}}}}}}},"breadcrumbs":{"root":{"0":{".":{".":{"2":{"df":1,"docs":{"43":{"tf":1.0}}},"3":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":9,"docs":{"103":{"tf":1.0},"115":{"tf":1.7320508075688772},"133":{"tf":1.0},"164":{"tf":1.0},"173":{"tf":1.0},"187":{"tf":1.4142135623730951},"234":{"tf":1.0},"25":{"tf":1.0},"53":{"tf":2.23606797749979}}},"1":{"0":{"0":{"0":{"df":1,"docs":{"197":{"tf":1.0}}},"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"184":{"tf":1.0}}},"df":0,"docs":{}}},"df":11,"docs":{"116":{"tf":1.0},"206":{"tf":1.0},"208":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.0},"255":{"tf":1.0},"258":{"tf":1.0},"275":{"tf":1.0},"54":{"tf":1.4142135623730951},"57":{"tf":1.0},"65":{"tf":1.7320508075688772}}},"2":{"0":{"df":5,"docs":{"101":{"tf":1.0},"244":{"tf":1.0},"256":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0}}},"df":1,"docs":{"45":{"tf":1.0}}},"5":{"df":1,"docs":{"235":{"tf":1.0}}},"6":{"df":0,"docs":{},"g":{"b":{"df":1,"docs":{"275":{"tf":1.0}}},"df":0,"docs":{}}},"8":{"0":{"8":{"0":{"df":1,"docs":{"231":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":4,"docs":{"101":{"tf":1.0},"118":{"tf":1.0},"256":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}},"df":38,"docs":{"100":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"103":{"tf":2.0},"106":{"tf":1.0},"107":{"tf":1.4142135623730951},"108":{"tf":1.0},"109":{"tf":2.0},"110":{"tf":1.0},"115":{"tf":1.4142135623730951},"116":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"119":{"tf":1.7320508075688772},"13":{"tf":1.0},"131":{"tf":1.0},"169":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":1.0},"213":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"232":{"tf":1.0},"236":{"tf":1.4142135623730951},"239":{"tf":1.7320508075688772},"25":{"tf":1.0},"251":{"tf":1.0},"255":{"tf":1.4142135623730951},"276":{"tf":1.0},"279":{"tf":1.0},"29":{"tf":1.7320508075688772},"37":{"tf":1.4142135623730951},"42":{"tf":1.0},"54":{"tf":1.4142135623730951},"57":{"tf":1.0},"72":{"tf":1.0},"77":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}},"–":{"3":{"df":1,"docs":{"126":{"tf":1.0}}},"df":0,"docs":{}}},"2":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"232":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"0":{"df":5,"docs":{"116":{"tf":1.0},"209":{"tf":1.0},"235":{"tf":1.0},"241":{"tf":1.0},"57":{"tf":1.0}}},"df":28,"docs":{"105":{"tf":1.0},"109":{"tf":1.0},"116":{"tf":2.449489742783178},"117":{"tf":1.7320508075688772},"118":{"tf":1.0},"119":{"tf":1.0},"12":{"tf":1.4142135623730951},"121":{"tf":1.0},"131":{"tf":1.0},"195":{"tf":1.0},"209":{"tf":1.0},"23":{"tf":1.0},"232":{"tf":1.4142135623730951},"239":{"tf":1.0},"241":{"tf":1.0},"250":{"tf":1.0},"255":{"tf":1.0},"258":{"tf":1.0},"275":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"37":{"tf":1.0},"43":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}},"3":{"0":{"0":{"df":3,"docs":{"101":{"tf":1.0},"256":{"tf":1.0},"58":{"tf":1.0}}},"df":10,"docs":{"101":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"245":{"tf":1.0},"250":{"tf":1.4142135623730951},"256":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.4142135623730951}}},"1":{"df":2,"docs":{"117":{"tf":1.0},"72":{"tf":1.0}}},"df":21,"docs":{"103":{"tf":1.0},"107":{"tf":1.0},"109":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.4142135623730951},"119":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.0},"131":{"tf":1.0},"195":{"tf":1.0},"232":{"tf":1.0},"239":{"tf":1.0},"255":{"tf":1.0},"275":{"tf":1.0},"279":{"tf":1.0},"31":{"tf":1.4142135623730951},"37":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.7320508075688772},"60":{"tf":1.0},"85":{"tf":1.0}},"f":{"df":1,"docs":{"255":{"tf":1.0}}}},"4":{"2":{"0":{"df":1,"docs":{"238":{"tf":1.0}}},"df":0,"docs":{}},"8":{"df":1,"docs":{"231":{"tf":1.0}}},"df":13,"docs":{"109":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"118":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"131":{"tf":1.0},"239":{"tf":1.0},"255":{"tf":1.0},"275":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"37":{"tf":1.0},"60":{"tf":1.0},"78":{"tf":1.0}},"g":{"b":{"df":1,"docs":{"275":{"tf":1.0}}},"df":0,"docs":{}},"–":{"5":{"df":1,"docs":{"126":{"tf":1.0}}},"df":0,"docs":{}}},"5":{"0":{"df":3,"docs":{"235":{"tf":1.0},"238":{"tf":1.0},"85":{"tf":1.0}}},"df":16,"docs":{"103":{"tf":1.0},"107":{"tf":1.0},"109":{"tf":1.0},"116":{"tf":1.4142135623730951},"117":{"tf":1.0},"119":{"tf":1.7320508075688772},"218":{"tf":1.0},"22":{"tf":1.0},"232":{"tf":1.0},"250":{"tf":1.0},"275":{"tf":1.0},"279":{"tf":1.0},"33":{"tf":1.4142135623730951},"37":{"tf":1.0},"45":{"tf":1.0},"54":{"tf":2.0}},"s":{"/":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"6":{"0":{"0":{"df":1,"docs":{"238":{"tf":1.0}}},"df":11,"docs":{"101":{"tf":1.4142135623730951},"115":{"tf":1.0},"22":{"tf":1.0},"232":{"tf":1.0},"250":{"tf":1.0},"256":{"tf":1.4142135623730951},"29":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.0},"45":{"tf":2.0},"58":{"tf":1.7320508075688772}}},"df":3,"docs":{"120":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"37":{"tf":1.0}},"s":{"df":1,"docs":{"22":{"tf":1.0}}},"–":{"7":{"df":1,"docs":{"126":{"tf":1.0}}},"df":0,"docs":{}}},"7":{"0":{"df":1,"docs":{"238":{"tf":1.0}}},"df":5,"docs":{"119":{"tf":1.0},"121":{"tf":1.4142135623730951},"279":{"tf":1.0},"35":{"tf":1.4142135623730951},"37":{"tf":1.0}},"s":{"df":1,"docs":{"22":{"tf":1.0}}}},"8":{"df":3,"docs":{"117":{"tf":1.0},"275":{"tf":1.0},"72":{"tf":1.0}},"g":{"b":{"df":1,"docs":{"275":{"tf":1.0}}},"df":0,"docs":{}},"s":{"/":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"9":{"0":{"df":5,"docs":{"101":{"tf":1.0},"238":{"tf":1.0},"256":{"tf":1.0},"58":{"tf":1.0},"89":{"tf":1.0}}},"5":{"df":4,"docs":{"238":{"tf":1.4142135623730951},"42":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":14,"docs":{"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},"133":{"tf":1.0},"149":{"tf":1.0},"154":{"tf":1.0},"159":{"tf":1.0},"164":{"tf":1.4142135623730951},"53":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"222":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"a":{"[":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"b":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":1,"docs":{"289":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"286":{"tf":1.0}}}},"o":{"df":0,"docs":{},"v":{"df":3,"docs":{"277":{"tf":1.0},"34":{"tf":1.0},"88":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"268":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"146":{"tf":1.0},"192":{"tf":1.0},"30":{"tf":1.0},"41":{"tf":1.4142135623730951},"47":{"tf":1.0}},"—":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"’":{"df":0,"docs":{},"l":{"df":1,"docs":{"10":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":5,"docs":{"238":{"tf":1.4142135623730951},"42":{"tf":1.0},"55":{"tf":1.0},"67":{"tf":1.0},"89":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":14,"docs":{"146":{"tf":1.0},"150":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"173":{"tf":1.4142135623730951},"183":{"tf":1.0},"184":{"tf":1.0},"187":{"tf":1.4142135623730951},"189":{"tf":1.0},"198":{"tf":1.0},"242":{"tf":1.0},"33":{"tf":1.0},"59":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"32":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":7,"docs":{"168":{"tf":1.0},"54":{"tf":1.4142135623730951},"57":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"83":{"tf":1.0}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"175":{"tf":1.0},"222":{"tf":1.0},"23":{"tf":1.0}}}},"v":{"df":7,"docs":{"112":{"tf":1.0},"13":{"tf":1.0},"222":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"63":{"tf":1.0},"83":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"116":{"tf":1.0},"67":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":20,"docs":{"12":{"tf":1.0},"132":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"166":{"tf":1.0},"18":{"tf":1.4142135623730951},"188":{"tf":1.0},"217":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"24":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.4142135623730951},"4":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0},"62":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":6,"docs":{"114":{"tf":1.0},"209":{"tf":1.0},"225":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"61":{"tf":1.0}}}}},"d":{"df":33,"docs":{"100":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"109":{"tf":1.0},"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"116":{"tf":1.4142135623730951},"118":{"tf":1.0},"119":{"tf":1.0},"202":{"tf":1.0},"208":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"239":{"tf":1.0},"255":{"tf":1.0},"257":{"tf":1.0},"259":{"tf":1.0},"266":{"tf":1.4142135623730951},"267":{"tf":1.4142135623730951},"275":{"tf":1.0},"29":{"tf":1.0},"40":{"tf":1.7320508075688772},"44":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":2.0},"60":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"87":{"tf":1.0},"9":{"tf":1.0},"97":{"tf":1.4142135623730951},"98":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"121":{"tf":1.0},"2":{"tf":1.0},"286":{"tf":1.0},"40":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"231":{"tf":1.0},"66":{"tf":1.4142135623730951}}}}}}},"df":14,"docs":{"110":{"tf":1.0},"168":{"tf":1.0},"200":{"tf":1.4142135623730951},"204":{"tf":1.4142135623730951},"210":{"tf":1.4142135623730951},"215":{"tf":1.4142135623730951},"218":{"tf":1.4142135623730951},"220":{"tf":1.0},"221":{"tf":1.0},"268":{"tf":1.0},"40":{"tf":1.4142135623730951},"47":{"tf":1.0},"54":{"tf":1.4142135623730951},"66":{"tf":1.0}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":9,"docs":{"107":{"tf":1.0},"112":{"tf":1.0},"114":{"tf":1.0},"117":{"tf":1.0},"120":{"tf":1.0},"227":{"tf":1.0},"32":{"tf":1.0},"44":{"tf":1.0},"89":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"242":{"tf":1.0}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":10,"docs":{"124":{"tf":1.7320508075688772},"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"165":{"tf":1.4142135623730951},"278":{"tf":1.4142135623730951}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"127":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"168":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"287":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"76":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"146":{"tf":1.0}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":5,"docs":{"16":{"tf":1.0},"198":{"tf":1.0},"214":{"tf":1.0},"286":{"tf":1.0},"80":{"tf":1.0}}},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"119":{"tf":1.0},"236":{"tf":1.0},"76":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"251":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"53":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":3,"docs":{"201":{"tf":1.0},"61":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"112":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"270":{"tf":1.0}}},"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":89,"docs":{"100":{"tf":1.4142135623730951},"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.4142135623730951},"108":{"tf":1.0},"109":{"tf":2.0},"110":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"13":{"tf":1.0},"133":{"tf":1.0},"14":{"tf":1.0},"146":{"tf":1.0},"149":{"tf":1.0},"154":{"tf":1.0},"159":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"169":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.4142135623730951},"21":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"216":{"tf":1.0},"218":{"tf":1.4142135623730951},"22":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"23":{"tf":1.0},"232":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.4142135623730951},"238":{"tf":2.0},"239":{"tf":1.4142135623730951},"244":{"tf":1.0},"245":{"tf":1.4142135623730951},"25":{"tf":1.0},"251":{"tf":1.4142135623730951},"258":{"tf":1.0},"264":{"tf":1.0},"266":{"tf":1.0},"279":{"tf":1.0},"280":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"45":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"71":{"tf":1.0},"72":{"tf":1.4142135623730951},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"79":{"tf":1.0},"82":{"tf":1.0},"87":{"tf":1.0},"89":{"tf":1.0},"91":{"tf":1.4142135623730951},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}}}}}},"df":4,"docs":{"113":{"tf":1.0},"286":{"tf":1.0},"288":{"tf":1.0},"97":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"2":{"tf":1.0},"275":{"tf":1.0}},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"168":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"285":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":6,"docs":{"193":{"tf":1.0},"231":{"tf":1.7320508075688772},"261":{"tf":1.0},"271":{"tf":1.4142135623730951},"29":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"a":{"df":0,"docs":{},"y":{"df":7,"docs":{"101":{"tf":1.0},"109":{"tf":1.7320508075688772},"175":{"tf":1.0},"25":{"tf":1.0},"36":{"tf":1.0},"53":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"245":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.7320508075688772}}}}},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"206":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"178":{"tf":1.0},"231":{"tf":1.0},"271":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"39":{"tf":1.0},"9":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"109":{"tf":2.449489742783178},"42":{"tf":1.0},"43":{"tf":1.0}}}},"y":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{":":{":":{"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":{"206":{"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":{"212":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"212":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"29":{"tf":1.0}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"41":{"tf":1.4142135623730951},"47":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"i":{"df":29,"docs":{"108":{"tf":1.0},"14":{"tf":1.0},"158":{"tf":1.0},"17":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.7320508075688772},"175":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"186":{"tf":1.0},"197":{"tf":1.4142135623730951},"199":{"tf":1.0},"205":{"tf":1.0},"208":{"tf":1.4142135623730951},"209":{"tf":1.0},"286":{"tf":1.4142135623730951},"288":{"tf":1.7320508075688772},"289":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"43":{"tf":1.4142135623730951},"46":{"tf":1.0},"63":{"tf":1.0},"72":{"tf":1.0},"93":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":7,"docs":{"238":{"tf":1.0},"252":{"tf":1.0},"34":{"tf":1.0},"68":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":65,"docs":{"226":{"tf":1.7320508075688772},"227":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"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},"260":{"tf":1.0},"261":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"271":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.0},"274":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0},"280":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.0},"285":{"tf":1.0},"286":{"tf":1.0},"287":{"tf":1.0},"288":{"tf":1.0},"289":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"289":{"tf":1.0}}},"df":25,"docs":{"100":{"tf":1.0},"102":{"tf":1.0},"105":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":2.0},"110":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"121":{"tf":1.4142135623730951},"208":{"tf":1.0},"218":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"65":{"tf":1.0},"68":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"99":{"tf":2.0}}},"y":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"208":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"130":{"tf":1.0},"18":{"tf":1.0},"43":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"185":{"tf":1.0},"209":{"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":{"200":{"tf":1.0},"36":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":15,"docs":{"1":{"tf":1.4142135623730951},"10":{"tf":1.7320508075688772},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"288":{"tf":1.4142135623730951},"48":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"51":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":7,"docs":{"199":{"tf":1.0},"200":{"tf":1.0},"232":{"tf":1.0},"234":{"tf":1.0},"236":{"tf":1.0},"238":{"tf":1.0},"277":{"tf":1.0}}}}}},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"1":{"tf":1.0},"128":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"143":{"tf":1.0},"185":{"tf":1.4142135623730951},"190":{"tf":1.0},"281":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":8,"docs":{"124":{"tf":1.7320508075688772},"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"k":{"df":3,"docs":{"248":{"tf":1.4142135623730951},"26":{"tf":1.0},"283":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"132":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"131":{"tf":1.0},"194":{"tf":1.0},"196":{"tf":1.0},"225":{"tf":1.0},"50":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"!":{"(":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{"&":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"42":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"37":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"?":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"280":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":19,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"128":{"tf":1.4142135623730951},"130":{"tf":1.0},"16":{"tf":1.4142135623730951},"175":{"tf":1.0},"178":{"tf":1.4142135623730951},"194":{"tf":1.0},"198":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"223":{"tf":1.0},"25":{"tf":1.0},"250":{"tf":1.0},"286":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772},"51":{"tf":1.0},"80":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"112":{"tf":1.0}}}},"t":{"df":2,"docs":{"185":{"tf":1.4142135623730951},"51":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":3,"docs":{"209":{"tf":1.0},"41":{"tf":1.0},"8":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"22":{"tf":1.0},"60":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{":":{":":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"206":{"tf":1.0},"212":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":11,"docs":{"146":{"tf":1.4142135623730951},"165":{"tf":1.4142135623730951},"205":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"216":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"266":{"tf":1.0},"41":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":29,"docs":{"106":{"tf":1.4142135623730951},"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},"133":{"tf":1.0},"146":{"tf":1.4142135623730951},"164":{"tf":1.4142135623730951},"165":{"tf":1.4142135623730951},"173":{"tf":1.0},"174":{"tf":1.4142135623730951},"205":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.4142135623730951},"212":{"tf":1.0},"216":{"tf":1.0},"222":{"tf":1.4142135623730951},"223":{"tf":1.0},"266":{"tf":1.0},"280":{"tf":1.0},"286":{"tf":1.0},"32":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"63":{"tf":1.4142135623730951}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"15":{"tf":1.0},"197":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"151":{"tf":1.0},"224":{"tf":1.0},"227":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"242":{"tf":1.7320508075688772}},"o":{"df":0,"docs":{},"r":{"df":16,"docs":{"19":{"tf":1.0},"20":{"tf":1.0},"26":{"tf":1.0},"38":{"tf":1.0},"48":{"tf":1.4142135623730951},"5":{"tf":1.0},"52":{"tf":1.7320508075688772},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":13,"docs":{"116":{"tf":1.0},"134":{"tf":1.0},"154":{"tf":1.0},"186":{"tf":1.0},"197":{"tf":1.0},"224":{"tf":1.0},"259":{"tf":1.0},"280":{"tf":1.0},"288":{"tf":1.0},"37":{"tf":1.0},"54":{"tf":1.0},"68":{"tf":1.0},"87":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":23,"docs":{"1":{"tf":1.0},"112":{"tf":1.4142135623730951},"123":{"tf":1.0},"143":{"tf":1.0},"155":{"tf":1.0},"162":{"tf":1.0},"177":{"tf":1.4142135623730951},"184":{"tf":1.0},"186":{"tf":1.0},"225":{"tf":1.0},"227":{"tf":1.7320508075688772},"24":{"tf":1.0},"252":{"tf":1.0},"286":{"tf":1.0},"287":{"tf":2.23606797749979},"289":{"tf":1.0},"3":{"tf":1.7320508075688772},"50":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":9,"docs":{"109":{"tf":1.4142135623730951},"113":{"tf":1.0},"120":{"tf":1.0},"143":{"tf":1.0},"168":{"tf":1.0},"171":{"tf":1.0},"180":{"tf":1.0},"190":{"tf":1.0},"24":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"209":{"tf":1.0}}}},"df":0,"docs":{}}},"b":{"[":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"11":{"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":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"171":{"tf":1.4142135623730951},"9":{"tf":1.0},"99":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"d":{"df":13,"docs":{"122":{"tf":1.0},"145":{"tf":1.0},"17":{"tf":1.0},"195":{"tf":1.0},"215":{"tf":1.0},"225":{"tf":1.0},"30":{"tf":1.0},"40":{"tf":1.7320508075688772},"46":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"9":{"tf":1.4142135623730951},"95":{"tf":1.0}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"104":{"tf":1.0}}}}}}}}}}},"d":{"df":6,"docs":{"101":{"tf":1.0},"109":{"tf":1.0},"127":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.0}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"118":{"tf":1.0},"277":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"n":{"d":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"287":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"106":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":16,"docs":{"101":{"tf":1.0},"104":{"tf":1.0},"107":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.0},"14":{"tf":1.0},"168":{"tf":1.0},"171":{"tf":1.0},"174":{"tf":1.0},"22":{"tf":1.0},"273":{"tf":1.0},"286":{"tf":1.0},"287":{"tf":1.0},"44":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":8,"docs":{"116":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"211":{"tf":1.0},"214":{"tf":1.4142135623730951},"223":{"tf":1.0},"34":{"tf":1.0},"84":{"tf":1.0}}}}}},"i":{"c":{"df":11,"docs":{"115":{"tf":1.0},"133":{"tf":1.4142135623730951},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"65":{"tf":1.4142135623730951},"71":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":1,"docs":{"11":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"59":{"tf":1.0}}}}}},"c":{"a":{"df":0,"docs":{},"m":{"df":4,"docs":{"223":{"tf":1.0},"236":{"tf":1.0},"46":{"tf":1.0},"93":{"tf":1.0}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"”":{"df":0,"docs":{},"—":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"102":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":3,"docs":{"186":{"tf":1.0},"232":{"tf":1.0},"58":{"tf":1.0}}}}},"df":4,"docs":{"119":{"tf":1.0},"235":{"tf":1.0},"53":{"tf":1.0},"78":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":25,"docs":{"0":{"tf":1.0},"113":{"tf":1.0},"119":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"182":{"tf":1.0},"186":{"tf":1.0},"198":{"tf":1.4142135623730951},"211":{"tf":1.4142135623730951},"253":{"tf":1.0},"286":{"tf":1.0},"288":{"tf":1.0},"29":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.4142135623730951},"43":{"tf":1.0},"46":{"tf":1.4142135623730951},"53":{"tf":1.0},"54":{"tf":1.0},"57":{"tf":1.0},"66":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0},"9":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"286":{"tf":1.0},"46":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":2,"docs":{"156":{"tf":1.0},"228":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":29,"docs":{"104":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"127":{"tf":1.7320508075688772},"13":{"tf":1.0},"141":{"tf":1.0},"151":{"tf":1.0},"155":{"tf":1.0},"164":{"tf":1.0},"187":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"200":{"tf":1.0},"245":{"tf":1.0},"252":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"26":{"tf":1.0},"286":{"tf":1.4142135623730951},"29":{"tf":1.0},"36":{"tf":1.0},"44":{"tf":1.0},"59":{"tf":1.0},"69":{"tf":1.4142135623730951},"73":{"tf":1.0},"80":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":5,"docs":{"19":{"tf":1.0},"193":{"tf":1.0},"199":{"tf":1.0},"202":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"200":{"tf":1.0}}}},"w":{"df":2,"docs":{"85":{"tf":1.0},"89":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":10,"docs":{"113":{"tf":1.7320508075688772},"171":{"tf":1.4142135623730951},"175":{"tf":1.0},"190":{"tf":1.0},"209":{"tf":1.4142135623730951},"214":{"tf":1.4142135623730951},"217":{"tf":1.4142135623730951},"42":{"tf":1.0},"60":{"tf":1.4142135623730951},"96":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"143":{"tf":1.0},"208":{"tf":1.0},"29":{"tf":1.0},"42":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":14,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"125":{"tf":1.0},"168":{"tf":1.0},"194":{"tf":1.0},"244":{"tf":1.0},"277":{"tf":1.0},"286":{"tf":1.0},"288":{"tf":1.0},"57":{"tf":1.7320508075688772},"58":{"tf":1.0},"59":{"tf":1.0},"73":{"tf":1.0},"76":{"tf":1.4142135623730951}}}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"151":{"tf":1.0},"161":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":14,"docs":{"129":{"tf":1.0},"140":{"tf":1.0},"148":{"tf":1.0},"183":{"tf":2.0},"184":{"tf":1.0},"186":{"tf":1.0},"189":{"tf":1.4142135623730951},"195":{"tf":1.0},"230":{"tf":2.23606797749979},"253":{"tf":1.4142135623730951},"261":{"tf":1.4142135623730951},"272":{"tf":1.0},"277":{"tf":1.0},"286":{"tf":1.0}}}}},"df":3,"docs":{"183":{"tf":1.4142135623730951},"230":{"tf":1.4142135623730951},"272":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"209":{"tf":1.0}}}},"o":{"b":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{"df":5,"docs":{"117":{"tf":1.4142135623730951},"118":{"tf":1.0},"56":{"tf":1.0},"71":{"tf":1.0},"99":{"tf":1.0}}},"2":{"df":1,"docs":{"120":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":1,"docs":{"72":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":21,"docs":{"117":{"tf":2.449489742783178},"15":{"tf":1.0},"197":{"tf":1.0},"2":{"tf":1.7320508075688772},"227":{"tf":1.0},"24":{"tf":1.0},"286":{"tf":1.4142135623730951},"287":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":1.4142135623730951},"42":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":2.23606797749979},"91":{"tf":1.0},"92":{"tf":1.0}}},"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"172":{"tf":1.0},"178":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"1":{"tf":1.0},"8":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":63,"docs":{"104":{"tf":1.0},"108":{"tf":1.0},"11":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":2.0},"117":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.4142135623730951},"128":{"tf":2.449489742783178},"129":{"tf":1.0},"13":{"tf":1.0},"146":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"170":{"tf":1.0},"172":{"tf":1.0},"180":{"tf":1.0},"188":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.4142135623730951},"2":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"209":{"tf":1.0},"22":{"tf":3.1622776601683795},"225":{"tf":1.0},"227":{"tf":1.0},"234":{"tf":2.23606797749979},"235":{"tf":2.449489742783178},"238":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":2.23606797749979},"250":{"tf":2.23606797749979},"273":{"tf":1.0},"286":{"tf":3.7416573867739413},"287":{"tf":1.0},"3":{"tf":1.4142135623730951},"31":{"tf":1.0},"33":{"tf":2.0},"34":{"tf":1.4142135623730951},"37":{"tf":1.7320508075688772},"4":{"tf":1.0},"45":{"tf":3.4641016151377544},"53":{"tf":2.6457513110645907},"54":{"tf":1.4142135623730951},"56":{"tf":1.0},"58":{"tf":1.7320508075688772},"63":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.4142135623730951},"84":{"tf":1.7320508075688772},"85":{"tf":2.0},"86":{"tf":1.0},"88":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"128":{"tf":1.0}},"e":{"d":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"129":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"174":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"194":{"tf":1.0}}}}},"o":{"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":2,"docs":{"18":{"tf":1.0},"40":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"k":{"df":6,"docs":{"285":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":2.0},"9":{"tf":2.23606797749979}}},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"h":{"df":9,"docs":{"105":{"tf":1.0},"118":{"tf":1.4142135623730951},"119":{"tf":1.0},"227":{"tf":1.0},"270":{"tf":1.0},"35":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"120":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"97":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"131":{"tf":1.0},"194":{"tf":1.0},"200":{"tf":2.23606797749979},"40":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":12,"docs":{"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},"133":{"tf":1.0},"164":{"tf":1.4142135623730951},"173":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":10,"docs":{"109":{"tf":1.0},"22":{"tf":1.0},"239":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"40":{"tf":1.4142135623730951},"47":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.0},"78":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":2,"docs":{"31":{"tf":1.0},"42":{"tf":1.0}},"e":{"df":0,"docs":{},"—":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"194":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"24":{"tf":1.0}}}}}}},"u":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"128":{"tf":1.0},"178":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"196":{"tf":1.0}}}}}},"g":{"df":13,"docs":{"105":{"tf":1.0},"18":{"tf":1.0},"256":{"tf":1.0},"258":{"tf":1.0},"277":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.4142135623730951},"36":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.0}}},"i":{"df":0,"docs":{},"l":{"d":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"164":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"280":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":68,"docs":{"101":{"tf":1.0},"106":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"108":{"tf":1.0},"109":{"tf":1.7320508075688772},"11":{"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},"124":{"tf":1.0},"13":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.7320508075688772},"140":{"tf":1.0},"148":{"tf":1.0},"153":{"tf":1.0},"164":{"tf":1.0},"169":{"tf":1.0},"17":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"189":{"tf":1.0},"19":{"tf":1.4142135623730951},"196":{"tf":1.4142135623730951},"204":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":1.0},"210":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"215":{"tf":1.0},"218":{"tf":1.4142135623730951},"22":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"229":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"230":{"tf":1.4142135623730951},"251":{"tf":1.4142135623730951},"253":{"tf":1.7320508075688772},"261":{"tf":1.7320508075688772},"272":{"tf":1.0},"277":{"tf":1.0},"279":{"tf":1.0},"286":{"tf":1.0},"29":{"tf":2.449489742783178},"37":{"tf":1.4142135623730951},"42":{"tf":1.0},"44":{"tf":2.23606797749979},"52":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"67":{"tf":1.0},"77":{"tf":1.4142135623730951},"8":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.4142135623730951},"98":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":20,"docs":{"106":{"tf":1.4142135623730951},"107":{"tf":1.0},"108":{"tf":1.4142135623730951},"109":{"tf":1.0},"110":{"tf":1.7320508075688772},"121":{"tf":1.0},"168":{"tf":1.0},"173":{"tf":1.0},"200":{"tf":1.0},"208":{"tf":1.7320508075688772},"220":{"tf":1.0},"227":{"tf":1.0},"288":{"tf":1.7320508075688772},"43":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"66":{"tf":1.0},"96":{"tf":1.7320508075688772},"97":{"tf":1.7320508075688772},"99":{"tf":2.6457513110645907}}}}},"df":0,"docs":{},"t":{"df":16,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"140":{"tf":1.0},"167":{"tf":1.0},"183":{"tf":1.4142135623730951},"186":{"tf":1.0},"189":{"tf":1.0},"196":{"tf":1.0},"203":{"tf":1.0},"239":{"tf":1.0},"253":{"tf":1.0},"261":{"tf":1.0},"272":{"tf":1.0},"29":{"tf":1.0},"7":{"tf":1.0},"94":{"tf":1.0}}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":7,"docs":{"100":{"tf":1.7320508075688772},"197":{"tf":1.0},"209":{"tf":1.4142135623730951},"220":{"tf":1.0},"222":{"tf":1.7320508075688772},"224":{"tf":1.0},"288":{"tf":1.4142135623730951}},"e":{"d":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"205":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":1,"docs":{"205":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}},"i":{"df":1,"docs":{"126":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"200":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"117":{"tf":1.0},"72":{"tf":1.0}}}},"z":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"119":{"tf":1.0},"127":{"tf":1.4142135623730951},"255":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"c":{"[":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"28":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"11":{"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":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"24":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"128":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"22":{"tf":1.4142135623730951},"286":{"tf":1.0},"82":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":17,"docs":{"108":{"tf":1.0},"119":{"tf":1.0},"134":{"tf":1.7320508075688772},"172":{"tf":1.0},"186":{"tf":1.0},"197":{"tf":1.0},"199":{"tf":1.0},"209":{"tf":1.0},"224":{"tf":1.0},"29":{"tf":1.0},"37":{"tf":1.4142135623730951},"44":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.0},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"222":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"34":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"205":{"tf":1.0},"209":{"tf":1.7320508075688772},"32":{"tf":1.0},"63":{"tf":1.0}}}}},"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":13,"docs":{"151":{"tf":1.0},"198":{"tf":1.0},"230":{"tf":1.0},"252":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.7320508075688772},"42":{"tf":1.0},"44":{"tf":1.4142135623730951},"9":{"tf":1.0},"98":{"tf":1.0}}}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":11,"docs":{"120":{"tf":1.0},"124":{"tf":1.0},"163":{"tf":1.4142135623730951},"165":{"tf":1.0},"225":{"tf":1.0},"239":{"tf":1.0},"29":{"tf":1.0},"48":{"tf":1.0},"57":{"tf":1.0},"77":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":11,"docs":{"143":{"tf":1.0},"180":{"tf":1.0},"190":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"211":{"tf":1.0},"214":{"tf":1.0},"286":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"84":{"tf":1.0}},"e":{"_":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"198":{"tf":1.0},"211":{"tf":1.0},"214":{"tf":1.0}},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"211":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"197":{"tf":1.0},"30":{"tf":1.0},"41":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"262":{"tf":1.0}}},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"277":{"tf":1.0}}}}}}}}}}},"g":{"df":0,"docs":{},"o":{"df":15,"docs":{"133":{"tf":1.0},"135":{"tf":1.4142135623730951},"136":{"tf":1.4142135623730951},"183":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"230":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"247":{"tf":1.0},"261":{"tf":1.0},"262":{"tf":1.0},"272":{"tf":1.0},"281":{"tf":1.0},"53":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"280":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"280":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":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":{"199":{"tf":1.0},"53":{"tf":1.4142135623730951}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":7,"docs":{"179":{"tf":1.0},"252":{"tf":1.0},"256":{"tf":1.0},"273":{"tf":1.0},"277":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.0}}}},"df":1,"docs":{"232":{"tf":1.0}}},"u":{"df":0,"docs":{},"s":{"df":5,"docs":{"136":{"tf":1.0},"139":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"272":{"tf":1.0}}}}},"d":{"df":3,"docs":{"183":{"tf":1.0},"185":{"tf":1.0},"230":{"tf":1.0}}},"df":1,"docs":{"11":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"200":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"9":{"tf":1.0}}}}},"df":0,"docs":{}}}},"f":{"df":0,"docs":{},"g":{"(":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"244":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"(":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"244":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"153":{"tf":1.0},"30":{"tf":1.0}}},"df":0,"docs":{}}}}}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"2":{"tf":1.0},"288":{"tf":1.0},"97":{"tf":1.0},"99":{"tf":1.4142135623730951}}}},"n":{"df":0,"docs":{},"g":{"df":19,"docs":{"115":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"130":{"tf":1.0},"145":{"tf":1.0},"178":{"tf":1.0},"185":{"tf":1.0},"195":{"tf":1.0},"214":{"tf":1.4142135623730951},"225":{"tf":1.0},"29":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.4142135623730951},"54":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"8":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"2":{"df":5,"docs":{"117":{"tf":1.4142135623730951},"118":{"tf":1.0},"56":{"tf":1.0},"71":{"tf":1.0},"99":{"tf":1.0}}},"5":{"df":1,"docs":{"120":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":1,"docs":{"72":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":11,"docs":{"117":{"tf":2.0},"15":{"tf":1.0},"2":{"tf":1.0},"227":{"tf":1.0},"287":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0},"56":{"tf":1.4142135623730951},"70":{"tf":1.0},"71":{"tf":1.4142135623730951},"72":{"tf":2.23606797749979}}}}}},"o":{"df":41,"docs":{"102":{"tf":2.6457513110645907},"103":{"tf":1.0},"105":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"119":{"tf":2.6457513110645907},"146":{"tf":1.0},"167":{"tf":2.0},"168":{"tf":1.4142135623730951},"169":{"tf":1.0},"170":{"tf":1.4142135623730951},"171":{"tf":1.4142135623730951},"173":{"tf":1.0},"174":{"tf":1.4142135623730951},"176":{"tf":2.0},"177":{"tf":1.0},"178":{"tf":2.0},"179":{"tf":1.4142135623730951},"180":{"tf":2.0},"227":{"tf":1.0},"23":{"tf":2.23606797749979},"238":{"tf":1.4142135623730951},"239":{"tf":1.7320508075688772},"245":{"tf":2.23606797749979},"255":{"tf":1.0},"256":{"tf":1.4142135623730951},"257":{"tf":2.0},"286":{"tf":1.4142135623730951},"32":{"tf":1.7320508075688772},"37":{"tf":1.0},"42":{"tf":1.4142135623730951},"50":{"tf":1.0},"57":{"tf":2.449489742783178},"58":{"tf":1.0},"60":{"tf":1.4142135623730951},"74":{"tf":1.7320508075688772},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"83":{"tf":1.0}},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"109":{"tf":1.0},"23":{"tf":1.0},"239":{"tf":1.0},"37":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"3":{"0":{")":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"238":{"tf":1.0},"79":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"102":{"tf":1.0},"105":{"tf":1.0},"77":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"101":{"tf":1.0},"58":{"tf":1.0}}}}}}}}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"245":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"’":{"df":0,"docs":{},"r":{"df":1,"docs":{"62":{"tf":1.0}}}}}}}}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":33,"docs":{"10":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"114":{"tf":1.0},"123":{"tf":1.4142135623730951},"132":{"tf":1.0},"145":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"181":{"tf":1.0},"19":{"tf":1.7320508075688772},"191":{"tf":1.0},"193":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"220":{"tf":1.0},"228":{"tf":1.0},"263":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"283":{"tf":1.0},"32":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.7320508075688772},"62":{"tf":1.0},"9":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"159":{"tf":1.0}}}},"t":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"283":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"227":{"tf":1.7320508075688772}}}},"c":{"df":0,"docs":{},"k":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":61,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"125":{"tf":1.0},"127":{"tf":1.0},"13":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"139":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.4142135623730951},"151":{"tf":1.0},"16":{"tf":1.4142135623730951},"161":{"tf":1.0},"17":{"tf":1.0},"170":{"tf":1.4142135623730951},"173":{"tf":1.0},"179":{"tf":1.4142135623730951},"186":{"tf":1.4142135623730951},"187":{"tf":1.0},"188":{"tf":1.4142135623730951},"194":{"tf":1.0},"196":{"tf":1.0},"198":{"tf":1.0},"206":{"tf":1.7320508075688772},"214":{"tf":1.0},"222":{"tf":1.0},"225":{"tf":1.0},"227":{"tf":1.0},"23":{"tf":1.0},"232":{"tf":1.0},"234":{"tf":1.7320508075688772},"235":{"tf":1.0},"236":{"tf":1.7320508075688772},"238":{"tf":1.0},"239":{"tf":1.0},"24":{"tf":1.4142135623730951},"241":{"tf":1.4142135623730951},"242":{"tf":1.4142135623730951},"247":{"tf":1.0},"263":{"tf":1.0},"270":{"tf":1.0},"272":{"tf":1.4142135623730951},"286":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.7320508075688772},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"37":{"tf":1.0},"42":{"tf":1.4142135623730951},"45":{"tf":1.7320508075688772},"46":{"tf":2.0},"50":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"61":{"tf":1.4142135623730951},"80":{"tf":1.0},"83":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"246":{"tf":1.7320508075688772}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"253":{"tf":1.0},"50":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"113":{"tf":1.0},"19":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":1,"docs":{"38":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":11,"docs":{"101":{"tf":1.0},"103":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"14":{"tf":1.0},"162":{"tf":1.4142135623730951},"180":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"30":{"tf":1.0}},"n":{"df":3,"docs":{"132":{"tf":1.0},"17":{"tf":1.0},"47":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":2,"docs":{"117":{"tf":1.0},"72":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"119":{"tf":1.0},"178":{"tf":1.0},"57":{"tf":1.0},"78":{"tf":1.0}}}}}},"i":{"/":{"c":{"d":{"df":1,"docs":{"281":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":23,"docs":{"107":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"129":{"tf":1.0},"143":{"tf":1.7320508075688772},"155":{"tf":1.4142135623730951},"156":{"tf":1.4142135623730951},"162":{"tf":1.0},"190":{"tf":1.7320508075688772},"195":{"tf":1.0},"22":{"tf":1.4142135623730951},"244":{"tf":2.0},"250":{"tf":1.0},"251":{"tf":1.0},"270":{"tf":1.7320508075688772},"281":{"tf":1.7320508075688772},"289":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"185":{"tf":2.0}},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"185":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"42":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"47":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":10,"docs":{"14":{"tf":1.0},"146":{"tf":1.0},"17":{"tf":1.0},"199":{"tf":1.0},"203":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"286":{"tf":1.0},"288":{"tf":1.0},"53":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":19,"docs":{"134":{"tf":1.0},"148":{"tf":1.0},"153":{"tf":1.0},"158":{"tf":1.0},"18":{"tf":1.0},"199":{"tf":1.0},"201":{"tf":1.0},"21":{"tf":1.0},"217":{"tf":1.0},"27":{"tf":1.0},"288":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":2.23606797749979},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":1.0},"53":{"tf":1.0},"7":{"tf":1.0}},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"63":{"tf":1.0}}}}}}}},"r":{"df":13,"docs":{"108":{"tf":1.0},"112":{"tf":1.0},"127":{"tf":1.0},"131":{"tf":1.0},"18":{"tf":1.0},"201":{"tf":1.0},"209":{"tf":1.0},"34":{"tf":1.0},"40":{"tf":1.4142135623730951},"42":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":1.0},"96":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"227":{"tf":1.0},"46":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"206":{"tf":1.0},"212":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"|":{"df":2,"docs":{"222":{"tf":1.0},"223":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":2,"docs":{"206":{"tf":1.0},"212":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":11,"docs":{"14":{"tf":1.0},"172":{"tf":1.0},"197":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"212":{"tf":1.0},"222":{"tf":1.4142135623730951},"223":{"tf":1.4142135623730951},"225":{"tf":1.0},"286":{"tf":1.0},"63":{"tf":1.0}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"22":{"tf":1.7320508075688772},"250":{"tf":1.7320508075688772},"286":{"tf":1.0},"33":{"tf":1.0},"45":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"109":{"tf":1.0}}}},"u":{"d":{"df":1,"docs":{"267":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"172":{"tf":1.0}}}}},"df":26,"docs":{"11":{"tf":1.0},"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"12":{"tf":1.7320508075688772},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"157":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.4142135623730951},"161":{"tf":1.4142135623730951},"162":{"tf":1.0},"176":{"tf":1.0},"179":{"tf":1.0},"184":{"tf":1.4142135623730951},"189":{"tf":1.0},"194":{"tf":1.4142135623730951},"242":{"tf":2.23606797749979},"286":{"tf":1.0},"288":{"tf":1.4142135623730951},"32":{"tf":1.0},"43":{"tf":1.7320508075688772},"5":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"o":{"d":{"df":0,"docs":{},"e":{"b":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}},"df":17,"docs":{"108":{"tf":1.4142135623730951},"145":{"tf":1.0},"19":{"tf":1.0},"195":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"209":{"tf":1.0},"284":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.0},"42":{"tf":1.7320508075688772},"43":{"tf":1.7320508075688772},"44":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":16,"docs":{"114":{"tf":1.0},"128":{"tf":1.0},"132":{"tf":1.0},"141":{"tf":1.4142135623730951},"143":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"190":{"tf":1.0},"206":{"tf":1.0},"214":{"tf":1.0},"247":{"tf":1.4142135623730951},"281":{"tf":1.0},"33":{"tf":1.0},"61":{"tf":1.0},"9":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":14,"docs":{"105":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"121":{"tf":1.0},"13":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0},"180":{"tf":1.0},"196":{"tf":1.0},"258":{"tf":1.7320508075688772},"286":{"tf":1.0},"49":{"tf":1.0},"56":{"tf":1.4142135623730951},"79":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":4,"docs":{"116":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"54":{"tf":1.0}}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"187":{"tf":1.0},"30":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"108":{"tf":1.0},"60":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":12,"docs":{"106":{"tf":1.0},"114":{"tf":1.0},"123":{"tf":1.0},"189":{"tf":1.4142135623730951},"203":{"tf":1.0},"218":{"tf":1.0},"227":{"tf":1.0},"228":{"tf":1.0},"272":{"tf":1.0},"289":{"tf":1.4142135623730951},"51":{"tf":1.0},"9":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"64":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"184":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":7,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"128":{"tf":1.0},"13":{"tf":1.0},"211":{"tf":1.0},"214":{"tf":1.0},"43":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"214":{"tf":1.0}}}}}}},"t":{"df":2,"docs":{"196":{"tf":1.0},"29":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":29,"docs":{"114":{"tf":1.0},"123":{"tf":1.0},"13":{"tf":1.7320508075688772},"134":{"tf":1.0},"138":{"tf":1.0},"141":{"tf":1.0},"149":{"tf":1.0},"187":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"198":{"tf":1.0},"202":{"tf":1.0},"205":{"tf":1.0},"220":{"tf":1.0},"266":{"tf":1.0},"273":{"tf":1.0},"284":{"tf":1.0},"286":{"tf":1.0},"29":{"tf":1.0},"36":{"tf":1.0},"44":{"tf":1.0},"53":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"80":{"tf":1.0},"92":{"tf":1.0},"95":{"tf":1.0}}},"x":{"df":9,"docs":{"115":{"tf":1.0},"156":{"tf":1.0},"161":{"tf":1.0},"193":{"tf":1.0},"41":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"1":{"tf":1.0},"220":{"tf":1.0},"252":{"tf":1.4142135623730951},"4":{"tf":1.0}}},"s":{"df":26,"docs":{"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"122":{"tf":1.0},"141":{"tf":1.0},"152":{"tf":1.4142135623730951},"155":{"tf":1.0},"156":{"tf":1.0},"163":{"tf":1.0},"168":{"tf":1.0},"17":{"tf":1.0},"177":{"tf":1.0},"18":{"tf":1.0},"184":{"tf":1.0},"187":{"tf":1.4142135623730951},"200":{"tf":1.0},"201":{"tf":1.0},"225":{"tf":1.0},"232":{"tf":1.0},"236":{"tf":1.4142135623730951},"241":{"tf":1.4142135623730951},"247":{"tf":1.0},"288":{"tf":1.0},"31":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":3,"docs":{"153":{"tf":1.0},"154":{"tf":1.0},"30":{"tf":1.0}}}}}},"[":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"162":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":22,"docs":{"115":{"tf":1.0},"120":{"tf":1.0},"14":{"tf":1.0},"141":{"tf":1.0},"143":{"tf":1.0},"152":{"tf":1.4142135623730951},"155":{"tf":1.4142135623730951},"162":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"187":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"216":{"tf":1.0},"231":{"tf":1.0},"244":{"tf":1.4142135623730951},"270":{"tf":1.0},"281":{"tf":1.0},"288":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"59":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"8":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":2,"docs":{"232":{"tf":1.0},"271":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":4,"docs":{"120":{"tf":1.0},"122":{"tf":1.0},"154":{"tf":1.0},"164":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{")":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"(":{"&":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"14":{"tf":1.0},"244":{"tf":1.0},"251":{"tf":1.0},"41":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":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":{"37":{"tf":1.0}}}}}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"162":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":9,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.4142135623730951},"194":{"tf":2.0},"286":{"tf":1.4142135623730951},"31":{"tf":1.0},"52":{"tf":1.0},"60":{"tf":1.0},"9":{"tf":1.0}},"u":{"df":14,"docs":{"193":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"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},"6":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"n":{"df":9,"docs":{"109":{"tf":1.0},"113":{"tf":1.0},"136":{"tf":1.4142135623730951},"160":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"42":{"tf":1.0},"50":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"258":{"tf":1.0}}}}}}}}}}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"227":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"228":{"tf":1.0},"286":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":9,"docs":{"105":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"197":{"tf":1.0},"199":{"tf":1.0},"244":{"tf":1.0},"32":{"tf":1.0},"56":{"tf":1.4142135623730951},"79":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":10,"docs":{"16":{"tf":1.0},"194":{"tf":1.0},"198":{"tf":1.0},"204":{"tf":1.0},"217":{"tf":1.0},"223":{"tf":1.0},"286":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"80":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"173":{"tf":1.0}}}}}}}},"df":3,"docs":{"151":{"tf":1.7320508075688772},"156":{"tf":1.7320508075688772},"161":{"tf":1.7320508075688772}},"f":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"193":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"256":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"25":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":14,"docs":{"12":{"tf":1.0},"129":{"tf":1.4142135623730951},"148":{"tf":1.0},"153":{"tf":1.0},"195":{"tf":1.0},"217":{"tf":1.0},"225":{"tf":1.4142135623730951},"247":{"tf":1.0},"281":{"tf":1.0},"288":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.7320508075688772},"50":{"tf":1.0},"51":{"tf":1.4142135623730951}},"m":{"a":{"df":0,"docs":{},"p":{"df":5,"docs":{"158":{"tf":1.0},"184":{"tf":1.0},"242":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0}}}},"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":{},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"286":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":44,"docs":{"107":{"tf":1.4142135623730951},"113":{"tf":1.0},"117":{"tf":1.0},"121":{"tf":1.7320508075688772},"123":{"tf":1.4142135623730951},"134":{"tf":1.4142135623730951},"140":{"tf":1.0},"15":{"tf":1.4142135623730951},"153":{"tf":1.0},"158":{"tf":1.4142135623730951},"17":{"tf":1.0},"184":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"197":{"tf":1.0},"199":{"tf":1.0},"2":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"218":{"tf":1.0},"22":{"tf":1.0},"225":{"tf":1.4142135623730951},"227":{"tf":1.0},"234":{"tf":1.0},"286":{"tf":1.4142135623730951},"287":{"tf":1.0},"288":{"tf":1.0},"32":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"50":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.7320508075688772},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"72":{"tf":1.7320508075688772},"76":{"tf":1.4142135623730951},"8":{"tf":1.0},"82":{"tf":1.0},"99":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"df":5,"docs":{"112":{"tf":1.0},"126":{"tf":1.0},"128":{"tf":1.0},"223":{"tf":1.4142135623730951},"286":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":6,"docs":{"136":{"tf":1.0},"150":{"tf":1.0},"201":{"tf":1.0},"231":{"tf":1.4142135623730951},"262":{"tf":1.0},"271":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"199":{"tf":1.0},"46":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"104":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":20,"docs":{"10":{"tf":1.0},"121":{"tf":1.4142135623730951},"17":{"tf":1.0},"184":{"tf":1.0},"186":{"tf":1.0},"195":{"tf":1.0},"199":{"tf":1.0},"212":{"tf":1.0},"232":{"tf":1.4142135623730951},"234":{"tf":1.7320508075688772},"236":{"tf":1.4142135623730951},"241":{"tf":1.0},"286":{"tf":1.0},"31":{"tf":1.4142135623730951},"4":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.4142135623730951},"53":{"tf":1.0},"55":{"tf":1.7320508075688772},"67":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":37,"docs":{"1":{"tf":1.0},"103":{"tf":1.0},"109":{"tf":1.0},"115":{"tf":1.7320508075688772},"119":{"tf":1.4142135623730951},"170":{"tf":1.0},"188":{"tf":1.0},"2":{"tf":2.0},"206":{"tf":1.0},"22":{"tf":1.0},"234":{"tf":2.23606797749979},"235":{"tf":1.0},"239":{"tf":1.0},"250":{"tf":1.4142135623730951},"252":{"tf":1.0},"255":{"tf":1.0},"257":{"tf":1.0},"259":{"tf":1.0},"286":{"tf":2.8284271247461903},"287":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"46":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":2.23606797749979},"54":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"61":{"tf":1.0},"73":{"tf":1.0},"78":{"tf":1.7320508075688772},"8":{"tf":1.0},"81":{"tf":1.7320508075688772},"83":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"119":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"135":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"i":{"d":{"df":3,"docs":{"178":{"tf":1.4142135623730951},"219":{"tf":1.4142135623730951},"238":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":10,"docs":{"106":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"164":{"tf":1.0},"217":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.0},"244":{"tf":1.0},"270":{"tf":1.0},"93":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"112":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"189":{"tf":1.0},"252":{"tf":1.0},"286":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.0},"7":{"tf":1.0}}}}}},"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"288":{"tf":1.7320508075688772},"29":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"df":3,"docs":{"128":{"tf":1.0},"225":{"tf":1.0},"50":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":21,"docs":{"14":{"tf":1.0},"141":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.4142135623730951},"154":{"tf":1.0},"155":{"tf":1.7320508075688772},"156":{"tf":1.7320508075688772},"17":{"tf":1.0},"184":{"tf":1.0},"232":{"tf":1.0},"264":{"tf":1.0},"276":{"tf":1.0},"286":{"tf":1.4142135623730951},"288":{"tf":1.7320508075688772},"30":{"tf":1.7320508075688772},"31":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"59":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"5":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":57,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"136":{"tf":1.0},"143":{"tf":1.0},"150":{"tf":1.0},"190":{"tf":1.0},"227":{"tf":1.4142135623730951},"245":{"tf":1.0},"262":{"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},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":6,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"2":{"tf":1.0},"286":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":5,"docs":{"19":{"tf":1.0},"286":{"tf":1.0},"289":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"178":{"tf":1.0},"41":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"219":{"tf":1.4142135623730951},"268":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"192":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"0":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"173":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":26,"docs":{"125":{"tf":1.0},"131":{"tf":1.0},"146":{"tf":1.0},"163":{"tf":1.0},"165":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"172":{"tf":1.7320508075688772},"173":{"tf":2.23606797749979},"174":{"tf":1.4142135623730951},"175":{"tf":2.23606797749979},"176":{"tf":1.0},"177":{"tf":2.0},"196":{"tf":1.4142135623730951},"197":{"tf":1.4142135623730951},"199":{"tf":1.0},"239":{"tf":2.23606797749979},"286":{"tf":2.0},"287":{"tf":1.0},"288":{"tf":1.7320508075688772},"29":{"tf":1.4142135623730951},"32":{"tf":1.0},"57":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.4142135623730951}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":2,"docs":{"42":{"tf":1.4142135623730951},"47":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":4,"docs":{"170":{"tf":1.4142135623730951},"175":{"tf":1.0},"178":{"tf":1.4142135623730951},"179":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":7,"docs":{"168":{"tf":1.0},"169":{"tf":1.0},"196":{"tf":1.0},"199":{"tf":1.0},"57":{"tf":1.0},"76":{"tf":1.0},"83":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":8,"docs":{"103":{"tf":1.0},"118":{"tf":1.0},"199":{"tf":1.4142135623730951},"225":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"114":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":67,"docs":{"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.4142135623730951},"110":{"tf":1.0},"111":{"tf":1.0},"130":{"tf":1.0},"146":{"tf":1.0},"2":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"219":{"tf":1.0},"225":{"tf":1.4142135623730951},"227":{"tf":1.4142135623730951},"251":{"tf":1.0},"275":{"tf":1.7320508075688772},"286":{"tf":1.7320508075688772},"40":{"tf":2.23606797749979},"41":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.0},"51":{"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},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"16":{"tf":1.0},"186":{"tf":1.0},"20":{"tf":1.0},"4":{"tf":1.0},"64":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"198":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"160":{"tf":1.0},"161":{"tf":1.0},"287":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"46":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"236":{"tf":1.0}}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"t":{"df":23,"docs":{"103":{"tf":1.7320508075688772},"104":{"tf":1.0},"115":{"tf":1.0},"119":{"tf":1.0},"142":{"tf":1.0},"188":{"tf":1.4142135623730951},"189":{"tf":1.0},"195":{"tf":1.0},"209":{"tf":1.0},"212":{"tf":1.4142135623730951},"227":{"tf":1.0},"232":{"tf":1.0},"239":{"tf":1.0},"247":{"tf":1.0},"261":{"tf":1.0},"272":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"286":{"tf":1.0},"33":{"tf":1.0},"45":{"tf":1.0},"55":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"4":{"tf":1.0},"40":{"tf":1.7320508075688772},"50":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"112":{"tf":1.0}}}},"df":12,"docs":{"111":{"tf":1.0},"123":{"tf":1.0},"132":{"tf":1.0},"144":{"tf":1.0},"166":{"tf":1.0},"181":{"tf":1.0},"191":{"tf":1.0},"203":{"tf":1.0},"32":{"tf":1.0},"5":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"275":{"tf":1.4142135623730951}}}}}}}}},"df":7,"docs":{"142":{"tf":1.0},"184":{"tf":1.0},"188":{"tf":1.0},"235":{"tf":1.0},"241":{"tf":1.0},"270":{"tf":1.0},"275":{"tf":1.7320508075688772}}}},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"128":{"tf":1.0}}}},"s":{"df":0,"docs":{},"h":{"df":4,"docs":{"209":{"tf":1.0},"236":{"tf":1.0},"246":{"tf":1.0},"252":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":5,"docs":{"192":{"tf":1.0},"219":{"tf":1.0},"225":{"tf":2.0},"40":{"tf":2.23606797749979},"50":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":15,"docs":{"110":{"tf":1.0},"148":{"tf":1.0},"158":{"tf":1.4142135623730951},"184":{"tf":1.0},"187":{"tf":1.0},"216":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"23":{"tf":1.0},"242":{"tf":2.0},"30":{"tf":1.4142135623730951},"47":{"tf":1.0},"53":{"tf":1.4142135623730951},"62":{"tf":1.0},"72":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":7,"docs":{"100":{"tf":1.0},"17":{"tf":1.0},"200":{"tf":1.0},"273":{"tf":1.0},"286":{"tf":1.0},"288":{"tf":1.0},"42":{"tf":1.0}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"209":{"tf":1.0}}}}}}},"i":{"c":{"df":1,"docs":{"150":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"194":{"tf":1.0}}}}},"u":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"195":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0}},"—":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"29":{"tf":1.0},"99":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"a":{"df":3,"docs":{"2":{"tf":1.0},"286":{"tf":1.0},"287":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"206":{"tf":1.0},"212":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"209":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"173":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":9,"docs":{"173":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.4142135623730951},"212":{"tf":1.0},"222":{"tf":1.4142135623730951},"223":{"tf":1.4142135623730951},"266":{"tf":1.0},"63":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":1,"docs":{"236":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"174":{"tf":1.7320508075688772}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"(":{"4":{"2":{"df":1,"docs":{"110":{"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":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"121":{"tf":1.0}}}}}}}}}},"df":29,"docs":{"100":{"tf":1.0},"110":{"tf":1.7320508075688772},"12":{"tf":1.0},"121":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"129":{"tf":1.4142135623730951},"144":{"tf":1.0},"165":{"tf":1.4142135623730951},"195":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.4142135623730951},"204":{"tf":1.7320508075688772},"207":{"tf":1.7320508075688772},"210":{"tf":1.4142135623730951},"213":{"tf":1.4142135623730951},"215":{"tf":1.7320508075688772},"216":{"tf":1.0},"220":{"tf":1.4142135623730951},"221":{"tf":1.0},"239":{"tf":1.0},"266":{"tf":1.4142135623730951},"267":{"tf":1.7320508075688772},"40":{"tf":1.4142135623730951},"43":{"tf":1.0},"55":{"tf":1.0},"9":{"tf":1.0},"94":{"tf":1.7320508075688772},"95":{"tf":1.0},"98":{"tf":1.0}}}}}}},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"155":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"[":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"28":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"11":{"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":{"(":{")":{".":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"2":{")":{".":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"2":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"72":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{")":{".":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"105":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{")":{".":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"72":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"117":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"2":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"258":{"tf":1.0},"91":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"(":{"5":{"1":{"2":{"_":{"0":{"0":{"0":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"79":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"0":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"109":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":42,"docs":{"113":{"tf":1.0},"117":{"tf":2.449489742783178},"118":{"tf":2.23606797749979},"119":{"tf":1.0},"12":{"tf":1.4142135623730951},"120":{"tf":1.0},"121":{"tf":1.4142135623730951},"130":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"179":{"tf":1.0},"185":{"tf":1.0},"195":{"tf":1.4142135623730951},"197":{"tf":1.0},"198":{"tf":1.0},"2":{"tf":2.23606797749979},"24":{"tf":1.0},"252":{"tf":1.0},"259":{"tf":1.0},"286":{"tf":3.0},"287":{"tf":3.0},"289":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":2.23606797749979},"32":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.7320508075688772},"60":{"tf":1.0},"63":{"tf":1.0},"70":{"tf":2.0},"71":{"tf":1.0},"73":{"tf":2.0},"90":{"tf":2.0},"91":{"tf":1.4142135623730951},"92":{"tf":1.0},"93":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"156":{"tf":1.0},"184":{"tf":1.0},"189":{"tf":1.0},"241":{"tf":1.0}}}}}},"t":{"a":{"df":22,"docs":{"1":{"tf":1.0},"112":{"tf":1.0},"148":{"tf":1.0},"184":{"tf":1.0},"2":{"tf":1.7320508075688772},"225":{"tf":1.0},"227":{"tf":1.4142135623730951},"286":{"tf":1.0},"287":{"tf":2.8284271247461903},"288":{"tf":1.0},"289":{"tf":1.0},"3":{"tf":2.449489742783178},"30":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.0},"92":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"11":{"tf":1.0},"28":{"tf":1.0}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":28,"docs":{"102":{"tf":1.0},"109":{"tf":1.0},"132":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.4142135623730951},"144":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"161":{"tf":1.0},"18":{"tf":1.0},"181":{"tf":1.0},"187":{"tf":1.7320508075688772},"188":{"tf":1.0},"190":{"tf":1.0},"193":{"tf":1.0},"209":{"tf":1.0},"23":{"tf":1.0},"246":{"tf":1.4142135623730951},"258":{"tf":1.0},"263":{"tf":1.4142135623730951},"27":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"9":{"tf":1.0}},"g":{"df":3,"docs":{"226":{"tf":1.0},"26":{"tf":1.0},"47":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"209":{"tf":1.0},"210":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":7,"docs":{"162":{"tf":1.0},"19":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"r":{"df":11,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"195":{"tf":1.4142135623730951},"197":{"tf":1.0},"21":{"tf":1.7320508075688772},"26":{"tf":1.0},"286":{"tf":1.0},"288":{"tf":1.0},"43":{"tf":2.6457513110645907},"98":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"119":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"113":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"66":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":3,"docs":{"192":{"tf":1.0},"61":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"19":{"tf":1.0}}},"r":{"df":2,"docs":{"193":{"tf":1.0},"224":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":17,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"12":{"tf":1.4142135623730951},"122":{"tf":1.0},"136":{"tf":1.0},"141":{"tf":1.0},"149":{"tf":1.0},"187":{"tf":1.0},"197":{"tf":1.0},"222":{"tf":1.0},"23":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.7320508075688772},"68":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"88":{"tf":1.0},"89":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":8,"docs":{"109":{"tf":1.0},"198":{"tf":1.0},"203":{"tf":1.0},"227":{"tf":1.0},"273":{"tf":1.0},"285":{"tf":1.0},"40":{"tf":1.0},"98":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"227":{"tf":1.0},"288":{"tf":1.0}}}}}}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"y":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"178":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":5,"docs":{"125":{"tf":1.7320508075688772},"168":{"tf":1.0},"169":{"tf":1.4142135623730951},"57":{"tf":1.0},"76":{"tf":1.4142135623730951}},"s":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"171":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"141":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"158":{"tf":1.0},"187":{"tf":1.0},"35":{"tf":1.4142135623730951}}}},"i":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"103":{"tf":1.0},"112":{"tf":1.0},"131":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"a":{"df":1,"docs":{"113":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":10,"docs":{"114":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"225":{"tf":1.0},"51":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":8,"docs":{"151":{"tf":1.4142135623730951},"183":{"tf":1.0},"219":{"tf":1.0},"255":{"tf":1.0},"275":{"tf":1.0},"30":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"(":{"&":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":4,"docs":{"146":{"tf":1.0},"165":{"tf":1.0},"216":{"tf":1.0},"41":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":73,"docs":{"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":2.0},"124":{"tf":1.0},"129":{"tf":2.449489742783178},"133":{"tf":1.0},"134":{"tf":2.23606797749979},"14":{"tf":1.7320508075688772},"140":{"tf":1.0},"142":{"tf":1.0},"145":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"149":{"tf":1.0},"152":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.4142135623730951},"158":{"tf":1.0},"159":{"tf":1.4142135623730951},"160":{"tf":1.0},"164":{"tf":1.7320508075688772},"165":{"tf":1.7320508075688772},"169":{"tf":1.0},"17":{"tf":1.4142135623730951},"172":{"tf":1.0},"173":{"tf":1.0},"18":{"tf":1.0},"186":{"tf":1.7320508075688772},"188":{"tf":1.0},"194":{"tf":1.4142135623730951},"195":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.4142135623730951},"201":{"tf":1.0},"203":{"tf":1.0},"21":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":2.0},"217":{"tf":1.4142135623730951},"225":{"tf":1.0},"229":{"tf":1.4142135623730951},"246":{"tf":1.0},"251":{"tf":1.0},"267":{"tf":1.4142135623730951},"27":{"tf":1.0},"280":{"tf":1.4142135623730951},"286":{"tf":2.0},"288":{"tf":1.7320508075688772},"29":{"tf":1.0},"30":{"tf":2.0},"31":{"tf":1.0},"37":{"tf":1.7320508075688772},"40":{"tf":1.7320508075688772},"41":{"tf":2.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"46":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"53":{"tf":2.0},"54":{"tf":1.0},"59":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"(":{"&":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":16,"docs":{"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.4142135623730951},"133":{"tf":1.0},"149":{"tf":1.0},"154":{"tf":1.0},"159":{"tf":1.0},"164":{"tf":1.4142135623730951},"280":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"216":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"c":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"216":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"41":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"194":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"222":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":9,"docs":{"12":{"tf":1.4142135623730951},"194":{"tf":1.0},"21":{"tf":1.0},"211":{"tf":1.0},"232":{"tf":1.0},"242":{"tf":1.0},"247":{"tf":1.0},"51":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":5,"docs":{"12":{"tf":1.0},"195":{"tf":1.7320508075688772},"286":{"tf":1.0},"43":{"tf":1.0},"50":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"172":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":23,"docs":{"127":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"193":{"tf":1.0},"198":{"tf":1.0},"202":{"tf":1.4142135623730951},"251":{"tf":1.0},"254":{"tf":1.4142135623730951},"281":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":2.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.7320508075688772},"48":{"tf":1.4142135623730951},"80":{"tf":1.0},"9":{"tf":1.4142135623730951},"96":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"241":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"170":{"tf":1.0},"30":{"tf":1.0},"89":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":24,"docs":{"110":{"tf":1.0},"123":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.0},"16":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"191":{"tf":1.0},"194":{"tf":1.0},"198":{"tf":1.0},"201":{"tf":1.0},"214":{"tf":1.0},"263":{"tf":1.0},"267":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.0},"28":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.4142135623730951},"32":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"94":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"206":{"tf":1.0},"286":{"tf":1.0},"33":{"tf":1.0},"58":{"tf":1.0},"84":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"108":{"tf":1.0},"23":{"tf":1.7320508075688772},"245":{"tf":1.0},"26":{"tf":1.0},"98":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"102":{"tf":1.4142135623730951},"113":{"tf":1.0},"23":{"tf":1.4142135623730951},"245":{"tf":1.0}},"i":{"c":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"245":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":49,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"144":{"tf":1.0},"150":{"tf":1.0},"155":{"tf":1.0},"162":{"tf":1.0},"192":{"tf":1.7320508075688772},"193":{"tf":1.4142135623730951},"194":{"tf":1.4142135623730951},"195":{"tf":1.4142135623730951},"196":{"tf":1.4142135623730951},"197":{"tf":1.4142135623730951},"198":{"tf":1.4142135623730951},"199":{"tf":1.4142135623730951},"200":{"tf":1.4142135623730951},"201":{"tf":1.7320508075688772},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":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.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"251":{"tf":1.0},"253":{"tf":1.0},"261":{"tf":1.0},"277":{"tf":1.0},"41":{"tf":1.0},"59":{"tf":1.0},"9":{"tf":1.0},"95":{"tf":1.0}}}}}},"i":{"c":{"df":1,"docs":{"267":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":3,"docs":{"139":{"tf":1.0},"180":{"tf":1.0},"228":{"tf":1.0}},"i":{"df":10,"docs":{"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0}}},"t":{"df":2,"docs":{"228":{"tf":1.0},"272":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":2,"docs":{"214":{"tf":1.0},"54":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"35":{"tf":1.0}}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":35,"docs":{"114":{"tf":1.0},"122":{"tf":1.4142135623730951},"128":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"164":{"tf":1.0},"18":{"tf":1.4142135623730951},"184":{"tf":1.0},"189":{"tf":1.0},"191":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"2":{"tf":1.0},"215":{"tf":1.0},"231":{"tf":1.0},"244":{"tf":1.4142135623730951},"250":{"tf":1.0},"251":{"tf":1.4142135623730951},"252":{"tf":1.4142135623730951},"258":{"tf":1.0},"270":{"tf":1.0},"271":{"tf":1.0},"286":{"tf":1.7320508075688772},"30":{"tf":1.0},"31":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"44":{"tf":1.7320508075688772},"49":{"tf":1.0},"61":{"tf":1.0},"80":{"tf":1.0},"9":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}}}}},"g":{"df":2,"docs":{"193":{"tf":1.0},"42":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"147":{"tf":1.0},"151":{"tf":1.0},"207":{"tf":1.0},"264":{"tf":1.0},"288":{"tf":1.0}}},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"199":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":7,"docs":{"141":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"149":{"tf":1.0},"184":{"tf":1.0},"187":{"tf":1.4142135623730951},"30":{"tf":1.0},"35":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"100":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"226":{"tf":1.0}},"i":{"df":2,"docs":{"158":{"tf":1.0},"30":{"tf":1.0}}}}}}}},"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"/":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":1,"docs":{"246":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":5,"docs":{"142":{"tf":1.0},"184":{"tf":1.0},"188":{"tf":1.0},"235":{"tf":1.0},"270":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":19,"docs":{"117":{"tf":2.23606797749979},"12":{"tf":1.0},"15":{"tf":1.0},"195":{"tf":1.0},"197":{"tf":1.0},"2":{"tf":1.7320508075688772},"286":{"tf":2.0},"287":{"tf":2.23606797749979},"3":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":1.4142135623730951},"53":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"70":{"tf":1.0},"73":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":6,"docs":{"168":{"tf":1.0},"238":{"tf":1.0},"257":{"tf":1.0},"286":{"tf":1.0},"74":{"tf":1.0},"79":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"65":{"tf":1.0},"66":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"153":{"tf":1.0},"30":{"tf":1.0},"45":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":3,"docs":{"0":{"tf":1.0},"192":{"tf":1.0},"61":{"tf":1.0}},"r":{"df":0,"docs":{},"s":{"df":2,"docs":{"128":{"tf":1.0},"66":{"tf":1.4142135623730951}}}}}}},"o":{"c":{"df":1,"docs":{"219":{"tf":1.0}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"186":{"tf":1.0},"253":{"tf":1.0},"264":{"tf":1.4142135623730951},"275":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":33,"docs":{"115":{"tf":1.0},"120":{"tf":1.0},"122":{"tf":1.0},"14":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"143":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.4142135623730951},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.7320508075688772},"162":{"tf":1.7320508075688772},"163":{"tf":1.4142135623730951},"183":{"tf":1.0},"184":{"tf":1.7320508075688772},"187":{"tf":1.4142135623730951},"189":{"tf":1.7320508075688772},"195":{"tf":1.0},"225":{"tf":1.0},"232":{"tf":1.7320508075688772},"236":{"tf":1.0},"241":{"tf":3.872983346207417},"247":{"tf":1.0},"261":{"tf":1.0},"272":{"tf":1.0},"286":{"tf":1.0},"288":{"tf":1.4142135623730951},"30":{"tf":1.0},"41":{"tf":1.4142135623730951},"47":{"tf":1.0},"50":{"tf":1.0},"7":{"tf":1.0}},"{":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"162":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"108":{"tf":1.0}}}}}}}}}},"df":6,"docs":{"108":{"tf":1.7320508075688772},"113":{"tf":1.0},"127":{"tf":1.0},"219":{"tf":1.0},"225":{"tf":1.0},"60":{"tf":1.0}}}}}}}},"df":3,"docs":{"209":{"tf":1.0},"29":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"\'":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":12,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"195":{"tf":1.0},"199":{"tf":1.0},"239":{"tf":1.0},"25":{"tf":1.0},"257":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"9":{"tf":1.0}}}}}}},"n":{"\'":{"df":0,"docs":{},"t":{"df":1,"docs":{"100":{"tf":1.0}}}},"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":35,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"102":{"tf":1.0},"15":{"tf":1.0},"150":{"tf":1.0},"155":{"tf":1.0},"160":{"tf":1.4142135623730951},"165":{"tf":1.0},"17":{"tf":1.4142135623730951},"180":{"tf":1.0},"197":{"tf":1.0},"200":{"tf":1.4142135623730951},"209":{"tf":1.4142135623730951},"214":{"tf":1.4142135623730951},"217":{"tf":1.0},"222":{"tf":1.0},"231":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"277":{"tf":1.0},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"53":{"tf":1.4142135623730951},"59":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"68":{"tf":1.0},"8":{"tf":1.0},"87":{"tf":1.0},"9":{"tf":1.0},"94":{"tf":1.0}}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"127":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"n":{"df":12,"docs":{"103":{"tf":1.0},"119":{"tf":1.4142135623730951},"18":{"tf":1.0},"235":{"tf":1.0},"239":{"tf":1.0},"255":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0},"78":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"185":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"199":{"tf":1.0},"32":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"129":{"tf":1.7320508075688772}},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"128":{"tf":2.0}}}},"v":{"df":0,"docs":{},"e":{"df":6,"docs":{"131":{"tf":1.0},"170":{"tf":1.0},"197":{"tf":1.0},"222":{"tf":1.0},"286":{"tf":1.0},"32":{"tf":1.4142135623730951}},"n":{"df":2,"docs":{"101":{"tf":1.0},"58":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"p":{"/":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"127":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":2,"docs":{"127":{"tf":1.0},"134":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"l":{"df":4,"docs":{"225":{"tf":1.0},"227":{"tf":1.7320508075688772},"50":{"tf":1.0},"51":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"36":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"106":{"tf":1.0},"128":{"tf":1.0},"42":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":38,"docs":{"101":{"tf":2.449489742783178},"109":{"tf":1.4142135623730951},"113":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.0},"134":{"tf":1.0},"160":{"tf":1.0},"17":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"199":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"209":{"tf":1.0},"22":{"tf":1.0},"227":{"tf":1.0},"234":{"tf":1.0},"238":{"tf":1.0},"245":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"270":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"286":{"tf":2.0},"288":{"tf":1.0},"32":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.7320508075688772},"53":{"tf":1.4142135623730951},"58":{"tf":1.7320508075688772},"60":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"79":{"tf":1.0},"82":{"tf":1.4142135623730951},"85":{"tf":1.0},"97":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"2":{"0":{"df":1,"docs":{"169":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"5":{"df":1,"docs":{"169":{"tf":1.0}}},"df":0,"docs":{}},"7":{"5":{"df":1,"docs":{"169":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":28,"docs":{"101":{"tf":1.0},"115":{"tf":1.0},"13":{"tf":1.0},"140":{"tf":1.0},"15":{"tf":1.4142135623730951},"17":{"tf":1.0},"178":{"tf":1.0},"186":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"204":{"tf":1.0},"223":{"tf":1.0},"232":{"tf":1.0},"286":{"tf":2.0},"33":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.4142135623730951},"53":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"93":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"126":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"174":{"tf":1.4142135623730951},"222":{"tf":1.7320508075688772},"223":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":9,"docs":{"126":{"tf":1.0},"131":{"tf":1.0},"140":{"tf":1.0},"168":{"tf":1.0},"175":{"tf":1.0},"222":{"tf":1.0},"35":{"tf":1.0},"51":{"tf":1.0},"85":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"222":{"tf":1.0}}}}}}},"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"28":{"tf":1.0}}}}},"df":0,"docs":{}},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":32,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"117":{"tf":1.0},"141":{"tf":1.0},"145":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"155":{"tf":1.0},"158":{"tf":1.0},"166":{"tf":1.0},"17":{"tf":1.0},"184":{"tf":1.4142135623730951},"187":{"tf":1.4142135623730951},"194":{"tf":1.4142135623730951},"202":{"tf":1.0},"262":{"tf":1.0},"28":{"tf":1.0},"287":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.4142135623730951},"62":{"tf":1.0},"72":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"199":{"tf":1.0},"32":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":7,"docs":{"150":{"tf":1.0},"151":{"tf":1.0},"17":{"tf":1.0},"201":{"tf":1.0},"203":{"tf":1.0},"285":{"tf":1.0},"59":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"284":{"tf":1.0}}}}}}},"df":1,"docs":{"28":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"69":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"175":{"tf":1.0},"42":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"287":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"b":{"df":1,"docs":{"200":{"tf":1.0}},"e":{"d":{"df":2,"docs":{"267":{"tf":1.0},"3":{"tf":1.0}}},"df":0,"docs":{}},"o":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"252":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"129":{"tf":1.0}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":8,"docs":{"201":{"tf":1.4142135623730951},"239":{"tf":1.4142135623730951},"244":{"tf":1.0},"272":{"tf":1.0},"286":{"tf":1.4142135623730951},"42":{"tf":1.0},"44":{"tf":1.0},"77":{"tf":1.4142135623730951}},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":10,"docs":{"102":{"tf":1.0},"105":{"tf":1.0},"119":{"tf":1.4142135623730951},"168":{"tf":1.0},"169":{"tf":1.0},"173":{"tf":1.0},"23":{"tf":1.0},"57":{"tf":1.4142135623730951},"75":{"tf":1.0},"77":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"d":{"df":8,"docs":{"10":{"tf":1.0},"112":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"16":{"tf":1.0},"220":{"tf":1.4142135623730951},"221":{"tf":1.4142135623730951},"225":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"148":{"tf":1.0},"153":{"tf":1.0},"178":{"tf":1.0},"206":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":8,"docs":{"131":{"tf":1.0},"199":{"tf":1.0},"217":{"tf":1.0},"25":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"199":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":11,"docs":{"184":{"tf":1.0},"196":{"tf":1.0},"227":{"tf":1.0},"239":{"tf":1.0},"25":{"tf":1.4142135623730951},"255":{"tf":1.0},"256":{"tf":1.4142135623730951},"29":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":2.0},"78":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":20,"docs":{"119":{"tf":1.0},"125":{"tf":1.0},"142":{"tf":1.4142135623730951},"143":{"tf":1.0},"170":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"183":{"tf":1.0},"186":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.4142135623730951},"196":{"tf":1.0},"217":{"tf":1.0},"232":{"tf":1.0},"286":{"tf":1.0},"287":{"tf":1.4142135623730951},"288":{"tf":1.4142135623730951},"29":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"99":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"r":{"df":3,"docs":{"286":{"tf":1.0},"3":{"tf":1.0},"80":{"tf":1.0}}}}},"v":{"df":1,"docs":{"244":{"tf":1.0}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":41,"docs":{"107":{"tf":1.7320508075688772},"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"114":{"tf":1.0},"115":{"tf":1.0},"122":{"tf":1.7320508075688772},"13":{"tf":1.0},"14":{"tf":1.0},"143":{"tf":1.0},"150":{"tf":1.0},"155":{"tf":1.4142135623730951},"156":{"tf":1.0},"164":{"tf":1.0},"181":{"tf":1.0},"190":{"tf":1.0},"201":{"tf":1.0},"216":{"tf":1.0},"22":{"tf":1.0},"225":{"tf":1.0},"234":{"tf":1.0},"240":{"tf":1.4142135623730951},"244":{"tf":1.0},"247":{"tf":1.0},"252":{"tf":1.0},"26":{"tf":1.4142135623730951},"281":{"tf":1.0},"284":{"tf":1.0},"286":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0},"95":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}}}}},"p":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"195":{"tf":1.0},"250":{"tf":1.0},"286":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"208":{"tf":1.0}}}}}}},"r":{"(":{"\\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"222":{"tf":1.0}}}}},"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"!":{"(":{"\\"":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"214":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"212":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"134":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":33,"docs":{"101":{"tf":1.0},"109":{"tf":1.0},"134":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.4142135623730951},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":2.0},"197":{"tf":1.0},"199":{"tf":1.4142135623730951},"205":{"tf":1.0},"209":{"tf":1.7320508075688772},"211":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.4142135623730951},"230":{"tf":1.7320508075688772},"231":{"tf":1.4142135623730951},"232":{"tf":1.4142135623730951},"236":{"tf":1.7320508075688772},"239":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"246":{"tf":1.4142135623730951},"271":{"tf":1.4142135623730951},"272":{"tf":1.0},"29":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"93":{"tf":1.0},"99":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"187":{"tf":1.0}}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"116":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"c":{"df":2,"docs":{"267":{"tf":1.0},"288":{"tf":1.0}}},"df":0,"docs":{}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"223":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"211":{"tf":1.0},"212":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":20,"docs":{"134":{"tf":1.0},"146":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"198":{"tf":1.4142135623730951},"199":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.0},"223":{"tf":1.0},"286":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.7320508075688772},"37":{"tf":1.0},"42":{"tf":1.0},"53":{"tf":1.7320508075688772},"58":{"tf":1.0},"80":{"tf":1.0},"84":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":9,"docs":{"109":{"tf":1.0},"217":{"tf":1.0},"250":{"tf":1.0},"288":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0},"9":{"tf":1.0}},"t":{"df":4,"docs":{"256":{"tf":1.0},"286":{"tf":1.0},"45":{"tf":1.0},"58":{"tf":1.0}},"u":{"df":1,"docs":{"203":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":9,"docs":{"12":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":1.0},"235":{"tf":1.0},"286":{"tf":1.0},"40":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.0},"98":{"tf":1.0}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"18":{"tf":1.0},"200":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"192":{"tf":1.0}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"30":{"tf":1.0},"9":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":8,"docs":{"16":{"tf":1.0},"201":{"tf":1.0},"22":{"tf":1.0},"27":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":42,"docs":{"0":{"tf":1.0},"114":{"tf":2.23606797749979},"115":{"tf":1.7320508075688772},"116":{"tf":1.7320508075688772},"117":{"tf":1.7320508075688772},"118":{"tf":1.7320508075688772},"119":{"tf":1.7320508075688772},"12":{"tf":1.0},"120":{"tf":1.7320508075688772},"121":{"tf":1.7320508075688772},"122":{"tf":2.0},"123":{"tf":1.4142135623730951},"124":{"tf":1.7320508075688772},"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"174":{"tf":1.0},"188":{"tf":1.0},"202":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.4142135623730951},"212":{"tf":1.4142135623730951},"219":{"tf":1.4142135623730951},"220":{"tf":1.4142135623730951},"221":{"tf":1.7320508075688772},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"266":{"tf":1.0},"281":{"tf":1.0},"286":{"tf":1.4142135623730951},"288":{"tf":1.0},"34":{"tf":1.0},"50":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"89":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":21,"docs":{"132":{"tf":1.0},"133":{"tf":1.4142135623730951},"134":{"tf":1.0},"136":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"148":{"tf":1.0},"153":{"tf":1.0},"158":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"199":{"tf":1.4142135623730951},"205":{"tf":1.0},"209":{"tf":1.0},"216":{"tf":1.4142135623730951},"286":{"tf":1.7320508075688772},"32":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.4142135623730951},"53":{"tf":1.0},"80":{"tf":1.0},"9":{"tf":1.0}},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":4,"docs":{"205":{"tf":1.0},"206":{"tf":1.0},"266":{"tf":1.0},"63":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":31,"docs":{"103":{"tf":1.0},"116":{"tf":1.7320508075688772},"117":{"tf":1.4142135623730951},"12":{"tf":1.4142135623730951},"148":{"tf":1.0},"158":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"171":{"tf":1.0},"180":{"tf":1.0},"183":{"tf":1.4142135623730951},"195":{"tf":1.0},"196":{"tf":1.0},"2":{"tf":2.6457513110645907},"227":{"tf":1.4142135623730951},"230":{"tf":1.4142135623730951},"236":{"tf":1.4142135623730951},"253":{"tf":1.0},"255":{"tf":1.0},"259":{"tf":1.0},"286":{"tf":2.23606797749979},"287":{"tf":1.4142135623730951},"3":{"tf":1.0},"30":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":2.0},"54":{"tf":1.7320508075688772},"67":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"98":{"tf":1.0}},"s":{"(":{"2":{"df":2,"docs":{"121":{"tf":1.0},"55":{"tf":1.0}}},"5":{"df":1,"docs":{"218":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"’":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":12,"docs":{"104":{"tf":1.0},"105":{"tf":1.0},"15":{"tf":1.0},"185":{"tf":1.0},"203":{"tf":1.0},"225":{"tf":1.0},"286":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"70":{"tf":1.0}}}}},"df":0,"docs":{}}},"h":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"217":{"tf":1.0},"235":{"tf":1.0},"246":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"200":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.4142135623730951},"247":{"tf":1.0},"283":{"tf":1.0},"286":{"tf":1.0},"47":{"tf":1.0}}}},"t":{"df":1,"docs":{"99":{"tf":1.4142135623730951}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"221":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":32,"docs":{"102":{"tf":1.4142135623730951},"105":{"tf":1.0},"106":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.4142135623730951},"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},"13":{"tf":1.0},"133":{"tf":1.0},"164":{"tf":1.0},"169":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"251":{"tf":1.0},"29":{"tf":1.0},"37":{"tf":1.0},"45":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"82":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"d":{"a":{"_":{"df":0,"docs":{},"l":{"df":3,"docs":{"105":{"tf":1.0},"109":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":5,"docs":{"109":{"tf":1.0},"238":{"tf":1.0},"42":{"tf":1.0},"54":{"tf":1.0},"89":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"222":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"—":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"193":{"tf":1.0}}}}}}}}}}}},"df":124,"docs":{"10":{"tf":1.0},"100":{"tf":2.449489742783178},"109":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"116":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"127":{"tf":1.7320508075688772},"128":{"tf":1.4142135623730951},"129":{"tf":1.0},"13":{"tf":1.0},"130":{"tf":1.0},"134":{"tf":1.4142135623730951},"138":{"tf":1.0},"139":{"tf":1.4142135623730951},"142":{"tf":1.0},"144":{"tf":1.0},"146":{"tf":1.0},"16":{"tf":2.449489742783178},"168":{"tf":1.0},"17":{"tf":1.7320508075688772},"170":{"tf":1.4142135623730951},"172":{"tf":1.0},"175":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"188":{"tf":1.7320508075688772},"194":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.7320508075688772},"198":{"tf":3.0},"199":{"tf":1.7320508075688772},"200":{"tf":1.0},"201":{"tf":1.4142135623730951},"202":{"tf":1.0},"203":{"tf":1.4142135623730951},"205":{"tf":1.7320508075688772},"209":{"tf":1.4142135623730951},"210":{"tf":1.7320508075688772},"211":{"tf":2.0},"212":{"tf":2.23606797749979},"213":{"tf":1.4142135623730951},"214":{"tf":2.0},"216":{"tf":1.0},"217":{"tf":1.0},"22":{"tf":2.0},"220":{"tf":1.0},"221":{"tf":2.0},"222":{"tf":2.23606797749979},"223":{"tf":2.23606797749979},"224":{"tf":1.4142135623730951},"225":{"tf":1.0},"227":{"tf":1.0},"234":{"tf":1.4142135623730951},"235":{"tf":1.7320508075688772},"237":{"tf":1.4142135623730951},"238":{"tf":1.0},"24":{"tf":1.0},"246":{"tf":1.0},"250":{"tf":1.0},"263":{"tf":1.0},"273":{"tf":2.23606797749979},"28":{"tf":1.4142135623730951},"284":{"tf":1.0},"286":{"tf":3.3166247903554},"288":{"tf":2.0},"3":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":2.0},"34":{"tf":3.1622776601683795},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":2.0},"42":{"tf":2.6457513110645907},"45":{"tf":1.7320508075688772},"47":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"53":{"tf":2.449489742783178},"54":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"61":{"tf":1.0},"62":{"tf":2.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.4142135623730951},"68":{"tf":2.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":2.449489742783178},"81":{"tf":2.23606797749979},"82":{"tf":1.4142135623730951},"83":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":2.23606797749979},"86":{"tf":2.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"89":{"tf":1.4142135623730951},"9":{"tf":1.0},"90":{"tf":2.0},"91":{"tf":1.4142135623730951},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":2.0},"95":{"tf":1.7320508075688772},"97":{"tf":1.0}},"e":{"d":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}},"t":{"df":1,"docs":{"0":{"tf":1.0}},"—":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"’":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}}}},"i":{"df":0,"docs":{},"r":{"df":4,"docs":{"197":{"tf":1.0},"205":{"tf":1.0},"209":{"tf":1.0},"63":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":10,"docs":{"10":{"tf":1.0},"145":{"tf":1.0},"171":{"tf":1.0},"19":{"tf":1.0},"193":{"tf":1.0},"202":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":8,"docs":{"101":{"tf":2.0},"102":{"tf":1.0},"113":{"tf":1.0},"227":{"tf":1.0},"25":{"tf":1.0},"43":{"tf":1.4142135623730951},"46":{"tf":1.0},"53":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"102":{"tf":1.0},"109":{"tf":1.0},"54":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"11":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"s":{"df":3,"docs":{"175":{"tf":1.0},"177":{"tf":1.0},"217":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"227":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":34,"docs":{"110":{"tf":1.0},"144":{"tf":1.0},"165":{"tf":1.0},"17":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":2.23606797749979},"203":{"tf":1.7320508075688772},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":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.4142135623730951},"265":{"tf":1.4142135623730951},"266":{"tf":1.0},"267":{"tf":1.0},"47":{"tf":1.0},"83":{"tf":1.0},"9":{"tf":1.0},"94":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":10,"docs":{"110":{"tf":1.7320508075688772},"174":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"208":{"tf":1.0},"219":{"tf":2.23606797749979},"268":{"tf":1.0},"40":{"tf":1.0},"51":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"a":{"d":{"d":{"df":1,"docs":{"201":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"’":{"df":1,"docs":{"219":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"178":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"106":{"tf":1.0},"185":{"tf":1.0},"219":{"tf":1.0}}}},"df":1,"docs":{"102":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"43":{"tf":1.0}}}}}}},"}":{"\\"":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"223":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"f":{"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"24":{"tf":1.4142135623730951},"50":{"tf":1.0}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"12":{"tf":1.0},"195":{"tf":1.0},"287":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":49,"docs":{"109":{"tf":1.0},"134":{"tf":1.4142135623730951},"139":{"tf":1.7320508075688772},"142":{"tf":2.0},"16":{"tf":1.4142135623730951},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":2.23606797749979},"197":{"tf":1.0},"198":{"tf":1.4142135623730951},"199":{"tf":1.0},"201":{"tf":1.0},"209":{"tf":2.0},"211":{"tf":1.0},"217":{"tf":1.0},"228":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"234":{"tf":1.4142135623730951},"235":{"tf":1.0},"236":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.4142135623730951},"242":{"tf":1.0},"244":{"tf":1.4142135623730951},"245":{"tf":1.4142135623730951},"246":{"tf":1.0},"247":{"tf":1.0},"250":{"tf":1.0},"258":{"tf":1.0},"263":{"tf":1.7320508075688772},"270":{"tf":1.4142135623730951},"273":{"tf":1.4142135623730951},"288":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"34":{"tf":1.7320508075688772},"35":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"45":{"tf":1.0},"46":{"tf":2.8284271247461903},"53":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.0},"77":{"tf":1.0},"85":{"tf":1.0},"89":{"tf":1.0},"93":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"247":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"r":{"df":43,"docs":{"104":{"tf":1.0},"113":{"tf":1.0},"127":{"tf":1.0},"132":{"tf":1.0},"134":{"tf":1.0},"139":{"tf":1.4142135623730951},"141":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"150":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"180":{"tf":1.0},"187":{"tf":1.0},"190":{"tf":1.0},"199":{"tf":1.0},"201":{"tf":1.0},"214":{"tf":1.7320508075688772},"23":{"tf":1.4142135623730951},"237":{"tf":1.4142135623730951},"238":{"tf":1.4142135623730951},"252":{"tf":1.0},"257":{"tf":1.0},"263":{"tf":1.0},"273":{"tf":1.0},"281":{"tf":1.0},"286":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"67":{"tf":1.0},"78":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951},"9":{"tf":1.0},"93":{"tf":1.4142135623730951}}}}}},"k":{"df":0,"docs":{},"e":{"df":2,"docs":{"125":{"tf":1.0},"129":{"tf":1.0}}}},"l":{"df":0,"docs":{},"s":{"df":4,"docs":{"25":{"tf":1.0},"256":{"tf":1.0},"286":{"tf":1.0},"60":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}}},"q":{"df":38,"docs":{"111":{"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},"260":{"tf":1.0},"261":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"271":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.0},"274":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0},"280":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.0}}},"r":{"df":2,"docs":{"46":{"tf":1.0},"55":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":13,"docs":{"122":{"tf":1.0},"129":{"tf":1.0},"147":{"tf":1.4142135623730951},"150":{"tf":1.0},"160":{"tf":1.0},"197":{"tf":1.0},"209":{"tf":1.0},"224":{"tf":1.0},"250":{"tf":1.0},"277":{"tf":1.0},"41":{"tf":1.4142135623730951},"46":{"tf":2.0},"59":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"261":{"tf":1.0},"277":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"147":{"tf":1.0},"151":{"tf":1.0},"288":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"255":{"tf":1.0}}}}}},"df":1,"docs":{"255":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":6,"docs":{"163":{"tf":1.4142135623730951},"203":{"tf":1.0},"257":{"tf":1.0},"286":{"tf":1.0},"41":{"tf":1.0},"54":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"180":{"tf":1.0}}}}}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"113":{"tf":1.0},"129":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":7,"docs":{"129":{"tf":1.0},"172":{"tf":1.0},"198":{"tf":1.0},"205":{"tf":1.0},"286":{"tf":1.7320508075688772},"37":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":1,"docs":{"47":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"185":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":4,"docs":{"0":{"tf":1.0},"128":{"tf":1.0},"182":{"tf":1.0},"46":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"107":{"tf":1.0},"232":{"tf":1.0},"246":{"tf":1.0},"78":{"tf":1.0}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":5,"docs":{"113":{"tf":1.0},"157":{"tf":1.7320508075688772},"160":{"tf":1.0},"161":{"tf":1.0},"288":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":3,"docs":{"154":{"tf":1.0},"185":{"tf":1.0},"283":{"tf":1.0}}},"l":{"df":1,"docs":{"12":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":7,"docs":{"128":{"tf":1.4142135623730951},"288":{"tf":1.0},"35":{"tf":1.0},"54":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"99":{"tf":1.0}}}},"d":{"df":10,"docs":{"103":{"tf":1.0},"120":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"263":{"tf":1.0},"277":{"tf":1.0},"42":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":3,"docs":{"250":{"tf":1.0},"273":{"tf":1.7320508075688772},"55":{"tf":1.0}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":11,"docs":{"14":{"tf":1.0},"198":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"223":{"tf":1.0},"286":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"84":{"tf":1.0},"9":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"272":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":13,"docs":{"113":{"tf":1.0},"173":{"tf":1.0},"19":{"tf":1.0},"214":{"tf":1.0},"23":{"tf":1.4142135623730951},"48":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.7320508075688772},"60":{"tf":1.0},"65":{"tf":1.0},"75":{"tf":1.0},"9":{"tf":1.0},"98":{"tf":2.0}},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"273":{"tf":1.0}}}}}}}}}},"t":{"df":7,"docs":{"113":{"tf":1.0},"165":{"tf":1.0},"193":{"tf":1.0},"221":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"59":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":3,"docs":{"10":{"tf":1.0},"11":{"tf":1.7320508075688772},"194":{"tf":1.0}}}},"x":{"df":4,"docs":{"228":{"tf":1.0},"23":{"tf":1.0},"245":{"tf":1.0},"45":{"tf":1.4142135623730951}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"168":{"tf":1.0}}},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"243":{"tf":1.4142135623730951}}}},"p":{"df":2,"docs":{"168":{"tf":1.0},"180":{"tf":1.0}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"11":{"tf":1.0},"162":{"tf":1.0},"28":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":1,"docs":{"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"225":{"tf":1.0},"227":{"tf":1.0},"288":{"tf":1.7320508075688772},"96":{"tf":1.0},"97":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"110":{"tf":1.0},"208":{"tf":1.0}}}}}}}}},"n":{"df":89,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":2.0},"107":{"tf":1.4142135623730951},"108":{"tf":1.0},"109":{"tf":2.0},"110":{"tf":1.7320508075688772},"115":{"tf":1.4142135623730951},"116":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"12":{"tf":1.0},"120":{"tf":1.4142135623730951},"121":{"tf":1.4142135623730951},"122":{"tf":1.0},"13":{"tf":1.0},"133":{"tf":1.4142135623730951},"14":{"tf":1.0},"146":{"tf":2.0},"149":{"tf":1.0},"154":{"tf":1.0},"159":{"tf":1.0},"164":{"tf":2.0},"165":{"tf":2.0},"169":{"tf":1.0},"173":{"tf":1.7320508075688772},"174":{"tf":1.7320508075688772},"205":{"tf":2.0},"206":{"tf":2.23606797749979},"207":{"tf":1.0},"208":{"tf":2.6457513110645907},"21":{"tf":1.0},"211":{"tf":2.0},"212":{"tf":2.0},"213":{"tf":1.0},"216":{"tf":1.4142135623730951},"218":{"tf":1.7320508075688772},"22":{"tf":1.0},"222":{"tf":2.449489742783178},"223":{"tf":2.0},"23":{"tf":1.0},"232":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.4142135623730951},"238":{"tf":2.0},"239":{"tf":1.4142135623730951},"244":{"tf":1.0},"245":{"tf":2.0},"25":{"tf":1.0},"251":{"tf":1.4142135623730951},"258":{"tf":1.0},"264":{"tf":1.0},"266":{"tf":1.7320508075688772},"279":{"tf":1.0},"280":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.7320508075688772},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"45":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"63":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"71":{"tf":1.0},"72":{"tf":1.4142135623730951},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"79":{"tf":1.0},"82":{"tf":1.0},"87":{"tf":1.0},"89":{"tf":1.0},"91":{"tf":1.4142135623730951},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}},"o":{"c":{"df":0,"docs":{},"u":{"df":2,"docs":{"174":{"tf":1.0},"21":{"tf":1.0}},"s":{"df":4,"docs":{"109":{"tf":1.0},"176":{"tf":1.0},"50":{"tf":1.0},"63":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"45":{"tf":1.0}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"222":{"tf":1.0},"77":{"tf":1.0},"99":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"109":{"tf":1.0}}}}},"k":{"df":1,"docs":{"40":{"tf":1.0}}},"m":{"a":{"df":0,"docs":{},"t":{"!":{"(":{"\\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"223":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":2,"docs":{"196":{"tf":1.0},"288":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":44,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"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},"6":{"tf":1.7320508075688772},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.4142135623730951},"98":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"y":{"df":1,"docs":{"48":{"tf":1.0}}}}}}}}},"df":2,"docs":{"189":{"tf":1.0},"230":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"9":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"r":{"df":1,"docs":{"40":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"219":{"tf":1.0},"268":{"tf":1.0},"40":{"tf":1.0}}}}}}}}}}},"df":85,"docs":{"0":{"tf":1.4142135623730951},"10":{"tf":1.4142135623730951},"101":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":1.0},"12":{"tf":1.0},"124":{"tf":1.0},"144":{"tf":1.0},"15":{"tf":1.0},"165":{"tf":1.0},"167":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.4142135623730951},"181":{"tf":1.0},"183":{"tf":1.7320508075688772},"186":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.4142135623730951},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"20":{"tf":1.0},"200":{"tf":1.7320508075688772},"201":{"tf":1.4142135623730951},"202":{"tf":2.23606797749979},"203":{"tf":1.4142135623730951},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"21":{"tf":1.4142135623730951},"210":{"tf":1.0},"211":{"tf":1.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.4142135623730951},"22":{"tf":1.4142135623730951},"220":{"tf":1.4142135623730951},"221":{"tf":1.0},"225":{"tf":1.4142135623730951},"227":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"241":{"tf":1.0},"25":{"tf":1.0},"250":{"tf":1.4142135623730951},"252":{"tf":1.0},"253":{"tf":1.0},"259":{"tf":1.0},"265":{"tf":1.4142135623730951},"266":{"tf":1.0},"267":{"tf":1.0},"27":{"tf":1.0},"271":{"tf":1.0},"281":{"tf":1.0},"288":{"tf":1.4142135623730951},"31":{"tf":1.0},"33":{"tf":1.4142135623730951},"35":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.4142135623730951},"40":{"tf":1.7320508075688772},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"47":{"tf":1.4142135623730951},"48":{"tf":1.0},"51":{"tf":1.4142135623730951},"59":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":2.0},"80":{"tf":1.0},"9":{"tf":2.0},"94":{"tf":1.0}},"’":{"df":4,"docs":{"14":{"tf":1.0},"199":{"tf":1.0},"41":{"tf":1.0},"47":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":1,"docs":{"235":{"tf":1.0}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"168":{"tf":1.0},"248":{"tf":1.4142135623730951}}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"155":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"156":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":9,"docs":{"121":{"tf":1.0},"129":{"tf":1.0},"180":{"tf":1.0},"198":{"tf":1.0},"247":{"tf":1.0},"284":{"tf":1.0},"34":{"tf":1.0},"38":{"tf":1.0},"48":{"tf":1.0}},"i":{"df":2,"docs":{"261":{"tf":1.0},"286":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":8,"docs":{"106":{"tf":1.0},"113":{"tf":1.0},"186":{"tf":1.0},"218":{"tf":1.7320508075688772},"23":{"tf":1.0},"232":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.0}}}}}}},"d":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}}}}},"df":1,"docs":{"227":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"163":{"tf":1.4142135623730951},"174":{"tf":1.0},"209":{"tf":1.0},"60":{"tf":1.0}}}}},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"130":{"tf":1.0}}}}}},"g":{"b":{"df":1,"docs":{"185":{"tf":1.0}}},"d":{"b":{"df":1,"docs":{"151":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":3,"docs":{"172":{"tf":1.0},"222":{"tf":1.0},"41":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":35,"docs":{"13":{"tf":1.0},"130":{"tf":1.4142135623730951},"148":{"tf":1.0},"15":{"tf":1.4142135623730951},"153":{"tf":1.0},"154":{"tf":1.0},"158":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"197":{"tf":1.7320508075688772},"200":{"tf":1.0},"204":{"tf":1.0},"214":{"tf":1.0},"219":{"tf":1.0},"222":{"tf":1.0},"234":{"tf":1.0},"249":{"tf":1.4142135623730951},"256":{"tf":1.0},"258":{"tf":1.0},"268":{"tf":1.0},"279":{"tf":1.7320508075688772},"286":{"tf":1.4142135623730951},"288":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":2.0},"58":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"7":{"tf":1.0}}},"s":{"df":0,"docs":{},"i":{"df":4,"docs":{"234":{"tf":2.0},"272":{"tf":1.4142135623730951},"288":{"tf":1.0},"31":{"tf":1.0}}}}}},"t":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"222":{"tf":1.0},"223":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":4,"docs":{"155":{"tf":1.0},"247":{"tf":1.4142135623730951},"282":{"tf":1.4142135623730951},"34":{"tf":1.0}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"185":{"tf":1.0}},"h":{"df":0,"docs":{},"u":{"b":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"244":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":1,"docs":{"283":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":9,"docs":{"119":{"tf":1.0},"18":{"tf":1.0},"201":{"tf":1.0},"234":{"tf":1.0},"238":{"tf":1.0},"276":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"9":{"tf":1.0}},"n":{"df":2,"docs":{"41":{"tf":1.0},"48":{"tf":1.0}}}}}},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"273":{"tf":1.0},"42":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":6,"docs":{"111":{"tf":1.0},"285":{"tf":2.0},"286":{"tf":1.0},"287":{"tf":1.0},"288":{"tf":1.0},"289":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"251":{"tf":1.0},"47":{"tf":2.0}}}},"df":3,"docs":{"181":{"tf":1.0},"193":{"tf":1.0},"37":{"tf":1.0}},"e":{"df":3,"docs":{"10":{"tf":1.0},"28":{"tf":1.0},"9":{"tf":1.0}}},"o":{"d":{"df":7,"docs":{"101":{"tf":1.0},"104":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.0},"54":{"tf":1.0},"98":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"175":{"tf":1.0},"199":{"tf":1.0},"209":{"tf":1.0},"57":{"tf":1.0},"67":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"112":{"tf":1.0},"113":{"tf":1.0}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"242":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"234":{"tf":1.7320508075688772},"241":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"33":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":2,"docs":{"224":{"tf":1.0},"47":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":5,"docs":{"196":{"tf":1.0},"287":{"tf":1.0},"31":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0}}}}}},"d":{"df":3,"docs":{"175":{"tf":1.0},"217":{"tf":1.0},"288":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":4,"docs":{"180":{"tf":1.4142135623730951},"226":{"tf":1.0},"263":{"tf":1.0},"49":{"tf":1.0}}},"df":0,"docs":{}}},"df":147,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.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.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.0},"147":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.4142135623730951},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"19":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"273":{"tf":1.0},"38":{"tf":1.0},"49":{"tf":1.7320508075688772},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.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},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.4142135623730951},"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}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"256":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"127":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{}}}},"n":{"d":{"df":2,"docs":{"17":{"tf":1.0},"30":{"tf":1.0}},"i":{"df":1,"docs":{"9":{"tf":1.0}}},"l":{"df":22,"docs":{"118":{"tf":1.0},"14":{"tf":1.0},"166":{"tf":1.0},"172":{"tf":1.0},"18":{"tf":1.0},"181":{"tf":1.0},"197":{"tf":1.0},"199":{"tf":1.0},"209":{"tf":1.0},"21":{"tf":1.0},"258":{"tf":1.0},"288":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"43":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.0},"79":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":16,"docs":{"13":{"tf":1.0},"134":{"tf":2.0},"17":{"tf":1.0},"171":{"tf":1.0},"201":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"284":{"tf":1.0},"29":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.0},"68":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}}}},"r":{"d":{"df":6,"docs":{"109":{"tf":1.0},"18":{"tf":1.0},"23":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"60":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"102":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":8,"docs":{"104":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.0},"189":{"tf":1.0},"232":{"tf":1.0},"250":{"tf":1.7320508075688772},"276":{"tf":1.4142135623730951},"286":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"df":1,"docs":{"235":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"178":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"206":{"tf":1.0},"208":{"tf":1.0}},"s":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"208":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"208":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{")":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"208":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"208":{"tf":2.0}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"208":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"206":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":9,"docs":{"148":{"tf":1.0},"153":{"tf":1.0},"161":{"tf":1.0},"180":{"tf":1.0},"206":{"tf":2.0},"236":{"tf":1.0},"24":{"tf":1.7320508075688772},"30":{"tf":1.0},"33":{"tf":1.0}},"i":{"df":4,"docs":{"178":{"tf":1.0},"197":{"tf":1.0},"24":{"tf":1.0},"31":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":4,"docs":{"104":{"tf":1.0},"120":{"tf":1.0},"235":{"tf":1.0},"275":{"tf":1.0}}},"y":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"120":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":8,"docs":{"170":{"tf":1.0},"175":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"286":{"tf":1.0},"33":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"m":{"df":1,"docs":{"159":{"tf":1.0}}},"p":{"df":12,"docs":{"0":{"tf":1.0},"193":{"tf":1.0},"20":{"tf":1.0},"209":{"tf":1.0},"228":{"tf":1.0},"247":{"tf":1.4142135623730951},"27":{"tf":1.0},"282":{"tf":1.4142135623730951},"283":{"tf":1.4142135623730951},"284":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"218":{"tf":1.7320508075688772},"40":{"tf":1.0},"51":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":8,"docs":{"10":{"tf":1.0},"109":{"tf":1.0},"223":{"tf":1.0},"266":{"tf":1.0},"39":{"tf":1.0},"53":{"tf":1.0},"60":{"tf":1.0},"9":{"tf":1.4142135623730951}},"’":{"df":7,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"162":{"tf":1.0},"197":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":11,"docs":{"120":{"tf":1.0},"126":{"tf":1.0},"19":{"tf":1.0},"195":{"tf":1.0},"225":{"tf":1.0},"227":{"tf":1.0},"275":{"tf":1.0},"288":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"66":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"161":{"tf":1.0},"287":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"157":{"tf":1.0},"161":{"tf":1.0},"288":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"24":{"tf":1.0}}}},"o":{"c":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}},"o":{"d":{"df":1,"docs":{"67":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":1,"docs":{"198":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"150":{"tf":1.4142135623730951},"151":{"tf":1.0},"155":{"tf":1.0},"225":{"tf":1.0},"231":{"tf":1.0},"244":{"tf":1.0},"288":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"225":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"c":{"df":2,"docs":{"172":{"tf":1.0},"178":{"tf":1.0}}},"df":0,"docs":{}}}},":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"1":{"8":{"0":{"8":{"0":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"236":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"286":{"tf":1.0},"31":{"tf":1.0}}}}},"u":{"b":{"df":2,"docs":{"121":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"205":{"tf":1.0},"211":{"tf":1.0}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"i":{"/":{"df":0,"docs":{},"o":{"df":1,"docs":{"235":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"a":{"df":9,"docs":{"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0}},"l":{"df":1,"docs":{"284":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"201":{"tf":1.0},"234":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0}},"i":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"122":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":4,"docs":{"120":{"tf":1.0},"141":{"tf":1.0},"187":{"tf":1.0},"222":{"tf":1.0}}}}}}}},"l":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":147,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.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.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.0},"147":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"19":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"38":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.7320508075688772},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.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},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"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}},"i":{"df":37,"docs":{"144":{"tf":1.0},"192":{"tf":1.7320508075688772},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.4142135623730951},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":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.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"9":{"tf":1.0},"95":{"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":{"124":{"tf":1.0},"221":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"153":{"tf":1.0},"183":{"tf":1.4142135623730951},"253":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"29":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"196":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":8,"docs":{"13":{"tf":1.0},"196":{"tf":1.4142135623730951},"251":{"tf":1.0},"286":{"tf":1.0},"29":{"tf":1.4142135623730951},"44":{"tf":2.6457513110645907},"47":{"tf":1.0},"53":{"tf":1.0}}}}},"p":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"21":{"tf":1.7320508075688772},"42":{"tf":1.0},"43":{"tf":2.449489742783178}}}},"l":{"df":10,"docs":{"110":{"tf":1.0},"165":{"tf":1.4142135623730951},"173":{"tf":1.0},"206":{"tf":1.4142135623730951},"208":{"tf":1.4142135623730951},"212":{"tf":1.4142135623730951},"222":{"tf":1.4142135623730951},"223":{"tf":1.4142135623730951},"266":{"tf":1.0},"280":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":16,"docs":{"146":{"tf":1.4142135623730951},"165":{"tf":1.0},"168":{"tf":1.0},"198":{"tf":1.0},"205":{"tf":1.0},"216":{"tf":1.4142135623730951},"225":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":1.0},"63":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"109":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"100":{"tf":1.0},"91":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"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":1,"docs":{"63":{"tf":1.0}}}},"—":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}}}}}},"df":4,"docs":{"119":{"tf":1.0},"33":{"tf":1.0},"40":{"tf":1.0},"78":{"tf":1.0}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":27,"docs":{"100":{"tf":1.0},"116":{"tf":1.0},"16":{"tf":1.0},"169":{"tf":1.4142135623730951},"174":{"tf":1.0},"195":{"tf":1.0},"197":{"tf":1.4142135623730951},"198":{"tf":1.0},"2":{"tf":1.0},"205":{"tf":1.0},"209":{"tf":1.0},"214":{"tf":1.0},"219":{"tf":1.0},"227":{"tf":1.0},"238":{"tf":1.4142135623730951},"24":{"tf":1.0},"273":{"tf":1.0},"284":{"tf":1.0},"288":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"54":{"tf":1.7320508075688772},"67":{"tf":1.0},"76":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"89":{"tf":1.0},"91":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"168":{"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":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"76":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"76":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":21,"docs":{"100":{"tf":1.7320508075688772},"112":{"tf":1.0},"113":{"tf":1.0},"116":{"tf":1.4142135623730951},"170":{"tf":1.0},"179":{"tf":1.0},"205":{"tf":1.0},"238":{"tf":2.23606797749979},"24":{"tf":1.0},"252":{"tf":1.0},"286":{"tf":1.0},"288":{"tf":1.0},"34":{"tf":1.4142135623730951},"42":{"tf":2.0},"60":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"86":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"178":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":1,"docs":{"126":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"36":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":13,"docs":{"104":{"tf":1.0},"115":{"tf":1.4142135623730951},"116":{"tf":1.7320508075688772},"117":{"tf":1.4142135623730951},"118":{"tf":1.0},"119":{"tf":1.4142135623730951},"234":{"tf":1.0},"238":{"tf":1.0},"241":{"tf":1.0},"245":{"tf":1.0},"270":{"tf":1.0},"276":{"tf":1.0},"287":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"—":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"209":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"22":{"tf":1.0},"42":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"\\"":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"222":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"173":{"tf":1.0},"174":{"tf":1.4142135623730951}}}},"i":{"c":{"df":8,"docs":{"112":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"142":{"tf":1.0},"188":{"tf":1.0},"217":{"tf":1.0},"273":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"42":{"tf":1.0},"47":{"tf":1.0}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"u":{"df":2,"docs":{"232":{"tf":1.0},"252":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"c":{"df":1,"docs":{"125":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{".":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"206":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"212":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":5,"docs":{"189":{"tf":1.0},"206":{"tf":1.4142135623730951},"212":{"tf":1.0},"241":{"tf":1.4142135623730951},"242":{"tf":1.0}},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"286":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":11,"docs":{"145":{"tf":1.0},"201":{"tf":1.0},"203":{"tf":1.0},"21":{"tf":1.0},"216":{"tf":1.4142135623730951},"217":{"tf":1.0},"267":{"tf":1.0},"286":{"tf":1.0},"30":{"tf":1.0},"47":{"tf":1.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"222":{"tf":1.4142135623730951}},"i":{"df":5,"docs":{"234":{"tf":1.0},"286":{"tf":1.0},"31":{"tf":1.0},"46":{"tf":1.0},"85":{"tf":1.0}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"125":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"16":{"tf":1.0},"198":{"tf":1.4142135623730951},"38":{"tf":1.0},"42":{"tf":1.0},"80":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"222":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"125":{"tf":1.0},"37":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"184":{"tf":1.0}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":15,"docs":{"16":{"tf":1.0},"178":{"tf":1.0},"197":{"tf":1.0},"201":{"tf":1.0},"22":{"tf":1.0},"232":{"tf":1.0},"238":{"tf":1.0},"245":{"tf":1.0},"250":{"tf":1.4142135623730951},"253":{"tf":1.0},"33":{"tf":1.0},"38":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"80":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"242":{"tf":1.0},"272":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":20,"docs":{"10":{"tf":1.0},"133":{"tf":1.0},"136":{"tf":1.0},"160":{"tf":1.0},"18":{"tf":1.0},"190":{"tf":1.4142135623730951},"208":{"tf":1.4142135623730951},"219":{"tf":1.4142135623730951},"220":{"tf":1.0},"225":{"tf":1.0},"252":{"tf":1.0},"281":{"tf":1.4142135623730951},"289":{"tf":1.0},"4":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"53":{"tf":1.0},"59":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"df":4,"docs":{"103":{"tf":1.0},"235":{"tf":1.0},"275":{"tf":1.0},"288":{"tf":1.0}}},"t":{"df":11,"docs":{"108":{"tf":1.4142135623730951},"113":{"tf":1.0},"18":{"tf":1.0},"196":{"tf":1.0},"199":{"tf":1.0},"21":{"tf":1.0},"227":{"tf":1.0},"245":{"tf":1.0},"34":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"102":{"tf":1.0},"124":{"tf":1.0},"127":{"tf":1.0},"180":{"tf":1.0},"57":{"tf":1.0}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"105":{"tf":1.0},"125":{"tf":1.0},"199":{"tf":1.0},"258":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0},"73":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"104":{"tf":1.0},"53":{"tf":1.0},"62":{"tf":1.0}}}}},"f":{"a":{"c":{"df":6,"docs":{"129":{"tf":1.0},"146":{"tf":2.0},"286":{"tf":1.0},"288":{"tf":1.0},"289":{"tf":1.0},"30":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"36":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"151":{"tf":1.0},"156":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"263":{"tf":1.0},"41":{"tf":1.0}}}}},"n":{"df":7,"docs":{"117":{"tf":1.0},"125":{"tf":1.0},"225":{"tf":1.7320508075688772},"24":{"tf":1.7320508075688772},"40":{"tf":1.0},"72":{"tf":1.0},"9":{"tf":1.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"113":{"tf":1.0},"132":{"tf":1.0},"137":{"tf":1.4142135623730951},"166":{"tf":1.0},"20":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"(":{"5":{"df":1,"docs":{"208":{"tf":1.0}}},"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"206":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"208":{"tf":1.0}}}}}},"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"206":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":6,"docs":{"128":{"tf":1.0},"197":{"tf":1.0},"208":{"tf":1.4142135623730951},"22":{"tf":1.0},"238":{"tf":1.0},"32":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":7,"docs":{"167":{"tf":1.0},"23":{"tf":1.0},"245":{"tf":1.0},"286":{"tf":1.0},"36":{"tf":1.0},"62":{"tf":1.0},"74":{"tf":1.0}},"t":{"df":3,"docs":{"7":{"tf":1.7320508075688772},"8":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"134":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"203":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"18":{"tf":1.0},"42":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"273":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"y":{"df":1,"docs":{"37":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"o":{"c":{"df":1,"docs":{"281":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"235":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":6,"docs":{"100":{"tf":1.0},"150":{"tf":1.0},"155":{"tf":1.0},"234":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"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":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":29,"docs":{"105":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0},"120":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"150":{"tf":1.4142135623730951},"151":{"tf":1.0},"152":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.4142135623730951},"17":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"188":{"tf":1.0},"190":{"tf":1.0},"231":{"tf":1.0},"252":{"tf":1.0},"258":{"tf":1.0},"271":{"tf":1.0},"281":{"tf":1.0},"288":{"tf":1.4142135623730951},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"56":{"tf":1.0},"59":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":17,"docs":{"142":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.7320508075688772},"217":{"tf":1.0},"222":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.4142135623730951},"233":{"tf":1.4142135623730951},"240":{"tf":1.4142135623730951},"241":{"tf":1.4142135623730951},"242":{"tf":1.4142135623730951},"246":{"tf":1.7320508075688772},"247":{"tf":1.7320508075688772},"252":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.0},"283":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"41":{"tf":1.0}}}}}}}}}},"df":10,"docs":{"112":{"tf":1.4142135623730951},"122":{"tf":1.0},"147":{"tf":1.4142135623730951},"150":{"tf":1.0},"155":{"tf":1.0},"160":{"tf":1.0},"162":{"tf":1.0},"261":{"tf":1.0},"288":{"tf":1.0},"59":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"0":{"tf":1.0},"35":{"tf":1.0}},"—":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}}}},"—":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"40":{"tf":1.0}}}}},"’":{"df":10,"docs":{"109":{"tf":1.0},"13":{"tf":1.0},"147":{"tf":1.0},"196":{"tf":1.4142135623730951},"201":{"tf":1.0},"217":{"tf":1.0},"3":{"tf":1.4142135623730951},"44":{"tf":1.0},"47":{"tf":1.0},"64":{"tf":1.0}}}},"v":{"df":65,"docs":{"226":{"tf":1.7320508075688772},"227":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"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},"260":{"tf":1.0},"261":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"271":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.0},"274":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0},"280":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.0},"285":{"tf":1.0},"286":{"tf":1.0},"287":{"tf":1.0},"288":{"tf":1.0},"289":{"tf":1.0},"9":{"tf":1.0}}}},"j":{"df":0,"docs":{},"o":{"b":{"df":2,"docs":{"194":{"tf":1.0},"30":{"tf":1.0}}},"df":0,"docs":{}},"u":{"d":{"df":0,"docs":{},"g":{"df":5,"docs":{"16":{"tf":1.4142135623730951},"194":{"tf":1.0},"198":{"tf":1.0},"286":{"tf":1.0},"42":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"198":{"tf":1.7320508075688772},"36":{"tf":1.0},"80":{"tf":1.0}}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":3,"docs":{"19":{"tf":1.0},"201":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}},"k":{"8":{"df":9,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"163":{"tf":1.7320508075688772},"168":{"tf":1.0},"17":{"tf":1.0},"177":{"tf":1.0},"272":{"tf":1.0},"289":{"tf":1.0},"51":{"tf":1.0}},"s":{"2":{"[":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"162":{"tf":1.0}}}}}},"df":0,"docs":{}},"[":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"162":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"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":2,"docs":{"122":{"tf":1.0},"159":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{")":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"(":{"&":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"14":{"tf":1.0},"251":{"tf":1.0},"41":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"162":{"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":{"162":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":17,"docs":{"120":{"tf":1.0},"14":{"tf":1.0},"141":{"tf":1.0},"157":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"162":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"187":{"tf":1.0},"191":{"tf":1.0},"216":{"tf":1.0},"231":{"tf":1.0},"281":{"tf":1.0},"288":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"59":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":24,"docs":{"108":{"tf":1.0},"112":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"116":{"tf":1.0},"13":{"tf":1.0},"130":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0},"180":{"tf":1.0},"197":{"tf":1.0},"200":{"tf":1.7320508075688772},"203":{"tf":1.0},"224":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.4142135623730951},"253":{"tf":1.0},"26":{"tf":1.0},"277":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0},"50":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"9":{"tf":1.0}}}},"y":{"df":11,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"178":{"tf":1.0},"19":{"tf":1.0},"197":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"285":{"tf":1.0},"39":{"tf":1.0},"48":{"tf":1.0},"63":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":6,"docs":{"148":{"tf":1.0},"189":{"tf":1.0},"231":{"tf":1.4142135623730951},"271":{"tf":1.0},"35":{"tf":1.0},"40":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"227":{"tf":1.4142135623730951}}},"df":0,"docs":{},"w":{"df":18,"docs":{"13":{"tf":1.0},"144":{"tf":1.0},"17":{"tf":1.0},"195":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"220":{"tf":1.0},"30":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.4142135623730951},"46":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":2,"docs":{"40":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":1,"docs":{"36":{"tf":1.0}}},"—":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"u":{"b":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":7,"docs":{"141":{"tf":1.0},"184":{"tf":1.0},"187":{"tf":1.4142135623730951},"189":{"tf":1.4142135623730951},"232":{"tf":1.4142135623730951},"242":{"tf":2.6457513110645907},"247":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":23,"docs":{"122":{"tf":1.0},"14":{"tf":1.0},"157":{"tf":1.4142135623730951},"158":{"tf":1.0},"159":{"tf":1.4142135623730951},"160":{"tf":1.0},"17":{"tf":1.0},"184":{"tf":1.0},"189":{"tf":1.0},"195":{"tf":1.4142135623730951},"225":{"tf":1.0},"232":{"tf":1.0},"242":{"tf":1.4142135623730951},"286":{"tf":1.0},"288":{"tf":1.0},"289":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.7320508075688772},"47":{"tf":1.0},"50":{"tf":1.0},"59":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"125":{"tf":1.0}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":6,"docs":{"14":{"tf":1.0},"22":{"tf":1.0},"250":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"59":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"185":{"tf":1.0},"59":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"115":{"tf":1.0},"116":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"128":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":5,"docs":{"125":{"tf":1.7320508075688772},"178":{"tf":1.0},"179":{"tf":1.0},"252":{"tf":1.0},"42":{"tf":1.0}},"y":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"179":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"67":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"12":{"tf":1.0},"153":{"tf":1.0},"30":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":7,"docs":{"12":{"tf":1.0},"130":{"tf":1.0},"195":{"tf":1.0},"227":{"tf":1.0},"286":{"tf":1.0},"50":{"tf":1.7320508075688772},"55":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"287":{"tf":1.0}}}}},"df":0,"docs":{},"k":{"df":5,"docs":{"17":{"tf":1.0},"257":{"tf":1.0},"288":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":5,"docs":{"219":{"tf":1.0},"27":{"tf":1.0},"5":{"tf":1.7320508075688772},"61":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"195":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"276":{"tf":1.0},"43":{"tf":1.0},"85":{"tf":1.0}}}},"t":{"df":9,"docs":{"16":{"tf":1.0},"198":{"tf":1.0},"2":{"tf":1.0},"200":{"tf":1.0},"211":{"tf":1.0},"267":{"tf":1.0},"41":{"tf":1.0},"54":{"tf":1.0},"80":{"tf":1.0}},"’":{"df":22,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"194":{"tf":1.0},"204":{"tf":1.0},"206":{"tf":1.0},"210":{"tf":1.0},"212":{"tf":1.0},"215":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"37":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"9":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":16,"docs":{"125":{"tf":1.0},"19":{"tf":1.0},"193":{"tf":1.4142135623730951},"194":{"tf":1.0},"195":{"tf":1.4142135623730951},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"225":{"tf":1.0},"227":{"tf":1.0},"288":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":25,"docs":{"131":{"tf":1.0},"146":{"tf":1.0},"15":{"tf":1.0},"154":{"tf":1.0},"159":{"tf":1.0},"19":{"tf":1.0},"197":{"tf":1.0},"199":{"tf":1.0},"201":{"tf":1.0},"27":{"tf":2.0},"28":{"tf":1.0},"286":{"tf":1.0},"288":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"37":{"tf":2.0},"38":{"tf":1.4142135623730951},"48":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":3,"docs":{"104":{"tf":1.0},"275":{"tf":1.0},"66":{"tf":1.0}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"222":{"tf":1.0}}}}}}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"7":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":14,"docs":{"108":{"tf":1.0},"136":{"tf":1.0},"143":{"tf":1.0},"151":{"tf":1.0},"156":{"tf":1.0},"163":{"tf":1.0},"171":{"tf":1.0},"190":{"tf":1.0},"232":{"tf":1.0},"262":{"tf":1.0},"270":{"tf":1.0},"276":{"tf":1.4142135623730951},"45":{"tf":1.0},"59":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":5,"docs":{"145":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"30":{"tf":1.0},"53":{"tf":1.0}},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"59":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"x":{"df":1,"docs":{"241":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"285":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":30,"docs":{"105":{"tf":1.0},"109":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"119":{"tf":1.0},"130":{"tf":1.0},"167":{"tf":1.0},"170":{"tf":1.0},"178":{"tf":1.0},"188":{"tf":1.0},"2":{"tf":1.0},"225":{"tf":1.0},"227":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"286":{"tf":2.23606797749979},"33":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"60":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.7320508075688772},"90":{"tf":1.7320508075688772},"91":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"179":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}},"o":{"a":{"d":{"df":17,"docs":{"104":{"tf":1.7320508075688772},"108":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.0},"126":{"tf":1.4142135623730951},"178":{"tf":1.0},"246":{"tf":1.0},"250":{"tf":1.0},"252":{"tf":1.0},"275":{"tf":1.0},"45":{"tf":1.0},"56":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.4142135623730951},"69":{"tf":1.0},"7":{"tf":1.0},"73":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"k":{"8":{"df":1,"docs":{"247":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"[":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"162":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":20,"docs":{"122":{"tf":1.0},"141":{"tf":1.0},"147":{"tf":1.4142135623730951},"150":{"tf":1.4142135623730951},"162":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"187":{"tf":1.0},"191":{"tf":1.0},"216":{"tf":1.0},"247":{"tf":1.0},"261":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"288":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"59":{"tf":1.4142135623730951}},"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":11,"docs":{"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"121":{"tf":1.0},"133":{"tf":1.0},"149":{"tf":1.0},"164":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{")":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"(":{"&":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"14":{"tf":1.0},"244":{"tf":1.0},"251":{"tf":1.0},"264":{"tf":1.0},"30":{"tf":1.0},"41":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"162":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":30,"docs":{"107":{"tf":1.0},"112":{"tf":1.0},"120":{"tf":1.0},"14":{"tf":1.0},"147":{"tf":1.0},"151":{"tf":1.0},"160":{"tf":1.0},"163":{"tf":1.0},"168":{"tf":1.0},"17":{"tf":1.4142135623730951},"177":{"tf":1.0},"183":{"tf":1.0},"195":{"tf":1.4142135623730951},"197":{"tf":1.0},"225":{"tf":1.0},"236":{"tf":1.0},"244":{"tf":1.4142135623730951},"251":{"tf":1.0},"253":{"tf":1.0},"26":{"tf":1.0},"270":{"tf":1.4142135623730951},"286":{"tf":1.0},"41":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951},"47":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"7":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":2,"docs":{"14":{"tf":1.0},"244":{"tf":1.0}}}}}}},"t":{"df":3,"docs":{"185":{"tf":1.0},"225":{"tf":1.0},"230":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":34,"docs":{"120":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":2.8284271247461903},"142":{"tf":1.0},"143":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"156":{"tf":1.4142135623730951},"161":{"tf":1.0},"163":{"tf":1.7320508075688772},"186":{"tf":1.0},"187":{"tf":3.0},"188":{"tf":1.0},"190":{"tf":1.0},"199":{"tf":1.0},"205":{"tf":1.0},"209":{"tf":1.0},"217":{"tf":1.0},"222":{"tf":1.0},"232":{"tf":1.0},"234":{"tf":1.4142135623730951},"246":{"tf":1.4142135623730951},"247":{"tf":2.0},"263":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.7320508075688772},"281":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.0},"35":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0}},"i":{"c":{"df":20,"docs":{"102":{"tf":1.0},"117":{"tf":1.0},"119":{"tf":1.0},"165":{"tf":1.4142135623730951},"18":{"tf":1.0},"197":{"tf":1.0},"200":{"tf":1.0},"216":{"tf":1.0},"221":{"tf":1.0},"224":{"tf":1.0},"266":{"tf":1.0},"286":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"53":{"tf":1.0},"73":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{}},"s":{"/":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"129":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":12,"docs":{"120":{"tf":1.0},"160":{"tf":1.0},"196":{"tf":1.0},"227":{"tf":1.0},"25":{"tf":1.0},"256":{"tf":1.4142135623730951},"261":{"tf":1.4142135623730951},"273":{"tf":1.0},"53":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"60":{"tf":1.0},"89":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"118":{"tf":1.0},"238":{"tf":1.0},"46":{"tf":1.0},"85":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":12,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"127":{"tf":1.0},"142":{"tf":1.0},"16":{"tf":1.0},"188":{"tf":1.0},"194":{"tf":1.0},"232":{"tf":1.0},"273":{"tf":1.7320508075688772},"37":{"tf":1.0},"42":{"tf":1.0},"7":{"tf":1.0}}},"p":{"df":3,"docs":{"113":{"tf":1.0},"206":{"tf":1.4142135623730951},"21":{"tf":1.0}}},"s":{"df":2,"docs":{"40":{"tf":1.4142135623730951},"50":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"7":{"tf":1.0}}},"s":{"df":1,"docs":{"238":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"268":{"tf":1.0}}}},"w":{"df":2,"docs":{"104":{"tf":1.0},"126":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"236":{"tf":1.0},"238":{"tf":1.0},"246":{"tf":1.0}}}}}},"r":{"df":2,"docs":{"11":{"tf":1.0},"28":{"tf":1.0}}},"s":{"df":1,"docs":{"232":{"tf":1.0}},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"231":{"tf":1.0}}}}},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"25":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":21,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"120":{"tf":1.0},"14":{"tf":1.0},"147":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"155":{"tf":1.4142135623730951},"156":{"tf":1.0},"157":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"250":{"tf":1.0},"264":{"tf":1.0},"288":{"tf":1.0},"30":{"tf":1.0},"45":{"tf":1.4142135623730951},"53":{"tf":1.0},"59":{"tf":1.0}}}}},"o":{"df":1,"docs":{"241":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"39":{"tf":1.0},"50":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"—":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"’":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":90,"docs":{"10":{"tf":1.0},"100":{"tf":1.4142135623730951},"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.4142135623730951},"108":{"tf":1.0},"109":{"tf":2.0},"110":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"13":{"tf":1.0},"133":{"tf":1.0},"14":{"tf":1.0},"146":{"tf":1.0},"149":{"tf":1.0},"154":{"tf":1.0},"159":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"169":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.4142135623730951},"21":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"216":{"tf":1.0},"218":{"tf":1.4142135623730951},"22":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"23":{"tf":1.0},"232":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.4142135623730951},"238":{"tf":2.0},"239":{"tf":1.4142135623730951},"244":{"tf":1.0},"245":{"tf":1.4142135623730951},"25":{"tf":1.0},"251":{"tf":1.4142135623730951},"258":{"tf":1.0},"264":{"tf":1.0},"266":{"tf":1.0},"279":{"tf":1.0},"280":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"45":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"71":{"tf":1.0},"72":{"tf":1.4142135623730951},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"79":{"tf":1.0},"82":{"tf":1.0},"87":{"tf":1.0},"89":{"tf":1.0},"91":{"tf":1.4142135623730951},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":8,"docs":{"111":{"tf":1.0},"192":{"tf":1.0},"2":{"tf":1.0},"212":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.4142135623730951},"47":{"tf":1.0},"96":{"tf":1.0}}}}},"df":0,"docs":{}}}},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"220":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"e":{"df":38,"docs":{"0":{"tf":1.4142135623730951},"102":{"tf":1.0},"106":{"tf":1.0},"108":{"tf":1.0},"111":{"tf":1.0},"113":{"tf":1.0},"119":{"tf":1.0},"14":{"tf":1.4142135623730951},"145":{"tf":1.0},"146":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.4142135623730951},"194":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"200":{"tf":1.4142135623730951},"203":{"tf":1.0},"205":{"tf":1.0},"22":{"tf":1.0},"225":{"tf":1.0},"23":{"tf":1.0},"250":{"tf":1.0},"257":{"tf":1.0},"277":{"tf":1.4142135623730951},"286":{"tf":1.4142135623730951},"3":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"54":{"tf":1.0},"62":{"tf":1.0},"80":{"tf":1.0},"9":{"tf":1.0},"98":{"tf":1.4142135623730951}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":9,"docs":{"15":{"tf":1.0},"154":{"tf":1.0},"159":{"tf":1.0},"17":{"tf":1.0},"172":{"tf":1.0},"194":{"tf":1.0},"197":{"tf":1.0},"32":{"tf":1.0},"63":{"tf":1.0}}}},"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"38":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":20,"docs":{"100":{"tf":1.0},"103":{"tf":1.0},"109":{"tf":1.4142135623730951},"12":{"tf":1.4142135623730951},"150":{"tf":1.0},"194":{"tf":1.0},"227":{"tf":1.0},"238":{"tf":1.0},"255":{"tf":1.4142135623730951},"258":{"tf":1.0},"286":{"tf":1.4142135623730951},"287":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"42":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"66":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"176":{"tf":1.0}}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":6,"docs":{"15":{"tf":1.0},"18":{"tf":1.0},"181":{"tf":1.0},"197":{"tf":1.0},"32":{"tf":1.0},"7":{"tf":1.0}},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"68":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"87":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"p":{"df":3,"docs":{"225":{"tf":1.0},"45":{"tf":1.0},"51":{"tf":1.0}}},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"199":{"tf":1.0},"35":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"113":{"tf":1.0},"135":{"tf":1.0},"201":{"tf":1.0},"221":{"tf":1.0},"47":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"111":{"tf":1.0},"226":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"160":{"tf":1.0},"194":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"36":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"7":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}}}}}}}}}},"x":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"2":{"0":{"df":2,"docs":{"57":{"tf":1.0},"76":{"tf":1.0}}},"5":{"df":4,"docs":{"102":{"tf":1.0},"119":{"tf":1.0},"75":{"tf":1.0},"77":{"tf":1.0}}},"df":0,"docs":{}},"3":{"5":{"df":1,"docs":{"105":{"tf":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":{"76":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"119":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":5,"docs":{"169":{"tf":1.0},"255":{"tf":1.0},"45":{"tf":1.0},"57":{"tf":1.0},"76":{"tf":1.0}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"76":{"tf":1.0}}}}}}},"y":{"b":{"df":2,"docs":{"25":{"tf":1.0},"42":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":12,"docs":{"13":{"tf":1.0},"134":{"tf":1.4142135623730951},"186":{"tf":1.0},"270":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.7320508075688772},"42":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0},"66":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":11,"docs":{"103":{"tf":1.0},"113":{"tf":1.0},"175":{"tf":1.0},"217":{"tf":1.0},"25":{"tf":1.0},"256":{"tf":1.4142135623730951},"26":{"tf":1.0},"277":{"tf":1.0},"53":{"tf":1.4142135623730951},"58":{"tf":1.0},"60":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"250":{"tf":1.0},"286":{"tf":1.4142135623730951}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"288":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"178":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":7,"docs":{"142":{"tf":1.0},"184":{"tf":1.0},"188":{"tf":1.0},"235":{"tf":1.0},"24":{"tf":1.0},"241":{"tf":1.0},"270":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":5,"docs":{"104":{"tf":1.0},"116":{"tf":1.0},"238":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":5,"docs":{"19":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"h":{"df":4,"docs":{"12":{"tf":1.0},"195":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0}}},"s":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"142":{"tf":1.0},"188":{"tf":1.0},"205":{"tf":1.0},"263":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"17":{"tf":1.0},"286":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"d":{"df":9,"docs":{"121":{"tf":1.0},"209":{"tf":1.0},"216":{"tf":1.0},"288":{"tf":1.0},"32":{"tf":1.0},"41":{"tf":1.0},"55":{"tf":1.0},"63":{"tf":1.0},"97":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"c":{"df":13,"docs":{"120":{"tf":1.0},"128":{"tf":1.0},"163":{"tf":1.0},"17":{"tf":1.0},"172":{"tf":1.4142135623730951},"198":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"217":{"tf":1.0},"286":{"tf":1.0},"288":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"171":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"i":{"d":{"df":2,"docs":{"178":{"tf":1.0},"44":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"125":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"168":{"tf":1.0}}}},"df":0,"docs":{}}},"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"0":{"df":2,"docs":{"57":{"tf":1.0},"76":{"tf":1.0}}},"5":{"df":4,"docs":{"102":{"tf":1.0},"119":{"tf":1.0},"75":{"tf":1.0},"77":{"tf":1.0}}},"df":0,"docs":{}},"2":{"5":{"df":1,"docs":{"105":{"tf":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":{"76":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"119":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"212":{"tf":1.4142135623730951}}}}}}},"d":{"df":1,"docs":{"60":{"tf":1.0}}},"df":3,"docs":{"169":{"tf":1.0},"57":{"tf":1.0},"76":{"tf":1.0}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"115":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":9,"docs":{"113":{"tf":1.0},"115":{"tf":1.7320508075688772},"151":{"tf":1.0},"215":{"tf":1.0},"221":{"tf":1.0},"224":{"tf":1.0},"247":{"tf":1.0},"275":{"tf":1.0},"284":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":8,"docs":{"103":{"tf":1.0},"178":{"tf":1.0},"227":{"tf":1.0},"25":{"tf":1.7320508075688772},"277":{"tf":1.0},"60":{"tf":1.0},"76":{"tf":1.4142135623730951},"85":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"43":{"tf":1.0}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"108":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"217":{"tf":1.0},"41":{"tf":1.0}}}}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"234":{"tf":1.0},"272":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":5,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.4142135623730951},"140":{"tf":1.0},"258":{"tf":1.0}}}},"x":{"df":8,"docs":{"105":{"tf":1.0},"164":{"tf":1.4142135623730951},"201":{"tf":1.0},"23":{"tf":1.0},"275":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.7320508075688772},"47":{"tf":1.0}},"e":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"118":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"127":{"tf":1.4142135623730951}}}},"d":{"df":0,"docs":{},"e":{"df":7,"docs":{"104":{"tf":1.0},"2":{"tf":1.4142135623730951},"244":{"tf":1.0},"272":{"tf":1.0},"85":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951}},"l":{"df":17,"docs":{"126":{"tf":1.0},"18":{"tf":1.0},"193":{"tf":2.23606797749979},"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.4142135623730951},"225":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"19":{"tf":1.0}}}}}}}},"r":{"df":3,"docs":{"104":{"tf":1.0},"108":{"tf":1.0},"275":{"tf":1.0}}},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"201":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"5":{"tf":1.0}},"i":{"df":4,"docs":{"202":{"tf":1.0},"214":{"tf":1.4142135623730951},"34":{"tf":1.0},"44":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"1":{"tf":1.0},"131":{"tf":1.0},"40":{"tf":1.7320508075688772}}}},"df":1,"docs":{"135":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"’":{"df":0,"docs":{},"r":{"df":1,"docs":{"198":{"tf":1.0}}}}}}}}}}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"120":{"tf":1.0},"171":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":33,"docs":{"103":{"tf":1.7320508075688772},"107":{"tf":1.0},"115":{"tf":1.4142135623730951},"116":{"tf":1.7320508075688772},"117":{"tf":1.4142135623730951},"118":{"tf":1.0},"119":{"tf":1.4142135623730951},"156":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"189":{"tf":1.0},"196":{"tf":1.0},"224":{"tf":1.0},"234":{"tf":1.4142135623730951},"238":{"tf":1.0},"244":{"tf":1.0},"255":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"284":{"tf":1.0},"288":{"tf":1.0},"29":{"tf":1.0},"40":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.0},"60":{"tf":1.0},"66":{"tf":2.0},"72":{"tf":1.4142135623730951},"76":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"113":{"tf":1.0}}}}},"u":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"262":{"tf":1.0},"275":{"tf":1.4142135623730951},"29":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":17,"docs":{"112":{"tf":1.0},"131":{"tf":1.7320508075688772},"155":{"tf":1.0},"157":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"252":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":22,"docs":{"105":{"tf":1.0},"113":{"tf":1.0},"116":{"tf":1.0},"135":{"tf":1.4142135623730951},"136":{"tf":1.0},"16":{"tf":1.0},"198":{"tf":1.0},"214":{"tf":1.0},"227":{"tf":1.0},"245":{"tf":1.0},"252":{"tf":1.4142135623730951},"256":{"tf":1.0},"258":{"tf":1.7320508075688772},"262":{"tf":1.0},"280":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":2.0},"58":{"tf":1.0},"7":{"tf":1.0},"79":{"tf":1.4142135623730951}}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}},"df":20,"docs":{"107":{"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},"133":{"tf":1.0},"164":{"tf":1.4142135623730951},"206":{"tf":1.0},"218":{"tf":1.0},"222":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"77":{"tf":1.0}}}},"y":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"110":{"tf":1.4142135623730951}}}}}}},"df":2,"docs":{"110":{"tf":1.0},"266":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"165":{"tf":1.7320508075688772}}}}}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"219":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"46":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"110":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"110":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"110":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"266":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"n":{"+":{"1":{"df":2,"docs":{"103":{"tf":1.0},"255":{"tf":1.0}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":8,"docs":{"173":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"266":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":6,"docs":{"108":{"tf":1.0},"135":{"tf":1.0},"205":{"tf":1.4142135623730951},"211":{"tf":1.4142135623730951},"222":{"tf":1.0},"60":{"tf":1.0}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"158":{"tf":1.0},"161":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"205":{"tf":1.0},"63":{"tf":1.0}}}}}},"df":4,"docs":{"126":{"tf":1.0},"24":{"tf":1.0},"255":{"tf":1.0},"45":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"113":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":56,"docs":{"0":{"tf":1.0},"100":{"tf":1.0},"103":{"tf":1.4142135623730951},"108":{"tf":1.0},"114":{"tf":1.0},"117":{"tf":1.0},"12":{"tf":1.4142135623730951},"121":{"tf":1.0},"13":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.7320508075688772},"155":{"tf":1.7320508075688772},"156":{"tf":1.0},"160":{"tf":1.7320508075688772},"165":{"tf":1.0},"173":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"194":{"tf":1.0},"196":{"tf":1.0},"2":{"tf":1.4142135623730951},"203":{"tf":1.0},"214":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"23":{"tf":1.4142135623730951},"231":{"tf":1.0},"234":{"tf":1.4142135623730951},"236":{"tf":1.4142135623730951},"239":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"253":{"tf":2.0},"255":{"tf":1.4142135623730951},"259":{"tf":1.7320508075688772},"271":{"tf":1.0},"275":{"tf":1.7320508075688772},"277":{"tf":1.0},"286":{"tf":1.0},"4":{"tf":2.0},"43":{"tf":1.7320508075688772},"44":{"tf":1.4142135623730951},"53":{"tf":1.7320508075688772},"54":{"tf":1.7320508075688772},"59":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"68":{"tf":1.0},"8":{"tf":1.4142135623730951},"89":{"tf":1.0},"9":{"tf":1.4142135623730951},"94":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"—":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"82":{"tf":1.0}}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"—":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"113":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"g":{"df":1,"docs":{"127":{"tf":1.0}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"31":{"tf":1.0}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"54":{"tf":1.0},"99":{"tf":1.0}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"121":{"tf":1.4142135623730951},"218":{"tf":1.0},"55":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"121":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":37,"docs":{"116":{"tf":1.0},"118":{"tf":1.0},"12":{"tf":1.4142135623730951},"121":{"tf":1.0},"125":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"150":{"tf":1.0},"153":{"tf":1.4142135623730951},"163":{"tf":1.0},"184":{"tf":1.0},"186":{"tf":1.0},"195":{"tf":1.0},"2":{"tf":1.0},"209":{"tf":1.0},"225":{"tf":1.0},"227":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.7320508075688772},"252":{"tf":1.4142135623730951},"271":{"tf":1.0},"272":{"tf":1.4142135623730951},"286":{"tf":1.7320508075688772},"287":{"tf":1.0},"288":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"46":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.4142135623730951},"59":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"129":{"tf":1.0},"171":{"tf":1.0},"194":{"tf":1.0},"197":{"tf":1.0},"200":{"tf":2.0}}}}},"w":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"p":{"df":1,"docs":{"212":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"208":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"222":{"tf":1.0},"223":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":13,"docs":{"124":{"tf":1.0},"150":{"tf":1.0},"178":{"tf":1.0},"200":{"tf":1.4142135623730951},"206":{"tf":1.0},"221":{"tf":1.7320508075688772},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"40":{"tf":2.0},"59":{"tf":1.0},"9":{"tf":1.7320508075688772}}},"x":{"df":0,"docs":{},"t":{"df":12,"docs":{"111":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"144":{"tf":1.7320508075688772},"166":{"tf":1.7320508075688772},"19":{"tf":1.7320508075688772},"191":{"tf":1.7320508075688772},"201":{"tf":1.0},"220":{"tf":1.7320508075688772},"38":{"tf":1.7320508075688772},"48":{"tf":1.7320508075688772},"61":{"tf":1.7320508075688772},"95":{"tf":1.7320508075688772}}}}},"o":{"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"100":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"222":{"tf":1.0},"223":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"146":{"tf":1.0},"165":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"146":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"107":{"tf":1.0},"279":{"tf":1.0}}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"172":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"168":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":7,"docs":{"146":{"tf":1.0},"165":{"tf":1.0},"168":{"tf":1.4142135623730951},"172":{"tf":1.0},"174":{"tf":1.4142135623730951},"175":{"tf":1.0},"177":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":115,"docs":{"1":{"tf":1.0},"103":{"tf":2.23606797749979},"104":{"tf":1.0},"107":{"tf":1.4142135623730951},"112":{"tf":1.0},"115":{"tf":1.4142135623730951},"118":{"tf":1.0},"119":{"tf":2.0},"12":{"tf":1.0},"125":{"tf":1.0},"129":{"tf":1.0},"134":{"tf":1.0},"136":{"tf":1.0},"139":{"tf":1.0},"14":{"tf":1.4142135623730951},"141":{"tf":1.4142135623730951},"142":{"tf":2.0},"145":{"tf":1.0},"146":{"tf":1.7320508075688772},"147":{"tf":1.0},"148":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"152":{"tf":1.0},"153":{"tf":1.7320508075688772},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"163":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.7320508075688772},"169":{"tf":1.0},"17":{"tf":1.7320508075688772},"170":{"tf":1.0},"172":{"tf":2.0},"173":{"tf":1.7320508075688772},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.7320508075688772},"179":{"tf":1.0},"180":{"tf":1.0},"183":{"tf":2.449489742783178},"184":{"tf":1.7320508075688772},"186":{"tf":1.7320508075688772},"187":{"tf":2.0},"188":{"tf":1.7320508075688772},"189":{"tf":1.4142135623730951},"194":{"tf":1.0},"195":{"tf":1.4142135623730951},"196":{"tf":1.0},"197":{"tf":1.7320508075688772},"199":{"tf":1.7320508075688772},"2":{"tf":2.23606797749979},"200":{"tf":1.0},"206":{"tf":1.4142135623730951},"209":{"tf":1.7320508075688772},"212":{"tf":1.4142135623730951},"214":{"tf":1.4142135623730951},"217":{"tf":1.0},"222":{"tf":1.0},"225":{"tf":1.4142135623730951},"230":{"tf":2.0},"231":{"tf":1.0},"232":{"tf":2.23606797749979},"234":{"tf":2.449489742783178},"236":{"tf":2.23606797749979},"238":{"tf":1.0},"239":{"tf":2.449489742783178},"242":{"tf":1.7320508075688772},"246":{"tf":1.7320508075688772},"247":{"tf":1.0},"252":{"tf":1.7320508075688772},"253":{"tf":1.0},"255":{"tf":2.23606797749979},"257":{"tf":1.0},"261":{"tf":1.7320508075688772},"262":{"tf":1.0},"263":{"tf":1.0},"272":{"tf":2.0},"275":{"tf":2.23606797749979},"276":{"tf":1.0},"277":{"tf":1.0},"28":{"tf":1.0},"286":{"tf":3.1622776601683795},"287":{"tf":1.0},"288":{"tf":2.6457513110645907},"29":{"tf":2.0},"30":{"tf":2.449489742783178},"31":{"tf":2.6457513110645907},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.4142135623730951},"46":{"tf":1.7320508075688772},"5":{"tf":1.0},"50":{"tf":1.7320508075688772},"53":{"tf":2.449489742783178},"55":{"tf":2.23606797749979},"57":{"tf":2.8284271247461903},"6":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"7":{"tf":1.7320508075688772},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":2.0},"8":{"tf":1.0}},"s":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}}},"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":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"i":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"i":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"’":{"df":4,"docs":{"148":{"tf":1.0},"158":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":2,"docs":{"113":{"tf":1.0},"23":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"df":22,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.7320508075688772},"10":{"tf":1.0},"129":{"tf":1.0},"148":{"tf":1.4142135623730951},"183":{"tf":2.8284271247461903},"185":{"tf":1.4142135623730951},"187":{"tf":1.4142135623730951},"189":{"tf":1.0},"2":{"tf":1.0},"230":{"tf":2.449489742783178},"232":{"tf":1.4142135623730951},"253":{"tf":2.23606797749979},"272":{"tf":1.0},"286":{"tf":1.4142135623730951},"287":{"tf":1.7320508075688772},"39":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"7":{"tf":1.7320508075688772},"8":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":3,"docs":{"149":{"tf":1.0},"154":{"tf":1.0},"159":{"tf":1.0}}}}}}}},"df":0,"docs":{},"{":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":3,"docs":{"115":{"tf":1.0},"133":{"tf":1.0},"53":{"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":{"212":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"206":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":3,"docs":{"120":{"tf":1.0},"122":{"tf":1.0},"154":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"k":{"8":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"k":{"8":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":2,"docs":{"122":{"tf":1.0},"159":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{":":{":":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":4,"docs":{"115":{"tf":1.0},"133":{"tf":1.0},"149":{"tf":1.0},"53":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":3,"docs":{"115":{"tf":1.0},"133":{"tf":1.0},"53":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"n":{"c":{"df":1,"docs":{"66":{"tf":1.0}}},"df":2,"docs":{"102":{"tf":1.0},"245":{"tf":1.4142135623730951}},"e":{"df":1,"docs":{"53":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":3,"docs":{"117":{"tf":1.0},"66":{"tf":1.0},"72":{"tf":1.0}}},"h":{"df":1,"docs":{"109":{"tf":1.0}}},"i":{"c":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":17,"docs":{"10":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"132":{"tf":1.0},"144":{"tf":1.0},"166":{"tf":1.0},"174":{"tf":1.0},"19":{"tf":1.0},"208":{"tf":1.0},"220":{"tf":1.0},"27":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"61":{"tf":1.0},"95":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"198":{"tf":1.0},"80":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"33":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"[":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"28":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":20,"docs":{"108":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"118":{"tf":1.0},"128":{"tf":1.0},"146":{"tf":1.0},"163":{"tf":1.0},"171":{"tf":1.0},"180":{"tf":1.0},"214":{"tf":1.4142135623730951},"217":{"tf":1.0},"227":{"tf":1.0},"24":{"tf":1.4142135623730951},"256":{"tf":1.0},"26":{"tf":1.0},"286":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":1.0},"53":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":4,"docs":{"113":{"tf":1.0},"288":{"tf":1.0},"58":{"tf":1.0},"98":{"tf":1.0}}}}}}},"df":1,"docs":{"28":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"225":{"tf":1.0},"227":{"tf":1.0}}}}}},"k":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"\\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"222":{"tf":1.0},"223":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":18,"docs":{"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},"133":{"tf":1.0},"134":{"tf":1.0},"138":{"tf":1.0},"164":{"tf":1.4142135623730951},"173":{"tf":1.0},"211":{"tf":1.4142135623730951},"212":{"tf":1.0},"222":{"tf":1.4142135623730951},"223":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0}}},"n":{"c":{"df":10,"docs":{"13":{"tf":1.0},"180":{"tf":1.0},"185":{"tf":1.0},"196":{"tf":1.0},"251":{"tf":1.0},"29":{"tf":1.0},"32":{"tf":1.0},"41":{"tf":1.4142135623730951},"44":{"tf":1.0},"47":{"tf":1.0}}},"df":26,"docs":{"10":{"tf":1.0},"108":{"tf":1.0},"119":{"tf":1.0},"145":{"tf":1.0},"166":{"tf":1.0},"178":{"tf":1.0},"194":{"tf":1.0},"198":{"tf":1.0},"2":{"tf":1.4142135623730951},"210":{"tf":1.0},"214":{"tf":1.0},"239":{"tf":1.0},"258":{"tf":1.4142135623730951},"286":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"50":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"78":{"tf":1.0},"94":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"17":{"tf":1.0},"199":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"241":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"’":{"df":1,"docs":{"181":{"tf":1.0}}}}}}},"df":27,"docs":{"105":{"tf":1.0},"119":{"tf":1.0},"174":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.7320508075688772},"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},"196":{"tf":1.0},"209":{"tf":1.0},"261":{"tf":1.0},"286":{"tf":1.4142135623730951},"32":{"tf":1.0},"57":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"77":{"tf":1.0},"8":{"tf":1.0},"90":{"tf":1.0},"92":{"tf":1.0},"95":{"tf":1.0}}}},"t":{"df":2,"docs":{"102":{"tf":1.4142135623730951},"23":{"tf":1.0}},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"27":{"tf":1.0}}},"o":{"df":0,"docs":{},"n":{"<":{"&":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":2,"docs":{"146":{"tf":1.0},"165":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":14,"docs":{"123":{"tf":1.0},"146":{"tf":1.0},"148":{"tf":1.0},"165":{"tf":1.0},"170":{"tf":1.0},"172":{"tf":1.0},"205":{"tf":1.0},"211":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"66":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":13,"docs":{"11":{"tf":1.0},"161":{"tf":1.0},"18":{"tf":1.7320508075688772},"194":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"21":{"tf":1.4142135623730951},"225":{"tf":1.4142135623730951},"286":{"tf":1.0},"40":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"27":{"tf":1.0},"36":{"tf":2.0}}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"228":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"35":{"tf":1.0}}}}}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"126":{"tf":1.4142135623730951}}}}},"df":4,"docs":{"125":{"tf":1.0},"231":{"tf":1.0},"247":{"tf":1.0},"284":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"219":{"tf":1.0},"59":{"tf":1.0}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"19":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"180":{"tf":1.0}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":6,"docs":{"11":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"194":{"tf":1.0},"288":{"tf":1.0},"42":{"tf":1.0}}}}},"df":4,"docs":{"246":{"tf":2.6457513110645907},"263":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"132":{"tf":1.0},"134":{"tf":1.4142135623730951},"142":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"198":{"tf":1.0}}}},"df":12,"docs":{"198":{"tf":1.0},"21":{"tf":1.4142135623730951},"24":{"tf":1.0},"252":{"tf":1.0},"286":{"tf":1.4142135623730951},"33":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"47":{"tf":1.0},"7":{"tf":1.0},"80":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":6,"docs":{"151":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"161":{"tf":1.0},"276":{"tf":1.0},"41":{"tf":1.0}},"—":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"275":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":10,"docs":{"10":{"tf":1.7320508075688772},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"df":1,"docs":{"236":{"tf":1.0}}}}}}}}}}},"p":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"28":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"125":{"tf":1.0}}},"k":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"225":{"tf":1.0},"51":{"tf":1.0}}}},"df":2,"docs":{"104":{"tf":1.0},"69":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":2,"docs":{"0":{"tf":1.0},"176":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"7":{"tf":1.0}}},"r":{"df":5,"docs":{"112":{"tf":1.0},"127":{"tf":1.0},"170":{"tf":1.4142135623730951},"179":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951}}}},"n":{"df":0,"docs":{},"i":{"c":{"df":8,"docs":{"134":{"tf":1.0},"140":{"tf":1.7320508075688772},"142":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"217":{"tf":1.0},"288":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":10,"docs":{"136":{"tf":2.0},"143":{"tf":1.0},"150":{"tf":1.0},"190":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"262":{"tf":2.0},"263":{"tf":1.0},"270":{"tf":1.0},"277":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":15,"docs":{"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.7320508075688772},"130":{"tf":1.0},"195":{"tf":1.4142135623730951},"286":{"tf":1.0},"287":{"tf":1.0},"29":{"tf":1.0},"55":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"127":{"tf":1.0},"280":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"t":{"df":284,"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},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"12":{"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},"13":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"14":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.4142135623730951},"145":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"15":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"16":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"17":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"18":{"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},"19":{"tf":1.7320508075688772},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.7320508075688772},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"20":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.4142135623730951},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"21":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.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},"22":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.7320508075688772},"227":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"23":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"24":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"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},"25":{"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},"26":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.0},"27":{"tf":1.0},"270":{"tf":1.0},"271":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.0},"274":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0},"28":{"tf":1.0},"280":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.0},"285":{"tf":1.0},"286":{"tf":1.0},"287":{"tf":1.0},"288":{"tf":1.0},"289":{"tf":1.0},"29":{"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.4142135623730951},"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.7320508075688772},"49":{"tf":1.7320508075688772},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.7320508075688772},"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":2.6457513110645907},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.4142135623730951},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"178":{"tf":1.0}}}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":3,"docs":{"2":{"tf":1.0},"227":{"tf":1.0},"287":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"185":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":4,"docs":{"163":{"tf":1.0},"178":{"tf":1.0},"286":{"tf":1.0},"59":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"112":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":17,"docs":{"109":{"tf":1.0},"138":{"tf":1.0},"196":{"tf":1.4142135623730951},"210":{"tf":1.0},"211":{"tf":1.0},"244":{"tf":1.4142135623730951},"245":{"tf":1.4142135623730951},"246":{"tf":1.7320508075688772},"270":{"tf":1.4142135623730951},"288":{"tf":1.0},"30":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"7":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"11":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":35,"docs":{"100":{"tf":1.7320508075688772},"101":{"tf":1.7320508075688772},"102":{"tf":1.7320508075688772},"103":{"tf":1.7320508075688772},"104":{"tf":1.7320508075688772},"105":{"tf":1.7320508075688772},"106":{"tf":2.0},"107":{"tf":1.7320508075688772},"108":{"tf":1.7320508075688772},"109":{"tf":2.6457513110645907},"110":{"tf":1.0},"111":{"tf":1.4142135623730951},"112":{"tf":1.7320508075688772},"113":{"tf":1.0},"114":{"tf":1.0},"123":{"tf":1.0},"135":{"tf":1.0},"174":{"tf":1.0},"176":{"tf":2.0},"177":{"tf":1.0},"178":{"tf":1.7320508075688772},"179":{"tf":1.0},"18":{"tf":1.0},"180":{"tf":1.4142135623730951},"216":{"tf":1.0},"288":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":1.0},"96":{"tf":2.0},"97":{"tf":1.7320508075688772},"98":{"tf":1.7320508075688772},"99":{"tf":1.7320508075688772}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"126":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"212":{"tf":1.0}}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"212":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}}}}}}},"df":14,"docs":{"125":{"tf":1.0},"172":{"tf":1.0},"174":{"tf":1.0},"178":{"tf":1.0},"186":{"tf":1.0},"212":{"tf":2.0},"232":{"tf":1.0},"234":{"tf":2.0},"286":{"tf":1.0},"31":{"tf":1.4142135623730951},"33":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"55":{"tf":1.4142135623730951}}}},"r":{"df":16,"docs":{"116":{"tf":1.4142135623730951},"117":{"tf":1.7320508075688772},"126":{"tf":1.0},"130":{"tf":1.0},"184":{"tf":1.0},"22":{"tf":1.4142135623730951},"250":{"tf":1.0},"45":{"tf":1.0},"54":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"60":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.0},"71":{"tf":1.4142135623730951},"72":{"tf":1.7320508075688772}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":3,"docs":{"120":{"tf":1.0},"13":{"tf":1.0},"274":{"tf":1.4142135623730951}}}}}},"i":{"df":0,"docs":{},"o":{"d":{"df":6,"docs":{"199":{"tf":1.0},"206":{"tf":1.0},"209":{"tf":1.0},"287":{"tf":1.0},"34":{"tf":1.0},"83":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"184":{"tf":1.0},"242":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"209":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"126":{"tf":1.4142135623730951},"131":{"tf":3.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":9,"docs":{"19":{"tf":1.4142135623730951},"20":{"tf":1.7320508075688772},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"48":{"tf":1.0}}}}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"130":{"tf":1.0},"222":{"tf":1.0},"227":{"tf":1.0}}}},"d":{"df":1,"docs":{"231":{"tf":1.0}}},"df":0,"docs":{},"e":{"c":{"df":6,"docs":{"11":{"tf":1.0},"196":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"131":{"tf":1.4142135623730951}}}}}}}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"182":{"tf":1.0},"270":{"tf":1.0}}}},"df":0,"docs":{},"n":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":14,"docs":{"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},"133":{"tf":1.0},"149":{"tf":1.0},"154":{"tf":1.0},"159":{"tf":1.0},"164":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"54":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":49,"docs":{"106":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951},"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},"127":{"tf":1.0},"13":{"tf":2.23606797749979},"133":{"tf":1.0},"14":{"tf":2.23606797749979},"145":{"tf":1.0},"146":{"tf":1.4142135623730951},"164":{"tf":1.7320508075688772},"165":{"tf":1.0},"169":{"tf":1.0},"17":{"tf":1.4142135623730951},"194":{"tf":1.0},"196":{"tf":1.4142135623730951},"200":{"tf":1.4142135623730951},"207":{"tf":1.0},"208":{"tf":1.0},"213":{"tf":1.0},"218":{"tf":1.0},"22":{"tf":1.0},"225":{"tf":1.0},"23":{"tf":1.0},"251":{"tf":1.4142135623730951},"279":{"tf":1.0},"280":{"tf":1.0},"286":{"tf":1.4142135623730951},"288":{"tf":1.0},"29":{"tf":2.449489742783178},"30":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":2.0},"50":{"tf":1.4142135623730951},"53":{"tf":1.7320508075688772},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"77":{"tf":1.0},"97":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":3,"docs":{"151":{"tf":1.0},"156":{"tf":1.0},"184":{"tf":1.0}}}}}}}},"df":0,"docs":{},"u":{"df":1,"docs":{"286":{"tf":1.0}},"g":{"df":1,"docs":{"221":{"tf":1.0}},"g":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"41":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"b":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"d":{"df":11,"docs":{"14":{"tf":1.0},"141":{"tf":1.0},"158":{"tf":1.0},"161":{"tf":1.4142135623730951},"17":{"tf":1.0},"197":{"tf":1.0},"232":{"tf":1.4142135623730951},"242":{"tf":1.0},"286":{"tf":1.0},"30":{"tf":1.0},"41":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"115":{"tf":1.0},"18":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"29":{"tf":1.0},"47":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":5,"docs":{"148":{"tf":1.0},"153":{"tf":1.0},"178":{"tf":1.0},"206":{"tf":1.4142135623730951},"31":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"24":{"tf":1.0},"33":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":10,"docs":{"14":{"tf":1.0},"146":{"tf":1.0},"18":{"tf":1.0},"201":{"tf":1.0},"26":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":1.0},"47":{"tf":1.4142135623730951},"50":{"tf":1.0},"8":{"tf":1.0}},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"’":{"df":0,"docs":{},"r":{"df":1,"docs":{"46":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":9,"docs":{"136":{"tf":1.0},"150":{"tf":1.0},"184":{"tf":1.4142135623730951},"186":{"tf":1.0},"189":{"tf":1.4142135623730951},"231":{"tf":2.449489742783178},"262":{"tf":1.0},"271":{"tf":1.7320508075688772},"31":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"197":{"tf":1.0},"247":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":5,"docs":{"128":{"tf":1.0},"131":{"tf":1.0},"198":{"tf":1.4142135623730951},"286":{"tf":1.0},"38":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"129":{"tf":1.0},"189":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":15,"docs":{"113":{"tf":1.7320508075688772},"132":{"tf":1.0},"166":{"tf":1.0},"171":{"tf":1.4142135623730951},"181":{"tf":1.0},"2":{"tf":1.0},"209":{"tf":1.4142135623730951},"214":{"tf":1.4142135623730951},"217":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"43":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"60":{"tf":1.7320508075688772},"96":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"268":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"17":{"tf":1.0},"200":{"tf":1.0},"23":{"tf":1.0},"44":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":3,"docs":{"253":{"tf":1.0},"261":{"tf":1.0},"277":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"19":{"tf":1.0},"24":{"tf":1.0},"9":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"225":{"tf":1.0},"50":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":8,"docs":{"140":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.4142135623730951},"184":{"tf":1.4142135623730951},"196":{"tf":1.0},"236":{"tf":1.0},"288":{"tf":1.0},"29":{"tf":1.0}}}}}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"124":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"113":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":7,"docs":{"196":{"tf":1.0},"217":{"tf":1.0},"242":{"tf":1.0},"286":{"tf":1.0},"288":{"tf":1.0},"36":{"tf":1.0},"47":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"112":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"225":{"tf":1.4142135623730951}}}}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"20":{"tf":1.4142135623730951},"202":{"tf":1.0},"26":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":2,"docs":{"206":{"tf":1.0},"209":{"tf":1.0}},"l":{"df":0,"docs":{},"n":{"!":{"(":{"\\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"206":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}}}}},"o":{"b":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"127":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":4,"docs":{"178":{"tf":1.0},"222":{"tf":1.4142135623730951},"224":{"tf":1.0},"225":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":13,"docs":{"140":{"tf":1.0},"18":{"tf":1.0},"188":{"tf":1.0},"201":{"tf":1.0},"217":{"tf":1.0},"228":{"tf":1.0},"246":{"tf":1.0},"247":{"tf":1.0},"252":{"tf":1.0},"273":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"7":{"tf":1.4142135623730951}}}}}},"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"31":{"tf":1.0}},"e":{"d":{"df":1,"docs":{"17":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"s":{"df":25,"docs":{"116":{"tf":1.0},"14":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.4142135623730951},"150":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":1.0},"189":{"tf":1.0},"197":{"tf":1.0},"231":{"tf":1.4142135623730951},"264":{"tf":1.0},"271":{"tf":1.4142135623730951},"286":{"tf":1.0},"287":{"tf":1.4142135623730951},"288":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"31":{"tf":1.0},"35":{"tf":1.4142135623730951},"4":{"tf":1.0},"41":{"tf":1.7320508075688772},"43":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.7320508075688772},"64":{"tf":1.0},"69":{"tf":1.0}}}}}},"d":{"df":1,"docs":{"180":{"tf":1.0}},"u":{"c":{"df":14,"docs":{"116":{"tf":1.0},"129":{"tf":1.0},"2":{"tf":1.0},"22":{"tf":1.7320508075688772},"234":{"tf":1.0},"235":{"tf":1.0},"250":{"tf":1.0},"286":{"tf":1.0},"29":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"45":{"tf":1.0},"53":{"tf":1.7320508075688772},"85":{"tf":1.0}},"t":{"df":17,"docs":{"103":{"tf":1.0},"121":{"tf":1.0},"124":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.7320508075688772},"160":{"tf":1.0},"161":{"tf":1.0},"171":{"tf":1.0},"22":{"tf":1.0},"235":{"tf":1.0},"25":{"tf":1.0},"255":{"tf":1.0},"286":{"tf":1.7320508075688772},"288":{"tf":1.0},"41":{"tf":1.4142135623730951},"59":{"tf":1.0},"7":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"218":{"tf":1.4142135623730951}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":3,"docs":{"151":{"tf":1.7320508075688772},"156":{"tf":1.7320508075688772},"161":{"tf":1.7320508075688772}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"289":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"279":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":24,"docs":{"119":{"tf":1.0},"125":{"tf":1.4142135623730951},"146":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"170":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"206":{"tf":1.0},"209":{"tf":1.0},"234":{"tf":1.4142135623730951},"235":{"tf":1.4142135623730951},"24":{"tf":1.0},"273":{"tf":1.0},"286":{"tf":1.7320508075688772},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"37":{"tf":1.0},"45":{"tf":1.4142135623730951},"53":{"tf":1.7320508075688772},"63":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":1.4142135623730951},"84":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"2":{"tf":1.0},"268":{"tf":1.0},"283":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0}},"’":{"df":2,"docs":{"203":{"tf":1.0},"247":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"41":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"f":{"df":2,"docs":{"185":{"tf":1.0},"287":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"116":{"tf":1.0},"197":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"196":{"tf":1.0},"30":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"130":{"tf":1.0},"286":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":16,"docs":{"1":{"tf":1.0},"125":{"tf":1.0},"128":{"tf":1.0},"197":{"tf":1.0},"200":{"tf":1.0},"203":{"tf":1.0},"22":{"tf":1.7320508075688772},"250":{"tf":2.0},"26":{"tf":1.4142135623730951},"286":{"tf":2.0},"287":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"45":{"tf":2.23606797749979},"46":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":2,"docs":{"150":{"tf":1.0},"195":{"tf":1.0}}}}}}},"v":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":2,"docs":{"222":{"tf":1.0},"25":{"tf":1.0}},"n":{"df":1,"docs":{"197":{"tf":1.0}}},"r":{"df":1,"docs":{"185":{"tf":1.7320508075688772}}}},"i":{"d":{"df":17,"docs":{"129":{"tf":1.0},"14":{"tf":1.0},"146":{"tf":1.0},"152":{"tf":1.0},"157":{"tf":1.0},"165":{"tf":1.0},"168":{"tf":1.4142135623730951},"172":{"tf":1.0},"174":{"tf":1.0},"185":{"tf":1.0},"190":{"tf":1.0},"202":{"tf":1.0},"217":{"tf":1.0},"286":{"tf":1.0},"288":{"tf":1.4142135623730951},"41":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":3,"docs":{"146":{"tf":1.0},"216":{"tf":1.4142135623730951},"28":{"tf":1.0}}}}}}},"s":{"df":3,"docs":{"189":{"tf":1.0},"232":{"tf":1.0},"236":{"tf":1.0}},"e":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"222":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"b":{"df":13,"docs":{"110":{"tf":1.0},"146":{"tf":1.4142135623730951},"165":{"tf":1.0},"174":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.7320508075688772},"208":{"tf":2.0},"211":{"tf":1.0},"212":{"tf":1.4142135623730951},"216":{"tf":1.0},"222":{"tf":1.4142135623730951},"223":{"tf":1.4142135623730951},"41":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"72":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"287":{"tf":1.4142135623730951},"3":{"tf":1.0},"92":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"153":{"tf":1.0},"183":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":5,"docs":{"195":{"tf":1.4142135623730951},"214":{"tf":1.0},"259":{"tf":1.0},"34":{"tf":1.0},"53":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"198":{"tf":1.0},"33":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"178":{"tf":1.0}}}},"t":{"df":2,"docs":{"40":{"tf":1.0},"48":{"tf":1.0}}}}},"q":{"a":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"109":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"248":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":9,"docs":{"101":{"tf":1.0},"112":{"tf":1.0},"115":{"tf":1.0},"162":{"tf":1.0},"226":{"tf":1.0},"256":{"tf":1.0},"261":{"tf":1.0},"42":{"tf":1.0},"9":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"26":{"tf":1.0}}}}}}},"r":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"28":{"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":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"217":{"tf":1.0},"245":{"tf":1.0},"286":{"tf":1.0},"36":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":1,"docs":{"275":{"tf":1.7320508075688772}}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":9,"docs":{"117":{"tf":1.0},"119":{"tf":1.0},"130":{"tf":1.4142135623730951},"178":{"tf":1.0},"23":{"tf":1.0},"32":{"tf":1.0},"57":{"tf":1.4142135623730951},"72":{"tf":1.0},"75":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"130":{"tf":1.0},"15":{"tf":1.0},"168":{"tf":1.0},"63":{"tf":1.0},"74":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"169":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"36":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"199":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"(":{"1":{"0":{"df":9,"docs":{"100":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"65":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}},"5":{"0":{"df":1,"docs":{"120":{"tf":1.0}}},"df":4,"docs":{"116":{"tf":1.4142135623730951},"119":{"tf":1.0},"54":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":1,"docs":{"66":{"tf":1.0}}}},"df":34,"docs":{"104":{"tf":2.0},"113":{"tf":1.0},"116":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951},"142":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"178":{"tf":1.0},"188":{"tf":1.0},"197":{"tf":1.0},"227":{"tf":1.4142135623730951},"23":{"tf":1.0},"236":{"tf":1.4142135623730951},"238":{"tf":1.0},"24":{"tf":1.4142135623730951},"246":{"tf":1.0},"276":{"tf":1.0},"286":{"tf":1.4142135623730951},"32":{"tf":1.0},"34":{"tf":1.0},"42":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"64":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"72":{"tf":1.4142135623730951},"81":{"tf":1.0},"83":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":13,"docs":{"103":{"tf":1.4142135623730951},"19":{"tf":1.0},"38":{"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},"47":{"tf":1.0},"48":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"28":{"tf":1.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"222":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"223":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"222":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"l":{"df":2,"docs":{"222":{"tf":1.7320508075688772},"223":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":5,"docs":{"158":{"tf":1.0},"234":{"tf":1.0},"272":{"tf":1.4142135623730951},"4":{"tf":1.0},"53":{"tf":1.0}}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":7,"docs":{"111":{"tf":1.0},"205":{"tf":1.0},"211":{"tf":1.0},"227":{"tf":1.0},"288":{"tf":1.0},"43":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{}},"df":7,"docs":{"108":{"tf":1.0},"142":{"tf":1.0},"263":{"tf":1.0},"283":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.7320508075688772},"97":{"tf":1.0}},"i":{"df":31,"docs":{"119":{"tf":1.0},"129":{"tf":1.4142135623730951},"134":{"tf":1.0},"14":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":1.0},"153":{"tf":1.0},"158":{"tf":1.0},"18":{"tf":1.0},"186":{"tf":2.23606797749979},"197":{"tf":1.7320508075688772},"199":{"tf":1.0},"200":{"tf":1.0},"21":{"tf":1.0},"217":{"tf":1.4142135623730951},"232":{"tf":2.0},"246":{"tf":1.4142135623730951},"261":{"tf":1.0},"272":{"tf":1.4142135623730951},"286":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":2.449489742783178},"32":{"tf":1.0},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":1.0},"46":{"tf":3.0},"47":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"225":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"244":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"—":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"17":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"l":{"df":11,"docs":{"126":{"tf":1.0},"161":{"tf":1.0},"201":{"tf":1.0},"221":{"tf":1.0},"252":{"tf":1.4142135623730951},"258":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"56":{"tf":1.0},"7":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":1,"docs":{"255":{"tf":1.0}},"—":{"df":0,"docs":{},"k":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"t":{"df":11,"docs":{"103":{"tf":1.0},"105":{"tf":1.0},"118":{"tf":1.0},"156":{"tf":1.0},"171":{"tf":1.0},"180":{"tf":1.0},"197":{"tf":1.0},"5":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"79":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"14":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":8,"docs":{"22":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0},"60":{"tf":1.0},"83":{"tf":1.0},"92":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":4,"docs":{"197":{"tf":1.0},"205":{"tf":1.0},"209":{"tf":1.0},"217":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"128":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}}}}},"v":{"df":6,"docs":{"257":{"tf":1.0},"273":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":10,"docs":{"102":{"tf":1.0},"112":{"tf":1.0},"119":{"tf":1.4142135623730951},"167":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"252":{"tf":1.0},"256":{"tf":1.0},"286":{"tf":1.0},"78":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":15,"docs":{"106":{"tf":1.0},"142":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"232":{"tf":1.0},"235":{"tf":1.4142135623730951},"236":{"tf":1.0},"238":{"tf":1.4142135623730951},"244":{"tf":1.0},"247":{"tf":1.0},"261":{"tf":1.0},"270":{"tf":1.0},"272":{"tf":1.0},"276":{"tf":1.4142135623730951},"277":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":43,"docs":{"111":{"tf":1.0},"123":{"tf":1.0},"144":{"tf":1.0},"192":{"tf":1.7320508075688772},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.4142135623730951},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":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.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":2.0},"226":{"tf":1.0},"285":{"tf":1.0},"3":{"tf":1.0},"62":{"tf":1.0},"9":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"287":{"tf":1.0},"3":{"tf":1.0}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"24":{"tf":1.0},"36":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"236":{"tf":1.0},"46":{"tf":1.0}}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"29":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"183":{"tf":1.0}}}}}}}},"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":{"18":{"tf":1.0}}}}}}}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"197":{"tf":1.0},"51":{"tf":1.0}}}},"df":2,"docs":{"22":{"tf":1.0},"45":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"s":{"df":5,"docs":{"183":{"tf":1.0},"189":{"tf":1.0},"230":{"tf":1.0},"261":{"tf":1.0},"272":{"tf":1.0}}}},"df":0,"docs":{},"v":{"df":1,"docs":{"100":{"tf":1.0}}}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"60":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"101":{"tf":1.0},"113":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"111":{"tf":1.0},"119":{"tf":1.0},"90":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":2,"docs":{"277":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"197":{"tf":1.0}}},"v":{"df":5,"docs":{"153":{"tf":1.0},"238":{"tf":1.0},"245":{"tf":1.0},"263":{"tf":1.0},"35":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"126":{"tf":1.0},"23":{"tf":1.0},"50":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"93":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"121":{"tf":1.0},"287":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":1,"docs":{"40":{"tf":1.0}},"r":{"df":0,"docs":{},"t":{"df":6,"docs":{"16":{"tf":1.0},"198":{"tf":1.0},"214":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.4142135623730951},"34":{"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":{"253":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":16,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"150":{"tf":1.0},"152":{"tf":1.7320508075688772},"155":{"tf":1.0},"156":{"tf":1.0},"190":{"tf":1.0},"196":{"tf":1.0},"247":{"tf":1.0},"257":{"tf":1.0},"286":{"tf":1.0},"288":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.7320508075688772},"44":{"tf":1.0},"59":{"tf":1.0}},"t":{"df":2,"docs":{"247":{"tf":1.0},"284":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"222":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":23,"docs":{"119":{"tf":1.4142135623730951},"156":{"tf":1.0},"161":{"tf":1.0},"168":{"tf":1.0},"173":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"189":{"tf":1.0},"196":{"tf":1.0},"216":{"tf":1.0},"239":{"tf":1.0},"241":{"tf":1.0},"255":{"tf":1.0},"264":{"tf":1.0},"286":{"tf":1.0},"287":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0},"57":{"tf":1.4142135623730951},"75":{"tf":1.0},"77":{"tf":1.7320508075688772}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":11,"docs":{"102":{"tf":1.4142135623730951},"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"119":{"tf":1.0},"127":{"tf":1.0},"15":{"tf":1.0},"257":{"tf":1.0},"286":{"tf":1.0},"57":{"tf":1.4142135623730951},"74":{"tf":1.0},"78":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":36,"docs":{"103":{"tf":1.0},"120":{"tf":1.0},"136":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"150":{"tf":1.4142135623730951},"151":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.4142135623730951},"163":{"tf":1.0},"184":{"tf":1.4142135623730951},"188":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"194":{"tf":1.0},"199":{"tf":1.0},"217":{"tf":1.4142135623730951},"235":{"tf":1.4142135623730951},"241":{"tf":1.4142135623730951},"242":{"tf":1.4142135623730951},"244":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"257":{"tf":1.0},"262":{"tf":1.0},"270":{"tf":1.4142135623730951},"272":{"tf":1.0},"274":{"tf":1.4142135623730951},"275":{"tf":1.0},"286":{"tf":1.4142135623730951},"288":{"tf":1.7320508075688772},"35":{"tf":1.4142135623730951},"36":{"tf":1.0},"59":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"17":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"168":{"tf":1.0},"197":{"tf":1.0},"200":{"tf":1.7320508075688772},"209":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"17":{"tf":1.0},"186":{"tf":1.0},"199":{"tf":1.0},"286":{"tf":1.0},"31":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":4,"docs":{"179":{"tf":1.0},"194":{"tf":1.0},"286":{"tf":1.0},"51":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"p":{"df":1,"docs":{"177":{"tf":1.0}}}},"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"174":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"174":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"173":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":38,"docs":{"119":{"tf":2.23606797749979},"131":{"tf":1.0},"146":{"tf":1.0},"15":{"tf":1.0},"161":{"tf":1.0},"163":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.4142135623730951},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"178":{"tf":1.4142135623730951},"179":{"tf":1.0},"180":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"199":{"tf":1.0},"227":{"tf":1.0},"238":{"tf":1.4142135623730951},"239":{"tf":1.4142135623730951},"257":{"tf":1.4142135623730951},"286":{"tf":1.7320508075688772},"288":{"tf":1.0},"29":{"tf":1.0},"32":{"tf":1.4142135623730951},"34":{"tf":1.0},"37":{"tf":1.0},"57":{"tf":2.6457513110645907},"63":{"tf":1.0},"67":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.4142135623730951},"76":{"tf":2.449489742783178},"78":{"tf":1.0},"83":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"57":{"tf":1.0}}}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"173":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":1,"docs":{"4":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"155":{"tf":1.0},"44":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"<":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":3,"docs":{"146":{"tf":1.0},"165":{"tf":1.0},"41":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"216":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":2,"docs":{"146":{"tf":1.0},"165":{"tf":1.0}}}}}}}}}}}},"df":33,"docs":{"10":{"tf":1.0},"106":{"tf":1.4142135623730951},"113":{"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},"132":{"tf":1.0},"133":{"tf":1.0},"137":{"tf":1.4142135623730951},"164":{"tf":1.4142135623730951},"166":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.4142135623730951},"18":{"tf":1.0},"20":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.4142135623730951},"212":{"tf":1.0},"222":{"tf":1.4142135623730951},"223":{"tf":1.0},"266":{"tf":1.0},"288":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"63":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"209":{"tf":1.4142135623730951},"31":{"tf":1.0},"46":{"tf":1.0},"67":{"tf":1.0}},"e":{"df":0,"docs":{},"v":{"df":4,"docs":{"24":{"tf":1.0},"287":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":20,"docs":{"134":{"tf":1.7320508075688772},"139":{"tf":1.0},"146":{"tf":1.0},"148":{"tf":1.0},"153":{"tf":1.0},"158":{"tf":1.0},"205":{"tf":1.4142135623730951},"211":{"tf":1.4142135623730951},"212":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"222":{"tf":1.0},"242":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.0},"53":{"tf":1.4142135623730951},"93":{"tf":1.0},"97":{"tf":1.0},"99":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"106":{"tf":1.4142135623730951},"219":{"tf":1.0},"225":{"tf":1.7320508075688772},"40":{"tf":1.0},"50":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":5,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"18":{"tf":1.0},"251":{"tf":1.4142135623730951},"42":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"105":{"tf":1.0},"112":{"tf":1.0},"258":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":3,"docs":{"186":{"tf":1.0},"188":{"tf":1.0},"42":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.4142135623730951}}}}}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"194":{"tf":1.0},"40":{"tf":1.4142135623730951}}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"224":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":2,"docs":{"42":{"tf":1.0},"63":{"tf":1.0}}}},"i":{"d":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"25":{"tf":1.0},"256":{"tf":1.0}}}}},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"250":{"tf":1.0},"286":{"tf":1.0},"45":{"tf":2.0},"47":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":2,"docs":{"130":{"tf":1.0},"225":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"139":{"tf":1.0}}}},"t":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"54":{"tf":1.0},"67":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"c":{"df":1,"docs":{"222":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"280":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":3,"docs":{"246":{"tf":2.6457513110645907},"263":{"tf":1.0},"58":{"tf":1.0}}}},"n":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"146":{"tf":1.0},"165":{"tf":1.0}}}}}}},"df":0,"docs":{}},"_":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":11,"docs":{"172":{"tf":1.7320508075688772},"173":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"211":{"tf":1.4142135623730951},"212":{"tf":1.4142135623730951},"222":{"tf":1.7320508075688772},"223":{"tf":1.4142135623730951},"266":{"tf":1.0},"33":{"tf":1.0},"63":{"tf":1.4142135623730951}},"—":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":113,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"101":{"tf":1.0},"113":{"tf":1.0},"120":{"tf":1.4142135623730951},"122":{"tf":1.7320508075688772},"128":{"tf":1.0},"129":{"tf":2.0},"13":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":2.0},"133":{"tf":1.7320508075688772},"134":{"tf":2.6457513110645907},"135":{"tf":2.449489742783178},"136":{"tf":1.7320508075688772},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.4142135623730951},"14":{"tf":1.0},"140":{"tf":1.4142135623730951},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":2.0},"144":{"tf":1.4142135623730951},"145":{"tf":1.0},"146":{"tf":1.0},"15":{"tf":1.0},"150":{"tf":1.0},"155":{"tf":1.4142135623730951},"16":{"tf":1.4142135623730951},"160":{"tf":1.0},"164":{"tf":1.0},"166":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"17":{"tf":1.4142135623730951},"178":{"tf":1.0},"18":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"184":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":2.449489742783178},"199":{"tf":1.0},"2":{"tf":1.4142135623730951},"20":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"209":{"tf":1.4142135623730951},"211":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"22":{"tf":1.0},"223":{"tf":1.0},"227":{"tf":1.0},"234":{"tf":1.0},"236":{"tf":1.0},"238":{"tf":1.0},"245":{"tf":2.0},"25":{"tf":2.0},"253":{"tf":1.4142135623730951},"256":{"tf":1.7320508075688772},"260":{"tf":1.4142135623730951},"262":{"tf":1.4142135623730951},"263":{"tf":1.0},"264":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"270":{"tf":1.0},"273":{"tf":1.0},"276":{"tf":2.0},"277":{"tf":1.4142135623730951},"279":{"tf":1.0},"280":{"tf":1.0},"281":{"tf":1.0},"286":{"tf":3.1622776601683795},"288":{"tf":1.0},"29":{"tf":2.0},"30":{"tf":1.0},"32":{"tf":1.7320508075688772},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":2.0},"44":{"tf":2.0},"45":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":2.449489742783178},"56":{"tf":1.0},"58":{"tf":2.23606797749979},"59":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"79":{"tf":1.4142135623730951},"8":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.7320508075688772},"85":{"tf":1.0},"9":{"tf":1.4142135623730951},"93":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":2,"docs":{"134":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":3,"docs":{"126":{"tf":1.0},"172":{"tf":1.0},"222":{"tf":1.4142135623730951}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"114":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":14,"docs":{"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},"133":{"tf":1.0},"149":{"tf":1.0},"154":{"tf":1.0},"159":{"tf":1.0},"164":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"54":{"tf":1.0}}}}}},")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"199":{"tf":1.0}}}}}},"df":89,"docs":{"10":{"tf":1.0},"112":{"tf":1.4142135623730951},"113":{"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.4142135623730951},"123":{"tf":1.4142135623730951},"13":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"14":{"tf":2.8284271247461903},"144":{"tf":1.0},"145":{"tf":2.23606797749979},"146":{"tf":2.6457513110645907},"147":{"tf":1.7320508075688772},"148":{"tf":1.4142135623730951},"149":{"tf":1.4142135623730951},"150":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"154":{"tf":1.7320508075688772},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.4142135623730951},"158":{"tf":1.4142135623730951},"159":{"tf":1.7320508075688772},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.7320508075688772},"163":{"tf":2.0},"164":{"tf":2.449489742783178},"165":{"tf":2.449489742783178},"166":{"tf":1.4142135623730951},"168":{"tf":2.23606797749979},"169":{"tf":1.0},"17":{"tf":2.6457513110645907},"173":{"tf":1.0},"175":{"tf":1.0},"177":{"tf":1.7320508075688772},"184":{"tf":1.7320508075688772},"189":{"tf":1.0},"191":{"tf":1.0},"194":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.4142135623730951},"199":{"tf":1.0},"200":{"tf":1.4142135623730951},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"215":{"tf":2.0},"216":{"tf":1.4142135623730951},"217":{"tf":1.7320508075688772},"225":{"tf":1.7320508075688772},"231":{"tf":1.0},"239":{"tf":2.0},"244":{"tf":1.4142135623730951},"247":{"tf":1.4142135623730951},"251":{"tf":2.6457513110645907},"253":{"tf":1.0},"264":{"tf":1.0},"267":{"tf":1.7320508075688772},"271":{"tf":1.0},"280":{"tf":2.0},"284":{"tf":1.0},"286":{"tf":2.0},"288":{"tf":2.0},"30":{"tf":2.0},"31":{"tf":1.4142135623730951},"35":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":2.23606797749979},"41":{"tf":3.3166247903554},"43":{"tf":1.7320508075688772},"44":{"tf":1.0},"46":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"59":{"tf":1.7320508075688772},"61":{"tf":1.0},"95":{"tf":1.0}},"—":{"df":0,"docs":{},"y":{"df":1,"docs":{"145":{"tf":1.0}}}},"’":{"df":1,"docs":{"30":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"—":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"tf":1.0}}}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":16,"docs":{"130":{"tf":1.0},"196":{"tf":1.4142135623730951},"198":{"tf":1.0},"199":{"tf":2.8284271247461903},"201":{"tf":1.0},"225":{"tf":1.0},"233":{"tf":1.4142135623730951},"32":{"tf":1.7320508075688772},"33":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.4142135623730951},"50":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"=":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":12,"docs":{"133":{"tf":1.4142135623730951},"136":{"tf":1.0},"151":{"tf":1.0},"184":{"tf":1.0},"221":{"tf":1.7320508075688772},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"247":{"tf":1.0},"279":{"tf":1.0},"284":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":28,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.7320508075688772},"145":{"tf":1.0},"146":{"tf":1.0},"164":{"tf":1.4142135623730951},"168":{"tf":1.0},"18":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"2":{"tf":1.4142135623730951},"200":{"tf":1.0},"225":{"tf":1.0},"251":{"tf":1.4142135623730951},"280":{"tf":1.0},"286":{"tf":1.0},"29":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"43":{"tf":1.7320508075688772},"44":{"tf":1.0},"46":{"tf":1.4142135623730951},"50":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"76":{"tf":1.0}},"—":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":10,"docs":{"115":{"tf":1.0},"117":{"tf":1.4142135623730951},"198":{"tf":1.0},"2":{"tf":1.0},"287":{"tf":1.7320508075688772},"3":{"tf":1.0},"4":{"tf":1.0},"73":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"115":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"238":{"tf":1.0}}}}},"y":{"df":1,"docs":{"12":{"tf":1.0}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":7,"docs":{"151":{"tf":1.0},"157":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.4142135623730951},"246":{"tf":1.0},"59":{"tf":1.0}},"{":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"162":{"tf":1.0}}}}},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"18":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"161":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"<":{"c":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"216":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":7,"docs":{"106":{"tf":1.0},"110":{"tf":1.0},"115":{"tf":1.0},"133":{"tf":1.0},"208":{"tf":2.0},"218":{"tf":1.0},"53":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"98":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"1":{"0":{"df":3,"docs":{"103":{"tf":1.0},"109":{"tf":1.0},"218":{"tf":1.0}}},"df":0,"docs":{}},"2":{"df":15,"docs":{"100":{"tf":1.4142135623730951},"103":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"13":{"tf":1.0},"169":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"232":{"tf":1.0},"236":{"tf":1.0},"276":{"tf":1.0},"29":{"tf":1.0},"42":{"tf":1.0},"54":{"tf":1.0}}},"3":{"df":21,"docs":{"102":{"tf":1.0},"103":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.7320508075688772},"110":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"133":{"tf":1.0},"164":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"23":{"tf":1.0},"251":{"tf":1.0},"37":{"tf":1.0},"53":{"tf":1.4142135623730951},"56":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}},"4":{"df":9,"docs":{"102":{"tf":1.0},"103":{"tf":1.0},"105":{"tf":1.0},"119":{"tf":1.0},"213":{"tf":1.0},"239":{"tf":1.4142135623730951},"258":{"tf":1.0},"57":{"tf":1.0},"77":{"tf":1.0}}},"5":{"df":3,"docs":{"120":{"tf":1.0},"121":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"107":{"tf":1.0},"279":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":16,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":137,"docs":{"10":{"tf":1.0},"105":{"tf":1.0},"108":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"114":{"tf":1.0},"12":{"tf":1.0},"122":{"tf":1.0},"124":{"tf":1.0},"13":{"tf":2.23606797749979},"131":{"tf":2.0},"132":{"tf":2.0},"133":{"tf":1.4142135623730951},"134":{"tf":1.4142135623730951},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"14":{"tf":1.7320508075688772},"140":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.4142135623730951},"143":{"tf":1.0},"144":{"tf":1.4142135623730951},"145":{"tf":1.4142135623730951},"146":{"tf":2.23606797749979},"148":{"tf":1.0},"150":{"tf":1.0},"153":{"tf":1.0},"158":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"17":{"tf":1.4142135623730951},"173":{"tf":1.0},"175":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"188":{"tf":1.0},"19":{"tf":1.4142135623730951},"193":{"tf":2.23606797749979},"194":{"tf":1.4142135623730951},"195":{"tf":1.0},"196":{"tf":2.6457513110645907},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"20":{"tf":1.0},"200":{"tf":1.4142135623730951},"201":{"tf":1.7320508075688772},"203":{"tf":1.4142135623730951},"205":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.4142135623730951},"209":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.7320508075688772},"218":{"tf":1.0},"224":{"tf":1.4142135623730951},"225":{"tf":2.23606797749979},"226":{"tf":1.0},"227":{"tf":1.4142135623730951},"228":{"tf":1.0},"229":{"tf":1.0},"23":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"247":{"tf":1.4142135623730951},"251":{"tf":1.7320508075688772},"254":{"tf":1.4142135623730951},"259":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":2.23606797749979},"279":{"tf":1.7320508075688772},"28":{"tf":1.4142135623730951},"281":{"tf":1.0},"286":{"tf":2.6457513110645907},"288":{"tf":2.0},"29":{"tf":1.7320508075688772},"30":{"tf":1.4142135623730951},"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.4142135623730951},"38":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":2.6457513110645907},"44":{"tf":3.1622776601683795},"46":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"48":{"tf":1.7320508075688772},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":2.23606797749979},"51":{"tf":1.7320508075688772},"52":{"tf":2.23606797749979},"53":{"tf":2.8284271247461903},"54":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"61":{"tf":2.23606797749979},"62":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"77":{"tf":1.0},"79":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951},"95":{"tf":1.0},"96":{"tf":2.0},"97":{"tf":1.0},"99":{"tf":2.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"134":{"tf":1.0},"139":{"tf":1.0},"53":{"tf":1.0}}}}}}},"’":{"df":6,"docs":{"15":{"tf":1.0},"197":{"tf":1.0},"32":{"tf":1.0},"57":{"tf":1.0},"63":{"tf":1.4142135623730951},"82":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"199":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"126":{"tf":1.0},"161":{"tf":1.4142135623730951},"242":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"160":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":2,"docs":{"171":{"tf":1.0},"180":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":4,"docs":{"185":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"51":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"185":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"247":{"tf":1.0},"283":{"tf":1.0}}}},"df":0,"docs":{}}},"c":{"df":3,"docs":{"206":{"tf":1.4142135623730951},"208":{"tf":1.4142135623730951},"45":{"tf":1.7320508075688772}},"o":{"df":0,"docs":{},"n":{"d":{"df":17,"docs":{"113":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.0},"126":{"tf":1.0},"206":{"tf":1.0},"22":{"tf":1.7320508075688772},"250":{"tf":1.7320508075688772},"256":{"tf":2.0},"29":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.0},"45":{"tf":2.0},"46":{"tf":1.0},"53":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":2.449489742783178}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"144":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"d":{"df":8,"docs":{"113":{"tf":1.0},"196":{"tf":1.0},"227":{"tf":1.0},"259":{"tf":1.7320508075688772},"54":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.4142135623730951}}},"df":39,"docs":{"104":{"tf":1.0},"110":{"tf":1.0},"123":{"tf":1.4142135623730951},"165":{"tf":1.0},"2":{"tf":1.0},"209":{"tf":1.0},"216":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"263":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"272":{"tf":1.0},"28":{"tf":1.0},"281":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0},"94":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"168":{"tf":1.0}}}},"df":0,"docs":{}},"f":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"222":{"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":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"206":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":1,"docs":{"208":{"tf":1.0}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"p":{"df":1,"docs":{"212":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"208":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"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":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"216":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":6,"docs":{"206":{"tf":2.23606797749979},"208":{"tf":2.23606797749979},"212":{"tf":1.4142135623730951},"222":{"tf":1.7320508075688772},"223":{"tf":1.7320508075688772},"97":{"tf":1.0}}}},"n":{"d":{"df":4,"docs":{"173":{"tf":1.0},"174":{"tf":1.0},"205":{"tf":1.0},"211":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":3,"docs":{"0":{"tf":1.0},"205":{"tf":1.0},"98":{"tf":1.0}},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"i":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"100":{"tf":1.0},"12":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":5,"docs":{"244":{"tf":1.4142135623730951},"245":{"tf":1.0},"246":{"tf":1.0},"270":{"tf":1.4142135623730951},"46":{"tf":1.0}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":14,"docs":{"113":{"tf":1.0},"17":{"tf":1.0},"194":{"tf":1.4142135623730951},"195":{"tf":1.0},"200":{"tf":1.0},"23":{"tf":1.7320508075688772},"245":{"tf":1.0},"250":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"34":{"tf":1.0},"42":{"tf":1.7320508075688772},"50":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"125":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"131":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":5,"docs":{"136":{"tf":1.0},"190":{"tf":1.0},"245":{"tf":1.0},"263":{"tf":1.0},"276":{"tf":1.0}}}},"df":1,"docs":{"128":{"tf":1.0}}},"v":{"df":4,"docs":{"198":{"tf":1.0},"225":{"tf":1.0},"33":{"tf":1.0},"47":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"31":{"tf":1.0}}}},"i":{"c":{"df":11,"docs":{"153":{"tf":1.0},"158":{"tf":1.0},"184":{"tf":1.0},"2":{"tf":2.0},"24":{"tf":1.0},"242":{"tf":1.0},"272":{"tf":1.0},"286":{"tf":1.7320508075688772},"30":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":25,"docs":{"101":{"tf":1.0},"109":{"tf":1.4142135623730951},"115":{"tf":1.0},"117":{"tf":1.0},"12":{"tf":1.4142135623730951},"130":{"tf":1.0},"143":{"tf":1.0},"181":{"tf":1.0},"190":{"tf":1.0},"192":{"tf":1.0},"195":{"tf":1.0},"227":{"tf":1.4142135623730951},"241":{"tf":1.0},"281":{"tf":1.0},"288":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"9":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":2,"docs":{"123":{"tf":1.0},"51":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"184":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":16,"docs":{"112":{"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},"150":{"tf":1.0},"178":{"tf":1.0},"194":{"tf":1.0},"20":{"tf":1.0},"221":{"tf":1.0},"227":{"tf":1.0},"43":{"tf":1.0},"49":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":9,"docs":{"113":{"tf":1.0},"150":{"tf":1.0},"172":{"tf":1.0},"222":{"tf":1.0},"225":{"tf":1.0},"286":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"63":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"227":{"tf":1.7320508075688772}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"41":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"245":{"tf":1.0},"25":{"tf":1.4142135623730951},"256":{"tf":1.0},"53":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"277":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"185":{"tf":1.0}}}}}},"df":0,"docs":{}}},"w":{"df":17,"docs":{"10":{"tf":1.0},"114":{"tf":1.0},"124":{"tf":1.0},"16":{"tf":1.0},"188":{"tf":1.0},"198":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"221":{"tf":1.0},"246":{"tf":1.4142135623730951},"4":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}},"n":{"df":1,"docs":{"174":{"tf":1.0}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"181":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":13,"docs":{"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"198":{"tf":1.0},"209":{"tf":1.0},"24":{"tf":2.0},"26":{"tf":1.0},"286":{"tf":1.0},"30":{"tf":1.0},"33":{"tf":2.0},"34":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"85":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"217":{"tf":1.0},"247":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":8,"docs":{"13":{"tf":1.0},"160":{"tf":1.0},"206":{"tf":1.0},"222":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"55":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"133":{"tf":1.0},"147":{"tf":1.0},"53":{"tf":1.0}}}},"—":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":5,"docs":{"142":{"tf":1.0},"188":{"tf":1.0},"263":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"125":{"tf":1.4142135623730951},"129":{"tf":1.0},"178":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"n":{"df":3,"docs":{"258":{"tf":1.0},"60":{"tf":1.0},"79":{"tf":1.0}},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"—":{"a":{"df":1,"docs":{"56":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":9,"docs":{"151":{"tf":1.0},"152":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"161":{"tf":1.0},"194":{"tf":1.0},"198":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.0}}}}},"t":{"df":1,"docs":{"50":{"tf":1.0}}},"x":{"df":1,"docs":{"28":{"tf":1.7320508075688772}}},"z":{"df":0,"docs":{},"e":{"df":7,"docs":{"117":{"tf":1.0},"12":{"tf":1.0},"195":{"tf":1.0},"24":{"tf":1.0},"287":{"tf":1.0},"33":{"tf":1.0},"72":{"tf":1.4142135623730951}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":4,"docs":{"19":{"tf":1.0},"38":{"tf":1.0},"61":{"tf":1.0},"95":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"31":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"47":{"tf":1.0}}}}}}}},"o":{"df":2,"docs":{"178":{"tf":1.0},"179":{"tf":1.0}},"t":{"df":8,"docs":{"12":{"tf":1.0},"195":{"tf":1.0},"22":{"tf":1.0},"286":{"tf":1.0},"45":{"tf":1.0},"58":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.0}}},"w":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"244":{"tf":1.0}}}}}}}}}},"df":11,"docs":{"109":{"tf":1.0},"125":{"tf":1.0},"155":{"tf":1.0},"22":{"tf":1.4142135623730951},"234":{"tf":1.0},"235":{"tf":2.0},"244":{"tf":1.0},"272":{"tf":1.0},"47":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"103":{"tf":1.0},"156":{"tf":1.0},"235":{"tf":1.0},"250":{"tf":1.0},"288":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"161":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"273":{"tf":1.0}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"255":{"tf":1.0},"55":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"109":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"247":{"tf":1.0}}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":6,"docs":{"101":{"tf":1.0},"104":{"tf":1.0},"115":{"tf":1.4142135623730951},"224":{"tf":1.0},"245":{"tf":1.0},"256":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"223":{"tf":1.0},"36":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"o":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"101":{"tf":1.0},"256":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":15,"docs":{"228":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"247":{"tf":1.0},"270":{"tf":1.0}}}},"v":{"df":1,"docs":{"7":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"173":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":8,"docs":{"197":{"tf":1.0},"203":{"tf":1.0},"214":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"53":{"tf":1.0},"63":{"tf":1.0},"9":{"tf":1.0}}},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"127":{"tf":1.0},"245":{"tf":2.0}}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"54":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}},"r":{"c":{"df":2,"docs":{"116":{"tf":1.0},"253":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":3,"docs":{"142":{"tf":1.0},"184":{"tf":1.0},"188":{"tf":1.0}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"21":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"21":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":12,"docs":{"136":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"200":{"tf":1.0},"262":{"tf":1.0},"264":{"tf":1.0},"288":{"tf":1.0},"30":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"199":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":31,"docs":{"107":{"tf":1.4142135623730951},"112":{"tf":1.0},"117":{"tf":1.0},"12":{"tf":1.0},"121":{"tf":1.4142135623730951},"123":{"tf":1.0},"131":{"tf":1.0},"146":{"tf":1.0},"155":{"tf":1.0},"160":{"tf":1.0},"170":{"tf":1.0},"184":{"tf":1.4142135623730951},"20":{"tf":1.0},"203":{"tf":1.4142135623730951},"214":{"tf":1.0},"227":{"tf":1.0},"240":{"tf":1.4142135623730951},"255":{"tf":1.0},"257":{"tf":1.0},"268":{"tf":1.0},"27":{"tf":1.0},"281":{"tf":1.0},"287":{"tf":1.4142135623730951},"33":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"43":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.0},"7":{"tf":1.0}},"i":{"df":2,"docs":{"41":{"tf":1.0},"45":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":6,"docs":{"113":{"tf":1.0},"261":{"tf":1.0},"277":{"tf":1.0},"286":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0}}},"df":0,"docs":{}},"n":{"d":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"194":{"tf":1.0},"40":{"tf":1.0},"50":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"121":{"tf":1.0}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"120":{"tf":1.0},"58":{"tf":1.0}}}},"l":{"df":2,"docs":{"40":{"tf":1.0},"47":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"152":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":12,"docs":{"131":{"tf":1.0},"251":{"tf":1.0},"28":{"tf":2.0},"29":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"31":{"tf":1.7320508075688772},"32":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"37":{"tf":2.6457513110645907},"41":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"162":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"287":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":7,"docs":{"273":{"tf":1.0},"286":{"tf":1.0},"34":{"tf":1.0},"53":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":3,"docs":{"113":{"tf":1.0},"281":{"tf":1.0},"43":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":2,"docs":{"12":{"tf":1.0},"195":{"tf":1.4142135623730951}},"t":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"173":{"tf":1.0},"222":{"tf":1.0}}}}}}},"df":0,"docs":{}},"_":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"223":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":43,"docs":{"104":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"129":{"tf":1.0},"134":{"tf":1.0},"142":{"tf":1.0},"146":{"tf":1.0},"15":{"tf":1.4142135623730951},"153":{"tf":1.0},"154":{"tf":1.0},"162":{"tf":1.0},"17":{"tf":1.0},"178":{"tf":1.0},"186":{"tf":1.0},"188":{"tf":1.0},"195":{"tf":1.0},"197":{"tf":1.4142135623730951},"198":{"tf":1.4142135623730951},"199":{"tf":1.0},"211":{"tf":1.0},"222":{"tf":1.0},"231":{"tf":1.0},"234":{"tf":1.4142135623730951},"236":{"tf":1.0},"241":{"tf":1.4142135623730951},"255":{"tf":1.0},"261":{"tf":1.7320508075688772},"286":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"38":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":2.0},"52":{"tf":1.0},"53":{"tf":1.7320508075688772},"60":{"tf":1.0},"62":{"tf":1.0},"84":{"tf":1.0},"9":{"tf":1.7320508075688772},"97":{"tf":1.0},"98":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"—":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"p":{"df":13,"docs":{"151":{"tf":1.0},"156":{"tf":1.0},"161":{"tf":1.0},"18":{"tf":1.0},"186":{"tf":1.0},"232":{"tf":1.0},"246":{"tf":1.0},"261":{"tf":1.0},"286":{"tf":1.0},"36":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"83":{"tf":1.0}}}},"{":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"162":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":15,"docs":{"113":{"tf":1.0},"126":{"tf":1.0},"150":{"tf":1.0},"165":{"tf":1.0},"2":{"tf":1.0},"211":{"tf":1.0},"214":{"tf":1.0},"24":{"tf":1.7320508075688772},"246":{"tf":1.0},"272":{"tf":1.4142135623730951},"286":{"tf":1.0},"288":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":1.0},"63":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"158":{"tf":1.0},"184":{"tf":1.0},"242":{"tf":1.4142135623730951},"30":{"tf":1.0},"35":{"tf":1.0}}}}}}}},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"’":{"df":0,"docs":{},"r":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}}}},"i":{"c":{"df":2,"docs":{"173":{"tf":1.0},"222":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":3,"docs":{"158":{"tf":1.0},"209":{"tf":1.0},"30":{"tf":1.0}}}},"y":{"df":11,"docs":{"105":{"tf":1.0},"122":{"tf":1.0},"128":{"tf":1.0},"14":{"tf":1.0},"152":{"tf":1.0},"178":{"tf":1.0},"223":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":1.0},"47":{"tf":1.0},"59":{"tf":1.0}}}},"d":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{":":{":":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"(":{"\\"":{"c":{"df":0,"docs":{},"i":{"\\"":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"107":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"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":12,"docs":{"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},"133":{"tf":1.0},"164":{"tf":1.4142135623730951},"173":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{":":{":":{"a":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"222":{"tf":1.0}}},"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":{":":{":":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"115":{"tf":1.0},"133":{"tf":1.0},"169":{"tf":1.0},"53":{"tf":1.0}}}}},"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":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"234":{"tf":1.0},"263":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"234":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"42":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"198":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":8,"docs":{"17":{"tf":1.0},"188":{"tf":1.0},"19":{"tf":1.4142135623730951},"196":{"tf":1.0},"204":{"tf":1.4142135623730951},"3":{"tf":1.0},"30":{"tf":1.0},"53":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":12,"docs":{"109":{"tf":1.0},"119":{"tf":1.0},"125":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"247":{"tf":1.0},"253":{"tf":1.0},"273":{"tf":1.0},"31":{"tf":1.0},"45":{"tf":1.4142135623730951},"53":{"tf":1.0},"54":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":13,"docs":{"15":{"tf":1.4142135623730951},"153":{"tf":1.0},"178":{"tf":1.0},"197":{"tf":1.0},"199":{"tf":1.4142135623730951},"214":{"tf":1.0},"286":{"tf":1.0},"288":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"45":{"tf":1.0},"7":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"184":{"tf":1.0},"287":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"33":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":2,"docs":{"19":{"tf":1.0},"9":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"108":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":8,"docs":{"173":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"266":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"286":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"104":{"tf":1.0},"120":{"tf":1.4142135623730951},"58":{"tf":1.0},"8":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"124":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"t":{"df":10,"docs":{"165":{"tf":1.0},"173":{"tf":1.0},"206":{"tf":1.0},"208":{"tf":1.0},"212":{"tf":1.0},"216":{"tf":1.4142135623730951},"222":{"tf":1.0},"223":{"tf":1.0},"279":{"tf":1.0},"29":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"10":{"tf":1.0},"108":{"tf":1.0},"288":{"tf":1.0},"40":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"b":{"df":1,"docs":{"129":{"tf":1.0}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"247":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":2,"docs":{"112":{"tf":1.0},"227":{"tf":1.4142135623730951}}}}}},"u":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":8,"docs":{"125":{"tf":1.4142135623730951},"127":{"tf":1.0},"238":{"tf":1.0},"286":{"tf":1.0},"54":{"tf":1.0},"57":{"tf":1.0},"67":{"tf":1.0},"89":{"tf":1.0}}}},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"&":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"42":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"x":{"df":1,"docs":{"21":{"tf":1.0}}}}},"df":22,"docs":{"116":{"tf":1.4142135623730951},"127":{"tf":1.4142135623730951},"15":{"tf":1.0},"16":{"tf":1.0},"197":{"tf":1.4142135623730951},"198":{"tf":1.0},"2":{"tf":1.4142135623730951},"238":{"tf":1.4142135623730951},"286":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0},"54":{"tf":1.7320508075688772},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.4142135623730951},"68":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"117":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":3,"docs":{"12":{"tf":1.0},"195":{"tf":1.0},"287":{"tf":1.4142135623730951}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"35":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":9,"docs":{"1":{"tf":1.0},"105":{"tf":1.4142135623730951},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"287":{"tf":1.0},"3":{"tf":1.0},"70":{"tf":1.0},"90":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"l":{"df":5,"docs":{"256":{"tf":1.0},"273":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"34":{"tf":1.0}},"e":{"d":{"df":2,"docs":{"13":{"tf":1.0},"188":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"s":{"df":16,"docs":{"109":{"tf":1.0},"134":{"tf":1.0},"138":{"tf":1.4142135623730951},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"198":{"tf":1.0},"200":{"tf":1.0},"209":{"tf":1.0},"227":{"tf":1.0},"273":{"tf":1.0},"286":{"tf":1.4142135623730951},"288":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.7320508075688772},"53":{"tf":1.0},"7":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":6,"docs":{"117":{"tf":1.0},"138":{"tf":1.0},"142":{"tf":1.0},"188":{"tf":1.0},"4":{"tf":1.0},"92":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"241":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":6,"docs":{"142":{"tf":1.0},"160":{"tf":1.0},"184":{"tf":1.7320508075688772},"188":{"tf":1.0},"2":{"tf":1.0},"26":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"164":{"tf":1.0},"8":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"26":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"172":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":17,"docs":{"156":{"tf":1.0},"157":{"tf":1.0},"163":{"tf":1.0},"168":{"tf":1.4142135623730951},"169":{"tf":1.0},"173":{"tf":1.7320508075688772},"176":{"tf":1.0},"177":{"tf":1.7320508075688772},"226":{"tf":1.0},"239":{"tf":1.7320508075688772},"286":{"tf":1.0},"288":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":1.0},"9":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"0":{"tf":1.0},"3":{"tf":1.0}}},"f":{"a":{"c":{"df":3,"docs":{"174":{"tf":1.4142135623730951},"175":{"tf":1.0},"199":{"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":{"113":{"tf":1.0},"196":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"257":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"120":{"tf":1.0}}}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"p":{"df":4,"docs":{"112":{"tf":1.0},"122":{"tf":1.0},"145":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"40":{"tf":1.0}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":13,"docs":{"228":{"tf":1.0},"230":{"tf":1.4142135623730951},"231":{"tf":1.4142135623730951},"232":{"tf":1.4142135623730951},"234":{"tf":1.4142135623730951},"235":{"tf":1.4142135623730951},"236":{"tf":1.4142135623730951},"238":{"tf":1.4142135623730951},"239":{"tf":1.4142135623730951},"241":{"tf":1.4142135623730951},"242":{"tf":1.4142135623730951},"244":{"tf":1.4142135623730951},"245":{"tf":1.4142135623730951}}}}}}},"n":{"c":{"df":7,"docs":{"131":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"205":{"tf":1.0},"211":{"tf":1.0},"31":{"tf":1.0},"7":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"124":{"tf":1.0},"125":{"tf":1.4142135623730951},"129":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.0}}}},"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"241":{"tf":1.0}}}}},"df":26,"docs":{"105":{"tf":1.0},"112":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"214":{"tf":1.0},"235":{"tf":1.0},"24":{"tf":1.4142135623730951},"258":{"tf":1.0},"286":{"tf":2.0},"33":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0},"62":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0}}}}}}}},"t":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":10,"docs":{"11":{"tf":1.0},"146":{"tf":1.0},"216":{"tf":1.0},"22":{"tf":1.0},"250":{"tf":1.0},"261":{"tf":1.4142135623730951},"273":{"tf":1.0},"3":{"tf":1.0},"45":{"tf":1.0},"53":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"18":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"3":{"0":{"df":2,"docs":{"57":{"tf":1.0},"76":{"tf":1.0}}},"df":0,"docs":{}},"4":{"5":{"df":4,"docs":{"102":{"tf":1.0},"119":{"tf":1.0},"75":{"tf":1.0},"77":{"tf":1.0}}},"df":0,"docs":{}},"6":{"0":{"df":1,"docs":{"105":{"tf":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":{"76":{"tf":1.0}}}}},"df":0,"docs":{}},"df":2,"docs":{"119":{"tf":1.0},"57":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"222":{"tf":1.4142135623730951},"223":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"223":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":9,"docs":{"168":{"tf":1.0},"169":{"tf":1.0},"216":{"tf":1.0},"222":{"tf":1.4142135623730951},"223":{"tf":1.7320508075688772},"235":{"tf":1.0},"286":{"tf":1.0},"76":{"tf":1.0},"85":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"k":{"df":4,"docs":{"197":{"tf":1.0},"286":{"tf":1.0},"32":{"tf":1.0},"63":{"tf":1.0}}}}},"d":{"df":1,"docs":{"162":{"tf":1.0}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"124":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":2,"docs":{"113":{"tf":1.0},"227":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":3,"docs":{"18":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"38":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"188":{"tf":1.0},"263":{"tf":1.0},"4":{"tf":1.0}}}},"m":{"df":0,"docs":{},"p":{"df":2,"docs":{"148":{"tf":1.0},"35":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":5,"docs":{"141":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"187":{"tf":1.0},"30":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"n":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"161":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"47":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"m":{"df":3,"docs":{"10":{"tf":1.0},"285":{"tf":1.4142135623730951},"58":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"(":{"#":{"[":{"c":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"280":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{},"s":{"df":1,"docs":{"164":{"tf":1.0}}}}}}}},"df":0,"docs":{},"l":{"df":3,"docs":{"133":{"tf":1.4142135623730951},"138":{"tf":1.0},"53":{"tf":1.4142135623730951}},"o":{"c":{"df":1,"docs":{"164":{"tf":1.0}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"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":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"106":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"106":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"_":{"5":{"df":1,"docs":{"60":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":168,"docs":{"0":{"tf":1.0},"10":{"tf":2.0},"100":{"tf":1.0},"101":{"tf":2.0},"102":{"tf":2.23606797749979},"103":{"tf":2.0},"104":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"106":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":2.23606797749979},"11":{"tf":1.4142135623730951},"114":{"tf":1.4142135623730951},"115":{"tf":2.23606797749979},"116":{"tf":2.23606797749979},"117":{"tf":1.7320508075688772},"118":{"tf":2.0},"119":{"tf":2.0},"12":{"tf":1.7320508075688772},"120":{"tf":2.0},"121":{"tf":1.7320508075688772},"123":{"tf":1.0},"124":{"tf":1.0},"127":{"tf":1.0},"13":{"tf":2.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.7320508075688772},"134":{"tf":2.23606797749979},"135":{"tf":2.8284271247461903},"136":{"tf":2.6457513110645907},"138":{"tf":1.4142135623730951},"139":{"tf":1.0},"14":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.7320508075688772},"142":{"tf":1.7320508075688772},"143":{"tf":1.4142135623730951},"149":{"tf":1.0},"15":{"tf":1.4142135623730951},"150":{"tf":2.0},"151":{"tf":1.0},"155":{"tf":1.4142135623730951},"156":{"tf":1.0},"158":{"tf":1.0},"16":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"161":{"tf":1.0},"164":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"17":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.4142135623730951},"175":{"tf":1.0},"178":{"tf":1.4142135623730951},"18":{"tf":2.23606797749979},"180":{"tf":1.0},"181":{"tf":1.0},"183":{"tf":1.0},"185":{"tf":1.4142135623730951},"187":{"tf":1.7320508075688772},"188":{"tf":1.7320508075688772},"19":{"tf":1.7320508075688772},"190":{"tf":1.7320508075688772},"193":{"tf":1.0},"194":{"tf":2.23606797749979},"198":{"tf":1.4142135623730951},"199":{"tf":1.0},"2":{"tf":1.7320508075688772},"20":{"tf":2.0},"200":{"tf":1.0},"201":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"209":{"tf":1.0},"21":{"tf":1.7320508075688772},"210":{"tf":1.0},"212":{"tf":1.0},"219":{"tf":2.0},"22":{"tf":1.0},"221":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.4142135623730951},"228":{"tf":1.0},"23":{"tf":1.7320508075688772},"232":{"tf":1.0},"234":{"tf":1.7320508075688772},"24":{"tf":1.0},"243":{"tf":1.4142135623730951},"244":{"tf":2.23606797749979},"245":{"tf":3.0},"246":{"tf":2.23606797749979},"247":{"tf":1.7320508075688772},"25":{"tf":1.0},"250":{"tf":1.4142135623730951},"252":{"tf":2.23606797749979},"253":{"tf":1.0},"255":{"tf":2.449489742783178},"256":{"tf":2.449489742783178},"257":{"tf":1.0},"258":{"tf":1.7320508075688772},"259":{"tf":1.0},"26":{"tf":1.4142135623730951},"260":{"tf":1.4142135623730951},"261":{"tf":1.4142135623730951},"262":{"tf":2.23606797749979},"263":{"tf":2.23606797749979},"264":{"tf":1.4142135623730951},"268":{"tf":1.0},"27":{"tf":1.0},"270":{"tf":2.0},"275":{"tf":1.4142135623730951},"276":{"tf":2.0},"277":{"tf":1.7320508075688772},"279":{"tf":1.0},"280":{"tf":1.7320508075688772},"281":{"tf":1.4142135623730951},"284":{"tf":1.0},"286":{"tf":3.0},"288":{"tf":2.23606797749979},"29":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.7320508075688772},"35":{"tf":2.23606797749979},"36":{"tf":1.7320508075688772},"38":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":2.23606797749979},"40":{"tf":2.23606797749979},"41":{"tf":1.4142135623730951},"42":{"tf":2.449489742783178},"43":{"tf":1.0},"44":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772},"46":{"tf":1.7320508075688772},"47":{"tf":1.7320508075688772},"48":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":2.0},"51":{"tf":1.7320508075688772},"52":{"tf":1.0},"53":{"tf":2.23606797749979},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.7320508075688772},"57":{"tf":2.0},"58":{"tf":1.4142135623730951},"59":{"tf":2.0},"6":{"tf":1.0},"60":{"tf":2.6457513110645907},"61":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":2.0},"73":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":2.0},"80":{"tf":1.7320508075688772},"81":{"tf":1.0},"9":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"169":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"{":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"223":{"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":{"173":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"222":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"222":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"s":{":":{":":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":2,"docs":{"167":{"tf":1.0},"169":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{},"—":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"257":{"tf":1.0}}}}}}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"60":{"tf":1.0}}}},"t":{"df":0,"docs":{},"’":{"df":2,"docs":{"58":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"’":{"df":1,"docs":{"53":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"’":{"d":{"df":1,"docs":{"36":{"tf":1.4142135623730951}}},"df":0,"docs":{},"r":{"df":4,"docs":{"193":{"tf":1.0},"198":{"tf":1.0},"2":{"tf":1.0},"53":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":10,"docs":{"109":{"tf":1.0},"15":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"193":{"tf":1.0},"197":{"tf":1.0},"258":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0},"60":{"tf":1.0}}},"k":{"df":6,"docs":{"12":{"tf":1.0},"181":{"tf":1.0},"2":{"tf":1.0},"22":{"tf":1.0},"42":{"tf":1.0},"58":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"277":{"tf":1.0},"60":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"55":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.0}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":3,"docs":{"112":{"tf":1.0},"185":{"tf":1.0},"34":{"tf":1.0}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"250":{"tf":1.0},"44":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"143":{"tf":1.0},"270":{"tf":1.0}},"s":{"=":{"1":{"df":5,"docs":{"136":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"263":{"tf":1.0},"276":{"tf":1.0}}},"2":{"df":4,"docs":{"136":{"tf":1.0},"190":{"tf":1.0},"244":{"tf":1.0},"262":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":5,"docs":{"13":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.0},"53":{"tf":1.0},"79":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"(":{"0":{".":{"9":{"0":{"df":2,"docs":{"238":{"tf":1.0},"89":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":5,"docs":{"128":{"tf":1.0},"238":{"tf":1.4142135623730951},"34":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":19,"docs":{"108":{"tf":1.7320508075688772},"159":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"201":{"tf":1.0},"220":{"tf":1.0},"228":{"tf":1.0},"246":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.4142135623730951},"29":{"tf":1.0},"42":{"tf":1.4142135623730951},"44":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"67":{"tf":1.0},"9":{"tf":1.0},"91":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"198":{"tf":1.0},"212":{"tf":1.0},"285":{"tf":1.0},"286":{"tf":1.0},"37":{"tf":1.0},"81":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"113":{"tf":1.0}}}}}}}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"c":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"206":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":1,"docs":{"206":{"tf":1.0}}}},"df":1,"docs":{"41":{"tf":1.0}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":2,"docs":{"4":{"tf":1.0},"40":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"e":{"df":42,"docs":{"113":{"tf":1.0},"119":{"tf":1.0},"12":{"tf":1.0},"121":{"tf":1.0},"126":{"tf":1.0},"128":{"tf":1.7320508075688772},"134":{"tf":1.0},"15":{"tf":1.0},"195":{"tf":1.0},"197":{"tf":1.4142135623730951},"22":{"tf":2.23606797749979},"234":{"tf":1.4142135623730951},"238":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.4142135623730951},"250":{"tf":2.449489742783178},"252":{"tf":1.0},"256":{"tf":1.7320508075688772},"26":{"tf":1.0},"261":{"tf":1.0},"27":{"tf":1.0},"270":{"tf":1.4142135623730951},"276":{"tf":1.0},"286":{"tf":2.6457513110645907},"32":{"tf":1.0},"33":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"45":{"tf":3.4641016151377544},"46":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0},"76":{"tf":1.7320508075688772},"77":{"tf":1.0},"78":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"179":{"tf":1.0},"209":{"tf":1.0},"232":{"tf":1.7320508075688772},"46":{"tf":1.0},"89":{"tf":1.0}}}}},"r":{"df":2,"docs":{"125":{"tf":1.4142135623730951},"32":{"tf":1.0}}},"’":{"df":2,"docs":{"15":{"tf":1.0},"209":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":5,"docs":{"141":{"tf":1.0},"232":{"tf":1.0},"234":{"tf":1.7320508075688772},"247":{"tf":1.0},"263":{"tf":1.0}}}}}}},"df":2,"docs":{"149":{"tf":1.0},"187":{"tf":1.0}}}},"o":{"d":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"176":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":9,"docs":{"10":{"tf":1.0},"118":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":1.0},"193":{"tf":1.0},"214":{"tf":1.0},"252":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"197":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"171":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":12,"docs":{"106":{"tf":1.4142135623730951},"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},"133":{"tf":1.0},"164":{"tf":1.4142135623730951},"53":{"tf":1.0},"54":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"{":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"206":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"102":{"tf":1.0},"103":{"tf":1.0},"119":{"tf":1.7320508075688772},"128":{"tf":1.0},"130":{"tf":1.0},"239":{"tf":1.4142135623730951},"255":{"tf":1.4142135623730951},"57":{"tf":1.0},"78":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"89":{"tf":1.0}}},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"151":{"tf":1.0},"184":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":2,"docs":{"125":{"tf":1.0},"176":{"tf":1.0}}}},"p":{"df":3,"docs":{"235":{"tf":1.0},"242":{"tf":1.0},"97":{"tf":1.0}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":46,"docs":{"10":{"tf":1.0},"112":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"117":{"tf":1.0},"12":{"tf":2.0},"121":{"tf":2.23606797749979},"124":{"tf":1.0},"13":{"tf":1.0},"130":{"tf":2.0},"153":{"tf":1.0},"17":{"tf":1.0},"172":{"tf":1.0},"176":{"tf":1.7320508075688772},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":2.6457513110645907},"196":{"tf":1.4142135623730951},"2":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"218":{"tf":2.0},"222":{"tf":1.4142135623730951},"225":{"tf":1.0},"227":{"tf":1.0},"23":{"tf":1.0},"234":{"tf":1.0},"286":{"tf":2.0},"288":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"30":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":2.8284271247461903},"44":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"55":{"tf":2.23606797749979},"60":{"tf":1.0},"67":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":2.6457513110645907}},"y":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"g":{"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":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"222":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"3":{"df":2,"docs":{"12":{"tf":1.0},"43":{"tf":1.0}}},"5":{"df":1,"docs":{"98":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"’":{"df":2,"docs":{"45":{"tf":1.0},"82":{"tf":1.0}}}}}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"227":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"201":{"tf":1.0},"40":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":5,"docs":{"17":{"tf":1.0},"225":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0},"50":{"tf":1.0}}},"k":{"df":9,"docs":{"286":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.0},"84":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"247":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":8,"docs":{"145":{"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},"46":{"tf":1.0}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"225":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":34,"docs":{"105":{"tf":1.4142135623730951},"11":{"tf":1.0},"112":{"tf":1.0},"118":{"tf":1.7320508075688772},"126":{"tf":1.7320508075688772},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"17":{"tf":1.0},"170":{"tf":1.0},"18":{"tf":1.0},"194":{"tf":1.0},"197":{"tf":1.7320508075688772},"200":{"tf":1.0},"204":{"tf":1.0},"214":{"tf":1.0},"217":{"tf":1.0},"23":{"tf":1.0},"256":{"tf":1.0},"258":{"tf":1.0},"286":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":2.449489742783178},"50":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.7320508075688772},"56":{"tf":1.4142135623730951},"58":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"69":{"tf":1.0},"7":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":15,"docs":{"110":{"tf":1.0},"146":{"tf":1.4142135623730951},"174":{"tf":1.4142135623730951},"198":{"tf":1.0},"205":{"tf":2.0},"208":{"tf":1.0},"211":{"tf":1.7320508075688772},"216":{"tf":2.0},"221":{"tf":1.0},"227":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772},"63":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":56,"docs":{"100":{"tf":1.0},"103":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":3.1622776601683795},"118":{"tf":2.23606797749979},"119":{"tf":1.0},"120":{"tf":1.4142135623730951},"121":{"tf":1.0},"13":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":2.0},"198":{"tf":1.0},"2":{"tf":1.4142135623730951},"205":{"tf":1.0},"227":{"tf":1.4142135623730951},"236":{"tf":1.4142135623730951},"238":{"tf":2.8284271247461903},"24":{"tf":1.0},"252":{"tf":1.0},"255":{"tf":1.0},"259":{"tf":1.4142135623730951},"273":{"tf":1.0},"286":{"tf":1.7320508075688772},"288":{"tf":1.0},"289":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"37":{"tf":1.0},"42":{"tf":1.7320508075688772},"50":{"tf":1.0},"54":{"tf":3.605551275463989},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"60":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":2.23606797749979},"65":{"tf":1.7320508075688772},"66":{"tf":1.4142135623730951},"67":{"tf":2.0},"68":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"86":{"tf":1.7320508075688772},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.4142135623730951},"98":{"tf":1.0},"99":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":1,"docs":{"135":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"116":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"100":{"tf":1.0},"68":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"5":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"66":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"0":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":15,"docs":{"100":{"tf":1.0},"102":{"tf":1.0},"107":{"tf":1.0},"109":{"tf":1.4142135623730951},"213":{"tf":1.0},"238":{"tf":1.0},"251":{"tf":1.0},"258":{"tf":1.0},"279":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"79":{"tf":1.0},"87":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"5":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"102":{"tf":1.0},"107":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"66":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"0":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"104":{"tf":1.0},"109":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"1":{"5":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"105":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"0":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"104":{"tf":1.0}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"1":{"0":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"66":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":9,"docs":{"104":{"tf":1.0},"106":{"tf":1.0},"13":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"235":{"tf":1.0},"236":{"tf":1.0},"29":{"tf":1.0}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"3":{"df":1,"docs":{"276":{"tf":1.0}}},"5":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"54":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"0":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"106":{"tf":1.0}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"5":{"0":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"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":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"209":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"112":{"tf":1.0},"175":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"162":{"tf":1.0},"51":{"tf":1.7320508075688772}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"124":{"tf":1.0}}}},"df":2,"docs":{"247":{"tf":1.0},"60":{"tf":1.0}},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"127":{"tf":1.0},"32":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":26,"docs":{"111":{"tf":1.0},"228":{"tf":1.7320508075688772},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"247":{"tf":1.0},"263":{"tf":1.0},"269":{"tf":1.4142135623730951},"272":{"tf":1.0},"283":{"tf":1.0},"9":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"126":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"e":{"df":4,"docs":{"169":{"tf":1.4142135623730951},"244":{"tf":1.0},"42":{"tf":1.0},"76":{"tf":1.4142135623730951}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"46":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"273":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"113":{"tf":1.0}}}}}}}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":4,"docs":{"104":{"tf":1.7320508075688772},"113":{"tf":1.0},"227":{"tf":1.0},"54":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":5,"docs":{"14":{"tf":1.0},"145":{"tf":1.0},"286":{"tf":1.0},"30":{"tf":1.0},"53":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":9,"docs":{"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":3,"docs":{"198":{"tf":1.4142135623730951},"2":{"tf":1.7320508075688772},"33":{"tf":1.0}}}},"x":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"(":{")":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"/":{"d":{"a":{"df":2,"docs":{"170":{"tf":1.0},"178":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":4,"docs":{"22":{"tf":1.0},"289":{"tf":1.0},"37":{"tf":1.0},"54":{"tf":1.4142135623730951}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":11,"docs":{"109":{"tf":1.0},"2":{"tf":1.0},"216":{"tf":1.0},"247":{"tf":1.0},"258":{"tf":1.0},"284":{"tf":1.0},"40":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.0},"79":{"tf":1.0},"99":{"tf":1.0}}},"i":{"c":{"df":4,"docs":{"16":{"tf":1.0},"58":{"tf":1.0},"80":{"tf":1.0},"87":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"6":{"4":{"df":2,"docs":{"206":{"tf":1.4142135623730951},"208":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"129":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"242":{"tf":1.0}}}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"236":{"tf":1.0},"93":{"tf":1.0}}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"109":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":18,"docs":{"119":{"tf":1.0},"120":{"tf":1.0},"125":{"tf":1.0},"141":{"tf":1.0},"149":{"tf":1.0},"187":{"tf":1.0},"252":{"tf":1.4142135623730951},"286":{"tf":1.0},"42":{"tf":1.4142135623730951},"46":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0},"73":{"tf":1.0},"78":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":18,"docs":{"0":{"tf":1.0},"10":{"tf":1.4142135623730951},"111":{"tf":1.0},"134":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"166":{"tf":1.0},"19":{"tf":1.0},"193":{"tf":1.0},"20":{"tf":1.0},"27":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"141":{"tf":1.0},"187":{"tf":1.0},"34":{"tf":1.0},"53":{"tf":1.0},"83":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"119":{"tf":1.0},"228":{"tf":1.0},"57":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"46":{"tf":1.0}}}}}},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"203":{"tf":1.0}}}},"t":{"df":3,"docs":{"252":{"tf":2.0},"4":{"tf":1.0},"7":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"180":{"tf":1.0},"32":{"tf":1.0},"57":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"k":{"df":1,"docs":{"198":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"223":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"45":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":11,"docs":{"104":{"tf":1.0},"148":{"tf":1.0},"153":{"tf":1.0},"197":{"tf":1.0},"205":{"tf":1.4142135623730951},"209":{"tf":1.0},"217":{"tf":1.0},"263":{"tf":1.0},"31":{"tf":1.7320508075688772},"32":{"tf":1.0},"63":{"tf":1.4142135623730951}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"p":{"df":23,"docs":{"112":{"tf":1.0},"14":{"tf":1.0},"143":{"tf":1.0},"146":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"179":{"tf":1.0},"181":{"tf":1.0},"190":{"tf":1.0},"199":{"tf":1.0},"209":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"225":{"tf":1.0},"261":{"tf":1.0},"286":{"tf":1.0},"288":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"53":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.0},"95":{"tf":1.0}},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.4142135623730951}}}}}}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"219":{"tf":1.0},"268":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.0}}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":16,"docs":{"112":{"tf":1.7320508075688772},"149":{"tf":1.4142135623730951},"154":{"tf":1.4142135623730951},"159":{"tf":1.4142135623730951},"169":{"tf":1.4142135623730951},"175":{"tf":1.0},"219":{"tf":1.0},"235":{"tf":1.0},"278":{"tf":1.4142135623730951},"51":{"tf":1.0},"65":{"tf":1.4142135623730951},"71":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}}}},"df":97,"docs":{"0":{"tf":1.0},"100":{"tf":1.0},"102":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":2.23606797749979},"116":{"tf":1.4142135623730951},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.7320508075688772},"121":{"tf":1.0},"122":{"tf":1.7320508075688772},"125":{"tf":1.4142135623730951},"126":{"tf":1.0},"13":{"tf":1.0},"133":{"tf":2.0},"141":{"tf":1.4142135623730951},"143":{"tf":1.0},"145":{"tf":1.0},"149":{"tf":1.4142135623730951},"150":{"tf":2.0},"152":{"tf":1.0},"154":{"tf":1.4142135623730951},"155":{"tf":2.0},"156":{"tf":1.0},"159":{"tf":1.7320508075688772},"160":{"tf":2.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.7320508075688772},"173":{"tf":1.4142135623730951},"183":{"tf":1.4142135623730951},"189":{"tf":2.0},"195":{"tf":1.0},"206":{"tf":2.0},"207":{"tf":1.7320508075688772},"208":{"tf":1.0},"209":{"tf":1.0},"212":{"tf":1.7320508075688772},"213":{"tf":1.4142135623730951},"214":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"222":{"tf":2.23606797749979},"223":{"tf":1.7320508075688772},"225":{"tf":1.0},"227":{"tf":1.0},"231":{"tf":2.6457513110645907},"232":{"tf":1.0},"238":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"247":{"tf":1.4142135623730951},"250":{"tf":1.4142135623730951},"253":{"tf":1.4142135623730951},"255":{"tf":1.4142135623730951},"257":{"tf":2.0},"261":{"tf":1.0},"264":{"tf":1.0},"268":{"tf":1.0},"270":{"tf":1.0},"271":{"tf":2.23606797749979},"273":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.4142135623730951},"281":{"tf":1.0},"285":{"tf":1.0},"286":{"tf":1.4142135623730951},"287":{"tf":1.0},"288":{"tf":1.4142135623730951},"45":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":2.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":2.23606797749979},"60":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.0},"69":{"tf":1.7320508075688772},"73":{"tf":1.7320508075688772},"78":{"tf":2.0},"82":{"tf":1.0},"9":{"tf":1.4142135623730951},"97":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":148,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.4142135623730951},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.4142135623730951},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.7320508075688772},"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.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.0},"147":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"19":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"227":{"tf":1.0},"24":{"tf":1.7320508075688772},"38":{"tf":1.0},"49":{"tf":1.7320508075688772},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.7320508075688772},"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.4142135623730951},"65":{"tf":1.7320508075688772},"66":{"tf":1.7320508075688772},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.4142135623730951},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"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}},"s":{"(":{"1":{"0":{"df":6,"docs":{"118":{"tf":1.0},"121":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"65":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}},"5":{"0":{"df":1,"docs":{"120":{"tf":1.0}}},"df":5,"docs":{"108":{"tf":1.0},"116":{"tf":1.0},"119":{"tf":1.0},"54":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":1,"docs":{"66":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"z":{"df":4,"docs":{"174":{"tf":1.4142135623730951},"212":{"tf":1.4142135623730951},"222":{"tf":1.4142135623730951},"223":{"tf":1.4142135623730951}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"224":{"tf":1.0},"270":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"51":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"i":{"d":{">":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"232":{"tf":1.0},"263":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"141":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"195":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"(":{"1":{"0":{"df":1,"docs":{"218":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":2,"docs":{"121":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":57,"docs":{"102":{"tf":1.0},"103":{"tf":1.4142135623730951},"112":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":2.0},"117":{"tf":1.4142135623730951},"118":{"tf":1.0},"119":{"tf":1.7320508075688772},"12":{"tf":1.4142135623730951},"120":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.0},"134":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.0},"162":{"tf":1.0},"164":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"171":{"tf":1.0},"173":{"tf":1.0},"178":{"tf":1.4142135623730951},"180":{"tf":1.0},"187":{"tf":1.4142135623730951},"195":{"tf":1.4142135623730951},"196":{"tf":1.0},"2":{"tf":2.449489742783178},"200":{"tf":1.4142135623730951},"203":{"tf":1.0},"222":{"tf":1.4142135623730951},"223":{"tf":1.0},"227":{"tf":1.4142135623730951},"232":{"tf":1.4142135623730951},"239":{"tf":1.4142135623730951},"255":{"tf":1.7320508075688772},"256":{"tf":1.0},"286":{"tf":2.23606797749979},"287":{"tf":1.4142135623730951},"288":{"tf":1.0},"29":{"tf":1.4142135623730951},"3":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":2.0},"43":{"tf":1.7320508075688772},"44":{"tf":1.7320508075688772},"45":{"tf":1.0},"53":{"tf":2.449489742783178},"54":{"tf":1.4142135623730951},"58":{"tf":1.0},"60":{"tf":1.0},"76":{"tf":1.4142135623730951},"78":{"tf":1.0},"8":{"tf":1.0},"92":{"tf":1.0}}},"df":0,"docs":{}},"u":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"46":{"tf":1.0}},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":4,"docs":{"127":{"tf":1.0},"214":{"tf":1.0},"257":{"tf":1.0},"287":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"130":{"tf":1.0},"281":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.4142135623730951}}}},"df":5,"docs":{"150":{"tf":1.0},"151":{"tf":1.0},"168":{"tf":1.0},"22":{"tf":1.0},"41":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"!":{"[":{"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":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":1,"docs":{"222":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"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":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":2,"docs":{"205":{"tf":1.0},"222":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"205":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"234":{"tf":1.0},"25":{"tf":1.0},"256":{"tf":1.0}},"f":{"df":2,"docs":{"129":{"tf":1.0},"286":{"tf":1.4142135623730951}},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"286":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":30,"docs":{"105":{"tf":1.0},"125":{"tf":1.0},"142":{"tf":1.0},"186":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"196":{"tf":1.0},"2":{"tf":1.0},"212":{"tf":1.0},"214":{"tf":1.0},"227":{"tf":1.0},"232":{"tf":1.0},"234":{"tf":1.4142135623730951},"239":{"tf":1.0},"242":{"tf":1.0},"252":{"tf":1.4142135623730951},"257":{"tf":1.0},"258":{"tf":1.0},"286":{"tf":1.4142135623730951},"287":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"4":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"60":{"tf":1.0},"64":{"tf":1.0},"68":{"tf":1.0},"81":{"tf":1.0},"86":{"tf":1.0},"90":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"241":{"tf":1.7320508075688772},"247":{"tf":1.4142135623730951},"284":{"tf":1.0},"41":{"tf":1.0}}}}}}}},"i":{"a":{"df":4,"docs":{"177":{"tf":1.0},"187":{"tf":1.4142135623730951},"199":{"tf":1.0},"30":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"141":{"tf":1.4142135623730951},"51":{"tf":1.0}}}}},"m":{"df":1,"docs":{"267":{"tf":1.0}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":3,"docs":{"153":{"tf":1.0},"35":{"tf":1.0},"58":{"tf":1.0}}}}}},"s":{"df":5,"docs":{"171":{"tf":1.0},"180":{"tf":1.0},"188":{"tf":1.0},"284":{"tf":1.0},"42":{"tf":1.4142135623730951}}}},"w":{"[":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"28":{"tf":1.0}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":12,"docs":{"134":{"tf":1.0},"14":{"tf":1.0},"158":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"186":{"tf":1.0},"199":{"tf":1.0},"261":{"tf":1.0},"30":{"tf":1.7320508075688772},"43":{"tf":1.0},"46":{"tf":1.0},"53":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"k":{"df":7,"docs":{"19":{"tf":1.4142135623730951},"201":{"tf":1.0},"220":{"tf":1.0},"228":{"tf":1.0},"28":{"tf":1.0},"52":{"tf":1.0},"9":{"tf":1.0}}},"l":{"df":5,"docs":{"22":{"tf":2.23606797749979},"250":{"tf":1.7320508075688772},"286":{"tf":1.0},"33":{"tf":1.0},"45":{"tf":2.8284271247461903}},"e":{"df":0,"docs":{},"t":{"df":12,"docs":{"113":{"tf":1.0},"116":{"tf":1.4142135623730951},"196":{"tf":1.4142135623730951},"225":{"tf":1.0},"227":{"tf":1.0},"259":{"tf":2.0},"29":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":2.0},"65":{"tf":1.7320508075688772},"66":{"tf":1.7320508075688772},"67":{"tf":1.0}},"s":{"(":{"1":{"0":{"0":{"df":2,"docs":{"120":{"tf":1.0},"218":{"tf":1.0}}},"df":7,"docs":{"102":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"116":{"tf":1.0},"119":{"tf":1.0},"54":{"tf":1.4142135623730951},"57":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":6,"docs":{"118":{"tf":1.0},"121":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"65":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}},"3":{"0":{"df":1,"docs":{"105":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":1,"docs":{"66":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"t":{"df":27,"docs":{"10":{"tf":1.0},"100":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.4142135623730951},"132":{"tf":1.0},"150":{"tf":1.0},"155":{"tf":1.4142135623730951},"171":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"201":{"tf":1.0},"21":{"tf":1.0},"279":{"tf":1.0},"286":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.7320508075688772},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"54":{"tf":1.0},"59":{"tf":2.0},"61":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.4142135623730951},"95":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"142":{"tf":1.0},"188":{"tf":1.0},"199":{"tf":1.0},"35":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"239":{"tf":1.0}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"126":{"tf":1.4142135623730951}}}},"y":{"df":5,"docs":{"133":{"tf":1.0},"18":{"tf":1.0},"193":{"tf":1.0},"21":{"tf":1.0},"39":{"tf":1.0}}}},"df":1,"docs":{"28":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":4,"docs":{"196":{"tf":1.0},"203":{"tf":1.0},"288":{"tf":1.0},"43":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"16":{"tf":1.0},"188":{"tf":1.0},"198":{"tf":1.0},"33":{"tf":1.0}}}},"’":{"d":{"df":1,"docs":{"268":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":5,"docs":{"193":{"tf":1.0},"228":{"tf":1.0},"32":{"tf":1.0},"52":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"r":{"df":2,"docs":{"0":{"tf":1.0},"54":{"tf":1.0}}},"v":{"df":4,"docs":{"40":{"tf":1.0},"47":{"tf":1.0},"55":{"tf":1.0},"59":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"t":{"\'":{"df":1,"docs":{"231":{"tf":1.0}}},"df":0,"docs":{},"’":{"df":12,"docs":{"111":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"144":{"tf":1.4142135623730951},"166":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"191":{"tf":1.4142135623730951},"220":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"42":{"tf":1.0},"48":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":16,"docs":{"17":{"tf":1.4142135623730951},"195":{"tf":1.0},"197":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"217":{"tf":1.0},"227":{"tf":1.0},"250":{"tf":1.0},"286":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.4142135623730951},"46":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"8":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":2,"docs":{"16":{"tf":1.0},"194":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"41":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":13,"docs":{"118":{"tf":1.0},"15":{"tf":1.0},"170":{"tf":1.0},"179":{"tf":1.0},"196":{"tf":1.0},"198":{"tf":1.0},"22":{"tf":1.0},"227":{"tf":1.0},"232":{"tf":1.0},"25":{"tf":1.4142135623730951},"29":{"tf":1.0},"56":{"tf":1.0},"83":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"224":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"2":{"df":1,"docs":{"213":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":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":{"224":{"tf":1.0}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"206":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"43":{"tf":1.0},"98":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"239":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"2":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"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":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"2":{"0":{"df":7,"docs":{"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"234":{"tf":1.0},"238":{"tf":1.0},"37":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}},"5":{"0":{"df":1,"docs":{"169":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"0":{"0":{"df":2,"docs":{"109":{"tf":1.0},"120":{"tf":1.0}}},"df":2,"docs":{"115":{"tf":1.0},"53":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"5":{"df":1,"docs":{"25":{"tf":1.0}}},"6":{"0":{"df":18,"docs":{"101":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"116":{"tf":1.0},"13":{"tf":1.0},"133":{"tf":1.0},"164":{"tf":1.0},"207":{"tf":1.0},"213":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.0},"45":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{}},"9":{"0":{"df":3,"docs":{"121":{"tf":1.0},"245":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":1,"docs":{"109":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"98":{"tf":1.0}}}}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{")":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"(":{"5":{"df":1,"docs":{"207":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"0":{"df":1,"docs":{"224":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":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":{"169":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":7,"docs":{"128":{"tf":1.0},"179":{"tf":1.0},"232":{"tf":1.0},"24":{"tf":1.0},"57":{"tf":1.0},"92":{"tf":1.0},"99":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":17,"docs":{"109":{"tf":1.4142135623730951},"129":{"tf":1.0},"195":{"tf":1.0},"201":{"tf":1.4142135623730951},"202":{"tf":1.0},"264":{"tf":1.4142135623730951},"3":{"tf":1.0},"36":{"tf":1.0},"40":{"tf":2.23606797749979},"43":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.0},"62":{"tf":1.0},"7":{"tf":1.0},"98":{"tf":1.0}}}}}}}},"l":{"df":1,"docs":{"289":{"tf":1.0}}},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"39":{"tf":1.0}}}}},"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":4,"docs":{"272":{"tf":1.4142135623730951},"35":{"tf":1.0},"46":{"tf":1.0},"57":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"k":{"df":39,"docs":{"10":{"tf":1.0},"109":{"tf":1.0},"11":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.0},"12":{"tf":1.0},"145":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"158":{"tf":1.4142135623730951},"16":{"tf":1.4142135623730951},"166":{"tf":1.0},"168":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951},"18":{"tf":1.0},"189":{"tf":1.0},"193":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"205":{"tf":1.0},"21":{"tf":1.0},"217":{"tf":1.0},"246":{"tf":1.0},"250":{"tf":1.7320508075688772},"252":{"tf":1.0},"257":{"tf":1.0},"3":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.0},"80":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":4,"docs":{"225":{"tf":1.7320508075688772},"40":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"51":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"—":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"234":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"268":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"df":142,"docs":{"10":{"tf":1.0},"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.7320508075688772},"109":{"tf":1.7320508075688772},"110":{"tf":1.7320508075688772},"112":{"tf":1.7320508075688772},"113":{"tf":1.4142135623730951},"116":{"tf":1.7320508075688772},"119":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"124":{"tf":1.0},"125":{"tf":1.7320508075688772},"126":{"tf":1.7320508075688772},"127":{"tf":1.0},"13":{"tf":1.0},"134":{"tf":1.0},"14":{"tf":1.0},"142":{"tf":1.0},"144":{"tf":1.0},"146":{"tf":1.4142135623730951},"15":{"tf":2.0},"167":{"tf":1.7320508075688772},"168":{"tf":1.4142135623730951},"17":{"tf":1.7320508075688772},"170":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.7320508075688772},"174":{"tf":1.0},"175":{"tf":1.0},"186":{"tf":1.0},"188":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"196":{"tf":2.449489742783178},"197":{"tf":3.1622776601683795},"198":{"tf":2.0},"199":{"tf":2.0},"200":{"tf":1.4142135623730951},"201":{"tf":1.4142135623730951},"202":{"tf":1.0},"203":{"tf":1.4142135623730951},"204":{"tf":2.0},"205":{"tf":2.6457513110645907},"206":{"tf":2.23606797749979},"207":{"tf":1.7320508075688772},"209":{"tf":2.6457513110645907},"210":{"tf":1.0},"211":{"tf":1.4142135623730951},"216":{"tf":1.0},"217":{"tf":1.0},"220":{"tf":1.4142135623730951},"221":{"tf":2.0},"222":{"tf":2.6457513110645907},"223":{"tf":1.4142135623730951},"224":{"tf":1.0},"225":{"tf":1.0},"227":{"tf":1.7320508075688772},"235":{"tf":1.4142135623730951},"236":{"tf":2.6457513110645907},"238":{"tf":1.0},"239":{"tf":1.7320508075688772},"246":{"tf":1.7320508075688772},"247":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":2.0},"258":{"tf":1.7320508075688772},"259":{"tf":1.4142135623730951},"263":{"tf":1.0},"266":{"tf":2.0},"275":{"tf":1.7320508075688772},"276":{"tf":1.0},"28":{"tf":1.4142135623730951},"286":{"tf":3.1622776601683795},"288":{"tf":1.4142135623730951},"289":{"tf":1.0},"29":{"tf":2.0},"3":{"tf":1.0},"31":{"tf":1.4142135623730951},"32":{"tf":3.4641016151377544},"33":{"tf":1.4142135623730951},"34":{"tf":2.0},"35":{"tf":1.0},"36":{"tf":2.23606797749979},"37":{"tf":1.4142135623730951},"40":{"tf":2.8284271247461903},"42":{"tf":2.6457513110645907},"44":{"tf":1.0},"46":{"tf":2.23606797749979},"47":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.7320508075688772},"54":{"tf":3.1622776601683795},"56":{"tf":2.0},"57":{"tf":2.0},"58":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.7320508075688772},"62":{"tf":2.6457513110645907},"63":{"tf":3.1622776601683795},"64":{"tf":2.23606797749979},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"70":{"tf":2.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.4142135623730951},"74":{"tf":2.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951},"79":{"tf":2.23606797749979},"80":{"tf":1.4142135623730951},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.4142135623730951},"84":{"tf":1.7320508075688772},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.4142135623730951},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.7320508075688772},"97":{"tf":1.0},"98":{"tf":1.4142135623730951},"99":{"tf":2.6457513110645907}},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"131":{"tf":1.0},"173":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":3,"docs":{"183":{"tf":1.0},"50":{"tf":2.0},"51":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"—":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"l":{"d":{"df":1,"docs":{"126":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"10":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"40":{"tf":1.0},"41":{"tf":1.0},"46":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":3,"docs":{"180":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"125":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":17,"docs":{"11":{"tf":1.0},"146":{"tf":1.0},"19":{"tf":1.0},"193":{"tf":1.0},"20":{"tf":1.0},"209":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.4142135623730951},"47":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0},"94":{"tf":1.7320508075688772},"95":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"132":{"tf":1.0},"149":{"tf":1.0},"18":{"tf":1.0},"53":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":8,"docs":{"109":{"tf":1.4142135623730951},"16":{"tf":1.0},"181":{"tf":1.0},"188":{"tf":1.0},"193":{"tf":1.0},"198":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.0}}}}}}},"x":{"df":1,"docs":{"10":{"tf":1.0}}},"y":{"df":0,"docs":{},"e":{"df":10,"docs":{"162":{"tf":1.7320508075688772},"251":{"tf":1.0},"253":{"tf":1.0},"258":{"tf":1.0},"262":{"tf":1.0},"264":{"tf":1.0},"267":{"tf":1.0},"276":{"tf":1.0},"279":{"tf":1.0},"280":{"tf":1.0}},"t":{"df":0,"docs":{},"—":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"’":{"df":0,"docs":{},"r":{"df":1,"docs":{"12":{"tf":1.0}}}}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"’":{"d":{"df":4,"docs":{"114":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":8,"docs":{"10":{"tf":1.0},"134":{"tf":1.4142135623730951},"203":{"tf":1.0},"253":{"tf":1.0},"35":{"tf":1.0},"53":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951},"99":{"tf":1.0}}}},"r":{"df":25,"docs":{"101":{"tf":1.0},"11":{"tf":1.0},"118":{"tf":1.0},"12":{"tf":1.0},"150":{"tf":2.0},"155":{"tf":1.0},"160":{"tf":1.4142135623730951},"170":{"tf":1.0},"180":{"tf":1.0},"193":{"tf":1.0},"195":{"tf":1.0},"2":{"tf":1.0},"200":{"tf":1.4142135623730951},"247":{"tf":1.0},"253":{"tf":1.0},"255":{"tf":1.0},"257":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":1.0},"54":{"tf":1.0},"59":{"tf":2.449489742783178},"62":{"tf":1.0},"69":{"tf":1.0},"8":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}}},"v":{"df":7,"docs":{"132":{"tf":1.0},"18":{"tf":1.0},"193":{"tf":1.0},"27":{"tf":1.0},"39":{"tf":1.0},"53":{"tf":1.0},"7":{"tf":1.0}}}}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":4,"docs":{"126":{"tf":1.0},"196":{"tf":1.0},"40":{"tf":1.0},"89":{"tf":1.0}}}}}}}},"title":{"root":{"1":{"df":2,"docs":{"115":{"tf":1.0},"29":{"tf":1.0}}},"2":{"df":2,"docs":{"116":{"tf":1.0},"30":{"tf":1.0}}},"3":{"df":2,"docs":{"117":{"tf":1.0},"31":{"tf":1.0}}},"4":{"df":2,"docs":{"118":{"tf":1.0},"32":{"tf":1.0}}},"5":{"df":2,"docs":{"119":{"tf":1.0},"33":{"tf":1.0}}},"6":{"df":2,"docs":{"120":{"tf":1.0},"34":{"tf":1.0}}},"7":{"df":2,"docs":{"121":{"tf":1.0},"35":{"tf":1.0}}},"a":{"b":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":1,"docs":{"289":{"tf":1.0}}}}}}},"df":0,"docs":{}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"173":{"tf":1.0}}}}}},"df":0,"docs":{}},"d":{"d":{"df":2,"docs":{"266":{"tf":1.0},"267":{"tf":1.0}}},"df":5,"docs":{"204":{"tf":1.0},"210":{"tf":1.0},"215":{"tf":1.0},"218":{"tf":1.0},"54":{"tf":1.0}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"124":{"tf":1.0},"165":{"tf":1.0},"278":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"231":{"tf":1.0},"271":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"109":{"tf":1.0}}}},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"i":{"df":2,"docs":{"174":{"tf":1.0},"208":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"226":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"288":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"124":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"248":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}},"t":{"df":1,"docs":{"185":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"177":{"tf":1.0},"3":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"109":{"tf":1.0}}},"df":0,"docs":{}}}}},"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"c":{"df":5,"docs":{"133":{"tf":1.0},"65":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"127":{"tf":1.0}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"113":{"tf":1.0},"171":{"tf":1.0},"209":{"tf":1.0},"214":{"tf":1.0},"217":{"tf":1.0},"60":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"183":{"tf":1.0},"230":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"117":{"tf":1.0}}},"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"128":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"8":{"tf":1.0},"9":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"200":{"tf":1.0},"40":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"284":{"tf":1.0}}},"i":{"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"229":{"tf":1.0},"253":{"tf":1.0},"29":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"106":{"tf":1.0},"110":{"tf":1.0},"208":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}}}},"df":0,"docs":{}}},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"100":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"z":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"127":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"c":{"a":{"df":0,"docs":{},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"163":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"99":{"tf":1.0}}}},"o":{"df":10,"docs":{"102":{"tf":1.0},"119":{"tf":1.0},"167":{"tf":1.0},"176":{"tf":1.0},"178":{"tf":1.0},"23":{"tf":1.0},"239":{"tf":1.0},"257":{"tf":1.0},"57":{"tf":1.0},"74":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"227":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"206":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.0},"92":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"246":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":3,"docs":{"162":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0}}}}}},"i":{"/":{"c":{"d":{"df":1,"docs":{"281":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":4,"docs":{"143":{"tf":1.0},"190":{"tf":1.0},"244":{"tf":1.0},"270":{"tf":1.0}},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"185":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"35":{"tf":1.0}}}}},"r":{"df":2,"docs":{"40":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"250":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"12":{"tf":1.0},"43":{"tf":1.0}}}}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"108":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"141":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"105":{"tf":1.0},"118":{"tf":1.0},"258":{"tf":1.0},"56":{"tf":1.0},"79":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"189":{"tf":1.0},"289":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"152":{"tf":1.0}}}}}}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"11":{"tf":1.0},"194":{"tf":1.0},"286":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"136":{"tf":1.0}}}}}},"df":3,"docs":{"151":{"tf":1.0},"156":{"tf":1.0},"161":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"107":{"tf":1.0},"55":{"tf":1.0},"66":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"223":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":3,"docs":{"115":{"tf":1.0},"53":{"tf":1.0},"81":{"tf":1.0}}}}}},"i":{"d":{"df":1,"docs":{"178":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"227":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"268":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":4,"docs":{"172":{"tf":1.0},"173":{"tf":1.0},"177":{"tf":1.0},"197":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"199":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"11":{"tf":1.0},"227":{"tf":1.0},"286":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"103":{"tf":1.0},"212":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"275":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"225":{"tf":1.0},"40":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"174":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":13,"docs":{"110":{"tf":1.0},"121":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"165":{"tf":1.0},"204":{"tf":1.0},"207":{"tf":1.0},"210":{"tf":1.0},"213":{"tf":1.0},"215":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"94":{"tf":1.0}}}}}}}},"d":{"a":{"df":5,"docs":{"117":{"tf":1.0},"118":{"tf":1.0},"3":{"tf":1.0},"70":{"tf":1.0},"90":{"tf":1.0}},"t":{"a":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":4,"docs":{"142":{"tf":1.0},"187":{"tf":1.0},"246":{"tf":1.0},"263":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"21":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"68":{"tf":1.0}}}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"125":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":5,"docs":{"129":{"tf":1.4142135623730951},"186":{"tf":1.0},"216":{"tf":1.0},"229":{"tf":1.0},"30":{"tf":1.0}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"195":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":3,"docs":{"254":{"tf":1.0},"39":{"tf":1.0},"47":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"23":{"tf":1.0}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"192":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"122":{"tf":1.0},"18":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"117":{"tf":1.0}}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"264":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"241":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"108":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"129":{"tf":1.0}},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"128":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"l":{"df":1,"docs":{"227":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"101":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"201":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"107":{"tf":1.0},"122":{"tf":1.0},"240":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"230":{"tf":1.0},"236":{"tf":1.0},"271":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"34":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"17":{"tf":1.0}}}}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":13,"docs":{"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},"124":{"tf":1.0},"206":{"tf":1.0},"212":{"tf":1.0},"221":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"133":{"tf":1.0},"136":{"tf":1.0},"199":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":24,"docs":{"100":{"tf":1.0},"128":{"tf":1.0},"16":{"tf":1.0},"170":{"tf":1.0},"179":{"tf":1.0},"198":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":1.0},"221":{"tf":1.0},"223":{"tf":1.0},"237":{"tf":1.0},"273":{"tf":1.0},"34":{"tf":1.0},"42":{"tf":1.0},"62":{"tf":1.0},"68":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"86":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"101":{"tf":1.0},"43":{"tf":1.0}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"202":{"tf":1.0},"203":{"tf":1.0},"265":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":2,"docs":{"110":{"tf":1.0},"219":{"tf":1.0}}}}}}}},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":9,"docs":{"142":{"tf":1.0},"188":{"tf":1.0},"239":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"263":{"tf":1.0},"270":{"tf":1.0},"273":{"tf":1.0},"46":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"r":{"df":6,"docs":{"139":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"85":{"tf":1.0},"89":{"tf":1.0},"93":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"147":{"tf":1.0},"46":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"277":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"157":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"128":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"273":{"tf":1.0}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"23":{"tf":1.0},"53":{"tf":1.0},"98":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"11":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"243":{"tf":1.0}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":1,"docs":{"230":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":4,"docs":{"202":{"tf":1.0},"250":{"tf":1.0},"265":{"tf":1.0},"288":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"248":{"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":1,"docs":{"218":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"130":{"tf":1.0},"15":{"tf":1.0},"197":{"tf":1.0},"249":{"tf":1.0},"279":{"tf":1.0}}}}},"t":{"df":2,"docs":{"247":{"tf":1.0},"282":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"285":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"180":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"276":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"206":{"tf":1.0},"24":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":3,"docs":{"247":{"tf":1.0},"282":{"tf":1.0},"283":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"218":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"i":{"df":1,"docs":{"49":{"tf":1.0}},"i":{"df":1,"docs":{"192":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"196":{"tf":1.0},"44":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"21":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"238":{"tf":1.0},"86":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"250":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":4,"docs":{"190":{"tf":1.0},"208":{"tf":1.0},"219":{"tf":1.0},"281":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"146":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":1,"docs":{"225":{"tf":1.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"137":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":6,"docs":{"189":{"tf":1.0},"229":{"tf":1.0},"233":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"147":{"tf":1.0}}}}},"v":{"df":1,"docs":{"226":{"tf":1.0}}}},"j":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"16":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"198":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"k":{"8":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"157":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"242":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"125":{"tf":1.0}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"5":{"tf":1.0}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":2,"docs":{"27":{"tf":1.0},"37":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"276":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":3,"docs":{"53":{"tf":1.0},"81":{"tf":1.0},"90":{"tf":1.0}}}}},"o":{"a":{"d":{"df":1,"docs":{"126":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"147":{"tf":1.0}}}}}}}},"df":2,"docs":{"244":{"tf":1.0},"270":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":3,"docs":{"141":{"tf":1.0},"187":{"tf":1.0},"273":{"tf":1.0}}},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"256":{"tf":1.0},"261":{"tf":1.0}}}},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"273":{"tf":1.0}}},"s":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"m":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":3,"docs":{"14":{"tf":1.0},"18":{"tf":1.0},"277":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"46":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":1,"docs":{"255":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"194":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"115":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"25":{"tf":1.0}}}}}}},"x":{"df":1,"docs":{"164":{"tf":1.0}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"127":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":3,"docs":{"85":{"tf":1.0},"89":{"tf":1.0},"93":{"tf":1.0}},"l":{"df":1,"docs":{"193":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"40":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"275":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"131":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"135":{"tf":1.0},"258":{"tf":1.0},"56":{"tf":1.0}}}}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":4,"docs":{"23":{"tf":1.0},"253":{"tf":1.0},"259":{"tf":1.0},"275":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"125":{"tf":1.0}}}}}}},"w":{"df":1,"docs":{"221":{"tf":1.0}}},"x":{"df":0,"docs":{},"t":{"df":11,"docs":{"111":{"tf":1.0},"123":{"tf":1.0},"144":{"tf":1.0},"166":{"tf":1.0},"19":{"tf":1.0},"191":{"tf":1.0},"220":{"tf":1.0},"38":{"tf":1.0},"48":{"tf":1.0},"61":{"tf":1.0},"95":{"tf":1.0}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":8,"docs":{"103":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"177":{"tf":1.0},"183":{"tf":1.0},"2":{"tf":1.0},"255":{"tf":1.0},"272":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":4,"docs":{"1":{"tf":1.0},"183":{"tf":1.0},"253":{"tf":1.0},"287":{"tf":1.0}}}}}},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":2,"docs":{"24":{"tf":1.0},"33":{"tf":1.0}}}}}}},"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"41":{"tf":1.0}}},"df":1,"docs":{"258":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"181":{"tf":1.0}}}},"t":{"df":1,"docs":{"102":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"66":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0}}}}}}},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"36":{"tf":1.0}}}}},"df":0,"docs":{}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"126":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"134":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"21":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"10":{"tf":1.0}}}}}}}}}},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"170":{"tf":1.0},"179":{"tf":1.0}}}},"n":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"140":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"136":{"tf":1.0},"262":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"280":{"tf":1.0}}}}}}}},"df":0,"docs":{},"t":{"df":4,"docs":{"192":{"tf":1.0},"226":{"tf":1.0},"49":{"tf":1.0},"6":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"244":{"tf":1.0},"245":{"tf":1.0},"270":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":17,"docs":{"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},"112":{"tf":1.0},"176":{"tf":1.0},"178":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"212":{"tf":1.0}}}},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"274":{"tf":1.0}}}}}}}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"131":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"20":{"tf":1.0}}}}}}}}}}},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"131":{"tf":1.0}}}}}}}},"l":{"a":{"df":0,"docs":{},"n":{"df":5,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"196":{"tf":1.0},"29":{"tf":1.0},"44":{"tf":1.0}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"231":{"tf":1.0},"271":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"198":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":7,"docs":{"113":{"tf":1.0},"171":{"tf":1.0},"209":{"tf":1.0},"214":{"tf":1.0},"217":{"tf":1.0},"37":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"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":2,"docs":{"182":{"tf":1.0},"184":{"tf":1.0}}}}}}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"o":{"b":{"df":0,"docs":{},"e":{"df":1,"docs":{"222":{"tf":1.0}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"157":{"tf":1.0}}}},"df":0,"docs":{}}},"df":3,"docs":{"151":{"tf":1.0},"156":{"tf":1.0},"161":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"279":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"234":{"tf":1.0},"235":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":3,"docs":{"22":{"tf":1.0},"250":{"tf":1.0},"45":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"185":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"195":{"tf":1.0}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"248":{"tf":1.0},"249":{"tf":1.0}}}}}}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"104":{"tf":1.0}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"103":{"tf":1.0},"39":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"222":{"tf":1.0},"223":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"272":{"tf":1.0}}}},"d":{"df":0,"docs":{},"i":{"df":5,"docs":{"186":{"tf":1.0},"232":{"tf":1.0},"272":{"tf":1.0},"31":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"14":{"tf":1.0}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"192":{"tf":1.0},"225":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":2,"docs":{"152":{"tf":1.0},"43":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"77":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"57":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"274":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"200":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"119":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"137":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"106":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"251":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}}}}}},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"172":{"tf":1.0}}}}}}}}},"df":15,"docs":{"122":{"tf":1.0},"129":{"tf":1.0},"132":{"tf":1.0},"135":{"tf":1.0},"143":{"tf":1.0},"198":{"tf":1.0},"25":{"tf":1.0},"256":{"tf":1.0},"260":{"tf":1.0},"262":{"tf":1.0},"264":{"tf":1.0},"276":{"tf":1.0},"41":{"tf":1.0},"58":{"tf":1.0},"84":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":15,"docs":{"14":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"184":{"tf":1.0},"215":{"tf":1.0},"217":{"tf":1.0},"251":{"tf":1.0},"267":{"tf":1.0},"280":{"tf":1.0},"41":{"tf":1.0},"59":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"199":{"tf":1.0},"233":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"221":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":2,"docs":{"2":{"tf":1.0},"251":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":12,"docs":{"13":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"193":{"tf":1.0},"196":{"tf":1.0},"251":{"tf":1.0},"254":{"tf":1.0},"27":{"tf":1.0},"279":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"96":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"259":{"tf":1.0}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"194":{"tf":1.0},"42":{"tf":1.0}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"227":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"222":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"125":{"tf":1.0}}}}},"x":{"df":1,"docs":{"28":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"235":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"115":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"245":{"tf":1.4142135623730951}}}}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"253":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":4,"docs":{"107":{"tf":1.0},"184":{"tf":1.0},"240":{"tf":1.0},"287":{"tf":1.0}}}}},"df":0,"docs":{}}},"t":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"152":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":8,"docs":{"28":{"tf":1.0},"29":{"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}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"261":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"272":{"tf":1.0}}}},"y":{"df":1,"docs":{"223":{"tf":1.0}}}},"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"120":{"tf":1.0}}}}}}},"u":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"138":{"tf":1.0},"16":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"26":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"174":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":12,"docs":{"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"125":{"tf":1.0}}}}}}}}},"t":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"261":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"223":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":27,"docs":{"115":{"tf":1.0},"120":{"tf":1.0},"13":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"142":{"tf":1.0},"188":{"tf":1.0},"20":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"252":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"258":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"270":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"280":{"tf":1.0},"4":{"tf":1.0},"57":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"108":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":3,"docs":{"22":{"tf":1.4142135623730951},"250":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"232":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"17":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":9,"docs":{"12":{"tf":1.0},"121":{"tf":1.0},"130":{"tf":1.0},"176":{"tf":1.0},"195":{"tf":1.0},"218":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0},"98":{"tf":1.0}}}}}}}},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":5,"docs":{"118":{"tf":1.0},"126":{"tf":1.0},"15":{"tf":1.0},"197":{"tf":1.0},"54":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"205":{"tf":1.0},"211":{"tf":1.0},"216":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":6,"docs":{"116":{"tf":1.0},"118":{"tf":1.0},"238":{"tf":1.0},"54":{"tf":1.0},"64":{"tf":1.0},"86":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":1,"docs":{"51":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"228":{"tf":1.0},"269":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"104":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"o":{"df":1,"docs":{"2":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"134":{"tf":1.0},"146":{"tf":1.0},"63":{"tf":1.0},"80":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"268":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":12,"docs":{"112":{"tf":1.0},"149":{"tf":1.0},"154":{"tf":1.0},"159":{"tf":1.0},"169":{"tf":1.0},"278":{"tf":1.0},"65":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"82":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0}}}},"df":14,"docs":{"150":{"tf":1.0},"155":{"tf":1.0},"160":{"tf":1.0},"207":{"tf":1.0},"213":{"tf":1.0},"231":{"tf":1.0},"250":{"tf":1.0},"255":{"tf":1.0},"257":{"tf":1.0},"271":{"tf":1.0},"69":{"tf":1.0},"73":{"tf":1.0},"78":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"2":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":1,"docs":{"42":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"22":{"tf":1.0},"250":{"tf":1.0},"45":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"259":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"126":{"tf":1.0}}}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"’":{"df":11,"docs":{"111":{"tf":1.0},"123":{"tf":1.0},"144":{"tf":1.0},"166":{"tf":1.0},"19":{"tf":1.0},"191":{"tf":1.0},"220":{"tf":1.0},"38":{"tf":1.0},"48":{"tf":1.0},"61":{"tf":1.0},"95":{"tf":1.0}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"25":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"224":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"264":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"272":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"k":{"df":5,"docs":{"148":{"tf":1.0},"153":{"tf":1.0},"158":{"tf":1.0},"168":{"tf":1.0},"17":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"268":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":32,"docs":{"105":{"tf":1.0},"110":{"tf":1.0},"116":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"15":{"tf":1.0},"167":{"tf":1.0},"197":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"209":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"236":{"tf":1.0},"239":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"266":{"tf":1.0},"32":{"tf":1.0},"42":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"70":{"tf":1.0},"74":{"tf":1.0},"79":{"tf":1.0},"99":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"173":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"41":{"tf":1.0},"94":{"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/docs/searchindex-693750e1.js b/docs/searchindex-693750e1.js new file mode 100644 index 0000000..d958fb9 --- /dev/null +++ b/docs/searchindex-693750e1.js @@ -0,0 +1 @@ +window.search = Object.assign(window.search, JSON.parse('{"doc_urls":["project-context-primer.html#project-context-primer","what-you-will-learn.html#what-you-will-learn","part-i.html#part-i--foundations","introduction.html#introduction","architecture-overview.html#architecture-overview","testing-philosophy.html#testing-philosophy","testing-philosophy.html#declarative-over-imperative","testing-philosophy.html#protocol-time-not-wall-time","testing-philosophy.html#determinism-first-chaos-when-needed","testing-philosophy.html#observable-health-signals","testing-philosophy.html#minimum-run-windows","testing-philosophy.html#summary","scenario-lifecycle.html#scenario-lifecycle","design-rationale.html#design-rationale","part-ii.html#part-ii--user-guide","workspace-layout.html#workspace-layout","annotated-tree.html#annotated-tree","authoring-scenarios.html#authoring-scenarios","workloads.html#core-content-workloads--expectations","workloads.html#workloads","workloads.html#expectations","scenario-builder-ext-patterns.html#core-content-scenariobuilderext-patterns","best-practices.html#best-practices","examples.html#examples","examples.html#simple-consensus-liveness","examples.html#transaction-workload","examples.html#da--transaction-workload","examples.html#chaos-resilience-test","examples-advanced.html#advanced-examples","examples-advanced.html#load-progression-test","examples-advanced.html#sustained-load-test","examples-advanced.html#aggressive-chaos-test","examples-advanced.html#extension-ideas","examples-advanced.html#network-partition-recovery","examples-advanced.html#custom-expectation-block-timing-consistency","running-scenarios.html#running-scenarios","runners.html#runners","runners.html#local-runner","runners.html#docker-compose-runner","runners.html#kubernetes-runner","runners.html#common-expectations","operations.html#operations","part-iii.html#part-iii--developer-reference","scenario-model.html#scenario-model-developer-level","extending.html#extending-the-framework","extending.html#adding-a-workload","extending.html#adding-an-expectation","extending.html#adding-a-runner","extending.html#adding-topology-helpers","custom-workload-example.html#example-new-workload--expectation-rust","custom-workload-example.html#workload-simple-reachability-probe","custom-workload-example.html#expectation-confirm-the-target-stayed-reachable","custom-workload-example.html#how-to-wire-it","internal-crate-reference.html#internal-crate-reference","part-iv.html#part-iv--appendix","dsl-cheat-sheet.html#core-content-dsl-cheat-sheet","troubleshooting.html#troubleshooting-scenarios","faq.html#faq","glossary.html#glossary"],"index":{"documentStore":{"docInfo":{"0":{"body":78,"breadcrumbs":6,"title":3},"1":{"body":26,"breadcrumbs":2,"title":1},"10":{"body":40,"breadcrumbs":7,"title":3},"11":{"body":26,"breadcrumbs":5,"title":1},"12":{"body":102,"breadcrumbs":6,"title":2},"13":{"body":68,"breadcrumbs":6,"title":2},"14":{"body":10,"breadcrumbs":8,"title":4},"15":{"body":94,"breadcrumbs":8,"title":2},"16":{"body":59,"breadcrumbs":8,"title":2},"17":{"body":101,"breadcrumbs":8,"title":2},"18":{"body":18,"breadcrumbs":12,"title":4},"19":{"body":38,"breadcrumbs":9,"title":1},"2":{"body":10,"breadcrumbs":4,"title":2},"20":{"body":54,"breadcrumbs":9,"title":1},"21":{"body":84,"breadcrumbs":12,"title":4},"22":{"body":96,"breadcrumbs":8,"title":2},"23":{"body":11,"breadcrumbs":6,"title":1},"24":{"body":51,"breadcrumbs":8,"title":3},"25":{"body":45,"breadcrumbs":7,"title":2},"26":{"body":52,"breadcrumbs":8,"title":3},"27":{"body":51,"breadcrumbs":8,"title":3},"28":{"body":9,"breadcrumbs":9,"title":2},"29":{"body":54,"breadcrumbs":10,"title":3},"3":{"body":84,"breadcrumbs":4,"title":1},"30":{"body":61,"breadcrumbs":10,"title":3},"31":{"body":77,"breadcrumbs":10,"title":3},"32":{"body":0,"breadcrumbs":9,"title":2},"33":{"body":85,"breadcrumbs":10,"title":3},"34":{"body":32,"breadcrumbs":12,"title":5},"35":{"body":75,"breadcrumbs":8,"title":2},"36":{"body":20,"breadcrumbs":6,"title":1},"37":{"body":16,"breadcrumbs":7,"title":2},"38":{"body":23,"breadcrumbs":8,"title":3},"39":{"body":17,"breadcrumbs":7,"title":2},"4":{"body":106,"breadcrumbs":6,"title":2},"40":{"body":43,"breadcrumbs":7,"title":2},"41":{"body":130,"breadcrumbs":6,"title":1},"42":{"body":10,"breadcrumbs":8,"title":4},"43":{"body":116,"breadcrumbs":12,"title":4},"44":{"body":0,"breadcrumbs":8,"title":2},"45":{"body":39,"breadcrumbs":8,"title":2},"46":{"body":21,"breadcrumbs":8,"title":2},"47":{"body":29,"breadcrumbs":8,"title":2},"48":{"body":21,"breadcrumbs":9,"title":3},"49":{"body":19,"breadcrumbs":14,"title":5},"5":{"body":17,"breadcrumbs":6,"title":2},"50":{"body":120,"breadcrumbs":13,"title":4},"51":{"body":67,"breadcrumbs":14,"title":5},"52":{"body":24,"breadcrumbs":10,"title":1},"53":{"body":91,"breadcrumbs":10,"title":3},"54":{"body":10,"breadcrumbs":6,"title":3},"55":{"body":84,"breadcrumbs":11,"title":5},"56":{"body":86,"breadcrumbs":7,"title":2},"57":{"body":99,"breadcrumbs":5,"title":1},"58":{"body":130,"breadcrumbs":5,"title":1},"6":{"body":40,"breadcrumbs":7,"title":3},"7":{"body":89,"breadcrumbs":8,"title":4},"8":{"body":66,"breadcrumbs":8,"title":4},"9":{"body":51,"breadcrumbs":7,"title":3}},"docs":{"0":{"body":"This book focuses on the Nomos Testing Framework. It assumes familiarity with\\nthe Nomos architecture, but for completeness, here is a short primer. Nomos is a modular blockchain protocol with validators and a data-availability\\n(DA) subsystem. Validators participate in consensus and produce blocks. Executors are validators with the DA dispersal service enabled. They can\\nsubmit transactions and disperse blob data to the DA network. Data Availability (DA) handles blob data within transactions. When\\ntransactions include ChannelBlob operations, executors disperse the blob data\\nto the DA network, and validators sample and verify it’s available. These roles interact tightly, which is why meaningful testing must be performed\\nin multi-node environments that include real networking, timing, and DA\\ninteraction.","breadcrumbs":"Project Context Primer » Project Context Primer","id":"0","title":"Project Context Primer"},"1":{"body":"This book gives you a clear mental model for Nomos multi-node testing, shows how\\nto author scenarios that pair realistic workloads with explicit expectations,\\nand guides you to run them across local, containerized, and cluster environments\\nwithout changing the plan.","breadcrumbs":"What You Will Learn » What You Will Learn","id":"1","title":"What You Will Learn"},"10":{"body":"Always run long enough for meaningful block production: #![allow(unused)] fn main() {\\n// Bad: too short\\n.with_run_duration(Duration::from_secs(5)) // Maybe 0-1 blocks // Good: enough blocks for assertions\\n.with_run_duration(Duration::from_secs(60)) // ~10+ blocks } The framework enforces minimum durations, but be explicit. Very short runs\\nrisk false confidence—one lucky block doesn’t prove liveness.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Minimum Run Windows","id":"10","title":"Minimum Run Windows"},"11":{"body":"These principles keep scenarios: Portable across environments (protocol time, declarative) Debuggable (determinism, separation of concerns) Meaningful (observable signals, sufficient duration) When authoring scenarios, ask: “Does this test the protocol behavior or\\nmy local environment quirks?”","breadcrumbs":"Part I — Foundations » Testing Philosophy » Summary","id":"11","title":"Summary"},"12":{"body":"Build the plan: Declare a topology, attach workloads and expectations, and set the run window. The plan is the single source of truth for what will happen. Deploy: Hand the plan to a runner. It provisions the environment on the chosen backend and waits for nodes to signal readiness. Drive workloads: Start traffic and behaviors (transactions, data-availability activity, restarts) for the planned duration. Observe blocks and signals: Track block progression and other high-level metrics during or after the run window to ground assertions in protocol time. Evaluate expectations: Once activity stops (and optional cooldown completes), check liveness and workload-specific outcomes to decide pass or fail. Cleanup: Tear down resources so successive runs start fresh and do not inherit leaked state. flowchart LR P[Plan
topology + workloads + expectations] --> D[Deploy
runner provisions] D --> R[Readiness
wait for nodes] R --> W[Drive Workloads] W --> O[Observe
blocks/metrics] O --> E[Evaluate Expectations] E --> C[Cleanup]","breadcrumbs":"Part I — Foundations » Scenario Lifecycle » Scenario Lifecycle","id":"12","title":"Scenario Lifecycle"},"13":{"body":"Modular crates keep configuration, orchestration, workloads, and runners decoupled so each can evolve without breaking the others. Pluggable runners let the same scenario run on a laptop, a Docker host, or a Kubernetes cluster, making validation portable across environments. Separated workloads and expectations clarify intent: what traffic to generate versus how to judge success. This simplifies review and reuse. Declarative topology makes cluster shape explicit and repeatable, reducing surprise when moving between CI and developer machines. Maintainability through predictability: a clear flow from plan to deployment to verification lowers the cost of extending the framework and interpreting failures.","breadcrumbs":"Part I — Foundations » Design Rationale » Design Rationale","id":"13","title":"Design Rationale"},"14":{"body":"Practical guidance for shaping scenarios, combining workloads and expectations,\\nand running them across different environments.","breadcrumbs":"Part II — User Guide » Part II — User Guide","id":"14","title":"Part II — User Guide"},"15":{"body":"The workspace focuses on multi-node integration testing and sits alongside a nomos-node checkout. Its crates separate concerns to keep scenarios\\nrepeatable and portable: Configs: prepares high-level node, network, tracing, and wallet settings\\nused across test environments. Core scenario orchestration: the engine that holds topology descriptions,\\nscenario plans, runtimes, workloads, and expectations. Workflows: ready-made workloads (transactions, data-availability, chaos)\\nand reusable expectations assembled into a user-facing DSL. Runners: deployment backends for local processes, Docker Compose, and\\nKubernetes, all consuming the same scenario plan. Test workflows: example scenarios and integration checks that show how\\nthe pieces fit together. This split keeps configuration, orchestration, reusable traffic patterns, and\\ndeployment adapters loosely coupled while sharing one mental model for tests.","breadcrumbs":"Part II — User Guide » Workspace Layout » Workspace Layout","id":"15","title":"Workspace Layout"},"16":{"body":"High-level view of the workspace and how pieces relate: nomos-testing/\\n├─ testing-framework/\\n│ ├─ configs/ # shared configuration helpers\\n│ ├─ core/ # scenario model, runtime, topology\\n│ ├─ workflows/ # workloads, expectations, DSL extensions\\n│ └─ runners/ # local, compose, k8s deployment backends\\n├─ tests/ # integration scenarios using the framework\\n└─ scripts/ # supporting setup utilities (e.g., assets) Each area maps to a responsibility: describe configs, orchestrate scenarios,\\npackage common traffic and assertions, adapt to environments, and demonstrate\\nend-to-end usage.","breadcrumbs":"Part II — User Guide » Annotated Tree » Annotated Tree","id":"16","title":"Annotated Tree"},"17":{"body":"Creating a scenario is a declarative exercise: Shape the topology: decide how many validators and executors to run, and\\nwhat high-level network and data-availability characteristics matter for the\\ntest. Attach workloads: pick traffic generators that align with your goals\\n(transactions, data-availability blobs, or chaos for resilience probes). Define expectations: specify the health signals that must hold when the\\nrun finishes (e.g., consensus liveness, inclusion of submitted activity; see Core Content: Workloads & Expectations). Set duration: choose a run window long enough to observe meaningful\\nblock progression and the effects of your workloads. Choose a runner: target local processes for fast iteration, Docker\\nCompose for reproducible multi-node stacks, or Kubernetes for cluster-grade\\nvalidation. For environment considerations, see Operations. Keep scenarios small and explicit: make the intended behavior and the success\\ncriteria clear so failures are easy to interpret and act upon.","breadcrumbs":"Part II — User Guide » Authoring Scenarios » Authoring Scenarios","id":"17","title":"Authoring Scenarios"},"18":{"body":"Workloads describe the activity a scenario generates; expectations describe the\\nsignals that must hold when that activity completes. Both are pluggable so\\nscenarios stay readable and purpose-driven.","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Core Content: Workloads & Expectations","id":"18","title":"Core Content: Workloads & Expectations"},"19":{"body":"Transaction workload: submits user-level transactions at a configurable\\nrate and can limit how many distinct actors participate. Data-availability workload: drives blob and channel activity to exercise\\ndata-availability paths. Chaos workload: triggers controlled node restarts to test resilience and\\nrecovery behaviors (requires a runner that can control nodes).","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Workloads","id":"19","title":"Workloads"},"2":{"body":"Conceptual chapters that establish the mental model for the framework and how\\nit approaches multi-node testing.","breadcrumbs":"Part I — Foundations » Part I — Foundations","id":"2","title":"Part I — Foundations"},"20":{"body":"Consensus liveness: verifies the system continues to produce blocks in\\nline with the planned workload and timing window. Workload-specific checks: each workload can attach its own success\\ncriteria (e.g., inclusion of submitted activity) so scenarios remain concise. Together, workloads and expectations let you express both the pressure applied\\nto the system and the definition of “healthy” for that run. flowchart TD I[Inputs
topology + wallets + rates] --> Init[Workload init] Init --> Drive[Drive traffic] Drive --> Collect[Collect signals] Collect --> Eval[Expectations evaluate]","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Expectations","id":"20","title":"Expectations"},"21":{"body":"Patterns that keep scenarios readable and reusable: Topology-first: start by shaping the cluster (counts, layout) so later\\nsteps inherit a clear foundation. Bundle defaults: use the DSL helpers to attach common expectations (like\\nliveness) whenever you add a matching workload, reducing forgotten checks. Intentional rates: express traffic in per-block terms to align with\\nprotocol timing rather than wall-clock assumptions. Opt-in chaos: enable restart patterns only in scenarios meant to probe\\nresilience; keep functional smoke tests deterministic. Wallet clarity: seed only the number of actors you need; it keeps\\ntransaction scenarios deterministic and interpretable. These patterns make scenario definitions self-explanatory while staying aligned\\nwith the framework’s block-oriented timing model.","breadcrumbs":"Part II — User Guide » Core Content: ScenarioBuilderExt Patterns » Core Content: ScenarioBuilderExt Patterns","id":"21","title":"Core Content: ScenarioBuilderExt Patterns"},"22":{"body":"State your intent: document the goal of each scenario (throughput, DA\\nvalidation, resilience) so expectation choices are obvious. Keep runs meaningful: choose durations that allow multiple blocks and make\\ntiming-based assertions trustworthy. Separate concerns: start with deterministic workloads for functional\\nchecks; add chaos in dedicated resilience scenarios to avoid noisy failures. Reuse patterns: standardize on shared topology and workload presets so\\nresults are comparable across environments and teams. Observe first, tune second: rely on liveness and inclusion signals to\\ninterpret outcomes before tweaking rates or topology. Environment fit: pick runners that match the feedback loop you need—local\\nfor speed, compose for reproducible stacks, k8s for cluster-grade fidelity. Minimal surprises: seed only necessary wallets and keep configuration\\ndeltas explicit when moving between CI and developer machines.","breadcrumbs":"Part II — User Guide » Best Practices » Best Practices","id":"22","title":"Best Practices"},"23":{"body":"Concrete scenarios showing how to combine topologies, workloads, and\\nexpectations. Copy and adjust these to fit your needs.","breadcrumbs":"Part II — User Guide » Examples » Examples","id":"23","title":"Examples"},"24":{"body":"Basic smoke test verifying validators can produce blocks. #![allow(unused)] fn main() {\\nuse nomos_testing_core::scenario::{Deployer, ScenarioBuilder};\\nuse nomos_testing_runner_local::LocalDeployer;\\nuse nomos_testing_workflows::ScenarioBuilderExt;\\nuse std::time::Duration; #[tokio::test]\\nasync fn test_consensus_liveness() -> Result<(), Box> { let mut plan = ScenarioBuilder::topology() .network_star() .validators(3) .executors(0) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(30)) .build(); let deployer = LocalDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } When to use: Quick validation that consensus works on minimal hardware.","breadcrumbs":"Part II — User Guide » Examples » Simple consensus liveness","id":"24","title":"Simple consensus liveness"},"25":{"body":"Submit transactions and verify inclusion. #![allow(unused)] fn main() {\\n#[tokio::test]\\nasync fn test_transaction_inclusion() -> Result<(), Box> { let mut plan = ScenarioBuilder::topology() .network_star() .validators(2) .executors(1) .apply() .wallets(10) .transactions() .rate(5) .users(5) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(60)) .build(); let deployer = LocalDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } When to use: Verify transaction submission and inclusion under light load.","breadcrumbs":"Part II — User Guide » Examples » Transaction workload","id":"25","title":"Transaction workload"},"26":{"body":"Stress both transaction and DA paths simultaneously. #![allow(unused)] fn main() {\\n#[tokio::test]\\nasync fn test_mixed_workload() -> Result<(), Box> { let mut plan = ScenarioBuilder::topology() .network_star() .validators(3) .executors(2) .apply() .wallets(20) .transactions() .rate(10) .users(10) .apply() .da() .channel_rate(2) .blob_rate(1) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(120)) .build(); let deployer = LocalDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } When to use: End-to-end validation that transaction and DA layers work together.","breadcrumbs":"Part II — User Guide » Examples » DA + transaction workload","id":"26","title":"DA + transaction workload"},"27":{"body":"Verify consensus survives node restarts. #![allow(unused)] fn main() {\\n#[tokio::test]\\nasync fn test_chaos_resilience() -> Result<(), Box> { let mut plan = ScenarioBuilder::topology() .network_star() .validators(4) .executors(1) .apply() .enable_node_control() .wallets(10) .transactions() .rate(5) .users(5) .apply() .chaos() .restart() .min_delay(Duration::from_secs(15)) .max_delay(Duration::from_secs(25)) .target_cooldown(Duration::from_secs(45)) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(90)) .build(); let deployer = LocalDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } When to use: Resilience validation and operational readiness testing.","breadcrumbs":"Part II — User Guide » Examples » Chaos resilience test","id":"27","title":"Chaos resilience test"},"28":{"body":"Realistic advanced scenarios for capacity testing, operational validation, and\\nresilience probing.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Advanced Examples","id":"28","title":"Advanced Examples"},"29":{"body":"Find the breaking point by gradually increasing transaction rate. #![allow(unused)] fn main() {\\n#[tokio::test]\\nasync fn test_capacity_limit() -> Result<(), Box> { for rate in [10, 20, 50, 100] { let mut plan = ScenarioBuilder::topology() .network_star() .validators(3) .executors(2) .apply() .wallets(50) .transactions() .rate(rate) .users(20) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(60)) .build(); let deployer = LocalDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; } Ok(())\\n} } When to use: Capacity planning, finding performance limits, validating\\nhardware requirements.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Load progression test","id":"29","title":"Load progression test"},"3":{"body":"The Nomos Testing Framework is a purpose-built toolkit for exercising Nomos in\\nrealistic, multi-node environments. It solves the gap between small, isolated\\ntests and full-system validation by letting teams describe a cluster layout,\\ndrive meaningful traffic, and assert the outcomes in one coherent plan. It is for protocol engineers, infrastructure operators, and QA teams who need\\nrepeatable confidence that validators, executors, and data-availability\\ncomponents work together under network and timing constraints. Multi-node integration testing is required because many Nomos behaviors—block\\nprogress, data availability, liveness under churn—only emerge when several\\nroles interact over real networking and time. This framework makes those checks\\ndeclarative, observable, and portable across environments.","breadcrumbs":"Part I — Foundations » Introduction » Introduction","id":"3","title":"Introduction"},"30":{"body":"Run moderate load for extended duration to catch memory leaks or gradual\\ndegradation. #![allow(unused)] fn main() {\\n#[tokio::test]\\nasync fn test_sustained_load() -> Result<(), Box> { let mut plan = ScenarioBuilder::topology() .network_star() .validators(4) .executors(2) .apply() .wallets(100) .transactions() .rate(20) .users(30) .apply() .da() .channel_rate(5) .blob_rate(2) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(600)) // 10 minutes .build(); let deployer = ComposeRunner::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } When to use: Soak testing, memory leak detection, long-term stability\\nvalidation before production.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Sustained load test","id":"30","title":"Sustained load test"},"31":{"body":"Frequent restarts with shorter cooldown to stress recovery paths. #![allow(unused)] fn main() {\\n#[tokio::test]\\nasync fn test_aggressive_chaos() -> Result<(), Box> { let mut plan = ScenarioBuilder::topology() .network_star() .validators(7) // Need more nodes for aggressive chaos .executors(1) .apply() .enable_node_control() .wallets(20) .transactions() .rate(5) .users(10) .apply() .chaos() .restart() .min_delay(Duration::from_secs(5)) // Very short delays .max_delay(Duration::from_secs(10)) .target_cooldown(Duration::from_secs(20)) // Nodes can restart multiple times .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(120)) .build(); let deployer = ComposeRunner::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } When to use: Stress testing recovery mechanisms, finding edge cases in restart\\nhandling. Requires more validators (7) to tolerate multiple simultaneous restarts.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Aggressive chaos test","id":"31","title":"Aggressive chaos test"},"32":{"body":"","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Extension Ideas","id":"32","title":"Extension Ideas"},"33":{"body":"Problem: Test consensus recovery after a true network partition (not just restarts). What’s needed: Extend NodeControlHandle with network control operations: #![allow(unused)] fn main() {\\npub trait NodeControlHandle: Send + Sync { async fn restart_validator(&self, index: usize) -> Result<(), DynError>; async fn restart_executor(&self, index: usize) -> Result<(), DynError>; // New operations needed: async fn block_peer(&self, node: usize, peer: usize) -> Result<(), DynError>; async fn unblock_peer(&self, node: usize, peer: usize) -> Result<(), DynError>;\\n} } Why useful: Current chaos workload only supports restarts. Real partition testing\\nrequires blocking network communication between nodes, letting them diverge, then\\nreconnecting and verifying they converge. This tests actual Byzantine fault tolerance,\\nnot just crash recovery.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Network Partition Recovery","id":"33","title":"Network Partition Recovery"},"34":{"body":"Verify block production stays within expected timing bounds by collecting block\\ntimestamps from the block feed, calculating intervals, and asserting they stay\\nwithin tolerance of the configured slot duration. Why useful: Catches timing degradation that liveness checks miss (blocks\\nprogress, but too slowly).","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Custom Expectation: Block Timing Consistency","id":"34","title":"Custom Expectation: Block Timing Consistency"},"35":{"body":"Running a scenario follows the same conceptual flow regardless of environment: Select or author a scenario plan that pairs a topology with workloads,\\nexpectations, and a suitable run window. Choose a runner aligned with your environment (local, compose, or k8s) and\\nensure its prerequisites are available. Deploy the plan through the runner; wait for readiness signals before\\nstarting workloads. Let workloads drive activity for the planned duration; keep observability\\nsignals visible so you can correlate outcomes. Evaluate expectations and capture results as the primary pass/fail signal. Use the same plan across different runners to compare behavior between local\\ndevelopment and CI or cluster settings. For environment prerequisites and\\nflags, see Operations.","breadcrumbs":"Part II — User Guide » Running Scenarios » Running Scenarios","id":"35","title":"Running Scenarios"},"36":{"body":"Runners turn a scenario plan into a live environment while keeping the plan\\nunchanged. Choose based on feedback speed, reproducibility, and fidelity. For\\nenvironment and operational considerations, see Operations:","breadcrumbs":"Part II — User Guide » Runners » Runners","id":"36","title":"Runners"},"37":{"body":"Launches node processes directly on the host. Fastest feedback loop and minimal orchestration overhead. Best for development-time iteration and debugging.","breadcrumbs":"Part II — User Guide » Runners » Local runner","id":"37","title":"Local runner"},"38":{"body":"Starts nodes in containers to provide a reproducible multi-node stack on a\\nsingle machine. Discovers service ports and wires observability for convenient inspection. Good balance between fidelity and ease of setup.","breadcrumbs":"Part II — User Guide » Runners » Docker Compose runner","id":"38","title":"Docker Compose runner"},"39":{"body":"Deploys nodes onto a cluster for higher-fidelity, longer-running scenarios. Suits CI or shared environments where cluster behavior and scheduling matter.","breadcrumbs":"Part II — User Guide » Runners » Kubernetes runner","id":"39","title":"Kubernetes runner"},"4":{"body":"The framework follows a clear flow: Topology → Scenario → Deploy → Run → Verify. Topology describes the cluster: how many nodes, their roles, and the high-level network and data-availability parameters they should follow. Scenario combines that topology with the activities to run and the checks to perform, forming a single plan. Deployer provisions infrastructure on the chosen backend (local processes, Docker Compose, or Kubernetes), waits for readiness, and returns a Runner. Runner orchestrates execution: starts workloads, observes signals, evaluates expectations, and cleans up. Workloads generate traffic and conditions that exercise the system. Expectations observe the run and judge success or failure once activity completes. flowchart LR A(Topology
shape cluster) --> B(Scenario
plan) B --> C(Deployer
provision infrastructure) C --> D(Runner
orchestrate execution) D --> E(Workloads
drive traffic) E --> F(Expectations
verify outcomes) Each layer has a narrow responsibility so that cluster shape, deployment choice,\\ntraffic generation, and health checks can evolve independently while fitting\\ntogether predictably.","breadcrumbs":"Part I — Foundations » Architecture Overview » Architecture Overview","id":"4","title":"Architecture Overview"},"40":{"body":"All runners require at least one validator and, for transaction scenarios,\\naccess to seeded wallets. Readiness probes gate workload start so traffic begins only after nodes are\\nreachable. Environment flags can relax timeouts or increase tracing when diagnostics are\\nneeded. flowchart TD Plan[Scenario Plan] --> RunSel{Runner
(local | compose | k8s)} RunSel --> Provision[Provision & readiness] Provision --> Runtime[Runtime + observability] Runtime --> Exec[Workloads & Expectations execute]","breadcrumbs":"Part II — User Guide » Runners » Common expectations","id":"40","title":"Common expectations"},"41":{"body":"Operational readiness focuses on prerequisites, environment fit, and clear\\nsignals: Prerequisites: keep a sibling nomos-node checkout available; ensure the\\nchosen runner’s platform needs are met (local binaries for host runs, Docker\\nfor compose, cluster access for k8s). Artifacts: some scenarios depend on prover or circuit assets; fetch them\\nahead of time with the provided helper scripts when needed. Environment flags: use slow-environment toggles to relax timeouts, enable\\ntracing when debugging, and adjust observability ports to avoid clashes. Readiness checks: verify runners report node readiness before starting\\nworkloads; this avoids false negatives from starting too early. Failure triage: map failures to missing prerequisites (wallet seeding,\\nnode control availability), runner platform issues, or unmet expectations.\\nStart with liveness signals, then dive into workload-specific assertions. Treat operational hygiene—assets present, prerequisites satisfied, observability\\nreachable—as the first step to reliable scenario outcomes. flowchart TD Expose[Runner exposes endpoints/ports] --> Collect[Runtime collects block/health signals] Collect --> Consume[Expectations consume signals
decide pass/fail] Consume --> Inspect[Operators inspect logs/metrics
when failures arise]","breadcrumbs":"Part II — User Guide » Operations » Operations","id":"41","title":"Operations"},"42":{"body":"Deep dives for contributors who extend the framework, evolve its abstractions,\\nor maintain the crate set.","breadcrumbs":"Part III — Developer Reference » Part III — Developer Reference","id":"42","title":"Part III — Developer Reference"},"43":{"body":"The scenario model defines clear, composable responsibilities: Topology: a declarative description of the cluster—how many nodes, their\\nroles, and the broad network and data-availability characteristics. It\\nrepresents the intended shape of the system under test. Scenario: a plan combining topology, workloads, expectations, and a run\\nwindow. Building a scenario validates prerequisites (like seeded wallets) and\\nensures the run lasts long enough to observe meaningful block progression. Workloads: asynchronous tasks that generate traffic or conditions. They\\nuse shared context to interact with the deployed cluster and may bundle\\ndefault expectations. Expectations: post-run assertions. They can capture baselines before\\nworkloads start and evaluate success once activity stops. Runtime: coordinates workloads and expectations for the configured\\nduration, enforces cooldowns when control actions occur, and ensures cleanup\\nso runs do not leak resources. Developers extending the model should keep these boundaries strict: topology\\ndescribes, scenarios assemble, runners deploy, workloads drive, and expectations\\njudge outcomes. For guidance on adding new capabilities, see Extending the Framework.","breadcrumbs":"Part III — Developer Reference » Scenario Model (Developer Level) » Scenario Model (Developer Level)","id":"43","title":"Scenario Model (Developer Level)"},"44":{"body":"","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Extending the Framework","id":"44","title":"Extending the Framework"},"45":{"body":"Implement testing_framework_core::scenario::Workload: Provide a name and any bundled expectations. In init, derive inputs from GeneratedTopology and RunMetrics; fail\\nfast if prerequisites are missing (e.g., wallet data, node addresses). In start, drive async traffic using the RunContext clients. Expose the workload from a module under testing-framework/workflows and\\nconsider adding a DSL helper for ergonomic wiring.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding a workload","id":"45","title":"Adding a workload"},"46":{"body":"Implement testing_framework_core::scenario::Expectation: Use start_capture to snapshot baseline metrics. Use evaluate to assert outcomes after workloads finish; return all errors\\nso the runner can aggregate them. Export it from testing-framework/workflows if it is reusable.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding an expectation","id":"46","title":"Adding an expectation"},"47":{"body":"Implement testing_framework_core::scenario::Deployer for your backend. Produce a RunContext with NodeClients, metrics endpoints, and optional NodeControlHandle. Guard cleanup with CleanupGuard to reclaim resources even on failures. Mirror the readiness and block-feed probes used by the existing runners so\\nworkloads can rely on consistent signals.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding a runner","id":"47","title":"Adding a runner"},"48":{"body":"Extend testing_framework_core::topology::TopologyBuilder with new layouts or\\nconfiguration presets (e.g., specialized DA parameters). Keep defaults safe:\\nensure at least one participant and clamp dispersal factors as the current\\nhelpers do.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding topology helpers","id":"48","title":"Adding topology helpers"},"49":{"body":"A minimal, end-to-end illustration of adding a custom workload and matching\\nexpectation. This shows the shape of the traits and where to plug into the\\nframework; expand the logic to fit your real test.","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Example: New Workload & Expectation (Rust)","id":"49","title":"Example: New Workload & Expectation (Rust)"},"5":{"body":"This framework embodies specific principles that shape how you author and run\\nscenarios. Understanding these principles helps you write effective tests and\\ninterpret results correctly.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Testing Philosophy","id":"5","title":"Testing Philosophy"},"50":{"body":"Key ideas: name: identifies the workload in logs. expectations: workloads can bundle defaults so callers don’t forget checks. init: derive inputs from the generated topology (e.g., pick a target node). start: drive async activity using the shared RunContext. #![allow(unused)] fn main() {\\nuse std::sync::Arc;\\nuse async_trait::async_trait;\\nuse testing_framework_core::scenario::{ DynError, Expectation, RunContext, RunMetrics, Workload,\\n};\\nuse testing_framework_core::topology::GeneratedTopology; pub struct ReachabilityWorkload { target_idx: usize, bundled: Vec>,\\n} impl ReachabilityWorkload { pub fn new(target_idx: usize) -> Self { Self { target_idx, bundled: vec![Box::new(ReachabilityExpectation::new(target_idx))], } }\\n} #[async_trait]\\nimpl Workload for ReachabilityWorkload { fn name(&self) -> &\'static str { \\"reachability_workload\\" } fn expectations(&self) -> Vec> { self.bundled.clone() } fn init( &mut self, topology: &GeneratedTopology, _metrics: &RunMetrics, ) -> Result<(), DynError> { if topology.validators().get(self.target_idx).is_none() { return Err(\\"no validator at requested index\\".into()); } Ok(()) } async fn start(&self, ctx: &RunContext) -> Result<(), DynError> { let client = ctx .clients() .validators() .get(self.target_idx) .ok_or(\\"missing target client\\")?; // Pseudo-action: issue a lightweight RPC to prove reachability. client.health_check().await.map_err(|e| e.into()) }\\n} }","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Workload: simple reachability probe","id":"50","title":"Workload: simple reachability probe"},"51":{"body":"Key ideas: start_capture: snapshot baseline if needed (not used here). evaluate: assert the condition after workloads finish. #![allow(unused)] fn main() {\\nuse async_trait::async_trait;\\nuse testing_framework_core::scenario::{DynError, Expectation, RunContext}; pub struct ReachabilityExpectation { target_idx: usize,\\n} impl ReachabilityExpectation { pub fn new(target_idx: usize) -> Self { Self { target_idx } }\\n} #[async_trait]\\nimpl Expectation for ReachabilityExpectation { fn name(&self) -> &str { \\"target_reachable\\" } async fn evaluate(&mut self, ctx: &RunContext) -> Result<(), DynError> { let client = ctx .clients() .validators() .get(self.target_idx) .ok_or(\\"missing target client\\")?; client.health_check().await.map_err(|e| { format!(\\"target became unreachable during run: {e}\\").into() }) }\\n} }","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Expectation: confirm the target stayed reachable","id":"51","title":"Expectation: confirm the target stayed reachable"},"52":{"body":"Build your scenario as usual and call .with_workload(ReachabilityWorkload::new(0)). The bundled expectation is attached automatically; you can add more with .with_expectation(...) if needed. Keep the logic minimal and fast for smoke tests; grow it into richer probes\\nfor deeper scenarios.","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » How to wire it","id":"52","title":"How to wire it"},"53":{"body":"High-level roles of the crates that make up the framework: Configs: prepares reusable configuration primitives for nodes, networking,\\ntracing, data availability, and wallets, shared by all scenarios and runners. Core scenario orchestration: houses the topology and scenario model,\\nruntime coordination, node clients, and readiness/health probes. Workflows: packages workloads and expectations into reusable building\\nblocks and offers a fluent DSL to assemble them. Runners: implements deployment backends (local host, Docker Compose,\\nKubernetes) that all consume the same scenario plan. Test workflows: example scenarios and integration checks that exercise the\\nframework end to end and serve as living documentation. Use this map to locate where to add new capabilities: configuration primitives\\nin configs, orchestration changes in core, reusable traffic/assertions in\\nworkflows, environment adapters in runners, and demonstrations in tests.","breadcrumbs":"Part III — Developer Reference » Internal Crate Reference » Internal Crate Reference","id":"53","title":"Internal Crate Reference"},"54":{"body":"Quick-reference material and supporting guidance to keep scenarios discoverable,\\ndebuggable, and consistent.","breadcrumbs":"Part IV — Appendix » Part IV — Appendix","id":"54","title":"Part IV — Appendix"},"55":{"body":"The framework offers a fluent builder style to keep scenarios readable. Common\\nknobs: Topology shaping: set validator and executor counts, pick a network layout\\nstyle, and adjust high-level data-availability traits. Wallet seeding: define how many users participate and the total funds\\navailable for transaction workloads. Workload tuning: configure transaction rates, data-availability channel\\nand blob rates, and whether chaos restarts should include validators,\\nexecutors, or both. Expectations: attach liveness and workload-specific checks so success is\\nexplicit. Run window: set a minimum duration long enough for multiple blocks to be\\nobserved and verified. Use these knobs to express intent clearly, keeping scenario definitions concise\\nand consistent across teams.","breadcrumbs":"Part IV — Appendix » DSL Cheat Sheet » Core Content: DSL Cheat Sheet","id":"55","title":"Core Content: DSL Cheat Sheet"},"56":{"body":"Common symptoms and likely causes: No or slow block progression: runner started workloads before readiness, insufficient run window, or environment too slow—extend duration or enable slow-environment tuning. Transactions not included: missing or insufficient wallet seeding, misaligned transaction rate with block cadence, or network instability—reduce rate and verify wallet setup. Chaos stalls the run: node control not available for the chosen runner or restart cadence too aggressive—enable control capability and widen restart intervals. Observability gaps: metrics or logs unreachable because ports clash or services are not exposed—adjust observability ports and confirm runner wiring. Flaky behavior across runs: mixing chaos with functional smoke tests or inconsistent topology between environments—separate deterministic and chaos scenarios and standardize topology presets.","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Troubleshooting Scenarios","id":"56","title":"Troubleshooting Scenarios"},"57":{"body":"Why block-oriented timing? Using block cadence reduces dependence on host speed and keeps assertions aligned\\nwith protocol behavior. Can I reuse the same scenario across runners? Yes. The plan stays the same; swap runners (local, compose, k8s) to target\\ndifferent environments. When should I enable chaos workloads? Only when testing resilience or operational recovery; keep functional smoke\\ntests deterministic. How long should runs be? Long enough for multiple blocks so liveness and inclusion checks are\\nmeaningful; very short runs risk false confidence. Do I always need seeded wallets? Only for transaction scenarios. Data-availability or pure chaos scenarios may\\nnot require them, but liveness checks still need validators producing blocks. What if expectations fail but workloads “look fine”? Trust expectations first—they capture the intended success criteria. Use the\\nobservability signals and runner logs to pinpoint why the system missed the\\ntarget.","breadcrumbs":"Part IV — Appendix » FAQ » FAQ","id":"57","title":"FAQ"},"58":{"body":"Validator: node role responsible for participating in consensus and block\\nproduction. Executor: a validator node with the DA dispersal service enabled. Executors\\ncan submit transactions and disperse blob data to the DA network, in addition\\nto performing all validator functions. DA (Data Availability): subsystem ensuring blobs or channel data are\\npublished and retrievable for validation. Deployer: component that provisions infrastructure (spawns processes,\\ncreates containers, or launches pods), waits for readiness, and returns a\\nRunner. Examples: LocalDeployer, ComposeRunner, K8sRunner. Runner: component returned by deployers that orchestrates scenario\\nexecution—starts workloads, observes signals, evaluates expectations, and\\ntriggers cleanup. Workload: traffic or behavior generator that exercises the system during a\\nscenario run. Expectation: post-run assertion that judges whether the system met the\\nintended success criteria. Topology: declarative description of the cluster shape, roles, and\\nhigh-level parameters for a scenario. Scenario: immutable plan combining topology, workloads, expectations, and\\nrun duration. Blockfeed: stream of block observations used for liveness or inclusion\\nsignals during a run. Control capability: the ability for a runner to start, stop, or restart\\nnodes, used by chaos workloads.","breadcrumbs":"Part IV — Appendix » Glossary » Glossary","id":"58","title":"Glossary"},"6":{"body":"Describe what you want to test, not how to orchestrate it: #![allow(unused)] fn main() {\\n// Good: declarative\\nScenarioBuilder::topology() .network_star() .validators(2) .executors(1) .apply() .wallets(10) .transactions().rate(5).users(5).apply() .expect_consensus_liveness() .build(); // Bad: imperative (framework doesn\'t work this way)\\n// spawn_validator(); spawn_executor(); // loop { submit_tx(); check_block(); } } Why it matters: The framework handles deployment, readiness, and cleanup.\\nYou focus on test intent, not infrastructure orchestration.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Declarative over Imperative","id":"6","title":"Declarative over Imperative"},"7":{"body":"Reason in blocks and consensus intervals, not wall-clock seconds: #![allow(unused)] fn main() {\\n// Good: protocol-oriented thinking\\nlet mut plan = ScenarioBuilder::topology() .network_star() .validators(2) .executors(1) .apply() .wallets(10) .transactions().rate(5).users(5).apply() // 5 tx per block .with_run_duration(Duration::from_secs(60)) // Let framework calculate expected blocks .expect_consensus_liveness() // \\"Did we produce the expected blocks?\\" .build(); // Bad: wall-clock assumptions\\n// \\"I expect at least 30 blocks in 60 seconds\\"\\n// Brittle if readiness or startup takes longer on slow CI } Why it matters: Block production rate is fixed by consensus parameters (e.g.,\\n2-second slot duration), but node startup and readiness vary by environment—fast\\non a laptop, slow on overloaded CI. The framework measures in blocks (protocol\\ntime), not wall-clock seconds, so tests focus on “did consensus work?” rather\\nthan “was the hardware fast enough?”","breadcrumbs":"Part I — Foundations » Testing Philosophy » Protocol Time, Not Wall Time","id":"7","title":"Protocol Time, Not Wall Time"},"8":{"body":"Default scenarios are repeatable: Fixed topology Predictable traffic rates Deterministic checks Chaos is opt-in: #![allow(unused)] fn main() {\\n// Separate: functional test (deterministic)\\nlet mut plan = ScenarioBuilder::topology() .network_star() .validators(2) .executors(1) .apply() .wallets(10) .transactions().rate(5).users(5).apply() .expect_consensus_liveness() .build(); // Separate: chaos test (introduces randomness)\\nlet mut chaos_plan = ScenarioBuilder::topology() .network_star() .validators(4) .executors(1) .apply() .enable_node_control() .wallets(10) .chaos().restart() .min_delay(Duration::from_secs(15)) .max_delay(Duration::from_secs(25)) .target_cooldown(Duration::from_secs(45)) .apply() .transactions().rate(5).users(5).apply() .expect_consensus_liveness() .build(); } Why it matters: Mixing determinism with chaos creates noisy, hard-to-debug\\nfailures. Separate concerns make failures actionable.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Determinism First, Chaos When Needed","id":"8","title":"Determinism First, Chaos When Needed"},"9":{"body":"Prefer user-facing signals over internal state: Good checks: ✅ Blocks progressing at expected rate (liveness) ✅ Transactions included within N blocks (inclusion) ✅ DA blobs retrievable (availability) Avoid internal checks: ❌ Memory pool size ❌ Internal service state ❌ Cache hit rates Why it matters: User-facing signals reflect actual system health.\\nInternal state can be “healthy” while the system is broken from a user\\nperspective.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Observable Health Signals","id":"9","title":"Observable Health Signals"}},"length":59,"save":true},"fields":["title","body","breadcrumbs"],"index":{"body":{"root":{"0":{"df":1,"docs":{"10":{"tf":1.0}}},"1":{"0":{"0":{"df":1,"docs":{"29":{"tf":1.0}}},"df":3,"docs":{"10":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0}}},"df":1,"docs":{"10":{"tf":1.0}}},"2":{"0":{"df":1,"docs":{"29":{"tf":1.0}}},"df":1,"docs":{"7":{"tf":1.0}}},"3":{"0":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}},"5":{"0":{"df":1,"docs":{"29":{"tf":1.0}}},"df":1,"docs":{"7":{"tf":1.0}}},"6":{"0":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}},"7":{"df":1,"docs":{"31":{"tf":1.0}}},"_":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":7,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"a":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"58":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"43":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0}}}},"v":{"df":9,"docs":{"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"50":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"19":{"tf":1.0},"21":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"33":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"53":{"tf":1.0}}}}},"d":{"df":4,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"df":6,"docs":{"43":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"23":{"tf":1.0},"41":{"tf":1.0},"55":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"28":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"46":{"tf":1.0}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"31":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"56":{"tf":1.0}}}}}}}}}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":4,"docs":{"17":{"tf":1.0},"21":{"tf":1.4142135623730951},"35":{"tf":1.0},"57":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":14,"docs":{"10":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}}}}},"df":1,"docs":{"22":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"10":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"54":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":11,"docs":{"20":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"26":{"tf":1.7320508075688772},"27":{"tf":1.7320508075688772},"29":{"tf":1.4142135623730951},"30":{"tf":1.7320508075688772},"31":{"tf":1.7320508075688772},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.7320508075688772}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"4":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"41":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"15":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":12,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}}},"t":{"df":2,"docs":{"16":{"tf":1.0},"41":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"0":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{":":{":":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":11,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":2.0},"45":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"43":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":6,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"17":{"tf":1.0},"35":{"tf":1.0},"5":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":16,"docs":{"0":{"tf":1.7320508075688772},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"35":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.7320508075688772},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"22":{"tf":1.0},"41":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"df":0,"docs":{}}}}},"b":{"(":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"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":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{}}}}},"d":{"df":3,"docs":{"10":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"38":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"22":{"tf":1.0},"36":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"43":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0}}}}}},"i":{"c":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}}}},"df":1,"docs":{"4":{"tf":1.0}},"e":{"c":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":6,"docs":{"22":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"56":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"40":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":9,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"22":{"tf":1.0},"37":{"tf":1.0}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":7,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"56":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"41":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"b":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{"df":1,"docs":{"26":{"tf":1.0}}},"2":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":6,"docs":{"0":{"tf":1.7320508075688772},"17":{"tf":1.0},"19":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":19,"docs":{"0":{"tf":1.0},"10":{"tf":2.23606797749979},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":2.23606797749979},"43":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":2.0},"58":{"tf":1.4142135623730951},"7":{"tf":2.6457513110645907},"9":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"58":{"tf":1.0}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"0":{"tf":1.0},"1":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"18":{"tf":1.0},"20":{"tf":1.0},"26":{"tf":1.0},"55":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}}},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":7,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"13":{"tf":1.0},"29":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"o":{"a":{"d":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"9":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":14,"docs":{"12":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"43":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":5,"docs":{"21":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.7320508075688772},"52":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"z":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"c":{"(":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}},"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":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"9":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"56":{"tf":1.4142135623730951},"57":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"34":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"52":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"43":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0}}}},"c":{"df":2,"docs":{"28":{"tf":1.0},"29":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"35":{"tf":1.0},"43":{"tf":1.0},"57":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"31":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"30":{"tf":1.0},"34":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"56":{"tf":1.0}}}}},"df":1,"docs":{"4":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"1":{"tf":1.0},"53":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"2":{"df":1,"docs":{"26":{"tf":1.0}}},"5":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"0":{"tf":1.0}}},"df":0,"docs":{}}}},"df":3,"docs":{"19":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0}}}}}},"o":{"df":13,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"27":{"tf":1.4142135623730951},"31":{"tf":1.7320508075688772},"33":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.7320508075688772},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"8":{"tf":2.0}},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"43":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":15,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"41":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"22":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"17":{"tf":1.4142135623730951},"22":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"56":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}}}}},"i":{"df":5,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"7":{"tf":1.4142135623730951}},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"48":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"41":{"tf":1.0},"56":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":5,"docs":{"12":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0}},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"r":{"df":7,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"|":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":4,"docs":{"45":{"tf":1.0},"50":{"tf":1.7320508075688772},"51":{"tf":1.7320508075688772},"53":{"tf":1.0}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":12,"docs":{"1":{"tf":1.0},"13":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.4142135623730951},"4":{"tf":1.7320508075688772},"41":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0}},"—":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"43":{"tf":1.0}}}}}}}}}}}},"o":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"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":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"41":{"tf":1.0}}}}}}}}},"df":3,"docs":{"20":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"14":{"tf":1.0},"23":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"40":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"33":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"22":{"tf":1.0},"35":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"18":{"tf":1.0},"4":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"3":{"tf":1.0},"58":{"tf":1.4142135623730951}}},"s":{"df":12,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"58":{"tf":1.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":2,"docs":{"30":{"tf":1.0},"31":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":2,"docs":{"2":{"tf":1.0},"35":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"8":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"20":{"tf":1.0},"55":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"4":{"tf":1.0},"43":{"tf":1.0},"51":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"3":{"tf":1.0},"57":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":3,"docs":{"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"r":{"df":10,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.4142135623730951},"55":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"51":{"tf":1.0},"56":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":8,"docs":{"0":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.4142135623730951},"27":{"tf":1.0},"33":{"tf":1.0},"58":{"tf":1.0},"7":{"tf":1.7320508075688772}}}}}},"i":{"d":{"df":1,"docs":{"45":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.0},"36":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"34":{"tf":1.0},"47":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"m":{"df":3,"docs":{"15":{"tf":1.0},"41":{"tf":1.4142135623730951},"53":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"38":{"tf":1.0},"58":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"1":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"55":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"0":{"tf":1.0},"43":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"20":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"42":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":6,"docs":{"19":{"tf":1.4142135623730951},"33":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"38":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":3,"docs":{"12":{"tf":1.0},"31":{"tf":1.0},"43":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"43":{"tf":1.0},"53":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"23":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":7,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"53":{"tf":1.4142135623730951},"55":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"21":{"tf":1.0},"55":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"33":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"42":{"tf":1.0},"53":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"17":{"tf":1.0},"58":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":4,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"x":{"df":2,"docs":{"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"33":{"tf":1.0},"48":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"34":{"tf":1.0},"49":{"tf":1.0}}}}}}}},"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"[":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"a":{"df":7,"docs":{"0":{"tf":2.449489742783178},"22":{"tf":1.0},"26":{"tf":2.0},"30":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.7320508075688772},"9":{"tf":1.0}},"t":{"a":{"df":13,"docs":{"0":{"tf":2.23606797749979},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"4":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":2,"docs":{"12":{"tf":1.0},"4":{"tf":1.0}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":3,"docs":{"37":{"tf":1.0},"41":{"tf":1.0},"8":{"tf":1.0}},"g":{"df":2,"docs":{"11":{"tf":1.0},"54":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"12":{"tf":1.0},"17":{"tf":1.0}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"r":{"df":8,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"3":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"42":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":5,"docs":{"21":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"17":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"20":{"tf":1.0},"21":{"tf":1.0},"55":{"tf":1.0}}}}}}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":2,"docs":{"30":{"tf":1.0},"34":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"16":{"tf":1.0},"53":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"41":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":18,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"53":{"tf":1.0},"58":{"tf":1.4142135623730951},"6":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"(":{"&":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":7,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0}}}}},"df":0,"docs":{}}},"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":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"45":{"tf":1.0},"50":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":6,"docs":{"16":{"tf":1.0},"18":{"tf":1.4142135623730951},"3":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"11":{"tf":1.0},"8":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":6,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.4142135623730951}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"14":{"tf":1.0},"35":{"tf":1.0},"57":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"37":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"38":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"54":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":3,"docs":{"0":{"tf":1.7320508075688772},"48":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"41":{"tf":1.0},"42":{"tf":1.0}},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"22":{"tf":1.0},"53":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"\'":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"[":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}},"df":8,"docs":{"12":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0}},"n":{"df":1,"docs":{"18":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"l":{"df":6,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.0},"45":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":13,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":3,"docs":{"12":{"tf":1.0},"51":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"33":{"tf":2.0},"50":{"tf":1.7320508075688772},"51":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}},"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":7,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"7":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"12":{"tf":1.0}}}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"13":{"tf":1.0},"16":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"41":{"tf":1.0}}}}},"s":{"df":1,"docs":{"38":{"tf":1.0}},"i":{"df":1,"docs":{"17":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":2,"docs":{"12":{"tf":1.0},"4":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":6,"docs":{"0":{"tf":1.0},"21":{"tf":1.0},"41":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":3,"docs":{"27":{"tf":1.0},"31":{"tf":1.0},"8":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"d":{"df":4,"docs":{"16":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":2,"docs":{"10":{"tf":1.0},"43":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"15":{"tf":1.0},"3":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":6,"docs":{"10":{"tf":1.4142135623730951},"17":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"35":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.4142135623730951},"48":{"tf":1.0},"58":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":19,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"35":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.7320508075688772},"53":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"56":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"—":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"r":{"(":{"\\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"50":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"46":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"2":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"a":{"df":0,"docs":{},"l":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":8,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"47":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":3,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0}}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":6,"docs":{"15":{"tf":1.0},"23":{"tf":1.0},"28":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"4":{"tf":1.4142135623730951},"40":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"0":{"tf":1.4142135623730951},"17":{"tf":1.0},"3":{"tf":1.0},"55":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951}},"s":{"(":{"0":{"df":1,"docs":{"24":{"tf":1.0}}},"1":{"df":6,"docs":{"25":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}},"2":{"df":3,"docs":{"26":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":6,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":10,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":30,"docs":{"1":{"tf":1.0},"12":{"tf":2.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951},"41":{"tf":1.0},"43":{"tf":2.23606797749979},"45":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.4142135623730951},"50":{"tf":2.0},"51":{"tf":1.7320508075688772},"52":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.7320508075688772},"7":{"tf":1.7320508075688772},"9":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"55":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}},"s":{"df":2,"docs":{"41":{"tf":1.0},"45":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"—":{"a":{"d":{"df":0,"docs":{},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"20":{"tf":1.0},"21":{"tf":1.0},"55":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":7,"docs":{"13":{"tf":1.0},"30":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":2,"docs":{"16":{"tf":1.0},"32":{"tf":1.0}}}}}}},"}":{"\\"":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"51":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"f":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"15":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"12":{"tf":1.0},"45":{"tf":1.0},"57":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":7,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.7320508075688772},"47":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}},"l":{"df":0,"docs":{},"s":{"df":3,"docs":{"10":{"tf":1.0},"41":{"tf":1.0},"57":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}}}},"q":{"df":1,"docs":{"57":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"17":{"tf":1.0},"45":{"tf":1.0},"52":{"tf":1.0},"7":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"22":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"34":{"tf":1.0},"47":{"tf":1.0}}},"df":0,"docs":{}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"22":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"29":{"tf":1.4142135623730951},"31":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":1,"docs":{"57":{"tf":1.0}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"17":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"41":{"tf":1.0},"8":{"tf":1.0}},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"57":{"tf":1.0}}}}}}}}}},"t":{"df":6,"docs":{"15":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"49":{"tf":1.0}}},"x":{"df":2,"docs":{"7":{"tf":1.0},"8":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"35":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0}}},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"56":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":3,"docs":{"13":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"53":{"tf":1.0},"55":{"tf":1.0}}}}}}},"n":{"df":14,"docs":{"10":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"33":{"tf":2.23606797749979},"50":{"tf":2.449489742783178},"51":{"tf":2.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"o":{"c":{"df":0,"docs":{},"u":{"df":2,"docs":{"6":{"tf":1.0},"7":{"tf":1.0}},"s":{"df":3,"docs":{"0":{"tf":1.0},"15":{"tf":1.0},"41":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"35":{"tf":1.0},"4":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"t":{"!":{"(":{"\\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"4":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"2":{"tf":1.0},"21":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"45":{"tf":1.0},"46":{"tf":1.0}}}}}}}}}}},"df":16,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.4142135623730951},"2":{"tf":1.0},"3":{"tf":1.4142135623730951},"4":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.4142135623730951},"55":{"tf":1.0},"6":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}},"’":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"8":{"tf":1.0}}}}}}},"d":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"3":{"tf":1.0},"56":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"40":{"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":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"45":{"tf":1.0},"50":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":7,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0}}}}},"t":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}},"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":1,"docs":{"1":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"58":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"17":{"tf":1.0},"22":{"tf":1.0}}}},"df":0,"docs":{},"o":{"d":{"df":5,"docs":{"10":{"tf":1.0},"38":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"17":{"tf":1.0},"22":{"tf":1.0}}},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"29":{"tf":1.0},"30":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":1,"docs":{"52":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"14":{"tf":1.0},"43":{"tf":1.0},"54":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"1":{"tf":1.0},"14":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"12":{"tf":1.0}},"l":{"df":3,"docs":{"0":{"tf":1.0},"31":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"r":{"d":{"df":1,"docs":{"8":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"24":{"tf":1.0},"29":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"17":{"tf":1.0},"4":{"tf":1.0},"9":{"tf":1.4142135623730951}},"i":{"df":2,"docs":{"20":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":1,"docs":{"5":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"0":{"tf":1.0},"51":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":8,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"39":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"53":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"i":{"[":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"20":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"a":{"df":3,"docs":{"32":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"14":{"tf":1.0}},"i":{"df":1,"docs":{"42":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"49":{"tf":1.0}}}}}}}},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.4142135623730951}}}},"l":{"df":2,"docs":{"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0}}}}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":4,"docs":{"0":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":7,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.0},"9":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"29":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"\\"":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"33":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"3":{"tf":1.0},"4":{"tf":1.4142135623730951},"58":{"tf":1.0},"6":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"12":{"tf":1.0},"21":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":3,"docs":{"20":{"tf":1.4142135623730951},"45":{"tf":1.0},"50":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"45":{"tf":1.0},"50":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"df":2,"docs":{"38":{"tf":1.0},"41":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"56":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"56":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":4,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"3":{"tf":1.0},"53":{"tf":1.0}}}},"n":{"d":{"df":4,"docs":{"17":{"tf":1.0},"43":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"55":{"tf":1.0},"6":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"0":{"tf":1.4142135623730951},"3":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":2,"docs":{"53":{"tf":1.0},"9":{"tf":2.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"5":{"tf":1.0}}}}}},"v":{"df":3,"docs":{"34":{"tf":1.0},"56":{"tf":1.0},"7":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"8":{"tf":1.0}},"t":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":2,"docs":{"41":{"tf":1.0},"50":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.0},"37":{"tf":1.0}}}},"’":{"df":1,"docs":{"0":{"tf":1.0}}}},"v":{"df":1,"docs":{"54":{"tf":1.0}}}},"j":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"g":{"df":4,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}}},"k":{"8":{"df":6,"docs":{"16":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"57":{"tf":1.0}},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"58":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":15,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.7320508075688772},"22":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951}}}},"y":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}},"n":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"55":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"13":{"tf":1.0},"7":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"21":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"37":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"26":{"tf":1.0},"4":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"15":{"tf":1.0},"21":{"tf":1.0},"3":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":3,"docs":{"12":{"tf":1.0},"30":{"tf":1.4142135623730951},"43":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":2,"docs":{"3":{"tf":1.0},"33":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":10,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"19":{"tf":1.0},"29":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"20":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":16,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"9":{"tf":1.0}}}}},"o":{"a":{"d":{"df":3,"docs":{"25":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"58":{"tf":1.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":5,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":11,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"35":{"tf":1.4142135623730951},"37":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.0}}},"t":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":3,"docs":{"50":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}},"i":{"c":{"df":2,"docs":{"49":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{}},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":6,"docs":{"10":{"tf":1.0},"17":{"tf":1.0},"30":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"39":{"tf":1.0},"7":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"57":{"tf":1.0}}},"p":{"df":3,"docs":{"22":{"tf":1.0},"37":{"tf":1.0},"6":{"tf":1.0}}},"s":{"df":1,"docs":{"15":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"r":{"df":2,"docs":{"12":{"tf":1.0},"4":{"tf":1.0}}},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"10":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"38":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":14,"docs":{"10":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"13":{"tf":1.0},"42":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":7,"docs":{"13":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"53":{"tf":1.0},"8":{"tf":1.0}}}},"n":{"df":0,"docs":{},"i":{"df":6,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0}}}},"p":{"df":3,"docs":{"16":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0}}},"t":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"49":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"54":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"17":{"tf":1.0},"39":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}},"x":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"0":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}},"2":{"5":{"df":2,"docs":{"27":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"y":{"b":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":8,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"43":{"tf":1.0},"57":{"tf":1.0}}}}},"t":{"df":1,"docs":{"21":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"30":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"2":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"41":{"tf":1.0},"58":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"c":{"df":4,"docs":{"12":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"5":{"df":2,"docs":{"27":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"22":{"tf":1.0},"24":{"tf":1.0},"37":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"10":{"tf":1.4142135623730951},"55":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"56":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":5,"docs":{"34":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}}}},"x":{"df":2,"docs":{"56":{"tf":1.0},"8":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":7,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"43":{"tf":1.7320508075688772},"53":{"tf":1.0}}},"r":{"df":1,"docs":{"30":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"13":{"tf":1.0}}}},"df":1,"docs":{"45":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"31":{"tf":1.4142135623730951},"52":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"13":{"tf":1.0},"22":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":7,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.4142135623730951},"38":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":4,"docs":{"22":{"tf":1.0},"31":{"tf":1.4142135623730951},"55":{"tf":1.0},"57":{"tf":1.0}}}}}}},"t":{"df":10,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"50":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"45":{"tf":1.0},"50":{"tf":1.0}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"df":1,"docs":{"9":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":11,"docs":{"21":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.0},"57":{"tf":1.4142135623730951},"8":{"tf":1.0}},"—":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"g":{"df":1,"docs":{"41":{"tf":1.0}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":10,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":11,"docs":{"0":{"tf":1.7320508075688772},"15":{"tf":1.0},"17":{"tf":1.0},"3":{"tf":1.4142135623730951},"33":{"tf":2.0},"4":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0}}}}}}},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":5,"docs":{"33":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"47":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":2,"docs":{"33":{"tf":1.4142135623730951},"47":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":24,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"12":{"tf":1.4142135623730951},"15":{"tf":1.7320508075688772},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"2":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"33":{"tf":1.7320508075688772},"37":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.7320508075688772},"43":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.4142135623730951},"56":{"tf":1.0},"58":{"tf":1.7320508075688772},"7":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":2,"docs":{"22":{"tf":1.0},"8":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"df":6,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.7320508075688772},"41":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"{":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{":":{":":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"21":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"[":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":16,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"22":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"12":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"53":{"tf":1.0},"55":{"tf":1.0}}}}}},"k":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"\\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":8,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"50":{"tf":1.0}}},"n":{"c":{"df":3,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0}}},"df":4,"docs":{"15":{"tf":1.0},"3":{"tf":1.0},"40":{"tf":1.0},"48":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"39":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":10,"docs":{"0":{"tf":1.0},"17":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772},"57":{"tf":1.0}}}},"t":{"df":2,"docs":{"21":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"12":{"tf":1.0},"47":{"tf":1.0}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.4142135623730951},"58":{"tf":1.0},"6":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"21":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":8,"docs":{"12":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"3":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}}},"p":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"12":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"16":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"1":{"tf":1.0},"35":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"4":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.0},"7":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":4,"docs":{"14":{"tf":1.0},"2":{"tf":1.0},"42":{"tf":1.0},"54":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":5,"docs":{"0":{"tf":1.0},"19":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.7320508075688772}}}}}},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"35":{"tf":1.0},"41":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":1,"docs":{"12":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"19":{"tf":1.0},"26":{"tf":1.0},"31":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":3,"docs":{"15":{"tf":1.0},"21":{"tf":2.0},"22":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"33":{"tf":1.4142135623730951}}}},"r":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":4,"docs":{"0":{"tf":1.0},"29":{"tf":1.0},"4":{"tf":1.0},"58":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"15":{"tf":1.0},"16":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}}}}}}}}},"l":{"a":{"df":0,"docs":{},"n":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":7,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"[":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":23,"docs":{"1":{"tf":1.0},"12":{"tf":2.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"20":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.4142135623730951},"3":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":2.0},"36":{"tf":1.4142135623730951},"4":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"41":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"49":{"tf":1.0}},"g":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"13":{"tf":1.0},"18":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"d":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"3":{"tf":1.0}}}},"df":0,"docs":{}},"df":3,"docs":{"38":{"tf":1.0},"41":{"tf":1.0},"56":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"43":{"tf":1.0},"58":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"14":{"tf":1.0},"22":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"9":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"15":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"35":{"tf":1.4142135623730951},"41":{"tf":2.0},"43":{"tf":1.0},"45":{"tf":1.0}}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}},"t":{"df":3,"docs":{"22":{"tf":1.0},"48":{"tf":1.0},"56":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"35":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"11":{"tf":1.0},"5":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"o":{"b":{"df":0,"docs":{},"e":{"df":8,"docs":{"17":{"tf":1.0},"21":{"tf":1.0},"28":{"tf":1.0},"40":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":5,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"58":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":6,"docs":{"0":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"47":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":1.0}},"t":{"df":5,"docs":{"10":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.0},"58":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":8,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"56":{"tf":1.0},"9":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":7,"docs":{"0":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"21":{"tf":1.0},"3":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"10":{"tf":1.0},"50":{"tf":1.0}},"r":{"df":1,"docs":{"41":{"tf":1.0}}}},"i":{"d":{"df":3,"docs":{"38":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":4,"docs":{"12":{"tf":1.4142135623730951},"4":{"tf":1.0},"40":{"tf":1.0},"58":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"40":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"b":{"df":3,"docs":{"33":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"58":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"57":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"18":{"tf":1.0},"3":{"tf":1.0}}}}}}}},"q":{"a":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"24":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}}}}}},"r":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"12":{"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":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"(":{"1":{"0":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":3,"docs":{"25":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":10,"docs":{"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"29":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"12":{"tf":1.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"50":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"l":{"df":3,"docs":{"40":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0}},"e":{"df":0,"docs":{},"—":{"a":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":12,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"27":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772},"47":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.4142135623730951}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":4,"docs":{"0":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"49":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"1":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"47":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"19":{"tf":1.0},"31":{"tf":1.4142135623730951},"33":{"tf":1.7320508075688772},"57":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":3,"docs":{"13":{"tf":1.0},"21":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"42":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"35":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}},"x":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}},"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"22":{"tf":1.0},"47":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"20":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"3":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"43":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":4,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":7,"docs":{"19":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"40":{"tf":1.0},"57":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":7,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"57":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"12":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":4,"docs":{"16":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":9,"docs":{"12":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"27":{"tf":1.4142135623730951},"31":{"tf":2.23606797749979},"33":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":13,"docs":{"22":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":2.0},"35":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"58":{"tf":1.0},"9":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"4":{"tf":1.0},"46":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"15":{"tf":1.4142135623730951},"21":{"tf":1.0},"46":{"tf":1.0},"53":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":3,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"57":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"10":{"tf":1.0},"57":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":6,"docs":{"0":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}},"p":{"c":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"45":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.7320508075688772},"51":{"tf":1.4142135623730951}}}}}}}}},"df":20,"docs":{"1":{"tf":1.0},"10":{"tf":1.7320508075688772},"12":{"tf":1.7320508075688772},"13":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.7320508075688772},"20":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.7320508075688772},"39":{"tf":1.0},"4":{"tf":1.7320508075688772},"41":{"tf":1.0},"43":{"tf":2.0},"5":{"tf":1.0},"51":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.7320508075688772},"57":{"tf":1.4142135623730951},"58":{"tf":2.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"45":{"tf":1.0},"50":{"tf":1.4142135623730951}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":7,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":29,"docs":{"12":{"tf":1.0},"13":{"tf":1.4142135623730951},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.4142135623730951},"53":{"tf":1.7320508075688772},"56":{"tf":1.7320508075688772},"57":{"tf":1.7320508075688772},"58":{"tf":1.7320508075688772}},"’":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"40":{"tf":1.0}},"{":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"40":{"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":{},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"40":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"48":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":5,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"35":{"tf":1.4142135623730951},"53":{"tf":1.0},"57":{"tf":1.4142135623730951}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"0":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"41":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"24":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":10,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":30,"docs":{"1":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":2.23606797749979},"16":{"tf":1.7320508075688772},"17":{"tf":1.7320508075688772},"18":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":2.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":1.7320508075688772},"36":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":2.23606797749979},"5":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":2.23606797749979},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"57":{"tf":1.7320508075688772},"58":{"tf":2.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"39":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"41":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"22":{"tf":1.0},"7":{"tf":2.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"d":{"df":8,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}}},"df":4,"docs":{"17":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}},"f":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":3,"docs":{"21":{"tf":1.0},"50":{"tf":1.7320508075688772},"51":{"tf":1.7320508075688772}}}},"n":{"d":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"8":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"53":{"tf":1.0}},"i":{"c":{"df":5,"docs":{"0":{"tf":1.0},"38":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":6,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"35":{"tf":1.0},"42":{"tf":1.0},"55":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"16":{"tf":1.0},"38":{"tf":1.0},"56":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":10,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":7,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"10":{"tf":1.4142135623730951},"31":{"tf":1.0},"57":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"w":{"df":4,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"23":{"tf":1.0},"49":{"tf":1.0}}}}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":13,"docs":{"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.7320508075688772},"4":{"tf":1.0},"41":{"tf":1.7320508075688772},"47":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"9":{"tf":1.7320508075688772}},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"41":{"tf":1.0}}},"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":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"24":{"tf":1.0},"50":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"26":{"tf":1.0},"31":{"tf":1.0}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":3,"docs":{"12":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0}}}}},"t":{"df":1,"docs":{"15":{"tf":1.0}}},"z":{"df":0,"docs":{},"e":{"df":1,"docs":{"9":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"34":{"tf":1.0},"7":{"tf":1.0}}},"w":{"df":3,"docs":{"41":{"tf":1.0},"56":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"34":{"tf":1.0}}}},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"56":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"17":{"tf":1.0},"3":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":5,"docs":{"21":{"tf":1.0},"24":{"tf":1.0},"52":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"46":{"tf":1.0},"51":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"o":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"3":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":1,"docs":{"58":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":5,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"41":{"tf":1.0},"5":{"tf":1.0},"55":{"tf":1.0}},"i":{"df":1,"docs":{"17":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":3,"docs":{"22":{"tf":1.0},"36":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"38":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"56":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"22":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"df":0,"docs":{}},"_":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"46":{"tf":1.0},"51":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":13,"docs":{"12":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.7320508075688772},"43":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"7":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"e":{"df":3,"docs":{"12":{"tf":1.0},"22":{"tf":1.0},"9":{"tf":1.7320508075688772}}},"i":{"c":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}},"y":{"df":5,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"34":{"tf":1.4142135623730951},"51":{"tf":1.0},"57":{"tf":1.0}}}},"d":{":":{":":{"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":7,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{":":{":":{"a":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"50":{"tf":1.0}}},"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":{":":{":":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"24":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"21":{"tf":1.0},"41":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"57":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"p":{"df":3,"docs":{"12":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0}}}},"r":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"26":{"tf":1.0},"31":{"tf":1.4142135623730951}}}}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"55":{"tf":1.4142135623730951}}}}}},"u":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"25":{"tf":1.0}}}},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"6":{"tf":1.0}}}}},"df":6,"docs":{"0":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":1.0},"58":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"0":{"tf":1.0},"58":{"tf":1.0}}}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"39":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"16":{"tf":1.0},"33":{"tf":1.0},"54":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"13":{"tf":1.0},"22":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"27":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"30":{"tf":1.0}}}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"56":{"tf":1.0}}}}}}},"n":{"c":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":7,"docs":{"20":{"tf":1.4142135623730951},"3":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}}}}}}}},"t":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"7":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"2":{"0":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}},"4":{"5":{"df":2,"docs":{"27":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":4,"docs":{"17":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"43":{"tf":1.0}}}}},"d":{"df":3,"docs":{"20":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"22":{"tf":1.0},"3":{"tf":1.4142135623730951},"55":{"tf":1.0}}},"r":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"21":{"tf":1.0},"30":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"c":{"a":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"25":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":29,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.0},"11":{"tf":1.0},"15":{"tf":2.0},"16":{"tf":1.7320508075688772},"17":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.7320508075688772},"30":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"33":{"tf":1.7320508075688772},"43":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.4142135623730951},"52":{"tf":1.0},"53":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"47":{"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":{"46":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"{":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"51":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"7":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"13":{"tf":1.0},"35":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"e":{"df":13,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"3":{"tf":1.4142135623730951},"31":{"tf":1.0},"34":{"tf":1.7320508075688772},"37":{"tf":1.0},"41":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":1.7320508075688772}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"34":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"15":{"tf":1.0},"20":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"41":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"31":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":18,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.7320508075688772},"43":{"tf":1.7320508075688772},"48":{"tf":1.0},"50":{"tf":1.4142135623730951},"53":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"8":{"tf":1.0}},"y":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"g":{"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":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"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":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"15":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0}}},"k":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":14,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.7320508075688772},"40":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"58":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"33":{"tf":1.0},"49":{"tf":1.0},"55":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":18,"docs":{"0":{"tf":1.7320508075688772},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"21":{"tf":1.0},"25":{"tf":2.0},"26":{"tf":2.0},"27":{"tf":1.0},"29":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"5":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"5":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"16":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"19":{"tf":1.0},"58":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"33":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":3,"docs":{"22":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"36":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}}},"x":{"df":1,"docs":{"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"36":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"25":{"tf":1.0},"3":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"51":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":2,"docs":{"4":{"tf":1.0},"53":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"17":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"16":{"tf":1.0}}}},"df":24,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":2.23606797749979},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":1.0},"50":{"tf":2.23606797749979},"51":{"tf":1.7320508075688772},"53":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"19":{"tf":1.0},"55":{"tf":1.0},"9":{"tf":1.7320508075688772}},"s":{"(":{"1":{"0":{"df":2,"docs":{"26":{"tf":1.0},"31":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"3":{"0":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":2,"docs":{"25":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"z":{"df":3,"docs":{"33":{"tf":2.449489742783178},"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"2":{"df":4,"docs":{"25":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"3":{"df":3,"docs":{"24":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0}}},"4":{"df":3,"docs":{"27":{"tf":1.0},"30":{"tf":1.0},"8":{"tf":1.0}}},"7":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":19,"docs":{"0":{"tf":2.0},"13":{"tf":1.0},"17":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"55":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":2.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"!":{"[":{"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":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"10":{"tf":1.0},"31":{"tf":1.0},"57":{"tf":1.0}},"f":{"df":1,"docs":{"13":{"tf":1.0}},"i":{"df":11,"docs":{"0":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"27":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"16":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"[":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"12":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"58":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":2.0}},"e":{"df":0,"docs":{},"t":{"df":12,"docs":{"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.0}},"s":{"(":{"1":{"0":{"0":{"df":1,"docs":{"30":{"tf":1.0}}},"df":5,"docs":{"25":{"tf":1.0},"27":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"2":{"0":{"df":2,"docs":{"26":{"tf":1.0},"31":{"tf":1.0}}},"df":0,"docs":{}},"5":{"0":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}},"y":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":1,"docs":{"12":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"’":{"df":1,"docs":{"33":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"21":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"55":{"tf":1.0},"58":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"56":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":8,"docs":{"10":{"tf":1.0},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"20":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":4,"docs":{"38":{"tf":1.0},"45":{"tf":1.0},"52":{"tf":1.0},"56":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"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":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"2":{"0":{"df":2,"docs":{"26":{"tf":1.0},"31":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"0":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":1,"docs":{"10":{"tf":1.0}}},"6":{"0":{"0":{"df":1,"docs":{"30":{"tf":1.0}}},"df":4,"docs":{"10":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"9":{"0":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"0":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"0":{"tf":1.0},"34":{"tf":1.4142135623730951},"9":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"1":{"tf":1.0},"13":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":5,"docs":{"24":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"53":{"tf":1.7320508075688772}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":32,"docs":{"1":{"tf":1.0},"12":{"tf":2.23606797749979},"13":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.7320508075688772},"18":{"tf":1.4142135623730951},"19":{"tf":2.0},"20":{"tf":2.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.7320508075688772},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":2.23606797749979},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.4142135623730951},"50":{"tf":2.23606797749979},"51":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.7320508075688772},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"5":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"e":{"df":1,"docs":{"57":{"tf":1.0}}}}}},"breadcrumbs":{"root":{"0":{"df":1,"docs":{"10":{"tf":1.0}}},"1":{"0":{"0":{"df":1,"docs":{"29":{"tf":1.0}}},"df":3,"docs":{"10":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0}}},"df":1,"docs":{"10":{"tf":1.0}}},"2":{"0":{"df":1,"docs":{"29":{"tf":1.0}}},"df":1,"docs":{"7":{"tf":1.0}}},"3":{"0":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}},"5":{"0":{"df":1,"docs":{"29":{"tf":1.0}}},"df":1,"docs":{"7":{"tf":1.0}}},"6":{"0":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}},"7":{"df":1,"docs":{"31":{"tf":1.0}}},"_":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":7,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"a":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"58":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"43":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0}}}},"v":{"df":9,"docs":{"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"50":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"19":{"tf":1.0},"21":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"33":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"53":{"tf":1.0}}}}},"d":{"df":4,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"df":6,"docs":{"43":{"tf":1.0},"45":{"tf":1.7320508075688772},"46":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"49":{"tf":1.0}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"23":{"tf":1.0},"41":{"tf":1.0},"55":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":7,"docs":{"28":{"tf":2.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"46":{"tf":1.0}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"31":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"56":{"tf":1.0}}}}}}}}}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":4,"docs":{"17":{"tf":1.0},"21":{"tf":1.4142135623730951},"35":{"tf":1.0},"57":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":14,"docs":{"10":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}}}}},"df":1,"docs":{"22":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"10":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.7320508075688772}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":5,"docs":{"54":{"tf":1.7320508075688772},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":11,"docs":{"20":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"26":{"tf":1.7320508075688772},"27":{"tf":1.7320508075688772},"29":{"tf":1.4142135623730951},"30":{"tf":1.7320508075688772},"31":{"tf":1.7320508075688772},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.7320508075688772}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"4":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"41":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":7,"docs":{"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"15":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":12,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}}},"t":{"df":2,"docs":{"16":{"tf":1.0},"41":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"0":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{":":{":":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":11,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":2.0},"45":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"43":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":6,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"17":{"tf":1.7320508075688772},"35":{"tf":1.0},"5":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":16,"docs":{"0":{"tf":1.7320508075688772},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"35":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.7320508075688772},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"22":{"tf":1.0},"41":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"df":0,"docs":{}}}}},"b":{"(":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"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":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{}}}}},"d":{"df":3,"docs":{"10":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"38":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"22":{"tf":1.0},"36":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"43":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0}}}}}},"i":{"c":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}}}},"df":1,"docs":{"4":{"tf":1.0}},"e":{"c":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":6,"docs":{"22":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"56":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"40":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":9,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"22":{"tf":1.7320508075688772},"37":{"tf":1.0}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":7,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"56":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"41":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"b":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{"df":1,"docs":{"26":{"tf":1.0}}},"2":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":6,"docs":{"0":{"tf":1.7320508075688772},"17":{"tf":1.0},"19":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":19,"docs":{"0":{"tf":1.0},"10":{"tf":2.23606797749979},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":2.449489742783178},"43":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":2.0},"58":{"tf":1.4142135623730951},"7":{"tf":2.6457513110645907},"9":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"58":{"tf":1.0}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"0":{"tf":1.0},"1":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"18":{"tf":1.0},"20":{"tf":1.0},"26":{"tf":1.0},"55":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}}},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":7,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"13":{"tf":1.0},"29":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"o":{"a":{"d":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"9":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":14,"docs":{"12":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"43":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":5,"docs":{"21":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.7320508075688772},"52":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"z":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"c":{"(":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}},"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":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"9":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"56":{"tf":1.4142135623730951},"57":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"34":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"52":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"43":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0}}}},"c":{"df":2,"docs":{"28":{"tf":1.0},"29":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"35":{"tf":1.0},"43":{"tf":1.0},"57":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"31":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"30":{"tf":1.0},"34":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"56":{"tf":1.0}}}}},"df":1,"docs":{"4":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"1":{"tf":1.0},"53":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"2":{"df":1,"docs":{"26":{"tf":1.0}}},"5":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"0":{"tf":1.0}}},"df":0,"docs":{}}}},"df":3,"docs":{"19":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0}}}}}},"o":{"df":13,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"27":{"tf":1.7320508075688772},"31":{"tf":2.0},"33":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.7320508075688772},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"8":{"tf":2.23606797749979}},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"43":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.7320508075688772}}}},"c":{"df":0,"docs":{},"k":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":15,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"41":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"22":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"17":{"tf":1.4142135623730951},"22":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"56":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}}}}},"i":{"df":5,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"7":{"tf":1.4142135623730951}},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"48":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"41":{"tf":1.0},"56":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":5,"docs":{"12":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0}},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"r":{"df":7,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"|":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":4,"docs":{"45":{"tf":1.0},"50":{"tf":1.7320508075688772},"51":{"tf":1.7320508075688772},"53":{"tf":1.0}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":12,"docs":{"1":{"tf":1.0},"13":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.4142135623730951},"4":{"tf":1.7320508075688772},"41":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0}},"—":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"43":{"tf":1.0}}}}}}}}}}}},"o":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"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":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"41":{"tf":1.0}}}}}}}}},"df":3,"docs":{"20":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"14":{"tf":1.0},"23":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"40":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"33":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"22":{"tf":1.0},"35":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"18":{"tf":1.0},"4":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"3":{"tf":1.0},"58":{"tf":1.4142135623730951}}},"s":{"df":12,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.4142135623730951},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"58":{"tf":1.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":2,"docs":{"30":{"tf":1.0},"31":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":2,"docs":{"2":{"tf":1.0},"35":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"8":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"20":{"tf":1.0},"55":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"4":{"tf":1.0},"43":{"tf":1.0},"51":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"3":{"tf":1.0},"57":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":3,"docs":{"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"r":{"df":10,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.4142135623730951},"55":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"51":{"tf":1.4142135623730951},"56":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":8,"docs":{"0":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.7320508075688772},"27":{"tf":1.0},"33":{"tf":1.0},"58":{"tf":1.0},"7":{"tf":1.7320508075688772}}}}}},"i":{"d":{"df":1,"docs":{"45":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.0},"36":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"34":{"tf":1.4142135623730951},"47":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"m":{"df":3,"docs":{"15":{"tf":1.0},"41":{"tf":1.4142135623730951},"53":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"38":{"tf":1.0},"58":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"1":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"17":{"tf":1.0},"18":{"tf":1.7320508075688772},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.7320508075688772},"55":{"tf":1.4142135623730951}}}},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"0":{"tf":1.7320508075688772},"43":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"20":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"42":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":6,"docs":{"19":{"tf":1.4142135623730951},"33":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"38":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":3,"docs":{"12":{"tf":1.0},"31":{"tf":1.0},"43":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"43":{"tf":1.0},"53":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"23":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":9,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.7320508075688772},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.7320508075688772},"53":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"21":{"tf":1.0},"55":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"33":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"42":{"tf":1.0},"53":{"tf":2.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"17":{"tf":1.0},"58":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":4,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"x":{"df":2,"docs":{"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"33":{"tf":1.0},"48":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"34":{"tf":1.4142135623730951},"49":{"tf":1.0}}}}}}}},"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"[":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"a":{"df":7,"docs":{"0":{"tf":2.449489742783178},"22":{"tf":1.0},"26":{"tf":2.23606797749979},"30":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.7320508075688772},"9":{"tf":1.0}},"t":{"a":{"df":13,"docs":{"0":{"tf":2.23606797749979},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"4":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":2,"docs":{"12":{"tf":1.0},"4":{"tf":1.0}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":3,"docs":{"37":{"tf":1.0},"41":{"tf":1.0},"8":{"tf":1.0}},"g":{"df":2,"docs":{"11":{"tf":1.0},"54":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"12":{"tf":1.0},"17":{"tf":1.0}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"r":{"df":8,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"3":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"42":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":5,"docs":{"21":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"17":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"20":{"tf":1.0},"21":{"tf":1.0},"55":{"tf":1.0}}}}}}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":2,"docs":{"30":{"tf":1.0},"34":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"16":{"tf":1.0},"53":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"41":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":18,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"53":{"tf":1.0},"58":{"tf":1.4142135623730951},"6":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"(":{"&":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":7,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0}}}}},"df":0,"docs":{}}},"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":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"45":{"tf":1.0},"50":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":6,"docs":{"16":{"tf":1.0},"18":{"tf":1.4142135623730951},"3":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"13":{"tf":1.7320508075688772}}}}}},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"11":{"tf":1.0},"8":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":16,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.7320508075688772},"43":{"tf":2.23606797749979},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"14":{"tf":1.0},"35":{"tf":1.0},"57":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"37":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"38":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"54":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":3,"docs":{"0":{"tf":1.7320508075688772},"48":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"41":{"tf":1.0},"42":{"tf":1.0}},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"38":{"tf":1.4142135623730951},"4":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"22":{"tf":1.0},"53":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"\'":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"[":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}},"df":8,"docs":{"12":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0}},"n":{"df":1,"docs":{"18":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"l":{"df":6,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.0},"45":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.7320508075688772}}}},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":13,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":3,"docs":{"12":{"tf":1.0},"51":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"33":{"tf":2.0},"50":{"tf":1.7320508075688772},"51":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}},"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":7,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"7":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"12":{"tf":1.0}}}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"13":{"tf":1.0},"16":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"41":{"tf":1.0}}}}},"s":{"df":1,"docs":{"38":{"tf":1.0}},"i":{"df":1,"docs":{"17":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":2,"docs":{"12":{"tf":1.0},"4":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":6,"docs":{"0":{"tf":1.0},"21":{"tf":1.0},"41":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":3,"docs":{"27":{"tf":1.0},"31":{"tf":1.0},"8":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"d":{"df":4,"docs":{"16":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":2,"docs":{"10":{"tf":1.0},"43":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"15":{"tf":1.0},"3":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":6,"docs":{"10":{"tf":1.4142135623730951},"17":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"35":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.4142135623730951},"48":{"tf":1.0},"58":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":19,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"35":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.7320508075688772},"53":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"56":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"—":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"r":{"(":{"\\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"50":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"46":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"2":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"a":{"df":0,"docs":{},"l":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":8,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"47":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":3,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0}}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":19,"docs":{"15":{"tf":1.0},"23":{"tf":1.7320508075688772},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.7320508075688772},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"49":{"tf":1.7320508075688772},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"4":{"tf":1.4142135623730951},"40":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"0":{"tf":1.4142135623730951},"17":{"tf":1.0},"3":{"tf":1.0},"55":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951}},"s":{"(":{"0":{"df":1,"docs":{"24":{"tf":1.0}}},"1":{"df":6,"docs":{"25":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}},"2":{"df":3,"docs":{"26":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":6,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":10,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":31,"docs":{"1":{"tf":1.0},"12":{"tf":2.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":2.0},"19":{"tf":1.0},"20":{"tf":2.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"34":{"tf":1.7320508075688772},"35":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"40":{"tf":1.7320508075688772},"41":{"tf":1.0},"43":{"tf":2.23606797749979},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"49":{"tf":2.0},"50":{"tf":2.23606797749979},"51":{"tf":2.23606797749979},"52":{"tf":1.4142135623730951},"53":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.7320508075688772},"7":{"tf":1.7320508075688772},"9":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"55":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}},"s":{"df":2,"docs":{"41":{"tf":1.0},"45":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"—":{"a":{"d":{"df":0,"docs":{},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"20":{"tf":1.0},"21":{"tf":1.0},"55":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":10,"docs":{"13":{"tf":1.0},"30":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.7320508075688772},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.4142135623730951}}},"df":0,"docs":{},"s":{"df":2,"docs":{"16":{"tf":1.0},"32":{"tf":1.4142135623730951}}}}}}},"}":{"\\"":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"51":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"f":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"15":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"12":{"tf":1.0},"45":{"tf":1.0},"57":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":7,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.7320508075688772},"47":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}},"l":{"df":0,"docs":{},"s":{"df":3,"docs":{"10":{"tf":1.0},"41":{"tf":1.0},"57":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}}}},"q":{"df":1,"docs":{"57":{"tf":1.7320508075688772}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"17":{"tf":1.0},"45":{"tf":1.0},"52":{"tf":1.0},"7":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"22":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"34":{"tf":1.0},"47":{"tf":1.0}}},"df":0,"docs":{}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"22":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"29":{"tf":1.4142135623730951},"31":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":1,"docs":{"57":{"tf":1.0}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"17":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"41":{"tf":1.0},"8":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"57":{"tf":1.0}}}}}}}}}},"t":{"df":6,"docs":{"15":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"49":{"tf":1.0}}},"x":{"df":2,"docs":{"7":{"tf":1.0},"8":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"35":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0}}},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"56":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":3,"docs":{"13":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"53":{"tf":1.0},"55":{"tf":1.0}}}}}}},"n":{"df":14,"docs":{"10":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"33":{"tf":2.23606797749979},"50":{"tf":2.449489742783178},"51":{"tf":2.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"o":{"c":{"df":0,"docs":{},"u":{"df":2,"docs":{"6":{"tf":1.0},"7":{"tf":1.0}},"s":{"df":3,"docs":{"0":{"tf":1.0},"15":{"tf":1.0},"41":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"35":{"tf":1.0},"4":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"t":{"!":{"(":{"\\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"4":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":13,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"2":{"tf":1.7320508075688772},"21":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"45":{"tf":1.0},"46":{"tf":1.0}}}}}}}}}}},"df":20,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.4142135623730951},"2":{"tf":1.0},"3":{"tf":1.4142135623730951},"4":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.7320508075688772},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.4142135623730951},"55":{"tf":1.0},"6":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}},"’":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"8":{"tf":1.0}}}}}}},"d":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"3":{"tf":1.0},"56":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"40":{"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":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"45":{"tf":1.0},"50":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":7,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0}}}}},"t":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}},"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":1,"docs":{"1":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"58":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"17":{"tf":1.0},"22":{"tf":1.0}}}},"df":0,"docs":{},"o":{"d":{"df":5,"docs":{"10":{"tf":1.0},"38":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"17":{"tf":1.0},"22":{"tf":1.0}}},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"29":{"tf":1.0},"30":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":1,"docs":{"52":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"14":{"tf":1.0},"43":{"tf":1.0},"54":{"tf":1.0}}},"df":0,"docs":{}}},"df":29,"docs":{"1":{"tf":1.0},"14":{"tf":1.7320508075688772},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"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}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"12":{"tf":1.0}},"l":{"df":3,"docs":{"0":{"tf":1.0},"31":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"r":{"d":{"df":1,"docs":{"8":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"24":{"tf":1.0},"29":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"17":{"tf":1.0},"4":{"tf":1.0},"9":{"tf":1.7320508075688772}},"i":{"df":2,"docs":{"20":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":1,"docs":{"5":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.7320508075688772}}}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"0":{"tf":1.0},"51":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":8,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"39":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"53":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"i":{"[":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"20":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"a":{"df":3,"docs":{"32":{"tf":1.4142135623730951},"50":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"i":{"df":28,"docs":{"14":{"tf":1.7320508075688772},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"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}},"i":{"df":12,"docs":{"42":{"tf":1.7320508075688772},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"49":{"tf":1.0}}}}}}}},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.7320508075688772}}}},"l":{"df":2,"docs":{"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0}}}}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":4,"docs":{"0":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":7,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.0},"9":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"29":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"\\"":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"33":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"3":{"tf":1.0},"4":{"tf":1.4142135623730951},"58":{"tf":1.0},"6":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"12":{"tf":1.0},"21":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":3,"docs":{"20":{"tf":1.4142135623730951},"45":{"tf":1.0},"50":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"45":{"tf":1.0},"50":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"df":2,"docs":{"38":{"tf":1.0},"41":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"56":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"56":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":4,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"3":{"tf":1.0},"53":{"tf":1.0}}}},"n":{"d":{"df":4,"docs":{"17":{"tf":1.0},"43":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"55":{"tf":1.0},"6":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"0":{"tf":1.4142135623730951},"3":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":2,"docs":{"53":{"tf":1.7320508075688772},"9":{"tf":2.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"5":{"tf":1.0}}}}}},"v":{"df":3,"docs":{"34":{"tf":1.0},"56":{"tf":1.0},"7":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"8":{"tf":1.0}},"t":{"df":1,"docs":{"3":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":2,"docs":{"41":{"tf":1.0},"50":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.0},"37":{"tf":1.0}}}},"’":{"df":1,"docs":{"0":{"tf":1.0}}}},"v":{"df":5,"docs":{"54":{"tf":1.7320508075688772},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}}},"j":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"g":{"df":4,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}}},"k":{"8":{"df":6,"docs":{"16":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"57":{"tf":1.0}},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"58":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":15,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.7320508075688772},"22":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951}}}},"y":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}},"n":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"55":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"39":{"tf":1.4142135623730951},"4":{"tf":1.0},"53":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"13":{"tf":1.0},"7":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"21":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"37":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"26":{"tf":1.0},"4":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"15":{"tf":1.7320508075688772},"21":{"tf":1.0},"3":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":3,"docs":{"12":{"tf":1.0},"30":{"tf":1.4142135623730951},"43":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"t":{"df":2,"docs":{"3":{"tf":1.0},"33":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":10,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.7320508075688772},"53":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"12":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"19":{"tf":1.0},"29":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"20":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":16,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.4142135623730951},"3":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"9":{"tf":1.0}}}}},"o":{"a":{"d":{"df":3,"docs":{"25":{"tf":1.0},"29":{"tf":1.4142135623730951},"30":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"58":{"tf":1.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":5,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":11,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"35":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"4":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.0}}},"t":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":3,"docs":{"50":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}},"i":{"c":{"df":2,"docs":{"49":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{}},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":6,"docs":{"10":{"tf":1.0},"17":{"tf":1.0},"30":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"39":{"tf":1.0},"7":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"57":{"tf":1.0}}},"p":{"df":3,"docs":{"22":{"tf":1.0},"37":{"tf":1.0},"6":{"tf":1.0}}},"s":{"df":1,"docs":{"15":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"r":{"df":2,"docs":{"12":{"tf":1.0},"4":{"tf":1.0}}},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"10":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"38":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":14,"docs":{"10":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"13":{"tf":1.0},"42":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":7,"docs":{"13":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"53":{"tf":1.0},"8":{"tf":1.0}}}},"n":{"df":0,"docs":{},"i":{"df":6,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0}}}},"p":{"df":3,"docs":{"16":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0}}},"t":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"49":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"54":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"17":{"tf":1.0},"39":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}},"x":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"0":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}},"2":{"5":{"df":2,"docs":{"27":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"y":{"b":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":8,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"43":{"tf":1.0},"57":{"tf":1.0}}}}},"t":{"df":1,"docs":{"21":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"30":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"2":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"41":{"tf":1.0},"58":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"c":{"df":4,"docs":{"12":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"5":{"df":2,"docs":{"27":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"22":{"tf":1.0},"24":{"tf":1.0},"37":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"10":{"tf":1.7320508075688772},"55":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"56":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":5,"docs":{"34":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}}}},"x":{"df":2,"docs":{"56":{"tf":1.0},"8":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":7,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"43":{"tf":2.23606797749979},"53":{"tf":1.0}}},"r":{"df":1,"docs":{"30":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"13":{"tf":1.0}}}},"df":1,"docs":{"45":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"31":{"tf":1.4142135623730951},"52":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"13":{"tf":1.0},"22":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":7,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.4142135623730951},"38":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":4,"docs":{"22":{"tf":1.0},"31":{"tf":1.4142135623730951},"55":{"tf":1.0},"57":{"tf":1.0}}}}}}},"t":{"df":10,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"50":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"45":{"tf":1.0},"50":{"tf":1.0}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"df":1,"docs":{"9":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":11,"docs":{"21":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.0},"57":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"g":{"df":1,"docs":{"41":{"tf":1.0}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":10,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":11,"docs":{"0":{"tf":1.7320508075688772},"15":{"tf":1.0},"17":{"tf":1.0},"3":{"tf":1.4142135623730951},"33":{"tf":2.23606797749979},"4":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0}}}}}}},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":8,"docs":{"33":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.7320508075688772},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"47":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":2,"docs":{"33":{"tf":1.4142135623730951},"47":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":24,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"12":{"tf":1.4142135623730951},"15":{"tf":1.7320508075688772},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"2":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"33":{"tf":1.7320508075688772},"37":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.7320508075688772},"43":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.4142135623730951},"56":{"tf":1.0},"58":{"tf":1.7320508075688772},"7":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":2,"docs":{"22":{"tf":1.0},"8":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"df":6,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.7320508075688772},"41":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"{":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{":":{":":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"21":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"[":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":16,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"22":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"12":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"53":{"tf":1.0},"55":{"tf":1.0}}}}}},"k":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"\\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":8,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"50":{"tf":1.0}}},"n":{"c":{"df":3,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0}}},"df":4,"docs":{"15":{"tf":1.0},"3":{"tf":1.0},"40":{"tf":1.0},"48":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"39":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":10,"docs":{"0":{"tf":1.0},"17":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"41":{"tf":2.23606797749979},"57":{"tf":1.0}}}},"t":{"df":2,"docs":{"21":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"12":{"tf":1.0},"47":{"tf":1.0}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.4142135623730951},"58":{"tf":1.0},"6":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"21":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":8,"docs":{"12":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"3":{"tf":1.0},"6":{"tf":1.4142135623730951},"9":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.7320508075688772}}}}}}}}}},"p":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"12":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"16":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"1":{"tf":1.0},"35":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"4":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.0},"7":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":57,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.7320508075688772},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.7320508075688772},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"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},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.7320508075688772},"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":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.7320508075688772},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":5,"docs":{"0":{"tf":1.0},"19":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":2.0}}}}}},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"35":{"tf":1.0},"41":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":1,"docs":{"12":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"19":{"tf":1.0},"26":{"tf":1.0},"31":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":3,"docs":{"15":{"tf":1.0},"21":{"tf":2.449489742783178},"22":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"33":{"tf":1.4142135623730951}}}},"r":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":4,"docs":{"0":{"tf":1.0},"29":{"tf":1.0},"4":{"tf":1.0},"58":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":7,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"5":{"tf":1.7320508075688772},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"15":{"tf":1.0},"16":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}}}}}}}}},"l":{"a":{"df":0,"docs":{},"n":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":7,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"[":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":23,"docs":{"1":{"tf":1.0},"12":{"tf":2.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"20":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.4142135623730951},"3":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":2.0},"36":{"tf":1.4142135623730951},"4":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"41":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"49":{"tf":1.0}},"g":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"13":{"tf":1.0},"18":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"d":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"3":{"tf":1.0}}}},"df":0,"docs":{}},"df":3,"docs":{"38":{"tf":1.0},"41":{"tf":1.0},"56":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"43":{"tf":1.0},"58":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"14":{"tf":1.0},"22":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"9":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"15":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"35":{"tf":1.4142135623730951},"41":{"tf":2.0},"43":{"tf":1.0},"45":{"tf":1.0}}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}},"t":{"df":3,"docs":{"22":{"tf":1.0},"48":{"tf":1.0},"56":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"35":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":2.0}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"11":{"tf":1.0},"5":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"o":{"b":{"df":0,"docs":{},"e":{"df":8,"docs":{"17":{"tf":1.0},"21":{"tf":1.0},"28":{"tf":1.0},"40":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.4142135623730951},"52":{"tf":1.0},"53":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":5,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"58":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":6,"docs":{"0":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"47":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":1.0}},"t":{"df":5,"docs":{"10":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.0},"58":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":8,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"29":{"tf":1.4142135623730951},"3":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"56":{"tf":1.0},"9":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":7,"docs":{"0":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"21":{"tf":1.0},"3":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":2.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"10":{"tf":1.0},"50":{"tf":1.0}},"r":{"df":1,"docs":{"41":{"tf":1.0}}}},"i":{"d":{"df":3,"docs":{"38":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":4,"docs":{"12":{"tf":1.4142135623730951},"4":{"tf":1.0},"40":{"tf":1.0},"58":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"40":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"b":{"df":3,"docs":{"33":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"58":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"57":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"18":{"tf":1.0},"3":{"tf":1.0}}}}}}}},"q":{"a":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"24":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}}}}}},"r":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"12":{"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":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"(":{"1":{"0":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":3,"docs":{"25":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":10,"docs":{"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"29":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"12":{"tf":1.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"50":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"l":{"df":3,"docs":{"40":{"tf":1.0},"50":{"tf":1.7320508075688772},"51":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"—":{"a":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":12,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"27":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772},"47":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.4142135623730951}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":4,"docs":{"0":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"49":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"1":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"47":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"19":{"tf":1.0},"31":{"tf":1.4142135623730951},"33":{"tf":2.0},"57":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":3,"docs":{"13":{"tf":1.0},"21":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":13,"docs":{"42":{"tf":1.7320508075688772},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":2.0},"54":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"35":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}},"x":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}},"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"22":{"tf":1.0},"47":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"20":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"3":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"43":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":4,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":7,"docs":{"19":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"40":{"tf":1.0},"57":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":7,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"27":{"tf":1.7320508075688772},"28":{"tf":1.0},"57":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"12":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":4,"docs":{"16":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":9,"docs":{"12":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"27":{"tf":1.4142135623730951},"31":{"tf":2.23606797749979},"33":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":13,"docs":{"22":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":2.0},"35":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"58":{"tf":1.0},"9":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"4":{"tf":1.0},"46":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"15":{"tf":1.4142135623730951},"21":{"tf":1.0},"46":{"tf":1.0},"53":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":3,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"57":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"10":{"tf":1.0},"57":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":6,"docs":{"0":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}},"p":{"c":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"45":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.7320508075688772},"51":{"tf":1.4142135623730951}}}}}}}}},"df":20,"docs":{"1":{"tf":1.0},"10":{"tf":2.0},"12":{"tf":1.7320508075688772},"13":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.7320508075688772},"20":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":2.23606797749979},"39":{"tf":1.0},"4":{"tf":1.7320508075688772},"41":{"tf":1.0},"43":{"tf":2.0},"5":{"tf":1.0},"51":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.7320508075688772},"57":{"tf":1.4142135623730951},"58":{"tf":2.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"45":{"tf":1.0},"50":{"tf":1.4142135623730951}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":7,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":29,"docs":{"12":{"tf":1.0},"13":{"tf":1.4142135623730951},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.7320508075688772},"36":{"tf":2.0},"37":{"tf":1.7320508075688772},"38":{"tf":1.7320508075688772},"39":{"tf":1.7320508075688772},"4":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"43":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.7320508075688772},"53":{"tf":1.7320508075688772},"56":{"tf":1.7320508075688772},"57":{"tf":1.7320508075688772},"58":{"tf":1.7320508075688772}},"’":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"40":{"tf":1.0}},"{":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"40":{"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":{},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"40":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"49":{"tf":1.7320508075688772},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"48":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":5,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"35":{"tf":1.4142135623730951},"53":{"tf":1.0},"57":{"tf":1.4142135623730951}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"0":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"41":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"24":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":10,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.7320508075688772}}}}}}}},"df":0,"docs":{}}}}},"df":30,"docs":{"1":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.7320508075688772},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":2.23606797749979},"16":{"tf":1.7320508075688772},"17":{"tf":2.23606797749979},"18":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":2.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":2.23606797749979},"36":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":2.6457513110645907},"5":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":2.23606797749979},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":2.0},"57":{"tf":1.7320508075688772},"58":{"tf":2.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"39":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"41":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"22":{"tf":1.0},"7":{"tf":2.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"d":{"df":8,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}}},"df":4,"docs":{"17":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}},"f":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":3,"docs":{"21":{"tf":1.0},"50":{"tf":1.7320508075688772},"51":{"tf":1.7320508075688772}}}},"n":{"d":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"8":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"53":{"tf":1.0}},"i":{"c":{"df":5,"docs":{"0":{"tf":1.0},"38":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":6,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"35":{"tf":1.0},"42":{"tf":1.0},"55":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"16":{"tf":1.0},"38":{"tf":1.0},"56":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":10,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":7,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.7320508075688772}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"10":{"tf":1.4142135623730951},"31":{"tf":1.0},"57":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"w":{"df":4,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"23":{"tf":1.0},"49":{"tf":1.0}}}}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":13,"docs":{"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.7320508075688772},"4":{"tf":1.0},"41":{"tf":1.7320508075688772},"47":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"9":{"tf":2.0}},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"41":{"tf":1.0}}},"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":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"24":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"26":{"tf":1.0},"31":{"tf":1.0}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":3,"docs":{"12":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0}}}}},"t":{"df":1,"docs":{"15":{"tf":1.0}}},"z":{"df":0,"docs":{},"e":{"df":1,"docs":{"9":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"34":{"tf":1.0},"7":{"tf":1.0}}},"w":{"df":3,"docs":{"41":{"tf":1.0},"56":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"34":{"tf":1.0}}}},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"56":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"17":{"tf":1.0},"3":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":5,"docs":{"21":{"tf":1.0},"24":{"tf":1.0},"52":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"46":{"tf":1.0},"51":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"o":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"3":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":1,"docs":{"58":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":5,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"41":{"tf":1.0},"5":{"tf":1.0},"55":{"tf":1.0}},"i":{"df":1,"docs":{"17":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":3,"docs":{"22":{"tf":1.0},"36":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"38":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"56":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"22":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"df":0,"docs":{}},"_":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"46":{"tf":1.0},"51":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":13,"docs":{"12":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.7320508075688772},"43":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"7":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"e":{"df":3,"docs":{"12":{"tf":1.0},"22":{"tf":1.0},"9":{"tf":1.7320508075688772}}},"i":{"c":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}},"y":{"df":5,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"34":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"57":{"tf":1.0}}}},"d":{":":{":":{"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":7,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{":":{":":{"a":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"50":{"tf":1.0}}},"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":{":":{":":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"24":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"21":{"tf":1.0},"41":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"57":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"p":{"df":3,"docs":{"12":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0}}}},"r":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"26":{"tf":1.0},"31":{"tf":1.4142135623730951}}}}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"55":{"tf":1.4142135623730951}}}}}},"u":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"25":{"tf":1.0}}}},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"6":{"tf":1.0}}}}},"df":6,"docs":{"0":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":1.0},"58":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"0":{"tf":1.0},"58":{"tf":1.0}}}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"39":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"16":{"tf":1.0},"33":{"tf":1.0},"54":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"13":{"tf":1.0},"22":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"27":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"30":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"56":{"tf":1.0}}}}}}},"n":{"c":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":7,"docs":{"20":{"tf":1.4142135623730951},"3":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}}}}}}}},"t":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"7":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"2":{"0":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}},"4":{"5":{"df":2,"docs":{"27":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":4,"docs":{"17":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.7320508075688772},"57":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"43":{"tf":1.0}}}}},"d":{"df":3,"docs":{"20":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"22":{"tf":1.0},"3":{"tf":1.4142135623730951},"55":{"tf":1.0}}},"r":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"21":{"tf":1.0},"30":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"c":{"a":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"25":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":31,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.4142135623730951},"15":{"tf":2.0},"16":{"tf":1.7320508075688772},"17":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.7320508075688772},"28":{"tf":1.0},"29":{"tf":1.4142135623730951},"3":{"tf":1.7320508075688772},"30":{"tf":1.7320508075688772},"31":{"tf":1.7320508075688772},"33":{"tf":1.7320508075688772},"43":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":2.0},"52":{"tf":1.0},"53":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"6":{"tf":1.7320508075688772},"7":{"tf":1.4142135623730951},"8":{"tf":1.7320508075688772},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"47":{"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":{"46":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"{":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"51":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"7":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"13":{"tf":1.0},"35":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"e":{"df":13,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"3":{"tf":1.4142135623730951},"31":{"tf":1.0},"34":{"tf":2.0},"37":{"tf":1.0},"41":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":2.23606797749979}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"34":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"15":{"tf":1.0},"20":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"41":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"31":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":18,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.7320508075688772},"43":{"tf":1.7320508075688772},"48":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"53":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"8":{"tf":1.0}},"y":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"g":{"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":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"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":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"15":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0}}},"k":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":14,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.7320508075688772},"40":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"58":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"33":{"tf":1.0},"49":{"tf":1.0},"55":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":18,"docs":{"0":{"tf":1.7320508075688772},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"21":{"tf":1.0},"25":{"tf":2.23606797749979},"26":{"tf":2.23606797749979},"27":{"tf":1.0},"29":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"5":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"5":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"16":{"tf":1.7320508075688772}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"19":{"tf":1.0},"58":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.7320508075688772}}}}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"33":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":3,"docs":{"22":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"36":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}}},"x":{"df":1,"docs":{"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"36":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"25":{"tf":1.0},"3":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"51":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":2,"docs":{"4":{"tf":1.0},"53":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"17":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"16":{"tf":1.0}}}},"df":24,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":2.23606797749979},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":1.0},"50":{"tf":2.23606797749979},"51":{"tf":1.7320508075688772},"53":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":30,"docs":{"14":{"tf":1.7320508075688772},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"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},"55":{"tf":1.0},"9":{"tf":1.7320508075688772}},"s":{"(":{"1":{"0":{"df":2,"docs":{"26":{"tf":1.0},"31":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"3":{"0":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":2,"docs":{"25":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"z":{"df":3,"docs":{"33":{"tf":2.449489742783178},"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"2":{"df":4,"docs":{"25":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"3":{"df":3,"docs":{"24":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0}}},"4":{"df":3,"docs":{"27":{"tf":1.0},"30":{"tf":1.0},"8":{"tf":1.0}}},"7":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":19,"docs":{"0":{"tf":2.0},"13":{"tf":1.0},"17":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"55":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":2.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"!":{"[":{"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":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"10":{"tf":1.0},"31":{"tf":1.0},"57":{"tf":1.0}},"f":{"df":1,"docs":{"13":{"tf":1.0}},"i":{"df":11,"docs":{"0":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"27":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"16":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"[":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"12":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"58":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":2.23606797749979}},"e":{"df":0,"docs":{},"t":{"df":12,"docs":{"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.0}},"s":{"(":{"1":{"0":{"0":{"df":1,"docs":{"30":{"tf":1.0}}},"df":5,"docs":{"25":{"tf":1.0},"27":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"2":{"0":{"df":2,"docs":{"26":{"tf":1.0},"31":{"tf":1.0}}},"df":0,"docs":{}},"5":{"0":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}},"y":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":1,"docs":{"12":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"’":{"df":1,"docs":{"33":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"21":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"55":{"tf":1.0},"58":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"56":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":8,"docs":{"10":{"tf":1.4142135623730951},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"20":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":4,"docs":{"38":{"tf":1.0},"45":{"tf":1.0},"52":{"tf":1.4142135623730951},"56":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"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":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"2":{"0":{"df":2,"docs":{"26":{"tf":1.0},"31":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"0":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":1,"docs":{"10":{"tf":1.0}}},"6":{"0":{"0":{"df":1,"docs":{"30":{"tf":1.0}}},"df":4,"docs":{"10":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"9":{"0":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"0":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"0":{"tf":1.0},"34":{"tf":1.4142135623730951},"9":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"1":{"tf":1.0},"13":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":5,"docs":{"24":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"53":{"tf":1.7320508075688772}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":33,"docs":{"1":{"tf":1.0},"12":{"tf":2.23606797749979},"13":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.7320508075688772},"18":{"tf":2.0},"19":{"tf":2.449489742783178},"20":{"tf":2.23606797749979},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"25":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"33":{"tf":1.0},"35":{"tf":1.7320508075688772},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":2.23606797749979},"45":{"tf":1.7320508075688772},"46":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":2.0},"50":{"tf":2.6457513110645907},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.7320508075688772},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"15":{"tf":2.0},"16":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"5":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"e":{"df":1,"docs":{"57":{"tf":1.0}}}}}},"title":{"root":{"a":{"d":{"df":4,"docs":{"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"31":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"54":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"17":{"tf":1.0}}}}}}}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":3,"docs":{"27":{"tf":1.0},"31":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"40":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"38":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"51":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"24":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"55":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"55":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"53":{"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":{"34":{"tf":1.0}}}}}}}},"d":{"a":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"42":{"tf":1.0},"43":{"tf":1.0}}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"38":{"tf":1.0}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"l":{"df":1,"docs":{"55":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"23":{"tf":1.0},"28":{"tf":1.0},"49":{"tf":1.0}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"18":{"tf":1.0},"20":{"tf":1.0},"34":{"tf":1.0},"40":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"32":{"tf":1.0}}}}}}}},"f":{"a":{"df":0,"docs":{},"q":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"44":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"58":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"14":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"48":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":1,"docs":{"14":{"tf":1.0}},"i":{"df":1,"docs":{"42":{"tf":1.0}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"53":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"v":{"df":1,"docs":{"54":{"tf":1.0}}}},"k":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"39":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"24":{"tf":1.0}}}}},"o":{"a":{"d":{"df":2,"docs":{"29":{"tf":1.0},"30":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"10":{"tf":1.0}}}}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"w":{"df":1,"docs":{"49":{"tf":1.0}}}}},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"9":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"14":{"tf":1.0},"2":{"tf":1.0},"42":{"tf":1.0},"54":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"o":{"b":{"df":0,"docs":{},"e":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"29":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"33":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"42":{"tf":1.0},"53":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"n":{"df":2,"docs":{"10":{"tf":1.0},"35":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"47":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":5,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":1.0},"56":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"24":{"tf":1.0},"50":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"30":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"5":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":2,"docs":{"34":{"tf":1.0},"7":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"48":{"tf":1.0}}}}}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"25":{"tf":1.0},"26":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":1,"docs":{"16":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}}}},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"10":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"52":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":7,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"45":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"lang":"English","pipeline":["trimmer","stopWordFilter","stemmer"],"ref":"id","version":"0.9.5"},"results_options":{"limit_results":30,"teaser_word_count":30},"search_options":{"bool":"OR","expand":true,"fields":{"body":{"boost":1},"breadcrumbs":{"boost":1},"title":{"boost":2}}}}')); \ No newline at end of file diff --git a/docs/searchindex-6b726042.js b/docs/searchindex-6b726042.js new file mode 100644 index 0000000..c9da29c --- /dev/null +++ b/docs/searchindex-6b726042.js @@ -0,0 +1 @@ +window.search = Object.assign(window.search, JSON.parse('{"doc_urls":["project-context-primer.html#project-context-primer","what-you-will-learn.html#what-you-will-learn","part-i.html#part-i--foundations","introduction.html#introduction","architecture-overview.html#architecture-overview","testing-philosophy.html#testing-philosophy","scenario-lifecycle.html#scenario-lifecycle-conceptual","design-rationale.html#design-rationale","part-ii.html#part-ii--user-guide","workspace-layout.html#workspace-layout","annotated-tree.html#annotated-tree","authoring-scenarios.html#authoring-scenarios","workloads.html#core-content-workloads--expectations","workloads.html#workloads","workloads.html#expectations","scenario-builder-ext-patterns.html#core-content-scenariobuilderext-patterns","best-practices.html#best-practices","examples.html#examples","examples.html#simple-2-validator-transaction-workload","examples.html#da--transaction-workload","examples.html#chaos--liveness-check","examples-advanced.html#advanced--artificial-examples","examples-advanced.html#partition-and-recover-chaos","examples-advanced.html#mempool-saturation-slo","examples-advanced.html#stochastic-topology-generator","running-scenarios.html#running-scenarios","runners.html#runners","runners.html#local-runner","runners.html#docker-compose-runner","runners.html#kubernetes-runner","runners.html#common-expectations","operations.html#operations","part-iii.html#part-iii--developer-reference","scenario-model.html#scenario-model-developer-level","extending.html#extending-the-framework","extending.html#adding-a-workload","extending.html#adding-an-expectation","extending.html#adding-a-runner","extending.html#adding-topology-helpers","custom-workload-example.html#example-new-workload--expectation-rust","custom-workload-example.html#workload-simple-reachability-probe","custom-workload-example.html#expectation-confirm-the-target-stayed-reachable","custom-workload-example.html#how-to-wire-it","internal-crate-reference.html#internal-crate-reference","part-iv.html#part-iv--appendix","dsl-cheat-sheet.html#core-content-dsl-cheat-sheet","troubleshooting.html#troubleshooting-scenarios","faq.html#faq","glossary.html#glossary"],"index":{"documentStore":{"docInfo":{"0":{"body":67,"breadcrumbs":6,"title":3},"1":{"body":26,"breadcrumbs":2,"title":1},"10":{"body":59,"breadcrumbs":8,"title":2},"11":{"body":101,"breadcrumbs":8,"title":2},"12":{"body":18,"breadcrumbs":12,"title":4},"13":{"body":38,"breadcrumbs":9,"title":1},"14":{"body":59,"breadcrumbs":9,"title":1},"15":{"body":84,"breadcrumbs":12,"title":4},"16":{"body":96,"breadcrumbs":8,"title":2},"17":{"body":14,"breadcrumbs":6,"title":1},"18":{"body":49,"breadcrumbs":10,"title":5},"19":{"body":51,"breadcrumbs":8,"title":3},"2":{"body":10,"breadcrumbs":4,"title":2},"20":{"body":61,"breadcrumbs":8,"title":3},"21":{"body":19,"breadcrumbs":10,"title":3},"22":{"body":58,"breadcrumbs":10,"title":3},"23":{"body":58,"breadcrumbs":10,"title":3},"24":{"body":53,"breadcrumbs":10,"title":3},"25":{"body":75,"breadcrumbs":8,"title":2},"26":{"body":20,"breadcrumbs":6,"title":1},"27":{"body":16,"breadcrumbs":7,"title":2},"28":{"body":23,"breadcrumbs":8,"title":3},"29":{"body":17,"breadcrumbs":7,"title":2},"3":{"body":84,"breadcrumbs":4,"title":1},"30":{"body":48,"breadcrumbs":7,"title":2},"31":{"body":135,"breadcrumbs":6,"title":1},"32":{"body":10,"breadcrumbs":8,"title":4},"33":{"body":134,"breadcrumbs":12,"title":4},"34":{"body":0,"breadcrumbs":8,"title":2},"35":{"body":28,"breadcrumbs":8,"title":2},"36":{"body":23,"breadcrumbs":8,"title":2},"37":{"body":31,"breadcrumbs":8,"title":2},"38":{"body":20,"breadcrumbs":9,"title":3},"39":{"body":19,"breadcrumbs":14,"title":5},"4":{"body":170,"breadcrumbs":6,"title":2},"40":{"body":117,"breadcrumbs":13,"title":4},"41":{"body":64,"breadcrumbs":14,"title":5},"42":{"body":24,"breadcrumbs":10,"title":1},"43":{"body":91,"breadcrumbs":10,"title":3},"44":{"body":10,"breadcrumbs":6,"title":3},"45":{"body":84,"breadcrumbs":11,"title":5},"46":{"body":86,"breadcrumbs":7,"title":2},"47":{"body":99,"breadcrumbs":5,"title":1},"48":{"body":88,"breadcrumbs":5,"title":1},"5":{"body":96,"breadcrumbs":6,"title":2},"6":{"body":159,"breadcrumbs":8,"title":3},"7":{"body":68,"breadcrumbs":6,"title":2},"8":{"body":10,"breadcrumbs":8,"title":4},"9":{"body":94,"breadcrumbs":8,"title":2}},"docs":{"0":{"body":"This book focuses on the Nomos Testing Framework. It assumes familiarity with\\nthe Nomos architecture, but for completeness, here is a short primer. Nomos is a modular blockchain protocol composed of validators, executors,\\nand a data-availability (DA) subsystem. Validators participate in consensus and produce blocks. Executors run application logic or off-chain computations referenced by\\nblocks. Data Availability (DA) ensures that data referenced in blocks is\\npublished and retrievable, including blobs or channel data used by workloads. These roles interact tightly, which is why meaningful testing must be performed\\nin multi-node environments that include real networking, timing, and DA\\ninteraction.","breadcrumbs":"Project Context Primer » Project Context Primer","id":"0","title":"Project Context Primer"},"1":{"body":"This book gives you a clear mental model for Nomos multi-node testing, shows how\\nto author scenarios that pair realistic workloads with explicit expectations,\\nand guides you to run them across local, containerized, and cluster environments\\nwithout changing the plan.","breadcrumbs":"What You Will Learn » What You Will Learn","id":"1","title":"What You Will Learn"},"10":{"body":"High-level view of the workspace and how pieces relate: nomos-testing/\\n├─ testing-framework/\\n│ ├─ configs/ # shared configuration helpers\\n│ ├─ core/ # scenario model, runtime, topology\\n│ ├─ workflows/ # workloads, expectations, DSL extensions\\n│ └─ runners/ # local, compose, k8s deployment backends\\n├─ tests/ # integration scenarios using the framework\\n└─ scripts/ # supporting setup utilities (e.g., assets) Each area maps to a responsibility: describe configs, orchestrate scenarios,\\npackage common traffic and assertions, adapt to environments, and demonstrate\\nend-to-end usage.","breadcrumbs":"Part II — User Guide » Annotated Tree » Annotated Tree","id":"10","title":"Annotated Tree"},"11":{"body":"Creating a scenario is a declarative exercise: Shape the topology: decide how many validators and executors to run, and\\nwhat high-level network and data-availability characteristics matter for the\\ntest. Attach workloads: pick traffic generators that align with your goals\\n(transactions, data-availability blobs, or chaos for resilience probes). Define expectations: specify the health signals that must hold when the\\nrun finishes (e.g., consensus liveness, inclusion of submitted activity; see Core Content: Workloads & Expectations). Set duration: choose a run window long enough to observe meaningful\\nblock progression and the effects of your workloads. Choose a runner: target local processes for fast iteration, Docker\\nCompose for reproducible multi-node stacks, or Kubernetes for cluster-grade\\nvalidation. For environment considerations, see Operations. Keep scenarios small and explicit: make the intended behavior and the success\\ncriteria clear so failures are easy to interpret and act upon.","breadcrumbs":"Part II — User Guide » Authoring Scenarios » Authoring Scenarios","id":"11","title":"Authoring Scenarios"},"12":{"body":"Workloads describe the activity a scenario generates; expectations describe the\\nsignals that must hold when that activity completes. Both are pluggable so\\nscenarios stay readable and purpose-driven.","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Core Content: Workloads & Expectations","id":"12","title":"Core Content: Workloads & Expectations"},"13":{"body":"Transaction workload: submits user-level transactions at a configurable\\nrate and can limit how many distinct actors participate. Data-availability workload: drives blob and channel activity to exercise\\ndata-availability paths. Chaos workload: triggers controlled node restarts to test resilience and\\nrecovery behaviors (requires a runner that can control nodes).","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Workloads","id":"13","title":"Workloads"},"14":{"body":"Consensus liveness: verifies the system continues to produce blocks in\\nline with the planned workload and timing window. Workload-specific checks: each workload can attach its own success\\ncriteria (e.g., inclusion of submitted activity) so scenarios remain concise. Together, workloads and expectations let you express both the pressure applied\\nto the system and the definition of “healthy” for that run. Mermaid view (pipeline): flowchart TD I[\\"Inputs: topology + wallets + rates\\"] Init[\\"Workload init\\"] Drive[\\"Drive traffic\\"] Collect[\\"Collect signals\\"] Eval[\\"Expectations evaluate\\"] I --> Init --> Drive --> Collect --> Eval","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Expectations","id":"14","title":"Expectations"},"15":{"body":"Patterns that keep scenarios readable and reusable: Topology-first: start by shaping the cluster (counts, layout) so later\\nsteps inherit a clear foundation. Bundle defaults: use the DSL helpers to attach common expectations (like\\nliveness) whenever you add a matching workload, reducing forgotten checks. Intentional rates: express traffic in per-block terms to align with\\nprotocol timing rather than wall-clock assumptions. Opt-in chaos: enable restart patterns only in scenarios meant to probe\\nresilience; keep functional smoke tests deterministic. Wallet clarity: seed only the number of actors you need; it keeps\\ntransaction scenarios deterministic and interpretable. These patterns make scenario definitions self-explanatory while staying aligned\\nwith the framework’s block-oriented timing model.","breadcrumbs":"Part II — User Guide » Core Content: ScenarioBuilderExt Patterns » Core Content: ScenarioBuilderExt Patterns","id":"15","title":"Core Content: ScenarioBuilderExt Patterns"},"16":{"body":"State your intent: document the goal of each scenario (throughput, DA\\nvalidation, resilience) so expectation choices are obvious. Keep runs meaningful: choose durations that allow multiple blocks and make\\ntiming-based assertions trustworthy. Separate concerns: start with deterministic workloads for functional\\nchecks; add chaos in dedicated resilience scenarios to avoid noisy failures. Reuse patterns: standardize on shared topology and workload presets so\\nresults are comparable across environments and teams. Observe first, tune second: rely on liveness and inclusion signals to\\ninterpret outcomes before tweaking rates or topology. Environment fit: pick runners that match the feedback loop you need—local\\nfor speed, compose for reproducible stacks, k8s for cluster-grade fidelity. Minimal surprises: seed only necessary wallets and keep configuration\\ndeltas explicit when moving between CI and developer machines.","breadcrumbs":"Part II — User Guide » Best Practices » Best Practices","id":"16","title":"Best Practices"},"17":{"body":"Concrete scenario shapes that illustrate how to combine topologies, workloads,\\nand expectations. Adjust counts, rates, and durations to fit your environment.","breadcrumbs":"Part II — User Guide » Examples » Examples","id":"17","title":"Examples"},"18":{"body":"Topology: two validators. Workload: transaction submissions at a modest per-block rate with a small\\nset of wallet actors. Expectations: consensus liveness and inclusion of submitted activity. When to use: smoke tests for consensus and transaction flow on minimal\\nhardware. Setup (Rust): use std::time::Duration;\\nuse testing_framework_core::scenario::ScenarioBuilder; let plan = ScenarioBuilder::with_node_counts(2, 0) .transactions() .rate(3) .users(4) .apply() .with_run_duration(Duration::from_secs(60)) .expect_consensus_liveness() .build();\\n// deploy with your runner of choice (local/compose/k8s) and run","breadcrumbs":"Part II — User Guide » Examples » Simple 2-validator transaction workload","id":"18","title":"Simple 2-validator transaction workload"},"19":{"body":"Topology: validators plus executors if available. Workloads: data-availability blobs/channels and transactions running\\ntogether to stress both paths. Expectations: consensus liveness and workload-level inclusion/availability\\nchecks. When to use: end-to-end coverage of transaction and DA layers in one run. Setup (Rust): use std::time::Duration;\\nuse testing_framework_core::scenario::ScenarioBuilder; let plan = ScenarioBuilder::with_node_counts(2, 1) .transactions() .rate(5) .users(8) .apply() .da() .channel_rate(1) .blob_rate(1) .apply() .with_run_duration(Duration::from_secs(90)) .expect_consensus_liveness() .build();","breadcrumbs":"Part II — User Guide » Examples » DA + transaction workload","id":"19","title":"DA + transaction workload"},"2":{"body":"Conceptual chapters that establish the mental model for the framework and how\\nit approaches multi-node testing.","breadcrumbs":"Part I — Foundations » Part I — Foundations","id":"2","title":"Part I — Foundations"},"20":{"body":"Topology: validators (optionally executors) with node control enabled. Workloads: baseline traffic (transactions or DA) plus chaos restarts on\\nselected roles. Expectations: consensus liveness to confirm the system keeps progressing\\ndespite restarts; workload-specific inclusion if traffic is present. When to use: resilience validation and operational readiness drills. Setup (Rust): use std::time::Duration;\\nuse testing_framework_core::scenario::ScenarioBuilder;\\nuse testing_framework_workflows::workloads::transaction; let plan = ScenarioBuilder::with_node_counts(2, 1) .enable_node_control() .transactions() .rate(3) .users(4) .apply() .chaos_random_restart() .min_delay(Duration::from_secs(45)) .max_delay(Duration::from_secs(75)) .target_cooldown(Duration::from_secs(120)) .apply() .with_run_duration(Duration::from_secs(120)) .expect_consensus_liveness() .build();","breadcrumbs":"Part II — User Guide » Examples » Chaos + liveness check","id":"20","title":"Chaos + liveness check"},"21":{"body":"These illustrative scenarios stretch the framework to show how to build new\\nworkloads, expectations, deployers, and topology tricks. They are intentionally\\n“synthetic” to teach capabilities rather than prescribe production tests.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Advanced & Artificial Examples","id":"21","title":"Advanced & Artificial Examples"},"22":{"body":"Idea: induce a partial partition between nodes (e.g., block a subset of peers) mid-run, then heal it, to verify recovery and catch-up. Demonstrates: using node control/peer blocking to simulate partitions and asserting liveness plus height convergence afterward. Shape: a custom workload that blocks/unblocks peers; an expectation that all nodes reach the same height after healing. Setup (Rust): use testing_framework_core::scenario::ScenarioBuilder;\\n// PartitionChaosWorkload and HeightConvergenceExpectation are custom components you write. let plan = ScenarioBuilder::with_node_counts(3, 0) .enable_node_control() .with_workload(PartitionChaosWorkload::new().duration(Duration::from_secs(60))) .with_expectation(HeightConvergenceExpectation::new()) .with_run_duration(Duration::from_secs(150)) .build();","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Partition-and-Recover Chaos","id":"22","title":"Partition-and-Recover Chaos"},"23":{"body":"Idea: drive a high transaction rate to create backpressure and assert inclusion latency stays under a target budget. Demonstrates: SLO-style expectations (e.g., p95 inclusion time) under load, beyond simple liveness. Shape: high-rate tx workload plus an expectation that measures inclusion delay versus a threshold. Setup (Rust): use std::time::Duration;\\nuse testing_framework_core::scenario::ScenarioBuilder;\\n// HighRateTxWorkload drives load; InclusionSLOExpectation measures latency. let plan = ScenarioBuilder::with_node_counts(2, 1) .transactions().rate(20).users(16).apply() .with_expectation(InclusionSLOExpectation::with_budget(Duration::from_secs(10))) .with_run_duration(Duration::from_secs(120)) .build();","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Mempool Saturation SLO","id":"23","title":"Mempool Saturation SLO"},"24":{"body":"Idea: topology parameters change at runtime (random validators, DA\\nsettings, network shapes). Demonstrates: randomized property testing and fuzzing approaches to\\ntopology building. Shape: pick roles and network layouts randomly per run; keep expectations\\ntolerant to variability while still asserting core liveness. Setup (Rust): use testing_framework_core::scenario::ScenarioBuilder;\\n// StochasticTopologyBuilder wraps ScenarioBuilder to randomize counts/layout. let plan = StochasticTopologyBuilder::new() .with_validator_range(1..=4) .with_executor_range(0..=2) .with_random_layouts() .finish() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(90)) .build();","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Stochastic Topology Generator","id":"24","title":"Stochastic Topology Generator"},"25":{"body":"Running a scenario follows the same conceptual flow regardless of environment: Select or author a scenario plan that pairs a topology with workloads,\\nexpectations, and a suitable run window. Choose a runner aligned with your environment (local, compose, or k8s) and\\nensure its prerequisites are available. Deploy the plan through the runner; wait for readiness signals before\\nstarting workloads. Let workloads drive activity for the planned duration; keep observability\\nsignals visible so you can correlate outcomes. Evaluate expectations and capture results as the primary pass/fail signal. Use the same plan across different runners to compare behavior between local\\ndevelopment and CI or cluster settings. For environment prerequisites and\\nflags, see Operations.","breadcrumbs":"Part II — User Guide » Running Scenarios » Running Scenarios","id":"25","title":"Running Scenarios"},"26":{"body":"Runners turn a scenario plan into a live environment while keeping the plan\\nunchanged. Choose based on feedback speed, reproducibility, and fidelity. For\\nenvironment and operational considerations, see Operations:","breadcrumbs":"Part II — User Guide » Runners » Runners","id":"26","title":"Runners"},"27":{"body":"Launches node processes directly on the host. Fastest feedback loop and minimal orchestration overhead. Best for development-time iteration and debugging.","breadcrumbs":"Part II — User Guide » Runners » Local runner","id":"27","title":"Local runner"},"28":{"body":"Starts nodes in containers to provide a reproducible multi-node stack on a\\nsingle machine. Discovers service ports and wires observability for convenient inspection. Good balance between fidelity and ease of setup.","breadcrumbs":"Part II — User Guide » Runners » Docker Compose runner","id":"28","title":"Docker Compose runner"},"29":{"body":"Deploys nodes onto a cluster for higher-fidelity, longer-running scenarios. Suits CI or shared environments where cluster behavior and scheduling matter.","breadcrumbs":"Part II — User Guide » Runners » Kubernetes runner","id":"29","title":"Kubernetes runner"},"3":{"body":"The Nomos Testing Framework is a purpose-built toolkit for exercising Nomos in\\nrealistic, multi-node environments. It solves the gap between small, isolated\\ntests and full-system validation by letting teams describe a cluster layout,\\ndrive meaningful traffic, and assert the outcomes in one coherent plan. It is for protocol engineers, infrastructure operators, and QA teams who need\\nrepeatable confidence that validators, executors, and data-availability\\ncomponents work together under network and timing constraints. Multi-node integration testing is required because many Nomos behaviors—block\\nprogress, data availability, liveness under churn—only emerge when several\\nroles interact over real networking and time. This framework makes those checks\\ndeclarative, observable, and portable across environments.","breadcrumbs":"Part I — Foundations » Introduction » Introduction","id":"3","title":"Introduction"},"30":{"body":"All runners require at least one validator and, for transaction scenarios,\\naccess to seeded wallets. Readiness probes gate workload start so traffic begins only after nodes are\\nreachable. Environment flags can relax timeouts or increase tracing when diagnostics are\\nneeded. Mermaid view (runner abstraction): flowchart TD Plan[Scenario Plan] --> RunSel{Runner (local | compose | k8s)} RunSel --> Provision[Provision & readiness] Provision --> Runtime[Runtime + observability] Runtime --> Exec[Workloads & Expectations execute]","breadcrumbs":"Part II — User Guide » Runners » Common expectations","id":"30","title":"Common expectations"},"31":{"body":"Operational readiness focuses on prerequisites, environment fit, and clear\\nsignals: Prerequisites: keep a sibling nomos-node checkout available; ensure the\\nchosen runner’s platform needs are met (local binaries for host runs, Docker\\nfor compose, cluster access for k8s). Artifacts: some scenarios depend on prover or circuit assets; fetch them\\nahead of time with the provided helper scripts when needed. Environment flags: use slow-environment toggles to relax timeouts, enable\\ntracing when debugging, and adjust observability ports to avoid clashes. Readiness checks: verify runners report node readiness before starting\\nworkloads; this avoids false negatives from starting too early. Failure triage: map failures to missing prerequisites (wallet seeding,\\nnode control availability), runner platform issues, or unmet expectations.\\nStart with liveness signals, then dive into workload-specific assertions. Treat operational hygiene—assets present, prerequisites satisfied, observability\\nreachable—as the first step to reliable scenario outcomes. Mermaid view (metrics/observability flow): flowchart TD Expose[Runner exposes endpoints/ports] --> Collect[Runtime collects block/health signals] Collect --> Consume[Expectations consume signals and decide pass/fail] Consume --> Inspect[Operators inspect logs/metrics when failures arise]","breadcrumbs":"Part II — User Guide » Operations » Operations","id":"31","title":"Operations"},"32":{"body":"Deep dives for contributors who extend the framework, evolve its abstractions,\\nor maintain the crate set.","breadcrumbs":"Part III — Developer Reference » Part III — Developer Reference","id":"32","title":"Part III — Developer Reference"},"33":{"body":"The scenario model defines clear, composable responsibilities: Topology: a declarative description of the cluster—how many nodes, their\\nroles, and the broad network and data-availability characteristics. Validators\\nrun the nomos-node binary (consensus/block production); executors run the nomos-executor binary (consensus-aware executor service stack). The topology\\nrepresents the intended shape of the system under test. Scenario: a plan combining topology, workloads, expectations, and a run\\nwindow. Building a scenario validates prerequisites (like seeded wallets) and\\nensures the run lasts long enough to observe meaningful block progression. Workloads: asynchronous tasks that generate traffic or conditions. They\\nuse shared context to interact with the deployed cluster and may bundle\\ndefault expectations. Expectations: post-run assertions. They can capture baselines before\\nworkloads start and evaluate success once activity stops. Runtime: coordinates workloads and expectations for the configured\\nduration, enforces cooldowns when control actions occur, and ensures cleanup\\nso runs do not leak resources. Developers extending the model should keep these boundaries strict: topology\\ndescribes, scenarios assemble, runners deploy, workloads drive, and expectations\\njudge outcomes. For guidance on adding new capabilities, see Extending the Framework.","breadcrumbs":"Part III — Developer Reference » Scenario Model (Developer Level) » Scenario Model (Developer Level)","id":"33","title":"Scenario Model (Developer Level)"},"34":{"body":"","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Extending the Framework","id":"34","title":"Extending the Framework"},"35":{"body":"Implement the workload contract: provide a name, optional bundled expectations, validate prerequisites up front, and drive asynchronous activity against the deployed cluster. Export it through the workflows layer and consider adding DSL helpers for ergonomic wiring.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding a workload","id":"35","title":"Adding a workload"},"36":{"body":"Implement the expectation contract: capture baselines if needed and evaluate outcomes after workloads finish; report meaningful errors to aid debugging. Expose reusable expectations from the workflows layer so scenarios can attach them declaratively.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding an expectation","id":"36","title":"Adding an expectation"},"37":{"body":"Implement the deployer contract for the target backend, producing a runtime context with client access, metrics endpoints, and optional node control. Preserve cleanup guarantees so resources are reclaimed even when runs fail; mirror readiness and observation signals used by existing runners for consistency.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding a runner","id":"37","title":"Adding a runner"},"38":{"body":"Extend the topology description with new layouts or presets while keeping defaults safe and predictable; favor declarative inputs over ad hoc logic so scenarios stay reviewable.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding topology helpers","id":"38","title":"Adding topology helpers"},"39":{"body":"A minimal, end-to-end illustration of adding a custom workload and matching\\nexpectation. This shows the shape of the traits and where to plug into the\\nframework; expand the logic to fit your real test.","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Example: New Workload & Expectation (Rust)","id":"39","title":"Example: New Workload & Expectation (Rust)"},"4":{"body":"The framework follows a clear flow: Topology → Scenario → Deployer → Runner → Workloads → Expectations. Topology describes the cluster: how many nodes, their roles, and the high-level network and data-availability parameters they should follow. Scenario combines that topology with the activities to run and the checks to perform, forming a single plan. Deployer turns the plan into a concrete environment on the chosen backend (local processes, Docker Compose, or Kubernetes). Runner is shared across deployers; it drives workloads and expectations using the provided runtime context. Workloads generate traffic and conditions that exercise the system. Expectations observe the run and judge success or failure once activity completes. The deployer supplies a RunContext (clients, metrics, optional NodeControlHandle) that the runner and workloads/expectations share; it carries the runtime view and control hooks for the deployed cluster. The optional NodeControlHandle lets the runner (and chaos workloads) restart or manage nodes in the deployed environment. Mermaid view: sequenceDiagram participant T as Topology (shape cluster) participant S as Scenario (plan) participant D as Deployer (provision env) participant R as Runner (drive with RunContext) participant W as Workloads (drive traffic) participant X as Expectations (verify outcomes) T->>S: describe roles/params S->>D: hand plan D->>R: provision + provide RunContext R->>W: start workloads with context R->>X: evaluate outcomes after run Each layer has a narrow responsibility so that cluster shape, deployment choice,\\ntraffic generation, and health checks can evolve independently while fitting\\ntogether predictably.","breadcrumbs":"Part I — Foundations » Architecture Overview » Architecture Overview","id":"4","title":"Architecture Overview"},"40":{"body":"Key ideas: name: identifies the workload in logs. expectations: workloads can bundle defaults so callers don’t forget checks. init: derive inputs from the generated topology (e.g., pick a target node). start: drive async activity using the shared RunContext. use std::sync::Arc;\\nuse async_trait::async_trait;\\nuse testing_framework_core::scenario::{ DynError, Expectation, RunContext, RunMetrics, Workload,\\n};\\nuse testing_framework_core::topology::GeneratedTopology; pub struct ReachabilityWorkload { target_idx: usize, bundled: Vec>,\\n} impl ReachabilityWorkload { pub fn new(target_idx: usize) -> Self { Self { target_idx, bundled: vec![Box::new(ReachabilityExpectation::new(target_idx))], } }\\n} #[async_trait]\\nimpl Workload for ReachabilityWorkload { fn name(&self) -> &\'static str { \\"reachability_workload\\" } fn expectations(&self) -> Vec> { self.bundled.clone() } fn init( &mut self, topology: &GeneratedTopology, _metrics: &RunMetrics, ) -> Result<(), DynError> { if topology.validators().get(self.target_idx).is_none() { return Err(\\"no validator at requested index\\".into()); } Ok(()) } async fn start(&self, ctx: &RunContext) -> Result<(), DynError> { let client = ctx .clients() .validators() .get(self.target_idx) .ok_or(\\"missing target client\\")?; // Pseudo-action: issue a lightweight RPC to prove reachability. client.health_check().await.map_err(|e| e.into()) }\\n}","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Workload: simple reachability probe","id":"40","title":"Workload: simple reachability probe"},"41":{"body":"Key ideas: start_capture: snapshot baseline if needed (not used here). evaluate: assert the condition after workloads finish. use async_trait::async_trait;\\nuse testing_framework_core::scenario::{DynError, Expectation, RunContext}; pub struct ReachabilityExpectation { target_idx: usize,\\n} impl ReachabilityExpectation { pub fn new(target_idx: usize) -> Self { Self { target_idx } }\\n} #[async_trait]\\nimpl Expectation for ReachabilityExpectation { fn name(&self) -> &str { \\"target_reachable\\" } async fn evaluate(&mut self, ctx: &RunContext) -> Result<(), DynError> { let client = ctx .clients() .validators() .get(self.target_idx) .ok_or(\\"missing target client\\")?; client.health_check().await.map_err(|e| { format!(\\"target became unreachable during run: {e}\\").into() }) }\\n}","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Expectation: confirm the target stayed reachable","id":"41","title":"Expectation: confirm the target stayed reachable"},"42":{"body":"Build your scenario as usual and call .with_workload(ReachabilityWorkload::new(0)). The bundled expectation is attached automatically; you can add more with .with_expectation(...) if needed. Keep the logic minimal and fast for smoke tests; grow it into richer probes\\nfor deeper scenarios.","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » How to wire it","id":"42","title":"How to wire it"},"43":{"body":"High-level roles of the crates that make up the framework: Configs: prepares reusable configuration primitives for nodes, networking,\\ntracing, data availability, and wallets, shared by all scenarios and runners. Core scenario orchestration: houses the topology and scenario model,\\nruntime coordination, node clients, and readiness/health probes. Workflows: packages workloads and expectations into reusable building\\nblocks and offers a fluent DSL to assemble them. Runners: implements deployment backends (local host, Docker Compose,\\nKubernetes) that all consume the same scenario plan. Test workflows: example scenarios and integration checks that exercise the\\nframework end to end and serve as living documentation. Use this map to locate where to add new capabilities: configuration primitives\\nin configs, orchestration changes in core, reusable traffic/assertions in\\nworkflows, environment adapters in runners, and demonstrations in tests.","breadcrumbs":"Part III — Developer Reference » Internal Crate Reference » Internal Crate Reference","id":"43","title":"Internal Crate Reference"},"44":{"body":"Quick-reference material and supporting guidance to keep scenarios discoverable,\\ndebuggable, and consistent.","breadcrumbs":"Part IV — Appendix » Part IV — Appendix","id":"44","title":"Part IV — Appendix"},"45":{"body":"The framework offers a fluent builder style to keep scenarios readable. Common\\nknobs: Topology shaping: set validator and executor counts, pick a network layout\\nstyle, and adjust high-level data-availability traits. Wallet seeding: define how many users participate and the total funds\\navailable for transaction workloads. Workload tuning: configure transaction rates, data-availability channel\\nand blob rates, and whether chaos restarts should include validators,\\nexecutors, or both. Expectations: attach liveness and workload-specific checks so success is\\nexplicit. Run window: set a minimum duration long enough for multiple blocks to be\\nobserved and verified. Use these knobs to express intent clearly, keeping scenario definitions concise\\nand consistent across teams.","breadcrumbs":"Part IV — Appendix » DSL Cheat Sheet » Core Content: DSL Cheat Sheet","id":"45","title":"Core Content: DSL Cheat Sheet"},"46":{"body":"Common symptoms and likely causes: No or slow block progression: runner started workloads before readiness, insufficient run window, or environment too slow—extend duration or enable slow-environment tuning. Transactions not included: missing or insufficient wallet seeding, misaligned transaction rate with block cadence, or network instability—reduce rate and verify wallet setup. Chaos stalls the run: node control not available for the chosen runner or restart cadence too aggressive—enable control capability and widen restart intervals. Observability gaps: metrics or logs unreachable because ports clash or services are not exposed—adjust observability ports and confirm runner wiring. Flaky behavior across runs: mixing chaos with functional smoke tests or inconsistent topology between environments—separate deterministic and chaos scenarios and standardize topology presets.","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Troubleshooting Scenarios","id":"46","title":"Troubleshooting Scenarios"},"47":{"body":"Why block-oriented timing? Using block cadence reduces dependence on host speed and keeps assertions aligned with protocol behavior. Can I reuse the same scenario across runners? Yes. The plan stays the same; swap runners (local, compose, k8s) to target different environments. When should I enable chaos workloads? Only when testing resilience or operational recovery; keep functional smoke tests deterministic. How long should runs be? Long enough for multiple blocks so liveness and inclusion checks are meaningful; very short runs risk false confidence. Do I always need seeded wallets? Only for transaction scenarios. Data-availability or pure chaos scenarios may not require them, but liveness checks still need validators producing blocks. What if expectations fail but workloads “look fine”? Trust expectations first—they capture the intended success criteria. Use the observability signals and runner logs to pinpoint why the system missed the target.","breadcrumbs":"Part IV — Appendix » FAQ » FAQ","id":"47","title":"FAQ"},"48":{"body":"Validator: node role that runs the nomos-node binary for consensus and\\nblock production. Executor: node role that runs the nomos-executor binary, participates in\\nconsensus, and executes the executor service stack (including its own\\nmempool/topic wiring). DA (Data Availability): subsystem ensuring blobs or channel data are\\npublished and retrievable for validation. Workload: traffic or behavior generator that exercises the system during a\\nscenario run. Expectation: post-run assertion that judges whether the system met the\\nintended success criteria. Topology: declarative description of the cluster shape, roles, and\\nhigh-level parameters for a scenario. Blockfeed: stream of block observations used for liveness or inclusion\\nsignals during a run. Control capability: the ability for a runner to start, stop, or restart\\nnodes, used by chaos workloads.","breadcrumbs":"Part IV — Appendix » Glossary » Glossary","id":"48","title":"Glossary"},"5":{"body":"Declarative over imperative: describe the desired cluster shape, traffic, and success criteria; let the framework orchestrate the run. Observable health signals: prefer liveness and inclusion signals that reflect real user impact instead of internal debug state. Determinism first: default scenarios aim for repeatable outcomes with fixed topologies and traffic rates; variability is opt-in. Targeted non-determinism: introduce randomness (e.g., restarts) only when probing resilience or operational robustness. Protocol time, not wall time: reason in blocks and protocol-driven intervals to reduce dependence on host speed or scheduler noise. Minimum run window: always allow enough block production to make assertions meaningful; very short runs risk false confidence. Use chaos with intent: chaos workloads are for recovery and fault-tolerance validation, not for baseline functional checks.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Testing Philosophy","id":"5","title":"Testing Philosophy"},"6":{"body":"Build the plan: Declare a topology, attach workloads and expectations, and set the run window. The plan is the single source of truth for what will happen. Deploy: Hand the plan to a runner. It provisions the environment on the chosen backend and waits for nodes to signal readiness. Drive workloads: Start traffic and behaviors (transactions, data-availability activity, restarts) for the planned duration. Observe blocks and signals: Track block progression and other high-level metrics during or after the run window to ground assertions in protocol time. Evaluate expectations: Once activity stops (and optional cooldown completes), check liveness and workload-specific outcomes to decide pass or fail. Cleanup: Tear down resources so successive runs start fresh and do not inherit leaked state. Mermaid view (sequence): sequenceDiagram participant P as Plan (topology + workloads + expectations) participant D as Deployer (provision & readiness) participant R as Runner (orchestrate run) participant X as Expectations (baseline + evaluation) participant W as Workloads (drive traffic) participant C as Cleanup P->>D: hand scenario plan D->>R: provision env + provide RunContext R->>X: start_capture baseline R->>W: start workloads for run window R-->>X: consume signals during run (block feed/metrics) R-->>R: observe blocks/metrics during run R->>X: evaluate expectations after workloads R->>C: cleanup resources","breadcrumbs":"Part I — Foundations » Scenario Lifecycle (Conceptual) » Scenario Lifecycle (Conceptual)","id":"6","title":"Scenario Lifecycle (Conceptual)"},"7":{"body":"Modular crates keep configuration, orchestration, workloads, and runners decoupled so each can evolve without breaking the others. Pluggable runners let the same scenario run on a laptop, a Docker host, or a Kubernetes cluster, making validation portable across environments. Separated workloads and expectations clarify intent: what traffic to generate versus how to judge success. This simplifies review and reuse. Declarative topology makes cluster shape explicit and repeatable, reducing surprise when moving between CI and developer machines. Maintainability through predictability: a clear flow from plan to deployment to verification lowers the cost of extending the framework and interpreting failures.","breadcrumbs":"Part I — Foundations » Design Rationale » Design Rationale","id":"7","title":"Design Rationale"},"8":{"body":"Practical guidance for shaping scenarios, combining workloads and expectations,\\nand running them across different environments.","breadcrumbs":"Part II — User Guide » Part II — User Guide","id":"8","title":"Part II — User Guide"},"9":{"body":"The workspace focuses on multi-node integration testing and sits alongside a nomos-node checkout. Its crates separate concerns to keep scenarios\\nrepeatable and portable: Configs: prepares high-level node, network, tracing, and wallet settings\\nused across test environments. Core scenario orchestration: the engine that holds topology descriptions,\\nscenario plans, runtimes, workloads, and expectations. Workflows: ready-made workloads (transactions, data-availability, chaos)\\nand reusable expectations assembled into a user-facing DSL. Runners: deployment backends for local processes, Docker Compose, and\\nKubernetes, all consuming the same scenario plan. Test workflows: example scenarios and integration checks that show how\\nthe pieces fit together. This split keeps configuration, orchestration, reusable traffic patterns, and\\ndeployment adapters loosely coupled while sharing one mental model for tests.","breadcrumbs":"Part II — User Guide » Workspace Layout » Workspace Layout","id":"9","title":"Workspace Layout"}},"length":49,"save":true},"fields":["title","body","breadcrumbs"],"index":{"body":{"root":{"0":{"df":2,"docs":{"18":{"tf":1.0},"22":{"tf":1.0}}},"1":{"df":3,"docs":{"19":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.0}}},"2":{"df":1,"docs":{"18":{"tf":1.0}}},"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"48":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"30":{"tf":1.0},"32":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"30":{"tf":1.0},"31":{"tf":1.0},"37":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"33":{"tf":1.0},"40":{"tf":1.0}}}},"v":{"df":11,"docs":{"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.0},"25":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"6":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"18":{"tf":1.0}}}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"10":{"tf":1.0},"43":{"tf":1.0},"9":{"tf":1.0}}}}},"d":{"df":4,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0}}},"df":6,"docs":{"33":{"tf":1.0},"35":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.0}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"17":{"tf":1.0},"31":{"tf":1.0},"45":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"21":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"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":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.0}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"46":{"tf":1.0}}}}}}}}}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"d":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":1,"docs":{"5":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":4,"docs":{"11":{"tf":1.0},"15":{"tf":1.4142135623730951},"25":{"tf":1.0},"47":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"16":{"tf":1.0},"5":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"47":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"44":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"0":{"tf":1.0}}},"df":4,"docs":{"14":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"2":{"tf":1.0},"24":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"4":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"31":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"33":{"tf":1.0},"43":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":13,"docs":{"10":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"41":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0}}}},"t":{"df":2,"docs":{"10":{"tf":1.0},"31":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"0":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{":":{":":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"40":{"tf":1.4142135623730951},"41":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"33":{"tf":1.0},"35":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":7,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"25":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":16,"docs":{"0":{"tf":1.4142135623730951},"11":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"25":{"tf":1.0},"3":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"33":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.7320508075688772},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"16":{"tf":1.0},"31":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"33":{"tf":1.0}}}},"df":0,"docs":{}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"10":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"23":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"16":{"tf":1.0},"26":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"20":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"e":{"c":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"16":{"tf":1.0},"25":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"46":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"30":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":8,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"6":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"27":{"tf":1.0}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":7,"docs":{"16":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"46":{"tf":1.0},"7":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"31":{"tf":1.0},"33":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"b":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":5,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"13":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0}},"s":{"/":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"19":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":15,"docs":{"0":{"tf":1.7320508075688772},"11":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"18":{"tf":1.0},"22":{"tf":1.4142135623730951},"33":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":2.0},"48":{"tf":1.4142135623730951},"5":{"tf":1.4142135623730951},"6":{"tf":1.7320508075688772}},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"48":{"tf":1.0}}}},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"0":{"tf":1.0},"1":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"12":{"tf":1.0},"14":{"tf":1.0},"19":{"tf":1.0},"45":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"33":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"a":{"d":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":11,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.4142135623730951},"33":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"6":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"45":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":5,"docs":{"15":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"40":{"tf":1.7320508075688772},"42":{"tf":1.0}}}},"df":0,"docs":{}}}},"c":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"46":{"tf":1.4142135623730951},"47":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"42":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"21":{"tf":1.0},"33":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"25":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"47":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"46":{"tf":1.0}}}}},"df":1,"docs":{"6":{"tf":1.4142135623730951}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"1":{"tf":1.0},"24":{"tf":1.0},"43":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":4,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0}}}}}},"o":{"df":13,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"20":{"tf":1.4142135623730951},"22":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.7320508075688772},"47":{"tf":1.4142135623730951},"48":{"tf":1.0},"5":{"tf":1.4142135623730951},"9":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"11":{"tf":1.0},"33":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":15,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.4142135623730951},"5":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"31":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"16":{"tf":1.0},"18":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"11":{"tf":1.4142135623730951},"16":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"31":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"6":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}}}}},"i":{"df":4,"docs":{"16":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.0},"7":{"tf":1.0}},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"31":{"tf":1.0},"46":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"33":{"tf":1.0},"37":{"tf":1.0},"6":{"tf":1.7320508075688772}}}}},"r":{"df":7,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"15":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"45":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"|":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":5,"docs":{"37":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.7320508075688772},"41":{"tf":1.7320508075688772},"43":{"tf":1.0}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":14,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.4142135623730951},"3":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":2.0},"48":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"33":{"tf":1.0}}}}}}}}}}}},"o":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"\\"":{"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":{"14":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"31":{"tf":1.0}}}}}}}}},"df":2,"docs":{"14":{"tf":1.0},"31":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"17":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":1.0},"8":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"10":{"tf":1.0},"15":{"tf":1.0},"30":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"16":{"tf":1.0},"25":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"22":{"tf":1.0},"3":{"tf":1.0}}},"s":{"df":13,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"16":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"9":{"tf":1.0}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":3,"docs":{"2":{"tf":1.0},"25":{"tf":1.0},"6":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"16":{"tf":1.0},"9":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"14":{"tf":1.0},"45":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"4":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"33":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"3":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":3,"docs":{"10":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"9":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":8,"docs":{"10":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.0},"33":{"tf":1.0},"43":{"tf":1.4142135623730951},"45":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"df":3,"docs":{"20":{"tf":1.0},"41":{"tf":1.0},"46":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":8,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.0},"33":{"tf":1.0},"48":{"tf":1.4142135623730951}},"s":{"/":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"33":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"i":{"d":{"df":1,"docs":{"35":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"11":{"tf":1.0},"26":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"37":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"m":{"df":4,"docs":{"31":{"tf":1.4142135623730951},"43":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"28":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"1":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"15":{"tf":1.0},"45":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"14":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"p":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":8,"docs":{"13":{"tf":1.4142135623730951},"20":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.4142135623730951},"48":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"28":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"22":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"33":{"tf":1.0},"6":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"33":{"tf":1.0},"43":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":8,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"15":{"tf":1.0},"24":{"tf":1.0},"43":{"tf":1.4142135623730951},"45":{"tf":1.0},"9":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"45":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"19":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"32":{"tf":1.0},"43":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"11":{"tf":1.0},"23":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":5,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"x":{"df":2,"docs":{"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"22":{"tf":1.4142135623730951},"39":{"tf":1.0}}}}}}}},"d":{"a":{"df":6,"docs":{"0":{"tf":1.7320508075688772},"16":{"tf":1.0},"19":{"tf":1.7320508075688772},"20":{"tf":1.0},"24":{"tf":1.0},"48":{"tf":1.0}},"t":{"a":{"df":13,"docs":{"0":{"tf":2.0},"11":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"19":{"tf":1.0},"3":{"tf":1.4142135623730951},"33":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.4142135623730951},"47":{"tf":1.0},"48":{"tf":1.4142135623730951},"6":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"4":{"tf":1.7320508075688772},"6":{"tf":1.7320508075688772}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":4,"docs":{"27":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":1.0},"5":{"tf":1.0}},"g":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"11":{"tf":1.0},"31":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"r":{"df":9,"docs":{"11":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"32":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":5,"docs":{"15":{"tf":1.0},"33":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0},"5":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"11":{"tf":1.0},"33":{"tf":1.0},"45":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"45":{"tf":1.0}}}}}}},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":5,"docs":{"10":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"43":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"31":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":13,"docs":{"10":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.0},"33":{"tf":1.4142135623730951},"35":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":2.8284271247461903},"43":{"tf":1.0},"6":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"40":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":6,"docs":{"10":{"tf":1.0},"12":{"tf":1.4142135623730951},"3":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":1.4142135623730951},"5":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":4,"docs":{"33":{"tf":1.0},"38":{"tf":1.0},"48":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"7":{"tf":1.0}}}},"r":{"df":1,"docs":{"5":{"tf":1.0}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"5":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":6,"docs":{"16":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"7":{"tf":1.0}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"25":{"tf":1.0},"47":{"tf":1.0},"8":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"28":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"31":{"tf":1.0},"32":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"11":{"tf":1.0},"28":{"tf":1.0},"31":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"43":{"tf":1.0}}}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"6":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"20":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"[":{"\\"":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":10,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"23":{"tf":1.4142135623730951},"25":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.7320508075688772},"40":{"tf":1.0},"6":{"tf":1.4142135623730951}},"n":{"df":2,"docs":{"12":{"tf":1.0},"5":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"l":{"df":6,"docs":{"10":{"tf":1.0},"15":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"9":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":8,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"25":{"tf":1.0},"33":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":3,"docs":{"41":{"tf":1.0},"48":{"tf":1.4142135623730951},"6":{"tf":1.7320508075688772}}}}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"40":{"tf":1.7320508075688772},"41":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":7,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"14":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"40":{"tf":1.0},"5":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"40":{"tf":1.0}}}}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"10":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"31":{"tf":1.0}}}}},"s":{"df":1,"docs":{"28":{"tf":1.0}},"i":{"df":1,"docs":{"11":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"15":{"tf":1.0},"20":{"tf":1.0},"31":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":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":{}},"d":{"df":4,"docs":{"10":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"3":{"tf":1.0},"9":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":5,"docs":{"11":{"tf":1.0},"33":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"0":{"tf":1.0},"25":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.4142135623730951},"48":{"tf":1.0}}}}},"v":{"df":2,"docs":{"4":{"tf":1.0},"6":{"tf":1.0}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":20,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"25":{"tf":1.7320508075688772},"26":{"tf":1.4142135623730951},"29":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.7320508075688772},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"46":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"35":{"tf":1.0}}}}}}},"r":{"(":{"\\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"40":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"36":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"2":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"a":{"df":0,"docs":{},"l":{"[":{"\\"":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":1,"docs":{"14":{"tf":1.0}},"u":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":7,"docs":{"14":{"tf":1.0},"25":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"6":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"37":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":3,"docs":{"32":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0}}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":5,"docs":{"17":{"tf":1.0},"21":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0},"9":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"30":{"tf":1.0},"48":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":8,"docs":{"0":{"tf":1.4142135623730951},"11":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951},"48":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":6,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":4,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"40":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":34,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.4142135623730951},"14":{"tf":1.4142135623730951},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"31":{"tf":1.0},"33":{"tf":2.23606797749979},"35":{"tf":1.0},"36":{"tf":1.7320508075688772},"39":{"tf":1.4142135623730951},"4":{"tf":2.0},"40":{"tf":2.0},"41":{"tf":1.7320508075688772},"42":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.4142135623730951},"48":{"tf":1.0},"6":{"tf":2.23606797749979},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"15":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"16":{"tf":1.0},"45":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.0}}}},"s":{"df":2,"docs":{"31":{"tf":1.0},"36":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"31":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"—":{"a":{"d":{"df":0,"docs":{},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"45":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":5,"docs":{"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"38":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"}":{"\\"":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"f":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"37":{"tf":1.0},"47":{"tf":1.0},"6":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"31":{"tf":1.7320508075688772},"4":{"tf":1.0},"7":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"s":{"df":3,"docs":{"31":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}}}},"q":{"df":1,"docs":{"47":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"11":{"tf":1.0},"42":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"38":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"16":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"16":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"47":{"tf":1.0}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":4,"docs":{"11":{"tf":1.0},"24":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"31":{"tf":1.0},"5":{"tf":1.0}},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"47":{"tf":1.0}}}}}}}}}},"t":{"df":6,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"31":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"9":{"tf":1.0}}},"x":{"df":1,"docs":{"5":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"25":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0}}},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"46":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"14":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":5,"docs":{"18":{"tf":1.0},"25":{"tf":1.0},"31":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"43":{"tf":1.0},"45":{"tf":1.0}}}}}}},"n":{"df":2,"docs":{"40":{"tf":2.23606797749979},"41":{"tf":1.7320508075688772}}},"o":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":3,"docs":{"0":{"tf":1.0},"31":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"25":{"tf":1.0},"4":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"15":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"t":{"!":{"(":{"\\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"4":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"2":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":14,"docs":{"0":{"tf":1.0},"10":{"tf":1.4142135623730951},"2":{"tf":1.0},"21":{"tf":1.0},"3":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.4142135623730951},"45":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0}},"’":{"df":1,"docs":{"15":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"6":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0}}}}}}},"d":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"24":{"tf":1.0}}}}}},"g":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"3":{"tf":1.0},"46":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"30":{"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":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"40":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":8,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"24":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"48":{"tf":1.0},"7":{"tf":1.0}}}}},"t":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}},"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":1,"docs":{"1":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"48":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"11":{"tf":1.0},"16":{"tf":1.0}}}},"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"11":{"tf":1.0},"16":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":1,"docs":{"42":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"37":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"33":{"tf":1.0},"44":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"1":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"4":{"tf":1.0},"6":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"r":{"d":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"22":{"tf":1.4142135623730951}},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"11":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0}},"i":{"df":1,"docs":{"14":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":1,"docs":{"22":{"tf":1.4142135623730951}}}}}},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"10":{"tf":1.0},"15":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"0":{"tf":1.0},"41":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":9,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"23":{"tf":1.4142135623730951},"4":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"29":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}}},"o":{"c":{"df":1,"docs":{"38":{"tf":1.0}}},"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"4":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"27":{"tf":1.0},"31":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"43":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"i":{"[":{"\\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"e":{"a":{"df":5,"docs":{"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"40":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}},"i":{"df":1,"docs":{"32":{"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":3,"docs":{"17":{"tf":1.0},"21":{"tf":1.0},"39":{"tf":1.0}}}}}}}},"m":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"5":{"tf":1.0}}}},"l":{"df":2,"docs":{"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"43":{"tf":1.0}}}}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":4,"docs":{"0":{"tf":1.4142135623730951},"45":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":9,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.7320508075688772},"47":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"19":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"\\"":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"40":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"6":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"[":{"\\"":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"14":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"14":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"38":{"tf":1.0},"40":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"31":{"tf":1.0}}}}}}},"df":2,"docs":{"28":{"tf":1.0},"31":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"46":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"46":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":4,"docs":{"10":{"tf":1.0},"3":{"tf":1.0},"43":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"n":{"d":{"df":4,"docs":{"11":{"tf":1.0},"33":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":5,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"21":{"tf":1.0}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"0":{"tf":1.4142135623730951},"3":{"tf":1.0},"33":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":2,"docs":{"43":{"tf":1.0},"5":{"tf":1.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"7":{"tf":1.0}}}}}},"v":{"df":2,"docs":{"46":{"tf":1.0},"5":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"5":{"tf":1.0}},"t":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":2,"docs":{"31":{"tf":1.0},"40":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"11":{"tf":1.0},"27":{"tf":1.0}}}}},"v":{"df":1,"docs":{"44":{"tf":1.0}}}},"j":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"g":{"df":4,"docs":{"33":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"k":{"8":{"df":6,"docs":{"10":{"tf":1.0},"16":{"tf":1.0},"25":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"47":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":16,"docs":{"11":{"tf":1.0},"15":{"tf":1.7320508075688772},"16":{"tf":1.4142135623730951},"20":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"y":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}},"n":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"45":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"11":{"tf":1.0},"29":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"23":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"15":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"19":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"15":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.0},"38":{"tf":1.0},"45":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"33":{"tf":1.0},"6":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":2,"docs":{"3":{"tf":1.0},"4":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":11,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"13":{"tf":1.0},"19":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.0}}}}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"14":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":19,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.4142135623730951},"48":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0}}}}},"o":{"a":{"d":{"df":1,"docs":{"23":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"k":{"8":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":11,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"25":{"tf":1.4142135623730951},"27":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"9":{"tf":1.0}}},"t":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":3,"docs":{"40":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0}},"i":{"c":{"df":4,"docs":{"0":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.0}}},"df":0,"docs":{}},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"31":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"11":{"tf":1.0},"33":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"29":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"47":{"tf":1.0}}},"p":{"df":2,"docs":{"16":{"tf":1.0},"27":{"tf":1.0}}},"s":{"df":1,"docs":{"9":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"16":{"tf":1.0},"28":{"tf":1.0},"7":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"32":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":7,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.0},"43":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.4142135623730951}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":6,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0}}}},"p":{"df":3,"docs":{"10":{"tf":1.0},"31":{"tf":1.0},"43":{"tf":1.0}}},"t":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"39":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"44":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"11":{"tf":1.0},"29":{"tf":1.0}}}}}},"x":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"7":{"5":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"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":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":8,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0}}}}},"t":{"df":1,"docs":{"15":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"23":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"df":1,"docs":{"23":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"1":{"tf":1.0},"2":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"d":{"df":5,"docs":{"14":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"31":{"tf":1.0},"48":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"c":{"df":4,"docs":{"37":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"6":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"31":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"i":{"d":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{},"n":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"4":{"5":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"16":{"tf":1.0},"18":{"tf":1.0},"27":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"45":{"tf":1.0},"5":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"37":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"46":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":3,"docs":{"31":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0}}}},"x":{"df":1,"docs":{"46":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":7,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"15":{"tf":1.0},"2":{"tf":1.0},"33":{"tf":1.7320508075688772},"43":{"tf":1.0},"9":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"42":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"16":{"tf":1.0},"7":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":7,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"11":{"tf":1.0},"2":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.4142135623730951},"9":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"16":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"40":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"35":{"tf":1.0},"40":{"tf":1.0}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"16":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":8,"docs":{"15":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.4142135623730951},"36":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"g":{"df":1,"docs":{"31":{"tf":1.0}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":10,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"24":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"33":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"9":{"tf":1.0}}}}}}},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":5,"docs":{"21":{"tf":1.0},"33":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"4":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":22,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"11":{"tf":1.0},"13":{"tf":1.4142135623730951},"2":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.7320508075688772},"27":{"tf":1.0},"28":{"tf":1.4142135623730951},"29":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.7320508075688772},"33":{"tf":1.4142135623730951},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"43":{"tf":1.4142135623730951},"46":{"tf":1.0},"48":{"tf":2.0},"6":{"tf":1.0},"9":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"5":{"tf":1.0}},"i":{"df":1,"docs":{"16":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"df":8,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"10":{"tf":1.0},"3":{"tf":1.7320508075688772},"31":{"tf":1.0},"33":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"9":{"tf":1.0}}}},"n":{"df":1,"docs":{"5":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"15":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":16,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.4142135623730951},"33":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.4142135623730951}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"16":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"33":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"43":{"tf":1.0},"45":{"tf":1.0}}}}}},"k":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"\\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":1,"docs":{"40":{"tf":1.0}}},"n":{"c":{"df":3,"docs":{"33":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0}}},"df":4,"docs":{"19":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"9":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"29":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"11":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"3":{"tf":1.0},"31":{"tf":1.7320508075688772},"47":{"tf":1.0},"5":{"tf":1.0}}}},"t":{"df":2,"docs":{"15":{"tf":1.0},"5":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"20":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"6":{"tf":1.0}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":7,"docs":{"10":{"tf":1.0},"27":{"tf":1.0},"43":{"tf":1.4142135623730951},"5":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"47":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":9,"docs":{"16":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"5":{"tf":1.0},"6":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"3":{"tf":1.0},"38":{"tf":1.0},"5":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}}},"p":{"9":{"5":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"10":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"1":{"tf":1.0},"25":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"24":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":4,"docs":{"2":{"tf":1.0},"32":{"tf":1.0},"44":{"tf":1.0},"8":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"22":{"tf":1.0}}}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":6,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"4":{"tf":2.449489742783178},"45":{"tf":1.0},"48":{"tf":1.0},"6":{"tf":2.449489742783178}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"25":{"tf":1.0},"31":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":1,"docs":{"6":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"13":{"tf":1.0},"19":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":3,"docs":{"15":{"tf":2.0},"16":{"tf":1.0},"9":{"tf":1.0}}}}}}}},"df":1,"docs":{"6":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"22":{"tf":1.4142135623730951}}}},"r":{"df":3,"docs":{"15":{"tf":1.0},"18":{"tf":1.0},"24":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"0":{"tf":1.0},"4":{"tf":1.0}}}}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"24":{"tf":1.0},"40":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"10":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"14":{"tf":1.0}}}}}}}},"l":{"a":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"30":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":19,"docs":{"1":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":2.0},"26":{"tf":1.4142135623730951},"3":{"tf":1.0},"30":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":2.0},"43":{"tf":1.0},"47":{"tf":1.0},"6":{"tf":2.449489742783178},"7":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"31":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"u":{"df":4,"docs":{"19":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0}},"g":{"df":1,"docs":{"39":{"tf":1.0}},"g":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"12":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"3":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":3,"docs":{"28":{"tf":1.0},"31":{"tf":1.0},"46":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"33":{"tf":1.0},"48":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"16":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"38":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"5":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"43":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"25":{"tf":1.4142135623730951},"31":{"tf":2.0},"33":{"tf":1.0},"35":{"tf":1.0}}}}}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"21":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"20":{"tf":1.0},"31":{"tf":1.0}}}},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"37":{"tf":1.0}}}},"t":{"df":3,"docs":{"16":{"tf":1.0},"38":{"tf":1.0},"46":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"25":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.4142135623730951}}}}}},"o":{"b":{"df":0,"docs":{},"e":{"df":7,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"30":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"5":{"tf":1.0}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"11":{"tf":1.0},"27":{"tf":1.0},"4":{"tf":1.0},"9":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":4,"docs":{"0":{"tf":1.0},"14":{"tf":1.0},"37":{"tf":1.0},"47":{"tf":1.0}},"t":{"df":4,"docs":{"21":{"tf":1.0},"33":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":6,"docs":{"11":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"46":{"tf":1.0},"6":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"24":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":6,"docs":{"0":{"tf":1.0},"15":{"tf":1.0},"3":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.4142135623730951},"6":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"40":{"tf":1.0}},"r":{"df":1,"docs":{"31":{"tf":1.0}}}},"i":{"d":{"df":5,"docs":{"28":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.4142135623730951},"6":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":3,"docs":{"30":{"tf":1.0},"4":{"tf":1.4142135623730951},"6":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"30":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"40":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"b":{"df":2,"docs":{"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"0":{"tf":1.0},"48":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"47":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"12":{"tf":1.0},"3":{"tf":1.0}}}}}}}},"q":{"a":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"24":{"tf":1.7320508075688772},"5":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"24":{"tf":1.0}}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"(":{"3":{"df":2,"docs":{"18":{"tf":1.0},"20":{"tf":1.0}}},"5":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}},"df":10,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"23":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"5":{"tf":1.0}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":2,"docs":{"4":{"tf":2.0},"6":{"tf":3.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"40":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"l":{"df":3,"docs":{"30":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.0}},"e":{"df":0,"docs":{},"—":{"a":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"22":{"tf":1.0}}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":8,"docs":{"20":{"tf":1.0},"25":{"tf":1.0},"30":{"tf":1.4142135623730951},"31":{"tf":1.7320508075688772},"37":{"tf":1.0},"46":{"tf":1.0},"6":{"tf":1.4142135623730951},"9":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":4,"docs":{"0":{"tf":1.0},"3":{"tf":1.0},"39":{"tf":1.0},"5":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"1":{"tf":1.0},"3":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"5":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"37":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"22":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":4,"docs":{"15":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"32":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"0":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"25":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}},"x":{"df":2,"docs":{"30":{"tf":1.0},"31":{"tf":1.0}}}},"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"16":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"14":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"3":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"31":{"tf":1.0},"36":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"33":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":4,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":4,"docs":{"13":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"47":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":7,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"20":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"33":{"tf":1.0},"37":{"tf":1.0},"6":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":3,"docs":{"10":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":9,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.4142135623730951},"4":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"48":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":4,"docs":{"16":{"tf":1.0},"25":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"0":{"tf":1.0},"48":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"15":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.7320508075688772},"9":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":3,"docs":{"16":{"tf":1.0},"47":{"tf":1.0},"7":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"38":{"tf":1.0},"7":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"47":{"tf":1.0},"5":{"tf":1.0}}}}},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":8,"docs":{"0":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.7320508075688772}},"s":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"p":{"c":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"4":{"tf":1.7320508075688772},"40":{"tf":1.7320508075688772},"41":{"tf":1.4142135623730951},"6":{"tf":1.0}}}}}}}}},"df":24,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"11":{"tf":1.7320508075688772},"14":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.7320508075688772},"29":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":2.449489742783178},"37":{"tf":1.0},"4":{"tf":1.7320508075688772},"41":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.7320508075688772},"47":{"tf":1.4142135623730951},"48":{"tf":2.23606797749979},"5":{"tf":1.7320508075688772},"6":{"tf":2.6457513110645907},"7":{"tf":1.0},"8":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"40":{"tf":1.4142135623730951}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":22,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"25":{"tf":1.7320508075688772},"26":{"tf":1.4142135623730951},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"33":{"tf":1.0},"37":{"tf":1.4142135623730951},"4":{"tf":2.23606797749979},"43":{"tf":1.7320508075688772},"46":{"tf":1.7320508075688772},"47":{"tf":1.7320508075688772},"48":{"tf":1.0},"6":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951},"9":{"tf":1.0}},"’":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}},"{":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"30":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":8,"docs":{"10":{"tf":1.0},"24":{"tf":1.0},"30":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"9":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"30":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"39":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"38":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":6,"docs":{"22":{"tf":1.0},"25":{"tf":1.4142135623730951},"43":{"tf":1.0},"47":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"24":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"2":{"df":4,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.0}}},"3":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":30,"docs":{"1":{"tf":1.0},"10":{"tf":1.7320508075688772},"11":{"tf":1.7320508075688772},"12":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":2.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"25":{"tf":1.7320508075688772},"26":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.4142135623730951},"33":{"tf":2.23606797749979},"36":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.7320508075688772},"42":{"tf":1.4142135623730951},"43":{"tf":2.23606797749979},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"47":{"tf":1.7320508075688772},"48":{"tf":1.4142135623730951},"5":{"tf":1.0},"6":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":2.23606797749979}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"29":{"tf":1.0},"5":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"10":{"tf":1.0},"31":{"tf":1.0}}}}}}},"df":1,"docs":{"4":{"tf":1.7320508075688772}},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"d":{"df":8,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0}}},"df":4,"docs":{"11":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.0},"33":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"20":{"tf":1.0},"25":{"tf":1.0}}}},"df":0,"docs":{}},"f":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":3,"docs":{"15":{"tf":1.0},"40":{"tf":1.7320508075688772},"41":{"tf":1.7320508075688772}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"16":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"6":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"4":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"43":{"tf":1.0}},"i":{"c":{"df":4,"docs":{"28":{"tf":1.0},"33":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":8,"docs":{"11":{"tf":1.0},"18":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"32":{"tf":1.0},"45":{"tf":1.4142135623730951},"6":{"tf":1.0},"9":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":9,"docs":{"10":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"28":{"tf":1.0},"46":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":14,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.4142135623730951},"33":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"45":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":8,"docs":{"10":{"tf":1.0},"16":{"tf":1.0},"29":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"43":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"0":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0}}}},"w":{"df":4,"docs":{"1":{"tf":1.0},"21":{"tf":1.0},"39":{"tf":1.0},"9":{"tf":1.0}}}}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":11,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"25":{"tf":1.7320508075688772},"31":{"tf":2.0},"37":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.4142135623730951},"6":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"18":{"tf":1.0},"23":{"tf":1.0},"40":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"22":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":3,"docs":{"28":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0}}}}},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"23":{"tf":1.4142135623730951}},"w":{"df":2,"docs":{"31":{"tf":1.0},"46":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"46":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"11":{"tf":1.0},"18":{"tf":1.0},"3":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":5,"docs":{"15":{"tf":1.0},"18":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"3":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":5,"docs":{"14":{"tf":1.0},"20":{"tf":1.0},"31":{"tf":1.0},"45":{"tf":1.0},"6":{"tf":1.0}},"i":{"df":1,"docs":{"11":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":4,"docs":{"16":{"tf":1.0},"26":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"t":{"a":{"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"28":{"tf":1.0},"33":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"46":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"16":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"40":{"tf":1.0}}}}}}},"df":0,"docs":{}},"_":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"41":{"tf":1.0},"6":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":12,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.7320508075688772},"33":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"6":{"tf":1.7320508075688772}}}},"t":{"df":0,"docs":{},"e":{"df":3,"docs":{"16":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0}}},"i":{"c":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}}},"y":{"df":6,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"23":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0},"47":{"tf":1.0}}}},"d":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{":":{":":{"a":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"40":{"tf":1.0}}},"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":{":":{":":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"15":{"tf":1.0},"31":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"24":{"tf":1.0},"47":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"24":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"24":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":3,"docs":{"33":{"tf":1.0},"48":{"tf":1.0},"6":{"tf":1.0}}}},"r":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"19":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":2,"docs":{"23":{"tf":1.0},"45":{"tf":1.4142135623730951}}}}}},"u":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"18":{"tf":1.0}}}},"t":{"df":4,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"0":{"tf":1.0},"48":{"tf":1.0}}}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":10,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"29":{"tf":1.0}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"10":{"tf":1.0},"44":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"16":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"46":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":7,"docs":{"14":{"tf":1.4142135623730951},"20":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.4142135623730951}}}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"2":{"0":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":7,"docs":{"11":{"tf":1.0},"23":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"5":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"33":{"tf":1.0}}}}},"d":{"df":3,"docs":{"14":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0}}},"df":1,"docs":{"4":{"tf":1.4142135623730951}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":3,"docs":{"16":{"tf":1.0},"3":{"tf":1.4142135623730951},"45":{"tf":1.0}}},"r":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"15":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":19,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.0},"10":{"tf":1.7320508075688772},"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"18":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.7320508075688772},"33":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.4142135623730951},"46":{"tf":1.0},"47":{"tf":1.4142135623730951},"5":{"tf":1.0},"9":{"tf":2.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":6,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"{":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"40":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"40":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":3,"docs":{"25":{"tf":1.0},"35":{"tf":1.0},"7":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"e":{"df":11,"docs":{"0":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.4142135623730951},"31":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.4142135623730951},"6":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"30":{"tf":1.0},"31":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"14":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"9":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"24":{"tf":1.0},"5":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":24,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.7320508075688772},"25":{"tf":1.0},"33":{"tf":2.0},"38":{"tf":1.4142135623730951},"4":{"tf":2.0},"40":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"48":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.0}},"y":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"g":{"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":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"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":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"45":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"30":{"tf":1.0},"31":{"tf":1.0},"43":{"tf":1.0},"9":{"tf":1.0}}},"k":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":14,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.4142135623730951},"3":{"tf":1.0},"30":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":1.7320508075688772},"48":{"tf":1.0},"5":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"39":{"tf":1.0},"45":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":13,"docs":{"11":{"tf":1.0},"13":{"tf":1.4142135623730951},"15":{"tf":1.0},"18":{"tf":2.0},"19":{"tf":2.0},"20":{"tf":1.4142135623730951},"23":{"tf":1.0},"30":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"47":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"2":{"0":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"1":{"6":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"23":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"10":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"31":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"16":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":3,"docs":{"16":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"26":{"tf":1.0},"4":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"16":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":1,"docs":{"18":{"tf":1.0}}}},"x":{"df":1,"docs":{"23":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"26":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"23":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"33":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"41":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":3,"docs":{"22":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"11":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"10":{"tf":1.0}}}},"df":22,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"15":{"tf":1.0},"18":{"tf":1.7320508075688772},"19":{"tf":1.7320508075688772},"20":{"tf":2.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"24":{"tf":1.0},"25":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":2.23606797749979},"41":{"tf":1.7320508075688772},"43":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"5":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"13":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}},"s":{"(":{"4":{"df":2,"docs":{"18":{"tf":1.0},"20":{"tf":1.0}}},"8":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"z":{"df":2,"docs":{"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"10":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":18,"docs":{"0":{"tf":1.4142135623730951},"11":{"tf":1.4142135623730951},"16":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"24":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":1.0},"33":{"tf":1.4142135623730951},"35":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.0},"45":{"tf":1.4142135623730951},"47":{"tf":1.0},"48":{"tf":1.4142135623730951},"5":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"24":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"c":{"!":{"[":{"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":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":1,"docs":{"40":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":1,"docs":{"40":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"47":{"tf":1.0},"5":{"tf":1.0}},"f":{"df":1,"docs":{"7":{"tf":1.0}},"i":{"df":6,"docs":{"14":{"tf":1.0},"22":{"tf":1.0},"31":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"u":{"df":2,"docs":{"23":{"tf":1.0},"7":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":6,"docs":{"10":{"tf":1.0},"14":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"4":{"tf":1.4142135623730951},"6":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"25":{"tf":1.0},"6":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"15":{"tf":1.0},"5":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":12,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":2,"docs":{"4":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"15":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"45":{"tf":1.0},"48":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"46":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":8,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"25":{"tf":1.0},"33":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":5,"docs":{"28":{"tf":1.0},"35":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"(":{"0":{".":{".":{"=":{"2":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"22":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"b":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"0":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":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":{"42":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"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":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"2":{"0":{"df":2,"docs":{"20":{"tf":1.0},"23":{"tf":1.0}}},"df":0,"docs":{}},"5":{"0":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"0":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}},"9":{"0":{"df":2,"docs":{"19":{"tf":1.0},"24":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"(":{"1":{".":{".":{"=":{"4":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"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":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"6":{"0":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"0":{"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"1":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":5,"docs":{"10":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.7320508075688772},"9":{"tf":1.4142135623730951}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":36,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.7320508075688772},"12":{"tf":1.4142135623730951},"13":{"tf":2.0},"14":{"tf":2.0},"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.7320508075688772},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.7320508075688772},"30":{"tf":1.0},"31":{"tf":1.4142135623730951},"33":{"tf":2.23606797749979},"35":{"tf":1.4142135623730951},"36":{"tf":1.0},"39":{"tf":1.4142135623730951},"4":{"tf":2.449489742783178},"40":{"tf":2.23606797749979},"41":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.7320508075688772},"46":{"tf":1.0},"47":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"5":{"tf":1.0},"6":{"tf":2.6457513110645907},"7":{"tf":1.4142135623730951},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"10":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"22":{"tf":1.0}}}}}}},"x":{"df":2,"docs":{"4":{"tf":1.4142135623730951},"6":{"tf":2.0}}},"y":{"df":0,"docs":{},"e":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"breadcrumbs":{"root":{"0":{"df":2,"docs":{"18":{"tf":1.0},"22":{"tf":1.0}}},"1":{"df":3,"docs":{"19":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.0}}},"2":{"df":1,"docs":{"18":{"tf":1.4142135623730951}}},"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"48":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"30":{"tf":1.0},"32":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"30":{"tf":1.0},"31":{"tf":1.0},"37":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"33":{"tf":1.0},"40":{"tf":1.0}}}},"v":{"df":11,"docs":{"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.0},"25":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"6":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"18":{"tf":1.0}}}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"10":{"tf":1.0},"43":{"tf":1.0},"9":{"tf":1.0}}}}},"d":{"df":4,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0}}},"df":6,"docs":{"33":{"tf":1.0},"35":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"38":{"tf":1.7320508075688772},"39":{"tf":1.0}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"17":{"tf":1.0},"31":{"tf":1.0},"45":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":4,"docs":{"21":{"tf":1.7320508075688772},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"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":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.0}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"46":{"tf":1.0}}}}}}}}}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"d":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":1,"docs":{"5":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":4,"docs":{"11":{"tf":1.0},"15":{"tf":1.4142135623730951},"25":{"tf":1.0},"47":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"16":{"tf":1.0},"5":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"47":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.7320508075688772}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":5,"docs":{"44":{"tf":1.7320508075688772},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"0":{"tf":1.0}}},"df":4,"docs":{"14":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"2":{"tf":1.0},"24":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"4":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"31":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":4,"docs":{"21":{"tf":1.7320508075688772},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"33":{"tf":1.0},"43":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":13,"docs":{"10":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"41":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0}}}},"t":{"df":2,"docs":{"10":{"tf":1.0},"31":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"0":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{":":{":":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"40":{"tf":1.4142135623730951},"41":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"33":{"tf":1.0},"35":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":7,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"1":{"tf":1.0},"11":{"tf":1.7320508075688772},"25":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":16,"docs":{"0":{"tf":1.4142135623730951},"11":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"25":{"tf":1.0},"3":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"33":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.7320508075688772},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"16":{"tf":1.0},"31":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"33":{"tf":1.0}}}},"df":0,"docs":{}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"10":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"23":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"16":{"tf":1.0},"26":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"20":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"e":{"c":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"16":{"tf":1.0},"25":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"46":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"30":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":8,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"6":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.7320508075688772},"27":{"tf":1.0}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":7,"docs":{"16":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"46":{"tf":1.0},"7":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"31":{"tf":1.0},"33":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"b":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":5,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"13":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0}},"s":{"/":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"19":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":15,"docs":{"0":{"tf":1.7320508075688772},"11":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"18":{"tf":1.0},"22":{"tf":1.4142135623730951},"33":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":2.0},"48":{"tf":1.4142135623730951},"5":{"tf":1.4142135623730951},"6":{"tf":1.7320508075688772}},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"48":{"tf":1.0}}}},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"0":{"tf":1.0},"1":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"12":{"tf":1.0},"14":{"tf":1.0},"19":{"tf":1.0},"45":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"33":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"a":{"d":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":11,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.4142135623730951},"33":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"6":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"45":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":5,"docs":{"15":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"40":{"tf":1.7320508075688772},"42":{"tf":1.0}}}},"df":0,"docs":{}}}},"c":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"46":{"tf":1.4142135623730951},"47":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"42":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"21":{"tf":1.0},"33":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"25":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"47":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"46":{"tf":1.0}}}}},"df":1,"docs":{"6":{"tf":1.4142135623730951}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"1":{"tf":1.0},"24":{"tf":1.0},"43":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":4,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0}}}}}},"o":{"df":13,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"20":{"tf":1.7320508075688772},"22":{"tf":1.4142135623730951},"4":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.7320508075688772},"47":{"tf":1.4142135623730951},"48":{"tf":1.0},"5":{"tf":1.4142135623730951},"9":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"11":{"tf":1.0},"33":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.7320508075688772}}}},"c":{"df":0,"docs":{},"k":{"df":15,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"3":{"tf":1.0},"31":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.4142135623730951},"5":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"31":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"16":{"tf":1.0},"18":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"11":{"tf":1.4142135623730951},"16":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"31":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"6":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}}}}},"i":{"df":4,"docs":{"16":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.0},"7":{"tf":1.0}},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"31":{"tf":1.0},"46":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"33":{"tf":1.0},"37":{"tf":1.0},"6":{"tf":1.7320508075688772}}}}},"r":{"df":7,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"15":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"45":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"|":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":5,"docs":{"37":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.7320508075688772},"41":{"tf":1.7320508075688772},"43":{"tf":1.0}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":14,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.4142135623730951},"3":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":2.0},"48":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"33":{"tf":1.0}}}}}}}}}}}},"o":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"\\"":{"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":{"14":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"31":{"tf":1.0}}}}}}}}},"df":2,"docs":{"14":{"tf":1.0},"31":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"17":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":1.0},"8":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"10":{"tf":1.0},"15":{"tf":1.0},"30":{"tf":1.4142135623730951},"45":{"tf":1.0},"46":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"16":{"tf":1.0},"25":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"22":{"tf":1.0},"3":{"tf":1.0}}},"s":{"df":13,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"16":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"9":{"tf":1.0}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":3,"docs":{"2":{"tf":1.0},"25":{"tf":1.0},"6":{"tf":1.7320508075688772}}}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"16":{"tf":1.0},"9":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"14":{"tf":1.0},"45":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"4":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"33":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"3":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":3,"docs":{"10":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"9":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":8,"docs":{"10":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.0},"33":{"tf":1.0},"43":{"tf":1.4142135623730951},"45":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"df":3,"docs":{"20":{"tf":1.0},"41":{"tf":1.4142135623730951},"46":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":8,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.0},"33":{"tf":1.0},"48":{"tf":1.4142135623730951}},"s":{"/":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"33":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"i":{"d":{"df":1,"docs":{"35":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"11":{"tf":1.0},"26":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"37":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"m":{"df":4,"docs":{"31":{"tf":1.4142135623730951},"43":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"28":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"1":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"11":{"tf":1.0},"12":{"tf":1.7320508075688772},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951}}}},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.7320508075688772},"33":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"14":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"p":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":8,"docs":{"13":{"tf":1.4142135623730951},"20":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.4142135623730951},"48":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"28":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"22":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"33":{"tf":1.0},"6":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"33":{"tf":1.0},"43":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":10,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.7320508075688772},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.7320508075688772},"24":{"tf":1.0},"43":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"45":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"19":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"32":{"tf":1.0},"43":{"tf":2.0},"7":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"11":{"tf":1.0},"23":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":5,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"x":{"df":2,"docs":{"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"22":{"tf":1.4142135623730951},"39":{"tf":1.0}}}}}}}},"d":{"a":{"df":6,"docs":{"0":{"tf":1.7320508075688772},"16":{"tf":1.0},"19":{"tf":2.0},"20":{"tf":1.0},"24":{"tf":1.0},"48":{"tf":1.0}},"t":{"a":{"df":13,"docs":{"0":{"tf":2.0},"11":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"19":{"tf":1.0},"3":{"tf":1.4142135623730951},"33":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.4142135623730951},"47":{"tf":1.0},"48":{"tf":1.4142135623730951},"6":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"4":{"tf":1.7320508075688772},"6":{"tf":1.7320508075688772}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":4,"docs":{"27":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":1.0},"5":{"tf":1.0}},"g":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"11":{"tf":1.0},"31":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"r":{"df":9,"docs":{"11":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"32":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":5,"docs":{"15":{"tf":1.0},"33":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0},"5":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"11":{"tf":1.0},"33":{"tf":1.0},"45":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"45":{"tf":1.0}}}}}}},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":5,"docs":{"10":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"43":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"31":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":13,"docs":{"10":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.0},"33":{"tf":1.4142135623730951},"35":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":2.8284271247461903},"43":{"tf":1.0},"6":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"40":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":6,"docs":{"10":{"tf":1.0},"12":{"tf":1.4142135623730951},"3":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":1.4142135623730951},"5":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":4,"docs":{"33":{"tf":1.0},"38":{"tf":1.0},"48":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"7":{"tf":1.7320508075688772}}}},"r":{"df":1,"docs":{"5":{"tf":1.0}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"5":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":16,"docs":{"16":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"32":{"tf":1.7320508075688772},"33":{"tf":2.23606797749979},"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},"7":{"tf":1.0}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"25":{"tf":1.0},"47":{"tf":1.0},"8":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"28":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"31":{"tf":1.0},"32":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"11":{"tf":1.0},"28":{"tf":1.4142135623730951},"31":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"43":{"tf":1.0}}}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"6":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"20":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"[":{"\\"":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":10,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"23":{"tf":1.4142135623730951},"25":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.7320508075688772},"40":{"tf":1.0},"6":{"tf":1.4142135623730951}},"n":{"df":2,"docs":{"12":{"tf":1.0},"5":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"l":{"df":6,"docs":{"10":{"tf":1.0},"15":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.7320508075688772},"9":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":8,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"25":{"tf":1.0},"33":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":3,"docs":{"41":{"tf":1.0},"48":{"tf":1.4142135623730951},"6":{"tf":1.7320508075688772}}}}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"40":{"tf":1.7320508075688772},"41":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":7,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"14":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"40":{"tf":1.0},"5":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"40":{"tf":1.0}}}}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"10":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"31":{"tf":1.0}}}}},"s":{"df":1,"docs":{"28":{"tf":1.0}},"i":{"df":1,"docs":{"11":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"15":{"tf":1.0},"20":{"tf":1.0},"31":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":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":{}},"d":{"df":4,"docs":{"10":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"3":{"tf":1.0},"9":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":5,"docs":{"11":{"tf":1.0},"33":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"0":{"tf":1.0},"25":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.4142135623730951},"48":{"tf":1.0}}}}},"v":{"df":2,"docs":{"4":{"tf":1.0},"6":{"tf":1.0}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":20,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"25":{"tf":1.7320508075688772},"26":{"tf":1.4142135623730951},"29":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.7320508075688772},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"46":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"35":{"tf":1.0}}}}}}},"r":{"(":{"\\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"40":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"36":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"2":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"a":{"df":0,"docs":{},"l":{"[":{"\\"":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":1,"docs":{"14":{"tf":1.0}},"u":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":7,"docs":{"14":{"tf":1.0},"25":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"6":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"37":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":3,"docs":{"32":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0}}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":14,"docs":{"17":{"tf":1.7320508075688772},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.7320508075688772},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"39":{"tf":1.7320508075688772},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"9":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"30":{"tf":1.0},"48":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":8,"docs":{"0":{"tf":1.4142135623730951},"11":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951},"48":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":6,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":4,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"40":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":35,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":2.0},"13":{"tf":1.0},"14":{"tf":2.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"30":{"tf":1.7320508075688772},"31":{"tf":1.0},"33":{"tf":2.23606797749979},"35":{"tf":1.0},"36":{"tf":2.0},"39":{"tf":2.0},"4":{"tf":2.0},"40":{"tf":2.23606797749979},"41":{"tf":2.23606797749979},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.4142135623730951},"48":{"tf":1.0},"6":{"tf":2.23606797749979},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"15":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"16":{"tf":1.0},"45":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.0}}}},"s":{"df":2,"docs":{"31":{"tf":1.0},"36":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"31":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"—":{"a":{"d":{"df":0,"docs":{},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"45":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":8,"docs":{"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.7320508075688772},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.4142135623730951},"7":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"}":{"\\"":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"f":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"37":{"tf":1.0},"47":{"tf":1.0},"6":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"31":{"tf":1.7320508075688772},"4":{"tf":1.0},"7":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"s":{"df":3,"docs":{"31":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}}}},"q":{"df":1,"docs":{"47":{"tf":1.7320508075688772}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"11":{"tf":1.0},"42":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"38":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"16":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"16":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"47":{"tf":1.0}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":4,"docs":{"11":{"tf":1.0},"24":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"31":{"tf":1.0},"5":{"tf":1.0}},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"47":{"tf":1.0}}}}}}}}}},"t":{"df":6,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"31":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"9":{"tf":1.0}}},"x":{"df":1,"docs":{"5":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"25":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0}}},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"46":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"14":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":5,"docs":{"18":{"tf":1.0},"25":{"tf":1.0},"31":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"43":{"tf":1.0},"45":{"tf":1.0}}}}}}},"n":{"df":2,"docs":{"40":{"tf":2.23606797749979},"41":{"tf":1.7320508075688772}}},"o":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":3,"docs":{"0":{"tf":1.0},"31":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"25":{"tf":1.0},"4":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"15":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"t":{"!":{"(":{"\\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"4":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":7,"docs":{"15":{"tf":1.0},"2":{"tf":1.7320508075688772},"3":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":18,"docs":{"0":{"tf":1.0},"10":{"tf":1.4142135623730951},"2":{"tf":1.0},"21":{"tf":1.0},"3":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.7320508075688772},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.4142135623730951},"45":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0}},"’":{"df":1,"docs":{"15":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"6":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0}}}}}}},"d":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"24":{"tf":1.0}}}}}},"g":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"3":{"tf":1.0},"46":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"30":{"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":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"40":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":8,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"24":{"tf":1.4142135623730951},"33":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"48":{"tf":1.0},"7":{"tf":1.0}}}}},"t":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}},"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":1,"docs":{"1":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"48":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"11":{"tf":1.0},"16":{"tf":1.0}}}},"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"11":{"tf":1.0},"16":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":1,"docs":{"42":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"37":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"33":{"tf":1.0},"44":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}},"df":25,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"8":{"tf":1.7320508075688772},"9":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"4":{"tf":1.0},"6":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"r":{"d":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"22":{"tf":1.4142135623730951}},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"11":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0}},"i":{"df":1,"docs":{"14":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":1,"docs":{"22":{"tf":1.4142135623730951}}}}}},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"10":{"tf":1.0},"15":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"0":{"tf":1.0},"41":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":9,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"23":{"tf":1.4142135623730951},"4":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"29":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}}},"o":{"c":{"df":1,"docs":{"38":{"tf":1.0}}},"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"4":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"27":{"tf":1.0},"31":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"43":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"i":{"[":{"\\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"e":{"a":{"df":5,"docs":{"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"40":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"i":{"df":24,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"8":{"tf":1.7320508075688772},"9":{"tf":1.0}},"i":{"df":12,"docs":{"32":{"tf":1.7320508075688772},"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}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":3,"docs":{"17":{"tf":1.0},"21":{"tf":1.0},"39":{"tf":1.0}}}}}}}},"m":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"5":{"tf":1.0}}}},"l":{"df":2,"docs":{"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"43":{"tf":1.0}}}}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":4,"docs":{"0":{"tf":1.4142135623730951},"45":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":9,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.7320508075688772},"47":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"19":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"\\"":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"40":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"6":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"[":{"\\"":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"14":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"14":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"38":{"tf":1.0},"40":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"31":{"tf":1.0}}}}}}},"df":2,"docs":{"28":{"tf":1.0},"31":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"46":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"46":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":4,"docs":{"10":{"tf":1.0},"3":{"tf":1.0},"43":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"n":{"d":{"df":4,"docs":{"11":{"tf":1.0},"33":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":5,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"21":{"tf":1.0}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"0":{"tf":1.4142135623730951},"3":{"tf":1.0},"33":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":2,"docs":{"43":{"tf":1.7320508075688772},"5":{"tf":1.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"7":{"tf":1.0}}}}}},"v":{"df":2,"docs":{"46":{"tf":1.0},"5":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"5":{"tf":1.0}},"t":{"df":1,"docs":{"3":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":2,"docs":{"31":{"tf":1.0},"40":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"11":{"tf":1.0},"27":{"tf":1.0}}}}},"v":{"df":5,"docs":{"44":{"tf":1.7320508075688772},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0}}}},"j":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"g":{"df":4,"docs":{"33":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"k":{"8":{"df":6,"docs":{"10":{"tf":1.0},"16":{"tf":1.0},"25":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"47":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":16,"docs":{"11":{"tf":1.0},"15":{"tf":1.7320508075688772},"16":{"tf":1.4142135623730951},"20":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"y":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}},"n":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"45":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"11":{"tf":1.0},"29":{"tf":1.4142135623730951},"4":{"tf":1.0},"43":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"23":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"15":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"19":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"15":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.0},"38":{"tf":1.0},"45":{"tf":1.0},"9":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"33":{"tf":1.0},"6":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"t":{"df":2,"docs":{"3":{"tf":1.0},"4":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":11,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"13":{"tf":1.0},"19":{"tf":1.0},"33":{"tf":1.7320508075688772},"4":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"6":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.0}}}}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"14":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":19,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.7320508075688772},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.4142135623730951},"48":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0}}}}},"o":{"a":{"d":{"df":1,"docs":{"23":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"k":{"8":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":11,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"9":{"tf":1.0}}},"t":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":3,"docs":{"40":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0}},"i":{"c":{"df":4,"docs":{"0":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.0}}},"df":0,"docs":{}},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"31":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"11":{"tf":1.0},"33":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"29":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"47":{"tf":1.0}}},"p":{"df":2,"docs":{"16":{"tf":1.0},"27":{"tf":1.0}}},"s":{"df":1,"docs":{"9":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"16":{"tf":1.0},"28":{"tf":1.0},"7":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"32":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":7,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.0},"43":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.4142135623730951}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":6,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0}}}},"p":{"df":3,"docs":{"10":{"tf":1.0},"31":{"tf":1.0},"43":{"tf":1.0}}},"t":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"39":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"44":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"11":{"tf":1.0},"29":{"tf":1.0}}}}}},"x":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"7":{"5":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"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":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":8,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0}}}}},"t":{"df":1,"docs":{"15":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"23":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"df":1,"docs":{"23":{"tf":1.4142135623730951}}}}}}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"1":{"tf":1.0},"2":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"d":{"df":5,"docs":{"14":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"31":{"tf":1.0},"48":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"c":{"df":4,"docs":{"37":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"6":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"31":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"i":{"d":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{},"n":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"4":{"5":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"16":{"tf":1.0},"18":{"tf":1.0},"27":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"45":{"tf":1.0},"5":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"37":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"46":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":3,"docs":{"31":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0}}}},"x":{"df":1,"docs":{"46":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":7,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"15":{"tf":1.0},"2":{"tf":1.0},"33":{"tf":2.23606797749979},"43":{"tf":1.0},"9":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"42":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"16":{"tf":1.0},"7":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":7,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"11":{"tf":1.0},"2":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.4142135623730951},"9":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"16":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"40":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"35":{"tf":1.0},"40":{"tf":1.0}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"16":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":8,"docs":{"15":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.4142135623730951},"36":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"g":{"df":1,"docs":{"31":{"tf":1.0}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":10,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"24":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"33":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"9":{"tf":1.0}}}}}}},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":8,"docs":{"21":{"tf":1.0},"33":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.7320508075688772},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"4":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":22,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"11":{"tf":1.0},"13":{"tf":1.4142135623730951},"2":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.7320508075688772},"27":{"tf":1.0},"28":{"tf":1.4142135623730951},"29":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.7320508075688772},"33":{"tf":1.4142135623730951},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"43":{"tf":1.4142135623730951},"46":{"tf":1.0},"48":{"tf":2.0},"6":{"tf":1.0},"9":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"5":{"tf":1.0}},"i":{"df":1,"docs":{"16":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"df":8,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"10":{"tf":1.0},"3":{"tf":1.7320508075688772},"31":{"tf":1.0},"33":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"9":{"tf":1.0}}}},"n":{"df":1,"docs":{"5":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"15":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":16,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.4142135623730951},"33":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.4142135623730951}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"16":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"33":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"43":{"tf":1.0},"45":{"tf":1.0}}}}}},"k":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"\\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":1,"docs":{"40":{"tf":1.0}}},"n":{"c":{"df":3,"docs":{"33":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0}}},"df":4,"docs":{"19":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"9":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"29":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"11":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"3":{"tf":1.0},"31":{"tf":2.23606797749979},"47":{"tf":1.0},"5":{"tf":1.0}}}},"t":{"df":2,"docs":{"15":{"tf":1.0},"5":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"20":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"6":{"tf":1.0}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":7,"docs":{"10":{"tf":1.0},"27":{"tf":1.0},"43":{"tf":1.4142135623730951},"5":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"47":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":9,"docs":{"16":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"5":{"tf":1.0},"6":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"3":{"tf":1.0},"38":{"tf":1.0},"5":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.7320508075688772}}}}}}}}}},"p":{"9":{"5":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"10":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"1":{"tf":1.0},"25":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"24":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":47,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.7320508075688772},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.7320508075688772},"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},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.7320508075688772},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.7320508075688772},"9":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"22":{"tf":1.0}}}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":6,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"4":{"tf":2.449489742783178},"45":{"tf":1.0},"48":{"tf":1.0},"6":{"tf":2.449489742783178}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":2.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"25":{"tf":1.0},"31":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":1,"docs":{"6":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"13":{"tf":1.0},"19":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":3,"docs":{"15":{"tf":2.449489742783178},"16":{"tf":1.0},"9":{"tf":1.0}}}}}}}},"df":1,"docs":{"6":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"22":{"tf":1.4142135623730951}}}},"r":{"df":3,"docs":{"15":{"tf":1.0},"18":{"tf":1.0},"24":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"0":{"tf":1.0},"4":{"tf":1.0}}}}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.7320508075688772}}}}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"24":{"tf":1.0},"40":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"10":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"14":{"tf":1.0}}}}}}}},"l":{"a":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"30":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":19,"docs":{"1":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":2.0},"26":{"tf":1.4142135623730951},"3":{"tf":1.0},"30":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":2.0},"43":{"tf":1.0},"47":{"tf":1.0},"6":{"tf":2.449489742783178},"7":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"31":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"u":{"df":4,"docs":{"19":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0}},"g":{"df":1,"docs":{"39":{"tf":1.0}},"g":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"12":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"3":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":3,"docs":{"28":{"tf":1.0},"31":{"tf":1.0},"46":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"33":{"tf":1.0},"48":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"16":{"tf":1.7320508075688772},"8":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"38":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"5":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"43":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"25":{"tf":1.4142135623730951},"31":{"tf":2.0},"33":{"tf":1.0},"35":{"tf":1.0}}}}}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"21":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"20":{"tf":1.0},"31":{"tf":1.0}}}},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"37":{"tf":1.0}}}},"t":{"df":3,"docs":{"16":{"tf":1.0},"38":{"tf":1.0},"46":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"25":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":2.0}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.4142135623730951}}}}}},"o":{"b":{"df":0,"docs":{},"e":{"df":7,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"30":{"tf":1.0},"40":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.0},"5":{"tf":1.0}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"11":{"tf":1.0},"27":{"tf":1.0},"4":{"tf":1.0},"9":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":4,"docs":{"0":{"tf":1.0},"14":{"tf":1.0},"37":{"tf":1.0},"47":{"tf":1.0}},"t":{"df":4,"docs":{"21":{"tf":1.0},"33":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":6,"docs":{"11":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"46":{"tf":1.0},"6":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"24":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":6,"docs":{"0":{"tf":1.0},"15":{"tf":1.0},"3":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.4142135623730951},"6":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"40":{"tf":1.0}},"r":{"df":1,"docs":{"31":{"tf":1.0}}}},"i":{"d":{"df":5,"docs":{"28":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.4142135623730951},"6":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":3,"docs":{"30":{"tf":1.0},"4":{"tf":1.4142135623730951},"6":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"30":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"40":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"b":{"df":2,"docs":{"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"0":{"tf":1.0},"48":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"47":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"12":{"tf":1.0},"3":{"tf":1.0}}}}}}}},"q":{"a":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"24":{"tf":1.7320508075688772},"5":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"24":{"tf":1.0}}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"(":{"3":{"df":2,"docs":{"18":{"tf":1.0},"20":{"tf":1.0}}},"5":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}},"df":10,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"23":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"5":{"tf":1.0}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}}},"df":2,"docs":{"4":{"tf":2.0},"6":{"tf":3.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"40":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"l":{"df":3,"docs":{"30":{"tf":1.0},"40":{"tf":1.7320508075688772},"41":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"—":{"a":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"22":{"tf":1.0}}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":8,"docs":{"20":{"tf":1.0},"25":{"tf":1.0},"30":{"tf":1.4142135623730951},"31":{"tf":1.7320508075688772},"37":{"tf":1.0},"46":{"tf":1.0},"6":{"tf":1.4142135623730951},"9":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":4,"docs":{"0":{"tf":1.0},"3":{"tf":1.0},"39":{"tf":1.0},"5":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"1":{"tf":1.0},"3":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"5":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"37":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"22":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":4,"docs":{"15":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":13,"docs":{"32":{"tf":1.7320508075688772},"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":2.0},"44":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"0":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"25":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}},"x":{"df":2,"docs":{"30":{"tf":1.0},"31":{"tf":1.0}}}},"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"16":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"14":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"3":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"31":{"tf":1.0},"36":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"33":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":4,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":4,"docs":{"13":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"47":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":7,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"20":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"33":{"tf":1.0},"37":{"tf":1.0},"6":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":3,"docs":{"10":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":9,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.4142135623730951},"4":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"48":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":4,"docs":{"16":{"tf":1.0},"25":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"0":{"tf":1.0},"48":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"15":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.7320508075688772},"9":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":3,"docs":{"16":{"tf":1.0},"47":{"tf":1.0},"7":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"38":{"tf":1.0},"7":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"47":{"tf":1.0},"5":{"tf":1.0}}}}},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":8,"docs":{"0":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.7320508075688772}},"s":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"p":{"c":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"4":{"tf":1.7320508075688772},"40":{"tf":1.7320508075688772},"41":{"tf":1.4142135623730951},"6":{"tf":1.0}}}}}}}}},"df":24,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"11":{"tf":1.7320508075688772},"14":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":2.23606797749979},"29":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":2.449489742783178},"37":{"tf":1.0},"4":{"tf":1.7320508075688772},"41":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.7320508075688772},"47":{"tf":1.4142135623730951},"48":{"tf":2.23606797749979},"5":{"tf":1.7320508075688772},"6":{"tf":2.6457513110645907},"7":{"tf":1.0},"8":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"40":{"tf":1.4142135623730951}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":22,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"25":{"tf":1.7320508075688772},"26":{"tf":2.0},"27":{"tf":1.7320508075688772},"28":{"tf":1.7320508075688772},"29":{"tf":1.7320508075688772},"30":{"tf":1.7320508075688772},"31":{"tf":1.4142135623730951},"33":{"tf":1.0},"37":{"tf":1.7320508075688772},"4":{"tf":2.23606797749979},"43":{"tf":1.7320508075688772},"46":{"tf":1.7320508075688772},"47":{"tf":1.7320508075688772},"48":{"tf":1.0},"6":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951},"9":{"tf":1.0}},"’":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}},"{":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"30":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":8,"docs":{"10":{"tf":1.0},"24":{"tf":1.0},"30":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"9":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"30":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"df":10,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"39":{"tf":1.7320508075688772},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"38":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":6,"docs":{"22":{"tf":1.0},"25":{"tf":1.4142135623730951},"43":{"tf":1.0},"47":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"23":{"tf":1.4142135623730951}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"24":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"2":{"df":4,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.0}}},"3":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.7320508075688772}}}}}}}},"df":0,"docs":{}}}}},"df":30,"docs":{"1":{"tf":1.0},"10":{"tf":1.7320508075688772},"11":{"tf":2.23606797749979},"12":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":2.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"25":{"tf":2.23606797749979},"26":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.4142135623730951},"33":{"tf":2.6457513110645907},"36":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.7320508075688772},"42":{"tf":1.4142135623730951},"43":{"tf":2.23606797749979},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":2.0},"47":{"tf":1.7320508075688772},"48":{"tf":1.4142135623730951},"5":{"tf":1.0},"6":{"tf":2.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":2.23606797749979}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"29":{"tf":1.0},"5":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"10":{"tf":1.0},"31":{"tf":1.0}}}}}}},"df":1,"docs":{"4":{"tf":1.7320508075688772}},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"d":{"df":8,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0}}},"df":4,"docs":{"11":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.0},"33":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"20":{"tf":1.0},"25":{"tf":1.0}}}},"df":0,"docs":{}},"f":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":3,"docs":{"15":{"tf":1.0},"40":{"tf":1.7320508075688772},"41":{"tf":1.7320508075688772}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"16":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"6":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"4":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"43":{"tf":1.0}},"i":{"c":{"df":4,"docs":{"28":{"tf":1.0},"33":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":8,"docs":{"11":{"tf":1.0},"18":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"32":{"tf":1.0},"45":{"tf":1.4142135623730951},"6":{"tf":1.0},"9":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":9,"docs":{"10":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"28":{"tf":1.0},"46":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":14,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.4142135623730951},"33":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"45":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":8,"docs":{"10":{"tf":1.0},"16":{"tf":1.0},"29":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"43":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.7320508075688772}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"0":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0}}}},"w":{"df":4,"docs":{"1":{"tf":1.0},"21":{"tf":1.0},"39":{"tf":1.0},"9":{"tf":1.0}}}}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":11,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"25":{"tf":1.7320508075688772},"31":{"tf":2.0},"37":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.4142135623730951},"6":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"18":{"tf":1.4142135623730951},"23":{"tf":1.0},"40":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"22":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":3,"docs":{"28":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0}}}}},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"23":{"tf":1.7320508075688772}},"w":{"df":2,"docs":{"31":{"tf":1.0},"46":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"46":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"11":{"tf":1.0},"18":{"tf":1.0},"3":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":5,"docs":{"15":{"tf":1.0},"18":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"3":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":5,"docs":{"14":{"tf":1.0},"20":{"tf":1.0},"31":{"tf":1.0},"45":{"tf":1.0},"6":{"tf":1.0}},"i":{"df":1,"docs":{"11":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":4,"docs":{"16":{"tf":1.0},"26":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"t":{"a":{"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"28":{"tf":1.0},"33":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"46":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"16":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"40":{"tf":1.0}}}}}}},"df":0,"docs":{}},"_":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"41":{"tf":1.0},"6":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":12,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.7320508075688772},"33":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"6":{"tf":1.7320508075688772}}}},"t":{"df":0,"docs":{},"e":{"df":3,"docs":{"16":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0}}},"i":{"c":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}}},"y":{"df":6,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"23":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.4142135623730951},"47":{"tf":1.0}}}},"d":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{":":{":":{"a":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"40":{"tf":1.0}}},"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":{":":{":":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"15":{"tf":1.0},"31":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"24":{"tf":1.0},"47":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.4142135623730951}},"i":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"24":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"24":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":3,"docs":{"33":{"tf":1.0},"48":{"tf":1.0},"6":{"tf":1.0}}}},"r":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"19":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":2,"docs":{"23":{"tf":1.0},"45":{"tf":1.4142135623730951}}}}}},"u":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"18":{"tf":1.0}}}},"t":{"df":4,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"0":{"tf":1.0},"48":{"tf":1.0}}}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":10,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"29":{"tf":1.0}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"10":{"tf":1.0},"44":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"16":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"46":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":7,"docs":{"14":{"tf":1.4142135623730951},"20":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.4142135623730951}}}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"2":{"0":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":7,"docs":{"11":{"tf":1.0},"23":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772},"47":{"tf":1.4142135623730951},"5":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"33":{"tf":1.0}}}}},"d":{"df":3,"docs":{"14":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0}}},"df":1,"docs":{"4":{"tf":1.4142135623730951}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":3,"docs":{"16":{"tf":1.0},"3":{"tf":1.4142135623730951},"45":{"tf":1.0}}},"r":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"15":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":19,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.0},"10":{"tf":1.7320508075688772},"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"18":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.7320508075688772},"33":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.4142135623730951},"46":{"tf":1.0},"47":{"tf":1.4142135623730951},"5":{"tf":1.7320508075688772},"9":{"tf":2.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":6,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"{":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"40":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"40":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":3,"docs":{"25":{"tf":1.0},"35":{"tf":1.0},"7":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"e":{"df":11,"docs":{"0":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.4142135623730951},"31":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.4142135623730951},"6":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"30":{"tf":1.0},"31":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"14":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"9":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"24":{"tf":1.0},"5":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":24,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":2.0},"25":{"tf":1.0},"33":{"tf":2.0},"38":{"tf":1.7320508075688772},"4":{"tf":2.0},"40":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"48":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.0}},"y":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"g":{"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":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"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":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"45":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"30":{"tf":1.0},"31":{"tf":1.0},"43":{"tf":1.0},"9":{"tf":1.0}}},"k":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":14,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.4142135623730951},"3":{"tf":1.0},"30":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":1.7320508075688772},"48":{"tf":1.0},"5":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"39":{"tf":1.0},"45":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":13,"docs":{"11":{"tf":1.0},"13":{"tf":1.4142135623730951},"15":{"tf":1.0},"18":{"tf":2.23606797749979},"19":{"tf":2.23606797749979},"20":{"tf":1.4142135623730951},"23":{"tf":1.0},"30":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"47":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"2":{"0":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"1":{"6":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"23":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"10":{"tf":1.7320508075688772}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"31":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.7320508075688772}}}}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"16":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":3,"docs":{"16":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"26":{"tf":1.0},"4":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"16":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":1,"docs":{"18":{"tf":1.0}}}},"x":{"df":1,"docs":{"23":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"26":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"23":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"33":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"41":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":3,"docs":{"22":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"11":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"10":{"tf":1.0}}}},"df":22,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"15":{"tf":1.0},"18":{"tf":1.7320508075688772},"19":{"tf":1.7320508075688772},"20":{"tf":2.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"24":{"tf":1.0},"25":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":2.23606797749979},"41":{"tf":1.7320508075688772},"43":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"5":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":26,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0},"8":{"tf":1.7320508075688772},"9":{"tf":1.4142135623730951}},"s":{"(":{"4":{"df":2,"docs":{"18":{"tf":1.0},"20":{"tf":1.0}}},"8":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"z":{"df":2,"docs":{"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"10":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":18,"docs":{"0":{"tf":1.4142135623730951},"11":{"tf":1.4142135623730951},"16":{"tf":1.0},"18":{"tf":1.7320508075688772},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"24":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":1.0},"33":{"tf":1.4142135623730951},"35":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.0},"45":{"tf":1.4142135623730951},"47":{"tf":1.0},"48":{"tf":1.4142135623730951},"5":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"24":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"c":{"!":{"[":{"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":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":1,"docs":{"40":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":1,"docs":{"40":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"47":{"tf":1.0},"5":{"tf":1.0}},"f":{"df":1,"docs":{"7":{"tf":1.0}},"i":{"df":6,"docs":{"14":{"tf":1.0},"22":{"tf":1.0},"31":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"u":{"df":2,"docs":{"23":{"tf":1.0},"7":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":6,"docs":{"10":{"tf":1.0},"14":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"4":{"tf":1.4142135623730951},"6":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"25":{"tf":1.0},"6":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"15":{"tf":1.0},"5":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":12,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":2,"docs":{"4":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"15":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"45":{"tf":1.0},"48":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"46":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":8,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"25":{"tf":1.0},"33":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":5,"docs":{"28":{"tf":1.0},"35":{"tf":1.0},"42":{"tf":1.4142135623730951},"46":{"tf":1.0},"48":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"(":{"0":{".":{".":{"=":{"2":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"22":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"b":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"0":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":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":{"42":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"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":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"2":{"0":{"df":2,"docs":{"20":{"tf":1.0},"23":{"tf":1.0}}},"df":0,"docs":{}},"5":{"0":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"0":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}},"9":{"0":{"df":2,"docs":{"19":{"tf":1.0},"24":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"(":{"1":{".":{".":{"=":{"4":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"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":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"6":{"0":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"0":{"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"1":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":5,"docs":{"10":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.7320508075688772},"9":{"tf":1.4142135623730951}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":37,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.7320508075688772},"12":{"tf":2.0},"13":{"tf":2.449489742783178},"14":{"tf":2.23606797749979},"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.7320508075688772},"19":{"tf":2.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.7320508075688772},"30":{"tf":1.0},"31":{"tf":1.4142135623730951},"33":{"tf":2.23606797749979},"35":{"tf":1.7320508075688772},"36":{"tf":1.0},"39":{"tf":2.0},"4":{"tf":2.449489742783178},"40":{"tf":2.6457513110645907},"41":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.7320508075688772},"46":{"tf":1.0},"47":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"5":{"tf":1.0},"6":{"tf":2.6457513110645907},"7":{"tf":1.4142135623730951},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"10":{"tf":1.0},"9":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"22":{"tf":1.0}}}}}}},"x":{"df":2,"docs":{"4":{"tf":1.4142135623730951},"6":{"tf":2.0}}},"y":{"df":0,"docs":{},"e":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"title":{"root":{"2":{"df":1,"docs":{"18":{"tf":1.0}}},"a":{"d":{"df":4,"docs":{"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"21":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"44":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"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":{"11":{"tf":1.0}}}}}}}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":2,"docs":{"20":{"tf":1.0},"22":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"30":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"28":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"45":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"45":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"a":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"32":{"tf":1.0},"33":{"tf":1.0}}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"28":{"tf":1.0}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"l":{"df":1,"docs":{"45":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"17":{"tf":1.0},"21":{"tf":1.0},"39":{"tf":1.0}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":6,"docs":{"12":{"tf":1.0},"14":{"tf":1.0},"30":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}}}}}},"f":{"a":{"df":0,"docs":{},"q":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"34":{"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":{"24":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"48":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"38":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}},"i":{"df":1,"docs":{"32":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"43":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"v":{"df":1,"docs":{"44":{"tf":1.0}}}},"k":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"20":{"tf":1.0}}}}},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"23":{"tf":1.0}}}}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"33":{"tf":1.0}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"39":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"31":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"2":{"tf":1.0},"32":{"tf":1.0},"44":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"15":{"tf":1.0}}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"o":{"b":{"df":0,"docs":{},"e":{"df":1,"docs":{"40":{"tf":1.0}}}},"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"22":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"32":{"tf":1.0},"43":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"25":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"37":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"39":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":5,"docs":{"11":{"tf":1.0},"25":{"tf":1.0},"33":{"tf":1.0},"46":{"tf":1.0},"6":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"18":{"tf":1.0},"40":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"23":{"tf":1.0}}}},"t":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"24":{"tf":1.0},"38":{"tf":1.0}}}}}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"18":{"tf":1.0},"19":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":1,"docs":{"10":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"42":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":7,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"lang":"English","pipeline":["trimmer","stopWordFilter","stemmer"],"ref":"id","version":"0.9.5"},"results_options":{"limit_results":30,"teaser_word_count":30},"search_options":{"bool":"OR","expand":true,"fields":{"body":{"boost":1},"breadcrumbs":{"boost":1},"title":{"boost":2}}}}')); \ No newline at end of file diff --git a/docs/searchindex-6e5f644c.js b/docs/searchindex-6e5f644c.js new file mode 100644 index 0000000..49563f8 --- /dev/null +++ b/docs/searchindex-6e5f644c.js @@ -0,0 +1 @@ +window.search = Object.assign(window.search, JSON.parse('{"doc_urls":["project-context-primer.html#project-context-primer","project-context-primer.html#the-nomos-architecture","project-context-primer.html#validators-and-executors-two-flavors-of-the-same-node","project-context-primer.html#data-availability-da","project-context-primer.html#why-this-matters-for-testing","what-you-will-learn.html#what-you-will-learn","part-i.html#part-i--foundations","introduction.html#introduction","introduction.html#who-this-book-is-for","introduction.html#how-to-use-this-book","architecture-overview.html#architecture-overview","architecture-overview.html#the-five-core-concepts","architecture-overview.html#topology-describing-your-cluster","architecture-overview.html#scenario-the-complete-test-plan","architecture-overview.html#runner-making-plans-reality","architecture-overview.html#workloads-generating-traffic","architecture-overview.html#expectations-judging-success","architecture-overview.html#how-everything-works-together","architecture-overview.html#what-makes-this-different","architecture-overview.html#whats-next","testing-philosophy.html#testing-philosophy","testing-philosophy.html#declarative-over-imperative","testing-philosophy.html#protocol-time-not-wall-time","testing-philosophy.html#determinism-first-chaos-when-needed","testing-philosophy.html#observable-health-signals","testing-philosophy.html#minimum-run-windows","testing-philosophy.html#summary","scenario-lifecycle.html#scenario-lifecycle","scenario-lifecycle.html#the-six-stages","scenario-lifecycle.html#stage-1-build-the-plan","scenario-lifecycle.html#stage-2-deploy","scenario-lifecycle.html#stage-3-readiness","scenario-lifecycle.html#stage-4-drive-workloads","scenario-lifecycle.html#stage-5-observe","scenario-lifecycle.html#stage-6-evaluate-expectations","scenario-lifecycle.html#stage-7-cleanup","scenario-lifecycle.html#why-this-order-matters","scenario-lifecycle.html#lifecycle-in-practice","scenario-lifecycle.html#whats-next","design-rationale.html#design-rationale","design-rationale.html#modular-crates-loose-coupling-clear-boundaries","design-rationale.html#pluggable-runners-write-once-run-anywhere","design-rationale.html#separated-workloads-and-expectations-what-vs-how","design-rationale.html#declarative-topology-explicit-intent-reproducible-clusters","design-rationale.html#immutable-plans-predictability-over-flexibility","design-rationale.html#protocol-time-over-wall-time-robust-assertions","design-rationale.html#mandatory-readiness-fail-fast-fail-clear","design-rationale.html#design-goals-revisited","design-rationale.html#whats-next","part-ii.html#part-ii--user-guide","workspace-layout.html#workspace-layout","annotated-tree.html#annotated-tree","authoring-scenarios.html#authoring-scenarios","authoring-scenarios.html#your-first-scenario-consensus-liveness","authoring-scenarios.html#adding-traffic-transaction-workload","authoring-scenarios.html#configuring-topology","authoring-scenarios.html#combining-multiple-workloads","authoring-scenarios.html#testing-resilience-chaos-workloads","authoring-scenarios.html#choosing-run-duration","authoring-scenarios.html#choosing-a-runner","authoring-scenarios.html#best-practices","authoring-scenarios.html#whats-next","workloads.html#workloads-and-expectations","workloads.html#understanding-workloads","workloads.html#transaction-workload","workloads.html#basic-usage","workloads.html#configuration-options","workloads.html#what-it-does","workloads.html#default-expectation","workloads.html#when-to-use-it","workloads.html#da-workload","workloads.html#basic-usage-1","workloads.html#configuration-options-1","workloads.html#when-to-use-it-1","workloads.html#chaos-workload","workloads.html#basic-usage-2","workloads.html#configuration-options-2","workloads.html#requirements","workloads.html#when-to-use-it-2","workloads.html#combining-workloads","workloads.html#understanding-expectations","workloads.html#consensus-liveness-expectation","workloads.html#usage","workloads.html#what-it-checks","workloads.html#when-it-runs","workloads.html#failure-modes","workloads.html#transaction-inclusion-expectation","workloads.html#usage-1","workloads.html#what-it-checks-1","workloads.html#failure-modes-1","workloads.html#da-liveness-expectation","workloads.html#usage-2","workloads.html#what-it-checks-2","workloads.html#failure-modes-2","workloads.html#writing-custom-expectations","workloads.html#whats-next","scenario-builder-ext-patterns.html#scenario-builder-patterns","scenario-builder-ext-patterns.html#builder-pattern-basics","scenario-builder-ext-patterns.html#pattern-topology-first","scenario-builder-ext-patterns.html#pattern-workload-chains","scenario-builder-ext-patterns.html#pattern-bundled-expectations","scenario-builder-ext-patterns.html#pattern-explicit-duration","scenario-builder-ext-patterns.html#pattern-chaos-opt-in","scenario-builder-ext-patterns.html#pattern-node-count-rationale","scenario-builder-ext-patterns.html#pattern-rate-tuning","scenario-builder-ext-patterns.html#pattern-combining-workloads","scenario-builder-ext-patterns.html#pattern-reusable-builders","scenario-builder-ext-patterns.html#pattern-environment-specific-configuration","scenario-builder-ext-patterns.html#pattern-documentation-through-code","scenario-builder-ext-patterns.html#anti-patterns-to-avoid","scenario-builder-ext-patterns.html#builder-extensions-for-custom-workloads","scenario-builder-ext-patterns.html#whats-next","usage-patterns.html#usage-patterns","best-practices.html#best-practices","examples.html#examples","examples.html#example-1-minimal-consensus-smoke-test","examples.html#example-2-transaction-workload","examples.html#example-3-da-blob-dispersal","examples.html#example-4-combined-transaction-and-da-traffic","examples.html#example-5-chaos-restarts","examples.html#example-6-stress-test","examples.html#example-7-custom-topology","examples.html#running-examples-in-different-environments","examples.html#whats-next","examples-advanced.html#advanced--artificial-examples","examples-advanced.html#synthetic-delay-workload-network-latency-simulation","examples-advanced.html#oscillating-load-workload-traffic-waves","examples-advanced.html#byzantine-behavior-mock","examples-advanced.html#custom-expectation-block-finality-drift","examples-advanced.html#custom-deployer-dry-run-deployer","examples-advanced.html#stochastic-topology-generator","examples-advanced.html#multi-phase-scenario-pipelines","running-scenarios.html#running-scenarios","running-scenarios.html#basic-execution","running-scenarios.html#understanding-test-output","running-scenarios.html#running-multiple-tests","running-scenarios.html#parallel-execution-concerns","running-scenarios.html#interpreting-results","running-scenarios.html#success","running-scenarios.html#failure","running-scenarios.html#panics","running-scenarios.html#collecting-logs","running-scenarios.html#debugging-failed-tests","running-scenarios.html#running-in-ci","running-scenarios.html#whats-next","runners.html#runners","runners.html#understanding-the-runner-interface","runners.html#localdeployer-fast-iteration","runners.html#how-it-works","runners.html#usage","runners.html#when-to-use","runners.html#pros-and-cons","runners.html#composerunner-reproducible-stacks","runners.html#how-it-works-1","runners.html#usage-1","runners.html#when-to-use-1","runners.html#pros-and-cons-1","runners.html#k8srunner-production-fidelity","runners.html#how-it-works-2","runners.html#usage-2","runners.html#when-to-use-2","runners.html#pros-and-cons-2","runners.html#choosing-a-runner","runners.html#runner-capabilities","runners.html#mixing-runners","runners.html#advanced-custom-runners","runners.html#whats-next","chaos.html#chaos-workloads","chaos.html#how-it-works","chaos.html#usage","chaos.html#expectations-to-pair","chaos.html#best-practices","node-control.html#node-control--runcontext","node-control.html#accessing-node-control-in-workloadsexpectations","node-control.html#current-api-surface","node-control.html#considerations","topology-chaos.html#topology--chaos-patterns","topology-chaos.html#node-control-availability","topology-chaos.html#chaos-patterns-to-consider","topology-chaos.html#expectations-to-pair","topology-chaos.html#guidance","operations.html#operations","operations.html#prerequisites","operations.html#nomos-node-binaries","operations.html#runner-specific-prerequisites","operations.html#circuit-and-prover-assets","operations.html#deployment-and-readiness","operations.html#logs-and-debugging","operations.html#when-tests-fail","operations.html#common-issues","operations.html#ci-integration","operations.html#whats-next","part-iii.html#part-iii--developer-reference","scenario-model.html#the-scenario-model","scenario-model.html#why-separate-concepts-matter","scenario-model.html#topology-pure-description","scenario-model.html#scenario-the-immutable-plan","scenario-model.html#workloads-controlled-traffic-generation","scenario-model.html#expectations-post-run-judgments","scenario-model.html#runtime-the-execution-coordinator","scenario-model.html#respecting-boundaries","scenario-model.html#what-this-enables","extending.html#extending-the-framework","extending.html#why-extend","extending.html#adding-custom-workloads","extending.html#the-workload-trait","extending.html#example-health-check-workload","extending.html#using-the-custom-workload","extending.html#builder-api-integration","extending.html#workload-best-practices","extending.html#adding-custom-expectations","extending.html#the-expectation-trait","extending.html#example-peer-count-expectation","extending.html#using-custom-expectations","extending.html#expectation-best-practices","extending.html#adding-custom-runners","extending.html#the-deployer-trait","extending.html#runner-best-practices","extending.html#adding-topology-helper-functions","extending.html#integrating-extensions","extending.html#whats-next","custom-workload-example.html#example-new-workload--expectation-rust","custom-workload-example.html#workload-simple-reachability-probe","custom-workload-example.html#expectation-confirm-the-target-stayed-reachable","custom-workload-example.html#how-to-wire-it","internal-crate-reference.html#internal-crate-reference","part-iv.html#part-iv--appendix","dsl-cheat-sheet.html#core-content-dsl-cheat-sheet","troubleshooting.html#troubleshooting","troubleshooting.html#build-and-deployment-issues","troubleshooting.html#symptom-binaries-not-found-error","troubleshooting.html#symptom-port-already-in-use","troubleshooting.html#symptom-readiness-timeout","troubleshooting.html#runtime-issues","troubleshooting.html#symptom-no-block-progression","troubleshooting.html#symptom-slow-block-progression","troubleshooting.html#symptom-workload-errors","troubleshooting.html#expectation-failures","troubleshooting.html#symptom-transaction-inclusion-failure","troubleshooting.html#symptom-chaos-workload-fails","troubleshooting.html#environment-specific-issues","troubleshooting.html#symptom-docker-issues","troubleshooting.html#symptom-kubernetes-issues","troubleshooting.html#flaky-tests","troubleshooting.html#symptom-tests-pass-locally-fail-in-ci","troubleshooting.html#symptom-tests-sometimes-pass-sometimes-fail","troubleshooting.html#debugging-checklist","troubleshooting.html#getting-help","faq.html#frequently-asked-questions","faq.html#general-questions","faq.html#why-does-the-framework-use-protocol-time-instead-of-wall-clock-time","faq.html#can-i-reuse-the-same-scenario-with-different-runners","faq.html#how-is-this-different-from-unit-tests","faq.html#do-i-need-to-build-nomos-from-source","faq.html#scenario-design","faq.html#how-many-nodes-should-my-tests-use","faq.html#how-long-should-test-runs-be","faq.html#when-should-i-use-chaos-workloads","faq.html#should-i-combine-multiple-workloads-in-one-test","faq.html#do-i-need-seeded-wallets","faq.html#running-tests","faq.html#why-do-tests-take-so-long-to-start","faq.html#can-i-run-tests-in-parallel","faq.html#how-do-i-debug-a-failing-test","faq.html#can-i-run-tests-without-dockerkubernetes","faq.html#extending-the-framework","faq.html#how-do-i-add-a-custom-workload","faq.html#can-i-add-a-custom-runner","faq.html#can-i-contribute-my-workloadexpectation-upstream","faq.html#troubleshooting","faq.html#tests-pass-locally-but-fail-in-ci","faq.html#port-already-in-use-errors","faq.html#nodes-wont-reach-ready-state","faq.html#expectations-fail-but-logs-look-fine","faq.html#performance-and-resources","faq.html#how-much-cpumemory-do-tests-need","faq.html#can-i-run-tests-on-limited-hardware","faq.html#how-do-i-make-tests-faster","faq.html#advanced-usage","faq.html#can-i-programmatically-generate-scenarios","faq.html#can-i-parameterize-tests-by-runner","faq.html#how-do-i-integrate-with-cicd","faq.html#getting-help","faq.html#where-can-i-get-help","faq.html#how-do-i-report-a-bug","glossary.html#glossary","glossary.html#core-concepts","glossary.html#nomos-specifics","glossary.html#framework-architecture","glossary.html#common-abbreviations"],"index":{"documentStore":{"docInfo":{"0":{"body":26,"breadcrumbs":6,"title":3},"1":{"body":16,"breadcrumbs":5,"title":2},"10":{"body":43,"breadcrumbs":6,"title":2},"100":{"body":42,"breadcrumbs":11,"title":3},"101":{"body":42,"breadcrumbs":11,"title":3},"102":{"body":50,"breadcrumbs":11,"title":3},"103":{"body":48,"breadcrumbs":12,"title":4},"104":{"body":40,"breadcrumbs":11,"title":3},"105":{"body":42,"breadcrumbs":11,"title":3},"106":{"body":38,"breadcrumbs":11,"title":3},"107":{"body":35,"breadcrumbs":12,"title":4},"108":{"body":43,"breadcrumbs":12,"title":4},"109":{"body":112,"breadcrumbs":11,"title":3},"11":{"body":30,"breadcrumbs":7,"title":3},"110":{"body":35,"breadcrumbs":12,"title":4},"111":{"body":15,"breadcrumbs":10,"title":2},"112":{"body":84,"breadcrumbs":8,"title":2},"113":{"body":96,"breadcrumbs":8,"title":2},"114":{"body":24,"breadcrumbs":6,"title":1},"115":{"body":77,"breadcrumbs":11,"title":6},"116":{"body":105,"breadcrumbs":9,"title":4},"117":{"body":92,"breadcrumbs":10,"title":5},"118":{"body":77,"breadcrumbs":11,"title":6},"119":{"body":116,"breadcrumbs":9,"title":4},"12":{"body":64,"breadcrumbs":7,"title":3},"120":{"body":78,"breadcrumbs":9,"title":4},"121":{"body":70,"breadcrumbs":9,"title":4},"122":{"body":34,"breadcrumbs":9,"title":4},"123":{"body":22,"breadcrumbs":7,"title":2},"124":{"body":19,"breadcrumbs":10,"title":3},"125":{"body":41,"breadcrumbs":13,"title":6},"126":{"body":37,"breadcrumbs":12,"title":5},"127":{"body":34,"breadcrumbs":10,"title":3},"128":{"body":41,"breadcrumbs":12,"title":5},"129":{"body":39,"breadcrumbs":12,"title":5},"13":{"body":61,"breadcrumbs":8,"title":4},"130":{"body":35,"breadcrumbs":10,"title":3},"131":{"body":40,"breadcrumbs":11,"title":4},"132":{"body":21,"breadcrumbs":8,"title":2},"133":{"body":47,"breadcrumbs":8,"title":2},"134":{"body":61,"breadcrumbs":9,"title":3},"135":{"body":18,"breadcrumbs":9,"title":3},"136":{"body":28,"breadcrumbs":9,"title":3},"137":{"body":0,"breadcrumbs":8,"title":2},"138":{"body":8,"breadcrumbs":7,"title":1},"139":{"body":17,"breadcrumbs":7,"title":1},"14":{"body":60,"breadcrumbs":8,"title":4},"140":{"body":15,"breadcrumbs":7,"title":1},"141":{"body":40,"breadcrumbs":8,"title":2},"142":{"body":40,"breadcrumbs":9,"title":3},"143":{"body":25,"breadcrumbs":8,"title":2},"144":{"body":19,"breadcrumbs":8,"title":2},"145":{"body":28,"breadcrumbs":6,"title":1},"146":{"body":74,"breadcrumbs":8,"title":3},"147":{"body":11,"breadcrumbs":8,"title":3},"148":{"body":34,"breadcrumbs":6,"title":1},"149":{"body":24,"breadcrumbs":6,"title":1},"15":{"body":42,"breadcrumbs":7,"title":3},"150":{"body":51,"breadcrumbs":6,"title":1},"151":{"body":34,"breadcrumbs":7,"title":2},"152":{"body":14,"breadcrumbs":8,"title":3},"153":{"body":35,"breadcrumbs":6,"title":1},"154":{"body":24,"breadcrumbs":6,"title":1},"155":{"body":46,"breadcrumbs":6,"title":1},"156":{"body":38,"breadcrumbs":7,"title":2},"157":{"body":15,"breadcrumbs":8,"title":3},"158":{"body":32,"breadcrumbs":6,"title":1},"159":{"body":27,"breadcrumbs":6,"title":1},"16":{"body":43,"breadcrumbs":7,"title":3},"160":{"body":40,"breadcrumbs":6,"title":1},"161":{"body":39,"breadcrumbs":7,"title":2},"162":{"body":41,"breadcrumbs":7,"title":2},"163":{"body":27,"breadcrumbs":7,"title":2},"164":{"body":60,"breadcrumbs":7,"title":2},"165":{"body":49,"breadcrumbs":8,"title":3},"166":{"body":21,"breadcrumbs":7,"title":2},"167":{"body":14,"breadcrumbs":8,"title":2},"168":{"body":56,"breadcrumbs":7,"title":1},"169":{"body":40,"breadcrumbs":7,"title":1},"17":{"body":90,"breadcrumbs":7,"title":3},"170":{"body":24,"breadcrumbs":8,"title":2},"171":{"body":26,"breadcrumbs":8,"title":2},"172":{"body":28,"breadcrumbs":10,"title":3},"173":{"body":53,"breadcrumbs":11,"title":4},"174":{"body":43,"breadcrumbs":10,"title":3},"175":{"body":32,"breadcrumbs":8,"title":1},"176":{"body":11,"breadcrumbs":10,"title":3},"177":{"body":16,"breadcrumbs":10,"title":3},"178":{"body":57,"breadcrumbs":10,"title":3},"179":{"body":24,"breadcrumbs":9,"title":2},"18":{"body":66,"breadcrumbs":6,"title":2},"180":{"body":35,"breadcrumbs":8,"title":1},"181":{"body":20,"breadcrumbs":6,"title":1},"182":{"body":7,"breadcrumbs":6,"title":1},"183":{"body":42,"breadcrumbs":8,"title":3},"184":{"body":58,"breadcrumbs":8,"title":3},"185":{"body":33,"breadcrumbs":8,"title":3},"186":{"body":39,"breadcrumbs":7,"title":2},"187":{"body":55,"breadcrumbs":7,"title":2},"188":{"body":57,"breadcrumbs":7,"title":2},"189":{"body":46,"breadcrumbs":7,"title":2},"19":{"body":52,"breadcrumbs":6,"title":2},"190":{"body":28,"breadcrumbs":7,"title":2},"191":{"body":9,"breadcrumbs":7,"title":2},"192":{"body":10,"breadcrumbs":8,"title":4},"193":{"body":36,"breadcrumbs":10,"title":2},"194":{"body":60,"breadcrumbs":11,"title":3},"195":{"body":70,"breadcrumbs":11,"title":3},"196":{"body":69,"breadcrumbs":11,"title":3},"197":{"body":100,"breadcrumbs":12,"title":4},"198":{"body":89,"breadcrumbs":12,"title":4},"199":{"body":75,"breadcrumbs":11,"title":3},"2":{"body":79,"breadcrumbs":9,"title":6},"20":{"body":17,"breadcrumbs":6,"title":2},"200":{"body":67,"breadcrumbs":10,"title":2},"201":{"body":57,"breadcrumbs":9,"title":1},"202":{"body":28,"breadcrumbs":8,"title":2},"203":{"body":39,"breadcrumbs":7,"title":1},"204":{"body":13,"breadcrumbs":9,"title":3},"205":{"body":66,"breadcrumbs":8,"title":2},"206":{"body":90,"breadcrumbs":10,"title":4},"207":{"body":15,"breadcrumbs":9,"title":3},"208":{"body":68,"breadcrumbs":9,"title":3},"209":{"body":81,"breadcrumbs":9,"title":3},"21":{"body":37,"breadcrumbs":7,"title":3},"210":{"body":11,"breadcrumbs":9,"title":3},"211":{"body":52,"breadcrumbs":8,"title":2},"212":{"body":64,"breadcrumbs":10,"title":4},"213":{"body":10,"breadcrumbs":9,"title":3},"214":{"body":47,"breadcrumbs":9,"title":3},"215":{"body":10,"breadcrumbs":9,"title":3},"216":{"body":55,"breadcrumbs":8,"title":2},"217":{"body":52,"breadcrumbs":9,"title":3},"218":{"body":31,"breadcrumbs":10,"title":4},"219":{"body":32,"breadcrumbs":8,"title":2},"22":{"body":88,"breadcrumbs":8,"title":4},"220":{"body":24,"breadcrumbs":8,"title":2},"221":{"body":19,"breadcrumbs":14,"title":5},"222":{"body":121,"breadcrumbs":13,"title":4},"223":{"body":68,"breadcrumbs":14,"title":5},"224":{"body":24,"breadcrumbs":10,"title":1},"225":{"body":91,"breadcrumbs":10,"title":3},"226":{"body":10,"breadcrumbs":6,"title":3},"227":{"body":84,"breadcrumbs":11,"title":5},"228":{"body":19,"breadcrumbs":6,"title":1},"229":{"body":0,"breadcrumbs":8,"title":3},"23":{"body":60,"breadcrumbs":8,"title":4},"230":{"body":31,"breadcrumbs":9,"title":4},"231":{"body":44,"breadcrumbs":9,"title":4},"232":{"body":72,"breadcrumbs":8,"title":3},"233":{"body":0,"breadcrumbs":7,"title":2},"234":{"body":85,"breadcrumbs":8,"title":3},"235":{"body":51,"breadcrumbs":9,"title":4},"236":{"body":59,"breadcrumbs":8,"title":3},"237":{"body":0,"breadcrumbs":7,"title":2},"238":{"body":78,"breadcrumbs":9,"title":4},"239":{"body":64,"breadcrumbs":9,"title":4},"24":{"body":50,"breadcrumbs":7,"title":3},"240":{"body":0,"breadcrumbs":8,"title":3},"241":{"body":48,"breadcrumbs":8,"title":3},"242":{"body":50,"breadcrumbs":8,"title":3},"243":{"body":0,"breadcrumbs":7,"title":2},"244":{"body":44,"breadcrumbs":11,"title":6},"245":{"body":59,"breadcrumbs":11,"title":6},"246":{"body":61,"breadcrumbs":7,"title":2},"247":{"body":56,"breadcrumbs":7,"title":2},"248":{"body":0,"breadcrumbs":7,"title":3},"249":{"body":0,"breadcrumbs":6,"title":2},"25":{"body":40,"breadcrumbs":7,"title":3},"250":{"body":51,"breadcrumbs":12,"title":8},"251":{"body":35,"breadcrumbs":9,"title":5},"252":{"body":48,"breadcrumbs":7,"title":3},"253":{"body":33,"breadcrumbs":8,"title":4},"254":{"body":0,"breadcrumbs":6,"title":2},"255":{"body":45,"breadcrumbs":8,"title":4},"256":{"body":49,"breadcrumbs":7,"title":3},"257":{"body":33,"breadcrumbs":7,"title":3},"258":{"body":35,"breadcrumbs":9,"title":5},"259":{"body":18,"breadcrumbs":7,"title":3},"26":{"body":26,"breadcrumbs":5,"title":1},"260":{"body":0,"breadcrumbs":6,"title":2},"261":{"body":31,"breadcrumbs":8,"title":4},"262":{"body":20,"breadcrumbs":7,"title":3},"263":{"body":34,"breadcrumbs":7,"title":3},"264":{"body":14,"breadcrumbs":8,"title":4},"265":{"body":0,"breadcrumbs":6,"title":2},"266":{"body":28,"breadcrumbs":7,"title":3},"267":{"body":19,"breadcrumbs":7,"title":3},"268":{"body":13,"breadcrumbs":7,"title":3},"269":{"body":0,"breadcrumbs":5,"title":1},"27":{"body":29,"breadcrumbs":7,"title":2},"270":{"body":30,"breadcrumbs":9,"title":5},"271":{"body":16,"breadcrumbs":8,"title":4},"272":{"body":36,"breadcrumbs":9,"title":5},"273":{"body":35,"breadcrumbs":9,"title":5},"274":{"body":0,"breadcrumbs":6,"title":2},"275":{"body":45,"breadcrumbs":8,"title":4},"276":{"body":26,"breadcrumbs":8,"title":4},"277":{"body":33,"breadcrumbs":7,"title":3},"278":{"body":0,"breadcrumbs":6,"title":2},"279":{"body":20,"breadcrumbs":7,"title":3},"28":{"body":34,"breadcrumbs":7,"title":2},"280":{"body":24,"breadcrumbs":7,"title":3},"281":{"body":27,"breadcrumbs":6,"title":2},"282":{"body":0,"breadcrumbs":6,"title":2},"283":{"body":15,"breadcrumbs":5,"title":1},"284":{"body":24,"breadcrumbs":6,"title":2},"285":{"body":12,"breadcrumbs":5,"title":1},"286":{"body":345,"breadcrumbs":6,"title":2},"287":{"body":89,"breadcrumbs":6,"title":2},"288":{"body":145,"breadcrumbs":6,"title":2},"289":{"body":16,"breadcrumbs":6,"title":2},"29":{"body":94,"breadcrumbs":9,"title":4},"3":{"body":51,"breadcrumbs":6,"title":3},"30":{"body":97,"breadcrumbs":8,"title":3},"31":{"body":87,"breadcrumbs":8,"title":3},"32":{"body":88,"breadcrumbs":9,"title":4},"33":{"body":79,"breadcrumbs":8,"title":3},"34":{"body":86,"breadcrumbs":9,"title":4},"35":{"body":63,"breadcrumbs":8,"title":3},"36":{"body":65,"breadcrumbs":7,"title":2},"37":{"body":93,"breadcrumbs":7,"title":2},"38":{"body":36,"breadcrumbs":7,"title":2},"39":{"body":18,"breadcrumbs":6,"title":2},"4":{"body":64,"breadcrumbs":5,"title":2},"40":{"body":131,"breadcrumbs":10,"title":6},"41":{"body":147,"breadcrumbs":10,"title":6},"42":{"body":149,"breadcrumbs":8,"title":4},"43":{"body":123,"breadcrumbs":10,"title":6},"44":{"body":101,"breadcrumbs":9,"title":5},"45":{"body":121,"breadcrumbs":11,"title":7},"46":{"body":103,"breadcrumbs":10,"title":6},"47":{"body":75,"breadcrumbs":7,"title":3},"48":{"body":36,"breadcrumbs":6,"title":2},"49":{"body":10,"breadcrumbs":8,"title":4},"5":{"body":20,"breadcrumbs":2,"title":1},"50":{"body":94,"breadcrumbs":8,"title":2},"51":{"body":59,"breadcrumbs":8,"title":2},"52":{"body":30,"breadcrumbs":8,"title":2},"53":{"body":238,"breadcrumbs":10,"title":4},"54":{"body":144,"breadcrumbs":10,"title":4},"55":{"body":69,"breadcrumbs":8,"title":2},"56":{"body":62,"breadcrumbs":9,"title":3},"57":{"body":106,"breadcrumbs":10,"title":4},"58":{"body":83,"breadcrumbs":9,"title":3},"59":{"body":74,"breadcrumbs":8,"title":2},"6":{"body":10,"breadcrumbs":4,"title":2},"60":{"body":82,"breadcrumbs":8,"title":2},"61":{"body":43,"breadcrumbs":8,"title":2},"62":{"body":33,"breadcrumbs":10,"title":2},"63":{"body":75,"breadcrumbs":10,"title":2},"64":{"body":18,"breadcrumbs":10,"title":2},"65":{"body":29,"breadcrumbs":10,"title":2},"66":{"body":54,"breadcrumbs":10,"title":2},"67":{"body":40,"breadcrumbs":8,"title":0},"68":{"body":18,"breadcrumbs":10,"title":2},"69":{"body":19,"breadcrumbs":9,"title":1},"7":{"body":80,"breadcrumbs":4,"title":1},"70":{"body":11,"breadcrumbs":10,"title":2},"71":{"body":13,"breadcrumbs":10,"title":2},"72":{"body":45,"breadcrumbs":10,"title":2},"73":{"body":17,"breadcrumbs":9,"title":1},"74":{"body":11,"breadcrumbs":10,"title":2},"75":{"body":15,"breadcrumbs":10,"title":2},"76":{"body":53,"breadcrumbs":10,"title":2},"77":{"body":30,"breadcrumbs":9,"title":1},"78":{"body":33,"breadcrumbs":9,"title":1},"79":{"body":33,"breadcrumbs":10,"title":2},"8":{"body":52,"breadcrumbs":4,"title":1},"80":{"body":32,"breadcrumbs":10,"title":2},"81":{"body":10,"breadcrumbs":11,"title":3},"82":{"body":16,"breadcrumbs":9,"title":1},"83":{"body":22,"breadcrumbs":9,"title":1},"84":{"body":21,"breadcrumbs":9,"title":1},"85":{"body":28,"breadcrumbs":10,"title":2},"86":{"body":6,"breadcrumbs":11,"title":3},"87":{"body":16,"breadcrumbs":9,"title":1},"88":{"body":12,"breadcrumbs":9,"title":1},"89":{"body":30,"breadcrumbs":10,"title":2},"9":{"body":132,"breadcrumbs":5,"title":2},"90":{"body":8,"breadcrumbs":11,"title":3},"91":{"body":13,"breadcrumbs":9,"title":1},"92":{"body":13,"breadcrumbs":9,"title":1},"93":{"body":14,"breadcrumbs":10,"title":2},"94":{"body":13,"breadcrumbs":11,"title":3},"95":{"body":28,"breadcrumbs":10,"title":2},"96":{"body":15,"breadcrumbs":11,"title":3},"97":{"body":35,"breadcrumbs":11,"title":3},"98":{"body":42,"breadcrumbs":11,"title":3},"99":{"body":52,"breadcrumbs":11,"title":3}},"docs":{"0":{"body":"Before we dive into the testing framework, let’s make sure we’re on the same\\npage about Nomos itself. You don’t need to be a Nomos expert to use this\\nframework, but understanding a few key concepts will help the examples make\\nsense.","breadcrumbs":"Project Context Primer » Project Context Primer","id":"0","title":"Project Context Primer"},"1":{"body":"Nomos is a modular blockchain protocol built around nodes running consensus and\\na data availability subsystem. Let’s look at the key components.","breadcrumbs":"Project Context Primer » The Nomos Architecture","id":"1","title":"The Nomos Architecture"},"10":{"body":"Now that you understand what Nomos is, let’s look at how the testing framework\\nis structured. The framework has five main concepts that work together to run\\nintegration tests: topology, scenarios, runners, workloads, and expectations. Don’t worry if these terms sound abstract—we’ll explain each one and show how\\nthey connect. By the end of this chapter, you’ll understand how a test goes\\nfrom “I want to test X” to “here are the results.”","breadcrumbs":"Part I — Foundations » Architecture Overview » Architecture Overview","id":"10","title":"Architecture Overview"},"100":{"body":"Many workloads include sensible default expectations: #![allow(unused)] fn main() {\\n// This implicitly adds TransactionInclusion expectation\\nScenarioBuilder::with_node_counts(2, 1) .transactions().rate(10).apply() } You can disable bundled expectations if needed: #![allow(unused)] fn main() {\\nScenarioBuilder::with_node_counts(2, 1) .transactions() .rate(10) .no_bundled_expectations() // Don\'t add inclusion expectation .apply() } This is useful when you want custom inclusion criteria or when inclusion isn’t\\nrelevant for your test.","breadcrumbs":"Part II — User Guide » Core Content: ScenarioBuilderExt Patterns » Pattern: Bundled Expectations","id":"100","title":"Pattern: Bundled Expectations"},"101":{"body":"Always set an explicit run duration: #![allow(unused)] fn main() {\\n// Good: explicit duration .with_run_duration(Duration::from_secs(60)) // Bad: relying on defaults\\n// (framework will error during build if duration is missing) } Choose durations based on what you’re testing: Quick smoke tests: 30-60s Workload-driven tests: 60-120s Chaos/resilience: 90-180s Soak tests: 300s+","breadcrumbs":"Part II — User Guide » Core Content: ScenarioBuilderExt Patterns » Pattern: Explicit Duration","id":"101","title":"Pattern: Explicit Duration"},"102":{"body":"Only add chaos workloads when explicitly testing resilience: #![allow(unused)] fn main() {\\n// Deterministic test: no chaos\\nScenarioBuilder::with_node_counts(3, 1) .transactions().rate(10).apply() .expect_consensus_liveness() // Resilience test: explicit chaos\\nScenarioBuilder::with_node_counts(4, 1) // Extra validator for tolerance .enable_node_control() .wallets(10) .transactions().rate(10).users(5).apply() .chaos().restart() .min_delay(Duration::from_secs(15)) .max_delay(Duration::from_secs(25)) .target_cooldown(Duration::from_secs(45)) .apply() .expect_consensus_liveness() } Don’t add chaos “just because”—it makes tests non-deterministic and harder to\\ndebug. Use chaos intentionally when testing recovery logic.","breadcrumbs":"Part II — User Guide » Core Content: ScenarioBuilderExt Patterns » Pattern: Chaos Opt-In","id":"102","title":"Pattern: Chaos Opt-In"},"103":{"body":"Choose node counts deliberately: #![allow(unused)] fn main() {\\n// Consensus tests: 3+ validators for meaningful coordination\\nScenarioBuilder::with_node_counts(3, 0) // Transaction tests: need at least 1 executor\\nScenarioBuilder::with_node_counts(2, 1) // Chaos tests: N+1 validators to tolerate 1 down\\nScenarioBuilder::with_node_counts(4, 1) // Production-like: many nodes\\nScenarioBuilder::with_node_counts(10, 5) } More nodes = more realistic but slower and more resource-intensive. Find the\\nminimum that tests what you need.","breadcrumbs":"Part II — User Guide » Core Content: ScenarioBuilderExt Patterns » Pattern: Node Count Rationale","id":"103","title":"Pattern: Node Count Rationale"},"104":{"body":"Tune workload rates based on node count and hardware: #![allow(unused)] fn main() {\\n// Light load: good for smoke tests .transactions().rate(5).apply() // Moderate load: exercises mempool and block packing .transactions().rate(20).apply() // Heavy load: stress testing .transactions().rate(100).apply() } Start with low rates and increase until you see interesting behavior\\n(congestion, backpressure, failure modes).","breadcrumbs":"Part II — User Guide » Core Content: ScenarioBuilderExt Patterns » Pattern: Rate Tuning","id":"104","title":"Pattern: Rate Tuning"},"105":{"body":"Mix workloads to test realistic scenarios: #![allow(unused)] fn main() {\\nScenarioBuilder::with_node_counts(4, 2) .enable_node_control() .wallets(30) // User traffic .transactions().rate(15).users(15).apply() // System traffic .da().channel_rate(3).blob_rate(1).apply() // Operational chaos .chaos().restart() .min_delay(Duration::from_secs(25)) .max_delay(Duration::from_secs(35)) .target_cooldown(Duration::from_secs(60)) .apply() // Verify both subsystems stay live .expect_consensus_liveness() .expect_da_liveness() } This exercises multiple subsystems concurrently, revealing interaction bugs\\nthat isolated tests miss.","breadcrumbs":"Part II — User Guide » Core Content: ScenarioBuilderExt Patterns » Pattern: Combining Workloads","id":"105","title":"Pattern: Combining Workloads"},"106":{"body":"Extract common patterns into helper functions: #![allow(unused)] fn main() {\\nfn base_scenario() -> ScenarioBuilder { ScenarioBuilder::with_node_counts(3, 1) .expect_consensus_liveness() .with_run_duration(Duration::from_secs(60))\\n} #[tokio::test]\\nasync fn test_light_load() -> Result<()> { let plan = base_scenario() .transactions().rate(5).apply() .build(); // ...\\n} #[tokio::test]\\nasync fn test_heavy_load() -> Result<()> { let plan = base_scenario() .transactions().rate(50).apply() .build(); // ...\\n} } This reduces duplication and makes tests consistent.","breadcrumbs":"Part II — User Guide » Core Content: ScenarioBuilderExt Patterns » Pattern: Reusable Builders","id":"106","title":"Pattern: Reusable Builders"},"107":{"body":"Adjust based on environment: #![allow(unused)] fn main() {\\nlet node_count = if std::env::var(\\"CI\\").is_ok() { 5 // More nodes in CI\\n} else { 3 // Fewer nodes locally\\n}; let plan = ScenarioBuilder::with_node_counts(node_count, 1) .transactions().rate(10).apply() .build(); } Or use builder helpers: #![allow(unused)] fn main() {\\nlet mut plan = ScenarioBuilder::with_node_counts(3, 1) .wallets(10) .transactions().rate(10).users(5).apply() .with_run_duration(Duration::from_secs(60)) .build(); }","breadcrumbs":"Part II — User Guide » Core Content: ScenarioBuilderExt Patterns » Pattern: Environment-Specific Configuration","id":"107","title":"Pattern: Environment-Specific Configuration"},"108":{"body":"Use the builder API to document test intent: #![allow(unused)] fn main() {\\n// Clear intent through naming and structure\\nScenarioBuilder::with_node_counts(3, 1) .wallets(10) .transactions() .rate(10) // Moderate load .users(5) // Limited users for determinism .apply() .expect_consensus_liveness() // Must keep making blocks .with_run_duration(Duration::from_secs(60)) // One minute observation .build(); } The builder calls read like documentation—no comments needed for straightforward scenarios.","breadcrumbs":"Part II — User Guide » Core Content: ScenarioBuilderExt Patterns » Pattern: Documentation Through Code","id":"108","title":"Pattern: Documentation Through Code"},"109":{"body":"Anti-pattern 1: Missing .apply() #![allow(unused)] fn main() {\\n// WRONG: forgot .apply()\\nScenarioBuilder::with_node_counts(3, 1) .transactions() .rate(10) // Missing .apply() here! .expect_consensus_liveness() // Type error } Always close workload builders with .apply(). Anti-pattern 2: Implicit durations #![allow(unused)] fn main() {\\n// WRONG: no duration set\\nScenarioBuilder::with_node_counts(3, 1) .transactions().rate(10).apply() .build(); // Build will fail } Always set with_run_duration() explicitly. Anti-pattern 3: Workloads without expectations #![allow(unused)] fn main() {\\n// QUESTIONABLE: what defines success?\\nScenarioBuilder::with_node_counts(3, 1) .transactions().rate(10).apply() .with_run_duration(Duration::from_secs(60)) .build(); } Workloads without expectations can still pass the test even if nothing worked.\\nAlways add at least consensus liveness. Anti-pattern 4: Too many concerns #![allow(unused)] fn main() {\\n// BAD: tests too many things\\nScenarioBuilder::with_node_counts(10, 5) .enable_node_control() .wallets(100) .transactions().rate(100).users(50).apply() .da().channel_rate(50).blob_rate(2).apply() .chaos().restart() .min_delay(Duration::from_secs(10)) .max_delay(Duration::from_secs(20)) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(300)) } This test is slow, hard to debug, and unclear about what it’s testing. Break\\ninto smaller focused tests.","breadcrumbs":"Part II — User Guide » Core Content: ScenarioBuilderExt Patterns » Anti-Patterns to Avoid","id":"109","title":"Anti-Patterns to Avoid"},"11":{"body":"When you write a test with this framework, you’re working with five building\\nblocks. Here’s the path your test takes: flowchart LR A[Topology
shape cluster] --> B[Scenario
plan] B --> C[Deployer/Runner
deploy & orchestrate] C --> D[Workloads
drive traffic] D --> E[Expectations
verify outcomes] Let’s explore what each piece does.","breadcrumbs":"Part I — Foundations » Architecture Overview » The Five Core Concepts","id":"11","title":"The Five Core Concepts"},"110":{"body":"When adding custom workloads, create builder extensions: #![allow(unused)] fn main() {\\npub trait MyWorkloadBuilderExt { fn my_workload(self) -> MyWorkloadBuilder;\\n} impl MyWorkloadBuilderExt for ScenarioBuilder { fn my_workload(self) -> MyWorkloadBuilder { MyWorkloadBuilder::new(self) }\\n} // Now you can use it fluently:\\nScenarioBuilder::with_node_counts(3, 1) .my_workload() .custom_param(42) .apply() } See the Extending the Framework chapter for details.","breadcrumbs":"Part II — User Guide » Core Content: ScenarioBuilderExt Patterns » Builder Extensions for Custom Workloads","id":"110","title":"Builder Extensions for Custom Workloads"},"111":{"body":"You now understand the patterns that make scenarios readable and maintainable.\\nThe remaining chapters cover reference material: the Glossary, Troubleshooting,\\nand FAQ.","breadcrumbs":"Part II — User Guide » Core Content: ScenarioBuilderExt Patterns » What’s Next","id":"111","title":"What’s Next"},"112":{"body":"Shape a topology, pick a runner: choose local for quick iteration, compose for reproducible multi-node stacks with observability, or k8s for cluster-grade validation. Compose workloads deliberately: pair transactions and data-availability traffic for end-to-end coverage; add chaos only when assessing recovery and resilience. Align expectations with goals: use liveness-style checks to confirm the system keeps up with planned activity, and add workload-specific assertions for inclusion or availability. Reuse plans across environments: keep the scenario constant while swapping runners to compare behavior between developer machines and CI clusters. Iterate with clear signals: treat expectation outcomes as the primary pass/fail indicator, and adjust topology or workloads based on what those signals reveal.","breadcrumbs":"Part II — User Guide » Usage Patterns » Usage Patterns","id":"112","title":"Usage Patterns"},"113":{"body":"State your intent: document the goal of each scenario (throughput, DA\\nvalidation, resilience) so expectation choices are obvious. Keep runs meaningful: choose durations that allow multiple blocks and make\\ntiming-based assertions trustworthy. Separate concerns: start with deterministic workloads for functional\\nchecks; add chaos in dedicated resilience scenarios to avoid noisy failures. Reuse patterns: standardize on shared topology and workload presets so\\nresults are comparable across environments and teams. Observe first, tune second: rely on liveness and inclusion signals to\\ninterpret outcomes before tweaking rates or topology. Environment fit: pick runners that match the feedback loop you need—local\\nfor speed, compose for reproducible stacks, k8s for cluster-grade fidelity. Minimal surprises: seed only necessary wallets and keep configuration\\ndeltas explicit when moving between CI and developer machines.","breadcrumbs":"Part II — User Guide » Best Practices » Best Practices","id":"113","title":"Best Practices"},"114":{"body":"This chapter collects complete, runnable scenarios that demonstrate common\\ntesting patterns. You can copy these examples, adjust parameters, and adapt\\nthem to your needs. Each example shows what it tests, why you’d use it, and how to tweak it for\\ndifferent environments.","breadcrumbs":"Part II — User Guide » Examples » Examples","id":"114","title":"Examples"},"115":{"body":"What it tests: Basic consensus works with minimal nodes. When to use it: Quick sanity checks during development, or as a starting\\npoint for more complex tests. #![allow(unused)] fn main() {\\nuse nomos_testing_core::scenario::{Deployer, ScenarioBuilder};\\nuse nomos_testing_runner_local::LocalDeployer;\\nuse nomos_testing_workflows::ScenarioBuilderExt;\\nuse std::time::Duration; #[tokio::test]\\nasync fn minimal_consensus() -> Result<(), Box> { let mut plan = ScenarioBuilder::with_node_counts(2, 0) .expect_consensus_liveness() .with_run_duration(Duration::from_secs(30)) .build(); let deployer = LocalDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } Tweaking parameters: Increase node count to (3, 0) or (4, 0) to test larger validator sets Increase duration to 60 seconds if you want more block samples Change to ComposeRunner for isolated Docker environment","breadcrumbs":"Part II — User Guide » Examples » Example 1: Minimal Consensus Smoke Test","id":"115","title":"Example 1: Minimal Consensus Smoke Test"},"116":{"body":"What it tests: Transactions submitted by executors get included in blocks\\nproduced by validators. When to use it: Testing transaction processing, validating mempool behavior,\\nor establishing baseline inclusion rates. #![allow(unused)] fn main() {\\n#[tokio::test]\\nasync fn transaction_inclusion() -> Result<(), Box> { let mut plan = ScenarioBuilder::with_node_counts(2, 1) // 2 validators, 1 executor .wallets(10) .transactions() .rate(5) // 5 transactions per block .users(5) // Use 5 wallet users .apply() .expect_consensus_liveness() // Blocks keep coming .with_run_duration(Duration::from_secs(60)) .build(); let deployer = LocalDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } Tweaking parameters: Increase .rate(5) to 10 or 20 to submit more transactions per block Add more executors (2, 2) to test multiple transaction sources Increase validators (4, 2) to test transaction propagation across larger\\nnetworks Increase .users() to test more wallet actors The transaction workload automatically adds an inclusion expectation","breadcrumbs":"Part II — User Guide » Examples » Example 2: Transaction Workload","id":"116","title":"Example 2: Transaction Workload"},"117":{"body":"What it tests: Executors can disperse DA blobs and validators can sample\\nthem successfully. When to use it: Testing DA subsystem in isolation, validating dispersal and\\nsampling logic. #![allow(unused)] fn main() {\\n#[tokio::test]\\nasync fn da_blob_dispersal() -> Result<(), Box> { let mut plan = ScenarioBuilder::with_node_counts(3, 2) // Need executors for dispersal .da() .channel_rate(2) // 2 channels per block .blob_rate(1) // 1 blob per channel .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(120)) .build(); let deployer = LocalDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } Tweaking parameters: Increase .channel_rate(2) to 5 to test more concurrent channels Increase .blob_rate(1) to 2 for more blobs per channel Note: blob sizes are randomized internally (1-8 chunks of 31 bytes each) Adjust topology DA settings if you want specific subnetwork/dispersal\\nconfigurations","breadcrumbs":"Part II — User Guide » Examples » Example 3: DA Blob Dispersal","id":"117","title":"Example 3: DA Blob Dispersal"},"118":{"body":"What it tests: System handles both transaction and DA traffic concurrently. When to use it: End-to-end validation that both subsystems work together,\\nrealistic load testing. #![allow(unused)] fn main() {\\n#[tokio::test]\\nasync fn mixed_traffic() -> Result<(), Box> { let mut plan = ScenarioBuilder::with_node_counts(3, 2) .wallets(20) .transactions() .rate(10) .users(10) .apply() .da() .channel_rate(2) .blob_rate(1) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(120)) .build(); let deployer = LocalDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } Tweaking parameters: Balance transaction and DA rates based on what you’re testing Add more nodes if you want to test larger network coordination Increase duration to 180 seconds for longer observation windows","breadcrumbs":"Part II — User Guide » Examples » Example 4: Combined Transaction and DA Traffic","id":"118","title":"Example 4: Combined Transaction and DA Traffic"},"119":{"body":"What it tests: Consensus remains live when nodes restart unexpectedly. When to use it: Resilience testing, validating recovery logic, operational\\nreadiness. #![allow(unused)] fn main() {\\n#[tokio::test]\\nasync fn consensus_survives_restarts() -> Result<(), Box> { let mut plan = ScenarioBuilder::with_node_counts(4, 1) // 4 validators tolerate 1 down .enable_node_control() // Required for chaos .wallets(10) .transactions() .rate(5) .users(5) .apply() .chaos() .restart() // Random restarts .min_delay(Duration::from_secs(15)) .max_delay(Duration::from_secs(25)) .target_cooldown(Duration::from_secs(45)) .apply() .expect_consensus_liveness() // Still makes progress .with_run_duration(Duration::from_secs(120)) .build(); let deployer = LocalDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } Tweaking parameters: Increase node count to (5, 1) or (7, 2) to test larger Byzantine\\ntolerance Decrease min_delay and max_delay for more aggressive chaos Increase target_cooldown to give nodes more recovery time Add DA workload to test both subsystems under churn Important: The chaos workload requires at least 3-4 validators to ensure\\nconsensus can tolerate one node being down. Must call .enable_node_control()\\nbefore .chaos().","breadcrumbs":"Part II — User Guide » Examples » Example 5: Chaos Restarts","id":"119","title":"Example 5: Chaos Restarts"},"12":{"body":"A topology is your description of the test cluster. It answers questions like: How many validators do I need? How many executors? What network layout? (star, mesh, custom) What DA parameters? (subnetwork size, dispersal factor) Think of topology as declaring the “hardware” for your test. You’re not\\nlaunching actual nodes yet—you’re just saying what you want. Here’s an example: #![allow(unused)] fn main() {\\nTopologyBuilder::with_node_counts(3, 2) // 3 validators, 2 executors } The framework fills in sensible defaults for everything else (network config,\\nDA settings, slot timing). You can override these when your test needs specific\\nsettings, but defaults work for most scenarios.","breadcrumbs":"Part I — Foundations » Architecture Overview » Topology: Describing Your Cluster","id":"12","title":"Topology: Describing Your Cluster"},"120":{"body":"What it tests: System behavior under heavy sustained load. When to use it: Performance validation, finding resource bottlenecks,\\nstability testing. #![allow(unused)] fn main() {\\nuse nomos_testing_runner_compose::ComposeRunner; #[tokio::test]\\nasync fn heavy_load() -> Result<(), Box> { let mut plan = ScenarioBuilder::with_node_counts(5, 3) .wallets(100) .transactions() .rate(50) // High transaction rate .users(50) .apply() .da() .channel_rate(5) .blob_rate(2) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(300)) // Long run .build(); let deployer = ComposeRunner::default(); // Use Docker for isolation let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } Tweaking parameters: Adjust rates based on your hardware capabilities Run on ComposeRunner or K8sRunner to avoid impacting local machine Monitor logs and metrics to identify bottlenecks","breadcrumbs":"Part II — User Guide » Examples » Example 6: Stress Test","id":"120","title":"Example 6: Stress Test"},"121":{"body":"What it tests: Specific network configurations or DA parameter combinations. When to use it: Testing topology-specific behaviors, replicating production\\nconfigurations. #![allow(unused)] fn main() {\\n#[tokio::test]\\nasync fn custom_topology() -> Result<(), Box> { let mut plan = ScenarioBuilder::with_node_counts(5, 2) .topology() .network_mesh() // Full connectivity .validators(5) .executors(2) .apply() .wallets(20) .transactions() .rate(10) .users(10) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(90)) .build(); let deployer = LocalDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } Tweaking parameters: Change .network_mesh() to .network_star() to test hub-and-spoke connectivity The topology builder has additional methods for DA parameters and timing\\nconfiguration if needed","breadcrumbs":"Part II — User Guide » Examples » Example 7: Custom Topology","id":"121","title":"Example 7: Custom Topology"},"122":{"body":"All these examples use LocalDeployer by default for fast iteration. To run in\\nother environments, just swap the deployer: #![allow(unused)] fn main() {\\nuse nomos_testing_runner_compose::ComposeRunner;\\nuse nomos_testing_runner_k8s::K8sRunner; // Docker Compose\\nlet deployer = ComposeRunner::default();\\nlet runner = deployer.deploy(&plan).await?; // Kubernetes\\nlet deployer = K8sRunner::default();\\nlet runner = deployer.deploy(&plan).await?; } The scenario stays identical—only the deployment backend changes.","breadcrumbs":"Part II — User Guide » Examples » Running Examples in Different Environments","id":"122","title":"Running Examples in Different Environments"},"123":{"body":"These examples cover the most common testing patterns. For a complete reference\\nof available workloads and their configuration options, see the Workloads\\nchapter. For details on runner-specific setup and configuration, see the\\nRunners chapter.","breadcrumbs":"Part II — User Guide » Examples » What’s Next","id":"123","title":"What’s Next"},"124":{"body":"These illustrative scenarios stretch the framework to show how to build new\\nworkloads, expectations, deployers, and topology tricks. They are intentionally\\n“synthetic” to teach capabilities rather than prescribe production tests.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Advanced & Artificial Examples","id":"124","title":"Advanced & Artificial Examples"},"125":{"body":"Idea: inject fake latency between node interactions using internal timers,\\nnot OS-level tooling. Demonstrates: sequencing control inside a workload, verifying protocol\\nprogression under induced lag, using timers to pace submissions. Shape: wrap submissions in delays that mimic slow peers; ensure the\\nexpectation checks blocks still progress.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Synthetic Delay Workload (Network Latency Simulation)","id":"125","title":"Synthetic Delay Workload (Network Latency Simulation)"},"126":{"body":"Idea: traffic rate changes every block or N seconds (e.g., blocks 1–3 low,\\n4–5 high, 6–7 zero, repeat). Demonstrates: dynamic, stateful workloads that use RunMetrics to time\\nphases; modeling real-world burstiness. Shape: schedule per-phase rates; confirm inclusion/liveness across peaks\\nand troughs.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Oscillating Load Workload (Traffic Waves)","id":"126","title":"Oscillating Load Workload (Traffic Waves)"},"127":{"body":"Idea: a workload that drops half its planned submissions, sometimes\\ndouble-submits, and intentionally triggers expectation failures. Demonstrates: negative testing, resilience checks, and the value of clear\\nexpectations when behavior is adversarial by design. Shape: parameterize drop/double-submit probabilities; pair with an\\nexpectation that documents what “bad” looks like.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Byzantine Behavior Mock","id":"127","title":"Byzantine Behavior Mock"},"128":{"body":"Idea: assert the last few blocks differ and block time stays within a\\ntolerated drift budget. Demonstrates: consuming BlockFeed or time-series metrics to validate\\nprotocol cadence; crafting post-run assertions around block diversity and\\ntiming. Shape: collect recent blocks, confirm no duplicates, and compare observed\\nintervals to a drift threshold.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Custom Expectation: Block Finality Drift","id":"128","title":"Custom Expectation: Block Finality Drift"},"129":{"body":"Idea: a deployer that never starts nodes; it emits configs, simulates\\nreadiness, provides fake blockfeed/metrics. Demonstrates: full power of the deployer interface for CI dry-runs,\\nconfig verification, and ultra-fast feedback without Nomos binaries. Shape: produce logs/artifacts, stub readiness, and feed synthetic blocks\\nso expectations can still run.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Custom Deployer: Dry-Run Deployer","id":"129","title":"Custom Deployer: Dry-Run Deployer"},"13":{"body":"A scenario combines your topology with the activities you want to run (workloads)\\nand the checks you want to perform (expectations). It’s the complete test plan\\nthat answers three questions: What cluster do I need? What should happen during the test? How do I know it succeeded? Here’s a simple scenario: #![allow(unused)] fn main() {\\nlet mut plan = ScenarioBuilder::with_node_counts(2, 1) .wallets(10) .transactions().rate(5).users(5).apply() // Generate transaction traffic .expect_consensus_liveness() // Check blocks keep coming .with_run_duration(Duration::from_secs(60)) .build(); } Once built, the scenario is immutable. This is important—it means you can use\\nthe same plan with different runners to compare behavior across environments.","breadcrumbs":"Part I — Foundations » Architecture Overview » Scenario: The Complete Test Plan","id":"13","title":"Scenario: The Complete Test Plan"},"130":{"body":"Idea: topology parameters change at runtime (random validators, DA\\nsettings, network shapes). Demonstrates: randomized property testing and fuzzing approaches to\\ntopology building. Shape: pick roles and network layouts randomly per run; keep expectations\\ntolerant to variability while still asserting core liveness.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Stochastic Topology Generator","id":"130","title":"Stochastic Topology Generator"},"131":{"body":"Idea: scenario runs in phases (e.g., phase 1 transactions, phase 2 DA,\\nphase 3 restarts, phase 4 sync check). Demonstrates: multi-stage tests, modular scenario assembly, and deliberate\\nlifecycle control. Shape: drive phase-specific workloads/expectations sequentially; enforce\\nclear boundaries and post-phase checks.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Multi-Phase Scenario (“Pipelines”)","id":"131","title":"Multi-Phase Scenario (“Pipelines”)"},"132":{"body":"You’ve written a scenario, chosen a runner, and now you want to actually run\\nit. This chapter covers the practical aspects: how to execute tests,\\ninterpret output, debug failures, and collect results.","breadcrumbs":"Part II — User Guide » Running Scenarios » Running Scenarios","id":"132","title":"Running Scenarios"},"133":{"body":"The simplest way to run scenarios is as Rust integration tests: #![allow(unused)] fn main() {\\nuse nomos_testing_core::scenario::{Deployer, ScenarioBuilder};\\nuse nomos_testing_runner_local::LocalDeployer;\\nuse nomos_testing_workflows::ScenarioBuilderExt;\\nuse std::time::Duration; #[tokio::test]\\nasync fn test_consensus_liveness() -> Result<(), Box> { let mut plan = ScenarioBuilder::with_node_counts(3, 0) .expect_consensus_liveness() .with_run_duration(Duration::from_secs(60)) .build(); let deployer = LocalDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } Run it like any Rust test: cargo test test_consensus_liveness","breadcrumbs":"Part II — User Guide » Running Scenarios » Basic Execution","id":"133","title":"Basic Execution"},"134":{"body":"When you run a scenario: Build and validation happens when you call .build(). If configuration\\nis invalid, you’ll get a panic at build time. Deployment happens when you call deploy(). The deployer starts nodes\\nand waits for them to be ready. If deployment fails, you’ll get an error. Execution happens when you call run(). Workloads run for the configured\\nduration, then expectations evaluate. If expectations fail, run() returns\\na ScenarioError. Cleanup happens automatically when the RunHandle is dropped or when\\nthe test completes. Test success means run() returned Ok. Test failure means either deploy()\\nor run() returned an Err.","breadcrumbs":"Part II — User Guide » Running Scenarios » Understanding Test Output","id":"134","title":"Understanding Test Output"},"135":{"body":"Run all tests in a module: cargo test --test consensus_tests Run tests matching a pattern: cargo test transaction_ This runs all tests with “transaction_” in their name.","breadcrumbs":"Part II — User Guide » Running Scenarios » Running Multiple Tests","id":"135","title":"Running Multiple Tests"},"136":{"body":"By default, Rust runs tests in parallel. With integration tests that spawn\\nmultiple nodes, this can cause resource contention and port conflicts. Limit parallelism: cargo test --test-threads=2 Or run tests serially: cargo test -- --test-threads=1","breadcrumbs":"Part II — User Guide » Running Scenarios » Parallel Execution Concerns","id":"136","title":"Parallel Execution Concerns"},"137":{"body":"","breadcrumbs":"Part II — User Guide » Running Scenarios » Interpreting Results","id":"137","title":"Interpreting Results"},"138":{"body":"When all expectations pass, the test completes successfully: test test_consensus_liveness ... ok","breadcrumbs":"Part II — User Guide » Running Scenarios » Success","id":"138","title":"Success"},"139":{"body":"When expectations fail, run() returns a ScenarioError and the test fails.\\nThe error will indicate which expectation failed and why. Check node logs to\\ndiagnose the root cause.","breadcrumbs":"Part II — User Guide » Running Scenarios » Failure","id":"139","title":"Failure"},"14":{"body":"Runners turn your scenario plan into actual running nodes. This is where the\\nframework’s portability comes in. The same scenario plan can deploy to: Local processes on your laptop (LocalRunner) Docker containers on your machine (ComposeRunner) Kubernetes pods in a cluster (K8sRunner) You choose the runner based on your environment, but the scenario stays the\\nsame: #![allow(unused)] fn main() {\\n// Same plan, different deployment\\nlet runner = LocalDeployer::new().deploy(&plan).await?;\\n// or\\nlet runner = ComposeRunner::new().deploy(&plan).await?;\\n// or let runner = K8sRunner::new().deploy(&plan).await?; } The runner handles deployment, waits for nodes to be ready, provides API\\nclients to workloads, and cleans up when the test finishes.","breadcrumbs":"Part I — Foundations » Architecture Overview » Runner: Making Plans Reality","id":"14","title":"Runner: Making Plans Reality"},"140":{"body":"If the test panics during build or deployment, it indicates a configuration\\nproblem or missing prerequisite (e.g., binaries not built, Docker not running).","breadcrumbs":"Part II — User Guide » Running Scenarios » Panics","id":"140","title":"Panics"},"141":{"body":"LocalDeployer: Logs are in temporary directories under /tmp/nomos-test-/.\\nEach node has its own directory. By default, these are deleted after tests complete. ComposeRunner: Use docker-compose logs to view container logs. K8sRunner: Use kubectl logs to view pod logs. Check node logs when debugging test failures to identify errors or unexpected behavior.","breadcrumbs":"Part II — User Guide » Running Scenarios » Collecting Logs","id":"141","title":"Collecting Logs"},"142":{"body":"When a test fails: Read the error message - it will indicate which expectation failed and why Check node logs - look for panics, errors, or warnings in node output Verify deployment - ensure all nodes started successfully Simplify the scenario - reduce node counts or workload rates to isolate the issue Check resources - ensure sufficient CPU, memory, and disk space","breadcrumbs":"Part II — User Guide » Running Scenarios » Debugging Failed Tests","id":"142","title":"Debugging Failed Tests"},"143":{"body":"For CI environments: Use ComposeRunner for better isolation Limit test parallelism with --test-threads to avoid resource contention Set up artifact collection to capture logs on failure Ensure Docker is available and running","breadcrumbs":"Part II — User Guide » Running Scenarios » Running in CI","id":"143","title":"Running in CI"},"144":{"body":"You now know how to run scenarios and debug failures. The next section, Part III:\\nDeveloper Reference, covers extending the framework with custom workloads,\\nexpectations, and runners.","breadcrumbs":"Part II — User Guide » Running Scenarios » What’s Next","id":"144","title":"What’s Next"},"145":{"body":"Runners are the deployment backends that turn your scenario plan into running\\ninfrastructure. The same scenario works with any runner—you just swap one line\\nof code to change where and how nodes deploy. This chapter explains each runner in detail: how it works, when to use it, and\\nwhat tradeoffs it makes.","breadcrumbs":"Part II — User Guide » Runners » Runners","id":"145","title":"Runners"},"146":{"body":"Every runner implements the same core interface: #![allow(unused)] fn main() {\\n#[async_trait]\\npub trait Deployer { async fn deploy(&self, plan: &Scenario) -> Result>;\\n} #[async_trait]\\npub trait Runner { async fn run(&self) -> Result; fn node_control(&self) -> Option<&dyn NodeControlHandle>;\\n} } deploy() takes your scenario plan and provisions nodes. It returns a Runner that can execute the scenario. run() executes the scenario: starts workloads, observes block progression,\\nevaluates expectations, and cleans up. node_control() provides optional access to node lifecycle control\\n(restarting nodes for chaos workloads). This interface is what makes scenarios portable. You write against this\\nabstraction, not specific implementation details.","breadcrumbs":"Part II — User Guide » Runners » Understanding the Runner Interface","id":"146","title":"Understanding the Runner Interface"},"147":{"body":"The local runner spawns node processes directly on your machine. It’s the\\nsimplest and fastest runner.","breadcrumbs":"Part II — User Guide » Runners » LocalDeployer: Fast Iteration","id":"147","title":"LocalDeployer: Fast Iteration"},"148":{"body":"Builds nomos-node and nomos-executor binaries if needed Creates temporary directories for each node’s data Spawns processes with generated configs Polls health endpoints until all nodes are ready Returns a runner that can execute the scenario On cleanup, kills processes and optionally deletes temp directories","breadcrumbs":"Part II — User Guide » Runners » How It Works","id":"148","title":"How It Works"},"149":{"body":"#![allow(unused)] fn main() {\\nuse nomos_testing_core::scenario::Deployer;\\nuse nomos_testing_runner_local::LocalDeployer; let deployer = LocalDeployer::default();\\nlet runner = deployer.deploy(&plan).await?;\\nlet _handle = runner.run(&mut plan).await?; } Logs are written to temporary directories under /tmp/ and are deleted after\\ntests complete by default.","breadcrumbs":"Part II — User Guide » Runners » Usage","id":"149","title":"Usage"},"15":{"body":"Workloads are what actually exercise your cluster during the test. They do\\nthings like: Submit transactions at a configured rate Disperse DA blobs and channels Restart nodes randomly to test resilience Workloads run asynchronously during your scenario’s configured time window. You\\ndon’t manually start and stop them—the framework manages their lifecycle,\\nstarting them when nodes are ready and stopping them when time’s up.","breadcrumbs":"Part I — Foundations » Architecture Overview » Workloads: Generating Traffic","id":"15","title":"Workloads: Generating Traffic"},"150":{"body":"Use LocalDeployer when: You’re developing a new test and want fast iteration You’re debugging a test failure and need easy log access You’re prototyping scenario shapes Resource isolation isn’t critical Don’t use LocalDeployer when: Tests need isolation from each other (processes share host networking) You need reproducible environments (host state can vary) You’re running many tests in parallel (port conflicts, resource contention)","breadcrumbs":"Part II — User Guide » Runners » When to Use","id":"150","title":"When to Use"},"151":{"body":"Pros: Fastest startup (no container overhead) Easy debugging (just attach gdb or check logs directly) Minimal dependencies (just Rust toolchain) Cons: No isolation (tests can interfere with each other) Platform-dependent (behavior varies across hosts) Limited to single machine (can’t scale beyond local resources)","breadcrumbs":"Part II — User Guide » Runners » Pros and Cons","id":"151","title":"Pros and Cons"},"152":{"body":"The Compose runner uses Docker Compose to deploy nodes in containers. This\\nprovides isolation and reproducibility while staying on a single machine.","breadcrumbs":"Part II — User Guide » Runners » ComposeRunner: Reproducible Stacks","id":"152","title":"ComposeRunner: Reproducible Stacks"},"153":{"body":"Generates a docker-compose.yml from your topology Builds or pulls Docker images for nodes Starts a cfgsync service to distribute configs Launches node containers with networking configured Polls health endpoints until all nodes are ready Returns a runner that can execute the scenario On cleanup, stops and removes all containers, networks, and volumes","breadcrumbs":"Part II — User Guide » Runners » How It Works","id":"153","title":"How It Works"},"154":{"body":"#![allow(unused)] fn main() {\\nuse nomos_testing_core::scenario::Deployer;\\nuse nomos_testing_runner_compose::ComposeRunner; let deployer = ComposeRunner::default();\\nlet runner = deployer.deploy(&plan).await?;\\nlet _handle = runner.run(&mut plan).await?; } The runner generates a docker-compose.yml file, starts containers, and manages\\ntheir lifecycle automatically.","breadcrumbs":"Part II — User Guide » Runners » Usage","id":"154","title":"Usage"},"155":{"body":"Use ComposeRunner when: You need test isolation (each run gets fresh containers) You’re running in CI and want reproducibility You want consistent environments across developers You need to test container-specific behaviors Don’t use ComposeRunner when: Docker isn’t available (some CI environments, restricted machines) You need multi-machine deployment (Compose is single-host) Container overhead is too slow for your iteration cycle","breadcrumbs":"Part II — User Guide » Runners » When to Use","id":"155","title":"When to Use"},"156":{"body":"Pros: Isolated environments (no test interference) Reproducible (containers behave consistently) CI-friendly (most CI platforms support Docker) Realistic (production deployments often use containers) Cons: Slower startup (container overhead) Requires Docker daemon More complex logs (need docker-compose logs) Limited to single machine","breadcrumbs":"Part II — User Guide » Runners » Pros and Cons","id":"156","title":"Pros and Cons"},"157":{"body":"The Kubernetes runner deploys nodes to a Kubernetes cluster. This provides the\\nhighest fidelity to production deployments and supports multi-machine scale.","breadcrumbs":"Part II — User Guide » Runners » K8sRunner: Production Fidelity","id":"157","title":"K8sRunner: Production Fidelity"},"158":{"body":"Creates a namespace for the test (if configured) Generates ConfigMaps for each node’s configuration Deploys StatefulSets for validators and executors Creates Services for node discovery and API access Waits for all pods to reach Ready status Returns a runner that can execute the scenario On cleanup, deletes all Kubernetes resources","breadcrumbs":"Part II — User Guide » Runners » How It Works","id":"158","title":"How It Works"},"159":{"body":"#![allow(unused)] fn main() {\\nuse nomos_testing_core::scenario::Deployer;\\nuse nomos_testing_runner_k8s::K8sRunner; let deployer = K8sRunner::default();\\nlet runner = deployer.deploy(&plan).await?;\\nlet _handle = runner.run(&mut plan).await?; } The runner uses Helm charts to deploy nodes to the Kubernetes cluster and manages\\ntheir lifecycle through Kubernetes resources.","breadcrumbs":"Part II — User Guide » Runners » Usage","id":"159","title":"Usage"},"16":{"body":"Expectations are your test assertions, but they work differently than typical\\nassertions. Instead of checking conditions inline, expectations evaluate at the\\nend of your test run. This lets them look at the whole run and aggregate multiple signals: Did blocks progress at the expected rate? Were submitted transactions included? Is DA working correctly? If any expectation fails, you get a detailed report showing exactly what went\\nwrong and which checks failed.","breadcrumbs":"Part I — Foundations » Architecture Overview » Expectations: Judging Success","id":"16","title":"Expectations: Judging Success"},"160":{"body":"Use K8sRunner when: You need production-like deployments You’re validating Kubernetes-specific integration You need multi-machine scale You’re running long-duration tests that need scheduling/orchestration Don’t use K8sRunner when: You don’t have cluster access Fast iteration matters more than fidelity Cluster resource costs are a concern Simple local tests are sufficient","breadcrumbs":"Part II — User Guide » Runners » When to Use","id":"160","title":"When to Use"},"161":{"body":"Pros: Highest production fidelity Scales beyond single machine Real orchestration (scheduling, restarts, health checks) Multi-tenancy (namespaces isolate tests) Cons: Slowest startup (pod scheduling overhead) Requires cluster access and resources More complex debugging (logs scattered across pods) Higher cost (cluster resources)","breadcrumbs":"Part II — User Guide » Runners » Pros and Cons","id":"161","title":"Pros and Cons"},"162":{"body":"Here’s a decision tree: flowchart TD Start{Need isolation?} -->|No| Local[Use LocalDeployer
Fast iteration] Start -->|Yes| Docker{Have Docker?} Docker -->|Yes| Scale{Need multi-machine?} Docker -->|No| K8s[Use K8sRunner
if cluster available] Scale -->|No| Compose[Use ComposeRunner
Reproducible + isolated] Scale -->|Yes| K8s2[Use K8sRunner
Production-like] Quick guide: Development: LocalDeployer CI: ComposeRunner Staging/Production validation: K8sRunner","breadcrumbs":"Part II — User Guide » Runners » Choosing a Runner","id":"162","title":"Choosing a Runner"},"163":{"body":"Not all runners support all features: Feature Local Compose K8s Node control (restarts) ✅ ✅ ✅ Network partitions ❌ 🚧 (future) 🚧 (future) Resource limits ❌ ✅ (Docker) ✅ (K8s) Multi-machine ❌ ❌ ✅ Observability Logs Docker logs K8s logs + metrics","breadcrumbs":"Part II — User Guide » Runners » Runner Capabilities","id":"163","title":"Runner Capabilities"},"164":{"body":"You can run the same test suite with different runners: #![allow(unused)] fn main() {\\n#[tokio::test]\\nasync fn test_consensus_local() -> Result<(), Box> { let mut plan = build_consensus_plan(); let deployer = LocalDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} #[tokio::test]\\nasync fn test_consensus_compose() -> Result<(), Box> { let mut plan = build_consensus_plan(); // Same plan let deployer = ComposeRunner::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} fn build_consensus_plan() -> Scenario { ScenarioBuilder::with_node_counts(3, 0) .expect_consensus_liveness() .with_run_duration(Duration::from_secs(60)) .build()\\n} } This validates that behavior is consistent across deployment environments.","breadcrumbs":"Part II — User Guide » Runners » Mixing Runners","id":"164","title":"Mixing Runners"},"165":{"body":"If the provided runners don’t fit your needs, you can implement your own: #![allow(unused)] fn main() {\\npub struct MyCustomRunner { // Your deployment state\\n} #[async_trait]\\nimpl Deployer for MyCustomRunner { async fn deploy(&self, plan: &Scenario) -> Result> { // Your deployment logic }\\n} #[async_trait]\\nimpl Runner for MyCustomRunner { async fn run(&self) -> Result { // Your execution logic } fn node_control(&self) -> Option<&dyn NodeControlHandle> { // Optional control capability }\\n} } See the Extending the Framework chapter for details.","breadcrumbs":"Part II — User Guide » Runners » Advanced: Custom Runners","id":"165","title":"Advanced: Custom Runners"},"166":{"body":"You now understand how runners work and when to use each one. The next chapter,\\nRunning Scenarios, covers practical details of actually executing tests,\\ninterpreting results, and handling failures.","breadcrumbs":"Part II — User Guide » Runners » What’s Next","id":"166","title":"What’s Next"},"167":{"body":"Chaos in the framework uses node control to introduce failures and validate\\nrecovery. The built-in restart workload lives in testing_framework_workflows::workloads::chaos::RandomRestartWorkload.","breadcrumbs":"Part II — User Guide » Chaos Testing » Chaos Workloads","id":"167","title":"Chaos Workloads"},"168":{"body":"Requires NodeControlCapability ( enable_node_control() in the scenario\\nbuilder) and a runner that provides a NodeControlHandle. Randomly selects nodes (validators, executors) to restart based on your\\ninclude/exclude flags. Respects min/max delay between restarts and a target cooldown to avoid\\nflapping the same node too frequently. Runs alongside other workloads; expectations should account for the added\\ndisruption. Support varies by runner: node control is not provided by the local runner\\nand is not yet implemented for the k8s runner. Use a runner that advertises NodeControlHandle support (e.g., compose) for chaos workloads.","breadcrumbs":"Part II — User Guide » Chaos Testing » How it works","id":"168","title":"How it works"},"169":{"body":"#![allow(unused)] fn main() {\\nuse std::time::Duration;\\nuse testing_framework_core::scenario::ScenarioBuilder;\\nuse testing_framework_workflows::workloads::chaos::RandomRestartWorkload; let plan = ScenarioBuilder::with_node_counts(2, 1) .enable_node_control() .with_workload( RandomRestartWorkload::new( Duration::from_secs(45), // min delay Duration::from_secs(75), // max delay Duration::from_secs(120), // target cooldown true, // include validators true, // include executors ) ) .expect_consensus_liveness() .with_run_duration(Duration::from_secs(150)) .build();\\n// deploy with a runner that supports node control and run the scenario }","breadcrumbs":"Part II — User Guide » Chaos Testing » Usage","id":"169","title":"Usage"},"17":{"body":"Let’s trace through what happens when you run a test: You build a scenario plan declaring your topology, workloads, and\\nexpectations You hand the plan to a runner (local, compose, or k8s) The runner deploys nodes on your chosen backend The runner waits for readiness—nodes must be online, connected, and\\nresponding to APIs before proceeding The runner starts your workloads, which generate traffic for the\\nconfigured duration The runner collects signals like block progression and metrics during\\nthe run The runner evaluates expectations, checking whether your success criteria\\nwere met The runner cleans up all resources—no leaked processes or containers Each step is isolated by design. The scenario doesn’t know whether nodes are\\nlocal processes or Kubernetes pods. Workloads don’t manage deployment.\\nExpectations don’t spawn nodes. This separation makes the framework predictable\\nand easy to extend.","breadcrumbs":"Part I — Foundations » Architecture Overview » How Everything Works Together","id":"17","title":"How Everything Works Together"},"170":{"body":"Consensus liveness: ensure blocks keep progressing despite restarts. Height convergence: optionally check all nodes converge after the chaos\\nwindow. Any workload-specific inclusion checks if you’re also driving tx/DA traffic.","breadcrumbs":"Part II — User Guide » Chaos Testing » Expectations to pair","id":"170","title":"Expectations to pair"},"171":{"body":"Keep delays/cooldowns realistic; avoid back-to-back restarts that would never\\nhappen in production. Limit chaos scope: toggle validators vs executors based on what you want to\\ntest. Combine with observability: monitor metrics/logs to explain failures.","breadcrumbs":"Part II — User Guide » Chaos Testing » Best practices","id":"171","title":"Best practices"},"172":{"body":"The deployer supplies a RunContext that workloads and expectations share. It\\nprovides: Topology descriptors ( GeneratedTopology) Client handles ( NodeClients / ClusterClient) for HTTP/RPC calls Metrics ( RunMetrics, Metrics) and block feed Optional NodeControlHandle for managing nodes (restart, block/unblock peers)","breadcrumbs":"Part II — User Guide » Node Control API » Node Control & RunContext","id":"172","title":"Node Control & RunContext"},"173":{"body":"Check for control support and use it conditionally: #![allow(unused)] fn main() {\\nuse testing_framework_core::scenario::{Expectation, RunContext, Workload}; struct RestartWorkload; impl Workload for RestartWorkload { fn name(&self) -> &\'static str { \\"restart_workload\\" } async fn start(&self, ctx: &RunContext) -> Result<(), Box> { if let Some(control) = ctx.node_control() { // Restart the first validator (index 0) if supported. control.restart_validator(0).await?; } Ok(()) }\\n} } When chaos workloads need control, require enable_node_control() in the\\nscenario builder and deploy with a runner that supports it.","breadcrumbs":"Part II — User Guide » Node Control API » Accessing node control in workloads/expectations","id":"173","title":"Accessing node control in workloads/expectations"},"174":{"body":"The NodeControlHandle trait currently provides: #![allow(unused)] fn main() {\\npub trait NodeControlHandle: Send + Sync { async fn restart_validator(&self, index: usize) -> Result<(), DynError>; async fn restart_executor(&self, index: usize) -> Result<(), DynError>;\\n} } Future extensions may include peer blocking/unblocking or other control\\noperations. For now, focus on restart-based chaos patterns as shown in the\\nchaos workload examples.","breadcrumbs":"Part II — User Guide » Node Control API » Current API surface","id":"174","title":"Current API surface"},"175":{"body":"Always guard control usage: not all runners expose NodeControlHandle. Treat control as best-effort: failures should surface as test failures, but\\nworkloads should degrade gracefully when control is absent. Combine control actions with expectations (e.g., restart then assert height\\nconvergence) to keep scenarios meaningful.","breadcrumbs":"Part II — User Guide » Node Control API » Considerations","id":"175","title":"Considerations"},"176":{"body":"This page focuses on cluster manipulation: node control, chaos patterns, and\\nwhat the tooling supports today.","breadcrumbs":"Part II — User Guide » Topology & Chaos Patterns » Topology & Chaos Patterns","id":"176","title":"Topology & Chaos Patterns"},"177":{"body":"Supported: restart/peer control via NodeControlHandle (compose runner). Not supported: local runner does not expose node control; k8s runner does\\nnot support it yet.","breadcrumbs":"Part II — User Guide » Topology & Chaos Patterns » Node control availability","id":"177","title":"Node control availability"},"178":{"body":"Restarts: random restarts with minimum delay/cooldown to test recovery. Partitions: block/unblock peers to simulate partial isolation, then assert\\nheight convergence after healing. Validator churn: stop one validator and start another (new key) mid-run to\\ntest membership changes; expect convergence. Load SLOs: push tx/DA rates and assert inclusion/availability budgets\\ninstead of only liveness. API probes: poll HTTP/RPC endpoints during chaos to ensure external\\ncontracts stay healthy (shape + latency).","breadcrumbs":"Part II — User Guide » Topology & Chaos Patterns » Chaos patterns to consider","id":"178","title":"Chaos patterns to consider"},"179":{"body":"Liveness/height convergence after chaos windows. SLO checks: inclusion latency, DA responsiveness, API latency/shape. Recovery checks: ensure nodes that were isolated or restarted catch up to\\ncluster height within a timeout.","breadcrumbs":"Part II — User Guide » Topology & Chaos Patterns » Expectations to pair","id":"179","title":"Expectations to pair"},"18":{"body":"If you’ve written integration tests before, you might expect to manually\\norchestrate everything: spawn processes, wait for startup, generate traffic,\\ncollect results, tear down. That approach works but doesn’t scale—every test\\nreimplements orchestration logic, and failures are hard to debug because test\\nplumbing and actual bugs are tangled together. This framework inverts that model. You declare your intent, and the framework\\nhandles orchestration. This gives you: Portable tests that run the same way everywhere Clear failure signals when expectations point to actual problems No boilerplate for deployment, readiness, or cleanup Composable patterns you can reuse across tests","breadcrumbs":"Part I — Foundations » Architecture Overview » What Makes This Different","id":"18","title":"What Makes This Different"},"180":{"body":"Keep chaos realistic: avoid flapping or patterns you wouldn’t operate in prod. Scope chaos: choose validators vs executors intentionally; don’t restart all\\nnodes at once unless you’re testing full outages. Combine chaos with observability: capture block feed/metrics and API health so\\nfailures are diagnosable.","breadcrumbs":"Part II — User Guide » Topology & Chaos Patterns » Guidance","id":"180","title":"Guidance"},"181":{"body":"This chapter covers the practical side of running scenarios: setting up your\\nenvironment, handling prerequisites, and debugging when things go wrong. Think\\nof it as the operator’s manual for the testing framework.","breadcrumbs":"Part II — User Guide » Operations » Operations","id":"181","title":"Operations"},"182":{"body":"Before running any scenarios, you need a few things in place.","breadcrumbs":"Part II — User Guide » Operations » Prerequisites","id":"182","title":"Prerequisites"},"183":{"body":"The testing framework needs access to nomos-node and nomos-executor binaries. For LocalDeployer, the framework uses binaries from the nomos-node workspace\\ndependencies. Ensure they are built: cd ../nomos-node\\ncargo build --release --bin nomos-node --bin nomos-executor For ComposeRunner and K8sRunner, the framework uses Docker images. Images\\ncan be pulled from a registry or built locally.","breadcrumbs":"Part II — User Guide » Operations » Nomos Node Binaries","id":"183","title":"Nomos Node Binaries"},"184":{"body":"Each runner has different platform requirements: LocalDeployer: Rust toolchain (to build binaries) Sufficient ports available (each node needs several ports) Enough disk space for node data directories (~100MB per node) ComposeRunner: Docker and Docker Compose installed Docker daemon running with sufficient resources Network connectivity for container communication K8sRunner: Kubernetes cluster access ( kubectl configured) Sufficient cluster resources (CPU, memory, storage) Permissions to create StatefulSets, Services, and ConfigMaps","breadcrumbs":"Part II — User Guide » Operations » Runner-Specific Prerequisites","id":"184","title":"Runner-Specific Prerequisites"},"185":{"body":"Some tests (particularly those exercising DA proofs) require circuit and prover\\nartifacts. These are large files (~GB) that shouldn’t be in Git. Fetch them with the provided script: cd nomos-testing\\n./scripts/setup-nomos-circuits.sh This downloads and extracts artifacts to the appropriate location. You only need to do this once, or when circuits change.","breadcrumbs":"Part II — User Guide » Operations » Circuit and Prover Assets","id":"185","title":"Circuit and Prover Assets"},"186":{"body":"The framework automatically waits for all nodes to become ready before starting\\nworkloads. Readiness means nodes are responding to API calls and have connected\\nto their peers. If deployment fails during readiness checks: Verify binaries are built correctly Check that required ports are available Ensure Docker/Kubernetes networking is functional Review node logs for startup errors","breadcrumbs":"Part II — User Guide » Operations » Deployment and Readiness","id":"186","title":"Deployment and Readiness"},"187":{"body":"Node logs are essential for debugging test failures. LocalDeployer: Creates temporary directories for each node under /tmp/. Each\\nnode has its own directory with logs. By default, these are deleted after tests\\ncomplete. ComposeRunner: Logs are accessible via Docker Compose commands: docker-compose logs nomos-validator-0 K8sRunner: Logs are accessible via kubectl: kubectl logs nomos-validator-0 Check node logs when tests fail to identify errors, panics, or unexpected behavior.","breadcrumbs":"Part II — User Guide » Operations » Logs and Debugging","id":"187","title":"Logs and Debugging"},"188":{"body":"When a test fails, the error will indicate which expectation failed. For example,\\nif consensus liveness fails, the error will show expected vs. actual block counts. Steps to debug: Check the expectation error message - it tells you what went wrong Review node logs - look for panics, errors, or warnings Verify deployment succeeded - all nodes should have started successfully Check for resource issues - ensure sufficient CPU, memory, and disk space Simplify the scenario - reduce node counts or workload rates to isolate the problem","breadcrumbs":"Part II — User Guide » Operations » When Tests Fail","id":"188","title":"When Tests Fail"},"189":{"body":"Binaries not found: Ensure nomos-node binaries are built with cargo build --release. Ports in use: Kill processes using the required ports or use a different runner. Docker issues: Ensure Docker daemon is running ( docker ps should work). Kubernetes access: Verify kubectl is configured ( kubectl cluster-info). Resource constraints: Reduce node counts or use more powerful hardware.","breadcrumbs":"Part II — User Guide » Operations » Common Issues","id":"189","title":"Common Issues"},"19":{"body":"Now you understand the high-level architecture. The next chapters in Part I\\nwill deepen this mental model—showing you the testing philosophy behind design\\ndecisions, walking through the scenario lifecycle, and explaining the rationale\\nfor key choices. If you prefer to jump straight to writing code, skip to Part II: User Guide.\\nThe Authoring Scenarios chapter will walk you through\\nbuilding your first test step by step. Otherwise, let’s continue building your foundation with the Testing Philosophy\\nchapter.","breadcrumbs":"Part I — Foundations » Architecture Overview » What’s Next","id":"19","title":"What’s Next"},"190":{"body":"For CI environments, ComposeRunner provides the best isolation and reproducibility. Configure tests to run serially or with limited parallelism to avoid resource contention: cargo test --test-threads=2 Set up artifact collection to capture logs on failure for debugging.","breadcrumbs":"Part II — User Guide » Operations » CI Integration","id":"190","title":"CI Integration"},"191":{"body":"The next chapter covers the different runners in detail: LocalDeployer,\\nComposeRunner, and K8sRunner.","breadcrumbs":"Part II — User Guide » Operations » What’s Next","id":"191","title":"What’s Next"},"192":{"body":"Deep dives for contributors who extend the framework, evolve its abstractions,\\nor maintain the crate set.","breadcrumbs":"Part III — Developer Reference » Part III — Developer Reference","id":"192","title":"Part III — Developer Reference"},"193":{"body":"This chapter explains the conceptual model behind scenarios. If you’re writing\\ntests, you’ve already worked with topologies, workloads, and expectations—now\\nwe’ll dig into why they’re designed this way and how they fit together at a\\ndeeper level. Understanding this model will help you extend the framework confidently and\\ndebug complex scenarios when things go wrong.","breadcrumbs":"Part III — Developer Reference » Scenario Model (Developer Level) » The Scenario Model","id":"193","title":"The Scenario Model"},"194":{"body":"Many testing frameworks blur the lines between what a test needs (cluster\\nshape), how to deploy it (orchestration), and what to check (assertions). This\\nmakes tests brittle—change one detail and you have to rewrite the whole test. This framework splits responsibilities into five concepts that never cross\\nboundaries. Each has a single job: Topology describes what cluster you want Scenario assembles the complete test plan Runner deploys nodes and manages resources Workloads generate traffic and conditions Expectations judge outcomes after the run Let’s look at each concept in depth.","breadcrumbs":"Part III — Developer Reference » Scenario Model (Developer Level) » Why Separate Concepts Matter","id":"194","title":"Why Separate Concepts Matter"},"195":{"body":"A topology is a declarative description. It says “I want 3 validators, 2\\nexecutors, connected in a star topology with these DA parameters.” It doesn’t\\nknow how nodes get started, what binary to use, or whether you’re on local or\\nKubernetes. This separation is crucial: the same topology can deploy to any backend. You\\ncan prototype locally, validate in Docker, and run in CI on Kubernetes without\\nchanging a line of topology code. Topologies include validator/executor counts, network layout (star, mesh, or\\ncustom), DA settings (subnetwork size, dispersal factor), and timing parameters\\n(slot duration, epoch length). The framework generates complete node configs\\nfrom these high-level declarations.","breadcrumbs":"Part III — Developer Reference » Scenario Model (Developer Level) » Topology: Pure Description","id":"195","title":"Topology: Pure Description"},"196":{"body":"A scenario combines topology with workloads, expectations, and a runtime\\nduration. Once built, it’s immutable—this is intentional. You can pass the same\\nscenario to different runners and get reproducible behavior. Building a scenario does more than assemble pieces. It: Validates prerequisites (does the transaction workload have seeded wallets?) Ensures the run window is long enough for workloads to complete Checks that control operations (like restarts) have proper cooldown buffers Verifies workload compatibility (do workloads require node control?) If your scenario passes the build step, the framework guarantees it’s\\nwell-formed. This prevents runtime surprises like “workload needs wallets but\\ntopology has zero executors.”","breadcrumbs":"Part III — Developer Reference » Scenario Model (Developer Level) » Scenario: The Immutable Plan","id":"196","title":"Scenario: The Immutable Plan"},"197":{"body":"Workloads are asynchronous tasks that drive system behavior. They do things\\nlike submit transactions, disperse DA blobs, or restart nodes at intervals. Here’s what makes workloads different from manually calling APIs: They work with any runner. Workloads receive API clients from the runner\\nbut never care whether nodes are local processes or remote pods. They respect protocol time. Instead of “submit 1000 transactions as fast\\nas possible,” workloads generate traffic at realistic rates keyed to block\\nprogression. They handle readiness automatically. Workloads don’t start until nodes\\nare proven healthy and ready. They can declare expectations. Some workloads (like transactions) bundle\\ndefault expectations. This keeps related logic together—transaction workload\\nincludes the expectation that transactions get included. Workloads run concurrently during the scenario’s configured duration. The\\nframework manages their lifecycle: start when ready, stop when time expires,\\npropagate errors if something fails.","breadcrumbs":"Part III — Developer Reference » Scenario Model (Developer Level) » Workloads: Controlled Traffic Generation","id":"197","title":"Workloads: Controlled Traffic Generation"},"198":{"body":"Expectations are how you define success. Unlike assertions that run inline\\nduring a test, expectations evaluate after workloads complete. This design serves two purposes: Expectations can aggregate over the full run. They’re not checking a\\nsingle condition at one moment—they’re judging overall system behavior. Did\\nblocks progress steadily? Were all submitted transactions included? Did DA\\nsampling work throughout the window? Expectations can correlate multiple signals. They have access to runtime\\nmetrics, block feeds, and baselines captured before workloads started. This\\nlets them make nuanced judgments that inline assertions can’t. Expectations implement the Expectation trait with two hooks: capture_baseline() runs after deployment but before workloads start evaluate() runs after workloads finish If any expectation fails, the test fails with a detailed report showing what\\nwent wrong.","breadcrumbs":"Part III — Developer Reference » Scenario Model (Developer Level) » Expectations: Post-Run Judgments","id":"198","title":"Expectations: Post-Run Judgments"},"199":{"body":"The runtime is the framework’s engine. It orchestrates the lifecycle: Deploy nodes via the runner Wait for readiness (nodes online, connected, responding to APIs) Capture expectation baselines Start all workloads concurrently Run for the configured duration Stop workloads gracefully Evaluate all expectations Clean up resources The runtime also handles special cases: If a workload does node control (restarts), the runtime enforces cooldown\\nperiods so expectations aren’t confused by intentional downtime If a workload errors, the runtime stops early and surfaces the error If cleanup fails, the runtime logs warnings but doesn’t mask test failures You rarely interact with the runtime directly—it works behind the scenes when\\nyou call runner.run().","breadcrumbs":"Part III — Developer Reference » Scenario Model (Developer Level) » Runtime: The Execution Coordinator","id":"199","title":"Runtime: The Execution Coordinator"},"2":{"body":"Nomos has one type of node that runs in two configurations: validator mode and\\nexecutor mode. They’re fundamentally the same—both participate in Cryptarchia\\nconsensus, produce blocks, verify and sample DA data, and maintain chain state. The only difference is that executors run one additional service: DA blob\\ndispersal. This service lets them disperse blob data from ChannelBlob operations\\nin transactions to the DA network. So when you see “validator” and “executor” in test topologies, think of them as: Validator: consensus node (all the core services) Executor: consensus node + DA dispersal service In practice, if your test needs to submit transactions or exercise DA dispersal,\\nyou need executors. If you’re only testing consensus liveness, validators alone\\nare sufficient.","breadcrumbs":"Project Context Primer » Validators and Executors: Two Flavors of the Same Node","id":"2","title":"Validators and Executors: Two Flavors of the Same Node"},"20":{"body":"This framework embodies specific principles that shape how you author and run\\nscenarios. Understanding these principles helps you write effective tests and\\ninterpret results correctly.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Testing Philosophy","id":"20","title":"Testing Philosophy"},"200":{"body":"These boundaries aren’t arbitrary. They exist to make the framework predictable\\nand extensible: Topology never knows about deployment. This lets the same plan work\\neverywhere. Workloads never spawn nodes. This keeps orchestration centralized. Expectations never generate traffic. This keeps success criteria separate\\nfrom test behavior. Runners never validate plans. This keeps validation in the scenario\\nbuilder where it belongs. When you extend the framework, respect these boundaries. If you’re adding a new\\nworkload, don’t embed deployment logic. If you’re adding a new runner, don’t\\nbypass the readiness protocol. The boundaries are what make the framework\\ncomposable.","breadcrumbs":"Part III — Developer Reference » Scenario Model (Developer Level) » Respecting Boundaries","id":"200","title":"Respecting Boundaries"},"201":{"body":"This model gives you: Portable scenarios that work identically across environments Composable workloads you can mix and match without conflicts Clear failure modes—if expectations fail, you know it’s a real problem,\\nnot test infrastructure Easy extension—add workloads, expectations, or runners without touching\\ncore framework code The next chapter, Scenario Lifecycle, walks through the runtime in detail,\\nshowing exactly what happens from deploy() to cleanup. If you want to extend\\nthe framework instead, jump ahead to Part III: Developer Reference.","breadcrumbs":"Part III — Developer Reference » Scenario Model (Developer Level) » What This Enables","id":"201","title":"What This Enables"},"202":{"body":"The framework is designed to be extended. You can add custom workloads,\\nexpectations, runners, and topology configurations without modifying the core\\nframework code. This chapter shows you how to extend each extension point, explains the design\\nprinciples behind them, and provides complete examples.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Extending the Framework","id":"202","title":"Extending the Framework"},"203":{"body":"The built-in workloads and expectations cover common scenarios, but you’ll\\neventually need something custom: A workload that exercises a specific protocol feature An expectation that validates your project’s unique invariants A runner that deploys to your custom infrastructure Topology configurations for specific test scenarios The framework makes this easy by keeping extension points clean and well-defined.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Why Extend?","id":"203","title":"Why Extend?"},"204":{"body":"Workloads generate traffic and conditions during test runs. Let’s build a\\ncustom workload step by step.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding Custom Workloads","id":"204","title":"Adding Custom Workloads"},"205":{"body":"Every workload implements this trait: #![allow(unused)] fn main() {\\n#[async_trait]\\npub trait Workload: Send + Sync { fn name(&self) -> &str; async fn execute(&self, ctx: &RunContext) -> Result<()>; fn bundled_expectations(&self) -> Vec> { vec![] }\\n} } name() returns a human-readable name for logging and error messages. execute() is where your workload does its work. It receives a RunContext with API clients, block feeds, and metrics. It runs until\\ncancelled (when the scenario duration expires) or until it completes naturally. bundled_expectations() optionally returns expectations that make sense\\nwith this workload. For example, transaction workloads include an inclusion\\nexpectation.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » The Workload Trait","id":"205","title":"The Workload Trait"},"206":{"body":"Let’s build a simple workload that periodically polls node health endpoints: #![allow(unused)] fn main() {\\nuse nomos_testing_core::scenario::{Workload, RunContext};\\nuse async_trait::async_trait;\\nuse anyhow::Result;\\nuse tokio::time::{interval, Duration}; pub struct HealthCheckWorkload { interval_secs: u64,\\n} impl HealthCheckWorkload { pub fn new() -> Self { Self { interval_secs: 10 } } pub fn with_interval(mut self, secs: u64) -> Self { self.interval_secs = secs; self }\\n} #[async_trait]\\nimpl Workload for HealthCheckWorkload { fn name(&self) -> &str { \\"health_check\\" } async fn execute(&self, ctx: &RunContext) -> Result<()> { let mut tick = interval(Duration::from_secs(self.interval_secs)); loop { tick.tick().await; // Check health of all nodes for client in ctx.node_clients() { let info = client.consensus_info().await?; println!(\\"Node {} at block {}\\", client.address(), info.block_height); } } }\\n} } This workload runs in a loop, polling consensus info every interval_secs\\nseconds. It prints progress but could also collect metrics or detect anomalies.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Example: Health Check Workload","id":"206","title":"Example: Health Check Workload"},"207":{"body":"You can use custom workloads directly in scenarios: #![allow(unused)] fn main() {\\nlet plan = ScenarioBuilder::with_node_counts(3, 1) .with_workload(Box::new(HealthCheckWorkload::new().with_interval(5))) .expect_consensus_liveness() .with_run_duration(Duration::from_secs(60)) .build(); }","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Using the Custom Workload","id":"207","title":"Using the Custom Workload"},"208":{"body":"For better ergonomics, add a builder extension: #![allow(unused)] fn main() {\\npub trait HealthCheckBuilderExt { fn health_checks(self) -> HealthCheckWorkloadBuilder;\\n} impl HealthCheckBuilderExt for ScenarioBuilder { fn health_checks(self) -> HealthCheckWorkloadBuilder { HealthCheckWorkloadBuilder::new(self) }\\n} pub struct HealthCheckWorkloadBuilder { scenario: ScenarioBuilder, interval: u64,\\n} impl HealthCheckWorkloadBuilder { fn new(scenario: ScenarioBuilder) -> Self { Self { scenario, interval: 10, } } pub fn interval(mut self, secs: u64) -> Self { self.interval = secs; self } pub fn apply(self) -> ScenarioBuilder { self.scenario.with_workload(Box::new( HealthCheckWorkload::new().with_interval(self.interval) )) }\\n} } Now you can use it fluently: #![allow(unused)] fn main() {\\nlet plan = ScenarioBuilder::with_node_counts(3, 1) .health_checks() .interval(5) .apply() .expect_consensus_liveness() .build(); }","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Builder API Integration","id":"208","title":"Builder API Integration"},"209":{"body":"Respect cancellation. Workloads run until the scenario duration expires. The execute() method receives a cancellation signal when time’s up. Don’t block\\nindefinitely—check cancellation or use timeout-aware futures. Handle errors gracefully. If an API call fails, decide whether to retry or\\nfail the workload. Transient errors (network blips) should retry; persistent\\nerrors (node crashed) should fail fast. Log progress. Print periodic status so operators can see what the workload\\nis doing. This helps debug when tests fail. Don’t assume node count. Your workload might run with 2 nodes or 20. Write\\ncode that adapts to ctx.node_clients().len(). Bundle expectations when appropriate. If your workload has a clear success\\ncriterion, include it as a bundled expectation.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Workload Best Practices","id":"209","title":"Workload Best Practices"},"21":{"body":"Describe what you want to test, not how to orchestrate it: #![allow(unused)] fn main() {\\n// Good: declarative\\nScenarioBuilder::with_node_counts(2, 1) .wallets(10) .transactions().rate(5).users(5).apply() .expect_consensus_liveness() .build(); // Bad: imperative (framework doesn\'t work this way)\\n// spawn_validator(); spawn_executor(); // loop { submit_tx(); check_block(); } } Why it matters: The framework handles deployment, readiness, and cleanup.\\nYou focus on test intent, not infrastructure orchestration.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Declarative over Imperative","id":"21","title":"Declarative over Imperative"},"210":{"body":"Expectations evaluate after workloads finish and decide whether the test\\npassed. Let’s build one.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding Custom Expectations","id":"210","title":"Adding Custom Expectations"},"211":{"body":"#![allow(unused)] fn main() {\\n#[async_trait]\\npub trait Expectation: Send + Sync { fn name(&self) -> &str; async fn capture_baseline(&self, ctx: &RunContext) -> Result<()> { Ok(()) } async fn evaluate(&self, ctx: &RunContext) -> Result<()>;\\n} } name() returns a human-readable name. capture_baseline() optionally captures a baseline before workloads start.\\nThis lets you compare “before” and “after” state. evaluate() runs after workloads finish. Return Ok(()) if the expectation\\npassed, or an error describing what failed.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » The Expectation Trait","id":"211","title":"The Expectation Trait"},"212":{"body":"Let’s build an expectation that verifies all nodes maintained peer connections\\nthroughout the test: #![allow(unused)] fn main() {\\nuse nomos_testing_core::scenario::{Expectation, RunContext};\\nuse async_trait::async_trait;\\nuse anyhow::{Result, anyhow}; pub struct PeerCountExpectation { min_peers: usize,\\n} impl PeerCountExpectation { pub fn new(min_peers: usize) -> Self { Self { min_peers } }\\n} #[async_trait]\\nimpl Expectation for PeerCountExpectation { fn name(&self) -> &str { \\"peer_count\\" } async fn evaluate(&self, ctx: &RunContext) -> Result<()> { for client in ctx.node_clients() { let info = client.consensus_info().await?; if info.peer_count < self.min_peers { return Err(anyhow!( \\"Node {} has only {} peers (expected ≥{})\\", client.address(), info.peer_count, self.min_peers )); } } Ok(()) }\\n} }","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Example: Peer Count Expectation","id":"212","title":"Example: Peer Count Expectation"},"213":{"body":"#![allow(unused)] fn main() {\\nlet plan = ScenarioBuilder::with_node_counts(4, 1) .transactions().rate(10).apply() .with_expectation(Box::new(PeerCountExpectation::new(2))) .with_run_duration(Duration::from_secs(60)) .build(); }","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Using Custom Expectations","id":"213","title":"Using Custom Expectations"},"214":{"body":"Be specific about failures. Don’t just return Err(anyhow!(\\"failed\\")).\\nInclude details: which node, what value was observed, what was expected. Aggregate failures. If checking multiple nodes, collect all failures and\\nreport them together rather than stopping at the first one. Use baselines for comparisons. If you need to verify something changed (or\\ndidn’t change), capture baseline in capture_baseline() and compare in evaluate(). Don’t modify state. Expectations are pure observers. They must not generate\\ntraffic or modify the system.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Expectation Best Practices","id":"214","title":"Expectation Best Practices"},"215":{"body":"Runners deploy scenarios to different backends. Let’s build a minimal custom\\nrunner.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding Custom Runners","id":"215","title":"Adding Custom Runners"},"216":{"body":"#![allow(unused)] fn main() {\\n#[async_trait]\\npub trait Deployer { type Error; async fn deploy(&self, scenario: &Scenario) -> Result;\\n} } Deployer::deploy() takes a scenario and provisions infrastructure. It\\nreturns a Runner struct that can execute the scenario. The Runner struct (not a trait) has a run() method that executes workloads,\\nevaluates expectations, and cleans up. Creating custom deployers requires implementing infrastructure provisioning\\nlogic for your target environment. See the existing deployers (LocalDeployer,\\nComposeRunner, K8sRunner) for implementation patterns.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » The Deployer Trait","id":"216","title":"The Deployer Trait"},"217":{"body":"Enforce readiness. Don’t return from deploy() until nodes are actually\\nready to receive traffic. This prevents race conditions. Use cleanup guards. Ensure resources are cleaned up even if run() panics\\nor errors. Provide meaningful errors. If deployment fails, indicate whether it’s a\\nconfig problem, resource exhaustion, or infrastructure issue. Mirror existing observability. Expose metrics and logs similar to existing\\nrunners so workloads and expectations work consistently.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Runner Best Practices","id":"217","title":"Runner Best Practices"},"218":{"body":"You can create helper functions that build common topology configurations: #![allow(unused)] fn main() {\\nfn production_topology() -> ScenarioBuilder { ScenarioBuilder::with_node_counts(10, 5) .topology() .network_mesh() .validators(10) .executors(5) .apply()\\n} } Use these in scenarios: #![allow(unused)] fn main() {\\nlet mut plan = production_topology() .wallets(100) .transactions().rate(50).users(50).apply() .build(); }","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding Topology Helper Functions","id":"218","title":"Adding Topology Helper Functions"},"219":{"body":"If your extensions are reusable across tests, consider: Extracting to a crate. Create myproject-testing-extensions and depend\\non testing-framework-core. Contributing upstream. If your extension is generally useful, consider\\ncontributing it to testing-framework/workflows. Documenting examples. Include usage examples in your extension’s docs so\\nothers can learn from them.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Integrating Extensions","id":"219","title":"Integrating Extensions"},"22":{"body":"Reason in blocks and consensus intervals, not wall-clock seconds: #![allow(unused)] fn main() {\\n// Good: protocol-oriented thinking\\nlet mut plan = ScenarioBuilder::with_node_counts(2, 1) .wallets(10) .transactions().rate(5).users(5).apply() // 5 tx per block .with_run_duration(Duration::from_secs(60)) // Let framework calculate expected blocks .expect_consensus_liveness() // \\"Did we produce the expected blocks?\\" .build(); // Bad: wall-clock assumptions\\n// \\"I expect exactly 10 blocks in 60 seconds\\"\\n// This breaks on slow CI where blocks might take 7s instead of 6s } Why it matters: Block production timing varies across environments—fast on\\na laptop (5s/block), slow on overloaded CI (8s/block). The framework calculates\\nexpected blocks based on configured slot duration, making assertions\\nenvironment-independent. Assert on “blocks produced relative to the run window”\\nnot “blocks produced per wall-clock second”.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Protocol Time, Not Wall Time","id":"22","title":"Protocol Time, Not Wall Time"},"220":{"body":"You now know how to extend all major framework components. The next chapter,\\nCustom Workload Example, walks through a complete end-to-end example of adding\\na custom workload with bundled expectations and builder integration.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » What’s Next","id":"220","title":"What’s Next"},"221":{"body":"A minimal, end-to-end illustration of adding a custom workload and matching\\nexpectation. This shows the shape of the traits and where to plug into the\\nframework; expand the logic to fit your real test.","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Example: New Workload & Expectation (Rust)","id":"221","title":"Example: New Workload & Expectation (Rust)"},"222":{"body":"Key ideas: name: identifies the workload in logs. expectations: workloads can bundle defaults so callers don’t forget checks. init: derive inputs from the generated topology (e.g., pick a target node). start: drive async activity using the shared RunContext. #![allow(unused)] fn main() {\\nuse std::sync::Arc;\\nuse async_trait::async_trait;\\nuse testing_framework_core::scenario::{ DynError, Expectation, RunContext, RunMetrics, Workload,\\n};\\nuse testing_framework_core::topology::GeneratedTopology; pub struct ReachabilityWorkload { target_idx: usize, bundled: Vec>,\\n} impl ReachabilityWorkload { pub fn new(target_idx: usize) -> Self { Self { target_idx, bundled: vec![Box::new(ReachabilityExpectation::new(target_idx))], } }\\n} #[async_trait]\\nimpl Workload for ReachabilityWorkload { fn name(&self) -> &\'static str { \\"reachability_workload\\" } fn expectations(&self) -> Vec> { self.bundled.clone() } fn init( &mut self, topology: &GeneratedTopology, _metrics: &RunMetrics, ) -> Result<(), DynError> { if topology.validators().get(self.target_idx).is_none() { return Err(\\"no validator at requested index\\".into()); } Ok(()) } async fn start(&self, ctx: &RunContext) -> Result<(), DynError> { let client = ctx .node_clients() .validators() .get(self.target_idx) .ok_or(\\"missing target client\\")?; // Pseudo-action: issue a lightweight RPC to prove reachability. client.consensus_info().await.map_err(|e| e.into())?; Ok(()) }\\n} }","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Workload: simple reachability probe","id":"222","title":"Workload: simple reachability probe"},"223":{"body":"Key ideas: start_capture: snapshot baseline if needed (not used here). evaluate: assert the condition after workloads finish. #![allow(unused)] fn main() {\\nuse async_trait::async_trait;\\nuse testing_framework_core::scenario::{DynError, Expectation, RunContext}; pub struct ReachabilityExpectation { target_idx: usize,\\n} impl ReachabilityExpectation { pub fn new(target_idx: usize) -> Self { Self { target_idx } }\\n} #[async_trait]\\nimpl Expectation for ReachabilityExpectation { fn name(&self) -> &str { \\"target_reachable\\" } async fn evaluate(&mut self, ctx: &RunContext) -> Result<(), DynError> { let client = ctx .node_clients() .validators() .get(self.target_idx) .ok_or(\\"missing target client\\")?; client.consensus_info().await.map_err(|e| { format!(\\"target became unreachable during run: {e}\\").into() })?; Ok(()) }\\n} }","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Expectation: confirm the target stayed reachable","id":"223","title":"Expectation: confirm the target stayed reachable"},"224":{"body":"Build your scenario as usual and call .with_workload(ReachabilityWorkload::new(0)). The bundled expectation is attached automatically; you can add more with .with_expectation(...) if needed. Keep the logic minimal and fast for smoke tests; grow it into richer probes\\nfor deeper scenarios.","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » How to wire it","id":"224","title":"How to wire it"},"225":{"body":"High-level roles of the crates that make up the framework: Configs: prepares reusable configuration primitives for nodes, networking,\\ntracing, data availability, and wallets, shared by all scenarios and runners. Core scenario orchestration: houses the topology and scenario model,\\nruntime coordination, node clients, and readiness/health probes. Workflows: packages workloads and expectations into reusable building\\nblocks and offers a fluent DSL to assemble them. Runners: implements deployment backends (local host, Docker Compose,\\nKubernetes) that all consume the same scenario plan. Test workflows: example scenarios and integration checks that exercise the\\nframework end to end and serve as living documentation. Use this map to locate where to add new capabilities: configuration primitives\\nin configs, orchestration changes in core, reusable traffic/assertions in\\nworkflows, environment adapters in runners, and demonstrations in tests.","breadcrumbs":"Part III — Developer Reference » Internal Crate Reference » Internal Crate Reference","id":"225","title":"Internal Crate Reference"},"226":{"body":"Quick-reference material and supporting guidance to keep scenarios discoverable,\\ndebuggable, and consistent.","breadcrumbs":"Part IV — Appendix » Part IV — Appendix","id":"226","title":"Part IV — Appendix"},"227":{"body":"The framework offers a fluent builder style to keep scenarios readable. Common\\nknobs: Topology shaping: set validator and executor counts, pick a network layout\\nstyle, and adjust high-level data-availability traits. Wallet seeding: define how many users participate and the total funds\\navailable for transaction workloads. Workload tuning: configure transaction rates, data-availability channel\\nand blob rates, and whether chaos restarts should include validators,\\nexecutors, or both. Expectations: attach liveness and workload-specific checks so success is\\nexplicit. Run window: set a minimum duration long enough for multiple blocks to be\\nobserved and verified. Use these knobs to express intent clearly, keeping scenario definitions concise\\nand consistent across teams.","breadcrumbs":"Part IV — Appendix » DSL Cheat Sheet » Core Content: DSL Cheat Sheet","id":"227","title":"Core Content: DSL Cheat Sheet"},"228":{"body":"When tests fail or behave unexpectedly, this chapter will help you diagnose and\\nfix the problem. We’ll walk through common issues organized by symptom, with\\nconcrete diagnostics and solutions.","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Troubleshooting","id":"228","title":"Troubleshooting"},"229":{"body":"","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Build and Deployment Issues","id":"229","title":"Build and Deployment Issues"},"23":{"body":"Default scenarios are repeatable: Fixed topology Predictable traffic rates Deterministic checks Chaos is opt-in: #![allow(unused)] fn main() {\\n// Separate: functional test (deterministic)\\nlet mut plan = ScenarioBuilder::with_node_counts(2, 1) .wallets(10) .transactions().rate(5).users(5).apply() .expect_consensus_liveness() .build(); // Separate: chaos test (introduces randomness)\\nlet mut chaos_plan = ScenarioBuilder::with_node_counts(4, 1) .enable_node_control() .wallets(10) .chaos().restart() .min_delay(Duration::from_secs(15)) .max_delay(Duration::from_secs(25)) .target_cooldown(Duration::from_secs(45)) .apply() .transactions().rate(5).users(5).apply() .expect_consensus_liveness() .build(); } Why it matters: Mixing determinism with chaos creates noisy, hard-to-debug\\nfailures. Separate concerns make failures actionable.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Determinism First, Chaos When Needed","id":"23","title":"Determinism First, Chaos When Needed"},"230":{"body":"What you see: Error: Failed to find nomos-node binary Diagnosis: The framework can’t locate the nomos-node or nomos-executor binaries. Solutions: Build the binaries: cd ../nomos-node\\ncargo build --release --bin nomos-node --bin nomos-executor","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Symptom: “Binaries not found” Error","id":"230","title":"Symptom: “Binaries not found” Error"},"231":{"body":"What you see: Error: Address already in use (os error 48)\\nFailed to start node on port 18080 Diagnosis: Another process is using ports the framework needs. Solutions: Kill conflicting processes: # Find what\'s using the port\\nlsof -i :18080\\nkill Use a different runner: ComposeRunner and K8sRunner use isolated networking and don’t conflict with\\nhost ports.","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Symptom: “Port already in use”","id":"231","title":"Symptom: “Port already in use”"},"232":{"body":"What you see: Error: Nodes not ready after 60s\\nnomos-validator-2: no peers connected Diagnosis: Nodes aren’t becoming ready within the timeout window. Solutions: Check individual node logs: cat /tmp/nomos-test-/node-2/stderr.log Look for errors during startup. Verify network connectivity: For ComposeRunner/K8sRunner, ensure container networking is functional: # Docker\\ndocker network ls\\ndocker-compose ps # Kubernetes\\nkubectl get pods\\nkubectl describe pod nomos-validator-2 Reduce node count: If hardware is limited, use fewer nodes: #![allow(unused)] fn main() {\\nScenarioBuilder::with_node_counts(2, 1) // Instead of (5, 3) }","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Symptom: Readiness Timeout","id":"232","title":"Symptom: Readiness Timeout"},"233":{"body":"","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Runtime Issues","id":"233","title":"Runtime Issues"},"234":{"body":"What you see: Expectation failed: Consensus liveness\\nExpected: at least 30 blocks\\nActual: 0 blocks Diagnosis: Consensus isn’t working—nodes aren’t producing blocks. Solutions: Check if nodes started: Verify in logs that consensus initialized: grep \\"consensus started\\" /tmp/nomos-test-*/node-*/stdout.log Verify genesis configuration: All nodes must have identical genesis. Check logs for genesis mismatches: grep -i \\"genesis\\" /tmp/nomos-test-*/node-*/stderr.log Check peer connectivity: Nodes need peers to reach consensus: grep \\"peer connected\\" /tmp/nomos-test-*/node-*/stdout.log If no peers connected, topology generation may have failed. Increase run duration: Very slow environments might need more time: #![allow(unused)] fn main() {\\n.with_run_duration(Duration::from_secs(120)) // Give it more time }","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Symptom: No Block Progression","id":"234","title":"Symptom: No Block Progression"},"235":{"body":"What you see: Expectation failed: Consensus liveness\\nExpected: at least 30 blocks\\nActual: 15 blocks (50% of target) Diagnosis: Blocks are being produced but slower than expected. Solutions: Reduce workload intensity: Heavy workloads can slow block production: #![allow(unused)] fn main() {\\n.transactions().rate(5).apply() // Reduce from 20 } Check system resources: # CPU usage\\ntop # Disk I/O\\niostat # Memory\\nfree -h Resource exhaustion slows everything down.","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Symptom: Slow Block Progression","id":"235","title":"Symptom: Slow Block Progression"},"236":{"body":"What you see: Error: Transaction workload failed: connection refused Diagnosis: Workload couldn’t connect to nodes or nodes became unavailable. Solutions: Check node health: # Local\\ncurl http://localhost:18080/health # Compose\\ndocker-compose ps If nodes aren’t running, check why they crashed. Check workload prerequisites: Transaction workloads need executors: #![allow(unused)] fn main() {\\nScenarioBuilder::with_node_counts(2, 1) // Need at least 1 executor } Reduce workload rate: Aggressive rates can overwhelm nodes: #![allow(unused)] fn main() {\\n.transactions().rate(5).apply() // Start lower }","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Symptom: Workload Errors","id":"236","title":"Symptom: Workload Errors"},"237":{"body":"","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Expectation Failures","id":"237","title":"Expectation Failures"},"238":{"body":"What you see: Expectation failed: Transaction inclusion\\nSubmitted: 600 transactions\\nIncluded: 420 transactions (70%)\\nThreshold: 95% Diagnosis: Submitted transactions aren’t appearing in blocks. Solutions: Reduce submission rate: Too many transactions can saturate mempool: #![allow(unused)] fn main() {\\n.transactions().rate(10).apply() // Reduce from 50 } Increase run duration: Give more time for transactions to be included: #![allow(unused)] fn main() {\\n.with_run_duration(Duration::from_secs(120)) } Check if nodes are restarting: If using chaos workloads, restarts disrupt inclusion: #![allow(unused)] fn main() {\\n.chaos().restart().interval(Duration::from_secs(30)).apply()\\n// Consider longer intervals or removing chaos } Lower inclusion threshold: If some loss is acceptable: #![allow(unused)] fn main() {\\n.expect_transaction_inclusion() .threshold(0.90) // Accept 90% instead of 95% }","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Symptom: Transaction Inclusion Failure","id":"238","title":"Symptom: Transaction Inclusion Failure"},"239":{"body":"What you see: Error: Chaos workload requires node control capability Diagnosis: Node control wasn’t enabled or runner doesn’t support it. Solutions: Enable node control: #![allow(unused)] fn main() {\\nScenarioBuilder::with_node_counts(4, 1) .with_node_control() // Add this .chaos().restart().apply() } Verify runner supports control: All built-in runners support node control, but custom runners might not. Check node count: Need enough nodes to tolerate restarts: #![allow(unused)] fn main() {\\nScenarioBuilder::with_node_counts(4, 1) // 4 validators, can tolerate 1 down } With only 2-3 validators, restarting one can break consensus.","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Symptom: Chaos Workload Fails","id":"239","title":"Symptom: Chaos Workload Fails"},"24":{"body":"Prefer user-facing signals over internal state: Recommended checks: Blocks progressing at expected rate (liveness) Transactions included within N blocks (inclusion) DA blobs retrievable (availability) Checks to avoid: Memory pool size Internal service state Cache hit rates Why it matters: User-facing signals reflect actual system health.\\nInternal state can be “healthy” while the system is broken from a user\\nperspective.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Observable Health Signals","id":"24","title":"Observable Health Signals"},"240":{"body":"","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Environment-Specific Issues","id":"240","title":"Environment-Specific Issues"},"241":{"body":"What you see: Error: Cannot connect to Docker daemon Solutions: Start Docker: # Linux\\nsudo systemctl start docker # macOS\\nopen -a Docker Check Docker version: docker --version\\ndocker-compose --version Framework requires Docker 20+ and Docker Compose 2+. Check Docker resources: docker info | grep -i memory\\ndocker info | grep -i cpu Increase resources in Docker Desktop settings if needed.","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Symptom: Docker Issues","id":"241","title":"Symptom: Docker Issues"},"242":{"body":"What you see: Error: Failed to create StatefulSet: Unauthorized Solutions: Verify cluster access: kubectl cluster-info\\nkubectl get nodes Check permissions: kubectl auth can-i create statefulset\\nkubectl auth can-i create configmap\\nkubectl auth can-i create service If any return “no”, you need cluster admin to grant permissions. Check cluster resources: kubectl top nodes\\nkubectl describe nodes Insufficient cluster resources can prevent pod scheduling.","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Symptom: Kubernetes Issues","id":"242","title":"Symptom: Kubernetes Issues"},"243":{"body":"","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Flaky Tests","id":"243","title":"Flaky Tests"},"244":{"body":"Diagnosis: Timing sensitivity or resource differences between environments. Solutions: Enable slow mode in CI: # .github/workflows/test.yml\\nenv: SLOW_ENVIRONMENT: true READINESS_TIMEOUT_SECS: 120 Use ComposeRunner in CI: LocalRunner is sensitive to host differences; ComposeRunner is more consistent: #![allow(unused)] fn main() {\\n#[cfg(not(ci))]\\nlet runner = LocalDeployer::new().deploy(&plan).await?; #[cfg(ci)]\\nlet runner = ComposeRunner::new().deploy(&plan).await?; } Reduce test concurrency: cargo test --test-threads=2","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Symptom: Tests Pass Locally, Fail in CI","id":"244","title":"Symptom: Tests Pass Locally, Fail in CI"},"245":{"body":"Diagnosis: Non-deterministic behavior, often from chaos or timing races. Solutions: Remove chaos from smoke tests: Chaos introduces intentional non-determinism. Use separate tests: #![allow(unused)] fn main() {\\n#[test]\\nfn deterministic_consensus() { // No chaos\\n} #[test]\\nfn chaos_resilience() { // With chaos\\n} } Increase run duration: Short runs amplify timing sensitivity: #![allow(unused)] fn main() {\\n.with_run_duration(Duration::from_secs(90)) // Instead of 30 } Fix resource contention: Multiple tests running in parallel can interfere: cargo test -- --test-threads=1 # Run serially","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Symptom: Tests Sometimes Pass, Sometimes Fail","id":"245","title":"Symptom: Tests Sometimes Pass, Sometimes Fail"},"246":{"body":"When a test fails, work through this checklist: Does the test pass with --test-threads=1? (rules out parallel interference) Do logs show node startup errors? (rules out deployment issues) Are all expected nodes in “ready” state? (rules out readiness problems) Do workload logs show errors? (rules out workload crashes) Is disk/memory/CPU exhausted? (rules out resource issues) Does the test pass with fewer nodes? (rules out scale sensitivity) Does the test pass with lower workload rates? (rules out load issues)","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Debugging Checklist","id":"246","title":"Debugging Checklist"},"247":{"body":"If you’re still stuck: Collect full logs: cargo test failing_test\\n# Collect logs from /tmp/nomos-test-* if using LocalDeployer\\n# Or use docker-compose logs / kubectl logs for other runners Describe your environment: OS and version Rust version Runner type (Local/Compose/K8s) Node counts and workload config Minimal reproduction: Try to reduce the failing scenario to the smallest possible test that reproduces\\nthe issue. Check existing issues: Search the project’s issue tracker for similar problems and solutions.","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Getting Help","id":"247","title":"Getting Help"},"248":{"body":"","breadcrumbs":"Part IV — Appendix » FAQ » Frequently Asked Questions","id":"248","title":"Frequently Asked Questions"},"249":{"body":"","breadcrumbs":"Part IV — Appendix » FAQ » General Questions","id":"249","title":"General Questions"},"25":{"body":"Always run long enough for meaningful block production: #![allow(unused)] fn main() {\\n// Bad: too short\\n.with_run_duration(Duration::from_secs(5)) // Maybe 0-1 blocks // Good: enough blocks for assertions\\n.with_run_duration(Duration::from_secs(60)) // ~10+ blocks } The framework enforces minimum durations, but be explicit. Very short runs\\nrisk false confidence—one lucky block doesn’t prove liveness.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Minimum Run Windows","id":"25","title":"Minimum Run Windows"},"250":{"body":"Protocol time (measured in blocks or epochs) makes tests robust across different\\nhardware. A test that expects “30 blocks” works whether your laptop produces\\nblocks every 2 seconds or a loaded CI machine takes 5 seconds per block. Wall-clock assertions like “30 blocks in 60 seconds” fail on slower hardware\\neven though consensus is working fine. Protocol time separates “did consensus\\nwork?” from “was the hardware fast?”","breadcrumbs":"Part IV — Appendix » FAQ » Why does the framework use “protocol time” instead of wall-clock time?","id":"250","title":"Why does the framework use “protocol time” instead of wall-clock time?"},"251":{"body":"Yes! This is a core design goal. Build your scenario once: #![allow(unused)] fn main() {\\nlet plan = ScenarioBuilder::with_node_counts(3, 1) .transactions().rate(10).apply() .expect_consensus_liveness() .build(); } Then deploy with any runner: #![allow(unused)] fn main() {\\n// Local development\\nlet runner = LocalDeployer::new().deploy(&plan).await?; // CI\\nlet runner = ComposeRunner::new().deploy(&plan).await?; // Staging\\nlet runner = K8sRunner::new().deploy(&plan).await?; } The plan is immutable and runner-agnostic.","breadcrumbs":"Part IV — Appendix » FAQ » Can I reuse the same scenario with different runners?","id":"251","title":"Can I reuse the same scenario with different runners?"},"252":{"body":"Unit tests verify individual components in isolation. Integration tests with\\nthis framework verify that multiple components work together over real networks\\nwith real timing constraints. Unit tests can’t catch: Consensus failures under network latency Transaction inclusion problems under load DA availability issues with multiple nodes Recovery from node crashes These are emergent behaviors that only appear in multi-node environments.","breadcrumbs":"Part IV — Appendix » FAQ » How is this different from unit tests?","id":"252","title":"How is this different from unit tests?"},"253":{"body":"Yes. The framework needs to run nomos-node and nomos-executor binaries.\\nKeep a checkout of the Nomos repository and build the binaries before running\\ntests. If you’re using Docker/Kubernetes runners, you can use pre-built images instead,\\nbut you’ll still need the source for local development.","breadcrumbs":"Part IV — Appendix » FAQ » Do I need to build Nomos from source?","id":"253","title":"Do I need to build Nomos from source?"},"254":{"body":"","breadcrumbs":"Part IV — Appendix » FAQ » Scenario Design","id":"254","title":"Scenario Design"},"255":{"body":"It depends on what you’re testing: Consensus basics: 2-3 validators is enough Byzantine tolerance: 4+ validators (need N > 3f where f is max faults) Transaction tests: At least 1 executor Chaos tests: N+1 validators to tolerate 1 down Production realism: 10+ nodes Start small and add nodes only when you need to test specific behaviors that\\nrequire more nodes.","breadcrumbs":"Part IV — Appendix » FAQ » How many nodes should my tests use?","id":"255","title":"How many nodes should my tests use?"},"256":{"body":"General guidelines: Quick smoke tests: 30-60 seconds (validates basic function) Workload tests: 60-120 seconds (enough traffic to be meaningful) Chaos tests: 90-180 seconds (multiple chaos events + recovery time) Soak tests: 300+ seconds (catches subtle timing bugs) Very short runs (< 30s) risk false confidence—not enough time to observe\\nmeaningful behavior.","breadcrumbs":"Part IV — Appendix » FAQ » How long should test runs be?","id":"256","title":"How long should test runs be?"},"257":{"body":"Use chaos workloads when specifically testing resilience: Does consensus survive node restarts? Do workloads recover after disruption? Are there resource leaks on restart? Don’t use chaos in basic functional tests—it makes failures hard to reproduce\\nand doesn’t add value when you’re just verifying that features work.","breadcrumbs":"Part IV — Appendix » FAQ » When should I use chaos workloads?","id":"257","title":"When should I use chaos workloads?"},"258":{"body":"Generally, yes! Real systems handle multiple traffic types simultaneously: #![allow(unused)] fn main() {\\nScenarioBuilder::with_node_counts(4, 2) .wallets(20) .transactions().rate(10).users(10).apply() .da().channel_rate(2).blob_rate(1).apply() } This reveals interaction bugs that isolated workload tests miss. But don’t combine too many concerns—tests that verify 10 different things are\\nhard to debug when they fail.","breadcrumbs":"Part IV — Appendix » FAQ » Should I combine multiple workloads in one test?","id":"258","title":"Should I combine multiple workloads in one test?"},"259":{"body":"Only for transaction workloads. The framework automatically seeds wallets when\\nyou add transaction workloads to scenarios with executors. Pure consensus or DA tests don’t need wallets.","breadcrumbs":"Part IV — Appendix » FAQ » Do I need seeded wallets?","id":"259","title":"Do I need seeded wallets?"},"26":{"body":"These principles keep scenarios: Portable across environments (protocol time, declarative) Debuggable (determinism, separation of concerns) Meaningful (observable signals, sufficient duration) When authoring scenarios, ask: “Does this test the protocol behavior or\\nmy local environment quirks?”","breadcrumbs":"Part I — Foundations » Testing Philosophy » Summary","id":"26","title":"Summary"},"260":{"body":"","breadcrumbs":"Part IV — Appendix » FAQ » Running Tests","id":"260","title":"Running Tests"},"261":{"body":"Most startup time is: Building binaries (if not already built) Starting nodes Waiting for readiness (nodes must be fully operational) You can speed this up: Pre-build binaries: cargo build --release Use LocalDeployer for development (faster than Docker) Reduce node count for quick iteration","breadcrumbs":"Part IV — Appendix » FAQ » Why do tests take so long to start?","id":"261","title":"Why do tests take so long to start?"},"262":{"body":"Yes, but carefully. Each test spawns multiple nodes, so: cargo test --test-threads=2 # Limit parallelism Too much parallelism causes port conflicts and resource contention.","breadcrumbs":"Part IV — Appendix » FAQ » Can I run tests in parallel?","id":"262","title":"Can I run tests in parallel?"},"263":{"body":"Read the expectation failure message - tells you what failed Check node logs - /tmp/nomos-test-/node-*/stderr.log for LocalDeployer Simplify the test - remove workloads until you find the cause Run serially - --test-threads=1 rules out parallel interference See the Troubleshooting chapter for detailed guidance.","breadcrumbs":"Part IV — Appendix » FAQ » How do I debug a failing test?","id":"263","title":"How do I debug a failing test?"},"264":{"body":"Yes! Use LocalDeployer: #![allow(unused)] fn main() {\\nlet runner = LocalDeployer::new().deploy(&plan).await?; } This spawns processes directly on your machine. No containers required.","breadcrumbs":"Part IV — Appendix » FAQ » Can I run tests without Docker/Kubernetes?","id":"264","title":"Can I run tests without Docker/Kubernetes?"},"265":{"body":"","breadcrumbs":"Part IV — Appendix » FAQ » Extending the Framework","id":"265","title":"Extending the Framework"},"266":{"body":"Implement the Workload trait: #![allow(unused)] fn main() {\\n#[async_trait]\\nimpl Workload for MyWorkload { fn name(&self) -> &str { \\"my_workload\\" } async fn execute(&self, ctx: &RunContext) -> Result<()> { // Your logic here }\\n} } See the Extending the Framework chapter for complete examples.","breadcrumbs":"Part IV — Appendix » FAQ » How do I add a custom workload?","id":"266","title":"How do I add a custom workload?"},"267":{"body":"Yes! Implement the Deployer and Runner traits. This lets you deploy to\\ncustom infrastructure (cloud VMs, embedded devices, etc.). See the Extending the Framework chapter for details.","breadcrumbs":"Part IV — Appendix » FAQ » Can I add a custom runner?","id":"267","title":"Can I add a custom runner?"},"268":{"body":"Absolutely! If your extension is generally useful (not project-specific), we’d\\nlove to see a PR adding it to testing-framework/workflows.","breadcrumbs":"Part IV — Appendix » FAQ » Can I contribute my workload/expectation upstream?","id":"268","title":"Can I contribute my workload/expectation upstream?"},"269":{"body":"","breadcrumbs":"Part IV — Appendix » FAQ » Troubleshooting","id":"269","title":"Troubleshooting"},"27":{"body":"You’ve learned what scenarios are and why the framework separates concerns. Now\\nlet’s trace through exactly what happens when you run a scenario, from deploy() to cleanup. Understanding this lifecycle will help you debug tests, optimize run times, and\\nunderstand why things happen in a specific order.","breadcrumbs":"Part I — Foundations » Scenario Lifecycle (Conceptual) » Scenario Lifecycle","id":"27","title":"Scenario Lifecycle"},"270":{"body":"This usually means timing sensitivity or resource differences. Solutions: Use ComposeRunner in both places for consistency Limit test parallelism with --test-threads Increase run durations to reduce timing sensitivity Check CI resource allocations (CPU, memory, disk)","breadcrumbs":"Part IV — Appendix » FAQ » Tests pass locally but fail in CI","id":"270","title":"Tests pass locally but fail in CI"},"271":{"body":"Another process is using ports the framework needs. Kill the conflicting process\\nor use a different runner (ComposeRunner/K8sRunner) that uses isolated networking.","breadcrumbs":"Part IV — Appendix » FAQ » “Port already in use” errors","id":"271","title":"“Port already in use” errors"},"272":{"body":"Common causes: Binaries not built: cargo build --release --bin nomos-node Insufficient resources: reduce node count or enable slow mode Network issues: check firewall, Docker networking, K8s services Genesis mismatch: check logs for genesis errors See Troubleshooting for detailed diagnostics.","breadcrumbs":"Part IV — Appendix » FAQ » Nodes won’t reach ready state","id":"272","title":"Nodes won’t reach ready state"},"273":{"body":"Trust expectations first—they define success criteria based on the complete run.\\nLogs might look fine at a glance but expectations catch subtle issues: Blocks progressing too slowly Transactions taking too long to include Stalls that recovered but still indicate problems Use the expectation failure details to guide investigation.","breadcrumbs":"Part IV — Appendix » FAQ » Expectations fail but logs look fine","id":"273","title":"Expectations fail but logs look fine"},"274":{"body":"","breadcrumbs":"Part IV — Appendix » FAQ » Performance and Resources","id":"274","title":"Performance and Resources"},"275":{"body":"Depends on node count and workload intensity: Minimal (2-3 nodes, light workload): 2 CPU cores, 4GB RAM Moderate (4-5 nodes, mixed workload): 4 CPU cores, 8GB RAM Heavy (10+ nodes, high load): 8+ CPU cores, 16GB+ RAM Docker/Kubernetes add overhead—allocate more resources than nodes alone would need.","breadcrumbs":"Part IV — Appendix » FAQ » How much CPU/memory do tests need?","id":"275","title":"How much CPU/memory do tests need?"},"276":{"body":"Yes: Reduce node counts: ScenarioBuilder::with_node_counts(2, 1) Reduce workload rates: .transactions().rate(5).users(3) Increase run duration to give more time Use LocalDeployer (less overhead than containers) Run tests serially: --test-threads=1","breadcrumbs":"Part IV — Appendix » FAQ » Can I run tests on limited hardware?","id":"276","title":"Can I run tests on limited hardware?"},"277":{"body":"Pre-build binaries Use LocalDeployer for development Reduce node counts to minimum needed Shorten run durations (but keep them meaningful) Run in parallel (but carefully—see above) Remember: “fast” tests that don’t catch bugs aren’t useful. Find the balance\\nbetween speed and thoroughness.","breadcrumbs":"Part IV — Appendix » FAQ » How do I make tests faster?","id":"277","title":"How do I make tests faster?"},"278":{"body":"","breadcrumbs":"Part IV — Appendix » FAQ » Advanced Usage","id":"278","title":"Advanced Usage"},"279":{"body":"Yes! Scenarios are just Rust structs. Generate them however you want: #![allow(unused)] fn main() {\\nfor node_count in [3, 5, 7] { let plan = ScenarioBuilder::with_node_counts(node_count, 1) .transactions().rate(10).apply() .build(); // Run test...\\n} }","breadcrumbs":"Part IV — Appendix » FAQ » Can I programmatically generate scenarios?","id":"279","title":"Can I programmatically generate scenarios?"},"28":{"body":"Every scenario goes through six stages: flowchart LR P[Plan
topology + workloads + expectations] --> D[Deploy
runner provisions] D --> R[Readiness
wait for nodes] R --> W[Drive Workloads] W --> O[Observe
blocks/metrics] O --> E[Evaluate Expectations] E --> C[Cleanup] Let’s walk through each stage in detail and see what actually happens.","breadcrumbs":"Part I — Foundations » Scenario Lifecycle (Conceptual) » The Six Stages","id":"28","title":"The Six Stages"},"280":{"body":"Yes: #![allow(unused)] fn main() {\\n#[rstest]\\n#[case::local(LocalDeployer::new())]\\n#[case::compose(ComposeRunner::new())]\\nasync fn test_consensus(#[case] deployer: impl Deployer) { let plan = build_plan(); let runner = deployer.deploy(&plan).await?; assert!(runner.run().await?.is_success());\\n} } This runs the same test with multiple runners automatically.","breadcrumbs":"Part IV — Appendix » FAQ » Can I parameterize tests by runner?","id":"280","title":"Can I parameterize tests by runner?"},"281":{"body":"The framework is designed for CI: Tests are standard cargo test invocations Set environment variables for CI-specific config Collect logs as artifacts on failure Use ComposeRunner or K8sRunner for isolation See Running Scenarios for CI examples.","breadcrumbs":"Part IV — Appendix » FAQ » How do I integrate with CI/CD?","id":"281","title":"How do I integrate with CI/CD?"},"282":{"body":"","breadcrumbs":"Part IV — Appendix » FAQ » Getting Help","id":"282","title":"Getting Help"},"283":{"body":"Read the Troubleshooting chapter Search existing GitHub issues Ask in project chat/forum File a detailed bug report with logs","breadcrumbs":"Part IV — Appendix » FAQ » Where can I get help?","id":"283","title":"Where can I get help?"},"284":{"body":"Include: Full test code (ideally minimal reproduction) Environment details (OS, Rust version, runner type) Complete logs with RUST_LOG=debug What you expected vs. what happened The more detail, the easier it is to help!","breadcrumbs":"Part IV — Appendix » FAQ » How do I report a bug?","id":"284","title":"How do I report a bug?"},"285":{"body":"This glossary defines key terms used throughout the book. Terms are listed\\nalphabetically for easy reference.","breadcrumbs":"Part IV — Appendix » Glossary » Glossary","id":"285","title":"Glossary"},"286":{"body":"Block Feed A stream of block observations tracked during scenario execution. Used by\\nexpectations to verify block progression and liveness. The block feed captures\\nblock height over time, allowing expectations to detect stalls or measure block\\nproduction rates. Chaos Workload A workload that introduces controlled disruptions (node restarts, network\\npartitions, resource constraints) to test system resilience and recovery logic. Consensus Liveness The property that blocks continue to be produced at expected rates. Consensus\\nliveness expectations verify that the system makes progress throughout a test\\nrun. Deployer The interface responsible for turning a scenario plan into running\\ninfrastructure. Different deployers exist for local processes, Docker containers,\\nand Kubernetes pods. Executor A Nomos node running with the DA dispersal service enabled. Executors do\\neverything validators do (consensus, block production, DA verification) plus\\nthey can disperse blobs to the DA network. In tests, executors are needed when\\nyou want to submit transactions or DA data. Expectation A post-run assertion that evaluates whether the system met success criteria.\\nExpectations run after workloads finish and can aggregate signals over the\\nentire test duration. Examples: consensus liveness, transaction inclusion, DA\\navailability. Node Control The ability for a runner to control node lifecycle (start, stop, restart).\\nRequired for chaos workloads. Not all runners support all control operations. Protocol Time Time measured in protocol events (blocks, epochs) rather than wall-clock\\nduration. Expectations judge success based on protocol time to make tests\\nrobust across different hardware speeds. Readiness Check A verification that nodes are fully operational before workloads begin.\\nReadiness checks confirm that HTTP APIs respond, consensus is initialized, and\\npeers are connected. This prevents false test failures from startup timing races. Runner The execution environment that orchestrates a scenario. After deployment,\\nthe runner starts workloads, observes block progression, evaluates expectations,\\nand cleans up resources. Run Context Shared state provided to workloads and expectations during scenario execution.\\nContains node API clients, block feeds, metrics, and topology information. Scenario A complete test plan combining topology, workloads, expectations, and run\\nduration. Scenarios are immutable after building, ensuring reproducible behavior. Slot Duration The target time between blocks in the consensus protocol. Used to calculate\\nexpected block counts and validate liveness. Topology A declarative description of the test cluster: how many validators, how many\\nexecutors, network layout, DA parameters, and timing configuration. Topologies\\nare generated into concrete node configurations during deployment. Validator A Nomos node running the core consensus services: Cryptarchia consensus, block\\nproduction, and DA verification/sampling. Validators and executors are the same\\nnode binary running in different configurations—executors just enable one\\nadditional service (DA dispersal). Workload An async task that generates traffic or conditions during a scenario run.\\nWorkloads drive system behavior to exercise features under test. Examples:\\ntransaction submission, DA blob dispersal, node restarts.","breadcrumbs":"Part IV — Appendix » Glossary » Core Concepts","id":"286","title":"Core Concepts"},"287":{"body":"Cryptarchia The consensus protocol used by Nomos. Based on proof-of-stake with\\nleader election. DA (Data Availability) Subsystem that handles blob data within transactions. When transactions include\\nChannelBlob operations, executors disperse the blob data to the DA network, and\\nvalidators sample and verify it’s available. DA Dispersal The process of publishing data blobs to the DA network. Only executors can\\ndisperse data. DA Sampling The process of verifying that dispersed data is available. Validators\\nperiodically sample DA data to ensure availability. DA Subnetwork Size Configuration parameter controlling how many nodes participate in each DA\\nsubnetwork. Affects availability guarantees and bandwidth requirements. Dispersal Factor Replication factor for DA data. Higher values increase availability at the\\ncost of bandwidth and storage.","breadcrumbs":"Part IV — Appendix » Glossary » Nomos Specifics","id":"287","title":"Nomos Specifics"},"288":{"body":"Builder Pattern Fluent API pattern used for constructing scenarios. Allows method chaining\\nfor readable test definitions. Bundled Expectations Expectations automatically included by workloads when they have obvious\\nsuccess criteria. For example, transaction workloads bundle an inclusion\\nexpectation. Cleanup Guard Mechanism ensuring resources are cleaned up even when tests fail or panic.\\nPrevents leaked processes, containers, or cluster resources. LocalDeployer Runner that spawns node processes directly on the host machine. Fastest\\niteration but no isolation between tests. ComposeRunner Runner that deploys nodes as Docker containers using Docker Compose. Provides\\nisolation and reproducibility. K8sRunner Runner that deploys nodes to a Kubernetes cluster. Highest production\\nfidelity but slower and more resource-intensive. Node Control Handle Interface for controlling node lifecycle (restart, stop, etc.). Provided by\\nrunners that support node control. Run Result Data structure containing test outcomes: which expectations passed, which\\nfailed, final metrics, and test duration. Scenario Builder Fluent API for constructing scenario plans. Validates prerequisites and\\nensures scenarios are well-formed before deployment. Topology Builder Fluent API for constructing topology configurations. Generates node configs,\\nnetwork settings, and genesis state from high-level declarations.","breadcrumbs":"Part IV — Appendix » Glossary » Framework Architecture","id":"288","title":"Framework Architecture"},"289":{"body":"DA: Data Availability CI: Continuous Integration API: Application Programming Interface K8s: Kubernetes TX: Transaction WL: Workload","breadcrumbs":"Part IV — Appendix » Glossary » Common Abbreviations","id":"289","title":"Common Abbreviations"},"29":{"body":"Before anything runs, you build a scenario plan. This happens in your test code: #![allow(unused)] fn main() {\\nlet mut plan = ScenarioBuilder::with_node_counts(2, 1) .wallets(10) .transactions().rate(5).users(5).apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(60)) .build(); } The build() call is doing more than constructing a struct. It: Generates the topology with node configs, network settings, and DA\\nparameters Validates prerequisites (does the transaction workload have wallets?) Checks the run window (is 60 seconds enough for workloads to complete?) Ensures control compatibility (if workloads restart nodes, does the\\nscenario request node control capability?) If validation fails, build() returns an error immediately. This is much\\nbetter than failing halfway through deployment when nodes are already running. Once built, the plan is immutable. You can’t add workloads or change the\\ntopology after this point. This immutability is crucial—it means the same plan\\nproduces the same behavior regardless of when or where you run it.","breadcrumbs":"Part I — Foundations » Scenario Lifecycle (Conceptual) » Stage 1: Build the Plan","id":"29","title":"Stage 1: Build the Plan"},"3":{"body":"The DA subsystem handles blob data within transactions. Transactions can include\\nChannelBlob operations that reference large data; executors disperse this blob\\ndata to the DA network, and validators sample and verify it’s available. This matters for testing because DA dispersal and sampling involve network\\ncommunication, storage, and verification proofs—operations that can fail under\\nload or network disruption. DA workloads in your tests exercise this subsystem,\\nand expectations verify it’s working correctly.","breadcrumbs":"Project Context Primer » Data Availability (DA)","id":"3","title":"Data Availability (DA)"},"30":{"body":"You hand your plan to a runner: #![allow(unused)] fn main() {\\nlet runner = LocalDeployer::new().deploy(&plan).await?; } The runner’s job is to turn your abstract plan into running infrastructure. The\\nexact steps depend on which runner you chose: LocalDeployer: Spawns node processes on your machine Creates temporary directories for each node’s data Passes node configs via command-line arguments Tracks process handles for cleanup ComposeRunner: Generates a docker-compose.yml from your topology Starts cfgsync to distribute configs to containers Launches node containers with proper networking Waits for container health checks to pass K8sRunner: Creates ConfigMaps for node configs Deploys StatefulSets for validators and executors Sets up Services for node discovery Waits for pod Ready status Despite these different implementations, the interface is the same. Your\\nscenario code doesn’t know or care which backend is running—it just waits for\\nthe runner to signal “nodes are deployed.”","breadcrumbs":"Part I — Foundations » Scenario Lifecycle (Conceptual) » Stage 2: Deploy","id":"30","title":"Stage 2: Deploy"},"31":{"body":"Deployment finishing doesn’t mean nodes are usable. They might still be\\nbootstrapping, connecting to peers, or syncing state. Workloads can’t start\\nuntil nodes are actually ready to handle requests. The runner enforces a readiness protocol. It polls each node’s API until: The node responds (HTTP server is up) Consensus is initialized (the node has Genesis and is tracking blocks) Peers are connected (the node sees its expected neighbors) Different runners implement this differently—local processes check localhost\\nURLs, Compose checks container ports, Kubernetes checks Service endpoints—but\\nthe concept is the same: don’t proceed until nodes are provably healthy. This readiness stage is why your tests don’t have to include brittle sleeps or\\nretry logic. The framework guarantees that when workloads start, nodes are\\nactually ready.","breadcrumbs":"Part I — Foundations » Scenario Lifecycle (Conceptual) » Stage 3: Readiness","id":"31","title":"Stage 3: Readiness"},"32":{"body":"Once readiness passes, the runtime starts all workloads concurrently. Each\\nworkload is an async task that does something to the cluster: The transaction workload submits transactions at the configured rate The DA workload disperses blobs and channels The chaos workload restarts nodes at random intervals Workloads run for the scenario’s configured duration. If you set run_duration\\nto 60 seconds, all workloads will run for 60 seconds (unless one errors early). Workloads don’t manage their own lifecycle. They implement an execute()\\nmethod that runs until cancelled, and the runtime handles starting, timing, and\\nstopping. This keeps workload code simple—no manual timers or cleanup logic. Some workloads, like chaos restarts, trigger control operations. When this\\nhappens, the runtime tracks downtime and adjusts expectations accordingly. We’ll\\ncover this in detail in the Chaos chapter.","breadcrumbs":"Part I — Foundations » Scenario Lifecycle (Conceptual) » Stage 4: Drive Workloads","id":"32","title":"Stage 4: Drive Workloads"},"33":{"body":"While workloads run (and after they finish), the runtime collects signals about\\nsystem health. The most important signal is block progression. The framework tracks block height over time. This serves two purposes: It grounds timing in protocol time. Instead of “did 60 wall-clock\\nseconds pass?”, expectations check “did we see the expected number of\\nblocks?” It detects liveness failures. If blocks stop progressing during the run,\\nthe framework knows something went wrong even before evaluating expectations. Other signals include metrics from node APIs (peer counts, transaction pool\\nsizes) and workload-specific data (how many transactions were submitted, how\\nmany DA blobs were dispersed). These signals get stored in the RunContext which all expectations can access.","breadcrumbs":"Part I — Foundations » Scenario Lifecycle (Conceptual) » Stage 5: Observe","id":"33","title":"Stage 5: Observe"},"34":{"body":"After workloads finish, the runtime evaluates expectations. Each expectation\\ngets the full RunContext—block progression data, metrics, baselines captured\\nbefore workloads started—and returns pass or fail. For example, the consensus liveness expectation checks: Did we see at least expected_blocks during the run? Were there any unexpected stalls (periods of no block progression)? The transaction inclusion expectation checks: How many transactions were submitted by the workload? How many of those appeared in blocks? Is the inclusion rate above the threshold? If any expectation fails, the test fails and you get a detailed report. If all\\npass, the test succeeds. Expectations can’t modify system state—they’re pure observers. This is\\nintentional. If an expectation could generate traffic or restart nodes, you\\nwouldn’t know whether test failures came from workloads or expectations. The\\nseparation keeps failure signals clear.","breadcrumbs":"Part I — Foundations » Scenario Lifecycle (Conceptual) » Stage 6: Evaluate Expectations","id":"34","title":"Stage 6: Evaluate Expectations"},"35":{"body":"Finally, the runner tears down all resources: LocalDeployer kills node processes and optionally deletes temp directories ComposeRunner stops and removes containers, networks, and volumes K8sRunner deletes StatefulSets, ConfigMaps, and Services Cleanup happens even if the test failed or workloads errored. This is crucial\\nfor CI environments where leaked resources from one test can break subsequent\\ntests. If cleanup itself fails (e.g., a process won’t die), the framework logs\\nwarnings but doesn’t mask the original test result. You’ll see both the test\\nfailure and the cleanup warning.","breadcrumbs":"Part I — Foundations » Scenario Lifecycle (Conceptual) » Stage 7: Cleanup","id":"35","title":"Stage 7: Cleanup"},"36":{"body":"The lifecycle order isn’t arbitrary: Readiness before workloads prevents tests from failing due to startup\\ntiming races Observations during workloads capture real-time system behavior without\\ninterfering Expectations after workloads ensure judgments reflect complete runs, not\\nsnapshots Cleanup always runs so successive tests start from a known state Breaking this order would introduce subtle bugs. If workloads started before\\nreadiness, they’d fail unpredictably. If expectations ran during workloads,\\nthey’d see incomplete data. If cleanup was optional, tests would leak resources.","breadcrumbs":"Part I — Foundations » Scenario Lifecycle (Conceptual) » Why This Order Matters","id":"36","title":"Why This Order Matters"},"37":{"body":"Let’s look at a real scenario and trace its lifecycle: #![allow(unused)] fn main() {\\nlet mut plan = ScenarioBuilder::with_node_counts(3, 1) .enable_node_control() .wallets(10) .transactions().rate(10).users(5).apply() .chaos().restart() .min_delay(Duration::from_secs(20)) .max_delay(Duration::from_secs(40)) .target_cooldown(Duration::from_secs(60)) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(120)) .build(); // Stage 1: Build and validate let deployer = ComposeRunner::default();\\nlet runner = deployer.deploy(&plan).await?; // Stage 2: Deploy containers // Stage 3: Readiness checks happen automatically inside deploy() let _handle = runner.run(&mut plan).await?; // Stage 4: Transaction workload submits txs, chaos workload restarts nodes\\n// Stage 5: Block feed tracks block progression throughout\\n// Stage 6: Consensus liveness expectation evaluates block data\\n// Stage 7: Cleanup tears down containers } From the outside, most of this is invisible—you just call deploy() and run(). But understanding what happens inside these calls will help you debug\\nwhen things go wrong.","breadcrumbs":"Part I — Foundations » Scenario Lifecycle (Conceptual) » Lifecycle in Practice","id":"37","title":"Lifecycle in Practice"},"38":{"body":"You now understand the full lifecycle from plan to cleanup. The next chapter,\\nDesign Rationale, explains why the framework makes specific technical\\nchoices—like why expectations are post-run rather than inline, or why readiness\\nis mandatory rather than optional. If you want to start writing tests instead, skip to Part II: User Guide and the\\nAuthoring Scenarios chapter.","breadcrumbs":"Part I — Foundations » Scenario Lifecycle (Conceptual) » What’s Next","id":"38","title":"What’s Next"},"39":{"body":"Every framework makes tradeoffs. This chapter explains the key design decisions\\nin the Nomos Testing Framework and why we made them. If you’ve wondered “why\\ndoes this work this way?”, the answers are here.","breadcrumbs":"Part I — Foundations » Design Rationale » Design Rationale","id":"39","title":"Design Rationale"},"4":{"body":"These three components don’t work in isolation. Validators need to coordinate\\non consensus decisions, executors need to successfully disperse and retrieve DA\\nblobs, and all nodes need to maintain network connections and timing\\nsynchronization. This tight coupling is exactly why we need multi-node integration tests. A unit\\ntest can verify that a single validator processes a block correctly, but it\\ncan’t tell you whether three validators will reach consensus over a real\\nnetwork, or whether an executor’s dispersed blob will actually be sampled by\\nvalidators in time. The rest of this book shows you how to test these interactions systematically.","breadcrumbs":"Project Context Primer » Why This Matters for Testing","id":"4","title":"Why This Matters for Testing"},"40":{"body":"The framework is split into multiple crates: testing-framework/core - core types and traits testing-framework/workflows - reusable workloads and expectations testing-framework/runners/* - deployment backends testing-framework/configs - configuration helpers Why not put everything in one crate? Because tight coupling kills extensibility. When configuration logic is mixed with orchestration code, adding a new node\\ntype means touching deployment code. When workloads know about specific\\nrunners, switching backends means rewriting workloads. When expectations depend\\non workload internals, changing traffic generation breaks assertions. The modular structure enforces isolation. The core crate defines traits\\n( Workload, Expectation, Deployer) but has zero knowledge of specific\\nimplementations. Workflows can add new workloads without touching core or\\nrunners. Runners can add new backends without touching core or workflows. This means you can: Add a custom workload in your test repo without forking the framework Swap runners without rewriting scenarios Upgrade core without breaking custom runners The tradeoff is more imports and some boilerplate. But the cost is worth it—the\\nframework has stayed stable even as we’ve added Kubernetes support, new\\nworkloads, and additional expectations.","breadcrumbs":"Part I — Foundations » Design Rationale » Modular Crates: Loose Coupling, Clear Boundaries","id":"40","title":"Modular Crates: Loose Coupling, Clear Boundaries"},"41":{"body":"One of the framework’s core promises is portability: the same scenario runs\\nidentically on local processes, Docker containers, or Kubernetes pods. This\\nisn’t magic—it’s the result of careful abstraction. Every runner implements the Deployer trait: #![allow(unused)] fn main() {\\n#[async_trait]\\npub trait Deployer { async fn deploy(&self, topology: &GeneratedTopology) -> Result>;\\n} } The trait doesn’t specify how to deploy—only the contract: given a topology,\\nprovide a Runner that can execute scenarios. This lets implementations vary\\nwildly while the scenario code stays the same. Why is this worth the abstraction cost? Different environments have different constraints. On your laptop, you want\\nfast iteration—no Docker overhead, no Kubernetes complexity. In CI, you want\\nisolation—containerized tests that can’t interfere with each other. In staging,\\nyou want realism—Kubernetes deployments that mirror production. If scenarios were tied to specific deployment methods, you’d maintain three\\nversions of every test. With pluggable runners, you maintain one scenario and\\nchoose the runner at runtime: #![allow(unused)] fn main() {\\n// Development: fast, no isolation\\nlet runner = LocalDeployer::new().deploy(&plan).await?; // CI: isolated, reproducible\\nlet runner = ComposeRunner::new().deploy(&plan).await?; // Staging: production-like\\nlet runner = K8sRunner::new().deploy(&plan).await?; } The tradeoff is that scenarios can’t depend on runner-specific features. You\\ncan’t assume nodes are local processes or that you can shell into containers.\\nBut this constraint is exactly what makes portability work—if scenarios could\\ndepend on local process details, they wouldn’t run on Kubernetes.","breadcrumbs":"Part I — Foundations » Design Rationale » Pluggable Runners: Write Once, Run Anywhere","id":"41","title":"Pluggable Runners: Write Once, Run Anywhere"},"42":{"body":"Many testing frameworks mix traffic generation and assertions: #![allow(unused)] fn main() {\\n// Anti-pattern: mixed concerns\\nsubmit_transaction(&client, tx).await?;\\nassert!(block_includes(&client, tx.hash()).await?); } This is convenient but brittle. If you want to test transaction inclusion under\\ndifferent traffic patterns (steady rate, bursts, chaos), you have to duplicate\\nthe assertion logic. If you want to change success criteria (maybe 95%\\ninclusion is acceptable under chaos), you have to hunt through test code. The framework inverts this: workloads generate traffic, expectations judge\\noutcomes. #![allow(unused)] fn main() {\\n// Clear separation\\nlet mut plan = ScenarioBuilder::with_node_counts(2, 1) .wallets(10) .transactions().rate(10).users(5).apply() // Workload: what to do .expect_transaction_inclusion() // Expectation: what success means .build(); } Why is this better? It clarifies intent. When reviewing tests, you can see at a glance what\\ntraffic is generated and what must be true for success. No digging through\\nimperative code to find assertions. It enables reuse. The same transaction workload can pair with different\\nexpectations (strict inclusion, best-effort inclusion, latency requirements).\\nThe same expectation can pair with different workloads (transactions, DA blobs,\\nmixed traffic). It simplifies debugging. If a test fails, you know exactly which\\nexpectation failed and can look at its evaluation logic independently from\\nworkload code. The tradeoff is indirection. You can’t inline quick checks while generating\\ntraffic. But this constraint is valuable—it forces you to think about what\\nyou’re testing rather than what’s convenient to check right now.","breadcrumbs":"Part I — Foundations » Design Rationale » Separated Workloads and Expectations: What vs. How","id":"42","title":"Separated Workloads and Expectations: What vs. How"},"43":{"body":"Topologies are declarative descriptions, not imperative scripts: #![allow(unused)] fn main() {\\n// Declarative: what you want\\nTopologyBuilder::with_node_counts(3, 2) .with_network_layout(NetworkLayout::Mesh) } Compare this to imperative deployment: #![allow(unused)] fn main() {\\n// Imperative: how to get it (anti-pattern)\\nlet mut nodes = Vec::new();\\nfor i in 0..3 { nodes.push(spawn_validator(i, &config).await?);\\n}\\nfor i in 0..2 { nodes.push(spawn_executor(i, &config).await?);\\n}\\nconnect_all_peers(&mut nodes).await?; } The declarative approach has several advantages: Reproducibility. The same topology declaration produces the same cluster\\nshape every time, regardless of runner. With imperative code, subtle timing\\ndifferences or environment variations can produce different topologies. Readability. You see the intent (3 validators, 2 executors, mesh network)\\nwithout implementation details (spawn processes, configure peers, wait for\\nconnectivity). Portability. The same topology works with any runner. With imperative code,\\nyou’d need runner-specific logic. Validation. The framework can validate topologies before deployment. With\\nimperative code, you only discover problems at runtime. The tradeoff is less flexibility. If you need extremely custom node\\nconfigurations, the declarative API might not support them yet. But in\\npractice, this rarely matters—most tests need standard topologies with minor\\nvariations, which the builder API handles well.","breadcrumbs":"Part I — Foundations » Design Rationale » Declarative Topology: Explicit Intent, Reproducible Clusters","id":"43","title":"Declarative Topology: Explicit Intent, Reproducible Clusters"},"44":{"body":"Once you call build() on a scenario, it’s immutable. You can’t add workloads,\\nchange the topology, or adjust the run duration. Why this restriction? Immutability makes scenarios reproducible. If you could modify a scenario\\nafter building it, different test runs might execute different scenarios even\\nthough they started from the same code. Immutability guarantees that passing a\\nscenario to different runners produces identical behavior. Immutability enables validation. The framework can validate the complete\\nscenario at build time. If scenarios were mutable, validation would need to run\\ncontinuously, and you’d discover errors mid-deployment instead of upfront. Immutability simplifies reasoning. When debugging a test failure, you know\\nthe scenario hasn’t changed partway through execution. The plan is the plan. The tradeoff is that you can’t build scenarios dynamically based on runtime\\nconditions. But this is rarely needed—most tests know their requirements\\nupfront. If you do need runtime decisions, you can build multiple scenarios and\\nchoose which to run.","breadcrumbs":"Part I — Foundations » Design Rationale » Immutable Plans: Predictability Over Flexibility","id":"44","title":"Immutable Plans: Predictability Over Flexibility"},"45":{"body":"The framework grounds timing in protocol events (blocks) rather than wall-clock\\nduration. Expectations check “did we see N blocks?” instead of “did 60 seconds\\npass?”. Why? Because wall-clock time is unreliable in distributed systems testing. A local laptop might produce blocks every 2 seconds. A loaded CI machine might\\ntake 5 seconds per block. If your assertion checks “did we see at least 30\\nblocks in 60 seconds?”, it passes locally (30 blocks * 2 sec = 60 sec) but\\nfails in CI (only 12 blocks in 60 sec). Protocol time fixes this. Instead of fixed durations, you specify block counts\\nor block-relative timing: #![allow(unused)] fn main() {\\n// Robust: works regardless of machine speed\\n.expect_consensus_liveness() // Checks blocks progress, not wall time\\n.with_run_duration(Duration::from_secs(60)) // But still has max wall time } The framework maps wall time to expected blocks using the topology’s slot\\nduration, but expectations validate protocol progress. This makes tests robust\\nacross environments while still enforcing reasonable wall-time limits (so tests\\ndon’t run forever if blocks stop).","breadcrumbs":"Part I — Foundations » Design Rationale » Protocol Time Over Wall Time: Robust Assertions","id":"45","title":"Protocol Time Over Wall Time: Robust Assertions"},"46":{"body":"The framework enforces readiness checks before starting workloads. Nodes must\\nrespond to APIs, consensus must be initialized, and peers must be connected\\nbefore workloads begin. Why not just start workloads and let them retry? Readiness checks fail fast. If a node won’t start, you know immediately.\\nWithout readiness, workloads would fail with confusing errors (“connection\\nrefused”, “timeout”) that don’t indicate whether the problem is deployment,\\nnetworking, or actual bugs. Readiness checks are explicit. You can see in logs exactly when each node\\nbecame ready. This helps debug timing-sensitive scenarios. Readiness checks are uniform. Every runner enforces the same protocol. This\\nmakes scenarios truly portable—you’re guaranteed that workloads start under the\\nsame conditions regardless of backend. The tradeoff is longer startup time. Waiting for readiness adds a few seconds\\nto every test. But the cost is worth it—robust tests that fail clearly are far\\nmore valuable than fast tests that fail mysteriously.","breadcrumbs":"Part I — Foundations » Design Rationale » Mandatory Readiness: Fail Fast, Fail Clear","id":"46","title":"Mandatory Readiness: Fail Fast, Fail Clear"},"47":{"body":"These decisions all serve the framework’s core goals: Portability - Write once, run anywhere (local, Docker, Kubernetes) Composability - Mix and match topologies, workloads, expectations Debuggability - Clear failures that point to actual bugs, not test\\ninfrastructure Maintainability - Extend the framework without breaking existing tests Some of these goals create tension. Portability requires abstractions that add\\nindirection. Immutability prevents dynamic scenarios. Mandatory readiness slows\\nstartup. We’ve chosen to prioritize robustness and clarity over convenience and speed.\\nThis makes the framework feel slightly more rigid than ad-hoc test scripts, but\\nit’s the reason scenarios stay stable as the codebase grows.","breadcrumbs":"Part I — Foundations » Design Rationale » Design Goals Revisited","id":"47","title":"Design Goals Revisited"},"48":{"body":"Part I has given you the foundation—you understand the architecture, the\\nlifecycle, the design philosophy, and the rationale behind key decisions. Part\\nII will put this knowledge into practice, showing you how to author scenarios,\\nrun tests, and use the full capabilities of the framework. If you’re ready to write your first scenario, continue to the next chapter:\\nAuthoring Scenarios.","breadcrumbs":"Part I — Foundations » Design Rationale » What’s Next","id":"48","title":"What’s Next"},"49":{"body":"Practical guidance for shaping scenarios, combining workloads and expectations,\\nand running them across different environments.","breadcrumbs":"Part II — User Guide » Part II — User Guide","id":"49","title":"Part II — User Guide"},"5":{"body":"This book establishes a mental model for Nomos multi-node testing. It covers authoring scenarios with realistic workloads and running them across local, containerized, and cluster environments without modification.","breadcrumbs":"What You Will Learn » What You Will Learn","id":"5","title":"What You Will Learn"},"50":{"body":"The workspace focuses on multi-node integration testing and sits alongside a nomos-node checkout. Its crates separate concerns to keep scenarios\\nrepeatable and portable: Configs: prepares high-level node, network, tracing, and wallet settings\\nused across test environments. Core scenario orchestration: the engine that holds topology descriptions,\\nscenario plans, runtimes, workloads, and expectations. Workflows: ready-made workloads (transactions, data-availability, chaos)\\nand reusable expectations assembled into a user-facing DSL. Runners: deployment backends for local processes, Docker Compose, and\\nKubernetes, all consuming the same scenario plan. Test workflows: example scenarios and integration checks that show how\\nthe pieces fit together. This split keeps configuration, orchestration, reusable traffic patterns, and\\ndeployment adapters loosely coupled while sharing one mental model for tests.","breadcrumbs":"Part II — User Guide » Workspace Layout » Workspace Layout","id":"50","title":"Workspace Layout"},"51":{"body":"High-level view of the workspace and how pieces relate: nomos-testing/\\n├─ testing-framework/\\n│ ├─ configs/ # shared configuration helpers\\n│ ├─ core/ # scenario model, runtime, topology\\n│ ├─ workflows/ # workloads, expectations, DSL extensions\\n│ └─ runners/ # local, compose, k8s deployment backends\\n├─ tests/ # integration scenarios using the framework\\n└─ scripts/ # supporting setup utilities (e.g., assets) Each area maps to a responsibility: describe configs, orchestrate scenarios,\\npackage common traffic and assertions, adapt to environments, and demonstrate\\nend-to-end usage.","breadcrumbs":"Part II — User Guide » Annotated Tree » Annotated Tree","id":"51","title":"Annotated Tree"},"52":{"body":"Now that you understand the concepts, let’s write some scenarios. This chapter\\nwill walk you through building your first test, from a simple consensus check\\nto more complex multi-workload scenarios. We’ll start simple and add complexity gradually so you can see how pieces fit\\ntogether.","breadcrumbs":"Part II — User Guide » Authoring Scenarios » Authoring Scenarios","id":"52","title":"Authoring Scenarios"},"53":{"body":"Let’s start with the simplest meaningful test: verifying that a cluster can\\nreach consensus and produce blocks. Here’s the complete scenario: #![allow(unused)] fn main() {\\nuse nomos_testing_core::scenario::{Deployer, ScenarioBuilder};\\nuse nomos_testing_runner_local::LocalDeployer;\\nuse nomos_testing_workflows::ScenarioBuilderExt;\\nuse std::time::Duration; #[tokio::test]\\nasync fn test_consensus_liveness() -> Result<(), Box> { let mut plan = ScenarioBuilder::with_node_counts(3, 0) // 3 validators, 0 executors .expect_consensus_liveness() // Check blocks progress .with_run_duration(Duration::from_secs(30)) // Run for 30 seconds .build(); let deployer = LocalDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } Let’s break down what each line does: ScenarioBuilder::with_node_counts(3, 0) creates a scenario with 3\\nvalidators and 0 executors. Why 3 validators? Because consensus needs multiple\\nnodes to be meaningful. A single node will always agree with itself—not\\ninteresting. Three nodes means there’s actual coordination happening. Why 0 executors? Because this test is purely about consensus. Executors would\\nwork too, but they’re more complex (they run DA dispersal logic) and we don’t\\nneed that complexity yet. .expect_consensus_liveness() adds an expectation that checks block\\nprogression. After the scenario runs, this expectation will verify that blocks\\nwere produced at a reasonable rate and that there were no unexpected stalls. .with_run_duration(Duration::from_secs(30)) sets how long workloads run.\\nIn this case, we don’t have explicit workloads, but the runtime still needs a\\nduration to know when to evaluate expectations. 30 seconds is enough to see\\nseveral epochs of blocks without waiting too long. .build() constructs the immutable scenario plan. This is where validation\\nhappens—if you misconfigured something (like setting duration too short), you’ll\\nget a panic here, not during deployment. LocalDeployer::default() creates the local deployer that will spawn node\\nprocesses on your machine. deployer.deploy(&plan).await? takes your plan and turns it into running\\nvalidator processes. The deploy step waits for nodes to be ready before returning\\na Runner. runner.run(&mut plan).await? executes the scenario: starts workloads (none\\nin this case), observes block progression, evaluates expectations, and cleans up.\\nReturns a RunHandle on success, or a ScenarioError if expectations failed. Run this test with cargo test test_consensus_liveness and you’ll see: Validator processes starting up Nodes connecting to each other Blocks being produced Expectations evaluating Cleanup happening Congratulations! You’ve written your first integration test.","breadcrumbs":"Part II — User Guide » Authoring Scenarios » Your First Scenario: Consensus Liveness","id":"53","title":"Your First Scenario: Consensus Liveness"},"54":{"body":"Consensus liveness is good, but most tests need to exercise system features\\nactively. Let’s add transaction traffic: #![allow(unused)] fn main() {\\n#[tokio::test]\\nasync fn test_transaction_inclusion() -> Result<(), Box> { let mut plan = ScenarioBuilder::with_node_counts(2, 1) // Need executor for txs .wallets(10) // Seed 10 wallet accounts .transactions() .rate(5) // 5 txs per block .users(5) // Use 5 of the wallets .apply() .expect_consensus_liveness() // Still check liveness .with_run_duration(Duration::from_secs(60)) .build(); let deployer = LocalDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } Notice the changes: with_node_counts(2, 1) now includes an executor. Transactions need to be\\nsubmitted somewhere, and executors handle transaction submission (validators\\nonly validate). .wallets(10) seeds 10 wallet accounts that workloads can use. This must\\ncome before the transaction workload. .transactions().rate(5).users(5).apply() adds a transaction workload that\\nsubmits 5 transactions per block, rotating through 5 wallet users. The .apply()\\ncall finalizes the workload and adds it to the scenario. Why the nested builder pattern? Because workloads have their own configuration.\\nThe transaction workload lets you tune rate and users. We’re setting both explicitly. The transaction workload includes a default expectation. You didn’t see .expect_transaction_inclusion() because the transactions workload adds it\\nautomatically. It makes sense—if you’re submitting transactions, you probably\\nwant to verify they get included.","breadcrumbs":"Part II — User Guide » Authoring Scenarios » Adding Traffic: Transaction Workload","id":"54","title":"Adding Traffic: Transaction Workload"},"55":{"body":"So far we’ve used simple node counts and accepted defaults. Let’s see how to\\ncustomize topology: #![allow(unused)] fn main() {\\nlet mut plan = ScenarioBuilder::with_node_counts(5, 2) .topology() .network_mesh() // All nodes connected .validators(5) .executors(2) .apply() .wallets(20) .transactions() .rate(10) .users(10) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(60)) .build(); } .network_mesh() means every node connects to every other node. The\\ndefault is .network_star(), where nodes connect through a central hub. Mesh\\nis more realistic for small clusters and exercises peer-to-peer networking more\\nthoroughly. The topology builder has other configuration methods for network layout and DA\\nparameters, but for most tests the defaults work fine.","breadcrumbs":"Part II — User Guide » Authoring Scenarios » Configuring Topology","id":"55","title":"Configuring Topology"},"56":{"body":"Real systems have multiple concurrent activities. Let’s test consensus under\\nboth transaction load and DA traffic: #![allow(unused)] fn main() {\\nlet mut plan = ScenarioBuilder::with_node_counts(3, 2) .wallets(20) .transactions() .rate(10) .users(10) .apply() .da() .channel_rate(2) // DA channels per block .blob_rate(1) // Blobs per channel .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(120)) .build(); } Both workloads run concurrently during the 120-second window. This tests\\nwhether the system can handle multiple traffic types simultaneously—a more\\nrealistic scenario than isolated workload tests.","breadcrumbs":"Part II — User Guide » Authoring Scenarios » Combining Multiple Workloads","id":"56","title":"Combining Multiple Workloads"},"57":{"body":"What happens if nodes restart during operation? Let’s find out: #![allow(unused)] fn main() {\\nlet mut plan = ScenarioBuilder::with_node_counts(4, 1) .enable_node_control() // Required for chaos .wallets(10) .transactions() .rate(5) .users(5) .apply() .chaos() .restart() // Random node restarts .min_delay(Duration::from_secs(10)) // Min time between restarts .max_delay(Duration::from_secs(20)) // Max time between restarts .target_cooldown(Duration::from_secs(30)) // Cooldown per node .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(90)) .build(); } .enable_node_control() is required before using chaos workloads. It changes\\nthe scenario’s capability type to support node lifecycle operations. The chaos workload restarts random nodes with delays between 10-20 seconds,\\nand won’t restart the same node within 30 seconds (target_cooldown). This tests\\nwhether consensus can tolerate node churn and whether transaction submission\\nrecovers gracefully. Consensus liveness expectations account for controlled restarts—they know nodes\\nwere down intentionally and won’t fail the test unless liveness breaks unexpectedly.","breadcrumbs":"Part II — User Guide » Authoring Scenarios » Testing Resilience: Chaos Workloads","id":"57","title":"Testing Resilience: Chaos Workloads"},"58":{"body":"How long should scenarios run? Here’s a rule of thumb: For basic liveness: 30-60 seconds. Enough to see several epochs of blocks\\nand detect obvious failures. For workload-driven tests: 60-120 seconds. Enough for workloads to generate\\nmeaningful traffic and for expectations to have data to evaluate. For chaos/resilience: 90-180 seconds. Enough for multiple chaos events to\\nhappen and for the system to recover between them. For long-running stability: 300+ seconds. Useful for stress testing and\\nfinding subtle timing bugs, but too slow for typical CI runs. You can also think in terms of expected blocks. With a 2-second slot duration,\\n60 seconds means ~30 blocks. That’s enough to validate consensus but not so\\nmany that log volume becomes unwieldy.","breadcrumbs":"Part II — User Guide » Authoring Scenarios » Choosing Run Duration","id":"58","title":"Choosing Run Duration"},"59":{"body":"We’ve been using LocalDeployer for all examples. When should you use others? Use LocalDeployer when: You’re developing a new test and want fast iteration You’re debugging a failure and want easy access to logs You’re on a laptop with limited resources Use ComposeRunner when: You want isolation between test runs You’re in CI and need reproducible environments You want to test network partitions or container-specific behaviors Use K8sRunner when: You need production-like deployment You’re testing Kubernetes-specific integration You’re running large-scale scenarios that don’t fit on one machine The beauty of the framework is that you change one line—the runner\\ninstantiation—and everything else stays the same.","breadcrumbs":"Part II — User Guide » Authoring Scenarios » Choosing a Runner","id":"59","title":"Choosing a Runner"},"6":{"body":"Conceptual chapters that establish the mental model for the framework and how\\nit approaches multi-node testing.","breadcrumbs":"Part I — Foundations » Part I — Foundations","id":"6","title":"Part I — Foundations"},"60":{"body":"As you write more scenarios, keep these practices in mind: Start simple. Don’t add chaos workloads to your first test. Get basic\\nliveness working, then add complexity. One concept per test. Test transaction inclusion separately from DA blob\\ndispersal. Tests that try to verify too many things simultaneously are hard to\\ndebug when they fail. Meaningful names. Call your test test_consensus_survives_single_node_restart,\\nnot test_scenario_5. Future you (and your teammates) will thank you. Document assumptions. If a test needs specific timing or topology, comment\\nwhy. “We use 4 validators here because 3 would give false positives under this\\nchaos pattern.” Keep durations reasonable. Long tests are thorough but slow CI down. Find\\nthe minimum duration that reliably catches bugs.","breadcrumbs":"Part II — User Guide » Authoring Scenarios » Best Practices","id":"60","title":"Best Practices"},"61":{"body":"You now know how to author scenarios from simple consensus checks to complex\\nmulti-workload tests. The next chapter, Examples, shows a collection of\\ncomplete scenarios you can learn from and adapt to your needs. If you want to dive deep into what workloads and expectations are available,\\nskip ahead to the Workloads chapter. If you want to understand running scenarios\\nin different environments, check out the Runners and Running Scenarios chapters.","breadcrumbs":"Part II — User Guide » Authoring Scenarios » What’s Next","id":"61","title":"What’s Next"},"62":{"body":"Workloads are what make scenarios interesting. Without workloads, you’re just\\nstarting nodes and watching them idle. Workloads generate traffic, create load,\\nintroduce chaos—they’re what actually exercises the system under test. This chapter is your complete reference to available workloads and expectations,\\nhow to configure them, and when to use each one.","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Workloads and Expectations","id":"62","title":"Workloads and Expectations"},"63":{"body":"A workload is an async task that runs during your scenario’s configured\\nduration. It does something actively: Submits transactions Disperses DA blobs Restarts nodes randomly Generates network traffic Workloads implement the Workload trait, which has one key method: #![allow(unused)] fn main() {\\nasync fn execute(&self, ctx: &RunContext) -> Result<()>; } The RunContext gives workloads everything they need: API clients for nodes,\\nblock feeds for tracking progress, and shared state for coordination. Workloads\\nrun until cancelled (when the scenario’s duration expires) or until they\\ncomplete naturally. Most importantly, workloads don’t manage their own timing or cleanup—the\\nframework handles that. Your workload just focuses on generating the right\\ntraffic.","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Understanding Workloads","id":"63","title":"Understanding Workloads"},"64":{"body":"The transaction workload submits user transactions at a configured rate. It’s\\none of the most commonly used workloads because most tests need to verify that\\ntransactions get processed correctly.","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Transaction Workload","id":"64","title":"Transaction Workload"},"65":{"body":"#![allow(unused)] fn main() {\\n.wallets(20) // Seed wallet accounts first\\n.transactions() .rate(10) // Transactions per block .users(10) // Use 10 wallet users .apply() } This submits 10 transactions per block using 10 distinct wallet users.","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Basic Usage","id":"65","title":"Basic Usage"},"66":{"body":"Rate ( rate(n)): How many transactions per block to submit. #![allow(unused)] fn main() {\\n.transactions().rate(20).users(10).apply() // High load\\n.transactions().rate(1).users(5).apply() // Light load } Users ( users(n)): How many distinct wallet addresses to use. #![allow(unused)] fn main() {\\n.transactions().rate(10).users(50).apply() // More wallet diversity } More users means more diverse nonces and addresses, which exercises mempool\\ndeduplication more thoroughly. Note: You must call .wallets(n) on the scenario builder before adding\\ntransaction workloads to seed the wallet accounts.","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Configuration Options","id":"66","title":"Configuration Options"},"67":{"body":"Under the hood, the transaction workload: Seeds wallets during scenario build (the topology includes seeded accounts) Connects to executor nodes (only executors accept transaction submission) Submits transactions at the configured rate, rotating through available actors Tracks which transactions were submitted (for inclusion expectations) Handles failures gracefully (if a node is restarting, retries later)","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » What It Does","id":"67","title":"What It Does"},"68":{"body":"The transaction workload automatically adds a TransactionInclusion expectation\\nthat verifies submitted transactions appear in blocks. You don’t need to add\\nthis manually—it happens when you call .apply().","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Default Expectation","id":"68","title":"Default Expectation"},"69":{"body":"Use the transaction workload when you’re testing: Transaction processing and inclusion Mempool behavior under load Block packing efficiency System behavior with user traffic","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » When to Use It","id":"69","title":"When to Use It"},"7":{"body":"Welcome to the Nomos Testing Framework! This book will teach you how to write\\nintegration tests for Nomos that actually catch the bugs that matter. If you’ve worked on distributed systems, you know the frustration: unit tests\\npass, but in production, nodes lose sync, blocks stop flowing, or data\\navailability fails under load. These problems only show up when multiple nodes\\ninteract over real networks with real timing constraints. That’s what this\\nframework is for. We built this framework to solve a specific problem: testing Nomos thoroughly\\nwithout the pain of manual multi-node orchestration. You describe what cluster\\nyou want, what traffic to generate, and what success looks like—the framework\\nhandles deployment, coordination, and cleanup across local, Docker, and\\nKubernetes environments.","breadcrumbs":"Part I — Foundations » Introduction » Introduction","id":"7","title":"Introduction"},"70":{"body":"The DA workload exercises the data availability subsystem by dispersing channels\\nand blobs to the DA network.","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » DA Workload","id":"70","title":"DA Workload"},"71":{"body":"#![allow(unused)] fn main() {\\n.da() .channel_rate(2) // Channels per block .blob_rate(1) // Blobs per channel .apply() }","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Basic Usage","id":"71","title":"Basic Usage"},"72":{"body":"Channel Rate ( channel_rate(n)): How many channels per block to create. #![allow(unused)] fn main() {\\n.da().channel_rate(5).blob_rate(1).apply() // More channels } Blob Rate ( blob_rate(n)): How many blobs per channel. #![allow(unused)] fn main() {\\n.da().channel_rate(2).blob_rate(2).apply() // More blobs per channel } Note: Blob sizes are randomized internally (1-8 chunks of 31 bytes each). There\\nis no public API to configure blob size.","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Configuration Options","id":"72","title":"Configuration Options"},"73":{"body":"Use the DA workload when testing: DA dispersal and sampling logic Interaction between DA and consensus System behavior under DA load","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » When to Use It","id":"73","title":"When to Use It"},"74":{"body":"The chaos workload introduces controlled disruptions to test system resilience\\nby randomly restarting nodes.","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Chaos Workload","id":"74","title":"Chaos Workload"},"75":{"body":"#![allow(unused)] fn main() {\\n.enable_node_control() // Required first\\n.chaos() .restart() // Random node restarts .min_delay(Duration::from_secs(15)) .max_delay(Duration::from_secs(25)) .target_cooldown(Duration::from_secs(45)) .apply() }","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Basic Usage","id":"75","title":"Basic Usage"},"76":{"body":"Min Delay ( min_delay(duration)): Minimum time between restart operations. Max Delay ( max_delay(duration)): Maximum time between restart operations. Target Cooldown ( target_cooldown(duration)): Minimum time before restarting\\nthe same node again. #![allow(unused)] fn main() {\\n.chaos() .restart() .min_delay(Duration::from_secs(10)) // More aggressive .max_delay(Duration::from_secs(20)) .target_cooldown(Duration::from_secs(30)) .apply() } Include Validators ( include_validators(bool)): Whether to restart validators.\\nDefault is true. Include Executors ( include_executors(bool)): Whether to restart executors.\\nDefault is true.","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Configuration Options","id":"76","title":"Configuration Options"},"77":{"body":"The chaos workload requires enabling node control capability: #![allow(unused)] fn main() {\\nlet mut plan = ScenarioBuilder::with_node_counts(4, 1) .enable_node_control() // Enable control operations .chaos().restart() .min_delay(Duration::from_secs(15)) .max_delay(Duration::from_secs(25)) .target_cooldown(Duration::from_secs(45)) .apply() .build(); } If you forget .enable_node_control(), the scenario will fail at build time.","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Requirements","id":"77","title":"Requirements"},"78":{"body":"Use chaos workloads when testing: Resilience to node failures Recovery logic and timing Consensus liveness under churn Important: Use enough nodes to tolerate failures. With 4+ validators,\\nconsensus can tolerate one node being down. With fewer nodes, restarts may\\nbreak consensus.","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » When to Use It","id":"78","title":"When to Use It"},"79":{"body":"You can run multiple workloads concurrently: #![allow(unused)] fn main() {\\n.enable_node_control()\\n.wallets(20)\\n.transactions().rate(10).users(10).apply()\\n.da().channel_rate(2).blob_rate(1).apply()\\n.chaos().restart() .min_delay(Duration::from_secs(25)) .max_delay(Duration::from_secs(35)) .target_cooldown(Duration::from_secs(60)) .apply() } All three workloads run simultaneously during the scenario duration. This tests\\nrealistic scenarios where the system handles multiple traffic types while\\nrecovering from disruptions.","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Combining Workloads","id":"79","title":"Combining Workloads"},"8":{"body":"This book assumes you’re familiar with Rust and have some experience with\\ndistributed systems or blockchain protocols. You don’t need to be a Nomos\\nexpert—we’ll explain the architecture pieces you need to know—but you should be\\ncomfortable reading Rust code and running integration tests. Whether you’re a protocol engineer validating consensus changes, an\\ninfrastructure operator stress-testing deployment configurations, or a QA\\nengineer building a test suite, this book will show you how to write reliable,\\nportable multi-node tests.","breadcrumbs":"Part I — Foundations » Introduction » Who This Book Is For","id":"8","title":"Who This Book Is For"},"80":{"body":"Expectations are the “assertions” of the testing framework, but they work\\ndifferently than typical test assertions. Instead of checking conditions inline\\nduring test execution, expectations evaluate after workloads complete. This design lets expectations aggregate over the entire run and make nuanced\\njudgments about system behavior.","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Understanding Expectations","id":"80","title":"Understanding Expectations"},"81":{"body":"The consensus liveness expectation verifies that blocks progressed at the\\nexpected rate throughout the test.","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Consensus Liveness Expectation","id":"81","title":"Consensus Liveness Expectation"},"82":{"body":"#![allow(unused)] fn main() {\\n.expect_consensus_liveness() } No configuration needed—it uses the topology’s slot duration and the scenario’s\\nrun duration to calculate expected blocks.","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Usage","id":"82","title":"Usage"},"83":{"body":"Did blocks progress during the run window? Was the progression rate reasonable (accounting for startup and cooldown)? Were there unexpected stalls (no blocks for extended periods)? If chaos workload was active, did consensus recover after restarts?","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » What It Checks","id":"83","title":"What It Checks"},"84":{"body":"The expectation captures a baseline block height before workloads start, then\\nevaluates final block height after workloads finish. It also tracks block\\nprogression during the run to detect stalls.","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » When It Runs","id":"84","title":"When It Runs"},"85":{"body":"The expectation fails if: No blocks were produced during the run Block rate was significantly below expected (e.g., < 50% of target) There were stalls longer than expected slot duration * 3 Final block height is less than initial + minimum expected blocks","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Failure Modes","id":"85","title":"Failure Modes"},"86":{"body":"This expectation verifies that submitted transactions appeared in blocks.","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Transaction Inclusion Expectation","id":"86","title":"Transaction Inclusion Expectation"},"87":{"body":"You don’t typically add this manually—the transaction workload includes it\\nautomatically: #![allow(unused)] fn main() {\\n.wallets(10)\\n.transactions().rate(10).users(5).apply() // Includes inclusion expectation }","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Usage","id":"87","title":"Usage"},"88":{"body":"How many transactions were submitted? How many appeared in blocks? Is the inclusion rate above threshold (default 95%)?","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » What It Checks","id":"88","title":"What It Checks"},"89":{"body":"The expectation fails if: Inclusion rate is below threshold (< 95% by default) Zero transactions were included despite submissions Transactions took too long to appear (timeout exceeded) You can adjust the threshold if needed: #![allow(unused)] fn main() {\\n.expect_transaction_inclusion() .threshold(0.90) // Accept 90% inclusion }","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Failure Modes","id":"89","title":"Failure Modes"},"9":{"body":"The book is organized into four parts: Part I: Foundations gives you the mental model. We’ll walk through the\\narchitecture, explain why the framework makes certain design choices, and show\\nyou how scenarios execute from start to finish. If you’re new to the framework,\\nstart here. Part II: User Guide is where you’ll spend most of your time. We’ll show you\\nhow to write scenarios, combine workloads, set up your environment, and run\\ntests across different backends. Jump here if you want to get something running\\nquickly and learn by doing. Part III: Developer Reference goes deep into the internals. You’ll learn\\nhow to extend the framework with custom workloads, new expectations, or even\\nnew deployment backends. Read this when you need to add capabilities the\\nframework doesn’t provide yet. Part IV: Appendix collects quick references, troubleshooting guides, and\\nanswers to common questions. Keep this handy when you’re debugging test\\nfailures or can’t remember the exact syntax. You don’t need to read this book front to back. If you already understand the\\nconcepts and just want examples, jump straight to the Examples chapter. If you\\nprefer to understand the “why” before the “how”, read Part I first. This book\\nis designed to support both approaches. Let’s get started!","breadcrumbs":"Part I — Foundations » Introduction » How to Use This Book","id":"9","title":"How to Use This Book"},"90":{"body":"The DA liveness expectation verifies the DA subsystem remained operational.","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » DA Liveness Expectation","id":"90","title":"DA Liveness Expectation"},"91":{"body":"#![allow(unused)] fn main() {\\n.expect_da_liveness() } Or implicitly through the DA blob workload: #![allow(unused)] fn main() {\\n.da().channel_rate(2).blob_rate(1).apply() }","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Usage","id":"91","title":"Usage"},"92":{"body":"Were dispersed blobs successfully published? Could validators sample the data? Did DA operations complete within reasonable time?","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » What It Checks","id":"92","title":"What It Checks"},"93":{"body":"DA dispersal API returned errors consistently Sampling failed repeatedly DA became unavailable during the run","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Failure Modes","id":"93","title":"Failure Modes"},"94":{"body":"If built-in expectations don’t cover your needs, you can write custom ones.\\nSee the Extending the Framework chapter for details.","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Writing Custom Expectations","id":"94","title":"Writing Custom Expectations"},"95":{"body":"You now have a complete reference to workloads and expectations. The next\\nchapters cover operations (how to set up environments) and runners (how to\\ndeploy scenarios to different backends). If you want to write custom workloads or expectations, skip ahead to Part III:\\nDeveloper Reference.","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » What’s Next","id":"95","title":"What’s Next"},"96":{"body":"The scenario builder API is designed to be fluent and readable. This chapter\\ncollects patterns and best practices for building clear, maintainable scenarios.","breadcrumbs":"Part II — User Guide » Core Content: ScenarioBuilderExt Patterns » Scenario Builder Patterns","id":"96","title":"Scenario Builder Patterns"},"97":{"body":"The scenario builder uses a fluent API where each method returns self,\\nallowing method chaining: #![allow(unused)] fn main() {\\nlet plan = ScenarioBuilder::with_node_counts(3, 1) .transactions().rate(10).apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(60)) .build(); } This reads top-to-bottom: start with topology, add workloads, add expectations,\\nset duration, build the plan.","breadcrumbs":"Part II — User Guide » Core Content: ScenarioBuilderExt Patterns » Builder Pattern Basics","id":"97","title":"Builder Pattern Basics"},"98":{"body":"Always start by defining your topology. This sets the foundation for everything\\nelse: #![allow(unused)] fn main() {\\n// Good: topology first\\nScenarioBuilder::with_node_counts(3, 1) .transactions().rate(10).apply() // Also good: custom topology\\nScenarioBuilder::new() .with_topology( TopologyBuilder::with_node_counts(5, 2) .with_network_layout(NetworkLayout::Mesh) .build() ) .transactions().rate(10).apply() } Topology determines what workloads make sense. You can’t add transaction\\nworkloads without executors, so declaring topology first makes this obvious.","breadcrumbs":"Part II — User Guide » Core Content: ScenarioBuilderExt Patterns » Pattern: Topology First","id":"98","title":"Pattern: Topology First"},"99":{"body":"Workload builders nest within the scenario builder: #![allow(unused)] fn main() {\\nScenarioBuilder::with_node_counts(3, 2) .wallets(20) .transactions() // Enter transaction workload builder .rate(10) // Configure transaction workload .users(10) .apply() // Exit back to scenario builder .da() // Enter DA workload builder .channel_rate(2) .blob_rate(1) .apply() // Exit back to scenario builder } The .apply() call is crucial—it finalizes the workload and returns to the\\nscenario builder. If you forget .apply(), you’ll get a type error.","breadcrumbs":"Part II — User Guide » Core Content: ScenarioBuilderExt Patterns » Pattern: Workload Chains","id":"99","title":"Pattern: Workload Chains"}},"length":290,"save":true},"fields":["title","body","breadcrumbs"],"index":{"body":{"root":{"0":{".":{".":{"2":{"df":1,"docs":{"43":{"tf":1.0}}},"3":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":9,"docs":{"103":{"tf":1.0},"115":{"tf":1.7320508075688772},"133":{"tf":1.0},"164":{"tf":1.0},"173":{"tf":1.0},"187":{"tf":1.4142135623730951},"234":{"tf":1.0},"25":{"tf":1.0},"53":{"tf":2.23606797749979}}},"1":{"0":{"0":{"0":{"df":1,"docs":{"197":{"tf":1.0}}},"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"184":{"tf":1.0}}},"df":0,"docs":{}}},"df":11,"docs":{"116":{"tf":1.0},"206":{"tf":1.0},"208":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.0},"255":{"tf":1.0},"258":{"tf":1.0},"275":{"tf":1.0},"54":{"tf":1.4142135623730951},"57":{"tf":1.0},"65":{"tf":1.7320508075688772}}},"2":{"0":{"df":5,"docs":{"101":{"tf":1.0},"244":{"tf":1.0},"256":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0}}},"df":1,"docs":{"45":{"tf":1.0}}},"5":{"df":1,"docs":{"235":{"tf":1.0}}},"6":{"df":0,"docs":{},"g":{"b":{"df":1,"docs":{"275":{"tf":1.0}}},"df":0,"docs":{}}},"8":{"0":{"8":{"0":{"df":1,"docs":{"231":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":4,"docs":{"101":{"tf":1.0},"118":{"tf":1.0},"256":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}},"df":38,"docs":{"100":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"103":{"tf":2.0},"106":{"tf":1.0},"107":{"tf":1.4142135623730951},"108":{"tf":1.0},"109":{"tf":2.0},"110":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"119":{"tf":1.7320508075688772},"13":{"tf":1.0},"131":{"tf":1.0},"169":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":1.0},"213":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"232":{"tf":1.0},"236":{"tf":1.4142135623730951},"239":{"tf":1.7320508075688772},"25":{"tf":1.0},"251":{"tf":1.0},"255":{"tf":1.4142135623730951},"276":{"tf":1.0},"279":{"tf":1.0},"29":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"42":{"tf":1.0},"54":{"tf":1.4142135623730951},"57":{"tf":1.0},"72":{"tf":1.0},"77":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}},"–":{"3":{"df":1,"docs":{"126":{"tf":1.0}}},"df":0,"docs":{}}},"2":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"232":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"0":{"df":5,"docs":{"116":{"tf":1.0},"209":{"tf":1.0},"235":{"tf":1.0},"241":{"tf":1.0},"57":{"tf":1.0}}},"df":27,"docs":{"105":{"tf":1.0},"109":{"tf":1.0},"116":{"tf":2.23606797749979},"117":{"tf":1.7320508075688772},"118":{"tf":1.0},"119":{"tf":1.0},"12":{"tf":1.4142135623730951},"121":{"tf":1.0},"131":{"tf":1.0},"195":{"tf":1.0},"209":{"tf":1.0},"232":{"tf":1.4142135623730951},"239":{"tf":1.0},"241":{"tf":1.0},"250":{"tf":1.0},"255":{"tf":1.0},"258":{"tf":1.0},"275":{"tf":1.4142135623730951},"30":{"tf":1.0},"37":{"tf":1.0},"43":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}},"3":{"0":{"0":{"df":3,"docs":{"101":{"tf":1.0},"256":{"tf":1.0},"58":{"tf":1.0}}},"df":10,"docs":{"101":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"245":{"tf":1.0},"250":{"tf":1.4142135623730951},"256":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.4142135623730951}}},"1":{"df":2,"docs":{"117":{"tf":1.0},"72":{"tf":1.0}}},"df":21,"docs":{"103":{"tf":1.0},"107":{"tf":1.0},"109":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0},"119":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.0},"131":{"tf":1.0},"195":{"tf":1.0},"232":{"tf":1.0},"239":{"tf":1.0},"255":{"tf":1.0},"275":{"tf":1.0},"279":{"tf":1.0},"31":{"tf":1.0},"37":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.7320508075688772},"60":{"tf":1.0},"85":{"tf":1.0}},"f":{"df":1,"docs":{"255":{"tf":1.0}}}},"4":{"2":{"0":{"df":1,"docs":{"238":{"tf":1.0}}},"df":0,"docs":{}},"8":{"df":1,"docs":{"231":{"tf":1.0}}},"df":13,"docs":{"109":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.4142135623730951},"131":{"tf":1.0},"239":{"tf":1.0},"255":{"tf":1.0},"275":{"tf":1.4142135623730951},"32":{"tf":1.0},"37":{"tf":1.0},"60":{"tf":1.0},"78":{"tf":1.0}},"g":{"b":{"df":1,"docs":{"275":{"tf":1.0}}},"df":0,"docs":{}},"–":{"5":{"df":1,"docs":{"126":{"tf":1.0}}},"df":0,"docs":{}}},"5":{"0":{"df":3,"docs":{"235":{"tf":1.0},"238":{"tf":1.0},"85":{"tf":1.0}}},"df":16,"docs":{"103":{"tf":1.0},"107":{"tf":1.0},"109":{"tf":1.0},"116":{"tf":1.4142135623730951},"117":{"tf":1.0},"119":{"tf":1.4142135623730951},"218":{"tf":1.0},"22":{"tf":1.0},"232":{"tf":1.0},"250":{"tf":1.0},"275":{"tf":1.0},"279":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.0},"45":{"tf":1.0},"54":{"tf":2.0}},"s":{"/":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"6":{"0":{"0":{"df":1,"docs":{"238":{"tf":1.0}}},"df":11,"docs":{"101":{"tf":1.4142135623730951},"115":{"tf":1.0},"22":{"tf":1.0},"232":{"tf":1.0},"250":{"tf":1.0},"256":{"tf":1.4142135623730951},"29":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.0},"45":{"tf":2.0},"58":{"tf":1.7320508075688772}}},"df":3,"docs":{"120":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0}},"s":{"df":1,"docs":{"22":{"tf":1.0}}},"–":{"7":{"df":1,"docs":{"126":{"tf":1.0}}},"df":0,"docs":{}}},"7":{"0":{"df":1,"docs":{"238":{"tf":1.0}}},"df":5,"docs":{"119":{"tf":1.0},"121":{"tf":1.0},"279":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0}},"s":{"df":1,"docs":{"22":{"tf":1.0}}}},"8":{"df":3,"docs":{"117":{"tf":1.0},"275":{"tf":1.0},"72":{"tf":1.0}},"g":{"b":{"df":1,"docs":{"275":{"tf":1.0}}},"df":0,"docs":{}},"s":{"/":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"9":{"0":{"df":5,"docs":{"101":{"tf":1.0},"238":{"tf":1.0},"256":{"tf":1.0},"58":{"tf":1.0},"89":{"tf":1.0}}},"5":{"df":4,"docs":{"238":{"tf":1.4142135623730951},"42":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":15,"docs":{"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},"133":{"tf":1.0},"149":{"tf":1.0},"154":{"tf":1.0},"159":{"tf":1.0},"164":{"tf":1.4142135623730951},"37":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"222":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"a":{"[":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"b":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":1,"docs":{"289":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"286":{"tf":1.0}}}},"o":{"df":0,"docs":{},"v":{"df":3,"docs":{"277":{"tf":1.0},"34":{"tf":1.0},"88":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"268":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"146":{"tf":1.0},"192":{"tf":1.0},"30":{"tf":1.0},"41":{"tf":1.4142135623730951},"47":{"tf":1.0}},"—":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"’":{"df":0,"docs":{},"l":{"df":1,"docs":{"10":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":5,"docs":{"238":{"tf":1.4142135623730951},"42":{"tf":1.0},"55":{"tf":1.0},"67":{"tf":1.0},"89":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":14,"docs":{"146":{"tf":1.0},"150":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"173":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"187":{"tf":1.4142135623730951},"189":{"tf":1.0},"198":{"tf":1.0},"242":{"tf":1.0},"33":{"tf":1.0},"59":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"32":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":7,"docs":{"168":{"tf":1.0},"54":{"tf":1.4142135623730951},"57":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"83":{"tf":1.0}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"175":{"tf":1.0},"222":{"tf":1.0},"23":{"tf":1.0}}}},"v":{"df":7,"docs":{"112":{"tf":1.0},"13":{"tf":1.0},"222":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"63":{"tf":1.0},"83":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"116":{"tf":1.0},"67":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":19,"docs":{"12":{"tf":1.0},"132":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"166":{"tf":1.0},"18":{"tf":1.4142135623730951},"188":{"tf":1.0},"217":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"24":{"tf":1.0},"28":{"tf":1.0},"31":{"tf":1.4142135623730951},"4":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0},"62":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":6,"docs":{"114":{"tf":1.0},"209":{"tf":1.0},"225":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"61":{"tf":1.0}}}}},"d":{"df":33,"docs":{"100":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"109":{"tf":1.0},"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"116":{"tf":1.4142135623730951},"118":{"tf":1.0},"119":{"tf":1.0},"202":{"tf":1.0},"208":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"239":{"tf":1.0},"255":{"tf":1.0},"257":{"tf":1.0},"259":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"275":{"tf":1.0},"29":{"tf":1.0},"40":{"tf":1.7320508075688772},"44":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":2.0},"60":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"87":{"tf":1.0},"9":{"tf":1.0},"97":{"tf":1.4142135623730951},"98":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"121":{"tf":1.0},"2":{"tf":1.0},"286":{"tf":1.0},"40":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"231":{"tf":1.0},"66":{"tf":1.4142135623730951}}}}}}},"df":14,"docs":{"110":{"tf":1.0},"168":{"tf":1.0},"200":{"tf":1.4142135623730951},"204":{"tf":1.0},"210":{"tf":1.0},"215":{"tf":1.0},"218":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"268":{"tf":1.0},"40":{"tf":1.4142135623730951},"47":{"tf":1.0},"54":{"tf":1.0},"66":{"tf":1.0}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":9,"docs":{"107":{"tf":1.0},"112":{"tf":1.0},"114":{"tf":1.0},"117":{"tf":1.0},"120":{"tf":1.0},"227":{"tf":1.0},"32":{"tf":1.0},"44":{"tf":1.0},"89":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"242":{"tf":1.0}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"124":{"tf":1.0},"165":{"tf":1.0},"278":{"tf":1.0}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"127":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"168":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"287":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"76":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"146":{"tf":1.0}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":5,"docs":{"16":{"tf":1.0},"198":{"tf":1.0},"214":{"tf":1.0},"286":{"tf":1.0},"80":{"tf":1.0}}},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"119":{"tf":1.0},"236":{"tf":1.0},"76":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"251":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"53":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":3,"docs":{"201":{"tf":1.0},"61":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"112":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"270":{"tf":1.0}}},"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":89,"docs":{"100":{"tf":1.4142135623730951},"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.4142135623730951},"108":{"tf":1.0},"109":{"tf":2.0},"110":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"13":{"tf":1.0},"133":{"tf":1.0},"14":{"tf":1.0},"146":{"tf":1.0},"149":{"tf":1.0},"154":{"tf":1.0},"159":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"169":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.4142135623730951},"21":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"216":{"tf":1.0},"218":{"tf":1.4142135623730951},"22":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"23":{"tf":1.0},"232":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.4142135623730951},"238":{"tf":2.0},"239":{"tf":1.4142135623730951},"244":{"tf":1.0},"245":{"tf":1.4142135623730951},"25":{"tf":1.0},"251":{"tf":1.4142135623730951},"258":{"tf":1.0},"264":{"tf":1.0},"266":{"tf":1.0},"279":{"tf":1.0},"280":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"45":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"71":{"tf":1.0},"72":{"tf":1.4142135623730951},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"79":{"tf":1.0},"82":{"tf":1.0},"87":{"tf":1.0},"89":{"tf":1.0},"91":{"tf":1.4142135623730951},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}}}}}},"df":4,"docs":{"113":{"tf":1.0},"286":{"tf":1.0},"288":{"tf":1.0},"97":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"2":{"tf":1.0},"275":{"tf":1.0}},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"168":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"285":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":6,"docs":{"193":{"tf":1.0},"231":{"tf":1.4142135623730951},"261":{"tf":1.0},"271":{"tf":1.0},"29":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"a":{"df":0,"docs":{},"y":{"df":7,"docs":{"101":{"tf":1.0},"109":{"tf":1.7320508075688772},"175":{"tf":1.0},"25":{"tf":1.0},"36":{"tf":1.0},"53":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"245":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"206":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"178":{"tf":1.0},"231":{"tf":1.0},"271":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"39":{"tf":1.0},"9":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"109":{"tf":2.23606797749979},"42":{"tf":1.0},"43":{"tf":1.0}}}},"y":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{":":{":":{"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":{"206":{"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":{"212":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"212":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"29":{"tf":1.0}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"41":{"tf":1.0},"47":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"i":{"df":26,"docs":{"108":{"tf":1.0},"14":{"tf":1.0},"158":{"tf":1.0},"17":{"tf":1.0},"174":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"186":{"tf":1.0},"197":{"tf":1.4142135623730951},"199":{"tf":1.0},"205":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"286":{"tf":1.4142135623730951},"288":{"tf":1.7320508075688772},"289":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"43":{"tf":1.4142135623730951},"46":{"tf":1.0},"63":{"tf":1.0},"72":{"tf":1.0},"93":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":7,"docs":{"238":{"tf":1.0},"252":{"tf":1.0},"34":{"tf":1.0},"68":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":2,"docs":{"226":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"289":{"tf":1.0}}},"df":28,"docs":{"100":{"tf":1.0},"102":{"tf":1.0},"105":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":2.23606797749979},"110":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"121":{"tf":1.4142135623730951},"208":{"tf":1.0},"218":{"tf":1.0},"23":{"tf":1.0},"37":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"65":{"tf":1.0},"68":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"79":{"tf":1.0},"99":{"tf":2.0}}},"y":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"208":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"130":{"tf":1.0},"18":{"tf":1.0},"43":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"185":{"tf":1.0},"209":{"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":{"200":{"tf":1.0},"36":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":7,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"19":{"tf":1.0},"288":{"tf":1.0},"48":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"51":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":7,"docs":{"199":{"tf":1.0},"200":{"tf":1.0},"232":{"tf":1.0},"234":{"tf":1.0},"236":{"tf":1.0},"238":{"tf":1.0},"277":{"tf":1.0}}}}}},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"1":{"tf":1.0},"128":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"143":{"tf":1.0},"185":{"tf":1.4142135623730951},"190":{"tf":1.0},"281":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"124":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"k":{"df":3,"docs":{"248":{"tf":1.0},"26":{"tf":1.0},"283":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"132":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"131":{"tf":1.0},"194":{"tf":1.0},"196":{"tf":1.0},"225":{"tf":1.0},"50":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"!":{"(":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{"&":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"42":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"?":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"280":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":19,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"128":{"tf":1.4142135623730951},"130":{"tf":1.0},"16":{"tf":1.4142135623730951},"175":{"tf":1.0},"178":{"tf":1.4142135623730951},"194":{"tf":1.0},"198":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"223":{"tf":1.0},"25":{"tf":1.0},"250":{"tf":1.0},"286":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951},"51":{"tf":1.0},"80":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"112":{"tf":1.0}}}},"t":{"df":2,"docs":{"185":{"tf":1.0},"51":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":3,"docs":{"209":{"tf":1.0},"41":{"tf":1.0},"8":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"22":{"tf":1.0},"60":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{":":{":":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"206":{"tf":1.0},"212":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":11,"docs":{"146":{"tf":1.4142135623730951},"165":{"tf":1.4142135623730951},"205":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"216":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"266":{"tf":1.0},"41":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":29,"docs":{"106":{"tf":1.4142135623730951},"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},"133":{"tf":1.0},"146":{"tf":1.4142135623730951},"164":{"tf":1.4142135623730951},"165":{"tf":1.4142135623730951},"173":{"tf":1.0},"174":{"tf":1.4142135623730951},"205":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.4142135623730951},"212":{"tf":1.0},"216":{"tf":1.0},"222":{"tf":1.4142135623730951},"223":{"tf":1.0},"266":{"tf":1.0},"280":{"tf":1.0},"286":{"tf":1.0},"32":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"63":{"tf":1.4142135623730951}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"15":{"tf":1.0},"197":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"151":{"tf":1.0},"224":{"tf":1.0},"227":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"242":{"tf":1.7320508075688772}},"o":{"df":0,"docs":{},"r":{"df":8,"docs":{"19":{"tf":1.0},"20":{"tf":1.0},"26":{"tf":1.0},"38":{"tf":1.0},"48":{"tf":1.4142135623730951},"5":{"tf":1.0},"52":{"tf":1.0},"61":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":13,"docs":{"116":{"tf":1.0},"134":{"tf":1.0},"154":{"tf":1.0},"186":{"tf":1.0},"197":{"tf":1.0},"224":{"tf":1.0},"259":{"tf":1.0},"280":{"tf":1.0},"288":{"tf":1.0},"37":{"tf":1.0},"54":{"tf":1.0},"68":{"tf":1.0},"87":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":23,"docs":{"1":{"tf":1.0},"112":{"tf":1.4142135623730951},"123":{"tf":1.0},"143":{"tf":1.0},"155":{"tf":1.0},"162":{"tf":1.0},"177":{"tf":1.0},"184":{"tf":1.0},"186":{"tf":1.0},"225":{"tf":1.0},"227":{"tf":1.7320508075688772},"24":{"tf":1.0},"252":{"tf":1.0},"286":{"tf":1.0},"287":{"tf":2.449489742783178},"289":{"tf":1.0},"3":{"tf":1.4142135623730951},"50":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":9,"docs":{"109":{"tf":1.0},"113":{"tf":1.0},"120":{"tf":1.0},"143":{"tf":1.0},"168":{"tf":1.0},"171":{"tf":1.0},"180":{"tf":1.0},"190":{"tf":1.0},"24":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"209":{"tf":1.0}}}},"df":0,"docs":{}}},"b":{"[":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"11":{"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":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"171":{"tf":1.4142135623730951},"9":{"tf":1.0},"99":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"d":{"df":13,"docs":{"122":{"tf":1.0},"145":{"tf":1.0},"17":{"tf":1.0},"195":{"tf":1.0},"215":{"tf":1.0},"225":{"tf":1.0},"30":{"tf":1.0},"40":{"tf":1.7320508075688772},"46":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"9":{"tf":1.4142135623730951},"95":{"tf":1.0}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"104":{"tf":1.0}}}}}}}}}}},"d":{"df":6,"docs":{"101":{"tf":1.0},"109":{"tf":1.0},"127":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.0}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"118":{"tf":1.0},"277":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"n":{"d":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"287":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"106":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":16,"docs":{"101":{"tf":1.0},"104":{"tf":1.0},"107":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.0},"14":{"tf":1.0},"168":{"tf":1.0},"171":{"tf":1.0},"174":{"tf":1.0},"22":{"tf":1.0},"273":{"tf":1.0},"286":{"tf":1.0},"287":{"tf":1.0},"44":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":8,"docs":{"116":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"211":{"tf":1.0},"214":{"tf":1.4142135623730951},"223":{"tf":1.0},"34":{"tf":1.0},"84":{"tf":1.0}}}}}},"i":{"c":{"df":11,"docs":{"115":{"tf":1.0},"133":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"65":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{}}}},"df":1,"docs":{"11":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"59":{"tf":1.0}}}}}},"c":{"a":{"df":0,"docs":{},"m":{"df":4,"docs":{"223":{"tf":1.0},"236":{"tf":1.0},"46":{"tf":1.0},"93":{"tf":1.0}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"”":{"df":0,"docs":{},"—":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"102":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":3,"docs":{"186":{"tf":1.0},"232":{"tf":1.0},"58":{"tf":1.0}}}}},"df":4,"docs":{"119":{"tf":1.0},"235":{"tf":1.0},"53":{"tf":1.0},"78":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":25,"docs":{"0":{"tf":1.0},"113":{"tf":1.0},"119":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"182":{"tf":1.0},"186":{"tf":1.0},"198":{"tf":1.4142135623730951},"211":{"tf":1.4142135623730951},"253":{"tf":1.0},"286":{"tf":1.0},"288":{"tf":1.0},"29":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.4142135623730951},"43":{"tf":1.0},"46":{"tf":1.4142135623730951},"53":{"tf":1.0},"54":{"tf":1.0},"57":{"tf":1.0},"66":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0},"9":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"286":{"tf":1.0},"46":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":2,"docs":{"156":{"tf":1.0},"228":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":29,"docs":{"104":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"127":{"tf":1.4142135623730951},"13":{"tf":1.0},"141":{"tf":1.0},"151":{"tf":1.0},"155":{"tf":1.0},"164":{"tf":1.0},"187":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"200":{"tf":1.0},"245":{"tf":1.0},"252":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"26":{"tf":1.0},"286":{"tf":1.4142135623730951},"29":{"tf":1.0},"36":{"tf":1.0},"44":{"tf":1.0},"59":{"tf":1.0},"69":{"tf":1.4142135623730951},"73":{"tf":1.0},"80":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":5,"docs":{"19":{"tf":1.0},"193":{"tf":1.0},"199":{"tf":1.0},"202":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"200":{"tf":1.0}}}},"w":{"df":2,"docs":{"85":{"tf":1.0},"89":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":10,"docs":{"113":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0},"190":{"tf":1.0},"209":{"tf":1.0},"214":{"tf":1.0},"217":{"tf":1.0},"42":{"tf":1.0},"60":{"tf":1.0},"96":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"143":{"tf":1.0},"208":{"tf":1.0},"29":{"tf":1.0},"42":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":14,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"125":{"tf":1.0},"168":{"tf":1.0},"194":{"tf":1.0},"244":{"tf":1.0},"277":{"tf":1.0},"286":{"tf":1.0},"288":{"tf":1.0},"57":{"tf":1.7320508075688772},"58":{"tf":1.0},"59":{"tf":1.0},"73":{"tf":1.0},"76":{"tf":1.4142135623730951}}}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"151":{"tf":1.0},"161":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":14,"docs":{"129":{"tf":1.0},"140":{"tf":1.0},"148":{"tf":1.0},"183":{"tf":1.7320508075688772},"184":{"tf":1.0},"186":{"tf":1.0},"189":{"tf":1.4142135623730951},"195":{"tf":1.0},"230":{"tf":2.0},"253":{"tf":1.4142135623730951},"261":{"tf":1.4142135623730951},"272":{"tf":1.0},"277":{"tf":1.0},"286":{"tf":1.0}}}}},"df":3,"docs":{"183":{"tf":1.4142135623730951},"230":{"tf":1.4142135623730951},"272":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"209":{"tf":1.0}}}},"o":{"b":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{"df":5,"docs":{"117":{"tf":1.4142135623730951},"118":{"tf":1.0},"56":{"tf":1.0},"71":{"tf":1.0},"99":{"tf":1.0}}},"2":{"df":1,"docs":{"120":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":1,"docs":{"72":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":21,"docs":{"117":{"tf":2.23606797749979},"15":{"tf":1.0},"197":{"tf":1.0},"2":{"tf":1.4142135623730951},"227":{"tf":1.0},"24":{"tf":1.0},"286":{"tf":1.4142135623730951},"287":{"tf":1.7320508075688772},"3":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":1.4142135623730951},"42":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":2.23606797749979},"91":{"tf":1.0},"92":{"tf":1.0}}},"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"172":{"tf":1.0},"178":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"1":{"tf":1.0},"8":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":61,"docs":{"104":{"tf":1.0},"108":{"tf":1.0},"11":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":2.0},"117":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.4142135623730951},"128":{"tf":2.23606797749979},"129":{"tf":1.0},"13":{"tf":1.0},"146":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"170":{"tf":1.0},"172":{"tf":1.0},"180":{"tf":1.0},"188":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.4142135623730951},"2":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"209":{"tf":1.0},"22":{"tf":3.1622776601683795},"225":{"tf":1.0},"227":{"tf":1.0},"234":{"tf":2.0},"235":{"tf":2.23606797749979},"238":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":2.23606797749979},"250":{"tf":2.23606797749979},"273":{"tf":1.0},"286":{"tf":3.7416573867739413},"31":{"tf":1.0},"33":{"tf":2.0},"34":{"tf":1.4142135623730951},"37":{"tf":1.7320508075688772},"4":{"tf":1.0},"45":{"tf":3.4641016151377544},"53":{"tf":2.6457513110645907},"54":{"tf":1.4142135623730951},"56":{"tf":1.0},"58":{"tf":1.7320508075688772},"63":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.4142135623730951},"84":{"tf":1.7320508075688772},"85":{"tf":2.0},"86":{"tf":1.0},"88":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"128":{"tf":1.0}},"e":{"d":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"129":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"174":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"194":{"tf":1.0}}}}},"o":{"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":2,"docs":{"18":{"tf":1.0},"40":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"k":{"df":6,"docs":{"285":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.7320508075688772},"9":{"tf":2.0}}},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"h":{"df":9,"docs":{"105":{"tf":1.0},"118":{"tf":1.4142135623730951},"119":{"tf":1.0},"227":{"tf":1.0},"270":{"tf":1.0},"35":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"120":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"97":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"131":{"tf":1.0},"194":{"tf":1.0},"200":{"tf":2.0},"40":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":12,"docs":{"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},"133":{"tf":1.0},"164":{"tf":1.4142135623730951},"173":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":10,"docs":{"109":{"tf":1.0},"22":{"tf":1.0},"239":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"40":{"tf":1.4142135623730951},"47":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.0},"78":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":2,"docs":{"31":{"tf":1.0},"42":{"tf":1.0}},"e":{"df":0,"docs":{},"—":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"194":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"24":{"tf":1.0}}}}}}},"u":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"128":{"tf":1.0},"178":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"196":{"tf":1.0}}}}}},"g":{"df":13,"docs":{"105":{"tf":1.0},"18":{"tf":1.0},"256":{"tf":1.0},"258":{"tf":1.0},"277":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.0},"36":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.0}}},"i":{"df":0,"docs":{},"l":{"d":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"164":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"280":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":68,"docs":{"101":{"tf":1.0},"106":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"108":{"tf":1.0},"109":{"tf":1.7320508075688772},"11":{"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},"124":{"tf":1.0},"13":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.7320508075688772},"140":{"tf":1.0},"148":{"tf":1.0},"153":{"tf":1.0},"164":{"tf":1.0},"169":{"tf":1.0},"17":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"189":{"tf":1.0},"19":{"tf":1.4142135623730951},"196":{"tf":1.4142135623730951},"204":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":1.0},"210":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"215":{"tf":1.0},"218":{"tf":1.4142135623730951},"22":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"229":{"tf":1.0},"23":{"tf":1.4142135623730951},"230":{"tf":1.4142135623730951},"251":{"tf":1.4142135623730951},"253":{"tf":1.4142135623730951},"261":{"tf":1.7320508075688772},"272":{"tf":1.0},"277":{"tf":1.0},"279":{"tf":1.0},"286":{"tf":1.0},"29":{"tf":2.23606797749979},"37":{"tf":1.4142135623730951},"42":{"tf":1.0},"44":{"tf":2.23606797749979},"52":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"67":{"tf":1.0},"77":{"tf":1.4142135623730951},"8":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.4142135623730951},"98":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":20,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.4142135623730951},"109":{"tf":1.0},"110":{"tf":1.4142135623730951},"121":{"tf":1.0},"168":{"tf":1.0},"173":{"tf":1.0},"200":{"tf":1.0},"208":{"tf":1.4142135623730951},"220":{"tf":1.0},"227":{"tf":1.0},"288":{"tf":1.7320508075688772},"43":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"66":{"tf":1.0},"96":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951},"99":{"tf":2.6457513110645907}}}}},"df":0,"docs":{},"t":{"df":16,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"140":{"tf":1.0},"167":{"tf":1.0},"183":{"tf":1.4142135623730951},"186":{"tf":1.0},"189":{"tf":1.0},"196":{"tf":1.0},"203":{"tf":1.0},"239":{"tf":1.0},"253":{"tf":1.0},"261":{"tf":1.0},"272":{"tf":1.0},"29":{"tf":1.0},"7":{"tf":1.0},"94":{"tf":1.0}}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":7,"docs":{"100":{"tf":1.4142135623730951},"197":{"tf":1.0},"209":{"tf":1.4142135623730951},"220":{"tf":1.0},"222":{"tf":1.7320508075688772},"224":{"tf":1.0},"288":{"tf":1.4142135623730951}},"e":{"d":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"205":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":1,"docs":{"205":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}},"i":{"df":1,"docs":{"126":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"200":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"117":{"tf":1.0},"72":{"tf":1.0}}}},"z":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"119":{"tf":1.0},"127":{"tf":1.0},"255":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"c":{"[":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"28":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"11":{"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":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"24":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"128":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"22":{"tf":1.4142135623730951},"286":{"tf":1.0},"82":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":17,"docs":{"108":{"tf":1.0},"119":{"tf":1.0},"134":{"tf":1.7320508075688772},"172":{"tf":1.0},"186":{"tf":1.0},"197":{"tf":1.0},"199":{"tf":1.0},"209":{"tf":1.0},"224":{"tf":1.0},"29":{"tf":1.0},"37":{"tf":1.4142135623730951},"44":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.0},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"222":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"34":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"205":{"tf":1.0},"209":{"tf":1.7320508075688772},"32":{"tf":1.0},"63":{"tf":1.0}}}}},"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":13,"docs":{"151":{"tf":1.0},"198":{"tf":1.0},"230":{"tf":1.0},"252":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.7320508075688772},"42":{"tf":1.0},"44":{"tf":1.4142135623730951},"9":{"tf":1.0},"98":{"tf":1.0}}}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":11,"docs":{"120":{"tf":1.0},"124":{"tf":1.0},"163":{"tf":1.0},"165":{"tf":1.0},"225":{"tf":1.0},"239":{"tf":1.0},"29":{"tf":1.0},"48":{"tf":1.0},"57":{"tf":1.0},"77":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":11,"docs":{"143":{"tf":1.0},"180":{"tf":1.0},"190":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"211":{"tf":1.0},"214":{"tf":1.0},"286":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"84":{"tf":1.0}},"e":{"_":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"198":{"tf":1.0},"211":{"tf":1.0},"214":{"tf":1.0}},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"211":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"197":{"tf":1.0},"30":{"tf":1.0},"41":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"262":{"tf":1.0}}},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"277":{"tf":1.0}}}}}}}}}}},"g":{"df":0,"docs":{},"o":{"df":15,"docs":{"133":{"tf":1.0},"135":{"tf":1.4142135623730951},"136":{"tf":1.4142135623730951},"183":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"230":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"247":{"tf":1.0},"261":{"tf":1.0},"262":{"tf":1.0},"272":{"tf":1.0},"281":{"tf":1.0},"53":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"280":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"280":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":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":{"199":{"tf":1.0},"53":{"tf":1.4142135623730951}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":7,"docs":{"179":{"tf":1.0},"252":{"tf":1.0},"256":{"tf":1.0},"273":{"tf":1.0},"277":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.0}}}},"df":1,"docs":{"232":{"tf":1.0}}},"u":{"df":0,"docs":{},"s":{"df":5,"docs":{"136":{"tf":1.0},"139":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"272":{"tf":1.0}}}}},"d":{"df":3,"docs":{"183":{"tf":1.0},"185":{"tf":1.0},"230":{"tf":1.0}}},"df":1,"docs":{"11":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"200":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"9":{"tf":1.0}}}}},"df":0,"docs":{}}}},"f":{"df":0,"docs":{},"g":{"(":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"244":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"(":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"244":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"153":{"tf":1.0},"30":{"tf":1.0}}},"df":0,"docs":{}}}}}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"2":{"tf":1.0},"288":{"tf":1.0},"97":{"tf":1.0},"99":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":19,"docs":{"115":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"130":{"tf":1.0},"145":{"tf":1.0},"178":{"tf":1.0},"185":{"tf":1.0},"195":{"tf":1.0},"214":{"tf":1.4142135623730951},"225":{"tf":1.0},"29":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.4142135623730951},"54":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"8":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"2":{"df":5,"docs":{"117":{"tf":1.4142135623730951},"118":{"tf":1.0},"56":{"tf":1.0},"71":{"tf":1.0},"99":{"tf":1.0}}},"5":{"df":1,"docs":{"120":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":1,"docs":{"72":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"df":3,"docs":{"2":{"tf":1.0},"287":{"tf":1.0},"3":{"tf":1.0}}},"df":0,"docs":{}}}},"df":8,"docs":{"117":{"tf":2.0},"15":{"tf":1.0},"227":{"tf":1.0},"32":{"tf":1.0},"56":{"tf":1.4142135623730951},"70":{"tf":1.0},"71":{"tf":1.4142135623730951},"72":{"tf":2.23606797749979}}}}}},"o":{"df":39,"docs":{"102":{"tf":2.449489742783178},"103":{"tf":1.0},"105":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"119":{"tf":2.449489742783178},"146":{"tf":1.0},"167":{"tf":1.4142135623730951},"168":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.4142135623730951},"176":{"tf":1.4142135623730951},"178":{"tf":1.4142135623730951},"179":{"tf":1.0},"180":{"tf":1.7320508075688772},"227":{"tf":1.0},"23":{"tf":2.0},"238":{"tf":1.4142135623730951},"239":{"tf":1.4142135623730951},"245":{"tf":2.23606797749979},"255":{"tf":1.0},"256":{"tf":1.4142135623730951},"257":{"tf":1.7320508075688772},"286":{"tf":1.4142135623730951},"32":{"tf":1.7320508075688772},"37":{"tf":1.0},"42":{"tf":1.4142135623730951},"50":{"tf":1.0},"57":{"tf":2.23606797749979},"58":{"tf":1.0},"60":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"83":{"tf":1.0}},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"239":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"3":{"0":{")":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"238":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":7,"docs":{"102":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.0},"23":{"tf":1.0},"37":{"tf":1.0},"77":{"tf":1.0},"79":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"101":{"tf":1.0},"58":{"tf":1.0}}}}}}}}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"245":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"’":{"df":0,"docs":{},"r":{"df":1,"docs":{"62":{"tf":1.0}}}}}}}}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":33,"docs":{"10":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"114":{"tf":1.0},"123":{"tf":1.4142135623730951},"132":{"tf":1.0},"145":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"181":{"tf":1.0},"19":{"tf":1.7320508075688772},"191":{"tf":1.0},"193":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"220":{"tf":1.0},"228":{"tf":1.0},"263":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"283":{"tf":1.0},"32":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.7320508075688772},"62":{"tf":1.0},"9":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"159":{"tf":1.0}}}},"t":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"283":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"227":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":61,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"125":{"tf":1.0},"127":{"tf":1.0},"13":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"139":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.4142135623730951},"151":{"tf":1.0},"16":{"tf":1.4142135623730951},"161":{"tf":1.0},"17":{"tf":1.0},"170":{"tf":1.4142135623730951},"173":{"tf":1.0},"179":{"tf":1.4142135623730951},"186":{"tf":1.4142135623730951},"187":{"tf":1.0},"188":{"tf":1.4142135623730951},"194":{"tf":1.0},"196":{"tf":1.0},"198":{"tf":1.0},"206":{"tf":1.4142135623730951},"214":{"tf":1.0},"222":{"tf":1.0},"225":{"tf":1.0},"227":{"tf":1.0},"23":{"tf":1.0},"232":{"tf":1.0},"234":{"tf":1.7320508075688772},"235":{"tf":1.0},"236":{"tf":1.7320508075688772},"238":{"tf":1.0},"239":{"tf":1.0},"24":{"tf":1.4142135623730951},"241":{"tf":1.4142135623730951},"242":{"tf":1.4142135623730951},"247":{"tf":1.0},"263":{"tf":1.0},"270":{"tf":1.0},"272":{"tf":1.4142135623730951},"286":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.7320508075688772},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"37":{"tf":1.0},"42":{"tf":1.4142135623730951},"45":{"tf":1.7320508075688772},"46":{"tf":2.0},"50":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"61":{"tf":1.4142135623730951},"80":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.0},"92":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"246":{"tf":1.4142135623730951}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"253":{"tf":1.0},"50":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"113":{"tf":1.0},"19":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":1,"docs":{"38":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":11,"docs":{"101":{"tf":1.0},"103":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"14":{"tf":1.0},"162":{"tf":1.0},"180":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"30":{"tf":1.0}},"n":{"df":3,"docs":{"132":{"tf":1.0},"17":{"tf":1.0},"47":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":2,"docs":{"117":{"tf":1.0},"72":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"119":{"tf":1.0},"178":{"tf":1.0},"57":{"tf":1.0},"78":{"tf":1.0}}}}}},"i":{"/":{"c":{"d":{"df":1,"docs":{"281":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":23,"docs":{"107":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"129":{"tf":1.0},"143":{"tf":1.4142135623730951},"155":{"tf":1.4142135623730951},"156":{"tf":1.4142135623730951},"162":{"tf":1.0},"190":{"tf":1.4142135623730951},"195":{"tf":1.0},"22":{"tf":1.4142135623730951},"244":{"tf":1.7320508075688772},"250":{"tf":1.0},"251":{"tf":1.0},"270":{"tf":1.4142135623730951},"281":{"tf":1.7320508075688772},"289":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"185":{"tf":1.7320508075688772}},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"185":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"42":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"47":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":10,"docs":{"14":{"tf":1.0},"146":{"tf":1.0},"17":{"tf":1.0},"199":{"tf":1.0},"203":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"286":{"tf":1.0},"288":{"tf":1.0},"53":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":19,"docs":{"134":{"tf":1.0},"148":{"tf":1.0},"153":{"tf":1.0},"158":{"tf":1.0},"18":{"tf":1.0},"199":{"tf":1.0},"201":{"tf":1.0},"21":{"tf":1.0},"217":{"tf":1.0},"27":{"tf":1.0},"288":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":2.0},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":1.0},"53":{"tf":1.0},"7":{"tf":1.0}},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"63":{"tf":1.0}}}}}}}},"r":{"df":13,"docs":{"108":{"tf":1.0},"112":{"tf":1.0},"127":{"tf":1.0},"131":{"tf":1.0},"18":{"tf":1.0},"201":{"tf":1.0},"209":{"tf":1.0},"34":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"96":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"227":{"tf":1.0},"46":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"206":{"tf":1.0},"212":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"|":{"df":2,"docs":{"222":{"tf":1.0},"223":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":2,"docs":{"206":{"tf":1.0},"212":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":11,"docs":{"14":{"tf":1.0},"172":{"tf":1.0},"197":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"212":{"tf":1.0},"222":{"tf":1.4142135623730951},"223":{"tf":1.4142135623730951},"225":{"tf":1.0},"286":{"tf":1.0},"63":{"tf":1.0}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"22":{"tf":1.7320508075688772},"250":{"tf":1.4142135623730951},"286":{"tf":1.0},"33":{"tf":1.0},"45":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"109":{"tf":1.0}}}},"u":{"d":{"df":1,"docs":{"267":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"172":{"tf":1.0}}}}},"df":26,"docs":{"11":{"tf":1.0},"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"157":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.4142135623730951},"161":{"tf":1.4142135623730951},"162":{"tf":1.0},"176":{"tf":1.0},"179":{"tf":1.0},"184":{"tf":1.4142135623730951},"189":{"tf":1.0},"194":{"tf":1.4142135623730951},"242":{"tf":2.23606797749979},"286":{"tf":1.0},"288":{"tf":1.4142135623730951},"32":{"tf":1.0},"43":{"tf":1.4142135623730951},"5":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"o":{"d":{"df":0,"docs":{},"e":{"b":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}},"df":17,"docs":{"108":{"tf":1.0},"145":{"tf":1.0},"19":{"tf":1.0},"195":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"209":{"tf":1.0},"284":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.0},"42":{"tf":1.7320508075688772},"43":{"tf":1.7320508075688772},"44":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":16,"docs":{"114":{"tf":1.0},"128":{"tf":1.0},"132":{"tf":1.0},"141":{"tf":1.0},"143":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"190":{"tf":1.0},"206":{"tf":1.0},"214":{"tf":1.0},"247":{"tf":1.4142135623730951},"281":{"tf":1.0},"33":{"tf":1.0},"61":{"tf":1.0},"9":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":14,"docs":{"105":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"13":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0},"180":{"tf":1.0},"196":{"tf":1.0},"258":{"tf":1.4142135623730951},"286":{"tf":1.0},"49":{"tf":1.0},"56":{"tf":1.0},"79":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":4,"docs":{"116":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"54":{"tf":1.0}}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"187":{"tf":1.0},"30":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"108":{"tf":1.0},"60":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":12,"docs":{"106":{"tf":1.0},"114":{"tf":1.0},"123":{"tf":1.0},"189":{"tf":1.0},"203":{"tf":1.0},"218":{"tf":1.0},"227":{"tf":1.0},"228":{"tf":1.0},"272":{"tf":1.0},"289":{"tf":1.0},"51":{"tf":1.0},"9":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"64":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":2,"docs":{"184":{"tf":1.0},"3":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":7,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"128":{"tf":1.0},"13":{"tf":1.0},"211":{"tf":1.0},"214":{"tf":1.0},"43":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"214":{"tf":1.0}}}}}}},"t":{"df":2,"docs":{"196":{"tf":1.0},"29":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":29,"docs":{"114":{"tf":1.0},"123":{"tf":1.0},"13":{"tf":1.4142135623730951},"134":{"tf":1.0},"138":{"tf":1.0},"141":{"tf":1.0},"149":{"tf":1.0},"187":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"198":{"tf":1.0},"202":{"tf":1.0},"205":{"tf":1.0},"220":{"tf":1.0},"266":{"tf":1.0},"273":{"tf":1.0},"284":{"tf":1.0},"286":{"tf":1.0},"29":{"tf":1.0},"36":{"tf":1.0},"44":{"tf":1.0},"53":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"80":{"tf":1.0},"92":{"tf":1.0},"95":{"tf":1.0}}},"x":{"df":9,"docs":{"115":{"tf":1.0},"156":{"tf":1.0},"161":{"tf":1.0},"193":{"tf":1.0},"41":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"1":{"tf":1.0},"220":{"tf":1.0},"252":{"tf":1.4142135623730951},"4":{"tf":1.0}}},"s":{"df":26,"docs":{"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"122":{"tf":1.0},"141":{"tf":1.0},"152":{"tf":1.4142135623730951},"155":{"tf":1.0},"156":{"tf":1.0},"163":{"tf":1.0},"168":{"tf":1.0},"17":{"tf":1.0},"177":{"tf":1.0},"18":{"tf":1.0},"184":{"tf":1.0},"187":{"tf":1.4142135623730951},"200":{"tf":1.0},"201":{"tf":1.0},"225":{"tf":1.0},"232":{"tf":1.0},"236":{"tf":1.4142135623730951},"241":{"tf":1.4142135623730951},"247":{"tf":1.0},"288":{"tf":1.0},"31":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":3,"docs":{"153":{"tf":1.0},"154":{"tf":1.0},"30":{"tf":1.0}}}}}},"[":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"162":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":22,"docs":{"115":{"tf":1.0},"120":{"tf":1.0},"14":{"tf":1.0},"141":{"tf":1.0},"143":{"tf":1.0},"152":{"tf":1.0},"155":{"tf":1.4142135623730951},"162":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"187":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"216":{"tf":1.0},"231":{"tf":1.0},"244":{"tf":1.4142135623730951},"270":{"tf":1.0},"281":{"tf":1.0},"288":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"59":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"8":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":2,"docs":{"232":{"tf":1.0},"271":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":5,"docs":{"120":{"tf":1.0},"122":{"tf":1.0},"154":{"tf":1.0},"164":{"tf":1.0},"37":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{")":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"(":{"&":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"14":{"tf":1.0},"244":{"tf":1.0},"251":{"tf":1.0},"41":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"162":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":9,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"194":{"tf":1.7320508075688772},"286":{"tf":1.0},"31":{"tf":1.0},"52":{"tf":1.0},"60":{"tf":1.0},"9":{"tf":1.0}},"u":{"df":2,"docs":{"193":{"tf":1.0},"6":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"n":{"df":9,"docs":{"109":{"tf":1.0},"113":{"tf":1.0},"136":{"tf":1.0},"160":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"42":{"tf":1.0},"50":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"258":{"tf":1.0}}}}}}}}}}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"227":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"228":{"tf":1.0},"286":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":9,"docs":{"105":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"197":{"tf":1.0},"199":{"tf":1.0},"244":{"tf":1.0},"32":{"tf":1.0},"56":{"tf":1.4142135623730951},"79":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":10,"docs":{"16":{"tf":1.0},"194":{"tf":1.0},"198":{"tf":1.0},"204":{"tf":1.0},"217":{"tf":1.0},"223":{"tf":1.0},"286":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"80":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"173":{"tf":1.0}}}}}}}},"df":3,"docs":{"151":{"tf":1.4142135623730951},"156":{"tf":1.4142135623730951},"161":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"193":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"256":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"25":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":14,"docs":{"12":{"tf":1.0},"129":{"tf":1.4142135623730951},"148":{"tf":1.0},"153":{"tf":1.0},"195":{"tf":1.0},"217":{"tf":1.0},"225":{"tf":1.4142135623730951},"247":{"tf":1.0},"281":{"tf":1.0},"288":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.7320508075688772},"50":{"tf":1.0},"51":{"tf":1.4142135623730951}},"m":{"a":{"df":0,"docs":{},"p":{"df":5,"docs":{"158":{"tf":1.0},"184":{"tf":1.0},"242":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0}}}},"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":{},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"286":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":44,"docs":{"107":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"121":{"tf":1.7320508075688772},"123":{"tf":1.4142135623730951},"134":{"tf":1.4142135623730951},"140":{"tf":1.0},"15":{"tf":1.4142135623730951},"153":{"tf":1.0},"158":{"tf":1.4142135623730951},"17":{"tf":1.0},"184":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"197":{"tf":1.0},"199":{"tf":1.0},"2":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"218":{"tf":1.0},"22":{"tf":1.0},"225":{"tf":1.4142135623730951},"227":{"tf":1.0},"234":{"tf":1.0},"286":{"tf":1.4142135623730951},"287":{"tf":1.0},"288":{"tf":1.0},"32":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"50":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"72":{"tf":1.4142135623730951},"76":{"tf":1.0},"8":{"tf":1.0},"82":{"tf":1.0},"99":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"df":5,"docs":{"112":{"tf":1.0},"126":{"tf":1.0},"128":{"tf":1.0},"223":{"tf":1.0},"286":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":6,"docs":{"136":{"tf":1.0},"150":{"tf":1.0},"201":{"tf":1.0},"231":{"tf":1.4142135623730951},"262":{"tf":1.0},"271":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"199":{"tf":1.0},"46":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"104":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":20,"docs":{"10":{"tf":1.0},"121":{"tf":1.4142135623730951},"17":{"tf":1.0},"184":{"tf":1.0},"186":{"tf":1.0},"195":{"tf":1.0},"199":{"tf":1.0},"212":{"tf":1.0},"232":{"tf":1.4142135623730951},"234":{"tf":1.7320508075688772},"236":{"tf":1.4142135623730951},"241":{"tf":1.0},"286":{"tf":1.0},"31":{"tf":1.4142135623730951},"4":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.4142135623730951},"53":{"tf":1.0},"55":{"tf":1.7320508075688772},"67":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":37,"docs":{"1":{"tf":1.0},"103":{"tf":1.0},"109":{"tf":1.0},"115":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"170":{"tf":1.0},"188":{"tf":1.0},"2":{"tf":2.0},"206":{"tf":1.0},"22":{"tf":1.0},"234":{"tf":2.23606797749979},"235":{"tf":1.0},"239":{"tf":1.0},"250":{"tf":1.4142135623730951},"252":{"tf":1.0},"255":{"tf":1.0},"257":{"tf":1.0},"259":{"tf":1.0},"286":{"tf":2.8284271247461903},"287":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"46":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":2.0},"54":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"61":{"tf":1.0},"73":{"tf":1.0},"78":{"tf":1.7320508075688772},"8":{"tf":1.0},"81":{"tf":1.4142135623730951},"83":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"119":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"135":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"i":{"d":{"df":3,"docs":{"178":{"tf":1.0},"219":{"tf":1.4142135623730951},"238":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":10,"docs":{"106":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"164":{"tf":1.0},"217":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.0},"244":{"tf":1.0},"270":{"tf":1.0},"93":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"112":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"189":{"tf":1.0},"252":{"tf":1.0},"286":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.0},"7":{"tf":1.0}}}}}},"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"288":{"tf":1.7320508075688772},"29":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"df":3,"docs":{"128":{"tf":1.0},"225":{"tf":1.0},"50":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":21,"docs":{"14":{"tf":1.0},"141":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.4142135623730951},"154":{"tf":1.0},"155":{"tf":1.7320508075688772},"156":{"tf":1.7320508075688772},"17":{"tf":1.0},"184":{"tf":1.0},"232":{"tf":1.0},"264":{"tf":1.0},"276":{"tf":1.0},"286":{"tf":1.4142135623730951},"288":{"tf":1.7320508075688772},"30":{"tf":1.7320508075688772},"31":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"59":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"5":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":7,"docs":{"136":{"tf":1.0},"143":{"tf":1.0},"150":{"tf":1.0},"190":{"tf":1.0},"227":{"tf":1.0},"245":{"tf":1.0},"262":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"0":{"tf":1.0},"286":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":5,"docs":{"19":{"tf":1.0},"286":{"tf":1.0},"289":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"178":{"tf":1.0},"41":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"219":{"tf":1.4142135623730951},"268":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"192":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"0":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"173":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":26,"docs":{"125":{"tf":1.0},"131":{"tf":1.0},"146":{"tf":1.0},"163":{"tf":1.0},"165":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.7320508075688772},"174":{"tf":1.0},"175":{"tf":2.0},"176":{"tf":1.0},"177":{"tf":1.7320508075688772},"196":{"tf":1.4142135623730951},"197":{"tf":1.0},"199":{"tf":1.0},"239":{"tf":2.23606797749979},"286":{"tf":2.0},"287":{"tf":1.0},"288":{"tf":1.7320508075688772},"29":{"tf":1.4142135623730951},"32":{"tf":1.0},"57":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.4142135623730951}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":2,"docs":{"42":{"tf":1.4142135623730951},"47":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":4,"docs":{"170":{"tf":1.4142135623730951},"175":{"tf":1.0},"178":{"tf":1.4142135623730951},"179":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":7,"docs":{"168":{"tf":1.0},"169":{"tf":1.0},"196":{"tf":1.0},"199":{"tf":1.0},"57":{"tf":1.0},"76":{"tf":1.0},"83":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":8,"docs":{"103":{"tf":1.0},"118":{"tf":1.0},"199":{"tf":1.0},"225":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"114":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":17,"docs":{"11":{"tf":1.0},"130":{"tf":1.0},"146":{"tf":1.0},"2":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"219":{"tf":1.0},"225":{"tf":1.4142135623730951},"227":{"tf":1.0},"251":{"tf":1.0},"275":{"tf":1.7320508075688772},"286":{"tf":1.4142135623730951},"40":{"tf":2.23606797749979},"41":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":6,"docs":{"16":{"tf":1.0},"186":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"64":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"198":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"160":{"tf":1.0},"161":{"tf":1.0},"287":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"46":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"236":{"tf":1.0}}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"t":{"df":23,"docs":{"103":{"tf":1.4142135623730951},"104":{"tf":1.0},"115":{"tf":1.0},"119":{"tf":1.0},"142":{"tf":1.0},"188":{"tf":1.4142135623730951},"189":{"tf":1.0},"195":{"tf":1.0},"209":{"tf":1.0},"212":{"tf":1.0},"227":{"tf":1.0},"232":{"tf":1.0},"239":{"tf":1.0},"247":{"tf":1.0},"261":{"tf":1.0},"272":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"286":{"tf":1.0},"33":{"tf":1.0},"45":{"tf":1.0},"55":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"4":{"tf":1.0},"40":{"tf":1.4142135623730951},"50":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"112":{"tf":1.0}}}},"df":12,"docs":{"111":{"tf":1.0},"123":{"tf":1.0},"132":{"tf":1.0},"144":{"tf":1.0},"166":{"tf":1.0},"181":{"tf":1.0},"191":{"tf":1.0},"203":{"tf":1.0},"32":{"tf":1.0},"5":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"275":{"tf":1.0}}}}}}}}},"df":7,"docs":{"142":{"tf":1.0},"184":{"tf":1.0},"188":{"tf":1.0},"235":{"tf":1.0},"241":{"tf":1.0},"270":{"tf":1.0},"275":{"tf":1.7320508075688772}}}},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"128":{"tf":1.0}}}},"s":{"df":0,"docs":{},"h":{"df":4,"docs":{"209":{"tf":1.0},"236":{"tf":1.0},"246":{"tf":1.0},"252":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":5,"docs":{"192":{"tf":1.0},"219":{"tf":1.0},"225":{"tf":1.4142135623730951},"40":{"tf":2.0},"50":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":15,"docs":{"110":{"tf":1.0},"148":{"tf":1.0},"158":{"tf":1.4142135623730951},"184":{"tf":1.0},"187":{"tf":1.0},"216":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"23":{"tf":1.0},"242":{"tf":2.0},"30":{"tf":1.4142135623730951},"47":{"tf":1.0},"53":{"tf":1.4142135623730951},"62":{"tf":1.0},"72":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":7,"docs":{"100":{"tf":1.0},"17":{"tf":1.0},"200":{"tf":1.0},"273":{"tf":1.0},"286":{"tf":1.0},"288":{"tf":1.0},"42":{"tf":1.0}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"209":{"tf":1.0}}}}}}},"i":{"c":{"df":1,"docs":{"150":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"194":{"tf":1.0}}}}},"u":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"195":{"tf":1.0},"35":{"tf":1.0}},"—":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"29":{"tf":1.0},"99":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"a":{"df":3,"docs":{"2":{"tf":1.0},"286":{"tf":1.0},"287":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"206":{"tf":1.0},"212":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"209":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"173":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":9,"docs":{"173":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.4142135623730951},"212":{"tf":1.0},"222":{"tf":1.4142135623730951},"223":{"tf":1.4142135623730951},"266":{"tf":1.0},"63":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":1,"docs":{"236":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"174":{"tf":1.4142135623730951}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"(":{"4":{"2":{"df":1,"docs":{"110":{"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":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"121":{"tf":1.0}}}}}}}}}},"df":29,"docs":{"100":{"tf":1.0},"110":{"tf":1.4142135623730951},"12":{"tf":1.0},"121":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"144":{"tf":1.0},"165":{"tf":1.0},"195":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.4142135623730951},"204":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"210":{"tf":1.0},"213":{"tf":1.0},"215":{"tf":1.4142135623730951},"216":{"tf":1.0},"220":{"tf":1.4142135623730951},"221":{"tf":1.0},"239":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951},"43":{"tf":1.0},"55":{"tf":1.0},"9":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.0},"98":{"tf":1.0}}}}}}},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"155":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"[":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"28":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"11":{"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":{"(":{")":{".":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"2":{")":{".":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"258":{"tf":1.0},"79":{"tf":1.0},"91":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"72":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{")":{".":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"105":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{")":{".":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"72":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{")":{".":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"2":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"109":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"117":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":42,"docs":{"113":{"tf":1.0},"117":{"tf":2.23606797749979},"118":{"tf":2.0},"119":{"tf":1.0},"12":{"tf":1.4142135623730951},"120":{"tf":1.0},"121":{"tf":1.4142135623730951},"130":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"179":{"tf":1.0},"185":{"tf":1.0},"195":{"tf":1.4142135623730951},"197":{"tf":1.0},"198":{"tf":1.0},"2":{"tf":2.23606797749979},"24":{"tf":1.0},"252":{"tf":1.0},"259":{"tf":1.0},"286":{"tf":3.0},"287":{"tf":3.0},"289":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":2.23606797749979},"32":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.7320508075688772},"60":{"tf":1.0},"63":{"tf":1.0},"70":{"tf":1.7320508075688772},"71":{"tf":1.0},"73":{"tf":2.0},"90":{"tf":1.7320508075688772},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"156":{"tf":1.0},"184":{"tf":1.0},"189":{"tf":1.0},"241":{"tf":1.0}}}}}},"t":{"a":{"df":22,"docs":{"1":{"tf":1.0},"112":{"tf":1.0},"148":{"tf":1.0},"184":{"tf":1.0},"2":{"tf":1.4142135623730951},"225":{"tf":1.0},"227":{"tf":1.4142135623730951},"286":{"tf":1.0},"287":{"tf":2.8284271247461903},"288":{"tf":1.0},"289":{"tf":1.0},"3":{"tf":2.0},"30":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.0},"92":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"11":{"tf":1.0},"28":{"tf":1.0}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":28,"docs":{"102":{"tf":1.0},"109":{"tf":1.0},"132":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"144":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"161":{"tf":1.0},"18":{"tf":1.0},"181":{"tf":1.0},"187":{"tf":1.4142135623730951},"188":{"tf":1.0},"190":{"tf":1.0},"193":{"tf":1.0},"209":{"tf":1.0},"23":{"tf":1.0},"246":{"tf":1.0},"258":{"tf":1.0},"263":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"9":{"tf":1.0}},"g":{"df":3,"docs":{"226":{"tf":1.0},"26":{"tf":1.0},"47":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"209":{"tf":1.0},"210":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":7,"docs":{"162":{"tf":1.0},"19":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"r":{"df":11,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"195":{"tf":1.4142135623730951},"197":{"tf":1.0},"21":{"tf":1.4142135623730951},"26":{"tf":1.0},"286":{"tf":1.0},"288":{"tf":1.0},"43":{"tf":2.449489742783178},"98":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"119":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"113":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"66":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":3,"docs":{"192":{"tf":1.0},"61":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"19":{"tf":1.0}}},"r":{"df":2,"docs":{"193":{"tf":1.0},"224":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":17,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"12":{"tf":1.4142135623730951},"122":{"tf":1.0},"136":{"tf":1.0},"141":{"tf":1.0},"149":{"tf":1.0},"187":{"tf":1.0},"197":{"tf":1.0},"222":{"tf":1.0},"23":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.7320508075688772},"68":{"tf":1.0},"76":{"tf":1.4142135623730951},"88":{"tf":1.0},"89":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":8,"docs":{"109":{"tf":1.0},"198":{"tf":1.0},"203":{"tf":1.0},"227":{"tf":1.0},"273":{"tf":1.0},"285":{"tf":1.0},"40":{"tf":1.0},"98":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"227":{"tf":1.0},"288":{"tf":1.0}}}}}}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"y":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"178":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":5,"docs":{"125":{"tf":1.4142135623730951},"168":{"tf":1.0},"169":{"tf":1.4142135623730951},"57":{"tf":1.0},"76":{"tf":1.4142135623730951}},"s":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"171":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"141":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"158":{"tf":1.0},"187":{"tf":1.0},"35":{"tf":1.4142135623730951}}}},"i":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"103":{"tf":1.0},"112":{"tf":1.0},"131":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"a":{"df":1,"docs":{"113":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":10,"docs":{"114":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"225":{"tf":1.0},"51":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":8,"docs":{"151":{"tf":1.4142135623730951},"183":{"tf":1.0},"219":{"tf":1.0},"255":{"tf":1.0},"275":{"tf":1.0},"30":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":4,"docs":{"146":{"tf":1.0},"165":{"tf":1.0},"216":{"tf":1.0},"41":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":73,"docs":{"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":2.0},"124":{"tf":1.0},"129":{"tf":2.0},"133":{"tf":1.0},"134":{"tf":2.23606797749979},"14":{"tf":1.7320508075688772},"140":{"tf":1.0},"142":{"tf":1.0},"145":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"149":{"tf":1.0},"152":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.4142135623730951},"158":{"tf":1.0},"159":{"tf":1.4142135623730951},"160":{"tf":1.0},"164":{"tf":1.7320508075688772},"165":{"tf":1.7320508075688772},"169":{"tf":1.0},"17":{"tf":1.4142135623730951},"172":{"tf":1.0},"173":{"tf":1.0},"18":{"tf":1.0},"186":{"tf":1.4142135623730951},"188":{"tf":1.0},"194":{"tf":1.4142135623730951},"195":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.4142135623730951},"201":{"tf":1.0},"203":{"tf":1.0},"21":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.7320508075688772},"217":{"tf":1.4142135623730951},"225":{"tf":1.0},"229":{"tf":1.0},"246":{"tf":1.0},"251":{"tf":1.0},"267":{"tf":1.4142135623730951},"27":{"tf":1.0},"280":{"tf":1.4142135623730951},"286":{"tf":2.0},"288":{"tf":1.7320508075688772},"29":{"tf":1.0},"30":{"tf":1.7320508075688772},"31":{"tf":1.0},"37":{"tf":2.0},"40":{"tf":1.7320508075688772},"41":{"tf":2.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"46":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"53":{"tf":2.0},"54":{"tf":1.0},"59":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"(":{"&":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":17,"docs":{"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.4142135623730951},"133":{"tf":1.0},"149":{"tf":1.0},"154":{"tf":1.0},"159":{"tf":1.0},"164":{"tf":1.4142135623730951},"280":{"tf":1.0},"37":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"216":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"c":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"216":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"41":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"194":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"222":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":9,"docs":{"12":{"tf":1.0},"194":{"tf":1.0},"21":{"tf":1.0},"211":{"tf":1.0},"232":{"tf":1.0},"242":{"tf":1.0},"247":{"tf":1.0},"51":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":5,"docs":{"12":{"tf":1.0},"195":{"tf":1.4142135623730951},"286":{"tf":1.0},"43":{"tf":1.0},"50":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"172":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":16,"docs":{"127":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"193":{"tf":1.0},"198":{"tf":1.0},"202":{"tf":1.4142135623730951},"251":{"tf":1.0},"254":{"tf":1.0},"281":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.4142135623730951},"47":{"tf":1.0},"48":{"tf":1.0},"80":{"tf":1.0},"9":{"tf":1.4142135623730951},"96":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"241":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"170":{"tf":1.0},"30":{"tf":1.0},"89":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":24,"docs":{"110":{"tf":1.0},"123":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.0},"16":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"191":{"tf":1.0},"194":{"tf":1.0},"198":{"tf":1.0},"201":{"tf":1.0},"214":{"tf":1.0},"263":{"tf":1.0},"267":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.0},"28":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.4142135623730951},"32":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"94":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"206":{"tf":1.0},"286":{"tf":1.0},"33":{"tf":1.0},"58":{"tf":1.0},"84":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"108":{"tf":1.0},"23":{"tf":1.4142135623730951},"245":{"tf":1.0},"26":{"tf":1.0},"98":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"102":{"tf":1.4142135623730951},"113":{"tf":1.0},"23":{"tf":1.4142135623730951},"245":{"tf":1.0}},"i":{"c":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"245":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":17,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"144":{"tf":1.0},"150":{"tf":1.0},"155":{"tf":1.0},"162":{"tf":1.0},"192":{"tf":1.0},"201":{"tf":1.0},"251":{"tf":1.0},"253":{"tf":1.0},"261":{"tf":1.0},"277":{"tf":1.0},"41":{"tf":1.0},"59":{"tf":1.0},"9":{"tf":1.0},"95":{"tf":1.0}}}}}},"i":{"c":{"df":1,"docs":{"267":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":3,"docs":{"139":{"tf":1.0},"180":{"tf":1.0},"228":{"tf":1.0}},"i":{"df":10,"docs":{"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0}}},"t":{"df":2,"docs":{"228":{"tf":1.0},"272":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":2,"docs":{"214":{"tf":1.0},"54":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"35":{"tf":1.0}}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":35,"docs":{"114":{"tf":1.0},"122":{"tf":1.0},"128":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"164":{"tf":1.0},"18":{"tf":1.0},"184":{"tf":1.0},"189":{"tf":1.0},"191":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"2":{"tf":1.0},"215":{"tf":1.0},"231":{"tf":1.0},"244":{"tf":1.4142135623730951},"250":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":1.0},"258":{"tf":1.0},"270":{"tf":1.0},"271":{"tf":1.0},"286":{"tf":1.7320508075688772},"30":{"tf":1.0},"31":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"44":{"tf":1.7320508075688772},"49":{"tf":1.0},"61":{"tf":1.0},"80":{"tf":1.0},"9":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}}}}},"g":{"df":2,"docs":{"193":{"tf":1.0},"42":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"147":{"tf":1.0},"151":{"tf":1.0},"207":{"tf":1.0},"264":{"tf":1.0},"288":{"tf":1.0}}},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"199":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":7,"docs":{"141":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"149":{"tf":1.0},"184":{"tf":1.0},"187":{"tf":1.4142135623730951},"30":{"tf":1.0},"35":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"100":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"226":{"tf":1.0}},"i":{"df":2,"docs":{"158":{"tf":1.0},"30":{"tf":1.0}}}}}}}},"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"/":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":1,"docs":{"246":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":5,"docs":{"142":{"tf":1.0},"184":{"tf":1.0},"188":{"tf":1.0},"235":{"tf":1.0},"270":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":19,"docs":{"117":{"tf":2.0},"12":{"tf":1.0},"15":{"tf":1.0},"195":{"tf":1.0},"197":{"tf":1.0},"2":{"tf":2.0},"286":{"tf":2.0},"287":{"tf":2.23606797749979},"3":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":1.4142135623730951},"53":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"70":{"tf":1.0},"73":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":7,"docs":{"168":{"tf":1.0},"238":{"tf":1.0},"257":{"tf":1.0},"286":{"tf":1.0},"3":{"tf":1.0},"74":{"tf":1.0},"79":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"65":{"tf":1.0},"66":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"153":{"tf":1.0},"30":{"tf":1.0},"45":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":3,"docs":{"0":{"tf":1.0},"192":{"tf":1.0},"61":{"tf":1.0}},"r":{"df":0,"docs":{},"s":{"df":2,"docs":{"128":{"tf":1.0},"66":{"tf":1.4142135623730951}}}}}}},"o":{"c":{"df":1,"docs":{"219":{"tf":1.0}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"186":{"tf":1.0},"253":{"tf":1.0},"264":{"tf":1.0},"275":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":33,"docs":{"115":{"tf":1.0},"120":{"tf":1.0},"122":{"tf":1.0},"14":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"143":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.4142135623730951},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.7320508075688772},"162":{"tf":1.7320508075688772},"163":{"tf":1.4142135623730951},"183":{"tf":1.0},"184":{"tf":1.7320508075688772},"187":{"tf":1.4142135623730951},"189":{"tf":1.7320508075688772},"195":{"tf":1.0},"225":{"tf":1.0},"232":{"tf":1.7320508075688772},"236":{"tf":1.0},"241":{"tf":3.7416573867739413},"247":{"tf":1.0},"261":{"tf":1.0},"272":{"tf":1.0},"286":{"tf":1.0},"288":{"tf":1.4142135623730951},"30":{"tf":1.0},"41":{"tf":1.4142135623730951},"47":{"tf":1.0},"50":{"tf":1.0},"7":{"tf":1.0}},"{":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"162":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"108":{"tf":1.0}}}}}}}}}},"df":6,"docs":{"108":{"tf":1.4142135623730951},"113":{"tf":1.0},"127":{"tf":1.0},"219":{"tf":1.0},"225":{"tf":1.0},"60":{"tf":1.0}}}}}}}},"df":3,"docs":{"209":{"tf":1.0},"29":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"\'":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":12,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"195":{"tf":1.0},"199":{"tf":1.0},"239":{"tf":1.0},"25":{"tf":1.0},"257":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"9":{"tf":1.0}}}}}}},"n":{"\'":{"df":0,"docs":{},"t":{"df":1,"docs":{"100":{"tf":1.0}}}},"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":35,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"102":{"tf":1.0},"15":{"tf":1.0},"150":{"tf":1.0},"155":{"tf":1.0},"160":{"tf":1.4142135623730951},"165":{"tf":1.0},"17":{"tf":1.4142135623730951},"180":{"tf":1.0},"197":{"tf":1.0},"200":{"tf":1.4142135623730951},"209":{"tf":1.4142135623730951},"214":{"tf":1.4142135623730951},"217":{"tf":1.0},"222":{"tf":1.0},"231":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"277":{"tf":1.0},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"53":{"tf":1.4142135623730951},"59":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"68":{"tf":1.0},"8":{"tf":1.0},"87":{"tf":1.0},"9":{"tf":1.0},"94":{"tf":1.0}}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"127":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"n":{"df":12,"docs":{"103":{"tf":1.0},"119":{"tf":1.4142135623730951},"18":{"tf":1.0},"235":{"tf":1.0},"239":{"tf":1.0},"255":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0},"78":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"185":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"199":{"tf":1.0},"32":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"129":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"128":{"tf":1.7320508075688772}}}},"v":{"df":0,"docs":{},"e":{"df":6,"docs":{"131":{"tf":1.0},"170":{"tf":1.0},"197":{"tf":1.0},"222":{"tf":1.0},"286":{"tf":1.0},"32":{"tf":1.0}},"n":{"df":2,"docs":{"101":{"tf":1.0},"58":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"p":{"/":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"127":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":2,"docs":{"127":{"tf":1.0},"134":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"l":{"df":4,"docs":{"225":{"tf":1.0},"227":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"36":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"106":{"tf":1.0},"128":{"tf":1.0},"42":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":38,"docs":{"101":{"tf":2.23606797749979},"109":{"tf":1.4142135623730951},"113":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.0},"134":{"tf":1.0},"160":{"tf":1.0},"17":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"199":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"209":{"tf":1.0},"22":{"tf":1.0},"227":{"tf":1.0},"234":{"tf":1.0},"238":{"tf":1.0},"245":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"270":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"286":{"tf":2.0},"288":{"tf":1.0},"32":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.7320508075688772},"53":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"79":{"tf":1.0},"82":{"tf":1.4142135623730951},"85":{"tf":1.0},"97":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"2":{"0":{"df":1,"docs":{"169":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"5":{"df":1,"docs":{"169":{"tf":1.0}}},"df":0,"docs":{}},"7":{"5":{"df":1,"docs":{"169":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":28,"docs":{"101":{"tf":1.0},"115":{"tf":1.0},"13":{"tf":1.0},"140":{"tf":1.0},"15":{"tf":1.4142135623730951},"17":{"tf":1.0},"178":{"tf":1.0},"186":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"204":{"tf":1.0},"223":{"tf":1.0},"232":{"tf":1.0},"286":{"tf":2.0},"33":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.4142135623730951},"53":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"93":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"126":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"174":{"tf":1.4142135623730951},"222":{"tf":1.7320508075688772},"223":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":9,"docs":{"126":{"tf":1.0},"131":{"tf":1.0},"140":{"tf":1.0},"168":{"tf":1.0},"175":{"tf":1.0},"222":{"tf":1.0},"35":{"tf":1.0},"51":{"tf":1.0},"85":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"222":{"tf":1.0}}}}}}},"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"28":{"tf":1.0}}}}},"df":0,"docs":{}},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":32,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"117":{"tf":1.0},"141":{"tf":1.0},"145":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"155":{"tf":1.0},"158":{"tf":1.0},"166":{"tf":1.0},"17":{"tf":1.0},"184":{"tf":1.4142135623730951},"187":{"tf":1.4142135623730951},"194":{"tf":1.4142135623730951},"202":{"tf":1.0},"262":{"tf":1.0},"28":{"tf":1.0},"287":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.4142135623730951},"62":{"tf":1.0},"72":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"199":{"tf":1.0},"32":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":7,"docs":{"150":{"tf":1.0},"151":{"tf":1.0},"17":{"tf":1.0},"201":{"tf":1.0},"203":{"tf":1.0},"285":{"tf":1.0},"59":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"284":{"tf":1.0}}}}}}},"df":1,"docs":{"28":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"69":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"175":{"tf":1.0},"42":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"287":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"b":{"df":1,"docs":{"200":{"tf":1.0}},"e":{"d":{"df":1,"docs":{"267":{"tf":1.0}}},"df":0,"docs":{}},"o":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"252":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"129":{"tf":1.0}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":8,"docs":{"201":{"tf":1.0},"239":{"tf":1.4142135623730951},"244":{"tf":1.0},"272":{"tf":1.0},"286":{"tf":1.4142135623730951},"42":{"tf":1.0},"44":{"tf":1.0},"77":{"tf":1.4142135623730951}},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":13,"docs":{"102":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.0},"119":{"tf":1.4142135623730951},"168":{"tf":1.0},"169":{"tf":1.0},"173":{"tf":1.0},"23":{"tf":1.0},"37":{"tf":1.0},"57":{"tf":1.4142135623730951},"75":{"tf":1.0},"77":{"tf":1.4142135623730951},"79":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"d":{"df":8,"docs":{"10":{"tf":1.0},"112":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"16":{"tf":1.0},"220":{"tf":1.4142135623730951},"221":{"tf":1.4142135623730951},"225":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"148":{"tf":1.0},"153":{"tf":1.0},"178":{"tf":1.0},"206":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":8,"docs":{"131":{"tf":1.0},"199":{"tf":1.0},"217":{"tf":1.0},"25":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"199":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":11,"docs":{"184":{"tf":1.0},"196":{"tf":1.0},"227":{"tf":1.0},"239":{"tf":1.0},"25":{"tf":1.4142135623730951},"255":{"tf":1.0},"256":{"tf":1.4142135623730951},"29":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":2.0},"78":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":19,"docs":{"119":{"tf":1.0},"125":{"tf":1.0},"142":{"tf":1.4142135623730951},"143":{"tf":1.0},"170":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"183":{"tf":1.0},"186":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.4142135623730951},"196":{"tf":1.0},"217":{"tf":1.0},"232":{"tf":1.0},"286":{"tf":1.0},"287":{"tf":1.0},"288":{"tf":1.4142135623730951},"29":{"tf":1.0},"36":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"99":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"286":{"tf":1.0},"80":{"tf":1.0}}}}},"v":{"df":1,"docs":{"244":{"tf":1.0}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":41,"docs":{"107":{"tf":1.4142135623730951},"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"114":{"tf":1.0},"115":{"tf":1.0},"122":{"tf":1.4142135623730951},"13":{"tf":1.0},"14":{"tf":1.0},"143":{"tf":1.0},"150":{"tf":1.0},"155":{"tf":1.4142135623730951},"156":{"tf":1.0},"164":{"tf":1.0},"181":{"tf":1.0},"190":{"tf":1.0},"201":{"tf":1.0},"216":{"tf":1.0},"22":{"tf":1.0},"225":{"tf":1.0},"234":{"tf":1.0},"240":{"tf":1.0},"244":{"tf":1.0},"247":{"tf":1.0},"252":{"tf":1.0},"26":{"tf":1.4142135623730951},"281":{"tf":1.0},"284":{"tf":1.0},"286":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0},"95":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}}}}},"p":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"195":{"tf":1.0},"250":{"tf":1.0},"286":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"208":{"tf":1.0}}}}}}},"r":{"(":{"\\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"222":{"tf":1.0}}}}},"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"!":{"(":{"\\"":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"214":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"212":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"134":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":33,"docs":{"101":{"tf":1.0},"109":{"tf":1.0},"134":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.4142135623730951},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":2.0},"197":{"tf":1.0},"199":{"tf":1.4142135623730951},"205":{"tf":1.0},"209":{"tf":1.7320508075688772},"211":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.4142135623730951},"230":{"tf":1.4142135623730951},"231":{"tf":1.4142135623730951},"232":{"tf":1.4142135623730951},"236":{"tf":1.4142135623730951},"239":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"246":{"tf":1.4142135623730951},"271":{"tf":1.0},"272":{"tf":1.0},"29":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"93":{"tf":1.0},"99":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"187":{"tf":1.0}}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"116":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"c":{"df":2,"docs":{"267":{"tf":1.0},"288":{"tf":1.0}}},"df":0,"docs":{}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"223":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"211":{"tf":1.0},"212":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":20,"docs":{"134":{"tf":1.0},"146":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"198":{"tf":1.4142135623730951},"199":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.0},"223":{"tf":1.0},"286":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"37":{"tf":1.0},"42":{"tf":1.0},"53":{"tf":1.7320508075688772},"58":{"tf":1.0},"80":{"tf":1.0},"84":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":9,"docs":{"109":{"tf":1.0},"217":{"tf":1.0},"250":{"tf":1.0},"288":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0},"9":{"tf":1.0}},"t":{"df":4,"docs":{"256":{"tf":1.0},"286":{"tf":1.0},"45":{"tf":1.0},"58":{"tf":1.0}},"u":{"df":1,"docs":{"203":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":9,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"235":{"tf":1.0},"286":{"tf":1.0},"40":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.0},"98":{"tf":1.0}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"18":{"tf":1.0},"200":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"192":{"tf":1.0}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"30":{"tf":1.0},"9":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":8,"docs":{"16":{"tf":1.0},"201":{"tf":1.0},"22":{"tf":1.0},"27":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":32,"docs":{"0":{"tf":1.0},"114":{"tf":1.7320508075688772},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":1.0},"124":{"tf":1.0},"174":{"tf":1.0},"188":{"tf":1.0},"202":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"212":{"tf":1.0},"219":{"tf":1.4142135623730951},"220":{"tf":1.4142135623730951},"221":{"tf":1.0},"225":{"tf":1.0},"266":{"tf":1.0},"281":{"tf":1.0},"286":{"tf":1.4142135623730951},"288":{"tf":1.0},"34":{"tf":1.0},"50":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"89":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":21,"docs":{"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"136":{"tf":1.0},"146":{"tf":1.4142135623730951},"148":{"tf":1.0},"153":{"tf":1.0},"158":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"199":{"tf":1.0},"205":{"tf":1.0},"209":{"tf":1.0},"216":{"tf":1.4142135623730951},"286":{"tf":1.7320508075688772},"32":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.4142135623730951},"53":{"tf":1.0},"80":{"tf":1.0},"9":{"tf":1.0}},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":4,"docs":{"205":{"tf":1.0},"206":{"tf":1.0},"266":{"tf":1.0},"63":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":31,"docs":{"103":{"tf":1.0},"116":{"tf":1.7320508075688772},"117":{"tf":1.4142135623730951},"12":{"tf":1.4142135623730951},"148":{"tf":1.0},"158":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"171":{"tf":1.0},"180":{"tf":1.0},"183":{"tf":1.4142135623730951},"195":{"tf":1.0},"196":{"tf":1.0},"2":{"tf":2.449489742783178},"227":{"tf":1.4142135623730951},"230":{"tf":1.4142135623730951},"236":{"tf":1.4142135623730951},"253":{"tf":1.0},"255":{"tf":1.0},"259":{"tf":1.0},"286":{"tf":2.23606797749979},"287":{"tf":1.4142135623730951},"3":{"tf":1.0},"30":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":2.0},"54":{"tf":1.7320508075688772},"67":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"98":{"tf":1.0}},"s":{"(":{"2":{"df":2,"docs":{"121":{"tf":1.0},"55":{"tf":1.0}}},"5":{"df":1,"docs":{"218":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"’":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":14,"docs":{"104":{"tf":1.0},"105":{"tf":1.0},"15":{"tf":1.0},"185":{"tf":1.0},"2":{"tf":1.0},"203":{"tf":1.0},"225":{"tf":1.0},"286":{"tf":1.0},"3":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"70":{"tf":1.0}}}}},"df":0,"docs":{}}},"h":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"217":{"tf":1.0},"235":{"tf":1.0},"246":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"200":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.4142135623730951},"247":{"tf":1.0},"283":{"tf":1.0},"286":{"tf":1.0},"47":{"tf":1.0}}}},"t":{"df":1,"docs":{"99":{"tf":1.4142135623730951}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"221":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":32,"docs":{"102":{"tf":1.4142135623730951},"105":{"tf":1.0},"106":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.4142135623730951},"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},"13":{"tf":1.0},"133":{"tf":1.0},"164":{"tf":1.0},"169":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"251":{"tf":1.0},"29":{"tf":1.0},"37":{"tf":1.0},"45":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"82":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"d":{"a":{"_":{"df":0,"docs":{},"l":{"df":2,"docs":{"105":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":4,"docs":{"238":{"tf":1.0},"42":{"tf":1.0},"54":{"tf":1.0},"89":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"222":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"—":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"193":{"tf":1.0}}}}}}}}}}}},"df":104,"docs":{"10":{"tf":1.0},"100":{"tf":2.23606797749979},"109":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"116":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"127":{"tf":1.7320508075688772},"128":{"tf":1.0},"129":{"tf":1.0},"13":{"tf":1.0},"130":{"tf":1.0},"134":{"tf":1.4142135623730951},"138":{"tf":1.0},"139":{"tf":1.4142135623730951},"142":{"tf":1.0},"144":{"tf":1.0},"146":{"tf":1.0},"16":{"tf":2.23606797749979},"168":{"tf":1.0},"17":{"tf":1.7320508075688772},"170":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"18":{"tf":1.4142135623730951},"188":{"tf":1.7320508075688772},"194":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.7320508075688772},"198":{"tf":2.8284271247461903},"199":{"tf":1.7320508075688772},"200":{"tf":1.0},"201":{"tf":1.4142135623730951},"202":{"tf":1.0},"203":{"tf":1.4142135623730951},"205":{"tf":1.7320508075688772},"209":{"tf":1.4142135623730951},"210":{"tf":1.4142135623730951},"211":{"tf":1.7320508075688772},"212":{"tf":2.0},"213":{"tf":1.0},"214":{"tf":1.7320508075688772},"216":{"tf":1.0},"217":{"tf":1.0},"22":{"tf":2.0},"220":{"tf":1.0},"221":{"tf":1.4142135623730951},"222":{"tf":2.0},"223":{"tf":1.7320508075688772},"224":{"tf":1.0},"225":{"tf":1.0},"227":{"tf":1.0},"234":{"tf":1.4142135623730951},"235":{"tf":1.7320508075688772},"237":{"tf":1.0},"238":{"tf":1.0},"24":{"tf":1.0},"246":{"tf":1.0},"250":{"tf":1.0},"263":{"tf":1.0},"273":{"tf":2.0},"28":{"tf":1.4142135623730951},"284":{"tf":1.0},"286":{"tf":3.3166247903554},"288":{"tf":2.0},"3":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":2.0},"34":{"tf":3.0},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":2.0},"42":{"tf":2.449489742783178},"45":{"tf":1.7320508075688772},"47":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"53":{"tf":2.449489742783178},"54":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"67":{"tf":1.0},"68":{"tf":1.4142135623730951},"80":{"tf":2.0},"81":{"tf":1.7320508075688772},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":2.0},"86":{"tf":1.4142135623730951},"87":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.0},"90":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"97":{"tf":1.0}},"e":{"d":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}},"t":{"df":1,"docs":{"0":{"tf":1.0}},"—":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"’":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}}}},"i":{"df":0,"docs":{},"r":{"df":4,"docs":{"197":{"tf":1.0},"205":{"tf":1.0},"209":{"tf":1.0},"63":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":10,"docs":{"10":{"tf":1.0},"145":{"tf":1.0},"171":{"tf":1.0},"19":{"tf":1.0},"193":{"tf":1.0},"202":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":8,"docs":{"101":{"tf":1.7320508075688772},"102":{"tf":1.0},"113":{"tf":1.0},"227":{"tf":1.0},"25":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"53":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"102":{"tf":1.0},"109":{"tf":1.0},"54":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"11":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"s":{"df":3,"docs":{"175":{"tf":1.0},"177":{"tf":1.0},"217":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"227":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":18,"docs":{"110":{"tf":1.0},"144":{"tf":1.0},"165":{"tf":1.0},"17":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.7320508075688772},"203":{"tf":1.0},"220":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"47":{"tf":1.0},"83":{"tf":1.0},"9":{"tf":1.0},"94":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":10,"docs":{"110":{"tf":1.4142135623730951},"174":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"208":{"tf":1.0},"219":{"tf":2.0},"268":{"tf":1.0},"40":{"tf":1.0},"51":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"a":{"d":{"d":{"df":1,"docs":{"201":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"’":{"df":1,"docs":{"219":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"178":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"106":{"tf":1.0},"185":{"tf":1.0},"219":{"tf":1.0}}}},"df":1,"docs":{"102":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"43":{"tf":1.0}}}}}}},"}":{"\\"":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"223":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"f":{"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"24":{"tf":1.4142135623730951},"50":{"tf":1.0}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"12":{"tf":1.0},"195":{"tf":1.0},"287":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":50,"docs":{"109":{"tf":1.0},"134":{"tf":1.4142135623730951},"139":{"tf":1.7320508075688772},"142":{"tf":1.7320508075688772},"16":{"tf":1.4142135623730951},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":2.0},"197":{"tf":1.0},"198":{"tf":1.4142135623730951},"199":{"tf":1.0},"201":{"tf":1.0},"209":{"tf":2.0},"211":{"tf":1.0},"217":{"tf":1.0},"228":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"234":{"tf":1.4142135623730951},"235":{"tf":1.0},"236":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"247":{"tf":1.0},"250":{"tf":1.0},"258":{"tf":1.0},"263":{"tf":1.4142135623730951},"270":{"tf":1.0},"273":{"tf":1.0},"288":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"3":{"tf":1.0},"34":{"tf":1.7320508075688772},"35":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"45":{"tf":1.0},"46":{"tf":2.449489742783178},"53":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.0},"77":{"tf":1.0},"85":{"tf":1.0},"89":{"tf":1.0},"93":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"247":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"r":{"df":43,"docs":{"104":{"tf":1.0},"113":{"tf":1.0},"127":{"tf":1.0},"132":{"tf":1.0},"134":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"150":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"180":{"tf":1.0},"187":{"tf":1.0},"190":{"tf":1.0},"199":{"tf":1.0},"201":{"tf":1.0},"214":{"tf":1.7320508075688772},"23":{"tf":1.4142135623730951},"237":{"tf":1.0},"238":{"tf":1.0},"252":{"tf":1.0},"257":{"tf":1.0},"263":{"tf":1.0},"273":{"tf":1.0},"281":{"tf":1.0},"286":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"67":{"tf":1.0},"78":{"tf":1.4142135623730951},"85":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.0},"93":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":2,"docs":{"125":{"tf":1.0},"129":{"tf":1.0}}}},"l":{"df":0,"docs":{},"s":{"df":4,"docs":{"25":{"tf":1.0},"256":{"tf":1.0},"286":{"tf":1.0},"60":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}}},"q":{"df":1,"docs":{"111":{"tf":1.0}}},"r":{"df":2,"docs":{"46":{"tf":1.0},"55":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":13,"docs":{"122":{"tf":1.0},"129":{"tf":1.0},"147":{"tf":1.0},"150":{"tf":1.0},"160":{"tf":1.0},"197":{"tf":1.0},"209":{"tf":1.0},"224":{"tf":1.0},"250":{"tf":1.0},"277":{"tf":1.0},"41":{"tf":1.4142135623730951},"46":{"tf":1.7320508075688772},"59":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"261":{"tf":1.0},"277":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"147":{"tf":1.0},"151":{"tf":1.0},"288":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"255":{"tf":1.0}}}}}},"df":1,"docs":{"255":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":6,"docs":{"163":{"tf":1.4142135623730951},"203":{"tf":1.0},"257":{"tf":1.0},"286":{"tf":1.0},"41":{"tf":1.0},"54":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"180":{"tf":1.0}}}}}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"113":{"tf":1.0},"129":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":7,"docs":{"129":{"tf":1.0},"172":{"tf":1.0},"198":{"tf":1.0},"205":{"tf":1.0},"286":{"tf":1.7320508075688772},"37":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":1,"docs":{"47":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"185":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":4,"docs":{"0":{"tf":1.0},"128":{"tf":1.0},"182":{"tf":1.0},"46":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"107":{"tf":1.0},"232":{"tf":1.0},"246":{"tf":1.0},"78":{"tf":1.0}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":5,"docs":{"113":{"tf":1.0},"157":{"tf":1.4142135623730951},"160":{"tf":1.0},"161":{"tf":1.0},"288":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":3,"docs":{"154":{"tf":1.0},"185":{"tf":1.0},"283":{"tf":1.0}}},"l":{"df":1,"docs":{"12":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":7,"docs":{"128":{"tf":1.0},"288":{"tf":1.0},"35":{"tf":1.0},"54":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"99":{"tf":1.0}}}},"d":{"df":10,"docs":{"103":{"tf":1.0},"120":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"263":{"tf":1.0},"277":{"tf":1.0},"42":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":3,"docs":{"250":{"tf":1.0},"273":{"tf":1.4142135623730951},"55":{"tf":1.0}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":11,"docs":{"14":{"tf":1.0},"198":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"223":{"tf":1.0},"286":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"84":{"tf":1.0},"9":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"272":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":13,"docs":{"113":{"tf":1.0},"173":{"tf":1.0},"19":{"tf":1.0},"214":{"tf":1.0},"23":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.4142135623730951},"60":{"tf":1.0},"65":{"tf":1.0},"75":{"tf":1.0},"9":{"tf":1.0},"98":{"tf":1.7320508075688772}},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"273":{"tf":1.0}}}}}}}}}},"t":{"df":7,"docs":{"113":{"tf":1.0},"165":{"tf":1.0},"193":{"tf":1.0},"221":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"59":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":3,"docs":{"10":{"tf":1.0},"11":{"tf":1.4142135623730951},"194":{"tf":1.0}}}},"x":{"df":4,"docs":{"228":{"tf":1.0},"23":{"tf":1.0},"245":{"tf":1.0},"45":{"tf":1.4142135623730951}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"168":{"tf":1.0}}},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"243":{"tf":1.0}}}},"p":{"df":2,"docs":{"168":{"tf":1.0},"180":{"tf":1.0}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"11":{"tf":1.0},"162":{"tf":1.0},"28":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":1,"docs":{"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"225":{"tf":1.0},"227":{"tf":1.0},"288":{"tf":1.7320508075688772},"96":{"tf":1.0},"97":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"110":{"tf":1.0},"208":{"tf":1.0}}}}}}}}},"n":{"df":89,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":2.0},"107":{"tf":1.4142135623730951},"108":{"tf":1.0},"109":{"tf":2.0},"110":{"tf":1.7320508075688772},"115":{"tf":1.4142135623730951},"116":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"12":{"tf":1.0},"120":{"tf":1.4142135623730951},"121":{"tf":1.4142135623730951},"122":{"tf":1.0},"13":{"tf":1.0},"133":{"tf":1.4142135623730951},"14":{"tf":1.0},"146":{"tf":2.0},"149":{"tf":1.0},"154":{"tf":1.0},"159":{"tf":1.0},"164":{"tf":2.0},"165":{"tf":2.0},"169":{"tf":1.0},"173":{"tf":1.7320508075688772},"174":{"tf":1.7320508075688772},"205":{"tf":2.0},"206":{"tf":2.23606797749979},"207":{"tf":1.0},"208":{"tf":2.6457513110645907},"21":{"tf":1.0},"211":{"tf":2.0},"212":{"tf":2.0},"213":{"tf":1.0},"216":{"tf":1.4142135623730951},"218":{"tf":1.7320508075688772},"22":{"tf":1.0},"222":{"tf":2.449489742783178},"223":{"tf":2.0},"23":{"tf":1.0},"232":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.4142135623730951},"238":{"tf":2.0},"239":{"tf":1.4142135623730951},"244":{"tf":1.0},"245":{"tf":2.0},"25":{"tf":1.0},"251":{"tf":1.4142135623730951},"258":{"tf":1.0},"264":{"tf":1.0},"266":{"tf":1.7320508075688772},"279":{"tf":1.0},"280":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.7320508075688772},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"45":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"63":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"71":{"tf":1.0},"72":{"tf":1.4142135623730951},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"79":{"tf":1.0},"82":{"tf":1.0},"87":{"tf":1.0},"89":{"tf":1.0},"91":{"tf":1.4142135623730951},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}},"o":{"c":{"df":0,"docs":{},"u":{"df":2,"docs":{"174":{"tf":1.0},"21":{"tf":1.0}},"s":{"df":4,"docs":{"109":{"tf":1.0},"176":{"tf":1.0},"50":{"tf":1.0},"63":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"45":{"tf":1.0}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"222":{"tf":1.0},"77":{"tf":1.0},"99":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"109":{"tf":1.0}}}}},"k":{"df":1,"docs":{"40":{"tf":1.0}}},"m":{"a":{"df":0,"docs":{},"t":{"!":{"(":{"\\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"223":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":2,"docs":{"196":{"tf":1.0},"288":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"19":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0},"98":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"y":{"df":1,"docs":{"48":{"tf":1.0}}}}}}}}},"df":2,"docs":{"189":{"tf":1.0},"230":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"9":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"r":{"df":1,"docs":{"40":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"219":{"tf":1.0},"268":{"tf":1.0},"40":{"tf":1.0}}}}}}}}}}},"df":70,"docs":{"0":{"tf":1.4142135623730951},"10":{"tf":1.4142135623730951},"101":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":1.0},"12":{"tf":1.0},"124":{"tf":1.0},"144":{"tf":1.0},"15":{"tf":1.0},"165":{"tf":1.0},"167":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.4142135623730951},"181":{"tf":1.0},"183":{"tf":1.7320508075688772},"186":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.4142135623730951},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"20":{"tf":1.0},"200":{"tf":1.7320508075688772},"201":{"tf":1.4142135623730951},"202":{"tf":1.7320508075688772},"203":{"tf":1.0},"21":{"tf":1.4142135623730951},"219":{"tf":1.0},"22":{"tf":1.4142135623730951},"220":{"tf":1.0},"221":{"tf":1.0},"225":{"tf":1.4142135623730951},"227":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"241":{"tf":1.0},"25":{"tf":1.0},"250":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"259":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"27":{"tf":1.0},"271":{"tf":1.0},"281":{"tf":1.0},"288":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.4142135623730951},"35":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.4142135623730951},"40":{"tf":1.7320508075688772},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"47":{"tf":1.4142135623730951},"48":{"tf":1.0},"51":{"tf":1.4142135623730951},"59":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":2.0},"80":{"tf":1.0},"9":{"tf":2.0},"94":{"tf":1.0}},"’":{"df":4,"docs":{"14":{"tf":1.0},"199":{"tf":1.0},"41":{"tf":1.0},"47":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":1,"docs":{"235":{"tf":1.0}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"168":{"tf":1.0},"248":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"155":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"156":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":9,"docs":{"121":{"tf":1.0},"129":{"tf":1.0},"180":{"tf":1.0},"198":{"tf":1.0},"247":{"tf":1.0},"284":{"tf":1.0},"34":{"tf":1.0},"38":{"tf":1.0},"48":{"tf":1.0}},"i":{"df":2,"docs":{"261":{"tf":1.0},"286":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":8,"docs":{"106":{"tf":1.0},"113":{"tf":1.0},"186":{"tf":1.0},"218":{"tf":1.4142135623730951},"23":{"tf":1.0},"232":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.0}}}}}}},"d":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}}}}},"df":1,"docs":{"227":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"163":{"tf":1.4142135623730951},"174":{"tf":1.0},"209":{"tf":1.0},"60":{"tf":1.0}}}}},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"130":{"tf":1.0}}}}}},"g":{"b":{"df":1,"docs":{"185":{"tf":1.0}}},"d":{"b":{"df":1,"docs":{"151":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":3,"docs":{"172":{"tf":1.0},"222":{"tf":1.0},"41":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":34,"docs":{"13":{"tf":1.0},"130":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"158":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"197":{"tf":1.4142135623730951},"200":{"tf":1.0},"204":{"tf":1.0},"214":{"tf":1.0},"219":{"tf":1.0},"222":{"tf":1.0},"234":{"tf":1.0},"249":{"tf":1.0},"256":{"tf":1.0},"258":{"tf":1.0},"268":{"tf":1.0},"279":{"tf":1.4142135623730951},"286":{"tf":1.4142135623730951},"288":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":2.0},"58":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"7":{"tf":1.0}}},"s":{"df":0,"docs":{},"i":{"df":4,"docs":{"234":{"tf":2.0},"272":{"tf":1.4142135623730951},"288":{"tf":1.0},"31":{"tf":1.0}}}}}},"t":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"222":{"tf":1.0},"223":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":4,"docs":{"155":{"tf":1.0},"247":{"tf":1.0},"282":{"tf":1.0},"34":{"tf":1.0}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"185":{"tf":1.0}},"h":{"df":0,"docs":{},"u":{"b":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"244":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":1,"docs":{"283":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":9,"docs":{"119":{"tf":1.0},"18":{"tf":1.0},"201":{"tf":1.0},"234":{"tf":1.0},"238":{"tf":1.0},"276":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"9":{"tf":1.0}},"n":{"df":2,"docs":{"41":{"tf":1.0},"48":{"tf":1.0}}}}}},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"273":{"tf":1.0},"42":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"111":{"tf":1.0},"285":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"251":{"tf":1.0},"47":{"tf":1.7320508075688772}}}},"df":3,"docs":{"181":{"tf":1.0},"193":{"tf":1.0},"37":{"tf":1.0}},"e":{"df":3,"docs":{"10":{"tf":1.0},"28":{"tf":1.0},"9":{"tf":1.0}}},"o":{"d":{"df":7,"docs":{"101":{"tf":1.0},"104":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.0},"54":{"tf":1.0},"98":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"175":{"tf":1.0},"199":{"tf":1.0},"209":{"tf":1.0},"57":{"tf":1.0},"67":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"112":{"tf":1.0},"113":{"tf":1.0}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"242":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"234":{"tf":1.7320508075688772},"241":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"33":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":2,"docs":{"224":{"tf":1.0},"47":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":5,"docs":{"196":{"tf":1.0},"287":{"tf":1.0},"31":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0}}}}}},"d":{"df":3,"docs":{"175":{"tf":1.0},"217":{"tf":1.0},"288":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":4,"docs":{"180":{"tf":1.0},"226":{"tf":1.0},"263":{"tf":1.0},"49":{"tf":1.0}}},"df":0,"docs":{}}},"df":6,"docs":{"162":{"tf":1.0},"19":{"tf":1.0},"273":{"tf":1.0},"38":{"tf":1.0},"49":{"tf":1.0},"9":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"256":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"127":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{}}}},"n":{"d":{"df":2,"docs":{"17":{"tf":1.0},"30":{"tf":1.0}},"i":{"df":1,"docs":{"9":{"tf":1.0}}},"l":{"df":24,"docs":{"118":{"tf":1.0},"14":{"tf":1.0},"166":{"tf":1.0},"172":{"tf":1.0},"18":{"tf":1.0},"181":{"tf":1.0},"197":{"tf":1.0},"199":{"tf":1.0},"209":{"tf":1.0},"21":{"tf":1.0},"258":{"tf":1.0},"287":{"tf":1.0},"288":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"43":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.0},"79":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":16,"docs":{"13":{"tf":1.0},"134":{"tf":2.0},"17":{"tf":1.0},"171":{"tf":1.0},"201":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"284":{"tf":1.0},"29":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.0},"68":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}}}},"r":{"d":{"df":6,"docs":{"109":{"tf":1.0},"18":{"tf":1.0},"23":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"60":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"102":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":8,"docs":{"104":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.0},"189":{"tf":1.0},"232":{"tf":1.0},"250":{"tf":1.7320508075688772},"276":{"tf":1.0},"286":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"df":1,"docs":{"235":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"178":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"206":{"tf":1.0},"208":{"tf":1.0}},"s":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"208":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"208":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{")":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"208":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"208":{"tf":2.0}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"208":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"206":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":9,"docs":{"148":{"tf":1.0},"153":{"tf":1.0},"161":{"tf":1.0},"180":{"tf":1.0},"206":{"tf":1.7320508075688772},"236":{"tf":1.0},"24":{"tf":1.4142135623730951},"30":{"tf":1.0},"33":{"tf":1.0}},"i":{"df":4,"docs":{"178":{"tf":1.0},"197":{"tf":1.0},"24":{"tf":1.0},"31":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":4,"docs":{"104":{"tf":1.0},"120":{"tf":1.0},"235":{"tf":1.0},"275":{"tf":1.0}}},"y":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"120":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":8,"docs":{"170":{"tf":1.0},"175":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"286":{"tf":1.0},"33":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"m":{"df":1,"docs":{"159":{"tf":1.0}}},"p":{"df":12,"docs":{"0":{"tf":1.0},"193":{"tf":1.0},"20":{"tf":1.0},"209":{"tf":1.0},"228":{"tf":1.0},"247":{"tf":1.0},"27":{"tf":1.0},"282":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"218":{"tf":1.4142135623730951},"40":{"tf":1.0},"51":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":8,"docs":{"10":{"tf":1.0},"109":{"tf":1.0},"223":{"tf":1.0},"266":{"tf":1.0},"39":{"tf":1.0},"53":{"tf":1.0},"60":{"tf":1.0},"9":{"tf":1.4142135623730951}},"’":{"df":7,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"162":{"tf":1.0},"197":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":11,"docs":{"120":{"tf":1.0},"126":{"tf":1.0},"19":{"tf":1.0},"195":{"tf":1.0},"225":{"tf":1.0},"227":{"tf":1.0},"275":{"tf":1.0},"288":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"66":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"161":{"tf":1.0},"287":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"157":{"tf":1.0},"161":{"tf":1.0},"288":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"24":{"tf":1.0}}}},"o":{"c":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}},"o":{"d":{"df":1,"docs":{"67":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":1,"docs":{"198":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"150":{"tf":1.4142135623730951},"151":{"tf":1.0},"155":{"tf":1.0},"225":{"tf":1.0},"231":{"tf":1.0},"244":{"tf":1.0},"288":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"225":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"c":{"df":2,"docs":{"172":{"tf":1.0},"178":{"tf":1.0}}},"df":0,"docs":{}}}},":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"1":{"8":{"0":{"8":{"0":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"236":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"286":{"tf":1.0},"31":{"tf":1.0}}}}},"u":{"b":{"df":2,"docs":{"121":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"205":{"tf":1.0},"211":{"tf":1.0}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"i":{"/":{"df":0,"docs":{},"o":{"df":1,"docs":{"235":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"a":{"df":9,"docs":{"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0}},"l":{"df":1,"docs":{"284":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"201":{"tf":1.0},"234":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0}},"i":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"122":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":4,"docs":{"120":{"tf":1.0},"141":{"tf":1.0},"187":{"tf":1.0},"222":{"tf":1.0}}}}}}}},"l":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":5,"docs":{"19":{"tf":1.0},"38":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":5,"docs":{"144":{"tf":1.0},"192":{"tf":1.0},"201":{"tf":1.0},"9":{"tf":1.0},"95":{"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":{"124":{"tf":1.0},"221":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"153":{"tf":1.0},"183":{"tf":1.4142135623730951},"253":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"29":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"196":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":8,"docs":{"13":{"tf":1.0},"196":{"tf":1.0},"251":{"tf":1.0},"286":{"tf":1.0},"29":{"tf":1.4142135623730951},"44":{"tf":2.449489742783178},"47":{"tf":1.0},"53":{"tf":1.0}}}}},"p":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"21":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":2.449489742783178}}}},"l":{"df":10,"docs":{"110":{"tf":1.0},"165":{"tf":1.4142135623730951},"173":{"tf":1.0},"206":{"tf":1.4142135623730951},"208":{"tf":1.4142135623730951},"212":{"tf":1.4142135623730951},"222":{"tf":1.4142135623730951},"223":{"tf":1.4142135623730951},"266":{"tf":1.0},"280":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":16,"docs":{"146":{"tf":1.4142135623730951},"165":{"tf":1.0},"168":{"tf":1.0},"198":{"tf":1.0},"205":{"tf":1.0},"216":{"tf":1.4142135623730951},"225":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":1.0},"63":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"109":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"100":{"tf":1.0},"91":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"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":1,"docs":{"63":{"tf":1.0}}}},"—":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}}}}}},"df":4,"docs":{"119":{"tf":1.0},"33":{"tf":1.0},"40":{"tf":1.0},"78":{"tf":1.0}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":27,"docs":{"100":{"tf":1.0},"116":{"tf":1.0},"16":{"tf":1.0},"169":{"tf":1.4142135623730951},"174":{"tf":1.0},"195":{"tf":1.0},"197":{"tf":1.4142135623730951},"198":{"tf":1.0},"205":{"tf":1.0},"209":{"tf":1.0},"214":{"tf":1.0},"219":{"tf":1.0},"227":{"tf":1.0},"238":{"tf":1.4142135623730951},"24":{"tf":1.0},"273":{"tf":1.0},"284":{"tf":1.0},"287":{"tf":1.0},"288":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"54":{"tf":1.7320508075688772},"67":{"tf":1.0},"76":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"89":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"168":{"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":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"76":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"76":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":21,"docs":{"100":{"tf":1.7320508075688772},"112":{"tf":1.0},"113":{"tf":1.0},"116":{"tf":1.4142135623730951},"170":{"tf":1.0},"179":{"tf":1.0},"205":{"tf":1.0},"238":{"tf":2.0},"24":{"tf":1.0},"252":{"tf":1.0},"286":{"tf":1.0},"288":{"tf":1.0},"34":{"tf":1.4142135623730951},"42":{"tf":2.0},"60":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"178":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":1,"docs":{"126":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"36":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":13,"docs":{"104":{"tf":1.0},"115":{"tf":1.4142135623730951},"116":{"tf":1.7320508075688772},"117":{"tf":1.4142135623730951},"118":{"tf":1.0},"119":{"tf":1.4142135623730951},"234":{"tf":1.0},"238":{"tf":1.0},"241":{"tf":1.0},"245":{"tf":1.0},"270":{"tf":1.0},"276":{"tf":1.0},"287":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"—":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"209":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"22":{"tf":1.0},"42":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"\\"":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"222":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"173":{"tf":1.0},"174":{"tf":1.4142135623730951}}}},"i":{"c":{"df":8,"docs":{"112":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"142":{"tf":1.0},"188":{"tf":1.0},"217":{"tf":1.0},"273":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"42":{"tf":1.0},"47":{"tf":1.0}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"u":{"df":2,"docs":{"232":{"tf":1.0},"252":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"c":{"df":1,"docs":{"125":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{".":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"206":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"212":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":5,"docs":{"189":{"tf":1.0},"206":{"tf":1.4142135623730951},"212":{"tf":1.0},"241":{"tf":1.4142135623730951},"242":{"tf":1.0}},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"286":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":11,"docs":{"145":{"tf":1.0},"201":{"tf":1.0},"203":{"tf":1.0},"21":{"tf":1.0},"216":{"tf":1.4142135623730951},"217":{"tf":1.0},"267":{"tf":1.0},"286":{"tf":1.0},"30":{"tf":1.0},"47":{"tf":1.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"222":{"tf":1.4142135623730951}},"i":{"df":5,"docs":{"234":{"tf":1.0},"286":{"tf":1.0},"31":{"tf":1.0},"46":{"tf":1.0},"85":{"tf":1.0}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"125":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"16":{"tf":1.0},"198":{"tf":1.4142135623730951},"38":{"tf":1.0},"42":{"tf":1.0},"80":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"222":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"125":{"tf":1.0},"37":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"184":{"tf":1.0}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":15,"docs":{"16":{"tf":1.0},"178":{"tf":1.0},"197":{"tf":1.0},"201":{"tf":1.0},"22":{"tf":1.0},"232":{"tf":1.0},"238":{"tf":1.0},"245":{"tf":1.0},"250":{"tf":1.0},"253":{"tf":1.0},"33":{"tf":1.0},"38":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"80":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"242":{"tf":1.0},"272":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":20,"docs":{"10":{"tf":1.0},"133":{"tf":1.0},"136":{"tf":1.0},"160":{"tf":1.0},"18":{"tf":1.0},"190":{"tf":1.0},"208":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"225":{"tf":1.0},"252":{"tf":1.0},"281":{"tf":1.0},"289":{"tf":1.0},"4":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"53":{"tf":1.0},"59":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"df":4,"docs":{"103":{"tf":1.0},"235":{"tf":1.0},"275":{"tf":1.0},"288":{"tf":1.0}}},"t":{"df":11,"docs":{"108":{"tf":1.4142135623730951},"113":{"tf":1.0},"18":{"tf":1.0},"196":{"tf":1.0},"199":{"tf":1.0},"21":{"tf":1.0},"227":{"tf":1.0},"245":{"tf":1.0},"34":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"102":{"tf":1.0},"124":{"tf":1.0},"127":{"tf":1.0},"180":{"tf":1.0},"57":{"tf":1.0}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"105":{"tf":1.0},"125":{"tf":1.0},"199":{"tf":1.0},"258":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0},"73":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"104":{"tf":1.0},"53":{"tf":1.0},"62":{"tf":1.0}}}}},"f":{"a":{"c":{"df":6,"docs":{"129":{"tf":1.0},"146":{"tf":1.7320508075688772},"286":{"tf":1.0},"288":{"tf":1.0},"289":{"tf":1.0},"30":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"36":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"151":{"tf":1.0},"156":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"263":{"tf":1.0},"41":{"tf":1.0}}}}},"n":{"df":7,"docs":{"117":{"tf":1.0},"125":{"tf":1.0},"225":{"tf":1.0},"24":{"tf":1.7320508075688772},"40":{"tf":1.0},"72":{"tf":1.0},"9":{"tf":1.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"113":{"tf":1.0},"132":{"tf":1.0},"137":{"tf":1.0},"166":{"tf":1.0},"20":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"(":{"5":{"df":1,"docs":{"208":{"tf":1.0}}},"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"206":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"208":{"tf":1.0}}}}}},"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"206":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":6,"docs":{"128":{"tf":1.0},"197":{"tf":1.0},"208":{"tf":1.4142135623730951},"22":{"tf":1.0},"238":{"tf":1.0},"32":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":7,"docs":{"167":{"tf":1.0},"23":{"tf":1.0},"245":{"tf":1.0},"286":{"tf":1.0},"36":{"tf":1.0},"62":{"tf":1.0},"74":{"tf":1.0}},"t":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"134":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"203":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"18":{"tf":1.0},"42":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"273":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"y":{"df":1,"docs":{"37":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"o":{"c":{"df":1,"docs":{"281":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"235":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":6,"docs":{"100":{"tf":1.0},"150":{"tf":1.0},"155":{"tf":1.0},"234":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"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":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":29,"docs":{"105":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0},"120":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"150":{"tf":1.4142135623730951},"151":{"tf":1.0},"152":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.4142135623730951},"17":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"188":{"tf":1.0},"190":{"tf":1.0},"231":{"tf":1.0},"252":{"tf":1.0},"258":{"tf":1.0},"271":{"tf":1.0},"281":{"tf":1.0},"288":{"tf":1.4142135623730951},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"56":{"tf":1.0},"59":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":17,"docs":{"142":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.4142135623730951},"217":{"tf":1.0},"222":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"233":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"246":{"tf":1.7320508075688772},"247":{"tf":1.7320508075688772},"252":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.0},"283":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"41":{"tf":1.0}}}}}}}}}},"df":10,"docs":{"112":{"tf":1.4142135623730951},"122":{"tf":1.0},"147":{"tf":1.0},"150":{"tf":1.0},"155":{"tf":1.0},"160":{"tf":1.0},"162":{"tf":1.0},"261":{"tf":1.0},"288":{"tf":1.0},"59":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"0":{"tf":1.0},"35":{"tf":1.0}},"—":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}}}},"—":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"40":{"tf":1.0}}}}},"’":{"df":11,"docs":{"109":{"tf":1.0},"13":{"tf":1.0},"147":{"tf":1.0},"196":{"tf":1.4142135623730951},"201":{"tf":1.0},"217":{"tf":1.0},"287":{"tf":1.0},"3":{"tf":1.4142135623730951},"44":{"tf":1.0},"47":{"tf":1.0},"64":{"tf":1.0}}}},"v":{"df":2,"docs":{"226":{"tf":1.0},"9":{"tf":1.0}}}},"j":{"df":0,"docs":{},"o":{"b":{"df":2,"docs":{"194":{"tf":1.0},"30":{"tf":1.0}}},"df":0,"docs":{}},"u":{"d":{"df":0,"docs":{},"g":{"df":5,"docs":{"16":{"tf":1.0},"194":{"tf":1.0},"198":{"tf":1.0},"286":{"tf":1.0},"42":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"198":{"tf":1.4142135623730951},"36":{"tf":1.0},"80":{"tf":1.0}}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":3,"docs":{"19":{"tf":1.0},"201":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}},"k":{"8":{"df":9,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"163":{"tf":1.7320508075688772},"168":{"tf":1.0},"17":{"tf":1.0},"177":{"tf":1.0},"272":{"tf":1.0},"289":{"tf":1.0},"51":{"tf":1.0}},"s":{"2":{"[":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"162":{"tf":1.0}}}}}},"df":0,"docs":{}},"[":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"162":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"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":2,"docs":{"122":{"tf":1.0},"159":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{")":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"(":{"&":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"14":{"tf":1.0},"251":{"tf":1.0},"41":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"162":{"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":{"162":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":17,"docs":{"120":{"tf":1.0},"14":{"tf":1.0},"141":{"tf":1.0},"157":{"tf":1.0},"160":{"tf":1.4142135623730951},"162":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"187":{"tf":1.0},"191":{"tf":1.0},"216":{"tf":1.0},"231":{"tf":1.0},"281":{"tf":1.0},"288":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"59":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":24,"docs":{"108":{"tf":1.0},"112":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"116":{"tf":1.0},"13":{"tf":1.0},"130":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0},"180":{"tf":1.0},"197":{"tf":1.0},"200":{"tf":1.7320508075688772},"203":{"tf":1.0},"224":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.4142135623730951},"253":{"tf":1.0},"26":{"tf":1.0},"277":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0},"50":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"9":{"tf":1.0}}}},"y":{"df":11,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"178":{"tf":1.0},"19":{"tf":1.0},"197":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"285":{"tf":1.0},"39":{"tf":1.0},"48":{"tf":1.0},"63":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":6,"docs":{"148":{"tf":1.0},"189":{"tf":1.0},"231":{"tf":1.4142135623730951},"271":{"tf":1.0},"35":{"tf":1.0},"40":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"227":{"tf":1.4142135623730951}}},"df":0,"docs":{},"w":{"df":18,"docs":{"13":{"tf":1.0},"144":{"tf":1.0},"17":{"tf":1.0},"195":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"220":{"tf":1.0},"30":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.4142135623730951},"46":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":2,"docs":{"40":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":1,"docs":{"36":{"tf":1.0}}},"—":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"u":{"b":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":7,"docs":{"141":{"tf":1.0},"184":{"tf":1.0},"187":{"tf":1.4142135623730951},"189":{"tf":1.4142135623730951},"232":{"tf":1.4142135623730951},"242":{"tf":2.6457513110645907},"247":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":23,"docs":{"122":{"tf":1.0},"14":{"tf":1.0},"157":{"tf":1.4142135623730951},"158":{"tf":1.0},"159":{"tf":1.4142135623730951},"160":{"tf":1.0},"17":{"tf":1.0},"184":{"tf":1.0},"189":{"tf":1.0},"195":{"tf":1.4142135623730951},"225":{"tf":1.0},"232":{"tf":1.0},"242":{"tf":1.0},"286":{"tf":1.0},"288":{"tf":1.0},"289":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.7320508075688772},"47":{"tf":1.0},"50":{"tf":1.0},"59":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"125":{"tf":1.0}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":6,"docs":{"14":{"tf":1.0},"22":{"tf":1.0},"250":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"59":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"g":{"df":3,"docs":{"185":{"tf":1.0},"3":{"tf":1.0},"59":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"115":{"tf":1.0},"116":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"128":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":5,"docs":{"125":{"tf":1.4142135623730951},"178":{"tf":1.0},"179":{"tf":1.0},"252":{"tf":1.0},"42":{"tf":1.0}},"y":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"179":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"67":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"12":{"tf":1.0},"153":{"tf":1.0},"30":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":7,"docs":{"12":{"tf":1.0},"130":{"tf":1.0},"195":{"tf":1.0},"227":{"tf":1.0},"286":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"287":{"tf":1.0}}}}},"df":0,"docs":{},"k":{"df":5,"docs":{"17":{"tf":1.0},"257":{"tf":1.0},"288":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":5,"docs":{"219":{"tf":1.0},"27":{"tf":1.0},"5":{"tf":1.0},"61":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"195":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"276":{"tf":1.0},"43":{"tf":1.0},"85":{"tf":1.0}}}},"t":{"df":9,"docs":{"16":{"tf":1.0},"198":{"tf":1.0},"2":{"tf":1.0},"200":{"tf":1.0},"211":{"tf":1.0},"267":{"tf":1.0},"41":{"tf":1.0},"54":{"tf":1.0},"80":{"tf":1.0}},"’":{"df":22,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"194":{"tf":1.0},"204":{"tf":1.0},"206":{"tf":1.0},"210":{"tf":1.0},"212":{"tf":1.0},"215":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"37":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"9":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":9,"docs":{"125":{"tf":1.0},"19":{"tf":1.0},"193":{"tf":1.0},"195":{"tf":1.0},"225":{"tf":1.0},"227":{"tf":1.0},"288":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":18,"docs":{"131":{"tf":1.0},"146":{"tf":1.0},"15":{"tf":1.0},"154":{"tf":1.0},"159":{"tf":1.0},"19":{"tf":1.0},"197":{"tf":1.0},"199":{"tf":1.0},"201":{"tf":1.0},"27":{"tf":1.4142135623730951},"286":{"tf":1.0},"288":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"38":{"tf":1.0},"48":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":3,"docs":{"104":{"tf":1.0},"275":{"tf":1.0},"66":{"tf":1.0}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"222":{"tf":1.0}}}}}}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"7":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":14,"docs":{"108":{"tf":1.0},"136":{"tf":1.0},"143":{"tf":1.0},"151":{"tf":1.0},"156":{"tf":1.0},"163":{"tf":1.0},"171":{"tf":1.0},"190":{"tf":1.0},"232":{"tf":1.0},"262":{"tf":1.0},"270":{"tf":1.0},"276":{"tf":1.0},"45":{"tf":1.0},"59":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":5,"docs":{"145":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"30":{"tf":1.0},"53":{"tf":1.0}},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"59":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"x":{"df":1,"docs":{"241":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"285":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":29,"docs":{"105":{"tf":1.0},"109":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"119":{"tf":1.0},"130":{"tf":1.0},"167":{"tf":1.0},"170":{"tf":1.0},"178":{"tf":1.0},"188":{"tf":1.0},"2":{"tf":1.0},"225":{"tf":1.0},"227":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"286":{"tf":2.23606797749979},"33":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"60":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"179":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}},"o":{"a":{"d":{"df":18,"docs":{"104":{"tf":1.7320508075688772},"108":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.0},"126":{"tf":1.0},"178":{"tf":1.0},"246":{"tf":1.0},"250":{"tf":1.0},"252":{"tf":1.0},"275":{"tf":1.0},"3":{"tf":1.0},"45":{"tf":1.0},"56":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.4142135623730951},"69":{"tf":1.0},"7":{"tf":1.0},"73":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"k":{"8":{"df":1,"docs":{"247":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"[":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"162":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":20,"docs":{"122":{"tf":1.0},"141":{"tf":1.0},"147":{"tf":1.0},"150":{"tf":1.4142135623730951},"162":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"187":{"tf":1.0},"191":{"tf":1.0},"216":{"tf":1.0},"247":{"tf":1.0},"261":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"288":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"59":{"tf":1.4142135623730951}},"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":11,"docs":{"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"121":{"tf":1.0},"133":{"tf":1.0},"149":{"tf":1.0},"164":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{")":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"(":{"&":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"14":{"tf":1.0},"244":{"tf":1.0},"251":{"tf":1.0},"264":{"tf":1.0},"30":{"tf":1.0},"41":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"162":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":30,"docs":{"107":{"tf":1.0},"112":{"tf":1.0},"120":{"tf":1.0},"14":{"tf":1.0},"147":{"tf":1.0},"151":{"tf":1.0},"160":{"tf":1.0},"163":{"tf":1.0},"168":{"tf":1.0},"17":{"tf":1.4142135623730951},"177":{"tf":1.0},"183":{"tf":1.0},"195":{"tf":1.4142135623730951},"197":{"tf":1.0},"225":{"tf":1.0},"236":{"tf":1.0},"244":{"tf":1.0},"251":{"tf":1.0},"253":{"tf":1.0},"26":{"tf":1.0},"270":{"tf":1.0},"286":{"tf":1.0},"41":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951},"47":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"7":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":2,"docs":{"14":{"tf":1.0},"244":{"tf":1.0}}}}}}},"t":{"df":3,"docs":{"185":{"tf":1.0},"225":{"tf":1.0},"230":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":34,"docs":{"120":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":2.6457513110645907},"142":{"tf":1.0},"143":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"156":{"tf":1.4142135623730951},"161":{"tf":1.0},"163":{"tf":1.7320508075688772},"186":{"tf":1.0},"187":{"tf":2.8284271247461903},"188":{"tf":1.0},"190":{"tf":1.0},"199":{"tf":1.0},"205":{"tf":1.0},"209":{"tf":1.0},"217":{"tf":1.0},"222":{"tf":1.0},"232":{"tf":1.0},"234":{"tf":1.4142135623730951},"246":{"tf":1.4142135623730951},"247":{"tf":2.0},"263":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.4142135623730951},"281":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.0},"35":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0}},"i":{"c":{"df":20,"docs":{"102":{"tf":1.0},"117":{"tf":1.0},"119":{"tf":1.0},"165":{"tf":1.4142135623730951},"18":{"tf":1.0},"197":{"tf":1.0},"200":{"tf":1.0},"216":{"tf":1.0},"221":{"tf":1.0},"224":{"tf":1.0},"266":{"tf":1.0},"286":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"53":{"tf":1.0},"73":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{}},"s":{"/":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"129":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":12,"docs":{"120":{"tf":1.0},"160":{"tf":1.0},"196":{"tf":1.0},"227":{"tf":1.0},"25":{"tf":1.0},"256":{"tf":1.0},"261":{"tf":1.0},"273":{"tf":1.0},"53":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"60":{"tf":1.0},"89":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"118":{"tf":1.0},"238":{"tf":1.0},"46":{"tf":1.0},"85":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":12,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"127":{"tf":1.0},"142":{"tf":1.0},"16":{"tf":1.0},"188":{"tf":1.0},"194":{"tf":1.0},"232":{"tf":1.0},"273":{"tf":1.4142135623730951},"37":{"tf":1.0},"42":{"tf":1.0},"7":{"tf":1.0}}},"p":{"df":3,"docs":{"113":{"tf":1.0},"206":{"tf":1.4142135623730951},"21":{"tf":1.0}}},"s":{"df":2,"docs":{"40":{"tf":1.0},"50":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"7":{"tf":1.0}}},"s":{"df":1,"docs":{"238":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"268":{"tf":1.0}}}},"w":{"df":2,"docs":{"104":{"tf":1.0},"126":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"236":{"tf":1.0},"238":{"tf":1.0},"246":{"tf":1.0}}}}}},"r":{"df":2,"docs":{"11":{"tf":1.0},"28":{"tf":1.0}}},"s":{"df":1,"docs":{"232":{"tf":1.0}},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"231":{"tf":1.0}}}}},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"25":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":21,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"120":{"tf":1.0},"14":{"tf":1.0},"147":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"155":{"tf":1.4142135623730951},"156":{"tf":1.0},"157":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"250":{"tf":1.0},"264":{"tf":1.0},"288":{"tf":1.0},"30":{"tf":1.0},"45":{"tf":1.4142135623730951},"53":{"tf":1.0},"59":{"tf":1.0}}}}},"o":{"df":1,"docs":{"241":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"39":{"tf":1.0},"50":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"—":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"’":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":90,"docs":{"10":{"tf":1.0},"100":{"tf":1.4142135623730951},"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.4142135623730951},"108":{"tf":1.0},"109":{"tf":2.0},"110":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"13":{"tf":1.0},"133":{"tf":1.0},"14":{"tf":1.0},"146":{"tf":1.0},"149":{"tf":1.0},"154":{"tf":1.0},"159":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"169":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.4142135623730951},"21":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"216":{"tf":1.0},"218":{"tf":1.4142135623730951},"22":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"23":{"tf":1.0},"232":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.4142135623730951},"238":{"tf":2.0},"239":{"tf":1.4142135623730951},"244":{"tf":1.0},"245":{"tf":1.4142135623730951},"25":{"tf":1.0},"251":{"tf":1.4142135623730951},"258":{"tf":1.0},"264":{"tf":1.0},"266":{"tf":1.0},"279":{"tf":1.0},"280":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"45":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"71":{"tf":1.0},"72":{"tf":1.4142135623730951},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"79":{"tf":1.0},"82":{"tf":1.0},"87":{"tf":1.0},"89":{"tf":1.0},"91":{"tf":1.4142135623730951},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":8,"docs":{"111":{"tf":1.0},"192":{"tf":1.0},"2":{"tf":1.0},"212":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.4142135623730951},"47":{"tf":1.0},"96":{"tf":1.0}}}}},"df":0,"docs":{}}}},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"220":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"e":{"df":37,"docs":{"0":{"tf":1.4142135623730951},"102":{"tf":1.0},"106":{"tf":1.0},"108":{"tf":1.0},"111":{"tf":1.0},"113":{"tf":1.0},"119":{"tf":1.0},"14":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"194":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"200":{"tf":1.4142135623730951},"203":{"tf":1.0},"205":{"tf":1.0},"22":{"tf":1.0},"225":{"tf":1.0},"23":{"tf":1.0},"250":{"tf":1.0},"257":{"tf":1.0},"277":{"tf":1.0},"286":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"54":{"tf":1.0},"62":{"tf":1.0},"80":{"tf":1.0},"9":{"tf":1.0},"98":{"tf":1.4142135623730951}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":9,"docs":{"15":{"tf":1.0},"154":{"tf":1.0},"159":{"tf":1.0},"17":{"tf":1.0},"172":{"tf":1.0},"194":{"tf":1.0},"197":{"tf":1.0},"32":{"tf":1.0},"63":{"tf":1.0}}}},"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"38":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":20,"docs":{"100":{"tf":1.0},"103":{"tf":1.0},"109":{"tf":1.4142135623730951},"12":{"tf":1.4142135623730951},"150":{"tf":1.0},"194":{"tf":1.0},"227":{"tf":1.0},"238":{"tf":1.0},"255":{"tf":1.0},"258":{"tf":1.0},"286":{"tf":1.4142135623730951},"287":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"42":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"66":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"176":{"tf":1.0}}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":6,"docs":{"15":{"tf":1.0},"18":{"tf":1.0},"181":{"tf":1.0},"197":{"tf":1.0},"32":{"tf":1.0},"7":{"tf":1.0}},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"68":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"87":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"p":{"df":3,"docs":{"225":{"tf":1.0},"45":{"tf":1.0},"51":{"tf":1.0}}},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"199":{"tf":1.0},"35":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"113":{"tf":1.0},"135":{"tf":1.0},"201":{"tf":1.0},"221":{"tf":1.0},"47":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"111":{"tf":1.0},"226":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":10,"docs":{"160":{"tf":1.0},"194":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}}}}}}}}}},"x":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"2":{"0":{"df":3,"docs":{"109":{"tf":1.0},"57":{"tf":1.0},"76":{"tf":1.0}}},"5":{"df":5,"docs":{"102":{"tf":1.0},"119":{"tf":1.0},"23":{"tf":1.0},"75":{"tf":1.0},"77":{"tf":1.0}}},"df":0,"docs":{}},"3":{"5":{"df":2,"docs":{"105":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{}},"4":{"0":{"df":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":1,"docs":{"76":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"119":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":5,"docs":{"169":{"tf":1.0},"255":{"tf":1.0},"45":{"tf":1.0},"57":{"tf":1.0},"76":{"tf":1.0}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"76":{"tf":1.0}}}}}}},"y":{"b":{"df":2,"docs":{"25":{"tf":1.0},"42":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":12,"docs":{"13":{"tf":1.0},"134":{"tf":1.4142135623730951},"186":{"tf":1.0},"270":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.7320508075688772},"42":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0},"66":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":11,"docs":{"103":{"tf":1.0},"113":{"tf":1.0},"175":{"tf":1.0},"217":{"tf":1.0},"25":{"tf":1.0},"256":{"tf":1.4142135623730951},"26":{"tf":1.0},"277":{"tf":1.0},"53":{"tf":1.4142135623730951},"58":{"tf":1.0},"60":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"250":{"tf":1.0},"286":{"tf":1.4142135623730951}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"288":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"178":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":7,"docs":{"142":{"tf":1.0},"184":{"tf":1.0},"188":{"tf":1.0},"235":{"tf":1.0},"24":{"tf":1.0},"241":{"tf":1.0},"270":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":5,"docs":{"104":{"tf":1.0},"116":{"tf":1.0},"238":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":5,"docs":{"19":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"h":{"df":4,"docs":{"12":{"tf":1.0},"195":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0}}},"s":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"142":{"tf":1.0},"188":{"tf":1.0},"205":{"tf":1.0},"263":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"17":{"tf":1.0},"286":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"d":{"df":9,"docs":{"121":{"tf":1.0},"209":{"tf":1.0},"216":{"tf":1.0},"288":{"tf":1.0},"32":{"tf":1.0},"41":{"tf":1.0},"55":{"tf":1.0},"63":{"tf":1.0},"97":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"c":{"df":13,"docs":{"120":{"tf":1.0},"128":{"tf":1.0},"163":{"tf":1.0},"17":{"tf":1.0},"172":{"tf":1.4142135623730951},"198":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"217":{"tf":1.0},"286":{"tf":1.0},"288":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"171":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"i":{"d":{"df":2,"docs":{"178":{"tf":1.0},"44":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"125":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"168":{"tf":1.0}}}},"df":0,"docs":{}}},"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"0":{"df":3,"docs":{"109":{"tf":1.0},"57":{"tf":1.0},"76":{"tf":1.0}}},"5":{"df":5,"docs":{"102":{"tf":1.0},"119":{"tf":1.0},"23":{"tf":1.0},"75":{"tf":1.0},"77":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":1,"docs":{"37":{"tf":1.0}}},"5":{"df":2,"docs":{"105":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":1,"docs":{"76":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"119":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"212":{"tf":1.4142135623730951}}}}}}},"d":{"df":1,"docs":{"60":{"tf":1.0}}},"df":3,"docs":{"169":{"tf":1.0},"57":{"tf":1.0},"76":{"tf":1.0}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"115":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":9,"docs":{"113":{"tf":1.0},"115":{"tf":1.4142135623730951},"151":{"tf":1.0},"215":{"tf":1.0},"221":{"tf":1.0},"224":{"tf":1.0},"247":{"tf":1.0},"275":{"tf":1.0},"284":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":8,"docs":{"103":{"tf":1.0},"178":{"tf":1.0},"227":{"tf":1.0},"25":{"tf":1.4142135623730951},"277":{"tf":1.0},"60":{"tf":1.0},"76":{"tf":1.4142135623730951},"85":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"43":{"tf":1.0}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"108":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"217":{"tf":1.0},"41":{"tf":1.0}}}}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"234":{"tf":1.0},"272":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":5,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.4142135623730951},"140":{"tf":1.0},"258":{"tf":1.0}}}},"x":{"df":8,"docs":{"105":{"tf":1.0},"164":{"tf":1.0},"201":{"tf":1.0},"23":{"tf":1.0},"275":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.7320508075688772},"47":{"tf":1.0}},"e":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"118":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"127":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":7,"docs":{"104":{"tf":1.0},"2":{"tf":1.4142135623730951},"244":{"tf":1.0},"272":{"tf":1.0},"85":{"tf":1.0},"89":{"tf":1.0},"93":{"tf":1.0}},"l":{"df":10,"docs":{"126":{"tf":1.0},"18":{"tf":1.0},"193":{"tf":1.7320508075688772},"201":{"tf":1.0},"225":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"19":{"tf":1.0}}}}}}}},"r":{"df":3,"docs":{"104":{"tf":1.0},"108":{"tf":1.0},"275":{"tf":1.0}}},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"201":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"5":{"tf":1.0}},"i":{"df":4,"docs":{"202":{"tf":1.0},"214":{"tf":1.4142135623730951},"34":{"tf":1.0},"44":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"1":{"tf":1.0},"131":{"tf":1.0},"40":{"tf":1.4142135623730951}}}},"df":1,"docs":{"135":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"’":{"df":0,"docs":{},"r":{"df":1,"docs":{"198":{"tf":1.0}}}}}}}}}}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"120":{"tf":1.0},"171":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":33,"docs":{"103":{"tf":1.7320508075688772},"107":{"tf":1.0},"115":{"tf":1.4142135623730951},"116":{"tf":1.7320508075688772},"117":{"tf":1.4142135623730951},"118":{"tf":1.0},"119":{"tf":1.4142135623730951},"156":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"189":{"tf":1.0},"196":{"tf":1.0},"224":{"tf":1.0},"234":{"tf":1.4142135623730951},"238":{"tf":1.0},"244":{"tf":1.0},"255":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"284":{"tf":1.0},"288":{"tf":1.0},"29":{"tf":1.0},"40":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.0},"60":{"tf":1.0},"66":{"tf":2.0},"72":{"tf":1.4142135623730951},"76":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"113":{"tf":1.0}}}}},"u":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"262":{"tf":1.0},"275":{"tf":1.0},"29":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":17,"docs":{"112":{"tf":1.0},"131":{"tf":1.4142135623730951},"155":{"tf":1.0},"157":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"252":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":22,"docs":{"105":{"tf":1.0},"113":{"tf":1.0},"116":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"16":{"tf":1.0},"198":{"tf":1.0},"214":{"tf":1.0},"227":{"tf":1.0},"245":{"tf":1.0},"252":{"tf":1.4142135623730951},"256":{"tf":1.0},"258":{"tf":1.4142135623730951},"262":{"tf":1.0},"280":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.7320508075688772},"58":{"tf":1.0},"7":{"tf":1.0},"79":{"tf":1.4142135623730951}}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}},"df":26,"docs":{"107":{"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},"13":{"tf":1.0},"133":{"tf":1.0},"164":{"tf":1.4142135623730951},"206":{"tf":1.0},"218":{"tf":1.0},"22":{"tf":1.0},"222":{"tf":1.0},"23":{"tf":1.4142135623730951},"29":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"77":{"tf":1.0}}}},"y":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"110":{"tf":1.4142135623730951}}}}}}},"df":2,"docs":{"110":{"tf":1.0},"266":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"165":{"tf":1.7320508075688772}}}}}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"219":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"46":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"110":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"110":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"110":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"266":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"n":{"+":{"1":{"df":2,"docs":{"103":{"tf":1.0},"255":{"tf":1.0}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":8,"docs":{"173":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"266":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":6,"docs":{"108":{"tf":1.0},"135":{"tf":1.0},"205":{"tf":1.4142135623730951},"211":{"tf":1.4142135623730951},"222":{"tf":1.0},"60":{"tf":1.0}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"158":{"tf":1.0},"161":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"205":{"tf":1.0},"63":{"tf":1.0}}}}}},"df":4,"docs":{"126":{"tf":1.0},"24":{"tf":1.0},"255":{"tf":1.0},"45":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"113":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":56,"docs":{"0":{"tf":1.0},"100":{"tf":1.0},"103":{"tf":1.4142135623730951},"108":{"tf":1.0},"114":{"tf":1.0},"117":{"tf":1.0},"12":{"tf":1.4142135623730951},"121":{"tf":1.0},"13":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.7320508075688772},"155":{"tf":1.7320508075688772},"156":{"tf":1.0},"160":{"tf":1.7320508075688772},"165":{"tf":1.0},"173":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"194":{"tf":1.0},"196":{"tf":1.0},"2":{"tf":1.4142135623730951},"203":{"tf":1.0},"214":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"23":{"tf":1.0},"231":{"tf":1.0},"234":{"tf":1.4142135623730951},"236":{"tf":1.4142135623730951},"239":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"253":{"tf":1.7320508075688772},"255":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951},"271":{"tf":1.0},"275":{"tf":1.4142135623730951},"277":{"tf":1.0},"286":{"tf":1.0},"4":{"tf":2.0},"43":{"tf":1.7320508075688772},"44":{"tf":1.4142135623730951},"53":{"tf":1.7320508075688772},"54":{"tf":1.7320508075688772},"59":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"68":{"tf":1.0},"8":{"tf":1.4142135623730951},"89":{"tf":1.0},"9":{"tf":1.4142135623730951},"94":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"—":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"82":{"tf":1.0}}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"—":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"113":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"g":{"df":1,"docs":{"127":{"tf":1.0}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"31":{"tf":1.0}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"54":{"tf":1.0},"99":{"tf":1.0}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"121":{"tf":1.4142135623730951},"218":{"tf":1.0},"55":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"121":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":37,"docs":{"116":{"tf":1.0},"118":{"tf":1.0},"12":{"tf":1.4142135623730951},"121":{"tf":1.0},"125":{"tf":1.0},"130":{"tf":1.4142135623730951},"150":{"tf":1.0},"153":{"tf":1.4142135623730951},"163":{"tf":1.0},"184":{"tf":1.0},"186":{"tf":1.0},"195":{"tf":1.0},"2":{"tf":1.0},"209":{"tf":1.0},"225":{"tf":1.0},"227":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.7320508075688772},"252":{"tf":1.4142135623730951},"271":{"tf":1.0},"272":{"tf":1.4142135623730951},"286":{"tf":1.7320508075688772},"287":{"tf":1.4142135623730951},"288":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.7320508075688772},"30":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"46":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.4142135623730951},"59":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"129":{"tf":1.0},"171":{"tf":1.0},"194":{"tf":1.0},"197":{"tf":1.0},"200":{"tf":2.0}}}}},"w":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"p":{"df":1,"docs":{"212":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"208":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"222":{"tf":1.0},"223":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":10,"docs":{"124":{"tf":1.0},"150":{"tf":1.0},"178":{"tf":1.0},"200":{"tf":1.4142135623730951},"206":{"tf":1.0},"221":{"tf":1.0},"225":{"tf":1.0},"40":{"tf":2.0},"59":{"tf":1.0},"9":{"tf":1.7320508075688772}}},"x":{"df":0,"docs":{},"t":{"df":12,"docs":{"111":{"tf":1.0},"123":{"tf":1.0},"144":{"tf":1.4142135623730951},"166":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"191":{"tf":1.4142135623730951},"201":{"tf":1.0},"220":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}}}}},"o":{"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"100":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"222":{"tf":1.0},"223":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"146":{"tf":1.0},"165":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"146":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"107":{"tf":1.0},"279":{"tf":1.0}}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"172":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"168":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":7,"docs":{"146":{"tf":1.0},"165":{"tf":1.0},"168":{"tf":1.4142135623730951},"172":{"tf":1.0},"174":{"tf":1.4142135623730951},"175":{"tf":1.0},"177":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":113,"docs":{"1":{"tf":1.0},"103":{"tf":2.0},"104":{"tf":1.0},"107":{"tf":1.4142135623730951},"112":{"tf":1.0},"115":{"tf":1.4142135623730951},"118":{"tf":1.0},"119":{"tf":2.0},"12":{"tf":1.0},"125":{"tf":1.0},"129":{"tf":1.0},"134":{"tf":1.0},"136":{"tf":1.0},"139":{"tf":1.0},"14":{"tf":1.4142135623730951},"141":{"tf":1.4142135623730951},"142":{"tf":2.0},"145":{"tf":1.0},"146":{"tf":1.7320508075688772},"147":{"tf":1.0},"148":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"152":{"tf":1.0},"153":{"tf":1.7320508075688772},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"163":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.7320508075688772},"169":{"tf":1.0},"17":{"tf":1.7320508075688772},"170":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.4142135623730951},"179":{"tf":1.0},"180":{"tf":1.0},"183":{"tf":2.23606797749979},"184":{"tf":1.7320508075688772},"186":{"tf":1.7320508075688772},"187":{"tf":2.0},"188":{"tf":1.7320508075688772},"189":{"tf":1.4142135623730951},"194":{"tf":1.0},"195":{"tf":1.4142135623730951},"196":{"tf":1.0},"197":{"tf":1.7320508075688772},"199":{"tf":1.7320508075688772},"2":{"tf":2.0},"200":{"tf":1.0},"206":{"tf":1.4142135623730951},"209":{"tf":1.7320508075688772},"212":{"tf":1.4142135623730951},"214":{"tf":1.4142135623730951},"217":{"tf":1.0},"222":{"tf":1.0},"225":{"tf":1.4142135623730951},"230":{"tf":2.0},"231":{"tf":1.0},"232":{"tf":2.23606797749979},"234":{"tf":2.449489742783178},"236":{"tf":2.23606797749979},"238":{"tf":1.0},"239":{"tf":2.449489742783178},"242":{"tf":1.7320508075688772},"246":{"tf":1.7320508075688772},"247":{"tf":1.0},"252":{"tf":1.7320508075688772},"253":{"tf":1.0},"255":{"tf":2.0},"257":{"tf":1.0},"261":{"tf":1.7320508075688772},"262":{"tf":1.0},"263":{"tf":1.0},"272":{"tf":1.7320508075688772},"275":{"tf":2.23606797749979},"276":{"tf":1.0},"277":{"tf":1.0},"28":{"tf":1.0},"286":{"tf":3.1622776601683795},"287":{"tf":1.0},"288":{"tf":2.6457513110645907},"29":{"tf":2.0},"30":{"tf":2.449489742783178},"31":{"tf":2.6457513110645907},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.4142135623730951},"46":{"tf":1.7320508075688772},"5":{"tf":1.0},"50":{"tf":1.7320508075688772},"53":{"tf":2.449489742783178},"55":{"tf":2.23606797749979},"57":{"tf":2.8284271247461903},"6":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"7":{"tf":1.7320508075688772},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":2.0},"8":{"tf":1.0}},"s":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}}},"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":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"i":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"i":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"’":{"df":4,"docs":{"148":{"tf":1.0},"158":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":2,"docs":{"113":{"tf":1.0},"23":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"df":22,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.4142135623730951},"10":{"tf":1.0},"129":{"tf":1.0},"148":{"tf":1.4142135623730951},"183":{"tf":2.6457513110645907},"185":{"tf":1.4142135623730951},"187":{"tf":1.4142135623730951},"189":{"tf":1.0},"2":{"tf":1.0},"230":{"tf":2.449489742783178},"232":{"tf":1.4142135623730951},"253":{"tf":2.0},"272":{"tf":1.0},"286":{"tf":1.4142135623730951},"287":{"tf":1.4142135623730951},"39":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"7":{"tf":1.7320508075688772},"8":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":3,"docs":{"149":{"tf":1.0},"154":{"tf":1.0},"159":{"tf":1.0}}}}}}}},"df":0,"docs":{},"{":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":3,"docs":{"115":{"tf":1.0},"133":{"tf":1.0},"53":{"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":{"212":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"206":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":3,"docs":{"120":{"tf":1.0},"122":{"tf":1.0},"154":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"k":{"8":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"k":{"8":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":2,"docs":{"122":{"tf":1.0},"159":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{":":{":":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":4,"docs":{"115":{"tf":1.0},"133":{"tf":1.0},"149":{"tf":1.0},"53":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":3,"docs":{"115":{"tf":1.0},"133":{"tf":1.0},"53":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"n":{"c":{"df":1,"docs":{"66":{"tf":1.0}}},"df":2,"docs":{"102":{"tf":1.0},"245":{"tf":1.4142135623730951}},"e":{"df":1,"docs":{"53":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":3,"docs":{"117":{"tf":1.0},"66":{"tf":1.0},"72":{"tf":1.0}}},"h":{"df":1,"docs":{"109":{"tf":1.0}}},"i":{"c":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":17,"docs":{"10":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"132":{"tf":1.0},"144":{"tf":1.0},"166":{"tf":1.0},"174":{"tf":1.0},"19":{"tf":1.0},"208":{"tf":1.0},"220":{"tf":1.0},"27":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"61":{"tf":1.0},"95":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"198":{"tf":1.0},"80":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"33":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"[":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"28":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":20,"docs":{"108":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"118":{"tf":1.0},"128":{"tf":1.0},"146":{"tf":1.0},"163":{"tf":1.0},"171":{"tf":1.0},"180":{"tf":1.0},"214":{"tf":1.4142135623730951},"217":{"tf":1.0},"227":{"tf":1.0},"24":{"tf":1.0},"256":{"tf":1.0},"26":{"tf":1.0},"286":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"53":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":4,"docs":{"113":{"tf":1.0},"288":{"tf":1.0},"58":{"tf":1.0},"98":{"tf":1.0}}}}}}},"df":1,"docs":{"28":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"225":{"tf":1.0},"227":{"tf":1.0}}}}}},"k":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"\\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"222":{"tf":1.0},"223":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":18,"docs":{"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},"133":{"tf":1.0},"134":{"tf":1.0},"138":{"tf":1.0},"164":{"tf":1.4142135623730951},"173":{"tf":1.0},"211":{"tf":1.4142135623730951},"212":{"tf":1.0},"222":{"tf":1.4142135623730951},"223":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0}}},"n":{"c":{"df":10,"docs":{"13":{"tf":1.0},"180":{"tf":1.0},"185":{"tf":1.0},"196":{"tf":1.0},"251":{"tf":1.0},"29":{"tf":1.0},"32":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0}}},"df":26,"docs":{"10":{"tf":1.0},"108":{"tf":1.0},"119":{"tf":1.0},"145":{"tf":1.0},"166":{"tf":1.0},"178":{"tf":1.0},"194":{"tf":1.0},"198":{"tf":1.0},"2":{"tf":1.4142135623730951},"210":{"tf":1.0},"214":{"tf":1.0},"239":{"tf":1.0},"258":{"tf":1.0},"286":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"50":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"78":{"tf":1.0},"94":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"17":{"tf":1.0},"199":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"241":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"’":{"df":1,"docs":{"181":{"tf":1.0}}}}}}},"df":20,"docs":{"105":{"tf":1.0},"119":{"tf":1.0},"174":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"196":{"tf":1.0},"2":{"tf":1.0},"209":{"tf":1.0},"261":{"tf":1.0},"286":{"tf":1.4142135623730951},"287":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0},"57":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"77":{"tf":1.0},"8":{"tf":1.0},"90":{"tf":1.0},"92":{"tf":1.0},"95":{"tf":1.0}}}},"t":{"df":2,"docs":{"102":{"tf":1.0},"23":{"tf":1.0}},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"27":{"tf":1.0}}},"o":{"df":0,"docs":{},"n":{"<":{"&":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":2,"docs":{"146":{"tf":1.0},"165":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":14,"docs":{"123":{"tf":1.0},"146":{"tf":1.0},"148":{"tf":1.0},"165":{"tf":1.0},"170":{"tf":1.0},"172":{"tf":1.0},"205":{"tf":1.0},"211":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"66":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":13,"docs":{"11":{"tf":1.0},"161":{"tf":1.0},"18":{"tf":1.7320508075688772},"194":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"21":{"tf":1.4142135623730951},"225":{"tf":1.4142135623730951},"286":{"tf":1.0},"40":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"27":{"tf":1.0},"36":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"228":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"35":{"tf":1.0}}}}}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"126":{"tf":1.0}}}}},"df":4,"docs":{"125":{"tf":1.0},"231":{"tf":1.0},"247":{"tf":1.0},"284":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"219":{"tf":1.0},"59":{"tf":1.0}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"19":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"180":{"tf":1.0}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":6,"docs":{"11":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"194":{"tf":1.0},"288":{"tf":1.0},"42":{"tf":1.0}}}}},"df":4,"docs":{"246":{"tf":2.6457513110645907},"263":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"132":{"tf":1.0},"134":{"tf":1.0},"142":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"198":{"tf":1.0}}}},"df":12,"docs":{"198":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"252":{"tf":1.0},"286":{"tf":1.4142135623730951},"33":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"7":{"tf":1.0},"80":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":6,"docs":{"151":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"161":{"tf":1.0},"276":{"tf":1.0},"41":{"tf":1.0}},"—":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"275":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"10":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"df":1,"docs":{"236":{"tf":1.0}}}}}}}}}}},"p":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"28":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"125":{"tf":1.0}}},"k":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"225":{"tf":1.0},"51":{"tf":1.0}}}},"df":2,"docs":{"104":{"tf":1.0},"69":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":2,"docs":{"0":{"tf":1.0},"176":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"7":{"tf":1.0}}},"r":{"df":5,"docs":{"112":{"tf":1.0},"127":{"tf":1.0},"170":{"tf":1.0},"179":{"tf":1.0},"42":{"tf":1.4142135623730951}}}},"n":{"df":0,"docs":{},"i":{"c":{"df":8,"docs":{"134":{"tf":1.0},"140":{"tf":1.4142135623730951},"142":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"217":{"tf":1.0},"288":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":10,"docs":{"136":{"tf":1.7320508075688772},"143":{"tf":1.0},"150":{"tf":1.0},"190":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"262":{"tf":1.7320508075688772},"263":{"tf":1.0},"270":{"tf":1.0},"277":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":15,"docs":{"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.7320508075688772},"130":{"tf":1.0},"195":{"tf":1.4142135623730951},"286":{"tf":1.0},"287":{"tf":1.0},"29":{"tf":1.0},"55":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"127":{"tf":1.0},"280":{"tf":1.0}}}}}}}},"df":0,"docs":{},"t":{"df":11,"docs":{"144":{"tf":1.0},"19":{"tf":1.4142135623730951},"192":{"tf":1.0},"201":{"tf":1.0},"226":{"tf":1.0},"38":{"tf":1.0},"48":{"tf":1.4142135623730951},"49":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":2.449489742783178},"95":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"178":{"tf":1.0}}}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":3,"docs":{"2":{"tf":1.0},"227":{"tf":1.0},"287":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"185":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":4,"docs":{"163":{"tf":1.0},"178":{"tf":1.0},"286":{"tf":1.0},"59":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"112":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":17,"docs":{"109":{"tf":1.0},"138":{"tf":1.0},"196":{"tf":1.4142135623730951},"210":{"tf":1.0},"211":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.7320508075688772},"270":{"tf":1.0},"288":{"tf":1.0},"30":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"7":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"11":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":32,"docs":{"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.4142135623730951},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":2.23606797749979},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"123":{"tf":1.0},"135":{"tf":1.0},"174":{"tf":1.0},"176":{"tf":1.4142135623730951},"178":{"tf":1.0},"18":{"tf":1.0},"180":{"tf":1.0},"216":{"tf":1.0},"288":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":1.0},"96":{"tf":1.4142135623730951},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"126":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"212":{"tf":1.0}}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"212":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}}}}}}},"df":14,"docs":{"125":{"tf":1.0},"172":{"tf":1.0},"174":{"tf":1.0},"178":{"tf":1.0},"186":{"tf":1.0},"212":{"tf":1.7320508075688772},"232":{"tf":1.0},"234":{"tf":2.0},"286":{"tf":1.0},"31":{"tf":1.4142135623730951},"33":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"55":{"tf":1.4142135623730951}}}},"r":{"df":16,"docs":{"116":{"tf":1.4142135623730951},"117":{"tf":1.7320508075688772},"126":{"tf":1.0},"130":{"tf":1.0},"184":{"tf":1.0},"22":{"tf":1.4142135623730951},"250":{"tf":1.0},"45":{"tf":1.0},"54":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"60":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.0},"71":{"tf":1.4142135623730951},"72":{"tf":1.7320508075688772}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":3,"docs":{"120":{"tf":1.0},"13":{"tf":1.0},"274":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"o":{"d":{"df":6,"docs":{"199":{"tf":1.0},"206":{"tf":1.0},"209":{"tf":1.0},"287":{"tf":1.0},"34":{"tf":1.0},"83":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"184":{"tf":1.0},"242":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"209":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"126":{"tf":1.4142135623730951},"131":{"tf":2.8284271247461903}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":3,"docs":{"19":{"tf":1.4142135623730951},"20":{"tf":1.0},"48":{"tf":1.0}}}}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"130":{"tf":1.0},"222":{"tf":1.0},"227":{"tf":1.0}}}},"d":{"df":1,"docs":{"231":{"tf":1.0}}},"df":0,"docs":{},"e":{"c":{"df":6,"docs":{"11":{"tf":1.0},"196":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"131":{"tf":1.0}}}}}}}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"182":{"tf":1.0},"270":{"tf":1.0}}}},"df":0,"docs":{},"n":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":15,"docs":{"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},"133":{"tf":1.0},"149":{"tf":1.0},"154":{"tf":1.0},"159":{"tf":1.0},"164":{"tf":1.4142135623730951},"37":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":49,"docs":{"106":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951},"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},"127":{"tf":1.0},"13":{"tf":2.0},"133":{"tf":1.0},"14":{"tf":2.0},"145":{"tf":1.0},"146":{"tf":1.4142135623730951},"164":{"tf":1.7320508075688772},"165":{"tf":1.0},"169":{"tf":1.0},"17":{"tf":1.4142135623730951},"194":{"tf":1.0},"196":{"tf":1.0},"200":{"tf":1.4142135623730951},"207":{"tf":1.0},"208":{"tf":1.0},"213":{"tf":1.0},"218":{"tf":1.0},"22":{"tf":1.0},"225":{"tf":1.0},"23":{"tf":1.0},"251":{"tf":1.4142135623730951},"279":{"tf":1.0},"280":{"tf":1.0},"286":{"tf":1.4142135623730951},"288":{"tf":1.0},"29":{"tf":2.23606797749979},"30":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.7320508075688772},"50":{"tf":1.4142135623730951},"53":{"tf":1.7320508075688772},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"77":{"tf":1.0},"97":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":3,"docs":{"151":{"tf":1.0},"156":{"tf":1.0},"184":{"tf":1.0}}}}}}}},"df":0,"docs":{},"u":{"df":1,"docs":{"286":{"tf":1.0}},"g":{"df":1,"docs":{"221":{"tf":1.0}},"g":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"41":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"b":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"d":{"df":11,"docs":{"14":{"tf":1.0},"141":{"tf":1.0},"158":{"tf":1.0},"161":{"tf":1.4142135623730951},"17":{"tf":1.0},"197":{"tf":1.0},"232":{"tf":1.4142135623730951},"242":{"tf":1.0},"286":{"tf":1.0},"30":{"tf":1.0},"41":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"115":{"tf":1.0},"18":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"29":{"tf":1.0},"47":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":5,"docs":{"148":{"tf":1.0},"153":{"tf":1.0},"178":{"tf":1.0},"206":{"tf":1.4142135623730951},"31":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"24":{"tf":1.0},"33":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":10,"docs":{"14":{"tf":1.0},"146":{"tf":1.0},"18":{"tf":1.0},"201":{"tf":1.0},"26":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":1.0},"47":{"tf":1.4142135623730951},"50":{"tf":1.0},"8":{"tf":1.0}},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"’":{"df":0,"docs":{},"r":{"df":1,"docs":{"46":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":9,"docs":{"136":{"tf":1.0},"150":{"tf":1.0},"184":{"tf":1.4142135623730951},"186":{"tf":1.0},"189":{"tf":1.4142135623730951},"231":{"tf":2.23606797749979},"262":{"tf":1.0},"271":{"tf":1.4142135623730951},"31":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"197":{"tf":1.0},"247":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":5,"docs":{"128":{"tf":1.0},"131":{"tf":1.0},"198":{"tf":1.0},"286":{"tf":1.0},"38":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"129":{"tf":1.0},"189":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":15,"docs":{"113":{"tf":1.0},"132":{"tf":1.0},"166":{"tf":1.0},"171":{"tf":1.0},"181":{"tf":1.0},"2":{"tf":1.0},"209":{"tf":1.0},"214":{"tf":1.0},"217":{"tf":1.0},"37":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"60":{"tf":1.4142135623730951},"96":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"268":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"17":{"tf":1.0},"200":{"tf":1.0},"23":{"tf":1.0},"44":{"tf":1.0}}}},"df":0,"docs":{}}},"df":3,"docs":{"253":{"tf":1.0},"261":{"tf":1.0},"277":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"19":{"tf":1.0},"24":{"tf":1.0},"9":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"225":{"tf":1.0},"50":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":8,"docs":{"140":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"184":{"tf":1.0},"196":{"tf":1.0},"236":{"tf":1.0},"288":{"tf":1.0},"29":{"tf":1.0}}}}}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"124":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"113":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":7,"docs":{"196":{"tf":1.0},"217":{"tf":1.0},"242":{"tf":1.0},"286":{"tf":1.0},"288":{"tf":1.0},"36":{"tf":1.0},"47":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"112":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"225":{"tf":1.4142135623730951}}}}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"20":{"tf":1.4142135623730951},"202":{"tf":1.0},"26":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":2,"docs":{"206":{"tf":1.0},"209":{"tf":1.0}},"l":{"df":0,"docs":{},"n":{"!":{"(":{"\\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"206":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}}}}},"o":{"b":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"127":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":4,"docs":{"178":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":13,"docs":{"140":{"tf":1.0},"18":{"tf":1.0},"188":{"tf":1.0},"201":{"tf":1.0},"217":{"tf":1.0},"228":{"tf":1.0},"246":{"tf":1.0},"247":{"tf":1.0},"252":{"tf":1.0},"273":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"7":{"tf":1.4142135623730951}}}}}},"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"31":{"tf":1.0}},"e":{"d":{"df":1,"docs":{"17":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"s":{"df":25,"docs":{"116":{"tf":1.0},"14":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.4142135623730951},"150":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":1.0},"189":{"tf":1.0},"197":{"tf":1.0},"231":{"tf":1.4142135623730951},"264":{"tf":1.0},"271":{"tf":1.4142135623730951},"286":{"tf":1.0},"287":{"tf":1.4142135623730951},"288":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"31":{"tf":1.0},"35":{"tf":1.4142135623730951},"4":{"tf":1.0},"41":{"tf":1.7320508075688772},"43":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.7320508075688772},"64":{"tf":1.0},"69":{"tf":1.0}}}}}},"d":{"df":1,"docs":{"180":{"tf":1.0}},"u":{"c":{"df":14,"docs":{"116":{"tf":1.0},"129":{"tf":1.0},"2":{"tf":1.0},"22":{"tf":1.7320508075688772},"234":{"tf":1.0},"235":{"tf":1.0},"250":{"tf":1.0},"286":{"tf":1.0},"29":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"45":{"tf":1.0},"53":{"tf":1.7320508075688772},"85":{"tf":1.0}},"t":{"df":17,"docs":{"103":{"tf":1.0},"121":{"tf":1.0},"124":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.4142135623730951},"160":{"tf":1.0},"161":{"tf":1.0},"171":{"tf":1.0},"22":{"tf":1.0},"235":{"tf":1.0},"25":{"tf":1.0},"255":{"tf":1.0},"286":{"tf":1.7320508075688772},"288":{"tf":1.0},"41":{"tf":1.4142135623730951},"59":{"tf":1.0},"7":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"218":{"tf":1.4142135623730951}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":3,"docs":{"151":{"tf":1.4142135623730951},"156":{"tf":1.4142135623730951},"161":{"tf":1.4142135623730951}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"289":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"279":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":24,"docs":{"119":{"tf":1.0},"125":{"tf":1.4142135623730951},"146":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"170":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"206":{"tf":1.0},"209":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"24":{"tf":1.0},"273":{"tf":1.0},"286":{"tf":1.7320508075688772},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"37":{"tf":1.0},"45":{"tf":1.4142135623730951},"53":{"tf":1.7320508075688772},"63":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":1.4142135623730951},"84":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"0":{"tf":1.0},"268":{"tf":1.0},"283":{"tf":1.0}},"’":{"df":2,"docs":{"203":{"tf":1.0},"247":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"41":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"f":{"df":2,"docs":{"185":{"tf":1.0},"287":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}}}},"p":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"116":{"tf":1.0},"197":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"196":{"tf":1.0},"30":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"130":{"tf":1.0},"286":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":16,"docs":{"1":{"tf":1.0},"125":{"tf":1.0},"128":{"tf":1.0},"197":{"tf":1.0},"200":{"tf":1.0},"203":{"tf":1.0},"22":{"tf":1.4142135623730951},"250":{"tf":1.7320508075688772},"26":{"tf":1.4142135623730951},"286":{"tf":2.0},"287":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"45":{"tf":2.0},"46":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":2,"docs":{"150":{"tf":1.0},"195":{"tf":1.0}}}}}}},"v":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":2,"docs":{"222":{"tf":1.0},"25":{"tf":1.0}},"n":{"df":1,"docs":{"197":{"tf":1.0}}},"r":{"df":1,"docs":{"185":{"tf":1.4142135623730951}}}},"i":{"d":{"df":17,"docs":{"129":{"tf":1.0},"14":{"tf":1.0},"146":{"tf":1.0},"152":{"tf":1.0},"157":{"tf":1.0},"165":{"tf":1.0},"168":{"tf":1.4142135623730951},"172":{"tf":1.0},"174":{"tf":1.0},"185":{"tf":1.0},"190":{"tf":1.0},"202":{"tf":1.0},"217":{"tf":1.0},"286":{"tf":1.0},"288":{"tf":1.4142135623730951},"41":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":3,"docs":{"146":{"tf":1.0},"216":{"tf":1.4142135623730951},"28":{"tf":1.0}}}}}}},"s":{"df":3,"docs":{"189":{"tf":1.0},"232":{"tf":1.0},"236":{"tf":1.0}},"e":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"222":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"b":{"df":13,"docs":{"110":{"tf":1.0},"146":{"tf":1.4142135623730951},"165":{"tf":1.0},"174":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.7320508075688772},"208":{"tf":2.0},"211":{"tf":1.0},"212":{"tf":1.4142135623730951},"216":{"tf":1.0},"222":{"tf":1.4142135623730951},"223":{"tf":1.4142135623730951},"41":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"72":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"287":{"tf":1.0},"92":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"153":{"tf":1.0},"183":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":5,"docs":{"195":{"tf":1.0},"214":{"tf":1.0},"259":{"tf":1.0},"34":{"tf":1.0},"53":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"198":{"tf":1.0},"33":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"178":{"tf":1.0}}}},"t":{"df":2,"docs":{"40":{"tf":1.0},"48":{"tf":1.0}}}}},"q":{"a":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"109":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"9":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":9,"docs":{"101":{"tf":1.0},"112":{"tf":1.0},"115":{"tf":1.0},"162":{"tf":1.0},"226":{"tf":1.0},"256":{"tf":1.0},"261":{"tf":1.0},"42":{"tf":1.0},"9":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"26":{"tf":1.0}}}}}}},"r":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"28":{"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":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"217":{"tf":1.0},"245":{"tf":1.0},"286":{"tf":1.0},"36":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":1,"docs":{"275":{"tf":1.7320508075688772}}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":9,"docs":{"117":{"tf":1.0},"119":{"tf":1.0},"130":{"tf":1.4142135623730951},"178":{"tf":1.0},"23":{"tf":1.0},"32":{"tf":1.0},"57":{"tf":1.4142135623730951},"72":{"tf":1.0},"75":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"130":{"tf":1.0},"15":{"tf":1.0},"168":{"tf":1.0},"63":{"tf":1.0},"74":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"169":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"36":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"199":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"(":{"1":{"0":{"df":9,"docs":{"100":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"65":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}},"5":{"0":{"df":1,"docs":{"120":{"tf":1.0}}},"df":4,"docs":{"116":{"tf":1.4142135623730951},"119":{"tf":1.0},"54":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":1,"docs":{"66":{"tf":1.0}}}},"df":34,"docs":{"104":{"tf":1.7320508075688772},"113":{"tf":1.0},"116":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951},"142":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"178":{"tf":1.0},"188":{"tf":1.0},"197":{"tf":1.0},"227":{"tf":1.4142135623730951},"23":{"tf":1.0},"236":{"tf":1.4142135623730951},"238":{"tf":1.0},"24":{"tf":1.4142135623730951},"246":{"tf":1.0},"276":{"tf":1.0},"286":{"tf":1.4142135623730951},"32":{"tf":1.0},"34":{"tf":1.0},"42":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"64":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"72":{"tf":1.4142135623730951},"81":{"tf":1.0},"83":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":5,"docs":{"103":{"tf":1.0},"19":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"28":{"tf":1.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"222":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"223":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"222":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"l":{"df":2,"docs":{"222":{"tf":1.4142135623730951},"223":{"tf":1.0}}}},"df":0,"docs":{}},"df":5,"docs":{"158":{"tf":1.0},"234":{"tf":1.0},"272":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.0}}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":7,"docs":{"111":{"tf":1.0},"205":{"tf":1.0},"211":{"tf":1.0},"227":{"tf":1.0},"288":{"tf":1.0},"43":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{}},"df":7,"docs":{"108":{"tf":1.0},"142":{"tf":1.0},"263":{"tf":1.0},"283":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.7320508075688772},"97":{"tf":1.0}},"i":{"df":31,"docs":{"119":{"tf":1.0},"129":{"tf":1.4142135623730951},"134":{"tf":1.0},"14":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":1.0},"153":{"tf":1.0},"158":{"tf":1.0},"18":{"tf":1.0},"186":{"tf":2.0},"197":{"tf":1.7320508075688772},"199":{"tf":1.0},"200":{"tf":1.0},"21":{"tf":1.0},"217":{"tf":1.4142135623730951},"232":{"tf":1.7320508075688772},"246":{"tf":1.4142135623730951},"261":{"tf":1.0},"272":{"tf":1.0},"286":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":2.23606797749979},"32":{"tf":1.0},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":1.0},"46":{"tf":2.8284271247461903},"47":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"225":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"244":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"—":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"17":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"l":{"df":11,"docs":{"126":{"tf":1.0},"161":{"tf":1.0},"201":{"tf":1.0},"221":{"tf":1.0},"252":{"tf":1.4142135623730951},"258":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"56":{"tf":1.0},"7":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":1,"docs":{"255":{"tf":1.0}},"—":{"df":0,"docs":{},"k":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"t":{"df":11,"docs":{"103":{"tf":1.0},"105":{"tf":1.0},"118":{"tf":1.0},"156":{"tf":1.0},"171":{"tf":1.0},"180":{"tf":1.0},"197":{"tf":1.0},"5":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"79":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"14":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":8,"docs":{"22":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0},"60":{"tf":1.0},"83":{"tf":1.0},"92":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":4,"docs":{"197":{"tf":1.0},"205":{"tf":1.0},"209":{"tf":1.0},"217":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"128":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}}}}},"v":{"df":6,"docs":{"257":{"tf":1.0},"273":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":10,"docs":{"102":{"tf":1.0},"112":{"tf":1.0},"119":{"tf":1.4142135623730951},"167":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"252":{"tf":1.0},"256":{"tf":1.0},"286":{"tf":1.0},"78":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":15,"docs":{"106":{"tf":1.0},"142":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"232":{"tf":1.0},"235":{"tf":1.4142135623730951},"236":{"tf":1.0},"238":{"tf":1.4142135623730951},"244":{"tf":1.0},"247":{"tf":1.0},"261":{"tf":1.0},"270":{"tf":1.0},"272":{"tf":1.0},"276":{"tf":1.4142135623730951},"277":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":12,"docs":{"111":{"tf":1.0},"123":{"tf":1.0},"144":{"tf":1.0},"192":{"tf":1.0},"201":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"285":{"tf":1.0},"3":{"tf":1.0},"62":{"tf":1.0},"9":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"24":{"tf":1.0},"36":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"236":{"tf":1.0},"46":{"tf":1.0}}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"29":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"183":{"tf":1.0}}}}}}}},"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":{"18":{"tf":1.0}}}}}}}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"197":{"tf":1.0},"51":{"tf":1.0}}}},"df":2,"docs":{"22":{"tf":1.0},"45":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"s":{"df":5,"docs":{"183":{"tf":1.0},"189":{"tf":1.0},"230":{"tf":1.0},"261":{"tf":1.0},"272":{"tf":1.0}}}},"df":0,"docs":{},"v":{"df":1,"docs":{"100":{"tf":1.0}}}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"60":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"101":{"tf":1.0},"113":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"111":{"tf":1.0},"119":{"tf":1.0},"90":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":2,"docs":{"277":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"197":{"tf":1.0}}},"v":{"df":5,"docs":{"153":{"tf":1.0},"238":{"tf":1.0},"245":{"tf":1.0},"263":{"tf":1.0},"35":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"126":{"tf":1.0},"23":{"tf":1.0},"50":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"93":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"121":{"tf":1.0},"287":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":1,"docs":{"40":{"tf":1.0}},"r":{"df":0,"docs":{},"t":{"df":6,"docs":{"16":{"tf":1.0},"198":{"tf":1.0},"214":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.0},"34":{"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":{"253":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":16,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"150":{"tf":1.0},"152":{"tf":1.4142135623730951},"155":{"tf":1.0},"156":{"tf":1.0},"190":{"tf":1.0},"196":{"tf":1.0},"247":{"tf":1.0},"257":{"tf":1.0},"286":{"tf":1.0},"288":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"59":{"tf":1.0}},"t":{"df":2,"docs":{"247":{"tf":1.0},"284":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"222":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":23,"docs":{"119":{"tf":1.4142135623730951},"156":{"tf":1.0},"161":{"tf":1.0},"168":{"tf":1.0},"173":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"189":{"tf":1.0},"196":{"tf":1.0},"216":{"tf":1.0},"239":{"tf":1.0},"241":{"tf":1.0},"255":{"tf":1.0},"264":{"tf":1.0},"286":{"tf":1.0},"287":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0},"57":{"tf":1.4142135623730951},"75":{"tf":1.0},"77":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":11,"docs":{"102":{"tf":1.4142135623730951},"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"119":{"tf":1.0},"127":{"tf":1.0},"15":{"tf":1.0},"257":{"tf":1.0},"286":{"tf":1.0},"57":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":36,"docs":{"103":{"tf":1.0},"120":{"tf":1.0},"136":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"150":{"tf":1.4142135623730951},"151":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.4142135623730951},"163":{"tf":1.0},"184":{"tf":1.4142135623730951},"188":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"194":{"tf":1.0},"199":{"tf":1.0},"217":{"tf":1.4142135623730951},"235":{"tf":1.4142135623730951},"241":{"tf":1.4142135623730951},"242":{"tf":1.4142135623730951},"244":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"257":{"tf":1.0},"262":{"tf":1.0},"270":{"tf":1.4142135623730951},"272":{"tf":1.0},"274":{"tf":1.0},"275":{"tf":1.0},"286":{"tf":1.4142135623730951},"288":{"tf":1.7320508075688772},"35":{"tf":1.4142135623730951},"36":{"tf":1.0},"59":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"17":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"168":{"tf":1.0},"197":{"tf":1.0},"200":{"tf":1.4142135623730951},"209":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"17":{"tf":1.0},"186":{"tf":1.0},"199":{"tf":1.0},"286":{"tf":1.0},"31":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":4,"docs":{"179":{"tf":1.0},"194":{"tf":1.0},"286":{"tf":1.0},"51":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"p":{"df":1,"docs":{"177":{"tf":1.0}}}},"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"174":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"174":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"173":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":38,"docs":{"119":{"tf":2.0},"131":{"tf":1.0},"146":{"tf":1.0},"15":{"tf":1.0},"161":{"tf":1.0},"163":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.4142135623730951},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"178":{"tf":1.4142135623730951},"179":{"tf":1.0},"180":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"199":{"tf":1.0},"227":{"tf":1.0},"238":{"tf":1.4142135623730951},"239":{"tf":1.4142135623730951},"257":{"tf":1.4142135623730951},"286":{"tf":1.7320508075688772},"288":{"tf":1.0},"29":{"tf":1.0},"32":{"tf":1.4142135623730951},"34":{"tf":1.0},"37":{"tf":1.0},"57":{"tf":2.6457513110645907},"63":{"tf":1.0},"67":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.4142135623730951},"76":{"tf":2.449489742783178},"78":{"tf":1.0},"83":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"57":{"tf":1.0}}}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"173":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":1,"docs":{"4":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"155":{"tf":1.0},"44":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"<":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":3,"docs":{"146":{"tf":1.0},"165":{"tf":1.0},"41":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"216":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":2,"docs":{"146":{"tf":1.0},"165":{"tf":1.0}}}}}}}}}}}},"df":32,"docs":{"10":{"tf":1.0},"106":{"tf":1.4142135623730951},"113":{"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},"132":{"tf":1.0},"133":{"tf":1.0},"137":{"tf":1.0},"164":{"tf":1.4142135623730951},"166":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.4142135623730951},"18":{"tf":1.0},"20":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.4142135623730951},"212":{"tf":1.0},"222":{"tf":1.4142135623730951},"223":{"tf":1.0},"266":{"tf":1.0},"288":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"63":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"209":{"tf":1.4142135623730951},"31":{"tf":1.0},"46":{"tf":1.0},"67":{"tf":1.0}},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"24":{"tf":1.0},"4":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":20,"docs":{"134":{"tf":1.7320508075688772},"139":{"tf":1.0},"146":{"tf":1.0},"148":{"tf":1.0},"153":{"tf":1.0},"158":{"tf":1.0},"205":{"tf":1.4142135623730951},"211":{"tf":1.4142135623730951},"212":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"222":{"tf":1.0},"242":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.0},"53":{"tf":1.4142135623730951},"93":{"tf":1.0},"97":{"tf":1.0},"99":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"106":{"tf":1.0},"219":{"tf":1.0},"225":{"tf":1.7320508075688772},"40":{"tf":1.0},"50":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":5,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"18":{"tf":1.0},"251":{"tf":1.0},"42":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"105":{"tf":1.0},"112":{"tf":1.0},"258":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":3,"docs":{"186":{"tf":1.0},"188":{"tf":1.0},"42":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"194":{"tf":1.0},"40":{"tf":1.4142135623730951}}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"224":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":2,"docs":{"42":{"tf":1.0},"63":{"tf":1.0}}}},"i":{"d":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"25":{"tf":1.0},"256":{"tf":1.0}}}}},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"250":{"tf":1.0},"286":{"tf":1.0},"45":{"tf":1.7320508075688772},"47":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":2,"docs":{"130":{"tf":1.0},"225":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"139":{"tf":1.0}}}},"t":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"54":{"tf":1.0},"67":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"c":{"df":1,"docs":{"222":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"280":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":3,"docs":{"246":{"tf":2.6457513110645907},"263":{"tf":1.0},"58":{"tf":1.0}}}},"n":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"146":{"tf":1.0},"165":{"tf":1.0}}}}}}},"df":0,"docs":{}},"_":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":11,"docs":{"172":{"tf":1.4142135623730951},"173":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"211":{"tf":1.4142135623730951},"212":{"tf":1.4142135623730951},"222":{"tf":1.7320508075688772},"223":{"tf":1.4142135623730951},"266":{"tf":1.0},"33":{"tf":1.0},"63":{"tf":1.4142135623730951}},"—":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":109,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"101":{"tf":1.0},"113":{"tf":1.0},"120":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"128":{"tf":1.0},"129":{"tf":1.7320508075688772},"13":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.4142135623730951},"133":{"tf":1.4142135623730951},"134":{"tf":2.449489742783178},"135":{"tf":2.0},"136":{"tf":1.4142135623730951},"139":{"tf":1.0},"14":{"tf":1.0},"140":{"tf":1.0},"143":{"tf":1.4142135623730951},"144":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.0},"15":{"tf":1.0},"150":{"tf":1.0},"155":{"tf":1.4142135623730951},"16":{"tf":1.4142135623730951},"160":{"tf":1.0},"164":{"tf":1.0},"166":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"17":{"tf":1.4142135623730951},"178":{"tf":1.0},"18":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"184":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":2.23606797749979},"199":{"tf":1.0},"2":{"tf":1.4142135623730951},"20":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"209":{"tf":1.4142135623730951},"211":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"22":{"tf":1.0},"223":{"tf":1.0},"227":{"tf":1.0},"234":{"tf":1.0},"236":{"tf":1.0},"238":{"tf":1.0},"245":{"tf":2.0},"25":{"tf":1.7320508075688772},"253":{"tf":1.4142135623730951},"256":{"tf":1.4142135623730951},"260":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"27":{"tf":1.4142135623730951},"270":{"tf":1.0},"273":{"tf":1.0},"276":{"tf":1.7320508075688772},"277":{"tf":1.4142135623730951},"279":{"tf":1.0},"280":{"tf":1.0},"281":{"tf":1.0},"286":{"tf":3.1622776601683795},"288":{"tf":1.0},"29":{"tf":2.0},"30":{"tf":1.0},"32":{"tf":1.7320508075688772},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.7320508075688772},"44":{"tf":2.0},"45":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":2.449489742783178},"56":{"tf":1.0},"58":{"tf":2.0},"59":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"79":{"tf":1.4142135623730951},"8":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.0},"9":{"tf":1.4142135623730951},"93":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":2,"docs":{"134":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":3,"docs":{"126":{"tf":1.0},"172":{"tf":1.0},"222":{"tf":1.4142135623730951}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"114":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":15,"docs":{"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},"133":{"tf":1.0},"149":{"tf":1.0},"154":{"tf":1.0},"159":{"tf":1.0},"164":{"tf":1.4142135623730951},"37":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":1,"docs":{"199":{"tf":1.0}}}}}},"df":83,"docs":{"10":{"tf":1.0},"112":{"tf":1.4142135623730951},"113":{"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.4142135623730951},"123":{"tf":1.4142135623730951},"13":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"14":{"tf":2.6457513110645907},"144":{"tf":1.0},"145":{"tf":1.7320508075688772},"146":{"tf":2.23606797749979},"147":{"tf":1.4142135623730951},"148":{"tf":1.0},"149":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.4142135623730951},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.4142135623730951},"162":{"tf":1.0},"163":{"tf":1.4142135623730951},"164":{"tf":2.0},"165":{"tf":2.0},"166":{"tf":1.0},"168":{"tf":2.23606797749979},"169":{"tf":1.0},"17":{"tf":2.6457513110645907},"173":{"tf":1.0},"175":{"tf":1.0},"177":{"tf":1.7320508075688772},"184":{"tf":1.4142135623730951},"189":{"tf":1.0},"191":{"tf":1.0},"194":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.4142135623730951},"199":{"tf":1.0},"200":{"tf":1.4142135623730951},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"215":{"tf":1.7320508075688772},"216":{"tf":1.4142135623730951},"217":{"tf":1.4142135623730951},"225":{"tf":1.7320508075688772},"231":{"tf":1.0},"239":{"tf":2.0},"244":{"tf":1.4142135623730951},"247":{"tf":1.4142135623730951},"251":{"tf":2.449489742783178},"253":{"tf":1.0},"264":{"tf":1.0},"267":{"tf":1.4142135623730951},"271":{"tf":1.0},"280":{"tf":1.7320508075688772},"284":{"tf":1.0},"286":{"tf":2.0},"288":{"tf":2.0},"30":{"tf":2.0},"31":{"tf":1.4142135623730951},"35":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":2.23606797749979},"41":{"tf":3.1622776601683795},"43":{"tf":1.7320508075688772},"44":{"tf":1.0},"46":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"59":{"tf":1.4142135623730951},"61":{"tf":1.0},"95":{"tf":1.0}},"—":{"df":0,"docs":{},"y":{"df":1,"docs":{"145":{"tf":1.0}}}},"’":{"df":1,"docs":{"30":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"—":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"tf":1.0}}}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":16,"docs":{"130":{"tf":1.0},"196":{"tf":1.4142135623730951},"198":{"tf":1.0},"199":{"tf":2.6457513110645907},"201":{"tf":1.0},"225":{"tf":1.0},"233":{"tf":1.0},"32":{"tf":1.7320508075688772},"33":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.4142135623730951},"50":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"=":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":9,"docs":{"133":{"tf":1.4142135623730951},"136":{"tf":1.0},"151":{"tf":1.0},"184":{"tf":1.0},"221":{"tf":1.0},"247":{"tf":1.0},"279":{"tf":1.0},"284":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":28,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.7320508075688772},"145":{"tf":1.0},"146":{"tf":1.0},"164":{"tf":1.4142135623730951},"168":{"tf":1.0},"18":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"2":{"tf":1.0},"200":{"tf":1.0},"225":{"tf":1.0},"251":{"tf":1.0},"280":{"tf":1.0},"286":{"tf":1.0},"29":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"43":{"tf":1.7320508075688772},"44":{"tf":1.0},"46":{"tf":1.4142135623730951},"50":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"76":{"tf":1.0}},"—":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":10,"docs":{"115":{"tf":1.0},"117":{"tf":1.4142135623730951},"198":{"tf":1.0},"2":{"tf":1.0},"287":{"tf":1.7320508075688772},"3":{"tf":1.4142135623730951},"4":{"tf":1.0},"73":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"115":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"238":{"tf":1.0}}}}},"y":{"df":1,"docs":{"12":{"tf":1.0}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":7,"docs":{"151":{"tf":1.0},"157":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.4142135623730951},"246":{"tf":1.0},"59":{"tf":1.0}},"{":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"162":{"tf":1.0}}}}},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"18":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"161":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"<":{"c":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"216":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":7,"docs":{"106":{"tf":1.0},"110":{"tf":1.0},"115":{"tf":1.0},"133":{"tf":1.0},"208":{"tf":2.0},"218":{"tf":1.0},"53":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"98":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"1":{"0":{"df":3,"docs":{"103":{"tf":1.0},"109":{"tf":1.0},"218":{"tf":1.0}}},"df":0,"docs":{}},"2":{"df":15,"docs":{"100":{"tf":1.4142135623730951},"103":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"13":{"tf":1.0},"169":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"232":{"tf":1.0},"236":{"tf":1.0},"276":{"tf":1.0},"29":{"tf":1.0},"42":{"tf":1.0},"54":{"tf":1.0}}},"3":{"df":20,"docs":{"102":{"tf":1.0},"103":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.7320508075688772},"110":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"133":{"tf":1.0},"164":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"251":{"tf":1.0},"37":{"tf":1.0},"53":{"tf":1.4142135623730951},"56":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}},"4":{"df":10,"docs":{"102":{"tf":1.0},"103":{"tf":1.0},"105":{"tf":1.0},"119":{"tf":1.0},"213":{"tf":1.0},"23":{"tf":1.0},"239":{"tf":1.4142135623730951},"258":{"tf":1.0},"57":{"tf":1.0},"77":{"tf":1.0}}},"5":{"df":3,"docs":{"120":{"tf":1.0},"121":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"107":{"tf":1.0},"279":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":98,"docs":{"10":{"tf":1.0},"105":{"tf":1.0},"108":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"114":{"tf":1.0},"12":{"tf":1.0},"122":{"tf":1.0},"124":{"tf":1.0},"13":{"tf":2.0},"131":{"tf":1.7320508075688772},"132":{"tf":1.4142135623730951},"133":{"tf":1.0},"134":{"tf":1.0},"14":{"tf":1.7320508075688772},"142":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.4142135623730951},"146":{"tf":2.23606797749979},"148":{"tf":1.0},"150":{"tf":1.0},"153":{"tf":1.0},"158":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"17":{"tf":1.4142135623730951},"173":{"tf":1.0},"175":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"188":{"tf":1.0},"19":{"tf":1.4142135623730951},"193":{"tf":1.7320508075688772},"194":{"tf":1.0},"196":{"tf":2.23606797749979},"20":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.4142135623730951},"203":{"tf":1.4142135623730951},"205":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.4142135623730951},"209":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.7320508075688772},"218":{"tf":1.0},"224":{"tf":1.4142135623730951},"225":{"tf":2.23606797749979},"226":{"tf":1.0},"227":{"tf":1.4142135623730951},"23":{"tf":1.0},"247":{"tf":1.0},"251":{"tf":1.4142135623730951},"254":{"tf":1.0},"259":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.7320508075688772},"279":{"tf":1.4142135623730951},"28":{"tf":1.0},"281":{"tf":1.0},"286":{"tf":2.6457513110645907},"288":{"tf":2.0},"29":{"tf":1.4142135623730951},"30":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":2.6457513110645907},"44":{"tf":3.1622776601683795},"46":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"48":{"tf":1.7320508075688772},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":2.23606797749979},"51":{"tf":1.7320508075688772},"52":{"tf":1.7320508075688772},"53":{"tf":2.449489742783178},"54":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":2.0},"62":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"77":{"tf":1.0},"79":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951},"95":{"tf":1.0},"96":{"tf":1.7320508075688772},"97":{"tf":1.0},"99":{"tf":2.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"134":{"tf":1.0},"139":{"tf":1.0},"53":{"tf":1.0}}}}}}},"’":{"df":6,"docs":{"15":{"tf":1.0},"197":{"tf":1.0},"32":{"tf":1.0},"57":{"tf":1.0},"63":{"tf":1.4142135623730951},"82":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"199":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"126":{"tf":1.0},"161":{"tf":1.4142135623730951},"242":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"160":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":2,"docs":{"171":{"tf":1.0},"180":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":4,"docs":{"185":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"51":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"185":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"247":{"tf":1.0},"283":{"tf":1.0}}}},"df":0,"docs":{}}},"c":{"df":3,"docs":{"206":{"tf":1.4142135623730951},"208":{"tf":1.4142135623730951},"45":{"tf":1.7320508075688772}},"o":{"df":0,"docs":{},"n":{"d":{"df":17,"docs":{"113":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.0},"126":{"tf":1.0},"206":{"tf":1.0},"22":{"tf":1.7320508075688772},"250":{"tf":1.7320508075688772},"256":{"tf":2.0},"29":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.0},"45":{"tf":2.0},"46":{"tf":1.0},"53":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":2.449489742783178}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"144":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"d":{"df":8,"docs":{"113":{"tf":1.0},"196":{"tf":1.0},"227":{"tf":1.0},"259":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.4142135623730951}}},"df":39,"docs":{"104":{"tf":1.0},"110":{"tf":1.0},"123":{"tf":1.4142135623730951},"165":{"tf":1.0},"2":{"tf":1.0},"209":{"tf":1.0},"216":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"263":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"272":{"tf":1.0},"28":{"tf":1.0},"281":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0},"94":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"168":{"tf":1.0}}}},"df":0,"docs":{}},"f":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"222":{"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":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"206":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":1,"docs":{"208":{"tf":1.0}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"p":{"df":1,"docs":{"212":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"208":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"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":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"216":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":6,"docs":{"206":{"tf":2.23606797749979},"208":{"tf":2.23606797749979},"212":{"tf":1.4142135623730951},"222":{"tf":1.7320508075688772},"223":{"tf":1.7320508075688772},"97":{"tf":1.0}}}},"n":{"d":{"df":4,"docs":{"173":{"tf":1.0},"174":{"tf":1.0},"205":{"tf":1.0},"211":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":3,"docs":{"0":{"tf":1.0},"205":{"tf":1.0},"98":{"tf":1.0}},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"i":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"100":{"tf":1.0},"12":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":5,"docs":{"244":{"tf":1.4142135623730951},"245":{"tf":1.0},"246":{"tf":1.0},"270":{"tf":1.4142135623730951},"46":{"tf":1.0}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":14,"docs":{"113":{"tf":1.0},"17":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"200":{"tf":1.0},"23":{"tf":1.7320508075688772},"245":{"tf":1.0},"250":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"34":{"tf":1.0},"42":{"tf":1.4142135623730951},"50":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"125":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"131":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":5,"docs":{"136":{"tf":1.0},"190":{"tf":1.0},"245":{"tf":1.0},"263":{"tf":1.0},"276":{"tf":1.0}}}},"df":1,"docs":{"128":{"tf":1.0}}},"v":{"df":4,"docs":{"198":{"tf":1.0},"225":{"tf":1.0},"33":{"tf":1.0},"47":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"31":{"tf":1.0}}}},"i":{"c":{"df":11,"docs":{"153":{"tf":1.0},"158":{"tf":1.0},"184":{"tf":1.0},"2":{"tf":2.0},"24":{"tf":1.0},"242":{"tf":1.0},"272":{"tf":1.0},"286":{"tf":1.7320508075688772},"30":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":25,"docs":{"101":{"tf":1.0},"109":{"tf":1.4142135623730951},"115":{"tf":1.0},"117":{"tf":1.0},"12":{"tf":1.4142135623730951},"130":{"tf":1.0},"143":{"tf":1.0},"181":{"tf":1.0},"190":{"tf":1.0},"192":{"tf":1.0},"195":{"tf":1.0},"227":{"tf":1.4142135623730951},"241":{"tf":1.0},"281":{"tf":1.0},"288":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"9":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":2,"docs":{"123":{"tf":1.0},"51":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"184":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":16,"docs":{"112":{"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},"150":{"tf":1.0},"178":{"tf":1.0},"194":{"tf":1.0},"20":{"tf":1.0},"221":{"tf":1.0},"227":{"tf":1.0},"43":{"tf":1.0},"49":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":9,"docs":{"113":{"tf":1.0},"150":{"tf":1.0},"172":{"tf":1.0},"222":{"tf":1.0},"225":{"tf":1.0},"286":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"63":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"227":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"41":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"245":{"tf":1.0},"25":{"tf":1.4142135623730951},"256":{"tf":1.0},"53":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"277":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"185":{"tf":1.0}}}}}},"df":0,"docs":{}}},"w":{"df":17,"docs":{"10":{"tf":1.0},"114":{"tf":1.0},"124":{"tf":1.0},"16":{"tf":1.0},"188":{"tf":1.0},"198":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"221":{"tf":1.0},"246":{"tf":1.4142135623730951},"4":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}},"n":{"df":1,"docs":{"174":{"tf":1.0}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"181":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":13,"docs":{"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"198":{"tf":1.0},"209":{"tf":1.0},"24":{"tf":1.7320508075688772},"26":{"tf":1.0},"286":{"tf":1.0},"30":{"tf":1.0},"33":{"tf":2.0},"34":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"85":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"217":{"tf":1.0},"247":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":8,"docs":{"13":{"tf":1.0},"160":{"tf":1.0},"206":{"tf":1.0},"222":{"tf":1.0},"52":{"tf":1.4142135623730951},"55":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"133":{"tf":1.0},"147":{"tf":1.0},"53":{"tf":1.0}}}},"—":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":5,"docs":{"142":{"tf":1.0},"188":{"tf":1.0},"263":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"125":{"tf":1.0},"129":{"tf":1.0},"178":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"n":{"df":3,"docs":{"258":{"tf":1.0},"60":{"tf":1.0},"79":{"tf":1.0}},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"—":{"a":{"df":1,"docs":{"56":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":9,"docs":{"151":{"tf":1.0},"152":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"161":{"tf":1.0},"194":{"tf":1.0},"198":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.0}}}}},"t":{"df":1,"docs":{"50":{"tf":1.0}}},"x":{"df":1,"docs":{"28":{"tf":1.4142135623730951}}},"z":{"df":0,"docs":{},"e":{"df":7,"docs":{"117":{"tf":1.0},"12":{"tf":1.0},"195":{"tf":1.0},"24":{"tf":1.0},"287":{"tf":1.0},"33":{"tf":1.0},"72":{"tf":1.4142135623730951}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":4,"docs":{"19":{"tf":1.0},"38":{"tf":1.0},"61":{"tf":1.0},"95":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"31":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"47":{"tf":1.0}}}}}}}},"o":{"df":2,"docs":{"178":{"tf":1.0},"179":{"tf":1.0}},"t":{"df":8,"docs":{"12":{"tf":1.0},"195":{"tf":1.0},"22":{"tf":1.0},"286":{"tf":1.0},"45":{"tf":1.0},"58":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.0}}},"w":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"244":{"tf":1.0}}}}}}}}}},"df":11,"docs":{"109":{"tf":1.0},"125":{"tf":1.0},"155":{"tf":1.0},"22":{"tf":1.4142135623730951},"234":{"tf":1.0},"235":{"tf":1.7320508075688772},"244":{"tf":1.0},"272":{"tf":1.0},"47":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"103":{"tf":1.0},"156":{"tf":1.0},"235":{"tf":1.0},"250":{"tf":1.0},"288":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"161":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"273":{"tf":1.0}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"255":{"tf":1.0},"55":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"109":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"247":{"tf":1.0}}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":6,"docs":{"101":{"tf":1.0},"104":{"tf":1.0},"115":{"tf":1.0},"224":{"tf":1.0},"245":{"tf":1.0},"256":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"223":{"tf":1.0},"36":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"o":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"101":{"tf":1.0},"256":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":15,"docs":{"228":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"247":{"tf":1.0},"270":{"tf":1.0}}}},"v":{"df":1,"docs":{"7":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"173":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":8,"docs":{"197":{"tf":1.0},"203":{"tf":1.0},"214":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"53":{"tf":1.0},"63":{"tf":1.0},"9":{"tf":1.0}}},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"127":{"tf":1.0},"245":{"tf":1.4142135623730951}}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"54":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}},"r":{"c":{"df":2,"docs":{"116":{"tf":1.0},"253":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":3,"docs":{"142":{"tf":1.0},"184":{"tf":1.0},"188":{"tf":1.0}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"21":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"21":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":12,"docs":{"136":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"200":{"tf":1.0},"262":{"tf":1.0},"264":{"tf":1.0},"288":{"tf":1.0},"30":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"199":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":31,"docs":{"107":{"tf":1.0},"112":{"tf":1.0},"117":{"tf":1.0},"12":{"tf":1.0},"121":{"tf":1.4142135623730951},"123":{"tf":1.0},"131":{"tf":1.0},"146":{"tf":1.0},"155":{"tf":1.0},"160":{"tf":1.0},"170":{"tf":1.0},"184":{"tf":1.0},"20":{"tf":1.0},"203":{"tf":1.4142135623730951},"214":{"tf":1.0},"227":{"tf":1.0},"240":{"tf":1.0},"255":{"tf":1.0},"257":{"tf":1.0},"268":{"tf":1.0},"27":{"tf":1.0},"281":{"tf":1.0},"287":{"tf":1.0},"33":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"43":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.0},"7":{"tf":1.0}},"i":{"df":2,"docs":{"41":{"tf":1.0},"45":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":6,"docs":{"113":{"tf":1.0},"261":{"tf":1.0},"277":{"tf":1.0},"286":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0}}},"df":0,"docs":{}},"n":{"d":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"194":{"tf":1.0},"40":{"tf":1.0},"50":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"121":{"tf":1.0}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"120":{"tf":1.0},"58":{"tf":1.0}}}},"l":{"df":2,"docs":{"40":{"tf":1.0},"47":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"152":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":12,"docs":{"131":{"tf":1.0},"251":{"tf":1.0},"28":{"tf":1.7320508075688772},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":2.6457513110645907},"41":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"162":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"287":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":7,"docs":{"273":{"tf":1.0},"286":{"tf":1.0},"34":{"tf":1.0},"53":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":3,"docs":{"113":{"tf":1.0},"281":{"tf":1.0},"43":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":2,"docs":{"12":{"tf":1.0},"195":{"tf":1.4142135623730951}},"t":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"173":{"tf":1.0},"222":{"tf":1.0}}}}}}},"df":0,"docs":{}},"_":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"223":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":43,"docs":{"104":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"129":{"tf":1.0},"134":{"tf":1.0},"142":{"tf":1.0},"146":{"tf":1.0},"15":{"tf":1.4142135623730951},"153":{"tf":1.0},"154":{"tf":1.0},"162":{"tf":1.0},"17":{"tf":1.0},"178":{"tf":1.0},"186":{"tf":1.0},"188":{"tf":1.0},"195":{"tf":1.0},"197":{"tf":1.4142135623730951},"198":{"tf":1.4142135623730951},"199":{"tf":1.0},"211":{"tf":1.0},"222":{"tf":1.0},"231":{"tf":1.0},"234":{"tf":1.4142135623730951},"236":{"tf":1.0},"241":{"tf":1.4142135623730951},"255":{"tf":1.0},"261":{"tf":1.4142135623730951},"286":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"38":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":2.0},"52":{"tf":1.0},"53":{"tf":1.7320508075688772},"60":{"tf":1.0},"62":{"tf":1.0},"84":{"tf":1.0},"9":{"tf":1.7320508075688772},"97":{"tf":1.0},"98":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"—":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"p":{"df":13,"docs":{"151":{"tf":1.0},"156":{"tf":1.0},"161":{"tf":1.0},"18":{"tf":1.0},"186":{"tf":1.0},"232":{"tf":1.0},"246":{"tf":1.0},"261":{"tf":1.0},"286":{"tf":1.0},"36":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"83":{"tf":1.0}}}},"{":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"162":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":15,"docs":{"113":{"tf":1.0},"126":{"tf":1.0},"150":{"tf":1.0},"165":{"tf":1.0},"2":{"tf":1.0},"211":{"tf":1.0},"214":{"tf":1.0},"24":{"tf":1.7320508075688772},"246":{"tf":1.0},"272":{"tf":1.0},"286":{"tf":1.0},"288":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":1.0},"63":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"158":{"tf":1.0},"184":{"tf":1.0},"242":{"tf":1.4142135623730951},"30":{"tf":1.0},"35":{"tf":1.0}}}}}}}},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"’":{"df":0,"docs":{},"r":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}}}},"i":{"c":{"df":2,"docs":{"173":{"tf":1.0},"222":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":3,"docs":{"158":{"tf":1.0},"209":{"tf":1.0},"30":{"tf":1.0}}}},"y":{"df":11,"docs":{"105":{"tf":1.0},"122":{"tf":1.0},"128":{"tf":1.0},"14":{"tf":1.0},"152":{"tf":1.0},"178":{"tf":1.0},"223":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"47":{"tf":1.0},"59":{"tf":1.0}}}},"d":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{":":{":":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"(":{"\\"":{"c":{"df":0,"docs":{},"i":{"\\"":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"107":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"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":12,"docs":{"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},"133":{"tf":1.0},"164":{"tf":1.4142135623730951},"173":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{":":{":":{"a":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"222":{"tf":1.0}}},"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":{":":{":":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"115":{"tf":1.0},"133":{"tf":1.0},"169":{"tf":1.0},"53":{"tf":1.0}}}}},"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":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"234":{"tf":1.0},"263":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"234":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"42":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"198":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":7,"docs":{"17":{"tf":1.0},"188":{"tf":1.0},"19":{"tf":1.4142135623730951},"196":{"tf":1.0},"204":{"tf":1.4142135623730951},"30":{"tf":1.0},"53":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":12,"docs":{"109":{"tf":1.0},"119":{"tf":1.0},"125":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"247":{"tf":1.0},"253":{"tf":1.0},"273":{"tf":1.0},"31":{"tf":1.0},"45":{"tf":1.4142135623730951},"53":{"tf":1.0},"54":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":13,"docs":{"15":{"tf":1.4142135623730951},"153":{"tf":1.0},"178":{"tf":1.0},"197":{"tf":1.0},"199":{"tf":1.4142135623730951},"214":{"tf":1.0},"286":{"tf":1.0},"288":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"45":{"tf":1.0},"7":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"184":{"tf":1.0},"287":{"tf":1.0},"3":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"33":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":2,"docs":{"19":{"tf":1.0},"9":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"108":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":8,"docs":{"173":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"266":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"286":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"104":{"tf":1.0},"120":{"tf":1.0},"58":{"tf":1.0},"8":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"124":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"t":{"df":10,"docs":{"165":{"tf":1.0},"173":{"tf":1.0},"206":{"tf":1.0},"208":{"tf":1.0},"212":{"tf":1.0},"216":{"tf":1.4142135623730951},"222":{"tf":1.0},"223":{"tf":1.0},"279":{"tf":1.0},"29":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"10":{"tf":1.0},"108":{"tf":1.0},"288":{"tf":1.0},"40":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"b":{"df":1,"docs":{"129":{"tf":1.0}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"247":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":2,"docs":{"112":{"tf":1.0},"227":{"tf":1.4142135623730951}}}}}},"u":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":8,"docs":{"125":{"tf":1.4142135623730951},"127":{"tf":1.0},"238":{"tf":1.0},"286":{"tf":1.0},"54":{"tf":1.0},"57":{"tf":1.0},"67":{"tf":1.0},"89":{"tf":1.0}}}},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"&":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"42":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"x":{"df":1,"docs":{"21":{"tf":1.0}}}}},"df":22,"docs":{"116":{"tf":1.4142135623730951},"127":{"tf":1.4142135623730951},"15":{"tf":1.0},"16":{"tf":1.0},"197":{"tf":1.4142135623730951},"198":{"tf":1.0},"2":{"tf":1.0},"238":{"tf":1.4142135623730951},"286":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0},"54":{"tf":1.7320508075688772},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.4142135623730951},"68":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"117":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":3,"docs":{"12":{"tf":1.0},"195":{"tf":1.0},"287":{"tf":1.4142135623730951}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"35":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":9,"docs":{"1":{"tf":1.0},"105":{"tf":1.4142135623730951},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"287":{"tf":1.0},"3":{"tf":1.4142135623730951},"70":{"tf":1.0},"90":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"l":{"df":5,"docs":{"256":{"tf":1.0},"273":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"34":{"tf":1.0}},"e":{"d":{"df":2,"docs":{"13":{"tf":1.0},"188":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"s":{"df":16,"docs":{"109":{"tf":1.0},"134":{"tf":1.0},"138":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"198":{"tf":1.0},"200":{"tf":1.0},"209":{"tf":1.0},"227":{"tf":1.0},"273":{"tf":1.0},"286":{"tf":1.4142135623730951},"288":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.7320508075688772},"53":{"tf":1.0},"7":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":6,"docs":{"117":{"tf":1.0},"138":{"tf":1.0},"142":{"tf":1.0},"188":{"tf":1.0},"4":{"tf":1.0},"92":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"241":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":6,"docs":{"142":{"tf":1.0},"160":{"tf":1.0},"184":{"tf":1.7320508075688772},"188":{"tf":1.0},"2":{"tf":1.0},"26":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"164":{"tf":1.0},"8":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"26":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"172":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":17,"docs":{"156":{"tf":1.0},"157":{"tf":1.0},"163":{"tf":1.0},"168":{"tf":1.4142135623730951},"169":{"tf":1.0},"173":{"tf":1.7320508075688772},"176":{"tf":1.0},"177":{"tf":1.7320508075688772},"226":{"tf":1.0},"239":{"tf":1.7320508075688772},"286":{"tf":1.0},"288":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":1.0},"9":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"0":{"tf":1.0}}},"f":{"a":{"c":{"df":3,"docs":{"174":{"tf":1.0},"175":{"tf":1.0},"199":{"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":{"113":{"tf":1.0},"196":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"257":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"120":{"tf":1.0}}}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"p":{"df":4,"docs":{"112":{"tf":1.0},"122":{"tf":1.0},"145":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"40":{"tf":1.0}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":13,"docs":{"228":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0}}}}}}},"n":{"c":{"df":7,"docs":{"131":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"205":{"tf":1.0},"211":{"tf":1.0},"31":{"tf":1.0},"7":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"124":{"tf":1.0},"125":{"tf":1.0},"129":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.0}}}},"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"241":{"tf":1.0}}}}},"df":26,"docs":{"105":{"tf":1.0},"112":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"214":{"tf":1.0},"235":{"tf":1.0},"24":{"tf":1.4142135623730951},"258":{"tf":1.0},"286":{"tf":2.0},"33":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0},"62":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0}}}}}}}},"t":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":9,"docs":{"11":{"tf":1.0},"146":{"tf":1.0},"216":{"tf":1.0},"22":{"tf":1.0},"250":{"tf":1.0},"261":{"tf":1.0},"273":{"tf":1.0},"45":{"tf":1.0},"53":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"18":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"3":{"0":{"df":2,"docs":{"57":{"tf":1.0},"76":{"tf":1.0}}},"df":0,"docs":{}},"4":{"5":{"df":5,"docs":{"102":{"tf":1.0},"119":{"tf":1.0},"23":{"tf":1.0},"75":{"tf":1.0},"77":{"tf":1.0}}},"df":0,"docs":{}},"6":{"0":{"df":3,"docs":{"105":{"tf":1.0},"37":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":1,"docs":{"76":{"tf":1.0}}}}},"df":0,"docs":{}},"df":2,"docs":{"119":{"tf":1.0},"57":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"222":{"tf":1.4142135623730951},"223":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"223":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":9,"docs":{"168":{"tf":1.0},"169":{"tf":1.0},"216":{"tf":1.0},"222":{"tf":1.4142135623730951},"223":{"tf":1.4142135623730951},"235":{"tf":1.0},"286":{"tf":1.0},"76":{"tf":1.0},"85":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"k":{"df":4,"docs":{"197":{"tf":1.0},"286":{"tf":1.0},"32":{"tf":1.0},"63":{"tf":1.0}}}}},"d":{"df":1,"docs":{"162":{"tf":1.0}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"124":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":2,"docs":{"113":{"tf":1.0},"227":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":3,"docs":{"18":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"38":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"188":{"tf":1.0},"263":{"tf":1.0},"4":{"tf":1.0}}}},"m":{"df":0,"docs":{},"p":{"df":2,"docs":{"148":{"tf":1.0},"35":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":5,"docs":{"141":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"187":{"tf":1.0},"30":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"n":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"161":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"47":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"m":{"df":3,"docs":{"10":{"tf":1.0},"285":{"tf":1.4142135623730951},"58":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"(":{"#":{"[":{"c":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"280":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{},"s":{"df":1,"docs":{"164":{"tf":1.0}}}}}}}},"df":0,"docs":{},"l":{"df":3,"docs":{"133":{"tf":1.4142135623730951},"138":{"tf":1.0},"53":{"tf":1.4142135623730951}},"o":{"c":{"df":1,"docs":{"164":{"tf":1.0}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"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":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"106":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"106":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"_":{"5":{"df":1,"docs":{"60":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":161,"docs":{"0":{"tf":1.0},"10":{"tf":2.0},"100":{"tf":1.0},"101":{"tf":2.0},"102":{"tf":2.23606797749979},"103":{"tf":2.0},"104":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"106":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":2.23606797749979},"11":{"tf":1.4142135623730951},"114":{"tf":1.4142135623730951},"115":{"tf":2.0},"116":{"tf":2.23606797749979},"117":{"tf":1.7320508075688772},"118":{"tf":2.0},"119":{"tf":2.0},"12":{"tf":1.7320508075688772},"120":{"tf":1.7320508075688772},"121":{"tf":1.7320508075688772},"123":{"tf":1.0},"124":{"tf":1.0},"127":{"tf":1.0},"13":{"tf":1.7320508075688772},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.7320508075688772},"134":{"tf":2.0},"135":{"tf":2.6457513110645907},"136":{"tf":2.6457513110645907},"138":{"tf":1.4142135623730951},"139":{"tf":1.0},"14":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.7320508075688772},"142":{"tf":1.4142135623730951},"143":{"tf":1.4142135623730951},"149":{"tf":1.0},"15":{"tf":1.4142135623730951},"150":{"tf":2.0},"151":{"tf":1.0},"155":{"tf":1.4142135623730951},"156":{"tf":1.0},"158":{"tf":1.0},"16":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"161":{"tf":1.0},"164":{"tf":1.0},"166":{"tf":1.0},"17":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0},"178":{"tf":1.4142135623730951},"18":{"tf":2.23606797749979},"180":{"tf":1.0},"181":{"tf":1.0},"183":{"tf":1.0},"185":{"tf":1.4142135623730951},"187":{"tf":1.7320508075688772},"188":{"tf":1.4142135623730951},"19":{"tf":1.7320508075688772},"190":{"tf":1.7320508075688772},"193":{"tf":1.0},"194":{"tf":2.23606797749979},"198":{"tf":1.4142135623730951},"199":{"tf":1.0},"2":{"tf":1.7320508075688772},"20":{"tf":1.4142135623730951},"200":{"tf":1.0},"201":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"209":{"tf":1.0},"21":{"tf":1.4142135623730951},"210":{"tf":1.0},"212":{"tf":1.0},"219":{"tf":2.0},"221":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.4142135623730951},"228":{"tf":1.0},"23":{"tf":1.4142135623730951},"232":{"tf":1.0},"234":{"tf":1.7320508075688772},"243":{"tf":1.0},"244":{"tf":2.0},"245":{"tf":2.8284271247461903},"246":{"tf":2.23606797749979},"247":{"tf":1.7320508075688772},"250":{"tf":1.4142135623730951},"252":{"tf":2.0},"253":{"tf":1.0},"255":{"tf":2.23606797749979},"256":{"tf":2.23606797749979},"257":{"tf":1.0},"258":{"tf":1.4142135623730951},"259":{"tf":1.0},"26":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"262":{"tf":2.0},"263":{"tf":2.0},"264":{"tf":1.0},"268":{"tf":1.0},"27":{"tf":1.0},"270":{"tf":1.7320508075688772},"275":{"tf":1.0},"276":{"tf":1.7320508075688772},"277":{"tf":1.4142135623730951},"279":{"tf":1.0},"280":{"tf":1.4142135623730951},"281":{"tf":1.4142135623730951},"284":{"tf":1.0},"286":{"tf":3.0},"288":{"tf":2.23606797749979},"29":{"tf":1.0},"3":{"tf":1.4142135623730951},"31":{"tf":1.0},"34":{"tf":1.7320508075688772},"35":{"tf":2.23606797749979},"36":{"tf":1.7320508075688772},"38":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":2.0},"40":{"tf":2.23606797749979},"41":{"tf":1.4142135623730951},"42":{"tf":2.449489742783178},"43":{"tf":1.0},"44":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772},"46":{"tf":1.7320508075688772},"47":{"tf":1.7320508075688772},"48":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":2.0},"51":{"tf":1.7320508075688772},"52":{"tf":1.0},"53":{"tf":2.23606797749979},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.7320508075688772},"57":{"tf":1.7320508075688772},"58":{"tf":1.4142135623730951},"59":{"tf":2.0},"6":{"tf":1.0},"60":{"tf":2.6457513110645907},"61":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":2.0},"73":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":2.0},"80":{"tf":1.7320508075688772},"81":{"tf":1.0},"9":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"169":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"{":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"223":{"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":{"173":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"222":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"222":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"s":{":":{":":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":2,"docs":{"167":{"tf":1.0},"169":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{},"—":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"257":{"tf":1.0}}}}}}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"60":{"tf":1.0}}}},"t":{"df":0,"docs":{},"’":{"df":2,"docs":{"58":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"’":{"df":1,"docs":{"53":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"’":{"d":{"df":1,"docs":{"36":{"tf":1.4142135623730951}}},"df":0,"docs":{},"r":{"df":4,"docs":{"193":{"tf":1.0},"198":{"tf":1.0},"2":{"tf":1.0},"53":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":10,"docs":{"109":{"tf":1.0},"15":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"193":{"tf":1.0},"197":{"tf":1.0},"258":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0},"60":{"tf":1.0}}},"k":{"df":6,"docs":{"12":{"tf":1.0},"181":{"tf":1.0},"2":{"tf":1.0},"22":{"tf":1.0},"42":{"tf":1.0},"58":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"277":{"tf":1.0},"60":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"55":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.0}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":3,"docs":{"112":{"tf":1.0},"185":{"tf":1.0},"34":{"tf":1.0}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"250":{"tf":1.0},"44":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"143":{"tf":1.0},"270":{"tf":1.0}},"s":{"=":{"1":{"df":5,"docs":{"136":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"263":{"tf":1.0},"276":{"tf":1.0}}},"2":{"df":4,"docs":{"136":{"tf":1.0},"190":{"tf":1.0},"244":{"tf":1.0},"262":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":5,"docs":{"13":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.0},"53":{"tf":1.0},"79":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"(":{"0":{".":{"9":{"0":{"df":2,"docs":{"238":{"tf":1.0},"89":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":5,"docs":{"128":{"tf":1.0},"238":{"tf":1.4142135623730951},"34":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":19,"docs":{"108":{"tf":1.4142135623730951},"159":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"201":{"tf":1.0},"220":{"tf":1.0},"228":{"tf":1.0},"246":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.4142135623730951},"29":{"tf":1.0},"42":{"tf":1.4142135623730951},"44":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"67":{"tf":1.0},"9":{"tf":1.0},"91":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"198":{"tf":1.0},"212":{"tf":1.0},"285":{"tf":1.0},"286":{"tf":1.0},"37":{"tf":1.0},"81":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"113":{"tf":1.0}}}}}}}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"c":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"206":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":1,"docs":{"206":{"tf":1.0}}}},"df":1,"docs":{"41":{"tf":1.0}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":2,"docs":{"4":{"tf":1.0},"40":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"e":{"df":42,"docs":{"113":{"tf":1.0},"119":{"tf":1.0},"12":{"tf":1.0},"121":{"tf":1.0},"126":{"tf":1.0},"128":{"tf":1.7320508075688772},"134":{"tf":1.0},"15":{"tf":1.0},"195":{"tf":1.0},"197":{"tf":1.4142135623730951},"22":{"tf":1.7320508075688772},"234":{"tf":1.4142135623730951},"238":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.4142135623730951},"250":{"tf":2.0},"252":{"tf":1.0},"256":{"tf":1.7320508075688772},"26":{"tf":1.0},"261":{"tf":1.0},"27":{"tf":1.0},"270":{"tf":1.4142135623730951},"276":{"tf":1.0},"286":{"tf":2.6457513110645907},"32":{"tf":1.0},"33":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"45":{"tf":3.1622776601683795},"46":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0},"76":{"tf":1.7320508075688772},"77":{"tf":1.0},"78":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"179":{"tf":1.0},"209":{"tf":1.0},"232":{"tf":1.4142135623730951},"46":{"tf":1.0},"89":{"tf":1.0}}}}},"r":{"df":2,"docs":{"125":{"tf":1.4142135623730951},"32":{"tf":1.0}}},"’":{"df":2,"docs":{"15":{"tf":1.0},"209":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":5,"docs":{"141":{"tf":1.0},"232":{"tf":1.0},"234":{"tf":1.7320508075688772},"247":{"tf":1.0},"263":{"tf":1.0}}}}}}},"df":2,"docs":{"149":{"tf":1.0},"187":{"tf":1.0}}}},"o":{"d":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"176":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":9,"docs":{"10":{"tf":1.0},"118":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"193":{"tf":1.0},"214":{"tf":1.0},"252":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"197":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"171":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":12,"docs":{"106":{"tf":1.4142135623730951},"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},"133":{"tf":1.0},"164":{"tf":1.4142135623730951},"53":{"tf":1.0},"54":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"{":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"206":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"102":{"tf":1.0},"103":{"tf":1.0},"119":{"tf":1.7320508075688772},"128":{"tf":1.0},"130":{"tf":1.0},"239":{"tf":1.4142135623730951},"255":{"tf":1.4142135623730951},"57":{"tf":1.0},"78":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"89":{"tf":1.0}}},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"151":{"tf":1.0},"184":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":2,"docs":{"125":{"tf":1.0},"176":{"tf":1.0}}}},"p":{"df":3,"docs":{"235":{"tf":1.0},"242":{"tf":1.0},"97":{"tf":1.0}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":42,"docs":{"10":{"tf":1.0},"112":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"117":{"tf":1.0},"12":{"tf":1.7320508075688772},"121":{"tf":2.0},"124":{"tf":1.0},"13":{"tf":1.0},"130":{"tf":1.7320508075688772},"153":{"tf":1.0},"17":{"tf":1.0},"172":{"tf":1.0},"176":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":2.449489742783178},"196":{"tf":1.4142135623730951},"2":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"218":{"tf":1.7320508075688772},"222":{"tf":1.4142135623730951},"225":{"tf":1.0},"227":{"tf":1.0},"23":{"tf":1.0},"234":{"tf":1.0},"286":{"tf":2.0},"288":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"30":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":2.6457513110645907},"44":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"55":{"tf":2.0},"60":{"tf":1.0},"67":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":2.449489742783178}},"y":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"g":{"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":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"222":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"3":{"df":2,"docs":{"12":{"tf":1.0},"43":{"tf":1.0}}},"5":{"df":1,"docs":{"98":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"’":{"df":2,"docs":{"45":{"tf":1.0},"82":{"tf":1.0}}}}}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"227":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"201":{"tf":1.0},"40":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":5,"docs":{"17":{"tf":1.0},"225":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0},"50":{"tf":1.0}}},"k":{"df":9,"docs":{"286":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.0},"84":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"247":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":8,"docs":{"145":{"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},"46":{"tf":1.0}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"225":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":33,"docs":{"105":{"tf":1.4142135623730951},"11":{"tf":1.0},"112":{"tf":1.0},"118":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951},"13":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"170":{"tf":1.0},"18":{"tf":1.0},"194":{"tf":1.0},"197":{"tf":1.4142135623730951},"200":{"tf":1.0},"204":{"tf":1.0},"214":{"tf":1.0},"217":{"tf":1.0},"23":{"tf":1.0},"256":{"tf":1.0},"258":{"tf":1.0},"286":{"tf":1.0},"34":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":2.449489742783178},"50":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"58":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"69":{"tf":1.0},"7":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":15,"docs":{"110":{"tf":1.0},"146":{"tf":1.4142135623730951},"174":{"tf":1.4142135623730951},"198":{"tf":1.0},"205":{"tf":1.7320508075688772},"208":{"tf":1.0},"211":{"tf":1.4142135623730951},"216":{"tf":1.7320508075688772},"221":{"tf":1.0},"227":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772},"63":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":57,"docs":{"100":{"tf":1.0},"103":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":3.0},"118":{"tf":2.0},"119":{"tf":1.0},"120":{"tf":1.4142135623730951},"121":{"tf":1.0},"13":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":2.0},"198":{"tf":1.0},"2":{"tf":1.4142135623730951},"205":{"tf":1.0},"227":{"tf":1.4142135623730951},"236":{"tf":1.4142135623730951},"238":{"tf":2.6457513110645907},"24":{"tf":1.0},"252":{"tf":1.0},"255":{"tf":1.0},"259":{"tf":1.4142135623730951},"273":{"tf":1.0},"286":{"tf":1.7320508075688772},"287":{"tf":1.4142135623730951},"288":{"tf":1.0},"289":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"37":{"tf":1.0},"42":{"tf":1.7320508075688772},"50":{"tf":1.0},"54":{"tf":3.4641016151377544},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"60":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":2.0},"65":{"tf":1.7320508075688772},"66":{"tf":1.4142135623730951},"67":{"tf":2.0},"68":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.4142135623730951},"98":{"tf":1.0},"99":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":1,"docs":{"135":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"116":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"100":{"tf":1.0},"68":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"5":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"66":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"0":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":10,"docs":{"100":{"tf":1.0},"102":{"tf":1.0},"107":{"tf":1.0},"109":{"tf":1.4142135623730951},"213":{"tf":1.0},"238":{"tf":1.0},"251":{"tf":1.0},"279":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"1":{"0":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"258":{"tf":1.0},"79":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"102":{"tf":1.0},"107":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"87":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"66":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"0":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"104":{"tf":1.0}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"5":{"0":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"109":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"1":{"5":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"105":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"0":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"104":{"tf":1.0}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"1":{"0":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"66":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"104":{"tf":1.0},"106":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"3":{"df":1,"docs":{"276":{"tf":1.0}}},"5":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":6,"docs":{"13":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"29":{"tf":1.0},"54":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"0":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"106":{"tf":1.0}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"5":{"0":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"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":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"209":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"112":{"tf":1.0},"175":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"162":{"tf":1.0},"51":{"tf":1.0}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"124":{"tf":1.0}}}},"df":2,"docs":{"247":{"tf":1.0},"60":{"tf":1.0}},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"127":{"tf":1.0},"32":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":7,"docs":{"111":{"tf":1.0},"228":{"tf":1.0},"263":{"tf":1.0},"269":{"tf":1.0},"272":{"tf":1.0},"283":{"tf":1.0},"9":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"126":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"e":{"df":4,"docs":{"169":{"tf":1.4142135623730951},"244":{"tf":1.0},"42":{"tf":1.0},"76":{"tf":1.4142135623730951}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"46":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"273":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"113":{"tf":1.0}}}}}}}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":4,"docs":{"104":{"tf":1.4142135623730951},"113":{"tf":1.0},"227":{"tf":1.0},"54":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":5,"docs":{"14":{"tf":1.0},"145":{"tf":1.0},"286":{"tf":1.0},"30":{"tf":1.0},"53":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":9,"docs":{"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":3,"docs":{"198":{"tf":1.4142135623730951},"2":{"tf":1.4142135623730951},"33":{"tf":1.0}}}},"x":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"(":{")":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"/":{"d":{"a":{"df":2,"docs":{"170":{"tf":1.0},"178":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":4,"docs":{"22":{"tf":1.0},"289":{"tf":1.0},"37":{"tf":1.0},"54":{"tf":1.4142135623730951}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":11,"docs":{"109":{"tf":1.0},"2":{"tf":1.0},"216":{"tf":1.0},"247":{"tf":1.0},"258":{"tf":1.0},"284":{"tf":1.0},"40":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.0},"79":{"tf":1.0},"99":{"tf":1.0}}},"i":{"c":{"df":4,"docs":{"16":{"tf":1.0},"58":{"tf":1.0},"80":{"tf":1.0},"87":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"6":{"4":{"df":2,"docs":{"206":{"tf":1.4142135623730951},"208":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"129":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"242":{"tf":1.0}}}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"236":{"tf":1.0},"93":{"tf":1.0}}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"109":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":19,"docs":{"119":{"tf":1.0},"120":{"tf":1.0},"125":{"tf":1.0},"141":{"tf":1.0},"149":{"tf":1.0},"187":{"tf":1.0},"252":{"tf":1.4142135623730951},"286":{"tf":1.0},"3":{"tf":1.0},"42":{"tf":1.4142135623730951},"46":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0},"73":{"tf":1.0},"78":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":18,"docs":{"0":{"tf":1.0},"10":{"tf":1.4142135623730951},"111":{"tf":1.0},"134":{"tf":1.0},"146":{"tf":1.0},"166":{"tf":1.0},"19":{"tf":1.0},"193":{"tf":1.0},"20":{"tf":1.0},"27":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0},"80":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"141":{"tf":1.0},"187":{"tf":1.0},"34":{"tf":1.0},"53":{"tf":1.0},"83":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"119":{"tf":1.0},"228":{"tf":1.0},"57":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"46":{"tf":1.0}}}}}},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"203":{"tf":1.0}}}},"t":{"df":3,"docs":{"252":{"tf":1.7320508075688772},"4":{"tf":1.0},"7":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"180":{"tf":1.0},"32":{"tf":1.0},"57":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"k":{"df":1,"docs":{"198":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"223":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"45":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":11,"docs":{"104":{"tf":1.0},"148":{"tf":1.0},"153":{"tf":1.0},"197":{"tf":1.0},"205":{"tf":1.4142135623730951},"209":{"tf":1.0},"217":{"tf":1.0},"263":{"tf":1.0},"31":{"tf":1.7320508075688772},"32":{"tf":1.0},"63":{"tf":1.4142135623730951}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"p":{"df":23,"docs":{"112":{"tf":1.0},"14":{"tf":1.0},"143":{"tf":1.0},"146":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"179":{"tf":1.0},"181":{"tf":1.0},"190":{"tf":1.0},"199":{"tf":1.0},"209":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"225":{"tf":1.0},"261":{"tf":1.0},"286":{"tf":1.0},"288":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"53":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.0},"95":{"tf":1.0}},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.4142135623730951}}}}}}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"219":{"tf":1.0},"268":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.0}}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":16,"docs":{"112":{"tf":1.0},"149":{"tf":1.0},"154":{"tf":1.0},"159":{"tf":1.0},"169":{"tf":1.0},"175":{"tf":1.0},"219":{"tf":1.0},"235":{"tf":1.0},"278":{"tf":1.0},"51":{"tf":1.0},"65":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"82":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0}}}},"df":97,"docs":{"0":{"tf":1.0},"100":{"tf":1.0},"102":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":2.23606797749979},"116":{"tf":1.4142135623730951},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.7320508075688772},"121":{"tf":1.0},"122":{"tf":1.7320508075688772},"125":{"tf":1.4142135623730951},"126":{"tf":1.0},"13":{"tf":1.0},"133":{"tf":2.0},"141":{"tf":1.4142135623730951},"143":{"tf":1.0},"145":{"tf":1.0},"149":{"tf":1.4142135623730951},"150":{"tf":1.7320508075688772},"152":{"tf":1.0},"154":{"tf":1.4142135623730951},"155":{"tf":1.7320508075688772},"156":{"tf":1.0},"159":{"tf":1.7320508075688772},"160":{"tf":1.7320508075688772},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.7320508075688772},"173":{"tf":1.4142135623730951},"183":{"tf":1.4142135623730951},"189":{"tf":2.0},"195":{"tf":1.0},"206":{"tf":2.0},"207":{"tf":1.4142135623730951},"208":{"tf":1.0},"209":{"tf":1.0},"212":{"tf":1.7320508075688772},"213":{"tf":1.0},"214":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"222":{"tf":2.23606797749979},"223":{"tf":1.7320508075688772},"225":{"tf":1.0},"227":{"tf":1.0},"231":{"tf":2.449489742783178},"232":{"tf":1.0},"238":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"247":{"tf":1.4142135623730951},"250":{"tf":1.0},"253":{"tf":1.4142135623730951},"255":{"tf":1.0},"257":{"tf":1.7320508075688772},"261":{"tf":1.0},"264":{"tf":1.0},"268":{"tf":1.0},"270":{"tf":1.0},"271":{"tf":2.0},"273":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.4142135623730951},"281":{"tf":1.0},"285":{"tf":1.0},"286":{"tf":1.4142135623730951},"287":{"tf":1.0},"288":{"tf":1.4142135623730951},"45":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":2.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":2.23606797749979},"60":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.0},"69":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951},"78":{"tf":1.7320508075688772},"82":{"tf":1.0},"9":{"tf":1.0},"97":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":15,"docs":{"105":{"tf":1.0},"108":{"tf":1.0},"116":{"tf":1.4142135623730951},"19":{"tf":1.0},"227":{"tf":1.0},"24":{"tf":1.7320508075688772},"38":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.4142135623730951},"64":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"69":{"tf":1.0},"9":{"tf":1.0}},"s":{"(":{"1":{"0":{"df":6,"docs":{"118":{"tf":1.0},"121":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"65":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}},"5":{"0":{"df":1,"docs":{"120":{"tf":1.0}}},"df":5,"docs":{"108":{"tf":1.0},"116":{"tf":1.0},"119":{"tf":1.0},"54":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":1,"docs":{"66":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"z":{"df":4,"docs":{"174":{"tf":1.4142135623730951},"212":{"tf":1.4142135623730951},"222":{"tf":1.4142135623730951},"223":{"tf":1.4142135623730951}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"224":{"tf":1.0},"270":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"51":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"i":{"d":{">":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"232":{"tf":1.0},"263":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"141":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"195":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"(":{"1":{"0":{"df":1,"docs":{"218":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":2,"docs":{"121":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":57,"docs":{"102":{"tf":1.0},"103":{"tf":1.4142135623730951},"112":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":2.0},"117":{"tf":1.4142135623730951},"118":{"tf":1.0},"119":{"tf":1.7320508075688772},"12":{"tf":1.4142135623730951},"120":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.0},"134":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.0},"162":{"tf":1.0},"164":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"171":{"tf":1.0},"173":{"tf":1.0},"178":{"tf":1.4142135623730951},"180":{"tf":1.0},"187":{"tf":1.4142135623730951},"195":{"tf":1.4142135623730951},"196":{"tf":1.0},"2":{"tf":2.23606797749979},"200":{"tf":1.4142135623730951},"203":{"tf":1.0},"222":{"tf":1.4142135623730951},"223":{"tf":1.0},"227":{"tf":1.4142135623730951},"232":{"tf":1.4142135623730951},"239":{"tf":1.4142135623730951},"255":{"tf":1.7320508075688772},"256":{"tf":1.0},"286":{"tf":2.23606797749979},"287":{"tf":1.4142135623730951},"288":{"tf":1.0},"29":{"tf":1.4142135623730951},"3":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":2.0},"43":{"tf":1.7320508075688772},"44":{"tf":1.7320508075688772},"45":{"tf":1.0},"53":{"tf":2.449489742783178},"54":{"tf":1.4142135623730951},"58":{"tf":1.0},"60":{"tf":1.0},"76":{"tf":1.4142135623730951},"78":{"tf":1.0},"8":{"tf":1.0},"92":{"tf":1.0}}},"df":0,"docs":{}},"u":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"46":{"tf":1.0}},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":4,"docs":{"127":{"tf":1.0},"214":{"tf":1.0},"257":{"tf":1.0},"287":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"130":{"tf":1.0},"281":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.4142135623730951}}}},"df":5,"docs":{"150":{"tf":1.0},"151":{"tf":1.0},"168":{"tf":1.0},"22":{"tf":1.0},"41":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"!":{"[":{"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":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":1,"docs":{"222":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"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":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":2,"docs":{"205":{"tf":1.0},"222":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"205":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"234":{"tf":1.0},"25":{"tf":1.0},"256":{"tf":1.0}},"f":{"df":3,"docs":{"129":{"tf":1.0},"286":{"tf":1.4142135623730951},"3":{"tf":1.0}},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"286":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":30,"docs":{"105":{"tf":1.0},"125":{"tf":1.0},"142":{"tf":1.0},"186":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"196":{"tf":1.0},"2":{"tf":1.0},"212":{"tf":1.0},"214":{"tf":1.0},"227":{"tf":1.0},"232":{"tf":1.0},"234":{"tf":1.4142135623730951},"239":{"tf":1.0},"242":{"tf":1.0},"252":{"tf":1.4142135623730951},"257":{"tf":1.0},"258":{"tf":1.0},"286":{"tf":1.4142135623730951},"287":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"4":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"60":{"tf":1.0},"64":{"tf":1.0},"68":{"tf":1.0},"81":{"tf":1.0},"86":{"tf":1.0},"90":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"241":{"tf":1.7320508075688772},"247":{"tf":1.4142135623730951},"284":{"tf":1.0},"41":{"tf":1.0}}}}}}}},"i":{"a":{"df":4,"docs":{"177":{"tf":1.0},"187":{"tf":1.4142135623730951},"199":{"tf":1.0},"30":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"141":{"tf":1.4142135623730951},"51":{"tf":1.0}}}}},"m":{"df":1,"docs":{"267":{"tf":1.0}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":3,"docs":{"153":{"tf":1.0},"35":{"tf":1.0},"58":{"tf":1.0}}}}}},"s":{"df":5,"docs":{"171":{"tf":1.0},"180":{"tf":1.0},"188":{"tf":1.0},"284":{"tf":1.0},"42":{"tf":1.0}}}},"w":{"[":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"28":{"tf":1.0}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":12,"docs":{"134":{"tf":1.0},"14":{"tf":1.0},"158":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"186":{"tf":1.0},"199":{"tf":1.0},"261":{"tf":1.0},"30":{"tf":1.7320508075688772},"43":{"tf":1.0},"46":{"tf":1.0},"53":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"k":{"df":7,"docs":{"19":{"tf":1.4142135623730951},"201":{"tf":1.0},"220":{"tf":1.0},"228":{"tf":1.0},"28":{"tf":1.0},"52":{"tf":1.0},"9":{"tf":1.0}}},"l":{"df":5,"docs":{"22":{"tf":2.0},"250":{"tf":1.4142135623730951},"286":{"tf":1.0},"33":{"tf":1.0},"45":{"tf":2.6457513110645907}},"e":{"df":0,"docs":{},"t":{"df":12,"docs":{"113":{"tf":1.0},"116":{"tf":1.4142135623730951},"196":{"tf":1.4142135623730951},"225":{"tf":1.0},"227":{"tf":1.0},"259":{"tf":1.7320508075688772},"29":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":2.0},"65":{"tf":1.7320508075688772},"66":{"tf":1.7320508075688772},"67":{"tf":1.0}},"s":{"(":{"1":{"0":{"0":{"df":3,"docs":{"109":{"tf":1.0},"120":{"tf":1.0},"218":{"tf":1.0}}},"df":15,"docs":{"102":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"116":{"tf":1.0},"119":{"tf":1.0},"13":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"29":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"54":{"tf":1.4142135623730951},"57":{"tf":1.0},"87":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":8,"docs":{"118":{"tf":1.0},"121":{"tf":1.0},"258":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"65":{"tf":1.0},"79":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}},"3":{"0":{"df":1,"docs":{"105":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":1,"docs":{"66":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"t":{"df":27,"docs":{"10":{"tf":1.0},"100":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.4142135623730951},"132":{"tf":1.0},"150":{"tf":1.0},"155":{"tf":1.4142135623730951},"171":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"201":{"tf":1.0},"21":{"tf":1.0},"279":{"tf":1.0},"286":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.7320508075688772},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"54":{"tf":1.0},"59":{"tf":2.0},"61":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.4142135623730951},"95":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"142":{"tf":1.0},"188":{"tf":1.0},"199":{"tf":1.0},"35":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"239":{"tf":1.0}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"126":{"tf":1.0}}}},"y":{"df":5,"docs":{"133":{"tf":1.0},"18":{"tf":1.0},"193":{"tf":1.0},"21":{"tf":1.0},"39":{"tf":1.0}}}},"df":1,"docs":{"28":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":4,"docs":{"196":{"tf":1.0},"203":{"tf":1.0},"288":{"tf":1.0},"43":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"16":{"tf":1.0},"188":{"tf":1.0},"198":{"tf":1.0},"33":{"tf":1.0}}}},"’":{"d":{"df":1,"docs":{"268":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":5,"docs":{"193":{"tf":1.0},"228":{"tf":1.0},"32":{"tf":1.0},"52":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"r":{"df":2,"docs":{"0":{"tf":1.0},"54":{"tf":1.0}}},"v":{"df":4,"docs":{"40":{"tf":1.0},"47":{"tf":1.0},"55":{"tf":1.0},"59":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"t":{"\'":{"df":1,"docs":{"231":{"tf":1.0}}},"df":0,"docs":{},"’":{"df":12,"docs":{"111":{"tf":1.0},"123":{"tf":1.0},"144":{"tf":1.0},"166":{"tf":1.0},"19":{"tf":1.0},"191":{"tf":1.0},"220":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":1.0},"61":{"tf":1.0},"95":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":16,"docs":{"17":{"tf":1.4142135623730951},"195":{"tf":1.0},"197":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"217":{"tf":1.0},"227":{"tf":1.0},"250":{"tf":1.0},"286":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.4142135623730951},"46":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"8":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":2,"docs":{"16":{"tf":1.0},"194":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"41":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":13,"docs":{"118":{"tf":1.0},"15":{"tf":1.0},"170":{"tf":1.0},"179":{"tf":1.0},"196":{"tf":1.0},"198":{"tf":1.0},"22":{"tf":1.0},"227":{"tf":1.0},"232":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.0},"56":{"tf":1.0},"83":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"224":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"2":{"df":1,"docs":{"213":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":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":{"224":{"tf":1.0}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"206":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"43":{"tf":1.0},"98":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"239":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"2":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"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":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"2":{"0":{"df":7,"docs":{"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"234":{"tf":1.0},"238":{"tf":1.0},"37":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}},"5":{"0":{"df":1,"docs":{"169":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"0":{"0":{"df":2,"docs":{"109":{"tf":1.0},"120":{"tf":1.0}}},"df":2,"docs":{"115":{"tf":1.0},"53":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"5":{"df":1,"docs":{"25":{"tf":1.0}}},"6":{"0":{"df":18,"docs":{"101":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"116":{"tf":1.0},"13":{"tf":1.0},"133":{"tf":1.0},"164":{"tf":1.0},"207":{"tf":1.0},"213":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.0},"45":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{}},"9":{"0":{"df":3,"docs":{"121":{"tf":1.0},"245":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":1,"docs":{"109":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"98":{"tf":1.0}}}}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{")":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"(":{"5":{"df":1,"docs":{"207":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"0":{"df":1,"docs":{"224":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":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":{"169":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":9,"docs":{"128":{"tf":1.0},"179":{"tf":1.0},"232":{"tf":1.0},"24":{"tf":1.0},"287":{"tf":1.0},"3":{"tf":1.0},"57":{"tf":1.0},"92":{"tf":1.0},"99":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":16,"docs":{"109":{"tf":1.4142135623730951},"129":{"tf":1.0},"195":{"tf":1.0},"201":{"tf":1.4142135623730951},"202":{"tf":1.0},"264":{"tf":1.0},"36":{"tf":1.0},"40":{"tf":2.23606797749979},"43":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.0},"62":{"tf":1.0},"7":{"tf":1.0},"98":{"tf":1.0}}}}}}}},"l":{"df":1,"docs":{"289":{"tf":1.0}}},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"39":{"tf":1.0}}}}},"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":4,"docs":{"272":{"tf":1.0},"35":{"tf":1.0},"46":{"tf":1.0},"57":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"k":{"df":39,"docs":{"10":{"tf":1.0},"109":{"tf":1.0},"11":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.0},"12":{"tf":1.0},"145":{"tf":1.4142135623730951},"148":{"tf":1.0},"153":{"tf":1.0},"158":{"tf":1.0},"16":{"tf":1.4142135623730951},"166":{"tf":1.0},"168":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"189":{"tf":1.0},"193":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"205":{"tf":1.0},"21":{"tf":1.0},"217":{"tf":1.0},"246":{"tf":1.0},"250":{"tf":1.7320508075688772},"252":{"tf":1.0},"257":{"tf":1.0},"3":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.0},"80":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":4,"docs":{"225":{"tf":1.7320508075688772},"40":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"51":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"—":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"234":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"268":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":126,"docs":{"10":{"tf":1.0},"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.4142135623730951},"109":{"tf":1.7320508075688772},"110":{"tf":1.4142135623730951},"112":{"tf":1.7320508075688772},"113":{"tf":1.4142135623730951},"116":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"124":{"tf":1.0},"125":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951},"127":{"tf":1.0},"13":{"tf":1.0},"134":{"tf":1.0},"14":{"tf":1.0},"142":{"tf":1.0},"144":{"tf":1.0},"146":{"tf":1.4142135623730951},"15":{"tf":1.7320508075688772},"167":{"tf":1.4142135623730951},"168":{"tf":1.4142135623730951},"17":{"tf":1.7320508075688772},"170":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.7320508075688772},"174":{"tf":1.0},"175":{"tf":1.0},"186":{"tf":1.0},"188":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"196":{"tf":2.449489742783178},"197":{"tf":3.0},"198":{"tf":2.0},"199":{"tf":2.0},"200":{"tf":1.4142135623730951},"201":{"tf":1.4142135623730951},"202":{"tf":1.0},"203":{"tf":1.4142135623730951},"204":{"tf":1.7320508075688772},"205":{"tf":2.449489742783178},"206":{"tf":2.0},"207":{"tf":1.4142135623730951},"209":{"tf":2.449489742783178},"210":{"tf":1.0},"211":{"tf":1.4142135623730951},"216":{"tf":1.0},"217":{"tf":1.0},"220":{"tf":1.4142135623730951},"221":{"tf":1.4142135623730951},"222":{"tf":2.23606797749979},"223":{"tf":1.0},"225":{"tf":1.0},"227":{"tf":1.7320508075688772},"235":{"tf":1.4142135623730951},"236":{"tf":2.449489742783178},"238":{"tf":1.0},"239":{"tf":1.4142135623730951},"246":{"tf":1.7320508075688772},"247":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.7320508075688772},"258":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951},"263":{"tf":1.0},"266":{"tf":1.7320508075688772},"275":{"tf":1.7320508075688772},"276":{"tf":1.0},"28":{"tf":1.4142135623730951},"286":{"tf":3.1622776601683795},"288":{"tf":1.4142135623730951},"289":{"tf":1.0},"29":{"tf":2.0},"3":{"tf":1.0},"31":{"tf":1.4142135623730951},"32":{"tf":3.3166247903554},"33":{"tf":1.4142135623730951},"34":{"tf":2.0},"35":{"tf":1.0},"36":{"tf":2.23606797749979},"37":{"tf":1.4142135623730951},"40":{"tf":2.8284271247461903},"42":{"tf":2.449489742783178},"44":{"tf":1.0},"46":{"tf":2.23606797749979},"47":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.7320508075688772},"54":{"tf":3.0},"56":{"tf":1.7320508075688772},"57":{"tf":1.7320508075688772},"58":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.7320508075688772},"62":{"tf":2.23606797749979},"63":{"tf":2.8284271247461903},"64":{"tf":1.7320508075688772},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.4142135623730951},"73":{"tf":1.0},"74":{"tf":1.4142135623730951},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.7320508075688772},"80":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.4142135623730951},"87":{"tf":1.0},"9":{"tf":1.4142135623730951},"91":{"tf":1.0},"95":{"tf":1.4142135623730951},"97":{"tf":1.0},"98":{"tf":1.4142135623730951},"99":{"tf":2.449489742783178}},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"131":{"tf":1.0},"173":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":3,"docs":{"183":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"—":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"l":{"d":{"df":1,"docs":{"126":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"10":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"40":{"tf":1.0},"41":{"tf":1.0},"46":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":3,"docs":{"180":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"125":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":17,"docs":{"11":{"tf":1.0},"146":{"tf":1.0},"19":{"tf":1.0},"193":{"tf":1.0},"20":{"tf":1.0},"209":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"132":{"tf":1.0},"149":{"tf":1.0},"18":{"tf":1.0},"53":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":8,"docs":{"109":{"tf":1.4142135623730951},"16":{"tf":1.0},"181":{"tf":1.0},"188":{"tf":1.0},"193":{"tf":1.0},"198":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.0}}}}}}},"x":{"df":1,"docs":{"10":{"tf":1.0}}},"y":{"df":0,"docs":{},"e":{"df":10,"docs":{"162":{"tf":1.7320508075688772},"251":{"tf":1.0},"253":{"tf":1.0},"258":{"tf":1.0},"262":{"tf":1.0},"264":{"tf":1.0},"267":{"tf":1.0},"276":{"tf":1.0},"279":{"tf":1.0},"280":{"tf":1.0}},"t":{"df":0,"docs":{},"—":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"’":{"df":0,"docs":{},"r":{"df":1,"docs":{"12":{"tf":1.0}}}}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"’":{"d":{"df":4,"docs":{"114":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":8,"docs":{"10":{"tf":1.0},"134":{"tf":1.4142135623730951},"203":{"tf":1.0},"253":{"tf":1.0},"35":{"tf":1.0},"53":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951},"99":{"tf":1.0}}}},"r":{"df":25,"docs":{"101":{"tf":1.0},"11":{"tf":1.0},"118":{"tf":1.0},"12":{"tf":1.0},"150":{"tf":2.0},"155":{"tf":1.0},"160":{"tf":1.4142135623730951},"170":{"tf":1.0},"180":{"tf":1.0},"193":{"tf":1.0},"195":{"tf":1.0},"2":{"tf":1.0},"200":{"tf":1.4142135623730951},"247":{"tf":1.0},"253":{"tf":1.0},"255":{"tf":1.0},"257":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":1.0},"54":{"tf":1.0},"59":{"tf":2.449489742783178},"62":{"tf":1.0},"69":{"tf":1.0},"8":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}}},"v":{"df":7,"docs":{"132":{"tf":1.0},"18":{"tf":1.0},"193":{"tf":1.0},"27":{"tf":1.0},"39":{"tf":1.0},"53":{"tf":1.0},"7":{"tf":1.0}}}}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":4,"docs":{"126":{"tf":1.0},"196":{"tf":1.0},"40":{"tf":1.0},"89":{"tf":1.0}}}}}}}},"breadcrumbs":{"root":{"0":{".":{".":{"2":{"df":1,"docs":{"43":{"tf":1.0}}},"3":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":9,"docs":{"103":{"tf":1.0},"115":{"tf":1.7320508075688772},"133":{"tf":1.0},"164":{"tf":1.0},"173":{"tf":1.0},"187":{"tf":1.4142135623730951},"234":{"tf":1.0},"25":{"tf":1.0},"53":{"tf":2.23606797749979}}},"1":{"0":{"0":{"0":{"df":1,"docs":{"197":{"tf":1.0}}},"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"184":{"tf":1.0}}},"df":0,"docs":{}}},"df":11,"docs":{"116":{"tf":1.0},"206":{"tf":1.0},"208":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.0},"255":{"tf":1.0},"258":{"tf":1.0},"275":{"tf":1.0},"54":{"tf":1.4142135623730951},"57":{"tf":1.0},"65":{"tf":1.7320508075688772}}},"2":{"0":{"df":5,"docs":{"101":{"tf":1.0},"244":{"tf":1.0},"256":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0}}},"df":1,"docs":{"45":{"tf":1.0}}},"5":{"df":1,"docs":{"235":{"tf":1.0}}},"6":{"df":0,"docs":{},"g":{"b":{"df":1,"docs":{"275":{"tf":1.0}}},"df":0,"docs":{}}},"8":{"0":{"8":{"0":{"df":1,"docs":{"231":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":4,"docs":{"101":{"tf":1.0},"118":{"tf":1.0},"256":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}},"df":38,"docs":{"100":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"103":{"tf":2.0},"106":{"tf":1.0},"107":{"tf":1.4142135623730951},"108":{"tf":1.0},"109":{"tf":2.0},"110":{"tf":1.0},"115":{"tf":1.4142135623730951},"116":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"119":{"tf":1.7320508075688772},"13":{"tf":1.0},"131":{"tf":1.0},"169":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":1.0},"213":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"232":{"tf":1.0},"236":{"tf":1.4142135623730951},"239":{"tf":1.7320508075688772},"25":{"tf":1.0},"251":{"tf":1.0},"255":{"tf":1.4142135623730951},"276":{"tf":1.0},"279":{"tf":1.0},"29":{"tf":1.7320508075688772},"37":{"tf":1.4142135623730951},"42":{"tf":1.0},"54":{"tf":1.4142135623730951},"57":{"tf":1.0},"72":{"tf":1.0},"77":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}},"–":{"3":{"df":1,"docs":{"126":{"tf":1.0}}},"df":0,"docs":{}}},"2":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"232":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"0":{"df":5,"docs":{"116":{"tf":1.0},"209":{"tf":1.0},"235":{"tf":1.0},"241":{"tf":1.0},"57":{"tf":1.0}}},"df":27,"docs":{"105":{"tf":1.0},"109":{"tf":1.0},"116":{"tf":2.449489742783178},"117":{"tf":1.7320508075688772},"118":{"tf":1.0},"119":{"tf":1.0},"12":{"tf":1.4142135623730951},"121":{"tf":1.0},"131":{"tf":1.0},"195":{"tf":1.0},"209":{"tf":1.0},"232":{"tf":1.4142135623730951},"239":{"tf":1.0},"241":{"tf":1.0},"250":{"tf":1.0},"255":{"tf":1.0},"258":{"tf":1.0},"275":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"37":{"tf":1.0},"43":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}},"3":{"0":{"0":{"df":3,"docs":{"101":{"tf":1.0},"256":{"tf":1.0},"58":{"tf":1.0}}},"df":10,"docs":{"101":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"245":{"tf":1.0},"250":{"tf":1.4142135623730951},"256":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.4142135623730951}}},"1":{"df":2,"docs":{"117":{"tf":1.0},"72":{"tf":1.0}}},"df":21,"docs":{"103":{"tf":1.0},"107":{"tf":1.0},"109":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.4142135623730951},"119":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.0},"131":{"tf":1.0},"195":{"tf":1.0},"232":{"tf":1.0},"239":{"tf":1.0},"255":{"tf":1.0},"275":{"tf":1.0},"279":{"tf":1.0},"31":{"tf":1.4142135623730951},"37":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.7320508075688772},"60":{"tf":1.0},"85":{"tf":1.0}},"f":{"df":1,"docs":{"255":{"tf":1.0}}}},"4":{"2":{"0":{"df":1,"docs":{"238":{"tf":1.0}}},"df":0,"docs":{}},"8":{"df":1,"docs":{"231":{"tf":1.0}}},"df":13,"docs":{"109":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"118":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"131":{"tf":1.0},"239":{"tf":1.0},"255":{"tf":1.0},"275":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"37":{"tf":1.0},"60":{"tf":1.0},"78":{"tf":1.0}},"g":{"b":{"df":1,"docs":{"275":{"tf":1.0}}},"df":0,"docs":{}},"–":{"5":{"df":1,"docs":{"126":{"tf":1.0}}},"df":0,"docs":{}}},"5":{"0":{"df":3,"docs":{"235":{"tf":1.0},"238":{"tf":1.0},"85":{"tf":1.0}}},"df":16,"docs":{"103":{"tf":1.0},"107":{"tf":1.0},"109":{"tf":1.0},"116":{"tf":1.4142135623730951},"117":{"tf":1.0},"119":{"tf":1.7320508075688772},"218":{"tf":1.0},"22":{"tf":1.0},"232":{"tf":1.0},"250":{"tf":1.0},"275":{"tf":1.0},"279":{"tf":1.0},"33":{"tf":1.4142135623730951},"37":{"tf":1.0},"45":{"tf":1.0},"54":{"tf":2.0}},"s":{"/":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"6":{"0":{"0":{"df":1,"docs":{"238":{"tf":1.0}}},"df":11,"docs":{"101":{"tf":1.4142135623730951},"115":{"tf":1.0},"22":{"tf":1.0},"232":{"tf":1.0},"250":{"tf":1.0},"256":{"tf":1.4142135623730951},"29":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.0},"45":{"tf":2.0},"58":{"tf":1.7320508075688772}}},"df":3,"docs":{"120":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"37":{"tf":1.0}},"s":{"df":1,"docs":{"22":{"tf":1.0}}},"–":{"7":{"df":1,"docs":{"126":{"tf":1.0}}},"df":0,"docs":{}}},"7":{"0":{"df":1,"docs":{"238":{"tf":1.0}}},"df":5,"docs":{"119":{"tf":1.0},"121":{"tf":1.4142135623730951},"279":{"tf":1.0},"35":{"tf":1.4142135623730951},"37":{"tf":1.0}},"s":{"df":1,"docs":{"22":{"tf":1.0}}}},"8":{"df":3,"docs":{"117":{"tf":1.0},"275":{"tf":1.0},"72":{"tf":1.0}},"g":{"b":{"df":1,"docs":{"275":{"tf":1.0}}},"df":0,"docs":{}},"s":{"/":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"9":{"0":{"df":5,"docs":{"101":{"tf":1.0},"238":{"tf":1.0},"256":{"tf":1.0},"58":{"tf":1.0},"89":{"tf":1.0}}},"5":{"df":4,"docs":{"238":{"tf":1.4142135623730951},"42":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":15,"docs":{"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},"133":{"tf":1.0},"149":{"tf":1.0},"154":{"tf":1.0},"159":{"tf":1.0},"164":{"tf":1.4142135623730951},"37":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"222":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"a":{"[":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"b":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":1,"docs":{"289":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"286":{"tf":1.0}}}},"o":{"df":0,"docs":{},"v":{"df":3,"docs":{"277":{"tf":1.0},"34":{"tf":1.0},"88":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"268":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"146":{"tf":1.0},"192":{"tf":1.0},"30":{"tf":1.0},"41":{"tf":1.4142135623730951},"47":{"tf":1.0}},"—":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"’":{"df":0,"docs":{},"l":{"df":1,"docs":{"10":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":5,"docs":{"238":{"tf":1.4142135623730951},"42":{"tf":1.0},"55":{"tf":1.0},"67":{"tf":1.0},"89":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":14,"docs":{"146":{"tf":1.0},"150":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"173":{"tf":1.4142135623730951},"183":{"tf":1.0},"184":{"tf":1.0},"187":{"tf":1.4142135623730951},"189":{"tf":1.0},"198":{"tf":1.0},"242":{"tf":1.0},"33":{"tf":1.0},"59":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"32":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":7,"docs":{"168":{"tf":1.0},"54":{"tf":1.4142135623730951},"57":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"83":{"tf":1.0}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"175":{"tf":1.0},"222":{"tf":1.0},"23":{"tf":1.0}}}},"v":{"df":7,"docs":{"112":{"tf":1.0},"13":{"tf":1.0},"222":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"63":{"tf":1.0},"83":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"116":{"tf":1.0},"67":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":19,"docs":{"12":{"tf":1.0},"132":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"166":{"tf":1.0},"18":{"tf":1.4142135623730951},"188":{"tf":1.0},"217":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"24":{"tf":1.0},"28":{"tf":1.0},"31":{"tf":1.4142135623730951},"4":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0},"62":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":6,"docs":{"114":{"tf":1.0},"209":{"tf":1.0},"225":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"61":{"tf":1.0}}}}},"d":{"df":33,"docs":{"100":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"109":{"tf":1.0},"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"116":{"tf":1.4142135623730951},"118":{"tf":1.0},"119":{"tf":1.0},"202":{"tf":1.0},"208":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"239":{"tf":1.0},"255":{"tf":1.0},"257":{"tf":1.0},"259":{"tf":1.0},"266":{"tf":1.4142135623730951},"267":{"tf":1.4142135623730951},"275":{"tf":1.0},"29":{"tf":1.0},"40":{"tf":1.7320508075688772},"44":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":2.0},"60":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"87":{"tf":1.0},"9":{"tf":1.0},"97":{"tf":1.4142135623730951},"98":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"121":{"tf":1.0},"2":{"tf":1.0},"286":{"tf":1.0},"40":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"231":{"tf":1.0},"66":{"tf":1.4142135623730951}}}}}}},"df":14,"docs":{"110":{"tf":1.0},"168":{"tf":1.0},"200":{"tf":1.4142135623730951},"204":{"tf":1.4142135623730951},"210":{"tf":1.4142135623730951},"215":{"tf":1.4142135623730951},"218":{"tf":1.4142135623730951},"220":{"tf":1.0},"221":{"tf":1.0},"268":{"tf":1.0},"40":{"tf":1.4142135623730951},"47":{"tf":1.0},"54":{"tf":1.4142135623730951},"66":{"tf":1.0}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":9,"docs":{"107":{"tf":1.0},"112":{"tf":1.0},"114":{"tf":1.0},"117":{"tf":1.0},"120":{"tf":1.0},"227":{"tf":1.0},"32":{"tf":1.0},"44":{"tf":1.0},"89":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"242":{"tf":1.0}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":10,"docs":{"124":{"tf":1.7320508075688772},"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"165":{"tf":1.4142135623730951},"278":{"tf":1.4142135623730951}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"127":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"168":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"287":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"76":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"146":{"tf":1.0}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":5,"docs":{"16":{"tf":1.0},"198":{"tf":1.0},"214":{"tf":1.0},"286":{"tf":1.0},"80":{"tf":1.0}}},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"119":{"tf":1.0},"236":{"tf":1.0},"76":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"251":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"53":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":3,"docs":{"201":{"tf":1.0},"61":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"112":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"270":{"tf":1.0}}},"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":89,"docs":{"100":{"tf":1.4142135623730951},"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.4142135623730951},"108":{"tf":1.0},"109":{"tf":2.0},"110":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"13":{"tf":1.0},"133":{"tf":1.0},"14":{"tf":1.0},"146":{"tf":1.0},"149":{"tf":1.0},"154":{"tf":1.0},"159":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"169":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.4142135623730951},"21":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"216":{"tf":1.0},"218":{"tf":1.4142135623730951},"22":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"23":{"tf":1.0},"232":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.4142135623730951},"238":{"tf":2.0},"239":{"tf":1.4142135623730951},"244":{"tf":1.0},"245":{"tf":1.4142135623730951},"25":{"tf":1.0},"251":{"tf":1.4142135623730951},"258":{"tf":1.0},"264":{"tf":1.0},"266":{"tf":1.0},"279":{"tf":1.0},"280":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"45":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"71":{"tf":1.0},"72":{"tf":1.4142135623730951},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"79":{"tf":1.0},"82":{"tf":1.0},"87":{"tf":1.0},"89":{"tf":1.0},"91":{"tf":1.4142135623730951},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}}}}}},"df":4,"docs":{"113":{"tf":1.0},"286":{"tf":1.0},"288":{"tf":1.0},"97":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"2":{"tf":1.0},"275":{"tf":1.0}},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"168":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"285":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":6,"docs":{"193":{"tf":1.0},"231":{"tf":1.7320508075688772},"261":{"tf":1.0},"271":{"tf":1.4142135623730951},"29":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"a":{"df":0,"docs":{},"y":{"df":7,"docs":{"101":{"tf":1.0},"109":{"tf":1.7320508075688772},"175":{"tf":1.0},"25":{"tf":1.0},"36":{"tf":1.0},"53":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"245":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.7320508075688772}}}}},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"206":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"178":{"tf":1.0},"231":{"tf":1.0},"271":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"39":{"tf":1.0},"9":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"109":{"tf":2.449489742783178},"42":{"tf":1.0},"43":{"tf":1.0}}}},"y":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{":":{":":{"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":{"206":{"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":{"212":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"212":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"29":{"tf":1.0}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"41":{"tf":1.4142135623730951},"47":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"i":{"df":29,"docs":{"108":{"tf":1.0},"14":{"tf":1.0},"158":{"tf":1.0},"17":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.7320508075688772},"175":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"186":{"tf":1.0},"197":{"tf":1.4142135623730951},"199":{"tf":1.0},"205":{"tf":1.0},"208":{"tf":1.4142135623730951},"209":{"tf":1.0},"286":{"tf":1.4142135623730951},"288":{"tf":1.7320508075688772},"289":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"43":{"tf":1.4142135623730951},"46":{"tf":1.0},"63":{"tf":1.0},"72":{"tf":1.0},"93":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":7,"docs":{"238":{"tf":1.0},"252":{"tf":1.0},"34":{"tf":1.0},"68":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":65,"docs":{"226":{"tf":1.7320508075688772},"227":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"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},"260":{"tf":1.0},"261":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"271":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.0},"274":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0},"280":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.0},"285":{"tf":1.0},"286":{"tf":1.0},"287":{"tf":1.0},"288":{"tf":1.0},"289":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"289":{"tf":1.0}}},"df":28,"docs":{"100":{"tf":1.0},"102":{"tf":1.0},"105":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":2.23606797749979},"110":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"121":{"tf":1.4142135623730951},"208":{"tf":1.0},"218":{"tf":1.0},"23":{"tf":1.0},"37":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"65":{"tf":1.0},"68":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"79":{"tf":1.0},"99":{"tf":2.0}}},"y":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"208":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"130":{"tf":1.0},"18":{"tf":1.0},"43":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"185":{"tf":1.0},"209":{"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":{"200":{"tf":1.0},"36":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":15,"docs":{"1":{"tf":1.4142135623730951},"10":{"tf":1.7320508075688772},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"288":{"tf":1.4142135623730951},"48":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"51":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":7,"docs":{"199":{"tf":1.0},"200":{"tf":1.0},"232":{"tf":1.0},"234":{"tf":1.0},"236":{"tf":1.0},"238":{"tf":1.0},"277":{"tf":1.0}}}}}},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"1":{"tf":1.0},"128":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"143":{"tf":1.0},"185":{"tf":1.4142135623730951},"190":{"tf":1.0},"281":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":8,"docs":{"124":{"tf":1.7320508075688772},"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"k":{"df":3,"docs":{"248":{"tf":1.4142135623730951},"26":{"tf":1.0},"283":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"132":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"131":{"tf":1.0},"194":{"tf":1.0},"196":{"tf":1.0},"225":{"tf":1.0},"50":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"!":{"(":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{"&":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"42":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"?":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"280":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":19,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"128":{"tf":1.4142135623730951},"130":{"tf":1.0},"16":{"tf":1.4142135623730951},"175":{"tf":1.0},"178":{"tf":1.4142135623730951},"194":{"tf":1.0},"198":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"223":{"tf":1.0},"25":{"tf":1.0},"250":{"tf":1.0},"286":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772},"51":{"tf":1.0},"80":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"112":{"tf":1.0}}}},"t":{"df":2,"docs":{"185":{"tf":1.4142135623730951},"51":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":3,"docs":{"209":{"tf":1.0},"41":{"tf":1.0},"8":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"22":{"tf":1.0},"60":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{":":{":":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"206":{"tf":1.0},"212":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":11,"docs":{"146":{"tf":1.4142135623730951},"165":{"tf":1.4142135623730951},"205":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"216":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"266":{"tf":1.0},"41":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":29,"docs":{"106":{"tf":1.4142135623730951},"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},"133":{"tf":1.0},"146":{"tf":1.4142135623730951},"164":{"tf":1.4142135623730951},"165":{"tf":1.4142135623730951},"173":{"tf":1.0},"174":{"tf":1.4142135623730951},"205":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.4142135623730951},"212":{"tf":1.0},"216":{"tf":1.0},"222":{"tf":1.4142135623730951},"223":{"tf":1.0},"266":{"tf":1.0},"280":{"tf":1.0},"286":{"tf":1.0},"32":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"63":{"tf":1.4142135623730951}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"15":{"tf":1.0},"197":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"151":{"tf":1.0},"224":{"tf":1.0},"227":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"242":{"tf":1.7320508075688772}},"o":{"df":0,"docs":{},"r":{"df":16,"docs":{"19":{"tf":1.0},"20":{"tf":1.0},"26":{"tf":1.0},"38":{"tf":1.0},"48":{"tf":1.4142135623730951},"5":{"tf":1.0},"52":{"tf":1.7320508075688772},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":13,"docs":{"116":{"tf":1.0},"134":{"tf":1.0},"154":{"tf":1.0},"186":{"tf":1.0},"197":{"tf":1.0},"224":{"tf":1.0},"259":{"tf":1.0},"280":{"tf":1.0},"288":{"tf":1.0},"37":{"tf":1.0},"54":{"tf":1.0},"68":{"tf":1.0},"87":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":23,"docs":{"1":{"tf":1.0},"112":{"tf":1.4142135623730951},"123":{"tf":1.0},"143":{"tf":1.0},"155":{"tf":1.0},"162":{"tf":1.0},"177":{"tf":1.4142135623730951},"184":{"tf":1.0},"186":{"tf":1.0},"225":{"tf":1.0},"227":{"tf":1.7320508075688772},"24":{"tf":1.0},"252":{"tf":1.0},"286":{"tf":1.0},"287":{"tf":2.449489742783178},"289":{"tf":1.0},"3":{"tf":1.7320508075688772},"50":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":9,"docs":{"109":{"tf":1.4142135623730951},"113":{"tf":1.0},"120":{"tf":1.0},"143":{"tf":1.0},"168":{"tf":1.0},"171":{"tf":1.0},"180":{"tf":1.0},"190":{"tf":1.0},"24":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"209":{"tf":1.0}}}},"df":0,"docs":{}}},"b":{"[":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"11":{"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":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"171":{"tf":1.4142135623730951},"9":{"tf":1.0},"99":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"d":{"df":13,"docs":{"122":{"tf":1.0},"145":{"tf":1.0},"17":{"tf":1.0},"195":{"tf":1.0},"215":{"tf":1.0},"225":{"tf":1.0},"30":{"tf":1.0},"40":{"tf":1.7320508075688772},"46":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"9":{"tf":1.4142135623730951},"95":{"tf":1.0}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"104":{"tf":1.0}}}}}}}}}}},"d":{"df":6,"docs":{"101":{"tf":1.0},"109":{"tf":1.0},"127":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.0}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"118":{"tf":1.0},"277":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"n":{"d":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"287":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"106":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":16,"docs":{"101":{"tf":1.0},"104":{"tf":1.0},"107":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.0},"14":{"tf":1.0},"168":{"tf":1.0},"171":{"tf":1.0},"174":{"tf":1.0},"22":{"tf":1.0},"273":{"tf":1.0},"286":{"tf":1.0},"287":{"tf":1.0},"44":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":8,"docs":{"116":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"211":{"tf":1.0},"214":{"tf":1.4142135623730951},"223":{"tf":1.0},"34":{"tf":1.0},"84":{"tf":1.0}}}}}},"i":{"c":{"df":11,"docs":{"115":{"tf":1.0},"133":{"tf":1.4142135623730951},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"65":{"tf":1.4142135623730951},"71":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":1,"docs":{"11":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"59":{"tf":1.0}}}}}},"c":{"a":{"df":0,"docs":{},"m":{"df":4,"docs":{"223":{"tf":1.0},"236":{"tf":1.0},"46":{"tf":1.0},"93":{"tf":1.0}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"”":{"df":0,"docs":{},"—":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"102":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":3,"docs":{"186":{"tf":1.0},"232":{"tf":1.0},"58":{"tf":1.0}}}}},"df":4,"docs":{"119":{"tf":1.0},"235":{"tf":1.0},"53":{"tf":1.0},"78":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":25,"docs":{"0":{"tf":1.0},"113":{"tf":1.0},"119":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"182":{"tf":1.0},"186":{"tf":1.0},"198":{"tf":1.4142135623730951},"211":{"tf":1.4142135623730951},"253":{"tf":1.0},"286":{"tf":1.0},"288":{"tf":1.0},"29":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.4142135623730951},"43":{"tf":1.0},"46":{"tf":1.4142135623730951},"53":{"tf":1.0},"54":{"tf":1.0},"57":{"tf":1.0},"66":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0},"9":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"286":{"tf":1.0},"46":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":2,"docs":{"156":{"tf":1.0},"228":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":29,"docs":{"104":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"127":{"tf":1.7320508075688772},"13":{"tf":1.0},"141":{"tf":1.0},"151":{"tf":1.0},"155":{"tf":1.0},"164":{"tf":1.0},"187":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"200":{"tf":1.0},"245":{"tf":1.0},"252":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"26":{"tf":1.0},"286":{"tf":1.4142135623730951},"29":{"tf":1.0},"36":{"tf":1.0},"44":{"tf":1.0},"59":{"tf":1.0},"69":{"tf":1.4142135623730951},"73":{"tf":1.0},"80":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":5,"docs":{"19":{"tf":1.0},"193":{"tf":1.0},"199":{"tf":1.0},"202":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"200":{"tf":1.0}}}},"w":{"df":2,"docs":{"85":{"tf":1.0},"89":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":10,"docs":{"113":{"tf":1.7320508075688772},"171":{"tf":1.4142135623730951},"175":{"tf":1.0},"190":{"tf":1.0},"209":{"tf":1.4142135623730951},"214":{"tf":1.4142135623730951},"217":{"tf":1.4142135623730951},"42":{"tf":1.0},"60":{"tf":1.4142135623730951},"96":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"143":{"tf":1.0},"208":{"tf":1.0},"29":{"tf":1.0},"42":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":14,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"125":{"tf":1.0},"168":{"tf":1.0},"194":{"tf":1.0},"244":{"tf":1.0},"277":{"tf":1.0},"286":{"tf":1.0},"288":{"tf":1.0},"57":{"tf":1.7320508075688772},"58":{"tf":1.0},"59":{"tf":1.0},"73":{"tf":1.0},"76":{"tf":1.4142135623730951}}}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"151":{"tf":1.0},"161":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":14,"docs":{"129":{"tf":1.0},"140":{"tf":1.0},"148":{"tf":1.0},"183":{"tf":2.0},"184":{"tf":1.0},"186":{"tf":1.0},"189":{"tf":1.4142135623730951},"195":{"tf":1.0},"230":{"tf":2.23606797749979},"253":{"tf":1.4142135623730951},"261":{"tf":1.4142135623730951},"272":{"tf":1.0},"277":{"tf":1.0},"286":{"tf":1.0}}}}},"df":3,"docs":{"183":{"tf":1.4142135623730951},"230":{"tf":1.4142135623730951},"272":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"209":{"tf":1.0}}}},"o":{"b":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{"df":5,"docs":{"117":{"tf":1.4142135623730951},"118":{"tf":1.0},"56":{"tf":1.0},"71":{"tf":1.0},"99":{"tf":1.0}}},"2":{"df":1,"docs":{"120":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":1,"docs":{"72":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":21,"docs":{"117":{"tf":2.449489742783178},"15":{"tf":1.0},"197":{"tf":1.0},"2":{"tf":1.4142135623730951},"227":{"tf":1.0},"24":{"tf":1.0},"286":{"tf":1.4142135623730951},"287":{"tf":1.7320508075688772},"3":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":1.4142135623730951},"42":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":2.23606797749979},"91":{"tf":1.0},"92":{"tf":1.0}}},"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"172":{"tf":1.0},"178":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"1":{"tf":1.0},"8":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":61,"docs":{"104":{"tf":1.0},"108":{"tf":1.0},"11":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":2.0},"117":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.4142135623730951},"128":{"tf":2.449489742783178},"129":{"tf":1.0},"13":{"tf":1.0},"146":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"170":{"tf":1.0},"172":{"tf":1.0},"180":{"tf":1.0},"188":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.4142135623730951},"2":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"209":{"tf":1.0},"22":{"tf":3.1622776601683795},"225":{"tf":1.0},"227":{"tf":1.0},"234":{"tf":2.23606797749979},"235":{"tf":2.449489742783178},"238":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":2.23606797749979},"250":{"tf":2.23606797749979},"273":{"tf":1.0},"286":{"tf":3.7416573867739413},"31":{"tf":1.0},"33":{"tf":2.0},"34":{"tf":1.4142135623730951},"37":{"tf":1.7320508075688772},"4":{"tf":1.0},"45":{"tf":3.4641016151377544},"53":{"tf":2.6457513110645907},"54":{"tf":1.4142135623730951},"56":{"tf":1.0},"58":{"tf":1.7320508075688772},"63":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.4142135623730951},"84":{"tf":1.7320508075688772},"85":{"tf":2.0},"86":{"tf":1.0},"88":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"128":{"tf":1.0}},"e":{"d":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"129":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"174":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"194":{"tf":1.0}}}}},"o":{"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":2,"docs":{"18":{"tf":1.0},"40":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"k":{"df":6,"docs":{"285":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":2.0},"9":{"tf":2.23606797749979}}},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"h":{"df":9,"docs":{"105":{"tf":1.0},"118":{"tf":1.4142135623730951},"119":{"tf":1.0},"227":{"tf":1.0},"270":{"tf":1.0},"35":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"120":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"97":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"131":{"tf":1.0},"194":{"tf":1.0},"200":{"tf":2.23606797749979},"40":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":12,"docs":{"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},"133":{"tf":1.0},"164":{"tf":1.4142135623730951},"173":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":10,"docs":{"109":{"tf":1.0},"22":{"tf":1.0},"239":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"40":{"tf":1.4142135623730951},"47":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.0},"78":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":2,"docs":{"31":{"tf":1.0},"42":{"tf":1.0}},"e":{"df":0,"docs":{},"—":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"194":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"24":{"tf":1.0}}}}}}},"u":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"128":{"tf":1.0},"178":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"196":{"tf":1.0}}}}}},"g":{"df":13,"docs":{"105":{"tf":1.0},"18":{"tf":1.0},"256":{"tf":1.0},"258":{"tf":1.0},"277":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.4142135623730951},"36":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.0}}},"i":{"df":0,"docs":{},"l":{"d":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"164":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"280":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":68,"docs":{"101":{"tf":1.0},"106":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"108":{"tf":1.0},"109":{"tf":1.7320508075688772},"11":{"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},"124":{"tf":1.0},"13":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.7320508075688772},"140":{"tf":1.0},"148":{"tf":1.0},"153":{"tf":1.0},"164":{"tf":1.0},"169":{"tf":1.0},"17":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"189":{"tf":1.0},"19":{"tf":1.4142135623730951},"196":{"tf":1.4142135623730951},"204":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":1.0},"210":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"215":{"tf":1.0},"218":{"tf":1.4142135623730951},"22":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"229":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"230":{"tf":1.4142135623730951},"251":{"tf":1.4142135623730951},"253":{"tf":1.7320508075688772},"261":{"tf":1.7320508075688772},"272":{"tf":1.0},"277":{"tf":1.0},"279":{"tf":1.0},"286":{"tf":1.0},"29":{"tf":2.449489742783178},"37":{"tf":1.4142135623730951},"42":{"tf":1.0},"44":{"tf":2.23606797749979},"52":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"67":{"tf":1.0},"77":{"tf":1.4142135623730951},"8":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.4142135623730951},"98":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":20,"docs":{"106":{"tf":1.4142135623730951},"107":{"tf":1.0},"108":{"tf":1.4142135623730951},"109":{"tf":1.0},"110":{"tf":1.7320508075688772},"121":{"tf":1.0},"168":{"tf":1.0},"173":{"tf":1.0},"200":{"tf":1.0},"208":{"tf":1.7320508075688772},"220":{"tf":1.0},"227":{"tf":1.0},"288":{"tf":1.7320508075688772},"43":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"66":{"tf":1.0},"96":{"tf":1.7320508075688772},"97":{"tf":1.7320508075688772},"99":{"tf":2.6457513110645907}}}}},"df":0,"docs":{},"t":{"df":16,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"140":{"tf":1.0},"167":{"tf":1.0},"183":{"tf":1.4142135623730951},"186":{"tf":1.0},"189":{"tf":1.0},"196":{"tf":1.0},"203":{"tf":1.0},"239":{"tf":1.0},"253":{"tf":1.0},"261":{"tf":1.0},"272":{"tf":1.0},"29":{"tf":1.0},"7":{"tf":1.0},"94":{"tf":1.0}}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":7,"docs":{"100":{"tf":1.7320508075688772},"197":{"tf":1.0},"209":{"tf":1.4142135623730951},"220":{"tf":1.0},"222":{"tf":1.7320508075688772},"224":{"tf":1.0},"288":{"tf":1.4142135623730951}},"e":{"d":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"205":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":1,"docs":{"205":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}},"i":{"df":1,"docs":{"126":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"200":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"117":{"tf":1.0},"72":{"tf":1.0}}}},"z":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"119":{"tf":1.0},"127":{"tf":1.4142135623730951},"255":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"c":{"[":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"28":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"11":{"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":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"24":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"128":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"22":{"tf":1.4142135623730951},"286":{"tf":1.0},"82":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":17,"docs":{"108":{"tf":1.0},"119":{"tf":1.0},"134":{"tf":1.7320508075688772},"172":{"tf":1.0},"186":{"tf":1.0},"197":{"tf":1.0},"199":{"tf":1.0},"209":{"tf":1.0},"224":{"tf":1.0},"29":{"tf":1.0},"37":{"tf":1.4142135623730951},"44":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.0},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"222":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"34":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"205":{"tf":1.0},"209":{"tf":1.7320508075688772},"32":{"tf":1.0},"63":{"tf":1.0}}}}},"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":13,"docs":{"151":{"tf":1.0},"198":{"tf":1.0},"230":{"tf":1.0},"252":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.7320508075688772},"42":{"tf":1.0},"44":{"tf":1.4142135623730951},"9":{"tf":1.0},"98":{"tf":1.0}}}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":11,"docs":{"120":{"tf":1.0},"124":{"tf":1.0},"163":{"tf":1.4142135623730951},"165":{"tf":1.0},"225":{"tf":1.0},"239":{"tf":1.0},"29":{"tf":1.0},"48":{"tf":1.0},"57":{"tf":1.0},"77":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":11,"docs":{"143":{"tf":1.0},"180":{"tf":1.0},"190":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"211":{"tf":1.0},"214":{"tf":1.0},"286":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"84":{"tf":1.0}},"e":{"_":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"198":{"tf":1.0},"211":{"tf":1.0},"214":{"tf":1.0}},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"211":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"197":{"tf":1.0},"30":{"tf":1.0},"41":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"262":{"tf":1.0}}},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"277":{"tf":1.0}}}}}}}}}}},"g":{"df":0,"docs":{},"o":{"df":15,"docs":{"133":{"tf":1.0},"135":{"tf":1.4142135623730951},"136":{"tf":1.4142135623730951},"183":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"230":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"247":{"tf":1.0},"261":{"tf":1.0},"262":{"tf":1.0},"272":{"tf":1.0},"281":{"tf":1.0},"53":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"280":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"280":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":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":{"199":{"tf":1.0},"53":{"tf":1.4142135623730951}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":7,"docs":{"179":{"tf":1.0},"252":{"tf":1.0},"256":{"tf":1.0},"273":{"tf":1.0},"277":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.0}}}},"df":1,"docs":{"232":{"tf":1.0}}},"u":{"df":0,"docs":{},"s":{"df":5,"docs":{"136":{"tf":1.0},"139":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"272":{"tf":1.0}}}}},"d":{"df":3,"docs":{"183":{"tf":1.0},"185":{"tf":1.0},"230":{"tf":1.0}}},"df":1,"docs":{"11":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"200":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"9":{"tf":1.0}}}}},"df":0,"docs":{}}}},"f":{"df":0,"docs":{},"g":{"(":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"244":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"(":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"244":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"153":{"tf":1.0},"30":{"tf":1.0}}},"df":0,"docs":{}}}}}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"2":{"tf":1.0},"288":{"tf":1.0},"97":{"tf":1.0},"99":{"tf":1.4142135623730951}}}},"n":{"df":0,"docs":{},"g":{"df":19,"docs":{"115":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"130":{"tf":1.0},"145":{"tf":1.0},"178":{"tf":1.0},"185":{"tf":1.0},"195":{"tf":1.0},"214":{"tf":1.4142135623730951},"225":{"tf":1.0},"29":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.4142135623730951},"54":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"8":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"2":{"df":5,"docs":{"117":{"tf":1.4142135623730951},"118":{"tf":1.0},"56":{"tf":1.0},"71":{"tf":1.0},"99":{"tf":1.0}}},"5":{"df":1,"docs":{"120":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":1,"docs":{"72":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"df":3,"docs":{"2":{"tf":1.0},"287":{"tf":1.0},"3":{"tf":1.0}}},"df":0,"docs":{}}}},"df":8,"docs":{"117":{"tf":2.0},"15":{"tf":1.0},"227":{"tf":1.0},"32":{"tf":1.0},"56":{"tf":1.4142135623730951},"70":{"tf":1.0},"71":{"tf":1.4142135623730951},"72":{"tf":2.23606797749979}}}}}},"o":{"df":41,"docs":{"102":{"tf":2.6457513110645907},"103":{"tf":1.0},"105":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"119":{"tf":2.6457513110645907},"146":{"tf":1.0},"167":{"tf":2.0},"168":{"tf":1.4142135623730951},"169":{"tf":1.0},"170":{"tf":1.4142135623730951},"171":{"tf":1.4142135623730951},"173":{"tf":1.0},"174":{"tf":1.4142135623730951},"176":{"tf":2.0},"177":{"tf":1.0},"178":{"tf":2.0},"179":{"tf":1.4142135623730951},"180":{"tf":2.0},"227":{"tf":1.0},"23":{"tf":2.23606797749979},"238":{"tf":1.4142135623730951},"239":{"tf":1.7320508075688772},"245":{"tf":2.23606797749979},"255":{"tf":1.0},"256":{"tf":1.4142135623730951},"257":{"tf":2.0},"286":{"tf":1.4142135623730951},"32":{"tf":1.7320508075688772},"37":{"tf":1.0},"42":{"tf":1.4142135623730951},"50":{"tf":1.0},"57":{"tf":2.449489742783178},"58":{"tf":1.0},"60":{"tf":1.4142135623730951},"74":{"tf":1.7320508075688772},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"83":{"tf":1.0}},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"239":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"3":{"0":{")":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"238":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":7,"docs":{"102":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.0},"23":{"tf":1.0},"37":{"tf":1.0},"77":{"tf":1.0},"79":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"101":{"tf":1.0},"58":{"tf":1.0}}}}}}}}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"245":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"’":{"df":0,"docs":{},"r":{"df":1,"docs":{"62":{"tf":1.0}}}}}}}}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":33,"docs":{"10":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"114":{"tf":1.0},"123":{"tf":1.4142135623730951},"132":{"tf":1.0},"145":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"181":{"tf":1.0},"19":{"tf":1.7320508075688772},"191":{"tf":1.0},"193":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"220":{"tf":1.0},"228":{"tf":1.0},"263":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"283":{"tf":1.0},"32":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.7320508075688772},"62":{"tf":1.0},"9":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"159":{"tf":1.0}}}},"t":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"283":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"227":{"tf":1.7320508075688772}}}},"c":{"df":0,"docs":{},"k":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":61,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"125":{"tf":1.0},"127":{"tf":1.0},"13":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"139":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.4142135623730951},"151":{"tf":1.0},"16":{"tf":1.4142135623730951},"161":{"tf":1.0},"17":{"tf":1.0},"170":{"tf":1.4142135623730951},"173":{"tf":1.0},"179":{"tf":1.4142135623730951},"186":{"tf":1.4142135623730951},"187":{"tf":1.0},"188":{"tf":1.4142135623730951},"194":{"tf":1.0},"196":{"tf":1.0},"198":{"tf":1.0},"206":{"tf":1.7320508075688772},"214":{"tf":1.0},"222":{"tf":1.0},"225":{"tf":1.0},"227":{"tf":1.0},"23":{"tf":1.0},"232":{"tf":1.0},"234":{"tf":1.7320508075688772},"235":{"tf":1.0},"236":{"tf":1.7320508075688772},"238":{"tf":1.0},"239":{"tf":1.0},"24":{"tf":1.4142135623730951},"241":{"tf":1.4142135623730951},"242":{"tf":1.4142135623730951},"247":{"tf":1.0},"263":{"tf":1.0},"270":{"tf":1.0},"272":{"tf":1.4142135623730951},"286":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.7320508075688772},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"37":{"tf":1.0},"42":{"tf":1.4142135623730951},"45":{"tf":1.7320508075688772},"46":{"tf":2.0},"50":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"61":{"tf":1.4142135623730951},"80":{"tf":1.0},"83":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"246":{"tf":1.7320508075688772}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"253":{"tf":1.0},"50":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"113":{"tf":1.0},"19":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":1,"docs":{"38":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":11,"docs":{"101":{"tf":1.0},"103":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"14":{"tf":1.0},"162":{"tf":1.4142135623730951},"180":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"30":{"tf":1.0}},"n":{"df":3,"docs":{"132":{"tf":1.0},"17":{"tf":1.0},"47":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":2,"docs":{"117":{"tf":1.0},"72":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"119":{"tf":1.0},"178":{"tf":1.0},"57":{"tf":1.0},"78":{"tf":1.0}}}}}},"i":{"/":{"c":{"d":{"df":1,"docs":{"281":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":23,"docs":{"107":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"129":{"tf":1.0},"143":{"tf":1.7320508075688772},"155":{"tf":1.4142135623730951},"156":{"tf":1.4142135623730951},"162":{"tf":1.0},"190":{"tf":1.7320508075688772},"195":{"tf":1.0},"22":{"tf":1.4142135623730951},"244":{"tf":2.0},"250":{"tf":1.0},"251":{"tf":1.0},"270":{"tf":1.7320508075688772},"281":{"tf":1.7320508075688772},"289":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"185":{"tf":2.0}},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"185":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"42":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"47":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":10,"docs":{"14":{"tf":1.0},"146":{"tf":1.0},"17":{"tf":1.0},"199":{"tf":1.0},"203":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"286":{"tf":1.0},"288":{"tf":1.0},"53":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":19,"docs":{"134":{"tf":1.0},"148":{"tf":1.0},"153":{"tf":1.0},"158":{"tf":1.0},"18":{"tf":1.0},"199":{"tf":1.0},"201":{"tf":1.0},"21":{"tf":1.0},"217":{"tf":1.0},"27":{"tf":1.0},"288":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":2.23606797749979},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":1.0},"53":{"tf":1.0},"7":{"tf":1.0}},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"63":{"tf":1.0}}}}}}}},"r":{"df":13,"docs":{"108":{"tf":1.0},"112":{"tf":1.0},"127":{"tf":1.0},"131":{"tf":1.0},"18":{"tf":1.0},"201":{"tf":1.0},"209":{"tf":1.0},"34":{"tf":1.0},"40":{"tf":1.4142135623730951},"42":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":1.0},"96":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"227":{"tf":1.0},"46":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"206":{"tf":1.0},"212":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"|":{"df":2,"docs":{"222":{"tf":1.0},"223":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":2,"docs":{"206":{"tf":1.0},"212":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":11,"docs":{"14":{"tf":1.0},"172":{"tf":1.0},"197":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"212":{"tf":1.0},"222":{"tf":1.4142135623730951},"223":{"tf":1.4142135623730951},"225":{"tf":1.0},"286":{"tf":1.0},"63":{"tf":1.0}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"22":{"tf":1.7320508075688772},"250":{"tf":1.7320508075688772},"286":{"tf":1.0},"33":{"tf":1.0},"45":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"109":{"tf":1.0}}}},"u":{"d":{"df":1,"docs":{"267":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"172":{"tf":1.0}}}}},"df":26,"docs":{"11":{"tf":1.0},"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"12":{"tf":1.7320508075688772},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"157":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.4142135623730951},"161":{"tf":1.4142135623730951},"162":{"tf":1.0},"176":{"tf":1.0},"179":{"tf":1.0},"184":{"tf":1.4142135623730951},"189":{"tf":1.0},"194":{"tf":1.4142135623730951},"242":{"tf":2.23606797749979},"286":{"tf":1.0},"288":{"tf":1.4142135623730951},"32":{"tf":1.0},"43":{"tf":1.7320508075688772},"5":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"o":{"d":{"df":0,"docs":{},"e":{"b":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}},"df":17,"docs":{"108":{"tf":1.4142135623730951},"145":{"tf":1.0},"19":{"tf":1.0},"195":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"209":{"tf":1.0},"284":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.0},"42":{"tf":1.7320508075688772},"43":{"tf":1.7320508075688772},"44":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":16,"docs":{"114":{"tf":1.0},"128":{"tf":1.0},"132":{"tf":1.0},"141":{"tf":1.4142135623730951},"143":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"190":{"tf":1.0},"206":{"tf":1.0},"214":{"tf":1.0},"247":{"tf":1.4142135623730951},"281":{"tf":1.0},"33":{"tf":1.0},"61":{"tf":1.0},"9":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":14,"docs":{"105":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"121":{"tf":1.0},"13":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0},"180":{"tf":1.0},"196":{"tf":1.0},"258":{"tf":1.7320508075688772},"286":{"tf":1.0},"49":{"tf":1.0},"56":{"tf":1.4142135623730951},"79":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":4,"docs":{"116":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"54":{"tf":1.0}}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"187":{"tf":1.0},"30":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"108":{"tf":1.0},"60":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":12,"docs":{"106":{"tf":1.0},"114":{"tf":1.0},"123":{"tf":1.0},"189":{"tf":1.4142135623730951},"203":{"tf":1.0},"218":{"tf":1.0},"227":{"tf":1.0},"228":{"tf":1.0},"272":{"tf":1.0},"289":{"tf":1.4142135623730951},"51":{"tf":1.0},"9":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"64":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":2,"docs":{"184":{"tf":1.0},"3":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":7,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"128":{"tf":1.0},"13":{"tf":1.0},"211":{"tf":1.0},"214":{"tf":1.0},"43":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"214":{"tf":1.0}}}}}}},"t":{"df":2,"docs":{"196":{"tf":1.0},"29":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":29,"docs":{"114":{"tf":1.0},"123":{"tf":1.0},"13":{"tf":1.7320508075688772},"134":{"tf":1.0},"138":{"tf":1.0},"141":{"tf":1.0},"149":{"tf":1.0},"187":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"198":{"tf":1.0},"202":{"tf":1.0},"205":{"tf":1.0},"220":{"tf":1.0},"266":{"tf":1.0},"273":{"tf":1.0},"284":{"tf":1.0},"286":{"tf":1.0},"29":{"tf":1.0},"36":{"tf":1.0},"44":{"tf":1.0},"53":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"80":{"tf":1.0},"92":{"tf":1.0},"95":{"tf":1.0}}},"x":{"df":9,"docs":{"115":{"tf":1.0},"156":{"tf":1.0},"161":{"tf":1.0},"193":{"tf":1.0},"41":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"1":{"tf":1.0},"220":{"tf":1.0},"252":{"tf":1.4142135623730951},"4":{"tf":1.0}}},"s":{"df":26,"docs":{"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"122":{"tf":1.0},"141":{"tf":1.0},"152":{"tf":1.4142135623730951},"155":{"tf":1.0},"156":{"tf":1.0},"163":{"tf":1.0},"168":{"tf":1.0},"17":{"tf":1.0},"177":{"tf":1.0},"18":{"tf":1.0},"184":{"tf":1.0},"187":{"tf":1.4142135623730951},"200":{"tf":1.0},"201":{"tf":1.0},"225":{"tf":1.0},"232":{"tf":1.0},"236":{"tf":1.4142135623730951},"241":{"tf":1.4142135623730951},"247":{"tf":1.0},"288":{"tf":1.0},"31":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":3,"docs":{"153":{"tf":1.0},"154":{"tf":1.0},"30":{"tf":1.0}}}}}},"[":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"162":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":22,"docs":{"115":{"tf":1.0},"120":{"tf":1.0},"14":{"tf":1.0},"141":{"tf":1.0},"143":{"tf":1.0},"152":{"tf":1.4142135623730951},"155":{"tf":1.4142135623730951},"162":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"187":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"216":{"tf":1.0},"231":{"tf":1.0},"244":{"tf":1.4142135623730951},"270":{"tf":1.0},"281":{"tf":1.0},"288":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"59":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"8":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":2,"docs":{"232":{"tf":1.0},"271":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":5,"docs":{"120":{"tf":1.0},"122":{"tf":1.0},"154":{"tf":1.0},"164":{"tf":1.0},"37":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{")":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"(":{"&":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"14":{"tf":1.0},"244":{"tf":1.0},"251":{"tf":1.0},"41":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"162":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":9,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.4142135623730951},"194":{"tf":2.0},"286":{"tf":1.4142135623730951},"31":{"tf":1.0},"52":{"tf":1.0},"60":{"tf":1.0},"9":{"tf":1.0}},"u":{"df":14,"docs":{"193":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"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},"6":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"n":{"df":9,"docs":{"109":{"tf":1.0},"113":{"tf":1.0},"136":{"tf":1.4142135623730951},"160":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"42":{"tf":1.0},"50":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"258":{"tf":1.0}}}}}}}}}}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"227":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"228":{"tf":1.0},"286":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":9,"docs":{"105":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"197":{"tf":1.0},"199":{"tf":1.0},"244":{"tf":1.0},"32":{"tf":1.0},"56":{"tf":1.4142135623730951},"79":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":10,"docs":{"16":{"tf":1.0},"194":{"tf":1.0},"198":{"tf":1.0},"204":{"tf":1.0},"217":{"tf":1.0},"223":{"tf":1.0},"286":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"80":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"173":{"tf":1.0}}}}}}}},"df":3,"docs":{"151":{"tf":1.7320508075688772},"156":{"tf":1.7320508075688772},"161":{"tf":1.7320508075688772}},"f":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"193":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"256":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"25":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":14,"docs":{"12":{"tf":1.0},"129":{"tf":1.4142135623730951},"148":{"tf":1.0},"153":{"tf":1.0},"195":{"tf":1.0},"217":{"tf":1.0},"225":{"tf":1.4142135623730951},"247":{"tf":1.0},"281":{"tf":1.0},"288":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.7320508075688772},"50":{"tf":1.0},"51":{"tf":1.4142135623730951}},"m":{"a":{"df":0,"docs":{},"p":{"df":5,"docs":{"158":{"tf":1.0},"184":{"tf":1.0},"242":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0}}}},"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":{},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"286":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":44,"docs":{"107":{"tf":1.4142135623730951},"113":{"tf":1.0},"117":{"tf":1.0},"121":{"tf":1.7320508075688772},"123":{"tf":1.4142135623730951},"134":{"tf":1.4142135623730951},"140":{"tf":1.0},"15":{"tf":1.4142135623730951},"153":{"tf":1.0},"158":{"tf":1.4142135623730951},"17":{"tf":1.0},"184":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"197":{"tf":1.0},"199":{"tf":1.0},"2":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"218":{"tf":1.0},"22":{"tf":1.0},"225":{"tf":1.4142135623730951},"227":{"tf":1.0},"234":{"tf":1.0},"286":{"tf":1.4142135623730951},"287":{"tf":1.0},"288":{"tf":1.0},"32":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"50":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.7320508075688772},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"72":{"tf":1.7320508075688772},"76":{"tf":1.4142135623730951},"8":{"tf":1.0},"82":{"tf":1.0},"99":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"df":5,"docs":{"112":{"tf":1.0},"126":{"tf":1.0},"128":{"tf":1.0},"223":{"tf":1.4142135623730951},"286":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":6,"docs":{"136":{"tf":1.0},"150":{"tf":1.0},"201":{"tf":1.0},"231":{"tf":1.4142135623730951},"262":{"tf":1.0},"271":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"199":{"tf":1.0},"46":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"104":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":20,"docs":{"10":{"tf":1.0},"121":{"tf":1.4142135623730951},"17":{"tf":1.0},"184":{"tf":1.0},"186":{"tf":1.0},"195":{"tf":1.0},"199":{"tf":1.0},"212":{"tf":1.0},"232":{"tf":1.4142135623730951},"234":{"tf":1.7320508075688772},"236":{"tf":1.4142135623730951},"241":{"tf":1.0},"286":{"tf":1.0},"31":{"tf":1.4142135623730951},"4":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.4142135623730951},"53":{"tf":1.0},"55":{"tf":1.7320508075688772},"67":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":37,"docs":{"1":{"tf":1.0},"103":{"tf":1.0},"109":{"tf":1.0},"115":{"tf":1.7320508075688772},"119":{"tf":1.4142135623730951},"170":{"tf":1.0},"188":{"tf":1.0},"2":{"tf":2.0},"206":{"tf":1.0},"22":{"tf":1.0},"234":{"tf":2.23606797749979},"235":{"tf":1.0},"239":{"tf":1.0},"250":{"tf":1.4142135623730951},"252":{"tf":1.0},"255":{"tf":1.0},"257":{"tf":1.0},"259":{"tf":1.0},"286":{"tf":2.8284271247461903},"287":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"46":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":2.23606797749979},"54":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"61":{"tf":1.0},"73":{"tf":1.0},"78":{"tf":1.7320508075688772},"8":{"tf":1.0},"81":{"tf":1.7320508075688772},"83":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"119":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"135":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"i":{"d":{"df":3,"docs":{"178":{"tf":1.4142135623730951},"219":{"tf":1.4142135623730951},"238":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":10,"docs":{"106":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"164":{"tf":1.0},"217":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.0},"244":{"tf":1.0},"270":{"tf":1.0},"93":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"112":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"189":{"tf":1.0},"252":{"tf":1.0},"286":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.0},"7":{"tf":1.0}}}}}},"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"288":{"tf":1.7320508075688772},"29":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"df":3,"docs":{"128":{"tf":1.0},"225":{"tf":1.0},"50":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":21,"docs":{"14":{"tf":1.0},"141":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.4142135623730951},"154":{"tf":1.0},"155":{"tf":1.7320508075688772},"156":{"tf":1.7320508075688772},"17":{"tf":1.0},"184":{"tf":1.0},"232":{"tf":1.0},"264":{"tf":1.0},"276":{"tf":1.0},"286":{"tf":1.4142135623730951},"288":{"tf":1.7320508075688772},"30":{"tf":1.7320508075688772},"31":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"59":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"5":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":57,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"136":{"tf":1.0},"143":{"tf":1.0},"150":{"tf":1.0},"190":{"tf":1.0},"227":{"tf":1.4142135623730951},"245":{"tf":1.0},"262":{"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},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":6,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"2":{"tf":1.0},"286":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":5,"docs":{"19":{"tf":1.0},"286":{"tf":1.0},"289":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"178":{"tf":1.0},"41":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"219":{"tf":1.4142135623730951},"268":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"192":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"0":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"173":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":26,"docs":{"125":{"tf":1.0},"131":{"tf":1.0},"146":{"tf":1.0},"163":{"tf":1.0},"165":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"172":{"tf":1.7320508075688772},"173":{"tf":2.23606797749979},"174":{"tf":1.4142135623730951},"175":{"tf":2.23606797749979},"176":{"tf":1.0},"177":{"tf":2.0},"196":{"tf":1.4142135623730951},"197":{"tf":1.4142135623730951},"199":{"tf":1.0},"239":{"tf":2.23606797749979},"286":{"tf":2.0},"287":{"tf":1.0},"288":{"tf":1.7320508075688772},"29":{"tf":1.4142135623730951},"32":{"tf":1.0},"57":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.4142135623730951}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":2,"docs":{"42":{"tf":1.4142135623730951},"47":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":4,"docs":{"170":{"tf":1.4142135623730951},"175":{"tf":1.0},"178":{"tf":1.4142135623730951},"179":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":7,"docs":{"168":{"tf":1.0},"169":{"tf":1.0},"196":{"tf":1.0},"199":{"tf":1.0},"57":{"tf":1.0},"76":{"tf":1.0},"83":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":8,"docs":{"103":{"tf":1.0},"118":{"tf":1.0},"199":{"tf":1.4142135623730951},"225":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"114":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":67,"docs":{"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.4142135623730951},"110":{"tf":1.0},"111":{"tf":1.0},"130":{"tf":1.0},"146":{"tf":1.0},"2":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"219":{"tf":1.0},"225":{"tf":1.4142135623730951},"227":{"tf":1.4142135623730951},"251":{"tf":1.0},"275":{"tf":1.7320508075688772},"286":{"tf":1.7320508075688772},"40":{"tf":2.23606797749979},"41":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.0},"51":{"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},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":6,"docs":{"16":{"tf":1.0},"186":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"64":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"198":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"160":{"tf":1.0},"161":{"tf":1.0},"287":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"46":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"236":{"tf":1.0}}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"t":{"df":23,"docs":{"103":{"tf":1.7320508075688772},"104":{"tf":1.0},"115":{"tf":1.0},"119":{"tf":1.0},"142":{"tf":1.0},"188":{"tf":1.4142135623730951},"189":{"tf":1.0},"195":{"tf":1.0},"209":{"tf":1.0},"212":{"tf":1.4142135623730951},"227":{"tf":1.0},"232":{"tf":1.0},"239":{"tf":1.0},"247":{"tf":1.0},"261":{"tf":1.0},"272":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"286":{"tf":1.0},"33":{"tf":1.0},"45":{"tf":1.0},"55":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"4":{"tf":1.0},"40":{"tf":1.7320508075688772},"50":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"112":{"tf":1.0}}}},"df":12,"docs":{"111":{"tf":1.0},"123":{"tf":1.0},"132":{"tf":1.0},"144":{"tf":1.0},"166":{"tf":1.0},"181":{"tf":1.0},"191":{"tf":1.0},"203":{"tf":1.0},"32":{"tf":1.0},"5":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"275":{"tf":1.4142135623730951}}}}}}}}},"df":7,"docs":{"142":{"tf":1.0},"184":{"tf":1.0},"188":{"tf":1.0},"235":{"tf":1.0},"241":{"tf":1.0},"270":{"tf":1.0},"275":{"tf":1.7320508075688772}}}},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"128":{"tf":1.0}}}},"s":{"df":0,"docs":{},"h":{"df":4,"docs":{"209":{"tf":1.0},"236":{"tf":1.0},"246":{"tf":1.0},"252":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":5,"docs":{"192":{"tf":1.0},"219":{"tf":1.0},"225":{"tf":2.0},"40":{"tf":2.23606797749979},"50":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":15,"docs":{"110":{"tf":1.0},"148":{"tf":1.0},"158":{"tf":1.4142135623730951},"184":{"tf":1.0},"187":{"tf":1.0},"216":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"23":{"tf":1.0},"242":{"tf":2.0},"30":{"tf":1.4142135623730951},"47":{"tf":1.0},"53":{"tf":1.4142135623730951},"62":{"tf":1.0},"72":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":7,"docs":{"100":{"tf":1.0},"17":{"tf":1.0},"200":{"tf":1.0},"273":{"tf":1.0},"286":{"tf":1.0},"288":{"tf":1.0},"42":{"tf":1.0}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"209":{"tf":1.0}}}}}}},"i":{"c":{"df":1,"docs":{"150":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"194":{"tf":1.0}}}}},"u":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"195":{"tf":1.0},"35":{"tf":1.0}},"—":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"29":{"tf":1.0},"99":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"a":{"df":3,"docs":{"2":{"tf":1.0},"286":{"tf":1.0},"287":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"206":{"tf":1.0},"212":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"209":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"173":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":9,"docs":{"173":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.4142135623730951},"212":{"tf":1.0},"222":{"tf":1.4142135623730951},"223":{"tf":1.4142135623730951},"266":{"tf":1.0},"63":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":1,"docs":{"236":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"174":{"tf":1.7320508075688772}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"(":{"4":{"2":{"df":1,"docs":{"110":{"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":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"121":{"tf":1.0}}}}}}}}}},"df":29,"docs":{"100":{"tf":1.0},"110":{"tf":1.7320508075688772},"12":{"tf":1.0},"121":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"129":{"tf":1.4142135623730951},"144":{"tf":1.0},"165":{"tf":1.4142135623730951},"195":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.4142135623730951},"204":{"tf":1.7320508075688772},"207":{"tf":1.7320508075688772},"210":{"tf":1.4142135623730951},"213":{"tf":1.4142135623730951},"215":{"tf":1.7320508075688772},"216":{"tf":1.0},"220":{"tf":1.4142135623730951},"221":{"tf":1.0},"239":{"tf":1.0},"266":{"tf":1.4142135623730951},"267":{"tf":1.7320508075688772},"40":{"tf":1.4142135623730951},"43":{"tf":1.0},"55":{"tf":1.0},"9":{"tf":1.0},"94":{"tf":1.7320508075688772},"95":{"tf":1.0},"98":{"tf":1.0}}}}}}},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"155":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"[":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"28":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"11":{"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":{"(":{")":{".":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"2":{")":{".":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"258":{"tf":1.0},"79":{"tf":1.0},"91":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"72":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{")":{".":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"105":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{")":{".":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"72":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{")":{".":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"2":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"109":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"117":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":42,"docs":{"113":{"tf":1.0},"117":{"tf":2.449489742783178},"118":{"tf":2.23606797749979},"119":{"tf":1.0},"12":{"tf":1.4142135623730951},"120":{"tf":1.0},"121":{"tf":1.4142135623730951},"130":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"179":{"tf":1.0},"185":{"tf":1.0},"195":{"tf":1.4142135623730951},"197":{"tf":1.0},"198":{"tf":1.0},"2":{"tf":2.23606797749979},"24":{"tf":1.0},"252":{"tf":1.0},"259":{"tf":1.0},"286":{"tf":3.0},"287":{"tf":3.0},"289":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":2.449489742783178},"32":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.7320508075688772},"60":{"tf":1.0},"63":{"tf":1.0},"70":{"tf":2.0},"71":{"tf":1.0},"73":{"tf":2.0},"90":{"tf":2.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"156":{"tf":1.0},"184":{"tf":1.0},"189":{"tf":1.0},"241":{"tf":1.0}}}}}},"t":{"a":{"df":22,"docs":{"1":{"tf":1.0},"112":{"tf":1.0},"148":{"tf":1.0},"184":{"tf":1.0},"2":{"tf":1.4142135623730951},"225":{"tf":1.0},"227":{"tf":1.4142135623730951},"286":{"tf":1.0},"287":{"tf":2.8284271247461903},"288":{"tf":1.0},"289":{"tf":1.0},"3":{"tf":2.23606797749979},"30":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.0},"92":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"11":{"tf":1.0},"28":{"tf":1.0}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":28,"docs":{"102":{"tf":1.0},"109":{"tf":1.0},"132":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.4142135623730951},"144":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"161":{"tf":1.0},"18":{"tf":1.0},"181":{"tf":1.0},"187":{"tf":1.7320508075688772},"188":{"tf":1.0},"190":{"tf":1.0},"193":{"tf":1.0},"209":{"tf":1.0},"23":{"tf":1.0},"246":{"tf":1.4142135623730951},"258":{"tf":1.0},"263":{"tf":1.4142135623730951},"27":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"9":{"tf":1.0}},"g":{"df":3,"docs":{"226":{"tf":1.0},"26":{"tf":1.0},"47":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"209":{"tf":1.0},"210":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":7,"docs":{"162":{"tf":1.0},"19":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"r":{"df":11,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"195":{"tf":1.4142135623730951},"197":{"tf":1.0},"21":{"tf":1.7320508075688772},"26":{"tf":1.0},"286":{"tf":1.0},"288":{"tf":1.0},"43":{"tf":2.6457513110645907},"98":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"119":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"113":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"66":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":3,"docs":{"192":{"tf":1.0},"61":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"19":{"tf":1.0}}},"r":{"df":2,"docs":{"193":{"tf":1.0},"224":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":17,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"12":{"tf":1.4142135623730951},"122":{"tf":1.0},"136":{"tf":1.0},"141":{"tf":1.0},"149":{"tf":1.0},"187":{"tf":1.0},"197":{"tf":1.0},"222":{"tf":1.0},"23":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.7320508075688772},"68":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"88":{"tf":1.0},"89":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":8,"docs":{"109":{"tf":1.0},"198":{"tf":1.0},"203":{"tf":1.0},"227":{"tf":1.0},"273":{"tf":1.0},"285":{"tf":1.0},"40":{"tf":1.0},"98":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"227":{"tf":1.0},"288":{"tf":1.0}}}}}}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"y":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"178":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":5,"docs":{"125":{"tf":1.7320508075688772},"168":{"tf":1.0},"169":{"tf":1.4142135623730951},"57":{"tf":1.0},"76":{"tf":1.4142135623730951}},"s":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"171":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"141":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"158":{"tf":1.0},"187":{"tf":1.0},"35":{"tf":1.4142135623730951}}}},"i":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"103":{"tf":1.0},"112":{"tf":1.0},"131":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"a":{"df":1,"docs":{"113":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":10,"docs":{"114":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"225":{"tf":1.0},"51":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":8,"docs":{"151":{"tf":1.4142135623730951},"183":{"tf":1.0},"219":{"tf":1.0},"255":{"tf":1.0},"275":{"tf":1.0},"30":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":4,"docs":{"146":{"tf":1.0},"165":{"tf":1.0},"216":{"tf":1.0},"41":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":73,"docs":{"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":2.0},"124":{"tf":1.0},"129":{"tf":2.449489742783178},"133":{"tf":1.0},"134":{"tf":2.23606797749979},"14":{"tf":1.7320508075688772},"140":{"tf":1.0},"142":{"tf":1.0},"145":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"149":{"tf":1.0},"152":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.4142135623730951},"158":{"tf":1.0},"159":{"tf":1.4142135623730951},"160":{"tf":1.0},"164":{"tf":1.7320508075688772},"165":{"tf":1.7320508075688772},"169":{"tf":1.0},"17":{"tf":1.4142135623730951},"172":{"tf":1.0},"173":{"tf":1.0},"18":{"tf":1.0},"186":{"tf":1.7320508075688772},"188":{"tf":1.0},"194":{"tf":1.4142135623730951},"195":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.4142135623730951},"201":{"tf":1.0},"203":{"tf":1.0},"21":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":2.0},"217":{"tf":1.4142135623730951},"225":{"tf":1.0},"229":{"tf":1.4142135623730951},"246":{"tf":1.0},"251":{"tf":1.0},"267":{"tf":1.4142135623730951},"27":{"tf":1.0},"280":{"tf":1.4142135623730951},"286":{"tf":2.0},"288":{"tf":1.7320508075688772},"29":{"tf":1.0},"30":{"tf":2.0},"31":{"tf":1.0},"37":{"tf":2.0},"40":{"tf":1.7320508075688772},"41":{"tf":2.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"46":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"53":{"tf":2.0},"54":{"tf":1.0},"59":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"(":{"&":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":17,"docs":{"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.4142135623730951},"133":{"tf":1.0},"149":{"tf":1.0},"154":{"tf":1.0},"159":{"tf":1.0},"164":{"tf":1.4142135623730951},"280":{"tf":1.0},"37":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"216":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"c":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"216":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"41":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"194":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"222":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":9,"docs":{"12":{"tf":1.4142135623730951},"194":{"tf":1.0},"21":{"tf":1.0},"211":{"tf":1.0},"232":{"tf":1.0},"242":{"tf":1.0},"247":{"tf":1.0},"51":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":5,"docs":{"12":{"tf":1.0},"195":{"tf":1.7320508075688772},"286":{"tf":1.0},"43":{"tf":1.0},"50":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"172":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":23,"docs":{"127":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"193":{"tf":1.0},"198":{"tf":1.0},"202":{"tf":1.4142135623730951},"251":{"tf":1.0},"254":{"tf":1.4142135623730951},"281":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":2.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.7320508075688772},"48":{"tf":1.4142135623730951},"80":{"tf":1.0},"9":{"tf":1.4142135623730951},"96":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"241":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"170":{"tf":1.0},"30":{"tf":1.0},"89":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":24,"docs":{"110":{"tf":1.0},"123":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.0},"16":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"191":{"tf":1.0},"194":{"tf":1.0},"198":{"tf":1.0},"201":{"tf":1.0},"214":{"tf":1.0},"263":{"tf":1.0},"267":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.0},"28":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.4142135623730951},"32":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"94":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"206":{"tf":1.0},"286":{"tf":1.0},"33":{"tf":1.0},"58":{"tf":1.0},"84":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"108":{"tf":1.0},"23":{"tf":1.7320508075688772},"245":{"tf":1.0},"26":{"tf":1.0},"98":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"102":{"tf":1.4142135623730951},"113":{"tf":1.0},"23":{"tf":1.4142135623730951},"245":{"tf":1.0}},"i":{"c":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"245":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":49,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"144":{"tf":1.0},"150":{"tf":1.0},"155":{"tf":1.0},"162":{"tf":1.0},"192":{"tf":1.7320508075688772},"193":{"tf":1.4142135623730951},"194":{"tf":1.4142135623730951},"195":{"tf":1.4142135623730951},"196":{"tf":1.4142135623730951},"197":{"tf":1.4142135623730951},"198":{"tf":1.4142135623730951},"199":{"tf":1.4142135623730951},"200":{"tf":1.4142135623730951},"201":{"tf":1.7320508075688772},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":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.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"251":{"tf":1.0},"253":{"tf":1.0},"261":{"tf":1.0},"277":{"tf":1.0},"41":{"tf":1.0},"59":{"tf":1.0},"9":{"tf":1.0},"95":{"tf":1.0}}}}}},"i":{"c":{"df":1,"docs":{"267":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":3,"docs":{"139":{"tf":1.0},"180":{"tf":1.0},"228":{"tf":1.0}},"i":{"df":10,"docs":{"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0}}},"t":{"df":2,"docs":{"228":{"tf":1.0},"272":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":2,"docs":{"214":{"tf":1.0},"54":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"35":{"tf":1.0}}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":35,"docs":{"114":{"tf":1.0},"122":{"tf":1.4142135623730951},"128":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"164":{"tf":1.0},"18":{"tf":1.4142135623730951},"184":{"tf":1.0},"189":{"tf":1.0},"191":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"2":{"tf":1.0},"215":{"tf":1.0},"231":{"tf":1.0},"244":{"tf":1.4142135623730951},"250":{"tf":1.0},"251":{"tf":1.4142135623730951},"252":{"tf":1.4142135623730951},"258":{"tf":1.0},"270":{"tf":1.0},"271":{"tf":1.0},"286":{"tf":1.7320508075688772},"30":{"tf":1.0},"31":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"44":{"tf":1.7320508075688772},"49":{"tf":1.0},"61":{"tf":1.0},"80":{"tf":1.0},"9":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}}}}},"g":{"df":2,"docs":{"193":{"tf":1.0},"42":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"147":{"tf":1.0},"151":{"tf":1.0},"207":{"tf":1.0},"264":{"tf":1.0},"288":{"tf":1.0}}},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"199":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":7,"docs":{"141":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"149":{"tf":1.0},"184":{"tf":1.0},"187":{"tf":1.4142135623730951},"30":{"tf":1.0},"35":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"100":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"226":{"tf":1.0}},"i":{"df":2,"docs":{"158":{"tf":1.0},"30":{"tf":1.0}}}}}}}},"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"/":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":1,"docs":{"246":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":5,"docs":{"142":{"tf":1.0},"184":{"tf":1.0},"188":{"tf":1.0},"235":{"tf":1.0},"270":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":19,"docs":{"117":{"tf":2.23606797749979},"12":{"tf":1.0},"15":{"tf":1.0},"195":{"tf":1.0},"197":{"tf":1.0},"2":{"tf":2.0},"286":{"tf":2.0},"287":{"tf":2.23606797749979},"3":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":1.4142135623730951},"53":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"70":{"tf":1.0},"73":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":7,"docs":{"168":{"tf":1.0},"238":{"tf":1.0},"257":{"tf":1.0},"286":{"tf":1.0},"3":{"tf":1.0},"74":{"tf":1.0},"79":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"65":{"tf":1.0},"66":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"153":{"tf":1.0},"30":{"tf":1.0},"45":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":3,"docs":{"0":{"tf":1.0},"192":{"tf":1.0},"61":{"tf":1.0}},"r":{"df":0,"docs":{},"s":{"df":2,"docs":{"128":{"tf":1.0},"66":{"tf":1.4142135623730951}}}}}}},"o":{"c":{"df":1,"docs":{"219":{"tf":1.0}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"186":{"tf":1.0},"253":{"tf":1.0},"264":{"tf":1.4142135623730951},"275":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":33,"docs":{"115":{"tf":1.0},"120":{"tf":1.0},"122":{"tf":1.0},"14":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"143":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.4142135623730951},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.7320508075688772},"162":{"tf":1.7320508075688772},"163":{"tf":1.4142135623730951},"183":{"tf":1.0},"184":{"tf":1.7320508075688772},"187":{"tf":1.4142135623730951},"189":{"tf":1.7320508075688772},"195":{"tf":1.0},"225":{"tf":1.0},"232":{"tf":1.7320508075688772},"236":{"tf":1.0},"241":{"tf":3.872983346207417},"247":{"tf":1.0},"261":{"tf":1.0},"272":{"tf":1.0},"286":{"tf":1.0},"288":{"tf":1.4142135623730951},"30":{"tf":1.0},"41":{"tf":1.4142135623730951},"47":{"tf":1.0},"50":{"tf":1.0},"7":{"tf":1.0}},"{":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"162":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"108":{"tf":1.0}}}}}}}}}},"df":6,"docs":{"108":{"tf":1.7320508075688772},"113":{"tf":1.0},"127":{"tf":1.0},"219":{"tf":1.0},"225":{"tf":1.0},"60":{"tf":1.0}}}}}}}},"df":3,"docs":{"209":{"tf":1.0},"29":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"\'":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":12,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"195":{"tf":1.0},"199":{"tf":1.0},"239":{"tf":1.0},"25":{"tf":1.0},"257":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"9":{"tf":1.0}}}}}}},"n":{"\'":{"df":0,"docs":{},"t":{"df":1,"docs":{"100":{"tf":1.0}}}},"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":35,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"102":{"tf":1.0},"15":{"tf":1.0},"150":{"tf":1.0},"155":{"tf":1.0},"160":{"tf":1.4142135623730951},"165":{"tf":1.0},"17":{"tf":1.4142135623730951},"180":{"tf":1.0},"197":{"tf":1.0},"200":{"tf":1.4142135623730951},"209":{"tf":1.4142135623730951},"214":{"tf":1.4142135623730951},"217":{"tf":1.0},"222":{"tf":1.0},"231":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"277":{"tf":1.0},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"53":{"tf":1.4142135623730951},"59":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"68":{"tf":1.0},"8":{"tf":1.0},"87":{"tf":1.0},"9":{"tf":1.0},"94":{"tf":1.0}}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"127":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"n":{"df":12,"docs":{"103":{"tf":1.0},"119":{"tf":1.4142135623730951},"18":{"tf":1.0},"235":{"tf":1.0},"239":{"tf":1.0},"255":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0},"78":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"185":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"199":{"tf":1.0},"32":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"129":{"tf":1.7320508075688772}},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"128":{"tf":2.0}}}},"v":{"df":0,"docs":{},"e":{"df":6,"docs":{"131":{"tf":1.0},"170":{"tf":1.0},"197":{"tf":1.0},"222":{"tf":1.0},"286":{"tf":1.0},"32":{"tf":1.4142135623730951}},"n":{"df":2,"docs":{"101":{"tf":1.0},"58":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"p":{"/":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"127":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":2,"docs":{"127":{"tf":1.0},"134":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"l":{"df":4,"docs":{"225":{"tf":1.0},"227":{"tf":1.7320508075688772},"50":{"tf":1.0},"51":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"36":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"106":{"tf":1.0},"128":{"tf":1.0},"42":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":38,"docs":{"101":{"tf":2.449489742783178},"109":{"tf":1.4142135623730951},"113":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.0},"134":{"tf":1.0},"160":{"tf":1.0},"17":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"199":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"209":{"tf":1.0},"22":{"tf":1.0},"227":{"tf":1.0},"234":{"tf":1.0},"238":{"tf":1.0},"245":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"270":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"286":{"tf":2.0},"288":{"tf":1.0},"32":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.7320508075688772},"53":{"tf":1.4142135623730951},"58":{"tf":1.7320508075688772},"60":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"79":{"tf":1.0},"82":{"tf":1.4142135623730951},"85":{"tf":1.0},"97":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"2":{"0":{"df":1,"docs":{"169":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"5":{"df":1,"docs":{"169":{"tf":1.0}}},"df":0,"docs":{}},"7":{"5":{"df":1,"docs":{"169":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":28,"docs":{"101":{"tf":1.0},"115":{"tf":1.0},"13":{"tf":1.0},"140":{"tf":1.0},"15":{"tf":1.4142135623730951},"17":{"tf":1.0},"178":{"tf":1.0},"186":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"204":{"tf":1.0},"223":{"tf":1.0},"232":{"tf":1.0},"286":{"tf":2.0},"33":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.4142135623730951},"53":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"93":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"126":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"174":{"tf":1.4142135623730951},"222":{"tf":1.7320508075688772},"223":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":9,"docs":{"126":{"tf":1.0},"131":{"tf":1.0},"140":{"tf":1.0},"168":{"tf":1.0},"175":{"tf":1.0},"222":{"tf":1.0},"35":{"tf":1.0},"51":{"tf":1.0},"85":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"222":{"tf":1.0}}}}}}},"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"28":{"tf":1.0}}}}},"df":0,"docs":{}},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":32,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"117":{"tf":1.0},"141":{"tf":1.0},"145":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"155":{"tf":1.0},"158":{"tf":1.0},"166":{"tf":1.0},"17":{"tf":1.0},"184":{"tf":1.4142135623730951},"187":{"tf":1.4142135623730951},"194":{"tf":1.4142135623730951},"202":{"tf":1.0},"262":{"tf":1.0},"28":{"tf":1.0},"287":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.4142135623730951},"62":{"tf":1.0},"72":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"199":{"tf":1.0},"32":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":7,"docs":{"150":{"tf":1.0},"151":{"tf":1.0},"17":{"tf":1.0},"201":{"tf":1.0},"203":{"tf":1.0},"285":{"tf":1.0},"59":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"284":{"tf":1.0}}}}}}},"df":1,"docs":{"28":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"69":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"175":{"tf":1.0},"42":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"287":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"b":{"df":1,"docs":{"200":{"tf":1.0}},"e":{"d":{"df":1,"docs":{"267":{"tf":1.0}}},"df":0,"docs":{}},"o":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"252":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"129":{"tf":1.0}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":8,"docs":{"201":{"tf":1.4142135623730951},"239":{"tf":1.4142135623730951},"244":{"tf":1.0},"272":{"tf":1.0},"286":{"tf":1.4142135623730951},"42":{"tf":1.0},"44":{"tf":1.0},"77":{"tf":1.4142135623730951}},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":13,"docs":{"102":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.0},"119":{"tf":1.4142135623730951},"168":{"tf":1.0},"169":{"tf":1.0},"173":{"tf":1.0},"23":{"tf":1.0},"37":{"tf":1.0},"57":{"tf":1.4142135623730951},"75":{"tf":1.0},"77":{"tf":1.4142135623730951},"79":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"d":{"df":8,"docs":{"10":{"tf":1.0},"112":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"16":{"tf":1.0},"220":{"tf":1.4142135623730951},"221":{"tf":1.4142135623730951},"225":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"148":{"tf":1.0},"153":{"tf":1.0},"178":{"tf":1.0},"206":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":8,"docs":{"131":{"tf":1.0},"199":{"tf":1.0},"217":{"tf":1.0},"25":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"199":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":11,"docs":{"184":{"tf":1.0},"196":{"tf":1.0},"227":{"tf":1.0},"239":{"tf":1.0},"25":{"tf":1.4142135623730951},"255":{"tf":1.0},"256":{"tf":1.4142135623730951},"29":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":2.0},"78":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":19,"docs":{"119":{"tf":1.0},"125":{"tf":1.0},"142":{"tf":1.4142135623730951},"143":{"tf":1.0},"170":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"183":{"tf":1.0},"186":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.4142135623730951},"196":{"tf":1.0},"217":{"tf":1.0},"232":{"tf":1.0},"286":{"tf":1.0},"287":{"tf":1.0},"288":{"tf":1.4142135623730951},"29":{"tf":1.0},"36":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"99":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"286":{"tf":1.0},"80":{"tf":1.0}}}}},"v":{"df":1,"docs":{"244":{"tf":1.0}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":41,"docs":{"107":{"tf":1.7320508075688772},"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"114":{"tf":1.0},"115":{"tf":1.0},"122":{"tf":1.7320508075688772},"13":{"tf":1.0},"14":{"tf":1.0},"143":{"tf":1.0},"150":{"tf":1.0},"155":{"tf":1.4142135623730951},"156":{"tf":1.0},"164":{"tf":1.0},"181":{"tf":1.0},"190":{"tf":1.0},"201":{"tf":1.0},"216":{"tf":1.0},"22":{"tf":1.0},"225":{"tf":1.0},"234":{"tf":1.0},"240":{"tf":1.4142135623730951},"244":{"tf":1.0},"247":{"tf":1.0},"252":{"tf":1.0},"26":{"tf":1.4142135623730951},"281":{"tf":1.0},"284":{"tf":1.0},"286":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0},"95":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}}}}},"p":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"195":{"tf":1.0},"250":{"tf":1.0},"286":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"208":{"tf":1.0}}}}}}},"r":{"(":{"\\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"222":{"tf":1.0}}}}},"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"!":{"(":{"\\"":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"214":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"212":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"134":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":33,"docs":{"101":{"tf":1.0},"109":{"tf":1.0},"134":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.4142135623730951},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":2.0},"197":{"tf":1.0},"199":{"tf":1.4142135623730951},"205":{"tf":1.0},"209":{"tf":1.7320508075688772},"211":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.4142135623730951},"230":{"tf":1.7320508075688772},"231":{"tf":1.4142135623730951},"232":{"tf":1.4142135623730951},"236":{"tf":1.7320508075688772},"239":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"246":{"tf":1.4142135623730951},"271":{"tf":1.4142135623730951},"272":{"tf":1.0},"29":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"93":{"tf":1.0},"99":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"187":{"tf":1.0}}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"116":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"c":{"df":2,"docs":{"267":{"tf":1.0},"288":{"tf":1.0}}},"df":0,"docs":{}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"223":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"211":{"tf":1.0},"212":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":20,"docs":{"134":{"tf":1.0},"146":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"198":{"tf":1.4142135623730951},"199":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.0},"223":{"tf":1.0},"286":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.7320508075688772},"37":{"tf":1.0},"42":{"tf":1.0},"53":{"tf":1.7320508075688772},"58":{"tf":1.0},"80":{"tf":1.0},"84":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":9,"docs":{"109":{"tf":1.0},"217":{"tf":1.0},"250":{"tf":1.0},"288":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0},"9":{"tf":1.0}},"t":{"df":4,"docs":{"256":{"tf":1.0},"286":{"tf":1.0},"45":{"tf":1.0},"58":{"tf":1.0}},"u":{"df":1,"docs":{"203":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":9,"docs":{"12":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":1.0},"235":{"tf":1.0},"286":{"tf":1.0},"40":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.0},"98":{"tf":1.0}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"18":{"tf":1.0},"200":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"192":{"tf":1.0}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"30":{"tf":1.0},"9":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":8,"docs":{"16":{"tf":1.0},"201":{"tf":1.0},"22":{"tf":1.0},"27":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":42,"docs":{"0":{"tf":1.0},"114":{"tf":2.23606797749979},"115":{"tf":1.7320508075688772},"116":{"tf":1.7320508075688772},"117":{"tf":1.7320508075688772},"118":{"tf":1.7320508075688772},"119":{"tf":1.7320508075688772},"12":{"tf":1.0},"120":{"tf":1.7320508075688772},"121":{"tf":1.7320508075688772},"122":{"tf":2.0},"123":{"tf":1.4142135623730951},"124":{"tf":1.7320508075688772},"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"174":{"tf":1.0},"188":{"tf":1.0},"202":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.4142135623730951},"212":{"tf":1.4142135623730951},"219":{"tf":1.4142135623730951},"220":{"tf":1.4142135623730951},"221":{"tf":1.7320508075688772},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"266":{"tf":1.0},"281":{"tf":1.0},"286":{"tf":1.4142135623730951},"288":{"tf":1.0},"34":{"tf":1.0},"50":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"89":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":21,"docs":{"132":{"tf":1.0},"133":{"tf":1.4142135623730951},"134":{"tf":1.0},"136":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"148":{"tf":1.0},"153":{"tf":1.0},"158":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"199":{"tf":1.4142135623730951},"205":{"tf":1.0},"209":{"tf":1.0},"216":{"tf":1.4142135623730951},"286":{"tf":1.7320508075688772},"32":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.4142135623730951},"53":{"tf":1.0},"80":{"tf":1.0},"9":{"tf":1.0}},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":4,"docs":{"205":{"tf":1.0},"206":{"tf":1.0},"266":{"tf":1.0},"63":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":31,"docs":{"103":{"tf":1.0},"116":{"tf":1.7320508075688772},"117":{"tf":1.4142135623730951},"12":{"tf":1.4142135623730951},"148":{"tf":1.0},"158":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"171":{"tf":1.0},"180":{"tf":1.0},"183":{"tf":1.4142135623730951},"195":{"tf":1.0},"196":{"tf":1.0},"2":{"tf":2.6457513110645907},"227":{"tf":1.4142135623730951},"230":{"tf":1.4142135623730951},"236":{"tf":1.4142135623730951},"253":{"tf":1.0},"255":{"tf":1.0},"259":{"tf":1.0},"286":{"tf":2.23606797749979},"287":{"tf":1.4142135623730951},"3":{"tf":1.0},"30":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":2.0},"54":{"tf":1.7320508075688772},"67":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"98":{"tf":1.0}},"s":{"(":{"2":{"df":2,"docs":{"121":{"tf":1.0},"55":{"tf":1.0}}},"5":{"df":1,"docs":{"218":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"’":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":14,"docs":{"104":{"tf":1.0},"105":{"tf":1.0},"15":{"tf":1.0},"185":{"tf":1.0},"2":{"tf":1.0},"203":{"tf":1.0},"225":{"tf":1.0},"286":{"tf":1.0},"3":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"70":{"tf":1.0}}}}},"df":0,"docs":{}}},"h":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"217":{"tf":1.0},"235":{"tf":1.0},"246":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"200":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.4142135623730951},"247":{"tf":1.0},"283":{"tf":1.0},"286":{"tf":1.0},"47":{"tf":1.0}}}},"t":{"df":1,"docs":{"99":{"tf":1.4142135623730951}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"221":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":32,"docs":{"102":{"tf":1.4142135623730951},"105":{"tf":1.0},"106":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.4142135623730951},"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},"13":{"tf":1.0},"133":{"tf":1.0},"164":{"tf":1.0},"169":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"251":{"tf":1.0},"29":{"tf":1.0},"37":{"tf":1.0},"45":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"82":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"d":{"a":{"_":{"df":0,"docs":{},"l":{"df":2,"docs":{"105":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":4,"docs":{"238":{"tf":1.0},"42":{"tf":1.0},"54":{"tf":1.0},"89":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"222":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"—":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"193":{"tf":1.0}}}}}}}}}}}},"df":124,"docs":{"10":{"tf":1.0},"100":{"tf":2.449489742783178},"109":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"116":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"127":{"tf":1.7320508075688772},"128":{"tf":1.4142135623730951},"129":{"tf":1.0},"13":{"tf":1.0},"130":{"tf":1.0},"134":{"tf":1.4142135623730951},"138":{"tf":1.0},"139":{"tf":1.4142135623730951},"142":{"tf":1.0},"144":{"tf":1.0},"146":{"tf":1.0},"16":{"tf":2.449489742783178},"168":{"tf":1.0},"17":{"tf":1.7320508075688772},"170":{"tf":1.4142135623730951},"172":{"tf":1.0},"175":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"188":{"tf":1.7320508075688772},"194":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.7320508075688772},"198":{"tf":3.0},"199":{"tf":1.7320508075688772},"200":{"tf":1.0},"201":{"tf":1.4142135623730951},"202":{"tf":1.0},"203":{"tf":1.4142135623730951},"205":{"tf":1.7320508075688772},"209":{"tf":1.4142135623730951},"210":{"tf":1.7320508075688772},"211":{"tf":2.0},"212":{"tf":2.23606797749979},"213":{"tf":1.4142135623730951},"214":{"tf":2.0},"216":{"tf":1.0},"217":{"tf":1.0},"22":{"tf":2.0},"220":{"tf":1.0},"221":{"tf":2.0},"222":{"tf":2.23606797749979},"223":{"tf":2.23606797749979},"224":{"tf":1.4142135623730951},"225":{"tf":1.0},"227":{"tf":1.0},"234":{"tf":1.4142135623730951},"235":{"tf":1.7320508075688772},"237":{"tf":1.4142135623730951},"238":{"tf":1.0},"24":{"tf":1.0},"246":{"tf":1.0},"250":{"tf":1.0},"263":{"tf":1.0},"273":{"tf":2.23606797749979},"28":{"tf":1.4142135623730951},"284":{"tf":1.0},"286":{"tf":3.3166247903554},"288":{"tf":2.0},"3":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":2.0},"34":{"tf":3.1622776601683795},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":2.0},"42":{"tf":2.6457513110645907},"45":{"tf":1.7320508075688772},"47":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"53":{"tf":2.449489742783178},"54":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"61":{"tf":1.0},"62":{"tf":2.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.4142135623730951},"68":{"tf":2.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":2.449489742783178},"81":{"tf":2.23606797749979},"82":{"tf":1.4142135623730951},"83":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":2.23606797749979},"86":{"tf":2.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"89":{"tf":1.4142135623730951},"9":{"tf":1.0},"90":{"tf":2.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":2.0},"95":{"tf":1.7320508075688772},"97":{"tf":1.0}},"e":{"d":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}},"t":{"df":1,"docs":{"0":{"tf":1.0}},"—":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"’":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}}}},"i":{"df":0,"docs":{},"r":{"df":4,"docs":{"197":{"tf":1.0},"205":{"tf":1.0},"209":{"tf":1.0},"63":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":10,"docs":{"10":{"tf":1.0},"145":{"tf":1.0},"171":{"tf":1.0},"19":{"tf":1.0},"193":{"tf":1.0},"202":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":8,"docs":{"101":{"tf":2.0},"102":{"tf":1.0},"113":{"tf":1.0},"227":{"tf":1.0},"25":{"tf":1.0},"43":{"tf":1.4142135623730951},"46":{"tf":1.0},"53":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"102":{"tf":1.0},"109":{"tf":1.0},"54":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"11":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"s":{"df":3,"docs":{"175":{"tf":1.0},"177":{"tf":1.0},"217":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"227":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":34,"docs":{"110":{"tf":1.0},"144":{"tf":1.0},"165":{"tf":1.0},"17":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":2.23606797749979},"203":{"tf":1.7320508075688772},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":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.4142135623730951},"265":{"tf":1.4142135623730951},"266":{"tf":1.0},"267":{"tf":1.0},"47":{"tf":1.0},"83":{"tf":1.0},"9":{"tf":1.0},"94":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":10,"docs":{"110":{"tf":1.7320508075688772},"174":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"208":{"tf":1.0},"219":{"tf":2.23606797749979},"268":{"tf":1.0},"40":{"tf":1.0},"51":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"a":{"d":{"d":{"df":1,"docs":{"201":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"’":{"df":1,"docs":{"219":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"178":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"106":{"tf":1.0},"185":{"tf":1.0},"219":{"tf":1.0}}}},"df":1,"docs":{"102":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"43":{"tf":1.0}}}}}}},"}":{"\\"":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"223":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"f":{"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"24":{"tf":1.4142135623730951},"50":{"tf":1.0}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"12":{"tf":1.0},"195":{"tf":1.0},"287":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":50,"docs":{"109":{"tf":1.0},"134":{"tf":1.4142135623730951},"139":{"tf":1.7320508075688772},"142":{"tf":2.0},"16":{"tf":1.4142135623730951},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":2.23606797749979},"197":{"tf":1.0},"198":{"tf":1.4142135623730951},"199":{"tf":1.0},"201":{"tf":1.0},"209":{"tf":2.0},"211":{"tf":1.0},"217":{"tf":1.0},"228":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"234":{"tf":1.4142135623730951},"235":{"tf":1.0},"236":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.4142135623730951},"242":{"tf":1.0},"244":{"tf":1.4142135623730951},"245":{"tf":1.4142135623730951},"246":{"tf":1.0},"247":{"tf":1.0},"250":{"tf":1.0},"258":{"tf":1.0},"263":{"tf":1.7320508075688772},"270":{"tf":1.4142135623730951},"273":{"tf":1.4142135623730951},"288":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"3":{"tf":1.0},"34":{"tf":1.7320508075688772},"35":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"45":{"tf":1.0},"46":{"tf":2.8284271247461903},"53":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.0},"77":{"tf":1.0},"85":{"tf":1.0},"89":{"tf":1.0},"93":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"247":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"r":{"df":43,"docs":{"104":{"tf":1.0},"113":{"tf":1.0},"127":{"tf":1.0},"132":{"tf":1.0},"134":{"tf":1.0},"139":{"tf":1.4142135623730951},"141":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"150":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"180":{"tf":1.0},"187":{"tf":1.0},"190":{"tf":1.0},"199":{"tf":1.0},"201":{"tf":1.0},"214":{"tf":1.7320508075688772},"23":{"tf":1.4142135623730951},"237":{"tf":1.4142135623730951},"238":{"tf":1.4142135623730951},"252":{"tf":1.0},"257":{"tf":1.0},"263":{"tf":1.0},"273":{"tf":1.0},"281":{"tf":1.0},"286":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"67":{"tf":1.0},"78":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951},"9":{"tf":1.0},"93":{"tf":1.4142135623730951}}}}}},"k":{"df":0,"docs":{},"e":{"df":2,"docs":{"125":{"tf":1.0},"129":{"tf":1.0}}}},"l":{"df":0,"docs":{},"s":{"df":4,"docs":{"25":{"tf":1.0},"256":{"tf":1.0},"286":{"tf":1.0},"60":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}}},"q":{"df":38,"docs":{"111":{"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},"260":{"tf":1.0},"261":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"271":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.0},"274":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0},"280":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.0}}},"r":{"df":2,"docs":{"46":{"tf":1.0},"55":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":13,"docs":{"122":{"tf":1.0},"129":{"tf":1.0},"147":{"tf":1.4142135623730951},"150":{"tf":1.0},"160":{"tf":1.0},"197":{"tf":1.0},"209":{"tf":1.0},"224":{"tf":1.0},"250":{"tf":1.0},"277":{"tf":1.0},"41":{"tf":1.4142135623730951},"46":{"tf":2.0},"59":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"261":{"tf":1.0},"277":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"147":{"tf":1.0},"151":{"tf":1.0},"288":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"255":{"tf":1.0}}}}}},"df":1,"docs":{"255":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":6,"docs":{"163":{"tf":1.4142135623730951},"203":{"tf":1.0},"257":{"tf":1.0},"286":{"tf":1.0},"41":{"tf":1.0},"54":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"180":{"tf":1.0}}}}}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"113":{"tf":1.0},"129":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":7,"docs":{"129":{"tf":1.0},"172":{"tf":1.0},"198":{"tf":1.0},"205":{"tf":1.0},"286":{"tf":1.7320508075688772},"37":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":1,"docs":{"47":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"185":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":4,"docs":{"0":{"tf":1.0},"128":{"tf":1.0},"182":{"tf":1.0},"46":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"107":{"tf":1.0},"232":{"tf":1.0},"246":{"tf":1.0},"78":{"tf":1.0}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":5,"docs":{"113":{"tf":1.0},"157":{"tf":1.7320508075688772},"160":{"tf":1.0},"161":{"tf":1.0},"288":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":3,"docs":{"154":{"tf":1.0},"185":{"tf":1.0},"283":{"tf":1.0}}},"l":{"df":1,"docs":{"12":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":7,"docs":{"128":{"tf":1.4142135623730951},"288":{"tf":1.0},"35":{"tf":1.0},"54":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"99":{"tf":1.0}}}},"d":{"df":10,"docs":{"103":{"tf":1.0},"120":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"263":{"tf":1.0},"277":{"tf":1.0},"42":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":3,"docs":{"250":{"tf":1.0},"273":{"tf":1.7320508075688772},"55":{"tf":1.0}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":11,"docs":{"14":{"tf":1.0},"198":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"223":{"tf":1.0},"286":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"84":{"tf":1.0},"9":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"272":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":13,"docs":{"113":{"tf":1.0},"173":{"tf":1.0},"19":{"tf":1.0},"214":{"tf":1.0},"23":{"tf":1.4142135623730951},"48":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.7320508075688772},"60":{"tf":1.0},"65":{"tf":1.0},"75":{"tf":1.0},"9":{"tf":1.0},"98":{"tf":2.0}},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"273":{"tf":1.0}}}}}}}}}},"t":{"df":7,"docs":{"113":{"tf":1.0},"165":{"tf":1.0},"193":{"tf":1.0},"221":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"59":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":3,"docs":{"10":{"tf":1.0},"11":{"tf":1.7320508075688772},"194":{"tf":1.0}}}},"x":{"df":4,"docs":{"228":{"tf":1.0},"23":{"tf":1.0},"245":{"tf":1.0},"45":{"tf":1.4142135623730951}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"168":{"tf":1.0}}},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"243":{"tf":1.4142135623730951}}}},"p":{"df":2,"docs":{"168":{"tf":1.0},"180":{"tf":1.0}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"11":{"tf":1.0},"162":{"tf":1.0},"28":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":1,"docs":{"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"225":{"tf":1.0},"227":{"tf":1.0},"288":{"tf":1.7320508075688772},"96":{"tf":1.0},"97":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"110":{"tf":1.0},"208":{"tf":1.0}}}}}}}}},"n":{"df":89,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":2.0},"107":{"tf":1.4142135623730951},"108":{"tf":1.0},"109":{"tf":2.0},"110":{"tf":1.7320508075688772},"115":{"tf":1.4142135623730951},"116":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"12":{"tf":1.0},"120":{"tf":1.4142135623730951},"121":{"tf":1.4142135623730951},"122":{"tf":1.0},"13":{"tf":1.0},"133":{"tf":1.4142135623730951},"14":{"tf":1.0},"146":{"tf":2.0},"149":{"tf":1.0},"154":{"tf":1.0},"159":{"tf":1.0},"164":{"tf":2.0},"165":{"tf":2.0},"169":{"tf":1.0},"173":{"tf":1.7320508075688772},"174":{"tf":1.7320508075688772},"205":{"tf":2.0},"206":{"tf":2.23606797749979},"207":{"tf":1.0},"208":{"tf":2.6457513110645907},"21":{"tf":1.0},"211":{"tf":2.0},"212":{"tf":2.0},"213":{"tf":1.0},"216":{"tf":1.4142135623730951},"218":{"tf":1.7320508075688772},"22":{"tf":1.0},"222":{"tf":2.449489742783178},"223":{"tf":2.0},"23":{"tf":1.0},"232":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.4142135623730951},"238":{"tf":2.0},"239":{"tf":1.4142135623730951},"244":{"tf":1.0},"245":{"tf":2.0},"25":{"tf":1.0},"251":{"tf":1.4142135623730951},"258":{"tf":1.0},"264":{"tf":1.0},"266":{"tf":1.7320508075688772},"279":{"tf":1.0},"280":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.7320508075688772},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"45":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"63":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"71":{"tf":1.0},"72":{"tf":1.4142135623730951},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"79":{"tf":1.0},"82":{"tf":1.0},"87":{"tf":1.0},"89":{"tf":1.0},"91":{"tf":1.4142135623730951},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}},"o":{"c":{"df":0,"docs":{},"u":{"df":2,"docs":{"174":{"tf":1.0},"21":{"tf":1.0}},"s":{"df":4,"docs":{"109":{"tf":1.0},"176":{"tf":1.0},"50":{"tf":1.0},"63":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"45":{"tf":1.0}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"222":{"tf":1.0},"77":{"tf":1.0},"99":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"109":{"tf":1.0}}}}},"k":{"df":1,"docs":{"40":{"tf":1.0}}},"m":{"a":{"df":0,"docs":{},"t":{"!":{"(":{"\\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"223":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":2,"docs":{"196":{"tf":1.0},"288":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":44,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"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},"6":{"tf":1.7320508075688772},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.4142135623730951},"98":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"y":{"df":1,"docs":{"48":{"tf":1.0}}}}}}}}},"df":2,"docs":{"189":{"tf":1.0},"230":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"9":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"r":{"df":1,"docs":{"40":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"219":{"tf":1.0},"268":{"tf":1.0},"40":{"tf":1.0}}}}}}}}}}},"df":85,"docs":{"0":{"tf":1.4142135623730951},"10":{"tf":1.4142135623730951},"101":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":1.0},"12":{"tf":1.0},"124":{"tf":1.0},"144":{"tf":1.0},"15":{"tf":1.0},"165":{"tf":1.0},"167":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.4142135623730951},"181":{"tf":1.0},"183":{"tf":1.7320508075688772},"186":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.4142135623730951},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"20":{"tf":1.0},"200":{"tf":1.7320508075688772},"201":{"tf":1.4142135623730951},"202":{"tf":2.23606797749979},"203":{"tf":1.4142135623730951},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"21":{"tf":1.4142135623730951},"210":{"tf":1.0},"211":{"tf":1.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.4142135623730951},"22":{"tf":1.4142135623730951},"220":{"tf":1.4142135623730951},"221":{"tf":1.0},"225":{"tf":1.4142135623730951},"227":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"241":{"tf":1.0},"25":{"tf":1.0},"250":{"tf":1.4142135623730951},"252":{"tf":1.0},"253":{"tf":1.0},"259":{"tf":1.0},"265":{"tf":1.4142135623730951},"266":{"tf":1.0},"267":{"tf":1.0},"27":{"tf":1.0},"271":{"tf":1.0},"281":{"tf":1.0},"288":{"tf":1.4142135623730951},"31":{"tf":1.0},"33":{"tf":1.4142135623730951},"35":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.4142135623730951},"40":{"tf":1.7320508075688772},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"47":{"tf":1.4142135623730951},"48":{"tf":1.0},"51":{"tf":1.4142135623730951},"59":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":2.0},"80":{"tf":1.0},"9":{"tf":2.0},"94":{"tf":1.0}},"’":{"df":4,"docs":{"14":{"tf":1.0},"199":{"tf":1.0},"41":{"tf":1.0},"47":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":1,"docs":{"235":{"tf":1.0}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"168":{"tf":1.0},"248":{"tf":1.4142135623730951}}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"155":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"156":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":9,"docs":{"121":{"tf":1.0},"129":{"tf":1.0},"180":{"tf":1.0},"198":{"tf":1.0},"247":{"tf":1.0},"284":{"tf":1.0},"34":{"tf":1.0},"38":{"tf":1.0},"48":{"tf":1.0}},"i":{"df":2,"docs":{"261":{"tf":1.0},"286":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":8,"docs":{"106":{"tf":1.0},"113":{"tf":1.0},"186":{"tf":1.0},"218":{"tf":1.7320508075688772},"23":{"tf":1.0},"232":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.0}}}}}}},"d":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}}}}},"df":1,"docs":{"227":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"163":{"tf":1.4142135623730951},"174":{"tf":1.0},"209":{"tf":1.0},"60":{"tf":1.0}}}}},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"130":{"tf":1.0}}}}}},"g":{"b":{"df":1,"docs":{"185":{"tf":1.0}}},"d":{"b":{"df":1,"docs":{"151":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":3,"docs":{"172":{"tf":1.0},"222":{"tf":1.0},"41":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":34,"docs":{"13":{"tf":1.0},"130":{"tf":1.4142135623730951},"148":{"tf":1.0},"15":{"tf":1.4142135623730951},"153":{"tf":1.0},"154":{"tf":1.0},"158":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"197":{"tf":1.7320508075688772},"200":{"tf":1.0},"204":{"tf":1.0},"214":{"tf":1.0},"219":{"tf":1.0},"222":{"tf":1.0},"234":{"tf":1.0},"249":{"tf":1.4142135623730951},"256":{"tf":1.0},"258":{"tf":1.0},"268":{"tf":1.0},"279":{"tf":1.7320508075688772},"286":{"tf":1.4142135623730951},"288":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":2.0},"58":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"7":{"tf":1.0}}},"s":{"df":0,"docs":{},"i":{"df":4,"docs":{"234":{"tf":2.0},"272":{"tf":1.4142135623730951},"288":{"tf":1.0},"31":{"tf":1.0}}}}}},"t":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"222":{"tf":1.0},"223":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":4,"docs":{"155":{"tf":1.0},"247":{"tf":1.4142135623730951},"282":{"tf":1.4142135623730951},"34":{"tf":1.0}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"185":{"tf":1.0}},"h":{"df":0,"docs":{},"u":{"b":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"244":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":1,"docs":{"283":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":9,"docs":{"119":{"tf":1.0},"18":{"tf":1.0},"201":{"tf":1.0},"234":{"tf":1.0},"238":{"tf":1.0},"276":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"9":{"tf":1.0}},"n":{"df":2,"docs":{"41":{"tf":1.0},"48":{"tf":1.0}}}}}},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"273":{"tf":1.0},"42":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":6,"docs":{"111":{"tf":1.0},"285":{"tf":2.0},"286":{"tf":1.0},"287":{"tf":1.0},"288":{"tf":1.0},"289":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"251":{"tf":1.0},"47":{"tf":2.0}}}},"df":3,"docs":{"181":{"tf":1.0},"193":{"tf":1.0},"37":{"tf":1.0}},"e":{"df":3,"docs":{"10":{"tf":1.0},"28":{"tf":1.0},"9":{"tf":1.0}}},"o":{"d":{"df":7,"docs":{"101":{"tf":1.0},"104":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.0},"54":{"tf":1.0},"98":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"175":{"tf":1.0},"199":{"tf":1.0},"209":{"tf":1.0},"57":{"tf":1.0},"67":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"112":{"tf":1.0},"113":{"tf":1.0}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"242":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"234":{"tf":1.7320508075688772},"241":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"33":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":2,"docs":{"224":{"tf":1.0},"47":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":5,"docs":{"196":{"tf":1.0},"287":{"tf":1.0},"31":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0}}}}}},"d":{"df":3,"docs":{"175":{"tf":1.0},"217":{"tf":1.0},"288":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":4,"docs":{"180":{"tf":1.4142135623730951},"226":{"tf":1.0},"263":{"tf":1.0},"49":{"tf":1.0}}},"df":0,"docs":{}}},"df":147,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.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.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.0},"147":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.4142135623730951},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"19":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"273":{"tf":1.0},"38":{"tf":1.0},"49":{"tf":1.7320508075688772},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.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},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.4142135623730951},"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}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"256":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"127":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{}}}},"n":{"d":{"df":2,"docs":{"17":{"tf":1.0},"30":{"tf":1.0}},"i":{"df":1,"docs":{"9":{"tf":1.0}}},"l":{"df":24,"docs":{"118":{"tf":1.0},"14":{"tf":1.0},"166":{"tf":1.0},"172":{"tf":1.0},"18":{"tf":1.0},"181":{"tf":1.0},"197":{"tf":1.0},"199":{"tf":1.0},"209":{"tf":1.0},"21":{"tf":1.0},"258":{"tf":1.0},"287":{"tf":1.0},"288":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"43":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.0},"79":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":16,"docs":{"13":{"tf":1.0},"134":{"tf":2.0},"17":{"tf":1.0},"171":{"tf":1.0},"201":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"284":{"tf":1.0},"29":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.0},"68":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}}}},"r":{"d":{"df":6,"docs":{"109":{"tf":1.0},"18":{"tf":1.0},"23":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"60":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"102":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":8,"docs":{"104":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.0},"189":{"tf":1.0},"232":{"tf":1.0},"250":{"tf":1.7320508075688772},"276":{"tf":1.4142135623730951},"286":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"df":1,"docs":{"235":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"178":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"206":{"tf":1.0},"208":{"tf":1.0}},"s":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"208":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"208":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{")":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"208":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"208":{"tf":2.0}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"208":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"206":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":9,"docs":{"148":{"tf":1.0},"153":{"tf":1.0},"161":{"tf":1.0},"180":{"tf":1.0},"206":{"tf":2.0},"236":{"tf":1.0},"24":{"tf":1.7320508075688772},"30":{"tf":1.0},"33":{"tf":1.0}},"i":{"df":4,"docs":{"178":{"tf":1.0},"197":{"tf":1.0},"24":{"tf":1.0},"31":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":4,"docs":{"104":{"tf":1.0},"120":{"tf":1.0},"235":{"tf":1.0},"275":{"tf":1.0}}},"y":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"120":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":8,"docs":{"170":{"tf":1.0},"175":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"286":{"tf":1.0},"33":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"m":{"df":1,"docs":{"159":{"tf":1.0}}},"p":{"df":12,"docs":{"0":{"tf":1.0},"193":{"tf":1.0},"20":{"tf":1.0},"209":{"tf":1.0},"228":{"tf":1.0},"247":{"tf":1.4142135623730951},"27":{"tf":1.0},"282":{"tf":1.4142135623730951},"283":{"tf":1.4142135623730951},"284":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"218":{"tf":1.7320508075688772},"40":{"tf":1.0},"51":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":8,"docs":{"10":{"tf":1.0},"109":{"tf":1.0},"223":{"tf":1.0},"266":{"tf":1.0},"39":{"tf":1.0},"53":{"tf":1.0},"60":{"tf":1.0},"9":{"tf":1.4142135623730951}},"’":{"df":7,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"162":{"tf":1.0},"197":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":11,"docs":{"120":{"tf":1.0},"126":{"tf":1.0},"19":{"tf":1.0},"195":{"tf":1.0},"225":{"tf":1.0},"227":{"tf":1.0},"275":{"tf":1.0},"288":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"66":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"161":{"tf":1.0},"287":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"157":{"tf":1.0},"161":{"tf":1.0},"288":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"24":{"tf":1.0}}}},"o":{"c":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}},"o":{"d":{"df":1,"docs":{"67":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":1,"docs":{"198":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"150":{"tf":1.4142135623730951},"151":{"tf":1.0},"155":{"tf":1.0},"225":{"tf":1.0},"231":{"tf":1.0},"244":{"tf":1.0},"288":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"225":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"c":{"df":2,"docs":{"172":{"tf":1.0},"178":{"tf":1.0}}},"df":0,"docs":{}}}},":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"1":{"8":{"0":{"8":{"0":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"236":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"286":{"tf":1.0},"31":{"tf":1.0}}}}},"u":{"b":{"df":2,"docs":{"121":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"205":{"tf":1.0},"211":{"tf":1.0}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"i":{"/":{"df":0,"docs":{},"o":{"df":1,"docs":{"235":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"a":{"df":9,"docs":{"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0}},"l":{"df":1,"docs":{"284":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"201":{"tf":1.0},"234":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0}},"i":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"122":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":4,"docs":{"120":{"tf":1.0},"141":{"tf":1.0},"187":{"tf":1.0},"222":{"tf":1.0}}}}}}}},"l":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":147,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.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.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.0},"147":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"19":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"38":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.7320508075688772},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.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},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"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}},"i":{"df":37,"docs":{"144":{"tf":1.0},"192":{"tf":1.7320508075688772},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.4142135623730951},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":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.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"9":{"tf":1.0},"95":{"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":{"124":{"tf":1.0},"221":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"153":{"tf":1.0},"183":{"tf":1.4142135623730951},"253":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"29":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"196":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":8,"docs":{"13":{"tf":1.0},"196":{"tf":1.4142135623730951},"251":{"tf":1.0},"286":{"tf":1.0},"29":{"tf":1.4142135623730951},"44":{"tf":2.6457513110645907},"47":{"tf":1.0},"53":{"tf":1.0}}}}},"p":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"21":{"tf":1.7320508075688772},"42":{"tf":1.0},"43":{"tf":2.449489742783178}}}},"l":{"df":10,"docs":{"110":{"tf":1.0},"165":{"tf":1.4142135623730951},"173":{"tf":1.0},"206":{"tf":1.4142135623730951},"208":{"tf":1.4142135623730951},"212":{"tf":1.4142135623730951},"222":{"tf":1.4142135623730951},"223":{"tf":1.4142135623730951},"266":{"tf":1.0},"280":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":16,"docs":{"146":{"tf":1.4142135623730951},"165":{"tf":1.0},"168":{"tf":1.0},"198":{"tf":1.0},"205":{"tf":1.0},"216":{"tf":1.4142135623730951},"225":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":1.0},"63":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"109":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"100":{"tf":1.0},"91":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"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":1,"docs":{"63":{"tf":1.0}}}},"—":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}}}}}},"df":4,"docs":{"119":{"tf":1.0},"33":{"tf":1.0},"40":{"tf":1.0},"78":{"tf":1.0}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":27,"docs":{"100":{"tf":1.0},"116":{"tf":1.0},"16":{"tf":1.0},"169":{"tf":1.4142135623730951},"174":{"tf":1.0},"195":{"tf":1.0},"197":{"tf":1.4142135623730951},"198":{"tf":1.0},"205":{"tf":1.0},"209":{"tf":1.0},"214":{"tf":1.0},"219":{"tf":1.0},"227":{"tf":1.0},"238":{"tf":1.4142135623730951},"24":{"tf":1.0},"273":{"tf":1.0},"284":{"tf":1.0},"287":{"tf":1.0},"288":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"54":{"tf":1.7320508075688772},"67":{"tf":1.0},"76":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"89":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"168":{"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":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"76":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"76":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":21,"docs":{"100":{"tf":1.7320508075688772},"112":{"tf":1.0},"113":{"tf":1.0},"116":{"tf":1.4142135623730951},"170":{"tf":1.0},"179":{"tf":1.0},"205":{"tf":1.0},"238":{"tf":2.23606797749979},"24":{"tf":1.0},"252":{"tf":1.0},"286":{"tf":1.0},"288":{"tf":1.0},"34":{"tf":1.4142135623730951},"42":{"tf":2.0},"60":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"86":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"178":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":1,"docs":{"126":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"36":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":13,"docs":{"104":{"tf":1.0},"115":{"tf":1.4142135623730951},"116":{"tf":1.7320508075688772},"117":{"tf":1.4142135623730951},"118":{"tf":1.0},"119":{"tf":1.4142135623730951},"234":{"tf":1.0},"238":{"tf":1.0},"241":{"tf":1.0},"245":{"tf":1.0},"270":{"tf":1.0},"276":{"tf":1.0},"287":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"—":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"209":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"22":{"tf":1.0},"42":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"\\"":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"222":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"173":{"tf":1.0},"174":{"tf":1.4142135623730951}}}},"i":{"c":{"df":8,"docs":{"112":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"142":{"tf":1.0},"188":{"tf":1.0},"217":{"tf":1.0},"273":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"42":{"tf":1.0},"47":{"tf":1.0}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"u":{"df":2,"docs":{"232":{"tf":1.0},"252":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"c":{"df":1,"docs":{"125":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{".":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"206":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"212":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":5,"docs":{"189":{"tf":1.0},"206":{"tf":1.4142135623730951},"212":{"tf":1.0},"241":{"tf":1.4142135623730951},"242":{"tf":1.0}},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"286":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":11,"docs":{"145":{"tf":1.0},"201":{"tf":1.0},"203":{"tf":1.0},"21":{"tf":1.0},"216":{"tf":1.4142135623730951},"217":{"tf":1.0},"267":{"tf":1.0},"286":{"tf":1.0},"30":{"tf":1.0},"47":{"tf":1.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"222":{"tf":1.4142135623730951}},"i":{"df":5,"docs":{"234":{"tf":1.0},"286":{"tf":1.0},"31":{"tf":1.0},"46":{"tf":1.0},"85":{"tf":1.0}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"125":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"16":{"tf":1.0},"198":{"tf":1.4142135623730951},"38":{"tf":1.0},"42":{"tf":1.0},"80":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"222":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"125":{"tf":1.0},"37":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"184":{"tf":1.0}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":15,"docs":{"16":{"tf":1.0},"178":{"tf":1.0},"197":{"tf":1.0},"201":{"tf":1.0},"22":{"tf":1.0},"232":{"tf":1.0},"238":{"tf":1.0},"245":{"tf":1.0},"250":{"tf":1.4142135623730951},"253":{"tf":1.0},"33":{"tf":1.0},"38":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"80":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"242":{"tf":1.0},"272":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":20,"docs":{"10":{"tf":1.0},"133":{"tf":1.0},"136":{"tf":1.0},"160":{"tf":1.0},"18":{"tf":1.0},"190":{"tf":1.4142135623730951},"208":{"tf":1.4142135623730951},"219":{"tf":1.4142135623730951},"220":{"tf":1.0},"225":{"tf":1.0},"252":{"tf":1.0},"281":{"tf":1.4142135623730951},"289":{"tf":1.0},"4":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"53":{"tf":1.0},"59":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"df":4,"docs":{"103":{"tf":1.0},"235":{"tf":1.0},"275":{"tf":1.0},"288":{"tf":1.0}}},"t":{"df":11,"docs":{"108":{"tf":1.4142135623730951},"113":{"tf":1.0},"18":{"tf":1.0},"196":{"tf":1.0},"199":{"tf":1.0},"21":{"tf":1.0},"227":{"tf":1.0},"245":{"tf":1.0},"34":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"102":{"tf":1.0},"124":{"tf":1.0},"127":{"tf":1.0},"180":{"tf":1.0},"57":{"tf":1.0}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"105":{"tf":1.0},"125":{"tf":1.0},"199":{"tf":1.0},"258":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0},"73":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"104":{"tf":1.0},"53":{"tf":1.0},"62":{"tf":1.0}}}}},"f":{"a":{"c":{"df":6,"docs":{"129":{"tf":1.0},"146":{"tf":2.0},"286":{"tf":1.0},"288":{"tf":1.0},"289":{"tf":1.0},"30":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"36":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"151":{"tf":1.0},"156":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"263":{"tf":1.0},"41":{"tf":1.0}}}}},"n":{"df":7,"docs":{"117":{"tf":1.0},"125":{"tf":1.0},"225":{"tf":1.7320508075688772},"24":{"tf":1.7320508075688772},"40":{"tf":1.0},"72":{"tf":1.0},"9":{"tf":1.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"113":{"tf":1.0},"132":{"tf":1.0},"137":{"tf":1.4142135623730951},"166":{"tf":1.0},"20":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"(":{"5":{"df":1,"docs":{"208":{"tf":1.0}}},"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"206":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"208":{"tf":1.0}}}}}},"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"206":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":6,"docs":{"128":{"tf":1.0},"197":{"tf":1.0},"208":{"tf":1.4142135623730951},"22":{"tf":1.0},"238":{"tf":1.0},"32":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":7,"docs":{"167":{"tf":1.0},"23":{"tf":1.0},"245":{"tf":1.0},"286":{"tf":1.0},"36":{"tf":1.0},"62":{"tf":1.0},"74":{"tf":1.0}},"t":{"df":3,"docs":{"7":{"tf":1.7320508075688772},"8":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"134":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"203":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"18":{"tf":1.0},"42":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"273":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"y":{"df":1,"docs":{"37":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"o":{"c":{"df":1,"docs":{"281":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"235":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":6,"docs":{"100":{"tf":1.0},"150":{"tf":1.0},"155":{"tf":1.0},"234":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"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":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":29,"docs":{"105":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0},"120":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"150":{"tf":1.4142135623730951},"151":{"tf":1.0},"152":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.4142135623730951},"17":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"188":{"tf":1.0},"190":{"tf":1.0},"231":{"tf":1.0},"252":{"tf":1.0},"258":{"tf":1.0},"271":{"tf":1.0},"281":{"tf":1.0},"288":{"tf":1.4142135623730951},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"56":{"tf":1.0},"59":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":17,"docs":{"142":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.7320508075688772},"217":{"tf":1.0},"222":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.4142135623730951},"233":{"tf":1.4142135623730951},"240":{"tf":1.4142135623730951},"241":{"tf":1.4142135623730951},"242":{"tf":1.4142135623730951},"246":{"tf":1.7320508075688772},"247":{"tf":1.7320508075688772},"252":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.0},"283":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"41":{"tf":1.0}}}}}}}}}},"df":10,"docs":{"112":{"tf":1.4142135623730951},"122":{"tf":1.0},"147":{"tf":1.4142135623730951},"150":{"tf":1.0},"155":{"tf":1.0},"160":{"tf":1.0},"162":{"tf":1.0},"261":{"tf":1.0},"288":{"tf":1.0},"59":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"0":{"tf":1.0},"35":{"tf":1.0}},"—":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}}}},"—":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"40":{"tf":1.0}}}}},"’":{"df":11,"docs":{"109":{"tf":1.0},"13":{"tf":1.0},"147":{"tf":1.0},"196":{"tf":1.4142135623730951},"201":{"tf":1.0},"217":{"tf":1.0},"287":{"tf":1.0},"3":{"tf":1.4142135623730951},"44":{"tf":1.0},"47":{"tf":1.0},"64":{"tf":1.0}}}},"v":{"df":65,"docs":{"226":{"tf":1.7320508075688772},"227":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"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},"260":{"tf":1.0},"261":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"271":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.0},"274":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0},"280":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.0},"285":{"tf":1.0},"286":{"tf":1.0},"287":{"tf":1.0},"288":{"tf":1.0},"289":{"tf":1.0},"9":{"tf":1.0}}}},"j":{"df":0,"docs":{},"o":{"b":{"df":2,"docs":{"194":{"tf":1.0},"30":{"tf":1.0}}},"df":0,"docs":{}},"u":{"d":{"df":0,"docs":{},"g":{"df":5,"docs":{"16":{"tf":1.4142135623730951},"194":{"tf":1.0},"198":{"tf":1.0},"286":{"tf":1.0},"42":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"198":{"tf":1.7320508075688772},"36":{"tf":1.0},"80":{"tf":1.0}}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":3,"docs":{"19":{"tf":1.0},"201":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}},"k":{"8":{"df":9,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"163":{"tf":1.7320508075688772},"168":{"tf":1.0},"17":{"tf":1.0},"177":{"tf":1.0},"272":{"tf":1.0},"289":{"tf":1.0},"51":{"tf":1.0}},"s":{"2":{"[":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"162":{"tf":1.0}}}}}},"df":0,"docs":{}},"[":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"162":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"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":2,"docs":{"122":{"tf":1.0},"159":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{")":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"(":{"&":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"14":{"tf":1.0},"251":{"tf":1.0},"41":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"162":{"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":{"162":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":17,"docs":{"120":{"tf":1.0},"14":{"tf":1.0},"141":{"tf":1.0},"157":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"162":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"187":{"tf":1.0},"191":{"tf":1.0},"216":{"tf":1.0},"231":{"tf":1.0},"281":{"tf":1.0},"288":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"59":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":24,"docs":{"108":{"tf":1.0},"112":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"116":{"tf":1.0},"13":{"tf":1.0},"130":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0},"180":{"tf":1.0},"197":{"tf":1.0},"200":{"tf":1.7320508075688772},"203":{"tf":1.0},"224":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.4142135623730951},"253":{"tf":1.0},"26":{"tf":1.0},"277":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0},"50":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"9":{"tf":1.0}}}},"y":{"df":11,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"178":{"tf":1.0},"19":{"tf":1.0},"197":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"285":{"tf":1.0},"39":{"tf":1.0},"48":{"tf":1.0},"63":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":6,"docs":{"148":{"tf":1.0},"189":{"tf":1.0},"231":{"tf":1.4142135623730951},"271":{"tf":1.0},"35":{"tf":1.0},"40":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"227":{"tf":1.4142135623730951}}},"df":0,"docs":{},"w":{"df":18,"docs":{"13":{"tf":1.0},"144":{"tf":1.0},"17":{"tf":1.0},"195":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"220":{"tf":1.0},"30":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.4142135623730951},"46":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":2,"docs":{"40":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":1,"docs":{"36":{"tf":1.0}}},"—":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"u":{"b":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":7,"docs":{"141":{"tf":1.0},"184":{"tf":1.0},"187":{"tf":1.4142135623730951},"189":{"tf":1.4142135623730951},"232":{"tf":1.4142135623730951},"242":{"tf":2.6457513110645907},"247":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":23,"docs":{"122":{"tf":1.0},"14":{"tf":1.0},"157":{"tf":1.4142135623730951},"158":{"tf":1.0},"159":{"tf":1.4142135623730951},"160":{"tf":1.0},"17":{"tf":1.0},"184":{"tf":1.0},"189":{"tf":1.0},"195":{"tf":1.4142135623730951},"225":{"tf":1.0},"232":{"tf":1.0},"242":{"tf":1.4142135623730951},"286":{"tf":1.0},"288":{"tf":1.0},"289":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.7320508075688772},"47":{"tf":1.0},"50":{"tf":1.0},"59":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"125":{"tf":1.0}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":6,"docs":{"14":{"tf":1.0},"22":{"tf":1.0},"250":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"59":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"g":{"df":3,"docs":{"185":{"tf":1.0},"3":{"tf":1.0},"59":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"115":{"tf":1.0},"116":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"128":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":5,"docs":{"125":{"tf":1.7320508075688772},"178":{"tf":1.0},"179":{"tf":1.0},"252":{"tf":1.0},"42":{"tf":1.0}},"y":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"179":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"67":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"12":{"tf":1.0},"153":{"tf":1.0},"30":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":7,"docs":{"12":{"tf":1.0},"130":{"tf":1.0},"195":{"tf":1.0},"227":{"tf":1.0},"286":{"tf":1.0},"50":{"tf":1.7320508075688772},"55":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"287":{"tf":1.0}}}}},"df":0,"docs":{},"k":{"df":5,"docs":{"17":{"tf":1.0},"257":{"tf":1.0},"288":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":5,"docs":{"219":{"tf":1.0},"27":{"tf":1.0},"5":{"tf":1.7320508075688772},"61":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"195":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"276":{"tf":1.0},"43":{"tf":1.0},"85":{"tf":1.0}}}},"t":{"df":9,"docs":{"16":{"tf":1.0},"198":{"tf":1.0},"2":{"tf":1.0},"200":{"tf":1.0},"211":{"tf":1.0},"267":{"tf":1.0},"41":{"tf":1.0},"54":{"tf":1.0},"80":{"tf":1.0}},"’":{"df":22,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"194":{"tf":1.0},"204":{"tf":1.0},"206":{"tf":1.0},"210":{"tf":1.0},"212":{"tf":1.0},"215":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"37":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"9":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":16,"docs":{"125":{"tf":1.0},"19":{"tf":1.0},"193":{"tf":1.4142135623730951},"194":{"tf":1.0},"195":{"tf":1.4142135623730951},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"225":{"tf":1.0},"227":{"tf":1.0},"288":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":25,"docs":{"131":{"tf":1.0},"146":{"tf":1.0},"15":{"tf":1.0},"154":{"tf":1.0},"159":{"tf":1.0},"19":{"tf":1.0},"197":{"tf":1.0},"199":{"tf":1.0},"201":{"tf":1.0},"27":{"tf":2.0},"28":{"tf":1.0},"286":{"tf":1.0},"288":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"37":{"tf":2.0},"38":{"tf":1.4142135623730951},"48":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":3,"docs":{"104":{"tf":1.0},"275":{"tf":1.0},"66":{"tf":1.0}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"222":{"tf":1.0}}}}}}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"7":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":14,"docs":{"108":{"tf":1.0},"136":{"tf":1.0},"143":{"tf":1.0},"151":{"tf":1.0},"156":{"tf":1.0},"163":{"tf":1.0},"171":{"tf":1.0},"190":{"tf":1.0},"232":{"tf":1.0},"262":{"tf":1.0},"270":{"tf":1.0},"276":{"tf":1.4142135623730951},"45":{"tf":1.0},"59":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":5,"docs":{"145":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"30":{"tf":1.0},"53":{"tf":1.0}},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"59":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"x":{"df":1,"docs":{"241":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"285":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":29,"docs":{"105":{"tf":1.0},"109":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"119":{"tf":1.0},"130":{"tf":1.0},"167":{"tf":1.0},"170":{"tf":1.0},"178":{"tf":1.0},"188":{"tf":1.0},"2":{"tf":1.0},"225":{"tf":1.0},"227":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"286":{"tf":2.23606797749979},"33":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"60":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.7320508075688772},"90":{"tf":1.7320508075688772}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"179":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}},"o":{"a":{"d":{"df":18,"docs":{"104":{"tf":1.7320508075688772},"108":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.0},"126":{"tf":1.4142135623730951},"178":{"tf":1.0},"246":{"tf":1.0},"250":{"tf":1.0},"252":{"tf":1.0},"275":{"tf":1.0},"3":{"tf":1.0},"45":{"tf":1.0},"56":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.4142135623730951},"69":{"tf":1.0},"7":{"tf":1.0},"73":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"k":{"8":{"df":1,"docs":{"247":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"[":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"162":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":20,"docs":{"122":{"tf":1.0},"141":{"tf":1.0},"147":{"tf":1.4142135623730951},"150":{"tf":1.4142135623730951},"162":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"187":{"tf":1.0},"191":{"tf":1.0},"216":{"tf":1.0},"247":{"tf":1.0},"261":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"288":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"59":{"tf":1.4142135623730951}},"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":11,"docs":{"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"121":{"tf":1.0},"133":{"tf":1.0},"149":{"tf":1.0},"164":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{")":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"(":{"&":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"14":{"tf":1.0},"244":{"tf":1.0},"251":{"tf":1.0},"264":{"tf":1.0},"30":{"tf":1.0},"41":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"162":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":30,"docs":{"107":{"tf":1.0},"112":{"tf":1.0},"120":{"tf":1.0},"14":{"tf":1.0},"147":{"tf":1.0},"151":{"tf":1.0},"160":{"tf":1.0},"163":{"tf":1.0},"168":{"tf":1.0},"17":{"tf":1.4142135623730951},"177":{"tf":1.0},"183":{"tf":1.0},"195":{"tf":1.4142135623730951},"197":{"tf":1.0},"225":{"tf":1.0},"236":{"tf":1.0},"244":{"tf":1.4142135623730951},"251":{"tf":1.0},"253":{"tf":1.0},"26":{"tf":1.0},"270":{"tf":1.4142135623730951},"286":{"tf":1.0},"41":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951},"47":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"7":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":2,"docs":{"14":{"tf":1.0},"244":{"tf":1.0}}}}}}},"t":{"df":3,"docs":{"185":{"tf":1.0},"225":{"tf":1.0},"230":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":34,"docs":{"120":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":2.8284271247461903},"142":{"tf":1.0},"143":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"156":{"tf":1.4142135623730951},"161":{"tf":1.0},"163":{"tf":1.7320508075688772},"186":{"tf":1.0},"187":{"tf":3.0},"188":{"tf":1.0},"190":{"tf":1.0},"199":{"tf":1.0},"205":{"tf":1.0},"209":{"tf":1.0},"217":{"tf":1.0},"222":{"tf":1.0},"232":{"tf":1.0},"234":{"tf":1.4142135623730951},"246":{"tf":1.4142135623730951},"247":{"tf":2.0},"263":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.7320508075688772},"281":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.0},"35":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0}},"i":{"c":{"df":20,"docs":{"102":{"tf":1.0},"117":{"tf":1.0},"119":{"tf":1.0},"165":{"tf":1.4142135623730951},"18":{"tf":1.0},"197":{"tf":1.0},"200":{"tf":1.0},"216":{"tf":1.0},"221":{"tf":1.0},"224":{"tf":1.0},"266":{"tf":1.0},"286":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"53":{"tf":1.0},"73":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{}},"s":{"/":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"129":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":12,"docs":{"120":{"tf":1.0},"160":{"tf":1.0},"196":{"tf":1.0},"227":{"tf":1.0},"25":{"tf":1.0},"256":{"tf":1.4142135623730951},"261":{"tf":1.4142135623730951},"273":{"tf":1.0},"53":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"60":{"tf":1.0},"89":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"118":{"tf":1.0},"238":{"tf":1.0},"46":{"tf":1.0},"85":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":12,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"127":{"tf":1.0},"142":{"tf":1.0},"16":{"tf":1.0},"188":{"tf":1.0},"194":{"tf":1.0},"232":{"tf":1.0},"273":{"tf":1.7320508075688772},"37":{"tf":1.0},"42":{"tf":1.0},"7":{"tf":1.0}}},"p":{"df":3,"docs":{"113":{"tf":1.0},"206":{"tf":1.4142135623730951},"21":{"tf":1.0}}},"s":{"df":2,"docs":{"40":{"tf":1.4142135623730951},"50":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"7":{"tf":1.0}}},"s":{"df":1,"docs":{"238":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"268":{"tf":1.0}}}},"w":{"df":2,"docs":{"104":{"tf":1.0},"126":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"236":{"tf":1.0},"238":{"tf":1.0},"246":{"tf":1.0}}}}}},"r":{"df":2,"docs":{"11":{"tf":1.0},"28":{"tf":1.0}}},"s":{"df":1,"docs":{"232":{"tf":1.0}},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"231":{"tf":1.0}}}}},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"25":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":21,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"120":{"tf":1.0},"14":{"tf":1.0},"147":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"155":{"tf":1.4142135623730951},"156":{"tf":1.0},"157":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"250":{"tf":1.0},"264":{"tf":1.0},"288":{"tf":1.0},"30":{"tf":1.0},"45":{"tf":1.4142135623730951},"53":{"tf":1.0},"59":{"tf":1.0}}}}},"o":{"df":1,"docs":{"241":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"39":{"tf":1.0},"50":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"—":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"’":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":90,"docs":{"10":{"tf":1.0},"100":{"tf":1.4142135623730951},"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.4142135623730951},"108":{"tf":1.0},"109":{"tf":2.0},"110":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"13":{"tf":1.0},"133":{"tf":1.0},"14":{"tf":1.0},"146":{"tf":1.0},"149":{"tf":1.0},"154":{"tf":1.0},"159":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"169":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.4142135623730951},"21":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"216":{"tf":1.0},"218":{"tf":1.4142135623730951},"22":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"23":{"tf":1.0},"232":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.4142135623730951},"238":{"tf":2.0},"239":{"tf":1.4142135623730951},"244":{"tf":1.0},"245":{"tf":1.4142135623730951},"25":{"tf":1.0},"251":{"tf":1.4142135623730951},"258":{"tf":1.0},"264":{"tf":1.0},"266":{"tf":1.0},"279":{"tf":1.0},"280":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"45":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"71":{"tf":1.0},"72":{"tf":1.4142135623730951},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"79":{"tf":1.0},"82":{"tf":1.0},"87":{"tf":1.0},"89":{"tf":1.0},"91":{"tf":1.4142135623730951},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":8,"docs":{"111":{"tf":1.0},"192":{"tf":1.0},"2":{"tf":1.0},"212":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.4142135623730951},"47":{"tf":1.0},"96":{"tf":1.0}}}}},"df":0,"docs":{}}}},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"220":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"e":{"df":37,"docs":{"0":{"tf":1.4142135623730951},"102":{"tf":1.0},"106":{"tf":1.0},"108":{"tf":1.0},"111":{"tf":1.0},"113":{"tf":1.0},"119":{"tf":1.0},"14":{"tf":1.4142135623730951},"145":{"tf":1.0},"146":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.4142135623730951},"194":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"200":{"tf":1.4142135623730951},"203":{"tf":1.0},"205":{"tf":1.0},"22":{"tf":1.0},"225":{"tf":1.0},"23":{"tf":1.0},"250":{"tf":1.0},"257":{"tf":1.0},"277":{"tf":1.4142135623730951},"286":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"54":{"tf":1.0},"62":{"tf":1.0},"80":{"tf":1.0},"9":{"tf":1.0},"98":{"tf":1.4142135623730951}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":9,"docs":{"15":{"tf":1.0},"154":{"tf":1.0},"159":{"tf":1.0},"17":{"tf":1.0},"172":{"tf":1.0},"194":{"tf":1.0},"197":{"tf":1.0},"32":{"tf":1.0},"63":{"tf":1.0}}}},"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"38":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":20,"docs":{"100":{"tf":1.0},"103":{"tf":1.0},"109":{"tf":1.4142135623730951},"12":{"tf":1.4142135623730951},"150":{"tf":1.0},"194":{"tf":1.0},"227":{"tf":1.0},"238":{"tf":1.0},"255":{"tf":1.4142135623730951},"258":{"tf":1.0},"286":{"tf":1.4142135623730951},"287":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"42":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"66":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"176":{"tf":1.0}}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":6,"docs":{"15":{"tf":1.0},"18":{"tf":1.0},"181":{"tf":1.0},"197":{"tf":1.0},"32":{"tf":1.0},"7":{"tf":1.0}},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"68":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"87":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"p":{"df":3,"docs":{"225":{"tf":1.0},"45":{"tf":1.0},"51":{"tf":1.0}}},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"199":{"tf":1.0},"35":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"113":{"tf":1.0},"135":{"tf":1.0},"201":{"tf":1.0},"221":{"tf":1.0},"47":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"111":{"tf":1.0},"226":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":10,"docs":{"160":{"tf":1.0},"194":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"7":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}}}}}}}}}},"x":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"2":{"0":{"df":3,"docs":{"109":{"tf":1.0},"57":{"tf":1.0},"76":{"tf":1.0}}},"5":{"df":5,"docs":{"102":{"tf":1.0},"119":{"tf":1.0},"23":{"tf":1.0},"75":{"tf":1.0},"77":{"tf":1.0}}},"df":0,"docs":{}},"3":{"5":{"df":2,"docs":{"105":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{}},"4":{"0":{"df":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":1,"docs":{"76":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"119":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":5,"docs":{"169":{"tf":1.0},"255":{"tf":1.0},"45":{"tf":1.0},"57":{"tf":1.0},"76":{"tf":1.0}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"76":{"tf":1.0}}}}}}},"y":{"b":{"df":2,"docs":{"25":{"tf":1.0},"42":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":12,"docs":{"13":{"tf":1.0},"134":{"tf":1.4142135623730951},"186":{"tf":1.0},"270":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.7320508075688772},"42":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0},"66":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":11,"docs":{"103":{"tf":1.0},"113":{"tf":1.0},"175":{"tf":1.0},"217":{"tf":1.0},"25":{"tf":1.0},"256":{"tf":1.4142135623730951},"26":{"tf":1.0},"277":{"tf":1.0},"53":{"tf":1.4142135623730951},"58":{"tf":1.0},"60":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"250":{"tf":1.0},"286":{"tf":1.4142135623730951}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"288":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"178":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":7,"docs":{"142":{"tf":1.0},"184":{"tf":1.0},"188":{"tf":1.0},"235":{"tf":1.0},"24":{"tf":1.0},"241":{"tf":1.0},"270":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":5,"docs":{"104":{"tf":1.0},"116":{"tf":1.0},"238":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":5,"docs":{"19":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"h":{"df":4,"docs":{"12":{"tf":1.0},"195":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0}}},"s":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"142":{"tf":1.0},"188":{"tf":1.0},"205":{"tf":1.0},"263":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"17":{"tf":1.0},"286":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"d":{"df":9,"docs":{"121":{"tf":1.0},"209":{"tf":1.0},"216":{"tf":1.0},"288":{"tf":1.0},"32":{"tf":1.0},"41":{"tf":1.0},"55":{"tf":1.0},"63":{"tf":1.0},"97":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"c":{"df":13,"docs":{"120":{"tf":1.0},"128":{"tf":1.0},"163":{"tf":1.0},"17":{"tf":1.0},"172":{"tf":1.4142135623730951},"198":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"217":{"tf":1.0},"286":{"tf":1.0},"288":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"171":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"i":{"d":{"df":2,"docs":{"178":{"tf":1.0},"44":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"125":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"168":{"tf":1.0}}}},"df":0,"docs":{}}},"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"0":{"df":3,"docs":{"109":{"tf":1.0},"57":{"tf":1.0},"76":{"tf":1.0}}},"5":{"df":5,"docs":{"102":{"tf":1.0},"119":{"tf":1.0},"23":{"tf":1.0},"75":{"tf":1.0},"77":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":1,"docs":{"37":{"tf":1.0}}},"5":{"df":2,"docs":{"105":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":1,"docs":{"76":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"119":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"212":{"tf":1.4142135623730951}}}}}}},"d":{"df":1,"docs":{"60":{"tf":1.0}}},"df":3,"docs":{"169":{"tf":1.0},"57":{"tf":1.0},"76":{"tf":1.0}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"115":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":9,"docs":{"113":{"tf":1.0},"115":{"tf":1.7320508075688772},"151":{"tf":1.0},"215":{"tf":1.0},"221":{"tf":1.0},"224":{"tf":1.0},"247":{"tf":1.0},"275":{"tf":1.0},"284":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":8,"docs":{"103":{"tf":1.0},"178":{"tf":1.0},"227":{"tf":1.0},"25":{"tf":1.7320508075688772},"277":{"tf":1.0},"60":{"tf":1.0},"76":{"tf":1.4142135623730951},"85":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"43":{"tf":1.0}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"108":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"217":{"tf":1.0},"41":{"tf":1.0}}}}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"234":{"tf":1.0},"272":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":5,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.4142135623730951},"140":{"tf":1.0},"258":{"tf":1.0}}}},"x":{"df":8,"docs":{"105":{"tf":1.0},"164":{"tf":1.4142135623730951},"201":{"tf":1.0},"23":{"tf":1.0},"275":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.7320508075688772},"47":{"tf":1.0}},"e":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"118":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"127":{"tf":1.4142135623730951}}}},"d":{"df":0,"docs":{},"e":{"df":7,"docs":{"104":{"tf":1.0},"2":{"tf":1.4142135623730951},"244":{"tf":1.0},"272":{"tf":1.0},"85":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951}},"l":{"df":17,"docs":{"126":{"tf":1.0},"18":{"tf":1.0},"193":{"tf":2.23606797749979},"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.4142135623730951},"225":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"19":{"tf":1.0}}}}}}}},"r":{"df":3,"docs":{"104":{"tf":1.0},"108":{"tf":1.0},"275":{"tf":1.0}}},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"201":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"5":{"tf":1.0}},"i":{"df":4,"docs":{"202":{"tf":1.0},"214":{"tf":1.4142135623730951},"34":{"tf":1.0},"44":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"1":{"tf":1.0},"131":{"tf":1.0},"40":{"tf":1.7320508075688772}}}},"df":1,"docs":{"135":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"’":{"df":0,"docs":{},"r":{"df":1,"docs":{"198":{"tf":1.0}}}}}}}}}}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"120":{"tf":1.0},"171":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":33,"docs":{"103":{"tf":1.7320508075688772},"107":{"tf":1.0},"115":{"tf":1.4142135623730951},"116":{"tf":1.7320508075688772},"117":{"tf":1.4142135623730951},"118":{"tf":1.0},"119":{"tf":1.4142135623730951},"156":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"189":{"tf":1.0},"196":{"tf":1.0},"224":{"tf":1.0},"234":{"tf":1.4142135623730951},"238":{"tf":1.0},"244":{"tf":1.0},"255":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"284":{"tf":1.0},"288":{"tf":1.0},"29":{"tf":1.0},"40":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.0},"60":{"tf":1.0},"66":{"tf":2.0},"72":{"tf":1.4142135623730951},"76":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"113":{"tf":1.0}}}}},"u":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"262":{"tf":1.0},"275":{"tf":1.4142135623730951},"29":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":17,"docs":{"112":{"tf":1.0},"131":{"tf":1.7320508075688772},"155":{"tf":1.0},"157":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"252":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":22,"docs":{"105":{"tf":1.0},"113":{"tf":1.0},"116":{"tf":1.0},"135":{"tf":1.4142135623730951},"136":{"tf":1.0},"16":{"tf":1.0},"198":{"tf":1.0},"214":{"tf":1.0},"227":{"tf":1.0},"245":{"tf":1.0},"252":{"tf":1.4142135623730951},"256":{"tf":1.0},"258":{"tf":1.7320508075688772},"262":{"tf":1.0},"280":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":2.0},"58":{"tf":1.0},"7":{"tf":1.0},"79":{"tf":1.4142135623730951}}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}},"df":26,"docs":{"107":{"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},"13":{"tf":1.0},"133":{"tf":1.0},"164":{"tf":1.4142135623730951},"206":{"tf":1.0},"218":{"tf":1.0},"22":{"tf":1.0},"222":{"tf":1.0},"23":{"tf":1.4142135623730951},"29":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"77":{"tf":1.0}}}},"y":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"110":{"tf":1.4142135623730951}}}}}}},"df":2,"docs":{"110":{"tf":1.0},"266":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"165":{"tf":1.7320508075688772}}}}}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"219":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"46":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"110":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"110":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"110":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"266":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"n":{"+":{"1":{"df":2,"docs":{"103":{"tf":1.0},"255":{"tf":1.0}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":8,"docs":{"173":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"266":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":6,"docs":{"108":{"tf":1.0},"135":{"tf":1.0},"205":{"tf":1.4142135623730951},"211":{"tf":1.4142135623730951},"222":{"tf":1.0},"60":{"tf":1.0}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"158":{"tf":1.0},"161":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"205":{"tf":1.0},"63":{"tf":1.0}}}}}},"df":4,"docs":{"126":{"tf":1.0},"24":{"tf":1.0},"255":{"tf":1.0},"45":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"113":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":56,"docs":{"0":{"tf":1.0},"100":{"tf":1.0},"103":{"tf":1.4142135623730951},"108":{"tf":1.0},"114":{"tf":1.0},"117":{"tf":1.0},"12":{"tf":1.4142135623730951},"121":{"tf":1.0},"13":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.7320508075688772},"155":{"tf":1.7320508075688772},"156":{"tf":1.0},"160":{"tf":1.7320508075688772},"165":{"tf":1.0},"173":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"194":{"tf":1.0},"196":{"tf":1.0},"2":{"tf":1.4142135623730951},"203":{"tf":1.0},"214":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"23":{"tf":1.4142135623730951},"231":{"tf":1.0},"234":{"tf":1.4142135623730951},"236":{"tf":1.4142135623730951},"239":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"253":{"tf":2.0},"255":{"tf":1.4142135623730951},"259":{"tf":1.7320508075688772},"271":{"tf":1.0},"275":{"tf":1.7320508075688772},"277":{"tf":1.0},"286":{"tf":1.0},"4":{"tf":2.0},"43":{"tf":1.7320508075688772},"44":{"tf":1.4142135623730951},"53":{"tf":1.7320508075688772},"54":{"tf":1.7320508075688772},"59":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"68":{"tf":1.0},"8":{"tf":1.4142135623730951},"89":{"tf":1.0},"9":{"tf":1.4142135623730951},"94":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"—":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"82":{"tf":1.0}}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"—":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"113":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"g":{"df":1,"docs":{"127":{"tf":1.0}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"31":{"tf":1.0}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"54":{"tf":1.0},"99":{"tf":1.0}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"121":{"tf":1.4142135623730951},"218":{"tf":1.0},"55":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"121":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":37,"docs":{"116":{"tf":1.0},"118":{"tf":1.0},"12":{"tf":1.4142135623730951},"121":{"tf":1.0},"125":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"150":{"tf":1.0},"153":{"tf":1.4142135623730951},"163":{"tf":1.0},"184":{"tf":1.0},"186":{"tf":1.0},"195":{"tf":1.0},"2":{"tf":1.0},"209":{"tf":1.0},"225":{"tf":1.0},"227":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.7320508075688772},"252":{"tf":1.4142135623730951},"271":{"tf":1.0},"272":{"tf":1.4142135623730951},"286":{"tf":1.7320508075688772},"287":{"tf":1.4142135623730951},"288":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.7320508075688772},"30":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"46":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.4142135623730951},"59":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"129":{"tf":1.0},"171":{"tf":1.0},"194":{"tf":1.0},"197":{"tf":1.0},"200":{"tf":2.0}}}}},"w":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"p":{"df":1,"docs":{"212":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"208":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"222":{"tf":1.0},"223":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":13,"docs":{"124":{"tf":1.0},"150":{"tf":1.0},"178":{"tf":1.0},"200":{"tf":1.4142135623730951},"206":{"tf":1.0},"221":{"tf":1.7320508075688772},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"40":{"tf":2.0},"59":{"tf":1.0},"9":{"tf":1.7320508075688772}}},"x":{"df":0,"docs":{},"t":{"df":12,"docs":{"111":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"144":{"tf":1.7320508075688772},"166":{"tf":1.7320508075688772},"19":{"tf":1.7320508075688772},"191":{"tf":1.7320508075688772},"201":{"tf":1.0},"220":{"tf":1.7320508075688772},"38":{"tf":1.7320508075688772},"48":{"tf":1.7320508075688772},"61":{"tf":1.7320508075688772},"95":{"tf":1.7320508075688772}}}}},"o":{"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"100":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"222":{"tf":1.0},"223":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"146":{"tf":1.0},"165":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"146":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"107":{"tf":1.0},"279":{"tf":1.0}}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"172":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"168":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":7,"docs":{"146":{"tf":1.0},"165":{"tf":1.0},"168":{"tf":1.4142135623730951},"172":{"tf":1.0},"174":{"tf":1.4142135623730951},"175":{"tf":1.0},"177":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":115,"docs":{"1":{"tf":1.0},"103":{"tf":2.23606797749979},"104":{"tf":1.0},"107":{"tf":1.4142135623730951},"112":{"tf":1.0},"115":{"tf":1.4142135623730951},"118":{"tf":1.0},"119":{"tf":2.0},"12":{"tf":1.0},"125":{"tf":1.0},"129":{"tf":1.0},"134":{"tf":1.0},"136":{"tf":1.0},"139":{"tf":1.0},"14":{"tf":1.4142135623730951},"141":{"tf":1.4142135623730951},"142":{"tf":2.0},"145":{"tf":1.0},"146":{"tf":1.7320508075688772},"147":{"tf":1.0},"148":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"152":{"tf":1.0},"153":{"tf":1.7320508075688772},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"163":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.7320508075688772},"169":{"tf":1.0},"17":{"tf":1.7320508075688772},"170":{"tf":1.0},"172":{"tf":2.0},"173":{"tf":1.7320508075688772},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.7320508075688772},"179":{"tf":1.0},"180":{"tf":1.0},"183":{"tf":2.449489742783178},"184":{"tf":1.7320508075688772},"186":{"tf":1.7320508075688772},"187":{"tf":2.0},"188":{"tf":1.7320508075688772},"189":{"tf":1.4142135623730951},"194":{"tf":1.0},"195":{"tf":1.4142135623730951},"196":{"tf":1.0},"197":{"tf":1.7320508075688772},"199":{"tf":1.7320508075688772},"2":{"tf":2.23606797749979},"200":{"tf":1.0},"206":{"tf":1.4142135623730951},"209":{"tf":1.7320508075688772},"212":{"tf":1.4142135623730951},"214":{"tf":1.4142135623730951},"217":{"tf":1.0},"222":{"tf":1.0},"225":{"tf":1.4142135623730951},"230":{"tf":2.0},"231":{"tf":1.0},"232":{"tf":2.23606797749979},"234":{"tf":2.449489742783178},"236":{"tf":2.23606797749979},"238":{"tf":1.0},"239":{"tf":2.449489742783178},"242":{"tf":1.7320508075688772},"246":{"tf":1.7320508075688772},"247":{"tf":1.0},"252":{"tf":1.7320508075688772},"253":{"tf":1.0},"255":{"tf":2.23606797749979},"257":{"tf":1.0},"261":{"tf":1.7320508075688772},"262":{"tf":1.0},"263":{"tf":1.0},"272":{"tf":2.0},"275":{"tf":2.23606797749979},"276":{"tf":1.0},"277":{"tf":1.0},"28":{"tf":1.0},"286":{"tf":3.1622776601683795},"287":{"tf":1.0},"288":{"tf":2.6457513110645907},"29":{"tf":2.0},"30":{"tf":2.449489742783178},"31":{"tf":2.6457513110645907},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.4142135623730951},"46":{"tf":1.7320508075688772},"5":{"tf":1.0},"50":{"tf":1.7320508075688772},"53":{"tf":2.449489742783178},"55":{"tf":2.23606797749979},"57":{"tf":2.8284271247461903},"6":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"7":{"tf":1.7320508075688772},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":2.0},"8":{"tf":1.0}},"s":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}}},"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":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"i":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"i":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"’":{"df":4,"docs":{"148":{"tf":1.0},"158":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":2,"docs":{"113":{"tf":1.0},"23":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"df":22,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.7320508075688772},"10":{"tf":1.0},"129":{"tf":1.0},"148":{"tf":1.4142135623730951},"183":{"tf":2.8284271247461903},"185":{"tf":1.4142135623730951},"187":{"tf":1.4142135623730951},"189":{"tf":1.0},"2":{"tf":1.0},"230":{"tf":2.449489742783178},"232":{"tf":1.4142135623730951},"253":{"tf":2.23606797749979},"272":{"tf":1.0},"286":{"tf":1.4142135623730951},"287":{"tf":1.7320508075688772},"39":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"7":{"tf":1.7320508075688772},"8":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":3,"docs":{"149":{"tf":1.0},"154":{"tf":1.0},"159":{"tf":1.0}}}}}}}},"df":0,"docs":{},"{":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":3,"docs":{"115":{"tf":1.0},"133":{"tf":1.0},"53":{"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":{"212":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"206":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":3,"docs":{"120":{"tf":1.0},"122":{"tf":1.0},"154":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"k":{"8":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"k":{"8":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":2,"docs":{"122":{"tf":1.0},"159":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{":":{":":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":4,"docs":{"115":{"tf":1.0},"133":{"tf":1.0},"149":{"tf":1.0},"53":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":3,"docs":{"115":{"tf":1.0},"133":{"tf":1.0},"53":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"n":{"c":{"df":1,"docs":{"66":{"tf":1.0}}},"df":2,"docs":{"102":{"tf":1.0},"245":{"tf":1.4142135623730951}},"e":{"df":1,"docs":{"53":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":3,"docs":{"117":{"tf":1.0},"66":{"tf":1.0},"72":{"tf":1.0}}},"h":{"df":1,"docs":{"109":{"tf":1.0}}},"i":{"c":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":17,"docs":{"10":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"132":{"tf":1.0},"144":{"tf":1.0},"166":{"tf":1.0},"174":{"tf":1.0},"19":{"tf":1.0},"208":{"tf":1.0},"220":{"tf":1.0},"27":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"61":{"tf":1.0},"95":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"198":{"tf":1.0},"80":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"33":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"[":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"28":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":20,"docs":{"108":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"118":{"tf":1.0},"128":{"tf":1.0},"146":{"tf":1.0},"163":{"tf":1.0},"171":{"tf":1.0},"180":{"tf":1.0},"214":{"tf":1.4142135623730951},"217":{"tf":1.0},"227":{"tf":1.0},"24":{"tf":1.4142135623730951},"256":{"tf":1.0},"26":{"tf":1.0},"286":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":1.0},"53":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":4,"docs":{"113":{"tf":1.0},"288":{"tf":1.0},"58":{"tf":1.0},"98":{"tf":1.0}}}}}}},"df":1,"docs":{"28":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"225":{"tf":1.0},"227":{"tf":1.0}}}}}},"k":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"\\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"222":{"tf":1.0},"223":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":18,"docs":{"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},"133":{"tf":1.0},"134":{"tf":1.0},"138":{"tf":1.0},"164":{"tf":1.4142135623730951},"173":{"tf":1.0},"211":{"tf":1.4142135623730951},"212":{"tf":1.0},"222":{"tf":1.4142135623730951},"223":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0}}},"n":{"c":{"df":10,"docs":{"13":{"tf":1.0},"180":{"tf":1.0},"185":{"tf":1.0},"196":{"tf":1.0},"251":{"tf":1.0},"29":{"tf":1.0},"32":{"tf":1.0},"41":{"tf":1.4142135623730951},"44":{"tf":1.0},"47":{"tf":1.0}}},"df":26,"docs":{"10":{"tf":1.0},"108":{"tf":1.0},"119":{"tf":1.0},"145":{"tf":1.0},"166":{"tf":1.0},"178":{"tf":1.0},"194":{"tf":1.0},"198":{"tf":1.0},"2":{"tf":1.4142135623730951},"210":{"tf":1.0},"214":{"tf":1.0},"239":{"tf":1.0},"258":{"tf":1.4142135623730951},"286":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"50":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"78":{"tf":1.0},"94":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"17":{"tf":1.0},"199":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"241":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"’":{"df":1,"docs":{"181":{"tf":1.0}}}}}}},"df":30,"docs":{"105":{"tf":1.0},"119":{"tf":1.0},"174":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.7320508075688772},"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},"196":{"tf":1.0},"2":{"tf":1.0},"209":{"tf":1.0},"261":{"tf":1.0},"286":{"tf":1.4142135623730951},"287":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0},"57":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"77":{"tf":1.0},"8":{"tf":1.0},"90":{"tf":1.0},"92":{"tf":1.0},"95":{"tf":1.0}}}},"t":{"df":2,"docs":{"102":{"tf":1.4142135623730951},"23":{"tf":1.0}},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"27":{"tf":1.0}}},"o":{"df":0,"docs":{},"n":{"<":{"&":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":2,"docs":{"146":{"tf":1.0},"165":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":14,"docs":{"123":{"tf":1.0},"146":{"tf":1.0},"148":{"tf":1.0},"165":{"tf":1.0},"170":{"tf":1.0},"172":{"tf":1.0},"205":{"tf":1.0},"211":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"66":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":13,"docs":{"11":{"tf":1.0},"161":{"tf":1.0},"18":{"tf":1.7320508075688772},"194":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"21":{"tf":1.4142135623730951},"225":{"tf":1.4142135623730951},"286":{"tf":1.0},"40":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"27":{"tf":1.0},"36":{"tf":2.0}}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"228":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"35":{"tf":1.0}}}}}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"126":{"tf":1.4142135623730951}}}}},"df":4,"docs":{"125":{"tf":1.0},"231":{"tf":1.0},"247":{"tf":1.0},"284":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"219":{"tf":1.0},"59":{"tf":1.0}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"19":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"180":{"tf":1.0}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":6,"docs":{"11":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"194":{"tf":1.0},"288":{"tf":1.0},"42":{"tf":1.0}}}}},"df":4,"docs":{"246":{"tf":2.6457513110645907},"263":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"132":{"tf":1.0},"134":{"tf":1.4142135623730951},"142":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"198":{"tf":1.0}}}},"df":12,"docs":{"198":{"tf":1.0},"21":{"tf":1.4142135623730951},"24":{"tf":1.0},"252":{"tf":1.0},"286":{"tf":1.4142135623730951},"33":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"47":{"tf":1.0},"7":{"tf":1.0},"80":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":6,"docs":{"151":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"161":{"tf":1.0},"276":{"tf":1.0},"41":{"tf":1.0}},"—":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"275":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":10,"docs":{"10":{"tf":1.7320508075688772},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"df":1,"docs":{"236":{"tf":1.0}}}}}}}}}}},"p":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"28":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"125":{"tf":1.0}}},"k":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"225":{"tf":1.0},"51":{"tf":1.0}}}},"df":2,"docs":{"104":{"tf":1.0},"69":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":2,"docs":{"0":{"tf":1.0},"176":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"7":{"tf":1.0}}},"r":{"df":5,"docs":{"112":{"tf":1.0},"127":{"tf":1.0},"170":{"tf":1.4142135623730951},"179":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951}}}},"n":{"df":0,"docs":{},"i":{"c":{"df":8,"docs":{"134":{"tf":1.0},"140":{"tf":1.7320508075688772},"142":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"217":{"tf":1.0},"288":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":10,"docs":{"136":{"tf":2.0},"143":{"tf":1.0},"150":{"tf":1.0},"190":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"262":{"tf":2.0},"263":{"tf":1.0},"270":{"tf":1.0},"277":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":15,"docs":{"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.7320508075688772},"130":{"tf":1.0},"195":{"tf":1.4142135623730951},"286":{"tf":1.0},"287":{"tf":1.0},"29":{"tf":1.0},"55":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"127":{"tf":1.0},"280":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"t":{"df":284,"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},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"12":{"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},"13":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"14":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.4142135623730951},"145":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"15":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"16":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"17":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"18":{"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},"19":{"tf":1.7320508075688772},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.7320508075688772},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"20":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.4142135623730951},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"21":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.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},"22":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.7320508075688772},"227":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"23":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"24":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"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},"25":{"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},"26":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.0},"27":{"tf":1.0},"270":{"tf":1.0},"271":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.0},"274":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0},"28":{"tf":1.0},"280":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.0},"285":{"tf":1.0},"286":{"tf":1.0},"287":{"tf":1.0},"288":{"tf":1.0},"289":{"tf":1.0},"29":{"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.4142135623730951},"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.7320508075688772},"49":{"tf":1.7320508075688772},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.7320508075688772},"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":2.6457513110645907},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.4142135623730951},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"178":{"tf":1.0}}}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":3,"docs":{"2":{"tf":1.0},"227":{"tf":1.0},"287":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"185":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":4,"docs":{"163":{"tf":1.0},"178":{"tf":1.0},"286":{"tf":1.0},"59":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"112":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":17,"docs":{"109":{"tf":1.0},"138":{"tf":1.0},"196":{"tf":1.4142135623730951},"210":{"tf":1.0},"211":{"tf":1.0},"244":{"tf":1.4142135623730951},"245":{"tf":1.4142135623730951},"246":{"tf":1.7320508075688772},"270":{"tf":1.4142135623730951},"288":{"tf":1.0},"30":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"7":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"11":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":35,"docs":{"100":{"tf":1.7320508075688772},"101":{"tf":1.7320508075688772},"102":{"tf":1.7320508075688772},"103":{"tf":1.7320508075688772},"104":{"tf":1.7320508075688772},"105":{"tf":1.7320508075688772},"106":{"tf":2.0},"107":{"tf":1.7320508075688772},"108":{"tf":1.7320508075688772},"109":{"tf":2.6457513110645907},"110":{"tf":1.0},"111":{"tf":1.4142135623730951},"112":{"tf":1.7320508075688772},"113":{"tf":1.0},"114":{"tf":1.0},"123":{"tf":1.0},"135":{"tf":1.0},"174":{"tf":1.0},"176":{"tf":2.0},"177":{"tf":1.0},"178":{"tf":1.7320508075688772},"179":{"tf":1.0},"18":{"tf":1.0},"180":{"tf":1.4142135623730951},"216":{"tf":1.0},"288":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":1.0},"96":{"tf":2.0},"97":{"tf":1.7320508075688772},"98":{"tf":1.7320508075688772},"99":{"tf":1.7320508075688772}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"126":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"212":{"tf":1.0}}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"212":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}}}}}}},"df":14,"docs":{"125":{"tf":1.0},"172":{"tf":1.0},"174":{"tf":1.0},"178":{"tf":1.0},"186":{"tf":1.0},"212":{"tf":2.0},"232":{"tf":1.0},"234":{"tf":2.0},"286":{"tf":1.0},"31":{"tf":1.4142135623730951},"33":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"55":{"tf":1.4142135623730951}}}},"r":{"df":16,"docs":{"116":{"tf":1.4142135623730951},"117":{"tf":1.7320508075688772},"126":{"tf":1.0},"130":{"tf":1.0},"184":{"tf":1.0},"22":{"tf":1.4142135623730951},"250":{"tf":1.0},"45":{"tf":1.0},"54":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"60":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.0},"71":{"tf":1.4142135623730951},"72":{"tf":1.7320508075688772}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":3,"docs":{"120":{"tf":1.0},"13":{"tf":1.0},"274":{"tf":1.4142135623730951}}}}}},"i":{"df":0,"docs":{},"o":{"d":{"df":6,"docs":{"199":{"tf":1.0},"206":{"tf":1.0},"209":{"tf":1.0},"287":{"tf":1.0},"34":{"tf":1.0},"83":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"184":{"tf":1.0},"242":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"209":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"126":{"tf":1.4142135623730951},"131":{"tf":3.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":9,"docs":{"19":{"tf":1.4142135623730951},"20":{"tf":1.7320508075688772},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"48":{"tf":1.0}}}}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"130":{"tf":1.0},"222":{"tf":1.0},"227":{"tf":1.0}}}},"d":{"df":1,"docs":{"231":{"tf":1.0}}},"df":0,"docs":{},"e":{"c":{"df":6,"docs":{"11":{"tf":1.0},"196":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"131":{"tf":1.4142135623730951}}}}}}}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"182":{"tf":1.0},"270":{"tf":1.0}}}},"df":0,"docs":{},"n":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":15,"docs":{"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},"133":{"tf":1.0},"149":{"tf":1.0},"154":{"tf":1.0},"159":{"tf":1.0},"164":{"tf":1.4142135623730951},"37":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":49,"docs":{"106":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951},"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},"127":{"tf":1.0},"13":{"tf":2.23606797749979},"133":{"tf":1.0},"14":{"tf":2.23606797749979},"145":{"tf":1.0},"146":{"tf":1.4142135623730951},"164":{"tf":1.7320508075688772},"165":{"tf":1.0},"169":{"tf":1.0},"17":{"tf":1.4142135623730951},"194":{"tf":1.0},"196":{"tf":1.4142135623730951},"200":{"tf":1.4142135623730951},"207":{"tf":1.0},"208":{"tf":1.0},"213":{"tf":1.0},"218":{"tf":1.0},"22":{"tf":1.0},"225":{"tf":1.0},"23":{"tf":1.0},"251":{"tf":1.4142135623730951},"279":{"tf":1.0},"280":{"tf":1.0},"286":{"tf":1.4142135623730951},"288":{"tf":1.0},"29":{"tf":2.449489742783178},"30":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":2.0},"50":{"tf":1.4142135623730951},"53":{"tf":1.7320508075688772},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"77":{"tf":1.0},"97":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":3,"docs":{"151":{"tf":1.0},"156":{"tf":1.0},"184":{"tf":1.0}}}}}}}},"df":0,"docs":{},"u":{"df":1,"docs":{"286":{"tf":1.0}},"g":{"df":1,"docs":{"221":{"tf":1.0}},"g":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"41":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"b":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"d":{"df":11,"docs":{"14":{"tf":1.0},"141":{"tf":1.0},"158":{"tf":1.0},"161":{"tf":1.4142135623730951},"17":{"tf":1.0},"197":{"tf":1.0},"232":{"tf":1.4142135623730951},"242":{"tf":1.0},"286":{"tf":1.0},"30":{"tf":1.0},"41":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"115":{"tf":1.0},"18":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"29":{"tf":1.0},"47":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":5,"docs":{"148":{"tf":1.0},"153":{"tf":1.0},"178":{"tf":1.0},"206":{"tf":1.4142135623730951},"31":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"24":{"tf":1.0},"33":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":10,"docs":{"14":{"tf":1.0},"146":{"tf":1.0},"18":{"tf":1.0},"201":{"tf":1.0},"26":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":1.0},"47":{"tf":1.4142135623730951},"50":{"tf":1.0},"8":{"tf":1.0}},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"’":{"df":0,"docs":{},"r":{"df":1,"docs":{"46":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":9,"docs":{"136":{"tf":1.0},"150":{"tf":1.0},"184":{"tf":1.4142135623730951},"186":{"tf":1.0},"189":{"tf":1.4142135623730951},"231":{"tf":2.449489742783178},"262":{"tf":1.0},"271":{"tf":1.7320508075688772},"31":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"197":{"tf":1.0},"247":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":5,"docs":{"128":{"tf":1.0},"131":{"tf":1.0},"198":{"tf":1.4142135623730951},"286":{"tf":1.0},"38":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"129":{"tf":1.0},"189":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":15,"docs":{"113":{"tf":1.7320508075688772},"132":{"tf":1.0},"166":{"tf":1.0},"171":{"tf":1.4142135623730951},"181":{"tf":1.0},"2":{"tf":1.0},"209":{"tf":1.4142135623730951},"214":{"tf":1.4142135623730951},"217":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"43":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"60":{"tf":1.7320508075688772},"96":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"268":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"17":{"tf":1.0},"200":{"tf":1.0},"23":{"tf":1.0},"44":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":3,"docs":{"253":{"tf":1.0},"261":{"tf":1.0},"277":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"19":{"tf":1.0},"24":{"tf":1.0},"9":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"225":{"tf":1.0},"50":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":8,"docs":{"140":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.4142135623730951},"184":{"tf":1.4142135623730951},"196":{"tf":1.0},"236":{"tf":1.0},"288":{"tf":1.0},"29":{"tf":1.0}}}}}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"124":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"113":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":7,"docs":{"196":{"tf":1.0},"217":{"tf":1.0},"242":{"tf":1.0},"286":{"tf":1.0},"288":{"tf":1.0},"36":{"tf":1.0},"47":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"112":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"225":{"tf":1.4142135623730951}}}}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"20":{"tf":1.4142135623730951},"202":{"tf":1.0},"26":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":2,"docs":{"206":{"tf":1.0},"209":{"tf":1.0}},"l":{"df":0,"docs":{},"n":{"!":{"(":{"\\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"206":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}}}}},"o":{"b":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"127":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":4,"docs":{"178":{"tf":1.0},"222":{"tf":1.4142135623730951},"224":{"tf":1.0},"225":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":13,"docs":{"140":{"tf":1.0},"18":{"tf":1.0},"188":{"tf":1.0},"201":{"tf":1.0},"217":{"tf":1.0},"228":{"tf":1.0},"246":{"tf":1.0},"247":{"tf":1.0},"252":{"tf":1.0},"273":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"7":{"tf":1.4142135623730951}}}}}},"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"31":{"tf":1.0}},"e":{"d":{"df":1,"docs":{"17":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"s":{"df":25,"docs":{"116":{"tf":1.0},"14":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.4142135623730951},"150":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":1.0},"189":{"tf":1.0},"197":{"tf":1.0},"231":{"tf":1.4142135623730951},"264":{"tf":1.0},"271":{"tf":1.4142135623730951},"286":{"tf":1.0},"287":{"tf":1.4142135623730951},"288":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"31":{"tf":1.0},"35":{"tf":1.4142135623730951},"4":{"tf":1.0},"41":{"tf":1.7320508075688772},"43":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.7320508075688772},"64":{"tf":1.0},"69":{"tf":1.0}}}}}},"d":{"df":1,"docs":{"180":{"tf":1.0}},"u":{"c":{"df":14,"docs":{"116":{"tf":1.0},"129":{"tf":1.0},"2":{"tf":1.0},"22":{"tf":1.7320508075688772},"234":{"tf":1.0},"235":{"tf":1.0},"250":{"tf":1.0},"286":{"tf":1.0},"29":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"45":{"tf":1.0},"53":{"tf":1.7320508075688772},"85":{"tf":1.0}},"t":{"df":17,"docs":{"103":{"tf":1.0},"121":{"tf":1.0},"124":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.7320508075688772},"160":{"tf":1.0},"161":{"tf":1.0},"171":{"tf":1.0},"22":{"tf":1.0},"235":{"tf":1.0},"25":{"tf":1.0},"255":{"tf":1.0},"286":{"tf":1.7320508075688772},"288":{"tf":1.0},"41":{"tf":1.4142135623730951},"59":{"tf":1.0},"7":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"218":{"tf":1.4142135623730951}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":3,"docs":{"151":{"tf":1.7320508075688772},"156":{"tf":1.7320508075688772},"161":{"tf":1.7320508075688772}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"289":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"279":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":24,"docs":{"119":{"tf":1.0},"125":{"tf":1.4142135623730951},"146":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"170":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"206":{"tf":1.0},"209":{"tf":1.0},"234":{"tf":1.4142135623730951},"235":{"tf":1.4142135623730951},"24":{"tf":1.0},"273":{"tf":1.0},"286":{"tf":1.7320508075688772},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"37":{"tf":1.0},"45":{"tf":1.4142135623730951},"53":{"tf":1.7320508075688772},"63":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":1.4142135623730951},"84":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"2":{"tf":1.0},"268":{"tf":1.0},"283":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0}},"’":{"df":2,"docs":{"203":{"tf":1.0},"247":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"41":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"f":{"df":2,"docs":{"185":{"tf":1.0},"287":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}}}},"p":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"116":{"tf":1.0},"197":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"196":{"tf":1.0},"30":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"130":{"tf":1.0},"286":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":16,"docs":{"1":{"tf":1.0},"125":{"tf":1.0},"128":{"tf":1.0},"197":{"tf":1.0},"200":{"tf":1.0},"203":{"tf":1.0},"22":{"tf":1.7320508075688772},"250":{"tf":2.0},"26":{"tf":1.4142135623730951},"286":{"tf":2.0},"287":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"45":{"tf":2.23606797749979},"46":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":2,"docs":{"150":{"tf":1.0},"195":{"tf":1.0}}}}}}},"v":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":2,"docs":{"222":{"tf":1.0},"25":{"tf":1.0}},"n":{"df":1,"docs":{"197":{"tf":1.0}}},"r":{"df":1,"docs":{"185":{"tf":1.7320508075688772}}}},"i":{"d":{"df":17,"docs":{"129":{"tf":1.0},"14":{"tf":1.0},"146":{"tf":1.0},"152":{"tf":1.0},"157":{"tf":1.0},"165":{"tf":1.0},"168":{"tf":1.4142135623730951},"172":{"tf":1.0},"174":{"tf":1.0},"185":{"tf":1.0},"190":{"tf":1.0},"202":{"tf":1.0},"217":{"tf":1.0},"286":{"tf":1.0},"288":{"tf":1.4142135623730951},"41":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":3,"docs":{"146":{"tf":1.0},"216":{"tf":1.4142135623730951},"28":{"tf":1.0}}}}}}},"s":{"df":3,"docs":{"189":{"tf":1.0},"232":{"tf":1.0},"236":{"tf":1.0}},"e":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"222":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"b":{"df":13,"docs":{"110":{"tf":1.0},"146":{"tf":1.4142135623730951},"165":{"tf":1.0},"174":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.7320508075688772},"208":{"tf":2.0},"211":{"tf":1.0},"212":{"tf":1.4142135623730951},"216":{"tf":1.0},"222":{"tf":1.4142135623730951},"223":{"tf":1.4142135623730951},"41":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"72":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"287":{"tf":1.0},"92":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"153":{"tf":1.0},"183":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":5,"docs":{"195":{"tf":1.4142135623730951},"214":{"tf":1.0},"259":{"tf":1.0},"34":{"tf":1.0},"53":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"198":{"tf":1.0},"33":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"178":{"tf":1.0}}}},"t":{"df":2,"docs":{"40":{"tf":1.0},"48":{"tf":1.0}}}}},"q":{"a":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"109":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"248":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":9,"docs":{"101":{"tf":1.0},"112":{"tf":1.0},"115":{"tf":1.0},"162":{"tf":1.0},"226":{"tf":1.0},"256":{"tf":1.0},"261":{"tf":1.0},"42":{"tf":1.0},"9":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"26":{"tf":1.0}}}}}}},"r":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"28":{"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":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"217":{"tf":1.0},"245":{"tf":1.0},"286":{"tf":1.0},"36":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":1,"docs":{"275":{"tf":1.7320508075688772}}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":9,"docs":{"117":{"tf":1.0},"119":{"tf":1.0},"130":{"tf":1.4142135623730951},"178":{"tf":1.0},"23":{"tf":1.0},"32":{"tf":1.0},"57":{"tf":1.4142135623730951},"72":{"tf":1.0},"75":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"130":{"tf":1.0},"15":{"tf":1.0},"168":{"tf":1.0},"63":{"tf":1.0},"74":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"169":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"36":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"199":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"(":{"1":{"0":{"df":9,"docs":{"100":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"65":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}},"5":{"0":{"df":1,"docs":{"120":{"tf":1.0}}},"df":4,"docs":{"116":{"tf":1.4142135623730951},"119":{"tf":1.0},"54":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":1,"docs":{"66":{"tf":1.0}}}},"df":34,"docs":{"104":{"tf":2.0},"113":{"tf":1.0},"116":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951},"142":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"178":{"tf":1.0},"188":{"tf":1.0},"197":{"tf":1.0},"227":{"tf":1.4142135623730951},"23":{"tf":1.0},"236":{"tf":1.4142135623730951},"238":{"tf":1.0},"24":{"tf":1.4142135623730951},"246":{"tf":1.0},"276":{"tf":1.0},"286":{"tf":1.4142135623730951},"32":{"tf":1.0},"34":{"tf":1.0},"42":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"64":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"72":{"tf":1.4142135623730951},"81":{"tf":1.0},"83":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":13,"docs":{"103":{"tf":1.4142135623730951},"19":{"tf":1.0},"38":{"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},"47":{"tf":1.0},"48":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"28":{"tf":1.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"222":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"223":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"222":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"l":{"df":2,"docs":{"222":{"tf":1.7320508075688772},"223":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":5,"docs":{"158":{"tf":1.0},"234":{"tf":1.0},"272":{"tf":1.4142135623730951},"4":{"tf":1.0},"53":{"tf":1.0}}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":7,"docs":{"111":{"tf":1.0},"205":{"tf":1.0},"211":{"tf":1.0},"227":{"tf":1.0},"288":{"tf":1.0},"43":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{}},"df":7,"docs":{"108":{"tf":1.0},"142":{"tf":1.0},"263":{"tf":1.0},"283":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.7320508075688772},"97":{"tf":1.0}},"i":{"df":31,"docs":{"119":{"tf":1.0},"129":{"tf":1.4142135623730951},"134":{"tf":1.0},"14":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":1.0},"153":{"tf":1.0},"158":{"tf":1.0},"18":{"tf":1.0},"186":{"tf":2.23606797749979},"197":{"tf":1.7320508075688772},"199":{"tf":1.0},"200":{"tf":1.0},"21":{"tf":1.0},"217":{"tf":1.4142135623730951},"232":{"tf":2.0},"246":{"tf":1.4142135623730951},"261":{"tf":1.0},"272":{"tf":1.4142135623730951},"286":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":2.449489742783178},"32":{"tf":1.0},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":1.0},"46":{"tf":3.0},"47":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"225":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"244":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"—":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"17":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"l":{"df":11,"docs":{"126":{"tf":1.0},"161":{"tf":1.0},"201":{"tf":1.0},"221":{"tf":1.0},"252":{"tf":1.4142135623730951},"258":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"56":{"tf":1.0},"7":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":1,"docs":{"255":{"tf":1.0}},"—":{"df":0,"docs":{},"k":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"t":{"df":11,"docs":{"103":{"tf":1.0},"105":{"tf":1.0},"118":{"tf":1.0},"156":{"tf":1.0},"171":{"tf":1.0},"180":{"tf":1.0},"197":{"tf":1.0},"5":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"79":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"14":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":8,"docs":{"22":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0},"60":{"tf":1.0},"83":{"tf":1.0},"92":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":4,"docs":{"197":{"tf":1.0},"205":{"tf":1.0},"209":{"tf":1.0},"217":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"128":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}}}}},"v":{"df":6,"docs":{"257":{"tf":1.0},"273":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":10,"docs":{"102":{"tf":1.0},"112":{"tf":1.0},"119":{"tf":1.4142135623730951},"167":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"252":{"tf":1.0},"256":{"tf":1.0},"286":{"tf":1.0},"78":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":15,"docs":{"106":{"tf":1.0},"142":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"232":{"tf":1.0},"235":{"tf":1.4142135623730951},"236":{"tf":1.0},"238":{"tf":1.4142135623730951},"244":{"tf":1.0},"247":{"tf":1.0},"261":{"tf":1.0},"270":{"tf":1.0},"272":{"tf":1.0},"276":{"tf":1.4142135623730951},"277":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":43,"docs":{"111":{"tf":1.0},"123":{"tf":1.0},"144":{"tf":1.0},"192":{"tf":1.7320508075688772},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.4142135623730951},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":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.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":2.0},"226":{"tf":1.0},"285":{"tf":1.0},"3":{"tf":1.0},"62":{"tf":1.0},"9":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"24":{"tf":1.0},"36":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"236":{"tf":1.0},"46":{"tf":1.0}}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"29":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"183":{"tf":1.0}}}}}}}},"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":{"18":{"tf":1.0}}}}}}}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"197":{"tf":1.0},"51":{"tf":1.0}}}},"df":2,"docs":{"22":{"tf":1.0},"45":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"s":{"df":5,"docs":{"183":{"tf":1.0},"189":{"tf":1.0},"230":{"tf":1.0},"261":{"tf":1.0},"272":{"tf":1.0}}}},"df":0,"docs":{},"v":{"df":1,"docs":{"100":{"tf":1.0}}}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"60":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"101":{"tf":1.0},"113":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"111":{"tf":1.0},"119":{"tf":1.0},"90":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":2,"docs":{"277":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"197":{"tf":1.0}}},"v":{"df":5,"docs":{"153":{"tf":1.0},"238":{"tf":1.0},"245":{"tf":1.0},"263":{"tf":1.0},"35":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"126":{"tf":1.0},"23":{"tf":1.0},"50":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"93":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"121":{"tf":1.0},"287":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":1,"docs":{"40":{"tf":1.0}},"r":{"df":0,"docs":{},"t":{"df":6,"docs":{"16":{"tf":1.0},"198":{"tf":1.0},"214":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.4142135623730951},"34":{"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":{"253":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":16,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"150":{"tf":1.0},"152":{"tf":1.7320508075688772},"155":{"tf":1.0},"156":{"tf":1.0},"190":{"tf":1.0},"196":{"tf":1.0},"247":{"tf":1.0},"257":{"tf":1.0},"286":{"tf":1.0},"288":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.7320508075688772},"44":{"tf":1.0},"59":{"tf":1.0}},"t":{"df":2,"docs":{"247":{"tf":1.0},"284":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"222":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":23,"docs":{"119":{"tf":1.4142135623730951},"156":{"tf":1.0},"161":{"tf":1.0},"168":{"tf":1.0},"173":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"189":{"tf":1.0},"196":{"tf":1.0},"216":{"tf":1.0},"239":{"tf":1.0},"241":{"tf":1.0},"255":{"tf":1.0},"264":{"tf":1.0},"286":{"tf":1.0},"287":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0},"57":{"tf":1.4142135623730951},"75":{"tf":1.0},"77":{"tf":1.7320508075688772}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":11,"docs":{"102":{"tf":1.4142135623730951},"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"119":{"tf":1.0},"127":{"tf":1.0},"15":{"tf":1.0},"257":{"tf":1.0},"286":{"tf":1.0},"57":{"tf":1.4142135623730951},"74":{"tf":1.0},"78":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":36,"docs":{"103":{"tf":1.0},"120":{"tf":1.0},"136":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"150":{"tf":1.4142135623730951},"151":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.4142135623730951},"163":{"tf":1.0},"184":{"tf":1.4142135623730951},"188":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"194":{"tf":1.0},"199":{"tf":1.0},"217":{"tf":1.4142135623730951},"235":{"tf":1.4142135623730951},"241":{"tf":1.4142135623730951},"242":{"tf":1.4142135623730951},"244":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"257":{"tf":1.0},"262":{"tf":1.0},"270":{"tf":1.4142135623730951},"272":{"tf":1.0},"274":{"tf":1.4142135623730951},"275":{"tf":1.0},"286":{"tf":1.4142135623730951},"288":{"tf":1.7320508075688772},"35":{"tf":1.4142135623730951},"36":{"tf":1.0},"59":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"17":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"168":{"tf":1.0},"197":{"tf":1.0},"200":{"tf":1.7320508075688772},"209":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"17":{"tf":1.0},"186":{"tf":1.0},"199":{"tf":1.0},"286":{"tf":1.0},"31":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":4,"docs":{"179":{"tf":1.0},"194":{"tf":1.0},"286":{"tf":1.0},"51":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"p":{"df":1,"docs":{"177":{"tf":1.0}}}},"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"174":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"174":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"173":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":38,"docs":{"119":{"tf":2.23606797749979},"131":{"tf":1.0},"146":{"tf":1.0},"15":{"tf":1.0},"161":{"tf":1.0},"163":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.4142135623730951},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"178":{"tf":1.4142135623730951},"179":{"tf":1.0},"180":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"199":{"tf":1.0},"227":{"tf":1.0},"238":{"tf":1.4142135623730951},"239":{"tf":1.4142135623730951},"257":{"tf":1.4142135623730951},"286":{"tf":1.7320508075688772},"288":{"tf":1.0},"29":{"tf":1.0},"32":{"tf":1.4142135623730951},"34":{"tf":1.0},"37":{"tf":1.0},"57":{"tf":2.6457513110645907},"63":{"tf":1.0},"67":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.4142135623730951},"76":{"tf":2.449489742783178},"78":{"tf":1.0},"83":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"57":{"tf":1.0}}}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"173":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":1,"docs":{"4":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"155":{"tf":1.0},"44":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"<":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":3,"docs":{"146":{"tf":1.0},"165":{"tf":1.0},"41":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"216":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":2,"docs":{"146":{"tf":1.0},"165":{"tf":1.0}}}}}}}}}}}},"df":32,"docs":{"10":{"tf":1.0},"106":{"tf":1.4142135623730951},"113":{"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},"132":{"tf":1.0},"133":{"tf":1.0},"137":{"tf":1.4142135623730951},"164":{"tf":1.4142135623730951},"166":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.4142135623730951},"18":{"tf":1.0},"20":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.4142135623730951},"212":{"tf":1.0},"222":{"tf":1.4142135623730951},"223":{"tf":1.0},"266":{"tf":1.0},"288":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"63":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"209":{"tf":1.4142135623730951},"31":{"tf":1.0},"46":{"tf":1.0},"67":{"tf":1.0}},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"24":{"tf":1.0},"4":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":20,"docs":{"134":{"tf":1.7320508075688772},"139":{"tf":1.0},"146":{"tf":1.0},"148":{"tf":1.0},"153":{"tf":1.0},"158":{"tf":1.0},"205":{"tf":1.4142135623730951},"211":{"tf":1.4142135623730951},"212":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"222":{"tf":1.0},"242":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.0},"53":{"tf":1.4142135623730951},"93":{"tf":1.0},"97":{"tf":1.0},"99":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"106":{"tf":1.4142135623730951},"219":{"tf":1.0},"225":{"tf":1.7320508075688772},"40":{"tf":1.0},"50":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":5,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"18":{"tf":1.0},"251":{"tf":1.4142135623730951},"42":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"105":{"tf":1.0},"112":{"tf":1.0},"258":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":3,"docs":{"186":{"tf":1.0},"188":{"tf":1.0},"42":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.4142135623730951}}}}}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"194":{"tf":1.0},"40":{"tf":1.4142135623730951}}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"224":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":2,"docs":{"42":{"tf":1.0},"63":{"tf":1.0}}}},"i":{"d":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"25":{"tf":1.0},"256":{"tf":1.0}}}}},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"250":{"tf":1.0},"286":{"tf":1.0},"45":{"tf":2.0},"47":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":2,"docs":{"130":{"tf":1.0},"225":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"139":{"tf":1.0}}}},"t":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"54":{"tf":1.0},"67":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"c":{"df":1,"docs":{"222":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"280":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":3,"docs":{"246":{"tf":2.6457513110645907},"263":{"tf":1.0},"58":{"tf":1.0}}}},"n":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"146":{"tf":1.0},"165":{"tf":1.0}}}}}}},"df":0,"docs":{}},"_":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":11,"docs":{"172":{"tf":1.7320508075688772},"173":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"211":{"tf":1.4142135623730951},"212":{"tf":1.4142135623730951},"222":{"tf":1.7320508075688772},"223":{"tf":1.4142135623730951},"266":{"tf":1.0},"33":{"tf":1.0},"63":{"tf":1.4142135623730951}},"—":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":113,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"101":{"tf":1.0},"113":{"tf":1.0},"120":{"tf":1.4142135623730951},"122":{"tf":1.7320508075688772},"128":{"tf":1.0},"129":{"tf":2.0},"13":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":2.0},"133":{"tf":1.7320508075688772},"134":{"tf":2.6457513110645907},"135":{"tf":2.449489742783178},"136":{"tf":1.7320508075688772},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.4142135623730951},"14":{"tf":1.0},"140":{"tf":1.4142135623730951},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":2.0},"144":{"tf":1.4142135623730951},"145":{"tf":1.0},"146":{"tf":1.0},"15":{"tf":1.0},"150":{"tf":1.0},"155":{"tf":1.4142135623730951},"16":{"tf":1.4142135623730951},"160":{"tf":1.0},"164":{"tf":1.0},"166":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"17":{"tf":1.4142135623730951},"178":{"tf":1.0},"18":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"184":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":2.449489742783178},"199":{"tf":1.0},"2":{"tf":1.4142135623730951},"20":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"209":{"tf":1.4142135623730951},"211":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"22":{"tf":1.0},"223":{"tf":1.0},"227":{"tf":1.0},"234":{"tf":1.0},"236":{"tf":1.0},"238":{"tf":1.0},"245":{"tf":2.0},"25":{"tf":2.0},"253":{"tf":1.4142135623730951},"256":{"tf":1.7320508075688772},"260":{"tf":1.4142135623730951},"262":{"tf":1.4142135623730951},"263":{"tf":1.0},"264":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"270":{"tf":1.0},"273":{"tf":1.0},"276":{"tf":2.0},"277":{"tf":1.4142135623730951},"279":{"tf":1.0},"280":{"tf":1.0},"281":{"tf":1.0},"286":{"tf":3.1622776601683795},"288":{"tf":1.0},"29":{"tf":2.0},"30":{"tf":1.0},"32":{"tf":1.7320508075688772},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":2.0},"44":{"tf":2.0},"45":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":2.449489742783178},"56":{"tf":1.0},"58":{"tf":2.23606797749979},"59":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"79":{"tf":1.4142135623730951},"8":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.7320508075688772},"85":{"tf":1.0},"9":{"tf":1.4142135623730951},"93":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":2,"docs":{"134":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":3,"docs":{"126":{"tf":1.0},"172":{"tf":1.0},"222":{"tf":1.4142135623730951}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"114":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":15,"docs":{"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},"133":{"tf":1.0},"149":{"tf":1.0},"154":{"tf":1.0},"159":{"tf":1.0},"164":{"tf":1.4142135623730951},"37":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":1,"docs":{"199":{"tf":1.0}}}}}},"df":89,"docs":{"10":{"tf":1.0},"112":{"tf":1.4142135623730951},"113":{"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.4142135623730951},"123":{"tf":1.4142135623730951},"13":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"14":{"tf":2.8284271247461903},"144":{"tf":1.0},"145":{"tf":2.23606797749979},"146":{"tf":2.6457513110645907},"147":{"tf":1.7320508075688772},"148":{"tf":1.4142135623730951},"149":{"tf":1.4142135623730951},"150":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"154":{"tf":1.7320508075688772},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.4142135623730951},"158":{"tf":1.4142135623730951},"159":{"tf":1.7320508075688772},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.7320508075688772},"163":{"tf":2.0},"164":{"tf":2.449489742783178},"165":{"tf":2.449489742783178},"166":{"tf":1.4142135623730951},"168":{"tf":2.23606797749979},"169":{"tf":1.0},"17":{"tf":2.6457513110645907},"173":{"tf":1.0},"175":{"tf":1.0},"177":{"tf":1.7320508075688772},"184":{"tf":1.7320508075688772},"189":{"tf":1.0},"191":{"tf":1.0},"194":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.4142135623730951},"199":{"tf":1.0},"200":{"tf":1.4142135623730951},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"215":{"tf":2.0},"216":{"tf":1.4142135623730951},"217":{"tf":1.7320508075688772},"225":{"tf":1.7320508075688772},"231":{"tf":1.0},"239":{"tf":2.0},"244":{"tf":1.4142135623730951},"247":{"tf":1.4142135623730951},"251":{"tf":2.6457513110645907},"253":{"tf":1.0},"264":{"tf":1.0},"267":{"tf":1.7320508075688772},"271":{"tf":1.0},"280":{"tf":2.0},"284":{"tf":1.0},"286":{"tf":2.0},"288":{"tf":2.0},"30":{"tf":2.0},"31":{"tf":1.4142135623730951},"35":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":2.23606797749979},"41":{"tf":3.3166247903554},"43":{"tf":1.7320508075688772},"44":{"tf":1.0},"46":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"59":{"tf":1.7320508075688772},"61":{"tf":1.0},"95":{"tf":1.0}},"—":{"df":0,"docs":{},"y":{"df":1,"docs":{"145":{"tf":1.0}}}},"’":{"df":1,"docs":{"30":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"—":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"tf":1.0}}}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":16,"docs":{"130":{"tf":1.0},"196":{"tf":1.4142135623730951},"198":{"tf":1.0},"199":{"tf":2.8284271247461903},"201":{"tf":1.0},"225":{"tf":1.0},"233":{"tf":1.4142135623730951},"32":{"tf":1.7320508075688772},"33":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.4142135623730951},"50":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"=":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":12,"docs":{"133":{"tf":1.4142135623730951},"136":{"tf":1.0},"151":{"tf":1.0},"184":{"tf":1.0},"221":{"tf":1.7320508075688772},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"247":{"tf":1.0},"279":{"tf":1.0},"284":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":28,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.7320508075688772},"145":{"tf":1.0},"146":{"tf":1.0},"164":{"tf":1.4142135623730951},"168":{"tf":1.0},"18":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"2":{"tf":1.4142135623730951},"200":{"tf":1.0},"225":{"tf":1.0},"251":{"tf":1.4142135623730951},"280":{"tf":1.0},"286":{"tf":1.0},"29":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"43":{"tf":1.7320508075688772},"44":{"tf":1.0},"46":{"tf":1.4142135623730951},"50":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"76":{"tf":1.0}},"—":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":10,"docs":{"115":{"tf":1.0},"117":{"tf":1.4142135623730951},"198":{"tf":1.0},"2":{"tf":1.0},"287":{"tf":1.7320508075688772},"3":{"tf":1.4142135623730951},"4":{"tf":1.0},"73":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"115":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"238":{"tf":1.0}}}}},"y":{"df":1,"docs":{"12":{"tf":1.0}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":7,"docs":{"151":{"tf":1.0},"157":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.4142135623730951},"246":{"tf":1.0},"59":{"tf":1.0}},"{":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"162":{"tf":1.0}}}}},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"18":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"161":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"<":{"c":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"216":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":7,"docs":{"106":{"tf":1.0},"110":{"tf":1.0},"115":{"tf":1.0},"133":{"tf":1.0},"208":{"tf":2.0},"218":{"tf":1.0},"53":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"98":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"1":{"0":{"df":3,"docs":{"103":{"tf":1.0},"109":{"tf":1.0},"218":{"tf":1.0}}},"df":0,"docs":{}},"2":{"df":15,"docs":{"100":{"tf":1.4142135623730951},"103":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"13":{"tf":1.0},"169":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"232":{"tf":1.0},"236":{"tf":1.0},"276":{"tf":1.0},"29":{"tf":1.0},"42":{"tf":1.0},"54":{"tf":1.0}}},"3":{"df":20,"docs":{"102":{"tf":1.0},"103":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.7320508075688772},"110":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"133":{"tf":1.0},"164":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"251":{"tf":1.0},"37":{"tf":1.0},"53":{"tf":1.4142135623730951},"56":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}},"4":{"df":10,"docs":{"102":{"tf":1.0},"103":{"tf":1.0},"105":{"tf":1.0},"119":{"tf":1.0},"213":{"tf":1.0},"23":{"tf":1.0},"239":{"tf":1.4142135623730951},"258":{"tf":1.0},"57":{"tf":1.0},"77":{"tf":1.0}}},"5":{"df":3,"docs":{"120":{"tf":1.0},"121":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"107":{"tf":1.0},"279":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":16,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":137,"docs":{"10":{"tf":1.0},"105":{"tf":1.0},"108":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"114":{"tf":1.0},"12":{"tf":1.0},"122":{"tf":1.0},"124":{"tf":1.0},"13":{"tf":2.23606797749979},"131":{"tf":2.0},"132":{"tf":2.0},"133":{"tf":1.4142135623730951},"134":{"tf":1.4142135623730951},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"14":{"tf":1.7320508075688772},"140":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.4142135623730951},"143":{"tf":1.0},"144":{"tf":1.4142135623730951},"145":{"tf":1.4142135623730951},"146":{"tf":2.23606797749979},"148":{"tf":1.0},"150":{"tf":1.0},"153":{"tf":1.0},"158":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"17":{"tf":1.4142135623730951},"173":{"tf":1.0},"175":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"188":{"tf":1.0},"19":{"tf":1.4142135623730951},"193":{"tf":2.23606797749979},"194":{"tf":1.4142135623730951},"195":{"tf":1.0},"196":{"tf":2.6457513110645907},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"20":{"tf":1.0},"200":{"tf":1.4142135623730951},"201":{"tf":1.7320508075688772},"203":{"tf":1.4142135623730951},"205":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.4142135623730951},"209":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.7320508075688772},"218":{"tf":1.0},"224":{"tf":1.4142135623730951},"225":{"tf":2.23606797749979},"226":{"tf":1.0},"227":{"tf":1.4142135623730951},"228":{"tf":1.0},"229":{"tf":1.0},"23":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"247":{"tf":1.4142135623730951},"251":{"tf":1.7320508075688772},"254":{"tf":1.4142135623730951},"259":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":2.23606797749979},"279":{"tf":1.7320508075688772},"28":{"tf":1.4142135623730951},"281":{"tf":1.0},"286":{"tf":2.6457513110645907},"288":{"tf":2.0},"29":{"tf":1.7320508075688772},"30":{"tf":1.4142135623730951},"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.4142135623730951},"38":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":2.6457513110645907},"44":{"tf":3.1622776601683795},"46":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"48":{"tf":1.7320508075688772},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":2.23606797749979},"51":{"tf":1.7320508075688772},"52":{"tf":2.23606797749979},"53":{"tf":2.8284271247461903},"54":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"61":{"tf":2.23606797749979},"62":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"77":{"tf":1.0},"79":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951},"95":{"tf":1.0},"96":{"tf":2.0},"97":{"tf":1.0},"99":{"tf":2.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"134":{"tf":1.0},"139":{"tf":1.0},"53":{"tf":1.0}}}}}}},"’":{"df":6,"docs":{"15":{"tf":1.0},"197":{"tf":1.0},"32":{"tf":1.0},"57":{"tf":1.0},"63":{"tf":1.4142135623730951},"82":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"199":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"126":{"tf":1.0},"161":{"tf":1.4142135623730951},"242":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"160":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":2,"docs":{"171":{"tf":1.0},"180":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":4,"docs":{"185":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"51":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"185":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"247":{"tf":1.0},"283":{"tf":1.0}}}},"df":0,"docs":{}}},"c":{"df":3,"docs":{"206":{"tf":1.4142135623730951},"208":{"tf":1.4142135623730951},"45":{"tf":1.7320508075688772}},"o":{"df":0,"docs":{},"n":{"d":{"df":17,"docs":{"113":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.0},"126":{"tf":1.0},"206":{"tf":1.0},"22":{"tf":1.7320508075688772},"250":{"tf":1.7320508075688772},"256":{"tf":2.0},"29":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.0},"45":{"tf":2.0},"46":{"tf":1.0},"53":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":2.449489742783178}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"144":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"d":{"df":8,"docs":{"113":{"tf":1.0},"196":{"tf":1.0},"227":{"tf":1.0},"259":{"tf":1.7320508075688772},"54":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.4142135623730951}}},"df":39,"docs":{"104":{"tf":1.0},"110":{"tf":1.0},"123":{"tf":1.4142135623730951},"165":{"tf":1.0},"2":{"tf":1.0},"209":{"tf":1.0},"216":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"263":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"272":{"tf":1.0},"28":{"tf":1.0},"281":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0},"94":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"168":{"tf":1.0}}}},"df":0,"docs":{}},"f":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"222":{"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":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"206":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":1,"docs":{"208":{"tf":1.0}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"p":{"df":1,"docs":{"212":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"208":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"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":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"216":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":6,"docs":{"206":{"tf":2.23606797749979},"208":{"tf":2.23606797749979},"212":{"tf":1.4142135623730951},"222":{"tf":1.7320508075688772},"223":{"tf":1.7320508075688772},"97":{"tf":1.0}}}},"n":{"d":{"df":4,"docs":{"173":{"tf":1.0},"174":{"tf":1.0},"205":{"tf":1.0},"211":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":3,"docs":{"0":{"tf":1.0},"205":{"tf":1.0},"98":{"tf":1.0}},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"i":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"100":{"tf":1.0},"12":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":5,"docs":{"244":{"tf":1.4142135623730951},"245":{"tf":1.0},"246":{"tf":1.0},"270":{"tf":1.4142135623730951},"46":{"tf":1.0}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":14,"docs":{"113":{"tf":1.0},"17":{"tf":1.0},"194":{"tf":1.4142135623730951},"195":{"tf":1.0},"200":{"tf":1.0},"23":{"tf":1.7320508075688772},"245":{"tf":1.0},"250":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"34":{"tf":1.0},"42":{"tf":1.7320508075688772},"50":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"125":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"131":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":5,"docs":{"136":{"tf":1.0},"190":{"tf":1.0},"245":{"tf":1.0},"263":{"tf":1.0},"276":{"tf":1.0}}}},"df":1,"docs":{"128":{"tf":1.0}}},"v":{"df":4,"docs":{"198":{"tf":1.0},"225":{"tf":1.0},"33":{"tf":1.0},"47":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"31":{"tf":1.0}}}},"i":{"c":{"df":11,"docs":{"153":{"tf":1.0},"158":{"tf":1.0},"184":{"tf":1.0},"2":{"tf":2.0},"24":{"tf":1.0},"242":{"tf":1.0},"272":{"tf":1.0},"286":{"tf":1.7320508075688772},"30":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":25,"docs":{"101":{"tf":1.0},"109":{"tf":1.4142135623730951},"115":{"tf":1.0},"117":{"tf":1.0},"12":{"tf":1.4142135623730951},"130":{"tf":1.0},"143":{"tf":1.0},"181":{"tf":1.0},"190":{"tf":1.0},"192":{"tf":1.0},"195":{"tf":1.0},"227":{"tf":1.4142135623730951},"241":{"tf":1.0},"281":{"tf":1.0},"288":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"9":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":2,"docs":{"123":{"tf":1.0},"51":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"184":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":16,"docs":{"112":{"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},"150":{"tf":1.0},"178":{"tf":1.0},"194":{"tf":1.0},"20":{"tf":1.0},"221":{"tf":1.0},"227":{"tf":1.0},"43":{"tf":1.0},"49":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":9,"docs":{"113":{"tf":1.0},"150":{"tf":1.0},"172":{"tf":1.0},"222":{"tf":1.0},"225":{"tf":1.0},"286":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"63":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"227":{"tf":1.7320508075688772}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"41":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"245":{"tf":1.0},"25":{"tf":1.4142135623730951},"256":{"tf":1.0},"53":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"277":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"185":{"tf":1.0}}}}}},"df":0,"docs":{}}},"w":{"df":17,"docs":{"10":{"tf":1.0},"114":{"tf":1.0},"124":{"tf":1.0},"16":{"tf":1.0},"188":{"tf":1.0},"198":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"221":{"tf":1.0},"246":{"tf":1.4142135623730951},"4":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}},"n":{"df":1,"docs":{"174":{"tf":1.0}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"181":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":13,"docs":{"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"198":{"tf":1.0},"209":{"tf":1.0},"24":{"tf":2.0},"26":{"tf":1.0},"286":{"tf":1.0},"30":{"tf":1.0},"33":{"tf":2.0},"34":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"85":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"217":{"tf":1.0},"247":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":8,"docs":{"13":{"tf":1.0},"160":{"tf":1.0},"206":{"tf":1.0},"222":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"55":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"133":{"tf":1.0},"147":{"tf":1.0},"53":{"tf":1.0}}}},"—":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":5,"docs":{"142":{"tf":1.0},"188":{"tf":1.0},"263":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"125":{"tf":1.4142135623730951},"129":{"tf":1.0},"178":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"n":{"df":3,"docs":{"258":{"tf":1.0},"60":{"tf":1.0},"79":{"tf":1.0}},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"—":{"a":{"df":1,"docs":{"56":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":9,"docs":{"151":{"tf":1.0},"152":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"161":{"tf":1.0},"194":{"tf":1.0},"198":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.0}}}}},"t":{"df":1,"docs":{"50":{"tf":1.0}}},"x":{"df":1,"docs":{"28":{"tf":1.7320508075688772}}},"z":{"df":0,"docs":{},"e":{"df":7,"docs":{"117":{"tf":1.0},"12":{"tf":1.0},"195":{"tf":1.0},"24":{"tf":1.0},"287":{"tf":1.0},"33":{"tf":1.0},"72":{"tf":1.4142135623730951}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":4,"docs":{"19":{"tf":1.0},"38":{"tf":1.0},"61":{"tf":1.0},"95":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"31":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"47":{"tf":1.0}}}}}}}},"o":{"df":2,"docs":{"178":{"tf":1.0},"179":{"tf":1.0}},"t":{"df":8,"docs":{"12":{"tf":1.0},"195":{"tf":1.0},"22":{"tf":1.0},"286":{"tf":1.0},"45":{"tf":1.0},"58":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.0}}},"w":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"244":{"tf":1.0}}}}}}}}}},"df":11,"docs":{"109":{"tf":1.0},"125":{"tf":1.0},"155":{"tf":1.0},"22":{"tf":1.4142135623730951},"234":{"tf":1.0},"235":{"tf":2.0},"244":{"tf":1.0},"272":{"tf":1.0},"47":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"103":{"tf":1.0},"156":{"tf":1.0},"235":{"tf":1.0},"250":{"tf":1.0},"288":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"161":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"273":{"tf":1.0}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"255":{"tf":1.0},"55":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"109":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"247":{"tf":1.0}}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":6,"docs":{"101":{"tf":1.0},"104":{"tf":1.0},"115":{"tf":1.4142135623730951},"224":{"tf":1.0},"245":{"tf":1.0},"256":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"223":{"tf":1.0},"36":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"o":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"101":{"tf":1.0},"256":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":15,"docs":{"228":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"247":{"tf":1.0},"270":{"tf":1.0}}}},"v":{"df":1,"docs":{"7":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"173":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":8,"docs":{"197":{"tf":1.0},"203":{"tf":1.0},"214":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"53":{"tf":1.0},"63":{"tf":1.0},"9":{"tf":1.0}}},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"127":{"tf":1.0},"245":{"tf":2.0}}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"54":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}},"r":{"c":{"df":2,"docs":{"116":{"tf":1.0},"253":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":3,"docs":{"142":{"tf":1.0},"184":{"tf":1.0},"188":{"tf":1.0}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"21":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"21":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":12,"docs":{"136":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"200":{"tf":1.0},"262":{"tf":1.0},"264":{"tf":1.0},"288":{"tf":1.0},"30":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"199":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":31,"docs":{"107":{"tf":1.4142135623730951},"112":{"tf":1.0},"117":{"tf":1.0},"12":{"tf":1.0},"121":{"tf":1.4142135623730951},"123":{"tf":1.0},"131":{"tf":1.0},"146":{"tf":1.0},"155":{"tf":1.0},"160":{"tf":1.0},"170":{"tf":1.0},"184":{"tf":1.4142135623730951},"20":{"tf":1.0},"203":{"tf":1.4142135623730951},"214":{"tf":1.0},"227":{"tf":1.0},"240":{"tf":1.4142135623730951},"255":{"tf":1.0},"257":{"tf":1.0},"268":{"tf":1.0},"27":{"tf":1.0},"281":{"tf":1.0},"287":{"tf":1.4142135623730951},"33":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"43":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.0},"7":{"tf":1.0}},"i":{"df":2,"docs":{"41":{"tf":1.0},"45":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":6,"docs":{"113":{"tf":1.0},"261":{"tf":1.0},"277":{"tf":1.0},"286":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0}}},"df":0,"docs":{}},"n":{"d":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"194":{"tf":1.0},"40":{"tf":1.0},"50":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"121":{"tf":1.0}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"120":{"tf":1.0},"58":{"tf":1.0}}}},"l":{"df":2,"docs":{"40":{"tf":1.0},"47":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"152":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":12,"docs":{"131":{"tf":1.0},"251":{"tf":1.0},"28":{"tf":2.0},"29":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"31":{"tf":1.7320508075688772},"32":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"37":{"tf":2.6457513110645907},"41":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"162":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"287":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":7,"docs":{"273":{"tf":1.0},"286":{"tf":1.0},"34":{"tf":1.0},"53":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":3,"docs":{"113":{"tf":1.0},"281":{"tf":1.0},"43":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":2,"docs":{"12":{"tf":1.0},"195":{"tf":1.4142135623730951}},"t":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"173":{"tf":1.0},"222":{"tf":1.0}}}}}}},"df":0,"docs":{}},"_":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"223":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":43,"docs":{"104":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"129":{"tf":1.0},"134":{"tf":1.0},"142":{"tf":1.0},"146":{"tf":1.0},"15":{"tf":1.4142135623730951},"153":{"tf":1.0},"154":{"tf":1.0},"162":{"tf":1.0},"17":{"tf":1.0},"178":{"tf":1.0},"186":{"tf":1.0},"188":{"tf":1.0},"195":{"tf":1.0},"197":{"tf":1.4142135623730951},"198":{"tf":1.4142135623730951},"199":{"tf":1.0},"211":{"tf":1.0},"222":{"tf":1.0},"231":{"tf":1.0},"234":{"tf":1.4142135623730951},"236":{"tf":1.0},"241":{"tf":1.4142135623730951},"255":{"tf":1.0},"261":{"tf":1.7320508075688772},"286":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"38":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":2.0},"52":{"tf":1.0},"53":{"tf":1.7320508075688772},"60":{"tf":1.0},"62":{"tf":1.0},"84":{"tf":1.0},"9":{"tf":1.7320508075688772},"97":{"tf":1.0},"98":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"—":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"p":{"df":13,"docs":{"151":{"tf":1.0},"156":{"tf":1.0},"161":{"tf":1.0},"18":{"tf":1.0},"186":{"tf":1.0},"232":{"tf":1.0},"246":{"tf":1.0},"261":{"tf":1.0},"286":{"tf":1.0},"36":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"83":{"tf":1.0}}}},"{":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"162":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":15,"docs":{"113":{"tf":1.0},"126":{"tf":1.0},"150":{"tf":1.0},"165":{"tf":1.0},"2":{"tf":1.0},"211":{"tf":1.0},"214":{"tf":1.0},"24":{"tf":1.7320508075688772},"246":{"tf":1.0},"272":{"tf":1.4142135623730951},"286":{"tf":1.0},"288":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":1.0},"63":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"158":{"tf":1.0},"184":{"tf":1.0},"242":{"tf":1.4142135623730951},"30":{"tf":1.0},"35":{"tf":1.0}}}}}}}},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"’":{"df":0,"docs":{},"r":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}}}},"i":{"c":{"df":2,"docs":{"173":{"tf":1.0},"222":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":3,"docs":{"158":{"tf":1.0},"209":{"tf":1.0},"30":{"tf":1.0}}}},"y":{"df":11,"docs":{"105":{"tf":1.0},"122":{"tf":1.0},"128":{"tf":1.0},"14":{"tf":1.0},"152":{"tf":1.0},"178":{"tf":1.0},"223":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":1.0},"47":{"tf":1.0},"59":{"tf":1.0}}}},"d":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{":":{":":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"(":{"\\"":{"c":{"df":0,"docs":{},"i":{"\\"":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"107":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"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":12,"docs":{"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},"133":{"tf":1.0},"164":{"tf":1.4142135623730951},"173":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{":":{":":{"a":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"222":{"tf":1.0}}},"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":{":":{":":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"115":{"tf":1.0},"133":{"tf":1.0},"169":{"tf":1.0},"53":{"tf":1.0}}}}},"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":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"234":{"tf":1.0},"263":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"234":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"42":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"198":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":7,"docs":{"17":{"tf":1.0},"188":{"tf":1.0},"19":{"tf":1.4142135623730951},"196":{"tf":1.0},"204":{"tf":1.4142135623730951},"30":{"tf":1.0},"53":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":12,"docs":{"109":{"tf":1.0},"119":{"tf":1.0},"125":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"247":{"tf":1.0},"253":{"tf":1.0},"273":{"tf":1.0},"31":{"tf":1.0},"45":{"tf":1.4142135623730951},"53":{"tf":1.0},"54":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":13,"docs":{"15":{"tf":1.4142135623730951},"153":{"tf":1.0},"178":{"tf":1.0},"197":{"tf":1.0},"199":{"tf":1.4142135623730951},"214":{"tf":1.0},"286":{"tf":1.0},"288":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"45":{"tf":1.0},"7":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"184":{"tf":1.0},"287":{"tf":1.0},"3":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"33":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":2,"docs":{"19":{"tf":1.0},"9":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"108":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":8,"docs":{"173":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"266":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"286":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"104":{"tf":1.0},"120":{"tf":1.4142135623730951},"58":{"tf":1.0},"8":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"124":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"t":{"df":10,"docs":{"165":{"tf":1.0},"173":{"tf":1.0},"206":{"tf":1.0},"208":{"tf":1.0},"212":{"tf":1.0},"216":{"tf":1.4142135623730951},"222":{"tf":1.0},"223":{"tf":1.0},"279":{"tf":1.0},"29":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"10":{"tf":1.0},"108":{"tf":1.0},"288":{"tf":1.0},"40":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"b":{"df":1,"docs":{"129":{"tf":1.0}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"247":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":2,"docs":{"112":{"tf":1.0},"227":{"tf":1.4142135623730951}}}}}},"u":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":8,"docs":{"125":{"tf":1.4142135623730951},"127":{"tf":1.0},"238":{"tf":1.0},"286":{"tf":1.0},"54":{"tf":1.0},"57":{"tf":1.0},"67":{"tf":1.0},"89":{"tf":1.0}}}},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"&":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"42":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"x":{"df":1,"docs":{"21":{"tf":1.0}}}}},"df":22,"docs":{"116":{"tf":1.4142135623730951},"127":{"tf":1.4142135623730951},"15":{"tf":1.0},"16":{"tf":1.0},"197":{"tf":1.4142135623730951},"198":{"tf":1.0},"2":{"tf":1.0},"238":{"tf":1.4142135623730951},"286":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0},"54":{"tf":1.7320508075688772},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.4142135623730951},"68":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"117":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":3,"docs":{"12":{"tf":1.0},"195":{"tf":1.0},"287":{"tf":1.4142135623730951}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"35":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":9,"docs":{"1":{"tf":1.0},"105":{"tf":1.4142135623730951},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"287":{"tf":1.0},"3":{"tf":1.4142135623730951},"70":{"tf":1.0},"90":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"l":{"df":5,"docs":{"256":{"tf":1.0},"273":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"34":{"tf":1.0}},"e":{"d":{"df":2,"docs":{"13":{"tf":1.0},"188":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"s":{"df":16,"docs":{"109":{"tf":1.0},"134":{"tf":1.0},"138":{"tf":1.4142135623730951},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"198":{"tf":1.0},"200":{"tf":1.0},"209":{"tf":1.0},"227":{"tf":1.0},"273":{"tf":1.0},"286":{"tf":1.4142135623730951},"288":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.7320508075688772},"53":{"tf":1.0},"7":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":6,"docs":{"117":{"tf":1.0},"138":{"tf":1.0},"142":{"tf":1.0},"188":{"tf":1.0},"4":{"tf":1.0},"92":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"241":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":6,"docs":{"142":{"tf":1.0},"160":{"tf":1.0},"184":{"tf":1.7320508075688772},"188":{"tf":1.0},"2":{"tf":1.0},"26":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"164":{"tf":1.0},"8":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"26":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"172":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":17,"docs":{"156":{"tf":1.0},"157":{"tf":1.0},"163":{"tf":1.0},"168":{"tf":1.4142135623730951},"169":{"tf":1.0},"173":{"tf":1.7320508075688772},"176":{"tf":1.0},"177":{"tf":1.7320508075688772},"226":{"tf":1.0},"239":{"tf":1.7320508075688772},"286":{"tf":1.0},"288":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":1.0},"9":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"0":{"tf":1.0}}},"f":{"a":{"c":{"df":3,"docs":{"174":{"tf":1.4142135623730951},"175":{"tf":1.0},"199":{"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":{"113":{"tf":1.0},"196":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"257":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"120":{"tf":1.0}}}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"p":{"df":4,"docs":{"112":{"tf":1.0},"122":{"tf":1.0},"145":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"40":{"tf":1.0}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":13,"docs":{"228":{"tf":1.0},"230":{"tf":1.4142135623730951},"231":{"tf":1.4142135623730951},"232":{"tf":1.4142135623730951},"234":{"tf":1.4142135623730951},"235":{"tf":1.4142135623730951},"236":{"tf":1.4142135623730951},"238":{"tf":1.4142135623730951},"239":{"tf":1.4142135623730951},"241":{"tf":1.4142135623730951},"242":{"tf":1.4142135623730951},"244":{"tf":1.4142135623730951},"245":{"tf":1.4142135623730951}}}}}}},"n":{"c":{"df":7,"docs":{"131":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"205":{"tf":1.0},"211":{"tf":1.0},"31":{"tf":1.0},"7":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"124":{"tf":1.0},"125":{"tf":1.4142135623730951},"129":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.0}}}},"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"241":{"tf":1.0}}}}},"df":26,"docs":{"105":{"tf":1.0},"112":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"214":{"tf":1.0},"235":{"tf":1.0},"24":{"tf":1.4142135623730951},"258":{"tf":1.0},"286":{"tf":2.0},"33":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0},"62":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0}}}}}}}},"t":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":9,"docs":{"11":{"tf":1.0},"146":{"tf":1.0},"216":{"tf":1.0},"22":{"tf":1.0},"250":{"tf":1.0},"261":{"tf":1.4142135623730951},"273":{"tf":1.0},"45":{"tf":1.0},"53":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"18":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"3":{"0":{"df":2,"docs":{"57":{"tf":1.0},"76":{"tf":1.0}}},"df":0,"docs":{}},"4":{"5":{"df":5,"docs":{"102":{"tf":1.0},"119":{"tf":1.0},"23":{"tf":1.0},"75":{"tf":1.0},"77":{"tf":1.0}}},"df":0,"docs":{}},"6":{"0":{"df":3,"docs":{"105":{"tf":1.0},"37":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":1,"docs":{"76":{"tf":1.0}}}}},"df":0,"docs":{}},"df":2,"docs":{"119":{"tf":1.0},"57":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"222":{"tf":1.4142135623730951},"223":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"223":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":9,"docs":{"168":{"tf":1.0},"169":{"tf":1.0},"216":{"tf":1.0},"222":{"tf":1.4142135623730951},"223":{"tf":1.7320508075688772},"235":{"tf":1.0},"286":{"tf":1.0},"76":{"tf":1.0},"85":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"k":{"df":4,"docs":{"197":{"tf":1.0},"286":{"tf":1.0},"32":{"tf":1.0},"63":{"tf":1.0}}}}},"d":{"df":1,"docs":{"162":{"tf":1.0}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"124":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":2,"docs":{"113":{"tf":1.0},"227":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":3,"docs":{"18":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"38":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"188":{"tf":1.0},"263":{"tf":1.0},"4":{"tf":1.0}}}},"m":{"df":0,"docs":{},"p":{"df":2,"docs":{"148":{"tf":1.0},"35":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":5,"docs":{"141":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"187":{"tf":1.0},"30":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"n":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"161":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"47":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"m":{"df":3,"docs":{"10":{"tf":1.0},"285":{"tf":1.4142135623730951},"58":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"(":{"#":{"[":{"c":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"280":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{},"s":{"df":1,"docs":{"164":{"tf":1.0}}}}}}}},"df":0,"docs":{},"l":{"df":3,"docs":{"133":{"tf":1.4142135623730951},"138":{"tf":1.0},"53":{"tf":1.4142135623730951}},"o":{"c":{"df":1,"docs":{"164":{"tf":1.0}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"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":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"106":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"106":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"_":{"5":{"df":1,"docs":{"60":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":168,"docs":{"0":{"tf":1.0},"10":{"tf":2.0},"100":{"tf":1.0},"101":{"tf":2.0},"102":{"tf":2.23606797749979},"103":{"tf":2.0},"104":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"106":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":2.23606797749979},"11":{"tf":1.4142135623730951},"114":{"tf":1.4142135623730951},"115":{"tf":2.23606797749979},"116":{"tf":2.23606797749979},"117":{"tf":1.7320508075688772},"118":{"tf":2.0},"119":{"tf":2.0},"12":{"tf":1.7320508075688772},"120":{"tf":2.0},"121":{"tf":1.7320508075688772},"123":{"tf":1.0},"124":{"tf":1.0},"127":{"tf":1.0},"13":{"tf":2.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.7320508075688772},"134":{"tf":2.23606797749979},"135":{"tf":2.8284271247461903},"136":{"tf":2.6457513110645907},"138":{"tf":1.4142135623730951},"139":{"tf":1.0},"14":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.7320508075688772},"142":{"tf":1.7320508075688772},"143":{"tf":1.4142135623730951},"149":{"tf":1.0},"15":{"tf":1.4142135623730951},"150":{"tf":2.0},"151":{"tf":1.0},"155":{"tf":1.4142135623730951},"156":{"tf":1.0},"158":{"tf":1.0},"16":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"161":{"tf":1.0},"164":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"17":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.4142135623730951},"175":{"tf":1.0},"178":{"tf":1.4142135623730951},"18":{"tf":2.23606797749979},"180":{"tf":1.0},"181":{"tf":1.0},"183":{"tf":1.0},"185":{"tf":1.4142135623730951},"187":{"tf":1.7320508075688772},"188":{"tf":1.7320508075688772},"19":{"tf":1.7320508075688772},"190":{"tf":1.7320508075688772},"193":{"tf":1.0},"194":{"tf":2.23606797749979},"198":{"tf":1.4142135623730951},"199":{"tf":1.0},"2":{"tf":1.7320508075688772},"20":{"tf":2.0},"200":{"tf":1.0},"201":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"209":{"tf":1.0},"21":{"tf":1.7320508075688772},"210":{"tf":1.0},"212":{"tf":1.0},"219":{"tf":2.0},"22":{"tf":1.0},"221":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.4142135623730951},"228":{"tf":1.0},"23":{"tf":1.7320508075688772},"232":{"tf":1.0},"234":{"tf":1.7320508075688772},"24":{"tf":1.0},"243":{"tf":1.4142135623730951},"244":{"tf":2.23606797749979},"245":{"tf":3.0},"246":{"tf":2.23606797749979},"247":{"tf":1.7320508075688772},"25":{"tf":1.0},"250":{"tf":1.4142135623730951},"252":{"tf":2.23606797749979},"253":{"tf":1.0},"255":{"tf":2.449489742783178},"256":{"tf":2.449489742783178},"257":{"tf":1.0},"258":{"tf":1.7320508075688772},"259":{"tf":1.0},"26":{"tf":1.4142135623730951},"260":{"tf":1.4142135623730951},"261":{"tf":1.4142135623730951},"262":{"tf":2.23606797749979},"263":{"tf":2.23606797749979},"264":{"tf":1.4142135623730951},"268":{"tf":1.0},"27":{"tf":1.0},"270":{"tf":2.0},"275":{"tf":1.4142135623730951},"276":{"tf":2.0},"277":{"tf":1.7320508075688772},"279":{"tf":1.0},"280":{"tf":1.7320508075688772},"281":{"tf":1.4142135623730951},"284":{"tf":1.0},"286":{"tf":3.0},"288":{"tf":2.23606797749979},"29":{"tf":1.0},"3":{"tf":1.4142135623730951},"31":{"tf":1.0},"34":{"tf":1.7320508075688772},"35":{"tf":2.23606797749979},"36":{"tf":1.7320508075688772},"38":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":2.23606797749979},"40":{"tf":2.23606797749979},"41":{"tf":1.4142135623730951},"42":{"tf":2.449489742783178},"43":{"tf":1.0},"44":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772},"46":{"tf":1.7320508075688772},"47":{"tf":1.7320508075688772},"48":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":2.0},"51":{"tf":1.7320508075688772},"52":{"tf":1.0},"53":{"tf":2.23606797749979},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.7320508075688772},"57":{"tf":2.0},"58":{"tf":1.4142135623730951},"59":{"tf":2.0},"6":{"tf":1.0},"60":{"tf":2.6457513110645907},"61":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":2.0},"73":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":2.0},"80":{"tf":1.7320508075688772},"81":{"tf":1.0},"9":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"169":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"{":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"223":{"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":{"173":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"222":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"222":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"s":{":":{":":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":2,"docs":{"167":{"tf":1.0},"169":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{},"—":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"257":{"tf":1.0}}}}}}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"60":{"tf":1.0}}}},"t":{"df":0,"docs":{},"’":{"df":2,"docs":{"58":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"’":{"df":1,"docs":{"53":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"’":{"d":{"df":1,"docs":{"36":{"tf":1.4142135623730951}}},"df":0,"docs":{},"r":{"df":4,"docs":{"193":{"tf":1.0},"198":{"tf":1.0},"2":{"tf":1.0},"53":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":10,"docs":{"109":{"tf":1.0},"15":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"193":{"tf":1.0},"197":{"tf":1.0},"258":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0},"60":{"tf":1.0}}},"k":{"df":6,"docs":{"12":{"tf":1.0},"181":{"tf":1.0},"2":{"tf":1.0},"22":{"tf":1.0},"42":{"tf":1.0},"58":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"277":{"tf":1.0},"60":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"55":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.0}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":3,"docs":{"112":{"tf":1.0},"185":{"tf":1.0},"34":{"tf":1.0}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"250":{"tf":1.0},"44":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"143":{"tf":1.0},"270":{"tf":1.0}},"s":{"=":{"1":{"df":5,"docs":{"136":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"263":{"tf":1.0},"276":{"tf":1.0}}},"2":{"df":4,"docs":{"136":{"tf":1.0},"190":{"tf":1.0},"244":{"tf":1.0},"262":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":5,"docs":{"13":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.0},"53":{"tf":1.0},"79":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"(":{"0":{".":{"9":{"0":{"df":2,"docs":{"238":{"tf":1.0},"89":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":5,"docs":{"128":{"tf":1.0},"238":{"tf":1.4142135623730951},"34":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":19,"docs":{"108":{"tf":1.7320508075688772},"159":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"201":{"tf":1.0},"220":{"tf":1.0},"228":{"tf":1.0},"246":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.4142135623730951},"29":{"tf":1.0},"42":{"tf":1.4142135623730951},"44":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"67":{"tf":1.0},"9":{"tf":1.0},"91":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"198":{"tf":1.0},"212":{"tf":1.0},"285":{"tf":1.0},"286":{"tf":1.0},"37":{"tf":1.0},"81":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"113":{"tf":1.0}}}}}}}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"c":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"206":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":1,"docs":{"206":{"tf":1.0}}}},"df":1,"docs":{"41":{"tf":1.0}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":2,"docs":{"4":{"tf":1.0},"40":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"e":{"df":42,"docs":{"113":{"tf":1.0},"119":{"tf":1.0},"12":{"tf":1.0},"121":{"tf":1.0},"126":{"tf":1.0},"128":{"tf":1.7320508075688772},"134":{"tf":1.0},"15":{"tf":1.0},"195":{"tf":1.0},"197":{"tf":1.4142135623730951},"22":{"tf":2.23606797749979},"234":{"tf":1.4142135623730951},"238":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.4142135623730951},"250":{"tf":2.449489742783178},"252":{"tf":1.0},"256":{"tf":1.7320508075688772},"26":{"tf":1.0},"261":{"tf":1.0},"27":{"tf":1.0},"270":{"tf":1.4142135623730951},"276":{"tf":1.0},"286":{"tf":2.6457513110645907},"32":{"tf":1.0},"33":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"45":{"tf":3.4641016151377544},"46":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0},"76":{"tf":1.7320508075688772},"77":{"tf":1.0},"78":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"179":{"tf":1.0},"209":{"tf":1.0},"232":{"tf":1.7320508075688772},"46":{"tf":1.0},"89":{"tf":1.0}}}}},"r":{"df":2,"docs":{"125":{"tf":1.4142135623730951},"32":{"tf":1.0}}},"’":{"df":2,"docs":{"15":{"tf":1.0},"209":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":5,"docs":{"141":{"tf":1.0},"232":{"tf":1.0},"234":{"tf":1.7320508075688772},"247":{"tf":1.0},"263":{"tf":1.0}}}}}}},"df":2,"docs":{"149":{"tf":1.0},"187":{"tf":1.0}}}},"o":{"d":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"176":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":9,"docs":{"10":{"tf":1.0},"118":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":1.0},"193":{"tf":1.0},"214":{"tf":1.0},"252":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"197":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"171":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":12,"docs":{"106":{"tf":1.4142135623730951},"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},"133":{"tf":1.0},"164":{"tf":1.4142135623730951},"53":{"tf":1.0},"54":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"{":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"206":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"102":{"tf":1.0},"103":{"tf":1.0},"119":{"tf":1.7320508075688772},"128":{"tf":1.0},"130":{"tf":1.0},"239":{"tf":1.4142135623730951},"255":{"tf":1.4142135623730951},"57":{"tf":1.0},"78":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"89":{"tf":1.0}}},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"151":{"tf":1.0},"184":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":2,"docs":{"125":{"tf":1.0},"176":{"tf":1.0}}}},"p":{"df":3,"docs":{"235":{"tf":1.0},"242":{"tf":1.0},"97":{"tf":1.0}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":46,"docs":{"10":{"tf":1.0},"112":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"117":{"tf":1.0},"12":{"tf":2.0},"121":{"tf":2.23606797749979},"124":{"tf":1.0},"13":{"tf":1.0},"130":{"tf":2.0},"153":{"tf":1.0},"17":{"tf":1.0},"172":{"tf":1.0},"176":{"tf":1.7320508075688772},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":2.6457513110645907},"196":{"tf":1.4142135623730951},"2":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"218":{"tf":2.0},"222":{"tf":1.4142135623730951},"225":{"tf":1.0},"227":{"tf":1.0},"23":{"tf":1.0},"234":{"tf":1.0},"286":{"tf":2.0},"288":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"30":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":2.8284271247461903},"44":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"55":{"tf":2.23606797749979},"60":{"tf":1.0},"67":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":2.6457513110645907}},"y":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"g":{"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":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"222":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"3":{"df":2,"docs":{"12":{"tf":1.0},"43":{"tf":1.0}}},"5":{"df":1,"docs":{"98":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"’":{"df":2,"docs":{"45":{"tf":1.0},"82":{"tf":1.0}}}}}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"227":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"201":{"tf":1.0},"40":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":5,"docs":{"17":{"tf":1.0},"225":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0},"50":{"tf":1.0}}},"k":{"df":9,"docs":{"286":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.0},"84":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"247":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":8,"docs":{"145":{"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},"46":{"tf":1.0}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"225":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":33,"docs":{"105":{"tf":1.4142135623730951},"11":{"tf":1.0},"112":{"tf":1.0},"118":{"tf":1.7320508075688772},"126":{"tf":1.7320508075688772},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"17":{"tf":1.0},"170":{"tf":1.0},"18":{"tf":1.0},"194":{"tf":1.0},"197":{"tf":1.7320508075688772},"200":{"tf":1.0},"204":{"tf":1.0},"214":{"tf":1.0},"217":{"tf":1.0},"23":{"tf":1.0},"256":{"tf":1.0},"258":{"tf":1.0},"286":{"tf":1.0},"34":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":2.449489742783178},"50":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.7320508075688772},"56":{"tf":1.4142135623730951},"58":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"69":{"tf":1.0},"7":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":15,"docs":{"110":{"tf":1.0},"146":{"tf":1.4142135623730951},"174":{"tf":1.4142135623730951},"198":{"tf":1.0},"205":{"tf":2.0},"208":{"tf":1.0},"211":{"tf":1.7320508075688772},"216":{"tf":2.0},"221":{"tf":1.0},"227":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772},"63":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":57,"docs":{"100":{"tf":1.0},"103":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":3.1622776601683795},"118":{"tf":2.23606797749979},"119":{"tf":1.0},"120":{"tf":1.4142135623730951},"121":{"tf":1.0},"13":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":2.0},"198":{"tf":1.0},"2":{"tf":1.4142135623730951},"205":{"tf":1.0},"227":{"tf":1.4142135623730951},"236":{"tf":1.4142135623730951},"238":{"tf":2.8284271247461903},"24":{"tf":1.0},"252":{"tf":1.0},"255":{"tf":1.0},"259":{"tf":1.4142135623730951},"273":{"tf":1.0},"286":{"tf":1.7320508075688772},"287":{"tf":1.4142135623730951},"288":{"tf":1.0},"289":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"37":{"tf":1.0},"42":{"tf":1.7320508075688772},"50":{"tf":1.0},"54":{"tf":3.605551275463989},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"60":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":2.23606797749979},"65":{"tf":1.7320508075688772},"66":{"tf":1.4142135623730951},"67":{"tf":2.0},"68":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"86":{"tf":1.7320508075688772},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.4142135623730951},"98":{"tf":1.0},"99":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":1,"docs":{"135":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"116":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"100":{"tf":1.0},"68":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"5":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"66":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"0":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":10,"docs":{"100":{"tf":1.0},"102":{"tf":1.0},"107":{"tf":1.0},"109":{"tf":1.4142135623730951},"213":{"tf":1.0},"238":{"tf":1.0},"251":{"tf":1.0},"279":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"1":{"0":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"258":{"tf":1.0},"79":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"102":{"tf":1.0},"107":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"87":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"66":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"0":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"104":{"tf":1.0}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"5":{"0":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"109":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"1":{"5":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"105":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"0":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"104":{"tf":1.0}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"1":{"0":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"66":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"104":{"tf":1.0},"106":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"3":{"df":1,"docs":{"276":{"tf":1.0}}},"5":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":6,"docs":{"13":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"29":{"tf":1.0},"54":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"0":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"106":{"tf":1.0}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"5":{"0":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"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":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"209":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"112":{"tf":1.0},"175":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"162":{"tf":1.0},"51":{"tf":1.7320508075688772}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"124":{"tf":1.0}}}},"df":2,"docs":{"247":{"tf":1.0},"60":{"tf":1.0}},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"127":{"tf":1.0},"32":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":26,"docs":{"111":{"tf":1.0},"228":{"tf":1.7320508075688772},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"247":{"tf":1.0},"263":{"tf":1.0},"269":{"tf":1.4142135623730951},"272":{"tf":1.0},"283":{"tf":1.0},"9":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"126":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"e":{"df":4,"docs":{"169":{"tf":1.4142135623730951},"244":{"tf":1.0},"42":{"tf":1.0},"76":{"tf":1.4142135623730951}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"46":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"273":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"113":{"tf":1.0}}}}}}}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":4,"docs":{"104":{"tf":1.7320508075688772},"113":{"tf":1.0},"227":{"tf":1.0},"54":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":5,"docs":{"14":{"tf":1.0},"145":{"tf":1.0},"286":{"tf":1.0},"30":{"tf":1.0},"53":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":9,"docs":{"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":3,"docs":{"198":{"tf":1.4142135623730951},"2":{"tf":1.7320508075688772},"33":{"tf":1.0}}}},"x":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"(":{")":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"/":{"d":{"a":{"df":2,"docs":{"170":{"tf":1.0},"178":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":4,"docs":{"22":{"tf":1.0},"289":{"tf":1.0},"37":{"tf":1.0},"54":{"tf":1.4142135623730951}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":11,"docs":{"109":{"tf":1.0},"2":{"tf":1.0},"216":{"tf":1.0},"247":{"tf":1.0},"258":{"tf":1.0},"284":{"tf":1.0},"40":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.0},"79":{"tf":1.0},"99":{"tf":1.0}}},"i":{"c":{"df":4,"docs":{"16":{"tf":1.0},"58":{"tf":1.0},"80":{"tf":1.0},"87":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"6":{"4":{"df":2,"docs":{"206":{"tf":1.4142135623730951},"208":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"129":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"242":{"tf":1.0}}}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"236":{"tf":1.0},"93":{"tf":1.0}}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"109":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":19,"docs":{"119":{"tf":1.0},"120":{"tf":1.0},"125":{"tf":1.0},"141":{"tf":1.0},"149":{"tf":1.0},"187":{"tf":1.0},"252":{"tf":1.4142135623730951},"286":{"tf":1.0},"3":{"tf":1.0},"42":{"tf":1.4142135623730951},"46":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0},"73":{"tf":1.0},"78":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":18,"docs":{"0":{"tf":1.0},"10":{"tf":1.4142135623730951},"111":{"tf":1.0},"134":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"166":{"tf":1.0},"19":{"tf":1.0},"193":{"tf":1.0},"20":{"tf":1.0},"27":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"141":{"tf":1.0},"187":{"tf":1.0},"34":{"tf":1.0},"53":{"tf":1.0},"83":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"119":{"tf":1.0},"228":{"tf":1.0},"57":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"46":{"tf":1.0}}}}}},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"203":{"tf":1.0}}}},"t":{"df":3,"docs":{"252":{"tf":2.0},"4":{"tf":1.0},"7":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"180":{"tf":1.0},"32":{"tf":1.0},"57":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"k":{"df":1,"docs":{"198":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"223":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"45":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":11,"docs":{"104":{"tf":1.0},"148":{"tf":1.0},"153":{"tf":1.0},"197":{"tf":1.0},"205":{"tf":1.4142135623730951},"209":{"tf":1.0},"217":{"tf":1.0},"263":{"tf":1.0},"31":{"tf":1.7320508075688772},"32":{"tf":1.0},"63":{"tf":1.4142135623730951}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"p":{"df":23,"docs":{"112":{"tf":1.0},"14":{"tf":1.0},"143":{"tf":1.0},"146":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"179":{"tf":1.0},"181":{"tf":1.0},"190":{"tf":1.0},"199":{"tf":1.0},"209":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"225":{"tf":1.0},"261":{"tf":1.0},"286":{"tf":1.0},"288":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"53":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.0},"95":{"tf":1.0}},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.4142135623730951}}}}}}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"219":{"tf":1.0},"268":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.0}}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":16,"docs":{"112":{"tf":1.7320508075688772},"149":{"tf":1.4142135623730951},"154":{"tf":1.4142135623730951},"159":{"tf":1.4142135623730951},"169":{"tf":1.4142135623730951},"175":{"tf":1.0},"219":{"tf":1.0},"235":{"tf":1.0},"278":{"tf":1.4142135623730951},"51":{"tf":1.0},"65":{"tf":1.4142135623730951},"71":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}}}},"df":97,"docs":{"0":{"tf":1.0},"100":{"tf":1.0},"102":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":2.23606797749979},"116":{"tf":1.4142135623730951},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.7320508075688772},"121":{"tf":1.0},"122":{"tf":1.7320508075688772},"125":{"tf":1.4142135623730951},"126":{"tf":1.0},"13":{"tf":1.0},"133":{"tf":2.0},"141":{"tf":1.4142135623730951},"143":{"tf":1.0},"145":{"tf":1.0},"149":{"tf":1.4142135623730951},"150":{"tf":2.0},"152":{"tf":1.0},"154":{"tf":1.4142135623730951},"155":{"tf":2.0},"156":{"tf":1.0},"159":{"tf":1.7320508075688772},"160":{"tf":2.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.7320508075688772},"173":{"tf":1.4142135623730951},"183":{"tf":1.4142135623730951},"189":{"tf":2.0},"195":{"tf":1.0},"206":{"tf":2.0},"207":{"tf":1.7320508075688772},"208":{"tf":1.0},"209":{"tf":1.0},"212":{"tf":1.7320508075688772},"213":{"tf":1.4142135623730951},"214":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"222":{"tf":2.23606797749979},"223":{"tf":1.7320508075688772},"225":{"tf":1.0},"227":{"tf":1.0},"231":{"tf":2.6457513110645907},"232":{"tf":1.0},"238":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"247":{"tf":1.4142135623730951},"250":{"tf":1.4142135623730951},"253":{"tf":1.4142135623730951},"255":{"tf":1.4142135623730951},"257":{"tf":2.0},"261":{"tf":1.0},"264":{"tf":1.0},"268":{"tf":1.0},"270":{"tf":1.0},"271":{"tf":2.23606797749979},"273":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.4142135623730951},"281":{"tf":1.0},"285":{"tf":1.0},"286":{"tf":1.4142135623730951},"287":{"tf":1.0},"288":{"tf":1.4142135623730951},"45":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":2.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":2.23606797749979},"60":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.0},"69":{"tf":1.7320508075688772},"73":{"tf":1.7320508075688772},"78":{"tf":2.0},"82":{"tf":1.0},"9":{"tf":1.4142135623730951},"97":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":148,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.4142135623730951},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.4142135623730951},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.7320508075688772},"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.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.0},"147":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"19":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"227":{"tf":1.0},"24":{"tf":1.7320508075688772},"38":{"tf":1.0},"49":{"tf":1.7320508075688772},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.7320508075688772},"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.4142135623730951},"65":{"tf":1.7320508075688772},"66":{"tf":1.7320508075688772},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.4142135623730951},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"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}},"s":{"(":{"1":{"0":{"df":6,"docs":{"118":{"tf":1.0},"121":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"65":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}},"5":{"0":{"df":1,"docs":{"120":{"tf":1.0}}},"df":5,"docs":{"108":{"tf":1.0},"116":{"tf":1.0},"119":{"tf":1.0},"54":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":1,"docs":{"66":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"z":{"df":4,"docs":{"174":{"tf":1.4142135623730951},"212":{"tf":1.4142135623730951},"222":{"tf":1.4142135623730951},"223":{"tf":1.4142135623730951}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"224":{"tf":1.0},"270":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"51":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"i":{"d":{">":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"232":{"tf":1.0},"263":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"141":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"195":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"(":{"1":{"0":{"df":1,"docs":{"218":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":2,"docs":{"121":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":57,"docs":{"102":{"tf":1.0},"103":{"tf":1.4142135623730951},"112":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":2.0},"117":{"tf":1.4142135623730951},"118":{"tf":1.0},"119":{"tf":1.7320508075688772},"12":{"tf":1.4142135623730951},"120":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.0},"134":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.0},"162":{"tf":1.0},"164":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"171":{"tf":1.0},"173":{"tf":1.0},"178":{"tf":1.4142135623730951},"180":{"tf":1.0},"187":{"tf":1.4142135623730951},"195":{"tf":1.4142135623730951},"196":{"tf":1.0},"2":{"tf":2.449489742783178},"200":{"tf":1.4142135623730951},"203":{"tf":1.0},"222":{"tf":1.4142135623730951},"223":{"tf":1.0},"227":{"tf":1.4142135623730951},"232":{"tf":1.4142135623730951},"239":{"tf":1.4142135623730951},"255":{"tf":1.7320508075688772},"256":{"tf":1.0},"286":{"tf":2.23606797749979},"287":{"tf":1.4142135623730951},"288":{"tf":1.0},"29":{"tf":1.4142135623730951},"3":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":2.0},"43":{"tf":1.7320508075688772},"44":{"tf":1.7320508075688772},"45":{"tf":1.0},"53":{"tf":2.449489742783178},"54":{"tf":1.4142135623730951},"58":{"tf":1.0},"60":{"tf":1.0},"76":{"tf":1.4142135623730951},"78":{"tf":1.0},"8":{"tf":1.0},"92":{"tf":1.0}}},"df":0,"docs":{}},"u":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"46":{"tf":1.0}},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":4,"docs":{"127":{"tf":1.0},"214":{"tf":1.0},"257":{"tf":1.0},"287":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"130":{"tf":1.0},"281":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.4142135623730951}}}},"df":5,"docs":{"150":{"tf":1.0},"151":{"tf":1.0},"168":{"tf":1.0},"22":{"tf":1.0},"41":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"!":{"[":{"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":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":1,"docs":{"222":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"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":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":2,"docs":{"205":{"tf":1.0},"222":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"205":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"234":{"tf":1.0},"25":{"tf":1.0},"256":{"tf":1.0}},"f":{"df":3,"docs":{"129":{"tf":1.0},"286":{"tf":1.4142135623730951},"3":{"tf":1.0}},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"286":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":30,"docs":{"105":{"tf":1.0},"125":{"tf":1.0},"142":{"tf":1.0},"186":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"196":{"tf":1.0},"2":{"tf":1.0},"212":{"tf":1.0},"214":{"tf":1.0},"227":{"tf":1.0},"232":{"tf":1.0},"234":{"tf":1.4142135623730951},"239":{"tf":1.0},"242":{"tf":1.0},"252":{"tf":1.4142135623730951},"257":{"tf":1.0},"258":{"tf":1.0},"286":{"tf":1.4142135623730951},"287":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"4":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"60":{"tf":1.0},"64":{"tf":1.0},"68":{"tf":1.0},"81":{"tf":1.0},"86":{"tf":1.0},"90":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"241":{"tf":1.7320508075688772},"247":{"tf":1.4142135623730951},"284":{"tf":1.0},"41":{"tf":1.0}}}}}}}},"i":{"a":{"df":4,"docs":{"177":{"tf":1.0},"187":{"tf":1.4142135623730951},"199":{"tf":1.0},"30":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"141":{"tf":1.4142135623730951},"51":{"tf":1.0}}}}},"m":{"df":1,"docs":{"267":{"tf":1.0}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":3,"docs":{"153":{"tf":1.0},"35":{"tf":1.0},"58":{"tf":1.0}}}}}},"s":{"df":5,"docs":{"171":{"tf":1.0},"180":{"tf":1.0},"188":{"tf":1.0},"284":{"tf":1.0},"42":{"tf":1.4142135623730951}}}},"w":{"[":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"28":{"tf":1.0}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":12,"docs":{"134":{"tf":1.0},"14":{"tf":1.0},"158":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"186":{"tf":1.0},"199":{"tf":1.0},"261":{"tf":1.0},"30":{"tf":1.7320508075688772},"43":{"tf":1.0},"46":{"tf":1.0},"53":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"k":{"df":7,"docs":{"19":{"tf":1.4142135623730951},"201":{"tf":1.0},"220":{"tf":1.0},"228":{"tf":1.0},"28":{"tf":1.0},"52":{"tf":1.0},"9":{"tf":1.0}}},"l":{"df":5,"docs":{"22":{"tf":2.23606797749979},"250":{"tf":1.7320508075688772},"286":{"tf":1.0},"33":{"tf":1.0},"45":{"tf":2.8284271247461903}},"e":{"df":0,"docs":{},"t":{"df":12,"docs":{"113":{"tf":1.0},"116":{"tf":1.4142135623730951},"196":{"tf":1.4142135623730951},"225":{"tf":1.0},"227":{"tf":1.0},"259":{"tf":2.0},"29":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":2.0},"65":{"tf":1.7320508075688772},"66":{"tf":1.7320508075688772},"67":{"tf":1.0}},"s":{"(":{"1":{"0":{"0":{"df":3,"docs":{"109":{"tf":1.0},"120":{"tf":1.0},"218":{"tf":1.0}}},"df":15,"docs":{"102":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"116":{"tf":1.0},"119":{"tf":1.0},"13":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"29":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"54":{"tf":1.4142135623730951},"57":{"tf":1.0},"87":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":8,"docs":{"118":{"tf":1.0},"121":{"tf":1.0},"258":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"65":{"tf":1.0},"79":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}},"3":{"0":{"df":1,"docs":{"105":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":1,"docs":{"66":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"t":{"df":27,"docs":{"10":{"tf":1.0},"100":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.4142135623730951},"132":{"tf":1.0},"150":{"tf":1.0},"155":{"tf":1.4142135623730951},"171":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"201":{"tf":1.0},"21":{"tf":1.0},"279":{"tf":1.0},"286":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.7320508075688772},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"54":{"tf":1.0},"59":{"tf":2.0},"61":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.4142135623730951},"95":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"142":{"tf":1.0},"188":{"tf":1.0},"199":{"tf":1.0},"35":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"239":{"tf":1.0}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"126":{"tf":1.4142135623730951}}}},"y":{"df":5,"docs":{"133":{"tf":1.0},"18":{"tf":1.0},"193":{"tf":1.0},"21":{"tf":1.0},"39":{"tf":1.0}}}},"df":1,"docs":{"28":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":4,"docs":{"196":{"tf":1.0},"203":{"tf":1.0},"288":{"tf":1.0},"43":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"16":{"tf":1.0},"188":{"tf":1.0},"198":{"tf":1.0},"33":{"tf":1.0}}}},"’":{"d":{"df":1,"docs":{"268":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":5,"docs":{"193":{"tf":1.0},"228":{"tf":1.0},"32":{"tf":1.0},"52":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"r":{"df":2,"docs":{"0":{"tf":1.0},"54":{"tf":1.0}}},"v":{"df":4,"docs":{"40":{"tf":1.0},"47":{"tf":1.0},"55":{"tf":1.0},"59":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"t":{"\'":{"df":1,"docs":{"231":{"tf":1.0}}},"df":0,"docs":{},"’":{"df":12,"docs":{"111":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"144":{"tf":1.4142135623730951},"166":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"191":{"tf":1.4142135623730951},"220":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"42":{"tf":1.0},"48":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":16,"docs":{"17":{"tf":1.4142135623730951},"195":{"tf":1.0},"197":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"217":{"tf":1.0},"227":{"tf":1.0},"250":{"tf":1.0},"286":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.4142135623730951},"46":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"8":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":2,"docs":{"16":{"tf":1.0},"194":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"41":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":13,"docs":{"118":{"tf":1.0},"15":{"tf":1.0},"170":{"tf":1.0},"179":{"tf":1.0},"196":{"tf":1.0},"198":{"tf":1.0},"22":{"tf":1.0},"227":{"tf":1.0},"232":{"tf":1.0},"25":{"tf":1.4142135623730951},"29":{"tf":1.0},"56":{"tf":1.0},"83":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"224":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"2":{"df":1,"docs":{"213":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":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":{"224":{"tf":1.0}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"206":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"43":{"tf":1.0},"98":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"239":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"2":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"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":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"2":{"0":{"df":7,"docs":{"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"234":{"tf":1.0},"238":{"tf":1.0},"37":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}},"5":{"0":{"df":1,"docs":{"169":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"0":{"0":{"df":2,"docs":{"109":{"tf":1.0},"120":{"tf":1.0}}},"df":2,"docs":{"115":{"tf":1.0},"53":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"5":{"df":1,"docs":{"25":{"tf":1.0}}},"6":{"0":{"df":18,"docs":{"101":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"116":{"tf":1.0},"13":{"tf":1.0},"133":{"tf":1.0},"164":{"tf":1.0},"207":{"tf":1.0},"213":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.0},"45":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{}},"9":{"0":{"df":3,"docs":{"121":{"tf":1.0},"245":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":1,"docs":{"109":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"98":{"tf":1.0}}}}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{")":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"(":{"5":{"df":1,"docs":{"207":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"0":{"df":1,"docs":{"224":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":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":{"169":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":9,"docs":{"128":{"tf":1.0},"179":{"tf":1.0},"232":{"tf":1.0},"24":{"tf":1.0},"287":{"tf":1.0},"3":{"tf":1.0},"57":{"tf":1.0},"92":{"tf":1.0},"99":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":16,"docs":{"109":{"tf":1.4142135623730951},"129":{"tf":1.0},"195":{"tf":1.0},"201":{"tf":1.4142135623730951},"202":{"tf":1.0},"264":{"tf":1.4142135623730951},"36":{"tf":1.0},"40":{"tf":2.23606797749979},"43":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.0},"62":{"tf":1.0},"7":{"tf":1.0},"98":{"tf":1.0}}}}}}}},"l":{"df":1,"docs":{"289":{"tf":1.0}}},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"39":{"tf":1.0}}}}},"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":4,"docs":{"272":{"tf":1.4142135623730951},"35":{"tf":1.0},"46":{"tf":1.0},"57":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"k":{"df":39,"docs":{"10":{"tf":1.0},"109":{"tf":1.0},"11":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.0},"12":{"tf":1.0},"145":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"158":{"tf":1.4142135623730951},"16":{"tf":1.4142135623730951},"166":{"tf":1.0},"168":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951},"18":{"tf":1.0},"189":{"tf":1.0},"193":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"205":{"tf":1.0},"21":{"tf":1.0},"217":{"tf":1.0},"246":{"tf":1.0},"250":{"tf":1.7320508075688772},"252":{"tf":1.0},"257":{"tf":1.0},"3":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.0},"80":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":4,"docs":{"225":{"tf":1.7320508075688772},"40":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"51":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"—":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"234":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"268":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"df":142,"docs":{"10":{"tf":1.0},"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.7320508075688772},"109":{"tf":1.7320508075688772},"110":{"tf":1.7320508075688772},"112":{"tf":1.7320508075688772},"113":{"tf":1.4142135623730951},"116":{"tf":1.7320508075688772},"119":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"124":{"tf":1.0},"125":{"tf":1.7320508075688772},"126":{"tf":1.7320508075688772},"127":{"tf":1.0},"13":{"tf":1.0},"134":{"tf":1.0},"14":{"tf":1.0},"142":{"tf":1.0},"144":{"tf":1.0},"146":{"tf":1.4142135623730951},"15":{"tf":2.0},"167":{"tf":1.7320508075688772},"168":{"tf":1.4142135623730951},"17":{"tf":1.7320508075688772},"170":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.7320508075688772},"174":{"tf":1.0},"175":{"tf":1.0},"186":{"tf":1.0},"188":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"196":{"tf":2.449489742783178},"197":{"tf":3.1622776601683795},"198":{"tf":2.0},"199":{"tf":2.0},"200":{"tf":1.4142135623730951},"201":{"tf":1.4142135623730951},"202":{"tf":1.0},"203":{"tf":1.4142135623730951},"204":{"tf":2.0},"205":{"tf":2.6457513110645907},"206":{"tf":2.23606797749979},"207":{"tf":1.7320508075688772},"209":{"tf":2.6457513110645907},"210":{"tf":1.0},"211":{"tf":1.4142135623730951},"216":{"tf":1.0},"217":{"tf":1.0},"220":{"tf":1.4142135623730951},"221":{"tf":2.0},"222":{"tf":2.6457513110645907},"223":{"tf":1.4142135623730951},"224":{"tf":1.0},"225":{"tf":1.0},"227":{"tf":1.7320508075688772},"235":{"tf":1.4142135623730951},"236":{"tf":2.6457513110645907},"238":{"tf":1.0},"239":{"tf":1.7320508075688772},"246":{"tf":1.7320508075688772},"247":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":2.0},"258":{"tf":1.7320508075688772},"259":{"tf":1.4142135623730951},"263":{"tf":1.0},"266":{"tf":2.0},"275":{"tf":1.7320508075688772},"276":{"tf":1.0},"28":{"tf":1.4142135623730951},"286":{"tf":3.1622776601683795},"288":{"tf":1.4142135623730951},"289":{"tf":1.0},"29":{"tf":2.0},"3":{"tf":1.0},"31":{"tf":1.4142135623730951},"32":{"tf":3.4641016151377544},"33":{"tf":1.4142135623730951},"34":{"tf":2.0},"35":{"tf":1.0},"36":{"tf":2.23606797749979},"37":{"tf":1.4142135623730951},"40":{"tf":2.8284271247461903},"42":{"tf":2.6457513110645907},"44":{"tf":1.0},"46":{"tf":2.23606797749979},"47":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.7320508075688772},"54":{"tf":3.1622776601683795},"56":{"tf":2.0},"57":{"tf":2.0},"58":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.7320508075688772},"62":{"tf":2.6457513110645907},"63":{"tf":3.1622776601683795},"64":{"tf":2.23606797749979},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"70":{"tf":2.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.4142135623730951},"74":{"tf":2.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951},"79":{"tf":2.23606797749979},"80":{"tf":1.4142135623730951},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.4142135623730951},"84":{"tf":1.7320508075688772},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.4142135623730951},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.7320508075688772},"97":{"tf":1.0},"98":{"tf":1.4142135623730951},"99":{"tf":2.6457513110645907}},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"131":{"tf":1.0},"173":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":3,"docs":{"183":{"tf":1.0},"50":{"tf":2.0},"51":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"—":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"l":{"d":{"df":1,"docs":{"126":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"10":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"40":{"tf":1.0},"41":{"tf":1.0},"46":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":3,"docs":{"180":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"125":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":17,"docs":{"11":{"tf":1.0},"146":{"tf":1.0},"19":{"tf":1.0},"193":{"tf":1.0},"20":{"tf":1.0},"209":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.4142135623730951},"47":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0},"94":{"tf":1.7320508075688772},"95":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"132":{"tf":1.0},"149":{"tf":1.0},"18":{"tf":1.0},"53":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":8,"docs":{"109":{"tf":1.4142135623730951},"16":{"tf":1.0},"181":{"tf":1.0},"188":{"tf":1.0},"193":{"tf":1.0},"198":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.0}}}}}}},"x":{"df":1,"docs":{"10":{"tf":1.0}}},"y":{"df":0,"docs":{},"e":{"df":10,"docs":{"162":{"tf":1.7320508075688772},"251":{"tf":1.0},"253":{"tf":1.0},"258":{"tf":1.0},"262":{"tf":1.0},"264":{"tf":1.0},"267":{"tf":1.0},"276":{"tf":1.0},"279":{"tf":1.0},"280":{"tf":1.0}},"t":{"df":0,"docs":{},"—":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"’":{"df":0,"docs":{},"r":{"df":1,"docs":{"12":{"tf":1.0}}}}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"’":{"d":{"df":4,"docs":{"114":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":8,"docs":{"10":{"tf":1.0},"134":{"tf":1.4142135623730951},"203":{"tf":1.0},"253":{"tf":1.0},"35":{"tf":1.0},"53":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951},"99":{"tf":1.0}}}},"r":{"df":25,"docs":{"101":{"tf":1.0},"11":{"tf":1.0},"118":{"tf":1.0},"12":{"tf":1.0},"150":{"tf":2.0},"155":{"tf":1.0},"160":{"tf":1.4142135623730951},"170":{"tf":1.0},"180":{"tf":1.0},"193":{"tf":1.0},"195":{"tf":1.0},"2":{"tf":1.0},"200":{"tf":1.4142135623730951},"247":{"tf":1.0},"253":{"tf":1.0},"255":{"tf":1.0},"257":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":1.0},"54":{"tf":1.0},"59":{"tf":2.449489742783178},"62":{"tf":1.0},"69":{"tf":1.0},"8":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}}},"v":{"df":7,"docs":{"132":{"tf":1.0},"18":{"tf":1.0},"193":{"tf":1.0},"27":{"tf":1.0},"39":{"tf":1.0},"53":{"tf":1.0},"7":{"tf":1.0}}}}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":4,"docs":{"126":{"tf":1.0},"196":{"tf":1.0},"40":{"tf":1.0},"89":{"tf":1.0}}}}}}}},"title":{"root":{"1":{"df":2,"docs":{"115":{"tf":1.0},"29":{"tf":1.0}}},"2":{"df":2,"docs":{"116":{"tf":1.0},"30":{"tf":1.0}}},"3":{"df":2,"docs":{"117":{"tf":1.0},"31":{"tf":1.0}}},"4":{"df":2,"docs":{"118":{"tf":1.0},"32":{"tf":1.0}}},"5":{"df":2,"docs":{"119":{"tf":1.0},"33":{"tf":1.0}}},"6":{"df":2,"docs":{"120":{"tf":1.0},"34":{"tf":1.0}}},"7":{"df":2,"docs":{"121":{"tf":1.0},"35":{"tf":1.0}}},"a":{"b":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":1,"docs":{"289":{"tf":1.0}}}}}}},"df":0,"docs":{}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"173":{"tf":1.0}}}}}},"df":0,"docs":{}},"d":{"d":{"df":2,"docs":{"266":{"tf":1.0},"267":{"tf":1.0}}},"df":5,"docs":{"204":{"tf":1.0},"210":{"tf":1.0},"215":{"tf":1.0},"218":{"tf":1.0},"54":{"tf":1.0}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"124":{"tf":1.0},"165":{"tf":1.0},"278":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"231":{"tf":1.0},"271":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"109":{"tf":1.0}}}},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"i":{"df":2,"docs":{"174":{"tf":1.0},"208":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"226":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"288":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"124":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"248":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}},"t":{"df":1,"docs":{"185":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"177":{"tf":1.0},"3":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"109":{"tf":1.0}}},"df":0,"docs":{}}}}},"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"c":{"df":5,"docs":{"133":{"tf":1.0},"65":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"127":{"tf":1.0}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"113":{"tf":1.0},"171":{"tf":1.0},"209":{"tf":1.0},"214":{"tf":1.0},"217":{"tf":1.0},"60":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"183":{"tf":1.0},"230":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"117":{"tf":1.0}}},"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"128":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"8":{"tf":1.0},"9":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"200":{"tf":1.0},"40":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"284":{"tf":1.0}}},"i":{"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"229":{"tf":1.0},"253":{"tf":1.0},"29":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"106":{"tf":1.0},"110":{"tf":1.0},"208":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}}}},"df":0,"docs":{}}},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"100":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"z":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"127":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"c":{"a":{"df":0,"docs":{},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"163":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"99":{"tf":1.0}}}},"o":{"df":10,"docs":{"102":{"tf":1.0},"119":{"tf":1.0},"167":{"tf":1.0},"176":{"tf":1.0},"178":{"tf":1.0},"23":{"tf":1.0},"239":{"tf":1.0},"257":{"tf":1.0},"57":{"tf":1.0},"74":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"227":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"206":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.0},"92":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"246":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":3,"docs":{"162":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0}}}}}},"i":{"/":{"c":{"d":{"df":1,"docs":{"281":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":4,"docs":{"143":{"tf":1.0},"190":{"tf":1.0},"244":{"tf":1.0},"270":{"tf":1.0}},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"185":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"35":{"tf":1.0}}}}},"r":{"df":2,"docs":{"40":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"250":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"12":{"tf":1.0},"43":{"tf":1.0}}}}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"108":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"141":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"105":{"tf":1.0},"118":{"tf":1.0},"258":{"tf":1.0},"56":{"tf":1.0},"79":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"189":{"tf":1.0},"289":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"152":{"tf":1.0}}}}}}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"11":{"tf":1.0},"194":{"tf":1.0},"286":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"136":{"tf":1.0}}}}}},"df":3,"docs":{"151":{"tf":1.0},"156":{"tf":1.0},"161":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"107":{"tf":1.0},"55":{"tf":1.0},"66":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"223":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":3,"docs":{"115":{"tf":1.0},"53":{"tf":1.0},"81":{"tf":1.0}}}}}},"i":{"d":{"df":1,"docs":{"178":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"227":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"268":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":4,"docs":{"172":{"tf":1.0},"173":{"tf":1.0},"177":{"tf":1.0},"197":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"199":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"11":{"tf":1.0},"227":{"tf":1.0},"286":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"103":{"tf":1.0},"212":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"275":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"225":{"tf":1.0},"40":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"174":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":13,"docs":{"110":{"tf":1.0},"121":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"165":{"tf":1.0},"204":{"tf":1.0},"207":{"tf":1.0},"210":{"tf":1.0},"213":{"tf":1.0},"215":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"94":{"tf":1.0}}}}}}}},"d":{"a":{"df":5,"docs":{"117":{"tf":1.0},"118":{"tf":1.0},"3":{"tf":1.0},"70":{"tf":1.0},"90":{"tf":1.0}},"t":{"a":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":4,"docs":{"142":{"tf":1.0},"187":{"tf":1.0},"246":{"tf":1.0},"263":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"21":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"68":{"tf":1.0}}}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"125":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":5,"docs":{"129":{"tf":1.4142135623730951},"186":{"tf":1.0},"216":{"tf":1.0},"229":{"tf":1.0},"30":{"tf":1.0}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"195":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":3,"docs":{"254":{"tf":1.0},"39":{"tf":1.0},"47":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"23":{"tf":1.0}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"192":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"122":{"tf":1.0},"18":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"117":{"tf":1.0}}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"264":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"241":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"108":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"129":{"tf":1.0}},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"128":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"l":{"df":1,"docs":{"227":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"101":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"201":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"107":{"tf":1.0},"122":{"tf":1.0},"240":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"230":{"tf":1.0},"236":{"tf":1.0},"271":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"34":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"17":{"tf":1.0}}}}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":13,"docs":{"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},"124":{"tf":1.0},"206":{"tf":1.0},"212":{"tf":1.0},"221":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"133":{"tf":1.0},"136":{"tf":1.0},"199":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":24,"docs":{"100":{"tf":1.0},"128":{"tf":1.0},"16":{"tf":1.0},"170":{"tf":1.0},"179":{"tf":1.0},"198":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":1.0},"221":{"tf":1.0},"223":{"tf":1.0},"237":{"tf":1.0},"273":{"tf":1.0},"34":{"tf":1.0},"42":{"tf":1.0},"62":{"tf":1.0},"68":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"86":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"101":{"tf":1.0},"43":{"tf":1.0}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"202":{"tf":1.0},"203":{"tf":1.0},"265":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":2,"docs":{"110":{"tf":1.0},"219":{"tf":1.0}}}}}}}},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":9,"docs":{"142":{"tf":1.0},"188":{"tf":1.0},"239":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"263":{"tf":1.0},"270":{"tf":1.0},"273":{"tf":1.0},"46":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"r":{"df":6,"docs":{"139":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"85":{"tf":1.0},"89":{"tf":1.0},"93":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"147":{"tf":1.0},"46":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"277":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"157":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"128":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"273":{"tf":1.0}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"23":{"tf":1.0},"53":{"tf":1.0},"98":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"11":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"243":{"tf":1.0}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":1,"docs":{"230":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":4,"docs":{"202":{"tf":1.0},"250":{"tf":1.0},"265":{"tf":1.0},"288":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"248":{"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":1,"docs":{"218":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"130":{"tf":1.0},"15":{"tf":1.0},"197":{"tf":1.0},"249":{"tf":1.0},"279":{"tf":1.0}}}}},"t":{"df":2,"docs":{"247":{"tf":1.0},"282":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"285":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"180":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"276":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"206":{"tf":1.0},"24":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":3,"docs":{"247":{"tf":1.0},"282":{"tf":1.0},"283":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"218":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"i":{"df":1,"docs":{"49":{"tf":1.0}},"i":{"df":1,"docs":{"192":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"196":{"tf":1.0},"44":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"21":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"238":{"tf":1.0},"86":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"250":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":4,"docs":{"190":{"tf":1.0},"208":{"tf":1.0},"219":{"tf":1.0},"281":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"146":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":1,"docs":{"225":{"tf":1.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"137":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":6,"docs":{"189":{"tf":1.0},"229":{"tf":1.0},"233":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"147":{"tf":1.0}}}}},"v":{"df":1,"docs":{"226":{"tf":1.0}}}},"j":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"16":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"198":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"k":{"8":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"157":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"242":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"125":{"tf":1.0}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"5":{"tf":1.0}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":2,"docs":{"27":{"tf":1.0},"37":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"276":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":3,"docs":{"53":{"tf":1.0},"81":{"tf":1.0},"90":{"tf":1.0}}}}},"o":{"a":{"d":{"df":1,"docs":{"126":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"147":{"tf":1.0}}}}}}}},"df":2,"docs":{"244":{"tf":1.0},"270":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":3,"docs":{"141":{"tf":1.0},"187":{"tf":1.0},"273":{"tf":1.0}}},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"256":{"tf":1.0},"261":{"tf":1.0}}}},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"273":{"tf":1.0}}},"s":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"m":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":3,"docs":{"14":{"tf":1.0},"18":{"tf":1.0},"277":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"46":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":1,"docs":{"255":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"194":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"115":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"25":{"tf":1.0}}}}}}},"x":{"df":1,"docs":{"164":{"tf":1.0}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"127":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":3,"docs":{"85":{"tf":1.0},"89":{"tf":1.0},"93":{"tf":1.0}},"l":{"df":1,"docs":{"193":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"40":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"275":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"131":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"135":{"tf":1.0},"258":{"tf":1.0},"56":{"tf":1.0}}}}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":4,"docs":{"23":{"tf":1.0},"253":{"tf":1.0},"259":{"tf":1.0},"275":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"125":{"tf":1.0}}}}}}},"w":{"df":1,"docs":{"221":{"tf":1.0}}},"x":{"df":0,"docs":{},"t":{"df":11,"docs":{"111":{"tf":1.0},"123":{"tf":1.0},"144":{"tf":1.0},"166":{"tf":1.0},"19":{"tf":1.0},"191":{"tf":1.0},"220":{"tf":1.0},"38":{"tf":1.0},"48":{"tf":1.0},"61":{"tf":1.0},"95":{"tf":1.0}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":8,"docs":{"103":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"177":{"tf":1.0},"183":{"tf":1.0},"2":{"tf":1.0},"255":{"tf":1.0},"272":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":4,"docs":{"1":{"tf":1.0},"183":{"tf":1.0},"253":{"tf":1.0},"287":{"tf":1.0}}}}}},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":2,"docs":{"24":{"tf":1.0},"33":{"tf":1.0}}}}}}},"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"41":{"tf":1.0}}},"df":1,"docs":{"258":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"181":{"tf":1.0}}}},"t":{"df":1,"docs":{"102":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"66":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0}}}}}}},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"36":{"tf":1.0}}}}},"df":0,"docs":{}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"126":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"134":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"21":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"10":{"tf":1.0}}}}}}}}}},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"170":{"tf":1.0},"179":{"tf":1.0}}}},"n":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"140":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"136":{"tf":1.0},"262":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"280":{"tf":1.0}}}}}}}},"df":0,"docs":{},"t":{"df":4,"docs":{"192":{"tf":1.0},"226":{"tf":1.0},"49":{"tf":1.0},"6":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"244":{"tf":1.0},"245":{"tf":1.0},"270":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":17,"docs":{"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},"112":{"tf":1.0},"176":{"tf":1.0},"178":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"212":{"tf":1.0}}}},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"274":{"tf":1.0}}}}}}}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"131":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"20":{"tf":1.0}}}}}}}}}}},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"131":{"tf":1.0}}}}}}}},"l":{"a":{"df":0,"docs":{},"n":{"df":5,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"196":{"tf":1.0},"29":{"tf":1.0},"44":{"tf":1.0}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"231":{"tf":1.0},"271":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"198":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":7,"docs":{"113":{"tf":1.0},"171":{"tf":1.0},"209":{"tf":1.0},"214":{"tf":1.0},"217":{"tf":1.0},"37":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"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":2,"docs":{"182":{"tf":1.0},"184":{"tf":1.0}}}}}}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"o":{"b":{"df":0,"docs":{},"e":{"df":1,"docs":{"222":{"tf":1.0}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"157":{"tf":1.0}}}},"df":0,"docs":{}}},"df":3,"docs":{"151":{"tf":1.0},"156":{"tf":1.0},"161":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"279":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"234":{"tf":1.0},"235":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":3,"docs":{"22":{"tf":1.0},"250":{"tf":1.0},"45":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"185":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"195":{"tf":1.0}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"248":{"tf":1.0},"249":{"tf":1.0}}}}}}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"104":{"tf":1.0}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"103":{"tf":1.0},"39":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"222":{"tf":1.0},"223":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"272":{"tf":1.0}}}},"d":{"df":0,"docs":{},"i":{"df":5,"docs":{"186":{"tf":1.0},"232":{"tf":1.0},"272":{"tf":1.0},"31":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"14":{"tf":1.0}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"192":{"tf":1.0},"225":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":2,"docs":{"152":{"tf":1.0},"43":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"77":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"57":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"274":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"200":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"119":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"137":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"106":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"251":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}}}}}},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"172":{"tf":1.0}}}}}}}}},"df":15,"docs":{"122":{"tf":1.0},"129":{"tf":1.0},"132":{"tf":1.0},"135":{"tf":1.0},"143":{"tf":1.0},"198":{"tf":1.0},"25":{"tf":1.0},"256":{"tf":1.0},"260":{"tf":1.0},"262":{"tf":1.0},"264":{"tf":1.0},"276":{"tf":1.0},"41":{"tf":1.0},"58":{"tf":1.0},"84":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":15,"docs":{"14":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"184":{"tf":1.0},"215":{"tf":1.0},"217":{"tf":1.0},"251":{"tf":1.0},"267":{"tf":1.0},"280":{"tf":1.0},"41":{"tf":1.0},"59":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"199":{"tf":1.0},"233":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"221":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":2,"docs":{"2":{"tf":1.0},"251":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":12,"docs":{"13":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"193":{"tf":1.0},"196":{"tf":1.0},"251":{"tf":1.0},"254":{"tf":1.0},"27":{"tf":1.0},"279":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"96":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"259":{"tf":1.0}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"194":{"tf":1.0},"42":{"tf":1.0}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"227":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"222":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"125":{"tf":1.0}}}}},"x":{"df":1,"docs":{"28":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"235":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"115":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"245":{"tf":1.4142135623730951}}}}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"253":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":4,"docs":{"107":{"tf":1.0},"184":{"tf":1.0},"240":{"tf":1.0},"287":{"tf":1.0}}}}},"df":0,"docs":{}}},"t":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"152":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":8,"docs":{"28":{"tf":1.0},"29":{"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}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"261":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"272":{"tf":1.0}}}},"y":{"df":1,"docs":{"223":{"tf":1.0}}}},"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"120":{"tf":1.0}}}}}}},"u":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"138":{"tf":1.0},"16":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"26":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"174":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":12,"docs":{"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"125":{"tf":1.0}}}}}}}}},"t":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"261":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"223":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":27,"docs":{"115":{"tf":1.0},"120":{"tf":1.0},"13":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"142":{"tf":1.0},"188":{"tf":1.0},"20":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"252":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"258":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"270":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"280":{"tf":1.0},"4":{"tf":1.0},"57":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"108":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":3,"docs":{"22":{"tf":1.4142135623730951},"250":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"232":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"17":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":9,"docs":{"12":{"tf":1.0},"121":{"tf":1.0},"130":{"tf":1.0},"176":{"tf":1.0},"195":{"tf":1.0},"218":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0},"98":{"tf":1.0}}}}}}}},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":5,"docs":{"118":{"tf":1.0},"126":{"tf":1.0},"15":{"tf":1.0},"197":{"tf":1.0},"54":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"205":{"tf":1.0},"211":{"tf":1.0},"216":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":6,"docs":{"116":{"tf":1.0},"118":{"tf":1.0},"238":{"tf":1.0},"54":{"tf":1.0},"64":{"tf":1.0},"86":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":1,"docs":{"51":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"228":{"tf":1.0},"269":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"104":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"o":{"df":1,"docs":{"2":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"134":{"tf":1.0},"146":{"tf":1.0},"63":{"tf":1.0},"80":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"268":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":12,"docs":{"112":{"tf":1.0},"149":{"tf":1.0},"154":{"tf":1.0},"159":{"tf":1.0},"169":{"tf":1.0},"278":{"tf":1.0},"65":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"82":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0}}}},"df":14,"docs":{"150":{"tf":1.0},"155":{"tf":1.0},"160":{"tf":1.0},"207":{"tf":1.0},"213":{"tf":1.0},"231":{"tf":1.0},"250":{"tf":1.0},"255":{"tf":1.0},"257":{"tf":1.0},"271":{"tf":1.0},"69":{"tf":1.0},"73":{"tf":1.0},"78":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"2":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":1,"docs":{"42":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"22":{"tf":1.0},"250":{"tf":1.0},"45":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"259":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"126":{"tf":1.0}}}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"’":{"df":11,"docs":{"111":{"tf":1.0},"123":{"tf":1.0},"144":{"tf":1.0},"166":{"tf":1.0},"19":{"tf":1.0},"191":{"tf":1.0},"220":{"tf":1.0},"38":{"tf":1.0},"48":{"tf":1.0},"61":{"tf":1.0},"95":{"tf":1.0}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"25":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"224":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"264":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"272":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"k":{"df":5,"docs":{"148":{"tf":1.0},"153":{"tf":1.0},"158":{"tf":1.0},"168":{"tf":1.0},"17":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"268":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":32,"docs":{"105":{"tf":1.0},"110":{"tf":1.0},"116":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"15":{"tf":1.0},"167":{"tf":1.0},"197":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"209":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"236":{"tf":1.0},"239":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"266":{"tf":1.0},"32":{"tf":1.0},"42":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"70":{"tf":1.0},"74":{"tf":1.0},"79":{"tf":1.0},"99":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"173":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"41":{"tf":1.0},"94":{"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/docs/searchindex-708ba5bc.js b/docs/searchindex-708ba5bc.js new file mode 100644 index 0000000..7917229 --- /dev/null +++ b/docs/searchindex-708ba5bc.js @@ -0,0 +1 @@ +window.search = Object.assign(window.search, JSON.parse('{"doc_urls":["project-context-primer.html#project-context-primer","what-you-will-learn.html#what-you-will-learn","part-i.html#part-i--foundations","introduction.html#introduction","architecture-overview.html#architecture-overview","testing-philosophy.html#testing-philosophy","scenario-lifecycle.html#scenario-lifecycle-conceptual","design-rationale.html#design-rationale","part-ii.html#part-ii--user-guide","workspace-layout.html#workspace-layout","annotated-tree.html#annotated-tree","authoring-scenarios.html#authoring-scenarios","workloads.html#core-content-workloads--expectations","workloads.html#workloads","workloads.html#expectations","scenario-builder-ext-patterns.html#core-content-scenariobuilderext-patterns","best-practices.html#best-practices","examples.html#examples","examples.html#simple-2-validator-transaction-workload","examples.html#da--transaction-workload","examples.html#chaos--liveness-check","examples-advanced.html#advanced--artificial-examples","examples-advanced.html#synthetic-delay-workload-network-latency-simulation","examples-advanced.html#oscillating-load-workload-traffic-waves","examples-advanced.html#byzantine-behavior-mock","examples-advanced.html#custom-expectation-block-finality-drift","examples-advanced.html#custom-deployer-dry-run-deployer","examples-advanced.html#stochastic-topology-generator","examples-advanced.html#multi-phase-scenario-pipelines","running-scenarios.html#running-scenarios","runners.html#runners","runners.html#local-runner","runners.html#docker-compose-runner","runners.html#kubernetes-runner","runners.html#common-expectations","operations.html#operations","part-iii.html#part-iii--developer-reference","scenario-model.html#scenario-model-developer-level","extending.html#extending-the-framework","extending.html#adding-a-workload","extending.html#adding-an-expectation","extending.html#adding-a-runner","extending.html#adding-topology-helpers","custom-workload-example.html#example-new-workload--expectation-rust","custom-workload-example.html#workload-simple-reachability-probe","custom-workload-example.html#expectation-confirm-the-target-stayed-reachable","custom-workload-example.html#how-to-wire-it","internal-crate-reference.html#internal-crate-reference","part-iv.html#part-iv--appendix","dsl-cheat-sheet.html#core-content-dsl-cheat-sheet","troubleshooting.html#troubleshooting-scenarios","faq.html#faq","glossary.html#glossary"],"index":{"documentStore":{"docInfo":{"0":{"body":67,"breadcrumbs":6,"title":3},"1":{"body":26,"breadcrumbs":2,"title":1},"10":{"body":59,"breadcrumbs":8,"title":2},"11":{"body":101,"breadcrumbs":8,"title":2},"12":{"body":18,"breadcrumbs":12,"title":4},"13":{"body":38,"breadcrumbs":9,"title":1},"14":{"body":59,"breadcrumbs":9,"title":1},"15":{"body":84,"breadcrumbs":12,"title":4},"16":{"body":96,"breadcrumbs":8,"title":2},"17":{"body":14,"breadcrumbs":6,"title":1},"18":{"body":28,"breadcrumbs":10,"title":5},"19":{"body":31,"breadcrumbs":8,"title":3},"2":{"body":10,"breadcrumbs":4,"title":2},"20":{"body":37,"breadcrumbs":8,"title":3},"21":{"body":19,"breadcrumbs":10,"title":3},"22":{"body":41,"breadcrumbs":13,"title":6},"23":{"body":37,"breadcrumbs":12,"title":5},"24":{"body":34,"breadcrumbs":10,"title":3},"25":{"body":41,"breadcrumbs":12,"title":5},"26":{"body":39,"breadcrumbs":12,"title":5},"27":{"body":35,"breadcrumbs":10,"title":3},"28":{"body":40,"breadcrumbs":11,"title":4},"29":{"body":75,"breadcrumbs":8,"title":2},"3":{"body":84,"breadcrumbs":4,"title":1},"30":{"body":20,"breadcrumbs":6,"title":1},"31":{"body":16,"breadcrumbs":7,"title":2},"32":{"body":23,"breadcrumbs":8,"title":3},"33":{"body":17,"breadcrumbs":7,"title":2},"34":{"body":48,"breadcrumbs":7,"title":2},"35":{"body":135,"breadcrumbs":6,"title":1},"36":{"body":10,"breadcrumbs":8,"title":4},"37":{"body":134,"breadcrumbs":12,"title":4},"38":{"body":0,"breadcrumbs":8,"title":2},"39":{"body":28,"breadcrumbs":8,"title":2},"4":{"body":170,"breadcrumbs":6,"title":2},"40":{"body":23,"breadcrumbs":8,"title":2},"41":{"body":31,"breadcrumbs":8,"title":2},"42":{"body":20,"breadcrumbs":9,"title":3},"43":{"body":19,"breadcrumbs":14,"title":5},"44":{"body":120,"breadcrumbs":13,"title":4},"45":{"body":67,"breadcrumbs":14,"title":5},"46":{"body":24,"breadcrumbs":10,"title":1},"47":{"body":91,"breadcrumbs":10,"title":3},"48":{"body":10,"breadcrumbs":6,"title":3},"49":{"body":84,"breadcrumbs":11,"title":5},"5":{"body":96,"breadcrumbs":6,"title":2},"50":{"body":86,"breadcrumbs":7,"title":2},"51":{"body":99,"breadcrumbs":5,"title":1},"52":{"body":88,"breadcrumbs":5,"title":1},"6":{"body":151,"breadcrumbs":8,"title":3},"7":{"body":68,"breadcrumbs":6,"title":2},"8":{"body":10,"breadcrumbs":8,"title":4},"9":{"body":94,"breadcrumbs":8,"title":2}},"docs":{"0":{"body":"This book focuses on the Nomos Testing Framework. It assumes familiarity with\\nthe Nomos architecture, but for completeness, here is a short primer. Nomos is a modular blockchain protocol composed of validators, executors,\\nand a data-availability (DA) subsystem. Validators participate in consensus and produce blocks. Executors run application logic or off-chain computations referenced by\\nblocks. Data Availability (DA) ensures that data referenced in blocks is\\npublished and retrievable, including blobs or channel data used by workloads. These roles interact tightly, which is why meaningful testing must be performed\\nin multi-node environments that include real networking, timing, and DA\\ninteraction.","breadcrumbs":"Project Context Primer » Project Context Primer","id":"0","title":"Project Context Primer"},"1":{"body":"This book gives you a clear mental model for Nomos multi-node testing, shows how\\nto author scenarios that pair realistic workloads with explicit expectations,\\nand guides you to run them across local, containerized, and cluster environments\\nwithout changing the plan.","breadcrumbs":"What You Will Learn » What You Will Learn","id":"1","title":"What You Will Learn"},"10":{"body":"High-level view of the workspace and how pieces relate: nomos-testing/\\n├─ testing-framework/\\n│ ├─ configs/ # shared configuration helpers\\n│ ├─ core/ # scenario model, runtime, topology\\n│ ├─ workflows/ # workloads, expectations, DSL extensions\\n│ └─ runners/ # local, compose, k8s deployment backends\\n├─ tests/ # integration scenarios using the framework\\n└─ scripts/ # supporting setup utilities (e.g., assets) Each area maps to a responsibility: describe configs, orchestrate scenarios,\\npackage common traffic and assertions, adapt to environments, and demonstrate\\nend-to-end usage.","breadcrumbs":"Part II — User Guide » Annotated Tree » Annotated Tree","id":"10","title":"Annotated Tree"},"11":{"body":"Creating a scenario is a declarative exercise: Shape the topology: decide how many validators and executors to run, and\\nwhat high-level network and data-availability characteristics matter for the\\ntest. Attach workloads: pick traffic generators that align with your goals\\n(transactions, data-availability blobs, or chaos for resilience probes). Define expectations: specify the health signals that must hold when the\\nrun finishes (e.g., consensus liveness, inclusion of submitted activity; see Core Content: Workloads & Expectations). Set duration: choose a run window long enough to observe meaningful\\nblock progression and the effects of your workloads. Choose a runner: target local processes for fast iteration, Docker\\nCompose for reproducible multi-node stacks, or Kubernetes for cluster-grade\\nvalidation. For environment considerations, see Operations. Keep scenarios small and explicit: make the intended behavior and the success\\ncriteria clear so failures are easy to interpret and act upon.","breadcrumbs":"Part II — User Guide » Authoring Scenarios » Authoring Scenarios","id":"11","title":"Authoring Scenarios"},"12":{"body":"Workloads describe the activity a scenario generates; expectations describe the\\nsignals that must hold when that activity completes. Both are pluggable so\\nscenarios stay readable and purpose-driven.","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Core Content: Workloads & Expectations","id":"12","title":"Core Content: Workloads & Expectations"},"13":{"body":"Transaction workload: submits user-level transactions at a configurable\\nrate and can limit how many distinct actors participate. Data-availability workload: drives blob and channel activity to exercise\\ndata-availability paths. Chaos workload: triggers controlled node restarts to test resilience and\\nrecovery behaviors (requires a runner that can control nodes).","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Workloads","id":"13","title":"Workloads"},"14":{"body":"Consensus liveness: verifies the system continues to produce blocks in\\nline with the planned workload and timing window. Workload-specific checks: each workload can attach its own success\\ncriteria (e.g., inclusion of submitted activity) so scenarios remain concise. Together, workloads and expectations let you express both the pressure applied\\nto the system and the definition of “healthy” for that run. Mermaid view (pipeline): flowchart TD I[\\"Inputs: topology + wallets + rates\\"] Init[\\"Workload init\\"] Drive[\\"Drive traffic\\"] Collect[\\"Collect signals\\"] Eval[\\"Expectations evaluate\\"] I --> Init --> Drive --> Collect --> Eval","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Expectations","id":"14","title":"Expectations"},"15":{"body":"Patterns that keep scenarios readable and reusable: Topology-first: start by shaping the cluster (counts, layout) so later\\nsteps inherit a clear foundation. Bundle defaults: use the DSL helpers to attach common expectations (like\\nliveness) whenever you add a matching workload, reducing forgotten checks. Intentional rates: express traffic in per-block terms to align with\\nprotocol timing rather than wall-clock assumptions. Opt-in chaos: enable restart patterns only in scenarios meant to probe\\nresilience; keep functional smoke tests deterministic. Wallet clarity: seed only the number of actors you need; it keeps\\ntransaction scenarios deterministic and interpretable. These patterns make scenario definitions self-explanatory while staying aligned\\nwith the framework’s block-oriented timing model.","breadcrumbs":"Part II — User Guide » Core Content: ScenarioBuilderExt Patterns » Core Content: ScenarioBuilderExt Patterns","id":"15","title":"Core Content: ScenarioBuilderExt Patterns"},"16":{"body":"State your intent: document the goal of each scenario (throughput, DA\\nvalidation, resilience) so expectation choices are obvious. Keep runs meaningful: choose durations that allow multiple blocks and make\\ntiming-based assertions trustworthy. Separate concerns: start with deterministic workloads for functional\\nchecks; add chaos in dedicated resilience scenarios to avoid noisy failures. Reuse patterns: standardize on shared topology and workload presets so\\nresults are comparable across environments and teams. Observe first, tune second: rely on liveness and inclusion signals to\\ninterpret outcomes before tweaking rates or topology. Environment fit: pick runners that match the feedback loop you need—local\\nfor speed, compose for reproducible stacks, k8s for cluster-grade fidelity. Minimal surprises: seed only necessary wallets and keep configuration\\ndeltas explicit when moving between CI and developer machines.","breadcrumbs":"Part II — User Guide » Best Practices » Best Practices","id":"16","title":"Best Practices"},"17":{"body":"Concrete scenario shapes that illustrate how to combine topologies, workloads,\\nand expectations. Adjust counts, rates, and durations to fit your environment.","breadcrumbs":"Part II — User Guide » Examples » Examples","id":"17","title":"Examples"},"18":{"body":"Topology: two validators. Workload: transaction submissions at a modest per-block rate with a small\\nset of wallet actors. Expectations: consensus liveness and inclusion of submitted activity. When to use: smoke tests for consensus and transaction flow on minimal\\nhardware.","breadcrumbs":"Part II — User Guide » Examples » Simple 2-validator transaction workload","id":"18","title":"Simple 2-validator transaction workload"},"19":{"body":"Topology: validators plus executors if available. Workloads: data-availability blobs/channels and transactions running\\ntogether to stress both paths. Expectations: consensus liveness and workload-level inclusion/availability\\nchecks. When to use: end-to-end coverage of transaction and DA layers in one run.","breadcrumbs":"Part II — User Guide » Examples » DA + transaction workload","id":"19","title":"DA + transaction workload"},"2":{"body":"Conceptual chapters that establish the mental model for the framework and how\\nit approaches multi-node testing.","breadcrumbs":"Part I — Foundations » Part I — Foundations","id":"2","title":"Part I — Foundations"},"20":{"body":"Topology: validators (optionally executors) with node control enabled. Workloads: baseline traffic (transactions or DA) plus chaos restarts on\\nselected roles. Expectations: consensus liveness to confirm the system keeps progressing\\ndespite restarts; workload-specific inclusion if traffic is present. When to use: resilience validation and operational readiness drills.","breadcrumbs":"Part II — User Guide » Examples » Chaos + liveness check","id":"20","title":"Chaos + liveness check"},"21":{"body":"These illustrative scenarios stretch the framework to show how to build new\\nworkloads, expectations, deployers, and topology tricks. They are intentionally\\n“synthetic” to teach capabilities rather than prescribe production tests.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Advanced & Artificial Examples","id":"21","title":"Advanced & Artificial Examples"},"22":{"body":"Idea: inject fake latency between node interactions using internal timers,\\nnot OS-level tooling. Demonstrates: sequencing control inside a workload, verifying protocol\\nprogression under induced lag, using timers to pace submissions. Shape: wrap submissions in delays that mimic slow peers; ensure the\\nexpectation checks blocks still progress.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Synthetic Delay Workload (Network Latency Simulation)","id":"22","title":"Synthetic Delay Workload (Network Latency Simulation)"},"23":{"body":"Idea: traffic rate changes every block or N seconds (e.g., blocks 1–3 low,\\n4–5 high, 6–7 zero, repeat). Demonstrates: dynamic, stateful workloads that use RunMetrics to time\\nphases; modeling real-world burstiness. Shape: schedule per-phase rates; confirm inclusion/liveness across peaks\\nand troughs.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Oscillating Load Workload (Traffic Waves)","id":"23","title":"Oscillating Load Workload (Traffic Waves)"},"24":{"body":"Idea: a workload that drops half its planned submissions, sometimes\\ndouble-submits, and intentionally triggers expectation failures. Demonstrates: negative testing, resilience checks, and the value of clear\\nexpectations when behavior is adversarial by design. Shape: parameterize drop/double-submit probabilities; pair with an\\nexpectation that documents what “bad” looks like.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Byzantine Behavior Mock","id":"24","title":"Byzantine Behavior Mock"},"25":{"body":"Idea: assert the last few blocks differ and block time stays within a\\ntolerated drift budget. Demonstrates: consuming BlockFeed or time-series metrics to validate\\nprotocol cadence; crafting post-run assertions around block diversity and\\ntiming. Shape: collect recent blocks, confirm no duplicates, and compare observed\\nintervals to a drift threshold.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Custom Expectation: Block Finality Drift","id":"25","title":"Custom Expectation: Block Finality Drift"},"26":{"body":"Idea: a deployer that never starts nodes; it emits configs, simulates\\nreadiness, provides fake blockfeed/metrics. Demonstrates: full power of the deployer interface for CI dry-runs,\\nconfig verification, and ultra-fast feedback without Nomos binaries. Shape: produce logs/artifacts, stub readiness, and feed synthetic blocks\\nso expectations can still run.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Custom Deployer: Dry-Run Deployer","id":"26","title":"Custom Deployer: Dry-Run Deployer"},"27":{"body":"Idea: topology parameters change at runtime (random validators, DA\\nsettings, network shapes). Demonstrates: randomized property testing and fuzzing approaches to\\ntopology building. Shape: pick roles and network layouts randomly per run; keep expectations\\ntolerant to variability while still asserting core liveness.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Stochastic Topology Generator","id":"27","title":"Stochastic Topology Generator"},"28":{"body":"Idea: scenario runs in phases (e.g., phase 1 transactions, phase 2 DA,\\nphase 3 restarts, phase 4 sync check). Demonstrates: multi-stage tests, modular scenario assembly, and deliberate\\nlifecycle control. Shape: drive phase-specific workloads/expectations sequentially; enforce\\nclear boundaries and post-phase checks.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Multi-Phase Scenario (“Pipelines”)","id":"28","title":"Multi-Phase Scenario (“Pipelines”)"},"29":{"body":"Running a scenario follows the same conceptual flow regardless of environment: Select or author a scenario plan that pairs a topology with workloads,\\nexpectations, and a suitable run window. Choose a runner aligned with your environment (local, compose, or k8s) and\\nensure its prerequisites are available. Deploy the plan through the runner; wait for readiness signals before\\nstarting workloads. Let workloads drive activity for the planned duration; keep observability\\nsignals visible so you can correlate outcomes. Evaluate expectations and capture results as the primary pass/fail signal. Use the same plan across different runners to compare behavior between local\\ndevelopment and CI or cluster settings. For environment prerequisites and\\nflags, see Operations.","breadcrumbs":"Part II — User Guide » Running Scenarios » Running Scenarios","id":"29","title":"Running Scenarios"},"3":{"body":"The Nomos Testing Framework is a purpose-built toolkit for exercising Nomos in\\nrealistic, multi-node environments. It solves the gap between small, isolated\\ntests and full-system validation by letting teams describe a cluster layout,\\ndrive meaningful traffic, and assert the outcomes in one coherent plan. It is for protocol engineers, infrastructure operators, and QA teams who need\\nrepeatable confidence that validators, executors, and data-availability\\ncomponents work together under network and timing constraints. Multi-node integration testing is required because many Nomos behaviors—block\\nprogress, data availability, liveness under churn—only emerge when several\\nroles interact over real networking and time. This framework makes those checks\\ndeclarative, observable, and portable across environments.","breadcrumbs":"Part I — Foundations » Introduction » Introduction","id":"3","title":"Introduction"},"30":{"body":"Runners turn a scenario plan into a live environment while keeping the plan\\nunchanged. Choose based on feedback speed, reproducibility, and fidelity. For\\nenvironment and operational considerations, see Operations:","breadcrumbs":"Part II — User Guide » Runners » Runners","id":"30","title":"Runners"},"31":{"body":"Launches node processes directly on the host. Fastest feedback loop and minimal orchestration overhead. Best for development-time iteration and debugging.","breadcrumbs":"Part II — User Guide » Runners » Local runner","id":"31","title":"Local runner"},"32":{"body":"Starts nodes in containers to provide a reproducible multi-node stack on a\\nsingle machine. Discovers service ports and wires observability for convenient inspection. Good balance between fidelity and ease of setup.","breadcrumbs":"Part II — User Guide » Runners » Docker Compose runner","id":"32","title":"Docker Compose runner"},"33":{"body":"Deploys nodes onto a cluster for higher-fidelity, longer-running scenarios. Suits CI or shared environments where cluster behavior and scheduling matter.","breadcrumbs":"Part II — User Guide » Runners » Kubernetes runner","id":"33","title":"Kubernetes runner"},"34":{"body":"All runners require at least one validator and, for transaction scenarios,\\naccess to seeded wallets. Readiness probes gate workload start so traffic begins only after nodes are\\nreachable. Environment flags can relax timeouts or increase tracing when diagnostics are\\nneeded. Mermaid view (runner abstraction): flowchart TD Plan[Scenario Plan] --> RunSel{Runner (local | compose | k8s)} RunSel --> Provision[Provision & readiness] Provision --> Runtime[Runtime + observability] Runtime --> Exec[Workloads & Expectations execute]","breadcrumbs":"Part II — User Guide » Runners » Common expectations","id":"34","title":"Common expectations"},"35":{"body":"Operational readiness focuses on prerequisites, environment fit, and clear\\nsignals: Prerequisites: keep a sibling nomos-node checkout available; ensure the\\nchosen runner’s platform needs are met (local binaries for host runs, Docker\\nfor compose, cluster access for k8s). Artifacts: some scenarios depend on prover or circuit assets; fetch them\\nahead of time with the provided helper scripts when needed. Environment flags: use slow-environment toggles to relax timeouts, enable\\ntracing when debugging, and adjust observability ports to avoid clashes. Readiness checks: verify runners report node readiness before starting\\nworkloads; this avoids false negatives from starting too early. Failure triage: map failures to missing prerequisites (wallet seeding,\\nnode control availability), runner platform issues, or unmet expectations.\\nStart with liveness signals, then dive into workload-specific assertions. Treat operational hygiene—assets present, prerequisites satisfied, observability\\nreachable—as the first step to reliable scenario outcomes. Mermaid view (metrics/observability flow): flowchart TD Expose[Runner exposes endpoints/ports] --> Collect[Runtime collects block/health signals] Collect --> Consume[Expectations consume signals and decide pass/fail] Consume --> Inspect[Operators inspect logs/metrics when failures arise]","breadcrumbs":"Part II — User Guide » Operations » Operations","id":"35","title":"Operations"},"36":{"body":"Deep dives for contributors who extend the framework, evolve its abstractions,\\nor maintain the crate set.","breadcrumbs":"Part III — Developer Reference » Part III — Developer Reference","id":"36","title":"Part III — Developer Reference"},"37":{"body":"The scenario model defines clear, composable responsibilities: Topology: a declarative description of the cluster—how many nodes, their\\nroles, and the broad network and data-availability characteristics. Validators\\nrun the nomos-node binary (consensus/block production); executors run the nomos-executor binary (consensus-aware executor service stack). The topology\\nrepresents the intended shape of the system under test. Scenario: a plan combining topology, workloads, expectations, and a run\\nwindow. Building a scenario validates prerequisites (like seeded wallets) and\\nensures the run lasts long enough to observe meaningful block progression. Workloads: asynchronous tasks that generate traffic or conditions. They\\nuse shared context to interact with the deployed cluster and may bundle\\ndefault expectations. Expectations: post-run assertions. They can capture baselines before\\nworkloads start and evaluate success once activity stops. Runtime: coordinates workloads and expectations for the configured\\nduration, enforces cooldowns when control actions occur, and ensures cleanup\\nso runs do not leak resources. Developers extending the model should keep these boundaries strict: topology\\ndescribes, scenarios assemble, runners deploy, workloads drive, and expectations\\njudge outcomes. For guidance on adding new capabilities, see Extending the Framework.","breadcrumbs":"Part III — Developer Reference » Scenario Model (Developer Level) » Scenario Model (Developer Level)","id":"37","title":"Scenario Model (Developer Level)"},"38":{"body":"","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Extending the Framework","id":"38","title":"Extending the Framework"},"39":{"body":"Implement the workload contract: provide a name, optional bundled expectations, validate prerequisites up front, and drive asynchronous activity against the deployed cluster. Export it through the workflows layer and consider adding DSL helpers for ergonomic wiring.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding a workload","id":"39","title":"Adding a workload"},"4":{"body":"The framework follows a clear flow: Topology → Scenario → Deployer → Runner → Workloads → Expectations. Topology describes the cluster: how many nodes, their roles, and the high-level network and data-availability parameters they should follow. Scenario combines that topology with the activities to run and the checks to perform, forming a single plan. Deployer turns the plan into a concrete environment on the chosen backend (local processes, Docker Compose, or Kubernetes). Runner is shared across deployers; it drives workloads and expectations using the provided runtime context. Workloads generate traffic and conditions that exercise the system. Expectations observe the run and judge success or failure once activity completes. The deployer supplies a RunContext (clients, metrics, optional NodeControlHandle) that the runner and workloads/expectations share; it carries the runtime view and control hooks for the deployed cluster. The optional NodeControlHandle lets the runner (and chaos workloads) restart or manage nodes in the deployed environment. Mermaid view: sequenceDiagram participant T as Topology (shape cluster) participant S as Scenario (plan) participant D as Deployer (provision env) participant R as Runner (drive with RunContext) participant W as Workloads (drive traffic) participant X as Expectations (verify outcomes) T->>S: describe roles/params S->>D: hand plan D->>R: provision + provide RunContext R->>W: start workloads with context R->>X: evaluate outcomes after run Each layer has a narrow responsibility so that cluster shape, deployment choice,\\ntraffic generation, and health checks can evolve independently while fitting\\ntogether predictably.","breadcrumbs":"Part I — Foundations » Architecture Overview » Architecture Overview","id":"4","title":"Architecture Overview"},"40":{"body":"Implement the expectation contract: capture baselines if needed and evaluate outcomes after workloads finish; report meaningful errors to aid debugging. Expose reusable expectations from the workflows layer so scenarios can attach them declaratively.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding an expectation","id":"40","title":"Adding an expectation"},"41":{"body":"Implement the deployer contract for the target backend, producing a runtime context with client access, metrics endpoints, and optional node control. Preserve cleanup guarantees so resources are reclaimed even when runs fail; mirror readiness and observation signals used by existing runners for consistency.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding a runner","id":"41","title":"Adding a runner"},"42":{"body":"Extend the topology description with new layouts or presets while keeping defaults safe and predictable; favor declarative inputs over ad hoc logic so scenarios stay reviewable.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding topology helpers","id":"42","title":"Adding topology helpers"},"43":{"body":"A minimal, end-to-end illustration of adding a custom workload and matching\\nexpectation. This shows the shape of the traits and where to plug into the\\nframework; expand the logic to fit your real test.","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Example: New Workload & Expectation (Rust)","id":"43","title":"Example: New Workload & Expectation (Rust)"},"44":{"body":"Key ideas: name: identifies the workload in logs. expectations: workloads can bundle defaults so callers don’t forget checks. init: derive inputs from the generated topology (e.g., pick a target node). start: drive async activity using the shared RunContext. #![allow(unused)] fn main() {\\nuse std::sync::Arc;\\nuse async_trait::async_trait;\\nuse testing_framework_core::scenario::{ DynError, Expectation, RunContext, RunMetrics, Workload,\\n};\\nuse testing_framework_core::topology::GeneratedTopology; pub struct ReachabilityWorkload { target_idx: usize, bundled: Vec>,\\n} impl ReachabilityWorkload { pub fn new(target_idx: usize) -> Self { Self { target_idx, bundled: vec![Box::new(ReachabilityExpectation::new(target_idx))], } }\\n} #[async_trait]\\nimpl Workload for ReachabilityWorkload { fn name(&self) -> &\'static str { \\"reachability_workload\\" } fn expectations(&self) -> Vec> { self.bundled.clone() } fn init( &mut self, topology: &GeneratedTopology, _metrics: &RunMetrics, ) -> Result<(), DynError> { if topology.validators().get(self.target_idx).is_none() { return Err(\\"no validator at requested index\\".into()); } Ok(()) } async fn start(&self, ctx: &RunContext) -> Result<(), DynError> { let client = ctx .clients() .validators() .get(self.target_idx) .ok_or(\\"missing target client\\")?; // Pseudo-action: issue a lightweight RPC to prove reachability. client.health_check().await.map_err(|e| e.into()) }\\n} }","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Workload: simple reachability probe","id":"44","title":"Workload: simple reachability probe"},"45":{"body":"Key ideas: start_capture: snapshot baseline if needed (not used here). evaluate: assert the condition after workloads finish. #![allow(unused)] fn main() {\\nuse async_trait::async_trait;\\nuse testing_framework_core::scenario::{DynError, Expectation, RunContext}; pub struct ReachabilityExpectation { target_idx: usize,\\n} impl ReachabilityExpectation { pub fn new(target_idx: usize) -> Self { Self { target_idx } }\\n} #[async_trait]\\nimpl Expectation for ReachabilityExpectation { fn name(&self) -> &str { \\"target_reachable\\" } async fn evaluate(&mut self, ctx: &RunContext) -> Result<(), DynError> { let client = ctx .clients() .validators() .get(self.target_idx) .ok_or(\\"missing target client\\")?; client.health_check().await.map_err(|e| { format!(\\"target became unreachable during run: {e}\\").into() }) }\\n} }","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Expectation: confirm the target stayed reachable","id":"45","title":"Expectation: confirm the target stayed reachable"},"46":{"body":"Build your scenario as usual and call .with_workload(ReachabilityWorkload::new(0)). The bundled expectation is attached automatically; you can add more with .with_expectation(...) if needed. Keep the logic minimal and fast for smoke tests; grow it into richer probes\\nfor deeper scenarios.","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » How to wire it","id":"46","title":"How to wire it"},"47":{"body":"High-level roles of the crates that make up the framework: Configs: prepares reusable configuration primitives for nodes, networking,\\ntracing, data availability, and wallets, shared by all scenarios and runners. Core scenario orchestration: houses the topology and scenario model,\\nruntime coordination, node clients, and readiness/health probes. Workflows: packages workloads and expectations into reusable building\\nblocks and offers a fluent DSL to assemble them. Runners: implements deployment backends (local host, Docker Compose,\\nKubernetes) that all consume the same scenario plan. Test workflows: example scenarios and integration checks that exercise the\\nframework end to end and serve as living documentation. Use this map to locate where to add new capabilities: configuration primitives\\nin configs, orchestration changes in core, reusable traffic/assertions in\\nworkflows, environment adapters in runners, and demonstrations in tests.","breadcrumbs":"Part III — Developer Reference » Internal Crate Reference » Internal Crate Reference","id":"47","title":"Internal Crate Reference"},"48":{"body":"Quick-reference material and supporting guidance to keep scenarios discoverable,\\ndebuggable, and consistent.","breadcrumbs":"Part IV — Appendix » Part IV — Appendix","id":"48","title":"Part IV — Appendix"},"49":{"body":"The framework offers a fluent builder style to keep scenarios readable. Common\\nknobs: Topology shaping: set validator and executor counts, pick a network layout\\nstyle, and adjust high-level data-availability traits. Wallet seeding: define how many users participate and the total funds\\navailable for transaction workloads. Workload tuning: configure transaction rates, data-availability channel\\nand blob rates, and whether chaos restarts should include validators,\\nexecutors, or both. Expectations: attach liveness and workload-specific checks so success is\\nexplicit. Run window: set a minimum duration long enough for multiple blocks to be\\nobserved and verified. Use these knobs to express intent clearly, keeping scenario definitions concise\\nand consistent across teams.","breadcrumbs":"Part IV — Appendix » DSL Cheat Sheet » Core Content: DSL Cheat Sheet","id":"49","title":"Core Content: DSL Cheat Sheet"},"5":{"body":"Declarative over imperative: describe the desired cluster shape, traffic, and success criteria; let the framework orchestrate the run. Observable health signals: prefer liveness and inclusion signals that reflect real user impact instead of internal debug state. Determinism first: default scenarios aim for repeatable outcomes with fixed topologies and traffic rates; variability is opt-in. Targeted non-determinism: introduce randomness (e.g., restarts) only when probing resilience or operational robustness. Protocol time, not wall time: reason in blocks and protocol-driven intervals to reduce dependence on host speed or scheduler noise. Minimum run window: always allow enough block production to make assertions meaningful; very short runs risk false confidence. Use chaos with intent: chaos workloads are for recovery and fault-tolerance validation, not for baseline functional checks.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Testing Philosophy","id":"5","title":"Testing Philosophy"},"50":{"body":"Common symptoms and likely causes: No or slow block progression: runner started workloads before readiness, insufficient run window, or environment too slow—extend duration or enable slow-environment tuning. Transactions not included: missing or insufficient wallet seeding, misaligned transaction rate with block cadence, or network instability—reduce rate and verify wallet setup. Chaos stalls the run: node control not available for the chosen runner or restart cadence too aggressive—enable control capability and widen restart intervals. Observability gaps: metrics or logs unreachable because ports clash or services are not exposed—adjust observability ports and confirm runner wiring. Flaky behavior across runs: mixing chaos with functional smoke tests or inconsistent topology between environments—separate deterministic and chaos scenarios and standardize topology presets.","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Troubleshooting Scenarios","id":"50","title":"Troubleshooting Scenarios"},"51":{"body":"Why block-oriented timing? Using block cadence reduces dependence on host speed and keeps assertions aligned with protocol behavior. Can I reuse the same scenario across runners? Yes. The plan stays the same; swap runners (local, compose, k8s) to target different environments. When should I enable chaos workloads? Only when testing resilience or operational recovery; keep functional smoke tests deterministic. How long should runs be? Long enough for multiple blocks so liveness and inclusion checks are meaningful; very short runs risk false confidence. Do I always need seeded wallets? Only for transaction scenarios. Data-availability or pure chaos scenarios may not require them, but liveness checks still need validators producing blocks. What if expectations fail but workloads “look fine”? Trust expectations first—they capture the intended success criteria. Use the observability signals and runner logs to pinpoint why the system missed the target.","breadcrumbs":"Part IV — Appendix » FAQ » FAQ","id":"51","title":"FAQ"},"52":{"body":"Validator: node role that runs the nomos-node binary for consensus and\\nblock production. Executor: node role that runs the nomos-executor binary, participates in\\nconsensus, and executes the executor service stack (including its own\\nmempool/topic wiring). DA (Data Availability): subsystem ensuring blobs or channel data are\\npublished and retrievable for validation. Workload: traffic or behavior generator that exercises the system during a\\nscenario run. Expectation: post-run assertion that judges whether the system met the\\nintended success criteria. Topology: declarative description of the cluster shape, roles, and\\nhigh-level parameters for a scenario. Blockfeed: stream of block observations used for liveness or inclusion\\nsignals during a run. Control capability: the ability for a runner to start, stop, or restart\\nnodes, used by chaos workloads.","breadcrumbs":"Part IV — Appendix » Glossary » Glossary","id":"52","title":"Glossary"},"6":{"body":"Build the plan: Declare a topology, attach workloads and expectations, and set the run window. The plan is the single source of truth for what will happen. Deploy: Hand the plan to a runner. It provisions the environment on the chosen backend and waits for nodes to signal readiness. Drive workloads: Start traffic and behaviors (transactions, data-availability activity, restarts) for the planned duration. Observe blocks and signals: Track block progression and other high-level metrics during or after the run window to ground assertions in protocol time. Evaluate expectations: Once activity stops (and optional cooldown completes), check liveness and workload-specific outcomes to decide pass or fail. Cleanup: Tear down resources so successive runs start fresh and do not inherit leaked state. Mermaid view (sequence): sequenceDiagram participant P as Plan (topology + workloads + expectations) participant D as Deployer (provision & readiness) participant R as Runner (orchestrate run) participant X as Expectations (baseline + evaluation) participant W as Workloads (drive traffic) participant C as Cleanup P->>D: hand scenario plan D->>R: provision env + provide RunContext R->>X: start_capture baseline R->>W: start workloads for run window R-->>R: observe blocks/metrics during run R->>X: evaluate expectations after workloads R->>C: cleanup resources","breadcrumbs":"Part I — Foundations » Scenario Lifecycle (Conceptual) » Scenario Lifecycle (Conceptual)","id":"6","title":"Scenario Lifecycle (Conceptual)"},"7":{"body":"Modular crates keep configuration, orchestration, workloads, and runners decoupled so each can evolve without breaking the others. Pluggable runners let the same scenario run on a laptop, a Docker host, or a Kubernetes cluster, making validation portable across environments. Separated workloads and expectations clarify intent: what traffic to generate versus how to judge success. This simplifies review and reuse. Declarative topology makes cluster shape explicit and repeatable, reducing surprise when moving between CI and developer machines. Maintainability through predictability: a clear flow from plan to deployment to verification lowers the cost of extending the framework and interpreting failures.","breadcrumbs":"Part I — Foundations » Design Rationale » Design Rationale","id":"7","title":"Design Rationale"},"8":{"body":"Practical guidance for shaping scenarios, combining workloads and expectations,\\nand running them across different environments.","breadcrumbs":"Part II — User Guide » Part II — User Guide","id":"8","title":"Part II — User Guide"},"9":{"body":"The workspace focuses on multi-node integration testing and sits alongside a nomos-node checkout. Its crates separate concerns to keep scenarios\\nrepeatable and portable: Configs: prepares high-level node, network, tracing, and wallet settings\\nused across test environments. Core scenario orchestration: the engine that holds topology descriptions,\\nscenario plans, runtimes, workloads, and expectations. Workflows: ready-made workloads (transactions, data-availability, chaos)\\nand reusable expectations assembled into a user-facing DSL. Runners: deployment backends for local processes, Docker Compose, and\\nKubernetes, all consuming the same scenario plan. Test workflows: example scenarios and integration checks that show how\\nthe pieces fit together. This split keeps configuration, orchestration, reusable traffic patterns, and\\ndeployment adapters loosely coupled while sharing one mental model for tests.","breadcrumbs":"Part II — User Guide » Workspace Layout » Workspace Layout","id":"9","title":"Workspace Layout"}},"length":53,"save":true},"fields":["title","body","breadcrumbs"],"index":{"body":{"root":{"1":{"df":1,"docs":{"28":{"tf":1.0}},"–":{"3":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}}},"2":{"df":2,"docs":{"18":{"tf":1.0},"28":{"tf":1.0}}},"3":{"df":1,"docs":{"28":{"tf":1.0}}},"4":{"df":1,"docs":{"28":{"tf":1.0}},"–":{"5":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}}},"6":{"df":0,"docs":{},"–":{"7":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"52":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"34":{"tf":1.0},"36":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"34":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"37":{"tf":1.0},"44":{"tf":1.0}}}},"v":{"df":11,"docs":{"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.0},"29":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"44":{"tf":1.0},"6":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"18":{"tf":1.0}}}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"10":{"tf":1.0},"47":{"tf":1.0},"9":{"tf":1.0}}}}},"d":{"df":4,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0}}},"df":6,"docs":{"37":{"tf":1.0},"39":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.0}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"17":{"tf":1.0},"35":{"tf":1.0},"49":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"21":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"24":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"39":{"tf":1.0}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}}}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"35":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"d":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":1,"docs":{"5":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":4,"docs":{"11":{"tf":1.0},"15":{"tf":1.4142135623730951},"29":{"tf":1.0},"51":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}}}}}},"df":2,"docs":{"16":{"tf":1.0},"5":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"5":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"48":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"0":{"tf":1.0}}},"df":1,"docs":{"14":{"tf":1.0}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"2":{"tf":1.0},"27":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"4":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"35":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"28":{"tf":1.0},"37":{"tf":1.0},"47":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":12,"docs":{"10":{"tf":1.0},"16":{"tf":1.0},"25":{"tf":1.4142135623730951},"27":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0}}}},"t":{"df":2,"docs":{"10":{"tf":1.0},"35":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"0":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{":":{":":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"44":{"tf":1.4142135623730951},"45":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"37":{"tf":1.0},"39":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":7,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"40":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"29":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":16,"docs":{"0":{"tf":1.4142135623730951},"11":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"29":{"tf":1.0},"3":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"37":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.7320508075688772},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"16":{"tf":1.0},"35":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"10":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"47":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}}},"d":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"16":{"tf":1.0},"30":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"20":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"e":{"c":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"16":{"tf":1.0},"29":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"50":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"34":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":9,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"24":{"tf":1.4142135623730951},"29":{"tf":1.0},"33":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"31":{"tf":1.0}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":7,"docs":{"16":{"tf":1.0},"22":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0},"50":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"26":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"b":{"df":5,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"13":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0}},"s":{"/":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"19":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"35":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":18,"docs":{"0":{"tf":1.7320508075688772},"11":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"18":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"25":{"tf":2.23606797749979},"26":{"tf":1.0},"37":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"51":{"tf":2.0},"52":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"e":{"df":2,"docs":{"25":{"tf":1.0},"52":{"tf":1.0}},"e":{"d":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"26":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"0":{"tf":1.0},"1":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"12":{"tf":1.0},"14":{"tf":1.0},"19":{"tf":1.0},"49":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"28":{"tf":1.0},"37":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"a":{"d":{"df":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":6,"docs":{"21":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"6":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"49":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":5,"docs":{"15":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"44":{"tf":1.7320508075688772},"46":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"23":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"z":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"24":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"c":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"25":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"46":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"21":{"tf":1.0},"37":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"29":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"51":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"50":{"tf":1.0}}}}},"df":1,"docs":{"6":{"tf":1.4142135623730951}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"1":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"47":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0}}}}}},"o":{"df":12,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"20":{"tf":1.4142135623730951},"4":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.4142135623730951},"50":{"tf":1.7320508075688772},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"9":{"tf":1.0}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"11":{"tf":1.0},"37":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":18,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"28":{"tf":1.4142135623730951},"3":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.4142135623730951},"44":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.4142135623730951},"6":{"tf":1.0},"9":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"16":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"11":{"tf":1.4142135623730951},"16":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"35":{"tf":1.0},"4":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}}}}},"i":{"df":5,"docs":{"16":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0},"33":{"tf":1.0},"7":{"tf":1.0}},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"35":{"tf":1.0},"50":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"37":{"tf":1.0},"41":{"tf":1.0},"6":{"tf":1.7320508075688772}}}}},"r":{"df":9,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"15":{"tf":1.0},"24":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"|":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":5,"docs":{"4":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772},"47":{"tf":1.0}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":14,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.4142135623730951},"35":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":2.0},"5":{"tf":1.0},"52":{"tf":1.0},"7":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"37":{"tf":1.0}}}}}}}}}}}},"o":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"\\"":{"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":{"14":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"35":{"tf":1.0}}}}}}}}},"df":3,"docs":{"14":{"tf":1.0},"25":{"tf":1.0},"35":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"17":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"8":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"10":{"tf":1.0},"15":{"tf":1.0},"34":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"16":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"3":{"tf":1.0}}},"s":{"df":13,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"16":{"tf":1.0},"29":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"51":{"tf":1.0},"9":{"tf":1.0}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":3,"docs":{"2":{"tf":1.0},"29":{"tf":1.0},"6":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"16":{"tf":1.0},"9":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"14":{"tf":1.0},"49":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"4":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"37":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"3":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":4,"docs":{"10":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"9":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":8,"docs":{"10":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.0},"37":{"tf":1.0},"47":{"tf":1.4142135623730951},"49":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"df":5,"docs":{"20":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":8,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.0},"37":{"tf":1.0},"52":{"tf":1.4142135623730951}},"s":{"/":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"i":{"d":{"df":1,"docs":{"39":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"11":{"tf":1.0},"30":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"41":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"m":{"df":4,"docs":{"25":{"tf":1.0},"35":{"tf":1.4142135623730951},"47":{"tf":1.0},"9":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"32":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"1":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"15":{"tf":1.0},"49":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"14":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"36":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":10,"docs":{"13":{"tf":1.4142135623730951},"20":{"tf":1.0},"22":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"50":{"tf":1.4142135623730951},"52":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"32":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"37":{"tf":1.0},"6":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"37":{"tf":1.0},"47":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":8,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"15":{"tf":1.0},"27":{"tf":1.0},"47":{"tf":1.4142135623730951},"49":{"tf":1.0},"9":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"29":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"49":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"19":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"36":{"tf":1.0},"47":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":5,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"x":{"df":2,"docs":{"44":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":3,"docs":{"25":{"tf":1.0},"26":{"tf":1.0},"43":{"tf":1.0}}}}}}}},"d":{"a":{"df":7,"docs":{"0":{"tf":1.7320508075688772},"16":{"tf":1.0},"19":{"tf":1.4142135623730951},"20":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"52":{"tf":1.0}},"t":{"a":{"df":13,"docs":{"0":{"tf":2.0},"11":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"19":{"tf":1.0},"3":{"tf":1.4142135623730951},"37":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.4142135623730951},"6":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"4":{"tf":1.7320508075688772},"6":{"tf":1.7320508075688772}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":4,"docs":{"31":{"tf":1.0},"35":{"tf":1.0},"40":{"tf":1.0},"5":{"tf":1.0}},"g":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"11":{"tf":1.0},"35":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"r":{"df":9,"docs":{"11":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"36":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"46":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":5,"docs":{"15":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"5":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"11":{"tf":1.0},"37":{"tf":1.0},"49":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"49":{"tf":1.0}}}}}}},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"22":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"28":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"a":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":9,"docs":{"10":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"47":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"35":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":13,"docs":{"10":{"tf":1.0},"21":{"tf":1.0},"26":{"tf":2.0},"29":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.4142135623730951},"39":{"tf":1.0},"4":{"tf":2.8284271247461903},"41":{"tf":1.0},"47":{"tf":1.0},"6":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"44":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":6,"docs":{"10":{"tf":1.0},"12":{"tf":1.4142135623730951},"3":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"5":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":4,"docs":{"37":{"tf":1.0},"42":{"tf":1.0},"52":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"24":{"tf":1.0},"7":{"tf":1.0}}}},"r":{"df":1,"docs":{"5":{"tf":1.0}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"5":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":6,"docs":{"16":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"7":{"tf":1.0}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"25":{"tf":1.0},"29":{"tf":1.0},"51":{"tf":1.0},"8":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"32":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"48":{"tf":1.0}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"35":{"tf":1.0},"36":{"tf":1.0}},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"25":{"tf":1.0}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"11":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"16":{"tf":1.0},"24":{"tf":1.0},"47":{"tf":1.0}}}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"6":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"26":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.7320508075688772}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"20":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"[":{"\\"":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":10,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.7320508075688772},"44":{"tf":1.0},"6":{"tf":1.4142135623730951}},"n":{"df":2,"docs":{"12":{"tf":1.0},"5":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"p":{"/":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"24":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"l":{"df":6,"docs":{"10":{"tf":1.0},"15":{"tf":1.0},"39":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"9":{"tf":1.0}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":8,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"29":{"tf":1.0},"37":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":3,"docs":{"45":{"tf":1.0},"52":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"44":{"tf":1.7320508075688772},"45":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":7,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"14":{"tf":1.0},"23":{"tf":1.0},"28":{"tf":1.0},"44":{"tf":1.0},"5":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"10":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"35":{"tf":1.0}}}}},"s":{"df":1,"docs":{"32":{"tf":1.0}},"i":{"df":1,"docs":{"11":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"3":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"15":{"tf":1.0},"20":{"tf":1.0},"35":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{}},"d":{"df":4,"docs":{"10":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":2,"docs":{"28":{"tf":1.0},"37":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"3":{"tf":1.0},"9":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":5,"docs":{"11":{"tf":1.0},"37":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":6,"docs":{"0":{"tf":1.0},"22":{"tf":1.0},"29":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.4142135623730951},"52":{"tf":1.0}}}}},"v":{"df":2,"docs":{"4":{"tf":1.0},"6":{"tf":1.0}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":20,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"29":{"tf":1.7320508075688772},"3":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.7320508075688772},"4":{"tf":1.4142135623730951},"47":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"39":{"tf":1.0}}}}}}},"r":{"(":{"\\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"44":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"2":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"a":{"df":0,"docs":{},"l":{"[":{"\\"":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":1,"docs":{"14":{"tf":1.0}},"u":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":7,"docs":{"14":{"tf":1.0},"29":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"45":{"tf":1.0},"6":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"41":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":3,"docs":{"36":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0}}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":5,"docs":{"17":{"tf":1.0},"21":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"9":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"34":{"tf":1.0},"52":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":8,"docs":{"0":{"tf":1.4142135623730951},"11":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.7320508075688772},"49":{"tf":1.4142135623730951},"52":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":6,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":36,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.4142135623730951},"14":{"tf":1.4142135623730951},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.7320508075688772},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"35":{"tf":1.0},"37":{"tf":2.23606797749979},"39":{"tf":1.0},"4":{"tf":2.0},"40":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"44":{"tf":2.0},"45":{"tf":1.7320508075688772},"46":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"6":{"tf":2.23606797749979},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"15":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"16":{"tf":1.0},"49":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"39":{"tf":1.0}}}},"s":{"df":2,"docs":{"35":{"tf":1.0},"40":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"35":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"—":{"a":{"d":{"df":0,"docs":{},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"49":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":5,"docs":{"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"38":{"tf":1.0},"42":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"}":{"\\"":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"f":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"41":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":6,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"24":{"tf":1.0},"35":{"tf":1.7320508075688772},"4":{"tf":1.0},"7":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":2,"docs":{"22":{"tf":1.0},"26":{"tf":1.0}}}},"l":{"df":0,"docs":{},"s":{"df":3,"docs":{"35":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}}}},"q":{"df":1,"docs":{"51":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"11":{"tf":1.0},"26":{"tf":1.0},"46":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"16":{"tf":1.0},"26":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":1,"docs":{"25":{"tf":1.0}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"16":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"51":{"tf":1.0}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"11":{"tf":1.0},"40":{"tf":1.0},"45":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"35":{"tf":1.0},"5":{"tf":1.0}},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"51":{"tf":1.0}}}}}}}}}},"t":{"df":6,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"9":{"tf":1.0}}},"x":{"df":1,"docs":{"5":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"29":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0}}},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"50":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"14":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":5,"docs":{"18":{"tf":1.0},"29":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"47":{"tf":1.0},"49":{"tf":1.0}}}}}}},"n":{"df":2,"docs":{"44":{"tf":2.449489742783178},"45":{"tf":2.0}}},"o":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":3,"docs":{"0":{"tf":1.0},"35":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"29":{"tf":1.0},"4":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"15":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"t":{"!":{"(":{"\\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"4":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"2":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":14,"docs":{"0":{"tf":1.0},"10":{"tf":1.4142135623730951},"2":{"tf":1.0},"21":{"tf":1.0},"3":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.4142135623730951},"49":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0}},"’":{"df":1,"docs":{"15":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"6":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"39":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"26":{"tf":1.0},"3":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}}}}}}},"d":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"27":{"tf":1.0}}}}}},"g":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"3":{"tf":1.0},"50":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"34":{"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":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"44":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":8,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"44":{"tf":1.0},"52":{"tf":1.0},"7":{"tf":1.0}}}}},"t":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}}},"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":1,"docs":{"1":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"52":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"11":{"tf":1.0},"16":{"tf":1.0}}}},"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"11":{"tf":1.0},"16":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":1,"docs":{"46":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"37":{"tf":1.0},"48":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"1":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"24":{"tf":1.0}}}},"n":{"d":{"df":2,"docs":{"4":{"tf":1.0},"6":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"r":{"d":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"11":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0}},"i":{"df":1,"docs":{"14":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"10":{"tf":1.0},"15":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"0":{"tf":1.0},"45":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":9,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"23":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"o":{"c":{"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"4":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"31":{"tf":1.0},"35":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"47":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"i":{"[":{"\\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"e":{"a":{"df":9,"docs":{"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"44":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}},"i":{"df":1,"docs":{"36":{"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":3,"docs":{"17":{"tf":1.0},"21":{"tf":1.0},"43":{"tf":1.0}}}}}}}},"m":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"5":{"tf":1.0}}}},"l":{"df":2,"docs":{"44":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"47":{"tf":1.0}}}}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":4,"docs":{"0":{"tf":1.4142135623730951},"49":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":8,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"19":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"\\"":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"6":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"[":{"\\"":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"14":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"14":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"42":{"tf":1.0},"44":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"35":{"tf":1.0}}}}}}},"df":2,"docs":{"32":{"tf":1.0},"35":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":4,"docs":{"10":{"tf":1.0},"3":{"tf":1.0},"47":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"n":{"d":{"df":4,"docs":{"11":{"tf":1.0},"37":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":5,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"21":{"tf":1.0},"24":{"tf":1.0}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.4142135623730951},"22":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":3,"docs":{"22":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"7":{"tf":1.0}}}}}},"v":{"df":3,"docs":{"25":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"5":{"tf":1.0}},"t":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":2,"docs":{"35":{"tf":1.0},"44":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"11":{"tf":1.0},"31":{"tf":1.0}}}}},"v":{"df":1,"docs":{"48":{"tf":1.0}}}},"j":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"g":{"df":4,"docs":{"37":{"tf":1.0},"4":{"tf":1.0},"52":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"k":{"8":{"df":6,"docs":{"10":{"tf":1.0},"16":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":16,"docs":{"11":{"tf":1.0},"15":{"tf":1.7320508075688772},"16":{"tf":1.4142135623730951},"20":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"y":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}}},"n":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"49":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"11":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"22":{"tf":1.0}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"25":{"tf":1.0},"37":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"22":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"15":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"19":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"15":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"42":{"tf":1.0},"49":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"37":{"tf":1.0},"6":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":2,"docs":{"3":{"tf":1.0},"4":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":12,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"13":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":2,"docs":{"28":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"14":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":17,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"27":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"6":{"tf":1.0}}}}},"o":{"a":{"d":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"df":11,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"29":{"tf":1.4142135623730951},"31":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"51":{"tf":1.0},"9":{"tf":1.0}}},"t":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":3,"docs":{"44":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}},"i":{"c":{"df":4,"docs":{"0":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"s":{"/":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"35":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"11":{"tf":1.0},"37":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"24":{"tf":1.0},"51":{"tf":1.0}}},"p":{"df":2,"docs":{"16":{"tf":1.0},"31":{"tf":1.0}}},"s":{"df":1,"docs":{"9":{"tf":1.0}}}},"w":{"df":1,"docs":{"23":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"16":{"tf":1.0},"32":{"tf":1.0},"7":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"36":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":7,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.4142135623730951}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":6,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"49":{"tf":1.0}}}},"p":{"df":3,"docs":{"10":{"tf":1.0},"35":{"tf":1.0},"47":{"tf":1.0}}},"t":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"48":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"11":{"tf":1.0},"33":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":8,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0}}}}},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"1":{"tf":1.0},"2":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"d":{"df":5,"docs":{"14":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"35":{"tf":1.0},"52":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"c":{"df":5,"docs":{"25":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"35":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"16":{"tf":1.0},"18":{"tf":1.0},"31":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"49":{"tf":1.0},"5":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":3,"docs":{"35":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}}}},"x":{"df":1,"docs":{"50":{"tf":1.0}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"24":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":8,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"15":{"tf":1.0},"2":{"tf":1.0},"23":{"tf":1.0},"37":{"tf":1.7320508075688772},"47":{"tf":1.0},"9":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"0":{"tf":1.0},"28":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"46":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"16":{"tf":1.0},"7":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":8,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"11":{"tf":1.0},"2":{"tf":1.0},"28":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"32":{"tf":1.0},"9":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"16":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"39":{"tf":1.0},"44":{"tf":1.0}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"df":1,"docs":{"23":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"16":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":8,"docs":{"15":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"40":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"g":{"df":2,"docs":{"24":{"tf":1.0},"35":{"tf":1.0}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":11,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"22":{"tf":1.0},"27":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"37":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"9":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"26":{"tf":1.0}}}}},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":5,"docs":{"21":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"4":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":23,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"11":{"tf":1.0},"13":{"tf":1.4142135623730951},"2":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.7320508075688772},"37":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"41":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.4142135623730951},"50":{"tf":1.0},"52":{"tf":2.0},"6":{"tf":1.0},"9":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"5":{"tf":1.0}},"i":{"df":1,"docs":{"16":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"df":9,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"10":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.7320508075688772},"35":{"tf":1.0},"37":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"9":{"tf":1.0}}}},"n":{"df":1,"docs":{"5":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"15":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":17,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"37":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.4142135623730951}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"16":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"37":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"47":{"tf":1.0},"49":{"tf":1.0}}}}}},"k":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"\\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":1,"docs":{"44":{"tf":1.0}}},"n":{"c":{"df":3,"docs":{"37":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0}}},"df":4,"docs":{"19":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"9":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"33":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"11":{"tf":1.0},"20":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.4142135623730951},"35":{"tf":1.7320508075688772},"5":{"tf":1.0},"51":{"tf":1.0}}}},"t":{"df":2,"docs":{"15":{"tf":1.0},"5":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"20":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.0},"6":{"tf":1.0}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":7,"docs":{"10":{"tf":1.0},"31":{"tf":1.0},"47":{"tf":1.4142135623730951},"5":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"51":{"tf":1.0}}}}}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"23":{"tf":1.0}}}}},"df":1,"docs":{"22":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":9,"docs":{"16":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"3":{"tf":1.0},"42":{"tf":1.0},"5":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"22":{"tf":1.0}}},"k":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"10":{"tf":1.0},"47":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":3,"docs":{"1":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"27":{"tf":1.0},"4":{"tf":1.0},"52":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}},"df":0,"docs":{},"t":{"df":4,"docs":{"2":{"tf":1.0},"36":{"tf":1.0},"48":{"tf":1.0},"8":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":6,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"4":{"tf":2.449489742783178},"49":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":2.449489742783178}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"29":{"tf":1.0},"35":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":1,"docs":{"6":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"13":{"tf":1.0},"19":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":3,"docs":{"15":{"tf":2.0},"16":{"tf":1.0},"9":{"tf":1.0}}}}}}}},"df":1,"docs":{"6":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"22":{"tf":1.0}}}},"r":{"df":4,"docs":{"15":{"tf":1.0},"18":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"0":{"tf":1.0},"4":{"tf":1.0}}}}}}}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"23":{"tf":1.4142135623730951},"28":{"tf":2.8284271247461903}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"27":{"tf":1.0},"44":{"tf":1.0},"49":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"10":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"14":{"tf":1.0},"28":{"tf":1.0}}}}}}}},"l":{"a":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":14,"docs":{"1":{"tf":1.0},"14":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":2.0},"3":{"tf":1.0},"30":{"tf":1.4142135623730951},"34":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":2.0},"47":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":2.449489742783178},"7":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"35":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"u":{"df":2,"docs":{"19":{"tf":1.0},"20":{"tf":1.0}},"g":{"df":1,"docs":{"43":{"tf":1.0}},"g":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"12":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"3":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":3,"docs":{"32":{"tf":1.0},"35":{"tf":1.0},"50":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"25":{"tf":1.0},"28":{"tf":1.0},"37":{"tf":1.0},"52":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"26":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"16":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"4":{"tf":1.0},"42":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"5":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"47":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"29":{"tf":1.4142135623730951},"35":{"tf":2.0},"37":{"tf":1.0},"39":{"tf":1.0}}}}}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"21":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"20":{"tf":1.0},"35":{"tf":1.0}}}},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"41":{"tf":1.0}}}},"t":{"df":3,"docs":{"16":{"tf":1.0},"42":{"tf":1.0},"50":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"29":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.4142135623730951}}}}}},"o":{"b":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":7,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"34":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"11":{"tf":1.0},"31":{"tf":1.0},"4":{"tf":1.0},"9":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":5,"docs":{"0":{"tf":1.0},"14":{"tf":1.0},"26":{"tf":1.0},"41":{"tf":1.0},"51":{"tf":1.0}},"t":{"df":4,"docs":{"21":{"tf":1.0},"37":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":7,"docs":{"11":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.4142135623730951},"3":{"tf":1.0},"37":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":8,"docs":{"0":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.4142135623730951},"51":{"tf":1.0},"6":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"44":{"tf":1.0}},"r":{"df":1,"docs":{"35":{"tf":1.0}}}},"i":{"d":{"df":6,"docs":{"26":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"6":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":3,"docs":{"34":{"tf":1.0},"4":{"tf":1.4142135623730951},"6":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"b":{"df":2,"docs":{"44":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"0":{"tf":1.0},"52":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"51":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"12":{"tf":1.0},"3":{"tf":1.0}}}}}}}},"q":{"a":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"27":{"tf":1.4142135623730951},"5":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"tf":1.0}}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"df":10,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"23":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"5":{"tf":1.0},"50":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":2,"docs":{"4":{"tf":2.0},"6":{"tf":2.8284271247461903}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"44":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"l":{"df":3,"docs":{"34":{"tf":1.0},"44":{"tf":1.4142135623730951},"45":{"tf":1.0}},"e":{"df":0,"docs":{},"—":{"a":{"df":1,"docs":{"35":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"49":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":9,"docs":{"20":{"tf":1.0},"26":{"tf":1.4142135623730951},"29":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.7320508075688772},"41":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.4142135623730951},"9":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":5,"docs":{"0":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.0},"43":{"tf":1.0},"5":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"1":{"tf":1.0},"3":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"5":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"41":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"13":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":4,"docs":{"15":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"36":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"0":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"29":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}},"x":{"df":2,"docs":{"34":{"tf":1.0},"35":{"tf":1.0}}}},"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"16":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"14":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"23":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"40":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"37":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":4,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":4,"docs":{"13":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"51":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":8,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"20":{"tf":1.0},"24":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"37":{"tf":1.0},"41":{"tf":1.0},"6":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":3,"docs":{"10":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":10,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.4142135623730951},"28":{"tf":1.0},"4":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.4142135623730951},"52":{"tf":1.0},"6":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":4,"docs":{"16":{"tf":1.0},"29":{"tf":1.0},"44":{"tf":1.4142135623730951},"45":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"0":{"tf":1.0},"52":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"15":{"tf":1.0},"40":{"tf":1.0},"47":{"tf":1.7320508075688772},"9":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":3,"docs":{"16":{"tf":1.0},"51":{"tf":1.0},"7":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"42":{"tf":1.0},"7":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"46":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"5":{"tf":1.0},"51":{"tf":1.0}}}}},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":8,"docs":{"0":{"tf":1.0},"20":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.7320508075688772}},"s":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"p":{"c":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"4":{"tf":1.7320508075688772},"44":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951},"6":{"tf":1.0}}}}}}}}},"df":25,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"11":{"tf":1.7320508075688772},"14":{"tf":1.0},"16":{"tf":1.0},"19":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.7320508075688772},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.7320508075688772},"33":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":2.449489742783178},"4":{"tf":1.7320508075688772},"41":{"tf":1.0},"45":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.7320508075688772},"50":{"tf":1.7320508075688772},"51":{"tf":1.4142135623730951},"52":{"tf":2.23606797749979},"6":{"tf":2.449489742783178},"7":{"tf":1.0},"8":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"23":{"tf":1.0},"44":{"tf":1.4142135623730951}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":21,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.0},"29":{"tf":1.7320508075688772},"30":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"37":{"tf":1.0},"4":{"tf":2.23606797749979},"41":{"tf":1.4142135623730951},"47":{"tf":1.7320508075688772},"50":{"tf":1.7320508075688772},"51":{"tf":1.7320508075688772},"52":{"tf":1.0},"6":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951},"9":{"tf":1.0}},"’":{"df":1,"docs":{"35":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"34":{"tf":1.0}},"{":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":8,"docs":{"10":{"tf":1.0},"27":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.0},"47":{"tf":1.0},"9":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"42":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":5,"docs":{"29":{"tf":1.4142135623730951},"47":{"tf":1.0},"51":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"35":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":31,"docs":{"1":{"tf":1.0},"10":{"tf":1.7320508075688772},"11":{"tf":1.7320508075688772},"12":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":2.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"28":{"tf":1.7320508075688772},"29":{"tf":1.7320508075688772},"30":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"37":{"tf":2.23606797749979},"4":{"tf":1.7320508075688772},"40":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":2.23606797749979},"48":{"tf":1.0},"49":{"tf":1.4142135623730951},"5":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.7320508075688772},"52":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":2.23606797749979}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"23":{"tf":1.0},"33":{"tf":1.0},"5":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"10":{"tf":1.0},"35":{"tf":1.0}}}}}}},"df":1,"docs":{"4":{"tf":1.7320508075688772}},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"16":{"tf":1.0},"23":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"d":{"df":8,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}}},"df":4,"docs":{"11":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"20":{"tf":1.0},"29":{"tf":1.0}}}},"df":0,"docs":{}},"f":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":3,"docs":{"15":{"tf":1.0},"44":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"16":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"22":{"tf":1.0},"6":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"4":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"28":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"25":{"tf":1.0}}},"v":{"df":1,"docs":{"47":{"tf":1.0}},"i":{"c":{"df":4,"docs":{"32":{"tf":1.0},"37":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":8,"docs":{"11":{"tf":1.0},"18":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"36":{"tf":1.0},"49":{"tf":1.4142135623730951},"6":{"tf":1.0},"9":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"10":{"tf":1.0},"32":{"tf":1.0},"50":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":18,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":8,"docs":{"10":{"tf":1.0},"16":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"44":{"tf":1.0},"47":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"0":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0}}}},"w":{"df":4,"docs":{"1":{"tf":1.0},"21":{"tf":1.0},"43":{"tf":1.0},"9":{"tf":1.0}}}}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":11,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"29":{"tf":1.7320508075688772},"35":{"tf":2.0},"41":{"tf":1.0},"5":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"18":{"tf":1.0},"44":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"22":{"tf":1.0},"26":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":3,"docs":{"32":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0}}}}},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"22":{"tf":1.0},"35":{"tf":1.0},"50":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"11":{"tf":1.0},"18":{"tf":1.0},"3":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":5,"docs":{"15":{"tf":1.0},"18":{"tf":1.0},"46":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"3":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"24":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":6,"docs":{"14":{"tf":1.0},"20":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":1.0},"49":{"tf":1.0},"6":{"tf":1.0}},"i":{"df":1,"docs":{"11":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":4,"docs":{"16":{"tf":1.0},"30":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"t":{"a":{"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"32":{"tf":1.0},"37":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"28":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"50":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"16":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"df":0,"docs":{}},"_":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"45":{"tf":1.0},"6":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":13,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.7320508075688772},"37":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.7320508075688772}}}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"16":{"tf":1.0},"23":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0}}},"i":{"c":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}}},"y":{"df":6,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"25":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"51":{"tf":1.0}}}},"d":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{":":{":":{"a":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"44":{"tf":1.0}}},"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":{},"p":{"df":2,"docs":{"15":{"tf":1.0},"35":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"22":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"51":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":3,"docs":{"37":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0}}}},"r":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"19":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"b":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"49":{"tf":1.4142135623730951}}}}}},"u":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"18":{"tf":1.0},"22":{"tf":1.4142135623730951},"24":{"tf":1.0}}}},"t":{"df":5,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.0},"24":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"0":{"tf":1.0},"52":{"tf":1.0}}}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":10,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"33":{"tf":1.0}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"10":{"tf":1.0},"48":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"16":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"n":{"c":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":7,"docs":{"14":{"tf":1.4142135623730951},"20":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.4142135623730951}}}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"44":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":6,"docs":{"11":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"5":{"tf":1.0},"51":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"37":{"tf":1.0}}}}},"d":{"df":3,"docs":{"14":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0}}},"df":1,"docs":{"4":{"tf":1.4142135623730951}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":3,"docs":{"16":{"tf":1.0},"3":{"tf":1.4142135623730951},"49":{"tf":1.0}}},"r":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"15":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":21,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.0},"10":{"tf":1.7320508075688772},"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"18":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.7320508075688772},"37":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.4142135623730951},"5":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.4142135623730951},"9":{"tf":2.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"{":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"45":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"44":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"44":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":3,"docs":{"29":{"tf":1.0},"39":{"tf":1.0},"7":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"e":{"df":12,"docs":{"0":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.7320508075688772},"3":{"tf":1.4142135623730951},"31":{"tf":1.0},"35":{"tf":1.0},"5":{"tf":1.4142135623730951},"51":{"tf":1.0},"6":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"34":{"tf":1.0},"35":{"tf":1.0}}}}},"r":{"df":1,"docs":{"22":{"tf":1.4142135623730951}}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"14":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"9":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"25":{"tf":1.0},"27":{"tf":1.0},"5":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"22":{"tf":1.0}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":24,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"27":{"tf":1.7320508075688772},"29":{"tf":1.0},"37":{"tf":2.0},"4":{"tf":2.0},"42":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"47":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.4142135623730951},"52":{"tf":1.0},"6":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.0}},"y":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"g":{"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":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"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":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"49":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"34":{"tf":1.0},"35":{"tf":1.0},"47":{"tf":1.0},"9":{"tf":1.0}}},"k":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":15,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"3":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.7320508075688772},"5":{"tf":1.4142135623730951},"52":{"tf":1.0},"6":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"43":{"tf":1.0},"49":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":13,"docs":{"11":{"tf":1.0},"13":{"tf":1.4142135623730951},"15":{"tf":1.0},"18":{"tf":1.7320508075688772},"19":{"tf":1.7320508075688772},"20":{"tf":1.0},"28":{"tf":1.0},"34":{"tf":1.0},"49":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"10":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"35":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"13":{"tf":1.0},"24":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"16":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":3,"docs":{"16":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"30":{"tf":1.0},"4":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"16":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":1,"docs":{"18":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"30":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"22":{"tf":1.0},"3":{"tf":1.4142135623730951},"37":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"45":{"tf":1.0},"50":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":2,"docs":{"39":{"tf":1.0},"47":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"11":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"10":{"tf":1.0}}}},"df":21,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"15":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"29":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":2.23606797749979},"45":{"tf":1.7320508075688772},"47":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"13":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}},"i":{"df":0,"docs":{},"z":{"df":2,"docs":{"44":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"46":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"10":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":19,"docs":{"0":{"tf":1.4142135623730951},"11":{"tf":1.4142135623730951},"16":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"25":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.4142135623730951},"34":{"tf":1.0},"37":{"tf":1.4142135623730951},"39":{"tf":1.0},"44":{"tf":1.4142135623730951},"45":{"tf":1.0},"49":{"tf":1.4142135623730951},"5":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.4142135623730951},"7":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":1,"docs":{"24":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"27":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"c":{"!":{"[":{"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":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":1,"docs":{"44":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"5":{"tf":1.0},"51":{"tf":1.0}},"f":{"df":2,"docs":{"26":{"tf":1.0},"7":{"tf":1.0}},"i":{"df":6,"docs":{"14":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":6,"docs":{"10":{"tf":1.0},"14":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.4142135623730951},"6":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"29":{"tf":1.0},"6":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"15":{"tf":1.0},"5":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":12,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"9":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"23":{"tf":1.0}}}}},"df":2,"docs":{"4":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"15":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"49":{"tf":1.0},"52":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":8,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"29":{"tf":1.0},"37":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":5,"docs":{"32":{"tf":1.0},"39":{"tf":1.0},"46":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"0":{"df":1,"docs":{"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"25":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"1":{"tf":1.0},"26":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":5,"docs":{"10":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"47":{"tf":1.7320508075688772},"9":{"tf":1.4142135623730951}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":37,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.7320508075688772},"12":{"tf":1.4142135623730951},"13":{"tf":2.0},"14":{"tf":2.0},"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.7320508075688772},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"24":{"tf":1.0},"29":{"tf":1.7320508075688772},"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"37":{"tf":2.23606797749979},"39":{"tf":1.4142135623730951},"4":{"tf":2.449489742783178},"40":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":2.23606797749979},"45":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.7320508075688772},"5":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"6":{"tf":2.6457513110645907},"7":{"tf":1.4142135623730951},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"28":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"10":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"d":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}}},"x":{"df":2,"docs":{"4":{"tf":1.4142135623730951},"6":{"tf":1.7320508075688772}}},"y":{"df":0,"docs":{},"e":{"df":1,"docs":{"51":{"tf":1.0}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"23":{"tf":1.0}}}}}}}},"breadcrumbs":{"root":{"1":{"df":1,"docs":{"28":{"tf":1.0}},"–":{"3":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}}},"2":{"df":2,"docs":{"18":{"tf":1.4142135623730951},"28":{"tf":1.0}}},"3":{"df":1,"docs":{"28":{"tf":1.0}}},"4":{"df":1,"docs":{"28":{"tf":1.0}},"–":{"5":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}}},"6":{"df":0,"docs":{},"–":{"7":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"52":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"34":{"tf":1.0},"36":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"34":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"37":{"tf":1.0},"44":{"tf":1.0}}}},"v":{"df":11,"docs":{"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.0},"29":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"44":{"tf":1.0},"6":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"18":{"tf":1.0}}}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"10":{"tf":1.0},"47":{"tf":1.0},"9":{"tf":1.0}}}}},"d":{"df":4,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0}}},"df":6,"docs":{"37":{"tf":1.0},"39":{"tf":1.7320508075688772},"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"42":{"tf":1.7320508075688772},"43":{"tf":1.0}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"17":{"tf":1.0},"35":{"tf":1.0},"49":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":8,"docs":{"21":{"tf":1.7320508075688772},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"24":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"39":{"tf":1.0}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}}}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"35":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"d":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":1,"docs":{"5":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":4,"docs":{"11":{"tf":1.0},"15":{"tf":1.4142135623730951},"29":{"tf":1.0},"51":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}}}}}},"df":2,"docs":{"16":{"tf":1.0},"5":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"5":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.7320508075688772}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":5,"docs":{"48":{"tf":1.7320508075688772},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"0":{"tf":1.0}}},"df":1,"docs":{"14":{"tf":1.0}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"2":{"tf":1.0},"27":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"4":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"35":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":8,"docs":{"21":{"tf":1.7320508075688772},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"28":{"tf":1.0},"37":{"tf":1.0},"47":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":12,"docs":{"10":{"tf":1.0},"16":{"tf":1.0},"25":{"tf":1.4142135623730951},"27":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0}}}},"t":{"df":2,"docs":{"10":{"tf":1.0},"35":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"0":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{":":{":":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"44":{"tf":1.4142135623730951},"45":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"37":{"tf":1.0},"39":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":7,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"40":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"1":{"tf":1.0},"11":{"tf":1.7320508075688772},"29":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":16,"docs":{"0":{"tf":1.4142135623730951},"11":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"29":{"tf":1.0},"3":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"37":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.7320508075688772},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"16":{"tf":1.0},"35":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"10":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"47":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}}},"d":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"16":{"tf":1.0},"30":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"20":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"e":{"c":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"16":{"tf":1.0},"29":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"50":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"34":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":9,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"24":{"tf":1.7320508075688772},"29":{"tf":1.0},"33":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.7320508075688772},"31":{"tf":1.0}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":7,"docs":{"16":{"tf":1.0},"22":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0},"50":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"26":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"b":{"df":5,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"13":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0}},"s":{"/":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"19":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"35":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":18,"docs":{"0":{"tf":1.7320508075688772},"11":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"18":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"25":{"tf":2.449489742783178},"26":{"tf":1.0},"37":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"51":{"tf":2.0},"52":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"e":{"df":2,"docs":{"25":{"tf":1.0},"52":{"tf":1.0}},"e":{"d":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"26":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"0":{"tf":1.0},"1":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"12":{"tf":1.0},"14":{"tf":1.0},"19":{"tf":1.0},"49":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"28":{"tf":1.0},"37":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"a":{"d":{"df":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":6,"docs":{"21":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"6":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"49":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":5,"docs":{"15":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"44":{"tf":1.7320508075688772},"46":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"23":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"z":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"24":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}},"c":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"25":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"46":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"21":{"tf":1.0},"37":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"29":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"51":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"50":{"tf":1.0}}}}},"df":1,"docs":{"6":{"tf":1.4142135623730951}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"1":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"47":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0}}}}}},"o":{"df":12,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"20":{"tf":1.7320508075688772},"4":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.4142135623730951},"50":{"tf":1.7320508075688772},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"9":{"tf":1.0}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"11":{"tf":1.0},"37":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.7320508075688772}}}},"c":{"df":0,"docs":{},"k":{"df":18,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.0},"28":{"tf":1.4142135623730951},"3":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.4142135623730951},"44":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.4142135623730951},"6":{"tf":1.0},"9":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"16":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"11":{"tf":1.4142135623730951},"16":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"35":{"tf":1.0},"4":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}}}}},"i":{"df":5,"docs":{"16":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0},"33":{"tf":1.0},"7":{"tf":1.0}},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"35":{"tf":1.0},"50":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"37":{"tf":1.0},"41":{"tf":1.0},"6":{"tf":1.7320508075688772}}}}},"r":{"df":9,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"15":{"tf":1.0},"24":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"|":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":5,"docs":{"4":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772},"47":{"tf":1.0}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":14,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.4142135623730951},"35":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":2.0},"5":{"tf":1.0},"52":{"tf":1.0},"7":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"37":{"tf":1.0}}}}}}}}}}}},"o":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"\\"":{"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":{"14":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"35":{"tf":1.0}}}}}}}}},"df":3,"docs":{"14":{"tf":1.0},"25":{"tf":1.0},"35":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"17":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"8":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"10":{"tf":1.0},"15":{"tf":1.0},"34":{"tf":1.4142135623730951},"49":{"tf":1.0},"50":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"16":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"3":{"tf":1.0}}},"s":{"df":13,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"16":{"tf":1.0},"29":{"tf":1.0},"32":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"51":{"tf":1.0},"9":{"tf":1.0}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":3,"docs":{"2":{"tf":1.0},"29":{"tf":1.0},"6":{"tf":1.7320508075688772}}}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"16":{"tf":1.0},"9":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"14":{"tf":1.0},"49":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"4":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"37":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"3":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":4,"docs":{"10":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"9":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":8,"docs":{"10":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.0},"37":{"tf":1.0},"47":{"tf":1.4142135623730951},"49":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"df":5,"docs":{"20":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"45":{"tf":1.4142135623730951},"50":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":8,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.0},"37":{"tf":1.0},"52":{"tf":1.4142135623730951}},"s":{"/":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"i":{"d":{"df":1,"docs":{"39":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"11":{"tf":1.0},"30":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"41":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"m":{"df":4,"docs":{"25":{"tf":1.0},"35":{"tf":1.4142135623730951},"47":{"tf":1.0},"9":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"32":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"1":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"11":{"tf":1.0},"12":{"tf":1.7320508075688772},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.7320508075688772},"49":{"tf":1.4142135623730951}}}},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.7320508075688772},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"14":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"36":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":10,"docs":{"13":{"tf":1.4142135623730951},"20":{"tf":1.0},"22":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"50":{"tf":1.4142135623730951},"52":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"32":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"37":{"tf":1.0},"6":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"37":{"tf":1.0},"47":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":10,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.7320508075688772},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.7320508075688772},"27":{"tf":1.0},"47":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"29":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"49":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"19":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"36":{"tf":1.0},"47":{"tf":2.0},"7":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":5,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"x":{"df":2,"docs":{"44":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":3,"docs":{"25":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"43":{"tf":1.0}}}}}}}},"d":{"a":{"df":7,"docs":{"0":{"tf":1.7320508075688772},"16":{"tf":1.0},"19":{"tf":1.7320508075688772},"20":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"52":{"tf":1.0}},"t":{"a":{"df":13,"docs":{"0":{"tf":2.0},"11":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"19":{"tf":1.0},"3":{"tf":1.4142135623730951},"37":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.4142135623730951},"6":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"4":{"tf":1.7320508075688772},"6":{"tf":1.7320508075688772}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":4,"docs":{"31":{"tf":1.0},"35":{"tf":1.0},"40":{"tf":1.0},"5":{"tf":1.0}},"g":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"11":{"tf":1.0},"35":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"r":{"df":9,"docs":{"11":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"36":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"46":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":5,"docs":{"15":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"5":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"11":{"tf":1.0},"37":{"tf":1.0},"49":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"49":{"tf":1.0}}}}}}},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"22":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"28":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"a":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":9,"docs":{"10":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"47":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"35":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":13,"docs":{"10":{"tf":1.0},"21":{"tf":1.0},"26":{"tf":2.449489742783178},"29":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.4142135623730951},"39":{"tf":1.0},"4":{"tf":2.8284271247461903},"41":{"tf":1.0},"47":{"tf":1.0},"6":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"44":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":6,"docs":{"10":{"tf":1.0},"12":{"tf":1.4142135623730951},"3":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"5":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":4,"docs":{"37":{"tf":1.0},"42":{"tf":1.0},"52":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"24":{"tf":1.0},"7":{"tf":1.7320508075688772}}}},"r":{"df":1,"docs":{"5":{"tf":1.0}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"5":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":16,"docs":{"16":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":1.7320508075688772},"37":{"tf":2.23606797749979},"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},"7":{"tf":1.0}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"25":{"tf":1.0},"29":{"tf":1.0},"51":{"tf":1.0},"8":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"32":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"48":{"tf":1.0}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"35":{"tf":1.0},"36":{"tf":1.0}},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"25":{"tf":1.0}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"11":{"tf":1.0},"32":{"tf":1.4142135623730951},"35":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"16":{"tf":1.0},"24":{"tf":1.0},"47":{"tf":1.0}}}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"6":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"26":{"tf":1.7320508075688772}},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":2.0}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"20":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"[":{"\\"":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":10,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.7320508075688772},"44":{"tf":1.0},"6":{"tf":1.4142135623730951}},"n":{"df":2,"docs":{"12":{"tf":1.0},"5":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"p":{"/":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"24":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"l":{"df":6,"docs":{"10":{"tf":1.0},"15":{"tf":1.0},"39":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.7320508075688772},"9":{"tf":1.0}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":8,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"29":{"tf":1.0},"37":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":3,"docs":{"45":{"tf":1.0},"52":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"44":{"tf":1.7320508075688772},"45":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":7,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"14":{"tf":1.0},"23":{"tf":1.0},"28":{"tf":1.0},"44":{"tf":1.0},"5":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"10":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"35":{"tf":1.0}}}}},"s":{"df":1,"docs":{"32":{"tf":1.0}},"i":{"df":1,"docs":{"11":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"3":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"15":{"tf":1.0},"20":{"tf":1.0},"35":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{}},"d":{"df":4,"docs":{"10":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":2,"docs":{"28":{"tf":1.0},"37":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"3":{"tf":1.0},"9":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":5,"docs":{"11":{"tf":1.0},"37":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":6,"docs":{"0":{"tf":1.0},"22":{"tf":1.0},"29":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.4142135623730951},"52":{"tf":1.0}}}}},"v":{"df":2,"docs":{"4":{"tf":1.0},"6":{"tf":1.0}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":20,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"29":{"tf":1.7320508075688772},"3":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.7320508075688772},"4":{"tf":1.4142135623730951},"47":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"39":{"tf":1.0}}}}}}},"r":{"(":{"\\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"44":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"2":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"a":{"df":0,"docs":{},"l":{"[":{"\\"":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":1,"docs":{"14":{"tf":1.0}},"u":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":7,"docs":{"14":{"tf":1.0},"29":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"45":{"tf":1.0},"6":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"41":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":3,"docs":{"36":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0}}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":18,"docs":{"17":{"tf":1.7320508075688772},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.7320508075688772},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"43":{"tf":1.7320508075688772},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"9":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"34":{"tf":1.0},"52":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":8,"docs":{"0":{"tf":1.4142135623730951},"11":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.7320508075688772},"49":{"tf":1.4142135623730951},"52":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":6,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":37,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":2.0},"13":{"tf":1.0},"14":{"tf":2.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.7320508075688772},"25":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.4142135623730951},"34":{"tf":1.7320508075688772},"35":{"tf":1.0},"37":{"tf":2.23606797749979},"39":{"tf":1.0},"4":{"tf":2.0},"40":{"tf":2.0},"43":{"tf":2.0},"44":{"tf":2.23606797749979},"45":{"tf":2.23606797749979},"46":{"tf":1.4142135623730951},"47":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"6":{"tf":2.23606797749979},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"15":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"16":{"tf":1.0},"49":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"39":{"tf":1.0}}}},"s":{"df":2,"docs":{"35":{"tf":1.0},"40":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"35":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"—":{"a":{"d":{"df":0,"docs":{},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"49":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":8,"docs":{"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"38":{"tf":1.7320508075688772},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"7":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"}":{"\\"":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"f":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"41":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":6,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"24":{"tf":1.0},"35":{"tf":1.7320508075688772},"4":{"tf":1.0},"7":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":2,"docs":{"22":{"tf":1.0},"26":{"tf":1.0}}}},"l":{"df":0,"docs":{},"s":{"df":3,"docs":{"35":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}}}},"q":{"df":1,"docs":{"51":{"tf":1.7320508075688772}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"11":{"tf":1.0},"26":{"tf":1.0},"46":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"16":{"tf":1.0},"26":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":1,"docs":{"25":{"tf":1.0}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"16":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"51":{"tf":1.0}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"11":{"tf":1.0},"40":{"tf":1.0},"45":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"35":{"tf":1.0},"5":{"tf":1.0}},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"51":{"tf":1.0}}}}}}}}}},"t":{"df":6,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"9":{"tf":1.0}}},"x":{"df":1,"docs":{"5":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"29":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0}}},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"50":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"14":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":5,"docs":{"18":{"tf":1.0},"29":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"47":{"tf":1.0},"49":{"tf":1.0}}}}}}},"n":{"df":2,"docs":{"44":{"tf":2.449489742783178},"45":{"tf":2.0}}},"o":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":3,"docs":{"0":{"tf":1.0},"35":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"29":{"tf":1.0},"4":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"15":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"t":{"!":{"(":{"\\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"4":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":7,"docs":{"15":{"tf":1.0},"2":{"tf":1.7320508075688772},"3":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":18,"docs":{"0":{"tf":1.0},"10":{"tf":1.4142135623730951},"2":{"tf":1.0},"21":{"tf":1.0},"3":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.7320508075688772},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.4142135623730951},"49":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0}},"’":{"df":1,"docs":{"15":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"6":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"39":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"26":{"tf":1.0},"3":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}}}}}}},"d":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"27":{"tf":1.0}}}}}},"g":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"3":{"tf":1.0},"50":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"34":{"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":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"44":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":8,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"27":{"tf":1.4142135623730951},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"44":{"tf":1.0},"52":{"tf":1.0},"7":{"tf":1.0}}}}},"t":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}}},"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":1,"docs":{"1":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"52":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"11":{"tf":1.0},"16":{"tf":1.0}}}},"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"11":{"tf":1.0},"16":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":1,"docs":{"46":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"37":{"tf":1.0},"48":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}},"df":29,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"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},"8":{"tf":1.7320508075688772},"9":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"24":{"tf":1.0}}}},"n":{"d":{"df":2,"docs":{"4":{"tf":1.0},"6":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"r":{"d":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"11":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0}},"i":{"df":1,"docs":{"14":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"10":{"tf":1.0},"15":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"0":{"tf":1.0},"45":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":9,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"23":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"o":{"c":{"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"4":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"31":{"tf":1.0},"35":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"47":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"i":{"[":{"\\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"e":{"a":{"df":9,"docs":{"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"44":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"i":{"df":28,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"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},"8":{"tf":1.7320508075688772},"9":{"tf":1.0}},"i":{"df":12,"docs":{"36":{"tf":1.7320508075688772},"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}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":3,"docs":{"17":{"tf":1.0},"21":{"tf":1.0},"43":{"tf":1.0}}}}}}}},"m":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"5":{"tf":1.0}}}},"l":{"df":2,"docs":{"44":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"47":{"tf":1.0}}}}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":4,"docs":{"0":{"tf":1.4142135623730951},"49":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":8,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"19":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"\\"":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"6":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"[":{"\\"":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"14":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"14":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"42":{"tf":1.0},"44":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"35":{"tf":1.0}}}}}}},"df":2,"docs":{"32":{"tf":1.0},"35":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":4,"docs":{"10":{"tf":1.0},"3":{"tf":1.0},"47":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"n":{"d":{"df":4,"docs":{"11":{"tf":1.0},"37":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":5,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"21":{"tf":1.0},"24":{"tf":1.0}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.4142135623730951},"22":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":3,"docs":{"22":{"tf":1.0},"47":{"tf":1.7320508075688772},"5":{"tf":1.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"7":{"tf":1.0}}}}}},"v":{"df":3,"docs":{"25":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"5":{"tf":1.0}},"t":{"df":1,"docs":{"3":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":2,"docs":{"35":{"tf":1.0},"44":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"11":{"tf":1.0},"31":{"tf":1.0}}}}},"v":{"df":5,"docs":{"48":{"tf":1.7320508075688772},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0}}}},"j":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"g":{"df":4,"docs":{"37":{"tf":1.0},"4":{"tf":1.0},"52":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"k":{"8":{"df":6,"docs":{"10":{"tf":1.0},"16":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":16,"docs":{"11":{"tf":1.0},"15":{"tf":1.7320508075688772},"16":{"tf":1.4142135623730951},"20":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"y":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}}},"n":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"49":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"11":{"tf":1.0},"33":{"tf":1.4142135623730951},"4":{"tf":1.0},"47":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"22":{"tf":1.0}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"25":{"tf":1.0},"37":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"22":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"15":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"19":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"15":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"42":{"tf":1.0},"49":{"tf":1.0},"9":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"37":{"tf":1.0},"6":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"t":{"df":2,"docs":{"3":{"tf":1.0},"4":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":12,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"13":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"37":{"tf":1.7320508075688772},"4":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":2,"docs":{"28":{"tf":1.0},"6":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"14":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":17,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.7320508075688772},"27":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"6":{"tf":1.0}}}}},"o":{"a":{"d":{"df":1,"docs":{"23":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"df":11,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"29":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"51":{"tf":1.0},"9":{"tf":1.0}}},"t":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":3,"docs":{"44":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}},"i":{"c":{"df":4,"docs":{"0":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"s":{"/":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"35":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"11":{"tf":1.0},"37":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"24":{"tf":1.0},"51":{"tf":1.0}}},"p":{"df":2,"docs":{"16":{"tf":1.0},"31":{"tf":1.0}}},"s":{"df":1,"docs":{"9":{"tf":1.0}}}},"w":{"df":1,"docs":{"23":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"16":{"tf":1.0},"32":{"tf":1.0},"7":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"36":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":7,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.4142135623730951}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":6,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"49":{"tf":1.0}}}},"p":{"df":3,"docs":{"10":{"tf":1.0},"35":{"tf":1.0},"47":{"tf":1.0}}},"t":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"48":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"11":{"tf":1.0},"33":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":8,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0}}}}},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"1":{"tf":1.0},"2":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"d":{"df":5,"docs":{"14":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"35":{"tf":1.0},"52":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"c":{"df":5,"docs":{"25":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"35":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"16":{"tf":1.0},"18":{"tf":1.0},"31":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"49":{"tf":1.0},"5":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":3,"docs":{"35":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}}}},"x":{"df":1,"docs":{"50":{"tf":1.0}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"24":{"tf":1.4142135623730951}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":8,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"15":{"tf":1.0},"2":{"tf":1.0},"23":{"tf":1.0},"37":{"tf":2.23606797749979},"47":{"tf":1.0},"9":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"0":{"tf":1.0},"28":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"46":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"16":{"tf":1.0},"7":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":8,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"11":{"tf":1.0},"2":{"tf":1.0},"28":{"tf":1.7320508075688772},"3":{"tf":1.4142135623730951},"32":{"tf":1.0},"9":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"16":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"39":{"tf":1.0},"44":{"tf":1.0}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"df":1,"docs":{"23":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"16":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":8,"docs":{"15":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"40":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"g":{"df":2,"docs":{"24":{"tf":1.0},"35":{"tf":1.0}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":11,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"22":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"37":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"9":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"26":{"tf":1.0}}}}},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":8,"docs":{"21":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.7320508075688772},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"4":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":23,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"11":{"tf":1.0},"13":{"tf":1.4142135623730951},"2":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.7320508075688772},"37":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"41":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.4142135623730951},"50":{"tf":1.0},"52":{"tf":2.0},"6":{"tf":1.0},"9":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"5":{"tf":1.0}},"i":{"df":1,"docs":{"16":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"df":9,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"10":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.7320508075688772},"35":{"tf":1.0},"37":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"9":{"tf":1.0}}}},"n":{"df":1,"docs":{"5":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"15":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":17,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"37":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.4142135623730951}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"16":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"37":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"47":{"tf":1.0},"49":{"tf":1.0}}}}}},"k":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"\\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":1,"docs":{"44":{"tf":1.0}}},"n":{"c":{"df":3,"docs":{"37":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0}}},"df":4,"docs":{"19":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"9":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"33":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"11":{"tf":1.0},"20":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.4142135623730951},"35":{"tf":2.23606797749979},"5":{"tf":1.0},"51":{"tf":1.0}}}},"t":{"df":2,"docs":{"15":{"tf":1.0},"5":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"20":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.0},"6":{"tf":1.0}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":7,"docs":{"10":{"tf":1.0},"31":{"tf":1.0},"47":{"tf":1.4142135623730951},"5":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"51":{"tf":1.0}}}}}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"23":{"tf":1.4142135623730951}}}}},"df":1,"docs":{"22":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":9,"docs":{"16":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"3":{"tf":1.0},"42":{"tf":1.0},"5":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.7320508075688772}}}}}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"22":{"tf":1.0}}},"k":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"10":{"tf":1.0},"47":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":3,"docs":{"1":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"27":{"tf":1.0},"4":{"tf":1.0},"52":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}},"df":0,"docs":{},"t":{"df":51,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.7320508075688772},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"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.7320508075688772},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"4":{"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.7320508075688772},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.7320508075688772},"9":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":6,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"4":{"tf":2.449489742783178},"49":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":2.449489742783178}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"29":{"tf":1.0},"35":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":1,"docs":{"6":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"13":{"tf":1.0},"19":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":3,"docs":{"15":{"tf":2.449489742783178},"16":{"tf":1.0},"9":{"tf":1.0}}}}}}}},"df":1,"docs":{"6":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"22":{"tf":1.0}}}},"r":{"df":4,"docs":{"15":{"tf":1.0},"18":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"0":{"tf":1.0},"4":{"tf":1.0}}}}}}}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"23":{"tf":1.4142135623730951},"28":{"tf":3.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.7320508075688772}}}}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"27":{"tf":1.0},"44":{"tf":1.0},"49":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"10":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"14":{"tf":1.0},"28":{"tf":1.4142135623730951}}}}}}}},"l":{"a":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":14,"docs":{"1":{"tf":1.0},"14":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":2.0},"3":{"tf":1.0},"30":{"tf":1.4142135623730951},"34":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":2.0},"47":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":2.449489742783178},"7":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"35":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"u":{"df":2,"docs":{"19":{"tf":1.0},"20":{"tf":1.0}},"g":{"df":1,"docs":{"43":{"tf":1.0}},"g":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"12":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"3":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":3,"docs":{"32":{"tf":1.0},"35":{"tf":1.0},"50":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"25":{"tf":1.0},"28":{"tf":1.0},"37":{"tf":1.0},"52":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"26":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"16":{"tf":1.7320508075688772},"8":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"4":{"tf":1.0},"42":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"5":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"47":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"29":{"tf":1.4142135623730951},"35":{"tf":2.0},"37":{"tf":1.0},"39":{"tf":1.0}}}}}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"21":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"20":{"tf":1.0},"35":{"tf":1.0}}}},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"41":{"tf":1.0}}}},"t":{"df":3,"docs":{"16":{"tf":1.0},"42":{"tf":1.0},"50":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"29":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":2.0}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.4142135623730951}}}}}},"o":{"b":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":7,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"34":{"tf":1.0},"44":{"tf":1.4142135623730951},"46":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"11":{"tf":1.0},"31":{"tf":1.0},"4":{"tf":1.0},"9":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":5,"docs":{"0":{"tf":1.0},"14":{"tf":1.0},"26":{"tf":1.0},"41":{"tf":1.0},"51":{"tf":1.0}},"t":{"df":4,"docs":{"21":{"tf":1.0},"37":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":7,"docs":{"11":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.4142135623730951},"3":{"tf":1.0},"37":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":8,"docs":{"0":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.4142135623730951},"51":{"tf":1.0},"6":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"44":{"tf":1.0}},"r":{"df":1,"docs":{"35":{"tf":1.0}}}},"i":{"d":{"df":6,"docs":{"26":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"6":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":3,"docs":{"34":{"tf":1.0},"4":{"tf":1.4142135623730951},"6":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"b":{"df":2,"docs":{"44":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"0":{"tf":1.0},"52":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"51":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"12":{"tf":1.0},"3":{"tf":1.0}}}}}}}},"q":{"a":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"27":{"tf":1.4142135623730951},"5":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"tf":1.0}}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"df":10,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"23":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"5":{"tf":1.0},"50":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}}},"df":2,"docs":{"4":{"tf":2.0},"6":{"tf":2.8284271247461903}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"44":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"l":{"df":3,"docs":{"34":{"tf":1.0},"44":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"—":{"a":{"df":1,"docs":{"35":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"49":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":9,"docs":{"20":{"tf":1.0},"26":{"tf":1.4142135623730951},"29":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.7320508075688772},"41":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.4142135623730951},"9":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":5,"docs":{"0":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.0},"43":{"tf":1.0},"5":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"1":{"tf":1.0},"3":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"5":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"41":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"13":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":4,"docs":{"15":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":13,"docs":{"36":{"tf":1.7320508075688772},"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":2.0},"48":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"0":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"29":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}},"x":{"df":2,"docs":{"34":{"tf":1.0},"35":{"tf":1.0}}}},"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"16":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"14":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"23":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"40":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"37":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":4,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":4,"docs":{"13":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"51":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":8,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"20":{"tf":1.0},"24":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"37":{"tf":1.0},"41":{"tf":1.0},"6":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":3,"docs":{"10":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":10,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.4142135623730951},"28":{"tf":1.0},"4":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.4142135623730951},"52":{"tf":1.0},"6":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":4,"docs":{"16":{"tf":1.0},"29":{"tf":1.0},"44":{"tf":1.4142135623730951},"45":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"0":{"tf":1.0},"52":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"15":{"tf":1.0},"40":{"tf":1.0},"47":{"tf":1.7320508075688772},"9":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":3,"docs":{"16":{"tf":1.0},"51":{"tf":1.0},"7":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"42":{"tf":1.0},"7":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"46":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"5":{"tf":1.0},"51":{"tf":1.0}}}}},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":8,"docs":{"0":{"tf":1.0},"20":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.7320508075688772}},"s":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"p":{"c":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"4":{"tf":1.7320508075688772},"44":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951},"6":{"tf":1.0}}}}}}}}},"df":25,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"11":{"tf":1.7320508075688772},"14":{"tf":1.0},"16":{"tf":1.0},"19":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":2.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":2.23606797749979},"33":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":2.449489742783178},"4":{"tf":1.7320508075688772},"41":{"tf":1.0},"45":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.7320508075688772},"50":{"tf":1.7320508075688772},"51":{"tf":1.4142135623730951},"52":{"tf":2.23606797749979},"6":{"tf":2.449489742783178},"7":{"tf":1.0},"8":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"23":{"tf":1.0},"44":{"tf":1.4142135623730951}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":21,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.0},"29":{"tf":1.7320508075688772},"30":{"tf":2.0},"31":{"tf":1.7320508075688772},"32":{"tf":1.7320508075688772},"33":{"tf":1.7320508075688772},"34":{"tf":1.7320508075688772},"35":{"tf":1.4142135623730951},"37":{"tf":1.0},"4":{"tf":2.23606797749979},"41":{"tf":1.7320508075688772},"47":{"tf":1.7320508075688772},"50":{"tf":1.7320508075688772},"51":{"tf":1.7320508075688772},"52":{"tf":1.0},"6":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951},"9":{"tf":1.0}},"’":{"df":1,"docs":{"35":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"34":{"tf":1.0}},"{":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":8,"docs":{"10":{"tf":1.0},"27":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.0},"47":{"tf":1.0},"9":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"43":{"tf":1.7320508075688772},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"42":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":5,"docs":{"29":{"tf":1.4142135623730951},"47":{"tf":1.0},"51":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"35":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.7320508075688772}}}}}}}},"df":0,"docs":{}}}}},"df":31,"docs":{"1":{"tf":1.0},"10":{"tf":1.7320508075688772},"11":{"tf":2.23606797749979},"12":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":2.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"28":{"tf":2.0},"29":{"tf":2.23606797749979},"30":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"37":{"tf":2.6457513110645907},"4":{"tf":1.7320508075688772},"40":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":2.23606797749979},"48":{"tf":1.0},"49":{"tf":1.4142135623730951},"5":{"tf":1.0},"50":{"tf":2.0},"51":{"tf":1.7320508075688772},"52":{"tf":1.4142135623730951},"6":{"tf":2.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":2.23606797749979}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"23":{"tf":1.0},"33":{"tf":1.0},"5":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"10":{"tf":1.0},"35":{"tf":1.0}}}}}}},"df":1,"docs":{"4":{"tf":1.7320508075688772}},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"16":{"tf":1.0},"23":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"d":{"df":8,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}}},"df":4,"docs":{"11":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"20":{"tf":1.0},"29":{"tf":1.0}}}},"df":0,"docs":{}},"f":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":3,"docs":{"15":{"tf":1.0},"44":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"16":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"22":{"tf":1.0},"6":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"4":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"28":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"25":{"tf":1.0}}},"v":{"df":1,"docs":{"47":{"tf":1.0}},"i":{"c":{"df":4,"docs":{"32":{"tf":1.0},"37":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":8,"docs":{"11":{"tf":1.0},"18":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"36":{"tf":1.0},"49":{"tf":1.4142135623730951},"6":{"tf":1.0},"9":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"10":{"tf":1.0},"32":{"tf":1.0},"50":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":18,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":8,"docs":{"10":{"tf":1.0},"16":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"44":{"tf":1.0},"47":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.7320508075688772}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"0":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0}}}},"w":{"df":4,"docs":{"1":{"tf":1.0},"21":{"tf":1.0},"43":{"tf":1.0},"9":{"tf":1.0}}}}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":11,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"29":{"tf":1.7320508075688772},"35":{"tf":2.0},"41":{"tf":1.0},"5":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"18":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"22":{"tf":1.4142135623730951},"26":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":3,"docs":{"32":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0}}}}},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"22":{"tf":1.0},"35":{"tf":1.0},"50":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"11":{"tf":1.0},"18":{"tf":1.0},"3":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":5,"docs":{"15":{"tf":1.0},"18":{"tf":1.0},"46":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"3":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"24":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":6,"docs":{"14":{"tf":1.0},"20":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":1.0},"49":{"tf":1.0},"6":{"tf":1.0}},"i":{"df":1,"docs":{"11":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":4,"docs":{"16":{"tf":1.0},"30":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"t":{"a":{"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"32":{"tf":1.0},"37":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"28":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"50":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"16":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"df":0,"docs":{}},"_":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"45":{"tf":1.0},"6":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":13,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.7320508075688772},"37":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.7320508075688772}}}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"16":{"tf":1.0},"23":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0}}},"i":{"c":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}}},"y":{"df":6,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"25":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.4142135623730951},"51":{"tf":1.0}}}},"d":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{":":{":":{"a":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"44":{"tf":1.0}}},"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":{},"p":{"df":2,"docs":{"15":{"tf":1.0},"35":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"22":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"51":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":3,"docs":{"37":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0}}}},"r":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"19":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"b":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"49":{"tf":1.4142135623730951}}}}}},"u":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"18":{"tf":1.0},"22":{"tf":1.4142135623730951},"24":{"tf":1.0}}}},"t":{"df":5,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.0},"24":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"0":{"tf":1.0},"52":{"tf":1.0}}}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":10,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"33":{"tf":1.0}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"10":{"tf":1.0},"48":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"16":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"n":{"c":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"26":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":7,"docs":{"14":{"tf":1.4142135623730951},"20":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.4142135623730951}}}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"44":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":6,"docs":{"11":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.4142135623730951},"45":{"tf":1.7320508075688772},"5":{"tf":1.0},"51":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"37":{"tf":1.0}}}}},"d":{"df":3,"docs":{"14":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0}}},"df":1,"docs":{"4":{"tf":1.4142135623730951}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":3,"docs":{"16":{"tf":1.0},"3":{"tf":1.4142135623730951},"49":{"tf":1.0}}},"r":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"15":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":21,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.0},"10":{"tf":1.7320508075688772},"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"18":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.7320508075688772},"37":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.4142135623730951},"5":{"tf":1.7320508075688772},"50":{"tf":1.0},"51":{"tf":1.4142135623730951},"9":{"tf":2.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"{":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"45":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"44":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"44":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":3,"docs":{"29":{"tf":1.0},"39":{"tf":1.0},"7":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"e":{"df":12,"docs":{"0":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.7320508075688772},"3":{"tf":1.4142135623730951},"31":{"tf":1.0},"35":{"tf":1.0},"5":{"tf":1.4142135623730951},"51":{"tf":1.0},"6":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"34":{"tf":1.0},"35":{"tf":1.0}}}}},"r":{"df":1,"docs":{"22":{"tf":1.4142135623730951}}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"14":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"9":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"25":{"tf":1.0},"27":{"tf":1.0},"5":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"22":{"tf":1.0}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":24,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"27":{"tf":2.0},"29":{"tf":1.0},"37":{"tf":2.0},"4":{"tf":2.0},"42":{"tf":1.7320508075688772},"44":{"tf":1.4142135623730951},"47":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.4142135623730951},"52":{"tf":1.0},"6":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.0}},"y":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"g":{"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":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"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":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"49":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"34":{"tf":1.0},"35":{"tf":1.0},"47":{"tf":1.0},"9":{"tf":1.0}}},"k":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":15,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.4142135623730951},"23":{"tf":1.7320508075688772},"3":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.7320508075688772},"5":{"tf":1.4142135623730951},"52":{"tf":1.0},"6":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"43":{"tf":1.0},"49":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":13,"docs":{"11":{"tf":1.0},"13":{"tf":1.4142135623730951},"15":{"tf":1.0},"18":{"tf":2.0},"19":{"tf":2.0},"20":{"tf":1.0},"28":{"tf":1.0},"34":{"tf":1.0},"49":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"10":{"tf":1.7320508075688772}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"35":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"13":{"tf":1.0},"24":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.7320508075688772}}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"16":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":3,"docs":{"16":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"30":{"tf":1.0},"4":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"16":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":1,"docs":{"18":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"30":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"22":{"tf":1.0},"3":{"tf":1.4142135623730951},"37":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"45":{"tf":1.0},"50":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":2,"docs":{"39":{"tf":1.0},"47":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"11":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"10":{"tf":1.0}}}},"df":21,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"15":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"29":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":2.23606797749979},"45":{"tf":1.7320508075688772},"47":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":30,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"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},"49":{"tf":1.0},"5":{"tf":1.0},"8":{"tf":1.7320508075688772},"9":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"z":{"df":2,"docs":{"44":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"46":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"10":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":19,"docs":{"0":{"tf":1.4142135623730951},"11":{"tf":1.4142135623730951},"16":{"tf":1.0},"18":{"tf":1.7320508075688772},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"25":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.4142135623730951},"34":{"tf":1.0},"37":{"tf":1.4142135623730951},"39":{"tf":1.0},"44":{"tf":1.4142135623730951},"45":{"tf":1.0},"49":{"tf":1.4142135623730951},"5":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.4142135623730951},"7":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":1,"docs":{"24":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"27":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"c":{"!":{"[":{"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":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":1,"docs":{"44":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"5":{"tf":1.0},"51":{"tf":1.0}},"f":{"df":2,"docs":{"26":{"tf":1.0},"7":{"tf":1.0}},"i":{"df":6,"docs":{"14":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":6,"docs":{"10":{"tf":1.0},"14":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.4142135623730951},"6":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"29":{"tf":1.0},"6":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"15":{"tf":1.0},"5":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":12,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"9":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"23":{"tf":1.4142135623730951}}}}},"df":2,"docs":{"4":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"15":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"49":{"tf":1.0},"52":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":8,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"29":{"tf":1.0},"37":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":5,"docs":{"32":{"tf":1.0},"39":{"tf":1.0},"46":{"tf":1.4142135623730951},"50":{"tf":1.0},"52":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"0":{"df":1,"docs":{"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"25":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"1":{"tf":1.0},"26":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":5,"docs":{"10":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"47":{"tf":1.7320508075688772},"9":{"tf":1.4142135623730951}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":38,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.7320508075688772},"12":{"tf":2.0},"13":{"tf":2.449489742783178},"14":{"tf":2.23606797749979},"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.7320508075688772},"19":{"tf":2.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.7320508075688772},"23":{"tf":1.7320508075688772},"24":{"tf":1.0},"29":{"tf":1.7320508075688772},"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"37":{"tf":2.23606797749979},"39":{"tf":1.7320508075688772},"4":{"tf":2.449489742783178},"40":{"tf":1.0},"43":{"tf":2.0},"44":{"tf":2.6457513110645907},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.7320508075688772},"5":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"6":{"tf":2.6457513110645907},"7":{"tf":1.4142135623730951},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"28":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"10":{"tf":1.0},"9":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"d":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}}},"x":{"df":2,"docs":{"4":{"tf":1.4142135623730951},"6":{"tf":1.7320508075688772}}},"y":{"df":0,"docs":{},"e":{"df":1,"docs":{"51":{"tf":1.0}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"23":{"tf":1.0}}}}}}}},"title":{"root":{"2":{"df":1,"docs":{"18":{"tf":1.0}}},"a":{"d":{"df":4,"docs":{"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"21":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"48":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"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":{"11":{"tf":1.0}}}}}}}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"24":{"tf":1.0}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"z":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"24":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"34":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"45":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"49":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"49":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"47":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"25":{"tf":1.0},"26":{"tf":1.0}}}}}}}},"d":{"a":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"26":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"36":{"tf":1.0},"37":{"tf":1.0}}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"26":{"tf":1.0}},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"l":{"df":1,"docs":{"49":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"17":{"tf":1.0},"21":{"tf":1.0},"43":{"tf":1.0}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"12":{"tf":1.0},"14":{"tf":1.0},"25":{"tf":1.0},"34":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"38":{"tf":1.0}}},"df":0,"docs":{}}}}}},"f":{"a":{"df":0,"docs":{},"q":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"38":{"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":{"27":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"52":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"42":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}},"i":{"df":1,"docs":{"36":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"47":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"v":{"df":1,"docs":{"48":{"tf":1.0}}}},"k":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"37":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"20":{"tf":1.0}}}}},"o":{"a":{"d":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"24":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"37":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"28":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"22":{"tf":1.0}}}}}}},"w":{"df":1,"docs":{"43":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"35":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"23":{"tf":1.0}}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"2":{"tf":1.0},"36":{"tf":1.0},"48":{"tf":1.0},"8":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"15":{"tf":1.0}}}}}}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"28":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}}}}}}},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"28":{"tf":1.0}}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"o":{"b":{"df":0,"docs":{},"e":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"36":{"tf":1.0},"47":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":2,"docs":{"26":{"tf":1.0},"29":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"41":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":6,"docs":{"11":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"37":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"18":{"tf":1.0},"44":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"22":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"45":{"tf":1.0}}}},"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"27":{"tf":1.0},"42":{"tf":1.0}}}}}}}},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"18":{"tf":1.0},"19":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":1,"docs":{"10":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"w":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"23":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"46":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":9,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"lang":"English","pipeline":["trimmer","stopWordFilter","stemmer"],"ref":"id","version":"0.9.5"},"results_options":{"limit_results":30,"teaser_word_count":30},"search_options":{"bool":"OR","expand":true,"fields":{"body":{"boost":1},"breadcrumbs":{"boost":1},"title":{"boost":2}}}}')); \ No newline at end of file diff --git a/docs/searchindex-724cce91.js b/docs/searchindex-724cce91.js new file mode 100644 index 0000000..de463bb --- /dev/null +++ b/docs/searchindex-724cce91.js @@ -0,0 +1 @@ +window.search = Object.assign(window.search, JSON.parse('{"doc_urls":["project-context-primer.html#project-context-primer","what-you-will-learn.html#what-you-will-learn","part-i.html#part-i--foundations","introduction.html#introduction","architecture-overview.html#architecture-overview","testing-philosophy.html#testing-philosophy","testing-philosophy.html#declarative-over-imperative","testing-philosophy.html#protocol-time-not-wall-time","testing-philosophy.html#determinism-first-chaos-when-needed","testing-philosophy.html#observable-health-signals","testing-philosophy.html#minimum-run-windows","testing-philosophy.html#summary","scenario-lifecycle.html#scenario-lifecycle","design-rationale.html#design-rationale","part-ii.html#part-ii--user-guide","workspace-layout.html#workspace-layout","annotated-tree.html#annotated-tree","authoring-scenarios.html#authoring-scenarios","workloads.html#core-content-workloads--expectations","workloads.html#workloads","workloads.html#expectations","scenario-builder-ext-patterns.html#core-content-scenariobuilderext-patterns","best-practices.html#best-practices","examples.html#examples","examples.html#simple-consensus-liveness","examples.html#transaction-workload","examples.html#da--transaction-workload","examples.html#chaos-resilience-test","examples-advanced.html#advanced-examples","examples-advanced.html#load-progression-test","examples-advanced.html#sustained-load-test","examples-advanced.html#rolling-restart-test","examples-advanced.html#aggressive-chaos-test","examples-advanced.html#partition-recovery-test","examples-advanced.html#extension-ideas","examples-advanced.html#custom-expectation-block-timing-consistency","examples-advanced.html#custom-workload-targeted-executor-restart","examples-advanced.html#custom-deployer-config-validator","running-scenarios.html#running-scenarios","runners.html#runners","runners.html#local-runner","runners.html#docker-compose-runner","runners.html#kubernetes-runner","runners.html#common-expectations","operations.html#operations","part-iii.html#part-iii--developer-reference","scenario-model.html#scenario-model-developer-level","extending.html#extending-the-framework","extending.html#adding-a-workload","extending.html#adding-an-expectation","extending.html#adding-a-runner","extending.html#adding-topology-helpers","custom-workload-example.html#example-new-workload--expectation-rust","custom-workload-example.html#workload-simple-reachability-probe","custom-workload-example.html#expectation-confirm-the-target-stayed-reachable","custom-workload-example.html#how-to-wire-it","internal-crate-reference.html#internal-crate-reference","part-iv.html#part-iv--appendix","dsl-cheat-sheet.html#core-content-dsl-cheat-sheet","troubleshooting.html#troubleshooting-scenarios","faq.html#faq","glossary.html#glossary"],"index":{"documentStore":{"docInfo":{"0":{"body":78,"breadcrumbs":6,"title":3},"1":{"body":26,"breadcrumbs":2,"title":1},"10":{"body":40,"breadcrumbs":7,"title":3},"11":{"body":26,"breadcrumbs":5,"title":1},"12":{"body":102,"breadcrumbs":6,"title":2},"13":{"body":68,"breadcrumbs":6,"title":2},"14":{"body":10,"breadcrumbs":8,"title":4},"15":{"body":94,"breadcrumbs":8,"title":2},"16":{"body":59,"breadcrumbs":8,"title":2},"17":{"body":101,"breadcrumbs":8,"title":2},"18":{"body":18,"breadcrumbs":12,"title":4},"19":{"body":38,"breadcrumbs":9,"title":1},"2":{"body":10,"breadcrumbs":4,"title":2},"20":{"body":54,"breadcrumbs":9,"title":1},"21":{"body":84,"breadcrumbs":12,"title":4},"22":{"body":96,"breadcrumbs":8,"title":2},"23":{"body":11,"breadcrumbs":6,"title":1},"24":{"body":48,"breadcrumbs":8,"title":3},"25":{"body":42,"breadcrumbs":7,"title":2},"26":{"body":49,"breadcrumbs":8,"title":3},"27":{"body":48,"breadcrumbs":8,"title":3},"28":{"body":9,"breadcrumbs":9,"title":2},"29":{"body":63,"breadcrumbs":10,"title":3},"3":{"body":84,"breadcrumbs":4,"title":1},"30":{"body":58,"breadcrumbs":10,"title":3},"31":{"body":67,"breadcrumbs":10,"title":3},"32":{"body":74,"breadcrumbs":10,"title":3},"33":{"body":79,"breadcrumbs":10,"title":3},"34":{"body":0,"breadcrumbs":9,"title":2},"35":{"body":32,"breadcrumbs":12,"title":5},"36":{"body":42,"breadcrumbs":12,"title":5},"37":{"body":24,"breadcrumbs":11,"title":4},"38":{"body":75,"breadcrumbs":8,"title":2},"39":{"body":20,"breadcrumbs":6,"title":1},"4":{"body":106,"breadcrumbs":6,"title":2},"40":{"body":16,"breadcrumbs":7,"title":2},"41":{"body":23,"breadcrumbs":8,"title":3},"42":{"body":17,"breadcrumbs":7,"title":2},"43":{"body":43,"breadcrumbs":7,"title":2},"44":{"body":130,"breadcrumbs":6,"title":1},"45":{"body":10,"breadcrumbs":8,"title":4},"46":{"body":116,"breadcrumbs":12,"title":4},"47":{"body":0,"breadcrumbs":8,"title":2},"48":{"body":39,"breadcrumbs":8,"title":2},"49":{"body":21,"breadcrumbs":8,"title":2},"5":{"body":17,"breadcrumbs":6,"title":2},"50":{"body":29,"breadcrumbs":8,"title":2},"51":{"body":21,"breadcrumbs":9,"title":3},"52":{"body":19,"breadcrumbs":14,"title":5},"53":{"body":120,"breadcrumbs":13,"title":4},"54":{"body":67,"breadcrumbs":14,"title":5},"55":{"body":24,"breadcrumbs":10,"title":1},"56":{"body":91,"breadcrumbs":10,"title":3},"57":{"body":10,"breadcrumbs":6,"title":3},"58":{"body":84,"breadcrumbs":11,"title":5},"59":{"body":86,"breadcrumbs":7,"title":2},"6":{"body":37,"breadcrumbs":7,"title":3},"60":{"body":99,"breadcrumbs":5,"title":1},"61":{"body":130,"breadcrumbs":5,"title":1},"7":{"body":86,"breadcrumbs":8,"title":4},"8":{"body":60,"breadcrumbs":8,"title":4},"9":{"body":51,"breadcrumbs":7,"title":3}},"docs":{"0":{"body":"This book focuses on the Nomos Testing Framework. It assumes familiarity with\\nthe Nomos architecture, but for completeness, here is a short primer. Nomos is a modular blockchain protocol with validators and a data-availability\\n(DA) subsystem. Validators participate in consensus and produce blocks. Executors are validators with the DA dispersal service enabled. They can\\nsubmit transactions and disperse blob data to the DA network. Data Availability (DA) handles blob data within transactions. When\\ntransactions include ChannelBlob operations, executors disperse the blob data\\nto the DA network, and validators sample and verify it’s available. These roles interact tightly, which is why meaningful testing must be performed\\nin multi-node environments that include real networking, timing, and DA\\ninteraction.","breadcrumbs":"Project Context Primer » Project Context Primer","id":"0","title":"Project Context Primer"},"1":{"body":"This book gives you a clear mental model for Nomos multi-node testing, shows how\\nto author scenarios that pair realistic workloads with explicit expectations,\\nand guides you to run them across local, containerized, and cluster environments\\nwithout changing the plan.","breadcrumbs":"What You Will Learn » What You Will Learn","id":"1","title":"What You Will Learn"},"10":{"body":"Always run long enough for meaningful block production: #![allow(unused)] fn main() {\\n// Bad: too short\\n.with_run_duration(Duration::from_secs(5)) // Maybe 0-1 blocks // Good: enough blocks for assertions\\n.with_run_duration(Duration::from_secs(60)) // ~10+ blocks } The framework enforces minimum durations, but be explicit. Very short runs\\nrisk false confidence—one lucky block doesn’t prove liveness.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Minimum Run Windows","id":"10","title":"Minimum Run Windows"},"11":{"body":"These principles keep scenarios: Portable across environments (protocol time, declarative) Debuggable (determinism, separation of concerns) Meaningful (observable signals, sufficient duration) When authoring scenarios, ask: “Does this test the protocol behavior or\\nmy local environment quirks?”","breadcrumbs":"Part I — Foundations » Testing Philosophy » Summary","id":"11","title":"Summary"},"12":{"body":"Build the plan: Declare a topology, attach workloads and expectations, and set the run window. The plan is the single source of truth for what will happen. Deploy: Hand the plan to a runner. It provisions the environment on the chosen backend and waits for nodes to signal readiness. Drive workloads: Start traffic and behaviors (transactions, data-availability activity, restarts) for the planned duration. Observe blocks and signals: Track block progression and other high-level metrics during or after the run window to ground assertions in protocol time. Evaluate expectations: Once activity stops (and optional cooldown completes), check liveness and workload-specific outcomes to decide pass or fail. Cleanup: Tear down resources so successive runs start fresh and do not inherit leaked state. flowchart LR P[Plan
topology + workloads + expectations] --> D[Deploy
runner provisions] D --> R[Readiness
wait for nodes] R --> W[Drive Workloads] W --> O[Observe
blocks/metrics] O --> E[Evaluate Expectations] E --> C[Cleanup]","breadcrumbs":"Part I — Foundations » Scenario Lifecycle » Scenario Lifecycle","id":"12","title":"Scenario Lifecycle"},"13":{"body":"Modular crates keep configuration, orchestration, workloads, and runners decoupled so each can evolve without breaking the others. Pluggable runners let the same scenario run on a laptop, a Docker host, or a Kubernetes cluster, making validation portable across environments. Separated workloads and expectations clarify intent: what traffic to generate versus how to judge success. This simplifies review and reuse. Declarative topology makes cluster shape explicit and repeatable, reducing surprise when moving between CI and developer machines. Maintainability through predictability: a clear flow from plan to deployment to verification lowers the cost of extending the framework and interpreting failures.","breadcrumbs":"Part I — Foundations » Design Rationale » Design Rationale","id":"13","title":"Design Rationale"},"14":{"body":"Practical guidance for shaping scenarios, combining workloads and expectations,\\nand running them across different environments.","breadcrumbs":"Part II — User Guide » Part II — User Guide","id":"14","title":"Part II — User Guide"},"15":{"body":"The workspace focuses on multi-node integration testing and sits alongside a nomos-node checkout. Its crates separate concerns to keep scenarios\\nrepeatable and portable: Configs: prepares high-level node, network, tracing, and wallet settings\\nused across test environments. Core scenario orchestration: the engine that holds topology descriptions,\\nscenario plans, runtimes, workloads, and expectations. Workflows: ready-made workloads (transactions, data-availability, chaos)\\nand reusable expectations assembled into a user-facing DSL. Runners: deployment backends for local processes, Docker Compose, and\\nKubernetes, all consuming the same scenario plan. Test workflows: example scenarios and integration checks that show how\\nthe pieces fit together. This split keeps configuration, orchestration, reusable traffic patterns, and\\ndeployment adapters loosely coupled while sharing one mental model for tests.","breadcrumbs":"Part II — User Guide » Workspace Layout » Workspace Layout","id":"15","title":"Workspace Layout"},"16":{"body":"High-level view of the workspace and how pieces relate: nomos-testing/\\n├─ testing-framework/\\n│ ├─ configs/ # shared configuration helpers\\n│ ├─ core/ # scenario model, runtime, topology\\n│ ├─ workflows/ # workloads, expectations, DSL extensions\\n│ └─ runners/ # local, compose, k8s deployment backends\\n├─ tests/ # integration scenarios using the framework\\n└─ scripts/ # supporting setup utilities (e.g., assets) Each area maps to a responsibility: describe configs, orchestrate scenarios,\\npackage common traffic and assertions, adapt to environments, and demonstrate\\nend-to-end usage.","breadcrumbs":"Part II — User Guide » Annotated Tree » Annotated Tree","id":"16","title":"Annotated Tree"},"17":{"body":"Creating a scenario is a declarative exercise: Shape the topology: decide how many validators and executors to run, and\\nwhat high-level network and data-availability characteristics matter for the\\ntest. Attach workloads: pick traffic generators that align with your goals\\n(transactions, data-availability blobs, or chaos for resilience probes). Define expectations: specify the health signals that must hold when the\\nrun finishes (e.g., consensus liveness, inclusion of submitted activity; see Core Content: Workloads & Expectations). Set duration: choose a run window long enough to observe meaningful\\nblock progression and the effects of your workloads. Choose a runner: target local processes for fast iteration, Docker\\nCompose for reproducible multi-node stacks, or Kubernetes for cluster-grade\\nvalidation. For environment considerations, see Operations. Keep scenarios small and explicit: make the intended behavior and the success\\ncriteria clear so failures are easy to interpret and act upon.","breadcrumbs":"Part II — User Guide » Authoring Scenarios » Authoring Scenarios","id":"17","title":"Authoring Scenarios"},"18":{"body":"Workloads describe the activity a scenario generates; expectations describe the\\nsignals that must hold when that activity completes. Both are pluggable so\\nscenarios stay readable and purpose-driven.","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Core Content: Workloads & Expectations","id":"18","title":"Core Content: Workloads & Expectations"},"19":{"body":"Transaction workload: submits user-level transactions at a configurable\\nrate and can limit how many distinct actors participate. Data-availability workload: drives blob and channel activity to exercise\\ndata-availability paths. Chaos workload: triggers controlled node restarts to test resilience and\\nrecovery behaviors (requires a runner that can control nodes).","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Workloads","id":"19","title":"Workloads"},"2":{"body":"Conceptual chapters that establish the mental model for the framework and how\\nit approaches multi-node testing.","breadcrumbs":"Part I — Foundations » Part I — Foundations","id":"2","title":"Part I — Foundations"},"20":{"body":"Consensus liveness: verifies the system continues to produce blocks in\\nline with the planned workload and timing window. Workload-specific checks: each workload can attach its own success\\ncriteria (e.g., inclusion of submitted activity) so scenarios remain concise. Together, workloads and expectations let you express both the pressure applied\\nto the system and the definition of “healthy” for that run. flowchart TD I[Inputs
topology + wallets + rates] --> Init[Workload init] Init --> Drive[Drive traffic] Drive --> Collect[Collect signals] Collect --> Eval[Expectations evaluate]","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Expectations","id":"20","title":"Expectations"},"21":{"body":"Patterns that keep scenarios readable and reusable: Topology-first: start by shaping the cluster (counts, layout) so later\\nsteps inherit a clear foundation. Bundle defaults: use the DSL helpers to attach common expectations (like\\nliveness) whenever you add a matching workload, reducing forgotten checks. Intentional rates: express traffic in per-block terms to align with\\nprotocol timing rather than wall-clock assumptions. Opt-in chaos: enable restart patterns only in scenarios meant to probe\\nresilience; keep functional smoke tests deterministic. Wallet clarity: seed only the number of actors you need; it keeps\\ntransaction scenarios deterministic and interpretable. These patterns make scenario definitions self-explanatory while staying aligned\\nwith the framework’s block-oriented timing model.","breadcrumbs":"Part II — User Guide » Core Content: ScenarioBuilderExt Patterns » Core Content: ScenarioBuilderExt Patterns","id":"21","title":"Core Content: ScenarioBuilderExt Patterns"},"22":{"body":"State your intent: document the goal of each scenario (throughput, DA\\nvalidation, resilience) so expectation choices are obvious. Keep runs meaningful: choose durations that allow multiple blocks and make\\ntiming-based assertions trustworthy. Separate concerns: start with deterministic workloads for functional\\nchecks; add chaos in dedicated resilience scenarios to avoid noisy failures. Reuse patterns: standardize on shared topology and workload presets so\\nresults are comparable across environments and teams. Observe first, tune second: rely on liveness and inclusion signals to\\ninterpret outcomes before tweaking rates or topology. Environment fit: pick runners that match the feedback loop you need—local\\nfor speed, compose for reproducible stacks, k8s for cluster-grade fidelity. Minimal surprises: seed only necessary wallets and keep configuration\\ndeltas explicit when moving between CI and developer machines.","breadcrumbs":"Part II — User Guide » Best Practices » Best Practices","id":"22","title":"Best Practices"},"23":{"body":"Concrete scenarios showing how to combine topologies, workloads, and\\nexpectations. Copy and adjust these to fit your needs.","breadcrumbs":"Part II — User Guide » Examples » Examples","id":"23","title":"Examples"},"24":{"body":"Basic smoke test verifying validators can produce blocks. #![allow(unused)] fn main() {\\nuse nomos_testing_core::scenario::{Deployer, ScenarioBuilder};\\nuse nomos_testing_runner_local::LocalDeployer;\\nuse nomos_testing_workflows::ScenarioBuilderExt;\\nuse std::time::Duration; #[tokio::test]\\nasync fn test_consensus_liveness() -> Result<(), Box> { let mut plan = ScenarioBuilder::with_node_counts(3, 0) .expect_consensus_liveness() .with_run_duration(Duration::from_secs(30)) .build(); let deployer = LocalDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } When to use: Quick validation that consensus works on minimal hardware.","breadcrumbs":"Part II — User Guide » Examples » Simple consensus liveness","id":"24","title":"Simple consensus liveness"},"25":{"body":"Submit transactions and verify inclusion. #![allow(unused)] fn main() {\\n#[tokio::test]\\nasync fn test_transaction_inclusion() -> Result<(), Box> { let mut plan = ScenarioBuilder::with_node_counts(2, 1) .wallets(10) .transactions() .rate(5) .users(5) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(60)) .build(); let deployer = LocalDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } When to use: Verify transaction submission and inclusion under light load.","breadcrumbs":"Part II — User Guide » Examples » Transaction workload","id":"25","title":"Transaction workload"},"26":{"body":"Stress both transaction and DA paths simultaneously. #![allow(unused)] fn main() {\\n#[tokio::test]\\nasync fn test_mixed_workload() -> Result<(), Box> { let mut plan = ScenarioBuilder::with_node_counts(3, 2) .wallets(20) .transactions() .rate(10) .users(10) .apply() .da() .channel_rate(2) .blob_rate(1) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(120)) .build(); let deployer = LocalDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } When to use: End-to-end validation that transaction and DA layers work together.","breadcrumbs":"Part II — User Guide » Examples » DA + transaction workload","id":"26","title":"DA + transaction workload"},"27":{"body":"Verify consensus survives node restarts. #![allow(unused)] fn main() {\\n#[tokio::test]\\nasync fn test_chaos_resilience() -> Result<(), Box> { let mut plan = ScenarioBuilder::with_node_counts(4, 1) .enable_node_control() .wallets(10) .transactions() .rate(5) .users(5) .apply() .chaos() .restart() .min_delay(Duration::from_secs(15)) .max_delay(Duration::from_secs(25)) .target_cooldown(Duration::from_secs(45)) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(90)) .build(); let deployer = LocalDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } When to use: Resilience validation and operational readiness testing.","breadcrumbs":"Part II — User Guide » Examples » Chaos resilience test","id":"27","title":"Chaos resilience test"},"28":{"body":"Realistic advanced scenarios for capacity testing, operational validation, and\\nresilience probing.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Advanced Examples","id":"28","title":"Advanced Examples"},"29":{"body":"Find the breaking point by gradually increasing transaction rate. #![allow(unused)] fn main() {\\n#[tokio::test]\\nasync fn test_capacity_limit() -> Result<(), Box> { for rate in [10, 20, 50, 100] { let mut plan = ScenarioBuilder::with_node_counts(3, 2) .wallets(50) .transactions() .rate(rate) .users(20) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(60)) .build(); let deployer = LocalDeployer::default(); let runner = deployer.deploy(&plan).await?; match runner.run(&mut plan).await { Ok(_) => println!(\\"✓ Handled {rate} tx/block\\"), Err(e) => { println!(\\"✗ Failed at {rate} tx/block: {e}\\"); break; } } } Ok(())\\n} } When to use: Capacity planning, finding performance limits, validating\\nhardware requirements.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Load progression test","id":"29","title":"Load progression test"},"3":{"body":"The Nomos Testing Framework is a purpose-built toolkit for exercising Nomos in\\nrealistic, multi-node environments. It solves the gap between small, isolated\\ntests and full-system validation by letting teams describe a cluster layout,\\ndrive meaningful traffic, and assert the outcomes in one coherent plan. It is for protocol engineers, infrastructure operators, and QA teams who need\\nrepeatable confidence that validators, executors, and data-availability\\ncomponents work together under network and timing constraints. Multi-node integration testing is required because many Nomos behaviors—block\\nprogress, data availability, liveness under churn—only emerge when several\\nroles interact over real networking and time. This framework makes those checks\\ndeclarative, observable, and portable across environments.","breadcrumbs":"Part I — Foundations » Introduction » Introduction","id":"3","title":"Introduction"},"30":{"body":"Run moderate load for extended duration to catch memory leaks or gradual\\ndegradation. #![allow(unused)] fn main() {\\n#[tokio::test]\\nasync fn test_sustained_load() -> Result<(), Box> { let mut plan = ScenarioBuilder::with_node_counts(4, 2) .wallets(100) .transactions() .rate(20) .users(30) .apply() .da() .channel_rate(5) .blob_rate(2) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(600)) // 10 minutes .build(); let deployer = ComposeRunner::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } When to use: Soak testing, memory leak detection, long-term stability\\nvalidation before production.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Sustained load test","id":"30","title":"Sustained load test"},"31":{"body":"Restart validators one at a time (like a rolling upgrade) while maintaining\\nconsensus. #![allow(unused)] fn main() {\\n#[tokio::test]\\nasync fn test_rolling_restart() -> Result<(), Box> { let mut plan = ScenarioBuilder::with_node_counts(5, 1) // Need 5 to tolerate 1 down .enable_node_control() .wallets(20) .transactions() .rate(10) .users(10) .apply() .chaos() .restart() .min_delay(Duration::from_secs(30)) // Space out restarts .max_delay(Duration::from_secs(40)) .target_cooldown(Duration::from_secs(120)) // Long cooldown = one at a time .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(300)) .build(); let deployer = ComposeRunner::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } When to use: Validating rolling upgrade procedures, verifying graceful\\nhandoff during restarts.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Rolling restart test","id":"31","title":"Rolling restart test"},"32":{"body":"Frequent restarts with shorter cooldown to stress recovery paths. #![allow(unused)] fn main() {\\n#[tokio::test]\\nasync fn test_aggressive_chaos() -> Result<(), Box> { let mut plan = ScenarioBuilder::with_node_counts(7, 1) // Need more nodes for aggressive chaos .enable_node_control() .wallets(20) .transactions() .rate(5) .users(10) .apply() .chaos() .restart() .min_delay(Duration::from_secs(5)) // Very short delays .max_delay(Duration::from_secs(10)) .target_cooldown(Duration::from_secs(20)) // Nodes can restart multiple times .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(120)) .build(); let deployer = ComposeRunner::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } When to use: Stress testing recovery mechanisms, finding edge cases in restart\\nhandling. Requires more validators (7) to tolerate multiple simultaneous restarts.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Aggressive chaos test","id":"32","title":"Aggressive chaos test"},"33":{"body":"Restart multiple validators simultaneously (simulating network partition), verify\\nrecovery. #![allow(unused)] fn main() {\\n#[tokio::test]\\nasync fn test_partition_recovery() -> Result<(), Box> { let mut plan = ScenarioBuilder::with_node_counts(7, 1) // Need 7 to tolerate 2-3 down .enable_node_control() .wallets(20) .transactions() .rate(5) .users(10) .apply() .chaos() .restart() .min_delay(Duration::from_secs(10)) // Short delays = multiple nodes restart close together .max_delay(Duration::from_secs(15)) .target_cooldown(Duration::from_secs(60)) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(120)) .build(); let deployer = ComposeRunner::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } When to use: Testing recovery from network partitions, validating Byzantine\\nfault tolerance limits (with 7 validators, can tolerate 2 Byzantine = up to 2-3\\nsimultaneous restarts).","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Partition recovery test","id":"33","title":"Partition recovery test"},"34":{"body":"","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Extension Ideas","id":"34","title":"Extension Ideas"},"35":{"body":"Verify block production stays within expected timing bounds by collecting block\\ntimestamps from the block feed, calculating intervals, and asserting they stay\\nwithin tolerance of the configured slot duration. Why useful: Catches timing degradation that liveness checks miss (blocks\\nprogress, but too slowly).","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Custom Expectation: Block Timing Consistency","id":"35","title":"Custom Expectation: Block Timing Consistency"},"36":{"body":"A workload that specifically targets and restarts executors (not random nodes),\\nthen verifies transaction submission continued through a different executor. Why useful: True executor failover testing. Current chaos workload restarts\\nrandom nodes, so you can’t verify “executor A died, executor B took over.” Would\\nrequire custom node control logic to identify and target specific executors.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Custom Workload: Targeted Executor Restart","id":"36","title":"Custom Workload: Targeted Executor Restart"},"37":{"body":"A deployer that generates configs, validates them against schema, checks for\\nconflicts (duplicate ports, invalid DA params), but never starts processes. Why useful: Fast config validation in CI before actual deployment.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Custom Deployer: Config Validator","id":"37","title":"Custom Deployer: Config Validator"},"38":{"body":"Running a scenario follows the same conceptual flow regardless of environment: Select or author a scenario plan that pairs a topology with workloads,\\nexpectations, and a suitable run window. Choose a runner aligned with your environment (local, compose, or k8s) and\\nensure its prerequisites are available. Deploy the plan through the runner; wait for readiness signals before\\nstarting workloads. Let workloads drive activity for the planned duration; keep observability\\nsignals visible so you can correlate outcomes. Evaluate expectations and capture results as the primary pass/fail signal. Use the same plan across different runners to compare behavior between local\\ndevelopment and CI or cluster settings. For environment prerequisites and\\nflags, see Operations.","breadcrumbs":"Part II — User Guide » Running Scenarios » Running Scenarios","id":"38","title":"Running Scenarios"},"39":{"body":"Runners turn a scenario plan into a live environment while keeping the plan\\nunchanged. Choose based on feedback speed, reproducibility, and fidelity. For\\nenvironment and operational considerations, see Operations:","breadcrumbs":"Part II — User Guide » Runners » Runners","id":"39","title":"Runners"},"4":{"body":"The framework follows a clear flow: Topology → Scenario → Deploy → Run → Verify. Topology describes the cluster: how many nodes, their roles, and the high-level network and data-availability parameters they should follow. Scenario combines that topology with the activities to run and the checks to perform, forming a single plan. Deployer provisions infrastructure on the chosen backend (local processes, Docker Compose, or Kubernetes), waits for readiness, and returns a Runner. Runner orchestrates execution: starts workloads, observes signals, evaluates expectations, and cleans up. Workloads generate traffic and conditions that exercise the system. Expectations observe the run and judge success or failure once activity completes. flowchart LR A(Topology
shape cluster) --> B(Scenario
plan) B --> C(Deployer
provision infrastructure) C --> D(Runner
orchestrate execution) D --> E(Workloads
drive traffic) E --> F(Expectations
verify outcomes) Each layer has a narrow responsibility so that cluster shape, deployment choice,\\ntraffic generation, and health checks can evolve independently while fitting\\ntogether predictably.","breadcrumbs":"Part I — Foundations » Architecture Overview » Architecture Overview","id":"4","title":"Architecture Overview"},"40":{"body":"Launches node processes directly on the host. Fastest feedback loop and minimal orchestration overhead. Best for development-time iteration and debugging.","breadcrumbs":"Part II — User Guide » Runners » Local runner","id":"40","title":"Local runner"},"41":{"body":"Starts nodes in containers to provide a reproducible multi-node stack on a\\nsingle machine. Discovers service ports and wires observability for convenient inspection. Good balance between fidelity and ease of setup.","breadcrumbs":"Part II — User Guide » Runners » Docker Compose runner","id":"41","title":"Docker Compose runner"},"42":{"body":"Deploys nodes onto a cluster for higher-fidelity, longer-running scenarios. Suits CI or shared environments where cluster behavior and scheduling matter.","breadcrumbs":"Part II — User Guide » Runners » Kubernetes runner","id":"42","title":"Kubernetes runner"},"43":{"body":"All runners require at least one validator and, for transaction scenarios,\\naccess to seeded wallets. Readiness probes gate workload start so traffic begins only after nodes are\\nreachable. Environment flags can relax timeouts or increase tracing when diagnostics are\\nneeded. flowchart TD Plan[Scenario Plan] --> RunSel{Runner
(local | compose | k8s)} RunSel --> Provision[Provision & readiness] Provision --> Runtime[Runtime + observability] Runtime --> Exec[Workloads & Expectations execute]","breadcrumbs":"Part II — User Guide » Runners » Common expectations","id":"43","title":"Common expectations"},"44":{"body":"Operational readiness focuses on prerequisites, environment fit, and clear\\nsignals: Prerequisites: keep a sibling nomos-node checkout available; ensure the\\nchosen runner’s platform needs are met (local binaries for host runs, Docker\\nfor compose, cluster access for k8s). Artifacts: some scenarios depend on prover or circuit assets; fetch them\\nahead of time with the provided helper scripts when needed. Environment flags: use slow-environment toggles to relax timeouts, enable\\ntracing when debugging, and adjust observability ports to avoid clashes. Readiness checks: verify runners report node readiness before starting\\nworkloads; this avoids false negatives from starting too early. Failure triage: map failures to missing prerequisites (wallet seeding,\\nnode control availability), runner platform issues, or unmet expectations.\\nStart with liveness signals, then dive into workload-specific assertions. Treat operational hygiene—assets present, prerequisites satisfied, observability\\nreachable—as the first step to reliable scenario outcomes. flowchart TD Expose[Runner exposes endpoints/ports] --> Collect[Runtime collects block/health signals] Collect --> Consume[Expectations consume signals
decide pass/fail] Consume --> Inspect[Operators inspect logs/metrics
when failures arise]","breadcrumbs":"Part II — User Guide » Operations » Operations","id":"44","title":"Operations"},"45":{"body":"Deep dives for contributors who extend the framework, evolve its abstractions,\\nor maintain the crate set.","breadcrumbs":"Part III — Developer Reference » Part III — Developer Reference","id":"45","title":"Part III — Developer Reference"},"46":{"body":"The scenario model defines clear, composable responsibilities: Topology: a declarative description of the cluster—how many nodes, their\\nroles, and the broad network and data-availability characteristics. It\\nrepresents the intended shape of the system under test. Scenario: a plan combining topology, workloads, expectations, and a run\\nwindow. Building a scenario validates prerequisites (like seeded wallets) and\\nensures the run lasts long enough to observe meaningful block progression. Workloads: asynchronous tasks that generate traffic or conditions. They\\nuse shared context to interact with the deployed cluster and may bundle\\ndefault expectations. Expectations: post-run assertions. They can capture baselines before\\nworkloads start and evaluate success once activity stops. Runtime: coordinates workloads and expectations for the configured\\nduration, enforces cooldowns when control actions occur, and ensures cleanup\\nso runs do not leak resources. Developers extending the model should keep these boundaries strict: topology\\ndescribes, scenarios assemble, runners deploy, workloads drive, and expectations\\njudge outcomes. For guidance on adding new capabilities, see Extending the Framework.","breadcrumbs":"Part III — Developer Reference » Scenario Model (Developer Level) » Scenario Model (Developer Level)","id":"46","title":"Scenario Model (Developer Level)"},"47":{"body":"","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Extending the Framework","id":"47","title":"Extending the Framework"},"48":{"body":"Implement testing_framework_core::scenario::Workload: Provide a name and any bundled expectations. In init, derive inputs from GeneratedTopology and RunMetrics; fail\\nfast if prerequisites are missing (e.g., wallet data, node addresses). In start, drive async traffic using the RunContext clients. Expose the workload from a module under testing-framework/workflows and\\nconsider adding a DSL helper for ergonomic wiring.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding a workload","id":"48","title":"Adding a workload"},"49":{"body":"Implement testing_framework_core::scenario::Expectation: Use start_capture to snapshot baseline metrics. Use evaluate to assert outcomes after workloads finish; return all errors\\nso the runner can aggregate them. Export it from testing-framework/workflows if it is reusable.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding an expectation","id":"49","title":"Adding an expectation"},"5":{"body":"This framework embodies specific principles that shape how you author and run\\nscenarios. Understanding these principles helps you write effective tests and\\ninterpret results correctly.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Testing Philosophy","id":"5","title":"Testing Philosophy"},"50":{"body":"Implement testing_framework_core::scenario::Deployer for your backend. Produce a RunContext with NodeClients, metrics endpoints, and optional NodeControlHandle. Guard cleanup with CleanupGuard to reclaim resources even on failures. Mirror the readiness and block-feed probes used by the existing runners so\\nworkloads can rely on consistent signals.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding a runner","id":"50","title":"Adding a runner"},"51":{"body":"Extend testing_framework_core::topology::TopologyBuilder with new layouts or\\nconfiguration presets (e.g., specialized DA parameters). Keep defaults safe:\\nensure at least one participant and clamp dispersal factors as the current\\nhelpers do.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding topology helpers","id":"51","title":"Adding topology helpers"},"52":{"body":"A minimal, end-to-end illustration of adding a custom workload and matching\\nexpectation. This shows the shape of the traits and where to plug into the\\nframework; expand the logic to fit your real test.","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Example: New Workload & Expectation (Rust)","id":"52","title":"Example: New Workload & Expectation (Rust)"},"53":{"body":"Key ideas: name: identifies the workload in logs. expectations: workloads can bundle defaults so callers don’t forget checks. init: derive inputs from the generated topology (e.g., pick a target node). start: drive async activity using the shared RunContext. #![allow(unused)] fn main() {\\nuse std::sync::Arc;\\nuse async_trait::async_trait;\\nuse testing_framework_core::scenario::{ DynError, Expectation, RunContext, RunMetrics, Workload,\\n};\\nuse testing_framework_core::topology::GeneratedTopology; pub struct ReachabilityWorkload { target_idx: usize, bundled: Vec>,\\n} impl ReachabilityWorkload { pub fn new(target_idx: usize) -> Self { Self { target_idx, bundled: vec![Box::new(ReachabilityExpectation::new(target_idx))], } }\\n} #[async_trait]\\nimpl Workload for ReachabilityWorkload { fn name(&self) -> &\'static str { \\"reachability_workload\\" } fn expectations(&self) -> Vec> { self.bundled.clone() } fn init( &mut self, topology: &GeneratedTopology, _metrics: &RunMetrics, ) -> Result<(), DynError> { if topology.validators().get(self.target_idx).is_none() { return Err(\\"no validator at requested index\\".into()); } Ok(()) } async fn start(&self, ctx: &RunContext) -> Result<(), DynError> { let client = ctx .clients() .validators() .get(self.target_idx) .ok_or(\\"missing target client\\")?; // Pseudo-action: issue a lightweight RPC to prove reachability. client.health_check().await.map_err(|e| e.into()) }\\n} }","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Workload: simple reachability probe","id":"53","title":"Workload: simple reachability probe"},"54":{"body":"Key ideas: start_capture: snapshot baseline if needed (not used here). evaluate: assert the condition after workloads finish. #![allow(unused)] fn main() {\\nuse async_trait::async_trait;\\nuse testing_framework_core::scenario::{DynError, Expectation, RunContext}; pub struct ReachabilityExpectation { target_idx: usize,\\n} impl ReachabilityExpectation { pub fn new(target_idx: usize) -> Self { Self { target_idx } }\\n} #[async_trait]\\nimpl Expectation for ReachabilityExpectation { fn name(&self) -> &str { \\"target_reachable\\" } async fn evaluate(&mut self, ctx: &RunContext) -> Result<(), DynError> { let client = ctx .clients() .validators() .get(self.target_idx) .ok_or(\\"missing target client\\")?; client.health_check().await.map_err(|e| { format!(\\"target became unreachable during run: {e}\\").into() }) }\\n} }","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Expectation: confirm the target stayed reachable","id":"54","title":"Expectation: confirm the target stayed reachable"},"55":{"body":"Build your scenario as usual and call .with_workload(ReachabilityWorkload::new(0)). The bundled expectation is attached automatically; you can add more with .with_expectation(...) if needed. Keep the logic minimal and fast for smoke tests; grow it into richer probes\\nfor deeper scenarios.","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » How to wire it","id":"55","title":"How to wire it"},"56":{"body":"High-level roles of the crates that make up the framework: Configs: prepares reusable configuration primitives for nodes, networking,\\ntracing, data availability, and wallets, shared by all scenarios and runners. Core scenario orchestration: houses the topology and scenario model,\\nruntime coordination, node clients, and readiness/health probes. Workflows: packages workloads and expectations into reusable building\\nblocks and offers a fluent DSL to assemble them. Runners: implements deployment backends (local host, Docker Compose,\\nKubernetes) that all consume the same scenario plan. Test workflows: example scenarios and integration checks that exercise the\\nframework end to end and serve as living documentation. Use this map to locate where to add new capabilities: configuration primitives\\nin configs, orchestration changes in core, reusable traffic/assertions in\\nworkflows, environment adapters in runners, and demonstrations in tests.","breadcrumbs":"Part III — Developer Reference » Internal Crate Reference » Internal Crate Reference","id":"56","title":"Internal Crate Reference"},"57":{"body":"Quick-reference material and supporting guidance to keep scenarios discoverable,\\ndebuggable, and consistent.","breadcrumbs":"Part IV — Appendix » Part IV — Appendix","id":"57","title":"Part IV — Appendix"},"58":{"body":"The framework offers a fluent builder style to keep scenarios readable. Common\\nknobs: Topology shaping: set validator and executor counts, pick a network layout\\nstyle, and adjust high-level data-availability traits. Wallet seeding: define how many users participate and the total funds\\navailable for transaction workloads. Workload tuning: configure transaction rates, data-availability channel\\nand blob rates, and whether chaos restarts should include validators,\\nexecutors, or both. Expectations: attach liveness and workload-specific checks so success is\\nexplicit. Run window: set a minimum duration long enough for multiple blocks to be\\nobserved and verified. Use these knobs to express intent clearly, keeping scenario definitions concise\\nand consistent across teams.","breadcrumbs":"Part IV — Appendix » DSL Cheat Sheet » Core Content: DSL Cheat Sheet","id":"58","title":"Core Content: DSL Cheat Sheet"},"59":{"body":"Common symptoms and likely causes: No or slow block progression: runner started workloads before readiness, insufficient run window, or environment too slow—extend duration or enable slow-environment tuning. Transactions not included: missing or insufficient wallet seeding, misaligned transaction rate with block cadence, or network instability—reduce rate and verify wallet setup. Chaos stalls the run: node control not available for the chosen runner or restart cadence too aggressive—enable control capability and widen restart intervals. Observability gaps: metrics or logs unreachable because ports clash or services are not exposed—adjust observability ports and confirm runner wiring. Flaky behavior across runs: mixing chaos with functional smoke tests or inconsistent topology between environments—separate deterministic and chaos scenarios and standardize topology presets.","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Troubleshooting Scenarios","id":"59","title":"Troubleshooting Scenarios"},"6":{"body":"Describe what you want to test, not how to orchestrate it: #![allow(unused)] fn main() {\\n// Good: declarative\\nScenarioBuilder::with_node_counts(2, 1) .wallets(10) .transactions().rate(5).users(5).apply() .expect_consensus_liveness() .build(); // Bad: imperative (framework doesn\'t work this way)\\n// spawn_validator(); spawn_executor(); // loop { submit_tx(); check_block(); } } Why it matters: The framework handles deployment, readiness, and cleanup.\\nYou focus on test intent, not infrastructure orchestration.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Declarative over Imperative","id":"6","title":"Declarative over Imperative"},"60":{"body":"Why block-oriented timing? Using block cadence reduces dependence on host speed and keeps assertions aligned\\nwith protocol behavior. Can I reuse the same scenario across runners? Yes. The plan stays the same; swap runners (local, compose, k8s) to target\\ndifferent environments. When should I enable chaos workloads? Only when testing resilience or operational recovery; keep functional smoke\\ntests deterministic. How long should runs be? Long enough for multiple blocks so liveness and inclusion checks are\\nmeaningful; very short runs risk false confidence. Do I always need seeded wallets? Only for transaction scenarios. Data-availability or pure chaos scenarios may\\nnot require them, but liveness checks still need validators producing blocks. What if expectations fail but workloads “look fine”? Trust expectations first—they capture the intended success criteria. Use the\\nobservability signals and runner logs to pinpoint why the system missed the\\ntarget.","breadcrumbs":"Part IV — Appendix » FAQ » FAQ","id":"60","title":"FAQ"},"61":{"body":"Validator: node role responsible for participating in consensus and block\\nproduction. Executor: a validator node with the DA dispersal service enabled. Executors\\ncan submit transactions and disperse blob data to the DA network, in addition\\nto performing all validator functions. DA (Data Availability): subsystem ensuring blobs or channel data are\\npublished and retrievable for validation. Deployer: component that provisions infrastructure (spawns processes,\\ncreates containers, or launches pods), waits for readiness, and returns a\\nRunner. Examples: LocalDeployer, ComposeRunner, K8sRunner. Runner: component returned by deployers that orchestrates scenario\\nexecution—starts workloads, observes signals, evaluates expectations, and\\ntriggers cleanup. Workload: traffic or behavior generator that exercises the system during a\\nscenario run. Expectation: post-run assertion that judges whether the system met the\\nintended success criteria. Topology: declarative description of the cluster shape, roles, and\\nhigh-level parameters for a scenario. Scenario: immutable plan combining topology, workloads, expectations, and\\nrun duration. Blockfeed: stream of block observations used for liveness or inclusion\\nsignals during a run. Control capability: the ability for a runner to start, stop, or restart\\nnodes, used by chaos workloads.","breadcrumbs":"Part IV — Appendix » Glossary » Glossary","id":"61","title":"Glossary"},"7":{"body":"Reason in blocks and consensus intervals, not wall-clock seconds: #![allow(unused)] fn main() {\\n// Good: protocol-oriented thinking\\nlet mut plan = ScenarioBuilder::with_node_counts(2, 1) .wallets(10) .transactions().rate(5).users(5).apply() // 5 tx per block .with_run_duration(Duration::from_secs(60)) // Let framework calculate expected blocks .expect_consensus_liveness() // \\"Did we produce the expected blocks?\\" .build(); // Bad: wall-clock assumptions\\n// \\"I expect at least 30 blocks in 60 seconds\\"\\n// Brittle if readiness or startup takes longer on slow CI } Why it matters: Block production rate is fixed by consensus parameters (e.g.,\\n2-second slot duration), but node startup and readiness vary by environment—fast\\non a laptop, slow on overloaded CI. The framework measures in blocks (protocol\\ntime), not wall-clock seconds, so tests focus on “did consensus work?” rather\\nthan “was the hardware fast enough?”","breadcrumbs":"Part I — Foundations » Testing Philosophy » Protocol Time, Not Wall Time","id":"7","title":"Protocol Time, Not Wall Time"},"8":{"body":"Default scenarios are repeatable: Fixed topology Predictable traffic rates Deterministic checks Chaos is opt-in: #![allow(unused)] fn main() {\\n// Separate: functional test (deterministic)\\nlet mut plan = ScenarioBuilder::with_node_counts(2, 1) .wallets(10) .transactions().rate(5).users(5).apply() .expect_consensus_liveness() .build(); // Separate: chaos test (introduces randomness)\\nlet mut chaos_plan = ScenarioBuilder::with_node_counts(4, 1) .enable_node_control() .wallets(10) .chaos().restart() .min_delay(Duration::from_secs(15)) .max_delay(Duration::from_secs(25)) .target_cooldown(Duration::from_secs(45)) .apply() .transactions().rate(5).users(5).apply() .expect_consensus_liveness() .build(); } Why it matters: Mixing determinism with chaos creates noisy, hard-to-debug\\nfailures. Separate concerns make failures actionable.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Determinism First, Chaos When Needed","id":"8","title":"Determinism First, Chaos When Needed"},"9":{"body":"Prefer user-facing signals over internal state: Good checks: ✅ Blocks progressing at expected rate (liveness) ✅ Transactions included within N blocks (inclusion) ✅ DA blobs retrievable (availability) Avoid internal checks: ❌ Memory pool size ❌ Internal service state ❌ Cache hit rates Why it matters: User-facing signals reflect actual system health.\\nInternal state can be “healthy” while the system is broken from a user\\nperspective.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Observable Health Signals","id":"9","title":"Observable Health Signals"}},"length":62,"save":true},"fields":["title","body","breadcrumbs"],"index":{"body":{"root":{"0":{"df":2,"docs":{"10":{"tf":1.0},"24":{"tf":1.0}}},"1":{"0":{"0":{"df":1,"docs":{"29":{"tf":1.0}}},"df":3,"docs":{"10":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0}}},"df":9,"docs":{"10":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}},"2":{"0":{"df":1,"docs":{"29":{"tf":1.0}}},"df":5,"docs":{"26":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"33":{"tf":1.7320508075688772},"7":{"tf":1.0}}},"3":{"0":{"df":1,"docs":{"7":{"tf":1.0}}},"df":1,"docs":{"33":{"tf":1.4142135623730951}}},"5":{"0":{"df":1,"docs":{"29":{"tf":1.0}}},"df":2,"docs":{"31":{"tf":1.0},"7":{"tf":1.0}}},"6":{"0":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}},"7":{"df":2,"docs":{"32":{"tf":1.0},"33":{"tf":1.4142135623730951}}},"_":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":8,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"a":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"61":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"46":{"tf":1.0},"53":{"tf":1.0},"8":{"tf":1.0}}}},"v":{"df":9,"docs":{"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"46":{"tf":1.0},"53":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"19":{"tf":1.0},"21":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"37":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"56":{"tf":1.0}}}}},"d":{"df":4,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"48":{"tf":1.0}}}}}}},"df":6,"docs":{"46":{"tf":1.0},"48":{"tf":1.4142135623730951},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"23":{"tf":1.0},"44":{"tf":1.0},"58":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"28":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"49":{"tf":1.0}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"32":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}}}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":4,"docs":{"17":{"tf":1.0},"21":{"tf":1.4142135623730951},"38":{"tf":1.0},"60":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":15,"docs":{"10":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}}}}},"df":1,"docs":{"22":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"10":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"57":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":10,"docs":{"20":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"8":{"tf":1.0}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"4":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"44":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"15":{"tf":1.0},"46":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":12,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}}},"t":{"df":2,"docs":{"16":{"tf":1.0},"44":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"0":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{":":{":":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":12,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"46":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":6,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"17":{"tf":1.0},"38":{"tf":1.0},"5":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":16,"docs":{"0":{"tf":1.7320508075688772},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"38":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.4142135623730951},"46":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.7320508075688772},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"22":{"tf":1.0},"44":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"df":0,"docs":{}}}}},"b":{"(":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"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":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"4":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}}}}},"d":{"df":3,"docs":{"10":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"22":{"tf":1.0},"39":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"46":{"tf":1.0},"49":{"tf":1.0},"54":{"tf":1.0}}}}}},"i":{"c":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}}}},"df":2,"docs":{"36":{"tf":1.0},"4":{"tf":1.0}},"e":{"c":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":7,"docs":{"22":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"59":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"43":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":9,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"22":{"tf":1.0},"40":{"tf":1.0}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":6,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0},"59":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"44":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"b":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{"df":1,"docs":{"26":{"tf":1.0}}},"2":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":6,"docs":{"0":{"tf":1.7320508075688772},"17":{"tf":1.0},"19":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":18,"docs":{"0":{"tf":1.0},"10":{"tf":2.23606797749979},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.0},"35":{"tf":2.23606797749979},"46":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":2.0},"61":{"tf":1.4142135623730951},"7":{"tf":2.6457513110645907},"9":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"61":{"tf":1.0}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"0":{"tf":1.0},"1":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"18":{"tf":1.0},"20":{"tf":1.0},"26":{"tf":1.0},"58":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"46":{"tf":1.0}}}}},"df":1,"docs":{"35":{"tf":1.0}}},"df":0,"docs":{}}},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":9,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"13":{"tf":1.0},"29":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"o":{"a":{"d":{"df":1,"docs":{"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"9":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":16,"docs":{"12":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"46":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"58":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":5,"docs":{"21":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.7320508075688772},"55":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"z":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"33":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}},"c":{"(":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}},"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":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"9":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"59":{"tf":1.4142135623730951},"60":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"55":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"36":{"tf":1.0}}}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"46":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0}}}},"c":{"df":2,"docs":{"28":{"tf":1.0},"29":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"38":{"tf":1.0},"46":{"tf":1.0},"60":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"32":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"30":{"tf":1.0},"35":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":1,"docs":{"4":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"1":{"tf":1.0},"56":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"2":{"df":1,"docs":{"26":{"tf":1.0}}},"5":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"0":{"tf":1.0}}},"df":0,"docs":{}}}},"df":3,"docs":{"19":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.0}}}}}},"o":{"df":15,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"27":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":1.7320508075688772},"33":{"tf":1.0},"36":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.7320508075688772},"60":{"tf":1.4142135623730951},"61":{"tf":1.0},"8":{"tf":2.0}},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"46":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":16,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"44":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.4142135623730951},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"44":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"22":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"17":{"tf":1.4142135623730951},"22":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"59":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}}}}},"i":{"df":6,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0},"7":{"tf":1.4142135623730951}},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"51":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"44":{"tf":1.0},"59":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":5,"docs":{"12":{"tf":1.0},"46":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0}},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"r":{"df":7,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"58":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"|":{"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":4,"docs":{"48":{"tf":1.0},"53":{"tf":1.7320508075688772},"54":{"tf":1.7320508075688772},"56":{"tf":1.0}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"33":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":12,"docs":{"1":{"tf":1.0},"13":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.7320508075688772},"42":{"tf":1.4142135623730951},"44":{"tf":1.0},"46":{"tf":1.0},"61":{"tf":1.0}},"—":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"46":{"tf":1.0}}}}}}}}}}}},"o":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"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":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"44":{"tf":1.0}}}}}}}}},"df":3,"docs":{"20":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"14":{"tf":1.0},"23":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"61":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"22":{"tf":1.0},"38":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"18":{"tf":1.0},"4":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"3":{"tf":1.0},"61":{"tf":1.4142135623730951}}},"s":{"df":12,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"61":{"tf":1.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":4,"docs":{"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":2,"docs":{"2":{"tf":1.0},"38":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"8":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"20":{"tf":1.0},"58":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"4":{"tf":1.0},"46":{"tf":1.0},"54":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"3":{"tf":1.0},"60":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":4,"docs":{"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"37":{"tf":1.7320508075688772},"56":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"r":{"df":10,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"54":{"tf":1.0},"59":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":8,"docs":{"0":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.4142135623730951},"27":{"tf":1.0},"31":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.7320508075688772}}}}}},"i":{"d":{"df":1,"docs":{"48":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.0},"39":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"35":{"tf":1.0},"50":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"m":{"df":3,"docs":{"15":{"tf":1.0},"44":{"tf":1.4142135623730951},"56":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"41":{"tf":1.0},"61":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"1":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"58":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"0":{"tf":1.0},"46":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":2,"docs":{"20":{"tf":1.0},"36":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":6,"docs":{"19":{"tf":1.4142135623730951},"36":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"59":{"tf":1.4142135623730951},"61":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":4,"docs":{"12":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"46":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"46":{"tf":1.0},"56":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"23":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":7,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"38":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"21":{"tf":1.0},"58":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"45":{"tf":1.0},"56":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"17":{"tf":1.0},"61":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":4,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"x":{"df":2,"docs":{"53":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"36":{"tf":1.0},"51":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":4,"docs":{"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"52":{"tf":1.0}}}}}}}},"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"[":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"a":{"df":8,"docs":{"0":{"tf":2.449489742783178},"22":{"tf":1.0},"26":{"tf":2.0},"30":{"tf":1.0},"37":{"tf":1.0},"51":{"tf":1.0},"61":{"tf":1.7320508075688772},"9":{"tf":1.0}},"t":{"a":{"df":13,"docs":{"0":{"tf":2.23606797749979},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"4":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":2,"docs":{"12":{"tf":1.0},"4":{"tf":1.0}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":3,"docs":{"40":{"tf":1.0},"44":{"tf":1.0},"8":{"tf":1.0}},"g":{"df":2,"docs":{"11":{"tf":1.0},"57":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"12":{"tf":1.0},"17":{"tf":1.0}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"r":{"df":8,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"3":{"tf":1.0},"46":{"tf":1.0},"6":{"tf":1.4142135623730951},"61":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"45":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":5,"docs":{"21":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"17":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"20":{"tf":1.0},"21":{"tf":1.0},"58":{"tf":1.0}}}}}}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":2,"docs":{"30":{"tf":1.0},"35":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"32":{"tf":1.0},"33":{"tf":1.0}}}},"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"16":{"tf":1.0},"56":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"44":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":21,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.7320508075688772},"38":{"tf":1.0},"4":{"tf":1.7320508075688772},"42":{"tf":1.0},"46":{"tf":1.4142135623730951},"56":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"(":{"&":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":9,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}}}},"df":0,"docs":{}}},"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":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"48":{"tf":1.0},"53":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":6,"docs":{"16":{"tf":1.0},"18":{"tf":1.4142135623730951},"3":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"46":{"tf":1.0},"61":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"11":{"tf":1.0},"8":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":6,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}}}}}},"df":1,"docs":{"36":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"14":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"60":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"41":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"57":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":3,"docs":{"0":{"tf":1.7320508075688772},"51":{"tf":1.0},"61":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"56":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"22":{"tf":1.0},"56":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"\'":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"n":{"df":3,"docs":{"12":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"[":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}},"df":8,"docs":{"12":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.0},"38":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0}},"n":{"df":1,"docs":{"18":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"l":{"df":6,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.0},"48":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":13,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":4,"docs":{"12":{"tf":1.0},"31":{"tf":1.0},"54":{"tf":1.0},"61":{"tf":1.4142135623730951}}}}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"53":{"tf":1.7320508075688772},"54":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}},"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":7,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"7":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"12":{"tf":1.0}}}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"13":{"tf":1.0},"16":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"44":{"tf":1.0}}}}},"s":{"df":1,"docs":{"41":{"tf":1.0}},"i":{"df":1,"docs":{"17":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":3,"docs":{"12":{"tf":1.0},"29":{"tf":1.0},"4":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":6,"docs":{"0":{"tf":1.0},"21":{"tf":1.0},"44":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":5,"docs":{"27":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"8":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"d":{"df":4,"docs":{"16":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":2,"docs":{"10":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"15":{"tf":1.0},"3":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":6,"docs":{"10":{"tf":1.4142135623730951},"17":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"38":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.4142135623730951},"51":{"tf":1.0},"61":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":19,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"38":{"tf":1.7320508075688772},"39":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.7320508075688772},"56":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"—":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"48":{"tf":1.0}}}}}}},"r":{"(":{"\\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"2":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"a":{"df":0,"docs":{},"l":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":8,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"54":{"tf":1.0},"61":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":3,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0}}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":6,"docs":{"15":{"tf":1.0},"23":{"tf":1.0},"28":{"tf":1.0},"52":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"4":{"tf":1.4142135623730951},"43":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"r":{"df":6,"docs":{"0":{"tf":1.4142135623730951},"17":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":2.6457513110645907},"58":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":6,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":12,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":30,"docs":{"1":{"tf":1.0},"12":{"tf":2.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"35":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"46":{"tf":2.23606797749979},"48":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":2.0},"54":{"tf":1.7320508075688772},"55":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.7320508075688772},"7":{"tf":1.7320508075688772},"9":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}},"s":{"df":2,"docs":{"44":{"tf":1.0},"48":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"—":{"a":{"d":{"df":0,"docs":{},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"20":{"tf":1.0},"21":{"tf":1.0},"58":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"13":{"tf":1.0},"30":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":2,"docs":{"16":{"tf":1.0},"34":{"tf":1.0}}}}}}},"}":{"\\"":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"54":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"f":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"15":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"51":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":4,"docs":{"12":{"tf":1.0},"29":{"tf":1.0},"48":{"tf":1.0},"60":{"tf":1.0}},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"36":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":7,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.7320508075688772},"50":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}},"l":{"df":0,"docs":{},"s":{"df":3,"docs":{"10":{"tf":1.0},"44":{"tf":1.0},"60":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}}}},"q":{"df":1,"docs":{"60":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"17":{"tf":1.0},"37":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.0},"7":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"22":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"35":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"22":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"29":{"tf":1.4142135623730951},"32":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":1,"docs":{"60":{"tf":1.0}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"17":{"tf":1.0},"49":{"tf":1.0},"54":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"44":{"tf":1.0},"8":{"tf":1.0}},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"60":{"tf":1.0}}}}}}}}}},"t":{"df":6,"docs":{"15":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"52":{"tf":1.0}}},"x":{"df":2,"docs":{"7":{"tf":1.0},"8":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"38":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0}}},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":3,"docs":{"13":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"56":{"tf":1.0},"58":{"tf":1.0}}}}}}},"n":{"df":15,"docs":{"10":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"53":{"tf":2.449489742783178},"54":{"tf":2.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"o":{"c":{"df":0,"docs":{},"u":{"df":2,"docs":{"6":{"tf":1.0},"7":{"tf":1.0}},"s":{"df":3,"docs":{"0":{"tf":1.0},"15":{"tf":1.0},"44":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"38":{"tf":1.0},"4":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"t":{"!":{"(":{"\\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"4":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"2":{"tf":1.0},"21":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"48":{"tf":1.0},"49":{"tf":1.0}}}}}}}}}}},"df":16,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.4142135623730951},"2":{"tf":1.0},"3":{"tf":1.4142135623730951},"4":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0},"6":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}},"’":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"8":{"tf":1.0}}}}}}},"d":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"3":{"tf":1.0},"59":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"43":{"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":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"48":{"tf":1.0},"53":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":8,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"46":{"tf":1.0},"53":{"tf":1.0},"61":{"tf":1.0}}}}},"t":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}}}},"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":1,"docs":{"1":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"61":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"17":{"tf":1.0},"22":{"tf":1.0}}}},"df":0,"docs":{},"o":{"d":{"df":5,"docs":{"10":{"tf":1.0},"41":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"31":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"17":{"tf":1.0},"22":{"tf":1.0}}},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"29":{"tf":1.0},"30":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":1,"docs":{"55":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"14":{"tf":1.0},"46":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"1":{"tf":1.0},"14":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"12":{"tf":1.0}},"l":{"df":4,"docs":{"0":{"tf":1.0},"29":{"tf":1.0},"32":{"tf":1.0},"6":{"tf":1.0}}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"r":{"d":{"df":1,"docs":{"8":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"24":{"tf":1.0},"29":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"17":{"tf":1.0},"4":{"tf":1.0},"9":{"tf":1.4142135623730951}},"i":{"df":2,"docs":{"20":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":1,"docs":{"5":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"0":{"tf":1.0},"54":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":8,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"4":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"56":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"i":{"[":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"20":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"a":{"df":3,"docs":{"34":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"36":{"tf":1.0},"53":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"14":{"tf":1.0}},"i":{"df":1,"docs":{"45":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}}}}}},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.4142135623730951}}}},"l":{"df":2,"docs":{"53":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.0}}}}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":4,"docs":{"0":{"tf":1.4142135623730951},"58":{"tf":1.0},"59":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":7,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.0},"9":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"29":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"\\"":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"3":{"tf":1.0},"4":{"tf":1.4142135623730951},"6":{"tf":1.0},"61":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"12":{"tf":1.0},"21":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":3,"docs":{"20":{"tf":1.4142135623730951},"48":{"tf":1.0},"53":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"48":{"tf":1.0},"53":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"df":2,"docs":{"41":{"tf":1.0},"44":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"59":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":4,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"3":{"tf":1.0},"56":{"tf":1.0}}}},"n":{"d":{"df":4,"docs":{"17":{"tf":1.0},"46":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"0":{"tf":1.4142135623730951},"3":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":2,"docs":{"56":{"tf":1.0},"9":{"tf":2.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"5":{"tf":1.0}}}}}},"v":{"df":3,"docs":{"35":{"tf":1.0},"59":{"tf":1.0},"7":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"8":{"tf":1.0}},"t":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":2,"docs":{"44":{"tf":1.0},"53":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.0},"40":{"tf":1.0}}}},"’":{"df":1,"docs":{"0":{"tf":1.0}}}},"v":{"df":1,"docs":{"57":{"tf":1.0}}}},"j":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"g":{"df":4,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}}},"k":{"8":{"df":6,"docs":{"16":{"tf":1.0},"22":{"tf":1.0},"38":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"60":{"tf":1.0}},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"61":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":15,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.7320508075688772},"22":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951}}}},"y":{"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}}}},"n":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"58":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0},"56":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"13":{"tf":1.0},"7":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"21":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"40":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"26":{"tf":1.0},"4":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"15":{"tf":1.0},"21":{"tf":1.0},"3":{"tf":1.0},"51":{"tf":1.0},"58":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":3,"docs":{"12":{"tf":1.0},"30":{"tf":1.4142135623730951},"46":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":10,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"19":{"tf":1.0},"29":{"tf":1.0},"33":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"20":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":16,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"44":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.0},"9":{"tf":1.0}}}}},"o":{"a":{"d":{"df":3,"docs":{"25":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"61":{"tf":1.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":5,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":11,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"38":{"tf":1.4142135623730951},"4":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0}}},"t":{"df":1,"docs":{"56":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":3,"docs":{"53":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}},"i":{"c":{"df":3,"docs":{"36":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{}},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":7,"docs":{"10":{"tf":1.0},"17":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"42":{"tf":1.0},"7":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"60":{"tf":1.0}}},"p":{"df":3,"docs":{"22":{"tf":1.0},"40":{"tf":1.0},"6":{"tf":1.0}}},"s":{"df":1,"docs":{"15":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"r":{"df":2,"docs":{"12":{"tf":1.0},"4":{"tf":1.0}}},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"10":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"41":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":15,"docs":{"10":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"13":{"tf":1.0},"31":{"tf":1.0},"45":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":7,"docs":{"13":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"56":{"tf":1.0},"8":{"tf":1.0}}}},"n":{"df":0,"docs":{},"i":{"df":6,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.0}}}},"p":{"df":3,"docs":{"16":{"tf":1.0},"44":{"tf":1.0},"56":{"tf":1.0}}},"t":{"c":{"df":0,"docs":{},"h":{"df":4,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"29":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"57":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"17":{"tf":1.0},"42":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}},"x":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"0":{"df":1,"docs":{"32":{"tf":1.0}}},"5":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}},"2":{"5":{"df":2,"docs":{"27":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"4":{"0":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"y":{"b":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":8,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"46":{"tf":1.0},"60":{"tf":1.0}}}}},"t":{"df":1,"docs":{"21":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"30":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"2":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"44":{"tf":1.0},"61":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"c":{"df":4,"docs":{"12":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"59":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"0":{"df":1,"docs":{"33":{"tf":1.0}}},"5":{"df":2,"docs":{"27":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"3":{"0":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"22":{"tf":1.0},"24":{"tf":1.0},"40":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"10":{"tf":1.4142135623730951},"58":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":5,"docs":{"35":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}}},"x":{"df":2,"docs":{"59":{"tf":1.0},"8":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":7,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"46":{"tf":1.7320508075688772},"56":{"tf":1.0}}},"r":{"df":1,"docs":{"30":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"13":{"tf":1.0}}}},"df":1,"docs":{"48":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"32":{"tf":1.4142135623730951},"55":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"13":{"tf":1.0},"22":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":7,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.4142135623730951},"41":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":5,"docs":{"22":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"58":{"tf":1.0},"60":{"tf":1.0}}}}}}},"t":{"df":12,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"53":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"48":{"tf":1.0},"53":{"tf":1.0}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"df":1,"docs":{"9":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":12,"docs":{"21":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.4142135623730951},"8":{"tf":1.0}},"—":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"g":{"df":1,"docs":{"44":{"tf":1.0}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":11,"docs":{"0":{"tf":1.7320508075688772},"15":{"tf":1.0},"17":{"tf":1.0},"3":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"4":{"tf":1.0},"46":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"37":{"tf":1.0}}}}},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":4,"docs":{"46":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"56":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"50":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":25,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"12":{"tf":1.4142135623730951},"15":{"tf":1.7320508075688772},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"2":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"33":{"tf":1.0},"36":{"tf":1.7320508075688772},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.7320508075688772},"46":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.4142135623730951},"59":{"tf":1.0},"61":{"tf":1.7320508075688772},"7":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":2,"docs":{"22":{"tf":1.0},"8":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"df":6,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.7320508075688772},"44":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"{":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{":":{":":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"21":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"[":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":16,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.4142135623730951},"46":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"22":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"46":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"12":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"56":{"tf":1.0},"58":{"tf":1.0}}}}}},"k":{"(":{"_":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"\\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":10,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"53":{"tf":1.0}}},"n":{"c":{"df":3,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0}}},"df":5,"docs":{"15":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.4142135623730951},"43":{"tf":1.0},"51":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"42":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"0":{"tf":1.0},"17":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.4142135623730951},"44":{"tf":1.7320508075688772},"60":{"tf":1.0}}}},"t":{"df":2,"docs":{"21":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"12":{"tf":1.0},"50":{"tf":1.0}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"56":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"61":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"21":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":8,"docs":{"12":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0}}}}},"df":1,"docs":{"31":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"3":{"tf":1.0},"36":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}}},"p":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"12":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"16":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"1":{"tf":1.0},"38":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"37":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"4":{"tf":1.0},"51":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":4,"docs":{"14":{"tf":1.0},"2":{"tf":1.0},"45":{"tf":1.0},"57":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":5,"docs":{"0":{"tf":1.0},"19":{"tf":1.0},"51":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.7320508075688772}}}}}},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"38":{"tf":1.0},"44":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":1,"docs":{"12":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"19":{"tf":1.0},"26":{"tf":1.0},"32":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":3,"docs":{"15":{"tf":1.0},"21":{"tf":2.0},"22":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":4,"docs":{"0":{"tf":1.0},"29":{"tf":1.0},"4":{"tf":1.0},"61":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"15":{"tf":1.0},"16":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}}}}}}}}},"l":{"a":{"df":0,"docs":{},"n":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":9,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"[":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":25,"docs":{"1":{"tf":1.0},"12":{"tf":2.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"20":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.4142135623730951},"3":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"38":{"tf":2.0},"39":{"tf":1.4142135623730951},"4":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"44":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"52":{"tf":1.0}},"g":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"13":{"tf":1.0},"18":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"d":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"3":{"tf":1.0}}}},"df":0,"docs":{}},"df":4,"docs":{"37":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"59":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"46":{"tf":1.0},"61":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"14":{"tf":1.0},"22":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"9":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"15":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"38":{"tf":1.4142135623730951},"44":{"tf":2.0},"46":{"tf":1.0},"48":{"tf":1.0}}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}},"t":{"df":3,"docs":{"22":{"tf":1.0},"51":{"tf":1.0},"59":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"38":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.4142135623730951}}}}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"11":{"tf":1.0},"5":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"n":{"df":1,"docs":{"29":{"tf":1.4142135623730951}}}}}}},"o":{"b":{"df":0,"docs":{},"e":{"df":8,"docs":{"17":{"tf":1.0},"21":{"tf":1.0},"28":{"tf":1.0},"43":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}}}},"c":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"31":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":6,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"61":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":6,"docs":{"0":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"50":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.0}},"t":{"df":5,"docs":{"10":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":8,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"46":{"tf":1.0},"59":{"tf":1.0},"9":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":7,"docs":{"0":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"21":{"tf":1.0},"3":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"10":{"tf":1.0},"53":{"tf":1.0}},"r":{"df":1,"docs":{"44":{"tf":1.0}}}},"i":{"d":{"df":3,"docs":{"41":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":4,"docs":{"12":{"tf":1.4142135623730951},"4":{"tf":1.0},"43":{"tf":1.0},"61":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"43":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"b":{"df":2,"docs":{"53":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"61":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"60":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"18":{"tf":1.0},"3":{"tf":1.0}}}}}}}},"q":{"a":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"24":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}}}}}},"r":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"12":{"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":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"36":{"tf":1.4142135623730951},"8":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"(":{"1":{"0":{"df":2,"docs":{"26":{"tf":1.0},"31":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":4,"docs":{"25":{"tf":1.0},"27":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":10,"docs":{"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"29":{"tf":2.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"12":{"tf":1.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"53":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"l":{"df":3,"docs":{"43":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0}},"e":{"df":0,"docs":{},"—":{"a":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":12,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"27":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.7320508075688772},"50":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.4142135623730951}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"56":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":3,"docs":{"0":{"tf":1.0},"3":{"tf":1.0},"52":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"1":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"50":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"19":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.7320508075688772},"60":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":3,"docs":{"13":{"tf":1.0},"21":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"45":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"38":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}},"x":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}}},"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"22":{"tf":1.0},"50":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"20":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"3":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"46":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":4,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":7,"docs":{"19":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"60":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":7,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"60":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"12":{"tf":1.0},"46":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":4,"docs":{"16":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"61":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":11,"docs":{"12":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"27":{"tf":1.4142135623730951},"31":{"tf":2.23606797749979},"32":{"tf":2.23606797749979},"33":{"tf":2.0},"36":{"tf":1.7320508075688772},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"61":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":14,"docs":{"22":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"38":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"61":{"tf":1.0},"9":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"4":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0},"61":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"15":{"tf":1.4142135623730951},"21":{"tf":1.0},"49":{"tf":1.0},"56":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":3,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"60":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"10":{"tf":1.0},"60":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":6,"docs":{"0":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.4142135623730951}}},"l":{"df":1,"docs":{"31":{"tf":1.7320508075688772}}}}},"p":{"c":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"48":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.7320508075688772},"54":{"tf":1.4142135623730951}}}}}}}}},"df":20,"docs":{"1":{"tf":1.0},"10":{"tf":1.7320508075688772},"12":{"tf":1.7320508075688772},"13":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.7320508075688772},"20":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.0},"38":{"tf":1.7320508075688772},"4":{"tf":1.7320508075688772},"42":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":2.0},"5":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.7320508075688772},"60":{"tf":1.4142135623730951},"61":{"tf":2.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"48":{"tf":1.0},"53":{"tf":1.4142135623730951}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":9,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":31,"docs":{"12":{"tf":1.0},"13":{"tf":1.4142135623730951},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"38":{"tf":1.7320508075688772},"39":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.4142135623730951},"46":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.4142135623730951},"56":{"tf":1.7320508075688772},"59":{"tf":1.7320508075688772},"60":{"tf":1.7320508075688772},"61":{"tf":1.7320508075688772}},"’":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"43":{"tf":1.0}},"{":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"43":{"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":{},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"56":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"43":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"51":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":5,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"38":{"tf":1.4142135623730951},"56":{"tf":1.0},"60":{"tf":1.4142135623730951}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"0":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"44":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"24":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"2":{"df":4,"docs":{"25":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"3":{"df":3,"docs":{"24":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0}}},"4":{"df":3,"docs":{"27":{"tf":1.0},"30":{"tf":1.0},"8":{"tf":1.0}}},"5":{"df":1,"docs":{"31":{"tf":1.0}}},"7":{"df":2,"docs":{"32":{"tf":1.0},"33":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":30,"docs":{"1":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":2.23606797749979},"16":{"tf":1.7320508075688772},"17":{"tf":1.7320508075688772},"18":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":2.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"28":{"tf":1.0},"38":{"tf":1.7320508075688772},"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.4142135623730951},"46":{"tf":2.23606797749979},"5":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":2.23606797749979},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"60":{"tf":1.7320508075688772},"61":{"tf":2.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"42":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"a":{"df":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"44":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"22":{"tf":1.0},"7":{"tf":2.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"d":{"df":8,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}},"df":4,"docs":{"17":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.0},"46":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}},"f":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":3,"docs":{"21":{"tf":1.0},"53":{"tf":1.7320508075688772},"54":{"tf":1.7320508075688772}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"8":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"56":{"tf":1.0}},"i":{"c":{"df":5,"docs":{"0":{"tf":1.0},"41":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":6,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"38":{"tf":1.0},"45":{"tf":1.0},"58":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"16":{"tf":1.0},"41":{"tf":1.0},"59":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":10,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":7,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"0":{"tf":1.0},"10":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"60":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"w":{"df":4,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"23":{"tf":1.0},"52":{"tf":1.0}}}}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":13,"docs":{"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"38":{"tf":1.7320508075688772},"4":{"tf":1.0},"44":{"tf":1.7320508075688772},"50":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"9":{"tf":1.7320508075688772}},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"44":{"tf":1.0}}},"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":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"24":{"tf":1.0},"53":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"33":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"n":{"df":3,"docs":{"26":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":3,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0}}}}},"t":{"df":1,"docs":{"15":{"tf":1.0}}},"z":{"df":0,"docs":{},"e":{"df":1,"docs":{"9":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}}},"w":{"df":3,"docs":{"44":{"tf":1.0},"59":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"35":{"tf":1.0}}}},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"17":{"tf":1.0},"3":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":5,"docs":{"21":{"tf":1.0},"24":{"tf":1.0},"55":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"49":{"tf":1.0},"54":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"o":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"3":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":1,"docs":{"61":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":6,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"36":{"tf":1.4142135623730951},"44":{"tf":1.0},"5":{"tf":1.0},"58":{"tf":1.0}},"i":{"df":1,"docs":{"17":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":3,"docs":{"22":{"tf":1.0},"39":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"41":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"59":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"22":{"tf":1.0},"59":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"df":0,"docs":{}},"_":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"49":{"tf":1.0},"54":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":14,"docs":{"12":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.7320508075688772},"46":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"7":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"e":{"df":3,"docs":{"12":{"tf":1.0},"22":{"tf":1.0},"9":{"tf":1.7320508075688772}}},"i":{"c":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}},"y":{"df":5,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"35":{"tf":1.4142135623730951},"54":{"tf":1.0},"60":{"tf":1.0}}}},"d":{":":{":":{"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":9,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{":":{":":{"a":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"53":{"tf":1.0}}},"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":{":":{":":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"24":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"21":{"tf":1.0},"44":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"60":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"p":{"df":3,"docs":{"12":{"tf":1.0},"46":{"tf":1.0},"61":{"tf":1.0}}}},"r":{"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"26":{"tf":1.0},"32":{"tf":1.4142135623730951}}}}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"58":{"tf":1.4142135623730951}}}}}},"u":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"25":{"tf":1.0},"36":{"tf":1.0}}}},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"6":{"tf":1.0}}}}},"df":6,"docs":{"0":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":1.0},"61":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"0":{"tf":1.0},"61":{"tf":1.0}}}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"42":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"57":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"13":{"tf":1.0},"22":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"27":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"30":{"tf":1.0}}}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"60":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":7,"docs":{"20":{"tf":1.4142135623730951},"3":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}}}}}}}},"t":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"7":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"2":{"0":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"0":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}},"4":{"5":{"df":2,"docs":{"27":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"6":{"0":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"53":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":5,"docs":{"17":{"tf":1.0},"36":{"tf":1.7320508075688772},"53":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"46":{"tf":1.0}}}}},"d":{"df":3,"docs":{"20":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"22":{"tf":1.0},"3":{"tf":1.4142135623730951},"58":{"tf":1.0}}},"r":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"21":{"tf":1.0},"30":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"c":{"a":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"33":{"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":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"25":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":31,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.0},"11":{"tf":1.0},"15":{"tf":2.0},"16":{"tf":1.7320508075688772},"17":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.7320508075688772},"30":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"36":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.4142135623730951},"52":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"59":{"tf":1.0},"6":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"50":{"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":{"49":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"{":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"54":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"53":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"51":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"7":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":3,"docs":{"13":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"e":{"df":14,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"3":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"35":{"tf":1.7320508075688772},"40":{"tf":1.0},"44":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.7320508075688772}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"35":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":6,"docs":{"15":{"tf":1.0},"20":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"44":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":9,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.7320508075688772},"35":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"36":{"tf":1.0}}},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":18,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.7320508075688772},"46":{"tf":1.7320508075688772},"51":{"tf":1.0},"53":{"tf":1.4142135623730951},"56":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"8":{"tf":1.0}},"y":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"g":{"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":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"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":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"15":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"56":{"tf":1.0}}},"k":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":14,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.7320508075688772},"43":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"61":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"52":{"tf":1.0},"58":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":21,"docs":{"0":{"tf":1.7320508075688772},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"21":{"tf":1.0},"25":{"tf":2.0},"26":{"tf":2.0},"27":{"tf":1.0},"29":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"5":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"5":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"16":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"19":{"tf":1.0},"61":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"36":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":3,"docs":{"22":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"39":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}}},"x":{"/":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"29":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"39":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"25":{"tf":1.0},"3":{"tf":1.4142135623730951},"46":{"tf":1.0},"48":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"54":{"tf":1.0},"59":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":3,"docs":{"33":{"tf":1.0},"4":{"tf":1.0},"56":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"31":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"17":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"16":{"tf":1.0}}}},"df":27,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":2.23606797749979},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.4142135623730951},"50":{"tf":1.0},"53":{"tf":2.23606797749979},"54":{"tf":1.7320508075688772},"56":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"19":{"tf":1.0},"58":{"tf":1.0},"9":{"tf":1.7320508075688772}},"s":{"(":{"1":{"0":{"df":4,"docs":{"26":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"3":{"0":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":2,"docs":{"25":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"z":{"df":2,"docs":{"53":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":22,"docs":{"0":{"tf":2.0},"13":{"tf":1.0},"17":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.7320508075688772},"37":{"tf":1.7320508075688772},"43":{"tf":1.0},"46":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"58":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":2.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"!":{"[":{"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":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"10":{"tf":1.0},"32":{"tf":1.0},"60":{"tf":1.0}},"f":{"df":1,"docs":{"13":{"tf":1.0}},"i":{"df":13,"docs":{"0":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"27":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"4":{"tf":1.0},"44":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"16":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"[":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"12":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"61":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":2.0}},"e":{"df":0,"docs":{},"t":{"df":12,"docs":{"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.0}},"s":{"(":{"1":{"0":{"0":{"df":1,"docs":{"30":{"tf":1.0}}},"df":5,"docs":{"25":{"tf":1.0},"27":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"2":{"0":{"df":4,"docs":{"26":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}},"df":0,"docs":{}},"5":{"0":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}},"y":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":1,"docs":{"12":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"21":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"58":{"tf":1.0},"61":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":8,"docs":{"10":{"tf":1.0},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"20":{"tf":1.0},"38":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":4,"docs":{"41":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.0},"59":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"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":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"2":{"0":{"df":3,"docs":{"26":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"0":{"0":{"df":1,"docs":{"31":{"tf":1.0}}},"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":1,"docs":{"10":{"tf":1.0}}},"6":{"0":{"0":{"df":1,"docs":{"30":{"tf":1.0}}},"df":4,"docs":{"10":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"9":{"0":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"0":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"0":{"tf":1.0},"35":{"tf":1.4142135623730951},"9":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"1":{"tf":1.0},"13":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":5,"docs":{"24":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"56":{"tf":1.7320508075688772}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":32,"docs":{"1":{"tf":1.0},"12":{"tf":2.23606797749979},"13":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.7320508075688772},"18":{"tf":1.4142135623730951},"19":{"tf":2.0},"20":{"tf":2.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"36":{"tf":1.7320508075688772},"38":{"tf":1.7320508075688772},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.4142135623730951},"46":{"tf":2.23606797749979},"48":{"tf":1.4142135623730951},"49":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":2.23606797749979},"54":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.7320508075688772},"59":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"5":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"e":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"breadcrumbs":{"root":{"0":{"df":2,"docs":{"10":{"tf":1.0},"24":{"tf":1.0}}},"1":{"0":{"0":{"df":1,"docs":{"29":{"tf":1.0}}},"df":3,"docs":{"10":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0}}},"df":9,"docs":{"10":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}},"2":{"0":{"df":1,"docs":{"29":{"tf":1.0}}},"df":5,"docs":{"26":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"33":{"tf":1.7320508075688772},"7":{"tf":1.0}}},"3":{"0":{"df":1,"docs":{"7":{"tf":1.0}}},"df":1,"docs":{"33":{"tf":1.4142135623730951}}},"5":{"0":{"df":1,"docs":{"29":{"tf":1.0}}},"df":2,"docs":{"31":{"tf":1.0},"7":{"tf":1.0}}},"6":{"0":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}},"7":{"df":2,"docs":{"32":{"tf":1.0},"33":{"tf":1.4142135623730951}}},"_":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":8,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"a":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"61":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"46":{"tf":1.0},"53":{"tf":1.0},"8":{"tf":1.0}}}},"v":{"df":9,"docs":{"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"46":{"tf":1.0},"53":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"19":{"tf":1.0},"21":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"37":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"56":{"tf":1.0}}}}},"d":{"df":4,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"48":{"tf":1.0}}}}}}},"df":6,"docs":{"46":{"tf":1.0},"48":{"tf":1.7320508075688772},"49":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"52":{"tf":1.0}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"23":{"tf":1.0},"44":{"tf":1.0},"58":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":10,"docs":{"28":{"tf":2.0},"29":{"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}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"49":{"tf":1.0}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"32":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}}}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":4,"docs":{"17":{"tf":1.0},"21":{"tf":1.4142135623730951},"38":{"tf":1.0},"60":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":15,"docs":{"10":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}}}}},"df":1,"docs":{"22":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"10":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.7320508075688772}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":5,"docs":{"57":{"tf":1.7320508075688772},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":10,"docs":{"20":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"8":{"tf":1.0}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"4":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"44":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":10,"docs":{"28":{"tf":1.0},"29":{"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}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"15":{"tf":1.0},"46":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":12,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}}},"t":{"df":2,"docs":{"16":{"tf":1.0},"44":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"0":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{":":{":":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":12,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"46":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":6,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"17":{"tf":1.7320508075688772},"38":{"tf":1.0},"5":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":16,"docs":{"0":{"tf":1.7320508075688772},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"38":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.4142135623730951},"46":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.7320508075688772},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"22":{"tf":1.0},"44":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"df":0,"docs":{}}}}},"b":{"(":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"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":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"4":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}}}}},"d":{"df":3,"docs":{"10":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"22":{"tf":1.0},"39":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"46":{"tf":1.0},"49":{"tf":1.0},"54":{"tf":1.0}}}}}},"i":{"c":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}}}},"df":2,"docs":{"36":{"tf":1.0},"4":{"tf":1.0}},"e":{"c":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":7,"docs":{"22":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"59":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"43":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":9,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"22":{"tf":1.7320508075688772},"40":{"tf":1.0}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":6,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0},"59":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"44":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"b":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{"df":1,"docs":{"26":{"tf":1.0}}},"2":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":6,"docs":{"0":{"tf":1.7320508075688772},"17":{"tf":1.0},"19":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":18,"docs":{"0":{"tf":1.0},"10":{"tf":2.23606797749979},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.0},"35":{"tf":2.449489742783178},"46":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":2.0},"61":{"tf":1.4142135623730951},"7":{"tf":2.6457513110645907},"9":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"61":{"tf":1.0}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"0":{"tf":1.0},"1":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"18":{"tf":1.0},"20":{"tf":1.0},"26":{"tf":1.0},"58":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"46":{"tf":1.0}}}}},"df":1,"docs":{"35":{"tf":1.0}}},"df":0,"docs":{}}},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":9,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"13":{"tf":1.0},"29":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"o":{"a":{"d":{"df":1,"docs":{"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"9":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":16,"docs":{"12":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"46":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"58":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":5,"docs":{"21":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.7320508075688772},"55":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"z":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"33":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}},"c":{"(":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}},"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":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"9":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"59":{"tf":1.4142135623730951},"60":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"55":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"36":{"tf":1.0}}}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"46":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0}}}},"c":{"df":2,"docs":{"28":{"tf":1.0},"29":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"38":{"tf":1.0},"46":{"tf":1.0},"60":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"32":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"30":{"tf":1.0},"35":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":1,"docs":{"4":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"1":{"tf":1.0},"56":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"2":{"df":1,"docs":{"26":{"tf":1.0}}},"5":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"0":{"tf":1.0}}},"df":0,"docs":{}}}},"df":3,"docs":{"19":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.0}}}}}},"o":{"df":15,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"27":{"tf":1.7320508075688772},"31":{"tf":1.0},"32":{"tf":2.0},"33":{"tf":1.0},"36":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.7320508075688772},"60":{"tf":1.4142135623730951},"61":{"tf":1.0},"8":{"tf":2.23606797749979}},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"46":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.7320508075688772}}}},"c":{"df":0,"docs":{},"k":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":16,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"44":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.4142135623730951},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"44":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"22":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"17":{"tf":1.4142135623730951},"22":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"59":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}}}}},"i":{"df":6,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0},"7":{"tf":1.4142135623730951}},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"51":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"44":{"tf":1.0},"59":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":5,"docs":{"12":{"tf":1.0},"46":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0}},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"r":{"df":7,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"58":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"|":{"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":4,"docs":{"48":{"tf":1.0},"53":{"tf":1.7320508075688772},"54":{"tf":1.7320508075688772},"56":{"tf":1.0}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"33":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":12,"docs":{"1":{"tf":1.0},"13":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.7320508075688772},"42":{"tf":1.4142135623730951},"44":{"tf":1.0},"46":{"tf":1.0},"61":{"tf":1.0}},"—":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"46":{"tf":1.0}}}}}}}}}}}},"o":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"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":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"44":{"tf":1.0}}}}}}}}},"df":3,"docs":{"20":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"14":{"tf":1.0},"23":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"61":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"43":{"tf":1.4142135623730951},"58":{"tf":1.0},"59":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"22":{"tf":1.0},"38":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"18":{"tf":1.0},"4":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"3":{"tf":1.0},"61":{"tf":1.4142135623730951}}},"s":{"df":12,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"61":{"tf":1.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":4,"docs":{"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":2,"docs":{"2":{"tf":1.0},"38":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"8":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"20":{"tf":1.0},"58":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"4":{"tf":1.0},"46":{"tf":1.0},"54":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"3":{"tf":1.0},"60":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":4,"docs":{"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"37":{"tf":2.0},"56":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"r":{"df":10,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"54":{"tf":1.4142135623730951},"59":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":8,"docs":{"0":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.7320508075688772},"27":{"tf":1.0},"31":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.7320508075688772}}}}}},"i":{"d":{"df":1,"docs":{"48":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.0},"39":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"35":{"tf":1.4142135623730951},"50":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"m":{"df":3,"docs":{"15":{"tf":1.0},"44":{"tf":1.4142135623730951},"56":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"41":{"tf":1.0},"61":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"1":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"17":{"tf":1.0},"18":{"tf":1.7320508075688772},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.7320508075688772},"58":{"tf":1.4142135623730951}}}},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"0":{"tf":1.7320508075688772},"46":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":2,"docs":{"20":{"tf":1.0},"36":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":6,"docs":{"19":{"tf":1.4142135623730951},"36":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"59":{"tf":1.4142135623730951},"61":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":4,"docs":{"12":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"46":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"46":{"tf":1.0},"56":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"23":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":9,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.7320508075688772},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.7320508075688772},"56":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"38":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"21":{"tf":1.0},"58":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"45":{"tf":1.0},"56":{"tf":2.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"17":{"tf":1.0},"61":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":4,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"x":{"df":2,"docs":{"53":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"36":{"tf":1.0},"51":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":4,"docs":{"35":{"tf":1.4142135623730951},"36":{"tf":1.7320508075688772},"37":{"tf":1.4142135623730951},"52":{"tf":1.0}}}}}}}},"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"[":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"a":{"df":8,"docs":{"0":{"tf":2.449489742783178},"22":{"tf":1.0},"26":{"tf":2.23606797749979},"30":{"tf":1.0},"37":{"tf":1.0},"51":{"tf":1.0},"61":{"tf":1.7320508075688772},"9":{"tf":1.0}},"t":{"a":{"df":13,"docs":{"0":{"tf":2.23606797749979},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"4":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":2,"docs":{"12":{"tf":1.0},"4":{"tf":1.0}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":3,"docs":{"40":{"tf":1.0},"44":{"tf":1.0},"8":{"tf":1.0}},"g":{"df":2,"docs":{"11":{"tf":1.0},"57":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"12":{"tf":1.0},"17":{"tf":1.0}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"r":{"df":8,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"3":{"tf":1.0},"46":{"tf":1.0},"6":{"tf":1.7320508075688772},"61":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"45":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":5,"docs":{"21":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"17":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"20":{"tf":1.0},"21":{"tf":1.0},"58":{"tf":1.0}}}}}}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":2,"docs":{"30":{"tf":1.0},"35":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"32":{"tf":1.0},"33":{"tf":1.0}}}},"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"16":{"tf":1.0},"56":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"44":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":21,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":2.0},"38":{"tf":1.0},"4":{"tf":1.7320508075688772},"42":{"tf":1.0},"46":{"tf":1.4142135623730951},"56":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"(":{"&":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":9,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}}}},"df":0,"docs":{}}},"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":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"48":{"tf":1.0},"53":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":6,"docs":{"16":{"tf":1.0},"18":{"tf":1.4142135623730951},"3":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"46":{"tf":1.0},"61":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"13":{"tf":1.7320508075688772}}}}}},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"11":{"tf":1.0},"8":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":16,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0},"45":{"tf":1.7320508075688772},"46":{"tf":2.23606797749979},"47":{"tf":1.0},"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},"55":{"tf":1.0},"56":{"tf":1.0}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}}}}}},"df":1,"docs":{"36":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"14":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"60":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"41":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"57":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":3,"docs":{"0":{"tf":1.7320508075688772},"51":{"tf":1.0},"61":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.4142135623730951},"44":{"tf":1.0},"56":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"22":{"tf":1.0},"56":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"\'":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"n":{"df":3,"docs":{"12":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"[":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}},"df":8,"docs":{"12":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.0},"38":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0}},"n":{"df":1,"docs":{"18":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"l":{"df":6,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.0},"48":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.7320508075688772}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":13,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":4,"docs":{"12":{"tf":1.0},"31":{"tf":1.0},"54":{"tf":1.0},"61":{"tf":1.4142135623730951}}}}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"53":{"tf":1.7320508075688772},"54":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}},"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":7,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"7":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"12":{"tf":1.0}}}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"13":{"tf":1.0},"16":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"44":{"tf":1.0}}}}},"s":{"df":1,"docs":{"41":{"tf":1.0}},"i":{"df":1,"docs":{"17":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":3,"docs":{"12":{"tf":1.0},"29":{"tf":1.0},"4":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":6,"docs":{"0":{"tf":1.0},"21":{"tf":1.0},"44":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":5,"docs":{"27":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"8":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"d":{"df":4,"docs":{"16":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":2,"docs":{"10":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"15":{"tf":1.0},"3":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":6,"docs":{"10":{"tf":1.4142135623730951},"17":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"38":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.4142135623730951},"51":{"tf":1.0},"61":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":19,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"38":{"tf":1.7320508075688772},"39":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.7320508075688772},"56":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"—":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"48":{"tf":1.0}}}}}}},"r":{"(":{"\\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"2":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"a":{"df":0,"docs":{},"l":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":8,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"54":{"tf":1.0},"61":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":3,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0}}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":22,"docs":{"15":{"tf":1.0},"23":{"tf":1.7320508075688772},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.7320508075688772},"29":{"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},"52":{"tf":1.7320508075688772},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"4":{"tf":1.4142135623730951},"43":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"r":{"df":6,"docs":{"0":{"tf":1.4142135623730951},"17":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":2.8284271247461903},"58":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":6,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":12,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":31,"docs":{"1":{"tf":1.0},"12":{"tf":2.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":2.0},"19":{"tf":1.0},"20":{"tf":2.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"35":{"tf":1.7320508075688772},"38":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"43":{"tf":1.7320508075688772},"44":{"tf":1.0},"46":{"tf":2.23606797749979},"48":{"tf":1.0},"49":{"tf":1.4142135623730951},"52":{"tf":2.0},"53":{"tf":2.23606797749979},"54":{"tf":2.23606797749979},"55":{"tf":1.4142135623730951},"56":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.7320508075688772},"7":{"tf":1.7320508075688772},"9":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}},"s":{"df":2,"docs":{"44":{"tf":1.0},"48":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"—":{"a":{"d":{"df":0,"docs":{},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"20":{"tf":1.0},"21":{"tf":1.0},"58":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":9,"docs":{"13":{"tf":1.0},"30":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":1.7320508075688772},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.4142135623730951}}},"df":0,"docs":{},"s":{"df":2,"docs":{"16":{"tf":1.0},"34":{"tf":1.4142135623730951}}}}}}},"}":{"\\"":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"54":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"f":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"15":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"51":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":4,"docs":{"12":{"tf":1.0},"29":{"tf":1.0},"48":{"tf":1.0},"60":{"tf":1.0}},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"36":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":7,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.7320508075688772},"50":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}},"l":{"df":0,"docs":{},"s":{"df":3,"docs":{"10":{"tf":1.0},"44":{"tf":1.0},"60":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}}}},"q":{"df":1,"docs":{"60":{"tf":1.7320508075688772}}},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"17":{"tf":1.0},"37":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.0},"7":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"22":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"35":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"22":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"29":{"tf":1.4142135623730951},"32":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":1,"docs":{"60":{"tf":1.0}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"17":{"tf":1.0},"49":{"tf":1.0},"54":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"44":{"tf":1.0},"8":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"60":{"tf":1.0}}}}}}}}}},"t":{"df":6,"docs":{"15":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"52":{"tf":1.0}}},"x":{"df":2,"docs":{"7":{"tf":1.0},"8":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"38":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0}}},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":3,"docs":{"13":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"56":{"tf":1.0},"58":{"tf":1.0}}}}}}},"n":{"df":15,"docs":{"10":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"53":{"tf":2.449489742783178},"54":{"tf":2.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"o":{"c":{"df":0,"docs":{},"u":{"df":2,"docs":{"6":{"tf":1.0},"7":{"tf":1.0}},"s":{"df":3,"docs":{"0":{"tf":1.0},"15":{"tf":1.0},"44":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"38":{"tf":1.0},"4":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"t":{"!":{"(":{"\\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"4":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":13,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"2":{"tf":1.7320508075688772},"21":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"48":{"tf":1.0},"49":{"tf":1.0}}}}}}}}}}},"df":20,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.4142135623730951},"2":{"tf":1.0},"3":{"tf":1.4142135623730951},"4":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.7320508075688772},"48":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0},"6":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}},"’":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"8":{"tf":1.0}}}}}}},"d":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"3":{"tf":1.0},"59":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"43":{"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":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"48":{"tf":1.0},"53":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":8,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"46":{"tf":1.0},"53":{"tf":1.0},"61":{"tf":1.0}}}}},"t":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}}}},"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":1,"docs":{"1":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"61":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"17":{"tf":1.0},"22":{"tf":1.0}}}},"df":0,"docs":{},"o":{"d":{"df":5,"docs":{"10":{"tf":1.0},"41":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"31":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"17":{"tf":1.0},"22":{"tf":1.0}}},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"29":{"tf":1.0},"30":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":1,"docs":{"55":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"14":{"tf":1.0},"46":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}},"df":32,"docs":{"1":{"tf":1.0},"14":{"tf":1.7320508075688772},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"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}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"12":{"tf":1.0}},"l":{"df":4,"docs":{"0":{"tf":1.0},"29":{"tf":1.0},"32":{"tf":1.0},"6":{"tf":1.0}}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"r":{"d":{"df":1,"docs":{"8":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"24":{"tf":1.0},"29":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"17":{"tf":1.0},"4":{"tf":1.0},"9":{"tf":1.7320508075688772}},"i":{"df":2,"docs":{"20":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":1,"docs":{"5":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.7320508075688772}}}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"0":{"tf":1.0},"54":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":8,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"4":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"56":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"i":{"[":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"20":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"a":{"df":3,"docs":{"34":{"tf":1.4142135623730951},"53":{"tf":1.0},"54":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"36":{"tf":1.0},"53":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"i":{"df":31,"docs":{"14":{"tf":1.7320508075688772},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"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}},"i":{"df":12,"docs":{"45":{"tf":1.7320508075688772},"46":{"tf":1.0},"47":{"tf":1.0},"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},"55":{"tf":1.0},"56":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}}}}}},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.7320508075688772}}}},"l":{"df":2,"docs":{"53":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.0}}}}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":4,"docs":{"0":{"tf":1.4142135623730951},"58":{"tf":1.0},"59":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":7,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.0},"9":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"29":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"\\"":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"3":{"tf":1.0},"4":{"tf":1.4142135623730951},"6":{"tf":1.0},"61":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"12":{"tf":1.0},"21":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":3,"docs":{"20":{"tf":1.4142135623730951},"48":{"tf":1.0},"53":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"48":{"tf":1.0},"53":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"df":2,"docs":{"41":{"tf":1.0},"44":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"59":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":4,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"3":{"tf":1.0},"56":{"tf":1.0}}}},"n":{"d":{"df":4,"docs":{"17":{"tf":1.0},"46":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"0":{"tf":1.4142135623730951},"3":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":2,"docs":{"56":{"tf":1.7320508075688772},"9":{"tf":2.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"5":{"tf":1.0}}}}}},"v":{"df":3,"docs":{"35":{"tf":1.0},"59":{"tf":1.0},"7":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"8":{"tf":1.0}},"t":{"df":1,"docs":{"3":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":2,"docs":{"44":{"tf":1.0},"53":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.0},"40":{"tf":1.0}}}},"’":{"df":1,"docs":{"0":{"tf":1.0}}}},"v":{"df":5,"docs":{"57":{"tf":1.7320508075688772},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}}},"j":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"g":{"df":4,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}}},"k":{"8":{"df":6,"docs":{"16":{"tf":1.0},"22":{"tf":1.0},"38":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"60":{"tf":1.0}},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"61":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":15,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.7320508075688772},"22":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951}}}},"y":{"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}}}},"n":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"58":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.4142135623730951},"56":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"13":{"tf":1.0},"7":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"21":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"40":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"26":{"tf":1.0},"4":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"15":{"tf":1.7320508075688772},"21":{"tf":1.0},"3":{"tf":1.0},"51":{"tf":1.0},"58":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":3,"docs":{"12":{"tf":1.0},"30":{"tf":1.4142135623730951},"46":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":10,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.7320508075688772},"56":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"12":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"19":{"tf":1.0},"29":{"tf":1.0},"33":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"20":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":16,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.4142135623730951},"3":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"44":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.0},"9":{"tf":1.0}}}}},"o":{"a":{"d":{"df":3,"docs":{"25":{"tf":1.0},"29":{"tf":1.4142135623730951},"30":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"61":{"tf":1.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":5,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":11,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"38":{"tf":1.4142135623730951},"4":{"tf":1.0},"40":{"tf":1.4142135623730951},"44":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0}}},"t":{"df":1,"docs":{"56":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":3,"docs":{"53":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}},"i":{"c":{"df":3,"docs":{"36":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{}},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":7,"docs":{"10":{"tf":1.0},"17":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"42":{"tf":1.0},"7":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"60":{"tf":1.0}}},"p":{"df":3,"docs":{"22":{"tf":1.0},"40":{"tf":1.0},"6":{"tf":1.0}}},"s":{"df":1,"docs":{"15":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"r":{"df":2,"docs":{"12":{"tf":1.0},"4":{"tf":1.0}}},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"10":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"41":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":15,"docs":{"10":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"13":{"tf":1.0},"31":{"tf":1.0},"45":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":7,"docs":{"13":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"56":{"tf":1.0},"8":{"tf":1.0}}}},"n":{"df":0,"docs":{},"i":{"df":6,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.0}}}},"p":{"df":3,"docs":{"16":{"tf":1.0},"44":{"tf":1.0},"56":{"tf":1.0}}},"t":{"c":{"df":0,"docs":{},"h":{"df":4,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"29":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"57":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"17":{"tf":1.0},"42":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}},"x":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"0":{"df":1,"docs":{"32":{"tf":1.0}}},"5":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}},"2":{"5":{"df":2,"docs":{"27":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"4":{"0":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"y":{"b":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":8,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"46":{"tf":1.0},"60":{"tf":1.0}}}}},"t":{"df":1,"docs":{"21":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"30":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"2":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"44":{"tf":1.0},"61":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"c":{"df":4,"docs":{"12":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"59":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"0":{"df":1,"docs":{"33":{"tf":1.0}}},"5":{"df":2,"docs":{"27":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"3":{"0":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"22":{"tf":1.0},"24":{"tf":1.0},"40":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"10":{"tf":1.7320508075688772},"58":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":5,"docs":{"35":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}}},"x":{"df":2,"docs":{"59":{"tf":1.0},"8":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":7,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"46":{"tf":2.23606797749979},"56":{"tf":1.0}}},"r":{"df":1,"docs":{"30":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"13":{"tf":1.0}}}},"df":1,"docs":{"48":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"32":{"tf":1.4142135623730951},"55":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"13":{"tf":1.0},"22":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":7,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.4142135623730951},"41":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":5,"docs":{"22":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"58":{"tf":1.0},"60":{"tf":1.0}}}}}}},"t":{"df":12,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"53":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"48":{"tf":1.0},"53":{"tf":1.0}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"df":1,"docs":{"9":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":12,"docs":{"21":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"g":{"df":1,"docs":{"44":{"tf":1.0}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":11,"docs":{"0":{"tf":1.7320508075688772},"15":{"tf":1.0},"17":{"tf":1.0},"3":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"4":{"tf":1.0},"46":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"37":{"tf":1.0}}}}},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":7,"docs":{"46":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.7320508075688772},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"50":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":25,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"12":{"tf":1.4142135623730951},"15":{"tf":1.7320508075688772},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"2":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"33":{"tf":1.0},"36":{"tf":1.7320508075688772},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.7320508075688772},"46":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.4142135623730951},"59":{"tf":1.0},"61":{"tf":1.7320508075688772},"7":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":2,"docs":{"22":{"tf":1.0},"8":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"df":6,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.7320508075688772},"44":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"{":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{":":{":":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"21":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"[":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":16,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.4142135623730951},"46":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"22":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"46":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"12":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"56":{"tf":1.0},"58":{"tf":1.0}}}}}},"k":{"(":{"_":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"\\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":10,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"53":{"tf":1.0}}},"n":{"c":{"df":3,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0}}},"df":5,"docs":{"15":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.4142135623730951},"43":{"tf":1.0},"51":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"42":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"0":{"tf":1.0},"17":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.4142135623730951},"44":{"tf":2.23606797749979},"60":{"tf":1.0}}}},"t":{"df":2,"docs":{"21":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"12":{"tf":1.0},"50":{"tf":1.0}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"56":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"61":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"21":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":8,"docs":{"12":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0}}}}},"df":1,"docs":{"31":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"3":{"tf":1.0},"36":{"tf":1.0},"6":{"tf":1.4142135623730951},"9":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.7320508075688772}}}}}}}}}},"p":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"12":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"16":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"1":{"tf":1.0},"38":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"37":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"4":{"tf":1.0},"51":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":60,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.7320508075688772},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.7320508075688772},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"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},"4":{"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.7320508075688772},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.7320508075688772},"58":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":5,"docs":{"0":{"tf":1.0},"19":{"tf":1.0},"51":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":2.0}}}}}},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"38":{"tf":1.0},"44":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":1,"docs":{"12":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"19":{"tf":1.0},"26":{"tf":1.0},"32":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":3,"docs":{"15":{"tf":1.0},"21":{"tf":2.449489742783178},"22":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":4,"docs":{"0":{"tf":1.0},"29":{"tf":1.0},"4":{"tf":1.0},"61":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":7,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"5":{"tf":1.7320508075688772},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"15":{"tf":1.0},"16":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}}}}}}}}},"l":{"a":{"df":0,"docs":{},"n":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":9,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"[":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":25,"docs":{"1":{"tf":1.0},"12":{"tf":2.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"20":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.4142135623730951},"3":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"38":{"tf":2.0},"39":{"tf":1.4142135623730951},"4":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"44":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"52":{"tf":1.0}},"g":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"13":{"tf":1.0},"18":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"d":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"3":{"tf":1.0}}}},"df":0,"docs":{}},"df":4,"docs":{"37":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"59":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"46":{"tf":1.0},"61":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"14":{"tf":1.0},"22":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"9":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"15":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"38":{"tf":1.4142135623730951},"44":{"tf":2.0},"46":{"tf":1.0},"48":{"tf":1.0}}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}},"t":{"df":3,"docs":{"22":{"tf":1.0},"51":{"tf":1.0},"59":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"38":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":2.0}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.4142135623730951}}}}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"11":{"tf":1.0},"5":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"n":{"df":1,"docs":{"29":{"tf":1.4142135623730951}}}}}}},"o":{"b":{"df":0,"docs":{},"e":{"df":8,"docs":{"17":{"tf":1.0},"21":{"tf":1.0},"28":{"tf":1.0},"43":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.0}}}},"c":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"31":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":6,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"61":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":6,"docs":{"0":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"50":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.0}},"t":{"df":5,"docs":{"10":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":8,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"29":{"tf":1.4142135623730951},"3":{"tf":1.0},"35":{"tf":1.0},"46":{"tf":1.0},"59":{"tf":1.0},"9":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":7,"docs":{"0":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"21":{"tf":1.0},"3":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":2.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"10":{"tf":1.0},"53":{"tf":1.0}},"r":{"df":1,"docs":{"44":{"tf":1.0}}}},"i":{"d":{"df":3,"docs":{"41":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":4,"docs":{"12":{"tf":1.4142135623730951},"4":{"tf":1.0},"43":{"tf":1.0},"61":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"43":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"b":{"df":2,"docs":{"53":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"61":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"60":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"18":{"tf":1.0},"3":{"tf":1.0}}}}}}}},"q":{"a":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"24":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}}}}}},"r":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"12":{"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":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"36":{"tf":1.4142135623730951},"8":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"(":{"1":{"0":{"df":2,"docs":{"26":{"tf":1.0},"31":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":4,"docs":{"25":{"tf":1.0},"27":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":10,"docs":{"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"29":{"tf":2.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"12":{"tf":1.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"53":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"l":{"df":3,"docs":{"43":{"tf":1.0},"53":{"tf":1.7320508075688772},"54":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"—":{"a":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":12,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"27":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.7320508075688772},"50":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.4142135623730951}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"56":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":3,"docs":{"0":{"tf":1.0},"3":{"tf":1.0},"52":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"1":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"50":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"19":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":2.0},"60":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":3,"docs":{"13":{"tf":1.0},"21":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":13,"docs":{"45":{"tf":1.7320508075688772},"46":{"tf":1.0},"47":{"tf":1.0},"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},"55":{"tf":1.0},"56":{"tf":2.0},"57":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"38":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}},"x":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}}},"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"22":{"tf":1.0},"50":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"20":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"3":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"46":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":4,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":7,"docs":{"19":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"60":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":7,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"27":{"tf":1.7320508075688772},"28":{"tf":1.0},"60":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"12":{"tf":1.0},"46":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":4,"docs":{"16":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"61":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":11,"docs":{"12":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"27":{"tf":1.4142135623730951},"31":{"tf":2.449489742783178},"32":{"tf":2.23606797749979},"33":{"tf":2.0},"36":{"tf":2.0},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"61":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":14,"docs":{"22":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"38":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"61":{"tf":1.0},"9":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"4":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0},"61":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"15":{"tf":1.4142135623730951},"21":{"tf":1.0},"49":{"tf":1.0},"56":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":3,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"60":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"10":{"tf":1.0},"60":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":6,"docs":{"0":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.4142135623730951}}},"l":{"df":1,"docs":{"31":{"tf":2.0}}}}},"p":{"c":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"48":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.7320508075688772},"54":{"tf":1.4142135623730951}}}}}}}}},"df":20,"docs":{"1":{"tf":1.0},"10":{"tf":2.0},"12":{"tf":1.7320508075688772},"13":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.7320508075688772},"20":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.0},"38":{"tf":2.23606797749979},"4":{"tf":1.7320508075688772},"42":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":2.0},"5":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.7320508075688772},"60":{"tf":1.4142135623730951},"61":{"tf":2.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"48":{"tf":1.0},"53":{"tf":1.4142135623730951}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":9,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":31,"docs":{"12":{"tf":1.0},"13":{"tf":1.4142135623730951},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"38":{"tf":1.7320508075688772},"39":{"tf":2.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.7320508075688772},"41":{"tf":1.7320508075688772},"42":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"46":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.7320508075688772},"56":{"tf":1.7320508075688772},"59":{"tf":1.7320508075688772},"60":{"tf":1.7320508075688772},"61":{"tf":1.7320508075688772}},"’":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"43":{"tf":1.0}},"{":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"43":{"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":{},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"56":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"43":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"52":{"tf":1.7320508075688772},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"51":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":5,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"38":{"tf":1.4142135623730951},"56":{"tf":1.0},"60":{"tf":1.4142135623730951}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"0":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"44":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"24":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"2":{"df":4,"docs":{"25":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"3":{"df":3,"docs":{"24":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0}}},"4":{"df":3,"docs":{"27":{"tf":1.0},"30":{"tf":1.0},"8":{"tf":1.0}}},"5":{"df":1,"docs":{"31":{"tf":1.0}}},"7":{"df":2,"docs":{"32":{"tf":1.0},"33":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.7320508075688772}}}}}}}},"df":0,"docs":{}}}}},"df":30,"docs":{"1":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.7320508075688772},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":2.23606797749979},"16":{"tf":1.7320508075688772},"17":{"tf":2.23606797749979},"18":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":2.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"28":{"tf":1.0},"38":{"tf":2.23606797749979},"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.4142135623730951},"46":{"tf":2.6457513110645907},"5":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":2.23606797749979},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":2.0},"60":{"tf":1.7320508075688772},"61":{"tf":2.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"42":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"a":{"df":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"44":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"22":{"tf":1.0},"7":{"tf":2.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"d":{"df":8,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}},"df":4,"docs":{"17":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.0},"46":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}},"f":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":3,"docs":{"21":{"tf":1.0},"53":{"tf":1.7320508075688772},"54":{"tf":1.7320508075688772}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"8":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"56":{"tf":1.0}},"i":{"c":{"df":5,"docs":{"0":{"tf":1.0},"41":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":6,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"38":{"tf":1.0},"45":{"tf":1.0},"58":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"16":{"tf":1.0},"41":{"tf":1.0},"59":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":10,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":7,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.7320508075688772}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"0":{"tf":1.0},"10":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"60":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"w":{"df":4,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"23":{"tf":1.0},"52":{"tf":1.0}}}}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":13,"docs":{"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"38":{"tf":1.7320508075688772},"4":{"tf":1.0},"44":{"tf":1.7320508075688772},"50":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"9":{"tf":2.0}},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"44":{"tf":1.0}}},"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":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"24":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"33":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"n":{"df":3,"docs":{"26":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":3,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0}}}}},"t":{"df":1,"docs":{"15":{"tf":1.0}}},"z":{"df":0,"docs":{},"e":{"df":1,"docs":{"9":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}}},"w":{"df":3,"docs":{"44":{"tf":1.0},"59":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"35":{"tf":1.0}}}},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"17":{"tf":1.0},"3":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":5,"docs":{"21":{"tf":1.0},"24":{"tf":1.0},"55":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"49":{"tf":1.0},"54":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"o":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"3":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":1,"docs":{"61":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":6,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"36":{"tf":1.4142135623730951},"44":{"tf":1.0},"5":{"tf":1.0},"58":{"tf":1.0}},"i":{"df":1,"docs":{"17":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":3,"docs":{"22":{"tf":1.0},"39":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"41":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"59":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"22":{"tf":1.0},"59":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"df":0,"docs":{}},"_":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"49":{"tf":1.0},"54":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":14,"docs":{"12":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.7320508075688772},"46":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"7":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"e":{"df":3,"docs":{"12":{"tf":1.0},"22":{"tf":1.0},"9":{"tf":1.7320508075688772}}},"i":{"c":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}},"y":{"df":5,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"35":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"60":{"tf":1.0}}}},"d":{":":{":":{"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":9,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{":":{":":{"a":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"53":{"tf":1.0}}},"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":{":":{":":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"24":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"21":{"tf":1.0},"44":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"60":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"p":{"df":3,"docs":{"12":{"tf":1.0},"46":{"tf":1.0},"61":{"tf":1.0}}}},"r":{"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"26":{"tf":1.0},"32":{"tf":1.4142135623730951}}}}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"58":{"tf":1.4142135623730951}}}}}},"u":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"25":{"tf":1.0},"36":{"tf":1.0}}}},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"6":{"tf":1.0}}}}},"df":6,"docs":{"0":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":1.0},"61":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"0":{"tf":1.0},"61":{"tf":1.0}}}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"42":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"57":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"13":{"tf":1.0},"22":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"27":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"30":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"60":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":7,"docs":{"20":{"tf":1.4142135623730951},"3":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}}}}}}}},"t":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"7":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"2":{"0":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"0":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}},"4":{"5":{"df":2,"docs":{"27":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"6":{"0":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"53":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":5,"docs":{"17":{"tf":1.0},"36":{"tf":2.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.7320508075688772},"60":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"46":{"tf":1.0}}}}},"d":{"df":3,"docs":{"20":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"22":{"tf":1.0},"3":{"tf":1.4142135623730951},"58":{"tf":1.0}}},"r":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"21":{"tf":1.0},"30":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"c":{"a":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"33":{"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":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"25":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":33,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.4142135623730951},"15":{"tf":2.0},"16":{"tf":1.7320508075688772},"17":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.7320508075688772},"28":{"tf":1.0},"29":{"tf":1.4142135623730951},"3":{"tf":1.7320508075688772},"30":{"tf":1.7320508075688772},"31":{"tf":1.4142135623730951},"32":{"tf":1.7320508075688772},"33":{"tf":1.7320508075688772},"36":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":2.0},"52":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"59":{"tf":1.0},"6":{"tf":1.7320508075688772},"60":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951},"8":{"tf":1.7320508075688772},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"50":{"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":{"49":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"{":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"54":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"53":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"51":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"7":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":3,"docs":{"13":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"e":{"df":14,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"3":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"35":{"tf":2.0},"40":{"tf":1.0},"44":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":2.23606797749979}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"35":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":6,"docs":{"15":{"tf":1.0},"20":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"44":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":9,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.7320508075688772},"35":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"36":{"tf":1.0}}},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":18,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.7320508075688772},"46":{"tf":1.7320508075688772},"51":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"56":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"8":{"tf":1.0}},"y":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"g":{"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":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"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":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"15":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"56":{"tf":1.0}}},"k":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":14,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.7320508075688772},"43":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"61":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"52":{"tf":1.0},"58":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":21,"docs":{"0":{"tf":1.7320508075688772},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"21":{"tf":1.0},"25":{"tf":2.23606797749979},"26":{"tf":2.23606797749979},"27":{"tf":1.0},"29":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"5":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"5":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"16":{"tf":1.7320508075688772}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"19":{"tf":1.0},"61":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.7320508075688772}}}}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"36":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":3,"docs":{"22":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"39":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}}},"x":{"/":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"29":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"39":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"25":{"tf":1.0},"3":{"tf":1.4142135623730951},"46":{"tf":1.0},"48":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"54":{"tf":1.0},"59":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":3,"docs":{"33":{"tf":1.0},"4":{"tf":1.0},"56":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"31":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"17":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"16":{"tf":1.0}}}},"df":27,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":2.23606797749979},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.4142135623730951},"50":{"tf":1.0},"53":{"tf":2.23606797749979},"54":{"tf":1.7320508075688772},"56":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":33,"docs":{"14":{"tf":1.7320508075688772},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"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},"58":{"tf":1.0},"9":{"tf":1.7320508075688772}},"s":{"(":{"1":{"0":{"df":4,"docs":{"26":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"3":{"0":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":2,"docs":{"25":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"z":{"df":2,"docs":{"53":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":22,"docs":{"0":{"tf":2.0},"13":{"tf":1.0},"17":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.7320508075688772},"37":{"tf":2.0},"43":{"tf":1.0},"46":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"58":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":2.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"!":{"[":{"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":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"10":{"tf":1.0},"32":{"tf":1.0},"60":{"tf":1.0}},"f":{"df":1,"docs":{"13":{"tf":1.0}},"i":{"df":13,"docs":{"0":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"27":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"4":{"tf":1.0},"44":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"16":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"[":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"12":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"61":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":2.23606797749979}},"e":{"df":0,"docs":{},"t":{"df":12,"docs":{"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.0}},"s":{"(":{"1":{"0":{"0":{"df":1,"docs":{"30":{"tf":1.0}}},"df":5,"docs":{"25":{"tf":1.0},"27":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"2":{"0":{"df":4,"docs":{"26":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}},"df":0,"docs":{}},"5":{"0":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}},"y":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":1,"docs":{"12":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"21":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"58":{"tf":1.0},"61":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":8,"docs":{"10":{"tf":1.4142135623730951},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"20":{"tf":1.0},"38":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":4,"docs":{"41":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.4142135623730951},"59":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"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":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"2":{"0":{"df":3,"docs":{"26":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"0":{"0":{"df":1,"docs":{"31":{"tf":1.0}}},"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":1,"docs":{"10":{"tf":1.0}}},"6":{"0":{"0":{"df":1,"docs":{"30":{"tf":1.0}}},"df":4,"docs":{"10":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"9":{"0":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"0":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"0":{"tf":1.0},"35":{"tf":1.4142135623730951},"9":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"1":{"tf":1.0},"13":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":5,"docs":{"24":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"56":{"tf":1.7320508075688772}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":33,"docs":{"1":{"tf":1.0},"12":{"tf":2.23606797749979},"13":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.7320508075688772},"18":{"tf":2.0},"19":{"tf":2.449489742783178},"20":{"tf":2.23606797749979},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"25":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"36":{"tf":2.0},"38":{"tf":1.7320508075688772},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.4142135623730951},"46":{"tf":2.23606797749979},"48":{"tf":1.7320508075688772},"49":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":2.0},"53":{"tf":2.6457513110645907},"54":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.7320508075688772},"59":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"15":{"tf":2.0},"16":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"5":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"e":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"title":{"root":{"a":{"d":{"df":4,"docs":{"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"32":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"57":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"17":{"tf":1.0}}}}}}}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":3,"docs":{"27":{"tf":1.0},"32":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"43":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"37":{"tf":1.0}}},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"24":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"58":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"58":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"56":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":3,"docs":{"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0}}}}}}}},"d":{"a":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"37":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"45":{"tf":1.0},"46":{"tf":1.0}}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"l":{"df":1,"docs":{"58":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"23":{"tf":1.0},"28":{"tf":1.0},"52":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"36":{"tf":1.0}}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"18":{"tf":1.0},"20":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}},"f":{"a":{"df":0,"docs":{},"q":{"df":1,"docs":{"60":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"47":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"61":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"14":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"51":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":1,"docs":{"14":{"tf":1.0}},"i":{"df":1,"docs":{"45":{"tf":1.0}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"56":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"v":{"df":1,"docs":{"57":{"tf":1.0}}}},"k":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"46":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"24":{"tf":1.0}}}}},"o":{"a":{"d":{"df":2,"docs":{"29":{"tf":1.0},"30":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"40":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"10":{"tf":1.0}}}}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"46":{"tf":1.0}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}},"w":{"df":1,"docs":{"52":{"tf":1.0}}}}},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"9":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"44":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"14":{"tf":1.0},"2":{"tf":1.0},"45":{"tf":1.0},"57":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"o":{"b":{"df":0,"docs":{},"e":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"29":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"33":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"45":{"tf":1.0},"56":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"31":{"tf":1.0},"36":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"df":2,"docs":{"10":{"tf":1.0},"38":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"50":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":5,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"38":{"tf":1.0},"46":{"tf":1.0},"59":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"24":{"tf":1.0},"53":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"30":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"36":{"tf":1.0},"54":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"5":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"51":{"tf":1.0}}}}}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"25":{"tf":1.0},"26":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":1,"docs":{"16":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"10":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"55":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":8,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"36":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"lang":"English","pipeline":["trimmer","stopWordFilter","stemmer"],"ref":"id","version":"0.9.5"},"results_options":{"limit_results":30,"teaser_word_count":30},"search_options":{"bool":"OR","expand":true,"fields":{"body":{"boost":1},"breadcrumbs":{"boost":1},"title":{"boost":2}}}}')); \ No newline at end of file diff --git a/docs/searchindex-7f15bdae.js b/docs/searchindex-7f15bdae.js new file mode 100644 index 0000000..3450ddb --- /dev/null +++ b/docs/searchindex-7f15bdae.js @@ -0,0 +1 @@ +window.search = Object.assign(window.search, JSON.parse('{"doc_urls":["project-context-primer.html#project-context-primer","what-you-will-learn.html#what-you-will-learn","part-i.html#part-i--foundations","introduction.html#introduction","architecture-overview.html#architecture-overview","testing-philosophy.html#testing-philosophy","testing-philosophy.html#declarative-over-imperative","testing-philosophy.html#protocol-time-not-wall-time","testing-philosophy.html#determinism-first-chaos-when-needed","testing-philosophy.html#observable-health-signals","testing-philosophy.html#minimum-run-windows","testing-philosophy.html#summary","scenario-lifecycle.html#scenario-lifecycle-conceptual","design-rationale.html#design-rationale","part-ii.html#part-ii--user-guide","workspace-layout.html#workspace-layout","annotated-tree.html#annotated-tree","authoring-scenarios.html#authoring-scenarios","workloads.html#core-content-workloads--expectations","workloads.html#workloads","workloads.html#expectations","scenario-builder-ext-patterns.html#core-content-scenariobuilderext-patterns","best-practices.html#best-practices","examples.html#examples","examples.html#simple-consensus-liveness","examples.html#transaction-workload","examples.html#da--transaction-workload","examples.html#chaos-resilience-test","examples-advanced.html#advanced-examples","examples-advanced.html#load-progression-test","examples-advanced.html#sustained-load-test","examples-advanced.html#rolling-restart-test","examples-advanced.html#aggressive-chaos-test","examples-advanced.html#partition-recovery-test","examples-advanced.html#extension-ideas","examples-advanced.html#custom-expectation-block-timing-consistency","examples-advanced.html#custom-workload-targeted-executor-restart","examples-advanced.html#custom-deployer-config-validator","running-scenarios.html#running-scenarios","runners.html#runners","runners.html#local-runner","runners.html#docker-compose-runner","runners.html#kubernetes-runner","runners.html#common-expectations","operations.html#operations","part-iii.html#part-iii--developer-reference","scenario-model.html#scenario-model-developer-level","extending.html#extending-the-framework","extending.html#adding-a-workload","extending.html#adding-an-expectation","extending.html#adding-a-runner","extending.html#adding-topology-helpers","custom-workload-example.html#example-new-workload--expectation-rust","custom-workload-example.html#workload-simple-reachability-probe","custom-workload-example.html#expectation-confirm-the-target-stayed-reachable","custom-workload-example.html#how-to-wire-it","internal-crate-reference.html#internal-crate-reference","part-iv.html#part-iv--appendix","dsl-cheat-sheet.html#core-content-dsl-cheat-sheet","troubleshooting.html#troubleshooting-scenarios","faq.html#faq","glossary.html#glossary"],"index":{"documentStore":{"docInfo":{"0":{"body":78,"breadcrumbs":6,"title":3},"1":{"body":26,"breadcrumbs":2,"title":1},"10":{"body":40,"breadcrumbs":7,"title":3},"11":{"body":26,"breadcrumbs":5,"title":1},"12":{"body":115,"breadcrumbs":8,"title":3},"13":{"body":68,"breadcrumbs":6,"title":2},"14":{"body":10,"breadcrumbs":8,"title":4},"15":{"body":94,"breadcrumbs":8,"title":2},"16":{"body":59,"breadcrumbs":8,"title":2},"17":{"body":101,"breadcrumbs":8,"title":2},"18":{"body":18,"breadcrumbs":12,"title":4},"19":{"body":38,"breadcrumbs":9,"title":1},"2":{"body":10,"breadcrumbs":4,"title":2},"20":{"body":71,"breadcrumbs":9,"title":1},"21":{"body":84,"breadcrumbs":12,"title":4},"22":{"body":96,"breadcrumbs":8,"title":2},"23":{"body":11,"breadcrumbs":6,"title":1},"24":{"body":48,"breadcrumbs":8,"title":3},"25":{"body":42,"breadcrumbs":7,"title":2},"26":{"body":49,"breadcrumbs":8,"title":3},"27":{"body":48,"breadcrumbs":8,"title":3},"28":{"body":9,"breadcrumbs":9,"title":2},"29":{"body":63,"breadcrumbs":10,"title":3},"3":{"body":84,"breadcrumbs":4,"title":1},"30":{"body":58,"breadcrumbs":10,"title":3},"31":{"body":67,"breadcrumbs":10,"title":3},"32":{"body":74,"breadcrumbs":10,"title":3},"33":{"body":79,"breadcrumbs":10,"title":3},"34":{"body":0,"breadcrumbs":9,"title":2},"35":{"body":32,"breadcrumbs":12,"title":5},"36":{"body":42,"breadcrumbs":12,"title":5},"37":{"body":24,"breadcrumbs":11,"title":4},"38":{"body":75,"breadcrumbs":8,"title":2},"39":{"body":20,"breadcrumbs":6,"title":1},"4":{"body":106,"breadcrumbs":6,"title":2},"40":{"body":16,"breadcrumbs":7,"title":2},"41":{"body":23,"breadcrumbs":8,"title":3},"42":{"body":17,"breadcrumbs":7,"title":2},"43":{"body":61,"breadcrumbs":7,"title":2},"44":{"body":152,"breadcrumbs":6,"title":1},"45":{"body":10,"breadcrumbs":8,"title":4},"46":{"body":116,"breadcrumbs":12,"title":4},"47":{"body":0,"breadcrumbs":8,"title":2},"48":{"body":39,"breadcrumbs":8,"title":2},"49":{"body":21,"breadcrumbs":8,"title":2},"5":{"body":17,"breadcrumbs":6,"title":2},"50":{"body":29,"breadcrumbs":8,"title":2},"51":{"body":21,"breadcrumbs":9,"title":3},"52":{"body":19,"breadcrumbs":14,"title":5},"53":{"body":120,"breadcrumbs":13,"title":4},"54":{"body":67,"breadcrumbs":14,"title":5},"55":{"body":24,"breadcrumbs":10,"title":1},"56":{"body":91,"breadcrumbs":10,"title":3},"57":{"body":10,"breadcrumbs":6,"title":3},"58":{"body":84,"breadcrumbs":11,"title":5},"59":{"body":86,"breadcrumbs":7,"title":2},"6":{"body":37,"breadcrumbs":7,"title":3},"60":{"body":99,"breadcrumbs":5,"title":1},"61":{"body":130,"breadcrumbs":5,"title":1},"7":{"body":86,"breadcrumbs":8,"title":4},"8":{"body":60,"breadcrumbs":8,"title":4},"9":{"body":51,"breadcrumbs":7,"title":3}},"docs":{"0":{"body":"This book focuses on the Nomos Testing Framework. It assumes familiarity with\\nthe Nomos architecture, but for completeness, here is a short primer. Nomos is a modular blockchain protocol with validators and a data-availability\\n(DA) subsystem. Validators participate in consensus and produce blocks. Executors are validators with the DA dispersal service enabled. They can\\nsubmit transactions and disperse blob data to the DA network. Data Availability (DA) handles blob data within transactions. When\\ntransactions include ChannelBlob operations, executors disperse the blob data\\nto the DA network, and validators sample and verify it’s available. These roles interact tightly, which is why meaningful testing must be performed\\nin multi-node environments that include real networking, timing, and DA\\ninteraction.","breadcrumbs":"Project Context Primer » Project Context Primer","id":"0","title":"Project Context Primer"},"1":{"body":"This book gives you a clear mental model for Nomos multi-node testing, shows how\\nto author scenarios that pair realistic workloads with explicit expectations,\\nand guides you to run them across local, containerized, and cluster environments\\nwithout changing the plan.","breadcrumbs":"What You Will Learn » What You Will Learn","id":"1","title":"What You Will Learn"},"10":{"body":"Always run long enough for meaningful block production: #![allow(unused)] fn main() {\\n// Bad: too short\\n.with_run_duration(Duration::from_secs(5)) // Maybe 0-1 blocks // Good: enough blocks for assertions\\n.with_run_duration(Duration::from_secs(60)) // ~10+ blocks } The framework enforces minimum durations, but be explicit. Very short runs\\nrisk false confidence—one lucky block doesn’t prove liveness.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Minimum Run Windows","id":"10","title":"Minimum Run Windows"},"11":{"body":"These principles keep scenarios: Portable across environments (protocol time, declarative) Debuggable (determinism, separation of concerns) Meaningful (observable signals, sufficient duration) When authoring scenarios, ask: “Does this test the protocol behavior or\\nmy local environment quirks?”","breadcrumbs":"Part I — Foundations » Testing Philosophy » Summary","id":"11","title":"Summary"},"12":{"body":"Build the plan: Declare a topology, attach workloads and expectations, and set the run window. The plan is the single source of truth for what will happen. Deploy: Hand the plan to a runner. It provisions the environment on the chosen backend and waits for nodes to signal readiness. Drive workloads: Start traffic and behaviors (transactions, data-availability activity, restarts) for the planned duration. Observe blocks and signals: Track block progression and other high-level metrics during or after the run window to ground assertions in protocol time. Evaluate expectations: Once activity stops (and optional cooldown completes), check liveness and workload-specific outcomes to decide pass or fail. Cleanup: Tear down resources so successive runs start fresh and do not inherit leaked state. Conceptual lifecycle diagram: Plan → Deploy → Readiness → Drive Workloads → Observe → Evaluate → Cleanup Mermaid view: flowchart LR P[Plan
topology + workloads + expectations] --> D[Deploy
runner provisions] D --> R[Readiness
wait for nodes] R --> W[Drive Workloads] W --> O[Observe
blocks/metrics] O --> E[Evaluate Expectations] E --> C[Cleanup]","breadcrumbs":"Part I — Foundations » Scenario Lifecycle (Conceptual) » Scenario Lifecycle (Conceptual)","id":"12","title":"Scenario Lifecycle (Conceptual)"},"13":{"body":"Modular crates keep configuration, orchestration, workloads, and runners decoupled so each can evolve without breaking the others. Pluggable runners let the same scenario run on a laptop, a Docker host, or a Kubernetes cluster, making validation portable across environments. Separated workloads and expectations clarify intent: what traffic to generate versus how to judge success. This simplifies review and reuse. Declarative topology makes cluster shape explicit and repeatable, reducing surprise when moving between CI and developer machines. Maintainability through predictability: a clear flow from plan to deployment to verification lowers the cost of extending the framework and interpreting failures.","breadcrumbs":"Part I — Foundations » Design Rationale » Design Rationale","id":"13","title":"Design Rationale"},"14":{"body":"Practical guidance for shaping scenarios, combining workloads and expectations,\\nand running them across different environments.","breadcrumbs":"Part II — User Guide » Part II — User Guide","id":"14","title":"Part II — User Guide"},"15":{"body":"The workspace focuses on multi-node integration testing and sits alongside a nomos-node checkout. Its crates separate concerns to keep scenarios\\nrepeatable and portable: Configs: prepares high-level node, network, tracing, and wallet settings\\nused across test environments. Core scenario orchestration: the engine that holds topology descriptions,\\nscenario plans, runtimes, workloads, and expectations. Workflows: ready-made workloads (transactions, data-availability, chaos)\\nand reusable expectations assembled into a user-facing DSL. Runners: deployment backends for local processes, Docker Compose, and\\nKubernetes, all consuming the same scenario plan. Test workflows: example scenarios and integration checks that show how\\nthe pieces fit together. This split keeps configuration, orchestration, reusable traffic patterns, and\\ndeployment adapters loosely coupled while sharing one mental model for tests.","breadcrumbs":"Part II — User Guide » Workspace Layout » Workspace Layout","id":"15","title":"Workspace Layout"},"16":{"body":"High-level view of the workspace and how pieces relate: nomos-testing/\\n├─ testing-framework/\\n│ ├─ configs/ # shared configuration helpers\\n│ ├─ core/ # scenario model, runtime, topology\\n│ ├─ workflows/ # workloads, expectations, DSL extensions\\n│ └─ runners/ # local, compose, k8s deployment backends\\n├─ tests/ # integration scenarios using the framework\\n└─ scripts/ # supporting setup utilities (e.g., assets) Each area maps to a responsibility: describe configs, orchestrate scenarios,\\npackage common traffic and assertions, adapt to environments, and demonstrate\\nend-to-end usage.","breadcrumbs":"Part II — User Guide » Annotated Tree » Annotated Tree","id":"16","title":"Annotated Tree"},"17":{"body":"Creating a scenario is a declarative exercise: Shape the topology: decide how many validators and executors to run, and\\nwhat high-level network and data-availability characteristics matter for the\\ntest. Attach workloads: pick traffic generators that align with your goals\\n(transactions, data-availability blobs, or chaos for resilience probes). Define expectations: specify the health signals that must hold when the\\nrun finishes (e.g., consensus liveness, inclusion of submitted activity; see Core Content: Workloads & Expectations). Set duration: choose a run window long enough to observe meaningful\\nblock progression and the effects of your workloads. Choose a runner: target local processes for fast iteration, Docker\\nCompose for reproducible multi-node stacks, or Kubernetes for cluster-grade\\nvalidation. For environment considerations, see Operations. Keep scenarios small and explicit: make the intended behavior and the success\\ncriteria clear so failures are easy to interpret and act upon.","breadcrumbs":"Part II — User Guide » Authoring Scenarios » Authoring Scenarios","id":"17","title":"Authoring Scenarios"},"18":{"body":"Workloads describe the activity a scenario generates; expectations describe the\\nsignals that must hold when that activity completes. Both are pluggable so\\nscenarios stay readable and purpose-driven.","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Core Content: Workloads & Expectations","id":"18","title":"Core Content: Workloads & Expectations"},"19":{"body":"Transaction workload: submits user-level transactions at a configurable\\nrate and can limit how many distinct actors participate. Data-availability workload: drives blob and channel activity to exercise\\ndata-availability paths. Chaos workload: triggers controlled node restarts to test resilience and\\nrecovery behaviors (requires a runner that can control nodes).","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Workloads","id":"19","title":"Workloads"},"2":{"body":"Conceptual chapters that establish the mental model for the framework and how\\nit approaches multi-node testing.","breadcrumbs":"Part I — Foundations » Part I — Foundations","id":"2","title":"Part I — Foundations"},"20":{"body":"Consensus liveness: verifies the system continues to produce blocks in\\nline with the planned workload and timing window. Workload-specific checks: each workload can attach its own success\\ncriteria (e.g., inclusion of submitted activity) so scenarios remain concise. Together, workloads and expectations let you express both the pressure applied\\nto the system and the definition of “healthy” for that run. Workload pipeline (conceptual): Inputs (topology + wallets + rates) │ ▼\\nWorkload init → Drive traffic → Collect signals │ ▼ Expectations evaluate Mermaid view: flowchart TD I[Inputs
(topology + wallets + rates)] --> Init[Workload init] Init --> Drive[Drive traffic] Drive --> Collect[Collect signals] Collect --> Eval[Expectations evaluate]","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Expectations","id":"20","title":"Expectations"},"21":{"body":"Patterns that keep scenarios readable and reusable: Topology-first: start by shaping the cluster (counts, layout) so later\\nsteps inherit a clear foundation. Bundle defaults: use the DSL helpers to attach common expectations (like\\nliveness) whenever you add a matching workload, reducing forgotten checks. Intentional rates: express traffic in per-block terms to align with\\nprotocol timing rather than wall-clock assumptions. Opt-in chaos: enable restart patterns only in scenarios meant to probe\\nresilience; keep functional smoke tests deterministic. Wallet clarity: seed only the number of actors you need; it keeps\\ntransaction scenarios deterministic and interpretable. These patterns make scenario definitions self-explanatory while staying aligned\\nwith the framework’s block-oriented timing model.","breadcrumbs":"Part II — User Guide » Core Content: ScenarioBuilderExt Patterns » Core Content: ScenarioBuilderExt Patterns","id":"21","title":"Core Content: ScenarioBuilderExt Patterns"},"22":{"body":"State your intent: document the goal of each scenario (throughput, DA\\nvalidation, resilience) so expectation choices are obvious. Keep runs meaningful: choose durations that allow multiple blocks and make\\ntiming-based assertions trustworthy. Separate concerns: start with deterministic workloads for functional\\nchecks; add chaos in dedicated resilience scenarios to avoid noisy failures. Reuse patterns: standardize on shared topology and workload presets so\\nresults are comparable across environments and teams. Observe first, tune second: rely on liveness and inclusion signals to\\ninterpret outcomes before tweaking rates or topology. Environment fit: pick runners that match the feedback loop you need—local\\nfor speed, compose for reproducible stacks, k8s for cluster-grade fidelity. Minimal surprises: seed only necessary wallets and keep configuration\\ndeltas explicit when moving between CI and developer machines.","breadcrumbs":"Part II — User Guide » Best Practices » Best Practices","id":"22","title":"Best Practices"},"23":{"body":"Concrete scenarios showing how to combine topologies, workloads, and\\nexpectations. Copy and adjust these to fit your needs.","breadcrumbs":"Part II — User Guide » Examples » Examples","id":"23","title":"Examples"},"24":{"body":"Basic smoke test verifying validators can produce blocks. #![allow(unused)] fn main() {\\nuse nomos_testing_core::scenario::{Deployer, ScenarioBuilder};\\nuse nomos_testing_runner_local::LocalDeployer;\\nuse nomos_testing_workflows::ScenarioBuilderExt;\\nuse std::time::Duration; #[tokio::test]\\nasync fn test_consensus_liveness() -> Result<(), Box> { let mut plan = ScenarioBuilder::with_node_counts(3, 0) .expect_consensus_liveness() .with_run_duration(Duration::from_secs(30)) .build(); let deployer = LocalDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } When to use: Quick validation that consensus works on minimal hardware.","breadcrumbs":"Part II — User Guide » Examples » Simple consensus liveness","id":"24","title":"Simple consensus liveness"},"25":{"body":"Submit transactions and verify inclusion. #![allow(unused)] fn main() {\\n#[tokio::test]\\nasync fn test_transaction_inclusion() -> Result<(), Box> { let mut plan = ScenarioBuilder::with_node_counts(2, 1) .wallets(10) .transactions() .rate(5) .users(5) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(60)) .build(); let deployer = LocalDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } When to use: Verify transaction submission and inclusion under light load.","breadcrumbs":"Part II — User Guide » Examples » Transaction workload","id":"25","title":"Transaction workload"},"26":{"body":"Stress both transaction and DA paths simultaneously. #![allow(unused)] fn main() {\\n#[tokio::test]\\nasync fn test_mixed_workload() -> Result<(), Box> { let mut plan = ScenarioBuilder::with_node_counts(3, 2) .wallets(20) .transactions() .rate(10) .users(10) .apply() .da() .channel_rate(2) .blob_rate(1) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(120)) .build(); let deployer = LocalDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } When to use: End-to-end validation that transaction and DA layers work together.","breadcrumbs":"Part II — User Guide » Examples » DA + transaction workload","id":"26","title":"DA + transaction workload"},"27":{"body":"Verify consensus survives node restarts. #![allow(unused)] fn main() {\\n#[tokio::test]\\nasync fn test_chaos_resilience() -> Result<(), Box> { let mut plan = ScenarioBuilder::with_node_counts(4, 1) .enable_node_control() .wallets(10) .transactions() .rate(5) .users(5) .apply() .chaos() .restart() .min_delay(Duration::from_secs(15)) .max_delay(Duration::from_secs(25)) .target_cooldown(Duration::from_secs(45)) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(90)) .build(); let deployer = LocalDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } When to use: Resilience validation and operational readiness testing.","breadcrumbs":"Part II — User Guide » Examples » Chaos resilience test","id":"27","title":"Chaos resilience test"},"28":{"body":"Realistic advanced scenarios for capacity testing, operational validation, and\\nresilience probing.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Advanced Examples","id":"28","title":"Advanced Examples"},"29":{"body":"Find the breaking point by gradually increasing transaction rate. #![allow(unused)] fn main() {\\n#[tokio::test]\\nasync fn test_capacity_limit() -> Result<(), Box> { for rate in [10, 20, 50, 100] { let mut plan = ScenarioBuilder::with_node_counts(3, 2) .wallets(50) .transactions() .rate(rate) .users(20) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(60)) .build(); let deployer = LocalDeployer::default(); let runner = deployer.deploy(&plan).await?; match runner.run(&mut plan).await { Ok(_) => println!(\\"✓ Handled {rate} tx/block\\"), Err(e) => { println!(\\"✗ Failed at {rate} tx/block: {e}\\"); break; } } } Ok(())\\n} } When to use: Capacity planning, finding performance limits, validating\\nhardware requirements.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Load progression test","id":"29","title":"Load progression test"},"3":{"body":"The Nomos Testing Framework is a purpose-built toolkit for exercising Nomos in\\nrealistic, multi-node environments. It solves the gap between small, isolated\\ntests and full-system validation by letting teams describe a cluster layout,\\ndrive meaningful traffic, and assert the outcomes in one coherent plan. It is for protocol engineers, infrastructure operators, and QA teams who need\\nrepeatable confidence that validators, executors, and data-availability\\ncomponents work together under network and timing constraints. Multi-node integration testing is required because many Nomos behaviors—block\\nprogress, data availability, liveness under churn—only emerge when several\\nroles interact over real networking and time. This framework makes those checks\\ndeclarative, observable, and portable across environments.","breadcrumbs":"Part I — Foundations » Introduction » Introduction","id":"3","title":"Introduction"},"30":{"body":"Run moderate load for extended duration to catch memory leaks or gradual\\ndegradation. #![allow(unused)] fn main() {\\n#[tokio::test]\\nasync fn test_sustained_load() -> Result<(), Box> { let mut plan = ScenarioBuilder::with_node_counts(4, 2) .wallets(100) .transactions() .rate(20) .users(30) .apply() .da() .channel_rate(5) .blob_rate(2) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(600)) // 10 minutes .build(); let deployer = ComposeRunner::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } When to use: Soak testing, memory leak detection, long-term stability\\nvalidation before production.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Sustained load test","id":"30","title":"Sustained load test"},"31":{"body":"Restart validators one at a time (like a rolling upgrade) while maintaining\\nconsensus. #![allow(unused)] fn main() {\\n#[tokio::test]\\nasync fn test_rolling_restart() -> Result<(), Box> { let mut plan = ScenarioBuilder::with_node_counts(5, 1) // Need 5 to tolerate 1 down .enable_node_control() .wallets(20) .transactions() .rate(10) .users(10) .apply() .chaos() .restart() .min_delay(Duration::from_secs(30)) // Space out restarts .max_delay(Duration::from_secs(40)) .target_cooldown(Duration::from_secs(120)) // Long cooldown = one at a time .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(300)) .build(); let deployer = ComposeRunner::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } When to use: Validating rolling upgrade procedures, verifying graceful\\nhandoff during restarts.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Rolling restart test","id":"31","title":"Rolling restart test"},"32":{"body":"Frequent restarts with shorter cooldown to stress recovery paths. #![allow(unused)] fn main() {\\n#[tokio::test]\\nasync fn test_aggressive_chaos() -> Result<(), Box> { let mut plan = ScenarioBuilder::with_node_counts(7, 1) // Need more nodes for aggressive chaos .enable_node_control() .wallets(20) .transactions() .rate(5) .users(10) .apply() .chaos() .restart() .min_delay(Duration::from_secs(5)) // Very short delays .max_delay(Duration::from_secs(10)) .target_cooldown(Duration::from_secs(20)) // Nodes can restart multiple times .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(120)) .build(); let deployer = ComposeRunner::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } When to use: Stress testing recovery mechanisms, finding edge cases in restart\\nhandling. Requires more validators (7) to tolerate multiple simultaneous restarts.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Aggressive chaos test","id":"32","title":"Aggressive chaos test"},"33":{"body":"Restart multiple validators simultaneously (simulating network partition), verify\\nrecovery. #![allow(unused)] fn main() {\\n#[tokio::test]\\nasync fn test_partition_recovery() -> Result<(), Box> { let mut plan = ScenarioBuilder::with_node_counts(7, 1) // Need 7 to tolerate 2-3 down .enable_node_control() .wallets(20) .transactions() .rate(5) .users(10) .apply() .chaos() .restart() .min_delay(Duration::from_secs(10)) // Short delays = multiple nodes restart close together .max_delay(Duration::from_secs(15)) .target_cooldown(Duration::from_secs(60)) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(120)) .build(); let deployer = ComposeRunner::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } When to use: Testing recovery from network partitions, validating Byzantine\\nfault tolerance limits (with 7 validators, can tolerate 2 Byzantine = up to 2-3\\nsimultaneous restarts).","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Partition recovery test","id":"33","title":"Partition recovery test"},"34":{"body":"","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Extension Ideas","id":"34","title":"Extension Ideas"},"35":{"body":"Verify block production stays within expected timing bounds by collecting block\\ntimestamps from the block feed, calculating intervals, and asserting they stay\\nwithin tolerance of the configured slot duration. Why useful: Catches timing degradation that liveness checks miss (blocks\\nprogress, but too slowly).","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Custom Expectation: Block Timing Consistency","id":"35","title":"Custom Expectation: Block Timing Consistency"},"36":{"body":"A workload that specifically targets and restarts executors (not random nodes),\\nthen verifies transaction submission continued through a different executor. Why useful: True executor failover testing. Current chaos workload restarts\\nrandom nodes, so you can’t verify “executor A died, executor B took over.” Would\\nrequire custom node control logic to identify and target specific executors.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Custom Workload: Targeted Executor Restart","id":"36","title":"Custom Workload: Targeted Executor Restart"},"37":{"body":"A deployer that generates configs, validates them against schema, checks for\\nconflicts (duplicate ports, invalid DA params), but never starts processes. Why useful: Fast config validation in CI before actual deployment.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Custom Deployer: Config Validator","id":"37","title":"Custom Deployer: Config Validator"},"38":{"body":"Running a scenario follows the same conceptual flow regardless of environment: Select or author a scenario plan that pairs a topology with workloads,\\nexpectations, and a suitable run window. Choose a runner aligned with your environment (local, compose, or k8s) and\\nensure its prerequisites are available. Deploy the plan through the runner; wait for readiness signals before\\nstarting workloads. Let workloads drive activity for the planned duration; keep observability\\nsignals visible so you can correlate outcomes. Evaluate expectations and capture results as the primary pass/fail signal. Use the same plan across different runners to compare behavior between local\\ndevelopment and CI or cluster settings. For environment prerequisites and\\nflags, see Operations.","breadcrumbs":"Part II — User Guide » Running Scenarios » Running Scenarios","id":"38","title":"Running Scenarios"},"39":{"body":"Runners turn a scenario plan into a live environment while keeping the plan\\nunchanged. Choose based on feedback speed, reproducibility, and fidelity. For\\nenvironment and operational considerations, see Operations:","breadcrumbs":"Part II — User Guide » Runners » Runners","id":"39","title":"Runners"},"4":{"body":"The framework follows a clear flow: Topology → Scenario → Deploy → Run → Verify. Topology describes the cluster: how many nodes, their roles, and the high-level network and data-availability parameters they should follow. Scenario combines that topology with the activities to run and the checks to perform, forming a single plan. Deployer provisions infrastructure on the chosen backend (local processes, Docker Compose, or Kubernetes), waits for readiness, and returns a Runner. Runner orchestrates execution: starts workloads, observes signals, evaluates expectations, and cleans up. Workloads generate traffic and conditions that exercise the system. Expectations observe the run and judge success or failure once activity completes. flowchart LR A(Topology
shape cluster) --> B(Scenario
plan) B --> C(Deployer
provision infrastructure) C --> D(Runner
orchestrate execution) D --> E(Workloads
drive traffic) E --> F(Expectations
verify outcomes) Each layer has a narrow responsibility so that cluster shape, deployment choice,\\ntraffic generation, and health checks can evolve independently while fitting\\ntogether predictably.","breadcrumbs":"Part I — Foundations » Architecture Overview » Architecture Overview","id":"4","title":"Architecture Overview"},"40":{"body":"Launches node processes directly on the host. Fastest feedback loop and minimal orchestration overhead. Best for development-time iteration and debugging.","breadcrumbs":"Part II — User Guide » Runners » Local runner","id":"40","title":"Local runner"},"41":{"body":"Starts nodes in containers to provide a reproducible multi-node stack on a\\nsingle machine. Discovers service ports and wires observability for convenient inspection. Good balance between fidelity and ease of setup.","breadcrumbs":"Part II — User Guide » Runners » Docker Compose runner","id":"41","title":"Docker Compose runner"},"42":{"body":"Deploys nodes onto a cluster for higher-fidelity, longer-running scenarios. Suits CI or shared environments where cluster behavior and scheduling matter.","breadcrumbs":"Part II — User Guide » Runners » Kubernetes runner","id":"42","title":"Kubernetes runner"},"43":{"body":"All runners require at least one validator and, for transaction scenarios,\\naccess to seeded wallets. Readiness probes gate workload start so traffic begins only after nodes are\\nreachable. Environment flags can relax timeouts or increase tracing when diagnostics are\\nneeded. Runner abstraction: Scenario Plan │ ▼\\nRunner (local | compose | k8s) │ provisions env + readiness ▼\\nRuntime + Observability │ ▼\\nWorkloads / Expectations execute Mermaid view: flowchart TD Plan[Scenario Plan] --> RunSel{Runner
(local | compose | k8s)} RunSel --> Provision[Provision & readiness] Provision --> Runtime[Runtime + observability] Runtime --> Exec[Workloads & Expectations execute]","breadcrumbs":"Part II — User Guide » Runners » Common expectations","id":"43","title":"Common expectations"},"44":{"body":"Operational readiness focuses on prerequisites, environment fit, and clear\\nsignals: Prerequisites: keep a sibling nomos-node checkout available; ensure the\\nchosen runner’s platform needs are met (local binaries for host runs, Docker\\nfor compose, cluster access for k8s). Artifacts: some scenarios depend on prover or circuit assets; fetch them\\nahead of time with the provided helper scripts when needed. Environment flags: use slow-environment toggles to relax timeouts, enable\\ntracing when debugging, and adjust observability ports to avoid clashes. Readiness checks: verify runners report node readiness before starting\\nworkloads; this avoids false negatives from starting too early. Failure triage: map failures to missing prerequisites (wallet seeding,\\nnode control availability), runner platform issues, or unmet expectations.\\nStart with liveness signals, then dive into workload-specific assertions. Treat operational hygiene—assets present, prerequisites satisfied, observability\\nreachable—as the first step to reliable scenario outcomes. Metrics and observability flow: Runner exposes endpoints/ports │ ▼\\nRuntime collects block/health signals │ ▼\\nExpectations consume signals to decide pass/fail │ ▼\\nOperators inspect logs/metrics when failures arise Mermaid view: flowchart TD Expose[Runner exposes endpoints/ports] --> Collect[Runtime collects block/health signals] Collect --> Consume[Expectations consume signals
decide pass/fail] Consume --> Inspect[Operators inspect logs/metrics
when failures arise]","breadcrumbs":"Part II — User Guide » Operations » Operations","id":"44","title":"Operations"},"45":{"body":"Deep dives for contributors who extend the framework, evolve its abstractions,\\nor maintain the crate set.","breadcrumbs":"Part III — Developer Reference » Part III — Developer Reference","id":"45","title":"Part III — Developer Reference"},"46":{"body":"The scenario model defines clear, composable responsibilities: Topology: a declarative description of the cluster—how many nodes, their\\nroles, and the broad network and data-availability characteristics. It\\nrepresents the intended shape of the system under test. Scenario: a plan combining topology, workloads, expectations, and a run\\nwindow. Building a scenario validates prerequisites (like seeded wallets) and\\nensures the run lasts long enough to observe meaningful block progression. Workloads: asynchronous tasks that generate traffic or conditions. They\\nuse shared context to interact with the deployed cluster and may bundle\\ndefault expectations. Expectations: post-run assertions. They can capture baselines before\\nworkloads start and evaluate success once activity stops. Runtime: coordinates workloads and expectations for the configured\\nduration, enforces cooldowns when control actions occur, and ensures cleanup\\nso runs do not leak resources. Developers extending the model should keep these boundaries strict: topology\\ndescribes, scenarios assemble, runners deploy, workloads drive, and expectations\\njudge outcomes. For guidance on adding new capabilities, see Extending the Framework.","breadcrumbs":"Part III — Developer Reference » Scenario Model (Developer Level) » Scenario Model (Developer Level)","id":"46","title":"Scenario Model (Developer Level)"},"47":{"body":"","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Extending the Framework","id":"47","title":"Extending the Framework"},"48":{"body":"Implement testing_framework_core::scenario::Workload: Provide a name and any bundled expectations. In init, derive inputs from GeneratedTopology and RunMetrics; fail\\nfast if prerequisites are missing (e.g., wallet data, node addresses). In start, drive async traffic using the RunContext clients. Expose the workload from a module under testing-framework/workflows and\\nconsider adding a DSL helper for ergonomic wiring.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding a workload","id":"48","title":"Adding a workload"},"49":{"body":"Implement testing_framework_core::scenario::Expectation: Use start_capture to snapshot baseline metrics. Use evaluate to assert outcomes after workloads finish; return all errors\\nso the runner can aggregate them. Export it from testing-framework/workflows if it is reusable.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding an expectation","id":"49","title":"Adding an expectation"},"5":{"body":"This framework embodies specific principles that shape how you author and run\\nscenarios. Understanding these principles helps you write effective tests and\\ninterpret results correctly.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Testing Philosophy","id":"5","title":"Testing Philosophy"},"50":{"body":"Implement testing_framework_core::scenario::Deployer for your backend. Produce a RunContext with NodeClients, metrics endpoints, and optional NodeControlHandle. Guard cleanup with CleanupGuard to reclaim resources even on failures. Mirror the readiness and block-feed probes used by the existing runners so\\nworkloads can rely on consistent signals.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding a runner","id":"50","title":"Adding a runner"},"51":{"body":"Extend testing_framework_core::topology::TopologyBuilder with new layouts or\\nconfiguration presets (e.g., specialized DA parameters). Keep defaults safe:\\nensure at least one participant and clamp dispersal factors as the current\\nhelpers do.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding topology helpers","id":"51","title":"Adding topology helpers"},"52":{"body":"A minimal, end-to-end illustration of adding a custom workload and matching\\nexpectation. This shows the shape of the traits and where to plug into the\\nframework; expand the logic to fit your real test.","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Example: New Workload & Expectation (Rust)","id":"52","title":"Example: New Workload & Expectation (Rust)"},"53":{"body":"Key ideas: name: identifies the workload in logs. expectations: workloads can bundle defaults so callers don’t forget checks. init: derive inputs from the generated topology (e.g., pick a target node). start: drive async activity using the shared RunContext. #![allow(unused)] fn main() {\\nuse std::sync::Arc;\\nuse async_trait::async_trait;\\nuse testing_framework_core::scenario::{ DynError, Expectation, RunContext, RunMetrics, Workload,\\n};\\nuse testing_framework_core::topology::GeneratedTopology; pub struct ReachabilityWorkload { target_idx: usize, bundled: Vec>,\\n} impl ReachabilityWorkload { pub fn new(target_idx: usize) -> Self { Self { target_idx, bundled: vec![Box::new(ReachabilityExpectation::new(target_idx))], } }\\n} #[async_trait]\\nimpl Workload for ReachabilityWorkload { fn name(&self) -> &\'static str { \\"reachability_workload\\" } fn expectations(&self) -> Vec> { self.bundled.clone() } fn init( &mut self, topology: &GeneratedTopology, _metrics: &RunMetrics, ) -> Result<(), DynError> { if topology.validators().get(self.target_idx).is_none() { return Err(\\"no validator at requested index\\".into()); } Ok(()) } async fn start(&self, ctx: &RunContext) -> Result<(), DynError> { let client = ctx .clients() .validators() .get(self.target_idx) .ok_or(\\"missing target client\\")?; // Pseudo-action: issue a lightweight RPC to prove reachability. client.health_check().await.map_err(|e| e.into()) }\\n} }","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Workload: simple reachability probe","id":"53","title":"Workload: simple reachability probe"},"54":{"body":"Key ideas: start_capture: snapshot baseline if needed (not used here). evaluate: assert the condition after workloads finish. #![allow(unused)] fn main() {\\nuse async_trait::async_trait;\\nuse testing_framework_core::scenario::{DynError, Expectation, RunContext}; pub struct ReachabilityExpectation { target_idx: usize,\\n} impl ReachabilityExpectation { pub fn new(target_idx: usize) -> Self { Self { target_idx } }\\n} #[async_trait]\\nimpl Expectation for ReachabilityExpectation { fn name(&self) -> &str { \\"target_reachable\\" } async fn evaluate(&mut self, ctx: &RunContext) -> Result<(), DynError> { let client = ctx .clients() .validators() .get(self.target_idx) .ok_or(\\"missing target client\\")?; client.health_check().await.map_err(|e| { format!(\\"target became unreachable during run: {e}\\").into() }) }\\n} }","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Expectation: confirm the target stayed reachable","id":"54","title":"Expectation: confirm the target stayed reachable"},"55":{"body":"Build your scenario as usual and call .with_workload(ReachabilityWorkload::new(0)). The bundled expectation is attached automatically; you can add more with .with_expectation(...) if needed. Keep the logic minimal and fast for smoke tests; grow it into richer probes\\nfor deeper scenarios.","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » How to wire it","id":"55","title":"How to wire it"},"56":{"body":"High-level roles of the crates that make up the framework: Configs: prepares reusable configuration primitives for nodes, networking,\\ntracing, data availability, and wallets, shared by all scenarios and runners. Core scenario orchestration: houses the topology and scenario model,\\nruntime coordination, node clients, and readiness/health probes. Workflows: packages workloads and expectations into reusable building\\nblocks and offers a fluent DSL to assemble them. Runners: implements deployment backends (local host, Docker Compose,\\nKubernetes) that all consume the same scenario plan. Test workflows: example scenarios and integration checks that exercise the\\nframework end to end and serve as living documentation. Use this map to locate where to add new capabilities: configuration primitives\\nin configs, orchestration changes in core, reusable traffic/assertions in\\nworkflows, environment adapters in runners, and demonstrations in tests.","breadcrumbs":"Part III — Developer Reference » Internal Crate Reference » Internal Crate Reference","id":"56","title":"Internal Crate Reference"},"57":{"body":"Quick-reference material and supporting guidance to keep scenarios discoverable,\\ndebuggable, and consistent.","breadcrumbs":"Part IV — Appendix » Part IV — Appendix","id":"57","title":"Part IV — Appendix"},"58":{"body":"The framework offers a fluent builder style to keep scenarios readable. Common\\nknobs: Topology shaping: set validator and executor counts, pick a network layout\\nstyle, and adjust high-level data-availability traits. Wallet seeding: define how many users participate and the total funds\\navailable for transaction workloads. Workload tuning: configure transaction rates, data-availability channel\\nand blob rates, and whether chaos restarts should include validators,\\nexecutors, or both. Expectations: attach liveness and workload-specific checks so success is\\nexplicit. Run window: set a minimum duration long enough for multiple blocks to be\\nobserved and verified. Use these knobs to express intent clearly, keeping scenario definitions concise\\nand consistent across teams.","breadcrumbs":"Part IV — Appendix » DSL Cheat Sheet » Core Content: DSL Cheat Sheet","id":"58","title":"Core Content: DSL Cheat Sheet"},"59":{"body":"Common symptoms and likely causes: No or slow block progression: runner started workloads before readiness, insufficient run window, or environment too slow—extend duration or enable slow-environment tuning. Transactions not included: missing or insufficient wallet seeding, misaligned transaction rate with block cadence, or network instability—reduce rate and verify wallet setup. Chaos stalls the run: node control not available for the chosen runner or restart cadence too aggressive—enable control capability and widen restart intervals. Observability gaps: metrics or logs unreachable because ports clash or services are not exposed—adjust observability ports and confirm runner wiring. Flaky behavior across runs: mixing chaos with functional smoke tests or inconsistent topology between environments—separate deterministic and chaos scenarios and standardize topology presets.","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Troubleshooting Scenarios","id":"59","title":"Troubleshooting Scenarios"},"6":{"body":"Describe what you want to test, not how to orchestrate it: #![allow(unused)] fn main() {\\n// Good: declarative\\nScenarioBuilder::with_node_counts(2, 1) .wallets(10) .transactions().rate(5).users(5).apply() .expect_consensus_liveness() .build(); // Bad: imperative (framework doesn\'t work this way)\\n// spawn_validator(); spawn_executor(); // loop { submit_tx(); check_block(); } } Why it matters: The framework handles deployment, readiness, and cleanup.\\nYou focus on test intent, not infrastructure orchestration.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Declarative over Imperative","id":"6","title":"Declarative over Imperative"},"60":{"body":"Why block-oriented timing? Using block cadence reduces dependence on host speed and keeps assertions aligned\\nwith protocol behavior. Can I reuse the same scenario across runners? Yes. The plan stays the same; swap runners (local, compose, k8s) to target\\ndifferent environments. When should I enable chaos workloads? Only when testing resilience or operational recovery; keep functional smoke\\ntests deterministic. How long should runs be? Long enough for multiple blocks so liveness and inclusion checks are\\nmeaningful; very short runs risk false confidence. Do I always need seeded wallets? Only for transaction scenarios. Data-availability or pure chaos scenarios may\\nnot require them, but liveness checks still need validators producing blocks. What if expectations fail but workloads “look fine”? Trust expectations first—they capture the intended success criteria. Use the\\nobservability signals and runner logs to pinpoint why the system missed the\\ntarget.","breadcrumbs":"Part IV — Appendix » FAQ » FAQ","id":"60","title":"FAQ"},"61":{"body":"Validator: node role responsible for participating in consensus and block\\nproduction. Executor: a validator node with the DA dispersal service enabled. Executors\\ncan submit transactions and disperse blob data to the DA network, in addition\\nto performing all validator functions. DA (Data Availability): subsystem ensuring blobs or channel data are\\npublished and retrievable for validation. Deployer: component that provisions infrastructure (spawns processes,\\ncreates containers, or launches pods), waits for readiness, and returns a\\nRunner. Examples: LocalDeployer, ComposeRunner, K8sRunner. Runner: component returned by deployers that orchestrates scenario\\nexecution—starts workloads, observes signals, evaluates expectations, and\\ntriggers cleanup. Workload: traffic or behavior generator that exercises the system during a\\nscenario run. Expectation: post-run assertion that judges whether the system met the\\nintended success criteria. Topology: declarative description of the cluster shape, roles, and\\nhigh-level parameters for a scenario. Scenario: immutable plan combining topology, workloads, expectations, and\\nrun duration. Blockfeed: stream of block observations used for liveness or inclusion\\nsignals during a run. Control capability: the ability for a runner to start, stop, or restart\\nnodes, used by chaos workloads.","breadcrumbs":"Part IV — Appendix » Glossary » Glossary","id":"61","title":"Glossary"},"7":{"body":"Reason in blocks and consensus intervals, not wall-clock seconds: #![allow(unused)] fn main() {\\n// Good: protocol-oriented thinking\\nlet mut plan = ScenarioBuilder::with_node_counts(2, 1) .wallets(10) .transactions().rate(5).users(5).apply() // 5 tx per block .with_run_duration(Duration::from_secs(60)) // Let framework calculate expected blocks .expect_consensus_liveness() // \\"Did we produce the expected blocks?\\" .build(); // Bad: wall-clock assumptions\\n// \\"I expect at least 30 blocks in 60 seconds\\"\\n// Brittle if readiness or startup takes longer on slow CI } Why it matters: Block production rate is fixed by consensus parameters (e.g.,\\n2-second slot duration), but node startup and readiness vary by environment—fast\\non a laptop, slow on overloaded CI. The framework measures in blocks (protocol\\ntime), not wall-clock seconds, so tests focus on “did consensus work?” rather\\nthan “was the hardware fast enough?”","breadcrumbs":"Part I — Foundations » Testing Philosophy » Protocol Time, Not Wall Time","id":"7","title":"Protocol Time, Not Wall Time"},"8":{"body":"Default scenarios are repeatable: Fixed topology Predictable traffic rates Deterministic checks Chaos is opt-in: #![allow(unused)] fn main() {\\n// Separate: functional test (deterministic)\\nlet mut plan = ScenarioBuilder::with_node_counts(2, 1) .wallets(10) .transactions().rate(5).users(5).apply() .expect_consensus_liveness() .build(); // Separate: chaos test (introduces randomness)\\nlet mut chaos_plan = ScenarioBuilder::with_node_counts(4, 1) .enable_node_control() .wallets(10) .chaos().restart() .min_delay(Duration::from_secs(15)) .max_delay(Duration::from_secs(25)) .target_cooldown(Duration::from_secs(45)) .apply() .transactions().rate(5).users(5).apply() .expect_consensus_liveness() .build(); } Why it matters: Mixing determinism with chaos creates noisy, hard-to-debug\\nfailures. Separate concerns make failures actionable.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Determinism First, Chaos When Needed","id":"8","title":"Determinism First, Chaos When Needed"},"9":{"body":"Prefer user-facing signals over internal state: Good checks: ✅ Blocks progressing at expected rate (liveness) ✅ Transactions included within N blocks (inclusion) ✅ DA blobs retrievable (availability) Avoid internal checks: ❌ Memory pool size ❌ Internal service state ❌ Cache hit rates Why it matters: User-facing signals reflect actual system health.\\nInternal state can be “healthy” while the system is broken from a user\\nperspective.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Observable Health Signals","id":"9","title":"Observable Health Signals"}},"length":62,"save":true},"fields":["title","body","breadcrumbs"],"index":{"body":{"root":{"0":{"df":2,"docs":{"10":{"tf":1.0},"24":{"tf":1.0}}},"1":{"0":{"0":{"df":1,"docs":{"29":{"tf":1.0}}},"df":3,"docs":{"10":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0}}},"df":9,"docs":{"10":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}},"2":{"0":{"df":1,"docs":{"29":{"tf":1.0}}},"df":5,"docs":{"26":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"33":{"tf":1.7320508075688772},"7":{"tf":1.0}}},"3":{"0":{"df":1,"docs":{"7":{"tf":1.0}}},"df":1,"docs":{"33":{"tf":1.4142135623730951}}},"5":{"0":{"df":1,"docs":{"29":{"tf":1.0}}},"df":2,"docs":{"31":{"tf":1.0},"7":{"tf":1.0}}},"6":{"0":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}},"7":{"df":2,"docs":{"32":{"tf":1.0},"33":{"tf":1.4142135623730951}}},"_":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":8,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"a":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"61":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"43":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"46":{"tf":1.0},"53":{"tf":1.0},"8":{"tf":1.0}}}},"v":{"df":9,"docs":{"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"46":{"tf":1.0},"53":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"19":{"tf":1.0},"21":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"37":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"56":{"tf":1.0}}}}},"d":{"df":4,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"48":{"tf":1.0}}}}}}},"df":6,"docs":{"46":{"tf":1.0},"48":{"tf":1.4142135623730951},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"23":{"tf":1.0},"44":{"tf":1.0},"58":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"28":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"49":{"tf":1.0}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"32":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}}}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":4,"docs":{"17":{"tf":1.0},"21":{"tf":1.4142135623730951},"38":{"tf":1.0},"60":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":15,"docs":{"10":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}}}}},"df":1,"docs":{"22":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"10":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"57":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":10,"docs":{"20":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"8":{"tf":1.0}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"4":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"44":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"15":{"tf":1.0},"46":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":12,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}}},"t":{"df":2,"docs":{"16":{"tf":1.0},"44":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"0":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{":":{":":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":12,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"46":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":6,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"17":{"tf":1.0},"38":{"tf":1.0},"5":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":16,"docs":{"0":{"tf":1.7320508075688772},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"38":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.4142135623730951},"46":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.7320508075688772},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"22":{"tf":1.0},"44":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"df":0,"docs":{}}}}},"b":{"(":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"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":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"4":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}}}}},"d":{"df":3,"docs":{"10":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"22":{"tf":1.0},"39":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"46":{"tf":1.0},"49":{"tf":1.0},"54":{"tf":1.0}}}}}},"i":{"c":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}}}},"df":2,"docs":{"36":{"tf":1.0},"4":{"tf":1.0}},"e":{"c":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":7,"docs":{"22":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"59":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"43":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":9,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"22":{"tf":1.0},"40":{"tf":1.0}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":6,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0},"59":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"44":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"b":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{"df":1,"docs":{"26":{"tf":1.0}}},"2":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":6,"docs":{"0":{"tf":1.7320508075688772},"17":{"tf":1.0},"19":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"44":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":18,"docs":{"0":{"tf":1.0},"10":{"tf":2.23606797749979},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.0},"35":{"tf":2.23606797749979},"46":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":2.0},"61":{"tf":1.4142135623730951},"7":{"tf":2.6457513110645907},"9":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"61":{"tf":1.0}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"0":{"tf":1.0},"1":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"18":{"tf":1.0},"20":{"tf":1.0},"26":{"tf":1.0},"58":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"46":{"tf":1.0}}}}},"df":1,"docs":{"35":{"tf":1.0}}},"df":0,"docs":{}}},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":9,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"13":{"tf":1.0},"29":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"o":{"a":{"d":{"df":1,"docs":{"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"9":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":16,"docs":{"12":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"46":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"58":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":5,"docs":{"21":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.7320508075688772},"55":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"z":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"33":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}},"c":{"(":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}},"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":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"9":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"59":{"tf":1.4142135623730951},"60":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"55":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"36":{"tf":1.0}}}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"46":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0}}}},"c":{"df":2,"docs":{"28":{"tf":1.0},"29":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"38":{"tf":1.0},"46":{"tf":1.0},"60":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"32":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"30":{"tf":1.0},"35":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":1,"docs":{"4":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"1":{"tf":1.0},"56":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"2":{"df":1,"docs":{"26":{"tf":1.0}}},"5":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"0":{"tf":1.0}}},"df":0,"docs":{}}}},"df":3,"docs":{"19":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.0}}}}}},"o":{"df":15,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"27":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":1.7320508075688772},"33":{"tf":1.0},"36":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.7320508075688772},"60":{"tf":1.4142135623730951},"61":{"tf":1.0},"8":{"tf":2.0}},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"46":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":16,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"44":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.4142135623730951},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"44":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"22":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"17":{"tf":1.4142135623730951},"22":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"59":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}}}}},"i":{"df":6,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0},"7":{"tf":1.4142135623730951}},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"51":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"44":{"tf":1.0},"59":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":5,"docs":{"12":{"tf":1.4142135623730951},"46":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0}},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"r":{"df":7,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"58":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"|":{"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":4,"docs":{"48":{"tf":1.0},"53":{"tf":1.7320508075688772},"54":{"tf":1.7320508075688772},"56":{"tf":1.0}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"33":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":12,"docs":{"1":{"tf":1.0},"13":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.7320508075688772},"42":{"tf":1.4142135623730951},"44":{"tf":1.0},"46":{"tf":1.0},"61":{"tf":1.0}},"—":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"46":{"tf":1.0}}}}}}}}}}}},"o":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"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":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"44":{"tf":1.0}}}}}}}}},"df":3,"docs":{"20":{"tf":1.4142135623730951},"35":{"tf":1.0},"44":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"14":{"tf":1.0},"23":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"61":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"22":{"tf":1.0},"38":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"18":{"tf":1.0},"4":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"3":{"tf":1.0},"61":{"tf":1.4142135623730951}}},"s":{"df":12,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"46":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"61":{"tf":1.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":4,"docs":{"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":4,"docs":{"12":{"tf":1.4142135623730951},"2":{"tf":1.0},"20":{"tf":1.0},"38":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"8":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"20":{"tf":1.0},"58":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"4":{"tf":1.0},"46":{"tf":1.0},"54":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"3":{"tf":1.0},"60":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":4,"docs":{"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"37":{"tf":1.7320508075688772},"56":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"r":{"df":10,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"54":{"tf":1.0},"59":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":8,"docs":{"0":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.4142135623730951},"27":{"tf":1.0},"31":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.7320508075688772}}}}}},"i":{"d":{"df":1,"docs":{"48":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.0},"39":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"35":{"tf":1.0},"50":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"m":{"df":3,"docs":{"15":{"tf":1.0},"44":{"tf":1.7320508075688772},"56":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"41":{"tf":1.0},"61":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"1":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"58":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"0":{"tf":1.0},"46":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":2,"docs":{"20":{"tf":1.0},"36":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":6,"docs":{"19":{"tf":1.4142135623730951},"36":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"59":{"tf":1.4142135623730951},"61":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":4,"docs":{"12":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"46":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"46":{"tf":1.0},"56":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"23":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":7,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"38":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"21":{"tf":1.0},"58":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"45":{"tf":1.0},"56":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"17":{"tf":1.0},"61":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":4,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"x":{"df":2,"docs":{"53":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"36":{"tf":1.0},"51":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":4,"docs":{"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"52":{"tf":1.0}}}}}}}},"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"[":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"a":{"df":8,"docs":{"0":{"tf":2.449489742783178},"22":{"tf":1.0},"26":{"tf":2.0},"30":{"tf":1.0},"37":{"tf":1.0},"51":{"tf":1.0},"61":{"tf":1.7320508075688772},"9":{"tf":1.0}},"t":{"a":{"df":13,"docs":{"0":{"tf":2.23606797749979},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"4":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":2,"docs":{"12":{"tf":1.0},"4":{"tf":1.0}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":3,"docs":{"40":{"tf":1.0},"44":{"tf":1.0},"8":{"tf":1.0}},"g":{"df":2,"docs":{"11":{"tf":1.0},"57":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"44":{"tf":1.0}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"r":{"df":8,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"3":{"tf":1.0},"46":{"tf":1.0},"6":{"tf":1.4142135623730951},"61":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"45":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":5,"docs":{"21":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"17":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"20":{"tf":1.0},"21":{"tf":1.0},"58":{"tf":1.0}}}}}}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":2,"docs":{"30":{"tf":1.0},"35":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"32":{"tf":1.0},"33":{"tf":1.0}}}},"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"16":{"tf":1.0},"56":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"44":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":21,"docs":{"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.7320508075688772},"38":{"tf":1.0},"4":{"tf":1.7320508075688772},"42":{"tf":1.0},"46":{"tf":1.4142135623730951},"56":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"(":{"&":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":9,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}}}},"df":0,"docs":{}}},"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":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"48":{"tf":1.0},"53":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":6,"docs":{"16":{"tf":1.0},"18":{"tf":1.4142135623730951},"3":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"46":{"tf":1.0},"61":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"11":{"tf":1.0},"8":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":6,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":1,"docs":{"36":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"14":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"60":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"41":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"57":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":3,"docs":{"0":{"tf":1.7320508075688772},"51":{"tf":1.0},"61":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"56":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"22":{"tf":1.0},"56":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"\'":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"n":{"df":3,"docs":{"12":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"[":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}},"df":8,"docs":{"12":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"3":{"tf":1.0},"38":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0}},"n":{"df":1,"docs":{"18":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"l":{"df":6,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.0},"48":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":13,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":4,"docs":{"12":{"tf":1.0},"31":{"tf":1.0},"54":{"tf":1.0},"61":{"tf":1.4142135623730951}}}}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"53":{"tf":1.7320508075688772},"54":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}},"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":7,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"7":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"12":{"tf":1.0}}}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"13":{"tf":1.0},"16":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"44":{"tf":1.0}}}}},"s":{"df":1,"docs":{"41":{"tf":1.0}},"i":{"df":1,"docs":{"17":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":3,"docs":{"12":{"tf":1.0},"29":{"tf":1.0},"4":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":6,"docs":{"0":{"tf":1.0},"21":{"tf":1.0},"44":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":5,"docs":{"27":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"8":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"d":{"df":4,"docs":{"16":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":2,"docs":{"10":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"15":{"tf":1.0},"3":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":6,"docs":{"10":{"tf":1.4142135623730951},"17":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"38":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.4142135623730951},"51":{"tf":1.0},"61":{"tf":1.0}}}}},"v":{"df":1,"docs":{"43":{"tf":1.0}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":19,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"38":{"tf":1.7320508075688772},"39":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.7320508075688772},"56":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"—":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"48":{"tf":1.0}}}}}}},"r":{"(":{"\\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"2":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"a":{"df":0,"docs":{},"l":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":8,"docs":{"12":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"38":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"54":{"tf":1.0},"61":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":3,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0}}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":6,"docs":{"15":{"tf":1.0},"23":{"tf":1.0},"28":{"tf":1.0},"52":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"4":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"r":{"df":6,"docs":{"0":{"tf":1.4142135623730951},"17":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":2.6457513110645907},"58":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":6,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":12,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":30,"docs":{"1":{"tf":1.0},"12":{"tf":2.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"20":{"tf":1.7320508075688772},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"35":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"43":{"tf":1.7320508075688772},"44":{"tf":1.4142135623730951},"46":{"tf":2.23606797749979},"48":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":2.0},"54":{"tf":1.7320508075688772},"55":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.7320508075688772},"7":{"tf":1.7320508075688772},"9":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}},"s":{"df":2,"docs":{"44":{"tf":1.4142135623730951},"48":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"—":{"a":{"d":{"df":0,"docs":{},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"20":{"tf":1.0},"21":{"tf":1.0},"58":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"13":{"tf":1.0},"30":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":2,"docs":{"16":{"tf":1.0},"34":{"tf":1.0}}}}}}},"}":{"\\"":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"54":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"f":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"15":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"51":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":4,"docs":{"12":{"tf":1.0},"29":{"tf":1.0},"48":{"tf":1.0},"60":{"tf":1.0}},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"36":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":7,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":2.0},"50":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}},"l":{"df":0,"docs":{},"s":{"df":3,"docs":{"10":{"tf":1.0},"44":{"tf":1.0},"60":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}}}},"q":{"df":1,"docs":{"60":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"17":{"tf":1.0},"37":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.0},"7":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"22":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"35":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"22":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"29":{"tf":1.4142135623730951},"32":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":1,"docs":{"60":{"tf":1.0}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"17":{"tf":1.0},"49":{"tf":1.0},"54":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"44":{"tf":1.0},"8":{"tf":1.0}},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"60":{"tf":1.0}}}}}}}}}},"t":{"df":6,"docs":{"15":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"52":{"tf":1.0}}},"x":{"df":2,"docs":{"7":{"tf":1.0},"8":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"38":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0}}},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":4,"docs":{"13":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"56":{"tf":1.0},"58":{"tf":1.0}}}}}}},"n":{"df":15,"docs":{"10":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"53":{"tf":2.449489742783178},"54":{"tf":2.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"o":{"c":{"df":0,"docs":{},"u":{"df":2,"docs":{"6":{"tf":1.0},"7":{"tf":1.0}},"s":{"df":3,"docs":{"0":{"tf":1.0},"15":{"tf":1.0},"44":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"38":{"tf":1.0},"4":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"t":{"!":{"(":{"\\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"4":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"2":{"tf":1.0},"21":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"48":{"tf":1.0},"49":{"tf":1.0}}}}}}}}}}},"df":16,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.4142135623730951},"2":{"tf":1.0},"3":{"tf":1.4142135623730951},"4":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0},"6":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}},"’":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"8":{"tf":1.0}}}}}}},"d":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"3":{"tf":1.0},"59":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"43":{"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":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"48":{"tf":1.0},"53":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":8,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"46":{"tf":1.0},"53":{"tf":1.0},"61":{"tf":1.0}}}}},"t":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}}}},"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":1,"docs":{"1":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"61":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"17":{"tf":1.0},"22":{"tf":1.0}}}},"df":0,"docs":{},"o":{"d":{"df":5,"docs":{"10":{"tf":1.0},"41":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"31":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"17":{"tf":1.0},"22":{"tf":1.0}}},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"29":{"tf":1.0},"30":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":1,"docs":{"55":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"14":{"tf":1.0},"46":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"1":{"tf":1.0},"14":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"12":{"tf":1.0}},"l":{"df":4,"docs":{"0":{"tf":1.0},"29":{"tf":1.0},"32":{"tf":1.0},"6":{"tf":1.0}}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"r":{"d":{"df":1,"docs":{"8":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"24":{"tf":1.0},"29":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"17":{"tf":1.0},"4":{"tf":1.0},"9":{"tf":1.4142135623730951}},"i":{"df":2,"docs":{"20":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":1,"docs":{"5":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"0":{"tf":1.0},"54":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":8,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"4":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"56":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"i":{"[":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"20":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"a":{"df":3,"docs":{"34":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"36":{"tf":1.0},"53":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"14":{"tf":1.0}},"i":{"df":1,"docs":{"45":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}}}}}},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.4142135623730951}}}},"l":{"df":2,"docs":{"53":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.0}}}}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":4,"docs":{"0":{"tf":1.4142135623730951},"58":{"tf":1.0},"59":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":7,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.0},"9":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"29":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"\\"":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"3":{"tf":1.0},"4":{"tf":1.4142135623730951},"6":{"tf":1.0},"61":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"12":{"tf":1.0},"21":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":3,"docs":{"20":{"tf":1.7320508075688772},"48":{"tf":1.0},"53":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"20":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"df":2,"docs":{"41":{"tf":1.0},"44":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"59":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":4,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"3":{"tf":1.0},"56":{"tf":1.0}}}},"n":{"d":{"df":4,"docs":{"17":{"tf":1.0},"46":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"0":{"tf":1.4142135623730951},"3":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":2,"docs":{"56":{"tf":1.0},"9":{"tf":2.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"5":{"tf":1.0}}}}}},"v":{"df":3,"docs":{"35":{"tf":1.0},"59":{"tf":1.0},"7":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"8":{"tf":1.0}},"t":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":2,"docs":{"44":{"tf":1.0},"53":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.0},"40":{"tf":1.0}}}},"’":{"df":1,"docs":{"0":{"tf":1.0}}}},"v":{"df":1,"docs":{"57":{"tf":1.0}}}},"j":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"g":{"df":4,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}}},"k":{"8":{"df":6,"docs":{"16":{"tf":1.0},"22":{"tf":1.0},"38":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"60":{"tf":1.0}},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"61":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":15,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.7320508075688772},"22":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951}}}},"y":{"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}}}},"n":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"58":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0},"56":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"13":{"tf":1.0},"7":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"21":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"40":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"26":{"tf":1.0},"4":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"15":{"tf":1.0},"21":{"tf":1.0},"3":{"tf":1.0},"51":{"tf":1.0},"58":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":3,"docs":{"12":{"tf":1.0},"30":{"tf":1.4142135623730951},"46":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":10,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"12":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"19":{"tf":1.0},"29":{"tf":1.0},"33":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"20":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":16,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"44":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.0},"9":{"tf":1.0}}}}},"o":{"a":{"d":{"df":3,"docs":{"25":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"61":{"tf":1.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":5,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":12,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"38":{"tf":1.4142135623730951},"4":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0}}},"t":{"df":1,"docs":{"56":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":3,"docs":{"53":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}},"i":{"c":{"df":3,"docs":{"36":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{}},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"44":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":7,"docs":{"10":{"tf":1.0},"17":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"42":{"tf":1.0},"7":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"60":{"tf":1.0}}},"p":{"df":3,"docs":{"22":{"tf":1.0},"40":{"tf":1.0},"6":{"tf":1.0}}},"s":{"df":1,"docs":{"15":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"r":{"df":2,"docs":{"12":{"tf":1.0},"4":{"tf":1.0}}},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"10":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"41":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":15,"docs":{"10":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"13":{"tf":1.0},"31":{"tf":1.0},"45":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":7,"docs":{"13":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"56":{"tf":1.0},"8":{"tf":1.0}}}},"n":{"df":0,"docs":{},"i":{"df":6,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.0}}}},"p":{"df":3,"docs":{"16":{"tf":1.0},"44":{"tf":1.0},"56":{"tf":1.0}}},"t":{"c":{"df":0,"docs":{},"h":{"df":4,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"29":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"57":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"17":{"tf":1.0},"42":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}},"x":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"0":{"df":1,"docs":{"32":{"tf":1.0}}},"5":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}},"2":{"5":{"df":2,"docs":{"27":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"4":{"0":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"y":{"b":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":8,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"46":{"tf":1.0},"60":{"tf":1.0}}}}},"t":{"df":1,"docs":{"21":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"30":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"2":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"44":{"tf":1.0},"61":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"c":{"df":5,"docs":{"12":{"tf":1.0},"44":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"59":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"0":{"df":1,"docs":{"33":{"tf":1.0}}},"5":{"df":2,"docs":{"27":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"3":{"0":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"22":{"tf":1.0},"24":{"tf":1.0},"40":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"10":{"tf":1.4142135623730951},"58":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":5,"docs":{"35":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}}},"x":{"df":2,"docs":{"59":{"tf":1.0},"8":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":7,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"46":{"tf":1.7320508075688772},"56":{"tf":1.0}}},"r":{"df":1,"docs":{"30":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"13":{"tf":1.0}}}},"df":1,"docs":{"48":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"32":{"tf":1.4142135623730951},"55":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"13":{"tf":1.0},"22":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":7,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.4142135623730951},"41":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":5,"docs":{"22":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"58":{"tf":1.0},"60":{"tf":1.0}}}}}}},"t":{"df":12,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"53":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"48":{"tf":1.0},"53":{"tf":1.0}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"df":1,"docs":{"9":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":12,"docs":{"21":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.4142135623730951},"8":{"tf":1.0}},"—":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"g":{"df":1,"docs":{"44":{"tf":1.0}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":11,"docs":{"0":{"tf":1.7320508075688772},"15":{"tf":1.0},"17":{"tf":1.0},"3":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"4":{"tf":1.0},"46":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"37":{"tf":1.0}}}}},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":4,"docs":{"46":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"56":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"50":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":25,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"12":{"tf":1.4142135623730951},"15":{"tf":1.7320508075688772},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"2":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"33":{"tf":1.0},"36":{"tf":1.7320508075688772},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.7320508075688772},"46":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.4142135623730951},"59":{"tf":1.0},"61":{"tf":1.7320508075688772},"7":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":2,"docs":{"22":{"tf":1.0},"8":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"df":6,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.7320508075688772},"44":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"{":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{":":{":":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"21":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"[":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":16,"docs":{"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.7320508075688772},"46":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"22":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"46":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"12":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"56":{"tf":1.0},"58":{"tf":1.0}}}}}},"k":{"(":{"_":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"\\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":10,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"53":{"tf":1.0}}},"n":{"c":{"df":3,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0}}},"df":5,"docs":{"15":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.4142135623730951},"43":{"tf":1.0},"51":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"42":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"0":{"tf":1.0},"17":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.4142135623730951},"44":{"tf":2.0},"60":{"tf":1.0}}}},"t":{"df":2,"docs":{"21":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"12":{"tf":1.0},"50":{"tf":1.0}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"56":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"61":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"21":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":8,"docs":{"12":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0}}}}},"df":1,"docs":{"31":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"3":{"tf":1.0},"36":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}}},"p":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"12":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"16":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"1":{"tf":1.0},"38":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"37":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"4":{"tf":1.0},"51":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":4,"docs":{"14":{"tf":1.0},"2":{"tf":1.0},"45":{"tf":1.0},"57":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":5,"docs":{"0":{"tf":1.0},"19":{"tf":1.0},"51":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.7320508075688772}}}}}},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"38":{"tf":1.0},"44":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":1,"docs":{"12":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"19":{"tf":1.0},"26":{"tf":1.0},"32":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":3,"docs":{"15":{"tf":1.0},"21":{"tf":2.0},"22":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":4,"docs":{"0":{"tf":1.0},"29":{"tf":1.0},"4":{"tf":1.0},"61":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"15":{"tf":1.0},"16":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"20":{"tf":1.0}}}}}}}},"l":{"a":{"df":0,"docs":{},"n":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":9,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"[":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":25,"docs":{"1":{"tf":1.0},"12":{"tf":2.23606797749979},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"20":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.4142135623730951},"3":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"38":{"tf":2.0},"39":{"tf":1.4142135623730951},"4":{"tf":1.0},"43":{"tf":1.4142135623730951},"46":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"44":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"52":{"tf":1.0}},"g":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"13":{"tf":1.0},"18":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"d":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"3":{"tf":1.0}}}},"df":0,"docs":{}},"df":4,"docs":{"37":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"59":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"46":{"tf":1.0},"61":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"14":{"tf":1.0},"22":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"9":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"15":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"38":{"tf":1.4142135623730951},"44":{"tf":2.0},"46":{"tf":1.0},"48":{"tf":1.0}}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}},"t":{"df":3,"docs":{"22":{"tf":1.0},"51":{"tf":1.0},"59":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"38":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.4142135623730951}}}}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"11":{"tf":1.0},"5":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"n":{"df":1,"docs":{"29":{"tf":1.4142135623730951}}}}}}},"o":{"b":{"df":0,"docs":{},"e":{"df":8,"docs":{"17":{"tf":1.0},"21":{"tf":1.0},"28":{"tf":1.0},"43":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}}}},"c":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"31":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":6,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"61":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":6,"docs":{"0":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"50":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.0}},"t":{"df":5,"docs":{"10":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":8,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"46":{"tf":1.0},"59":{"tf":1.0},"9":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":7,"docs":{"0":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"21":{"tf":1.0},"3":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"10":{"tf":1.0},"53":{"tf":1.0}},"r":{"df":1,"docs":{"44":{"tf":1.0}}}},"i":{"d":{"df":3,"docs":{"41":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":4,"docs":{"12":{"tf":1.4142135623730951},"4":{"tf":1.0},"43":{"tf":1.4142135623730951},"61":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"43":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"b":{"df":2,"docs":{"53":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"61":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"60":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"18":{"tf":1.0},"3":{"tf":1.0}}}}}}}},"q":{"a":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"24":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}}}}}},"r":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"12":{"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":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"36":{"tf":1.4142135623730951},"8":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"(":{"1":{"0":{"df":2,"docs":{"26":{"tf":1.0},"31":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":4,"docs":{"25":{"tf":1.0},"27":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":10,"docs":{"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"29":{"tf":2.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"12":{"tf":1.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"53":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"l":{"df":3,"docs":{"43":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0}},"e":{"df":0,"docs":{},"—":{"a":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":12,"docs":{"12":{"tf":1.4142135623730951},"15":{"tf":1.0},"27":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.7320508075688772},"44":{"tf":1.7320508075688772},"50":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.4142135623730951}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"56":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":3,"docs":{"0":{"tf":1.0},"3":{"tf":1.0},"52":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"1":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"50":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"19":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.7320508075688772},"60":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":3,"docs":{"13":{"tf":1.0},"21":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"45":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"38":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}},"x":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}}},"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"22":{"tf":1.0},"50":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"20":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"3":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"46":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":4,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":7,"docs":{"19":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"60":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":7,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"60":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"12":{"tf":1.0},"46":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":4,"docs":{"16":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"61":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":11,"docs":{"12":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"27":{"tf":1.4142135623730951},"31":{"tf":2.23606797749979},"32":{"tf":2.23606797749979},"33":{"tf":2.0},"36":{"tf":1.7320508075688772},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"61":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":14,"docs":{"22":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"38":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"61":{"tf":1.0},"9":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"4":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0},"61":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"15":{"tf":1.4142135623730951},"21":{"tf":1.0},"49":{"tf":1.0},"56":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":3,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"60":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"10":{"tf":1.0},"60":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":6,"docs":{"0":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.4142135623730951}}},"l":{"df":1,"docs":{"31":{"tf":1.7320508075688772}}}}},"p":{"c":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"48":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.7320508075688772},"54":{"tf":1.4142135623730951}}}}}}}}},"df":20,"docs":{"1":{"tf":1.0},"10":{"tf":1.7320508075688772},"12":{"tf":1.7320508075688772},"13":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.7320508075688772},"20":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.0},"38":{"tf":1.7320508075688772},"4":{"tf":1.7320508075688772},"42":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":2.0},"5":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.7320508075688772},"60":{"tf":1.4142135623730951},"61":{"tf":2.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"48":{"tf":1.0},"53":{"tf":1.4142135623730951}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":9,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":31,"docs":{"12":{"tf":1.0},"13":{"tf":1.4142135623730951},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"38":{"tf":1.7320508075688772},"39":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.7320508075688772},"44":{"tf":1.7320508075688772},"46":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.4142135623730951},"56":{"tf":1.7320508075688772},"59":{"tf":1.7320508075688772},"60":{"tf":1.7320508075688772},"61":{"tf":1.7320508075688772}},"’":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"43":{"tf":1.0}},"{":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"43":{"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":{},"i":{"df":0,"docs":{},"m":{"df":6,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"46":{"tf":1.0},"56":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"43":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"51":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":5,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"38":{"tf":1.4142135623730951},"56":{"tf":1.0},"60":{"tf":1.4142135623730951}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"0":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"44":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"24":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"2":{"df":4,"docs":{"25":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"3":{"df":3,"docs":{"24":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0}}},"4":{"df":3,"docs":{"27":{"tf":1.0},"30":{"tf":1.0},"8":{"tf":1.0}}},"5":{"df":1,"docs":{"31":{"tf":1.0}}},"7":{"df":2,"docs":{"32":{"tf":1.0},"33":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":30,"docs":{"1":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":2.23606797749979},"16":{"tf":1.7320508075688772},"17":{"tf":1.7320508075688772},"18":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":2.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"28":{"tf":1.0},"38":{"tf":1.7320508075688772},"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"46":{"tf":2.23606797749979},"5":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":2.23606797749979},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"60":{"tf":1.7320508075688772},"61":{"tf":2.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"42":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"a":{"df":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"44":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"22":{"tf":1.0},"7":{"tf":2.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"d":{"df":8,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}},"df":4,"docs":{"17":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.0},"46":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}},"f":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":3,"docs":{"21":{"tf":1.0},"53":{"tf":1.7320508075688772},"54":{"tf":1.7320508075688772}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"8":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"56":{"tf":1.0}},"i":{"c":{"df":5,"docs":{"0":{"tf":1.0},"41":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":6,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"38":{"tf":1.0},"45":{"tf":1.0},"58":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"16":{"tf":1.0},"41":{"tf":1.0},"59":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":10,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":7,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"0":{"tf":1.0},"10":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"60":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"w":{"df":4,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"23":{"tf":1.0},"52":{"tf":1.0}}}}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":13,"docs":{"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.4142135623730951},"22":{"tf":1.0},"38":{"tf":1.7320508075688772},"4":{"tf":1.0},"44":{"tf":2.23606797749979},"50":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"9":{"tf":1.7320508075688772}},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"44":{"tf":1.0}}},"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":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"24":{"tf":1.0},"53":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"33":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"n":{"df":3,"docs":{"26":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":3,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0}}}}},"t":{"df":1,"docs":{"15":{"tf":1.0}}},"z":{"df":0,"docs":{},"e":{"df":1,"docs":{"9":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}}},"w":{"df":3,"docs":{"44":{"tf":1.0},"59":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"35":{"tf":1.0}}}},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"17":{"tf":1.0},"3":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":5,"docs":{"21":{"tf":1.0},"24":{"tf":1.0},"55":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"49":{"tf":1.0},"54":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"o":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"3":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":1,"docs":{"61":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":6,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"36":{"tf":1.4142135623730951},"44":{"tf":1.0},"5":{"tf":1.0},"58":{"tf":1.0}},"i":{"df":1,"docs":{"17":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":3,"docs":{"22":{"tf":1.0},"39":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"41":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"59":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"22":{"tf":1.0},"59":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"df":0,"docs":{}},"_":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"49":{"tf":1.0},"54":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":14,"docs":{"12":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.7320508075688772},"46":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"7":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"e":{"df":3,"docs":{"12":{"tf":1.0},"22":{"tf":1.0},"9":{"tf":1.7320508075688772}}},"i":{"c":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}},"y":{"df":5,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"35":{"tf":1.4142135623730951},"54":{"tf":1.0},"60":{"tf":1.0}}}},"d":{":":{":":{"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":9,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{":":{":":{"a":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"53":{"tf":1.0}}},"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":{":":{":":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"24":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"21":{"tf":1.0},"44":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"60":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"p":{"df":3,"docs":{"12":{"tf":1.0},"46":{"tf":1.0},"61":{"tf":1.0}}}},"r":{"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"26":{"tf":1.0},"32":{"tf":1.4142135623730951}}}}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"58":{"tf":1.4142135623730951}}}}}},"u":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"25":{"tf":1.0},"36":{"tf":1.0}}}},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"6":{"tf":1.0}}}}},"df":6,"docs":{"0":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":1.0},"61":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"0":{"tf":1.0},"61":{"tf":1.0}}}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"42":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"57":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"13":{"tf":1.0},"22":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"27":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"30":{"tf":1.0}}}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"60":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":7,"docs":{"20":{"tf":1.4142135623730951},"3":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}}}}}}}},"t":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"7":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"2":{"0":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"0":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}},"4":{"5":{"df":2,"docs":{"27":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"6":{"0":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"53":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":5,"docs":{"17":{"tf":1.0},"36":{"tf":1.7320508075688772},"53":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"46":{"tf":1.0}}}}},"d":{"df":3,"docs":{"20":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"22":{"tf":1.0},"3":{"tf":1.4142135623730951},"58":{"tf":1.0}}},"r":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"21":{"tf":1.0},"30":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"c":{"a":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"33":{"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":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"25":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":31,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.0},"11":{"tf":1.0},"15":{"tf":2.0},"16":{"tf":1.7320508075688772},"17":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.7320508075688772},"30":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"36":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.4142135623730951},"52":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"59":{"tf":1.0},"6":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"50":{"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":{"49":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"{":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"54":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"53":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"51":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"7":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":3,"docs":{"13":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"e":{"df":14,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"3":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"35":{"tf":1.7320508075688772},"40":{"tf":1.0},"44":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.7320508075688772}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"35":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":6,"docs":{"15":{"tf":1.0},"20":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"44":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":9,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.7320508075688772},"35":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"36":{"tf":1.0}}},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":19,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.7320508075688772},"46":{"tf":1.7320508075688772},"51":{"tf":1.0},"53":{"tf":1.4142135623730951},"56":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"8":{"tf":1.0}},"y":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"g":{"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":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"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":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"15":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"56":{"tf":1.0}}},"k":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":14,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.7320508075688772},"43":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"61":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"52":{"tf":1.0},"58":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":21,"docs":{"0":{"tf":1.7320508075688772},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"21":{"tf":1.0},"25":{"tf":2.0},"26":{"tf":2.0},"27":{"tf":1.0},"29":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"5":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"5":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"16":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"19":{"tf":1.0},"61":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"36":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":3,"docs":{"22":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"39":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}}},"x":{"/":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"29":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"39":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"25":{"tf":1.0},"3":{"tf":1.4142135623730951},"46":{"tf":1.0},"48":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"54":{"tf":1.0},"59":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":3,"docs":{"33":{"tf":1.0},"4":{"tf":1.0},"56":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"31":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"17":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"16":{"tf":1.0}}}},"df":27,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":2.23606797749979},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.4142135623730951},"50":{"tf":1.0},"53":{"tf":2.23606797749979},"54":{"tf":1.7320508075688772},"56":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"19":{"tf":1.0},"58":{"tf":1.0},"9":{"tf":1.7320508075688772}},"s":{"(":{"1":{"0":{"df":4,"docs":{"26":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"3":{"0":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":2,"docs":{"25":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"z":{"df":2,"docs":{"53":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":22,"docs":{"0":{"tf":2.0},"13":{"tf":1.0},"17":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.7320508075688772},"37":{"tf":1.7320508075688772},"43":{"tf":1.0},"46":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"58":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":2.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"!":{"[":{"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":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"10":{"tf":1.0},"32":{"tf":1.0},"60":{"tf":1.0}},"f":{"df":1,"docs":{"13":{"tf":1.0}},"i":{"df":13,"docs":{"0":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"27":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"4":{"tf":1.0},"44":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":5,"docs":{"12":{"tf":1.0},"16":{"tf":1.0},"20":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"[":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"12":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"61":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":2.0}},"e":{"df":0,"docs":{},"t":{"df":12,"docs":{"15":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.0}},"s":{"(":{"1":{"0":{"0":{"df":1,"docs":{"30":{"tf":1.0}}},"df":5,"docs":{"25":{"tf":1.0},"27":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"2":{"0":{"df":4,"docs":{"26":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}},"df":0,"docs":{}},"5":{"0":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}},"y":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":1,"docs":{"12":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"21":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"58":{"tf":1.0},"61":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":8,"docs":{"10":{"tf":1.0},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"20":{"tf":1.0},"38":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":4,"docs":{"41":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.0},"59":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"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":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"2":{"0":{"df":3,"docs":{"26":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"0":{"0":{"df":1,"docs":{"31":{"tf":1.0}}},"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":1,"docs":{"10":{"tf":1.0}}},"6":{"0":{"0":{"df":1,"docs":{"30":{"tf":1.0}}},"df":4,"docs":{"10":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"9":{"0":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"0":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"0":{"tf":1.0},"35":{"tf":1.4142135623730951},"9":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"1":{"tf":1.0},"13":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":5,"docs":{"24":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"56":{"tf":1.7320508075688772}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":32,"docs":{"1":{"tf":1.0},"12":{"tf":2.449489742783178},"13":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.7320508075688772},"18":{"tf":1.4142135623730951},"19":{"tf":2.0},"20":{"tf":2.449489742783178},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"36":{"tf":1.7320508075688772},"38":{"tf":1.7320508075688772},"4":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"46":{"tf":2.23606797749979},"48":{"tf":1.4142135623730951},"49":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":2.23606797749979},"54":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.7320508075688772},"59":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"5":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"e":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"breadcrumbs":{"root":{"0":{"df":2,"docs":{"10":{"tf":1.0},"24":{"tf":1.0}}},"1":{"0":{"0":{"df":1,"docs":{"29":{"tf":1.0}}},"df":3,"docs":{"10":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0}}},"df":9,"docs":{"10":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}},"2":{"0":{"df":1,"docs":{"29":{"tf":1.0}}},"df":5,"docs":{"26":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"33":{"tf":1.7320508075688772},"7":{"tf":1.0}}},"3":{"0":{"df":1,"docs":{"7":{"tf":1.0}}},"df":1,"docs":{"33":{"tf":1.4142135623730951}}},"5":{"0":{"df":1,"docs":{"29":{"tf":1.0}}},"df":2,"docs":{"31":{"tf":1.0},"7":{"tf":1.0}}},"6":{"0":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}},"7":{"df":2,"docs":{"32":{"tf":1.0},"33":{"tf":1.4142135623730951}}},"_":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":8,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"a":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"61":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"43":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"46":{"tf":1.0},"53":{"tf":1.0},"8":{"tf":1.0}}}},"v":{"df":9,"docs":{"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"46":{"tf":1.0},"53":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"19":{"tf":1.0},"21":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"37":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"56":{"tf":1.0}}}}},"d":{"df":4,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"48":{"tf":1.0}}}}}}},"df":6,"docs":{"46":{"tf":1.0},"48":{"tf":1.7320508075688772},"49":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"52":{"tf":1.0}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"23":{"tf":1.0},"44":{"tf":1.0},"58":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":10,"docs":{"28":{"tf":2.0},"29":{"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}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"49":{"tf":1.0}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"32":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}}}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":4,"docs":{"17":{"tf":1.0},"21":{"tf":1.4142135623730951},"38":{"tf":1.0},"60":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":15,"docs":{"10":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}}}}},"df":1,"docs":{"22":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"10":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.7320508075688772}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":5,"docs":{"57":{"tf":1.7320508075688772},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":10,"docs":{"20":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"8":{"tf":1.0}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"4":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"44":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":10,"docs":{"28":{"tf":1.0},"29":{"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}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"15":{"tf":1.0},"46":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":12,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}}},"t":{"df":2,"docs":{"16":{"tf":1.0},"44":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"0":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{":":{":":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":12,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"46":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":6,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"17":{"tf":1.7320508075688772},"38":{"tf":1.0},"5":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":16,"docs":{"0":{"tf":1.7320508075688772},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"38":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.4142135623730951},"46":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.7320508075688772},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"22":{"tf":1.0},"44":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"df":0,"docs":{}}}}},"b":{"(":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"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":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"4":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}}}}},"d":{"df":3,"docs":{"10":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"22":{"tf":1.0},"39":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"46":{"tf":1.0},"49":{"tf":1.0},"54":{"tf":1.0}}}}}},"i":{"c":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}}}},"df":2,"docs":{"36":{"tf":1.0},"4":{"tf":1.0}},"e":{"c":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":7,"docs":{"22":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"59":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"43":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":9,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"22":{"tf":1.7320508075688772},"40":{"tf":1.0}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":6,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0},"59":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"44":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"b":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{"df":1,"docs":{"26":{"tf":1.0}}},"2":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":6,"docs":{"0":{"tf":1.7320508075688772},"17":{"tf":1.0},"19":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"44":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":18,"docs":{"0":{"tf":1.0},"10":{"tf":2.23606797749979},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.0},"35":{"tf":2.449489742783178},"46":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":2.0},"61":{"tf":1.4142135623730951},"7":{"tf":2.6457513110645907},"9":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"61":{"tf":1.0}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"0":{"tf":1.0},"1":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"18":{"tf":1.0},"20":{"tf":1.0},"26":{"tf":1.0},"58":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"46":{"tf":1.0}}}}},"df":1,"docs":{"35":{"tf":1.0}}},"df":0,"docs":{}}},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":9,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"13":{"tf":1.0},"29":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"o":{"a":{"d":{"df":1,"docs":{"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"9":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":16,"docs":{"12":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"46":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"58":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":5,"docs":{"21":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.7320508075688772},"55":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"z":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"33":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}},"c":{"(":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}},"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":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"9":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"59":{"tf":1.4142135623730951},"60":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"55":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"36":{"tf":1.0}}}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"46":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0}}}},"c":{"df":2,"docs":{"28":{"tf":1.0},"29":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"38":{"tf":1.0},"46":{"tf":1.0},"60":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"32":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"30":{"tf":1.0},"35":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":1,"docs":{"4":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"1":{"tf":1.0},"56":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"2":{"df":1,"docs":{"26":{"tf":1.0}}},"5":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"0":{"tf":1.0}}},"df":0,"docs":{}}}},"df":3,"docs":{"19":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.0}}}}}},"o":{"df":15,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"27":{"tf":1.7320508075688772},"31":{"tf":1.0},"32":{"tf":2.0},"33":{"tf":1.0},"36":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.7320508075688772},"60":{"tf":1.4142135623730951},"61":{"tf":1.0},"8":{"tf":2.23606797749979}},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"46":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.7320508075688772}}}},"c":{"df":0,"docs":{},"k":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":16,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"44":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.4142135623730951},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"44":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"22":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"17":{"tf":1.4142135623730951},"22":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"59":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}}}}},"i":{"df":6,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0},"7":{"tf":1.4142135623730951}},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"51":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"44":{"tf":1.0},"59":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":5,"docs":{"12":{"tf":1.4142135623730951},"46":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0}},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"r":{"df":7,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"58":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"|":{"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":4,"docs":{"48":{"tf":1.0},"53":{"tf":1.7320508075688772},"54":{"tf":1.7320508075688772},"56":{"tf":1.0}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"33":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":12,"docs":{"1":{"tf":1.0},"13":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.7320508075688772},"42":{"tf":1.4142135623730951},"44":{"tf":1.0},"46":{"tf":1.0},"61":{"tf":1.0}},"—":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"46":{"tf":1.0}}}}}}}}}}}},"o":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"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":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"44":{"tf":1.0}}}}}}}}},"df":3,"docs":{"20":{"tf":1.4142135623730951},"35":{"tf":1.0},"44":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"14":{"tf":1.0},"23":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"61":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"43":{"tf":1.4142135623730951},"58":{"tf":1.0},"59":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"22":{"tf":1.0},"38":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"18":{"tf":1.0},"4":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"3":{"tf":1.0},"61":{"tf":1.4142135623730951}}},"s":{"df":12,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"46":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"61":{"tf":1.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":4,"docs":{"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":4,"docs":{"12":{"tf":2.0},"2":{"tf":1.0},"20":{"tf":1.0},"38":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"8":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"20":{"tf":1.0},"58":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"4":{"tf":1.0},"46":{"tf":1.0},"54":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"3":{"tf":1.0},"60":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":4,"docs":{"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"37":{"tf":2.0},"56":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"r":{"df":10,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"54":{"tf":1.4142135623730951},"59":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":8,"docs":{"0":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.7320508075688772},"27":{"tf":1.0},"31":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.7320508075688772}}}}}},"i":{"d":{"df":1,"docs":{"48":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.0},"39":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"35":{"tf":1.4142135623730951},"50":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"m":{"df":3,"docs":{"15":{"tf":1.0},"44":{"tf":1.7320508075688772},"56":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"41":{"tf":1.0},"61":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"1":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"17":{"tf":1.0},"18":{"tf":1.7320508075688772},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.7320508075688772},"58":{"tf":1.4142135623730951}}}},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"0":{"tf":1.7320508075688772},"46":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":2,"docs":{"20":{"tf":1.0},"36":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":6,"docs":{"19":{"tf":1.4142135623730951},"36":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"59":{"tf":1.4142135623730951},"61":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":4,"docs":{"12":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"46":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"46":{"tf":1.0},"56":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"23":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":9,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.7320508075688772},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.7320508075688772},"56":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"38":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"21":{"tf":1.0},"58":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"45":{"tf":1.0},"56":{"tf":2.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"17":{"tf":1.0},"61":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":4,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"x":{"df":2,"docs":{"53":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"36":{"tf":1.0},"51":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":4,"docs":{"35":{"tf":1.4142135623730951},"36":{"tf":1.7320508075688772},"37":{"tf":1.4142135623730951},"52":{"tf":1.0}}}}}}}},"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"[":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"a":{"df":8,"docs":{"0":{"tf":2.449489742783178},"22":{"tf":1.0},"26":{"tf":2.23606797749979},"30":{"tf":1.0},"37":{"tf":1.0},"51":{"tf":1.0},"61":{"tf":1.7320508075688772},"9":{"tf":1.0}},"t":{"a":{"df":13,"docs":{"0":{"tf":2.23606797749979},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"4":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":2,"docs":{"12":{"tf":1.0},"4":{"tf":1.0}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":3,"docs":{"40":{"tf":1.0},"44":{"tf":1.0},"8":{"tf":1.0}},"g":{"df":2,"docs":{"11":{"tf":1.0},"57":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"44":{"tf":1.0}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"r":{"df":8,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"3":{"tf":1.0},"46":{"tf":1.0},"6":{"tf":1.7320508075688772},"61":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"45":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":5,"docs":{"21":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"17":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"20":{"tf":1.0},"21":{"tf":1.0},"58":{"tf":1.0}}}}}}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":2,"docs":{"30":{"tf":1.0},"35":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"32":{"tf":1.0},"33":{"tf":1.0}}}},"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"16":{"tf":1.0},"56":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"44":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":21,"docs":{"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":2.0},"38":{"tf":1.0},"4":{"tf":1.7320508075688772},"42":{"tf":1.0},"46":{"tf":1.4142135623730951},"56":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"(":{"&":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":9,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}}}},"df":0,"docs":{}}},"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":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"48":{"tf":1.0},"53":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":6,"docs":{"16":{"tf":1.0},"18":{"tf":1.4142135623730951},"3":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"46":{"tf":1.0},"61":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"13":{"tf":1.7320508075688772}}}}}},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"11":{"tf":1.0},"8":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":16,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0},"45":{"tf":1.7320508075688772},"46":{"tf":2.23606797749979},"47":{"tf":1.0},"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},"55":{"tf":1.0},"56":{"tf":1.0}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":1,"docs":{"36":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"14":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"60":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"41":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"57":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":3,"docs":{"0":{"tf":1.7320508075688772},"51":{"tf":1.0},"61":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.4142135623730951},"44":{"tf":1.0},"56":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"22":{"tf":1.0},"56":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"\'":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"n":{"df":3,"docs":{"12":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"[":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}},"df":8,"docs":{"12":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"3":{"tf":1.0},"38":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0}},"n":{"df":1,"docs":{"18":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"l":{"df":6,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.0},"48":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.7320508075688772}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":13,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":4,"docs":{"12":{"tf":1.0},"31":{"tf":1.0},"54":{"tf":1.0},"61":{"tf":1.4142135623730951}}}}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"53":{"tf":1.7320508075688772},"54":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}},"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":7,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"7":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"12":{"tf":1.0}}}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"13":{"tf":1.0},"16":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"44":{"tf":1.0}}}}},"s":{"df":1,"docs":{"41":{"tf":1.0}},"i":{"df":1,"docs":{"17":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":3,"docs":{"12":{"tf":1.0},"29":{"tf":1.0},"4":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":6,"docs":{"0":{"tf":1.0},"21":{"tf":1.0},"44":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":5,"docs":{"27":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"8":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"d":{"df":4,"docs":{"16":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":2,"docs":{"10":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"15":{"tf":1.0},"3":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":6,"docs":{"10":{"tf":1.4142135623730951},"17":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"38":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.4142135623730951},"51":{"tf":1.0},"61":{"tf":1.0}}}}},"v":{"df":1,"docs":{"43":{"tf":1.0}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":19,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"38":{"tf":1.7320508075688772},"39":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.7320508075688772},"56":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"—":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"48":{"tf":1.0}}}}}}},"r":{"(":{"\\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"2":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"a":{"df":0,"docs":{},"l":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":8,"docs":{"12":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"38":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"54":{"tf":1.0},"61":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":3,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0}}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":22,"docs":{"15":{"tf":1.0},"23":{"tf":1.7320508075688772},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.7320508075688772},"29":{"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},"52":{"tf":1.7320508075688772},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"4":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"r":{"df":6,"docs":{"0":{"tf":1.4142135623730951},"17":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":2.8284271247461903},"58":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":6,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":12,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":31,"docs":{"1":{"tf":1.0},"12":{"tf":2.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":2.0},"19":{"tf":1.0},"20":{"tf":2.23606797749979},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"35":{"tf":1.7320508075688772},"38":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"43":{"tf":2.0},"44":{"tf":1.4142135623730951},"46":{"tf":2.23606797749979},"48":{"tf":1.0},"49":{"tf":1.4142135623730951},"52":{"tf":2.0},"53":{"tf":2.23606797749979},"54":{"tf":2.23606797749979},"55":{"tf":1.4142135623730951},"56":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.7320508075688772},"7":{"tf":1.7320508075688772},"9":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}},"s":{"df":2,"docs":{"44":{"tf":1.4142135623730951},"48":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"—":{"a":{"d":{"df":0,"docs":{},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"20":{"tf":1.0},"21":{"tf":1.0},"58":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":9,"docs":{"13":{"tf":1.0},"30":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":1.7320508075688772},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.4142135623730951}}},"df":0,"docs":{},"s":{"df":2,"docs":{"16":{"tf":1.0},"34":{"tf":1.4142135623730951}}}}}}},"}":{"\\"":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"54":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"f":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"15":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"51":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":4,"docs":{"12":{"tf":1.0},"29":{"tf":1.0},"48":{"tf":1.0},"60":{"tf":1.0}},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"36":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":7,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":2.0},"50":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}},"l":{"df":0,"docs":{},"s":{"df":3,"docs":{"10":{"tf":1.0},"44":{"tf":1.0},"60":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}}}},"q":{"df":1,"docs":{"60":{"tf":1.7320508075688772}}},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"17":{"tf":1.0},"37":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.0},"7":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"22":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"35":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"22":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"29":{"tf":1.4142135623730951},"32":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":1,"docs":{"60":{"tf":1.0}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"17":{"tf":1.0},"49":{"tf":1.0},"54":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"44":{"tf":1.0},"8":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"60":{"tf":1.0}}}}}}}}}},"t":{"df":6,"docs":{"15":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"52":{"tf":1.0}}},"x":{"df":2,"docs":{"7":{"tf":1.0},"8":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"38":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0}}},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":4,"docs":{"13":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"56":{"tf":1.0},"58":{"tf":1.0}}}}}}},"n":{"df":15,"docs":{"10":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"53":{"tf":2.449489742783178},"54":{"tf":2.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"o":{"c":{"df":0,"docs":{},"u":{"df":2,"docs":{"6":{"tf":1.0},"7":{"tf":1.0}},"s":{"df":3,"docs":{"0":{"tf":1.0},"15":{"tf":1.0},"44":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"38":{"tf":1.0},"4":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"t":{"!":{"(":{"\\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"4":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":13,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"2":{"tf":1.7320508075688772},"21":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"48":{"tf":1.0},"49":{"tf":1.0}}}}}}}}}}},"df":20,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.4142135623730951},"2":{"tf":1.0},"3":{"tf":1.4142135623730951},"4":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.7320508075688772},"48":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0},"6":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}},"’":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"8":{"tf":1.0}}}}}}},"d":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"3":{"tf":1.0},"59":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"43":{"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":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"48":{"tf":1.0},"53":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":8,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"46":{"tf":1.0},"53":{"tf":1.0},"61":{"tf":1.0}}}}},"t":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}}}},"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":1,"docs":{"1":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"61":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"17":{"tf":1.0},"22":{"tf":1.0}}}},"df":0,"docs":{},"o":{"d":{"df":5,"docs":{"10":{"tf":1.0},"41":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"31":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"17":{"tf":1.0},"22":{"tf":1.0}}},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"29":{"tf":1.0},"30":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":1,"docs":{"55":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"14":{"tf":1.0},"46":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}},"df":32,"docs":{"1":{"tf":1.0},"14":{"tf":1.7320508075688772},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"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}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"12":{"tf":1.0}},"l":{"df":4,"docs":{"0":{"tf":1.0},"29":{"tf":1.0},"32":{"tf":1.0},"6":{"tf":1.0}}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"r":{"d":{"df":1,"docs":{"8":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"24":{"tf":1.0},"29":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"17":{"tf":1.0},"4":{"tf":1.0},"9":{"tf":1.7320508075688772}},"i":{"df":2,"docs":{"20":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":1,"docs":{"5":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.7320508075688772}}}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"0":{"tf":1.0},"54":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":8,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"4":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"56":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"i":{"[":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"20":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"a":{"df":3,"docs":{"34":{"tf":1.4142135623730951},"53":{"tf":1.0},"54":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"36":{"tf":1.0},"53":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"i":{"df":31,"docs":{"14":{"tf":1.7320508075688772},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"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}},"i":{"df":12,"docs":{"45":{"tf":1.7320508075688772},"46":{"tf":1.0},"47":{"tf":1.0},"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},"55":{"tf":1.0},"56":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}}}}}},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.7320508075688772}}}},"l":{"df":2,"docs":{"53":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.0}}}}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":4,"docs":{"0":{"tf":1.4142135623730951},"58":{"tf":1.0},"59":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":7,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.0},"9":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"29":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"\\"":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"3":{"tf":1.0},"4":{"tf":1.4142135623730951},"6":{"tf":1.0},"61":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"12":{"tf":1.0},"21":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":3,"docs":{"20":{"tf":1.7320508075688772},"48":{"tf":1.0},"53":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"20":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"df":2,"docs":{"41":{"tf":1.0},"44":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"59":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":4,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"3":{"tf":1.0},"56":{"tf":1.0}}}},"n":{"d":{"df":4,"docs":{"17":{"tf":1.0},"46":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"0":{"tf":1.4142135623730951},"3":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":2,"docs":{"56":{"tf":1.7320508075688772},"9":{"tf":2.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"5":{"tf":1.0}}}}}},"v":{"df":3,"docs":{"35":{"tf":1.0},"59":{"tf":1.0},"7":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"8":{"tf":1.0}},"t":{"df":1,"docs":{"3":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":2,"docs":{"44":{"tf":1.0},"53":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.0},"40":{"tf":1.0}}}},"’":{"df":1,"docs":{"0":{"tf":1.0}}}},"v":{"df":5,"docs":{"57":{"tf":1.7320508075688772},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}}},"j":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"g":{"df":4,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}}},"k":{"8":{"df":6,"docs":{"16":{"tf":1.0},"22":{"tf":1.0},"38":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"60":{"tf":1.0}},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"61":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":15,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.7320508075688772},"22":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951}}}},"y":{"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}}}},"n":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"58":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.4142135623730951},"56":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"13":{"tf":1.0},"7":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"21":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"40":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"26":{"tf":1.0},"4":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"15":{"tf":1.7320508075688772},"21":{"tf":1.0},"3":{"tf":1.0},"51":{"tf":1.0},"58":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":3,"docs":{"12":{"tf":1.0},"30":{"tf":1.4142135623730951},"46":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":10,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.7320508075688772},"56":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"12":{"tf":2.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"19":{"tf":1.0},"29":{"tf":1.0},"33":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"20":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":16,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.4142135623730951},"3":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"44":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.0},"9":{"tf":1.0}}}}},"o":{"a":{"d":{"df":3,"docs":{"25":{"tf":1.0},"29":{"tf":1.4142135623730951},"30":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"61":{"tf":1.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":5,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":12,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"38":{"tf":1.4142135623730951},"4":{"tf":1.0},"40":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0}}},"t":{"df":1,"docs":{"56":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":3,"docs":{"53":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}},"i":{"c":{"df":3,"docs":{"36":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{}},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"44":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":7,"docs":{"10":{"tf":1.0},"17":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"42":{"tf":1.0},"7":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"60":{"tf":1.0}}},"p":{"df":3,"docs":{"22":{"tf":1.0},"40":{"tf":1.0},"6":{"tf":1.0}}},"s":{"df":1,"docs":{"15":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"r":{"df":2,"docs":{"12":{"tf":1.0},"4":{"tf":1.0}}},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"10":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"41":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":15,"docs":{"10":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"13":{"tf":1.0},"31":{"tf":1.0},"45":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":7,"docs":{"13":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"56":{"tf":1.0},"8":{"tf":1.0}}}},"n":{"df":0,"docs":{},"i":{"df":6,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.0}}}},"p":{"df":3,"docs":{"16":{"tf":1.0},"44":{"tf":1.0},"56":{"tf":1.0}}},"t":{"c":{"df":0,"docs":{},"h":{"df":4,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"29":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"57":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"17":{"tf":1.0},"42":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}},"x":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"0":{"df":1,"docs":{"32":{"tf":1.0}}},"5":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}},"2":{"5":{"df":2,"docs":{"27":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"4":{"0":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"y":{"b":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":8,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"46":{"tf":1.0},"60":{"tf":1.0}}}}},"t":{"df":1,"docs":{"21":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"30":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"2":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"44":{"tf":1.0},"61":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"c":{"df":5,"docs":{"12":{"tf":1.0},"44":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"59":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"0":{"df":1,"docs":{"33":{"tf":1.0}}},"5":{"df":2,"docs":{"27":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"3":{"0":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"22":{"tf":1.0},"24":{"tf":1.0},"40":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"10":{"tf":1.7320508075688772},"58":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":5,"docs":{"35":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}}},"x":{"df":2,"docs":{"59":{"tf":1.0},"8":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":7,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"46":{"tf":2.23606797749979},"56":{"tf":1.0}}},"r":{"df":1,"docs":{"30":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"13":{"tf":1.0}}}},"df":1,"docs":{"48":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"32":{"tf":1.4142135623730951},"55":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"13":{"tf":1.0},"22":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":7,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.4142135623730951},"41":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":5,"docs":{"22":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"58":{"tf":1.0},"60":{"tf":1.0}}}}}}},"t":{"df":12,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"53":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"48":{"tf":1.0},"53":{"tf":1.0}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"df":1,"docs":{"9":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":12,"docs":{"21":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"g":{"df":1,"docs":{"44":{"tf":1.0}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":11,"docs":{"0":{"tf":1.7320508075688772},"15":{"tf":1.0},"17":{"tf":1.0},"3":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"4":{"tf":1.0},"46":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"37":{"tf":1.0}}}}},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":7,"docs":{"46":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.7320508075688772},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"50":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":25,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"12":{"tf":1.4142135623730951},"15":{"tf":1.7320508075688772},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"2":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"33":{"tf":1.0},"36":{"tf":1.7320508075688772},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.7320508075688772},"46":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.4142135623730951},"59":{"tf":1.0},"61":{"tf":1.7320508075688772},"7":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":2,"docs":{"22":{"tf":1.0},"8":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"df":6,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.7320508075688772},"44":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"{":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{":":{":":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"21":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"[":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":16,"docs":{"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.7320508075688772},"46":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"22":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"46":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"12":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"56":{"tf":1.0},"58":{"tf":1.0}}}}}},"k":{"(":{"_":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"\\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":10,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"53":{"tf":1.0}}},"n":{"c":{"df":3,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0}}},"df":5,"docs":{"15":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.4142135623730951},"43":{"tf":1.0},"51":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"42":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"0":{"tf":1.0},"17":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.4142135623730951},"44":{"tf":2.449489742783178},"60":{"tf":1.0}}}},"t":{"df":2,"docs":{"21":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"12":{"tf":1.0},"50":{"tf":1.0}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"56":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"61":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"21":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":8,"docs":{"12":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0}}}}},"df":1,"docs":{"31":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"3":{"tf":1.0},"36":{"tf":1.0},"6":{"tf":1.4142135623730951},"9":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.7320508075688772}}}}}}}}}},"p":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"12":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"16":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"1":{"tf":1.0},"38":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"37":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"4":{"tf":1.0},"51":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":60,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.7320508075688772},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.7320508075688772},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"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},"4":{"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.7320508075688772},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.7320508075688772},"58":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":5,"docs":{"0":{"tf":1.0},"19":{"tf":1.0},"51":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":2.0}}}}}},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"38":{"tf":1.0},"44":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":1,"docs":{"12":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"19":{"tf":1.0},"26":{"tf":1.0},"32":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":3,"docs":{"15":{"tf":1.0},"21":{"tf":2.449489742783178},"22":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":4,"docs":{"0":{"tf":1.0},"29":{"tf":1.0},"4":{"tf":1.0},"61":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":7,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"5":{"tf":1.7320508075688772},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"15":{"tf":1.0},"16":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"20":{"tf":1.0}}}}}}}},"l":{"a":{"df":0,"docs":{},"n":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":9,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"[":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":25,"docs":{"1":{"tf":1.0},"12":{"tf":2.23606797749979},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"20":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.4142135623730951},"3":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"38":{"tf":2.0},"39":{"tf":1.4142135623730951},"4":{"tf":1.0},"43":{"tf":1.4142135623730951},"46":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"44":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"52":{"tf":1.0}},"g":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"13":{"tf":1.0},"18":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"d":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"3":{"tf":1.0}}}},"df":0,"docs":{}},"df":4,"docs":{"37":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"59":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"46":{"tf":1.0},"61":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"14":{"tf":1.0},"22":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"9":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"15":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"38":{"tf":1.4142135623730951},"44":{"tf":2.0},"46":{"tf":1.0},"48":{"tf":1.0}}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}},"t":{"df":3,"docs":{"22":{"tf":1.0},"51":{"tf":1.0},"59":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"38":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":2.0}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.4142135623730951}}}}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"11":{"tf":1.0},"5":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"n":{"df":1,"docs":{"29":{"tf":1.4142135623730951}}}}}}},"o":{"b":{"df":0,"docs":{},"e":{"df":8,"docs":{"17":{"tf":1.0},"21":{"tf":1.0},"28":{"tf":1.0},"43":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.0}}}},"c":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"31":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":6,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"61":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":6,"docs":{"0":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"50":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.0}},"t":{"df":5,"docs":{"10":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":8,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"29":{"tf":1.4142135623730951},"3":{"tf":1.0},"35":{"tf":1.0},"46":{"tf":1.0},"59":{"tf":1.0},"9":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":7,"docs":{"0":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"21":{"tf":1.0},"3":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":2.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"10":{"tf":1.0},"53":{"tf":1.0}},"r":{"df":1,"docs":{"44":{"tf":1.0}}}},"i":{"d":{"df":3,"docs":{"41":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":4,"docs":{"12":{"tf":1.4142135623730951},"4":{"tf":1.0},"43":{"tf":1.4142135623730951},"61":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"43":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"b":{"df":2,"docs":{"53":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"61":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"60":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"18":{"tf":1.0},"3":{"tf":1.0}}}}}}}},"q":{"a":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"24":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}}}}}},"r":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"12":{"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":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"36":{"tf":1.4142135623730951},"8":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"(":{"1":{"0":{"df":2,"docs":{"26":{"tf":1.0},"31":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":4,"docs":{"25":{"tf":1.0},"27":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":10,"docs":{"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"29":{"tf":2.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"12":{"tf":1.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"53":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"l":{"df":3,"docs":{"43":{"tf":1.0},"53":{"tf":1.7320508075688772},"54":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"—":{"a":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":12,"docs":{"12":{"tf":1.4142135623730951},"15":{"tf":1.0},"27":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.7320508075688772},"44":{"tf":1.7320508075688772},"50":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.4142135623730951}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"56":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":3,"docs":{"0":{"tf":1.0},"3":{"tf":1.0},"52":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"1":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"50":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"19":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":2.0},"60":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":3,"docs":{"13":{"tf":1.0},"21":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":13,"docs":{"45":{"tf":1.7320508075688772},"46":{"tf":1.0},"47":{"tf":1.0},"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},"55":{"tf":1.0},"56":{"tf":2.0},"57":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"38":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}},"x":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}}},"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"22":{"tf":1.0},"50":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"20":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"3":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"46":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":4,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":7,"docs":{"19":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"60":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":7,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"27":{"tf":1.7320508075688772},"28":{"tf":1.0},"60":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"12":{"tf":1.0},"46":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":4,"docs":{"16":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"61":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":11,"docs":{"12":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"27":{"tf":1.4142135623730951},"31":{"tf":2.449489742783178},"32":{"tf":2.23606797749979},"33":{"tf":2.0},"36":{"tf":2.0},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"61":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":14,"docs":{"22":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"38":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"61":{"tf":1.0},"9":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"4":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0},"61":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"15":{"tf":1.4142135623730951},"21":{"tf":1.0},"49":{"tf":1.0},"56":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":3,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"60":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"10":{"tf":1.0},"60":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":6,"docs":{"0":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.4142135623730951}}},"l":{"df":1,"docs":{"31":{"tf":2.0}}}}},"p":{"c":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"48":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.7320508075688772},"54":{"tf":1.4142135623730951}}}}}}}}},"df":20,"docs":{"1":{"tf":1.0},"10":{"tf":2.0},"12":{"tf":1.7320508075688772},"13":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.7320508075688772},"20":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.0},"38":{"tf":2.23606797749979},"4":{"tf":1.7320508075688772},"42":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":2.0},"5":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.7320508075688772},"60":{"tf":1.4142135623730951},"61":{"tf":2.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"48":{"tf":1.0},"53":{"tf":1.4142135623730951}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":9,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":31,"docs":{"12":{"tf":1.0},"13":{"tf":1.4142135623730951},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"38":{"tf":1.7320508075688772},"39":{"tf":2.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.7320508075688772},"41":{"tf":1.7320508075688772},"42":{"tf":1.7320508075688772},"43":{"tf":2.0},"44":{"tf":1.7320508075688772},"46":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.7320508075688772},"56":{"tf":1.7320508075688772},"59":{"tf":1.7320508075688772},"60":{"tf":1.7320508075688772},"61":{"tf":1.7320508075688772}},"’":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"43":{"tf":1.0}},"{":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"43":{"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":{},"i":{"df":0,"docs":{},"m":{"df":6,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"46":{"tf":1.0},"56":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"43":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"52":{"tf":1.7320508075688772},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"51":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":5,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"38":{"tf":1.4142135623730951},"56":{"tf":1.0},"60":{"tf":1.4142135623730951}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"0":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"44":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"24":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"2":{"df":4,"docs":{"25":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"3":{"df":3,"docs":{"24":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0}}},"4":{"df":3,"docs":{"27":{"tf":1.0},"30":{"tf":1.0},"8":{"tf":1.0}}},"5":{"df":1,"docs":{"31":{"tf":1.0}}},"7":{"df":2,"docs":{"32":{"tf":1.0},"33":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.7320508075688772}}}}}}}},"df":0,"docs":{}}}}},"df":30,"docs":{"1":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.7320508075688772},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":2.23606797749979},"16":{"tf":1.7320508075688772},"17":{"tf":2.23606797749979},"18":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":2.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"28":{"tf":1.0},"38":{"tf":2.23606797749979},"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"46":{"tf":2.6457513110645907},"5":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":2.23606797749979},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":2.0},"60":{"tf":1.7320508075688772},"61":{"tf":2.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"42":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"a":{"df":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"44":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"22":{"tf":1.0},"7":{"tf":2.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"d":{"df":8,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}},"df":4,"docs":{"17":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.0},"46":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}},"f":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":3,"docs":{"21":{"tf":1.0},"53":{"tf":1.7320508075688772},"54":{"tf":1.7320508075688772}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"8":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"56":{"tf":1.0}},"i":{"c":{"df":5,"docs":{"0":{"tf":1.0},"41":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":6,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"38":{"tf":1.0},"45":{"tf":1.0},"58":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"16":{"tf":1.0},"41":{"tf":1.0},"59":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":10,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":7,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.7320508075688772}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"0":{"tf":1.0},"10":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"60":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"w":{"df":4,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"23":{"tf":1.0},"52":{"tf":1.0}}}}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":13,"docs":{"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.4142135623730951},"22":{"tf":1.0},"38":{"tf":1.7320508075688772},"4":{"tf":1.0},"44":{"tf":2.23606797749979},"50":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"9":{"tf":2.0}},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"44":{"tf":1.0}}},"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":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"24":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"33":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"n":{"df":3,"docs":{"26":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":3,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0}}}}},"t":{"df":1,"docs":{"15":{"tf":1.0}}},"z":{"df":0,"docs":{},"e":{"df":1,"docs":{"9":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}}},"w":{"df":3,"docs":{"44":{"tf":1.0},"59":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"35":{"tf":1.0}}}},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"17":{"tf":1.0},"3":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":5,"docs":{"21":{"tf":1.0},"24":{"tf":1.0},"55":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"49":{"tf":1.0},"54":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"o":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"3":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":1,"docs":{"61":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":6,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"36":{"tf":1.4142135623730951},"44":{"tf":1.0},"5":{"tf":1.0},"58":{"tf":1.0}},"i":{"df":1,"docs":{"17":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":3,"docs":{"22":{"tf":1.0},"39":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"41":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"59":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"22":{"tf":1.0},"59":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"df":0,"docs":{}},"_":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"49":{"tf":1.0},"54":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":14,"docs":{"12":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.7320508075688772},"46":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"7":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"e":{"df":3,"docs":{"12":{"tf":1.0},"22":{"tf":1.0},"9":{"tf":1.7320508075688772}}},"i":{"c":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}},"y":{"df":5,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"35":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"60":{"tf":1.0}}}},"d":{":":{":":{"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":9,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{":":{":":{"a":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"53":{"tf":1.0}}},"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":{":":{":":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"24":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"21":{"tf":1.0},"44":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"60":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"p":{"df":3,"docs":{"12":{"tf":1.0},"46":{"tf":1.0},"61":{"tf":1.0}}}},"r":{"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"26":{"tf":1.0},"32":{"tf":1.4142135623730951}}}}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"58":{"tf":1.4142135623730951}}}}}},"u":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"25":{"tf":1.0},"36":{"tf":1.0}}}},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"6":{"tf":1.0}}}}},"df":6,"docs":{"0":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":1.0},"61":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"0":{"tf":1.0},"61":{"tf":1.0}}}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"42":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"57":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"13":{"tf":1.0},"22":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"27":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"30":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"60":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":7,"docs":{"20":{"tf":1.4142135623730951},"3":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}}}}}}}},"t":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"7":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"2":{"0":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"0":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}},"4":{"5":{"df":2,"docs":{"27":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"6":{"0":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"53":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":5,"docs":{"17":{"tf":1.0},"36":{"tf":2.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.7320508075688772},"60":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"46":{"tf":1.0}}}}},"d":{"df":3,"docs":{"20":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"22":{"tf":1.0},"3":{"tf":1.4142135623730951},"58":{"tf":1.0}}},"r":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"21":{"tf":1.0},"30":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"c":{"a":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"33":{"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":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"25":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":33,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.4142135623730951},"15":{"tf":2.0},"16":{"tf":1.7320508075688772},"17":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.7320508075688772},"28":{"tf":1.0},"29":{"tf":1.4142135623730951},"3":{"tf":1.7320508075688772},"30":{"tf":1.7320508075688772},"31":{"tf":1.4142135623730951},"32":{"tf":1.7320508075688772},"33":{"tf":1.7320508075688772},"36":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":2.0},"52":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"59":{"tf":1.0},"6":{"tf":1.7320508075688772},"60":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951},"8":{"tf":1.7320508075688772},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"50":{"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":{"49":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"{":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"54":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"53":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"51":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"7":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":3,"docs":{"13":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"e":{"df":14,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"3":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"35":{"tf":2.0},"40":{"tf":1.0},"44":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":2.23606797749979}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"35":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":6,"docs":{"15":{"tf":1.0},"20":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"44":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":9,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.7320508075688772},"35":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"36":{"tf":1.0}}},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":19,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.7320508075688772},"46":{"tf":1.7320508075688772},"51":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"56":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"8":{"tf":1.0}},"y":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"g":{"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":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"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":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"15":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"56":{"tf":1.0}}},"k":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":14,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.7320508075688772},"43":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"61":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"52":{"tf":1.0},"58":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":21,"docs":{"0":{"tf":1.7320508075688772},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"21":{"tf":1.0},"25":{"tf":2.23606797749979},"26":{"tf":2.23606797749979},"27":{"tf":1.0},"29":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"5":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"5":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"16":{"tf":1.7320508075688772}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"19":{"tf":1.0},"61":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.7320508075688772}}}}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"36":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":3,"docs":{"22":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"39":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}}},"x":{"/":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"29":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"39":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"25":{"tf":1.0},"3":{"tf":1.4142135623730951},"46":{"tf":1.0},"48":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"54":{"tf":1.0},"59":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":3,"docs":{"33":{"tf":1.0},"4":{"tf":1.0},"56":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"31":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"17":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"16":{"tf":1.0}}}},"df":27,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":2.23606797749979},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.4142135623730951},"50":{"tf":1.0},"53":{"tf":2.23606797749979},"54":{"tf":1.7320508075688772},"56":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":33,"docs":{"14":{"tf":1.7320508075688772},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"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},"58":{"tf":1.0},"9":{"tf":1.7320508075688772}},"s":{"(":{"1":{"0":{"df":4,"docs":{"26":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"3":{"0":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":2,"docs":{"25":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"z":{"df":2,"docs":{"53":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":22,"docs":{"0":{"tf":2.0},"13":{"tf":1.0},"17":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.7320508075688772},"37":{"tf":2.0},"43":{"tf":1.0},"46":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"58":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":2.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"!":{"[":{"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":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"10":{"tf":1.0},"32":{"tf":1.0},"60":{"tf":1.0}},"f":{"df":1,"docs":{"13":{"tf":1.0}},"i":{"df":13,"docs":{"0":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"27":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"4":{"tf":1.0},"44":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":5,"docs":{"12":{"tf":1.0},"16":{"tf":1.0},"20":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"[":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"12":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"61":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":2.23606797749979}},"e":{"df":0,"docs":{},"t":{"df":12,"docs":{"15":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.0}},"s":{"(":{"1":{"0":{"0":{"df":1,"docs":{"30":{"tf":1.0}}},"df":5,"docs":{"25":{"tf":1.0},"27":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"2":{"0":{"df":4,"docs":{"26":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}},"df":0,"docs":{}},"5":{"0":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}},"y":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":1,"docs":{"12":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"21":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"58":{"tf":1.0},"61":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":8,"docs":{"10":{"tf":1.4142135623730951},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"20":{"tf":1.0},"38":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":4,"docs":{"41":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.4142135623730951},"59":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"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":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"2":{"0":{"df":3,"docs":{"26":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"0":{"0":{"df":1,"docs":{"31":{"tf":1.0}}},"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":1,"docs":{"10":{"tf":1.0}}},"6":{"0":{"0":{"df":1,"docs":{"30":{"tf":1.0}}},"df":4,"docs":{"10":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"9":{"0":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"0":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"0":{"tf":1.0},"35":{"tf":1.4142135623730951},"9":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"1":{"tf":1.0},"13":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":5,"docs":{"24":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"56":{"tf":1.7320508075688772}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":33,"docs":{"1":{"tf":1.0},"12":{"tf":2.449489742783178},"13":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.7320508075688772},"18":{"tf":2.0},"19":{"tf":2.449489742783178},"20":{"tf":2.6457513110645907},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"25":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"36":{"tf":2.0},"38":{"tf":1.7320508075688772},"4":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"46":{"tf":2.23606797749979},"48":{"tf":1.7320508075688772},"49":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":2.0},"53":{"tf":2.6457513110645907},"54":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.7320508075688772},"59":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"15":{"tf":2.0},"16":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"5":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"e":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"title":{"root":{"a":{"d":{"df":4,"docs":{"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"32":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"57":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"17":{"tf":1.0}}}}}}}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":3,"docs":{"27":{"tf":1.0},"32":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"43":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"37":{"tf":1.0}}},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"24":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"58":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"58":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"56":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":3,"docs":{"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0}}}}}}}},"d":{"a":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"37":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"45":{"tf":1.0},"46":{"tf":1.0}}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"l":{"df":1,"docs":{"58":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"23":{"tf":1.0},"28":{"tf":1.0},"52":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"36":{"tf":1.0}}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"18":{"tf":1.0},"20":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}},"f":{"a":{"df":0,"docs":{},"q":{"df":1,"docs":{"60":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"47":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"61":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"14":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"51":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":1,"docs":{"14":{"tf":1.0}},"i":{"df":1,"docs":{"45":{"tf":1.0}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"56":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"v":{"df":1,"docs":{"57":{"tf":1.0}}}},"k":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"46":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"24":{"tf":1.0}}}}},"o":{"a":{"d":{"df":2,"docs":{"29":{"tf":1.0},"30":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"40":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"10":{"tf":1.0}}}}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"46":{"tf":1.0}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}},"w":{"df":1,"docs":{"52":{"tf":1.0}}}}},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"9":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"44":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"14":{"tf":1.0},"2":{"tf":1.0},"45":{"tf":1.0},"57":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"o":{"b":{"df":0,"docs":{},"e":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"29":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"33":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"45":{"tf":1.0},"56":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"31":{"tf":1.0},"36":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"df":2,"docs":{"10":{"tf":1.0},"38":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"50":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":5,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"38":{"tf":1.0},"46":{"tf":1.0},"59":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"24":{"tf":1.0},"53":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"30":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"36":{"tf":1.0},"54":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"5":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"51":{"tf":1.0}}}}}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"25":{"tf":1.0},"26":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":1,"docs":{"16":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"10":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"55":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":8,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"36":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"lang":"English","pipeline":["trimmer","stopWordFilter","stemmer"],"ref":"id","version":"0.9.5"},"results_options":{"limit_results":30,"teaser_word_count":30},"search_options":{"bool":"OR","expand":true,"fields":{"body":{"boost":1},"breadcrumbs":{"boost":1},"title":{"boost":2}}}}')); \ No newline at end of file diff --git a/docs/searchindex-7fa2cce0.js b/docs/searchindex-7fa2cce0.js new file mode 100644 index 0000000..2bc7142 --- /dev/null +++ b/docs/searchindex-7fa2cce0.js @@ -0,0 +1 @@ +window.search = Object.assign(window.search, JSON.parse('{"doc_urls":["project-context-primer.html#project-context-primer","what-you-will-learn.html#what-you-will-learn","part-i.html#part-i--foundations","introduction.html#introduction","introduction.html#how-to-use-this-book","architecture-overview.html#architecture-overview","testing-philosophy.html#testing-philosophy","testing-philosophy.html#declarative-over-imperative","testing-philosophy.html#protocol-time-not-wall-time","testing-philosophy.html#determinism-first-chaos-when-needed","testing-philosophy.html#observable-health-signals","testing-philosophy.html#minimum-run-windows","testing-philosophy.html#summary","scenario-lifecycle.html#scenario-lifecycle-conceptual","design-rationale.html#design-rationale","part-ii.html#part-ii--user-guide","workspace-layout.html#workspace-layout","annotated-tree.html#annotated-tree","authoring-scenarios.html#authoring-scenarios","workloads.html#core-content-workloads--expectations","workloads.html#workloads","workloads.html#expectations","scenario-builder-ext-patterns.html#core-content-scenariobuilderext-patterns","usage-patterns.html#usage-patterns","best-practices.html#best-practices","examples.html#examples","examples.html#simple-2-validator-transaction-workload","examples.html#da--transaction-workload","examples.html#chaos--liveness-check","examples-advanced.html#advanced--artificial-examples","examples-advanced.html#synthetic-delay-workload-network-latency-simulation","examples-advanced.html#oscillating-load-workload-traffic-waves","examples-advanced.html#byzantine-behavior-mock","examples-advanced.html#custom-expectation-block-finality-drift","examples-advanced.html#custom-deployer-dry-run-deployer","examples-advanced.html#stochastic-topology-generator","examples-advanced.html#multi-phase-scenario-pipelines","running-scenarios.html#running-scenarios","runners.html#runners","runners.html#local-runner","runners.html#docker-compose-runner","runners.html#kubernetes-runner","runners.html#common-expectations","chaos.html#chaos-workloads","chaos.html#how-it-works","chaos.html#usage","chaos.html#expectations-to-pair","chaos.html#best-practices","node-control.html#node-control--runcontext","node-control.html#accessing-node-control-in-workloadsexpectations","node-control.html#current-api-surface","node-control.html#considerations","topology-chaos.html#topology--chaos-patterns","topology-chaos.html#node-control-availability","topology-chaos.html#chaos-patterns-to-consider","topology-chaos.html#expectations-to-pair","topology-chaos.html#guidance","operations.html#operations","part-iii.html#part-iii--developer-reference","scenario-model.html#scenario-model-developer-level","extending.html#extending-the-framework","extending.html#adding-a-workload","extending.html#adding-an-expectation","extending.html#adding-a-runner","extending.html#adding-topology-helpers","custom-workload-example.html#example-new-workload--expectation-rust","custom-workload-example.html#workload-simple-reachability-probe","custom-workload-example.html#expectation-confirm-the-target-stayed-reachable","custom-workload-example.html#how-to-wire-it","internal-crate-reference.html#internal-crate-reference","part-iv.html#part-iv--appendix","dsl-cheat-sheet.html#core-content-dsl-cheat-sheet","troubleshooting.html#troubleshooting-scenarios","faq.html#faq","glossary.html#glossary"],"index":{"documentStore":{"docInfo":{"0":{"body":106,"breadcrumbs":6,"title":3},"1":{"body":26,"breadcrumbs":2,"title":1},"10":{"body":51,"breadcrumbs":7,"title":3},"11":{"body":40,"breadcrumbs":7,"title":3},"12":{"body":26,"breadcrumbs":5,"title":1},"13":{"body":115,"breadcrumbs":8,"title":3},"14":{"body":68,"breadcrumbs":6,"title":2},"15":{"body":10,"breadcrumbs":8,"title":4},"16":{"body":94,"breadcrumbs":8,"title":2},"17":{"body":59,"breadcrumbs":8,"title":2},"18":{"body":101,"breadcrumbs":8,"title":2},"19":{"body":18,"breadcrumbs":12,"title":4},"2":{"body":10,"breadcrumbs":4,"title":2},"20":{"body":38,"breadcrumbs":9,"title":1},"21":{"body":71,"breadcrumbs":9,"title":1},"22":{"body":84,"breadcrumbs":12,"title":4},"23":{"body":84,"breadcrumbs":8,"title":2},"24":{"body":96,"breadcrumbs":8,"title":2},"25":{"body":14,"breadcrumbs":6,"title":1},"26":{"body":28,"breadcrumbs":10,"title":5},"27":{"body":31,"breadcrumbs":8,"title":3},"28":{"body":37,"breadcrumbs":8,"title":3},"29":{"body":19,"breadcrumbs":10,"title":3},"3":{"body":89,"breadcrumbs":4,"title":1},"30":{"body":41,"breadcrumbs":13,"title":6},"31":{"body":37,"breadcrumbs":12,"title":5},"32":{"body":34,"breadcrumbs":10,"title":3},"33":{"body":41,"breadcrumbs":12,"title":5},"34":{"body":39,"breadcrumbs":12,"title":5},"35":{"body":35,"breadcrumbs":10,"title":3},"36":{"body":40,"breadcrumbs":11,"title":4},"37":{"body":75,"breadcrumbs":8,"title":2},"38":{"body":20,"breadcrumbs":6,"title":1},"39":{"body":16,"breadcrumbs":7,"title":2},"4":{"body":57,"breadcrumbs":5,"title":2},"40":{"body":23,"breadcrumbs":8,"title":3},"41":{"body":17,"breadcrumbs":7,"title":2},"42":{"body":61,"breadcrumbs":7,"title":2},"43":{"body":14,"breadcrumbs":8,"title":2},"44":{"body":56,"breadcrumbs":7,"title":1},"45":{"body":40,"breadcrumbs":7,"title":1},"46":{"body":24,"breadcrumbs":8,"title":2},"47":{"body":26,"breadcrumbs":8,"title":2},"48":{"body":28,"breadcrumbs":10,"title":3},"49":{"body":53,"breadcrumbs":11,"title":4},"5":{"body":93,"breadcrumbs":6,"title":2},"50":{"body":43,"breadcrumbs":10,"title":3},"51":{"body":32,"breadcrumbs":8,"title":1},"52":{"body":11,"breadcrumbs":10,"title":3},"53":{"body":16,"breadcrumbs":10,"title":3},"54":{"body":57,"breadcrumbs":10,"title":3},"55":{"body":24,"breadcrumbs":9,"title":2},"56":{"body":35,"breadcrumbs":8,"title":1},"57":{"body":152,"breadcrumbs":6,"title":1},"58":{"body":10,"breadcrumbs":8,"title":4},"59":{"body":116,"breadcrumbs":12,"title":4},"6":{"body":17,"breadcrumbs":6,"title":2},"60":{"body":0,"breadcrumbs":8,"title":2},"61":{"body":39,"breadcrumbs":8,"title":2},"62":{"body":21,"breadcrumbs":8,"title":2},"63":{"body":29,"breadcrumbs":8,"title":2},"64":{"body":21,"breadcrumbs":9,"title":3},"65":{"body":19,"breadcrumbs":14,"title":5},"66":{"body":121,"breadcrumbs":13,"title":4},"67":{"body":68,"breadcrumbs":14,"title":5},"68":{"body":24,"breadcrumbs":10,"title":1},"69":{"body":91,"breadcrumbs":10,"title":3},"7":{"body":36,"breadcrumbs":7,"title":3},"70":{"body":10,"breadcrumbs":6,"title":3},"71":{"body":84,"breadcrumbs":11,"title":5},"72":{"body":86,"breadcrumbs":7,"title":2},"73":{"body":99,"breadcrumbs":5,"title":1},"74":{"body":89,"breadcrumbs":5,"title":1},"8":{"body":40,"breadcrumbs":8,"title":4},"9":{"body":52,"breadcrumbs":8,"title":4}},"docs":{"0":{"body":"This book focuses on the Nomos Testing Framework. It assumes familiarity with\\nthe Nomos architecture, but for completeness, here is a short primer. Nomos is a modular blockchain protocol composed of validators, executors,\\nand a data-availability (DA) subsystem. Validators participate in consensus, produce blocks, and verify and sample\\nDA data. Executors are validators extended with DA blob dispersal capabilities,\\nallowing them to both produce blocks and submit data to the DA network. Data Availability (DA) ensures that data referenced in blocks is\\npublished and retrievable. Validators verify and sample DA data, while\\nexecutors additionally disperse blobs to the DA network. This includes channel\\ndata and blob submissions used by workloads. These components interact tightly—validators must coordinate on consensus,\\nexecutors must disperse and retrieve DA blobs, and all nodes must maintain\\nnetwork connectivity and timing synchronization. Meaningful testing therefore\\nrequires multi-node environments that exercise real consensus, networking, and\\nDA subsystem behavior together.","breadcrumbs":"Project Context Primer » Project Context Primer","id":"0","title":"Project Context Primer"},"1":{"body":"This book gives you a clear mental model for Nomos multi-node testing, shows how\\nto author scenarios that pair realistic workloads with explicit expectations,\\nand guides you to run them across local, containerized, and cluster environments\\nwithout changing the plan.","breadcrumbs":"What You Will Learn » What You Will Learn","id":"1","title":"What You Will Learn"},"10":{"body":"Prefer user-facing signals over internal state: Good checks: ✅ Blocks progressing at expected rate (liveness) ✅ Transactions included within N blocks (inclusion) ✅ DA blobs retrievable (availability) Avoid internal checks: ❌ Memory pool size ❌ Internal service state ❌ Cache hit rates Why it matters: User-facing signals reflect actual system health.\\nInternal state can be “healthy” while the system is broken from a user\\nperspective.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Observable Health Signals","id":"10","title":"Observable Health Signals"},"11":{"body":"Always run long enough for meaningful block production: #![allow(unused)] fn main() {\\n// Bad: too short\\n.with_run_duration(Duration::from_secs(5)) // Maybe 0-1 blocks // Good: enough blocks for assertions\\n.with_run_duration(Duration::from_secs(60)) // ~10+ blocks } The framework enforces minimum durations, but be explicit. Very short runs\\nrisk false confidence—one lucky block doesn’t prove liveness.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Minimum Run Windows","id":"11","title":"Minimum Run Windows"},"12":{"body":"These principles keep scenarios: Portable across environments (protocol time, declarative) Debuggable (determinism, separation of concerns) Meaningful (observable signals, sufficient duration) When authoring scenarios, ask: “Does this test the protocol behavior or\\nmy local environment quirks?”","breadcrumbs":"Part I — Foundations » Testing Philosophy » Summary","id":"12","title":"Summary"},"13":{"body":"Build the plan: Declare a topology, attach workloads and expectations, and set the run window. The plan is the single source of truth for what will happen. Deploy: Hand the plan to a runner. It provisions the environment on the chosen backend and waits for nodes to signal readiness. Drive workloads: Start traffic and behaviors (transactions, data-availability activity, restarts) for the planned duration. Observe blocks and signals: Track block progression and other high-level metrics during or after the run window to ground assertions in protocol time. Evaluate expectations: Once activity stops (and optional cooldown completes), check liveness and workload-specific outcomes to decide pass or fail. Cleanup: Tear down resources so successive runs start fresh and do not inherit leaked state. Conceptual lifecycle diagram: Plan → Deploy → Readiness → Drive Workloads → Observe → Evaluate → Cleanup Mermaid view: flowchart LR P[Plan
topology + workloads + expectations] --> D[Deploy
runner provisions] D --> R[Readiness
wait for nodes] R --> W[Drive Workloads] W --> O[Observe
blocks/metrics] O --> E[Evaluate Expectations] E --> C[Cleanup]","breadcrumbs":"Part I — Foundations » Scenario Lifecycle (Conceptual) » Scenario Lifecycle (Conceptual)","id":"13","title":"Scenario Lifecycle (Conceptual)"},"14":{"body":"Modular crates keep configuration, orchestration, workloads, and runners decoupled so each can evolve without breaking the others. Pluggable runners let the same scenario run on a laptop, a Docker host, or a Kubernetes cluster, making validation portable across environments. Separated workloads and expectations clarify intent: what traffic to generate versus how to judge success. This simplifies review and reuse. Declarative topology makes cluster shape explicit and repeatable, reducing surprise when moving between CI and developer machines. Maintainability through predictability: a clear flow from plan to deployment to verification lowers the cost of extending the framework and interpreting failures.","breadcrumbs":"Part I — Foundations » Design Rationale » Design Rationale","id":"14","title":"Design Rationale"},"15":{"body":"Practical guidance for shaping scenarios, combining workloads and expectations,\\nand running them across different environments.","breadcrumbs":"Part II — User Guide » Part II — User Guide","id":"15","title":"Part II — User Guide"},"16":{"body":"The workspace focuses on multi-node integration testing and sits alongside a nomos-node checkout. Its crates separate concerns to keep scenarios\\nrepeatable and portable: Configs: prepares high-level node, network, tracing, and wallet settings\\nused across test environments. Core scenario orchestration: the engine that holds topology descriptions,\\nscenario plans, runtimes, workloads, and expectations. Workflows: ready-made workloads (transactions, data-availability, chaos)\\nand reusable expectations assembled into a user-facing DSL. Runners: deployment backends for local processes, Docker Compose, and\\nKubernetes, all consuming the same scenario plan. Test workflows: example scenarios and integration checks that show how\\nthe pieces fit together. This split keeps configuration, orchestration, reusable traffic patterns, and\\ndeployment adapters loosely coupled while sharing one mental model for tests.","breadcrumbs":"Part II — User Guide » Workspace Layout » Workspace Layout","id":"16","title":"Workspace Layout"},"17":{"body":"High-level view of the workspace and how pieces relate: nomos-testing/\\n├─ testing-framework/\\n│ ├─ configs/ # shared configuration helpers\\n│ ├─ core/ # scenario model, runtime, topology\\n│ ├─ workflows/ # workloads, expectations, DSL extensions\\n│ └─ runners/ # local, compose, k8s deployment backends\\n├─ tests/ # integration scenarios using the framework\\n└─ scripts/ # supporting setup utilities (e.g., assets) Each area maps to a responsibility: describe configs, orchestrate scenarios,\\npackage common traffic and assertions, adapt to environments, and demonstrate\\nend-to-end usage.","breadcrumbs":"Part II — User Guide » Annotated Tree » Annotated Tree","id":"17","title":"Annotated Tree"},"18":{"body":"Creating a scenario is a declarative exercise: Shape the topology: decide how many validators and executors to run, and\\nwhat high-level network and data-availability characteristics matter for the\\ntest. Attach workloads: pick traffic generators that align with your goals\\n(transactions, data-availability blobs, or chaos for resilience probes). Define expectations: specify the health signals that must hold when the\\nrun finishes (e.g., consensus liveness, inclusion of submitted activity; see Core Content: Workloads & Expectations). Set duration: choose a run window long enough to observe meaningful\\nblock progression and the effects of your workloads. Choose a runner: target local processes for fast iteration, Docker\\nCompose for reproducible multi-node stacks, or Kubernetes for cluster-grade\\nvalidation. For environment considerations, see Operations. Keep scenarios small and explicit: make the intended behavior and the success\\ncriteria clear so failures are easy to interpret and act upon.","breadcrumbs":"Part II — User Guide » Authoring Scenarios » Authoring Scenarios","id":"18","title":"Authoring Scenarios"},"19":{"body":"Workloads describe the activity a scenario generates; expectations describe the\\nsignals that must hold when that activity completes. Both are pluggable so\\nscenarios stay readable and purpose-driven.","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Core Content: Workloads & Expectations","id":"19","title":"Core Content: Workloads & Expectations"},"2":{"body":"Conceptual chapters that establish the mental model for the framework and how\\nit approaches multi-node testing.","breadcrumbs":"Part I — Foundations » Part I — Foundations","id":"2","title":"Part I — Foundations"},"20":{"body":"Transaction workload: submits user-level transactions at a configurable\\nrate and can limit how many distinct actors participate. Data-availability workload: drives blob and channel activity to exercise\\ndata-availability paths. Chaos workload: triggers controlled node restarts to test resilience and\\nrecovery behaviors (requires a runner that can control nodes).","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Workloads","id":"20","title":"Workloads"},"21":{"body":"Consensus liveness: verifies the system continues to produce blocks in\\nline with the planned workload and timing window. Workload-specific checks: each workload can attach its own success\\ncriteria (e.g., inclusion of submitted activity) so scenarios remain concise. Together, workloads and expectations let you express both the pressure applied\\nto the system and the definition of “healthy” for that run. Workload pipeline (conceptual): Inputs (topology + wallets + rates) │ ▼\\nWorkload init → Drive traffic → Collect signals │ ▼ Expectations evaluate Mermaid view: flowchart TD I[Inputs
(topology + wallets + rates)] --> Init[Workload init] Init --> Drive[Drive traffic] Drive --> Collect[Collect signals] Collect --> Eval[Expectations evaluate]","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Expectations","id":"21","title":"Expectations"},"22":{"body":"Patterns that keep scenarios readable and reusable: Topology-first: start by shaping the cluster (counts, layout) so later\\nsteps inherit a clear foundation. Bundle defaults: use the DSL helpers to attach common expectations (like\\nliveness) whenever you add a matching workload, reducing forgotten checks. Intentional rates: express traffic in per-block terms to align with\\nprotocol timing rather than wall-clock assumptions. Opt-in chaos: enable restart patterns only in scenarios meant to probe\\nresilience; keep functional smoke tests deterministic. Wallet clarity: seed only the number of actors you need; it keeps\\ntransaction scenarios deterministic and interpretable. These patterns make scenario definitions self-explanatory while staying aligned\\nwith the framework’s block-oriented timing model.","breadcrumbs":"Part II — User Guide » Core Content: ScenarioBuilderExt Patterns » Core Content: ScenarioBuilderExt Patterns","id":"22","title":"Core Content: ScenarioBuilderExt Patterns"},"23":{"body":"Shape a topology, pick a runner: choose local for quick iteration, compose for reproducible multi-node stacks with observability, or k8s for cluster-grade validation. Compose workloads deliberately: pair transactions and data-availability traffic for end-to-end coverage; add chaos only when assessing recovery and resilience. Align expectations with goals: use liveness-style checks to confirm the system keeps up with planned activity, and add workload-specific assertions for inclusion or availability. Reuse plans across environments: keep the scenario constant while swapping runners to compare behavior between developer machines and CI clusters. Iterate with clear signals: treat expectation outcomes as the primary pass/fail indicator, and adjust topology or workloads based on what those signals reveal.","breadcrumbs":"Part II — User Guide » Usage Patterns » Usage Patterns","id":"23","title":"Usage Patterns"},"24":{"body":"State your intent: document the goal of each scenario (throughput, DA\\nvalidation, resilience) so expectation choices are obvious. Keep runs meaningful: choose durations that allow multiple blocks and make\\ntiming-based assertions trustworthy. Separate concerns: start with deterministic workloads for functional\\nchecks; add chaos in dedicated resilience scenarios to avoid noisy failures. Reuse patterns: standardize on shared topology and workload presets so\\nresults are comparable across environments and teams. Observe first, tune second: rely on liveness and inclusion signals to\\ninterpret outcomes before tweaking rates or topology. Environment fit: pick runners that match the feedback loop you need—local\\nfor speed, compose for reproducible stacks, k8s for cluster-grade fidelity. Minimal surprises: seed only necessary wallets and keep configuration\\ndeltas explicit when moving between CI and developer machines.","breadcrumbs":"Part II — User Guide » Best Practices » Best Practices","id":"24","title":"Best Practices"},"25":{"body":"Concrete scenario shapes that illustrate how to combine topologies, workloads,\\nand expectations. Adjust counts, rates, and durations to fit your environment.","breadcrumbs":"Part II — User Guide » Examples » Examples","id":"25","title":"Examples"},"26":{"body":"Topology: two validators. Workload: transaction submissions at a modest per-block rate with a small\\nset of wallet actors. Expectations: consensus liveness and inclusion of submitted activity. When to use: smoke tests for consensus and transaction flow on minimal\\nhardware.","breadcrumbs":"Part II — User Guide » Examples » Simple 2-validator transaction workload","id":"26","title":"Simple 2-validator transaction workload"},"27":{"body":"Topology: validators plus executors if available. Workloads: data-availability blobs/channels and transactions running\\ntogether to stress both paths. Expectations: consensus liveness and workload-level inclusion/availability\\nchecks. When to use: end-to-end coverage of transaction and DA layers in one run.","breadcrumbs":"Part II — User Guide » Examples » DA + transaction workload","id":"27","title":"DA + transaction workload"},"28":{"body":"Topology: validators (optionally executors) with node control enabled. Workloads: baseline traffic (transactions or DA) plus chaos restarts on\\nselected roles. Expectations: consensus liveness to confirm the system keeps progressing\\ndespite restarts; workload-specific inclusion if traffic is present. When to use: resilience validation and operational readiness drills.","breadcrumbs":"Part II — User Guide » Examples » Chaos + liveness check","id":"28","title":"Chaos + liveness check"},"29":{"body":"These illustrative scenarios stretch the framework to show how to build new\\nworkloads, expectations, deployers, and topology tricks. They are intentionally\\n“synthetic” to teach capabilities rather than prescribe production tests.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Advanced & Artificial Examples","id":"29","title":"Advanced & Artificial Examples"},"3":{"body":"Multi-node integration testing is required because many Nomos behaviors—block\\nprogress, data availability, liveness under churn—only emerge when several\\nroles interact over real networking and time. Small unit tests cannot catch\\nthese emergent behaviors, and manual multi-node testing is slow and\\nerror-prone. The Nomos Testing Framework is a purpose-built toolkit for exercising Nomos in\\nrealistic, multi-node environments. It solves the gap between small, isolated\\ntests and full-system validation by letting teams describe a cluster layout,\\ndrive meaningful traffic, and assert the outcomes in one coherent plan. It is for protocol engineers, infrastructure operators, and QA teams who need\\nrepeatable confidence that validators, executors, and data-availability\\ncomponents work together under network and timing constraints.","breadcrumbs":"Part I — Foundations » Introduction » Introduction","id":"3","title":"Introduction"},"30":{"body":"Idea: inject fake latency between node interactions using internal timers,\\nnot OS-level tooling. Demonstrates: sequencing control inside a workload, verifying protocol\\nprogression under induced lag, using timers to pace submissions. Shape: wrap submissions in delays that mimic slow peers; ensure the\\nexpectation checks blocks still progress.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Synthetic Delay Workload (Network Latency Simulation)","id":"30","title":"Synthetic Delay Workload (Network Latency Simulation)"},"31":{"body":"Idea: traffic rate changes every block or N seconds (e.g., blocks 1–3 low,\\n4–5 high, 6–7 zero, repeat). Demonstrates: dynamic, stateful workloads that use RunMetrics to time\\nphases; modeling real-world burstiness. Shape: schedule per-phase rates; confirm inclusion/liveness across peaks\\nand troughs.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Oscillating Load Workload (Traffic Waves)","id":"31","title":"Oscillating Load Workload (Traffic Waves)"},"32":{"body":"Idea: a workload that drops half its planned submissions, sometimes\\ndouble-submits, and intentionally triggers expectation failures. Demonstrates: negative testing, resilience checks, and the value of clear\\nexpectations when behavior is adversarial by design. Shape: parameterize drop/double-submit probabilities; pair with an\\nexpectation that documents what “bad” looks like.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Byzantine Behavior Mock","id":"32","title":"Byzantine Behavior Mock"},"33":{"body":"Idea: assert the last few blocks differ and block time stays within a\\ntolerated drift budget. Demonstrates: consuming BlockFeed or time-series metrics to validate\\nprotocol cadence; crafting post-run assertions around block diversity and\\ntiming. Shape: collect recent blocks, confirm no duplicates, and compare observed\\nintervals to a drift threshold.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Custom Expectation: Block Finality Drift","id":"33","title":"Custom Expectation: Block Finality Drift"},"34":{"body":"Idea: a deployer that never starts nodes; it emits configs, simulates\\nreadiness, provides fake blockfeed/metrics. Demonstrates: full power of the deployer interface for CI dry-runs,\\nconfig verification, and ultra-fast feedback without Nomos binaries. Shape: produce logs/artifacts, stub readiness, and feed synthetic blocks\\nso expectations can still run.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Custom Deployer: Dry-Run Deployer","id":"34","title":"Custom Deployer: Dry-Run Deployer"},"35":{"body":"Idea: topology parameters change at runtime (random validators, DA\\nsettings, network shapes). Demonstrates: randomized property testing and fuzzing approaches to\\ntopology building. Shape: pick roles and network layouts randomly per run; keep expectations\\ntolerant to variability while still asserting core liveness.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Stochastic Topology Generator","id":"35","title":"Stochastic Topology Generator"},"36":{"body":"Idea: scenario runs in phases (e.g., phase 1 transactions, phase 2 DA,\\nphase 3 restarts, phase 4 sync check). Demonstrates: multi-stage tests, modular scenario assembly, and deliberate\\nlifecycle control. Shape: drive phase-specific workloads/expectations sequentially; enforce\\nclear boundaries and post-phase checks.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Multi-Phase Scenario (“Pipelines”)","id":"36","title":"Multi-Phase Scenario (“Pipelines”)"},"37":{"body":"Running a scenario follows the same conceptual flow regardless of environment: Select or author a scenario plan that pairs a topology with workloads,\\nexpectations, and a suitable run window. Choose a runner aligned with your environment (local, compose, or k8s) and\\nensure its prerequisites are available. Deploy the plan through the runner; wait for readiness signals before\\nstarting workloads. Let workloads drive activity for the planned duration; keep observability\\nsignals visible so you can correlate outcomes. Evaluate expectations and capture results as the primary pass/fail signal. Use the same plan across different runners to compare behavior between local\\ndevelopment and CI or cluster settings. For environment prerequisites and\\nflags, see Operations.","breadcrumbs":"Part II — User Guide » Running Scenarios » Running Scenarios","id":"37","title":"Running Scenarios"},"38":{"body":"Runners turn a scenario plan into a live environment while keeping the plan\\nunchanged. Choose based on feedback speed, reproducibility, and fidelity. For\\nenvironment and operational considerations, see Operations:","breadcrumbs":"Part II — User Guide » Runners » Runners","id":"38","title":"Runners"},"39":{"body":"Launches node processes directly on the host. Fastest feedback loop and minimal orchestration overhead. Best for development-time iteration and debugging.","breadcrumbs":"Part II — User Guide » Runners » Local runner","id":"39","title":"Local runner"},"4":{"body":"Part I — Foundations establishes the mental model and design philosophy Part II — User Guide shows how to author and run scenarios Part III — Developer Reference covers extending the framework Part IV — Appendix provides quick references and troubleshooting If you’re new: Read Part I to understand the concepts, then follow the\\nexamples in Part II. If you want to run something now: Jump to Examples and pick\\na scenario that matches your goals. If you’re extending the framework: Start with Scenario Model\\nand Extending the Framework.","breadcrumbs":"Part I — Foundations » Introduction » How to Use This Book","id":"4","title":"How to Use This Book"},"40":{"body":"Starts nodes in containers to provide a reproducible multi-node stack on a\\nsingle machine. Discovers service ports and wires observability for convenient inspection. Good balance between fidelity and ease of setup.","breadcrumbs":"Part II — User Guide » Runners » Docker Compose runner","id":"40","title":"Docker Compose runner"},"41":{"body":"Deploys nodes onto a cluster for higher-fidelity, longer-running scenarios. Suits CI or shared environments where cluster behavior and scheduling matter.","breadcrumbs":"Part II — User Guide » Runners » Kubernetes runner","id":"41","title":"Kubernetes runner"},"42":{"body":"All runners require at least one validator and, for transaction scenarios,\\naccess to seeded wallets. Readiness probes gate workload start so traffic begins only after nodes are\\nreachable. Environment flags can relax timeouts or increase tracing when diagnostics are\\nneeded. Runner abstraction: Scenario Plan │ ▼\\nRunner (local | compose | k8s) │ provisions env + readiness ▼\\nRuntime + Observability │ ▼\\nWorkloads / Expectations execute Mermaid view: flowchart TD Plan[Scenario Plan] --> RunSel{Runner
(local | compose | k8s)} RunSel --> Provision[Provision & readiness] Provision --> Runtime[Runtime + observability] Runtime --> Exec[Workloads & Expectations execute]","breadcrumbs":"Part II — User Guide » Runners » Common expectations","id":"42","title":"Common expectations"},"43":{"body":"Chaos in the framework uses node control to introduce failures and validate\\nrecovery. The built-in restart workload lives in testing_framework_workflows::workloads::chaos::RandomRestartWorkload.","breadcrumbs":"Part II — User Guide » Chaos Testing » Chaos Workloads","id":"43","title":"Chaos Workloads"},"44":{"body":"Requires NodeControlCapability ( enable_node_control() in the scenario\\nbuilder) and a runner that provides a NodeControlHandle. Randomly selects nodes (validators, executors) to restart based on your\\ninclude/exclude flags. Respects min/max delay between restarts and a target cooldown to avoid\\nflapping the same node too frequently. Runs alongside other workloads; expectations should account for the added\\ndisruption. Support varies by runner: node control is not provided by the local runner\\nand is not yet implemented for the k8s runner. Use a runner that advertises NodeControlHandle support (e.g., compose) for chaos workloads.","breadcrumbs":"Part II — User Guide » Chaos Testing » How it works","id":"44","title":"How it works"},"45":{"body":"#![allow(unused)] fn main() {\\nuse std::time::Duration;\\nuse testing_framework_core::scenario::ScenarioBuilder;\\nuse testing_framework_workflows::workloads::chaos::RandomRestartWorkload; let plan = ScenarioBuilder::with_node_counts(2, 1) .enable_node_control() .with_workload( RandomRestartWorkload::new( Duration::from_secs(45), // min delay Duration::from_secs(75), // max delay Duration::from_secs(120), // target cooldown true, // include validators true, // include executors ) ) .expect_consensus_liveness() .with_run_duration(Duration::from_secs(150)) .build();\\n// deploy with a runner that supports node control and run the scenario }","breadcrumbs":"Part II — User Guide » Chaos Testing » Usage","id":"45","title":"Usage"},"46":{"body":"Consensus liveness: ensure blocks keep progressing despite restarts. Height convergence: optionally check all nodes converge after the chaos\\nwindow. Any workload-specific inclusion checks if you’re also driving tx/DA traffic.","breadcrumbs":"Part II — User Guide » Chaos Testing » Expectations to pair","id":"46","title":"Expectations to pair"},"47":{"body":"Keep delays/cooldowns realistic; avoid back-to-back restarts that would never\\nhappen in production. Limit chaos scope: toggle validators vs executors based on what you want to\\ntest. Combine with observability: monitor metrics/logs to explain failures.","breadcrumbs":"Part II — User Guide » Chaos Testing » Best practices","id":"47","title":"Best practices"},"48":{"body":"The deployer supplies a RunContext that workloads and expectations share. It\\nprovides: Topology descriptors ( GeneratedTopology) Client handles ( NodeClients / ClusterClient) for HTTP/RPC calls Metrics ( RunMetrics, Metrics) and block feed Optional NodeControlHandle for managing nodes (restart, block/unblock peers)","breadcrumbs":"Part II — User Guide » Node Control API » Node Control & RunContext","id":"48","title":"Node Control & RunContext"},"49":{"body":"Check for control support and use it conditionally: #![allow(unused)] fn main() {\\nuse testing_framework_core::scenario::{Expectation, RunContext, Workload}; struct RestartWorkload; impl Workload for RestartWorkload { fn name(&self) -> &\'static str { \\"restart_workload\\" } async fn start(&self, ctx: &RunContext) -> Result<(), Box> { if let Some(control) = ctx.node_control() { // Restart the first validator (index 0) if supported. control.restart_validator(0).await?; } Ok(()) }\\n} } When chaos workloads need control, require enable_node_control() in the\\nscenario builder and deploy with a runner that supports it.","breadcrumbs":"Part II — User Guide » Node Control API » Accessing node control in workloads/expectations","id":"49","title":"Accessing node control in workloads/expectations"},"5":{"body":"The framework follows a clear flow: Topology → Scenario → Runner → Workloads → Expectations. Topology describes the cluster: how many nodes, their roles, and the high-level network and data-availability parameters they should follow. Scenario combines that topology with the activities to run and the checks to perform, forming a single plan. Deployer/Runner pair turns the plan into a live environment on the chosen backend (local processes, Docker Compose, or Kubernetes) and brokers readiness. Workloads generate traffic and conditions that exercise the system. Expectations observe the run and judge success or failure once activity completes. flowchart LR A[Topology
shape cluster] --> B[Scenario
plan] B --> C[Deployer/Runner
deploy & orchestrate] C --> D[Workloads
drive traffic] D --> E[Expectations
verify outcomes] Each layer has a narrow responsibility so that cluster shape, deployment choice,\\ntraffic generation, and health checks can evolve independently while fitting\\ntogether predictably.","breadcrumbs":"Part I — Foundations » Architecture Overview » Architecture Overview","id":"5","title":"Architecture Overview"},"50":{"body":"The NodeControlHandle trait currently provides: #![allow(unused)] fn main() {\\npub trait NodeControlHandle: Send + Sync { async fn restart_validator(&self, index: usize) -> Result<(), DynError>; async fn restart_executor(&self, index: usize) -> Result<(), DynError>;\\n} } Future extensions may include peer blocking/unblocking or other control\\noperations. For now, focus on restart-based chaos patterns as shown in the\\nchaos workload examples.","breadcrumbs":"Part II — User Guide » Node Control API » Current API surface","id":"50","title":"Current API surface"},"51":{"body":"Always guard control usage: not all runners expose NodeControlHandle. Treat control as best-effort: failures should surface as test failures, but\\nworkloads should degrade gracefully when control is absent. Combine control actions with expectations (e.g., restart then assert height\\nconvergence) to keep scenarios meaningful.","breadcrumbs":"Part II — User Guide » Node Control API » Considerations","id":"51","title":"Considerations"},"52":{"body":"This page focuses on cluster manipulation: node control, chaos patterns, and\\nwhat the tooling supports today.","breadcrumbs":"Part II — User Guide » Topology & Chaos Patterns » Topology & Chaos Patterns","id":"52","title":"Topology & Chaos Patterns"},"53":{"body":"Supported: restart/peer control via NodeControlHandle (compose runner). Not supported: local runner does not expose node control; k8s runner does\\nnot support it yet.","breadcrumbs":"Part II — User Guide » Topology & Chaos Patterns » Node control availability","id":"53","title":"Node control availability"},"54":{"body":"Restarts: random restarts with minimum delay/cooldown to test recovery. Partitions: block/unblock peers to simulate partial isolation, then assert\\nheight convergence after healing. Validator churn: stop one validator and start another (new key) mid-run to\\ntest membership changes; expect convergence. Load SLOs: push tx/DA rates and assert inclusion/availability budgets\\ninstead of only liveness. API probes: poll HTTP/RPC endpoints during chaos to ensure external\\ncontracts stay healthy (shape + latency).","breadcrumbs":"Part II — User Guide » Topology & Chaos Patterns » Chaos patterns to consider","id":"54","title":"Chaos patterns to consider"},"55":{"body":"Liveness/height convergence after chaos windows. SLO checks: inclusion latency, DA responsiveness, API latency/shape. Recovery checks: ensure nodes that were isolated or restarted catch up to\\ncluster height within a timeout.","breadcrumbs":"Part II — User Guide » Topology & Chaos Patterns » Expectations to pair","id":"55","title":"Expectations to pair"},"56":{"body":"Keep chaos realistic: avoid flapping or patterns you wouldn’t operate in prod. Scope chaos: choose validators vs executors intentionally; don’t restart all\\nnodes at once unless you’re testing full outages. Combine chaos with observability: capture block feed/metrics and API health so\\nfailures are diagnosable.","breadcrumbs":"Part II — User Guide » Topology & Chaos Patterns » Guidance","id":"56","title":"Guidance"},"57":{"body":"Operational readiness focuses on prerequisites, environment fit, and clear\\nsignals: Prerequisites: keep a sibling nomos-node checkout available; ensure the\\nchosen runner’s platform needs are met (local binaries for host runs, Docker\\nfor compose, cluster access for k8s). Artifacts: some scenarios depend on prover or circuit assets; fetch them\\nahead of time with the provided helper scripts when needed. Environment flags: use slow-environment toggles to relax timeouts, enable\\ntracing when debugging, and adjust observability ports to avoid clashes. Readiness checks: verify runners report node readiness before starting\\nworkloads; this avoids false negatives from starting too early. Failure triage: map failures to missing prerequisites (wallet seeding,\\nnode control availability), runner platform issues, or unmet expectations.\\nStart with liveness signals, then dive into workload-specific assertions. Treat operational hygiene—assets present, prerequisites satisfied, observability\\nreachable—as the first step to reliable scenario outcomes. Metrics and observability flow: Runner exposes endpoints/ports │ ▼\\nRuntime collects block/health signals │ ▼\\nExpectations consume signals to decide pass/fail │ ▼\\nOperators inspect logs/metrics when failures arise Mermaid view: flowchart TD Expose[Runner exposes endpoints/ports] --> Collect[Runtime collects block/health signals] Collect --> Consume[Expectations consume signals
decide pass/fail] Consume --> Inspect[Operators inspect logs/metrics
when failures arise]","breadcrumbs":"Part II — User Guide » Operations » Operations","id":"57","title":"Operations"},"58":{"body":"Deep dives for contributors who extend the framework, evolve its abstractions,\\nor maintain the crate set.","breadcrumbs":"Part III — Developer Reference » Part III — Developer Reference","id":"58","title":"Part III — Developer Reference"},"59":{"body":"The scenario model defines clear, composable responsibilities: Topology: a declarative description of the cluster—how many nodes, their\\nroles, and the broad network and data-availability characteristics. It\\nrepresents the intended shape of the system under test. Scenario: a plan combining topology, workloads, expectations, and a run\\nwindow. Building a scenario validates prerequisites (like seeded wallets) and\\nensures the run lasts long enough to observe meaningful block progression. Workloads: asynchronous tasks that generate traffic or conditions. They\\nuse shared context to interact with the deployed cluster and may bundle\\ndefault expectations. Expectations: post-run assertions. They can capture baselines before\\nworkloads start and evaluate success once activity stops. Runtime: coordinates workloads and expectations for the configured\\nduration, enforces cooldowns when control actions occur, and ensures cleanup\\nso runs do not leak resources. Developers extending the model should keep these boundaries strict: topology\\ndescribes, scenarios assemble, runners deploy, workloads drive, and expectations\\njudge outcomes. For guidance on adding new capabilities, see Extending the Framework.","breadcrumbs":"Part III — Developer Reference » Scenario Model (Developer Level) » Scenario Model (Developer Level)","id":"59","title":"Scenario Model (Developer Level)"},"6":{"body":"This framework embodies specific principles that shape how you author and run\\nscenarios. Understanding these principles helps you write effective tests and\\ninterpret results correctly.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Testing Philosophy","id":"6","title":"Testing Philosophy"},"60":{"body":"","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Extending the Framework","id":"60","title":"Extending the Framework"},"61":{"body":"Implement testing_framework_core::scenario::Workload: Provide a name and any bundled expectations. In init, derive inputs from GeneratedTopology and RunMetrics; fail\\nfast if prerequisites are missing (e.g., wallet data, node addresses). In start, drive async traffic using the RunContext clients. Expose the workload from a module under testing-framework/workflows and\\nconsider adding a DSL helper for ergonomic wiring.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding a workload","id":"61","title":"Adding a workload"},"62":{"body":"Implement testing_framework_core::scenario::Expectation: Use start_capture to snapshot baseline metrics. Use evaluate to assert outcomes after workloads finish; return all errors\\nso the runner can aggregate them. Export it from testing-framework/workflows if it is reusable.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding an expectation","id":"62","title":"Adding an expectation"},"63":{"body":"Implement testing_framework_core::scenario::Deployer for your backend. Produce a RunContext with NodeClients, metrics endpoints, and optional NodeControlHandle. Guard cleanup with CleanupGuard to reclaim resources even on failures. Mirror the readiness and block-feed probes used by the existing runners so\\nworkloads can rely on consistent signals.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding a runner","id":"63","title":"Adding a runner"},"64":{"body":"Extend testing_framework_core::topology::TopologyBuilder with new layouts or\\nconfiguration presets (e.g., specialized DA parameters). Keep defaults safe:\\nensure at least one participant and clamp dispersal factors as the current\\nhelpers do.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding topology helpers","id":"64","title":"Adding topology helpers"},"65":{"body":"A minimal, end-to-end illustration of adding a custom workload and matching\\nexpectation. This shows the shape of the traits and where to plug into the\\nframework; expand the logic to fit your real test.","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Example: New Workload & Expectation (Rust)","id":"65","title":"Example: New Workload & Expectation (Rust)"},"66":{"body":"Key ideas: name: identifies the workload in logs. expectations: workloads can bundle defaults so callers don’t forget checks. init: derive inputs from the generated topology (e.g., pick a target node). start: drive async activity using the shared RunContext. #![allow(unused)] fn main() {\\nuse std::sync::Arc;\\nuse async_trait::async_trait;\\nuse testing_framework_core::scenario::{ DynError, Expectation, RunContext, RunMetrics, Workload,\\n};\\nuse testing_framework_core::topology::GeneratedTopology; pub struct ReachabilityWorkload { target_idx: usize, bundled: Vec>,\\n} impl ReachabilityWorkload { pub fn new(target_idx: usize) -> Self { Self { target_idx, bundled: vec![Box::new(ReachabilityExpectation::new(target_idx))], } }\\n} #[async_trait]\\nimpl Workload for ReachabilityWorkload { fn name(&self) -> &\'static str { \\"reachability_workload\\" } fn expectations(&self) -> Vec> { self.bundled.clone() } fn init( &mut self, topology: &GeneratedTopology, _metrics: &RunMetrics, ) -> Result<(), DynError> { if topology.validators().get(self.target_idx).is_none() { return Err(\\"no validator at requested index\\".into()); } Ok(()) } async fn start(&self, ctx: &RunContext) -> Result<(), DynError> { let client = ctx .node_clients() .validators() .get(self.target_idx) .ok_or(\\"missing target client\\")?; // Pseudo-action: issue a lightweight RPC to prove reachability. client.consensus_info().await.map_err(|e| e.into())?; Ok(()) }\\n} }","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Workload: simple reachability probe","id":"66","title":"Workload: simple reachability probe"},"67":{"body":"Key ideas: start_capture: snapshot baseline if needed (not used here). evaluate: assert the condition after workloads finish. #![allow(unused)] fn main() {\\nuse async_trait::async_trait;\\nuse testing_framework_core::scenario::{DynError, Expectation, RunContext}; pub struct ReachabilityExpectation { target_idx: usize,\\n} impl ReachabilityExpectation { pub fn new(target_idx: usize) -> Self { Self { target_idx } }\\n} #[async_trait]\\nimpl Expectation for ReachabilityExpectation { fn name(&self) -> &str { \\"target_reachable\\" } async fn evaluate(&mut self, ctx: &RunContext) -> Result<(), DynError> { let client = ctx .node_clients() .validators() .get(self.target_idx) .ok_or(\\"missing target client\\")?; client.consensus_info().await.map_err(|e| { format!(\\"target became unreachable during run: {e}\\").into() })?; Ok(()) }\\n} }","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Expectation: confirm the target stayed reachable","id":"67","title":"Expectation: confirm the target stayed reachable"},"68":{"body":"Build your scenario as usual and call .with_workload(ReachabilityWorkload::new(0)). The bundled expectation is attached automatically; you can add more with .with_expectation(...) if needed. Keep the logic minimal and fast for smoke tests; grow it into richer probes\\nfor deeper scenarios.","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » How to wire it","id":"68","title":"How to wire it"},"69":{"body":"High-level roles of the crates that make up the framework: Configs: prepares reusable configuration primitives for nodes, networking,\\ntracing, data availability, and wallets, shared by all scenarios and runners. Core scenario orchestration: houses the topology and scenario model,\\nruntime coordination, node clients, and readiness/health probes. Workflows: packages workloads and expectations into reusable building\\nblocks and offers a fluent DSL to assemble them. Runners: implements deployment backends (local host, Docker Compose,\\nKubernetes) that all consume the same scenario plan. Test workflows: example scenarios and integration checks that exercise the\\nframework end to end and serve as living documentation. Use this map to locate where to add new capabilities: configuration primitives\\nin configs, orchestration changes in core, reusable traffic/assertions in\\nworkflows, environment adapters in runners, and demonstrations in tests.","breadcrumbs":"Part III — Developer Reference » Internal Crate Reference » Internal Crate Reference","id":"69","title":"Internal Crate Reference"},"7":{"body":"Describe what you want to test, not how to orchestrate it: #![allow(unused)] fn main() {\\n// Good: declarative\\nScenarioBuilder::with_node_counts(2, 1) .transactions().rate(5).apply() .expect_consensus_liveness() .build(); // Bad: imperative (framework doesn\'t work this way)\\n// spawn_validator(); spawn_executor(); // loop { submit_tx(); check_block(); } } Why it matters: The framework handles deployment, readiness, and cleanup.\\nYou focus on test intent, not infrastructure orchestration.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Declarative over Imperative","id":"7","title":"Declarative over Imperative"},"70":{"body":"Quick-reference material and supporting guidance to keep scenarios discoverable,\\ndebuggable, and consistent.","breadcrumbs":"Part IV — Appendix » Part IV — Appendix","id":"70","title":"Part IV — Appendix"},"71":{"body":"The framework offers a fluent builder style to keep scenarios readable. Common\\nknobs: Topology shaping: set validator and executor counts, pick a network layout\\nstyle, and adjust high-level data-availability traits. Wallet seeding: define how many users participate and the total funds\\navailable for transaction workloads. Workload tuning: configure transaction rates, data-availability channel\\nand blob rates, and whether chaos restarts should include validators,\\nexecutors, or both. Expectations: attach liveness and workload-specific checks so success is\\nexplicit. Run window: set a minimum duration long enough for multiple blocks to be\\nobserved and verified. Use these knobs to express intent clearly, keeping scenario definitions concise\\nand consistent across teams.","breadcrumbs":"Part IV — Appendix » DSL Cheat Sheet » Core Content: DSL Cheat Sheet","id":"71","title":"Core Content: DSL Cheat Sheet"},"72":{"body":"Common symptoms and likely causes: No or slow block progression: runner started workloads before readiness, insufficient run window, or environment too slow—extend duration or enable slow-environment tuning. Transactions not included: missing or insufficient wallet seeding, misaligned transaction rate with block cadence, or network instability—reduce rate and verify wallet setup. Chaos stalls the run: node control not available for the chosen runner or restart cadence too aggressive—enable control capability and widen restart intervals. Observability gaps: metrics or logs unreachable because ports clash or services are not exposed—adjust observability ports and confirm runner wiring. Flaky behavior across runs: mixing chaos with functional smoke tests or inconsistent topology between environments—separate deterministic and chaos scenarios and standardize topology presets.","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Troubleshooting Scenarios","id":"72","title":"Troubleshooting Scenarios"},"73":{"body":"Why block-oriented timing? Using block cadence reduces dependence on host speed and keeps assertions aligned\\nwith protocol behavior. Can I reuse the same scenario across runners? Yes. The plan stays the same; swap runners (local, compose, k8s) to target\\ndifferent environments. When should I enable chaos workloads? Only when testing resilience or operational recovery; keep functional smoke\\ntests deterministic. How long should runs be? Long enough for multiple blocks so liveness and inclusion checks are\\nmeaningful; very short runs risk false confidence. Do I always need seeded wallets? Only for transaction scenarios. Data-availability or pure chaos scenarios may\\nnot require them, but liveness checks still need validators producing blocks. What if expectations fail but workloads “look fine”? Trust expectations first—they capture the intended success criteria. Use the\\nobservability signals and runner logs to pinpoint why the system missed the\\ntarget.","breadcrumbs":"Part IV — Appendix » FAQ » FAQ","id":"73","title":"FAQ"},"74":{"body":"Validator: node role responsible for participating in consensus, producing\\nblocks, and verifying and sampling DA data. Executor: validator extended with DA blob dispersal capabilities, allowing\\nboth block production and data submission to the DA network. DA (Data Availability): subsystem ensuring blobs or channel data are\\npublished and retrievable for validation. Workload: traffic or behavior generator that exercises the system during a\\nscenario run. Expectation: post-run assertion that judges whether the system met the\\nintended success criteria. Topology: declarative description of the cluster shape, roles, and\\nhigh-level parameters for a scenario. Blockfeed: stream of block observations used for liveness or inclusion\\nsignals during a run. Control capability: the ability for a runner to start, stop, or restart\\nnodes, used by chaos workloads.","breadcrumbs":"Part IV — Appendix » Glossary » Glossary","id":"74","title":"Glossary"},"8":{"body":"Express timing in blocks and consensus intervals, not seconds: #![allow(unused)] fn main() {\\n// Good: protocol-oriented\\n.transactions().rate_per_block(5) // 5 tx per block // Avoid: wall-clock oriented\\n.transactions().rate_per_second(10) // Depends on host speed } Why it matters: Block cadence varies across environments (slow CI, fast\\nlaptop). Protocol time keeps assertions environment-independent.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Protocol Time, Not Wall Time","id":"8","title":"Protocol Time, Not Wall Time"},"9":{"body":"Default scenarios are repeatable: Fixed topology Predictable traffic rates Deterministic checks Chaos is opt-in: #![allow(unused)] fn main() {\\n// Separate: functional test (deterministic)\\nlet plan = ScenarioBuilder::with_node_counts(2, 1) .transactions().rate(5).apply() .expect_consensus_liveness() .build(); // Separate: chaos test (introduces randomness)\\nlet chaos_plan = ScenarioBuilder::with_node_counts(3, 2) .enable_node_control() .chaos_random_restart().apply() .transactions().rate(5).apply() .expect_consensus_liveness() .build(); } Why it matters: Mixing determinism with chaos creates noisy, hard-to-debug\\nfailures. Separate concerns make failures actionable.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Determinism First, Chaos When Needed","id":"9","title":"Determinism First, Chaos When Needed"}},"length":75,"save":true},"fields":["title","body","breadcrumbs"],"index":{"body":{"root":{"0":{"df":2,"docs":{"11":{"tf":1.0},"49":{"tf":1.0}}},"1":{"0":{"df":1,"docs":{"11":{"tf":1.0}}},"df":5,"docs":{"11":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}},"–":{"3":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}},"2":{"df":3,"docs":{"26":{"tf":1.0},"36":{"tf":1.0},"9":{"tf":1.0}}},"3":{"df":1,"docs":{"36":{"tf":1.0}}},"4":{"df":1,"docs":{"36":{"tf":1.0}},"–":{"5":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}},"5":{"df":1,"docs":{"8":{"tf":1.0}}},"6":{"df":0,"docs":{},"–":{"7":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"a":{"[":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"74":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"42":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"42":{"tf":1.0},"49":{"tf":1.0},"57":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"51":{"tf":1.0},"59":{"tf":1.0},"66":{"tf":1.0},"9":{"tf":1.0}}}},"v":{"df":11,"docs":{"13":{"tf":1.4142135623730951},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"37":{"tf":1.0},"5":{"tf":1.4142135623730951},"59":{"tf":1.0},"66":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"20":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"10":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"69":{"tf":1.0}}}}},"d":{"df":5,"docs":{"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"24":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"61":{"tf":1.0}}}}}}},"df":7,"docs":{"44":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"23":{"tf":1.0},"25":{"tf":1.0},"57":{"tf":1.0},"71":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"32":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"44":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"62":{"tf":1.0}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"72":{"tf":1.0}}}}}}}}}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":5,"docs":{"18":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"37":{"tf":1.0},"73":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":9,"docs":{"11":{"tf":1.0},"45":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":3,"docs":{"0":{"tf":1.0},"24":{"tf":1.0},"74":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"16":{"tf":1.0},"44":{"tf":1.0}}},"df":0,"docs":{}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":3,"docs":{"11":{"tf":1.0},"51":{"tf":1.0},"73":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"i":{"df":4,"docs":{"50":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":2,"docs":{"4":{"tf":1.0},"70":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"2":{"tf":1.0},"35":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"5":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"17":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"57":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"12":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"16":{"tf":1.0},"36":{"tf":1.0},"59":{"tf":1.0},"69":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":17,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.4142135623730951},"35":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.4142135623730951},"57":{"tf":1.0},"59":{"tf":1.0},"62":{"tf":1.0},"67":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"8":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"23":{"tf":1.0}}}},"t":{"df":2,"docs":{"17":{"tf":1.0},"57":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"0":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{":":{":":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"66":{"tf":1.0},"67":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"66":{"tf":1.0},"67":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":5,"docs":{"49":{"tf":1.0},"50":{"tf":1.4142135623730951},"61":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":6,"docs":{"13":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"68":{"tf":1.0},"71":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":6,"docs":{"1":{"tf":1.0},"12":{"tf":1.0},"18":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"68":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":19,"docs":{"0":{"tf":1.4142135623730951},"10":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"37":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.4142135623730951},"59":{"tf":1.0},"69":{"tf":1.0},"71":{"tf":1.7320508075688772},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":7,"docs":{"10":{"tf":1.0},"24":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"8":{"tf":1.0}}},"df":0,"docs":{}}}}},"b":{"[":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"5":{"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":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"47":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"13":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"5":{"tf":1.0},"63":{"tf":1.0},"69":{"tf":1.0}}},"df":0,"docs":{}}}}},"d":{"df":3,"docs":{"11":{"tf":1.0},"32":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":6,"docs":{"23":{"tf":1.0},"24":{"tf":1.0},"38":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"28":{"tf":1.0},"59":{"tf":1.0},"62":{"tf":1.0},"67":{"tf":1.0}}}}}}}},"df":1,"docs":{"5":{"tf":1.0}},"e":{"c":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"67":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"24":{"tf":1.0},"37":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"72":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"42":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":13,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.4142135623730951},"37":{"tf":1.0},"41":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"24":{"tf":1.0},"39":{"tf":1.0},"47":{"tf":1.0},"51":{"tf":1.0}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":9,"docs":{"14":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0},"72":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"34":{"tf":1.0},"57":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"b":{"df":6,"docs":{"0":{"tf":2.0},"10":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"71":{"tf":1.0},"74":{"tf":1.4142135623730951}},"s":{"/":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"27":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"57":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"48":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":24,"docs":{"0":{"tf":1.7320508075688772},"10":{"tf":1.4142135623730951},"11":{"tf":2.23606797749979},"13":{"tf":1.4142135623730951},"18":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"24":{"tf":1.0},"26":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.4142135623730951},"33":{"tf":2.23606797749979},"34":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.0},"69":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.4142135623730951},"73":{"tf":2.0},"74":{"tf":1.7320508075688772},"8":{"tf":1.7320508075688772}},"f":{"df":0,"docs":{},"e":{"df":2,"docs":{"33":{"tf":1.0},"74":{"tf":1.0}},"e":{"d":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":3,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"4":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":6,"docs":{"0":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"27":{"tf":1.0},"71":{"tf":1.0},"74":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"36":{"tf":1.0},"59":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":1,"docs":{"49":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"a":{"d":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"10":{"tf":1.0}}},"r":{"df":1,"docs":{"5":{"tf":1.0}}}}}}},"u":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"33":{"tf":1.0},"54":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":9,"docs":{"13":{"tf":1.0},"29":{"tf":1.0},"35":{"tf":1.0},"45":{"tf":1.0},"59":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"44":{"tf":1.0},"49":{"tf":1.0},"71":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":2,"docs":{"3":{"tf":1.0},"43":{"tf":1.0}}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":5,"docs":{"22":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"66":{"tf":1.7320508075688772},"68":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"31":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"z":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"32":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"c":{"[":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"5":{"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":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"10":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":4,"docs":{"33":{"tf":1.0},"72":{"tf":1.4142135623730951},"73":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"48":{"tf":1.0},"68":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"66":{"tf":1.0}}}}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":6,"docs":{"0":{"tf":1.0},"29":{"tf":1.0},"59":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"37":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0},"73":{"tf":1.0}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"3":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"72":{"tf":1.0}}}}},"df":1,"docs":{"5":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":5,"docs":{"1":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"54":{"tf":1.0},"69":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"0":{"tf":1.0},"20":{"tf":1.0},"71":{"tf":1.0},"74":{"tf":1.0}}}}}},"o":{"df":22,"docs":{"16":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"28":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.7320508075688772},"71":{"tf":1.0},"72":{"tf":1.7320508075688772},"73":{"tf":1.4142135623730951},"74":{"tf":1.0},"9":{"tf":2.0}},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"9":{"tf":1.0}}}}}}},"df":0,"docs":{}},"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":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"18":{"tf":1.0},"59":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"71":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":22,"docs":{"10":{"tf":1.4142135623730951},"13":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"49":{"tf":1.0},"5":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"57":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0},"71":{"tf":1.0},"73":{"tf":1.4142135623730951},"9":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"57":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"24":{"tf":1.0},"5":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":6,"docs":{"18":{"tf":1.4142135623730951},"23":{"tf":1.0},"24":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"56":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"13":{"tf":1.0},"5":{"tf":1.0},"57":{"tf":1.0},"72":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"54":{"tf":1.0}},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}}}}},"i":{"df":7,"docs":{"14":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0},"8":{"tf":1.0}},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"64":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"14":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"57":{"tf":1.0},"72":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":4,"docs":{"13":{"tf":1.4142135623730951},"59":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0}},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"r":{"df":10,"docs":{"1":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"5":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"71":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"|":{"df":2,"docs":{"66":{"tf":1.0},"67":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":5,"docs":{"48":{"tf":1.0},"61":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"69":{"tf":1.0}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"22":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"48":{"tf":1.0}}}}},"df":15,"docs":{"1":{"tf":1.0},"14":{"tf":1.4142135623730951},"18":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"24":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.4142135623730951},"5":{"tf":1.7320508075688772},"52":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"74":{"tf":1.0}},"—":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}}}}}},"o":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"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":{"21":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"57":{"tf":1.0}}}}}}}}},"df":3,"docs":{"21":{"tf":1.4142135623730951},"33":{"tf":1.0},"57":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":7,"docs":{"15":{"tf":1.0},"25":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"42":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"23":{"tf":1.0},"24":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"19":{"tf":1.0},"5":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"0":{"tf":1.0},"3":{"tf":1.0}}},"s":{"df":16,"docs":{"0":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"23":{"tf":1.4142135623730951},"24":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.4142135623730951},"44":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"69":{"tf":1.0},"73":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.0}},"u":{"df":4,"docs":{"13":{"tf":1.4142135623730951},"2":{"tf":1.0},"21":{"tf":1.0},"37":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"12":{"tf":1.0},"16":{"tf":1.0},"24":{"tf":1.0},"9":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"21":{"tf":1.0},"71":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"5":{"tf":1.0},"59":{"tf":1.0},"67":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"49":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"3":{"tf":1.0},"73":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"11":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":4,"docs":{"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"r":{"df":9,"docs":{"14":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"59":{"tf":1.0},"64":{"tf":1.0},"69":{"tf":1.4142135623730951},"71":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"df":6,"docs":{"23":{"tf":1.0},"28":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"67":{"tf":1.0},"72":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":9,"docs":{"0":{"tf":1.7320508075688772},"18":{"tf":1.0},"21":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.0},"28":{"tf":1.0},"46":{"tf":1.0},"74":{"tf":1.0},"8":{"tf":1.0}}}}}},"i":{"d":{"df":2,"docs":{"54":{"tf":1.0},"61":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"18":{"tf":1.0},"38":{"tf":1.0},"51":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"63":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"m":{"df":4,"docs":{"16":{"tf":1.0},"33":{"tf":1.0},"57":{"tf":1.7320508075688772},"69":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"40":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"1":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"71":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"0":{"tf":1.0},"59":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"21":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"58":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"0":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"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":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":17,"docs":{"20":{"tf":1.4142135623730951},"28":{"tf":1.0},"30":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.7320508075688772},"50":{"tf":1.0},"51":{"tf":2.0},"52":{"tf":1.0},"53":{"tf":1.7320508075688772},"57":{"tf":1.0},"59":{"tf":1.0},"72":{"tf":1.4142135623730951},"74":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"40":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":4,"docs":{"46":{"tf":1.4142135623730951},"51":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":4,"docs":{"13":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"59":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"0":{"tf":1.0},"59":{"tf":1.0},"69":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":8,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0},"69":{"tf":1.4142135623730951},"71":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"37":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"22":{"tf":1.0},"25":{"tf":1.0},"71":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"16":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"23":{"tf":1.0},"27":{"tf":1.0}}}},"df":1,"docs":{"4":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"14":{"tf":1.0},"16":{"tf":1.0},"58":{"tf":1.0},"69":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"18":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":4,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"49":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":3,"docs":{"49":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"50":{"tf":1.4142135623730951},"64":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":3,"docs":{"33":{"tf":1.0},"34":{"tf":1.0},"65":{"tf":1.0}}}}}}}},"d":{"[":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"5":{"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":10,"docs":{"0":{"tf":3.0},"10":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"55":{"tf":1.0},"64":{"tf":1.0},"74":{"tf":2.0}},"t":{"a":{"df":15,"docs":{"0":{"tf":2.6457513110645907},"13":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"23":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.4142135623730951},"5":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"69":{"tf":1.0},"71":{"tf":1.4142135623730951},"73":{"tf":1.0},"74":{"tf":2.0}}},"df":0,"docs":{}}},"df":2,"docs":{"13":{"tf":1.0},"5":{"tf":1.0}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":3,"docs":{"39":{"tf":1.0},"57":{"tf":1.0},"9":{"tf":1.0}},"g":{"df":2,"docs":{"12":{"tf":1.0},"70":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"13":{"tf":1.0},"18":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"r":{"df":7,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.0},"59":{"tf":1.0},"7":{"tf":1.4142135623730951},"74":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"14":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"58":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"68":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":5,"docs":{"22":{"tf":1.0},"59":{"tf":1.0},"64":{"tf":1.0},"66":{"tf":1.0},"9":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"18":{"tf":1.0},"59":{"tf":1.0},"71":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"71":{"tf":1.0}}}}}}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"51":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"y":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":3,"docs":{"30":{"tf":1.4142135623730951},"44":{"tf":1.0},"45":{"tf":1.4142135623730951}},"s":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"23":{"tf":1.0},"36":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"a":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":9,"docs":{"17":{"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},"69":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"57":{"tf":1.0},"73":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":15,"docs":{"13":{"tf":1.4142135623730951},"14":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":2.0},"37":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"59":{"tf":1.4142135623730951},"69":{"tf":1.0},"7":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"5":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"61":{"tf":1.0},"66":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":6,"docs":{"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"3":{"tf":1.0},"5":{"tf":1.0},"59":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"16":{"tf":1.0},"59":{"tf":1.0},"74":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"48":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":3,"docs":{"14":{"tf":1.0},"32":{"tf":1.0},"4":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"28":{"tf":1.0},"46":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"12":{"tf":1.0},"9":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"22":{"tf":1.4142135623730951},"24":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":8,"docs":{"14":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.4142135623730951}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"56":{"tf":1.0}},"t":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"15":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.0},"73":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"39":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"40":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"70":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":3,"docs":{"0":{"tf":1.7320508075688772},"64":{"tf":1.0},"74":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"57":{"tf":1.0},"58":{"tf":1.0}},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"14":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"40":{"tf":1.0},"5":{"tf":1.0},"57":{"tf":1.0},"69":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"24":{"tf":1.0},"32":{"tf":1.0},"69":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"\'":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":2,"docs":{"56":{"tf":1.0},"66":{"tf":1.0}}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"13":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"34":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.7320508075688772}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"[":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{}},"df":10,"docs":{"13":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"3":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"66":{"tf":1.0}},"n":{"df":1,"docs":{"19":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"p":{"/":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"32":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"l":{"df":6,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"61":{"tf":1.0},"69":{"tf":1.0},"71":{"tf":1.0}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":10,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"18":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"37":{"tf":1.0},"59":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"2":{"0":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"5":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"7":{"5":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":4,"docs":{"13":{"tf":1.0},"54":{"tf":1.0},"67":{"tf":1.0},"74":{"tf":1.4142135623730951}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"50":{"tf":1.4142135623730951},"66":{"tf":1.7320508075688772},"67":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":10,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":1.0},"44":{"tf":1.0},"51":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":1.0},"66":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"66":{"tf":1.0}}}}}}},"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"13":{"tf":1.0}}}}},"df":0,"docs":{}},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"14":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"57":{"tf":1.0}}}}},"s":{"df":1,"docs":{"40":{"tf":1.0}},"i":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":1,"docs":{"13":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"18":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}}}},"m":{"b":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"3":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"22":{"tf":1.0},"28":{"tf":1.0},"57":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":4,"docs":{"44":{"tf":1.0},"45":{"tf":1.0},"49":{"tf":1.0},"9":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"d":{"df":5,"docs":{"17":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"65":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"54":{"tf":1.0},"63":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"11":{"tf":1.0},"36":{"tf":1.0},"59":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"16":{"tf":1.0},"3":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":5,"docs":{"11":{"tf":1.4142135623730951},"18":{"tf":1.0},"59":{"tf":1.0},"71":{"tf":1.0},"73":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":10,"docs":{"0":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.4142135623730951},"64":{"tf":1.0},"74":{"tf":1.0}}}}},"v":{"df":1,"docs":{"42":{"tf":1.0}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":23,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.7320508075688772},"38":{"tf":1.4142135623730951},"41":{"tf":1.0},"42":{"tf":1.0},"5":{"tf":1.0},"57":{"tf":1.7320508075688772},"69":{"tf":1.0},"72":{"tf":1.4142135623730951},"73":{"tf":1.0},"8":{"tf":1.4142135623730951}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"72":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"61":{"tf":1.0}}}}}}},"r":{"(":{"\\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"66":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"3":{"tf":1.0},"62":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"2":{"tf":1.0},"4":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"a":{"df":0,"docs":{},"l":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"67":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":6,"docs":{"13":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"37":{"tf":1.0},"59":{"tf":1.0},"62":{"tf":1.0},"67":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"63":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":3,"docs":{"14":{"tf":1.0},"5":{"tf":1.0},"58":{"tf":1.0}}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":7,"docs":{"16":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.0},"4":{"tf":1.4142135623730951},"50":{"tf":1.0},"65":{"tf":1.0},"69":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"r":{"df":11,"docs":{"0":{"tf":2.0},"18":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"56":{"tf":1.0},"71":{"tf":1.4142135623730951},"74":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":7,"docs":{"0":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.0},"69":{"tf":1.0},"74":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"65":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":3,"docs":{"45":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"66":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":44,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"13":{"tf":2.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"21":{"tf":1.7320508075688772},"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.7320508075688772},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.4142135623730951},"42":{"tf":1.7320508075688772},"44":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.4142135623730951},"51":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"59":{"tf":2.23606797749979},"61":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":2.0},"67":{"tf":1.7320508075688772},"68":{"tf":1.0},"69":{"tf":1.0},"71":{"tf":1.0},"73":{"tf":1.4142135623730951},"74":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"47":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.0},"24":{"tf":1.0},"71":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}}}},"s":{"df":4,"docs":{"51":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.4142135623730951},"61":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"57":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"—":{"a":{"d":{"df":0,"docs":{},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"72":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"71":{"tf":1.0},"8":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":8,"docs":{"0":{"tf":1.0},"14":{"tf":1.0},"4":{"tf":1.7320508075688772},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.0},"64":{"tf":1.0},"74":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":2,"docs":{"17":{"tf":1.0},"50":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"54":{"tf":1.0}}}}}}},"}":{"\\"":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"67":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"f":{"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"10":{"tf":1.4142135623730951},"16":{"tf":1.0}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"64":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"13":{"tf":1.0},"61":{"tf":1.0},"73":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":12,"docs":{"14":{"tf":1.0},"18":{"tf":1.0},"24":{"tf":1.0},"32":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":2.0},"63":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}},"k":{"df":0,"docs":{},"e":{"df":2,"docs":{"30":{"tf":1.0},"34":{"tf":1.0}}}},"l":{"df":0,"docs":{},"s":{"df":3,"docs":{"11":{"tf":1.0},"57":{"tf":1.0},"73":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}}}},"q":{"df":1,"docs":{"73":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"18":{"tf":1.0},"34":{"tf":1.0},"61":{"tf":1.0},"68":{"tf":1.0},"8":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"39":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"56":{"tf":1.0}}}}}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"24":{"tf":1.0},"34":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"34":{"tf":1.0},"48":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":1,"docs":{"33":{"tf":1.0}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"24":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"33":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"73":{"tf":1.0}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"18":{"tf":1.0},"62":{"tf":1.0},"67":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"22":{"tf":1.0},"24":{"tf":1.0},"49":{"tf":1.0},"57":{"tf":1.0},"9":{"tf":1.0}},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"73":{"tf":1.0}}}}}}}}}},"t":{"df":6,"docs":{"16":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"5":{"tf":1.0},"57":{"tf":1.0},"65":{"tf":1.0}}},"x":{"df":1,"docs":{"9":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"37":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"57":{"tf":1.0}}},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"72":{"tf":1.0}}}},"p":{"df":2,"docs":{"44":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"21":{"tf":1.0},"42":{"tf":1.0},"5":{"tf":1.0},"57":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":5,"docs":{"14":{"tf":1.0},"26":{"tf":1.0},"37":{"tf":1.0},"5":{"tf":1.0},"57":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"69":{"tf":1.0},"71":{"tf":1.0}}}}}}},"n":{"df":9,"docs":{"11":{"tf":1.0},"45":{"tf":1.0},"49":{"tf":1.7320508075688772},"50":{"tf":1.7320508075688772},"66":{"tf":2.449489742783178},"67":{"tf":2.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}},"o":{"c":{"df":0,"docs":{},"u":{"df":2,"docs":{"50":{"tf":1.0},"7":{"tf":1.0}},"s":{"df":4,"docs":{"0":{"tf":1.0},"16":{"tf":1.0},"52":{"tf":1.0},"57":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"37":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"66":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"t":{"!":{"(":{"\\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"67":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"5":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"2":{"tf":1.0},"22":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"61":{"tf":1.0},"62":{"tf":1.0}}}}}}}}}}},"df":18,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.4142135623730951},"2":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.7320508075688772},"43":{"tf":1.0},"5":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"65":{"tf":1.0},"69":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951},"71":{"tf":1.0}},"’":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"3":{"tf":1.0},"34":{"tf":1.0},"56":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"22":{"tf":1.0},"24":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"9":{"tf":1.0}}}}}}},"d":{"df":1,"docs":{"71":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}}},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"35":{"tf":1.0}}}}}},"g":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"3":{"tf":1.0},"72":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"42":{"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":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":3,"docs":{"48":{"tf":1.0},"61":{"tf":1.0},"66":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":8,"docs":{"14":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"35":{"tf":1.0},"5":{"tf":1.4142135623730951},"59":{"tf":1.0},"66":{"tf":1.0},"74":{"tf":1.0}}}}},"t":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"66":{"tf":1.0},"67":{"tf":1.0}}}},"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":1,"docs":{"1":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"74":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"18":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{},"o":{"d":{"df":5,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"40":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"51":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":3,"docs":{"18":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"13":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":1,"docs":{"68":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"51":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":4,"docs":{"15":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0},"70":{"tf":1.0}}},"df":0,"docs":{}}},"df":3,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"32":{"tf":1.0}}}},"n":{"d":{"df":1,"docs":{"13":{"tf":1.0}},"l":{"df":2,"docs":{"48":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"13":{"tf":1.0},"47":{"tf":1.0}}}}}},"r":{"d":{"df":1,"docs":{"9":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"26":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"54":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"10":{"tf":1.4142135623730951},"18":{"tf":1.0},"5":{"tf":1.0},"56":{"tf":1.0}},"i":{"df":3,"docs":{"10":{"tf":1.0},"21":{"tf":1.0},"54":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":4,"docs":{"46":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"p":{"df":1,"docs":{"6":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"0":{"tf":1.0},"67":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":9,"docs":{"13":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"31":{"tf":1.0},"5":{"tf":1.0},"69":{"tf":1.0},"71":{"tf":1.0},"74":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"10":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"16":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"14":{"tf":1.0},"39":{"tf":1.0},"57":{"tf":1.0},"69":{"tf":1.0},"73":{"tf":1.0},"8":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"69":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"c":{"df":2,"docs":{"48":{"tf":1.0},"54":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"i":{"[":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"a":{"df":9,"docs":{"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},"66":{"tf":1.0},"67":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"66":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"i":{"df":2,"docs":{"15":{"tf":1.0},"4":{"tf":1.4142135623730951}},"i":{"df":2,"docs":{"4":{"tf":1.0},"58":{"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":3,"docs":{"25":{"tf":1.0},"29":{"tf":1.0},"65":{"tf":1.0}}}}}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.4142135623730951}}}},"l":{"df":3,"docs":{"49":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"44":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"69":{"tf":1.0}}}}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":6,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"45":{"tf":1.4142135623730951},"50":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":11,"docs":{"10":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"46":{"tf":1.0},"55":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"27":{"tf":1.0},"54":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"72":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"5":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"\\"":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"66":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"49":{"tf":1.0},"50":{"tf":1.4142135623730951}}}},"i":{"c":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}},"u":{"c":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"3":{"tf":1.0},"7":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"13":{"tf":1.0},"22":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"21":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":3,"docs":{"21":{"tf":1.7320508075688772},"61":{"tf":1.0},"66":{"tf":1.4142135623730951}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"21":{"tf":1.0},"61":{"tf":1.0},"66":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"57":{"tf":1.0}}}}}}},"df":2,"docs":{"40":{"tf":1.0},"57":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"72":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"72":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":4,"docs":{"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"3":{"tf":1.0},"69":{"tf":1.0}}}},"n":{"d":{"df":4,"docs":{"18":{"tf":1.0},"59":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":5,"docs":{"14":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"7":{"tf":1.0},"71":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"29":{"tf":1.0},"32":{"tf":1.0},"56":{"tf":1.0}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"59":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":3,"docs":{"10":{"tf":2.0},"30":{"tf":1.0},"69":{"tf":1.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"14":{"tf":1.0},"18":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"6":{"tf":1.0}}}}}},"v":{"df":3,"docs":{"33":{"tf":1.0},"72":{"tf":1.0},"8":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":2,"docs":{"43":{"tf":1.0},"9":{"tf":1.0}},"t":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":3,"docs":{"3":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":2,"docs":{"57":{"tf":1.0},"66":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"18":{"tf":1.0},"23":{"tf":1.4142135623730951},"39":{"tf":1.0}}}}},"v":{"df":2,"docs":{"4":{"tf":1.0},"70":{"tf":1.0}}}},"j":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"g":{"df":4,"docs":{"14":{"tf":1.0},"5":{"tf":1.0},"59":{"tf":1.0},"74":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"k":{"8":{"df":9,"docs":{"17":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.4142135623730951},"44":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.0},"73":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":23,"docs":{"12":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.4142135623730951},"18":{"tf":1.0},"22":{"tf":1.7320508075688772},"23":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"28":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"51":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"64":{"tf":1.0},"68":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951},"8":{"tf":1.0}}}},"y":{"df":3,"docs":{"54":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0}}}},"n":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"71":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"14":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"41":{"tf":1.0},"5":{"tf":1.0},"69":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"30":{"tf":1.0}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"14":{"tf":1.0},"8":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"33":{"tf":1.0},"59":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"30":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0}},"y":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"22":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"39":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"27":{"tf":1.0},"5":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"16":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"64":{"tf":1.0},"71":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"13":{"tf":1.0},"59":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":12,"docs":{"13":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"5":{"tf":1.0},"59":{"tf":1.0},"69":{"tf":1.0},"71":{"tf":1.0},"74":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":2,"docs":{"13":{"tf":1.4142135623730951},"36":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"66":{"tf":1.0}}}}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"20":{"tf":1.0},"47":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"21":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":23,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"13":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.4142135623730951},"3":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.0},"57":{"tf":1.0},"69":{"tf":1.0},"71":{"tf":1.0},"73":{"tf":1.4142135623730951},"74":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}},"o":{"a":{"d":{"df":2,"docs":{"31":{"tf":1.0},"54":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"df":15,"docs":{"1":{"tf":1.0},"12":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"23":{"tf":1.0},"37":{"tf":1.4142135623730951},"39":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.0},"69":{"tf":1.0},"73":{"tf":1.0}}},"t":{"df":1,"docs":{"69":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":3,"docs":{"66":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0}},"i":{"c":{"df":2,"docs":{"65":{"tf":1.0},"68":{"tf":1.0}}},"df":0,"docs":{}},"s":{"/":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"57":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"57":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":5,"docs":{"11":{"tf":1.0},"18":{"tf":1.0},"59":{"tf":1.0},"71":{"tf":1.0},"73":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"32":{"tf":1.0},"73":{"tf":1.0}}},"p":{"df":3,"docs":{"24":{"tf":1.0},"39":{"tf":1.0},"7":{"tf":1.0}}},"s":{"df":1,"docs":{"16":{"tf":1.0}}}},"w":{"df":1,"docs":{"31":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}}}},"r":{"df":2,"docs":{"13":{"tf":1.0},"5":{"tf":1.0}}},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"14":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"40":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"16":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":9,"docs":{"11":{"tf":1.0},"45":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"0":{"tf":1.0},"14":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":6,"docs":{"14":{"tf":1.4142135623730951},"18":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"69":{"tf":1.0},"9":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":6,"docs":{"18":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.0},"59":{"tf":1.0},"71":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":3,"docs":{"17":{"tf":1.0},"57":{"tf":1.0},"69":{"tf":1.0}}},"t":{"c":{"df":0,"docs":{},"h":{"df":4,"docs":{"22":{"tf":1.0},"24":{"tf":1.0},"4":{"tf":1.0},"65":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"70":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"10":{"tf":1.0},"18":{"tf":1.0},"41":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}},"x":{"df":1,"docs":{"45":{"tf":1.0}}},"y":{"b":{"df":1,"docs":{"11":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":9,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"18":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.0},"51":{"tf":1.0},"59":{"tf":1.0},"73":{"tf":1.0}}}}},"t":{"df":1,"docs":{"22":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"54":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"10":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"1":{"tf":1.0},"16":{"tf":1.0},"2":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"13":{"tf":1.0},"21":{"tf":1.0},"42":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"57":{"tf":1.0},"74":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"c":{"df":7,"docs":{"13":{"tf":1.0},"33":{"tf":1.0},"48":{"tf":1.4142135623730951},"57":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"72":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"i":{"d":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}}},"df":1,"docs":{"45":{"tf":1.0}},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"24":{"tf":1.0},"26":{"tf":1.0},"39":{"tf":1.0},"65":{"tf":1.0},"68":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":3,"docs":{"11":{"tf":1.4142135623730951},"54":{"tf":1.0},"71":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"63":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"72":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":4,"docs":{"57":{"tf":1.0},"61":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0}}}},"x":{"df":2,"docs":{"72":{"tf":1.0},"9":{"tf":1.0}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"32":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":9,"docs":{"1":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"2":{"tf":1.0},"22":{"tf":1.0},"31":{"tf":1.0},"4":{"tf":1.4142135623730951},"59":{"tf":1.7320508075688772},"69":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"0":{"tf":1.0},"14":{"tf":1.0},"36":{"tf":1.0}}}},"df":1,"docs":{"61":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"47":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"68":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"14":{"tf":1.0},"24":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":9,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"2":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"40":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"24":{"tf":1.0},"71":{"tf":1.0},"73":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"66":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":3,"docs":{"49":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"61":{"tf":1.0},"66":{"tf":1.0}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"5":{"tf":1.0}}}}}}},"df":2,"docs":{"10":{"tf":1.0},"31":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"24":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":9,"docs":{"22":{"tf":1.0},"3":{"tf":1.0},"42":{"tf":1.0},"49":{"tf":1.0},"57":{"tf":1.4142135623730951},"67":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.4142135623730951},"9":{"tf":1.0}},"—":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"g":{"df":2,"docs":{"32":{"tf":1.0},"57":{"tf":1.0}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":12,"docs":{"0":{"tf":2.0},"16":{"tf":1.0},"18":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":1.0},"35":{"tf":1.4142135623730951},"5":{"tf":1.0},"59":{"tf":1.0},"69":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"34":{"tf":1.0},"47":{"tf":1.0}}}}},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"66":{"tf":1.0},"67":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":7,"docs":{"29":{"tf":1.0},"4":{"tf":1.0},"54":{"tf":1.0},"59":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"69":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"66":{"tf":1.0},"67":{"tf":1.0}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"48":{"tf":1.0},"63":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":6,"docs":{"44":{"tf":1.4142135623730951},"48":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"53":{"tf":1.0},"63":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":34,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.0},"13":{"tf":1.4142135623730951},"16":{"tf":1.7320508075688772},"18":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.4142135623730951},"23":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.7320508075688772},"30":{"tf":1.0},"34":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.7320508075688772},"45":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.4142135623730951},"49":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.7320508075688772},"59":{"tf":1.0},"61":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.4142135623730951},"72":{"tf":1.0},"74":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":2,"docs":{"24":{"tf":1.0},"9":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"df":7,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"3":{"tf":1.7320508075688772},"34":{"tf":1.0},"57":{"tf":1.0}}}},"w":{"df":2,"docs":{"4":{"tf":1.0},"50":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"22":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"[":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":19,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.4142135623730951},"18":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.4142135623730951},"47":{"tf":1.0},"5":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.7320508075688772},"59":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.4142135623730951},"73":{"tf":1.0},"74":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"24":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"13":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"69":{"tf":1.0},"71":{"tf":1.0}}}}}},"k":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"\\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"66":{"tf":1.0},"67":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":3,"docs":{"49":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0}}},"n":{"c":{"df":4,"docs":{"13":{"tf":1.0},"5":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0}}},"df":6,"docs":{"16":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"42":{"tf":1.0},"54":{"tf":1.0},"64":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"41":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"18":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.4142135623730951},"50":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":2.0},"73":{"tf":1.0}}}},"t":{"df":2,"docs":{"22":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"13":{"tf":1.0},"28":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"63":{"tf":1.0}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":7,"docs":{"14":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"39":{"tf":1.0},"5":{"tf":1.0},"69":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"22":{"tf":1.0},"73":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.0}}}}},"df":1,"docs":{"30":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"56":{"tf":1.0}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":9,"docs":{"13":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0},"5":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"62":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"10":{"tf":1.0},"3":{"tf":1.0},"7":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"5":{"tf":1.0}}}}}}}}}},"p":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"13":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"30":{"tf":1.0}}},"k":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"17":{"tf":1.0},"69":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"52":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":7,"docs":{"1":{"tf":1.0},"23":{"tf":1.0},"32":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"5":{"tf":1.0},"55":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"35":{"tf":1.0},"5":{"tf":1.0},"64":{"tf":1.0},"74":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}}}}}},"df":0,"docs":{},"t":{"df":5,"docs":{"15":{"tf":1.0},"2":{"tf":1.0},"4":{"tf":2.449489742783178},"58":{"tf":1.0},"70":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"54":{"tf":1.0}}}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":5,"docs":{"0":{"tf":1.0},"20":{"tf":1.0},"64":{"tf":1.0},"71":{"tf":1.0},"74":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"23":{"tf":1.0},"37":{"tf":1.0},"57":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":1,"docs":{"13":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"20":{"tf":1.0},"27":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":8,"docs":{"16":{"tf":1.0},"22":{"tf":2.0},"23":{"tf":1.0},"24":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.4142135623730951},"54":{"tf":1.0},"56":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"30":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0}}}},"r":{"df":5,"docs":{"22":{"tf":1.0},"26":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"8":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"5":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"31":{"tf":1.4142135623730951},"36":{"tf":2.8284271247461903}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":2,"docs":{"4":{"tf":1.0},"6":{"tf":1.0}}}}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":7,"docs":{"18":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"66":{"tf":1.0},"71":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"16":{"tf":1.0},"17":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"73":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"21":{"tf":1.0},"36":{"tf":1.0}}}}}}}},"l":{"a":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":17,"docs":{"1":{"tf":1.0},"13":{"tf":2.23606797749979},"14":{"tf":1.0},"16":{"tf":1.4142135623730951},"21":{"tf":1.0},"23":{"tf":1.4142135623730951},"3":{"tf":1.0},"32":{"tf":1.0},"37":{"tf":2.0},"38":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"45":{"tf":1.0},"5":{"tf":1.4142135623730951},"59":{"tf":1.0},"69":{"tf":1.0},"73":{"tf":1.0},"9":{"tf":1.0}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"57":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"u":{"df":2,"docs":{"27":{"tf":1.0},"28":{"tf":1.0}},"g":{"df":1,"docs":{"65":{"tf":1.0}},"g":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"14":{"tf":1.0},"19":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"54":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"10":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"12":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0}}}},"df":0,"docs":{}},"df":3,"docs":{"40":{"tf":1.0},"57":{"tf":1.0},"72":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"33":{"tf":1.0},"36":{"tf":1.0},"59":{"tf":1.0},"74":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"15":{"tf":1.0},"24":{"tf":1.0},"47":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"14":{"tf":1.0},"5":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"10":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"16":{"tf":1.0},"69":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"37":{"tf":1.4142135623730951},"57":{"tf":2.0},"59":{"tf":1.0},"61":{"tf":1.0}}}}}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"28":{"tf":1.0},"57":{"tf":1.0}}}},"t":{"df":3,"docs":{"24":{"tf":1.0},"64":{"tf":1.0},"72":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"21":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"23":{"tf":1.0},"37":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"69":{"tf":1.4142135623730951}}}}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"12":{"tf":1.0},"6":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"o":{"b":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":8,"docs":{"18":{"tf":1.0},"22":{"tf":1.0},"42":{"tf":1.0},"54":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"16":{"tf":1.0},"18":{"tf":1.0},"39":{"tf":1.0},"5":{"tf":1.0}}}}}},"d":{"df":1,"docs":{"56":{"tf":1.0}},"u":{"c":{"df":6,"docs":{"0":{"tf":1.4142135623730951},"21":{"tf":1.0},"34":{"tf":1.0},"63":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0}},"t":{"df":4,"docs":{"11":{"tf":1.0},"29":{"tf":1.0},"47":{"tf":1.0},"74":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"10":{"tf":1.0},"13":{"tf":1.0},"18":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.4142135623730951},"46":{"tf":1.0},"59":{"tf":1.0},"72":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"35":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":9,"docs":{"0":{"tf":1.0},"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"33":{"tf":1.0},"73":{"tf":1.0},"8":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"11":{"tf":1.0},"66":{"tf":1.0}},"r":{"df":1,"docs":{"57":{"tf":1.0}}}},"i":{"d":{"df":8,"docs":{"34":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.4142135623730951},"48":{"tf":1.0},"50":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":2,"docs":{"13":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"42":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"66":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"b":{"df":3,"docs":{"50":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"0":{"tf":1.0},"74":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"73":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"19":{"tf":1.0},"3":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"q":{"a":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"23":{"tf":1.0},"4":{"tf":1.0},"70":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"r":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":3,"docs":{"35":{"tf":1.4142135623730951},"54":{"tf":1.0},"9":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"35":{"tf":1.0},"44":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"45":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"df":12,"docs":{"10":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"31":{"tf":1.4142135623730951},"54":{"tf":1.0},"71":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"13":{"tf":1.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"67":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"66":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"l":{"df":3,"docs":{"42":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0}},"e":{"df":0,"docs":{},"—":{"a":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"19":{"tf":1.0},"22":{"tf":1.0},"71":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"4":{"tf":1.0}},"i":{"df":11,"docs":{"13":{"tf":1.4142135623730951},"16":{"tf":1.0},"28":{"tf":1.0},"34":{"tf":1.4142135623730951},"37":{"tf":1.0},"42":{"tf":1.7320508075688772},"5":{"tf":1.0},"57":{"tf":1.7320508075688772},"63":{"tf":1.0},"7":{"tf":1.0},"72":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"69":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":4,"docs":{"0":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"65":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"1":{"tf":1.0},"3":{"tf":1.0},"47":{"tf":1.0},"56":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"63":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":6,"docs":{"20":{"tf":1.0},"23":{"tf":1.0},"43":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"73":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":3,"docs":{"14":{"tf":1.0},"22":{"tf":1.0},"73":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"4":{"tf":1.4142135623730951},"58":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"0":{"tf":1.0}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"37":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}},"x":{"df":2,"docs":{"42":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"24":{"tf":1.0},"63":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"21":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"14":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"59":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":5,"docs":{"18":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"66":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":7,"docs":{"0":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"49":{"tf":1.0},"73":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":8,"docs":{"18":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.4142135623730951},"28":{"tf":1.0},"32":{"tf":1.0},"73":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"13":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":5,"docs":{"17":{"tf":1.0},"5":{"tf":1.0},"55":{"tf":1.0},"59":{"tf":1.0},"74":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"p":{"df":1,"docs":{"53":{"tf":1.0}}}},"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":19,"docs":{"13":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"28":{"tf":1.4142135623730951},"36":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.4142135623730951},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.4142135623730951},"74":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"49":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":7,"docs":{"24":{"tf":1.0},"37":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.4142135623730951},"6":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":3,"docs":{"0":{"tf":1.4142135623730951},"10":{"tf":1.0},"74":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"62":{"tf":1.0},"66":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"16":{"tf":1.4142135623730951},"22":{"tf":1.0},"62":{"tf":1.0},"69":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":4,"docs":{"14":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"73":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"14":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"68":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"11":{"tf":1.0},"73":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":7,"docs":{"28":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"5":{"tf":1.0},"59":{"tf":1.0},"69":{"tf":1.0},"74":{"tf":1.4142135623730951}}}}},"p":{"c":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":6,"docs":{"48":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"61":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.7320508075688772},"67":{"tf":1.4142135623730951}}}}}}}}},"df":28,"docs":{"1":{"tf":1.0},"11":{"tf":1.7320508075688772},"13":{"tf":1.7320508075688772},"14":{"tf":1.0},"15":{"tf":1.0},"18":{"tf":1.7320508075688772},"21":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.7320508075688772},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.7320508075688772},"4":{"tf":1.4142135623730951},"41":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.4142135623730951},"54":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":2.0},"6":{"tf":1.0},"67":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.7320508075688772},"73":{"tf":1.4142135623730951},"74":{"tf":1.7320508075688772}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":4,"docs":{"31":{"tf":1.0},"48":{"tf":1.0},"61":{"tf":1.0},"66":{"tf":1.4142135623730951}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":28,"docs":{"13":{"tf":1.0},"14":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.4142135623730951},"24":{"tf":1.0},"37":{"tf":1.7320508075688772},"38":{"tf":1.4142135623730951},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.7320508075688772},"44":{"tf":2.23606797749979},"45":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.7320508075688772},"57":{"tf":1.7320508075688772},"59":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"69":{"tf":1.7320508075688772},"72":{"tf":1.7320508075688772},"73":{"tf":1.7320508075688772},"74":{"tf":1.0}},"’":{"df":1,"docs":{"57":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"42":{"tf":1.0}},"{":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":7,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"35":{"tf":1.0},"42":{"tf":1.4142135623730951},"57":{"tf":1.0},"59":{"tf":1.0},"69":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"42":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"65":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"64":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":6,"docs":{"14":{"tf":1.0},"16":{"tf":1.0},"37":{"tf":1.4142135623730951},"44":{"tf":1.0},"69":{"tf":1.0},"73":{"tf":1.4142135623730951}}},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"0":{"tf":1.4142135623730951},"74":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"57":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"2":{"df":3,"docs":{"45":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}},"3":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":37,"docs":{"1":{"tf":1.0},"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":2.23606797749979},"17":{"tf":1.7320508075688772},"18":{"tf":1.7320508075688772},"19":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":2.0},"23":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"29":{"tf":1.0},"36":{"tf":1.7320508075688772},"37":{"tf":1.7320508075688772},"38":{"tf":1.0},"4":{"tf":1.7320508075688772},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"44":{"tf":1.0},"45":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.4142135623730951},"51":{"tf":1.0},"57":{"tf":1.4142135623730951},"59":{"tf":2.23606797749979},"6":{"tf":1.0},"68":{"tf":1.4142135623730951},"69":{"tf":2.23606797749979},"70":{"tf":1.0},"71":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"73":{"tf":1.7320508075688772},"74":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"31":{"tf":1.0},"41":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":2,"docs":{"47":{"tf":1.0},"56":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"57":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"24":{"tf":1.0},"31":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"d":{"df":8,"docs":{"22":{"tf":1.0},"24":{"tf":1.0},"42":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0}}},"df":4,"docs":{"18":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":1.0},"59":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"28":{"tf":1.0},"37":{"tf":1.0},"44":{"tf":1.0}}}},"df":0,"docs":{}},"f":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"66":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":3,"docs":{"22":{"tf":1.0},"66":{"tf":1.7320508075688772},"67":{"tf":1.7320508075688772}}}},"n":{"d":{"df":2,"docs":{"49":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"12":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"24":{"tf":1.0},"9":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"36":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"33":{"tf":1.0}}},"v":{"df":1,"docs":{"69":{"tf":1.0}},"i":{"c":{"df":3,"docs":{"10":{"tf":1.0},"40":{"tf":1.0},"72":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":8,"docs":{"13":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"26":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"58":{"tf":1.0},"71":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"17":{"tf":1.0},"40":{"tf":1.0},"72":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":20,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"18":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"25":{"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.4142135623730951},"36":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"65":{"tf":1.0},"71":{"tf":1.0},"74":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":8,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"24":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0},"59":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"71":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"0":{"tf":1.0},"11":{"tf":1.4142135623730951},"73":{"tf":1.0}}}},"w":{"df":5,"docs":{"1":{"tf":1.0},"16":{"tf":1.0},"29":{"tf":1.0},"4":{"tf":1.0},"65":{"tf":1.0}},"n":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":13,"docs":{"10":{"tf":1.7320508075688772},"12":{"tf":1.0},"13":{"tf":1.4142135623730951},"18":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"24":{"tf":1.0},"37":{"tf":1.7320508075688772},"57":{"tf":2.23606797749979},"63":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0}},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"26":{"tf":1.0},"66":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"14":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"30":{"tf":1.0},"34":{"tf":1.0},"54":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":3,"docs":{"13":{"tf":1.0},"40":{"tf":1.0},"5":{"tf":1.0}}}}},"t":{"df":1,"docs":{"16":{"tf":1.0}}},"z":{"df":0,"docs":{},"e":{"df":1,"docs":{"10":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":2,"docs":{"54":{"tf":1.0},"55":{"tf":1.0}},"w":{"df":5,"docs":{"3":{"tf":1.0},"30":{"tf":1.0},"57":{"tf":1.0},"72":{"tf":1.4142135623730951},"8":{"tf":1.0}},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"72":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"18":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":5,"docs":{"22":{"tf":1.0},"26":{"tf":1.0},"68":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"62":{"tf":1.0},"67":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"3":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"49":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"4":{"tf":1.0}}},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"32":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"13":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"64":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":9,"docs":{"13":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"28":{"tf":1.0},"36":{"tf":1.0},"46":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":1.0},"71":{"tf":1.0}},"i":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":4,"docs":{"24":{"tf":1.0},"38":{"tf":1.0},"73":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"t":{"a":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"18":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"36":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"72":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"24":{"tf":1.0},"72":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"49":{"tf":1.0},"66":{"tf":1.0}}}}}}},"df":0,"docs":{}},"_":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"62":{"tf":1.0},"67":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":15,"docs":{"13":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.0},"54":{"tf":1.0},"57":{"tf":1.7320508075688772},"59":{"tf":1.0},"61":{"tf":1.0},"66":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"10":{"tf":1.7320508075688772},"13":{"tf":1.0},"24":{"tf":1.0},"31":{"tf":1.0}}},"i":{"c":{"df":2,"docs":{"49":{"tf":1.0},"66":{"tf":1.0}}},"df":0,"docs":{}}},"y":{"df":6,"docs":{"19":{"tf":1.0},"22":{"tf":1.0},"33":{"tf":1.0},"54":{"tf":1.0},"67":{"tf":1.0},"73":{"tf":1.0}}}},"d":{":":{":":{"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":{}}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{":":{":":{"a":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"66":{"tf":1.0}}},"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":{":":{":":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"45":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"22":{"tf":1.0},"57":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"30":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"73":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":4,"docs":{"13":{"tf":1.0},"54":{"tf":1.0},"59":{"tf":1.0},"74":{"tf":1.0}}}},"r":{"df":3,"docs":{"49":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"74":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"27":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"49":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"b":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":2,"docs":{"23":{"tf":1.0},"71":{"tf":1.4142135623730951}}}}}},"u":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":5,"docs":{"0":{"tf":1.0},"26":{"tf":1.0},"30":{"tf":1.4142135623730951},"32":{"tf":1.0},"74":{"tf":1.0}}}},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":6,"docs":{"0":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"26":{"tf":1.0},"32":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"0":{"tf":1.4142135623730951},"74":{"tf":1.0}}}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"5":{"tf":1.0},"59":{"tf":1.0},"71":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"41":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"12":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"48":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":7,"docs":{"17":{"tf":1.0},"44":{"tf":1.4142135623730951},"45":{"tf":1.0},"49":{"tf":1.7320508075688772},"52":{"tf":1.0},"53":{"tf":1.7320508075688772},"70":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":2,"docs":{"50":{"tf":1.0},"51":{"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":{"14":{"tf":1.0},"24":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"23":{"tf":1.0},"73":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"72":{"tf":1.0}}}}}}},"n":{"c":{"df":3,"docs":{"36":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"29":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":9,"docs":{"10":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"23":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.0},"59":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.4142135623730951}}}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"67":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":6,"docs":{"18":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"59":{"tf":1.0}}}}},"d":{"df":3,"docs":{"21":{"tf":1.0},"42":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":3,"docs":{"24":{"tf":1.0},"3":{"tf":1.4142135623730951},"71":{"tf":1.0}}},"r":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"22":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":30,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.0},"12":{"tf":1.0},"16":{"tf":2.0},"17":{"tf":1.7320508075688772},"18":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":2.23606797749979},"32":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"47":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.4142135623730951},"56":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.4142135623730951},"61":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951},"72":{"tf":1.0},"73":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"63":{"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":{"62":{"tf":1.0}}}},"df":0,"docs":{}}}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"{":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"67":{"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":{"49":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"66":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"66":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"64":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"s":{":":{":":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":2,"docs":{"43":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"23":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"14":{"tf":1.0},"37":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"0":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"m":{"df":0,"docs":{},"e":{"df":13,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"24":{"tf":1.0},"3":{"tf":1.4142135623730951},"31":{"tf":1.0},"33":{"tf":1.7320508075688772},"39":{"tf":1.0},"57":{"tf":1.0},"73":{"tf":1.0},"8":{"tf":2.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"42":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0}}}}},"r":{"df":1,"docs":{"30":{"tf":1.4142135623730951}}}}}},"o":{"d":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":6,"docs":{"0":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"l":{"df":2,"docs":{"47":{"tf":1.0},"57":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"33":{"tf":1.0},"35":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"30":{"tf":1.0},"52":{"tf":1.0}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":27,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"35":{"tf":1.7320508075688772},"37":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.7320508075688772},"52":{"tf":1.0},"59":{"tf":1.7320508075688772},"64":{"tf":1.0},"66":{"tf":1.4142135623730951},"69":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.4142135623730951},"74":{"tf":1.0},"9":{"tf":1.0}},"y":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"g":{"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":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"66":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"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":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"71":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"16":{"tf":1.0},"42":{"tf":1.0},"57":{"tf":1.0},"69":{"tf":1.0}}},"k":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"69":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":18,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.0},"28":{"tf":1.4142135623730951},"3":{"tf":1.0},"31":{"tf":1.4142135623730951},"42":{"tf":1.0},"46":{"tf":1.0},"5":{"tf":1.7320508075688772},"59":{"tf":1.0},"61":{"tf":1.0},"74":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"50":{"tf":1.4142135623730951},"65":{"tf":1.0},"71":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":15,"docs":{"10":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.7320508075688772},"27":{"tf":1.7320508075688772},"28":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.0},"71":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"73":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"5":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"7":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"(":{"5":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"(":{"1":{"0":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"23":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"17":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"57":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"20":{"tf":1.0},"32":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"4":{"tf":1.0},"72":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"45":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"73":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":3,"docs":{"24":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"38":{"tf":1.0},"5":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":1,"docs":{"26":{"tf":1.0}}}},"x":{"/":{"d":{"a":{"df":2,"docs":{"46":{"tf":1.0},"54":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"8":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"38":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"3":{"tf":1.4142135623730951},"30":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"4":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"56":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"67":{"tf":1.0},"72":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":3,"docs":{"23":{"tf":1.0},"55":{"tf":1.0},"69":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"17":{"tf":1.0},"23":{"tf":1.0},"45":{"tf":1.0},"51":{"tf":1.0}}}},"df":27,"docs":{"0":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"30":{"tf":1.4142135623730951},"31":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.7320508075688772},"49":{"tf":1.4142135623730951},"57":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"66":{"tf":2.23606797749979},"67":{"tf":1.7320508075688772},"69":{"tf":1.0},"71":{"tf":1.0},"73":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"10":{"tf":1.7320508075688772},"15":{"tf":1.0},"16":{"tf":1.0},"20":{"tf":1.0},"4":{"tf":1.0},"71":{"tf":1.0}}}},"i":{"df":0,"docs":{},"z":{"df":3,"docs":{"50":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"68":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"17":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":25,"docs":{"0":{"tf":2.0},"14":{"tf":1.0},"18":{"tf":1.4142135623730951},"23":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.0},"28":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"33":{"tf":1.0},"35":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"54":{"tf":1.4142135623730951},"56":{"tf":1.0},"59":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"71":{"tf":1.4142135623730951},"73":{"tf":1.0},"74":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"u":{"df":1,"docs":{"32":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"44":{"tf":1.0},"8":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"!":{"[":{"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":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":1,"docs":{"66":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":1,"docs":{"66":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"11":{"tf":1.0},"73":{"tf":1.0}},"f":{"df":2,"docs":{"14":{"tf":1.0},"34":{"tf":1.0}},"i":{"df":7,"docs":{"0":{"tf":1.4142135623730951},"21":{"tf":1.0},"30":{"tf":1.0},"57":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"14":{"tf":1.0}}}}}},"i":{"a":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":5,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"42":{"tf":1.0},"57":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":2,"docs":{"47":{"tf":1.0},"56":{"tf":1.0}}}},"w":{"[":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"13":{"tf":1.0},"37":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"22":{"tf":1.0},"8":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"t":{"df":13,"docs":{"16":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"42":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"69":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.4142135623730951},"73":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"4":{"tf":1.0},"47":{"tf":1.0},"7":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"31":{"tf":1.0}}}},"y":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":1,"docs":{"13":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"22":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"71":{"tf":1.0},"74":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"72":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":10,"docs":{"11":{"tf":1.0},"13":{"tf":1.4142135623730951},"18":{"tf":1.0},"21":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"55":{"tf":1.0},"59":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":4,"docs":{"40":{"tf":1.0},"61":{"tf":1.0},"68":{"tf":1.0},"72":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"68":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"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":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"5":{"0":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"df":1,"docs":{"11":{"tf":1.0}}},"6":{"0":{"df":1,"docs":{"11":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"0":{"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":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"10":{"tf":1.0},"33":{"tf":1.0},"55":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"1":{"tf":1.0},"14":{"tf":1.0},"34":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":3,"docs":{"3":{"tf":1.0},"44":{"tf":1.0},"7":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"69":{"tf":1.7320508075688772}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":45,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"13":{"tf":2.449489742783178},"14":{"tf":1.4142135623730951},"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.7320508075688772},"19":{"tf":1.4142135623730951},"20":{"tf":2.0},"21":{"tf":2.449489742783178},"22":{"tf":1.0},"23":{"tf":1.7320508075688772},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.7320508075688772},"28":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"37":{"tf":1.7320508075688772},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"46":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.7320508075688772},"5":{"tf":1.4142135623730951},"50":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":1.4142135623730951},"59":{"tf":2.23606797749979},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":2.23606797749979},"67":{"tf":1.0},"69":{"tf":1.0},"71":{"tf":1.7320508075688772},"72":{"tf":1.0},"73":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951}},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"36":{"tf":1.0},"49":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"16":{"tf":1.4142135623730951},"17":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"d":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"e":{"df":1,"docs":{"73":{"tf":1.0}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"’":{"df":0,"docs":{},"r":{"df":3,"docs":{"4":{"tf":1.4142135623730951},"46":{"tf":1.0},"56":{"tf":1.0}}}}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"31":{"tf":1.0}}}}}}}},"breadcrumbs":{"root":{"0":{"df":2,"docs":{"11":{"tf":1.0},"49":{"tf":1.0}}},"1":{"0":{"df":1,"docs":{"11":{"tf":1.0}}},"df":5,"docs":{"11":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}},"–":{"3":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}},"2":{"df":3,"docs":{"26":{"tf":1.4142135623730951},"36":{"tf":1.0},"9":{"tf":1.0}}},"3":{"df":1,"docs":{"36":{"tf":1.0}}},"4":{"df":1,"docs":{"36":{"tf":1.0}},"–":{"5":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}},"5":{"df":1,"docs":{"8":{"tf":1.0}}},"6":{"df":0,"docs":{},"–":{"7":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"a":{"[":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"74":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"42":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"42":{"tf":1.0},"49":{"tf":1.4142135623730951},"57":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"51":{"tf":1.0},"59":{"tf":1.0},"66":{"tf":1.0},"9":{"tf":1.0}}}},"v":{"df":11,"docs":{"13":{"tf":1.4142135623730951},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"37":{"tf":1.0},"5":{"tf":1.4142135623730951},"59":{"tf":1.0},"66":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"20":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"10":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"69":{"tf":1.0}}}}},"d":{"df":5,"docs":{"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"24":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"61":{"tf":1.0}}}}}}},"df":7,"docs":{"44":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.7320508075688772},"62":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951},"65":{"tf":1.0}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"23":{"tf":1.0},"25":{"tf":1.0},"57":{"tf":1.0},"71":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":8,"docs":{"29":{"tf":1.7320508075688772},"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}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"32":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"44":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"62":{"tf":1.0}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"72":{"tf":1.0}}}}}}}}}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":5,"docs":{"18":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"37":{"tf":1.0},"73":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":9,"docs":{"11":{"tf":1.0},"45":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":3,"docs":{"0":{"tf":1.0},"24":{"tf":1.0},"74":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"16":{"tf":1.0},"44":{"tf":1.0}}},"df":0,"docs":{}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":3,"docs":{"11":{"tf":1.0},"51":{"tf":1.0},"73":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.7320508075688772}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"i":{"df":7,"docs":{"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.7320508075688772},"51":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":6,"docs":{"4":{"tf":1.0},"70":{"tf":1.7320508075688772},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"2":{"tf":1.0},"35":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"5":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"17":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"57":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":8,"docs":{"29":{"tf":1.7320508075688772},"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}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"12":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"16":{"tf":1.0},"36":{"tf":1.0},"59":{"tf":1.0},"69":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":17,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.4142135623730951},"35":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.4142135623730951},"57":{"tf":1.0},"59":{"tf":1.0},"62":{"tf":1.0},"67":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"8":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"23":{"tf":1.0}}}},"t":{"df":2,"docs":{"17":{"tf":1.0},"57":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"0":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{":":{":":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"66":{"tf":1.0},"67":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"66":{"tf":1.0},"67":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":5,"docs":{"49":{"tf":1.0},"50":{"tf":1.4142135623730951},"61":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":6,"docs":{"13":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"68":{"tf":1.0},"71":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":6,"docs":{"1":{"tf":1.0},"12":{"tf":1.0},"18":{"tf":1.7320508075688772},"37":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"68":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":19,"docs":{"0":{"tf":1.4142135623730951},"10":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"37":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"59":{"tf":1.0},"69":{"tf":1.0},"71":{"tf":1.7320508075688772},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":7,"docs":{"10":{"tf":1.0},"24":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"8":{"tf":1.0}}},"df":0,"docs":{}}}}},"b":{"[":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"5":{"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":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"47":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"13":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"5":{"tf":1.0},"63":{"tf":1.0},"69":{"tf":1.0}}},"df":0,"docs":{}}}}},"d":{"df":3,"docs":{"11":{"tf":1.0},"32":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":6,"docs":{"23":{"tf":1.0},"24":{"tf":1.0},"38":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"28":{"tf":1.0},"59":{"tf":1.0},"62":{"tf":1.0},"67":{"tf":1.0}}}}}}}},"df":1,"docs":{"5":{"tf":1.0}},"e":{"c":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"67":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"24":{"tf":1.0},"37":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"72":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"42":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":13,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.7320508075688772},"37":{"tf":1.0},"41":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"24":{"tf":1.7320508075688772},"39":{"tf":1.0},"47":{"tf":1.4142135623730951},"51":{"tf":1.0}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":9,"docs":{"14":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0},"72":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"34":{"tf":1.0},"57":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"b":{"df":6,"docs":{"0":{"tf":2.0},"10":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"71":{"tf":1.0},"74":{"tf":1.4142135623730951}},"s":{"/":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"27":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"57":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"48":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":24,"docs":{"0":{"tf":1.7320508075688772},"10":{"tf":1.4142135623730951},"11":{"tf":2.23606797749979},"13":{"tf":1.4142135623730951},"18":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"24":{"tf":1.0},"26":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.4142135623730951},"33":{"tf":2.449489742783178},"34":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.0},"69":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.4142135623730951},"73":{"tf":2.0},"74":{"tf":1.7320508075688772},"8":{"tf":1.7320508075688772}},"f":{"df":0,"docs":{},"e":{"df":2,"docs":{"33":{"tf":1.0},"74":{"tf":1.0}},"e":{"d":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":3,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"4":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"h":{"df":6,"docs":{"0":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"27":{"tf":1.0},"71":{"tf":1.0},"74":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"36":{"tf":1.0},"59":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":1,"docs":{"49":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"a":{"d":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"10":{"tf":1.0}}},"r":{"df":1,"docs":{"5":{"tf":1.0}}}}}}},"u":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"33":{"tf":1.0},"54":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":9,"docs":{"13":{"tf":1.0},"29":{"tf":1.0},"35":{"tf":1.0},"45":{"tf":1.0},"59":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"44":{"tf":1.0},"49":{"tf":1.0},"71":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":2,"docs":{"3":{"tf":1.0},"43":{"tf":1.0}}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":5,"docs":{"22":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"66":{"tf":1.7320508075688772},"68":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"31":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"z":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"32":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}},"c":{"[":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"5":{"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":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"10":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":4,"docs":{"33":{"tf":1.0},"72":{"tf":1.4142135623730951},"73":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"48":{"tf":1.0},"68":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"66":{"tf":1.0}}}}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":6,"docs":{"0":{"tf":1.0},"29":{"tf":1.0},"59":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"37":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0},"73":{"tf":1.0}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"3":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"72":{"tf":1.0}}}}},"df":1,"docs":{"5":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":5,"docs":{"1":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"54":{"tf":1.0},"69":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"0":{"tf":1.0},"20":{"tf":1.0},"71":{"tf":1.0},"74":{"tf":1.0}}}}}},"o":{"df":24,"docs":{"16":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"28":{"tf":1.7320508075688772},"43":{"tf":2.0},"44":{"tf":1.4142135623730951},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"49":{"tf":1.0},"50":{"tf":1.4142135623730951},"52":{"tf":2.0},"53":{"tf":1.0},"54":{"tf":2.0},"55":{"tf":1.4142135623730951},"56":{"tf":2.0},"71":{"tf":1.0},"72":{"tf":1.7320508075688772},"73":{"tf":1.4142135623730951},"74":{"tf":1.0},"9":{"tf":2.23606797749979}},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"9":{"tf":1.0}}}}}}},"df":0,"docs":{}},"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":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"18":{"tf":1.0},"59":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"71":{"tf":1.7320508075688772}}}},"c":{"df":0,"docs":{},"k":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":22,"docs":{"10":{"tf":1.4142135623730951},"13":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.4142135623730951},"30":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"49":{"tf":1.0},"5":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"57":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0},"71":{"tf":1.0},"73":{"tf":1.4142135623730951},"9":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"57":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"24":{"tf":1.0},"5":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":6,"docs":{"18":{"tf":1.4142135623730951},"23":{"tf":1.0},"24":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"56":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"13":{"tf":1.0},"5":{"tf":1.0},"57":{"tf":1.0},"72":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"54":{"tf":1.0}},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}}}}},"i":{"df":7,"docs":{"14":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0},"8":{"tf":1.0}},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"64":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"14":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"57":{"tf":1.0},"72":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":4,"docs":{"13":{"tf":1.4142135623730951},"59":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0}},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"r":{"df":10,"docs":{"1":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"5":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"71":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"|":{"df":2,"docs":{"66":{"tf":1.0},"67":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":5,"docs":{"48":{"tf":1.0},"61":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"69":{"tf":1.0}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"22":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"48":{"tf":1.0}}}}},"df":15,"docs":{"1":{"tf":1.0},"14":{"tf":1.4142135623730951},"18":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"24":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.4142135623730951},"5":{"tf":1.7320508075688772},"52":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"74":{"tf":1.0}},"—":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}}}}}},"o":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"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":{"21":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"57":{"tf":1.0}}}}}}}}},"df":3,"docs":{"21":{"tf":1.4142135623730951},"33":{"tf":1.0},"57":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":7,"docs":{"15":{"tf":1.0},"25":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"42":{"tf":1.4142135623730951},"71":{"tf":1.0},"72":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"23":{"tf":1.0},"24":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"19":{"tf":1.0},"5":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"0":{"tf":1.0},"3":{"tf":1.0}}},"s":{"df":16,"docs":{"0":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"23":{"tf":1.4142135623730951},"24":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"44":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"69":{"tf":1.0},"73":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.0}},"u":{"df":4,"docs":{"13":{"tf":2.0},"2":{"tf":1.0},"21":{"tf":1.0},"37":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"12":{"tf":1.0},"16":{"tf":1.0},"24":{"tf":1.0},"9":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"21":{"tf":1.0},"71":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"5":{"tf":1.0},"59":{"tf":1.0},"67":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"49":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"3":{"tf":1.0},"73":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"11":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":4,"docs":{"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"r":{"df":9,"docs":{"14":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"59":{"tf":1.0},"64":{"tf":1.0},"69":{"tf":1.4142135623730951},"71":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"df":6,"docs":{"23":{"tf":1.0},"28":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"67":{"tf":1.4142135623730951},"72":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":9,"docs":{"0":{"tf":1.7320508075688772},"18":{"tf":1.0},"21":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.0},"28":{"tf":1.0},"46":{"tf":1.0},"74":{"tf":1.0},"8":{"tf":1.0}}}}}},"i":{"d":{"df":2,"docs":{"54":{"tf":1.4142135623730951},"61":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"18":{"tf":1.0},"38":{"tf":1.0},"51":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"63":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"m":{"df":4,"docs":{"16":{"tf":1.0},"33":{"tf":1.0},"57":{"tf":1.7320508075688772},"69":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"40":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"1":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"18":{"tf":1.0},"19":{"tf":1.7320508075688772},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.7320508075688772},"71":{"tf":1.4142135623730951}}}},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"0":{"tf":1.7320508075688772},"59":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"21":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"58":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"0":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"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":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":17,"docs":{"20":{"tf":1.4142135623730951},"28":{"tf":1.0},"30":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.7320508075688772},"49":{"tf":2.23606797749979},"50":{"tf":1.4142135623730951},"51":{"tf":2.23606797749979},"52":{"tf":1.0},"53":{"tf":2.0},"57":{"tf":1.0},"59":{"tf":1.0},"72":{"tf":1.4142135623730951},"74":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"40":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":4,"docs":{"46":{"tf":1.4142135623730951},"51":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":4,"docs":{"13":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"59":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"0":{"tf":1.0},"59":{"tf":1.0},"69":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":10,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.7320508075688772},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.7320508075688772},"35":{"tf":1.0},"69":{"tf":1.4142135623730951},"71":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"37":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"22":{"tf":1.0},"25":{"tf":1.0},"71":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"16":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"23":{"tf":1.0},"27":{"tf":1.0}}}},"df":1,"docs":{"4":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"14":{"tf":1.0},"16":{"tf":1.0},"58":{"tf":1.0},"69":{"tf":2.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"18":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":4,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"49":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":3,"docs":{"49":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"50":{"tf":1.7320508075688772},"64":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":3,"docs":{"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"65":{"tf":1.0}}}}}}}},"d":{"[":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"5":{"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":10,"docs":{"0":{"tf":3.0},"10":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.7320508075688772},"28":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"55":{"tf":1.0},"64":{"tf":1.0},"74":{"tf":2.0}},"t":{"a":{"df":15,"docs":{"0":{"tf":2.6457513110645907},"13":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"23":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.4142135623730951},"5":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"69":{"tf":1.0},"71":{"tf":1.4142135623730951},"73":{"tf":1.0},"74":{"tf":2.0}}},"df":0,"docs":{}}},"df":2,"docs":{"13":{"tf":1.0},"5":{"tf":1.0}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":3,"docs":{"39":{"tf":1.0},"57":{"tf":1.0},"9":{"tf":1.0}},"g":{"df":2,"docs":{"12":{"tf":1.0},"70":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"13":{"tf":1.0},"18":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"r":{"df":7,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.0},"59":{"tf":1.0},"7":{"tf":1.7320508075688772},"74":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"14":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"58":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"68":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":5,"docs":{"22":{"tf":1.0},"59":{"tf":1.0},"64":{"tf":1.0},"66":{"tf":1.0},"9":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"18":{"tf":1.0},"59":{"tf":1.0},"71":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"71":{"tf":1.0}}}}}}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"51":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"y":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":3,"docs":{"30":{"tf":1.7320508075688772},"44":{"tf":1.0},"45":{"tf":1.4142135623730951}},"s":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"23":{"tf":1.0},"36":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"a":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":9,"docs":{"17":{"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},"69":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"57":{"tf":1.0},"73":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":15,"docs":{"13":{"tf":1.4142135623730951},"14":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":2.449489742783178},"37":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"59":{"tf":1.4142135623730951},"69":{"tf":1.0},"7":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"5":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"61":{"tf":1.0},"66":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":6,"docs":{"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"3":{"tf":1.0},"5":{"tf":1.0},"59":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"16":{"tf":1.0},"59":{"tf":1.0},"74":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"48":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":3,"docs":{"14":{"tf":1.7320508075688772},"32":{"tf":1.0},"4":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"28":{"tf":1.0},"46":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"12":{"tf":1.0},"9":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"22":{"tf":1.4142135623730951},"24":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":18,"docs":{"14":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"58":{"tf":1.7320508075688772},"59":{"tf":2.23606797749979},"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}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"56":{"tf":1.0}},"t":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"15":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.0},"73":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"39":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"40":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"70":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":3,"docs":{"0":{"tf":1.7320508075688772},"64":{"tf":1.0},"74":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"57":{"tf":1.0},"58":{"tf":1.0}},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"14":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"40":{"tf":1.4142135623730951},"5":{"tf":1.0},"57":{"tf":1.0},"69":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"24":{"tf":1.0},"32":{"tf":1.0},"69":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"\'":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":2,"docs":{"56":{"tf":1.0},"66":{"tf":1.0}}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"13":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"34":{"tf":1.7320508075688772}},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":2.0}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"[":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{}},"df":10,"docs":{"13":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"3":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"66":{"tf":1.0}},"n":{"df":1,"docs":{"19":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"p":{"/":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"32":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"l":{"df":6,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"61":{"tf":1.0},"69":{"tf":1.0},"71":{"tf":1.7320508075688772}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":10,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"18":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"37":{"tf":1.0},"59":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"2":{"0":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"5":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"7":{"5":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":4,"docs":{"13":{"tf":1.0},"54":{"tf":1.0},"67":{"tf":1.0},"74":{"tf":1.4142135623730951}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"50":{"tf":1.4142135623730951},"66":{"tf":1.7320508075688772},"67":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":10,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":1.0},"44":{"tf":1.0},"51":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":1.0},"66":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"66":{"tf":1.0}}}}}}},"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"13":{"tf":1.0}}}}},"df":0,"docs":{}},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"14":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"57":{"tf":1.0}}}}},"s":{"df":1,"docs":{"40":{"tf":1.0}},"i":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":1,"docs":{"13":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"18":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}}}},"m":{"b":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"3":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"22":{"tf":1.0},"28":{"tf":1.0},"57":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":4,"docs":{"44":{"tf":1.0},"45":{"tf":1.0},"49":{"tf":1.0},"9":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"d":{"df":5,"docs":{"17":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"65":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"54":{"tf":1.0},"63":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"11":{"tf":1.0},"36":{"tf":1.0},"59":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"16":{"tf":1.0},"3":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":5,"docs":{"11":{"tf":1.4142135623730951},"18":{"tf":1.0},"59":{"tf":1.0},"71":{"tf":1.0},"73":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":10,"docs":{"0":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.4142135623730951},"64":{"tf":1.0},"74":{"tf":1.0}}}}},"v":{"df":1,"docs":{"42":{"tf":1.0}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":23,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.7320508075688772},"38":{"tf":1.4142135623730951},"41":{"tf":1.0},"42":{"tf":1.0},"5":{"tf":1.0},"57":{"tf":1.7320508075688772},"69":{"tf":1.0},"72":{"tf":1.4142135623730951},"73":{"tf":1.0},"8":{"tf":1.4142135623730951}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"72":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"61":{"tf":1.0}}}}}}},"r":{"(":{"\\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"66":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"3":{"tf":1.0},"62":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"2":{"tf":1.0},"4":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"a":{"df":0,"docs":{},"l":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"67":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":6,"docs":{"13":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"37":{"tf":1.0},"59":{"tf":1.0},"62":{"tf":1.0},"67":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"63":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":3,"docs":{"14":{"tf":1.0},"5":{"tf":1.0},"58":{"tf":1.0}}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":20,"docs":{"16":{"tf":1.0},"25":{"tf":1.7320508075688772},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.7320508075688772},"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},"4":{"tf":1.4142135623730951},"50":{"tf":1.0},"65":{"tf":1.7320508075688772},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"r":{"df":11,"docs":{"0":{"tf":2.0},"18":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"56":{"tf":1.0},"71":{"tf":1.4142135623730951},"74":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":7,"docs":{"0":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.0},"69":{"tf":1.0},"74":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"65":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":3,"docs":{"45":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"66":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":45,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"13":{"tf":2.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":2.0},"20":{"tf":1.0},"21":{"tf":2.23606797749979},"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.7320508075688772},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.4142135623730951},"42":{"tf":2.0},"44":{"tf":1.0},"46":{"tf":1.4142135623730951},"48":{"tf":1.0},"5":{"tf":1.4142135623730951},"51":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"59":{"tf":2.23606797749979},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"65":{"tf":2.0},"66":{"tf":2.23606797749979},"67":{"tf":2.23606797749979},"68":{"tf":1.4142135623730951},"69":{"tf":1.0},"71":{"tf":1.0},"73":{"tf":1.4142135623730951},"74":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"47":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.0},"24":{"tf":1.0},"71":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}}}},"s":{"df":4,"docs":{"51":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.4142135623730951},"61":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"57":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"—":{"a":{"d":{"df":0,"docs":{},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"72":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"71":{"tf":1.0},"8":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":11,"docs":{"0":{"tf":1.0},"14":{"tf":1.0},"4":{"tf":1.7320508075688772},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.7320508075688772},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.4142135623730951},"74":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":2,"docs":{"17":{"tf":1.0},"50":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"54":{"tf":1.0}}}}}}},"}":{"\\"":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"67":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"f":{"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"10":{"tf":1.4142135623730951},"16":{"tf":1.0}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"64":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"13":{"tf":1.0},"61":{"tf":1.0},"73":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":12,"docs":{"14":{"tf":1.0},"18":{"tf":1.0},"24":{"tf":1.0},"32":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":2.0},"63":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}},"k":{"df":0,"docs":{},"e":{"df":2,"docs":{"30":{"tf":1.0},"34":{"tf":1.0}}}},"l":{"df":0,"docs":{},"s":{"df":3,"docs":{"11":{"tf":1.0},"57":{"tf":1.0},"73":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}}}},"q":{"df":1,"docs":{"73":{"tf":1.7320508075688772}}},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"18":{"tf":1.0},"34":{"tf":1.0},"61":{"tf":1.0},"68":{"tf":1.0},"8":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"39":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"56":{"tf":1.0}}}}}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"24":{"tf":1.0},"34":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"34":{"tf":1.0},"48":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":1,"docs":{"33":{"tf":1.0}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"24":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"33":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"73":{"tf":1.0}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"18":{"tf":1.0},"62":{"tf":1.0},"67":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"22":{"tf":1.0},"24":{"tf":1.0},"49":{"tf":1.0},"57":{"tf":1.0},"9":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"73":{"tf":1.0}}}}}}}}}},"t":{"df":6,"docs":{"16":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"5":{"tf":1.0},"57":{"tf":1.0},"65":{"tf":1.0}}},"x":{"df":1,"docs":{"9":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"37":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"57":{"tf":1.0}}},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"72":{"tf":1.0}}}},"p":{"df":2,"docs":{"44":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"21":{"tf":1.0},"42":{"tf":1.0},"5":{"tf":1.0},"57":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":5,"docs":{"14":{"tf":1.0},"26":{"tf":1.0},"37":{"tf":1.0},"5":{"tf":1.0},"57":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"69":{"tf":1.0},"71":{"tf":1.0}}}}}}},"n":{"df":9,"docs":{"11":{"tf":1.0},"45":{"tf":1.0},"49":{"tf":1.7320508075688772},"50":{"tf":1.7320508075688772},"66":{"tf":2.449489742783178},"67":{"tf":2.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}},"o":{"c":{"df":0,"docs":{},"u":{"df":2,"docs":{"50":{"tf":1.0},"7":{"tf":1.0}},"s":{"df":4,"docs":{"0":{"tf":1.0},"16":{"tf":1.0},"52":{"tf":1.0},"57":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"37":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"66":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"t":{"!":{"(":{"\\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"67":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"5":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":14,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"2":{"tf":1.7320508075688772},"22":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.4142135623730951},"5":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"61":{"tf":1.0},"62":{"tf":1.0}}}}}}}}}}},"df":22,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.4142135623730951},"2":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.7320508075688772},"43":{"tf":1.0},"5":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.7320508075688772},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"69":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951},"71":{"tf":1.0}},"’":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"3":{"tf":1.0},"34":{"tf":1.0},"56":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"22":{"tf":1.0},"24":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"9":{"tf":1.0}}}}}}},"d":{"df":1,"docs":{"71":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}}},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"35":{"tf":1.0}}}}}},"g":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"3":{"tf":1.0},"72":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"42":{"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":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":3,"docs":{"48":{"tf":1.0},"61":{"tf":1.0},"66":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":8,"docs":{"14":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"35":{"tf":1.4142135623730951},"5":{"tf":1.4142135623730951},"59":{"tf":1.0},"66":{"tf":1.0},"74":{"tf":1.0}}}}},"t":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"66":{"tf":1.0},"67":{"tf":1.0}}}},"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":1,"docs":{"1":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"74":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"18":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{},"o":{"d":{"df":5,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"40":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"51":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":3,"docs":{"18":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"13":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":1,"docs":{"68":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"51":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":4,"docs":{"15":{"tf":1.0},"56":{"tf":1.4142135623730951},"59":{"tf":1.0},"70":{"tf":1.0}}},"df":0,"docs":{}}},"df":45,"docs":{"1":{"tf":1.0},"15":{"tf":1.7320508075688772},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"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},"4":{"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},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"32":{"tf":1.0}}}},"n":{"d":{"df":1,"docs":{"13":{"tf":1.0}},"l":{"df":2,"docs":{"48":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"13":{"tf":1.0},"47":{"tf":1.0}}}}}},"r":{"d":{"df":1,"docs":{"9":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"26":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"54":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"10":{"tf":1.7320508075688772},"18":{"tf":1.0},"5":{"tf":1.0},"56":{"tf":1.0}},"i":{"df":3,"docs":{"10":{"tf":1.0},"21":{"tf":1.0},"54":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":4,"docs":{"46":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"p":{"df":1,"docs":{"6":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":1.7320508075688772}}}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"0":{"tf":1.0},"67":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":9,"docs":{"13":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"31":{"tf":1.0},"5":{"tf":1.0},"69":{"tf":1.0},"71":{"tf":1.0},"74":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"10":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"16":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"14":{"tf":1.0},"39":{"tf":1.0},"57":{"tf":1.0},"69":{"tf":1.0},"73":{"tf":1.0},"8":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"69":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"c":{"df":2,"docs":{"48":{"tf":1.0},"54":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"i":{"[":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"a":{"df":9,"docs":{"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},"66":{"tf":1.0},"67":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"66":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"i":{"df":44,"docs":{"15":{"tf":1.7320508075688772},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"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},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}},"i":{"df":13,"docs":{"4":{"tf":1.0},"58":{"tf":1.7320508075688772},"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}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":3,"docs":{"25":{"tf":1.0},"29":{"tf":1.0},"65":{"tf":1.0}}}}}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.7320508075688772}}}},"l":{"df":3,"docs":{"49":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"44":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"69":{"tf":1.0}}}}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":6,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"45":{"tf":1.4142135623730951},"50":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":11,"docs":{"10":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"46":{"tf":1.0},"55":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"27":{"tf":1.0},"54":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"72":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"5":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"\\"":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"66":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"49":{"tf":1.0},"50":{"tf":1.4142135623730951}}}},"i":{"c":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}},"u":{"c":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"3":{"tf":1.0},"7":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"13":{"tf":1.0},"22":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"21":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":3,"docs":{"21":{"tf":1.7320508075688772},"61":{"tf":1.0},"66":{"tf":1.4142135623730951}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"21":{"tf":1.0},"61":{"tf":1.0},"66":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"57":{"tf":1.0}}}}}}},"df":2,"docs":{"40":{"tf":1.0},"57":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"72":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"72":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":4,"docs":{"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"3":{"tf":1.0},"69":{"tf":1.0}}}},"n":{"d":{"df":4,"docs":{"18":{"tf":1.0},"59":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":5,"docs":{"14":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"7":{"tf":1.0},"71":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"29":{"tf":1.0},"32":{"tf":1.0},"56":{"tf":1.0}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"59":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":3,"docs":{"10":{"tf":2.0},"30":{"tf":1.0},"69":{"tf":1.7320508075688772}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"14":{"tf":1.0},"18":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"6":{"tf":1.0}}}}}},"v":{"df":3,"docs":{"33":{"tf":1.0},"72":{"tf":1.0},"8":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":2,"docs":{"43":{"tf":1.0},"9":{"tf":1.0}},"t":{"df":2,"docs":{"3":{"tf":1.7320508075688772},"4":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":3,"docs":{"3":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":2,"docs":{"57":{"tf":1.0},"66":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"18":{"tf":1.0},"23":{"tf":1.4142135623730951},"39":{"tf":1.0}}}}},"v":{"df":6,"docs":{"4":{"tf":1.0},"70":{"tf":1.7320508075688772},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0}}}},"j":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"g":{"df":4,"docs":{"14":{"tf":1.0},"5":{"tf":1.0},"59":{"tf":1.0},"74":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"k":{"8":{"df":9,"docs":{"17":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.4142135623730951},"44":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.0},"73":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":23,"docs":{"12":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.4142135623730951},"18":{"tf":1.0},"22":{"tf":1.7320508075688772},"23":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"28":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"51":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"64":{"tf":1.0},"68":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951},"8":{"tf":1.0}}}},"y":{"df":3,"docs":{"54":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0}}}},"n":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"71":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"14":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"41":{"tf":1.4142135623730951},"5":{"tf":1.0},"69":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"30":{"tf":1.0}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"14":{"tf":1.0},"8":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"33":{"tf":1.0},"59":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"30":{"tf":1.7320508075688772},"54":{"tf":1.0},"55":{"tf":1.0}},"y":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"22":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"39":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"27":{"tf":1.0},"5":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"16":{"tf":1.7320508075688772},"22":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"64":{"tf":1.0},"71":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"13":{"tf":1.0},"59":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":12,"docs":{"13":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"5":{"tf":1.0},"59":{"tf":1.7320508075688772},"69":{"tf":1.0},"71":{"tf":1.0},"74":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":2,"docs":{"13":{"tf":2.0},"36":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"66":{"tf":1.0}}}}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"20":{"tf":1.0},"47":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"21":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":23,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"13":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.7320508075688772},"3":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.0},"57":{"tf":1.0},"69":{"tf":1.0},"71":{"tf":1.0},"73":{"tf":1.4142135623730951},"74":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}},"o":{"a":{"d":{"df":2,"docs":{"31":{"tf":1.4142135623730951},"54":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"df":15,"docs":{"1":{"tf":1.0},"12":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"23":{"tf":1.0},"37":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951},"42":{"tf":1.0},"44":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.0},"69":{"tf":1.0},"73":{"tf":1.0}}},"t":{"df":1,"docs":{"69":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":3,"docs":{"66":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0}},"i":{"c":{"df":2,"docs":{"65":{"tf":1.0},"68":{"tf":1.0}}},"df":0,"docs":{}},"s":{"/":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"57":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"57":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":5,"docs":{"11":{"tf":1.0},"18":{"tf":1.0},"59":{"tf":1.0},"71":{"tf":1.0},"73":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"32":{"tf":1.0},"73":{"tf":1.0}}},"p":{"df":3,"docs":{"24":{"tf":1.0},"39":{"tf":1.0},"7":{"tf":1.0}}},"s":{"df":1,"docs":{"16":{"tf":1.0}}}},"w":{"df":1,"docs":{"31":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}}}},"r":{"df":2,"docs":{"13":{"tf":1.0},"5":{"tf":1.0}}},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"14":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"40":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"16":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":9,"docs":{"11":{"tf":1.0},"45":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"0":{"tf":1.0},"14":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":6,"docs":{"14":{"tf":1.4142135623730951},"18":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"69":{"tf":1.0},"9":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":6,"docs":{"18":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.0},"59":{"tf":1.0},"71":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":3,"docs":{"17":{"tf":1.0},"57":{"tf":1.0},"69":{"tf":1.0}}},"t":{"c":{"df":0,"docs":{},"h":{"df":4,"docs":{"22":{"tf":1.0},"24":{"tf":1.0},"4":{"tf":1.0},"65":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"70":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"10":{"tf":1.0},"18":{"tf":1.0},"41":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}},"x":{"df":1,"docs":{"45":{"tf":1.0}}},"y":{"b":{"df":1,"docs":{"11":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":9,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"18":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.0},"51":{"tf":1.0},"59":{"tf":1.0},"73":{"tf":1.0}}}}},"t":{"df":1,"docs":{"22":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"54":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"10":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"1":{"tf":1.0},"16":{"tf":1.0},"2":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"13":{"tf":1.0},"21":{"tf":1.0},"42":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"57":{"tf":1.0},"74":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"c":{"df":7,"docs":{"13":{"tf":1.0},"33":{"tf":1.0},"48":{"tf":1.4142135623730951},"57":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"72":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"i":{"d":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}}},"df":1,"docs":{"45":{"tf":1.0}},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"24":{"tf":1.0},"26":{"tf":1.0},"39":{"tf":1.0},"65":{"tf":1.0},"68":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":3,"docs":{"11":{"tf":1.7320508075688772},"54":{"tf":1.0},"71":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"63":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"72":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":4,"docs":{"57":{"tf":1.0},"61":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0}}}},"x":{"df":2,"docs":{"72":{"tf":1.0},"9":{"tf":1.0}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"32":{"tf":1.4142135623730951}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":9,"docs":{"1":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"2":{"tf":1.0},"22":{"tf":1.0},"31":{"tf":1.0},"4":{"tf":1.4142135623730951},"59":{"tf":2.23606797749979},"69":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"0":{"tf":1.0},"14":{"tf":1.0},"36":{"tf":1.0}}}},"df":1,"docs":{"61":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"47":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"68":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"14":{"tf":1.0},"24":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":9,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"2":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.7320508075688772},"36":{"tf":1.7320508075688772},"40":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"24":{"tf":1.0},"71":{"tf":1.0},"73":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"66":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":3,"docs":{"49":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"61":{"tf":1.0},"66":{"tf":1.0}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"5":{"tf":1.0}}}}}}},"df":2,"docs":{"10":{"tf":1.0},"31":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"24":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":9,"docs":{"22":{"tf":1.0},"3":{"tf":1.0},"42":{"tf":1.0},"49":{"tf":1.0},"57":{"tf":1.4142135623730951},"67":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"g":{"df":2,"docs":{"32":{"tf":1.0},"57":{"tf":1.0}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":12,"docs":{"0":{"tf":2.0},"16":{"tf":1.0},"18":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"5":{"tf":1.0},"59":{"tf":1.0},"69":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"34":{"tf":1.0},"47":{"tf":1.0}}}}},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"66":{"tf":1.0},"67":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":10,"docs":{"29":{"tf":1.0},"4":{"tf":1.0},"54":{"tf":1.0},"59":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.7320508075688772},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"66":{"tf":1.0},"67":{"tf":1.0}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"48":{"tf":1.0},"63":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":6,"docs":{"44":{"tf":1.4142135623730951},"48":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"53":{"tf":1.0},"63":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":36,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.0},"13":{"tf":1.4142135623730951},"16":{"tf":1.7320508075688772},"18":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.4142135623730951},"23":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.7320508075688772},"30":{"tf":1.0},"34":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.7320508075688772},"45":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":2.0},"49":{"tf":1.7320508075688772},"5":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.7320508075688772},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.7320508075688772},"59":{"tf":1.0},"61":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.4142135623730951},"72":{"tf":1.0},"74":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":2,"docs":{"24":{"tf":1.0},"9":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"df":7,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"3":{"tf":1.7320508075688772},"34":{"tf":1.0},"57":{"tf":1.0}}}},"w":{"df":2,"docs":{"4":{"tf":1.0},"50":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"22":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"[":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":19,"docs":{"10":{"tf":1.4142135623730951},"12":{"tf":1.0},"13":{"tf":1.4142135623730951},"18":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.4142135623730951},"47":{"tf":1.0},"5":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.7320508075688772},"59":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.4142135623730951},"73":{"tf":1.0},"74":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"24":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"13":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"69":{"tf":1.0},"71":{"tf":1.0}}}}}},"k":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"\\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"66":{"tf":1.0},"67":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":3,"docs":{"49":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0}}},"n":{"c":{"df":4,"docs":{"13":{"tf":1.0},"5":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0}}},"df":6,"docs":{"16":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"42":{"tf":1.0},"54":{"tf":1.0},"64":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"41":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"18":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.4142135623730951},"50":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":2.449489742783178},"73":{"tf":1.0}}}},"t":{"df":2,"docs":{"22":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"13":{"tf":1.0},"28":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"63":{"tf":1.0}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":7,"docs":{"14":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"39":{"tf":1.0},"5":{"tf":1.0},"69":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"22":{"tf":1.0},"73":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.4142135623730951}}}}},"df":1,"docs":{"30":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"56":{"tf":1.0}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":9,"docs":{"13":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0},"5":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"62":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"10":{"tf":1.0},"3":{"tf":1.0},"7":{"tf":1.4142135623730951}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"5":{"tf":1.7320508075688772}}}}}}}}}},"p":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"13":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"30":{"tf":1.0}}},"k":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"17":{"tf":1.0},"69":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"52":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":7,"docs":{"1":{"tf":1.0},"23":{"tf":1.0},"32":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.4142135623730951},"5":{"tf":1.0},"55":{"tf":1.4142135623730951}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"35":{"tf":1.0},"5":{"tf":1.0},"64":{"tf":1.0},"74":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}}}}}},"df":0,"docs":{},"t":{"df":73,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.7320508075688772},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.7320508075688772},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"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},"4":{"tf":2.6457513110645907},"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":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.7320508075688772},"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.7320508075688772},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"54":{"tf":1.0}}}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":5,"docs":{"0":{"tf":1.0},"20":{"tf":1.0},"64":{"tf":1.0},"71":{"tf":1.0},"74":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"23":{"tf":1.0},"37":{"tf":1.0},"57":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":1,"docs":{"13":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"20":{"tf":1.0},"27":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":10,"docs":{"16":{"tf":1.0},"22":{"tf":2.449489742783178},"23":{"tf":1.7320508075688772},"24":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":2.0},"53":{"tf":1.0},"54":{"tf":1.7320508075688772},"55":{"tf":1.0},"56":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"30":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0}}}},"r":{"df":5,"docs":{"22":{"tf":1.0},"26":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"8":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"5":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"31":{"tf":1.4142135623730951},"36":{"tf":3.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":8,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.7320508075688772},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":7,"docs":{"18":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"66":{"tf":1.0},"71":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"16":{"tf":1.0},"17":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"73":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"21":{"tf":1.0},"36":{"tf":1.4142135623730951}}}}}}}},"l":{"a":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":17,"docs":{"1":{"tf":1.0},"13":{"tf":2.23606797749979},"14":{"tf":1.0},"16":{"tf":1.4142135623730951},"21":{"tf":1.0},"23":{"tf":1.4142135623730951},"3":{"tf":1.0},"32":{"tf":1.0},"37":{"tf":2.0},"38":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"45":{"tf":1.0},"5":{"tf":1.4142135623730951},"59":{"tf":1.0},"69":{"tf":1.0},"73":{"tf":1.0},"9":{"tf":1.0}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"57":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"u":{"df":2,"docs":{"27":{"tf":1.0},"28":{"tf":1.0}},"g":{"df":1,"docs":{"65":{"tf":1.0}},"g":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"14":{"tf":1.0},"19":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"54":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"10":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"12":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0}}}},"df":0,"docs":{}},"df":3,"docs":{"40":{"tf":1.0},"57":{"tf":1.0},"72":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"33":{"tf":1.0},"36":{"tf":1.0},"59":{"tf":1.0},"74":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"15":{"tf":1.0},"24":{"tf":1.7320508075688772},"47":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"14":{"tf":1.0},"5":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"10":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"16":{"tf":1.0},"69":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"37":{"tf":1.4142135623730951},"57":{"tf":2.0},"59":{"tf":1.0},"61":{"tf":1.0}}}}}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"28":{"tf":1.0},"57":{"tf":1.0}}}},"t":{"df":3,"docs":{"24":{"tf":1.0},"64":{"tf":1.0},"72":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"21":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"23":{"tf":1.0},"37":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":2.0}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"69":{"tf":1.4142135623730951}}}}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"12":{"tf":1.0},"6":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"o":{"b":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":8,"docs":{"18":{"tf":1.0},"22":{"tf":1.0},"42":{"tf":1.0},"54":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.4142135623730951},"68":{"tf":1.0},"69":{"tf":1.0}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"16":{"tf":1.0},"18":{"tf":1.0},"39":{"tf":1.0},"5":{"tf":1.0}}}}}},"d":{"df":1,"docs":{"56":{"tf":1.0}},"u":{"c":{"df":6,"docs":{"0":{"tf":1.4142135623730951},"21":{"tf":1.0},"34":{"tf":1.0},"63":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0}},"t":{"df":4,"docs":{"11":{"tf":1.0},"29":{"tf":1.0},"47":{"tf":1.0},"74":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"10":{"tf":1.0},"13":{"tf":1.0},"18":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.4142135623730951},"46":{"tf":1.0},"59":{"tf":1.0},"72":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"35":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":9,"docs":{"0":{"tf":1.0},"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"33":{"tf":1.0},"73":{"tf":1.0},"8":{"tf":2.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"11":{"tf":1.0},"66":{"tf":1.0}},"r":{"df":1,"docs":{"57":{"tf":1.0}}}},"i":{"d":{"df":8,"docs":{"34":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.4142135623730951},"48":{"tf":1.0},"50":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":2,"docs":{"13":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"42":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"66":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"b":{"df":3,"docs":{"50":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"0":{"tf":1.0},"74":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"73":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"19":{"tf":1.0},"3":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"q":{"a":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"23":{"tf":1.0},"4":{"tf":1.0},"70":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"r":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":3,"docs":{"35":{"tf":1.4142135623730951},"54":{"tf":1.0},"9":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"35":{"tf":1.0},"44":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"45":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"df":12,"docs":{"10":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"31":{"tf":1.4142135623730951},"54":{"tf":1.0},"71":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"14":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"13":{"tf":1.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"67":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"66":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"l":{"df":3,"docs":{"42":{"tf":1.0},"66":{"tf":1.7320508075688772},"67":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"—":{"a":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"19":{"tf":1.0},"22":{"tf":1.0},"71":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"4":{"tf":1.0}},"i":{"df":11,"docs":{"13":{"tf":1.4142135623730951},"16":{"tf":1.0},"28":{"tf":1.0},"34":{"tf":1.4142135623730951},"37":{"tf":1.0},"42":{"tf":1.7320508075688772},"5":{"tf":1.0},"57":{"tf":1.7320508075688772},"63":{"tf":1.0},"7":{"tf":1.0},"72":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"69":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":4,"docs":{"0":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"65":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"1":{"tf":1.0},"3":{"tf":1.0},"47":{"tf":1.0},"56":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"63":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":6,"docs":{"20":{"tf":1.0},"23":{"tf":1.0},"43":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"73":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":3,"docs":{"14":{"tf":1.0},"22":{"tf":1.0},"73":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":14,"docs":{"4":{"tf":1.4142135623730951},"58":{"tf":1.7320508075688772},"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":2.0},"70":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"0":{"tf":1.0}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"37":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}},"x":{"df":2,"docs":{"42":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"24":{"tf":1.0},"63":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"21":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"14":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"59":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":5,"docs":{"18":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"66":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":7,"docs":{"0":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"49":{"tf":1.0},"73":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":8,"docs":{"18":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.4142135623730951},"28":{"tf":1.0},"32":{"tf":1.0},"73":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"13":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":5,"docs":{"17":{"tf":1.0},"5":{"tf":1.0},"55":{"tf":1.0},"59":{"tf":1.0},"74":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"p":{"df":1,"docs":{"53":{"tf":1.0}}}},"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":19,"docs":{"13":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"28":{"tf":1.4142135623730951},"36":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.4142135623730951},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.4142135623730951},"74":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"49":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":7,"docs":{"24":{"tf":1.0},"37":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.4142135623730951},"6":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":3,"docs":{"0":{"tf":1.4142135623730951},"10":{"tf":1.0},"74":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"62":{"tf":1.0},"66":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"16":{"tf":1.4142135623730951},"22":{"tf":1.0},"62":{"tf":1.0},"69":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":4,"docs":{"14":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"73":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"14":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"68":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"11":{"tf":1.0},"73":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":7,"docs":{"28":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"5":{"tf":1.0},"59":{"tf":1.0},"69":{"tf":1.0},"74":{"tf":1.4142135623730951}}}}},"p":{"c":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":6,"docs":{"48":{"tf":1.7320508075688772},"49":{"tf":1.4142135623730951},"61":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.7320508075688772},"67":{"tf":1.4142135623730951}}}}}}}}},"df":28,"docs":{"1":{"tf":1.0},"11":{"tf":2.0},"13":{"tf":1.7320508075688772},"14":{"tf":1.0},"15":{"tf":1.0},"18":{"tf":1.7320508075688772},"21":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":2.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":2.23606797749979},"4":{"tf":1.4142135623730951},"41":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.4142135623730951},"54":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":2.0},"6":{"tf":1.0},"67":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.7320508075688772},"73":{"tf":1.4142135623730951},"74":{"tf":1.7320508075688772}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":4,"docs":{"31":{"tf":1.0},"48":{"tf":1.0},"61":{"tf":1.0},"66":{"tf":1.4142135623730951}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":28,"docs":{"13":{"tf":1.0},"14":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.4142135623730951},"24":{"tf":1.0},"37":{"tf":1.7320508075688772},"38":{"tf":2.0},"39":{"tf":1.7320508075688772},"40":{"tf":1.7320508075688772},"41":{"tf":1.7320508075688772},"42":{"tf":2.0},"44":{"tf":2.23606797749979},"45":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.7320508075688772},"57":{"tf":1.7320508075688772},"59":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.7320508075688772},"69":{"tf":1.7320508075688772},"72":{"tf":1.7320508075688772},"73":{"tf":1.7320508075688772},"74":{"tf":1.0}},"’":{"df":1,"docs":{"57":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"42":{"tf":1.0}},"{":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":7,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"35":{"tf":1.0},"42":{"tf":1.4142135623730951},"57":{"tf":1.0},"59":{"tf":1.0},"69":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"42":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"65":{"tf":1.7320508075688772},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"64":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":6,"docs":{"14":{"tf":1.0},"16":{"tf":1.0},"37":{"tf":1.4142135623730951},"44":{"tf":1.0},"69":{"tf":1.0},"73":{"tf":1.4142135623730951}}},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"0":{"tf":1.4142135623730951},"74":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"57":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"2":{"df":3,"docs":{"45":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}},"3":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.7320508075688772}}}}}}}},"df":0,"docs":{}}}}},"df":37,"docs":{"1":{"tf":1.0},"12":{"tf":1.4142135623730951},"13":{"tf":1.7320508075688772},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":2.23606797749979},"17":{"tf":1.7320508075688772},"18":{"tf":2.23606797749979},"19":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":2.0},"23":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"29":{"tf":1.0},"36":{"tf":2.0},"37":{"tf":2.23606797749979},"38":{"tf":1.0},"4":{"tf":1.7320508075688772},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"44":{"tf":1.0},"45":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.4142135623730951},"51":{"tf":1.0},"57":{"tf":1.4142135623730951},"59":{"tf":2.6457513110645907},"6":{"tf":1.0},"68":{"tf":1.4142135623730951},"69":{"tf":2.23606797749979},"70":{"tf":1.0},"71":{"tf":1.4142135623730951},"72":{"tf":2.0},"73":{"tf":1.7320508075688772},"74":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"31":{"tf":1.0},"41":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":2,"docs":{"47":{"tf":1.0},"56":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"57":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"24":{"tf":1.0},"31":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"d":{"df":8,"docs":{"22":{"tf":1.0},"24":{"tf":1.0},"42":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0}}},"df":4,"docs":{"18":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":1.0},"59":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"28":{"tf":1.0},"37":{"tf":1.0},"44":{"tf":1.0}}}},"df":0,"docs":{}},"f":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"66":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":3,"docs":{"22":{"tf":1.0},"66":{"tf":1.7320508075688772},"67":{"tf":1.7320508075688772}}}},"n":{"d":{"df":2,"docs":{"49":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"12":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"24":{"tf":1.0},"9":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"36":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"33":{"tf":1.0}}},"v":{"df":1,"docs":{"69":{"tf":1.0}},"i":{"c":{"df":3,"docs":{"10":{"tf":1.0},"40":{"tf":1.0},"72":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":8,"docs":{"13":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"26":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"58":{"tf":1.0},"71":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"17":{"tf":1.0},"40":{"tf":1.0},"72":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":20,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"18":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"25":{"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.4142135623730951},"36":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"65":{"tf":1.0},"71":{"tf":1.0},"74":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":8,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"24":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0},"59":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"71":{"tf":1.7320508075688772}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"0":{"tf":1.0},"11":{"tf":1.4142135623730951},"73":{"tf":1.0}}}},"w":{"df":5,"docs":{"1":{"tf":1.0},"16":{"tf":1.0},"29":{"tf":1.0},"4":{"tf":1.0},"65":{"tf":1.0}},"n":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":13,"docs":{"10":{"tf":2.0},"12":{"tf":1.0},"13":{"tf":1.4142135623730951},"18":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"24":{"tf":1.0},"37":{"tf":1.7320508075688772},"57":{"tf":2.23606797749979},"63":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0}},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"26":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"14":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"30":{"tf":1.4142135623730951},"34":{"tf":1.0},"54":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":3,"docs":{"13":{"tf":1.0},"40":{"tf":1.0},"5":{"tf":1.0}}}}},"t":{"df":1,"docs":{"16":{"tf":1.0}}},"z":{"df":0,"docs":{},"e":{"df":1,"docs":{"10":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":2,"docs":{"54":{"tf":1.0},"55":{"tf":1.0}},"w":{"df":5,"docs":{"3":{"tf":1.0},"30":{"tf":1.0},"57":{"tf":1.0},"72":{"tf":1.4142135623730951},"8":{"tf":1.0}},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"72":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"18":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":5,"docs":{"22":{"tf":1.0},"26":{"tf":1.0},"68":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"62":{"tf":1.0},"67":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"3":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"49":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"4":{"tf":1.0}}},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"32":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"13":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"64":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":9,"docs":{"13":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"28":{"tf":1.0},"36":{"tf":1.0},"46":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":1.0},"71":{"tf":1.0}},"i":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":4,"docs":{"24":{"tf":1.0},"38":{"tf":1.0},"73":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"t":{"a":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"18":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"36":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"72":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"24":{"tf":1.0},"72":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"49":{"tf":1.0},"66":{"tf":1.0}}}}}}},"df":0,"docs":{}},"_":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"62":{"tf":1.0},"67":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":15,"docs":{"13":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.0},"54":{"tf":1.0},"57":{"tf":1.7320508075688772},"59":{"tf":1.0},"61":{"tf":1.0},"66":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"10":{"tf":1.7320508075688772},"13":{"tf":1.0},"24":{"tf":1.0},"31":{"tf":1.0}}},"i":{"c":{"df":2,"docs":{"49":{"tf":1.0},"66":{"tf":1.0}}},"df":0,"docs":{}}},"y":{"df":6,"docs":{"19":{"tf":1.0},"22":{"tf":1.0},"33":{"tf":1.0},"54":{"tf":1.0},"67":{"tf":1.4142135623730951},"73":{"tf":1.0}}}},"d":{":":{":":{"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":{}}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{":":{":":{"a":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"66":{"tf":1.0}}},"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":{":":{":":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"45":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"22":{"tf":1.0},"57":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"30":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"73":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":4,"docs":{"13":{"tf":1.0},"54":{"tf":1.0},"59":{"tf":1.0},"74":{"tf":1.0}}}},"r":{"df":3,"docs":{"49":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"74":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"27":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"49":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"b":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":2,"docs":{"23":{"tf":1.0},"71":{"tf":1.4142135623730951}}}}}},"u":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":5,"docs":{"0":{"tf":1.0},"26":{"tf":1.0},"30":{"tf":1.4142135623730951},"32":{"tf":1.0},"74":{"tf":1.0}}}},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":6,"docs":{"0":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"26":{"tf":1.0},"32":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"0":{"tf":1.4142135623730951},"74":{"tf":1.0}}}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"5":{"tf":1.0},"59":{"tf":1.0},"71":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"41":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"12":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"48":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":7,"docs":{"17":{"tf":1.0},"44":{"tf":1.4142135623730951},"45":{"tf":1.0},"49":{"tf":1.7320508075688772},"52":{"tf":1.0},"53":{"tf":1.7320508075688772},"70":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":2,"docs":{"50":{"tf":1.4142135623730951},"51":{"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":{"14":{"tf":1.0},"24":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"23":{"tf":1.0},"73":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"72":{"tf":1.0}}}}}}},"n":{"c":{"df":3,"docs":{"36":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"29":{"tf":1.0},"30":{"tf":1.4142135623730951},"34":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":9,"docs":{"10":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"23":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.0},"59":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.4142135623730951}}}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"67":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":6,"docs":{"18":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.7320508075688772},"73":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"59":{"tf":1.0}}}}},"d":{"df":3,"docs":{"21":{"tf":1.0},"42":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":3,"docs":{"24":{"tf":1.0},"3":{"tf":1.4142135623730951},"71":{"tf":1.0}}},"r":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"22":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":37,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"16":{"tf":2.0},"17":{"tf":1.7320508075688772},"18":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":2.23606797749979},"32":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.4142135623730951},"51":{"tf":1.0},"54":{"tf":1.4142135623730951},"56":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":2.0},"61":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.4142135623730951},"7":{"tf":1.7320508075688772},"72":{"tf":1.0},"73":{"tf":1.4142135623730951},"8":{"tf":1.0},"9":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"63":{"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":{"62":{"tf":1.0}}}},"df":0,"docs":{}}}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"{":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"67":{"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":{"49":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"66":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"66":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"64":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"s":{":":{":":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":2,"docs":{"43":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"23":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"14":{"tf":1.0},"37":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"0":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"m":{"df":0,"docs":{},"e":{"df":13,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"24":{"tf":1.0},"3":{"tf":1.4142135623730951},"31":{"tf":1.0},"33":{"tf":1.7320508075688772},"39":{"tf":1.0},"57":{"tf":1.0},"73":{"tf":1.0},"8":{"tf":2.449489742783178}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"42":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0}}}}},"r":{"df":1,"docs":{"30":{"tf":1.4142135623730951}}}}}},"o":{"d":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":6,"docs":{"0":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"l":{"df":2,"docs":{"47":{"tf":1.0},"57":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"33":{"tf":1.0},"35":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"30":{"tf":1.0},"52":{"tf":1.0}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":31,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"35":{"tf":2.0},"37":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.7320508075688772},"52":{"tf":1.7320508075688772},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.7320508075688772},"64":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"69":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.4142135623730951},"74":{"tf":1.0},"9":{"tf":1.0}},"y":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"g":{"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":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"66":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"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":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"71":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"16":{"tf":1.0},"42":{"tf":1.0},"57":{"tf":1.0},"69":{"tf":1.0}}},"k":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"69":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":18,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.0},"28":{"tf":1.4142135623730951},"3":{"tf":1.0},"31":{"tf":1.7320508075688772},"42":{"tf":1.0},"46":{"tf":1.0},"5":{"tf":1.7320508075688772},"59":{"tf":1.0},"61":{"tf":1.0},"74":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"50":{"tf":1.4142135623730951},"65":{"tf":1.0},"71":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":15,"docs":{"10":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":2.0},"27":{"tf":2.0},"28":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.0},"71":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"73":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"5":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"7":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"(":{"5":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"(":{"1":{"0":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"23":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"17":{"tf":1.7320508075688772}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"57":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"20":{"tf":1.0},"32":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"4":{"tf":1.0},"72":{"tf":1.7320508075688772}}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"45":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"73":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":3,"docs":{"24":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"38":{"tf":1.0},"5":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":1,"docs":{"26":{"tf":1.0}}}},"x":{"/":{"d":{"a":{"df":2,"docs":{"46":{"tf":1.0},"54":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"8":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"38":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"3":{"tf":1.4142135623730951},"30":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"4":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"56":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"67":{"tf":1.0},"72":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":3,"docs":{"23":{"tf":1.0},"55":{"tf":1.0},"69":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"17":{"tf":1.0},"23":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951},"51":{"tf":1.0}}}},"df":27,"docs":{"0":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"30":{"tf":1.4142135623730951},"31":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.7320508075688772},"49":{"tf":1.4142135623730951},"57":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"66":{"tf":2.23606797749979},"67":{"tf":1.7320508075688772},"69":{"tf":1.0},"71":{"tf":1.0},"73":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":46,"docs":{"10":{"tf":1.7320508075688772},"15":{"tf":1.7320508075688772},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"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},"4":{"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},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"71":{"tf":1.0}}}},"i":{"df":0,"docs":{},"z":{"df":3,"docs":{"50":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"68":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"17":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":25,"docs":{"0":{"tf":2.0},"14":{"tf":1.0},"18":{"tf":1.4142135623730951},"23":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.7320508075688772},"27":{"tf":1.0},"28":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"33":{"tf":1.0},"35":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"54":{"tf":1.4142135623730951},"56":{"tf":1.0},"59":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"71":{"tf":1.4142135623730951},"73":{"tf":1.0},"74":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"u":{"df":1,"docs":{"32":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"44":{"tf":1.0},"8":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"!":{"[":{"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":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":1,"docs":{"66":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":1,"docs":{"66":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"11":{"tf":1.0},"73":{"tf":1.0}},"f":{"df":2,"docs":{"14":{"tf":1.0},"34":{"tf":1.0}},"i":{"df":7,"docs":{"0":{"tf":1.4142135623730951},"21":{"tf":1.0},"30":{"tf":1.0},"57":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"14":{"tf":1.0}}}}}},"i":{"a":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":5,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"42":{"tf":1.0},"57":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":2,"docs":{"47":{"tf":1.0},"56":{"tf":1.0}}}},"w":{"[":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"13":{"tf":1.0},"37":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"22":{"tf":1.0},"8":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"t":{"df":13,"docs":{"16":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"42":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"69":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.4142135623730951},"73":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"4":{"tf":1.0},"47":{"tf":1.0},"7":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"31":{"tf":1.4142135623730951}}}},"y":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":1,"docs":{"13":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"22":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"71":{"tf":1.0},"74":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"72":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":10,"docs":{"11":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"18":{"tf":1.0},"21":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"55":{"tf":1.0},"59":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":4,"docs":{"40":{"tf":1.0},"61":{"tf":1.0},"68":{"tf":1.4142135623730951},"72":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"68":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"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":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"5":{"0":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"df":1,"docs":{"11":{"tf":1.0}}},"6":{"0":{"df":1,"docs":{"11":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"0":{"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":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"10":{"tf":1.0},"33":{"tf":1.0},"55":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"1":{"tf":1.0},"14":{"tf":1.0},"34":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":3,"docs":{"3":{"tf":1.0},"44":{"tf":1.4142135623730951},"7":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"69":{"tf":1.7320508075688772}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":46,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"13":{"tf":2.449489742783178},"14":{"tf":1.4142135623730951},"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.7320508075688772},"19":{"tf":2.0},"20":{"tf":2.449489742783178},"21":{"tf":2.6457513110645907},"22":{"tf":1.0},"23":{"tf":1.7320508075688772},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.7320508075688772},"27":{"tf":2.0},"28":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":1.7320508075688772},"31":{"tf":1.7320508075688772},"32":{"tf":1.0},"37":{"tf":1.7320508075688772},"42":{"tf":1.4142135623730951},"43":{"tf":1.7320508075688772},"44":{"tf":1.4142135623730951},"46":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.7320508075688772},"5":{"tf":1.4142135623730951},"50":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":1.4142135623730951},"59":{"tf":2.23606797749979},"61":{"tf":1.7320508075688772},"62":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":2.0},"66":{"tf":2.6457513110645907},"67":{"tf":1.4142135623730951},"68":{"tf":1.0},"69":{"tf":1.0},"71":{"tf":1.7320508075688772},"72":{"tf":1.0},"73":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951}},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"36":{"tf":1.0},"49":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"16":{"tf":2.0},"17":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"d":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"e":{"df":1,"docs":{"73":{"tf":1.0}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"’":{"df":0,"docs":{},"r":{"df":3,"docs":{"4":{"tf":1.4142135623730951},"46":{"tf":1.0},"56":{"tf":1.0}}}}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"31":{"tf":1.0}}}}}}}},"title":{"root":{"2":{"df":1,"docs":{"26":{"tf":1.0}}},"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"df":0,"docs":{}},"d":{"df":4,"docs":{"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"50":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"70":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"5":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"29":{"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":{"18":{"tf":1.0}}}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"24":{"tf":1.0},"47":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"33":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"4":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"z":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"32":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":5,"docs":{"28":{"tf":1.0},"43":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"71":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"42":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"67":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"54":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"51":{"tf":1.0}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"19":{"tf":1.0},"22":{"tf":1.0},"71":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":3,"docs":{"48":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"19":{"tf":1.0},"22":{"tf":1.0},"71":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"69":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"33":{"tf":1.0},"34":{"tf":1.0}}}}}}}},"d":{"a":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"34":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"14":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"9":{"tf":1.0}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"58":{"tf":1.0},"59":{"tf":1.0}}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"34":{"tf":1.0}},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"l":{"df":1,"docs":{"71":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"25":{"tf":1.0},"29":{"tf":1.0},"65":{"tf":1.0}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":9,"docs":{"19":{"tf":1.0},"21":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0},"55":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"67":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"60":{"tf":1.0}}},"df":0,"docs":{}}}}}},"f":{"a":{"df":0,"docs":{},"q":{"df":1,"docs":{"73":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"33":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"60":{"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":{"35":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"74":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"56":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"10":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"64":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"i":{"df":1,"docs":{"15":{"tf":1.0}},"i":{"df":1,"docs":{"58":{"tf":1.0}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"69":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"v":{"df":1,"docs":{"70":{"tf":1.0}}}},"k":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"59":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"28":{"tf":1.0}}}}},"o":{"a":{"d":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"39":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"11":{"tf":1.0}}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"32":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"36":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"w":{"df":1,"docs":{"65":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":3,"docs":{"48":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"57":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.0}}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"5":{"tf":1.0}}}}}}}}}},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"46":{"tf":1.0},"55":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"15":{"tf":1.0},"2":{"tf":1.0},"58":{"tf":1.0},"70":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"22":{"tf":1.0},"23":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0}}}}}}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"36":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"6":{"tf":1.0}}}}}}}}}}},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"36":{"tf":1.0}}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"24":{"tf":1.0},"47":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"o":{"b":{"df":0,"docs":{},"e":{"df":1,"docs":{"66":{"tf":1.0}}}},"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"66":{"tf":1.0},"67":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"58":{"tf":1.0},"69":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}}}}}}},"df":3,"docs":{"11":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"63":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"65":{"tf":1.0}}}}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":6,"docs":{"13":{"tf":1.0},"18":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"59":{"tf":1.0},"72":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"71":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"10":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"26":{"tf":1.0},"66":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"67":{"tf":1.0}}}},"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"12":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"tf":1.0}}}}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"67":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"8":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":3,"docs":{"35":{"tf":1.0},"52":{"tf":1.0},"64":{"tf":1.0}}}}}}}},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"26":{"tf":1.0},"27":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":1,"docs":{"17":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"72":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"23":{"tf":1.0},"45":{"tf":1.0}}}},"df":1,"docs":{"4":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"31":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"11":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"68":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"44":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":10,"docs":{"19":{"tf":1.0},"20":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"43":{"tf":1.0},"61":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"lang":"English","pipeline":["trimmer","stopWordFilter","stemmer"],"ref":"id","version":"0.9.5"},"results_options":{"limit_results":30,"teaser_word_count":30},"search_options":{"bool":"OR","expand":true,"fields":{"body":{"boost":1},"breadcrumbs":{"boost":1},"title":{"boost":2}}}}')); \ No newline at end of file diff --git a/docs/searchindex-8054021d.js b/docs/searchindex-8054021d.js new file mode 100644 index 0000000..3d964c8 --- /dev/null +++ b/docs/searchindex-8054021d.js @@ -0,0 +1 @@ +window.search = Object.assign(window.search, JSON.parse('{"doc_urls":["project-context-primer.html#project-context-primer","project-context-primer.html#the-nomos-architecture","project-context-primer.html#validators","project-context-primer.html#executors","project-context-primer.html#data-availability-da","project-context-primer.html#why-this-matters-for-testing","what-you-will-learn.html#what-you-will-learn","part-i.html#part-i--foundations","introduction.html#introduction","introduction.html#who-this-book-is-for","introduction.html#how-to-use-this-book","architecture-overview.html#architecture-overview","architecture-overview.html#the-five-core-concepts","architecture-overview.html#topology-describing-your-cluster","architecture-overview.html#scenario-the-complete-test-plan","architecture-overview.html#runner-making-plans-reality","architecture-overview.html#workloads-generating-traffic","architecture-overview.html#expectations-judging-success","architecture-overview.html#how-everything-works-together","architecture-overview.html#what-makes-this-different","architecture-overview.html#whats-next","testing-philosophy.html#testing-philosophy","testing-philosophy.html#declarative-over-imperative","testing-philosophy.html#protocol-time-not-wall-time","testing-philosophy.html#determinism-first-chaos-when-needed","testing-philosophy.html#observable-health-signals","testing-philosophy.html#minimum-run-windows","testing-philosophy.html#summary","scenario-lifecycle.html#scenario-lifecycle","scenario-lifecycle.html#the-six-stages","scenario-lifecycle.html#stage-1-build-the-plan","scenario-lifecycle.html#stage-2-deploy","scenario-lifecycle.html#stage-3-readiness","scenario-lifecycle.html#stage-4-drive-workloads","scenario-lifecycle.html#stage-5-observe","scenario-lifecycle.html#stage-6-evaluate-expectations","scenario-lifecycle.html#stage-7-cleanup","scenario-lifecycle.html#why-this-order-matters","scenario-lifecycle.html#lifecycle-in-practice","scenario-lifecycle.html#whats-next","design-rationale.html#design-rationale","design-rationale.html#modular-crates-loose-coupling-clear-boundaries","design-rationale.html#pluggable-runners-write-once-run-anywhere","design-rationale.html#separated-workloads-and-expectations-what-vs-how","design-rationale.html#declarative-topology-explicit-intent-reproducible-clusters","design-rationale.html#immutable-plans-predictability-over-flexibility","design-rationale.html#protocol-time-over-wall-time-robust-assertions","design-rationale.html#mandatory-readiness-fail-fast-fail-clear","design-rationale.html#design-goals-revisited","design-rationale.html#whats-next","part-ii.html#part-ii--user-guide","workspace-layout.html#workspace-layout","annotated-tree.html#annotated-tree","authoring-scenarios.html#authoring-scenarios","authoring-scenarios.html#your-first-scenario-consensus-liveness","authoring-scenarios.html#adding-traffic-transaction-workload","authoring-scenarios.html#configuring-topology","authoring-scenarios.html#combining-multiple-workloads","authoring-scenarios.html#testing-resilience-chaos-workloads","authoring-scenarios.html#choosing-run-duration","authoring-scenarios.html#choosing-a-runner","authoring-scenarios.html#best-practices","authoring-scenarios.html#whats-next","workloads.html#workloads-and-expectations","workloads.html#understanding-workloads","workloads.html#transaction-workload","workloads.html#basic-usage","workloads.html#configuration-options","workloads.html#what-it-does","workloads.html#default-expectation","workloads.html#when-to-use-it","workloads.html#da-blob-workload","workloads.html#basic-usage-1","workloads.html#configuration-options-1","workloads.html#what-it-does-1","workloads.html#default-expectation-1","workloads.html#when-to-use-it-1","workloads.html#chaos-workload","workloads.html#basic-usage-2","workloads.html#configuration-options-2","workloads.html#what-it-does-2","workloads.html#requirements","workloads.html#when-to-use-it-2","workloads.html#combining-workloads","workloads.html#understanding-expectations","workloads.html#consensus-liveness-expectation","workloads.html#usage","workloads.html#what-it-checks","workloads.html#when-it-runs","workloads.html#failure-modes","workloads.html#transaction-inclusion-expectation","workloads.html#usage-1","workloads.html#what-it-checks-1","workloads.html#failure-modes-1","workloads.html#da-liveness-expectation","workloads.html#usage-2","workloads.html#what-it-checks-2","workloads.html#failure-modes-2","workloads.html#writing-custom-expectations","workloads.html#whats-next","scenario-builder-ext-patterns.html#scenario-builder-patterns","scenario-builder-ext-patterns.html#builder-pattern-basics","scenario-builder-ext-patterns.html#pattern-topology-first","scenario-builder-ext-patterns.html#pattern-workload-chains","scenario-builder-ext-patterns.html#pattern-bundled-expectations","scenario-builder-ext-patterns.html#pattern-explicit-duration","scenario-builder-ext-patterns.html#pattern-chaos-opt-in","scenario-builder-ext-patterns.html#pattern-node-count-rationale","scenario-builder-ext-patterns.html#pattern-rate-tuning","scenario-builder-ext-patterns.html#pattern-combining-workloads","scenario-builder-ext-patterns.html#pattern-reusable-builders","scenario-builder-ext-patterns.html#pattern-environment-specific-configuration","scenario-builder-ext-patterns.html#pattern-documentation-through-code","scenario-builder-ext-patterns.html#anti-patterns-to-avoid","scenario-builder-ext-patterns.html#builder-extensions-for-custom-workloads","scenario-builder-ext-patterns.html#whats-next","usage-patterns.html#usage-patterns","best-practices.html#best-practices","examples.html#examples","examples.html#example-1-minimal-consensus-smoke-test","examples.html#example-2-transaction-workload","examples.html#example-3-da-blob-dispersal","examples.html#example-4-combined-transaction-and-da-traffic","examples.html#example-5-chaos-restarts","examples.html#example-6-stress-test","examples.html#example-7-custom-topology","examples.html#running-examples-in-different-environments","examples.html#whats-next","examples-advanced.html#advanced--artificial-examples","examples-advanced.html#synthetic-delay-workload-network-latency-simulation","examples-advanced.html#oscillating-load-workload-traffic-waves","examples-advanced.html#byzantine-behavior-mock","examples-advanced.html#custom-expectation-block-finality-drift","examples-advanced.html#custom-deployer-dry-run-deployer","examples-advanced.html#stochastic-topology-generator","examples-advanced.html#multi-phase-scenario-pipelines","running-scenarios.html#running-scenarios","running-scenarios.html#basic-execution","running-scenarios.html#understanding-test-output","running-scenarios.html#phase-1-build-and-validation","running-scenarios.html#phase-2-deployment","running-scenarios.html#phase-3-readiness","running-scenarios.html#phase-4-workload-execution","running-scenarios.html#phase-5-evaluation","running-scenarios.html#phase-6-cleanup","running-scenarios.html#running-multiple-tests","running-scenarios.html#parallel-execution-concerns","running-scenarios.html#interpreting-results","running-scenarios.html#success","running-scenarios.html#failure","running-scenarios.html#panic-or-error","running-scenarios.html#collecting-artifacts","running-scenarios.html#logs","running-scenarios.html#metrics","running-scenarios.html#core-dumps","running-scenarios.html#debugging-failed-tests","running-scenarios.html#1-read-the-expectation-failure","running-scenarios.html#2-check-readiness","running-scenarios.html#3-check-workload-errors","running-scenarios.html#4-examine-node-logs","running-scenarios.html#5-check-resource-constraints","running-scenarios.html#6-reproduce-locally","running-scenarios.html#running-in-ci","running-scenarios.html#github-actions-example","running-scenarios.html#gitlab-ci-example","running-scenarios.html#advanced-programmatic-execution","running-scenarios.html#whats-next","runners.html#runners","runners.html#understanding-the-runner-interface","runners.html#localdeployer-fast-iteration","runners.html#how-it-works","runners.html#usage","runners.html#configuration","runners.html#when-to-use","runners.html#pros-and-cons","runners.html#composerunner-reproducible-stacks","runners.html#how-it-works-1","runners.html#usage-1","runners.html#configuration-1","runners.html#when-to-use-1","runners.html#pros-and-cons-1","runners.html#k8srunner-production-fidelity","runners.html#how-it-works-2","runners.html#usage-2","runners.html#configuration-2","runners.html#when-to-use-2","runners.html#pros-and-cons-2","runners.html#choosing-a-runner","runners.html#runner-capabilities","runners.html#mixing-runners","runners.html#advanced-custom-runners","runners.html#whats-next","chaos.html#chaos-workloads","chaos.html#how-it-works","chaos.html#usage","chaos.html#expectations-to-pair","chaos.html#best-practices","node-control.html#node-control--runcontext","node-control.html#accessing-node-control-in-workloadsexpectations","node-control.html#current-api-surface","node-control.html#considerations","topology-chaos.html#topology--chaos-patterns","topology-chaos.html#node-control-availability","topology-chaos.html#chaos-patterns-to-consider","topology-chaos.html#expectations-to-pair","topology-chaos.html#guidance","operations.html#operations","operations.html#prerequisites","operations.html#nomos-node-checkout","operations.html#runner-specific-prerequisites","operations.html#circuit-and-prover-assets","operations.html#environment-configuration","operations.html#slow-environment-mode","operations.html#tracing-and-logging","operations.html#port-configuration","operations.html#understanding-readiness-checks","operations.html#what-readiness-means","operations.html#readiness-timeout","operations.html#debugging-readiness-failures","operations.html#observability-and-metrics","operations.html#log-files","operations.html#metrics-endpoints","operations.html#block-progression-tracking","operations.html#failure-triage","operations.html#1-check-expectations","operations.html#2-check-readiness","operations.html#3-check-workload-errors","operations.html#4-check-node-logs","operations.html#5-check-resource-constraints","operations.html#common-issues-and-solutions","operations.html#binaries-not-found","operations.html#port-already-in-use","operations.html#readiness-timeout-1","operations.html#docker-daemon-not-running","operations.html#kubernetes-resources-not-found","operations.html#ci-integration","operations.html#use-composerunner","operations.html#enable-slow-mode","operations.html#capture-logs","operations.html#parallel-test-limits","operations.html#production-like-testing","operations.html#whats-next","part-iii.html#part-iii--developer-reference","scenario-model.html#the-scenario-model","scenario-model.html#why-separate-concepts-matter","scenario-model.html#topology-pure-description","scenario-model.html#scenario-the-immutable-plan","scenario-model.html#workloads-controlled-traffic-generation","scenario-model.html#expectations-post-run-judgments","scenario-model.html#runtime-the-execution-coordinator","scenario-model.html#respecting-boundaries","scenario-model.html#what-this-enables","extending.html#extending-the-framework","extending.html#why-extend","extending.html#adding-custom-workloads","extending.html#the-workload-trait","extending.html#example-health-check-workload","extending.html#using-the-custom-workload","extending.html#builder-api-integration","extending.html#workload-best-practices","extending.html#adding-custom-expectations","extending.html#the-expectation-trait","extending.html#example-peer-count-expectation","extending.html#using-custom-expectations","extending.html#expectation-best-practices","extending.html#adding-custom-runners","extending.html#the-deployer-and-runner-traits","extending.html#example-mock-runner","extending.html#runner-best-practices","extending.html#adding-topology-configurations","extending.html#integrating-extensions","extending.html#whats-next","custom-workload-example.html#example-new-workload--expectation-rust","custom-workload-example.html#workload-simple-reachability-probe","custom-workload-example.html#expectation-confirm-the-target-stayed-reachable","custom-workload-example.html#how-to-wire-it","internal-crate-reference.html#internal-crate-reference","part-iv.html#part-iv--appendix","dsl-cheat-sheet.html#core-content-dsl-cheat-sheet","troubleshooting.html#troubleshooting","troubleshooting.html#build-and-deployment-issues","troubleshooting.html#symptom-binaries-not-found-error","troubleshooting.html#symptom-port-already-in-use","troubleshooting.html#symptom-readiness-timeout","troubleshooting.html#runtime-issues","troubleshooting.html#symptom-no-block-progression","troubleshooting.html#symptom-slow-block-progression","troubleshooting.html#symptom-workload-errors","troubleshooting.html#expectation-failures","troubleshooting.html#symptom-transaction-inclusion-failure","troubleshooting.html#symptom-chaos-workload-fails","troubleshooting.html#environment-specific-issues","troubleshooting.html#symptom-docker-issues","troubleshooting.html#symptom-kubernetes-issues","troubleshooting.html#flaky-tests","troubleshooting.html#symptom-tests-pass-locally-fail-in-ci","troubleshooting.html#symptom-tests-sometimes-pass-sometimes-fail","troubleshooting.html#debugging-checklist","troubleshooting.html#getting-help","faq.html#frequently-asked-questions","faq.html#general-questions","faq.html#why-does-the-framework-use-protocol-time-instead-of-wall-clock-time","faq.html#can-i-reuse-the-same-scenario-with-different-runners","faq.html#how-is-this-different-from-unit-tests","faq.html#do-i-need-to-build-nomos-from-source","faq.html#scenario-design","faq.html#how-many-nodes-should-my-tests-use","faq.html#how-long-should-test-runs-be","faq.html#when-should-i-use-chaos-workloads","faq.html#should-i-combine-multiple-workloads-in-one-test","faq.html#do-i-need-seeded-wallets","faq.html#running-tests","faq.html#why-do-tests-take-so-long-to-start","faq.html#can-i-run-tests-in-parallel","faq.html#how-do-i-debug-a-failing-test","faq.html#can-i-run-tests-without-dockerkubernetes","faq.html#extending-the-framework","faq.html#how-do-i-add-a-custom-workload","faq.html#can-i-add-a-custom-runner","faq.html#can-i-contribute-my-workloadexpectation-upstream","faq.html#troubleshooting","faq.html#tests-pass-locally-but-fail-in-ci","faq.html#port-already-in-use-errors","faq.html#nodes-wont-reach-ready-state","faq.html#expectations-fail-but-logs-look-fine","faq.html#performance-and-resources","faq.html#how-much-cpumemory-do-tests-need","faq.html#can-i-run-tests-on-limited-hardware","faq.html#how-do-i-make-tests-faster","faq.html#advanced-usage","faq.html#can-i-programmatically-generate-scenarios","faq.html#can-i-parameterize-tests-by-runner","faq.html#how-do-i-integrate-with-cicd","faq.html#getting-help","faq.html#where-can-i-get-help","faq.html#how-do-i-report-a-bug","glossary.html#glossary","glossary.html#core-concepts","glossary.html#nomos-specifics","glossary.html#framework-architecture","glossary.html#common-abbreviations"],"index":{"documentStore":{"docInfo":{"0":{"body":26,"breadcrumbs":6,"title":3},"1":{"body":18,"breadcrumbs":5,"title":2},"10":{"body":132,"breadcrumbs":5,"title":2},"100":{"body":15,"breadcrumbs":11,"title":3},"101":{"body":35,"breadcrumbs":11,"title":3},"102":{"body":42,"breadcrumbs":11,"title":3},"103":{"body":51,"breadcrumbs":11,"title":3},"104":{"body":42,"breadcrumbs":11,"title":3},"105":{"body":42,"breadcrumbs":11,"title":3},"106":{"body":44,"breadcrumbs":11,"title":3},"107":{"body":48,"breadcrumbs":12,"title":4},"108":{"body":40,"breadcrumbs":11,"title":3},"109":{"body":36,"breadcrumbs":11,"title":3},"11":{"body":43,"breadcrumbs":6,"title":2},"110":{"body":38,"breadcrumbs":11,"title":3},"111":{"body":38,"breadcrumbs":12,"title":4},"112":{"body":42,"breadcrumbs":12,"title":4},"113":{"body":109,"breadcrumbs":11,"title":3},"114":{"body":35,"breadcrumbs":12,"title":4},"115":{"body":15,"breadcrumbs":10,"title":2},"116":{"body":84,"breadcrumbs":8,"title":2},"117":{"body":96,"breadcrumbs":8,"title":2},"118":{"body":24,"breadcrumbs":6,"title":1},"119":{"body":73,"breadcrumbs":11,"title":6},"12":{"body":30,"breadcrumbs":7,"title":3},"120":{"body":94,"breadcrumbs":9,"title":4},"121":{"body":80,"breadcrumbs":10,"title":5},"122":{"body":73,"breadcrumbs":11,"title":6},"123":{"body":98,"breadcrumbs":9,"title":4},"124":{"body":74,"breadcrumbs":9,"title":4},"125":{"body":71,"breadcrumbs":9,"title":4},"126":{"body":26,"breadcrumbs":9,"title":4},"127":{"body":22,"breadcrumbs":7,"title":2},"128":{"body":19,"breadcrumbs":10,"title":3},"129":{"body":41,"breadcrumbs":13,"title":6},"13":{"body":64,"breadcrumbs":7,"title":3},"130":{"body":37,"breadcrumbs":12,"title":5},"131":{"body":34,"breadcrumbs":10,"title":3},"132":{"body":41,"breadcrumbs":12,"title":5},"133":{"body":39,"breadcrumbs":12,"title":5},"134":{"body":35,"breadcrumbs":10,"title":3},"135":{"body":40,"breadcrumbs":11,"title":4},"136":{"body":21,"breadcrumbs":8,"title":2},"137":{"body":35,"breadcrumbs":8,"title":2},"138":{"body":7,"breadcrumbs":9,"title":3},"139":{"body":35,"breadcrumbs":10,"title":4},"14":{"body":59,"breadcrumbs":8,"title":4},"140":{"body":41,"breadcrumbs":9,"title":3},"141":{"body":35,"breadcrumbs":9,"title":3},"142":{"body":52,"breadcrumbs":10,"title":4},"143":{"body":26,"breadcrumbs":9,"title":3},"144":{"body":16,"breadcrumbs":9,"title":3},"145":{"body":18,"breadcrumbs":9,"title":3},"146":{"body":28,"breadcrumbs":9,"title":3},"147":{"body":0,"breadcrumbs":8,"title":2},"148":{"body":25,"breadcrumbs":7,"title":1},"149":{"body":32,"breadcrumbs":7,"title":1},"15":{"body":60,"breadcrumbs":8,"title":4},"150":{"body":25,"breadcrumbs":8,"title":2},"151":{"body":0,"breadcrumbs":8,"title":2},"152":{"body":80,"breadcrumbs":7,"title":1},"153":{"body":37,"breadcrumbs":7,"title":1},"154":{"body":14,"breadcrumbs":8,"title":2},"155":{"body":4,"breadcrumbs":9,"title":3},"156":{"body":23,"breadcrumbs":10,"title":4},"157":{"body":23,"breadcrumbs":9,"title":3},"158":{"body":17,"breadcrumbs":10,"title":4},"159":{"body":32,"breadcrumbs":10,"title":4},"16":{"body":42,"breadcrumbs":7,"title":3},"160":{"body":24,"breadcrumbs":10,"title":4},"161":{"body":25,"breadcrumbs":9,"title":3},"162":{"body":0,"breadcrumbs":8,"title":2},"163":{"body":64,"breadcrumbs":9,"title":3},"164":{"body":20,"breadcrumbs":9,"title":3},"165":{"body":48,"breadcrumbs":9,"title":3},"166":{"body":21,"breadcrumbs":8,"title":2},"167":{"body":28,"breadcrumbs":6,"title":1},"168":{"body":74,"breadcrumbs":8,"title":3},"169":{"body":11,"breadcrumbs":8,"title":3},"17":{"body":43,"breadcrumbs":7,"title":3},"170":{"body":34,"breadcrumbs":6,"title":1},"171":{"body":9,"breadcrumbs":6,"title":1},"172":{"body":29,"breadcrumbs":6,"title":1},"173":{"body":51,"breadcrumbs":6,"title":1},"174":{"body":34,"breadcrumbs":7,"title":2},"175":{"body":14,"breadcrumbs":8,"title":3},"176":{"body":35,"breadcrumbs":6,"title":1},"177":{"body":9,"breadcrumbs":6,"title":1},"178":{"body":40,"breadcrumbs":6,"title":1},"179":{"body":46,"breadcrumbs":6,"title":1},"18":{"body":90,"breadcrumbs":7,"title":3},"180":{"body":38,"breadcrumbs":7,"title":2},"181":{"body":15,"breadcrumbs":8,"title":3},"182":{"body":32,"breadcrumbs":6,"title":1},"183":{"body":12,"breadcrumbs":6,"title":1},"184":{"body":56,"breadcrumbs":6,"title":1},"185":{"body":40,"breadcrumbs":6,"title":1},"186":{"body":39,"breadcrumbs":7,"title":2},"187":{"body":41,"breadcrumbs":7,"title":2},"188":{"body":27,"breadcrumbs":7,"title":2},"189":{"body":46,"breadcrumbs":7,"title":2},"19":{"body":66,"breadcrumbs":6,"title":2},"190":{"body":49,"breadcrumbs":8,"title":3},"191":{"body":21,"breadcrumbs":7,"title":2},"192":{"body":14,"breadcrumbs":8,"title":2},"193":{"body":56,"breadcrumbs":7,"title":1},"194":{"body":40,"breadcrumbs":7,"title":1},"195":{"body":24,"breadcrumbs":8,"title":2},"196":{"body":26,"breadcrumbs":8,"title":2},"197":{"body":28,"breadcrumbs":10,"title":3},"198":{"body":53,"breadcrumbs":11,"title":4},"199":{"body":43,"breadcrumbs":10,"title":3},"2":{"body":45,"breadcrumbs":4,"title":1},"20":{"body":52,"breadcrumbs":6,"title":2},"200":{"body":32,"breadcrumbs":8,"title":1},"201":{"body":11,"breadcrumbs":10,"title":3},"202":{"body":16,"breadcrumbs":10,"title":3},"203":{"body":57,"breadcrumbs":10,"title":3},"204":{"body":24,"breadcrumbs":9,"title":2},"205":{"body":35,"breadcrumbs":8,"title":1},"206":{"body":20,"breadcrumbs":6,"title":1},"207":{"body":7,"breadcrumbs":6,"title":1},"208":{"body":35,"breadcrumbs":8,"title":3},"209":{"body":58,"breadcrumbs":8,"title":3},"21":{"body":17,"breadcrumbs":6,"title":2},"210":{"body":34,"breadcrumbs":8,"title":3},"211":{"body":7,"breadcrumbs":7,"title":2},"212":{"body":37,"breadcrumbs":8,"title":3},"213":{"body":24,"breadcrumbs":7,"title":2},"214":{"body":21,"breadcrumbs":7,"title":2},"215":{"body":15,"breadcrumbs":8,"title":3},"216":{"body":17,"breadcrumbs":7,"title":2},"217":{"body":20,"breadcrumbs":7,"title":2},"218":{"body":45,"breadcrumbs":8,"title":3},"219":{"body":8,"breadcrumbs":7,"title":2},"22":{"body":36,"breadcrumbs":7,"title":3},"220":{"body":45,"breadcrumbs":7,"title":2},"221":{"body":20,"breadcrumbs":7,"title":2},"222":{"body":29,"breadcrumbs":8,"title":3},"223":{"body":5,"breadcrumbs":7,"title":2},"224":{"body":18,"breadcrumbs":8,"title":3},"225":{"body":23,"breadcrumbs":8,"title":3},"226":{"body":21,"breadcrumbs":9,"title":4},"227":{"body":32,"breadcrumbs":9,"title":4},"228":{"body":27,"breadcrumbs":9,"title":4},"229":{"body":0,"breadcrumbs":8,"title":3},"23":{"body":86,"breadcrumbs":8,"title":4},"230":{"body":29,"breadcrumbs":7,"title":2},"231":{"body":14,"breadcrumbs":8,"title":3},"232":{"body":17,"breadcrumbs":7,"title":2},"233":{"body":17,"breadcrumbs":8,"title":3},"234":{"body":18,"breadcrumbs":8,"title":3},"235":{"body":7,"breadcrumbs":7,"title":2},"236":{"body":12,"breadcrumbs":7,"title":2},"237":{"body":12,"breadcrumbs":8,"title":3},"238":{"body":15,"breadcrumbs":7,"title":2},"239":{"body":14,"breadcrumbs":8,"title":3},"24":{"body":52,"breadcrumbs":8,"title":4},"240":{"body":41,"breadcrumbs":7,"title":2},"241":{"body":21,"breadcrumbs":7,"title":2},"242":{"body":10,"breadcrumbs":8,"title":4},"243":{"body":36,"breadcrumbs":10,"title":2},"244":{"body":60,"breadcrumbs":11,"title":3},"245":{"body":70,"breadcrumbs":11,"title":3},"246":{"body":69,"breadcrumbs":11,"title":3},"247":{"body":100,"breadcrumbs":12,"title":4},"248":{"body":89,"breadcrumbs":12,"title":4},"249":{"body":75,"breadcrumbs":11,"title":3},"25":{"body":50,"breadcrumbs":7,"title":3},"250":{"body":67,"breadcrumbs":10,"title":2},"251":{"body":57,"breadcrumbs":9,"title":1},"252":{"body":28,"breadcrumbs":8,"title":2},"253":{"body":39,"breadcrumbs":7,"title":1},"254":{"body":13,"breadcrumbs":9,"title":3},"255":{"body":66,"breadcrumbs":8,"title":2},"256":{"body":90,"breadcrumbs":10,"title":4},"257":{"body":15,"breadcrumbs":9,"title":3},"258":{"body":68,"breadcrumbs":9,"title":3},"259":{"body":81,"breadcrumbs":9,"title":3},"26":{"body":40,"breadcrumbs":7,"title":3},"260":{"body":11,"breadcrumbs":9,"title":3},"261":{"body":52,"breadcrumbs":8,"title":2},"262":{"body":64,"breadcrumbs":10,"title":4},"263":{"body":10,"breadcrumbs":9,"title":3},"264":{"body":47,"breadcrumbs":9,"title":3},"265":{"body":10,"breadcrumbs":9,"title":3},"266":{"body":53,"breadcrumbs":9,"title":3},"267":{"body":64,"breadcrumbs":9,"title":3},"268":{"body":52,"breadcrumbs":9,"title":3},"269":{"body":39,"breadcrumbs":9,"title":3},"27":{"body":26,"breadcrumbs":5,"title":1},"270":{"body":32,"breadcrumbs":8,"title":2},"271":{"body":24,"breadcrumbs":8,"title":2},"272":{"body":19,"breadcrumbs":14,"title":5},"273":{"body":121,"breadcrumbs":13,"title":4},"274":{"body":68,"breadcrumbs":14,"title":5},"275":{"body":24,"breadcrumbs":10,"title":1},"276":{"body":91,"breadcrumbs":10,"title":3},"277":{"body":10,"breadcrumbs":6,"title":3},"278":{"body":84,"breadcrumbs":11,"title":5},"279":{"body":19,"breadcrumbs":6,"title":1},"28":{"body":29,"breadcrumbs":7,"title":2},"280":{"body":0,"breadcrumbs":8,"title":3},"281":{"body":51,"breadcrumbs":9,"title":4},"282":{"body":49,"breadcrumbs":9,"title":4},"283":{"body":80,"breadcrumbs":8,"title":3},"284":{"body":0,"breadcrumbs":7,"title":2},"285":{"body":85,"breadcrumbs":8,"title":3},"286":{"body":62,"breadcrumbs":9,"title":4},"287":{"body":59,"breadcrumbs":8,"title":3},"288":{"body":0,"breadcrumbs":7,"title":2},"289":{"body":78,"breadcrumbs":9,"title":4},"29":{"body":34,"breadcrumbs":7,"title":2},"290":{"body":64,"breadcrumbs":9,"title":4},"291":{"body":0,"breadcrumbs":8,"title":3},"292":{"body":48,"breadcrumbs":8,"title":3},"293":{"body":50,"breadcrumbs":8,"title":3},"294":{"body":0,"breadcrumbs":7,"title":2},"295":{"body":44,"breadcrumbs":11,"title":6},"296":{"body":59,"breadcrumbs":11,"title":6},"297":{"body":68,"breadcrumbs":7,"title":2},"298":{"body":52,"breadcrumbs":7,"title":2},"299":{"body":0,"breadcrumbs":7,"title":3},"3":{"body":42,"breadcrumbs":4,"title":1},"30":{"body":92,"breadcrumbs":9,"title":4},"300":{"body":0,"breadcrumbs":6,"title":2},"301":{"body":51,"breadcrumbs":12,"title":8},"302":{"body":35,"breadcrumbs":9,"title":5},"303":{"body":48,"breadcrumbs":7,"title":3},"304":{"body":33,"breadcrumbs":8,"title":4},"305":{"body":0,"breadcrumbs":6,"title":2},"306":{"body":45,"breadcrumbs":8,"title":4},"307":{"body":49,"breadcrumbs":7,"title":3},"308":{"body":33,"breadcrumbs":7,"title":3},"309":{"body":34,"breadcrumbs":9,"title":5},"31":{"body":97,"breadcrumbs":8,"title":3},"310":{"body":18,"breadcrumbs":7,"title":3},"311":{"body":0,"breadcrumbs":6,"title":2},"312":{"body":31,"breadcrumbs":8,"title":4},"313":{"body":20,"breadcrumbs":7,"title":3},"314":{"body":38,"breadcrumbs":7,"title":3},"315":{"body":14,"breadcrumbs":8,"title":4},"316":{"body":0,"breadcrumbs":6,"title":2},"317":{"body":28,"breadcrumbs":7,"title":3},"318":{"body":19,"breadcrumbs":7,"title":3},"319":{"body":13,"breadcrumbs":7,"title":3},"32":{"body":87,"breadcrumbs":8,"title":3},"320":{"body":0,"breadcrumbs":5,"title":1},"321":{"body":31,"breadcrumbs":9,"title":5},"322":{"body":18,"breadcrumbs":8,"title":4},"323":{"body":36,"breadcrumbs":9,"title":5},"324":{"body":35,"breadcrumbs":9,"title":5},"325":{"body":0,"breadcrumbs":6,"title":2},"326":{"body":45,"breadcrumbs":8,"title":4},"327":{"body":25,"breadcrumbs":8,"title":4},"328":{"body":33,"breadcrumbs":7,"title":3},"329":{"body":0,"breadcrumbs":6,"title":2},"33":{"body":88,"breadcrumbs":9,"title":4},"330":{"body":20,"breadcrumbs":7,"title":3},"331":{"body":24,"breadcrumbs":7,"title":3},"332":{"body":27,"breadcrumbs":6,"title":2},"333":{"body":0,"breadcrumbs":6,"title":2},"334":{"body":15,"breadcrumbs":5,"title":1},"335":{"body":24,"breadcrumbs":6,"title":2},"336":{"body":12,"breadcrumbs":5,"title":1},"337":{"body":326,"breadcrumbs":6,"title":2},"338":{"body":84,"breadcrumbs":6,"title":2},"339":{"body":145,"breadcrumbs":6,"title":2},"34":{"body":79,"breadcrumbs":8,"title":3},"340":{"body":16,"breadcrumbs":6,"title":2},"35":{"body":86,"breadcrumbs":9,"title":4},"36":{"body":63,"breadcrumbs":8,"title":3},"37":{"body":65,"breadcrumbs":7,"title":2},"38":{"body":85,"breadcrumbs":7,"title":2},"39":{"body":36,"breadcrumbs":7,"title":2},"4":{"body":45,"breadcrumbs":6,"title":3},"40":{"body":18,"breadcrumbs":6,"title":2},"41":{"body":131,"breadcrumbs":10,"title":6},"42":{"body":147,"breadcrumbs":10,"title":6},"43":{"body":147,"breadcrumbs":8,"title":4},"44":{"body":123,"breadcrumbs":10,"title":6},"45":{"body":101,"breadcrumbs":9,"title":5},"46":{"body":121,"breadcrumbs":11,"title":7},"47":{"body":103,"breadcrumbs":10,"title":6},"48":{"body":75,"breadcrumbs":7,"title":3},"49":{"body":36,"breadcrumbs":6,"title":2},"5":{"body":64,"breadcrumbs":5,"title":2},"50":{"body":10,"breadcrumbs":8,"title":4},"51":{"body":94,"breadcrumbs":8,"title":2},"52":{"body":59,"breadcrumbs":8,"title":2},"53":{"body":30,"breadcrumbs":8,"title":2},"54":{"body":231,"breadcrumbs":10,"title":4},"55":{"body":121,"breadcrumbs":10,"title":4},"56":{"body":101,"breadcrumbs":8,"title":2},"57":{"body":61,"breadcrumbs":9,"title":3},"58":{"body":69,"breadcrumbs":10,"title":4},"59":{"body":83,"breadcrumbs":9,"title":3},"6":{"body":26,"breadcrumbs":2,"title":1},"60":{"body":74,"breadcrumbs":8,"title":2},"61":{"body":82,"breadcrumbs":8,"title":2},"62":{"body":43,"breadcrumbs":8,"title":2},"63":{"body":33,"breadcrumbs":10,"title":2},"64":{"body":75,"breadcrumbs":10,"title":2},"65":{"body":18,"breadcrumbs":10,"title":2},"66":{"body":17,"breadcrumbs":10,"title":2},"67":{"body":80,"breadcrumbs":10,"title":2},"68":{"body":40,"breadcrumbs":8,"title":0},"69":{"body":18,"breadcrumbs":10,"title":2},"7":{"body":10,"breadcrumbs":4,"title":2},"70":{"body":19,"breadcrumbs":9,"title":1},"71":{"body":15,"breadcrumbs":11,"title":3},"72":{"body":13,"breadcrumbs":10,"title":2},"73":{"body":65,"breadcrumbs":10,"title":2},"74":{"body":31,"breadcrumbs":8,"title":0},"75":{"body":13,"breadcrumbs":10,"title":2},"76":{"body":22,"breadcrumbs":9,"title":1},"77":{"body":19,"breadcrumbs":10,"title":2},"78":{"body":12,"breadcrumbs":10,"title":2},"79":{"body":53,"breadcrumbs":10,"title":2},"8":{"body":80,"breadcrumbs":4,"title":1},"80":{"body":43,"breadcrumbs":8,"title":0},"81":{"body":31,"breadcrumbs":9,"title":1},"82":{"body":35,"breadcrumbs":9,"title":1},"83":{"body":27,"breadcrumbs":10,"title":2},"84":{"body":32,"breadcrumbs":10,"title":2},"85":{"body":10,"breadcrumbs":11,"title":3},"86":{"body":16,"breadcrumbs":9,"title":1},"87":{"body":22,"breadcrumbs":9,"title":1},"88":{"body":21,"breadcrumbs":9,"title":1},"89":{"body":28,"breadcrumbs":10,"title":2},"9":{"body":52,"breadcrumbs":4,"title":1},"90":{"body":6,"breadcrumbs":11,"title":3},"91":{"body":15,"breadcrumbs":9,"title":1},"92":{"body":12,"breadcrumbs":9,"title":1},"93":{"body":30,"breadcrumbs":10,"title":2},"94":{"body":8,"breadcrumbs":11,"title":3},"95":{"body":17,"breadcrumbs":9,"title":1},"96":{"body":13,"breadcrumbs":9,"title":1},"97":{"body":14,"breadcrumbs":10,"title":2},"98":{"body":13,"breadcrumbs":11,"title":3},"99":{"body":28,"breadcrumbs":10,"title":2}},"docs":{"0":{"body":"Before we dive into the testing framework, let’s make sure we’re on the same\\npage about Nomos itself. You don’t need to be a Nomos expert to use this\\nframework, but understanding a few key concepts will help the examples make\\nsense.","breadcrumbs":"Project Context Primer » Project Context Primer","id":"0","title":"Project Context Primer"},"1":{"body":"Nomos is a modular blockchain protocol built around three main components:\\nvalidators, executors, and a data availability subsystem. Let’s look at what\\neach one does.","breadcrumbs":"Project Context Primer » The Nomos Architecture","id":"1","title":"The Nomos Architecture"},"10":{"body":"The book is organized into four parts: Part I: Foundations gives you the mental model. We’ll walk through the\\narchitecture, explain why the framework makes certain design choices, and show\\nyou how scenarios execute from start to finish. If you’re new to the framework,\\nstart here. Part II: User Guide is where you’ll spend most of your time. We’ll show you\\nhow to write scenarios, combine workloads, set up your environment, and run\\ntests across different backends. Jump here if you want to get something running\\nquickly and learn by doing. Part III: Developer Reference goes deep into the internals. You’ll learn\\nhow to extend the framework with custom workloads, new expectations, or even\\nnew deployment backends. Read this when you need to add capabilities the\\nframework doesn’t provide yet. Part IV: Appendix collects quick references, troubleshooting guides, and\\nanswers to common questions. Keep this handy when you’re debugging test\\nfailures or can’t remember the exact syntax. You don’t need to read this book front to back. If you already understand the\\nconcepts and just want examples, jump straight to the Examples chapter. If you\\nprefer to understand the “why” before the “how”, read Part I first. This book\\nis designed to support both approaches. Let’s get started!","breadcrumbs":"Part I — Foundations » Introduction » How to Use This Book","id":"10","title":"How to Use This Book"},"100":{"body":"The scenario builder API is designed to be fluent and readable. This chapter\\ncollects patterns and best practices for building clear, maintainable scenarios.","breadcrumbs":"Part II — User Guide » Core Content: ScenarioBuilderExt Patterns » Scenario Builder Patterns","id":"100","title":"Scenario Builder Patterns"},"101":{"body":"The scenario builder uses a fluent API where each method returns self,\\nallowing method chaining: #![allow(unused)] fn main() {\\nlet plan = ScenarioBuilder::with_node_counts(3, 1) .transactions().rate(10).apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(60)) .build(); } This reads top-to-bottom: start with topology, add workloads, add expectations,\\nset duration, build the plan.","breadcrumbs":"Part II — User Guide » Core Content: ScenarioBuilderExt Patterns » Builder Pattern Basics","id":"101","title":"Builder Pattern Basics"},"102":{"body":"Always start by defining your topology. This sets the foundation for everything\\nelse: #![allow(unused)] fn main() {\\n// Good: topology first\\nScenarioBuilder::with_node_counts(3, 1) .transactions().rate(10).apply() // Also good: custom topology\\nScenarioBuilder::new() .with_topology( TopologyBuilder::with_node_counts(5, 2) .with_network_layout(NetworkLayout::Mesh) .build() ) .transactions().rate(10).apply() } Topology determines what workloads make sense. You can’t add transaction\\nworkloads without executors, so declaring topology first makes this obvious.","breadcrumbs":"Part II — User Guide » Core Content: ScenarioBuilderExt Patterns » Pattern: Topology First","id":"102","title":"Pattern: Topology First"},"103":{"body":"Workload builders nest within the scenario builder: #![allow(unused)] fn main() {\\nScenarioBuilder::with_node_counts(3, 2) .transactions() // Enter transaction workload builder .rate(10) // Configure transaction workload .actors(20) .apply() // Exit back to scenario builder .da_blobs() // Enter DA workload builder .rate(2) .size(512_000) .apply() // Exit back to scenario builder } The .apply() call is crucial—it finalizes the workload and returns to the\\nscenario builder. If you forget .apply(), you’ll get a type error.","breadcrumbs":"Part II — User Guide » Core Content: ScenarioBuilderExt Patterns » Pattern: Workload Chains","id":"103","title":"Pattern: Workload Chains"},"104":{"body":"Many workloads include sensible default expectations: #![allow(unused)] fn main() {\\n// This implicitly adds TransactionInclusion expectation\\nScenarioBuilder::with_node_counts(2, 1) .transactions().rate(10).apply() } You can disable bundled expectations if needed: #![allow(unused)] fn main() {\\nScenarioBuilder::with_node_counts(2, 1) .transactions() .rate(10) .no_bundled_expectations() // Don\'t add inclusion expectation .apply() } This is useful when you want custom inclusion criteria or when inclusion isn’t\\nrelevant for your test.","breadcrumbs":"Part II — User Guide » Core Content: ScenarioBuilderExt Patterns » Pattern: Bundled Expectations","id":"104","title":"Pattern: Bundled Expectations"},"105":{"body":"Always set an explicit run duration: #![allow(unused)] fn main() {\\n// Good: explicit duration .with_run_duration(Duration::from_secs(60)) // Bad: relying on defaults\\n// (framework will error during build if duration is missing) } Choose durations based on what you’re testing: Quick smoke tests: 30-60s Workload-driven tests: 60-120s Chaos/resilience: 90-180s Soak tests: 300s+","breadcrumbs":"Part II — User Guide » Core Content: ScenarioBuilderExt Patterns » Pattern: Explicit Duration","id":"105","title":"Pattern: Explicit Duration"},"106":{"body":"Only add chaos workloads when explicitly testing resilience: #![allow(unused)] fn main() {\\n// Deterministic test: no chaos\\nScenarioBuilder::with_node_counts(3, 1) .transactions().rate(10).apply() .expect_consensus_liveness() // Resilience test: explicit chaos\\nScenarioBuilder::with_node_counts(4, 1) // Extra validator for tolerance .transactions().rate(10).apply() .chaos().restart().interval(Duration::from_secs(20)).apply() .expect_consensus_liveness() } Don’t add chaos “just because”—it makes tests non-deterministic and harder to\\ndebug. Use chaos intentionally when testing recovery logic.","breadcrumbs":"Part II — User Guide » Core Content: ScenarioBuilderExt Patterns » Pattern: Chaos Opt-In","id":"106","title":"Pattern: Chaos Opt-In"},"107":{"body":"Choose node counts deliberately: #![allow(unused)] fn main() {\\n// Consensus tests: 3+ validators for meaningful coordination\\nScenarioBuilder::with_node_counts(3, 0) // Transaction tests: need at least 1 executor\\nScenarioBuilder::with_node_counts(2, 1) // Chaos tests: N+1 validators to tolerate 1 down\\nScenarioBuilder::with_node_counts(4, 1) // Production-like: many nodes\\nScenarioBuilder::with_node_counts(10, 5) } More nodes = more realistic but slower and more resource-intensive. Find the\\nminimum that tests what you need.","breadcrumbs":"Part II — User Guide » Core Content: ScenarioBuilderExt Patterns » Pattern: Node Count Rationale","id":"107","title":"Pattern: Node Count Rationale"},"108":{"body":"Tune workload rates based on node count and hardware: #![allow(unused)] fn main() {\\n// Light load: good for smoke tests .transactions().rate(5).apply() // Moderate load: exercises mempool and block packing .transactions().rate(20).apply() // Heavy load: stress testing .transactions().rate(100).apply() } Start with low rates and increase until you see interesting behavior\\n(congestion, backpressure, failure modes).","breadcrumbs":"Part II — User Guide » Core Content: ScenarioBuilderExt Patterns » Pattern: Rate Tuning","id":"108","title":"Pattern: Rate Tuning"},"109":{"body":"Mix workloads to test realistic scenarios: #![allow(unused)] fn main() {\\nScenarioBuilder::with_node_counts(4, 2) // User traffic .transactions().rate(15).apply() // System traffic .da_blobs().rate(3).size(256_000).apply() // Operational chaos .chaos().restart().interval(Duration::from_secs(30)).apply() // Verify both subsystems stay live .expect_consensus_liveness() .expect_da_liveness() } This exercises multiple subsystems concurrently, revealing interaction bugs\\nthat isolated tests miss.","breadcrumbs":"Part II — User Guide » Core Content: ScenarioBuilderExt Patterns » Pattern: Combining Workloads","id":"109","title":"Pattern: Combining Workloads"},"11":{"body":"Now that you understand what Nomos is, let’s look at how the testing framework\\nis structured. The framework has five main concepts that work together to run\\nintegration tests: topology, scenarios, runners, workloads, and expectations. Don’t worry if these terms sound abstract—we’ll explain each one and show how\\nthey connect. By the end of this chapter, you’ll understand how a test goes\\nfrom “I want to test X” to “here are the results.”","breadcrumbs":"Part I — Foundations » Architecture Overview » Architecture Overview","id":"11","title":"Architecture Overview"},"110":{"body":"Extract common patterns into helper functions: #![allow(unused)] fn main() {\\nfn base_scenario() -> ScenarioBuilder { ScenarioBuilder::with_node_counts(3, 1) .expect_consensus_liveness() .with_run_duration(Duration::from_secs(60))\\n} #[tokio::test]\\nasync fn test_light_load() -> Result<()> { let plan = base_scenario() .transactions().rate(5).apply() .build(); // ...\\n} #[tokio::test]\\nasync fn test_heavy_load() -> Result<()> { let plan = base_scenario() .transactions().rate(50).apply() .build(); // ...\\n} } This reduces duplication and makes tests consistent.","breadcrumbs":"Part II — User Guide » Core Content: ScenarioBuilderExt Patterns » Pattern: Reusable Builders","id":"110","title":"Pattern: Reusable Builders"},"111":{"body":"Adjust based on environment: #![allow(unused)] fn main() {\\nlet node_count = if std::env::var(\\"CI\\").is_ok() { 5 // More nodes in CI\\n} else { 3 // Fewer nodes locally\\n}; let plan = ScenarioBuilder::with_node_counts(node_count, 1) .transactions().rate(10).apply() .build(); } Or use builder helpers: #![allow(unused)] fn main() {\\nlet mut builder = ScenarioBuilder::with_node_counts(3, 1); if std::env::var(\\"SLOW_ENVIRONMENT\\").is_ok() { builder = builder.with_timeout_multiplier(2);\\n} let plan = builder .transactions().rate(10).apply() .build(); }","breadcrumbs":"Part II — User Guide » Core Content: ScenarioBuilderExt Patterns » Pattern: Environment-Specific Configuration","id":"111","title":"Pattern: Environment-Specific Configuration"},"112":{"body":"Use the builder API to document test intent: #![allow(unused)] fn main() {\\n// Clear intent through naming and structure\\nScenarioBuilder::with_node_counts(3, 1) .transactions() .rate(10) // Moderate load .actors(5) // Limited actors for determinism .apply() .expect_consensus_liveness() // Must keep making blocks .with_run_duration(Duration::from_secs(60)) // One minute observation .build(); } The builder calls read like documentation—no comments needed for straightforward scenarios.","breadcrumbs":"Part II — User Guide » Core Content: ScenarioBuilderExt Patterns » Pattern: Documentation Through Code","id":"112","title":"Pattern: Documentation Through Code"},"113":{"body":"Anti-pattern 1: Missing .apply() #![allow(unused)] fn main() {\\n// WRONG: forgot .apply()\\nScenarioBuilder::with_node_counts(3, 1) .transactions() .rate(10) // Missing .apply() here! .expect_consensus_liveness() // Type error } Always close workload builders with .apply(). Anti-pattern 2: Implicit durations #![allow(unused)] fn main() {\\n// WRONG: no duration set\\nScenarioBuilder::with_node_counts(3, 1) .transactions().rate(10).apply() .build(); // Build will fail } Always set with_run_duration() explicitly. Anti-pattern 3: Workloads without expectations #![allow(unused)] fn main() {\\n// QUESTIONABLE: what defines success?\\nScenarioBuilder::with_node_counts(3, 1) .transactions().rate(10).apply() .with_run_duration(Duration::from_secs(60)) .build(); } Workloads without expectations can still pass the test even if nothing worked.\\nAlways add at least consensus liveness. Anti-pattern 4: Too many concerns #![allow(unused)] fn main() {\\n// BAD: tests too many things\\nScenarioBuilder::with_node_counts(10, 5) .transactions().rate(100).apply() .da_blobs().rate(50).apply() .chaos().restart().apply() .expect_consensus_liveness() .expect_da_liveness() .expect_transaction_inclusion() .with_run_duration(Duration::from_secs(300)) } This test is slow, hard to debug, and unclear about what it’s testing. Break\\ninto smaller focused tests.","breadcrumbs":"Part II — User Guide » Core Content: ScenarioBuilderExt Patterns » Anti-Patterns to Avoid","id":"113","title":"Anti-Patterns to Avoid"},"114":{"body":"When adding custom workloads, create builder extensions: #![allow(unused)] fn main() {\\npub trait MyWorkloadBuilderExt { fn my_workload(self) -> MyWorkloadBuilder;\\n} impl MyWorkloadBuilderExt for ScenarioBuilder { fn my_workload(self) -> MyWorkloadBuilder { MyWorkloadBuilder::new(self) }\\n} // Now you can use it fluently:\\nScenarioBuilder::with_node_counts(3, 1) .my_workload() .custom_param(42) .apply() } See the Extending the Framework chapter for details.","breadcrumbs":"Part II — User Guide » Core Content: ScenarioBuilderExt Patterns » Builder Extensions for Custom Workloads","id":"114","title":"Builder Extensions for Custom Workloads"},"115":{"body":"You now understand the patterns that make scenarios readable and maintainable.\\nThe remaining chapters cover reference material: the Glossary, Troubleshooting,\\nand FAQ.","breadcrumbs":"Part II — User Guide » Core Content: ScenarioBuilderExt Patterns » What’s Next","id":"115","title":"What’s Next"},"116":{"body":"Shape a topology, pick a runner: choose local for quick iteration, compose for reproducible multi-node stacks with observability, or k8s for cluster-grade validation. Compose workloads deliberately: pair transactions and data-availability traffic for end-to-end coverage; add chaos only when assessing recovery and resilience. Align expectations with goals: use liveness-style checks to confirm the system keeps up with planned activity, and add workload-specific assertions for inclusion or availability. Reuse plans across environments: keep the scenario constant while swapping runners to compare behavior between developer machines and CI clusters. Iterate with clear signals: treat expectation outcomes as the primary pass/fail indicator, and adjust topology or workloads based on what those signals reveal.","breadcrumbs":"Part II — User Guide » Usage Patterns » Usage Patterns","id":"116","title":"Usage Patterns"},"117":{"body":"State your intent: document the goal of each scenario (throughput, DA\\nvalidation, resilience) so expectation choices are obvious. Keep runs meaningful: choose durations that allow multiple blocks and make\\ntiming-based assertions trustworthy. Separate concerns: start with deterministic workloads for functional\\nchecks; add chaos in dedicated resilience scenarios to avoid noisy failures. Reuse patterns: standardize on shared topology and workload presets so\\nresults are comparable across environments and teams. Observe first, tune second: rely on liveness and inclusion signals to\\ninterpret outcomes before tweaking rates or topology. Environment fit: pick runners that match the feedback loop you need—local\\nfor speed, compose for reproducible stacks, k8s for cluster-grade fidelity. Minimal surprises: seed only necessary wallets and keep configuration\\ndeltas explicit when moving between CI and developer machines.","breadcrumbs":"Part II — User Guide » Best Practices » Best Practices","id":"117","title":"Best Practices"},"118":{"body":"This chapter collects complete, runnable scenarios that demonstrate common\\ntesting patterns. You can copy these examples, adjust parameters, and adapt\\nthem to your needs. Each example shows what it tests, why you’d use it, and how to tweak it for\\ndifferent environments.","breadcrumbs":"Part II — User Guide » Examples » Examples","id":"118","title":"Examples"},"119":{"body":"What it tests: Basic consensus works with minimal nodes. When to use it: Quick sanity checks during development, or as a starting\\npoint for more complex tests. #![allow(unused)] fn main() {\\nuse nomos_testing_core::scenario::ScenarioBuilder;\\nuse nomos_testing_workflows::builder::ScenarioBuilderExt;\\nuse nomos_testing_runners_local::LocalDeployer;\\nuse std::time::Duration; #[tokio::test]\\nasync fn minimal_consensus() -> Result<(), Box> { let plan = ScenarioBuilder::with_node_counts(2, 0) .expect_consensus_liveness() .with_run_duration(Duration::from_secs(30)) .build(); let runner = LocalDeployer::new().deploy(&plan).await?; let result = runner.run().await?; assert!(result.is_success()); Ok(())\\n} } Tweaking parameters: Increase node count to (3, 0) or (4, 0) to test larger validator sets Increase duration to 60 seconds if you want more block samples Change to ComposeRunner for isolated Docker environment","breadcrumbs":"Part II — User Guide » Examples » Example 1: Minimal Consensus Smoke Test","id":"119","title":"Example 1: Minimal Consensus Smoke Test"},"12":{"body":"When you write a test with this framework, you’re working with five building\\nblocks. Here’s the path your test takes: flowchart LR A[Topology
shape cluster] --> B[Scenario
plan] B --> C[Deployer/Runner
deploy & orchestrate] C --> D[Workloads
drive traffic] D --> E[Expectations
verify outcomes] Let’s explore what each piece does.","breadcrumbs":"Part I — Foundations » Architecture Overview » The Five Core Concepts","id":"12","title":"The Five Core Concepts"},"120":{"body":"What it tests: Transactions submitted by executors get included in blocks\\nproduced by validators. When to use it: Testing transaction processing, validating mempool behavior,\\nor establishing baseline inclusion rates. #![allow(unused)] fn main() {\\n#[tokio::test]\\nasync fn transaction_inclusion() -> Result<(), Box> { let plan = ScenarioBuilder::with_node_counts(2, 1) // 2 validators, 1 executor .transactions() .rate(5) // 5 transactions per second .duration(60) // Submit for full test duration .apply() .expect_consensus_liveness() // Blocks keep coming .with_run_duration(Duration::from_secs(60)) .build(); let runner = LocalDeployer::new().deploy(&plan).await?; let result = runner.run().await?; assert!(result.is_success()); Ok(())\\n} } Tweaking parameters: Increase .rate(5) to 10 or 20 to stress mempool and block packing Add more executors (2, 2) to test multiple transaction sources Increase validators (4, 2) to test transaction propagation across larger\\nnetworks The transaction workload automatically adds an inclusion expectation","breadcrumbs":"Part II — User Guide » Examples » Example 2: Transaction Workload","id":"120","title":"Example 2: Transaction Workload"},"121":{"body":"What it tests: Executors can disperse DA blobs and validators can sample\\nthem successfully. When to use it: Testing DA subsystem in isolation, validating dispersal and\\nsampling logic. #![allow(unused)] fn main() {\\n#[tokio::test]\\nasync fn da_blob_dispersal() -> Result<(), Box> { let plan = ScenarioBuilder::with_node_counts(3, 2) // Need executors for dispersal .da_blobs() .rate(2) // 2 blobs per second .size(256_000) // 256KB per blob .apply() .expect_consensus_liveness() .expect_da_liveness() // Check DA is working .with_run_duration(Duration::from_secs(120)) .build(); let runner = LocalDeployer::new().deploy(&plan).await?; let result = runner.run().await?; assert!(result.is_success()); Ok(())\\n} } Tweaking parameters: Increase .size(256_000) to 1_000_000 (1MB) to test larger blobs Decrease .rate(2) to 1 if dispersal is slow on your hardware Adjust topology DA settings if you want specific subnetwork/dispersal\\nconfigurations","breadcrumbs":"Part II — User Guide » Examples » Example 3: DA Blob Dispersal","id":"121","title":"Example 3: DA Blob Dispersal"},"122":{"body":"What it tests: System handles both transaction and DA traffic concurrently. When to use it: End-to-end validation that both subsystems work together,\\nrealistic load testing. #![allow(unused)] fn main() {\\n#[tokio::test]\\nasync fn mixed_traffic() -> Result<(), Box> { let plan = ScenarioBuilder::with_node_counts(3, 2) .transactions() .rate(10) .apply() .da_blobs() .rate(2) .size(512_000) .apply() .expect_consensus_liveness() .expect_da_liveness() .with_run_duration(Duration::from_secs(120)) .build(); let runner = LocalDeployer::new().deploy(&plan).await?; let result = runner.run().await?; assert!(result.is_success()); Ok(())\\n} } Tweaking parameters: Balance transaction and DA rates based on what you’re testing Add more nodes if you want to test larger network coordination Increase duration to 180 seconds for longer observation windows","breadcrumbs":"Part II — User Guide » Examples » Example 4: Combined Transaction and DA Traffic","id":"122","title":"Example 4: Combined Transaction and DA Traffic"},"123":{"body":"What it tests: Consensus remains live when nodes restart unexpectedly. When to use it: Resilience testing, validating recovery logic, operational\\nreadiness. #![allow(unused)] fn main() {\\n#[tokio::test]\\nasync fn consensus_survives_restarts() -> Result<(), Box> { let plan = ScenarioBuilder::with_node_counts(4, 1) // 4 validators tolerate 1 down .transactions() .rate(5) .apply() .chaos() .restart() // Random restarts .interval(Duration::from_secs(20)) // Every 20 seconds .apply() .expect_consensus_liveness() // Still makes progress .with_run_duration(Duration::from_secs(120)) .build(); let runner = LocalDeployer::new().deploy(&plan).await?; let result = runner.run().await?; assert!(result.is_success()); Ok(())\\n} } Tweaking parameters: Increase node count to (5, 1) or (7, 2) to test larger Byzantine\\ntolerance Decrease restart interval to 10 seconds for more aggressive chaos Add DA workload to test both subsystems under churn Important: The chaos workload requires at least 3 validators to ensure\\nconsensus can tolerate one node being down.","breadcrumbs":"Part II — User Guide » Examples » Example 5: Chaos Restarts","id":"123","title":"Example 5: Chaos Restarts"},"124":{"body":"What it tests: System behavior under heavy sustained load. When to use it: Performance validation, finding resource bottlenecks,\\nstability testing. #![allow(unused)] fn main() {\\n#[tokio::test]\\nasync fn heavy_load() -> Result<(), Box> { let plan = ScenarioBuilder::with_node_counts(5, 3) .transactions() .rate(50) // High transaction rate .apply() .da_blobs() .rate(5) .size(1_000_000) // Large blobs .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(300)) // Long run .build(); let runner = ComposeRunner::new() // Use Docker for isolation .deploy(&plan).await?; let result = runner.run().await?; assert!(result.is_success()); Ok(())\\n} } Tweaking parameters: Adjust rates based on your hardware capabilities Run on ComposeRunner or K8sRunner to avoid impacting local machine Monitor logs and metrics to identify bottlenecks","breadcrumbs":"Part II — User Guide » Examples » Example 6: Stress Test","id":"124","title":"Example 6: Stress Test"},"125":{"body":"What it tests: Specific network configurations or DA parameter combinations. When to use it: Testing topology-specific behaviors, replicating production\\nconfigurations. #![allow(unused)] fn main() {\\n#[tokio::test]\\nasync fn custom_topology() -> Result<(), Box> { let plan = ScenarioBuilder::new() .with_topology( TopologyBuilder::with_node_counts(5, 2) .with_network_layout(NetworkLayout::Mesh) // Full connectivity .with_slot_duration(Duration::from_secs(1)) // Fast blocks .with_da_subnetwork_size(10) .with_da_dispersal_factor(3) .build() ) .transactions().rate(10).apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(90)) .build(); let runner = LocalDeployer::new().deploy(&plan).await?; let result = runner.run().await?; assert!(result.is_success()); Ok(())\\n} } Tweaking parameters: Change NetworkLayout::Mesh to Star to test hub-and-spoke connectivity Adjust slot duration to match your target block times Modify DA parameters to match production configurations","breadcrumbs":"Part II — User Guide » Examples » Example 7: Custom Topology","id":"125","title":"Example 7: Custom Topology"},"126":{"body":"All these examples use LocalDeployer by default for fast iteration. To run in\\nother environments, just swap the runner: #![allow(unused)] fn main() {\\n// Docker Compose\\nlet runner = ComposeRunner::new().deploy(&plan).await?; // Kubernetes\\nlet runner = K8sRunner::new().deploy(&plan).await?; } The scenario stays identical—only the deployment backend changes.","breadcrumbs":"Part II — User Guide » Examples » Running Examples in Different Environments","id":"126","title":"Running Examples in Different Environments"},"127":{"body":"These examples cover the most common testing patterns. For a complete reference\\nof available workloads and their configuration options, see the Workloads\\nchapter. For details on runner-specific setup and configuration, see the\\nRunners chapter.","breadcrumbs":"Part II — User Guide » Examples » What’s Next","id":"127","title":"What’s Next"},"128":{"body":"These illustrative scenarios stretch the framework to show how to build new\\nworkloads, expectations, deployers, and topology tricks. They are intentionally\\n“synthetic” to teach capabilities rather than prescribe production tests.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Advanced & Artificial Examples","id":"128","title":"Advanced & Artificial Examples"},"129":{"body":"Idea: inject fake latency between node interactions using internal timers,\\nnot OS-level tooling. Demonstrates: sequencing control inside a workload, verifying protocol\\nprogression under induced lag, using timers to pace submissions. Shape: wrap submissions in delays that mimic slow peers; ensure the\\nexpectation checks blocks still progress.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Synthetic Delay Workload (Network Latency Simulation)","id":"129","title":"Synthetic Delay Workload (Network Latency Simulation)"},"13":{"body":"A topology is your description of the test cluster. It answers questions like: How many validators do I need? How many executors? What network layout? (star, mesh, custom) What DA parameters? (subnetwork size, dispersal factor) Think of topology as declaring the “hardware” for your test. You’re not\\nlaunching actual nodes yet—you’re just saying what you want. Here’s an example: #![allow(unused)] fn main() {\\nTopologyBuilder::with_node_counts(3, 2) // 3 validators, 2 executors } The framework fills in sensible defaults for everything else (network config,\\nDA settings, slot timing). You can override these when your test needs specific\\nsettings, but defaults work for most scenarios.","breadcrumbs":"Part I — Foundations » Architecture Overview » Topology: Describing Your Cluster","id":"13","title":"Topology: Describing Your Cluster"},"130":{"body":"Idea: traffic rate changes every block or N seconds (e.g., blocks 1–3 low,\\n4–5 high, 6–7 zero, repeat). Demonstrates: dynamic, stateful workloads that use RunMetrics to time\\nphases; modeling real-world burstiness. Shape: schedule per-phase rates; confirm inclusion/liveness across peaks\\nand troughs.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Oscillating Load Workload (Traffic Waves)","id":"130","title":"Oscillating Load Workload (Traffic Waves)"},"131":{"body":"Idea: a workload that drops half its planned submissions, sometimes\\ndouble-submits, and intentionally triggers expectation failures. Demonstrates: negative testing, resilience checks, and the value of clear\\nexpectations when behavior is adversarial by design. Shape: parameterize drop/double-submit probabilities; pair with an\\nexpectation that documents what “bad” looks like.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Byzantine Behavior Mock","id":"131","title":"Byzantine Behavior Mock"},"132":{"body":"Idea: assert the last few blocks differ and block time stays within a\\ntolerated drift budget. Demonstrates: consuming BlockFeed or time-series metrics to validate\\nprotocol cadence; crafting post-run assertions around block diversity and\\ntiming. Shape: collect recent blocks, confirm no duplicates, and compare observed\\nintervals to a drift threshold.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Custom Expectation: Block Finality Drift","id":"132","title":"Custom Expectation: Block Finality Drift"},"133":{"body":"Idea: a deployer that never starts nodes; it emits configs, simulates\\nreadiness, provides fake blockfeed/metrics. Demonstrates: full power of the deployer interface for CI dry-runs,\\nconfig verification, and ultra-fast feedback without Nomos binaries. Shape: produce logs/artifacts, stub readiness, and feed synthetic blocks\\nso expectations can still run.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Custom Deployer: Dry-Run Deployer","id":"133","title":"Custom Deployer: Dry-Run Deployer"},"134":{"body":"Idea: topology parameters change at runtime (random validators, DA\\nsettings, network shapes). Demonstrates: randomized property testing and fuzzing approaches to\\ntopology building. Shape: pick roles and network layouts randomly per run; keep expectations\\ntolerant to variability while still asserting core liveness.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Stochastic Topology Generator","id":"134","title":"Stochastic Topology Generator"},"135":{"body":"Idea: scenario runs in phases (e.g., phase 1 transactions, phase 2 DA,\\nphase 3 restarts, phase 4 sync check). Demonstrates: multi-stage tests, modular scenario assembly, and deliberate\\nlifecycle control. Shape: drive phase-specific workloads/expectations sequentially; enforce\\nclear boundaries and post-phase checks.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Multi-Phase Scenario (“Pipelines”)","id":"135","title":"Multi-Phase Scenario (“Pipelines”)"},"136":{"body":"You’ve written a scenario, chosen a runner, and now you want to actually run\\nit. This chapter covers the practical aspects: how to execute tests,\\ninterpret output, debug failures, and collect results.","breadcrumbs":"Part II — User Guide » Running Scenarios » Running Scenarios","id":"136","title":"Running Scenarios"},"137":{"body":"The simplest way to run scenarios is as Rust integration tests: #![allow(unused)] fn main() {\\n#[tokio::test]\\nasync fn test_consensus_liveness() -> Result<(), Box> { let plan = ScenarioBuilder::with_node_counts(3, 0) .expect_consensus_liveness() .with_run_duration(Duration::from_secs(60)) .build(); let runner = LocalDeployer::new().deploy(&plan).await?; let result = runner.run().await?; assert!(result.is_success()); Ok(())\\n} } Run it like any Rust test: cargo test test_consensus_liveness","breadcrumbs":"Part II — User Guide » Running Scenarios » Basic Execution","id":"137","title":"Basic Execution"},"138":{"body":"When you run a scenario, you’ll see several phases in the output:","breadcrumbs":"Part II — User Guide » Running Scenarios » Understanding Test Output","id":"138","title":"Understanding Test Output"},"139":{"body":"Building scenario plan...\\n✓ Topology validated: 3 validators, 0 executors\\n✓ Workloads validated\\n✓ Expectations validated\\n✓ Run window sufficient: 60s for ~30 expected blocks If validation fails, you’ll see specific errors: ✗ Run window too short: need at least 20s for workloads Fix these before proceeding.","breadcrumbs":"Part II — User Guide » Running Scenarios » Phase 1: Build and Validation","id":"139","title":"Phase 1: Build and Validation"},"14":{"body":"A scenario combines your topology with the activities you want to run (workloads)\\nand the checks you want to perform (expectations). It’s the complete test plan\\nthat answers three questions: What cluster do I need? What should happen during the test? How do I know it succeeded? Here’s a simple scenario: #![allow(unused)] fn main() {\\nlet plan = ScenarioBuilder::with_node_counts(2, 1) .transactions().rate(5).apply() // Generate transaction traffic .expect_consensus_liveness() // Check blocks keep coming .with_run_duration(Duration::from_secs(60)) .build(); } Once built, the scenario is immutable. This is important—it means you can use\\nthe same plan with different runners to compare behavior across environments.","breadcrumbs":"Part I — Foundations » Architecture Overview » Scenario: The Complete Test Plan","id":"14","title":"Scenario: The Complete Test Plan"},"140":{"body":"Deploying with LocalRunner...\\nBuilding binaries...\\n✓ nomos-node built\\n✓ nomos-executor built\\nStarting nodes...\\n✓ nomos-validator-0 started (pid: 12345)\\n✓ nomos-validator-1 started (pid: 12346)\\n✓ nomos-validator-2 started (pid: 12347) This shows nodes coming online. With ComposeRunner or K8sRunner, you’ll\\nsee container/pod creation instead.","breadcrumbs":"Part II — User Guide » Running Scenarios » Phase 2: Deployment","id":"140","title":"Phase 2: Deployment"},"141":{"body":"Waiting for nodes to be ready...\\n✓ nomos-validator-0 ready (2.3s)\\n✓ nomos-validator-1 ready (2.5s)\\n✓ nomos-validator-2 ready (2.7s)\\nAll nodes ready in 2.7s If readiness times out, you’ll see which nodes failed and why: ✗ nomos-validator-2 not ready after 60s: no peers connected","breadcrumbs":"Part II — User Guide » Running Scenarios » Phase 3: Readiness","id":"141","title":"Phase 3: Readiness"},"142":{"body":"Starting workloads...\\n✓ Consensus liveness expectation baseline captured (block 0)\\nRunning for 60s...\\n[15s] Block height: 7\\n[30s] Block height: 15\\n[45s] Block height: 23\\n[60s] Block height: 31\\nWorkloads completed You’ll see periodic progress updates showing block height. If workloads error: ✗ Transaction workload failed: connection refused to executor This indicates a node crashed or became unavailable mid-test.","breadcrumbs":"Part II — User Guide » Running Scenarios » Phase 4: Workload Execution","id":"142","title":"Phase 4: Workload Execution"},"143":{"body":"Evaluating expectations...\\n✓ Consensus liveness: saw 31 blocks (expected ≥30)\\nAll expectations passed Or if something failed: ✗ Consensus liveness: saw 12 blocks (expected ≥30) Stall detected at height 12 (no blocks for 45s)","breadcrumbs":"Part II — User Guide » Running Scenarios » Phase 5: Evaluation","id":"143","title":"Phase 5: Evaluation"},"144":{"body":"Cleaning up...\\n✓ Processes terminated\\n✓ Temp directories removed (set NOMOS_TESTING_PERSIST_LOGS=true to keep) Cleanup always runs, even if tests fail.","breadcrumbs":"Part II — User Guide » Running Scenarios » Phase 6: Cleanup","id":"144","title":"Phase 6: Cleanup"},"145":{"body":"Run all tests in a module: cargo test --test consensus_tests Run tests matching a pattern: cargo test transaction_ This runs all tests with “transaction_” in their name.","breadcrumbs":"Part II — User Guide » Running Scenarios » Running Multiple Tests","id":"145","title":"Running Multiple Tests"},"146":{"body":"By default, Rust runs tests in parallel. With integration tests that spawn\\nmultiple nodes, this can cause resource contention and port conflicts. Limit parallelism: cargo test --test-threads=2 Or run tests serially: cargo test -- --test-threads=1","breadcrumbs":"Part II — User Guide » Running Scenarios » Parallel Execution Concerns","id":"146","title":"Parallel Execution Concerns"},"147":{"body":"","breadcrumbs":"Part II — User Guide » Running Scenarios » Interpreting Results","id":"147","title":"Interpreting Results"},"148":{"body":"When all expectations pass: test test_consensus_liveness ... ok The RunResult also contains metrics you can inspect: #![allow(unused)] fn main() {\\nlet result = runner.run().await?;\\nassert!(result.is_success()); // Optional: inspect metrics\\nprintln!(\\"Final block height: {}\\", result.final_block_height());\\nprintln!(\\"Test duration: {:?}\\", result.actual_duration()); }","breadcrumbs":"Part II — User Guide » Running Scenarios » Success","id":"148","title":"Success"},"149":{"body":"When expectations fail: test test_consensus_liveness ... FAILED The error message shows which expectation failed and why: Expectation failed: Consensus liveness\\nExpected: at least 30 blocks in 60s\\nActual: 12 blocks\\nDetails: Block progression stalled at height 12 Check logs to diagnose why blocks stopped.","breadcrumbs":"Part II — User Guide » Running Scenarios » Failure","id":"149","title":"Failure"},"15":{"body":"Runners turn your scenario plan into actual running nodes. This is where the\\nframework’s portability comes in. The same scenario plan can deploy to: Local processes on your laptop (LocalRunner) Docker containers on your machine (ComposeRunner) Kubernetes pods in a cluster (K8sRunner) You choose the runner based on your environment, but the scenario stays the\\nsame: #![allow(unused)] fn main() {\\n// Same plan, different deployment\\nlet runner = LocalDeployer::new().deploy(&plan).await?;\\n// or\\nlet runner = ComposeRunner::new().deploy(&plan).await?;\\n// or let runner = K8sRunner::new().deploy(&plan).await?; } The runner handles deployment, waits for nodes to be ready, provides API\\nclients to workloads, and cleans up when the test finishes.","breadcrumbs":"Part I — Foundations » Architecture Overview » Runner: Making Plans Reality","id":"15","title":"Runner: Making Plans Reality"},"150":{"body":"If the test panics or errors during deployment/workload execution: test test_consensus_liveness ... FAILED\\nthread \'test_consensus_liveness\' panicked at \'Deployment failed: binaries not found\' This indicates infrastructure problems, not test failures. Check prerequisites\\nand environment setup.","breadcrumbs":"Part II — User Guide » Running Scenarios » Panic or Error","id":"150","title":"Panic or Error"},"151":{"body":"","breadcrumbs":"Part II — User Guide » Running Scenarios » Collecting Artifacts","id":"151","title":"Collecting Artifacts"},"152":{"body":"LocalDeployer: Logs are in /tmp/nomos-test-/. To persist them: export NOMOS_TESTING_PERSIST_LOGS=true\\ncargo test test_consensus_liveness After the test, logs remain in the temp directory. Each node has its own subdirectory: /tmp/nomos-test-abc123/ ├── node-0/ │ ├── stdout.log │ ├── stderr.log │ └── data/ ├── node-1/ └── node-2/ ComposeRunner: Logs go to Docker: # While test is running\\ndocker-compose -f /tmp/nomos-compose-/docker-compose.yml logs -f # After test\\ndocker-compose -f /tmp/nomos-compose-/docker-compose.yml logs > test-logs.txt K8sRunner: Logs go to Kubernetes: # Get pod names\\nkubectl get pods -n nomos-testing # Fetch logs\\nkubectl logs nomos-validator-0 -n nomos-testing > validator-0.log","breadcrumbs":"Part II — User Guide » Running Scenarios » Logs","id":"152","title":"Logs"},"153":{"body":"If you’ve set up Prometheus scraping, metrics are available during test runs: # Local\\ncurl http://localhost:18080/metrics # Compose (find exposed port)\\ndocker-compose port nomos-validator-0 18080 # Kubernetes (forward port)\\nkubectl port-forward nomos-validator-0 18080:18080 -n nomos-testing","breadcrumbs":"Part II — User Guide » Running Scenarios » Metrics","id":"153","title":"Metrics"},"154":{"body":"If a node crashes, core dumps (if enabled) go to: # Linux\\nls /var/crash/\\nls ./core.* # macOS\\nls ~/Library/Logs/DiagnosticReports/","breadcrumbs":"Part II — User Guide » Running Scenarios » Core Dumps","id":"154","title":"Core Dumps"},"155":{"body":"When a test fails, follow this workflow:","breadcrumbs":"Part II — User Guide » Running Scenarios » Debugging Failed Tests","id":"155","title":"Debugging Failed Tests"},"156":{"body":"The error message tells you what failed: Expectation failed: Consensus liveness\\nExpected: at least 30 blocks\\nActual: 12 blocks\\nStall detected at height 12 This narrows the problem: blocks stopped progressing.","breadcrumbs":"Part II — User Guide » Running Scenarios » 1. Read the Expectation Failure","id":"156","title":"1. Read the Expectation Failure"},"157":{"body":"Did all nodes become ready? ✓ nomos-validator-0 ready\\n✓ nomos-validator-1 ready\\n✗ nomos-validator-2 not ready: connection refused If a node failed readiness, that’s your root cause.","breadcrumbs":"Part II — User Guide » Running Scenarios » 2. Check Readiness","id":"157","title":"2. Check Readiness"},"158":{"body":"Did workloads complete successfully? ✗ Transaction workload failed: timeout waiting for executor Workload failures often indicate nodes became unavailable mid-test.","breadcrumbs":"Part II — User Guide » Running Scenarios » 3. Check Workload Errors","id":"158","title":"3. Check Workload Errors"},"159":{"body":"Look at individual node logs for panics, errors, or warnings: # Local\\ncat /tmp/nomos-test-/node-2/stderr.log # Compose\\ndocker-compose logs nomos-validator-2 # Kubernetes\\nkubectl logs nomos-validator-2 Search for keywords like ERROR, panic, WARN, failed.","breadcrumbs":"Part II — User Guide » Running Scenarios » 4. Examine Node Logs","id":"159","title":"4. Examine Node Logs"},"16":{"body":"Workloads are what actually exercise your cluster during the test. They do\\nthings like: Submit transactions at a configured rate Disperse DA blobs and channels Restart nodes randomly to test resilience Workloads run asynchronously during your scenario’s configured time window. You\\ndon’t manually start and stop them—the framework manages their lifecycle,\\nstarting them when nodes are ready and stopping them when time’s up.","breadcrumbs":"Part I — Foundations » Architecture Overview » Workloads: Generating Traffic","id":"16","title":"Workloads: Generating Traffic"},"160":{"body":"Are you running out of resources? # Disk space\\ndf -h # Memory\\nfree -h # Linux\\nvm_stat # macOS # Docker resources\\ndocker stats Resource exhaustion can cause nodes to slow down or crash.","breadcrumbs":"Part II — User Guide » Running Scenarios » 5. Check Resource Constraints","id":"160","title":"5. Check Resource Constraints"},"161":{"body":"If the test failed in CI, try to reproduce locally: #![allow(unused)] fn main() {\\n// Match CI environment\\nstd::env::set_var(\\"SLOW_ENVIRONMENT\\", \\"true\\"); let runner = ComposeRunner::new().deploy(&plan).await?; // Use Compose like CI } This helps distinguish infrastructure issues from actual bugs.","breadcrumbs":"Part II — User Guide » Running Scenarios » 6. Reproduce Locally","id":"161","title":"6. Reproduce Locally"},"162":{"body":"","breadcrumbs":"Part II — User Guide » Running Scenarios » Running in CI","id":"162","title":"Running in CI"},"163":{"body":"name: Integration Tests on: [push, pull_request] jobs: test: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - uses: actions-rs/toolchain@v1 with: toolchain: nightly - name: Run tests env: SLOW_ENVIRONMENT: true NOMOS_TESTING_PERSIST_LOGS: true run: | cargo test --test integration_tests --no-fail-fast - name: Upload logs on failure if: failure() uses: actions/upload-artifact@v3 with: name: test-logs path: /tmp/nomos-test-* Key points: Set SLOW_ENVIRONMENT=true for CI machines Use --no-fail-fast to run all tests even if some fail Collect logs as artifacts on failure","breadcrumbs":"Part II — User Guide » Running Scenarios » GitHub Actions Example","id":"163","title":"GitHub Actions Example"},"164":{"body":"test:integration: stage: test image: rust:latest variables: SLOW_ENVIRONMENT: \\"true\\" NOMOS_TESTING_PERSIST_LOGS: \\"true\\" script: - cargo test --test integration_tests artifacts: when: on_failure paths: - /tmp/nomos-test-*/","breadcrumbs":"Part II — User Guide » Running Scenarios » GitLab CI Example","id":"164","title":"GitLab CI Example"},"165":{"body":"You can run scenarios programmatically outside of #[test] functions: #[tokio::main]\\nasync fn main() -> Result<()> { let plan = ScenarioBuilder::with_node_counts(5, 2) .transactions().rate(20).apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(300)) .build(); let runner = ComposeRunner::new().deploy(&plan).await?; let result = runner.run().await?; // Custom result handling println!(\\"Test completed in {:?}\\", result.actual_duration()); println!(\\"Final block height: {}\\", result.final_block_height()); if !result.is_success() { eprintln!(\\"Test failed!\\"); for failure in result.expectation_failures() { eprintln!(\\" - {}: {}\\", failure.name(), failure.reason()); } std::process::exit(1); } Ok(())\\n} This is useful for custom test harnesses or integration with other tools.","breadcrumbs":"Part II — User Guide » Running Scenarios » Advanced: Programmatic Execution","id":"165","title":"Advanced: Programmatic Execution"},"166":{"body":"You now know how to run scenarios, interpret results, and debug failures. The\\nnext section, Part III: Developer Reference, covers extending the framework\\nwith custom workloads, expectations, and runners.","breadcrumbs":"Part II — User Guide » Running Scenarios » What’s Next","id":"166","title":"What’s Next"},"167":{"body":"Runners are the deployment backends that turn your scenario plan into running\\ninfrastructure. The same scenario works with any runner—you just swap one line\\nof code to change where and how nodes deploy. This chapter explains each runner in detail: how it works, when to use it, and\\nwhat tradeoffs it makes.","breadcrumbs":"Part II — User Guide » Runners » Runners","id":"167","title":"Runners"},"168":{"body":"Every runner implements the same core interface: #![allow(unused)] fn main() {\\n#[async_trait]\\npub trait Deployer { async fn deploy(&self, plan: &Scenario) -> Result>;\\n} #[async_trait]\\npub trait Runner { async fn run(&self) -> Result; fn node_control(&self) -> Option<&dyn NodeControlHandle>;\\n} } deploy() takes your scenario plan and provisions nodes. It returns a Runner that can execute the scenario. run() executes the scenario: starts workloads, observes block progression,\\nevaluates expectations, and cleans up. node_control() provides optional access to node lifecycle control\\n(restarting nodes for chaos workloads). This interface is what makes scenarios portable. You write against this\\nabstraction, not specific implementation details.","breadcrumbs":"Part II — User Guide » Runners » Understanding the Runner Interface","id":"168","title":"Understanding the Runner Interface"},"169":{"body":"The local runner spawns node processes directly on your machine. It’s the\\nsimplest and fastest runner.","breadcrumbs":"Part II — User Guide » Runners » LocalDeployer: Fast Iteration","id":"169","title":"LocalDeployer: Fast Iteration"},"17":{"body":"Expectations are your test assertions, but they work differently than typical\\nassertions. Instead of checking conditions inline, expectations evaluate at the\\nend of your test run. This lets them look at the whole run and aggregate multiple signals: Did blocks progress at the expected rate? Were submitted transactions included? Is DA working correctly? If any expectation fails, you get a detailed report showing exactly what went\\nwrong and which checks failed.","breadcrumbs":"Part I — Foundations » Architecture Overview » Expectations: Judging Success","id":"17","title":"Expectations: Judging Success"},"170":{"body":"Builds nomos-node and nomos-executor binaries if needed Creates temporary directories for each node’s data Spawns processes with generated configs Polls health endpoints until all nodes are ready Returns a runner that can execute the scenario On cleanup, kills processes and optionally deletes temp directories","breadcrumbs":"Part II — User Guide » Runners » How It Works","id":"170","title":"How It Works"},"171":{"body":"#![allow(unused)] fn main() {\\nuse nomos_testing_runners_local::LocalDeployer; let runner = LocalDeployer::new().deploy(&plan).await?;\\nlet result = runner.run().await?; }","breadcrumbs":"Part II — User Guide » Runners » Usage","id":"171","title":"Usage"},"172":{"body":"Persist logs: By default, temp directories are deleted after tests. To keep\\nthem: export NOMOS_TESTING_PERSIST_LOGS=true Logs will be in /tmp/nomos-test-/. Binary path: If binaries aren’t in the default location: export NOMOS_BIN_PATH=/custom/path/to/binaries Port base: If default ports conflict: export NODE_PORT_BASE=28080","breadcrumbs":"Part II — User Guide » Runners » Configuration","id":"172","title":"Configuration"},"173":{"body":"Use LocalDeployer when: You’re developing a new test and want fast iteration You’re debugging a test failure and need easy log access You’re prototyping scenario shapes Resource isolation isn’t critical Don’t use LocalDeployer when: Tests need isolation from each other (processes share host networking) You need reproducible environments (host state can vary) You’re running many tests in parallel (port conflicts, resource contention)","breadcrumbs":"Part II — User Guide » Runners » When to Use","id":"173","title":"When to Use"},"174":{"body":"Pros: Fastest startup (no container overhead) Easy debugging (just attach gdb or check logs directly) Minimal dependencies (just Rust toolchain) Cons: No isolation (tests can interfere with each other) Platform-dependent (behavior varies across hosts) Limited to single machine (can’t scale beyond local resources)","breadcrumbs":"Part II — User Guide » Runners » Pros and Cons","id":"174","title":"Pros and Cons"},"175":{"body":"The Compose runner uses Docker Compose to deploy nodes in containers. This\\nprovides isolation and reproducibility while staying on a single machine.","breadcrumbs":"Part II — User Guide » Runners » ComposeRunner: Reproducible Stacks","id":"175","title":"ComposeRunner: Reproducible Stacks"},"176":{"body":"Generates a docker-compose.yml from your topology Builds or pulls Docker images for nodes Starts a cfgsync service to distribute configs Launches node containers with networking configured Polls health endpoints until all nodes are ready Returns a runner that can execute the scenario On cleanup, stops and removes all containers, networks, and volumes","breadcrumbs":"Part II — User Guide » Runners » How It Works","id":"176","title":"How It Works"},"177":{"body":"#![allow(unused)] fn main() {\\nuse nomos_testing_runners_compose::ComposeRunner; let runner = ComposeRunner::new().deploy(&plan).await?;\\nlet result = runner.run().await?; }","breadcrumbs":"Part II — User Guide » Runners » Usage","id":"177","title":"Usage"},"178":{"body":"Docker image: Specify a custom image: #![allow(unused)] fn main() {\\nlet runner = ComposeRunner::new() .with_image(\\"myregistry/nomos-node:custom\\") .deploy(&plan).await?; } Compose file location: By default, generated compose files go to /tmp/nomos-compose-. To customize: export COMPOSE_PROJECT_DIR=/custom/compose/dir Network mode: Default is bridge. For host networking: #![allow(unused)] fn main() {\\nlet runner = ComposeRunner::new() .with_network_mode(\\"host\\") .deploy(&plan).await?; }","breadcrumbs":"Part II — User Guide » Runners » Configuration","id":"178","title":"Configuration"},"179":{"body":"Use ComposeRunner when: You need test isolation (each run gets fresh containers) You’re running in CI and want reproducibility You want consistent environments across developers You need to test container-specific behaviors Don’t use ComposeRunner when: Docker isn’t available (some CI environments, restricted machines) You need multi-machine deployment (Compose is single-host) Container overhead is too slow for your iteration cycle","breadcrumbs":"Part II — User Guide » Runners » When to Use","id":"179","title":"When to Use"},"18":{"body":"Let’s trace through what happens when you run a test: You build a scenario plan declaring your topology, workloads, and\\nexpectations You hand the plan to a runner (local, compose, or k8s) The runner deploys nodes on your chosen backend The runner waits for readiness—nodes must be online, connected, and\\nresponding to APIs before proceeding The runner starts your workloads, which generate traffic for the\\nconfigured duration The runner collects signals like block progression and metrics during\\nthe run The runner evaluates expectations, checking whether your success criteria\\nwere met The runner cleans up all resources—no leaked processes or containers Each step is isolated by design. The scenario doesn’t know whether nodes are\\nlocal processes or Kubernetes pods. Workloads don’t manage deployment.\\nExpectations don’t spawn nodes. This separation makes the framework predictable\\nand easy to extend.","breadcrumbs":"Part I — Foundations » Architecture Overview » How Everything Works Together","id":"18","title":"How Everything Works Together"},"180":{"body":"Pros: Isolated environments (no test interference) Reproducible (containers behave consistently) CI-friendly (most CI platforms support Docker) Realistic (production deployments often use containers) Cons: Slower startup (container overhead) Requires Docker daemon More complex logs (need docker-compose logs) Limited to single machine","breadcrumbs":"Part II — User Guide » Runners » Pros and Cons","id":"180","title":"Pros and Cons"},"181":{"body":"The Kubernetes runner deploys nodes to a Kubernetes cluster. This provides the\\nhighest fidelity to production deployments and supports multi-machine scale.","breadcrumbs":"Part II — User Guide » Runners » K8sRunner: Production Fidelity","id":"181","title":"K8sRunner: Production Fidelity"},"182":{"body":"Creates a namespace for the test (if configured) Generates ConfigMaps for each node’s configuration Deploys StatefulSets for validators and executors Creates Services for node discovery and API access Waits for all pods to reach Ready status Returns a runner that can execute the scenario On cleanup, deletes all Kubernetes resources","breadcrumbs":"Part II — User Guide » Runners » How It Works","id":"182","title":"How It Works"},"183":{"body":"#![allow(unused)] fn main() {\\nuse nomos_testing_runners_k8s::K8sRunner; let runner = K8sRunner::new() .with_namespace(\\"nomos-testing\\") .deploy(&plan).await?;\\nlet result = runner.run().await?; }","breadcrumbs":"Part II — User Guide » Runners » Usage","id":"183","title":"Usage"},"184":{"body":"Namespace: Isolate tests in dedicated namespaces: #![allow(unused)] fn main() {\\nlet runner = K8sRunner::new() .with_namespace(\\"test-run-42\\") .deploy(&plan).await?; } Image: Specify the container image: #![allow(unused)] fn main() {\\nlet runner = K8sRunner::new() .with_image(\\"myregistry/nomos-node:v1.2.3\\") .deploy(&plan).await?; } Resource limits: Set CPU and memory limits: #![allow(unused)] fn main() {\\nlet runner = K8sRunner::new() .with_resources(ResourceLimits { cpu: \\"1000m\\", memory: \\"2Gi\\", }) .deploy(&plan).await?; } Storage class: Use specific storage: #![allow(unused)] fn main() {\\nlet runner = K8sRunner::new() .with_storage_class(\\"fast-ssd\\") .deploy(&plan).await?; }","breadcrumbs":"Part II — User Guide » Runners » Configuration","id":"184","title":"Configuration"},"185":{"body":"Use K8sRunner when: You need production-like deployments You’re validating Kubernetes-specific integration You need multi-machine scale You’re running long-duration tests that need scheduling/orchestration Don’t use K8sRunner when: You don’t have cluster access Fast iteration matters more than fidelity Cluster resource costs are a concern Simple local tests are sufficient","breadcrumbs":"Part II — User Guide » Runners » When to Use","id":"185","title":"When to Use"},"186":{"body":"Pros: Highest production fidelity Scales beyond single machine Real orchestration (scheduling, restarts, health checks) Multi-tenancy (namespaces isolate tests) Cons: Slowest startup (pod scheduling overhead) Requires cluster access and resources More complex debugging (logs scattered across pods) Higher cost (cluster resources)","breadcrumbs":"Part II — User Guide » Runners » Pros and Cons","id":"186","title":"Pros and Cons"},"187":{"body":"Here’s a decision tree: flowchart TD Start{Need isolation?} -->|No| Local[Use LocalDeployer
Fast iteration] Start -->|Yes| Docker{Have Docker?} Docker -->|Yes| Scale{Need multi-machine?} Docker -->|No| K8s[Use K8sRunner
if cluster available] Scale -->|No| Compose[Use ComposeRunner
Reproducible + isolated] Scale -->|Yes| K8s2[Use K8sRunner
Production-like] Quick guide: Development: LocalDeployer CI: ComposeRunner Staging/Production validation: K8sRunner","breadcrumbs":"Part II — User Guide » Runners » Choosing a Runner","id":"187","title":"Choosing a Runner"},"188":{"body":"Not all runners support all features: Feature Local Compose K8s Node control (restarts) ✅ ✅ ✅ Network partitions ❌ 🚧 (future) 🚧 (future) Resource limits ❌ ✅ (Docker) ✅ (K8s) Multi-machine ❌ ❌ ✅ Observability Logs Docker logs K8s logs + metrics","breadcrumbs":"Part II — User Guide » Runners » Runner Capabilities","id":"188","title":"Runner Capabilities"},"189":{"body":"You can run the same test suite with different runners: #![allow(unused)] fn main() {\\n#[tokio::test]\\nasync fn test_consensus_local() -> Result<()> { let plan = build_consensus_plan(); let runner = LocalDeployer::new().deploy(&plan).await?; assert!(runner.run().await?.is_success()); Ok(())\\n} #[tokio::test]\\nasync fn test_consensus_compose() -> Result<()> { let plan = build_consensus_plan(); // Same plan let runner = ComposeRunner::new().deploy(&plan).await?; assert!(runner.run().await?.is_success()); Ok(())\\n} fn build_consensus_plan() -> Scenario { ScenarioBuilder::with_node_counts(3, 0) .expect_consensus_liveness() .with_run_duration(Duration::from_secs(60)) .build()\\n} } This validates that behavior is consistent across deployment environments.","breadcrumbs":"Part II — User Guide » Runners » Mixing Runners","id":"189","title":"Mixing Runners"},"19":{"body":"If you’ve written integration tests before, you might expect to manually\\norchestrate everything: spawn processes, wait for startup, generate traffic,\\ncollect results, tear down. That approach works but doesn’t scale—every test\\nreimplements orchestration logic, and failures are hard to debug because test\\nplumbing and actual bugs are tangled together. This framework inverts that model. You declare your intent, and the framework\\nhandles orchestration. This gives you: Portable tests that run the same way everywhere Clear failure signals when expectations point to actual problems No boilerplate for deployment, readiness, or cleanup Composable patterns you can reuse across tests","breadcrumbs":"Part I — Foundations » Architecture Overview » What Makes This Different","id":"19","title":"What Makes This Different"},"190":{"body":"If the provided runners don’t fit your needs, you can implement your own: #![allow(unused)] fn main() {\\npub struct MyCustomRunner { // Your deployment state\\n} #[async_trait]\\nimpl Deployer for MyCustomRunner { async fn deploy(&self, plan: &Scenario) -> Result> { // Your deployment logic }\\n} #[async_trait]\\nimpl Runner for MyCustomRunner { async fn run(&self) -> Result { // Your execution logic } fn node_control(&self) -> Option<&dyn NodeControlHandle> { // Optional control capability }\\n} } See the Extending the Framework chapter for details.","breadcrumbs":"Part II — User Guide » Runners » Advanced: Custom Runners","id":"190","title":"Advanced: Custom Runners"},"191":{"body":"You now understand how runners work and when to use each one. The next chapter,\\nRunning Scenarios, covers practical details of actually executing tests,\\ninterpreting results, and handling failures.","breadcrumbs":"Part II — User Guide » Runners » What’s Next","id":"191","title":"What’s Next"},"192":{"body":"Chaos in the framework uses node control to introduce failures and validate\\nrecovery. The built-in restart workload lives in testing_framework_workflows::workloads::chaos::RandomRestartWorkload.","breadcrumbs":"Part II — User Guide » Chaos Testing » Chaos Workloads","id":"192","title":"Chaos Workloads"},"193":{"body":"Requires NodeControlCapability ( enable_node_control() in the scenario\\nbuilder) and a runner that provides a NodeControlHandle. Randomly selects nodes (validators, executors) to restart based on your\\ninclude/exclude flags. Respects min/max delay between restarts and a target cooldown to avoid\\nflapping the same node too frequently. Runs alongside other workloads; expectations should account for the added\\ndisruption. Support varies by runner: node control is not provided by the local runner\\nand is not yet implemented for the k8s runner. Use a runner that advertises NodeControlHandle support (e.g., compose) for chaos workloads.","breadcrumbs":"Part II — User Guide » Chaos Testing » How it works","id":"193","title":"How it works"},"194":{"body":"#![allow(unused)] fn main() {\\nuse std::time::Duration;\\nuse testing_framework_core::scenario::ScenarioBuilder;\\nuse testing_framework_workflows::workloads::chaos::RandomRestartWorkload; let plan = ScenarioBuilder::with_node_counts(2, 1) .enable_node_control() .with_workload( RandomRestartWorkload::new( Duration::from_secs(45), // min delay Duration::from_secs(75), // max delay Duration::from_secs(120), // target cooldown true, // include validators true, // include executors ) ) .expect_consensus_liveness() .with_run_duration(Duration::from_secs(150)) .build();\\n// deploy with a runner that supports node control and run the scenario }","breadcrumbs":"Part II — User Guide » Chaos Testing » Usage","id":"194","title":"Usage"},"195":{"body":"Consensus liveness: ensure blocks keep progressing despite restarts. Height convergence: optionally check all nodes converge after the chaos\\nwindow. Any workload-specific inclusion checks if you’re also driving tx/DA traffic.","breadcrumbs":"Part II — User Guide » Chaos Testing » Expectations to pair","id":"195","title":"Expectations to pair"},"196":{"body":"Keep delays/cooldowns realistic; avoid back-to-back restarts that would never\\nhappen in production. Limit chaos scope: toggle validators vs executors based on what you want to\\ntest. Combine with observability: monitor metrics/logs to explain failures.","breadcrumbs":"Part II — User Guide » Chaos Testing » Best practices","id":"196","title":"Best practices"},"197":{"body":"The deployer supplies a RunContext that workloads and expectations share. It\\nprovides: Topology descriptors ( GeneratedTopology) Client handles ( NodeClients / ClusterClient) for HTTP/RPC calls Metrics ( RunMetrics, Metrics) and block feed Optional NodeControlHandle for managing nodes (restart, block/unblock peers)","breadcrumbs":"Part II — User Guide » Node Control API » Node Control & RunContext","id":"197","title":"Node Control & RunContext"},"198":{"body":"Check for control support and use it conditionally: #![allow(unused)] fn main() {\\nuse testing_framework_core::scenario::{Expectation, RunContext, Workload}; struct RestartWorkload; impl Workload for RestartWorkload { fn name(&self) -> &\'static str { \\"restart_workload\\" } async fn start(&self, ctx: &RunContext) -> Result<(), Box> { if let Some(control) = ctx.node_control() { // Restart the first validator (index 0) if supported. control.restart_validator(0).await?; } Ok(()) }\\n} } When chaos workloads need control, require enable_node_control() in the\\nscenario builder and deploy with a runner that supports it.","breadcrumbs":"Part II — User Guide » Node Control API » Accessing node control in workloads/expectations","id":"198","title":"Accessing node control in workloads/expectations"},"199":{"body":"The NodeControlHandle trait currently provides: #![allow(unused)] fn main() {\\npub trait NodeControlHandle: Send + Sync { async fn restart_validator(&self, index: usize) -> Result<(), DynError>; async fn restart_executor(&self, index: usize) -> Result<(), DynError>;\\n} } Future extensions may include peer blocking/unblocking or other control\\noperations. For now, focus on restart-based chaos patterns as shown in the\\nchaos workload examples.","breadcrumbs":"Part II — User Guide » Node Control API » Current API surface","id":"199","title":"Current API surface"},"2":{"body":"Validators are the core consensus nodes. They participate in the Cryptarchia\\nconsensus protocol, produce blocks, and ensure the chain moves forward. But\\nthat’s not all—they also play an important role in data availability by\\nverifying and sampling DA data that executors publish. If you’re familiar with other blockchain protocols, validators here work\\nsimilarly to what you’d expect: they participate in consensus, propose blocks,\\nand help maintain chain state.","breadcrumbs":"Project Context Primer » Validators","id":"2","title":"Validators"},"20":{"body":"Now you understand the high-level architecture. The next chapters in Part I\\nwill deepen this mental model—showing you the testing philosophy behind design\\ndecisions, walking through the scenario lifecycle, and explaining the rationale\\nfor key choices. If you prefer to jump straight to writing code, skip to Part II: User Guide.\\nThe Authoring Scenarios chapter will walk you through\\nbuilding your first test step by step. Otherwise, let’s continue building your foundation with the Testing Philosophy\\nchapter.","breadcrumbs":"Part I — Foundations » Architecture Overview » What’s Next","id":"20","title":"What’s Next"},"200":{"body":"Always guard control usage: not all runners expose NodeControlHandle. Treat control as best-effort: failures should surface as test failures, but\\nworkloads should degrade gracefully when control is absent. Combine control actions with expectations (e.g., restart then assert height\\nconvergence) to keep scenarios meaningful.","breadcrumbs":"Part II — User Guide » Node Control API » Considerations","id":"200","title":"Considerations"},"201":{"body":"This page focuses on cluster manipulation: node control, chaos patterns, and\\nwhat the tooling supports today.","breadcrumbs":"Part II — User Guide » Topology & Chaos Patterns » Topology & Chaos Patterns","id":"201","title":"Topology & Chaos Patterns"},"202":{"body":"Supported: restart/peer control via NodeControlHandle (compose runner). Not supported: local runner does not expose node control; k8s runner does\\nnot support it yet.","breadcrumbs":"Part II — User Guide » Topology & Chaos Patterns » Node control availability","id":"202","title":"Node control availability"},"203":{"body":"Restarts: random restarts with minimum delay/cooldown to test recovery. Partitions: block/unblock peers to simulate partial isolation, then assert\\nheight convergence after healing. Validator churn: stop one validator and start another (new key) mid-run to\\ntest membership changes; expect convergence. Load SLOs: push tx/DA rates and assert inclusion/availability budgets\\ninstead of only liveness. API probes: poll HTTP/RPC endpoints during chaos to ensure external\\ncontracts stay healthy (shape + latency).","breadcrumbs":"Part II — User Guide » Topology & Chaos Patterns » Chaos patterns to consider","id":"203","title":"Chaos patterns to consider"},"204":{"body":"Liveness/height convergence after chaos windows. SLO checks: inclusion latency, DA responsiveness, API latency/shape. Recovery checks: ensure nodes that were isolated or restarted catch up to\\ncluster height within a timeout.","breadcrumbs":"Part II — User Guide » Topology & Chaos Patterns » Expectations to pair","id":"204","title":"Expectations to pair"},"205":{"body":"Keep chaos realistic: avoid flapping or patterns you wouldn’t operate in prod. Scope chaos: choose validators vs executors intentionally; don’t restart all\\nnodes at once unless you’re testing full outages. Combine chaos with observability: capture block feed/metrics and API health so\\nfailures are diagnosable.","breadcrumbs":"Part II — User Guide » Topology & Chaos Patterns » Guidance","id":"205","title":"Guidance"},"206":{"body":"This chapter covers the practical side of running scenarios: setting up your\\nenvironment, handling prerequisites, and debugging when things go wrong. Think\\nof it as the operator’s manual for the testing framework.","breadcrumbs":"Part II — User Guide » Operations » Operations","id":"206","title":"Operations"},"207":{"body":"Before running any scenarios, you need a few things in place.","breadcrumbs":"Part II — User Guide » Operations » Prerequisites","id":"207","title":"Prerequisites"},"208":{"body":"The testing framework needs to build and run nomos-node and nomos-executor\\nbinaries. It expects to find the Nomos repository in a sibling directory: parent-dir/ ├── nomos-node/ # Main Nomos repository └── nomos-testing/ # This framework If your checkout is elsewhere, you can set the NOMOS_PATH environment variable: export NOMOS_PATH=/path/to/nomos-node","breadcrumbs":"Part II — User Guide » Operations » Nomos Node Checkout","id":"208","title":"Nomos Node Checkout"},"209":{"body":"Each runner has different platform requirements: LocalDeployer: Rust toolchain (to build binaries) Sufficient ports available (each node needs several ports) Enough disk space for node data directories (~100MB per node) ComposeRunner: Docker and Docker Compose installed Docker daemon running with sufficient resources Network connectivity for container communication K8sRunner: Kubernetes cluster access ( kubectl configured) Sufficient cluster resources (CPU, memory, storage) Permissions to create StatefulSets, Services, and ConfigMaps","breadcrumbs":"Part II — User Guide » Operations » Runner-Specific Prerequisites","id":"209","title":"Runner-Specific Prerequisites"},"21":{"body":"This framework embodies specific principles that shape how you author and run\\nscenarios. Understanding these principles helps you write effective tests and\\ninterpret results correctly.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Testing Philosophy","id":"21","title":"Testing Philosophy"},"210":{"body":"Some tests (particularly those exercising DA proofs) require circuit and prover\\nartifacts. These are large files (~GB) that shouldn’t be in Git. Fetch them with the provided script: cd nomos-testing\\n./scripts/setup-nomos-circuits.sh This downloads and extracts artifacts to ../nomos-node/nodes/nomos-node/kzgrs_params/. You only need to do this once, or when circuits change.","breadcrumbs":"Part II — User Guide » Operations » Circuit and Prover Assets","id":"210","title":"Circuit and Prover Assets"},"211":{"body":"The framework respects several environment variables for operational tuning.","breadcrumbs":"Part II — User Guide » Operations » Environment Configuration","id":"211","title":"Environment Configuration"},"212":{"body":"If you’re running on resource-constrained hardware (CI machines, shared\\nservers), nodes might take longer to start or produce blocks more slowly. Enable\\nslow mode: export SLOW_ENVIRONMENT=true This relaxes readiness timeouts and adjusts block rate expectations. Tests will\\ntake longer but won’t fail due to timing sensitivity.","breadcrumbs":"Part II — User Guide » Operations » Slow Environment Mode","id":"212","title":"Slow Environment Mode"},"213":{"body":"Enable detailed tracing for debugging: export RUST_LOG=debug\\nexport TRACING_ENABLED=true This produces verbose logs showing all API calls, block progression, and\\nworkload activity. Useful when a test fails and you need to understand what\\nhappened.","breadcrumbs":"Part II — User Guide » Operations » Tracing and Logging","id":"213","title":"Tracing and Logging"},"214":{"body":"By default, nodes use ports starting at 18080. If these conflict with other\\nservices, adjust the base port: export NODE_PORT_BASE=28080 Each node increments from the base (28080, 28081, 28082, etc.).","breadcrumbs":"Part II — User Guide » Operations » Port Configuration","id":"214","title":"Port Configuration"},"215":{"body":"The framework enforces strict readiness checks before starting workloads. This\\nprevents false failures from racing against node startup.","breadcrumbs":"Part II — User Guide » Operations » Understanding Readiness Checks","id":"215","title":"Understanding Readiness Checks"},"216":{"body":"A node is “ready” when: Its HTTP API responds to health checks Consensus is initialized (Genesis block is loaded) Expected peers are connected (based on topology)","breadcrumbs":"Part II — User Guide » Operations » What Readiness Means","id":"216","title":"What Readiness Means"},"217":{"body":"By default, the framework waits up to 60 seconds for all nodes to become ready.\\nIf nodes aren’t ready by then, deployment fails. In slow environments, increase the timeout: export READINESS_TIMEOUT_SECS=120","breadcrumbs":"Part II — User Guide » Operations » Readiness Timeout","id":"217","title":"Readiness Timeout"},"218":{"body":"If deployment fails with “nodes not ready”, check: Are binaries built? Check for build errors in logs. Are ports available? Another process might be using node ports. Is network connectivity working? In Docker/Kubernetes, network issues can\\nprevent peer connections. Are genesis configs correct? Misconfigured genesis can prevent consensus\\ninitialization. The framework logs each node’s readiness status, so you can see which specific\\nnode failed and why.","breadcrumbs":"Part II — User Guide » Operations » Debugging Readiness Failures","id":"218","title":"Debugging Readiness Failures"},"219":{"body":"During test runs, nodes expose metrics and logs for observability.","breadcrumbs":"Part II — User Guide » Operations » Observability and Metrics","id":"219","title":"Observability and Metrics"},"22":{"body":"Describe what you want to test, not how to orchestrate it: #![allow(unused)] fn main() {\\n// Good: declarative\\nScenarioBuilder::with_node_counts(2, 1) .transactions().rate(5).apply() .expect_consensus_liveness() .build(); // Bad: imperative (framework doesn\'t work this way)\\n// spawn_validator(); spawn_executor(); // loop { submit_tx(); check_block(); } } Why it matters: The framework handles deployment, readiness, and cleanup.\\nYou focus on test intent, not infrastructure orchestration.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Declarative over Imperative","id":"22","title":"Declarative over Imperative"},"220":{"body":"LocalDeployer writes logs to temporary directories: /tmp/nomos-test-/node-0/ ├── stdout.log # Node stdout ├── stderr.log # Node stderr └── data/ # Node data directory Set NOMOS_TESTING_PERSIST_LOGS=true to keep logs after tests finish. ComposeRunner logs go to Docker: docker-compose logs -f nomos-validator-0 K8sRunner logs go to Kubernetes: kubectl logs nomos-validator-0","breadcrumbs":"Part II — User Guide » Operations » Log Files","id":"220","title":"Log Files"},"221":{"body":"Each node exposes a metrics endpoint (default http://localhost:18080/metrics).\\nYou can scrape these with Prometheus during long-running tests. In Docker/Kubernetes environments, metrics endpoints are exposed via Services.","breadcrumbs":"Part II — User Guide » Operations » Metrics Endpoints","id":"221","title":"Metrics Endpoints"},"222":{"body":"The framework tracks block height in real-time during tests. If blocks stop\\nprogressing, you’ll see warnings in the logs: WARN Block progression stalled at height 42 This helps diagnose consensus issues even before expectations evaluate.","breadcrumbs":"Part II — User Guide » Operations » Block Progression Tracking","id":"222","title":"Block Progression Tracking"},"223":{"body":"When a test fails, work through this checklist:","breadcrumbs":"Part II — User Guide » Operations » Failure Triage","id":"223","title":"Failure Triage"},"224":{"body":"The test result shows which expectation failed: FAIL Consensus liveness: expected at least 30 blocks, saw 12 This tells you what went wrong at a high level.","breadcrumbs":"Part II — User Guide » Operations » 1. Check Expectations","id":"224","title":"1. Check Expectations"},"225":{"body":"Did all nodes become ready? Look for readiness errors in logs: ERROR Node nomos-validator-2 failed readiness: no peers connected Readiness failures indicate deployment problems, not test failures.","breadcrumbs":"Part II — User Guide » Operations » 2. Check Readiness","id":"225","title":"2. Check Readiness"},"226":{"body":"Did workloads encounter errors during execution? ERROR Transaction workload: submission failed: connection refused Workload errors might indicate nodes crashed or became unavailable mid-test.","breadcrumbs":"Part II — User Guide » Operations » 3. Check Workload Errors","id":"226","title":"3. Check Workload Errors"},"227":{"body":"Dive into individual node logs to see what happened: # Local\\ncat /tmp/nomos-test-/node-0/stdout.log # Docker\\ndocker-compose logs nomos-validator-0 # Kubernetes\\nkubectl logs nomos-validator-0 Look for panics, errors, or warnings around the time of failure.","breadcrumbs":"Part II — User Guide » Operations » 4. Check Node Logs","id":"227","title":"4. Check Node Logs"},"228":{"body":"Are you running out of disk, memory, or CPU? Resource exhaustion can cause nodes\\nto slow down or crash. # Check disk space\\ndf -h # Check memory (Linux)\\nfree -h # Check Docker resources\\ndocker stats","breadcrumbs":"Part II — User Guide » Operations » 5. Check Resource Constraints","id":"228","title":"5. Check Resource Constraints"},"229":{"body":"","breadcrumbs":"Part II — User Guide » Operations » Common Issues and Solutions","id":"229","title":"Common Issues and Solutions"},"23":{"body":"Reason in blocks and consensus intervals, not wall-clock seconds: #![allow(unused)] fn main() {\\n// Good: protocol-oriented thinking\\nlet plan = ScenarioBuilder::with_node_counts(2, 1) .transactions().rate(5).apply() // 5 tx per block .with_run_duration(Duration::from_secs(60)) // Let framework calculate expected blocks .expect_consensus_liveness() // \\"Did we produce the expected blocks?\\" .build(); // Bad: wall-clock assumptions\\n// \\"I expect exactly 10 blocks in 60 seconds\\"\\n// This breaks on slow CI where blocks might take 7s instead of 6s } Why it matters: Block production timing varies across environments—fast on\\na laptop (5s/block), slow on overloaded CI (8s/block). The framework calculates\\nexpected blocks based on configured slot duration, making assertions\\nenvironment-independent. Assert on “blocks produced relative to the run window”\\nnot “blocks produced per wall-clock second”.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Protocol Time, Not Wall Time","id":"23","title":"Protocol Time, Not Wall Time"},"230":{"body":"Problem: Framework can’t find nomos-node or nomos-executor binaries. Solution: Ensure NOMOS_PATH points to the Nomos repository and binaries\\nare built: cd ../nomos-node\\ncargo build --release --bin nomos-node --bin nomos-executor","breadcrumbs":"Part II — User Guide » Operations » “Binaries not found”","id":"230","title":"“Binaries not found”"},"231":{"body":"Problem: Another process is using node ports. Solution: Kill conflicting processes or change NODE_PORT_BASE: export NODE_PORT_BASE=28080","breadcrumbs":"Part II — User Guide » Operations » “Port already in use”","id":"231","title":"“Port already in use”"},"232":{"body":"Problem: Nodes aren’t becoming ready fast enough. Solution: Enable slow mode or increase timeout: export SLOW_ENVIRONMENT=true\\nexport READINESS_TIMEOUT_SECS=120","breadcrumbs":"Part II — User Guide » Operations » “Readiness timeout”","id":"232","title":"“Readiness timeout”"},"233":{"body":"Problem: ComposeRunner can’t connect to Docker. Solution: Start Docker daemon: # Linux\\nsudo systemctl start docker # macOS\\nopen -a Docker","breadcrumbs":"Part II — User Guide » Operations » “Docker daemon not running”","id":"233","title":"“Docker daemon not running”"},"234":{"body":"Problem: K8sRunner can’t find cluster or lacks permissions. Solution: Verify kubectl is configured: kubectl cluster-info\\nkubectl auth can-i create statefulset","breadcrumbs":"Part II — User Guide » Operations » “Kubernetes resources not found”","id":"234","title":"“Kubernetes resources not found”"},"235":{"body":"Running tests in CI requires some setup to ensure reliability.","breadcrumbs":"Part II — User Guide » Operations » CI Integration","id":"235","title":"CI Integration"},"236":{"body":"ComposeRunner is the best choice for CI because it provides isolation and\\nreproducibility: #![allow(unused)] fn main() {\\nlet runner = ComposeRunner::new().deploy(&plan).await?; }","breadcrumbs":"Part II — User Guide » Operations » Use ComposeRunner","id":"236","title":"Use ComposeRunner"},"237":{"body":"CI machines are often resource-constrained: # GitHub Actions example\\nenv: SLOW_ENVIRONMENT: true READINESS_TIMEOUT_SECS: 120","breadcrumbs":"Part II — User Guide » Operations » Enable Slow Mode","id":"237","title":"Enable Slow Mode"},"238":{"body":"Configure artifact collection so you can debug failures: - uses: actions/upload-artifact@v3 if: failure() with: name: test-logs path: /tmp/nomos-test-*/","breadcrumbs":"Part II — User Guide » Operations » Capture Logs","id":"238","title":"Capture Logs"},"239":{"body":"Don’t run too many scenarios in parallel—each spawns multiple nodes: cargo test --jobs 2 # Limit parallelism","breadcrumbs":"Part II — User Guide » Operations » Parallel Test Limits","id":"239","title":"Parallel Test Limits"},"24":{"body":"Default scenarios are repeatable: Fixed topology Predictable traffic rates Deterministic checks Chaos is opt-in: #![allow(unused)] fn main() {\\n// Separate: functional test (deterministic)\\nlet plan = ScenarioBuilder::with_node_counts(2, 1) .transactions().rate(5).apply() .expect_consensus_liveness() .build(); // Separate: chaos test (introduces randomness)\\nlet chaos_plan = ScenarioBuilder::with_node_counts(3, 2) .enable_node_control() .chaos().restart().apply() .transactions().rate(5).apply() .expect_consensus_liveness() .build(); } Why it matters: Mixing determinism with chaos creates noisy, hard-to-debug\\nfailures. Separate concerns make failures actionable.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Determinism First, Chaos When Needed","id":"24","title":"Determinism First, Chaos When Needed"},"240":{"body":"For validation that closely mirrors production, use K8sRunner with realistic\\ntopologies: #![allow(unused)] fn main() {\\nlet plan = ScenarioBuilder::with_node_counts(10, 5) // Production-scale .with_topology( TopologyBuilder::with_node_counts(10, 5) .with_network_layout(NetworkLayout::Mesh) .build() ) .transactions().rate(50).apply() .with_run_duration(Duration::from_secs(300)) // 5-minute soak .build(); let runner = K8sRunner::new() .with_namespace(\\"nomos-testing\\") // Isolated namespace .deploy(&plan).await?; } Monitor cluster resources during the test and scale as needed.","breadcrumbs":"Part II — User Guide » Operations » Production-Like Testing","id":"240","title":"Production-Like Testing"},"241":{"body":"You now understand how to set up environments, configure the framework, and\\ntriage failures. The next chapter, Runners, goes deep into each runner’s\\nimplementation details and advanced configuration options.","breadcrumbs":"Part II — User Guide » Operations » What’s Next","id":"241","title":"What’s Next"},"242":{"body":"Deep dives for contributors who extend the framework, evolve its abstractions,\\nor maintain the crate set.","breadcrumbs":"Part III — Developer Reference » Part III — Developer Reference","id":"242","title":"Part III — Developer Reference"},"243":{"body":"This chapter explains the conceptual model behind scenarios. If you’re writing\\ntests, you’ve already worked with topologies, workloads, and expectations—now\\nwe’ll dig into why they’re designed this way and how they fit together at a\\ndeeper level. Understanding this model will help you extend the framework confidently and\\ndebug complex scenarios when things go wrong.","breadcrumbs":"Part III — Developer Reference » Scenario Model (Developer Level) » The Scenario Model","id":"243","title":"The Scenario Model"},"244":{"body":"Many testing frameworks blur the lines between what a test needs (cluster\\nshape), how to deploy it (orchestration), and what to check (assertions). This\\nmakes tests brittle—change one detail and you have to rewrite the whole test. This framework splits responsibilities into five concepts that never cross\\nboundaries. Each has a single job: Topology describes what cluster you want Scenario assembles the complete test plan Runner deploys nodes and manages resources Workloads generate traffic and conditions Expectations judge outcomes after the run Let’s look at each concept in depth.","breadcrumbs":"Part III — Developer Reference » Scenario Model (Developer Level) » Why Separate Concepts Matter","id":"244","title":"Why Separate Concepts Matter"},"245":{"body":"A topology is a declarative description. It says “I want 3 validators, 2\\nexecutors, connected in a star topology with these DA parameters.” It doesn’t\\nknow how nodes get started, what binary to use, or whether you’re on local or\\nKubernetes. This separation is crucial: the same topology can deploy to any backend. You\\ncan prototype locally, validate in Docker, and run in CI on Kubernetes without\\nchanging a line of topology code. Topologies include validator/executor counts, network layout (star, mesh, or\\ncustom), DA settings (subnetwork size, dispersal factor), and timing parameters\\n(slot duration, epoch length). The framework generates complete node configs\\nfrom these high-level declarations.","breadcrumbs":"Part III — Developer Reference » Scenario Model (Developer Level) » Topology: Pure Description","id":"245","title":"Topology: Pure Description"},"246":{"body":"A scenario combines topology with workloads, expectations, and a runtime\\nduration. Once built, it’s immutable—this is intentional. You can pass the same\\nscenario to different runners and get reproducible behavior. Building a scenario does more than assemble pieces. It: Validates prerequisites (does the transaction workload have seeded wallets?) Ensures the run window is long enough for workloads to complete Checks that control operations (like restarts) have proper cooldown buffers Verifies workload compatibility (do workloads require node control?) If your scenario passes the build step, the framework guarantees it’s\\nwell-formed. This prevents runtime surprises like “workload needs wallets but\\ntopology has zero executors.”","breadcrumbs":"Part III — Developer Reference » Scenario Model (Developer Level) » Scenario: The Immutable Plan","id":"246","title":"Scenario: The Immutable Plan"},"247":{"body":"Workloads are asynchronous tasks that drive system behavior. They do things\\nlike submit transactions, disperse DA blobs, or restart nodes at intervals. Here’s what makes workloads different from manually calling APIs: They work with any runner. Workloads receive API clients from the runner\\nbut never care whether nodes are local processes or remote pods. They respect protocol time. Instead of “submit 1000 transactions as fast\\nas possible,” workloads generate traffic at realistic rates keyed to block\\nprogression. They handle readiness automatically. Workloads don’t start until nodes\\nare proven healthy and ready. They can declare expectations. Some workloads (like transactions) bundle\\ndefault expectations. This keeps related logic together—transaction workload\\nincludes the expectation that transactions get included. Workloads run concurrently during the scenario’s configured duration. The\\nframework manages their lifecycle: start when ready, stop when time expires,\\npropagate errors if something fails.","breadcrumbs":"Part III — Developer Reference » Scenario Model (Developer Level) » Workloads: Controlled Traffic Generation","id":"247","title":"Workloads: Controlled Traffic Generation"},"248":{"body":"Expectations are how you define success. Unlike assertions that run inline\\nduring a test, expectations evaluate after workloads complete. This design serves two purposes: Expectations can aggregate over the full run. They’re not checking a\\nsingle condition at one moment—they’re judging overall system behavior. Did\\nblocks progress steadily? Were all submitted transactions included? Did DA\\nsampling work throughout the window? Expectations can correlate multiple signals. They have access to runtime\\nmetrics, block feeds, and baselines captured before workloads started. This\\nlets them make nuanced judgments that inline assertions can’t. Expectations implement the Expectation trait with two hooks: capture_baseline() runs after deployment but before workloads start evaluate() runs after workloads finish If any expectation fails, the test fails with a detailed report showing what\\nwent wrong.","breadcrumbs":"Part III — Developer Reference » Scenario Model (Developer Level) » Expectations: Post-Run Judgments","id":"248","title":"Expectations: Post-Run Judgments"},"249":{"body":"The runtime is the framework’s engine. It orchestrates the lifecycle: Deploy nodes via the runner Wait for readiness (nodes online, connected, responding to APIs) Capture expectation baselines Start all workloads concurrently Run for the configured duration Stop workloads gracefully Evaluate all expectations Clean up resources The runtime also handles special cases: If a workload does node control (restarts), the runtime enforces cooldown\\nperiods so expectations aren’t confused by intentional downtime If a workload errors, the runtime stops early and surfaces the error If cleanup fails, the runtime logs warnings but doesn’t mask test failures You rarely interact with the runtime directly—it works behind the scenes when\\nyou call runner.run().","breadcrumbs":"Part III — Developer Reference » Scenario Model (Developer Level) » Runtime: The Execution Coordinator","id":"249","title":"Runtime: The Execution Coordinator"},"25":{"body":"Prefer user-facing signals over internal state: Recommended checks: Blocks progressing at expected rate (liveness) Transactions included within N blocks (inclusion) DA blobs retrievable (availability) Checks to avoid: Memory pool size Internal service state Cache hit rates Why it matters: User-facing signals reflect actual system health.\\nInternal state can be “healthy” while the system is broken from a user\\nperspective.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Observable Health Signals","id":"25","title":"Observable Health Signals"},"250":{"body":"These boundaries aren’t arbitrary. They exist to make the framework predictable\\nand extensible: Topology never knows about deployment. This lets the same plan work\\neverywhere. Workloads never spawn nodes. This keeps orchestration centralized. Expectations never generate traffic. This keeps success criteria separate\\nfrom test behavior. Runners never validate plans. This keeps validation in the scenario\\nbuilder where it belongs. When you extend the framework, respect these boundaries. If you’re adding a new\\nworkload, don’t embed deployment logic. If you’re adding a new runner, don’t\\nbypass the readiness protocol. The boundaries are what make the framework\\ncomposable.","breadcrumbs":"Part III — Developer Reference » Scenario Model (Developer Level) » Respecting Boundaries","id":"250","title":"Respecting Boundaries"},"251":{"body":"This model gives you: Portable scenarios that work identically across environments Composable workloads you can mix and match without conflicts Clear failure modes—if expectations fail, you know it’s a real problem,\\nnot test infrastructure Easy extension—add workloads, expectations, or runners without touching\\ncore framework code The next chapter, Scenario Lifecycle, walks through the runtime in detail,\\nshowing exactly what happens from deploy() to cleanup. If you want to extend\\nthe framework instead, jump ahead to Part III: Developer Reference.","breadcrumbs":"Part III — Developer Reference » Scenario Model (Developer Level) » What This Enables","id":"251","title":"What This Enables"},"252":{"body":"The framework is designed to be extended. You can add custom workloads,\\nexpectations, runners, and topology configurations without modifying the core\\nframework code. This chapter shows you how to extend each extension point, explains the design\\nprinciples behind them, and provides complete examples.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Extending the Framework","id":"252","title":"Extending the Framework"},"253":{"body":"The built-in workloads and expectations cover common scenarios, but you’ll\\neventually need something custom: A workload that exercises a specific protocol feature An expectation that validates your project’s unique invariants A runner that deploys to your custom infrastructure Topology configurations for specific test scenarios The framework makes this easy by keeping extension points clean and well-defined.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Why Extend?","id":"253","title":"Why Extend?"},"254":{"body":"Workloads generate traffic and conditions during test runs. Let’s build a\\ncustom workload step by step.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding Custom Workloads","id":"254","title":"Adding Custom Workloads"},"255":{"body":"Every workload implements this trait: #![allow(unused)] fn main() {\\n#[async_trait]\\npub trait Workload: Send + Sync { fn name(&self) -> &str; async fn execute(&self, ctx: &RunContext) -> Result<()>; fn bundled_expectations(&self) -> Vec> { vec![] }\\n} } name() returns a human-readable name for logging and error messages. execute() is where your workload does its work. It receives a RunContext with API clients, block feeds, and metrics. It runs until\\ncancelled (when the scenario duration expires) or until it completes naturally. bundled_expectations() optionally returns expectations that make sense\\nwith this workload. For example, transaction workloads include an inclusion\\nexpectation.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » The Workload Trait","id":"255","title":"The Workload Trait"},"256":{"body":"Let’s build a simple workload that periodically polls node health endpoints: #![allow(unused)] fn main() {\\nuse nomos_testing_core::scenario::{Workload, RunContext};\\nuse async_trait::async_trait;\\nuse anyhow::Result;\\nuse tokio::time::{interval, Duration}; pub struct HealthCheckWorkload { interval_secs: u64,\\n} impl HealthCheckWorkload { pub fn new() -> Self { Self { interval_secs: 10 } } pub fn with_interval(mut self, secs: u64) -> Self { self.interval_secs = secs; self }\\n} #[async_trait]\\nimpl Workload for HealthCheckWorkload { fn name(&self) -> &str { \\"health_check\\" } async fn execute(&self, ctx: &RunContext) -> Result<()> { let mut tick = interval(Duration::from_secs(self.interval_secs)); loop { tick.tick().await; // Check health of all nodes for client in ctx.node_clients() { let info = client.consensus_info().await?; println!(\\"Node {} at block {}\\", client.address(), info.block_height); } } }\\n} } This workload runs in a loop, polling consensus info every interval_secs\\nseconds. It prints progress but could also collect metrics or detect anomalies.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Example: Health Check Workload","id":"256","title":"Example: Health Check Workload"},"257":{"body":"You can use custom workloads directly in scenarios: #![allow(unused)] fn main() {\\nlet plan = ScenarioBuilder::with_node_counts(3, 1) .with_workload(Box::new(HealthCheckWorkload::new().with_interval(5))) .expect_consensus_liveness() .with_run_duration(Duration::from_secs(60)) .build(); }","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Using the Custom Workload","id":"257","title":"Using the Custom Workload"},"258":{"body":"For better ergonomics, add a builder extension: #![allow(unused)] fn main() {\\npub trait HealthCheckBuilderExt { fn health_checks(self) -> HealthCheckWorkloadBuilder;\\n} impl HealthCheckBuilderExt for ScenarioBuilder { fn health_checks(self) -> HealthCheckWorkloadBuilder { HealthCheckWorkloadBuilder::new(self) }\\n} pub struct HealthCheckWorkloadBuilder { scenario: ScenarioBuilder, interval: u64,\\n} impl HealthCheckWorkloadBuilder { fn new(scenario: ScenarioBuilder) -> Self { Self { scenario, interval: 10, } } pub fn interval(mut self, secs: u64) -> Self { self.interval = secs; self } pub fn apply(self) -> ScenarioBuilder { self.scenario.with_workload(Box::new( HealthCheckWorkload::new().with_interval(self.interval) )) }\\n} } Now you can use it fluently: #![allow(unused)] fn main() {\\nlet plan = ScenarioBuilder::with_node_counts(3, 1) .health_checks() .interval(5) .apply() .expect_consensus_liveness() .build(); }","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Builder API Integration","id":"258","title":"Builder API Integration"},"259":{"body":"Respect cancellation. Workloads run until the scenario duration expires. The execute() method receives a cancellation signal when time’s up. Don’t block\\nindefinitely—check cancellation or use timeout-aware futures. Handle errors gracefully. If an API call fails, decide whether to retry or\\nfail the workload. Transient errors (network blips) should retry; persistent\\nerrors (node crashed) should fail fast. Log progress. Print periodic status so operators can see what the workload\\nis doing. This helps debug when tests fail. Don’t assume node count. Your workload might run with 2 nodes or 20. Write\\ncode that adapts to ctx.node_clients().len(). Bundle expectations when appropriate. If your workload has a clear success\\ncriterion, include it as a bundled expectation.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Workload Best Practices","id":"259","title":"Workload Best Practices"},"26":{"body":"Always run long enough for meaningful block production: #![allow(unused)] fn main() {\\n// Bad: too short\\n.with_run_duration(Duration::from_secs(5)) // Maybe 0-1 blocks // Good: enough blocks for assertions\\n.with_run_duration(Duration::from_secs(60)) // ~10+ blocks } The framework enforces minimum durations, but be explicit. Very short runs\\nrisk false confidence—one lucky block doesn’t prove liveness.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Minimum Run Windows","id":"26","title":"Minimum Run Windows"},"260":{"body":"Expectations evaluate after workloads finish and decide whether the test\\npassed. Let’s build one.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding Custom Expectations","id":"260","title":"Adding Custom Expectations"},"261":{"body":"#![allow(unused)] fn main() {\\n#[async_trait]\\npub trait Expectation: Send + Sync { fn name(&self) -> &str; async fn capture_baseline(&self, ctx: &RunContext) -> Result<()> { Ok(()) } async fn evaluate(&self, ctx: &RunContext) -> Result<()>;\\n} } name() returns a human-readable name. capture_baseline() optionally captures a baseline before workloads start.\\nThis lets you compare “before” and “after” state. evaluate() runs after workloads finish. Return Ok(()) if the expectation\\npassed, or an error describing what failed.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » The Expectation Trait","id":"261","title":"The Expectation Trait"},"262":{"body":"Let’s build an expectation that verifies all nodes maintained peer connections\\nthroughout the test: #![allow(unused)] fn main() {\\nuse nomos_testing_core::scenario::{Expectation, RunContext};\\nuse async_trait::async_trait;\\nuse anyhow::{Result, anyhow}; pub struct PeerCountExpectation { min_peers: usize,\\n} impl PeerCountExpectation { pub fn new(min_peers: usize) -> Self { Self { min_peers } }\\n} #[async_trait]\\nimpl Expectation for PeerCountExpectation { fn name(&self) -> &str { \\"peer_count\\" } async fn evaluate(&self, ctx: &RunContext) -> Result<()> { for client in ctx.node_clients() { let info = client.consensus_info().await?; if info.peer_count < self.min_peers { return Err(anyhow!( \\"Node {} has only {} peers (expected ≥{})\\", client.address(), info.peer_count, self.min_peers )); } } Ok(()) }\\n} }","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Example: Peer Count Expectation","id":"262","title":"Example: Peer Count Expectation"},"263":{"body":"#![allow(unused)] fn main() {\\nlet plan = ScenarioBuilder::with_node_counts(4, 1) .transactions().rate(10).apply() .with_expectation(Box::new(PeerCountExpectation::new(2))) .with_run_duration(Duration::from_secs(60)) .build(); }","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Using Custom Expectations","id":"263","title":"Using Custom Expectations"},"264":{"body":"Be specific about failures. Don’t just return Err(anyhow!(\\"failed\\")).\\nInclude details: which node, what value was observed, what was expected. Aggregate failures. If checking multiple nodes, collect all failures and\\nreport them together rather than stopping at the first one. Use baselines for comparisons. If you need to verify something changed (or\\ndidn’t change), capture baseline in capture_baseline() and compare in evaluate(). Don’t modify state. Expectations are pure observers. They must not generate\\ntraffic or modify the system.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Expectation Best Practices","id":"264","title":"Expectation Best Practices"},"265":{"body":"Runners deploy scenarios to different backends. Let’s build a minimal custom\\nrunner.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding Custom Runners","id":"265","title":"Adding Custom Runners"},"266":{"body":"#![allow(unused)] fn main() {\\n#[async_trait]\\npub trait Deployer { async fn deploy(&self, scenario: &Scenario) -> Result>;\\n} #[async_trait]\\npub trait Runner { async fn run(&self) -> Result; fn node_control(&self) -> Option<&dyn NodeControlHandle> { None }\\n} } Deployer::deploy() takes a scenario and provisions infrastructure. It\\nreturns a Runner that can execute the scenario. Runner::run() executes the scenario: starts workloads, observes, evaluates\\nexpectations, cleans up. Runner::node_control() optionally provides node control for chaos\\nworkloads.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » The Deployer and Runner Traits","id":"266","title":"The Deployer and Runner Traits"},"267":{"body":"Here’s a minimal runner that doesn’t actually deploy anything—useful for testing: #![allow(unused)] fn main() {\\nuse nomos_testing_core::scenario::{Deployer, Runner, Scenario, RunResult};\\nuse async_trait::async_trait;\\nuse anyhow::Result; pub struct MockDeployer; #[async_trait]\\nimpl Deployer for MockDeployer { async fn deploy(&self, scenario: &Scenario) -> Result> { println!(\\"Mock deployment of {} nodes\\", scenario.topology().node_count()); Ok(Box::new(MockRunner)) }\\n} struct MockRunner; #[async_trait]\\nimpl Runner for MockRunner { async fn run(&self) -> Result { println!(\\"Mock run (no actual nodes)\\"); // Return success immediately Ok(RunResult::success()) }\\n} } Real runners would deploy actual infrastructure, but this shows the pattern.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Example: Mock Runner","id":"267","title":"Example: Mock Runner"},"268":{"body":"Enforce readiness. Don’t return from deploy() until nodes are actually\\nready to receive traffic. This prevents race conditions. Use cleanup guards. Ensure resources are cleaned up even if run() panics\\nor errors. Provide meaningful errors. If deployment fails, indicate whether it’s a\\nconfig problem, resource exhaustion, or infrastructure issue. Mirror existing observability. Expose metrics and logs similar to existing\\nrunners so workloads and expectations work consistently.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Runner Best Practices","id":"268","title":"Runner Best Practices"},"269":{"body":"You can extend topology generation with new layouts or presets: #![allow(unused)] fn main() {\\nimpl TopologyBuilder { pub fn production_like() -> Self { Self::with_node_counts(10, 5) .with_network_layout(NetworkLayout::Mesh) .with_slot_duration(Duration::from_secs(1)) .with_da_subnetwork_size(20) .with_da_dispersal_factor(3) } pub fn minimal_da() -> Self { Self::with_node_counts(3, 1) .with_da_subnetwork_size(5) .with_da_dispersal_factor(2) }\\n} } Use these in scenarios: #![allow(unused)] fn main() {\\nlet plan = ScenarioBuilder::new() .with_topology(TopologyBuilder::production_like().build()) .transactions().rate(50).apply() .build(); }","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding Topology Configurations","id":"269","title":"Adding Topology Configurations"},"27":{"body":"These principles keep scenarios: Portable across environments (protocol time, declarative) Debuggable (determinism, separation of concerns) Meaningful (observable signals, sufficient duration) When authoring scenarios, ask: “Does this test the protocol behavior or\\nmy local environment quirks?”","breadcrumbs":"Part I — Foundations » Testing Philosophy » Summary","id":"27","title":"Summary"},"270":{"body":"If your extensions are reusable across tests, consider: Extracting to a crate. Create myproject-testing-extensions and depend\\non testing-framework-core. Contributing upstream. If your extension is generally useful, consider\\ncontributing it to testing-framework/workflows. Documenting examples. Include usage examples in your extension’s docs so\\nothers can learn from them.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Integrating Extensions","id":"270","title":"Integrating Extensions"},"271":{"body":"You now know how to extend all major framework components. The next chapter,\\nCustom Workload Example, walks through a complete end-to-end example of adding\\na custom workload with bundled expectations and builder integration.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » What’s Next","id":"271","title":"What’s Next"},"272":{"body":"A minimal, end-to-end illustration of adding a custom workload and matching\\nexpectation. This shows the shape of the traits and where to plug into the\\nframework; expand the logic to fit your real test.","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Example: New Workload & Expectation (Rust)","id":"272","title":"Example: New Workload & Expectation (Rust)"},"273":{"body":"Key ideas: name: identifies the workload in logs. expectations: workloads can bundle defaults so callers don’t forget checks. init: derive inputs from the generated topology (e.g., pick a target node). start: drive async activity using the shared RunContext. #![allow(unused)] fn main() {\\nuse std::sync::Arc;\\nuse async_trait::async_trait;\\nuse testing_framework_core::scenario::{ DynError, Expectation, RunContext, RunMetrics, Workload,\\n};\\nuse testing_framework_core::topology::GeneratedTopology; pub struct ReachabilityWorkload { target_idx: usize, bundled: Vec>,\\n} impl ReachabilityWorkload { pub fn new(target_idx: usize) -> Self { Self { target_idx, bundled: vec![Box::new(ReachabilityExpectation::new(target_idx))], } }\\n} #[async_trait]\\nimpl Workload for ReachabilityWorkload { fn name(&self) -> &\'static str { \\"reachability_workload\\" } fn expectations(&self) -> Vec> { self.bundled.clone() } fn init( &mut self, topology: &GeneratedTopology, _metrics: &RunMetrics, ) -> Result<(), DynError> { if topology.validators().get(self.target_idx).is_none() { return Err(\\"no validator at requested index\\".into()); } Ok(()) } async fn start(&self, ctx: &RunContext) -> Result<(), DynError> { let client = ctx .node_clients() .validators() .get(self.target_idx) .ok_or(\\"missing target client\\")?; // Pseudo-action: issue a lightweight RPC to prove reachability. client.consensus_info().await.map_err(|e| e.into())?; Ok(()) }\\n} }","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Workload: simple reachability probe","id":"273","title":"Workload: simple reachability probe"},"274":{"body":"Key ideas: start_capture: snapshot baseline if needed (not used here). evaluate: assert the condition after workloads finish. #![allow(unused)] fn main() {\\nuse async_trait::async_trait;\\nuse testing_framework_core::scenario::{DynError, Expectation, RunContext}; pub struct ReachabilityExpectation { target_idx: usize,\\n} impl ReachabilityExpectation { pub fn new(target_idx: usize) -> Self { Self { target_idx } }\\n} #[async_trait]\\nimpl Expectation for ReachabilityExpectation { fn name(&self) -> &str { \\"target_reachable\\" } async fn evaluate(&mut self, ctx: &RunContext) -> Result<(), DynError> { let client = ctx .node_clients() .validators() .get(self.target_idx) .ok_or(\\"missing target client\\")?; client.consensus_info().await.map_err(|e| { format!(\\"target became unreachable during run: {e}\\").into() })?; Ok(()) }\\n} }","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Expectation: confirm the target stayed reachable","id":"274","title":"Expectation: confirm the target stayed reachable"},"275":{"body":"Build your scenario as usual and call .with_workload(ReachabilityWorkload::new(0)). The bundled expectation is attached automatically; you can add more with .with_expectation(...) if needed. Keep the logic minimal and fast for smoke tests; grow it into richer probes\\nfor deeper scenarios.","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » How to wire it","id":"275","title":"How to wire it"},"276":{"body":"High-level roles of the crates that make up the framework: Configs: prepares reusable configuration primitives for nodes, networking,\\ntracing, data availability, and wallets, shared by all scenarios and runners. Core scenario orchestration: houses the topology and scenario model,\\nruntime coordination, node clients, and readiness/health probes. Workflows: packages workloads and expectations into reusable building\\nblocks and offers a fluent DSL to assemble them. Runners: implements deployment backends (local host, Docker Compose,\\nKubernetes) that all consume the same scenario plan. Test workflows: example scenarios and integration checks that exercise the\\nframework end to end and serve as living documentation. Use this map to locate where to add new capabilities: configuration primitives\\nin configs, orchestration changes in core, reusable traffic/assertions in\\nworkflows, environment adapters in runners, and demonstrations in tests.","breadcrumbs":"Part III — Developer Reference » Internal Crate Reference » Internal Crate Reference","id":"276","title":"Internal Crate Reference"},"277":{"body":"Quick-reference material and supporting guidance to keep scenarios discoverable,\\ndebuggable, and consistent.","breadcrumbs":"Part IV — Appendix » Part IV — Appendix","id":"277","title":"Part IV — Appendix"},"278":{"body":"The framework offers a fluent builder style to keep scenarios readable. Common\\nknobs: Topology shaping: set validator and executor counts, pick a network layout\\nstyle, and adjust high-level data-availability traits. Wallet seeding: define how many users participate and the total funds\\navailable for transaction workloads. Workload tuning: configure transaction rates, data-availability channel\\nand blob rates, and whether chaos restarts should include validators,\\nexecutors, or both. Expectations: attach liveness and workload-specific checks so success is\\nexplicit. Run window: set a minimum duration long enough for multiple blocks to be\\nobserved and verified. Use these knobs to express intent clearly, keeping scenario definitions concise\\nand consistent across teams.","breadcrumbs":"Part IV — Appendix » DSL Cheat Sheet » Core Content: DSL Cheat Sheet","id":"278","title":"Core Content: DSL Cheat Sheet"},"279":{"body":"When tests fail or behave unexpectedly, this chapter will help you diagnose and\\nfix the problem. We’ll walk through common issues organized by symptom, with\\nconcrete diagnostics and solutions.","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Troubleshooting","id":"279","title":"Troubleshooting"},"28":{"body":"You’ve learned what scenarios are and why the framework separates concerns. Now\\nlet’s trace through exactly what happens when you run a scenario, from deploy() to cleanup. Understanding this lifecycle will help you debug tests, optimize run times, and\\nunderstand why things happen in a specific order.","breadcrumbs":"Part I — Foundations » Scenario Lifecycle (Conceptual) » Scenario Lifecycle","id":"28","title":"Scenario Lifecycle"},"280":{"body":"","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Build and Deployment Issues","id":"280","title":"Build and Deployment Issues"},"281":{"body":"What you see: Error: Failed to find nomos-node binary Diagnosis: The framework can’t locate the nomos-node or nomos-executor binaries. Solutions: Build the binaries: cd ../nomos-node\\ncargo build --release --bin nomos-node --bin nomos-executor Set NOMOS_PATH if repository isn’t in a sibling directory: export NOMOS_PATH=/path/to/nomos-node Verify binaries exist: ls ../nomos-node/target/release/nomos-node\\nls ../nomos-node/target/release/nomos-executor","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Symptom: “Binaries not found” Error","id":"281","title":"Symptom: “Binaries not found” Error"},"282":{"body":"What you see: Error: Address already in use (os error 48)\\nFailed to start node on port 18080 Diagnosis: Another process is using ports the framework needs. Solutions: Kill conflicting processes: # Find what\'s using the port\\nlsof -i :18080\\nkill Change the port base: export NODE_PORT_BASE=28080 Use a different runner: ComposeRunner and K8sRunner use isolated networking and don’t conflict with\\nhost ports.","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Symptom: “Port already in use”","id":"282","title":"Symptom: “Port already in use”"},"283":{"body":"What you see: Error: Nodes not ready after 60s\\nnomos-validator-2: no peers connected Diagnosis: Nodes aren’t becoming ready within the timeout window. Solutions: Enable slow environment mode: export SLOW_ENVIRONMENT=true\\nexport READINESS_TIMEOUT_SECS=120 Check individual node logs: cat /tmp/nomos-test-/node-2/stderr.log Look for errors during startup. Verify network connectivity: For ComposeRunner/K8sRunner, ensure container networking is functional: # Docker\\ndocker network ls\\ndocker-compose ps # Kubernetes\\nkubectl get pods\\nkubectl describe pod nomos-validator-2 Reduce node count: If hardware is limited, use fewer nodes: #![allow(unused)] fn main() {\\nScenarioBuilder::with_node_counts(2, 1) // Instead of (5, 3) }","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Symptom: Readiness Timeout","id":"283","title":"Symptom: Readiness Timeout"},"284":{"body":"","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Runtime Issues","id":"284","title":"Runtime Issues"},"285":{"body":"What you see: Expectation failed: Consensus liveness\\nExpected: at least 30 blocks\\nActual: 0 blocks Diagnosis: Consensus isn’t working—nodes aren’t producing blocks. Solutions: Check if nodes started: Verify in logs that consensus initialized: grep \\"consensus started\\" /tmp/nomos-test-*/node-*/stdout.log Verify genesis configuration: All nodes must have identical genesis. Check logs for genesis mismatches: grep -i \\"genesis\\" /tmp/nomos-test-*/node-*/stderr.log Check peer connectivity: Nodes need peers to reach consensus: grep \\"peer connected\\" /tmp/nomos-test-*/node-*/stdout.log If no peers connected, topology generation may have failed. Increase run duration: Very slow environments might need more time: #![allow(unused)] fn main() {\\n.with_run_duration(Duration::from_secs(120)) // Give it more time }","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Symptom: No Block Progression","id":"285","title":"Symptom: No Block Progression"},"286":{"body":"What you see: Expectation failed: Consensus liveness\\nExpected: at least 30 blocks\\nActual: 15 blocks (50% of target) Diagnosis: Blocks are being produced but slower than expected. Solutions: Enable slow environment mode: export SLOW_ENVIRONMENT=true This adjusts expectations for slower block times. Reduce workload intensity: Heavy workloads can slow block production: #![allow(unused)] fn main() {\\n.transactions().rate(5).apply() // Reduce from 20 } Check system resources: # CPU usage\\ntop # Disk I/O\\niostat # Memory\\nfree -h Resource exhaustion slows everything down.","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Symptom: Slow Block Progression","id":"286","title":"Symptom: Slow Block Progression"},"287":{"body":"What you see: Error: Transaction workload failed: connection refused Diagnosis: Workload couldn’t connect to nodes or nodes became unavailable. Solutions: Check node health: # Local\\ncurl http://localhost:18080/health # Compose\\ndocker-compose ps If nodes aren’t running, check why they crashed. Check workload prerequisites: Transaction workloads need executors: #![allow(unused)] fn main() {\\nScenarioBuilder::with_node_counts(2, 1) // Need at least 1 executor } Reduce workload rate: Aggressive rates can overwhelm nodes: #![allow(unused)] fn main() {\\n.transactions().rate(5).apply() // Start lower }","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Symptom: Workload Errors","id":"287","title":"Symptom: Workload Errors"},"288":{"body":"","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Expectation Failures","id":"288","title":"Expectation Failures"},"289":{"body":"What you see: Expectation failed: Transaction inclusion\\nSubmitted: 600 transactions\\nIncluded: 420 transactions (70%)\\nThreshold: 95% Diagnosis: Submitted transactions aren’t appearing in blocks. Solutions: Reduce submission rate: Too many transactions can saturate mempool: #![allow(unused)] fn main() {\\n.transactions().rate(10).apply() // Reduce from 50 } Increase run duration: Give more time for transactions to be included: #![allow(unused)] fn main() {\\n.with_run_duration(Duration::from_secs(120)) } Check if nodes are restarting: If using chaos workloads, restarts disrupt inclusion: #![allow(unused)] fn main() {\\n.chaos().restart().interval(Duration::from_secs(30)).apply()\\n// Consider longer intervals or removing chaos } Lower inclusion threshold: If some loss is acceptable: #![allow(unused)] fn main() {\\n.expect_transaction_inclusion() .threshold(0.90) // Accept 90% instead of 95% }","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Symptom: Transaction Inclusion Failure","id":"289","title":"Symptom: Transaction Inclusion Failure"},"29":{"body":"Every scenario goes through six stages: flowchart LR P[Plan
topology + workloads + expectations] --> D[Deploy
runner provisions] D --> R[Readiness
wait for nodes] R --> W[Drive Workloads] W --> O[Observe
blocks/metrics] O --> E[Evaluate Expectations] E --> C[Cleanup] Let’s walk through each stage in detail and see what actually happens.","breadcrumbs":"Part I — Foundations » Scenario Lifecycle (Conceptual) » The Six Stages","id":"29","title":"The Six Stages"},"290":{"body":"What you see: Error: Chaos workload requires node control capability Diagnosis: Node control wasn’t enabled or runner doesn’t support it. Solutions: Enable node control: #![allow(unused)] fn main() {\\nScenarioBuilder::with_node_counts(4, 1) .with_node_control() // Add this .chaos().restart().apply() } Verify runner supports control: All built-in runners support node control, but custom runners might not. Check node count: Need enough nodes to tolerate restarts: #![allow(unused)] fn main() {\\nScenarioBuilder::with_node_counts(4, 1) // 4 validators, can tolerate 1 down } With only 2-3 validators, restarting one can break consensus.","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Symptom: Chaos Workload Fails","id":"290","title":"Symptom: Chaos Workload Fails"},"291":{"body":"","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Environment-Specific Issues","id":"291","title":"Environment-Specific Issues"},"292":{"body":"What you see: Error: Cannot connect to Docker daemon Solutions: Start Docker: # Linux\\nsudo systemctl start docker # macOS\\nopen -a Docker Check Docker version: docker --version\\ndocker-compose --version Framework requires Docker 20+ and Docker Compose 2+. Check Docker resources: docker info | grep -i memory\\ndocker info | grep -i cpu Increase resources in Docker Desktop settings if needed.","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Symptom: Docker Issues","id":"292","title":"Symptom: Docker Issues"},"293":{"body":"What you see: Error: Failed to create StatefulSet: Unauthorized Solutions: Verify cluster access: kubectl cluster-info\\nkubectl get nodes Check permissions: kubectl auth can-i create statefulset\\nkubectl auth can-i create configmap\\nkubectl auth can-i create service If any return “no”, you need cluster admin to grant permissions. Check cluster resources: kubectl top nodes\\nkubectl describe nodes Insufficient cluster resources can prevent pod scheduling.","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Symptom: Kubernetes Issues","id":"293","title":"Symptom: Kubernetes Issues"},"294":{"body":"","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Flaky Tests","id":"294","title":"Flaky Tests"},"295":{"body":"Diagnosis: Timing sensitivity or resource differences between environments. Solutions: Enable slow mode in CI: # .github/workflows/test.yml\\nenv: SLOW_ENVIRONMENT: true READINESS_TIMEOUT_SECS: 120 Use ComposeRunner in CI: LocalRunner is sensitive to host differences; ComposeRunner is more consistent: #![allow(unused)] fn main() {\\n#[cfg(not(ci))]\\nlet runner = LocalDeployer::new().deploy(&plan).await?; #[cfg(ci)]\\nlet runner = ComposeRunner::new().deploy(&plan).await?; } Reduce test concurrency: cargo test --test-threads=2","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Symptom: Tests Pass Locally, Fail in CI","id":"295","title":"Symptom: Tests Pass Locally, Fail in CI"},"296":{"body":"Diagnosis: Non-deterministic behavior, often from chaos or timing races. Solutions: Remove chaos from smoke tests: Chaos introduces intentional non-determinism. Use separate tests: #![allow(unused)] fn main() {\\n#[test]\\nfn deterministic_consensus() { // No chaos\\n} #[test]\\nfn chaos_resilience() { // With chaos\\n} } Increase run duration: Short runs amplify timing sensitivity: #![allow(unused)] fn main() {\\n.with_run_duration(Duration::from_secs(90)) // Instead of 30 } Fix resource contention: Multiple tests running in parallel can interfere: cargo test -- --test-threads=1 # Run serially","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Symptom: Tests Sometimes Pass, Sometimes Fail","id":"296","title":"Symptom: Tests Sometimes Pass, Sometimes Fail"},"297":{"body":"When a test fails, work through this checklist: Does the test pass with --test-threads=1? (rules out parallel interference) Does enabling SLOW_ENVIRONMENT=true help? (rules out timing sensitivity) Do logs show node startup errors? (rules out deployment issues) Are all expected nodes in “ready” state? (rules out readiness problems) Do workload logs show errors? (rules out workload crashes) Is disk/memory/CPU exhausted? (rules out resource issues) Does the test pass with fewer nodes? (rules out scale sensitivity) Does the test pass with lower workload rates? (rules out load issues)","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Debugging Checklist","id":"297","title":"Debugging Checklist"},"298":{"body":"If you’re still stuck: Collect full logs: export NOMOS_TESTING_PERSIST_LOGS=true\\nexport RUST_LOG=debug\\ncargo test failing_test\\ntar -czf logs.tar.gz /tmp/nomos-test-* Describe your environment: OS and version Rust version Runner type (Local/Compose/K8s) Node counts and workload config Minimal reproduction: Try to reduce the failing scenario to the smallest possible test that reproduces\\nthe issue. Check existing issues: Search the project’s issue tracker for similar problems and solutions.","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Getting Help","id":"298","title":"Getting Help"},"299":{"body":"","breadcrumbs":"Part IV — Appendix » FAQ » Frequently Asked Questions","id":"299","title":"Frequently Asked Questions"},"3":{"body":"You might think executors are specialized compute nodes that just process\\ntransactions. That’s not quite right. Executors are actually full validators\\nwith one additional capability: they can disperse blobs to the DA network. This means an executor does everything a validator does—consensus, block\\nproduction, DA verification—plus it handles the dispersal side of data\\navailability. Think of them as “validators plus dispersal” rather than separate\\ncompute workers.","breadcrumbs":"Project Context Primer » Executors","id":"3","title":"Executors"},"30":{"body":"Before anything runs, you build a scenario plan. This happens in your test code: #![allow(unused)] fn main() {\\nlet plan = ScenarioBuilder::with_node_counts(2, 1) .transactions().rate(5).apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(60)) .build(); } The build() call is doing more than constructing a struct. It: Generates the topology with node configs, network settings, and DA\\nparameters Validates prerequisites (does the transaction workload have wallets?) Checks the run window (is 60 seconds enough for workloads to complete?) Ensures control compatibility (if workloads restart nodes, does the\\nscenario request node control capability?) If validation fails, build() returns an error immediately. This is much\\nbetter than failing halfway through deployment when nodes are already running. Once built, the plan is immutable. You can’t add workloads or change the\\ntopology after this point. This immutability is crucial—it means the same plan\\nproduces the same behavior regardless of when or where you run it.","breadcrumbs":"Part I — Foundations » Scenario Lifecycle (Conceptual) » Stage 1: Build the Plan","id":"30","title":"Stage 1: Build the Plan"},"300":{"body":"","breadcrumbs":"Part IV — Appendix » FAQ » General Questions","id":"300","title":"General Questions"},"301":{"body":"Protocol time (measured in blocks or epochs) makes tests robust across different\\nhardware. A test that expects “30 blocks” works whether your laptop produces\\nblocks every 2 seconds or a loaded CI machine takes 5 seconds per block. Wall-clock assertions like “30 blocks in 60 seconds” fail on slower hardware\\neven though consensus is working fine. Protocol time separates “did consensus\\nwork?” from “was the hardware fast?”","breadcrumbs":"Part IV — Appendix » FAQ » Why does the framework use “protocol time” instead of wall-clock time?","id":"301","title":"Why does the framework use “protocol time” instead of wall-clock time?"},"302":{"body":"Yes! This is a core design goal. Build your scenario once: #![allow(unused)] fn main() {\\nlet plan = ScenarioBuilder::with_node_counts(3, 1) .transactions().rate(10).apply() .expect_consensus_liveness() .build(); } Then deploy with any runner: #![allow(unused)] fn main() {\\n// Local development\\nlet runner = LocalDeployer::new().deploy(&plan).await?; // CI\\nlet runner = ComposeRunner::new().deploy(&plan).await?; // Staging\\nlet runner = K8sRunner::new().deploy(&plan).await?; } The plan is immutable and runner-agnostic.","breadcrumbs":"Part IV — Appendix » FAQ » Can I reuse the same scenario with different runners?","id":"302","title":"Can I reuse the same scenario with different runners?"},"303":{"body":"Unit tests verify individual components in isolation. Integration tests with\\nthis framework verify that multiple components work together over real networks\\nwith real timing constraints. Unit tests can’t catch: Consensus failures under network latency Transaction inclusion problems under load DA availability issues with multiple nodes Recovery from node crashes These are emergent behaviors that only appear in multi-node environments.","breadcrumbs":"Part IV — Appendix » FAQ » How is this different from unit tests?","id":"303","title":"How is this different from unit tests?"},"304":{"body":"Yes. The framework needs to run nomos-node and nomos-executor binaries.\\nKeep a checkout of the Nomos repository and build the binaries before running\\ntests. If you’re using Docker/Kubernetes runners, you can use pre-built images instead,\\nbut you’ll still need the source for local development.","breadcrumbs":"Part IV — Appendix » FAQ » Do I need to build Nomos from source?","id":"304","title":"Do I need to build Nomos from source?"},"305":{"body":"","breadcrumbs":"Part IV — Appendix » FAQ » Scenario Design","id":"305","title":"Scenario Design"},"306":{"body":"It depends on what you’re testing: Consensus basics: 2-3 validators is enough Byzantine tolerance: 4+ validators (need N > 3f where f is max faults) Transaction tests: At least 1 executor Chaos tests: N+1 validators to tolerate 1 down Production realism: 10+ nodes Start small and add nodes only when you need to test specific behaviors that\\nrequire more nodes.","breadcrumbs":"Part IV — Appendix » FAQ » How many nodes should my tests use?","id":"306","title":"How many nodes should my tests use?"},"307":{"body":"General guidelines: Quick smoke tests: 30-60 seconds (validates basic function) Workload tests: 60-120 seconds (enough traffic to be meaningful) Chaos tests: 90-180 seconds (multiple chaos events + recovery time) Soak tests: 300+ seconds (catches subtle timing bugs) Very short runs (< 30s) risk false confidence—not enough time to observe\\nmeaningful behavior.","breadcrumbs":"Part IV — Appendix » FAQ » How long should test runs be?","id":"307","title":"How long should test runs be?"},"308":{"body":"Use chaos workloads when specifically testing resilience: Does consensus survive node restarts? Do workloads recover after disruption? Are there resource leaks on restart? Don’t use chaos in basic functional tests—it makes failures hard to reproduce\\nand doesn’t add value when you’re just verifying that features work.","breadcrumbs":"Part IV — Appendix » FAQ » When should I use chaos workloads?","id":"308","title":"When should I use chaos workloads?"},"309":{"body":"Generally, yes! Real systems handle multiple traffic types simultaneously: #![allow(unused)] fn main() {\\nScenarioBuilder::with_node_counts(4, 2) .transactions().rate(10).apply() .da_blobs().rate(2).apply() } This reveals interaction bugs that isolated workload tests miss. But don’t combine too many concerns—tests that verify 10 different things are\\nhard to debug when they fail.","breadcrumbs":"Part IV — Appendix » FAQ » Should I combine multiple workloads in one test?","id":"309","title":"Should I combine multiple workloads in one test?"},"31":{"body":"You hand your plan to a runner: #![allow(unused)] fn main() {\\nlet runner = LocalDeployer::new().deploy(&plan).await?; } The runner’s job is to turn your abstract plan into running infrastructure. The\\nexact steps depend on which runner you chose: LocalDeployer: Spawns node processes on your machine Creates temporary directories for each node’s data Passes node configs via command-line arguments Tracks process handles for cleanup ComposeRunner: Generates a docker-compose.yml from your topology Starts cfgsync to distribute configs to containers Launches node containers with proper networking Waits for container health checks to pass K8sRunner: Creates ConfigMaps for node configs Deploys StatefulSets for validators and executors Sets up Services for node discovery Waits for pod Ready status Despite these different implementations, the interface is the same. Your\\nscenario code doesn’t know or care which backend is running—it just waits for\\nthe runner to signal “nodes are deployed.”","breadcrumbs":"Part I — Foundations » Scenario Lifecycle (Conceptual) » Stage 2: Deploy","id":"31","title":"Stage 2: Deploy"},"310":{"body":"Only for transaction workloads. The framework automatically seeds wallets when\\nyou add transaction workloads to scenarios with executors. Pure consensus or DA tests don’t need wallets.","breadcrumbs":"Part IV — Appendix » FAQ » Do I need seeded wallets?","id":"310","title":"Do I need seeded wallets?"},"311":{"body":"","breadcrumbs":"Part IV — Appendix » FAQ » Running Tests","id":"311","title":"Running Tests"},"312":{"body":"Most startup time is: Building binaries (if not already built) Starting nodes Waiting for readiness (nodes must be fully operational) You can speed this up: Pre-build binaries: cargo build --release Use LocalDeployer for development (faster than Docker) Reduce node count for quick iteration","breadcrumbs":"Part IV — Appendix » FAQ » Why do tests take so long to start?","id":"312","title":"Why do tests take so long to start?"},"313":{"body":"Yes, but carefully. Each test spawns multiple nodes, so: cargo test --test-threads=2 # Limit parallelism Too much parallelism causes port conflicts and resource contention.","breadcrumbs":"Part IV — Appendix » FAQ » Can I run tests in parallel?","id":"313","title":"Can I run tests in parallel?"},"314":{"body":"Read the expectation failure message - tells you what failed Enable log persistence - export NOMOS_TESTING_PERSIST_LOGS=true Check node logs - /tmp/nomos-test-/node-*/stderr.log Simplify the test - remove workloads until you find the cause Run serially - --test-threads=1 rules out parallel interference See the Troubleshooting chapter for detailed guidance.","breadcrumbs":"Part IV — Appendix » FAQ » How do I debug a failing test?","id":"314","title":"How do I debug a failing test?"},"315":{"body":"Yes! Use LocalDeployer: #![allow(unused)] fn main() {\\nlet runner = LocalDeployer::new().deploy(&plan).await?; } This spawns processes directly on your machine. No containers required.","breadcrumbs":"Part IV — Appendix » FAQ » Can I run tests without Docker/Kubernetes?","id":"315","title":"Can I run tests without Docker/Kubernetes?"},"316":{"body":"","breadcrumbs":"Part IV — Appendix » FAQ » Extending the Framework","id":"316","title":"Extending the Framework"},"317":{"body":"Implement the Workload trait: #![allow(unused)] fn main() {\\n#[async_trait]\\nimpl Workload for MyWorkload { fn name(&self) -> &str { \\"my_workload\\" } async fn execute(&self, ctx: &RunContext) -> Result<()> { // Your logic here }\\n} } See the Extending the Framework chapter for complete examples.","breadcrumbs":"Part IV — Appendix » FAQ » How do I add a custom workload?","id":"317","title":"How do I add a custom workload?"},"318":{"body":"Yes! Implement the Deployer and Runner traits. This lets you deploy to\\ncustom infrastructure (cloud VMs, embedded devices, etc.). See the Extending the Framework chapter for details.","breadcrumbs":"Part IV — Appendix » FAQ » Can I add a custom runner?","id":"318","title":"Can I add a custom runner?"},"319":{"body":"Absolutely! If your extension is generally useful (not project-specific), we’d\\nlove to see a PR adding it to testing-framework/workflows.","breadcrumbs":"Part IV — Appendix » FAQ » Can I contribute my workload/expectation upstream?","id":"319","title":"Can I contribute my workload/expectation upstream?"},"32":{"body":"Deployment finishing doesn’t mean nodes are usable. They might still be\\nbootstrapping, connecting to peers, or syncing state. Workloads can’t start\\nuntil nodes are actually ready to handle requests. The runner enforces a readiness protocol. It polls each node’s API until: The node responds (HTTP server is up) Consensus is initialized (the node has Genesis and is tracking blocks) Peers are connected (the node sees its expected neighbors) Different runners implement this differently—local processes check localhost\\nURLs, Compose checks container ports, Kubernetes checks Service endpoints—but\\nthe concept is the same: don’t proceed until nodes are provably healthy. This readiness stage is why your tests don’t have to include brittle sleeps or\\nretry logic. The framework guarantees that when workloads start, nodes are\\nactually ready.","breadcrumbs":"Part I — Foundations » Scenario Lifecycle (Conceptual) » Stage 3: Readiness","id":"32","title":"Stage 3: Readiness"},"320":{"body":"","breadcrumbs":"Part IV — Appendix » FAQ » Troubleshooting","id":"320","title":"Troubleshooting"},"321":{"body":"This usually means timing sensitivity or resource differences. Solutions: Enable slow mode in CI: export SLOW_ENVIRONMENT=true Use ComposeRunner in both places for consistency Increase run durations to reduce timing sensitivity Check CI resource allocations (CPU, memory, disk)","breadcrumbs":"Part IV — Appendix » FAQ » Tests pass locally but fail in CI","id":"321","title":"Tests pass locally but fail in CI"},"322":{"body":"Another process is using ports the framework needs: # Find and kill the process\\nlsof -i :18080\\nkill # Or change the port base\\nexport NODE_PORT_BASE=28080","breadcrumbs":"Part IV — Appendix » FAQ » “Port already in use” errors","id":"322","title":"“Port already in use” errors"},"323":{"body":"Common causes: Binaries not built: cargo build --release --bin nomos-node Insufficient resources: reduce node count or enable slow mode Network issues: check firewall, Docker networking, K8s services Genesis mismatch: check logs for genesis errors See Troubleshooting for detailed diagnostics.","breadcrumbs":"Part IV — Appendix » FAQ » Nodes won’t reach ready state","id":"323","title":"Nodes won’t reach ready state"},"324":{"body":"Trust expectations first—they define success criteria based on the complete run.\\nLogs might look fine at a glance but expectations catch subtle issues: Blocks progressing too slowly Transactions taking too long to include Stalls that recovered but still indicate problems Use the expectation failure details to guide investigation.","breadcrumbs":"Part IV — Appendix » FAQ » Expectations fail but logs look fine","id":"324","title":"Expectations fail but logs look fine"},"325":{"body":"","breadcrumbs":"Part IV — Appendix » FAQ » Performance and Resources","id":"325","title":"Performance and Resources"},"326":{"body":"Depends on node count and workload intensity: Minimal (2-3 nodes, light workload): 2 CPU cores, 4GB RAM Moderate (4-5 nodes, mixed workload): 4 CPU cores, 8GB RAM Heavy (10+ nodes, high load): 8+ CPU cores, 16GB+ RAM Docker/Kubernetes add overhead—allocate more resources than nodes alone would need.","breadcrumbs":"Part IV — Appendix » FAQ » How much CPU/memory do tests need?","id":"326","title":"How much CPU/memory do tests need?"},"327":{"body":"Yes: Reduce node counts: ScenarioBuilder::with_node_counts(2, 1) Enable slow mode: export SLOW_ENVIRONMENT=true Reduce workload rates: .transactions().rate(5) Use LocalDeployer (less overhead than containers) Run tests serially: --test-threads=1","breadcrumbs":"Part IV — Appendix » FAQ » Can I run tests on limited hardware?","id":"327","title":"Can I run tests on limited hardware?"},"328":{"body":"Pre-build binaries Use LocalDeployer for development Reduce node counts to minimum needed Shorten run durations (but keep them meaningful) Run in parallel (but carefully—see above) Remember: “fast” tests that don’t catch bugs aren’t useful. Find the balance\\nbetween speed and thoroughness.","breadcrumbs":"Part IV — Appendix » FAQ » How do I make tests faster?","id":"328","title":"How do I make tests faster?"},"329":{"body":"","breadcrumbs":"Part IV — Appendix » FAQ » Advanced Usage","id":"329","title":"Advanced Usage"},"33":{"body":"Once readiness passes, the runtime starts all workloads concurrently. Each\\nworkload is an async task that does something to the cluster: The transaction workload submits transactions at the configured rate The DA workload disperses blobs and channels The chaos workload restarts nodes at random intervals Workloads run for the scenario’s configured duration. If you set run_duration\\nto 60 seconds, all workloads will run for 60 seconds (unless one errors early). Workloads don’t manage their own lifecycle. They implement an execute()\\nmethod that runs until cancelled, and the runtime handles starting, timing, and\\nstopping. This keeps workload code simple—no manual timers or cleanup logic. Some workloads, like chaos restarts, trigger control operations. When this\\nhappens, the runtime tracks downtime and adjusts expectations accordingly. We’ll\\ncover this in detail in the Chaos chapter.","breadcrumbs":"Part I — Foundations » Scenario Lifecycle (Conceptual) » Stage 4: Drive Workloads","id":"33","title":"Stage 4: Drive Workloads"},"330":{"body":"Yes! Scenarios are just Rust structs. Generate them however you want: #![allow(unused)] fn main() {\\nfor node_count in [3, 5, 7] { let plan = ScenarioBuilder::with_node_counts(node_count, 1) .transactions().rate(10).apply() .build(); // Run test...\\n} }","breadcrumbs":"Part IV — Appendix » FAQ » Can I programmatically generate scenarios?","id":"330","title":"Can I programmatically generate scenarios?"},"331":{"body":"Yes: #![allow(unused)] fn main() {\\n#[rstest]\\n#[case::local(LocalDeployer::new())]\\n#[case::compose(ComposeRunner::new())]\\nasync fn test_consensus(#[case] deployer: impl Deployer) { let plan = build_plan(); let runner = deployer.deploy(&plan).await?; assert!(runner.run().await?.is_success());\\n} } This runs the same test with multiple runners automatically.","breadcrumbs":"Part IV — Appendix » FAQ » Can I parameterize tests by runner?","id":"331","title":"Can I parameterize tests by runner?"},"332":{"body":"The framework is designed for CI: Tests are standard cargo test invocations Set environment variables for CI-specific config Collect logs as artifacts on failure Use ComposeRunner or K8sRunner for isolation See Running Scenarios for CI examples.","breadcrumbs":"Part IV — Appendix » FAQ » How do I integrate with CI/CD?","id":"332","title":"How do I integrate with CI/CD?"},"333":{"body":"","breadcrumbs":"Part IV — Appendix » FAQ » Getting Help","id":"333","title":"Getting Help"},"334":{"body":"Read the Troubleshooting chapter Search existing GitHub issues Ask in project chat/forum File a detailed bug report with logs","breadcrumbs":"Part IV — Appendix » FAQ » Where can I get help?","id":"334","title":"Where can I get help?"},"335":{"body":"Include: Full test code (ideally minimal reproduction) Environment details (OS, Rust version, runner type) Complete logs with RUST_LOG=debug What you expected vs. what happened The more detail, the easier it is to help!","breadcrumbs":"Part IV — Appendix » FAQ » How do I report a bug?","id":"335","title":"How do I report a bug?"},"336":{"body":"This glossary defines key terms used throughout the book. Terms are listed\\nalphabetically for easy reference.","breadcrumbs":"Part IV — Appendix » Glossary » Glossary","id":"336","title":"Glossary"},"337":{"body":"Block Feed A stream of block observations tracked during scenario execution. Used by\\nexpectations to verify block progression and liveness. The block feed captures\\nblock height over time, allowing expectations to detect stalls or measure block\\nproduction rates. Chaos Workload A workload that introduces controlled disruptions (node restarts, network\\npartitions, resource constraints) to test system resilience and recovery logic. Consensus Liveness The property that blocks continue to be produced at expected rates. Consensus\\nliveness expectations verify that the system makes progress throughout a test\\nrun. Deployer The interface responsible for turning a scenario plan into running\\ninfrastructure. Different deployers exist for local processes, Docker containers,\\nand Kubernetes pods. Executor A validator extended with DA blob dispersal capabilities. Executors can both\\nproduce blocks (like validators) and disperse data to the DA network. They are\\nthe only node type that accepts transaction submissions in tests. Expectation A post-run assertion that evaluates whether the system met success criteria.\\nExpectations run after workloads finish and can aggregate signals over the\\nentire test duration. Examples: consensus liveness, transaction inclusion, DA\\navailability. Node Control The ability for a runner to control node lifecycle (start, stop, restart).\\nRequired for chaos workloads. Not all runners support all control operations. Protocol Time Time measured in protocol events (blocks, epochs) rather than wall-clock\\nduration. Expectations judge success based on protocol time to make tests\\nrobust across different hardware speeds. Readiness Check A verification that nodes are fully operational before workloads begin.\\nReadiness checks confirm that HTTP APIs respond, consensus is initialized, and\\npeers are connected. This prevents false test failures from startup timing races. Runner The execution environment that orchestrates a scenario. After deployment,\\nthe runner starts workloads, observes block progression, evaluates expectations,\\nand cleans up resources. Run Context Shared state provided to workloads and expectations during scenario execution.\\nContains node API clients, block feeds, metrics, and topology information. Scenario A complete test plan combining topology, workloads, expectations, and run\\nduration. Scenarios are immutable after building, ensuring reproducible behavior. Slot Duration The target time between blocks in the consensus protocol. Used to calculate\\nexpected block counts and validate liveness. Topology A declarative description of the test cluster: how many validators, how many\\nexecutors, network layout, DA parameters, and timing configuration. Topologies\\nare generated into concrete node configurations during deployment. Validator A node that participates in Cryptarchia consensus, produces blocks, and\\nverifies/samples DA data. Validators form the core of the Nomos network. Workload An async task that generates traffic or conditions during a scenario run.\\nWorkloads drive system behavior to exercise features under test. Examples:\\ntransaction submission, DA blob dispersal, node restarts.","breadcrumbs":"Part IV — Appendix » Glossary » Core Concepts","id":"337","title":"Core Concepts"},"338":{"body":"Cryptarchia The consensus protocol used by Nomos. Based on proof-of-stake with\\nleader election. DA (Data Availability) Subsystem ensuring that data referenced in blocks (blobs, channels) is\\npublished and retrievable. Validators verify and sample DA data; executors\\ndisperse it. DA Dispersal The process of publishing data blobs to the DA network. Only executors can\\ndisperse data. DA Sampling The process of verifying that dispersed data is available. Validators\\nperiodically sample DA data to ensure availability. DA Subnetwork Size Configuration parameter controlling how many nodes participate in each DA\\nsubnetwork. Affects availability guarantees and bandwidth requirements. Dispersal Factor Replication factor for DA data. Higher values increase availability at the\\ncost of bandwidth and storage.","breadcrumbs":"Part IV — Appendix » Glossary » Nomos Specifics","id":"338","title":"Nomos Specifics"},"339":{"body":"Builder Pattern Fluent API pattern used for constructing scenarios. Allows method chaining\\nfor readable test definitions. Bundled Expectations Expectations automatically included by workloads when they have obvious\\nsuccess criteria. For example, transaction workloads bundle an inclusion\\nexpectation. Cleanup Guard Mechanism ensuring resources are cleaned up even when tests fail or panic.\\nPrevents leaked processes, containers, or cluster resources. LocalDeployer Runner that spawns node processes directly on the host machine. Fastest\\niteration but no isolation between tests. ComposeRunner Runner that deploys nodes as Docker containers using Docker Compose. Provides\\nisolation and reproducibility. K8sRunner Runner that deploys nodes to a Kubernetes cluster. Highest production\\nfidelity but slower and more resource-intensive. Node Control Handle Interface for controlling node lifecycle (restart, stop, etc.). Provided by\\nrunners that support node control. Run Result Data structure containing test outcomes: which expectations passed, which\\nfailed, final metrics, and test duration. Scenario Builder Fluent API for constructing scenario plans. Validates prerequisites and\\nensures scenarios are well-formed before deployment. Topology Builder Fluent API for constructing topology configurations. Generates node configs,\\nnetwork settings, and genesis state from high-level declarations.","breadcrumbs":"Part IV — Appendix » Glossary » Framework Architecture","id":"339","title":"Framework Architecture"},"34":{"body":"While workloads run (and after they finish), the runtime collects signals about\\nsystem health. The most important signal is block progression. The framework tracks block height over time. This serves two purposes: It grounds timing in protocol time. Instead of “did 60 wall-clock\\nseconds pass?”, expectations check “did we see the expected number of\\nblocks?” It detects liveness failures. If blocks stop progressing during the run,\\nthe framework knows something went wrong even before evaluating expectations. Other signals include metrics from node APIs (peer counts, transaction pool\\nsizes) and workload-specific data (how many transactions were submitted, how\\nmany DA blobs were dispersed). These signals get stored in the RunContext which all expectations can access.","breadcrumbs":"Part I — Foundations » Scenario Lifecycle (Conceptual) » Stage 5: Observe","id":"34","title":"Stage 5: Observe"},"340":{"body":"DA: Data Availability CI: Continuous Integration API: Application Programming Interface K8s: Kubernetes TX: Transaction WL: Workload","breadcrumbs":"Part IV — Appendix » Glossary » Common Abbreviations","id":"340","title":"Common Abbreviations"},"35":{"body":"After workloads finish, the runtime evaluates expectations. Each expectation\\ngets the full RunContext—block progression data, metrics, baselines captured\\nbefore workloads started—and returns pass or fail. For example, the consensus liveness expectation checks: Did we see at least expected_blocks during the run? Were there any unexpected stalls (periods of no block progression)? The transaction inclusion expectation checks: How many transactions were submitted by the workload? How many of those appeared in blocks? Is the inclusion rate above the threshold? If any expectation fails, the test fails and you get a detailed report. If all\\npass, the test succeeds. Expectations can’t modify system state—they’re pure observers. This is\\nintentional. If an expectation could generate traffic or restart nodes, you\\nwouldn’t know whether test failures came from workloads or expectations. The\\nseparation keeps failure signals clear.","breadcrumbs":"Part I — Foundations » Scenario Lifecycle (Conceptual) » Stage 6: Evaluate Expectations","id":"35","title":"Stage 6: Evaluate Expectations"},"36":{"body":"Finally, the runner tears down all resources: LocalDeployer kills node processes and optionally deletes temp directories ComposeRunner stops and removes containers, networks, and volumes K8sRunner deletes StatefulSets, ConfigMaps, and Services Cleanup happens even if the test failed or workloads errored. This is crucial\\nfor CI environments where leaked resources from one test can break subsequent\\ntests. If cleanup itself fails (e.g., a process won’t die), the framework logs\\nwarnings but doesn’t mask the original test result. You’ll see both the test\\nfailure and the cleanup warning.","breadcrumbs":"Part I — Foundations » Scenario Lifecycle (Conceptual) » Stage 7: Cleanup","id":"36","title":"Stage 7: Cleanup"},"37":{"body":"The lifecycle order isn’t arbitrary: Readiness before workloads prevents tests from failing due to startup\\ntiming races Observations during workloads capture real-time system behavior without\\ninterfering Expectations after workloads ensure judgments reflect complete runs, not\\nsnapshots Cleanup always runs so successive tests start from a known state Breaking this order would introduce subtle bugs. If workloads started before\\nreadiness, they’d fail unpredictably. If expectations ran during workloads,\\nthey’d see incomplete data. If cleanup was optional, tests would leak resources.","breadcrumbs":"Part I — Foundations » Scenario Lifecycle (Conceptual) » Why This Order Matters","id":"37","title":"Why This Order Matters"},"38":{"body":"Let’s look at a real scenario and trace its lifecycle: #![allow(unused)] fn main() {\\nlet plan = ScenarioBuilder::with_node_counts(3, 1) .transactions().rate(10).apply() .chaos().restart().apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(120)) .build(); // Stage 1: Build and validate let runner = ComposeRunner::new() .deploy(&plan).await?; // Stage 2: Deploy containers // Stage 3: Readiness checks happen automatically inside deploy() let result = runner.run().await?; // Stage 4: Transaction workload submits txs, chaos workload restarts nodes\\n// Stage 5: Block feed tracks block progression throughout\\n// Stage 6: Consensus liveness expectation evaluates block data\\n// Stage 7: Cleanup tears down containers assert!(result.is_success()); } From the outside, most of this is invisible—you just call deploy() and run(). But understanding what happens inside these calls will help you debug\\nwhen things go wrong.","breadcrumbs":"Part I — Foundations » Scenario Lifecycle (Conceptual) » Lifecycle in Practice","id":"38","title":"Lifecycle in Practice"},"39":{"body":"You now understand the full lifecycle from plan to cleanup. The next chapter,\\nDesign Rationale, explains why the framework makes specific technical\\nchoices—like why expectations are post-run rather than inline, or why readiness\\nis mandatory rather than optional. If you want to start writing tests instead, skip to Part II: User Guide and the\\nAuthoring Scenarios chapter.","breadcrumbs":"Part I — Foundations » Scenario Lifecycle (Conceptual) » What’s Next","id":"39","title":"What’s Next"},"4":{"body":"The DA subsystem ensures that data referenced in blocks (like transaction blobs\\nor channel data) is actually published and retrievable. This is crucial because\\nblocks can reference data without embedding it entirely. Validators verify and sample this data to make sure it’s available. Executors\\ntake it a step further by dispersing blobs to the DA network. Workloads in your\\ntests will generate this DA traffic, and expectations will verify it’s working.","breadcrumbs":"Project Context Primer » Data Availability (DA)","id":"4","title":"Data Availability (DA)"},"40":{"body":"Every framework makes tradeoffs. This chapter explains the key design decisions\\nin the Nomos Testing Framework and why we made them. If you’ve wondered “why\\ndoes this work this way?”, the answers are here.","breadcrumbs":"Part I — Foundations » Design Rationale » Design Rationale","id":"40","title":"Design Rationale"},"41":{"body":"The framework is split into multiple crates: testing-framework/core - core types and traits testing-framework/workflows - reusable workloads and expectations testing-framework/runners/* - deployment backends testing-framework/configs - configuration helpers Why not put everything in one crate? Because tight coupling kills extensibility. When configuration logic is mixed with orchestration code, adding a new node\\ntype means touching deployment code. When workloads know about specific\\nrunners, switching backends means rewriting workloads. When expectations depend\\non workload internals, changing traffic generation breaks assertions. The modular structure enforces isolation. The core crate defines traits\\n( Workload, Expectation, Deployer) but has zero knowledge of specific\\nimplementations. Workflows can add new workloads without touching core or\\nrunners. Runners can add new backends without touching core or workflows. This means you can: Add a custom workload in your test repo without forking the framework Swap runners without rewriting scenarios Upgrade core without breaking custom runners The tradeoff is more imports and some boilerplate. But the cost is worth it—the\\nframework has stayed stable even as we’ve added Kubernetes support, new\\nworkloads, and additional expectations.","breadcrumbs":"Part I — Foundations » Design Rationale » Modular Crates: Loose Coupling, Clear Boundaries","id":"41","title":"Modular Crates: Loose Coupling, Clear Boundaries"},"42":{"body":"One of the framework’s core promises is portability: the same scenario runs\\nidentically on local processes, Docker containers, or Kubernetes pods. This\\nisn’t magic—it’s the result of careful abstraction. Every runner implements the Deployer trait: #![allow(unused)] fn main() {\\n#[async_trait]\\npub trait Deployer { async fn deploy(&self, topology: &GeneratedTopology) -> Result>;\\n} } The trait doesn’t specify how to deploy—only the contract: given a topology,\\nprovide a Runner that can execute scenarios. This lets implementations vary\\nwildly while the scenario code stays the same. Why is this worth the abstraction cost? Different environments have different constraints. On your laptop, you want\\nfast iteration—no Docker overhead, no Kubernetes complexity. In CI, you want\\nisolation—containerized tests that can’t interfere with each other. In staging,\\nyou want realism—Kubernetes deployments that mirror production. If scenarios were tied to specific deployment methods, you’d maintain three\\nversions of every test. With pluggable runners, you maintain one scenario and\\nchoose the runner at runtime: #![allow(unused)] fn main() {\\n// Development: fast, no isolation\\nlet runner = LocalDeployer::new().deploy(&plan).await?; // CI: isolated, reproducible\\nlet runner = ComposeRunner::new().deploy(&plan).await?; // Staging: production-like\\nlet runner = K8sRunner::new().deploy(&plan).await?; } The tradeoff is that scenarios can’t depend on runner-specific features. You\\ncan’t assume nodes are local processes or that you can shell into containers.\\nBut this constraint is exactly what makes portability work—if scenarios could\\ndepend on local process details, they wouldn’t run on Kubernetes.","breadcrumbs":"Part I — Foundations » Design Rationale » Pluggable Runners: Write Once, Run Anywhere","id":"42","title":"Pluggable Runners: Write Once, Run Anywhere"},"43":{"body":"Many testing frameworks mix traffic generation and assertions: #![allow(unused)] fn main() {\\n// Anti-pattern: mixed concerns\\nsubmit_transaction(&client, tx).await?;\\nassert!(block_includes(&client, tx.hash()).await?); } This is convenient but brittle. If you want to test transaction inclusion under\\ndifferent traffic patterns (steady rate, bursts, chaos), you have to duplicate\\nthe assertion logic. If you want to change success criteria (maybe 95%\\ninclusion is acceptable under chaos), you have to hunt through test code. The framework inverts this: workloads generate traffic, expectations judge\\noutcomes. #![allow(unused)] fn main() {\\n// Clear separation\\nlet plan = ScenarioBuilder::with_node_counts(2, 1) .transactions().rate(10).apply() // Workload: what to do .expect_transaction_inclusion() // Expectation: what success means .build(); } Why is this better? It clarifies intent. When reviewing tests, you can see at a glance what\\ntraffic is generated and what must be true for success. No digging through\\nimperative code to find assertions. It enables reuse. The same transaction workload can pair with different\\nexpectations (strict inclusion, best-effort inclusion, latency requirements).\\nThe same expectation can pair with different workloads (transactions, DA blobs,\\nmixed traffic). It simplifies debugging. If a test fails, you know exactly which\\nexpectation failed and can look at its evaluation logic independently from\\nworkload code. The tradeoff is indirection. You can’t inline quick checks while generating\\ntraffic. But this constraint is valuable—it forces you to think about what\\nyou’re testing rather than what’s convenient to check right now.","breadcrumbs":"Part I — Foundations » Design Rationale » Separated Workloads and Expectations: What vs. How","id":"43","title":"Separated Workloads and Expectations: What vs. How"},"44":{"body":"Topologies are declarative descriptions, not imperative scripts: #![allow(unused)] fn main() {\\n// Declarative: what you want\\nTopologyBuilder::with_node_counts(3, 2) .with_network_layout(NetworkLayout::Mesh) } Compare this to imperative deployment: #![allow(unused)] fn main() {\\n// Imperative: how to get it (anti-pattern)\\nlet mut nodes = Vec::new();\\nfor i in 0..3 { nodes.push(spawn_validator(i, &config).await?);\\n}\\nfor i in 0..2 { nodes.push(spawn_executor(i, &config).await?);\\n}\\nconnect_all_peers(&mut nodes).await?; } The declarative approach has several advantages: Reproducibility. The same topology declaration produces the same cluster\\nshape every time, regardless of runner. With imperative code, subtle timing\\ndifferences or environment variations can produce different topologies. Readability. You see the intent (3 validators, 2 executors, mesh network)\\nwithout implementation details (spawn processes, configure peers, wait for\\nconnectivity). Portability. The same topology works with any runner. With imperative code,\\nyou’d need runner-specific logic. Validation. The framework can validate topologies before deployment. With\\nimperative code, you only discover problems at runtime. The tradeoff is less flexibility. If you need extremely custom node\\nconfigurations, the declarative API might not support them yet. But in\\npractice, this rarely matters—most tests need standard topologies with minor\\nvariations, which the builder API handles well.","breadcrumbs":"Part I — Foundations » Design Rationale » Declarative Topology: Explicit Intent, Reproducible Clusters","id":"44","title":"Declarative Topology: Explicit Intent, Reproducible Clusters"},"45":{"body":"Once you call build() on a scenario, it’s immutable. You can’t add workloads,\\nchange the topology, or adjust the run duration. Why this restriction? Immutability makes scenarios reproducible. If you could modify a scenario\\nafter building it, different test runs might execute different scenarios even\\nthough they started from the same code. Immutability guarantees that passing a\\nscenario to different runners produces identical behavior. Immutability enables validation. The framework can validate the complete\\nscenario at build time. If scenarios were mutable, validation would need to run\\ncontinuously, and you’d discover errors mid-deployment instead of upfront. Immutability simplifies reasoning. When debugging a test failure, you know\\nthe scenario hasn’t changed partway through execution. The plan is the plan. The tradeoff is that you can’t build scenarios dynamically based on runtime\\nconditions. But this is rarely needed—most tests know their requirements\\nupfront. If you do need runtime decisions, you can build multiple scenarios and\\nchoose which to run.","breadcrumbs":"Part I — Foundations » Design Rationale » Immutable Plans: Predictability Over Flexibility","id":"45","title":"Immutable Plans: Predictability Over Flexibility"},"46":{"body":"The framework grounds timing in protocol events (blocks) rather than wall-clock\\nduration. Expectations check “did we see N blocks?” instead of “did 60 seconds\\npass?”. Why? Because wall-clock time is unreliable in distributed systems testing. A local laptop might produce blocks every 2 seconds. A loaded CI machine might\\ntake 5 seconds per block. If your assertion checks “did we see at least 30\\nblocks in 60 seconds?”, it passes locally (30 blocks * 2 sec = 60 sec) but\\nfails in CI (only 12 blocks in 60 sec). Protocol time fixes this. Instead of fixed durations, you specify block counts\\nor block-relative timing: #![allow(unused)] fn main() {\\n// Robust: works regardless of machine speed\\n.expect_consensus_liveness() // Checks blocks progress, not wall time\\n.with_run_duration(Duration::from_secs(60)) // But still has max wall time } The framework maps wall time to expected blocks using the topology’s slot\\nduration, but expectations validate protocol progress. This makes tests robust\\nacross environments while still enforcing reasonable wall-time limits (so tests\\ndon’t run forever if blocks stop).","breadcrumbs":"Part I — Foundations » Design Rationale » Protocol Time Over Wall Time: Robust Assertions","id":"46","title":"Protocol Time Over Wall Time: Robust Assertions"},"47":{"body":"The framework enforces readiness checks before starting workloads. Nodes must\\nrespond to APIs, consensus must be initialized, and peers must be connected\\nbefore workloads begin. Why not just start workloads and let them retry? Readiness checks fail fast. If a node won’t start, you know immediately.\\nWithout readiness, workloads would fail with confusing errors (“connection\\nrefused”, “timeout”) that don’t indicate whether the problem is deployment,\\nnetworking, or actual bugs. Readiness checks are explicit. You can see in logs exactly when each node\\nbecame ready. This helps debug timing-sensitive scenarios. Readiness checks are uniform. Every runner enforces the same protocol. This\\nmakes scenarios truly portable—you’re guaranteed that workloads start under the\\nsame conditions regardless of backend. The tradeoff is longer startup time. Waiting for readiness adds a few seconds\\nto every test. But the cost is worth it—robust tests that fail clearly are far\\nmore valuable than fast tests that fail mysteriously.","breadcrumbs":"Part I — Foundations » Design Rationale » Mandatory Readiness: Fail Fast, Fail Clear","id":"47","title":"Mandatory Readiness: Fail Fast, Fail Clear"},"48":{"body":"These decisions all serve the framework’s core goals: Portability - Write once, run anywhere (local, Docker, Kubernetes) Composability - Mix and match topologies, workloads, expectations Debuggability - Clear failures that point to actual bugs, not test\\ninfrastructure Maintainability - Extend the framework without breaking existing tests Some of these goals create tension. Portability requires abstractions that add\\nindirection. Immutability prevents dynamic scenarios. Mandatory readiness slows\\nstartup. We’ve chosen to prioritize robustness and clarity over convenience and speed.\\nThis makes the framework feel slightly more rigid than ad-hoc test scripts, but\\nit’s the reason scenarios stay stable as the codebase grows.","breadcrumbs":"Part I — Foundations » Design Rationale » Design Goals Revisited","id":"48","title":"Design Goals Revisited"},"49":{"body":"Part I has given you the foundation—you understand the architecture, the\\nlifecycle, the design philosophy, and the rationale behind key decisions. Part\\nII will put this knowledge into practice, showing you how to author scenarios,\\nrun tests, and use the full capabilities of the framework. If you’re ready to write your first scenario, continue to the next chapter:\\nAuthoring Scenarios.","breadcrumbs":"Part I — Foundations » Design Rationale » What’s Next","id":"49","title":"What’s Next"},"5":{"body":"These three components don’t work in isolation. Validators need to coordinate\\non consensus decisions, executors need to successfully disperse and retrieve DA\\nblobs, and all nodes need to maintain network connections and timing\\nsynchronization. This tight coupling is exactly why we need multi-node integration tests. A unit\\ntest can verify that a single validator processes a block correctly, but it\\ncan’t tell you whether three validators will reach consensus over a real\\nnetwork, or whether an executor’s dispersed blob will actually be sampled by\\nvalidators in time. The rest of this book shows you how to test these interactions systematically.","breadcrumbs":"Project Context Primer » Why This Matters for Testing","id":"5","title":"Why This Matters for Testing"},"50":{"body":"Practical guidance for shaping scenarios, combining workloads and expectations,\\nand running them across different environments.","breadcrumbs":"Part II — User Guide » Part II — User Guide","id":"50","title":"Part II — User Guide"},"51":{"body":"The workspace focuses on multi-node integration testing and sits alongside a nomos-node checkout. Its crates separate concerns to keep scenarios\\nrepeatable and portable: Configs: prepares high-level node, network, tracing, and wallet settings\\nused across test environments. Core scenario orchestration: the engine that holds topology descriptions,\\nscenario plans, runtimes, workloads, and expectations. Workflows: ready-made workloads (transactions, data-availability, chaos)\\nand reusable expectations assembled into a user-facing DSL. Runners: deployment backends for local processes, Docker Compose, and\\nKubernetes, all consuming the same scenario plan. Test workflows: example scenarios and integration checks that show how\\nthe pieces fit together. This split keeps configuration, orchestration, reusable traffic patterns, and\\ndeployment adapters loosely coupled while sharing one mental model for tests.","breadcrumbs":"Part II — User Guide » Workspace Layout » Workspace Layout","id":"51","title":"Workspace Layout"},"52":{"body":"High-level view of the workspace and how pieces relate: nomos-testing/\\n├─ testing-framework/\\n│ ├─ configs/ # shared configuration helpers\\n│ ├─ core/ # scenario model, runtime, topology\\n│ ├─ workflows/ # workloads, expectations, DSL extensions\\n│ └─ runners/ # local, compose, k8s deployment backends\\n├─ tests/ # integration scenarios using the framework\\n└─ scripts/ # supporting setup utilities (e.g., assets) Each area maps to a responsibility: describe configs, orchestrate scenarios,\\npackage common traffic and assertions, adapt to environments, and demonstrate\\nend-to-end usage.","breadcrumbs":"Part II — User Guide » Annotated Tree » Annotated Tree","id":"52","title":"Annotated Tree"},"53":{"body":"Now that you understand the concepts, let’s write some scenarios. This chapter\\nwill walk you through building your first test, from a simple consensus check\\nto more complex multi-workload scenarios. We’ll start simple and add complexity gradually so you can see how pieces fit\\ntogether.","breadcrumbs":"Part II — User Guide » Authoring Scenarios » Authoring Scenarios","id":"53","title":"Authoring Scenarios"},"54":{"body":"Let’s start with the simplest meaningful test: verifying that a cluster can\\nreach consensus and produce blocks. Here’s the complete scenario: #![allow(unused)] fn main() {\\nuse nomos_testing_core::scenario::ScenarioBuilderExt;\\nuse nomos_testing_workflows::builder::ScenarioBuilderExt as WorkflowExt;\\nuse std::time::Duration; #[tokio::test]\\nasync fn test_consensus_liveness() -> Result<(), Box> { let plan = ScenarioBuilder::with_node_counts(3, 0) // 3 validators, 0 executors .expect_consensus_liveness() // Check blocks progress .with_run_duration(Duration::from_secs(30)) // Run for 30 seconds .build(); let runner = LocalDeployer::new().deploy(&plan).await?; let result = runner.run().await?; assert!(result.is_success()); Ok(())\\n} } Let’s break down what each line does: ScenarioBuilder::with_node_counts(3, 0) creates a scenario with 3\\nvalidators and 0 executors. Why 3 validators? Because consensus needs multiple\\nnodes to be meaningful. A single node will always agree with itself—not\\ninteresting. Three nodes means there’s actual coordination happening. Why 0 executors? Because this test is purely about consensus. Executors would\\nwork too, but they’re more complex (they run DA dispersal logic) and we don’t\\nneed that complexity yet. .expect_consensus_liveness() adds an expectation that checks block\\nprogression. After the scenario runs, this expectation will verify that blocks\\nwere produced at a reasonable rate and that there were no unexpected stalls. .with_run_duration(Duration::from_secs(30)) sets how long workloads run.\\nIn this case, we don’t have explicit workloads, but the runtime still needs a\\nduration to know when to evaluate expectations. 30 seconds is enough to see\\nseveral epochs of blocks without waiting too long. .build() constructs the immutable scenario plan. This is where validation\\nhappens—if you misconfigured something (like setting duration too short), you’ll\\nget an error here, not during deployment. LocalDeployer::new().deploy(&plan).await? takes your plan and turns it\\ninto running validator processes on your local machine. The deploy step waits\\nfor nodes to be ready before returning. runner.run().await? executes the scenario: starts workloads (none in this\\ncase), observes block progression, evaluates expectations, and cleans up. assert!(result.is_success()) checks that all expectations passed. If\\nconsensus liveness failed, this assertion would fail and you’d get a detailed\\nreport. Run this test with cargo test test_consensus_liveness and you’ll see: Validator processes starting up Nodes connecting to each other Blocks being produced Expectations evaluating Cleanup happening Congratulations! You’ve written your first integration test.","breadcrumbs":"Part II — User Guide » Authoring Scenarios » Your First Scenario: Consensus Liveness","id":"54","title":"Your First Scenario: Consensus Liveness"},"55":{"body":"Consensus liveness is good, but most tests need to exercise system features\\nactively. Let’s add transaction traffic: #![allow(unused)] fn main() {\\n#[tokio::test]\\nasync fn test_transaction_inclusion() -> Result<(), Box> { let plan = ScenarioBuilder::with_node_counts(2, 1) // Need executor for txs .transactions() .rate(5) // 5 txs per second .apply() .expect_consensus_liveness() // Still check liveness .with_run_duration(Duration::from_secs(60)) .build(); let runner = LocalDeployer::new().deploy(&plan).await?; let result = runner.run().await?; assert!(result.is_success()); Ok(())\\n} } Notice the changes: with_node_counts(2, 1) now includes an executor. Transactions need to be\\nsubmitted somewhere, and executors handle transaction submission (validators\\nonly validate). .transactions().rate(5).apply() adds a transaction workload that submits\\n5 transactions per second. The .apply() call finalizes the workload and adds\\nit to the scenario. Why the nested builder pattern? Because workloads have their own configuration.\\nThe transaction workload lets you tune rate, duration, wallet seeding, and\\nmore. We’re using defaults for everything except rate. The transaction workload includes a default expectation. You didn’t see .expect_transaction_inclusion() because the transactions workload adds it\\nautomatically. It makes sense—if you’re submitting transactions, you probably\\nwant to verify they get included.","breadcrumbs":"Part II — User Guide » Authoring Scenarios » Adding Traffic: Transaction Workload","id":"55","title":"Adding Traffic: Transaction Workload"},"56":{"body":"So far we’ve used simple node counts and accepted defaults. Let’s see how to\\ncustomize topology: #![allow(unused)] fn main() {\\nlet plan = ScenarioBuilder::new() .with_topology( TopologyBuilder::with_node_counts(5, 2) .with_network_layout(NetworkLayout::Mesh) // All nodes connected .with_slot_duration(Duration::from_secs(1)) // Faster blocks .build() ) .transactions().rate(10).apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(60)) .build(); } NetworkLayout::Mesh means every node connects to every other node. The\\ndefault is Star, where nodes connect through a central hub. Mesh is more\\nrealistic for small clusters and exercises peer-to-peer networking more\\nthoroughly. with_slot_duration(Duration::from_secs(1)) changes how often blocks are\\nproduced. The default is 2 seconds. Faster blocks mean you see results quicker,\\nbut they also put more pressure on the system. Choose based on what you’re\\ntesting. You can also configure DA parameters: #![allow(unused)] fn main() {\\nTopologyBuilder::with_node_counts(3, 2) .with_da_subnetwork_size(10) // Size of DA subnetworks .with_da_dispersal_factor(2) // Replication factor } These matter if you’re testing DA-heavy workloads. For basic tests, defaults\\nwork fine.","breadcrumbs":"Part II — User Guide » Authoring Scenarios » Configuring Topology","id":"56","title":"Configuring Topology"},"57":{"body":"Real systems have multiple concurrent activities. Let’s test consensus under\\nboth transaction load and DA traffic: #![allow(unused)] fn main() {\\nlet plan = ScenarioBuilder::with_node_counts(3, 2) .transactions().rate(10).apply() // Transaction traffic .da_blobs() .rate(2) // DA blob traffic .size(256_000) // 256KB blobs .apply() .expect_consensus_liveness() .expect_da_liveness() // Check DA is working .with_run_duration(Duration::from_secs(120)) .build(); } Both workloads run concurrently during the 120-second window. This tests\\nwhether the system can handle multiple traffic types simultaneously—a more\\nrealistic scenario than isolated workload tests.","breadcrumbs":"Part II — User Guide » Authoring Scenarios » Combining Multiple Workloads","id":"57","title":"Combining Multiple Workloads"},"58":{"body":"What happens if nodes restart during operation? Let’s find out: #![allow(unused)] fn main() {\\nlet plan = ScenarioBuilder::with_node_counts(4, 1) .transactions().rate(5).apply() .chaos() .restart() // Random node restarts .interval(Duration::from_secs(15)) // Every 15 seconds .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(90)) .build(); } The chaos workload restarts a random node every 15 seconds. This tests\\nwhether consensus can tolerate node churn and whether transaction submission\\nrecovers gracefully. Notice we’re still checking consensus liveness. The expectation is smart enough\\nto account for controlled restarts—it knows nodes were down intentionally and\\nwon’t mark the test as failed unless liveness breaks unexpectedly.","breadcrumbs":"Part II — User Guide » Authoring Scenarios » Testing Resilience: Chaos Workloads","id":"58","title":"Testing Resilience: Chaos Workloads"},"59":{"body":"How long should scenarios run? Here’s a rule of thumb: For basic liveness: 30-60 seconds. Enough to see several epochs of blocks\\nand detect obvious failures. For workload-driven tests: 60-120 seconds. Enough for workloads to generate\\nmeaningful traffic and for expectations to have data to evaluate. For chaos/resilience: 90-180 seconds. Enough for multiple chaos events to\\nhappen and for the system to recover between them. For long-running stability: 300+ seconds. Useful for stress testing and\\nfinding subtle timing bugs, but too slow for typical CI runs. You can also think in terms of expected blocks. With a 2-second slot duration,\\n60 seconds means ~30 blocks. That’s enough to validate consensus but not so\\nmany that log volume becomes unwieldy.","breadcrumbs":"Part II — User Guide » Authoring Scenarios » Choosing Run Duration","id":"59","title":"Choosing Run Duration"},"6":{"body":"This book gives you a clear mental model for Nomos multi-node testing, shows how\\nto author scenarios that pair realistic workloads with explicit expectations,\\nand guides you to run them across local, containerized, and cluster environments\\nwithout changing the plan.","breadcrumbs":"What You Will Learn » What You Will Learn","id":"6","title":"What You Will Learn"},"60":{"body":"We’ve been using LocalDeployer for all examples. When should you use others? Use LocalDeployer when: You’re developing a new test and want fast iteration You’re debugging a failure and want easy access to logs You’re on a laptop with limited resources Use ComposeRunner when: You want isolation between test runs You’re in CI and need reproducible environments You want to test network partitions or container-specific behaviors Use K8sRunner when: You need production-like deployment You’re testing Kubernetes-specific integration You’re running large-scale scenarios that don’t fit on one machine The beauty of the framework is that you change one line—the runner\\ninstantiation—and everything else stays the same.","breadcrumbs":"Part II — User Guide » Authoring Scenarios » Choosing a Runner","id":"60","title":"Choosing a Runner"},"61":{"body":"As you write more scenarios, keep these practices in mind: Start simple. Don’t add chaos workloads to your first test. Get basic\\nliveness working, then add complexity. One concept per test. Test transaction inclusion separately from DA blob\\ndispersal. Tests that try to verify too many things simultaneously are hard to\\ndebug when they fail. Meaningful names. Call your test test_consensus_survives_single_node_restart,\\nnot test_scenario_5. Future you (and your teammates) will thank you. Document assumptions. If a test needs specific timing or topology, comment\\nwhy. “We use 4 validators here because 3 would give false positives under this\\nchaos pattern.” Keep durations reasonable. Long tests are thorough but slow CI down. Find\\nthe minimum duration that reliably catches bugs.","breadcrumbs":"Part II — User Guide » Authoring Scenarios » Best Practices","id":"61","title":"Best Practices"},"62":{"body":"You now know how to author scenarios from simple consensus checks to complex\\nmulti-workload tests. The next chapter, Examples, shows a collection of\\ncomplete scenarios you can learn from and adapt to your needs. If you want to dive deep into what workloads and expectations are available,\\nskip ahead to the Workloads chapter. If you want to understand running scenarios\\nin different environments, check out the Runners and Running Scenarios chapters.","breadcrumbs":"Part II — User Guide » Authoring Scenarios » What’s Next","id":"62","title":"What’s Next"},"63":{"body":"Workloads are what make scenarios interesting. Without workloads, you’re just\\nstarting nodes and watching them idle. Workloads generate traffic, create load,\\nintroduce chaos—they’re what actually exercises the system under test. This chapter is your complete reference to available workloads and expectations,\\nhow to configure them, and when to use each one.","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Workloads and Expectations","id":"63","title":"Workloads and Expectations"},"64":{"body":"A workload is an async task that runs during your scenario’s configured\\nduration. It does something actively: Submits transactions Disperses DA blobs Restarts nodes randomly Generates network traffic Workloads implement the Workload trait, which has one key method: #![allow(unused)] fn main() {\\nasync fn execute(&self, ctx: &RunContext) -> Result<()>; } The RunContext gives workloads everything they need: API clients for nodes,\\nblock feeds for tracking progress, and shared state for coordination. Workloads\\nrun until cancelled (when the scenario’s duration expires) or until they\\ncomplete naturally. Most importantly, workloads don’t manage their own timing or cleanup—the\\nframework handles that. Your workload just focuses on generating the right\\ntraffic.","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Understanding Workloads","id":"64","title":"Understanding Workloads"},"65":{"body":"The transaction workload submits user transactions at a configured rate. It’s\\none of the most commonly used workloads because most tests need to verify that\\ntransactions get processed correctly.","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Transaction Workload","id":"65","title":"Transaction Workload"},"66":{"body":"#![allow(unused)] fn main() {\\n.transactions() .rate(10) // Transactions per second .apply() } This submits 10 transactions per second for the scenario’s full duration.","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Basic Usage","id":"66","title":"Basic Usage"},"67":{"body":"Rate ( rate(n)): How many transactions per second to submit. Default is 5. #![allow(unused)] fn main() {\\n.transactions().rate(20).apply() // High load\\n.transactions().rate(1).apply() // Light load } Duration ( duration(secs)): How long to submit transactions. Default is\\nthe scenario’s full duration. #![allow(unused)] fn main() {\\n.transactions() .rate(10) .duration(30) // Only submit for first 30 seconds .apply() } This is useful if you want to test post-traffic behavior (like transaction\\ndraining from mempool). Actor Count ( actors(n)): How many distinct wallet addresses to use.\\nDefault is 10. #![allow(unused)] fn main() {\\n.transactions().actors(50).apply() // More realistic multi-user traffic } More actors means more diverse nonces and addresses, which exercises mempool\\ndeduplication and UTXO management more thoroughly.","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Configuration Options","id":"67","title":"Configuration Options"},"68":{"body":"Under the hood, the transaction workload: Seeds wallets during scenario build (the topology includes seeded accounts) Connects to executor nodes (only executors accept transaction submission) Submits transactions at the configured rate, rotating through available actors Tracks which transactions were submitted (for inclusion expectations) Handles failures gracefully (if a node is restarting, retries later)","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » What It Does","id":"68","title":"What It Does"},"69":{"body":"The transaction workload automatically adds a TransactionInclusion expectation\\nthat verifies submitted transactions appear in blocks. You don’t need to add\\nthis manually—it happens when you call .apply().","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Default Expectation","id":"69","title":"Default Expectation"},"7":{"body":"Conceptual chapters that establish the mental model for the framework and how\\nit approaches multi-node testing.","breadcrumbs":"Part I — Foundations » Part I — Foundations","id":"7","title":"Part I — Foundations"},"70":{"body":"Use the transaction workload when you’re testing: Transaction processing and inclusion Mempool behavior under load Block packing efficiency System behavior with user traffic","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » When to Use It","id":"70","title":"When to Use It"},"71":{"body":"The DA blob workload disperses data availability blobs to the DA network. This\\nexercises the DA subsystem: dispersal, sampling, and verification.","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » DA Blob Workload","id":"71","title":"DA Blob Workload"},"72":{"body":"#![allow(unused)] fn main() {\\n.da_blobs() .rate(2) // Blobs per second .size(256_000) // 256KB per blob .apply() }","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Basic Usage","id":"72","title":"Basic Usage"},"73":{"body":"Rate ( rate(n)): How many blobs per second to disperse. Default is 1. #![allow(unused)] fn main() {\\n.da_blobs().rate(5).apply() // High DA load } DA dispersal is more expensive than transaction submission, so rates are\\ntypically lower. Size ( size(bytes)): Size of each blob in bytes. Default is 128KB. #![allow(unused)] fn main() {\\n.da_blobs().size(1_000_000).apply() // 1MB blobs\\n.da_blobs().size(64_000).apply() // 64KB blobs } Larger blobs exercise DA bandwidth and storage more heavily. Duration ( duration(secs)): How long to disperse blobs. #![allow(unused)] fn main() {\\n.da_blobs() .rate(2) .duration(60) // Only disperse for first minute .apply() }","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Configuration Options","id":"73","title":"Configuration Options"},"74":{"body":"The DA blob workload: Connects to executor nodes (executors handle DA dispersal) Generates random blob data of the configured size Calls the DA dispersal API at the configured rate Tracks dispersal success/failure metrics Optionally verifies that dispersed blobs can be sampled","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » What It Does","id":"74","title":"What It Does"},"75":{"body":"The DA blob workload includes a DALiveness expectation that verifies the DA\\nsubsystem remained operational throughout the test.","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Default Expectation","id":"75","title":"Default Expectation"},"76":{"body":"Use the DA blob workload when testing: DA dispersal and sampling logic DA bandwidth and storage capacity Interaction between DA and consensus System behavior under DA load","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » When to Use It","id":"76","title":"When to Use It"},"77":{"body":"The chaos workload introduces controlled disruptions to test system resilience.\\nCurrently it supports node restarts, with future support planned for network\\npartitions and resource constraints.","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Chaos Workload","id":"77","title":"Chaos Workload"},"78":{"body":"#![allow(unused)] fn main() {\\n.chaos() .restart() // Random node restarts .interval(Duration::from_secs(20)) // Every 20 seconds .apply() }","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Basic Usage","id":"78","title":"Basic Usage"},"79":{"body":"Restart Mode ( restart()): Currently the only chaos mode. Randomly selects\\na node and restarts it. #![allow(unused)] fn main() {\\n.chaos().restart().apply() } Interval ( interval(duration)): How often to trigger a chaos event. Default\\nis 30 seconds. #![allow(unused)] fn main() {\\n.chaos() .restart() .interval(Duration::from_secs(10)) // Aggressive chaos .apply() } Shorter intervals mean more disruption. Be careful—too aggressive and consensus\\nmight not recover between events. Target Role (future): Select which node types to target (validators,\\nexecutors, specific nodes).","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Configuration Options","id":"79","title":"Configuration Options"},"8":{"body":"Welcome to the Nomos Testing Framework! This book will teach you how to write\\nintegration tests for Nomos that actually catch the bugs that matter. If you’ve worked on distributed systems, you know the frustration: unit tests\\npass, but in production, nodes lose sync, blocks stop flowing, or data\\navailability fails under load. These problems only show up when multiple nodes\\ninteract over real networks with real timing constraints. That’s what this\\nframework is for. We built this framework to solve a specific problem: testing Nomos thoroughly\\nwithout the pain of manual multi-node orchestration. You describe what cluster\\nyou want, what traffic to generate, and what success looks like—the framework\\nhandles deployment, coordination, and cleanup across local, Docker, and\\nKubernetes environments.","breadcrumbs":"Part I — Foundations » Introduction » Introduction","id":"8","title":"Introduction"},"80":{"body":"The chaos workload: Waits for the configured interval Randomly selects a node from the cluster Calls the runner’s node control API to restart it Records the downtime for expectation accounting Repeats until the scenario duration expires The framework tracks chaos-induced downtime and adjusts expectations\\naccordingly. Consensus liveness expectations know about intentional restarts\\nand won’t fail the test for expected downtime.","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » What It Does","id":"80","title":"What It Does"},"81":{"body":"The chaos workload requires node control capability. This means: #![allow(unused)] fn main() {\\n// Build scenario with node control\\nlet plan = ScenarioBuilder::with_node_counts(3, 1) .with_node_control() // Enable control operations .chaos().restart().apply() .build(); } If you forget .with_node_control(), the scenario will fail at build time with\\na clear error.","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Requirements","id":"81","title":"Requirements"},"82":{"body":"Use chaos workloads when testing: Resilience to node failures Recovery logic and timing Consensus liveness under churn Operational readiness Important: Always use enough nodes to tolerate failures. With 3 validators,\\none can be down and consensus continues. With 2 validators, restarting one\\nbreaks consensus.","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » When to Use It","id":"82","title":"When to Use It"},"83":{"body":"You can run multiple workloads concurrently: #![allow(unused)] fn main() {\\n.transactions().rate(10).apply()\\n.da_blobs().rate(2).size(512_000).apply()\\n.chaos().restart().interval(Duration::from_secs(30)).apply() } All three workloads run simultaneously during the scenario duration. This tests\\nrealistic scenarios where the system handles multiple traffic types while\\nrecovering from disruptions.","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Combining Workloads","id":"83","title":"Combining Workloads"},"84":{"body":"Expectations are the “assertions” of the testing framework, but they work\\ndifferently than typical test assertions. Instead of checking conditions inline\\nduring test execution, expectations evaluate after workloads complete. This design lets expectations aggregate over the entire run and make nuanced\\njudgments about system behavior.","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Understanding Expectations","id":"84","title":"Understanding Expectations"},"85":{"body":"The consensus liveness expectation verifies that blocks progressed at the\\nexpected rate throughout the test.","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Consensus Liveness Expectation","id":"85","title":"Consensus Liveness Expectation"},"86":{"body":"#![allow(unused)] fn main() {\\n.expect_consensus_liveness() } No configuration needed—it uses the topology’s slot duration and the scenario’s\\nrun duration to calculate expected blocks.","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Usage","id":"86","title":"Usage"},"87":{"body":"Did blocks progress during the run window? Was the progression rate reasonable (accounting for startup and cooldown)? Were there unexpected stalls (no blocks for extended periods)? If chaos workload was active, did consensus recover after restarts?","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » What It Checks","id":"87","title":"What It Checks"},"88":{"body":"The expectation captures a baseline block height before workloads start, then\\nevaluates final block height after workloads finish. It also tracks block\\nprogression during the run to detect stalls.","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » When It Runs","id":"88","title":"When It Runs"},"89":{"body":"The expectation fails if: No blocks were produced during the run Block rate was significantly below expected (e.g., < 50% of target) There were stalls longer than expected slot duration * 3 Final block height is less than initial + minimum expected blocks","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Failure Modes","id":"89","title":"Failure Modes"},"9":{"body":"This book assumes you’re familiar with Rust and have some experience with\\ndistributed systems or blockchain protocols. You don’t need to be a Nomos\\nexpert—we’ll explain the architecture pieces you need to know—but you should be\\ncomfortable reading Rust code and running integration tests. Whether you’re a protocol engineer validating consensus changes, an\\ninfrastructure operator stress-testing deployment configurations, or a QA\\nengineer building a test suite, this book will show you how to write reliable,\\nportable multi-node tests.","breadcrumbs":"Part I — Foundations » Introduction » Who This Book Is For","id":"9","title":"Who This Book Is For"},"90":{"body":"This expectation verifies that submitted transactions appeared in blocks.","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Transaction Inclusion Expectation","id":"90","title":"Transaction Inclusion Expectation"},"91":{"body":"You don’t typically add this manually—the transaction workload includes it\\nautomatically: #![allow(unused)] fn main() {\\n.transactions().rate(10).apply() // Includes inclusion expectation }","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Usage","id":"91","title":"Usage"},"92":{"body":"How many transactions were submitted? How many appeared in blocks? Is the inclusion rate above threshold (default 95%)?","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » What It Checks","id":"92","title":"What It Checks"},"93":{"body":"The expectation fails if: Inclusion rate is below threshold (< 95% by default) Zero transactions were included despite submissions Transactions took too long to appear (timeout exceeded) You can adjust the threshold if needed: #![allow(unused)] fn main() {\\n.expect_transaction_inclusion() .threshold(0.90) // Accept 90% inclusion }","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Failure Modes","id":"93","title":"Failure Modes"},"94":{"body":"The DA liveness expectation verifies the DA subsystem remained operational.","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » DA Liveness Expectation","id":"94","title":"DA Liveness Expectation"},"95":{"body":"#![allow(unused)] fn main() {\\n.expect_da_liveness() } Or implicitly through the DA blob workload: #![allow(unused)] fn main() {\\n.da_blobs().rate(2).apply() // Includes DA liveness expectation }","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Usage","id":"95","title":"Usage"},"96":{"body":"Were dispersed blobs successfully published? Could validators sample the data? Did DA operations complete within reasonable time?","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » What It Checks","id":"96","title":"What It Checks"},"97":{"body":"DA dispersal API returned errors consistently Sampling failed repeatedly DA became unavailable during the run","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Failure Modes","id":"97","title":"Failure Modes"},"98":{"body":"If built-in expectations don’t cover your needs, you can write custom ones.\\nSee the Extending the Framework chapter for details.","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Writing Custom Expectations","id":"98","title":"Writing Custom Expectations"},"99":{"body":"You now have a complete reference to workloads and expectations. The next\\nchapters cover operations (how to set up environments) and runners (how to\\ndeploy scenarios to different backends). If you want to write custom workloads or expectations, skip ahead to Part III:\\nDeveloper Reference.","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » What’s Next","id":"99","title":"What’s Next"}},"length":341,"save":true},"fields":["title","body","breadcrumbs"],"index":{"body":{"root":{"0":{".":{".":{"2":{"df":1,"docs":{"44":{"tf":1.0}}},"3":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"152":{"tf":1.0}}}}}},"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"227":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":17,"docs":{"107":{"tf":1.0},"119":{"tf":1.7320508075688772},"137":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"152":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"157":{"tf":1.0},"189":{"tf":1.0},"198":{"tf":1.0},"220":{"tf":1.7320508075688772},"227":{"tf":1.4142135623730951},"26":{"tf":1.0},"285":{"tf":1.0},"54":{"tf":2.23606797749979}}},"1":{"0":{"0":{"0":{"df":1,"docs":{"247":{"tf":1.0}},"m":{"df":1,"docs":{"184":{"tf":1.0}}}},"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"209":{"tf":1.0}}},"df":0,"docs":{}}},"df":11,"docs":{"120":{"tf":1.0},"123":{"tf":1.0},"23":{"tf":1.0},"256":{"tf":1.0},"258":{"tf":1.0},"26":{"tf":1.0},"306":{"tf":1.0},"309":{"tf":1.0},"326":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0}}},"2":{"0":{"df":6,"docs":{"105":{"tf":1.0},"237":{"tf":1.0},"295":{"tf":1.0},"307":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0}}},"3":{"4":{"5":{"df":1,"docs":{"140":{"tf":1.0}}},"6":{"df":1,"docs":{"140":{"tf":1.0}}},"7":{"df":1,"docs":{"140":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"df":0,"docs":{},"k":{"b":{"df":1,"docs":{"73":{"tf":1.0}}},"df":0,"docs":{}}},"df":5,"docs":{"143":{"tf":1.4142135623730951},"149":{"tf":1.4142135623730951},"156":{"tf":1.4142135623730951},"224":{"tf":1.0},"46":{"tf":1.0}}},"5":{"df":3,"docs":{"142":{"tf":1.4142135623730951},"286":{"tf":1.0},"58":{"tf":1.4142135623730951}}},"6":{"df":0,"docs":{},"g":{"b":{"df":1,"docs":{"326":{"tf":1.0}}},"df":0,"docs":{}}},"8":{"0":{"8":{"0":{":":{"1":{"8":{"0":{"8":{"0":{"df":1,"docs":{"153":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":4,"docs":{"153":{"tf":1.0},"214":{"tf":1.0},"282":{"tf":1.4142135623730951},"322":{"tf":1.0}}},"df":0,"docs":{}},"df":4,"docs":{"105":{"tf":1.0},"122":{"tf":1.0},"307":{"tf":1.0},"59":{"tf":1.0}}},"df":0,"docs":{}},"_":{"0":{"0":{"0":{"_":{"0":{"0":{"0":{"df":1,"docs":{"121":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":46,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"104":{"tf":1.4142135623730951},"106":{"tf":1.4142135623730951},"107":{"tf":2.0},"110":{"tf":1.0},"111":{"tf":1.4142135623730951},"112":{"tf":1.0},"113":{"tf":2.0},"114":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.4142135623730951},"121":{"tf":1.0},"123":{"tf":1.7320508075688772},"135":{"tf":1.0},"139":{"tf":1.0},"14":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"152":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"194":{"tf":1.0},"22":{"tf":1.0},"224":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"26":{"tf":1.0},"263":{"tf":1.0},"269":{"tf":1.0},"283":{"tf":1.0},"287":{"tf":1.4142135623730951},"290":{"tf":1.7320508075688772},"30":{"tf":1.4142135623730951},"302":{"tf":1.0},"306":{"tf":1.4142135623730951},"327":{"tf":1.0},"330":{"tf":1.0},"38":{"tf":1.4142135623730951},"43":{"tf":1.0},"55":{"tf":1.4142135623730951},"58":{"tf":1.0},"73":{"tf":1.0},"81":{"tf":1.0}},"m":{"b":{"df":2,"docs":{"121":{"tf":1.0},"73":{"tf":1.0}}},"df":0,"docs":{}},"–":{"3":{"df":1,"docs":{"130":{"tf":1.0}}},"df":0,"docs":{}}},"2":{".":{"3":{"df":1,"docs":{"141":{"tf":1.0}}},"5":{"df":1,"docs":{"141":{"tf":1.0}}},"7":{"df":1,"docs":{"141":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"159":{"tf":1.0},"283":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"0":{"df":7,"docs":{"120":{"tf":1.0},"123":{"tf":1.0},"139":{"tf":1.0},"259":{"tf":1.0},"286":{"tf":1.0},"292":{"tf":1.0},"78":{"tf":1.0}}},"3":{"df":1,"docs":{"142":{"tf":1.0}}},"5":{"6":{"df":0,"docs":{},"k":{"b":{"df":3,"docs":{"121":{"tf":1.0},"57":{"tf":1.0},"72":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"8":{"0":{"8":{"0":{"df":1,"docs":{"214":{"tf":1.0}}},"1":{"df":1,"docs":{"214":{"tf":1.0}}},"2":{"df":1,"docs":{"214":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":37,"docs":{"102":{"tf":1.0},"103":{"tf":1.0},"109":{"tf":1.0},"113":{"tf":1.0},"120":{"tf":2.23606797749979},"121":{"tf":1.4142135623730951},"122":{"tf":1.0},"123":{"tf":1.0},"125":{"tf":1.0},"13":{"tf":1.4142135623730951},"135":{"tf":1.0},"140":{"tf":1.4142135623730951},"141":{"tf":1.4142135623730951},"152":{"tf":1.0},"157":{"tf":1.4142135623730951},"159":{"tf":1.4142135623730951},"165":{"tf":1.0},"225":{"tf":1.4142135623730951},"239":{"tf":1.0},"24":{"tf":1.0},"245":{"tf":1.0},"259":{"tf":1.0},"283":{"tf":1.4142135623730951},"290":{"tf":1.0},"292":{"tf":1.0},"301":{"tf":1.0},"306":{"tf":1.0},"309":{"tf":1.0},"31":{"tf":1.0},"326":{"tf":1.4142135623730951},"38":{"tf":1.0},"44":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"56":{"tf":1.7320508075688772},"57":{"tf":1.0},"59":{"tf":1.0},"82":{"tf":1.0}},"g":{"df":0,"docs":{},"i":{"df":1,"docs":{"184":{"tf":1.0}}}}},"3":{"0":{"0":{"df":3,"docs":{"105":{"tf":1.0},"307":{"tf":1.0},"59":{"tf":1.0}}},"df":17,"docs":{"105":{"tf":1.0},"139":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.4142135623730951},"149":{"tf":1.0},"156":{"tf":1.0},"224":{"tf":1.0},"285":{"tf":1.0},"286":{"tf":1.0},"296":{"tf":1.0},"301":{"tf":1.4142135623730951},"307":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"67":{"tf":1.0},"79":{"tf":1.0}}},"1":{"df":2,"docs":{"142":{"tf":1.0},"143":{"tf":1.0}}},"df":26,"docs":{"107":{"tf":1.0},"111":{"tf":1.0},"113":{"tf":1.0},"119":{"tf":1.0},"121":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"13":{"tf":1.0},"135":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.0},"158":{"tf":1.0},"226":{"tf":1.0},"245":{"tf":1.0},"283":{"tf":1.0},"290":{"tf":1.0},"306":{"tf":1.0},"32":{"tf":1.0},"326":{"tf":1.0},"330":{"tf":1.0},"38":{"tf":1.0},"44":{"tf":1.0},"54":{"tf":1.7320508075688772},"61":{"tf":1.0},"82":{"tf":1.0},"89":{"tf":1.0}},"f":{"df":1,"docs":{"306":{"tf":1.0}}}},"4":{"2":{"0":{"df":1,"docs":{"289":{"tf":1.0}}},"df":2,"docs":{"184":{"tf":1.0},"222":{"tf":1.0}}},"5":{"df":2,"docs":{"142":{"tf":1.0},"143":{"tf":1.0}}},"8":{"df":1,"docs":{"282":{"tf":1.0}}},"df":15,"docs":{"113":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"135":{"tf":1.0},"142":{"tf":1.0},"159":{"tf":1.0},"227":{"tf":1.0},"290":{"tf":1.0},"306":{"tf":1.0},"326":{"tf":1.4142135623730951},"33":{"tf":1.0},"38":{"tf":1.0},"61":{"tf":1.0}},"g":{"b":{"df":1,"docs":{"326":{"tf":1.0}}},"df":0,"docs":{}},"–":{"5":{"df":1,"docs":{"130":{"tf":1.0}}},"df":0,"docs":{}}},"5":{"0":{"df":3,"docs":{"286":{"tf":1.0},"289":{"tf":1.0},"89":{"tf":1.0}}},"df":20,"docs":{"107":{"tf":1.0},"111":{"tf":1.0},"113":{"tf":1.0},"120":{"tf":1.0},"123":{"tf":1.4142135623730951},"143":{"tf":1.0},"160":{"tf":1.0},"228":{"tf":1.0},"23":{"tf":1.0},"240":{"tf":1.7320508075688772},"269":{"tf":1.0},"283":{"tf":1.0},"301":{"tf":1.0},"326":{"tf":1.0},"330":{"tf":1.0},"34":{"tf":1.0},"38":{"tf":1.0},"46":{"tf":1.0},"55":{"tf":1.4142135623730951},"67":{"tf":1.0}},"s":{"/":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"6":{"0":{"0":{"df":1,"docs":{"289":{"tf":1.0}}},"df":16,"docs":{"105":{"tf":1.4142135623730951},"119":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.4142135623730951},"149":{"tf":1.0},"217":{"tf":1.0},"23":{"tf":1.0},"283":{"tf":1.0},"30":{"tf":1.0},"301":{"tf":1.0},"307":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"46":{"tf":2.0},"59":{"tf":1.7320508075688772}}},"4":{"df":0,"docs":{},"k":{"b":{"df":1,"docs":{"73":{"tf":1.0}}},"df":0,"docs":{}}},"df":5,"docs":{"124":{"tf":1.0},"144":{"tf":1.0},"161":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0}},"s":{"df":1,"docs":{"23":{"tf":1.0}}},"–":{"7":{"df":1,"docs":{"130":{"tf":1.0}}},"df":0,"docs":{}}},"7":{"0":{"df":1,"docs":{"289":{"tf":1.0}}},"df":6,"docs":{"123":{"tf":1.0},"125":{"tf":1.0},"142":{"tf":1.0},"330":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0}},"s":{"df":1,"docs":{"23":{"tf":1.0}}}},"8":{"df":1,"docs":{"326":{"tf":1.0}},"g":{"b":{"df":1,"docs":{"326":{"tf":1.0}}},"df":0,"docs":{}},"s":{"/":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"9":{"0":{"df":5,"docs":{"105":{"tf":1.0},"289":{"tf":1.0},"307":{"tf":1.0},"59":{"tf":1.0},"93":{"tf":1.0}}},"5":{"df":4,"docs":{"289":{"tf":1.4142135623730951},"43":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"273":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"a":{"[":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"b":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":1,"docs":{"340":{"tf":1.0}}}}}}},"c":{"1":{"2":{"3":{"df":1,"docs":{"152":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"337":{"tf":1.0}}}},"o":{"df":0,"docs":{},"v":{"df":3,"docs":{"328":{"tf":1.0},"35":{"tf":1.0},"92":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"200":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"319":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"168":{"tf":1.0},"242":{"tf":1.0},"31":{"tf":1.0},"42":{"tf":1.4142135623730951},"48":{"tf":1.0}},"—":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"’":{"df":0,"docs":{},"l":{"df":1,"docs":{"11":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":6,"docs":{"289":{"tf":1.4142135623730951},"337":{"tf":1.0},"43":{"tf":1.0},"56":{"tf":1.0},"68":{"tf":1.0},"93":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":11,"docs":{"168":{"tf":1.0},"173":{"tf":1.0},"182":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"198":{"tf":1.0},"209":{"tf":1.0},"248":{"tf":1.0},"293":{"tf":1.0},"34":{"tf":1.0},"60":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"33":{"tf":1.0},"80":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"193":{"tf":1.0},"58":{"tf":1.0},"68":{"tf":1.0},"80":{"tf":1.0},"87":{"tf":1.0}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"163":{"tf":1.4142135623730951},"200":{"tf":1.0},"237":{"tf":1.0},"24":{"tf":1.0},"273":{"tf":1.0}},"s":{"/":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"@":{"df":0,"docs":{},"v":{"3":{"df":1,"docs":{"163":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":2,"docs":{"163":{"tf":1.0},"238":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"v":{"df":8,"docs":{"116":{"tf":1.0},"14":{"tf":1.0},"213":{"tf":1.0},"273":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"64":{"tf":1.0},"87":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"112":{"tf":1.0},"67":{"tf":1.4142135623730951},"68":{"tf":1.0}},"s":{"(":{"2":{"0":{"df":1,"docs":{"103":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":1,"docs":{"112":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":1,"docs":{"67":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":24,"docs":{"13":{"tf":1.0},"136":{"tf":1.0},"149":{"tf":1.0},"15":{"tf":1.0},"156":{"tf":1.0},"16":{"tf":1.0},"161":{"tf":1.0},"19":{"tf":1.4142135623730951},"191":{"tf":1.0},"25":{"tf":1.0},"267":{"tf":1.7320508075688772},"268":{"tf":1.0},"285":{"tf":1.0},"286":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.4142135623730951},"4":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.0},"63":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":6,"docs":{"118":{"tf":1.0},"259":{"tf":1.0},"276":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"62":{"tf":1.0}}}}},"d":{"df":33,"docs":{"10":{"tf":1.0},"101":{"tf":1.4142135623730951},"102":{"tf":1.0},"104":{"tf":1.4142135623730951},"106":{"tf":1.4142135623730951},"113":{"tf":1.0},"116":{"tf":1.4142135623730951},"117":{"tf":1.0},"120":{"tf":1.4142135623730951},"122":{"tf":1.0},"123":{"tf":1.0},"252":{"tf":1.0},"258":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"290":{"tf":1.0},"30":{"tf":1.0},"306":{"tf":1.0},"308":{"tf":1.0},"310":{"tf":1.0},"317":{"tf":1.0},"318":{"tf":1.0},"326":{"tf":1.0},"41":{"tf":1.7320508075688772},"45":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":2.0},"61":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"91":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"3":{"tf":1.0},"41":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"282":{"tf":1.0},"67":{"tf":1.4142135623730951}}}}}}},"df":13,"docs":{"114":{"tf":1.0},"193":{"tf":1.0},"250":{"tf":1.4142135623730951},"254":{"tf":1.0},"260":{"tf":1.0},"265":{"tf":1.0},"269":{"tf":1.0},"271":{"tf":1.0},"272":{"tf":1.0},"319":{"tf":1.0},"41":{"tf":1.4142135623730951},"48":{"tf":1.0},"55":{"tf":1.0}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":14,"docs":{"111":{"tf":1.0},"116":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"212":{"tf":1.0},"214":{"tf":1.0},"278":{"tf":1.0},"286":{"tf":1.0},"33":{"tf":1.0},"45":{"tf":1.0},"80":{"tf":1.0},"93":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"293":{"tf":1.0}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":5,"docs":{"128":{"tf":1.0},"165":{"tf":1.0},"190":{"tf":1.0},"241":{"tf":1.0},"329":{"tf":1.0}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"131":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"193":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"338":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"168":{"tf":1.0},"215":{"tf":1.0}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":5,"docs":{"17":{"tf":1.0},"248":{"tf":1.0},"264":{"tf":1.0},"337":{"tf":1.0},"84":{"tf":1.0}}},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"123":{"tf":1.0},"287":{"tf":1.0},"79":{"tf":1.4142135623730951}}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"302":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"54":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":3,"docs":{"251":{"tf":1.0},"62":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"116":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"321":{"tf":1.0}}},"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":96,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.4142135623730951},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.4142135623730951},"112":{"tf":1.0},"113":{"tf":2.0},"114":{"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},"13":{"tf":1.0},"137":{"tf":1.0},"14":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":1.0},"161":{"tf":1.0},"168":{"tf":1.0},"171":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.4142135623730951},"183":{"tf":1.0},"184":{"tf":2.0},"189":{"tf":1.0},"190":{"tf":1.0},"194":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"236":{"tf":1.0},"24":{"tf":1.0},"240":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.4142135623730951},"26":{"tf":1.0},"261":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"269":{"tf":1.4142135623730951},"273":{"tf":1.0},"274":{"tf":1.0},"283":{"tf":1.0},"285":{"tf":1.0},"286":{"tf":1.0},"287":{"tf":1.4142135623730951},"289":{"tf":2.0},"290":{"tf":1.4142135623730951},"295":{"tf":1.0},"296":{"tf":1.4142135623730951},"30":{"tf":1.0},"302":{"tf":1.4142135623730951},"309":{"tf":1.0},"31":{"tf":1.0},"315":{"tf":1.0},"317":{"tf":1.0},"330":{"tf":1.0},"331":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"46":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.0},"64":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.7320508075688772},"72":{"tf":1.0},"73":{"tf":1.7320508075688772},"78":{"tf":1.0},"79":{"tf":1.4142135623730951},"81":{"tf":1.0},"83":{"tf":1.0},"86":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.4142135623730951}}}}}}},"df":4,"docs":{"101":{"tf":1.0},"117":{"tf":1.0},"337":{"tf":1.0},"339":{"tf":1.0}}}},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"2":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"326":{"tf":1.0}},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"193":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"336":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":7,"docs":{"10":{"tf":1.0},"231":{"tf":1.0},"243":{"tf":1.0},"282":{"tf":1.4142135623730951},"30":{"tf":1.0},"312":{"tf":1.0},"322":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"a":{"df":0,"docs":{},"y":{"df":9,"docs":{"102":{"tf":1.0},"105":{"tf":1.0},"113":{"tf":1.7320508075688772},"144":{"tf":1.0},"200":{"tf":1.0},"26":{"tf":1.0},"37":{"tf":1.0},"54":{"tf":1.0},"82":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"296":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"256":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"203":{"tf":1.0},"218":{"tf":1.0},"231":{"tf":1.0},"282":{"tf":1.0},"322":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"10":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"40":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"113":{"tf":2.23606797749979},"43":{"tf":1.0},"44":{"tf":1.0}}}},"y":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{":":{":":{"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":2,"docs":{"256":{"tf":1.0},"267":{"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":{"262":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"262":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"30":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"—":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"267":{"tf":1.0}}}}}}}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"42":{"tf":1.0},"48":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"i":{"df":28,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"112":{"tf":1.0},"15":{"tf":1.0},"18":{"tf":1.0},"182":{"tf":1.0},"199":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"213":{"tf":1.0},"216":{"tf":1.0},"247":{"tf":1.4142135623730951},"249":{"tf":1.0},"255":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"32":{"tf":1.0},"337":{"tf":1.4142135623730951},"339":{"tf":1.7320508075688772},"34":{"tf":1.0},"340":{"tf":1.0},"44":{"tf":1.4142135623730951},"47":{"tf":1.0},"64":{"tf":1.0},"74":{"tf":1.0},"80":{"tf":1.0},"97":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":7,"docs":{"289":{"tf":1.0},"303":{"tf":1.0},"35":{"tf":1.0},"69":{"tf":1.0},"90":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":2,"docs":{"10":{"tf":1.0},"277":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"340":{"tf":1.0}}},"df":21,"docs":{"103":{"tf":2.0},"104":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":2.0},"114":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"124":{"tf":1.4142135623730951},"258":{"tf":1.0},"55":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0}}},"y":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"258":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"10":{"tf":1.0},"134":{"tf":1.0},"19":{"tf":1.0},"44":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"259":{"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":{"250":{"tf":1.0},"37":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":7,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"20":{"tf":1.0},"339":{"tf":1.0},"49":{"tf":1.0},"9":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":10,"docs":{"172":{"tf":1.0},"217":{"tf":1.0},"232":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.0},"283":{"tf":1.0},"285":{"tf":1.0},"287":{"tf":1.0},"289":{"tf":1.0},"328":{"tf":1.0}}}}}},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"1":{"tf":1.0},"132":{"tf":1.0},"227":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"@":{"df":0,"docs":{},"v":{"3":{"df":2,"docs":{"163":{"tf":1.0},"238":{"tf":1.0}}},"df":0,"docs":{}}},"df":6,"docs":{"151":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"210":{"tf":1.4142135623730951},"238":{"tf":1.0},"332":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"128":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"k":{"df":3,"docs":{"27":{"tf":1.0},"299":{"tf":1.0},"334":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"136":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"135":{"tf":1.0},"244":{"tf":1.0},"246":{"tf":1.0},"276":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"!":{"(":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{"&":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":12,"docs":{"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},"137":{"tf":1.0},"148":{"tf":1.0},"38":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"?":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"189":{"tf":1.4142135623730951},"331":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":20,"docs":{"116":{"tf":1.0},"117":{"tf":1.0},"132":{"tf":1.4142135623730951},"134":{"tf":1.0},"17":{"tf":1.4142135623730951},"200":{"tf":1.0},"203":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"244":{"tf":1.0},"248":{"tf":1.4142135623730951},"26":{"tf":1.0},"274":{"tf":1.0},"301":{"tf":1.0},"337":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.7320508075688772},"46":{"tf":1.4142135623730951},"52":{"tf":1.0},"54":{"tf":1.0},"84":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"116":{"tf":1.0}}}},"t":{"df":2,"docs":{"210":{"tf":1.0},"52":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":3,"docs":{"259":{"tf":1.0},"42":{"tf":1.0},"9":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"23":{"tf":1.0},"61":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{":":{":":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"256":{"tf":1.0},"262":{"tf":1.0},"267":{"tf":1.0},"273":{"tf":1.0},"274":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":12,"docs":{"168":{"tf":1.4142135623730951},"190":{"tf":1.4142135623730951},"255":{"tf":1.0},"256":{"tf":1.0},"261":{"tf":1.0},"262":{"tf":1.0},"266":{"tf":1.4142135623730951},"267":{"tf":1.4142135623730951},"273":{"tf":1.0},"274":{"tf":1.0},"317":{"tf":1.0},"42":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":31,"docs":{"110":{"tf":1.4142135623730951},"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},"137":{"tf":1.0},"165":{"tf":1.0},"168":{"tf":1.4142135623730951},"189":{"tf":1.4142135623730951},"190":{"tf":1.4142135623730951},"198":{"tf":1.0},"199":{"tf":1.4142135623730951},"255":{"tf":1.0},"256":{"tf":1.0},"261":{"tf":1.4142135623730951},"262":{"tf":1.0},"266":{"tf":1.4142135623730951},"267":{"tf":1.4142135623730951},"273":{"tf":1.4142135623730951},"274":{"tf":1.0},"317":{"tf":1.0},"33":{"tf":1.0},"331":{"tf":1.0},"337":{"tf":1.0},"42":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"64":{"tf":1.4142135623730951}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"16":{"tf":1.0},"247":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"174":{"tf":1.0},"275":{"tf":1.0},"278":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"234":{"tf":1.0},"293":{"tf":1.7320508075688772}},"o":{"df":0,"docs":{},"r":{"df":8,"docs":{"20":{"tf":1.0},"21":{"tf":1.0},"27":{"tf":1.0},"39":{"tf":1.0},"49":{"tf":1.4142135623730951},"53":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":10,"docs":{"120":{"tf":1.0},"247":{"tf":1.0},"275":{"tf":1.0},"310":{"tf":1.0},"331":{"tf":1.0},"339":{"tf":1.0},"38":{"tf":1.0},"55":{"tf":1.0},"69":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":25,"docs":{"1":{"tf":1.0},"116":{"tf":1.4142135623730951},"127":{"tf":1.0},"153":{"tf":1.0},"179":{"tf":1.0},"187":{"tf":1.0},"2":{"tf":1.0},"202":{"tf":1.0},"209":{"tf":1.0},"218":{"tf":1.0},"25":{"tf":1.0},"276":{"tf":1.0},"278":{"tf":1.7320508075688772},"3":{"tf":1.0},"303":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":2.23606797749979},"340":{"tf":1.0},"4":{"tf":1.4142135623730951},"51":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"68":{"tf":1.0},"71":{"tf":1.0},"8":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":7,"docs":{"113":{"tf":1.0},"117":{"tf":1.0},"124":{"tf":1.0},"193":{"tf":1.0},"196":{"tf":1.0},"205":{"tf":1.0},"25":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"259":{"tf":1.0}}}},"df":0,"docs":{}}},"b":{"[":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"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":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"10":{"tf":1.0},"103":{"tf":1.4142135623730951},"196":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"d":{"df":13,"docs":{"10":{"tf":1.4142135623730951},"126":{"tf":1.0},"167":{"tf":1.0},"18":{"tf":1.0},"245":{"tf":1.0},"265":{"tf":1.0},"276":{"tf":1.0},"31":{"tf":1.0},"41":{"tf":1.7320508075688772},"47":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"108":{"tf":1.0}}}}}}}}}}},"d":{"df":6,"docs":{"105":{"tf":1.0},"113":{"tf":1.0},"131":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"122":{"tf":1.0},"328":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"n":{"d":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"338":{"tf":1.4142135623730951},"73":{"tf":1.0},"76":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"110":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":22,"docs":{"105":{"tf":1.0},"108":{"tf":1.0},"111":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"124":{"tf":1.0},"15":{"tf":1.0},"172":{"tf":1.0},"193":{"tf":1.0},"196":{"tf":1.0},"199":{"tf":1.0},"214":{"tf":1.4142135623730951},"216":{"tf":1.0},"23":{"tf":1.0},"282":{"tf":1.0},"322":{"tf":1.0},"324":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.0},"45":{"tf":1.0},"56":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":9,"docs":{"120":{"tf":1.0},"142":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"261":{"tf":1.0},"264":{"tf":1.4142135623730951},"274":{"tf":1.0},"35":{"tf":1.0},"88":{"tf":1.0}}}}}},"i":{"c":{"df":12,"docs":{"101":{"tf":1.0},"119":{"tf":1.0},"137":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"66":{"tf":1.0},"72":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{}}}},"df":1,"docs":{"12":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"c":{"a":{"df":0,"docs":{},"m":{"df":7,"docs":{"142":{"tf":1.0},"158":{"tf":1.0},"226":{"tf":1.0},"274":{"tf":1.0},"287":{"tf":1.0},"47":{"tf":1.0},"97":{"tf":1.0}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"”":{"df":0,"docs":{},"—":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"106":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":6,"docs":{"157":{"tf":1.0},"217":{"tf":1.0},"225":{"tf":1.0},"232":{"tf":1.0},"283":{"tf":1.0},"59":{"tf":1.0}}}}},"df":3,"docs":{"123":{"tf":1.0},"286":{"tf":1.0},"54":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":22,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"117":{"tf":1.0},"139":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"207":{"tf":1.0},"215":{"tf":1.0},"222":{"tf":1.0},"248":{"tf":1.4142135623730951},"261":{"tf":1.4142135623730951},"30":{"tf":1.0},"304":{"tf":1.0},"337":{"tf":1.0},"339":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.4142135623730951},"44":{"tf":1.0},"47":{"tf":1.4142135623730951},"54":{"tf":1.0},"88":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"337":{"tf":1.0},"47":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":2,"docs":{"180":{"tf":1.0},"279":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":28,"docs":{"108":{"tf":1.0},"116":{"tf":1.0},"120":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"131":{"tf":1.4142135623730951},"14":{"tf":1.0},"174":{"tf":1.0},"179":{"tf":1.0},"189":{"tf":1.0},"246":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.0},"250":{"tf":1.0},"27":{"tf":1.0},"296":{"tf":1.0},"30":{"tf":1.0},"303":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"337":{"tf":1.4142135623730951},"37":{"tf":1.0},"45":{"tf":1.0},"60":{"tf":1.0},"67":{"tf":1.0},"70":{"tf":1.4142135623730951},"76":{"tf":1.0},"84":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":5,"docs":{"20":{"tf":1.0},"243":{"tf":1.0},"249":{"tf":1.0},"252":{"tf":1.0},"49":{"tf":1.0}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"250":{"tf":1.0}}}},"w":{"df":2,"docs":{"89":{"tf":1.0},"93":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":10,"docs":{"100":{"tf":1.0},"117":{"tf":1.0},"196":{"tf":1.0},"200":{"tf":1.0},"236":{"tf":1.0},"259":{"tf":1.0},"264":{"tf":1.0},"268":{"tf":1.0},"43":{"tf":1.0},"61":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"258":{"tf":1.0},"30":{"tf":1.0},"43":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":13,"docs":{"116":{"tf":1.0},"117":{"tf":1.0},"129":{"tf":1.0},"193":{"tf":1.0},"244":{"tf":1.0},"295":{"tf":1.0},"328":{"tf":1.0},"337":{"tf":1.0},"339":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"76":{"tf":1.0},"79":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"174":{"tf":1.0},"186":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":15,"docs":{"133":{"tf":1.0},"140":{"tf":1.0},"150":{"tf":1.0},"170":{"tf":1.0},"172":{"tf":1.4142135623730951},"208":{"tf":1.0},"209":{"tf":1.0},"218":{"tf":1.0},"230":{"tf":1.7320508075688772},"245":{"tf":1.0},"281":{"tf":2.23606797749979},"304":{"tf":1.4142135623730951},"312":{"tf":1.4142135623730951},"323":{"tf":1.0},"328":{"tf":1.0}}}}},"df":3,"docs":{"230":{"tf":1.4142135623730951},"281":{"tf":1.4142135623730951},"323":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"259":{"tf":1.0}}}},"o":{"b":{"df":25,"docs":{"121":{"tf":2.23606797749979},"124":{"tf":1.0},"16":{"tf":1.0},"247":{"tf":1.0},"25":{"tf":1.0},"278":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"337":{"tf":1.4142135623730951},"338":{"tf":1.4142135623730951},"34":{"tf":1.0},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"5":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"61":{"tf":1.0},"64":{"tf":1.0},"71":{"tf":1.7320508075688772},"72":{"tf":1.4142135623730951},"73":{"tf":2.449489742783178},"74":{"tf":1.7320508075688772},"75":{"tf":1.0},"76":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}}},"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"197":{"tf":1.0},"203":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"1":{"tf":1.0},"2":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":70,"docs":{"108":{"tf":1.0},"112":{"tf":1.0},"117":{"tf":1.0},"119":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.7320508075688772},"125":{"tf":1.4142135623730951},"129":{"tf":1.0},"130":{"tf":1.4142135623730951},"132":{"tf":2.23606797749979},"133":{"tf":1.0},"139":{"tf":1.0},"14":{"tf":1.0},"142":{"tf":2.449489742783178},"143":{"tf":1.7320508075688772},"148":{"tf":1.0},"149":{"tf":2.0},"156":{"tf":1.7320508075688772},"165":{"tf":1.0},"168":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"195":{"tf":1.0},"197":{"tf":1.0},"2":{"tf":1.4142135623730951},"205":{"tf":1.0},"212":{"tf":1.4142135623730951},"213":{"tf":1.0},"216":{"tf":1.0},"222":{"tf":2.0},"224":{"tf":1.0},"23":{"tf":3.1622776601683795},"247":{"tf":1.0},"248":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"255":{"tf":1.0},"256":{"tf":1.0},"259":{"tf":1.0},"26":{"tf":2.23606797749979},"276":{"tf":1.0},"278":{"tf":1.0},"285":{"tf":2.0},"286":{"tf":2.449489742783178},"289":{"tf":1.0},"3":{"tf":1.0},"301":{"tf":2.23606797749979},"32":{"tf":1.0},"324":{"tf":1.0},"337":{"tf":3.7416573867739413},"338":{"tf":1.0},"34":{"tf":2.0},"35":{"tf":1.4142135623730951},"38":{"tf":1.7320508075688772},"4":{"tf":1.4142135623730951},"46":{"tf":3.4641016151377544},"5":{"tf":1.0},"54":{"tf":2.6457513110645907},"56":{"tf":1.7320508075688772},"59":{"tf":1.7320508075688772},"64":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"8":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.7320508075688772},"89":{"tf":2.0},"90":{"tf":1.0},"92":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"132":{"tf":1.0}},"e":{"d":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"133":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"199":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"244":{"tf":1.0}}}}},"o":{"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":2,"docs":{"19":{"tf":1.0},"41":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"k":{"df":6,"docs":{"10":{"tf":2.0},"336":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.7320508075688772}}},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"h":{"df":9,"docs":{"10":{"tf":1.0},"109":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":1.0},"278":{"tf":1.0},"321":{"tf":1.0},"337":{"tf":1.0},"36":{"tf":1.0},"57":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"124":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"101":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"135":{"tf":1.0},"244":{"tf":1.0},"250":{"tf":2.0},"41":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":11,"docs":{"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},"137":{"tf":1.0},"198":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":10,"docs":{"113":{"tf":1.0},"23":{"tf":1.0},"290":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.4142135623730951},"48":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"82":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"178":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":2,"docs":{"32":{"tf":1.0},"43":{"tf":1.0}},"e":{"df":0,"docs":{},"—":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"244":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"25":{"tf":1.0}}}}}}},"u":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"132":{"tf":1.0},"203":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"246":{"tf":1.0}}}}}},"g":{"df":14,"docs":{"109":{"tf":1.0},"161":{"tf":1.0},"19":{"tf":1.0},"307":{"tf":1.0},"309":{"tf":1.0},"328":{"tf":1.0},"334":{"tf":1.0},"335":{"tf":1.0},"37":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"8":{"tf":1.0}}},"i":{"df":0,"docs":{},"l":{"d":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"189":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"331":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":71,"docs":{"100":{"tf":1.0},"101":{"tf":1.4142135623730951},"102":{"tf":1.0},"105":{"tf":1.0},"110":{"tf":1.4142135623730951},"111":{"tf":1.4142135623730951},"112":{"tf":1.0},"113":{"tf":1.7320508075688772},"119":{"tf":1.0},"12":{"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.4142135623730951},"128":{"tf":1.0},"134":{"tf":1.0},"137":{"tf":1.0},"139":{"tf":1.4142135623730951},"14":{"tf":1.0},"140":{"tf":1.0},"165":{"tf":1.0},"170":{"tf":1.0},"176":{"tf":1.0},"18":{"tf":1.0},"189":{"tf":1.0},"194":{"tf":1.0},"20":{"tf":1.4142135623730951},"208":{"tf":1.0},"209":{"tf":1.0},"218":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"230":{"tf":1.0},"24":{"tf":1.4142135623730951},"240":{"tf":1.4142135623730951},"246":{"tf":1.4142135623730951},"254":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"260":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"265":{"tf":1.0},"269":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"280":{"tf":1.0},"281":{"tf":1.4142135623730951},"30":{"tf":2.23606797749979},"302":{"tf":1.4142135623730951},"304":{"tf":1.4142135623730951},"312":{"tf":1.7320508075688772},"323":{"tf":1.0},"328":{"tf":1.0},"330":{"tf":1.0},"337":{"tf":1.0},"38":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":2.23606797749979},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.0},"68":{"tf":1.0},"81":{"tf":1.7320508075688772},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"2":{"df":1,"docs":{"111":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"df":17,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.4142135623730951},"103":{"tf":2.6457513110645907},"110":{"tf":1.0},"111":{"tf":2.0},"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"114":{"tf":1.4142135623730951},"193":{"tf":1.0},"198":{"tf":1.0},"250":{"tf":1.0},"258":{"tf":1.4142135623730951},"271":{"tf":1.0},"278":{"tf":1.0},"339":{"tf":1.7320508075688772},"44":{"tf":1.0},"55":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":15,"docs":{"1":{"tf":1.0},"14":{"tf":1.0},"140":{"tf":1.4142135623730951},"192":{"tf":1.0},"218":{"tf":1.0},"230":{"tf":1.0},"246":{"tf":1.0},"253":{"tf":1.0},"290":{"tf":1.0},"30":{"tf":1.0},"304":{"tf":1.0},"312":{"tf":1.0},"323":{"tf":1.0},"8":{"tf":1.0},"98":{"tf":1.0}}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":7,"docs":{"104":{"tf":1.4142135623730951},"247":{"tf":1.0},"259":{"tf":1.4142135623730951},"271":{"tf":1.0},"273":{"tf":1.7320508075688772},"275":{"tf":1.0},"339":{"tf":1.4142135623730951}},"e":{"d":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"255":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":1,"docs":{"255":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}},"i":{"df":1,"docs":{"130":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"250":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"73":{"tf":1.0}}}},"z":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"123":{"tf":1.0},"131":{"tf":1.0},"306":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"c":{"[":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"29":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"12":{"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":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"25":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"132":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"23":{"tf":1.4142135623730951},"337":{"tf":1.0},"86":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":16,"docs":{"103":{"tf":1.0},"112":{"tf":1.0},"197":{"tf":1.0},"213":{"tf":1.0},"247":{"tf":1.0},"249":{"tf":1.0},"259":{"tf":1.0},"275":{"tf":1.0},"30":{"tf":1.0},"38":{"tf":1.4142135623730951},"45":{"tf":1.0},"55":{"tf":1.0},"61":{"tf":1.0},"69":{"tf":1.0},"74":{"tf":1.0},"80":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"273":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"35":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"255":{"tf":1.0},"259":{"tf":1.7320508075688772},"33":{"tf":1.0},"64":{"tf":1.0}}}}},"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":16,"docs":{"10":{"tf":1.0},"102":{"tf":1.0},"174":{"tf":1.0},"230":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"248":{"tf":1.0},"281":{"tf":1.0},"30":{"tf":1.0},"303":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0},"42":{"tf":1.7320508075688772},"43":{"tf":1.0},"45":{"tf":1.4142135623730951},"5":{"tf":1.0}}}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":12,"docs":{"10":{"tf":1.0},"124":{"tf":1.0},"128":{"tf":1.0},"188":{"tf":1.0},"190":{"tf":1.0},"276":{"tf":1.0},"290":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"337":{"tf":1.0},"49":{"tf":1.0},"81":{"tf":1.0}}}},"c":{"df":1,"docs":{"76":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":11,"docs":{"142":{"tf":1.0},"205":{"tf":1.0},"238":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"261":{"tf":1.0},"264":{"tf":1.0},"337":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"88":{"tf":1.0}},"e":{"_":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"248":{"tf":1.0},"261":{"tf":1.0},"264":{"tf":1.0}},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"261":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"247":{"tf":1.0},"31":{"tf":1.0},"42":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"313":{"tf":1.0}}},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"328":{"tf":1.0}}}}}}},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":1,"docs":{"79":{"tf":1.0}}}}}}}}}},"g":{"df":0,"docs":{},"o":{"df":17,"docs":{"137":{"tf":1.0},"145":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"152":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"230":{"tf":1.0},"239":{"tf":1.0},"281":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"298":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.0},"323":{"tf":1.0},"332":{"tf":1.0},"54":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"331":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"331":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":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":{"249":{"tf":1.0},"54":{"tf":1.4142135623730951}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":7,"docs":{"204":{"tf":1.0},"303":{"tf":1.0},"307":{"tf":1.0},"324":{"tf":1.0},"328":{"tf":1.0},"61":{"tf":1.0},"8":{"tf":1.0}}}},"df":3,"docs":{"159":{"tf":1.0},"227":{"tf":1.0},"283":{"tf":1.0}}},"u":{"df":0,"docs":{},"s":{"df":7,"docs":{"146":{"tf":1.0},"157":{"tf":1.0},"160":{"tf":1.0},"228":{"tf":1.0},"313":{"tf":1.0},"314":{"tf":1.0},"323":{"tf":1.0}}}}},"d":{"df":3,"docs":{"210":{"tf":1.0},"230":{"tf":1.0},"281":{"tf":1.0}}},"df":1,"docs":{"12":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"250":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"10":{"tf":1.0}}}}},"df":0,"docs":{}}}},"f":{"df":0,"docs":{},"g":{"(":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"295":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"(":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"295":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"176":{"tf":1.0},"31":{"tf":1.0}}},"df":0,"docs":{}}}}}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"101":{"tf":1.0},"103":{"tf":1.0},"2":{"tf":1.4142135623730951},"339":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":23,"docs":{"119":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"130":{"tf":1.0},"134":{"tf":1.0},"167":{"tf":1.0},"203":{"tf":1.0},"210":{"tf":1.0},"231":{"tf":1.0},"245":{"tf":1.0},"264":{"tf":1.4142135623730951},"276":{"tf":1.0},"282":{"tf":1.0},"30":{"tf":1.0},"322":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"9":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":5,"docs":{"16":{"tf":1.0},"278":{"tf":1.0},"33":{"tf":1.0},"338":{"tf":1.0},"4":{"tf":1.0}}}}}},"o":{"df":41,"docs":{"106":{"tf":2.449489742783178},"107":{"tf":1.0},"109":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"123":{"tf":2.0},"168":{"tf":1.0},"192":{"tf":1.4142135623730951},"193":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.4142135623730951},"201":{"tf":1.4142135623730951},"203":{"tf":1.4142135623730951},"204":{"tf":1.0},"205":{"tf":1.7320508075688772},"24":{"tf":2.0},"266":{"tf":1.0},"278":{"tf":1.0},"289":{"tf":1.4142135623730951},"290":{"tf":1.4142135623730951},"296":{"tf":2.23606797749979},"306":{"tf":1.0},"307":{"tf":1.4142135623730951},"308":{"tf":1.7320508075688772},"33":{"tf":1.7320508075688772},"337":{"tf":1.4142135623730951},"38":{"tf":1.0},"43":{"tf":1.4142135623730951},"51":{"tf":1.0},"58":{"tf":1.7320508075688772},"59":{"tf":1.0},"61":{"tf":1.4142135623730951},"77":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":2.0},"80":{"tf":1.4142135623730951},"81":{"tf":1.0},"82":{"tf":1.0},"87":{"tf":1.0}},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":6,"docs":{"113":{"tf":1.0},"24":{"tf":1.0},"290":{"tf":1.0},"38":{"tf":1.0},"79":{"tf":1.0},"81":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"2":{"0":{")":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"106":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"0":{")":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"109":{"tf":1.0},"289":{"tf":1.0},"83":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"105":{"tf":1.0},"59":{"tf":1.0}}}}}}}}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"296":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"’":{"df":0,"docs":{},"r":{"df":1,"docs":{"63":{"tf":1.0}}}}}}}}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":33,"docs":{"10":{"tf":1.0},"100":{"tf":1.0},"11":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.0},"127":{"tf":1.4142135623730951},"136":{"tf":1.0},"167":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"20":{"tf":1.7320508075688772},"206":{"tf":1.0},"241":{"tf":1.0},"243":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":1.0},"271":{"tf":1.0},"279":{"tf":1.0},"314":{"tf":1.0},"317":{"tf":1.0},"318":{"tf":1.0},"33":{"tf":1.0},"334":{"tf":1.0},"39":{"tf":1.4142135623730951},"40":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0},"62":{"tf":1.7320508075688772},"63":{"tf":1.0},"7":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}}}}},"t":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"334":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"278":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":71,"docs":{"116":{"tf":1.0},"117":{"tf":1.0},"119":{"tf":1.0},"121":{"tf":1.0},"129":{"tf":1.0},"131":{"tf":1.0},"135":{"tf":1.4142135623730951},"14":{"tf":1.4142135623730951},"149":{"tf":1.0},"150":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.0},"17":{"tf":1.4142135623730951},"174":{"tf":1.0},"18":{"tf":1.0},"186":{"tf":1.0},"195":{"tf":1.4142135623730951},"198":{"tf":1.0},"204":{"tf":1.4142135623730951},"215":{"tf":1.4142135623730951},"216":{"tf":1.0},"218":{"tf":1.4142135623730951},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.0},"228":{"tf":2.0},"24":{"tf":1.0},"244":{"tf":1.0},"246":{"tf":1.0},"248":{"tf":1.0},"25":{"tf":1.4142135623730951},"256":{"tf":1.4142135623730951},"264":{"tf":1.0},"273":{"tf":1.0},"276":{"tf":1.0},"278":{"tf":1.0},"283":{"tf":1.0},"285":{"tf":1.7320508075688772},"286":{"tf":1.0},"287":{"tf":1.7320508075688772},"289":{"tf":1.0},"290":{"tf":1.0},"292":{"tf":1.4142135623730951},"293":{"tf":1.4142135623730951},"298":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"314":{"tf":1.0},"32":{"tf":1.7320508075688772},"321":{"tf":1.0},"323":{"tf":1.4142135623730951},"337":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"38":{"tf":1.0},"43":{"tf":1.4142135623730951},"46":{"tf":1.7320508075688772},"47":{"tf":2.0},"51":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.7320508075688772},"55":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"62":{"tf":1.4142135623730951},"84":{"tf":1.0},"87":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"223":{"tf":1.0},"297":{"tf":1.4142135623730951}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"208":{"tf":1.4142135623730951},"304":{"tf":1.0},"51":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"c":{"df":4,"docs":{"10":{"tf":1.0},"117":{"tf":1.0},"20":{"tf":1.0},"236":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":1,"docs":{"39":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":12,"docs":{"105":{"tf":1.0},"107":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"15":{"tf":1.0},"187":{"tf":1.0},"205":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"31":{"tf":1.0}},"n":{"df":3,"docs":{"136":{"tf":1.0},"18":{"tf":1.0},"48":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"123":{"tf":1.0},"203":{"tf":1.0},"58":{"tf":1.0},"82":{"tf":1.0}}}}}},"i":{"/":{"c":{"d":{"df":1,"docs":{"332":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":29,"docs":{"111":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"133":{"tf":1.0},"161":{"tf":1.7320508075688772},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"179":{"tf":1.4142135623730951},"180":{"tf":1.4142135623730951},"187":{"tf":1.0},"212":{"tf":1.0},"23":{"tf":1.4142135623730951},"235":{"tf":1.4142135623730951},"236":{"tf":1.0},"237":{"tf":1.0},"245":{"tf":1.0},"295":{"tf":1.7320508075688772},"301":{"tf":1.0},"302":{"tf":1.0},"321":{"tf":1.7320508075688772},"332":{"tf":1.7320508075688772},"340":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"210":{"tf":1.7320508075688772}},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"210":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"43":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"184":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":11,"docs":{"144":{"tf":1.0},"15":{"tf":1.0},"168":{"tf":1.0},"18":{"tf":1.0},"249":{"tf":1.0},"253":{"tf":1.0},"266":{"tf":1.0},"268":{"tf":1.0},"337":{"tf":1.0},"339":{"tf":1.0},"54":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":19,"docs":{"144":{"tf":1.4142135623730951},"170":{"tf":1.0},"176":{"tf":1.0},"182":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"249":{"tf":1.0},"251":{"tf":1.0},"268":{"tf":1.0},"28":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"339":{"tf":1.0},"36":{"tf":2.0},"37":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.0},"54":{"tf":1.0},"8":{"tf":1.0}},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"64":{"tf":1.0}}}}}}}},"r":{"df":15,"docs":{"100":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.0},"131":{"tf":1.0},"135":{"tf":1.0},"19":{"tf":1.0},"251":{"tf":1.0},"259":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"6":{"tf":1.0},"81":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"278":{"tf":1.0},"47":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"256":{"tf":1.0},"262":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"|":{"df":2,"docs":{"273":{"tf":1.0},"274":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":2,"docs":{"256":{"tf":1.0},"262":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":11,"docs":{"15":{"tf":1.0},"197":{"tf":1.0},"247":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"262":{"tf":1.0},"273":{"tf":1.4142135623730951},"274":{"tf":1.4142135623730951},"276":{"tf":1.0},"337":{"tf":1.0},"64":{"tf":1.0}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"23":{"tf":1.7320508075688772},"301":{"tf":1.4142135623730951},"337":{"tf":1.0},"34":{"tf":1.0},"46":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"113":{"tf":1.0},"240":{"tf":1.0}}}},"u":{"d":{"df":1,"docs":{"318":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"197":{"tf":1.0}}}}},"df":27,"docs":{"116":{"tf":1.4142135623730951},"117":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"181":{"tf":1.0},"185":{"tf":1.4142135623730951},"186":{"tf":1.4142135623730951},"187":{"tf":1.0},"201":{"tf":1.0},"204":{"tf":1.0},"209":{"tf":1.4142135623730951},"234":{"tf":1.4142135623730951},"240":{"tf":1.0},"244":{"tf":1.4142135623730951},"293":{"tf":2.23606797749979},"33":{"tf":1.0},"337":{"tf":1.0},"339":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"54":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0}}}}}}}},"o":{"d":{"df":0,"docs":{},"e":{"b":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{}},"df":17,"docs":{"112":{"tf":1.0},"167":{"tf":1.0},"20":{"tf":1.0},"245":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":1.0},"259":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"335":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.7320508075688772},"44":{"tf":1.7320508075688772},"45":{"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":16,"docs":{"10":{"tf":1.0},"100":{"tf":1.0},"118":{"tf":1.0},"132":{"tf":1.0},"136":{"tf":1.0},"151":{"tf":1.0},"163":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"238":{"tf":1.0},"256":{"tf":1.0},"264":{"tf":1.0},"298":{"tf":1.0},"332":{"tf":1.0},"34":{"tf":1.0},"62":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":14,"docs":{"10":{"tf":1.0},"109":{"tf":1.0},"122":{"tf":1.0},"125":{"tf":1.0},"14":{"tf":1.0},"196":{"tf":1.0},"200":{"tf":1.0},"205":{"tf":1.0},"246":{"tf":1.0},"309":{"tf":1.4142135623730951},"337":{"tf":1.0},"50":{"tf":1.0},"57":{"tf":1.0},"83":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":4,"docs":{"120":{"tf":1.0},"14":{"tf":1.0},"140":{"tf":1.0},"15":{"tf":1.0}}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"112":{"tf":1.0},"61":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":11,"docs":{"10":{"tf":1.0},"110":{"tf":1.0},"118":{"tf":1.0},"127":{"tf":1.0},"229":{"tf":1.0},"253":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0},"323":{"tf":1.0},"340":{"tf":1.0},"52":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"65":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"209":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":7,"docs":{"116":{"tf":1.0},"117":{"tf":1.0},"132":{"tf":1.0},"14":{"tf":1.0},"261":{"tf":1.0},"264":{"tf":1.0},"44":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"264":{"tf":1.0}}}}}}},"t":{"df":2,"docs":{"246":{"tf":1.0},"30":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":27,"docs":{"118":{"tf":1.0},"127":{"tf":1.0},"14":{"tf":1.4142135623730951},"142":{"tf":1.0},"158":{"tf":1.0},"165":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"248":{"tf":1.0},"252":{"tf":1.0},"255":{"tf":1.0},"271":{"tf":1.0},"30":{"tf":1.0},"317":{"tf":1.0},"324":{"tf":1.0},"335":{"tf":1.0},"337":{"tf":1.0},"37":{"tf":1.0},"45":{"tf":1.0},"54":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"84":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}}},"x":{"df":9,"docs":{"119":{"tf":1.0},"180":{"tf":1.0},"186":{"tf":1.0},"243":{"tf":1.0},"42":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"61":{"tf":1.0},"62":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"1":{"tf":1.0},"271":{"tf":1.0},"303":{"tf":1.4142135623730951},"5":{"tf":1.0}}},"s":{"df":30,"docs":{"116":{"tf":1.4142135623730951},"117":{"tf":1.0},"126":{"tf":1.0},"152":{"tf":2.0},"153":{"tf":1.4142135623730951},"159":{"tf":1.4142135623730951},"161":{"tf":1.0},"175":{"tf":1.4142135623730951},"178":{"tf":1.7320508075688772},"179":{"tf":1.0},"18":{"tf":1.0},"180":{"tf":1.0},"188":{"tf":1.0},"19":{"tf":1.0},"193":{"tf":1.0},"202":{"tf":1.0},"209":{"tf":1.0},"220":{"tf":1.0},"227":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.0},"276":{"tf":1.0},"283":{"tf":1.0},"287":{"tf":1.4142135623730951},"292":{"tf":1.4142135623730951},"32":{"tf":1.0},"339":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":3,"docs":{"152":{"tf":1.4142135623730951},"176":{"tf":1.0},"31":{"tf":1.0}}}}}},"[":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"187":{"tf":1.0}}}}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"=":{"/":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"/":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"178":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":20,"docs":{"119":{"tf":1.0},"124":{"tf":1.0},"140":{"tf":1.0},"15":{"tf":1.0},"152":{"tf":1.0},"175":{"tf":1.0},"179":{"tf":1.4142135623730951},"187":{"tf":1.0},"209":{"tf":1.0},"220":{"tf":1.0},"233":{"tf":1.0},"236":{"tf":1.4142135623730951},"282":{"tf":1.0},"295":{"tf":1.4142135623730951},"31":{"tf":1.0},"321":{"tf":1.0},"332":{"tf":1.0},"339":{"tf":1.0},"36":{"tf":1.0},"60":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"8":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"283":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{")":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"(":{"&":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":10,"docs":{"126":{"tf":1.0},"15":{"tf":1.0},"161":{"tf":1.0},"165":{"tf":1.0},"177":{"tf":1.0},"189":{"tf":1.0},"236":{"tf":1.0},"295":{"tf":1.0},"302":{"tf":1.0},"42":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"124":{"tf":1.0},"178":{"tf":1.4142135623730951},"38":{"tf":1.0}}}}}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"187":{"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":{},"t":{"df":1,"docs":{"3":{"tf":1.4142135623730951}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":9,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"244":{"tf":1.7320508075688772},"32":{"tf":1.0},"337":{"tf":1.0},"53":{"tf":1.0},"61":{"tf":1.0}},"u":{"df":2,"docs":{"243":{"tf":1.0},"7":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"n":{"df":9,"docs":{"113":{"tf":1.0},"117":{"tf":1.0},"146":{"tf":1.0},"185":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"43":{"tf":1.0},"51":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"309":{"tf":1.0}}}}}}}}}}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"278":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"279":{"tf":1.0},"337":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":8,"docs":{"109":{"tf":1.0},"122":{"tf":1.0},"247":{"tf":1.0},"249":{"tf":1.0},"295":{"tf":1.0},"33":{"tf":1.0},"57":{"tf":1.4142135623730951},"83":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":10,"docs":{"17":{"tf":1.0},"244":{"tf":1.0},"248":{"tf":1.0},"254":{"tf":1.0},"268":{"tf":1.0},"274":{"tf":1.0},"337":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"84":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"198":{"tf":1.0}}}}}}}},"df":3,"docs":{"174":{"tf":1.4142135623730951},"180":{"tf":1.4142135623730951},"186":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"243":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"307":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"26":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":15,"docs":{"13":{"tf":1.0},"133":{"tf":1.4142135623730951},"170":{"tf":1.0},"176":{"tf":1.0},"218":{"tf":1.0},"245":{"tf":1.0},"268":{"tf":1.0},"276":{"tf":1.4142135623730951},"298":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.7320508075688772},"332":{"tf":1.0},"339":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.4142135623730951}},"m":{"a":{"df":0,"docs":{},"p":{"df":5,"docs":{"182":{"tf":1.0},"209":{"tf":1.0},"293":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"r":{"df":49,"docs":{"103":{"tf":1.0},"111":{"tf":1.0},"117":{"tf":1.0},"121":{"tf":1.0},"125":{"tf":1.7320508075688772},"127":{"tf":1.4142135623730951},"16":{"tf":1.4142135623730951},"172":{"tf":1.0},"176":{"tf":1.0},"178":{"tf":1.0},"18":{"tf":1.0},"182":{"tf":1.4142135623730951},"184":{"tf":1.0},"209":{"tf":1.0},"211":{"tf":1.0},"214":{"tf":1.0},"23":{"tf":1.0},"234":{"tf":1.0},"238":{"tf":1.0},"241":{"tf":1.4142135623730951},"247":{"tf":1.0},"249":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"269":{"tf":1.0},"276":{"tf":1.4142135623730951},"278":{"tf":1.0},"285":{"tf":1.0},"33":{"tf":1.4142135623730951},"337":{"tf":1.4142135623730951},"338":{"tf":1.0},"339":{"tf":1.0},"41":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.4142135623730951},"79":{"tf":1.0},"80":{"tf":1.0},"86":{"tf":1.0},"9":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"df":5,"docs":{"116":{"tf":1.0},"130":{"tf":1.0},"132":{"tf":1.0},"274":{"tf":1.0},"337":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":8,"docs":{"146":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"214":{"tf":1.0},"231":{"tf":1.0},"251":{"tf":1.0},"282":{"tf":1.4142135623730951},"313":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"249":{"tf":1.0},"47":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"108":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":28,"docs":{"11":{"tf":1.0},"125":{"tf":1.4142135623730951},"141":{"tf":1.0},"142":{"tf":1.0},"157":{"tf":1.0},"18":{"tf":1.0},"209":{"tf":1.0},"216":{"tf":1.0},"218":{"tf":1.4142135623730951},"225":{"tf":1.0},"226":{"tf":1.0},"233":{"tf":1.0},"245":{"tf":1.0},"249":{"tf":1.0},"262":{"tf":1.0},"283":{"tf":1.4142135623730951},"285":{"tf":1.7320508075688772},"287":{"tf":1.4142135623730951},"292":{"tf":1.0},"32":{"tf":1.4142135623730951},"337":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.4142135623730951},"5":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.7320508075688772},"68":{"tf":1.0},"74":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":45,"docs":{"107":{"tf":1.0},"113":{"tf":1.0},"119":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"142":{"tf":1.0},"143":{"tf":1.4142135623730951},"149":{"tf":1.0},"156":{"tf":1.0},"195":{"tf":1.0},"2":{"tf":1.7320508075688772},"216":{"tf":1.0},"218":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.0},"23":{"tf":1.0},"256":{"tf":1.0},"285":{"tf":2.23606797749979},"286":{"tf":1.0},"290":{"tf":1.0},"301":{"tf":1.4142135623730951},"303":{"tf":1.0},"306":{"tf":1.0},"308":{"tf":1.0},"310":{"tf":1.0},"32":{"tf":1.0},"337":{"tf":2.449489742783178},"338":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.4142135623730951},"53":{"tf":1.0},"54":{"tf":2.23606797749979},"55":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.0},"62":{"tf":1.0},"76":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.7320508075688772},"85":{"tf":1.4142135623730951},"87":{"tf":1.0},"9":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"123":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"145":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"i":{"d":{"df":3,"docs":{"203":{"tf":1.0},"270":{"tf":1.4142135623730951},"289":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"200":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":10,"docs":{"110":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"189":{"tf":1.0},"268":{"tf":1.0},"277":{"tf":1.0},"278":{"tf":1.0},"295":{"tf":1.0},"321":{"tf":1.0},"97":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"116":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"212":{"tf":1.0},"237":{"tf":1.0}},"t":{"df":8,"docs":{"160":{"tf":1.0},"228":{"tf":1.0},"303":{"tf":1.0},"337":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"30":{"tf":1.0},"339":{"tf":1.7320508075688772},"54":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"df":3,"docs":{"132":{"tf":1.0},"276":{"tf":1.0},"51":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":21,"docs":{"148":{"tf":1.0},"15":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.4142135623730951},"179":{"tf":1.7320508075688772},"18":{"tf":1.0},"180":{"tf":1.7320508075688772},"184":{"tf":1.0},"209":{"tf":1.0},"283":{"tf":1.0},"31":{"tf":1.7320508075688772},"315":{"tf":1.0},"32":{"tf":1.0},"327":{"tf":1.0},"337":{"tf":1.4142135623730951},"339":{"tf":1.7320508075688772},"36":{"tf":1.0},"38":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"60":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"140":{"tf":1.0}}},"df":0,"docs":{}}}},"df":1,"docs":{"6":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"146":{"tf":1.0},"173":{"tf":1.0},"278":{"tf":1.0},"296":{"tf":1.0},"313":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"0":{"tf":1.0},"337":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":6,"docs":{"20":{"tf":1.0},"337":{"tf":1.0},"340":{"tf":1.0},"45":{"tf":1.0},"49":{"tf":1.0},"82":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"203":{"tf":1.0},"42":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"270":{"tf":1.4142135623730951},"319":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"242":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"0":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"198":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":28,"docs":{"129":{"tf":1.0},"135":{"tf":1.0},"168":{"tf":1.0},"188":{"tf":1.0},"190":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.7320508075688772},"199":{"tf":1.0},"200":{"tf":2.0},"201":{"tf":1.0},"202":{"tf":1.7320508075688772},"246":{"tf":1.4142135623730951},"247":{"tf":1.0},"249":{"tf":1.0},"266":{"tf":1.0},"290":{"tf":2.23606797749979},"30":{"tf":1.4142135623730951},"33":{"tf":1.0},"337":{"tf":2.0},"338":{"tf":1.0},"339":{"tf":1.7320508075688772},"58":{"tf":1.0},"77":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.7320508075688772}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":2,"docs":{"43":{"tf":1.4142135623730951},"48":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":4,"docs":{"195":{"tf":1.4142135623730951},"200":{"tf":1.0},"203":{"tf":1.4142135623730951},"204":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":5,"docs":{"193":{"tf":1.0},"194":{"tf":1.0},"246":{"tf":1.0},"249":{"tf":1.0},"87":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":8,"docs":{"107":{"tf":1.0},"122":{"tf":1.0},"249":{"tf":1.0},"276":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.0},"64":{"tf":1.0},"8":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"118":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":18,"docs":{"12":{"tf":1.0},"134":{"tf":1.0},"154":{"tf":1.7320508075688772},"168":{"tf":1.0},"2":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":1.0},"270":{"tf":1.0},"276":{"tf":1.4142135623730951},"278":{"tf":1.0},"302":{"tf":1.0},"326":{"tf":1.7320508075688772},"337":{"tf":1.4142135623730951},"41":{"tf":2.23606797749979},"42":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"218":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"17":{"tf":1.0},"21":{"tf":1.0},"5":{"tf":1.0},"65":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"248":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"185":{"tf":1.0},"186":{"tf":1.0},"338":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"287":{"tf":1.0}}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"t":{"df":21,"docs":{"107":{"tf":1.4142135623730951},"108":{"tf":1.0},"119":{"tf":1.0},"123":{"tf":1.0},"245":{"tf":1.0},"259":{"tf":1.0},"262":{"tf":1.0},"278":{"tf":1.0},"283":{"tf":1.0},"290":{"tf":1.0},"298":{"tf":1.0},"312":{"tf":1.0},"323":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"328":{"tf":1.0},"337":{"tf":1.0},"34":{"tf":1.0},"46":{"tf":1.0},"56":{"tf":1.0},"67":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"41":{"tf":1.4142135623730951},"5":{"tf":1.0},"51":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"116":{"tf":1.0}}}},"df":10,"docs":{"115":{"tf":1.0},"127":{"tf":1.0},"136":{"tf":1.0},"166":{"tf":1.0},"191":{"tf":1.0},"206":{"tf":1.0},"253":{"tf":1.0},"33":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"326":{"tf":1.0}}}}}}}}},"df":7,"docs":{"184":{"tf":1.4142135623730951},"209":{"tf":1.0},"228":{"tf":1.0},"286":{"tf":1.0},"292":{"tf":1.0},"321":{"tf":1.0},"326":{"tf":1.7320508075688772}}}},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"132":{"tf":1.0}}}},"s":{"df":0,"docs":{},"h":{"df":9,"docs":{"142":{"tf":1.0},"154":{"tf":1.0},"160":{"tf":1.0},"226":{"tf":1.0},"228":{"tf":1.0},"259":{"tf":1.0},"287":{"tf":1.0},"297":{"tf":1.0},"303":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":5,"docs":{"242":{"tf":1.0},"270":{"tf":1.0},"276":{"tf":1.4142135623730951},"41":{"tf":2.0},"51":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":12,"docs":{"114":{"tf":1.0},"170":{"tf":1.0},"182":{"tf":1.4142135623730951},"209":{"tf":1.0},"234":{"tf":1.0},"24":{"tf":1.0},"270":{"tf":1.0},"293":{"tf":2.0},"31":{"tf":1.4142135623730951},"48":{"tf":1.0},"54":{"tf":1.0},"63":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"140":{"tf":1.0}}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":7,"docs":{"104":{"tf":1.0},"18":{"tf":1.0},"250":{"tf":1.0},"324":{"tf":1.0},"337":{"tf":1.0},"339":{"tf":1.0},"43":{"tf":1.0}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"259":{"tf":1.0}}}}}}},"i":{"c":{"df":1,"docs":{"173":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"244":{"tf":1.0}}}}},"u":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"245":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0}},"—":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"103":{"tf":1.0},"30":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"a":{"df":3,"docs":{"2":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"256":{"tf":1.0},"262":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"259":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"198":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":9,"docs":{"198":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"261":{"tf":1.4142135623730951},"262":{"tf":1.0},"273":{"tf":1.4142135623730951},"274":{"tf":1.4142135623730951},"317":{"tf":1.0},"64":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":2,"docs":{"153":{"tf":1.0},"287":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"199":{"tf":1.4142135623730951},"77":{"tf":1.0},"79":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"(":{"4":{"2":{"df":1,"docs":{"114":{"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":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"125":{"tf":1.0}}}}}}}}}},"df":30,"docs":{"10":{"tf":1.0},"102":{"tf":1.0},"104":{"tf":1.0},"114":{"tf":1.4142135623730951},"125":{"tf":1.0},"13":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"165":{"tf":1.4142135623730951},"166":{"tf":1.0},"178":{"tf":1.4142135623730951},"190":{"tf":1.0},"245":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.4142135623730951},"254":{"tf":1.4142135623730951},"257":{"tf":1.4142135623730951},"260":{"tf":1.0},"263":{"tf":1.0},"265":{"tf":1.4142135623730951},"271":{"tf":1.4142135623730951},"272":{"tf":1.0},"290":{"tf":1.0},"317":{"tf":1.0},"318":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"44":{"tf":1.0},"56":{"tf":1.0},"98":{"tf":1.4142135623730951},"99":{"tf":1.0}}}}}}},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"179":{"tf":1.0}}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"f":{"df":1,"docs":{"298":{"tf":1.0}}}}},"d":{"[":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"29":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"12":{"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":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"121":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":7,"docs":{"103":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"124":{"tf":1.0},"57":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0}},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"2":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"309":{"tf":1.0},"95":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"(":{"5":{"1":{"2":{"_":{"0":{"0":{"0":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"83":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{")":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"(":{"2":{"5":{"6":{"_":{"0":{"0":{"0":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"109":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"73":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"113":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"(":{"1":{"_":{"0":{"0":{"0":{"_":{"0":{"0":{"0":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"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":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"4":{"_":{"0":{"0":{"0":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"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":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":44,"docs":{"103":{"tf":1.0},"117":{"tf":1.0},"121":{"tf":2.23606797749979},"122":{"tf":1.7320508075688772},"123":{"tf":1.0},"125":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"134":{"tf":1.0},"135":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"2":{"tf":1.0},"204":{"tf":1.0},"210":{"tf":1.0},"245":{"tf":1.4142135623730951},"247":{"tf":1.0},"248":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":1.0},"303":{"tf":1.0},"310":{"tf":1.0},"33":{"tf":1.0},"337":{"tf":2.449489742783178},"338":{"tf":3.0},"34":{"tf":1.0},"340":{"tf":1.0},"4":{"tf":2.0},"43":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.7320508075688772},"57":{"tf":1.7320508075688772},"61":{"tf":1.0},"64":{"tf":1.0},"71":{"tf":2.0},"73":{"tf":1.7320508075688772},"74":{"tf":1.7320508075688772},"75":{"tf":1.4142135623730951},"76":{"tf":2.23606797749979},"94":{"tf":1.7320508075688772},"95":{"tf":1.4142135623730951},"96":{"tf":1.0},"97":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"180":{"tf":1.0},"209":{"tf":1.0},"233":{"tf":1.4142135623730951},"292":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"75":{"tf":1.0}}}}},"t":{"a":{"df":26,"docs":{"1":{"tf":1.0},"116":{"tf":1.0},"152":{"tf":1.0},"170":{"tf":1.0},"2":{"tf":1.4142135623730951},"209":{"tf":1.0},"220":{"tf":1.4142135623730951},"276":{"tf":1.0},"278":{"tf":1.4142135623730951},"3":{"tf":1.0},"31":{"tf":1.0},"337":{"tf":1.4142135623730951},"338":{"tf":2.8284271247461903},"339":{"tf":1.0},"34":{"tf":1.0},"340":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":2.23606797749979},"51":{"tf":1.0},"59":{"tf":1.0},"71":{"tf":1.0},"74":{"tf":1.0},"8":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"12":{"tf":1.0},"29":{"tf":1.0}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":27,"docs":{"10":{"tf":1.0},"106":{"tf":1.0},"113":{"tf":1.0},"136":{"tf":1.0},"155":{"tf":1.0},"166":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"186":{"tf":1.0},"19":{"tf":1.0},"206":{"tf":1.0},"213":{"tf":1.0},"218":{"tf":1.0},"238":{"tf":1.0},"24":{"tf":1.0},"243":{"tf":1.0},"259":{"tf":1.0},"28":{"tf":1.0},"297":{"tf":1.0},"309":{"tf":1.0},"314":{"tf":1.0},"38":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}},"g":{"df":3,"docs":{"27":{"tf":1.0},"277":{"tf":1.0},"48":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"259":{"tf":1.0},"260":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":7,"docs":{"187":{"tf":1.0},"20":{"tf":1.0},"40":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"r":{"df":11,"docs":{"102":{"tf":1.0},"13":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.4142135623730951},"245":{"tf":1.4142135623730951},"247":{"tf":1.0},"27":{"tf":1.0},"337":{"tf":1.0},"339":{"tf":1.0},"44":{"tf":2.449489742783178}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"121":{"tf":1.0},"123":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"117":{"tf":1.0},"184":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"67":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":4,"docs":{"10":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"62":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"20":{"tf":1.0}}},"r":{"df":2,"docs":{"243":{"tf":1.0},"275":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":22,"docs":{"104":{"tf":1.0},"105":{"tf":1.0},"126":{"tf":1.0},"13":{"tf":1.4142135623730951},"146":{"tf":1.0},"172":{"tf":1.7320508075688772},"178":{"tf":1.4142135623730951},"214":{"tf":1.0},"217":{"tf":1.0},"221":{"tf":1.0},"24":{"tf":1.0},"247":{"tf":1.0},"273":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":2.0},"67":{"tf":1.7320508075688772},"69":{"tf":1.0},"73":{"tf":1.4142135623730951},"75":{"tf":1.0},"79":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":8,"docs":{"102":{"tf":1.0},"113":{"tf":1.0},"248":{"tf":1.0},"253":{"tf":1.0},"278":{"tf":1.0},"324":{"tf":1.0},"336":{"tf":1.0},"41":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"278":{"tf":1.0},"339":{"tf":1.0}}}}}}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"200":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"y":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"203":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":3,"docs":{"129":{"tf":1.4142135623730951},"193":{"tf":1.0},"194":{"tf":1.4142135623730951}},"s":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"196":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"170":{"tf":1.0},"172":{"tf":1.0},"182":{"tf":1.0},"36":{"tf":1.4142135623730951}}}},"i":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"107":{"tf":1.0},"116":{"tf":1.0},"135":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"a":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":10,"docs":{"118":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"276":{"tf":1.0},"52":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":7,"docs":{"174":{"tf":1.4142135623730951},"270":{"tf":1.0},"306":{"tf":1.0},"31":{"tf":1.0},"326":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"(":{"&":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"124":{"tf":1.0},"178":{"tf":1.4142135623730951},"183":{"tf":1.0},"184":{"tf":2.0},"240":{"tf":1.0},"38":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":5,"docs":{"168":{"tf":1.0},"190":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"42":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":62,"docs":{"10":{"tf":1.0},"126":{"tf":1.0},"128":{"tf":1.0},"133":{"tf":2.0},"140":{"tf":1.4142135623730951},"15":{"tf":1.7320508075688772},"150":{"tf":1.0},"167":{"tf":1.4142135623730951},"168":{"tf":1.4142135623730951},"175":{"tf":1.0},"179":{"tf":1.0},"18":{"tf":1.4142135623730951},"180":{"tf":1.0},"181":{"tf":1.4142135623730951},"182":{"tf":1.0},"185":{"tf":1.0},"189":{"tf":1.0},"19":{"tf":1.0},"190":{"tf":1.7320508075688772},"194":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"22":{"tf":1.0},"225":{"tf":1.0},"244":{"tf":1.4142135623730951},"245":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.4142135623730951},"251":{"tf":1.0},"253":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.4142135623730951},"267":{"tf":2.0},"268":{"tf":1.4142135623730951},"276":{"tf":1.0},"28":{"tf":1.0},"280":{"tf":1.0},"297":{"tf":1.0},"30":{"tf":1.0},"302":{"tf":1.0},"31":{"tf":1.7320508075688772},"318":{"tf":1.4142135623730951},"32":{"tf":1.0},"331":{"tf":1.4142135623730951},"337":{"tf":2.0},"339":{"tf":1.7320508075688772},"38":{"tf":1.7320508075688772},"41":{"tf":1.7320508075688772},"42":{"tf":2.0},"44":{"tf":1.4142135623730951},"45":{"tf":1.0},"47":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"54":{"tf":1.4142135623730951},"60":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"(":{"&":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"331":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"266":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"150":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"42":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"244":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"273":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":9,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"244":{"tf":1.0},"261":{"tf":1.0},"283":{"tf":1.0},"293":{"tf":1.0},"298":{"tf":1.0},"52":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"245":{"tf":1.4142135623730951},"337":{"tf":1.0},"44":{"tf":1.0},"51":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"197":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":16,"docs":{"10":{"tf":1.4142135623730951},"100":{"tf":1.0},"131":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"243":{"tf":1.0},"248":{"tf":1.0},"252":{"tf":1.4142135623730951},"302":{"tf":1.0},"305":{"tf":1.0},"332":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.4142135623730951},"48":{"tf":1.0},"49":{"tf":1.0},"84":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"292":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"195":{"tf":1.0},"31":{"tf":1.0},"93":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":27,"docs":{"114":{"tf":1.0},"127":{"tf":1.0},"149":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"17":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"213":{"tf":1.0},"241":{"tf":1.0},"244":{"tf":1.0},"248":{"tf":1.0},"251":{"tf":1.0},"264":{"tf":1.0},"29":{"tf":1.0},"314":{"tf":1.0},"318":{"tf":1.0},"323":{"tf":1.0},"324":{"tf":1.0},"33":{"tf":1.0},"334":{"tf":1.0},"335":{"tf":1.4142135623730951},"35":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"54":{"tf":1.0},"98":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"143":{"tf":1.0},"156":{"tf":1.0},"256":{"tf":1.0},"337":{"tf":1.0},"34":{"tf":1.0},"59":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"102":{"tf":1.0},"112":{"tf":1.0},"24":{"tf":1.4142135623730951},"27":{"tf":1.0},"296":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"106":{"tf":1.4142135623730951},"117":{"tf":1.0},"24":{"tf":1.4142135623730951},"296":{"tf":1.0}},"i":{"c":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"296":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":17,"docs":{"10":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"119":{"tf":1.0},"166":{"tf":1.0},"173":{"tf":1.0},"179":{"tf":1.0},"187":{"tf":1.0},"242":{"tf":1.0},"251":{"tf":1.0},"302":{"tf":1.0},"304":{"tf":1.0},"312":{"tf":1.0},"328":{"tf":1.0},"42":{"tf":1.0},"60":{"tf":1.0},"99":{"tf":1.0}}}}}},"i":{"c":{"df":1,"docs":{"318":{"tf":1.0}}},"df":0,"docs":{}}}},"f":{"df":2,"docs":{"160":{"tf":1.0},"228":{"tf":1.0}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"149":{"tf":1.0},"205":{"tf":1.0},"222":{"tf":1.0},"279":{"tf":1.0}},"i":{"df":10,"docs":{"281":{"tf":1.0},"282":{"tf":1.0},"283":{"tf":1.0},"285":{"tf":1.0},"286":{"tf":1.0},"287":{"tf":1.0},"289":{"tf":1.0},"290":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0}}},"t":{"df":2,"docs":{"279":{"tf":1.0},"323":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":2,"docs":{"264":{"tf":1.0},"55":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"36":{"tf":1.0}}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":31,"docs":{"10":{"tf":1.0},"118":{"tf":1.0},"126":{"tf":1.0},"132":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"189":{"tf":1.0},"19":{"tf":1.0},"209":{"tf":1.0},"246":{"tf":1.0},"247":{"tf":1.0},"265":{"tf":1.0},"282":{"tf":1.0},"295":{"tf":1.4142135623730951},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"309":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"321":{"tf":1.0},"337":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"43":{"tf":1.7320508075688772},"44":{"tf":1.4142135623730951},"45":{"tf":1.7320508075688772},"50":{"tf":1.0},"62":{"tf":1.0},"84":{"tf":1.0},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}}}}},"g":{"df":2,"docs":{"243":{"tf":1.0},"43":{"tf":1.0}}},"r":{"df":1,"docs":{"208":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"169":{"tf":1.0},"174":{"tf":1.0},"257":{"tf":1.0},"315":{"tf":1.0},"339":{"tf":1.0}}},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"249":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":10,"docs":{"144":{"tf":1.0},"152":{"tf":1.0},"170":{"tf":1.4142135623730951},"172":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"220":{"tf":1.4142135623730951},"281":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"104":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"277":{"tf":1.0}},"i":{"df":2,"docs":{"182":{"tf":1.0},"31":{"tf":1.0}}}}}}}},"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"/":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":1,"docs":{"297":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":5,"docs":{"160":{"tf":1.0},"209":{"tf":1.0},"228":{"tf":1.4142135623730951},"286":{"tf":1.0},"321":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":21,"docs":{"121":{"tf":2.23606797749979},"13":{"tf":1.0},"16":{"tf":1.0},"245":{"tf":1.0},"247":{"tf":1.0},"3":{"tf":1.7320508075688772},"33":{"tf":1.0},"337":{"tf":1.7320508075688772},"338":{"tf":2.23606797749979},"34":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.4142135623730951},"54":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":1.0},"71":{"tf":1.4142135623730951},"73":{"tf":2.0},"74":{"tf":2.0},"76":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":7,"docs":{"193":{"tf":1.0},"289":{"tf":1.0},"308":{"tf":1.0},"337":{"tf":1.0},"77":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"67":{"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":{"161":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"176":{"tf":1.0},"31":{"tf":1.0},"46":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":4,"docs":{"0":{"tf":1.0},"227":{"tf":1.0},"242":{"tf":1.0},"62":{"tf":1.0}},"r":{"df":0,"docs":{},"s":{"df":2,"docs":{"132":{"tf":1.0},"67":{"tf":1.0}}}}}}},"o":{"c":{"df":1,"docs":{"270":{"tf":1.0}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"218":{"tf":1.0},"221":{"tf":1.0},"304":{"tf":1.0},"315":{"tf":1.0},"326":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":34,"docs":{"119":{"tf":1.0},"124":{"tf":1.0},"126":{"tf":1.0},"15":{"tf":1.0},"152":{"tf":1.7320508075688772},"153":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.4142135623730951},"175":{"tf":1.0},"176":{"tf":1.4142135623730951},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.7320508075688772},"187":{"tf":1.7320508075688772},"188":{"tf":1.4142135623730951},"209":{"tf":1.7320508075688772},"220":{"tf":1.4142135623730951},"227":{"tf":1.4142135623730951},"228":{"tf":1.4142135623730951},"233":{"tf":2.23606797749979},"245":{"tf":1.0},"276":{"tf":1.0},"283":{"tf":1.7320508075688772},"287":{"tf":1.0},"292":{"tf":3.7416573867739413},"31":{"tf":1.0},"312":{"tf":1.0},"323":{"tf":1.0},"337":{"tf":1.0},"339":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"48":{"tf":1.0},"51":{"tf":1.0},"8":{"tf":1.0}},"{":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"187":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"112":{"tf":1.0}}}}}}}}}},"df":6,"docs":{"112":{"tf":1.4142135623730951},"117":{"tf":1.0},"131":{"tf":1.0},"270":{"tf":1.0},"276":{"tf":1.0},"61":{"tf":1.0}}}}}}}},"df":3,"docs":{"10":{"tf":1.0},"259":{"tf":1.0},"30":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"\'":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":13,"docs":{"10":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"245":{"tf":1.0},"249":{"tf":1.0},"26":{"tf":1.0},"267":{"tf":1.0},"290":{"tf":1.0},"308":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.0}}}}},"—":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"n":{"\'":{"df":0,"docs":{},"t":{"df":1,"docs":{"104":{"tf":1.0}}}},"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":36,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"106":{"tf":1.0},"11":{"tf":1.0},"16":{"tf":1.0},"173":{"tf":1.0},"179":{"tf":1.0},"18":{"tf":1.4142135623730951},"185":{"tf":1.4142135623730951},"190":{"tf":1.0},"205":{"tf":1.0},"239":{"tf":1.0},"247":{"tf":1.0},"250":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951},"264":{"tf":1.4142135623730951},"268":{"tf":1.0},"273":{"tf":1.0},"282":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"32":{"tf":1.4142135623730951},"328":{"tf":1.0},"33":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":1.0},"69":{"tf":1.0},"9":{"tf":1.0},"91":{"tf":1.0},"98":{"tf":1.0}}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"131":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"n":{"df":14,"docs":{"107":{"tf":1.0},"123":{"tf":1.4142135623730951},"160":{"tf":1.0},"19":{"tf":1.0},"228":{"tf":1.0},"286":{"tf":1.0},"290":{"tf":1.0},"306":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.0},"82":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"210":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":3,"docs":{"249":{"tf":1.0},"33":{"tf":1.0},"80":{"tf":1.7320508075688772}}}}}}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"67":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"133":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"132":{"tf":1.7320508075688772}}}},"v":{"df":0,"docs":{},"e":{"df":6,"docs":{"135":{"tf":1.0},"195":{"tf":1.0},"247":{"tf":1.0},"273":{"tf":1.0},"33":{"tf":1.0},"337":{"tf":1.0}},"n":{"df":2,"docs":{"105":{"tf":1.0},"59":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"p":{"/":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"131":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"131":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"l":{"df":4,"docs":{"276":{"tf":1.0},"278":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":2,"docs":{"212":{"tf":1.0},"37":{"tf":1.0}}},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"154":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"110":{"tf":1.0},"132":{"tf":1.0},"43":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":44,"docs":{"101":{"tf":1.0},"105":{"tf":2.23606797749979},"113":{"tf":1.4142135623730951},"117":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"122":{"tf":1.0},"125":{"tf":1.0},"148":{"tf":1.0},"18":{"tf":1.0},"185":{"tf":1.0},"23":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"247":{"tf":1.0},"249":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"259":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"278":{"tf":1.0},"285":{"tf":1.0},"289":{"tf":1.0},"296":{"tf":1.0},"321":{"tf":1.0},"328":{"tf":1.0},"33":{"tf":1.0},"337":{"tf":2.0},"339":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.7320508075688772},"54":{"tf":1.4142135623730951},"55":{"tf":1.0},"59":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951},"66":{"tf":1.0},"67":{"tf":1.4142135623730951},"73":{"tf":1.0},"80":{"tf":1.0},"83":{"tf":1.0},"86":{"tf":1.4142135623730951},"89":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"3":{"0":{"df":1,"docs":{"67":{"tf":1.0}}},"df":0,"docs":{}},"6":{"0":{"df":2,"docs":{"120":{"tf":1.0},"73":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"67":{"tf":1.0},"73":{"tf":1.0}}},"df":0,"docs":{}}}},":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"2":{"0":{"df":1,"docs":{"194":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"5":{"df":1,"docs":{"194":{"tf":1.0}}},"df":0,"docs":{}},"7":{"5":{"df":1,"docs":{"194":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":33,"docs":{"105":{"tf":1.0},"119":{"tf":1.0},"14":{"tf":1.0},"150":{"tf":1.0},"153":{"tf":1.0},"16":{"tf":1.4142135623730951},"18":{"tf":1.0},"203":{"tf":1.0},"219":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"226":{"tf":1.0},"240":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.0},"254":{"tf":1.0},"274":{"tf":1.0},"283":{"tf":1.0},"337":{"tf":2.0},"34":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.4142135623730951},"54":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"64":{"tf":1.0},"68":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"97":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"130":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"199":{"tf":1.4142135623730951},"273":{"tf":1.7320508075688772},"274":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":8,"docs":{"130":{"tf":1.0},"135":{"tf":1.0},"193":{"tf":1.0},"200":{"tf":1.0},"273":{"tf":1.0},"36":{"tf":1.0},"52":{"tf":1.0},"89":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"273":{"tf":1.0}}}}}}},"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"29":{"tf":1.0}}}}},"df":0,"docs":{}},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"12":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":35,"docs":{"1":{"tf":1.0},"101":{"tf":1.0},"11":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"12":{"tf":1.0},"152":{"tf":1.0},"167":{"tf":1.0},"170":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"179":{"tf":1.0},"18":{"tf":1.0},"182":{"tf":1.0},"191":{"tf":1.0},"209":{"tf":1.4142135623730951},"214":{"tf":1.0},"218":{"tf":1.0},"221":{"tf":1.0},"241":{"tf":1.0},"244":{"tf":1.4142135623730951},"252":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"313":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"338":{"tf":1.0},"35":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.4142135623730951},"63":{"tf":1.0},"73":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"249":{"tf":1.0},"33":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":7,"docs":{"173":{"tf":1.0},"174":{"tf":1.0},"18":{"tf":1.0},"251":{"tf":1.0},"253":{"tf":1.0},"336":{"tf":1.0},"60":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"335":{"tf":1.0}}}}}}},"df":1,"docs":{"29":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"70":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"200":{"tf":1.0},"43":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"338":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"208":{"tf":1.0}}}}}}}}},"m":{"b":{"df":1,"docs":{"250":{"tf":1.0}},"e":{"d":{"df":2,"docs":{"318":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{}},"o":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"303":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":18,"docs":{"154":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"232":{"tf":1.0},"237":{"tf":1.0},"251":{"tf":1.0},"283":{"tf":1.0},"286":{"tf":1.0},"290":{"tf":1.4142135623730951},"295":{"tf":1.0},"297":{"tf":1.0},"314":{"tf":1.0},"321":{"tf":1.0},"323":{"tf":1.0},"327":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"81":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":4,"docs":{"193":{"tf":1.0},"194":{"tf":1.0},"198":{"tf":1.0},"24":{"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":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"226":{"tf":1.0}}}}}}},"d":{"df":8,"docs":{"11":{"tf":1.0},"116":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"17":{"tf":1.0},"271":{"tf":1.4142135623730951},"272":{"tf":1.4142135623730951},"276":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"170":{"tf":1.0},"176":{"tf":1.0},"203":{"tf":1.0},"221":{"tf":1.7320508075688772},"256":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":9,"docs":{"135":{"tf":1.0},"215":{"tf":1.0},"249":{"tf":1.0},"26":{"tf":1.0},"268":{"tf":1.0},"32":{"tf":1.0},"41":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"249":{"tf":1.0},"51":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":13,"docs":{"209":{"tf":1.0},"232":{"tf":1.0},"246":{"tf":1.0},"26":{"tf":1.4142135623730951},"278":{"tf":1.0},"290":{"tf":1.0},"30":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.4142135623730951},"54":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":2.0},"82":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":17,"docs":{"123":{"tf":1.0},"129":{"tf":1.0},"195":{"tf":1.0},"2":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"230":{"tf":1.0},"235":{"tf":1.0},"246":{"tf":1.0},"268":{"tf":1.0},"283":{"tf":1.0},"30":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.4142135623730951},"339":{"tf":1.4142135623730951},"37":{"tf":1.0},"4":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"103":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"r":{"df":3,"docs":{"337":{"tf":1.0},"4":{"tf":1.0},"84":{"tf":1.0}}}}},"v":{"df":3,"docs":{"163":{"tf":1.0},"237":{"tf":1.0},"295":{"tf":1.0}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":48,"docs":{"10":{"tf":1.0},"111":{"tf":1.4142135623730951},"116":{"tf":1.0},"117":{"tf":1.4142135623730951},"118":{"tf":1.0},"119":{"tf":1.0},"126":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":1.0},"150":{"tf":1.0},"161":{"tf":1.0},"173":{"tf":1.0},"179":{"tf":1.4142135623730951},"180":{"tf":1.0},"189":{"tf":1.0},"206":{"tf":1.0},"208":{"tf":1.0},"211":{"tf":1.4142135623730951},"212":{"tf":1.0},"217":{"tf":1.0},"221":{"tf":1.0},"23":{"tf":1.0},"241":{"tf":1.0},"251":{"tf":1.0},"27":{"tf":1.4142135623730951},"276":{"tf":1.0},"283":{"tf":1.0},"285":{"tf":1.0},"286":{"tf":1.0},"291":{"tf":1.0},"295":{"tf":1.0},"298":{"tf":1.0},"303":{"tf":1.0},"332":{"tf":1.0},"335":{"tf":1.0},"337":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"8":{"tf":1.0},"99":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}}}}},"p":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"245":{"tf":1.0},"301":{"tf":1.0},"337":{"tf":1.0},"54":{"tf":1.0},"59":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"n":{"!":{"(":{"\\"":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"165":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"165":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"258":{"tf":1.0}}}}}}},"r":{"(":{"\\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"273":{"tf":1.0}}}}},"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"!":{"(":{"\\"":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"264":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"262":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":38,"docs":{"103":{"tf":1.0},"105":{"tf":1.0},"113":{"tf":1.0},"139":{"tf":1.0},"142":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.4142135623730951},"156":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.4142135623730951},"218":{"tf":1.0},"225":{"tf":1.4142135623730951},"226":{"tf":2.0},"227":{"tf":1.0},"247":{"tf":1.0},"249":{"tf":1.4142135623730951},"255":{"tf":1.0},"259":{"tf":1.7320508075688772},"261":{"tf":1.0},"268":{"tf":1.4142135623730951},"281":{"tf":1.4142135623730951},"282":{"tf":1.4142135623730951},"283":{"tf":1.4142135623730951},"287":{"tf":1.4142135623730951},"290":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"297":{"tf":1.4142135623730951},"30":{"tf":1.0},"322":{"tf":1.0},"323":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"54":{"tf":1.0},"81":{"tf":1.0},"97":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"120":{"tf":1.0},"7":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"c":{"df":3,"docs":{"214":{"tf":1.0},"318":{"tf":1.0},"339":{"tf":1.0}}},"df":0,"docs":{}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"274":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"261":{"tf":1.0},"262":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":21,"docs":{"143":{"tf":1.4142135623730951},"168":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"222":{"tf":1.0},"248":{"tf":1.4142135623730951},"249":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"264":{"tf":1.0},"266":{"tf":1.0},"274":{"tf":1.0},"337":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"38":{"tf":1.0},"43":{"tf":1.0},"54":{"tf":1.7320508075688772},"59":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":12,"docs":{"10":{"tf":1.0},"113":{"tf":1.0},"144":{"tf":1.0},"163":{"tf":1.0},"222":{"tf":1.0},"268":{"tf":1.0},"301":{"tf":1.0},"339":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0}},"t":{"df":5,"docs":{"307":{"tf":1.0},"337":{"tf":1.0},"46":{"tf":1.0},"59":{"tf":1.0},"79":{"tf":1.4142135623730951}},"u":{"df":1,"docs":{"253":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":10,"docs":{"102":{"tf":1.0},"13":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"286":{"tf":1.0},"3":{"tf":1.0},"41":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.0},"64":{"tf":1.0}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"19":{"tf":1.0},"250":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"242":{"tf":1.0}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"10":{"tf":1.0},"31":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":8,"docs":{"17":{"tf":1.0},"23":{"tf":1.0},"251":{"tf":1.0},"28":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"159":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":35,"docs":{"0":{"tf":1.0},"10":{"tf":1.4142135623730951},"118":{"tf":1.7320508075688772},"119":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.4142135623730951},"127":{"tf":1.0},"128":{"tf":1.0},"13":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"199":{"tf":1.0},"237":{"tf":1.0},"252":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"262":{"tf":1.0},"267":{"tf":1.0},"270":{"tf":1.4142135623730951},"271":{"tf":1.4142135623730951},"272":{"tf":1.0},"276":{"tf":1.0},"317":{"tf":1.0},"332":{"tf":1.0},"337":{"tf":1.4142135623730951},"339":{"tf":1.0},"35":{"tf":1.0},"51":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"93":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":24,"docs":{"10":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"142":{"tf":1.0},"146":{"tf":1.0},"150":{"tf":1.0},"165":{"tf":1.0},"168":{"tf":1.4142135623730951},"170":{"tf":1.0},"176":{"tf":1.0},"182":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"226":{"tf":1.0},"249":{"tf":1.0},"255":{"tf":1.0},"259":{"tf":1.0},"266":{"tf":1.4142135623730951},"33":{"tf":1.0},"337":{"tf":1.7320508075688772},"42":{"tf":1.0},"45":{"tf":1.4142135623730951},"54":{"tf":1.0},"84":{"tf":1.0}},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":4,"docs":{"255":{"tf":1.0},"256":{"tf":1.0},"317":{"tf":1.0},"64":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":39,"docs":{"1":{"tf":1.0},"102":{"tf":1.0},"107":{"tf":1.0},"120":{"tf":1.7320508075688772},"121":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"139":{"tf":1.0},"140":{"tf":1.0},"142":{"tf":1.0},"158":{"tf":1.0},"170":{"tf":1.0},"182":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"196":{"tf":1.0},"2":{"tf":1.0},"205":{"tf":1.0},"208":{"tf":1.0},"230":{"tf":1.4142135623730951},"245":{"tf":1.0},"246":{"tf":1.0},"278":{"tf":1.4142135623730951},"281":{"tf":1.7320508075688772},"287":{"tf":1.4142135623730951},"3":{"tf":2.0},"304":{"tf":1.0},"306":{"tf":1.0},"31":{"tf":1.0},"310":{"tf":1.0},"337":{"tf":1.7320508075688772},"338":{"tf":1.4142135623730951},"4":{"tf":1.0},"44":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":2.0},"55":{"tf":1.7320508075688772},"68":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951},"79":{"tf":1.0}},"’":{"df":1,"docs":{"5":{"tf":1.0}}}}}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":13,"docs":{"108":{"tf":1.0},"109":{"tf":1.0},"16":{"tf":1.0},"210":{"tf":1.0},"253":{"tf":1.0},"276":{"tf":1.0},"337":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.0},"71":{"tf":1.0},"73":{"tf":1.0}}}}},"df":0,"docs":{}}},"h":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"160":{"tf":1.0},"228":{"tf":1.0},"268":{"tf":1.0},"286":{"tf":1.0},"297":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"250":{"tf":1.0},"268":{"tf":1.4142135623730951},"281":{"tf":1.0},"298":{"tf":1.0},"334":{"tf":1.0},"337":{"tf":1.0},"48":{"tf":1.0}}}},"t":{"df":1,"docs":{"103":{"tf":1.4142135623730951}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"272":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":33,"docs":{"101":{"tf":1.0},"106":{"tf":1.4142135623730951},"109":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"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},"137":{"tf":1.0},"14":{"tf":1.0},"165":{"tf":1.0},"189":{"tf":1.0},"194":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.4142135623730951},"257":{"tf":1.0},"258":{"tf":1.0},"30":{"tf":1.0},"302":{"tf":1.0},"38":{"tf":1.0},"46":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"86":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"d":{"a":{"_":{"df":0,"docs":{},"l":{"df":6,"docs":{"109":{"tf":1.0},"113":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"57":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":5,"docs":{"113":{"tf":1.0},"289":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0},"93":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"273":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"—":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"243":{"tf":1.0}}}}}}}}}}}},"df":115,"docs":{"10":{"tf":1.0},"101":{"tf":1.0},"104":{"tf":2.23606797749979},"11":{"tf":1.0},"113":{"tf":1.4142135623730951},"116":{"tf":1.4142135623730951},"117":{"tf":1.0},"120":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"131":{"tf":1.7320508075688772},"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"139":{"tf":1.4142135623730951},"14":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":2.0},"148":{"tf":1.0},"149":{"tf":2.0},"156":{"tf":1.7320508075688772},"166":{"tf":1.0},"168":{"tf":1.0},"17":{"tf":2.23606797749979},"18":{"tf":1.7320508075688772},"19":{"tf":1.4142135623730951},"193":{"tf":1.0},"195":{"tf":1.0},"197":{"tf":1.0},"2":{"tf":1.0},"200":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"208":{"tf":1.0},"212":{"tf":1.0},"216":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.7320508075688772},"23":{"tf":2.0},"244":{"tf":1.0},"246":{"tf":1.0},"247":{"tf":1.7320508075688772},"248":{"tf":2.8284271247461903},"249":{"tf":1.7320508075688772},"25":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.4142135623730951},"252":{"tf":1.0},"253":{"tf":1.4142135623730951},"255":{"tf":1.7320508075688772},"259":{"tf":1.4142135623730951},"260":{"tf":1.4142135623730951},"261":{"tf":1.7320508075688772},"262":{"tf":2.0},"263":{"tf":1.0},"264":{"tf":1.7320508075688772},"266":{"tf":1.0},"268":{"tf":1.0},"271":{"tf":1.0},"272":{"tf":1.4142135623730951},"273":{"tf":2.0},"274":{"tf":1.7320508075688772},"275":{"tf":1.0},"276":{"tf":1.0},"278":{"tf":1.0},"285":{"tf":1.4142135623730951},"286":{"tf":2.0},"288":{"tf":1.0},"289":{"tf":1.0},"29":{"tf":1.4142135623730951},"297":{"tf":1.0},"301":{"tf":1.0},"314":{"tf":1.0},"32":{"tf":1.0},"324":{"tf":2.0},"33":{"tf":1.0},"335":{"tf":1.0},"337":{"tf":3.3166247903554},"339":{"tf":2.0},"34":{"tf":2.0},"35":{"tf":3.0},"37":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":2.0},"43":{"tf":2.449489742783178},"46":{"tf":1.7320508075688772},"48":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"54":{"tf":2.449489742783178},"55":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"6":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"68":{"tf":1.0},"69":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"80":{"tf":2.0},"84":{"tf":2.0},"85":{"tf":1.7320508075688772},"86":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":2.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.0},"98":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}},"e":{"d":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"73":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"9":{"tf":1.0}}},"t":{"df":1,"docs":{"0":{"tf":1.0}},"—":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"’":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}}}}}}}},"i":{"df":0,"docs":{},"r":{"df":5,"docs":{"247":{"tf":1.0},"255":{"tf":1.0},"259":{"tf":1.0},"64":{"tf":1.0},"80":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":10,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"167":{"tf":1.0},"196":{"tf":1.0},"20":{"tf":1.0},"243":{"tf":1.0},"252":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":9,"docs":{"105":{"tf":1.7320508075688772},"106":{"tf":1.0},"117":{"tf":1.0},"26":{"tf":1.0},"278":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0},"54":{"tf":1.0},"6":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"106":{"tf":1.0},"113":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"12":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":19,"docs":{"152":{"tf":1.0},"172":{"tf":1.7320508075688772},"178":{"tf":1.0},"208":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.4142135623730951},"214":{"tf":1.0},"217":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.4142135623730951},"281":{"tf":1.0},"282":{"tf":1.0},"283":{"tf":1.4142135623730951},"286":{"tf":1.0},"298":{"tf":1.4142135623730951},"314":{"tf":1.0},"321":{"tf":1.0},"322":{"tf":1.0},"327":{"tf":1.0}}}},"s":{"df":6,"docs":{"153":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.0},"219":{"tf":1.0},"221":{"tf":1.4142135623730951},"268":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"278":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":20,"docs":{"10":{"tf":1.0},"114":{"tf":1.0},"166":{"tf":1.0},"18":{"tf":1.0},"190":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":1.7320508075688772},"253":{"tf":1.0},"269":{"tf":1.0},"271":{"tf":1.0},"316":{"tf":1.0},"317":{"tf":1.0},"318":{"tf":1.0},"337":{"tf":1.0},"48":{"tf":1.0},"87":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":10,"docs":{"114":{"tf":1.4142135623730951},"199":{"tf":1.0},"250":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"258":{"tf":1.0},"270":{"tf":2.0},"319":{"tf":1.0},"41":{"tf":1.0},"52":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"a":{"d":{"d":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"’":{"df":1,"docs":{"270":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"203":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"110":{"tf":1.0},"210":{"tf":1.0},"270":{"tf":1.0}}}},"df":1,"docs":{"106":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"}":{"\\"":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"274":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"f":{"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"25":{"tf":1.4142135623730951},"51":{"tf":1.0}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"13":{"tf":1.0},"245":{"tf":1.0},"338":{"tf":1.4142135623730951},"56":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":67,"docs":{"113":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"149":{"tf":2.0},"150":{"tf":1.4142135623730951},"155":{"tf":1.4142135623730951},"156":{"tf":1.4142135623730951},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"161":{"tf":1.0},"163":{"tf":1.7320508075688772},"165":{"tf":1.0},"17":{"tf":1.4142135623730951},"212":{"tf":1.0},"213":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.4142135623730951},"223":{"tf":1.0},"224":{"tf":1.4142135623730951},"225":{"tf":1.0},"226":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.4142135623730951},"249":{"tf":1.0},"251":{"tf":1.0},"259":{"tf":2.0},"261":{"tf":1.0},"268":{"tf":1.0},"279":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":1.0},"285":{"tf":1.4142135623730951},"286":{"tf":1.0},"287":{"tf":1.0},"289":{"tf":1.0},"290":{"tf":1.0},"293":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"30":{"tf":1.4142135623730951},"301":{"tf":1.0},"309":{"tf":1.0},"314":{"tf":1.4142135623730951},"321":{"tf":1.0},"324":{"tf":1.0},"339":{"tf":1.4142135623730951},"35":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"46":{"tf":1.0},"47":{"tf":2.449489742783178},"54":{"tf":1.4142135623730951},"58":{"tf":1.0},"61":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"89":{"tf":1.0},"93":{"tf":1.0},"97":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"298":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"r":{"df":50,"docs":{"10":{"tf":1.0},"108":{"tf":1.0},"117":{"tf":1.0},"131":{"tf":1.0},"136":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.0},"163":{"tf":1.7320508075688772},"165":{"tf":1.0},"166":{"tf":1.0},"173":{"tf":1.0},"19":{"tf":1.4142135623730951},"191":{"tf":1.0},"192":{"tf":1.0},"196":{"tf":1.0},"200":{"tf":1.4142135623730951},"205":{"tf":1.0},"215":{"tf":1.0},"218":{"tf":1.0},"223":{"tf":1.0},"225":{"tf":1.4142135623730951},"227":{"tf":1.0},"238":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"241":{"tf":1.0},"249":{"tf":1.0},"251":{"tf":1.0},"264":{"tf":1.7320508075688772},"288":{"tf":1.0},"289":{"tf":1.0},"303":{"tf":1.0},"308":{"tf":1.0},"314":{"tf":1.0},"324":{"tf":1.0},"332":{"tf":1.0},"337":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"36":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"68":{"tf":1.0},"82":{"tf":1.4142135623730951},"89":{"tf":1.0},"93":{"tf":1.0},"97":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"165":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"165":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"k":{"df":0,"docs":{},"e":{"df":2,"docs":{"129":{"tf":1.0},"133":{"tf":1.0}}}},"l":{"df":0,"docs":{},"s":{"df":5,"docs":{"215":{"tf":1.0},"26":{"tf":1.0},"307":{"tf":1.0},"337":{"tf":1.0},"61":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"2":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}}}},"q":{"df":1,"docs":{"115":{"tf":1.0}}},"r":{"df":2,"docs":{"47":{"tf":1.0},"56":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":16,"docs":{"125":{"tf":1.0},"126":{"tf":1.0},"133":{"tf":1.0},"163":{"tf":1.4142135623730951},"169":{"tf":1.0},"173":{"tf":1.0},"185":{"tf":1.0},"232":{"tf":1.0},"247":{"tf":1.0},"259":{"tf":1.0},"275":{"tf":1.0},"301":{"tf":1.0},"328":{"tf":1.0},"42":{"tf":1.4142135623730951},"47":{"tf":1.7320508075688772},"60":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"312":{"tf":1.0},"328":{"tf":1.0},"56":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"169":{"tf":1.0},"174":{"tf":1.0},"339":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"306":{"tf":1.0}}}}}},"df":3,"docs":{"152":{"tf":1.7320508075688772},"220":{"tf":1.0},"306":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":6,"docs":{"188":{"tf":1.4142135623730951},"253":{"tf":1.0},"308":{"tf":1.0},"337":{"tf":1.0},"42":{"tf":1.0},"55":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"205":{"tf":1.0}}}}}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"117":{"tf":1.0},"133":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":7,"docs":{"133":{"tf":1.0},"197":{"tf":1.0},"248":{"tf":1.0},"255":{"tf":1.0},"337":{"tf":1.7320508075688772},"38":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":1,"docs":{"48":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"152":{"tf":1.0},"210":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":4,"docs":{"0":{"tf":1.0},"132":{"tf":1.0},"207":{"tf":1.0},"47":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"111":{"tf":1.0},"283":{"tf":1.0},"297":{"tf":1.0}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":5,"docs":{"117":{"tf":1.0},"181":{"tf":1.4142135623730951},"185":{"tf":1.0},"186":{"tf":1.0},"339":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":4,"docs":{"178":{"tf":1.4142135623730951},"210":{"tf":1.0},"220":{"tf":1.0},"334":{"tf":1.0}}},"l":{"df":1,"docs":{"13":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":7,"docs":{"103":{"tf":1.0},"132":{"tf":1.0},"339":{"tf":1.0},"36":{"tf":1.0},"55":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0}}}},"d":{"df":15,"docs":{"107":{"tf":1.0},"124":{"tf":1.0},"153":{"tf":1.0},"208":{"tf":1.0},"230":{"tf":1.0},"234":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":1.0},"314":{"tf":1.0},"322":{"tf":1.0},"328":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":3,"docs":{"301":{"tf":1.0},"324":{"tf":1.4142135623730951},"56":{"tf":1.0}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":12,"docs":{"10":{"tf":1.0},"15":{"tf":1.0},"220":{"tf":1.0},"248":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"274":{"tf":1.0},"32":{"tf":1.0},"337":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"88":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"323":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":13,"docs":{"10":{"tf":1.0},"102":{"tf":1.7320508075688772},"117":{"tf":1.0},"198":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"264":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"61":{"tf":1.0},"67":{"tf":1.0},"73":{"tf":1.0}},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"324":{"tf":1.0}}}}}}}}}},"t":{"df":7,"docs":{"117":{"tf":1.0},"190":{"tf":1.0},"243":{"tf":1.0},"272":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"60":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":3,"docs":{"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"244":{"tf":1.0}}}},"x":{"df":5,"docs":{"139":{"tf":1.0},"24":{"tf":1.0},"279":{"tf":1.0},"296":{"tf":1.0},"46":{"tf":1.4142135623730951}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"193":{"tf":1.0}}},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"294":{"tf":1.0}}}},"p":{"df":2,"docs":{"193":{"tf":1.0},"205":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"12":{"tf":1.0},"187":{"tf":1.0},"29":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":1,"docs":{"8":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"276":{"tf":1.0},"278":{"tf":1.0},"339":{"tf":1.7320508075688772}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"114":{"tf":1.0},"258":{"tf":1.0}}}}}}}}},"n":{"df":97,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.4142135623730951},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":2.0},"111":{"tf":1.4142135623730951},"112":{"tf":1.0},"113":{"tf":2.0},"114":{"tf":1.7320508075688772},"119":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"121":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"124":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"126":{"tf":1.0},"13":{"tf":1.0},"137":{"tf":1.4142135623730951},"14":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":1.0},"161":{"tf":1.0},"165":{"tf":1.0},"168":{"tf":2.0},"171":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.4142135623730951},"183":{"tf":1.0},"184":{"tf":2.0},"189":{"tf":2.0},"190":{"tf":2.0},"194":{"tf":1.0},"198":{"tf":1.7320508075688772},"199":{"tf":1.7320508075688772},"22":{"tf":1.0},"23":{"tf":1.0},"236":{"tf":1.0},"24":{"tf":1.0},"240":{"tf":1.0},"255":{"tf":2.0},"256":{"tf":2.23606797749979},"257":{"tf":1.0},"258":{"tf":2.6457513110645907},"26":{"tf":1.0},"261":{"tf":2.0},"262":{"tf":2.0},"263":{"tf":1.0},"266":{"tf":2.0},"267":{"tf":1.7320508075688772},"269":{"tf":2.0},"273":{"tf":2.449489742783178},"274":{"tf":2.0},"283":{"tf":1.0},"285":{"tf":1.0},"286":{"tf":1.0},"287":{"tf":1.4142135623730951},"289":{"tf":2.0},"290":{"tf":1.4142135623730951},"295":{"tf":1.0},"296":{"tf":2.0},"30":{"tf":1.0},"302":{"tf":1.4142135623730951},"309":{"tf":1.0},"31":{"tf":1.0},"315":{"tf":1.0},"317":{"tf":1.7320508075688772},"330":{"tf":1.0},"331":{"tf":1.4142135623730951},"38":{"tf":1.0},"42":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"46":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.0},"64":{"tf":1.4142135623730951},"66":{"tf":1.0},"67":{"tf":1.7320508075688772},"72":{"tf":1.0},"73":{"tf":1.7320508075688772},"78":{"tf":1.0},"79":{"tf":1.4142135623730951},"81":{"tf":1.0},"83":{"tf":1.0},"86":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.4142135623730951}}},"o":{"c":{"df":0,"docs":{},"u":{"df":2,"docs":{"199":{"tf":1.0},"22":{"tf":1.0}},"s":{"df":4,"docs":{"113":{"tf":1.0},"201":{"tf":1.0},"51":{"tf":1.0},"64":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"155":{"tf":1.0}}}}}},"r":{"c":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"46":{"tf":1.0}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"103":{"tf":1.0},"273":{"tf":1.0},"81":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"113":{"tf":1.0}}}}},"k":{"df":1,"docs":{"41":{"tf":1.0}}},"m":{"a":{"df":0,"docs":{},"t":{"!":{"(":{"\\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"274":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":3,"docs":{"246":{"tf":1.0},"337":{"tf":1.0},"339":{"tf":1.0}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"153":{"tf":1.4142135623730951},"2":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"10":{"tf":1.0},"102":{"tf":1.0},"20":{"tf":1.0},"7":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"y":{"df":1,"docs":{"49":{"tf":1.0}}}}}}}}},"df":4,"docs":{"150":{"tf":1.0},"230":{"tf":1.0},"234":{"tf":1.0},"281":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"10":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"r":{"df":1,"docs":{"41":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"270":{"tf":1.0},"319":{"tf":1.0},"41":{"tf":1.0}}}}}}}}}}},"df":77,"docs":{"0":{"tf":1.4142135623730951},"10":{"tf":2.0},"105":{"tf":1.0},"11":{"tf":1.4142135623730951},"114":{"tf":1.0},"12":{"tf":1.0},"128":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.0},"166":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"190":{"tf":1.0},"192":{"tf":1.0},"206":{"tf":1.0},"208":{"tf":1.4142135623730951},"21":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"22":{"tf":1.4142135623730951},"222":{"tf":1.0},"23":{"tf":1.4142135623730951},"230":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.4142135623730951},"245":{"tf":1.0},"246":{"tf":1.0},"247":{"tf":1.0},"250":{"tf":1.7320508075688772},"251":{"tf":1.4142135623730951},"252":{"tf":1.7320508075688772},"253":{"tf":1.0},"26":{"tf":1.0},"270":{"tf":1.0},"271":{"tf":1.0},"272":{"tf":1.0},"276":{"tf":1.4142135623730951},"278":{"tf":1.0},"28":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":1.0},"292":{"tf":1.0},"301":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"310":{"tf":1.0},"316":{"tf":1.0},"317":{"tf":1.0},"318":{"tf":1.0},"32":{"tf":1.0},"322":{"tf":1.0},"332":{"tf":1.0},"339":{"tf":1.0},"34":{"tf":1.4142135623730951},"36":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":1.0},"48":{"tf":1.4142135623730951},"49":{"tf":1.0},"52":{"tf":1.4142135623730951},"60":{"tf":1.0},"64":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":2.0},"80":{"tf":1.0},"84":{"tf":1.0},"98":{"tf":1.0}},"’":{"df":4,"docs":{"15":{"tf":1.0},"249":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":3,"docs":{"160":{"tf":1.0},"228":{"tf":1.0},"286":{"tf":1.0}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"193":{"tf":1.0},"299":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"179":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"180":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":13,"docs":{"120":{"tf":1.0},"125":{"tf":1.0},"133":{"tf":1.0},"205":{"tf":1.0},"248":{"tf":1.0},"298":{"tf":1.0},"3":{"tf":1.0},"335":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"49":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0}},"i":{"df":2,"docs":{"312":{"tf":1.0},"337":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":7,"docs":{"110":{"tf":1.0},"117":{"tf":1.0},"165":{"tf":1.0},"24":{"tf":1.0},"283":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0}}}}}}},"d":{"df":1,"docs":{"278":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":6,"docs":{"188":{"tf":1.4142135623730951},"199":{"tf":1.0},"259":{"tf":1.0},"61":{"tf":1.0},"77":{"tf":1.0},"79":{"tf":1.0}}}}},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"134":{"tf":1.0}}}}}},"g":{"b":{"df":1,"docs":{"210":{"tf":1.0}}},"d":{"b":{"df":1,"docs":{"174":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":3,"docs":{"197":{"tf":1.0},"273":{"tf":1.0},"42":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":37,"docs":{"134":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"170":{"tf":1.0},"176":{"tf":1.0},"178":{"tf":1.0},"18":{"tf":1.0},"182":{"tf":1.0},"19":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"247":{"tf":1.4142135623730951},"250":{"tf":1.0},"254":{"tf":1.0},"264":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"273":{"tf":1.0},"285":{"tf":1.0},"30":{"tf":1.0},"300":{"tf":1.0},"307":{"tf":1.0},"309":{"tf":1.0},"31":{"tf":1.0},"319":{"tf":1.0},"330":{"tf":1.4142135623730951},"337":{"tf":1.4142135623730951},"339":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":2.0},"59":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.4142135623730951},"74":{"tf":1.0},"8":{"tf":1.0}}},"s":{"df":0,"docs":{},"i":{"df":6,"docs":{"216":{"tf":1.0},"218":{"tf":1.4142135623730951},"285":{"tf":2.0},"32":{"tf":1.0},"323":{"tf":1.4142135623730951},"339":{"tf":1.0}}}}}},"t":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"273":{"tf":1.0},"274":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":4,"docs":{"179":{"tf":1.0},"298":{"tf":1.0},"333":{"tf":1.0},"35":{"tf":1.0}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"210":{"tf":1.0}},"h":{"df":0,"docs":{},"u":{"b":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"295":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":3,"docs":{"163":{"tf":1.0},"237":{"tf":1.0},"334":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"a":{"b":{"df":1,"docs":{"164":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":8,"docs":{"10":{"tf":1.0},"19":{"tf":1.0},"251":{"tf":1.0},"285":{"tf":1.0},"289":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":1.0}},"n":{"df":2,"docs":{"42":{"tf":1.0},"49":{"tf":1.0}}}}}},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"324":{"tf":1.0},"43":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"115":{"tf":1.0},"336":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"116":{"tf":1.0},"117":{"tf":1.0},"302":{"tf":1.0},"48":{"tf":1.7320508075688772}}}},"df":7,"docs":{"152":{"tf":1.4142135623730951},"154":{"tf":1.0},"178":{"tf":1.0},"206":{"tf":1.0},"220":{"tf":1.4142135623730951},"243":{"tf":1.0},"38":{"tf":1.0}},"e":{"df":4,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"241":{"tf":1.0},"29":{"tf":1.0}}},"o":{"d":{"df":7,"docs":{"102":{"tf":1.4142135623730951},"105":{"tf":1.0},"108":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"200":{"tf":1.0},"249":{"tf":1.0},"259":{"tf":1.0},"58":{"tf":1.0},"68":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"116":{"tf":1.0},"117":{"tf":1.0}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"293":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"285":{"tf":1.7320508075688772},"292":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"34":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":2,"docs":{"275":{"tf":1.0},"48":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":5,"docs":{"246":{"tf":1.0},"32":{"tf":1.0},"338":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0}}}}}},"d":{"df":3,"docs":{"200":{"tf":1.0},"268":{"tf":1.0},"339":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":4,"docs":{"205":{"tf":1.0},"277":{"tf":1.0},"314":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{}}},"df":7,"docs":{"10":{"tf":1.4142135623730951},"187":{"tf":1.0},"20":{"tf":1.0},"324":{"tf":1.0},"39":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"307":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"131":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}}}},"n":{"d":{"df":2,"docs":{"18":{"tf":1.0},"31":{"tf":1.0}},"i":{"df":1,"docs":{"10":{"tf":1.0}}},"l":{"df":25,"docs":{"122":{"tf":1.0},"15":{"tf":1.0},"165":{"tf":1.0},"19":{"tf":1.0},"191":{"tf":1.0},"197":{"tf":1.0},"206":{"tf":1.0},"22":{"tf":1.0},"247":{"tf":1.0},"249":{"tf":1.0},"259":{"tf":1.0},"3":{"tf":1.0},"309":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"339":{"tf":1.0},"44":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"64":{"tf":1.0},"68":{"tf":1.0},"74":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":17,"docs":{"14":{"tf":1.0},"18":{"tf":1.0},"196":{"tf":1.0},"213":{"tf":1.0},"227":{"tf":1.0},"251":{"tf":1.0},"28":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":1.0},"33":{"tf":1.0},"335":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"58":{"tf":1.0},"59":{"tf":1.0},"69":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"54":{"tf":1.0}}}}}}}}}},"r":{"d":{"df":6,"docs":{"113":{"tf":1.0},"19":{"tf":1.0},"24":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"61":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"106":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":9,"docs":{"108":{"tf":1.0},"121":{"tf":1.0},"124":{"tf":1.0},"13":{"tf":1.0},"212":{"tf":1.0},"283":{"tf":1.0},"301":{"tf":1.7320508075688772},"327":{"tf":1.0},"337":{"tf":1.0}}}},"df":0,"docs":{}}},"df":1,"docs":{"165":{"tf":1.0}}},"s":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"df":3,"docs":{"160":{"tf":1.4142135623730951},"228":{"tf":1.4142135623730951},"286":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"203":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"256":{"tf":1.0},"258":{"tf":1.0}},"s":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"258":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"258":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{")":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"258":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"258":{"tf":2.0}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"258":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"256":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":10,"docs":{"170":{"tf":1.0},"176":{"tf":1.0},"186":{"tf":1.0},"205":{"tf":1.0},"216":{"tf":1.0},"25":{"tf":1.4142135623730951},"256":{"tf":1.7320508075688772},"287":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0}},"i":{"df":4,"docs":{"203":{"tf":1.0},"247":{"tf":1.0},"25":{"tf":1.0},"32":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":5,"docs":{"108":{"tf":1.0},"124":{"tf":1.0},"286":{"tf":1.0},"326":{"tf":1.0},"56":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"73":{"tf":1.0}}}}},"y":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"124":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":15,"docs":{"142":{"tf":2.23606797749979},"143":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"156":{"tf":1.0},"165":{"tf":1.0},"195":{"tf":1.0},"200":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"222":{"tf":1.4142135623730951},"337":{"tf":1.0},"34":{"tf":1.0},"88":{"tf":1.4142135623730951},"89":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"p":{"df":16,"docs":{"0":{"tf":1.0},"161":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"222":{"tf":1.0},"243":{"tf":1.0},"259":{"tf":1.0},"279":{"tf":1.0},"28":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"333":{"tf":1.0},"334":{"tf":1.0},"335":{"tf":1.0},"38":{"tf":1.0},"47":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"110":{"tf":1.0},"111":{"tf":1.0},"41":{"tf":1.0},"52":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":9,"docs":{"10":{"tf":1.4142135623730951},"11":{"tf":1.0},"113":{"tf":1.0},"2":{"tf":1.0},"274":{"tf":1.0},"317":{"tf":1.0},"40":{"tf":1.0},"54":{"tf":1.0},"61":{"tf":1.0}},"’":{"df":8,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"187":{"tf":1.0},"247":{"tf":1.0},"267":{"tf":1.0},"54":{"tf":1.0},"59":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":13,"docs":{"124":{"tf":1.0},"130":{"tf":1.0},"20":{"tf":1.0},"224":{"tf":1.0},"245":{"tf":1.0},"276":{"tf":1.0},"278":{"tf":1.0},"326":{"tf":1.0},"339":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"67":{"tf":1.0},"73":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"186":{"tf":1.0},"338":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"181":{"tf":1.0},"186":{"tf":1.0},"339":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"25":{"tf":1.0}}}},"o":{"c":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"51":{"tf":1.0}}},"df":0,"docs":{}},"o":{"d":{"df":1,"docs":{"68":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":1,"docs":{"248":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"173":{"tf":1.4142135623730951},"174":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"276":{"tf":1.0},"282":{"tf":1.0},"295":{"tf":1.0},"339":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"276":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"c":{"df":2,"docs":{"197":{"tf":1.0},"203":{"tf":1.0}}},"df":0,"docs":{}}}},":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"1":{"8":{"0":{"8":{"0":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"287":{"tf":1.0}}}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"153":{"tf":1.0},"221":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"216":{"tf":1.0},"32":{"tf":1.0},"337":{"tf":1.0}}}}},"u":{"b":{"df":2,"docs":{"125":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"255":{"tf":1.0},"261":{"tf":1.0}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"i":{"/":{"df":0,"docs":{},"o":{"df":1,"docs":{"286":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"a":{"df":9,"docs":{"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},"273":{"tf":1.0},"274":{"tf":1.0}},"l":{"df":1,"docs":{"335":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"251":{"tf":1.0},"285":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0}},"i":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"126":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"124":{"tf":1.0},"273":{"tf":1.0}}}}}}}},"l":{"df":1,"docs":{"63":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":5,"docs":{"10":{"tf":1.0},"20":{"tf":1.0},"39":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}},"i":{"df":5,"docs":{"10":{"tf":1.0},"166":{"tf":1.0},"242":{"tf":1.0},"251":{"tf":1.0},"99":{"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":{"128":{"tf":1.0},"272":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":5,"docs":{"164":{"tf":1.0},"176":{"tf":1.0},"178":{"tf":1.4142135623730951},"184":{"tf":1.4142135623730951},"304":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":3,"docs":{"267":{"tf":1.0},"30":{"tf":1.0},"47":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"246":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":8,"docs":{"14":{"tf":1.0},"246":{"tf":1.0},"30":{"tf":1.4142135623730951},"302":{"tf":1.0},"337":{"tf":1.0},"45":{"tf":2.449489742783178},"48":{"tf":1.0},"54":{"tf":1.0}}}}},"p":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"124":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"22":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":2.449489742783178}}}},"l":{"df":12,"docs":{"114":{"tf":1.0},"190":{"tf":1.4142135623730951},"198":{"tf":1.0},"256":{"tf":1.4142135623730951},"258":{"tf":1.4142135623730951},"262":{"tf":1.4142135623730951},"267":{"tf":1.4142135623730951},"269":{"tf":1.0},"273":{"tf":1.4142135623730951},"274":{"tf":1.4142135623730951},"317":{"tf":1.0},"331":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":16,"docs":{"168":{"tf":1.4142135623730951},"190":{"tf":1.0},"193":{"tf":1.0},"241":{"tf":1.0},"248":{"tf":1.0},"255":{"tf":1.0},"276":{"tf":1.0},"31":{"tf":1.0},"317":{"tf":1.0},"318":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"44":{"tf":1.0},"64":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"113":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"104":{"tf":1.0},"95":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"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":1,"docs":{"64":{"tf":1.0}}}},"—":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}}}}}},"df":5,"docs":{"123":{"tf":1.0},"2":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0},"82":{"tf":1.0}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":26,"docs":{"104":{"tf":1.0},"120":{"tf":1.0},"17":{"tf":1.0},"194":{"tf":1.4142135623730951},"199":{"tf":1.0},"245":{"tf":1.0},"247":{"tf":1.4142135623730951},"248":{"tf":1.0},"25":{"tf":1.0},"255":{"tf":1.0},"259":{"tf":1.0},"264":{"tf":1.0},"270":{"tf":1.0},"278":{"tf":1.0},"289":{"tf":1.4142135623730951},"32":{"tf":1.0},"324":{"tf":1.0},"335":{"tf":1.0},"339":{"tf":1.0},"34":{"tf":1.0},"55":{"tf":1.7320508075688772},"68":{"tf":1.0},"75":{"tf":1.0},"91":{"tf":1.4142135623730951},"93":{"tf":1.0},"95":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"193":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":21,"docs":{"104":{"tf":1.7320508075688772},"116":{"tf":1.0},"117":{"tf":1.0},"120":{"tf":1.4142135623730951},"195":{"tf":1.0},"204":{"tf":1.0},"25":{"tf":1.0},"255":{"tf":1.0},"289":{"tf":2.0},"303":{"tf":1.0},"337":{"tf":1.0},"339":{"tf":1.0},"35":{"tf":1.4142135623730951},"43":{"tf":2.0},"61":{"tf":1.0},"68":{"tf":1.0},"70":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"203":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":1,"docs":{"130":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":14,"docs":{"108":{"tf":1.0},"119":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"217":{"tf":1.0},"232":{"tf":1.0},"285":{"tf":1.0},"289":{"tf":1.0},"292":{"tf":1.0},"296":{"tf":1.0},"321":{"tf":1.0},"338":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"214":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"—":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"259":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"23":{"tf":1.0},"43":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"\\"":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"273":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"198":{"tf":1.0},"199":{"tf":1.4142135623730951}}}},"i":{"c":{"df":9,"docs":{"116":{"tf":1.0},"142":{"tf":1.0},"150":{"tf":1.0},"158":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"268":{"tf":1.0},"324":{"tf":1.0},"47":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"43":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"u":{"df":4,"docs":{"159":{"tf":1.0},"227":{"tf":1.0},"283":{"tf":1.0},"303":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"c":{"df":2,"docs":{"129":{"tf":1.0},"80":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{".":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"256":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"262":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":5,"docs":{"234":{"tf":1.0},"256":{"tf":1.4142135623730951},"262":{"tf":1.0},"292":{"tf":1.4142135623730951},"293":{"tf":1.0}},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"337":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":14,"docs":{"150":{"tf":1.0},"161":{"tf":1.0},"167":{"tf":1.0},"22":{"tf":1.0},"251":{"tf":1.0},"253":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"31":{"tf":1.0},"318":{"tf":1.0},"337":{"tf":1.0},"48":{"tf":1.0},"9":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"273":{"tf":1.4142135623730951}},"i":{"df":7,"docs":{"216":{"tf":1.0},"218":{"tf":1.0},"285":{"tf":1.0},"32":{"tf":1.0},"337":{"tf":1.0},"47":{"tf":1.0},"89":{"tf":1.0}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"129":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"17":{"tf":1.0},"248":{"tf":1.4142135623730951},"39":{"tf":1.0},"43":{"tf":1.0},"84":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"273":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"129":{"tf":1.0},"38":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"148":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"209":{"tf":1.0}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"60":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":16,"docs":{"140":{"tf":1.0},"17":{"tf":1.0},"203":{"tf":1.0},"23":{"tf":1.0},"247":{"tf":1.0},"251":{"tf":1.0},"283":{"tf":1.0},"289":{"tf":1.0},"296":{"tf":1.0},"301":{"tf":1.0},"304":{"tf":1.0},"34":{"tf":1.0},"39":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"84":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"293":{"tf":1.0},"323":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"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":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"163":{"tf":1.0},"164":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":22,"docs":{"11":{"tf":1.0},"137":{"tf":1.0},"146":{"tf":1.0},"163":{"tf":1.0},"165":{"tf":1.0},"185":{"tf":1.0},"19":{"tf":1.0},"235":{"tf":1.0},"258":{"tf":1.0},"270":{"tf":1.0},"271":{"tf":1.0},"276":{"tf":1.0},"303":{"tf":1.0},"332":{"tf":1.0},"340":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"df":4,"docs":{"107":{"tf":1.0},"286":{"tf":1.0},"326":{"tf":1.0},"339":{"tf":1.0}}},"t":{"df":12,"docs":{"112":{"tf":1.4142135623730951},"117":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"246":{"tf":1.0},"249":{"tf":1.0},"278":{"tf":1.0},"296":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.4142135623730951},"80":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"106":{"tf":1.0},"128":{"tf":1.0},"131":{"tf":1.0},"205":{"tf":1.0},"58":{"tf":1.0}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"109":{"tf":1.0},"129":{"tf":1.0},"249":{"tf":1.0},"309":{"tf":1.0},"5":{"tf":1.0},"76":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"108":{"tf":1.0},"54":{"tf":1.0},"63":{"tf":1.0}}}}},"f":{"a":{"c":{"df":6,"docs":{"133":{"tf":1.0},"168":{"tf":1.7320508075688772},"31":{"tf":1.0},"337":{"tf":1.0},"339":{"tf":1.0},"340":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"37":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"174":{"tf":1.0},"180":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"314":{"tf":1.0},"42":{"tf":1.0}}}}},"n":{"df":5,"docs":{"10":{"tf":1.0},"129":{"tf":1.0},"25":{"tf":1.7320508075688772},"276":{"tf":1.0},"41":{"tf":1.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"117":{"tf":1.0},"136":{"tf":1.0},"147":{"tf":1.0},"166":{"tf":1.0},"191":{"tf":1.0},"21":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"(":{"5":{"df":1,"docs":{"258":{"tf":1.0}}},"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"0":{"df":1,"docs":{"79":{"tf":1.0}}},"5":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":2,"docs":{"123":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"256":{"tf":1.0}}},"df":0,"docs":{}}}},"df":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":{"79":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"258":{"tf":1.0}}}}}},"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"256":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":9,"docs":{"123":{"tf":1.0},"132":{"tf":1.0},"23":{"tf":1.0},"247":{"tf":1.0},"258":{"tf":1.4142135623730951},"289":{"tf":1.0},"33":{"tf":1.0},"79":{"tf":1.4142135623730951},"80":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":7,"docs":{"192":{"tf":1.0},"24":{"tf":1.0},"296":{"tf":1.0},"337":{"tf":1.0},"37":{"tf":1.0},"63":{"tf":1.0},"77":{"tf":1.0}},"t":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"253":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"19":{"tf":1.0},"43":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"324":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"y":{"df":1,"docs":{"38":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"o":{"c":{"df":1,"docs":{"332":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"286":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":7,"docs":{"104":{"tf":1.0},"173":{"tf":1.0},"179":{"tf":1.0},"281":{"tf":1.0},"285":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"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":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"42":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":27,"docs":{"109":{"tf":1.0},"119":{"tf":1.0},"121":{"tf":1.0},"124":{"tf":1.0},"173":{"tf":1.4142135623730951},"174":{"tf":1.0},"175":{"tf":1.0},"179":{"tf":1.0},"18":{"tf":1.0},"180":{"tf":1.0},"184":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.4142135623730951},"203":{"tf":1.0},"204":{"tf":1.0},"236":{"tf":1.0},"240":{"tf":1.0},"282":{"tf":1.0},"303":{"tf":1.0},"309":{"tf":1.0},"332":{"tf":1.0},"339":{"tf":1.4142135623730951},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"5":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":18,"docs":{"161":{"tf":1.0},"218":{"tf":1.0},"222":{"tf":1.0},"229":{"tf":1.0},"268":{"tf":1.0},"273":{"tf":1.0},"279":{"tf":1.0},"280":{"tf":1.0},"284":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"297":{"tf":1.7320508075688772},"298":{"tf":1.7320508075688772},"303":{"tf":1.0},"323":{"tf":1.0},"324":{"tf":1.0},"334":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"42":{"tf":1.0}}}}}}}}}},"df":10,"docs":{"116":{"tf":1.4142135623730951},"126":{"tf":1.0},"169":{"tf":1.0},"173":{"tf":1.0},"179":{"tf":1.0},"185":{"tf":1.0},"187":{"tf":1.0},"312":{"tf":1.0},"339":{"tf":1.0},"60":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"0":{"tf":1.0},"36":{"tf":1.0}},"—":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}}}}}}}},"—":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"41":{"tf":1.0}}}}},"’":{"df":10,"docs":{"113":{"tf":1.0},"14":{"tf":1.0},"169":{"tf":1.0},"246":{"tf":1.4142135623730951},"251":{"tf":1.0},"268":{"tf":1.0},"4":{"tf":1.4142135623730951},"45":{"tf":1.0},"48":{"tf":1.0},"65":{"tf":1.0}}}},"v":{"df":2,"docs":{"10":{"tf":1.0},"277":{"tf":1.0}}}},"j":{"df":0,"docs":{},"o":{"b":{"df":4,"docs":{"163":{"tf":1.0},"239":{"tf":1.0},"244":{"tf":1.0},"31":{"tf":1.0}}},"df":0,"docs":{}},"u":{"d":{"df":0,"docs":{},"g":{"df":5,"docs":{"17":{"tf":1.0},"244":{"tf":1.0},"248":{"tf":1.0},"337":{"tf":1.0},"43":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"248":{"tf":1.4142135623730951},"37":{"tf":1.0},"84":{"tf":1.0}}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":3,"docs":{"10":{"tf":1.4142135623730951},"20":{"tf":1.0},"251":{"tf":1.0}}}}}},"k":{"8":{"df":9,"docs":{"116":{"tf":1.0},"117":{"tf":1.0},"18":{"tf":1.0},"188":{"tf":1.7320508075688772},"193":{"tf":1.0},"202":{"tf":1.0},"323":{"tf":1.0},"340":{"tf":1.0},"52":{"tf":1.0}},"s":{"2":{"[":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"187":{"tf":1.0}}}}}},"df":0,"docs":{}},"[":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"187":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{")":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"(":{"&":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"126":{"tf":1.0},"15":{"tf":1.0},"302":{"tf":1.0},"42":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"183":{"tf":1.0},"184":{"tf":2.0},"240":{"tf":1.0}}}}}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"187":{"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":{"187":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":17,"docs":{"124":{"tf":1.0},"140":{"tf":1.0},"15":{"tf":1.0},"152":{"tf":1.0},"181":{"tf":1.0},"185":{"tf":1.4142135623730951},"187":{"tf":1.0},"209":{"tf":1.0},"220":{"tf":1.0},"234":{"tf":1.0},"240":{"tf":1.0},"282":{"tf":1.0},"31":{"tf":1.0},"332":{"tf":1.0},"339":{"tf":1.0},"36":{"tf":1.0},"60":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":27,"docs":{"10":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"120":{"tf":1.0},"134":{"tf":1.0},"14":{"tf":1.0},"144":{"tf":1.0},"172":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"200":{"tf":1.0},"205":{"tf":1.0},"220":{"tf":1.0},"247":{"tf":1.0},"250":{"tf":1.7320508075688772},"253":{"tf":1.0},"27":{"tf":1.0},"275":{"tf":1.0},"277":{"tf":1.0},"278":{"tf":1.4142135623730951},"304":{"tf":1.0},"328":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"51":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951}}}},"y":{"df":11,"docs":{"0":{"tf":1.0},"163":{"tf":1.0},"20":{"tf":1.0},"203":{"tf":1.0},"247":{"tf":1.0},"273":{"tf":1.0},"274":{"tf":1.0},"336":{"tf":1.0},"40":{"tf":1.0},"49":{"tf":1.0},"64":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"159":{"tf":1.0}}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":6,"docs":{"170":{"tf":1.0},"231":{"tf":1.0},"282":{"tf":1.4142135623730951},"322":{"tf":1.4142135623730951},"36":{"tf":1.0},"41":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"278":{"tf":1.4142135623730951}}},"df":0,"docs":{},"w":{"df":19,"docs":{"14":{"tf":1.0},"166":{"tf":1.0},"18":{"tf":1.0},"245":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.0},"271":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.4142135623730951},"47":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"62":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":2,"docs":{"41":{"tf":1.0},"49":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":1,"docs":{"37":{"tf":1.0}}},"—":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"u":{"b":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":9,"docs":{"152":{"tf":1.4142135623730951},"153":{"tf":1.0},"159":{"tf":1.0},"209":{"tf":1.0},"220":{"tf":1.0},"227":{"tf":1.0},"234":{"tf":1.7320508075688772},"283":{"tf":1.4142135623730951},"293":{"tf":2.6457513110645907}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":27,"docs":{"126":{"tf":1.0},"15":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"159":{"tf":1.0},"18":{"tf":1.0},"181":{"tf":1.4142135623730951},"182":{"tf":1.0},"185":{"tf":1.0},"209":{"tf":1.0},"220":{"tf":1.0},"227":{"tf":1.0},"234":{"tf":1.0},"245":{"tf":1.4142135623730951},"276":{"tf":1.0},"283":{"tf":1.0},"293":{"tf":1.0},"32":{"tf":1.0},"337":{"tf":1.0},"339":{"tf":1.0},"340":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.7320508075688772},"48":{"tf":1.0},"51":{"tf":1.0},"60":{"tf":1.0},"8":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"234":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"129":{"tf":1.0}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":6,"docs":{"15":{"tf":1.0},"23":{"tf":1.0},"301":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0},"60":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"g":{"df":3,"docs":{"124":{"tf":1.0},"210":{"tf":1.0},"60":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"119":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"73":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"132":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":5,"docs":{"129":{"tf":1.4142135623730951},"203":{"tf":1.0},"204":{"tf":1.0},"303":{"tf":1.0},"43":{"tf":1.0}},"y":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"204":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"68":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"163":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"13":{"tf":1.0},"176":{"tf":1.0},"31":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":7,"docs":{"13":{"tf":1.0},"134":{"tf":1.0},"245":{"tf":1.0},"269":{"tf":1.0},"278":{"tf":1.0},"337":{"tf":1.0},"51":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"338":{"tf":1.0}}}}},"df":0,"docs":{},"k":{"df":5,"docs":{"18":{"tf":1.0},"308":{"tf":1.0},"339":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":5,"docs":{"10":{"tf":1.4142135623730951},"270":{"tf":1.0},"28":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"245":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"327":{"tf":1.0},"44":{"tf":1.0},"89":{"tf":1.0}}}},"t":{"df":8,"docs":{"17":{"tf":1.0},"248":{"tf":1.0},"250":{"tf":1.0},"261":{"tf":1.0},"318":{"tf":1.0},"42":{"tf":1.0},"55":{"tf":1.0},"84":{"tf":1.0}},"’":{"df":22,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"244":{"tf":1.0},"254":{"tf":1.0},"256":{"tf":1.0},"260":{"tf":1.0},"262":{"tf":1.0},"265":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"38":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":10,"docs":{"129":{"tf":1.0},"20":{"tf":1.0},"224":{"tf":1.0},"243":{"tf":1.0},"245":{"tf":1.0},"276":{"tf":1.0},"278":{"tf":1.0},"339":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0}}}}}},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"/":{"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"154":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":15,"docs":{"135":{"tf":1.0},"16":{"tf":1.0},"168":{"tf":1.0},"20":{"tf":1.0},"247":{"tf":1.0},"249":{"tf":1.0},"251":{"tf":1.0},"28":{"tf":1.4142135623730951},"33":{"tf":1.0},"337":{"tf":1.0},"339":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.0},"49":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":3,"docs":{"108":{"tf":1.0},"326":{"tf":1.0},"67":{"tf":1.0}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"273":{"tf":1.0}}}}}}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"8":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":13,"docs":{"112":{"tf":1.0},"146":{"tf":1.0},"174":{"tf":1.0},"180":{"tf":1.0},"184":{"tf":1.4142135623730951},"188":{"tf":1.0},"196":{"tf":1.0},"239":{"tf":1.4142135623730951},"283":{"tf":1.0},"313":{"tf":1.0},"327":{"tf":1.0},"46":{"tf":1.0},"60":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":5,"docs":{"167":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"31":{"tf":1.0},"54":{"tf":1.0}},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"x":{"df":5,"docs":{"154":{"tf":1.0},"160":{"tf":1.0},"228":{"tf":1.0},"233":{"tf":1.0},"292":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"336":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":34,"docs":{"109":{"tf":1.0},"113":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"123":{"tf":1.0},"134":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.4142135623730951},"149":{"tf":1.0},"156":{"tf":1.0},"192":{"tf":1.0},"195":{"tf":1.0},"203":{"tf":1.0},"224":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"276":{"tf":1.0},"278":{"tf":1.0},"285":{"tf":1.0},"286":{"tf":1.0},"337":{"tf":2.23606797749979},"34":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"59":{"tf":1.0},"61":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"204":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}},"o":{"a":{"d":{"df":19,"docs":{"108":{"tf":1.7320508075688772},"112":{"tf":1.0},"122":{"tf":1.0},"124":{"tf":1.0},"130":{"tf":1.0},"203":{"tf":1.0},"216":{"tf":1.0},"297":{"tf":1.0},"301":{"tf":1.0},"303":{"tf":1.0},"326":{"tf":1.0},"46":{"tf":1.0},"57":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.4142135623730951},"70":{"tf":1.0},"73":{"tf":1.0},"76":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"k":{"8":{"df":1,"docs":{"298":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"[":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"187":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":15,"docs":{"126":{"tf":1.0},"152":{"tf":1.0},"169":{"tf":1.0},"173":{"tf":1.4142135623730951},"187":{"tf":1.0},"209":{"tf":1.0},"220":{"tf":1.0},"31":{"tf":1.0},"312":{"tf":1.0},"315":{"tf":1.0},"327":{"tf":1.0},"328":{"tf":1.0},"339":{"tf":1.0},"36":{"tf":1.0},"60":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{")":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"(":{"&":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":17,"docs":{"119":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"125":{"tf":1.0},"137":{"tf":1.0},"15":{"tf":1.0},"171":{"tf":1.0},"189":{"tf":1.0},"295":{"tf":1.0},"302":{"tf":1.0},"31":{"tf":1.0},"315":{"tf":1.0},"42":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"187":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":33,"docs":{"111":{"tf":1.0},"116":{"tf":1.0},"124":{"tf":1.0},"15":{"tf":1.0},"153":{"tf":1.0},"159":{"tf":1.0},"161":{"tf":1.4142135623730951},"169":{"tf":1.0},"174":{"tf":1.0},"18":{"tf":1.4142135623730951},"185":{"tf":1.0},"188":{"tf":1.0},"193":{"tf":1.0},"202":{"tf":1.0},"227":{"tf":1.0},"245":{"tf":1.4142135623730951},"247":{"tf":1.0},"27":{"tf":1.0},"276":{"tf":1.0},"287":{"tf":1.0},"295":{"tf":1.0},"302":{"tf":1.0},"304":{"tf":1.0},"321":{"tf":1.0},"337":{"tf":1.0},"42":{"tf":1.7320508075688772},"46":{"tf":1.4142135623730951},"48":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"6":{"tf":1.0},"8":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":3,"docs":{"140":{"tf":1.0},"15":{"tf":1.0},"295":{"tf":1.0}}}}}}},"t":{"df":4,"docs":{"172":{"tf":1.0},"178":{"tf":1.0},"276":{"tf":1.0},"281":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":38,"docs":{"124":{"tf":1.0},"149":{"tf":1.0},"152":{"tf":3.0},"159":{"tf":2.0},"163":{"tf":1.7320508075688772},"172":{"tf":1.4142135623730951},"173":{"tf":1.0},"174":{"tf":1.0},"180":{"tf":1.4142135623730951},"186":{"tf":1.0},"188":{"tf":1.7320508075688772},"213":{"tf":1.4142135623730951},"218":{"tf":1.4142135623730951},"219":{"tf":1.0},"220":{"tf":2.6457513110645907},"222":{"tf":1.0},"225":{"tf":1.0},"227":{"tf":2.0},"238":{"tf":1.4142135623730951},"249":{"tf":1.0},"255":{"tf":1.0},"259":{"tf":1.0},"268":{"tf":1.0},"273":{"tf":1.0},"283":{"tf":1.0},"285":{"tf":1.4142135623730951},"297":{"tf":1.4142135623730951},"298":{"tf":1.0},"314":{"tf":1.4142135623730951},"323":{"tf":1.0},"324":{"tf":1.4142135623730951},"332":{"tf":1.0},"334":{"tf":1.0},"335":{"tf":1.0},"36":{"tf":1.0},"47":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}},"i":{"c":{"df":19,"docs":{"106":{"tf":1.0},"121":{"tf":1.0},"123":{"tf":1.0},"19":{"tf":1.0},"190":{"tf":1.4142135623730951},"247":{"tf":1.0},"250":{"tf":1.0},"272":{"tf":1.0},"275":{"tf":1.0},"317":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"337":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"54":{"tf":1.0},"76":{"tf":1.0},"82":{"tf":1.0}}},"df":0,"docs":{}},"s":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"z":{"df":1,"docs":{"298":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"152":{"tf":1.0}}}}}},"/":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":15,"docs":{"124":{"tf":1.0},"185":{"tf":1.0},"221":{"tf":1.0},"246":{"tf":1.0},"26":{"tf":1.0},"278":{"tf":1.0},"307":{"tf":1.0},"312":{"tf":1.0},"324":{"tf":1.0},"54":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"61":{"tf":1.0},"67":{"tf":1.0},"73":{"tf":1.0},"93":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"122":{"tf":1.0},"212":{"tf":1.4142135623730951},"289":{"tf":1.0},"47":{"tf":1.0},"89":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":13,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"131":{"tf":1.0},"159":{"tf":1.0},"17":{"tf":1.0},"225":{"tf":1.0},"227":{"tf":1.0},"244":{"tf":1.0},"283":{"tf":1.0},"324":{"tf":1.4142135623730951},"38":{"tf":1.0},"43":{"tf":1.0},"8":{"tf":1.0}}},"p":{"df":3,"docs":{"117":{"tf":1.0},"22":{"tf":1.0},"256":{"tf":1.4142135623730951}}},"s":{"df":2,"docs":{"41":{"tf":1.0},"51":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"8":{"tf":1.0}}},"s":{"df":1,"docs":{"289":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"319":{"tf":1.0}}}},"w":{"df":2,"docs":{"108":{"tf":1.0},"130":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"287":{"tf":1.0},"289":{"tf":1.0},"297":{"tf":1.0},"73":{"tf":1.0}}}}}},"r":{"df":2,"docs":{"12":{"tf":1.0},"29":{"tf":1.0}}},"s":{"df":3,"docs":{"154":{"tf":1.7320508075688772},"281":{"tf":1.4142135623730951},"283":{"tf":1.0}},"o":{"df":0,"docs":{},"f":{"df":2,"docs":{"282":{"tf":1.0},"322":{"tf":1.0}}}}},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"26":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":24,"docs":{"116":{"tf":1.0},"117":{"tf":1.0},"124":{"tf":1.0},"15":{"tf":1.0},"163":{"tf":1.0},"169":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"179":{"tf":1.4142135623730951},"180":{"tf":1.0},"181":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"212":{"tf":1.0},"237":{"tf":1.0},"301":{"tf":1.0},"31":{"tf":1.0},"315":{"tf":1.0},"339":{"tf":1.0},"46":{"tf":1.4142135623730951},"54":{"tf":1.0},"60":{"tf":1.0}}}}},"o":{"df":4,"docs":{"154":{"tf":1.0},"160":{"tf":1.0},"233":{"tf":1.0},"292":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"40":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"—":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"’":{"df":1,"docs":{"42":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":100,"docs":{"1":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.4142135623730951},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.4142135623730951},"112":{"tf":1.0},"113":{"tf":2.0},"114":{"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},"13":{"tf":1.0},"137":{"tf":1.0},"14":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":1.0},"161":{"tf":1.0},"165":{"tf":1.0},"168":{"tf":1.0},"171":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.4142135623730951},"183":{"tf":1.0},"184":{"tf":2.0},"189":{"tf":1.0},"190":{"tf":1.0},"194":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"208":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"236":{"tf":1.0},"24":{"tf":1.0},"240":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.4142135623730951},"26":{"tf":1.0},"261":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"269":{"tf":1.4142135623730951},"273":{"tf":1.0},"274":{"tf":1.0},"283":{"tf":1.0},"285":{"tf":1.0},"286":{"tf":1.0},"287":{"tf":1.4142135623730951},"289":{"tf":2.0},"290":{"tf":1.4142135623730951},"295":{"tf":1.0},"296":{"tf":1.4142135623730951},"30":{"tf":1.0},"302":{"tf":1.4142135623730951},"309":{"tf":1.0},"31":{"tf":1.0},"315":{"tf":1.0},"317":{"tf":1.0},"330":{"tf":1.0},"331":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"46":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.0},"64":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.7320508075688772},"72":{"tf":1.0},"73":{"tf":1.7320508075688772},"78":{"tf":1.0},"79":{"tf":1.4142135623730951},"81":{"tf":1.0},"83":{"tf":1.0},"86":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.4142135623730951}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":8,"docs":{"100":{"tf":1.0},"115":{"tf":1.0},"2":{"tf":1.0},"242":{"tf":1.0},"262":{"tf":1.0},"42":{"tf":1.4142135623730951},"48":{"tf":1.0},"5":{"tf":1.0}}}}},"df":0,"docs":{}}}},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"271":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"e":{"df":38,"docs":{"0":{"tf":1.4142135623730951},"10":{"tf":1.0},"102":{"tf":1.4142135623730951},"106":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0},"123":{"tf":1.0},"15":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"244":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.0},"250":{"tf":1.4142135623730951},"253":{"tf":1.0},"255":{"tf":1.0},"276":{"tf":1.0},"301":{"tf":1.0},"308":{"tf":1.0},"328":{"tf":1.0},"337":{"tf":1.4142135623730951},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.0},"63":{"tf":1.0},"84":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":8,"docs":{"16":{"tf":1.0},"18":{"tf":1.0},"197":{"tf":1.0},"244":{"tf":1.0},"247":{"tf":1.0},"33":{"tf":1.0},"64":{"tf":1.0},"67":{"tf":1.0}}}},"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"39":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":21,"docs":{"104":{"tf":1.0},"107":{"tf":1.0},"113":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"173":{"tf":1.0},"239":{"tf":1.0},"244":{"tf":1.0},"278":{"tf":1.0},"289":{"tf":1.0},"306":{"tf":1.0},"309":{"tf":1.0},"337":{"tf":1.4142135623730951},"338":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"43":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"67":{"tf":1.4142135623730951},"73":{"tf":1.0},"92":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"201":{"tf":1.0}}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":6,"docs":{"16":{"tf":1.0},"19":{"tf":1.0},"206":{"tf":1.0},"247":{"tf":1.0},"33":{"tf":1.0},"8":{"tf":1.0}},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"69":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"91":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"p":{"df":3,"docs":{"276":{"tf":1.0},"46":{"tf":1.0},"52":{"tf":1.0}}},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"58":{"tf":1.0}}}},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"249":{"tf":1.0},"36":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":7,"docs":{"117":{"tf":1.0},"125":{"tf":1.4142135623730951},"145":{"tf":1.0},"161":{"tf":1.0},"251":{"tf":1.0},"272":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"115":{"tf":1.0},"277":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":10,"docs":{"185":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"244":{"tf":1.0},"25":{"tf":1.0},"37":{"tf":1.0},"5":{"tf":1.0},"56":{"tf":1.0},"8":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}}}}}}}}},"x":{"df":3,"docs":{"194":{"tf":1.0},"306":{"tf":1.0},"46":{"tf":1.0}}},"y":{"b":{"df":2,"docs":{"26":{"tf":1.0},"43":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":14,"docs":{"14":{"tf":1.0},"216":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"321":{"tf":1.0},"41":{"tf":1.7320508075688772},"43":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.4142135623730951},"59":{"tf":1.0},"67":{"tf":1.0},"79":{"tf":1.0},"81":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":11,"docs":{"107":{"tf":1.0},"117":{"tf":1.0},"200":{"tf":1.0},"26":{"tf":1.0},"268":{"tf":1.0},"27":{"tf":1.0},"307":{"tf":1.4142135623730951},"328":{"tf":1.0},"54":{"tf":1.4142135623730951},"59":{"tf":1.0},"61":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"301":{"tf":1.0},"337":{"tf":1.4142135623730951}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"339":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"203":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":8,"docs":{"160":{"tf":1.0},"184":{"tf":1.4142135623730951},"209":{"tf":1.0},"228":{"tf":1.4142135623730951},"25":{"tf":1.0},"286":{"tf":1.0},"292":{"tf":1.0},"321":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":5,"docs":{"108":{"tf":1.0},"120":{"tf":1.4142135623730951},"289":{"tf":1.0},"67":{"tf":1.4142135623730951},"70":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":5,"docs":{"10":{"tf":1.0},"20":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"h":{"df":4,"docs":{"13":{"tf":1.0},"245":{"tf":1.0},"44":{"tf":1.0},"56":{"tf":1.0}}},"s":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"149":{"tf":1.0},"156":{"tf":1.0},"255":{"tf":1.0},"314":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"18":{"tf":1.0},"337":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"d":{"df":6,"docs":{"101":{"tf":1.4142135623730951},"259":{"tf":1.0},"33":{"tf":1.0},"339":{"tf":1.0},"42":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"c":{"df":18,"docs":{"124":{"tf":1.0},"132":{"tf":1.0},"148":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"18":{"tf":1.0},"188":{"tf":1.0},"197":{"tf":1.4142135623730951},"219":{"tf":1.4142135623730951},"221":{"tf":1.7320508075688772},"248":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"268":{"tf":1.0},"337":{"tf":1.0},"339":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"74":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"196":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"i":{"d":{"df":5,"docs":{"142":{"tf":1.0},"158":{"tf":1.0},"203":{"tf":1.0},"226":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"129":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"193":{"tf":1.0}}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"262":{"tf":1.4142135623730951}}}}}}},"d":{"df":1,"docs":{"61":{"tf":1.0}}},"df":1,"docs":{"194":{"tf":1.0}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"119":{"tf":1.0}}}}}}}}}},"d":{"a":{"df":1,"docs":{"269":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":10,"docs":{"117":{"tf":1.0},"119":{"tf":1.4142135623730951},"174":{"tf":1.0},"265":{"tf":1.0},"267":{"tf":1.0},"272":{"tf":1.0},"275":{"tf":1.0},"298":{"tf":1.0},"326":{"tf":1.0},"335":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":7,"docs":{"107":{"tf":1.0},"203":{"tf":1.0},"26":{"tf":1.4142135623730951},"278":{"tf":1.0},"328":{"tf":1.0},"61":{"tf":1.0},"89":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"44":{"tf":1.0}}}},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"112":{"tf":1.0},"240":{"tf":1.0},"73":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"240":{"tf":1.0},"268":{"tf":1.0},"42":{"tf":1.0}}}}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"218":{"tf":1.0},"54":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"285":{"tf":1.0},"323":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":4,"docs":{"105":{"tf":1.0},"109":{"tf":1.0},"113":{"tf":1.4142135623730951},"309":{"tf":1.0}}}},"x":{"df":8,"docs":{"109":{"tf":1.0},"189":{"tf":1.0},"24":{"tf":1.0},"251":{"tf":1.0},"326":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.7320508075688772},"48":{"tf":1.0}},"e":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"122":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"c":{"df":0,"docs":{},"k":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"267":{"tf":1.4142135623730951}}}}}}}},"df":2,"docs":{"131":{"tf":1.0},"267":{"tf":1.0}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"267":{"tf":1.4142135623730951}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":15,"docs":{"108":{"tf":1.0},"178":{"tf":1.0},"212":{"tf":1.4142135623730951},"232":{"tf":1.0},"237":{"tf":1.0},"283":{"tf":1.0},"286":{"tf":1.0},"295":{"tf":1.0},"321":{"tf":1.0},"323":{"tf":1.0},"327":{"tf":1.0},"79":{"tf":1.4142135623730951},"89":{"tf":1.0},"93":{"tf":1.0},"97":{"tf":1.0}},"l":{"df":10,"docs":{"10":{"tf":1.0},"130":{"tf":1.0},"19":{"tf":1.0},"243":{"tf":1.7320508075688772},"251":{"tf":1.0},"276":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"20":{"tf":1.0}}}}}}}},"r":{"df":3,"docs":{"108":{"tf":1.0},"112":{"tf":1.0},"326":{"tf":1.0}}},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"251":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":5,"docs":{"125":{"tf":1.0},"252":{"tf":1.0},"264":{"tf":1.4142135623730951},"35":{"tf":1.0},"45":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"1":{"tf":1.0},"135":{"tf":1.0},"41":{"tf":1.4142135623730951}}}},"df":1,"docs":{"145":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"’":{"df":0,"docs":{},"r":{"df":1,"docs":{"248":{"tf":1.0}}}}}}}}}}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"124":{"tf":1.0},"196":{"tf":1.0},"240":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":32,"docs":{"107":{"tf":1.7320508075688772},"111":{"tf":1.0},"119":{"tf":1.4142135623730951},"120":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"180":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"212":{"tf":1.0},"246":{"tf":1.0},"275":{"tf":1.0},"285":{"tf":1.4142135623730951},"289":{"tf":1.0},"295":{"tf":1.0},"30":{"tf":1.0},"306":{"tf":1.0},"326":{"tf":1.0},"335":{"tf":1.0},"339":{"tf":1.0},"41":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.7320508075688772},"57":{"tf":1.0},"61":{"tf":1.0},"67":{"tf":2.0},"73":{"tf":1.4142135623730951},"79":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"117":{"tf":1.0},"2":{"tf":1.0}}}}},"u":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"30":{"tf":1.0},"313":{"tf":1.0},"326":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":18,"docs":{"116":{"tf":1.0},"135":{"tf":1.4142135623730951},"179":{"tf":1.0},"181":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"303":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":23,"docs":{"109":{"tf":1.0},"117":{"tf":1.0},"120":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.0},"17":{"tf":1.0},"239":{"tf":1.0},"248":{"tf":1.0},"264":{"tf":1.0},"278":{"tf":1.0},"296":{"tf":1.0},"303":{"tf":1.4142135623730951},"307":{"tf":1.0},"309":{"tf":1.4142135623730951},"313":{"tf":1.0},"331":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"54":{"tf":1.0},"57":{"tf":1.7320508075688772},"59":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.4142135623730951}}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":4,"docs":{"111":{"tf":1.0},"256":{"tf":1.0},"273":{"tf":1.0},"44":{"tf":1.0}}}},"y":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"114":{"tf":1.4142135623730951}}}}}}},"df":2,"docs":{"114":{"tf":1.0},"317":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"190":{"tf":1.7320508075688772}}}}}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"270":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"47":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"114":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"114":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"114":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"317":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"n":{"+":{"1":{"df":2,"docs":{"107":{"tf":1.0},"306":{"tf":1.0}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":8,"docs":{"198":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"261":{"tf":1.0},"262":{"tf":1.0},"273":{"tf":1.0},"274":{"tf":1.0},"317":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":9,"docs":{"112":{"tf":1.0},"145":{"tf":1.0},"152":{"tf":1.0},"163":{"tf":2.0},"238":{"tf":1.0},"255":{"tf":1.4142135623730951},"261":{"tf":1.4142135623730951},"273":{"tf":1.0},"61":{"tf":1.0}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":4,"docs":{"182":{"tf":1.0},"184":{"tf":1.4142135623730951},"186":{"tf":1.0},"240":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"156":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"255":{"tf":1.0},"64":{"tf":1.0}}}}}},"df":6,"docs":{"130":{"tf":1.0},"152":{"tf":1.4142135623730951},"153":{"tf":1.0},"25":{"tf":1.0},"306":{"tf":1.0},"46":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"117":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":56,"docs":{"0":{"tf":1.0},"10":{"tf":1.4142135623730951},"104":{"tf":1.0},"107":{"tf":1.4142135623730951},"112":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"13":{"tf":1.4142135623730951},"139":{"tf":1.0},"14":{"tf":1.0},"170":{"tf":1.0},"173":{"tf":1.7320508075688772},"179":{"tf":1.7320508075688772},"180":{"tf":1.0},"185":{"tf":1.7320508075688772},"190":{"tf":1.0},"198":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"213":{"tf":1.0},"24":{"tf":1.0},"240":{"tf":1.0},"244":{"tf":1.0},"246":{"tf":1.0},"253":{"tf":1.0},"264":{"tf":1.0},"274":{"tf":1.0},"275":{"tf":1.0},"282":{"tf":1.0},"285":{"tf":1.4142135623730951},"287":{"tf":1.4142135623730951},"290":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"304":{"tf":1.7320508075688772},"306":{"tf":1.4142135623730951},"310":{"tf":1.4142135623730951},"322":{"tf":1.0},"326":{"tf":1.4142135623730951},"328":{"tf":1.0},"44":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951},"5":{"tf":2.0},"54":{"tf":1.7320508075688772},"55":{"tf":1.7320508075688772},"60":{"tf":1.4142135623730951},"61":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"69":{"tf":1.0},"9":{"tf":1.4142135623730951},"93":{"tf":1.0},"98":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"—":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"86":{"tf":1.0}}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"—":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"g":{"df":1,"docs":{"131":{"tf":1.0}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"103":{"tf":1.0},"55":{"tf":1.0}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":38,"docs":{"120":{"tf":1.0},"122":{"tf":1.0},"125":{"tf":1.0},"129":{"tf":1.0},"13":{"tf":1.4142135623730951},"134":{"tf":1.4142135623730951},"173":{"tf":1.0},"176":{"tf":1.4142135623730951},"178":{"tf":1.4142135623730951},"188":{"tf":1.0},"209":{"tf":1.0},"218":{"tf":1.4142135623730951},"245":{"tf":1.0},"259":{"tf":1.0},"276":{"tf":1.0},"278":{"tf":1.0},"282":{"tf":1.0},"283":{"tf":1.7320508075688772},"3":{"tf":1.0},"30":{"tf":1.0},"303":{"tf":1.4142135623730951},"31":{"tf":1.0},"323":{"tf":1.4142135623730951},"337":{"tf":2.0},"338":{"tf":1.0},"339":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.4142135623730951},"51":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"64":{"tf":1.0},"71":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.0}},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"125":{"tf":1.0},"56":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"133":{"tf":1.0},"196":{"tf":1.0},"244":{"tf":1.0},"247":{"tf":1.0},"250":{"tf":2.0}}}}},"w":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"p":{"df":1,"docs":{"262":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"258":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"273":{"tf":1.0},"274":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":11,"docs":{"10":{"tf":1.7320508075688772},"128":{"tf":1.0},"173":{"tf":1.0},"203":{"tf":1.0},"250":{"tf":1.4142135623730951},"256":{"tf":1.0},"269":{"tf":1.0},"272":{"tf":1.0},"276":{"tf":1.0},"41":{"tf":2.0},"60":{"tf":1.0}}},"x":{"df":0,"docs":{},"t":{"df":12,"docs":{"115":{"tf":1.0},"127":{"tf":1.0},"166":{"tf":1.4142135623730951},"191":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"241":{"tf":1.4142135623730951},"251":{"tf":1.0},"271":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"163":{"tf":1.0}}}}}}}},"o":{"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"104":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"z":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"210":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"210":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"281":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},":":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"178":{"tf":1.0}}}}}}}},"df":0,"docs":{},"v":{"1":{".":{"2":{".":{"3":{"df":1,"docs":{"184":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"273":{"tf":1.0},"274":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":3,"docs":{"168":{"tf":1.0},"190":{"tf":1.0},"266":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"168":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"111":{"tf":1.0},"330":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"b":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"231":{"tf":1.0}},"e":{"=":{"2":{"8":{"0":{"8":{"0":{"df":5,"docs":{"172":{"tf":1.0},"214":{"tf":1.0},"231":{"tf":1.0},"282":{"tf":1.0},"322":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"197":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"193":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":8,"docs":{"168":{"tf":1.0},"190":{"tf":1.0},"193":{"tf":1.4142135623730951},"197":{"tf":1.0},"199":{"tf":1.4142135623730951},"200":{"tf":1.0},"202":{"tf":1.0},"266":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":134,"docs":{"107":{"tf":2.0},"108":{"tf":1.0},"111":{"tf":1.4142135623730951},"116":{"tf":1.0},"119":{"tf":1.4142135623730951},"122":{"tf":1.0},"123":{"tf":1.7320508075688772},"129":{"tf":1.0},"13":{"tf":1.0},"133":{"tf":1.0},"140":{"tf":1.7320508075688772},"141":{"tf":1.7320508075688772},"142":{"tf":1.0},"146":{"tf":1.0},"15":{"tf":1.4142135623730951},"152":{"tf":2.0},"154":{"tf":1.0},"157":{"tf":1.4142135623730951},"158":{"tf":1.0},"159":{"tf":1.4142135623730951},"16":{"tf":1.4142135623730951},"160":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.7320508075688772},"169":{"tf":1.0},"170":{"tf":1.4142135623730951},"175":{"tf":1.0},"176":{"tf":1.7320508075688772},"18":{"tf":1.7320508075688772},"181":{"tf":1.0},"182":{"tf":1.0},"188":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.7320508075688772},"194":{"tf":1.0},"195":{"tf":1.0},"197":{"tf":1.4142135623730951},"198":{"tf":1.0},"2":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.4142135623730951},"204":{"tf":1.0},"205":{"tf":1.0},"208":{"tf":2.0},"209":{"tf":1.7320508075688772},"212":{"tf":1.0},"214":{"tf":1.4142135623730951},"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.4142135623730951},"218":{"tf":1.7320508075688772},"219":{"tf":1.0},"220":{"tf":1.7320508075688772},"221":{"tf":1.0},"225":{"tf":1.4142135623730951},"226":{"tf":1.0},"227":{"tf":1.4142135623730951},"228":{"tf":1.0},"230":{"tf":1.7320508075688772},"231":{"tf":1.0},"232":{"tf":1.0},"239":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.4142135623730951},"246":{"tf":1.0},"247":{"tf":1.7320508075688772},"249":{"tf":1.7320508075688772},"250":{"tf":1.0},"256":{"tf":1.4142135623730951},"259":{"tf":1.7320508075688772},"262":{"tf":1.4142135623730951},"264":{"tf":1.4142135623730951},"266":{"tf":1.0},"267":{"tf":1.4142135623730951},"268":{"tf":1.0},"273":{"tf":1.0},"276":{"tf":1.4142135623730951},"281":{"tf":2.449489742783178},"282":{"tf":1.0},"283":{"tf":2.23606797749979},"285":{"tf":2.449489742783178},"287":{"tf":2.23606797749979},"289":{"tf":1.0},"29":{"tf":1.0},"290":{"tf":2.449489742783178},"293":{"tf":1.7320508075688772},"297":{"tf":1.7320508075688772},"298":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":2.0},"303":{"tf":1.7320508075688772},"304":{"tf":1.0},"306":{"tf":2.0},"308":{"tf":1.0},"31":{"tf":2.449489742783178},"312":{"tf":1.7320508075688772},"313":{"tf":1.0},"314":{"tf":1.0},"32":{"tf":2.6457513110645907},"323":{"tf":1.7320508075688772},"326":{"tf":2.23606797749979},"327":{"tf":1.0},"328":{"tf":1.0},"33":{"tf":1.0},"337":{"tf":3.0},"338":{"tf":1.0},"339":{"tf":2.6457513110645907},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.4142135623730951},"47":{"tf":1.7320508075688772},"5":{"tf":1.4142135623730951},"51":{"tf":1.7320508075688772},"54":{"tf":2.23606797749979},"56":{"tf":2.23606797749979},"58":{"tf":2.23606797749979},"6":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"7":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.7320508075688772},"8":{"tf":1.7320508075688772},"80":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951},"9":{"tf":1.0}},"s":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}},"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":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"i":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"i":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"’":{"df":5,"docs":{"170":{"tf":1.0},"182":{"tf":1.0},"218":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":2,"docs":{"117":{"tf":1.0},"24":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"df":29,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.4142135623730951},"11":{"tf":1.0},"133":{"tf":1.0},"140":{"tf":2.23606797749979},"141":{"tf":2.0},"152":{"tf":1.7320508075688772},"153":{"tf":1.7320508075688772},"157":{"tf":1.7320508075688772},"159":{"tf":1.4142135623730951},"170":{"tf":1.4142135623730951},"208":{"tf":2.6457513110645907},"210":{"tf":1.7320508075688772},"220":{"tf":1.4142135623730951},"225":{"tf":1.0},"227":{"tf":1.4142135623730951},"230":{"tf":2.449489742783178},"281":{"tf":2.8284271247461903},"283":{"tf":1.4142135623730951},"304":{"tf":2.0},"323":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.4142135623730951},"40":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"8":{"tf":1.7320508075688772},"9":{"tf":1.0}},"s":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"=":{"/":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"172":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"=":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":2,"docs":{"208":{"tf":1.0},"281":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":3,"docs":{"208":{"tf":1.0},"230":{"tf":1.0},"281":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"119":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"{":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"267":{"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":{"262":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"256":{"tf":1.0}}},"df":0,"docs":{}},"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":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"163":{"tf":1.0},"164":{"tf":1.0}},"s":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":6,"docs":{"144":{"tf":1.0},"152":{"tf":1.0},"172":{"tf":1.0},"220":{"tf":1.0},"298":{"tf":1.0},"314":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"177":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"k":{"8":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"k":{"8":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"183":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{":":{":":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":2,"docs":{"119":{"tf":1.0},"171":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{":":{":":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"119":{"tf":1.0},"54":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"n":{"c":{"df":1,"docs":{"67":{"tf":1.0}}},"df":2,"docs":{"106":{"tf":1.0},"296":{"tf":1.4142135623730951}},"e":{"df":2,"docs":{"266":{"tf":1.0},"54":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"113":{"tf":1.0}}},"i":{"c":{"df":2,"docs":{"55":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":18,"docs":{"11":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"136":{"tf":1.0},"166":{"tf":1.0},"191":{"tf":1.0},"199":{"tf":1.0},"20":{"tf":1.0},"241":{"tf":1.0},"258":{"tf":1.0},"271":{"tf":1.0},"28":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"62":{"tf":1.0},"99":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"248":{"tf":1.0},"84":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"34":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"[":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"29":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":22,"docs":{"112":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"132":{"tf":1.0},"168":{"tf":1.0},"188":{"tf":1.0},"196":{"tf":1.0},"205":{"tf":1.0},"219":{"tf":1.4142135623730951},"25":{"tf":1.0},"264":{"tf":1.4142135623730951},"266":{"tf":1.0},"268":{"tf":1.0},"27":{"tf":1.0},"278":{"tf":1.0},"307":{"tf":1.0},"337":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"54":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":4,"docs":{"102":{"tf":1.0},"117":{"tf":1.0},"339":{"tf":1.0},"59":{"tf":1.0}}}}}}},"df":1,"docs":{"29":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"276":{"tf":1.0},"278":{"tf":1.0}}}}}},"k":{"(":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"267":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"267":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"\\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"273":{"tf":1.0},"274":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":18,"docs":{"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},"137":{"tf":1.0},"148":{"tf":1.0},"165":{"tf":1.0},"189":{"tf":1.4142135623730951},"198":{"tf":1.0},"261":{"tf":1.4142135623730951},"262":{"tf":1.0},"273":{"tf":1.4142135623730951},"274":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0}}},"n":{"_":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"164":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"c":{"df":10,"docs":{"14":{"tf":1.0},"205":{"tf":1.0},"210":{"tf":1.0},"246":{"tf":1.0},"30":{"tf":1.0},"302":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0}}},"df":26,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"112":{"tf":1.0},"123":{"tf":1.0},"167":{"tf":1.0},"191":{"tf":1.0},"203":{"tf":1.0},"244":{"tf":1.0},"248":{"tf":1.0},"260":{"tf":1.0},"264":{"tf":1.0},"290":{"tf":1.0},"3":{"tf":1.0},"309":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"51":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"82":{"tf":1.4142135623730951},"98":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"140":{"tf":1.0},"18":{"tf":1.0},"249":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"233":{"tf":1.0},"292":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"’":{"df":1,"docs":{"206":{"tf":1.0}}}}}}},"df":19,"docs":{"109":{"tf":1.0},"123":{"tf":1.0},"199":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"246":{"tf":1.0},"259":{"tf":1.0},"312":{"tf":1.0},"33":{"tf":1.0},"337":{"tf":1.4142135623730951},"58":{"tf":1.0},"75":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"9":{"tf":1.0},"94":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}}}},"t":{"df":2,"docs":{"106":{"tf":1.0},"24":{"tf":1.0}},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"28":{"tf":1.0}}},"o":{"df":0,"docs":{},"n":{"<":{"&":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":3,"docs":{"168":{"tf":1.0},"190":{"tf":1.0},"266":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":18,"docs":{"127":{"tf":1.0},"148":{"tf":1.0},"168":{"tf":1.0},"170":{"tf":1.0},"190":{"tf":1.0},"195":{"tf":1.0},"197":{"tf":1.0},"241":{"tf":1.0},"255":{"tf":1.0},"261":{"tf":1.0},"266":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"67":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"79":{"tf":1.0}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":13,"docs":{"12":{"tf":1.0},"186":{"tf":1.0},"19":{"tf":1.7320508075688772},"22":{"tf":1.4142135623730951},"244":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.0},"276":{"tf":1.4142135623730951},"337":{"tf":1.0},"41":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"8":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"28":{"tf":1.0},"37":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"10":{"tf":1.0},"279":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"36":{"tf":1.0}}}}}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"130":{"tf":1.0}}}}},"df":4,"docs":{"129":{"tf":1.0},"282":{"tf":1.0},"298":{"tf":1.0},"335":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"270":{"tf":1.0},"60":{"tf":1.0}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"20":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"205":{"tf":1.0}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":6,"docs":{"116":{"tf":1.0},"117":{"tf":1.0},"12":{"tf":1.0},"244":{"tf":1.0},"339":{"tf":1.0},"43":{"tf":1.0}}}}},"df":7,"docs":{"141":{"tf":1.0},"160":{"tf":1.0},"228":{"tf":1.0},"297":{"tf":2.8284271247461903},"314":{"tf":1.0},"58":{"tf":1.0},"62":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"136":{"tf":1.0},"138":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"165":{"tf":1.0},"38":{"tf":1.0}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"248":{"tf":1.0}}}},"df":12,"docs":{"22":{"tf":1.0},"248":{"tf":1.0},"25":{"tf":1.0},"303":{"tf":1.0},"337":{"tf":1.4142135623730951},"34":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0},"8":{"tf":1.0},"84":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":6,"docs":{"174":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"186":{"tf":1.0},"327":{"tf":1.0},"42":{"tf":1.0}},"—":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"326":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"13":{"tf":1.0}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"11":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"df":1,"docs":{"287":{"tf":1.0}}}}}}}}}}},"p":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"29":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"129":{"tf":1.0}}},"k":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"276":{"tf":1.0},"52":{"tf":1.0}}}},"df":3,"docs":{"108":{"tf":1.0},"120":{"tf":1.0},"70":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":2,"docs":{"0":{"tf":1.0},"201":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}},"r":{"df":6,"docs":{"116":{"tf":1.0},"131":{"tf":1.0},"195":{"tf":1.0},"204":{"tf":1.0},"43":{"tf":1.4142135623730951},"6":{"tf":1.0}}}},"n":{"df":0,"docs":{},"i":{"c":{"df":5,"docs":{"150":{"tf":1.4142135623730951},"159":{"tf":1.4142135623730951},"227":{"tf":1.0},"268":{"tf":1.0},"339":{"tf":1.0}},"k":{"df":1,"docs":{"150":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":8,"docs":{"146":{"tf":1.7320508075688772},"173":{"tf":1.0},"239":{"tf":1.4142135623730951},"296":{"tf":1.0},"297":{"tf":1.0},"313":{"tf":1.7320508075688772},"314":{"tf":1.0},"328":{"tf":1.0}},"—":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"239":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":15,"docs":{"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.7320508075688772},"13":{"tf":1.0},"134":{"tf":1.0},"245":{"tf":1.4142135623730951},"30":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.0},"56":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"131":{"tf":1.0},"331":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"208":{"tf":1.0}}}}},"t":{"df":11,"docs":{"10":{"tf":2.449489742783178},"166":{"tf":1.0},"20":{"tf":1.4142135623730951},"242":{"tf":1.0},"251":{"tf":1.0},"277":{"tf":1.0},"39":{"tf":1.0},"49":{"tf":1.4142135623730951},"50":{"tf":1.0},"7":{"tf":1.0},"99":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"203":{"tf":1.0}}}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":4,"docs":{"2":{"tf":1.4142135623730951},"278":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"210":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":5,"docs":{"188":{"tf":1.0},"203":{"tf":1.0},"337":{"tf":1.0},"60":{"tf":1.0},"77":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"45":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"116":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":19,"docs":{"113":{"tf":1.0},"143":{"tf":1.0},"148":{"tf":1.0},"246":{"tf":1.4142135623730951},"260":{"tf":1.0},"261":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.7320508075688772},"31":{"tf":1.4142135623730951},"321":{"tf":1.0},"33":{"tf":1.0},"339":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"54":{"tf":1.0},"8":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"12":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"172":{"tf":1.0},"238":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":32,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.4142135623730951},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":2.23606797749979},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"127":{"tf":1.0},"145":{"tf":1.0},"19":{"tf":1.0},"199":{"tf":1.0},"201":{"tf":1.4142135623730951},"203":{"tf":1.0},"205":{"tf":1.0},"267":{"tf":1.0},"339":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"51":{"tf":1.0},"55":{"tf":1.0},"61":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"130":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"262":{"tf":1.0}}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"262":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}}}}}}},"df":17,"docs":{"129":{"tf":1.0},"141":{"tf":1.0},"197":{"tf":1.0},"199":{"tf":1.0},"203":{"tf":1.0},"216":{"tf":1.0},"218":{"tf":1.0},"225":{"tf":1.0},"262":{"tf":1.7320508075688772},"283":{"tf":1.0},"285":{"tf":2.0},"32":{"tf":1.4142135623730951},"337":{"tf":1.0},"34":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0},"56":{"tf":1.4142135623730951}}}},"r":{"df":14,"docs":{"120":{"tf":1.0},"121":{"tf":1.4142135623730951},"130":{"tf":1.0},"134":{"tf":1.0},"209":{"tf":1.0},"23":{"tf":1.4142135623730951},"301":{"tf":1.0},"46":{"tf":1.0},"55":{"tf":1.4142135623730951},"61":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"72":{"tf":1.4142135623730951},"73":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":3,"docs":{"124":{"tf":1.0},"14":{"tf":1.0},"325":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"o":{"d":{"df":7,"docs":{"142":{"tf":1.0},"249":{"tf":1.0},"256":{"tf":1.0},"259":{"tf":1.0},"338":{"tf":1.0},"35":{"tf":1.0},"87":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"209":{"tf":1.0},"234":{"tf":1.0},"293":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"152":{"tf":1.0},"172":{"tf":1.0},"259":{"tf":1.0},"314":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":9,"docs":{"130":{"tf":1.4142135623730951},"135":{"tf":2.8284271247461903},"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}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":3,"docs":{"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"49":{"tf":1.0}}}}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"116":{"tf":1.0},"117":{"tf":1.0},"134":{"tf":1.0},"273":{"tf":1.0},"278":{"tf":1.0}}}},"d":{"df":3,"docs":{"140":{"tf":1.7320508075688772},"282":{"tf":1.0},"322":{"tf":1.0}}},"df":0,"docs":{},"e":{"c":{"df":6,"docs":{"12":{"tf":1.0},"246":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"135":{"tf":1.0}}}}}}}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"207":{"tf":1.0},"321":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":54,"docs":{"101":{"tf":1.4142135623730951},"110":{"tf":1.4142135623730951},"111":{"tf":1.4142135623730951},"116":{"tf":1.4142135623730951},"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},"131":{"tf":1.0},"137":{"tf":1.0},"139":{"tf":1.0},"14":{"tf":2.0},"15":{"tf":2.0},"165":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"189":{"tf":1.7320508075688772},"190":{"tf":1.0},"194":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"240":{"tf":1.0},"244":{"tf":1.0},"246":{"tf":1.0},"250":{"tf":1.4142135623730951},"257":{"tf":1.0},"258":{"tf":1.0},"263":{"tf":1.0},"269":{"tf":1.0},"276":{"tf":1.0},"30":{"tf":2.23606797749979},"302":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"330":{"tf":1.0},"331":{"tf":1.0},"337":{"tf":1.4142135623730951},"339":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.7320508075688772},"51":{"tf":1.4142135623730951},"54":{"tf":1.7320508075688772},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0},"77":{"tf":1.0},"81":{"tf":1.0}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":3,"docs":{"174":{"tf":1.0},"180":{"tf":1.0},"209":{"tf":1.0}}}}}}},"y":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{},"u":{"df":1,"docs":{"3":{"tf":1.0}},"g":{"df":1,"docs":{"272":{"tf":1.0}},"g":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"42":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"b":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"d":{"df":11,"docs":{"15":{"tf":1.0},"152":{"tf":1.4142135623730951},"18":{"tf":1.0},"182":{"tf":1.0},"186":{"tf":1.4142135623730951},"247":{"tf":1.0},"283":{"tf":1.4142135623730951},"293":{"tf":1.0},"31":{"tf":1.0},"337":{"tf":1.0},"42":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":8,"docs":{"119":{"tf":1.0},"163":{"tf":1.0},"19":{"tf":1.0},"230":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"30":{"tf":1.0},"48":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":5,"docs":{"170":{"tf":1.0},"176":{"tf":1.0},"203":{"tf":1.0},"256":{"tf":1.4142135623730951},"32":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"25":{"tf":1.0},"34":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":10,"docs":{"15":{"tf":1.0},"168":{"tf":1.0},"19":{"tf":1.0},"251":{"tf":1.0},"27":{"tf":1.0},"42":{"tf":1.4142135623730951},"44":{"tf":1.0},"48":{"tf":1.4142135623730951},"51":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"’":{"df":0,"docs":{},"r":{"df":1,"docs":{"47":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":12,"docs":{"146":{"tf":1.0},"153":{"tf":2.0},"172":{"tf":1.4142135623730951},"173":{"tf":1.0},"209":{"tf":1.4142135623730951},"214":{"tf":1.7320508075688772},"218":{"tf":1.4142135623730951},"231":{"tf":1.4142135623730951},"282":{"tf":2.449489742783178},"313":{"tf":1.0},"32":{"tf":1.0},"322":{"tf":1.7320508075688772}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"247":{"tf":1.0},"298":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":6,"docs":{"132":{"tf":1.0},"135":{"tf":1.0},"248":{"tf":1.0},"337":{"tf":1.0},"39":{"tf":1.0},"67":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"133":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":14,"docs":{"100":{"tf":1.0},"117":{"tf":1.0},"136":{"tf":1.0},"191":{"tf":1.0},"196":{"tf":1.0},"206":{"tf":1.0},"259":{"tf":1.0},"264":{"tf":1.0},"268":{"tf":1.0},"38":{"tf":1.0},"44":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"61":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"319":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"18":{"tf":1.0},"24":{"tf":1.0},"250":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}}},"df":3,"docs":{"304":{"tf":1.0},"312":{"tf":1.0},"328":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"10":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"276":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":8,"docs":{"150":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"209":{"tf":1.0},"246":{"tf":1.0},"287":{"tf":1.0},"30":{"tf":1.0},"339":{"tf":1.0}}}}}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"128":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"117":{"tf":1.0},"269":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"56":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":9,"docs":{"215":{"tf":1.0},"218":{"tf":1.4142135623730951},"246":{"tf":1.0},"268":{"tf":1.0},"293":{"tf":1.0},"337":{"tf":1.0},"339":{"tf":1.0},"37":{"tf":1.0},"48":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"116":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"276":{"tf":1.4142135623730951}}}}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"21":{"tf":1.4142135623730951},"252":{"tf":1.0},"27":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":2,"docs":{"256":{"tf":1.0},"259":{"tf":1.0}},"l":{"df":0,"docs":{},"n":{"!":{"(":{"\\"":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"148":{"tf":1.0},"165":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"267":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"256":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"148":{"tf":1.0},"165":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}}}}},"o":{"b":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"131":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":4,"docs":{"203":{"tf":1.0},"273":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":19,"docs":{"150":{"tf":1.0},"156":{"tf":1.0},"19":{"tf":1.0},"225":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"251":{"tf":1.0},"268":{"tf":1.0},"279":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"303":{"tf":1.0},"324":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}},"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"32":{"tf":1.0}},"e":{"d":{"df":2,"docs":{"139":{"tf":1.0},"18":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"s":{"df":28,"docs":{"120":{"tf":1.0},"144":{"tf":1.0},"15":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.4142135623730951},"173":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"218":{"tf":1.0},"231":{"tf":1.4142135623730951},"247":{"tf":1.0},"282":{"tf":1.4142135623730951},"3":{"tf":1.0},"31":{"tf":1.4142135623730951},"315":{"tf":1.0},"32":{"tf":1.0},"322":{"tf":1.4142135623730951},"337":{"tf":1.0},"338":{"tf":1.4142135623730951},"339":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"42":{"tf":1.7320508075688772},"44":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.4142135623730951},"65":{"tf":1.0},"70":{"tf":1.0}}}}}},"d":{"df":1,"docs":{"205":{"tf":1.0}},"u":{"c":{"df":17,"docs":{"120":{"tf":1.0},"133":{"tf":1.0},"2":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"23":{"tf":1.7320508075688772},"285":{"tf":1.0},"286":{"tf":1.0},"30":{"tf":1.0},"301":{"tf":1.0},"337":{"tf":1.7320508075688772},"44":{"tf":1.4142135623730951},"45":{"tf":1.0},"46":{"tf":1.0},"54":{"tf":1.7320508075688772},"56":{"tf":1.0},"89":{"tf":1.0}},"t":{"df":19,"docs":{"107":{"tf":1.0},"125":{"tf":1.4142135623730951},"128":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.4142135623730951},"185":{"tf":1.0},"186":{"tf":1.0},"196":{"tf":1.0},"23":{"tf":1.0},"240":{"tf":1.7320508075688772},"26":{"tf":1.0},"286":{"tf":1.0},"3":{"tf":1.0},"306":{"tf":1.0},"337":{"tf":1.0},"339":{"tf":1.0},"42":{"tf":1.4142135623730951},"60":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":1,"docs":{"269":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":3,"docs":{"174":{"tf":1.4142135623730951},"180":{"tf":1.4142135623730951},"186":{"tf":1.4142135623730951}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"340":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"165":{"tf":1.4142135623730951},"330":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":29,"docs":{"123":{"tf":1.0},"129":{"tf":1.4142135623730951},"142":{"tf":1.0},"149":{"tf":1.0},"156":{"tf":1.0},"168":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"195":{"tf":1.0},"213":{"tf":1.0},"222":{"tf":1.7320508075688772},"247":{"tf":1.0},"248":{"tf":1.0},"25":{"tf":1.0},"256":{"tf":1.0},"259":{"tf":1.0},"285":{"tf":1.0},"286":{"tf":1.0},"324":{"tf":1.0},"337":{"tf":1.7320508075688772},"34":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"38":{"tf":1.0},"46":{"tf":1.4142135623730951},"54":{"tf":1.7320508075688772},"64":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"0":{"tf":1.0},"319":{"tf":1.0},"334":{"tf":1.0}},"’":{"df":2,"docs":{"253":{"tf":1.0},"298":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":2,"docs":{"153":{"tf":1.0},"221":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"42":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"f":{"df":2,"docs":{"210":{"tf":1.0},"338":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"120":{"tf":1.0},"247":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"246":{"tf":1.0},"31":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"134":{"tf":1.0},"337":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"2":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":17,"docs":{"1":{"tf":1.0},"129":{"tf":1.0},"132":{"tf":1.0},"2":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"247":{"tf":1.0},"250":{"tf":1.0},"253":{"tf":1.0},"27":{"tf":1.4142135623730951},"301":{"tf":1.7320508075688772},"32":{"tf":1.0},"337":{"tf":2.0},"338":{"tf":1.0},"34":{"tf":1.0},"46":{"tf":2.0},"47":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":2,"docs":{"173":{"tf":1.0},"245":{"tf":1.0}}}}}}},"v":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":2,"docs":{"26":{"tf":1.0},"273":{"tf":1.0}},"n":{"df":1,"docs":{"247":{"tf":1.0}}},"r":{"df":1,"docs":{"210":{"tf":1.4142135623730951}}}},"i":{"d":{"df":18,"docs":{"10":{"tf":1.0},"133":{"tf":1.0},"15":{"tf":1.0},"168":{"tf":1.0},"175":{"tf":1.0},"181":{"tf":1.0},"190":{"tf":1.0},"193":{"tf":1.4142135623730951},"197":{"tf":1.0},"199":{"tf":1.0},"210":{"tf":1.0},"236":{"tf":1.0},"252":{"tf":1.0},"266":{"tf":1.0},"268":{"tf":1.0},"337":{"tf":1.0},"339":{"tf":1.4142135623730951},"42":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":3,"docs":{"168":{"tf":1.0},"266":{"tf":1.0},"29":{"tf":1.0}}}}}}},"s":{"df":2,"docs":{"283":{"tf":1.0},"287":{"tf":1.0}},"e":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"273":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"b":{"df":15,"docs":{"114":{"tf":1.0},"168":{"tf":1.4142135623730951},"190":{"tf":1.0},"199":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.7320508075688772},"258":{"tf":2.0},"261":{"tf":1.0},"262":{"tf":1.4142135623730951},"266":{"tf":1.4142135623730951},"267":{"tf":1.0},"269":{"tf":1.4142135623730951},"273":{"tf":1.4142135623730951},"274":{"tf":1.4142135623730951},"42":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":4,"docs":{"2":{"tf":1.0},"338":{"tf":1.4142135623730951},"4":{"tf":1.0},"96":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"_":{"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":{"163":{"tf":1.0}}}}}}}}}},"df":1,"docs":{"176":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":5,"docs":{"245":{"tf":1.0},"264":{"tf":1.0},"310":{"tf":1.0},"35":{"tf":1.0},"54":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"248":{"tf":1.0},"34":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"163":{"tf":1.0},"203":{"tf":1.0}}}},"t":{"df":3,"docs":{"41":{"tf":1.0},"49":{"tf":1.0},"56":{"tf":1.0}}}}},"q":{"a":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"10":{"tf":1.0},"113":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":9,"docs":{"10":{"tf":1.0},"105":{"tf":1.0},"116":{"tf":1.0},"119":{"tf":1.0},"187":{"tf":1.0},"277":{"tf":1.0},"307":{"tf":1.0},"312":{"tf":1.0},"43":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"56":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"10":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"27":{"tf":1.0}}}},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"r":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"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":{"c":{"df":0,"docs":{},"e":{"df":5,"docs":{"215":{"tf":1.0},"268":{"tf":1.0},"296":{"tf":1.0},"337":{"tf":1.0},"37":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":1,"docs":{"326":{"tf":1.7320508075688772}}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":8,"docs":{"123":{"tf":1.0},"134":{"tf":1.4142135623730951},"203":{"tf":1.0},"24":{"tf":1.0},"33":{"tf":1.0},"58":{"tf":1.4142135623730951},"74":{"tf":1.0},"78":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":6,"docs":{"134":{"tf":1.0},"16":{"tf":1.0},"193":{"tf":1.0},"64":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"194":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"37":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"249":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"(":{"1":{"0":{"df":7,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"122":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0}}},"df":0,"docs":{}},"2":{"df":6,"docs":{"103":{"tf":1.0},"121":{"tf":1.4142135623730951},"122":{"tf":1.0},"57":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0}}},"5":{"0":{"df":1,"docs":{"124":{"tf":1.0}}},"df":4,"docs":{"120":{"tf":1.4142135623730951},"123":{"tf":1.0},"124":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":2,"docs":{"67":{"tf":1.0},"73":{"tf":1.0}}}},"df":34,"docs":{"108":{"tf":1.7320508075688772},"117":{"tf":1.0},"120":{"tf":1.0},"122":{"tf":1.0},"124":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.0},"203":{"tf":1.0},"212":{"tf":1.0},"24":{"tf":1.0},"247":{"tf":1.0},"25":{"tf":1.4142135623730951},"278":{"tf":1.4142135623730951},"287":{"tf":1.4142135623730951},"289":{"tf":1.0},"297":{"tf":1.0},"327":{"tf":1.0},"33":{"tf":1.0},"337":{"tf":1.4142135623730951},"35":{"tf":1.0},"43":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"65":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.4142135623730951},"74":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"89":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":5,"docs":{"107":{"tf":1.0},"20":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"49":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"29":{"tf":1.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"273":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"274":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"273":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"l":{"df":2,"docs":{"273":{"tf":1.4142135623730951},"274":{"tf":1.0}}}},"df":0,"docs":{}},"df":5,"docs":{"182":{"tf":1.0},"285":{"tf":1.0},"323":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.0}}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":7,"docs":{"100":{"tf":1.0},"115":{"tf":1.0},"255":{"tf":1.0},"261":{"tf":1.0},"278":{"tf":1.0},"339":{"tf":1.0},"44":{"tf":1.0}}}},"df":0,"docs":{}},"df":7,"docs":{"10":{"tf":1.7320508075688772},"101":{"tf":1.0},"112":{"tf":1.0},"156":{"tf":1.0},"314":{"tf":1.0},"334":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":39,"docs":{"123":{"tf":1.0},"133":{"tf":1.4142135623730951},"141":{"tf":2.8284271247461903},"15":{"tf":1.0},"157":{"tf":2.449489742783178},"16":{"tf":1.0},"170":{"tf":1.0},"176":{"tf":1.0},"182":{"tf":1.0},"19":{"tf":1.0},"212":{"tf":1.0},"215":{"tf":1.4142135623730951},"216":{"tf":1.4142135623730951},"217":{"tf":1.7320508075688772},"218":{"tf":1.7320508075688772},"22":{"tf":1.0},"225":{"tf":2.23606797749979},"232":{"tf":1.4142135623730951},"247":{"tf":1.7320508075688772},"249":{"tf":1.0},"250":{"tf":1.0},"268":{"tf":1.4142135623730951},"283":{"tf":1.7320508075688772},"297":{"tf":1.4142135623730951},"31":{"tf":1.0},"312":{"tf":1.0},"32":{"tf":2.23606797749979},"323":{"tf":1.0},"33":{"tf":1.0},"337":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.0},"47":{"tf":2.8284271247461903},"48":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.0},"82":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"276":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"237":{"tf":1.0},"295":{"tf":1.0}},"s":{"=":{"1":{"2":{"0":{"df":3,"docs":{"217":{"tf":1.0},"232":{"tf":1.0},"283":{"tf":1.0}}},"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":{},"o":{"d":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"l":{"df":13,"docs":{"130":{"tf":1.0},"186":{"tf":1.0},"222":{"tf":1.0},"251":{"tf":1.0},"267":{"tf":1.0},"272":{"tf":1.0},"303":{"tf":1.4142135623730951},"309":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"5":{"tf":1.0},"57":{"tf":1.0},"8":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":1,"docs":{"306":{"tf":1.0}},"—":{"df":0,"docs":{},"k":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"t":{"df":13,"docs":{"107":{"tf":1.0},"109":{"tf":1.0},"122":{"tf":1.0},"180":{"tf":1.0},"196":{"tf":1.0},"205":{"tf":1.0},"240":{"tf":1.0},"247":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":1.0},"67":{"tf":1.0},"83":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":8,"docs":{"23":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"54":{"tf":1.0},"61":{"tf":1.0},"87":{"tf":1.0},"96":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":4,"docs":{"247":{"tf":1.0},"255":{"tf":1.0},"259":{"tf":1.0},"268":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"132":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"d":{"df":1,"docs":{"80":{"tf":1.0}}},"df":0,"docs":{}},"v":{"df":7,"docs":{"308":{"tf":1.0},"324":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":10,"docs":{"106":{"tf":1.0},"116":{"tf":1.0},"123":{"tf":1.0},"192":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"303":{"tf":1.0},"307":{"tf":1.0},"337":{"tf":1.0},"82":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":12,"docs":{"110":{"tf":1.0},"283":{"tf":1.0},"286":{"tf":1.4142135623730951},"287":{"tf":1.0},"289":{"tf":1.4142135623730951},"295":{"tf":1.0},"298":{"tf":1.0},"312":{"tf":1.0},"321":{"tf":1.0},"323":{"tf":1.0},"327":{"tf":1.4142135623730951},"328":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":12,"docs":{"10":{"tf":1.4142135623730951},"115":{"tf":1.0},"127":{"tf":1.0},"166":{"tf":1.0},"242":{"tf":1.0},"251":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"336":{"tf":1.0},"4":{"tf":1.0},"63":{"tf":1.0},"99":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"338":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"25":{"tf":1.0},"37":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":5,"docs":{"142":{"tf":1.0},"157":{"tf":1.0},"226":{"tf":1.0},"287":{"tf":1.0},"47":{"tf":1.0}}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"30":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"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":{"19":{"tf":1.0}}}}}}}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"247":{"tf":1.0},"52":{"tf":1.0}}},"x":{"df":1,"docs":{"212":{"tf":1.0}}}},"df":2,"docs":{"23":{"tf":1.0},"46":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"s":{"df":4,"docs":{"230":{"tf":1.0},"281":{"tf":1.0},"312":{"tf":1.0},"323":{"tf":1.0}}}},"df":0,"docs":{},"v":{"df":1,"docs":{"104":{"tf":1.0}}}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"235":{"tf":1.0},"61":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"105":{"tf":1.0},"117":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"115":{"tf":1.0},"123":{"tf":1.0},"152":{"tf":1.0},"75":{"tf":1.0},"94":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":2,"docs":{"10":{"tf":1.0},"328":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"247":{"tf":1.0}}},"v":{"df":6,"docs":{"144":{"tf":1.0},"176":{"tf":1.0},"289":{"tf":1.0},"296":{"tf":1.0},"314":{"tf":1.0},"36":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"130":{"tf":1.0},"24":{"tf":1.0},"51":{"tf":1.0},"80":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"97":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"125":{"tf":1.0},"338":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":1,"docs":{"41":{"tf":1.0}},"r":{"df":0,"docs":{},"t":{"df":7,"docs":{"17":{"tf":1.0},"248":{"tf":1.0},"264":{"tf":1.0},"334":{"tf":1.0},"335":{"tf":1.0},"35":{"tf":1.0},"54":{"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":4,"docs":{"208":{"tf":1.4142135623730951},"230":{"tf":1.0},"281":{"tf":1.0},"304":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":17,"docs":{"116":{"tf":1.0},"117":{"tf":1.0},"161":{"tf":1.4142135623730951},"173":{"tf":1.0},"175":{"tf":1.4142135623730951},"179":{"tf":1.0},"180":{"tf":1.0},"236":{"tf":1.0},"246":{"tf":1.0},"298":{"tf":1.0},"308":{"tf":1.0},"337":{"tf":1.0},"339":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.4142135623730951},"45":{"tf":1.0},"60":{"tf":1.0}},"t":{"df":2,"docs":{"298":{"tf":1.0},"335":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"273":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":19,"docs":{"123":{"tf":1.0},"180":{"tf":1.0},"186":{"tf":1.0},"193":{"tf":1.0},"198":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"235":{"tf":1.0},"246":{"tf":1.0},"290":{"tf":1.0},"292":{"tf":1.0},"306":{"tf":1.0},"315":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"81":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":11,"docs":{"106":{"tf":1.4142135623730951},"116":{"tf":1.0},"117":{"tf":1.4142135623730951},"123":{"tf":1.0},"131":{"tf":1.0},"16":{"tf":1.0},"308":{"tf":1.0},"337":{"tf":1.0},"58":{"tf":1.0},"77":{"tf":1.0},"82":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":38,"docs":{"107":{"tf":1.0},"124":{"tf":1.0},"146":{"tf":1.0},"160":{"tf":2.0},"173":{"tf":1.4142135623730951},"174":{"tf":1.0},"182":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.4142135623730951},"188":{"tf":1.0},"209":{"tf":1.4142135623730951},"212":{"tf":1.0},"228":{"tf":1.7320508075688772},"234":{"tf":1.0},"237":{"tf":1.0},"240":{"tf":1.0},"244":{"tf":1.0},"249":{"tf":1.0},"268":{"tf":1.4142135623730951},"286":{"tf":1.4142135623730951},"292":{"tf":1.4142135623730951},"293":{"tf":1.4142135623730951},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"308":{"tf":1.0},"313":{"tf":1.0},"321":{"tf":1.4142135623730951},"323":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.0},"337":{"tf":1.4142135623730951},"339":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"60":{"tf":1.0},"77":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"18":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"193":{"tf":1.0},"211":{"tf":1.0},"247":{"tf":1.0},"250":{"tf":1.4142135623730951},"259":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"18":{"tf":1.0},"216":{"tf":1.0},"249":{"tf":1.0},"32":{"tf":1.0},"337":{"tf":1.0},"47":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":4,"docs":{"204":{"tf":1.0},"244":{"tf":1.0},"337":{"tf":1.0},"52":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"p":{"df":1,"docs":{"202":{"tf":1.0}}}},"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"199":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"199":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"198":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":39,"docs":{"123":{"tf":2.23606797749979},"135":{"tf":1.0},"16":{"tf":1.0},"168":{"tf":1.0},"186":{"tf":1.0},"188":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.4142135623730951},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"203":{"tf":1.4142135623730951},"204":{"tf":1.0},"205":{"tf":1.0},"246":{"tf":1.0},"247":{"tf":1.0},"249":{"tf":1.0},"278":{"tf":1.0},"289":{"tf":1.4142135623730951},"290":{"tf":1.4142135623730951},"30":{"tf":1.0},"308":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"337":{"tf":1.7320508075688772},"339":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"58":{"tf":2.0},"64":{"tf":1.0},"68":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.4142135623730951},"79":{"tf":2.0},"80":{"tf":1.4142135623730951},"82":{"tf":1.0},"87":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"198":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":1,"docs":{"5":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"179":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{".":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"_":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"148":{"tf":1.0},"165":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"165":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":2,"docs":{"148":{"tf":1.0},"165":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"165":{"tf":1.0}}}}}},"df":0,"docs":{}},"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":5,"docs":{"168":{"tf":1.0},"190":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"42":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"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":4,"docs":{"168":{"tf":1.0},"190":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0}}}}}}}}}}}},"df":41,"docs":{"11":{"tf":1.0},"110":{"tf":1.4142135623730951},"117":{"tf":1.0},"119":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"121":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"124":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"136":{"tf":1.0},"137":{"tf":1.4142135623730951},"147":{"tf":1.0},"148":{"tf":1.0},"165":{"tf":1.7320508075688772},"166":{"tf":1.0},"171":{"tf":1.0},"177":{"tf":1.0},"183":{"tf":1.0},"189":{"tf":1.4142135623730951},"19":{"tf":1.0},"191":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.4142135623730951},"21":{"tf":1.0},"224":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"261":{"tf":1.4142135623730951},"262":{"tf":1.0},"273":{"tf":1.4142135623730951},"274":{"tf":1.0},"317":{"tf":1.0},"339":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"56":{"tf":1.0},"64":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"259":{"tf":1.4142135623730951},"32":{"tf":1.0},"47":{"tf":1.0},"68":{"tf":1.0}},"e":{"df":0,"docs":{},"v":{"df":4,"docs":{"25":{"tf":1.0},"338":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":19,"docs":{"101":{"tf":1.0},"103":{"tf":1.0},"168":{"tf":1.0},"170":{"tf":1.0},"176":{"tf":1.0},"182":{"tf":1.0},"255":{"tf":1.4142135623730951},"261":{"tf":1.4142135623730951},"262":{"tf":1.0},"264":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"273":{"tf":1.0},"293":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"54":{"tf":1.0},"97":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"110":{"tf":1.0},"270":{"tf":1.0},"276":{"tf":1.7320508075688772},"41":{"tf":1.0},"51":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":5,"docs":{"116":{"tf":1.0},"117":{"tf":1.0},"19":{"tf":1.0},"302":{"tf":1.0},"43":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"109":{"tf":1.0},"116":{"tf":1.0},"309":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"43":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"244":{"tf":1.0},"41":{"tf":1.4142135623730951}}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"275":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":3,"docs":{"3":{"tf":1.0},"43":{"tf":1.0},"64":{"tf":1.0}}}},"i":{"d":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"26":{"tf":1.0},"307":{"tf":1.0}}}}},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"301":{"tf":1.0},"337":{"tf":1.0},"46":{"tf":1.7320508075688772},"48":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":4,"docs":{"134":{"tf":1.0},"2":{"tf":1.0},"276":{"tf":1.0},"79":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"157":{"tf":1.0}}}},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"68":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"c":{"df":1,"docs":{"273":{"tf":1.0}}},"df":0,"docs":{}},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"@":{"df":0,"docs":{},"v":{"1":{"df":1,"docs":{"163":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"331":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":3,"docs":{"297":{"tf":2.8284271247461903},"314":{"tf":1.0},"59":{"tf":1.0}}}},"n":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":4,"docs":{"168":{"tf":1.0},"190":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0}}}}}}},"df":0,"docs":{}},"_":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"33":{"tf":1.0}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":11,"docs":{"197":{"tf":1.4142135623730951},"198":{"tf":1.4142135623730951},"255":{"tf":1.4142135623730951},"256":{"tf":1.4142135623730951},"261":{"tf":1.4142135623730951},"262":{"tf":1.4142135623730951},"273":{"tf":1.7320508075688772},"274":{"tf":1.4142135623730951},"317":{"tf":1.0},"34":{"tf":1.0},"64":{"tf":1.4142135623730951}},"—":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":120,"docs":{"10":{"tf":1.4142135623730951},"105":{"tf":1.0},"11":{"tf":1.0},"117":{"tf":1.0},"124":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951},"132":{"tf":1.0},"133":{"tf":1.7320508075688772},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.4142135623730951},"137":{"tf":1.4142135623730951},"138":{"tf":1.0},"139":{"tf":1.4142135623730951},"14":{"tf":1.0},"142":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":2.0},"146":{"tf":1.4142135623730951},"15":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"16":{"tf":1.0},"160":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":2.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"17":{"tf":1.4142135623730951},"173":{"tf":1.0},"179":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"184":{"tf":1.0},"185":{"tf":1.0},"189":{"tf":1.0},"19":{"tf":1.0},"191":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"203":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"21":{"tf":1.0},"212":{"tf":1.0},"219":{"tf":1.0},"221":{"tf":1.0},"228":{"tf":1.0},"23":{"tf":1.0},"233":{"tf":1.0},"235":{"tf":1.0},"239":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":2.23606797749979},"249":{"tf":1.0},"254":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"259":{"tf":1.4142135623730951},"26":{"tf":1.7320508075688772},"261":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"274":{"tf":1.0},"278":{"tf":1.0},"28":{"tf":1.4142135623730951},"285":{"tf":1.0},"287":{"tf":1.0},"289":{"tf":1.0},"296":{"tf":2.0},"30":{"tf":2.0},"304":{"tf":1.4142135623730951},"307":{"tf":1.4142135623730951},"31":{"tf":1.0},"311":{"tf":1.0},"313":{"tf":1.0},"314":{"tf":1.0},"315":{"tf":1.0},"321":{"tf":1.0},"324":{"tf":1.0},"327":{"tf":1.4142135623730951},"328":{"tf":1.4142135623730951},"33":{"tf":1.7320508075688772},"330":{"tf":1.0},"331":{"tf":1.0},"332":{"tf":1.0},"337":{"tf":2.6457513110645907},"339":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.0},"37":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.7320508075688772},"45":{"tf":2.0},"46":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":2.449489742783178},"57":{"tf":1.0},"59":{"tf":2.0},"6":{"tf":1.0},"60":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"84":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.4142135623730951},"89":{"tf":1.0},"9":{"tf":1.0},"97":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":3,"docs":{"130":{"tf":1.0},"197":{"tf":1.0},"273":{"tf":1.4142135623730951}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"118":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":16,"docs":{"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},"137":{"tf":1.0},"148":{"tf":1.0},"165":{"tf":1.0},"171":{"tf":1.0},"177":{"tf":1.0},"183":{"tf":1.0},"38":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"249":{"tf":1.0}}}}}},":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"266":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"266":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":88,"docs":{"11":{"tf":1.0},"116":{"tf":1.4142135623730951},"117":{"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.7320508075688772},"127":{"tf":1.4142135623730951},"136":{"tf":1.0},"137":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":2.6457513110645907},"161":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.7320508075688772},"168":{"tf":2.23606797749979},"169":{"tf":1.4142135623730951},"170":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.4142135623730951},"18":{"tf":2.6457513110645907},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":2.0},"187":{"tf":1.0},"188":{"tf":1.4142135623730951},"189":{"tf":2.0},"190":{"tf":2.0},"191":{"tf":1.0},"193":{"tf":2.23606797749979},"194":{"tf":1.0},"198":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.7320508075688772},"209":{"tf":1.4142135623730951},"236":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"244":{"tf":1.0},"246":{"tf":1.0},"247":{"tf":1.4142135623730951},"249":{"tf":1.0},"250":{"tf":1.4142135623730951},"251":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"265":{"tf":1.7320508075688772},"266":{"tf":2.0},"267":{"tf":2.449489742783178},"268":{"tf":1.4142135623730951},"276":{"tf":1.7320508075688772},"282":{"tf":1.0},"290":{"tf":2.0},"295":{"tf":1.4142135623730951},"298":{"tf":1.0},"302":{"tf":2.449489742783178},"304":{"tf":1.0},"31":{"tf":2.0},"315":{"tf":1.0},"318":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"331":{"tf":1.7320508075688772},"335":{"tf":1.0},"337":{"tf":2.0},"339":{"tf":2.0},"36":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":2.23606797749979},"42":{"tf":3.1622776601683795},"44":{"tf":1.7320508075688772},"45":{"tf":1.0},"47":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.4142135623730951},"62":{"tf":1.0},"99":{"tf":1.0}},"—":{"df":0,"docs":{},"y":{"df":1,"docs":{"167":{"tf":1.0}}}},"’":{"df":3,"docs":{"241":{"tf":1.0},"31":{"tf":1.0},"80":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"—":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":2,"docs":{"148":{"tf":1.0},"267":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":16,"docs":{"134":{"tf":1.0},"246":{"tf":1.4142135623730951},"248":{"tf":1.0},"249":{"tf":2.6457513110645907},"251":{"tf":1.0},"276":{"tf":1.0},"284":{"tf":1.0},"33":{"tf":1.7320508075688772},"34":{"tf":1.0},"35":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{":":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"164":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"=":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":3,"docs":{"213":{"tf":1.0},"298":{"tf":1.0},"335":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":9,"docs":{"137":{"tf":1.4142135623730951},"146":{"tf":1.0},"174":{"tf":1.0},"209":{"tf":1.0},"272":{"tf":1.0},"298":{"tf":1.0},"330":{"tf":1.0},"335":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":24,"docs":{"0":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.7320508075688772},"167":{"tf":1.0},"168":{"tf":1.0},"189":{"tf":1.4142135623730951},"19":{"tf":1.0},"193":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"250":{"tf":1.0},"276":{"tf":1.0},"30":{"tf":1.4142135623730951},"302":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"331":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"44":{"tf":1.7320508075688772},"45":{"tf":1.0},"47":{"tf":1.4142135623730951},"51":{"tf":1.0},"60":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":12,"docs":{"119":{"tf":1.0},"121":{"tf":1.4142135623730951},"2":{"tf":1.0},"248":{"tf":1.0},"338":{"tf":1.7320508075688772},"4":{"tf":1.0},"5":{"tf":1.0},"71":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"119":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"289":{"tf":1.0}}}}},"w":{"df":2,"docs":{"143":{"tf":1.4142135623730951},"224":{"tf":1.0}}},"y":{"df":1,"docs":{"13":{"tf":1.0}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":8,"docs":{"174":{"tf":1.0},"181":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.4142135623730951},"240":{"tf":1.4142135623730951},"297":{"tf":1.0},"60":{"tf":1.0}},"{":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"187":{"tf":1.0}}}}},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"19":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"186":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"(":{")":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"267":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"110":{"tf":1.0},"114":{"tf":1.0},"258":{"tf":2.0}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":4,"docs":{"102":{"tf":1.0},"125":{"tf":1.0},"269":{"tf":1.0},"56":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"1":{"0":{"df":3,"docs":{"107":{"tf":1.0},"113":{"tf":1.0},"240":{"tf":1.0}}},"df":0,"docs":{}},"2":{"df":15,"docs":{"104":{"tf":1.4142135623730951},"107":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"14":{"tf":1.0},"194":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"283":{"tf":1.0},"287":{"tf":1.0},"30":{"tf":1.0},"327":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0}}},"3":{"df":22,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.7320508075688772},"114":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"137":{"tf":1.0},"189":{"tf":1.0},"24":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"302":{"tf":1.0},"38":{"tf":1.0},"54":{"tf":1.4142135623730951},"57":{"tf":1.0},"81":{"tf":1.0}}},"4":{"df":8,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"109":{"tf":1.0},"123":{"tf":1.0},"263":{"tf":1.0},"290":{"tf":1.4142135623730951},"309":{"tf":1.0},"58":{"tf":1.0}}},"5":{"df":2,"docs":{"124":{"tf":1.0},"165":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"111":{"tf":1.0},"330":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":100,"docs":{"10":{"tf":1.4142135623730951},"100":{"tf":1.7320508075688772},"101":{"tf":1.0},"103":{"tf":2.0},"109":{"tf":1.0},"11":{"tf":1.0},"112":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.4142135623730951},"118":{"tf":1.0},"126":{"tf":1.0},"128":{"tf":1.0},"13":{"tf":1.0},"135":{"tf":1.7320508075688772},"136":{"tf":1.4142135623730951},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"14":{"tf":2.0},"15":{"tf":1.7320508075688772},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.4142135623730951},"168":{"tf":2.23606797749979},"170":{"tf":1.0},"173":{"tf":1.0},"176":{"tf":1.0},"18":{"tf":1.4142135623730951},"182":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"198":{"tf":1.0},"20":{"tf":1.4142135623730951},"200":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"21":{"tf":1.0},"239":{"tf":1.0},"24":{"tf":1.0},"243":{"tf":1.7320508075688772},"244":{"tf":1.0},"246":{"tf":2.23606797749979},"250":{"tf":1.0},"251":{"tf":1.4142135623730951},"253":{"tf":1.4142135623730951},"255":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.4142135623730951},"259":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":2.23606797749979},"267":{"tf":1.7320508075688772},"269":{"tf":1.0},"27":{"tf":1.4142135623730951},"275":{"tf":1.4142135623730951},"276":{"tf":2.23606797749979},"277":{"tf":1.0},"278":{"tf":1.4142135623730951},"28":{"tf":1.7320508075688772},"29":{"tf":1.0},"298":{"tf":1.0},"30":{"tf":1.4142135623730951},"302":{"tf":1.4142135623730951},"305":{"tf":1.0},"31":{"tf":1.0},"310":{"tf":1.0},"330":{"tf":1.4142135623730951},"332":{"tf":1.0},"337":{"tf":2.6457513110645907},"339":{"tf":2.0},"38":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":2.6457513110645907},"45":{"tf":3.1622776601683795},"47":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"49":{"tf":1.7320508075688772},"50":{"tf":1.0},"51":{"tf":2.23606797749979},"52":{"tf":1.7320508075688772},"53":{"tf":1.7320508075688772},"54":{"tf":2.449489742783178},"55":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":2.0},"63":{"tf":1.0},"68":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"99":{"tf":1.0}},"’":{"df":7,"docs":{"16":{"tf":1.0},"247":{"tf":1.0},"33":{"tf":1.0},"64":{"tf":1.4142135623730951},"66":{"tf":1.0},"67":{"tf":1.0},"86":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"249":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"130":{"tf":1.0},"186":{"tf":1.4142135623730951},"293":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"185":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":2,"docs":{"196":{"tf":1.0},"205":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":2,"docs":{"153":{"tf":1.0},"221":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":5,"docs":{"164":{"tf":1.0},"210":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"210":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"159":{"tf":1.0},"298":{"tf":1.0},"334":{"tf":1.0}}}},"df":0,"docs":{}}},"c":{"df":3,"docs":{"256":{"tf":1.4142135623730951},"258":{"tf":1.4142135623730951},"46":{"tf":1.7320508075688772}},"o":{"df":0,"docs":{},"n":{"d":{"df":29,"docs":{"117":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.4142135623730951},"130":{"tf":1.0},"217":{"tf":1.0},"23":{"tf":1.7320508075688772},"256":{"tf":1.0},"30":{"tf":1.0},"301":{"tf":1.7320508075688772},"307":{"tf":2.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"46":{"tf":2.0},"47":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":2.449489742783178},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"72":{"tf":1.0},"73":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"166":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"d":{"df":6,"docs":{"117":{"tf":1.0},"246":{"tf":1.0},"278":{"tf":1.0},"310":{"tf":1.4142135623730951},"55":{"tf":1.0},"68":{"tf":1.4142135623730951}}},"df":45,"docs":{"108":{"tf":1.0},"114":{"tf":1.0},"127":{"tf":1.4142135623730951},"138":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"190":{"tf":1.0},"218":{"tf":1.0},"222":{"tf":1.0},"227":{"tf":1.0},"259":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":1.0},"283":{"tf":1.0},"285":{"tf":1.0},"286":{"tf":1.0},"287":{"tf":1.0},"289":{"tf":1.0},"29":{"tf":1.0},"290":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"314":{"tf":1.0},"317":{"tf":1.0},"318":{"tf":1.0},"319":{"tf":1.0},"32":{"tf":1.0},"323":{"tf":1.0},"332":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"59":{"tf":1.0},"98":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"193":{"tf":1.0},"79":{"tf":1.4142135623730951},"80":{"tf":1.0}}}},"df":0,"docs":{}},"f":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"273":{"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":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"256":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":1,"docs":{"258":{"tf":1.0}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"p":{"df":1,"docs":{"262":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"258":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"1":{"0":{"df":1,"docs":{"269":{"tf":1.0}}},"df":0,"docs":{}},"3":{"df":1,"docs":{"269":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":7,"docs":{"101":{"tf":1.0},"256":{"tf":2.23606797749979},"258":{"tf":2.23606797749979},"262":{"tf":1.4142135623730951},"269":{"tf":1.4142135623730951},"273":{"tf":1.7320508075688772},"274":{"tf":1.7320508075688772}}}},"n":{"d":{"df":4,"docs":{"198":{"tf":1.0},"199":{"tf":1.0},"255":{"tf":1.0},"261":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":3,"docs":{"0":{"tf":1.0},"102":{"tf":1.0},"255":{"tf":1.0}},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"i":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"104":{"tf":1.0},"13":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":6,"docs":{"212":{"tf":1.0},"295":{"tf":1.4142135623730951},"296":{"tf":1.0},"297":{"tf":1.4142135623730951},"321":{"tf":1.4142135623730951},"47":{"tf":1.0}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":15,"docs":{"117":{"tf":1.0},"18":{"tf":1.0},"24":{"tf":1.7320508075688772},"244":{"tf":1.0},"245":{"tf":1.0},"250":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"296":{"tf":1.0},"3":{"tf":1.0},"301":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":1.4142135623730951},"51":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"129":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"135":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"146":{"tf":1.0},"296":{"tf":1.0},"314":{"tf":1.0},"327":{"tf":1.0}}}},"df":1,"docs":{"132":{"tf":1.0}}},"v":{"df":4,"docs":{"248":{"tf":1.0},"276":{"tf":1.0},"34":{"tf":1.0},"48":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"212":{"tf":1.0},"32":{"tf":1.0}}}},"i":{"c":{"df":11,"docs":{"176":{"tf":1.0},"182":{"tf":1.0},"209":{"tf":1.0},"214":{"tf":1.0},"221":{"tf":1.0},"25":{"tf":1.0},"293":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"323":{"tf":1.0},"36":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":30,"docs":{"10":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"105":{"tf":1.0},"113":{"tf":1.4142135623730951},"119":{"tf":1.0},"121":{"tf":1.0},"13":{"tf":1.4142135623730951},"134":{"tf":1.0},"144":{"tf":1.0},"153":{"tf":1.0},"163":{"tf":1.0},"184":{"tf":1.0},"206":{"tf":1.0},"208":{"tf":1.0},"220":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"245":{"tf":1.0},"278":{"tf":1.4142135623730951},"281":{"tf":1.0},"292":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"332":{"tf":1.0},"339":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.4142135623730951},"99":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":4,"docs":{"127":{"tf":1.0},"150":{"tf":1.0},"235":{"tf":1.0},"52":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"138":{"tf":1.0},"209":{"tf":1.0},"211":{"tf":1.0},"44":{"tf":1.0},"54":{"tf":1.0},"59":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":16,"docs":{"116":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.4142135623730951},"135":{"tf":1.0},"173":{"tf":1.0},"203":{"tf":1.0},"21":{"tf":1.0},"244":{"tf":1.0},"272":{"tf":1.0},"278":{"tf":1.0},"44":{"tf":1.0},"50":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":10,"docs":{"117":{"tf":1.0},"173":{"tf":1.0},"197":{"tf":1.0},"212":{"tf":1.0},"273":{"tf":1.0},"276":{"tf":1.0},"337":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"64":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"278":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"42":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"139":{"tf":1.0},"26":{"tf":1.4142135623730951},"296":{"tf":1.0},"307":{"tf":1.0},"54":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"328":{"tf":1.0}}},"r":{"df":1,"docs":{"79":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"210":{"tf":1.0}}}}}},"df":0,"docs":{}}},"w":{"df":23,"docs":{"10":{"tf":1.4142135623730951},"11":{"tf":1.0},"118":{"tf":1.0},"128":{"tf":1.0},"140":{"tf":1.0},"142":{"tf":1.0},"149":{"tf":1.0},"17":{"tf":1.0},"213":{"tf":1.0},"224":{"tf":1.0},"248":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":1.0},"267":{"tf":1.0},"272":{"tf":1.0},"297":{"tf":1.4142135623730951},"49":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}},"n":{"df":1,"docs":{"199":{"tf":1.0}}}}}},"i":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"208":{"tf":1.0},"281":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"206":{"tf":1.0},"3":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":13,"docs":{"116":{"tf":1.4142135623730951},"117":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"248":{"tf":1.0},"25":{"tf":1.7320508075688772},"259":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.0},"337":{"tf":1.0},"34":{"tf":2.0},"35":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"89":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"268":{"tf":1.0},"298":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":8,"docs":{"14":{"tf":1.0},"185":{"tf":1.0},"256":{"tf":1.0},"273":{"tf":1.0},"53":{"tf":1.4142135623730951},"56":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"137":{"tf":1.0},"169":{"tf":1.0},"54":{"tf":1.0}}}},"—":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":3,"docs":{"314":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"129":{"tf":1.0},"133":{"tf":1.0},"203":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"n":{"df":3,"docs":{"309":{"tf":1.0},"61":{"tf":1.0},"83":{"tf":1.0}},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"—":{"a":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":9,"docs":{"174":{"tf":1.0},"175":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"186":{"tf":1.0},"244":{"tf":1.0},"248":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.0}}}}},"t":{"df":1,"docs":{"51":{"tf":1.0}}},"x":{"df":1,"docs":{"29":{"tf":1.4142135623730951}}},"z":{"df":0,"docs":{},"e":{"(":{"1":{"_":{"0":{"0":{"0":{"_":{"0":{"0":{"0":{"df":1,"docs":{"124":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"5":{"6":{"_":{"0":{"0":{"0":{"df":3,"docs":{"121":{"tf":1.4142135623730951},"57":{"tf":1.0},"72":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"1":{"2":{"_":{"0":{"0":{"0":{"df":2,"docs":{"103":{"tf":1.0},"122":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":1,"docs":{"73":{"tf":1.0}}}}},"df":0,"docs":{}},"df":8,"docs":{"13":{"tf":1.0},"245":{"tf":1.0},"25":{"tf":1.0},"338":{"tf":1.0},"34":{"tf":1.0},"56":{"tf":1.0},"73":{"tf":1.4142135623730951},"74":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":4,"docs":{"20":{"tf":1.0},"39":{"tf":1.0},"62":{"tf":1.0},"99":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"32":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"48":{"tf":1.0}}}}}}}},"o":{"df":2,"docs":{"203":{"tf":1.0},"204":{"tf":1.0}},"t":{"df":9,"docs":{"125":{"tf":1.0},"13":{"tf":1.0},"23":{"tf":1.0},"245":{"tf":1.0},"337":{"tf":1.0},"46":{"tf":1.0},"59":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.0}}},"w":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"163":{"tf":1.0},"164":{"tf":1.0},"237":{"tf":1.0},"295":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":8,"docs":{"163":{"tf":1.0},"212":{"tf":1.0},"232":{"tf":1.0},"283":{"tf":1.0},"286":{"tf":1.0},"297":{"tf":1.0},"321":{"tf":1.0},"327":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}}}}},"df":21,"docs":{"113":{"tf":1.0},"121":{"tf":1.0},"129":{"tf":1.0},"160":{"tf":1.0},"179":{"tf":1.0},"212":{"tf":1.4142135623730951},"217":{"tf":1.0},"228":{"tf":1.0},"23":{"tf":1.4142135623730951},"232":{"tf":1.0},"237":{"tf":1.0},"283":{"tf":1.0},"285":{"tf":1.0},"286":{"tf":2.0},"295":{"tf":1.0},"321":{"tf":1.0},"323":{"tf":1.0},"327":{"tf":1.0},"48":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"107":{"tf":1.0},"180":{"tf":1.0},"286":{"tf":1.4142135623730951},"301":{"tf":1.0},"339":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"186":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"212":{"tf":1.0},"324":{"tf":1.0}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"306":{"tf":1.0},"56":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"113":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"298":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":6,"docs":{"105":{"tf":1.0},"108":{"tf":1.0},"119":{"tf":1.0},"275":{"tf":1.0},"296":{"tf":1.0},"307":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"274":{"tf":1.0},"37":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"o":{"a":{"df":0,"docs":{},"k":{"df":3,"docs":{"105":{"tf":1.0},"240":{"tf":1.0},"307":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":21,"docs":{"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"279":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":1.0},"283":{"tf":1.0},"285":{"tf":1.0},"286":{"tf":1.0},"287":{"tf":1.0},"289":{"tf":1.0},"290":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"298":{"tf":1.0},"321":{"tf":1.0}}}},"v":{"df":1,"docs":{"8":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"198":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":9,"docs":{"10":{"tf":1.0},"143":{"tf":1.0},"247":{"tf":1.0},"253":{"tf":1.0},"264":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"54":{"tf":1.0},"64":{"tf":1.0}}},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"131":{"tf":1.0},"296":{"tf":1.4142135623730951}}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"11":{"tf":1.0}}},"df":0,"docs":{}},"r":{"c":{"df":2,"docs":{"120":{"tf":1.0},"304":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":3,"docs":{"160":{"tf":1.0},"209":{"tf":1.0},"228":{"tf":1.0}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"22":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":12,"docs":{"146":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"239":{"tf":1.0},"250":{"tf":1.0},"31":{"tf":1.0},"313":{"tf":1.0},"315":{"tf":1.0},"339":{"tf":1.0},"44":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"249":{"tf":1.0},"3":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":35,"docs":{"111":{"tf":1.0},"116":{"tf":1.0},"121":{"tf":1.0},"125":{"tf":1.4142135623730951},"127":{"tf":1.0},"13":{"tf":1.0},"135":{"tf":1.0},"139":{"tf":1.0},"168":{"tf":1.0},"179":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"195":{"tf":1.0},"209":{"tf":1.0},"21":{"tf":1.0},"218":{"tf":1.0},"253":{"tf":1.4142135623730951},"264":{"tf":1.0},"278":{"tf":1.0},"28":{"tf":1.0},"291":{"tf":1.0},"306":{"tf":1.0},"308":{"tf":1.0},"319":{"tf":1.0},"332":{"tf":1.0},"338":{"tf":1.0},"34":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"44":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":4,"docs":{"178":{"tf":1.0},"184":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":6,"docs":{"117":{"tf":1.0},"312":{"tf":1.0},"328":{"tf":1.0},"337":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}},"n":{"d":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"244":{"tf":1.0},"41":{"tf":1.0},"51":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"125":{"tf":1.0}}}}}},"s":{"d":{"df":1,"docs":{"184":{"tf":1.0}}},"df":0,"docs":{}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"124":{"tf":1.0},"59":{"tf":1.0}}}},"l":{"df":2,"docs":{"41":{"tf":1.0},"48":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"116":{"tf":1.0},"117":{"tf":1.0},"175":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":13,"docs":{"135":{"tf":1.0},"164":{"tf":1.0},"29":{"tf":1.7320508075688772},"30":{"tf":1.0},"302":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":2.6457513110645907},"42":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"187":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"338":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":11,"docs":{"143":{"tf":1.0},"149":{"tf":1.0},"156":{"tf":1.0},"222":{"tf":1.0},"324":{"tf":1.0},"337":{"tf":1.0},"35":{"tf":1.0},"54":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":3,"docs":{"117":{"tf":1.0},"332":{"tf":1.0},"44":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":4,"docs":{"125":{"tf":1.0},"13":{"tf":1.0},"245":{"tf":1.4142135623730951},"56":{"tf":1.0}},"t":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"198":{"tf":1.0},"273":{"tf":1.0}}}}}}},"df":0,"docs":{}},"_":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"274":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":45,"docs":{"10":{"tf":1.7320508075688772},"101":{"tf":1.0},"102":{"tf":1.0},"108":{"tf":1.0},"117":{"tf":1.0},"119":{"tf":1.0},"133":{"tf":1.0},"140":{"tf":2.0},"142":{"tf":1.0},"16":{"tf":1.4142135623730951},"168":{"tf":1.0},"176":{"tf":1.0},"18":{"tf":1.0},"187":{"tf":1.0},"203":{"tf":1.0},"212":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.0},"233":{"tf":1.4142135623730951},"245":{"tf":1.0},"247":{"tf":1.4142135623730951},"248":{"tf":1.4142135623730951},"249":{"tf":1.0},"261":{"tf":1.0},"266":{"tf":1.0},"273":{"tf":1.0},"282":{"tf":1.0},"285":{"tf":1.4142135623730951},"287":{"tf":1.0},"292":{"tf":1.4142135623730951},"306":{"tf":1.0},"31":{"tf":1.0},"312":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"337":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"39":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":2.0},"53":{"tf":1.0},"54":{"tf":1.7320508075688772},"61":{"tf":1.0},"63":{"tf":1.0},"88":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"—":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"35":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"p":{"df":13,"docs":{"174":{"tf":1.0},"180":{"tf":1.0},"186":{"tf":1.0},"19":{"tf":1.0},"215":{"tf":1.0},"283":{"tf":1.0},"297":{"tf":1.0},"312":{"tf":1.0},"337":{"tf":1.0},"37":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"87":{"tf":1.0}}}},"{":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"187":{"tf":1.0}}}}}}},"t":{"df":2,"docs":{"160":{"tf":1.0},"228":{"tf":1.0}},"e":{"df":15,"docs":{"117":{"tf":1.0},"130":{"tf":1.0},"173":{"tf":1.0},"190":{"tf":1.0},"2":{"tf":1.0},"25":{"tf":1.7320508075688772},"261":{"tf":1.0},"264":{"tf":1.0},"297":{"tf":1.0},"32":{"tf":1.0},"323":{"tf":1.0},"337":{"tf":1.0},"339":{"tf":1.0},"37":{"tf":1.0},"64":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"182":{"tf":1.0},"209":{"tf":1.0},"234":{"tf":1.0},"293":{"tf":1.4142135623730951},"31":{"tf":1.0},"36":{"tf":1.0}}}}}}}},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"’":{"df":0,"docs":{},"r":{"df":1,"docs":{"35":{"tf":1.0}}}}}}}}}},"i":{"c":{"df":2,"docs":{"198":{"tf":1.0},"273":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":4,"docs":{"182":{"tf":1.0},"218":{"tf":1.0},"259":{"tf":1.0},"31":{"tf":1.0}}}},"y":{"df":11,"docs":{"109":{"tf":1.0},"126":{"tf":1.0},"132":{"tf":1.0},"15":{"tf":1.0},"175":{"tf":1.0},"203":{"tf":1.0},"274":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":1.0},"60":{"tf":1.0}}}},"d":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"(":{"\\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"161":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"r":{"(":{"\\"":{"c":{"df":0,"docs":{},"i":{"\\"":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"111":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"\\"":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"111":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"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":{},"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":11,"docs":{"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},"137":{"tf":1.0},"198":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"(":{"1":{"df":1,"docs":{"165":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{":":{":":{"a":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"273":{"tf":1.0}}},"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":{":":{":":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"119":{"tf":1.0},"194":{"tf":1.0},"54":{"tf":1.0}}}}},"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":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":4,"docs":{"152":{"tf":1.0},"220":{"tf":1.0},"285":{"tf":1.0},"314":{"tf":1.0}}}}}},"df":1,"docs":{"220":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":3,"docs":{"152":{"tf":1.0},"220":{"tf":1.0},"285":{"tf":1.4142135623730951}}}}}},"df":1,"docs":{"220":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"43":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"248":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":8,"docs":{"163":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.4142135623730951},"246":{"tf":1.0},"254":{"tf":1.4142135623730951},"31":{"tf":1.0},"4":{"tf":1.0},"54":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":13,"docs":{"113":{"tf":1.0},"123":{"tf":1.0},"129":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"298":{"tf":1.0},"304":{"tf":1.0},"32":{"tf":1.0},"324":{"tf":1.0},"46":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"134":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":16,"docs":{"149":{"tf":1.0},"156":{"tf":1.0},"16":{"tf":1.4142135623730951},"176":{"tf":1.0},"203":{"tf":1.0},"222":{"tf":1.0},"247":{"tf":1.0},"249":{"tf":1.4142135623730951},"264":{"tf":1.0},"33":{"tf":1.0},"337":{"tf":1.0},"339":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"46":{"tf":1.0},"8":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"g":{"df":5,"docs":{"184":{"tf":1.4142135623730951},"209":{"tf":1.0},"338":{"tf":1.0},"73":{"tf":1.0},"76":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"34":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":2,"docs":{"10":{"tf":1.0},"20":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"112":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":8,"docs":{"198":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"261":{"tf":1.0},"262":{"tf":1.0},"273":{"tf":1.0},"274":{"tf":1.0},"317":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"337":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":5,"docs":{"108":{"tf":1.0},"120":{"tf":1.0},"124":{"tf":1.0},"59":{"tf":1.0},"9":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"128":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"215":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"t":{"df":10,"docs":{"190":{"tf":1.0},"198":{"tf":1.0},"256":{"tf":1.0},"258":{"tf":1.0},"262":{"tf":1.0},"267":{"tf":1.4142135623730951},"273":{"tf":1.0},"274":{"tf":1.0},"30":{"tf":1.0},"330":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"11":{"tf":1.0},"112":{"tf":1.0},"339":{"tf":1.0},"41":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"b":{"df":1,"docs":{"133":{"tf":1.0}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"298":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":2,"docs":{"116":{"tf":1.0},"278":{"tf":1.4142135623730951}}}}}},"u":{"b":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"152":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":10,"docs":{"129":{"tf":1.4142135623730951},"131":{"tf":1.0},"226":{"tf":1.0},"289":{"tf":1.0},"337":{"tf":1.4142135623730951},"55":{"tf":1.0},"58":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.0},"93":{"tf":1.0}}}},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"&":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"x":{"df":1,"docs":{"22":{"tf":1.0}}}}},"df":20,"docs":{"120":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.0},"247":{"tf":1.4142135623730951},"248":{"tf":1.0},"289":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"55":{"tf":1.7320508075688772},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.7320508075688772},"68":{"tf":1.4142135623730951},"69":{"tf":1.0},"90":{"tf":1.0},"92":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"121":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":4,"docs":{"13":{"tf":1.0},"245":{"tf":1.0},"338":{"tf":1.4142135623730951},"56":{"tf":1.0}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"36":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":10,"docs":{"1":{"tf":1.0},"109":{"tf":1.4142135623730951},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"338":{"tf":1.0},"4":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"94":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"l":{"df":5,"docs":{"307":{"tf":1.0},"324":{"tf":1.0},"37":{"tf":1.0},"44":{"tf":1.0},"59":{"tf":1.0}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"35":{"tf":1.0}},"e":{"d":{"df":1,"docs":{"14":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"74":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":15,"docs":{"113":{"tf":1.0},"148":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"248":{"tf":1.0},"250":{"tf":1.0},"259":{"tf":1.0},"267":{"tf":1.0},"278":{"tf":1.0},"324":{"tf":1.0},"337":{"tf":1.4142135623730951},"339":{"tf":1.0},"37":{"tf":1.0},"43":{"tf":1.7320508075688772},"8":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"121":{"tf":1.0},"158":{"tf":1.0},"5":{"tf":1.0},"96":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"o":{"df":2,"docs":{"233":{"tf":1.0},"292":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":4,"docs":{"139":{"tf":1.0},"185":{"tf":1.0},"209":{"tf":1.7320508075688772},"27":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"189":{"tf":1.0},"9":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"197":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":17,"docs":{"10":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"188":{"tf":1.0},"193":{"tf":1.4142135623730951},"194":{"tf":1.0},"198":{"tf":1.7320508075688772},"201":{"tf":1.0},"202":{"tf":1.7320508075688772},"277":{"tf":1.0},"290":{"tf":1.7320508075688772},"337":{"tf":1.0},"339":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"52":{"tf":1.0},"77":{"tf":1.4142135623730951}}}}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"0":{"tf":1.0},"4":{"tf":1.0}}},"f":{"a":{"c":{"df":3,"docs":{"199":{"tf":1.0},"200":{"tf":1.0},"249":{"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":{"117":{"tf":1.0},"246":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"308":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"124":{"tf":1.0}}}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"p":{"df":4,"docs":{"116":{"tf":1.0},"126":{"tf":1.0},"167":{"tf":1.0},"41":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":13,"docs":{"279":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":1.0},"283":{"tf":1.0},"285":{"tf":1.0},"286":{"tf":1.0},"287":{"tf":1.0},"289":{"tf":1.0},"290":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0}}}}}}},"n":{"c":{"df":7,"docs":{"135":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"255":{"tf":1.0},"261":{"tf":1.0},"32":{"tf":1.0},"8":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"5":{"tf":1.0}}}}}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"10":{"tf":1.0}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"128":{"tf":1.0},"129":{"tf":1.0},"133":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}},"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":2,"docs":{"233":{"tf":1.0},"292":{"tf":1.0}}}}},"df":27,"docs":{"109":{"tf":1.0},"116":{"tf":1.0},"122":{"tf":1.0},"124":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.0},"25":{"tf":1.4142135623730951},"264":{"tf":1.0},"286":{"tf":1.0},"309":{"tf":1.0},"337":{"tf":2.0},"34":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"59":{"tf":1.0},"63":{"tf":1.0},"70":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"9":{"tf":1.0}}}}}}}},"t":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":11,"docs":{"12":{"tf":1.0},"168":{"tf":1.0},"212":{"tf":1.4142135623730951},"23":{"tf":1.0},"266":{"tf":1.0},"301":{"tf":1.0},"312":{"tf":1.0},"324":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"54":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"19":{"tf":1.0}}}}},"r":{"df":1,"docs":{"298":{"tf":1.0}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"273":{"tf":1.4142135623730951},"274":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"274":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":9,"docs":{"125":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"273":{"tf":1.4142135623730951},"274":{"tf":1.4142135623730951},"286":{"tf":1.0},"337":{"tf":1.0},"79":{"tf":1.4142135623730951},"89":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"k":{"df":4,"docs":{"247":{"tf":1.0},"33":{"tf":1.0},"337":{"tf":1.0},"64":{"tf":1.0}}}}},"d":{"df":1,"docs":{"187":{"tf":1.0}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"128":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":2,"docs":{"117":{"tf":1.0},"278":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":3,"docs":{"19":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"156":{"tf":1.0},"224":{"tf":1.0},"314":{"tf":1.0},"5":{"tf":1.0}}}},"m":{"df":0,"docs":{},"p":{"df":5,"docs":{"144":{"tf":1.0},"152":{"tf":1.0},"170":{"tf":1.0},"172":{"tf":1.0},"36":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"170":{"tf":1.0},"220":{"tf":1.0},"31":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"n":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"186":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"48":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"m":{"df":3,"docs":{"11":{"tf":1.0},"336":{"tf":1.4142135623730951},"59":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"144":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":1,"docs":{"164":{"tf":1.0}}}}}}}}},"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"(":{"#":{"[":{"c":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"331":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{},"s":{"df":1,"docs":{"189":{"tf":1.0}}}}}}}},"df":0,"docs":{},"l":{"df":6,"docs":{"137":{"tf":1.4142135623730951},"148":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.4142135623730951},"152":{"tf":1.0},"54":{"tf":1.4142135623730951}},"o":{"c":{"df":1,"docs":{"189":{"tf":1.0}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"110":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"110":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"_":{"5":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":186,"docs":{"0":{"tf":1.0},"10":{"tf":1.4142135623730951},"104":{"tf":1.0},"105":{"tf":2.0},"106":{"tf":2.23606797749979},"107":{"tf":2.0},"108":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"11":{"tf":2.0},"110":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":2.23606797749979},"118":{"tf":1.4142135623730951},"119":{"tf":2.0},"12":{"tf":1.4142135623730951},"120":{"tf":2.23606797749979},"121":{"tf":1.7320508075688772},"122":{"tf":2.0},"123":{"tf":2.0},"124":{"tf":1.7320508075688772},"125":{"tf":1.7320508075688772},"127":{"tf":1.0},"128":{"tf":1.0},"13":{"tf":1.7320508075688772},"131":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.7320508075688772},"138":{"tf":1.0},"14":{"tf":1.7320508075688772},"142":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":2.6457513110645907},"146":{"tf":2.6457513110645907},"148":{"tf":1.0},"149":{"tf":1.0},"15":{"tf":1.0},"150":{"tf":1.7320508075688772},"152":{"tf":3.0},"153":{"tf":1.4142135623730951},"155":{"tf":1.4142135623730951},"158":{"tf":1.0},"159":{"tf":1.0},"16":{"tf":1.4142135623730951},"161":{"tf":1.0},"163":{"tf":2.8284271247461903},"164":{"tf":2.0},"165":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951},"172":{"tf":1.4142135623730951},"173":{"tf":2.0},"174":{"tf":1.0},"179":{"tf":1.4142135623730951},"18":{"tf":1.0},"180":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.4142135623730951},"186":{"tf":1.0},"189":{"tf":1.0},"19":{"tf":2.23606797749979},"191":{"tf":1.0},"196":{"tf":1.0},"20":{"tf":1.7320508075688772},"200":{"tf":1.0},"203":{"tf":1.4142135623730951},"205":{"tf":1.0},"206":{"tf":1.0},"208":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"210":{"tf":1.4142135623730951},"212":{"tf":1.0},"213":{"tf":1.0},"219":{"tf":1.0},"22":{"tf":1.4142135623730951},"220":{"tf":1.4142135623730951},"221":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.0},"235":{"tf":1.0},"238":{"tf":1.4142135623730951},"239":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"240":{"tf":1.7320508075688772},"243":{"tf":1.0},"244":{"tf":2.23606797749979},"248":{"tf":1.4142135623730951},"249":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0},"262":{"tf":1.0},"267":{"tf":1.0},"27":{"tf":1.0},"270":{"tf":2.0},"272":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.4142135623730951},"279":{"tf":1.0},"28":{"tf":1.0},"283":{"tf":1.0},"285":{"tf":1.7320508075688772},"294":{"tf":1.0},"295":{"tf":2.0},"296":{"tf":2.8284271247461903},"297":{"tf":2.23606797749979},"298":{"tf":1.7320508075688772},"30":{"tf":1.0},"301":{"tf":1.4142135623730951},"303":{"tf":2.0},"304":{"tf":1.0},"306":{"tf":2.23606797749979},"307":{"tf":2.23606797749979},"308":{"tf":1.0},"309":{"tf":1.4142135623730951},"310":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":2.0},"314":{"tf":2.0},"315":{"tf":1.0},"319":{"tf":1.0},"32":{"tf":1.0},"321":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.7320508075688772},"328":{"tf":1.4142135623730951},"330":{"tf":1.0},"331":{"tf":1.4142135623730951},"332":{"tf":1.4142135623730951},"335":{"tf":1.0},"337":{"tf":3.0},"339":{"tf":2.23606797749979},"35":{"tf":1.7320508075688772},"36":{"tf":2.23606797749979},"37":{"tf":1.7320508075688772},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":2.23606797749979},"42":{"tf":1.4142135623730951},"43":{"tf":2.449489742783178},"44":{"tf":1.0},"45":{"tf":1.7320508075688772},"46":{"tf":1.7320508075688772},"47":{"tf":1.7320508075688772},"48":{"tf":1.7320508075688772},"49":{"tf":1.0},"5":{"tf":2.0},"51":{"tf":2.0},"52":{"tf":1.7320508075688772},"53":{"tf":1.0},"54":{"tf":2.23606797749979},"55":{"tf":1.0},"56":{"tf":1.7320508075688772},"57":{"tf":1.7320508075688772},"58":{"tf":1.7320508075688772},"59":{"tf":1.4142135623730951},"6":{"tf":1.0},"60":{"tf":2.0},"61":{"tf":2.6457513110645907},"62":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":2.0},"80":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.7320508075688772},"85":{"tf":1.0},"9":{"tf":2.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"194":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"{":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"274":{"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":{"198":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"273":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"273":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"s":{":":{":":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":2,"docs":{"192":{"tf":1.0},"194":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"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":{},"—":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"308":{"tf":1.0}}}}}}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"61":{"tf":1.0}}}},"t":{"df":0,"docs":{},"’":{"df":5,"docs":{"157":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.0},"59":{"tf":1.0},"8":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"’":{"df":1,"docs":{"54":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"’":{"d":{"df":1,"docs":{"37":{"tf":1.4142135623730951}}},"df":0,"docs":{},"r":{"df":3,"docs":{"243":{"tf":1.0},"248":{"tf":1.0},"54":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":10,"docs":{"113":{"tf":1.0},"16":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"243":{"tf":1.0},"247":{"tf":1.0},"28":{"tf":1.0},"309":{"tf":1.0},"38":{"tf":1.0},"61":{"tf":1.0}}},"k":{"df":6,"docs":{"13":{"tf":1.0},"206":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.4142135623730951},"43":{"tf":1.0},"59":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"328":{"tf":1.0},"61":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"56":{"tf":1.0},"67":{"tf":1.0},"8":{"tf":1.0}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":3,"docs":{"116":{"tf":1.0},"210":{"tf":1.0},"35":{"tf":1.0}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"301":{"tf":1.0},"45":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"150":{"tf":1.0}},"s":{"=":{"1":{"df":5,"docs":{"146":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"314":{"tf":1.0},"327":{"tf":1.0}}},"2":{"df":3,"docs":{"146":{"tf":1.0},"295":{"tf":1.0},"313":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":6,"docs":{"1":{"tf":1.0},"14":{"tf":1.0},"42":{"tf":1.0},"5":{"tf":1.4142135623730951},"54":{"tf":1.0},"83":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"(":{"0":{".":{"9":{"0":{"df":2,"docs":{"289":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":5,"docs":{"132":{"tf":1.0},"289":{"tf":1.4142135623730951},"35":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":18,"docs":{"10":{"tf":1.0},"112":{"tf":1.4142135623730951},"18":{"tf":1.0},"20":{"tf":1.4142135623730951},"223":{"tf":1.0},"251":{"tf":1.0},"271":{"tf":1.0},"279":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.4142135623730951},"297":{"tf":1.0},"30":{"tf":1.0},"43":{"tf":1.4142135623730951},"45":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0},"68":{"tf":1.0},"95":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":7,"docs":{"248":{"tf":1.0},"262":{"tf":1.0},"336":{"tf":1.0},"337":{"tf":1.0},"38":{"tf":1.0},"75":{"tf":1.0},"85":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"117":{"tf":1.0}}}}}}}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"c":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"256":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":1,"docs":{"256":{"tf":1.0}}}},"df":1,"docs":{"42":{"tf":1.0}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":2,"docs":{"41":{"tf":1.0},"5":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"e":{"df":43,"docs":{"10":{"tf":1.0},"117":{"tf":1.0},"125":{"tf":1.0},"13":{"tf":1.0},"130":{"tf":1.0},"132":{"tf":1.7320508075688772},"141":{"tf":1.0},"16":{"tf":1.0},"212":{"tf":1.0},"222":{"tf":1.0},"227":{"tf":1.0},"23":{"tf":1.7320508075688772},"245":{"tf":1.0},"247":{"tf":1.4142135623730951},"27":{"tf":1.0},"28":{"tf":1.0},"285":{"tf":1.4142135623730951},"286":{"tf":1.0},"289":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.4142135623730951},"297":{"tf":1.0},"301":{"tf":2.0},"303":{"tf":1.0},"307":{"tf":1.7320508075688772},"312":{"tf":1.0},"321":{"tf":1.4142135623730951},"33":{"tf":1.0},"337":{"tf":2.6457513110645907},"34":{"tf":1.7320508075688772},"37":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"45":{"tf":1.0},"46":{"tf":3.1622776601683795},"47":{"tf":1.4142135623730951},"5":{"tf":1.4142135623730951},"59":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"96":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":9,"docs":{"158":{"tf":1.0},"204":{"tf":1.0},"212":{"tf":1.0},"217":{"tf":1.4142135623730951},"232":{"tf":1.4142135623730951},"259":{"tf":1.0},"283":{"tf":1.4142135623730951},"47":{"tf":1.0},"93":{"tf":1.0}}}}},"r":{"df":2,"docs":{"129":{"tf":1.4142135623730951},"33":{"tf":1.0}}},"’":{"df":2,"docs":{"16":{"tf":1.0},"259":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":13,"docs":{"152":{"tf":2.0},"159":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"172":{"tf":1.0},"178":{"tf":1.0},"220":{"tf":1.0},"227":{"tf":1.0},"238":{"tf":1.0},"283":{"tf":1.0},"285":{"tf":1.7320508075688772},"298":{"tf":1.0},"314":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"o":{"d":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"201":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":9,"docs":{"11":{"tf":1.0},"122":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"243":{"tf":1.0},"264":{"tf":1.0},"303":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"247":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"196":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"165":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":12,"docs":{"110":{"tf":1.4142135623730951},"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},"137":{"tf":1.0},"189":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"{":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"256":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"123":{"tf":1.7320508075688772},"132":{"tf":1.0},"134":{"tf":1.0},"290":{"tf":1.4142135623730951},"306":{"tf":1.4142135623730951},"58":{"tf":1.0},"82":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"93":{"tf":1.0}}},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"163":{"tf":1.0},"174":{"tf":1.0},"209":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":3,"docs":{"129":{"tf":1.0},"165":{"tf":1.0},"201":{"tf":1.0}}}},"p":{"df":3,"docs":{"101":{"tf":1.0},"286":{"tf":1.0},"293":{"tf":1.0}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":44,"docs":{"101":{"tf":1.0},"102":{"tf":2.449489742783178},"11":{"tf":1.0},"116":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"121":{"tf":1.0},"125":{"tf":1.4142135623730951},"128":{"tf":1.0},"13":{"tf":1.7320508075688772},"134":{"tf":1.7320508075688772},"139":{"tf":1.0},"14":{"tf":1.0},"176":{"tf":1.0},"18":{"tf":1.0},"197":{"tf":1.0},"201":{"tf":1.0},"216":{"tf":1.0},"24":{"tf":1.0},"240":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":2.449489742783178},"246":{"tf":1.4142135623730951},"250":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"269":{"tf":1.4142135623730951},"273":{"tf":1.4142135623730951},"276":{"tf":1.0},"278":{"tf":1.0},"285":{"tf":1.0},"30":{"tf":1.4142135623730951},"31":{"tf":1.0},"337":{"tf":2.0},"339":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"44":{"tf":2.6457513110645907},"45":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"56":{"tf":1.4142135623730951},"61":{"tf":1.0},"68":{"tf":1.0}},"y":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"g":{"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":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"273":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"269":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"1":{"0":{"df":1,"docs":{"240":{"tf":1.0}}},"df":0,"docs":{}},"3":{"df":3,"docs":{"13":{"tf":1.0},"44":{"tf":1.0},"56":{"tf":1.0}}},"5":{"df":3,"docs":{"102":{"tf":1.0},"125":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"’":{"df":2,"docs":{"46":{"tf":1.0},"86":{"tf":1.0}}}}}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"278":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"251":{"tf":1.0},"41":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":6,"docs":{"18":{"tf":1.0},"213":{"tf":1.4142135623730951},"276":{"tf":1.0},"28":{"tf":1.0},"38":{"tf":1.0},"51":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"213":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"k":{"df":12,"docs":{"222":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"337":{"tf":1.0},"34":{"tf":1.0},"38":{"tf":1.0},"64":{"tf":1.0},"68":{"tf":1.0},"74":{"tf":1.0},"80":{"tf":1.0},"88":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"298":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":8,"docs":{"167":{"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},"47":{"tf":1.0}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"276":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":35,"docs":{"109":{"tf":1.4142135623730951},"116":{"tf":1.0},"12":{"tf":1.0},"122":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"14":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"195":{"tf":1.0},"24":{"tf":1.0},"244":{"tf":1.0},"247":{"tf":1.4142135623730951},"250":{"tf":1.0},"254":{"tf":1.0},"264":{"tf":1.0},"268":{"tf":1.0},"307":{"tf":1.0},"309":{"tf":1.0},"337":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":2.449489742783178},"51":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.4142135623730951},"57":{"tf":2.0},"59":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"70":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":15,"docs":{"114":{"tf":1.0},"168":{"tf":1.4142135623730951},"199":{"tf":1.4142135623730951},"248":{"tf":1.0},"255":{"tf":1.7320508075688772},"258":{"tf":1.0},"261":{"tf":1.4142135623730951},"266":{"tf":1.7320508075688772},"272":{"tf":1.0},"278":{"tf":1.0},"317":{"tf":1.0},"318":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.7320508075688772},"64":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":58,"docs":{"102":{"tf":1.0},"103":{"tf":1.7320508075688772},"104":{"tf":1.0},"107":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"116":{"tf":1.0},"120":{"tf":2.8284271247461903},"122":{"tf":2.0},"123":{"tf":1.0},"124":{"tf":1.4142135623730951},"135":{"tf":1.0},"14":{"tf":1.0},"142":{"tf":1.0},"158":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"226":{"tf":1.0},"246":{"tf":1.0},"247":{"tf":2.0},"248":{"tf":1.0},"25":{"tf":1.0},"255":{"tf":1.0},"278":{"tf":1.4142135623730951},"287":{"tf":1.4142135623730951},"289":{"tf":2.6457513110645907},"3":{"tf":1.0},"30":{"tf":1.0},"303":{"tf":1.0},"306":{"tf":1.0},"310":{"tf":1.4142135623730951},"324":{"tf":1.0},"33":{"tf":1.4142135623730951},"337":{"tf":1.7320508075688772},"339":{"tf":1.0},"34":{"tf":1.4142135623730951},"340":{"tf":1.0},"35":{"tf":1.4142135623730951},"38":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.7320508075688772},"51":{"tf":1.0},"55":{"tf":3.3166247903554},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":2.0},"66":{"tf":1.7320508075688772},"67":{"tf":2.0},"68":{"tf":2.0},"69":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"73":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":1,"docs":{"145":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"120":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"104":{"tf":1.0},"69":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"(":{")":{".":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"5":{"0":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"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":0,"docs":{}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"67":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":18,"docs":{"101":{"tf":1.0},"102":{"tf":1.4142135623730951},"104":{"tf":1.0},"106":{"tf":1.4142135623730951},"111":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"125":{"tf":1.0},"263":{"tf":1.0},"289":{"tf":1.0},"302":{"tf":1.0},"309":{"tf":1.0},"330":{"tf":1.0},"38":{"tf":1.0},"43":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"83":{"tf":1.0},"91":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"108":{"tf":1.0},"113":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"109":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"0":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"108":{"tf":1.0},"165":{"tf":1.0},"67":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":11,"docs":{"108":{"tf":1.0},"110":{"tf":1.0},"14":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.4142135623730951},"286":{"tf":1.0},"287":{"tf":1.0},"30":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"110":{"tf":1.0},"240":{"tf":1.0},"269":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"327":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"259":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"116":{"tf":1.0},"200":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"187":{"tf":1.0},"52":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"223":{"tf":1.0},"241":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"128":{"tf":1.0}}}},"df":3,"docs":{"161":{"tf":1.0},"298":{"tf":1.0},"61":{"tf":1.0}},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"131":{"tf":1.0},"33":{"tf":1.0},"79":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":7,"docs":{"10":{"tf":1.0},"115":{"tf":1.0},"279":{"tf":1.0},"314":{"tf":1.0},"320":{"tf":1.0},"323":{"tf":1.0},"334":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"130":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"e":{"df":7,"docs":{"161":{"tf":1.0},"163":{"tf":1.4142135623730951},"164":{"tf":1.4142135623730951},"194":{"tf":1.4142135623730951},"237":{"tf":1.0},"295":{"tf":1.0},"43":{"tf":1.0}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"47":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"324":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"117":{"tf":1.0}}}}}}}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":5,"docs":{"108":{"tf":1.4142135623730951},"117":{"tf":1.0},"211":{"tf":1.0},"278":{"tf":1.0},"55":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":5,"docs":{"15":{"tf":1.0},"167":{"tf":1.0},"31":{"tf":1.0},"337":{"tf":1.0},"54":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":9,"docs":{"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}}}},"df":0,"docs":{}},"o":{"df":2,"docs":{"248":{"tf":1.4142135623730951},"34":{"tf":1.0}}}},"x":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"(":{")":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"/":{"d":{"a":{"df":2,"docs":{"195":{"tf":1.0},"203":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":4,"docs":{"23":{"tf":1.0},"340":{"tf":1.0},"38":{"tf":1.0},"55":{"tf":1.4142135623730951}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":10,"docs":{"103":{"tf":1.0},"113":{"tf":1.0},"298":{"tf":1.0},"309":{"tf":1.0},"335":{"tf":1.0},"337":{"tf":1.0},"41":{"tf":1.4142135623730951},"57":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":1.0}}},"i":{"c":{"df":5,"docs":{"17":{"tf":1.0},"59":{"tf":1.0},"73":{"tf":1.0},"84":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"6":{"4":{"df":2,"docs":{"256":{"tf":1.4142135623730951},"258":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"163":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"133":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"293":{"tf":1.0}}}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":5,"docs":{"142":{"tf":1.0},"158":{"tf":1.0},"226":{"tf":1.0},"287":{"tf":1.0},"97":{"tf":1.0}}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"113":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":15,"docs":{"123":{"tf":1.0},"124":{"tf":1.0},"129":{"tf":1.0},"303":{"tf":1.4142135623730951},"337":{"tf":1.0},"43":{"tf":1.4142135623730951},"47":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0},"68":{"tf":1.0},"70":{"tf":1.0},"76":{"tf":1.0},"8":{"tf":1.0},"82":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":21,"docs":{"0":{"tf":1.0},"10":{"tf":1.4142135623730951},"11":{"tf":1.4142135623730951},"115":{"tf":1.0},"138":{"tf":1.0},"168":{"tf":1.0},"191":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"213":{"tf":1.0},"215":{"tf":1.0},"241":{"tf":1.0},"243":{"tf":1.0},"28":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.0},"84":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"35":{"tf":1.0},"54":{"tf":1.0},"87":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"123":{"tf":1.0},"279":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"253":{"tf":1.0}}}},"t":{"df":3,"docs":{"303":{"tf":1.7320508075688772},"5":{"tf":1.0},"8":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"205":{"tf":1.0},"33":{"tf":1.0},"58":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"k":{"df":1,"docs":{"248":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"274":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"46":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":12,"docs":{"108":{"tf":1.0},"170":{"tf":1.0},"176":{"tf":1.0},"247":{"tf":1.0},"255":{"tf":1.4142135623730951},"259":{"tf":1.0},"268":{"tf":1.0},"314":{"tf":1.0},"32":{"tf":1.7320508075688772},"33":{"tf":1.0},"64":{"tf":1.4142135623730951},"80":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"142":{"tf":1.0}}}},"df":0,"docs":{}},"df":25,"docs":{"10":{"tf":1.0},"116":{"tf":1.0},"144":{"tf":1.0},"15":{"tf":1.0},"153":{"tf":1.0},"16":{"tf":1.0},"168":{"tf":1.0},"18":{"tf":1.0},"204":{"tf":1.0},"206":{"tf":1.0},"217":{"tf":1.0},"241":{"tf":1.0},"249":{"tf":1.0},"259":{"tf":1.0},"266":{"tf":1.0},"268":{"tf":1.0},"276":{"tf":1.0},"31":{"tf":1.0},"312":{"tf":1.0},"32":{"tf":1.0},"337":{"tf":1.0},"339":{"tf":1.0},"54":{"tf":1.4142135623730951},"8":{"tf":1.0},"99":{"tf":1.0}},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.4142135623730951}}}}}}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"163":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"270":{"tf":1.0},"319":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"l":{"df":1,"docs":{"32":{"tf":1.0}}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":16,"docs":{"116":{"tf":1.0},"171":{"tf":1.0},"177":{"tf":1.0},"183":{"tf":1.0},"194":{"tf":1.0},"200":{"tf":1.0},"270":{"tf":1.0},"286":{"tf":1.0},"329":{"tf":1.0},"52":{"tf":1.0},"66":{"tf":1.0},"72":{"tf":1.0},"78":{"tf":1.0},"86":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0}}}},"df":101,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"101":{"tf":1.0},"104":{"tf":1.0},"106":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"114":{"tf":1.0},"116":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":2.23606797749979},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.4142135623730951},"125":{"tf":1.0},"126":{"tf":1.0},"129":{"tf":1.4142135623730951},"130":{"tf":1.0},"14":{"tf":1.0},"161":{"tf":1.0},"163":{"tf":2.0},"165":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.0},"173":{"tf":1.7320508075688772},"175":{"tf":1.0},"177":{"tf":1.0},"179":{"tf":1.7320508075688772},"180":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.7320508075688772},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.7320508075688772},"198":{"tf":1.4142135623730951},"213":{"tf":1.0},"214":{"tf":1.0},"218":{"tf":1.0},"231":{"tf":1.4142135623730951},"236":{"tf":1.0},"238":{"tf":1.0},"240":{"tf":1.0},"245":{"tf":1.0},"256":{"tf":2.0},"257":{"tf":1.4142135623730951},"258":{"tf":1.0},"259":{"tf":1.0},"262":{"tf":1.7320508075688772},"263":{"tf":1.0},"264":{"tf":1.0},"267":{"tf":1.7320508075688772},"268":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"273":{"tf":2.23606797749979},"274":{"tf":1.7320508075688772},"276":{"tf":1.0},"278":{"tf":1.0},"282":{"tf":2.449489742783178},"283":{"tf":1.0},"289":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"301":{"tf":1.0},"304":{"tf":1.4142135623730951},"306":{"tf":1.0},"308":{"tf":1.7320508075688772},"312":{"tf":1.0},"315":{"tf":1.0},"319":{"tf":1.0},"321":{"tf":1.0},"322":{"tf":1.4142135623730951},"324":{"tf":1.0},"327":{"tf":1.0},"328":{"tf":1.4142135623730951},"332":{"tf":1.0},"336":{"tf":1.0},"337":{"tf":1.4142135623730951},"338":{"tf":1.0},"339":{"tf":1.4142135623730951},"46":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.7320508075688772},"55":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":2.23606797749979},"61":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0},"67":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"82":{"tf":1.7320508075688772},"86":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":11,"docs":{"10":{"tf":1.0},"109":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":1.7320508075688772},"278":{"tf":1.0},"39":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"65":{"tf":1.0},"67":{"tf":1.0},"70":{"tf":1.0}}}},"i":{"df":0,"docs":{},"z":{"df":4,"docs":{"199":{"tf":1.4142135623730951},"262":{"tf":1.4142135623730951},"273":{"tf":1.4142135623730951},"274":{"tf":1.4142135623730951}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"275":{"tf":1.0},"321":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"52":{"tf":1.0}}}},"x":{"df":0,"docs":{},"o":{"df":1,"docs":{"67":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"i":{"d":{">":{"/":{"d":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"152":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":5,"docs":{"159":{"tf":1.0},"220":{"tf":1.0},"227":{"tf":1.0},"283":{"tf":1.0},"314":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":3,"docs":{"152":{"tf":1.0},"172":{"tf":1.0},"178":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"245":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":68,"docs":{"1":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.4142135623730951},"116":{"tf":1.0},"117":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":2.0},"121":{"tf":1.4142135623730951},"122":{"tf":1.0},"123":{"tf":1.7320508075688772},"124":{"tf":1.0},"13":{"tf":1.4142135623730951},"132":{"tf":1.0},"134":{"tf":1.0},"139":{"tf":2.449489742783178},"140":{"tf":1.7320508075688772},"141":{"tf":2.0},"152":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"157":{"tf":1.7320508075688772},"159":{"tf":1.4142135623730951},"182":{"tf":1.0},"185":{"tf":1.0},"187":{"tf":1.0},"189":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"196":{"tf":1.0},"198":{"tf":1.0},"2":{"tf":1.7320508075688772},"203":{"tf":1.4142135623730951},"205":{"tf":1.0},"220":{"tf":1.4142135623730951},"225":{"tf":1.0},"227":{"tf":1.4142135623730951},"240":{"tf":1.0},"245":{"tf":1.4142135623730951},"246":{"tf":1.0},"250":{"tf":1.4142135623730951},"253":{"tf":1.0},"273":{"tf":1.4142135623730951},"274":{"tf":1.0},"278":{"tf":1.4142135623730951},"283":{"tf":1.4142135623730951},"290":{"tf":1.4142135623730951},"3":{"tf":1.7320508075688772},"30":{"tf":1.4142135623730951},"306":{"tf":1.7320508075688772},"307":{"tf":1.0},"31":{"tf":1.0},"337":{"tf":2.449489742783178},"338":{"tf":1.4142135623730951},"339":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772},"46":{"tf":1.0},"5":{"tf":2.0},"54":{"tf":2.449489742783178},"55":{"tf":1.4142135623730951},"59":{"tf":1.0},"61":{"tf":1.0},"79":{"tf":1.0},"82":{"tf":1.4142135623730951},"9":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}},"u":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"47":{"tf":1.0}},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":4,"docs":{"131":{"tf":1.0},"264":{"tf":1.0},"308":{"tf":1.0},"338":{"tf":1.0}}}},"r":{"/":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"154":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"134":{"tf":1.0},"164":{"tf":1.0},"208":{"tf":1.0},"211":{"tf":1.0},"332":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.4142135623730951}}}},"df":5,"docs":{"173":{"tf":1.0},"174":{"tf":1.0},"193":{"tf":1.0},"23":{"tf":1.0},"42":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"!":{"[":{"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":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":1,"docs":{"273":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"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":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":2,"docs":{"255":{"tf":1.0},"273":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"255":{"tf":1.0}}},"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"213":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":3,"docs":{"26":{"tf":1.0},"285":{"tf":1.0},"307":{"tf":1.0}},"f":{"df":3,"docs":{"133":{"tf":1.0},"337":{"tf":1.0},"71":{"tf":1.0}},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":30,"docs":{"109":{"tf":1.0},"129":{"tf":1.0},"2":{"tf":1.0},"234":{"tf":1.0},"246":{"tf":1.0},"262":{"tf":1.0},"264":{"tf":1.0},"278":{"tf":1.0},"281":{"tf":1.0},"283":{"tf":1.0},"285":{"tf":1.4142135623730951},"290":{"tf":1.0},"293":{"tf":1.0},"303":{"tf":1.4142135623730951},"308":{"tf":1.0},"309":{"tf":1.0},"337":{"tf":1.4142135623730951},"338":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"5":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.0},"61":{"tf":1.0},"65":{"tf":1.0},"69":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"337":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"292":{"tf":1.7320508075688772},"298":{"tf":1.4142135623730951},"335":{"tf":1.0},"42":{"tf":1.0}}}}}}}},"i":{"a":{"df":4,"docs":{"202":{"tf":1.0},"221":{"tf":1.0},"249":{"tf":1.0},"31":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"52":{"tf":1.0}}}}},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"160":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":1,"docs":{"318":{"tf":1.0}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":3,"docs":{"176":{"tf":1.0},"36":{"tf":1.0},"59":{"tf":1.0}}}}}},"s":{"df":4,"docs":{"196":{"tf":1.0},"205":{"tf":1.0},"335":{"tf":1.0},"43":{"tf":1.0}}}},"w":{"[":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"29":{"tf":1.0}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":14,"docs":{"141":{"tf":1.0},"15":{"tf":1.0},"158":{"tf":1.0},"18":{"tf":1.0},"182":{"tf":1.0},"19":{"tf":1.0},"217":{"tf":1.0},"249":{"tf":1.0},"31":{"tf":1.7320508075688772},"312":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0},"54":{"tf":1.4142135623730951},"80":{"tf":1.0}}}},"l":{"df":0,"docs":{},"k":{"df":7,"docs":{"10":{"tf":1.0},"20":{"tf":1.4142135623730951},"251":{"tf":1.0},"271":{"tf":1.0},"279":{"tf":1.0},"29":{"tf":1.0},"53":{"tf":1.0}}},"l":{"df":5,"docs":{"23":{"tf":2.0},"301":{"tf":1.4142135623730951},"337":{"tf":1.0},"34":{"tf":1.0},"46":{"tf":2.6457513110645907}},"e":{"df":0,"docs":{},"t":{"df":10,"docs":{"117":{"tf":1.0},"246":{"tf":1.4142135623730951},"276":{"tf":1.0},"278":{"tf":1.0},"30":{"tf":1.0},"310":{"tf":1.7320508075688772},"51":{"tf":1.0},"55":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":27,"docs":{"10":{"tf":1.4142135623730951},"104":{"tf":1.0},"11":{"tf":1.0},"119":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"13":{"tf":1.0},"136":{"tf":1.0},"14":{"tf":1.4142135623730951},"173":{"tf":1.0},"179":{"tf":1.4142135623730951},"196":{"tf":1.0},"22":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"251":{"tf":1.0},"330":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":2.0},"62":{"tf":1.4142135623730951},"67":{"tf":1.0},"8":{"tf":1.0},"99":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":5,"docs":{"159":{"tf":1.4142135623730951},"222":{"tf":1.4142135623730951},"227":{"tf":1.0},"249":{"tf":1.0},"36":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"290":{"tf":1.0}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"63":{"tf":1.0}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"130":{"tf":1.0}}}},"y":{"df":5,"docs":{"137":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"243":{"tf":1.0},"40":{"tf":1.0}}}},"df":1,"docs":{"29":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":4,"docs":{"246":{"tf":1.0},"253":{"tf":1.0},"339":{"tf":1.0},"44":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"17":{"tf":1.0},"224":{"tf":1.0},"248":{"tf":1.0},"34":{"tf":1.0}}}},"’":{"d":{"df":1,"docs":{"319":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":5,"docs":{"10":{"tf":1.4142135623730951},"243":{"tf":1.0},"279":{"tf":1.0},"33":{"tf":1.0},"53":{"tf":1.0}}}},"r":{"df":3,"docs":{"0":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0}}},"v":{"df":4,"docs":{"41":{"tf":1.0},"48":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"t":{"\'":{"df":1,"docs":{"282":{"tf":1.0}}},"df":0,"docs":{},"’":{"df":12,"docs":{"115":{"tf":1.0},"127":{"tf":1.0},"166":{"tf":1.0},"191":{"tf":1.0},"20":{"tf":1.0},"241":{"tf":1.0},"271":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0},"49":{"tf":1.0},"62":{"tf":1.0},"99":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":15,"docs":{"18":{"tf":1.4142135623730951},"245":{"tf":1.0},"247":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0},"268":{"tf":1.0},"278":{"tf":1.0},"301":{"tf":1.0},"337":{"tf":1.0},"35":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":2,"docs":{"17":{"tf":1.0},"244":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"42":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":14,"docs":{"122":{"tf":1.0},"139":{"tf":1.4142135623730951},"16":{"tf":1.0},"195":{"tf":1.0},"204":{"tf":1.0},"23":{"tf":1.0},"246":{"tf":1.0},"248":{"tf":1.0},"26":{"tf":1.0},"278":{"tf":1.0},"283":{"tf":1.0},"30":{"tf":1.0},"57":{"tf":1.0},"87":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"275":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"_":{"d":{"a":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"2":{"df":2,"docs":{"269":{"tf":1.0},"56":{"tf":1.0}}},"3":{"df":2,"docs":{"125":{"tf":1.0},"269":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"(":{"1":{"0":{"df":2,"docs":{"125":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":1,"docs":{"269":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":1,"docs":{"269":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"2":{"df":1,"docs":{"263":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":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":{"275":{"tf":1.0}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"(":{"\\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":2,"docs":{"178":{"tf":1.0},"184":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"256":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"(":{"\\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":2,"docs":{"183":{"tf":1.0},"240":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"184":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":6,"docs":{"102":{"tf":1.0},"125":{"tf":1.0},"240":{"tf":1.0},"269":{"tf":1.0},"44":{"tf":1.0},"56":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"(":{"\\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"178":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"290":{"tf":1.0},"81":{"tf":1.4142135623730951}}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"2":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"184":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"n":{"_":{"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":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"2":{"0":{"df":7,"docs":{"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"285":{"tf":1.0},"289":{"tf":1.0},"38":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}},"5":{"0":{"df":1,"docs":{"194":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"0":{"0":{"df":4,"docs":{"113":{"tf":1.0},"124":{"tf":1.0},"165":{"tf":1.0},"240":{"tf":1.0}}},"df":2,"docs":{"119":{"tf":1.0},"54":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"5":{"df":1,"docs":{"26":{"tf":1.0}}},"6":{"0":{"df":17,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"120":{"tf":1.0},"137":{"tf":1.0},"14":{"tf":1.0},"189":{"tf":1.0},"23":{"tf":1.0},"257":{"tf":1.0},"26":{"tf":1.0},"263":{"tf":1.0},"30":{"tf":1.0},"46":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}},"9":{"0":{"df":3,"docs":{"125":{"tf":1.0},"296":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"113":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"_":{"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":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"df":3,"docs":{"125":{"tf":1.0},"269":{"tf":1.0},"56":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"(":{"\\"":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"184":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":4,"docs":{"102":{"tf":1.0},"125":{"tf":1.0},"240":{"tf":1.0},"56":{"tf":1.0}},"y":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"(":{")":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"269":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{")":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"(":{"5":{"df":1,"docs":{"257":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"0":{"df":1,"docs":{"275":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":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":{"194":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"103":{"tf":1.0},"132":{"tf":1.0},"204":{"tf":1.0},"25":{"tf":1.0},"283":{"tf":1.0},"96":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":17,"docs":{"102":{"tf":1.0},"113":{"tf":1.4142135623730951},"133":{"tf":1.0},"245":{"tf":1.0},"251":{"tf":1.4142135623730951},"252":{"tf":1.0},"315":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":2.23606797749979},"44":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"54":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.0},"8":{"tf":1.0}}}}}}}},"l":{"df":1,"docs":{"340":{"tf":1.0}}},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"40":{"tf":1.0}}}}},"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":6,"docs":{"212":{"tf":1.0},"323":{"tf":1.0},"36":{"tf":1.0},"47":{"tf":1.0},"58":{"tf":1.0},"80":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"k":{"df":43,"docs":{"11":{"tf":1.0},"113":{"tf":1.0},"119":{"tf":1.0},"12":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"13":{"tf":1.0},"167":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951},"170":{"tf":1.0},"176":{"tf":1.0},"18":{"tf":1.0},"182":{"tf":1.0},"19":{"tf":1.0},"191":{"tf":1.0},"193":{"tf":1.0},"2":{"tf":1.0},"218":{"tf":1.0},"22":{"tf":1.0},"223":{"tf":1.0},"243":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.0},"255":{"tf":1.0},"268":{"tf":1.0},"297":{"tf":1.0},"301":{"tf":1.7320508075688772},"303":{"tf":1.0},"308":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.0},"8":{"tf":1.0},"84":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":5,"docs":{"155":{"tf":1.0},"276":{"tf":1.7320508075688772},"41":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"52":{"tf":1.0}},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"—":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"285":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"319":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":131,"docs":{"10":{"tf":1.4142135623730951},"101":{"tf":1.0},"102":{"tf":1.4142135623730951},"103":{"tf":2.449489742783178},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.4142135623730951},"11":{"tf":1.0},"113":{"tf":1.7320508075688772},"114":{"tf":1.4142135623730951},"116":{"tf":1.7320508075688772},"117":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"127":{"tf":1.4142135623730951},"128":{"tf":1.0},"129":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"131":{"tf":1.0},"139":{"tf":1.4142135623730951},"14":{"tf":1.0},"142":{"tf":2.23606797749979},"15":{"tf":1.0},"158":{"tf":2.0},"16":{"tf":1.7320508075688772},"166":{"tf":1.0},"168":{"tf":1.4142135623730951},"18":{"tf":1.7320508075688772},"192":{"tf":1.4142135623730951},"193":{"tf":1.4142135623730951},"195":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.7320508075688772},"199":{"tf":1.0},"200":{"tf":1.0},"213":{"tf":1.0},"215":{"tf":1.0},"226":{"tf":2.0},"243":{"tf":1.0},"244":{"tf":1.0},"246":{"tf":2.449489742783178},"247":{"tf":3.0},"248":{"tf":2.0},"249":{"tf":2.0},"250":{"tf":1.4142135623730951},"251":{"tf":1.4142135623730951},"252":{"tf":1.0},"253":{"tf":1.4142135623730951},"254":{"tf":1.7320508075688772},"255":{"tf":2.449489742783178},"256":{"tf":2.0},"257":{"tf":1.4142135623730951},"259":{"tf":2.449489742783178},"260":{"tf":1.0},"261":{"tf":1.4142135623730951},"266":{"tf":1.4142135623730951},"268":{"tf":1.0},"271":{"tf":1.4142135623730951},"272":{"tf":1.4142135623730951},"273":{"tf":2.23606797749979},"274":{"tf":1.0},"276":{"tf":1.0},"278":{"tf":1.7320508075688772},"286":{"tf":1.4142135623730951},"287":{"tf":2.449489742783178},"289":{"tf":1.0},"29":{"tf":1.4142135623730951},"290":{"tf":1.4142135623730951},"297":{"tf":1.7320508075688772},"298":{"tf":1.0},"30":{"tf":2.0},"307":{"tf":1.0},"308":{"tf":1.7320508075688772},"309":{"tf":1.4142135623730951},"310":{"tf":1.4142135623730951},"314":{"tf":1.0},"317":{"tf":1.7320508075688772},"32":{"tf":1.4142135623730951},"326":{"tf":1.7320508075688772},"327":{"tf":1.0},"33":{"tf":3.3166247903554},"337":{"tf":3.1622776601683795},"339":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"340":{"tf":1.0},"35":{"tf":2.0},"36":{"tf":1.0},"37":{"tf":2.23606797749979},"38":{"tf":1.4142135623730951},"4":{"tf":1.0},"41":{"tf":2.8284271247461903},"43":{"tf":2.449489742783178},"45":{"tf":1.0},"47":{"tf":2.23606797749979},"48":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.7320508075688772},"55":{"tf":2.6457513110645907},"56":{"tf":1.0},"57":{"tf":1.7320508075688772},"58":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"6":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.7320508075688772},"63":{"tf":2.23606797749979},"64":{"tf":2.8284271247461903},"65":{"tf":1.7320508075688772},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.4142135623730951},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.4142135623730951},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.7320508075688772},"84":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.4142135623730951},"91":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.4142135623730951}},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"135":{"tf":1.0},"198":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"51":{"tf":1.4142135623730951},"52":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"—":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"l":{"d":{"df":1,"docs":{"130":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"41":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":3,"docs":{"205":{"tf":1.0},"35":{"tf":1.0},"42":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"129":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":18,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"168":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"220":{"tf":1.0},"243":{"tf":1.0},"259":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0},"61":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0},"98":{"tf":1.4142135623730951},"99":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"136":{"tf":1.0},"19":{"tf":1.0},"54":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":8,"docs":{"113":{"tf":1.4142135623730951},"17":{"tf":1.0},"206":{"tf":1.0},"224":{"tf":1.0},"243":{"tf":1.0},"248":{"tf":1.0},"34":{"tf":1.0},"38":{"tf":1.0}}}}}}},"x":{"df":1,"docs":{"11":{"tf":1.0}}},"y":{"df":0,"docs":{},"e":{"df":10,"docs":{"187":{"tf":1.7320508075688772},"302":{"tf":1.0},"304":{"tf":1.0},"309":{"tf":1.0},"313":{"tf":1.0},"315":{"tf":1.0},"318":{"tf":1.0},"327":{"tf":1.0},"330":{"tf":1.0},"331":{"tf":1.0}},"t":{"df":0,"docs":{},"—":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"’":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"’":{"d":{"df":6,"docs":{"118":{"tf":1.0},"2":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"54":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":13,"docs":{"10":{"tf":1.4142135623730951},"103":{"tf":1.0},"11":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"222":{"tf":1.0},"253":{"tf":1.0},"304":{"tf":1.0},"36":{"tf":1.0},"54":{"tf":1.4142135623730951}}}},"r":{"df":27,"docs":{"10":{"tf":1.4142135623730951},"105":{"tf":1.0},"12":{"tf":1.0},"122":{"tf":1.0},"13":{"tf":1.0},"173":{"tf":2.0},"179":{"tf":1.0},"185":{"tf":1.4142135623730951},"195":{"tf":1.0},"2":{"tf":1.0},"205":{"tf":1.0},"212":{"tf":1.0},"243":{"tf":1.0},"245":{"tf":1.0},"250":{"tf":1.4142135623730951},"298":{"tf":1.0},"304":{"tf":1.0},"306":{"tf":1.0},"308":{"tf":1.0},"43":{"tf":1.0},"49":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"60":{"tf":2.449489742783178},"63":{"tf":1.0},"70":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"v":{"df":8,"docs":{"136":{"tf":1.0},"153":{"tf":1.0},"19":{"tf":1.0},"243":{"tf":1.0},"28":{"tf":1.0},"40":{"tf":1.0},"54":{"tf":1.0},"8":{"tf":1.0}}}}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":4,"docs":{"130":{"tf":1.0},"246":{"tf":1.0},"41":{"tf":1.0},"93":{"tf":1.0}}}}}}}},"breadcrumbs":{"root":{"0":{".":{".":{"2":{"df":1,"docs":{"44":{"tf":1.0}}},"3":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"152":{"tf":1.0}}}}}},"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"227":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":17,"docs":{"107":{"tf":1.0},"119":{"tf":1.7320508075688772},"137":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"152":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"157":{"tf":1.0},"189":{"tf":1.0},"198":{"tf":1.0},"220":{"tf":1.7320508075688772},"227":{"tf":1.4142135623730951},"26":{"tf":1.0},"285":{"tf":1.0},"54":{"tf":2.23606797749979}}},"1":{"0":{"0":{"0":{"df":1,"docs":{"247":{"tf":1.0}},"m":{"df":1,"docs":{"184":{"tf":1.0}}}},"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"209":{"tf":1.0}}},"df":0,"docs":{}}},"df":11,"docs":{"120":{"tf":1.0},"123":{"tf":1.0},"23":{"tf":1.0},"256":{"tf":1.0},"258":{"tf":1.0},"26":{"tf":1.0},"306":{"tf":1.0},"309":{"tf":1.0},"326":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0}}},"2":{"0":{"df":6,"docs":{"105":{"tf":1.0},"237":{"tf":1.0},"295":{"tf":1.0},"307":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0}}},"3":{"4":{"5":{"df":1,"docs":{"140":{"tf":1.0}}},"6":{"df":1,"docs":{"140":{"tf":1.0}}},"7":{"df":1,"docs":{"140":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"df":0,"docs":{},"k":{"b":{"df":1,"docs":{"73":{"tf":1.0}}},"df":0,"docs":{}}},"df":5,"docs":{"143":{"tf":1.4142135623730951},"149":{"tf":1.4142135623730951},"156":{"tf":1.4142135623730951},"224":{"tf":1.0},"46":{"tf":1.0}}},"5":{"df":3,"docs":{"142":{"tf":1.4142135623730951},"286":{"tf":1.0},"58":{"tf":1.4142135623730951}}},"6":{"df":0,"docs":{},"g":{"b":{"df":1,"docs":{"326":{"tf":1.0}}},"df":0,"docs":{}}},"8":{"0":{"8":{"0":{":":{"1":{"8":{"0":{"8":{"0":{"df":1,"docs":{"153":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":4,"docs":{"153":{"tf":1.0},"214":{"tf":1.0},"282":{"tf":1.4142135623730951},"322":{"tf":1.0}}},"df":0,"docs":{}},"df":4,"docs":{"105":{"tf":1.0},"122":{"tf":1.0},"307":{"tf":1.0},"59":{"tf":1.0}}},"df":0,"docs":{}},"_":{"0":{"0":{"0":{"_":{"0":{"0":{"0":{"df":1,"docs":{"121":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":46,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"104":{"tf":1.4142135623730951},"106":{"tf":1.4142135623730951},"107":{"tf":2.0},"110":{"tf":1.0},"111":{"tf":1.4142135623730951},"112":{"tf":1.0},"113":{"tf":2.0},"114":{"tf":1.0},"119":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"121":{"tf":1.0},"123":{"tf":1.7320508075688772},"135":{"tf":1.0},"139":{"tf":1.4142135623730951},"14":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"152":{"tf":1.0},"156":{"tf":1.4142135623730951},"157":{"tf":1.0},"194":{"tf":1.0},"22":{"tf":1.0},"224":{"tf":1.4142135623730951},"23":{"tf":1.0},"24":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"26":{"tf":1.0},"263":{"tf":1.0},"269":{"tf":1.0},"283":{"tf":1.0},"287":{"tf":1.4142135623730951},"290":{"tf":1.7320508075688772},"30":{"tf":1.7320508075688772},"302":{"tf":1.0},"306":{"tf":1.4142135623730951},"327":{"tf":1.0},"330":{"tf":1.0},"38":{"tf":1.4142135623730951},"43":{"tf":1.0},"55":{"tf":1.4142135623730951},"58":{"tf":1.0},"73":{"tf":1.0},"81":{"tf":1.0}},"m":{"b":{"df":2,"docs":{"121":{"tf":1.0},"73":{"tf":1.0}}},"df":0,"docs":{}},"–":{"3":{"df":1,"docs":{"130":{"tf":1.0}}},"df":0,"docs":{}}},"2":{".":{"3":{"df":1,"docs":{"141":{"tf":1.0}}},"5":{"df":1,"docs":{"141":{"tf":1.0}}},"7":{"df":1,"docs":{"141":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"159":{"tf":1.0},"283":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"0":{"df":7,"docs":{"120":{"tf":1.0},"123":{"tf":1.0},"139":{"tf":1.0},"259":{"tf":1.0},"286":{"tf":1.0},"292":{"tf":1.0},"78":{"tf":1.0}}},"3":{"df":1,"docs":{"142":{"tf":1.0}}},"5":{"6":{"df":0,"docs":{},"k":{"b":{"df":3,"docs":{"121":{"tf":1.0},"57":{"tf":1.0},"72":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"8":{"0":{"8":{"0":{"df":1,"docs":{"214":{"tf":1.0}}},"1":{"df":1,"docs":{"214":{"tf":1.0}}},"2":{"df":1,"docs":{"214":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":37,"docs":{"102":{"tf":1.0},"103":{"tf":1.0},"109":{"tf":1.0},"113":{"tf":1.0},"120":{"tf":2.449489742783178},"121":{"tf":1.4142135623730951},"122":{"tf":1.0},"123":{"tf":1.0},"125":{"tf":1.0},"13":{"tf":1.4142135623730951},"135":{"tf":1.0},"140":{"tf":1.7320508075688772},"141":{"tf":1.4142135623730951},"152":{"tf":1.0},"157":{"tf":1.7320508075688772},"159":{"tf":1.4142135623730951},"165":{"tf":1.0},"225":{"tf":1.7320508075688772},"239":{"tf":1.0},"24":{"tf":1.0},"245":{"tf":1.0},"259":{"tf":1.0},"283":{"tf":1.4142135623730951},"290":{"tf":1.0},"292":{"tf":1.0},"301":{"tf":1.0},"306":{"tf":1.0},"309":{"tf":1.0},"31":{"tf":1.4142135623730951},"326":{"tf":1.4142135623730951},"38":{"tf":1.0},"44":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"56":{"tf":1.7320508075688772},"57":{"tf":1.0},"59":{"tf":1.0},"82":{"tf":1.0}},"g":{"df":0,"docs":{},"i":{"df":1,"docs":{"184":{"tf":1.0}}}}},"3":{"0":{"0":{"df":3,"docs":{"105":{"tf":1.0},"307":{"tf":1.0},"59":{"tf":1.0}}},"df":17,"docs":{"105":{"tf":1.0},"139":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.4142135623730951},"149":{"tf":1.0},"156":{"tf":1.0},"224":{"tf":1.0},"285":{"tf":1.0},"286":{"tf":1.0},"296":{"tf":1.0},"301":{"tf":1.4142135623730951},"307":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"67":{"tf":1.0},"79":{"tf":1.0}}},"1":{"df":2,"docs":{"142":{"tf":1.0},"143":{"tf":1.0}}},"df":26,"docs":{"107":{"tf":1.0},"111":{"tf":1.0},"113":{"tf":1.0},"119":{"tf":1.0},"121":{"tf":1.4142135623730951},"123":{"tf":1.0},"124":{"tf":1.0},"13":{"tf":1.0},"135":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.4142135623730951},"158":{"tf":1.4142135623730951},"226":{"tf":1.4142135623730951},"245":{"tf":1.0},"283":{"tf":1.0},"290":{"tf":1.0},"306":{"tf":1.0},"32":{"tf":1.4142135623730951},"326":{"tf":1.0},"330":{"tf":1.0},"38":{"tf":1.0},"44":{"tf":1.0},"54":{"tf":1.7320508075688772},"61":{"tf":1.0},"82":{"tf":1.0},"89":{"tf":1.0}},"f":{"df":1,"docs":{"306":{"tf":1.0}}}},"4":{"2":{"0":{"df":1,"docs":{"289":{"tf":1.0}}},"df":2,"docs":{"184":{"tf":1.0},"222":{"tf":1.0}}},"5":{"df":2,"docs":{"142":{"tf":1.0},"143":{"tf":1.0}}},"8":{"df":1,"docs":{"282":{"tf":1.0}}},"df":15,"docs":{"113":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":1.0},"135":{"tf":1.0},"142":{"tf":1.4142135623730951},"159":{"tf":1.4142135623730951},"227":{"tf":1.4142135623730951},"290":{"tf":1.0},"306":{"tf":1.0},"326":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"38":{"tf":1.0},"61":{"tf":1.0}},"g":{"b":{"df":1,"docs":{"326":{"tf":1.0}}},"df":0,"docs":{}},"–":{"5":{"df":1,"docs":{"130":{"tf":1.0}}},"df":0,"docs":{}}},"5":{"0":{"df":3,"docs":{"286":{"tf":1.0},"289":{"tf":1.0},"89":{"tf":1.0}}},"df":20,"docs":{"107":{"tf":1.0},"111":{"tf":1.0},"113":{"tf":1.0},"120":{"tf":1.0},"123":{"tf":1.7320508075688772},"143":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"228":{"tf":1.4142135623730951},"23":{"tf":1.0},"240":{"tf":1.7320508075688772},"269":{"tf":1.0},"283":{"tf":1.0},"301":{"tf":1.0},"326":{"tf":1.0},"330":{"tf":1.0},"34":{"tf":1.4142135623730951},"38":{"tf":1.0},"46":{"tf":1.0},"55":{"tf":1.4142135623730951},"67":{"tf":1.0}},"s":{"/":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"6":{"0":{"0":{"df":1,"docs":{"289":{"tf":1.0}}},"df":16,"docs":{"105":{"tf":1.4142135623730951},"119":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.4142135623730951},"149":{"tf":1.0},"217":{"tf":1.0},"23":{"tf":1.0},"283":{"tf":1.0},"30":{"tf":1.0},"301":{"tf":1.0},"307":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"46":{"tf":2.0},"59":{"tf":1.7320508075688772}}},"4":{"df":0,"docs":{},"k":{"b":{"df":1,"docs":{"73":{"tf":1.0}}},"df":0,"docs":{}}},"df":5,"docs":{"124":{"tf":1.4142135623730951},"144":{"tf":1.4142135623730951},"161":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"38":{"tf":1.0}},"s":{"df":1,"docs":{"23":{"tf":1.0}}},"–":{"7":{"df":1,"docs":{"130":{"tf":1.0}}},"df":0,"docs":{}}},"7":{"0":{"df":1,"docs":{"289":{"tf":1.0}}},"df":6,"docs":{"123":{"tf":1.0},"125":{"tf":1.4142135623730951},"142":{"tf":1.0},"330":{"tf":1.0},"36":{"tf":1.4142135623730951},"38":{"tf":1.0}},"s":{"df":1,"docs":{"23":{"tf":1.0}}}},"8":{"df":1,"docs":{"326":{"tf":1.0}},"g":{"b":{"df":1,"docs":{"326":{"tf":1.0}}},"df":0,"docs":{}},"s":{"/":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"9":{"0":{"df":5,"docs":{"105":{"tf":1.0},"289":{"tf":1.0},"307":{"tf":1.0},"59":{"tf":1.0},"93":{"tf":1.0}}},"5":{"df":4,"docs":{"289":{"tf":1.4142135623730951},"43":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"273":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"a":{"[":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"b":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":1,"docs":{"340":{"tf":1.4142135623730951}}}}}}},"c":{"1":{"2":{"3":{"df":1,"docs":{"152":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"337":{"tf":1.0}}}},"o":{"df":0,"docs":{},"v":{"df":3,"docs":{"328":{"tf":1.0},"35":{"tf":1.0},"92":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"200":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"319":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"168":{"tf":1.0},"242":{"tf":1.0},"31":{"tf":1.0},"42":{"tf":1.4142135623730951},"48":{"tf":1.0}},"—":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"’":{"df":0,"docs":{},"l":{"df":1,"docs":{"11":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":6,"docs":{"289":{"tf":1.4142135623730951},"337":{"tf":1.0},"43":{"tf":1.0},"56":{"tf":1.0},"68":{"tf":1.0},"93":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":11,"docs":{"168":{"tf":1.0},"173":{"tf":1.0},"182":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"198":{"tf":1.4142135623730951},"209":{"tf":1.0},"248":{"tf":1.0},"293":{"tf":1.0},"34":{"tf":1.0},"60":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"33":{"tf":1.0},"80":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"193":{"tf":1.0},"58":{"tf":1.0},"68":{"tf":1.0},"80":{"tf":1.0},"87":{"tf":1.0}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"163":{"tf":1.7320508075688772},"200":{"tf":1.0},"237":{"tf":1.0},"24":{"tf":1.0},"273":{"tf":1.0}},"s":{"/":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"@":{"df":0,"docs":{},"v":{"3":{"df":1,"docs":{"163":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":2,"docs":{"163":{"tf":1.0},"238":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"v":{"df":8,"docs":{"116":{"tf":1.0},"14":{"tf":1.0},"213":{"tf":1.0},"273":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"64":{"tf":1.0},"87":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"112":{"tf":1.0},"67":{"tf":1.4142135623730951},"68":{"tf":1.0}},"s":{"(":{"2":{"0":{"df":1,"docs":{"103":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":1,"docs":{"112":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":1,"docs":{"67":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":24,"docs":{"13":{"tf":1.0},"136":{"tf":1.0},"149":{"tf":1.0},"15":{"tf":1.0},"156":{"tf":1.0},"16":{"tf":1.0},"161":{"tf":1.0},"19":{"tf":1.4142135623730951},"191":{"tf":1.0},"25":{"tf":1.0},"267":{"tf":1.7320508075688772},"268":{"tf":1.0},"285":{"tf":1.0},"286":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.4142135623730951},"4":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.0},"63":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":6,"docs":{"118":{"tf":1.0},"259":{"tf":1.0},"276":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"62":{"tf":1.0}}}}},"d":{"df":33,"docs":{"10":{"tf":1.0},"101":{"tf":1.4142135623730951},"102":{"tf":1.0},"104":{"tf":1.4142135623730951},"106":{"tf":1.4142135623730951},"113":{"tf":1.0},"116":{"tf":1.4142135623730951},"117":{"tf":1.0},"120":{"tf":1.4142135623730951},"122":{"tf":1.0},"123":{"tf":1.0},"252":{"tf":1.0},"258":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"290":{"tf":1.0},"30":{"tf":1.0},"306":{"tf":1.0},"308":{"tf":1.0},"310":{"tf":1.0},"317":{"tf":1.4142135623730951},"318":{"tf":1.4142135623730951},"326":{"tf":1.0},"41":{"tf":1.7320508075688772},"45":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":2.0},"61":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"91":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"3":{"tf":1.0},"41":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"282":{"tf":1.0},"67":{"tf":1.4142135623730951}}}}}}},"df":13,"docs":{"114":{"tf":1.0},"193":{"tf":1.0},"250":{"tf":1.4142135623730951},"254":{"tf":1.4142135623730951},"260":{"tf":1.4142135623730951},"265":{"tf":1.4142135623730951},"269":{"tf":1.4142135623730951},"271":{"tf":1.0},"272":{"tf":1.0},"319":{"tf":1.0},"41":{"tf":1.4142135623730951},"48":{"tf":1.0},"55":{"tf":1.4142135623730951}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":14,"docs":{"111":{"tf":1.0},"116":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"212":{"tf":1.0},"214":{"tf":1.0},"278":{"tf":1.0},"286":{"tf":1.0},"33":{"tf":1.0},"45":{"tf":1.0},"80":{"tf":1.0},"93":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"293":{"tf":1.0}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":12,"docs":{"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},"165":{"tf":1.4142135623730951},"190":{"tf":1.4142135623730951},"241":{"tf":1.0},"329":{"tf":1.4142135623730951}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"131":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"193":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"338":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"168":{"tf":1.0},"215":{"tf":1.0}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":5,"docs":{"17":{"tf":1.0},"248":{"tf":1.0},"264":{"tf":1.0},"337":{"tf":1.0},"84":{"tf":1.0}}},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"123":{"tf":1.0},"287":{"tf":1.0},"79":{"tf":1.4142135623730951}}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"302":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"54":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":3,"docs":{"251":{"tf":1.0},"62":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"116":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"321":{"tf":1.0}}},"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":96,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.4142135623730951},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.4142135623730951},"112":{"tf":1.0},"113":{"tf":2.0},"114":{"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},"13":{"tf":1.0},"137":{"tf":1.0},"14":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":1.0},"161":{"tf":1.0},"168":{"tf":1.0},"171":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.4142135623730951},"183":{"tf":1.0},"184":{"tf":2.0},"189":{"tf":1.0},"190":{"tf":1.0},"194":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"236":{"tf":1.0},"24":{"tf":1.0},"240":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.4142135623730951},"26":{"tf":1.0},"261":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"269":{"tf":1.4142135623730951},"273":{"tf":1.0},"274":{"tf":1.0},"283":{"tf":1.0},"285":{"tf":1.0},"286":{"tf":1.0},"287":{"tf":1.4142135623730951},"289":{"tf":2.0},"290":{"tf":1.4142135623730951},"295":{"tf":1.0},"296":{"tf":1.4142135623730951},"30":{"tf":1.0},"302":{"tf":1.4142135623730951},"309":{"tf":1.0},"31":{"tf":1.0},"315":{"tf":1.0},"317":{"tf":1.0},"330":{"tf":1.0},"331":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"46":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.0},"64":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.7320508075688772},"72":{"tf":1.0},"73":{"tf":1.7320508075688772},"78":{"tf":1.0},"79":{"tf":1.4142135623730951},"81":{"tf":1.0},"83":{"tf":1.0},"86":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.4142135623730951}}}}}}},"df":4,"docs":{"101":{"tf":1.0},"117":{"tf":1.0},"337":{"tf":1.0},"339":{"tf":1.0}}}},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"2":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"326":{"tf":1.0}},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"193":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"336":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":7,"docs":{"10":{"tf":1.0},"231":{"tf":1.4142135623730951},"243":{"tf":1.0},"282":{"tf":1.7320508075688772},"30":{"tf":1.0},"312":{"tf":1.0},"322":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"a":{"df":0,"docs":{},"y":{"df":9,"docs":{"102":{"tf":1.0},"105":{"tf":1.0},"113":{"tf":1.7320508075688772},"144":{"tf":1.0},"200":{"tf":1.0},"26":{"tf":1.0},"37":{"tf":1.0},"54":{"tf":1.0},"82":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"296":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.7320508075688772}}}}},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"256":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"203":{"tf":1.0},"218":{"tf":1.0},"231":{"tf":1.0},"282":{"tf":1.0},"322":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"10":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"40":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"113":{"tf":2.449489742783178},"43":{"tf":1.0},"44":{"tf":1.0}}}},"y":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{":":{":":{"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":2,"docs":{"256":{"tf":1.0},"267":{"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":{"262":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"262":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"30":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"—":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"267":{"tf":1.0}}}}}}}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"42":{"tf":1.4142135623730951},"48":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"i":{"df":31,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"112":{"tf":1.0},"15":{"tf":1.0},"18":{"tf":1.0},"182":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.7320508075688772},"200":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"213":{"tf":1.0},"216":{"tf":1.0},"247":{"tf":1.4142135623730951},"249":{"tf":1.0},"255":{"tf":1.0},"258":{"tf":1.4142135623730951},"259":{"tf":1.0},"32":{"tf":1.0},"337":{"tf":1.4142135623730951},"339":{"tf":1.7320508075688772},"34":{"tf":1.0},"340":{"tf":1.0},"44":{"tf":1.4142135623730951},"47":{"tf":1.0},"64":{"tf":1.0},"74":{"tf":1.0},"80":{"tf":1.0},"97":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":7,"docs":{"289":{"tf":1.0},"303":{"tf":1.0},"35":{"tf":1.0},"69":{"tf":1.0},"90":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":65,"docs":{"10":{"tf":1.0},"277":{"tf":1.7320508075688772},"278":{"tf":1.0},"279":{"tf":1.0},"280":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.0},"285":{"tf":1.0},"286":{"tf":1.0},"287":{"tf":1.0},"288":{"tf":1.0},"289":{"tf":1.0},"290":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.0},"314":{"tf":1.0},"315":{"tf":1.0},"316":{"tf":1.0},"317":{"tf":1.0},"318":{"tf":1.0},"319":{"tf":1.0},"320":{"tf":1.0},"321":{"tf":1.0},"322":{"tf":1.0},"323":{"tf":1.0},"324":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"328":{"tf":1.0},"329":{"tf":1.0},"330":{"tf":1.0},"331":{"tf":1.0},"332":{"tf":1.0},"333":{"tf":1.0},"334":{"tf":1.0},"335":{"tf":1.0},"336":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.0},"339":{"tf":1.0},"340":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"340":{"tf":1.0}}},"df":21,"docs":{"103":{"tf":2.0},"104":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":2.0},"114":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"124":{"tf":1.4142135623730951},"258":{"tf":1.0},"55":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0}}},"y":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"258":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"10":{"tf":1.0},"134":{"tf":1.0},"19":{"tf":1.0},"44":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"259":{"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":{"250":{"tf":1.0},"37":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":15,"docs":{"1":{"tf":1.4142135623730951},"10":{"tf":1.0},"11":{"tf":1.7320508075688772},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"339":{"tf":1.4142135623730951},"49":{"tf":1.0},"9":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":10,"docs":{"172":{"tf":1.0},"217":{"tf":1.0},"232":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.0},"283":{"tf":1.0},"285":{"tf":1.0},"287":{"tf":1.0},"289":{"tf":1.0},"328":{"tf":1.0}}}}}},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"1":{"tf":1.0},"132":{"tf":1.0},"227":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"@":{"df":0,"docs":{},"v":{"3":{"df":2,"docs":{"163":{"tf":1.0},"238":{"tf":1.0}}},"df":0,"docs":{}}},"df":6,"docs":{"151":{"tf":1.4142135623730951},"163":{"tf":1.0},"164":{"tf":1.0},"210":{"tf":1.4142135623730951},"238":{"tf":1.0},"332":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":8,"docs":{"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}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"k":{"df":3,"docs":{"27":{"tf":1.0},"299":{"tf":1.4142135623730951},"334":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"136":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"135":{"tf":1.0},"244":{"tf":1.0},"246":{"tf":1.0},"276":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"!":{"(":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{"&":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":12,"docs":{"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},"137":{"tf":1.0},"148":{"tf":1.0},"38":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"?":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"189":{"tf":1.4142135623730951},"331":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":20,"docs":{"116":{"tf":1.0},"117":{"tf":1.0},"132":{"tf":1.4142135623730951},"134":{"tf":1.0},"17":{"tf":1.4142135623730951},"200":{"tf":1.0},"203":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"244":{"tf":1.0},"248":{"tf":1.4142135623730951},"26":{"tf":1.0},"274":{"tf":1.0},"301":{"tf":1.0},"337":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.7320508075688772},"46":{"tf":1.7320508075688772},"52":{"tf":1.0},"54":{"tf":1.0},"84":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"116":{"tf":1.0}}}},"t":{"df":2,"docs":{"210":{"tf":1.4142135623730951},"52":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":3,"docs":{"259":{"tf":1.0},"42":{"tf":1.0},"9":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"23":{"tf":1.0},"61":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{":":{":":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"256":{"tf":1.0},"262":{"tf":1.0},"267":{"tf":1.0},"273":{"tf":1.0},"274":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":12,"docs":{"168":{"tf":1.4142135623730951},"190":{"tf":1.4142135623730951},"255":{"tf":1.0},"256":{"tf":1.0},"261":{"tf":1.0},"262":{"tf":1.0},"266":{"tf":1.4142135623730951},"267":{"tf":1.4142135623730951},"273":{"tf":1.0},"274":{"tf":1.0},"317":{"tf":1.0},"42":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":31,"docs":{"110":{"tf":1.4142135623730951},"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},"137":{"tf":1.0},"165":{"tf":1.0},"168":{"tf":1.4142135623730951},"189":{"tf":1.4142135623730951},"190":{"tf":1.4142135623730951},"198":{"tf":1.0},"199":{"tf":1.4142135623730951},"255":{"tf":1.0},"256":{"tf":1.0},"261":{"tf":1.4142135623730951},"262":{"tf":1.0},"266":{"tf":1.4142135623730951},"267":{"tf":1.4142135623730951},"273":{"tf":1.4142135623730951},"274":{"tf":1.0},"317":{"tf":1.0},"33":{"tf":1.0},"331":{"tf":1.0},"337":{"tf":1.0},"42":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"64":{"tf":1.4142135623730951}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"16":{"tf":1.0},"247":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"174":{"tf":1.0},"275":{"tf":1.0},"278":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"234":{"tf":1.0},"293":{"tf":1.7320508075688772}},"o":{"df":0,"docs":{},"r":{"df":16,"docs":{"20":{"tf":1.0},"21":{"tf":1.0},"27":{"tf":1.0},"39":{"tf":1.0},"49":{"tf":1.4142135623730951},"53":{"tf":1.7320508075688772},"54":{"tf":1.0},"55":{"tf":1.0},"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.4142135623730951}}}}},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":10,"docs":{"120":{"tf":1.0},"247":{"tf":1.0},"275":{"tf":1.0},"310":{"tf":1.0},"331":{"tf":1.0},"339":{"tf":1.0},"38":{"tf":1.0},"55":{"tf":1.0},"69":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":25,"docs":{"1":{"tf":1.0},"116":{"tf":1.4142135623730951},"127":{"tf":1.0},"153":{"tf":1.0},"179":{"tf":1.0},"187":{"tf":1.0},"2":{"tf":1.0},"202":{"tf":1.4142135623730951},"209":{"tf":1.0},"218":{"tf":1.0},"25":{"tf":1.0},"276":{"tf":1.0},"278":{"tf":1.7320508075688772},"3":{"tf":1.0},"303":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":2.23606797749979},"340":{"tf":1.0},"4":{"tf":1.7320508075688772},"51":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"68":{"tf":1.0},"71":{"tf":1.0},"8":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":7,"docs":{"113":{"tf":1.4142135623730951},"117":{"tf":1.0},"124":{"tf":1.0},"193":{"tf":1.0},"196":{"tf":1.0},"205":{"tf":1.0},"25":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"259":{"tf":1.0}}}},"df":0,"docs":{}}},"b":{"[":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"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":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"10":{"tf":1.0},"103":{"tf":1.4142135623730951},"196":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"d":{"df":13,"docs":{"10":{"tf":1.4142135623730951},"126":{"tf":1.0},"167":{"tf":1.0},"18":{"tf":1.0},"245":{"tf":1.0},"265":{"tf":1.0},"276":{"tf":1.0},"31":{"tf":1.0},"41":{"tf":1.7320508075688772},"47":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"108":{"tf":1.0}}}}}}}}}}},"d":{"df":6,"docs":{"105":{"tf":1.0},"113":{"tf":1.0},"131":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"122":{"tf":1.0},"328":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"n":{"d":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"338":{"tf":1.4142135623730951},"73":{"tf":1.0},"76":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"110":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":22,"docs":{"105":{"tf":1.0},"108":{"tf":1.0},"111":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"124":{"tf":1.0},"15":{"tf":1.0},"172":{"tf":1.0},"193":{"tf":1.0},"196":{"tf":1.0},"199":{"tf":1.0},"214":{"tf":1.4142135623730951},"216":{"tf":1.0},"23":{"tf":1.0},"282":{"tf":1.0},"322":{"tf":1.0},"324":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.0},"45":{"tf":1.0},"56":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":9,"docs":{"120":{"tf":1.0},"142":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"261":{"tf":1.0},"264":{"tf":1.4142135623730951},"274":{"tf":1.0},"35":{"tf":1.0},"88":{"tf":1.0}}}}}},"i":{"c":{"df":12,"docs":{"101":{"tf":1.4142135623730951},"119":{"tf":1.0},"137":{"tf":1.4142135623730951},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"66":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":1,"docs":{"12":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"c":{"a":{"df":0,"docs":{},"m":{"df":7,"docs":{"142":{"tf":1.0},"158":{"tf":1.0},"226":{"tf":1.0},"274":{"tf":1.0},"287":{"tf":1.0},"47":{"tf":1.0},"97":{"tf":1.0}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"”":{"df":0,"docs":{},"—":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"106":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":6,"docs":{"157":{"tf":1.0},"217":{"tf":1.0},"225":{"tf":1.0},"232":{"tf":1.0},"283":{"tf":1.0},"59":{"tf":1.0}}}}},"df":3,"docs":{"123":{"tf":1.0},"286":{"tf":1.0},"54":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":22,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"117":{"tf":1.0},"139":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"207":{"tf":1.0},"215":{"tf":1.0},"222":{"tf":1.0},"248":{"tf":1.4142135623730951},"261":{"tf":1.4142135623730951},"30":{"tf":1.0},"304":{"tf":1.0},"337":{"tf":1.0},"339":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.4142135623730951},"44":{"tf":1.0},"47":{"tf":1.4142135623730951},"54":{"tf":1.0},"88":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"337":{"tf":1.0},"47":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":2,"docs":{"180":{"tf":1.0},"279":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":28,"docs":{"108":{"tf":1.0},"116":{"tf":1.0},"120":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"131":{"tf":1.7320508075688772},"14":{"tf":1.0},"174":{"tf":1.0},"179":{"tf":1.0},"189":{"tf":1.0},"246":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.0},"250":{"tf":1.0},"27":{"tf":1.0},"296":{"tf":1.0},"30":{"tf":1.0},"303":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"337":{"tf":1.4142135623730951},"37":{"tf":1.0},"45":{"tf":1.0},"60":{"tf":1.0},"67":{"tf":1.0},"70":{"tf":1.4142135623730951},"76":{"tf":1.0},"84":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":5,"docs":{"20":{"tf":1.0},"243":{"tf":1.0},"249":{"tf":1.0},"252":{"tf":1.0},"49":{"tf":1.0}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"250":{"tf":1.0}}}},"w":{"df":2,"docs":{"89":{"tf":1.0},"93":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":10,"docs":{"100":{"tf":1.0},"117":{"tf":1.7320508075688772},"196":{"tf":1.4142135623730951},"200":{"tf":1.0},"236":{"tf":1.0},"259":{"tf":1.4142135623730951},"264":{"tf":1.4142135623730951},"268":{"tf":1.4142135623730951},"43":{"tf":1.0},"61":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"258":{"tf":1.0},"30":{"tf":1.0},"43":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":13,"docs":{"116":{"tf":1.0},"117":{"tf":1.0},"129":{"tf":1.0},"193":{"tf":1.0},"244":{"tf":1.0},"295":{"tf":1.0},"328":{"tf":1.0},"337":{"tf":1.0},"339":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"76":{"tf":1.0},"79":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"174":{"tf":1.0},"186":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":15,"docs":{"133":{"tf":1.0},"140":{"tf":1.0},"150":{"tf":1.0},"170":{"tf":1.0},"172":{"tf":1.4142135623730951},"208":{"tf":1.0},"209":{"tf":1.0},"218":{"tf":1.0},"230":{"tf":2.0},"245":{"tf":1.0},"281":{"tf":2.449489742783178},"304":{"tf":1.4142135623730951},"312":{"tf":1.4142135623730951},"323":{"tf":1.0},"328":{"tf":1.0}}}}},"df":3,"docs":{"230":{"tf":1.4142135623730951},"281":{"tf":1.4142135623730951},"323":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"259":{"tf":1.0}}}},"o":{"b":{"df":25,"docs":{"121":{"tf":2.449489742783178},"124":{"tf":1.0},"16":{"tf":1.0},"247":{"tf":1.0},"25":{"tf":1.0},"278":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"337":{"tf":1.4142135623730951},"338":{"tf":1.4142135623730951},"34":{"tf":1.0},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"5":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"61":{"tf":1.0},"64":{"tf":1.0},"71":{"tf":2.0},"72":{"tf":1.4142135623730951},"73":{"tf":2.449489742783178},"74":{"tf":1.7320508075688772},"75":{"tf":1.0},"76":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}}},"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"197":{"tf":1.0},"203":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"1":{"tf":1.0},"2":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":70,"docs":{"108":{"tf":1.0},"112":{"tf":1.0},"117":{"tf":1.0},"119":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.7320508075688772},"125":{"tf":1.4142135623730951},"129":{"tf":1.0},"130":{"tf":1.4142135623730951},"132":{"tf":2.449489742783178},"133":{"tf":1.0},"139":{"tf":1.0},"14":{"tf":1.0},"142":{"tf":2.449489742783178},"143":{"tf":1.7320508075688772},"148":{"tf":1.0},"149":{"tf":2.0},"156":{"tf":1.7320508075688772},"165":{"tf":1.0},"168":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"195":{"tf":1.0},"197":{"tf":1.0},"2":{"tf":1.4142135623730951},"205":{"tf":1.0},"212":{"tf":1.4142135623730951},"213":{"tf":1.0},"216":{"tf":1.0},"222":{"tf":2.23606797749979},"224":{"tf":1.0},"23":{"tf":3.1622776601683795},"247":{"tf":1.0},"248":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"255":{"tf":1.0},"256":{"tf":1.0},"259":{"tf":1.0},"26":{"tf":2.23606797749979},"276":{"tf":1.0},"278":{"tf":1.0},"285":{"tf":2.23606797749979},"286":{"tf":2.6457513110645907},"289":{"tf":1.0},"3":{"tf":1.0},"301":{"tf":2.23606797749979},"32":{"tf":1.0},"324":{"tf":1.0},"337":{"tf":3.7416573867739413},"338":{"tf":1.0},"34":{"tf":2.0},"35":{"tf":1.4142135623730951},"38":{"tf":1.7320508075688772},"4":{"tf":1.4142135623730951},"46":{"tf":3.4641016151377544},"5":{"tf":1.0},"54":{"tf":2.6457513110645907},"56":{"tf":1.7320508075688772},"59":{"tf":1.7320508075688772},"64":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"8":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.7320508075688772},"89":{"tf":2.0},"90":{"tf":1.0},"92":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"132":{"tf":1.0}},"e":{"d":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"133":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"199":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"244":{"tf":1.0}}}}},"o":{"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":2,"docs":{"19":{"tf":1.0},"41":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"k":{"df":6,"docs":{"10":{"tf":2.23606797749979},"336":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":2.0}}},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"h":{"df":9,"docs":{"10":{"tf":1.0},"109":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":1.0},"278":{"tf":1.0},"321":{"tf":1.0},"337":{"tf":1.0},"36":{"tf":1.0},"57":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"124":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"101":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"135":{"tf":1.0},"244":{"tf":1.0},"250":{"tf":2.23606797749979},"41":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":11,"docs":{"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},"137":{"tf":1.0},"198":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":10,"docs":{"113":{"tf":1.0},"23":{"tf":1.0},"290":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.4142135623730951},"48":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"82":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"178":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":2,"docs":{"32":{"tf":1.0},"43":{"tf":1.0}},"e":{"df":0,"docs":{},"—":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"244":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"25":{"tf":1.0}}}}}}},"u":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"132":{"tf":1.0},"203":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"246":{"tf":1.0}}}}}},"g":{"df":14,"docs":{"109":{"tf":1.0},"161":{"tf":1.0},"19":{"tf":1.0},"307":{"tf":1.0},"309":{"tf":1.0},"328":{"tf":1.0},"334":{"tf":1.0},"335":{"tf":1.4142135623730951},"37":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"8":{"tf":1.0}}},"i":{"df":0,"docs":{},"l":{"d":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"189":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"331":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":71,"docs":{"100":{"tf":1.0},"101":{"tf":1.4142135623730951},"102":{"tf":1.0},"105":{"tf":1.0},"110":{"tf":1.4142135623730951},"111":{"tf":1.4142135623730951},"112":{"tf":1.0},"113":{"tf":1.7320508075688772},"119":{"tf":1.0},"12":{"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.4142135623730951},"128":{"tf":1.0},"134":{"tf":1.0},"137":{"tf":1.0},"139":{"tf":1.7320508075688772},"14":{"tf":1.0},"140":{"tf":1.0},"165":{"tf":1.0},"170":{"tf":1.0},"176":{"tf":1.0},"18":{"tf":1.0},"189":{"tf":1.0},"194":{"tf":1.0},"20":{"tf":1.4142135623730951},"208":{"tf":1.0},"209":{"tf":1.0},"218":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"230":{"tf":1.0},"24":{"tf":1.4142135623730951},"240":{"tf":1.4142135623730951},"246":{"tf":1.4142135623730951},"254":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"260":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"265":{"tf":1.0},"269":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"280":{"tf":1.4142135623730951},"281":{"tf":1.4142135623730951},"30":{"tf":2.449489742783178},"302":{"tf":1.4142135623730951},"304":{"tf":1.7320508075688772},"312":{"tf":1.7320508075688772},"323":{"tf":1.0},"328":{"tf":1.0},"330":{"tf":1.0},"337":{"tf":1.0},"38":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":2.23606797749979},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.0},"68":{"tf":1.0},"81":{"tf":1.7320508075688772},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"2":{"df":1,"docs":{"111":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"df":17,"docs":{"100":{"tf":1.7320508075688772},"101":{"tf":1.7320508075688772},"103":{"tf":2.6457513110645907},"110":{"tf":1.4142135623730951},"111":{"tf":2.0},"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"114":{"tf":1.7320508075688772},"193":{"tf":1.0},"198":{"tf":1.0},"250":{"tf":1.0},"258":{"tf":1.7320508075688772},"271":{"tf":1.0},"278":{"tf":1.0},"339":{"tf":1.7320508075688772},"44":{"tf":1.0},"55":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":15,"docs":{"1":{"tf":1.0},"14":{"tf":1.0},"140":{"tf":1.4142135623730951},"192":{"tf":1.0},"218":{"tf":1.0},"230":{"tf":1.0},"246":{"tf":1.0},"253":{"tf":1.0},"290":{"tf":1.0},"30":{"tf":1.0},"304":{"tf":1.0},"312":{"tf":1.0},"323":{"tf":1.0},"8":{"tf":1.0},"98":{"tf":1.0}}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":7,"docs":{"104":{"tf":1.7320508075688772},"247":{"tf":1.0},"259":{"tf":1.4142135623730951},"271":{"tf":1.0},"273":{"tf":1.7320508075688772},"275":{"tf":1.0},"339":{"tf":1.4142135623730951}},"e":{"d":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"255":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":1,"docs":{"255":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}},"i":{"df":1,"docs":{"130":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"250":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"73":{"tf":1.0}}}},"z":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"123":{"tf":1.0},"131":{"tf":1.4142135623730951},"306":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"c":{"[":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"29":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"12":{"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":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"25":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"132":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"23":{"tf":1.4142135623730951},"337":{"tf":1.0},"86":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":16,"docs":{"103":{"tf":1.0},"112":{"tf":1.0},"197":{"tf":1.0},"213":{"tf":1.0},"247":{"tf":1.0},"249":{"tf":1.0},"259":{"tf":1.0},"275":{"tf":1.0},"30":{"tf":1.0},"38":{"tf":1.4142135623730951},"45":{"tf":1.0},"55":{"tf":1.0},"61":{"tf":1.0},"69":{"tf":1.0},"74":{"tf":1.0},"80":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"273":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"35":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"255":{"tf":1.0},"259":{"tf":1.7320508075688772},"33":{"tf":1.0},"64":{"tf":1.0}}}}},"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":16,"docs":{"10":{"tf":1.0},"102":{"tf":1.0},"174":{"tf":1.0},"230":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"248":{"tf":1.0},"281":{"tf":1.0},"30":{"tf":1.0},"303":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0},"42":{"tf":1.7320508075688772},"43":{"tf":1.0},"45":{"tf":1.4142135623730951},"5":{"tf":1.0}}}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":12,"docs":{"10":{"tf":1.0},"124":{"tf":1.0},"128":{"tf":1.0},"188":{"tf":1.4142135623730951},"190":{"tf":1.0},"276":{"tf":1.0},"290":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"337":{"tf":1.0},"49":{"tf":1.0},"81":{"tf":1.0}}}},"c":{"df":1,"docs":{"76":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":11,"docs":{"142":{"tf":1.0},"205":{"tf":1.0},"238":{"tf":1.4142135623730951},"248":{"tf":1.0},"249":{"tf":1.0},"261":{"tf":1.0},"264":{"tf":1.0},"337":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"88":{"tf":1.0}},"e":{"_":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"248":{"tf":1.0},"261":{"tf":1.0},"264":{"tf":1.0}},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"261":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"247":{"tf":1.0},"31":{"tf":1.0},"42":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"313":{"tf":1.0}}},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"328":{"tf":1.0}}}}}}},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":1,"docs":{"79":{"tf":1.0}}}}}}}}}},"g":{"df":0,"docs":{},"o":{"df":17,"docs":{"137":{"tf":1.0},"145":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"152":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"230":{"tf":1.0},"239":{"tf":1.0},"281":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"298":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.0},"323":{"tf":1.0},"332":{"tf":1.0},"54":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"331":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"331":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":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":{"249":{"tf":1.0},"54":{"tf":1.4142135623730951}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":7,"docs":{"204":{"tf":1.0},"303":{"tf":1.0},"307":{"tf":1.0},"324":{"tf":1.0},"328":{"tf":1.0},"61":{"tf":1.0},"8":{"tf":1.0}}}},"df":3,"docs":{"159":{"tf":1.0},"227":{"tf":1.0},"283":{"tf":1.0}}},"u":{"df":0,"docs":{},"s":{"df":7,"docs":{"146":{"tf":1.0},"157":{"tf":1.0},"160":{"tf":1.0},"228":{"tf":1.0},"313":{"tf":1.0},"314":{"tf":1.0},"323":{"tf":1.0}}}}},"d":{"df":3,"docs":{"210":{"tf":1.0},"230":{"tf":1.0},"281":{"tf":1.0}}},"df":1,"docs":{"12":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"250":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"10":{"tf":1.0}}}}},"df":0,"docs":{}}}},"f":{"df":0,"docs":{},"g":{"(":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"295":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"(":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"295":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"176":{"tf":1.0},"31":{"tf":1.0}}},"df":0,"docs":{}}}}}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"101":{"tf":1.0},"103":{"tf":1.4142135623730951},"2":{"tf":1.4142135623730951},"339":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":23,"docs":{"119":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"130":{"tf":1.0},"134":{"tf":1.0},"167":{"tf":1.0},"203":{"tf":1.0},"210":{"tf":1.0},"231":{"tf":1.0},"245":{"tf":1.0},"264":{"tf":1.4142135623730951},"276":{"tf":1.0},"282":{"tf":1.0},"30":{"tf":1.0},"322":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"9":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":5,"docs":{"16":{"tf":1.0},"278":{"tf":1.0},"33":{"tf":1.0},"338":{"tf":1.0},"4":{"tf":1.0}}}}}},"o":{"df":43,"docs":{"106":{"tf":2.6457513110645907},"107":{"tf":1.0},"109":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"123":{"tf":2.23606797749979},"168":{"tf":1.0},"192":{"tf":2.0},"193":{"tf":1.4142135623730951},"194":{"tf":1.0},"195":{"tf":1.4142135623730951},"196":{"tf":1.4142135623730951},"198":{"tf":1.0},"199":{"tf":1.4142135623730951},"201":{"tf":2.0},"202":{"tf":1.0},"203":{"tf":2.0},"204":{"tf":1.4142135623730951},"205":{"tf":2.0},"24":{"tf":2.23606797749979},"266":{"tf":1.0},"278":{"tf":1.0},"289":{"tf":1.4142135623730951},"290":{"tf":1.7320508075688772},"296":{"tf":2.23606797749979},"306":{"tf":1.0},"307":{"tf":1.4142135623730951},"308":{"tf":2.0},"33":{"tf":1.7320508075688772},"337":{"tf":1.4142135623730951},"38":{"tf":1.0},"43":{"tf":1.4142135623730951},"51":{"tf":1.0},"58":{"tf":2.0},"59":{"tf":1.0},"61":{"tf":1.4142135623730951},"77":{"tf":1.7320508075688772},"78":{"tf":1.0},"79":{"tf":2.0},"80":{"tf":1.4142135623730951},"81":{"tf":1.0},"82":{"tf":1.0},"87":{"tf":1.0}},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":6,"docs":{"113":{"tf":1.0},"24":{"tf":1.0},"290":{"tf":1.0},"38":{"tf":1.0},"79":{"tf":1.0},"81":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"2":{"0":{")":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"106":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"0":{")":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"109":{"tf":1.0},"289":{"tf":1.0},"83":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"105":{"tf":1.0},"59":{"tf":1.0}}}}}}}}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"296":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"’":{"df":0,"docs":{},"r":{"df":1,"docs":{"63":{"tf":1.0}}}}}}}}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":33,"docs":{"10":{"tf":1.0},"100":{"tf":1.0},"11":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.0},"127":{"tf":1.4142135623730951},"136":{"tf":1.0},"167":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"20":{"tf":1.7320508075688772},"206":{"tf":1.0},"241":{"tf":1.0},"243":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":1.0},"271":{"tf":1.0},"279":{"tf":1.0},"314":{"tf":1.0},"317":{"tf":1.0},"318":{"tf":1.0},"33":{"tf":1.0},"334":{"tf":1.0},"39":{"tf":1.4142135623730951},"40":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0},"62":{"tf":1.7320508075688772},"63":{"tf":1.0},"7":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}}}}},"t":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"334":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"278":{"tf":1.7320508075688772}}}},"c":{"df":0,"docs":{},"k":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":71,"docs":{"116":{"tf":1.0},"117":{"tf":1.0},"119":{"tf":1.0},"121":{"tf":1.0},"129":{"tf":1.0},"131":{"tf":1.0},"135":{"tf":1.4142135623730951},"14":{"tf":1.4142135623730951},"149":{"tf":1.0},"150":{"tf":1.0},"157":{"tf":1.4142135623730951},"158":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951},"174":{"tf":1.0},"18":{"tf":1.0},"186":{"tf":1.0},"195":{"tf":1.4142135623730951},"198":{"tf":1.0},"204":{"tf":1.4142135623730951},"215":{"tf":1.7320508075688772},"216":{"tf":1.0},"218":{"tf":1.4142135623730951},"224":{"tf":1.4142135623730951},"225":{"tf":1.4142135623730951},"226":{"tf":1.4142135623730951},"227":{"tf":1.4142135623730951},"228":{"tf":2.23606797749979},"24":{"tf":1.0},"244":{"tf":1.0},"246":{"tf":1.0},"248":{"tf":1.0},"25":{"tf":1.4142135623730951},"256":{"tf":1.7320508075688772},"264":{"tf":1.0},"273":{"tf":1.0},"276":{"tf":1.0},"278":{"tf":1.0},"283":{"tf":1.0},"285":{"tf":1.7320508075688772},"286":{"tf":1.0},"287":{"tf":1.7320508075688772},"289":{"tf":1.0},"290":{"tf":1.0},"292":{"tf":1.4142135623730951},"293":{"tf":1.4142135623730951},"298":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"314":{"tf":1.0},"32":{"tf":1.7320508075688772},"321":{"tf":1.0},"323":{"tf":1.4142135623730951},"337":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"38":{"tf":1.0},"43":{"tf":1.4142135623730951},"46":{"tf":1.7320508075688772},"47":{"tf":2.0},"51":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.7320508075688772},"55":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"62":{"tf":1.4142135623730951},"84":{"tf":1.0},"87":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"223":{"tf":1.0},"297":{"tf":1.7320508075688772}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"208":{"tf":1.7320508075688772},"304":{"tf":1.0},"51":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"c":{"df":4,"docs":{"10":{"tf":1.0},"117":{"tf":1.0},"20":{"tf":1.0},"236":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":1,"docs":{"39":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":12,"docs":{"105":{"tf":1.0},"107":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"15":{"tf":1.0},"187":{"tf":1.4142135623730951},"205":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"31":{"tf":1.0}},"n":{"df":3,"docs":{"136":{"tf":1.0},"18":{"tf":1.0},"48":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"123":{"tf":1.0},"203":{"tf":1.0},"58":{"tf":1.0},"82":{"tf":1.0}}}}}},"i":{"/":{"c":{"d":{"df":1,"docs":{"332":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":29,"docs":{"111":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"133":{"tf":1.0},"161":{"tf":1.7320508075688772},"162":{"tf":1.4142135623730951},"163":{"tf":1.0},"164":{"tf":1.4142135623730951},"179":{"tf":1.4142135623730951},"180":{"tf":1.4142135623730951},"187":{"tf":1.0},"212":{"tf":1.0},"23":{"tf":1.4142135623730951},"235":{"tf":1.7320508075688772},"236":{"tf":1.0},"237":{"tf":1.0},"245":{"tf":1.0},"295":{"tf":2.0},"301":{"tf":1.0},"302":{"tf":1.0},"321":{"tf":2.0},"332":{"tf":1.7320508075688772},"340":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"210":{"tf":2.0}},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"210":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"43":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"184":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":11,"docs":{"144":{"tf":1.0},"15":{"tf":1.0},"168":{"tf":1.0},"18":{"tf":1.0},"249":{"tf":1.0},"253":{"tf":1.0},"266":{"tf":1.0},"268":{"tf":1.0},"337":{"tf":1.0},"339":{"tf":1.0},"54":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":19,"docs":{"144":{"tf":1.7320508075688772},"170":{"tf":1.0},"176":{"tf":1.0},"182":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"249":{"tf":1.0},"251":{"tf":1.0},"268":{"tf":1.0},"28":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"339":{"tf":1.0},"36":{"tf":2.23606797749979},"37":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.0},"54":{"tf":1.0},"8":{"tf":1.0}},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"64":{"tf":1.0}}}}}}}},"r":{"df":15,"docs":{"100":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.0},"131":{"tf":1.0},"135":{"tf":1.0},"19":{"tf":1.0},"251":{"tf":1.0},"259":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":1.0},"47":{"tf":1.4142135623730951},"48":{"tf":1.0},"6":{"tf":1.0},"81":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"278":{"tf":1.0},"47":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"256":{"tf":1.0},"262":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"|":{"df":2,"docs":{"273":{"tf":1.0},"274":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":2,"docs":{"256":{"tf":1.0},"262":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":11,"docs":{"15":{"tf":1.0},"197":{"tf":1.0},"247":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"262":{"tf":1.0},"273":{"tf":1.4142135623730951},"274":{"tf":1.4142135623730951},"276":{"tf":1.0},"337":{"tf":1.0},"64":{"tf":1.0}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"23":{"tf":1.7320508075688772},"301":{"tf":1.7320508075688772},"337":{"tf":1.0},"34":{"tf":1.0},"46":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"113":{"tf":1.0},"240":{"tf":1.0}}}},"u":{"d":{"df":1,"docs":{"318":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"197":{"tf":1.0}}}}},"df":27,"docs":{"116":{"tf":1.4142135623730951},"117":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.7320508075688772},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"181":{"tf":1.0},"185":{"tf":1.4142135623730951},"186":{"tf":1.4142135623730951},"187":{"tf":1.0},"201":{"tf":1.0},"204":{"tf":1.0},"209":{"tf":1.4142135623730951},"234":{"tf":1.4142135623730951},"240":{"tf":1.0},"244":{"tf":1.4142135623730951},"293":{"tf":2.23606797749979},"33":{"tf":1.0},"337":{"tf":1.0},"339":{"tf":1.4142135623730951},"44":{"tf":1.7320508075688772},"54":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0}}}}}}}},"o":{"d":{"df":0,"docs":{},"e":{"b":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{}},"df":17,"docs":{"112":{"tf":1.4142135623730951},"167":{"tf":1.0},"20":{"tf":1.0},"245":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":1.0},"259":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"335":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.7320508075688772},"44":{"tf":1.7320508075688772},"45":{"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":16,"docs":{"10":{"tf":1.0},"100":{"tf":1.0},"118":{"tf":1.0},"132":{"tf":1.0},"136":{"tf":1.0},"151":{"tf":1.4142135623730951},"163":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"238":{"tf":1.0},"256":{"tf":1.0},"264":{"tf":1.0},"298":{"tf":1.0},"332":{"tf":1.0},"34":{"tf":1.0},"62":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":14,"docs":{"10":{"tf":1.0},"109":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"125":{"tf":1.0},"14":{"tf":1.0},"196":{"tf":1.0},"200":{"tf":1.0},"205":{"tf":1.0},"246":{"tf":1.0},"309":{"tf":1.7320508075688772},"337":{"tf":1.0},"50":{"tf":1.0},"57":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":4,"docs":{"120":{"tf":1.0},"14":{"tf":1.0},"140":{"tf":1.0},"15":{"tf":1.0}}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"112":{"tf":1.0},"61":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":11,"docs":{"10":{"tf":1.0},"110":{"tf":1.0},"118":{"tf":1.0},"127":{"tf":1.0},"229":{"tf":1.4142135623730951},"253":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0},"323":{"tf":1.0},"340":{"tf":1.4142135623730951},"52":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"65":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"209":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":7,"docs":{"116":{"tf":1.0},"117":{"tf":1.0},"132":{"tf":1.0},"14":{"tf":1.0},"261":{"tf":1.0},"264":{"tf":1.0},"44":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"264":{"tf":1.0}}}}}}},"t":{"df":2,"docs":{"246":{"tf":1.0},"30":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":27,"docs":{"118":{"tf":1.0},"127":{"tf":1.0},"14":{"tf":1.7320508075688772},"142":{"tf":1.0},"158":{"tf":1.0},"165":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"248":{"tf":1.0},"252":{"tf":1.0},"255":{"tf":1.0},"271":{"tf":1.0},"30":{"tf":1.0},"317":{"tf":1.0},"324":{"tf":1.0},"335":{"tf":1.0},"337":{"tf":1.0},"37":{"tf":1.0},"45":{"tf":1.0},"54":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"84":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}}},"x":{"df":9,"docs":{"119":{"tf":1.0},"180":{"tf":1.0},"186":{"tf":1.0},"243":{"tf":1.0},"42":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"61":{"tf":1.0},"62":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"1":{"tf":1.0},"271":{"tf":1.0},"303":{"tf":1.4142135623730951},"5":{"tf":1.0}}},"s":{"df":30,"docs":{"116":{"tf":1.4142135623730951},"117":{"tf":1.0},"126":{"tf":1.0},"152":{"tf":2.0},"153":{"tf":1.4142135623730951},"159":{"tf":1.4142135623730951},"161":{"tf":1.0},"175":{"tf":1.4142135623730951},"178":{"tf":1.7320508075688772},"179":{"tf":1.0},"18":{"tf":1.0},"180":{"tf":1.0},"188":{"tf":1.0},"19":{"tf":1.0},"193":{"tf":1.0},"202":{"tf":1.0},"209":{"tf":1.0},"220":{"tf":1.0},"227":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.0},"276":{"tf":1.0},"283":{"tf":1.0},"287":{"tf":1.4142135623730951},"292":{"tf":1.4142135623730951},"32":{"tf":1.0},"339":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":3,"docs":{"152":{"tf":1.4142135623730951},"176":{"tf":1.0},"31":{"tf":1.0}}}}}},"[":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"187":{"tf":1.0}}}}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"=":{"/":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"/":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"178":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":20,"docs":{"119":{"tf":1.0},"124":{"tf":1.0},"140":{"tf":1.0},"15":{"tf":1.0},"152":{"tf":1.0},"175":{"tf":1.4142135623730951},"179":{"tf":1.4142135623730951},"187":{"tf":1.0},"209":{"tf":1.0},"220":{"tf":1.0},"233":{"tf":1.0},"236":{"tf":1.7320508075688772},"282":{"tf":1.0},"295":{"tf":1.4142135623730951},"31":{"tf":1.0},"321":{"tf":1.0},"332":{"tf":1.0},"339":{"tf":1.0},"36":{"tf":1.0},"60":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"8":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"283":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{")":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"(":{"&":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":10,"docs":{"126":{"tf":1.0},"15":{"tf":1.0},"161":{"tf":1.0},"165":{"tf":1.0},"177":{"tf":1.0},"189":{"tf":1.0},"236":{"tf":1.0},"295":{"tf":1.0},"302":{"tf":1.0},"42":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"124":{"tf":1.0},"178":{"tf":1.4142135623730951},"38":{"tf":1.0}}}}}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"187":{"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":{},"t":{"df":1,"docs":{"3":{"tf":1.4142135623730951}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":9,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"244":{"tf":2.0},"32":{"tf":1.0},"337":{"tf":1.4142135623730951},"53":{"tf":1.0},"61":{"tf":1.0}},"u":{"df":14,"docs":{"243":{"tf":1.0},"28":{"tf":1.0},"29":{"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},"7":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"n":{"df":9,"docs":{"113":{"tf":1.0},"117":{"tf":1.0},"146":{"tf":1.4142135623730951},"185":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"43":{"tf":1.0},"51":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"309":{"tf":1.0}}}}}}}}}}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"278":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"279":{"tf":1.0},"337":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":8,"docs":{"109":{"tf":1.0},"122":{"tf":1.0},"247":{"tf":1.0},"249":{"tf":1.0},"295":{"tf":1.0},"33":{"tf":1.0},"57":{"tf":1.4142135623730951},"83":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":10,"docs":{"17":{"tf":1.0},"244":{"tf":1.0},"248":{"tf":1.0},"254":{"tf":1.0},"268":{"tf":1.0},"274":{"tf":1.0},"337":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"84":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"198":{"tf":1.0}}}}}}}},"df":3,"docs":{"174":{"tf":1.7320508075688772},"180":{"tf":1.7320508075688772},"186":{"tf":1.7320508075688772}},"f":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"243":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"307":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"26":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":15,"docs":{"13":{"tf":1.0},"133":{"tf":1.4142135623730951},"170":{"tf":1.0},"176":{"tf":1.0},"218":{"tf":1.0},"245":{"tf":1.0},"268":{"tf":1.0},"276":{"tf":1.4142135623730951},"298":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.7320508075688772},"332":{"tf":1.0},"339":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.4142135623730951}},"m":{"a":{"df":0,"docs":{},"p":{"df":5,"docs":{"182":{"tf":1.0},"209":{"tf":1.0},"293":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"r":{"df":49,"docs":{"103":{"tf":1.0},"111":{"tf":1.4142135623730951},"117":{"tf":1.0},"121":{"tf":1.0},"125":{"tf":1.7320508075688772},"127":{"tf":1.4142135623730951},"16":{"tf":1.4142135623730951},"172":{"tf":1.4142135623730951},"176":{"tf":1.0},"178":{"tf":1.4142135623730951},"18":{"tf":1.0},"182":{"tf":1.4142135623730951},"184":{"tf":1.4142135623730951},"209":{"tf":1.0},"211":{"tf":1.4142135623730951},"214":{"tf":1.4142135623730951},"23":{"tf":1.0},"234":{"tf":1.0},"238":{"tf":1.0},"241":{"tf":1.4142135623730951},"247":{"tf":1.0},"249":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"269":{"tf":1.4142135623730951},"276":{"tf":1.4142135623730951},"278":{"tf":1.0},"285":{"tf":1.0},"33":{"tf":1.4142135623730951},"337":{"tf":1.4142135623730951},"338":{"tf":1.0},"339":{"tf":1.0},"41":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.7320508075688772},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"67":{"tf":1.4142135623730951},"68":{"tf":1.0},"73":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951},"79":{"tf":1.4142135623730951},"80":{"tf":1.0},"86":{"tf":1.0},"9":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"df":5,"docs":{"116":{"tf":1.0},"130":{"tf":1.0},"132":{"tf":1.0},"274":{"tf":1.4142135623730951},"337":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":8,"docs":{"146":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"214":{"tf":1.0},"231":{"tf":1.0},"251":{"tf":1.0},"282":{"tf":1.4142135623730951},"313":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"249":{"tf":1.0},"47":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"108":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":28,"docs":{"11":{"tf":1.0},"125":{"tf":1.4142135623730951},"141":{"tf":1.0},"142":{"tf":1.0},"157":{"tf":1.0},"18":{"tf":1.0},"209":{"tf":1.0},"216":{"tf":1.0},"218":{"tf":1.4142135623730951},"225":{"tf":1.0},"226":{"tf":1.0},"233":{"tf":1.0},"245":{"tf":1.0},"249":{"tf":1.0},"262":{"tf":1.0},"283":{"tf":1.4142135623730951},"285":{"tf":1.7320508075688772},"287":{"tf":1.4142135623730951},"292":{"tf":1.0},"32":{"tf":1.4142135623730951},"337":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.4142135623730951},"5":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.7320508075688772},"68":{"tf":1.0},"74":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":45,"docs":{"107":{"tf":1.0},"113":{"tf":1.0},"119":{"tf":1.7320508075688772},"123":{"tf":1.4142135623730951},"142":{"tf":1.0},"143":{"tf":1.4142135623730951},"149":{"tf":1.0},"156":{"tf":1.0},"195":{"tf":1.0},"2":{"tf":1.7320508075688772},"216":{"tf":1.0},"218":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.0},"23":{"tf":1.0},"256":{"tf":1.0},"285":{"tf":2.23606797749979},"286":{"tf":1.0},"290":{"tf":1.0},"301":{"tf":1.4142135623730951},"303":{"tf":1.0},"306":{"tf":1.0},"308":{"tf":1.0},"310":{"tf":1.0},"32":{"tf":1.0},"337":{"tf":2.449489742783178},"338":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.4142135623730951},"53":{"tf":1.0},"54":{"tf":2.449489742783178},"55":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.0},"62":{"tf":1.0},"76":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.7320508075688772},"85":{"tf":1.7320508075688772},"87":{"tf":1.0},"9":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"123":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"145":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"i":{"d":{"df":3,"docs":{"203":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"289":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"200":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":10,"docs":{"110":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"189":{"tf":1.0},"268":{"tf":1.0},"277":{"tf":1.0},"278":{"tf":1.0},"295":{"tf":1.0},"321":{"tf":1.0},"97":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"116":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"212":{"tf":1.0},"237":{"tf":1.0}},"t":{"df":8,"docs":{"160":{"tf":1.4142135623730951},"228":{"tf":1.4142135623730951},"303":{"tf":1.0},"337":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"30":{"tf":1.0},"339":{"tf":1.7320508075688772},"54":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"df":3,"docs":{"132":{"tf":1.0},"276":{"tf":1.0},"51":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":21,"docs":{"148":{"tf":1.0},"15":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.4142135623730951},"179":{"tf":1.7320508075688772},"18":{"tf":1.0},"180":{"tf":1.7320508075688772},"184":{"tf":1.0},"209":{"tf":1.0},"283":{"tf":1.0},"31":{"tf":1.7320508075688772},"315":{"tf":1.0},"32":{"tf":1.0},"327":{"tf":1.0},"337":{"tf":1.4142135623730951},"339":{"tf":1.7320508075688772},"36":{"tf":1.0},"38":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"60":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"140":{"tf":1.0}}},"df":0,"docs":{}}}},"df":1,"docs":{"6":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":58,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"146":{"tf":1.0},"173":{"tf":1.0},"278":{"tf":1.4142135623730951},"296":{"tf":1.0},"313":{"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},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":7,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.0},"337":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":6,"docs":{"20":{"tf":1.0},"337":{"tf":1.0},"340":{"tf":1.0},"45":{"tf":1.0},"49":{"tf":1.0},"82":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"203":{"tf":1.0},"42":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"270":{"tf":1.4142135623730951},"319":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"242":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"0":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"198":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":28,"docs":{"129":{"tf":1.0},"135":{"tf":1.0},"168":{"tf":1.0},"188":{"tf":1.0},"190":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"197":{"tf":1.7320508075688772},"198":{"tf":2.23606797749979},"199":{"tf":1.4142135623730951},"200":{"tf":2.23606797749979},"201":{"tf":1.0},"202":{"tf":2.0},"246":{"tf":1.4142135623730951},"247":{"tf":1.4142135623730951},"249":{"tf":1.0},"266":{"tf":1.0},"290":{"tf":2.23606797749979},"30":{"tf":1.4142135623730951},"33":{"tf":1.0},"337":{"tf":2.0},"338":{"tf":1.0},"339":{"tf":1.7320508075688772},"58":{"tf":1.0},"77":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.7320508075688772}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":2,"docs":{"43":{"tf":1.4142135623730951},"48":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":4,"docs":{"195":{"tf":1.4142135623730951},"200":{"tf":1.0},"203":{"tf":1.4142135623730951},"204":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":5,"docs":{"193":{"tf":1.0},"194":{"tf":1.0},"246":{"tf":1.0},"249":{"tf":1.0},"87":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":8,"docs":{"107":{"tf":1.0},"122":{"tf":1.0},"249":{"tf":1.4142135623730951},"276":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.0},"64":{"tf":1.0},"8":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"118":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":71,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"12":{"tf":1.4142135623730951},"134":{"tf":1.0},"154":{"tf":2.0},"168":{"tf":1.0},"2":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":1.0},"270":{"tf":1.0},"276":{"tf":1.4142135623730951},"278":{"tf":1.4142135623730951},"302":{"tf":1.0},"326":{"tf":1.7320508075688772},"337":{"tf":1.7320508075688772},"41":{"tf":2.23606797749979},"42":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0},"52":{"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},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"218":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"17":{"tf":1.0},"21":{"tf":1.0},"5":{"tf":1.0},"65":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"248":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"185":{"tf":1.0},"186":{"tf":1.0},"338":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"287":{"tf":1.0}}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"t":{"df":21,"docs":{"107":{"tf":1.7320508075688772},"108":{"tf":1.0},"119":{"tf":1.0},"123":{"tf":1.0},"245":{"tf":1.0},"259":{"tf":1.0},"262":{"tf":1.4142135623730951},"278":{"tf":1.0},"283":{"tf":1.0},"290":{"tf":1.0},"298":{"tf":1.0},"312":{"tf":1.0},"323":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"328":{"tf":1.0},"337":{"tf":1.0},"34":{"tf":1.0},"46":{"tf":1.0},"56":{"tf":1.0},"67":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"41":{"tf":1.7320508075688772},"5":{"tf":1.0},"51":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"116":{"tf":1.0}}}},"df":10,"docs":{"115":{"tf":1.0},"127":{"tf":1.0},"136":{"tf":1.0},"166":{"tf":1.0},"191":{"tf":1.0},"206":{"tf":1.0},"253":{"tf":1.0},"33":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"326":{"tf":1.4142135623730951}}}}}}}}},"df":7,"docs":{"184":{"tf":1.4142135623730951},"209":{"tf":1.0},"228":{"tf":1.0},"286":{"tf":1.0},"292":{"tf":1.0},"321":{"tf":1.0},"326":{"tf":1.7320508075688772}}}},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"132":{"tf":1.0}}}},"s":{"df":0,"docs":{},"h":{"df":9,"docs":{"142":{"tf":1.0},"154":{"tf":1.0},"160":{"tf":1.0},"226":{"tf":1.0},"228":{"tf":1.0},"259":{"tf":1.0},"287":{"tf":1.0},"297":{"tf":1.0},"303":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":5,"docs":{"242":{"tf":1.0},"270":{"tf":1.0},"276":{"tf":2.0},"41":{"tf":2.23606797749979},"51":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":12,"docs":{"114":{"tf":1.0},"170":{"tf":1.0},"182":{"tf":1.4142135623730951},"209":{"tf":1.0},"234":{"tf":1.0},"24":{"tf":1.0},"270":{"tf":1.0},"293":{"tf":2.0},"31":{"tf":1.4142135623730951},"48":{"tf":1.0},"54":{"tf":1.0},"63":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"140":{"tf":1.0}}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":7,"docs":{"104":{"tf":1.0},"18":{"tf":1.0},"250":{"tf":1.0},"324":{"tf":1.0},"337":{"tf":1.0},"339":{"tf":1.0},"43":{"tf":1.0}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"259":{"tf":1.0}}}}}}},"i":{"c":{"df":1,"docs":{"173":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"244":{"tf":1.0}}}}},"u":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"245":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0}},"—":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"103":{"tf":1.0},"30":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"a":{"df":3,"docs":{"2":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"256":{"tf":1.0},"262":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"259":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"198":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":9,"docs":{"198":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"261":{"tf":1.4142135623730951},"262":{"tf":1.0},"273":{"tf":1.4142135623730951},"274":{"tf":1.4142135623730951},"317":{"tf":1.0},"64":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":2,"docs":{"153":{"tf":1.0},"287":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"199":{"tf":1.7320508075688772},"77":{"tf":1.0},"79":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"(":{"4":{"2":{"df":1,"docs":{"114":{"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":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"125":{"tf":1.0}}}}}}}}}},"df":30,"docs":{"10":{"tf":1.0},"102":{"tf":1.0},"104":{"tf":1.0},"114":{"tf":1.7320508075688772},"125":{"tf":1.4142135623730951},"13":{"tf":1.0},"132":{"tf":1.4142135623730951},"133":{"tf":1.4142135623730951},"165":{"tf":1.4142135623730951},"166":{"tf":1.0},"178":{"tf":1.4142135623730951},"190":{"tf":1.4142135623730951},"245":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.4142135623730951},"254":{"tf":1.7320508075688772},"257":{"tf":1.7320508075688772},"260":{"tf":1.4142135623730951},"263":{"tf":1.4142135623730951},"265":{"tf":1.7320508075688772},"271":{"tf":1.4142135623730951},"272":{"tf":1.0},"290":{"tf":1.0},"317":{"tf":1.4142135623730951},"318":{"tf":1.7320508075688772},"41":{"tf":1.4142135623730951},"44":{"tf":1.0},"56":{"tf":1.0},"98":{"tf":1.7320508075688772},"99":{"tf":1.0}}}}}}},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"179":{"tf":1.0}}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"f":{"df":1,"docs":{"298":{"tf":1.0}}}}},"d":{"[":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"29":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"12":{"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":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"121":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":7,"docs":{"103":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"124":{"tf":1.0},"57":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0}},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"2":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"309":{"tf":1.0},"95":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"(":{"5":{"1":{"2":{"_":{"0":{"0":{"0":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"83":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{")":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"(":{"2":{"5":{"6":{"_":{"0":{"0":{"0":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"109":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"73":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"113":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"(":{"1":{"_":{"0":{"0":{"0":{"_":{"0":{"0":{"0":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"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":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"4":{"_":{"0":{"0":{"0":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"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":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":44,"docs":{"103":{"tf":1.0},"117":{"tf":1.0},"121":{"tf":2.449489742783178},"122":{"tf":2.0},"123":{"tf":1.0},"125":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"134":{"tf":1.0},"135":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"2":{"tf":1.0},"204":{"tf":1.0},"210":{"tf":1.0},"245":{"tf":1.4142135623730951},"247":{"tf":1.0},"248":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":1.0},"303":{"tf":1.0},"310":{"tf":1.0},"33":{"tf":1.0},"337":{"tf":2.449489742783178},"338":{"tf":3.0},"34":{"tf":1.0},"340":{"tf":1.0},"4":{"tf":2.23606797749979},"43":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.7320508075688772},"57":{"tf":1.7320508075688772},"61":{"tf":1.0},"64":{"tf":1.0},"71":{"tf":2.23606797749979},"73":{"tf":1.7320508075688772},"74":{"tf":1.7320508075688772},"75":{"tf":1.4142135623730951},"76":{"tf":2.23606797749979},"94":{"tf":2.0},"95":{"tf":1.4142135623730951},"96":{"tf":1.0},"97":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"180":{"tf":1.0},"209":{"tf":1.0},"233":{"tf":1.7320508075688772},"292":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"75":{"tf":1.0}}}}},"t":{"a":{"df":26,"docs":{"1":{"tf":1.0},"116":{"tf":1.0},"152":{"tf":1.0},"170":{"tf":1.0},"2":{"tf":1.4142135623730951},"209":{"tf":1.0},"220":{"tf":1.4142135623730951},"276":{"tf":1.0},"278":{"tf":1.4142135623730951},"3":{"tf":1.0},"31":{"tf":1.0},"337":{"tf":1.4142135623730951},"338":{"tf":2.8284271247461903},"339":{"tf":1.0},"34":{"tf":1.0},"340":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":2.449489742783178},"51":{"tf":1.0},"59":{"tf":1.0},"71":{"tf":1.0},"74":{"tf":1.0},"8":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"12":{"tf":1.0},"29":{"tf":1.0}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":27,"docs":{"10":{"tf":1.0},"106":{"tf":1.0},"113":{"tf":1.0},"136":{"tf":1.0},"155":{"tf":1.4142135623730951},"166":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"186":{"tf":1.0},"19":{"tf":1.0},"206":{"tf":1.0},"213":{"tf":1.0},"218":{"tf":1.4142135623730951},"238":{"tf":1.0},"24":{"tf":1.0},"243":{"tf":1.0},"259":{"tf":1.0},"28":{"tf":1.0},"297":{"tf":1.4142135623730951},"309":{"tf":1.0},"314":{"tf":1.4142135623730951},"38":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}},"g":{"df":3,"docs":{"27":{"tf":1.0},"277":{"tf":1.0},"48":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"259":{"tf":1.0},"260":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":7,"docs":{"187":{"tf":1.0},"20":{"tf":1.0},"40":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"r":{"df":11,"docs":{"102":{"tf":1.0},"13":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.7320508075688772},"245":{"tf":1.4142135623730951},"247":{"tf":1.0},"27":{"tf":1.0},"337":{"tf":1.0},"339":{"tf":1.0},"44":{"tf":2.6457513110645907}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"121":{"tf":1.0},"123":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"117":{"tf":1.0},"184":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"67":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":4,"docs":{"10":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"62":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"20":{"tf":1.0}}},"r":{"df":2,"docs":{"243":{"tf":1.0},"275":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":22,"docs":{"104":{"tf":1.0},"105":{"tf":1.0},"126":{"tf":1.0},"13":{"tf":1.4142135623730951},"146":{"tf":1.0},"172":{"tf":1.7320508075688772},"178":{"tf":1.4142135623730951},"214":{"tf":1.0},"217":{"tf":1.0},"221":{"tf":1.0},"24":{"tf":1.0},"247":{"tf":1.0},"273":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":2.0},"67":{"tf":1.7320508075688772},"69":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"79":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":8,"docs":{"102":{"tf":1.0},"113":{"tf":1.0},"248":{"tf":1.0},"253":{"tf":1.0},"278":{"tf":1.0},"324":{"tf":1.0},"336":{"tf":1.0},"41":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"278":{"tf":1.0},"339":{"tf":1.0}}}}}}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"200":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"y":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"203":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":3,"docs":{"129":{"tf":1.7320508075688772},"193":{"tf":1.0},"194":{"tf":1.4142135623730951}},"s":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"196":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"170":{"tf":1.0},"172":{"tf":1.0},"182":{"tf":1.0},"36":{"tf":1.4142135623730951}}}},"i":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"107":{"tf":1.0},"116":{"tf":1.0},"135":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"a":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":10,"docs":{"118":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"276":{"tf":1.0},"52":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":7,"docs":{"174":{"tf":1.4142135623730951},"270":{"tf":1.0},"306":{"tf":1.0},"31":{"tf":1.0},"326":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"(":{"&":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"124":{"tf":1.0},"178":{"tf":1.4142135623730951},"183":{"tf":1.0},"184":{"tf":2.0},"240":{"tf":1.0},"38":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":5,"docs":{"168":{"tf":1.0},"190":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"42":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":62,"docs":{"10":{"tf":1.0},"126":{"tf":1.0},"128":{"tf":1.0},"133":{"tf":2.449489742783178},"140":{"tf":1.7320508075688772},"15":{"tf":1.7320508075688772},"150":{"tf":1.0},"167":{"tf":1.4142135623730951},"168":{"tf":1.4142135623730951},"175":{"tf":1.0},"179":{"tf":1.0},"18":{"tf":1.4142135623730951},"180":{"tf":1.0},"181":{"tf":1.4142135623730951},"182":{"tf":1.0},"185":{"tf":1.0},"189":{"tf":1.0},"19":{"tf":1.0},"190":{"tf":1.7320508075688772},"194":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"22":{"tf":1.0},"225":{"tf":1.0},"244":{"tf":1.4142135623730951},"245":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.4142135623730951},"251":{"tf":1.0},"253":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.7320508075688772},"267":{"tf":2.0},"268":{"tf":1.4142135623730951},"276":{"tf":1.0},"28":{"tf":1.0},"280":{"tf":1.4142135623730951},"297":{"tf":1.0},"30":{"tf":1.0},"302":{"tf":1.0},"31":{"tf":2.0},"318":{"tf":1.4142135623730951},"32":{"tf":1.0},"331":{"tf":1.4142135623730951},"337":{"tf":2.0},"339":{"tf":1.7320508075688772},"38":{"tf":1.7320508075688772},"41":{"tf":1.7320508075688772},"42":{"tf":2.0},"44":{"tf":1.4142135623730951},"45":{"tf":1.0},"47":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"54":{"tf":1.4142135623730951},"60":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"(":{"&":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"331":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"266":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"150":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"42":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"244":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"273":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":9,"docs":{"13":{"tf":1.4142135623730951},"22":{"tf":1.0},"244":{"tf":1.0},"261":{"tf":1.0},"283":{"tf":1.0},"293":{"tf":1.0},"298":{"tf":1.0},"52":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"245":{"tf":1.7320508075688772},"337":{"tf":1.0},"44":{"tf":1.0},"51":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"197":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":23,"docs":{"10":{"tf":1.4142135623730951},"100":{"tf":1.0},"131":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"243":{"tf":1.0},"248":{"tf":1.0},"252":{"tf":1.4142135623730951},"302":{"tf":1.0},"305":{"tf":1.4142135623730951},"332":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":2.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.7320508075688772},"49":{"tf":1.4142135623730951},"84":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"292":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"195":{"tf":1.0},"31":{"tf":1.0},"93":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":27,"docs":{"114":{"tf":1.0},"127":{"tf":1.0},"149":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"17":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"213":{"tf":1.0},"241":{"tf":1.0},"244":{"tf":1.0},"248":{"tf":1.0},"251":{"tf":1.0},"264":{"tf":1.0},"29":{"tf":1.0},"314":{"tf":1.0},"318":{"tf":1.0},"323":{"tf":1.0},"324":{"tf":1.0},"33":{"tf":1.0},"334":{"tf":1.0},"335":{"tf":1.4142135623730951},"35":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"54":{"tf":1.0},"98":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"143":{"tf":1.0},"156":{"tf":1.0},"256":{"tf":1.0},"337":{"tf":1.0},"34":{"tf":1.0},"59":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"102":{"tf":1.0},"112":{"tf":1.0},"24":{"tf":1.7320508075688772},"27":{"tf":1.0},"296":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"106":{"tf":1.4142135623730951},"117":{"tf":1.0},"24":{"tf":1.4142135623730951},"296":{"tf":1.0}},"i":{"c":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"296":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":50,"docs":{"10":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"119":{"tf":1.0},"166":{"tf":1.0},"173":{"tf":1.0},"179":{"tf":1.0},"187":{"tf":1.0},"242":{"tf":1.7320508075688772},"243":{"tf":1.4142135623730951},"244":{"tf":1.4142135623730951},"245":{"tf":1.4142135623730951},"246":{"tf":1.4142135623730951},"247":{"tf":1.4142135623730951},"248":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"250":{"tf":1.4142135623730951},"251":{"tf":1.7320508075688772},"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},"260":{"tf":1.0},"261":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"271":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.0},"274":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"302":{"tf":1.0},"304":{"tf":1.0},"312":{"tf":1.0},"328":{"tf":1.0},"42":{"tf":1.0},"60":{"tf":1.0},"99":{"tf":1.0}}}}}},"i":{"c":{"df":1,"docs":{"318":{"tf":1.0}}},"df":0,"docs":{}}}},"f":{"df":2,"docs":{"160":{"tf":1.0},"228":{"tf":1.0}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"149":{"tf":1.0},"205":{"tf":1.0},"222":{"tf":1.0},"279":{"tf":1.0}},"i":{"df":10,"docs":{"281":{"tf":1.0},"282":{"tf":1.0},"283":{"tf":1.0},"285":{"tf":1.0},"286":{"tf":1.0},"287":{"tf":1.0},"289":{"tf":1.0},"290":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0}}},"t":{"df":2,"docs":{"279":{"tf":1.0},"323":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":2,"docs":{"264":{"tf":1.0},"55":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"36":{"tf":1.0}}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":31,"docs":{"10":{"tf":1.0},"118":{"tf":1.0},"126":{"tf":1.4142135623730951},"132":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"189":{"tf":1.0},"19":{"tf":1.4142135623730951},"209":{"tf":1.0},"246":{"tf":1.0},"247":{"tf":1.0},"265":{"tf":1.0},"282":{"tf":1.0},"295":{"tf":1.4142135623730951},"301":{"tf":1.0},"302":{"tf":1.4142135623730951},"303":{"tf":1.4142135623730951},"309":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"321":{"tf":1.0},"337":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"43":{"tf":1.7320508075688772},"44":{"tf":1.4142135623730951},"45":{"tf":1.7320508075688772},"50":{"tf":1.0},"62":{"tf":1.0},"84":{"tf":1.0},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}}}}},"g":{"df":2,"docs":{"243":{"tf":1.0},"43":{"tf":1.0}}},"r":{"df":1,"docs":{"208":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"169":{"tf":1.0},"174":{"tf":1.0},"257":{"tf":1.0},"315":{"tf":1.0},"339":{"tf":1.0}}},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"249":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":10,"docs":{"144":{"tf":1.0},"152":{"tf":1.0},"170":{"tf":1.4142135623730951},"172":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"220":{"tf":1.4142135623730951},"281":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"104":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"277":{"tf":1.0}},"i":{"df":2,"docs":{"182":{"tf":1.0},"31":{"tf":1.0}}}}}}}},"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"/":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":1,"docs":{"297":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":5,"docs":{"160":{"tf":1.0},"209":{"tf":1.0},"228":{"tf":1.4142135623730951},"286":{"tf":1.0},"321":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":21,"docs":{"121":{"tf":2.449489742783178},"13":{"tf":1.0},"16":{"tf":1.0},"245":{"tf":1.0},"247":{"tf":1.0},"3":{"tf":1.7320508075688772},"33":{"tf":1.0},"337":{"tf":1.7320508075688772},"338":{"tf":2.23606797749979},"34":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.4142135623730951},"54":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":1.0},"71":{"tf":1.4142135623730951},"73":{"tf":2.0},"74":{"tf":2.0},"76":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":7,"docs":{"193":{"tf":1.0},"289":{"tf":1.0},"308":{"tf":1.0},"337":{"tf":1.0},"77":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"67":{"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":{"161":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"176":{"tf":1.0},"31":{"tf":1.0},"46":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":4,"docs":{"0":{"tf":1.0},"227":{"tf":1.0},"242":{"tf":1.0},"62":{"tf":1.0}},"r":{"df":0,"docs":{},"s":{"df":2,"docs":{"132":{"tf":1.0},"67":{"tf":1.0}}}}}}},"o":{"c":{"df":1,"docs":{"270":{"tf":1.0}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"218":{"tf":1.0},"221":{"tf":1.0},"304":{"tf":1.0},"315":{"tf":1.4142135623730951},"326":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":34,"docs":{"119":{"tf":1.0},"124":{"tf":1.0},"126":{"tf":1.0},"15":{"tf":1.0},"152":{"tf":1.7320508075688772},"153":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.4142135623730951},"175":{"tf":1.0},"176":{"tf":1.4142135623730951},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.7320508075688772},"187":{"tf":1.7320508075688772},"188":{"tf":1.4142135623730951},"209":{"tf":1.7320508075688772},"220":{"tf":1.4142135623730951},"227":{"tf":1.4142135623730951},"228":{"tf":1.4142135623730951},"233":{"tf":2.449489742783178},"245":{"tf":1.0},"276":{"tf":1.0},"283":{"tf":1.7320508075688772},"287":{"tf":1.0},"292":{"tf":3.872983346207417},"31":{"tf":1.0},"312":{"tf":1.0},"323":{"tf":1.0},"337":{"tf":1.0},"339":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"48":{"tf":1.0},"51":{"tf":1.0},"8":{"tf":1.0}},"{":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"187":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"112":{"tf":1.0}}}}}}}}}},"df":6,"docs":{"112":{"tf":1.7320508075688772},"117":{"tf":1.0},"131":{"tf":1.0},"270":{"tf":1.0},"276":{"tf":1.0},"61":{"tf":1.0}}}}}}}},"df":3,"docs":{"10":{"tf":1.0},"259":{"tf":1.0},"30":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"\'":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":13,"docs":{"10":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"245":{"tf":1.0},"249":{"tf":1.0},"26":{"tf":1.0},"267":{"tf":1.0},"290":{"tf":1.0},"308":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.0}}}}},"—":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"n":{"\'":{"df":0,"docs":{},"t":{"df":1,"docs":{"104":{"tf":1.0}}}},"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":36,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"106":{"tf":1.0},"11":{"tf":1.0},"16":{"tf":1.0},"173":{"tf":1.0},"179":{"tf":1.0},"18":{"tf":1.4142135623730951},"185":{"tf":1.4142135623730951},"190":{"tf":1.0},"205":{"tf":1.0},"239":{"tf":1.0},"247":{"tf":1.0},"250":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951},"264":{"tf":1.4142135623730951},"268":{"tf":1.0},"273":{"tf":1.0},"282":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"32":{"tf":1.4142135623730951},"328":{"tf":1.0},"33":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":1.0},"69":{"tf":1.0},"9":{"tf":1.0},"91":{"tf":1.0},"98":{"tf":1.0}}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"131":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"n":{"df":14,"docs":{"107":{"tf":1.0},"123":{"tf":1.4142135623730951},"160":{"tf":1.0},"19":{"tf":1.0},"228":{"tf":1.0},"286":{"tf":1.0},"290":{"tf":1.0},"306":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.0},"82":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"210":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":3,"docs":{"249":{"tf":1.0},"33":{"tf":1.0},"80":{"tf":1.7320508075688772}}}}}}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"67":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"133":{"tf":1.7320508075688772}},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"132":{"tf":2.0}}}},"v":{"df":0,"docs":{},"e":{"df":6,"docs":{"135":{"tf":1.0},"195":{"tf":1.0},"247":{"tf":1.0},"273":{"tf":1.0},"33":{"tf":1.4142135623730951},"337":{"tf":1.0}},"n":{"df":2,"docs":{"105":{"tf":1.0},"59":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"p":{"/":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"131":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"131":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"l":{"df":4,"docs":{"276":{"tf":1.0},"278":{"tf":1.7320508075688772},"51":{"tf":1.0},"52":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":2,"docs":{"212":{"tf":1.0},"37":{"tf":1.0}}},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"154":{"tf":1.7320508075688772}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"110":{"tf":1.0},"132":{"tf":1.0},"43":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":44,"docs":{"101":{"tf":1.0},"105":{"tf":2.449489742783178},"113":{"tf":1.4142135623730951},"117":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"122":{"tf":1.0},"125":{"tf":1.0},"148":{"tf":1.0},"18":{"tf":1.0},"185":{"tf":1.0},"23":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"247":{"tf":1.0},"249":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"259":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"278":{"tf":1.0},"285":{"tf":1.0},"289":{"tf":1.0},"296":{"tf":1.0},"321":{"tf":1.0},"328":{"tf":1.0},"33":{"tf":1.0},"337":{"tf":2.0},"339":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.7320508075688772},"54":{"tf":1.4142135623730951},"55":{"tf":1.0},"59":{"tf":1.7320508075688772},"61":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951},"66":{"tf":1.0},"67":{"tf":1.4142135623730951},"73":{"tf":1.0},"80":{"tf":1.0},"83":{"tf":1.0},"86":{"tf":1.4142135623730951},"89":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"3":{"0":{"df":1,"docs":{"67":{"tf":1.0}}},"df":0,"docs":{}},"6":{"0":{"df":2,"docs":{"120":{"tf":1.0},"73":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"67":{"tf":1.0},"73":{"tf":1.0}}},"df":0,"docs":{}}}},":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"2":{"0":{"df":1,"docs":{"194":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"5":{"df":1,"docs":{"194":{"tf":1.0}}},"df":0,"docs":{}},"7":{"5":{"df":1,"docs":{"194":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":33,"docs":{"105":{"tf":1.0},"119":{"tf":1.0},"14":{"tf":1.0},"150":{"tf":1.0},"153":{"tf":1.0},"16":{"tf":1.4142135623730951},"18":{"tf":1.0},"203":{"tf":1.0},"219":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"226":{"tf":1.0},"240":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.0},"254":{"tf":1.0},"274":{"tf":1.0},"283":{"tf":1.0},"337":{"tf":2.0},"34":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.4142135623730951},"54":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"64":{"tf":1.0},"68":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"97":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"130":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"199":{"tf":1.4142135623730951},"273":{"tf":1.7320508075688772},"274":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":8,"docs":{"130":{"tf":1.0},"135":{"tf":1.0},"193":{"tf":1.0},"200":{"tf":1.0},"273":{"tf":1.0},"36":{"tf":1.0},"52":{"tf":1.0},"89":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"273":{"tf":1.0}}}}}}},"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"29":{"tf":1.0}}}}},"df":0,"docs":{}},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"12":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":35,"docs":{"1":{"tf":1.0},"101":{"tf":1.0},"11":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"12":{"tf":1.0},"152":{"tf":1.0},"167":{"tf":1.0},"170":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"179":{"tf":1.0},"18":{"tf":1.0},"182":{"tf":1.0},"191":{"tf":1.0},"209":{"tf":1.4142135623730951},"214":{"tf":1.0},"218":{"tf":1.0},"221":{"tf":1.0},"241":{"tf":1.0},"244":{"tf":1.4142135623730951},"252":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"313":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"338":{"tf":1.0},"35":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.4142135623730951},"63":{"tf":1.0},"73":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"249":{"tf":1.0},"33":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":7,"docs":{"173":{"tf":1.0},"174":{"tf":1.0},"18":{"tf":1.0},"251":{"tf":1.0},"253":{"tf":1.0},"336":{"tf":1.0},"60":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"335":{"tf":1.0}}}}}}},"df":1,"docs":{"29":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"70":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"200":{"tf":1.0},"43":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"338":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"208":{"tf":1.0}}}}}}}}},"m":{"b":{"df":1,"docs":{"250":{"tf":1.0}},"e":{"d":{"df":2,"docs":{"318":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{}},"o":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"303":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":18,"docs":{"154":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"232":{"tf":1.0},"237":{"tf":1.4142135623730951},"251":{"tf":1.4142135623730951},"283":{"tf":1.0},"286":{"tf":1.0},"290":{"tf":1.4142135623730951},"295":{"tf":1.0},"297":{"tf":1.0},"314":{"tf":1.0},"321":{"tf":1.0},"323":{"tf":1.0},"327":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"81":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":4,"docs":{"193":{"tf":1.0},"194":{"tf":1.0},"198":{"tf":1.0},"24":{"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":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"226":{"tf":1.0}}}}}}},"d":{"df":8,"docs":{"11":{"tf":1.0},"116":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"17":{"tf":1.0},"271":{"tf":1.4142135623730951},"272":{"tf":1.4142135623730951},"276":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"170":{"tf":1.0},"176":{"tf":1.0},"203":{"tf":1.0},"221":{"tf":2.0},"256":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":9,"docs":{"135":{"tf":1.0},"215":{"tf":1.0},"249":{"tf":1.0},"26":{"tf":1.0},"268":{"tf":1.0},"32":{"tf":1.0},"41":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"249":{"tf":1.0},"51":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":13,"docs":{"209":{"tf":1.0},"232":{"tf":1.0},"246":{"tf":1.0},"26":{"tf":1.4142135623730951},"278":{"tf":1.0},"290":{"tf":1.0},"30":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.4142135623730951},"54":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":2.0},"82":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":17,"docs":{"123":{"tf":1.0},"129":{"tf":1.0},"195":{"tf":1.0},"2":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"230":{"tf":1.0},"235":{"tf":1.0},"246":{"tf":1.0},"268":{"tf":1.0},"283":{"tf":1.0},"30":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.4142135623730951},"339":{"tf":1.4142135623730951},"37":{"tf":1.0},"4":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"103":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"r":{"df":3,"docs":{"337":{"tf":1.0},"4":{"tf":1.0},"84":{"tf":1.0}}}}},"v":{"df":3,"docs":{"163":{"tf":1.0},"237":{"tf":1.0},"295":{"tf":1.0}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":48,"docs":{"10":{"tf":1.0},"111":{"tf":1.7320508075688772},"116":{"tf":1.0},"117":{"tf":1.4142135623730951},"118":{"tf":1.0},"119":{"tf":1.0},"126":{"tf":1.7320508075688772},"14":{"tf":1.0},"15":{"tf":1.0},"150":{"tf":1.0},"161":{"tf":1.0},"173":{"tf":1.0},"179":{"tf":1.4142135623730951},"180":{"tf":1.0},"189":{"tf":1.0},"206":{"tf":1.0},"208":{"tf":1.0},"211":{"tf":1.7320508075688772},"212":{"tf":1.4142135623730951},"217":{"tf":1.0},"221":{"tf":1.0},"23":{"tf":1.0},"241":{"tf":1.0},"251":{"tf":1.0},"27":{"tf":1.4142135623730951},"276":{"tf":1.0},"283":{"tf":1.0},"285":{"tf":1.0},"286":{"tf":1.0},"291":{"tf":1.4142135623730951},"295":{"tf":1.0},"298":{"tf":1.0},"303":{"tf":1.0},"332":{"tf":1.0},"335":{"tf":1.0},"337":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"8":{"tf":1.0},"99":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}}}}},"p":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"245":{"tf":1.0},"301":{"tf":1.0},"337":{"tf":1.0},"54":{"tf":1.0},"59":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"n":{"!":{"(":{"\\"":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"165":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"165":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"258":{"tf":1.0}}}}}}},"r":{"(":{"\\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"273":{"tf":1.0}}}}},"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"!":{"(":{"\\"":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"264":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"262":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":38,"docs":{"103":{"tf":1.0},"105":{"tf":1.0},"113":{"tf":1.0},"139":{"tf":1.0},"142":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.7320508075688772},"156":{"tf":1.0},"158":{"tf":1.4142135623730951},"159":{"tf":1.4142135623730951},"218":{"tf":1.0},"225":{"tf":1.4142135623730951},"226":{"tf":2.23606797749979},"227":{"tf":1.0},"247":{"tf":1.0},"249":{"tf":1.4142135623730951},"255":{"tf":1.0},"259":{"tf":1.7320508075688772},"261":{"tf":1.0},"268":{"tf":1.4142135623730951},"281":{"tf":1.7320508075688772},"282":{"tf":1.4142135623730951},"283":{"tf":1.4142135623730951},"287":{"tf":1.7320508075688772},"290":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"297":{"tf":1.4142135623730951},"30":{"tf":1.0},"322":{"tf":1.4142135623730951},"323":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"54":{"tf":1.0},"81":{"tf":1.0},"97":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"120":{"tf":1.0},"7":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"c":{"df":3,"docs":{"214":{"tf":1.0},"318":{"tf":1.0},"339":{"tf":1.0}}},"df":0,"docs":{}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"274":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"261":{"tf":1.0},"262":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":21,"docs":{"143":{"tf":1.7320508075688772},"168":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"222":{"tf":1.0},"248":{"tf":1.4142135623730951},"249":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"264":{"tf":1.0},"266":{"tf":1.0},"274":{"tf":1.0},"337":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.7320508075688772},"38":{"tf":1.0},"43":{"tf":1.0},"54":{"tf":1.7320508075688772},"59":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":12,"docs":{"10":{"tf":1.0},"113":{"tf":1.0},"144":{"tf":1.0},"163":{"tf":1.0},"222":{"tf":1.0},"268":{"tf":1.0},"301":{"tf":1.0},"339":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0}},"t":{"df":5,"docs":{"307":{"tf":1.0},"337":{"tf":1.0},"46":{"tf":1.0},"59":{"tf":1.0},"79":{"tf":1.4142135623730951}},"u":{"df":1,"docs":{"253":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":10,"docs":{"102":{"tf":1.0},"13":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"286":{"tf":1.0},"3":{"tf":1.0},"41":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.0},"64":{"tf":1.0}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"19":{"tf":1.0},"250":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"242":{"tf":1.0}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"10":{"tf":1.0},"31":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":8,"docs":{"17":{"tf":1.0},"23":{"tf":1.0},"251":{"tf":1.0},"28":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"159":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"l":{"df":45,"docs":{"0":{"tf":1.0},"10":{"tf":1.4142135623730951},"118":{"tf":2.23606797749979},"119":{"tf":1.7320508075688772},"120":{"tf":1.7320508075688772},"121":{"tf":1.7320508075688772},"122":{"tf":1.7320508075688772},"123":{"tf":1.7320508075688772},"124":{"tf":1.7320508075688772},"125":{"tf":1.7320508075688772},"126":{"tf":2.0},"127":{"tf":1.4142135623730951},"128":{"tf":1.7320508075688772},"129":{"tf":1.0},"13":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"163":{"tf":1.4142135623730951},"164":{"tf":1.4142135623730951},"199":{"tf":1.0},"237":{"tf":1.0},"252":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.4142135623730951},"262":{"tf":1.4142135623730951},"267":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"271":{"tf":1.4142135623730951},"272":{"tf":1.7320508075688772},"273":{"tf":1.0},"274":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"317":{"tf":1.0},"332":{"tf":1.0},"337":{"tf":1.4142135623730951},"339":{"tf":1.0},"35":{"tf":1.0},"51":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"93":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":24,"docs":{"10":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.4142135623730951},"142":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"150":{"tf":1.0},"165":{"tf":1.4142135623730951},"168":{"tf":1.4142135623730951},"170":{"tf":1.0},"176":{"tf":1.0},"182":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"226":{"tf":1.0},"249":{"tf":1.4142135623730951},"255":{"tf":1.0},"259":{"tf":1.0},"266":{"tf":1.4142135623730951},"33":{"tf":1.0},"337":{"tf":1.7320508075688772},"42":{"tf":1.0},"45":{"tf":1.4142135623730951},"54":{"tf":1.0},"84":{"tf":1.0}},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":4,"docs":{"255":{"tf":1.0},"256":{"tf":1.0},"317":{"tf":1.0},"64":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":39,"docs":{"1":{"tf":1.0},"102":{"tf":1.0},"107":{"tf":1.0},"120":{"tf":1.7320508075688772},"121":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"139":{"tf":1.0},"140":{"tf":1.0},"142":{"tf":1.0},"158":{"tf":1.0},"170":{"tf":1.0},"182":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"196":{"tf":1.0},"2":{"tf":1.0},"205":{"tf":1.0},"208":{"tf":1.0},"230":{"tf":1.4142135623730951},"245":{"tf":1.0},"246":{"tf":1.0},"278":{"tf":1.4142135623730951},"281":{"tf":1.7320508075688772},"287":{"tf":1.4142135623730951},"3":{"tf":2.23606797749979},"304":{"tf":1.0},"306":{"tf":1.0},"31":{"tf":1.0},"310":{"tf":1.0},"337":{"tf":1.7320508075688772},"338":{"tf":1.4142135623730951},"4":{"tf":1.0},"44":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":2.0},"55":{"tf":1.7320508075688772},"68":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951},"79":{"tf":1.0}},"’":{"df":1,"docs":{"5":{"tf":1.0}}}}}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":13,"docs":{"108":{"tf":1.0},"109":{"tf":1.0},"16":{"tf":1.0},"210":{"tf":1.0},"253":{"tf":1.0},"276":{"tf":1.0},"337":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.0},"71":{"tf":1.0},"73":{"tf":1.0}}}}},"df":0,"docs":{}}},"h":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"160":{"tf":1.0},"228":{"tf":1.0},"268":{"tf":1.0},"286":{"tf":1.0},"297":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"250":{"tf":1.0},"268":{"tf":1.4142135623730951},"281":{"tf":1.0},"298":{"tf":1.0},"334":{"tf":1.0},"337":{"tf":1.0},"48":{"tf":1.0}}}},"t":{"df":1,"docs":{"103":{"tf":1.4142135623730951}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"272":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":33,"docs":{"101":{"tf":1.0},"106":{"tf":1.4142135623730951},"109":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"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},"137":{"tf":1.0},"14":{"tf":1.0},"165":{"tf":1.0},"189":{"tf":1.0},"194":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.4142135623730951},"257":{"tf":1.0},"258":{"tf":1.0},"30":{"tf":1.0},"302":{"tf":1.0},"38":{"tf":1.0},"46":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"86":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"d":{"a":{"_":{"df":0,"docs":{},"l":{"df":6,"docs":{"109":{"tf":1.0},"113":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"57":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":5,"docs":{"113":{"tf":1.0},"289":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0},"93":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"273":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"—":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"243":{"tf":1.0}}}}}}}}}}}},"df":135,"docs":{"10":{"tf":1.0},"101":{"tf":1.0},"104":{"tf":2.449489742783178},"11":{"tf":1.0},"113":{"tf":1.4142135623730951},"116":{"tf":1.4142135623730951},"117":{"tf":1.0},"120":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"131":{"tf":1.7320508075688772},"132":{"tf":1.4142135623730951},"133":{"tf":1.0},"134":{"tf":1.0},"139":{"tf":1.4142135623730951},"14":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":2.0},"148":{"tf":1.0},"149":{"tf":2.0},"156":{"tf":2.0},"166":{"tf":1.0},"168":{"tf":1.0},"17":{"tf":2.449489742783178},"18":{"tf":1.7320508075688772},"19":{"tf":1.4142135623730951},"193":{"tf":1.0},"195":{"tf":1.4142135623730951},"197":{"tf":1.0},"2":{"tf":1.0},"200":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.4142135623730951},"208":{"tf":1.0},"212":{"tf":1.0},"216":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":2.0},"23":{"tf":2.0},"244":{"tf":1.0},"246":{"tf":1.0},"247":{"tf":1.7320508075688772},"248":{"tf":3.0},"249":{"tf":1.7320508075688772},"25":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.4142135623730951},"252":{"tf":1.0},"253":{"tf":1.4142135623730951},"255":{"tf":1.7320508075688772},"259":{"tf":1.4142135623730951},"260":{"tf":1.7320508075688772},"261":{"tf":2.0},"262":{"tf":2.23606797749979},"263":{"tf":1.4142135623730951},"264":{"tf":2.0},"266":{"tf":1.0},"268":{"tf":1.0},"271":{"tf":1.0},"272":{"tf":2.0},"273":{"tf":2.23606797749979},"274":{"tf":2.23606797749979},"275":{"tf":1.4142135623730951},"276":{"tf":1.0},"278":{"tf":1.0},"285":{"tf":1.4142135623730951},"286":{"tf":2.0},"288":{"tf":1.4142135623730951},"289":{"tf":1.0},"29":{"tf":1.4142135623730951},"297":{"tf":1.0},"301":{"tf":1.0},"314":{"tf":1.0},"32":{"tf":1.0},"324":{"tf":2.23606797749979},"33":{"tf":1.0},"335":{"tf":1.0},"337":{"tf":3.3166247903554},"339":{"tf":2.0},"34":{"tf":2.0},"35":{"tf":3.1622776601683795},"37":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":2.0},"43":{"tf":2.6457513110645907},"46":{"tf":1.7320508075688772},"48":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"54":{"tf":2.449489742783178},"55":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"6":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":2.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.4142135623730951},"69":{"tf":2.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":2.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":2.23606797749979},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":2.449489742783178},"85":{"tf":2.23606797749979},"86":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":1.4142135623730951},"89":{"tf":2.23606797749979},"90":{"tf":2.0},"91":{"tf":1.4142135623730951},"92":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":2.0},"95":{"tf":1.4142135623730951},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":2.0},"99":{"tf":1.7320508075688772}},"e":{"d":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"73":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"9":{"tf":1.0}}},"t":{"df":1,"docs":{"0":{"tf":1.0}},"—":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"’":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}}}}}}}},"i":{"df":0,"docs":{},"r":{"df":5,"docs":{"247":{"tf":1.0},"255":{"tf":1.0},"259":{"tf":1.0},"64":{"tf":1.0},"80":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":10,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"167":{"tf":1.0},"196":{"tf":1.0},"20":{"tf":1.0},"243":{"tf":1.0},"252":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":9,"docs":{"105":{"tf":2.0},"106":{"tf":1.0},"117":{"tf":1.0},"26":{"tf":1.0},"278":{"tf":1.0},"44":{"tf":1.4142135623730951},"47":{"tf":1.0},"54":{"tf":1.0},"6":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"106":{"tf":1.0},"113":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"12":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":19,"docs":{"152":{"tf":1.0},"172":{"tf":1.7320508075688772},"178":{"tf":1.0},"208":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.4142135623730951},"214":{"tf":1.0},"217":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.4142135623730951},"281":{"tf":1.0},"282":{"tf":1.0},"283":{"tf":1.4142135623730951},"286":{"tf":1.0},"298":{"tf":1.4142135623730951},"314":{"tf":1.0},"321":{"tf":1.0},"322":{"tf":1.0},"327":{"tf":1.0}}}},"s":{"df":6,"docs":{"153":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.0},"219":{"tf":1.0},"221":{"tf":1.4142135623730951},"268":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"278":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":36,"docs":{"10":{"tf":1.0},"114":{"tf":1.0},"166":{"tf":1.0},"18":{"tf":1.0},"190":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":2.23606797749979},"253":{"tf":1.7320508075688772},"254":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.4142135623730951},"270":{"tf":1.0},"271":{"tf":1.4142135623730951},"316":{"tf":1.4142135623730951},"317":{"tf":1.0},"318":{"tf":1.0},"337":{"tf":1.0},"48":{"tf":1.0},"87":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":10,"docs":{"114":{"tf":1.7320508075688772},"199":{"tf":1.0},"250":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"258":{"tf":1.0},"270":{"tf":2.23606797749979},"319":{"tf":1.0},"41":{"tf":1.0},"52":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"a":{"d":{"d":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"’":{"df":1,"docs":{"270":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"203":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"110":{"tf":1.0},"210":{"tf":1.0},"270":{"tf":1.0}}}},"df":1,"docs":{"106":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"}":{"\\"":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"274":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"f":{"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"25":{"tf":1.4142135623730951},"51":{"tf":1.0}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"13":{"tf":1.0},"245":{"tf":1.0},"338":{"tf":1.4142135623730951},"56":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":67,"docs":{"113":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"149":{"tf":2.0},"150":{"tf":1.4142135623730951},"155":{"tf":1.7320508075688772},"156":{"tf":1.4142135623730951},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"161":{"tf":1.0},"163":{"tf":1.7320508075688772},"165":{"tf":1.0},"17":{"tf":1.4142135623730951},"212":{"tf":1.0},"213":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.4142135623730951},"223":{"tf":1.0},"224":{"tf":1.4142135623730951},"225":{"tf":1.0},"226":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.4142135623730951},"249":{"tf":1.0},"251":{"tf":1.0},"259":{"tf":2.0},"261":{"tf":1.0},"268":{"tf":1.0},"279":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":1.0},"285":{"tf":1.4142135623730951},"286":{"tf":1.0},"287":{"tf":1.0},"289":{"tf":1.0},"290":{"tf":1.4142135623730951},"293":{"tf":1.0},"295":{"tf":1.4142135623730951},"296":{"tf":1.4142135623730951},"297":{"tf":1.0},"298":{"tf":1.0},"30":{"tf":1.4142135623730951},"301":{"tf":1.0},"309":{"tf":1.0},"314":{"tf":1.7320508075688772},"321":{"tf":1.4142135623730951},"324":{"tf":1.4142135623730951},"339":{"tf":1.4142135623730951},"35":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"46":{"tf":1.0},"47":{"tf":2.8284271247461903},"54":{"tf":1.4142135623730951},"58":{"tf":1.0},"61":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"89":{"tf":1.0},"93":{"tf":1.0},"97":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"298":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"r":{"df":50,"docs":{"10":{"tf":1.0},"108":{"tf":1.0},"117":{"tf":1.0},"131":{"tf":1.0},"136":{"tf":1.0},"149":{"tf":1.4142135623730951},"150":{"tf":1.0},"156":{"tf":1.4142135623730951},"158":{"tf":1.0},"163":{"tf":1.7320508075688772},"165":{"tf":1.0},"166":{"tf":1.0},"173":{"tf":1.0},"19":{"tf":1.4142135623730951},"191":{"tf":1.0},"192":{"tf":1.0},"196":{"tf":1.0},"200":{"tf":1.4142135623730951},"205":{"tf":1.0},"215":{"tf":1.0},"218":{"tf":1.4142135623730951},"223":{"tf":1.4142135623730951},"225":{"tf":1.4142135623730951},"227":{"tf":1.0},"238":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"241":{"tf":1.0},"249":{"tf":1.0},"251":{"tf":1.0},"264":{"tf":1.7320508075688772},"288":{"tf":1.4142135623730951},"289":{"tf":1.4142135623730951},"303":{"tf":1.0},"308":{"tf":1.0},"314":{"tf":1.0},"324":{"tf":1.0},"332":{"tf":1.0},"337":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"36":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"68":{"tf":1.0},"82":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951}},"e":{".":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"165":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"165":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"k":{"df":0,"docs":{},"e":{"df":2,"docs":{"129":{"tf":1.0},"133":{"tf":1.0}}}},"l":{"df":0,"docs":{},"s":{"df":5,"docs":{"215":{"tf":1.0},"26":{"tf":1.0},"307":{"tf":1.0},"337":{"tf":1.0},"61":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"2":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}}}},"q":{"df":38,"docs":{"115":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.0},"314":{"tf":1.0},"315":{"tf":1.0},"316":{"tf":1.0},"317":{"tf":1.0},"318":{"tf":1.0},"319":{"tf":1.0},"320":{"tf":1.0},"321":{"tf":1.0},"322":{"tf":1.0},"323":{"tf":1.0},"324":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"328":{"tf":1.0},"329":{"tf":1.0},"330":{"tf":1.0},"331":{"tf":1.0},"332":{"tf":1.0},"333":{"tf":1.0},"334":{"tf":1.0},"335":{"tf":1.0}}},"r":{"df":2,"docs":{"47":{"tf":1.0},"56":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":16,"docs":{"125":{"tf":1.0},"126":{"tf":1.0},"133":{"tf":1.0},"163":{"tf":1.4142135623730951},"169":{"tf":1.4142135623730951},"173":{"tf":1.0},"185":{"tf":1.0},"232":{"tf":1.0},"247":{"tf":1.0},"259":{"tf":1.0},"275":{"tf":1.0},"301":{"tf":1.0},"328":{"tf":1.0},"42":{"tf":1.4142135623730951},"47":{"tf":2.0},"60":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"312":{"tf":1.0},"328":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"169":{"tf":1.0},"174":{"tf":1.0},"339":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"306":{"tf":1.0}}}}}},"df":3,"docs":{"152":{"tf":1.7320508075688772},"220":{"tf":1.0},"306":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":6,"docs":{"188":{"tf":1.4142135623730951},"253":{"tf":1.0},"308":{"tf":1.0},"337":{"tf":1.0},"42":{"tf":1.0},"55":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"205":{"tf":1.0}}}}}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"117":{"tf":1.0},"133":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":7,"docs":{"133":{"tf":1.0},"197":{"tf":1.0},"248":{"tf":1.0},"255":{"tf":1.0},"337":{"tf":1.7320508075688772},"38":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":1,"docs":{"48":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"152":{"tf":1.0},"210":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":4,"docs":{"0":{"tf":1.0},"132":{"tf":1.0},"207":{"tf":1.0},"47":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"111":{"tf":1.0},"283":{"tf":1.0},"297":{"tf":1.0}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":5,"docs":{"117":{"tf":1.0},"181":{"tf":1.7320508075688772},"185":{"tf":1.0},"186":{"tf":1.0},"339":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":4,"docs":{"178":{"tf":1.4142135623730951},"210":{"tf":1.0},"220":{"tf":1.4142135623730951},"334":{"tf":1.0}}},"l":{"df":1,"docs":{"13":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":7,"docs":{"103":{"tf":1.0},"132":{"tf":1.4142135623730951},"339":{"tf":1.0},"36":{"tf":1.0},"55":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0}}}},"d":{"df":15,"docs":{"107":{"tf":1.0},"124":{"tf":1.0},"153":{"tf":1.0},"208":{"tf":1.0},"230":{"tf":1.0},"234":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":1.0},"314":{"tf":1.0},"322":{"tf":1.0},"328":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":3,"docs":{"301":{"tf":1.0},"324":{"tf":1.7320508075688772},"56":{"tf":1.0}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":12,"docs":{"10":{"tf":1.0},"15":{"tf":1.0},"220":{"tf":1.0},"248":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"274":{"tf":1.0},"32":{"tf":1.0},"337":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"88":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"323":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":13,"docs":{"10":{"tf":1.0},"102":{"tf":2.0},"117":{"tf":1.0},"198":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.4142135623730951},"264":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.7320508075688772},"61":{"tf":1.0},"67":{"tf":1.0},"73":{"tf":1.0}},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"324":{"tf":1.0}}}}}}}}}},"t":{"df":7,"docs":{"117":{"tf":1.0},"190":{"tf":1.0},"243":{"tf":1.0},"272":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"60":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":3,"docs":{"11":{"tf":1.0},"12":{"tf":1.7320508075688772},"244":{"tf":1.0}}}},"x":{"df":5,"docs":{"139":{"tf":1.0},"24":{"tf":1.0},"279":{"tf":1.0},"296":{"tf":1.0},"46":{"tf":1.4142135623730951}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"193":{"tf":1.0}}},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"294":{"tf":1.4142135623730951}}}},"p":{"df":2,"docs":{"193":{"tf":1.0},"205":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"12":{"tf":1.0},"187":{"tf":1.0},"29":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":1,"docs":{"8":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"276":{"tf":1.0},"278":{"tf":1.0},"339":{"tf":1.7320508075688772}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"114":{"tf":1.0},"258":{"tf":1.0}}}}}}}}},"n":{"df":97,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.4142135623730951},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":2.0},"111":{"tf":1.4142135623730951},"112":{"tf":1.0},"113":{"tf":2.0},"114":{"tf":1.7320508075688772},"119":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"121":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"124":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"126":{"tf":1.0},"13":{"tf":1.0},"137":{"tf":1.4142135623730951},"14":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":1.0},"161":{"tf":1.0},"165":{"tf":1.0},"168":{"tf":2.0},"171":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.4142135623730951},"183":{"tf":1.0},"184":{"tf":2.0},"189":{"tf":2.0},"190":{"tf":2.0},"194":{"tf":1.0},"198":{"tf":1.7320508075688772},"199":{"tf":1.7320508075688772},"22":{"tf":1.0},"23":{"tf":1.0},"236":{"tf":1.0},"24":{"tf":1.0},"240":{"tf":1.0},"255":{"tf":2.0},"256":{"tf":2.23606797749979},"257":{"tf":1.0},"258":{"tf":2.6457513110645907},"26":{"tf":1.0},"261":{"tf":2.0},"262":{"tf":2.0},"263":{"tf":1.0},"266":{"tf":2.0},"267":{"tf":1.7320508075688772},"269":{"tf":2.0},"273":{"tf":2.449489742783178},"274":{"tf":2.0},"283":{"tf":1.0},"285":{"tf":1.0},"286":{"tf":1.0},"287":{"tf":1.4142135623730951},"289":{"tf":2.0},"290":{"tf":1.4142135623730951},"295":{"tf":1.0},"296":{"tf":2.0},"30":{"tf":1.0},"302":{"tf":1.4142135623730951},"309":{"tf":1.0},"31":{"tf":1.0},"315":{"tf":1.0},"317":{"tf":1.7320508075688772},"330":{"tf":1.0},"331":{"tf":1.4142135623730951},"38":{"tf":1.0},"42":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"46":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.0},"64":{"tf":1.4142135623730951},"66":{"tf":1.0},"67":{"tf":1.7320508075688772},"72":{"tf":1.0},"73":{"tf":1.7320508075688772},"78":{"tf":1.0},"79":{"tf":1.4142135623730951},"81":{"tf":1.0},"83":{"tf":1.0},"86":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.4142135623730951}}},"o":{"c":{"df":0,"docs":{},"u":{"df":2,"docs":{"199":{"tf":1.0},"22":{"tf":1.0}},"s":{"df":4,"docs":{"113":{"tf":1.0},"201":{"tf":1.0},"51":{"tf":1.0},"64":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"155":{"tf":1.0}}}}}},"r":{"c":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"46":{"tf":1.0}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"103":{"tf":1.0},"273":{"tf":1.0},"81":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"113":{"tf":1.0}}}}},"k":{"df":1,"docs":{"41":{"tf":1.0}}},"m":{"a":{"df":0,"docs":{},"t":{"!":{"(":{"\\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"274":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":3,"docs":{"246":{"tf":1.0},"337":{"tf":1.0},"339":{"tf":1.0}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"153":{"tf":1.4142135623730951},"2":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":44,"docs":{"10":{"tf":1.4142135623730951},"102":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"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},"7":{"tf":1.7320508075688772},"8":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"y":{"df":1,"docs":{"49":{"tf":1.0}}}}}}}}},"df":4,"docs":{"150":{"tf":1.0},"230":{"tf":1.4142135623730951},"234":{"tf":1.4142135623730951},"281":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"10":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"r":{"df":1,"docs":{"41":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"270":{"tf":1.0},"319":{"tf":1.0},"41":{"tf":1.0}}}}}}}}}}},"df":93,"docs":{"0":{"tf":1.4142135623730951},"10":{"tf":2.0},"105":{"tf":1.0},"11":{"tf":1.4142135623730951},"114":{"tf":1.0},"12":{"tf":1.0},"128":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.0},"166":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"190":{"tf":1.0},"192":{"tf":1.0},"206":{"tf":1.0},"208":{"tf":1.4142135623730951},"21":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"22":{"tf":1.4142135623730951},"222":{"tf":1.0},"23":{"tf":1.4142135623730951},"230":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.4142135623730951},"245":{"tf":1.0},"246":{"tf":1.0},"247":{"tf":1.0},"250":{"tf":1.7320508075688772},"251":{"tf":1.4142135623730951},"252":{"tf":2.23606797749979},"253":{"tf":1.4142135623730951},"254":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"26":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.4142135623730951},"271":{"tf":1.4142135623730951},"272":{"tf":1.0},"276":{"tf":1.4142135623730951},"278":{"tf":1.0},"28":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":1.0},"292":{"tf":1.0},"301":{"tf":1.4142135623730951},"303":{"tf":1.0},"304":{"tf":1.0},"310":{"tf":1.0},"316":{"tf":1.4142135623730951},"317":{"tf":1.0},"318":{"tf":1.0},"32":{"tf":1.0},"322":{"tf":1.0},"332":{"tf":1.0},"339":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"36":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":1.0},"48":{"tf":1.4142135623730951},"49":{"tf":1.0},"52":{"tf":1.4142135623730951},"60":{"tf":1.0},"64":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":2.0},"80":{"tf":1.0},"84":{"tf":1.0},"98":{"tf":1.0}},"’":{"df":4,"docs":{"15":{"tf":1.0},"249":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":3,"docs":{"160":{"tf":1.0},"228":{"tf":1.0},"286":{"tf":1.0}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"193":{"tf":1.0},"299":{"tf":1.4142135623730951}}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"179":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"180":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":13,"docs":{"120":{"tf":1.0},"125":{"tf":1.0},"133":{"tf":1.0},"205":{"tf":1.0},"248":{"tf":1.0},"298":{"tf":1.0},"3":{"tf":1.0},"335":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"49":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0}},"i":{"df":2,"docs":{"312":{"tf":1.0},"337":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":7,"docs":{"110":{"tf":1.0},"117":{"tf":1.0},"165":{"tf":1.0},"24":{"tf":1.0},"283":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0}}}}}}},"d":{"df":1,"docs":{"278":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":6,"docs":{"188":{"tf":1.4142135623730951},"199":{"tf":1.0},"259":{"tf":1.0},"61":{"tf":1.0},"77":{"tf":1.0},"79":{"tf":1.0}}}}},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"134":{"tf":1.0}}}}}},"g":{"b":{"df":1,"docs":{"210":{"tf":1.0}}},"d":{"b":{"df":1,"docs":{"174":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":3,"docs":{"197":{"tf":1.0},"273":{"tf":1.0},"42":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":37,"docs":{"134":{"tf":1.4142135623730951},"14":{"tf":1.0},"16":{"tf":1.4142135623730951},"170":{"tf":1.0},"176":{"tf":1.0},"178":{"tf":1.0},"18":{"tf":1.0},"182":{"tf":1.0},"19":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"247":{"tf":1.7320508075688772},"250":{"tf":1.0},"254":{"tf":1.0},"264":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"273":{"tf":1.0},"285":{"tf":1.0},"30":{"tf":1.0},"300":{"tf":1.4142135623730951},"307":{"tf":1.0},"309":{"tf":1.0},"31":{"tf":1.0},"319":{"tf":1.0},"330":{"tf":1.7320508075688772},"337":{"tf":1.4142135623730951},"339":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":2.0},"59":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.4142135623730951},"74":{"tf":1.0},"8":{"tf":1.0}}},"s":{"df":0,"docs":{},"i":{"df":6,"docs":{"216":{"tf":1.0},"218":{"tf":1.4142135623730951},"285":{"tf":2.0},"32":{"tf":1.0},"323":{"tf":1.4142135623730951},"339":{"tf":1.0}}}}}},"t":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"273":{"tf":1.0},"274":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":4,"docs":{"179":{"tf":1.0},"298":{"tf":1.4142135623730951},"333":{"tf":1.4142135623730951},"35":{"tf":1.0}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"210":{"tf":1.0}},"h":{"df":0,"docs":{},"u":{"b":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"295":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":3,"docs":{"163":{"tf":1.4142135623730951},"237":{"tf":1.0},"334":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"a":{"b":{"df":1,"docs":{"164":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":8,"docs":{"10":{"tf":1.0},"19":{"tf":1.0},"251":{"tf":1.0},"285":{"tf":1.0},"289":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":1.0}},"n":{"df":2,"docs":{"42":{"tf":1.0},"49":{"tf":1.0}}}}}},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"324":{"tf":1.0},"43":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":6,"docs":{"115":{"tf":1.0},"336":{"tf":2.0},"337":{"tf":1.0},"338":{"tf":1.0},"339":{"tf":1.0},"340":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"116":{"tf":1.0},"117":{"tf":1.0},"302":{"tf":1.0},"48":{"tf":2.0}}}},"df":7,"docs":{"152":{"tf":1.4142135623730951},"154":{"tf":1.0},"178":{"tf":1.0},"206":{"tf":1.0},"220":{"tf":1.4142135623730951},"243":{"tf":1.0},"38":{"tf":1.0}},"e":{"df":4,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"241":{"tf":1.0},"29":{"tf":1.0}}},"o":{"d":{"df":7,"docs":{"102":{"tf":1.4142135623730951},"105":{"tf":1.0},"108":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"200":{"tf":1.0},"249":{"tf":1.0},"259":{"tf":1.0},"58":{"tf":1.0},"68":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"116":{"tf":1.0},"117":{"tf":1.0}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"293":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"285":{"tf":1.7320508075688772},"292":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"34":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":2,"docs":{"275":{"tf":1.0},"48":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":5,"docs":{"246":{"tf":1.0},"32":{"tf":1.0},"338":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0}}}}}},"d":{"df":3,"docs":{"200":{"tf":1.0},"268":{"tf":1.0},"339":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":4,"docs":{"205":{"tf":1.4142135623730951},"277":{"tf":1.0},"314":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{}}},"df":197,"docs":{"10":{"tf":1.4142135623730951},"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.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.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.0},"147":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.4142135623730951},"188":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"20":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":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.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"324":{"tf":1.0},"39":{"tf":1.0},"50":{"tf":1.7320508075688772},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"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},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"307":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"131":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}}}},"n":{"d":{"df":2,"docs":{"18":{"tf":1.0},"31":{"tf":1.0}},"i":{"df":1,"docs":{"10":{"tf":1.0}}},"l":{"df":25,"docs":{"122":{"tf":1.0},"15":{"tf":1.0},"165":{"tf":1.0},"19":{"tf":1.0},"191":{"tf":1.0},"197":{"tf":1.0},"206":{"tf":1.0},"22":{"tf":1.0},"247":{"tf":1.0},"249":{"tf":1.0},"259":{"tf":1.0},"3":{"tf":1.0},"309":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"339":{"tf":1.0},"44":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"64":{"tf":1.0},"68":{"tf":1.0},"74":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":17,"docs":{"14":{"tf":1.0},"18":{"tf":1.0},"196":{"tf":1.0},"213":{"tf":1.0},"227":{"tf":1.0},"251":{"tf":1.0},"28":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":1.0},"33":{"tf":1.0},"335":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"58":{"tf":1.0},"59":{"tf":1.0},"69":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"54":{"tf":1.0}}}}}}}}}},"r":{"d":{"df":6,"docs":{"113":{"tf":1.0},"19":{"tf":1.0},"24":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"61":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"106":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":9,"docs":{"108":{"tf":1.0},"121":{"tf":1.0},"124":{"tf":1.0},"13":{"tf":1.0},"212":{"tf":1.0},"283":{"tf":1.0},"301":{"tf":1.7320508075688772},"327":{"tf":1.4142135623730951},"337":{"tf":1.0}}}},"df":0,"docs":{}}},"df":1,"docs":{"165":{"tf":1.0}}},"s":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"df":3,"docs":{"160":{"tf":1.4142135623730951},"228":{"tf":1.4142135623730951},"286":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"203":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"256":{"tf":1.0},"258":{"tf":1.0}},"s":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"258":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"258":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{")":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"258":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"258":{"tf":2.0}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"258":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"256":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":10,"docs":{"170":{"tf":1.0},"176":{"tf":1.0},"186":{"tf":1.0},"205":{"tf":1.0},"216":{"tf":1.0},"25":{"tf":1.7320508075688772},"256":{"tf":2.0},"287":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0}},"i":{"df":4,"docs":{"203":{"tf":1.0},"247":{"tf":1.0},"25":{"tf":1.0},"32":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":5,"docs":{"108":{"tf":1.0},"124":{"tf":1.0},"286":{"tf":1.0},"326":{"tf":1.0},"56":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"73":{"tf":1.0}}}}},"y":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"124":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":15,"docs":{"142":{"tf":2.23606797749979},"143":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"156":{"tf":1.0},"165":{"tf":1.0},"195":{"tf":1.0},"200":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"222":{"tf":1.4142135623730951},"337":{"tf":1.0},"34":{"tf":1.0},"88":{"tf":1.4142135623730951},"89":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"p":{"df":16,"docs":{"0":{"tf":1.0},"161":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"222":{"tf":1.0},"243":{"tf":1.0},"259":{"tf":1.0},"279":{"tf":1.0},"28":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.4142135623730951},"333":{"tf":1.4142135623730951},"334":{"tf":1.4142135623730951},"335":{"tf":1.0},"38":{"tf":1.0},"47":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"110":{"tf":1.0},"111":{"tf":1.0},"41":{"tf":1.0},"52":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":9,"docs":{"10":{"tf":1.4142135623730951},"11":{"tf":1.0},"113":{"tf":1.0},"2":{"tf":1.0},"274":{"tf":1.0},"317":{"tf":1.0},"40":{"tf":1.0},"54":{"tf":1.0},"61":{"tf":1.0}},"’":{"df":8,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"187":{"tf":1.0},"247":{"tf":1.0},"267":{"tf":1.0},"54":{"tf":1.0},"59":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":13,"docs":{"124":{"tf":1.0},"130":{"tf":1.0},"20":{"tf":1.0},"224":{"tf":1.0},"245":{"tf":1.0},"276":{"tf":1.0},"278":{"tf":1.0},"326":{"tf":1.0},"339":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"67":{"tf":1.0},"73":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"186":{"tf":1.0},"338":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"181":{"tf":1.0},"186":{"tf":1.0},"339":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"25":{"tf":1.0}}}},"o":{"c":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"51":{"tf":1.0}}},"df":0,"docs":{}},"o":{"d":{"df":1,"docs":{"68":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":1,"docs":{"248":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"173":{"tf":1.4142135623730951},"174":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"276":{"tf":1.0},"282":{"tf":1.0},"295":{"tf":1.0},"339":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"276":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"c":{"df":2,"docs":{"197":{"tf":1.0},"203":{"tf":1.0}}},"df":0,"docs":{}}}},":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"1":{"8":{"0":{"8":{"0":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"287":{"tf":1.0}}}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"153":{"tf":1.0},"221":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"216":{"tf":1.0},"32":{"tf":1.0},"337":{"tf":1.0}}}}},"u":{"b":{"df":2,"docs":{"125":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"255":{"tf":1.0},"261":{"tf":1.0}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"i":{"/":{"df":0,"docs":{},"o":{"df":1,"docs":{"286":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"a":{"df":9,"docs":{"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},"273":{"tf":1.0},"274":{"tf":1.0}},"l":{"df":1,"docs":{"335":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"251":{"tf":1.0},"285":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0}},"i":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"126":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"124":{"tf":1.0},"273":{"tf":1.0}}}}}}}},"l":{"df":1,"docs":{"63":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":196,"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},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"20":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":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.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"39":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.7320508075688772},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.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},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}},"i":{"df":38,"docs":{"10":{"tf":1.0},"166":{"tf":1.0},"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.4142135623730951},"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},"260":{"tf":1.0},"261":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"271":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.0},"274":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"99":{"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":{"128":{"tf":1.0},"272":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":5,"docs":{"164":{"tf":1.0},"176":{"tf":1.0},"178":{"tf":1.4142135623730951},"184":{"tf":1.4142135623730951},"304":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":3,"docs":{"267":{"tf":1.0},"30":{"tf":1.0},"47":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"246":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":8,"docs":{"14":{"tf":1.0},"246":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"302":{"tf":1.0},"337":{"tf":1.0},"45":{"tf":2.6457513110645907},"48":{"tf":1.0},"54":{"tf":1.0}}}}},"p":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"124":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"22":{"tf":1.7320508075688772},"43":{"tf":1.0},"44":{"tf":2.449489742783178}}}},"l":{"df":12,"docs":{"114":{"tf":1.0},"190":{"tf":1.4142135623730951},"198":{"tf":1.0},"256":{"tf":1.4142135623730951},"258":{"tf":1.4142135623730951},"262":{"tf":1.4142135623730951},"267":{"tf":1.4142135623730951},"269":{"tf":1.0},"273":{"tf":1.4142135623730951},"274":{"tf":1.4142135623730951},"317":{"tf":1.0},"331":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":16,"docs":{"168":{"tf":1.4142135623730951},"190":{"tf":1.0},"193":{"tf":1.0},"241":{"tf":1.0},"248":{"tf":1.0},"255":{"tf":1.0},"276":{"tf":1.0},"31":{"tf":1.0},"317":{"tf":1.0},"318":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"44":{"tf":1.0},"64":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"113":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"104":{"tf":1.0},"95":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"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":1,"docs":{"64":{"tf":1.0}}}},"—":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}}}}}},"df":5,"docs":{"123":{"tf":1.0},"2":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0},"82":{"tf":1.0}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":26,"docs":{"104":{"tf":1.0},"120":{"tf":1.0},"17":{"tf":1.0},"194":{"tf":1.4142135623730951},"199":{"tf":1.0},"245":{"tf":1.0},"247":{"tf":1.4142135623730951},"248":{"tf":1.0},"25":{"tf":1.0},"255":{"tf":1.0},"259":{"tf":1.0},"264":{"tf":1.0},"270":{"tf":1.0},"278":{"tf":1.0},"289":{"tf":1.4142135623730951},"32":{"tf":1.0},"324":{"tf":1.0},"335":{"tf":1.0},"339":{"tf":1.0},"34":{"tf":1.0},"55":{"tf":1.7320508075688772},"68":{"tf":1.0},"75":{"tf":1.0},"91":{"tf":1.4142135623730951},"93":{"tf":1.0},"95":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"193":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":21,"docs":{"104":{"tf":1.7320508075688772},"116":{"tf":1.0},"117":{"tf":1.0},"120":{"tf":1.4142135623730951},"195":{"tf":1.0},"204":{"tf":1.0},"25":{"tf":1.0},"255":{"tf":1.0},"289":{"tf":2.23606797749979},"303":{"tf":1.0},"337":{"tf":1.0},"339":{"tf":1.0},"35":{"tf":1.4142135623730951},"43":{"tf":2.0},"61":{"tf":1.0},"68":{"tf":1.0},"70":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"203":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":1,"docs":{"130":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":14,"docs":{"108":{"tf":1.0},"119":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"217":{"tf":1.0},"232":{"tf":1.0},"285":{"tf":1.0},"289":{"tf":1.0},"292":{"tf":1.0},"296":{"tf":1.0},"321":{"tf":1.0},"338":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"214":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"—":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"259":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"23":{"tf":1.0},"43":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"\\"":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"273":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"198":{"tf":1.0},"199":{"tf":1.4142135623730951}}}},"i":{"c":{"df":9,"docs":{"116":{"tf":1.0},"142":{"tf":1.0},"150":{"tf":1.0},"158":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"268":{"tf":1.0},"324":{"tf":1.0},"47":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"43":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"u":{"df":4,"docs":{"159":{"tf":1.0},"227":{"tf":1.0},"283":{"tf":1.0},"303":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"c":{"df":2,"docs":{"129":{"tf":1.0},"80":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{".":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"256":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"262":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":5,"docs":{"234":{"tf":1.0},"256":{"tf":1.4142135623730951},"262":{"tf":1.0},"292":{"tf":1.4142135623730951},"293":{"tf":1.0}},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"337":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":14,"docs":{"150":{"tf":1.0},"161":{"tf":1.0},"167":{"tf":1.0},"22":{"tf":1.0},"251":{"tf":1.0},"253":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"31":{"tf":1.0},"318":{"tf":1.0},"337":{"tf":1.0},"48":{"tf":1.0},"9":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"273":{"tf":1.4142135623730951}},"i":{"df":7,"docs":{"216":{"tf":1.0},"218":{"tf":1.0},"285":{"tf":1.0},"32":{"tf":1.0},"337":{"tf":1.0},"47":{"tf":1.0},"89":{"tf":1.0}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"129":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"17":{"tf":1.0},"248":{"tf":1.4142135623730951},"39":{"tf":1.0},"43":{"tf":1.0},"84":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"273":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"129":{"tf":1.0},"38":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"148":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"209":{"tf":1.0}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"60":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":16,"docs":{"140":{"tf":1.0},"17":{"tf":1.0},"203":{"tf":1.0},"23":{"tf":1.0},"247":{"tf":1.0},"251":{"tf":1.0},"283":{"tf":1.0},"289":{"tf":1.0},"296":{"tf":1.0},"301":{"tf":1.4142135623730951},"304":{"tf":1.0},"34":{"tf":1.0},"39":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"84":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"293":{"tf":1.0},"323":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"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":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"163":{"tf":1.0},"164":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":22,"docs":{"11":{"tf":1.0},"137":{"tf":1.0},"146":{"tf":1.0},"163":{"tf":1.0},"165":{"tf":1.0},"185":{"tf":1.0},"19":{"tf":1.0},"235":{"tf":1.4142135623730951},"258":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"271":{"tf":1.0},"276":{"tf":1.0},"303":{"tf":1.0},"332":{"tf":1.4142135623730951},"340":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"df":4,"docs":{"107":{"tf":1.0},"286":{"tf":1.0},"326":{"tf":1.0},"339":{"tf":1.0}}},"t":{"df":12,"docs":{"112":{"tf":1.4142135623730951},"117":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"246":{"tf":1.0},"249":{"tf":1.0},"278":{"tf":1.0},"296":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.7320508075688772},"80":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"106":{"tf":1.0},"128":{"tf":1.0},"131":{"tf":1.0},"205":{"tf":1.0},"58":{"tf":1.0}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"109":{"tf":1.0},"129":{"tf":1.0},"249":{"tf":1.0},"309":{"tf":1.0},"5":{"tf":1.0},"76":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"108":{"tf":1.0},"54":{"tf":1.0},"63":{"tf":1.0}}}}},"f":{"a":{"c":{"df":6,"docs":{"133":{"tf":1.0},"168":{"tf":2.0},"31":{"tf":1.0},"337":{"tf":1.0},"339":{"tf":1.0},"340":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"37":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"174":{"tf":1.0},"180":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"314":{"tf":1.0},"42":{"tf":1.0}}}}},"n":{"df":5,"docs":{"10":{"tf":1.0},"129":{"tf":1.0},"25":{"tf":1.7320508075688772},"276":{"tf":1.7320508075688772},"41":{"tf":1.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"117":{"tf":1.0},"136":{"tf":1.0},"147":{"tf":1.4142135623730951},"166":{"tf":1.0},"191":{"tf":1.0},"21":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"(":{"5":{"df":1,"docs":{"258":{"tf":1.0}}},"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"0":{"df":1,"docs":{"79":{"tf":1.0}}},"5":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":2,"docs":{"123":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"256":{"tf":1.0}}},"df":0,"docs":{}}}},"df":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":{"79":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"258":{"tf":1.0}}}}}},"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"256":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":9,"docs":{"123":{"tf":1.0},"132":{"tf":1.0},"23":{"tf":1.0},"247":{"tf":1.0},"258":{"tf":1.4142135623730951},"289":{"tf":1.0},"33":{"tf":1.0},"79":{"tf":1.4142135623730951},"80":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":7,"docs":{"192":{"tf":1.0},"24":{"tf":1.0},"296":{"tf":1.0},"337":{"tf":1.0},"37":{"tf":1.0},"63":{"tf":1.0},"77":{"tf":1.0}},"t":{"df":3,"docs":{"10":{"tf":1.0},"8":{"tf":1.7320508075688772},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"253":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"19":{"tf":1.0},"43":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"324":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"y":{"df":1,"docs":{"38":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"o":{"c":{"df":1,"docs":{"332":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"286":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":7,"docs":{"104":{"tf":1.0},"173":{"tf":1.0},"179":{"tf":1.0},"281":{"tf":1.0},"285":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"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":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"42":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":27,"docs":{"109":{"tf":1.0},"119":{"tf":1.0},"121":{"tf":1.0},"124":{"tf":1.0},"173":{"tf":1.4142135623730951},"174":{"tf":1.0},"175":{"tf":1.0},"179":{"tf":1.0},"18":{"tf":1.0},"180":{"tf":1.0},"184":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.4142135623730951},"203":{"tf":1.0},"204":{"tf":1.0},"236":{"tf":1.0},"240":{"tf":1.0},"282":{"tf":1.0},"303":{"tf":1.0},"309":{"tf":1.0},"332":{"tf":1.0},"339":{"tf":1.4142135623730951},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"5":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":18,"docs":{"161":{"tf":1.0},"218":{"tf":1.0},"222":{"tf":1.0},"229":{"tf":1.4142135623730951},"268":{"tf":1.0},"273":{"tf":1.0},"279":{"tf":1.0},"280":{"tf":1.4142135623730951},"284":{"tf":1.4142135623730951},"291":{"tf":1.4142135623730951},"292":{"tf":1.4142135623730951},"293":{"tf":1.4142135623730951},"297":{"tf":1.7320508075688772},"298":{"tf":1.7320508075688772},"303":{"tf":1.0},"323":{"tf":1.0},"324":{"tf":1.0},"334":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"42":{"tf":1.0}}}}}}}}}},"df":10,"docs":{"116":{"tf":1.4142135623730951},"126":{"tf":1.0},"169":{"tf":1.4142135623730951},"173":{"tf":1.0},"179":{"tf":1.0},"185":{"tf":1.0},"187":{"tf":1.0},"312":{"tf":1.0},"339":{"tf":1.0},"60":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"0":{"tf":1.0},"36":{"tf":1.0}},"—":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}}}}}}}},"—":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"41":{"tf":1.0}}}}},"’":{"df":10,"docs":{"113":{"tf":1.0},"14":{"tf":1.0},"169":{"tf":1.0},"246":{"tf":1.4142135623730951},"251":{"tf":1.0},"268":{"tf":1.0},"4":{"tf":1.4142135623730951},"45":{"tf":1.0},"48":{"tf":1.0},"65":{"tf":1.0}}}},"v":{"df":65,"docs":{"10":{"tf":1.0},"277":{"tf":1.7320508075688772},"278":{"tf":1.0},"279":{"tf":1.0},"280":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.0},"285":{"tf":1.0},"286":{"tf":1.0},"287":{"tf":1.0},"288":{"tf":1.0},"289":{"tf":1.0},"290":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.0},"314":{"tf":1.0},"315":{"tf":1.0},"316":{"tf":1.0},"317":{"tf":1.0},"318":{"tf":1.0},"319":{"tf":1.0},"320":{"tf":1.0},"321":{"tf":1.0},"322":{"tf":1.0},"323":{"tf":1.0},"324":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"328":{"tf":1.0},"329":{"tf":1.0},"330":{"tf":1.0},"331":{"tf":1.0},"332":{"tf":1.0},"333":{"tf":1.0},"334":{"tf":1.0},"335":{"tf":1.0},"336":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.0},"339":{"tf":1.0},"340":{"tf":1.0}}}},"j":{"df":0,"docs":{},"o":{"b":{"df":4,"docs":{"163":{"tf":1.0},"239":{"tf":1.0},"244":{"tf":1.0},"31":{"tf":1.0}}},"df":0,"docs":{}},"u":{"d":{"df":0,"docs":{},"g":{"df":5,"docs":{"17":{"tf":1.4142135623730951},"244":{"tf":1.0},"248":{"tf":1.0},"337":{"tf":1.0},"43":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"248":{"tf":1.7320508075688772},"37":{"tf":1.0},"84":{"tf":1.0}}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":3,"docs":{"10":{"tf":1.4142135623730951},"20":{"tf":1.0},"251":{"tf":1.0}}}}}},"k":{"8":{"df":9,"docs":{"116":{"tf":1.0},"117":{"tf":1.0},"18":{"tf":1.0},"188":{"tf":1.7320508075688772},"193":{"tf":1.0},"202":{"tf":1.0},"323":{"tf":1.0},"340":{"tf":1.0},"52":{"tf":1.0}},"s":{"2":{"[":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"187":{"tf":1.0}}}}}},"df":0,"docs":{}},"[":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"187":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{")":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"(":{"&":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"126":{"tf":1.0},"15":{"tf":1.0},"302":{"tf":1.0},"42":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"183":{"tf":1.0},"184":{"tf":2.0},"240":{"tf":1.0}}}}}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"187":{"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":{"187":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":17,"docs":{"124":{"tf":1.0},"140":{"tf":1.0},"15":{"tf":1.0},"152":{"tf":1.0},"181":{"tf":1.4142135623730951},"185":{"tf":1.4142135623730951},"187":{"tf":1.0},"209":{"tf":1.0},"220":{"tf":1.0},"234":{"tf":1.0},"240":{"tf":1.0},"282":{"tf":1.0},"31":{"tf":1.0},"332":{"tf":1.0},"339":{"tf":1.0},"36":{"tf":1.0},"60":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":27,"docs":{"10":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"120":{"tf":1.0},"134":{"tf":1.0},"14":{"tf":1.0},"144":{"tf":1.0},"172":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"200":{"tf":1.0},"205":{"tf":1.0},"220":{"tf":1.0},"247":{"tf":1.0},"250":{"tf":1.7320508075688772},"253":{"tf":1.0},"27":{"tf":1.0},"275":{"tf":1.0},"277":{"tf":1.0},"278":{"tf":1.4142135623730951},"304":{"tf":1.0},"328":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"51":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951}}}},"y":{"df":11,"docs":{"0":{"tf":1.0},"163":{"tf":1.0},"20":{"tf":1.0},"203":{"tf":1.0},"247":{"tf":1.0},"273":{"tf":1.0},"274":{"tf":1.0},"336":{"tf":1.0},"40":{"tf":1.0},"49":{"tf":1.0},"64":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"159":{"tf":1.0}}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":6,"docs":{"170":{"tf":1.0},"231":{"tf":1.0},"282":{"tf":1.4142135623730951},"322":{"tf":1.4142135623730951},"36":{"tf":1.0},"41":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"278":{"tf":1.4142135623730951}}},"df":0,"docs":{},"w":{"df":19,"docs":{"14":{"tf":1.0},"166":{"tf":1.0},"18":{"tf":1.0},"245":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.0},"271":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.4142135623730951},"47":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"62":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":2,"docs":{"41":{"tf":1.0},"49":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":1,"docs":{"37":{"tf":1.0}}},"—":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"u":{"b":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":9,"docs":{"152":{"tf":1.4142135623730951},"153":{"tf":1.0},"159":{"tf":1.0},"209":{"tf":1.0},"220":{"tf":1.0},"227":{"tf":1.0},"234":{"tf":1.7320508075688772},"283":{"tf":1.4142135623730951},"293":{"tf":2.6457513110645907}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":27,"docs":{"126":{"tf":1.0},"15":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"159":{"tf":1.0},"18":{"tf":1.0},"181":{"tf":1.4142135623730951},"182":{"tf":1.0},"185":{"tf":1.0},"209":{"tf":1.0},"220":{"tf":1.0},"227":{"tf":1.0},"234":{"tf":1.4142135623730951},"245":{"tf":1.4142135623730951},"276":{"tf":1.0},"283":{"tf":1.0},"293":{"tf":1.4142135623730951},"32":{"tf":1.0},"337":{"tf":1.0},"339":{"tf":1.0},"340":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.7320508075688772},"48":{"tf":1.0},"51":{"tf":1.0},"60":{"tf":1.0},"8":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"234":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"129":{"tf":1.0}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":6,"docs":{"15":{"tf":1.0},"23":{"tf":1.0},"301":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0},"60":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"g":{"df":3,"docs":{"124":{"tf":1.0},"210":{"tf":1.0},"60":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"119":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"73":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"132":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":5,"docs":{"129":{"tf":1.7320508075688772},"203":{"tf":1.0},"204":{"tf":1.0},"303":{"tf":1.0},"43":{"tf":1.0}},"y":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"204":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"68":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"163":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"13":{"tf":1.0},"176":{"tf":1.0},"31":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":7,"docs":{"13":{"tf":1.0},"134":{"tf":1.0},"245":{"tf":1.0},"269":{"tf":1.0},"278":{"tf":1.0},"337":{"tf":1.0},"51":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"338":{"tf":1.0}}}}},"df":0,"docs":{},"k":{"df":5,"docs":{"18":{"tf":1.0},"308":{"tf":1.0},"339":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":5,"docs":{"10":{"tf":1.4142135623730951},"270":{"tf":1.0},"28":{"tf":1.0},"6":{"tf":1.7320508075688772},"62":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"245":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"327":{"tf":1.0},"44":{"tf":1.0},"89":{"tf":1.0}}}},"t":{"df":8,"docs":{"17":{"tf":1.0},"248":{"tf":1.0},"250":{"tf":1.0},"261":{"tf":1.0},"318":{"tf":1.0},"42":{"tf":1.0},"55":{"tf":1.0},"84":{"tf":1.0}},"’":{"df":22,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"244":{"tf":1.0},"254":{"tf":1.0},"256":{"tf":1.0},"260":{"tf":1.0},"262":{"tf":1.0},"265":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"38":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":17,"docs":{"129":{"tf":1.0},"20":{"tf":1.0},"224":{"tf":1.0},"243":{"tf":1.4142135623730951},"244":{"tf":1.0},"245":{"tf":1.4142135623730951},"246":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.0},"276":{"tf":1.0},"278":{"tf":1.0},"339":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0}}}}}},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"/":{"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"154":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":22,"docs":{"135":{"tf":1.0},"16":{"tf":1.0},"168":{"tf":1.0},"20":{"tf":1.0},"247":{"tf":1.0},"249":{"tf":1.0},"251":{"tf":1.0},"28":{"tf":2.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"337":{"tf":1.0},"339":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"38":{"tf":2.0},"39":{"tf":1.4142135623730951},"49":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":3,"docs":{"108":{"tf":1.0},"326":{"tf":1.0},"67":{"tf":1.0}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"273":{"tf":1.0}}}}}}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"8":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":13,"docs":{"112":{"tf":1.0},"146":{"tf":1.0},"174":{"tf":1.0},"180":{"tf":1.0},"184":{"tf":1.4142135623730951},"188":{"tf":1.0},"196":{"tf":1.0},"239":{"tf":1.7320508075688772},"283":{"tf":1.0},"313":{"tf":1.0},"327":{"tf":1.4142135623730951},"46":{"tf":1.0},"60":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":5,"docs":{"167":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"31":{"tf":1.0},"54":{"tf":1.0}},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"x":{"df":5,"docs":{"154":{"tf":1.0},"160":{"tf":1.0},"228":{"tf":1.0},"233":{"tf":1.0},"292":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"336":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":34,"docs":{"109":{"tf":1.0},"113":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"123":{"tf":1.0},"134":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.4142135623730951},"149":{"tf":1.0},"156":{"tf":1.0},"192":{"tf":1.0},"195":{"tf":1.0},"203":{"tf":1.0},"224":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"276":{"tf":1.0},"278":{"tf":1.0},"285":{"tf":1.0},"286":{"tf":1.0},"337":{"tf":2.23606797749979},"34":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"54":{"tf":1.7320508075688772},"55":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"59":{"tf":1.0},"61":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.7320508075688772},"94":{"tf":1.7320508075688772},"95":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"204":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}},"o":{"a":{"d":{"df":19,"docs":{"108":{"tf":1.7320508075688772},"112":{"tf":1.0},"122":{"tf":1.0},"124":{"tf":1.0},"130":{"tf":1.4142135623730951},"203":{"tf":1.0},"216":{"tf":1.0},"297":{"tf":1.0},"301":{"tf":1.0},"303":{"tf":1.0},"326":{"tf":1.0},"46":{"tf":1.0},"57":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.4142135623730951},"70":{"tf":1.0},"73":{"tf":1.0},"76":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"k":{"8":{"df":1,"docs":{"298":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"[":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"187":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":15,"docs":{"126":{"tf":1.0},"152":{"tf":1.0},"169":{"tf":1.4142135623730951},"173":{"tf":1.4142135623730951},"187":{"tf":1.0},"209":{"tf":1.0},"220":{"tf":1.0},"31":{"tf":1.0},"312":{"tf":1.0},"315":{"tf":1.0},"327":{"tf":1.0},"328":{"tf":1.0},"339":{"tf":1.0},"36":{"tf":1.0},"60":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{")":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"(":{"&":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":17,"docs":{"119":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"125":{"tf":1.0},"137":{"tf":1.0},"15":{"tf":1.0},"171":{"tf":1.0},"189":{"tf":1.0},"295":{"tf":1.0},"302":{"tf":1.0},"31":{"tf":1.0},"315":{"tf":1.0},"42":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"187":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":33,"docs":{"111":{"tf":1.0},"116":{"tf":1.0},"124":{"tf":1.0},"15":{"tf":1.0},"153":{"tf":1.0},"159":{"tf":1.0},"161":{"tf":1.7320508075688772},"169":{"tf":1.0},"174":{"tf":1.0},"18":{"tf":1.4142135623730951},"185":{"tf":1.0},"188":{"tf":1.0},"193":{"tf":1.0},"202":{"tf":1.0},"227":{"tf":1.0},"245":{"tf":1.4142135623730951},"247":{"tf":1.0},"27":{"tf":1.0},"276":{"tf":1.0},"287":{"tf":1.0},"295":{"tf":1.4142135623730951},"302":{"tf":1.0},"304":{"tf":1.0},"321":{"tf":1.4142135623730951},"337":{"tf":1.0},"42":{"tf":1.7320508075688772},"46":{"tf":1.4142135623730951},"48":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"6":{"tf":1.0},"8":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":3,"docs":{"140":{"tf":1.0},"15":{"tf":1.0},"295":{"tf":1.0}}}}}}},"t":{"df":4,"docs":{"172":{"tf":1.0},"178":{"tf":1.0},"276":{"tf":1.0},"281":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":38,"docs":{"124":{"tf":1.0},"149":{"tf":1.0},"152":{"tf":3.1622776601683795},"159":{"tf":2.23606797749979},"163":{"tf":1.7320508075688772},"172":{"tf":1.4142135623730951},"173":{"tf":1.0},"174":{"tf":1.0},"180":{"tf":1.4142135623730951},"186":{"tf":1.0},"188":{"tf":1.7320508075688772},"213":{"tf":1.7320508075688772},"218":{"tf":1.4142135623730951},"219":{"tf":1.0},"220":{"tf":2.8284271247461903},"222":{"tf":1.0},"225":{"tf":1.0},"227":{"tf":2.23606797749979},"238":{"tf":1.7320508075688772},"249":{"tf":1.0},"255":{"tf":1.0},"259":{"tf":1.0},"268":{"tf":1.0},"273":{"tf":1.0},"283":{"tf":1.0},"285":{"tf":1.4142135623730951},"297":{"tf":1.4142135623730951},"298":{"tf":1.0},"314":{"tf":1.4142135623730951},"323":{"tf":1.0},"324":{"tf":1.7320508075688772},"332":{"tf":1.0},"334":{"tf":1.0},"335":{"tf":1.0},"36":{"tf":1.0},"47":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}},"i":{"c":{"df":19,"docs":{"106":{"tf":1.0},"121":{"tf":1.0},"123":{"tf":1.0},"19":{"tf":1.0},"190":{"tf":1.4142135623730951},"247":{"tf":1.0},"250":{"tf":1.0},"272":{"tf":1.0},"275":{"tf":1.0},"317":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"337":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"54":{"tf":1.0},"76":{"tf":1.0},"82":{"tf":1.0}}},"df":0,"docs":{}},"s":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"z":{"df":1,"docs":{"298":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"152":{"tf":1.0}}}}}},"/":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":15,"docs":{"124":{"tf":1.0},"185":{"tf":1.0},"221":{"tf":1.0},"246":{"tf":1.0},"26":{"tf":1.0},"278":{"tf":1.0},"307":{"tf":1.4142135623730951},"312":{"tf":1.4142135623730951},"324":{"tf":1.0},"54":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"61":{"tf":1.0},"67":{"tf":1.0},"73":{"tf":1.0},"93":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"122":{"tf":1.0},"212":{"tf":1.4142135623730951},"289":{"tf":1.0},"47":{"tf":1.0},"89":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":13,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"131":{"tf":1.0},"159":{"tf":1.0},"17":{"tf":1.0},"225":{"tf":1.0},"227":{"tf":1.0},"244":{"tf":1.0},"283":{"tf":1.0},"324":{"tf":1.7320508075688772},"38":{"tf":1.0},"43":{"tf":1.0},"8":{"tf":1.0}}},"p":{"df":3,"docs":{"117":{"tf":1.0},"22":{"tf":1.0},"256":{"tf":1.4142135623730951}}},"s":{"df":2,"docs":{"41":{"tf":1.4142135623730951},"51":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"8":{"tf":1.0}}},"s":{"df":1,"docs":{"289":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"319":{"tf":1.0}}}},"w":{"df":2,"docs":{"108":{"tf":1.0},"130":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"287":{"tf":1.0},"289":{"tf":1.0},"297":{"tf":1.0},"73":{"tf":1.0}}}}}},"r":{"df":2,"docs":{"12":{"tf":1.0},"29":{"tf":1.0}}},"s":{"df":3,"docs":{"154":{"tf":1.7320508075688772},"281":{"tf":1.4142135623730951},"283":{"tf":1.0}},"o":{"df":0,"docs":{},"f":{"df":2,"docs":{"282":{"tf":1.0},"322":{"tf":1.0}}}}},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"26":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":24,"docs":{"116":{"tf":1.0},"117":{"tf":1.0},"124":{"tf":1.0},"15":{"tf":1.0},"163":{"tf":1.0},"169":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"179":{"tf":1.4142135623730951},"180":{"tf":1.0},"181":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"212":{"tf":1.0},"237":{"tf":1.0},"301":{"tf":1.0},"31":{"tf":1.0},"315":{"tf":1.0},"339":{"tf":1.0},"46":{"tf":1.4142135623730951},"54":{"tf":1.0},"60":{"tf":1.0}}}}},"o":{"df":4,"docs":{"154":{"tf":1.0},"160":{"tf":1.0},"233":{"tf":1.0},"292":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"40":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"—":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"’":{"df":1,"docs":{"42":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":100,"docs":{"1":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.4142135623730951},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.4142135623730951},"112":{"tf":1.0},"113":{"tf":2.0},"114":{"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},"13":{"tf":1.0},"137":{"tf":1.0},"14":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":1.0},"161":{"tf":1.0},"165":{"tf":1.0},"168":{"tf":1.0},"171":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.4142135623730951},"183":{"tf":1.0},"184":{"tf":2.0},"189":{"tf":1.0},"190":{"tf":1.0},"194":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"208":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"236":{"tf":1.0},"24":{"tf":1.0},"240":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.4142135623730951},"26":{"tf":1.0},"261":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"269":{"tf":1.4142135623730951},"273":{"tf":1.0},"274":{"tf":1.0},"283":{"tf":1.0},"285":{"tf":1.0},"286":{"tf":1.0},"287":{"tf":1.4142135623730951},"289":{"tf":2.0},"290":{"tf":1.4142135623730951},"295":{"tf":1.0},"296":{"tf":1.4142135623730951},"30":{"tf":1.0},"302":{"tf":1.4142135623730951},"309":{"tf":1.0},"31":{"tf":1.0},"315":{"tf":1.0},"317":{"tf":1.0},"330":{"tf":1.0},"331":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"46":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.0},"64":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.7320508075688772},"72":{"tf":1.0},"73":{"tf":1.7320508075688772},"78":{"tf":1.0},"79":{"tf":1.4142135623730951},"81":{"tf":1.0},"83":{"tf":1.0},"86":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.4142135623730951}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":8,"docs":{"100":{"tf":1.0},"115":{"tf":1.0},"2":{"tf":1.0},"242":{"tf":1.0},"262":{"tf":1.0},"42":{"tf":1.4142135623730951},"48":{"tf":1.0},"5":{"tf":1.0}}}}},"df":0,"docs":{}}}},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"271":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"e":{"df":38,"docs":{"0":{"tf":1.4142135623730951},"10":{"tf":1.0},"102":{"tf":1.4142135623730951},"106":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0},"123":{"tf":1.0},"15":{"tf":1.4142135623730951},"167":{"tf":1.0},"168":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"23":{"tf":1.0},"24":{"tf":1.0},"244":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.0},"250":{"tf":1.4142135623730951},"253":{"tf":1.0},"255":{"tf":1.0},"276":{"tf":1.0},"301":{"tf":1.0},"308":{"tf":1.0},"328":{"tf":1.4142135623730951},"337":{"tf":1.4142135623730951},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.0},"63":{"tf":1.0},"84":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":8,"docs":{"16":{"tf":1.0},"18":{"tf":1.0},"197":{"tf":1.0},"244":{"tf":1.0},"247":{"tf":1.0},"33":{"tf":1.0},"64":{"tf":1.0},"67":{"tf":1.0}}}},"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"39":{"tf":1.0},"47":{"tf":1.4142135623730951},"48":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":21,"docs":{"104":{"tf":1.0},"107":{"tf":1.0},"113":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"173":{"tf":1.0},"239":{"tf":1.0},"244":{"tf":1.0},"278":{"tf":1.0},"289":{"tf":1.0},"306":{"tf":1.4142135623730951},"309":{"tf":1.0},"337":{"tf":1.4142135623730951},"338":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"43":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"67":{"tf":1.4142135623730951},"73":{"tf":1.0},"92":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"201":{"tf":1.0}}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":6,"docs":{"16":{"tf":1.0},"19":{"tf":1.0},"206":{"tf":1.0},"247":{"tf":1.0},"33":{"tf":1.0},"8":{"tf":1.0}},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"69":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"91":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"p":{"df":3,"docs":{"276":{"tf":1.0},"46":{"tf":1.0},"52":{"tf":1.0}}},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"58":{"tf":1.0}}}},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"249":{"tf":1.0},"36":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":7,"docs":{"117":{"tf":1.0},"125":{"tf":1.4142135623730951},"145":{"tf":1.0},"161":{"tf":1.0},"251":{"tf":1.0},"272":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"115":{"tf":1.0},"277":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":10,"docs":{"185":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"244":{"tf":1.4142135623730951},"25":{"tf":1.0},"37":{"tf":1.4142135623730951},"5":{"tf":1.4142135623730951},"56":{"tf":1.0},"8":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}}}}}}}}},"x":{"df":3,"docs":{"194":{"tf":1.0},"306":{"tf":1.0},"46":{"tf":1.0}}},"y":{"b":{"df":2,"docs":{"26":{"tf":1.0},"43":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":14,"docs":{"14":{"tf":1.0},"216":{"tf":1.4142135623730951},"3":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"321":{"tf":1.0},"41":{"tf":1.7320508075688772},"43":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.4142135623730951},"59":{"tf":1.0},"67":{"tf":1.0},"79":{"tf":1.0},"81":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":11,"docs":{"107":{"tf":1.0},"117":{"tf":1.0},"200":{"tf":1.0},"26":{"tf":1.0},"268":{"tf":1.0},"27":{"tf":1.0},"307":{"tf":1.4142135623730951},"328":{"tf":1.0},"54":{"tf":1.4142135623730951},"59":{"tf":1.0},"61":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"301":{"tf":1.0},"337":{"tf":1.4142135623730951}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"339":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"203":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":8,"docs":{"160":{"tf":1.0},"184":{"tf":1.4142135623730951},"209":{"tf":1.0},"228":{"tf":1.4142135623730951},"25":{"tf":1.0},"286":{"tf":1.0},"292":{"tf":1.0},"321":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":5,"docs":{"108":{"tf":1.0},"120":{"tf":1.4142135623730951},"289":{"tf":1.0},"67":{"tf":1.4142135623730951},"70":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":5,"docs":{"10":{"tf":1.0},"20":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"h":{"df":4,"docs":{"13":{"tf":1.0},"245":{"tf":1.0},"44":{"tf":1.0},"56":{"tf":1.0}}},"s":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"149":{"tf":1.0},"156":{"tf":1.0},"255":{"tf":1.0},"314":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"18":{"tf":1.0},"337":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"d":{"df":6,"docs":{"101":{"tf":1.4142135623730951},"259":{"tf":1.0},"33":{"tf":1.0},"339":{"tf":1.0},"42":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"c":{"df":18,"docs":{"124":{"tf":1.0},"132":{"tf":1.0},"148":{"tf":1.4142135623730951},"153":{"tf":1.7320508075688772},"18":{"tf":1.0},"188":{"tf":1.0},"197":{"tf":1.4142135623730951},"219":{"tf":1.7320508075688772},"221":{"tf":2.0},"248":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"268":{"tf":1.0},"337":{"tf":1.0},"339":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"74":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"196":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"i":{"d":{"df":5,"docs":{"142":{"tf":1.0},"158":{"tf":1.0},"203":{"tf":1.0},"226":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"129":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"193":{"tf":1.0}}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"262":{"tf":1.4142135623730951}}}}}}},"d":{"df":1,"docs":{"61":{"tf":1.0}}},"df":1,"docs":{"194":{"tf":1.0}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"119":{"tf":1.0}}}}}}}}}},"d":{"a":{"df":1,"docs":{"269":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":10,"docs":{"117":{"tf":1.0},"119":{"tf":1.7320508075688772},"174":{"tf":1.0},"265":{"tf":1.0},"267":{"tf":1.0},"272":{"tf":1.0},"275":{"tf":1.0},"298":{"tf":1.0},"326":{"tf":1.0},"335":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":7,"docs":{"107":{"tf":1.0},"203":{"tf":1.0},"26":{"tf":1.7320508075688772},"278":{"tf":1.0},"328":{"tf":1.0},"61":{"tf":1.0},"89":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"44":{"tf":1.0}}}},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"112":{"tf":1.0},"240":{"tf":1.0},"73":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"240":{"tf":1.0},"268":{"tf":1.0},"42":{"tf":1.0}}}}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"218":{"tf":1.0},"54":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"285":{"tf":1.0},"323":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":4,"docs":{"105":{"tf":1.0},"109":{"tf":1.0},"113":{"tf":1.4142135623730951},"309":{"tf":1.0}}}},"x":{"df":8,"docs":{"109":{"tf":1.0},"189":{"tf":1.4142135623730951},"24":{"tf":1.0},"251":{"tf":1.0},"326":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.7320508075688772},"48":{"tf":1.0}},"e":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"122":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"c":{"df":0,"docs":{},"k":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"267":{"tf":1.4142135623730951}}}}}}}},"df":2,"docs":{"131":{"tf":1.4142135623730951},"267":{"tf":1.4142135623730951}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"267":{"tf":1.4142135623730951}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":15,"docs":{"108":{"tf":1.0},"178":{"tf":1.0},"212":{"tf":1.7320508075688772},"232":{"tf":1.0},"237":{"tf":1.4142135623730951},"283":{"tf":1.0},"286":{"tf":1.0},"295":{"tf":1.0},"321":{"tf":1.0},"323":{"tf":1.0},"327":{"tf":1.0},"79":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951}},"l":{"df":17,"docs":{"10":{"tf":1.0},"130":{"tf":1.0},"19":{"tf":1.0},"243":{"tf":2.23606797749979},"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.4142135623730951},"276":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"20":{"tf":1.0}}}}}}}},"r":{"df":3,"docs":{"108":{"tf":1.0},"112":{"tf":1.0},"326":{"tf":1.0}}},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"251":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":5,"docs":{"125":{"tf":1.0},"252":{"tf":1.0},"264":{"tf":1.4142135623730951},"35":{"tf":1.0},"45":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"1":{"tf":1.0},"135":{"tf":1.0},"41":{"tf":1.7320508075688772}}}},"df":1,"docs":{"145":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"’":{"df":0,"docs":{},"r":{"df":1,"docs":{"248":{"tf":1.0}}}}}}}}}}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"124":{"tf":1.0},"196":{"tf":1.0},"240":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":32,"docs":{"107":{"tf":1.7320508075688772},"111":{"tf":1.0},"119":{"tf":1.4142135623730951},"120":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"180":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"212":{"tf":1.0},"246":{"tf":1.0},"275":{"tf":1.0},"285":{"tf":1.4142135623730951},"289":{"tf":1.0},"295":{"tf":1.0},"30":{"tf":1.0},"306":{"tf":1.0},"326":{"tf":1.0},"335":{"tf":1.0},"339":{"tf":1.0},"41":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.7320508075688772},"57":{"tf":1.0},"61":{"tf":1.0},"67":{"tf":2.0},"73":{"tf":1.4142135623730951},"79":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"117":{"tf":1.0},"2":{"tf":1.0}}}}},"u":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"30":{"tf":1.0},"313":{"tf":1.0},"326":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":18,"docs":{"116":{"tf":1.0},"135":{"tf":1.7320508075688772},"179":{"tf":1.0},"181":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"303":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":23,"docs":{"109":{"tf":1.0},"117":{"tf":1.0},"120":{"tf":1.0},"145":{"tf":1.4142135623730951},"146":{"tf":1.0},"17":{"tf":1.0},"239":{"tf":1.0},"248":{"tf":1.0},"264":{"tf":1.0},"278":{"tf":1.0},"296":{"tf":1.0},"303":{"tf":1.4142135623730951},"307":{"tf":1.0},"309":{"tf":1.7320508075688772},"313":{"tf":1.0},"331":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"54":{"tf":1.0},"57":{"tf":2.0},"59":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.4142135623730951}}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":4,"docs":{"111":{"tf":1.0},"256":{"tf":1.0},"273":{"tf":1.0},"44":{"tf":1.0}}}},"y":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"114":{"tf":1.4142135623730951}}}}}}},"df":2,"docs":{"114":{"tf":1.0},"317":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"190":{"tf":1.7320508075688772}}}}}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"270":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"47":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"114":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"114":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"114":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"317":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"n":{"+":{"1":{"df":2,"docs":{"107":{"tf":1.0},"306":{"tf":1.0}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":8,"docs":{"198":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"261":{"tf":1.0},"262":{"tf":1.0},"273":{"tf":1.0},"274":{"tf":1.0},"317":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":9,"docs":{"112":{"tf":1.0},"145":{"tf":1.0},"152":{"tf":1.0},"163":{"tf":2.0},"238":{"tf":1.0},"255":{"tf":1.4142135623730951},"261":{"tf":1.4142135623730951},"273":{"tf":1.0},"61":{"tf":1.0}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":4,"docs":{"182":{"tf":1.0},"184":{"tf":1.4142135623730951},"186":{"tf":1.0},"240":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"156":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"255":{"tf":1.0},"64":{"tf":1.0}}}}}},"df":6,"docs":{"130":{"tf":1.0},"152":{"tf":1.4142135623730951},"153":{"tf":1.0},"25":{"tf":1.0},"306":{"tf":1.0},"46":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"117":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":56,"docs":{"0":{"tf":1.0},"10":{"tf":1.4142135623730951},"104":{"tf":1.0},"107":{"tf":1.4142135623730951},"112":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"13":{"tf":1.4142135623730951},"139":{"tf":1.0},"14":{"tf":1.0},"170":{"tf":1.0},"173":{"tf":1.7320508075688772},"179":{"tf":1.7320508075688772},"180":{"tf":1.0},"185":{"tf":1.7320508075688772},"190":{"tf":1.0},"198":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"213":{"tf":1.0},"24":{"tf":1.4142135623730951},"240":{"tf":1.0},"244":{"tf":1.0},"246":{"tf":1.0},"253":{"tf":1.0},"264":{"tf":1.0},"274":{"tf":1.0},"275":{"tf":1.0},"282":{"tf":1.0},"285":{"tf":1.4142135623730951},"287":{"tf":1.4142135623730951},"290":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"304":{"tf":2.0},"306":{"tf":1.4142135623730951},"310":{"tf":1.7320508075688772},"322":{"tf":1.0},"326":{"tf":1.7320508075688772},"328":{"tf":1.0},"44":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951},"5":{"tf":2.0},"54":{"tf":1.7320508075688772},"55":{"tf":1.7320508075688772},"60":{"tf":1.4142135623730951},"61":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"69":{"tf":1.0},"9":{"tf":1.4142135623730951},"93":{"tf":1.0},"98":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"—":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"86":{"tf":1.0}}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"—":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"g":{"df":1,"docs":{"131":{"tf":1.0}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"103":{"tf":1.0},"55":{"tf":1.0}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":38,"docs":{"120":{"tf":1.0},"122":{"tf":1.0},"125":{"tf":1.0},"129":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"134":{"tf":1.4142135623730951},"173":{"tf":1.0},"176":{"tf":1.4142135623730951},"178":{"tf":1.4142135623730951},"188":{"tf":1.0},"209":{"tf":1.0},"218":{"tf":1.4142135623730951},"245":{"tf":1.0},"259":{"tf":1.0},"276":{"tf":1.0},"278":{"tf":1.0},"282":{"tf":1.0},"283":{"tf":1.7320508075688772},"3":{"tf":1.0},"30":{"tf":1.0},"303":{"tf":1.4142135623730951},"31":{"tf":1.0},"323":{"tf":1.4142135623730951},"337":{"tf":2.0},"338":{"tf":1.0},"339":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.4142135623730951},"51":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"64":{"tf":1.0},"71":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.0}},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"125":{"tf":1.0},"56":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"133":{"tf":1.0},"196":{"tf":1.0},"244":{"tf":1.0},"247":{"tf":1.0},"250":{"tf":2.0}}}}},"w":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"p":{"df":1,"docs":{"262":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"258":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"273":{"tf":1.0},"274":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":14,"docs":{"10":{"tf":1.7320508075688772},"128":{"tf":1.0},"173":{"tf":1.0},"203":{"tf":1.0},"250":{"tf":1.4142135623730951},"256":{"tf":1.0},"269":{"tf":1.0},"272":{"tf":1.7320508075688772},"273":{"tf":1.0},"274":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"41":{"tf":2.0},"60":{"tf":1.0}}},"x":{"df":0,"docs":{},"t":{"df":12,"docs":{"115":{"tf":1.4142135623730951},"127":{"tf":1.4142135623730951},"166":{"tf":1.7320508075688772},"191":{"tf":1.7320508075688772},"20":{"tf":1.7320508075688772},"241":{"tf":1.7320508075688772},"251":{"tf":1.0},"271":{"tf":1.7320508075688772},"39":{"tf":1.7320508075688772},"49":{"tf":1.7320508075688772},"62":{"tf":1.7320508075688772},"99":{"tf":1.7320508075688772}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"163":{"tf":1.0}}}}}}}},"o":{"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"104":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"z":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"210":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"210":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"281":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},":":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"178":{"tf":1.0}}}}}}}},"df":0,"docs":{},"v":{"1":{".":{"2":{".":{"3":{"df":1,"docs":{"184":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"273":{"tf":1.0},"274":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":3,"docs":{"168":{"tf":1.0},"190":{"tf":1.0},"266":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"168":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"111":{"tf":1.0},"330":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"b":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"231":{"tf":1.0}},"e":{"=":{"2":{"8":{"0":{"8":{"0":{"df":5,"docs":{"172":{"tf":1.0},"214":{"tf":1.0},"231":{"tf":1.0},"282":{"tf":1.0},"322":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"197":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"193":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":8,"docs":{"168":{"tf":1.0},"190":{"tf":1.0},"193":{"tf":1.4142135623730951},"197":{"tf":1.0},"199":{"tf":1.4142135623730951},"200":{"tf":1.0},"202":{"tf":1.0},"266":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":136,"docs":{"107":{"tf":2.23606797749979},"108":{"tf":1.0},"111":{"tf":1.4142135623730951},"116":{"tf":1.0},"119":{"tf":1.4142135623730951},"122":{"tf":1.0},"123":{"tf":1.7320508075688772},"129":{"tf":1.0},"13":{"tf":1.0},"133":{"tf":1.0},"140":{"tf":1.7320508075688772},"141":{"tf":1.7320508075688772},"142":{"tf":1.0},"146":{"tf":1.0},"15":{"tf":1.4142135623730951},"152":{"tf":2.0},"154":{"tf":1.0},"157":{"tf":1.4142135623730951},"158":{"tf":1.0},"159":{"tf":1.7320508075688772},"16":{"tf":1.4142135623730951},"160":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.7320508075688772},"169":{"tf":1.0},"170":{"tf":1.4142135623730951},"175":{"tf":1.0},"176":{"tf":1.7320508075688772},"18":{"tf":1.7320508075688772},"181":{"tf":1.0},"182":{"tf":1.0},"188":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.7320508075688772},"194":{"tf":1.0},"195":{"tf":1.0},"197":{"tf":2.0},"198":{"tf":1.7320508075688772},"199":{"tf":1.0},"2":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.7320508075688772},"204":{"tf":1.0},"205":{"tf":1.0},"208":{"tf":2.23606797749979},"209":{"tf":1.7320508075688772},"212":{"tf":1.0},"214":{"tf":1.4142135623730951},"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.4142135623730951},"218":{"tf":1.7320508075688772},"219":{"tf":1.0},"220":{"tf":1.7320508075688772},"221":{"tf":1.0},"225":{"tf":1.4142135623730951},"226":{"tf":1.0},"227":{"tf":1.7320508075688772},"228":{"tf":1.0},"230":{"tf":1.7320508075688772},"231":{"tf":1.0},"232":{"tf":1.0},"239":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.4142135623730951},"246":{"tf":1.0},"247":{"tf":1.7320508075688772},"249":{"tf":1.7320508075688772},"250":{"tf":1.0},"256":{"tf":1.4142135623730951},"259":{"tf":1.7320508075688772},"262":{"tf":1.4142135623730951},"264":{"tf":1.4142135623730951},"266":{"tf":1.0},"267":{"tf":1.4142135623730951},"268":{"tf":1.0},"273":{"tf":1.0},"276":{"tf":1.4142135623730951},"281":{"tf":2.449489742783178},"282":{"tf":1.0},"283":{"tf":2.23606797749979},"285":{"tf":2.449489742783178},"287":{"tf":2.23606797749979},"289":{"tf":1.0},"29":{"tf":1.0},"290":{"tf":2.449489742783178},"293":{"tf":1.7320508075688772},"297":{"tf":1.7320508075688772},"298":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":2.0},"303":{"tf":1.7320508075688772},"304":{"tf":1.0},"306":{"tf":2.23606797749979},"308":{"tf":1.0},"31":{"tf":2.449489742783178},"312":{"tf":1.7320508075688772},"313":{"tf":1.0},"314":{"tf":1.0},"32":{"tf":2.6457513110645907},"323":{"tf":2.0},"326":{"tf":2.23606797749979},"327":{"tf":1.0},"328":{"tf":1.0},"33":{"tf":1.0},"337":{"tf":3.0},"338":{"tf":1.0},"339":{"tf":2.6457513110645907},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.4142135623730951},"47":{"tf":1.7320508075688772},"5":{"tf":1.4142135623730951},"51":{"tf":1.7320508075688772},"54":{"tf":2.23606797749979},"56":{"tf":2.23606797749979},"58":{"tf":2.23606797749979},"6":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"7":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.7320508075688772},"8":{"tf":1.7320508075688772},"80":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951},"9":{"tf":1.0}},"s":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}},"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":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"i":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"i":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"’":{"df":5,"docs":{"170":{"tf":1.0},"182":{"tf":1.0},"218":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":2,"docs":{"117":{"tf":1.0},"24":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"df":29,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.7320508075688772},"11":{"tf":1.0},"133":{"tf":1.0},"140":{"tf":2.23606797749979},"141":{"tf":2.0},"152":{"tf":1.7320508075688772},"153":{"tf":1.7320508075688772},"157":{"tf":1.7320508075688772},"159":{"tf":1.4142135623730951},"170":{"tf":1.4142135623730951},"208":{"tf":2.8284271247461903},"210":{"tf":1.7320508075688772},"220":{"tf":1.4142135623730951},"225":{"tf":1.0},"227":{"tf":1.4142135623730951},"230":{"tf":2.449489742783178},"281":{"tf":2.8284271247461903},"283":{"tf":1.4142135623730951},"304":{"tf":2.23606797749979},"323":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.7320508075688772},"40":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"8":{"tf":1.7320508075688772},"9":{"tf":1.0}},"s":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"=":{"/":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"172":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"=":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":2,"docs":{"208":{"tf":1.0},"281":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":3,"docs":{"208":{"tf":1.0},"230":{"tf":1.0},"281":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"119":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"{":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"267":{"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":{"262":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"256":{"tf":1.0}}},"df":0,"docs":{}},"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":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"163":{"tf":1.0},"164":{"tf":1.0}},"s":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":6,"docs":{"144":{"tf":1.0},"152":{"tf":1.0},"172":{"tf":1.0},"220":{"tf":1.0},"298":{"tf":1.0},"314":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"177":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"k":{"8":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"k":{"8":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"183":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{":":{":":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":2,"docs":{"119":{"tf":1.0},"171":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{":":{":":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"119":{"tf":1.0},"54":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"n":{"c":{"df":1,"docs":{"67":{"tf":1.0}}},"df":2,"docs":{"106":{"tf":1.0},"296":{"tf":1.4142135623730951}},"e":{"df":2,"docs":{"266":{"tf":1.0},"54":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"113":{"tf":1.0}}},"i":{"c":{"df":2,"docs":{"55":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":18,"docs":{"11":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"136":{"tf":1.0},"166":{"tf":1.0},"191":{"tf":1.0},"199":{"tf":1.0},"20":{"tf":1.0},"241":{"tf":1.0},"258":{"tf":1.0},"271":{"tf":1.0},"28":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"62":{"tf":1.0},"99":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"248":{"tf":1.0},"84":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"34":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"[":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"29":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":22,"docs":{"112":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"132":{"tf":1.0},"168":{"tf":1.0},"188":{"tf":1.0},"196":{"tf":1.0},"205":{"tf":1.0},"219":{"tf":1.7320508075688772},"25":{"tf":1.4142135623730951},"264":{"tf":1.4142135623730951},"266":{"tf":1.0},"268":{"tf":1.0},"27":{"tf":1.0},"278":{"tf":1.0},"307":{"tf":1.0},"337":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"35":{"tf":1.0},"37":{"tf":1.0},"54":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":4,"docs":{"102":{"tf":1.0},"117":{"tf":1.0},"339":{"tf":1.0},"59":{"tf":1.0}}}}}}},"df":1,"docs":{"29":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"276":{"tf":1.0},"278":{"tf":1.0}}}}}},"k":{"(":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"267":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"267":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"\\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"273":{"tf":1.0},"274":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":18,"docs":{"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},"137":{"tf":1.0},"148":{"tf":1.0},"165":{"tf":1.0},"189":{"tf":1.4142135623730951},"198":{"tf":1.0},"261":{"tf":1.4142135623730951},"262":{"tf":1.0},"273":{"tf":1.4142135623730951},"274":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0}}},"n":{"_":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"164":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"c":{"df":10,"docs":{"14":{"tf":1.0},"205":{"tf":1.0},"210":{"tf":1.0},"246":{"tf":1.0},"30":{"tf":1.0},"302":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.4142135623730951},"45":{"tf":1.0},"48":{"tf":1.0}}},"df":26,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"112":{"tf":1.0},"123":{"tf":1.0},"167":{"tf":1.0},"191":{"tf":1.0},"203":{"tf":1.0},"244":{"tf":1.0},"248":{"tf":1.0},"260":{"tf":1.0},"264":{"tf":1.0},"290":{"tf":1.0},"3":{"tf":1.0},"309":{"tf":1.4142135623730951},"33":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"51":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"82":{"tf":1.4142135623730951},"98":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"140":{"tf":1.0},"18":{"tf":1.0},"249":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"233":{"tf":1.0},"292":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"’":{"df":1,"docs":{"206":{"tf":1.0}}}}}}},"df":53,"docs":{"109":{"tf":1.0},"123":{"tf":1.0},"199":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.7320508075688772},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"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.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"246":{"tf":1.0},"259":{"tf":1.0},"312":{"tf":1.0},"33":{"tf":1.0},"337":{"tf":1.4142135623730951},"58":{"tf":1.0},"75":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"9":{"tf":1.0},"94":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}}}},"t":{"df":2,"docs":{"106":{"tf":1.4142135623730951},"24":{"tf":1.0}},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"28":{"tf":1.0}}},"o":{"df":0,"docs":{},"n":{"<":{"&":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":3,"docs":{"168":{"tf":1.0},"190":{"tf":1.0},"266":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":18,"docs":{"127":{"tf":1.0},"148":{"tf":1.0},"168":{"tf":1.0},"170":{"tf":1.0},"190":{"tf":1.0},"195":{"tf":1.0},"197":{"tf":1.0},"241":{"tf":1.0},"255":{"tf":1.0},"261":{"tf":1.0},"266":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"67":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951},"74":{"tf":1.0},"79":{"tf":1.4142135623730951}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":13,"docs":{"12":{"tf":1.0},"186":{"tf":1.0},"19":{"tf":1.7320508075688772},"22":{"tf":1.4142135623730951},"244":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.0},"276":{"tf":1.4142135623730951},"337":{"tf":1.0},"41":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"8":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"28":{"tf":1.0},"37":{"tf":2.0}}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"10":{"tf":1.0},"279":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"36":{"tf":1.0}}}}}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"130":{"tf":1.4142135623730951}}}}},"df":4,"docs":{"129":{"tf":1.0},"282":{"tf":1.0},"298":{"tf":1.0},"335":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"270":{"tf":1.0},"60":{"tf":1.0}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"20":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"205":{"tf":1.0}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":6,"docs":{"116":{"tf":1.0},"117":{"tf":1.0},"12":{"tf":1.0},"244":{"tf":1.0},"339":{"tf":1.0},"43":{"tf":1.0}}}}},"df":7,"docs":{"141":{"tf":1.0},"160":{"tf":1.0},"228":{"tf":1.0},"297":{"tf":2.8284271247461903},"314":{"tf":1.0},"58":{"tf":1.0},"62":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"136":{"tf":1.0},"138":{"tf":1.7320508075688772}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"165":{"tf":1.0},"38":{"tf":1.0}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"248":{"tf":1.0}}}},"df":12,"docs":{"22":{"tf":1.4142135623730951},"248":{"tf":1.0},"25":{"tf":1.0},"303":{"tf":1.0},"337":{"tf":1.4142135623730951},"34":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"48":{"tf":1.0},"5":{"tf":1.0},"8":{"tf":1.0},"84":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":6,"docs":{"174":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"186":{"tf":1.0},"327":{"tf":1.0},"42":{"tf":1.0}},"—":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"326":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"13":{"tf":1.0}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":10,"docs":{"11":{"tf":1.7320508075688772},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"df":1,"docs":{"287":{"tf":1.0}}}}}}}}}}},"p":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"29":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"129":{"tf":1.0}}},"k":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"276":{"tf":1.0},"52":{"tf":1.0}}}},"df":3,"docs":{"108":{"tf":1.0},"120":{"tf":1.0},"70":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":2,"docs":{"0":{"tf":1.0},"201":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}},"r":{"df":6,"docs":{"116":{"tf":1.0},"131":{"tf":1.0},"195":{"tf":1.4142135623730951},"204":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"6":{"tf":1.0}}}},"n":{"df":0,"docs":{},"i":{"c":{"df":5,"docs":{"150":{"tf":1.7320508075688772},"159":{"tf":1.4142135623730951},"227":{"tf":1.0},"268":{"tf":1.0},"339":{"tf":1.0}},"k":{"df":1,"docs":{"150":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":8,"docs":{"146":{"tf":2.0},"173":{"tf":1.0},"239":{"tf":1.7320508075688772},"296":{"tf":1.0},"297":{"tf":1.0},"313":{"tf":2.0},"314":{"tf":1.0},"328":{"tf":1.0}},"—":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"239":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":15,"docs":{"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.7320508075688772},"13":{"tf":1.0},"134":{"tf":1.0},"245":{"tf":1.4142135623730951},"30":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.0},"56":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"131":{"tf":1.0},"331":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"208":{"tf":1.0}}}}},"t":{"df":334,"docs":{"10":{"tf":2.6457513110645907},"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},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"12":{"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},"13":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"14":{"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},"15":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"16":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.4142135623730951},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"17":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"18":{"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},"19":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"20":{"tf":1.7320508075688772},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"21":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.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},"22":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"23":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"24":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"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},"25":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.4142135623730951},"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},"26":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.0},"27":{"tf":1.0},"270":{"tf":1.0},"271":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.0},"274":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.7320508075688772},"278":{"tf":1.0},"279":{"tf":1.0},"28":{"tf":1.0},"280":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.0},"285":{"tf":1.0},"286":{"tf":1.0},"287":{"tf":1.0},"288":{"tf":1.0},"289":{"tf":1.0},"29":{"tf":1.0},"290":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"30":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"31":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.0},"314":{"tf":1.0},"315":{"tf":1.0},"316":{"tf":1.0},"317":{"tf":1.0},"318":{"tf":1.0},"319":{"tf":1.0},"32":{"tf":1.0},"320":{"tf":1.0},"321":{"tf":1.0},"322":{"tf":1.0},"323":{"tf":1.0},"324":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"328":{"tf":1.0},"329":{"tf":1.0},"33":{"tf":1.0},"330":{"tf":1.0},"331":{"tf":1.0},"332":{"tf":1.0},"333":{"tf":1.0},"334":{"tf":1.0},"335":{"tf":1.0},"336":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.0},"339":{"tf":1.0},"34":{"tf":1.0},"340":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.7320508075688772},"50":{"tf":1.7320508075688772},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.7320508075688772},"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.4142135623730951}},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"203":{"tf":1.0}}}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":4,"docs":{"2":{"tf":1.4142135623730951},"278":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"210":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":5,"docs":{"188":{"tf":1.0},"203":{"tf":1.0},"337":{"tf":1.0},"60":{"tf":1.0},"77":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"45":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"116":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":19,"docs":{"113":{"tf":1.0},"143":{"tf":1.0},"148":{"tf":1.0},"246":{"tf":1.4142135623730951},"260":{"tf":1.0},"261":{"tf":1.0},"295":{"tf":1.4142135623730951},"296":{"tf":1.4142135623730951},"297":{"tf":1.7320508075688772},"31":{"tf":1.4142135623730951},"321":{"tf":1.4142135623730951},"33":{"tf":1.0},"339":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"54":{"tf":1.0},"8":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"12":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"172":{"tf":1.0},"238":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":35,"docs":{"100":{"tf":2.0},"101":{"tf":1.7320508075688772},"102":{"tf":1.7320508075688772},"103":{"tf":1.7320508075688772},"104":{"tf":1.7320508075688772},"105":{"tf":1.7320508075688772},"106":{"tf":1.7320508075688772},"107":{"tf":1.7320508075688772},"108":{"tf":1.7320508075688772},"109":{"tf":1.7320508075688772},"110":{"tf":2.0},"111":{"tf":1.7320508075688772},"112":{"tf":1.7320508075688772},"113":{"tf":2.6457513110645907},"114":{"tf":1.0},"115":{"tf":1.4142135623730951},"116":{"tf":1.7320508075688772},"117":{"tf":1.0},"118":{"tf":1.0},"127":{"tf":1.0},"145":{"tf":1.0},"19":{"tf":1.0},"199":{"tf":1.0},"201":{"tf":2.0},"202":{"tf":1.0},"203":{"tf":1.7320508075688772},"204":{"tf":1.0},"205":{"tf":1.4142135623730951},"267":{"tf":1.0},"339":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"51":{"tf":1.0},"55":{"tf":1.0},"61":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"130":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"262":{"tf":1.0}}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"262":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}}}}}}},"df":17,"docs":{"129":{"tf":1.0},"141":{"tf":1.0},"197":{"tf":1.0},"199":{"tf":1.0},"203":{"tf":1.0},"216":{"tf":1.0},"218":{"tf":1.0},"225":{"tf":1.0},"262":{"tf":2.0},"283":{"tf":1.0},"285":{"tf":2.0},"32":{"tf":1.4142135623730951},"337":{"tf":1.0},"34":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0},"56":{"tf":1.4142135623730951}}}},"r":{"df":14,"docs":{"120":{"tf":1.0},"121":{"tf":1.4142135623730951},"130":{"tf":1.0},"134":{"tf":1.0},"209":{"tf":1.0},"23":{"tf":1.4142135623730951},"301":{"tf":1.0},"46":{"tf":1.0},"55":{"tf":1.4142135623730951},"61":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"72":{"tf":1.4142135623730951},"73":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":3,"docs":{"124":{"tf":1.0},"14":{"tf":1.0},"325":{"tf":1.4142135623730951}}}}}},"i":{"df":0,"docs":{},"o":{"d":{"df":7,"docs":{"142":{"tf":1.0},"249":{"tf":1.0},"256":{"tf":1.0},"259":{"tf":1.0},"338":{"tf":1.0},"35":{"tf":1.0},"87":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"209":{"tf":1.0},"234":{"tf":1.0},"293":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"152":{"tf":1.0},"172":{"tf":1.0},"259":{"tf":1.0},"314":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":9,"docs":{"130":{"tf":1.4142135623730951},"135":{"tf":3.0},"138":{"tf":1.0},"139":{"tf":1.4142135623730951},"140":{"tf":1.4142135623730951},"141":{"tf":1.4142135623730951},"142":{"tf":1.4142135623730951},"143":{"tf":1.4142135623730951},"144":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":9,"docs":{"20":{"tf":1.4142135623730951},"21":{"tf":1.7320508075688772},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"49":{"tf":1.0}}}}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"116":{"tf":1.0},"117":{"tf":1.0},"134":{"tf":1.0},"273":{"tf":1.0},"278":{"tf":1.0}}}},"d":{"df":3,"docs":{"140":{"tf":1.7320508075688772},"282":{"tf":1.0},"322":{"tf":1.0}}},"df":0,"docs":{},"e":{"c":{"df":6,"docs":{"12":{"tf":1.0},"246":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"135":{"tf":1.4142135623730951}}}}}}}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"207":{"tf":1.0},"321":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":54,"docs":{"101":{"tf":1.4142135623730951},"110":{"tf":1.4142135623730951},"111":{"tf":1.4142135623730951},"116":{"tf":1.4142135623730951},"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},"131":{"tf":1.0},"137":{"tf":1.0},"139":{"tf":1.0},"14":{"tf":2.23606797749979},"15":{"tf":2.23606797749979},"165":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"189":{"tf":1.7320508075688772},"190":{"tf":1.0},"194":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"240":{"tf":1.0},"244":{"tf":1.0},"246":{"tf":1.4142135623730951},"250":{"tf":1.4142135623730951},"257":{"tf":1.0},"258":{"tf":1.0},"263":{"tf":1.0},"269":{"tf":1.0},"276":{"tf":1.0},"30":{"tf":2.449489742783178},"302":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"330":{"tf":1.0},"331":{"tf":1.0},"337":{"tf":1.4142135623730951},"339":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":2.0},"51":{"tf":1.4142135623730951},"54":{"tf":1.7320508075688772},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0},"77":{"tf":1.0},"81":{"tf":1.0}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":3,"docs":{"174":{"tf":1.0},"180":{"tf":1.0},"209":{"tf":1.0}}}}}}},"y":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{},"u":{"df":1,"docs":{"3":{"tf":1.0}},"g":{"df":1,"docs":{"272":{"tf":1.0}},"g":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"42":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"b":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"d":{"df":11,"docs":{"15":{"tf":1.0},"152":{"tf":1.4142135623730951},"18":{"tf":1.0},"182":{"tf":1.0},"186":{"tf":1.4142135623730951},"247":{"tf":1.0},"283":{"tf":1.4142135623730951},"293":{"tf":1.0},"31":{"tf":1.0},"337":{"tf":1.0},"42":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":8,"docs":{"119":{"tf":1.0},"163":{"tf":1.0},"19":{"tf":1.0},"230":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"30":{"tf":1.0},"48":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":5,"docs":{"170":{"tf":1.0},"176":{"tf":1.0},"203":{"tf":1.0},"256":{"tf":1.4142135623730951},"32":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"25":{"tf":1.0},"34":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":10,"docs":{"15":{"tf":1.0},"168":{"tf":1.0},"19":{"tf":1.0},"251":{"tf":1.0},"27":{"tf":1.0},"42":{"tf":1.4142135623730951},"44":{"tf":1.0},"48":{"tf":1.4142135623730951},"51":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"’":{"df":0,"docs":{},"r":{"df":1,"docs":{"47":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":12,"docs":{"146":{"tf":1.0},"153":{"tf":2.0},"172":{"tf":1.4142135623730951},"173":{"tf":1.0},"209":{"tf":1.4142135623730951},"214":{"tf":2.0},"218":{"tf":1.4142135623730951},"231":{"tf":1.7320508075688772},"282":{"tf":2.6457513110645907},"313":{"tf":1.0},"32":{"tf":1.0},"322":{"tf":2.0}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"247":{"tf":1.0},"298":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":6,"docs":{"132":{"tf":1.0},"135":{"tf":1.0},"248":{"tf":1.4142135623730951},"337":{"tf":1.0},"39":{"tf":1.0},"67":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"133":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":14,"docs":{"100":{"tf":1.0},"117":{"tf":1.7320508075688772},"136":{"tf":1.0},"191":{"tf":1.0},"196":{"tf":1.4142135623730951},"206":{"tf":1.0},"259":{"tf":1.4142135623730951},"264":{"tf":1.4142135623730951},"268":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"44":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"61":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"319":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"18":{"tf":1.0},"24":{"tf":1.0},"250":{"tf":1.0},"45":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":3,"docs":{"304":{"tf":1.0},"312":{"tf":1.0},"328":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"10":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"276":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":8,"docs":{"150":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.4142135623730951},"209":{"tf":1.4142135623730951},"246":{"tf":1.0},"287":{"tf":1.0},"30":{"tf":1.0},"339":{"tf":1.0}}}}}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"128":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"117":{"tf":1.0},"269":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"56":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":9,"docs":{"215":{"tf":1.0},"218":{"tf":1.4142135623730951},"246":{"tf":1.0},"268":{"tf":1.0},"293":{"tf":1.0},"337":{"tf":1.0},"339":{"tf":1.0},"37":{"tf":1.0},"48":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"116":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"276":{"tf":1.4142135623730951}}}}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"21":{"tf":1.4142135623730951},"252":{"tf":1.0},"27":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":2,"docs":{"256":{"tf":1.0},"259":{"tf":1.0}},"l":{"df":0,"docs":{},"n":{"!":{"(":{"\\"":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"148":{"tf":1.0},"165":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"267":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"256":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"148":{"tf":1.0},"165":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}}}}},"o":{"b":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"131":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":4,"docs":{"203":{"tf":1.0},"273":{"tf":1.4142135623730951},"275":{"tf":1.0},"276":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":19,"docs":{"150":{"tf":1.0},"156":{"tf":1.0},"19":{"tf":1.0},"225":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"251":{"tf":1.0},"268":{"tf":1.0},"279":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"303":{"tf":1.0},"324":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}},"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"32":{"tf":1.0}},"e":{"d":{"df":2,"docs":{"139":{"tf":1.0},"18":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"s":{"df":28,"docs":{"120":{"tf":1.0},"144":{"tf":1.0},"15":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.4142135623730951},"173":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"218":{"tf":1.0},"231":{"tf":1.4142135623730951},"247":{"tf":1.0},"282":{"tf":1.4142135623730951},"3":{"tf":1.0},"31":{"tf":1.4142135623730951},"315":{"tf":1.0},"32":{"tf":1.0},"322":{"tf":1.4142135623730951},"337":{"tf":1.0},"338":{"tf":1.4142135623730951},"339":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"42":{"tf":1.7320508075688772},"44":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.4142135623730951},"65":{"tf":1.0},"70":{"tf":1.0}}}}}},"d":{"df":1,"docs":{"205":{"tf":1.0}},"u":{"c":{"df":17,"docs":{"120":{"tf":1.0},"133":{"tf":1.0},"2":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"23":{"tf":1.7320508075688772},"285":{"tf":1.0},"286":{"tf":1.0},"30":{"tf":1.0},"301":{"tf":1.0},"337":{"tf":1.7320508075688772},"44":{"tf":1.4142135623730951},"45":{"tf":1.0},"46":{"tf":1.0},"54":{"tf":1.7320508075688772},"56":{"tf":1.0},"89":{"tf":1.0}},"t":{"df":19,"docs":{"107":{"tf":1.0},"125":{"tf":1.4142135623730951},"128":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.7320508075688772},"185":{"tf":1.0},"186":{"tf":1.0},"196":{"tf":1.0},"23":{"tf":1.0},"240":{"tf":2.0},"26":{"tf":1.0},"286":{"tf":1.0},"3":{"tf":1.0},"306":{"tf":1.0},"337":{"tf":1.0},"339":{"tf":1.0},"42":{"tf":1.4142135623730951},"60":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":1,"docs":{"269":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":3,"docs":{"174":{"tf":1.7320508075688772},"180":{"tf":1.7320508075688772},"186":{"tf":1.7320508075688772}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"340":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"165":{"tf":1.7320508075688772},"330":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":29,"docs":{"123":{"tf":1.0},"129":{"tf":1.4142135623730951},"142":{"tf":1.0},"149":{"tf":1.0},"156":{"tf":1.0},"168":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"195":{"tf":1.0},"213":{"tf":1.0},"222":{"tf":2.0},"247":{"tf":1.0},"248":{"tf":1.0},"25":{"tf":1.0},"256":{"tf":1.0},"259":{"tf":1.0},"285":{"tf":1.4142135623730951},"286":{"tf":1.4142135623730951},"324":{"tf":1.0},"337":{"tf":1.7320508075688772},"34":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"38":{"tf":1.0},"46":{"tf":1.4142135623730951},"54":{"tf":1.7320508075688772},"64":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":8,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.0},"319":{"tf":1.0},"334":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0}},"’":{"df":2,"docs":{"253":{"tf":1.0},"298":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":2,"docs":{"153":{"tf":1.0},"221":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"42":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"f":{"df":2,"docs":{"210":{"tf":1.0},"338":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"120":{"tf":1.0},"247":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"246":{"tf":1.0},"31":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"134":{"tf":1.0},"337":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"2":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":17,"docs":{"1":{"tf":1.0},"129":{"tf":1.0},"132":{"tf":1.0},"2":{"tf":1.4142135623730951},"23":{"tf":1.7320508075688772},"247":{"tf":1.0},"250":{"tf":1.0},"253":{"tf":1.0},"27":{"tf":1.4142135623730951},"301":{"tf":2.0},"32":{"tf":1.0},"337":{"tf":2.0},"338":{"tf":1.0},"34":{"tf":1.0},"46":{"tf":2.23606797749979},"47":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":2,"docs":{"173":{"tf":1.0},"245":{"tf":1.0}}}}}}},"v":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":2,"docs":{"26":{"tf":1.0},"273":{"tf":1.0}},"n":{"df":1,"docs":{"247":{"tf":1.0}}},"r":{"df":1,"docs":{"210":{"tf":1.7320508075688772}}}},"i":{"d":{"df":18,"docs":{"10":{"tf":1.0},"133":{"tf":1.0},"15":{"tf":1.0},"168":{"tf":1.0},"175":{"tf":1.0},"181":{"tf":1.0},"190":{"tf":1.0},"193":{"tf":1.4142135623730951},"197":{"tf":1.0},"199":{"tf":1.0},"210":{"tf":1.0},"236":{"tf":1.0},"252":{"tf":1.0},"266":{"tf":1.0},"268":{"tf":1.0},"337":{"tf":1.0},"339":{"tf":1.4142135623730951},"42":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":3,"docs":{"168":{"tf":1.0},"266":{"tf":1.0},"29":{"tf":1.0}}}}}}},"s":{"df":2,"docs":{"283":{"tf":1.0},"287":{"tf":1.0}},"e":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"273":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"b":{"df":15,"docs":{"114":{"tf":1.0},"168":{"tf":1.4142135623730951},"190":{"tf":1.0},"199":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.7320508075688772},"258":{"tf":2.0},"261":{"tf":1.0},"262":{"tf":1.4142135623730951},"266":{"tf":1.4142135623730951},"267":{"tf":1.0},"269":{"tf":1.4142135623730951},"273":{"tf":1.4142135623730951},"274":{"tf":1.4142135623730951},"42":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":4,"docs":{"2":{"tf":1.0},"338":{"tf":1.4142135623730951},"4":{"tf":1.0},"96":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"_":{"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":{"163":{"tf":1.0}}}}}}}}}},"df":1,"docs":{"176":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":5,"docs":{"245":{"tf":1.4142135623730951},"264":{"tf":1.0},"310":{"tf":1.0},"35":{"tf":1.0},"54":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"248":{"tf":1.0},"34":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"163":{"tf":1.0},"203":{"tf":1.0}}}},"t":{"df":3,"docs":{"41":{"tf":1.0},"49":{"tf":1.0},"56":{"tf":1.0}}}}},"q":{"a":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"10":{"tf":1.0},"113":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"299":{"tf":1.4142135623730951},"300":{"tf":1.4142135623730951}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":9,"docs":{"10":{"tf":1.0},"105":{"tf":1.0},"116":{"tf":1.0},"119":{"tf":1.0},"187":{"tf":1.0},"277":{"tf":1.0},"307":{"tf":1.0},"312":{"tf":1.0},"43":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"56":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"10":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"27":{"tf":1.0}}}},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"r":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"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":{"c":{"df":0,"docs":{},"e":{"df":5,"docs":{"215":{"tf":1.0},"268":{"tf":1.0},"296":{"tf":1.0},"337":{"tf":1.0},"37":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":1,"docs":{"326":{"tf":1.7320508075688772}}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":8,"docs":{"123":{"tf":1.0},"134":{"tf":1.4142135623730951},"203":{"tf":1.0},"24":{"tf":1.0},"33":{"tf":1.0},"58":{"tf":1.4142135623730951},"74":{"tf":1.0},"78":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":6,"docs":{"134":{"tf":1.0},"16":{"tf":1.0},"193":{"tf":1.0},"64":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"194":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"37":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"249":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"(":{"1":{"0":{"df":7,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"122":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0}}},"df":0,"docs":{}},"2":{"df":6,"docs":{"103":{"tf":1.0},"121":{"tf":1.4142135623730951},"122":{"tf":1.0},"57":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0}}},"5":{"0":{"df":1,"docs":{"124":{"tf":1.0}}},"df":4,"docs":{"120":{"tf":1.4142135623730951},"123":{"tf":1.0},"124":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":2,"docs":{"67":{"tf":1.0},"73":{"tf":1.0}}}},"df":34,"docs":{"108":{"tf":2.0},"117":{"tf":1.0},"120":{"tf":1.0},"122":{"tf":1.0},"124":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.0},"203":{"tf":1.0},"212":{"tf":1.0},"24":{"tf":1.0},"247":{"tf":1.0},"25":{"tf":1.4142135623730951},"278":{"tf":1.4142135623730951},"287":{"tf":1.4142135623730951},"289":{"tf":1.0},"297":{"tf":1.0},"327":{"tf":1.0},"33":{"tf":1.0},"337":{"tf":1.4142135623730951},"35":{"tf":1.0},"43":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"65":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.4142135623730951},"74":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"89":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":13,"docs":{"107":{"tf":1.4142135623730951},"20":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.7320508075688772},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"29":{"tf":1.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"273":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"274":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"273":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"l":{"df":2,"docs":{"273":{"tf":1.7320508075688772},"274":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":5,"docs":{"182":{"tf":1.0},"285":{"tf":1.0},"323":{"tf":1.4142135623730951},"5":{"tf":1.0},"54":{"tf":1.0}}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":7,"docs":{"100":{"tf":1.0},"115":{"tf":1.0},"255":{"tf":1.0},"261":{"tf":1.0},"278":{"tf":1.0},"339":{"tf":1.0},"44":{"tf":1.0}}}},"df":0,"docs":{}},"df":7,"docs":{"10":{"tf":1.7320508075688772},"101":{"tf":1.0},"112":{"tf":1.0},"156":{"tf":1.4142135623730951},"314":{"tf":1.0},"334":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":39,"docs":{"123":{"tf":1.0},"133":{"tf":1.4142135623730951},"141":{"tf":3.0},"15":{"tf":1.0},"157":{"tf":2.6457513110645907},"16":{"tf":1.0},"170":{"tf":1.0},"176":{"tf":1.0},"182":{"tf":1.0},"19":{"tf":1.0},"212":{"tf":1.0},"215":{"tf":1.7320508075688772},"216":{"tf":1.7320508075688772},"217":{"tf":2.0},"218":{"tf":2.0},"22":{"tf":1.0},"225":{"tf":2.449489742783178},"232":{"tf":1.7320508075688772},"247":{"tf":1.7320508075688772},"249":{"tf":1.0},"250":{"tf":1.0},"268":{"tf":1.4142135623730951},"283":{"tf":2.0},"297":{"tf":1.4142135623730951},"31":{"tf":1.0},"312":{"tf":1.0},"32":{"tf":2.449489742783178},"323":{"tf":1.4142135623730951},"33":{"tf":1.0},"337":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.0},"47":{"tf":3.0},"48":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.0},"82":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"276":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"237":{"tf":1.0},"295":{"tf":1.0}},"s":{"=":{"1":{"2":{"0":{"df":3,"docs":{"217":{"tf":1.0},"232":{"tf":1.0},"283":{"tf":1.0}}},"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":{},"o":{"d":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"l":{"df":13,"docs":{"130":{"tf":1.0},"186":{"tf":1.0},"222":{"tf":1.0},"251":{"tf":1.0},"267":{"tf":1.0},"272":{"tf":1.0},"303":{"tf":1.4142135623730951},"309":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"5":{"tf":1.0},"57":{"tf":1.0},"8":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":1,"docs":{"306":{"tf":1.0}},"—":{"df":0,"docs":{},"k":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"t":{"df":13,"docs":{"107":{"tf":1.0},"109":{"tf":1.0},"122":{"tf":1.0},"180":{"tf":1.0},"196":{"tf":1.0},"205":{"tf":1.0},"240":{"tf":1.0},"247":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":1.0},"67":{"tf":1.0},"83":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"15":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":8,"docs":{"23":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"54":{"tf":1.0},"61":{"tf":1.0},"87":{"tf":1.0},"96":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":4,"docs":{"247":{"tf":1.0},"255":{"tf":1.0},"259":{"tf":1.0},"268":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"132":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"d":{"df":1,"docs":{"80":{"tf":1.0}}},"df":0,"docs":{}},"v":{"df":7,"docs":{"308":{"tf":1.0},"324":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":10,"docs":{"106":{"tf":1.0},"116":{"tf":1.0},"123":{"tf":1.0},"192":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"303":{"tf":1.0},"307":{"tf":1.0},"337":{"tf":1.0},"82":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":12,"docs":{"110":{"tf":1.0},"283":{"tf":1.0},"286":{"tf":1.4142135623730951},"287":{"tf":1.0},"289":{"tf":1.4142135623730951},"295":{"tf":1.0},"298":{"tf":1.0},"312":{"tf":1.0},"321":{"tf":1.0},"323":{"tf":1.0},"327":{"tf":1.4142135623730951},"328":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":44,"docs":{"10":{"tf":1.4142135623730951},"115":{"tf":1.0},"127":{"tf":1.0},"166":{"tf":1.0},"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.4142135623730951},"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},"260":{"tf":1.0},"261":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"271":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.0},"274":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":2.0},"277":{"tf":1.0},"336":{"tf":1.0},"4":{"tf":1.0},"63":{"tf":1.0},"99":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"338":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"25":{"tf":1.0},"37":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":5,"docs":{"142":{"tf":1.0},"157":{"tf":1.0},"226":{"tf":1.0},"287":{"tf":1.0},"47":{"tf":1.0}}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"30":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"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":{"19":{"tf":1.0}}}}}}}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"247":{"tf":1.0},"52":{"tf":1.0}}},"x":{"df":1,"docs":{"212":{"tf":1.0}}}},"df":2,"docs":{"23":{"tf":1.0},"46":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"s":{"df":4,"docs":{"230":{"tf":1.0},"281":{"tf":1.0},"312":{"tf":1.0},"323":{"tf":1.0}}}},"df":0,"docs":{},"v":{"df":1,"docs":{"104":{"tf":1.0}}}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"235":{"tf":1.0},"61":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"105":{"tf":1.0},"117":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"115":{"tf":1.0},"123":{"tf":1.0},"152":{"tf":1.0},"75":{"tf":1.0},"94":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":2,"docs":{"10":{"tf":1.0},"328":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"247":{"tf":1.0}}},"v":{"df":6,"docs":{"144":{"tf":1.0},"176":{"tf":1.0},"289":{"tf":1.0},"296":{"tf":1.0},"314":{"tf":1.0},"36":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"130":{"tf":1.0},"24":{"tf":1.0},"51":{"tf":1.0},"80":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"97":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"125":{"tf":1.0},"338":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":1,"docs":{"41":{"tf":1.0}},"r":{"df":0,"docs":{},"t":{"df":7,"docs":{"17":{"tf":1.0},"248":{"tf":1.0},"264":{"tf":1.0},"334":{"tf":1.0},"335":{"tf":1.4142135623730951},"35":{"tf":1.0},"54":{"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":4,"docs":{"208":{"tf":1.4142135623730951},"230":{"tf":1.0},"281":{"tf":1.0},"304":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":17,"docs":{"116":{"tf":1.0},"117":{"tf":1.0},"161":{"tf":1.7320508075688772},"173":{"tf":1.0},"175":{"tf":1.7320508075688772},"179":{"tf":1.0},"180":{"tf":1.0},"236":{"tf":1.0},"246":{"tf":1.0},"298":{"tf":1.0},"308":{"tf":1.0},"337":{"tf":1.0},"339":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.7320508075688772},"45":{"tf":1.0},"60":{"tf":1.0}},"t":{"df":2,"docs":{"298":{"tf":1.0},"335":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"273":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":19,"docs":{"123":{"tf":1.0},"180":{"tf":1.0},"186":{"tf":1.0},"193":{"tf":1.0},"198":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"235":{"tf":1.0},"246":{"tf":1.0},"290":{"tf":1.0},"292":{"tf":1.0},"306":{"tf":1.0},"315":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"81":{"tf":1.7320508075688772}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":11,"docs":{"106":{"tf":1.4142135623730951},"116":{"tf":1.0},"117":{"tf":1.4142135623730951},"123":{"tf":1.0},"131":{"tf":1.0},"16":{"tf":1.0},"308":{"tf":1.0},"337":{"tf":1.0},"58":{"tf":1.4142135623730951},"77":{"tf":1.0},"82":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":38,"docs":{"107":{"tf":1.0},"124":{"tf":1.0},"146":{"tf":1.0},"160":{"tf":2.23606797749979},"173":{"tf":1.4142135623730951},"174":{"tf":1.0},"182":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.4142135623730951},"188":{"tf":1.0},"209":{"tf":1.4142135623730951},"212":{"tf":1.0},"228":{"tf":2.0},"234":{"tf":1.4142135623730951},"237":{"tf":1.0},"240":{"tf":1.0},"244":{"tf":1.0},"249":{"tf":1.0},"268":{"tf":1.4142135623730951},"286":{"tf":1.4142135623730951},"292":{"tf":1.4142135623730951},"293":{"tf":1.4142135623730951},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"308":{"tf":1.0},"313":{"tf":1.0},"321":{"tf":1.4142135623730951},"323":{"tf":1.0},"325":{"tf":1.4142135623730951},"326":{"tf":1.0},"337":{"tf":1.4142135623730951},"339":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"60":{"tf":1.0},"77":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"18":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"193":{"tf":1.0},"211":{"tf":1.0},"247":{"tf":1.0},"250":{"tf":1.7320508075688772},"259":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"18":{"tf":1.0},"216":{"tf":1.0},"249":{"tf":1.0},"32":{"tf":1.0},"337":{"tf":1.0},"47":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":4,"docs":{"204":{"tf":1.0},"244":{"tf":1.0},"337":{"tf":1.0},"52":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"p":{"df":1,"docs":{"202":{"tf":1.0}}}},"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"199":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"199":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"198":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":39,"docs":{"123":{"tf":2.449489742783178},"135":{"tf":1.0},"16":{"tf":1.0},"168":{"tf":1.0},"186":{"tf":1.0},"188":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.4142135623730951},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"203":{"tf":1.4142135623730951},"204":{"tf":1.0},"205":{"tf":1.0},"246":{"tf":1.0},"247":{"tf":1.0},"249":{"tf":1.0},"278":{"tf":1.0},"289":{"tf":1.4142135623730951},"290":{"tf":1.4142135623730951},"30":{"tf":1.0},"308":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"337":{"tf":1.7320508075688772},"339":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"58":{"tf":2.0},"64":{"tf":1.0},"68":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.4142135623730951},"79":{"tf":2.0},"80":{"tf":1.4142135623730951},"82":{"tf":1.0},"87":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"198":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":1,"docs":{"5":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"179":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{".":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"_":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"148":{"tf":1.0},"165":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"165":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":2,"docs":{"148":{"tf":1.0},"165":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"165":{"tf":1.0}}}}}},"df":0,"docs":{}},"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":5,"docs":{"168":{"tf":1.0},"190":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"42":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"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":4,"docs":{"168":{"tf":1.0},"190":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0}}}}}}}}}}}},"df":41,"docs":{"11":{"tf":1.0},"110":{"tf":1.4142135623730951},"117":{"tf":1.0},"119":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"121":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"124":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"136":{"tf":1.0},"137":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"148":{"tf":1.0},"165":{"tf":1.7320508075688772},"166":{"tf":1.0},"171":{"tf":1.0},"177":{"tf":1.0},"183":{"tf":1.0},"189":{"tf":1.4142135623730951},"19":{"tf":1.0},"191":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.4142135623730951},"21":{"tf":1.0},"224":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"261":{"tf":1.4142135623730951},"262":{"tf":1.0},"273":{"tf":1.4142135623730951},"274":{"tf":1.0},"317":{"tf":1.0},"339":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"56":{"tf":1.0},"64":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"259":{"tf":1.4142135623730951},"32":{"tf":1.0},"47":{"tf":1.0},"68":{"tf":1.0}},"e":{"df":0,"docs":{},"v":{"df":4,"docs":{"25":{"tf":1.0},"338":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":19,"docs":{"101":{"tf":1.0},"103":{"tf":1.0},"168":{"tf":1.0},"170":{"tf":1.0},"176":{"tf":1.0},"182":{"tf":1.0},"255":{"tf":1.4142135623730951},"261":{"tf":1.4142135623730951},"262":{"tf":1.0},"264":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"273":{"tf":1.0},"293":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"54":{"tf":1.0},"97":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"110":{"tf":1.4142135623730951},"270":{"tf":1.0},"276":{"tf":1.7320508075688772},"41":{"tf":1.0},"51":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":5,"docs":{"116":{"tf":1.0},"117":{"tf":1.0},"19":{"tf":1.0},"302":{"tf":1.4142135623730951},"43":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"109":{"tf":1.0},"116":{"tf":1.0},"309":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"43":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.4142135623730951}}}}}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"244":{"tf":1.0},"41":{"tf":1.4142135623730951}}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"275":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":3,"docs":{"3":{"tf":1.0},"43":{"tf":1.0},"64":{"tf":1.0}}}},"i":{"d":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"26":{"tf":1.0},"307":{"tf":1.0}}}}},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"301":{"tf":1.0},"337":{"tf":1.0},"46":{"tf":2.0},"48":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":4,"docs":{"134":{"tf":1.0},"2":{"tf":1.0},"276":{"tf":1.0},"79":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"157":{"tf":1.0}}}},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"68":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"c":{"df":1,"docs":{"273":{"tf":1.0}}},"df":0,"docs":{}},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"@":{"df":0,"docs":{},"v":{"1":{"df":1,"docs":{"163":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"331":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":3,"docs":{"297":{"tf":2.8284271247461903},"314":{"tf":1.0},"59":{"tf":1.0}}}},"n":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":4,"docs":{"168":{"tf":1.0},"190":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0}}}}}}},"df":0,"docs":{}},"_":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"33":{"tf":1.0}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":11,"docs":{"197":{"tf":1.7320508075688772},"198":{"tf":1.4142135623730951},"255":{"tf":1.4142135623730951},"256":{"tf":1.4142135623730951},"261":{"tf":1.4142135623730951},"262":{"tf":1.4142135623730951},"273":{"tf":1.7320508075688772},"274":{"tf":1.4142135623730951},"317":{"tf":1.0},"34":{"tf":1.0},"64":{"tf":1.4142135623730951}},"—":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":136,"docs":{"10":{"tf":1.4142135623730951},"105":{"tf":1.0},"11":{"tf":1.0},"117":{"tf":1.0},"124":{"tf":1.4142135623730951},"126":{"tf":1.7320508075688772},"132":{"tf":1.0},"133":{"tf":2.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":2.0},"137":{"tf":1.7320508075688772},"138":{"tf":1.4142135623730951},"139":{"tf":1.7320508075688772},"14":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.4142135623730951},"143":{"tf":1.0},"144":{"tf":1.4142135623730951},"145":{"tf":2.449489742783178},"146":{"tf":1.7320508075688772},"147":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"15":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"16":{"tf":1.0},"160":{"tf":1.4142135623730951},"161":{"tf":1.0},"162":{"tf":1.7320508075688772},"163":{"tf":2.23606797749979},"164":{"tf":1.0},"165":{"tf":1.4142135623730951},"166":{"tf":1.4142135623730951},"167":{"tf":1.0},"168":{"tf":1.0},"17":{"tf":1.4142135623730951},"173":{"tf":1.0},"179":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"184":{"tf":1.0},"185":{"tf":1.0},"189":{"tf":1.0},"19":{"tf":1.0},"191":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"203":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"21":{"tf":1.0},"212":{"tf":1.0},"219":{"tf":1.0},"221":{"tf":1.0},"228":{"tf":1.0},"23":{"tf":1.0},"233":{"tf":1.4142135623730951},"235":{"tf":1.0},"239":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":2.449489742783178},"249":{"tf":1.0},"254":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"259":{"tf":1.4142135623730951},"26":{"tf":2.0},"261":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"274":{"tf":1.0},"278":{"tf":1.0},"28":{"tf":1.4142135623730951},"285":{"tf":1.0},"287":{"tf":1.0},"289":{"tf":1.0},"296":{"tf":2.0},"30":{"tf":2.0},"304":{"tf":1.4142135623730951},"307":{"tf":1.7320508075688772},"31":{"tf":1.0},"311":{"tf":1.4142135623730951},"313":{"tf":1.4142135623730951},"314":{"tf":1.0},"315":{"tf":1.4142135623730951},"321":{"tf":1.0},"324":{"tf":1.0},"327":{"tf":1.7320508075688772},"328":{"tf":1.4142135623730951},"33":{"tf":1.7320508075688772},"330":{"tf":1.0},"331":{"tf":1.0},"332":{"tf":1.0},"337":{"tf":2.6457513110645907},"339":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.0},"37":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":2.0},"45":{"tf":2.0},"46":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":2.449489742783178},"57":{"tf":1.0},"59":{"tf":2.23606797749979},"6":{"tf":1.0},"60":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"84":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.7320508075688772},"89":{"tf":1.0},"9":{"tf":1.0},"97":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":3,"docs":{"130":{"tf":1.0},"197":{"tf":1.0},"273":{"tf":1.4142135623730951}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"118":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":16,"docs":{"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},"137":{"tf":1.0},"148":{"tf":1.0},"165":{"tf":1.0},"171":{"tf":1.0},"177":{"tf":1.0},"183":{"tf":1.0},"38":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"249":{"tf":1.0}}}}}},":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"266":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"266":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":95,"docs":{"11":{"tf":1.0},"116":{"tf":1.4142135623730951},"117":{"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.7320508075688772},"127":{"tf":1.4142135623730951},"136":{"tf":1.0},"137":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":2.8284271247461903},"161":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":2.23606797749979},"168":{"tf":2.6457513110645907},"169":{"tf":1.7320508075688772},"170":{"tf":1.4142135623730951},"171":{"tf":1.4142135623730951},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.4142135623730951},"176":{"tf":1.4142135623730951},"177":{"tf":1.4142135623730951},"178":{"tf":1.7320508075688772},"179":{"tf":1.0},"18":{"tf":2.6457513110645907},"180":{"tf":1.0},"181":{"tf":1.4142135623730951},"182":{"tf":1.4142135623730951},"183":{"tf":1.4142135623730951},"184":{"tf":2.23606797749979},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.7320508075688772},"188":{"tf":2.0},"189":{"tf":2.449489742783178},"190":{"tf":2.449489742783178},"191":{"tf":1.4142135623730951},"193":{"tf":2.23606797749979},"194":{"tf":1.0},"198":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.7320508075688772},"209":{"tf":1.7320508075688772},"236":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"244":{"tf":1.0},"246":{"tf":1.0},"247":{"tf":1.4142135623730951},"249":{"tf":1.0},"250":{"tf":1.4142135623730951},"251":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"265":{"tf":2.0},"266":{"tf":2.23606797749979},"267":{"tf":2.6457513110645907},"268":{"tf":1.7320508075688772},"276":{"tf":1.7320508075688772},"282":{"tf":1.0},"290":{"tf":2.0},"295":{"tf":1.4142135623730951},"298":{"tf":1.0},"302":{"tf":2.6457513110645907},"304":{"tf":1.0},"31":{"tf":2.0},"315":{"tf":1.0},"318":{"tf":1.7320508075688772},"32":{"tf":1.4142135623730951},"331":{"tf":2.0},"335":{"tf":1.0},"337":{"tf":2.0},"339":{"tf":2.0},"36":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":2.23606797749979},"42":{"tf":3.3166247903554},"44":{"tf":1.7320508075688772},"45":{"tf":1.0},"47":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.7320508075688772},"62":{"tf":1.0},"99":{"tf":1.0}},"—":{"df":0,"docs":{},"y":{"df":1,"docs":{"167":{"tf":1.0}}}},"’":{"df":3,"docs":{"241":{"tf":1.0},"31":{"tf":1.0},"80":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"—":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":2,"docs":{"148":{"tf":1.0},"267":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":16,"docs":{"134":{"tf":1.0},"246":{"tf":1.4142135623730951},"248":{"tf":1.0},"249":{"tf":2.8284271247461903},"251":{"tf":1.0},"276":{"tf":1.0},"284":{"tf":1.4142135623730951},"33":{"tf":1.7320508075688772},"34":{"tf":1.0},"35":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{":":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"164":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"=":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":3,"docs":{"213":{"tf":1.0},"298":{"tf":1.0},"335":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":12,"docs":{"137":{"tf":1.4142135623730951},"146":{"tf":1.0},"174":{"tf":1.0},"209":{"tf":1.0},"272":{"tf":1.7320508075688772},"273":{"tf":1.0},"274":{"tf":1.0},"275":{"tf":1.0},"298":{"tf":1.0},"330":{"tf":1.0},"335":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":24,"docs":{"0":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.7320508075688772},"167":{"tf":1.0},"168":{"tf":1.0},"189":{"tf":1.4142135623730951},"19":{"tf":1.0},"193":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"250":{"tf":1.0},"276":{"tf":1.0},"30":{"tf":1.4142135623730951},"302":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":1.0},"331":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"44":{"tf":1.7320508075688772},"45":{"tf":1.0},"47":{"tf":1.4142135623730951},"51":{"tf":1.0},"60":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":12,"docs":{"119":{"tf":1.0},"121":{"tf":1.4142135623730951},"2":{"tf":1.0},"248":{"tf":1.0},"338":{"tf":1.7320508075688772},"4":{"tf":1.0},"5":{"tf":1.0},"71":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"119":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"289":{"tf":1.0}}}}},"w":{"df":2,"docs":{"143":{"tf":1.4142135623730951},"224":{"tf":1.0}}},"y":{"df":1,"docs":{"13":{"tf":1.0}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":8,"docs":{"174":{"tf":1.0},"181":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.4142135623730951},"240":{"tf":1.4142135623730951},"297":{"tf":1.0},"60":{"tf":1.0}},"{":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"187":{"tf":1.0}}}}},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"19":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"186":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"(":{")":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"267":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"110":{"tf":1.0},"114":{"tf":1.0},"258":{"tf":2.0}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":4,"docs":{"102":{"tf":1.0},"125":{"tf":1.0},"269":{"tf":1.0},"56":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"1":{"0":{"df":3,"docs":{"107":{"tf":1.0},"113":{"tf":1.0},"240":{"tf":1.0}}},"df":0,"docs":{}},"2":{"df":15,"docs":{"104":{"tf":1.4142135623730951},"107":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"14":{"tf":1.0},"194":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"283":{"tf":1.0},"287":{"tf":1.0},"30":{"tf":1.0},"327":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0}}},"3":{"df":22,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.7320508075688772},"114":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"137":{"tf":1.0},"189":{"tf":1.0},"24":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"302":{"tf":1.0},"38":{"tf":1.0},"54":{"tf":1.4142135623730951},"57":{"tf":1.0},"81":{"tf":1.0}}},"4":{"df":8,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"109":{"tf":1.0},"123":{"tf":1.0},"263":{"tf":1.0},"290":{"tf":1.4142135623730951},"309":{"tf":1.0},"58":{"tf":1.0}}},"5":{"df":2,"docs":{"124":{"tf":1.0},"165":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"111":{"tf":1.0},"330":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":16,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":156,"docs":{"10":{"tf":1.4142135623730951},"100":{"tf":2.0},"101":{"tf":1.0},"103":{"tf":2.0},"109":{"tf":1.0},"11":{"tf":1.0},"112":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.4142135623730951},"118":{"tf":1.0},"126":{"tf":1.0},"128":{"tf":1.0},"13":{"tf":1.0},"135":{"tf":2.0},"136":{"tf":2.0},"137":{"tf":1.4142135623730951},"138":{"tf":1.4142135623730951},"139":{"tf":1.4142135623730951},"14":{"tf":2.23606797749979},"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},"15":{"tf":1.7320508075688772},"150":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.4142135623730951},"166":{"tf":1.4142135623730951},"167":{"tf":1.4142135623730951},"168":{"tf":2.23606797749979},"170":{"tf":1.0},"173":{"tf":1.0},"176":{"tf":1.0},"18":{"tf":1.4142135623730951},"182":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"198":{"tf":1.0},"20":{"tf":1.4142135623730951},"200":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"21":{"tf":1.0},"239":{"tf":1.0},"24":{"tf":1.0},"243":{"tf":2.23606797749979},"244":{"tf":1.4142135623730951},"245":{"tf":1.0},"246":{"tf":2.6457513110645907},"247":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.4142135623730951},"251":{"tf":1.7320508075688772},"253":{"tf":1.4142135623730951},"255":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.4142135623730951},"259":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":2.23606797749979},"267":{"tf":1.7320508075688772},"269":{"tf":1.0},"27":{"tf":1.4142135623730951},"275":{"tf":1.4142135623730951},"276":{"tf":2.23606797749979},"277":{"tf":1.0},"278":{"tf":1.4142135623730951},"279":{"tf":1.0},"28":{"tf":2.23606797749979},"280":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.0},"285":{"tf":1.0},"286":{"tf":1.0},"287":{"tf":1.0},"288":{"tf":1.0},"289":{"tf":1.0},"29":{"tf":1.4142135623730951},"290":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.4142135623730951},"30":{"tf":1.7320508075688772},"302":{"tf":1.7320508075688772},"305":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"310":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"330":{"tf":1.7320508075688772},"332":{"tf":1.0},"337":{"tf":2.6457513110645907},"339":{"tf":2.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951},"41":{"tf":1.0},"42":{"tf":2.6457513110645907},"45":{"tf":3.1622776601683795},"47":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"49":{"tf":1.7320508075688772},"50":{"tf":1.0},"51":{"tf":2.23606797749979},"52":{"tf":1.7320508075688772},"53":{"tf":2.23606797749979},"54":{"tf":2.8284271247461903},"55":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"6":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"62":{"tf":2.23606797749979},"63":{"tf":1.0},"68":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"99":{"tf":1.0}},"’":{"df":7,"docs":{"16":{"tf":1.0},"247":{"tf":1.0},"33":{"tf":1.0},"64":{"tf":1.4142135623730951},"66":{"tf":1.0},"67":{"tf":1.0},"86":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"249":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"130":{"tf":1.0},"186":{"tf":1.4142135623730951},"293":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"185":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":2,"docs":{"196":{"tf":1.0},"205":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":2,"docs":{"153":{"tf":1.0},"221":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":5,"docs":{"164":{"tf":1.0},"210":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"210":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"159":{"tf":1.0},"298":{"tf":1.0},"334":{"tf":1.0}}}},"df":0,"docs":{}}},"c":{"df":3,"docs":{"256":{"tf":1.4142135623730951},"258":{"tf":1.4142135623730951},"46":{"tf":1.7320508075688772}},"o":{"df":0,"docs":{},"n":{"d":{"df":29,"docs":{"117":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.4142135623730951},"130":{"tf":1.0},"217":{"tf":1.0},"23":{"tf":1.7320508075688772},"256":{"tf":1.0},"30":{"tf":1.0},"301":{"tf":1.7320508075688772},"307":{"tf":2.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"46":{"tf":2.0},"47":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":2.449489742783178},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"72":{"tf":1.0},"73":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"166":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"d":{"df":6,"docs":{"117":{"tf":1.0},"246":{"tf":1.0},"278":{"tf":1.0},"310":{"tf":1.7320508075688772},"55":{"tf":1.0},"68":{"tf":1.4142135623730951}}},"df":45,"docs":{"108":{"tf":1.0},"114":{"tf":1.0},"127":{"tf":1.4142135623730951},"138":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"190":{"tf":1.0},"218":{"tf":1.0},"222":{"tf":1.0},"227":{"tf":1.0},"259":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":1.0},"283":{"tf":1.0},"285":{"tf":1.0},"286":{"tf":1.0},"287":{"tf":1.0},"289":{"tf":1.0},"29":{"tf":1.0},"290":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"314":{"tf":1.0},"317":{"tf":1.0},"318":{"tf":1.0},"319":{"tf":1.0},"32":{"tf":1.0},"323":{"tf":1.0},"332":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"59":{"tf":1.0},"98":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"193":{"tf":1.0},"79":{"tf":1.4142135623730951},"80":{"tf":1.0}}}},"df":0,"docs":{}},"f":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"273":{"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":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"256":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":1,"docs":{"258":{"tf":1.0}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"p":{"df":1,"docs":{"262":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"258":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"1":{"0":{"df":1,"docs":{"269":{"tf":1.0}}},"df":0,"docs":{}},"3":{"df":1,"docs":{"269":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":7,"docs":{"101":{"tf":1.0},"256":{"tf":2.23606797749979},"258":{"tf":2.23606797749979},"262":{"tf":1.4142135623730951},"269":{"tf":1.4142135623730951},"273":{"tf":1.7320508075688772},"274":{"tf":1.7320508075688772}}}},"n":{"d":{"df":4,"docs":{"198":{"tf":1.0},"199":{"tf":1.0},"255":{"tf":1.0},"261":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":3,"docs":{"0":{"tf":1.0},"102":{"tf":1.0},"255":{"tf":1.0}},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"i":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"104":{"tf":1.0},"13":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":6,"docs":{"212":{"tf":1.0},"295":{"tf":1.4142135623730951},"296":{"tf":1.0},"297":{"tf":1.4142135623730951},"321":{"tf":1.4142135623730951},"47":{"tf":1.0}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":15,"docs":{"117":{"tf":1.0},"18":{"tf":1.0},"24":{"tf":1.7320508075688772},"244":{"tf":1.4142135623730951},"245":{"tf":1.0},"250":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"296":{"tf":1.0},"3":{"tf":1.0},"301":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":1.7320508075688772},"51":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"129":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"135":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"146":{"tf":1.0},"296":{"tf":1.0},"314":{"tf":1.0},"327":{"tf":1.0}}}},"df":1,"docs":{"132":{"tf":1.0}}},"v":{"df":4,"docs":{"248":{"tf":1.0},"276":{"tf":1.0},"34":{"tf":1.0},"48":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"212":{"tf":1.0},"32":{"tf":1.0}}}},"i":{"c":{"df":11,"docs":{"176":{"tf":1.0},"182":{"tf":1.0},"209":{"tf":1.0},"214":{"tf":1.0},"221":{"tf":1.0},"25":{"tf":1.0},"293":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"323":{"tf":1.0},"36":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":30,"docs":{"10":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"105":{"tf":1.0},"113":{"tf":1.4142135623730951},"119":{"tf":1.0},"121":{"tf":1.0},"13":{"tf":1.4142135623730951},"134":{"tf":1.0},"144":{"tf":1.0},"153":{"tf":1.0},"163":{"tf":1.0},"184":{"tf":1.0},"206":{"tf":1.0},"208":{"tf":1.0},"220":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"245":{"tf":1.0},"278":{"tf":1.4142135623730951},"281":{"tf":1.0},"292":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"332":{"tf":1.0},"339":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.4142135623730951},"99":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":4,"docs":{"127":{"tf":1.0},"150":{"tf":1.0},"235":{"tf":1.0},"52":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"138":{"tf":1.0},"209":{"tf":1.0},"211":{"tf":1.0},"44":{"tf":1.0},"54":{"tf":1.0},"59":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":16,"docs":{"116":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.4142135623730951},"135":{"tf":1.0},"173":{"tf":1.0},"203":{"tf":1.0},"21":{"tf":1.0},"244":{"tf":1.0},"272":{"tf":1.0},"278":{"tf":1.0},"44":{"tf":1.0},"50":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":10,"docs":{"117":{"tf":1.0},"173":{"tf":1.0},"197":{"tf":1.0},"212":{"tf":1.0},"273":{"tf":1.0},"276":{"tf":1.0},"337":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"64":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"278":{"tf":1.7320508075688772}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"42":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"139":{"tf":1.0},"26":{"tf":1.4142135623730951},"296":{"tf":1.0},"307":{"tf":1.0},"54":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"328":{"tf":1.0}}},"r":{"df":1,"docs":{"79":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"210":{"tf":1.0}}}}}},"df":0,"docs":{}}},"w":{"df":23,"docs":{"10":{"tf":1.4142135623730951},"11":{"tf":1.0},"118":{"tf":1.0},"128":{"tf":1.0},"140":{"tf":1.0},"142":{"tf":1.0},"149":{"tf":1.0},"17":{"tf":1.0},"213":{"tf":1.0},"224":{"tf":1.0},"248":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":1.0},"267":{"tf":1.0},"272":{"tf":1.0},"297":{"tf":1.4142135623730951},"49":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}},"n":{"df":1,"docs":{"199":{"tf":1.0}}}}}},"i":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"208":{"tf":1.0},"281":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"206":{"tf":1.0},"3":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":13,"docs":{"116":{"tf":1.4142135623730951},"117":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"248":{"tf":1.0},"25":{"tf":2.0},"259":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.0},"337":{"tf":1.0},"34":{"tf":2.0},"35":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"89":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"268":{"tf":1.0},"298":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":8,"docs":{"14":{"tf":1.0},"185":{"tf":1.0},"256":{"tf":1.0},"273":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"56":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"137":{"tf":1.0},"169":{"tf":1.0},"54":{"tf":1.0}}}},"—":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":3,"docs":{"314":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"129":{"tf":1.4142135623730951},"133":{"tf":1.0},"203":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"n":{"df":3,"docs":{"309":{"tf":1.0},"61":{"tf":1.0},"83":{"tf":1.0}},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"—":{"a":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":9,"docs":{"174":{"tf":1.0},"175":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"186":{"tf":1.0},"244":{"tf":1.0},"248":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.0}}}}},"t":{"df":1,"docs":{"51":{"tf":1.0}}},"x":{"df":1,"docs":{"29":{"tf":1.7320508075688772}}},"z":{"df":0,"docs":{},"e":{"(":{"1":{"_":{"0":{"0":{"0":{"_":{"0":{"0":{"0":{"df":1,"docs":{"124":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"5":{"6":{"_":{"0":{"0":{"0":{"df":3,"docs":{"121":{"tf":1.4142135623730951},"57":{"tf":1.0},"72":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"1":{"2":{"_":{"0":{"0":{"0":{"df":2,"docs":{"103":{"tf":1.0},"122":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":1,"docs":{"73":{"tf":1.0}}}}},"df":0,"docs":{}},"df":8,"docs":{"13":{"tf":1.0},"245":{"tf":1.0},"25":{"tf":1.0},"338":{"tf":1.0},"34":{"tf":1.0},"56":{"tf":1.0},"73":{"tf":1.4142135623730951},"74":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":4,"docs":{"20":{"tf":1.0},"39":{"tf":1.0},"62":{"tf":1.0},"99":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"32":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"48":{"tf":1.0}}}}}}}},"o":{"df":2,"docs":{"203":{"tf":1.0},"204":{"tf":1.0}},"t":{"df":9,"docs":{"125":{"tf":1.0},"13":{"tf":1.0},"23":{"tf":1.0},"245":{"tf":1.0},"337":{"tf":1.0},"46":{"tf":1.0},"59":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.0}}},"w":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"163":{"tf":1.0},"164":{"tf":1.0},"237":{"tf":1.0},"295":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":8,"docs":{"163":{"tf":1.0},"212":{"tf":1.0},"232":{"tf":1.0},"283":{"tf":1.0},"286":{"tf":1.0},"297":{"tf":1.0},"321":{"tf":1.0},"327":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}}}}},"df":21,"docs":{"113":{"tf":1.0},"121":{"tf":1.0},"129":{"tf":1.0},"160":{"tf":1.0},"179":{"tf":1.0},"212":{"tf":1.7320508075688772},"217":{"tf":1.0},"228":{"tf":1.0},"23":{"tf":1.4142135623730951},"232":{"tf":1.0},"237":{"tf":1.4142135623730951},"283":{"tf":1.0},"285":{"tf":1.0},"286":{"tf":2.23606797749979},"295":{"tf":1.0},"321":{"tf":1.0},"323":{"tf":1.0},"327":{"tf":1.0},"48":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"107":{"tf":1.0},"180":{"tf":1.0},"286":{"tf":1.4142135623730951},"301":{"tf":1.0},"339":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"186":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"212":{"tf":1.0},"324":{"tf":1.0}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"306":{"tf":1.0},"56":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"113":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"298":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":6,"docs":{"105":{"tf":1.0},"108":{"tf":1.0},"119":{"tf":1.4142135623730951},"275":{"tf":1.0},"296":{"tf":1.0},"307":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"274":{"tf":1.0},"37":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"o":{"a":{"df":0,"docs":{},"k":{"df":3,"docs":{"105":{"tf":1.0},"240":{"tf":1.0},"307":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":21,"docs":{"229":{"tf":1.4142135623730951},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"279":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":1.0},"283":{"tf":1.0},"285":{"tf":1.0},"286":{"tf":1.0},"287":{"tf":1.0},"289":{"tf":1.0},"290":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"298":{"tf":1.0},"321":{"tf":1.0}}}},"v":{"df":1,"docs":{"8":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"198":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":9,"docs":{"10":{"tf":1.0},"143":{"tf":1.0},"247":{"tf":1.0},"253":{"tf":1.0},"264":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"54":{"tf":1.0},"64":{"tf":1.0}}},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"131":{"tf":1.0},"296":{"tf":2.0}}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"11":{"tf":1.0}}},"df":0,"docs":{}},"r":{"c":{"df":2,"docs":{"120":{"tf":1.0},"304":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":3,"docs":{"160":{"tf":1.0},"209":{"tf":1.0},"228":{"tf":1.0}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"22":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":12,"docs":{"146":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"239":{"tf":1.0},"250":{"tf":1.0},"31":{"tf":1.0},"313":{"tf":1.0},"315":{"tf":1.0},"339":{"tf":1.0},"44":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"249":{"tf":1.0},"3":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":35,"docs":{"111":{"tf":1.4142135623730951},"116":{"tf":1.0},"121":{"tf":1.0},"125":{"tf":1.4142135623730951},"127":{"tf":1.0},"13":{"tf":1.0},"135":{"tf":1.0},"139":{"tf":1.0},"168":{"tf":1.0},"179":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"195":{"tf":1.0},"209":{"tf":1.4142135623730951},"21":{"tf":1.0},"218":{"tf":1.0},"253":{"tf":1.4142135623730951},"264":{"tf":1.0},"278":{"tf":1.0},"28":{"tf":1.0},"291":{"tf":1.4142135623730951},"306":{"tf":1.0},"308":{"tf":1.0},"319":{"tf":1.0},"332":{"tf":1.0},"338":{"tf":1.4142135623730951},"34":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"44":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":4,"docs":{"178":{"tf":1.0},"184":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":6,"docs":{"117":{"tf":1.0},"312":{"tf":1.0},"328":{"tf":1.0},"337":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}},"n":{"d":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"244":{"tf":1.0},"41":{"tf":1.0},"51":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"125":{"tf":1.0}}}}}},"s":{"d":{"df":1,"docs":{"184":{"tf":1.0}}},"df":0,"docs":{}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"124":{"tf":1.0},"59":{"tf":1.0}}}},"l":{"df":2,"docs":{"41":{"tf":1.0},"48":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"116":{"tf":1.0},"117":{"tf":1.0},"175":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":13,"docs":{"135":{"tf":1.0},"164":{"tf":1.0},"29":{"tf":2.0},"30":{"tf":1.4142135623730951},"302":{"tf":1.0},"31":{"tf":1.4142135623730951},"32":{"tf":1.7320508075688772},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"38":{"tf":2.6457513110645907},"42":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"187":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"338":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":11,"docs":{"143":{"tf":1.0},"149":{"tf":1.0},"156":{"tf":1.0},"222":{"tf":1.0},"324":{"tf":1.0},"337":{"tf":1.0},"35":{"tf":1.0},"54":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":3,"docs":{"117":{"tf":1.0},"332":{"tf":1.0},"44":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":4,"docs":{"125":{"tf":1.0},"13":{"tf":1.0},"245":{"tf":1.4142135623730951},"56":{"tf":1.0}},"t":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"198":{"tf":1.0},"273":{"tf":1.0}}}}}}},"df":0,"docs":{}},"_":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"274":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":45,"docs":{"10":{"tf":1.7320508075688772},"101":{"tf":1.0},"102":{"tf":1.0},"108":{"tf":1.0},"117":{"tf":1.0},"119":{"tf":1.0},"133":{"tf":1.0},"140":{"tf":2.0},"142":{"tf":1.0},"16":{"tf":1.4142135623730951},"168":{"tf":1.0},"176":{"tf":1.0},"18":{"tf":1.0},"187":{"tf":1.0},"203":{"tf":1.0},"212":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.0},"233":{"tf":1.4142135623730951},"245":{"tf":1.0},"247":{"tf":1.4142135623730951},"248":{"tf":1.4142135623730951},"249":{"tf":1.0},"261":{"tf":1.0},"266":{"tf":1.0},"273":{"tf":1.0},"282":{"tf":1.0},"285":{"tf":1.4142135623730951},"287":{"tf":1.0},"292":{"tf":1.4142135623730951},"306":{"tf":1.0},"31":{"tf":1.0},"312":{"tf":1.7320508075688772},"32":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"337":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"39":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":2.0},"53":{"tf":1.0},"54":{"tf":1.7320508075688772},"61":{"tf":1.0},"63":{"tf":1.0},"88":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"—":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"35":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"p":{"df":13,"docs":{"174":{"tf":1.0},"180":{"tf":1.0},"186":{"tf":1.0},"19":{"tf":1.0},"215":{"tf":1.0},"283":{"tf":1.0},"297":{"tf":1.0},"312":{"tf":1.0},"337":{"tf":1.0},"37":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"87":{"tf":1.0}}}},"{":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"187":{"tf":1.0}}}}}}},"t":{"df":2,"docs":{"160":{"tf":1.0},"228":{"tf":1.0}},"e":{"df":15,"docs":{"117":{"tf":1.0},"130":{"tf":1.0},"173":{"tf":1.0},"190":{"tf":1.0},"2":{"tf":1.0},"25":{"tf":1.7320508075688772},"261":{"tf":1.0},"264":{"tf":1.0},"297":{"tf":1.0},"32":{"tf":1.0},"323":{"tf":1.4142135623730951},"337":{"tf":1.0},"339":{"tf":1.0},"37":{"tf":1.0},"64":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"182":{"tf":1.0},"209":{"tf":1.0},"234":{"tf":1.0},"293":{"tf":1.4142135623730951},"31":{"tf":1.0},"36":{"tf":1.0}}}}}}}},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"’":{"df":0,"docs":{},"r":{"df":1,"docs":{"35":{"tf":1.0}}}}}}}}}},"i":{"c":{"df":2,"docs":{"198":{"tf":1.0},"273":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":4,"docs":{"182":{"tf":1.0},"218":{"tf":1.0},"259":{"tf":1.0},"31":{"tf":1.0}}}},"y":{"df":11,"docs":{"109":{"tf":1.0},"126":{"tf":1.0},"132":{"tf":1.0},"15":{"tf":1.0},"175":{"tf":1.0},"203":{"tf":1.0},"274":{"tf":1.4142135623730951},"41":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":1.0},"60":{"tf":1.0}}}},"d":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"(":{"\\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"161":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"r":{"(":{"\\"":{"c":{"df":0,"docs":{},"i":{"\\"":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"111":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"\\"":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"111":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"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":{},"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":11,"docs":{"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},"137":{"tf":1.0},"198":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"(":{"1":{"df":1,"docs":{"165":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{":":{":":{"a":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"273":{"tf":1.0}}},"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":{":":{":":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"119":{"tf":1.0},"194":{"tf":1.0},"54":{"tf":1.0}}}}},"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":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":4,"docs":{"152":{"tf":1.0},"220":{"tf":1.0},"285":{"tf":1.0},"314":{"tf":1.0}}}}}},"df":1,"docs":{"220":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":3,"docs":{"152":{"tf":1.0},"220":{"tf":1.0},"285":{"tf":1.4142135623730951}}}}}},"df":1,"docs":{"220":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"43":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"248":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":8,"docs":{"163":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.4142135623730951},"246":{"tf":1.0},"254":{"tf":1.4142135623730951},"31":{"tf":1.0},"4":{"tf":1.0},"54":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":13,"docs":{"113":{"tf":1.0},"123":{"tf":1.0},"129":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"298":{"tf":1.0},"304":{"tf":1.0},"32":{"tf":1.0},"324":{"tf":1.0},"46":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"134":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":16,"docs":{"149":{"tf":1.0},"156":{"tf":1.0},"16":{"tf":1.4142135623730951},"176":{"tf":1.0},"203":{"tf":1.0},"222":{"tf":1.0},"247":{"tf":1.0},"249":{"tf":1.4142135623730951},"264":{"tf":1.0},"33":{"tf":1.0},"337":{"tf":1.0},"339":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"46":{"tf":1.0},"8":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"g":{"df":5,"docs":{"184":{"tf":1.4142135623730951},"209":{"tf":1.0},"338":{"tf":1.0},"73":{"tf":1.0},"76":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"34":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":2,"docs":{"10":{"tf":1.0},"20":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"112":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":8,"docs":{"198":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"261":{"tf":1.0},"262":{"tf":1.0},"273":{"tf":1.0},"274":{"tf":1.0},"317":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"337":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":5,"docs":{"108":{"tf":1.0},"120":{"tf":1.0},"124":{"tf":1.4142135623730951},"59":{"tf":1.0},"9":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"128":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"215":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"t":{"df":10,"docs":{"190":{"tf":1.0},"198":{"tf":1.0},"256":{"tf":1.0},"258":{"tf":1.0},"262":{"tf":1.0},"267":{"tf":1.4142135623730951},"273":{"tf":1.0},"274":{"tf":1.0},"30":{"tf":1.0},"330":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"11":{"tf":1.0},"112":{"tf":1.0},"339":{"tf":1.0},"41":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"b":{"df":1,"docs":{"133":{"tf":1.0}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"298":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":2,"docs":{"116":{"tf":1.0},"278":{"tf":1.4142135623730951}}}}}},"u":{"b":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"152":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":10,"docs":{"129":{"tf":1.4142135623730951},"131":{"tf":1.0},"226":{"tf":1.0},"289":{"tf":1.0},"337":{"tf":1.4142135623730951},"55":{"tf":1.0},"58":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.0},"93":{"tf":1.0}}}},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"&":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"x":{"df":1,"docs":{"22":{"tf":1.0}}}}},"df":20,"docs":{"120":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.0},"247":{"tf":1.4142135623730951},"248":{"tf":1.0},"289":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"55":{"tf":1.7320508075688772},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.7320508075688772},"68":{"tf":1.4142135623730951},"69":{"tf":1.0},"90":{"tf":1.0},"92":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"121":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":4,"docs":{"13":{"tf":1.0},"245":{"tf":1.0},"338":{"tf":1.4142135623730951},"56":{"tf":1.0}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"36":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":10,"docs":{"1":{"tf":1.0},"109":{"tf":1.4142135623730951},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"338":{"tf":1.0},"4":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"94":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"l":{"df":5,"docs":{"307":{"tf":1.0},"324":{"tf":1.0},"37":{"tf":1.0},"44":{"tf":1.0},"59":{"tf":1.0}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"35":{"tf":1.0}},"e":{"d":{"df":1,"docs":{"14":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"74":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":15,"docs":{"113":{"tf":1.0},"148":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951},"18":{"tf":1.0},"248":{"tf":1.0},"250":{"tf":1.0},"259":{"tf":1.0},"267":{"tf":1.0},"278":{"tf":1.0},"324":{"tf":1.0},"337":{"tf":1.4142135623730951},"339":{"tf":1.0},"37":{"tf":1.0},"43":{"tf":1.7320508075688772},"8":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"121":{"tf":1.0},"158":{"tf":1.0},"5":{"tf":1.0},"96":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"o":{"df":2,"docs":{"233":{"tf":1.0},"292":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":4,"docs":{"139":{"tf":1.0},"185":{"tf":1.0},"209":{"tf":1.7320508075688772},"27":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"189":{"tf":1.0},"9":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"197":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":17,"docs":{"10":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"188":{"tf":1.0},"193":{"tf":1.4142135623730951},"194":{"tf":1.0},"198":{"tf":1.7320508075688772},"201":{"tf":1.0},"202":{"tf":1.7320508075688772},"277":{"tf":1.0},"290":{"tf":1.7320508075688772},"337":{"tf":1.0},"339":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"52":{"tf":1.0},"77":{"tf":1.4142135623730951}}}}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"0":{"tf":1.0},"4":{"tf":1.0}}},"f":{"a":{"c":{"df":3,"docs":{"199":{"tf":1.4142135623730951},"200":{"tf":1.0},"249":{"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":{"117":{"tf":1.0},"246":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"308":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"124":{"tf":1.0}}}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"p":{"df":4,"docs":{"116":{"tf":1.0},"126":{"tf":1.0},"167":{"tf":1.0},"41":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":13,"docs":{"279":{"tf":1.0},"281":{"tf":1.4142135623730951},"282":{"tf":1.4142135623730951},"283":{"tf":1.4142135623730951},"285":{"tf":1.4142135623730951},"286":{"tf":1.4142135623730951},"287":{"tf":1.4142135623730951},"289":{"tf":1.4142135623730951},"290":{"tf":1.4142135623730951},"292":{"tf":1.4142135623730951},"293":{"tf":1.4142135623730951},"295":{"tf":1.4142135623730951},"296":{"tf":1.4142135623730951}}}}}}},"n":{"c":{"df":7,"docs":{"135":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"255":{"tf":1.0},"261":{"tf":1.0},"32":{"tf":1.0},"8":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"5":{"tf":1.0}}}}}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"10":{"tf":1.0}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"128":{"tf":1.0},"129":{"tf":1.4142135623730951},"133":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}},"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":2,"docs":{"233":{"tf":1.0},"292":{"tf":1.0}}}}},"df":27,"docs":{"109":{"tf":1.0},"116":{"tf":1.0},"122":{"tf":1.0},"124":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.0},"25":{"tf":1.4142135623730951},"264":{"tf":1.0},"286":{"tf":1.0},"309":{"tf":1.0},"337":{"tf":2.0},"34":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"59":{"tf":1.0},"63":{"tf":1.0},"70":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"9":{"tf":1.0}}}}}}}},"t":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":11,"docs":{"12":{"tf":1.0},"168":{"tf":1.0},"212":{"tf":1.4142135623730951},"23":{"tf":1.0},"266":{"tf":1.0},"301":{"tf":1.0},"312":{"tf":1.4142135623730951},"324":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"54":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"19":{"tf":1.0}}}}},"r":{"df":1,"docs":{"298":{"tf":1.0}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"273":{"tf":1.4142135623730951},"274":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"274":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":9,"docs":{"125":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"273":{"tf":1.4142135623730951},"274":{"tf":1.7320508075688772},"286":{"tf":1.0},"337":{"tf":1.0},"79":{"tf":1.4142135623730951},"89":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"k":{"df":4,"docs":{"247":{"tf":1.0},"33":{"tf":1.0},"337":{"tf":1.0},"64":{"tf":1.0}}}}},"d":{"df":1,"docs":{"187":{"tf":1.0}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"128":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":2,"docs":{"117":{"tf":1.0},"278":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":3,"docs":{"19":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"156":{"tf":1.0},"224":{"tf":1.0},"314":{"tf":1.0},"5":{"tf":1.0}}}},"m":{"df":0,"docs":{},"p":{"df":5,"docs":{"144":{"tf":1.0},"152":{"tf":1.0},"170":{"tf":1.0},"172":{"tf":1.0},"36":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"170":{"tf":1.0},"220":{"tf":1.0},"31":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"n":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"186":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"48":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"m":{"df":3,"docs":{"11":{"tf":1.0},"336":{"tf":1.4142135623730951},"59":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"144":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":1,"docs":{"164":{"tf":1.0}}}}}}}}},"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"(":{"#":{"[":{"c":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"331":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{},"s":{"df":1,"docs":{"189":{"tf":1.0}}}}}}}},"df":0,"docs":{},"l":{"df":6,"docs":{"137":{"tf":1.4142135623730951},"148":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.4142135623730951},"152":{"tf":1.0},"54":{"tf":1.4142135623730951}},"o":{"c":{"df":1,"docs":{"189":{"tf":1.0}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"110":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"110":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"_":{"5":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":193,"docs":{"0":{"tf":1.0},"10":{"tf":1.4142135623730951},"104":{"tf":1.0},"105":{"tf":2.0},"106":{"tf":2.23606797749979},"107":{"tf":2.0},"108":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"11":{"tf":2.0},"110":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":2.23606797749979},"118":{"tf":1.4142135623730951},"119":{"tf":2.23606797749979},"12":{"tf":1.4142135623730951},"120":{"tf":2.23606797749979},"121":{"tf":1.7320508075688772},"122":{"tf":2.0},"123":{"tf":2.0},"124":{"tf":2.0},"125":{"tf":1.7320508075688772},"127":{"tf":1.0},"128":{"tf":1.0},"13":{"tf":1.7320508075688772},"131":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.7320508075688772},"138":{"tf":1.4142135623730951},"14":{"tf":2.0},"142":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":2.8284271247461903},"146":{"tf":2.6457513110645907},"148":{"tf":1.0},"149":{"tf":1.0},"15":{"tf":1.0},"150":{"tf":1.7320508075688772},"152":{"tf":3.0},"153":{"tf":1.4142135623730951},"155":{"tf":1.7320508075688772},"158":{"tf":1.0},"159":{"tf":1.0},"16":{"tf":1.4142135623730951},"161":{"tf":1.0},"163":{"tf":2.8284271247461903},"164":{"tf":2.0},"165":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951},"172":{"tf":1.4142135623730951},"173":{"tf":2.0},"174":{"tf":1.0},"179":{"tf":1.4142135623730951},"18":{"tf":1.0},"180":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.4142135623730951},"186":{"tf":1.0},"189":{"tf":1.0},"19":{"tf":2.23606797749979},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.4142135623730951},"20":{"tf":1.7320508075688772},"200":{"tf":1.0},"203":{"tf":1.4142135623730951},"205":{"tf":1.0},"206":{"tf":1.0},"208":{"tf":1.4142135623730951},"21":{"tf":2.0},"210":{"tf":1.4142135623730951},"212":{"tf":1.0},"213":{"tf":1.0},"219":{"tf":1.0},"22":{"tf":1.7320508075688772},"220":{"tf":1.4142135623730951},"221":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.0},"23":{"tf":1.0},"235":{"tf":1.0},"238":{"tf":1.4142135623730951},"239":{"tf":1.7320508075688772},"24":{"tf":1.7320508075688772},"240":{"tf":2.0},"243":{"tf":1.0},"244":{"tf":2.23606797749979},"248":{"tf":1.4142135623730951},"249":{"tf":1.0},"25":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"259":{"tf":1.0},"26":{"tf":1.0},"260":{"tf":1.0},"262":{"tf":1.0},"267":{"tf":1.0},"27":{"tf":1.4142135623730951},"270":{"tf":2.0},"272":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.4142135623730951},"279":{"tf":1.0},"28":{"tf":1.0},"283":{"tf":1.0},"285":{"tf":1.7320508075688772},"294":{"tf":1.4142135623730951},"295":{"tf":2.23606797749979},"296":{"tf":3.0},"297":{"tf":2.23606797749979},"298":{"tf":1.7320508075688772},"30":{"tf":1.0},"301":{"tf":1.4142135623730951},"303":{"tf":2.23606797749979},"304":{"tf":1.0},"306":{"tf":2.449489742783178},"307":{"tf":2.449489742783178},"308":{"tf":1.0},"309":{"tf":1.7320508075688772},"310":{"tf":1.0},"311":{"tf":1.4142135623730951},"312":{"tf":1.4142135623730951},"313":{"tf":2.23606797749979},"314":{"tf":2.23606797749979},"315":{"tf":1.4142135623730951},"319":{"tf":1.0},"32":{"tf":1.0},"321":{"tf":1.4142135623730951},"326":{"tf":1.4142135623730951},"327":{"tf":2.0},"328":{"tf":1.7320508075688772},"330":{"tf":1.0},"331":{"tf":1.7320508075688772},"332":{"tf":1.4142135623730951},"335":{"tf":1.0},"337":{"tf":3.0},"339":{"tf":2.23606797749979},"35":{"tf":1.7320508075688772},"36":{"tf":2.23606797749979},"37":{"tf":1.7320508075688772},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":2.23606797749979},"42":{"tf":1.4142135623730951},"43":{"tf":2.449489742783178},"44":{"tf":1.0},"45":{"tf":1.7320508075688772},"46":{"tf":1.7320508075688772},"47":{"tf":1.7320508075688772},"48":{"tf":1.7320508075688772},"49":{"tf":1.0},"5":{"tf":2.23606797749979},"51":{"tf":2.0},"52":{"tf":1.7320508075688772},"53":{"tf":1.0},"54":{"tf":2.23606797749979},"55":{"tf":1.0},"56":{"tf":1.7320508075688772},"57":{"tf":1.7320508075688772},"58":{"tf":2.0},"59":{"tf":1.4142135623730951},"6":{"tf":1.0},"60":{"tf":2.0},"61":{"tf":2.6457513110645907},"62":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":2.0},"80":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.7320508075688772},"85":{"tf":1.0},"9":{"tf":2.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"194":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"{":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"274":{"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":{"198":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"273":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"273":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"s":{":":{":":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":2,"docs":{"192":{"tf":1.0},"194":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"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":{},"—":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"308":{"tf":1.0}}}}}}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"61":{"tf":1.0}}}},"t":{"df":0,"docs":{},"’":{"df":5,"docs":{"157":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.0},"59":{"tf":1.0},"8":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"’":{"df":1,"docs":{"54":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"’":{"d":{"df":1,"docs":{"37":{"tf":1.4142135623730951}}},"df":0,"docs":{},"r":{"df":3,"docs":{"243":{"tf":1.0},"248":{"tf":1.0},"54":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":10,"docs":{"113":{"tf":1.0},"16":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"243":{"tf":1.0},"247":{"tf":1.0},"28":{"tf":1.0},"309":{"tf":1.0},"38":{"tf":1.0},"61":{"tf":1.0}}},"k":{"df":6,"docs":{"13":{"tf":1.0},"206":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.4142135623730951},"43":{"tf":1.0},"59":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"328":{"tf":1.0},"61":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"56":{"tf":1.0},"67":{"tf":1.0},"8":{"tf":1.0}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":3,"docs":{"116":{"tf":1.0},"210":{"tf":1.0},"35":{"tf":1.0}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"301":{"tf":1.0},"45":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"150":{"tf":1.0}},"s":{"=":{"1":{"df":5,"docs":{"146":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"314":{"tf":1.0},"327":{"tf":1.0}}},"2":{"df":3,"docs":{"146":{"tf":1.0},"295":{"tf":1.0},"313":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":6,"docs":{"1":{"tf":1.0},"14":{"tf":1.0},"42":{"tf":1.0},"5":{"tf":1.4142135623730951},"54":{"tf":1.0},"83":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"(":{"0":{".":{"9":{"0":{"df":2,"docs":{"289":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":5,"docs":{"132":{"tf":1.0},"289":{"tf":1.4142135623730951},"35":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":18,"docs":{"10":{"tf":1.0},"112":{"tf":1.7320508075688772},"18":{"tf":1.0},"20":{"tf":1.4142135623730951},"223":{"tf":1.0},"251":{"tf":1.0},"271":{"tf":1.0},"279":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.4142135623730951},"297":{"tf":1.0},"30":{"tf":1.0},"43":{"tf":1.4142135623730951},"45":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0},"68":{"tf":1.0},"95":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":7,"docs":{"248":{"tf":1.0},"262":{"tf":1.0},"336":{"tf":1.0},"337":{"tf":1.0},"38":{"tf":1.0},"75":{"tf":1.0},"85":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"117":{"tf":1.0}}}}}}}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"c":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"256":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":1,"docs":{"256":{"tf":1.0}}}},"df":1,"docs":{"42":{"tf":1.0}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":2,"docs":{"41":{"tf":1.0},"5":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"e":{"df":43,"docs":{"10":{"tf":1.0},"117":{"tf":1.0},"125":{"tf":1.0},"13":{"tf":1.0},"130":{"tf":1.0},"132":{"tf":1.7320508075688772},"141":{"tf":1.0},"16":{"tf":1.0},"212":{"tf":1.0},"222":{"tf":1.0},"227":{"tf":1.0},"23":{"tf":2.23606797749979},"245":{"tf":1.0},"247":{"tf":1.4142135623730951},"27":{"tf":1.0},"28":{"tf":1.0},"285":{"tf":1.4142135623730951},"286":{"tf":1.0},"289":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.4142135623730951},"297":{"tf":1.0},"301":{"tf":2.449489742783178},"303":{"tf":1.0},"307":{"tf":1.7320508075688772},"312":{"tf":1.0},"321":{"tf":1.4142135623730951},"33":{"tf":1.0},"337":{"tf":2.6457513110645907},"34":{"tf":1.7320508075688772},"37":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"45":{"tf":1.0},"46":{"tf":3.4641016151377544},"47":{"tf":1.4142135623730951},"5":{"tf":1.4142135623730951},"59":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"96":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":9,"docs":{"158":{"tf":1.0},"204":{"tf":1.0},"212":{"tf":1.0},"217":{"tf":1.7320508075688772},"232":{"tf":1.7320508075688772},"259":{"tf":1.0},"283":{"tf":1.7320508075688772},"47":{"tf":1.0},"93":{"tf":1.0}}}}},"r":{"df":2,"docs":{"129":{"tf":1.4142135623730951},"33":{"tf":1.0}}},"’":{"df":2,"docs":{"16":{"tf":1.0},"259":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":13,"docs":{"152":{"tf":2.0},"159":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"172":{"tf":1.0},"178":{"tf":1.0},"220":{"tf":1.0},"227":{"tf":1.0},"238":{"tf":1.0},"283":{"tf":1.0},"285":{"tf":1.7320508075688772},"298":{"tf":1.0},"314":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"o":{"d":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"201":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":9,"docs":{"11":{"tf":1.0},"122":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"243":{"tf":1.0},"264":{"tf":1.0},"303":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"247":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"196":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"165":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":12,"docs":{"110":{"tf":1.4142135623730951},"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},"137":{"tf":1.0},"189":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"{":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"256":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"123":{"tf":1.7320508075688772},"132":{"tf":1.0},"134":{"tf":1.0},"290":{"tf":1.4142135623730951},"306":{"tf":1.4142135623730951},"58":{"tf":1.0},"82":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"93":{"tf":1.0}}},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"163":{"tf":1.0},"174":{"tf":1.0},"209":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":3,"docs":{"129":{"tf":1.0},"165":{"tf":1.0},"201":{"tf":1.0}}}},"p":{"df":3,"docs":{"101":{"tf":1.0},"286":{"tf":1.0},"293":{"tf":1.0}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":48,"docs":{"101":{"tf":1.0},"102":{"tf":2.6457513110645907},"11":{"tf":1.0},"116":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"121":{"tf":1.0},"125":{"tf":1.7320508075688772},"128":{"tf":1.0},"13":{"tf":2.0},"134":{"tf":2.0},"139":{"tf":1.0},"14":{"tf":1.0},"176":{"tf":1.0},"18":{"tf":1.0},"197":{"tf":1.0},"201":{"tf":1.7320508075688772},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"216":{"tf":1.0},"24":{"tf":1.0},"240":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":2.6457513110645907},"246":{"tf":1.4142135623730951},"250":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"269":{"tf":1.7320508075688772},"273":{"tf":1.4142135623730951},"276":{"tf":1.0},"278":{"tf":1.0},"285":{"tf":1.0},"30":{"tf":1.4142135623730951},"31":{"tf":1.0},"337":{"tf":2.0},"339":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"44":{"tf":2.8284271247461903},"45":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"56":{"tf":1.7320508075688772},"61":{"tf":1.0},"68":{"tf":1.0}},"y":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"g":{"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":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"273":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"269":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"1":{"0":{"df":1,"docs":{"240":{"tf":1.0}}},"df":0,"docs":{}},"3":{"df":3,"docs":{"13":{"tf":1.0},"44":{"tf":1.0},"56":{"tf":1.0}}},"5":{"df":3,"docs":{"102":{"tf":1.0},"125":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"’":{"df":2,"docs":{"46":{"tf":1.0},"86":{"tf":1.0}}}}}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"278":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"251":{"tf":1.0},"41":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":6,"docs":{"18":{"tf":1.0},"213":{"tf":1.7320508075688772},"276":{"tf":1.0},"28":{"tf":1.0},"38":{"tf":1.0},"51":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"213":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"k":{"df":12,"docs":{"222":{"tf":1.7320508075688772},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"337":{"tf":1.0},"34":{"tf":1.0},"38":{"tf":1.0},"64":{"tf":1.0},"68":{"tf":1.0},"74":{"tf":1.0},"80":{"tf":1.0},"88":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"298":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":8,"docs":{"167":{"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},"47":{"tf":1.0}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"276":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":35,"docs":{"109":{"tf":1.4142135623730951},"116":{"tf":1.0},"12":{"tf":1.0},"122":{"tf":1.7320508075688772},"130":{"tf":1.7320508075688772},"14":{"tf":1.0},"16":{"tf":1.4142135623730951},"18":{"tf":1.0},"19":{"tf":1.0},"195":{"tf":1.0},"24":{"tf":1.0},"244":{"tf":1.0},"247":{"tf":1.7320508075688772},"250":{"tf":1.0},"254":{"tf":1.0},"264":{"tf":1.0},"268":{"tf":1.0},"307":{"tf":1.0},"309":{"tf":1.0},"337":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":2.449489742783178},"51":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.7320508075688772},"57":{"tf":2.0},"59":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"70":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":15,"docs":{"114":{"tf":1.0},"168":{"tf":1.4142135623730951},"199":{"tf":1.4142135623730951},"248":{"tf":1.0},"255":{"tf":2.0},"258":{"tf":1.0},"261":{"tf":1.7320508075688772},"266":{"tf":2.0},"272":{"tf":1.0},"278":{"tf":1.0},"317":{"tf":1.0},"318":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.7320508075688772},"64":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":58,"docs":{"102":{"tf":1.0},"103":{"tf":1.7320508075688772},"104":{"tf":1.0},"107":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"116":{"tf":1.0},"120":{"tf":3.0},"122":{"tf":2.23606797749979},"123":{"tf":1.0},"124":{"tf":1.4142135623730951},"135":{"tf":1.0},"14":{"tf":1.0},"142":{"tf":1.0},"158":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"226":{"tf":1.0},"246":{"tf":1.0},"247":{"tf":2.0},"248":{"tf":1.0},"25":{"tf":1.0},"255":{"tf":1.0},"278":{"tf":1.4142135623730951},"287":{"tf":1.4142135623730951},"289":{"tf":2.8284271247461903},"3":{"tf":1.0},"30":{"tf":1.0},"303":{"tf":1.0},"306":{"tf":1.0},"310":{"tf":1.4142135623730951},"324":{"tf":1.0},"33":{"tf":1.4142135623730951},"337":{"tf":1.7320508075688772},"339":{"tf":1.0},"34":{"tf":1.4142135623730951},"340":{"tf":1.0},"35":{"tf":1.4142135623730951},"38":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.7320508075688772},"51":{"tf":1.0},"55":{"tf":3.4641016151377544},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":2.23606797749979},"66":{"tf":1.7320508075688772},"67":{"tf":2.0},"68":{"tf":2.0},"69":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"73":{"tf":1.0},"90":{"tf":1.7320508075688772},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":1,"docs":{"145":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"120":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"104":{"tf":1.0},"69":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"(":{")":{".":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"5":{"0":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"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":0,"docs":{}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"67":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":18,"docs":{"101":{"tf":1.0},"102":{"tf":1.4142135623730951},"104":{"tf":1.0},"106":{"tf":1.4142135623730951},"111":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"125":{"tf":1.0},"263":{"tf":1.0},"289":{"tf":1.0},"302":{"tf":1.0},"309":{"tf":1.0},"330":{"tf":1.0},"38":{"tf":1.0},"43":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"83":{"tf":1.0},"91":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"108":{"tf":1.0},"113":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"109":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"0":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"108":{"tf":1.0},"165":{"tf":1.0},"67":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":11,"docs":{"108":{"tf":1.0},"110":{"tf":1.0},"14":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.4142135623730951},"286":{"tf":1.0},"287":{"tf":1.0},"30":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"110":{"tf":1.0},"240":{"tf":1.0},"269":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"327":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"259":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"116":{"tf":1.0},"200":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"187":{"tf":1.0},"52":{"tf":1.7320508075688772}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"223":{"tf":1.4142135623730951},"241":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"128":{"tf":1.0}}}},"df":3,"docs":{"161":{"tf":1.0},"298":{"tf":1.0},"61":{"tf":1.0}},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"131":{"tf":1.0},"33":{"tf":1.0},"79":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":26,"docs":{"10":{"tf":1.0},"115":{"tf":1.0},"279":{"tf":1.7320508075688772},"280":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.0},"285":{"tf":1.0},"286":{"tf":1.0},"287":{"tf":1.0},"288":{"tf":1.0},"289":{"tf":1.0},"290":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"314":{"tf":1.0},"320":{"tf":1.4142135623730951},"323":{"tf":1.0},"334":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"130":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"e":{"df":7,"docs":{"161":{"tf":1.0},"163":{"tf":1.4142135623730951},"164":{"tf":1.4142135623730951},"194":{"tf":1.4142135623730951},"237":{"tf":1.0},"295":{"tf":1.0},"43":{"tf":1.0}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"47":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"324":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"117":{"tf":1.0}}}}}}}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":5,"docs":{"108":{"tf":1.7320508075688772},"117":{"tf":1.0},"211":{"tf":1.0},"278":{"tf":1.0},"55":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":5,"docs":{"15":{"tf":1.0},"167":{"tf":1.0},"31":{"tf":1.0},"337":{"tf":1.0},"54":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":9,"docs":{"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}}}},"df":0,"docs":{}},"o":{"df":2,"docs":{"248":{"tf":1.4142135623730951},"34":{"tf":1.0}}}},"x":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"(":{")":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"/":{"d":{"a":{"df":2,"docs":{"195":{"tf":1.0},"203":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":4,"docs":{"23":{"tf":1.0},"340":{"tf":1.0},"38":{"tf":1.0},"55":{"tf":1.4142135623730951}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":10,"docs":{"103":{"tf":1.0},"113":{"tf":1.0},"298":{"tf":1.0},"309":{"tf":1.0},"335":{"tf":1.0},"337":{"tf":1.0},"41":{"tf":1.4142135623730951},"57":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":1.0}}},"i":{"c":{"df":5,"docs":{"17":{"tf":1.0},"59":{"tf":1.0},"73":{"tf":1.0},"84":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"6":{"4":{"df":2,"docs":{"256":{"tf":1.4142135623730951},"258":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"163":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"133":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"293":{"tf":1.0}}}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":5,"docs":{"142":{"tf":1.0},"158":{"tf":1.0},"226":{"tf":1.0},"287":{"tf":1.0},"97":{"tf":1.0}}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"113":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":15,"docs":{"123":{"tf":1.0},"124":{"tf":1.0},"129":{"tf":1.0},"303":{"tf":1.4142135623730951},"337":{"tf":1.0},"43":{"tf":1.4142135623730951},"47":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0},"68":{"tf":1.0},"70":{"tf":1.0},"76":{"tf":1.0},"8":{"tf":1.0},"82":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":21,"docs":{"0":{"tf":1.0},"10":{"tf":1.4142135623730951},"11":{"tf":1.4142135623730951},"115":{"tf":1.0},"138":{"tf":1.4142135623730951},"168":{"tf":1.4142135623730951},"191":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"213":{"tf":1.0},"215":{"tf":1.4142135623730951},"241":{"tf":1.0},"243":{"tf":1.0},"28":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"35":{"tf":1.0},"54":{"tf":1.0},"87":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"123":{"tf":1.0},"279":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"253":{"tf":1.0}}}},"t":{"df":3,"docs":{"303":{"tf":2.0},"5":{"tf":1.0},"8":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"205":{"tf":1.0},"33":{"tf":1.0},"58":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"k":{"df":1,"docs":{"248":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"274":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"46":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":12,"docs":{"108":{"tf":1.0},"170":{"tf":1.0},"176":{"tf":1.0},"247":{"tf":1.0},"255":{"tf":1.4142135623730951},"259":{"tf":1.0},"268":{"tf":1.0},"314":{"tf":1.0},"32":{"tf":1.7320508075688772},"33":{"tf":1.0},"64":{"tf":1.4142135623730951},"80":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"142":{"tf":1.0}}}},"df":0,"docs":{}},"df":25,"docs":{"10":{"tf":1.0},"116":{"tf":1.0},"144":{"tf":1.0},"15":{"tf":1.0},"153":{"tf":1.0},"16":{"tf":1.0},"168":{"tf":1.0},"18":{"tf":1.0},"204":{"tf":1.0},"206":{"tf":1.0},"217":{"tf":1.0},"241":{"tf":1.0},"249":{"tf":1.0},"259":{"tf":1.0},"266":{"tf":1.0},"268":{"tf":1.0},"276":{"tf":1.0},"31":{"tf":1.0},"312":{"tf":1.0},"32":{"tf":1.0},"337":{"tf":1.0},"339":{"tf":1.0},"54":{"tf":1.4142135623730951},"8":{"tf":1.0},"99":{"tf":1.0}},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.4142135623730951}}}}}}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"163":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"270":{"tf":1.0},"319":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"l":{"df":1,"docs":{"32":{"tf":1.0}}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":16,"docs":{"116":{"tf":1.7320508075688772},"171":{"tf":1.4142135623730951},"177":{"tf":1.4142135623730951},"183":{"tf":1.4142135623730951},"194":{"tf":1.4142135623730951},"200":{"tf":1.0},"270":{"tf":1.0},"286":{"tf":1.0},"329":{"tf":1.4142135623730951},"52":{"tf":1.0},"66":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}}}},"df":101,"docs":{"0":{"tf":1.0},"10":{"tf":1.4142135623730951},"101":{"tf":1.0},"104":{"tf":1.0},"106":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"114":{"tf":1.0},"116":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":2.23606797749979},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.4142135623730951},"125":{"tf":1.0},"126":{"tf":1.0},"129":{"tf":1.4142135623730951},"130":{"tf":1.0},"14":{"tf":1.0},"161":{"tf":1.0},"163":{"tf":2.0},"165":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.0},"173":{"tf":2.0},"175":{"tf":1.0},"177":{"tf":1.0},"179":{"tf":2.0},"180":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":2.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.7320508075688772},"198":{"tf":1.4142135623730951},"213":{"tf":1.0},"214":{"tf":1.0},"218":{"tf":1.0},"231":{"tf":1.7320508075688772},"236":{"tf":1.4142135623730951},"238":{"tf":1.0},"240":{"tf":1.0},"245":{"tf":1.0},"256":{"tf":2.0},"257":{"tf":1.7320508075688772},"258":{"tf":1.0},"259":{"tf":1.0},"262":{"tf":1.7320508075688772},"263":{"tf":1.4142135623730951},"264":{"tf":1.0},"267":{"tf":1.7320508075688772},"268":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"273":{"tf":2.23606797749979},"274":{"tf":1.7320508075688772},"276":{"tf":1.0},"278":{"tf":1.0},"282":{"tf":2.6457513110645907},"283":{"tf":1.0},"289":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"301":{"tf":1.4142135623730951},"304":{"tf":1.4142135623730951},"306":{"tf":1.4142135623730951},"308":{"tf":2.0},"312":{"tf":1.0},"315":{"tf":1.0},"319":{"tf":1.0},"321":{"tf":1.0},"322":{"tf":1.7320508075688772},"324":{"tf":1.0},"327":{"tf":1.0},"328":{"tf":1.4142135623730951},"332":{"tf":1.0},"336":{"tf":1.0},"337":{"tf":1.4142135623730951},"338":{"tf":1.0},"339":{"tf":1.4142135623730951},"46":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.7320508075688772},"55":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":2.23606797749979},"61":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0},"67":{"tf":1.4142135623730951},"70":{"tf":1.7320508075688772},"76":{"tf":1.7320508075688772},"82":{"tf":2.0},"86":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":197,"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.4142135623730951},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"20":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":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.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"25":{"tf":1.7320508075688772},"278":{"tf":1.0},"39":{"tf":1.0},"50":{"tf":1.7320508075688772},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.0},"67":{"tf":1.4142135623730951},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.4142135623730951},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.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}}}},"i":{"df":0,"docs":{},"z":{"df":4,"docs":{"199":{"tf":1.4142135623730951},"262":{"tf":1.4142135623730951},"273":{"tf":1.4142135623730951},"274":{"tf":1.4142135623730951}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"275":{"tf":1.0},"321":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"52":{"tf":1.0}}}},"x":{"df":0,"docs":{},"o":{"df":1,"docs":{"67":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"i":{"d":{">":{"/":{"d":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"152":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":5,"docs":{"159":{"tf":1.0},"220":{"tf":1.0},"227":{"tf":1.0},"283":{"tf":1.0},"314":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":3,"docs":{"152":{"tf":1.0},"172":{"tf":1.0},"178":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"245":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":68,"docs":{"1":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.4142135623730951},"116":{"tf":1.0},"117":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":2.0},"121":{"tf":1.4142135623730951},"122":{"tf":1.0},"123":{"tf":1.7320508075688772},"124":{"tf":1.0},"13":{"tf":1.4142135623730951},"132":{"tf":1.0},"134":{"tf":1.0},"139":{"tf":2.6457513110645907},"140":{"tf":1.7320508075688772},"141":{"tf":2.0},"152":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"157":{"tf":1.7320508075688772},"159":{"tf":1.4142135623730951},"182":{"tf":1.0},"185":{"tf":1.0},"187":{"tf":1.0},"189":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"196":{"tf":1.0},"198":{"tf":1.0},"2":{"tf":2.0},"203":{"tf":1.4142135623730951},"205":{"tf":1.0},"220":{"tf":1.4142135623730951},"225":{"tf":1.0},"227":{"tf":1.4142135623730951},"240":{"tf":1.0},"245":{"tf":1.4142135623730951},"246":{"tf":1.0},"250":{"tf":1.4142135623730951},"253":{"tf":1.0},"273":{"tf":1.4142135623730951},"274":{"tf":1.0},"278":{"tf":1.4142135623730951},"283":{"tf":1.4142135623730951},"290":{"tf":1.4142135623730951},"3":{"tf":1.7320508075688772},"30":{"tf":1.4142135623730951},"306":{"tf":1.7320508075688772},"307":{"tf":1.0},"31":{"tf":1.0},"337":{"tf":2.449489742783178},"338":{"tf":1.4142135623730951},"339":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772},"46":{"tf":1.0},"5":{"tf":2.0},"54":{"tf":2.449489742783178},"55":{"tf":1.4142135623730951},"59":{"tf":1.0},"61":{"tf":1.0},"79":{"tf":1.0},"82":{"tf":1.4142135623730951},"9":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}},"u":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"47":{"tf":1.0}},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":4,"docs":{"131":{"tf":1.0},"264":{"tf":1.0},"308":{"tf":1.0},"338":{"tf":1.0}}}},"r":{"/":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"154":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"134":{"tf":1.0},"164":{"tf":1.0},"208":{"tf":1.0},"211":{"tf":1.0},"332":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.4142135623730951}}}},"df":5,"docs":{"173":{"tf":1.0},"174":{"tf":1.0},"193":{"tf":1.0},"23":{"tf":1.0},"42":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"!":{"[":{"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":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":1,"docs":{"273":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"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":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":2,"docs":{"255":{"tf":1.0},"273":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"255":{"tf":1.0}}},"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"213":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":3,"docs":{"26":{"tf":1.0},"285":{"tf":1.0},"307":{"tf":1.0}},"f":{"df":3,"docs":{"133":{"tf":1.0},"337":{"tf":1.0},"71":{"tf":1.0}},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":30,"docs":{"109":{"tf":1.0},"129":{"tf":1.0},"2":{"tf":1.0},"234":{"tf":1.0},"246":{"tf":1.0},"262":{"tf":1.0},"264":{"tf":1.0},"278":{"tf":1.0},"281":{"tf":1.0},"283":{"tf":1.0},"285":{"tf":1.4142135623730951},"290":{"tf":1.0},"293":{"tf":1.0},"303":{"tf":1.4142135623730951},"308":{"tf":1.0},"309":{"tf":1.0},"337":{"tf":1.4142135623730951},"338":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"5":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.0},"61":{"tf":1.0},"65":{"tf":1.0},"69":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"337":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"292":{"tf":1.7320508075688772},"298":{"tf":1.4142135623730951},"335":{"tf":1.0},"42":{"tf":1.0}}}}}}}},"i":{"a":{"df":4,"docs":{"202":{"tf":1.0},"221":{"tf":1.0},"249":{"tf":1.0},"31":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"52":{"tf":1.0}}}}},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"160":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":1,"docs":{"318":{"tf":1.0}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":3,"docs":{"176":{"tf":1.0},"36":{"tf":1.0},"59":{"tf":1.0}}}}}},"s":{"df":4,"docs":{"196":{"tf":1.0},"205":{"tf":1.0},"335":{"tf":1.0},"43":{"tf":1.4142135623730951}}}},"w":{"[":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"29":{"tf":1.0}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":14,"docs":{"141":{"tf":1.0},"15":{"tf":1.0},"158":{"tf":1.0},"18":{"tf":1.0},"182":{"tf":1.0},"19":{"tf":1.0},"217":{"tf":1.0},"249":{"tf":1.0},"31":{"tf":1.7320508075688772},"312":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0},"54":{"tf":1.4142135623730951},"80":{"tf":1.0}}}},"l":{"df":0,"docs":{},"k":{"df":7,"docs":{"10":{"tf":1.0},"20":{"tf":1.4142135623730951},"251":{"tf":1.0},"271":{"tf":1.0},"279":{"tf":1.0},"29":{"tf":1.0},"53":{"tf":1.0}}},"l":{"df":5,"docs":{"23":{"tf":2.23606797749979},"301":{"tf":1.7320508075688772},"337":{"tf":1.0},"34":{"tf":1.0},"46":{"tf":2.8284271247461903}},"e":{"df":0,"docs":{},"t":{"df":10,"docs":{"117":{"tf":1.0},"246":{"tf":1.4142135623730951},"276":{"tf":1.0},"278":{"tf":1.0},"30":{"tf":1.0},"310":{"tf":2.0},"51":{"tf":1.0},"55":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":27,"docs":{"10":{"tf":1.4142135623730951},"104":{"tf":1.0},"11":{"tf":1.0},"119":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"13":{"tf":1.0},"136":{"tf":1.0},"14":{"tf":1.4142135623730951},"173":{"tf":1.0},"179":{"tf":1.4142135623730951},"196":{"tf":1.0},"22":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"251":{"tf":1.0},"330":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":2.0},"62":{"tf":1.4142135623730951},"67":{"tf":1.0},"8":{"tf":1.0},"99":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":5,"docs":{"159":{"tf":1.4142135623730951},"222":{"tf":1.4142135623730951},"227":{"tf":1.0},"249":{"tf":1.0},"36":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"290":{"tf":1.0}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"63":{"tf":1.0}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"130":{"tf":1.4142135623730951}}}},"y":{"df":5,"docs":{"137":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"243":{"tf":1.0},"40":{"tf":1.0}}}},"df":1,"docs":{"29":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":4,"docs":{"246":{"tf":1.0},"253":{"tf":1.0},"339":{"tf":1.0},"44":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"17":{"tf":1.0},"224":{"tf":1.0},"248":{"tf":1.0},"34":{"tf":1.0}}}},"’":{"d":{"df":1,"docs":{"319":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":5,"docs":{"10":{"tf":1.4142135623730951},"243":{"tf":1.0},"279":{"tf":1.0},"33":{"tf":1.0},"53":{"tf":1.0}}}},"r":{"df":3,"docs":{"0":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0}}},"v":{"df":4,"docs":{"41":{"tf":1.0},"48":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"t":{"\'":{"df":1,"docs":{"282":{"tf":1.0}}},"df":0,"docs":{},"’":{"df":12,"docs":{"115":{"tf":1.4142135623730951},"127":{"tf":1.4142135623730951},"166":{"tf":1.4142135623730951},"191":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"241":{"tf":1.4142135623730951},"271":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951},"43":{"tf":1.0},"49":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":15,"docs":{"18":{"tf":1.4142135623730951},"245":{"tf":1.0},"247":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0},"268":{"tf":1.0},"278":{"tf":1.0},"301":{"tf":1.0},"337":{"tf":1.0},"35":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":2,"docs":{"17":{"tf":1.0},"244":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"42":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":14,"docs":{"122":{"tf":1.0},"139":{"tf":1.4142135623730951},"16":{"tf":1.0},"195":{"tf":1.0},"204":{"tf":1.0},"23":{"tf":1.0},"246":{"tf":1.0},"248":{"tf":1.0},"26":{"tf":1.4142135623730951},"278":{"tf":1.0},"283":{"tf":1.0},"30":{"tf":1.0},"57":{"tf":1.0},"87":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"275":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"h":{"_":{"d":{"a":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"2":{"df":2,"docs":{"269":{"tf":1.0},"56":{"tf":1.0}}},"3":{"df":2,"docs":{"125":{"tf":1.0},"269":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"(":{"1":{"0":{"df":2,"docs":{"125":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":1,"docs":{"269":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":1,"docs":{"269":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"2":{"df":1,"docs":{"263":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":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":{"275":{"tf":1.0}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"(":{"\\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":2,"docs":{"178":{"tf":1.0},"184":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"256":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"(":{"\\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":2,"docs":{"183":{"tf":1.0},"240":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"184":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":6,"docs":{"102":{"tf":1.0},"125":{"tf":1.0},"240":{"tf":1.0},"269":{"tf":1.0},"44":{"tf":1.0},"56":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"(":{"\\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"178":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"290":{"tf":1.0},"81":{"tf":1.4142135623730951}}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"2":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"184":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"n":{"_":{"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":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"2":{"0":{"df":7,"docs":{"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"285":{"tf":1.0},"289":{"tf":1.0},"38":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}},"5":{"0":{"df":1,"docs":{"194":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"0":{"0":{"df":4,"docs":{"113":{"tf":1.0},"124":{"tf":1.0},"165":{"tf":1.0},"240":{"tf":1.0}}},"df":2,"docs":{"119":{"tf":1.0},"54":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"5":{"df":1,"docs":{"26":{"tf":1.0}}},"6":{"0":{"df":17,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"120":{"tf":1.0},"137":{"tf":1.0},"14":{"tf":1.0},"189":{"tf":1.0},"23":{"tf":1.0},"257":{"tf":1.0},"26":{"tf":1.0},"263":{"tf":1.0},"30":{"tf":1.0},"46":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}},"9":{"0":{"df":3,"docs":{"125":{"tf":1.0},"296":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"113":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"_":{"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":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"df":3,"docs":{"125":{"tf":1.0},"269":{"tf":1.0},"56":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"(":{"\\"":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"184":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":4,"docs":{"102":{"tf":1.0},"125":{"tf":1.0},"240":{"tf":1.0},"56":{"tf":1.0}},"y":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"(":{")":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"269":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{")":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"(":{"5":{"df":1,"docs":{"257":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"0":{"df":1,"docs":{"275":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":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":{"194":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"103":{"tf":1.0},"132":{"tf":1.0},"204":{"tf":1.0},"25":{"tf":1.0},"283":{"tf":1.0},"96":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":17,"docs":{"102":{"tf":1.0},"113":{"tf":1.4142135623730951},"133":{"tf":1.0},"245":{"tf":1.0},"251":{"tf":1.4142135623730951},"252":{"tf":1.0},"315":{"tf":1.4142135623730951},"37":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":2.23606797749979},"44":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"54":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.0},"8":{"tf":1.0}}}}}}}},"l":{"df":1,"docs":{"340":{"tf":1.0}}},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"40":{"tf":1.0}}}}},"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":6,"docs":{"212":{"tf":1.0},"323":{"tf":1.4142135623730951},"36":{"tf":1.0},"47":{"tf":1.0},"58":{"tf":1.0},"80":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"k":{"df":43,"docs":{"11":{"tf":1.0},"113":{"tf":1.0},"119":{"tf":1.0},"12":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"13":{"tf":1.0},"167":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951},"170":{"tf":1.4142135623730951},"176":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"182":{"tf":1.4142135623730951},"19":{"tf":1.0},"191":{"tf":1.0},"193":{"tf":1.4142135623730951},"2":{"tf":1.0},"218":{"tf":1.0},"22":{"tf":1.0},"223":{"tf":1.0},"243":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.0},"255":{"tf":1.0},"268":{"tf":1.0},"297":{"tf":1.0},"301":{"tf":1.7320508075688772},"303":{"tf":1.0},"308":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.0},"8":{"tf":1.0},"84":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":5,"docs":{"155":{"tf":1.0},"276":{"tf":1.7320508075688772},"41":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"52":{"tf":1.0}},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"—":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"285":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"319":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"df":148,"docs":{"10":{"tf":1.4142135623730951},"101":{"tf":1.0},"102":{"tf":1.4142135623730951},"103":{"tf":2.6457513110645907},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.7320508075688772},"11":{"tf":1.0},"113":{"tf":1.7320508075688772},"114":{"tf":1.7320508075688772},"116":{"tf":1.7320508075688772},"117":{"tf":1.4142135623730951},"120":{"tf":1.7320508075688772},"123":{"tf":1.4142135623730951},"127":{"tf":1.4142135623730951},"128":{"tf":1.0},"129":{"tf":1.7320508075688772},"130":{"tf":1.7320508075688772},"131":{"tf":1.0},"139":{"tf":1.4142135623730951},"14":{"tf":1.0},"142":{"tf":2.449489742783178},"15":{"tf":1.0},"158":{"tf":2.23606797749979},"16":{"tf":2.0},"166":{"tf":1.0},"168":{"tf":1.4142135623730951},"18":{"tf":1.7320508075688772},"192":{"tf":1.7320508075688772},"193":{"tf":1.4142135623730951},"195":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.7320508075688772},"199":{"tf":1.0},"200":{"tf":1.0},"213":{"tf":1.0},"215":{"tf":1.0},"226":{"tf":2.23606797749979},"243":{"tf":1.0},"244":{"tf":1.0},"246":{"tf":2.449489742783178},"247":{"tf":3.1622776601683795},"248":{"tf":2.0},"249":{"tf":2.0},"250":{"tf":1.4142135623730951},"251":{"tf":1.4142135623730951},"252":{"tf":1.0},"253":{"tf":1.4142135623730951},"254":{"tf":2.0},"255":{"tf":2.6457513110645907},"256":{"tf":2.23606797749979},"257":{"tf":1.7320508075688772},"259":{"tf":2.6457513110645907},"260":{"tf":1.0},"261":{"tf":1.4142135623730951},"266":{"tf":1.4142135623730951},"268":{"tf":1.0},"271":{"tf":1.4142135623730951},"272":{"tf":2.0},"273":{"tf":2.6457513110645907},"274":{"tf":1.4142135623730951},"275":{"tf":1.0},"276":{"tf":1.0},"278":{"tf":1.7320508075688772},"286":{"tf":1.4142135623730951},"287":{"tf":2.6457513110645907},"289":{"tf":1.0},"29":{"tf":1.4142135623730951},"290":{"tf":1.7320508075688772},"297":{"tf":1.7320508075688772},"298":{"tf":1.0},"30":{"tf":2.0},"307":{"tf":1.0},"308":{"tf":2.0},"309":{"tf":1.7320508075688772},"310":{"tf":1.4142135623730951},"314":{"tf":1.0},"317":{"tf":2.0},"32":{"tf":1.4142135623730951},"326":{"tf":1.7320508075688772},"327":{"tf":1.0},"33":{"tf":3.4641016151377544},"337":{"tf":3.1622776601683795},"339":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"340":{"tf":1.0},"35":{"tf":2.0},"36":{"tf":1.0},"37":{"tf":2.23606797749979},"38":{"tf":1.4142135623730951},"4":{"tf":1.0},"41":{"tf":2.8284271247461903},"43":{"tf":2.6457513110645907},"45":{"tf":1.0},"47":{"tf":2.23606797749979},"48":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.7320508075688772},"55":{"tf":2.8284271247461903},"56":{"tf":1.0},"57":{"tf":2.0},"58":{"tf":1.7320508075688772},"59":{"tf":1.4142135623730951},"6":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.7320508075688772},"63":{"tf":2.6457513110645907},"64":{"tf":3.1622776601683795},"65":{"tf":2.23606797749979},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"71":{"tf":2.0},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"77":{"tf":2.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951},"83":{"tf":2.23606797749979},"84":{"tf":1.4142135623730951},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.7320508075688772},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.4142135623730951},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.4142135623730951},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.7320508075688772}},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"135":{"tf":1.0},"198":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"51":{"tf":2.0},"52":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"—":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"l":{"d":{"df":1,"docs":{"130":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"41":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":3,"docs":{"205":{"tf":1.0},"35":{"tf":1.0},"42":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"129":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":18,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"168":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"220":{"tf":1.0},"243":{"tf":1.0},"259":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.4142135623730951},"48":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0},"61":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0},"98":{"tf":1.7320508075688772},"99":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"136":{"tf":1.0},"19":{"tf":1.0},"54":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":8,"docs":{"113":{"tf":1.4142135623730951},"17":{"tf":1.0},"206":{"tf":1.0},"224":{"tf":1.0},"243":{"tf":1.0},"248":{"tf":1.0},"34":{"tf":1.0},"38":{"tf":1.0}}}}}}},"x":{"df":1,"docs":{"11":{"tf":1.0}}},"y":{"df":0,"docs":{},"e":{"df":10,"docs":{"187":{"tf":1.7320508075688772},"302":{"tf":1.0},"304":{"tf":1.0},"309":{"tf":1.0},"313":{"tf":1.0},"315":{"tf":1.0},"318":{"tf":1.0},"327":{"tf":1.0},"330":{"tf":1.0},"331":{"tf":1.0}},"t":{"df":0,"docs":{},"—":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"’":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"’":{"d":{"df":6,"docs":{"118":{"tf":1.0},"2":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"54":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":13,"docs":{"10":{"tf":1.4142135623730951},"103":{"tf":1.0},"11":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"222":{"tf":1.0},"253":{"tf":1.0},"304":{"tf":1.0},"36":{"tf":1.0},"54":{"tf":1.4142135623730951}}}},"r":{"df":27,"docs":{"10":{"tf":1.4142135623730951},"105":{"tf":1.0},"12":{"tf":1.0},"122":{"tf":1.0},"13":{"tf":1.0},"173":{"tf":2.0},"179":{"tf":1.0},"185":{"tf":1.4142135623730951},"195":{"tf":1.0},"2":{"tf":1.0},"205":{"tf":1.0},"212":{"tf":1.0},"243":{"tf":1.0},"245":{"tf":1.0},"250":{"tf":1.4142135623730951},"298":{"tf":1.0},"304":{"tf":1.0},"306":{"tf":1.0},"308":{"tf":1.0},"43":{"tf":1.0},"49":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"60":{"tf":2.449489742783178},"63":{"tf":1.0},"70":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"v":{"df":8,"docs":{"136":{"tf":1.0},"153":{"tf":1.0},"19":{"tf":1.0},"243":{"tf":1.0},"28":{"tf":1.0},"40":{"tf":1.0},"54":{"tf":1.0},"8":{"tf":1.0}}}}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":4,"docs":{"130":{"tf":1.0},"246":{"tf":1.0},"41":{"tf":1.0},"93":{"tf":1.0}}}}}}}},"title":{"root":{"1":{"df":5,"docs":{"119":{"tf":1.0},"139":{"tf":1.0},"156":{"tf":1.0},"224":{"tf":1.0},"30":{"tf":1.0}}},"2":{"df":5,"docs":{"120":{"tf":1.0},"140":{"tf":1.0},"157":{"tf":1.0},"225":{"tf":1.0},"31":{"tf":1.0}}},"3":{"df":5,"docs":{"121":{"tf":1.0},"141":{"tf":1.0},"158":{"tf":1.0},"226":{"tf":1.0},"32":{"tf":1.0}}},"4":{"df":5,"docs":{"122":{"tf":1.0},"142":{"tf":1.0},"159":{"tf":1.0},"227":{"tf":1.0},"33":{"tf":1.0}}},"5":{"df":5,"docs":{"123":{"tf":1.0},"143":{"tf":1.0},"160":{"tf":1.0},"228":{"tf":1.0},"34":{"tf":1.0}}},"6":{"df":4,"docs":{"124":{"tf":1.0},"144":{"tf":1.0},"161":{"tf":1.0},"35":{"tf":1.0}}},"7":{"df":2,"docs":{"125":{"tf":1.0},"36":{"tf":1.0}}},"a":{"b":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":1,"docs":{"340":{"tf":1.0}}}}}}},"df":0,"docs":{}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"198":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"163":{"tf":1.0}}}}}}},"d":{"d":{"df":2,"docs":{"317":{"tf":1.0},"318":{"tf":1.0}}},"df":5,"docs":{"254":{"tf":1.0},"260":{"tf":1.0},"265":{"tf":1.0},"269":{"tf":1.0},"55":{"tf":1.0}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":4,"docs":{"128":{"tf":1.0},"165":{"tf":1.0},"190":{"tf":1.0},"329":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":3,"docs":{"231":{"tf":1.0},"282":{"tf":1.0},"322":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"113":{"tf":1.0}}}},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"42":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"i":{"df":2,"docs":{"199":{"tf":1.0},"258":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"277":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"339":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"151":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"128":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"299":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}},"t":{"df":1,"docs":{"210":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"202":{"tf":1.0},"4":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"113":{"tf":1.0}}},"df":0,"docs":{}}}}},"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"c":{"df":5,"docs":{"101":{"tf":1.0},"137":{"tf":1.0},"66":{"tf":1.0},"72":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"131":{"tf":1.0}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"117":{"tf":1.0},"196":{"tf":1.0},"259":{"tf":1.0},"264":{"tf":1.0},"268":{"tf":1.0},"61":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"230":{"tf":1.0},"281":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"b":{"df":2,"docs":{"121":{"tf":1.0},"71":{"tf":1.0}}},"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"132":{"tf":1.0},"222":{"tf":1.0},"285":{"tf":1.0},"286":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"10":{"tf":1.0},"9":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"250":{"tf":1.0},"41":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"335":{"tf":1.0}}},"i":{"df":0,"docs":{},"l":{"d":{"df":4,"docs":{"139":{"tf":1.0},"280":{"tf":1.0},"30":{"tf":1.0},"304":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"110":{"tf":1.0},"114":{"tf":1.0},"258":{"tf":1.0}}}}},"df":0,"docs":{}}},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"104":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"z":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"131":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"c":{"a":{"df":0,"docs":{},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"188":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"238":{"tf":1.0}}}}}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"103":{"tf":1.0}}}},"o":{"df":10,"docs":{"106":{"tf":1.0},"123":{"tf":1.0},"192":{"tf":1.0},"201":{"tf":1.0},"203":{"tf":1.0},"24":{"tf":1.0},"290":{"tf":1.0},"308":{"tf":1.0},"58":{"tf":1.0},"77":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"278":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":13,"docs":{"157":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.0},"215":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.0},"228":{"tf":1.0},"256":{"tf":1.0},"87":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"297":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"208":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":3,"docs":{"187":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}}}}},"i":{"/":{"c":{"d":{"df":1,"docs":{"332":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":5,"docs":{"162":{"tf":1.0},"164":{"tf":1.0},"235":{"tf":1.0},"295":{"tf":1.0},"321":{"tf":1.0}},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"210":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":2,"docs":{"144":{"tf":1.0},"36":{"tf":1.0}}}}},"r":{"df":2,"docs":{"41":{"tf":1.0},"47":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"301":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"13":{"tf":1.0},"44":{"tf":1.0}}}}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"112":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"151":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"109":{"tf":1.0},"122":{"tf":1.0},"309":{"tf":1.0},"57":{"tf":1.0},"83":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"229":{"tf":1.0},"340":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":2,"docs":{"175":{"tf":1.0},"236":{"tf":1.0}}}}}}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"12":{"tf":1.0},"244":{"tf":1.0},"337":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"146":{"tf":1.0}}}}}},"df":3,"docs":{"174":{"tf":1.0},"180":{"tf":1.0},"186":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":11,"docs":{"111":{"tf":1.0},"172":{"tf":1.0},"178":{"tf":1.0},"184":{"tf":1.0},"211":{"tf":1.0},"214":{"tf":1.0},"269":{"tf":1.0},"56":{"tf":1.0},"67":{"tf":1.0},"73":{"tf":1.0},"79":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"274":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":3,"docs":{"119":{"tf":1.0},"54":{"tf":1.0},"85":{"tf":1.0}}}}}},"i":{"d":{"df":1,"docs":{"203":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"200":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"160":{"tf":1.0},"228":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"278":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"319":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":4,"docs":{"197":{"tf":1.0},"198":{"tf":1.0},"202":{"tf":1.0},"247":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"249":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":4,"docs":{"12":{"tf":1.0},"154":{"tf":1.0},"278":{"tf":1.0},"337":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"107":{"tf":1.0},"262":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"326":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"276":{"tf":1.0},"41":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"199":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":13,"docs":{"114":{"tf":1.0},"125":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"190":{"tf":1.0},"254":{"tf":1.0},"257":{"tf":1.0},"260":{"tf":1.0},"263":{"tf":1.0},"265":{"tf":1.0},"317":{"tf":1.0},"318":{"tf":1.0},"98":{"tf":1.0}}}}}}}},"d":{"a":{"df":5,"docs":{"121":{"tf":1.0},"122":{"tf":1.0},"4":{"tf":1.0},"71":{"tf":1.0},"94":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"233":{"tf":1.0}}}}}},"t":{"a":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":4,"docs":{"155":{"tf":1.0},"218":{"tf":1.0},"297":{"tf":1.0},"314":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"22":{"tf":1.0},"44":{"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":{"69":{"tf":1.0},"75":{"tf":1.0}}}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"129":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":5,"docs":{"133":{"tf":1.4142135623730951},"140":{"tf":1.0},"266":{"tf":1.0},"280":{"tf":1.0},"31":{"tf":1.0}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"13":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"245":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":3,"docs":{"305":{"tf":1.0},"40":{"tf":1.0},"48":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"242":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"126":{"tf":1.0},"19":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"121":{"tf":1.0}}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"315":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"233":{"tf":1.0},"292":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"112":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"133":{"tf":1.0}},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"132":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"l":{"df":1,"docs":{"278":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"154":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"105":{"tf":1.0},"59":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"237":{"tf":1.0},"251":{"tf":1.0}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"221":{"tf":1.0}}}}}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"111":{"tf":1.0},"126":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"291":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":6,"docs":{"150":{"tf":1.0},"158":{"tf":1.0},"226":{"tf":1.0},"281":{"tf":1.0},"287":{"tf":1.0},"322":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":2,"docs":{"143":{"tf":1.0},"35":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"18":{"tf":1.0}}}}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"159":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":16,"docs":{"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},"128":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"256":{"tf":1.0},"262":{"tf":1.0},"267":{"tf":1.0},"272":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"137":{"tf":1.0},"142":{"tf":1.0},"146":{"tf":1.0},"165":{"tf":1.0},"249":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":27,"docs":{"104":{"tf":1.0},"132":{"tf":1.0},"156":{"tf":1.0},"17":{"tf":1.0},"195":{"tf":1.0},"204":{"tf":1.0},"224":{"tf":1.0},"248":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"272":{"tf":1.0},"274":{"tf":1.0},"288":{"tf":1.0},"324":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":1.0},"63":{"tf":1.0},"69":{"tf":1.0},"75":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"105":{"tf":1.0},"44":{"tf":1.0}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"252":{"tf":1.0},"253":{"tf":1.0},"316":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":2,"docs":{"114":{"tf":1.0},"270":{"tf":1.0}}}}}}}},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":8,"docs":{"155":{"tf":1.0},"290":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"314":{"tf":1.0},"321":{"tf":1.0},"324":{"tf":1.0},"47":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"r":{"df":9,"docs":{"149":{"tf":1.0},"156":{"tf":1.0},"218":{"tf":1.0},"223":{"tf":1.0},"288":{"tf":1.0},"289":{"tf":1.0},"89":{"tf":1.0},"93":{"tf":1.0},"97":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"169":{"tf":1.0},"47":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"328":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"181":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"220":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"132":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"324":{"tf":1.0}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"102":{"tf":1.0},"24":{"tf":1.0},"54":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"12":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"294":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"45":{"tf":1.0}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":3,"docs":{"230":{"tf":1.0},"234":{"tf":1.0},"281":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":4,"docs":{"252":{"tf":1.0},"301":{"tf":1.0},"316":{"tf":1.0},"339":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"299":{"tf":1.0}}}}}}}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"134":{"tf":1.0},"16":{"tf":1.0},"247":{"tf":1.0},"300":{"tf":1.0},"330":{"tf":1.0}}}}},"t":{"df":2,"docs":{"298":{"tf":1.0},"333":{"tf":1.0}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{"df":1,"docs":{"163":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"a":{"b":{"df":1,"docs":{"164":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"336":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"205":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"327":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"25":{"tf":1.0},"256":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":3,"docs":{"298":{"tf":1.0},"333":{"tf":1.0},"334":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"i":{"df":1,"docs":{"50":{"tf":1.0}},"i":{"df":1,"docs":{"242":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"246":{"tf":1.0},"45":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"22":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"289":{"tf":1.0},"90":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"301":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":4,"docs":{"235":{"tf":1.0},"258":{"tf":1.0},"270":{"tf":1.0},"332":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"168":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":1,"docs":{"276":{"tf":1.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"147":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":6,"docs":{"229":{"tf":1.0},"280":{"tf":1.0},"284":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"169":{"tf":1.0}}}}},"v":{"df":1,"docs":{"277":{"tf":1.0}}}},"j":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"17":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"248":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"k":{"8":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"181":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"234":{"tf":1.0},"293":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"129":{"tf":1.0}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"6":{"tf":1.0}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":2,"docs":{"28":{"tf":1.0},"38":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"239":{"tf":1.0},"327":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":3,"docs":{"54":{"tf":1.0},"85":{"tf":1.0},"94":{"tf":1.0}}}}},"o":{"a":{"d":{"df":1,"docs":{"130":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"169":{"tf":1.0}}}}}}}},"df":3,"docs":{"161":{"tf":1.0},"295":{"tf":1.0},"321":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":7,"docs":{"152":{"tf":1.0},"159":{"tf":1.0},"213":{"tf":1.0},"220":{"tf":1.0},"227":{"tf":1.0},"238":{"tf":1.0},"324":{"tf":1.0}}},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"307":{"tf":1.0},"312":{"tf":1.0}}}},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"324":{"tf":1.0}}},"s":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"m":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":3,"docs":{"15":{"tf":1.0},"19":{"tf":1.0},"328":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"47":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":1,"docs":{"306":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"244":{"tf":1.0},"37":{"tf":1.0},"5":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"216":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"153":{"tf":1.0},"219":{"tf":1.0},"221":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"119":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"26":{"tf":1.0}}}}}}},"x":{"df":1,"docs":{"189":{"tf":1.0}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"131":{"tf":1.0},"267":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":5,"docs":{"212":{"tf":1.0},"237":{"tf":1.0},"89":{"tf":1.0},"93":{"tf":1.0},"97":{"tf":1.0}},"l":{"df":1,"docs":{"243":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"326":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"135":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"145":{"tf":1.0},"309":{"tf":1.0},"57":{"tf":1.0}}}}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":4,"docs":{"24":{"tf":1.0},"304":{"tf":1.0},"310":{"tf":1.0},"326":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"129":{"tf":1.0}}}}}}},"w":{"df":1,"docs":{"272":{"tf":1.0}}},"x":{"df":0,"docs":{},"t":{"df":11,"docs":{"115":{"tf":1.0},"127":{"tf":1.0},"166":{"tf":1.0},"191":{"tf":1.0},"20":{"tf":1.0},"241":{"tf":1.0},"271":{"tf":1.0},"39":{"tf":1.0},"49":{"tf":1.0},"62":{"tf":1.0},"99":{"tf":1.0}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":9,"docs":{"107":{"tf":1.0},"159":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"202":{"tf":1.0},"208":{"tf":1.0},"227":{"tf":1.0},"306":{"tf":1.0},"323":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":4,"docs":{"1":{"tf":1.0},"208":{"tf":1.0},"304":{"tf":1.0},"338":{"tf":1.0}}}}}},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":3,"docs":{"219":{"tf":1.0},"25":{"tf":1.0},"34":{"tf":1.0}}}}}}},"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"42":{"tf":1.0}}},"df":1,"docs":{"309":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"206":{"tf":1.0}}}},"t":{"df":1,"docs":{"106":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"67":{"tf":1.0},"73":{"tf":1.0},"79":{"tf":1.0}}}}}}},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"37":{"tf":1.0}}}}},"df":0,"docs":{}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"130":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"138":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"22":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"11":{"tf":1.0}}}}}}}}}},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"195":{"tf":1.0},"204":{"tf":1.0}}}},"n":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"150":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":3,"docs":{"146":{"tf":1.0},"239":{"tf":1.0},"313":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"331":{"tf":1.0}}}}}}}},"df":0,"docs":{},"t":{"df":4,"docs":{"242":{"tf":1.0},"277":{"tf":1.0},"50":{"tf":1.0},"7":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"295":{"tf":1.0},"296":{"tf":1.0},"321":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":17,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"116":{"tf":1.0},"201":{"tf":1.0},"203":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"262":{"tf":1.0}}}},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"325":{"tf":1.0}}}}}}}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":7,"docs":{"135":{"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}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}}}}},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"135":{"tf":1.0}}}}}}}},"l":{"a":{"df":0,"docs":{},"n":{"df":5,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"246":{"tf":1.0},"30":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"214":{"tf":1.0},"231":{"tf":1.0},"282":{"tf":1.0},"322":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"248":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":7,"docs":{"117":{"tf":1.0},"196":{"tf":1.0},"259":{"tf":1.0},"264":{"tf":1.0},"268":{"tf":1.0},"38":{"tf":1.0},"61":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"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":2,"docs":{"207":{"tf":1.0},"209":{"tf":1.0}}}}}}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"o":{"b":{"df":0,"docs":{},"e":{"df":1,"docs":{"273":{"tf":1.0}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"181":{"tf":1.0},"240":{"tf":1.0}}}},"df":0,"docs":{}}},"df":3,"docs":{"174":{"tf":1.0},"180":{"tf":1.0},"186":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"165":{"tf":1.0},"330":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"222":{"tf":1.0},"285":{"tf":1.0},"286":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":3,"docs":{"23":{"tf":1.0},"301":{"tf":1.0},"46":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"210":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"245":{"tf":1.0}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"299":{"tf":1.0},"300":{"tf":1.0}}}}}}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"108":{"tf":1.0}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"107":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"273":{"tf":1.0},"274":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"323":{"tf":1.0}}}},"d":{"df":1,"docs":{"156":{"tf":1.0}},"i":{"df":12,"docs":{"141":{"tf":1.0},"157":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"225":{"tf":1.0},"232":{"tf":1.0},"283":{"tf":1.0},"32":{"tf":1.0},"323":{"tf":1.0},"47":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"15":{"tf":1.0}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"242":{"tf":1.0},"276":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"335":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":3,"docs":{"161":{"tf":1.0},"175":{"tf":1.0},"44":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"81":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"58":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":4,"docs":{"160":{"tf":1.0},"228":{"tf":1.0},"234":{"tf":1.0},"325":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"250":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"123":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"147":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"110":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"302":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}}}}}},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"197":{"tf":1.0}}}}}}}}},"df":16,"docs":{"126":{"tf":1.0},"133":{"tf":1.0},"136":{"tf":1.0},"145":{"tf":1.0},"162":{"tf":1.0},"233":{"tf":1.0},"248":{"tf":1.0},"26":{"tf":1.0},"307":{"tf":1.0},"311":{"tf":1.0},"313":{"tf":1.0},"315":{"tf":1.0},"327":{"tf":1.0},"42":{"tf":1.0},"59":{"tf":1.0},"88":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":17,"docs":{"15":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"209":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"302":{"tf":1.0},"318":{"tf":1.0},"331":{"tf":1.0},"42":{"tf":1.0},"60":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"249":{"tf":1.0},"284":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"272":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"302":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":12,"docs":{"100":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"14":{"tf":1.0},"243":{"tf":1.0},"246":{"tf":1.0},"28":{"tf":1.0},"302":{"tf":1.0},"305":{"tf":1.0},"330":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"310":{"tf":1.0}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"244":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"278":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"273":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"129":{"tf":1.0}}}}},"x":{"df":1,"docs":{"29":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"212":{"tf":1.0},"237":{"tf":1.0},"286":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"119":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"229":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"296":{"tf":1.4142135623730951}}}}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"304":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":4,"docs":{"111":{"tf":1.0},"209":{"tf":1.0},"291":{"tf":1.0},"338":{"tf":1.0}}}}},"df":0,"docs":{}}},"t":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":8,"docs":{"29":{"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}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"312":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"323":{"tf":1.0}}}},"y":{"df":1,"docs":{"274":{"tf":1.0}}}},"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"134":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"124":{"tf":1.0}}}}}}},"u":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"148":{"tf":1.0},"17":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"199":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":12,"docs":{"281":{"tf":1.0},"282":{"tf":1.0},"283":{"tf":1.0},"285":{"tf":1.0},"286":{"tf":1.0},"287":{"tf":1.0},"289":{"tf":1.0},"290":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"129":{"tf":1.0}}}}}}}}},"t":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"312":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"274":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":28,"docs":{"119":{"tf":1.0},"124":{"tf":1.0},"138":{"tf":1.0},"14":{"tf":1.0},"145":{"tf":1.0},"155":{"tf":1.0},"21":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"303":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"309":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.0},"314":{"tf":1.0},"315":{"tf":1.0},"321":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"328":{"tf":1.0},"331":{"tf":1.0},"5":{"tf":1.0},"58":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"112":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":3,"docs":{"23":{"tf":1.4142135623730951},"301":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"217":{"tf":1.0},"232":{"tf":1.0},"283":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":9,"docs":{"102":{"tf":1.0},"125":{"tf":1.0},"13":{"tf":1.0},"134":{"tf":1.0},"201":{"tf":1.0},"245":{"tf":1.0},"269":{"tf":1.0},"44":{"tf":1.0},"56":{"tf":1.0}}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"213":{"tf":1.0}}},"k":{"df":1,"docs":{"222":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":5,"docs":{"122":{"tf":1.0},"130":{"tf":1.0},"16":{"tf":1.0},"247":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"255":{"tf":1.0},"261":{"tf":1.0},"266":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":6,"docs":{"120":{"tf":1.0},"122":{"tf":1.0},"289":{"tf":1.0},"55":{"tf":1.0},"65":{"tf":1.0},"90":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":1,"docs":{"52":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"223":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"279":{"tf":1.0},"320":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"108":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":5,"docs":{"138":{"tf":1.0},"168":{"tf":1.0},"215":{"tf":1.0},"64":{"tf":1.0},"84":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"303":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"319":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":12,"docs":{"116":{"tf":1.0},"171":{"tf":1.0},"177":{"tf":1.0},"183":{"tf":1.0},"194":{"tf":1.0},"329":{"tf":1.0},"66":{"tf":1.0},"72":{"tf":1.0},"78":{"tf":1.0},"86":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0}}}},"df":16,"docs":{"10":{"tf":1.0},"173":{"tf":1.0},"179":{"tf":1.0},"185":{"tf":1.0},"231":{"tf":1.0},"236":{"tf":1.0},"257":{"tf":1.0},"263":{"tf":1.0},"282":{"tf":1.0},"301":{"tf":1.0},"306":{"tf":1.0},"308":{"tf":1.0},"322":{"tf":1.0},"70":{"tf":1.0},"76":{"tf":1.0},"82":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"139":{"tf":1.0},"2":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":1,"docs":{"43":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"23":{"tf":1.0},"301":{"tf":1.0},"46":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"310":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"130":{"tf":1.0}}}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"’":{"df":11,"docs":{"115":{"tf":1.0},"127":{"tf":1.0},"166":{"tf":1.0},"191":{"tf":1.0},"20":{"tf":1.0},"241":{"tf":1.0},"271":{"tf":1.0},"39":{"tf":1.0},"49":{"tf":1.0},"62":{"tf":1.0},"99":{"tf":1.0}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"26":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"275":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"315":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"323":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"k":{"df":5,"docs":{"170":{"tf":1.0},"176":{"tf":1.0},"18":{"tf":1.0},"182":{"tf":1.0},"193":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"319":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":35,"docs":{"103":{"tf":1.0},"109":{"tf":1.0},"114":{"tf":1.0},"120":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"142":{"tf":1.0},"158":{"tf":1.0},"16":{"tf":1.0},"192":{"tf":1.0},"226":{"tf":1.0},"247":{"tf":1.0},"254":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.0},"259":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.0},"287":{"tf":1.0},"290":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"317":{"tf":1.0},"33":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"71":{"tf":1.0},"77":{"tf":1.0},"83":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"198":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"51":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"42":{"tf":1.0},"98":{"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/docs/searchindex-85f663ca.js b/docs/searchindex-85f663ca.js new file mode 100644 index 0000000..aff22c1 --- /dev/null +++ b/docs/searchindex-85f663ca.js @@ -0,0 +1 @@ +window.search = Object.assign(window.search, JSON.parse('{"doc_urls":["project-context-primer.html#project-context-primer","what-you-will-learn.html#what-you-will-learn","part-i.html#part-i--foundations","introduction.html#introduction","introduction.html#how-to-use-this-book","architecture-overview.html#architecture-overview","testing-philosophy.html#testing-philosophy","scenario-lifecycle.html#scenario-lifecycle-conceptual","design-rationale.html#design-rationale","part-ii.html#part-ii--user-guide","workspace-layout.html#workspace-layout","annotated-tree.html#annotated-tree","authoring-scenarios.html#authoring-scenarios","workloads.html#core-content-workloads--expectations","workloads.html#workloads","workloads.html#expectations","scenario-builder-ext-patterns.html#core-content-scenariobuilderext-patterns","usage-patterns.html#usage-patterns","best-practices.html#best-practices","examples.html#examples","examples.html#simple-2-validator-transaction-workload","examples.html#da--transaction-workload","examples.html#chaos--liveness-check","examples-advanced.html#advanced--artificial-examples","examples-advanced.html#synthetic-delay-workload-network-latency-simulation","examples-advanced.html#oscillating-load-workload-traffic-waves","examples-advanced.html#byzantine-behavior-mock","examples-advanced.html#custom-expectation-block-finality-drift","examples-advanced.html#custom-deployer-dry-run-deployer","examples-advanced.html#stochastic-topology-generator","examples-advanced.html#multi-phase-scenario-pipelines","running-scenarios.html#running-scenarios","runners.html#runners","runners.html#local-runner","runners.html#docker-compose-runner","runners.html#kubernetes-runner","runners.html#common-expectations","chaos.html#chaos-workloads","chaos.html#how-it-works","chaos.html#usage","chaos.html#expectations-to-pair","chaos.html#best-practices","node-control.html#node-control--runcontext","node-control.html#accessing-node-control-in-workloadsexpectations","node-control.html#current-api-surface","node-control.html#considerations","topology-chaos.html#topology--chaos-patterns","topology-chaos.html#node-control-availability","topology-chaos.html#chaos-patterns-to-consider","topology-chaos.html#expectations-to-pair","topology-chaos.html#guidance","operations.html#operations","part-iii.html#part-iii--developer-reference","scenario-model.html#scenario-model-developer-level","extending.html#extending-the-framework","extending.html#adding-a-workload","extending.html#adding-an-expectation","extending.html#adding-a-runner","extending.html#adding-topology-helpers","custom-workload-example.html#example-new-workload--expectation-rust","custom-workload-example.html#workload-simple-reachability-probe","custom-workload-example.html#expectation-confirm-the-target-stayed-reachable","custom-workload-example.html#how-to-wire-it","internal-crate-reference.html#internal-crate-reference","part-iv.html#part-iv--appendix","dsl-cheat-sheet.html#core-content-dsl-cheat-sheet","troubleshooting.html#troubleshooting-scenarios","faq.html#faq","glossary.html#glossary"],"index":{"documentStore":{"docInfo":{"0":{"body":106,"breadcrumbs":6,"title":3},"1":{"body":26,"breadcrumbs":2,"title":1},"10":{"body":94,"breadcrumbs":8,"title":2},"11":{"body":59,"breadcrumbs":8,"title":2},"12":{"body":101,"breadcrumbs":8,"title":2},"13":{"body":18,"breadcrumbs":12,"title":4},"14":{"body":38,"breadcrumbs":9,"title":1},"15":{"body":71,"breadcrumbs":9,"title":1},"16":{"body":84,"breadcrumbs":12,"title":4},"17":{"body":84,"breadcrumbs":8,"title":2},"18":{"body":96,"breadcrumbs":8,"title":2},"19":{"body":14,"breadcrumbs":6,"title":1},"2":{"body":10,"breadcrumbs":4,"title":2},"20":{"body":28,"breadcrumbs":10,"title":5},"21":{"body":31,"breadcrumbs":8,"title":3},"22":{"body":37,"breadcrumbs":8,"title":3},"23":{"body":19,"breadcrumbs":10,"title":3},"24":{"body":41,"breadcrumbs":13,"title":6},"25":{"body":37,"breadcrumbs":12,"title":5},"26":{"body":34,"breadcrumbs":10,"title":3},"27":{"body":41,"breadcrumbs":12,"title":5},"28":{"body":39,"breadcrumbs":12,"title":5},"29":{"body":35,"breadcrumbs":10,"title":3},"3":{"body":89,"breadcrumbs":4,"title":1},"30":{"body":40,"breadcrumbs":11,"title":4},"31":{"body":75,"breadcrumbs":8,"title":2},"32":{"body":20,"breadcrumbs":6,"title":1},"33":{"body":16,"breadcrumbs":7,"title":2},"34":{"body":23,"breadcrumbs":8,"title":3},"35":{"body":17,"breadcrumbs":7,"title":2},"36":{"body":61,"breadcrumbs":7,"title":2},"37":{"body":14,"breadcrumbs":8,"title":2},"38":{"body":56,"breadcrumbs":7,"title":1},"39":{"body":40,"breadcrumbs":7,"title":1},"4":{"body":57,"breadcrumbs":5,"title":2},"40":{"body":24,"breadcrumbs":8,"title":2},"41":{"body":26,"breadcrumbs":8,"title":2},"42":{"body":28,"breadcrumbs":10,"title":3},"43":{"body":53,"breadcrumbs":11,"title":4},"44":{"body":43,"breadcrumbs":10,"title":3},"45":{"body":32,"breadcrumbs":8,"title":1},"46":{"body":11,"breadcrumbs":10,"title":3},"47":{"body":16,"breadcrumbs":10,"title":3},"48":{"body":57,"breadcrumbs":10,"title":3},"49":{"body":24,"breadcrumbs":9,"title":2},"5":{"body":93,"breadcrumbs":6,"title":2},"50":{"body":35,"breadcrumbs":8,"title":1},"51":{"body":152,"breadcrumbs":6,"title":1},"52":{"body":10,"breadcrumbs":8,"title":4},"53":{"body":116,"breadcrumbs":12,"title":4},"54":{"body":0,"breadcrumbs":8,"title":2},"55":{"body":39,"breadcrumbs":8,"title":2},"56":{"body":21,"breadcrumbs":8,"title":2},"57":{"body":29,"breadcrumbs":8,"title":2},"58":{"body":21,"breadcrumbs":9,"title":3},"59":{"body":19,"breadcrumbs":14,"title":5},"6":{"body":96,"breadcrumbs":6,"title":2},"60":{"body":121,"breadcrumbs":13,"title":4},"61":{"body":68,"breadcrumbs":14,"title":5},"62":{"body":24,"breadcrumbs":10,"title":1},"63":{"body":91,"breadcrumbs":10,"title":3},"64":{"body":10,"breadcrumbs":6,"title":3},"65":{"body":84,"breadcrumbs":11,"title":5},"66":{"body":86,"breadcrumbs":7,"title":2},"67":{"body":99,"breadcrumbs":5,"title":1},"68":{"body":89,"breadcrumbs":5,"title":1},"7":{"body":115,"breadcrumbs":8,"title":3},"8":{"body":68,"breadcrumbs":6,"title":2},"9":{"body":10,"breadcrumbs":8,"title":4}},"docs":{"0":{"body":"This book focuses on the Nomos Testing Framework. It assumes familiarity with\\nthe Nomos architecture, but for completeness, here is a short primer. Nomos is a modular blockchain protocol composed of validators, executors,\\nand a data-availability (DA) subsystem. Validators participate in consensus, produce blocks, and verify and sample\\nDA data. Executors are validators extended with DA blob dispersal capabilities,\\nallowing them to both produce blocks and submit data to the DA network. Data Availability (DA) ensures that data referenced in blocks is\\npublished and retrievable. Validators verify and sample DA data, while\\nexecutors additionally disperse blobs to the DA network. This includes channel\\ndata and blob submissions used by workloads. These components interact tightly—validators must coordinate on consensus,\\nexecutors must disperse and retrieve DA blobs, and all nodes must maintain\\nnetwork connectivity and timing synchronization. Meaningful testing therefore\\nrequires multi-node environments that exercise real consensus, networking, and\\nDA subsystem behavior together.","breadcrumbs":"Project Context Primer » Project Context Primer","id":"0","title":"Project Context Primer"},"1":{"body":"This book gives you a clear mental model for Nomos multi-node testing, shows how\\nto author scenarios that pair realistic workloads with explicit expectations,\\nand guides you to run them across local, containerized, and cluster environments\\nwithout changing the plan.","breadcrumbs":"What You Will Learn » What You Will Learn","id":"1","title":"What You Will Learn"},"10":{"body":"The workspace focuses on multi-node integration testing and sits alongside a nomos-node checkout. Its crates separate concerns to keep scenarios\\nrepeatable and portable: Configs: prepares high-level node, network, tracing, and wallet settings\\nused across test environments. Core scenario orchestration: the engine that holds topology descriptions,\\nscenario plans, runtimes, workloads, and expectations. Workflows: ready-made workloads (transactions, data-availability, chaos)\\nand reusable expectations assembled into a user-facing DSL. Runners: deployment backends for local processes, Docker Compose, and\\nKubernetes, all consuming the same scenario plan. Test workflows: example scenarios and integration checks that show how\\nthe pieces fit together. This split keeps configuration, orchestration, reusable traffic patterns, and\\ndeployment adapters loosely coupled while sharing one mental model for tests.","breadcrumbs":"Part II — User Guide » Workspace Layout » Workspace Layout","id":"10","title":"Workspace Layout"},"11":{"body":"High-level view of the workspace and how pieces relate: nomos-testing/\\n├─ testing-framework/\\n│ ├─ configs/ # shared configuration helpers\\n│ ├─ core/ # scenario model, runtime, topology\\n│ ├─ workflows/ # workloads, expectations, DSL extensions\\n│ └─ runners/ # local, compose, k8s deployment backends\\n├─ tests/ # integration scenarios using the framework\\n└─ scripts/ # supporting setup utilities (e.g., assets) Each area maps to a responsibility: describe configs, orchestrate scenarios,\\npackage common traffic and assertions, adapt to environments, and demonstrate\\nend-to-end usage.","breadcrumbs":"Part II — User Guide » Annotated Tree » Annotated Tree","id":"11","title":"Annotated Tree"},"12":{"body":"Creating a scenario is a declarative exercise: Shape the topology: decide how many validators and executors to run, and\\nwhat high-level network and data-availability characteristics matter for the\\ntest. Attach workloads: pick traffic generators that align with your goals\\n(transactions, data-availability blobs, or chaos for resilience probes). Define expectations: specify the health signals that must hold when the\\nrun finishes (e.g., consensus liveness, inclusion of submitted activity; see Core Content: Workloads & Expectations). Set duration: choose a run window long enough to observe meaningful\\nblock progression and the effects of your workloads. Choose a runner: target local processes for fast iteration, Docker\\nCompose for reproducible multi-node stacks, or Kubernetes for cluster-grade\\nvalidation. For environment considerations, see Operations. Keep scenarios small and explicit: make the intended behavior and the success\\ncriteria clear so failures are easy to interpret and act upon.","breadcrumbs":"Part II — User Guide » Authoring Scenarios » Authoring Scenarios","id":"12","title":"Authoring Scenarios"},"13":{"body":"Workloads describe the activity a scenario generates; expectations describe the\\nsignals that must hold when that activity completes. Both are pluggable so\\nscenarios stay readable and purpose-driven.","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Core Content: Workloads & Expectations","id":"13","title":"Core Content: Workloads & Expectations"},"14":{"body":"Transaction workload: submits user-level transactions at a configurable\\nrate and can limit how many distinct actors participate. Data-availability workload: drives blob and channel activity to exercise\\ndata-availability paths. Chaos workload: triggers controlled node restarts to test resilience and\\nrecovery behaviors (requires a runner that can control nodes).","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Workloads","id":"14","title":"Workloads"},"15":{"body":"Consensus liveness: verifies the system continues to produce blocks in\\nline with the planned workload and timing window. Workload-specific checks: each workload can attach its own success\\ncriteria (e.g., inclusion of submitted activity) so scenarios remain concise. Together, workloads and expectations let you express both the pressure applied\\nto the system and the definition of “healthy” for that run. Workload pipeline (conceptual): Inputs (topology + wallets + rates) │ ▼\\nWorkload init → Drive traffic → Collect signals │ ▼ Expectations evaluate Mermaid view: flowchart TD I[Inputs
(topology + wallets + rates)] --> Init[Workload init] Init --> Drive[Drive traffic] Drive --> Collect[Collect signals] Collect --> Eval[Expectations evaluate]","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Expectations","id":"15","title":"Expectations"},"16":{"body":"Patterns that keep scenarios readable and reusable: Topology-first: start by shaping the cluster (counts, layout) so later\\nsteps inherit a clear foundation. Bundle defaults: use the DSL helpers to attach common expectations (like\\nliveness) whenever you add a matching workload, reducing forgotten checks. Intentional rates: express traffic in per-block terms to align with\\nprotocol timing rather than wall-clock assumptions. Opt-in chaos: enable restart patterns only in scenarios meant to probe\\nresilience; keep functional smoke tests deterministic. Wallet clarity: seed only the number of actors you need; it keeps\\ntransaction scenarios deterministic and interpretable. These patterns make scenario definitions self-explanatory while staying aligned\\nwith the framework’s block-oriented timing model.","breadcrumbs":"Part II — User Guide » Core Content: ScenarioBuilderExt Patterns » Core Content: ScenarioBuilderExt Patterns","id":"16","title":"Core Content: ScenarioBuilderExt Patterns"},"17":{"body":"Shape a topology, pick a runner: choose local for quick iteration, compose for reproducible multi-node stacks with observability, or k8s for cluster-grade validation. Compose workloads deliberately: pair transactions and data-availability traffic for end-to-end coverage; add chaos only when assessing recovery and resilience. Align expectations with goals: use liveness-style checks to confirm the system keeps up with planned activity, and add workload-specific assertions for inclusion or availability. Reuse plans across environments: keep the scenario constant while swapping runners to compare behavior between developer machines and CI clusters. Iterate with clear signals: treat expectation outcomes as the primary pass/fail indicator, and adjust topology or workloads based on what those signals reveal.","breadcrumbs":"Part II — User Guide » Usage Patterns » Usage Patterns","id":"17","title":"Usage Patterns"},"18":{"body":"State your intent: document the goal of each scenario (throughput, DA\\nvalidation, resilience) so expectation choices are obvious. Keep runs meaningful: choose durations that allow multiple blocks and make\\ntiming-based assertions trustworthy. Separate concerns: start with deterministic workloads for functional\\nchecks; add chaos in dedicated resilience scenarios to avoid noisy failures. Reuse patterns: standardize on shared topology and workload presets so\\nresults are comparable across environments and teams. Observe first, tune second: rely on liveness and inclusion signals to\\ninterpret outcomes before tweaking rates or topology. Environment fit: pick runners that match the feedback loop you need—local\\nfor speed, compose for reproducible stacks, k8s for cluster-grade fidelity. Minimal surprises: seed only necessary wallets and keep configuration\\ndeltas explicit when moving between CI and developer machines.","breadcrumbs":"Part II — User Guide » Best Practices » Best Practices","id":"18","title":"Best Practices"},"19":{"body":"Concrete scenario shapes that illustrate how to combine topologies, workloads,\\nand expectations. Adjust counts, rates, and durations to fit your environment.","breadcrumbs":"Part II — User Guide » Examples » Examples","id":"19","title":"Examples"},"2":{"body":"Conceptual chapters that establish the mental model for the framework and how\\nit approaches multi-node testing.","breadcrumbs":"Part I — Foundations » Part I — Foundations","id":"2","title":"Part I — Foundations"},"20":{"body":"Topology: two validators. Workload: transaction submissions at a modest per-block rate with a small\\nset of wallet actors. Expectations: consensus liveness and inclusion of submitted activity. When to use: smoke tests for consensus and transaction flow on minimal\\nhardware.","breadcrumbs":"Part II — User Guide » Examples » Simple 2-validator transaction workload","id":"20","title":"Simple 2-validator transaction workload"},"21":{"body":"Topology: validators plus executors if available. Workloads: data-availability blobs/channels and transactions running\\ntogether to stress both paths. Expectations: consensus liveness and workload-level inclusion/availability\\nchecks. When to use: end-to-end coverage of transaction and DA layers in one run.","breadcrumbs":"Part II — User Guide » Examples » DA + transaction workload","id":"21","title":"DA + transaction workload"},"22":{"body":"Topology: validators (optionally executors) with node control enabled. Workloads: baseline traffic (transactions or DA) plus chaos restarts on\\nselected roles. Expectations: consensus liveness to confirm the system keeps progressing\\ndespite restarts; workload-specific inclusion if traffic is present. When to use: resilience validation and operational readiness drills.","breadcrumbs":"Part II — User Guide » Examples » Chaos + liveness check","id":"22","title":"Chaos + liveness check"},"23":{"body":"These illustrative scenarios stretch the framework to show how to build new\\nworkloads, expectations, deployers, and topology tricks. They are intentionally\\n“synthetic” to teach capabilities rather than prescribe production tests.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Advanced & Artificial Examples","id":"23","title":"Advanced & Artificial Examples"},"24":{"body":"Idea: inject fake latency between node interactions using internal timers,\\nnot OS-level tooling. Demonstrates: sequencing control inside a workload, verifying protocol\\nprogression under induced lag, using timers to pace submissions. Shape: wrap submissions in delays that mimic slow peers; ensure the\\nexpectation checks blocks still progress.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Synthetic Delay Workload (Network Latency Simulation)","id":"24","title":"Synthetic Delay Workload (Network Latency Simulation)"},"25":{"body":"Idea: traffic rate changes every block or N seconds (e.g., blocks 1–3 low,\\n4–5 high, 6–7 zero, repeat). Demonstrates: dynamic, stateful workloads that use RunMetrics to time\\nphases; modeling real-world burstiness. Shape: schedule per-phase rates; confirm inclusion/liveness across peaks\\nand troughs.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Oscillating Load Workload (Traffic Waves)","id":"25","title":"Oscillating Load Workload (Traffic Waves)"},"26":{"body":"Idea: a workload that drops half its planned submissions, sometimes\\ndouble-submits, and intentionally triggers expectation failures. Demonstrates: negative testing, resilience checks, and the value of clear\\nexpectations when behavior is adversarial by design. Shape: parameterize drop/double-submit probabilities; pair with an\\nexpectation that documents what “bad” looks like.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Byzantine Behavior Mock","id":"26","title":"Byzantine Behavior Mock"},"27":{"body":"Idea: assert the last few blocks differ and block time stays within a\\ntolerated drift budget. Demonstrates: consuming BlockFeed or time-series metrics to validate\\nprotocol cadence; crafting post-run assertions around block diversity and\\ntiming. Shape: collect recent blocks, confirm no duplicates, and compare observed\\nintervals to a drift threshold.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Custom Expectation: Block Finality Drift","id":"27","title":"Custom Expectation: Block Finality Drift"},"28":{"body":"Idea: a deployer that never starts nodes; it emits configs, simulates\\nreadiness, provides fake blockfeed/metrics. Demonstrates: full power of the deployer interface for CI dry-runs,\\nconfig verification, and ultra-fast feedback without Nomos binaries. Shape: produce logs/artifacts, stub readiness, and feed synthetic blocks\\nso expectations can still run.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Custom Deployer: Dry-Run Deployer","id":"28","title":"Custom Deployer: Dry-Run Deployer"},"29":{"body":"Idea: topology parameters change at runtime (random validators, DA\\nsettings, network shapes). Demonstrates: randomized property testing and fuzzing approaches to\\ntopology building. Shape: pick roles and network layouts randomly per run; keep expectations\\ntolerant to variability while still asserting core liveness.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Stochastic Topology Generator","id":"29","title":"Stochastic Topology Generator"},"3":{"body":"Multi-node integration testing is required because many Nomos behaviors—block\\nprogress, data availability, liveness under churn—only emerge when several\\nroles interact over real networking and time. Small unit tests cannot catch\\nthese emergent behaviors, and manual multi-node testing is slow and\\nerror-prone. The Nomos Testing Framework is a purpose-built toolkit for exercising Nomos in\\nrealistic, multi-node environments. It solves the gap between small, isolated\\ntests and full-system validation by letting teams describe a cluster layout,\\ndrive meaningful traffic, and assert the outcomes in one coherent plan. It is for protocol engineers, infrastructure operators, and QA teams who need\\nrepeatable confidence that validators, executors, and data-availability\\ncomponents work together under network and timing constraints.","breadcrumbs":"Part I — Foundations » Introduction » Introduction","id":"3","title":"Introduction"},"30":{"body":"Idea: scenario runs in phases (e.g., phase 1 transactions, phase 2 DA,\\nphase 3 restarts, phase 4 sync check). Demonstrates: multi-stage tests, modular scenario assembly, and deliberate\\nlifecycle control. Shape: drive phase-specific workloads/expectations sequentially; enforce\\nclear boundaries and post-phase checks.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Multi-Phase Scenario (“Pipelines”)","id":"30","title":"Multi-Phase Scenario (“Pipelines”)"},"31":{"body":"Running a scenario follows the same conceptual flow regardless of environment: Select or author a scenario plan that pairs a topology with workloads,\\nexpectations, and a suitable run window. Choose a runner aligned with your environment (local, compose, or k8s) and\\nensure its prerequisites are available. Deploy the plan through the runner; wait for readiness signals before\\nstarting workloads. Let workloads drive activity for the planned duration; keep observability\\nsignals visible so you can correlate outcomes. Evaluate expectations and capture results as the primary pass/fail signal. Use the same plan across different runners to compare behavior between local\\ndevelopment and CI or cluster settings. For environment prerequisites and\\nflags, see Operations.","breadcrumbs":"Part II — User Guide » Running Scenarios » Running Scenarios","id":"31","title":"Running Scenarios"},"32":{"body":"Runners turn a scenario plan into a live environment while keeping the plan\\nunchanged. Choose based on feedback speed, reproducibility, and fidelity. For\\nenvironment and operational considerations, see Operations:","breadcrumbs":"Part II — User Guide » Runners » Runners","id":"32","title":"Runners"},"33":{"body":"Launches node processes directly on the host. Fastest feedback loop and minimal orchestration overhead. Best for development-time iteration and debugging.","breadcrumbs":"Part II — User Guide » Runners » Local runner","id":"33","title":"Local runner"},"34":{"body":"Starts nodes in containers to provide a reproducible multi-node stack on a\\nsingle machine. Discovers service ports and wires observability for convenient inspection. Good balance between fidelity and ease of setup.","breadcrumbs":"Part II — User Guide » Runners » Docker Compose runner","id":"34","title":"Docker Compose runner"},"35":{"body":"Deploys nodes onto a cluster for higher-fidelity, longer-running scenarios. Suits CI or shared environments where cluster behavior and scheduling matter.","breadcrumbs":"Part II — User Guide » Runners » Kubernetes runner","id":"35","title":"Kubernetes runner"},"36":{"body":"All runners require at least one validator and, for transaction scenarios,\\naccess to seeded wallets. Readiness probes gate workload start so traffic begins only after nodes are\\nreachable. Environment flags can relax timeouts or increase tracing when diagnostics are\\nneeded. Runner abstraction: Scenario Plan │ ▼\\nRunner (local | compose | k8s) │ provisions env + readiness ▼\\nRuntime + Observability │ ▼\\nWorkloads / Expectations execute Mermaid view: flowchart TD Plan[Scenario Plan] --> RunSel{Runner
(local | compose | k8s)} RunSel --> Provision[Provision & readiness] Provision --> Runtime[Runtime + observability] Runtime --> Exec[Workloads & Expectations execute]","breadcrumbs":"Part II — User Guide » Runners » Common expectations","id":"36","title":"Common expectations"},"37":{"body":"Chaos in the framework uses node control to introduce failures and validate\\nrecovery. The built-in restart workload lives in testing_framework_workflows::workloads::chaos::RandomRestartWorkload.","breadcrumbs":"Part II — User Guide » Chaos Testing » Chaos Workloads","id":"37","title":"Chaos Workloads"},"38":{"body":"Requires NodeControlCapability ( enable_node_control() in the scenario\\nbuilder) and a runner that provides a NodeControlHandle. Randomly selects nodes (validators, executors) to restart based on your\\ninclude/exclude flags. Respects min/max delay between restarts and a target cooldown to avoid\\nflapping the same node too frequently. Runs alongside other workloads; expectations should account for the added\\ndisruption. Support varies by runner: node control is not provided by the local runner\\nand is not yet implemented for the k8s runner. Use a runner that advertises NodeControlHandle support (e.g., compose) for chaos workloads.","breadcrumbs":"Part II — User Guide » Chaos Testing » How it works","id":"38","title":"How it works"},"39":{"body":"#![allow(unused)] fn main() {\\nuse std::time::Duration;\\nuse testing_framework_core::scenario::ScenarioBuilder;\\nuse testing_framework_workflows::workloads::chaos::RandomRestartWorkload; let plan = ScenarioBuilder::with_node_counts(2, 1) .enable_node_control() .with_workload( RandomRestartWorkload::new( Duration::from_secs(45), // min delay Duration::from_secs(75), // max delay Duration::from_secs(120), // target cooldown true, // include validators true, // include executors ) ) .expect_consensus_liveness() .with_run_duration(Duration::from_secs(150)) .build();\\n// deploy with a runner that supports node control and run the scenario }","breadcrumbs":"Part II — User Guide » Chaos Testing » Usage","id":"39","title":"Usage"},"4":{"body":"Part I — Foundations establishes the mental model and design philosophy Part II — User Guide shows how to author and run scenarios Part III — Developer Reference covers extending the framework Part IV — Appendix provides quick references and troubleshooting If you’re new: Read Part I to understand the concepts, then follow the\\nexamples in Part II. If you want to run something now: Jump to Examples and pick\\na scenario that matches your goals. If you’re extending the framework: Start with Scenario Model\\nand Extending the Framework.","breadcrumbs":"Part I — Foundations » Introduction » How to Use This Book","id":"4","title":"How to Use This Book"},"40":{"body":"Consensus liveness: ensure blocks keep progressing despite restarts. Height convergence: optionally check all nodes converge after the chaos\\nwindow. Any workload-specific inclusion checks if you’re also driving tx/DA traffic.","breadcrumbs":"Part II — User Guide » Chaos Testing » Expectations to pair","id":"40","title":"Expectations to pair"},"41":{"body":"Keep delays/cooldowns realistic; avoid back-to-back restarts that would never\\nhappen in production. Limit chaos scope: toggle validators vs executors based on what you want to\\ntest. Combine with observability: monitor metrics/logs to explain failures.","breadcrumbs":"Part II — User Guide » Chaos Testing » Best practices","id":"41","title":"Best practices"},"42":{"body":"The deployer supplies a RunContext that workloads and expectations share. It\\nprovides: Topology descriptors ( GeneratedTopology) Client handles ( NodeClients / ClusterClient) for HTTP/RPC calls Metrics ( RunMetrics, Metrics) and block feed Optional NodeControlHandle for managing nodes (restart, block/unblock peers)","breadcrumbs":"Part II — User Guide » Node Control API » Node Control & RunContext","id":"42","title":"Node Control & RunContext"},"43":{"body":"Check for control support and use it conditionally: #![allow(unused)] fn main() {\\nuse testing_framework_core::scenario::{Expectation, RunContext, Workload}; struct RestartWorkload; impl Workload for RestartWorkload { fn name(&self) -> &\'static str { \\"restart_workload\\" } async fn start(&self, ctx: &RunContext) -> Result<(), Box> { if let Some(control) = ctx.node_control() { // Restart the first validator (index 0) if supported. control.restart_validator(0).await?; } Ok(()) }\\n} } When chaos workloads need control, require enable_node_control() in the\\nscenario builder and deploy with a runner that supports it.","breadcrumbs":"Part II — User Guide » Node Control API » Accessing node control in workloads/expectations","id":"43","title":"Accessing node control in workloads/expectations"},"44":{"body":"The NodeControlHandle trait currently provides: #![allow(unused)] fn main() {\\npub trait NodeControlHandle: Send + Sync { async fn restart_validator(&self, index: usize) -> Result<(), DynError>; async fn restart_executor(&self, index: usize) -> Result<(), DynError>;\\n} } Future extensions may include peer blocking/unblocking or other control\\noperations. For now, focus on restart-based chaos patterns as shown in the\\nchaos workload examples.","breadcrumbs":"Part II — User Guide » Node Control API » Current API surface","id":"44","title":"Current API surface"},"45":{"body":"Always guard control usage: not all runners expose NodeControlHandle. Treat control as best-effort: failures should surface as test failures, but\\nworkloads should degrade gracefully when control is absent. Combine control actions with expectations (e.g., restart then assert height\\nconvergence) to keep scenarios meaningful.","breadcrumbs":"Part II — User Guide » Node Control API » Considerations","id":"45","title":"Considerations"},"46":{"body":"This page focuses on cluster manipulation: node control, chaos patterns, and\\nwhat the tooling supports today.","breadcrumbs":"Part II — User Guide » Topology & Chaos Patterns » Topology & Chaos Patterns","id":"46","title":"Topology & Chaos Patterns"},"47":{"body":"Supported: restart/peer control via NodeControlHandle (compose runner). Not supported: local runner does not expose node control; k8s runner does\\nnot support it yet.","breadcrumbs":"Part II — User Guide » Topology & Chaos Patterns » Node control availability","id":"47","title":"Node control availability"},"48":{"body":"Restarts: random restarts with minimum delay/cooldown to test recovery. Partitions: block/unblock peers to simulate partial isolation, then assert\\nheight convergence after healing. Validator churn: stop one validator and start another (new key) mid-run to\\ntest membership changes; expect convergence. Load SLOs: push tx/DA rates and assert inclusion/availability budgets\\ninstead of only liveness. API probes: poll HTTP/RPC endpoints during chaos to ensure external\\ncontracts stay healthy (shape + latency).","breadcrumbs":"Part II — User Guide » Topology & Chaos Patterns » Chaos patterns to consider","id":"48","title":"Chaos patterns to consider"},"49":{"body":"Liveness/height convergence after chaos windows. SLO checks: inclusion latency, DA responsiveness, API latency/shape. Recovery checks: ensure nodes that were isolated or restarted catch up to\\ncluster height within a timeout.","breadcrumbs":"Part II — User Guide » Topology & Chaos Patterns » Expectations to pair","id":"49","title":"Expectations to pair"},"5":{"body":"The framework follows a clear flow: Topology → Scenario → Runner → Workloads → Expectations. Topology describes the cluster: how many nodes, their roles, and the high-level network and data-availability parameters they should follow. Scenario combines that topology with the activities to run and the checks to perform, forming a single plan. Deployer/Runner pair turns the plan into a live environment on the chosen backend (local processes, Docker Compose, or Kubernetes) and brokers readiness. Workloads generate traffic and conditions that exercise the system. Expectations observe the run and judge success or failure once activity completes. flowchart LR A[Topology
shape cluster] --> B[Scenario
plan] B --> C[Deployer/Runner
deploy & orchestrate] C --> D[Workloads
drive traffic] D --> E[Expectations
verify outcomes] Each layer has a narrow responsibility so that cluster shape, deployment choice,\\ntraffic generation, and health checks can evolve independently while fitting\\ntogether predictably.","breadcrumbs":"Part I — Foundations » Architecture Overview » Architecture Overview","id":"5","title":"Architecture Overview"},"50":{"body":"Keep chaos realistic: avoid flapping or patterns you wouldn’t operate in prod. Scope chaos: choose validators vs executors intentionally; don’t restart all\\nnodes at once unless you’re testing full outages. Combine chaos with observability: capture block feed/metrics and API health so\\nfailures are diagnosable.","breadcrumbs":"Part II — User Guide » Topology & Chaos Patterns » Guidance","id":"50","title":"Guidance"},"51":{"body":"Operational readiness focuses on prerequisites, environment fit, and clear\\nsignals: Prerequisites: keep a sibling nomos-node checkout available; ensure the\\nchosen runner’s platform needs are met (local binaries for host runs, Docker\\nfor compose, cluster access for k8s). Artifacts: some scenarios depend on prover or circuit assets; fetch them\\nahead of time with the provided helper scripts when needed. Environment flags: use slow-environment toggles to relax timeouts, enable\\ntracing when debugging, and adjust observability ports to avoid clashes. Readiness checks: verify runners report node readiness before starting\\nworkloads; this avoids false negatives from starting too early. Failure triage: map failures to missing prerequisites (wallet seeding,\\nnode control availability), runner platform issues, or unmet expectations.\\nStart with liveness signals, then dive into workload-specific assertions. Treat operational hygiene—assets present, prerequisites satisfied, observability\\nreachable—as the first step to reliable scenario outcomes. Metrics and observability flow: Runner exposes endpoints/ports │ ▼\\nRuntime collects block/health signals │ ▼\\nExpectations consume signals to decide pass/fail │ ▼\\nOperators inspect logs/metrics when failures arise Mermaid view: flowchart TD Expose[Runner exposes endpoints/ports] --> Collect[Runtime collects block/health signals] Collect --> Consume[Expectations consume signals
decide pass/fail] Consume --> Inspect[Operators inspect logs/metrics
when failures arise]","breadcrumbs":"Part II — User Guide » Operations » Operations","id":"51","title":"Operations"},"52":{"body":"Deep dives for contributors who extend the framework, evolve its abstractions,\\nor maintain the crate set.","breadcrumbs":"Part III — Developer Reference » Part III — Developer Reference","id":"52","title":"Part III — Developer Reference"},"53":{"body":"The scenario model defines clear, composable responsibilities: Topology: a declarative description of the cluster—how many nodes, their\\nroles, and the broad network and data-availability characteristics. It\\nrepresents the intended shape of the system under test. Scenario: a plan combining topology, workloads, expectations, and a run\\nwindow. Building a scenario validates prerequisites (like seeded wallets) and\\nensures the run lasts long enough to observe meaningful block progression. Workloads: asynchronous tasks that generate traffic or conditions. They\\nuse shared context to interact with the deployed cluster and may bundle\\ndefault expectations. Expectations: post-run assertions. They can capture baselines before\\nworkloads start and evaluate success once activity stops. Runtime: coordinates workloads and expectations for the configured\\nduration, enforces cooldowns when control actions occur, and ensures cleanup\\nso runs do not leak resources. Developers extending the model should keep these boundaries strict: topology\\ndescribes, scenarios assemble, runners deploy, workloads drive, and expectations\\njudge outcomes. For guidance on adding new capabilities, see Extending the Framework.","breadcrumbs":"Part III — Developer Reference » Scenario Model (Developer Level) » Scenario Model (Developer Level)","id":"53","title":"Scenario Model (Developer Level)"},"54":{"body":"","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Extending the Framework","id":"54","title":"Extending the Framework"},"55":{"body":"Implement testing_framework_core::scenario::Workload: Provide a name and any bundled expectations. In init, derive inputs from GeneratedTopology and RunMetrics; fail\\nfast if prerequisites are missing (e.g., wallet data, node addresses). In start, drive async traffic using the RunContext clients. Expose the workload from a module under testing-framework/workflows and\\nconsider adding a DSL helper for ergonomic wiring.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding a workload","id":"55","title":"Adding a workload"},"56":{"body":"Implement testing_framework_core::scenario::Expectation: Use start_capture to snapshot baseline metrics. Use evaluate to assert outcomes after workloads finish; return all errors\\nso the runner can aggregate them. Export it from testing-framework/workflows if it is reusable.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding an expectation","id":"56","title":"Adding an expectation"},"57":{"body":"Implement testing_framework_core::scenario::Deployer for your backend. Produce a RunContext with NodeClients, metrics endpoints, and optional NodeControlHandle. Guard cleanup with CleanupGuard to reclaim resources even on failures. Mirror the readiness and block-feed probes used by the existing runners so\\nworkloads can rely on consistent signals.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding a runner","id":"57","title":"Adding a runner"},"58":{"body":"Extend testing_framework_core::topology::TopologyBuilder with new layouts or\\nconfiguration presets (e.g., specialized DA parameters). Keep defaults safe:\\nensure at least one participant and clamp dispersal factors as the current\\nhelpers do.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding topology helpers","id":"58","title":"Adding topology helpers"},"59":{"body":"A minimal, end-to-end illustration of adding a custom workload and matching\\nexpectation. This shows the shape of the traits and where to plug into the\\nframework; expand the logic to fit your real test.","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Example: New Workload & Expectation (Rust)","id":"59","title":"Example: New Workload & Expectation (Rust)"},"6":{"body":"Declarative over imperative: describe the desired cluster shape, traffic, and success criteria; let the framework orchestrate the run. Observable health signals: prefer liveness and inclusion signals that reflect real user impact instead of internal debug state. Determinism first: default scenarios aim for repeatable outcomes with fixed topologies and traffic rates; variability is opt-in. Targeted non-determinism: introduce randomness (e.g., restarts) only when probing resilience or operational robustness. Protocol time, not wall time: reason in blocks and protocol-driven intervals to reduce dependence on host speed or scheduler noise. Minimum run window: always allow enough block production to make assertions meaningful; very short runs risk false confidence. Use chaos with intent: chaos workloads are for recovery and fault-tolerance validation, not for baseline functional checks.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Testing Philosophy","id":"6","title":"Testing Philosophy"},"60":{"body":"Key ideas: name: identifies the workload in logs. expectations: workloads can bundle defaults so callers don’t forget checks. init: derive inputs from the generated topology (e.g., pick a target node). start: drive async activity using the shared RunContext. #![allow(unused)] fn main() {\\nuse std::sync::Arc;\\nuse async_trait::async_trait;\\nuse testing_framework_core::scenario::{ DynError, Expectation, RunContext, RunMetrics, Workload,\\n};\\nuse testing_framework_core::topology::GeneratedTopology; pub struct ReachabilityWorkload { target_idx: usize, bundled: Vec>,\\n} impl ReachabilityWorkload { pub fn new(target_idx: usize) -> Self { Self { target_idx, bundled: vec![Box::new(ReachabilityExpectation::new(target_idx))], } }\\n} #[async_trait]\\nimpl Workload for ReachabilityWorkload { fn name(&self) -> &\'static str { \\"reachability_workload\\" } fn expectations(&self) -> Vec> { self.bundled.clone() } fn init( &mut self, topology: &GeneratedTopology, _metrics: &RunMetrics, ) -> Result<(), DynError> { if topology.validators().get(self.target_idx).is_none() { return Err(\\"no validator at requested index\\".into()); } Ok(()) } async fn start(&self, ctx: &RunContext) -> Result<(), DynError> { let client = ctx .node_clients() .validators() .get(self.target_idx) .ok_or(\\"missing target client\\")?; // Pseudo-action: issue a lightweight RPC to prove reachability. client.consensus_info().await.map_err(|e| e.into())?; Ok(()) }\\n} }","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Workload: simple reachability probe","id":"60","title":"Workload: simple reachability probe"},"61":{"body":"Key ideas: start_capture: snapshot baseline if needed (not used here). evaluate: assert the condition after workloads finish. #![allow(unused)] fn main() {\\nuse async_trait::async_trait;\\nuse testing_framework_core::scenario::{DynError, Expectation, RunContext}; pub struct ReachabilityExpectation { target_idx: usize,\\n} impl ReachabilityExpectation { pub fn new(target_idx: usize) -> Self { Self { target_idx } }\\n} #[async_trait]\\nimpl Expectation for ReachabilityExpectation { fn name(&self) -> &str { \\"target_reachable\\" } async fn evaluate(&mut self, ctx: &RunContext) -> Result<(), DynError> { let client = ctx .node_clients() .validators() .get(self.target_idx) .ok_or(\\"missing target client\\")?; client.consensus_info().await.map_err(|e| { format!(\\"target became unreachable during run: {e}\\").into() })?; Ok(()) }\\n} }","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Expectation: confirm the target stayed reachable","id":"61","title":"Expectation: confirm the target stayed reachable"},"62":{"body":"Build your scenario as usual and call .with_workload(ReachabilityWorkload::new(0)). The bundled expectation is attached automatically; you can add more with .with_expectation(...) if needed. Keep the logic minimal and fast for smoke tests; grow it into richer probes\\nfor deeper scenarios.","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » How to wire it","id":"62","title":"How to wire it"},"63":{"body":"High-level roles of the crates that make up the framework: Configs: prepares reusable configuration primitives for nodes, networking,\\ntracing, data availability, and wallets, shared by all scenarios and runners. Core scenario orchestration: houses the topology and scenario model,\\nruntime coordination, node clients, and readiness/health probes. Workflows: packages workloads and expectations into reusable building\\nblocks and offers a fluent DSL to assemble them. Runners: implements deployment backends (local host, Docker Compose,\\nKubernetes) that all consume the same scenario plan. Test workflows: example scenarios and integration checks that exercise the\\nframework end to end and serve as living documentation. Use this map to locate where to add new capabilities: configuration primitives\\nin configs, orchestration changes in core, reusable traffic/assertions in\\nworkflows, environment adapters in runners, and demonstrations in tests.","breadcrumbs":"Part III — Developer Reference » Internal Crate Reference » Internal Crate Reference","id":"63","title":"Internal Crate Reference"},"64":{"body":"Quick-reference material and supporting guidance to keep scenarios discoverable,\\ndebuggable, and consistent.","breadcrumbs":"Part IV — Appendix » Part IV — Appendix","id":"64","title":"Part IV — Appendix"},"65":{"body":"The framework offers a fluent builder style to keep scenarios readable. Common\\nknobs: Topology shaping: set validator and executor counts, pick a network layout\\nstyle, and adjust high-level data-availability traits. Wallet seeding: define how many users participate and the total funds\\navailable for transaction workloads. Workload tuning: configure transaction rates, data-availability channel\\nand blob rates, and whether chaos restarts should include validators,\\nexecutors, or both. Expectations: attach liveness and workload-specific checks so success is\\nexplicit. Run window: set a minimum duration long enough for multiple blocks to be\\nobserved and verified. Use these knobs to express intent clearly, keeping scenario definitions concise\\nand consistent across teams.","breadcrumbs":"Part IV — Appendix » DSL Cheat Sheet » Core Content: DSL Cheat Sheet","id":"65","title":"Core Content: DSL Cheat Sheet"},"66":{"body":"Common symptoms and likely causes: No or slow block progression: runner started workloads before readiness, insufficient run window, or environment too slow—extend duration or enable slow-environment tuning. Transactions not included: missing or insufficient wallet seeding, misaligned transaction rate with block cadence, or network instability—reduce rate and verify wallet setup. Chaos stalls the run: node control not available for the chosen runner or restart cadence too aggressive—enable control capability and widen restart intervals. Observability gaps: metrics or logs unreachable because ports clash or services are not exposed—adjust observability ports and confirm runner wiring. Flaky behavior across runs: mixing chaos with functional smoke tests or inconsistent topology between environments—separate deterministic and chaos scenarios and standardize topology presets.","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Troubleshooting Scenarios","id":"66","title":"Troubleshooting Scenarios"},"67":{"body":"Why block-oriented timing? Using block cadence reduces dependence on host speed and keeps assertions aligned\\nwith protocol behavior. Can I reuse the same scenario across runners? Yes. The plan stays the same; swap runners (local, compose, k8s) to target\\ndifferent environments. When should I enable chaos workloads? Only when testing resilience or operational recovery; keep functional smoke\\ntests deterministic. How long should runs be? Long enough for multiple blocks so liveness and inclusion checks are\\nmeaningful; very short runs risk false confidence. Do I always need seeded wallets? Only for transaction scenarios. Data-availability or pure chaos scenarios may\\nnot require them, but liveness checks still need validators producing blocks. What if expectations fail but workloads “look fine”? Trust expectations first—they capture the intended success criteria. Use the\\nobservability signals and runner logs to pinpoint why the system missed the\\ntarget.","breadcrumbs":"Part IV — Appendix » FAQ » FAQ","id":"67","title":"FAQ"},"68":{"body":"Validator: node role responsible for participating in consensus, producing\\nblocks, and verifying and sampling DA data. Executor: validator extended with DA blob dispersal capabilities, allowing\\nboth block production and data submission to the DA network. DA (Data Availability): subsystem ensuring blobs or channel data are\\npublished and retrievable for validation. Workload: traffic or behavior generator that exercises the system during a\\nscenario run. Expectation: post-run assertion that judges whether the system met the\\nintended success criteria. Topology: declarative description of the cluster shape, roles, and\\nhigh-level parameters for a scenario. Blockfeed: stream of block observations used for liveness or inclusion\\nsignals during a run. Control capability: the ability for a runner to start, stop, or restart\\nnodes, used by chaos workloads.","breadcrumbs":"Part IV — Appendix » Glossary » Glossary","id":"68","title":"Glossary"},"7":{"body":"Build the plan: Declare a topology, attach workloads and expectations, and set the run window. The plan is the single source of truth for what will happen. Deploy: Hand the plan to a runner. It provisions the environment on the chosen backend and waits for nodes to signal readiness. Drive workloads: Start traffic and behaviors (transactions, data-availability activity, restarts) for the planned duration. Observe blocks and signals: Track block progression and other high-level metrics during or after the run window to ground assertions in protocol time. Evaluate expectations: Once activity stops (and optional cooldown completes), check liveness and workload-specific outcomes to decide pass or fail. Cleanup: Tear down resources so successive runs start fresh and do not inherit leaked state. Conceptual lifecycle diagram: Plan → Deploy → Readiness → Drive Workloads → Observe → Evaluate → Cleanup Mermaid view: flowchart LR P[Plan
topology + workloads + expectations] --> D[Deploy
runner provisions] D --> R[Readiness
wait for nodes] R --> W[Drive Workloads] W --> O[Observe
blocks/metrics] O --> E[Evaluate Expectations] E --> C[Cleanup]","breadcrumbs":"Part I — Foundations » Scenario Lifecycle (Conceptual) » Scenario Lifecycle (Conceptual)","id":"7","title":"Scenario Lifecycle (Conceptual)"},"8":{"body":"Modular crates keep configuration, orchestration, workloads, and runners decoupled so each can evolve without breaking the others. Pluggable runners let the same scenario run on a laptop, a Docker host, or a Kubernetes cluster, making validation portable across environments. Separated workloads and expectations clarify intent: what traffic to generate versus how to judge success. This simplifies review and reuse. Declarative topology makes cluster shape explicit and repeatable, reducing surprise when moving between CI and developer machines. Maintainability through predictability: a clear flow from plan to deployment to verification lowers the cost of extending the framework and interpreting failures.","breadcrumbs":"Part I — Foundations » Design Rationale » Design Rationale","id":"8","title":"Design Rationale"},"9":{"body":"Practical guidance for shaping scenarios, combining workloads and expectations,\\nand running them across different environments.","breadcrumbs":"Part II — User Guide » Part II — User Guide","id":"9","title":"Part II — User Guide"}},"length":69,"save":true},"fields":["title","body","breadcrumbs"],"index":{"body":{"root":{"0":{"df":1,"docs":{"43":{"tf":1.0}}},"1":{"df":2,"docs":{"30":{"tf":1.0},"39":{"tf":1.0}},"–":{"3":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}}},"2":{"df":2,"docs":{"20":{"tf":1.0},"30":{"tf":1.0}}},"3":{"df":1,"docs":{"30":{"tf":1.0}}},"4":{"df":1,"docs":{"30":{"tf":1.0}},"–":{"5":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}}},"6":{"df":0,"docs":{},"–":{"7":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"60":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"a":{"[":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"68":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"36":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"36":{"tf":1.0},"43":{"tf":1.0},"51":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"12":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"45":{"tf":1.0},"53":{"tf":1.0},"60":{"tf":1.0}}}},"v":{"df":11,"docs":{"12":{"tf":1.0},"13":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"31":{"tf":1.0},"5":{"tf":1.4142135623730951},"53":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"14":{"tf":1.0},"16":{"tf":1.0},"20":{"tf":1.0}}}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"63":{"tf":1.0}}}}},"d":{"df":5,"docs":{"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"55":{"tf":1.0}}}}}}},"df":7,"docs":{"38":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"51":{"tf":1.0},"65":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"26":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"38":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"56":{"tf":1.0}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"66":{"tf":1.0}}}}}}}}}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"51":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"6":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":5,"docs":{"12":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"31":{"tf":1.0},"67":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":5,"docs":{"39":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}}}}}},"df":4,"docs":{"0":{"tf":1.0},"18":{"tf":1.0},"6":{"tf":1.0},"68":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"10":{"tf":1.0},"38":{"tf":1.0}}},"df":0,"docs":{}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":3,"docs":{"45":{"tf":1.0},"6":{"tf":1.0},"67":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"i":{"df":4,"docs":{"44":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":2,"docs":{"4":{"tf":1.0},"64":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"15":{"tf":1.0}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"2":{"tf":1.0},"29":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"5":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"11":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"51":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"10":{"tf":1.0},"30":{"tf":1.0},"53":{"tf":1.0},"63":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":16,"docs":{"11":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"27":{"tf":1.4142135623730951},"29":{"tf":1.0},"3":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.4142135623730951},"51":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"17":{"tf":1.0}}}},"t":{"df":2,"docs":{"11":{"tf":1.0},"51":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"0":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{":":{":":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"60":{"tf":1.0},"61":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"60":{"tf":1.0},"61":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":5,"docs":{"43":{"tf":1.0},"44":{"tf":1.4142135623730951},"55":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":6,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"1":{"tf":1.0},"12":{"tf":1.0},"31":{"tf":1.0},"4":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":18,"docs":{"0":{"tf":1.4142135623730951},"10":{"tf":1.0},"12":{"tf":1.4142135623730951},"14":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"31":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.4142135623730951},"53":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.7320508075688772},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":5,"docs":{"18":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"b":{"[":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"5":{"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":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"41":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"5":{"tf":1.0},"57":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}}}}},"d":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":6,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"32":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"22":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0}}}}}}}},"df":1,"docs":{"5":{"tf":1.0}},"e":{"c":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"18":{"tf":1.0},"31":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"66":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"36":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":12,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.0},"26":{"tf":1.4142135623730951},"3":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"18":{"tf":1.0},"33":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":9,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"38":{"tf":1.0},"66":{"tf":1.0},"8":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"28":{"tf":1.0},"51":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"b":{"df":5,"docs":{"0":{"tf":2.0},"12":{"tf":1.0},"14":{"tf":1.0},"65":{"tf":1.0},"68":{"tf":1.4142135623730951}},"s":{"/":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"21":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"51":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"42":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":22,"docs":{"0":{"tf":1.7320508075688772},"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"18":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"27":{"tf":2.23606797749979},"28":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":1.4142135623730951},"63":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":2.0},"68":{"tf":1.7320508075688772},"7":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"e":{"df":2,"docs":{"27":{"tf":1.0},"68":{"tf":1.0}},"e":{"d":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"28":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":3,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"4":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":6,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"21":{"tf":1.0},"65":{"tf":1.0},"68":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"30":{"tf":1.0},"53":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"a":{"d":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"5":{"tf":1.0}}}}}}},"u":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"27":{"tf":1.0},"48":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":7,"docs":{"23":{"tf":1.0},"29":{"tf":1.0},"39":{"tf":1.0},"53":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"38":{"tf":1.0},"43":{"tf":1.0},"65":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":2,"docs":{"3":{"tf":1.0},"37":{"tf":1.0}}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":5,"docs":{"16":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.7320508075688772},"62":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"25":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"z":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"26":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"c":{"[":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"5":{"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":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"27":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"42":{"tf":1.0},"62":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":6,"docs":{"0":{"tf":1.0},"23":{"tf":1.0},"53":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"31":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0},"67":{"tf":1.0}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"3":{"tf":1.0},"49":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"66":{"tf":1.0}}}}},"df":1,"docs":{"5":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":5,"docs":{"1":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.0},"48":{"tf":1.0},"63":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"0":{"tf":1.0},"14":{"tf":1.0},"65":{"tf":1.0},"68":{"tf":1.0}}}}}},"o":{"df":22,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"22":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"38":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"49":{"tf":1.0},"50":{"tf":1.7320508075688772},"6":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.7320508075688772},"67":{"tf":1.4142135623730951},"68":{"tf":1.0}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"12":{"tf":1.0},"53":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"65":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":21,"docs":{"10":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"30":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951},"43":{"tf":1.0},"49":{"tf":1.4142135623730951},"5":{"tf":1.4142135623730951},"51":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0},"67":{"tf":1.4142135623730951},"7":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"10":{"tf":1.0},"51":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"18":{"tf":1.0},"5":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":6,"docs":{"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"50":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"5":{"tf":1.0},"51":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"48":{"tf":1.0}},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}}}}},"i":{"df":6,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"28":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"8":{"tf":1.0}},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"58":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"51":{"tf":1.0},"66":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"53":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":1.4142135623730951}},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"r":{"df":10,"docs":{"1":{"tf":1.0},"12":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"26":{"tf":1.0},"30":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"8":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"65":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"|":{"df":2,"docs":{"60":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":5,"docs":{"42":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"63":{"tf":1.0}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"16":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"42":{"tf":1.0}}}}},"df":16,"docs":{"1":{"tf":1.0},"12":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.4142135623730951},"46":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.7320508075688772},"51":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.0},"68":{"tf":1.0},"8":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}}}}}},"o":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"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":{"15":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"51":{"tf":1.0}}}}}}}}},"df":3,"docs":{"15":{"tf":1.4142135623730951},"27":{"tf":1.0},"51":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":7,"docs":{"19":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"36":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"0":{"tf":1.0},"3":{"tf":1.0}}},"s":{"df":16,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.4142135623730951},"38":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.0}},"u":{"df":4,"docs":{"15":{"tf":1.0},"2":{"tf":1.0},"31":{"tf":1.0},"7":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"10":{"tf":1.0},"18":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"15":{"tf":1.0},"65":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"5":{"tf":1.0},"53":{"tf":1.0},"61":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"43":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"3":{"tf":1.0},"6":{"tf":1.0},"67":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":4,"docs":{"10":{"tf":1.0},"11":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"r":{"df":9,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":1.0},"63":{"tf":1.4142135623730951},"65":{"tf":1.0},"8":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"df":6,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"61":{"tf":1.0},"66":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":8,"docs":{"0":{"tf":1.7320508075688772},"12":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"40":{"tf":1.0},"68":{"tf":1.0}}}}}},"i":{"d":{"df":2,"docs":{"48":{"tf":1.0},"55":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"12":{"tf":1.0},"32":{"tf":1.0},"45":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"57":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"m":{"df":4,"docs":{"10":{"tf":1.0},"27":{"tf":1.0},"51":{"tf":1.7320508075688772},"63":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"34":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"1":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.0},"65":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"0":{"tf":1.0},"53":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"15":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"0":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":17,"docs":{"14":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.7320508075688772},"44":{"tf":1.0},"45":{"tf":2.0},"46":{"tf":1.0},"47":{"tf":1.7320508075688772},"51":{"tf":1.0},"53":{"tf":1.0},"66":{"tf":1.4142135623730951},"68":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"34":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":4,"docs":{"40":{"tf":1.4142135623730951},"45":{"tf":1.0},"48":{"tf":1.4142135623730951},"49":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":4,"docs":{"38":{"tf":1.0},"39":{"tf":1.0},"53":{"tf":1.0},"7":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"0":{"tf":1.0},"53":{"tf":1.0},"63":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":8,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.0},"29":{"tf":1.0},"63":{"tf":1.4142135623730951},"65":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"16":{"tf":1.0},"19":{"tf":1.0},"65":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"10":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"17":{"tf":1.0},"21":{"tf":1.0}}}},"df":1,"docs":{"4":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"10":{"tf":1.0},"52":{"tf":1.0},"63":{"tf":1.4142135623730951},"8":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":5,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"6":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"43":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":3,"docs":{"43":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"44":{"tf":1.4142135623730951},"58":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":3,"docs":{"27":{"tf":1.0},"28":{"tf":1.0},"59":{"tf":1.0}}}}}}}},"d":{"[":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"7":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"5":{"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":9,"docs":{"0":{"tf":3.0},"18":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"49":{"tf":1.0},"58":{"tf":1.0},"68":{"tf":2.0}},"t":{"a":{"df":15,"docs":{"0":{"tf":2.6457513110645907},"10":{"tf":1.0},"12":{"tf":1.4142135623730951},"14":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"3":{"tf":1.4142135623730951},"5":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.4142135623730951},"67":{"tf":1.0},"68":{"tf":2.0},"7":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"5":{"tf":1.0},"7":{"tf":1.0}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":3,"docs":{"33":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0}},"g":{"df":1,"docs":{"64":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"12":{"tf":1.0},"51":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"r":{"df":6,"docs":{"12":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"52":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"62":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":5,"docs":{"16":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"12":{"tf":1.0},"53":{"tf":1.0},"65":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"65":{"tf":1.0}}}}}}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"y":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":3,"docs":{"24":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.4142135623730951}},"s":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.0},"30":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"a":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":9,"docs":{"11":{"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},"30":{"tf":1.0},"63":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"51":{"tf":1.0},"6":{"tf":1.0},"67":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":14,"docs":{"10":{"tf":1.4142135623730951},"11":{"tf":1.0},"23":{"tf":1.0},"28":{"tf":2.0},"31":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.4142135623730951},"63":{"tf":1.0},"7":{"tf":1.4142135623730951},"8":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"5":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"55":{"tf":1.0},"60":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":6,"docs":{"11":{"tf":1.0},"13":{"tf":1.4142135623730951},"3":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"10":{"tf":1.0},"53":{"tf":1.0},"68":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"42":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":3,"docs":{"26":{"tf":1.0},"4":{"tf":1.0},"8":{"tf":1.0}}}},"r":{"df":1,"docs":{"6":{"tf":1.0}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"22":{"tf":1.0},"40":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"6":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"16":{"tf":1.4142135623730951},"18":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":8,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.4142135623730951},"8":{"tf":1.0}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"50":{"tf":1.0}},"t":{"df":1,"docs":{"36":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"27":{"tf":1.0},"31":{"tf":1.0},"67":{"tf":1.0},"9":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"34":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"64":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":3,"docs":{"0":{"tf":1.7320508075688772},"58":{"tf":1.0},"68":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"51":{"tf":1.0},"52":{"tf":1.0}},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"27":{"tf":1.0}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"34":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"63":{"tf":1.0},"8":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"18":{"tf":1.0},"26":{"tf":1.0},"63":{"tf":1.0}}}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":2,"docs":{"50":{"tf":1.0},"60":{"tf":1.0}}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"26":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"7":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"28":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.7320508075688772}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"22":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"[":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{}},"df":10,"docs":{"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"3":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.4142135623730951}},"n":{"df":2,"docs":{"13":{"tf":1.0},"6":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"p":{"/":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"26":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"26":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"l":{"df":6,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"16":{"tf":1.0},"55":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":8,"docs":{"12":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"31":{"tf":1.0},"53":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"2":{"0":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"5":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}},"7":{"5":{"df":1,"docs":{"39":{"tf":1.0}}},"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":4,"docs":{"48":{"tf":1.0},"61":{"tf":1.0},"68":{"tf":1.4142135623730951},"7":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"44":{"tf":1.4142135623730951},"60":{"tf":1.7320508075688772},"61":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":11,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"15":{"tf":1.0},"25":{"tf":1.0},"30":{"tf":1.0},"38":{"tf":1.0},"45":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"60":{"tf":1.0}}}}}}},"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{}},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"18":{"tf":1.0},"5":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"51":{"tf":1.0}}}}},"s":{"df":1,"docs":{"34":{"tf":1.0}},"i":{"df":1,"docs":{"12":{"tf":1.0}}}}},"df":1,"docs":{"7":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"3":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"28":{"tf":1.0}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"16":{"tf":1.0},"22":{"tf":1.0},"51":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":3,"docs":{"38":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"d":{"df":5,"docs":{"11":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"48":{"tf":1.0},"57":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":2,"docs":{"30":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"10":{"tf":1.0},"3":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":5,"docs":{"12":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.0},"65":{"tf":1.0},"67":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":10,"docs":{"0":{"tf":1.0},"24":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.4142135623730951},"58":{"tf":1.0},"68":{"tf":1.0}}}}},"v":{"df":1,"docs":{"36":{"tf":1.0}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":21,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.7320508075688772},"32":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.7320508075688772},"63":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"66":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"55":{"tf":1.0}}}}}}},"r":{"(":{"\\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"60":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"3":{"tf":1.0},"56":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"2":{"tf":1.0},"4":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"a":{"df":0,"docs":{},"l":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":6,"docs":{"15":{"tf":1.4142135623730951},"31":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"57":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":3,"docs":{"5":{"tf":1.0},"52":{"tf":1.0},"8":{"tf":1.0}}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":7,"docs":{"10":{"tf":1.0},"19":{"tf":1.0},"23":{"tf":1.0},"4":{"tf":1.4142135623730951},"44":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"36":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"r":{"df":11,"docs":{"0":{"tf":2.0},"12":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.0},"50":{"tf":1.0},"65":{"tf":1.4142135623730951},"68":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":7,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"14":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.0},"63":{"tf":1.0},"68":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":1,"docs":{"39":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"60":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":43,"docs":{"1":{"tf":1.0},"10":{"tf":1.4142135623730951},"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"15":{"tf":1.7320508075688772},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.7320508075688772},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.4142135623730951},"36":{"tf":1.7320508075688772},"38":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"53":{"tf":2.23606797749979},"55":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":2.0},"61":{"tf":1.7320508075688772},"62":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0},"67":{"tf":1.4142135623730951},"68":{"tf":1.0},"7":{"tf":2.0},"8":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"41":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"16":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"1":{"tf":1.0},"12":{"tf":1.0},"18":{"tf":1.0},"65":{"tf":1.0},"8":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}},"s":{"df":4,"docs":{"45":{"tf":1.0},"47":{"tf":1.0},"51":{"tf":1.4142135623730951},"55":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"51":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"—":{"a":{"d":{"df":0,"docs":{},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"66":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"65":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":8,"docs":{"0":{"tf":1.0},"4":{"tf":1.7320508075688772},"52":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"58":{"tf":1.0},"68":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":2,"docs":{"11":{"tf":1.0},"44":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"48":{"tf":1.0}}}}}}},"}":{"\\"":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"61":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"f":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"10":{"tf":1.0}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"58":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"55":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":11,"docs":{"12":{"tf":1.0},"18":{"tf":1.0},"26":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.4142135623730951},"5":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":2.0},"57":{"tf":1.0},"8":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":2,"docs":{"24":{"tf":1.0},"28":{"tf":1.0}}}},"l":{"df":0,"docs":{},"s":{"df":3,"docs":{"51":{"tf":1.0},"6":{"tf":1.0},"67":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}}}},"q":{"df":1,"docs":{"67":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"12":{"tf":1.0},"28":{"tf":1.0},"55":{"tf":1.0},"62":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"18":{"tf":1.0},"28":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"28":{"tf":1.0},"42":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":1,"docs":{"27":{"tf":1.0}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"18":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"67":{"tf":1.0}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"12":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"16":{"tf":1.0},"18":{"tf":1.0},"43":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0}},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"67":{"tf":1.0}}}}}}}}}},"t":{"df":6,"docs":{"10":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"59":{"tf":1.0}}},"x":{"df":1,"docs":{"6":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"31":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"51":{"tf":1.0}}},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"66":{"tf":1.0}}}},"p":{"df":2,"docs":{"38":{"tf":1.0},"50":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"15":{"tf":1.0},"36":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":5,"docs":{"20":{"tf":1.0},"31":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"8":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"63":{"tf":1.0},"65":{"tf":1.0}}}}}}},"n":{"df":5,"docs":{"39":{"tf":1.0},"43":{"tf":1.7320508075688772},"44":{"tf":1.7320508075688772},"60":{"tf":2.449489742783178},"61":{"tf":2.0}}},"o":{"c":{"df":0,"docs":{},"u":{"df":1,"docs":{"44":{"tf":1.0}},"s":{"df":4,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"31":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"16":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"t":{"!":{"(":{"\\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"5":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"16":{"tf":1.0},"2":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"55":{"tf":1.0},"56":{"tf":1.0}}}}}}}}}}},"df":16,"docs":{"0":{"tf":1.0},"11":{"tf":1.4142135623730951},"2":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.7320508075688772},"5":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.4142135623730951},"65":{"tf":1.0},"8":{"tf":1.0}},"’":{"df":1,"docs":{"16":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"28":{"tf":1.0},"3":{"tf":1.0},"50":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"16":{"tf":1.0},"18":{"tf":1.0},"6":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0}}}}}}},"d":{"df":1,"docs":{"65":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"44":{"tf":1.0}}}}},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"29":{"tf":1.0}}}}}},"g":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"3":{"tf":1.0},"66":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"36":{"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":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":3,"docs":{"42":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":8,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"29":{"tf":1.0},"5":{"tf":1.4142135623730951},"53":{"tf":1.0},"60":{"tf":1.0},"68":{"tf":1.0},"8":{"tf":1.0}}}}},"t":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"60":{"tf":1.0},"61":{"tf":1.0}}}},"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":1,"docs":{"1":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"68":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"45":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":3,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":1,"docs":{"62":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"45":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":4,"docs":{"50":{"tf":1.0},"53":{"tf":1.0},"64":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"df":3,"docs":{"1":{"tf":1.0},"4":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"26":{"tf":1.0}}}},"n":{"d":{"df":1,"docs":{"7":{"tf":1.0}},"l":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"41":{"tf":1.0},"7":{"tf":1.0}}}}}},"r":{"d":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"48":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"12":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0}},"i":{"df":2,"docs":{"15":{"tf":1.0},"48":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":4,"docs":{"40":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"51":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"0":{"tf":1.0},"61":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":9,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"25":{"tf":1.0},"5":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"35":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"33":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.0},"8":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"63":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"c":{"df":2,"docs":{"42":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"i":{"[":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"15":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"a":{"df":9,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"60":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"i":{"df":2,"docs":{"4":{"tf":1.4142135623730951},"9":{"tf":1.0}},"i":{"df":2,"docs":{"4":{"tf":1.0},"52":{"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":3,"docs":{"19":{"tf":1.0},"23":{"tf":1.0},"59":{"tf":1.0}}}}}}}},"m":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}},"l":{"df":3,"docs":{"43":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"38":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"63":{"tf":1.0}}}}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":5,"docs":{"0":{"tf":1.0},"39":{"tf":1.4142135623730951},"44":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"38":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":11,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"40":{"tf":1.0},"49":{"tf":1.0},"6":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"21":{"tf":1.0},"48":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"66":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"\\"":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"60":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.4142135623730951}}}},"i":{"c":{"df":1,"docs":{"17":{"tf":1.0}}},"df":0,"docs":{}},"u":{"c":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"7":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":3,"docs":{"15":{"tf":1.7320508075688772},"55":{"tf":1.0},"60":{"tf":1.4142135623730951}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"51":{"tf":1.0}}}}}}},"df":2,"docs":{"34":{"tf":1.0},"51":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"48":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"66":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":4,"docs":{"10":{"tf":1.4142135623730951},"11":{"tf":1.0},"3":{"tf":1.0},"63":{"tf":1.0}}}},"n":{"d":{"df":4,"docs":{"12":{"tf":1.0},"53":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":5,"docs":{"16":{"tf":1.0},"18":{"tf":1.0},"6":{"tf":1.0},"65":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"23":{"tf":1.0},"26":{"tf":1.0},"50":{"tf":1.0}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":3,"docs":{"24":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"12":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"8":{"tf":1.0}}}}}},"v":{"df":3,"docs":{"27":{"tf":1.0},"6":{"tf":1.0},"66":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":2,"docs":{"37":{"tf":1.0},"6":{"tf":1.0}},"t":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":3,"docs":{"3":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":2,"docs":{"51":{"tf":1.0},"60":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"12":{"tf":1.0},"17":{"tf":1.4142135623730951},"33":{"tf":1.0}}}}},"v":{"df":2,"docs":{"4":{"tf":1.0},"64":{"tf":1.0}}}},"j":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"g":{"df":4,"docs":{"5":{"tf":1.0},"53":{"tf":1.0},"68":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"k":{"8":{"df":9,"docs":{"11":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":1.4142135623730951},"38":{"tf":1.0},"47":{"tf":1.0},"51":{"tf":1.0},"67":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":21,"docs":{"10":{"tf":1.4142135623730951},"12":{"tf":1.0},"16":{"tf":1.7320508075688772},"17":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"22":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"8":{"tf":1.0}}}},"y":{"df":3,"docs":{"48":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}}},"n":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"65":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"35":{"tf":1.0},"5":{"tf":1.0},"63":{"tf":1.0},"8":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"24":{"tf":1.0}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"27":{"tf":1.0},"53":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"24":{"tf":1.4142135623730951},"48":{"tf":1.0},"49":{"tf":1.0}},"y":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"49":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"16":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"33":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"21":{"tf":1.0},"5":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"10":{"tf":1.0},"16":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"58":{"tf":1.0},"65":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"53":{"tf":1.0},"7":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":12,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"14":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":2,"docs":{"30":{"tf":1.0},"7":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}}}}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"14":{"tf":1.0},"41":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"15":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":22,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"29":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0},"67":{"tf":1.4142135623730951},"68":{"tf":1.0},"7":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}},"o":{"a":{"d":{"df":2,"docs":{"25":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"df":14,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"31":{"tf":1.4142135623730951},"33":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.0}}},"t":{"df":1,"docs":{"63":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":3,"docs":{"60":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0}},"i":{"c":{"df":2,"docs":{"59":{"tf":1.0},"62":{"tf":1.0}}},"df":0,"docs":{}},"s":{"/":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"51":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"51":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"12":{"tf":1.0},"53":{"tf":1.0},"65":{"tf":1.0},"67":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"35":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"26":{"tf":1.0},"67":{"tf":1.0}}},"p":{"df":2,"docs":{"18":{"tf":1.0},"33":{"tf":1.0}}},"s":{"df":1,"docs":{"10":{"tf":1.0}}}},"w":{"df":1,"docs":{"25":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"r":{"df":2,"docs":{"5":{"tf":1.0},"7":{"tf":1.0}}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"34":{"tf":1.0},"8":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"10":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"39":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"0":{"tf":1.0},"52":{"tf":1.0},"8":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":6,"docs":{"12":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.0},"8":{"tf":1.4142135623730951}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":6,"docs":{"12":{"tf":1.0},"14":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.0},"65":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"46":{"tf":1.0}}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":3,"docs":{"11":{"tf":1.0},"51":{"tf":1.0},"63":{"tf":1.0}}},"t":{"c":{"df":0,"docs":{},"h":{"df":4,"docs":{"16":{"tf":1.0},"18":{"tf":1.0},"4":{"tf":1.0},"59":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"64":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"12":{"tf":1.0},"35":{"tf":1.0}}}}}},"x":{"df":1,"docs":{"39":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":8,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"18":{"tf":1.0},"3":{"tf":1.0},"45":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.0},"67":{"tf":1.0}}}}},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"48":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"2":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"15":{"tf":1.0},"36":{"tf":1.0},"51":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"51":{"tf":1.0},"68":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"c":{"df":7,"docs":{"27":{"tf":1.0},"42":{"tf":1.4142135623730951},"51":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"i":{"d":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}}},"df":1,"docs":{"39":{"tf":1.0}},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"18":{"tf":1.0},"20":{"tf":1.0},"33":{"tf":1.0},"59":{"tf":1.0},"62":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":3,"docs":{"48":{"tf":1.0},"6":{"tf":1.0},"65":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"57":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"66":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":4,"docs":{"51":{"tf":1.0},"55":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0}}}},"x":{"df":1,"docs":{"66":{"tf":1.0}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"26":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":9,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"16":{"tf":1.0},"2":{"tf":1.0},"25":{"tf":1.0},"4":{"tf":1.4142135623730951},"53":{"tf":1.7320508075688772},"63":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"0":{"tf":1.0},"30":{"tf":1.0},"8":{"tf":1.0}}}},"df":1,"docs":{"55":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"62":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"18":{"tf":1.0},"8":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":9,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"10":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.7320508075688772},"30":{"tf":1.4142135623730951},"34":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"18":{"tf":1.0},"65":{"tf":1.0},"67":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"60":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":3,"docs":{"43":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"55":{"tf":1.0},"60":{"tf":1.0}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"5":{"tf":1.0}}}}}}},"df":1,"docs":{"25":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":8,"docs":{"16":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"51":{"tf":1.4142135623730951},"61":{"tf":1.0},"62":{"tf":1.0},"67":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"g":{"df":2,"docs":{"26":{"tf":1.0},"51":{"tf":1.0}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":12,"docs":{"0":{"tf":2.0},"10":{"tf":1.0},"12":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"5":{"tf":1.0},"53":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"28":{"tf":1.0},"41":{"tf":1.0}}}}},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"60":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":7,"docs":{"23":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"60":{"tf":1.0},"61":{"tf":1.0}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"42":{"tf":1.0},"57":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":6,"docs":{"38":{"tf":1.4142135623730951},"42":{"tf":1.0},"44":{"tf":1.4142135623730951},"45":{"tf":1.0},"47":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":34,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.0},"10":{"tf":1.7320508075688772},"12":{"tf":1.0},"14":{"tf":1.4142135623730951},"17":{"tf":1.0},"2":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.7320508075688772},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.7320508075688772},"39":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.4142135623730951},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.7320508075688772},"53":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.4142135623730951},"66":{"tf":1.0},"68":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"6":{"tf":1.0}},"i":{"df":1,"docs":{"18":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"df":7,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.7320508075688772},"51":{"tf":1.0}}}},"n":{"df":1,"docs":{"6":{"tf":1.0}}},"w":{"df":2,"docs":{"4":{"tf":1.0},"44":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"16":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"[":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":18,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.4142135623730951},"41":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.7320508075688772},"53":{"tf":1.0},"6":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.4142135623730951}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"18":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"7":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"63":{"tf":1.0},"65":{"tf":1.0}}}}}},"k":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"\\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"60":{"tf":1.0},"61":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":3,"docs":{"43":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.0}}},"n":{"c":{"df":4,"docs":{"5":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0},"7":{"tf":1.0}}},"df":6,"docs":{"10":{"tf":1.0},"21":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"35":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":10,"docs":{"12":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.4142135623730951},"44":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":2.0},"6":{"tf":1.0},"67":{"tf":1.0}}}},"t":{"df":2,"docs":{"16":{"tf":1.0},"6":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"22":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":1.0}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":7,"docs":{"10":{"tf":1.4142135623730951},"11":{"tf":1.0},"33":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.4142135623730951},"8":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"67":{"tf":1.0}}}}}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}}}}},"df":1,"docs":{"24":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"50":{"tf":1.0}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":10,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"3":{"tf":1.0},"6":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"5":{"tf":1.0}}}}}}}}}},"p":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"7":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"24":{"tf":1.0}}},"k":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"11":{"tf":1.0},"63":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"46":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":7,"docs":{"1":{"tf":1.0},"17":{"tf":1.0},"26":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"29":{"tf":1.0},"5":{"tf":1.0},"58":{"tf":1.0},"68":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"26":{"tf":1.0}}}}}}}},"df":0,"docs":{},"t":{"df":5,"docs":{"2":{"tf":1.0},"4":{"tf":2.449489742783178},"52":{"tf":1.0},"64":{"tf":1.0},"9":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"48":{"tf":1.0}}}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":5,"docs":{"0":{"tf":1.0},"14":{"tf":1.0},"58":{"tf":1.0},"65":{"tf":1.0},"68":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"17":{"tf":1.0},"31":{"tf":1.0},"51":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":1,"docs":{"7":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"14":{"tf":1.0},"21":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":8,"docs":{"10":{"tf":1.0},"16":{"tf":2.0},"17":{"tf":1.0},"18":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.4142135623730951},"48":{"tf":1.0},"50":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"24":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.0}}}},"r":{"df":4,"docs":{"16":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"5":{"tf":1.0}}}}}}}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"25":{"tf":1.4142135623730951},"30":{"tf":2.8284271247461903}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":2,"docs":{"4":{"tf":1.0},"6":{"tf":1.0}}}}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":7,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"29":{"tf":1.0},"4":{"tf":1.0},"60":{"tf":1.0},"65":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"10":{"tf":1.0},"11":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"67":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"15":{"tf":1.0},"30":{"tf":1.0}}}}}}}},"l":{"a":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"36":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":16,"docs":{"1":{"tf":1.0},"10":{"tf":1.4142135623730951},"15":{"tf":1.0},"17":{"tf":1.4142135623730951},"26":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":2.0},"32":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"39":{"tf":1.0},"5":{"tf":1.4142135623730951},"53":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":2.23606797749979},"8":{"tf":1.0}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"51":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"u":{"df":2,"docs":{"21":{"tf":1.0},"22":{"tf":1.0}},"g":{"df":1,"docs":{"59":{"tf":1.0}},"g":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"13":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"48":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"10":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"df":3,"docs":{"34":{"tf":1.0},"51":{"tf":1.0},"66":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"27":{"tf":1.0},"30":{"tf":1.0},"53":{"tf":1.0},"68":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"28":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"18":{"tf":1.0},"41":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"5":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"10":{"tf":1.0},"63":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"31":{"tf":1.4142135623730951},"51":{"tf":2.0},"53":{"tf":1.0},"55":{"tf":1.0}}}}}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"22":{"tf":1.0},"51":{"tf":1.0}}}},"t":{"df":3,"docs":{"18":{"tf":1.0},"58":{"tf":1.0},"66":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"15":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"17":{"tf":1.0},"31":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.4142135623730951}}}}}},"o":{"b":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"26":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":9,"docs":{"12":{"tf":1.0},"16":{"tf":1.0},"36":{"tf":1.0},"48":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"33":{"tf":1.0},"5":{"tf":1.0}}}}}},"d":{"df":1,"docs":{"50":{"tf":1.0}},"u":{"c":{"df":6,"docs":{"0":{"tf":1.4142135623730951},"15":{"tf":1.0},"28":{"tf":1.0},"57":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0}},"t":{"df":4,"docs":{"23":{"tf":1.0},"41":{"tf":1.0},"6":{"tf":1.0},"68":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":8,"docs":{"12":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.4142135623730951},"3":{"tf":1.0},"40":{"tf":1.0},"53":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"29":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":8,"docs":{"0":{"tf":1.0},"16":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"6":{"tf":1.4142135623730951},"67":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"60":{"tf":1.0}},"r":{"df":1,"docs":{"51":{"tf":1.0}}}},"i":{"d":{"df":8,"docs":{"28":{"tf":1.0},"34":{"tf":1.0},"38":{"tf":1.4142135623730951},"4":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"51":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":2,"docs":{"36":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"36":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"60":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"b":{"df":3,"docs":{"44":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"0":{"tf":1.0},"68":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"67":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"13":{"tf":1.0},"3":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"q":{"a":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"17":{"tf":1.0},"4":{"tf":1.0},"64":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":3,"docs":{"29":{"tf":1.4142135623730951},"48":{"tf":1.0},"6":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"29":{"tf":1.0},"38":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"39":{"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":{},"e":{"df":11,"docs":{"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":1.4142135623730951},"48":{"tf":1.0},"6":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"7":{"tf":1.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"60":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"60":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"l":{"df":3,"docs":{"36":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.0}},"e":{"df":0,"docs":{},"—":{"a":{"df":1,"docs":{"51":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"13":{"tf":1.0},"16":{"tf":1.0},"65":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"4":{"tf":1.0}},"i":{"df":10,"docs":{"10":{"tf":1.0},"22":{"tf":1.0},"28":{"tf":1.4142135623730951},"31":{"tf":1.0},"36":{"tf":1.7320508075688772},"5":{"tf":1.0},"51":{"tf":1.7320508075688772},"57":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.4142135623730951}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"63":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":5,"docs":{"0":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"1":{"tf":1.0},"3":{"tf":1.0},"41":{"tf":1.0},"50":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"57":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":7,"docs":{"14":{"tf":1.0},"17":{"tf":1.0},"37":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"6":{"tf":1.0},"67":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":4,"docs":{"16":{"tf":1.0},"6":{"tf":1.0},"67":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"4":{"tf":1.4142135623730951},"52":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"0":{"tf":1.0}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"31":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}},"x":{"df":2,"docs":{"36":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"18":{"tf":1.0},"57":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"15":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"10":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"6":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"53":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":5,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":7,"docs":{"0":{"tf":1.0},"14":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"43":{"tf":1.0},"67":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":9,"docs":{"12":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.4142135623730951},"22":{"tf":1.0},"26":{"tf":1.0},"6":{"tf":1.0},"67":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"53":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":5,"docs":{"11":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.0},"68":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"p":{"df":1,"docs":{"47":{"tf":1.0}}}},"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":20,"docs":{"14":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.4142135623730951},"30":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.4142135623730951},"49":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"68":{"tf":1.0},"7":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"43":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":6,"docs":{"18":{"tf":1.0},"31":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"61":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"0":{"tf":1.4142135623730951},"68":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"56":{"tf":1.0},"60":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"10":{"tf":1.4142135623730951},"16":{"tf":1.0},"56":{"tf":1.0},"63":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":4,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"67":{"tf":1.0},"8":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"17":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"8":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"62":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"6":{"tf":1.0},"67":{"tf":1.0}}}}},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":7,"docs":{"22":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.0},"63":{"tf":1.0},"68":{"tf":1.4142135623730951}}}}},"p":{"c":{"df":1,"docs":{"60":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":6,"docs":{"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"55":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.7320508075688772},"61":{"tf":1.4142135623730951}}}}}}}}},"df":27,"docs":{"1":{"tf":1.0},"12":{"tf":1.7320508075688772},"15":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.4142135623730951},"27":{"tf":1.0},"28":{"tf":1.7320508075688772},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.7320508075688772},"35":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"48":{"tf":1.0},"5":{"tf":1.4142135623730951},"51":{"tf":1.0},"53":{"tf":2.0},"6":{"tf":1.7320508075688772},"61":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.7320508075688772},"67":{"tf":1.4142135623730951},"68":{"tf":1.7320508075688772},"7":{"tf":1.7320508075688772},"8":{"tf":1.0},"9":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":4,"docs":{"25":{"tf":1.0},"42":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.4142135623730951}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":28,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":1.0},"31":{"tf":1.7320508075688772},"32":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.7320508075688772},"38":{"tf":2.23606797749979},"39":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.7320508075688772},"5":{"tf":1.0},"51":{"tf":1.7320508075688772},"53":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"63":{"tf":1.7320508075688772},"66":{"tf":1.7320508075688772},"67":{"tf":1.7320508075688772},"68":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}},"’":{"df":1,"docs":{"51":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"36":{"tf":1.0}},"{":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":7,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"29":{"tf":1.0},"36":{"tf":1.4142135623730951},"51":{"tf":1.0},"53":{"tf":1.0},"63":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"36":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"58":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":6,"docs":{"10":{"tf":1.0},"31":{"tf":1.4142135623730951},"38":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.4142135623730951},"8":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"0":{"tf":1.4142135623730951},"68":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"51":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"2":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":35,"docs":{"1":{"tf":1.0},"10":{"tf":2.23606797749979},"11":{"tf":1.7320508075688772},"12":{"tf":1.7320508075688772},"13":{"tf":1.4142135623730951},"15":{"tf":1.0},"16":{"tf":2.0},"17":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"23":{"tf":1.0},"30":{"tf":1.7320508075688772},"31":{"tf":1.7320508075688772},"32":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.7320508075688772},"43":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"53":{"tf":2.23606797749979},"6":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":2.23606797749979},"64":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"67":{"tf":1.7320508075688772},"68":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"25":{"tf":1.0},"35":{"tf":1.0},"6":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":2,"docs":{"41":{"tf":1.0},"50":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"11":{"tf":1.0},"51":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"18":{"tf":1.0},"25":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"d":{"df":8,"docs":{"16":{"tf":1.0},"18":{"tf":1.0},"36":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0}}},"df":4,"docs":{"12":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":1.0},"53":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"22":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.0}}}},"df":0,"docs":{}},"f":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"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":3,"docs":{"16":{"tf":1.0},"60":{"tf":1.7320508075688772},"61":{"tf":1.7320508075688772}}}},"n":{"d":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"10":{"tf":1.0},"18":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"30":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"tf":1.0}}},"v":{"df":1,"docs":{"63":{"tf":1.0}},"i":{"c":{"df":2,"docs":{"34":{"tf":1.0},"66":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":8,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"20":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"52":{"tf":1.0},"65":{"tf":1.4142135623730951},"7":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"11":{"tf":1.0},"34":{"tf":1.0},"66":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":20,"docs":{"12":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"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.4142135623730951},"30":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"65":{"tf":1.0},"68":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":8,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"18":{"tf":1.0},"35":{"tf":1.0},"42":{"tf":1.0},"53":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"65":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"0":{"tf":1.0},"6":{"tf":1.0},"67":{"tf":1.0}}}},"w":{"df":5,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"23":{"tf":1.0},"4":{"tf":1.0},"59":{"tf":1.0}},"n":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":12,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951},"18":{"tf":1.0},"31":{"tf":1.7320508075688772},"51":{"tf":2.23606797749979},"57":{"tf":1.0},"6":{"tf":1.4142135623730951},"67":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.4142135623730951}},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"51":{"tf":1.0}}},"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":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"20":{"tf":1.0},"60":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"24":{"tf":1.0},"28":{"tf":1.0},"48":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":3,"docs":{"34":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0}}}}},"t":{"df":1,"docs":{"10":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"df":2,"docs":{"48":{"tf":1.0},"49":{"tf":1.0}},"w":{"df":4,"docs":{"24":{"tf":1.0},"3":{"tf":1.0},"51":{"tf":1.0},"66":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":5,"docs":{"16":{"tf":1.0},"20":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"56":{"tf":1.0},"61":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"3":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"43":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"4":{"tf":1.0}}},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"26":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":8,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.0},"40":{"tf":1.0},"51":{"tf":1.0},"65":{"tf":1.0},"7":{"tf":1.0}},"i":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":4,"docs":{"18":{"tf":1.0},"32":{"tf":1.0},"6":{"tf":1.0},"67":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}}},"t":{"a":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"34":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"30":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"66":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"18":{"tf":1.0},"66":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"43":{"tf":1.0},"60":{"tf":1.0}}}}}}},"df":0,"docs":{}},"_":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"56":{"tf":1.0},"61":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":15,"docs":{"16":{"tf":1.0},"18":{"tf":1.0},"28":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.7320508075688772},"53":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"18":{"tf":1.0},"25":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}},"i":{"c":{"df":2,"docs":{"43":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{}}},"y":{"df":6,"docs":{"13":{"tf":1.0},"16":{"tf":1.0},"27":{"tf":1.0},"48":{"tf":1.0},"61":{"tf":1.0},"67":{"tf":1.0}}}},"d":{":":{":":{"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":{"43":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{":":{":":{"a":{"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":{}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{":":{":":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"39":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"16":{"tf":1.0},"51":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"24":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"67":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":4,"docs":{"48":{"tf":1.0},"53":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.0}}}},"r":{"df":3,"docs":{"43":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"68":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"21":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"43":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"b":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":2,"docs":{"17":{"tf":1.0},"65":{"tf":1.4142135623730951}}}}}},"u":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":5,"docs":{"0":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.4142135623730951},"26":{"tf":1.0},"68":{"tf":1.0}}}},"t":{"df":6,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"26":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"0":{"tf":1.4142135623730951},"68":{"tf":1.0}}}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":10,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.0},"65":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"35":{"tf":1.0}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"42":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":7,"docs":{"11":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.0},"43":{"tf":1.7320508075688772},"46":{"tf":1.0},"47":{"tf":1.7320508075688772},"64":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":2,"docs":{"44":{"tf":1.0},"45":{"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":{"18":{"tf":1.0},"8":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"17":{"tf":1.0},"67":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"66":{"tf":1.0}}}}}}},"n":{"c":{"df":3,"docs":{"30":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"23":{"tf":1.0},"24":{"tf":1.0},"28":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":8,"docs":{"15":{"tf":1.4142135623730951},"17":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.4142135623730951}}}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"60":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":7,"docs":{"12":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"53":{"tf":1.0}}}}},"d":{"df":3,"docs":{"15":{"tf":1.0},"36":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":3,"docs":{"18":{"tf":1.0},"3":{"tf":1.4142135623730951},"65":{"tf":1.0}}},"r":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"16":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":27,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.0},"10":{"tf":2.0},"11":{"tf":1.7320508075688772},"12":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":2.23606797749979},"30":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.4142135623730951},"50":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"66":{"tf":1.0},"67":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"57":{"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":{"56":{"tf":1.0}}}},"df":0,"docs":{}}}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"{":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"61":{"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":{"43":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"60":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"60":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"s":{":":{":":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":2,"docs":{"37":{"tf":1.0},"39":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"17":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"31":{"tf":1.0},"8":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"0":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"m":{"df":0,"docs":{},"e":{"df":12,"docs":{"0":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"18":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.7320508075688772},"3":{"tf":1.4142135623730951},"33":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.4142135623730951},"67":{"tf":1.0},"7":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"36":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0}}}}},"r":{"df":1,"docs":{"24":{"tf":1.4142135623730951}}}}}},"o":{"d":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"46":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":6,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"15":{"tf":1.0},"21":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"l":{"df":2,"docs":{"41":{"tf":1.0},"51":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"27":{"tf":1.0},"29":{"tf":1.0},"6":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"24":{"tf":1.0},"46":{"tf":1.0}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":27,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"29":{"tf":1.7320508075688772},"31":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0},"5":{"tf":1.7320508075688772},"53":{"tf":1.7320508075688772},"58":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.4142135623730951},"63":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"68":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}},"y":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"g":{"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":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"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":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"65":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"10":{"tf":1.0},"36":{"tf":1.0},"51":{"tf":1.0},"63":{"tf":1.0}}},"k":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":18,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"3":{"tf":1.0},"36":{"tf":1.0},"40":{"tf":1.0},"5":{"tf":1.7320508075688772},"53":{"tf":1.0},"55":{"tf":1.0},"6":{"tf":1.4142135623730951},"68":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"44":{"tf":1.4142135623730951},"59":{"tf":1.0},"65":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":14,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"14":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.7320508075688772},"21":{"tf":1.7320508075688772},"22":{"tf":1.0},"30":{"tf":1.0},"36":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"17":{"tf":1.0},"45":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"11":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"51":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"14":{"tf":1.0},"26":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"4":{"tf":1.0},"66":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"25":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"39":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"67":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"18":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":3,"docs":{"18":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"32":{"tf":1.0},"5":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":1,"docs":{"20":{"tf":1.0}}}},"x":{"/":{"d":{"a":{"df":2,"docs":{"40":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"32":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"24":{"tf":1.0},"3":{"tf":1.4142135623730951},"53":{"tf":1.0},"55":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"61":{"tf":1.0},"66":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":3,"docs":{"17":{"tf":1.0},"49":{"tf":1.0},"63":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"11":{"tf":1.0},"17":{"tf":1.0},"39":{"tf":1.0},"45":{"tf":1.0}}}},"df":28,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"31":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.7320508075688772},"4":{"tf":1.0},"43":{"tf":1.4142135623730951},"51":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":2.23606797749979},"61":{"tf":1.7320508075688772},"63":{"tf":1.0},"65":{"tf":1.0},"67":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"10":{"tf":1.0},"14":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0},"65":{"tf":1.0},"9":{"tf":1.0}}}},"i":{"df":0,"docs":{},"z":{"df":3,"docs":{"44":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"11":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":26,"docs":{"0":{"tf":2.0},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"27":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.4142135623730951},"50":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.0},"65":{"tf":1.4142135623730951},"67":{"tf":1.0},"68":{"tf":1.7320508075688772},"8":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":1,"docs":{"26":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"29":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"38":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"!":{"[":{"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":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"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":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"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":{"60":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"6":{"tf":1.0},"67":{"tf":1.0}},"f":{"df":2,"docs":{"28":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":7,"docs":{"0":{"tf":1.4142135623730951},"15":{"tf":1.0},"24":{"tf":1.0},"51":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"i":{"a":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":5,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"36":{"tf":1.0},"51":{"tf":1.0},"7":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":2,"docs":{"41":{"tf":1.0},"50":{"tf":1.0}}}},"w":{"[":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"7":{"tf":1.0}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"31":{"tf":1.0},"7":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"16":{"tf":1.0},"6":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":13,"docs":{"10":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"36":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"4":{"tf":1.0},"41":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"25":{"tf":1.0}}}}},"df":1,"docs":{"7":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"16":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"65":{"tf":1.0},"68":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"66":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":10,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":4,"docs":{"34":{"tf":1.0},"55":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"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":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"5":{"0":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"0":{"df":1,"docs":{"62":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":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":{"39":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"27":{"tf":1.0},"49":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"1":{"tf":1.0},"28":{"tf":1.0},"8":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":2,"docs":{"3":{"tf":1.0},"38":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"10":{"tf":1.4142135623730951},"11":{"tf":1.0},"63":{"tf":1.7320508075688772}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":46,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"10":{"tf":1.4142135623730951},"11":{"tf":1.0},"12":{"tf":1.7320508075688772},"13":{"tf":1.4142135623730951},"14":{"tf":2.0},"15":{"tf":2.449489742783178},"16":{"tf":1.0},"17":{"tf":1.7320508075688772},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.7320508075688772},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"26":{"tf":1.0},"31":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"40":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.7320508075688772},"44":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"53":{"tf":2.23606797749979},"55":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.4142135623730951},"6":{"tf":1.0},"60":{"tf":2.23606797749979},"61":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.7320508075688772},"66":{"tf":1.0},"67":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"7":{"tf":2.449489742783178},"8":{"tf":1.4142135623730951},"9":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"30":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"10":{"tf":1.4142135623730951},"11":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"d":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"df":1,"docs":{"67":{"tf":1.0}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"’":{"df":0,"docs":{},"r":{"df":3,"docs":{"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"50":{"tf":1.0}}}}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"25":{"tf":1.0}}}}}}}},"breadcrumbs":{"root":{"0":{"df":1,"docs":{"43":{"tf":1.0}}},"1":{"df":2,"docs":{"30":{"tf":1.0},"39":{"tf":1.0}},"–":{"3":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}}},"2":{"df":2,"docs":{"20":{"tf":1.4142135623730951},"30":{"tf":1.0}}},"3":{"df":1,"docs":{"30":{"tf":1.0}}},"4":{"df":1,"docs":{"30":{"tf":1.0}},"–":{"5":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}}},"6":{"df":0,"docs":{},"–":{"7":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"60":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"a":{"[":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"68":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"36":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"36":{"tf":1.0},"43":{"tf":1.4142135623730951},"51":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"12":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"45":{"tf":1.0},"53":{"tf":1.0},"60":{"tf":1.0}}}},"v":{"df":11,"docs":{"12":{"tf":1.0},"13":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"31":{"tf":1.0},"5":{"tf":1.4142135623730951},"53":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"14":{"tf":1.0},"16":{"tf":1.0},"20":{"tf":1.0}}}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"63":{"tf":1.0}}}}},"d":{"df":5,"docs":{"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"55":{"tf":1.0}}}}}}},"df":7,"docs":{"38":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.7320508075688772},"56":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"59":{"tf":1.0}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"51":{"tf":1.0},"65":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":8,"docs":{"23":{"tf":1.7320508075688772},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"26":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"38":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"56":{"tf":1.0}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"66":{"tf":1.0}}}}}}}}}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"51":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"6":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":5,"docs":{"12":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"31":{"tf":1.0},"67":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":5,"docs":{"39":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}}}}}},"df":4,"docs":{"0":{"tf":1.0},"18":{"tf":1.0},"6":{"tf":1.0},"68":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"10":{"tf":1.0},"38":{"tf":1.0}}},"df":0,"docs":{}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":3,"docs":{"45":{"tf":1.0},"6":{"tf":1.0},"67":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.7320508075688772}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"i":{"df":7,"docs":{"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.7320508075688772},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":6,"docs":{"4":{"tf":1.0},"64":{"tf":1.7320508075688772},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"15":{"tf":1.0}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"2":{"tf":1.0},"29":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"5":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"11":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"51":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":8,"docs":{"23":{"tf":1.7320508075688772},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"10":{"tf":1.0},"30":{"tf":1.0},"53":{"tf":1.0},"63":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":16,"docs":{"11":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"27":{"tf":1.4142135623730951},"29":{"tf":1.0},"3":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.4142135623730951},"51":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"17":{"tf":1.0}}}},"t":{"df":2,"docs":{"11":{"tf":1.0},"51":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"0":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{":":{":":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"60":{"tf":1.0},"61":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"60":{"tf":1.0},"61":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":5,"docs":{"43":{"tf":1.0},"44":{"tf":1.4142135623730951},"55":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":6,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"1":{"tf":1.0},"12":{"tf":1.7320508075688772},"31":{"tf":1.0},"4":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":18,"docs":{"0":{"tf":1.4142135623730951},"10":{"tf":1.0},"12":{"tf":1.4142135623730951},"14":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"31":{"tf":1.0},"47":{"tf":1.4142135623730951},"5":{"tf":1.0},"51":{"tf":1.4142135623730951},"53":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.7320508075688772},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":5,"docs":{"18":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"b":{"[":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"5":{"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":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"41":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"5":{"tf":1.0},"57":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}}}}},"d":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":6,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"32":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"22":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0}}}}}}}},"df":1,"docs":{"5":{"tf":1.0}},"e":{"c":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"18":{"tf":1.0},"31":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"66":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"36":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":12,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.0},"26":{"tf":1.7320508075688772},"3":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"18":{"tf":1.7320508075688772},"33":{"tf":1.0},"41":{"tf":1.4142135623730951},"45":{"tf":1.0}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":9,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"38":{"tf":1.0},"66":{"tf":1.0},"8":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"28":{"tf":1.0},"51":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"b":{"df":5,"docs":{"0":{"tf":2.0},"12":{"tf":1.0},"14":{"tf":1.0},"65":{"tf":1.0},"68":{"tf":1.4142135623730951}},"s":{"/":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"21":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"51":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"42":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":22,"docs":{"0":{"tf":1.7320508075688772},"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"18":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"27":{"tf":2.449489742783178},"28":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":1.4142135623730951},"63":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":2.0},"68":{"tf":1.7320508075688772},"7":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"e":{"df":2,"docs":{"27":{"tf":1.0},"68":{"tf":1.0}},"e":{"d":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"28":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":3,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"4":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"h":{"df":6,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"21":{"tf":1.0},"65":{"tf":1.0},"68":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"30":{"tf":1.0},"53":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"a":{"d":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"5":{"tf":1.0}}}}}}},"u":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"27":{"tf":1.0},"48":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":7,"docs":{"23":{"tf":1.0},"29":{"tf":1.0},"39":{"tf":1.0},"53":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"38":{"tf":1.0},"43":{"tf":1.0},"65":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":2,"docs":{"3":{"tf":1.0},"37":{"tf":1.0}}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":5,"docs":{"16":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.7320508075688772},"62":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"25":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"z":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"26":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}},"c":{"[":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"5":{"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":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"27":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"42":{"tf":1.0},"62":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":6,"docs":{"0":{"tf":1.0},"23":{"tf":1.0},"53":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"31":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0},"67":{"tf":1.0}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"3":{"tf":1.0},"49":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"66":{"tf":1.0}}}}},"df":1,"docs":{"5":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":5,"docs":{"1":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.0},"48":{"tf":1.0},"63":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"0":{"tf":1.0},"14":{"tf":1.0},"65":{"tf":1.0},"68":{"tf":1.0}}}}}},"o":{"df":24,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"22":{"tf":1.7320508075688772},"37":{"tf":2.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.4142135623730951},"46":{"tf":2.0},"47":{"tf":1.0},"48":{"tf":2.0},"49":{"tf":1.4142135623730951},"50":{"tf":2.0},"6":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.7320508075688772},"67":{"tf":1.4142135623730951},"68":{"tf":1.0}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"12":{"tf":1.0},"53":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"65":{"tf":1.7320508075688772}}}},"c":{"df":0,"docs":{},"k":{"df":21,"docs":{"10":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"24":{"tf":1.0},"26":{"tf":1.0},"30":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951},"43":{"tf":1.0},"49":{"tf":1.4142135623730951},"5":{"tf":1.4142135623730951},"51":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0},"67":{"tf":1.4142135623730951},"7":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"10":{"tf":1.0},"51":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"18":{"tf":1.0},"5":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":6,"docs":{"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"50":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"5":{"tf":1.0},"51":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"48":{"tf":1.0}},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}}}}},"i":{"df":6,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"28":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"8":{"tf":1.0}},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"58":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"51":{"tf":1.0},"66":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"53":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":1.4142135623730951}},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"r":{"df":10,"docs":{"1":{"tf":1.0},"12":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"26":{"tf":1.0},"30":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"8":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"65":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"|":{"df":2,"docs":{"60":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":5,"docs":{"42":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"63":{"tf":1.0}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"16":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"42":{"tf":1.0}}}}},"df":16,"docs":{"1":{"tf":1.0},"12":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.4142135623730951},"46":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.7320508075688772},"51":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.0},"68":{"tf":1.0},"8":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}}}}}},"o":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"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":{"15":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"51":{"tf":1.0}}}}}}}}},"df":3,"docs":{"15":{"tf":1.4142135623730951},"27":{"tf":1.0},"51":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":7,"docs":{"19":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"36":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"0":{"tf":1.0},"3":{"tf":1.0}}},"s":{"df":16,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"38":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.0}},"u":{"df":4,"docs":{"15":{"tf":1.0},"2":{"tf":1.0},"31":{"tf":1.0},"7":{"tf":2.0}}}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"10":{"tf":1.0},"18":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"15":{"tf":1.0},"65":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"5":{"tf":1.0},"53":{"tf":1.0},"61":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"43":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"3":{"tf":1.0},"6":{"tf":1.0},"67":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":4,"docs":{"10":{"tf":1.0},"11":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"r":{"df":9,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":1.0},"63":{"tf":1.4142135623730951},"65":{"tf":1.0},"8":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"df":6,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"61":{"tf":1.4142135623730951},"66":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":8,"docs":{"0":{"tf":1.7320508075688772},"12":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"40":{"tf":1.0},"68":{"tf":1.0}}}}}},"i":{"d":{"df":2,"docs":{"48":{"tf":1.4142135623730951},"55":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"12":{"tf":1.0},"32":{"tf":1.0},"45":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"57":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"m":{"df":4,"docs":{"10":{"tf":1.0},"27":{"tf":1.0},"51":{"tf":1.7320508075688772},"63":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"34":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"1":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"12":{"tf":1.0},"13":{"tf":1.7320508075688772},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.7320508075688772},"65":{"tf":1.4142135623730951}}}},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"0":{"tf":1.7320508075688772},"53":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"15":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"0":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":17,"docs":{"14":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.7320508075688772},"43":{"tf":2.23606797749979},"44":{"tf":1.4142135623730951},"45":{"tf":2.23606797749979},"46":{"tf":1.0},"47":{"tf":2.0},"51":{"tf":1.0},"53":{"tf":1.0},"66":{"tf":1.4142135623730951},"68":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"34":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":4,"docs":{"40":{"tf":1.4142135623730951},"45":{"tf":1.0},"48":{"tf":1.4142135623730951},"49":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":4,"docs":{"38":{"tf":1.0},"39":{"tf":1.0},"53":{"tf":1.0},"7":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"0":{"tf":1.0},"53":{"tf":1.0},"63":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":10,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.7320508075688772},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.7320508075688772},"29":{"tf":1.0},"63":{"tf":1.4142135623730951},"65":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"16":{"tf":1.0},"19":{"tf":1.0},"65":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"10":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"17":{"tf":1.0},"21":{"tf":1.0}}}},"df":1,"docs":{"4":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"10":{"tf":1.0},"52":{"tf":1.0},"63":{"tf":2.0},"8":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":5,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"6":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"43":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":3,"docs":{"43":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"44":{"tf":1.7320508075688772},"58":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":3,"docs":{"27":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"59":{"tf":1.0}}}}}}}},"d":{"[":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"7":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"5":{"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":9,"docs":{"0":{"tf":3.0},"18":{"tf":1.0},"21":{"tf":1.7320508075688772},"22":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"49":{"tf":1.0},"58":{"tf":1.0},"68":{"tf":2.0}},"t":{"a":{"df":15,"docs":{"0":{"tf":2.6457513110645907},"10":{"tf":1.0},"12":{"tf":1.4142135623730951},"14":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"3":{"tf":1.4142135623730951},"5":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.4142135623730951},"67":{"tf":1.0},"68":{"tf":2.0},"7":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"5":{"tf":1.0},"7":{"tf":1.0}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":3,"docs":{"33":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0}},"g":{"df":1,"docs":{"64":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"12":{"tf":1.0},"51":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"r":{"df":6,"docs":{"12":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"52":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"62":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":5,"docs":{"16":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"12":{"tf":1.0},"53":{"tf":1.0},"65":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"65":{"tf":1.0}}}}}}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"y":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":3,"docs":{"24":{"tf":1.7320508075688772},"38":{"tf":1.0},"39":{"tf":1.4142135623730951}},"s":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.0},"30":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"a":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":9,"docs":{"11":{"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},"30":{"tf":1.0},"63":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"51":{"tf":1.0},"6":{"tf":1.0},"67":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":14,"docs":{"10":{"tf":1.4142135623730951},"11":{"tf":1.0},"23":{"tf":1.0},"28":{"tf":2.449489742783178},"31":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.4142135623730951},"63":{"tf":1.0},"7":{"tf":1.4142135623730951},"8":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"5":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"55":{"tf":1.0},"60":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":6,"docs":{"11":{"tf":1.0},"13":{"tf":1.4142135623730951},"3":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"10":{"tf":1.0},"53":{"tf":1.0},"68":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"42":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":3,"docs":{"26":{"tf":1.0},"4":{"tf":1.0},"8":{"tf":1.7320508075688772}}}},"r":{"df":1,"docs":{"6":{"tf":1.0}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"22":{"tf":1.0},"40":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"6":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"16":{"tf":1.4142135623730951},"18":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":18,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":1.0},"52":{"tf":1.7320508075688772},"53":{"tf":2.23606797749979},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"8":{"tf":1.0}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"50":{"tf":1.0}},"t":{"df":1,"docs":{"36":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"27":{"tf":1.0},"31":{"tf":1.0},"67":{"tf":1.0},"9":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"34":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"64":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":3,"docs":{"0":{"tf":1.7320508075688772},"58":{"tf":1.0},"68":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"51":{"tf":1.0},"52":{"tf":1.0}},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"27":{"tf":1.0}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"34":{"tf":1.4142135623730951},"5":{"tf":1.0},"51":{"tf":1.0},"63":{"tf":1.0},"8":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"18":{"tf":1.0},"26":{"tf":1.0},"63":{"tf":1.0}}}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":2,"docs":{"50":{"tf":1.0},"60":{"tf":1.0}}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"26":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"7":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"28":{"tf":1.7320508075688772}},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":2.0}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"22":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"[":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{}},"df":10,"docs":{"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"3":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.4142135623730951}},"n":{"df":2,"docs":{"13":{"tf":1.0},"6":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"p":{"/":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"26":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"26":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"l":{"df":6,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"16":{"tf":1.0},"55":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.7320508075688772}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":8,"docs":{"12":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"31":{"tf":1.0},"53":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"2":{"0":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"5":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}},"7":{"5":{"df":1,"docs":{"39":{"tf":1.0}}},"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":4,"docs":{"48":{"tf":1.0},"61":{"tf":1.0},"68":{"tf":1.4142135623730951},"7":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"44":{"tf":1.4142135623730951},"60":{"tf":1.7320508075688772},"61":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":11,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"15":{"tf":1.0},"25":{"tf":1.0},"30":{"tf":1.0},"38":{"tf":1.0},"45":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"60":{"tf":1.0}}}}}}},"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{}},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"18":{"tf":1.0},"5":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"51":{"tf":1.0}}}}},"s":{"df":1,"docs":{"34":{"tf":1.0}},"i":{"df":1,"docs":{"12":{"tf":1.0}}}}},"df":1,"docs":{"7":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"3":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"28":{"tf":1.0}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"16":{"tf":1.0},"22":{"tf":1.0},"51":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":3,"docs":{"38":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"d":{"df":5,"docs":{"11":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"48":{"tf":1.0},"57":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":2,"docs":{"30":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"10":{"tf":1.0},"3":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":5,"docs":{"12":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.0},"65":{"tf":1.0},"67":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":10,"docs":{"0":{"tf":1.0},"24":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.4142135623730951},"58":{"tf":1.0},"68":{"tf":1.0}}}}},"v":{"df":1,"docs":{"36":{"tf":1.0}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":21,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.7320508075688772},"32":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.7320508075688772},"63":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"66":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"55":{"tf":1.0}}}}}}},"r":{"(":{"\\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"60":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"3":{"tf":1.0},"56":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"2":{"tf":1.0},"4":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"a":{"df":0,"docs":{},"l":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":6,"docs":{"15":{"tf":1.4142135623730951},"31":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"57":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":3,"docs":{"5":{"tf":1.0},"52":{"tf":1.0},"8":{"tf":1.0}}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":20,"docs":{"10":{"tf":1.0},"19":{"tf":1.7320508075688772},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.7320508075688772},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"4":{"tf":1.4142135623730951},"44":{"tf":1.0},"59":{"tf":1.7320508075688772},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"36":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"r":{"df":11,"docs":{"0":{"tf":2.0},"12":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.0},"50":{"tf":1.0},"65":{"tf":1.4142135623730951},"68":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":7,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"14":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.0},"63":{"tf":1.0},"68":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":1,"docs":{"39":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"60":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":44,"docs":{"1":{"tf":1.0},"10":{"tf":1.4142135623730951},"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"13":{"tf":2.0},"14":{"tf":1.0},"15":{"tf":2.23606797749979},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.7320508075688772},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.4142135623730951},"36":{"tf":2.0},"38":{"tf":1.0},"40":{"tf":1.4142135623730951},"42":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.4142135623730951},"5":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"53":{"tf":2.23606797749979},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"59":{"tf":2.0},"60":{"tf":2.23606797749979},"61":{"tf":2.23606797749979},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"65":{"tf":1.0},"67":{"tf":1.4142135623730951},"68":{"tf":1.0},"7":{"tf":2.0},"8":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"41":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"16":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"1":{"tf":1.0},"12":{"tf":1.0},"18":{"tf":1.0},"65":{"tf":1.0},"8":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}},"s":{"df":4,"docs":{"45":{"tf":1.0},"47":{"tf":1.0},"51":{"tf":1.4142135623730951},"55":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"51":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"—":{"a":{"d":{"df":0,"docs":{},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"66":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"65":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":11,"docs":{"0":{"tf":1.0},"4":{"tf":1.7320508075688772},"52":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.7320508075688772},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"68":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":2,"docs":{"11":{"tf":1.0},"44":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"48":{"tf":1.0}}}}}}},"}":{"\\"":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"61":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"f":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"10":{"tf":1.0}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"58":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"55":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":11,"docs":{"12":{"tf":1.0},"18":{"tf":1.0},"26":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.4142135623730951},"5":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":2.0},"57":{"tf":1.0},"8":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":2,"docs":{"24":{"tf":1.0},"28":{"tf":1.0}}}},"l":{"df":0,"docs":{},"s":{"df":3,"docs":{"51":{"tf":1.0},"6":{"tf":1.0},"67":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}}}},"q":{"df":1,"docs":{"67":{"tf":1.7320508075688772}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"12":{"tf":1.0},"28":{"tf":1.0},"55":{"tf":1.0},"62":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"18":{"tf":1.0},"28":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"28":{"tf":1.0},"42":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":1,"docs":{"27":{"tf":1.0}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"18":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"27":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"67":{"tf":1.0}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"12":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"16":{"tf":1.0},"18":{"tf":1.0},"43":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0}},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"67":{"tf":1.0}}}}}}}}}},"t":{"df":6,"docs":{"10":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"59":{"tf":1.0}}},"x":{"df":1,"docs":{"6":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"31":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"51":{"tf":1.0}}},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"66":{"tf":1.0}}}},"p":{"df":2,"docs":{"38":{"tf":1.0},"50":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"15":{"tf":1.0},"36":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":5,"docs":{"20":{"tf":1.0},"31":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"8":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"63":{"tf":1.0},"65":{"tf":1.0}}}}}}},"n":{"df":5,"docs":{"39":{"tf":1.0},"43":{"tf":1.7320508075688772},"44":{"tf":1.7320508075688772},"60":{"tf":2.449489742783178},"61":{"tf":2.0}}},"o":{"c":{"df":0,"docs":{},"u":{"df":1,"docs":{"44":{"tf":1.0}},"s":{"df":4,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"31":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"16":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"t":{"!":{"(":{"\\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"5":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":8,"docs":{"16":{"tf":1.0},"2":{"tf":1.7320508075688772},"3":{"tf":1.0},"4":{"tf":1.4142135623730951},"5":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"55":{"tf":1.0},"56":{"tf":1.0}}}}}}}}}}},"df":20,"docs":{"0":{"tf":1.0},"11":{"tf":1.4142135623730951},"2":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.7320508075688772},"5":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.7320508075688772},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.4142135623730951},"65":{"tf":1.0},"8":{"tf":1.0}},"’":{"df":1,"docs":{"16":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"28":{"tf":1.0},"3":{"tf":1.0},"50":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"16":{"tf":1.0},"18":{"tf":1.0},"6":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0}}}}}}},"d":{"df":1,"docs":{"65":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"44":{"tf":1.0}}}}},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"29":{"tf":1.0}}}}}},"g":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"3":{"tf":1.0},"66":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"36":{"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":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":3,"docs":{"42":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":8,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"29":{"tf":1.4142135623730951},"5":{"tf":1.4142135623730951},"53":{"tf":1.0},"60":{"tf":1.0},"68":{"tf":1.0},"8":{"tf":1.0}}}}},"t":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"60":{"tf":1.0},"61":{"tf":1.0}}}},"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":1,"docs":{"1":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"68":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"45":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":3,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":1,"docs":{"62":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"45":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":4,"docs":{"50":{"tf":1.4142135623730951},"53":{"tf":1.0},"64":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"df":45,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"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},"4":{"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},"50":{"tf":1.0},"51":{"tf":1.0},"9":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"26":{"tf":1.0}}}},"n":{"d":{"df":1,"docs":{"7":{"tf":1.0}},"l":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"41":{"tf":1.0},"7":{"tf":1.0}}}}}},"r":{"d":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"48":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"12":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0}},"i":{"df":2,"docs":{"15":{"tf":1.0},"48":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":4,"docs":{"40":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"51":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.7320508075688772}}}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"0":{"tf":1.0},"61":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":9,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"25":{"tf":1.0},"5":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"35":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"33":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.0},"8":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"63":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"c":{"df":2,"docs":{"42":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"i":{"[":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"15":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"a":{"df":9,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"60":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"i":{"df":44,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"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},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"9":{"tf":1.7320508075688772}},"i":{"df":13,"docs":{"4":{"tf":1.0},"52":{"tf":1.7320508075688772},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":3,"docs":{"19":{"tf":1.0},"23":{"tf":1.0},"59":{"tf":1.0}}}}}}}},"m":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}},"l":{"df":3,"docs":{"43":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"38":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"63":{"tf":1.0}}}}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":5,"docs":{"0":{"tf":1.0},"39":{"tf":1.4142135623730951},"44":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"38":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":11,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"40":{"tf":1.0},"49":{"tf":1.0},"6":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"21":{"tf":1.0},"48":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"66":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"\\"":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"60":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.4142135623730951}}}},"i":{"c":{"df":1,"docs":{"17":{"tf":1.0}}},"df":0,"docs":{}},"u":{"c":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"7":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":3,"docs":{"15":{"tf":1.7320508075688772},"55":{"tf":1.0},"60":{"tf":1.4142135623730951}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"51":{"tf":1.0}}}}}}},"df":2,"docs":{"34":{"tf":1.0},"51":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"48":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"66":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":4,"docs":{"10":{"tf":1.4142135623730951},"11":{"tf":1.0},"3":{"tf":1.0},"63":{"tf":1.0}}}},"n":{"d":{"df":4,"docs":{"12":{"tf":1.0},"53":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":5,"docs":{"16":{"tf":1.0},"18":{"tf":1.0},"6":{"tf":1.0},"65":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"23":{"tf":1.0},"26":{"tf":1.0},"50":{"tf":1.0}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":3,"docs":{"24":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.7320508075688772}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"12":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"8":{"tf":1.0}}}}}},"v":{"df":3,"docs":{"27":{"tf":1.0},"6":{"tf":1.0},"66":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":2,"docs":{"37":{"tf":1.0},"6":{"tf":1.0}},"t":{"df":2,"docs":{"3":{"tf":1.7320508075688772},"4":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":3,"docs":{"3":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":2,"docs":{"51":{"tf":1.0},"60":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"12":{"tf":1.0},"17":{"tf":1.4142135623730951},"33":{"tf":1.0}}}}},"v":{"df":6,"docs":{"4":{"tf":1.0},"64":{"tf":1.7320508075688772},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0}}}},"j":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"g":{"df":4,"docs":{"5":{"tf":1.0},"53":{"tf":1.0},"68":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"k":{"8":{"df":9,"docs":{"11":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":1.4142135623730951},"38":{"tf":1.0},"47":{"tf":1.0},"51":{"tf":1.0},"67":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":21,"docs":{"10":{"tf":1.4142135623730951},"12":{"tf":1.0},"16":{"tf":1.7320508075688772},"17":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"22":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"8":{"tf":1.0}}}},"y":{"df":3,"docs":{"48":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}}},"n":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"65":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"35":{"tf":1.4142135623730951},"5":{"tf":1.0},"63":{"tf":1.0},"8":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"24":{"tf":1.0}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"27":{"tf":1.0},"53":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"24":{"tf":1.7320508075688772},"48":{"tf":1.0},"49":{"tf":1.0}},"y":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"49":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"16":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"33":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"21":{"tf":1.0},"5":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"10":{"tf":1.7320508075688772},"16":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"58":{"tf":1.0},"65":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"53":{"tf":1.0},"7":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":12,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"14":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.7320508075688772},"63":{"tf":1.0},"65":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":2,"docs":{"30":{"tf":1.0},"7":{"tf":2.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}}}}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"14":{"tf":1.0},"41":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"15":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":22,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.7320508075688772},"29":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0},"67":{"tf":1.4142135623730951},"68":{"tf":1.0},"7":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}},"o":{"a":{"d":{"df":2,"docs":{"25":{"tf":1.4142135623730951},"48":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"df":14,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"31":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"36":{"tf":1.0},"38":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.0}}},"t":{"df":1,"docs":{"63":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":3,"docs":{"60":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0}},"i":{"c":{"df":2,"docs":{"59":{"tf":1.0},"62":{"tf":1.0}}},"df":0,"docs":{}},"s":{"/":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"51":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"51":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"12":{"tf":1.0},"53":{"tf":1.0},"65":{"tf":1.0},"67":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"35":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"26":{"tf":1.0},"67":{"tf":1.0}}},"p":{"df":2,"docs":{"18":{"tf":1.0},"33":{"tf":1.0}}},"s":{"df":1,"docs":{"10":{"tf":1.0}}}},"w":{"df":1,"docs":{"25":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"r":{"df":2,"docs":{"5":{"tf":1.0},"7":{"tf":1.0}}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"34":{"tf":1.0},"8":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"10":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"39":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"0":{"tf":1.0},"52":{"tf":1.0},"8":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":6,"docs":{"12":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.0},"8":{"tf":1.4142135623730951}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":6,"docs":{"12":{"tf":1.0},"14":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.0},"65":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"46":{"tf":1.0}}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":3,"docs":{"11":{"tf":1.0},"51":{"tf":1.0},"63":{"tf":1.0}}},"t":{"c":{"df":0,"docs":{},"h":{"df":4,"docs":{"16":{"tf":1.0},"18":{"tf":1.0},"4":{"tf":1.0},"59":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"64":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"12":{"tf":1.0},"35":{"tf":1.0}}}}}},"x":{"df":1,"docs":{"39":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":8,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"18":{"tf":1.0},"3":{"tf":1.0},"45":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.0},"67":{"tf":1.0}}}}},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"48":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"2":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"15":{"tf":1.0},"36":{"tf":1.0},"51":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"51":{"tf":1.0},"68":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"c":{"df":7,"docs":{"27":{"tf":1.0},"42":{"tf":1.4142135623730951},"51":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"i":{"d":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}}},"df":1,"docs":{"39":{"tf":1.0}},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"18":{"tf":1.0},"20":{"tf":1.0},"33":{"tf":1.0},"59":{"tf":1.0},"62":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":3,"docs":{"48":{"tf":1.0},"6":{"tf":1.0},"65":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"57":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"66":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":4,"docs":{"51":{"tf":1.0},"55":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0}}}},"x":{"df":1,"docs":{"66":{"tf":1.0}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"26":{"tf":1.4142135623730951}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":9,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"16":{"tf":1.0},"2":{"tf":1.0},"25":{"tf":1.0},"4":{"tf":1.4142135623730951},"53":{"tf":2.23606797749979},"63":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"0":{"tf":1.0},"30":{"tf":1.0},"8":{"tf":1.0}}}},"df":1,"docs":{"55":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"62":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"18":{"tf":1.0},"8":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":9,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"10":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.7320508075688772},"30":{"tf":1.7320508075688772},"34":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"18":{"tf":1.0},"65":{"tf":1.0},"67":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"60":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":3,"docs":{"43":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"55":{"tf":1.0},"60":{"tf":1.0}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"5":{"tf":1.0}}}}}}},"df":1,"docs":{"25":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":8,"docs":{"16":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"51":{"tf":1.4142135623730951},"61":{"tf":1.0},"62":{"tf":1.0},"67":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"g":{"df":2,"docs":{"26":{"tf":1.0},"51":{"tf":1.0}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":12,"docs":{"0":{"tf":2.0},"10":{"tf":1.0},"12":{"tf":1.0},"24":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"5":{"tf":1.0},"53":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"28":{"tf":1.0},"41":{"tf":1.0}}}}},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"60":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":10,"docs":{"23":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.7320508075688772},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"60":{"tf":1.0},"61":{"tf":1.0}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"42":{"tf":1.0},"57":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":6,"docs":{"38":{"tf":1.4142135623730951},"42":{"tf":1.0},"44":{"tf":1.4142135623730951},"45":{"tf":1.0},"47":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":36,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.0},"10":{"tf":1.7320508075688772},"12":{"tf":1.0},"14":{"tf":1.4142135623730951},"17":{"tf":1.0},"2":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.7320508075688772},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.7320508075688772},"39":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":2.0},"43":{"tf":1.7320508075688772},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.7320508075688772},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.7320508075688772},"53":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.4142135623730951},"66":{"tf":1.0},"68":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"6":{"tf":1.0}},"i":{"df":1,"docs":{"18":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"df":7,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.7320508075688772},"51":{"tf":1.0}}}},"n":{"df":1,"docs":{"6":{"tf":1.0}}},"w":{"df":2,"docs":{"4":{"tf":1.0},"44":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"16":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"[":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":18,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.4142135623730951},"41":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.7320508075688772},"53":{"tf":1.0},"6":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.4142135623730951}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"18":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"7":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"63":{"tf":1.0},"65":{"tf":1.0}}}}}},"k":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"\\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"60":{"tf":1.0},"61":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":3,"docs":{"43":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.0}}},"n":{"c":{"df":4,"docs":{"5":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0},"7":{"tf":1.0}}},"df":6,"docs":{"10":{"tf":1.0},"21":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"35":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":10,"docs":{"12":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.4142135623730951},"44":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":2.449489742783178},"6":{"tf":1.0},"67":{"tf":1.0}}}},"t":{"df":2,"docs":{"16":{"tf":1.0},"6":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"22":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":1.0}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":7,"docs":{"10":{"tf":1.4142135623730951},"11":{"tf":1.0},"33":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.4142135623730951},"8":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"67":{"tf":1.0}}}}}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.4142135623730951}}}}},"df":1,"docs":{"24":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"50":{"tf":1.0}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":10,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"3":{"tf":1.0},"6":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"5":{"tf":1.7320508075688772}}}}}}}}}},"p":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"7":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"24":{"tf":1.0}}},"k":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"11":{"tf":1.0},"63":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"46":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":7,"docs":{"1":{"tf":1.0},"17":{"tf":1.0},"26":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"5":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"29":{"tf":1.0},"5":{"tf":1.0},"58":{"tf":1.0},"68":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"26":{"tf":1.0}}}}}}}},"df":0,"docs":{},"t":{"df":67,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.7320508075688772},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"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},"4":{"tf":2.6457513110645907},"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":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.7320508075688772},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.7320508075688772},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.7320508075688772}},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"48":{"tf":1.0}}}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":5,"docs":{"0":{"tf":1.0},"14":{"tf":1.0},"58":{"tf":1.0},"65":{"tf":1.0},"68":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"17":{"tf":1.0},"31":{"tf":1.0},"51":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":1,"docs":{"7":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"14":{"tf":1.0},"21":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":10,"docs":{"10":{"tf":1.0},"16":{"tf":2.449489742783178},"17":{"tf":1.7320508075688772},"18":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":2.0},"47":{"tf":1.0},"48":{"tf":1.7320508075688772},"49":{"tf":1.0},"50":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"24":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.0}}}},"r":{"df":4,"docs":{"16":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"5":{"tf":1.0}}}}}}}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"25":{"tf":1.4142135623730951},"30":{"tf":3.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":2,"docs":{"4":{"tf":1.0},"6":{"tf":1.7320508075688772}}}}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":7,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"29":{"tf":1.0},"4":{"tf":1.0},"60":{"tf":1.0},"65":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"10":{"tf":1.0},"11":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"67":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"15":{"tf":1.0},"30":{"tf":1.4142135623730951}}}}}}}},"l":{"a":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"36":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":16,"docs":{"1":{"tf":1.0},"10":{"tf":1.4142135623730951},"15":{"tf":1.0},"17":{"tf":1.4142135623730951},"26":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":2.0},"32":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"39":{"tf":1.0},"5":{"tf":1.4142135623730951},"53":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":2.23606797749979},"8":{"tf":1.0}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"51":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"u":{"df":2,"docs":{"21":{"tf":1.0},"22":{"tf":1.0}},"g":{"df":1,"docs":{"59":{"tf":1.0}},"g":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"13":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"48":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"10":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"df":3,"docs":{"34":{"tf":1.0},"51":{"tf":1.0},"66":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"27":{"tf":1.0},"30":{"tf":1.0},"53":{"tf":1.0},"68":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"28":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"18":{"tf":1.7320508075688772},"41":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"5":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"10":{"tf":1.0},"63":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"31":{"tf":1.4142135623730951},"51":{"tf":2.0},"53":{"tf":1.0},"55":{"tf":1.0}}}}}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"22":{"tf":1.0},"51":{"tf":1.0}}}},"t":{"df":3,"docs":{"18":{"tf":1.0},"58":{"tf":1.0},"66":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"15":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"17":{"tf":1.0},"31":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":2.0}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.4142135623730951}}}}}},"o":{"b":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"26":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":9,"docs":{"12":{"tf":1.0},"16":{"tf":1.0},"36":{"tf":1.0},"48":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.0}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"33":{"tf":1.0},"5":{"tf":1.0}}}}}},"d":{"df":1,"docs":{"50":{"tf":1.0}},"u":{"c":{"df":6,"docs":{"0":{"tf":1.4142135623730951},"15":{"tf":1.0},"28":{"tf":1.0},"57":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0}},"t":{"df":4,"docs":{"23":{"tf":1.0},"41":{"tf":1.0},"6":{"tf":1.0},"68":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":8,"docs":{"12":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.4142135623730951},"3":{"tf":1.0},"40":{"tf":1.0},"53":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"29":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":8,"docs":{"0":{"tf":1.0},"16":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"6":{"tf":1.4142135623730951},"67":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"60":{"tf":1.0}},"r":{"df":1,"docs":{"51":{"tf":1.0}}}},"i":{"d":{"df":8,"docs":{"28":{"tf":1.0},"34":{"tf":1.0},"38":{"tf":1.4142135623730951},"4":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"51":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":2,"docs":{"36":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"36":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"60":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"b":{"df":3,"docs":{"44":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"0":{"tf":1.0},"68":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"67":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"13":{"tf":1.0},"3":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"q":{"a":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"17":{"tf":1.0},"4":{"tf":1.0},"64":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":3,"docs":{"29":{"tf":1.4142135623730951},"48":{"tf":1.0},"6":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"29":{"tf":1.0},"38":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"39":{"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":{},"e":{"df":11,"docs":{"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":1.4142135623730951},"48":{"tf":1.0},"6":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"7":{"tf":1.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"60":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"60":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"l":{"df":3,"docs":{"36":{"tf":1.0},"60":{"tf":1.7320508075688772},"61":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"—":{"a":{"df":1,"docs":{"51":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"13":{"tf":1.0},"16":{"tf":1.0},"65":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"4":{"tf":1.0}},"i":{"df":10,"docs":{"10":{"tf":1.0},"22":{"tf":1.0},"28":{"tf":1.4142135623730951},"31":{"tf":1.0},"36":{"tf":1.7320508075688772},"5":{"tf":1.0},"51":{"tf":1.7320508075688772},"57":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.4142135623730951}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"63":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":5,"docs":{"0":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"1":{"tf":1.0},"3":{"tf":1.0},"41":{"tf":1.0},"50":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"57":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":7,"docs":{"14":{"tf":1.0},"17":{"tf":1.0},"37":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"6":{"tf":1.0},"67":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":4,"docs":{"16":{"tf":1.0},"6":{"tf":1.0},"67":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":14,"docs":{"4":{"tf":1.4142135623730951},"52":{"tf":1.7320508075688772},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":2.0},"64":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"0":{"tf":1.0}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"31":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}},"x":{"df":2,"docs":{"36":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"18":{"tf":1.0},"57":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"15":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"10":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"6":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"53":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":5,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":7,"docs":{"0":{"tf":1.0},"14":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"43":{"tf":1.0},"67":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":9,"docs":{"12":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.4142135623730951},"22":{"tf":1.0},"26":{"tf":1.0},"6":{"tf":1.0},"67":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"53":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":5,"docs":{"11":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.0},"68":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"p":{"df":1,"docs":{"47":{"tf":1.0}}}},"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":20,"docs":{"14":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.4142135623730951},"30":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.4142135623730951},"49":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"68":{"tf":1.0},"7":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"43":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":6,"docs":{"18":{"tf":1.0},"31":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"61":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"0":{"tf":1.4142135623730951},"68":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"56":{"tf":1.0},"60":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"10":{"tf":1.4142135623730951},"16":{"tf":1.0},"56":{"tf":1.0},"63":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":4,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"67":{"tf":1.0},"8":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"17":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"8":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"62":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"6":{"tf":1.0},"67":{"tf":1.0}}}}},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":7,"docs":{"22":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.0},"63":{"tf":1.0},"68":{"tf":1.4142135623730951}}}}},"p":{"c":{"df":1,"docs":{"60":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":6,"docs":{"42":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"55":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.7320508075688772},"61":{"tf":1.4142135623730951}}}}}}}}},"df":27,"docs":{"1":{"tf":1.0},"12":{"tf":1.7320508075688772},"15":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.4142135623730951},"27":{"tf":1.0},"28":{"tf":2.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":2.23606797749979},"35":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"48":{"tf":1.0},"5":{"tf":1.4142135623730951},"51":{"tf":1.0},"53":{"tf":2.0},"6":{"tf":1.7320508075688772},"61":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.7320508075688772},"67":{"tf":1.4142135623730951},"68":{"tf":1.7320508075688772},"7":{"tf":1.7320508075688772},"8":{"tf":1.0},"9":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":4,"docs":{"25":{"tf":1.0},"42":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.4142135623730951}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":28,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":1.0},"31":{"tf":1.7320508075688772},"32":{"tf":2.0},"33":{"tf":1.7320508075688772},"34":{"tf":1.7320508075688772},"35":{"tf":1.7320508075688772},"36":{"tf":2.0},"38":{"tf":2.23606797749979},"39":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.7320508075688772},"5":{"tf":1.0},"51":{"tf":1.7320508075688772},"53":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.7320508075688772},"63":{"tf":1.7320508075688772},"66":{"tf":1.7320508075688772},"67":{"tf":1.7320508075688772},"68":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}},"’":{"df":1,"docs":{"51":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"36":{"tf":1.0}},"{":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":7,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"29":{"tf":1.0},"36":{"tf":1.4142135623730951},"51":{"tf":1.0},"53":{"tf":1.0},"63":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"36":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"59":{"tf":1.7320508075688772},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"58":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":6,"docs":{"10":{"tf":1.0},"31":{"tf":1.4142135623730951},"38":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.4142135623730951},"8":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"0":{"tf":1.4142135623730951},"68":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"51":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"2":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.7320508075688772}}}}}}}},"df":0,"docs":{}}}}},"df":35,"docs":{"1":{"tf":1.0},"10":{"tf":2.23606797749979},"11":{"tf":1.7320508075688772},"12":{"tf":2.23606797749979},"13":{"tf":1.4142135623730951},"15":{"tf":1.0},"16":{"tf":2.0},"17":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"23":{"tf":1.0},"30":{"tf":2.0},"31":{"tf":2.23606797749979},"32":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.7320508075688772},"43":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"53":{"tf":2.6457513110645907},"6":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":2.23606797749979},"64":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":2.0},"67":{"tf":1.7320508075688772},"68":{"tf":1.4142135623730951},"7":{"tf":1.7320508075688772},"8":{"tf":1.0},"9":{"tf":1.0}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"25":{"tf":1.0},"35":{"tf":1.0},"6":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":2,"docs":{"41":{"tf":1.0},"50":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"11":{"tf":1.0},"51":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"18":{"tf":1.0},"25":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"d":{"df":8,"docs":{"16":{"tf":1.0},"18":{"tf":1.0},"36":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0}}},"df":4,"docs":{"12":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":1.0},"53":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"22":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.0}}}},"df":0,"docs":{}},"f":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"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":3,"docs":{"16":{"tf":1.0},"60":{"tf":1.7320508075688772},"61":{"tf":1.7320508075688772}}}},"n":{"d":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"10":{"tf":1.0},"18":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"30":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"tf":1.0}}},"v":{"df":1,"docs":{"63":{"tf":1.0}},"i":{"c":{"df":2,"docs":{"34":{"tf":1.0},"66":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":8,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"20":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"52":{"tf":1.0},"65":{"tf":1.4142135623730951},"7":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"11":{"tf":1.0},"34":{"tf":1.0},"66":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":20,"docs":{"12":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"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.4142135623730951},"30":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"65":{"tf":1.0},"68":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":8,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"18":{"tf":1.0},"35":{"tf":1.0},"42":{"tf":1.0},"53":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"65":{"tf":1.7320508075688772}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"0":{"tf":1.0},"6":{"tf":1.0},"67":{"tf":1.0}}}},"w":{"df":5,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"23":{"tf":1.0},"4":{"tf":1.0},"59":{"tf":1.0}},"n":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":12,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951},"18":{"tf":1.0},"31":{"tf":1.7320508075688772},"51":{"tf":2.23606797749979},"57":{"tf":1.0},"6":{"tf":1.4142135623730951},"67":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.4142135623730951}},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"51":{"tf":1.0}}},"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":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"20":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"24":{"tf":1.4142135623730951},"28":{"tf":1.0},"48":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":3,"docs":{"34":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0}}}}},"t":{"df":1,"docs":{"10":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"df":2,"docs":{"48":{"tf":1.0},"49":{"tf":1.0}},"w":{"df":4,"docs":{"24":{"tf":1.0},"3":{"tf":1.0},"51":{"tf":1.0},"66":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":5,"docs":{"16":{"tf":1.0},"20":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"56":{"tf":1.0},"61":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"3":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"43":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"4":{"tf":1.0}}},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"26":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":8,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.0},"40":{"tf":1.0},"51":{"tf":1.0},"65":{"tf":1.0},"7":{"tf":1.0}},"i":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":4,"docs":{"18":{"tf":1.0},"32":{"tf":1.0},"6":{"tf":1.0},"67":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}}},"t":{"a":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"34":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"30":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"66":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"18":{"tf":1.0},"66":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"43":{"tf":1.0},"60":{"tf":1.0}}}}}}},"df":0,"docs":{}},"_":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"56":{"tf":1.0},"61":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":15,"docs":{"16":{"tf":1.0},"18":{"tf":1.0},"28":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.7320508075688772},"53":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"18":{"tf":1.0},"25":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}},"i":{"c":{"df":2,"docs":{"43":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{}}},"y":{"df":6,"docs":{"13":{"tf":1.0},"16":{"tf":1.0},"27":{"tf":1.0},"48":{"tf":1.0},"61":{"tf":1.4142135623730951},"67":{"tf":1.0}}}},"d":{":":{":":{"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":{"43":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{":":{":":{"a":{"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":{}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{":":{":":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"39":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"16":{"tf":1.0},"51":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"24":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"67":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":4,"docs":{"48":{"tf":1.0},"53":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.0}}}},"r":{"df":3,"docs":{"43":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"68":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"21":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"43":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"b":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":2,"docs":{"17":{"tf":1.0},"65":{"tf":1.4142135623730951}}}}}},"u":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":5,"docs":{"0":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.4142135623730951},"26":{"tf":1.0},"68":{"tf":1.0}}}},"t":{"df":6,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"26":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"0":{"tf":1.4142135623730951},"68":{"tf":1.0}}}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":10,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.0},"65":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"35":{"tf":1.0}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"42":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":7,"docs":{"11":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.0},"43":{"tf":1.7320508075688772},"46":{"tf":1.0},"47":{"tf":1.7320508075688772},"64":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":2,"docs":{"44":{"tf":1.4142135623730951},"45":{"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":{"18":{"tf":1.0},"8":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"17":{"tf":1.0},"67":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"66":{"tf":1.0}}}}}}},"n":{"c":{"df":3,"docs":{"30":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"23":{"tf":1.0},"24":{"tf":1.4142135623730951},"28":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":8,"docs":{"15":{"tf":1.4142135623730951},"17":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.4142135623730951}}}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"60":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":7,"docs":{"12":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.7320508075688772},"67":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"53":{"tf":1.0}}}}},"d":{"df":3,"docs":{"15":{"tf":1.0},"36":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":3,"docs":{"18":{"tf":1.0},"3":{"tf":1.4142135623730951},"65":{"tf":1.0}}},"r":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"16":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":31,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.0},"10":{"tf":2.0},"11":{"tf":1.7320508075688772},"12":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":2.23606797749979},"30":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"45":{"tf":1.0},"48":{"tf":1.4142135623730951},"50":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.7320508075688772},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"66":{"tf":1.0},"67":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"57":{"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":{"56":{"tf":1.0}}}},"df":0,"docs":{}}}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"{":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"61":{"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":{"43":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"60":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"60":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"s":{":":{":":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":2,"docs":{"37":{"tf":1.0},"39":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"17":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"31":{"tf":1.0},"8":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"0":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"m":{"df":0,"docs":{},"e":{"df":12,"docs":{"0":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"18":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.7320508075688772},"3":{"tf":1.4142135623730951},"33":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.4142135623730951},"67":{"tf":1.0},"7":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"36":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0}}}}},"r":{"df":1,"docs":{"24":{"tf":1.4142135623730951}}}}}},"o":{"d":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"46":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":6,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"15":{"tf":1.0},"21":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"l":{"df":2,"docs":{"41":{"tf":1.0},"51":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"27":{"tf":1.0},"29":{"tf":1.0},"6":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"24":{"tf":1.0},"46":{"tf":1.0}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":31,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"29":{"tf":2.0},"31":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.7320508075688772},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.7320508075688772},"50":{"tf":1.0},"53":{"tf":1.7320508075688772},"58":{"tf":1.4142135623730951},"6":{"tf":1.0},"60":{"tf":1.4142135623730951},"63":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"68":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}},"y":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"g":{"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":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"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":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"65":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"10":{"tf":1.0},"36":{"tf":1.0},"51":{"tf":1.0},"63":{"tf":1.0}}},"k":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":18,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.4142135623730951},"25":{"tf":1.7320508075688772},"3":{"tf":1.0},"36":{"tf":1.0},"40":{"tf":1.0},"5":{"tf":1.7320508075688772},"53":{"tf":1.0},"55":{"tf":1.0},"6":{"tf":1.4142135623730951},"68":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"44":{"tf":1.4142135623730951},"59":{"tf":1.0},"65":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":14,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"14":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":2.0},"21":{"tf":2.0},"22":{"tf":1.0},"30":{"tf":1.0},"36":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"17":{"tf":1.0},"45":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"11":{"tf":1.7320508075688772}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"51":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"14":{"tf":1.0},"26":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"4":{"tf":1.0},"66":{"tf":1.7320508075688772}}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"25":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"39":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"67":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"18":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":3,"docs":{"18":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"32":{"tf":1.0},"5":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":1,"docs":{"20":{"tf":1.0}}}},"x":{"/":{"d":{"a":{"df":2,"docs":{"40":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"32":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"24":{"tf":1.0},"3":{"tf":1.4142135623730951},"53":{"tf":1.0},"55":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"61":{"tf":1.0},"66":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":3,"docs":{"17":{"tf":1.0},"49":{"tf":1.0},"63":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"11":{"tf":1.0},"17":{"tf":1.7320508075688772},"39":{"tf":1.4142135623730951},"45":{"tf":1.0}}}},"df":28,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"31":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.7320508075688772},"4":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"51":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":2.23606797749979},"61":{"tf":1.7320508075688772},"63":{"tf":1.0},"65":{"tf":1.0},"67":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":46,"docs":{"10":{"tf":1.4142135623730951},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.4142135623730951},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"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},"4":{"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},"50":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0},"65":{"tf":1.0},"9":{"tf":1.7320508075688772}}}},"i":{"df":0,"docs":{},"z":{"df":3,"docs":{"44":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"11":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":26,"docs":{"0":{"tf":2.0},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.7320508075688772},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"27":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.4142135623730951},"50":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.0},"65":{"tf":1.4142135623730951},"67":{"tf":1.0},"68":{"tf":1.7320508075688772},"8":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":1,"docs":{"26":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"29":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"38":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"!":{"[":{"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":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"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":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"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":{"60":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"6":{"tf":1.0},"67":{"tf":1.0}},"f":{"df":2,"docs":{"28":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":7,"docs":{"0":{"tf":1.4142135623730951},"15":{"tf":1.0},"24":{"tf":1.0},"51":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"i":{"a":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":5,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"36":{"tf":1.0},"51":{"tf":1.0},"7":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":2,"docs":{"41":{"tf":1.0},"50":{"tf":1.0}}}},"w":{"[":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"7":{"tf":1.0}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"31":{"tf":1.0},"7":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"16":{"tf":1.0},"6":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":13,"docs":{"10":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"36":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"4":{"tf":1.0},"41":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"25":{"tf":1.4142135623730951}}}}},"df":1,"docs":{"7":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"16":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"65":{"tf":1.0},"68":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"66":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":10,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":4,"docs":{"34":{"tf":1.0},"55":{"tf":1.0},"62":{"tf":1.4142135623730951},"66":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"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":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"5":{"0":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"0":{"df":1,"docs":{"62":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":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":{"39":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"27":{"tf":1.0},"49":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"1":{"tf":1.0},"28":{"tf":1.0},"8":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":2,"docs":{"3":{"tf":1.0},"38":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"10":{"tf":1.4142135623730951},"11":{"tf":1.0},"63":{"tf":1.7320508075688772}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":47,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"10":{"tf":1.4142135623730951},"11":{"tf":1.0},"12":{"tf":1.7320508075688772},"13":{"tf":2.0},"14":{"tf":2.449489742783178},"15":{"tf":2.6457513110645907},"16":{"tf":1.0},"17":{"tf":1.7320508075688772},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.7320508075688772},"21":{"tf":2.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"24":{"tf":1.7320508075688772},"25":{"tf":1.7320508075688772},"26":{"tf":1.0},"31":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"37":{"tf":1.7320508075688772},"38":{"tf":1.4142135623730951},"40":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.7320508075688772},"44":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"53":{"tf":2.23606797749979},"55":{"tf":1.7320508075688772},"56":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":2.0},"6":{"tf":1.0},"60":{"tf":2.6457513110645907},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.7320508075688772},"66":{"tf":1.0},"67":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"7":{"tf":2.449489742783178},"8":{"tf":1.4142135623730951},"9":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"30":{"tf":1.0},"43":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"10":{"tf":2.0},"11":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"d":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"df":1,"docs":{"67":{"tf":1.0}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"’":{"df":0,"docs":{},"r":{"df":3,"docs":{"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"50":{"tf":1.0}}}}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"25":{"tf":1.0}}}}}}}},"title":{"root":{"2":{"df":1,"docs":{"20":{"tf":1.0}}},"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"df":0,"docs":{}},"d":{"df":4,"docs":{"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"44":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"64":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"5":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"23":{"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":{"12":{"tf":1.0}}}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"47":{"tf":1.0}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"26":{"tf":1.0}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"18":{"tf":1.0},"41":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"4":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"z":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"26":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":4,"docs":{"22":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"65":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"36":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"7":{"tf":1.0}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"61":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"48":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"45":{"tf":1.0}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"13":{"tf":1.0},"16":{"tf":1.0},"65":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":3,"docs":{"42":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"13":{"tf":1.0},"16":{"tf":1.0},"65":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"63":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"27":{"tf":1.0},"28":{"tf":1.0}}}}}}}},"d":{"a":{"df":1,"docs":{"21":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"28":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"52":{"tf":1.0},"53":{"tf":1.0}}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"28":{"tf":1.0}},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"l":{"df":1,"docs":{"65":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"19":{"tf":1.0},"23":{"tf":1.0},"59":{"tf":1.0}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":9,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"27":{"tf":1.0},"36":{"tf":1.0},"40":{"tf":1.0},"49":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}}}}}},"f":{"a":{"df":0,"docs":{},"q":{"df":1,"docs":{"67":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"54":{"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":{"29":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"68":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"58":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"i":{"df":1,"docs":{"9":{"tf":1.0}},"i":{"df":1,"docs":{"52":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"63":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"v":{"df":1,"docs":{"64":{"tf":1.0}}}},"k":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"22":{"tf":1.0}}}}},"o":{"a":{"d":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"33":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"26":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"24":{"tf":1.0}}}}}}},"w":{"df":1,"docs":{"59":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":3,"docs":{"42":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"51":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"5":{"tf":1.0}}}}}}}}}},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"40":{"tf":1.0},"49":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"2":{"tf":1.0},"52":{"tf":1.0},"64":{"tf":1.0},"9":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0}}}}}}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"30":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"6":{"tf":1.0}}}}}}}}}}},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"30":{"tf":1.0}}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"18":{"tf":1.0},"41":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"o":{"b":{"df":0,"docs":{},"e":{"df":1,"docs":{"60":{"tf":1.0}}}},"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"60":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"52":{"tf":1.0},"63":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}}}}}}},"df":2,"docs":{"28":{"tf":1.0},"31":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"57":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":6,"docs":{"12":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"53":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"65":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"20":{"tf":1.0},"60":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":3,"docs":{"29":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.0}}}}}}}},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"20":{"tf":1.0},"21":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":1,"docs":{"11":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"66":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"17":{"tf":1.0},"39":{"tf":1.0}}}},"df":1,"docs":{"4":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"w":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"25":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"62":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"38":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":10,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"37":{"tf":1.0},"55":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"lang":"English","pipeline":["trimmer","stopWordFilter","stemmer"],"ref":"id","version":"0.9.5"},"results_options":{"limit_results":30,"teaser_word_count":30},"search_options":{"bool":"OR","expand":true,"fields":{"body":{"boost":1},"breadcrumbs":{"boost":1},"title":{"boost":2}}}}')); \ No newline at end of file diff --git a/docs/searchindex-879ae337.js b/docs/searchindex-879ae337.js new file mode 100644 index 0000000..d3c8bd1 --- /dev/null +++ b/docs/searchindex-879ae337.js @@ -0,0 +1 @@ +window.search = Object.assign(window.search, JSON.parse('{"doc_urls":["project-context-primer.html#project-context-primer","what-you-will-learn.html#what-you-will-learn","part-i.html#part-i--foundations","introduction.html#introduction","architecture-overview.html#architecture-overview","testing-philosophy.html#testing-philosophy","testing-philosophy.html#declarative-over-imperative","testing-philosophy.html#protocol-time-not-wall-time","testing-philosophy.html#determinism-first-chaos-when-needed","testing-philosophy.html#observable-health-signals","testing-philosophy.html#minimum-run-windows","testing-philosophy.html#summary","scenario-lifecycle.html#scenario-lifecycle-conceptual","design-rationale.html#design-rationale","part-ii.html#part-ii--user-guide","workspace-layout.html#workspace-layout","annotated-tree.html#annotated-tree","authoring-scenarios.html#authoring-scenarios","workloads.html#core-content-workloads--expectations","workloads.html#workloads","workloads.html#expectations","scenario-builder-ext-patterns.html#core-content-scenariobuilderext-patterns","best-practices.html#best-practices","examples.html#examples","examples.html#simple-2-validator-transaction-workload","examples.html#da--transaction-workload","examples.html#chaos--liveness-check","examples-advanced.html#advanced--artificial-examples","examples-advanced.html#synthetic-delay-workload-network-latency-simulation","examples-advanced.html#oscillating-load-workload-traffic-waves","examples-advanced.html#byzantine-behavior-mock","examples-advanced.html#custom-expectation-block-finality-drift","examples-advanced.html#custom-deployer-dry-run-deployer","examples-advanced.html#stochastic-topology-generator","examples-advanced.html#multi-phase-scenario-pipelines","running-scenarios.html#running-scenarios","runners.html#runners","runners.html#local-runner","runners.html#docker-compose-runner","runners.html#kubernetes-runner","runners.html#common-expectations","operations.html#operations","part-iii.html#part-iii--developer-reference","scenario-model.html#scenario-model-developer-level","extending.html#extending-the-framework","extending.html#adding-a-workload","extending.html#adding-an-expectation","extending.html#adding-a-runner","extending.html#adding-topology-helpers","custom-workload-example.html#example-new-workload--expectation-rust","custom-workload-example.html#workload-simple-reachability-probe","custom-workload-example.html#expectation-confirm-the-target-stayed-reachable","custom-workload-example.html#how-to-wire-it","internal-crate-reference.html#internal-crate-reference","part-iv.html#part-iv--appendix","dsl-cheat-sheet.html#core-content-dsl-cheat-sheet","troubleshooting.html#troubleshooting-scenarios","faq.html#faq","glossary.html#glossary"],"index":{"documentStore":{"docInfo":{"0":{"body":67,"breadcrumbs":6,"title":3},"1":{"body":26,"breadcrumbs":2,"title":1},"10":{"body":40,"breadcrumbs":7,"title":3},"11":{"body":26,"breadcrumbs":5,"title":1},"12":{"body":120,"breadcrumbs":8,"title":3},"13":{"body":68,"breadcrumbs":6,"title":2},"14":{"body":10,"breadcrumbs":8,"title":4},"15":{"body":94,"breadcrumbs":8,"title":2},"16":{"body":59,"breadcrumbs":8,"title":2},"17":{"body":101,"breadcrumbs":8,"title":2},"18":{"body":18,"breadcrumbs":12,"title":4},"19":{"body":38,"breadcrumbs":9,"title":1},"2":{"body":10,"breadcrumbs":4,"title":2},"20":{"body":71,"breadcrumbs":9,"title":1},"21":{"body":84,"breadcrumbs":12,"title":4},"22":{"body":96,"breadcrumbs":8,"title":2},"23":{"body":14,"breadcrumbs":6,"title":1},"24":{"body":28,"breadcrumbs":10,"title":5},"25":{"body":31,"breadcrumbs":8,"title":3},"26":{"body":37,"breadcrumbs":8,"title":3},"27":{"body":19,"breadcrumbs":10,"title":3},"28":{"body":41,"breadcrumbs":13,"title":6},"29":{"body":37,"breadcrumbs":12,"title":5},"3":{"body":84,"breadcrumbs":4,"title":1},"30":{"body":34,"breadcrumbs":10,"title":3},"31":{"body":41,"breadcrumbs":12,"title":5},"32":{"body":39,"breadcrumbs":12,"title":5},"33":{"body":35,"breadcrumbs":10,"title":3},"34":{"body":40,"breadcrumbs":11,"title":4},"35":{"body":75,"breadcrumbs":8,"title":2},"36":{"body":20,"breadcrumbs":6,"title":1},"37":{"body":16,"breadcrumbs":7,"title":2},"38":{"body":23,"breadcrumbs":8,"title":3},"39":{"body":17,"breadcrumbs":7,"title":2},"4":{"body":106,"breadcrumbs":6,"title":2},"40":{"body":43,"breadcrumbs":7,"title":2},"41":{"body":152,"breadcrumbs":6,"title":1},"42":{"body":10,"breadcrumbs":8,"title":4},"43":{"body":116,"breadcrumbs":12,"title":4},"44":{"body":0,"breadcrumbs":8,"title":2},"45":{"body":39,"breadcrumbs":8,"title":2},"46":{"body":21,"breadcrumbs":8,"title":2},"47":{"body":29,"breadcrumbs":8,"title":2},"48":{"body":21,"breadcrumbs":9,"title":3},"49":{"body":19,"breadcrumbs":14,"title":5},"5":{"body":8,"breadcrumbs":6,"title":2},"50":{"body":120,"breadcrumbs":13,"title":4},"51":{"body":67,"breadcrumbs":14,"title":5},"52":{"body":24,"breadcrumbs":10,"title":1},"53":{"body":91,"breadcrumbs":10,"title":3},"54":{"body":10,"breadcrumbs":6,"title":3},"55":{"body":84,"breadcrumbs":11,"title":5},"56":{"body":86,"breadcrumbs":7,"title":2},"57":{"body":99,"breadcrumbs":5,"title":1},"58":{"body":119,"breadcrumbs":5,"title":1},"6":{"body":36,"breadcrumbs":7,"title":3},"7":{"body":84,"breadcrumbs":8,"title":4},"8":{"body":52,"breadcrumbs":8,"title":4},"9":{"body":51,"breadcrumbs":7,"title":3}},"docs":{"0":{"body":"This book focuses on the Nomos Testing Framework. It assumes familiarity with\\nthe Nomos architecture, but for completeness, here is a short primer. Nomos is a modular blockchain protocol composed of validators, executors,\\nand a data-availability (DA) subsystem. Validators participate in consensus and produce blocks. Executors run application logic or off-chain computations referenced by\\nblocks. Data Availability (DA) ensures that data referenced in blocks is\\npublished and retrievable, including blobs or channel data used by workloads. These roles interact tightly, which is why meaningful testing must be performed\\nin multi-node environments that include real networking, timing, and DA\\ninteraction.","breadcrumbs":"Project Context Primer » Project Context Primer","id":"0","title":"Project Context Primer"},"1":{"body":"This book gives you a clear mental model for Nomos multi-node testing, shows how\\nto author scenarios that pair realistic workloads with explicit expectations,\\nand guides you to run them across local, containerized, and cluster environments\\nwithout changing the plan.","breadcrumbs":"What You Will Learn » What You Will Learn","id":"1","title":"What You Will Learn"},"10":{"body":"Always run long enough for meaningful block production: #![allow(unused)] fn main() {\\n// Bad: too short\\n.with_run_duration(Duration::from_secs(5)) // Maybe 0-1 blocks // Good: enough blocks for assertions\\n.with_run_duration(Duration::from_secs(60)) // ~10+ blocks } The framework enforces minimum durations, but be explicit. Very short runs\\nrisk false confidence—one lucky block doesn’t prove liveness.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Minimum Run Windows","id":"10","title":"Minimum Run Windows"},"11":{"body":"These principles keep scenarios: Portable across environments (protocol time, declarative) Debuggable (determinism, separation of concerns) Meaningful (observable signals, sufficient duration) When authoring scenarios, ask: “Does this test the protocol behavior or\\nmy local environment quirks?”","breadcrumbs":"Part I — Foundations » Testing Philosophy » Summary","id":"11","title":"Summary"},"12":{"body":"Build the plan: Declare a topology, attach workloads and expectations, and set the run window. The plan is the single source of truth for what will happen. Deploy: Hand the plan to a deployer. It provisions the environment on the chosen backend and waits for nodes to signal readiness, then returns a Runner. Drive workloads: Start traffic and behaviors (transactions, data-availability activity, restarts) for the planned duration. Observe blocks and signals: Track block progression and other high-level metrics during or after the run window to ground assertions in protocol time. Evaluate expectations: Once activity stops (and optional cooldown completes), check liveness and workload-specific outcomes to decide pass or fail. Cleanup: Tear down resources so successive runs start fresh and do not inherit leaked state. Conceptual lifecycle diagram: Plan → Deploy → Readiness → Drive Workloads → Observe → Evaluate → Cleanup Mermaid view: flowchart LR P[Plan
topology + workloads + expectations] --> D[Deploy
deployer provisions] D --> R[Readiness
wait for nodes] R --> Run[Run
runner orchestrates] Run --> W[Drive Workloads] W --> O[Observe
blocks/metrics] O --> E[Evaluate Expectations] E --> C[Cleanup]","breadcrumbs":"Part I — Foundations » Scenario Lifecycle (Conceptual) » Scenario Lifecycle (Conceptual)","id":"12","title":"Scenario Lifecycle (Conceptual)"},"13":{"body":"Modular crates keep configuration, orchestration, workloads, and runners decoupled so each can evolve without breaking the others. Pluggable runners let the same scenario run on a laptop, a Docker host, or a Kubernetes cluster, making validation portable across environments. Separated workloads and expectations clarify intent: what traffic to generate versus how to judge success. This simplifies review and reuse. Declarative topology makes cluster shape explicit and repeatable, reducing surprise when moving between CI and developer machines. Maintainability through predictability: a clear flow from plan to deployment to verification lowers the cost of extending the framework and interpreting failures.","breadcrumbs":"Part I — Foundations » Design Rationale » Design Rationale","id":"13","title":"Design Rationale"},"14":{"body":"Practical guidance for shaping scenarios, combining workloads and expectations,\\nand running them across different environments.","breadcrumbs":"Part II — User Guide » Part II — User Guide","id":"14","title":"Part II — User Guide"},"15":{"body":"The workspace focuses on multi-node integration testing and sits alongside a nomos-node checkout. Its crates separate concerns to keep scenarios\\nrepeatable and portable: Configs: prepares high-level node, network, tracing, and wallet settings\\nused across test environments. Core scenario orchestration: the engine that holds topology descriptions,\\nscenario plans, runtimes, workloads, and expectations. Workflows: ready-made workloads (transactions, data-availability, chaos)\\nand reusable expectations assembled into a user-facing DSL. Runners: deployment backends for local processes, Docker Compose, and\\nKubernetes, all consuming the same scenario plan. Test workflows: example scenarios and integration checks that show how\\nthe pieces fit together. This split keeps configuration, orchestration, reusable traffic patterns, and\\ndeployment adapters loosely coupled while sharing one mental model for tests.","breadcrumbs":"Part II — User Guide » Workspace Layout » Workspace Layout","id":"15","title":"Workspace Layout"},"16":{"body":"High-level view of the workspace and how pieces relate: nomos-testing/\\n├─ testing-framework/\\n│ ├─ configs/ # shared configuration helpers\\n│ ├─ core/ # scenario model, runtime, topology\\n│ ├─ workflows/ # workloads, expectations, DSL extensions\\n│ └─ runners/ # local, compose, k8s deployment backends\\n├─ tests/ # integration scenarios using the framework\\n└─ scripts/ # supporting setup utilities (e.g., assets) Each area maps to a responsibility: describe configs, orchestrate scenarios,\\npackage common traffic and assertions, adapt to environments, and demonstrate\\nend-to-end usage.","breadcrumbs":"Part II — User Guide » Annotated Tree » Annotated Tree","id":"16","title":"Annotated Tree"},"17":{"body":"Creating a scenario is a declarative exercise: Shape the topology: decide how many validators and executors to run, and\\nwhat high-level network and data-availability characteristics matter for the\\ntest. Attach workloads: pick traffic generators that align with your goals\\n(transactions, data-availability blobs, or chaos for resilience probes). Define expectations: specify the health signals that must hold when the\\nrun finishes (e.g., consensus liveness, inclusion of submitted activity; see Core Content: Workloads & Expectations). Set duration: choose a run window long enough to observe meaningful\\nblock progression and the effects of your workloads. Choose a runner: target local processes for fast iteration, Docker\\nCompose for reproducible multi-node stacks, or Kubernetes for cluster-grade\\nvalidation. For environment considerations, see Operations. Keep scenarios small and explicit: make the intended behavior and the success\\ncriteria clear so failures are easy to interpret and act upon.","breadcrumbs":"Part II — User Guide » Authoring Scenarios » Authoring Scenarios","id":"17","title":"Authoring Scenarios"},"18":{"body":"Workloads describe the activity a scenario generates; expectations describe the\\nsignals that must hold when that activity completes. Both are pluggable so\\nscenarios stay readable and purpose-driven.","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Core Content: Workloads & Expectations","id":"18","title":"Core Content: Workloads & Expectations"},"19":{"body":"Transaction workload: submits user-level transactions at a configurable\\nrate and can limit how many distinct actors participate. Data-availability workload: drives blob and channel activity to exercise\\ndata-availability paths. Chaos workload: triggers controlled node restarts to test resilience and\\nrecovery behaviors (requires a runner that can control nodes).","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Workloads","id":"19","title":"Workloads"},"2":{"body":"Conceptual chapters that establish the mental model for the framework and how\\nit approaches multi-node testing.","breadcrumbs":"Part I — Foundations » Part I — Foundations","id":"2","title":"Part I — Foundations"},"20":{"body":"Consensus liveness: verifies the system continues to produce blocks in\\nline with the planned workload and timing window. Workload-specific checks: each workload can attach its own success\\ncriteria (e.g., inclusion of submitted activity) so scenarios remain concise. Together, workloads and expectations let you express both the pressure applied\\nto the system and the definition of “healthy” for that run. Workload pipeline (conceptual): Inputs (topology + wallets + rates) │ ▼\\nWorkload init → Drive traffic → Collect signals │ ▼ Expectations evaluate Mermaid view: flowchart TD I[Inputs
(topology + wallets + rates)] --> Init[Workload init] Init --> Drive[Drive traffic] Drive --> Collect[Collect signals] Collect --> Eval[Expectations evaluate]","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Expectations","id":"20","title":"Expectations"},"21":{"body":"Patterns that keep scenarios readable and reusable: Topology-first: start by shaping the cluster (counts, layout) so later\\nsteps inherit a clear foundation. Bundle defaults: use the DSL helpers to attach common expectations (like\\nliveness) whenever you add a matching workload, reducing forgotten checks. Intentional rates: express traffic in per-block terms to align with\\nprotocol timing rather than wall-clock assumptions. Opt-in chaos: enable restart patterns only in scenarios meant to probe\\nresilience; keep functional smoke tests deterministic. Wallet clarity: seed only the number of actors you need; it keeps\\ntransaction scenarios deterministic and interpretable. These patterns make scenario definitions self-explanatory while staying aligned\\nwith the framework’s block-oriented timing model.","breadcrumbs":"Part II — User Guide » Core Content: ScenarioBuilderExt Patterns » Core Content: ScenarioBuilderExt Patterns","id":"21","title":"Core Content: ScenarioBuilderExt Patterns"},"22":{"body":"State your intent: document the goal of each scenario (throughput, DA\\nvalidation, resilience) so expectation choices are obvious. Keep runs meaningful: choose durations that allow multiple blocks and make\\ntiming-based assertions trustworthy. Separate concerns: start with deterministic workloads for functional\\nchecks; add chaos in dedicated resilience scenarios to avoid noisy failures. Reuse patterns: standardize on shared topology and workload presets so\\nresults are comparable across environments and teams. Observe first, tune second: rely on liveness and inclusion signals to\\ninterpret outcomes before tweaking rates or topology. Environment fit: pick runners that match the feedback loop you need—local\\nfor speed, compose for reproducible stacks, k8s for cluster-grade fidelity. Minimal surprises: seed only necessary wallets and keep configuration\\ndeltas explicit when moving between CI and developer machines.","breadcrumbs":"Part II — User Guide » Best Practices » Best Practices","id":"22","title":"Best Practices"},"23":{"body":"Concrete scenario shapes that illustrate how to combine topologies, workloads,\\nand expectations. Adjust counts, rates, and durations to fit your environment.","breadcrumbs":"Part II — User Guide » Examples » Examples","id":"23","title":"Examples"},"24":{"body":"Topology: two validators. Workload: transaction submissions at a modest per-block rate with a small\\nset of wallet actors. Expectations: consensus liveness and inclusion of submitted activity. When to use: smoke tests for consensus and transaction flow on minimal\\nhardware.","breadcrumbs":"Part II — User Guide » Examples » Simple 2-validator transaction workload","id":"24","title":"Simple 2-validator transaction workload"},"25":{"body":"Topology: validators plus executors if available. Workloads: data-availability blobs/channels and transactions running\\ntogether to stress both paths. Expectations: consensus liveness and workload-level inclusion/availability\\nchecks. When to use: end-to-end coverage of transaction and DA layers in one run.","breadcrumbs":"Part II — User Guide » Examples » DA + transaction workload","id":"25","title":"DA + transaction workload"},"26":{"body":"Topology: validators (optionally executors) with node control enabled. Workloads: baseline traffic (transactions or DA) plus chaos restarts on\\nselected roles. Expectations: consensus liveness to confirm the system keeps progressing\\ndespite restarts; workload-specific inclusion if traffic is present. When to use: resilience validation and operational readiness drills.","breadcrumbs":"Part II — User Guide » Examples » Chaos + liveness check","id":"26","title":"Chaos + liveness check"},"27":{"body":"These illustrative scenarios stretch the framework to show how to build new\\nworkloads, expectations, deployers, and topology tricks. They are intentionally\\n“synthetic” to teach capabilities rather than prescribe production tests.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Advanced & Artificial Examples","id":"27","title":"Advanced & Artificial Examples"},"28":{"body":"Idea: inject fake latency between node interactions using internal timers,\\nnot OS-level tooling. Demonstrates: sequencing control inside a workload, verifying protocol\\nprogression under induced lag, using timers to pace submissions. Shape: wrap submissions in delays that mimic slow peers; ensure the\\nexpectation checks blocks still progress.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Synthetic Delay Workload (Network Latency Simulation)","id":"28","title":"Synthetic Delay Workload (Network Latency Simulation)"},"29":{"body":"Idea: traffic rate changes every block or N seconds (e.g., blocks 1–3 low,\\n4–5 high, 6–7 zero, repeat). Demonstrates: dynamic, stateful workloads that use RunMetrics to time\\nphases; modeling real-world burstiness. Shape: schedule per-phase rates; confirm inclusion/liveness across peaks\\nand troughs.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Oscillating Load Workload (Traffic Waves)","id":"29","title":"Oscillating Load Workload (Traffic Waves)"},"3":{"body":"The Nomos Testing Framework is a purpose-built toolkit for exercising Nomos in\\nrealistic, multi-node environments. It solves the gap between small, isolated\\ntests and full-system validation by letting teams describe a cluster layout,\\ndrive meaningful traffic, and assert the outcomes in one coherent plan. It is for protocol engineers, infrastructure operators, and QA teams who need\\nrepeatable confidence that validators, executors, and data-availability\\ncomponents work together under network and timing constraints. Multi-node integration testing is required because many Nomos behaviors—block\\nprogress, data availability, liveness under churn—only emerge when several\\nroles interact over real networking and time. This framework makes those checks\\ndeclarative, observable, and portable across environments.","breadcrumbs":"Part I — Foundations » Introduction » Introduction","id":"3","title":"Introduction"},"30":{"body":"Idea: a workload that drops half its planned submissions, sometimes\\ndouble-submits, and intentionally triggers expectation failures. Demonstrates: negative testing, resilience checks, and the value of clear\\nexpectations when behavior is adversarial by design. Shape: parameterize drop/double-submit probabilities; pair with an\\nexpectation that documents what “bad” looks like.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Byzantine Behavior Mock","id":"30","title":"Byzantine Behavior Mock"},"31":{"body":"Idea: assert the last few blocks differ and block time stays within a\\ntolerated drift budget. Demonstrates: consuming BlockFeed or time-series metrics to validate\\nprotocol cadence; crafting post-run assertions around block diversity and\\ntiming. Shape: collect recent blocks, confirm no duplicates, and compare observed\\nintervals to a drift threshold.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Custom Expectation: Block Finality Drift","id":"31","title":"Custom Expectation: Block Finality Drift"},"32":{"body":"Idea: a deployer that never starts nodes; it emits configs, simulates\\nreadiness, provides fake blockfeed/metrics. Demonstrates: full power of the deployer interface for CI dry-runs,\\nconfig verification, and ultra-fast feedback without Nomos binaries. Shape: produce logs/artifacts, stub readiness, and feed synthetic blocks\\nso expectations can still run.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Custom Deployer: Dry-Run Deployer","id":"32","title":"Custom Deployer: Dry-Run Deployer"},"33":{"body":"Idea: topology parameters change at runtime (random validators, DA\\nsettings, network shapes). Demonstrates: randomized property testing and fuzzing approaches to\\ntopology building. Shape: pick roles and network layouts randomly per run; keep expectations\\ntolerant to variability while still asserting core liveness.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Stochastic Topology Generator","id":"33","title":"Stochastic Topology Generator"},"34":{"body":"Idea: scenario runs in phases (e.g., phase 1 transactions, phase 2 DA,\\nphase 3 restarts, phase 4 sync check). Demonstrates: multi-stage tests, modular scenario assembly, and deliberate\\nlifecycle control. Shape: drive phase-specific workloads/expectations sequentially; enforce\\nclear boundaries and post-phase checks.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Multi-Phase Scenario (“Pipelines”)","id":"34","title":"Multi-Phase Scenario (“Pipelines”)"},"35":{"body":"Running a scenario follows the same conceptual flow regardless of environment: Select or author a scenario plan that pairs a topology with workloads,\\nexpectations, and a suitable run window. Choose a runner aligned with your environment (local, compose, or k8s) and\\nensure its prerequisites are available. Deploy the plan through the runner; wait for readiness signals before\\nstarting workloads. Let workloads drive activity for the planned duration; keep observability\\nsignals visible so you can correlate outcomes. Evaluate expectations and capture results as the primary pass/fail signal. Use the same plan across different runners to compare behavior between local\\ndevelopment and CI or cluster settings. For environment prerequisites and\\nflags, see Operations.","breadcrumbs":"Part II — User Guide » Running Scenarios » Running Scenarios","id":"35","title":"Running Scenarios"},"36":{"body":"Runners turn a scenario plan into a live environment while keeping the plan\\nunchanged. Choose based on feedback speed, reproducibility, and fidelity. For\\nenvironment and operational considerations, see Operations:","breadcrumbs":"Part II — User Guide » Runners » Runners","id":"36","title":"Runners"},"37":{"body":"Launches node processes directly on the host. Fastest feedback loop and minimal orchestration overhead. Best for development-time iteration and debugging.","breadcrumbs":"Part II — User Guide » Runners » Local runner","id":"37","title":"Local runner"},"38":{"body":"Starts nodes in containers to provide a reproducible multi-node stack on a\\nsingle machine. Discovers service ports and wires observability for convenient inspection. Good balance between fidelity and ease of setup.","breadcrumbs":"Part II — User Guide » Runners » Docker Compose runner","id":"38","title":"Docker Compose runner"},"39":{"body":"Deploys nodes onto a cluster for higher-fidelity, longer-running scenarios. Suits CI or shared environments where cluster behavior and scheduling matter.","breadcrumbs":"Part II — User Guide » Runners » Kubernetes runner","id":"39","title":"Kubernetes runner"},"4":{"body":"The framework follows a clear flow: Topology → Scenario → Deploy → Run → Verify. Topology describes the cluster: how many nodes, their roles, and the high-level network and data-availability parameters they should follow. Scenario combines that topology with the activities to run and the checks to perform, forming a single plan. Deployer provisions infrastructure on the chosen backend (local processes, Docker Compose, or Kubernetes), waits for readiness, and returns a Runner. Runner orchestrates execution: starts workloads, observes signals, evaluates expectations, and cleans up. Workloads generate traffic and conditions that exercise the system. Expectations observe the run and judge success or failure once activity completes. flowchart LR A(Topology
shape cluster) --> B(Scenario
plan) B --> C(Deployer
provision infrastructure) C --> D(Runner
orchestrate execution) D --> E(Workloads
drive traffic) E --> F(Expectations
verify outcomes) Each layer has a narrow responsibility so that cluster shape, deployment choice,\\ntraffic generation, and health checks can evolve independently while fitting\\ntogether predictably.","breadcrumbs":"Part I — Foundations » Architecture Overview » Architecture Overview","id":"4","title":"Architecture Overview"},"40":{"body":"All runners require at least one validator and, for transaction scenarios,\\naccess to seeded wallets. Readiness probes gate workload start so traffic begins only after nodes are\\nreachable. Environment flags can relax timeouts or increase tracing when diagnostics are\\nneeded. flowchart TD Plan[Scenario Plan] --> RunSel[Runner
local | compose | k8s] RunSel --> Provision[Provision & readiness] Provision --> Runtime[Runtime + observability] Runtime --> Exec[Workloads & Expectations execute]","breadcrumbs":"Part II — User Guide » Runners » Common expectations","id":"40","title":"Common expectations"},"41":{"body":"Operational readiness focuses on prerequisites, environment fit, and clear\\nsignals: Prerequisites: keep a sibling nomos-node checkout available; ensure the\\nchosen runner’s platform needs are met (local binaries for host runs, Docker\\nfor compose, cluster access for k8s). Artifacts: some scenarios depend on prover or circuit assets; fetch them\\nahead of time with the provided helper scripts when needed. Environment flags: use slow-environment toggles to relax timeouts, enable\\ntracing when debugging, and adjust observability ports to avoid clashes. Readiness checks: verify runners report node readiness before starting\\nworkloads; this avoids false negatives from starting too early. Failure triage: map failures to missing prerequisites (wallet seeding,\\nnode control availability), runner platform issues, or unmet expectations.\\nStart with liveness signals, then dive into workload-specific assertions. Treat operational hygiene—assets present, prerequisites satisfied, observability\\nreachable—as the first step to reliable scenario outcomes. Metrics and observability flow: Runner exposes endpoints/ports │ ▼\\nRuntime collects block/health signals │ ▼\\nExpectations consume signals to decide pass/fail │ ▼\\nOperators inspect logs/metrics when failures arise Mermaid view: flowchart TD Expose[Runner exposes endpoints/ports] --> Collect[Runtime collects block/health signals] Collect --> Consume[Expectations consume signals
decide pass/fail] Consume --> Inspect[Operators inspect logs/metrics
when failures arise]","breadcrumbs":"Part II — User Guide » Operations » Operations","id":"41","title":"Operations"},"42":{"body":"Deep dives for contributors who extend the framework, evolve its abstractions,\\nor maintain the crate set.","breadcrumbs":"Part III — Developer Reference » Part III — Developer Reference","id":"42","title":"Part III — Developer Reference"},"43":{"body":"The scenario model defines clear, composable responsibilities: Topology: a declarative description of the cluster—how many nodes, their\\nroles, and the broad network and data-availability characteristics. It\\nrepresents the intended shape of the system under test. Scenario: a plan combining topology, workloads, expectations, and a run\\nwindow. Building a scenario validates prerequisites (like seeded wallets) and\\nensures the run lasts long enough to observe meaningful block progression. Workloads: asynchronous tasks that generate traffic or conditions. They\\nuse shared context to interact with the deployed cluster and may bundle\\ndefault expectations. Expectations: post-run assertions. They can capture baselines before\\nworkloads start and evaluate success once activity stops. Runtime: coordinates workloads and expectations for the configured\\nduration, enforces cooldowns when control actions occur, and ensures cleanup\\nso runs do not leak resources. Developers extending the model should keep these boundaries strict: topology\\ndescribes, scenarios assemble, runners deploy, workloads drive, and expectations\\njudge outcomes. For guidance on adding new capabilities, see Extending the Framework.","breadcrumbs":"Part III — Developer Reference » Scenario Model (Developer Level) » Scenario Model (Developer Level)","id":"43","title":"Scenario Model (Developer Level)"},"44":{"body":"","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Extending the Framework","id":"44","title":"Extending the Framework"},"45":{"body":"Implement testing_framework_core::scenario::Workload: Provide a name and any bundled expectations. In init, derive inputs from GeneratedTopology and RunMetrics; fail\\nfast if prerequisites are missing (e.g., wallet data, node addresses). In start, drive async traffic using the RunContext clients. Expose the workload from a module under testing-framework/workflows and\\nconsider adding a DSL helper for ergonomic wiring.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding a workload","id":"45","title":"Adding a workload"},"46":{"body":"Implement testing_framework_core::scenario::Expectation: Use start_capture to snapshot baseline metrics. Use evaluate to assert outcomes after workloads finish; return all errors\\nso the runner can aggregate them. Export it from testing-framework/workflows if it is reusable.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding an expectation","id":"46","title":"Adding an expectation"},"47":{"body":"Implement testing_framework_core::scenario::Deployer for your backend. Produce a RunContext with NodeClients, metrics endpoints, and optional NodeControlHandle. Guard cleanup with CleanupGuard to reclaim resources even on failures. Mirror the readiness and block-feed probes used by the existing runners so\\nworkloads can rely on consistent signals.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding a runner","id":"47","title":"Adding a runner"},"48":{"body":"Extend testing_framework_core::topology::TopologyBuilder with new layouts or\\nconfiguration presets (e.g., specialized DA parameters). Keep defaults safe:\\nensure at least one participant and clamp dispersal factors as the current\\nhelpers do.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding topology helpers","id":"48","title":"Adding topology helpers"},"49":{"body":"A minimal, end-to-end illustration of adding a custom workload and matching\\nexpectation. This shows the shape of the traits and where to plug into the\\nframework; expand the logic to fit your real test.","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Example: New Workload & Expectation (Rust)","id":"49","title":"Example: New Workload & Expectation (Rust)"},"5":{"body":"The framework follows these principles. They shape how you write tests and\\ninterpret results.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Testing Philosophy","id":"5","title":"Testing Philosophy"},"50":{"body":"Key ideas: name: identifies the workload in logs. expectations: workloads can bundle defaults so callers don’t forget checks. init: derive inputs from the generated topology (e.g., pick a target node). start: drive async activity using the shared RunContext. #![allow(unused)] fn main() {\\nuse std::sync::Arc;\\nuse async_trait::async_trait;\\nuse testing_framework_core::scenario::{ DynError, Expectation, RunContext, RunMetrics, Workload,\\n};\\nuse testing_framework_core::topology::GeneratedTopology; pub struct ReachabilityWorkload { target_idx: usize, bundled: Vec>,\\n} impl ReachabilityWorkload { pub fn new(target_idx: usize) -> Self { Self { target_idx, bundled: vec![Box::new(ReachabilityExpectation::new(target_idx))], } }\\n} #[async_trait]\\nimpl Workload for ReachabilityWorkload { fn name(&self) -> &\'static str { \\"reachability_workload\\" } fn expectations(&self) -> Vec> { self.bundled.clone() } fn init( &mut self, topology: &GeneratedTopology, _metrics: &RunMetrics, ) -> Result<(), DynError> { if topology.validators().get(self.target_idx).is_none() { return Err(\\"no validator at requested index\\".into()); } Ok(()) } async fn start(&self, ctx: &RunContext) -> Result<(), DynError> { let client = ctx .clients() .validators() .get(self.target_idx) .ok_or(\\"missing target client\\")?; // Pseudo-action: issue a lightweight RPC to prove reachability. client.health_check().await.map_err(|e| e.into()) }\\n} }","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Workload: simple reachability probe","id":"50","title":"Workload: simple reachability probe"},"51":{"body":"Key ideas: start_capture: snapshot baseline if needed (not used here). evaluate: assert the condition after workloads finish. #![allow(unused)] fn main() {\\nuse async_trait::async_trait;\\nuse testing_framework_core::scenario::{DynError, Expectation, RunContext}; pub struct ReachabilityExpectation { target_idx: usize,\\n} impl ReachabilityExpectation { pub fn new(target_idx: usize) -> Self { Self { target_idx } }\\n} #[async_trait]\\nimpl Expectation for ReachabilityExpectation { fn name(&self) -> &str { \\"target_reachable\\" } async fn evaluate(&mut self, ctx: &RunContext) -> Result<(), DynError> { let client = ctx .clients() .validators() .get(self.target_idx) .ok_or(\\"missing target client\\")?; client.health_check().await.map_err(|e| { format!(\\"target became unreachable during run: {e}\\").into() }) }\\n} }","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Expectation: confirm the target stayed reachable","id":"51","title":"Expectation: confirm the target stayed reachable"},"52":{"body":"Build your scenario as usual and call .with_workload(ReachabilityWorkload::new(0)). The bundled expectation is attached automatically; you can add more with .with_expectation(...) if needed. Keep the logic minimal and fast for smoke tests; grow it into richer probes\\nfor deeper scenarios.","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » How to wire it","id":"52","title":"How to wire it"},"53":{"body":"High-level roles of the crates that make up the framework: Configs: prepares reusable configuration primitives for nodes, networking,\\ntracing, data availability, and wallets, shared by all scenarios and runners. Core scenario orchestration: houses the topology and scenario model,\\nruntime coordination, node clients, and readiness/health probes. Workflows: packages workloads and expectations into reusable building\\nblocks and offers a fluent DSL to assemble them. Runners: implements deployment backends (local host, Docker Compose,\\nKubernetes) that all consume the same scenario plan. Test workflows: example scenarios and integration checks that exercise the\\nframework end to end and serve as living documentation. Use this map to locate where to add new capabilities: configuration primitives\\nin configs, orchestration changes in core, reusable traffic/assertions in\\nworkflows, environment adapters in runners, and demonstrations in tests.","breadcrumbs":"Part III — Developer Reference » Internal Crate Reference » Internal Crate Reference","id":"53","title":"Internal Crate Reference"},"54":{"body":"Quick-reference material and supporting guidance to keep scenarios discoverable,\\ndebuggable, and consistent.","breadcrumbs":"Part IV — Appendix » Part IV — Appendix","id":"54","title":"Part IV — Appendix"},"55":{"body":"The framework offers a fluent builder style to keep scenarios readable. Common\\nknobs: Topology shaping: set validator and executor counts, pick a network layout\\nstyle, and adjust high-level data-availability traits. Wallet seeding: define how many users participate and the total funds\\navailable for transaction workloads. Workload tuning: configure transaction rates, data-availability channel\\nand blob rates, and whether chaos restarts should include validators,\\nexecutors, or both. Expectations: attach liveness and workload-specific checks so success is\\nexplicit. Run window: set a minimum duration long enough for multiple blocks to be\\nobserved and verified. Use these knobs to express intent clearly, keeping scenario definitions concise\\nand consistent across teams.","breadcrumbs":"Part IV — Appendix » DSL Cheat Sheet » Core Content: DSL Cheat Sheet","id":"55","title":"Core Content: DSL Cheat Sheet"},"56":{"body":"Common symptoms and likely causes: No or slow block progression: runner started workloads before readiness, insufficient run window, or environment too slow—extend duration or enable slow-environment tuning. Transactions not included: missing or insufficient wallet seeding, misaligned transaction rate with block cadence, or network instability—reduce rate and verify wallet setup. Chaos stalls the run: node control not available for the chosen runner or restart cadence too aggressive—enable control capability and widen restart intervals. Observability gaps: metrics or logs unreachable because ports clash or services are not exposed—adjust observability ports and confirm runner wiring. Flaky behavior across runs: mixing chaos with functional smoke tests or inconsistent topology between environments—separate deterministic and chaos scenarios and standardize topology presets.","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Troubleshooting Scenarios","id":"56","title":"Troubleshooting Scenarios"},"57":{"body":"Why block-oriented timing? Using block cadence reduces dependence on host speed and keeps assertions aligned\\nwith protocol behavior. Can I reuse the same scenario across runners? Yes. The plan stays the same; swap runners (local, compose, k8s) to target\\ndifferent environments. When should I enable chaos workloads? Only when testing resilience or operational recovery; keep functional smoke\\ntests deterministic. How long should runs be? Long enough for multiple blocks so liveness and inclusion checks are\\nmeaningful; very short runs risk false confidence. Do I always need seeded wallets? Only for transaction scenarios. Data-availability or pure chaos scenarios may\\nnot require them, but liveness checks still need validators producing blocks. What if expectations fail but workloads “look fine”? Trust expectations first—they capture the intended success criteria. Use the\\nobservability signals and runner logs to pinpoint why the system missed the\\ntarget.","breadcrumbs":"Part IV — Appendix » FAQ » FAQ","id":"57","title":"FAQ"},"58":{"body":"Validator: node role responsible for participating in consensus and block\\nproduction. Executor: node role that processes transactions or workloads delegated by\\nvalidators. DA (Data Availability): subsystem ensuring blobs or channel data are\\npublished and retrievable for validation. Deployer: component that provisions infrastructure (spawns processes,\\ncreates containers, or launches pods), waits for readiness, and returns a\\nRunner. Examples: LocalDeployer, ComposeRunner, K8sRunner. Runner: component returned by deployers that orchestrates scenario\\nexecution—starts workloads, observes signals, evaluates expectations, and\\ntriggers cleanup. Workload: traffic or behavior generator that exercises the system during a\\nscenario run. Expectation: post-run assertion that judges whether the system met the\\nintended success criteria. Topology: declarative description of the cluster shape, roles, and\\nhigh-level parameters for a scenario. Scenario: immutable plan combining topology, workloads, expectations, and\\nrun duration. Blockfeed: stream of block observations used for liveness or inclusion\\nsignals during a run. Control capability: the ability for a runner to start, stop, or restart\\nnodes, used by chaos workloads.","breadcrumbs":"Part IV — Appendix » Glossary » Glossary","id":"58","title":"Glossary"},"6":{"body":"Describe what you want to test, not how to orchestrate it: #![allow(unused)] fn main() {\\n// Good: declarative\\nScenarioBuilder::with_node_counts(2, 1) .transactions().rate(5).apply() .expect_consensus_liveness() .build(); // Bad: imperative (framework doesn\'t work this way)\\n// spawn_validator(); spawn_executor(); // loop { submit_tx(); check_block(); } } Why it matters: The framework handles deployment, readiness, and cleanup.\\nYou focus on test intent, not infrastructure orchestration.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Declarative over Imperative","id":"6","title":"Declarative over Imperative"},"7":{"body":"Reason in blocks and consensus intervals, not wall-clock seconds: #![allow(unused)] fn main() {\\n// Good: protocol-oriented thinking\\nlet plan = ScenarioBuilder::with_node_counts(2, 1) .transactions().rate(5).apply() // 5 tx per block .with_run_duration(Duration::from_secs(60)) // Let framework calculate expected blocks .expect_consensus_liveness() // \\"Did we produce the expected blocks?\\" .build(); // Bad: wall-clock assumptions\\n// \\"I expect at least 30 blocks in 60 seconds\\"\\n// Brittle if readiness or startup takes longer on slow CI } Why it matters: Block production rate is fixed by consensus parameters (e.g.,\\n2-second slot duration), but node startup and readiness vary by environment—fast\\non a laptop, slow on overloaded CI. The framework measures in blocks (protocol\\ntime), not wall-clock seconds, so tests focus on “did consensus work?” rather\\nthan “was the hardware fast enough?”","breadcrumbs":"Part I — Foundations » Testing Philosophy » Protocol Time, Not Wall Time","id":"7","title":"Protocol Time, Not Wall Time"},"8":{"body":"Default scenarios are repeatable: Fixed topology Predictable traffic rates Deterministic checks Chaos is opt-in: #![allow(unused)] fn main() {\\n// Separate: functional test (deterministic)\\nlet plan = ScenarioBuilder::with_node_counts(2, 1) .transactions().rate(5).apply() .expect_consensus_liveness() .build(); // Separate: chaos test (introduces randomness)\\nlet chaos_plan = ScenarioBuilder::with_node_counts(3, 2) .enable_node_control() .chaos().restart().apply() .transactions().rate(5).apply() .expect_consensus_liveness() .build(); } Why it matters: Mixing determinism with chaos creates noisy, hard-to-debug\\nfailures. Separate concerns make failures actionable.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Determinism First, Chaos When Needed","id":"8","title":"Determinism First, Chaos When Needed"},"9":{"body":"Prefer user-facing signals over internal state: Good checks: ✅ Blocks progressing at expected rate (liveness) ✅ Transactions included within N blocks (inclusion) ✅ DA blobs retrievable (availability) Avoid internal checks: ❌ Memory pool size ❌ Internal service state ❌ Cache hit rates Why it matters: User-facing signals reflect actual system health.\\nInternal state can be “healthy” while the system is broken from a user\\nperspective.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Observable Health Signals","id":"9","title":"Observable Health Signals"}},"length":59,"save":true},"fields":["title","body","breadcrumbs"],"index":{"body":{"root":{"0":{"df":1,"docs":{"10":{"tf":1.0}}},"1":{"0":{"df":1,"docs":{"10":{"tf":1.0}}},"df":5,"docs":{"10":{"tf":1.0},"34":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}},"–":{"3":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}},"2":{"df":4,"docs":{"24":{"tf":1.0},"34":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"3":{"0":{"df":1,"docs":{"7":{"tf":1.0}}},"df":1,"docs":{"34":{"tf":1.0}}},"4":{"df":1,"docs":{"34":{"tf":1.0}},"–":{"5":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}},"5":{"df":1,"docs":{"7":{"tf":1.0}}},"6":{"0":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{},"–":{"7":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"a":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"58":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"43":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0}}}},"v":{"df":10,"docs":{"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"50":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"19":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"53":{"tf":1.0}}}}},"d":{"df":4,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"df":6,"docs":{"43":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"23":{"tf":1.0},"41":{"tf":1.0},"55":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"30":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"46":{"tf":1.0}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"56":{"tf":1.0}}}}}}}}}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":4,"docs":{"17":{"tf":1.0},"21":{"tf":1.4142135623730951},"35":{"tf":1.0},"57":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":6,"docs":{"10":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}}}}},"df":1,"docs":{"22":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"10":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"54":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"0":{"tf":1.0}}},"df":1,"docs":{"20":{"tf":1.0}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"2":{"tf":1.0},"33":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"4":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"41":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"15":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":13,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.4142135623730951},"33":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}}},"t":{"df":2,"docs":{"16":{"tf":1.0},"41":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"0":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{":":{":":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":3,"docs":{"45":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"43":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":6,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"17":{"tf":1.0},"35":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":17,"docs":{"0":{"tf":1.4142135623730951},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"35":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.7320508075688772},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"22":{"tf":1.0},"41":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"df":0,"docs":{}}}}},"b":{"(":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"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":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{}}}}},"d":{"df":4,"docs":{"10":{"tf":1.0},"30":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"38":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"22":{"tf":1.0},"36":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"26":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0}}}}}}}},"df":1,"docs":{"4":{"tf":1.0}},"e":{"c":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"22":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"56":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"40":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":10,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"30":{"tf":1.4142135623730951},"35":{"tf":1.0},"39":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"22":{"tf":1.0},"37":{"tf":1.0}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":7,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"56":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"32":{"tf":1.0},"41":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"b":{"df":6,"docs":{"0":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0},"9":{"tf":1.0}},"s":{"/":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"41":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":21,"docs":{"0":{"tf":1.7320508075688772},"10":{"tf":2.23606797749979},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.4142135623730951},"31":{"tf":2.23606797749979},"32":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":2.0},"58":{"tf":1.4142135623730951},"7":{"tf":2.6457513110645907},"9":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"e":{"df":2,"docs":{"31":{"tf":1.0},"58":{"tf":1.0}},"e":{"d":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"0":{"tf":1.0},"1":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"18":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":1.0},"55":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"34":{"tf":1.0},"43":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"o":{"a":{"d":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"9":{"tf":1.0}}}}}}},"u":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":9,"docs":{"12":{"tf":1.0},"27":{"tf":1.0},"33":{"tf":1.0},"43":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":5,"docs":{"21":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.7320508075688772},"52":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"29":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"z":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"c":{"(":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}},"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":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"9":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"31":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"52":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"27":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"35":{"tf":1.0},"43":{"tf":1.0},"57":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"56":{"tf":1.0}}}}},"df":1,"docs":{"4":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"1":{"tf":1.0},"29":{"tf":1.0},"33":{"tf":1.0},"53":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"0":{"tf":1.0},"19":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0}}}}}},"o":{"df":11,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.7320508075688772},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"8":{"tf":2.0}},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"43":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":19,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"41":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"41":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"22":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"17":{"tf":1.4142135623730951},"22":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"56":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}}}}},"i":{"df":6,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"7":{"tf":1.4142135623730951}},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"48":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"41":{"tf":1.0},"56":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":5,"docs":{"12":{"tf":1.4142135623730951},"43":{"tf":1.0},"47":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0}},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"r":{"df":9,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"|":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":4,"docs":{"45":{"tf":1.0},"50":{"tf":1.7320508075688772},"51":{"tf":1.7320508075688772},"53":{"tf":1.0}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":12,"docs":{"1":{"tf":1.0},"13":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.4142135623730951},"4":{"tf":1.7320508075688772},"41":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0}},"—":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"43":{"tf":1.0}}}}}}}}}}}},"o":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"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":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"41":{"tf":1.0}}}}}}}}},"df":3,"docs":{"20":{"tf":1.4142135623730951},"31":{"tf":1.0},"41":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"14":{"tf":1.0},"23":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"40":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"22":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"18":{"tf":1.0},"4":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"3":{"tf":1.0},"58":{"tf":1.4142135623730951}}},"s":{"df":13,"docs":{"0":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"58":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":4,"docs":{"12":{"tf":1.4142135623730951},"2":{"tf":1.0},"20":{"tf":1.0},"35":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"8":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"20":{"tf":1.0},"55":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"4":{"tf":1.0},"43":{"tf":1.0},"51":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"3":{"tf":1.0},"57":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":4,"docs":{"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"r":{"df":9,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.4142135623730951},"55":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"df":5,"docs":{"26":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"51":{"tf":1.0},"56":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":8,"docs":{"0":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.0},"58":{"tf":1.0},"7":{"tf":1.7320508075688772}}}}}},"i":{"d":{"df":1,"docs":{"45":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.0},"36":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"47":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"m":{"df":4,"docs":{"15":{"tf":1.0},"31":{"tf":1.0},"41":{"tf":1.7320508075688772},"53":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"38":{"tf":1.0},"58":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"1":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"55":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"0":{"tf":1.0},"43":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"20":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"42":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":8,"docs":{"19":{"tf":1.4142135623730951},"26":{"tf":1.0},"28":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"38":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"12":{"tf":1.0},"43":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"43":{"tf":1.0},"53":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":8,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"33":{"tf":1.0},"53":{"tf":1.4142135623730951},"55":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"21":{"tf":1.0},"23":{"tf":1.0},"55":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"15":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"42":{"tf":1.0},"53":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"17":{"tf":1.0},"58":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":4,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"x":{"df":2,"docs":{"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":3,"docs":{"31":{"tf":1.0},"32":{"tf":1.0},"49":{"tf":1.0}}}}}}}},"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"[":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"12":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"a":{"df":9,"docs":{"0":{"tf":1.7320508075688772},"22":{"tf":1.0},"25":{"tf":1.4142135623730951},"26":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.0},"9":{"tf":1.0}},"t":{"a":{"df":14,"docs":{"0":{"tf":2.0},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"25":{"tf":1.0},"3":{"tf":1.4142135623730951},"4":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":2,"docs":{"12":{"tf":1.0},"4":{"tf":1.0}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":3,"docs":{"37":{"tf":1.0},"41":{"tf":1.0},"8":{"tf":1.0}},"g":{"df":2,"docs":{"11":{"tf":1.0},"54":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"41":{"tf":1.0}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"r":{"df":8,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"3":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"42":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":5,"docs":{"21":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"17":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"20":{"tf":1.0},"21":{"tf":1.0},"55":{"tf":1.0}}}}}}},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"28":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"58":{"tf":1.0}}}},"i":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"34":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"a":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":9,"docs":{"16":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"53":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"41":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":13,"docs":{"12":{"tf":1.7320508075688772},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"27":{"tf":1.0},"32":{"tf":2.0},"35":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"53":{"tf":1.0},"58":{"tf":1.4142135623730951},"6":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"45":{"tf":1.0},"50":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":6,"docs":{"16":{"tf":1.0},"18":{"tf":1.4142135623730951},"3":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"13":{"tf":1.0},"30":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"11":{"tf":1.0},"8":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":6,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.4142135623730951}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"14":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"57":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"37":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"38":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"54":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"41":{"tf":1.0},"42":{"tf":1.0}},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"31":{"tf":1.0}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"22":{"tf":1.0},"30":{"tf":1.0},"53":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"\'":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"32":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.7320508075688772}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"26":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"[":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}},"df":9,"docs":{"12":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"3":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0}},"n":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"p":{"/":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"30":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"l":{"df":6,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.0},"45":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":12,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":3,"docs":{"12":{"tf":1.0},"51":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"50":{"tf":1.7320508075688772},"51":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}},"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":9,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"7":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"12":{"tf":1.0}}}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"13":{"tf":1.0},"16":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"41":{"tf":1.0}}}}},"s":{"df":1,"docs":{"38":{"tf":1.0}},"i":{"df":1,"docs":{"17":{"tf":1.0}}}}},"df":2,"docs":{"12":{"tf":1.0},"4":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"3":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"21":{"tf":1.0},"26":{"tf":1.0},"41":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"d":{"df":4,"docs":{"16":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"10":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"15":{"tf":1.0},"3":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":6,"docs":{"10":{"tf":1.4142135623730951},"17":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":7,"docs":{"0":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.4142135623730951},"48":{"tf":1.0},"58":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":20,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"3":{"tf":1.4142135623730951},"35":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.7320508075688772},"53":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"56":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"—":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"r":{"(":{"\\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"50":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"46":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"2":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"a":{"df":0,"docs":{},"l":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":8,"docs":{"12":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"35":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"47":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":3,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0}}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":6,"docs":{"15":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"4":{"tf":1.4142135623730951},"40":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"r":{"df":7,"docs":{"0":{"tf":1.4142135623730951},"17":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"55":{"tf":1.4142135623730951},"58":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":6,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":3,"docs":{"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":38,"docs":{"1":{"tf":1.0},"12":{"tf":2.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"20":{"tf":1.7320508075688772},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"30":{"tf":1.7320508075688772},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"43":{"tf":2.23606797749979},"45":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.4142135623730951},"50":{"tf":2.0},"51":{"tf":1.7320508075688772},"52":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.7320508075688772},"7":{"tf":1.7320508075688772},"9":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"55":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}},"s":{"df":2,"docs":{"41":{"tf":1.4142135623730951},"45":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"—":{"a":{"d":{"df":0,"docs":{},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"20":{"tf":1.0},"21":{"tf":1.0},"55":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":5,"docs":{"13":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"16":{"tf":1.0}}}}}}},"}":{"\\"":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"51":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"f":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"15":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"12":{"tf":1.0},"45":{"tf":1.0},"57":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":8,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":2.0},"47":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}},"k":{"df":0,"docs":{},"e":{"df":2,"docs":{"28":{"tf":1.0},"32":{"tf":1.0}}}},"l":{"df":0,"docs":{},"s":{"df":3,"docs":{"10":{"tf":1.0},"41":{"tf":1.0},"57":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}}}},"q":{"df":1,"docs":{"57":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"17":{"tf":1.0},"32":{"tf":1.0},"45":{"tf":1.0},"52":{"tf":1.0},"7":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"22":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"32":{"tf":1.0},"47":{"tf":1.0}}},"df":0,"docs":{}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":1,"docs":{"31":{"tf":1.0}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"22":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"57":{"tf":1.0}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"17":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"41":{"tf":1.0},"8":{"tf":1.0}},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"57":{"tf":1.0}}}}}}}}}},"t":{"df":6,"docs":{"15":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"49":{"tf":1.0}}},"x":{"df":2,"docs":{"7":{"tf":1.0},"8":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"35":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0}}},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"56":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":5,"docs":{"13":{"tf":1.0},"24":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"53":{"tf":1.0},"55":{"tf":1.0}}}}}}},"n":{"df":6,"docs":{"10":{"tf":1.0},"50":{"tf":2.449489742783178},"51":{"tf":2.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"o":{"c":{"df":0,"docs":{},"u":{"df":2,"docs":{"6":{"tf":1.0},"7":{"tf":1.0}},"s":{"df":3,"docs":{"0":{"tf":1.0},"15":{"tf":1.0},"41":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"35":{"tf":1.0},"4":{"tf":1.4142135623730951},"5":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"t":{"!":{"(":{"\\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"4":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"2":{"tf":1.0},"21":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"45":{"tf":1.0},"46":{"tf":1.0}}}}}}}}}}},"df":17,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.4142135623730951},"2":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.4142135623730951},"4":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.4142135623730951},"55":{"tf":1.0},"6":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}},"’":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"3":{"tf":1.0},"32":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"8":{"tf":1.0}}}}}}},"d":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"g":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"3":{"tf":1.0},"56":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"40":{"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":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"45":{"tf":1.0},"50":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":8,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0}}}}},"t":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}},"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":1,"docs":{"1":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"58":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"17":{"tf":1.0},"22":{"tf":1.0}}}},"df":0,"docs":{},"o":{"d":{"df":5,"docs":{"10":{"tf":1.0},"38":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"17":{"tf":1.0},"22":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":1,"docs":{"52":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"14":{"tf":1.0},"43":{"tf":1.0},"54":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"1":{"tf":1.0},"14":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"30":{"tf":1.0}}}},"n":{"d":{"df":1,"docs":{"12":{"tf":1.0}},"l":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"r":{"d":{"df":1,"docs":{"8":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"24":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"17":{"tf":1.0},"4":{"tf":1.0},"9":{"tf":1.4142135623730951}},"i":{"df":2,"docs":{"20":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"0":{"tf":1.0},"51":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":9,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"29":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"39":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"53":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"i":{"[":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"20":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"a":{"df":9,"docs":{"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"14":{"tf":1.0}},"i":{"df":1,"docs":{"42":{"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":3,"docs":{"23":{"tf":1.0},"27":{"tf":1.0},"49":{"tf":1.0}}}}}}}},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.4142135623730951}}}},"l":{"df":2,"docs":{"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0}}}}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":4,"docs":{"0":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":8,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"40":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"\\"":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"c":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"3":{"tf":1.0},"4":{"tf":1.4142135623730951},"58":{"tf":1.0},"6":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"12":{"tf":1.0},"21":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":3,"docs":{"20":{"tf":1.7320508075688772},"45":{"tf":1.0},"50":{"tf":1.4142135623730951}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"20":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"df":2,"docs":{"38":{"tf":1.0},"41":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"56":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"56":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":4,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"3":{"tf":1.0},"53":{"tf":1.0}}}},"n":{"d":{"df":4,"docs":{"17":{"tf":1.0},"43":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"55":{"tf":1.0},"6":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"27":{"tf":1.0},"30":{"tf":1.0}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.4142135623730951},"28":{"tf":1.0},"3":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":3,"docs":{"28":{"tf":1.0},"53":{"tf":1.0},"9":{"tf":2.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"5":{"tf":1.0}}}}}},"v":{"df":3,"docs":{"31":{"tf":1.0},"56":{"tf":1.0},"7":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"8":{"tf":1.0}},"t":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":2,"docs":{"41":{"tf":1.0},"50":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.0},"37":{"tf":1.0}}}}},"v":{"df":1,"docs":{"54":{"tf":1.0}}}},"j":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"g":{"df":4,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}}},"k":{"8":{"df":6,"docs":{"16":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"57":{"tf":1.0}},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"58":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":17,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.7320508075688772},"22":{"tf":1.4142135623730951},"26":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951}}}},"y":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}},"n":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"55":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"28":{"tf":1.0}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"13":{"tf":1.0},"7":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"31":{"tf":1.0},"43":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"28":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"21":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"37":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"25":{"tf":1.0},"4":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"15":{"tf":1.0},"21":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"12":{"tf":1.0},"43":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":12,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":2,"docs":{"12":{"tf":1.4142135623730951},"34":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"20":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":18,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"3":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"9":{"tf":1.0}}}}},"o":{"a":{"d":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"58":{"tf":1.0}}}}}}}},"df":11,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"35":{"tf":1.4142135623730951},"37":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.0}}},"t":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":3,"docs":{"50":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}},"i":{"c":{"df":3,"docs":{"0":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{}},"s":{"/":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":5,"docs":{"10":{"tf":1.0},"17":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"39":{"tf":1.0},"7":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"30":{"tf":1.0},"57":{"tf":1.0}}},"p":{"df":3,"docs":{"22":{"tf":1.0},"37":{"tf":1.0},"6":{"tf":1.0}}},"s":{"df":1,"docs":{"15":{"tf":1.0}}}},"w":{"df":1,"docs":{"29":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"r":{"df":2,"docs":{"12":{"tf":1.0},"4":{"tf":1.0}}},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"10":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"38":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"10":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"13":{"tf":1.0},"42":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":7,"docs":{"13":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"53":{"tf":1.0},"8":{"tf":1.0}}}},"n":{"df":0,"docs":{},"i":{"df":6,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0}}}},"p":{"df":3,"docs":{"16":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0}}},"t":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"49":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"54":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"17":{"tf":1.0},"39":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}},"y":{"b":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":8,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"43":{"tf":1.0},"57":{"tf":1.0}}}}},"t":{"df":1,"docs":{"21":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"2":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"41":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"41":{"tf":1.0},"58":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"c":{"df":6,"docs":{"12":{"tf":1.0},"31":{"tf":1.0},"41":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"22":{"tf":1.0},"24":{"tf":1.0},"37":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"10":{"tf":1.4142135623730951},"55":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"56":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":4,"docs":{"41":{"tf":1.0},"45":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}}}},"x":{"df":2,"docs":{"56":{"tf":1.0},"8":{"tf":1.0}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"30":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":8,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"29":{"tf":1.0},"43":{"tf":1.7320508075688772},"53":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"34":{"tf":1.0}}}},"df":1,"docs":{"45":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"52":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"13":{"tf":1.0},"22":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":8,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"38":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"22":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"45":{"tf":1.0},"50":{"tf":1.0}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"df":2,"docs":{"29":{"tf":1.0},"9":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":8,"docs":{"21":{"tf":1.0},"3":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.0},"57":{"tf":1.4142135623730951},"8":{"tf":1.0}},"—":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"g":{"df":2,"docs":{"30":{"tf":1.0},"41":{"tf":1.0}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":11,"docs":{"0":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"4":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}}},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":5,"docs":{"27":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"47":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":24,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"12":{"tf":1.4142135623730951},"15":{"tf":1.7320508075688772},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"2":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.4142135623730951},"32":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.7320508075688772},"43":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.4142135623730951},"56":{"tf":1.0},"58":{"tf":1.7320508075688772},"7":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":2,"docs":{"22":{"tf":1.0},"8":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"df":7,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.7320508075688772},"32":{"tf":1.0},"41":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"21":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"[":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":17,"docs":{"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":1.7320508075688772},"43":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"22":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"12":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"53":{"tf":1.0},"55":{"tf":1.0}}}}}},"k":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"\\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":1,"docs":{"50":{"tf":1.0}}},"n":{"c":{"df":3,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0}}},"df":5,"docs":{"15":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"40":{"tf":1.0},"48":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"39":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"17":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"41":{"tf":2.0},"57":{"tf":1.0}}}},"t":{"df":2,"docs":{"21":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"12":{"tf":1.0},"26":{"tf":1.0},"47":{"tf":1.0}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":9,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.4142135623730951},"58":{"tf":1.0},"6":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"21":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":1.0}}}}}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"29":{"tf":1.0}}}}},"df":1,"docs":{"28":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":8,"docs":{"12":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"3":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}}},"p":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"12":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"28":{"tf":1.0}}},"k":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"16":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":3,"docs":{"1":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"33":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.0},"7":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"30":{"tf":1.0}}}}}}}},"df":0,"docs":{},"t":{"df":4,"docs":{"14":{"tf":1.0},"2":{"tf":1.0},"42":{"tf":1.0},"54":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":5,"docs":{"0":{"tf":1.0},"19":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"35":{"tf":1.0},"41":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":1,"docs":{"12":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"19":{"tf":1.0},"25":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":3,"docs":{"15":{"tf":1.0},"21":{"tf":2.0},"22":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"28":{"tf":1.0}}}},"r":{"df":5,"docs":{"21":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":1.0},"33":{"tf":1.0},"7":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"0":{"tf":1.0},"4":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"29":{"tf":1.4142135623730951},"34":{"tf":2.8284271247461903}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"33":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"15":{"tf":1.0},"16":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"20":{"tf":1.0},"34":{"tf":1.0}}}}}}}},"l":{"a":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":17,"docs":{"1":{"tf":1.0},"12":{"tf":2.23606797749979},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"20":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":2.0},"36":{"tf":1.4142135623730951},"4":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"41":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"u":{"df":2,"docs":{"25":{"tf":1.0},"26":{"tf":1.0}},"g":{"df":1,"docs":{"49":{"tf":1.0}},"g":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"13":{"tf":1.0},"18":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"d":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"3":{"tf":1.0}}}},"df":0,"docs":{}},"df":3,"docs":{"38":{"tf":1.0},"41":{"tf":1.0},"56":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"31":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"14":{"tf":1.0},"22":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"9":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"15":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"35":{"tf":1.4142135623730951},"41":{"tf":2.0},"43":{"tf":1.0},"45":{"tf":1.0}}}}}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"26":{"tf":1.0},"41":{"tf":1.0}}}},"t":{"df":3,"docs":{"22":{"tf":1.0},"48":{"tf":1.0},"56":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"35":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"11":{"tf":1.0},"5":{"tf":1.0}}}}}},"df":0,"docs":{}}},"o":{"b":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":7,"docs":{"17":{"tf":1.0},"21":{"tf":1.0},"40":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":5,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":6,"docs":{"0":{"tf":1.0},"20":{"tf":1.0},"32":{"tf":1.0},"47":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":1.0}},"t":{"df":4,"docs":{"10":{"tf":1.0},"27":{"tf":1.0},"58":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":8,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.4142135623730951},"3":{"tf":1.0},"43":{"tf":1.0},"56":{"tf":1.0},"9":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":9,"docs":{"0":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"21":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"10":{"tf":1.0},"50":{"tf":1.0}},"r":{"df":1,"docs":{"41":{"tf":1.0}}}},"i":{"d":{"df":4,"docs":{"32":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":4,"docs":{"12":{"tf":1.4142135623730951},"4":{"tf":1.0},"40":{"tf":1.0},"58":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"40":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"b":{"df":2,"docs":{"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"0":{"tf":1.0},"58":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"57":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"18":{"tf":1.0},"3":{"tf":1.0}}}}}}}},"q":{"a":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}}}}}},"r":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"12":{"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":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"33":{"tf":1.4142135623730951},"8":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"df":12,"docs":{"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"12":{"tf":1.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"50":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"l":{"df":3,"docs":{"40":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0}},"e":{"df":0,"docs":{},"—":{"a":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":13,"docs":{"12":{"tf":1.4142135623730951},"15":{"tf":1.0},"26":{"tf":1.0},"32":{"tf":1.4142135623730951},"35":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772},"47":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.4142135623730951}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":4,"docs":{"0":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"49":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"1":{"tf":1.0},"3":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"47":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"19":{"tf":1.0},"57":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":3,"docs":{"13":{"tf":1.0},"21":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"42":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"0":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"35":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}},"x":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}},"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"22":{"tf":1.0},"47":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"20":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"43":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":4,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":4,"docs":{"19":{"tf":1.0},"3":{"tf":1.0},"40":{"tf":1.0},"57":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":7,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"26":{"tf":1.0},"30":{"tf":1.0},"57":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"12":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":4,"docs":{"16":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":8,"docs":{"12":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"26":{"tf":1.4142135623730951},"34":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":5,"docs":{"22":{"tf":1.0},"35":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":3,"docs":{"0":{"tf":1.0},"58":{"tf":1.0},"9":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":5,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"15":{"tf":1.4142135623730951},"21":{"tf":1.0},"46":{"tf":1.0},"53":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":3,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"57":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"10":{"tf":1.0},"57":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":8,"docs":{"0":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":1.7320508075688772}}}}},"p":{"c":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"45":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.7320508075688772},"51":{"tf":1.4142135623730951}}}}}}}}},"df":24,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"10":{"tf":1.7320508075688772},"12":{"tf":2.0},"13":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.7320508075688772},"20":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":1.7320508075688772},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.7320508075688772},"39":{"tf":1.0},"4":{"tf":1.7320508075688772},"41":{"tf":1.0},"43":{"tf":2.0},"51":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.7320508075688772},"57":{"tf":1.4142135623730951},"58":{"tf":2.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":3,"docs":{"29":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.4142135623730951}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":22,"docs":{"12":{"tf":1.0},"13":{"tf":1.4142135623730951},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":1.7320508075688772},"43":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.4142135623730951},"53":{"tf":1.7320508075688772},"56":{"tf":1.7320508075688772},"57":{"tf":1.7320508075688772},"58":{"tf":1.7320508075688772}},"’":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"40":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":7,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"33":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"40":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"48":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":5,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"35":{"tf":1.4142135623730951},"53":{"tf":1.0},"57":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"41":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"2":{"df":3,"docs":{"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"3":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":30,"docs":{"1":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":2.23606797749979},"16":{"tf":1.7320508075688772},"17":{"tf":1.7320508075688772},"18":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":2.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"27":{"tf":1.0},"34":{"tf":1.7320508075688772},"35":{"tf":1.7320508075688772},"36":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":2.23606797749979},"52":{"tf":1.4142135623730951},"53":{"tf":2.23606797749979},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"57":{"tf":1.7320508075688772},"58":{"tf":2.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"29":{"tf":1.0},"39":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"41":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"22":{"tf":1.0},"29":{"tf":1.0},"7":{"tf":2.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"d":{"df":8,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}}},"df":4,"docs":{"17":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"26":{"tf":1.0},"35":{"tf":1.0}}}},"df":0,"docs":{}},"f":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":3,"docs":{"21":{"tf":1.0},"50":{"tf":1.7320508075688772},"51":{"tf":1.7320508075688772}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"8":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"31":{"tf":1.0}}},"v":{"df":1,"docs":{"53":{"tf":1.0}},"i":{"c":{"df":3,"docs":{"38":{"tf":1.0},"56":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":8,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"24":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"42":{"tf":1.0},"55":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"16":{"tf":1.0},"38":{"tf":1.0},"56":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":18,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":7,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"0":{"tf":1.0},"10":{"tf":1.4142135623730951},"57":{"tf":1.0}}}},"w":{"df":4,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"27":{"tf":1.0},"49":{"tf":1.0}}}}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":13,"docs":{"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.4142135623730951},"22":{"tf":1.0},"35":{"tf":1.7320508075688772},"4":{"tf":1.0},"41":{"tf":2.23606797749979},"47":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"9":{"tf":1.7320508075688772}},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"41":{"tf":1.0}}},"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":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"24":{"tf":1.0},"50":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"28":{"tf":1.0},"32":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":3,"docs":{"12":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0}}}}},"t":{"df":1,"docs":{"15":{"tf":1.0}}},"z":{"df":0,"docs":{},"e":{"df":1,"docs":{"9":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}},"w":{"df":4,"docs":{"28":{"tf":1.0},"41":{"tf":1.0},"56":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"56":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"17":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":5,"docs":{"21":{"tf":1.0},"24":{"tf":1.0},"52":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"46":{"tf":1.0},"51":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"3":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":1,"docs":{"58":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":6,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"26":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0},"55":{"tf":1.0}},"i":{"df":1,"docs":{"17":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":3,"docs":{"22":{"tf":1.0},"36":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"t":{"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"38":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"34":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"56":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"22":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"df":0,"docs":{}},"_":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"46":{"tf":1.0},"51":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":14,"docs":{"12":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.7320508075688772},"43":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"7":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"12":{"tf":1.0},"22":{"tf":1.0},"29":{"tf":1.0},"9":{"tf":1.7320508075688772}}},"i":{"c":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}},"y":{"df":5,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"31":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":1.0}}}},"d":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{":":{":":{"a":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"50":{"tf":1.0}}},"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":{},"p":{"df":2,"docs":{"21":{"tf":1.0},"41":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"28":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"57":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":3,"docs":{"12":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0}}}},"r":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"25":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"b":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"55":{"tf":1.4142135623730951}}}}}},"u":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"24":{"tf":1.0},"28":{"tf":1.4142135623730951},"30":{"tf":1.0}}}},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"6":{"tf":1.0}}}}},"df":5,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"30":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"0":{"tf":1.0},"58":{"tf":1.0}}}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"39":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"54":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"13":{"tf":1.0},"22":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"56":{"tf":1.0}}}}}}},"n":{"c":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"27":{"tf":1.0},"28":{"tf":1.0},"32":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":8,"docs":{"20":{"tf":1.4142135623730951},"26":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}}}}}}}},"t":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"7":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":4,"docs":{"17":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"43":{"tf":1.0}}}}},"d":{"df":3,"docs":{"20":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":3,"docs":{"22":{"tf":1.0},"3":{"tf":1.4142135623730951},"55":{"tf":1.0}}},"r":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"21":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":27,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.0},"11":{"tf":1.0},"15":{"tf":2.0},"16":{"tf":1.7320508075688772},"17":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.7320508075688772},"30":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.4142135623730951},"52":{"tf":1.0},"53":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"47":{"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":{"46":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"{":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"51":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"7":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"13":{"tf":1.0},"35":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"e":{"df":13,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.4142135623730951},"31":{"tf":1.7320508075688772},"37":{"tf":1.0},"41":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":1.7320508075688772}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}}},"r":{"df":1,"docs":{"28":{"tf":1.4142135623730951}}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"15":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"41":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"31":{"tf":1.0},"33":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":24,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"33":{"tf":1.7320508075688772},"35":{"tf":1.0},"4":{"tf":1.7320508075688772},"43":{"tf":1.7320508075688772},"48":{"tf":1.0},"50":{"tf":1.4142135623730951},"53":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"8":{"tf":1.0}},"y":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"g":{"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":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"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":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"15":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0}}},"k":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":16,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"26":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"3":{"tf":1.0},"4":{"tf":1.7320508075688772},"40":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"58":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"49":{"tf":1.0},"55":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":15,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"21":{"tf":1.0},"24":{"tf":1.7320508075688772},"25":{"tf":1.7320508075688772},"26":{"tf":1.0},"34":{"tf":1.0},"40":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"5":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"16":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"41":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"19":{"tf":1.0},"30":{"tf":1.0},"58":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"29":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":3,"docs":{"22":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"36":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":1,"docs":{"24":{"tf":1.0}}}},"x":{"df":1,"docs":{"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"36":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"28":{"tf":1.0},"3":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"51":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":2,"docs":{"4":{"tf":1.0},"53":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"17":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"16":{"tf":1.0}}}},"df":21,"docs":{"0":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.4142135623730951},"29":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":1.0},"50":{"tf":2.23606797749979},"51":{"tf":1.7320508075688772},"53":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"19":{"tf":1.0},"55":{"tf":1.0},"9":{"tf":1.7320508075688772}}}},"i":{"df":0,"docs":{},"z":{"df":2,"docs":{"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":17,"docs":{"0":{"tf":1.4142135623730951},"13":{"tf":1.0},"17":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"31":{"tf":1.0},"33":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"55":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"u":{"df":1,"docs":{"30":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"33":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"!":{"[":{"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":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"10":{"tf":1.0},"57":{"tf":1.0}},"f":{"df":2,"docs":{"13":{"tf":1.0},"32":{"tf":1.0}},"i":{"df":6,"docs":{"20":{"tf":1.0},"28":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":4,"docs":{"12":{"tf":1.0},"16":{"tf":1.0},"20":{"tf":1.0},"41":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"[":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"12":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"58":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":2.0}},"e":{"df":0,"docs":{},"t":{"df":13,"docs":{"15":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"29":{"tf":1.0}}}},"y":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":1,"docs":{"12":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"21":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"55":{"tf":1.0},"58":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"56":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":8,"docs":{"10":{"tf":1.0},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"20":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":4,"docs":{"38":{"tf":1.0},"45":{"tf":1.0},"52":{"tf":1.0},"56":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"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":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"5":{"df":1,"docs":{"10":{"tf":1.0}}},"6":{"0":{"df":2,"docs":{"10":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"0":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"31":{"tf":1.0},"9":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"32":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":3,"docs":{"3":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"53":{"tf":1.7320508075688772}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":37,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"12":{"tf":2.449489742783178},"13":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.7320508075688772},"18":{"tf":1.4142135623730951},"19":{"tf":2.0},"20":{"tf":2.449489742783178},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.7320508075688772},"26":{"tf":1.4142135623730951},"27":{"tf":1.0},"28":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"30":{"tf":1.0},"35":{"tf":1.7320508075688772},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":2.23606797749979},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.4142135623730951},"50":{"tf":2.23606797749979},"51":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.7320508075688772},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":2.23606797749979}},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"d":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"5":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"e":{"df":1,"docs":{"57":{"tf":1.0}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"29":{"tf":1.0}}}}}}}},"breadcrumbs":{"root":{"0":{"df":1,"docs":{"10":{"tf":1.0}}},"1":{"0":{"df":1,"docs":{"10":{"tf":1.0}}},"df":5,"docs":{"10":{"tf":1.0},"34":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}},"–":{"3":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}},"2":{"df":4,"docs":{"24":{"tf":1.4142135623730951},"34":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"3":{"0":{"df":1,"docs":{"7":{"tf":1.0}}},"df":1,"docs":{"34":{"tf":1.0}}},"4":{"df":1,"docs":{"34":{"tf":1.0}},"–":{"5":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}},"5":{"df":1,"docs":{"7":{"tf":1.0}}},"6":{"0":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{},"–":{"7":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"a":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"58":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"43":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0}}}},"v":{"df":10,"docs":{"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"50":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"19":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"53":{"tf":1.0}}}}},"d":{"df":4,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"df":6,"docs":{"43":{"tf":1.0},"45":{"tf":1.7320508075688772},"46":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"49":{"tf":1.0}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"23":{"tf":1.0},"41":{"tf":1.0},"55":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":8,"docs":{"27":{"tf":1.7320508075688772},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"30":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"46":{"tf":1.0}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"56":{"tf":1.0}}}}}}}}}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":4,"docs":{"17":{"tf":1.0},"21":{"tf":1.4142135623730951},"35":{"tf":1.0},"57":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":6,"docs":{"10":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}}}}},"df":1,"docs":{"22":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"10":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.7320508075688772}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":5,"docs":{"54":{"tf":1.7320508075688772},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"0":{"tf":1.0}}},"df":1,"docs":{"20":{"tf":1.0}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"2":{"tf":1.0},"33":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"4":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"41":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":8,"docs":{"27":{"tf":1.7320508075688772},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"15":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":13,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.4142135623730951},"33":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}}},"t":{"df":2,"docs":{"16":{"tf":1.0},"41":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"0":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{":":{":":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":3,"docs":{"45":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"43":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":6,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"17":{"tf":1.7320508075688772},"35":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":17,"docs":{"0":{"tf":1.4142135623730951},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"35":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.7320508075688772},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"22":{"tf":1.0},"41":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"df":0,"docs":{}}}}},"b":{"(":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"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":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{}}}}},"d":{"df":4,"docs":{"10":{"tf":1.0},"30":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"38":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"22":{"tf":1.0},"36":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"26":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0}}}}}}}},"df":1,"docs":{"4":{"tf":1.0}},"e":{"c":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"22":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"56":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"40":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":10,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"30":{"tf":1.7320508075688772},"35":{"tf":1.0},"39":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"22":{"tf":1.7320508075688772},"37":{"tf":1.0}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":7,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"56":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"32":{"tf":1.0},"41":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"b":{"df":6,"docs":{"0":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0},"9":{"tf":1.0}},"s":{"/":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"41":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":21,"docs":{"0":{"tf":1.7320508075688772},"10":{"tf":2.23606797749979},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.4142135623730951},"31":{"tf":2.449489742783178},"32":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":2.0},"58":{"tf":1.4142135623730951},"7":{"tf":2.6457513110645907},"9":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"e":{"df":2,"docs":{"31":{"tf":1.0},"58":{"tf":1.0}},"e":{"d":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"0":{"tf":1.0},"1":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"18":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":1.0},"55":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"34":{"tf":1.0},"43":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"o":{"a":{"d":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"9":{"tf":1.0}}}}}}},"u":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":9,"docs":{"12":{"tf":1.0},"27":{"tf":1.0},"33":{"tf":1.0},"43":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":5,"docs":{"21":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.7320508075688772},"52":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"29":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"z":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"30":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}},"c":{"(":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}},"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":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"9":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"31":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"52":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"27":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"35":{"tf":1.0},"43":{"tf":1.0},"57":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"56":{"tf":1.0}}}}},"df":1,"docs":{"4":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"1":{"tf":1.0},"29":{"tf":1.0},"33":{"tf":1.0},"53":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"0":{"tf":1.0},"19":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0}}}}}},"o":{"df":11,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.7320508075688772},"55":{"tf":1.0},"56":{"tf":1.7320508075688772},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"8":{"tf":2.23606797749979}},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"43":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.7320508075688772}}}},"c":{"df":0,"docs":{},"k":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":19,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"28":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"41":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"41":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"22":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"17":{"tf":1.4142135623730951},"22":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"56":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}}}}},"i":{"df":6,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"7":{"tf":1.4142135623730951}},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"48":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"41":{"tf":1.0},"56":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":5,"docs":{"12":{"tf":1.4142135623730951},"43":{"tf":1.0},"47":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0}},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"r":{"df":9,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"|":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":4,"docs":{"45":{"tf":1.0},"50":{"tf":1.7320508075688772},"51":{"tf":1.7320508075688772},"53":{"tf":1.0}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":12,"docs":{"1":{"tf":1.0},"13":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.4142135623730951},"4":{"tf":1.7320508075688772},"41":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0}},"—":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"43":{"tf":1.0}}}}}}}}}}}},"o":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"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":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"41":{"tf":1.0}}}}}}}}},"df":3,"docs":{"20":{"tf":1.4142135623730951},"31":{"tf":1.0},"41":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"14":{"tf":1.0},"23":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"40":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"22":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"18":{"tf":1.0},"4":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"3":{"tf":1.0},"58":{"tf":1.4142135623730951}}},"s":{"df":13,"docs":{"0":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.4142135623730951},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"58":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":4,"docs":{"12":{"tf":2.0},"2":{"tf":1.0},"20":{"tf":1.0},"35":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"8":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"20":{"tf":1.0},"55":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"4":{"tf":1.0},"43":{"tf":1.0},"51":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"3":{"tf":1.0},"57":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":4,"docs":{"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"r":{"df":9,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.4142135623730951},"55":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"df":5,"docs":{"26":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"51":{"tf":1.4142135623730951},"56":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":8,"docs":{"0":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.0},"58":{"tf":1.0},"7":{"tf":1.7320508075688772}}}}}},"i":{"d":{"df":1,"docs":{"45":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.0},"36":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"47":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"m":{"df":4,"docs":{"15":{"tf":1.0},"31":{"tf":1.0},"41":{"tf":1.7320508075688772},"53":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"38":{"tf":1.0},"58":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"1":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"17":{"tf":1.0},"18":{"tf":1.7320508075688772},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.7320508075688772},"55":{"tf":1.4142135623730951}}}},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"0":{"tf":1.7320508075688772},"43":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"20":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"42":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":8,"docs":{"19":{"tf":1.4142135623730951},"26":{"tf":1.0},"28":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"38":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"12":{"tf":1.0},"43":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"43":{"tf":1.0},"53":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":10,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.7320508075688772},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.7320508075688772},"33":{"tf":1.0},"53":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"21":{"tf":1.0},"23":{"tf":1.0},"55":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"15":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"42":{"tf":1.0},"53":{"tf":2.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"17":{"tf":1.0},"58":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":4,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"x":{"df":2,"docs":{"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":3,"docs":{"31":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"49":{"tf":1.0}}}}}}}},"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"[":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"12":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"a":{"df":9,"docs":{"0":{"tf":1.7320508075688772},"22":{"tf":1.0},"25":{"tf":1.7320508075688772},"26":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.0},"9":{"tf":1.0}},"t":{"a":{"df":14,"docs":{"0":{"tf":2.0},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"25":{"tf":1.0},"3":{"tf":1.4142135623730951},"4":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":2,"docs":{"12":{"tf":1.0},"4":{"tf":1.0}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":3,"docs":{"37":{"tf":1.0},"41":{"tf":1.0},"8":{"tf":1.0}},"g":{"df":2,"docs":{"11":{"tf":1.0},"54":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"41":{"tf":1.0}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"r":{"df":8,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"3":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"42":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":5,"docs":{"21":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"17":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"20":{"tf":1.0},"21":{"tf":1.0},"55":{"tf":1.0}}}}}}},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"28":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"58":{"tf":1.0}}}},"i":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"34":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"a":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":9,"docs":{"16":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"53":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"41":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":13,"docs":{"12":{"tf":1.7320508075688772},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"27":{"tf":1.0},"32":{"tf":2.449489742783178},"35":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"53":{"tf":1.0},"58":{"tf":1.4142135623730951},"6":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"45":{"tf":1.0},"50":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":6,"docs":{"16":{"tf":1.0},"18":{"tf":1.4142135623730951},"3":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"13":{"tf":1.7320508075688772},"30":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"11":{"tf":1.0},"8":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":16,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.7320508075688772},"43":{"tf":2.23606797749979},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"14":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"57":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"37":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"38":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"54":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"41":{"tf":1.0},"42":{"tf":1.0}},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"31":{"tf":1.0}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"38":{"tf":1.4142135623730951},"4":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"22":{"tf":1.0},"30":{"tf":1.0},"53":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"\'":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"32":{"tf":1.7320508075688772}},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":2.0}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"26":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"[":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}},"df":9,"docs":{"12":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"3":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0}},"n":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"p":{"/":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"30":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"l":{"df":6,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.0},"45":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.7320508075688772}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":12,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":3,"docs":{"12":{"tf":1.0},"51":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"50":{"tf":1.7320508075688772},"51":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}},"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":9,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"7":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"12":{"tf":1.0}}}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"13":{"tf":1.0},"16":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"41":{"tf":1.0}}}}},"s":{"df":1,"docs":{"38":{"tf":1.0}},"i":{"df":1,"docs":{"17":{"tf":1.0}}}}},"df":2,"docs":{"12":{"tf":1.0},"4":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"3":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"21":{"tf":1.0},"26":{"tf":1.0},"41":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"d":{"df":4,"docs":{"16":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"10":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"15":{"tf":1.0},"3":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":6,"docs":{"10":{"tf":1.4142135623730951},"17":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":7,"docs":{"0":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.4142135623730951},"48":{"tf":1.0},"58":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":20,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"3":{"tf":1.4142135623730951},"35":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.7320508075688772},"53":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"56":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"—":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"r":{"(":{"\\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"50":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"46":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"2":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"a":{"df":0,"docs":{},"l":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":8,"docs":{"12":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"35":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"47":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":3,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0}}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":19,"docs":{"15":{"tf":1.0},"23":{"tf":1.7320508075688772},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.7320508075688772},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"49":{"tf":1.7320508075688772},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"4":{"tf":1.4142135623730951},"40":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"r":{"df":7,"docs":{"0":{"tf":1.4142135623730951},"17":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"55":{"tf":1.4142135623730951},"58":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":6,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":3,"docs":{"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":39,"docs":{"1":{"tf":1.0},"12":{"tf":2.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":2.0},"19":{"tf":1.0},"20":{"tf":2.23606797749979},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"30":{"tf":1.7320508075688772},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"40":{"tf":1.7320508075688772},"41":{"tf":1.4142135623730951},"43":{"tf":2.23606797749979},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"49":{"tf":2.0},"50":{"tf":2.23606797749979},"51":{"tf":2.23606797749979},"52":{"tf":1.4142135623730951},"53":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.7320508075688772},"7":{"tf":1.7320508075688772},"9":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"55":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}},"s":{"df":2,"docs":{"41":{"tf":1.4142135623730951},"45":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"—":{"a":{"d":{"df":0,"docs":{},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"20":{"tf":1.0},"21":{"tf":1.0},"55":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":8,"docs":{"13":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.7320508075688772},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.4142135623730951}}},"df":0,"docs":{},"s":{"df":1,"docs":{"16":{"tf":1.0}}}}}}},"}":{"\\"":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"51":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"f":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"15":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"12":{"tf":1.0},"45":{"tf":1.0},"57":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":8,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":2.0},"47":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}},"k":{"df":0,"docs":{},"e":{"df":2,"docs":{"28":{"tf":1.0},"32":{"tf":1.0}}}},"l":{"df":0,"docs":{},"s":{"df":3,"docs":{"10":{"tf":1.0},"41":{"tf":1.0},"57":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}}}},"q":{"df":1,"docs":{"57":{"tf":1.7320508075688772}}},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"17":{"tf":1.0},"32":{"tf":1.0},"45":{"tf":1.0},"52":{"tf":1.0},"7":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"22":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"32":{"tf":1.0},"47":{"tf":1.0}}},"df":0,"docs":{}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":1,"docs":{"31":{"tf":1.0}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"22":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"57":{"tf":1.0}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"17":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"41":{"tf":1.0},"8":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"57":{"tf":1.0}}}}}}}}}},"t":{"df":6,"docs":{"15":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"49":{"tf":1.0}}},"x":{"df":2,"docs":{"7":{"tf":1.0},"8":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"35":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0}}},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"56":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":5,"docs":{"13":{"tf":1.0},"24":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"53":{"tf":1.0},"55":{"tf":1.0}}}}}}},"n":{"df":6,"docs":{"10":{"tf":1.0},"50":{"tf":2.449489742783178},"51":{"tf":2.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"o":{"c":{"df":0,"docs":{},"u":{"df":2,"docs":{"6":{"tf":1.0},"7":{"tf":1.0}},"s":{"df":3,"docs":{"0":{"tf":1.0},"15":{"tf":1.0},"41":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"35":{"tf":1.0},"4":{"tf":1.4142135623730951},"5":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"t":{"!":{"(":{"\\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"4":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":13,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"2":{"tf":1.7320508075688772},"21":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"45":{"tf":1.0},"46":{"tf":1.0}}}}}}}}}}},"df":21,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.4142135623730951},"2":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.4142135623730951},"4":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.7320508075688772},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.4142135623730951},"55":{"tf":1.0},"6":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}},"’":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"3":{"tf":1.0},"32":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"8":{"tf":1.0}}}}}}},"d":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"g":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"3":{"tf":1.0},"56":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"40":{"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":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"45":{"tf":1.0},"50":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":8,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"33":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0}}}}},"t":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}},"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":1,"docs":{"1":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"58":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"17":{"tf":1.0},"22":{"tf":1.0}}}},"df":0,"docs":{},"o":{"d":{"df":5,"docs":{"10":{"tf":1.0},"38":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"17":{"tf":1.0},"22":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":1,"docs":{"52":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"14":{"tf":1.0},"43":{"tf":1.0},"54":{"tf":1.0}}},"df":0,"docs":{}}},"df":29,"docs":{"1":{"tf":1.0},"14":{"tf":1.7320508075688772},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"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}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"30":{"tf":1.0}}}},"n":{"d":{"df":1,"docs":{"12":{"tf":1.0}},"l":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"r":{"d":{"df":1,"docs":{"8":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"24":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"17":{"tf":1.0},"4":{"tf":1.0},"9":{"tf":1.7320508075688772}},"i":{"df":2,"docs":{"20":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.7320508075688772}}}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"0":{"tf":1.0},"51":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":9,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"29":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"39":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"53":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"i":{"[":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"20":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"a":{"df":9,"docs":{"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"i":{"df":28,"docs":{"14":{"tf":1.7320508075688772},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"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}},"i":{"df":12,"docs":{"42":{"tf":1.7320508075688772},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"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":3,"docs":{"23":{"tf":1.0},"27":{"tf":1.0},"49":{"tf":1.0}}}}}}}},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.7320508075688772}}}},"l":{"df":2,"docs":{"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0}}}}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":4,"docs":{"0":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":8,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"40":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"\\"":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"c":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"3":{"tf":1.0},"4":{"tf":1.4142135623730951},"58":{"tf":1.0},"6":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"12":{"tf":1.0},"21":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":3,"docs":{"20":{"tf":1.7320508075688772},"45":{"tf":1.0},"50":{"tf":1.4142135623730951}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"20":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"df":2,"docs":{"38":{"tf":1.0},"41":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"56":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"56":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":4,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"3":{"tf":1.0},"53":{"tf":1.0}}}},"n":{"d":{"df":4,"docs":{"17":{"tf":1.0},"43":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"55":{"tf":1.0},"6":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"27":{"tf":1.0},"30":{"tf":1.0}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.4142135623730951},"28":{"tf":1.0},"3":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":3,"docs":{"28":{"tf":1.0},"53":{"tf":1.7320508075688772},"9":{"tf":2.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"5":{"tf":1.0}}}}}},"v":{"df":3,"docs":{"31":{"tf":1.0},"56":{"tf":1.0},"7":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"8":{"tf":1.0}},"t":{"df":1,"docs":{"3":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":2,"docs":{"41":{"tf":1.0},"50":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.0},"37":{"tf":1.0}}}}},"v":{"df":5,"docs":{"54":{"tf":1.7320508075688772},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}}},"j":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"g":{"df":4,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}}},"k":{"8":{"df":6,"docs":{"16":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"57":{"tf":1.0}},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"58":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":17,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.7320508075688772},"22":{"tf":1.4142135623730951},"26":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951}}}},"y":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}},"n":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"55":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"39":{"tf":1.4142135623730951},"4":{"tf":1.0},"53":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"28":{"tf":1.0}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"13":{"tf":1.0},"7":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"31":{"tf":1.0},"43":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"28":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"21":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"37":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"25":{"tf":1.0},"4":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"15":{"tf":1.7320508075688772},"21":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"12":{"tf":1.0},"43":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":12,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.7320508075688772},"53":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":2,"docs":{"12":{"tf":2.0},"34":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"20":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":18,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.7320508075688772},"3":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"9":{"tf":1.0}}}}},"o":{"a":{"d":{"df":1,"docs":{"29":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"58":{"tf":1.0}}}}}}}},"df":11,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"35":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"4":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.0}}},"t":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":3,"docs":{"50":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}},"i":{"c":{"df":3,"docs":{"0":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{}},"s":{"/":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":5,"docs":{"10":{"tf":1.0},"17":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"39":{"tf":1.0},"7":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"30":{"tf":1.0},"57":{"tf":1.0}}},"p":{"df":3,"docs":{"22":{"tf":1.0},"37":{"tf":1.0},"6":{"tf":1.0}}},"s":{"df":1,"docs":{"15":{"tf":1.0}}}},"w":{"df":1,"docs":{"29":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"r":{"df":2,"docs":{"12":{"tf":1.0},"4":{"tf":1.0}}},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"10":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"38":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"10":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"13":{"tf":1.0},"42":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":7,"docs":{"13":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"53":{"tf":1.0},"8":{"tf":1.0}}}},"n":{"df":0,"docs":{},"i":{"df":6,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0}}}},"p":{"df":3,"docs":{"16":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0}}},"t":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"49":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"54":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"17":{"tf":1.0},"39":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}},"y":{"b":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":8,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"43":{"tf":1.0},"57":{"tf":1.0}}}}},"t":{"df":1,"docs":{"21":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"2":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"41":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"41":{"tf":1.0},"58":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"c":{"df":6,"docs":{"12":{"tf":1.0},"31":{"tf":1.0},"41":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"22":{"tf":1.0},"24":{"tf":1.0},"37":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"10":{"tf":1.7320508075688772},"55":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"56":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":4,"docs":{"41":{"tf":1.0},"45":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}}}},"x":{"df":2,"docs":{"56":{"tf":1.0},"8":{"tf":1.0}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"30":{"tf":1.4142135623730951}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":8,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"29":{"tf":1.0},"43":{"tf":2.23606797749979},"53":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"34":{"tf":1.0}}}},"df":1,"docs":{"45":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"52":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"13":{"tf":1.0},"22":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":8,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.4142135623730951},"34":{"tf":1.7320508075688772},"38":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"22":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"45":{"tf":1.0},"50":{"tf":1.0}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"df":2,"docs":{"29":{"tf":1.0},"9":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":8,"docs":{"21":{"tf":1.0},"3":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.0},"57":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"g":{"df":2,"docs":{"30":{"tf":1.0},"41":{"tf":1.0}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":11,"docs":{"0":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"28":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"4":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}}},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":8,"docs":{"27":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.7320508075688772},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"47":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":24,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"12":{"tf":1.4142135623730951},"15":{"tf":1.7320508075688772},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"2":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.4142135623730951},"32":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.7320508075688772},"43":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.4142135623730951},"56":{"tf":1.0},"58":{"tf":1.7320508075688772},"7":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":2,"docs":{"22":{"tf":1.0},"8":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"df":7,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.7320508075688772},"32":{"tf":1.0},"41":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"21":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"[":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":17,"docs":{"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":1.7320508075688772},"43":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"22":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"12":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"53":{"tf":1.0},"55":{"tf":1.0}}}}}},"k":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"\\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":1,"docs":{"50":{"tf":1.0}}},"n":{"c":{"df":3,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0}}},"df":5,"docs":{"15":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"40":{"tf":1.0},"48":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"39":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"17":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"41":{"tf":2.449489742783178},"57":{"tf":1.0}}}},"t":{"df":2,"docs":{"21":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"12":{"tf":1.0},"26":{"tf":1.0},"47":{"tf":1.0}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":9,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.4142135623730951},"58":{"tf":1.0},"6":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"21":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":1.0}}}}}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"29":{"tf":1.4142135623730951}}}}},"df":1,"docs":{"28":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":8,"docs":{"12":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"3":{"tf":1.0},"6":{"tf":1.4142135623730951},"9":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.7320508075688772}}}}}}}}}},"p":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"12":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"28":{"tf":1.0}}},"k":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"16":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":3,"docs":{"1":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"33":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.0},"7":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"30":{"tf":1.0}}}}}}}},"df":0,"docs":{},"t":{"df":57,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.7320508075688772},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.7320508075688772},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"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},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.7320508075688772},"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":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.7320508075688772},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":5,"docs":{"0":{"tf":1.0},"19":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"35":{"tf":1.0},"41":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":1,"docs":{"12":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"19":{"tf":1.0},"25":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":3,"docs":{"15":{"tf":1.0},"21":{"tf":2.449489742783178},"22":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"28":{"tf":1.0}}}},"r":{"df":5,"docs":{"21":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":1.0},"33":{"tf":1.0},"7":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"0":{"tf":1.0},"4":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"29":{"tf":1.4142135623730951},"34":{"tf":3.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":7,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"5":{"tf":1.7320508075688772},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"33":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"15":{"tf":1.0},"16":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"20":{"tf":1.0},"34":{"tf":1.4142135623730951}}}}}}}},"l":{"a":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":17,"docs":{"1":{"tf":1.0},"12":{"tf":2.23606797749979},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"20":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":2.0},"36":{"tf":1.4142135623730951},"4":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"41":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"u":{"df":2,"docs":{"25":{"tf":1.0},"26":{"tf":1.0}},"g":{"df":1,"docs":{"49":{"tf":1.0}},"g":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"13":{"tf":1.0},"18":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"d":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"3":{"tf":1.0}}}},"df":0,"docs":{}},"df":3,"docs":{"38":{"tf":1.0},"41":{"tf":1.0},"56":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"31":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"14":{"tf":1.0},"22":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"9":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"15":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"35":{"tf":1.4142135623730951},"41":{"tf":2.0},"43":{"tf":1.0},"45":{"tf":1.0}}}}}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"26":{"tf":1.0},"41":{"tf":1.0}}}},"t":{"df":3,"docs":{"22":{"tf":1.0},"48":{"tf":1.0},"56":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"35":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":2.0}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"11":{"tf":1.0},"5":{"tf":1.0}}}}}},"df":0,"docs":{}}},"o":{"b":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":7,"docs":{"17":{"tf":1.0},"21":{"tf":1.0},"40":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.4142135623730951},"52":{"tf":1.0},"53":{"tf":1.0}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":5,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":6,"docs":{"0":{"tf":1.0},"20":{"tf":1.0},"32":{"tf":1.0},"47":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":1.0}},"t":{"df":4,"docs":{"10":{"tf":1.0},"27":{"tf":1.0},"58":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":8,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.4142135623730951},"3":{"tf":1.0},"43":{"tf":1.0},"56":{"tf":1.0},"9":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":9,"docs":{"0":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"21":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":2.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"10":{"tf":1.0},"50":{"tf":1.0}},"r":{"df":1,"docs":{"41":{"tf":1.0}}}},"i":{"d":{"df":4,"docs":{"32":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":4,"docs":{"12":{"tf":1.4142135623730951},"4":{"tf":1.0},"40":{"tf":1.0},"58":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"40":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"b":{"df":2,"docs":{"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"0":{"tf":1.0},"58":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"57":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"18":{"tf":1.0},"3":{"tf":1.0}}}}}}}},"q":{"a":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}}}}}},"r":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"12":{"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":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"33":{"tf":1.4142135623730951},"8":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"df":12,"docs":{"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"12":{"tf":1.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"50":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"l":{"df":3,"docs":{"40":{"tf":1.0},"50":{"tf":1.7320508075688772},"51":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"—":{"a":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":13,"docs":{"12":{"tf":1.4142135623730951},"15":{"tf":1.0},"26":{"tf":1.0},"32":{"tf":1.4142135623730951},"35":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772},"47":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.4142135623730951}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":4,"docs":{"0":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"49":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"1":{"tf":1.0},"3":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"47":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"19":{"tf":1.0},"57":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":3,"docs":{"13":{"tf":1.0},"21":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":13,"docs":{"42":{"tf":1.7320508075688772},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":2.0},"54":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"0":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"35":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}},"x":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}},"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"22":{"tf":1.0},"47":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"20":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"43":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":4,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":4,"docs":{"19":{"tf":1.0},"3":{"tf":1.0},"40":{"tf":1.0},"57":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":7,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"26":{"tf":1.0},"30":{"tf":1.0},"57":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"12":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":4,"docs":{"16":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":8,"docs":{"12":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"26":{"tf":1.4142135623730951},"34":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":5,"docs":{"22":{"tf":1.0},"35":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":3,"docs":{"0":{"tf":1.0},"58":{"tf":1.0},"9":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":5,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"15":{"tf":1.4142135623730951},"21":{"tf":1.0},"46":{"tf":1.0},"53":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":3,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"57":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"10":{"tf":1.0},"57":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":8,"docs":{"0":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":1.7320508075688772}}}}},"p":{"c":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"45":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.7320508075688772},"51":{"tf":1.4142135623730951}}}}}}}}},"df":24,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"10":{"tf":2.0},"12":{"tf":2.0},"13":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.7320508075688772},"20":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":2.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":2.23606797749979},"39":{"tf":1.0},"4":{"tf":1.7320508075688772},"41":{"tf":1.0},"43":{"tf":2.0},"51":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.7320508075688772},"57":{"tf":1.4142135623730951},"58":{"tf":2.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":3,"docs":{"29":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.4142135623730951}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":22,"docs":{"12":{"tf":1.0},"13":{"tf":1.4142135623730951},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.7320508075688772},"36":{"tf":2.0},"37":{"tf":1.7320508075688772},"38":{"tf":1.7320508075688772},"39":{"tf":1.7320508075688772},"4":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772},"43":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.7320508075688772},"53":{"tf":1.7320508075688772},"56":{"tf":1.7320508075688772},"57":{"tf":1.7320508075688772},"58":{"tf":1.7320508075688772}},"’":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"40":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":7,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"33":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"40":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"49":{"tf":1.7320508075688772},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"48":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":5,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"35":{"tf":1.4142135623730951},"53":{"tf":1.0},"57":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"41":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"2":{"df":3,"docs":{"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"3":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.7320508075688772}}}}}}}},"df":0,"docs":{}}}}},"df":30,"docs":{"1":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.7320508075688772},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":2.23606797749979},"16":{"tf":1.7320508075688772},"17":{"tf":2.23606797749979},"18":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":2.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"27":{"tf":1.0},"34":{"tf":2.0},"35":{"tf":2.23606797749979},"36":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":2.6457513110645907},"52":{"tf":1.4142135623730951},"53":{"tf":2.23606797749979},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":2.0},"57":{"tf":1.7320508075688772},"58":{"tf":2.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"29":{"tf":1.0},"39":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"41":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"22":{"tf":1.0},"29":{"tf":1.0},"7":{"tf":2.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"d":{"df":8,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}}},"df":4,"docs":{"17":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"26":{"tf":1.0},"35":{"tf":1.0}}}},"df":0,"docs":{}},"f":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":3,"docs":{"21":{"tf":1.0},"50":{"tf":1.7320508075688772},"51":{"tf":1.7320508075688772}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"8":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"31":{"tf":1.0}}},"v":{"df":1,"docs":{"53":{"tf":1.0}},"i":{"c":{"df":3,"docs":{"38":{"tf":1.0},"56":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":8,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"24":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"42":{"tf":1.0},"55":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"16":{"tf":1.0},"38":{"tf":1.0},"56":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":18,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":7,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.7320508075688772}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"0":{"tf":1.0},"10":{"tf":1.4142135623730951},"57":{"tf":1.0}}}},"w":{"df":4,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"27":{"tf":1.0},"49":{"tf":1.0}}}}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":13,"docs":{"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.4142135623730951},"22":{"tf":1.0},"35":{"tf":1.7320508075688772},"4":{"tf":1.0},"41":{"tf":2.23606797749979},"47":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"9":{"tf":2.0}},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"41":{"tf":1.0}}},"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":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"24":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"28":{"tf":1.4142135623730951},"32":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":3,"docs":{"12":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0}}}}},"t":{"df":1,"docs":{"15":{"tf":1.0}}},"z":{"df":0,"docs":{},"e":{"df":1,"docs":{"9":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}},"w":{"df":4,"docs":{"28":{"tf":1.0},"41":{"tf":1.0},"56":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"56":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"17":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":5,"docs":{"21":{"tf":1.0},"24":{"tf":1.0},"52":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"46":{"tf":1.0},"51":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"3":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":1,"docs":{"58":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":6,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"26":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0},"55":{"tf":1.0}},"i":{"df":1,"docs":{"17":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":3,"docs":{"22":{"tf":1.0},"36":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"t":{"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"38":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"34":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"56":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"22":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"df":0,"docs":{}},"_":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"46":{"tf":1.0},"51":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":14,"docs":{"12":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.7320508075688772},"43":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"7":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"12":{"tf":1.0},"22":{"tf":1.0},"29":{"tf":1.0},"9":{"tf":1.7320508075688772}}},"i":{"c":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}},"y":{"df":5,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"31":{"tf":1.0},"51":{"tf":1.4142135623730951},"57":{"tf":1.0}}}},"d":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{":":{":":{"a":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"50":{"tf":1.0}}},"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":{},"p":{"df":2,"docs":{"21":{"tf":1.0},"41":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"28":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"57":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":3,"docs":{"12":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0}}}},"r":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"25":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"b":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"55":{"tf":1.4142135623730951}}}}}},"u":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"24":{"tf":1.0},"28":{"tf":1.4142135623730951},"30":{"tf":1.0}}}},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"6":{"tf":1.0}}}}},"df":5,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"30":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"0":{"tf":1.0},"58":{"tf":1.0}}}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"39":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"54":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"13":{"tf":1.0},"22":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"56":{"tf":1.0}}}}}}},"n":{"c":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"27":{"tf":1.0},"28":{"tf":1.4142135623730951},"32":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":8,"docs":{"20":{"tf":1.4142135623730951},"26":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}}}}}}}},"t":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"7":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":4,"docs":{"17":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.7320508075688772},"57":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"43":{"tf":1.0}}}}},"d":{"df":3,"docs":{"20":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":3,"docs":{"22":{"tf":1.0},"3":{"tf":1.4142135623730951},"55":{"tf":1.0}}},"r":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"21":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":29,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.4142135623730951},"15":{"tf":2.0},"16":{"tf":1.7320508075688772},"17":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.7320508075688772},"30":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":2.0},"52":{"tf":1.0},"53":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"6":{"tf":1.7320508075688772},"7":{"tf":1.4142135623730951},"8":{"tf":1.7320508075688772},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"47":{"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":{"46":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"{":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"51":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"7":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"13":{"tf":1.0},"35":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"e":{"df":13,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.4142135623730951},"31":{"tf":1.7320508075688772},"37":{"tf":1.0},"41":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":2.23606797749979}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}}},"r":{"df":1,"docs":{"28":{"tf":1.4142135623730951}}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"15":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"41":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"31":{"tf":1.0},"33":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":24,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"33":{"tf":2.0},"35":{"tf":1.0},"4":{"tf":1.7320508075688772},"43":{"tf":1.7320508075688772},"48":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"53":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"8":{"tf":1.0}},"y":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"g":{"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":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"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":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"15":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0}}},"k":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":16,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"26":{"tf":1.4142135623730951},"29":{"tf":1.7320508075688772},"3":{"tf":1.0},"4":{"tf":1.7320508075688772},"40":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"58":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"49":{"tf":1.0},"55":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":15,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"21":{"tf":1.0},"24":{"tf":2.0},"25":{"tf":2.0},"26":{"tf":1.0},"34":{"tf":1.0},"40":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"5":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"16":{"tf":1.7320508075688772}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"41":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"19":{"tf":1.0},"30":{"tf":1.0},"58":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.7320508075688772}}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"29":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":3,"docs":{"22":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"36":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":1,"docs":{"24":{"tf":1.0}}}},"x":{"df":1,"docs":{"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"36":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"28":{"tf":1.0},"3":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"51":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":2,"docs":{"4":{"tf":1.0},"53":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"17":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"16":{"tf":1.0}}}},"df":21,"docs":{"0":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.4142135623730951},"29":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":1.0},"50":{"tf":2.23606797749979},"51":{"tf":1.7320508075688772},"53":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":30,"docs":{"14":{"tf":1.7320508075688772},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"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},"55":{"tf":1.0},"9":{"tf":1.7320508075688772}}}},"i":{"df":0,"docs":{},"z":{"df":2,"docs":{"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":17,"docs":{"0":{"tf":1.4142135623730951},"13":{"tf":1.0},"17":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.7320508075688772},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"31":{"tf":1.0},"33":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"55":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"u":{"df":1,"docs":{"30":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"33":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"!":{"[":{"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":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"10":{"tf":1.0},"57":{"tf":1.0}},"f":{"df":2,"docs":{"13":{"tf":1.0},"32":{"tf":1.0}},"i":{"df":6,"docs":{"20":{"tf":1.0},"28":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":4,"docs":{"12":{"tf":1.0},"16":{"tf":1.0},"20":{"tf":1.0},"41":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"[":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"12":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"58":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":2.23606797749979}},"e":{"df":0,"docs":{},"t":{"df":13,"docs":{"15":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"29":{"tf":1.4142135623730951}}}},"y":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":1,"docs":{"12":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"21":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"55":{"tf":1.0},"58":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"56":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":8,"docs":{"10":{"tf":1.4142135623730951},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"20":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":4,"docs":{"38":{"tf":1.0},"45":{"tf":1.0},"52":{"tf":1.4142135623730951},"56":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"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":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"5":{"df":1,"docs":{"10":{"tf":1.0}}},"6":{"0":{"df":2,"docs":{"10":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"0":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"31":{"tf":1.0},"9":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"32":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":3,"docs":{"3":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"53":{"tf":1.7320508075688772}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":38,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"12":{"tf":2.449489742783178},"13":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.7320508075688772},"18":{"tf":2.0},"19":{"tf":2.449489742783178},"20":{"tf":2.6457513110645907},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"24":{"tf":1.7320508075688772},"25":{"tf":2.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.0},"28":{"tf":1.7320508075688772},"29":{"tf":1.7320508075688772},"30":{"tf":1.0},"35":{"tf":1.7320508075688772},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":2.23606797749979},"45":{"tf":1.7320508075688772},"46":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":2.0},"50":{"tf":2.6457513110645907},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.7320508075688772},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":2.23606797749979}},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"15":{"tf":2.0},"16":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"d":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"5":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"e":{"df":1,"docs":{"57":{"tf":1.0}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"29":{"tf":1.0}}}}}}}},"title":{"root":{"2":{"df":1,"docs":{"24":{"tf":1.0}}},"a":{"d":{"df":4,"docs":{"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"54":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"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":{"17":{"tf":1.0}}}}}}}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"z":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":2,"docs":{"26":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"26":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"40":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"38":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"51":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"55":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"55":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"31":{"tf":1.0},"32":{"tf":1.0}}}}}}}},"d":{"a":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"32":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"42":{"tf":1.0},"43":{"tf":1.0}}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"38":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"32":{"tf":1.0}},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"l":{"df":1,"docs":{"55":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"23":{"tf":1.0},"27":{"tf":1.0},"49":{"tf":1.0}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"18":{"tf":1.0},"20":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}}}}}},"f":{"a":{"df":0,"docs":{},"q":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"44":{"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":{"33":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"58":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"14":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"48":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"i":{"df":1,"docs":{"14":{"tf":1.0}},"i":{"df":1,"docs":{"42":{"tf":1.0}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"53":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"v":{"df":1,"docs":{"54":{"tf":1.0}}}},"k":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"39":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"26":{"tf":1.0}}}}},"o":{"a":{"d":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"10":{"tf":1.0}}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"30":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"28":{"tf":1.0}}}}}}},"w":{"df":1,"docs":{"49":{"tf":1.0}}}}},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"9":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"29":{"tf":1.0}}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"14":{"tf":1.0},"2":{"tf":1.0},"42":{"tf":1.0},"54":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"34":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}}}}}}},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"o":{"b":{"df":0,"docs":{},"e":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"42":{"tf":1.0},"53":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":3,"docs":{"10":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"47":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":6,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":1.0},"56":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"24":{"tf":1.0},"50":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"28":{"tf":1.0}}}}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"7":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"33":{"tf":1.0},"48":{"tf":1.0}}}}}}}},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"24":{"tf":1.0},"25":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":1,"docs":{"16":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"29":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"10":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"52":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":9,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"45":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"lang":"English","pipeline":["trimmer","stopWordFilter","stemmer"],"ref":"id","version":"0.9.5"},"results_options":{"limit_results":30,"teaser_word_count":30},"search_options":{"bool":"OR","expand":true,"fields":{"body":{"boost":1},"breadcrumbs":{"boost":1},"title":{"boost":2}}}}')); \ No newline at end of file diff --git a/docs/searchindex-91e77323.js b/docs/searchindex-91e77323.js new file mode 100644 index 0000000..4c81641 --- /dev/null +++ b/docs/searchindex-91e77323.js @@ -0,0 +1 @@ +window.search = Object.assign(window.search, JSON.parse('{"doc_urls":["project-context-primer.html#project-context-primer","what-you-will-learn.html#what-you-will-learn","part-i.html#part-i--foundations","introduction.html#introduction","architecture-overview.html#architecture-overview","testing-philosophy.html#testing-philosophy","scenario-lifecycle.html#scenario-lifecycle-conceptual","design-rationale.html#design-rationale","part-ii.html#part-ii--user-guide","workspace-layout.html#workspace-layout","annotated-tree.html#annotated-tree","authoring-scenarios.html#authoring-scenarios","workloads.html#core-content-workloads--expectations","workloads.html#workloads","workloads.html#expectations","scenario-builder-ext-patterns.html#core-content-scenariobuilderext-patterns","best-practices.html#best-practices","examples.html#examples","examples.html#simple-2-validator-transaction-workload","examples.html#da--transaction-workload","examples.html#chaos--liveness-check","examples-advanced.html#advanced--artificial-examples","examples-advanced.html#synthetic-delay-workload-network-latency-simulation","examples-advanced.html#oscillating-load-workload-traffic-waves","examples-advanced.html#byzantine-behavior-mock","examples-advanced.html#custom-expectation-block-finality-drift","examples-advanced.html#custom-deployer-dry-run-deployer","examples-advanced.html#stochastic-topology-generator","examples-advanced.html#multi-phase-scenario-pipelines","running-scenarios.html#running-scenarios","runners.html#runners","runners.html#local-runner","runners.html#docker-compose-runner","runners.html#kubernetes-runner","runners.html#common-expectations","operations.html#operations","part-iii.html#part-iii--developer-reference","scenario-model.html#scenario-model-developer-level","extending.html#extending-the-framework","extending.html#adding-a-workload","extending.html#adding-an-expectation","extending.html#adding-a-runner","extending.html#adding-topology-helpers","custom-workload-example.html#example-new-workload--expectation-rust","custom-workload-example.html#workload-simple-reachability-probe","custom-workload-example.html#expectation-confirm-the-target-stayed-reachable","custom-workload-example.html#how-to-wire-it","internal-crate-reference.html#internal-crate-reference","part-iv.html#part-iv--appendix","dsl-cheat-sheet.html#core-content-dsl-cheat-sheet","troubleshooting.html#troubleshooting-scenarios","faq.html#faq","glossary.html#glossary"],"index":{"documentStore":{"docInfo":{"0":{"body":67,"breadcrumbs":6,"title":3},"1":{"body":26,"breadcrumbs":2,"title":1},"10":{"body":59,"breadcrumbs":8,"title":2},"11":{"body":101,"breadcrumbs":8,"title":2},"12":{"body":18,"breadcrumbs":12,"title":4},"13":{"body":38,"breadcrumbs":9,"title":1},"14":{"body":59,"breadcrumbs":9,"title":1},"15":{"body":84,"breadcrumbs":12,"title":4},"16":{"body":96,"breadcrumbs":8,"title":2},"17":{"body":14,"breadcrumbs":6,"title":1},"18":{"body":52,"breadcrumbs":10,"title":5},"19":{"body":54,"breadcrumbs":8,"title":3},"2":{"body":10,"breadcrumbs":4,"title":2},"20":{"body":64,"breadcrumbs":8,"title":3},"21":{"body":19,"breadcrumbs":10,"title":3},"22":{"body":59,"breadcrumbs":13,"title":6},"23":{"body":70,"breadcrumbs":12,"title":5},"24":{"body":53,"breadcrumbs":10,"title":3},"25":{"body":61,"breadcrumbs":12,"title":5},"26":{"body":64,"breadcrumbs":12,"title":5},"27":{"body":56,"breadcrumbs":10,"title":3},"28":{"body":71,"breadcrumbs":11,"title":4},"29":{"body":75,"breadcrumbs":8,"title":2},"3":{"body":84,"breadcrumbs":4,"title":1},"30":{"body":20,"breadcrumbs":6,"title":1},"31":{"body":16,"breadcrumbs":7,"title":2},"32":{"body":23,"breadcrumbs":8,"title":3},"33":{"body":17,"breadcrumbs":7,"title":2},"34":{"body":48,"breadcrumbs":7,"title":2},"35":{"body":135,"breadcrumbs":6,"title":1},"36":{"body":10,"breadcrumbs":8,"title":4},"37":{"body":134,"breadcrumbs":12,"title":4},"38":{"body":0,"breadcrumbs":8,"title":2},"39":{"body":28,"breadcrumbs":8,"title":2},"4":{"body":170,"breadcrumbs":6,"title":2},"40":{"body":23,"breadcrumbs":8,"title":2},"41":{"body":31,"breadcrumbs":8,"title":2},"42":{"body":20,"breadcrumbs":9,"title":3},"43":{"body":19,"breadcrumbs":14,"title":5},"44":{"body":120,"breadcrumbs":13,"title":4},"45":{"body":67,"breadcrumbs":14,"title":5},"46":{"body":24,"breadcrumbs":10,"title":1},"47":{"body":91,"breadcrumbs":10,"title":3},"48":{"body":10,"breadcrumbs":6,"title":3},"49":{"body":84,"breadcrumbs":11,"title":5},"5":{"body":96,"breadcrumbs":6,"title":2},"50":{"body":86,"breadcrumbs":7,"title":2},"51":{"body":99,"breadcrumbs":5,"title":1},"52":{"body":88,"breadcrumbs":5,"title":1},"6":{"body":159,"breadcrumbs":8,"title":3},"7":{"body":68,"breadcrumbs":6,"title":2},"8":{"body":10,"breadcrumbs":8,"title":4},"9":{"body":94,"breadcrumbs":8,"title":2}},"docs":{"0":{"body":"This book focuses on the Nomos Testing Framework. It assumes familiarity with\\nthe Nomos architecture, but for completeness, here is a short primer. Nomos is a modular blockchain protocol composed of validators, executors,\\nand a data-availability (DA) subsystem. Validators participate in consensus and produce blocks. Executors run application logic or off-chain computations referenced by\\nblocks. Data Availability (DA) ensures that data referenced in blocks is\\npublished and retrievable, including blobs or channel data used by workloads. These roles interact tightly, which is why meaningful testing must be performed\\nin multi-node environments that include real networking, timing, and DA\\ninteraction.","breadcrumbs":"Project Context Primer » Project Context Primer","id":"0","title":"Project Context Primer"},"1":{"body":"This book gives you a clear mental model for Nomos multi-node testing, shows how\\nto author scenarios that pair realistic workloads with explicit expectations,\\nand guides you to run them across local, containerized, and cluster environments\\nwithout changing the plan.","breadcrumbs":"What You Will Learn » What You Will Learn","id":"1","title":"What You Will Learn"},"10":{"body":"High-level view of the workspace and how pieces relate: nomos-testing/\\n├─ testing-framework/\\n│ ├─ configs/ # shared configuration helpers\\n│ ├─ core/ # scenario model, runtime, topology\\n│ ├─ workflows/ # workloads, expectations, DSL extensions\\n│ └─ runners/ # local, compose, k8s deployment backends\\n├─ tests/ # integration scenarios using the framework\\n└─ scripts/ # supporting setup utilities (e.g., assets) Each area maps to a responsibility: describe configs, orchestrate scenarios,\\npackage common traffic and assertions, adapt to environments, and demonstrate\\nend-to-end usage.","breadcrumbs":"Part II — User Guide » Annotated Tree » Annotated Tree","id":"10","title":"Annotated Tree"},"11":{"body":"Creating a scenario is a declarative exercise: Shape the topology: decide how many validators and executors to run, and\\nwhat high-level network and data-availability characteristics matter for the\\ntest. Attach workloads: pick traffic generators that align with your goals\\n(transactions, data-availability blobs, or chaos for resilience probes). Define expectations: specify the health signals that must hold when the\\nrun finishes (e.g., consensus liveness, inclusion of submitted activity; see Core Content: Workloads & Expectations). Set duration: choose a run window long enough to observe meaningful\\nblock progression and the effects of your workloads. Choose a runner: target local processes for fast iteration, Docker\\nCompose for reproducible multi-node stacks, or Kubernetes for cluster-grade\\nvalidation. For environment considerations, see Operations. Keep scenarios small and explicit: make the intended behavior and the success\\ncriteria clear so failures are easy to interpret and act upon.","breadcrumbs":"Part II — User Guide » Authoring Scenarios » Authoring Scenarios","id":"11","title":"Authoring Scenarios"},"12":{"body":"Workloads describe the activity a scenario generates; expectations describe the\\nsignals that must hold when that activity completes. Both are pluggable so\\nscenarios stay readable and purpose-driven.","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Core Content: Workloads & Expectations","id":"12","title":"Core Content: Workloads & Expectations"},"13":{"body":"Transaction workload: submits user-level transactions at a configurable\\nrate and can limit how many distinct actors participate. Data-availability workload: drives blob and channel activity to exercise\\ndata-availability paths. Chaos workload: triggers controlled node restarts to test resilience and\\nrecovery behaviors (requires a runner that can control nodes).","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Workloads","id":"13","title":"Workloads"},"14":{"body":"Consensus liveness: verifies the system continues to produce blocks in\\nline with the planned workload and timing window. Workload-specific checks: each workload can attach its own success\\ncriteria (e.g., inclusion of submitted activity) so scenarios remain concise. Together, workloads and expectations let you express both the pressure applied\\nto the system and the definition of “healthy” for that run. Mermaid view (pipeline): flowchart TD I[\\"Inputs: topology + wallets + rates\\"] Init[\\"Workload init\\"] Drive[\\"Drive traffic\\"] Collect[\\"Collect signals\\"] Eval[\\"Expectations evaluate\\"] I --> Init --> Drive --> Collect --> Eval","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Expectations","id":"14","title":"Expectations"},"15":{"body":"Patterns that keep scenarios readable and reusable: Topology-first: start by shaping the cluster (counts, layout) so later\\nsteps inherit a clear foundation. Bundle defaults: use the DSL helpers to attach common expectations (like\\nliveness) whenever you add a matching workload, reducing forgotten checks. Intentional rates: express traffic in per-block terms to align with\\nprotocol timing rather than wall-clock assumptions. Opt-in chaos: enable restart patterns only in scenarios meant to probe\\nresilience; keep functional smoke tests deterministic. Wallet clarity: seed only the number of actors you need; it keeps\\ntransaction scenarios deterministic and interpretable. These patterns make scenario definitions self-explanatory while staying aligned\\nwith the framework’s block-oriented timing model.","breadcrumbs":"Part II — User Guide » Core Content: ScenarioBuilderExt Patterns » Core Content: ScenarioBuilderExt Patterns","id":"15","title":"Core Content: ScenarioBuilderExt Patterns"},"16":{"body":"State your intent: document the goal of each scenario (throughput, DA\\nvalidation, resilience) so expectation choices are obvious. Keep runs meaningful: choose durations that allow multiple blocks and make\\ntiming-based assertions trustworthy. Separate concerns: start with deterministic workloads for functional\\nchecks; add chaos in dedicated resilience scenarios to avoid noisy failures. Reuse patterns: standardize on shared topology and workload presets so\\nresults are comparable across environments and teams. Observe first, tune second: rely on liveness and inclusion signals to\\ninterpret outcomes before tweaking rates or topology. Environment fit: pick runners that match the feedback loop you need—local\\nfor speed, compose for reproducible stacks, k8s for cluster-grade fidelity. Minimal surprises: seed only necessary wallets and keep configuration\\ndeltas explicit when moving between CI and developer machines.","breadcrumbs":"Part II — User Guide » Best Practices » Best Practices","id":"16","title":"Best Practices"},"17":{"body":"Concrete scenario shapes that illustrate how to combine topologies, workloads,\\nand expectations. Adjust counts, rates, and durations to fit your environment.","breadcrumbs":"Part II — User Guide » Examples » Examples","id":"17","title":"Examples"},"18":{"body":"Topology: two validators. Workload: transaction submissions at a modest per-block rate with a small\\nset of wallet actors. Expectations: consensus liveness and inclusion of submitted activity. When to use: smoke tests for consensus and transaction flow on minimal\\nhardware. Setup (Rust): #![allow(unused)] fn main() {\\nuse std::time::Duration;\\nuse testing_framework_core::scenario::ScenarioBuilder; let plan = ScenarioBuilder::with_node_counts(2, 0) .transactions() .rate(3) .users(4) .apply() .with_run_duration(Duration::from_secs(60)) .expect_consensus_liveness() .build();\\n// deploy with your runner of choice (local/compose/k8s) and run }","breadcrumbs":"Part II — User Guide » Examples » Simple 2-validator transaction workload","id":"18","title":"Simple 2-validator transaction workload"},"19":{"body":"Topology: validators plus executors if available. Workloads: data-availability blobs/channels and transactions running\\ntogether to stress both paths. Expectations: consensus liveness and workload-level inclusion/availability\\nchecks. When to use: end-to-end coverage of transaction and DA layers in one run. Setup (Rust): #![allow(unused)] fn main() {\\nuse std::time::Duration;\\nuse testing_framework_core::scenario::ScenarioBuilder; let plan = ScenarioBuilder::with_node_counts(2, 1) .transactions() .rate(5) .users(8) .apply() .da() .channel_rate(1) .blob_rate(1) .apply() .with_run_duration(Duration::from_secs(90)) .expect_consensus_liveness() .build(); }","breadcrumbs":"Part II — User Guide » Examples » DA + transaction workload","id":"19","title":"DA + transaction workload"},"2":{"body":"Conceptual chapters that establish the mental model for the framework and how\\nit approaches multi-node testing.","breadcrumbs":"Part I — Foundations » Part I — Foundations","id":"2","title":"Part I — Foundations"},"20":{"body":"Topology: validators (optionally executors) with node control enabled. Workloads: baseline traffic (transactions or DA) plus chaos restarts on\\nselected roles. Expectations: consensus liveness to confirm the system keeps progressing\\ndespite restarts; workload-specific inclusion if traffic is present. When to use: resilience validation and operational readiness drills. Setup (Rust): #![allow(unused)] fn main() {\\nuse std::time::Duration;\\nuse testing_framework_core::scenario::ScenarioBuilder;\\nuse testing_framework_workflows::workloads::transaction; let plan = ScenarioBuilder::with_node_counts(2, 1) .enable_node_control() .transactions() .rate(3) .users(4) .apply() .chaos_random_restart() .min_delay(Duration::from_secs(45)) .max_delay(Duration::from_secs(75)) .target_cooldown(Duration::from_secs(120)) .apply() .with_run_duration(Duration::from_secs(120)) .expect_consensus_liveness() .build(); }","breadcrumbs":"Part II — User Guide » Examples » Chaos + liveness check","id":"20","title":"Chaos + liveness check"},"21":{"body":"These illustrative scenarios stretch the framework to show how to build new\\nworkloads, expectations, deployers, and topology tricks. They are intentionally\\n“synthetic” to teach capabilities rather than prescribe production tests.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Advanced & Artificial Examples","id":"21","title":"Advanced & Artificial Examples"},"22":{"body":"Idea: inject fake latency between node interactions using internal timers,\\nnot OS-level tooling. Demonstrates: sequencing control inside a workload, verifying protocol\\nprogression under induced lag, using timers to pace submissions. Shape: wrap submissions in delays that mimic slow peers; ensure the\\nexpectation checks blocks still progress. Setup (Rust): #![allow(unused)] fn main() {\\nuse testing_framework_core::scenario::ScenarioBuilder;\\n// SyntheticDelayWorkload is a custom workload you implement. let plan = ScenarioBuilder::with_node_counts(2, 0) .with_workload(SyntheticDelayWorkload::new(Duration::from_millis(200))) .expect_consensus_liveness() .with_run_duration(Duration::from_secs(90)) .build(); }","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Synthetic Delay Workload (Network Latency Simulation)","id":"22","title":"Synthetic Delay Workload (Network Latency Simulation)"},"23":{"body":"Idea: traffic rate changes every block or N seconds (e.g., blocks 1–3 low,\\n4–5 high, 6–7 zero, repeat). Demonstrates: dynamic, stateful workloads that use RunMetrics to time\\nphases; modeling real-world burstiness. Shape: schedule per-phase rates; confirm inclusion/liveness across peaks\\nand troughs. Setup (Rust): #![allow(unused)] fn main() {\\nuse testing_framework_core::scenario::ScenarioBuilder;\\n// OscillatingLoadWorkload is a custom workload you implement with phased rates. let plan = ScenarioBuilder::with_node_counts(2, 1) .with_workload( OscillatingLoadWorkload::new() .low(2) // blocks 1-3 .high(8) // blocks 4-5 .idle() // blocks 6-7 ) .expect_consensus_liveness() .with_run_duration(Duration::from_secs(120)) .build(); }","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Oscillating Load Workload (Traffic Waves)","id":"23","title":"Oscillating Load Workload (Traffic Waves)"},"24":{"body":"Idea: a workload that drops half its planned submissions, sometimes\\ndouble-submits, and intentionally triggers expectation failures. Demonstrates: negative testing, resilience checks, and the value of clear\\nexpectations when behavior is adversarial by design. Shape: parameterize drop/double-submit probabilities; pair with an\\nexpectation that documents what “bad” looks like. Setup (Rust): #![allow(unused)] fn main() {\\nuse testing_framework_core::scenario::ScenarioBuilder;\\n// ByzantineMockWorkload and ByzantineExpectation are custom components you write. let plan = ScenarioBuilder::with_node_counts(2, 0) .with_workload(ByzantineMockWorkload::new().drop_rate(0.5).double_rate(0.1)) .with_expectation(ByzantineExpectation::new()) .with_run_duration(Duration::from_secs(90)) .build(); }","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Byzantine Behavior Mock","id":"24","title":"Byzantine Behavior Mock"},"25":{"body":"Idea: assert the last few blocks differ and block time stays within a\\ntolerated drift budget. Demonstrates: consuming BlockFeed or time-series metrics to validate\\nprotocol cadence; crafting post-run assertions around block diversity and\\ntiming. Shape: collect recent blocks, confirm no duplicates, and compare observed\\nintervals to a drift threshold. Setup (Rust): #![allow(unused)] fn main() {\\nuse testing_framework_core::scenario::ScenarioBuilder;\\n// BlockFinalityDrift is a custom expectation you implement using BlockFeed/metrics. let plan = ScenarioBuilder::with_node_counts(2, 0) .expect_consensus_liveness() .with_expectation(BlockFinalityDrift::with_tolerance(Duration::from_secs(4))) .with_run_duration(Duration::from_secs(120)) .build(); }","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Custom Expectation: Block Finality Drift","id":"25","title":"Custom Expectation: Block Finality Drift"},"26":{"body":"Idea: a deployer that never starts nodes; it emits configs, simulates\\nreadiness, provides fake blockfeed/metrics. Demonstrates: full power of the deployer interface for CI dry-runs,\\nconfig verification, and ultra-fast feedback without Nomos binaries. Shape: produce logs/artifacts, stub readiness, and feed synthetic blocks\\nso expectations can still run. Setup (Rust): #![allow(unused)] fn main() {\\n// DryRunDeployer is a custom deployer you implement to satisfy the Deployer trait.\\nuse testing_framework_core::scenario::ScenarioBuilder; let plan = ScenarioBuilder::with_node_counts(2, 0) .expect_consensus_liveness() .with_run_duration(Duration::from_secs(30)) .build(); let runner = DryRunDeployer::default().deploy(&plan).await?;\\nlet _handle = runner.run(&mut plan.clone()).await?; }","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Custom Deployer: Dry-Run Deployer","id":"26","title":"Custom Deployer: Dry-Run Deployer"},"27":{"body":"Idea: topology parameters change at runtime (random validators, DA\\nsettings, network shapes). Demonstrates: randomized property testing and fuzzing approaches to\\ntopology building. Shape: pick roles and network layouts randomly per run; keep expectations\\ntolerant to variability while still asserting core liveness. Setup (Rust): #![allow(unused)] fn main() {\\nuse testing_framework_core::scenario::ScenarioBuilder;\\n// StochasticTopologyBuilder wraps ScenarioBuilder to randomize counts/layout. let plan = StochasticTopologyBuilder::new() .with_validator_range(1..=4) .with_executor_range(0..=2) .with_random_layouts() .finish() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(90)) .build(); }","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Stochastic Topology Generator","id":"27","title":"Stochastic Topology Generator"},"28":{"body":"Idea: scenario runs in phases (e.g., phase 1 transactions, phase 2 DA,\\nphase 3 restarts, phase 4 sync check). Demonstrates: multi-stage tests, modular scenario assembly, and deliberate\\nlifecycle control. Shape: drive phase-specific workloads/expectations sequentially; enforce\\nclear boundaries and post-phase checks. Setup (Rust): #![allow(unused)] fn main() {\\nuse std::time::Duration;\\nuse testing_framework_core::scenario::ScenarioBuilder; let plan = ScenarioBuilder::with_node_counts(2, 1) .transactions().rate(4).apply() // phase 1 .da().channel_rate(1).blob_rate(1).apply() // phase 2 .chaos_random_restart() // phase 3 .min_delay(Duration::from_secs(30)) .max_delay(Duration::from_secs(60)) .target_cooldown(Duration::from_secs(90)) .apply() .expect_consensus_liveness() // phase 4 check .with_run_duration(Duration::from_secs(180)) .build(); }","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Multi-Phase Scenario (“Pipelines”)","id":"28","title":"Multi-Phase Scenario (“Pipelines”)"},"29":{"body":"Running a scenario follows the same conceptual flow regardless of environment: Select or author a scenario plan that pairs a topology with workloads,\\nexpectations, and a suitable run window. Choose a runner aligned with your environment (local, compose, or k8s) and\\nensure its prerequisites are available. Deploy the plan through the runner; wait for readiness signals before\\nstarting workloads. Let workloads drive activity for the planned duration; keep observability\\nsignals visible so you can correlate outcomes. Evaluate expectations and capture results as the primary pass/fail signal. Use the same plan across different runners to compare behavior between local\\ndevelopment and CI or cluster settings. For environment prerequisites and\\nflags, see Operations.","breadcrumbs":"Part II — User Guide » Running Scenarios » Running Scenarios","id":"29","title":"Running Scenarios"},"3":{"body":"The Nomos Testing Framework is a purpose-built toolkit for exercising Nomos in\\nrealistic, multi-node environments. It solves the gap between small, isolated\\ntests and full-system validation by letting teams describe a cluster layout,\\ndrive meaningful traffic, and assert the outcomes in one coherent plan. It is for protocol engineers, infrastructure operators, and QA teams who need\\nrepeatable confidence that validators, executors, and data-availability\\ncomponents work together under network and timing constraints. Multi-node integration testing is required because many Nomos behaviors—block\\nprogress, data availability, liveness under churn—only emerge when several\\nroles interact over real networking and time. This framework makes those checks\\ndeclarative, observable, and portable across environments.","breadcrumbs":"Part I — Foundations » Introduction » Introduction","id":"3","title":"Introduction"},"30":{"body":"Runners turn a scenario plan into a live environment while keeping the plan\\nunchanged. Choose based on feedback speed, reproducibility, and fidelity. For\\nenvironment and operational considerations, see Operations:","breadcrumbs":"Part II — User Guide » Runners » Runners","id":"30","title":"Runners"},"31":{"body":"Launches node processes directly on the host. Fastest feedback loop and minimal orchestration overhead. Best for development-time iteration and debugging.","breadcrumbs":"Part II — User Guide » Runners » Local runner","id":"31","title":"Local runner"},"32":{"body":"Starts nodes in containers to provide a reproducible multi-node stack on a\\nsingle machine. Discovers service ports and wires observability for convenient inspection. Good balance between fidelity and ease of setup.","breadcrumbs":"Part II — User Guide » Runners » Docker Compose runner","id":"32","title":"Docker Compose runner"},"33":{"body":"Deploys nodes onto a cluster for higher-fidelity, longer-running scenarios. Suits CI or shared environments where cluster behavior and scheduling matter.","breadcrumbs":"Part II — User Guide » Runners » Kubernetes runner","id":"33","title":"Kubernetes runner"},"34":{"body":"All runners require at least one validator and, for transaction scenarios,\\naccess to seeded wallets. Readiness probes gate workload start so traffic begins only after nodes are\\nreachable. Environment flags can relax timeouts or increase tracing when diagnostics are\\nneeded. Mermaid view (runner abstraction): flowchart TD Plan[Scenario Plan] --> RunSel{Runner (local | compose | k8s)} RunSel --> Provision[Provision & readiness] Provision --> Runtime[Runtime + observability] Runtime --> Exec[Workloads & Expectations execute]","breadcrumbs":"Part II — User Guide » Runners » Common expectations","id":"34","title":"Common expectations"},"35":{"body":"Operational readiness focuses on prerequisites, environment fit, and clear\\nsignals: Prerequisites: keep a sibling nomos-node checkout available; ensure the\\nchosen runner’s platform needs are met (local binaries for host runs, Docker\\nfor compose, cluster access for k8s). Artifacts: some scenarios depend on prover or circuit assets; fetch them\\nahead of time with the provided helper scripts when needed. Environment flags: use slow-environment toggles to relax timeouts, enable\\ntracing when debugging, and adjust observability ports to avoid clashes. Readiness checks: verify runners report node readiness before starting\\nworkloads; this avoids false negatives from starting too early. Failure triage: map failures to missing prerequisites (wallet seeding,\\nnode control availability), runner platform issues, or unmet expectations.\\nStart with liveness signals, then dive into workload-specific assertions. Treat operational hygiene—assets present, prerequisites satisfied, observability\\nreachable—as the first step to reliable scenario outcomes. Mermaid view (metrics/observability flow): flowchart TD Expose[Runner exposes endpoints/ports] --> Collect[Runtime collects block/health signals] Collect --> Consume[Expectations consume signals and decide pass/fail] Consume --> Inspect[Operators inspect logs/metrics when failures arise]","breadcrumbs":"Part II — User Guide » Operations » Operations","id":"35","title":"Operations"},"36":{"body":"Deep dives for contributors who extend the framework, evolve its abstractions,\\nor maintain the crate set.","breadcrumbs":"Part III — Developer Reference » Part III — Developer Reference","id":"36","title":"Part III — Developer Reference"},"37":{"body":"The scenario model defines clear, composable responsibilities: Topology: a declarative description of the cluster—how many nodes, their\\nroles, and the broad network and data-availability characteristics. Validators\\nrun the nomos-node binary (consensus/block production); executors run the nomos-executor binary (consensus-aware executor service stack). The topology\\nrepresents the intended shape of the system under test. Scenario: a plan combining topology, workloads, expectations, and a run\\nwindow. Building a scenario validates prerequisites (like seeded wallets) and\\nensures the run lasts long enough to observe meaningful block progression. Workloads: asynchronous tasks that generate traffic or conditions. They\\nuse shared context to interact with the deployed cluster and may bundle\\ndefault expectations. Expectations: post-run assertions. They can capture baselines before\\nworkloads start and evaluate success once activity stops. Runtime: coordinates workloads and expectations for the configured\\nduration, enforces cooldowns when control actions occur, and ensures cleanup\\nso runs do not leak resources. Developers extending the model should keep these boundaries strict: topology\\ndescribes, scenarios assemble, runners deploy, workloads drive, and expectations\\njudge outcomes. For guidance on adding new capabilities, see Extending the Framework.","breadcrumbs":"Part III — Developer Reference » Scenario Model (Developer Level) » Scenario Model (Developer Level)","id":"37","title":"Scenario Model (Developer Level)"},"38":{"body":"","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Extending the Framework","id":"38","title":"Extending the Framework"},"39":{"body":"Implement the workload contract: provide a name, optional bundled expectations, validate prerequisites up front, and drive asynchronous activity against the deployed cluster. Export it through the workflows layer and consider adding DSL helpers for ergonomic wiring.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding a workload","id":"39","title":"Adding a workload"},"4":{"body":"The framework follows a clear flow: Topology → Scenario → Deployer → Runner → Workloads → Expectations. Topology describes the cluster: how many nodes, their roles, and the high-level network and data-availability parameters they should follow. Scenario combines that topology with the activities to run and the checks to perform, forming a single plan. Deployer turns the plan into a concrete environment on the chosen backend (local processes, Docker Compose, or Kubernetes). Runner is shared across deployers; it drives workloads and expectations using the provided runtime context. Workloads generate traffic and conditions that exercise the system. Expectations observe the run and judge success or failure once activity completes. The deployer supplies a RunContext (clients, metrics, optional NodeControlHandle) that the runner and workloads/expectations share; it carries the runtime view and control hooks for the deployed cluster. The optional NodeControlHandle lets the runner (and chaos workloads) restart or manage nodes in the deployed environment. Mermaid view: sequenceDiagram participant T as Topology (shape cluster) participant S as Scenario (plan) participant D as Deployer (provision env) participant R as Runner (drive with RunContext) participant W as Workloads (drive traffic) participant X as Expectations (verify outcomes) T->>S: describe roles/params S->>D: hand plan D->>R: provision + provide RunContext R->>W: start workloads with context R->>X: evaluate outcomes after run Each layer has a narrow responsibility so that cluster shape, deployment choice,\\ntraffic generation, and health checks can evolve independently while fitting\\ntogether predictably.","breadcrumbs":"Part I — Foundations » Architecture Overview » Architecture Overview","id":"4","title":"Architecture Overview"},"40":{"body":"Implement the expectation contract: capture baselines if needed and evaluate outcomes after workloads finish; report meaningful errors to aid debugging. Expose reusable expectations from the workflows layer so scenarios can attach them declaratively.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding an expectation","id":"40","title":"Adding an expectation"},"41":{"body":"Implement the deployer contract for the target backend, producing a runtime context with client access, metrics endpoints, and optional node control. Preserve cleanup guarantees so resources are reclaimed even when runs fail; mirror readiness and observation signals used by existing runners for consistency.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding a runner","id":"41","title":"Adding a runner"},"42":{"body":"Extend the topology description with new layouts or presets while keeping defaults safe and predictable; favor declarative inputs over ad hoc logic so scenarios stay reviewable.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding topology helpers","id":"42","title":"Adding topology helpers"},"43":{"body":"A minimal, end-to-end illustration of adding a custom workload and matching\\nexpectation. This shows the shape of the traits and where to plug into the\\nframework; expand the logic to fit your real test.","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Example: New Workload & Expectation (Rust)","id":"43","title":"Example: New Workload & Expectation (Rust)"},"44":{"body":"Key ideas: name: identifies the workload in logs. expectations: workloads can bundle defaults so callers don’t forget checks. init: derive inputs from the generated topology (e.g., pick a target node). start: drive async activity using the shared RunContext. #![allow(unused)] fn main() {\\nuse std::sync::Arc;\\nuse async_trait::async_trait;\\nuse testing_framework_core::scenario::{ DynError, Expectation, RunContext, RunMetrics, Workload,\\n};\\nuse testing_framework_core::topology::GeneratedTopology; pub struct ReachabilityWorkload { target_idx: usize, bundled: Vec>,\\n} impl ReachabilityWorkload { pub fn new(target_idx: usize) -> Self { Self { target_idx, bundled: vec![Box::new(ReachabilityExpectation::new(target_idx))], } }\\n} #[async_trait]\\nimpl Workload for ReachabilityWorkload { fn name(&self) -> &\'static str { \\"reachability_workload\\" } fn expectations(&self) -> Vec> { self.bundled.clone() } fn init( &mut self, topology: &GeneratedTopology, _metrics: &RunMetrics, ) -> Result<(), DynError> { if topology.validators().get(self.target_idx).is_none() { return Err(\\"no validator at requested index\\".into()); } Ok(()) } async fn start(&self, ctx: &RunContext) -> Result<(), DynError> { let client = ctx .clients() .validators() .get(self.target_idx) .ok_or(\\"missing target client\\")?; // Pseudo-action: issue a lightweight RPC to prove reachability. client.health_check().await.map_err(|e| e.into()) }\\n} }","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Workload: simple reachability probe","id":"44","title":"Workload: simple reachability probe"},"45":{"body":"Key ideas: start_capture: snapshot baseline if needed (not used here). evaluate: assert the condition after workloads finish. #![allow(unused)] fn main() {\\nuse async_trait::async_trait;\\nuse testing_framework_core::scenario::{DynError, Expectation, RunContext}; pub struct ReachabilityExpectation { target_idx: usize,\\n} impl ReachabilityExpectation { pub fn new(target_idx: usize) -> Self { Self { target_idx } }\\n} #[async_trait]\\nimpl Expectation for ReachabilityExpectation { fn name(&self) -> &str { \\"target_reachable\\" } async fn evaluate(&mut self, ctx: &RunContext) -> Result<(), DynError> { let client = ctx .clients() .validators() .get(self.target_idx) .ok_or(\\"missing target client\\")?; client.health_check().await.map_err(|e| { format!(\\"target became unreachable during run: {e}\\").into() }) }\\n} }","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Expectation: confirm the target stayed reachable","id":"45","title":"Expectation: confirm the target stayed reachable"},"46":{"body":"Build your scenario as usual and call .with_workload(ReachabilityWorkload::new(0)). The bundled expectation is attached automatically; you can add more with .with_expectation(...) if needed. Keep the logic minimal and fast for smoke tests; grow it into richer probes\\nfor deeper scenarios.","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » How to wire it","id":"46","title":"How to wire it"},"47":{"body":"High-level roles of the crates that make up the framework: Configs: prepares reusable configuration primitives for nodes, networking,\\ntracing, data availability, and wallets, shared by all scenarios and runners. Core scenario orchestration: houses the topology and scenario model,\\nruntime coordination, node clients, and readiness/health probes. Workflows: packages workloads and expectations into reusable building\\nblocks and offers a fluent DSL to assemble them. Runners: implements deployment backends (local host, Docker Compose,\\nKubernetes) that all consume the same scenario plan. Test workflows: example scenarios and integration checks that exercise the\\nframework end to end and serve as living documentation. Use this map to locate where to add new capabilities: configuration primitives\\nin configs, orchestration changes in core, reusable traffic/assertions in\\nworkflows, environment adapters in runners, and demonstrations in tests.","breadcrumbs":"Part III — Developer Reference » Internal Crate Reference » Internal Crate Reference","id":"47","title":"Internal Crate Reference"},"48":{"body":"Quick-reference material and supporting guidance to keep scenarios discoverable,\\ndebuggable, and consistent.","breadcrumbs":"Part IV — Appendix » Part IV — Appendix","id":"48","title":"Part IV — Appendix"},"49":{"body":"The framework offers a fluent builder style to keep scenarios readable. Common\\nknobs: Topology shaping: set validator and executor counts, pick a network layout\\nstyle, and adjust high-level data-availability traits. Wallet seeding: define how many users participate and the total funds\\navailable for transaction workloads. Workload tuning: configure transaction rates, data-availability channel\\nand blob rates, and whether chaos restarts should include validators,\\nexecutors, or both. Expectations: attach liveness and workload-specific checks so success is\\nexplicit. Run window: set a minimum duration long enough for multiple blocks to be\\nobserved and verified. Use these knobs to express intent clearly, keeping scenario definitions concise\\nand consistent across teams.","breadcrumbs":"Part IV — Appendix » DSL Cheat Sheet » Core Content: DSL Cheat Sheet","id":"49","title":"Core Content: DSL Cheat Sheet"},"5":{"body":"Declarative over imperative: describe the desired cluster shape, traffic, and success criteria; let the framework orchestrate the run. Observable health signals: prefer liveness and inclusion signals that reflect real user impact instead of internal debug state. Determinism first: default scenarios aim for repeatable outcomes with fixed topologies and traffic rates; variability is opt-in. Targeted non-determinism: introduce randomness (e.g., restarts) only when probing resilience or operational robustness. Protocol time, not wall time: reason in blocks and protocol-driven intervals to reduce dependence on host speed or scheduler noise. Minimum run window: always allow enough block production to make assertions meaningful; very short runs risk false confidence. Use chaos with intent: chaos workloads are for recovery and fault-tolerance validation, not for baseline functional checks.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Testing Philosophy","id":"5","title":"Testing Philosophy"},"50":{"body":"Common symptoms and likely causes: No or slow block progression: runner started workloads before readiness, insufficient run window, or environment too slow—extend duration or enable slow-environment tuning. Transactions not included: missing or insufficient wallet seeding, misaligned transaction rate with block cadence, or network instability—reduce rate and verify wallet setup. Chaos stalls the run: node control not available for the chosen runner or restart cadence too aggressive—enable control capability and widen restart intervals. Observability gaps: metrics or logs unreachable because ports clash or services are not exposed—adjust observability ports and confirm runner wiring. Flaky behavior across runs: mixing chaos with functional smoke tests or inconsistent topology between environments—separate deterministic and chaos scenarios and standardize topology presets.","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Troubleshooting Scenarios","id":"50","title":"Troubleshooting Scenarios"},"51":{"body":"Why block-oriented timing? Using block cadence reduces dependence on host speed and keeps assertions aligned with protocol behavior. Can I reuse the same scenario across runners? Yes. The plan stays the same; swap runners (local, compose, k8s) to target different environments. When should I enable chaos workloads? Only when testing resilience or operational recovery; keep functional smoke tests deterministic. How long should runs be? Long enough for multiple blocks so liveness and inclusion checks are meaningful; very short runs risk false confidence. Do I always need seeded wallets? Only for transaction scenarios. Data-availability or pure chaos scenarios may not require them, but liveness checks still need validators producing blocks. What if expectations fail but workloads “look fine”? Trust expectations first—they capture the intended success criteria. Use the observability signals and runner logs to pinpoint why the system missed the target.","breadcrumbs":"Part IV — Appendix » FAQ » FAQ","id":"51","title":"FAQ"},"52":{"body":"Validator: node role that runs the nomos-node binary for consensus and\\nblock production. Executor: node role that runs the nomos-executor binary, participates in\\nconsensus, and executes the executor service stack (including its own\\nmempool/topic wiring). DA (Data Availability): subsystem ensuring blobs or channel data are\\npublished and retrievable for validation. Workload: traffic or behavior generator that exercises the system during a\\nscenario run. Expectation: post-run assertion that judges whether the system met the\\nintended success criteria. Topology: declarative description of the cluster shape, roles, and\\nhigh-level parameters for a scenario. Blockfeed: stream of block observations used for liveness or inclusion\\nsignals during a run. Control capability: the ability for a runner to start, stop, or restart\\nnodes, used by chaos workloads.","breadcrumbs":"Part IV — Appendix » Glossary » Glossary","id":"52","title":"Glossary"},"6":{"body":"Build the plan: Declare a topology, attach workloads and expectations, and set the run window. The plan is the single source of truth for what will happen. Deploy: Hand the plan to a runner. It provisions the environment on the chosen backend and waits for nodes to signal readiness. Drive workloads: Start traffic and behaviors (transactions, data-availability activity, restarts) for the planned duration. Observe blocks and signals: Track block progression and other high-level metrics during or after the run window to ground assertions in protocol time. Evaluate expectations: Once activity stops (and optional cooldown completes), check liveness and workload-specific outcomes to decide pass or fail. Cleanup: Tear down resources so successive runs start fresh and do not inherit leaked state. Mermaid view (sequence): sequenceDiagram participant P as Plan (topology + workloads + expectations) participant D as Deployer (provision & readiness) participant R as Runner (orchestrate run) participant X as Expectations (baseline + evaluation) participant W as Workloads (drive traffic) participant C as Cleanup P->>D: hand scenario plan D->>R: provision env + provide RunContext R->>X: start_capture baseline R->>W: start workloads for run window R-->>X: consume signals during run (block feed/metrics) R-->>R: observe blocks/metrics during run R->>X: evaluate expectations after workloads R->>C: cleanup resources","breadcrumbs":"Part I — Foundations » Scenario Lifecycle (Conceptual) » Scenario Lifecycle (Conceptual)","id":"6","title":"Scenario Lifecycle (Conceptual)"},"7":{"body":"Modular crates keep configuration, orchestration, workloads, and runners decoupled so each can evolve without breaking the others. Pluggable runners let the same scenario run on a laptop, a Docker host, or a Kubernetes cluster, making validation portable across environments. Separated workloads and expectations clarify intent: what traffic to generate versus how to judge success. This simplifies review and reuse. Declarative topology makes cluster shape explicit and repeatable, reducing surprise when moving between CI and developer machines. Maintainability through predictability: a clear flow from plan to deployment to verification lowers the cost of extending the framework and interpreting failures.","breadcrumbs":"Part I — Foundations » Design Rationale » Design Rationale","id":"7","title":"Design Rationale"},"8":{"body":"Practical guidance for shaping scenarios, combining workloads and expectations,\\nand running them across different environments.","breadcrumbs":"Part II — User Guide » Part II — User Guide","id":"8","title":"Part II — User Guide"},"9":{"body":"The workspace focuses on multi-node integration testing and sits alongside a nomos-node checkout. Its crates separate concerns to keep scenarios\\nrepeatable and portable: Configs: prepares high-level node, network, tracing, and wallet settings\\nused across test environments. Core scenario orchestration: the engine that holds topology descriptions,\\nscenario plans, runtimes, workloads, and expectations. Workflows: ready-made workloads (transactions, data-availability, chaos)\\nand reusable expectations assembled into a user-facing DSL. Runners: deployment backends for local processes, Docker Compose, and\\nKubernetes, all consuming the same scenario plan. Test workflows: example scenarios and integration checks that show how\\nthe pieces fit together. This split keeps configuration, orchestration, reusable traffic patterns, and\\ndeployment adapters loosely coupled while sharing one mental model for tests.","breadcrumbs":"Part II — User Guide » Workspace Layout » Workspace Layout","id":"9","title":"Workspace Layout"}},"length":53,"save":true},"fields":["title","body","breadcrumbs"],"index":{"body":{"root":{"0":{"df":5,"docs":{"18":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0}}},"1":{"df":4,"docs":{"19":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.4142135623730951},"28":{"tf":1.7320508075688772}},"–":{"3":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}}},"2":{"df":2,"docs":{"18":{"tf":1.0},"28":{"tf":1.4142135623730951}}},"3":{"df":2,"docs":{"23":{"tf":1.0},"28":{"tf":1.4142135623730951}}},"4":{"df":2,"docs":{"23":{"tf":1.0},"28":{"tf":1.4142135623730951}},"–":{"5":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}}},"5":{"df":1,"docs":{"23":{"tf":1.0}}},"6":{"df":1,"docs":{"23":{"tf":1.0}},"–":{"7":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}}},"7":{"df":1,"docs":{"23":{"tf":1.0}}},"_":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"26":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"52":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"34":{"tf":1.0},"36":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"34":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"37":{"tf":1.0},"44":{"tf":1.0}}}},"v":{"df":11,"docs":{"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.0},"29":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"44":{"tf":1.0},"6":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"18":{"tf":1.0}}}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"10":{"tf":1.0},"47":{"tf":1.0},"9":{"tf":1.0}}}}},"d":{"df":4,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0}}},"df":6,"docs":{"37":{"tf":1.0},"39":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.0}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"17":{"tf":1.0},"35":{"tf":1.0},"49":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"21":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"24":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"39":{"tf":1.0}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}}}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"35":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"d":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":1,"docs":{"5":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":4,"docs":{"11":{"tf":1.0},"15":{"tf":1.4142135623730951},"29":{"tf":1.0},"51":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":12,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0}}}}}}},"df":2,"docs":{"16":{"tf":1.0},"5":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"5":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"48":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"0":{"tf":1.0}}},"df":5,"docs":{"14":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"28":{"tf":1.0}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"2":{"tf":1.0},"27":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"4":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"35":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"28":{"tf":1.0},"37":{"tf":1.0},"47":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":12,"docs":{"10":{"tf":1.0},"16":{"tf":1.0},"25":{"tf":1.4142135623730951},"27":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0}}}},"t":{"df":2,"docs":{"10":{"tf":1.0},"35":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"0":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{":":{":":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"44":{"tf":1.4142135623730951},"45":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"37":{"tf":1.0},"39":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":7,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"40":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"29":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":16,"docs":{"0":{"tf":1.4142135623730951},"11":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"29":{"tf":1.0},"3":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"37":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.7320508075688772},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"16":{"tf":1.0},"35":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"10":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"47":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}}},"d":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"16":{"tf":1.0},"30":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"20":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"e":{"c":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"16":{"tf":1.0},"29":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"50":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"34":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":9,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"24":{"tf":1.4142135623730951},"29":{"tf":1.0},"33":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"31":{"tf":1.0}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":7,"docs":{"16":{"tf":1.0},"22":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0},"50":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"26":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"b":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":5,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"13":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0}},"s":{"/":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"19":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"35":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":18,"docs":{"0":{"tf":1.7320508075688772},"11":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"18":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":2.23606797749979},"25":{"tf":2.23606797749979},"26":{"tf":1.0},"37":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"51":{"tf":2.0},"52":{"tf":1.4142135623730951},"6":{"tf":1.7320508075688772}},"f":{"df":0,"docs":{},"e":{"df":2,"docs":{"25":{"tf":1.0},"52":{"tf":1.0}},"e":{"d":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"25":{"tf":1.0},"26":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"0":{"tf":1.0},"1":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"12":{"tf":1.0},"14":{"tf":1.0},"19":{"tf":1.0},"49":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"28":{"tf":1.0},"37":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"a":{"d":{"df":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":15,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"6":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"49":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":5,"docs":{"15":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"44":{"tf":1.7320508075688772},"46":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"23":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"z":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"24":{"tf":1.0}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}}}},"m":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"c":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"25":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"46":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"21":{"tf":1.0},"37":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"29":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"51":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"50":{"tf":1.0}}}}},"df":1,"docs":{"6":{"tf":1.4142135623730951}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"1":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"47":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":4,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0}}}}}},"o":{"df":12,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"20":{"tf":1.4142135623730951},"4":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.4142135623730951},"50":{"tf":1.7320508075688772},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"9":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"20":{"tf":1.0},"28":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"11":{"tf":1.0},"37":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":18,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"28":{"tf":1.7320508075688772},"3":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.4142135623730951},"44":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.4142135623730951},"6":{"tf":1.0},"9":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"16":{"tf":1.0},"18":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"11":{"tf":1.4142135623730951},"16":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"35":{"tf":1.0},"4":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}}}}},"i":{"df":5,"docs":{"16":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0},"33":{"tf":1.0},"7":{"tf":1.0}},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"35":{"tf":1.0},"50":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"37":{"tf":1.0},"41":{"tf":1.0},"6":{"tf":1.7320508075688772}}}}},"r":{"df":9,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"15":{"tf":1.0},"24":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"|":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":5,"docs":{"4":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772},"47":{"tf":1.0}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":14,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.4142135623730951},"35":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":2.0},"5":{"tf":1.0},"52":{"tf":1.0},"7":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"37":{"tf":1.0}}}}}}}}}}}},"o":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"\\"":{"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":{"14":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"35":{"tf":1.0}}}}}}}}},"df":3,"docs":{"14":{"tf":1.0},"25":{"tf":1.0},"35":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"17":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"8":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"10":{"tf":1.0},"15":{"tf":1.0},"34":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"16":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"24":{"tf":1.0},"3":{"tf":1.0}}},"s":{"df":13,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"16":{"tf":1.0},"29":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"51":{"tf":1.0},"9":{"tf":1.0}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":3,"docs":{"2":{"tf":1.0},"29":{"tf":1.0},"6":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"16":{"tf":1.0},"9":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"14":{"tf":1.0},"49":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"4":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"37":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"3":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":4,"docs":{"10":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"9":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":8,"docs":{"10":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.0},"37":{"tf":1.0},"47":{"tf":1.4142135623730951},"49":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"df":5,"docs":{"20":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":8,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.0},"37":{"tf":1.0},"52":{"tf":1.4142135623730951}},"s":{"/":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"i":{"d":{"df":1,"docs":{"39":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"11":{"tf":1.0},"30":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"41":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"m":{"df":5,"docs":{"25":{"tf":1.0},"35":{"tf":1.4142135623730951},"47":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"32":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"1":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"15":{"tf":1.0},"49":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"14":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"36":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":10,"docs":{"13":{"tf":1.4142135623730951},"20":{"tf":1.0},"22":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"50":{"tf":1.4142135623730951},"52":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"32":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"37":{"tf":1.0},"6":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"37":{"tf":1.0},"47":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":8,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"15":{"tf":1.0},"27":{"tf":1.0},"47":{"tf":1.4142135623730951},"49":{"tf":1.0},"9":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"29":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"49":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"19":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"36":{"tf":1.0},"47":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":5,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"x":{"df":2,"docs":{"44":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":6,"docs":{"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"43":{"tf":1.0}}}}}}}},"d":{"a":{"(":{")":{".":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{")":{".":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"28":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":7,"docs":{"0":{"tf":1.7320508075688772},"16":{"tf":1.0},"19":{"tf":1.7320508075688772},"20":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"52":{"tf":1.0}},"t":{"a":{"df":13,"docs":{"0":{"tf":2.0},"11":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"19":{"tf":1.0},"3":{"tf":1.4142135623730951},"37":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.4142135623730951},"6":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"4":{"tf":1.7320508075688772},"6":{"tf":1.7320508075688772}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":4,"docs":{"31":{"tf":1.0},"35":{"tf":1.0},"40":{"tf":1.0},"5":{"tf":1.0}},"g":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"11":{"tf":1.0},"35":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"r":{"df":9,"docs":{"11":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"36":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"46":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":5,"docs":{"15":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"5":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"11":{"tf":1.0},"37":{"tf":1.0},"49":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"49":{"tf":1.0}}}}}}},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"22":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"28":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"a":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":9,"docs":{"10":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"47":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"35":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":14,"docs":{"10":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"26":{"tf":2.449489742783178},"29":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.4142135623730951},"39":{"tf":1.0},"4":{"tf":2.8284271247461903},"41":{"tf":1.0},"47":{"tf":1.0},"6":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"44":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":6,"docs":{"10":{"tf":1.0},"12":{"tf":1.4142135623730951},"3":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"5":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":4,"docs":{"37":{"tf":1.0},"42":{"tf":1.0},"52":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"24":{"tf":1.0},"7":{"tf":1.0}}}},"r":{"df":1,"docs":{"5":{"tf":1.0}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"5":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":6,"docs":{"16":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"7":{"tf":1.0}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"25":{"tf":1.0},"29":{"tf":1.0},"51":{"tf":1.0},"8":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"32":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"48":{"tf":1.0}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"35":{"tf":1.0},"36":{"tf":1.0}},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"25":{"tf":1.0}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"11":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"16":{"tf":1.0},"24":{"tf":1.0},"47":{"tf":1.0}}}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"6":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"26":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.7320508075688772}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"20":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"[":{"\\"":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":10,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.7320508075688772},"44":{"tf":1.0},"6":{"tf":1.4142135623730951}},"n":{"df":2,"docs":{"12":{"tf":1.0},"5":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"p":{"/":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"24":{"tf":1.0}}}},"y":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"26":{"tf":1.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":{"(":{")":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"(":{"&":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"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":{},"l":{"df":6,"docs":{"10":{"tf":1.0},"15":{"tf":1.0},"39":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"9":{"tf":1.0}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":8,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"29":{"tf":1.0},"37":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":3,"docs":{"45":{"tf":1.0},"52":{"tf":1.4142135623730951},"6":{"tf":1.7320508075688772}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"44":{"tf":1.7320508075688772},"45":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":7,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"14":{"tf":1.0},"23":{"tf":1.0},"28":{"tf":1.0},"44":{"tf":1.0},"5":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"10":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"35":{"tf":1.0}}}}},"s":{"df":1,"docs":{"32":{"tf":1.0}},"i":{"df":1,"docs":{"11":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"3":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"15":{"tf":1.0},"20":{"tf":1.0},"35":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"20":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"d":{"df":4,"docs":{"10":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":2,"docs":{"28":{"tf":1.0},"37":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"3":{"tf":1.0},"9":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":5,"docs":{"11":{"tf":1.0},"37":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":6,"docs":{"0":{"tf":1.0},"22":{"tf":1.0},"29":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.4142135623730951},"52":{"tf":1.0}}}}},"v":{"df":2,"docs":{"4":{"tf":1.0},"6":{"tf":1.0}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":20,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"29":{"tf":1.7320508075688772},"3":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.7320508075688772},"4":{"tf":1.4142135623730951},"47":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"39":{"tf":1.0}}}}}}},"r":{"(":{"\\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"44":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"2":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"a":{"df":0,"docs":{},"l":{"[":{"\\"":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":1,"docs":{"14":{"tf":1.0}},"u":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":7,"docs":{"14":{"tf":1.0},"29":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"45":{"tf":1.0},"6":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"41":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":3,"docs":{"36":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0}}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":5,"docs":{"17":{"tf":1.0},"21":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"9":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"34":{"tf":1.0},"52":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":8,"docs":{"0":{"tf":1.4142135623730951},"11":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.7320508075688772},"49":{"tf":1.4142135623730951},"52":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":6,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":9,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":36,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.4142135623730951},"14":{"tf":1.4142135623730951},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.7320508075688772},"25":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"35":{"tf":1.0},"37":{"tf":2.23606797749979},"39":{"tf":1.0},"4":{"tf":2.0},"40":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"44":{"tf":2.0},"45":{"tf":1.7320508075688772},"46":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"6":{"tf":2.23606797749979},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"15":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"16":{"tf":1.0},"49":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"39":{"tf":1.0}}}},"s":{"df":2,"docs":{"35":{"tf":1.0},"40":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"35":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"—":{"a":{"d":{"df":0,"docs":{},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"49":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":5,"docs":{"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"38":{"tf":1.0},"42":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"}":{"\\"":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"f":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"41":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":6,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"24":{"tf":1.0},"35":{"tf":1.7320508075688772},"4":{"tf":1.0},"7":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":2,"docs":{"22":{"tf":1.0},"26":{"tf":1.0}}}},"l":{"df":0,"docs":{},"s":{"df":3,"docs":{"35":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}}}},"q":{"df":1,"docs":{"51":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"11":{"tf":1.0},"26":{"tf":1.0},"46":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"16":{"tf":1.0},"26":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":1,"docs":{"25":{"tf":1.0}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"16":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"51":{"tf":1.0}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":4,"docs":{"11":{"tf":1.0},"27":{"tf":1.0},"40":{"tf":1.0},"45":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"35":{"tf":1.0},"5":{"tf":1.0}},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"51":{"tf":1.0}}}}}}}}}},"t":{"df":6,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"9":{"tf":1.0}}},"x":{"df":1,"docs":{"5":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"29":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0}}},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"50":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"14":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":5,"docs":{"18":{"tf":1.0},"29":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"47":{"tf":1.0},"49":{"tf":1.0}}}}}}},"n":{"df":12,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"44":{"tf":2.449489742783178},"45":{"tf":2.0}}},"o":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":3,"docs":{"0":{"tf":1.0},"35":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"29":{"tf":1.0},"4":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"15":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"t":{"!":{"(":{"\\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"4":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"2":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":14,"docs":{"0":{"tf":1.0},"10":{"tf":1.4142135623730951},"2":{"tf":1.0},"21":{"tf":1.0},"3":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.4142135623730951},"49":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0}},"’":{"df":1,"docs":{"15":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"6":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"39":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"26":{"tf":1.0},"3":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}}}}}}},"d":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"27":{"tf":1.0}}}}}},"g":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"3":{"tf":1.0},"50":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"34":{"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":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"44":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":8,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"44":{"tf":1.0},"52":{"tf":1.0},"7":{"tf":1.0}}}}},"t":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}}},"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":1,"docs":{"1":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"52":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"11":{"tf":1.0},"16":{"tf":1.0}}}},"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"11":{"tf":1.0},"16":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":1,"docs":{"46":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"37":{"tf":1.0},"48":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"1":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"24":{"tf":1.0}}}},"n":{"d":{"df":2,"docs":{"4":{"tf":1.0},"6":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"r":{"d":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"11":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0}},"i":{"df":1,"docs":{"14":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"10":{"tf":1.0},"15":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"0":{"tf":1.0},"45":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"(":{"8":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}},"df":9,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"23":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"o":{"c":{"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"4":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"31":{"tf":1.0},"35":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"47":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"i":{"[":{"\\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"e":{"a":{"df":9,"docs":{"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"44":{"tf":1.0}}}}}}}},"l":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}},"i":{"df":1,"docs":{"36":{"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":3,"docs":{"17":{"tf":1.0},"21":{"tf":1.0},"43":{"tf":1.0}}}}}}}},"m":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"5":{"tf":1.0}}}},"l":{"df":2,"docs":{"44":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":8,"docs":{"22":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"47":{"tf":1.0}}}}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":4,"docs":{"0":{"tf":1.4142135623730951},"49":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":8,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"19":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"\\"":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"6":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"[":{"\\"":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"14":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"14":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"42":{"tf":1.0},"44":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"35":{"tf":1.0}}}}}}},"df":2,"docs":{"32":{"tf":1.0},"35":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":4,"docs":{"10":{"tf":1.0},"3":{"tf":1.0},"47":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"n":{"d":{"df":4,"docs":{"11":{"tf":1.0},"37":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":5,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"21":{"tf":1.0},"24":{"tf":1.0}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.4142135623730951},"22":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":3,"docs":{"22":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"7":{"tf":1.0}}}}}},"v":{"df":3,"docs":{"25":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"5":{"tf":1.0}},"t":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":2,"docs":{"35":{"tf":1.0},"44":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"11":{"tf":1.0},"31":{"tf":1.0}}}}},"v":{"df":1,"docs":{"48":{"tf":1.0}}}},"j":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"g":{"df":4,"docs":{"37":{"tf":1.0},"4":{"tf":1.0},"52":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"k":{"8":{"df":6,"docs":{"10":{"tf":1.0},"16":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":16,"docs":{"11":{"tf":1.0},"15":{"tf":1.7320508075688772},"16":{"tf":1.4142135623730951},"20":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"y":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}}},"n":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"49":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"11":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"22":{"tf":1.0}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"25":{"tf":1.0},"37":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"22":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"15":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"19":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"15":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"42":{"tf":1.0},"49":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"37":{"tf":1.0},"6":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":2,"docs":{"3":{"tf":1.0},"4":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":12,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"13":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":2,"docs":{"28":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"14":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":17,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"27":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"6":{"tf":1.0}}}}},"o":{"a":{"d":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"k":{"8":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":11,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"29":{"tf":1.4142135623730951},"31":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"51":{"tf":1.0},"9":{"tf":1.0}}},"t":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":3,"docs":{"44":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}},"i":{"c":{"df":4,"docs":{"0":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"s":{"/":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"35":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"11":{"tf":1.0},"37":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"24":{"tf":1.0},"51":{"tf":1.0}}},"p":{"df":2,"docs":{"16":{"tf":1.0},"31":{"tf":1.0}}},"s":{"df":1,"docs":{"9":{"tf":1.0}}}},"w":{"(":{"2":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"23":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"16":{"tf":1.0},"32":{"tf":1.0},"7":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":12,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"36":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":7,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.4142135623730951}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":6,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"49":{"tf":1.0}}}},"p":{"df":3,"docs":{"10":{"tf":1.0},"35":{"tf":1.0},"47":{"tf":1.0}}},"t":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"48":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"11":{"tf":1.0},"33":{"tf":1.0}}}}}},"x":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"6":{"0":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}},"7":{"5":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"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":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":8,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0}}}}},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"1":{"tf":1.0},"2":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"d":{"df":5,"docs":{"14":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"35":{"tf":1.0},"52":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"c":{"df":5,"docs":{"25":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"35":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"3":{"0":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}},"4":{"5":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"16":{"tf":1.0},"18":{"tf":1.0},"31":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"49":{"tf":1.0},"5":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":3,"docs":{"35":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}}}},"x":{"df":1,"docs":{"50":{"tf":1.0}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"24":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":8,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"15":{"tf":1.0},"2":{"tf":1.0},"23":{"tf":1.0},"37":{"tf":1.7320508075688772},"47":{"tf":1.0},"9":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"0":{"tf":1.0},"28":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"46":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"16":{"tf":1.0},"7":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":8,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"11":{"tf":1.0},"2":{"tf":1.0},"28":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"32":{"tf":1.0},"9":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"16":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"39":{"tf":1.0},"44":{"tf":1.0}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"df":1,"docs":{"23":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"16":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":8,"docs":{"15":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"40":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"g":{"df":2,"docs":{"24":{"tf":1.0},"35":{"tf":1.0}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":11,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"22":{"tf":1.0},"27":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"37":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"9":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"26":{"tf":1.0}}}}},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":5,"docs":{"21":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"4":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":23,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"11":{"tf":1.0},"13":{"tf":1.4142135623730951},"2":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.7320508075688772},"37":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"41":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.4142135623730951},"50":{"tf":1.0},"52":{"tf":2.0},"6":{"tf":1.0},"9":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"5":{"tf":1.0}},"i":{"df":1,"docs":{"16":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"df":9,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"10":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.7320508075688772},"35":{"tf":1.0},"37":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"9":{"tf":1.0}}}},"n":{"df":1,"docs":{"5":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"15":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":17,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"37":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.4142135623730951}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"16":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"37":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"47":{"tf":1.0},"49":{"tf":1.0}}}}}},"k":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"\\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":1,"docs":{"44":{"tf":1.0}}},"n":{"c":{"df":3,"docs":{"37":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0}}},"df":4,"docs":{"19":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"9":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"33":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"11":{"tf":1.0},"20":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.4142135623730951},"35":{"tf":1.7320508075688772},"5":{"tf":1.0},"51":{"tf":1.0}}}},"t":{"df":2,"docs":{"15":{"tf":1.0},"5":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"20":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.0},"6":{"tf":1.0}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":7,"docs":{"10":{"tf":1.0},"31":{"tf":1.0},"47":{"tf":1.4142135623730951},"5":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"51":{"tf":1.0}}}}}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"23":{"tf":1.0}},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"22":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":9,"docs":{"16":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"3":{"tf":1.0},"42":{"tf":1.0},"5":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"22":{"tf":1.0}}},"k":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"10":{"tf":1.0},"47":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":3,"docs":{"1":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"27":{"tf":1.0},"4":{"tf":1.0},"52":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}},"df":0,"docs":{},"t":{"df":4,"docs":{"2":{"tf":1.0},"36":{"tf":1.0},"48":{"tf":1.0},"8":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":6,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"4":{"tf":2.449489742783178},"49":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":2.449489742783178}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"29":{"tf":1.0},"35":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":1,"docs":{"6":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"13":{"tf":1.0},"19":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":3,"docs":{"15":{"tf":2.0},"16":{"tf":1.0},"9":{"tf":1.0}}}}}}}},"df":1,"docs":{"6":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"22":{"tf":1.0}}}},"r":{"df":4,"docs":{"15":{"tf":1.0},"18":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"0":{"tf":1.0},"4":{"tf":1.0}}}}}}}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"23":{"tf":1.7320508075688772},"28":{"tf":3.4641016151377544}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"27":{"tf":1.0},"44":{"tf":1.0},"49":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"10":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"14":{"tf":1.0},"28":{"tf":1.0}}}}}}}},"l":{"a":{"df":0,"docs":{},"n":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"(":{")":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"[":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":23,"docs":{"1":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":2.0},"3":{"tf":1.0},"30":{"tf":1.4142135623730951},"34":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":2.0},"47":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":2.449489742783178},"7":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"35":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"u":{"df":2,"docs":{"19":{"tf":1.0},"20":{"tf":1.0}},"g":{"df":1,"docs":{"43":{"tf":1.0}},"g":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"12":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"3":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":3,"docs":{"32":{"tf":1.0},"35":{"tf":1.0},"50":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"25":{"tf":1.0},"28":{"tf":1.0},"37":{"tf":1.0},"52":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"26":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"16":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"4":{"tf":1.0},"42":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"5":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"47":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"29":{"tf":1.4142135623730951},"35":{"tf":2.0},"37":{"tf":1.0},"39":{"tf":1.0}}}}}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"21":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"20":{"tf":1.0},"35":{"tf":1.0}}}},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"41":{"tf":1.0}}}},"t":{"df":3,"docs":{"16":{"tf":1.0},"42":{"tf":1.0},"50":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"29":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.4142135623730951}}}}}},"o":{"b":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":7,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"34":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"11":{"tf":1.0},"31":{"tf":1.0},"4":{"tf":1.0},"9":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":5,"docs":{"0":{"tf":1.0},"14":{"tf":1.0},"26":{"tf":1.0},"41":{"tf":1.0},"51":{"tf":1.0}},"t":{"df":4,"docs":{"21":{"tf":1.0},"37":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":7,"docs":{"11":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.4142135623730951},"3":{"tf":1.0},"37":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":8,"docs":{"0":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.4142135623730951},"51":{"tf":1.0},"6":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"44":{"tf":1.0}},"r":{"df":1,"docs":{"35":{"tf":1.0}}}},"i":{"d":{"df":6,"docs":{"26":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"6":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":3,"docs":{"34":{"tf":1.0},"4":{"tf":1.4142135623730951},"6":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"b":{"df":2,"docs":{"44":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"0":{"tf":1.0},"52":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"51":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"12":{"tf":1.0},"3":{"tf":1.0}}}}}}}},"q":{"a":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"27":{"tf":1.7320508075688772},"5":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"tf":1.0}}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"(":{"3":{"df":2,"docs":{"18":{"tf":1.0},"20":{"tf":1.0}}},"5":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}},"df":10,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"23":{"tf":1.7320508075688772},"49":{"tf":1.4142135623730951},"5":{"tf":1.0},"50":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":2,"docs":{"4":{"tf":2.0},"6":{"tf":3.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"44":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"l":{"df":3,"docs":{"34":{"tf":1.0},"44":{"tf":1.4142135623730951},"45":{"tf":1.0}},"e":{"df":0,"docs":{},"—":{"a":{"df":1,"docs":{"35":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"49":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":9,"docs":{"20":{"tf":1.0},"26":{"tf":1.4142135623730951},"29":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.7320508075688772},"41":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.4142135623730951},"9":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":5,"docs":{"0":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.0},"43":{"tf":1.0},"5":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"1":{"tf":1.0},"3":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"5":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"41":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"13":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":4,"docs":{"15":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"36":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"0":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"29":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}},"x":{"df":2,"docs":{"34":{"tf":1.0},"35":{"tf":1.0}}}},"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"16":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"14":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"23":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"40":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"37":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":4,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":4,"docs":{"13":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"51":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":8,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"20":{"tf":1.0},"24":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"37":{"tf":1.0},"41":{"tf":1.0},"6":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":3,"docs":{"10":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":10,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.4142135623730951},"28":{"tf":1.0},"4":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.4142135623730951},"52":{"tf":1.0},"6":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":4,"docs":{"16":{"tf":1.0},"29":{"tf":1.0},"44":{"tf":1.4142135623730951},"45":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"0":{"tf":1.0},"52":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"15":{"tf":1.0},"40":{"tf":1.0},"47":{"tf":1.7320508075688772},"9":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":3,"docs":{"16":{"tf":1.0},"51":{"tf":1.0},"7":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"42":{"tf":1.0},"7":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"46":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"5":{"tf":1.0},"51":{"tf":1.0}}}}},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":8,"docs":{"0":{"tf":1.0},"20":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.7320508075688772}},"s":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"p":{"c":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"4":{"tf":1.7320508075688772},"44":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951},"6":{"tf":1.0}}}}}}}}},"df":26,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"11":{"tf":1.7320508075688772},"14":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.7320508075688772},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.7320508075688772},"33":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":2.449489742783178},"4":{"tf":1.7320508075688772},"41":{"tf":1.0},"45":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.7320508075688772},"50":{"tf":1.7320508075688772},"51":{"tf":1.4142135623730951},"52":{"tf":2.23606797749979},"6":{"tf":2.6457513110645907},"7":{"tf":1.0},"8":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"23":{"tf":1.0},"44":{"tf":1.4142135623730951}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":23,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.7320508075688772},"30":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"37":{"tf":1.0},"4":{"tf":2.23606797749979},"41":{"tf":1.4142135623730951},"47":{"tf":1.7320508075688772},"50":{"tf":1.7320508075688772},"51":{"tf":1.7320508075688772},"52":{"tf":1.0},"6":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951},"9":{"tf":1.0}},"’":{"df":1,"docs":{"35":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"34":{"tf":1.0}},"{":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":8,"docs":{"10":{"tf":1.0},"27":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.0},"47":{"tf":1.0},"9":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"df":11,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"43":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"42":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":5,"docs":{"29":{"tf":1.4142135623730951},"47":{"tf":1.0},"51":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"26":{"tf":1.0},"35":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"27":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"2":{"df":9,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":31,"docs":{"1":{"tf":1.0},"10":{"tf":1.7320508075688772},"11":{"tf":1.7320508075688772},"12":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":2.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"28":{"tf":1.7320508075688772},"29":{"tf":1.7320508075688772},"30":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"37":{"tf":2.23606797749979},"4":{"tf":1.7320508075688772},"40":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":2.23606797749979},"48":{"tf":1.0},"49":{"tf":1.4142135623730951},"5":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.7320508075688772},"52":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":2.23606797749979}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"23":{"tf":1.0},"33":{"tf":1.0},"5":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"10":{"tf":1.0},"35":{"tf":1.0}}}}}}},"df":1,"docs":{"4":{"tf":1.7320508075688772}},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"16":{"tf":1.0},"23":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"d":{"df":8,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}}},"df":4,"docs":{"11":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"20":{"tf":1.0},"29":{"tf":1.0}}}},"df":0,"docs":{}},"f":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":3,"docs":{"15":{"tf":1.0},"44":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"16":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"22":{"tf":1.0},"6":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"4":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"28":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"25":{"tf":1.0}}},"v":{"df":1,"docs":{"47":{"tf":1.0}},"i":{"c":{"df":4,"docs":{"32":{"tf":1.0},"37":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":8,"docs":{"11":{"tf":1.0},"18":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"36":{"tf":1.0},"49":{"tf":1.4142135623730951},"6":{"tf":1.0},"9":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":13,"docs":{"10":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"32":{"tf":1.0},"50":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":18,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":8,"docs":{"10":{"tf":1.0},"16":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"44":{"tf":1.0},"47":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"0":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0}}}},"w":{"df":4,"docs":{"1":{"tf":1.0},"21":{"tf":1.0},"43":{"tf":1.0},"9":{"tf":1.0}}}}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":11,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"29":{"tf":1.7320508075688772},"35":{"tf":2.0},"41":{"tf":1.0},"5":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"18":{"tf":1.0},"44":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"22":{"tf":1.0},"26":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":3,"docs":{"32":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0}}}}},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"22":{"tf":1.0},"35":{"tf":1.0},"50":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"11":{"tf":1.0},"18":{"tf":1.0},"3":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":5,"docs":{"15":{"tf":1.0},"18":{"tf":1.0},"46":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"3":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"24":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":6,"docs":{"14":{"tf":1.0},"20":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":1.0},"49":{"tf":1.0},"6":{"tf":1.0}},"i":{"df":1,"docs":{"11":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":4,"docs":{"16":{"tf":1.0},"30":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"t":{"a":{"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"32":{"tf":1.0},"37":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"28":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"50":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"16":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"df":0,"docs":{}},"_":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"45":{"tf":1.0},"6":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":13,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.7320508075688772},"37":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.7320508075688772}}}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"16":{"tf":1.0},"23":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0}}},"i":{"c":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}}},"y":{"df":6,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"25":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"51":{"tf":1.0}}}},"d":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{":":{":":{"a":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"44":{"tf":1.0}}},"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":{":":{":":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"28":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"15":{"tf":1.0},"35":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"22":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"51":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"27":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"27":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":3,"docs":{"37":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0}}}},"r":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"19":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"b":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"49":{"tf":1.4142135623730951}}}}}},"u":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"18":{"tf":1.0},"22":{"tf":1.4142135623730951},"24":{"tf":1.0}}}},"t":{"df":5,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.0},"24":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"0":{"tf":1.0},"52":{"tf":1.0}}}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":10,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"33":{"tf":1.0}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"10":{"tf":1.0},"48":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"16":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"n":{"c":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.0}},"i":{"c":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"22":{"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":{},"e":{"df":0,"docs":{},"m":{"df":7,"docs":{"14":{"tf":1.4142135623730951},"20":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.4142135623730951}}}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"2":{"0":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"0":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"44":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":6,"docs":{"11":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"5":{"tf":1.0},"51":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"37":{"tf":1.0}}}}},"d":{"df":3,"docs":{"14":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0}}},"df":1,"docs":{"4":{"tf":1.4142135623730951}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":3,"docs":{"16":{"tf":1.0},"3":{"tf":1.4142135623730951},"49":{"tf":1.0}}},"r":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"15":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":21,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.0},"10":{"tf":1.7320508075688772},"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"18":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.7320508075688772},"37":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.4142135623730951},"5":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.4142135623730951},"9":{"tf":2.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":10,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"{":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"45":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"44":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"44":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":3,"docs":{"29":{"tf":1.0},"39":{"tf":1.0},"7":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"e":{"df":12,"docs":{"0":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.7320508075688772},"3":{"tf":1.4142135623730951},"31":{"tf":1.0},"35":{"tf":1.0},"5":{"tf":1.4142135623730951},"51":{"tf":1.0},"6":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"34":{"tf":1.0},"35":{"tf":1.0}}}}},"r":{"df":1,"docs":{"22":{"tf":1.4142135623730951}}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"14":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"9":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"25":{"tf":1.0},"27":{"tf":1.0},"5":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"22":{"tf":1.0}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":24,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"27":{"tf":1.7320508075688772},"29":{"tf":1.0},"37":{"tf":2.0},"4":{"tf":2.0},"42":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"47":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.4142135623730951},"52":{"tf":1.0},"6":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.0}},"y":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"g":{"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":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"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":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"49":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"34":{"tf":1.0},"35":{"tf":1.0},"47":{"tf":1.0},"9":{"tf":1.0}}},"k":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":15,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"3":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.7320508075688772},"5":{"tf":1.4142135623730951},"52":{"tf":1.0},"6":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"26":{"tf":1.0},"43":{"tf":1.0},"49":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":13,"docs":{"11":{"tf":1.0},"13":{"tf":1.4142135623730951},"15":{"tf":1.0},"18":{"tf":2.0},"19":{"tf":2.0},"20":{"tf":1.4142135623730951},"28":{"tf":1.0},"34":{"tf":1.0},"49":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"4":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"28":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"10":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"35":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"13":{"tf":1.0},"24":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"16":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":3,"docs":{"16":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"30":{"tf":1.0},"4":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"16":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":1,"docs":{"18":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"30":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"22":{"tf":1.0},"3":{"tf":1.4142135623730951},"37":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"45":{"tf":1.0},"50":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":2,"docs":{"39":{"tf":1.0},"47":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"11":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"10":{"tf":1.0}}}},"df":26,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"15":{"tf":1.0},"18":{"tf":1.7320508075688772},"19":{"tf":1.7320508075688772},"20":{"tf":2.0},"22":{"tf":1.7320508075688772},"23":{"tf":1.4142135623730951},"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.4142135623730951},"29":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":2.23606797749979},"45":{"tf":1.7320508075688772},"47":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"13":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}},"s":{"(":{"4":{"df":2,"docs":{"18":{"tf":1.0},"20":{"tf":1.0}}},"8":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"z":{"df":2,"docs":{"44":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"46":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"10":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":19,"docs":{"0":{"tf":1.4142135623730951},"11":{"tf":1.4142135623730951},"16":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"25":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.4142135623730951},"34":{"tf":1.0},"37":{"tf":1.4142135623730951},"39":{"tf":1.0},"44":{"tf":1.4142135623730951},"45":{"tf":1.0},"49":{"tf":1.4142135623730951},"5":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.4142135623730951},"7":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":1,"docs":{"24":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"27":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"c":{"!":{"[":{"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":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":1,"docs":{"44":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"5":{"tf":1.0},"51":{"tf":1.0}},"f":{"df":2,"docs":{"26":{"tf":1.0},"7":{"tf":1.0}},"i":{"df":6,"docs":{"14":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":6,"docs":{"10":{"tf":1.0},"14":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.4142135623730951},"6":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"29":{"tf":1.0},"6":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"15":{"tf":1.0},"5":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":12,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"9":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"23":{"tf":1.0}}}}},"df":2,"docs":{"4":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"15":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"49":{"tf":1.0},"52":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":8,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"29":{"tf":1.0},"37":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":5,"docs":{"32":{"tf":1.0},"39":{"tf":1.0},"46":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"(":{"0":{".":{".":{"=":{"2":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"(":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"4":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"z":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"24":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":1,"docs":{"46":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"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":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"2":{"0":{"df":3,"docs":{"20":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0}}},"df":0,"docs":{}},"8":{"0":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"0":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"6":{"0":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}},"9":{"0":{"df":4,"docs":{"19":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"(":{"1":{".":{".":{"=":{"4":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"z":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{")":{".":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"0":{".":{"5":{")":{".":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"0":{".":{"1":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"0":{"df":1,"docs":{"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"(":{"2":{"0":{"0":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":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":{"23":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"25":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"1":{"tf":1.0},"26":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":5,"docs":{"10":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"47":{"tf":1.7320508075688772},"9":{"tf":1.4142135623730951}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":37,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.7320508075688772},"12":{"tf":1.4142135623730951},"13":{"tf":2.0},"14":{"tf":2.0},"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.7320508075688772},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.7320508075688772},"23":{"tf":1.7320508075688772},"24":{"tf":1.0},"29":{"tf":1.7320508075688772},"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"37":{"tf":2.23606797749979},"39":{"tf":1.4142135623730951},"4":{"tf":2.449489742783178},"40":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":2.23606797749979},"45":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.7320508075688772},"5":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"6":{"tf":2.6457513110645907},"7":{"tf":1.4142135623730951},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"28":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"10":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"d":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"22":{"tf":1.0},"27":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"24":{"tf":1.0}}}}}}},"x":{"df":2,"docs":{"4":{"tf":1.4142135623730951},"6":{"tf":2.0}}},"y":{"df":0,"docs":{},"e":{"df":1,"docs":{"51":{"tf":1.0}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"23":{"tf":1.0}}}}}}}},"breadcrumbs":{"root":{"0":{"df":5,"docs":{"18":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0}}},"1":{"df":4,"docs":{"19":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.4142135623730951},"28":{"tf":1.7320508075688772}},"–":{"3":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}}},"2":{"df":2,"docs":{"18":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951}}},"3":{"df":2,"docs":{"23":{"tf":1.0},"28":{"tf":1.4142135623730951}}},"4":{"df":2,"docs":{"23":{"tf":1.0},"28":{"tf":1.4142135623730951}},"–":{"5":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}}},"5":{"df":1,"docs":{"23":{"tf":1.0}}},"6":{"df":1,"docs":{"23":{"tf":1.0}},"–":{"7":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}}},"7":{"df":1,"docs":{"23":{"tf":1.0}}},"_":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"26":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"52":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"34":{"tf":1.0},"36":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"34":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"37":{"tf":1.0},"44":{"tf":1.0}}}},"v":{"df":11,"docs":{"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.0},"29":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"44":{"tf":1.0},"6":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"18":{"tf":1.0}}}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"10":{"tf":1.0},"47":{"tf":1.0},"9":{"tf":1.0}}}}},"d":{"df":4,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0}}},"df":6,"docs":{"37":{"tf":1.0},"39":{"tf":1.7320508075688772},"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"42":{"tf":1.7320508075688772},"43":{"tf":1.0}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"17":{"tf":1.0},"35":{"tf":1.0},"49":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":8,"docs":{"21":{"tf":1.7320508075688772},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"24":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"39":{"tf":1.0}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}}}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"35":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"d":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":1,"docs":{"5":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":4,"docs":{"11":{"tf":1.0},"15":{"tf":1.4142135623730951},"29":{"tf":1.0},"51":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":12,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0}}}}}}},"df":2,"docs":{"16":{"tf":1.0},"5":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"5":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.7320508075688772}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":5,"docs":{"48":{"tf":1.7320508075688772},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"0":{"tf":1.0}}},"df":5,"docs":{"14":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"28":{"tf":1.0}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"2":{"tf":1.0},"27":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"4":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"35":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":8,"docs":{"21":{"tf":1.7320508075688772},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"28":{"tf":1.0},"37":{"tf":1.0},"47":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":12,"docs":{"10":{"tf":1.0},"16":{"tf":1.0},"25":{"tf":1.4142135623730951},"27":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0}}}},"t":{"df":2,"docs":{"10":{"tf":1.0},"35":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"0":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{":":{":":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"44":{"tf":1.4142135623730951},"45":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"37":{"tf":1.0},"39":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":7,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"40":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"1":{"tf":1.0},"11":{"tf":1.7320508075688772},"29":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":16,"docs":{"0":{"tf":1.4142135623730951},"11":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"29":{"tf":1.0},"3":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"37":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.7320508075688772},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"16":{"tf":1.0},"35":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"10":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"47":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}}},"d":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"16":{"tf":1.0},"30":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"20":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"e":{"c":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"16":{"tf":1.0},"29":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"50":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"34":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":9,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"24":{"tf":1.7320508075688772},"29":{"tf":1.0},"33":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.7320508075688772},"31":{"tf":1.0}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":7,"docs":{"16":{"tf":1.0},"22":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0},"50":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"26":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"b":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":5,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"13":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0}},"s":{"/":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"19":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"35":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":18,"docs":{"0":{"tf":1.7320508075688772},"11":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"18":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":2.23606797749979},"25":{"tf":2.449489742783178},"26":{"tf":1.0},"37":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"51":{"tf":2.0},"52":{"tf":1.4142135623730951},"6":{"tf":1.7320508075688772}},"f":{"df":0,"docs":{},"e":{"df":2,"docs":{"25":{"tf":1.0},"52":{"tf":1.0}},"e":{"d":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"25":{"tf":1.0},"26":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"0":{"tf":1.0},"1":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"12":{"tf":1.0},"14":{"tf":1.0},"19":{"tf":1.0},"49":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"28":{"tf":1.0},"37":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"a":{"d":{"df":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":15,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"6":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"49":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":5,"docs":{"15":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"44":{"tf":1.7320508075688772},"46":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"23":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"z":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"24":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}}}},"m":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"c":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"25":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"46":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"21":{"tf":1.0},"37":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"29":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"51":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"50":{"tf":1.0}}}}},"df":1,"docs":{"6":{"tf":1.4142135623730951}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"1":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"47":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":4,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0}}}}}},"o":{"df":12,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"20":{"tf":1.7320508075688772},"4":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.4142135623730951},"50":{"tf":1.7320508075688772},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"9":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"20":{"tf":1.0},"28":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"11":{"tf":1.0},"37":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.7320508075688772}}}},"c":{"df":0,"docs":{},"k":{"df":18,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.0},"28":{"tf":1.7320508075688772},"3":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.4142135623730951},"44":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.4142135623730951},"6":{"tf":1.0},"9":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"16":{"tf":1.0},"18":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"11":{"tf":1.4142135623730951},"16":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"35":{"tf":1.0},"4":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}}}}},"i":{"df":5,"docs":{"16":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0},"33":{"tf":1.0},"7":{"tf":1.0}},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"35":{"tf":1.0},"50":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"37":{"tf":1.0},"41":{"tf":1.0},"6":{"tf":1.7320508075688772}}}}},"r":{"df":9,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"15":{"tf":1.0},"24":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"|":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":5,"docs":{"4":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772},"47":{"tf":1.0}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":14,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.4142135623730951},"35":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":2.0},"5":{"tf":1.0},"52":{"tf":1.0},"7":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"37":{"tf":1.0}}}}}}}}}}}},"o":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"\\"":{"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":{"14":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"35":{"tf":1.0}}}}}}}}},"df":3,"docs":{"14":{"tf":1.0},"25":{"tf":1.0},"35":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"17":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"8":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"10":{"tf":1.0},"15":{"tf":1.0},"34":{"tf":1.4142135623730951},"49":{"tf":1.0},"50":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"16":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"24":{"tf":1.0},"3":{"tf":1.0}}},"s":{"df":13,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"16":{"tf":1.0},"29":{"tf":1.0},"32":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"51":{"tf":1.0},"9":{"tf":1.0}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":3,"docs":{"2":{"tf":1.0},"29":{"tf":1.0},"6":{"tf":1.7320508075688772}}}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"16":{"tf":1.0},"9":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"14":{"tf":1.0},"49":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"4":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"37":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"3":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":4,"docs":{"10":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"9":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":8,"docs":{"10":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.0},"37":{"tf":1.0},"47":{"tf":1.4142135623730951},"49":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"df":5,"docs":{"20":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"45":{"tf":1.4142135623730951},"50":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":8,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.0},"37":{"tf":1.0},"52":{"tf":1.4142135623730951}},"s":{"/":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"i":{"d":{"df":1,"docs":{"39":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"11":{"tf":1.0},"30":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"41":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"m":{"df":5,"docs":{"25":{"tf":1.0},"35":{"tf":1.4142135623730951},"47":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"32":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"1":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"11":{"tf":1.0},"12":{"tf":1.7320508075688772},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.7320508075688772},"49":{"tf":1.4142135623730951}}}},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.7320508075688772},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"14":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"36":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":10,"docs":{"13":{"tf":1.4142135623730951},"20":{"tf":1.0},"22":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"50":{"tf":1.4142135623730951},"52":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"32":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"37":{"tf":1.0},"6":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"37":{"tf":1.0},"47":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":10,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.7320508075688772},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.7320508075688772},"27":{"tf":1.0},"47":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"29":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"49":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"19":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"36":{"tf":1.0},"47":{"tf":2.0},"7":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":5,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"x":{"df":2,"docs":{"44":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":6,"docs":{"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.7320508075688772},"26":{"tf":1.7320508075688772},"43":{"tf":1.0}}}}}}}},"d":{"a":{"(":{")":{".":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{")":{".":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"28":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":7,"docs":{"0":{"tf":1.7320508075688772},"16":{"tf":1.0},"19":{"tf":2.0},"20":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"52":{"tf":1.0}},"t":{"a":{"df":13,"docs":{"0":{"tf":2.0},"11":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"19":{"tf":1.0},"3":{"tf":1.4142135623730951},"37":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.4142135623730951},"6":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"4":{"tf":1.7320508075688772},"6":{"tf":1.7320508075688772}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":4,"docs":{"31":{"tf":1.0},"35":{"tf":1.0},"40":{"tf":1.0},"5":{"tf":1.0}},"g":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"11":{"tf":1.0},"35":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"r":{"df":9,"docs":{"11":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"36":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"46":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":5,"docs":{"15":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"5":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"11":{"tf":1.0},"37":{"tf":1.0},"49":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"49":{"tf":1.0}}}}}}},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"22":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"28":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"a":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":9,"docs":{"10":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"47":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"35":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":14,"docs":{"10":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"26":{"tf":2.8284271247461903},"29":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.4142135623730951},"39":{"tf":1.0},"4":{"tf":2.8284271247461903},"41":{"tf":1.0},"47":{"tf":1.0},"6":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"44":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":6,"docs":{"10":{"tf":1.0},"12":{"tf":1.4142135623730951},"3":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"5":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":4,"docs":{"37":{"tf":1.0},"42":{"tf":1.0},"52":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"24":{"tf":1.0},"7":{"tf":1.7320508075688772}}}},"r":{"df":1,"docs":{"5":{"tf":1.0}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"5":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":16,"docs":{"16":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":1.7320508075688772},"37":{"tf":2.23606797749979},"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},"7":{"tf":1.0}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"25":{"tf":1.0},"29":{"tf":1.0},"51":{"tf":1.0},"8":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"32":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"48":{"tf":1.0}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"35":{"tf":1.0},"36":{"tf":1.0}},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"25":{"tf":1.0}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"11":{"tf":1.0},"32":{"tf":1.4142135623730951},"35":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"16":{"tf":1.0},"24":{"tf":1.0},"47":{"tf":1.0}}}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"6":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"26":{"tf":1.7320508075688772}},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":2.0}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"20":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"[":{"\\"":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":10,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.7320508075688772},"44":{"tf":1.0},"6":{"tf":1.4142135623730951}},"n":{"df":2,"docs":{"12":{"tf":1.0},"5":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"p":{"/":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"24":{"tf":1.0}}}},"y":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"26":{"tf":1.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":{"(":{")":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"(":{"&":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"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":{},"l":{"df":6,"docs":{"10":{"tf":1.0},"15":{"tf":1.0},"39":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.7320508075688772},"9":{"tf":1.0}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":8,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"29":{"tf":1.0},"37":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":3,"docs":{"45":{"tf":1.0},"52":{"tf":1.4142135623730951},"6":{"tf":1.7320508075688772}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"44":{"tf":1.7320508075688772},"45":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":7,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"14":{"tf":1.0},"23":{"tf":1.0},"28":{"tf":1.0},"44":{"tf":1.0},"5":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"10":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"35":{"tf":1.0}}}}},"s":{"df":1,"docs":{"32":{"tf":1.0}},"i":{"df":1,"docs":{"11":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"3":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"15":{"tf":1.0},"20":{"tf":1.0},"35":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"20":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"d":{"df":4,"docs":{"10":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":2,"docs":{"28":{"tf":1.0},"37":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"3":{"tf":1.0},"9":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":5,"docs":{"11":{"tf":1.0},"37":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":6,"docs":{"0":{"tf":1.0},"22":{"tf":1.0},"29":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.4142135623730951},"52":{"tf":1.0}}}}},"v":{"df":2,"docs":{"4":{"tf":1.0},"6":{"tf":1.0}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":20,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"29":{"tf":1.7320508075688772},"3":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.7320508075688772},"4":{"tf":1.4142135623730951},"47":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"39":{"tf":1.0}}}}}}},"r":{"(":{"\\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"44":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"2":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"a":{"df":0,"docs":{},"l":{"[":{"\\"":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":1,"docs":{"14":{"tf":1.0}},"u":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":7,"docs":{"14":{"tf":1.0},"29":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"45":{"tf":1.0},"6":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"41":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":3,"docs":{"36":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0}}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":18,"docs":{"17":{"tf":1.7320508075688772},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.7320508075688772},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"43":{"tf":1.7320508075688772},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"9":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"34":{"tf":1.0},"52":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":8,"docs":{"0":{"tf":1.4142135623730951},"11":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.7320508075688772},"49":{"tf":1.4142135623730951},"52":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":6,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":9,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":37,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":2.0},"13":{"tf":1.0},"14":{"tf":2.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.7320508075688772},"25":{"tf":1.7320508075688772},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.4142135623730951},"34":{"tf":1.7320508075688772},"35":{"tf":1.0},"37":{"tf":2.23606797749979},"39":{"tf":1.0},"4":{"tf":2.0},"40":{"tf":2.0},"43":{"tf":2.0},"44":{"tf":2.23606797749979},"45":{"tf":2.23606797749979},"46":{"tf":1.4142135623730951},"47":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"6":{"tf":2.23606797749979},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"15":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"16":{"tf":1.0},"49":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"39":{"tf":1.0}}}},"s":{"df":2,"docs":{"35":{"tf":1.0},"40":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"35":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"—":{"a":{"d":{"df":0,"docs":{},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"49":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":8,"docs":{"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"38":{"tf":1.7320508075688772},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"7":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"}":{"\\"":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"f":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"41":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":6,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"24":{"tf":1.0},"35":{"tf":1.7320508075688772},"4":{"tf":1.0},"7":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":2,"docs":{"22":{"tf":1.0},"26":{"tf":1.0}}}},"l":{"df":0,"docs":{},"s":{"df":3,"docs":{"35":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}}}},"q":{"df":1,"docs":{"51":{"tf":1.7320508075688772}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"11":{"tf":1.0},"26":{"tf":1.0},"46":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"16":{"tf":1.0},"26":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":1,"docs":{"25":{"tf":1.0}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"16":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"51":{"tf":1.0}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":4,"docs":{"11":{"tf":1.0},"27":{"tf":1.0},"40":{"tf":1.0},"45":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"35":{"tf":1.0},"5":{"tf":1.0}},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"51":{"tf":1.0}}}}}}}}}},"t":{"df":6,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"9":{"tf":1.0}}},"x":{"df":1,"docs":{"5":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"29":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0}}},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"50":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"14":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":5,"docs":{"18":{"tf":1.0},"29":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"47":{"tf":1.0},"49":{"tf":1.0}}}}}}},"n":{"df":12,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"44":{"tf":2.449489742783178},"45":{"tf":2.0}}},"o":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":3,"docs":{"0":{"tf":1.0},"35":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"29":{"tf":1.0},"4":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"15":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"t":{"!":{"(":{"\\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"4":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":7,"docs":{"15":{"tf":1.0},"2":{"tf":1.7320508075688772},"3":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":18,"docs":{"0":{"tf":1.0},"10":{"tf":1.4142135623730951},"2":{"tf":1.0},"21":{"tf":1.0},"3":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.7320508075688772},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.4142135623730951},"49":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0}},"’":{"df":1,"docs":{"15":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"6":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"39":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"26":{"tf":1.0},"3":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}}}}}}},"d":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"27":{"tf":1.0}}}}}},"g":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"3":{"tf":1.0},"50":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"34":{"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":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"44":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":8,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"27":{"tf":1.4142135623730951},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"44":{"tf":1.0},"52":{"tf":1.0},"7":{"tf":1.0}}}}},"t":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}}},"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":1,"docs":{"1":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"52":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"11":{"tf":1.0},"16":{"tf":1.0}}}},"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"11":{"tf":1.0},"16":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":1,"docs":{"46":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"37":{"tf":1.0},"48":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}},"df":29,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"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},"8":{"tf":1.7320508075688772},"9":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"24":{"tf":1.0}}}},"n":{"d":{"df":2,"docs":{"4":{"tf":1.0},"6":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"r":{"d":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"11":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0}},"i":{"df":1,"docs":{"14":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"10":{"tf":1.0},"15":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"0":{"tf":1.0},"45":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"(":{"8":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}},"df":9,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"23":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"o":{"c":{"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"4":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"31":{"tf":1.0},"35":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"47":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"i":{"[":{"\\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"e":{"a":{"df":9,"docs":{"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"44":{"tf":1.0}}}}}}}},"l":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":28,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"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},"8":{"tf":1.7320508075688772},"9":{"tf":1.0}},"i":{"df":12,"docs":{"36":{"tf":1.7320508075688772},"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}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":3,"docs":{"17":{"tf":1.0},"21":{"tf":1.0},"43":{"tf":1.0}}}}}}}},"m":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"5":{"tf":1.0}}}},"l":{"df":2,"docs":{"44":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":8,"docs":{"22":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"47":{"tf":1.0}}}}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":4,"docs":{"0":{"tf":1.4142135623730951},"49":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":8,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"19":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"\\"":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"6":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"[":{"\\"":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"14":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"14":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"42":{"tf":1.0},"44":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"35":{"tf":1.0}}}}}}},"df":2,"docs":{"32":{"tf":1.0},"35":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":4,"docs":{"10":{"tf":1.0},"3":{"tf":1.0},"47":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"n":{"d":{"df":4,"docs":{"11":{"tf":1.0},"37":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":5,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"21":{"tf":1.0},"24":{"tf":1.0}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.4142135623730951},"22":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":3,"docs":{"22":{"tf":1.0},"47":{"tf":1.7320508075688772},"5":{"tf":1.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"7":{"tf":1.0}}}}}},"v":{"df":3,"docs":{"25":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"5":{"tf":1.0}},"t":{"df":1,"docs":{"3":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":2,"docs":{"35":{"tf":1.0},"44":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"11":{"tf":1.0},"31":{"tf":1.0}}}}},"v":{"df":5,"docs":{"48":{"tf":1.7320508075688772},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0}}}},"j":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"g":{"df":4,"docs":{"37":{"tf":1.0},"4":{"tf":1.0},"52":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"k":{"8":{"df":6,"docs":{"10":{"tf":1.0},"16":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":16,"docs":{"11":{"tf":1.0},"15":{"tf":1.7320508075688772},"16":{"tf":1.4142135623730951},"20":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"y":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}}},"n":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"49":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"11":{"tf":1.0},"33":{"tf":1.4142135623730951},"4":{"tf":1.0},"47":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"22":{"tf":1.0}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"25":{"tf":1.0},"37":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"22":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"15":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"19":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"15":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"42":{"tf":1.0},"49":{"tf":1.0},"9":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"37":{"tf":1.0},"6":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"t":{"df":2,"docs":{"3":{"tf":1.0},"4":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":12,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"13":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"37":{"tf":1.7320508075688772},"4":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":2,"docs":{"28":{"tf":1.0},"6":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"14":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":17,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.7320508075688772},"27":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"6":{"tf":1.0}}}}},"o":{"a":{"d":{"df":1,"docs":{"23":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"k":{"8":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":11,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"29":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"51":{"tf":1.0},"9":{"tf":1.0}}},"t":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":3,"docs":{"44":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}},"i":{"c":{"df":4,"docs":{"0":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"s":{"/":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"35":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"11":{"tf":1.0},"37":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"24":{"tf":1.0},"51":{"tf":1.0}}},"p":{"df":2,"docs":{"16":{"tf":1.0},"31":{"tf":1.0}}},"s":{"df":1,"docs":{"9":{"tf":1.0}}}},"w":{"(":{"2":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"23":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"16":{"tf":1.0},"32":{"tf":1.0},"7":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":12,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"36":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":7,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.4142135623730951}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":6,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"49":{"tf":1.0}}}},"p":{"df":3,"docs":{"10":{"tf":1.0},"35":{"tf":1.0},"47":{"tf":1.0}}},"t":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"48":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"11":{"tf":1.0},"33":{"tf":1.0}}}}}},"x":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"6":{"0":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}},"7":{"5":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"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":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":8,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0}}}}},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"1":{"tf":1.0},"2":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"d":{"df":5,"docs":{"14":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"35":{"tf":1.0},"52":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"c":{"df":5,"docs":{"25":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"35":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"3":{"0":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}},"4":{"5":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"16":{"tf":1.0},"18":{"tf":1.0},"31":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"49":{"tf":1.0},"5":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":3,"docs":{"35":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}}}},"x":{"df":1,"docs":{"50":{"tf":1.0}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"24":{"tf":1.4142135623730951}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":8,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"15":{"tf":1.0},"2":{"tf":1.0},"23":{"tf":1.0},"37":{"tf":2.23606797749979},"47":{"tf":1.0},"9":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"0":{"tf":1.0},"28":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"46":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"16":{"tf":1.0},"7":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":8,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"11":{"tf":1.0},"2":{"tf":1.0},"28":{"tf":1.7320508075688772},"3":{"tf":1.4142135623730951},"32":{"tf":1.0},"9":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"16":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"39":{"tf":1.0},"44":{"tf":1.0}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"df":1,"docs":{"23":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"16":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":8,"docs":{"15":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"40":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"g":{"df":2,"docs":{"24":{"tf":1.0},"35":{"tf":1.0}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":11,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"22":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"37":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"9":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"26":{"tf":1.0}}}}},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":8,"docs":{"21":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.7320508075688772},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"4":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":23,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"11":{"tf":1.0},"13":{"tf":1.4142135623730951},"2":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.7320508075688772},"37":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"41":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.4142135623730951},"50":{"tf":1.0},"52":{"tf":2.0},"6":{"tf":1.0},"9":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"5":{"tf":1.0}},"i":{"df":1,"docs":{"16":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"df":9,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"10":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.7320508075688772},"35":{"tf":1.0},"37":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"9":{"tf":1.0}}}},"n":{"df":1,"docs":{"5":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"15":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":17,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"37":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.4142135623730951}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"16":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"37":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"47":{"tf":1.0},"49":{"tf":1.0}}}}}},"k":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"\\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":1,"docs":{"44":{"tf":1.0}}},"n":{"c":{"df":3,"docs":{"37":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0}}},"df":4,"docs":{"19":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"9":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"33":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"11":{"tf":1.0},"20":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.4142135623730951},"35":{"tf":2.23606797749979},"5":{"tf":1.0},"51":{"tf":1.0}}}},"t":{"df":2,"docs":{"15":{"tf":1.0},"5":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"20":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.0},"6":{"tf":1.0}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":7,"docs":{"10":{"tf":1.0},"31":{"tf":1.0},"47":{"tf":1.4142135623730951},"5":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"51":{"tf":1.0}}}}}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"23":{"tf":1.4142135623730951}},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"22":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":9,"docs":{"16":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"3":{"tf":1.0},"42":{"tf":1.0},"5":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.7320508075688772}}}}}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"22":{"tf":1.0}}},"k":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"10":{"tf":1.0},"47":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":3,"docs":{"1":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"27":{"tf":1.0},"4":{"tf":1.0},"52":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}},"df":0,"docs":{},"t":{"df":51,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.7320508075688772},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"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.7320508075688772},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"4":{"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.7320508075688772},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.7320508075688772},"9":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":6,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"4":{"tf":2.449489742783178},"49":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":2.449489742783178}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"29":{"tf":1.0},"35":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":1,"docs":{"6":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"13":{"tf":1.0},"19":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":3,"docs":{"15":{"tf":2.449489742783178},"16":{"tf":1.0},"9":{"tf":1.0}}}}}}}},"df":1,"docs":{"6":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"22":{"tf":1.0}}}},"r":{"df":4,"docs":{"15":{"tf":1.0},"18":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"0":{"tf":1.0},"4":{"tf":1.0}}}}}}}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"23":{"tf":1.7320508075688772},"28":{"tf":3.605551275463989}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.7320508075688772}}}}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"27":{"tf":1.0},"44":{"tf":1.0},"49":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"10":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"14":{"tf":1.0},"28":{"tf":1.4142135623730951}}}}}}}},"l":{"a":{"df":0,"docs":{},"n":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"(":{")":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"[":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":23,"docs":{"1":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":2.0},"3":{"tf":1.0},"30":{"tf":1.4142135623730951},"34":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":2.0},"47":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":2.449489742783178},"7":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"35":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"u":{"df":2,"docs":{"19":{"tf":1.0},"20":{"tf":1.0}},"g":{"df":1,"docs":{"43":{"tf":1.0}},"g":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"12":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"3":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":3,"docs":{"32":{"tf":1.0},"35":{"tf":1.0},"50":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"25":{"tf":1.0},"28":{"tf":1.0},"37":{"tf":1.0},"52":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"26":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"16":{"tf":1.7320508075688772},"8":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"4":{"tf":1.0},"42":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"5":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"47":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"29":{"tf":1.4142135623730951},"35":{"tf":2.0},"37":{"tf":1.0},"39":{"tf":1.0}}}}}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"21":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"20":{"tf":1.0},"35":{"tf":1.0}}}},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"41":{"tf":1.0}}}},"t":{"df":3,"docs":{"16":{"tf":1.0},"42":{"tf":1.0},"50":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"29":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":2.0}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.4142135623730951}}}}}},"o":{"b":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":7,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"34":{"tf":1.0},"44":{"tf":1.4142135623730951},"46":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"11":{"tf":1.0},"31":{"tf":1.0},"4":{"tf":1.0},"9":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":5,"docs":{"0":{"tf":1.0},"14":{"tf":1.0},"26":{"tf":1.0},"41":{"tf":1.0},"51":{"tf":1.0}},"t":{"df":4,"docs":{"21":{"tf":1.0},"37":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":7,"docs":{"11":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.4142135623730951},"3":{"tf":1.0},"37":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":8,"docs":{"0":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.4142135623730951},"51":{"tf":1.0},"6":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"44":{"tf":1.0}},"r":{"df":1,"docs":{"35":{"tf":1.0}}}},"i":{"d":{"df":6,"docs":{"26":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"6":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":3,"docs":{"34":{"tf":1.0},"4":{"tf":1.4142135623730951},"6":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"b":{"df":2,"docs":{"44":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"0":{"tf":1.0},"52":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"51":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"12":{"tf":1.0},"3":{"tf":1.0}}}}}}}},"q":{"a":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"27":{"tf":1.7320508075688772},"5":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"tf":1.0}}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"(":{"3":{"df":2,"docs":{"18":{"tf":1.0},"20":{"tf":1.0}}},"5":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}},"df":10,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"23":{"tf":1.7320508075688772},"49":{"tf":1.4142135623730951},"5":{"tf":1.0},"50":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}}},"df":2,"docs":{"4":{"tf":2.0},"6":{"tf":3.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"44":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"l":{"df":3,"docs":{"34":{"tf":1.0},"44":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"—":{"a":{"df":1,"docs":{"35":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"49":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":9,"docs":{"20":{"tf":1.0},"26":{"tf":1.4142135623730951},"29":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.7320508075688772},"41":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.4142135623730951},"9":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":5,"docs":{"0":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.0},"43":{"tf":1.0},"5":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"1":{"tf":1.0},"3":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"5":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"41":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"13":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":4,"docs":{"15":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":13,"docs":{"36":{"tf":1.7320508075688772},"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":2.0},"48":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"0":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"29":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}},"x":{"df":2,"docs":{"34":{"tf":1.0},"35":{"tf":1.0}}}},"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"16":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"14":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"23":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"40":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"37":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":4,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":4,"docs":{"13":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"51":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":8,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"20":{"tf":1.0},"24":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"37":{"tf":1.0},"41":{"tf":1.0},"6":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":3,"docs":{"10":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":10,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.4142135623730951},"28":{"tf":1.0},"4":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.4142135623730951},"52":{"tf":1.0},"6":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":4,"docs":{"16":{"tf":1.0},"29":{"tf":1.0},"44":{"tf":1.4142135623730951},"45":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"0":{"tf":1.0},"52":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"15":{"tf":1.0},"40":{"tf":1.0},"47":{"tf":1.7320508075688772},"9":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":3,"docs":{"16":{"tf":1.0},"51":{"tf":1.0},"7":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"42":{"tf":1.0},"7":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"46":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"5":{"tf":1.0},"51":{"tf":1.0}}}}},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":8,"docs":{"0":{"tf":1.0},"20":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.7320508075688772}},"s":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"p":{"c":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"4":{"tf":1.7320508075688772},"44":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951},"6":{"tf":1.0}}}}}}}}},"df":26,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"11":{"tf":1.7320508075688772},"14":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":2.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":2.23606797749979},"33":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":2.449489742783178},"4":{"tf":1.7320508075688772},"41":{"tf":1.0},"45":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.7320508075688772},"50":{"tf":1.7320508075688772},"51":{"tf":1.4142135623730951},"52":{"tf":2.23606797749979},"6":{"tf":2.6457513110645907},"7":{"tf":1.0},"8":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"23":{"tf":1.0},"44":{"tf":1.4142135623730951}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":23,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.7320508075688772},"30":{"tf":2.0},"31":{"tf":1.7320508075688772},"32":{"tf":1.7320508075688772},"33":{"tf":1.7320508075688772},"34":{"tf":1.7320508075688772},"35":{"tf":1.4142135623730951},"37":{"tf":1.0},"4":{"tf":2.23606797749979},"41":{"tf":1.7320508075688772},"47":{"tf":1.7320508075688772},"50":{"tf":1.7320508075688772},"51":{"tf":1.7320508075688772},"52":{"tf":1.0},"6":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951},"9":{"tf":1.0}},"’":{"df":1,"docs":{"35":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"34":{"tf":1.0}},"{":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":8,"docs":{"10":{"tf":1.0},"27":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.0},"47":{"tf":1.0},"9":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"df":14,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"43":{"tf":1.7320508075688772},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"42":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":5,"docs":{"29":{"tf":1.4142135623730951},"47":{"tf":1.0},"51":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"26":{"tf":1.0},"35":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"27":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"2":{"df":9,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.7320508075688772}}}}}}}},"df":0,"docs":{}}}}},"df":31,"docs":{"1":{"tf":1.0},"10":{"tf":1.7320508075688772},"11":{"tf":2.23606797749979},"12":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":2.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"28":{"tf":2.0},"29":{"tf":2.23606797749979},"30":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"37":{"tf":2.6457513110645907},"4":{"tf":1.7320508075688772},"40":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":2.23606797749979},"48":{"tf":1.0},"49":{"tf":1.4142135623730951},"5":{"tf":1.0},"50":{"tf":2.0},"51":{"tf":1.7320508075688772},"52":{"tf":1.4142135623730951},"6":{"tf":2.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":2.23606797749979}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"23":{"tf":1.0},"33":{"tf":1.0},"5":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"10":{"tf":1.0},"35":{"tf":1.0}}}}}}},"df":1,"docs":{"4":{"tf":1.7320508075688772}},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"16":{"tf":1.0},"23":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"d":{"df":8,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}}},"df":4,"docs":{"11":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"20":{"tf":1.0},"29":{"tf":1.0}}}},"df":0,"docs":{}},"f":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":3,"docs":{"15":{"tf":1.0},"44":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"16":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"22":{"tf":1.0},"6":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"4":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"28":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"25":{"tf":1.0}}},"v":{"df":1,"docs":{"47":{"tf":1.0}},"i":{"c":{"df":4,"docs":{"32":{"tf":1.0},"37":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":8,"docs":{"11":{"tf":1.0},"18":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"36":{"tf":1.0},"49":{"tf":1.4142135623730951},"6":{"tf":1.0},"9":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":13,"docs":{"10":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"32":{"tf":1.0},"50":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":18,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":8,"docs":{"10":{"tf":1.0},"16":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"44":{"tf":1.0},"47":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.7320508075688772}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"0":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0}}}},"w":{"df":4,"docs":{"1":{"tf":1.0},"21":{"tf":1.0},"43":{"tf":1.0},"9":{"tf":1.0}}}}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":11,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"29":{"tf":1.7320508075688772},"35":{"tf":2.0},"41":{"tf":1.0},"5":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"18":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"22":{"tf":1.4142135623730951},"26":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":3,"docs":{"32":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0}}}}},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"22":{"tf":1.0},"35":{"tf":1.0},"50":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"11":{"tf":1.0},"18":{"tf":1.0},"3":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":5,"docs":{"15":{"tf":1.0},"18":{"tf":1.0},"46":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"3":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"24":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":6,"docs":{"14":{"tf":1.0},"20":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":1.0},"49":{"tf":1.0},"6":{"tf":1.0}},"i":{"df":1,"docs":{"11":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":4,"docs":{"16":{"tf":1.0},"30":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"t":{"a":{"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"32":{"tf":1.0},"37":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"28":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"50":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"16":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"df":0,"docs":{}},"_":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"45":{"tf":1.0},"6":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":13,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.7320508075688772},"37":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.7320508075688772}}}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"16":{"tf":1.0},"23":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0}}},"i":{"c":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}}},"y":{"df":6,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"25":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.4142135623730951},"51":{"tf":1.0}}}},"d":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{":":{":":{"a":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"44":{"tf":1.0}}},"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":{":":{":":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"28":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"15":{"tf":1.0},"35":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"22":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"51":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.4142135623730951}},"i":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"27":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"27":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":3,"docs":{"37":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0}}}},"r":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"19":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"b":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"49":{"tf":1.4142135623730951}}}}}},"u":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"18":{"tf":1.0},"22":{"tf":1.4142135623730951},"24":{"tf":1.0}}}},"t":{"df":5,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.0},"24":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"0":{"tf":1.0},"52":{"tf":1.0}}}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":10,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"33":{"tf":1.0}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"10":{"tf":1.0},"48":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"16":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"n":{"c":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"26":{"tf":1.0}},"i":{"c":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"22":{"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":{},"e":{"df":0,"docs":{},"m":{"df":7,"docs":{"14":{"tf":1.4142135623730951},"20":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.4142135623730951}}}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"2":{"0":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"0":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"44":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":6,"docs":{"11":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.4142135623730951},"45":{"tf":1.7320508075688772},"5":{"tf":1.0},"51":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"37":{"tf":1.0}}}}},"d":{"df":3,"docs":{"14":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0}}},"df":1,"docs":{"4":{"tf":1.4142135623730951}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":3,"docs":{"16":{"tf":1.0},"3":{"tf":1.4142135623730951},"49":{"tf":1.0}}},"r":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"15":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":21,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.0},"10":{"tf":1.7320508075688772},"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"18":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.7320508075688772},"37":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.4142135623730951},"5":{"tf":1.7320508075688772},"50":{"tf":1.0},"51":{"tf":1.4142135623730951},"9":{"tf":2.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":10,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"{":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"45":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"44":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"44":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":3,"docs":{"29":{"tf":1.0},"39":{"tf":1.0},"7":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"e":{"df":12,"docs":{"0":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.7320508075688772},"3":{"tf":1.4142135623730951},"31":{"tf":1.0},"35":{"tf":1.0},"5":{"tf":1.4142135623730951},"51":{"tf":1.0},"6":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"34":{"tf":1.0},"35":{"tf":1.0}}}}},"r":{"df":1,"docs":{"22":{"tf":1.4142135623730951}}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"14":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"9":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"25":{"tf":1.0},"27":{"tf":1.0},"5":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"22":{"tf":1.0}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":24,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"27":{"tf":2.0},"29":{"tf":1.0},"37":{"tf":2.0},"4":{"tf":2.0},"42":{"tf":1.7320508075688772},"44":{"tf":1.4142135623730951},"47":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.4142135623730951},"52":{"tf":1.0},"6":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.0}},"y":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"g":{"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":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"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":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"49":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"34":{"tf":1.0},"35":{"tf":1.0},"47":{"tf":1.0},"9":{"tf":1.0}}},"k":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":15,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.4142135623730951},"23":{"tf":1.7320508075688772},"3":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.7320508075688772},"5":{"tf":1.4142135623730951},"52":{"tf":1.0},"6":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"26":{"tf":1.0},"43":{"tf":1.0},"49":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":13,"docs":{"11":{"tf":1.0},"13":{"tf":1.4142135623730951},"15":{"tf":1.0},"18":{"tf":2.23606797749979},"19":{"tf":2.23606797749979},"20":{"tf":1.4142135623730951},"28":{"tf":1.0},"34":{"tf":1.0},"49":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"4":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"28":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"10":{"tf":1.7320508075688772}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"35":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"13":{"tf":1.0},"24":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.7320508075688772}}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"16":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":3,"docs":{"16":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"30":{"tf":1.0},"4":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"16":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":1,"docs":{"18":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"30":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"22":{"tf":1.0},"3":{"tf":1.4142135623730951},"37":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"45":{"tf":1.0},"50":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":2,"docs":{"39":{"tf":1.0},"47":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"11":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"10":{"tf":1.0}}}},"df":26,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"15":{"tf":1.0},"18":{"tf":1.7320508075688772},"19":{"tf":1.7320508075688772},"20":{"tf":2.0},"22":{"tf":1.7320508075688772},"23":{"tf":1.4142135623730951},"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.4142135623730951},"29":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":2.23606797749979},"45":{"tf":1.7320508075688772},"47":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":30,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"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},"49":{"tf":1.0},"5":{"tf":1.0},"8":{"tf":1.7320508075688772},"9":{"tf":1.4142135623730951}},"s":{"(":{"4":{"df":2,"docs":{"18":{"tf":1.0},"20":{"tf":1.0}}},"8":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"z":{"df":2,"docs":{"44":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"46":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"10":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":19,"docs":{"0":{"tf":1.4142135623730951},"11":{"tf":1.4142135623730951},"16":{"tf":1.0},"18":{"tf":1.7320508075688772},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"25":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.4142135623730951},"34":{"tf":1.0},"37":{"tf":1.4142135623730951},"39":{"tf":1.0},"44":{"tf":1.4142135623730951},"45":{"tf":1.0},"49":{"tf":1.4142135623730951},"5":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.4142135623730951},"7":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":1,"docs":{"24":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"27":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"c":{"!":{"[":{"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":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":1,"docs":{"44":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"5":{"tf":1.0},"51":{"tf":1.0}},"f":{"df":2,"docs":{"26":{"tf":1.0},"7":{"tf":1.0}},"i":{"df":6,"docs":{"14":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":6,"docs":{"10":{"tf":1.0},"14":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.4142135623730951},"6":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"29":{"tf":1.0},"6":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"15":{"tf":1.0},"5":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":12,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"9":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"23":{"tf":1.4142135623730951}}}}},"df":2,"docs":{"4":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"15":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"49":{"tf":1.0},"52":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":8,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"29":{"tf":1.0},"37":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":5,"docs":{"32":{"tf":1.0},"39":{"tf":1.0},"46":{"tf":1.4142135623730951},"50":{"tf":1.0},"52":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"(":{"0":{".":{".":{"=":{"2":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"(":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"4":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"z":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"24":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":1,"docs":{"46":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"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":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"2":{"0":{"df":3,"docs":{"20":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0}}},"df":0,"docs":{}},"8":{"0":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"0":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"6":{"0":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}},"9":{"0":{"df":4,"docs":{"19":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"(":{"1":{".":{".":{"=":{"4":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"z":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{")":{".":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"0":{".":{"5":{")":{".":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"0":{".":{"1":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"0":{"df":1,"docs":{"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"(":{"2":{"0":{"0":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":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":{"23":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"25":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"1":{"tf":1.0},"26":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":5,"docs":{"10":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"47":{"tf":1.7320508075688772},"9":{"tf":1.4142135623730951}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":38,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.7320508075688772},"12":{"tf":2.0},"13":{"tf":2.449489742783178},"14":{"tf":2.23606797749979},"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.7320508075688772},"19":{"tf":2.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":2.0},"23":{"tf":2.0},"24":{"tf":1.0},"29":{"tf":1.7320508075688772},"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"37":{"tf":2.23606797749979},"39":{"tf":1.7320508075688772},"4":{"tf":2.449489742783178},"40":{"tf":1.0},"43":{"tf":2.0},"44":{"tf":2.6457513110645907},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.7320508075688772},"5":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"6":{"tf":2.6457513110645907},"7":{"tf":1.4142135623730951},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"28":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"10":{"tf":1.0},"9":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"d":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"22":{"tf":1.0},"27":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"24":{"tf":1.0}}}}}}},"x":{"df":2,"docs":{"4":{"tf":1.4142135623730951},"6":{"tf":2.0}}},"y":{"df":0,"docs":{},"e":{"df":1,"docs":{"51":{"tf":1.0}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"23":{"tf":1.0}}}}}}}},"title":{"root":{"2":{"df":1,"docs":{"18":{"tf":1.0}}},"a":{"d":{"df":4,"docs":{"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"21":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"48":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"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":{"11":{"tf":1.0}}}}}}}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"24":{"tf":1.0}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"z":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"24":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"34":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"45":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"49":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"49":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"47":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"25":{"tf":1.0},"26":{"tf":1.0}}}}}}}},"d":{"a":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"26":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"36":{"tf":1.0},"37":{"tf":1.0}}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"26":{"tf":1.0}},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"l":{"df":1,"docs":{"49":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"17":{"tf":1.0},"21":{"tf":1.0},"43":{"tf":1.0}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"12":{"tf":1.0},"14":{"tf":1.0},"25":{"tf":1.0},"34":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"38":{"tf":1.0}}},"df":0,"docs":{}}}}}},"f":{"a":{"df":0,"docs":{},"q":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"38":{"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":{"27":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"52":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"42":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}},"i":{"df":1,"docs":{"36":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"47":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"v":{"df":1,"docs":{"48":{"tf":1.0}}}},"k":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"37":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"20":{"tf":1.0}}}}},"o":{"a":{"d":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"24":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"37":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"28":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"22":{"tf":1.0}}}}}}},"w":{"df":1,"docs":{"43":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"35":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"23":{"tf":1.0}}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"2":{"tf":1.0},"36":{"tf":1.0},"48":{"tf":1.0},"8":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"15":{"tf":1.0}}}}}}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"28":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}}}}}}},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"28":{"tf":1.0}}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"o":{"b":{"df":0,"docs":{},"e":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"36":{"tf":1.0},"47":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":2,"docs":{"26":{"tf":1.0},"29":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"41":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":6,"docs":{"11":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"37":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"18":{"tf":1.0},"44":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"22":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"45":{"tf":1.0}}}},"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"27":{"tf":1.0},"42":{"tf":1.0}}}}}}}},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"18":{"tf":1.0},"19":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":1,"docs":{"10":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"w":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"23":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"46":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":9,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"lang":"English","pipeline":["trimmer","stopWordFilter","stemmer"],"ref":"id","version":"0.9.5"},"results_options":{"limit_results":30,"teaser_word_count":30},"search_options":{"bool":"OR","expand":true,"fields":{"body":{"boost":1},"breadcrumbs":{"boost":1},"title":{"boost":2}}}}')); \ No newline at end of file diff --git a/docs/searchindex-98117aeb.js b/docs/searchindex-98117aeb.js new file mode 100644 index 0000000..7af7b08 --- /dev/null +++ b/docs/searchindex-98117aeb.js @@ -0,0 +1 @@ +window.search = Object.assign(window.search, JSON.parse('{"doc_urls":["project-context-primer.html#project-context-primer","what-you-will-learn.html#what-you-will-learn","part-i.html#part-i--foundations","introduction.html#introduction","architecture-overview.html#architecture-overview","testing-philosophy.html#testing-philosophy","testing-philosophy.html#declarative-over-imperative","testing-philosophy.html#protocol-time-not-wall-time","testing-philosophy.html#determinism-first-chaos-when-needed","testing-philosophy.html#observable-health-signals","testing-philosophy.html#minimum-run-windows","testing-philosophy.html#summary","scenario-lifecycle.html#scenario-lifecycle-conceptual","design-rationale.html#design-rationale","part-ii.html#part-ii--user-guide","workspace-layout.html#workspace-layout","annotated-tree.html#annotated-tree","authoring-scenarios.html#authoring-scenarios","workloads.html#core-content-workloads--expectations","workloads.html#workloads","workloads.html#expectations","scenario-builder-ext-patterns.html#core-content-scenariobuilderext-patterns","best-practices.html#best-practices","examples.html#examples","examples.html#simple-consensus-liveness","examples.html#transaction-workload","examples.html#da--transaction-workload","examples.html#chaos-resilience-test","examples-advanced.html#advanced-examples","examples-advanced.html#load-progression-test","examples-advanced.html#sustained-load-test","examples-advanced.html#rolling-restart-test","examples-advanced.html#aggressive-chaos-test","examples-advanced.html#partition-recovery-test","examples-advanced.html#extension-ideas","examples-advanced.html#custom-expectation-block-timing-consistency","examples-advanced.html#custom-workload-targeted-executor-restart","examples-advanced.html#custom-deployer-config-validator","running-scenarios.html#running-scenarios","runners.html#runners","runners.html#local-runner","runners.html#docker-compose-runner","runners.html#kubernetes-runner","runners.html#common-expectations","operations.html#operations","part-iii.html#part-iii--developer-reference","scenario-model.html#scenario-model-developer-level","extending.html#extending-the-framework","extending.html#adding-a-workload","extending.html#adding-an-expectation","extending.html#adding-a-runner","extending.html#adding-topology-helpers","custom-workload-example.html#example-new-workload--expectation-rust","custom-workload-example.html#workload-simple-reachability-probe","custom-workload-example.html#expectation-confirm-the-target-stayed-reachable","custom-workload-example.html#how-to-wire-it","internal-crate-reference.html#internal-crate-reference","part-iv.html#part-iv--appendix","dsl-cheat-sheet.html#core-content-dsl-cheat-sheet","troubleshooting.html#troubleshooting-scenarios","faq.html#faq","glossary.html#glossary"],"index":{"documentStore":{"docInfo":{"0":{"body":78,"breadcrumbs":6,"title":3},"1":{"body":26,"breadcrumbs":2,"title":1},"10":{"body":40,"breadcrumbs":7,"title":3},"11":{"body":26,"breadcrumbs":5,"title":1},"12":{"body":107,"breadcrumbs":8,"title":3},"13":{"body":68,"breadcrumbs":6,"title":2},"14":{"body":10,"breadcrumbs":8,"title":4},"15":{"body":94,"breadcrumbs":8,"title":2},"16":{"body":59,"breadcrumbs":8,"title":2},"17":{"body":101,"breadcrumbs":8,"title":2},"18":{"body":18,"breadcrumbs":12,"title":4},"19":{"body":38,"breadcrumbs":9,"title":1},"2":{"body":10,"breadcrumbs":4,"title":2},"20":{"body":54,"breadcrumbs":9,"title":1},"21":{"body":84,"breadcrumbs":12,"title":4},"22":{"body":96,"breadcrumbs":8,"title":2},"23":{"body":11,"breadcrumbs":6,"title":1},"24":{"body":48,"breadcrumbs":8,"title":3},"25":{"body":42,"breadcrumbs":7,"title":2},"26":{"body":49,"breadcrumbs":8,"title":3},"27":{"body":48,"breadcrumbs":8,"title":3},"28":{"body":9,"breadcrumbs":9,"title":2},"29":{"body":63,"breadcrumbs":10,"title":3},"3":{"body":84,"breadcrumbs":4,"title":1},"30":{"body":58,"breadcrumbs":10,"title":3},"31":{"body":67,"breadcrumbs":10,"title":3},"32":{"body":74,"breadcrumbs":10,"title":3},"33":{"body":79,"breadcrumbs":10,"title":3},"34":{"body":0,"breadcrumbs":9,"title":2},"35":{"body":32,"breadcrumbs":12,"title":5},"36":{"body":42,"breadcrumbs":12,"title":5},"37":{"body":24,"breadcrumbs":11,"title":4},"38":{"body":75,"breadcrumbs":8,"title":2},"39":{"body":20,"breadcrumbs":6,"title":1},"4":{"body":106,"breadcrumbs":6,"title":2},"40":{"body":16,"breadcrumbs":7,"title":2},"41":{"body":23,"breadcrumbs":8,"title":3},"42":{"body":17,"breadcrumbs":7,"title":2},"43":{"body":43,"breadcrumbs":7,"title":2},"44":{"body":130,"breadcrumbs":6,"title":1},"45":{"body":10,"breadcrumbs":8,"title":4},"46":{"body":116,"breadcrumbs":12,"title":4},"47":{"body":0,"breadcrumbs":8,"title":2},"48":{"body":39,"breadcrumbs":8,"title":2},"49":{"body":21,"breadcrumbs":8,"title":2},"5":{"body":8,"breadcrumbs":6,"title":2},"50":{"body":29,"breadcrumbs":8,"title":2},"51":{"body":21,"breadcrumbs":9,"title":3},"52":{"body":19,"breadcrumbs":14,"title":5},"53":{"body":120,"breadcrumbs":13,"title":4},"54":{"body":67,"breadcrumbs":14,"title":5},"55":{"body":24,"breadcrumbs":10,"title":1},"56":{"body":91,"breadcrumbs":10,"title":3},"57":{"body":10,"breadcrumbs":6,"title":3},"58":{"body":84,"breadcrumbs":11,"title":5},"59":{"body":86,"breadcrumbs":7,"title":2},"6":{"body":36,"breadcrumbs":7,"title":3},"60":{"body":99,"breadcrumbs":5,"title":1},"61":{"body":130,"breadcrumbs":5,"title":1},"7":{"body":84,"breadcrumbs":8,"title":4},"8":{"body":52,"breadcrumbs":8,"title":4},"9":{"body":51,"breadcrumbs":7,"title":3}},"docs":{"0":{"body":"This book focuses on the Nomos Testing Framework. It assumes familiarity with\\nthe Nomos architecture, but for completeness, here is a short primer. Nomos is a modular blockchain protocol with validators and a data-availability\\n(DA) subsystem. Validators participate in consensus and produce blocks. Executors are validators with the DA dispersal service enabled. They can\\nsubmit transactions and disperse blob data to the DA network. Data Availability (DA) handles blob data within transactions. When\\ntransactions include ChannelBlob operations, executors disperse the blob data\\nto the DA network, and validators sample and verify it’s available. These roles interact tightly, which is why meaningful testing must be performed\\nin multi-node environments that include real networking, timing, and DA\\ninteraction.","breadcrumbs":"Project Context Primer » Project Context Primer","id":"0","title":"Project Context Primer"},"1":{"body":"This book gives you a clear mental model for Nomos multi-node testing, shows how\\nto author scenarios that pair realistic workloads with explicit expectations,\\nand guides you to run them across local, containerized, and cluster environments\\nwithout changing the plan.","breadcrumbs":"What You Will Learn » What You Will Learn","id":"1","title":"What You Will Learn"},"10":{"body":"Always run long enough for meaningful block production: #![allow(unused)] fn main() {\\n// Bad: too short\\n.with_run_duration(Duration::from_secs(5)) // Maybe 0-1 blocks // Good: enough blocks for assertions\\n.with_run_duration(Duration::from_secs(60)) // ~10+ blocks } The framework enforces minimum durations, but be explicit. Very short runs\\nrisk false confidence—one lucky block doesn’t prove liveness.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Minimum Run Windows","id":"10","title":"Minimum Run Windows"},"11":{"body":"These principles keep scenarios: Portable across environments (protocol time, declarative) Debuggable (determinism, separation of concerns) Meaningful (observable signals, sufficient duration) When authoring scenarios, ask: “Does this test the protocol behavior or\\nmy local environment quirks?”","breadcrumbs":"Part I — Foundations » Testing Philosophy » Summary","id":"11","title":"Summary"},"12":{"body":"Build the plan: Declare a topology, attach workloads and expectations, and set the run window. The plan is the single source of truth for what will happen. Deploy: Hand the plan to a deployer. It provisions the environment on the chosen backend and waits for nodes to signal readiness, then returns a Runner. Drive workloads: Start traffic and behaviors (transactions, data-availability activity, restarts) for the planned duration. Observe blocks and signals: Track block progression and other high-level metrics during or after the run window to ground assertions in protocol time. Evaluate expectations: Once activity stops (and optional cooldown completes), check liveness and workload-specific outcomes to decide pass or fail. Cleanup: Tear down resources so successive runs start fresh and do not inherit leaked state. flowchart LR P[Plan
topology + workloads + expectations] --> D[Deploy
deployer provisions] D --> R[Readiness
wait for nodes] R --> Run[Run
runner orchestrates] Run --> W[Drive Workloads] W --> O[Observe
blocks/metrics] O --> E[Evaluate Expectations] E --> C[Cleanup]","breadcrumbs":"Part I — Foundations » Scenario Lifecycle (Conceptual) » Scenario Lifecycle (Conceptual)","id":"12","title":"Scenario Lifecycle (Conceptual)"},"13":{"body":"Modular crates keep configuration, orchestration, workloads, and runners decoupled so each can evolve without breaking the others. Pluggable runners let the same scenario run on a laptop, a Docker host, or a Kubernetes cluster, making validation portable across environments. Separated workloads and expectations clarify intent: what traffic to generate versus how to judge success. This simplifies review and reuse. Declarative topology makes cluster shape explicit and repeatable, reducing surprise when moving between CI and developer machines. Maintainability through predictability: a clear flow from plan to deployment to verification lowers the cost of extending the framework and interpreting failures.","breadcrumbs":"Part I — Foundations » Design Rationale » Design Rationale","id":"13","title":"Design Rationale"},"14":{"body":"Practical guidance for shaping scenarios, combining workloads and expectations,\\nand running them across different environments.","breadcrumbs":"Part II — User Guide » Part II — User Guide","id":"14","title":"Part II — User Guide"},"15":{"body":"The workspace focuses on multi-node integration testing and sits alongside a nomos-node checkout. Its crates separate concerns to keep scenarios\\nrepeatable and portable: Configs: prepares high-level node, network, tracing, and wallet settings\\nused across test environments. Core scenario orchestration: the engine that holds topology descriptions,\\nscenario plans, runtimes, workloads, and expectations. Workflows: ready-made workloads (transactions, data-availability, chaos)\\nand reusable expectations assembled into a user-facing DSL. Runners: deployment backends for local processes, Docker Compose, and\\nKubernetes, all consuming the same scenario plan. Test workflows: example scenarios and integration checks that show how\\nthe pieces fit together. This split keeps configuration, orchestration, reusable traffic patterns, and\\ndeployment adapters loosely coupled while sharing one mental model for tests.","breadcrumbs":"Part II — User Guide » Workspace Layout » Workspace Layout","id":"15","title":"Workspace Layout"},"16":{"body":"High-level view of the workspace and how pieces relate: nomos-testing/\\n├─ testing-framework/\\n│ ├─ configs/ # shared configuration helpers\\n│ ├─ core/ # scenario model, runtime, topology\\n│ ├─ workflows/ # workloads, expectations, DSL extensions\\n│ └─ runners/ # local, compose, k8s deployment backends\\n├─ tests/ # integration scenarios using the framework\\n└─ scripts/ # supporting setup utilities (e.g., assets) Each area maps to a responsibility: describe configs, orchestrate scenarios,\\npackage common traffic and assertions, adapt to environments, and demonstrate\\nend-to-end usage.","breadcrumbs":"Part II — User Guide » Annotated Tree » Annotated Tree","id":"16","title":"Annotated Tree"},"17":{"body":"Creating a scenario is a declarative exercise: Shape the topology: decide how many validators and executors to run, and\\nwhat high-level network and data-availability characteristics matter for the\\ntest. Attach workloads: pick traffic generators that align with your goals\\n(transactions, data-availability blobs, or chaos for resilience probes). Define expectations: specify the health signals that must hold when the\\nrun finishes (e.g., consensus liveness, inclusion of submitted activity; see Core Content: Workloads & Expectations). Set duration: choose a run window long enough to observe meaningful\\nblock progression and the effects of your workloads. Choose a runner: target local processes for fast iteration, Docker\\nCompose for reproducible multi-node stacks, or Kubernetes for cluster-grade\\nvalidation. For environment considerations, see Operations. Keep scenarios small and explicit: make the intended behavior and the success\\ncriteria clear so failures are easy to interpret and act upon.","breadcrumbs":"Part II — User Guide » Authoring Scenarios » Authoring Scenarios","id":"17","title":"Authoring Scenarios"},"18":{"body":"Workloads describe the activity a scenario generates; expectations describe the\\nsignals that must hold when that activity completes. Both are pluggable so\\nscenarios stay readable and purpose-driven.","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Core Content: Workloads & Expectations","id":"18","title":"Core Content: Workloads & Expectations"},"19":{"body":"Transaction workload: submits user-level transactions at a configurable\\nrate and can limit how many distinct actors participate. Data-availability workload: drives blob and channel activity to exercise\\ndata-availability paths. Chaos workload: triggers controlled node restarts to test resilience and\\nrecovery behaviors (requires a runner that can control nodes).","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Workloads","id":"19","title":"Workloads"},"2":{"body":"Conceptual chapters that establish the mental model for the framework and how\\nit approaches multi-node testing.","breadcrumbs":"Part I — Foundations » Part I — Foundations","id":"2","title":"Part I — Foundations"},"20":{"body":"Consensus liveness: verifies the system continues to produce blocks in\\nline with the planned workload and timing window. Workload-specific checks: each workload can attach its own success\\ncriteria (e.g., inclusion of submitted activity) so scenarios remain concise. Together, workloads and expectations let you express both the pressure applied\\nto the system and the definition of “healthy” for that run. flowchart TD I[Inputs
topology + wallets + rates] --> Init[Workload init] Init --> Drive[Drive traffic] Drive --> Collect[Collect signals] Collect --> Eval[Expectations evaluate]","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Expectations","id":"20","title":"Expectations"},"21":{"body":"Patterns that keep scenarios readable and reusable: Topology-first: start by shaping the cluster (counts, layout) so later\\nsteps inherit a clear foundation. Bundle defaults: use the DSL helpers to attach common expectations (like\\nliveness) whenever you add a matching workload, reducing forgotten checks. Intentional rates: express traffic in per-block terms to align with\\nprotocol timing rather than wall-clock assumptions. Opt-in chaos: enable restart patterns only in scenarios meant to probe\\nresilience; keep functional smoke tests deterministic. Wallet clarity: seed only the number of actors you need; it keeps\\ntransaction scenarios deterministic and interpretable. These patterns make scenario definitions self-explanatory while staying aligned\\nwith the framework’s block-oriented timing model.","breadcrumbs":"Part II — User Guide » Core Content: ScenarioBuilderExt Patterns » Core Content: ScenarioBuilderExt Patterns","id":"21","title":"Core Content: ScenarioBuilderExt Patterns"},"22":{"body":"State your intent: document the goal of each scenario (throughput, DA\\nvalidation, resilience) so expectation choices are obvious. Keep runs meaningful: choose durations that allow multiple blocks and make\\ntiming-based assertions trustworthy. Separate concerns: start with deterministic workloads for functional\\nchecks; add chaos in dedicated resilience scenarios to avoid noisy failures. Reuse patterns: standardize on shared topology and workload presets so\\nresults are comparable across environments and teams. Observe first, tune second: rely on liveness and inclusion signals to\\ninterpret outcomes before tweaking rates or topology. Environment fit: pick runners that match the feedback loop you need—local\\nfor speed, compose for reproducible stacks, k8s for cluster-grade fidelity. Minimal surprises: seed only necessary wallets and keep configuration\\ndeltas explicit when moving between CI and developer machines.","breadcrumbs":"Part II — User Guide » Best Practices » Best Practices","id":"22","title":"Best Practices"},"23":{"body":"Concrete scenarios showing how to combine topologies, workloads, and\\nexpectations. Copy and adjust these to fit your needs.","breadcrumbs":"Part II — User Guide » Examples » Examples","id":"23","title":"Examples"},"24":{"body":"Basic smoke test verifying validators can produce blocks. #![allow(unused)] fn main() {\\nuse nomos_testing_core::scenario::{Deployer, ScenarioBuilder};\\nuse nomos_testing_runner_local::LocalDeployer;\\nuse nomos_testing_workflows::ScenarioBuilderExt;\\nuse std::time::Duration; #[tokio::test]\\nasync fn test_consensus_liveness() -> Result<(), Box> { let mut plan = ScenarioBuilder::with_node_counts(3, 0) .expect_consensus_liveness() .with_run_duration(Duration::from_secs(30)) .build(); let deployer = LocalDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } When to use: Quick validation that consensus works on minimal hardware.","breadcrumbs":"Part II — User Guide » Examples » Simple consensus liveness","id":"24","title":"Simple consensus liveness"},"25":{"body":"Submit transactions and verify inclusion. #![allow(unused)] fn main() {\\n#[tokio::test]\\nasync fn test_transaction_inclusion() -> Result<(), Box> { let mut plan = ScenarioBuilder::with_node_counts(2, 1) .wallets(10) .transactions() .rate(5) .users(5) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(60)) .build(); let deployer = LocalDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } When to use: Verify transaction submission and inclusion under light load.","breadcrumbs":"Part II — User Guide » Examples » Transaction workload","id":"25","title":"Transaction workload"},"26":{"body":"Stress both transaction and DA paths simultaneously. #![allow(unused)] fn main() {\\n#[tokio::test]\\nasync fn test_mixed_workload() -> Result<(), Box> { let mut plan = ScenarioBuilder::with_node_counts(3, 2) .wallets(20) .transactions() .rate(10) .users(10) .apply() .da() .channel_rate(2) .blob_rate(1) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(120)) .build(); let deployer = LocalDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } When to use: End-to-end validation that transaction and DA layers work together.","breadcrumbs":"Part II — User Guide » Examples » DA + transaction workload","id":"26","title":"DA + transaction workload"},"27":{"body":"Verify consensus survives node restarts. #![allow(unused)] fn main() {\\n#[tokio::test]\\nasync fn test_chaos_resilience() -> Result<(), Box> { let mut plan = ScenarioBuilder::with_node_counts(4, 1) .enable_node_control() .wallets(10) .transactions() .rate(5) .users(5) .apply() .chaos() .restart() .min_delay(Duration::from_secs(15)) .max_delay(Duration::from_secs(25)) .target_cooldown(Duration::from_secs(45)) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(90)) .build(); let deployer = LocalDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } When to use: Resilience validation and operational readiness testing.","breadcrumbs":"Part II — User Guide » Examples » Chaos resilience test","id":"27","title":"Chaos resilience test"},"28":{"body":"Realistic advanced scenarios for capacity testing, operational validation, and\\nresilience probing.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Advanced Examples","id":"28","title":"Advanced Examples"},"29":{"body":"Find the breaking point by gradually increasing transaction rate. #![allow(unused)] fn main() {\\n#[tokio::test]\\nasync fn test_capacity_limit() -> Result<(), Box> { for rate in [10, 20, 50, 100] { let mut plan = ScenarioBuilder::with_node_counts(3, 2) .wallets(50) .transactions() .rate(rate) .users(20) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(60)) .build(); let deployer = LocalDeployer::default(); let runner = deployer.deploy(&plan).await?; match runner.run(&mut plan).await { Ok(_) => println!(\\"✓ Handled {rate} tx/block\\"), Err(e) => { println!(\\"✗ Failed at {rate} tx/block: {e}\\"); break; } } } Ok(())\\n} } When to use: Capacity planning, finding performance limits, validating\\nhardware requirements.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Load progression test","id":"29","title":"Load progression test"},"3":{"body":"The Nomos Testing Framework is a purpose-built toolkit for exercising Nomos in\\nrealistic, multi-node environments. It solves the gap between small, isolated\\ntests and full-system validation by letting teams describe a cluster layout,\\ndrive meaningful traffic, and assert the outcomes in one coherent plan. It is for protocol engineers, infrastructure operators, and QA teams who need\\nrepeatable confidence that validators, executors, and data-availability\\ncomponents work together under network and timing constraints. Multi-node integration testing is required because many Nomos behaviors—block\\nprogress, data availability, liveness under churn—only emerge when several\\nroles interact over real networking and time. This framework makes those checks\\ndeclarative, observable, and portable across environments.","breadcrumbs":"Part I — Foundations » Introduction » Introduction","id":"3","title":"Introduction"},"30":{"body":"Run moderate load for extended duration to catch memory leaks or gradual\\ndegradation. #![allow(unused)] fn main() {\\n#[tokio::test]\\nasync fn test_sustained_load() -> Result<(), Box> { let mut plan = ScenarioBuilder::with_node_counts(4, 2) .wallets(100) .transactions() .rate(20) .users(30) .apply() .da() .channel_rate(5) .blob_rate(2) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(600)) // 10 minutes .build(); let deployer = ComposeRunner::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } When to use: Soak testing, memory leak detection, long-term stability\\nvalidation before production.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Sustained load test","id":"30","title":"Sustained load test"},"31":{"body":"Restart validators one at a time (like a rolling upgrade) while maintaining\\nconsensus. #![allow(unused)] fn main() {\\n#[tokio::test]\\nasync fn test_rolling_restart() -> Result<(), Box> { let mut plan = ScenarioBuilder::with_node_counts(5, 1) // Need 5 to tolerate 1 down .enable_node_control() .wallets(20) .transactions() .rate(10) .users(10) .apply() .chaos() .restart() .min_delay(Duration::from_secs(30)) // Space out restarts .max_delay(Duration::from_secs(40)) .target_cooldown(Duration::from_secs(120)) // Long cooldown = one at a time .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(300)) .build(); let deployer = ComposeRunner::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } When to use: Validating rolling upgrade procedures, verifying graceful\\nhandoff during restarts.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Rolling restart test","id":"31","title":"Rolling restart test"},"32":{"body":"Frequent restarts with shorter cooldown to stress recovery paths. #![allow(unused)] fn main() {\\n#[tokio::test]\\nasync fn test_aggressive_chaos() -> Result<(), Box> { let mut plan = ScenarioBuilder::with_node_counts(7, 1) // Need more nodes for aggressive chaos .enable_node_control() .wallets(20) .transactions() .rate(5) .users(10) .apply() .chaos() .restart() .min_delay(Duration::from_secs(5)) // Very short delays .max_delay(Duration::from_secs(10)) .target_cooldown(Duration::from_secs(20)) // Nodes can restart multiple times .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(120)) .build(); let deployer = ComposeRunner::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } When to use: Stress testing recovery mechanisms, finding edge cases in restart\\nhandling. Requires more validators (7) to tolerate multiple simultaneous restarts.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Aggressive chaos test","id":"32","title":"Aggressive chaos test"},"33":{"body":"Restart multiple validators simultaneously (simulating network partition), verify\\nrecovery. #![allow(unused)] fn main() {\\n#[tokio::test]\\nasync fn test_partition_recovery() -> Result<(), Box> { let mut plan = ScenarioBuilder::with_node_counts(7, 1) // Need 7 to tolerate 2-3 down .enable_node_control() .wallets(20) .transactions() .rate(5) .users(10) .apply() .chaos() .restart() .min_delay(Duration::from_secs(10)) // Short delays = multiple nodes restart close together .max_delay(Duration::from_secs(15)) .target_cooldown(Duration::from_secs(60)) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(120)) .build(); let deployer = ComposeRunner::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } When to use: Testing recovery from network partitions, validating Byzantine\\nfault tolerance limits (with 7 validators, can tolerate 2 Byzantine = up to 2-3\\nsimultaneous restarts).","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Partition recovery test","id":"33","title":"Partition recovery test"},"34":{"body":"","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Extension Ideas","id":"34","title":"Extension Ideas"},"35":{"body":"Verify block production stays within expected timing bounds by collecting block\\ntimestamps from the block feed, calculating intervals, and asserting they stay\\nwithin tolerance of the configured slot duration. Why useful: Catches timing degradation that liveness checks miss (blocks\\nprogress, but too slowly).","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Custom Expectation: Block Timing Consistency","id":"35","title":"Custom Expectation: Block Timing Consistency"},"36":{"body":"A workload that specifically targets and restarts executors (not random nodes),\\nthen verifies transaction submission continued through a different executor. Why useful: True executor failover testing. Current chaos workload restarts\\nrandom nodes, so you can’t verify “executor A died, executor B took over.” Would\\nrequire custom node control logic to identify and target specific executors.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Custom Workload: Targeted Executor Restart","id":"36","title":"Custom Workload: Targeted Executor Restart"},"37":{"body":"A deployer that generates configs, validates them against schema, checks for\\nconflicts (duplicate ports, invalid DA params), but never starts processes. Why useful: Fast config validation in CI before actual deployment.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Custom Deployer: Config Validator","id":"37","title":"Custom Deployer: Config Validator"},"38":{"body":"Running a scenario follows the same conceptual flow regardless of environment: Select or author a scenario plan that pairs a topology with workloads,\\nexpectations, and a suitable run window. Choose a runner aligned with your environment (local, compose, or k8s) and\\nensure its prerequisites are available. Deploy the plan through the runner; wait for readiness signals before\\nstarting workloads. Let workloads drive activity for the planned duration; keep observability\\nsignals visible so you can correlate outcomes. Evaluate expectations and capture results as the primary pass/fail signal. Use the same plan across different runners to compare behavior between local\\ndevelopment and CI or cluster settings. For environment prerequisites and\\nflags, see Operations.","breadcrumbs":"Part II — User Guide » Running Scenarios » Running Scenarios","id":"38","title":"Running Scenarios"},"39":{"body":"Runners turn a scenario plan into a live environment while keeping the plan\\nunchanged. Choose based on feedback speed, reproducibility, and fidelity. For\\nenvironment and operational considerations, see Operations:","breadcrumbs":"Part II — User Guide » Runners » Runners","id":"39","title":"Runners"},"4":{"body":"The framework follows a clear flow: Topology → Scenario → Deploy → Run → Verify. Topology describes the cluster: how many nodes, their roles, and the high-level network and data-availability parameters they should follow. Scenario combines that topology with the activities to run and the checks to perform, forming a single plan. Deployer provisions infrastructure on the chosen backend (local processes, Docker Compose, or Kubernetes), waits for readiness, and returns a Runner. Runner orchestrates execution: starts workloads, observes signals, evaluates expectations, and cleans up. Workloads generate traffic and conditions that exercise the system. Expectations observe the run and judge success or failure once activity completes. flowchart LR A(Topology
shape cluster) --> B(Scenario
plan) B --> C(Deployer
provision infrastructure) C --> D(Runner
orchestrate execution) D --> E(Workloads
drive traffic) E --> F(Expectations
verify outcomes) Each layer has a narrow responsibility so that cluster shape, deployment choice,\\ntraffic generation, and health checks can evolve independently while fitting\\ntogether predictably.","breadcrumbs":"Part I — Foundations » Architecture Overview » Architecture Overview","id":"4","title":"Architecture Overview"},"40":{"body":"Launches node processes directly on the host. Fastest feedback loop and minimal orchestration overhead. Best for development-time iteration and debugging.","breadcrumbs":"Part II — User Guide » Runners » Local runner","id":"40","title":"Local runner"},"41":{"body":"Starts nodes in containers to provide a reproducible multi-node stack on a\\nsingle machine. Discovers service ports and wires observability for convenient inspection. Good balance between fidelity and ease of setup.","breadcrumbs":"Part II — User Guide » Runners » Docker Compose runner","id":"41","title":"Docker Compose runner"},"42":{"body":"Deploys nodes onto a cluster for higher-fidelity, longer-running scenarios. Suits CI or shared environments where cluster behavior and scheduling matter.","breadcrumbs":"Part II — User Guide » Runners » Kubernetes runner","id":"42","title":"Kubernetes runner"},"43":{"body":"All runners require at least one validator and, for transaction scenarios,\\naccess to seeded wallets. Readiness probes gate workload start so traffic begins only after nodes are\\nreachable. Environment flags can relax timeouts or increase tracing when diagnostics are\\nneeded. flowchart TD Plan[Scenario Plan] --> RunSel[Runner
local, compose, or k8s] RunSel --> Provision[Provision & readiness] Provision --> Runtime[Runtime + observability] Runtime --> Exec[Workloads & Expectations execute]","breadcrumbs":"Part II — User Guide » Runners » Common expectations","id":"43","title":"Common expectations"},"44":{"body":"Operational readiness focuses on prerequisites, environment fit, and clear\\nsignals: Prerequisites: keep a sibling nomos-node checkout available; ensure the\\nchosen runner’s platform needs are met (local binaries for host runs, Docker\\nfor compose, cluster access for k8s). Artifacts: some scenarios depend on prover or circuit assets; fetch them\\nahead of time with the provided helper scripts when needed. Environment flags: use slow-environment toggles to relax timeouts, enable\\ntracing when debugging, and adjust observability ports to avoid clashes. Readiness checks: verify runners report node readiness before starting\\nworkloads; this avoids false negatives from starting too early. Failure triage: map failures to missing prerequisites (wallet seeding,\\nnode control availability), runner platform issues, or unmet expectations.\\nStart with liveness signals, then dive into workload-specific assertions. Treat operational hygiene—assets present, prerequisites satisfied, observability\\nreachable—as the first step to reliable scenario outcomes. flowchart TD Expose[Runner exposes endpoints/ports] --> Collect[Runtime collects block/health signals] Collect --> Consume[Expectations consume signals
decide pass/fail] Consume --> Inspect[Operators inspect logs/metrics
when failures arise]","breadcrumbs":"Part II — User Guide » Operations » Operations","id":"44","title":"Operations"},"45":{"body":"Deep dives for contributors who extend the framework, evolve its abstractions,\\nor maintain the crate set.","breadcrumbs":"Part III — Developer Reference » Part III — Developer Reference","id":"45","title":"Part III — Developer Reference"},"46":{"body":"The scenario model defines clear, composable responsibilities: Topology: a declarative description of the cluster—how many nodes, their\\nroles, and the broad network and data-availability characteristics. It\\nrepresents the intended shape of the system under test. Scenario: a plan combining topology, workloads, expectations, and a run\\nwindow. Building a scenario validates prerequisites (like seeded wallets) and\\nensures the run lasts long enough to observe meaningful block progression. Workloads: asynchronous tasks that generate traffic or conditions. They\\nuse shared context to interact with the deployed cluster and may bundle\\ndefault expectations. Expectations: post-run assertions. They can capture baselines before\\nworkloads start and evaluate success once activity stops. Runtime: coordinates workloads and expectations for the configured\\nduration, enforces cooldowns when control actions occur, and ensures cleanup\\nso runs do not leak resources. Developers extending the model should keep these boundaries strict: topology\\ndescribes, scenarios assemble, runners deploy, workloads drive, and expectations\\njudge outcomes. For guidance on adding new capabilities, see Extending the Framework.","breadcrumbs":"Part III — Developer Reference » Scenario Model (Developer Level) » Scenario Model (Developer Level)","id":"46","title":"Scenario Model (Developer Level)"},"47":{"body":"","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Extending the Framework","id":"47","title":"Extending the Framework"},"48":{"body":"Implement testing_framework_core::scenario::Workload: Provide a name and any bundled expectations. In init, derive inputs from GeneratedTopology and RunMetrics; fail\\nfast if prerequisites are missing (e.g., wallet data, node addresses). In start, drive async traffic using the RunContext clients. Expose the workload from a module under testing-framework/workflows and\\nconsider adding a DSL helper for ergonomic wiring.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding a workload","id":"48","title":"Adding a workload"},"49":{"body":"Implement testing_framework_core::scenario::Expectation: Use start_capture to snapshot baseline metrics. Use evaluate to assert outcomes after workloads finish; return all errors\\nso the runner can aggregate them. Export it from testing-framework/workflows if it is reusable.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding an expectation","id":"49","title":"Adding an expectation"},"5":{"body":"The framework follows these principles. They shape how you write tests and\\ninterpret results.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Testing Philosophy","id":"5","title":"Testing Philosophy"},"50":{"body":"Implement testing_framework_core::scenario::Deployer for your backend. Produce a RunContext with NodeClients, metrics endpoints, and optional NodeControlHandle. Guard cleanup with CleanupGuard to reclaim resources even on failures. Mirror the readiness and block-feed probes used by the existing runners so\\nworkloads can rely on consistent signals.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding a runner","id":"50","title":"Adding a runner"},"51":{"body":"Extend testing_framework_core::topology::TopologyBuilder with new layouts or\\nconfiguration presets (e.g., specialized DA parameters). Keep defaults safe:\\nensure at least one participant and clamp dispersal factors as the current\\nhelpers do.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding topology helpers","id":"51","title":"Adding topology helpers"},"52":{"body":"A minimal, end-to-end illustration of adding a custom workload and matching\\nexpectation. This shows the shape of the traits and where to plug into the\\nframework; expand the logic to fit your real test.","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Example: New Workload & Expectation (Rust)","id":"52","title":"Example: New Workload & Expectation (Rust)"},"53":{"body":"Key ideas: name: identifies the workload in logs. expectations: workloads can bundle defaults so callers don’t forget checks. init: derive inputs from the generated topology (e.g., pick a target node). start: drive async activity using the shared RunContext. #![allow(unused)] fn main() {\\nuse std::sync::Arc;\\nuse async_trait::async_trait;\\nuse testing_framework_core::scenario::{ DynError, Expectation, RunContext, RunMetrics, Workload,\\n};\\nuse testing_framework_core::topology::GeneratedTopology; pub struct ReachabilityWorkload { target_idx: usize, bundled: Vec>,\\n} impl ReachabilityWorkload { pub fn new(target_idx: usize) -> Self { Self { target_idx, bundled: vec![Box::new(ReachabilityExpectation::new(target_idx))], } }\\n} #[async_trait]\\nimpl Workload for ReachabilityWorkload { fn name(&self) -> &\'static str { \\"reachability_workload\\" } fn expectations(&self) -> Vec> { self.bundled.clone() } fn init( &mut self, topology: &GeneratedTopology, _metrics: &RunMetrics, ) -> Result<(), DynError> { if topology.validators().get(self.target_idx).is_none() { return Err(\\"no validator at requested index\\".into()); } Ok(()) } async fn start(&self, ctx: &RunContext) -> Result<(), DynError> { let client = ctx .clients() .validators() .get(self.target_idx) .ok_or(\\"missing target client\\")?; // Pseudo-action: issue a lightweight RPC to prove reachability. client.health_check().await.map_err(|e| e.into()) }\\n} }","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Workload: simple reachability probe","id":"53","title":"Workload: simple reachability probe"},"54":{"body":"Key ideas: start_capture: snapshot baseline if needed (not used here). evaluate: assert the condition after workloads finish. #![allow(unused)] fn main() {\\nuse async_trait::async_trait;\\nuse testing_framework_core::scenario::{DynError, Expectation, RunContext}; pub struct ReachabilityExpectation { target_idx: usize,\\n} impl ReachabilityExpectation { pub fn new(target_idx: usize) -> Self { Self { target_idx } }\\n} #[async_trait]\\nimpl Expectation for ReachabilityExpectation { fn name(&self) -> &str { \\"target_reachable\\" } async fn evaluate(&mut self, ctx: &RunContext) -> Result<(), DynError> { let client = ctx .clients() .validators() .get(self.target_idx) .ok_or(\\"missing target client\\")?; client.health_check().await.map_err(|e| { format!(\\"target became unreachable during run: {e}\\").into() }) }\\n} }","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Expectation: confirm the target stayed reachable","id":"54","title":"Expectation: confirm the target stayed reachable"},"55":{"body":"Build your scenario as usual and call .with_workload(ReachabilityWorkload::new(0)). The bundled expectation is attached automatically; you can add more with .with_expectation(...) if needed. Keep the logic minimal and fast for smoke tests; grow it into richer probes\\nfor deeper scenarios.","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » How to wire it","id":"55","title":"How to wire it"},"56":{"body":"High-level roles of the crates that make up the framework: Configs: prepares reusable configuration primitives for nodes, networking,\\ntracing, data availability, and wallets, shared by all scenarios and runners. Core scenario orchestration: houses the topology and scenario model,\\nruntime coordination, node clients, and readiness/health probes. Workflows: packages workloads and expectations into reusable building\\nblocks and offers a fluent DSL to assemble them. Runners: implements deployment backends (local host, Docker Compose,\\nKubernetes) that all consume the same scenario plan. Test workflows: example scenarios and integration checks that exercise the\\nframework end to end and serve as living documentation. Use this map to locate where to add new capabilities: configuration primitives\\nin configs, orchestration changes in core, reusable traffic/assertions in\\nworkflows, environment adapters in runners, and demonstrations in tests.","breadcrumbs":"Part III — Developer Reference » Internal Crate Reference » Internal Crate Reference","id":"56","title":"Internal Crate Reference"},"57":{"body":"Quick-reference material and supporting guidance to keep scenarios discoverable,\\ndebuggable, and consistent.","breadcrumbs":"Part IV — Appendix » Part IV — Appendix","id":"57","title":"Part IV — Appendix"},"58":{"body":"The framework offers a fluent builder style to keep scenarios readable. Common\\nknobs: Topology shaping: set validator and executor counts, pick a network layout\\nstyle, and adjust high-level data-availability traits. Wallet seeding: define how many users participate and the total funds\\navailable for transaction workloads. Workload tuning: configure transaction rates, data-availability channel\\nand blob rates, and whether chaos restarts should include validators,\\nexecutors, or both. Expectations: attach liveness and workload-specific checks so success is\\nexplicit. Run window: set a minimum duration long enough for multiple blocks to be\\nobserved and verified. Use these knobs to express intent clearly, keeping scenario definitions concise\\nand consistent across teams.","breadcrumbs":"Part IV — Appendix » DSL Cheat Sheet » Core Content: DSL Cheat Sheet","id":"58","title":"Core Content: DSL Cheat Sheet"},"59":{"body":"Common symptoms and likely causes: No or slow block progression: runner started workloads before readiness, insufficient run window, or environment too slow—extend duration or enable slow-environment tuning. Transactions not included: missing or insufficient wallet seeding, misaligned transaction rate with block cadence, or network instability—reduce rate and verify wallet setup. Chaos stalls the run: node control not available for the chosen runner or restart cadence too aggressive—enable control capability and widen restart intervals. Observability gaps: metrics or logs unreachable because ports clash or services are not exposed—adjust observability ports and confirm runner wiring. Flaky behavior across runs: mixing chaos with functional smoke tests or inconsistent topology between environments—separate deterministic and chaos scenarios and standardize topology presets.","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Troubleshooting Scenarios","id":"59","title":"Troubleshooting Scenarios"},"6":{"body":"Describe what you want to test, not how to orchestrate it: #![allow(unused)] fn main() {\\n// Good: declarative\\nScenarioBuilder::with_node_counts(2, 1) .transactions().rate(5).apply() .expect_consensus_liveness() .build(); // Bad: imperative (framework doesn\'t work this way)\\n// spawn_validator(); spawn_executor(); // loop { submit_tx(); check_block(); } } Why it matters: The framework handles deployment, readiness, and cleanup.\\nYou focus on test intent, not infrastructure orchestration.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Declarative over Imperative","id":"6","title":"Declarative over Imperative"},"60":{"body":"Why block-oriented timing? Using block cadence reduces dependence on host speed and keeps assertions aligned\\nwith protocol behavior. Can I reuse the same scenario across runners? Yes. The plan stays the same; swap runners (local, compose, k8s) to target\\ndifferent environments. When should I enable chaos workloads? Only when testing resilience or operational recovery; keep functional smoke\\ntests deterministic. How long should runs be? Long enough for multiple blocks so liveness and inclusion checks are\\nmeaningful; very short runs risk false confidence. Do I always need seeded wallets? Only for transaction scenarios. Data-availability or pure chaos scenarios may\\nnot require them, but liveness checks still need validators producing blocks. What if expectations fail but workloads “look fine”? Trust expectations first—they capture the intended success criteria. Use the\\nobservability signals and runner logs to pinpoint why the system missed the\\ntarget.","breadcrumbs":"Part IV — Appendix » FAQ » FAQ","id":"60","title":"FAQ"},"61":{"body":"Validator: node role responsible for participating in consensus and block\\nproduction. Executor: a validator node with the DA dispersal service enabled. Executors\\ncan submit transactions and disperse blob data to the DA network, in addition\\nto performing all validator functions. DA (Data Availability): subsystem ensuring blobs or channel data are\\npublished and retrievable for validation. Deployer: component that provisions infrastructure (spawns processes,\\ncreates containers, or launches pods), waits for readiness, and returns a\\nRunner. Examples: LocalDeployer, ComposeRunner, K8sRunner. Runner: component returned by deployers that orchestrates scenario\\nexecution—starts workloads, observes signals, evaluates expectations, and\\ntriggers cleanup. Workload: traffic or behavior generator that exercises the system during a\\nscenario run. Expectation: post-run assertion that judges whether the system met the\\nintended success criteria. Topology: declarative description of the cluster shape, roles, and\\nhigh-level parameters for a scenario. Scenario: immutable plan combining topology, workloads, expectations, and\\nrun duration. Blockfeed: stream of block observations used for liveness or inclusion\\nsignals during a run. Control capability: the ability for a runner to start, stop, or restart\\nnodes, used by chaos workloads.","breadcrumbs":"Part IV — Appendix » Glossary » Glossary","id":"61","title":"Glossary"},"7":{"body":"Reason in blocks and consensus intervals, not wall-clock seconds: #![allow(unused)] fn main() {\\n// Good: protocol-oriented thinking\\nlet plan = ScenarioBuilder::with_node_counts(2, 1) .transactions().rate(5).apply() // 5 tx per block .with_run_duration(Duration::from_secs(60)) // Let framework calculate expected blocks .expect_consensus_liveness() // \\"Did we produce the expected blocks?\\" .build(); // Bad: wall-clock assumptions\\n// \\"I expect at least 30 blocks in 60 seconds\\"\\n// Brittle if readiness or startup takes longer on slow CI } Why it matters: Block production rate is fixed by consensus parameters (e.g.,\\n2-second slot duration), but node startup and readiness vary by environment—fast\\non a laptop, slow on overloaded CI. The framework measures in blocks (protocol\\ntime), not wall-clock seconds, so tests focus on “did consensus work?” rather\\nthan “was the hardware fast enough?”","breadcrumbs":"Part I — Foundations » Testing Philosophy » Protocol Time, Not Wall Time","id":"7","title":"Protocol Time, Not Wall Time"},"8":{"body":"Default scenarios are repeatable: Fixed topology Predictable traffic rates Deterministic checks Chaos is opt-in: #![allow(unused)] fn main() {\\n// Separate: functional test (deterministic)\\nlet plan = ScenarioBuilder::with_node_counts(2, 1) .transactions().rate(5).apply() .expect_consensus_liveness() .build(); // Separate: chaos test (introduces randomness)\\nlet chaos_plan = ScenarioBuilder::with_node_counts(3, 2) .enable_node_control() .chaos().restart().apply() .transactions().rate(5).apply() .expect_consensus_liveness() .build(); } Why it matters: Mixing determinism with chaos creates noisy, hard-to-debug\\nfailures. Separate concerns make failures actionable.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Determinism First, Chaos When Needed","id":"8","title":"Determinism First, Chaos When Needed"},"9":{"body":"Prefer user-facing signals over internal state: Good checks: ✅ Blocks progressing at expected rate (liveness) ✅ Transactions included within N blocks (inclusion) ✅ DA blobs retrievable (availability) Avoid internal checks: ❌ Memory pool size ❌ Internal service state ❌ Cache hit rates Why it matters: User-facing signals reflect actual system health.\\nInternal state can be “healthy” while the system is broken from a user\\nperspective.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Observable Health Signals","id":"9","title":"Observable Health Signals"}},"length":62,"save":true},"fields":["title","body","breadcrumbs"],"index":{"body":{"root":{"0":{"df":2,"docs":{"10":{"tf":1.0},"24":{"tf":1.0}}},"1":{"0":{"0":{"df":1,"docs":{"29":{"tf":1.0}}},"df":3,"docs":{"10":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0}}},"df":9,"docs":{"10":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"2":{"0":{"df":1,"docs":{"29":{"tf":1.0}}},"df":6,"docs":{"26":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"33":{"tf":1.7320508075688772},"7":{"tf":1.0},"8":{"tf":1.0}}},"3":{"0":{"df":1,"docs":{"7":{"tf":1.0}}},"df":1,"docs":{"33":{"tf":1.4142135623730951}}},"5":{"0":{"df":1,"docs":{"29":{"tf":1.0}}},"df":2,"docs":{"31":{"tf":1.0},"7":{"tf":1.0}}},"6":{"0":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}},"7":{"df":2,"docs":{"32":{"tf":1.0},"33":{"tf":1.4142135623730951}}},"_":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":8,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"a":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"61":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"46":{"tf":1.0},"53":{"tf":1.0},"8":{"tf":1.0}}}},"v":{"df":9,"docs":{"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"46":{"tf":1.0},"53":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"19":{"tf":1.0},"21":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"37":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"56":{"tf":1.0}}}}},"d":{"df":4,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"48":{"tf":1.0}}}}}}},"df":6,"docs":{"46":{"tf":1.0},"48":{"tf":1.4142135623730951},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"23":{"tf":1.0},"44":{"tf":1.0},"58":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"28":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"49":{"tf":1.0}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"32":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}}}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":4,"docs":{"17":{"tf":1.0},"21":{"tf":1.4142135623730951},"38":{"tf":1.0},"60":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":15,"docs":{"10":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}}}}},"df":1,"docs":{"22":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"10":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"57":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":9,"docs":{"20":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"4":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"44":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"15":{"tf":1.0},"46":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":12,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}}},"t":{"df":2,"docs":{"16":{"tf":1.0},"44":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"0":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{":":{":":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":12,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"46":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":6,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"17":{"tf":1.0},"38":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":16,"docs":{"0":{"tf":1.7320508075688772},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"38":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.4142135623730951},"46":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.7320508075688772},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"22":{"tf":1.0},"44":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"df":0,"docs":{}}}}},"b":{"(":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"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":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"4":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}}}}},"d":{"df":3,"docs":{"10":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"22":{"tf":1.0},"39":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"46":{"tf":1.0},"49":{"tf":1.0},"54":{"tf":1.0}}}}}},"i":{"c":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}}}},"df":2,"docs":{"36":{"tf":1.0},"4":{"tf":1.0}},"e":{"c":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":7,"docs":{"22":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"59":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"43":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":9,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"22":{"tf":1.0},"40":{"tf":1.0}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":6,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0},"59":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"44":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"b":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{"df":1,"docs":{"26":{"tf":1.0}}},"2":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":6,"docs":{"0":{"tf":1.7320508075688772},"17":{"tf":1.0},"19":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":18,"docs":{"0":{"tf":1.0},"10":{"tf":2.23606797749979},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.0},"35":{"tf":2.23606797749979},"46":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":2.0},"61":{"tf":1.4142135623730951},"7":{"tf":2.6457513110645907},"9":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"61":{"tf":1.0}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"0":{"tf":1.0},"1":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"18":{"tf":1.0},"20":{"tf":1.0},"26":{"tf":1.0},"58":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"46":{"tf":1.0}}}}},"df":1,"docs":{"35":{"tf":1.0}}},"df":0,"docs":{}}},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":9,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"13":{"tf":1.0},"29":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"o":{"a":{"d":{"df":1,"docs":{"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"9":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":16,"docs":{"12":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"46":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"58":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":5,"docs":{"21":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.7320508075688772},"55":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"z":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"33":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}},"c":{"(":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}},"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":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"9":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"59":{"tf":1.4142135623730951},"60":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"55":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"36":{"tf":1.0}}}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"46":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0}}}},"c":{"df":2,"docs":{"28":{"tf":1.0},"29":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"38":{"tf":1.0},"46":{"tf":1.0},"60":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"32":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"30":{"tf":1.0},"35":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":1,"docs":{"4":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"1":{"tf":1.0},"56":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"2":{"df":1,"docs":{"26":{"tf":1.0}}},"5":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"0":{"tf":1.0}}},"df":0,"docs":{}}}},"df":3,"docs":{"19":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.0}}}}}},"o":{"df":15,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"27":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":1.7320508075688772},"33":{"tf":1.0},"36":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.7320508075688772},"60":{"tf":1.4142135623730951},"61":{"tf":1.0},"8":{"tf":2.0}},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"46":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":16,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"44":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.4142135623730951},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"44":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"22":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"17":{"tf":1.4142135623730951},"22":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"59":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}}}}},"i":{"df":6,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0},"7":{"tf":1.4142135623730951}},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"51":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"44":{"tf":1.0},"59":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":5,"docs":{"12":{"tf":1.0},"46":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0}},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"r":{"df":7,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"58":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"|":{"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":4,"docs":{"48":{"tf":1.0},"53":{"tf":1.7320508075688772},"54":{"tf":1.7320508075688772},"56":{"tf":1.0}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"33":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":12,"docs":{"1":{"tf":1.0},"13":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.7320508075688772},"42":{"tf":1.4142135623730951},"44":{"tf":1.0},"46":{"tf":1.0},"61":{"tf":1.0}},"—":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"46":{"tf":1.0}}}}}}}}}}}},"o":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"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":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"44":{"tf":1.0}}}}}}}}},"df":3,"docs":{"20":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"14":{"tf":1.0},"23":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"61":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"22":{"tf":1.0},"38":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"18":{"tf":1.0},"4":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"3":{"tf":1.0},"61":{"tf":1.4142135623730951}}},"s":{"df":12,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"61":{"tf":1.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":4,"docs":{"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":3,"docs":{"12":{"tf":1.0},"2":{"tf":1.0},"38":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"8":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"20":{"tf":1.0},"58":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"4":{"tf":1.0},"46":{"tf":1.0},"54":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"3":{"tf":1.0},"60":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":4,"docs":{"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"37":{"tf":1.7320508075688772},"56":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"r":{"df":10,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"54":{"tf":1.0},"59":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":8,"docs":{"0":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.4142135623730951},"27":{"tf":1.0},"31":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.7320508075688772}}}}}},"i":{"d":{"df":1,"docs":{"48":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.0},"39":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"35":{"tf":1.0},"50":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"m":{"df":3,"docs":{"15":{"tf":1.0},"44":{"tf":1.4142135623730951},"56":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"41":{"tf":1.0},"61":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"1":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"58":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"0":{"tf":1.0},"46":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":2,"docs":{"20":{"tf":1.0},"36":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":6,"docs":{"19":{"tf":1.4142135623730951},"36":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"59":{"tf":1.4142135623730951},"61":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":4,"docs":{"12":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"46":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"46":{"tf":1.0},"56":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"23":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":7,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"38":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"21":{"tf":1.0},"58":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"45":{"tf":1.0},"56":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"17":{"tf":1.0},"61":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":4,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"x":{"df":2,"docs":{"53":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"36":{"tf":1.0},"51":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":4,"docs":{"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"52":{"tf":1.0}}}}}}}},"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"[":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"12":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"a":{"df":8,"docs":{"0":{"tf":2.449489742783178},"22":{"tf":1.0},"26":{"tf":2.0},"30":{"tf":1.0},"37":{"tf":1.0},"51":{"tf":1.0},"61":{"tf":1.7320508075688772},"9":{"tf":1.0}},"t":{"a":{"df":13,"docs":{"0":{"tf":2.23606797749979},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"4":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":2,"docs":{"12":{"tf":1.0},"4":{"tf":1.0}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":3,"docs":{"40":{"tf":1.0},"44":{"tf":1.0},"8":{"tf":1.0}},"g":{"df":2,"docs":{"11":{"tf":1.0},"57":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"12":{"tf":1.0},"17":{"tf":1.0}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"r":{"df":8,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"3":{"tf":1.0},"46":{"tf":1.0},"6":{"tf":1.4142135623730951},"61":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"45":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":5,"docs":{"21":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"17":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"20":{"tf":1.0},"21":{"tf":1.0},"58":{"tf":1.0}}}}}}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":2,"docs":{"30":{"tf":1.0},"35":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"32":{"tf":1.0},"33":{"tf":1.0}}}},"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"16":{"tf":1.0},"56":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"44":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":21,"docs":{"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.7320508075688772},"38":{"tf":1.0},"4":{"tf":1.7320508075688772},"42":{"tf":1.0},"46":{"tf":1.4142135623730951},"56":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"(":{"&":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":9,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}}}},"df":0,"docs":{}}},"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":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"48":{"tf":1.0},"53":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":6,"docs":{"16":{"tf":1.0},"18":{"tf":1.4142135623730951},"3":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"46":{"tf":1.0},"61":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"11":{"tf":1.0},"8":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":6,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}}}}}},"df":1,"docs":{"36":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"14":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"60":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"41":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"57":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":3,"docs":{"0":{"tf":1.7320508075688772},"51":{"tf":1.0},"61":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"56":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"22":{"tf":1.0},"56":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"\'":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"n":{"df":3,"docs":{"12":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"[":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}},"df":8,"docs":{"12":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.0},"38":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0}},"n":{"df":1,"docs":{"18":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"l":{"df":6,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.0},"48":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":13,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":4,"docs":{"12":{"tf":1.0},"31":{"tf":1.0},"54":{"tf":1.0},"61":{"tf":1.4142135623730951}}}}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"53":{"tf":1.7320508075688772},"54":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}},"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":7,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"7":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"12":{"tf":1.0}}}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"13":{"tf":1.0},"16":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"44":{"tf":1.0}}}}},"s":{"df":1,"docs":{"41":{"tf":1.0}},"i":{"df":1,"docs":{"17":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":3,"docs":{"12":{"tf":1.0},"29":{"tf":1.0},"4":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":6,"docs":{"0":{"tf":1.0},"21":{"tf":1.0},"44":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":5,"docs":{"27":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"8":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"d":{"df":4,"docs":{"16":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":2,"docs":{"10":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"15":{"tf":1.0},"3":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":6,"docs":{"10":{"tf":1.4142135623730951},"17":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"38":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.4142135623730951},"51":{"tf":1.0},"61":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":19,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"38":{"tf":1.7320508075688772},"39":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.7320508075688772},"56":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"—":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"48":{"tf":1.0}}}}}}},"r":{"(":{"\\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"2":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"a":{"df":0,"docs":{},"l":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":8,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"54":{"tf":1.0},"61":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":3,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0}}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":6,"docs":{"15":{"tf":1.0},"23":{"tf":1.0},"28":{"tf":1.0},"52":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"4":{"tf":1.4142135623730951},"43":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"r":{"df":6,"docs":{"0":{"tf":1.4142135623730951},"17":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":2.6457513110645907},"58":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":6,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":12,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":30,"docs":{"1":{"tf":1.0},"12":{"tf":2.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"35":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"46":{"tf":2.23606797749979},"48":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":2.0},"54":{"tf":1.7320508075688772},"55":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.7320508075688772},"7":{"tf":1.7320508075688772},"9":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}},"s":{"df":2,"docs":{"44":{"tf":1.0},"48":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"—":{"a":{"d":{"df":0,"docs":{},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"20":{"tf":1.0},"21":{"tf":1.0},"58":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"13":{"tf":1.0},"30":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":2,"docs":{"16":{"tf":1.0},"34":{"tf":1.0}}}}}}},"}":{"\\"":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"54":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"f":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"15":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"51":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":4,"docs":{"12":{"tf":1.0},"29":{"tf":1.0},"48":{"tf":1.0},"60":{"tf":1.0}},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"36":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":7,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.7320508075688772},"50":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}},"l":{"df":0,"docs":{},"s":{"df":3,"docs":{"10":{"tf":1.0},"44":{"tf":1.0},"60":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}}}},"q":{"df":1,"docs":{"60":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"17":{"tf":1.0},"37":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.0},"7":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"22":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"35":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"22":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"29":{"tf":1.4142135623730951},"32":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":1,"docs":{"60":{"tf":1.0}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"17":{"tf":1.0},"49":{"tf":1.0},"54":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"44":{"tf":1.0},"8":{"tf":1.0}},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"60":{"tf":1.0}}}}}}}}}},"t":{"df":6,"docs":{"15":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"52":{"tf":1.0}}},"x":{"df":2,"docs":{"7":{"tf":1.0},"8":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"38":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0}}},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":3,"docs":{"13":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"56":{"tf":1.0},"58":{"tf":1.0}}}}}}},"n":{"df":15,"docs":{"10":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"53":{"tf":2.449489742783178},"54":{"tf":2.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"o":{"c":{"df":0,"docs":{},"u":{"df":2,"docs":{"6":{"tf":1.0},"7":{"tf":1.0}},"s":{"df":3,"docs":{"0":{"tf":1.0},"15":{"tf":1.0},"44":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"5":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"t":{"!":{"(":{"\\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"4":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"2":{"tf":1.0},"21":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"48":{"tf":1.0},"49":{"tf":1.0}}}}}}}}}}},"df":16,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.4142135623730951},"2":{"tf":1.0},"3":{"tf":1.4142135623730951},"4":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0},"6":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}},"’":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"8":{"tf":1.0}}}}}}},"d":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"3":{"tf":1.0},"59":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"43":{"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":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"48":{"tf":1.0},"53":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":8,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"46":{"tf":1.0},"53":{"tf":1.0},"61":{"tf":1.0}}}}},"t":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}}}},"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":1,"docs":{"1":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"61":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"17":{"tf":1.0},"22":{"tf":1.0}}}},"df":0,"docs":{},"o":{"d":{"df":5,"docs":{"10":{"tf":1.0},"41":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"31":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"17":{"tf":1.0},"22":{"tf":1.0}}},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"29":{"tf":1.0},"30":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":1,"docs":{"55":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"14":{"tf":1.0},"46":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"1":{"tf":1.0},"14":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"12":{"tf":1.0}},"l":{"df":4,"docs":{"0":{"tf":1.0},"29":{"tf":1.0},"32":{"tf":1.0},"6":{"tf":1.0}}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"r":{"d":{"df":1,"docs":{"8":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"24":{"tf":1.0},"29":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"17":{"tf":1.0},"4":{"tf":1.0},"9":{"tf":1.4142135623730951}},"i":{"df":2,"docs":{"20":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"0":{"tf":1.0},"54":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":8,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"4":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"56":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"i":{"[":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"20":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"a":{"df":3,"docs":{"34":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"36":{"tf":1.0},"53":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"14":{"tf":1.0}},"i":{"df":1,"docs":{"45":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}}}}}},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.4142135623730951}}}},"l":{"df":2,"docs":{"53":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.0}}}}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":4,"docs":{"0":{"tf":1.4142135623730951},"58":{"tf":1.0},"59":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":7,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.0},"9":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"29":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"\\"":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"3":{"tf":1.0},"4":{"tf":1.4142135623730951},"6":{"tf":1.0},"61":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"12":{"tf":1.0},"21":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":3,"docs":{"20":{"tf":1.4142135623730951},"48":{"tf":1.0},"53":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"48":{"tf":1.0},"53":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"df":2,"docs":{"41":{"tf":1.0},"44":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"59":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":4,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"3":{"tf":1.0},"56":{"tf":1.0}}}},"n":{"d":{"df":4,"docs":{"17":{"tf":1.0},"46":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"0":{"tf":1.4142135623730951},"3":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":2,"docs":{"56":{"tf":1.0},"9":{"tf":2.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"5":{"tf":1.0}}}}}},"v":{"df":3,"docs":{"35":{"tf":1.0},"59":{"tf":1.0},"7":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"8":{"tf":1.0}},"t":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":2,"docs":{"44":{"tf":1.0},"53":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.0},"40":{"tf":1.0}}}},"’":{"df":1,"docs":{"0":{"tf":1.0}}}},"v":{"df":1,"docs":{"57":{"tf":1.0}}}},"j":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"g":{"df":4,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}}},"k":{"8":{"df":6,"docs":{"16":{"tf":1.0},"22":{"tf":1.0},"38":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"60":{"tf":1.0}},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"61":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":15,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.7320508075688772},"22":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951}}}},"y":{"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}}}},"n":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"58":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0},"56":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"13":{"tf":1.0},"7":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"21":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"40":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"26":{"tf":1.0},"4":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"15":{"tf":1.0},"21":{"tf":1.0},"3":{"tf":1.0},"51":{"tf":1.0},"58":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":3,"docs":{"12":{"tf":1.0},"30":{"tf":1.4142135623730951},"46":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":10,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"19":{"tf":1.0},"29":{"tf":1.0},"33":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"20":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":16,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"44":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.0},"9":{"tf":1.0}}}}},"o":{"a":{"d":{"df":3,"docs":{"25":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"61":{"tf":1.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":5,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":11,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"38":{"tf":1.4142135623730951},"4":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0}}},"t":{"df":1,"docs":{"56":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":3,"docs":{"53":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}},"i":{"c":{"df":3,"docs":{"36":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{}},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":7,"docs":{"10":{"tf":1.0},"17":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"42":{"tf":1.0},"7":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"60":{"tf":1.0}}},"p":{"df":3,"docs":{"22":{"tf":1.0},"40":{"tf":1.0},"6":{"tf":1.0}}},"s":{"df":1,"docs":{"15":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"r":{"df":2,"docs":{"12":{"tf":1.0},"4":{"tf":1.0}}},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"10":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"41":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":15,"docs":{"10":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"13":{"tf":1.0},"31":{"tf":1.0},"45":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":7,"docs":{"13":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"56":{"tf":1.0},"8":{"tf":1.0}}}},"n":{"df":0,"docs":{},"i":{"df":6,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.0}}}},"p":{"df":3,"docs":{"16":{"tf":1.0},"44":{"tf":1.0},"56":{"tf":1.0}}},"t":{"c":{"df":0,"docs":{},"h":{"df":4,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"29":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"57":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"17":{"tf":1.0},"42":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}},"x":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"0":{"df":1,"docs":{"32":{"tf":1.0}}},"5":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}},"2":{"5":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"4":{"0":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"y":{"b":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":8,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"46":{"tf":1.0},"60":{"tf":1.0}}}}},"t":{"df":1,"docs":{"21":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"30":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"2":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"44":{"tf":1.0},"61":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"c":{"df":4,"docs":{"12":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"59":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"0":{"df":1,"docs":{"33":{"tf":1.0}}},"5":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"3":{"0":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"22":{"tf":1.0},"24":{"tf":1.0},"40":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"10":{"tf":1.4142135623730951},"58":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":5,"docs":{"35":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}}},"x":{"df":2,"docs":{"59":{"tf":1.0},"8":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":7,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"46":{"tf":1.7320508075688772},"56":{"tf":1.0}}},"r":{"df":1,"docs":{"30":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"13":{"tf":1.0}}}},"df":1,"docs":{"48":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"32":{"tf":1.4142135623730951},"55":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"13":{"tf":1.0},"22":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":7,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.4142135623730951},"41":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":5,"docs":{"22":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"58":{"tf":1.0},"60":{"tf":1.0}}}}}}},"t":{"df":10,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"53":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"48":{"tf":1.0},"53":{"tf":1.0}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"df":1,"docs":{"9":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":12,"docs":{"21":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.4142135623730951},"8":{"tf":1.0}},"—":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"g":{"df":1,"docs":{"44":{"tf":1.0}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":11,"docs":{"0":{"tf":1.7320508075688772},"15":{"tf":1.0},"17":{"tf":1.0},"3":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"4":{"tf":1.0},"46":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"37":{"tf":1.0}}}}},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":4,"docs":{"46":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"56":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"50":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":25,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"12":{"tf":1.4142135623730951},"15":{"tf":1.7320508075688772},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"2":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"33":{"tf":1.0},"36":{"tf":1.7320508075688772},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.7320508075688772},"46":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.4142135623730951},"59":{"tf":1.0},"61":{"tf":1.7320508075688772},"7":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":2,"docs":{"22":{"tf":1.0},"8":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"df":6,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.7320508075688772},"44":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"{":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{":":{":":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"21":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"[":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":16,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.4142135623730951},"46":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"22":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"46":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"12":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"56":{"tf":1.0},"58":{"tf":1.0}}}}}},"k":{"(":{"_":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"\\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":10,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"53":{"tf":1.0}}},"n":{"c":{"df":3,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0}}},"df":5,"docs":{"15":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.4142135623730951},"43":{"tf":1.0},"51":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"42":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"0":{"tf":1.0},"17":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.4142135623730951},"44":{"tf":1.7320508075688772},"60":{"tf":1.0}}}},"t":{"df":2,"docs":{"21":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"12":{"tf":1.0},"50":{"tf":1.0}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":9,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"56":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"61":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"21":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":8,"docs":{"12":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0}}}}},"df":1,"docs":{"31":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"3":{"tf":1.0},"36":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}}},"p":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"12":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"16":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"1":{"tf":1.0},"38":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"37":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"4":{"tf":1.0},"51":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":4,"docs":{"14":{"tf":1.0},"2":{"tf":1.0},"45":{"tf":1.0},"57":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":5,"docs":{"0":{"tf":1.0},"19":{"tf":1.0},"51":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.7320508075688772}}}}}},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"38":{"tf":1.0},"44":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":1,"docs":{"12":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"19":{"tf":1.0},"26":{"tf":1.0},"32":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":3,"docs":{"15":{"tf":1.0},"21":{"tf":2.0},"22":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":4,"docs":{"0":{"tf":1.0},"29":{"tf":1.0},"4":{"tf":1.0},"61":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"15":{"tf":1.0},"16":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}}}}}}}}},"l":{"a":{"df":0,"docs":{},"n":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":9,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"[":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":25,"docs":{"1":{"tf":1.0},"12":{"tf":2.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"20":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.4142135623730951},"3":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"38":{"tf":2.0},"39":{"tf":1.4142135623730951},"4":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"44":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"52":{"tf":1.0}},"g":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"13":{"tf":1.0},"18":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"d":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"3":{"tf":1.0}}}},"df":0,"docs":{}},"df":4,"docs":{"37":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"59":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"46":{"tf":1.0},"61":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"14":{"tf":1.0},"22":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"9":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"15":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"38":{"tf":1.4142135623730951},"44":{"tf":2.0},"46":{"tf":1.0},"48":{"tf":1.0}}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}},"t":{"df":3,"docs":{"22":{"tf":1.0},"51":{"tf":1.0},"59":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"38":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.4142135623730951}}}}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"11":{"tf":1.0},"5":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"n":{"df":1,"docs":{"29":{"tf":1.4142135623730951}}}}}}},"o":{"b":{"df":0,"docs":{},"e":{"df":8,"docs":{"17":{"tf":1.0},"21":{"tf":1.0},"28":{"tf":1.0},"43":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}}}},"c":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"31":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":6,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"61":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":6,"docs":{"0":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"50":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.0}},"t":{"df":5,"docs":{"10":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":8,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"46":{"tf":1.0},"59":{"tf":1.0},"9":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":7,"docs":{"0":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"21":{"tf":1.0},"3":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"10":{"tf":1.0},"53":{"tf":1.0}},"r":{"df":1,"docs":{"44":{"tf":1.0}}}},"i":{"d":{"df":3,"docs":{"41":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":4,"docs":{"12":{"tf":1.4142135623730951},"4":{"tf":1.0},"43":{"tf":1.0},"61":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"43":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"b":{"df":2,"docs":{"53":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"61":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"60":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"18":{"tf":1.0},"3":{"tf":1.0}}}}}}}},"q":{"a":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"24":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}}}}}},"r":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"12":{"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":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"36":{"tf":1.4142135623730951},"8":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"(":{"1":{"0":{"df":2,"docs":{"26":{"tf":1.0},"31":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":4,"docs":{"25":{"tf":1.0},"27":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":10,"docs":{"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"29":{"tf":2.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"12":{"tf":1.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"53":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"l":{"df":3,"docs":{"43":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0}},"e":{"df":0,"docs":{},"—":{"a":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":12,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"27":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.7320508075688772},"50":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.4142135623730951}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"56":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":3,"docs":{"0":{"tf":1.0},"3":{"tf":1.0},"52":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"1":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"50":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"19":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.7320508075688772},"60":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":3,"docs":{"13":{"tf":1.0},"21":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"45":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"38":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}},"x":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}}},"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"22":{"tf":1.0},"50":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"20":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"3":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"46":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":4,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":7,"docs":{"19":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"60":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":7,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"60":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"12":{"tf":1.0},"46":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":4,"docs":{"16":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"61":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":11,"docs":{"12":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"27":{"tf":1.4142135623730951},"31":{"tf":2.23606797749979},"32":{"tf":2.23606797749979},"33":{"tf":2.0},"36":{"tf":1.7320508075688772},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"61":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":14,"docs":{"22":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"38":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"61":{"tf":1.0},"9":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":5,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0},"61":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"15":{"tf":1.4142135623730951},"21":{"tf":1.0},"49":{"tf":1.0},"56":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":3,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"60":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"10":{"tf":1.0},"60":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":6,"docs":{"0":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.4142135623730951}}},"l":{"df":1,"docs":{"31":{"tf":1.7320508075688772}}}}},"p":{"c":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"48":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.7320508075688772},"54":{"tf":1.4142135623730951}}}}}}}}},"df":19,"docs":{"1":{"tf":1.0},"10":{"tf":1.7320508075688772},"12":{"tf":2.0},"13":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.7320508075688772},"20":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.0},"38":{"tf":1.7320508075688772},"4":{"tf":1.7320508075688772},"42":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":2.0},"54":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.7320508075688772},"60":{"tf":1.4142135623730951},"61":{"tf":2.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"48":{"tf":1.0},"53":{"tf":1.4142135623730951}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":9,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":31,"docs":{"12":{"tf":1.0},"13":{"tf":1.4142135623730951},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"38":{"tf":1.7320508075688772},"39":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.4142135623730951},"46":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.4142135623730951},"56":{"tf":1.7320508075688772},"59":{"tf":1.7320508075688772},"60":{"tf":1.7320508075688772},"61":{"tf":1.7320508075688772}},"’":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"43":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"56":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"43":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"51":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":5,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"38":{"tf":1.4142135623730951},"56":{"tf":1.0},"60":{"tf":1.4142135623730951}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"0":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"44":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"24":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"2":{"df":4,"docs":{"25":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"3":{"df":4,"docs":{"24":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0},"8":{"tf":1.0}}},"4":{"df":2,"docs":{"27":{"tf":1.0},"30":{"tf":1.0}}},"5":{"df":1,"docs":{"31":{"tf":1.0}}},"7":{"df":2,"docs":{"32":{"tf":1.0},"33":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":29,"docs":{"1":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":2.23606797749979},"16":{"tf":1.7320508075688772},"17":{"tf":1.7320508075688772},"18":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":2.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"28":{"tf":1.0},"38":{"tf":1.7320508075688772},"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.4142135623730951},"46":{"tf":2.23606797749979},"55":{"tf":1.4142135623730951},"56":{"tf":2.23606797749979},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"60":{"tf":1.7320508075688772},"61":{"tf":2.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"42":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"a":{"df":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"44":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"22":{"tf":1.0},"7":{"tf":2.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"d":{"df":8,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}},"df":4,"docs":{"17":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.0},"46":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}},"f":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":3,"docs":{"21":{"tf":1.0},"53":{"tf":1.7320508075688772},"54":{"tf":1.7320508075688772}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"8":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"56":{"tf":1.0}},"i":{"c":{"df":5,"docs":{"0":{"tf":1.0},"41":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":6,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"38":{"tf":1.0},"45":{"tf":1.0},"58":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"16":{"tf":1.0},"41":{"tf":1.0},"59":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":10,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":7,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"0":{"tf":1.0},"10":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"60":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"w":{"df":4,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"23":{"tf":1.0},"52":{"tf":1.0}}}}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":13,"docs":{"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"38":{"tf":1.7320508075688772},"4":{"tf":1.0},"44":{"tf":1.7320508075688772},"50":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"9":{"tf":1.7320508075688772}},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"44":{"tf":1.0}}},"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":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"24":{"tf":1.0},"53":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"33":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"n":{"df":3,"docs":{"26":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":3,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0}}}}},"t":{"df":1,"docs":{"15":{"tf":1.0}}},"z":{"df":0,"docs":{},"e":{"df":1,"docs":{"9":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}}},"w":{"df":3,"docs":{"44":{"tf":1.0},"59":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"35":{"tf":1.0}}}},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"17":{"tf":1.0},"3":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":5,"docs":{"21":{"tf":1.0},"24":{"tf":1.0},"55":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"49":{"tf":1.0},"54":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"o":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"3":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":1,"docs":{"61":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":5,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"36":{"tf":1.4142135623730951},"44":{"tf":1.0},"58":{"tf":1.0}},"i":{"df":1,"docs":{"17":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":3,"docs":{"22":{"tf":1.0},"39":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"41":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"59":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"22":{"tf":1.0},"59":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"df":0,"docs":{}},"_":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"49":{"tf":1.0},"54":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":14,"docs":{"12":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.7320508075688772},"46":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"7":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"e":{"df":3,"docs":{"12":{"tf":1.0},"22":{"tf":1.0},"9":{"tf":1.7320508075688772}}},"i":{"c":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}},"y":{"df":5,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"35":{"tf":1.4142135623730951},"54":{"tf":1.0},"60":{"tf":1.0}}}},"d":{":":{":":{"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":9,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{":":{":":{"a":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"53":{"tf":1.0}}},"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":{":":{":":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"24":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"21":{"tf":1.0},"44":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"60":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"p":{"df":3,"docs":{"12":{"tf":1.0},"46":{"tf":1.0},"61":{"tf":1.0}}}},"r":{"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"26":{"tf":1.0},"32":{"tf":1.4142135623730951}}}}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"58":{"tf":1.4142135623730951}}}}}},"u":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"25":{"tf":1.0},"36":{"tf":1.0}}}},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"6":{"tf":1.0}}}}},"df":6,"docs":{"0":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":1.0},"61":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"0":{"tf":1.0},"61":{"tf":1.0}}}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"42":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"57":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"13":{"tf":1.0},"22":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"27":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"30":{"tf":1.0}}}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"60":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":7,"docs":{"20":{"tf":1.4142135623730951},"3":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}}}}}}}},"t":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"7":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"2":{"0":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"0":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}},"4":{"5":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"6":{"0":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"53":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":5,"docs":{"17":{"tf":1.0},"36":{"tf":1.7320508075688772},"53":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"46":{"tf":1.0}}}}},"d":{"df":3,"docs":{"20":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"22":{"tf":1.0},"3":{"tf":1.4142135623730951},"58":{"tf":1.0}}},"r":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"21":{"tf":1.0},"30":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"c":{"a":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"33":{"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":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"25":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":31,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.0},"11":{"tf":1.0},"15":{"tf":2.0},"16":{"tf":1.7320508075688772},"17":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.7320508075688772},"30":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"36":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.4142135623730951},"52":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"59":{"tf":1.0},"6":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"50":{"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":{"49":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"{":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"54":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"53":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"51":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"7":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":3,"docs":{"13":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"e":{"df":14,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"3":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"35":{"tf":1.7320508075688772},"40":{"tf":1.0},"44":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.7320508075688772}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"35":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":6,"docs":{"15":{"tf":1.0},"20":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"44":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":9,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.7320508075688772},"35":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"36":{"tf":1.0}}},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":18,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.7320508075688772},"46":{"tf":1.7320508075688772},"51":{"tf":1.0},"53":{"tf":1.4142135623730951},"56":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"8":{"tf":1.0}},"y":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"g":{"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":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"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":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"15":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"56":{"tf":1.0}}},"k":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":14,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.7320508075688772},"43":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"61":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"52":{"tf":1.0},"58":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":21,"docs":{"0":{"tf":1.7320508075688772},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"21":{"tf":1.0},"25":{"tf":2.0},"26":{"tf":2.0},"27":{"tf":1.0},"29":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"5":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"16":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"19":{"tf":1.0},"61":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"36":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":3,"docs":{"22":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"39":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}}},"x":{"/":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"29":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"39":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"25":{"tf":1.0},"3":{"tf":1.4142135623730951},"46":{"tf":1.0},"48":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"54":{"tf":1.0},"59":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":3,"docs":{"33":{"tf":1.0},"4":{"tf":1.0},"56":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"31":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"17":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"16":{"tf":1.0}}}},"df":27,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":2.23606797749979},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.4142135623730951},"50":{"tf":1.0},"53":{"tf":2.23606797749979},"54":{"tf":1.7320508075688772},"56":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"19":{"tf":1.0},"58":{"tf":1.0},"9":{"tf":1.7320508075688772}},"s":{"(":{"1":{"0":{"df":4,"docs":{"26":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"3":{"0":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":2,"docs":{"25":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"z":{"df":2,"docs":{"53":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":22,"docs":{"0":{"tf":2.0},"13":{"tf":1.0},"17":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.7320508075688772},"37":{"tf":1.7320508075688772},"43":{"tf":1.0},"46":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"58":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":2.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"!":{"[":{"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":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"10":{"tf":1.0},"32":{"tf":1.0},"60":{"tf":1.0}},"f":{"df":1,"docs":{"13":{"tf":1.0}},"i":{"df":13,"docs":{"0":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"27":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"4":{"tf":1.0},"44":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"16":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"[":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"12":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"61":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":2.0}},"e":{"df":0,"docs":{},"t":{"df":12,"docs":{"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.0}},"s":{"(":{"1":{"0":{"0":{"df":1,"docs":{"30":{"tf":1.0}}},"df":2,"docs":{"25":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":4,"docs":{"26":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}},"df":0,"docs":{}},"5":{"0":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}},"y":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":1,"docs":{"12":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"21":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"58":{"tf":1.0},"61":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":8,"docs":{"10":{"tf":1.0},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"20":{"tf":1.0},"38":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":4,"docs":{"41":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.0},"59":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"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":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"2":{"0":{"df":3,"docs":{"26":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"0":{"0":{"df":1,"docs":{"31":{"tf":1.0}}},"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":1,"docs":{"10":{"tf":1.0}}},"6":{"0":{"0":{"df":1,"docs":{"30":{"tf":1.0}}},"df":4,"docs":{"10":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"9":{"0":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"0":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"0":{"tf":1.0},"35":{"tf":1.4142135623730951},"9":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"1":{"tf":1.0},"13":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":5,"docs":{"24":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"56":{"tf":1.7320508075688772}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":32,"docs":{"1":{"tf":1.0},"12":{"tf":2.23606797749979},"13":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.7320508075688772},"18":{"tf":1.4142135623730951},"19":{"tf":2.0},"20":{"tf":2.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"36":{"tf":1.7320508075688772},"38":{"tf":1.7320508075688772},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.4142135623730951},"46":{"tf":2.23606797749979},"48":{"tf":1.4142135623730951},"49":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":2.23606797749979},"54":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.7320508075688772},"59":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"5":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"e":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"breadcrumbs":{"root":{"0":{"df":2,"docs":{"10":{"tf":1.0},"24":{"tf":1.0}}},"1":{"0":{"0":{"df":1,"docs":{"29":{"tf":1.0}}},"df":3,"docs":{"10":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0}}},"df":9,"docs":{"10":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"2":{"0":{"df":1,"docs":{"29":{"tf":1.0}}},"df":6,"docs":{"26":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"33":{"tf":1.7320508075688772},"7":{"tf":1.0},"8":{"tf":1.0}}},"3":{"0":{"df":1,"docs":{"7":{"tf":1.0}}},"df":1,"docs":{"33":{"tf":1.4142135623730951}}},"5":{"0":{"df":1,"docs":{"29":{"tf":1.0}}},"df":2,"docs":{"31":{"tf":1.0},"7":{"tf":1.0}}},"6":{"0":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}},"7":{"df":2,"docs":{"32":{"tf":1.0},"33":{"tf":1.4142135623730951}}},"_":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":8,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"a":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"61":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"46":{"tf":1.0},"53":{"tf":1.0},"8":{"tf":1.0}}}},"v":{"df":9,"docs":{"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"46":{"tf":1.0},"53":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"19":{"tf":1.0},"21":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"37":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"56":{"tf":1.0}}}}},"d":{"df":4,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"48":{"tf":1.0}}}}}}},"df":6,"docs":{"46":{"tf":1.0},"48":{"tf":1.7320508075688772},"49":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"52":{"tf":1.0}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"23":{"tf":1.0},"44":{"tf":1.0},"58":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":10,"docs":{"28":{"tf":2.0},"29":{"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}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"49":{"tf":1.0}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"32":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}}}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":4,"docs":{"17":{"tf":1.0},"21":{"tf":1.4142135623730951},"38":{"tf":1.0},"60":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":15,"docs":{"10":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}}}}},"df":1,"docs":{"22":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"10":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.7320508075688772}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":5,"docs":{"57":{"tf":1.7320508075688772},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":9,"docs":{"20":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"4":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"44":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":10,"docs":{"28":{"tf":1.0},"29":{"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}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"15":{"tf":1.0},"46":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":12,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}}},"t":{"df":2,"docs":{"16":{"tf":1.0},"44":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"0":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{":":{":":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":12,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"46":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":6,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"17":{"tf":1.7320508075688772},"38":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":16,"docs":{"0":{"tf":1.7320508075688772},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"38":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.4142135623730951},"46":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.7320508075688772},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"22":{"tf":1.0},"44":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"df":0,"docs":{}}}}},"b":{"(":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"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":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"4":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}}}}},"d":{"df":3,"docs":{"10":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"22":{"tf":1.0},"39":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"46":{"tf":1.0},"49":{"tf":1.0},"54":{"tf":1.0}}}}}},"i":{"c":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}}}},"df":2,"docs":{"36":{"tf":1.0},"4":{"tf":1.0}},"e":{"c":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":7,"docs":{"22":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"59":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"43":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":9,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"22":{"tf":1.7320508075688772},"40":{"tf":1.0}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":6,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0},"59":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"44":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"b":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{"df":1,"docs":{"26":{"tf":1.0}}},"2":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":6,"docs":{"0":{"tf":1.7320508075688772},"17":{"tf":1.0},"19":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":18,"docs":{"0":{"tf":1.0},"10":{"tf":2.23606797749979},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.0},"35":{"tf":2.449489742783178},"46":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":2.0},"61":{"tf":1.4142135623730951},"7":{"tf":2.6457513110645907},"9":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"61":{"tf":1.0}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"0":{"tf":1.0},"1":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"18":{"tf":1.0},"20":{"tf":1.0},"26":{"tf":1.0},"58":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"46":{"tf":1.0}}}}},"df":1,"docs":{"35":{"tf":1.0}}},"df":0,"docs":{}}},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":9,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"13":{"tf":1.0},"29":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"o":{"a":{"d":{"df":1,"docs":{"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"9":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":16,"docs":{"12":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"46":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"58":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":5,"docs":{"21":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.7320508075688772},"55":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"z":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"33":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}},"c":{"(":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}},"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":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"9":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"59":{"tf":1.4142135623730951},"60":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"55":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"36":{"tf":1.0}}}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"46":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0}}}},"c":{"df":2,"docs":{"28":{"tf":1.0},"29":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"38":{"tf":1.0},"46":{"tf":1.0},"60":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"32":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"30":{"tf":1.0},"35":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":1,"docs":{"4":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"1":{"tf":1.0},"56":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"2":{"df":1,"docs":{"26":{"tf":1.0}}},"5":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"0":{"tf":1.0}}},"df":0,"docs":{}}}},"df":3,"docs":{"19":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.0}}}}}},"o":{"df":15,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"27":{"tf":1.7320508075688772},"31":{"tf":1.0},"32":{"tf":2.0},"33":{"tf":1.0},"36":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.7320508075688772},"60":{"tf":1.4142135623730951},"61":{"tf":1.0},"8":{"tf":2.23606797749979}},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"46":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.7320508075688772}}}},"c":{"df":0,"docs":{},"k":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":16,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"44":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.4142135623730951},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"44":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"22":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"17":{"tf":1.4142135623730951},"22":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"59":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}}}}},"i":{"df":6,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0},"7":{"tf":1.4142135623730951}},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"51":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"44":{"tf":1.0},"59":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":5,"docs":{"12":{"tf":1.0},"46":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0}},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"r":{"df":7,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"58":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"|":{"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":4,"docs":{"48":{"tf":1.0},"53":{"tf":1.7320508075688772},"54":{"tf":1.7320508075688772},"56":{"tf":1.0}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"33":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":12,"docs":{"1":{"tf":1.0},"13":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.7320508075688772},"42":{"tf":1.4142135623730951},"44":{"tf":1.0},"46":{"tf":1.0},"61":{"tf":1.0}},"—":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"46":{"tf":1.0}}}}}}}}}}}},"o":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"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":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"44":{"tf":1.0}}}}}}}}},"df":3,"docs":{"20":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"14":{"tf":1.0},"23":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"61":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"43":{"tf":1.4142135623730951},"58":{"tf":1.0},"59":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"22":{"tf":1.0},"38":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"18":{"tf":1.0},"4":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"3":{"tf":1.0},"61":{"tf":1.4142135623730951}}},"s":{"df":12,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"61":{"tf":1.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":4,"docs":{"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":3,"docs":{"12":{"tf":1.7320508075688772},"2":{"tf":1.0},"38":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"8":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"20":{"tf":1.0},"58":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"4":{"tf":1.0},"46":{"tf":1.0},"54":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"3":{"tf":1.0},"60":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":4,"docs":{"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"37":{"tf":2.0},"56":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"r":{"df":10,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"54":{"tf":1.4142135623730951},"59":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":8,"docs":{"0":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.7320508075688772},"27":{"tf":1.0},"31":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.7320508075688772}}}}}},"i":{"d":{"df":1,"docs":{"48":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.0},"39":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"35":{"tf":1.4142135623730951},"50":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"m":{"df":3,"docs":{"15":{"tf":1.0},"44":{"tf":1.4142135623730951},"56":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"41":{"tf":1.0},"61":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"1":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"17":{"tf":1.0},"18":{"tf":1.7320508075688772},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.7320508075688772},"58":{"tf":1.4142135623730951}}}},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"0":{"tf":1.7320508075688772},"46":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":2,"docs":{"20":{"tf":1.0},"36":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":6,"docs":{"19":{"tf":1.4142135623730951},"36":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"59":{"tf":1.4142135623730951},"61":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":4,"docs":{"12":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"46":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"46":{"tf":1.0},"56":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"23":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":9,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.7320508075688772},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.7320508075688772},"56":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"38":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"21":{"tf":1.0},"58":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"45":{"tf":1.0},"56":{"tf":2.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"17":{"tf":1.0},"61":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":4,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"x":{"df":2,"docs":{"53":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"36":{"tf":1.0},"51":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":4,"docs":{"35":{"tf":1.4142135623730951},"36":{"tf":1.7320508075688772},"37":{"tf":1.4142135623730951},"52":{"tf":1.0}}}}}}}},"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"[":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"12":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"a":{"df":8,"docs":{"0":{"tf":2.449489742783178},"22":{"tf":1.0},"26":{"tf":2.23606797749979},"30":{"tf":1.0},"37":{"tf":1.0},"51":{"tf":1.0},"61":{"tf":1.7320508075688772},"9":{"tf":1.0}},"t":{"a":{"df":13,"docs":{"0":{"tf":2.23606797749979},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"4":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":2,"docs":{"12":{"tf":1.0},"4":{"tf":1.0}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":3,"docs":{"40":{"tf":1.0},"44":{"tf":1.0},"8":{"tf":1.0}},"g":{"df":2,"docs":{"11":{"tf":1.0},"57":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"12":{"tf":1.0},"17":{"tf":1.0}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"r":{"df":8,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"3":{"tf":1.0},"46":{"tf":1.0},"6":{"tf":1.7320508075688772},"61":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"45":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":5,"docs":{"21":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"17":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"20":{"tf":1.0},"21":{"tf":1.0},"58":{"tf":1.0}}}}}}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":2,"docs":{"30":{"tf":1.0},"35":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"32":{"tf":1.0},"33":{"tf":1.0}}}},"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"16":{"tf":1.0},"56":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"44":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":21,"docs":{"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":2.0},"38":{"tf":1.0},"4":{"tf":1.7320508075688772},"42":{"tf":1.0},"46":{"tf":1.4142135623730951},"56":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"(":{"&":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":9,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}}}},"df":0,"docs":{}}},"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":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"48":{"tf":1.0},"53":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":6,"docs":{"16":{"tf":1.0},"18":{"tf":1.4142135623730951},"3":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"46":{"tf":1.0},"61":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"13":{"tf":1.7320508075688772}}}}}},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"11":{"tf":1.0},"8":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":16,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0},"45":{"tf":1.7320508075688772},"46":{"tf":2.23606797749979},"47":{"tf":1.0},"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},"55":{"tf":1.0},"56":{"tf":1.0}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}}}}}},"df":1,"docs":{"36":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"14":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"60":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"41":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"57":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":3,"docs":{"0":{"tf":1.7320508075688772},"51":{"tf":1.0},"61":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.4142135623730951},"44":{"tf":1.0},"56":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"22":{"tf":1.0},"56":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"\'":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"n":{"df":3,"docs":{"12":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"[":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}},"df":8,"docs":{"12":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.0},"38":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0}},"n":{"df":1,"docs":{"18":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"l":{"df":6,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.0},"48":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.7320508075688772}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":13,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":4,"docs":{"12":{"tf":1.0},"31":{"tf":1.0},"54":{"tf":1.0},"61":{"tf":1.4142135623730951}}}}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"53":{"tf":1.7320508075688772},"54":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}},"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":7,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"7":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"12":{"tf":1.0}}}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"13":{"tf":1.0},"16":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"44":{"tf":1.0}}}}},"s":{"df":1,"docs":{"41":{"tf":1.0}},"i":{"df":1,"docs":{"17":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":3,"docs":{"12":{"tf":1.0},"29":{"tf":1.0},"4":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":6,"docs":{"0":{"tf":1.0},"21":{"tf":1.0},"44":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":5,"docs":{"27":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"8":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"d":{"df":4,"docs":{"16":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":2,"docs":{"10":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"15":{"tf":1.0},"3":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":6,"docs":{"10":{"tf":1.4142135623730951},"17":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"38":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.4142135623730951},"51":{"tf":1.0},"61":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":19,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"38":{"tf":1.7320508075688772},"39":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.7320508075688772},"56":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"—":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"48":{"tf":1.0}}}}}}},"r":{"(":{"\\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"2":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"a":{"df":0,"docs":{},"l":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":8,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"54":{"tf":1.0},"61":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":3,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0}}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":22,"docs":{"15":{"tf":1.0},"23":{"tf":1.7320508075688772},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.7320508075688772},"29":{"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},"52":{"tf":1.7320508075688772},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"4":{"tf":1.4142135623730951},"43":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"r":{"df":6,"docs":{"0":{"tf":1.4142135623730951},"17":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":2.8284271247461903},"58":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":6,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":12,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":31,"docs":{"1":{"tf":1.0},"12":{"tf":2.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":2.0},"19":{"tf":1.0},"20":{"tf":2.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"35":{"tf":1.7320508075688772},"38":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"43":{"tf":1.7320508075688772},"44":{"tf":1.0},"46":{"tf":2.23606797749979},"48":{"tf":1.0},"49":{"tf":1.4142135623730951},"52":{"tf":2.0},"53":{"tf":2.23606797749979},"54":{"tf":2.23606797749979},"55":{"tf":1.4142135623730951},"56":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.7320508075688772},"7":{"tf":1.7320508075688772},"9":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}},"s":{"df":2,"docs":{"44":{"tf":1.0},"48":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"—":{"a":{"d":{"df":0,"docs":{},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"20":{"tf":1.0},"21":{"tf":1.0},"58":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":9,"docs":{"13":{"tf":1.0},"30":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":1.7320508075688772},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.4142135623730951}}},"df":0,"docs":{},"s":{"df":2,"docs":{"16":{"tf":1.0},"34":{"tf":1.4142135623730951}}}}}}},"}":{"\\"":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"54":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"f":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"15":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"51":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":4,"docs":{"12":{"tf":1.0},"29":{"tf":1.0},"48":{"tf":1.0},"60":{"tf":1.0}},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"36":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":7,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.7320508075688772},"50":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}},"l":{"df":0,"docs":{},"s":{"df":3,"docs":{"10":{"tf":1.0},"44":{"tf":1.0},"60":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}}}},"q":{"df":1,"docs":{"60":{"tf":1.7320508075688772}}},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"17":{"tf":1.0},"37":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.0},"7":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"22":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"35":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"22":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"29":{"tf":1.4142135623730951},"32":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":1,"docs":{"60":{"tf":1.0}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"17":{"tf":1.0},"49":{"tf":1.0},"54":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"44":{"tf":1.0},"8":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"60":{"tf":1.0}}}}}}}}}},"t":{"df":6,"docs":{"15":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"52":{"tf":1.0}}},"x":{"df":2,"docs":{"7":{"tf":1.0},"8":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"38":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0}}},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":3,"docs":{"13":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"56":{"tf":1.0},"58":{"tf":1.0}}}}}}},"n":{"df":15,"docs":{"10":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"53":{"tf":2.449489742783178},"54":{"tf":2.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"o":{"c":{"df":0,"docs":{},"u":{"df":2,"docs":{"6":{"tf":1.0},"7":{"tf":1.0}},"s":{"df":3,"docs":{"0":{"tf":1.0},"15":{"tf":1.0},"44":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"5":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"t":{"!":{"(":{"\\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"4":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":13,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"2":{"tf":1.7320508075688772},"21":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"48":{"tf":1.0},"49":{"tf":1.0}}}}}}}}}}},"df":20,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.4142135623730951},"2":{"tf":1.0},"3":{"tf":1.4142135623730951},"4":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.7320508075688772},"48":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0},"6":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}},"’":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"8":{"tf":1.0}}}}}}},"d":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"3":{"tf":1.0},"59":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"43":{"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":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"48":{"tf":1.0},"53":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":8,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"46":{"tf":1.0},"53":{"tf":1.0},"61":{"tf":1.0}}}}},"t":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}}}},"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":1,"docs":{"1":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"61":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"17":{"tf":1.0},"22":{"tf":1.0}}}},"df":0,"docs":{},"o":{"d":{"df":5,"docs":{"10":{"tf":1.0},"41":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"31":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"17":{"tf":1.0},"22":{"tf":1.0}}},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"29":{"tf":1.0},"30":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":1,"docs":{"55":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"14":{"tf":1.0},"46":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}},"df":32,"docs":{"1":{"tf":1.0},"14":{"tf":1.7320508075688772},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"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}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"12":{"tf":1.0}},"l":{"df":4,"docs":{"0":{"tf":1.0},"29":{"tf":1.0},"32":{"tf":1.0},"6":{"tf":1.0}}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"r":{"d":{"df":1,"docs":{"8":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"24":{"tf":1.0},"29":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"17":{"tf":1.0},"4":{"tf":1.0},"9":{"tf":1.7320508075688772}},"i":{"df":2,"docs":{"20":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.7320508075688772}}}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"0":{"tf":1.0},"54":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":8,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"4":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"56":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"i":{"[":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"20":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"a":{"df":3,"docs":{"34":{"tf":1.4142135623730951},"53":{"tf":1.0},"54":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"36":{"tf":1.0},"53":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"i":{"df":31,"docs":{"14":{"tf":1.7320508075688772},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"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}},"i":{"df":12,"docs":{"45":{"tf":1.7320508075688772},"46":{"tf":1.0},"47":{"tf":1.0},"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},"55":{"tf":1.0},"56":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}}}}}},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.7320508075688772}}}},"l":{"df":2,"docs":{"53":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.0}}}}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":4,"docs":{"0":{"tf":1.4142135623730951},"58":{"tf":1.0},"59":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":7,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.0},"9":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"29":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"\\"":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"3":{"tf":1.0},"4":{"tf":1.4142135623730951},"6":{"tf":1.0},"61":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"12":{"tf":1.0},"21":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":3,"docs":{"20":{"tf":1.4142135623730951},"48":{"tf":1.0},"53":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"48":{"tf":1.0},"53":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"df":2,"docs":{"41":{"tf":1.0},"44":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"59":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":4,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"3":{"tf":1.0},"56":{"tf":1.0}}}},"n":{"d":{"df":4,"docs":{"17":{"tf":1.0},"46":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"0":{"tf":1.4142135623730951},"3":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":2,"docs":{"56":{"tf":1.7320508075688772},"9":{"tf":2.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"5":{"tf":1.0}}}}}},"v":{"df":3,"docs":{"35":{"tf":1.0},"59":{"tf":1.0},"7":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"8":{"tf":1.0}},"t":{"df":1,"docs":{"3":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":2,"docs":{"44":{"tf":1.0},"53":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.0},"40":{"tf":1.0}}}},"’":{"df":1,"docs":{"0":{"tf":1.0}}}},"v":{"df":5,"docs":{"57":{"tf":1.7320508075688772},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}}},"j":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"g":{"df":4,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}}},"k":{"8":{"df":6,"docs":{"16":{"tf":1.0},"22":{"tf":1.0},"38":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"60":{"tf":1.0}},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"61":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":15,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.7320508075688772},"22":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951}}}},"y":{"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}}}},"n":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"58":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.4142135623730951},"56":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"13":{"tf":1.0},"7":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"21":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"40":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"26":{"tf":1.0},"4":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"15":{"tf":1.7320508075688772},"21":{"tf":1.0},"3":{"tf":1.0},"51":{"tf":1.0},"58":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":3,"docs":{"12":{"tf":1.0},"30":{"tf":1.4142135623730951},"46":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":10,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.7320508075688772},"56":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"12":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"19":{"tf":1.0},"29":{"tf":1.0},"33":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"20":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":16,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.4142135623730951},"3":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"44":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.0},"9":{"tf":1.0}}}}},"o":{"a":{"d":{"df":3,"docs":{"25":{"tf":1.0},"29":{"tf":1.4142135623730951},"30":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"61":{"tf":1.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":5,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":11,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"38":{"tf":1.4142135623730951},"4":{"tf":1.0},"40":{"tf":1.4142135623730951},"44":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0}}},"t":{"df":1,"docs":{"56":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":3,"docs":{"53":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}},"i":{"c":{"df":3,"docs":{"36":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{}},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":7,"docs":{"10":{"tf":1.0},"17":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"42":{"tf":1.0},"7":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"60":{"tf":1.0}}},"p":{"df":3,"docs":{"22":{"tf":1.0},"40":{"tf":1.0},"6":{"tf":1.0}}},"s":{"df":1,"docs":{"15":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"r":{"df":2,"docs":{"12":{"tf":1.0},"4":{"tf":1.0}}},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"10":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"41":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":15,"docs":{"10":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"13":{"tf":1.0},"31":{"tf":1.0},"45":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":7,"docs":{"13":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"56":{"tf":1.0},"8":{"tf":1.0}}}},"n":{"df":0,"docs":{},"i":{"df":6,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.0}}}},"p":{"df":3,"docs":{"16":{"tf":1.0},"44":{"tf":1.0},"56":{"tf":1.0}}},"t":{"c":{"df":0,"docs":{},"h":{"df":4,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"29":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"57":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"17":{"tf":1.0},"42":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}},"x":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"0":{"df":1,"docs":{"32":{"tf":1.0}}},"5":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}},"2":{"5":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"4":{"0":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"y":{"b":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":8,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"46":{"tf":1.0},"60":{"tf":1.0}}}}},"t":{"df":1,"docs":{"21":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"30":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"2":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"44":{"tf":1.0},"61":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"c":{"df":4,"docs":{"12":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"59":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"0":{"df":1,"docs":{"33":{"tf":1.0}}},"5":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"3":{"0":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"22":{"tf":1.0},"24":{"tf":1.0},"40":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"10":{"tf":1.7320508075688772},"58":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":5,"docs":{"35":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}}},"x":{"df":2,"docs":{"59":{"tf":1.0},"8":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":7,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"46":{"tf":2.23606797749979},"56":{"tf":1.0}}},"r":{"df":1,"docs":{"30":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"13":{"tf":1.0}}}},"df":1,"docs":{"48":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"32":{"tf":1.4142135623730951},"55":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"13":{"tf":1.0},"22":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":7,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.4142135623730951},"41":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":5,"docs":{"22":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"58":{"tf":1.0},"60":{"tf":1.0}}}}}}},"t":{"df":10,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"53":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"48":{"tf":1.0},"53":{"tf":1.0}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"df":1,"docs":{"9":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":12,"docs":{"21":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"g":{"df":1,"docs":{"44":{"tf":1.0}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":11,"docs":{"0":{"tf":1.7320508075688772},"15":{"tf":1.0},"17":{"tf":1.0},"3":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"4":{"tf":1.0},"46":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"37":{"tf":1.0}}}}},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":7,"docs":{"46":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.7320508075688772},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"50":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":25,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"12":{"tf":1.4142135623730951},"15":{"tf":1.7320508075688772},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"2":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"33":{"tf":1.0},"36":{"tf":1.7320508075688772},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.7320508075688772},"46":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.4142135623730951},"59":{"tf":1.0},"61":{"tf":1.7320508075688772},"7":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":2,"docs":{"22":{"tf":1.0},"8":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"df":6,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.7320508075688772},"44":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"{":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{":":{":":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"21":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"[":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":16,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.4142135623730951},"46":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"22":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"46":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"12":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"56":{"tf":1.0},"58":{"tf":1.0}}}}}},"k":{"(":{"_":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"\\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":10,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"53":{"tf":1.0}}},"n":{"c":{"df":3,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0}}},"df":5,"docs":{"15":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.4142135623730951},"43":{"tf":1.0},"51":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"42":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"0":{"tf":1.0},"17":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.4142135623730951},"44":{"tf":2.23606797749979},"60":{"tf":1.0}}}},"t":{"df":2,"docs":{"21":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"12":{"tf":1.0},"50":{"tf":1.0}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":9,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"56":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"61":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"21":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":8,"docs":{"12":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0}}}}},"df":1,"docs":{"31":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"3":{"tf":1.0},"36":{"tf":1.0},"6":{"tf":1.4142135623730951},"9":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.7320508075688772}}}}}}}}}},"p":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"12":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"16":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"1":{"tf":1.0},"38":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"37":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"4":{"tf":1.0},"51":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":60,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.7320508075688772},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.7320508075688772},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"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},"4":{"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.7320508075688772},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.7320508075688772},"58":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":5,"docs":{"0":{"tf":1.0},"19":{"tf":1.0},"51":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":2.0}}}}}},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"38":{"tf":1.0},"44":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":1,"docs":{"12":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"19":{"tf":1.0},"26":{"tf":1.0},"32":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":3,"docs":{"15":{"tf":1.0},"21":{"tf":2.449489742783178},"22":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":4,"docs":{"0":{"tf":1.0},"29":{"tf":1.0},"4":{"tf":1.0},"61":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":7,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"5":{"tf":1.7320508075688772},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"15":{"tf":1.0},"16":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}}}}}}}}},"l":{"a":{"df":0,"docs":{},"n":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":9,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"[":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":25,"docs":{"1":{"tf":1.0},"12":{"tf":2.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"20":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.4142135623730951},"3":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"38":{"tf":2.0},"39":{"tf":1.4142135623730951},"4":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"44":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"52":{"tf":1.0}},"g":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"13":{"tf":1.0},"18":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"d":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"3":{"tf":1.0}}}},"df":0,"docs":{}},"df":4,"docs":{"37":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"59":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"46":{"tf":1.0},"61":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"14":{"tf":1.0},"22":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"9":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"15":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"38":{"tf":1.4142135623730951},"44":{"tf":2.0},"46":{"tf":1.0},"48":{"tf":1.0}}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}},"t":{"df":3,"docs":{"22":{"tf":1.0},"51":{"tf":1.0},"59":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"38":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":2.0}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.4142135623730951}}}}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"11":{"tf":1.0},"5":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"n":{"df":1,"docs":{"29":{"tf":1.4142135623730951}}}}}}},"o":{"b":{"df":0,"docs":{},"e":{"df":8,"docs":{"17":{"tf":1.0},"21":{"tf":1.0},"28":{"tf":1.0},"43":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.0}}}},"c":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"31":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":6,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"61":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":6,"docs":{"0":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"50":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.0}},"t":{"df":5,"docs":{"10":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":8,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"29":{"tf":1.4142135623730951},"3":{"tf":1.0},"35":{"tf":1.0},"46":{"tf":1.0},"59":{"tf":1.0},"9":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":7,"docs":{"0":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"21":{"tf":1.0},"3":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":2.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"10":{"tf":1.0},"53":{"tf":1.0}},"r":{"df":1,"docs":{"44":{"tf":1.0}}}},"i":{"d":{"df":3,"docs":{"41":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":4,"docs":{"12":{"tf":1.4142135623730951},"4":{"tf":1.0},"43":{"tf":1.0},"61":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"43":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"b":{"df":2,"docs":{"53":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"61":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"60":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"18":{"tf":1.0},"3":{"tf":1.0}}}}}}}},"q":{"a":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"24":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}}}}}},"r":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"12":{"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":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"36":{"tf":1.4142135623730951},"8":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"(":{"1":{"0":{"df":2,"docs":{"26":{"tf":1.0},"31":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":4,"docs":{"25":{"tf":1.0},"27":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":10,"docs":{"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"29":{"tf":2.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"12":{"tf":1.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"53":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"l":{"df":3,"docs":{"43":{"tf":1.0},"53":{"tf":1.7320508075688772},"54":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"—":{"a":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":12,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"27":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.7320508075688772},"50":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.4142135623730951}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"56":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":3,"docs":{"0":{"tf":1.0},"3":{"tf":1.0},"52":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"1":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"50":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"19":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":2.0},"60":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":3,"docs":{"13":{"tf":1.0},"21":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":13,"docs":{"45":{"tf":1.7320508075688772},"46":{"tf":1.0},"47":{"tf":1.0},"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},"55":{"tf":1.0},"56":{"tf":2.0},"57":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"38":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}},"x":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}}},"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"22":{"tf":1.0},"50":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"20":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"3":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"46":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":4,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":7,"docs":{"19":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"60":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":7,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"27":{"tf":1.7320508075688772},"28":{"tf":1.0},"60":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"12":{"tf":1.0},"46":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":4,"docs":{"16":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"61":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":11,"docs":{"12":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"27":{"tf":1.4142135623730951},"31":{"tf":2.449489742783178},"32":{"tf":2.23606797749979},"33":{"tf":2.0},"36":{"tf":2.0},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"61":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":14,"docs":{"22":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"38":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"61":{"tf":1.0},"9":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":5,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0},"61":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"15":{"tf":1.4142135623730951},"21":{"tf":1.0},"49":{"tf":1.0},"56":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":3,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"60":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"10":{"tf":1.0},"60":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":6,"docs":{"0":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.4142135623730951}}},"l":{"df":1,"docs":{"31":{"tf":2.0}}}}},"p":{"c":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"48":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.7320508075688772},"54":{"tf":1.4142135623730951}}}}}}}}},"df":19,"docs":{"1":{"tf":1.0},"10":{"tf":2.0},"12":{"tf":2.0},"13":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.7320508075688772},"20":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.0},"38":{"tf":2.23606797749979},"4":{"tf":1.7320508075688772},"42":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":2.0},"54":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.7320508075688772},"60":{"tf":1.4142135623730951},"61":{"tf":2.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"48":{"tf":1.0},"53":{"tf":1.4142135623730951}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":9,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":31,"docs":{"12":{"tf":1.0},"13":{"tf":1.4142135623730951},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"38":{"tf":1.7320508075688772},"39":{"tf":2.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.7320508075688772},"41":{"tf":1.7320508075688772},"42":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"46":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.7320508075688772},"56":{"tf":1.7320508075688772},"59":{"tf":1.7320508075688772},"60":{"tf":1.7320508075688772},"61":{"tf":1.7320508075688772}},"’":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"43":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"56":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"43":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"52":{"tf":1.7320508075688772},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"51":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":5,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"38":{"tf":1.4142135623730951},"56":{"tf":1.0},"60":{"tf":1.4142135623730951}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"0":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"44":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"24":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"2":{"df":4,"docs":{"25":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"3":{"df":4,"docs":{"24":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0},"8":{"tf":1.0}}},"4":{"df":2,"docs":{"27":{"tf":1.0},"30":{"tf":1.0}}},"5":{"df":1,"docs":{"31":{"tf":1.0}}},"7":{"df":2,"docs":{"32":{"tf":1.0},"33":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.7320508075688772}}}}}}}},"df":0,"docs":{}}}}},"df":29,"docs":{"1":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.7320508075688772},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":2.23606797749979},"16":{"tf":1.7320508075688772},"17":{"tf":2.23606797749979},"18":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":2.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"28":{"tf":1.0},"38":{"tf":2.23606797749979},"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.4142135623730951},"46":{"tf":2.6457513110645907},"55":{"tf":1.4142135623730951},"56":{"tf":2.23606797749979},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":2.0},"60":{"tf":1.7320508075688772},"61":{"tf":2.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"42":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"a":{"df":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"44":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"22":{"tf":1.0},"7":{"tf":2.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"d":{"df":8,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}},"df":4,"docs":{"17":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.0},"46":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}},"f":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":3,"docs":{"21":{"tf":1.0},"53":{"tf":1.7320508075688772},"54":{"tf":1.7320508075688772}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"8":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"56":{"tf":1.0}},"i":{"c":{"df":5,"docs":{"0":{"tf":1.0},"41":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":6,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"38":{"tf":1.0},"45":{"tf":1.0},"58":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"16":{"tf":1.0},"41":{"tf":1.0},"59":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":10,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":7,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.7320508075688772}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"0":{"tf":1.0},"10":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"60":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"w":{"df":4,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"23":{"tf":1.0},"52":{"tf":1.0}}}}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":13,"docs":{"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"38":{"tf":1.7320508075688772},"4":{"tf":1.0},"44":{"tf":1.7320508075688772},"50":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"9":{"tf":2.0}},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"44":{"tf":1.0}}},"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":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"24":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"33":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"n":{"df":3,"docs":{"26":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":3,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0}}}}},"t":{"df":1,"docs":{"15":{"tf":1.0}}},"z":{"df":0,"docs":{},"e":{"df":1,"docs":{"9":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}}},"w":{"df":3,"docs":{"44":{"tf":1.0},"59":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"35":{"tf":1.0}}}},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"17":{"tf":1.0},"3":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":5,"docs":{"21":{"tf":1.0},"24":{"tf":1.0},"55":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"49":{"tf":1.0},"54":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"o":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"3":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":1,"docs":{"61":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":5,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"36":{"tf":1.4142135623730951},"44":{"tf":1.0},"58":{"tf":1.0}},"i":{"df":1,"docs":{"17":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":3,"docs":{"22":{"tf":1.0},"39":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"41":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"59":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"22":{"tf":1.0},"59":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"df":0,"docs":{}},"_":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"49":{"tf":1.0},"54":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":14,"docs":{"12":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.7320508075688772},"46":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"7":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"e":{"df":3,"docs":{"12":{"tf":1.0},"22":{"tf":1.0},"9":{"tf":1.7320508075688772}}},"i":{"c":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}},"y":{"df":5,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"35":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"60":{"tf":1.0}}}},"d":{":":{":":{"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":9,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{":":{":":{"a":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"53":{"tf":1.0}}},"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":{":":{":":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"24":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"21":{"tf":1.0},"44":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"60":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"p":{"df":3,"docs":{"12":{"tf":1.0},"46":{"tf":1.0},"61":{"tf":1.0}}}},"r":{"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"26":{"tf":1.0},"32":{"tf":1.4142135623730951}}}}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"58":{"tf":1.4142135623730951}}}}}},"u":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"25":{"tf":1.0},"36":{"tf":1.0}}}},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"6":{"tf":1.0}}}}},"df":6,"docs":{"0":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":1.0},"61":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"0":{"tf":1.0},"61":{"tf":1.0}}}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"42":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"57":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"13":{"tf":1.0},"22":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"27":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"30":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"60":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":7,"docs":{"20":{"tf":1.4142135623730951},"3":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}}}}}}}},"t":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"7":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"2":{"0":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"0":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}},"4":{"5":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"6":{"0":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"53":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":5,"docs":{"17":{"tf":1.0},"36":{"tf":2.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.7320508075688772},"60":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"46":{"tf":1.0}}}}},"d":{"df":3,"docs":{"20":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"22":{"tf":1.0},"3":{"tf":1.4142135623730951},"58":{"tf":1.0}}},"r":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"21":{"tf":1.0},"30":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"c":{"a":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"33":{"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":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"25":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":33,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.4142135623730951},"15":{"tf":2.0},"16":{"tf":1.7320508075688772},"17":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.7320508075688772},"28":{"tf":1.0},"29":{"tf":1.4142135623730951},"3":{"tf":1.7320508075688772},"30":{"tf":1.7320508075688772},"31":{"tf":1.4142135623730951},"32":{"tf":1.7320508075688772},"33":{"tf":1.7320508075688772},"36":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":2.0},"52":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"59":{"tf":1.0},"6":{"tf":1.7320508075688772},"60":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951},"8":{"tf":1.7320508075688772},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"50":{"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":{"49":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"{":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"54":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"53":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"51":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"7":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":3,"docs":{"13":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"e":{"df":14,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"3":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"35":{"tf":2.0},"40":{"tf":1.0},"44":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":2.23606797749979}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"35":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":6,"docs":{"15":{"tf":1.0},"20":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"44":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":9,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.7320508075688772},"35":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"36":{"tf":1.0}}},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":18,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.7320508075688772},"46":{"tf":1.7320508075688772},"51":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"56":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"8":{"tf":1.0}},"y":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"g":{"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":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"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":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"15":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"56":{"tf":1.0}}},"k":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":14,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.7320508075688772},"43":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"61":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"52":{"tf":1.0},"58":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":21,"docs":{"0":{"tf":1.7320508075688772},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"21":{"tf":1.0},"25":{"tf":2.23606797749979},"26":{"tf":2.23606797749979},"27":{"tf":1.0},"29":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"5":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"16":{"tf":1.7320508075688772}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"19":{"tf":1.0},"61":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.7320508075688772}}}}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"36":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":3,"docs":{"22":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"39":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}}},"x":{"/":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"29":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"39":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"25":{"tf":1.0},"3":{"tf":1.4142135623730951},"46":{"tf":1.0},"48":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"54":{"tf":1.0},"59":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":3,"docs":{"33":{"tf":1.0},"4":{"tf":1.0},"56":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"31":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"17":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"16":{"tf":1.0}}}},"df":27,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":2.23606797749979},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.4142135623730951},"50":{"tf":1.0},"53":{"tf":2.23606797749979},"54":{"tf":1.7320508075688772},"56":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":33,"docs":{"14":{"tf":1.7320508075688772},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"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},"58":{"tf":1.0},"9":{"tf":1.7320508075688772}},"s":{"(":{"1":{"0":{"df":4,"docs":{"26":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"3":{"0":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":2,"docs":{"25":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"z":{"df":2,"docs":{"53":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":22,"docs":{"0":{"tf":2.0},"13":{"tf":1.0},"17":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.7320508075688772},"37":{"tf":2.0},"43":{"tf":1.0},"46":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"58":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":2.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"!":{"[":{"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":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"10":{"tf":1.0},"32":{"tf":1.0},"60":{"tf":1.0}},"f":{"df":1,"docs":{"13":{"tf":1.0}},"i":{"df":13,"docs":{"0":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"27":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"4":{"tf":1.0},"44":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"16":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"[":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"12":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"61":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":2.23606797749979}},"e":{"df":0,"docs":{},"t":{"df":12,"docs":{"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.0}},"s":{"(":{"1":{"0":{"0":{"df":1,"docs":{"30":{"tf":1.0}}},"df":2,"docs":{"25":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":4,"docs":{"26":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}},"df":0,"docs":{}},"5":{"0":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}},"y":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":1,"docs":{"12":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"21":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"58":{"tf":1.0},"61":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":8,"docs":{"10":{"tf":1.4142135623730951},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"20":{"tf":1.0},"38":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":4,"docs":{"41":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.4142135623730951},"59":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"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":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"2":{"0":{"df":3,"docs":{"26":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"0":{"0":{"df":1,"docs":{"31":{"tf":1.0}}},"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":1,"docs":{"10":{"tf":1.0}}},"6":{"0":{"0":{"df":1,"docs":{"30":{"tf":1.0}}},"df":4,"docs":{"10":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"9":{"0":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"0":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"0":{"tf":1.0},"35":{"tf":1.4142135623730951},"9":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"1":{"tf":1.0},"13":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":5,"docs":{"24":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"56":{"tf":1.7320508075688772}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":33,"docs":{"1":{"tf":1.0},"12":{"tf":2.23606797749979},"13":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.7320508075688772},"18":{"tf":2.0},"19":{"tf":2.449489742783178},"20":{"tf":2.23606797749979},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"25":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"36":{"tf":2.0},"38":{"tf":1.7320508075688772},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.4142135623730951},"46":{"tf":2.23606797749979},"48":{"tf":1.7320508075688772},"49":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":2.0},"53":{"tf":2.6457513110645907},"54":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.7320508075688772},"59":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"15":{"tf":2.0},"16":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"5":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"e":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"title":{"root":{"a":{"d":{"df":4,"docs":{"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"32":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"57":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"17":{"tf":1.0}}}}}}}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":3,"docs":{"27":{"tf":1.0},"32":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"43":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"37":{"tf":1.0}}},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"24":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"58":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"58":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"56":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":3,"docs":{"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0}}}}}}}},"d":{"a":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"37":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"45":{"tf":1.0},"46":{"tf":1.0}}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"l":{"df":1,"docs":{"58":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"23":{"tf":1.0},"28":{"tf":1.0},"52":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"36":{"tf":1.0}}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"18":{"tf":1.0},"20":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}},"f":{"a":{"df":0,"docs":{},"q":{"df":1,"docs":{"60":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"47":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"61":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"14":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"51":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":1,"docs":{"14":{"tf":1.0}},"i":{"df":1,"docs":{"45":{"tf":1.0}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"56":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"v":{"df":1,"docs":{"57":{"tf":1.0}}}},"k":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"46":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"24":{"tf":1.0}}}}},"o":{"a":{"d":{"df":2,"docs":{"29":{"tf":1.0},"30":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"40":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"10":{"tf":1.0}}}}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"46":{"tf":1.0}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}},"w":{"df":1,"docs":{"52":{"tf":1.0}}}}},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"9":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"44":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"14":{"tf":1.0},"2":{"tf":1.0},"45":{"tf":1.0},"57":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"o":{"b":{"df":0,"docs":{},"e":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"29":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"33":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"45":{"tf":1.0},"56":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"31":{"tf":1.0},"36":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"df":2,"docs":{"10":{"tf":1.0},"38":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"50":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":5,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"38":{"tf":1.0},"46":{"tf":1.0},"59":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"24":{"tf":1.0},"53":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"30":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"36":{"tf":1.0},"54":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"5":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"51":{"tf":1.0}}}}}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"25":{"tf":1.0},"26":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":1,"docs":{"16":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"10":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"55":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":8,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"36":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"lang":"English","pipeline":["trimmer","stopWordFilter","stemmer"],"ref":"id","version":"0.9.5"},"results_options":{"limit_results":30,"teaser_word_count":30},"search_options":{"bool":"OR","expand":true,"fields":{"body":{"boost":1},"breadcrumbs":{"boost":1},"title":{"boost":2}}}}')); \ No newline at end of file diff --git a/docs/searchindex-9a6e731f.js b/docs/searchindex-9a6e731f.js new file mode 100644 index 0000000..7254f99 --- /dev/null +++ b/docs/searchindex-9a6e731f.js @@ -0,0 +1 @@ +window.search = Object.assign(window.search, JSON.parse('{"doc_urls":["project-context-primer.html#project-context-primer","what-you-will-learn.html#what-you-will-learn","part-i.html#part-i--foundations","introduction.html#introduction","architecture-overview.html#architecture-overview","architecture-overview.html#core-flow","architecture-overview.html#components","architecture-overview.html#entry-points","architecture-overview.html#builder-api","architecture-overview.html#deployers","architecture-overview.html#assets-and-images","architecture-overview.html#docker-image","architecture-overview.html#circuit-assets","architecture-overview.html#compose-stack","architecture-overview.html#logging-architecture","architecture-overview.html#observability","testing-philosophy.html#testing-philosophy","testing-philosophy.html#declarative-over-imperative","testing-philosophy.html#protocol-time-not-wall-time","testing-philosophy.html#determinism-first-chaos-when-needed","testing-philosophy.html#observable-health-signals","testing-philosophy.html#minimum-run-windows","testing-philosophy.html#summary","scenario-lifecycle.html#scenario-lifecycle","design-rationale.html#design-rationale","part-ii.html#part-ii--user-guide","workspace-layout.html#workspace-layout","annotated-tree.html#annotated-tree","annotated-tree.html#key-directories-explained","annotated-tree.html#testing-framework","annotated-tree.html#testing-frameworkassetsstack","annotated-tree.html#examples-start-here","annotated-tree.html#scripts","annotated-tree.html#observability","annotated-tree.html#navigation-guide","authoring-scenarios.html#authoring-scenarios","workloads.html#core-content-workloads--expectations","workloads.html#workloads","workloads.html#expectations","scenario-builder-ext-patterns.html#core-content-scenariobuilderext-patterns","best-practices.html#best-practices","examples.html#examples","examples.html#simple-consensus-liveness","examples.html#transaction-workload","examples.html#da--transaction-workload","examples.html#chaos-resilience","examples-advanced.html#advanced-examples","examples-advanced.html#summary","examples-advanced.html#load-progression-test","examples-advanced.html#sustained-load-test","examples-advanced.html#aggressive-chaos-test","examples-advanced.html#extension-ideas","examples-advanced.html#network-partition-recovery","examples-advanced.html#block-timing-consistency","examples-advanced.html#invalid-transaction-fuzzing","examples-advanced.html#wallet-balance-verification","running-scenarios.html#running-scenarios","runners.html#runners","runners.html#local-runner","runners.html#docker-compose-runner","runners.html#kubernetes-runner","runners.html#common-expectations","operations.html#operations","operations.html#ci-usage","operations.html#running-examples","operations.html#local-runner","operations.html#compose-runner","operations.html#k8s-runner","operations.html#circuit-assets-kzg-parameters","operations.html#asset-location","operations.html#getting-circuit-assets","operations.html#ci-workflow","operations.html#when-are-assets-needed","operations.html#logging-and-observability","operations.html#node-logging-vs-framework-logging","operations.html#logging-environment-variables","operations.html#per-node-log-files","operations.html#filter-target-names","operations.html#accessing-logs-per-runner","operations.html#otlp-and-telemetry","operations.html#observability-prometheus-and-node-apis","part-iii.html#part-iii--developer-reference","scenario-model.html#scenario-model-developer-level","extending.html#extending-the-framework","extending.html#adding-a-workload","extending.html#adding-an-expectation","extending.html#adding-a-runner","extending.html#adding-topology-helpers","custom-workload-example.html#example-new-workload--expectation-rust","custom-workload-example.html#workload-simple-reachability-probe","custom-workload-example.html#expectation-confirm-the-target-stayed-reachable","custom-workload-example.html#how-to-wire-it","internal-crate-reference.html#internal-crate-reference","internal-crate-reference.html#where-to-add-new-capabilities","internal-crate-reference.html#extension-workflow","internal-crate-reference.html#adding-a-new-workload","internal-crate-reference.html#adding-a-new-expectation","internal-crate-reference.html#adding-a-new-deployer","part-iv.html#part-iv--appendix","dsl-cheat-sheet.html#builder-api-quick-reference","dsl-cheat-sheet.html#imports","dsl-cheat-sheet.html#topology","dsl-cheat-sheet.html#wallets","dsl-cheat-sheet.html#transaction-workload","dsl-cheat-sheet.html#da-workload","dsl-cheat-sheet.html#chaos-workload-requires-enable_node_control","dsl-cheat-sheet.html#expectations","dsl-cheat-sheet.html#run-duration","dsl-cheat-sheet.html#build","dsl-cheat-sheet.html#deployers","dsl-cheat-sheet.html#execution","dsl-cheat-sheet.html#complete-example","troubleshooting.html#troubleshooting-scenarios","troubleshooting.html#quick-symptom-guide","troubleshooting.html#where-to-find-logs","troubleshooting.html#log-location-quick-reference","troubleshooting.html#accessing-node-logs-by-runner","troubleshooting.html#debugging-workflow","troubleshooting.html#1-check-framework-output","troubleshooting.html#2-verify-node-readiness","troubleshooting.html#3-inspect-node-logs","troubleshooting.html#4-check-log-levels","troubleshooting.html#5-verify-observability-endpoints","troubleshooting.html#6-compare-with-known-good-scenario","troubleshooting.html#common-error-messages","troubleshooting.html#consensus-liveness-expectation-failed","troubleshooting.html#wallet-seeding-failed","troubleshooting.html#node-control-not-available","troubleshooting.html#readiness-timeout","troubleshooting.html#port-already-in-use","troubleshooting.html#image-not-found-nomos-testnetlocal","troubleshooting.html#failed-to-load-kzg-parameters-or-circuit-file-not-found","faq.html#faq","glossary.html#glossary"],"index":{"documentStore":{"docInfo":{"0":{"body":73,"breadcrumbs":6,"title":3},"1":{"body":26,"breadcrumbs":2,"title":1},"10":{"body":0,"breadcrumbs":6,"title":2},"100":{"body":17,"breadcrumbs":8,"title":1},"101":{"body":22,"breadcrumbs":8,"title":1},"102":{"body":9,"breadcrumbs":8,"title":1},"103":{"body":19,"breadcrumbs":9,"title":2},"104":{"body":21,"breadcrumbs":9,"title":2},"105":{"body":31,"breadcrumbs":11,"title":4},"106":{"body":8,"breadcrumbs":8,"title":1},"107":{"body":7,"breadcrumbs":9,"title":2},"108":{"body":7,"breadcrumbs":8,"title":1},"109":{"body":14,"breadcrumbs":8,"title":1},"11":{"body":20,"breadcrumbs":6,"title":2},"110":{"body":8,"breadcrumbs":8,"title":1},"111":{"body":61,"breadcrumbs":9,"title":2},"112":{"body":28,"breadcrumbs":7,"title":2},"113":{"body":119,"breadcrumbs":8,"title":3},"114":{"body":0,"breadcrumbs":7,"title":2},"115":{"body":141,"breadcrumbs":9,"title":4},"116":{"body":345,"breadcrumbs":9,"title":4},"117":{"body":4,"breadcrumbs":7,"title":2},"118":{"body":16,"breadcrumbs":9,"title":4},"119":{"body":60,"breadcrumbs":9,"title":4},"12":{"body":18,"breadcrumbs":6,"title":2},"120":{"body":56,"breadcrumbs":9,"title":4},"121":{"body":13,"breadcrumbs":9,"title":4},"122":{"body":18,"breadcrumbs":9,"title":4},"123":{"body":14,"breadcrumbs":10,"title":5},"124":{"body":0,"breadcrumbs":8,"title":3},"125":{"body":49,"breadcrumbs":9,"title":4},"126":{"body":18,"breadcrumbs":8,"title":3},"127":{"body":27,"breadcrumbs":8,"title":3},"128":{"body":41,"breadcrumbs":7,"title":2},"129":{"body":25,"breadcrumbs":8,"title":3},"13":{"body":18,"breadcrumbs":6,"title":2},"130":{"body":32,"breadcrumbs":9,"title":4},"131":{"body":39,"breadcrumbs":12,"title":7},"132":{"body":155,"breadcrumbs":5,"title":1},"133":{"body":304,"breadcrumbs":5,"title":1},"14":{"body":81,"breadcrumbs":6,"title":2},"15":{"body":45,"breadcrumbs":5,"title":1},"16":{"body":17,"breadcrumbs":6,"title":2},"17":{"body":45,"breadcrumbs":7,"title":3},"18":{"body":127,"breadcrumbs":8,"title":4},"19":{"body":72,"breadcrumbs":8,"title":4},"2":{"body":10,"breadcrumbs":4,"title":2},"20":{"body":51,"breadcrumbs":7,"title":3},"21":{"body":86,"breadcrumbs":7,"title":3},"22":{"body":26,"breadcrumbs":5,"title":1},"23":{"body":106,"breadcrumbs":6,"title":2},"24":{"body":68,"breadcrumbs":6,"title":2},"25":{"body":10,"breadcrumbs":8,"title":4},"26":{"body":99,"breadcrumbs":8,"title":2},"27":{"body":121,"breadcrumbs":8,"title":2},"28":{"body":0,"breadcrumbs":9,"title":3},"29":{"body":44,"breadcrumbs":8,"title":2},"3":{"body":84,"breadcrumbs":4,"title":1},"30":{"body":22,"breadcrumbs":8,"title":2},"31":{"body":35,"breadcrumbs":9,"title":3},"32":{"body":9,"breadcrumbs":7,"title":1},"33":{"body":44,"breadcrumbs":7,"title":1},"34":{"body":63,"breadcrumbs":8,"title":2},"35":{"body":101,"breadcrumbs":8,"title":2},"36":{"body":18,"breadcrumbs":12,"title":4},"37":{"body":38,"breadcrumbs":9,"title":1},"38":{"body":54,"breadcrumbs":9,"title":1},"39":{"body":84,"breadcrumbs":12,"title":4},"4":{"body":10,"breadcrumbs":6,"title":2},"40":{"body":103,"breadcrumbs":8,"title":2},"41":{"body":60,"breadcrumbs":6,"title":1},"42":{"body":50,"breadcrumbs":8,"title":3},"43":{"body":53,"breadcrumbs":7,"title":2},"44":{"body":61,"breadcrumbs":8,"title":3},"45":{"body":73,"breadcrumbs":7,"title":2},"46":{"body":8,"breadcrumbs":9,"title":2},"47":{"body":44,"breadcrumbs":8,"title":1},"48":{"body":66,"breadcrumbs":10,"title":3},"49":{"body":64,"breadcrumbs":10,"title":3},"5":{"body":17,"breadcrumbs":6,"title":2},"50":{"body":70,"breadcrumbs":10,"title":3},"51":{"body":7,"breadcrumbs":9,"title":2},"52":{"body":41,"breadcrumbs":10,"title":3},"53":{"body":33,"breadcrumbs":10,"title":3},"54":{"body":42,"breadcrumbs":10,"title":3},"55":{"body":44,"breadcrumbs":10,"title":3},"56":{"body":75,"breadcrumbs":8,"title":2},"57":{"body":31,"breadcrumbs":6,"title":1},"58":{"body":26,"breadcrumbs":7,"title":2},"59":{"body":36,"breadcrumbs":8,"title":3},"6":{"body":81,"breadcrumbs":5,"title":1},"60":{"body":25,"breadcrumbs":7,"title":2},"61":{"body":43,"breadcrumbs":7,"title":2},"62":{"body":134,"breadcrumbs":6,"title":1},"63":{"body":46,"breadcrumbs":7,"title":2},"64":{"body":0,"breadcrumbs":7,"title":2},"65":{"body":74,"breadcrumbs":7,"title":2},"66":{"body":156,"breadcrumbs":7,"title":2},"67":{"body":110,"breadcrumbs":7,"title":2},"68":{"body":9,"breadcrumbs":9,"title":4},"69":{"body":18,"breadcrumbs":7,"title":2},"7":{"body":56,"breadcrumbs":6,"title":2},"70":{"body":41,"breadcrumbs":8,"title":3},"71":{"body":22,"breadcrumbs":7,"title":2},"72":{"body":30,"breadcrumbs":7,"title":2},"73":{"body":0,"breadcrumbs":7,"title":2},"74":{"body":95,"breadcrumbs":10,"title":5},"75":{"body":76,"breadcrumbs":8,"title":3},"76":{"body":58,"breadcrumbs":9,"title":4},"77":{"body":36,"breadcrumbs":8,"title":3},"78":{"body":321,"breadcrumbs":9,"title":4},"79":{"body":35,"breadcrumbs":7,"title":2},"8":{"body":58,"breadcrumbs":6,"title":2},"80":{"body":56,"breadcrumbs":9,"title":4},"81":{"body":10,"breadcrumbs":8,"title":4},"82":{"body":118,"breadcrumbs":12,"title":4},"83":{"body":0,"breadcrumbs":8,"title":2},"84":{"body":39,"breadcrumbs":8,"title":2},"85":{"body":21,"breadcrumbs":8,"title":2},"86":{"body":29,"breadcrumbs":8,"title":2},"87":{"body":21,"breadcrumbs":9,"title":3},"88":{"body":19,"breadcrumbs":14,"title":5},"89":{"body":120,"breadcrumbs":13,"title":4},"9":{"body":47,"breadcrumbs":5,"title":1},"90":{"body":67,"breadcrumbs":14,"title":5},"91":{"body":24,"breadcrumbs":10,"title":1},"92":{"body":112,"breadcrumbs":10,"title":3},"93":{"body":63,"breadcrumbs":10,"title":3},"94":{"body":0,"breadcrumbs":9,"title":2},"95":{"body":69,"breadcrumbs":10,"title":3},"96":{"body":50,"breadcrumbs":10,"title":3},"97":{"body":54,"breadcrumbs":10,"title":3},"98":{"body":10,"breadcrumbs":6,"title":3},"99":{"body":7,"breadcrumbs":11,"title":4}},"docs":{"0":{"body":"This book focuses on the Nomos Testing Framework. It assumes familiarity with\\nthe Nomos architecture, but for completeness, here is a short primer. Nomos is a modular blockchain protocol composed of validators, executors,\\nand a data-availability (DA) subsystem. Validators participate in consensus and produce blocks. Executors are validators with the DA dispersal service enabled. They perform\\nall validator functions plus submit blob data to the DA network. Data Availability (DA) ensures that blob data submitted via channel operations\\nin transactions is published and retrievable by the network. These roles interact tightly, which is why meaningful testing must be performed\\nin multi-node environments that include real networking, timing, and DA\\ninteraction.","breadcrumbs":"Project Context Primer » Project Context Primer","id":"0","title":"Project Context Primer"},"1":{"body":"This book gives you a clear mental model for Nomos multi-node testing, shows how\\nto author scenarios that pair realistic workloads with explicit expectations,\\nand guides you to run them across local, containerized, and cluster environments\\nwithout changing the plan.","breadcrumbs":"What You Will Learn » What You Will Learn","id":"1","title":"What You Will Learn"},"10":{"body":"","breadcrumbs":"Part I — Foundations » Architecture Overview » Assets and Images","id":"10","title":"Assets and Images"},"100":{"body":"#![allow(unused)] fn main() {\\nuse testing_framework_core::scenario::{Deployer, ScenarioBuilder};\\nuse testing_framework_runner_local::LocalDeployer;\\nuse testing_framework_runner_compose::ComposeDeployer;\\nuse testing_framework_runner_k8s::K8sDeployer;\\nuse testing_framework_workflows::{ScenarioBuilderExt, ChaosBuilderExt};\\nuse std::time::Duration; }","breadcrumbs":"Part IV — Appendix » Builder API Quick Reference » Imports","id":"100","title":"Imports"},"101":{"body":"#![allow(unused)] fn main() {\\nScenarioBuilder::topology() .network_star() // Star topology (all connect to seed node) .validators(3) // Number of validator nodes .executors(2) // Number of executor nodes .apply() // Finish topology configuration }","breadcrumbs":"Part IV — Appendix » Builder API Quick Reference » Topology","id":"101","title":"Topology"},"102":{"body":"#![allow(unused)] fn main() {\\n.wallets(50) // Seed 50 funded wallet accounts }","breadcrumbs":"Part IV — Appendix » Builder API Quick Reference » Wallets","id":"102","title":"Wallets"},"103":{"body":"#![allow(unused)] fn main() {\\n.transactions() .rate(5) // 5 transactions per block .users(20) // Use 20 of the seeded wallets .apply() // Finish transaction workload config }","breadcrumbs":"Part IV — Appendix » Builder API Quick Reference » Transaction Workload","id":"103","title":"Transaction Workload"},"104":{"body":"#![allow(unused)] fn main() {\\n.da() .channel_rate(1) // 1 channel operation per block .blob_rate(2) // 2 blob dispersals per block .apply() // Finish DA workload config }","breadcrumbs":"Part IV — Appendix » Builder API Quick Reference » DA Workload","id":"104","title":"DA Workload"},"105":{"body":"#![allow(unused)] fn main() {\\n.enable_node_control() // Enable node control capability\\n.chaos() .restart() // Random restart chaos .min_delay(Duration::from_secs(30)) // Min time between restarts .max_delay(Duration::from_secs(60)) // Max time between restarts .target_cooldown(Duration::from_secs(45)) // Cooldown after restart .apply() // Finish chaos workload config }","breadcrumbs":"Part IV — Appendix » Builder API Quick Reference » Chaos Workload (Requires enable_node_control())","id":"105","title":"Chaos Workload (Requires enable_node_control())"},"106":{"body":"#![allow(unused)] fn main() {\\n.expect_consensus_liveness() // Assert blocks are produced continuously }","breadcrumbs":"Part IV — Appendix » Builder API Quick Reference » Expectations","id":"106","title":"Expectations"},"107":{"body":"#![allow(unused)] fn main() {\\n.with_run_duration(Duration::from_secs(120)) // Run for 120 seconds }","breadcrumbs":"Part IV — Appendix » Builder API Quick Reference » Run Duration","id":"107","title":"Run Duration"},"108":{"body":"#![allow(unused)] fn main() {\\n.build() // Construct the final Scenario }","breadcrumbs":"Part IV — Appendix » Builder API Quick Reference » Build","id":"108","title":"Build"},"109":{"body":"#![allow(unused)] fn main() {\\n// Local processes\\nlet deployer = LocalDeployer::default(); // Docker Compose\\nlet deployer = ComposeDeployer::default(); // Kubernetes\\nlet deployer = K8sDeployer::default(); }","breadcrumbs":"Part IV — Appendix » Builder API Quick Reference » Deployers","id":"109","title":"Deployers"},"11":{"body":"Built via testing-framework/assets/stack/scripts/build_test_image.sh: Embeds KZG circuit parameters from testing-framework/assets/stack/kzgrs_test_params/ Includes runner scripts: run_nomos_node.sh, run_nomos_executor.sh Tagged as NOMOS_TESTNET_IMAGE (default: nomos-testnet:local)","breadcrumbs":"Part I — Foundations » Architecture Overview » Docker Image","id":"11","title":"Docker Image"},"110":{"body":"#![allow(unused)] fn main() {\\nlet runner = deployer.deploy(&plan).await?;\\nlet _handle = runner.run(&mut plan).await?; }","breadcrumbs":"Part IV — Appendix » Builder API Quick Reference » Execution","id":"110","title":"Execution"},"111":{"body":"#![allow(unused)] fn main() {\\nuse testing_framework_core::scenario::{Deployer, ScenarioBuilder};\\nuse testing_framework_runner_local::LocalDeployer;\\nuse testing_framework_workflows::ScenarioBuilderExt;\\nuse std::time::Duration; async fn run_test() -> Result<(), Box> { let mut plan = ScenarioBuilder::topology() .network_star() .validators(3) .executors(2) .apply() .wallets(50) .transactions() .rate(5) // 5 transactions per block .users(20) .apply() .da() .channel_rate(1) // 1 channel operation per block .blob_rate(2) // 2 blob dispersals per block .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(90)) .build(); let deployer = LocalDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} }","breadcrumbs":"Part IV — Appendix » Builder API Quick Reference » Complete Example","id":"111","title":"Complete Example"},"112":{"body":"Prerequisites for All Runners: POL_PROOF_DEV_MODE=true MUST be set for all runners (local, compose, k8s) to avoid expensive Groth16 proof generation that causes timeouts KZG circuit assets must be present at testing-framework/assets/stack/kzgrs_test_params/ for DA workloads (fetch via scripts/setup-nomos-circuits.sh)","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Troubleshooting Scenarios","id":"112","title":"Troubleshooting Scenarios"},"113":{"body":"Common symptoms and likely causes: No or slow block progression: missing POL_PROOF_DEV_MODE=true, missing KZG circuit assets for DA workloads, too-short run window, port conflicts, or resource exhaustion—set required env vars, verify assets, extend duration, check node logs for startup errors. Transactions not included: unfunded or misconfigured wallets (check .wallets(N) vs .users(M)), transaction rate exceeding block capacity, or rates exceeding block production speed—reduce rate, increase wallet count, verify wallet setup in logs. Chaos stalls the run: chaos (node control) only works with ComposeDeployer; LocalDeployer and K8sDeployer don’t support it (won’t “stall”, just can’t execute chaos workloads). With compose, aggressive restart cadence can prevent consensus recovery—widen restart intervals. Observability gaps: metrics or logs unreachable because ports clash or services are not exposed—adjust observability ports and confirm runner wiring. Flaky behavior across runs: mixing chaos with functional smoke tests or inconsistent topology between environments—separate deterministic and chaos scenarios and standardize topology presets.","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Quick Symptom Guide","id":"113","title":"Quick Symptom Guide"},"114":{"body":"","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Where to Find Logs","id":"114","title":"Where to Find Logs"},"115":{"body":"Runner Default Output With NOMOS_LOG_DIR + Flags Access Command Local Temporary directories (cleaned up) Per-node files with prefix nomos-node-{index} (requires NOMOS_TESTS_TRACING=true) cat $NOMOS_LOG_DIR/nomos-node-0* Compose Docker container stdout/stderr Per-node files inside containers (if path is mounted) docker ps then docker logs K8s Pod stdout/stderr Per-node files inside pods (if path is mounted) kubectl logs -l app=nomos-validator Important Notes: Local runner: Logs go to system temporary directories (NOT in working directory) by default and are automatically cleaned up after tests. To persist logs, you MUST set both NOMOS_TESTS_TRACING=true AND NOMOS_LOG_DIR=/path/to/logs. Compose/K8s: Per-node log files only exist inside containers/pods if NOMOS_LOG_DIR is set AND the path is writable inside the container/pod. By default, rely on docker logs or kubectl logs. File naming: Log files use prefix nomos-node-{index}* or nomos-executor-{index}* with timestamps, e.g., nomos-node-0.2024-12-01T10-30-45.log (NOT just .log suffix). Container names: Compose containers include project UUID, e.g., nomos-compose--validator-0-1 where is randomly generated per run","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Log Location Quick Reference","id":"115","title":"Log Location Quick Reference"},"116":{"body":"Local Runner Console output (default): POL_PROOF_DEV_MODE=true cargo run -p runner-examples --bin local_runner 2>&1 | tee test.log Persistent file output: NOMOS_TESTS_TRACING=true \\\\\\nNOMOS_LOG_DIR=/tmp/debug-logs \\\\\\nNOMOS_LOG_LEVEL=debug \\\\\\nPOL_PROOF_DEV_MODE=true \\\\\\ncargo run -p runner-examples --bin local_runner # Inspect logs (note: filenames include timestamps):\\nls /tmp/debug-logs/\\n# Example: nomos-node-0.2024-12-01T10-30-45.log\\ntail -f /tmp/debug-logs/nomos-node-0* # Use wildcard to match timestamp Compose Runner Stream live logs: # List running containers (note the UUID prefix in names)\\ndocker ps --filter \\"name=nomos-compose-\\" # Find your container ID or name from the list, then:\\ndocker logs -f # Or filter by name pattern:\\ndocker logs -f $(docker ps --filter \\"name=nomos-compose-.*-validator-0\\" -q | head -1) # Show last 100 lines\\ndocker logs --tail 100 Keep containers for post-mortem debugging: COMPOSE_RUNNER_PRESERVE=1 \\\\\\nNOMOS_TESTNET_IMAGE=nomos-testnet:local \\\\\\ncargo run -p runner-examples --bin compose_runner # After test failure, containers remain running:\\ndocker ps --filter \\"name=nomos-compose-\\"\\ndocker exec -it /bin/sh\\ndocker logs > debug.log Note: Container names follow the pattern nomos-compose-{uuid}-validator-{index}-1 or nomos-compose-{uuid}-executor-{index}-1, where {uuid} is randomly generated per run. K8s Runner Important: Always verify your namespace and use label selectors instead of assuming pod names. Stream pod logs (use label selectors): # Check your namespace first\\nkubectl config view --minify | grep namespace # All validator pods (add -n if not using default)\\nkubectl logs -l app=nomos-validator -f # All executor pods\\nkubectl logs -l app=nomos-executor -f # Specific pod by name (find exact name first)\\nkubectl get pods -l app=nomos-validator # Find the exact pod name\\nkubectl logs -f # Then use it # With explicit namespace\\nkubectl logs -n my-namespace -l app=nomos-validator -f Download logs from crashed pods: # Previous logs from crashed pod\\nkubectl get pods -l app=nomos-validator # Find crashed pod name first\\nkubectl logs --previous > crashed-validator.log # Or use label selector for all crashed validators\\nfor pod in $(kubectl get pods -l app=nomos-validator -o name); do kubectl logs --previous $pod > $(basename $pod)-previous.log 2>&1\\ndone Access logs from all pods: # All pods in current namespace\\nfor pod in $(kubectl get pods -o name); do echo \\"=== $pod ===\\" kubectl logs $pod\\ndone > all-logs.txt # Or use label selectors (recommended)\\nkubectl logs -l app=nomos-validator --tail=500 > validators.log\\nkubectl logs -l app=nomos-executor --tail=500 > executors.log # With explicit namespace\\nkubectl logs -n my-namespace -l app=nomos-validator --tail=500 > validators.log","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Accessing Node Logs by Runner","id":"116","title":"Accessing Node Logs by Runner"},"117":{"body":"When a test fails, follow this sequence:","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Debugging Workflow","id":"117","title":"Debugging Workflow"},"118":{"body":"Start with the test harness output—did expectations fail? Was there a deployment error? Look for: Expectation failure messages Timeout errors Deployment/readiness failures","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » 1. Check Framework Output","id":"118","title":"1. Check Framework Output"},"119":{"body":"Ensure all nodes started successfully and became ready before workloads began. Commands: # Local: check process list\\nps aux | grep nomos # Compose: check container status (note UUID in names)\\ndocker ps -a --filter \\"name=nomos-compose-\\" # K8s: check pod status (use label selectors, add -n if needed)\\nkubectl get pods -l app=nomos-validator\\nkubectl get pods -l app=nomos-executor\\nkubectl describe pod # Get name from above first","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » 2. Verify Node Readiness","id":"119","title":"2. Verify Node Readiness"},"12":{"body":"KZG parameters required for DA workloads: Default path: testing-framework/assets/stack/kzgrs_test_params/ Override: NOMOS_KZGRS_PARAMS_PATH=/custom/path Fetch via: scripts/setup-nomos-circuits.sh v0.3.1 /tmp/circuits","breadcrumbs":"Part I — Foundations » Architecture Overview » Circuit Assets","id":"12","title":"Circuit Assets"},"120":{"body":"Focus on the first node that exhibited problems or the node with the highest index (often the last to start). Common error patterns: “Failed to bind address” → port conflict “Connection refused” → peer not ready or network issue “Proof verification failed” or “Proof generation timeout” → missing POL_PROOF_DEV_MODE=true (REQUIRED for all runners) “Failed to load KZG parameters” or “Circuit file not found” → missing KZG circuit assets at testing-framework/assets/stack/kzgrs_test_params/ “Insufficient funds” → wallet seeding issue (increase .wallets(N) or reduce .users(M))","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » 3. Inspect Node Logs","id":"120","title":"3. Inspect Node Logs"},"121":{"body":"If logs are too sparse, increase verbosity: NOMOS_LOG_LEVEL=debug \\\\\\nNOMOS_LOG_FILTER=\\"nomos_consensus=trace,nomos_da_sampling=debug\\" \\\\\\ncargo run -p runner-examples --bin local_runner","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » 4. Check Log Levels","id":"121","title":"4. Check Log Levels"},"122":{"body":"If expectations report observability issues: Prometheus (Compose): curl http://localhost:9090/-/healthy Node HTTP APIs: curl http://localhost:18080/consensus/info # Adjust port per node","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » 5. Verify Observability Endpoints","id":"122","title":"5. Verify Observability Endpoints"},"123":{"body":"Run a minimal baseline test (e.g., 2 validators, consensus liveness only). If it passes, the issue is in your workload or topology configuration.","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » 6. Compare with Known-Good Scenario","id":"123","title":"6. Compare with Known-Good Scenario"},"124":{"body":"","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Common Error Messages","id":"124","title":"Common Error Messages"},"125":{"body":"Cause: Not enough blocks produced during run window, missing POL_PROOF_DEV_MODE=true (causes slow proof generation), or missing KZG assets for DA workloads Fix: Verify POL_PROOF_DEV_MODE=true is set (REQUIRED for all runners) Verify KZG assets exist at testing-framework/assets/stack/kzgrs_test_params/ (for DA workloads) Extend with_run_duration() to allow more blocks Check node logs for proof generation or DA errors Reduce transaction/DA rate if nodes are overwhelmed","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » “Consensus liveness expectation failed”","id":"125","title":"“Consensus liveness expectation failed”"},"126":{"body":"Cause: Topology doesn’t have enough funded wallets for the workload Fix: Increase .wallets(N) count or reduce .users(M) in transaction workload (ensure N ≥ M)","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » “Wallet seeding failed”","id":"126","title":"“Wallet seeding failed”"},"127":{"body":"Cause: Runner doesn’t support node control (only ComposeDeployer does), or enable_node_control() wasn’t called Fix: Use ComposeDeployer for chaos tests (LocalDeployer and K8sDeployer don’t support node control) Ensure .enable_node_control() is called in scenario before .chaos()","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » “Node control not available”","id":"127","title":"“Node control not available”"},"128":{"body":"Cause: Nodes didn’t become responsive within expected time (often due to missing prerequisites) Fix: Verify POL_PROOF_DEV_MODE=true is set (REQUIRED for all runners—without it, proof generation is too slow) Check node logs for startup errors (port conflicts, missing assets) Verify network connectivity between nodes For DA workloads, ensure KZG circuit assets are present","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » “Readiness timeout”","id":"128","title":"“Readiness timeout”"},"129":{"body":"Cause: Previous test didn’t clean up, or another process holds the port Fix: Kill orphaned processes ( pkill nomos-node), wait for Docker cleanup ( docker compose down), or restart Docker","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » “Port already in use”","id":"129","title":"“Port already in use”"},"13":{"body":"Templates and configs in testing-framework/runners/compose/assets/: docker-compose.yml.tera — Stack template (validators, executors, Prometheus) Cfgsync config: testing-framework/assets/stack/cfgsync.yaml Monitoring: testing-framework/assets/stack/monitoring/prometheus.yml","breadcrumbs":"Part I — Foundations » Architecture Overview » Compose Stack","id":"13","title":"Compose Stack"},"130":{"body":"Cause: Docker image not built for Compose/K8s runners, or KZG assets not baked into image Fix: Fetch KZG assets: scripts/setup-nomos-circuits.sh v0.3.1 /tmp/nomos-circuits Copy to assets: cp -r /tmp/nomos-circuits/* testing-framework/assets/stack/kzgrs_test_params/ Build image: testing-framework/assets/stack/scripts/build_test_image.sh","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » “Image not found: nomos-testnet:local”","id":"130","title":"“Image not found: nomos-testnet:local”"},"131":{"body":"Cause: DA workload requires KZG circuit assets that aren’t present Fix: Fetch assets: scripts/setup-nomos-circuits.sh v0.3.1 /tmp/nomos-circuits Copy to expected path: cp -r /tmp/nomos-circuits/* testing-framework/assets/stack/kzgrs_test_params/ For Compose/K8s: rebuild image with assets baked in For detailed logging configuration and observability setup, see Operations.","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » “Failed to load KZG parameters” or “Circuit file not found”","id":"131","title":"“Failed to load KZG parameters” or “Circuit file not found”"},"132":{"body":"Why block-oriented timing? Slots advance at a fixed rate (NTP-synchronized, 2s by default), so reasoning\\nabout blocks and consensus intervals keeps assertions aligned with protocol\\nbehavior rather than arbitrary wall-clock durations. Can I reuse the same scenario across runners? Yes. The plan stays the same; swap runners (local, compose, k8s) to target\\ndifferent environments. When should I enable chaos workloads? Only when testing resilience or operational recovery; keep functional smoke\\ntests deterministic. How long should runs be? The framework enforces a minimum of 2× slot duration (4 seconds with default 2s slots), but practical recommendations: Smoke tests: 30s minimum (~14 blocks with default 2s slots, 0.9 coefficient) Transaction workloads: 60s+ (~27 blocks) to observe inclusion patterns DA workloads: 90s+ (~40 blocks) to account for dispersal and sampling Chaos tests: 120s+ (~54 blocks) to allow recovery after restarts Very short runs (< 30s) risk false confidence—one or two lucky blocks don’t prove liveness. Do I always need seeded wallets? Only for transaction scenarios. Data-availability or pure chaos scenarios may\\nnot require them, but liveness checks still need validators producing blocks. What if expectations fail but workloads “look fine”? Trust expectations first—they capture the intended success criteria. Use the\\nobservability signals and runner logs to pinpoint why the system missed the\\ntarget.","breadcrumbs":"Part IV — Appendix » FAQ » FAQ","id":"132","title":"FAQ"},"133":{"body":"Validator: node role responsible for participating in consensus and block\\nproduction. Executor: a validator node with the DA dispersal service enabled. Executors\\ncan submit transactions and disperse blob data to the DA network, in addition\\nto performing all validator functions. DA (Data Availability): subsystem ensuring blobs or channel data are\\npublished and retrievable for validation. Deployer: component that provisions infrastructure (spawns processes,\\ncreates containers, or launches pods), waits for readiness, and returns a\\nRunner. Examples: LocalDeployer, ComposeDeployer, K8sDeployer. Runner: component returned by deployers that orchestrates scenario\\nexecution—starts workloads, observes signals, evaluates expectations, and\\ntriggers cleanup. Workload: traffic or behavior generator that exercises the system during a\\nscenario run. Expectation: post-run assertion that judges whether the system met the\\nintended success criteria. Topology: declarative description of the cluster shape, roles, and\\nhigh-level parameters for a scenario. Scenario: immutable plan combining topology, workloads, expectations, and\\nrun duration. Blockfeed: stream of block observations used for liveness or inclusion\\nsignals during a run. Control capability: the ability for a runner to start, stop, or restart\\nnodes, used by chaos workloads. Slot duration: time interval between consensus rounds in Cryptarchia. Blocks\\nare produced at multiples of the slot duration based on lottery outcomes. Block cadence: observed rate of block production in a live network, measured\\nin blocks per second or seconds per block. Cooldown: waiting period after a chaos action (e.g., node restart) before\\ntriggering the next action, allowing the system to stabilize. Run window: total duration a scenario executes, specified via with_run_duration(). Framework auto-extends to at least 2× slot duration. Readiness probe: health check performed by runners to ensure nodes are\\nreachable and responsive before starting workloads. Prevents false negatives\\nfrom premature traffic. Liveness: property that the system continues making progress (producing\\nblocks) under specified conditions. Contrasts with safety/correctness which\\nverifies that state transitions are accurate. State assertion: expectation that verifies specific values in the system\\nstate (e.g., wallet balances, UTXO sets) rather than just progress signals.\\nAlso called “correctness expectations.” Mantle transaction: transaction type in Nomos that can contain UTXO transfers\\n(LedgerTx) and operations (Op), including channel data (ChannelBlob). Channel: logical grouping for DA blobs; each blob belongs to a channel and\\nreferences a parent blob in the same channel, creating a chain of related data. POL_PROOF_DEV_MODE: environment variable that disables expensive Groth16 zero-knowledge\\nproof generation for leader election. Required for all runners (local, compose, k8s)\\nfor practical testing—without it, proof generation causes timeouts. Should never be\\nused in production environments.","breadcrumbs":"Part IV — Appendix » Glossary » Glossary","id":"133","title":"Glossary"},"14":{"body":"Two separate logging pipelines: Component Configuration Output Runner binaries RUST_LOG Framework orchestration logs Node processes NOMOS_LOG_LEVEL, NOMOS_LOG_FILTER, NOMOS_LOG_DIR Consensus, DA, mempool logs Node logging: Local runner: Writes to temporary directories by default (cleaned up). Set NOMOS_TESTS_TRACING=true + NOMOS_LOG_DIR for persistent files. Compose runner: Default logs to container stdout/stderr ( docker logs). Optional per-node files if NOMOS_LOG_DIR is set and mounted. K8s runner: Logs to pod stdout/stderr ( kubectl logs). Optional per-node files if NOMOS_LOG_DIR is set and mounted. File naming: Per-node files use prefix nomos-node-{index} or nomos-executor-{index} (may include timestamps).","breadcrumbs":"Part I — Foundations » Architecture Overview » Logging Architecture","id":"14","title":"Logging Architecture"},"15":{"body":"Prometheus (Compose only): Exposed at http://localhost:9090 (configurable) Scrapes all validator and executor metrics Accessible in expectations: ctx.telemetry().prometheus_endpoint() Node APIs: HTTP endpoints per node for consensus info, network status, DA membership Accessible in expectations: ctx.node_clients().validators().get(0) OTLP (optional): Trace endpoint: NOMOS_OTLP_ENDPOINT=http://localhost:4317 Metrics endpoint: NOMOS_OTLP_METRICS_ENDPOINT=http://localhost:4318 Disabled by default (no noise if unset) For detailed logging configuration, see Logging and Observability.","breadcrumbs":"Part I — Foundations » Architecture Overview » Observability","id":"15","title":"Observability"},"16":{"body":"This framework embodies specific principles that shape how you author and run\\nscenarios. Understanding these principles helps you write effective tests and\\ninterpret results correctly.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Testing Philosophy","id":"16","title":"Testing Philosophy"},"17":{"body":"Describe what you want to test, not how to orchestrate it: #![allow(unused)] fn main() {\\n// Good: declarative\\nScenarioBuilder::topology() .network_star() .validators(2) .executors(1) .apply() .transactions() .rate(5) // 5 transactions per block .apply() .expect_consensus_liveness() .build(); // Bad: imperative (framework doesn\'t work this way)\\n// spawn_validator(); spawn_executor(); // loop { submit_tx(); check_block(); } } Why it matters: The framework handles deployment, readiness, and cleanup.\\nYou focus on test intent, not infrastructure orchestration.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Declarative over Imperative","id":"17","title":"Declarative over Imperative"},"18":{"body":"Reason in blocks and consensus intervals, not wall-clock seconds. Consensus defaults: Slot duration: 2 seconds (NTP-synchronized, configurable via CONSENSUS_SLOT_TIME) Active slot coefficient: 0.9 (90% block probability per slot) Expected rate: ~27 blocks per minute #![allow(unused)] fn main() {\\n// Good: protocol-oriented thinking\\nlet plan = ScenarioBuilder::topology() .network_star() .validators(2) .executors(1) .apply() .transactions() .rate(5) // 5 transactions per block .apply() .with_run_duration(Duration::from_secs(60)) // Let framework calculate expected blocks .expect_consensus_liveness() // \\"Did we produce the expected blocks?\\" .build(); // Bad: wall-clock assumptions\\n// \\"I expect exactly 30 blocks in 60 seconds\\"\\n// This breaks on slow CI where slot timing might drift } Why it matters: Slot timing is fixed (2s by default, NTP-synchronized), so the\\nexpected number of blocks is predictable: ~27 blocks in 60s with the default\\n0.9 active slot coefficient. The framework calculates expected blocks from slot\\nduration and run window, making assertions protocol-based rather than tied to\\nspecific wall-clock expectations. Assert on “blocks produced relative to slots”\\nnot “blocks produced in exact wall-clock seconds”.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Protocol Time, Not Wall Time","id":"18","title":"Protocol Time, Not Wall Time"},"19":{"body":"Default scenarios are repeatable: Fixed topology Predictable traffic rates Deterministic checks Chaos is opt-in: #![allow(unused)] fn main() {\\n// Separate: functional test (deterministic)\\nlet plan = ScenarioBuilder::topology() .network_star() .validators(2) .executors(1) .apply() .transactions() .rate(5) // 5 transactions per block .apply() .expect_consensus_liveness() .build(); // Separate: chaos test (introduces randomness)\\nlet chaos_plan = ScenarioBuilder::topology() .network_star() .validators(3) .executors(2) .apply() .enable_node_control() .chaos() .restart() .apply() .transactions() .rate(5) // 5 transactions per block .apply() .expect_consensus_liveness() .build(); } Why it matters: Mixing determinism with chaos creates noisy, hard-to-debug\\nfailures. Separate concerns make failures actionable.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Determinism First, Chaos When Needed","id":"19","title":"Determinism First, Chaos When Needed"},"2":{"body":"Conceptual chapters that establish the mental model for the framework and how\\nit approaches multi-node testing.","breadcrumbs":"Part I — Foundations » Part I — Foundations","id":"2","title":"Part I — Foundations"},"20":{"body":"Prefer user-facing signals over internal state: Good checks: ✅ Blocks progressing at expected rate (liveness) ✅ Transactions included within N blocks (inclusion) ✅ DA blobs retrievable (availability) Avoid internal checks: ❌ Memory pool size ❌ Internal service state ❌ Cache hit rates Why it matters: User-facing signals reflect actual system health.\\nInternal state can be “healthy” while the system is broken from a user\\nperspective.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Observable Health Signals","id":"20","title":"Observable Health Signals"},"21":{"body":"Always run long enough for meaningful block production: #![allow(unused)] fn main() {\\n// Bad: too short\\n.with_run_duration(Duration::from_secs(5)) // ~2 blocks (with default 2s slots, 0.9 coeff) // Good: enough blocks for assertions\\n.with_run_duration(Duration::from_secs(60)) // ~27 blocks (with default 2s slots, 0.9 coeff) } Note: Block counts assume default consensus parameters: Slot duration: 2 seconds (configurable via CONSENSUS_SLOT_TIME) Active slot coefficient: 0.9 (90% block probability per slot) Formula: blocks ≈ (duration / slot_duration) × active_slot_coeff If upstream changes these parameters, adjust your duration expectations accordingly. The framework enforces minimum durations (at least 2× slot duration), but be explicit. Very short runs risk false confidence—one lucky block doesn’t prove liveness.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Minimum Run Windows","id":"21","title":"Minimum Run Windows"},"22":{"body":"These principles keep scenarios: Portable across environments (protocol time, declarative) Debuggable (determinism, separation of concerns) Meaningful (observable signals, sufficient duration) When authoring scenarios, ask: “Does this test the protocol behavior or\\nmy local environment quirks?”","breadcrumbs":"Part I — Foundations » Testing Philosophy » Summary","id":"22","title":"Summary"},"23":{"body":"Build the plan: Declare a topology, attach workloads and expectations, and set the run window. The plan is the single source of truth for what will happen. Deploy: Hand the plan to a deployer. It provisions the environment on the chosen backend, waits for nodes to signal readiness, and returns a runner. Drive workloads: The runner starts traffic and behaviors (transactions, data-availability activity, restarts) for the planned duration. Observe blocks and signals: Track block progression and other high-level metrics during or after the run window to ground assertions in protocol time. Evaluate expectations: Once activity stops (and optional cooldown completes), the runner checks liveness and workload-specific outcomes to decide pass or fail. Cleanup: Tear down resources so successive runs start fresh and do not inherit leaked state. flowchart LR P[Plan
topology + workloads + expectations] --> D[Deploy
deployer provisions] D --> R[Runner
orchestrates execution] R --> W[Drive Workloads] W --> O[Observe
blocks/metrics] O --> E[Evaluate Expectations] E --> C[Cleanup]","breadcrumbs":"Part I — Foundations » Scenario Lifecycle » Scenario Lifecycle","id":"23","title":"Scenario Lifecycle"},"24":{"body":"Modular crates keep configuration, orchestration, workloads, and runners decoupled so each can evolve without breaking the others. Pluggable runners let the same scenario run on a laptop, a Docker host, or a Kubernetes cluster, making validation portable across environments. Separated workloads and expectations clarify intent: what traffic to generate versus how to judge success. This simplifies review and reuse. Declarative topology makes cluster shape explicit and repeatable, reducing surprise when moving between CI and developer machines. Maintainability through predictability: a clear flow from plan to deployment to verification lowers the cost of extending the framework and interpreting failures.","breadcrumbs":"Part I — Foundations » Design Rationale » Design Rationale","id":"24","title":"Design Rationale"},"25":{"body":"Practical guidance for shaping scenarios, combining workloads and expectations,\\nand running them across different environments.","breadcrumbs":"Part II — User Guide » Part II — User Guide","id":"25","title":"Part II — User Guide"},"26":{"body":"The workspace focuses on multi-node integration testing and sits alongside a nomos-node checkout. Its crates separate concerns to keep scenarios\\nrepeatable and portable: Configs: prepares high-level node, network, tracing, and wallet settings\\nused across test environments. Core scenario orchestration: the engine that holds topology descriptions,\\nscenario plans, runtimes, workloads, and expectations. Workflows: ready-made workloads (transactions, data-availability, chaos)\\nand reusable expectations assembled into a user-facing DSL. Runners: deployment backends for local processes, Docker Compose, and\\nKubernetes, all consuming the same scenario plan. Runner Examples ( examples/runner-examples): runnable binaries\\n( local_runner.rs, compose_runner.rs, k8s_runner.rs) that demonstrate\\ncomplete scenario execution with each deployer. This split keeps configuration, orchestration, reusable traffic patterns, and\\ndeployment adapters loosely coupled while sharing one mental model for tests.","breadcrumbs":"Part II — User Guide » Workspace Layout » Workspace Layout","id":"26","title":"Workspace Layout"},"27":{"body":"Directory structure with key paths annotated: nomos-testing/\\n├─ testing-framework/ # Core library crates\\n│ ├─ configs/ # Node config builders, topology generation, tracing/logging config\\n│ ├─ core/ # Scenario model (ScenarioBuilder), runtime (Runner, Deployer), topology, node spawning\\n│ ├─ workflows/ # Workloads (transactions, DA, chaos), expectations (liveness), builder DSL extensions\\n│ ├─ runners/ # Deployment backends\\n│ │ ├─ local/ # LocalDeployer (spawns local processes)\\n│ │ ├─ compose/ # ComposeDeployer (Docker Compose + Prometheus)\\n│ │ └─ k8s/ # K8sDeployer (Kubernetes Helm)\\n│ └─ assets/ # Docker/K8s stack assets\\n│ └─ stack/\\n│ ├─ kzgrs_test_params/ # KZG circuit parameters (fetch via setup-nomos-circuits.sh)\\n│ ├─ monitoring/ # Prometheus config\\n│ ├─ scripts/ # Container entrypoints, image builder\\n│ └─ cfgsync.yaml # Config sync server template\\n│\\n├─ examples/ # PRIMARY ENTRY POINT: runnable binaries\\n│ └─ src/bin/\\n│ ├─ local_runner.rs # Local processes demo (POL_PROOF_DEV_MODE=true)\\n│ ├─ compose_runner.rs # Docker Compose demo (requires image)\\n│ └─ k8s_runner.rs # Kubernetes demo (requires cluster + image)\\n│\\n├─ scripts/ # Helper utilities\\n│ └─ setup-nomos-circuits.sh # Fetch KZG circuit parameters\\n│\\n└─ book/ # This documentation (mdBook)","breadcrumbs":"Part II — User Guide » Annotated Tree » Annotated Tree","id":"27","title":"Annotated Tree"},"28":{"body":"","breadcrumbs":"Part II — User Guide » Annotated Tree » Key Directories Explained","id":"28","title":"Key Directories Explained"},"29":{"body":"Core library crates providing the testing API. Crate Purpose Key Exports configs Node configuration builders Topology generation, tracing config core Scenario model & runtime ScenarioBuilder, Deployer, Runner workflows Workloads & expectations ScenarioBuilderExt, ChaosBuilderExt runners/local Local process deployer LocalDeployer runners/compose Docker Compose deployer ComposeDeployer runners/k8s Kubernetes deployer K8sDeployer","breadcrumbs":"Part II — User Guide » Annotated Tree » testing-framework/","id":"29","title":"testing-framework/"},"3":{"body":"The Nomos Testing Framework is a purpose-built toolkit for exercising Nomos in\\nrealistic, multi-node environments. It solves the gap between small, isolated\\ntests and full-system validation by letting teams describe a cluster layout,\\ndrive meaningful traffic, and assert the outcomes in one coherent plan. It is for protocol engineers, infrastructure operators, and QA teams who need\\nrepeatable confidence that validators, executors, and data-availability\\ncomponents work together under network and timing constraints. Multi-node integration testing is required because many Nomos behaviors—block\\nprogress, data availability, liveness under churn—only emerge when several\\nroles interact over real networking and time. This framework makes those checks\\ndeclarative, observable, and portable across environments.","breadcrumbs":"Part I — Foundations » Introduction » Introduction","id":"3","title":"Introduction"},"30":{"body":"Docker/K8s deployment assets: kzgrs_test_params/: Circuit parameters (override via NOMOS_KZGRS_PARAMS_PATH) monitoring/: Prometheus config scripts/: Container entrypoints and image builder cfgsync.yaml: Configuration sync server template","breadcrumbs":"Part II — User Guide » Annotated Tree » testing-framework/assets/stack/","id":"30","title":"testing-framework/assets/stack/"},"31":{"body":"Runnable binaries demonstrating framework usage: local_runner.rs — Local processes compose_runner.rs — Docker Compose (requires NOMOS_TESTNET_IMAGE built) k8s_runner.rs — Kubernetes (requires cluster + image) Run with: POL_PROOF_DEV_MODE=true cargo run -p runner-examples --bin All runners require POL_PROOF_DEV_MODE=true to avoid expensive proof generation.","breadcrumbs":"Part II — User Guide » Annotated Tree » examples/ (Start Here!)","id":"31","title":"examples/ (Start Here!)"},"32":{"body":"Helper utilities: setup-nomos-circuits.sh: Fetch KZG parameters from releases","breadcrumbs":"Part II — User Guide » Annotated Tree » scripts/","id":"32","title":"scripts/"},"33":{"body":"Compose runner includes: Prometheus at http://localhost:9090 (metrics scraping) Node metrics exposed per validator/executor Access in expectations: ctx.telemetry().prometheus_endpoint() Logging controlled by: NOMOS_LOG_DIR — Write per-node log files NOMOS_LOG_LEVEL — Global log level (error/warn/info/debug/trace) NOMOS_LOG_FILTER — Target-specific filtering (e.g., consensus=trace,da=debug) NOMOS_TESTS_TRACING — Enable file logging for local runner See Logging and Observability for details.","breadcrumbs":"Part II — User Guide » Annotated Tree » Observability","id":"33","title":"Observability"},"34":{"body":"To Do This Go Here Run an example examples/src/bin/ → cargo run -p runner-examples --bin Write a custom scenario testing-framework/core/ → Implement using ScenarioBuilder Add a new workload testing-framework/workflows/src/workloads/ → Implement Workload trait Add a new expectation testing-framework/workflows/src/expectations/ → Implement Expectation trait Modify node configs testing-framework/configs/src/topology/configs/ Extend builder DSL testing-framework/workflows/src/builder/ → Add trait methods Add a new deployer testing-framework/runners/ → Implement Deployer trait For detailed guidance, see Internal Crate Reference.","breadcrumbs":"Part II — User Guide » Annotated Tree » Navigation Guide","id":"34","title":"Navigation Guide"},"35":{"body":"Creating a scenario is a declarative exercise: Shape the topology: decide how many validators and executors to run, and\\nwhat high-level network and data-availability characteristics matter for the\\ntest. Attach workloads: pick traffic generators that align with your goals\\n(transactions, data-availability blobs, or chaos for resilience probes). Define expectations: specify the health signals that must hold when the\\nrun finishes (e.g., consensus liveness, inclusion of submitted activity; see Core Content: Workloads & Expectations). Set duration: choose a run window long enough to observe meaningful\\nblock progression and the effects of your workloads. Choose a runner: target local processes for fast iteration, Docker\\nCompose for reproducible multi-node stacks, or Kubernetes for cluster-grade\\nvalidation. For environment considerations, see Operations. Keep scenarios small and explicit: make the intended behavior and the success\\ncriteria clear so failures are easy to interpret and act upon.","breadcrumbs":"Part II — User Guide » Authoring Scenarios » Authoring Scenarios","id":"35","title":"Authoring Scenarios"},"36":{"body":"Workloads describe the activity a scenario generates; expectations describe the\\nsignals that must hold when that activity completes. Both are pluggable so\\nscenarios stay readable and purpose-driven.","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Core Content: Workloads & Expectations","id":"36","title":"Core Content: Workloads & Expectations"},"37":{"body":"Transaction workload: submits user-level transactions at a configurable\\nrate and can limit how many distinct actors participate. Data-availability workload: drives blob and channel activity to exercise\\ndata-availability paths. Chaos workload: triggers controlled node restarts to test resilience and\\nrecovery behaviors (requires a runner that can control nodes).","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Workloads","id":"37","title":"Workloads"},"38":{"body":"Consensus liveness: verifies the system continues to produce blocks in\\nline with the planned workload and timing window. Workload-specific checks: each workload can attach its own success\\ncriteria (e.g., inclusion of submitted activity) so scenarios remain concise. Together, workloads and expectations let you express both the pressure applied\\nto the system and the definition of “healthy” for that run. flowchart TD I[Inputs
(topology + wallets + rates)] --> Init[Workload init] Init --> Drive[Drive traffic] Drive --> Collect[Collect signals] Collect --> Eval[Expectations evaluate]","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Expectations","id":"38","title":"Expectations"},"39":{"body":"Patterns that keep scenarios readable and reusable: Topology-first: start by shaping the cluster (counts, layout) so later\\nsteps inherit a clear foundation. Bundle defaults: use the DSL helpers to attach common expectations (like\\nliveness) whenever you add a matching workload, reducing forgotten checks. Intentional rates: express traffic in per-block terms to align with\\nprotocol timing rather than wall-clock assumptions. Opt-in chaos: enable restart patterns only in scenarios meant to probe\\nresilience; keep functional smoke tests deterministic. Wallet clarity: seed only the number of actors you need; it keeps\\ntransaction scenarios deterministic and interpretable. These patterns make scenario definitions self-explanatory while staying aligned\\nwith the framework’s block-oriented timing model.","breadcrumbs":"Part II — User Guide » Core Content: ScenarioBuilderExt Patterns » Core Content: ScenarioBuilderExt Patterns","id":"39","title":"Core Content: ScenarioBuilderExt Patterns"},"4":{"body":"The framework follows a clear flow: Topology → Scenario → Deployer → Runner → Workloads → Expectations.","breadcrumbs":"Part I — Foundations » Architecture Overview » Architecture Overview","id":"4","title":"Architecture Overview"},"40":{"body":"State your intent: document the goal of each scenario (throughput, DA\\nvalidation, resilience) so expectation choices are obvious. Keep runs meaningful: choose durations that allow multiple blocks and make\\ntiming-based assertions trustworthy. Separate concerns: start with deterministic workloads for functional\\nchecks; add chaos in dedicated resilience scenarios to avoid noisy failures. Reuse patterns: standardize on shared topology and workload presets so\\nresults are comparable across environments and teams. Observe first, tune second: rely on liveness and inclusion signals to\\ninterpret outcomes before tweaking rates or topology. Environment fit: pick runners that match the feedback loop you need—local\\nfor speed (including fast CI smoke tests), compose for reproducible stacks\\n(recommended for CI), k8s for cluster-grade fidelity. Minimal surprises: seed only necessary wallets and keep configuration\\ndeltas explicit when moving between CI and developer machines.","breadcrumbs":"Part II — User Guide » Best Practices » Best Practices","id":"40","title":"Best Practices"},"41":{"body":"Concrete scenario shapes that illustrate how to combine topologies, workloads,\\nand expectations. Runnable examples: The repo includes complete binaries in examples/src/bin/: local_runner.rs — Local processes compose_runner.rs — Docker Compose (requires NOMOS_TESTNET_IMAGE built) k8s_runner.rs — Kubernetes (requires cluster access and image loaded) Run with: POL_PROOF_DEV_MODE=true cargo run -p runner-examples --bin All runners require POL_PROOF_DEV_MODE=true to avoid expensive proof generation. Code patterns below show how to build scenarios. Wrap these in #[tokio::test] functions for integration tests, or #[tokio::main] for binaries.","breadcrumbs":"Part II — User Guide » Examples » Examples","id":"41","title":"Examples"},"42":{"body":"Minimal test that validates basic block production: #![allow(unused)] fn main() {\\nuse testing_framework_core::scenario::{Deployer, ScenarioBuilder};\\nuse testing_framework_runner_local::LocalDeployer;\\nuse testing_framework_workflows::ScenarioBuilderExt;\\nuse std::time::Duration; async fn simple_consensus() -> Result<(), Box> { let mut plan = ScenarioBuilder::topology() .network_star() .validators(3) .executors(0) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(30)) .build(); let deployer = LocalDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } When to use: smoke tests for consensus on minimal hardware.","breadcrumbs":"Part II — User Guide » Examples » Simple consensus liveness","id":"42","title":"Simple consensus liveness"},"43":{"body":"Test consensus under transaction load: #![allow(unused)] fn main() {\\nuse testing_framework_core::scenario::{Deployer, ScenarioBuilder};\\nuse testing_framework_runner_local::LocalDeployer;\\nuse testing_framework_workflows::ScenarioBuilderExt;\\nuse std::time::Duration; async fn transaction_workload() -> Result<(), Box> { let mut plan = ScenarioBuilder::topology() .network_star() .validators(2) .executors(0) .apply() .wallets(20) .transactions() .rate(5) .users(10) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(60)) .build(); let deployer = LocalDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } When to use: validate transaction submission and inclusion.","breadcrumbs":"Part II — User Guide » Examples » Transaction workload","id":"43","title":"Transaction workload"},"44":{"body":"Combined test stressing both transaction and DA layers: #![allow(unused)] fn main() {\\nuse testing_framework_core::scenario::{Deployer, ScenarioBuilder};\\nuse testing_framework_runner_local::LocalDeployer;\\nuse testing_framework_workflows::ScenarioBuilderExt;\\nuse std::time::Duration; async fn da_and_transactions() -> Result<(), Box> { let mut plan = ScenarioBuilder::topology() .network_star() .validators(3) .executors(2) .apply() .wallets(30) .transactions() .rate(5) .users(15) .apply() .da() .channel_rate(1) .blob_rate(2) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(90)) .build(); let deployer = LocalDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } When to use: end-to-end coverage of transaction and DA layers.","breadcrumbs":"Part II — User Guide » Examples » DA + transaction workload","id":"44","title":"DA + transaction workload"},"45":{"body":"Test system resilience under node restarts: #![allow(unused)] fn main() {\\nuse testing_framework_core::scenario::{Deployer, ScenarioBuilder};\\nuse testing_framework_runner_compose::ComposeDeployer;\\nuse testing_framework_workflows::{ScenarioBuilderExt, ChaosBuilderExt};\\nuse std::time::Duration; async fn chaos_resilience() -> Result<(), Box> { let mut plan = ScenarioBuilder::topology() .network_star() .validators(4) .executors(2) .apply() .enable_node_control() .wallets(20) .transactions() .rate(3) .users(10) .apply() .chaos() .restart() .min_delay(Duration::from_secs(20)) .max_delay(Duration::from_secs(40)) .target_cooldown(Duration::from_secs(30)) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(120)) .build(); let deployer = ComposeDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } When to use: resilience validation and operational readiness drills. Note: Chaos tests require ComposeDeployer or another runner with node control support.","breadcrumbs":"Part II — User Guide » Examples » Chaos resilience","id":"45","title":"Chaos resilience"},"46":{"body":"Realistic advanced scenarios demonstrating framework capabilities for production testing.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Advanced Examples","id":"46","title":"Advanced Examples"},"47":{"body":"Example Topology Workloads Deployer Key Feature Load Progression 3 validators + 2 executors Increasing tx rate Compose Dynamic load testing Sustained Load 4 validators + 2 executors High tx + DA rate Compose Stress testing Aggressive Chaos 4 validators + 2 executors Frequent restarts + traffic Compose Resilience validation","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Summary","id":"47","title":"Summary"},"48":{"body":"Test consensus under progressively increasing transaction load: #![allow(unused)] fn main() {\\nuse testing_framework_core::scenario::{Deployer, ScenarioBuilder};\\nuse testing_framework_runner_compose::ComposeDeployer;\\nuse testing_framework_workflows::ScenarioBuilderExt;\\nuse std::time::Duration; async fn load_progression_test() -> Result<(), Box> { for rate in [5, 10, 20, 30] { println!(\\"Testing with rate: {}\\", rate); let mut plan = ScenarioBuilder::topology() .network_star() .validators(3) .executors(2) .apply() .wallets(50) .transactions() .rate(rate) .users(20) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(60)) .build(); let deployer = ComposeDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; } Ok(())\\n} } When to use: Finding the maximum sustainable transaction rate for a given topology.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Load Progression Test","id":"48","title":"Load Progression Test"},"49":{"body":"Run high transaction and DA load for extended duration: #![allow(unused)] fn main() {\\nuse testing_framework_core::scenario::{Deployer, ScenarioBuilder};\\nuse testing_framework_runner_compose::ComposeDeployer;\\nuse testing_framework_workflows::ScenarioBuilderExt;\\nuse std::time::Duration; async fn sustained_load_test() -> Result<(), Box> { let mut plan = ScenarioBuilder::topology() .network_star() .validators(4) .executors(2) .apply() .wallets(100) .transactions() .rate(15) .users(50) .apply() .da() .channel_rate(2) .blob_rate(3) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(300)) .build(); let deployer = ComposeDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } When to use: Validating stability under continuous high load over extended periods.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Sustained Load Test","id":"49","title":"Sustained Load Test"},"5":{"body":"flowchart LR A(Topology
shape cluster) --> B(Scenario
plan) B --> C(Deployer
provision & readiness) C --> D(Runner
orchestrate execution) D --> E(Workloads
drive traffic) E --> F(Expectations
verify outcomes)","breadcrumbs":"Part I — Foundations » Architecture Overview » Core Flow","id":"5","title":"Core Flow"},"50":{"body":"Frequent node restarts with active traffic: #![allow(unused)] fn main() {\\nuse testing_framework_core::scenario::{Deployer, ScenarioBuilder};\\nuse testing_framework_runner_compose::ComposeDeployer;\\nuse testing_framework_workflows::{ScenarioBuilderExt, ChaosBuilderExt};\\nuse std::time::Duration; async fn aggressive_chaos_test() -> Result<(), Box> { let mut plan = ScenarioBuilder::topology() .network_star() .validators(4) .executors(2) .apply() .enable_node_control() .wallets(50) .transactions() .rate(10) .users(20) .apply() .chaos() .restart() .min_delay(Duration::from_secs(10)) .max_delay(Duration::from_secs(20)) .target_cooldown(Duration::from_secs(15)) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(180)) .build(); let deployer = ComposeDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } When to use: Validating recovery and liveness under aggressive failure conditions. Note: Requires ComposeDeployer for node control support.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Aggressive Chaos Test","id":"50","title":"Aggressive Chaos Test"},"51":{"body":"These scenarios require custom implementations but demonstrate framework extensibility:","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Extension Ideas","id":"51","title":"Extension Ideas"},"52":{"body":"Concept: Test consensus recovery after network partitions. Requirements: Needs block_peer() / unblock_peer() methods in NodeControlHandle Partition subsets of validators, wait, then restore connectivity Verify chain convergence after partition heals Why useful: Tests the most realistic failure mode in distributed systems. Current blocker: Node control doesn’t yet support network-level actions (only process restarts).","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Network Partition Recovery","id":"52","title":"Network Partition Recovery"},"53":{"body":"Concept: Verify block production intervals stay within expected bounds. Implementation approach: Custom expectation that consumes BlockFeed Collect block timestamps during run Assert intervals are within (slot_duration * active_slot_coeff) ± tolerance Why useful: Validates consensus timing under various loads.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Block Timing Consistency","id":"53","title":"Block Timing Consistency"},"54":{"body":"Concept: Submit malformed transactions and verify they’re rejected properly. Implementation approach: Custom workload that generates invalid transactions (bad signatures, insufficient funds, malformed structure) Expectation verifies mempool rejects them and they never appear in blocks Test mempool resilience and filtering Why useful: Ensures mempool doesn’t crash or include invalid transactions under fuzzing.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Invalid Transaction Fuzzing","id":"54","title":"Invalid Transaction Fuzzing"},"55":{"body":"Concept: Track wallet balances and verify state consistency. Description: After transaction workload completes, query all wallet balances via node API and verify total supply is conserved. Requires tracking initial state, submitted transactions, and final balances. Validates that the ledger maintains correctness under load (no funds lost or created). This is a state assertion expectation that checks correctness, not just liveness.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Wallet Balance Verification","id":"55","title":"Wallet Balance Verification"},"56":{"body":"Running a scenario follows the same conceptual flow regardless of environment: Select or author a scenario plan that pairs a topology with workloads,\\nexpectations, and a suitable run window. Choose a deployer aligned with your environment (local, compose, or k8s) and\\nensure its prerequisites are available. Deploy the plan through the deployer, which provisions infrastructure and\\nreturns a runner. The runner orchestrates workload execution for the planned duration; keep\\nobservability signals visible so you can correlate outcomes. The runner evaluates expectations and captures results as the primary\\npass/fail signal. Use the same plan across different deployers to compare behavior between local\\ndevelopment and CI or cluster settings. For environment prerequisites and\\nflags, see Operations.","breadcrumbs":"Part II — User Guide » Running Scenarios » Running Scenarios","id":"56","title":"Running Scenarios"},"57":{"body":"Runners turn a scenario plan into a live environment while keeping the plan\\nunchanged. Choose based on feedback speed, reproducibility, and fidelity. For\\nenvironment and operational considerations, see Operations. Important: All runners require POL_PROOF_DEV_MODE=true to avoid expensive Groth16 proof generation that causes timeouts.","breadcrumbs":"Part II — User Guide » Runners » Runners","id":"57","title":"Runners"},"58":{"body":"Launches node processes directly on the host. Fastest feedback loop and minimal orchestration overhead. Best for development-time iteration and debugging. Can run in CI for fast smoke tests. ❌ No node control (chaos workloads not supported)","breadcrumbs":"Part II — User Guide » Runners » Local runner","id":"58","title":"Local runner"},"59":{"body":"Starts nodes in containers to provide a reproducible multi-node stack on a\\nsingle machine. Discovers service ports and wires observability for convenient inspection. Good balance between fidelity and ease of setup. Recommended for CI pipelines (isolated environment, reproducible). ✅ Supports node control (can restart nodes for chaos testing)","breadcrumbs":"Part II — User Guide » Runners » Docker Compose runner","id":"59","title":"Docker Compose runner"},"6":{"body":"Topology describes the cluster: how many nodes, their roles, and the high-level network and data-availability parameters they should follow. Scenario combines that topology with the activities to run and the checks to perform, forming a single plan. Deployer provisions infrastructure on the chosen backend (local processes, Docker Compose, or Kubernetes), waits for readiness, and returns a Runner. Runner orchestrates scenario execution: starts workloads, observes signals, evaluates expectations, and triggers cleanup. Workloads generate traffic and conditions that exercise the system. Expectations observe the run and judge success or failure once activity completes. Each layer has a narrow responsibility so that cluster shape, deployment choice,\\ntraffic generation, and health checks can evolve independently while fitting\\ntogether predictably.","breadcrumbs":"Part I — Foundations » Architecture Overview » Components","id":"6","title":"Components"},"60":{"body":"Deploys nodes onto a cluster for higher-fidelity, longer-running scenarios. Suits CI with cluster access or shared test environments where cluster behavior\\nand scheduling matter. ❌ No node control yet (chaos workloads not supported)","breadcrumbs":"Part II — User Guide » Runners » Kubernetes runner","id":"60","title":"Kubernetes runner"},"61":{"body":"All runners require at least one validator and, for transaction scenarios,\\naccess to seeded wallets. Readiness probes gate workload start so traffic begins only after nodes are\\nreachable. Environment flags can relax timeouts or increase tracing when diagnostics are\\nneeded. flowchart TD Plan[Scenario Plan] --> RunSel{Runner
(local | compose | k8s)} RunSel --> Provision[Provision & readiness] Provision --> Runtime[Runtime + observability] Runtime --> Exec[Workloads & Expectations execute]","breadcrumbs":"Part II — User Guide » Runners » Common expectations","id":"61","title":"Common expectations"},"62":{"body":"Operational readiness focuses on prerequisites, environment fit, and clear\\nsignals: Prerequisites: keep a sibling nomos-node checkout available; ensure the\\nchosen runner’s platform needs are met (local binaries for host runs, Docker\\nfor compose, cluster access for k8s). Artifacts: DA scenarios require KZG parameters (circuit assets) located at testing-framework/assets/stack/kzgrs_test_params. Fetch them via scripts/setup-nomos-circuits.sh or override the path with NOMOS_KZGRS_PARAMS_PATH. Environment flags: POL_PROOF_DEV_MODE=true is required for all runners\\n(local, compose, k8s) unless you want expensive Groth16 proof generation that\\nwill cause tests to timeout. Configure logging via NOMOS_LOG_DIR, NOMOS_LOG_LEVEL,\\nand NOMOS_LOG_FILTER (see Logging and Observability\\nfor details). Note that nodes ignore RUST_LOG and only respond to NOMOS_* variables. Readiness checks: verify runners report node readiness before starting\\nworkloads; this avoids false negatives from starting too early. Failure triage: map failures to missing prerequisites (wallet seeding,\\nnode control availability), runner platform issues, or unmet expectations.\\nStart with liveness signals, then dive into workload-specific assertions. Treat operational hygiene—assets present, prerequisites satisfied, observability\\nreachable—as the first step to reliable scenario outcomes.","breadcrumbs":"Part II — User Guide » Operations » Operations","id":"62","title":"Operations"},"63":{"body":"Both LocalDeployer and ComposeDeployer work in CI environments: LocalDeployer in CI: ✅ Faster (no Docker overhead) ✅ Good for quick smoke tests ⚠️ Less isolation (processes share host) ComposeDeployer in CI (recommended): ✅ Better isolation (containerized) ✅ Reproducible environment ✅ Includes Prometheus/observability ⚠️ Slower startup (Docker image build) ⚠️ Requires Docker daemon See .github/workflows/compose-mixed.yml for a complete CI example using ComposeDeployer.","breadcrumbs":"Part II — User Guide » Operations » CI Usage","id":"63","title":"CI Usage"},"64":{"body":"","breadcrumbs":"Part II — User Guide » Operations » Running Examples","id":"64","title":"Running Examples"},"65":{"body":"POL_PROOF_DEV_MODE=true cargo run -p runner-examples --bin local_runner Optional environment variables: LOCAL_DEMO_VALIDATORS=3 — Number of validators (default: 1) LOCAL_DEMO_EXECUTORS=2 — Number of executors (default: 1) LOCAL_DEMO_RUN_SECS=120 — Run duration in seconds (default: 60) NOMOS_TESTS_TRACING=true — Enable persistent file logging (required with NOMOS_LOG_DIR) NOMOS_LOG_DIR=/tmp/logs — Directory for per-node log files (only with NOMOS_TESTS_TRACING=true) NOMOS_LOG_LEVEL=debug — Set log level (default: info) NOMOS_LOG_FILTER=consensus=trace,da=debug — Fine-grained module filtering (rate is per-block, not per-second) Note: The default local_runner example includes DA workload, so circuit assets in testing-framework/assets/stack/kzgrs_test_params/ are required (fetch via scripts/setup-nomos-circuits.sh).","breadcrumbs":"Part II — User Guide » Operations » Local Runner","id":"65","title":"Local Runner"},"66":{"body":"Prerequisites: ✅ Docker daemon running ✅ Circuit assets in testing-framework/assets/stack/kzgrs_test_params (fetched via scripts/setup-nomos-circuits.sh) ✅ Test image built (see below) Build the test image: # Fetch circuit assets first\\nchmod +x scripts/setup-nomos-circuits.sh\\nscripts/setup-nomos-circuits.sh v0.3.1 /tmp/nomos-circuits\\ncp -r /tmp/nomos-circuits/* testing-framework/assets/stack/kzgrs_test_params/ # Build image (embeds assets)\\nchmod +x testing-framework/assets/stack/scripts/build_test_image.sh\\ntesting-framework/assets/stack/scripts/build_test_image.sh Run the example: NOMOS_TESTNET_IMAGE=nomos-testnet:local \\\\\\nPOL_PROOF_DEV_MODE=true \\\\\\ncargo run -p runner-examples --bin compose_runner Required environment variables: NOMOS_TESTNET_IMAGE=nomos-testnet:local — Image tag (must match built image) POL_PROOF_DEV_MODE=true — Critical: Without this, proof generation is CPU-intensive and tests will timeout Optional environment variables: COMPOSE_NODE_PAIRS=1x1 — Topology: “validators×executors” (default varies by example) TEST_FRAMEWORK_PROMETHEUS_PORT=9091 — Override Prometheus port (default: 9090) COMPOSE_RUNNER_HOST=127.0.0.1 — Host address for port mappings (default: 127.0.0.1) COMPOSE_RUNNER_PRESERVE=1 — Keep containers running after test (for debugging) NOMOS_LOG_DIR=/tmp/compose-logs — Write logs to files inside containers (requires copy-out or volume mount) NOMOS_LOG_LEVEL=debug — Set log level Compose-specific features: ✅ Node control support: Only runner that supports chaos testing ( .enable_node_control() + .chaos() workloads) ✅ Prometheus observability: Metrics at http://localhost:9090 Important: Chaos workloads (random restarts) only work with ComposeDeployer. LocalDeployer and K8sDeployer do not support node control.","breadcrumbs":"Part II — User Guide » Operations » Compose Runner","id":"66","title":"Compose Runner"},"67":{"body":"Prerequisites: ✅ Kubernetes cluster with kubectl configured and working ✅ Circuit assets in testing-framework/assets/stack/kzgrs_test_params ✅ Test image built (same as Compose: testing-framework/assets/stack/scripts/build_test_image.sh) ✅ Image available in cluster (loaded via kind, minikube, or pushed to registry) ✅ POL_PROOF_DEV_MODE=true environment variable set Load image into cluster: # For kind clusters\\nexport NOMOS_TESTNET_IMAGE=nomos-testnet:local\\nkind load docker-image nomos-testnet:local # For minikube\\nminikube image load nomos-testnet:local # For remote clusters (push to registry)\\ndocker tag nomos-testnet:local your-registry/nomos-testnet:local\\ndocker push your-registry/nomos-testnet:local\\nexport NOMOS_TESTNET_IMAGE=your-registry/nomos-testnet:local Run the example: export NOMOS_TESTNET_IMAGE=nomos-testnet:local\\nexport POL_PROOF_DEV_MODE=true\\ncargo run -p runner-examples --bin k8s_runner Important: K8s runner mounts testing-framework/assets/stack/kzgrs_test_params as a hostPath volume. Ensure this directory exists and contains circuit assets on the node where pods will be scheduled. ❌ No node control support yet: Chaos workloads ( .enable_node_control()) will fail. Use ComposeDeployer for chaos testing.","breadcrumbs":"Part II — User Guide » Operations » K8s Runner","id":"67","title":"K8s Runner"},"68":{"body":"DA workloads require KZG cryptographic parameters for polynomial commitment schemes.","breadcrumbs":"Part II — User Guide » Operations » Circuit Assets (KZG Parameters)","id":"68","title":"Circuit Assets (KZG Parameters)"},"69":{"body":"Default path: testing-framework/assets/stack/kzgrs_test_params Override: Set NOMOS_KZGRS_PARAMS_PATH to use a custom location: NOMOS_KZGRS_PARAMS_PATH=/path/to/custom/params cargo run -p runner-examples --bin local_runner","breadcrumbs":"Part II — User Guide » Operations » Asset Location","id":"69","title":"Asset Location"},"7":{"body":"The framework is consumed via runnable example binaries in examples/src/bin/: local_runner.rs — Spawns nodes as local processes compose_runner.rs — Deploys via Docker Compose (requires NOMOS_TESTNET_IMAGE built) k8s_runner.rs — Deploys via Kubernetes Helm (requires cluster + image) Run with: POL_PROOF_DEV_MODE=true cargo run -p runner-examples --bin Important: All runners require POL_PROOF_DEV_MODE=true to avoid expensive Groth16 proof generation that causes timeouts. These binaries use the framework API ( ScenarioBuilder) to construct and execute scenarios.","breadcrumbs":"Part I — Foundations » Architecture Overview » Entry Points","id":"7","title":"Entry Points"},"70":{"body":"Option 1: Use helper script (recommended): # From the repository root\\nchmod +x scripts/setup-nomos-circuits.sh\\nscripts/setup-nomos-circuits.sh v0.3.1 /tmp/nomos-circuits # Copy to default location\\ncp -r /tmp/nomos-circuits/* testing-framework/assets/stack/kzgrs_test_params/ Option 2: Build locally (advanced): # Requires Go, Rust, and circuit build tools\\nmake kzgrs_test_params","breadcrumbs":"Part II — User Guide » Operations » Getting Circuit Assets","id":"70","title":"Getting Circuit Assets"},"71":{"body":"The CI automatically fetches and places assets: - name: Install circuits for host build run: | scripts/setup-nomos-circuits.sh v0.3.1 \\"$TMPDIR/nomos-circuits\\" cp -a \\"$TMPDIR/nomos-circuits\\"/. testing-framework/assets/stack/kzgrs_test_params/","breadcrumbs":"Part II — User Guide » Operations » CI Workflow","id":"71","title":"CI Workflow"},"72":{"body":"Runner When Required Local Always (for DA workloads) Compose During image build (baked into NOMOS_TESTNET_IMAGE) K8s During image build + deployed to cluster via hostPath volume Error without assets: Error: missing KZG parameters at testing-framework/assets/stack/kzgrs_test_params","breadcrumbs":"Part II — User Guide » Operations » When Are Assets Needed?","id":"72","title":"When Are Assets Needed?"},"73":{"body":"","breadcrumbs":"Part II — User Guide » Operations » Logging and Observability","id":"73","title":"Logging and Observability"},"74":{"body":"Critical distinction: Node logs and framework logs use different configuration mechanisms. Component Controlled By Purpose Framework binaries ( cargo run -p runner-examples --bin local_runner) RUST_LOG Runner orchestration, deployment logs Node processes (validators, executors spawned by runner) NOMOS_LOG_LEVEL, NOMOS_LOG_FILTER, NOMOS_LOG_DIR Consensus, DA, mempool, network logs Common mistake: Setting RUST_LOG=debug only increases verbosity of the runner binary itself. Node logs remain at their default level unless you also set NOMOS_LOG_LEVEL=debug. Example: # This only makes the RUNNER verbose, not the nodes:\\nRUST_LOG=debug cargo run -p runner-examples --bin local_runner # This makes the NODES verbose:\\nNOMOS_LOG_LEVEL=debug cargo run -p runner-examples --bin local_runner # Both verbose (typically not needed):\\nRUST_LOG=debug NOMOS_LOG_LEVEL=debug cargo run -p runner-examples --bin local_runner","breadcrumbs":"Part II — User Guide » Operations » Node Logging vs Framework Logging","id":"74","title":"Node Logging vs Framework Logging"},"75":{"body":"Variable Default Effect NOMOS_LOG_DIR None (console only) Directory for per-node log files. If unset, logs go to stdout/stderr. NOMOS_LOG_LEVEL info Global log level: error, warn, info, debug, trace NOMOS_LOG_FILTER None Fine-grained target filtering (e.g., consensus=trace,da=debug) NOMOS_TESTS_TRACING false Enable tracing subscriber for local runner file logging NOMOS_OTLP_ENDPOINT None OTLP trace endpoint (optional, disables OTLP noise if unset) NOMOS_OTLP_METRICS_ENDPOINT None OTLP metrics endpoint (optional) Example: Full debug logging to files: NOMOS_TESTS_TRACING=true \\\\\\nNOMOS_LOG_DIR=/tmp/test-logs \\\\\\nNOMOS_LOG_LEVEL=debug \\\\\\nNOMOS_LOG_FILTER=\\"nomos_consensus=trace,nomos_da_sampling=debug\\" \\\\\\nPOL_PROOF_DEV_MODE=true \\\\\\ncargo run -p runner-examples --bin local_runner","breadcrumbs":"Part II — User Guide » Operations » Logging Environment Variables","id":"75","title":"Logging Environment Variables"},"76":{"body":"When NOMOS_LOG_DIR is set, each node writes logs to separate files: File naming pattern: Validators: Prefix nomos-node-0, nomos-node-1, etc. (may include timestamp suffix) Executors: Prefix nomos-executor-0, nomos-executor-1, etc. (may include timestamp suffix) Local runner caveat: By default, the local runner writes logs to temporary directories in the working directory. These are automatically cleaned up after tests complete. To preserve logs, you MUST set both NOMOS_TESTS_TRACING=true AND NOMOS_LOG_DIR=/path/to/logs.","breadcrumbs":"Part II — User Guide » Operations » Per-Node Log Files","id":"76","title":"Per-Node Log Files"},"77":{"body":"Common target prefixes for NOMOS_LOG_FILTER: Target Prefix Subsystem nomos_consensus Consensus (Cryptarchia) nomos_da_sampling DA sampling service nomos_da_dispersal DA dispersal service nomos_da_verifier DA verification nomos_mempool Transaction mempool nomos_blend Mix network/privacy layer chain_network P2P networking chain_leader Leader election Example filter: NOMOS_LOG_FILTER=\\"nomos_consensus=trace,nomos_da_sampling=debug,chain_network=info\\"","breadcrumbs":"Part II — User Guide » Operations » Filter Target Names","id":"77","title":"Filter Target Names"},"78":{"body":"Local Runner Default (temporary directories, auto-cleanup): POL_PROOF_DEV_MODE=true cargo run -p runner-examples --bin local_runner\\n# Logs written to temporary directories in working directory\\n# Automatically cleaned up after test completes Persistent file output: NOMOS_TESTS_TRACING=true \\\\\\nNOMOS_LOG_DIR=/tmp/local-logs \\\\\\nPOL_PROOF_DEV_MODE=true \\\\\\ncargo run -p runner-examples --bin local_runner # After test completes:\\nls /tmp/local-logs/\\n# Files with prefix: nomos-node-0*, nomos-node-1*, nomos-executor-0*\\n# May include timestamps in filename Both flags required: You MUST set both NOMOS_TESTS_TRACING=true (enables tracing file sink) AND NOMOS_LOG_DIR (specifies directory) to get persistent logs. Compose Runner Via Docker logs (default, recommended): # List containers (note the UUID prefix in names)\\ndocker ps --filter \\"name=nomos-compose-\\" # Stream logs from specific container\\ndocker logs -f # Or use name pattern matching:\\ndocker logs -f $(docker ps --filter \\"name=nomos-compose-.*-validator-0\\" -q | head -1) Via file collection (advanced): Setting NOMOS_LOG_DIR writes files inside the container. To access them, you must either: Copy files out after the run: NOMOS_LOG_DIR=/logs \\\\\\nNOMOS_TESTNET_IMAGE=nomos-testnet:local \\\\\\nPOL_PROOF_DEV_MODE=true \\\\\\ncargo run -p runner-examples --bin compose_runner # After test, copy files from containers:\\ndocker ps --filter \\"name=nomos-compose-\\"\\ndocker cp :/logs/nomos-node-0* /tmp/ Mount a host volume (requires modifying compose template): volumes: - /tmp/host-logs:/logs # Add to docker-compose.yml.tera Recommendation: Use docker logs by default. File collection inside containers is complex and rarely needed. Keep containers for debugging: COMPOSE_RUNNER_PRESERVE=1 \\\\\\nNOMOS_TESTNET_IMAGE=nomos-testnet:local \\\\\\ncargo run -p runner-examples --bin compose_runner\\n# Containers remain running after test—inspect with docker logs or docker exec Note: Container names follow pattern nomos-compose-{uuid}-validator-{index}-1 where {uuid} changes per run. K8s Runner Via kubectl logs (use label selectors): # List pods\\nkubectl get pods # Stream logs using label selectors (recommended)\\nkubectl logs -l app=nomos-validator -f\\nkubectl logs -l app=nomos-executor -f # Stream logs from specific pod\\nkubectl logs -f nomos-validator-0 # Previous logs from crashed pods\\nkubectl logs --previous -l app=nomos-validator Download logs for offline analysis: # Using label selectors\\nkubectl logs -l app=nomos-validator --tail=1000 > all-validators.log\\nkubectl logs -l app=nomos-executor --tail=1000 > all-executors.log # Specific pods\\nkubectl logs nomos-validator-0 > validator-0.log\\nkubectl logs nomos-executor-1 > executor-1.log Specify namespace (if not using default): kubectl logs -n my-namespace -l app=nomos-validator -f","breadcrumbs":"Part II — User Guide » Operations » Accessing Logs Per Runner","id":"78","title":"Accessing Logs Per Runner"},"79":{"body":"OTLP exporters are optional. If you see errors about unreachable OTLP endpoints, it’s safe to ignore them unless you’re actively collecting traces/metrics. To enable OTLP: NOMOS_OTLP_ENDPOINT=http://localhost:4317 \\\\\\nNOMOS_OTLP_METRICS_ENDPOINT=http://localhost:4318 \\\\\\ncargo run -p runner-examples --bin local_runner To silence OTLP errors: Simply leave these variables unset (the default).","breadcrumbs":"Part II — User Guide » Operations » OTLP and Telemetry","id":"79","title":"OTLP and Telemetry"},"8":{"body":"Scenarios are defined using a fluent builder pattern: #![allow(unused)] fn main() {\\nlet mut plan = ScenarioBuilder::topology() .network_star() // Topology configuration .validators(3) .executors(2) .apply() .wallets(50) // Wallet seeding .transactions() // Transaction workload .rate(5) .users(20) .apply() .da() // DA workload .channel_rate(1) .blob_rate(2) .apply() .expect_consensus_liveness() // Expectations .with_run_duration(Duration::from_secs(90)) .build(); } Key API Points: Topology uses .topology().validators(N).executors(M).apply() pattern (not with_node_counts) Workloads are configured via extension traits ( ScenarioBuilderExt, ChaosBuilderExt) Chaos workloads require .enable_node_control() and a compatible runner","breadcrumbs":"Part I — Foundations » Architecture Overview » Builder API","id":"8","title":"Builder API"},"80":{"body":"Runners expose metrics and node HTTP endpoints for expectation code and debugging: Prometheus (Compose only): Default: http://localhost:9090 Override: TEST_FRAMEWORK_PROMETHEUS_PORT=9091 Access from expectations: ctx.telemetry().prometheus_endpoint() Node APIs: Access from expectations: ctx.node_clients().validators().get(0) Endpoints: consensus info, network info, DA membership, etc. See testing-framework/core/src/nodes/api_client.rs for available methods flowchart TD Expose[Runner exposes endpoints/ports] --> Collect[Runtime collects block/health signals] Collect --> Consume[Expectations consume signals
decide pass/fail] Consume --> Inspect[Operators inspect logs/metrics
when failures arise]","breadcrumbs":"Part II — User Guide » Operations » Observability: Prometheus and Node APIs","id":"80","title":"Observability: Prometheus and Node APIs"},"81":{"body":"Deep dives for contributors who extend the framework, evolve its abstractions,\\nor maintain the crate set.","breadcrumbs":"Part III — Developer Reference » Part III — Developer Reference","id":"81","title":"Part III — Developer Reference"},"82":{"body":"The scenario model defines clear, composable responsibilities: Topology: a declarative description of the cluster—how many nodes, their\\nroles, and the broad network and data-availability characteristics. It\\nrepresents the intended shape of the system under test. Scenario: a plan combining topology, workloads, expectations, and a run\\nwindow. Building a scenario validates prerequisites (like seeded wallets) and\\nensures the run lasts long enough to observe meaningful block progression. Workloads: asynchronous tasks that generate traffic or conditions. They\\nuse shared context to interact with the deployed cluster and may bundle\\ndefault expectations. Expectations: post-run assertions. They can capture baselines before\\nworkloads start and evaluate success once activity stops. Runtime: coordinates workloads and expectations for the configured\\nduration, enforces cooldowns when control actions occur, and ensures cleanup\\nso runs do not leak resources. Developers extending the model should keep these boundaries strict: topology\\ndescribes, scenarios assemble, deployers provision, runners orchestrate,\\nworkloads drive, and expectations judge outcomes. For guidance on adding new\\ncapabilities, see Extending the Framework.","breadcrumbs":"Part III — Developer Reference » Scenario Model (Developer Level) » Scenario Model (Developer Level)","id":"82","title":"Scenario Model (Developer Level)"},"83":{"body":"","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Extending the Framework","id":"83","title":"Extending the Framework"},"84":{"body":"Implement testing_framework_core::scenario::Workload: Provide a name and any bundled expectations. In init, derive inputs from GeneratedTopology and RunMetrics; fail\\nfast if prerequisites are missing (e.g., wallet data, node addresses). In start, drive async traffic using the RunContext clients. Expose the workload from a module under testing-framework/workflows and\\nconsider adding a DSL helper for ergonomic wiring.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding a workload","id":"84","title":"Adding a workload"},"85":{"body":"Implement testing_framework_core::scenario::Expectation: Use start_capture to snapshot baseline metrics. Use evaluate to assert outcomes after workloads finish; return all errors\\nso the runner can aggregate them. Export it from testing-framework/workflows if it is reusable.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding an expectation","id":"85","title":"Adding an expectation"},"86":{"body":"Implement testing_framework_core::scenario::Deployer for your backend. Produce a RunContext with NodeClients, metrics endpoints, and optional NodeControlHandle. Guard cleanup with CleanupGuard to reclaim resources even on failures. Mirror the readiness and block-feed probes used by the existing runners so\\nworkloads can rely on consistent signals.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding a runner","id":"86","title":"Adding a runner"},"87":{"body":"Extend testing_framework_core::topology::TopologyBuilder with new layouts or\\nconfiguration presets (e.g., specialized DA parameters). Keep defaults safe:\\nensure at least one participant and clamp dispersal factors as the current\\nhelpers do.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding topology helpers","id":"87","title":"Adding topology helpers"},"88":{"body":"A minimal, end-to-end illustration of adding a custom workload and matching\\nexpectation. This shows the shape of the traits and where to plug into the\\nframework; expand the logic to fit your real test.","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Example: New Workload & Expectation (Rust)","id":"88","title":"Example: New Workload & Expectation (Rust)"},"89":{"body":"Key ideas: name: identifies the workload in logs. expectations: workloads can bundle defaults so callers don’t forget checks. init: derive inputs from the generated topology (e.g., pick a target node). start: drive async activity using the shared RunContext. #![allow(unused)] fn main() {\\nuse std::sync::Arc;\\nuse async_trait::async_trait;\\nuse testing_framework_core::scenario::{ DynError, Expectation, RunContext, RunMetrics, Workload,\\n};\\nuse testing_framework_core::topology::GeneratedTopology; pub struct ReachabilityWorkload { target_idx: usize, bundled: Vec>,\\n} impl ReachabilityWorkload { pub fn new(target_idx: usize) -> Self { Self { target_idx, bundled: vec![Box::new(ReachabilityExpectation::new(target_idx))], } }\\n} #[async_trait]\\nimpl Workload for ReachabilityWorkload { fn name(&self) -> &\'static str { \\"reachability_workload\\" } fn expectations(&self) -> Vec> { self.bundled.clone() } fn init( &mut self, topology: &GeneratedTopology, _metrics: &RunMetrics, ) -> Result<(), DynError> { if topology.validators().get(self.target_idx).is_none() { return Err(\\"no validator at requested index\\".into()); } Ok(()) } async fn start(&self, ctx: &RunContext) -> Result<(), DynError> { let client = ctx .clients() .validators() .get(self.target_idx) .ok_or(\\"missing target client\\")?; // Pseudo-action: issue a lightweight RPC to prove reachability. client.health_check().await.map_err(|e| e.into()) }\\n} }","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Workload: simple reachability probe","id":"89","title":"Workload: simple reachability probe"},"9":{"body":"Three deployer implementations: Deployer Backend Prerequisites Node Control LocalDeployer Local processes Binaries in sibling checkout ❌ No ComposeDeployer Docker Compose NOMOS_TESTNET_IMAGE built ✅ Yes K8sDeployer Kubernetes Helm Cluster + image loaded ❌ Not yet Compose-specific features: Includes Prometheus at http://localhost:9090 (override via TEST_FRAMEWORK_PROMETHEUS_PORT) Optional OTLP trace/metrics endpoints ( NOMOS_OTLP_ENDPOINT, NOMOS_OTLP_METRICS_ENDPOINT) Node control for chaos testing (restart validators/executors)","breadcrumbs":"Part I — Foundations » Architecture Overview » Deployers","id":"9","title":"Deployers"},"90":{"body":"Key ideas: start_capture: snapshot baseline if needed (not used here). evaluate: assert the condition after workloads finish. #![allow(unused)] fn main() {\\nuse async_trait::async_trait;\\nuse testing_framework_core::scenario::{DynError, Expectation, RunContext}; pub struct ReachabilityExpectation { target_idx: usize,\\n} impl ReachabilityExpectation { pub fn new(target_idx: usize) -> Self { Self { target_idx } }\\n} #[async_trait]\\nimpl Expectation for ReachabilityExpectation { fn name(&self) -> &str { \\"target_reachable\\" } async fn evaluate(&mut self, ctx: &RunContext) -> Result<(), DynError> { let client = ctx .clients() .validators() .get(self.target_idx) .ok_or(\\"missing target client\\")?; client.health_check().await.map_err(|e| { format!(\\"target became unreachable during run: {e}\\").into() }) }\\n} }","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Expectation: confirm the target stayed reachable","id":"90","title":"Expectation: confirm the target stayed reachable"},"91":{"body":"Build your scenario as usual and call .with_workload(ReachabilityWorkload::new(0)). The bundled expectation is attached automatically; you can add more with .with_expectation(...) if needed. Keep the logic minimal and fast for smoke tests; grow it into richer probes\\nfor deeper scenarios.","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » How to wire it","id":"91","title":"How to wire it"},"92":{"body":"High-level roles of the crates that make up the framework: Configs ( testing-framework/configs/): Prepares reusable configuration primitives for nodes, networking, tracing, data availability, and wallets, shared by all scenarios and runners. Includes topology generation and circuit asset resolution. Core scenario orchestration ( testing-framework/core/): Houses the topology and scenario model, runtime coordination, node clients, and readiness/health probes. Defines Deployer and Runner traits, ScenarioBuilder, and RunContext. Workflows ( testing-framework/workflows/): Packages workloads (transaction, DA, chaos) and expectations (consensus liveness) into reusable building blocks. Offers fluent DSL extensions ( ScenarioBuilderExt, ChaosBuilderExt). Runners ( testing-framework/runners/{local,compose,k8s}/): Implements deployment backends (local host, Docker Compose, Kubernetes) that all consume the same scenario plan. Each provides a Deployer implementation ( LocalDeployer, ComposeDeployer, K8sDeployer). Runner Examples ( examples/runner-examples): Runnable binaries demonstrating framework usage and serving as living documentation. These are the primary entry point for running scenarios ( local_runner.rs, compose_runner.rs, k8s_runner.rs).","breadcrumbs":"Part III — Developer Reference » Internal Crate Reference » Internal Crate Reference","id":"92","title":"Internal Crate Reference"},"93":{"body":"What You’re Adding Where It Goes Examples Node config parameter testing-framework/configs/src/topology/configs/ Slot duration, log levels, DA params Topology feature testing-framework/core/src/topology/ New network layouts, node roles Scenario capability testing-framework/core/src/scenario/ New capabilities, context methods Workload testing-framework/workflows/src/workloads/ New traffic generators Expectation testing-framework/workflows/src/expectations/ New success criteria Builder API testing-framework/workflows/src/builder/ DSL extensions, fluent methods Deployer testing-framework/runners/ New deployment backends Example scenario examples/src/bin/ Demonstration binaries","breadcrumbs":"Part III — Developer Reference » Internal Crate Reference » Where to Add New Capabilities","id":"93","title":"Where to Add New Capabilities"},"94":{"body":"","breadcrumbs":"Part III — Developer Reference » Internal Crate Reference » Extension Workflow","id":"94","title":"Extension Workflow"},"95":{"body":"Define the workload in testing-framework/workflows/src/workloads/your_workload.rs: #![allow(unused)] fn main() {\\nuse async_trait::async_trait;\\nuse testing_framework_core::scenario::{Workload, RunContext, DynError}; pub struct YourWorkload { // config fields\\n} #[async_trait]\\nimpl Workload for YourWorkload { fn name(&self) -> &\'static str { \\"your_workload\\" } async fn start(&self, ctx: &RunContext) -> Result<(), DynError> { // implementation Ok(()) }\\n} } Add builder extension in testing-framework/workflows/src/builder/mod.rs: #![allow(unused)] fn main() {\\npub trait ScenarioBuilderExt { fn your_workload(self) -> YourWorkloadBuilder;\\n} } Use in examples in examples/src/bin/your_scenario.rs: #![allow(unused)] fn main() {\\nlet mut plan = ScenarioBuilder::topology() .network_star() .validators(3) .executors(0) .apply() .your_workload() // Your new DSL method .apply() .build(); }","breadcrumbs":"Part III — Developer Reference » Internal Crate Reference » Adding a New Workload","id":"95","title":"Adding a New Workload"},"96":{"body":"Define the expectation in testing-framework/workflows/src/expectations/your_expectation.rs: #![allow(unused)] fn main() {\\nuse async_trait::async_trait;\\nuse testing_framework_core::scenario::{Expectation, RunContext, DynError}; pub struct YourExpectation { // config fields\\n} #[async_trait]\\nimpl Expectation for YourExpectation { fn name(&self) -> &str { \\"your_expectation\\" } async fn evaluate(&mut self, ctx: &RunContext) -> Result<(), DynError> { // implementation Ok(()) }\\n} } Add builder extension in testing-framework/workflows/src/builder/mod.rs: #![allow(unused)] fn main() {\\npub trait ScenarioBuilderExt { fn expect_your_condition(self) -> Self;\\n} }","breadcrumbs":"Part III — Developer Reference » Internal Crate Reference » Adding a New Expectation","id":"96","title":"Adding a New Expectation"},"97":{"body":"Implement Deployer trait in testing-framework/runners/your_runner/src/deployer.rs: #![allow(unused)] fn main() {\\nuse async_trait::async_trait;\\nuse testing_framework_core::scenario::{Deployer, Runner, Scenario}; pub struct YourDeployer; #[async_trait]\\nimpl Deployer for YourDeployer { type Error = YourError; async fn deploy(&self, scenario: &Scenario) -> Result { // Provision infrastructure // Wait for readiness // Return Runner }\\n} } Provide cleanup and handle node control if supported. Add example in examples/src/bin/your_runner.rs. For detailed examples, see Extending the Framework and Custom Workload Example.","breadcrumbs":"Part III — Developer Reference » Internal Crate Reference » Adding a New Deployer","id":"97","title":"Adding a New Deployer"},"98":{"body":"Quick-reference material and supporting guidance to keep scenarios discoverable,\\ndebuggable, and consistent.","breadcrumbs":"Part IV — Appendix » Part IV — Appendix","id":"98","title":"Part IV — Appendix"},"99":{"body":"Quick reference for the scenario builder DSL. All methods are chainable.","breadcrumbs":"Part IV — Appendix » Builder API Quick Reference » Builder API Quick Reference","id":"99","title":"Builder API Quick Reference"}},"length":134,"save":true},"fields":["title","body","breadcrumbs"],"index":{"body":{"root":{"0":{".":{"2":{"0":{"2":{"4":{"df":2,"docs":{"115":{"tf":1.0},"116":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"df":3,"docs":{"132":{"tf":1.0},"18":{"tf":1.4142135623730951},"21":{"tf":1.7320508075688772}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"78":{"tf":1.0}}}}}},"1":{"df":0,"docs":{},"t":{"1":{"0":{"df":2,"docs":{"115":{"tf":1.0},"116":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":4,"docs":{"115":{"tf":1.4142135623730951},"116":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"78":{"tf":2.449489742783178}}},"1":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"78":{"tf":1.0}}}}}},"0":{"0":{"df":1,"docs":{"116":{"tf":1.4142135623730951}}},"df":1,"docs":{"48":{"tf":1.0}}},"2":{"0":{"df":2,"docs":{"107":{"tf":1.0},"132":{"tf":1.0}}},"7":{".":{"0":{".":{"0":{".":{"1":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"115":{"tf":1.0},"116":{"tf":1.0}}},"4":{"df":1,"docs":{"132":{"tf":1.0}}},"df":9,"docs":{"104":{"tf":1.0},"111":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.7320508075688772},"118":{"tf":1.0},"65":{"tf":1.4142135623730951},"70":{"tf":1.0},"76":{"tf":1.4142135623730951},"78":{"tf":2.0}}},"2":{"0":{"df":2,"docs":{"103":{"tf":1.0},"48":{"tf":1.0}}},"7":{"df":3,"docs":{"132":{"tf":1.0},"18":{"tf":1.4142135623730951},"21":{"tf":1.0}}},">":{"&":{"1":{"df":1,"docs":{"116":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":10,"docs":{"104":{"tf":1.0},"111":{"tf":1.0},"119":{"tf":1.0},"123":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.7320508075688772},"47":{"tf":1.7320508075688772},"70":{"tf":1.0}},"s":{"df":3,"docs":{"132":{"tf":1.7320508075688772},"18":{"tf":1.0},"21":{"tf":1.4142135623730951}}}},"3":{"0":{"df":5,"docs":{"115":{"tf":1.0},"116":{"tf":1.0},"132":{"tf":1.4142135623730951},"18":{"tf":1.0},"48":{"tf":1.0}}},"df":2,"docs":{"120":{"tf":1.0},"47":{"tf":1.0}}},"4":{"0":{"df":1,"docs":{"132":{"tf":1.0}}},"5":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"115":{"tf":1.0},"116":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":3,"docs":{"121":{"tf":1.0},"132":{"tf":1.0},"47":{"tf":1.4142135623730951}}},"5":{"0":{"df":1,"docs":{"102":{"tf":1.0}}},"4":{"df":1,"docs":{"132":{"tf":1.0}}},"df":7,"docs":{"103":{"tf":1.0},"111":{"tf":1.0},"122":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"48":{"tf":1.0}}},"6":{"0":{"df":3,"docs":{"132":{"tf":1.0},"18":{"tf":1.4142135623730951},"65":{"tf":1.0}}},"df":1,"docs":{"123":{"tf":1.0}}},"9":{"0":{"9":{"0":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}},"df":3,"docs":{"132":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":9,"docs":{"110":{"tf":1.0},"111":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"89":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"a":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"133":{"tf":1.0}}}},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"119":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"81":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":10,"docs":{"115":{"tf":1.0},"116":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"33":{"tf":1.0},"41":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"78":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"102":{"tf":1.0},"132":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"133":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"133":{"tf":1.4142135623730951},"19":{"tf":1.0},"52":{"tf":1.0},"82":{"tf":1.0},"89":{"tf":1.0}}}},"v":{"df":12,"docs":{"18":{"tf":1.4142135623730951},"21":{"tf":1.0},"23":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.4142135623730951},"79":{"tf":1.0},"82":{"tf":1.0},"89":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":2,"docs":{"21":{"tf":1.0},"53":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"37":{"tf":1.0},"39":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"116":{"tf":1.4142135623730951},"119":{"tf":1.0},"20":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}},"d":{"df":11,"docs":{"116":{"tf":1.0},"119":{"tf":1.0},"34":{"tf":2.0},"39":{"tf":1.0},"40":{"tf":1.0},"78":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"120":{"tf":1.0},"66":{"tf":1.0},"84":{"tf":1.0}}}}}}},"df":10,"docs":{"82":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"122":{"tf":1.0},"21":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":4,"docs":{"132":{"tf":1.0},"46":{"tf":1.4142135623730951},"70":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"85":{"tf":1.0}}},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"113":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":4,"docs":{"132":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.4142135623730951},"56":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":29,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"95":{"tf":1.7320508075688772},"96":{"tf":1.4142135623730951},"97":{"tf":1.0}}}}}}},"df":4,"docs":{"125":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"40":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"129":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"a":{"df":0,"docs":{},"y":{"df":4,"docs":{"116":{"tf":1.0},"132":{"tf":1.0},"21":{"tf":1.0},"72":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"78":{"tf":1.0}}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"129":{"tf":1.0},"45":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"i":{"df":9,"docs":{"122":{"tf":1.0},"15":{"tf":1.0},"29":{"tf":1.0},"55":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951},"93":{"tf":1.0},"99":{"tf":1.0}}},"p":{"=":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":4,"docs":{"115":{"tf":1.0},"116":{"tf":3.0},"119":{"tf":1.4142135623730951},"78":{"tf":2.449489742783178}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"98":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":18,"docs":{"101":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"111":{"tf":1.7320508075688772},"17":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"19":{"tf":2.23606797749979},"38":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772},"48":{"tf":1.4142135623730951},"49":{"tf":1.7320508075688772},"50":{"tf":1.7320508075688772},"8":{"tf":1.7320508075688772},"95":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"2":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"132":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"0":{"tf":1.0},"14":{"tf":1.0},"4":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"131":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"80":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"22":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"26":{"tf":1.0},"82":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":14,"docs":{"106":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"21":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.0},"40":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"62":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.0}}}},"t":{"df":21,"docs":{"10":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"12":{"tf":1.0},"120":{"tf":1.0},"125":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"130":{"tf":1.7320508075688772},"131":{"tf":1.7320508075688772},"27":{"tf":1.4142135623730951},"30":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.7320508075688772},"67":{"tf":1.4142135623730951},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.4142135623730951},"92":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":3,"docs":{"0":{"tf":1.0},"116":{"tf":1.0},"21":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"18":{"tf":1.0},"39":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{":":{":":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"89":{"tf":1.0},"90":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":5,"docs":{"89":{"tf":1.0},"90":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":14,"docs":{"111":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"84":{"tf":1.0},"89":{"tf":1.4142135623730951},"90":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"82":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"23":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"1":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0},"56":{"tf":1.0}}}}},"o":{"df":2,"docs":{"133":{"tf":1.0},"78":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"115":{"tf":1.0},"71":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{}}}},"x":{"df":1,"docs":{"119":{"tf":1.0}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":17,"docs":{"0":{"tf":1.4142135623730951},"127":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"56":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.4142135623730951},"67":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0},"92":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":8,"docs":{"112":{"tf":1.0},"20":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"57":{"tf":1.0},"62":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}}}}},"b":{"(":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"5":{"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":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":8,"docs":{"23":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"6":{"tf":1.0},"86":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}}}}},"d":{"df":4,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"54":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":3,"docs":{"130":{"tf":1.0},"131":{"tf":1.0},"72":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"133":{"tf":1.0},"55":{"tf":2.0},"59":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":4,"docs":{"133":{"tf":1.0},"18":{"tf":1.0},"40":{"tf":1.0},"57":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"123":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"116":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"c":{"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{}}}},"df":1,"docs":{"5":{"tf":1.0}},"e":{"c":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"119":{"tf":1.0},"90":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"128":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":6,"docs":{"119":{"tf":1.0},"127":{"tf":1.0},"133":{"tf":1.4142135623730951},"40":{"tf":1.0},"62":{"tf":1.0},"82":{"tf":1.0}}}}},"g":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"119":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"61":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":9,"docs":{"113":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"133":{"tf":1.0}}}},"w":{"df":2,"docs":{"41":{"tf":1.0},"66":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"40":{"tf":1.0},"58":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"63":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":9,"docs":{"105":{"tf":1.4142135623730951},"113":{"tf":1.0},"128":{"tf":1.0},"133":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.0},"40":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"116":{"tf":1.0}}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":11,"docs":{"14":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.0},"41":{"tf":1.4142135623730951},"62":{"tf":1.0},"7":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951},"9":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0}}}}},"d":{"df":1,"docs":{"120":{"tf":1.0}}},"df":14,"docs":{"116":{"tf":1.7320508075688772},"121":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0},"74":{"tf":2.0},"75":{"tf":1.0},"78":{"tf":2.0},"79":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"b":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"2":{"df":4,"docs":{"104":{"tf":1.0},"111":{"tf":1.0},"44":{"tf":1.0},"8":{"tf":1.0}}},"3":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":7,"docs":{"0":{"tf":1.4142135623730951},"104":{"tf":1.0},"111":{"tf":1.0},"133":{"tf":2.23606797749979},"20":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0}}},"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"80":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":26,"docs":{"0":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.4142135623730951},"106":{"tf":1.0},"111":{"tf":1.7320508075688772},"113":{"tf":1.7320508075688772},"125":{"tf":1.4142135623730951},"132":{"tf":2.8284271247461903},"133":{"tf":2.8284271247461903},"17":{"tf":1.0},"18":{"tf":3.4641016151377544},"19":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"21":{"tf":2.8284271247461903},"23":{"tf":1.4142135623730951},"35":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.4142135623730951},"40":{"tf":1.0},"42":{"tf":1.0},"53":{"tf":1.7320508075688772},"54":{"tf":1.0},"65":{"tf":1.0},"82":{"tf":1.0},"86":{"tf":1.0},"92":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}},"f":{"df":0,"docs":{},"e":{"df":2,"docs":{"133":{"tf":1.0},"53":{"tf":1.0}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":3,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"27":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":8,"docs":{"115":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"44":{"tf":1.0},"63":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"82":{"tf":1.0}}}}},"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":8,"docs":{"111":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"18":{"tf":1.0},"24":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"a":{"d":{"df":1,"docs":{"82":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"20":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":25,"docs":{"108":{"tf":1.4142135623730951},"111":{"tf":1.0},"130":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"23":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"71":{"tf":1.0},"72":{"tf":1.4142135623730951},"8":{"tf":1.0},"82":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"27":{"tf":1.7320508075688772},"29":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.0},"8":{"tf":1.4142135623730951},"93":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"t":{"df":9,"docs":{"11":{"tf":1.0},"130":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"41":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":5,"docs":{"39":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"89":{"tf":1.7320508075688772},"91":{"tf":1.0}}}},"df":0,"docs":{}}}},"c":{"(":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"5":{"tf":1.0}}}}}}}}},"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":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"20":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"113":{"tf":1.0},"133":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"18":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"l":{"df":3,"docs":{"127":{"tf":1.4142135623730951},"133":{"tf":1.0},"91":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"89":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"113":{"tf":1.0}}}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"105":{"tf":1.0},"133":{"tf":1.0},"46":{"tf":1.0},"82":{"tf":1.0},"93":{"tf":1.7320508075688772}}}},"c":{"df":1,"docs":{"113":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"132":{"tf":1.0},"56":{"tf":1.0},"82":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":14,"docs":{"116":{"tf":1.7320508075688772},"121":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0},"74":{"tf":2.0},"75":{"tf":1.0},"78":{"tf":2.0},"79":{"tf":1.0}}}}},"t":{"df":1,"docs":{"115":{"tf":1.0}}},"u":{"df":0,"docs":{},"s":{"df":13,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"125":{"tf":1.4142135623730951},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"133":{"tf":1.0},"57":{"tf":1.0},"62":{"tf":1.0},"7":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"76":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":1,"docs":{"5":{"tf":1.0}},"f":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"27":{"tf":1.0},"30":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":1,"docs":{"13":{"tf":1.0}}},"df":0,"docs":{}}}}}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"77":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"77":{"tf":1.0}}}}}}}}}},"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"99":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"133":{"tf":1.0},"52":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"1":{"tf":1.0},"21":{"tf":1.0},"78":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{"df":4,"docs":{"104":{"tf":1.0},"111":{"tf":1.0},"44":{"tf":1.0},"8":{"tf":1.0}}},"2":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"133":{"tf":1.0}}},"df":0,"docs":{}}}},"df":5,"docs":{"0":{"tf":1.0},"104":{"tf":1.0},"111":{"tf":1.0},"133":{"tf":2.23606797749979},"37":{"tf":1.0}}}}}},"o":{"df":23,"docs":{"105":{"tf":2.0},"113":{"tf":2.23606797749979},"127":{"tf":1.4142135623730951},"132":{"tf":1.7320508075688772},"133":{"tf":1.4142135623730951},"19":{"tf":2.23606797749979},"26":{"tf":1.0},"27":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"45":{"tf":1.7320508075688772},"47":{"tf":1.0},"50":{"tf":1.4142135623730951},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"66":{"tf":1.7320508075688772},"67":{"tf":1.4142135623730951},"8":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"19":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"45":{"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":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":6,"docs":{"100":{"tf":1.0},"29":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0},"92":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"82":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"17":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":20,"docs":{"113":{"tf":1.4142135623730951},"116":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.7320508075688772},"121":{"tf":1.0},"125":{"tf":1.0},"128":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"23":{"tf":1.0},"3":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"55":{"tf":1.0},"6":{"tf":1.4142135623730951},"62":{"tf":1.0},"89":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"26":{"tf":1.0},"62":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"66":{"tf":1.4142135623730951},"70":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"40":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"35":{"tf":1.4142135623730951},"40":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"23":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}}}}},"i":{"df":9,"docs":{"18":{"tf":1.0},"24":{"tf":1.0},"40":{"tf":1.7320508075688772},"56":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":2.23606797749979},"71":{"tf":1.4142135623730951}},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":18,"docs":{"11":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.4142135623730951},"128":{"tf":1.0},"130":{"tf":1.4142135623730951},"131":{"tf":2.0},"27":{"tf":1.4142135623730951},"30":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":2.0},"67":{"tf":1.4142135623730951},"68":{"tf":1.0},"70":{"tf":2.0},"71":{"tf":1.7320508075688772},"92":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":11,"docs":{"112":{"tf":1.0},"12":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"27":{"tf":1.4142135623730951},"32":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.7320508075688772},"70":{"tf":1.4142135623730951},"71":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"87":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"24":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"39":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"113":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":5,"docs":{"115":{"tf":1.4142135623730951},"129":{"tf":1.0},"14":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":9,"docs":{"129":{"tf":1.0},"133":{"tf":1.0},"17":{"tf":1.0},"23":{"tf":1.0},"6":{"tf":1.0},"78":{"tf":1.0},"82":{"tf":1.0},"86":{"tf":1.0},"97":{"tf":1.0}},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"86":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"r":{"df":7,"docs":{"1":{"tf":1.0},"24":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"62":{"tf":1.0},"82":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"|":{"df":2,"docs":{"89":{"tf":1.0},"90":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":4,"docs":{"84":{"tf":1.0},"89":{"tf":1.7320508075688772},"90":{"tf":1.7320508075688772},"92":{"tf":1.0}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"132":{"tf":1.0},"18":{"tf":2.0},"39":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":20,"docs":{"1":{"tf":1.0},"133":{"tf":1.0},"24":{"tf":1.4142135623730951},"27":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"5":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.4142135623730951},"60":{"tf":1.7320508075688772},"62":{"tf":1.0},"67":{"tf":2.23606797749979},"7":{"tf":1.0},"72":{"tf":1.0},"82":{"tf":1.0},"9":{"tf":1.0}},"—":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"82":{"tf":1.0}}}}}}}}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"41":{"tf":1.0},"80":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"21":{"tf":1.4142135623730951}},"i":{"c":{"df":0,"docs":{},"i":{"df":3,"docs":{"132":{"tf":1.0},"18":{"tf":1.4142135623730951},"21":{"tf":1.0}}}},"df":0,"docs":{}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"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":{"38":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"80":{"tf":1.0}}}}}}}}},"df":5,"docs":{"38":{"tf":1.0},"53":{"tf":1.0},"78":{"tf":1.4142135623730951},"79":{"tf":1.0},"80":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"133":{"tf":1.0},"25":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"6":{"tf":1.0},"82":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"115":{"tf":1.0},"119":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"68":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":7,"docs":{"113":{"tf":1.0},"120":{"tf":1.0},"124":{"tf":1.0},"39":{"tf":1.0},"61":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"123":{"tf":1.0},"40":{"tf":1.0},"56":{"tf":1.0}}},"t":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":11,"docs":{"0":{"tf":1.0},"111":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"55":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.4142135623730951}}},"x":{"df":1,"docs":{"78":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"133":{"tf":1.4142135623730951},"14":{"tf":1.0},"3":{"tf":1.0},"6":{"tf":1.0},"74":{"tf":1.0}}},"s":{"df":37,"docs":{"0":{"tf":1.0},"109":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.7320508075688772},"116":{"tf":2.449489742783178},"119":{"tf":1.4142135623730951},"122":{"tf":1.0},"129":{"tf":1.0},"13":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.7320508075688772},"29":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"47":{"tf":1.7320508075688772},"56":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"7":{"tf":1.0},"72":{"tf":1.0},"78":{"tf":2.449489742783178},"80":{"tf":1.0},"82":{"tf":1.0},"9":{"tf":1.4142135623730951},"92":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":2,"docs":{"13":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"/":{"df":0,"docs":{},"k":{"8":{"df":3,"docs":{"115":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"=":{"1":{"df":0,"docs":{},"x":{"1":{"df":1,"docs":{"66":{"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":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":3,"docs":{"116":{"tf":1.0},"66":{"tf":1.0},"78":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":6,"docs":{"26":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.0},"41":{"tf":1.0},"7":{"tf":1.0},"92":{"tf":1.0}}}},"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"=":{"1":{"2":{"7":{".":{"0":{".":{"0":{".":{"1":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"=":{"1":{"df":3,"docs":{"116":{"tf":1.0},"66":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":12,"docs":{"113":{"tf":1.0},"127":{"tf":1.4142135623730951},"133":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0},"63":{"tf":1.7320508075688772},"66":{"tf":1.0},"67":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":1.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":5,"docs":{"109":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":4,"docs":{"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0}},"u":{"df":2,"docs":{"2":{"tf":1.0},"56":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"19":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.0},"40":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"38":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"133":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0},"82":{"tf":1.0},"90":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"3":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"132":{"tf":1.0},"21":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":14,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"116":{"tf":1.0},"13":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":2.23606797749979},"29":{"tf":1.4142135623730951},"30":{"tf":1.0},"34":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":20,"docs":{"101":{"tf":1.0},"123":{"tf":1.0},"131":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"18":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"62":{"tf":1.0},"67":{"tf":1.0},"74":{"tf":1.0},"8":{"tf":1.4142135623730951},"82":{"tf":1.0},"87":{"tf":1.0},"92":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"113":{"tf":1.0},"90":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"113":{"tf":1.0},"120":{"tf":1.0},"128":{"tf":1.0}}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"101":{"tf":1.0},"120":{"tf":1.0},"128":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":21,"docs":{"0":{"tf":1.0},"113":{"tf":1.0},"123":{"tf":1.0},"125":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":1.0},"18":{"tf":1.4142135623730951},"21":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"80":{"tf":1.0},"92":{"tf":1.0}},"s":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"e":{",":{"d":{"a":{"=":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":2,"docs":{"33":{"tf":1.0},"75":{"tf":1.0}}}}},"df":0,"docs":{}}},"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":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"18":{"tf":1.0},"21":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"55":{"tf":1.0}}}}},"i":{"d":{"df":1,"docs":{"84":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"35":{"tf":1.0},"57":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"53":{"tf":1.0},"55":{"tf":1.0},"86":{"tf":1.0},"98":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"116":{"tf":1.0},"75":{"tf":1.0}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"108":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"df":5,"docs":{"26":{"tf":1.0},"53":{"tf":1.0},"7":{"tf":1.0},"80":{"tf":1.4142135623730951},"92":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"80":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":11,"docs":{"115":{"tf":2.23606797749979},"116":{"tf":3.0},"119":{"tf":1.0},"133":{"tf":1.4142135623730951},"14":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"59":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"78":{"tf":3.1622776601683795}},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"115":{"tf":1.0}}},"df":0,"docs":{}}}},"df":2,"docs":{"1":{"tf":1.0},"63":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"115":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"35":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":3,"docs":{"0":{"tf":1.0},"82":{"tf":1.0},"93":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":4,"docs":{"106":{"tf":1.0},"133":{"tf":1.0},"38":{"tf":1.0},"49":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"81":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":19,"docs":{"105":{"tf":1.0},"113":{"tf":1.0},"127":{"tf":1.7320508075688772},"133":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.4142135623730951},"45":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"74":{"tf":1.0},"82":{"tf":1.0},"9":{"tf":1.4142135623730951},"97":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"59":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"52":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":4,"docs":{"105":{"tf":1.0},"133":{"tf":1.0},"23":{"tf":1.0},"82":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"82":{"tf":1.0},"92":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"i":{"df":5,"docs":{"130":{"tf":1.0},"131":{"tf":1.0},"66":{"tf":1.0},"70":{"tf":1.0},"78":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"e":{"df":8,"docs":{"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"5":{"tf":1.0},"92":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"133":{"tf":1.0},"55":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"56":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"113":{"tf":1.0},"126":{"tf":1.0},"21":{"tf":1.0},"39":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"26":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}}}}},"p":{"df":6,"docs":{"130":{"tf":1.0},"131":{"tf":1.0},"66":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"78":{"tf":1.0}},"u":{"df":1,"docs":{"66":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"116":{"tf":2.23606797749979},"54":{"tf":1.0},"78":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":7,"docs":{"24":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.4142135623730951},"34":{"tf":1.0},"81":{"tf":1.0},"92":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"133":{"tf":1.4142135623730951},"19":{"tf":1.0},"35":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":5,"docs":{"132":{"tf":1.0},"133":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"c":{"df":2,"docs":{"66":{"tf":1.0},"74":{"tf":1.0}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"a":{"df":2,"docs":{"133":{"tf":1.0},"77":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"68":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"t":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"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":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"0":{"df":2,"docs":{"15":{"tf":1.0},"80":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"(":{")":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"33":{"tf":1.0},"80":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":4,"docs":{"89":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"95":{"tf":1.0},"96":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":1,"docs":{"122":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"116":{"tf":1.0},"52":{"tf":1.0},"87":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":7,"docs":{"34":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"69":{"tf":1.0},"88":{"tf":1.0},"97":{"tf":1.0}}}}}}}},"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"5":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"[":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"23":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"a":{"_":{"a":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":30,"docs":{"0":{"tf":2.23606797749979},"104":{"tf":1.7320508075688772},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"12":{"tf":1.0},"125":{"tf":1.7320508075688772},"128":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":2.0},"14":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"27":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":2.0},"47":{"tf":1.0},"49":{"tf":1.4142135623730951},"62":{"tf":1.0},"65":{"tf":1.0},"68":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.7320508075688772},"8":{"tf":1.4142135623730951},"80":{"tf":1.0},"87":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"63":{"tf":1.0},"66":{"tf":1.0}}}}}},"t":{"a":{"df":12,"docs":{"0":{"tf":2.0},"132":{"tf":1.0},"133":{"tf":2.23606797749979},"23":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"6":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"92":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"23":{"tf":1.0},"5":{"tf":1.0}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"116":{"tf":1.0}}}}}},"df":8,"docs":{"116":{"tf":1.0},"117":{"tf":1.0},"19":{"tf":1.0},"58":{"tf":1.0},"66":{"tf":1.0},"75":{"tf":1.4142135623730951},"78":{"tf":1.0},"80":{"tf":1.0}},"g":{"df":2,"docs":{"22":{"tf":1.0},"98":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"23":{"tf":1.0},"35":{"tf":1.0}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"r":{"df":8,"docs":{"133":{"tf":1.0},"17":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"82":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"81":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"91":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":24,"docs":{"11":{"tf":1.0},"115":{"tf":1.7320508075688772},"116":{"tf":1.4142135623730951},"12":{"tf":1.0},"132":{"tf":1.7320508075688772},"14":{"tf":1.4142135623730951},"15":{"tf":1.0},"18":{"tf":1.7320508075688772},"19":{"tf":1.0},"21":{"tf":1.7320508075688772},"39":{"tf":1.0},"65":{"tf":2.23606797749979},"66":{"tf":1.7320508075688772},"69":{"tf":1.0},"70":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":2.0},"79":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0},"87":{"tf":1.0},"89":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"35":{"tf":1.0},"8":{"tf":1.0},"82":{"tf":1.0},"92":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"38":{"tf":1.0},"39":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"27":{"tf":1.7320508075688772}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":6,"docs":{"26":{"tf":1.0},"31":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"97":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":32,"docs":{"109":{"tf":2.0},"111":{"tf":1.0},"118":{"tf":1.0},"133":{"tf":1.4142135623730951},"17":{"tf":1.0},"23":{"tf":1.4142135623730951},"24":{"tf":1.0},"26":{"tf":1.7320508075688772},"27":{"tf":1.4142135623730951},"29":{"tf":2.0},"30":{"tf":1.0},"34":{"tf":1.4142135623730951},"4":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":2.0},"6":{"tf":1.4142135623730951},"60":{"tf":1.0},"7":{"tf":1.4142135623730951},"72":{"tf":1.0},"74":{"tf":1.0},"82":{"tf":1.4142135623730951},"9":{"tf":1.7320508075688772},"92":{"tf":1.7320508075688772},"93":{"tf":1.4142135623730951},"97":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"(":{"&":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":9,"docs":{"110":{"tf":1.0},"111":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"118":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"84":{"tf":1.0},"89":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":6,"docs":{"119":{"tf":1.0},"17":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.4142135623730951},"6":{"tf":1.0},"82":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":4,"docs":{"133":{"tf":1.0},"26":{"tf":1.0},"55":{"tf":1.0},"82":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"24":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":6,"docs":{"131":{"tf":1.0},"15":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"62":{"tf":1.0},"97":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"19":{"tf":1.4142135623730951},"22":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"113":{"tf":1.0},"132":{"tf":1.0},"19":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951},"40":{"tf":1.0}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":6,"docs":{"24":{"tf":1.0},"40":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.4142135623730951}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":2,"docs":{"128":{"tf":1.0},"129":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"132":{"tf":1.0},"25":{"tf":1.0},"56":{"tf":1.0},"74":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"58":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":9,"docs":{"115":{"tf":1.7320508075688772},"14":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"65":{"tf":1.0},"67":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.4142135623730951},"78":{"tf":2.0}}}}}}},"df":0,"docs":{}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"133":{"tf":1.0},"15":{"tf":1.0},"75":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"59":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"98":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":7,"docs":{"0":{"tf":1.0},"104":{"tf":1.0},"111":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.4142135623730951},"77":{"tf":1.0},"87":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"37":{"tf":1.0},"74":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"62":{"tf":1.0},"81":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"8":{"df":2,"docs":{"27":{"tf":1.0},"30":{"tf":1.0}}},"df":0,"docs":{}}},"df":26,"docs":{"109":{"tf":1.0},"11":{"tf":1.0},"115":{"tf":2.0},"116":{"tf":2.8284271247461903},"119":{"tf":1.0},"129":{"tf":1.7320508075688772},"13":{"tf":1.0},"130":{"tf":1.0},"14":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"29":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.7320508075688772},"66":{"tf":1.0},"67":{"tf":1.7320508075688772},"7":{"tf":1.0},"78":{"tf":3.3166247903554},"9":{"tf":1.0},"92":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"27":{"tf":1.0},"40":{"tf":1.0},"92":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"\'":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}},"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":5,"docs":{"126":{"tf":1.0},"127":{"tf":1.0},"21":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"116":{"tf":1.4142135623730951}}},"’":{"df":0,"docs":{},"t":{"df":4,"docs":{"113":{"tf":1.0},"127":{"tf":1.0},"132":{"tf":1.0},"89":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"129":{"tf":1.0},"23":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":2,"docs":{"116":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"45":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"[":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}},"df":7,"docs":{"23":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"89":{"tf":1.0}},"n":{"df":1,"docs":{"36":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"l":{"df":9,"docs":{"26":{"tf":1.0},"27":{"tf":1.0},"34":{"tf":1.0},"39":{"tf":1.0},"84":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"128":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"t":{"df":15,"docs":{"107":{"tf":1.0},"113":{"tf":1.0},"132":{"tf":1.4142135623730951},"133":{"tf":2.23606797749979},"18":{"tf":1.4142135623730951},"21":{"tf":2.23606797749979},"22":{"tf":1.0},"23":{"tf":1.0},"35":{"tf":1.0},"40":{"tf":1.0},"49":{"tf":1.0},"56":{"tf":1.0},"65":{"tf":1.0},"82":{"tf":1.0},"93":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":6,"docs":{"125":{"tf":1.0},"133":{"tf":1.4142135623730951},"23":{"tf":1.0},"53":{"tf":1.0},"72":{"tf":1.4142135623730951},"90":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"89":{"tf":1.7320508075688772},"90":{"tf":1.0},"95":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}}}}}}}}}},"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"5":{"tf":1.0}}}},"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":10,"docs":{"115":{"tf":1.4142135623730951},"123":{"tf":1.0},"133":{"tf":1.4142135623730951},"33":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"75":{"tf":1.0},"84":{"tf":1.0},"87":{"tf":1.0},"89":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"89":{"tf":1.0}}}}}}},"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"23":{"tf":1.0}}}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":8,"docs":{"133":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0},"6":{"tf":1.0},"76":{"tf":1.0},"92":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"62":{"tf":1.0}}}}},"s":{"df":1,"docs":{"59":{"tf":1.0}},"i":{"df":1,"docs":{"35":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":1,"docs":{"116":{"tf":1.0}}}}},"df":2,"docs":{"23":{"tf":1.0},"5":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"16":{"tf":1.0},"35":{"tf":1.0},"75":{"tf":1.0}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"133":{"tf":1.0},"77":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"b":{"df":2,"docs":{"11":{"tf":1.0},"66":{"tf":1.0}},"o":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"16":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":10,"docs":{"0":{"tf":1.0},"105":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"33":{"tf":1.0},"39":{"tf":1.0},"65":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":8,"docs":{"105":{"tf":1.4142135623730951},"127":{"tf":1.4142135623730951},"19":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"8":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"d":{"df":2,"docs":{"44":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":7,"docs":{"122":{"tf":1.0},"15":{"tf":1.7320508075688772},"75":{"tf":1.4142135623730951},"79":{"tf":1.0},"80":{"tf":1.4142135623730951},"86":{"tf":1.0},"9":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"80":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"132":{"tf":1.0},"21":{"tf":1.0},"82":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"26":{"tf":1.0},"3":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":5,"docs":{"125":{"tf":1.0},"126":{"tf":1.0},"21":{"tf":1.4142135623730951},"35":{"tf":1.0},"82":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":12,"docs":{"0":{"tf":1.0},"119":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"133":{"tf":1.4142135623730951},"54":{"tf":1.0},"56":{"tf":1.0},"62":{"tf":1.0},"67":{"tf":1.0},"82":{"tf":1.4142135623730951},"87":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"27":{"tf":1.0},"7":{"tf":1.0},"92":{"tf":1.0}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"27":{"tf":1.0},"30":{"tf":1.0}}}}}}}}}},"v":{"df":1,"docs":{"113":{"tf":1.0}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":23,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.4142135623730951},"35":{"tf":1.0},"40":{"tf":1.4142135623730951},"56":{"tf":1.7320508075688772},"57":{"tf":1.4142135623730951},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"75":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"113":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"84":{"tf":1.0}}}}}}},"r":{"(":{"\\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"89":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"/":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":11,"docs":{"113":{"tf":1.0},"118":{"tf":1.4142135623730951},"120":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"128":{"tf":1.0},"72":{"tf":1.4142135623730951},"75":{"tf":1.0},"79":{"tf":1.4142135623730951},"85":{"tf":1.0},"97":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"2":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"c":{"df":2,"docs":{"76":{"tf":1.4142135623730951},"80":{"tf":1.0}}},"df":0,"docs":{}},"v":{"a":{"df":0,"docs":{},"l":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"90":{"tf":1.0},"96":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":8,"docs":{"133":{"tf":1.0},"23":{"tf":1.0},"38":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"86":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":3,"docs":{"24":{"tf":1.0},"6":{"tf":1.0},"81":{"tf":1.0}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"116":{"tf":1.4142135623730951},"18":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":28,"docs":{"111":{"tf":1.0},"116":{"tf":2.0},"121":{"tf":1.0},"133":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.0},"31":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772},"46":{"tf":1.0},"47":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.7320508075688772},"67":{"tf":1.4142135623730951},"69":{"tf":1.0},"7":{"tf":1.4142135623730951},"74":{"tf":2.23606797749979},"75":{"tf":1.4142135623730951},"77":{"tf":1.0},"78":{"tf":2.0},"79":{"tf":1.0},"88":{"tf":1.0},"92":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"95":{"tf":1.0},"97":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":2,"docs":{"26":{"tf":1.0},"92":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"r":{"c":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"97":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"95":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":4,"docs":{"34":{"tf":1.0},"41":{"tf":1.0},"7":{"tf":1.0},"93":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"113":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"c":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":2,"docs":{"116":{"tf":1.0},"78":{"tf":1.0}},"u":{"df":0,"docs":{},"t":{"df":10,"docs":{"110":{"tf":1.0},"113":{"tf":1.0},"133":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"5":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"r":{"df":16,"docs":{"0":{"tf":1.4142135623730951},"101":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":2.0},"119":{"tf":1.0},"13":{"tf":1.0},"133":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"47":{"tf":1.7320508075688772},"65":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.7320508075688772},"78":{"tf":2.23606797749979}},"s":{"(":{"0":{"df":3,"docs":{"42":{"tf":1.0},"43":{"tf":1.0},"95":{"tf":1.0}}},"1":{"df":3,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0}}},"2":{"df":9,"docs":{"101":{"tf":1.0},"111":{"tf":1.0},"19":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"116":{"tf":1.0},"78":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":5,"docs":{"133":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"6":{"tf":1.0}}}}},"df":0,"docs":{}}},"h":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"113":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"115":{"tf":1.0},"125":{"tf":1.0},"67":{"tf":1.0},"86":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":13,"docs":{"106":{"tf":1.0},"111":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"_":{"c":{"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":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"96":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"89":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":47,"docs":{"1":{"tf":1.0},"106":{"tf":1.0},"118":{"tf":1.4142135623730951},"122":{"tf":1.0},"125":{"tf":1.0},"128":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.4142135623730951},"133":{"tf":2.23606797749979},"15":{"tf":1.4142135623730951},"18":{"tf":2.6457513110645907},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":2.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.0},"29":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.7320508075688772},"82":{"tf":2.23606797749979},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.4142135623730951},"89":{"tf":2.0},"90":{"tf":1.7320508075688772},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"96":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":7,"docs":{"112":{"tf":1.0},"133":{"tf":1.0},"31":{"tf":1.0},"41":{"tf":1.0},"57":{"tf":1.0},"62":{"tf":1.0},"7":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"28":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"39":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"1":{"tf":1.0},"116":{"tf":1.4142135623730951},"21":{"tf":1.0},"24":{"tf":1.0},"35":{"tf":1.0},"40":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"29":{"tf":1.0},"67":{"tf":2.0},"79":{"tf":1.0},"85":{"tf":1.0}}}},"s":{"df":4,"docs":{"15":{"tf":1.0},"33":{"tf":1.0},"80":{"tf":1.4142135623730951},"84":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"80":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"—":{"a":{"d":{"df":0,"docs":{},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"113":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"38":{"tf":1.0},"39":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":11,"docs":{"113":{"tf":1.0},"125":{"tf":1.0},"133":{"tf":1.0},"24":{"tf":1.0},"34":{"tf":1.0},"49":{"tf":1.4142135623730951},"81":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":1.0},"87":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":8,"docs":{"27":{"tf":1.0},"51":{"tf":1.4142135623730951},"8":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}}}}}}},"}":{"\\"":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"90":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"f":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"20":{"tf":1.4142135623730951},"26":{"tf":1.0}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"87":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":10,"docs":{"117":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.7320508075688772},"125":{"tf":1.0},"126":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"23":{"tf":1.0},"67":{"tf":1.0},"84":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":12,"docs":{"116":{"tf":1.0},"118":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"24":{"tf":1.0},"35":{"tf":1.0},"40":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.4142135623730951},"80":{"tf":1.0},"86":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"s":{"df":5,"docs":{"132":{"tf":1.0},"133":{"tf":1.0},"21":{"tf":1.0},"62":{"tf":1.0},"75":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}}}},"q":{"df":1,"docs":{"132":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"35":{"tf":1.0},"40":{"tf":1.0},"58":{"tf":1.0},"84":{"tf":1.0},"91":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"63":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}}}}},"df":2,"docs":{"116":{"tf":2.6457513110645907},"78":{"tf":2.449489742783178}},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"47":{"tf":1.0},"66":{"tf":1.0},"9":{"tf":1.0},"93":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"40":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"86":{"tf":1.0}}},"df":0,"docs":{}},"t":{"c":{"df":0,"docs":{},"h":{"df":10,"docs":{"112":{"tf":1.0},"12":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"27":{"tf":1.4142135623730951},"32":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"71":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"40":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"95":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"df":11,"docs":{"115":{"tf":2.449489742783178},"116":{"tf":1.0},"120":{"tf":1.0},"131":{"tf":1.0},"14":{"tf":2.23606797749979},"33":{"tf":1.4142135623730951},"65":{"tf":1.4142135623730951},"66":{"tf":1.0},"75":{"tf":1.7320508075688772},"76":{"tf":1.7320508075688772},"78":{"tf":2.8284271247461903}},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"116":{"tf":1.0},"78":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"116":{"tf":2.0},"119":{"tf":1.0},"33":{"tf":1.0},"54":{"tf":1.0},"65":{"tf":1.0},"75":{"tf":1.0},"77":{"tf":1.4142135623730951},"78":{"tf":1.7320508075688772}}}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"108":{"tf":1.0},"55":{"tf":1.0}}}},"d":{"df":3,"docs":{"114":{"tf":1.0},"116":{"tf":2.0},"48":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":3,"docs":{"132":{"tf":1.0},"65":{"tf":1.0},"75":{"tf":1.0}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":7,"docs":{"101":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"35":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"116":{"tf":1.7320508075688772},"119":{"tf":1.0},"120":{"tf":1.0},"19":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0}},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"132":{"tf":1.0}}}}}}}}}},"t":{"df":4,"docs":{"40":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.0},"88":{"tf":1.0}}},"x":{"df":10,"docs":{"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":5,"docs":{"115":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"78":{"tf":1.0}}},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"113":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"23":{"tf":1.0},"38":{"tf":1.0},"5":{"tf":1.0},"61":{"tf":1.0},"80":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":4,"docs":{"24":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"56":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"8":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0}}}}}}},"n":{"df":29,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"8":{"tf":1.0},"89":{"tf":2.449489742783178},"90":{"tf":2.0},"95":{"tf":2.449489742783178},"96":{"tf":2.23606797749979},"97":{"tf":1.4142135623730951}}},"o":{"c":{"df":0,"docs":{},"u":{"df":2,"docs":{"120":{"tf":1.0},"17":{"tf":1.0}},"s":{"df":3,"docs":{"0":{"tf":1.0},"26":{"tf":1.0},"62":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":6,"docs":{"116":{"tf":1.0},"117":{"tf":1.0},"4":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0},"78":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"89":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"39":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"t":{"!":{"(":{"\\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"90":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"6":{"tf":1.0}},"u":{"df":0,"docs":{},"l":{"a":{"df":1,"docs":{"21":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"2":{"tf":1.0},"39":{"tf":1.0}}}},"df":3,"docs":{"120":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"k":{"/":{"c":{"df":0,"docs":{},"f":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"z":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":15,"docs":{"11":{"tf":1.0},"112":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.0},"125":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}}}}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":4,"docs":{"11":{"tf":1.0},"130":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0}}}}},"df":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":{"30":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"92":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"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":2,"docs":{"34":{"tf":1.0},"93":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"r":{"df":2,"docs":{"34":{"tf":1.0},"92":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"80":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"93":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"93":{"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":0,"docs":{},"n":{"df":2,"docs":{"34":{"tf":1.0},"93":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"97":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"{":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{",":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{",":{"df":0,"docs":{},"k":{"8":{"df":1,"docs":{"92":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"84":{"tf":1.0},"85":{"tf":1.0},"92":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"34":{"tf":1.0},"93":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{".":{"df":0,"docs":{},"r":{"df":2,"docs":{"95":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"96":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":2,"docs":{"34":{"tf":1.0},"93":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":2,"docs":{"34":{"tf":1.0},"93":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"95":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}},"df":26,"docs":{"0":{"tf":1.0},"118":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"2":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.4142135623730951},"31":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"7":{"tf":1.4142135623730951},"74":{"tf":1.7320508075688772},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.0},"92":{"tf":1.4142135623730951},"97":{"tf":1.0}},"’":{"df":1,"docs":{"39":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"47":{"tf":1.0},"50":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"3":{"tf":1.0},"75":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":8,"docs":{"0":{"tf":1.0},"113":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"19":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0}}}}}}},"d":{"df":5,"docs":{"102":{"tf":1.0},"120":{"tf":1.0},"126":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"54":{"tf":1.4142135623730951}}}}}},"g":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"113":{"tf":1.0},"3":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"61":{"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":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"84":{"tf":1.0},"89":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":24,"docs":{"112":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"120":{"tf":1.0},"125":{"tf":1.4142135623730951},"128":{"tf":1.0},"133":{"tf":1.7320508075688772},"24":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"54":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":1.4142135623730951},"62":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.0},"82":{"tf":1.0},"89":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0}}}}},"t":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"89":{"tf":1.0},"90":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"70":{"tf":1.0}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"63":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"1":{"tf":1.0}},"n":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"33":{"tf":1.0},"75":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"133":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"35":{"tf":1.0},"40":{"tf":1.0}}}},"df":4,"docs":{"115":{"tf":1.0},"34":{"tf":1.0},"70":{"tf":1.0},"75":{"tf":1.0}},"e":{"df":1,"docs":{"93":{"tf":1.0}}},"o":{"d":{"df":7,"docs":{"123":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"35":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"65":{"tf":1.0},"75":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"116":{"tf":1.0},"119":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"1":{"6":{"df":5,"docs":{"112":{"tf":1.0},"133":{"tf":1.0},"57":{"tf":1.0},"62":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":1,"docs":{"133":{"tf":1.0}}}},"w":{"df":1,"docs":{"91":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"86":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":4,"docs":{"25":{"tf":1.0},"34":{"tf":1.0},"82":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{}}},"df":4,"docs":{"1":{"tf":1.0},"113":{"tf":1.0},"25":{"tf":1.0},"34":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"23":{"tf":1.0}},"l":{"df":2,"docs":{"17":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"r":{"d":{"df":1,"docs":{"19":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}}},"df":1,"docs":{"118":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"116":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":1,"docs":{"52":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"133":{"tf":1.0},"20":{"tf":1.4142135623730951},"35":{"tf":1.0},"6":{"tf":1.0}},"i":{"df":3,"docs":{"122":{"tf":1.0},"20":{"tf":1.0},"38":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"df":3,"docs":{"27":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}},"p":{"df":1,"docs":{"16":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"27":{"tf":1.0},"32":{"tf":1.0},"39":{"tf":1.0},"70":{"tf":1.0},"84":{"tf":1.0},"87":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"e":{"df":4,"docs":{"0":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"90":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":8,"docs":{"133":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"35":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.4142135623730951},"6":{"tf":1.0},"92":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"60":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"20":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":4,"docs":{"129":{"tf":1.0},"26":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"24":{"tf":1.0},"58":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.0},"71":{"tf":1.0},"78":{"tf":1.0},"92":{"tf":1.0}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"67":{"tf":1.0},"72":{"tf":1.0}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"92":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"1":{"8":{"0":{"8":{"0":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"122":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"0":{"9":{"0":{"df":6,"docs":{"122":{"tf":1.0},"15":{"tf":1.0},"33":{"tf":1.0},"66":{"tf":1.0},"80":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"122":{"tf":1.0},"15":{"tf":1.0},"80":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"i":{"[":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"38":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"d":{">":{":":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"78":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"115":{"tf":1.0},"116":{"tf":2.23606797749979},"78":{"tf":1.0}},"e":{"a":{"df":3,"docs":{"51":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"89":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"62":{"tf":1.0},"79":{"tf":1.0}}}}}},"i":{"df":1,"docs":{"25":{"tf":1.0}},"i":{"df":1,"docs":{"81":{"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":{"41":{"tf":1.0},"88":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":14,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"130":{"tf":2.0},"131":{"tf":1.0},"27":{"tf":1.7320508075688772},"30":{"tf":1.0},"31":{"tf":1.0},"41":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":2.23606797749979},"67":{"tf":2.23606797749979},"7":{"tf":1.0},"72":{"tf":1.4142135623730951},"9":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"17":{"tf":1.4142135623730951}}}},"l":{"df":5,"docs":{"89":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":12,"docs":{"34":{"tf":2.0},"51":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":1.4142135623730951},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":7,"docs":{"100":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"57":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.0}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":18,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"133":{"tf":1.0},"14":{"tf":1.0},"20":{"tf":1.0},"33":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"54":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0},"76":{"tf":1.4142135623730951},"78":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":7,"docs":{"132":{"tf":1.0},"133":{"tf":1.0},"20":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"113":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":8,"docs":{"113":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"126":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"61":{"tf":1.0},"74":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"\\"":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"89":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":5,"docs":{"115":{"tf":1.7320508075688772},"116":{"tf":1.4142135623730951},"120":{"tf":1.0},"14":{"tf":1.4142135623730951},"78":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":4,"docs":{"15":{"tf":1.0},"65":{"tf":1.0},"75":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":6,"docs":{"133":{"tf":1.0},"17":{"tf":1.0},"3":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0},"97":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"23":{"tf":1.0},"39":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"38":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":3,"docs":{"38":{"tf":1.4142135623730951},"84":{"tf":1.0},"89":{"tf":1.4142135623730951}},"i":{"df":1,"docs":{"55":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"84":{"tf":1.0},"89":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"115":{"tf":2.0},"66":{"tf":1.0},"78":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"80":{"tf":1.0}}}}}}},"df":4,"docs":{"116":{"tf":1.0},"120":{"tf":1.0},"59":{"tf":1.0},"80":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"71":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"116":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"120":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":3,"docs":{"26":{"tf":1.0},"3":{"tf":1.0},"41":{"tf":1.0}}}},"n":{"d":{"df":4,"docs":{"132":{"tf":1.0},"133":{"tf":1.0},"35":{"tf":1.0},"82":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"66":{"tf":1.0}}},"t":{"df":4,"docs":{"17":{"tf":1.0},"24":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"0":{"tf":1.4142135623730951},"3":{"tf":1.0},"82":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":3,"docs":{"20":{"tf":2.0},"34":{"tf":1.0},"92":{"tf":1.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"16":{"tf":1.0},"24":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0}}}}}},"v":{"df":5,"docs":{"113":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"18":{"tf":1.0},"53":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"19":{"tf":1.0}},"t":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"54":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":3,"docs":{"3":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"u":{"df":5,"docs":{"120":{"tf":1.4142135623730951},"122":{"tf":1.0},"123":{"tf":1.0},"62":{"tf":1.0},"89":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"35":{"tf":1.0},"58":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"74":{"tf":1.0}}}}}},"’":{"df":1,"docs":{"79":{"tf":1.0}}}},"v":{"df":1,"docs":{"98":{"tf":1.0}}}},"j":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"g":{"df":4,"docs":{"133":{"tf":1.0},"24":{"tf":1.0},"6":{"tf":1.0},"82":{"tf":1.0}}}},"df":0,"docs":{}}},"k":{"8":{"df":15,"docs":{"112":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"119":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"14":{"tf":1.0},"27":{"tf":1.0},"40":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"72":{"tf":1.0},"78":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":6,"docs":{"26":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.0},"41":{"tf":1.0},"7":{"tf":1.0},"92":{"tf":1.0}}}},"df":1,"docs":{"67":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":8,"docs":{"113":{"tf":1.0},"127":{"tf":1.0},"133":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"66":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":1.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":{"109":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":17,"docs":{"116":{"tf":1.0},"132":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.4142135623730951},"35":{"tf":1.0},"39":{"tf":1.7320508075688772},"40":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"78":{"tf":1.0},"82":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0},"98":{"tf":1.0}}}},"y":{"df":7,"docs":{"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"47":{"tf":1.0},"8":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"129":{"tf":1.0}}}},"n":{"d":{"df":1,"docs":{"67":{"tf":1.7320508075688772}}},"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":{"133":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":1,"docs":{"123":{"tf":1.0}}}}}},"u":{"b":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":6,"docs":{"115":{"tf":1.4142135623730951},"116":{"tf":3.872983346207417},"119":{"tf":1.7320508075688772},"14":{"tf":1.0},"67":{"tf":1.0},"78":{"tf":3.3166247903554}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":14,"docs":{"109":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"29":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"g":{"df":14,"docs":{"11":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"128":{"tf":1.0},"130":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"32":{"tf":1.0},"62":{"tf":1.0},"68":{"tf":1.4142135623730951},"72":{"tf":1.0}},"r":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"27":{"tf":1.0},"30":{"tf":1.0},"70":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":3,"docs":{"116":{"tf":2.0},"119":{"tf":1.0},"78":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"24":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"116":{"tf":1.0},"120":{"tf":1.0},"82":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"39":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"133":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"44":{"tf":1.4142135623730951},"6":{"tf":1.0},"77":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"26":{"tf":1.0},"3":{"tf":1.0},"39":{"tf":1.0},"87":{"tf":1.0},"93":{"tf":1.0}}}}}}},"df":4,"docs":{"115":{"tf":1.0},"116":{"tf":3.0},"119":{"tf":1.4142135623730951},"78":{"tf":2.449489742783178}},"e":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"133":{"tf":1.0},"77":{"tf":1.0}}}}},"df":0,"docs":{},"k":{"df":2,"docs":{"23":{"tf":1.0},"82":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}},"v":{"df":1,"docs":{"79":{"tf":1.0}}}},"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"133":{"tf":1.0}}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"63":{"tf":1.0}}}},"t":{"df":1,"docs":{"3":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":16,"docs":{"121":{"tf":1.0},"133":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"82":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0}}}}}},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"27":{"tf":1.0},"29":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"89":{"tf":1.0}}}}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":2,"docs":{"116":{"tf":1.0},"38":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"116":{"tf":1.4142135623730951},"119":{"tf":1.0},"78":{"tf":1.4142135623730951}}}},"v":{"df":0,"docs":{},"e":{"df":20,"docs":{"116":{"tf":1.0},"123":{"tf":1.0},"125":{"tf":1.0},"132":{"tf":1.4142135623730951},"133":{"tf":1.7320508075688772},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"62":{"tf":1.0},"92":{"tf":1.4142135623730951}}}}},"o":{"a":{"d":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}}}}},"df":11,"docs":{"120":{"tf":1.0},"131":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.7320508075688772},"48":{"tf":1.4142135623730951},"49":{"tf":1.7320508075688772},"53":{"tf":1.0},"55":{"tf":1.0},"67":{"tf":2.0},"9":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"=":{"2":{"df":1,"docs":{"65":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"=":{"1":{"2":{"0":{"df":1,"docs":{"65":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"=":{"3":{"df":1,"docs":{"65":{"tf":1.0}}},"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":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":8,"docs":{"116":{"tf":1.4142135623730951},"121":{"tf":1.0},"65":{"tf":1.4142135623730951},"69":{"tf":1.0},"74":{"tf":2.0},"75":{"tf":1.0},"78":{"tf":1.4142135623730951},"79":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":6,"docs":{"26":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.0},"41":{"tf":1.0},"7":{"tf":1.0},"92":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":9,"docs":{"113":{"tf":1.0},"127":{"tf":1.0},"133":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"63":{"tf":1.4142135623730951},"66":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":1.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":5,"docs":{"109":{"tf":1.0},"111":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":30,"docs":{"1":{"tf":1.0},"109":{"tf":1.0},"112":{"tf":1.0},"115":{"tf":1.4142135623730951},"116":{"tf":1.0},"119":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"14":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.7320508075688772},"29":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.4142135623730951},"65":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.4142135623730951},"78":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":1.0}}},"t":{"df":4,"docs":{"115":{"tf":1.0},"62":{"tf":1.0},"69":{"tf":1.4142135623730951},"70":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":23,"docs":{"113":{"tf":1.7320508075688772},"114":{"tf":1.0},"115":{"tf":3.1622776601683795},"116":{"tf":4.795831523312719},"120":{"tf":1.0},"121":{"tf":1.4142135623730951},"125":{"tf":1.0},"128":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"14":{"tf":3.0},"15":{"tf":1.4142135623730951},"33":{"tf":2.23606797749979},"62":{"tf":1.4142135623730951},"65":{"tf":1.7320508075688772},"66":{"tf":1.7320508075688772},"73":{"tf":1.0},"74":{"tf":2.6457513110645907},"75":{"tf":2.6457513110645907},"76":{"tf":2.0},"78":{"tf":5.0},"89":{"tf":1.0},"93":{"tf":1.0}},"i":{"c":{"df":3,"docs":{"133":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}},"s":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"116":{"tf":1.0}}}}}},"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"80":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"116":{"tf":1.0}}}}}}},":":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"78":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"132":{"tf":1.0},"21":{"tf":1.0},"35":{"tf":1.0},"82":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"118":{"tf":1.0},"132":{"tf":1.0}}},"p":{"df":3,"docs":{"17":{"tf":1.0},"40":{"tf":1.0},"58":{"tf":1.0}}},"s":{"df":1,"docs":{"26":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"133":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"24":{"tf":1.0}}}}}},"r":{"df":2,"docs":{"23":{"tf":1.0},"5":{"tf":1.0}}},"s":{"df":2,"docs":{"116":{"tf":1.0},"78":{"tf":1.0}}},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":2,"docs":{"132":{"tf":1.0},"21":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"24":{"tf":1.0},"40":{"tf":1.0},"59":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"26":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":29,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"95":{"tf":1.7320508075688772},"96":{"tf":1.4142135623730951},"97":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"24":{"tf":1.0},"55":{"tf":1.0},"81":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":11,"docs":{"133":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"24":{"tf":1.4142135623730951},"3":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"70":{"tf":1.0},"74":{"tf":1.4142135623730951},"92":{"tf":1.0}}}},"l":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"54":{"tf":1.4142135623730951}}}}}}},"n":{"df":0,"docs":{},"i":{"df":5,"docs":{"3":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"6":{"tf":1.0},"82":{"tf":1.0}}},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"133":{"tf":1.0}}}}},"p":{"df":2,"docs":{"62":{"tf":1.0},"66":{"tf":1.0}}},"t":{"c":{"df":0,"docs":{},"h":{"df":6,"docs":{"116":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"66":{"tf":1.0},"78":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"98":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"35":{"tf":1.0},"60":{"tf":1.0}}}}}},"x":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"2":{"0":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}},"4":{"0":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"6":{"0":{"df":1,"docs":{"105":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":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":{"105":{"tf":1.0}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"48":{"tf":1.0}}}}}}}},"d":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"27":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":1,"docs":{"126":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":7,"docs":{"0":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"40":{"tf":1.0},"82":{"tf":1.0}}}}},"t":{"df":1,"docs":{"39":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"133":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"74":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"15":{"tf":1.0},"80":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"20":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":4,"docs":{"14":{"tf":1.0},"54":{"tf":1.7320508075688772},"74":{"tf":1.0},"77":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"1":{"tf":1.0},"2":{"tf":1.0},"26":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"118":{"tf":1.0},"124":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"133":{"tf":1.0},"62":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"d":{"df":6,"docs":{"34":{"tf":1.0},"52":{"tf":1.0},"80":{"tf":1.0},"93":{"tf":1.4142135623730951},"95":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"c":{"df":9,"docs":{"113":{"tf":1.0},"15":{"tf":1.4142135623730951},"23":{"tf":1.0},"33":{"tf":1.4142135623730951},"66":{"tf":1.0},"75":{"tf":1.0},"80":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"0":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"3":{"0":{"df":1,"docs":{"105":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":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":{"105":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"116":{"tf":1.0}}}},"k":{"df":0,"docs":{},"u":{"b":{"df":1,"docs":{"67":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"m":{"df":6,"docs":{"123":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.4142135623730951},"58":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"132":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"86":{"tf":1.0}}}}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"113":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"s":{"df":8,"docs":{"113":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"132":{"tf":1.0},"62":{"tf":1.0},"72":{"tf":1.0},"84":{"tf":1.0}}},"t":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"74":{"tf":1.0}}}},"df":0,"docs":{}}},"x":{"df":3,"docs":{"113":{"tf":1.0},"19":{"tf":1.0},"77":{"tf":1.0}},"e":{"d":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"63":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"52":{"tf":1.0}},"l":{"df":8,"docs":{"1":{"tf":1.0},"2":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"39":{"tf":1.0},"82":{"tf":1.7320508075688772},"92":{"tf":1.0}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"34":{"tf":1.0},"78":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"24":{"tf":1.0}}}},"df":2,"docs":{"65":{"tf":1.0},"84":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"13":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"125":{"tf":1.0},"91":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"116":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"115":{"tf":1.4142135623730951},"14":{"tf":1.4142135623730951},"66":{"tf":1.0},"67":{"tf":1.0},"78":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"24":{"tf":1.0},"40":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":7,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"2":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.4142135623730951},"35":{"tf":1.0},"59":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"133":{"tf":1.0},"40":{"tf":1.0}}}}}}},"t":{"df":11,"docs":{"111":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0},"89":{"tf":1.0},"95":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":4,"docs":{"89":{"tf":1.0},"90":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}}}}}}},"df":0,"docs":{}},"=":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":3,"docs":{"116":{"tf":1.7320508075688772},"119":{"tf":1.0},"78":{"tf":1.7320508075688772}}}}}}},"df":14,"docs":{"115":{"tf":1.4142135623730951},"116":{"tf":3.605551275463989},"119":{"tf":1.7320508075688772},"14":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0},"7":{"tf":1.0},"71":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":2.0},"84":{"tf":1.0},"89":{"tf":1.0}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":3,"docs":{"116":{"tf":3.0},"119":{"tf":1.0},"78":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"df":5,"docs":{"116":{"tf":1.7320508075688772},"119":{"tf":1.0},"126":{"tf":1.0},"20":{"tf":1.0},"78":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"40":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":13,"docs":{"119":{"tf":1.0},"132":{"tf":1.4142135623730951},"19":{"tf":1.0},"3":{"tf":1.0},"39":{"tf":1.0},"52":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}},"—":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"g":{"df":2,"docs":{"133":{"tf":1.0},"62":{"tf":1.0}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"77":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":14,"docs":{"101":{"tf":1.0},"111":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":16,"docs":{"0":{"tf":1.7320508075688772},"120":{"tf":1.0},"128":{"tf":1.0},"133":{"tf":1.4142135623730951},"15":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.4142135623730951},"35":{"tf":1.0},"52":{"tf":1.7320508075688772},"6":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"133":{"tf":1.0},"54":{"tf":1.0}}}}},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"89":{"tf":1.0},"90":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":8,"docs":{"34":{"tf":1.7320508075688772},"82":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"93":{"tf":2.449489742783178},"95":{"tf":1.4142135623730951},"96":{"tf":1.0},"97":{"tf":1.0}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}}},"o":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"86":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":2,"docs":{"52":{"tf":1.0},"86":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":53,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"101":{"tf":1.7320508075688772},"105":{"tf":1.0},"113":{"tf":1.4142135623730951},"115":{"tf":2.8284271247461903},"116":{"tf":1.7320508075688772},"119":{"tf":1.4142135623730951},"120":{"tf":1.7320508075688772},"122":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"127":{"tf":1.7320508075688772},"128":{"tf":1.7320508075688772},"129":{"tf":1.0},"133":{"tf":2.23606797749979},"14":{"tf":2.449489742783178},"15":{"tf":1.4142135623730951},"2":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.7320508075688772},"27":{"tf":1.4142135623730951},"29":{"tf":1.0},"3":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"52":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":2.0},"6":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.0},"62":{"tf":2.0},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"7":{"tf":1.0},"74":{"tf":2.449489742783178},"75":{"tf":1.0},"76":{"tf":2.0},"78":{"tf":1.7320508075688772},"80":{"tf":1.7320508075688772},"82":{"tf":1.0},"84":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"97":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"15":{"tf":1.0},"75":{"tf":1.0}},"i":{"df":2,"docs":{"19":{"tf":1.0},"40":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"df":25,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"11":{"tf":1.0},"112":{"tf":1.0},"115":{"tf":2.23606797749979},"116":{"tf":1.7320508075688772},"119":{"tf":1.0},"12":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.4142135623730951},"131":{"tf":1.0},"133":{"tf":1.0},"14":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.7320508075688772},"3":{"tf":1.7320508075688772},"32":{"tf":1.0},"62":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.7320508075688772},"67":{"tf":1.7320508075688772},"70":{"tf":1.4142135623730951},"71":{"tf":1.0},"76":{"tf":2.0},"78":{"tf":2.6457513110645907}},"s":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"77":{"tf":1.0}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"77":{"tf":1.0}}}}}}}}}},"d":{"a":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"77":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"77":{"tf":1.0}}}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"77":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"62":{"tf":1.0}},"k":{"df":0,"docs":{},"z":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"=":{"/":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"12":{"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":{},"t":{"df":0,"docs":{},"o":{"/":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"69":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":3,"docs":{"30":{"tf":1.0},"62":{"tf":1.0},"69":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"115":{"tf":1.0}}}}}}},"=":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"78":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"115":{"tf":1.0},"76":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"66":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"116":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"78":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":1,"docs":{"65":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"75":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":9,"docs":{"115":{"tf":1.4142135623730951},"14":{"tf":2.0},"33":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":6,"docs":{"14":{"tf":1.0},"33":{"tf":1.0},"62":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"77":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"=":{"\\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"e":{",":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"_":{"d":{"a":{"_":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"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":2,"docs":{"121":{"tf":1.0},"75":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"e":{",":{"d":{"a":{"=":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"65":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"=":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":6,"docs":{"116":{"tf":1.0},"121":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"74":{"tf":1.7320508075688772},"75":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":5,"docs":{"14":{"tf":1.0},"33":{"tf":1.0},"62":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"77":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"=":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"4":{"3":{"1":{"7":{"df":2,"docs":{"15":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":2,"docs":{"75":{"tf":1.0},"9":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"=":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"4":{"3":{"1":{"8":{"df":2,"docs":{"15":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":2,"docs":{"75":{"tf":1.0},"9":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":6,"docs":{"11":{"tf":1.0},"31":{"tf":1.0},"41":{"tf":1.0},"7":{"tf":1.0},"72":{"tf":1.0},"9":{"tf":1.0}},"e":{"=":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":4,"docs":{"116":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951}}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"67":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":2,"docs":{"33":{"tf":1.0},"75":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":7,"docs":{"115":{"tf":1.4142135623730951},"116":{"tf":1.0},"14":{"tf":1.0},"65":{"tf":1.4142135623730951},"75":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"75":{"tf":2.0}}}},"t":{"df":0,"docs":{},"e":{"df":9,"docs":{"115":{"tf":1.0},"116":{"tf":1.7320508075688772},"119":{"tf":1.0},"21":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"78":{"tf":1.4142135623730951}}}}},"t":{"df":0,"docs":{},"p":{"df":2,"docs":{"132":{"tf":1.0},"18":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"101":{"tf":1.4142135623730951},"18":{"tf":1.0},"39":{"tf":1.0},"65":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"o":{"[":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"23":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":22,"docs":{"113":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"131":{"tf":1.0},"132":{"tf":1.4142135623730951},"133":{"tf":1.7320508075688772},"15":{"tf":1.4142135623730951},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.4142135623730951},"35":{"tf":1.0},"40":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.4142135623730951},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"66":{"tf":1.0},"73":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"40":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"82":{"tf":1.0}}}}},"df":0,"docs":{}},"df":2,"docs":{"116":{"tf":1.4142135623730951},"23":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"92":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"78":{"tf":1.0}}}}}}},"k":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"\\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"89":{"tf":1.0},"90":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":11,"docs":{"111":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"89":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}}},"n":{"c":{"df":3,"docs":{"23":{"tf":1.0},"6":{"tf":1.0},"82":{"tf":1.0}}},"df":4,"docs":{"26":{"tf":1.0},"3":{"tf":1.0},"61":{"tf":1.0},"87":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"60":{"tf":1.0}}}}},"p":{"df":1,"docs":{"133":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":12,"docs":{"0":{"tf":1.0},"104":{"tf":1.0},"111":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"45":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"62":{"tf":1.7320508075688772}}}},"t":{"df":2,"docs":{"19":{"tf":1.0},"39":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":10,"docs":{"14":{"tf":1.4142135623730951},"15":{"tf":1.0},"23":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"70":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"79":{"tf":1.0},"86":{"tf":1.0},"9":{"tf":1.0}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":11,"docs":{"133":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.4142135623730951},"24":{"tf":1.0},"26":{"tf":1.4142135623730951},"56":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0},"74":{"tf":1.0},"82":{"tf":1.0},"92":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"132":{"tf":1.0},"18":{"tf":1.0},"39":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"129":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"24":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"p":{"df":4,"docs":{"15":{"tf":1.0},"75":{"tf":1.7320508075688772},"79":{"tf":2.23606797749979},"9":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":9,"docs":{"133":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.0},"40":{"tf":1.0},"5":{"tf":1.0},"56":{"tf":1.0},"62":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.0}}}}},"df":2,"docs":{"66":{"tf":1.0},"78":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"115":{"tf":1.0},"116":{"tf":1.4142135623730951},"118":{"tf":1.0},"14":{"tf":1.0},"78":{"tf":1.0}},"—":{"d":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.0},"49":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"58":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"d":{"df":7,"docs":{"12":{"tf":1.0},"30":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0},"80":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"df":1,"docs":{"125":{"tf":1.0}}}}}}}}}}},"p":{"2":{"df":0,"docs":{},"p":{"df":1,"docs":{"77":{"tf":1.0}}}},"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"23":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"92":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"1":{"tf":1.0},"56":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"93":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":15,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.0},"131":{"tf":1.0},"133":{"tf":1.0},"21":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.0},"32":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.0},"68":{"tf":1.4142135623730951},"72":{"tf":1.0},"87":{"tf":1.0},"93":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}}},"t":{"df":4,"docs":{"2":{"tf":1.0},"25":{"tf":1.0},"81":{"tf":1.0},"98":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":4,"docs":{"0":{"tf":1.0},"133":{"tf":1.0},"37":{"tf":1.0},"87":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":2.0}}}}}},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"56":{"tf":1.0},"80":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":2,"docs":{"123":{"tf":1.0},"23":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":7,"docs":{"115":{"tf":1.7320508075688772},"12":{"tf":1.0},"131":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0},"62":{"tf":1.0},"69":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":10,"docs":{"116":{"tf":1.4142135623730951},"120":{"tf":1.0},"132":{"tf":1.0},"26":{"tf":1.0},"39":{"tf":2.0},"40":{"tf":1.0},"41":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951}}}}}}}},"df":14,"docs":{"116":{"tf":1.7320508075688772},"121":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0},"74":{"tf":2.0},"75":{"tf":1.0},"78":{"tf":2.0},"79":{"tf":1.0}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"120":{"tf":1.0}}}},"r":{"df":19,"docs":{"103":{"tf":1.0},"104":{"tf":1.4142135623730951},"111":{"tf":1.7320508075688772},"115":{"tf":2.23606797749979},"116":{"tf":1.0},"122":{"tf":1.0},"133":{"tf":1.4142135623730951},"14":{"tf":1.7320508075688772},"15":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.7320508075688772},"19":{"tf":1.4142135623730951},"21":{"tf":1.0},"33":{"tf":1.4142135623730951},"39":{"tf":1.0},"65":{"tf":1.7320508075688772},"75":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":3,"docs":{"0":{"tf":1.4142135623730951},"133":{"tf":1.4142135623730951},"6":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"133":{"tf":1.0},"49":{"tf":1.0}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"115":{"tf":1.0},"116":{"tf":1.0},"14":{"tf":1.0},"65":{"tf":1.0},"78":{"tf":1.4142135623730951}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"16":{"tf":1.0}}}}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"35":{"tf":1.0},"40":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"132":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"14":{"tf":1.0},"59":{"tf":1.0}}}}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"129":{"tf":1.0}}}}}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"71":{"tf":1.0}}}},"df":0,"docs":{},"n":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":9,"docs":{"110":{"tf":1.0},"111":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"[":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"61":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":26,"docs":{"1":{"tf":1.0},"111":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"23":{"tf":2.0},"24":{"tf":1.0},"26":{"tf":1.4142135623730951},"3":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":2.0},"57":{"tf":1.4142135623730951},"6":{"tf":1.0},"61":{"tf":1.0},"8":{"tf":1.0},"82":{"tf":1.0},"92":{"tf":1.0},"95":{"tf":1.0}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"62":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"u":{"df":1,"docs":{"0":{"tf":1.0}},"g":{"df":1,"docs":{"88":{"tf":1.0}},"g":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"24":{"tf":1.0},"36":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"d":{"df":7,"docs":{"115":{"tf":1.4142135623730951},"116":{"tf":4.795831523312719},"119":{"tf":2.23606797749979},"133":{"tf":1.0},"14":{"tf":1.0},"67":{"tf":1.0},"78":{"tf":2.23606797749979}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"27":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"92":{"tf":1.0}}}}},"l":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"133":{"tf":1.0}},"e":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":17,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"116":{"tf":1.4142135623730951},"120":{"tf":1.0},"125":{"tf":1.4142135623730951},"128":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"57":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951},"75":{"tf":1.0},"78":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":1,"docs":{"68":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"20":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"22":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0}}}},"df":0,"docs":{}},"df":7,"docs":{"113":{"tf":1.7320508075688772},"120":{"tf":1.0},"122":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.4142135623730951},"59":{"tf":1.0},"66":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"116":{"tf":1.0},"133":{"tf":1.0},"82":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":4,"docs":{"132":{"tf":1.0},"133":{"tf":1.0},"25":{"tf":1.0},"40":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"24":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}},"i":{"df":0,"docs":{},"x":{"df":6,"docs":{"115":{"tf":1.4142135623730951},"116":{"tf":1.0},"14":{"tf":1.0},"76":{"tf":1.4142135623730951},"77":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951}}}}},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"133":{"tf":1.0}}}}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"26":{"tf":1.0},"92":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":9,"docs":{"112":{"tf":1.0},"128":{"tf":1.0},"56":{"tf":1.4142135623730951},"62":{"tf":2.0},"66":{"tf":1.0},"67":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"9":{"tf":1.0}}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"112":{"tf":1.0},"128":{"tf":1.0},"131":{"tf":1.0},"62":{"tf":1.0}}}},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"76":{"tf":1.0}}}},"t":{"df":3,"docs":{"113":{"tf":1.0},"40":{"tf":1.0},"87":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"38":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"113":{"tf":1.0},"133":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":3,"docs":{"116":{"tf":1.7320508075688772},"129":{"tf":1.0},"78":{"tf":1.4142135623730951}},"s":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"116":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"27":{"tf":1.0},"56":{"tf":1.0},"92":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"92":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"16":{"tf":1.4142135623730951},"22":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"n":{"!":{"(":{"\\"":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"o":{"b":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"18":{"tf":1.0},"21":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":8,"docs":{"133":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"61":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"120":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":18,"docs":{"109":{"tf":1.0},"119":{"tf":1.0},"129":{"tf":1.4142135623730951},"133":{"tf":1.0},"14":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"29":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"52":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0},"74":{"tf":1.0},"9":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":8,"docs":{"0":{"tf":1.0},"106":{"tf":1.0},"125":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.4142135623730951},"18":{"tf":1.7320508075688772},"38":{"tf":1.0},"86":{"tf":1.0}},"t":{"df":6,"docs":{"113":{"tf":1.0},"133":{"tf":1.7320508075688772},"21":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"113":{"tf":1.0},"133":{"tf":1.4142135623730951},"20":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.4142135623730951},"82":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"0":{"tf":1.0},"115":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":9,"docs":{"122":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"27":{"tf":1.4142135623730951},"30":{"tf":1.0},"33":{"tf":1.0},"66":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951},"9":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"63":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"o":{"df":0,"docs":{},"f":{"df":11,"docs":{"112":{"tf":1.0},"120":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"128":{"tf":1.0},"133":{"tf":1.4142135623730951},"31":{"tf":1.0},"41":{"tf":1.0},"57":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"54":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"133":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":7,"docs":{"0":{"tf":1.0},"132":{"tf":1.0},"18":{"tf":1.7320508075688772},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"3":{"tf":1.0},"39":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":3,"docs":{"132":{"tf":1.0},"21":{"tf":1.0},"89":{"tf":1.0}}},"i":{"d":{"df":5,"docs":{"29":{"tf":1.0},"59":{"tf":1.0},"84":{"tf":1.0},"92":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":7,"docs":{"133":{"tf":1.0},"23":{"tf":1.4142135623730951},"56":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0},"82":{"tf":1.0},"97":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"61":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}},"s":{"df":4,"docs":{"115":{"tf":1.0},"116":{"tf":1.7320508075688772},"119":{"tf":1.4142135623730951},"78":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"89":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"b":{"df":5,"docs":{"89":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951},"97":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"0":{"tf":1.0},"133":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"132":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"29":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"74":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"67":{"tf":1.7320508075688772}}}}}},"q":{"a":{"df":1,"docs":{"3":{"tf":1.0}}},"df":2,"docs":{"116":{"tf":1.0},"78":{"tf":1.0}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"55":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"113":{"tf":1.0},"115":{"tf":1.0},"63":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"22":{"tf":1.0}}}}}}},"r":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"23":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":3,"docs":{"105":{"tf":1.0},"19":{"tf":1.0},"66":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"115":{"tf":1.0},"116":{"tf":1.0}}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"78":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"(":{"1":{"0":{"df":1,"docs":{"50":{"tf":1.0}}},"5":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"3":{"df":1,"docs":{"45":{"tf":1.0}}},"5":{"df":8,"docs":{"103":{"tf":1.0},"111":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":14,"docs":{"113":{"tf":1.7320508075688772},"125":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"47":{"tf":1.4142135623730951},"48":{"tf":2.0},"65":{"tf":1.0}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":5,"docs":{"130":{"tf":1.0},"131":{"tf":1.0},"23":{"tf":1.0},"66":{"tf":1.0},"70":{"tf":1.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"89":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"90":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"89":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"l":{"df":4,"docs":{"133":{"tf":1.0},"61":{"tf":1.0},"89":{"tf":1.4142135623730951},"90":{"tf":1.0}},"e":{"df":0,"docs":{},"—":{"a":{"df":1,"docs":{"62":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"36":{"tf":1.0},"39":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":14,"docs":{"119":{"tf":1.4142135623730951},"120":{"tf":1.0},"128":{"tf":1.0},"133":{"tf":1.4142135623730951},"17":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.7320508075688772},"86":{"tf":1.0},"97":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"92":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":3,"docs":{"0":{"tf":1.0},"3":{"tf":1.0},"88":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"1":{"tf":1.0},"3":{"tf":1.0},"46":{"tf":1.0},"52":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"132":{"tf":1.0},"18":{"tf":1.0}}}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"131":{"tf":1.0}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"86":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":7,"docs":{"116":{"tf":1.0},"132":{"tf":1.0},"40":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.0},"70":{"tf":1.0},"78":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"132":{"tf":1.4142135623730951},"37":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.4142135623730951}}},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"113":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":5,"docs":{"120":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"24":{"tf":1.0},"39":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"115":{"tf":1.0},"133":{"tf":1.0},"34":{"tf":1.0},"81":{"tf":1.0},"92":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"120":{"tf":1.0}}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"56":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"67":{"tf":1.4142135623730951}}},"y":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"67":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}},"x":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":1,"docs":{"18":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{}},"df":3,"docs":{"115":{"tf":1.0},"40":{"tf":1.0},"86":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"116":{"tf":1.0},"38":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"67":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"19":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":1,"docs":{"41":{"tf":1.0}},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"122":{"tf":1.0},"62":{"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":{"70":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"82":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":5,"docs":{"35":{"tf":1.0},"40":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.4142135623730951},"63":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"89":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":32,"docs":{"105":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.0},"125":{"tf":1.0},"128":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"27":{"tf":1.4142135623730951},"3":{"tf":1.0},"31":{"tf":1.7320508075688772},"37":{"tf":1.0},"41":{"tf":1.7320508075688772},"45":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"68":{"tf":1.0},"7":{"tf":1.7320508075688772},"70":{"tf":1.0},"72":{"tf":1.0},"78":{"tf":1.4142135623730951},"8":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":8,"docs":{"132":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.4142135623730951},"45":{"tf":1.7320508075688772},"47":{"tf":1.0},"54":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"92":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":4,"docs":{"113":{"tf":1.0},"23":{"tf":1.0},"82":{"tf":1.0},"86":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"62":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":4,"docs":{"128":{"tf":1.0},"133":{"tf":1.4142135623730951},"6":{"tf":1.0},"82":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":16,"docs":{"105":{"tf":2.23606797749979},"113":{"tf":1.4142135623730951},"129":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.4142135623730951},"19":{"tf":1.0},"23":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"45":{"tf":1.4142135623730951},"47":{"tf":1.0},"50":{"tf":1.4142135623730951},"52":{"tf":1.0},"59":{"tf":1.0},"66":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"<":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"97":{"tf":1.0}}}}}}},"df":15,"docs":{"111":{"tf":1.0},"16":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.0},"89":{"tf":1.4142135623730951},"90":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":3,"docs":{"0":{"tf":1.0},"133":{"tf":1.0},"20":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":7,"docs":{"133":{"tf":1.4142135623730951},"23":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0},"85":{"tf":1.0},"89":{"tf":1.0},"97":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"26":{"tf":1.4142135623730951},"39":{"tf":1.0},"85":{"tf":1.0},"92":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":3,"docs":{"132":{"tf":1.0},"24":{"tf":1.0},"40":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"24":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"91":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"132":{"tf":1.0},"21":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":7,"docs":{"0":{"tf":1.0},"133":{"tf":1.4142135623730951},"3":{"tf":1.0},"6":{"tf":1.0},"82":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"70":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"133":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"c":{"df":1,"docs":{"89":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"11":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"11":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"111":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":7,"docs":{"84":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.7320508075688772},"90":{"tf":1.4142135623730951},"92":{"tf":1.0},"95":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}}}}}}}}},"df":43,"docs":{"1":{"tf":1.0},"107":{"tf":1.4142135623730951},"113":{"tf":1.7320508075688772},"115":{"tf":1.0},"116":{"tf":2.449489742783178},"121":{"tf":1.0},"123":{"tf":1.0},"125":{"tf":1.0},"132":{"tf":1.4142135623730951},"133":{"tf":2.23606797749979},"16":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.7320508075688772},"23":{"tf":1.7320508075688772},"24":{"tf":1.0},"25":{"tf":1.0},"31":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"35":{"tf":1.7320508075688772},"38":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"49":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.7320508075688772},"58":{"tf":1.0},"6":{"tf":1.4142135623730951},"60":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":2.0},"67":{"tf":1.4142135623730951},"69":{"tf":1.0},"7":{"tf":1.4142135623730951},"71":{"tf":1.0},"74":{"tf":2.0},"75":{"tf":1.0},"78":{"tf":2.6457513110645907},"79":{"tf":1.0},"82":{"tf":2.0},"90":{"tf":1.0},"92":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"84":{"tf":1.0},"89":{"tf":1.4142135623730951}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":6,"docs":{"26":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.0},"41":{"tf":1.0},"7":{"tf":1.0},"92":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":9,"docs":{"110":{"tf":1.0},"111":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":61,"docs":{"11":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"115":{"tf":1.4142135623730951},"116":{"tf":2.6457513110645907},"120":{"tf":1.0},"121":{"tf":1.0},"125":{"tf":1.0},"127":{"tf":1.0},"130":{"tf":1.0},"132":{"tf":1.7320508075688772},"133":{"tf":2.23606797749979},"14":{"tf":2.0},"23":{"tf":1.7320508075688772},"24":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"29":{"tf":1.0},"31":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.7320508075688772},"57":{"tf":1.7320508075688772},"58":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.7320508075688772},"65":{"tf":1.4142135623730951},"66":{"tf":1.7320508075688772},"67":{"tf":1.7320508075688772},"69":{"tf":1.0},"7":{"tf":1.4142135623730951},"72":{"tf":1.0},"74":{"tf":2.8284271247461903},"75":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"78":{"tf":2.8284271247461903},"79":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.4142135623730951},"92":{"tf":2.0},"97":{"tf":1.4142135623730951}},"s":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"29":{"tf":1.0}}}}}}}},"df":0,"docs":{},"k":{"8":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"—":{"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":{"df":1,"docs":{"128":{"tf":1.0}}}}}}}}}}},"’":{"df":1,"docs":{"62":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"61":{"tf":1.0}},"{":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":6,"docs":{"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"61":{"tf":1.0},"82":{"tf":1.0},"92":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"61":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"=":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"74":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":3,"docs":{"14":{"tf":1.0},"62":{"tf":1.0},"74":{"tf":1.0}}}}}},"df":2,"docs":{"70":{"tf":1.0},"88":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":2,"docs":{"79":{"tf":1.0},"87":{"tf":1.0}},"t":{"df":0,"docs":{},"y":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"m":{"df":0,"docs":{},"e":{"df":7,"docs":{"132":{"tf":1.4142135623730951},"133":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"56":{"tf":1.4142135623730951},"67":{"tf":1.0},"92":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"132":{"tf":1.0},"77":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"62":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":14,"docs":{"100":{"tf":1.0},"111":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"7":{"tf":1.0},"92":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":14,"docs":{"101":{"tf":1.0},"111":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0},"95":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":6,"docs":{"29":{"tf":1.0},"39":{"tf":1.0},"8":{"tf":1.0},"92":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":42,"docs":{"1":{"tf":1.0},"108":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"123":{"tf":1.0},"127":{"tf":1.0},"132":{"tf":1.7320508075688772},"133":{"tf":2.23606797749979},"16":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":2.23606797749979},"27":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":2.0},"4":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"46":{"tf":1.0},"51":{"tf":1.0},"56":{"tf":1.7320508075688772},"57":{"tf":1.0},"6":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":1.0},"82":{"tf":2.23606797749979},"91":{"tf":1.4142135623730951},"92":{"tf":2.23606797749979},"93":{"tf":1.4142135623730951},"97":{"tf":1.7320508075688772},"98":{"tf":1.0},"99":{"tf":1.0}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"60":{"tf":1.0},"67":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"68":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":2,"docs":{"15":{"tf":1.0},"33":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":5,"docs":{"11":{"tf":1.0},"27":{"tf":1.4142135623730951},"30":{"tf":1.0},"32":{"tf":1.0},"70":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":9,"docs":{"112":{"tf":1.0},"12":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.7320508075688772},"70":{"tf":1.4142135623730951},"71":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":7,"docs":{"107":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.4142135623730951},"18":{"tf":2.0},"21":{"tf":1.0},"40":{"tf":1.0},"65":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"d":{"df":12,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"120":{"tf":1.0},"126":{"tf":1.0},"132":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"8":{"tf":1.0},"82":{"tf":1.0}}},"df":14,"docs":{"131":{"tf":1.0},"15":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0},"97":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"116":{"tf":2.0},"119":{"tf":1.0},"78":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}},"f":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"89":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"97":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":4,"docs":{"39":{"tf":1.0},"89":{"tf":1.7320508075688772},"90":{"tf":1.7320508075688772},"96":{"tf":1.4142135623730951}}}},"n":{"d":{"df":8,"docs":{"111":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":7,"docs":{"14":{"tf":1.0},"19":{"tf":1.7320508075688772},"22":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"40":{"tf":1.0},"76":{"tf":1.0}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"92":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"27":{"tf":1.0},"30":{"tf":1.0}}}},"i":{"c":{"df":6,"docs":{"0":{"tf":1.0},"113":{"tf":1.0},"133":{"tf":1.0},"20":{"tf":1.0},"59":{"tf":1.0},"77":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"t":{"df":18,"docs":{"112":{"tf":1.0},"115":{"tf":1.4142135623730951},"125":{"tf":1.0},"128":{"tf":1.0},"133":{"tf":1.0},"14":{"tf":1.7320508075688772},"23":{"tf":1.0},"26":{"tf":1.0},"35":{"tf":1.0},"56":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"74":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951},"81":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":5,"docs":{"113":{"tf":1.0},"131":{"tf":1.0},"27":{"tf":1.4142135623730951},"32":{"tf":1.0},"59":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":10,"docs":{"133":{"tf":1.0},"16":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.0},"6":{"tf":1.0},"82":{"tf":1.0},"88":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":7,"docs":{"26":{"tf":1.0},"40":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"82":{"tf":1.0},"89":{"tf":1.0},"92":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"113":{"tf":1.0},"132":{"tf":1.0},"21":{"tf":1.4142135623730951}}}},"w":{"df":4,"docs":{"1":{"tf":1.0},"116":{"tf":1.0},"41":{"tf":1.0},"88":{"tf":1.0}}}}},"i":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"62":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":14,"docs":{"132":{"tf":1.0},"133":{"tf":1.7320508075688772},"20":{"tf":1.7320508075688772},"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0},"56":{"tf":1.4142135623730951},"6":{"tf":1.0},"62":{"tf":1.4142135623730951},"80":{"tf":1.0},"86":{"tf":1.0}},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"80":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"79":{"tf":1.0}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"42":{"tf":1.0},"89":{"tf":1.0}},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"42":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"i":{"df":1,"docs":{"79":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":3,"docs":{"23":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0}}}},"k":{"df":1,"docs":{"78":{"tf":1.0}}}},"t":{"df":1,"docs":{"26":{"tf":1.0}}},"z":{"df":0,"docs":{},"e":{"df":1,"docs":{"20":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"_":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"21":{"tf":1.0},"53":{"tf":1.0}}}}},"df":0,"docs":{}},"df":5,"docs":{"132":{"tf":2.0},"133":{"tf":1.7320508075688772},"18":{"tf":2.8284271247461903},"21":{"tf":2.449489742783178},"93":{"tf":1.0}}},"w":{"df":4,"docs":{"113":{"tf":1.0},"125":{"tf":1.0},"128":{"tf":1.0},"18":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"63":{"tf":1.0}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"3":{"tf":1.0},"35":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":8,"docs":{"113":{"tf":1.0},"132":{"tf":1.4142135623730951},"39":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.0},"58":{"tf":1.0},"63":{"tf":1.0},"91":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"85":{"tf":1.0},"90":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"3":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"121":{"tf":1.0}}}},"w":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"17":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"17":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":4,"docs":{"133":{"tf":1.0},"27":{"tf":1.4142135623730951},"7":{"tf":1.0},"74":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"87":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":11,"docs":{"116":{"tf":1.0},"133":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"23":{"tf":1.0},"33":{"tf":1.0},"38":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"78":{"tf":1.7320508075688772},"9":{"tf":1.0}},"i":{"df":3,"docs":{"133":{"tf":1.4142135623730951},"35":{"tf":1.0},"78":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"e":{"d":{"df":2,"docs":{"40":{"tf":1.0},"57":{"tf":1.0}},"—":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"113":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}}},"r":{"c":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"27":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"133":{"tf":1.0},"49":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"13":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"35":{"tf":1.0},"40":{"tf":1.0},"59":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"113":{"tf":1.4142135623730951}}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"113":{"tf":1.0},"40":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":1,"docs":{"101":{"tf":1.0}},"t":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"89":{"tf":1.0},"95":{"tf":1.0}}}}}}},"df":0,"docs":{}},"_":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"85":{"tf":1.0},"90":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":15,"docs":{"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"133":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"31":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.7320508075688772},"82":{"tf":1.0},"84":{"tf":1.0},"89":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"113":{"tf":1.0},"128":{"tf":1.0},"63":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":5,"docs":{"133":{"tf":1.7320508075688772},"20":{"tf":1.7320508075688772},"23":{"tf":1.0},"40":{"tf":1.0},"55":{"tf":1.7320508075688772}}},"i":{"c":{"df":2,"docs":{"89":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":2,"docs":{"119":{"tf":1.4142135623730951},"15":{"tf":1.0}}}},"y":{"df":5,"docs":{"132":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"53":{"tf":1.0},"90":{"tf":1.0}}}},"d":{":":{":":{"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":8,"docs":{"111":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{":":{":":{"a":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"89":{"tf":1.0}}},"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":{":":{":":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":9,"docs":{"100":{"tf":1.0},"111":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":3,"docs":{"115":{"tf":1.4142135623730951},"14":{"tf":1.4142135623730951},"75":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"39":{"tf":1.0},"62":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"132":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"p":{"df":3,"docs":{"133":{"tf":1.0},"23":{"tf":1.0},"82":{"tf":1.0}}}},"r":{"df":4,"docs":{"89":{"tf":1.0},"90":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"116":{"tf":1.4142135623730951},"133":{"tf":1.0},"78":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"44":{"tf":1.0},"47":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"82":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"89":{"tf":1.0},"90":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"27":{"tf":1.0},"54":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"u":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"43":{"tf":1.0}}}},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"17":{"tf":1.0}}}}},"df":7,"docs":{"0":{"tf":1.4142135623730951},"133":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"75":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":3,"docs":{"0":{"tf":1.0},"133":{"tf":1.0},"77":{"tf":1.0}}}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"132":{"tf":1.0},"133":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"6":{"tf":1.0},"82":{"tf":1.0},"93":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"119":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{},"x":{"df":2,"docs":{"115":{"tf":1.0},"76":{"tf":1.4142135623730951}}}}}},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"56":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"60":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"22":{"tf":1.0},"47":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"55":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":12,"docs":{"113":{"tf":1.0},"127":{"tf":1.4142135623730951},"45":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"66":{"tf":1.7320508075688772},"67":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"24":{"tf":1.0},"40":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0}},"e":{"d":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"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":{}}}},"w":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"132":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"113":{"tf":1.4142135623730951}}}}}}},"n":{"c":{"df":10,"docs":{"111":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"132":{"tf":1.0},"18":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":10,"docs":{"115":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":2.23606797749979},"20":{"tf":1.4142135623730951},"3":{"tf":1.0},"38":{"tf":1.4142135623730951},"45":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"82":{"tf":1.0}}}}}}}},"t":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"11":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0}}},"i":{"df":0,"docs":{},"l":{"=":{"1":{"0":{"0":{"0":{"df":1,"docs":{"78":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"0":{"0":{"df":1,"docs":{"116":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"116":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"5":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}},"3":{"0":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"4":{"5":{"df":1,"docs":{"105":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"89":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"90":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":7,"docs":{"132":{"tf":1.4142135623730951},"33":{"tf":1.0},"35":{"tf":1.0},"75":{"tf":1.0},"77":{"tf":1.7320508075688772},"89":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"82":{"tf":1.0}}}}},"d":{"df":3,"docs":{"38":{"tf":1.0},"61":{"tf":1.0},"80":{"tf":1.0}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"3":{"tf":1.4142135623730951},"40":{"tf":1.0}}},"r":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"116":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"79":{"tf":1.0}}}}}}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"13":{"tf":1.4142135623730951},"27":{"tf":1.0},"30":{"tf":1.0},"78":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"115":{"tf":1.4142135623730951},"14":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"39":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"116":{"tf":1.0}}}}}},"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"=":{"9":{"0":{"9":{"1":{"df":2,"docs":{"66":{"tf":1.0},"80":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"9":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":72,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.0},"11":{"tf":1.4142135623730951},"112":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.0},"123":{"tf":1.0},"125":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.0},"13":{"tf":1.7320508075688772},"130":{"tf":1.4142135623730951},"131":{"tf":1.0},"132":{"tf":2.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"2":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.7320508075688772},"27":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"3":{"tf":1.7320508075688772},"30":{"tf":1.0},"34":{"tf":2.449489742783178},"35":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"47":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"49":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.4142135623730951},"54":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":3.0},"67":{"tf":2.23606797749979},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.7320508075688772},"80":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"9":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":2.0},"93":{"tf":2.6457513110645907},"95":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951},"97":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"86":{"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":{"85":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"84":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"{":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":10,"docs":{"100":{"tf":1.0},"111":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"97":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"90":{"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":{"96":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"95":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"89":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"89":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"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":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":5,"docs":{"100":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"k":{"8":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"k":{"8":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"100":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{":":{":":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":5,"docs":{"100":{"tf":1.0},"111":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":6,"docs":{"111":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"{":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":3,"docs":{"100":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"—":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}}}}}}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{":":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":6,"docs":{"11":{"tf":1.0},"116":{"tf":1.0},"130":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":2.8284271247461903},"78":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"—":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"78":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"’":{"df":0,"docs":{},"r":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"18":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":1,"docs":{"9":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"24":{"tf":1.0},"56":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.0}}}}}}}}}}},"i":{"df":1,"docs":{"18":{"tf":1.0}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"e":{"df":14,"docs":{"0":{"tf":1.0},"105":{"tf":1.4142135623730951},"128":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"18":{"tf":2.0},"22":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.4142135623730951},"40":{"tf":1.0},"53":{"tf":1.4142135623730951},"58":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":10,"docs":{"112":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.0},"128":{"tf":1.0},"133":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":6,"docs":{"115":{"tf":1.0},"116":{"tf":1.4142135623730951},"14":{"tf":1.0},"53":{"tf":1.0},"76":{"tf":1.4142135623730951},"78":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"m":{"df":0,"docs":{},"p":{"/":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"116":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"78":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"78":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":4,"docs":{"130":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"71":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"78":{"tf":1.0}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"3":{"tf":1.0},"38":{"tf":1.0},"6":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"41":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"53":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"70":{"tf":1.0}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":27,"docs":{"101":{"tf":1.7320508075688772},"113":{"tf":1.4142135623730951},"123":{"tf":1.0},"126":{"tf":1.0},"133":{"tf":1.4142135623730951},"19":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"29":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.4142135623730951},"66":{"tf":1.0},"8":{"tf":1.4142135623730951},"82":{"tf":1.7320508075688772},"87":{"tf":1.0},"89":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951},"93":{"tf":1.0}},"y":{"(":{")":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"n":{")":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"m":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"g":{"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":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"89":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"133":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"9":{"tf":1.0}}}}}}},"df":7,"docs":{"15":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0},"61":{"tf":1.0},"75":{"tf":1.7320508075688772},"78":{"tf":1.0},"92":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"79":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"27":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"k":{"df":2,"docs":{"23":{"tf":1.0},"55":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":17,"docs":{"133":{"tf":1.4142135623730951},"19":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.4142135623730951},"61":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":7,"docs":{"34":{"tf":2.0},"8":{"tf":1.0},"88":{"tf":1.0},"92":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":29,"docs":{"0":{"tf":1.0},"103":{"tf":2.0},"111":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"126":{"tf":1.0},"132":{"tf":1.4142135623730951},"133":{"tf":1.7320508075688772},"17":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"19":{"tf":2.0},"20":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.4142135623730951},"39":{"tf":1.0},"43":{"tf":2.0},"44":{"tf":2.0},"45":{"tf":1.0},"48":{"tf":1.7320508075688772},"49":{"tf":1.4142135623730951},"50":{"tf":1.0},"54":{"tf":2.0},"55":{"tf":1.4142135623730951},"61":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.4142135623730951},"92":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"d":{"a":{"df":1,"docs":{"125":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"133":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"27":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"133":{"tf":1.4142135623730951},"37":{"tf":1.0},"6":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"112":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"132":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"40":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"40":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"57":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"40":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":2,"docs":{"132":{"tf":1.0},"14":{"tf":1.0}}}},"x":{"df":1,"docs":{"47":{"tf":1.4142135623730951}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":2,"docs":{"133":{"tf":1.0},"97":{"tf":1.0}}},"i":{"c":{"df":1,"docs":{"74":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"p":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"57":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":12,"docs":{"133":{"tf":1.0},"3":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"113":{"tf":1.0}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"62":{"tf":1.0},"74":{"tf":1.0},"79":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"113":{"tf":1.0},"79":{"tf":1.0},"90":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"75":{"tf":1.4142135623730951},"79":{"tf":1.0}}}}}},"p":{"df":6,"docs":{"115":{"tf":1.4142135623730951},"129":{"tf":1.0},"14":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"92":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"35":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"31":{"tf":1.0},"63":{"tf":1.0},"92":{"tf":1.0}}}},"df":42,"docs":{"100":{"tf":2.449489742783178},"103":{"tf":1.0},"111":{"tf":2.0},"115":{"tf":1.0},"116":{"tf":2.6457513110645907},"119":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.7320508075688772},"14":{"tf":1.0},"26":{"tf":1.0},"34":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":2.23606797749979},"43":{"tf":2.23606797749979},"44":{"tf":2.23606797749979},"45":{"tf":2.23606797749979},"48":{"tf":2.23606797749979},"49":{"tf":2.23606797749979},"50":{"tf":2.23606797749979},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":2.449489742783178},"8":{"tf":1.4142135623730951},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.4142135623730951},"86":{"tf":1.0},"89":{"tf":2.23606797749979},"90":{"tf":1.7320508075688772},"95":{"tf":1.7320508075688772},"96":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"20":{"tf":1.7320508075688772},"25":{"tf":1.0},"26":{"tf":1.0},"37":{"tf":1.0}},"s":{"(":{"1":{"0":{"df":2,"docs":{"43":{"tf":1.0},"45":{"tf":1.0}}},"5":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":5,"docs":{"103":{"tf":1.0},"111":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"5":{"0":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":3,"docs":{"113":{"tf":1.0},"120":{"tf":1.0},"126":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"z":{"df":2,"docs":{"89":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"91":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"27":{"tf":1.0},"32":{"tf":1.0}}}},"x":{"df":0,"docs":{},"o":{"df":1,"docs":{"133":{"tf":1.4142135623730951}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"115":{"tf":1.7320508075688772},"116":{"tf":2.0},"119":{"tf":1.0},"78":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"v":{"0":{".":{"3":{".":{"1":{"df":6,"docs":{"12":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"66":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"116":{"tf":1.0}}}}}},"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"(":{"2":{"df":4,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"43":{"tf":1.0}}},"3":{"df":8,"docs":{"101":{"tf":1.0},"111":{"tf":1.0},"19":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.0},"8":{"tf":1.0},"95":{"tf":1.0}}},"4":{"df":3,"docs":{"45":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{}},".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"116":{"tf":1.4142135623730951},"78":{"tf":1.0}}}}}},"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"9":{"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":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"66":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":31,"docs":{"0":{"tf":2.0},"101":{"tf":1.0},"115":{"tf":1.4142135623730951},"116":{"tf":3.3166247903554},"119":{"tf":1.0},"123":{"tf":1.0},"13":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":2.0},"15":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"40":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":2.0},"49":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"61":{"tf":1.0},"65":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":3.0},"82":{"tf":1.0},"89":{"tf":1.4142135623730951},"90":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":1,"docs":{"133":{"tf":1.0}}}},"r":{"df":1,"docs":{"113":{"tf":1.0}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":7,"docs":{"133":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"75":{"tf":1.4142135623730951},"79":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"66":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"c":{"!":{"[":{"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":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":1,"docs":{"89":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"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":{},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":1,"docs":{"89":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"121":{"tf":1.0},"74":{"tf":2.0}}}}},"df":0,"docs":{},"i":{"df":2,"docs":{"132":{"tf":1.0},"21":{"tf":1.0}},"f":{"df":4,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"55":{"tf":1.0},"77":{"tf":1.0}},"i":{"df":13,"docs":{"113":{"tf":1.4142135623730951},"116":{"tf":1.0},"119":{"tf":1.0},"122":{"tf":1.0},"125":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"133":{"tf":1.4142135623730951},"38":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"62":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"24":{"tf":1.0}}}}}},"i":{"a":{"df":19,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"112":{"tf":1.0},"12":{"tf":1.0},"133":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"55":{"tf":1.0},"62":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.7320508075688772},"72":{"tf":1.0},"78":{"tf":1.7320508075688772},"8":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"116":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"56":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":4,"docs":{"66":{"tf":1.0},"67":{"tf":1.0},"72":{"tf":1.0},"78":{"tf":1.4142135623730951}}}}}},"s":{"df":2,"docs":{"113":{"tf":1.0},"74":{"tf":1.0}}}},"w":{"[":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"23":{"tf":1.0}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"129":{"tf":1.0},"133":{"tf":1.4142135623730951},"23":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"97":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"132":{"tf":1.0},"18":{"tf":2.23606797749979},"39":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":18,"docs":{"102":{"tf":1.4142135623730951},"103":{"tf":1.0},"113":{"tf":1.7320508075688772},"120":{"tf":1.0},"126":{"tf":1.4142135623730951},"132":{"tf":1.0},"133":{"tf":1.0},"26":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"55":{"tf":1.7320508075688772},"61":{"tf":1.0},"62":{"tf":1.0},"8":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"92":{"tf":1.0}},"s":{"(":{"1":{"0":{"0":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"0":{"df":2,"docs":{"43":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}},"3":{"0":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}},"5":{"0":{"df":5,"docs":{"102":{"tf":1.0},"111":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":3,"docs":{"113":{"tf":1.0},"120":{"tf":1.0},"126":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"62":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"75":{"tf":1.0}}}},"s":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"127":{"tf":1.0}}}}}},"y":{"df":1,"docs":{"17":{"tf":1.0}}}},"df":1,"docs":{"23":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"39":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"133":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"l":{"d":{"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"116":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":10,"docs":{"113":{"tf":1.0},"125":{"tf":1.0},"133":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.4142135623730951},"35":{"tf":1.0},"38":{"tf":1.0},"56":{"tf":1.0},"82":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":4,"docs":{"113":{"tf":1.0},"59":{"tf":1.0},"84":{"tf":1.0},"91":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"91":{"tf":1.0}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"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":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"2":{"0":{"df":2,"docs":{"107":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}},"8":{"0":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"0":{"0":{"df":1,"docs":{"49":{"tf":1.0}}},"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":1,"docs":{"21":{"tf":1.0}}},"6":{"0":{"df":4,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}},"9":{"0":{"df":3,"docs":{"111":{"tf":1.0},"44":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":2,"docs":{"125":{"tf":1.0},"133":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"0":{"df":1,"docs":{"91":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"128":{"tf":1.0},"20":{"tf":1.0},"53":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":4,"docs":{"1":{"tf":1.0},"24":{"tf":1.0},"66":{"tf":1.0},"72":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"113":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"k":{"df":9,"docs":{"113":{"tf":1.0},"115":{"tf":1.0},"17":{"tf":1.0},"3":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":7,"docs":{"117":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"71":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":58,"docs":{"1":{"tf":1.0},"103":{"tf":1.4142135623730951},"104":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"119":{"tf":1.0},"12":{"tf":1.0},"123":{"tf":1.0},"125":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951},"128":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":2.0},"133":{"tf":2.23606797749979},"23":{"tf":2.23606797749979},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"37":{"tf":2.0},"38":{"tf":2.0},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0},"6":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"68":{"tf":1.0},"72":{"tf":1.0},"8":{"tf":2.0},"82":{"tf":2.23606797749979},"84":{"tf":1.4142135623730951},"85":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.4142135623730951},"89":{"tf":2.23606797749979},"90":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.7320508075688772},"97":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"26":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"115":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":7,"docs":{"14":{"tf":1.0},"16":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"66":{"tf":1.0},"76":{"tf":1.4142135623730951},"78":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"78":{"tf":1.0}}}}}}}}},"x":{"df":2,"docs":{"66":{"tf":1.4142135623730951},"70":{"tf":1.0}}},"y":{"df":0,"docs":{},"e":{"df":2,"docs":{"132":{"tf":1.0},"9":{"tf":1.0}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"96":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"95":{"tf":1.0}}}}}}},"df":1,"docs":{"95":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"97":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"97":{"tf":1.0}}}}}},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"96":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"95":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":1,"docs":{"95":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"’":{"df":0,"docs":{},"r":{"df":2,"docs":{"79":{"tf":1.0},"93":{"tf":1.0}}}}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"133":{"tf":1.0}}}}}}}},"breadcrumbs":{"root":{"0":{".":{"2":{"0":{"2":{"4":{"df":2,"docs":{"115":{"tf":1.0},"116":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"df":3,"docs":{"132":{"tf":1.0},"18":{"tf":1.4142135623730951},"21":{"tf":1.7320508075688772}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"78":{"tf":1.0}}}}}},"1":{"df":0,"docs":{},"t":{"1":{"0":{"df":2,"docs":{"115":{"tf":1.0},"116":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":4,"docs":{"115":{"tf":1.4142135623730951},"116":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"78":{"tf":2.449489742783178}}},"1":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"78":{"tf":1.0}}}}}},"0":{"0":{"df":1,"docs":{"116":{"tf":1.4142135623730951}}},"df":1,"docs":{"48":{"tf":1.0}}},"2":{"0":{"df":2,"docs":{"107":{"tf":1.0},"132":{"tf":1.0}}},"7":{".":{"0":{".":{"0":{".":{"1":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"115":{"tf":1.0},"116":{"tf":1.0}}},"4":{"df":1,"docs":{"132":{"tf":1.0}}},"df":9,"docs":{"104":{"tf":1.0},"111":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.7320508075688772},"118":{"tf":1.4142135623730951},"65":{"tf":1.4142135623730951},"70":{"tf":1.0},"76":{"tf":1.4142135623730951},"78":{"tf":2.0}}},"2":{"0":{"df":2,"docs":{"103":{"tf":1.0},"48":{"tf":1.0}}},"7":{"df":3,"docs":{"132":{"tf":1.0},"18":{"tf":1.4142135623730951},"21":{"tf":1.0}}},">":{"&":{"1":{"df":1,"docs":{"116":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":10,"docs":{"104":{"tf":1.0},"111":{"tf":1.0},"119":{"tf":1.4142135623730951},"123":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.7320508075688772},"47":{"tf":1.7320508075688772},"70":{"tf":1.0}},"s":{"df":3,"docs":{"132":{"tf":1.7320508075688772},"18":{"tf":1.0},"21":{"tf":1.4142135623730951}}}},"3":{"0":{"df":5,"docs":{"115":{"tf":1.0},"116":{"tf":1.0},"132":{"tf":1.4142135623730951},"18":{"tf":1.0},"48":{"tf":1.0}}},"df":2,"docs":{"120":{"tf":1.4142135623730951},"47":{"tf":1.0}}},"4":{"0":{"df":1,"docs":{"132":{"tf":1.0}}},"5":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"115":{"tf":1.0},"116":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":3,"docs":{"121":{"tf":1.4142135623730951},"132":{"tf":1.0},"47":{"tf":1.4142135623730951}}},"5":{"0":{"df":1,"docs":{"102":{"tf":1.0}}},"4":{"df":1,"docs":{"132":{"tf":1.0}}},"df":7,"docs":{"103":{"tf":1.0},"111":{"tf":1.0},"122":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"48":{"tf":1.0}}},"6":{"0":{"df":3,"docs":{"132":{"tf":1.0},"18":{"tf":1.4142135623730951},"65":{"tf":1.0}}},"df":1,"docs":{"123":{"tf":1.4142135623730951}}},"9":{"0":{"9":{"0":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}},"df":3,"docs":{"132":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":9,"docs":{"110":{"tf":1.0},"111":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"89":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"a":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"133":{"tf":1.0}}}},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"119":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"81":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":10,"docs":{"115":{"tf":1.0},"116":{"tf":1.7320508075688772},"15":{"tf":1.4142135623730951},"33":{"tf":1.0},"41":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"78":{"tf":1.7320508075688772},"80":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"102":{"tf":1.0},"132":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"133":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"133":{"tf":1.4142135623730951},"19":{"tf":1.0},"52":{"tf":1.0},"82":{"tf":1.0},"89":{"tf":1.0}}}},"v":{"df":12,"docs":{"18":{"tf":1.4142135623730951},"21":{"tf":1.0},"23":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.4142135623730951},"79":{"tf":1.0},"82":{"tf":1.0},"89":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":2,"docs":{"21":{"tf":1.0},"53":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"37":{"tf":1.0},"39":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"116":{"tf":1.4142135623730951},"119":{"tf":1.0},"20":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}},"d":{"df":11,"docs":{"116":{"tf":1.0},"119":{"tf":1.0},"34":{"tf":2.0},"39":{"tf":1.0},"40":{"tf":1.0},"78":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.4142135623730951},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"120":{"tf":1.0},"66":{"tf":1.0},"84":{"tf":1.0}}}}}}},"df":10,"docs":{"82":{"tf":1.0},"84":{"tf":1.7320508075688772},"85":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"122":{"tf":1.0},"21":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":13,"docs":{"132":{"tf":1.0},"46":{"tf":2.0},"47":{"tf":1.0},"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},"55":{"tf":1.0},"70":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"85":{"tf":1.0}}},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"113":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":4,"docs":{"132":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.4142135623730951},"56":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":29,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"95":{"tf":1.7320508075688772},"96":{"tf":1.4142135623730951},"97":{"tf":1.0}}}}}}},"df":4,"docs":{"125":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"40":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"129":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"a":{"df":0,"docs":{},"y":{"df":4,"docs":{"116":{"tf":1.0},"132":{"tf":1.0},"21":{"tf":1.0},"72":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"78":{"tf":1.0}}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":8,"docs":{"27":{"tf":2.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"129":{"tf":1.0},"45":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"i":{"df":21,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"122":{"tf":1.0},"15":{"tf":1.0},"29":{"tf":1.0},"55":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.7320508075688772},"80":{"tf":1.7320508075688772},"93":{"tf":1.0},"99":{"tf":1.7320508075688772}}},"p":{"=":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":4,"docs":{"115":{"tf":1.0},"116":{"tf":3.0},"119":{"tf":1.4142135623730951},"78":{"tf":2.449489742783178}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":36,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.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.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"98":{"tf":1.7320508075688772},"99":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":18,"docs":{"101":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"111":{"tf":1.7320508075688772},"17":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"19":{"tf":2.23606797749979},"38":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772},"48":{"tf":1.4142135623730951},"49":{"tf":1.7320508075688772},"50":{"tf":1.7320508075688772},"8":{"tf":1.7320508075688772},"95":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"2":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"132":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":13,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.7320508075688772},"15":{"tf":1.0},"4":{"tf":1.7320508075688772},"5":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"131":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"80":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":10,"docs":{"46":{"tf":1.0},"47":{"tf":1.0},"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},"55":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"22":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"26":{"tf":1.0},"82":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":14,"docs":{"106":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"21":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.0},"40":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"62":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.0}}}},"t":{"df":21,"docs":{"10":{"tf":1.4142135623730951},"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"12":{"tf":1.4142135623730951},"120":{"tf":1.0},"125":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"130":{"tf":1.7320508075688772},"131":{"tf":1.7320508075688772},"27":{"tf":1.4142135623730951},"30":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.7320508075688772},"67":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"71":{"tf":1.0},"72":{"tf":1.7320508075688772},"92":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":3,"docs":{"0":{"tf":1.0},"116":{"tf":1.0},"21":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"18":{"tf":1.0},"39":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{":":{":":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"89":{"tf":1.0},"90":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":5,"docs":{"89":{"tf":1.0},"90":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":14,"docs":{"111":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"84":{"tf":1.0},"89":{"tf":1.4142135623730951},"90":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"82":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"23":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"1":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.7320508075688772},"56":{"tf":1.0}}}}},"o":{"df":2,"docs":{"133":{"tf":1.0},"78":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"115":{"tf":1.0},"71":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{}}}},"x":{"df":1,"docs":{"119":{"tf":1.0}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":17,"docs":{"0":{"tf":1.4142135623730951},"127":{"tf":1.4142135623730951},"132":{"tf":1.0},"133":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"56":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.4142135623730951},"67":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0},"92":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":8,"docs":{"112":{"tf":1.0},"20":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"57":{"tf":1.0},"62":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}}}}},"b":{"(":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"5":{"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":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":8,"docs":{"23":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"6":{"tf":1.0},"86":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}}}}},"d":{"df":4,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"54":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":3,"docs":{"130":{"tf":1.0},"131":{"tf":1.0},"72":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"133":{"tf":1.0},"55":{"tf":2.23606797749979},"59":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":4,"docs":{"133":{"tf":1.0},"18":{"tf":1.0},"40":{"tf":1.0},"57":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"123":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"116":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"c":{"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{}}}},"df":1,"docs":{"5":{"tf":1.0}},"e":{"c":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"119":{"tf":1.0},"90":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"128":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":6,"docs":{"119":{"tf":1.0},"127":{"tf":1.0},"133":{"tf":1.4142135623730951},"40":{"tf":1.0},"62":{"tf":1.0},"82":{"tf":1.0}}}}},"g":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"119":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"61":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":9,"docs":{"113":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"133":{"tf":1.0}}}},"w":{"df":2,"docs":{"41":{"tf":1.0},"66":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"40":{"tf":1.7320508075688772},"58":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"63":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":9,"docs":{"105":{"tf":1.4142135623730951},"113":{"tf":1.0},"128":{"tf":1.0},"133":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.0},"40":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"116":{"tf":1.0}}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":11,"docs":{"14":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.0},"41":{"tf":1.4142135623730951},"62":{"tf":1.0},"7":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951},"9":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0}}}}},"d":{"df":1,"docs":{"120":{"tf":1.0}}},"df":14,"docs":{"116":{"tf":1.7320508075688772},"121":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0},"74":{"tf":2.0},"75":{"tf":1.0},"78":{"tf":2.0},"79":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"b":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"2":{"df":4,"docs":{"104":{"tf":1.0},"111":{"tf":1.0},"44":{"tf":1.0},"8":{"tf":1.0}}},"3":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":7,"docs":{"0":{"tf":1.4142135623730951},"104":{"tf":1.0},"111":{"tf":1.0},"133":{"tf":2.23606797749979},"20":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0}}},"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"80":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":26,"docs":{"0":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.4142135623730951},"106":{"tf":1.0},"111":{"tf":1.7320508075688772},"113":{"tf":1.7320508075688772},"125":{"tf":1.4142135623730951},"132":{"tf":2.8284271247461903},"133":{"tf":2.8284271247461903},"17":{"tf":1.0},"18":{"tf":3.4641016151377544},"19":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"21":{"tf":2.8284271247461903},"23":{"tf":1.4142135623730951},"35":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.4142135623730951},"40":{"tf":1.0},"42":{"tf":1.0},"53":{"tf":2.0},"54":{"tf":1.0},"65":{"tf":1.0},"82":{"tf":1.0},"86":{"tf":1.0},"92":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}},"f":{"df":0,"docs":{},"e":{"df":2,"docs":{"133":{"tf":1.0},"53":{"tf":1.0}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":3,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"27":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":8,"docs":{"115":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"44":{"tf":1.0},"63":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"82":{"tf":1.0}}}}},"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":8,"docs":{"111":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"18":{"tf":1.0},"24":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"a":{"d":{"df":1,"docs":{"82":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"20":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":25,"docs":{"108":{"tf":1.7320508075688772},"111":{"tf":1.0},"130":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"23":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"71":{"tf":1.0},"72":{"tf":1.4142135623730951},"8":{"tf":1.0},"82":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":21,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"27":{"tf":1.7320508075688772},"29":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.0},"8":{"tf":1.7320508075688772},"93":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":2.0}}}}},"df":0,"docs":{},"t":{"df":9,"docs":{"11":{"tf":1.0},"130":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"41":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":5,"docs":{"39":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"89":{"tf":1.7320508075688772},"91":{"tf":1.0}}}},"df":0,"docs":{}}}},"c":{"(":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"5":{"tf":1.0}}}}}}}}},"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":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"20":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"113":{"tf":1.0},"133":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"18":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"l":{"df":3,"docs":{"127":{"tf":1.4142135623730951},"133":{"tf":1.0},"91":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"89":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"113":{"tf":1.0}}}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"105":{"tf":1.0},"133":{"tf":1.0},"46":{"tf":1.0},"82":{"tf":1.0},"93":{"tf":2.0}}}},"c":{"df":1,"docs":{"113":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"132":{"tf":1.0},"56":{"tf":1.0},"82":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":14,"docs":{"116":{"tf":1.7320508075688772},"121":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0},"74":{"tf":2.0},"75":{"tf":1.0},"78":{"tf":2.0},"79":{"tf":1.0}}}}},"t":{"df":1,"docs":{"115":{"tf":1.0}}},"u":{"df":0,"docs":{},"s":{"df":13,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"125":{"tf":1.4142135623730951},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"133":{"tf":1.0},"57":{"tf":1.0},"62":{"tf":1.0},"7":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"76":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":1,"docs":{"5":{"tf":1.0}},"f":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"27":{"tf":1.0},"30":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":1,"docs":{"13":{"tf":1.0}}},"df":0,"docs":{}}}}}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"77":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"77":{"tf":1.0}}}}}}}}}},"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"99":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"133":{"tf":1.0},"52":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"1":{"tf":1.0},"21":{"tf":1.0},"78":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{"df":4,"docs":{"104":{"tf":1.0},"111":{"tf":1.0},"44":{"tf":1.0},"8":{"tf":1.0}}},"2":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"133":{"tf":1.0}}},"df":0,"docs":{}}}},"df":5,"docs":{"0":{"tf":1.0},"104":{"tf":1.0},"111":{"tf":1.0},"133":{"tf":2.23606797749979},"37":{"tf":1.0}}}}}},"o":{"df":23,"docs":{"105":{"tf":2.23606797749979},"113":{"tf":2.23606797749979},"127":{"tf":1.4142135623730951},"132":{"tf":1.7320508075688772},"133":{"tf":1.4142135623730951},"19":{"tf":2.449489742783178},"26":{"tf":1.0},"27":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"45":{"tf":2.0},"47":{"tf":1.0},"50":{"tf":1.7320508075688772},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"66":{"tf":1.7320508075688772},"67":{"tf":1.4142135623730951},"8":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"19":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"45":{"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":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":6,"docs":{"100":{"tf":1.0},"29":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0},"92":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"82":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"17":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":20,"docs":{"113":{"tf":1.4142135623730951},"116":{"tf":1.0},"118":{"tf":1.4142135623730951},"119":{"tf":1.7320508075688772},"121":{"tf":1.4142135623730951},"125":{"tf":1.0},"128":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"23":{"tf":1.0},"3":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"55":{"tf":1.0},"6":{"tf":1.4142135623730951},"62":{"tf":1.0},"89":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"26":{"tf":1.0},"62":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"66":{"tf":1.4142135623730951},"70":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"40":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"35":{"tf":1.4142135623730951},"40":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"23":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}}}}},"i":{"df":9,"docs":{"18":{"tf":1.0},"24":{"tf":1.0},"40":{"tf":1.7320508075688772},"56":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":2.449489742783178},"71":{"tf":1.7320508075688772}},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":18,"docs":{"11":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"12":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"128":{"tf":1.0},"130":{"tf":1.4142135623730951},"131":{"tf":2.23606797749979},"27":{"tf":1.4142135623730951},"30":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":2.0},"67":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"70":{"tf":2.23606797749979},"71":{"tf":1.7320508075688772},"92":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":11,"docs":{"112":{"tf":1.0},"12":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"27":{"tf":1.4142135623730951},"32":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.7320508075688772},"70":{"tf":1.4142135623730951},"71":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"87":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"24":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"39":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"113":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":5,"docs":{"115":{"tf":1.4142135623730951},"129":{"tf":1.0},"14":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":9,"docs":{"129":{"tf":1.0},"133":{"tf":1.0},"17":{"tf":1.0},"23":{"tf":1.0},"6":{"tf":1.0},"78":{"tf":1.0},"82":{"tf":1.0},"86":{"tf":1.0},"97":{"tf":1.0}},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"86":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"r":{"df":7,"docs":{"1":{"tf":1.0},"24":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"62":{"tf":1.0},"82":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"|":{"df":2,"docs":{"89":{"tf":1.0},"90":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":4,"docs":{"84":{"tf":1.0},"89":{"tf":1.7320508075688772},"90":{"tf":1.7320508075688772},"92":{"tf":1.0}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"132":{"tf":1.0},"18":{"tf":2.0},"39":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":20,"docs":{"1":{"tf":1.0},"133":{"tf":1.0},"24":{"tf":1.4142135623730951},"27":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"5":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.4142135623730951},"60":{"tf":1.7320508075688772},"62":{"tf":1.0},"67":{"tf":2.23606797749979},"7":{"tf":1.0},"72":{"tf":1.0},"82":{"tf":1.0},"9":{"tf":1.0}},"—":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"82":{"tf":1.0}}}}}}}}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"41":{"tf":1.0},"80":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"21":{"tf":1.4142135623730951}},"i":{"c":{"df":0,"docs":{},"i":{"df":3,"docs":{"132":{"tf":1.0},"18":{"tf":1.4142135623730951},"21":{"tf":1.0}}}},"df":0,"docs":{}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"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":{"38":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"80":{"tf":1.0}}}}}}}}},"df":5,"docs":{"38":{"tf":1.0},"53":{"tf":1.0},"78":{"tf":1.4142135623730951},"79":{"tf":1.0},"80":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"133":{"tf":1.0},"25":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"6":{"tf":1.0},"82":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"115":{"tf":1.0},"119":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"68":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":7,"docs":{"113":{"tf":1.0},"120":{"tf":1.0},"124":{"tf":1.4142135623730951},"39":{"tf":1.0},"61":{"tf":1.4142135623730951},"74":{"tf":1.0},"77":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"123":{"tf":1.4142135623730951},"40":{"tf":1.0},"56":{"tf":1.0}}},"t":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":11,"docs":{"0":{"tf":1.0},"111":{"tf":1.4142135623730951},"23":{"tf":1.0},"26":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"55":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.4142135623730951}}},"x":{"df":1,"docs":{"78":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"133":{"tf":1.4142135623730951},"14":{"tf":1.0},"3":{"tf":1.0},"6":{"tf":1.4142135623730951},"74":{"tf":1.0}}},"s":{"df":37,"docs":{"0":{"tf":1.0},"109":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.7320508075688772},"116":{"tf":2.449489742783178},"119":{"tf":1.4142135623730951},"122":{"tf":1.0},"129":{"tf":1.0},"13":{"tf":1.4142135623730951},"132":{"tf":1.0},"133":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.7320508075688772},"29":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"47":{"tf":1.7320508075688772},"56":{"tf":1.0},"59":{"tf":1.4142135623730951},"6":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"66":{"tf":1.7320508075688772},"67":{"tf":1.0},"7":{"tf":1.0},"72":{"tf":1.0},"78":{"tf":2.449489742783178},"80":{"tf":1.0},"82":{"tf":1.0},"9":{"tf":1.4142135623730951},"92":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":2,"docs":{"13":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"/":{"df":0,"docs":{},"k":{"8":{"df":3,"docs":{"115":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"=":{"1":{"df":0,"docs":{},"x":{"1":{"df":1,"docs":{"66":{"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":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":3,"docs":{"116":{"tf":1.0},"66":{"tf":1.0},"78":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":6,"docs":{"26":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.0},"41":{"tf":1.0},"7":{"tf":1.0},"92":{"tf":1.0}}}},"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"=":{"1":{"2":{"7":{".":{"0":{".":{"0":{".":{"1":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"=":{"1":{"df":3,"docs":{"116":{"tf":1.0},"66":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":12,"docs":{"113":{"tf":1.0},"127":{"tf":1.4142135623730951},"133":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0},"63":{"tf":1.7320508075688772},"66":{"tf":1.0},"67":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":1.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":5,"docs":{"109":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":4,"docs":{"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0}},"u":{"df":2,"docs":{"2":{"tf":1.0},"56":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"19":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.0},"40":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"38":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"133":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0},"82":{"tf":1.0},"90":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"3":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"132":{"tf":1.0},"21":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":14,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"116":{"tf":1.0},"13":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":2.23606797749979},"29":{"tf":1.4142135623730951},"30":{"tf":1.0},"34":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":20,"docs":{"101":{"tf":1.0},"123":{"tf":1.0},"131":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"18":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"62":{"tf":1.0},"67":{"tf":1.0},"74":{"tf":1.0},"8":{"tf":1.4142135623730951},"82":{"tf":1.0},"87":{"tf":1.0},"92":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"113":{"tf":1.0},"90":{"tf":1.4142135623730951}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"113":{"tf":1.0},"120":{"tf":1.0},"128":{"tf":1.0}}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"101":{"tf":1.0},"120":{"tf":1.0},"128":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":21,"docs":{"0":{"tf":1.0},"113":{"tf":1.0},"123":{"tf":1.0},"125":{"tf":1.4142135623730951},"132":{"tf":1.0},"133":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":1.0},"18":{"tf":1.4142135623730951},"21":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.7320508075688772},"43":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"80":{"tf":1.0},"92":{"tf":1.0}},"s":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"e":{",":{"d":{"a":{"=":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":2,"docs":{"33":{"tf":1.0},"75":{"tf":1.0}}}}},"df":0,"docs":{}}},"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":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"18":{"tf":1.0},"21":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"55":{"tf":1.0}}}}},"i":{"d":{"df":1,"docs":{"84":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"35":{"tf":1.0},"57":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"53":{"tf":1.4142135623730951},"55":{"tf":1.0},"86":{"tf":1.0},"98":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"116":{"tf":1.0},"75":{"tf":1.0}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"108":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"df":5,"docs":{"26":{"tf":1.0},"53":{"tf":1.0},"7":{"tf":1.0},"80":{"tf":1.4142135623730951},"92":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"80":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":11,"docs":{"115":{"tf":2.23606797749979},"116":{"tf":3.0},"119":{"tf":1.0},"133":{"tf":1.4142135623730951},"14":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"59":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"78":{"tf":3.1622776601683795}},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"115":{"tf":1.0}}},"df":0,"docs":{}}}},"df":2,"docs":{"1":{"tf":1.0},"63":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"115":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"35":{"tf":1.0},"36":{"tf":1.7320508075688772},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.7320508075688772}}}},"x":{"df":0,"docs":{},"t":{"df":3,"docs":{"0":{"tf":1.7320508075688772},"82":{"tf":1.0},"93":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":4,"docs":{"106":{"tf":1.0},"133":{"tf":1.0},"38":{"tf":1.0},"49":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"81":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":19,"docs":{"105":{"tf":1.0},"113":{"tf":1.0},"127":{"tf":2.0},"133":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.4142135623730951},"45":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"74":{"tf":1.0},"82":{"tf":1.0},"9":{"tf":1.4142135623730951},"97":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"59":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"52":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":4,"docs":{"105":{"tf":1.0},"133":{"tf":1.0},"23":{"tf":1.0},"82":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"82":{"tf":1.0},"92":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"i":{"df":5,"docs":{"130":{"tf":1.0},"131":{"tf":1.0},"66":{"tf":1.0},"70":{"tf":1.0},"78":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"e":{"df":10,"docs":{"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.7320508075688772},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.7320508075688772},"5":{"tf":1.4142135623730951},"92":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"133":{"tf":1.0},"55":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"56":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"113":{"tf":1.0},"126":{"tf":1.0},"21":{"tf":1.0},"39":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"26":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}}}}},"p":{"df":6,"docs":{"130":{"tf":1.0},"131":{"tf":1.0},"66":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"78":{"tf":1.0}},"u":{"df":1,"docs":{"66":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"116":{"tf":2.23606797749979},"54":{"tf":1.0},"78":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":12,"docs":{"24":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.4142135623730951},"34":{"tf":1.0},"81":{"tf":1.0},"92":{"tf":2.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"133":{"tf":1.4142135623730951},"19":{"tf":1.0},"35":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":5,"docs":{"132":{"tf":1.0},"133":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"c":{"df":2,"docs":{"66":{"tf":1.0},"74":{"tf":1.0}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"a":{"df":2,"docs":{"133":{"tf":1.0},"77":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"68":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"t":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"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":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"0":{"df":2,"docs":{"15":{"tf":1.0},"80":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"(":{")":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"33":{"tf":1.0},"80":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":4,"docs":{"89":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"95":{"tf":1.0},"96":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":1,"docs":{"122":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"116":{"tf":1.0},"52":{"tf":1.0},"87":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":7,"docs":{"34":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"69":{"tf":1.0},"88":{"tf":1.0},"97":{"tf":1.0}}}}}}}},"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"5":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"[":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"23":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"a":{"_":{"a":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":30,"docs":{"0":{"tf":2.23606797749979},"104":{"tf":2.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"12":{"tf":1.0},"125":{"tf":1.7320508075688772},"128":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":2.0},"14":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"27":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":2.23606797749979},"47":{"tf":1.0},"49":{"tf":1.4142135623730951},"62":{"tf":1.0},"65":{"tf":1.0},"68":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.7320508075688772},"8":{"tf":1.4142135623730951},"80":{"tf":1.0},"87":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"63":{"tf":1.0},"66":{"tf":1.0}}}}}},"t":{"a":{"df":12,"docs":{"0":{"tf":2.0},"132":{"tf":1.0},"133":{"tf":2.23606797749979},"23":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"6":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"92":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"23":{"tf":1.0},"5":{"tf":1.0}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"116":{"tf":1.0}}}}}},"df":8,"docs":{"116":{"tf":1.0},"117":{"tf":1.4142135623730951},"19":{"tf":1.0},"58":{"tf":1.0},"66":{"tf":1.0},"75":{"tf":1.4142135623730951},"78":{"tf":1.0},"80":{"tf":1.0}},"g":{"df":2,"docs":{"22":{"tf":1.0},"98":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"23":{"tf":1.0},"35":{"tf":1.0}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"r":{"df":8,"docs":{"133":{"tf":1.0},"17":{"tf":1.7320508075688772},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"82":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"81":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"91":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":24,"docs":{"11":{"tf":1.0},"115":{"tf":1.7320508075688772},"116":{"tf":1.4142135623730951},"12":{"tf":1.0},"132":{"tf":1.7320508075688772},"14":{"tf":1.4142135623730951},"15":{"tf":1.0},"18":{"tf":1.7320508075688772},"19":{"tf":1.0},"21":{"tf":1.7320508075688772},"39":{"tf":1.0},"65":{"tf":2.23606797749979},"66":{"tf":1.7320508075688772},"69":{"tf":1.0},"70":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":2.0},"79":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0},"87":{"tf":1.0},"89":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"35":{"tf":1.0},"8":{"tf":1.0},"82":{"tf":1.0},"92":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"38":{"tf":1.0},"39":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"27":{"tf":1.7320508075688772}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":6,"docs":{"26":{"tf":1.0},"31":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"97":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":32,"docs":{"109":{"tf":2.23606797749979},"111":{"tf":1.0},"118":{"tf":1.0},"133":{"tf":1.4142135623730951},"17":{"tf":1.0},"23":{"tf":1.4142135623730951},"24":{"tf":1.0},"26":{"tf":1.7320508075688772},"27":{"tf":1.4142135623730951},"29":{"tf":2.0},"30":{"tf":1.0},"34":{"tf":1.4142135623730951},"4":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":2.0},"6":{"tf":1.4142135623730951},"60":{"tf":1.0},"7":{"tf":1.4142135623730951},"72":{"tf":1.0},"74":{"tf":1.0},"82":{"tf":1.4142135623730951},"9":{"tf":2.0},"92":{"tf":1.7320508075688772},"93":{"tf":1.4142135623730951},"97":{"tf":2.0}},"e":{"df":0,"docs":{},"r":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"(":{"&":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":9,"docs":{"110":{"tf":1.0},"111":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"118":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"84":{"tf":1.0},"89":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":6,"docs":{"119":{"tf":1.0},"17":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.4142135623730951},"6":{"tf":1.0},"82":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":4,"docs":{"133":{"tf":1.0},"26":{"tf":1.0},"55":{"tf":1.0},"82":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"24":{"tf":1.7320508075688772}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":6,"docs":{"131":{"tf":1.0},"15":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"62":{"tf":1.0},"97":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"19":{"tf":1.7320508075688772},"22":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"113":{"tf":1.0},"132":{"tf":1.0},"19":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951},"40":{"tf":1.0}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":21,"docs":{"24":{"tf":1.0},"40":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"81":{"tf":1.7320508075688772},"82":{"tf":2.23606797749979},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":2,"docs":{"128":{"tf":1.0},"129":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"132":{"tf":1.0},"25":{"tf":1.0},"56":{"tf":1.0},"74":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"58":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":9,"docs":{"115":{"tf":1.7320508075688772},"14":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.4142135623730951},"65":{"tf":1.0},"67":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.4142135623730951},"78":{"tf":2.0}}}}}}},"df":0,"docs":{}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"133":{"tf":1.0},"15":{"tf":1.0},"75":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"59":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"98":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":7,"docs":{"0":{"tf":1.0},"104":{"tf":1.0},"111":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.4142135623730951},"77":{"tf":1.0},"87":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"37":{"tf":1.0},"74":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"62":{"tf":1.0},"81":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"8":{"df":2,"docs":{"27":{"tf":1.0},"30":{"tf":1.0}}},"df":0,"docs":{}}},"df":26,"docs":{"109":{"tf":1.0},"11":{"tf":1.4142135623730951},"115":{"tf":2.0},"116":{"tf":2.8284271247461903},"119":{"tf":1.0},"129":{"tf":1.7320508075688772},"13":{"tf":1.0},"130":{"tf":1.0},"14":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"29":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"59":{"tf":1.4142135623730951},"6":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.7320508075688772},"66":{"tf":1.0},"67":{"tf":1.7320508075688772},"7":{"tf":1.0},"78":{"tf":3.3166247903554},"9":{"tf":1.0},"92":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"27":{"tf":1.0},"40":{"tf":1.0},"92":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"\'":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}},"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":5,"docs":{"126":{"tf":1.0},"127":{"tf":1.0},"21":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"116":{"tf":1.4142135623730951}}},"’":{"df":0,"docs":{},"t":{"df":4,"docs":{"113":{"tf":1.0},"127":{"tf":1.0},"132":{"tf":1.0},"89":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"129":{"tf":1.0},"23":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":2,"docs":{"116":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"45":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"[":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}},"df":7,"docs":{"23":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"89":{"tf":1.0}},"n":{"df":1,"docs":{"36":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"l":{"df":9,"docs":{"26":{"tf":1.0},"27":{"tf":1.0},"34":{"tf":1.0},"39":{"tf":1.0},"84":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"128":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"t":{"df":15,"docs":{"107":{"tf":1.4142135623730951},"113":{"tf":1.0},"132":{"tf":1.4142135623730951},"133":{"tf":2.23606797749979},"18":{"tf":1.4142135623730951},"21":{"tf":2.23606797749979},"22":{"tf":1.0},"23":{"tf":1.0},"35":{"tf":1.0},"40":{"tf":1.0},"49":{"tf":1.0},"56":{"tf":1.0},"65":{"tf":1.0},"82":{"tf":1.0},"93":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":6,"docs":{"125":{"tf":1.0},"133":{"tf":1.4142135623730951},"23":{"tf":1.0},"53":{"tf":1.0},"72":{"tf":1.4142135623730951},"90":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"89":{"tf":1.7320508075688772},"90":{"tf":1.0},"95":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}}}}}}}}}},"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"5":{"tf":1.0}}}},"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":10,"docs":{"115":{"tf":1.4142135623730951},"123":{"tf":1.0},"133":{"tf":1.4142135623730951},"33":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"75":{"tf":1.0},"84":{"tf":1.0},"87":{"tf":1.0},"89":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"89":{"tf":1.0}}}}}}},"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"23":{"tf":1.0}}}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":8,"docs":{"133":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0},"6":{"tf":1.0},"76":{"tf":1.0},"92":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"62":{"tf":1.0}}}}},"s":{"df":1,"docs":{"59":{"tf":1.0}},"i":{"df":1,"docs":{"35":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":1,"docs":{"116":{"tf":1.0}}}}},"df":2,"docs":{"23":{"tf":1.0},"5":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"16":{"tf":1.0},"35":{"tf":1.0},"75":{"tf":1.0}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"133":{"tf":1.0},"77":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"b":{"df":2,"docs":{"11":{"tf":1.0},"66":{"tf":1.0}},"o":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"16":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":10,"docs":{"0":{"tf":1.0},"105":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"33":{"tf":1.0},"39":{"tf":1.0},"65":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":8,"docs":{"105":{"tf":1.7320508075688772},"127":{"tf":1.4142135623730951},"19":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"8":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"d":{"df":2,"docs":{"44":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":7,"docs":{"122":{"tf":1.4142135623730951},"15":{"tf":1.7320508075688772},"75":{"tf":1.4142135623730951},"79":{"tf":1.0},"80":{"tf":1.4142135623730951},"86":{"tf":1.0},"9":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"80":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"132":{"tf":1.0},"21":{"tf":1.0},"82":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"26":{"tf":1.0},"3":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":5,"docs":{"125":{"tf":1.0},"126":{"tf":1.0},"21":{"tf":1.4142135623730951},"35":{"tf":1.0},"82":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":12,"docs":{"0":{"tf":1.0},"119":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"133":{"tf":1.4142135623730951},"54":{"tf":1.0},"56":{"tf":1.0},"62":{"tf":1.0},"67":{"tf":1.0},"82":{"tf":1.4142135623730951},"87":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"27":{"tf":1.0},"7":{"tf":1.4142135623730951},"92":{"tf":1.0}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"27":{"tf":1.0},"30":{"tf":1.0}}}}}}}}}},"v":{"df":1,"docs":{"113":{"tf":1.0}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":23,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.4142135623730951},"35":{"tf":1.0},"40":{"tf":1.4142135623730951},"56":{"tf":1.7320508075688772},"57":{"tf":1.4142135623730951},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"75":{"tf":1.4142135623730951}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"113":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"84":{"tf":1.0}}}}}}},"r":{"(":{"\\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"89":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"/":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":11,"docs":{"113":{"tf":1.0},"118":{"tf":1.4142135623730951},"120":{"tf":1.0},"124":{"tf":1.4142135623730951},"125":{"tf":1.0},"128":{"tf":1.0},"72":{"tf":1.4142135623730951},"75":{"tf":1.0},"79":{"tf":1.4142135623730951},"85":{"tf":1.0},"97":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"2":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"c":{"df":2,"docs":{"76":{"tf":1.4142135623730951},"80":{"tf":1.0}}},"df":0,"docs":{}},"v":{"a":{"df":0,"docs":{},"l":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"90":{"tf":1.0},"96":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":8,"docs":{"133":{"tf":1.0},"23":{"tf":1.0},"38":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"86":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":3,"docs":{"24":{"tf":1.0},"6":{"tf":1.0},"81":{"tf":1.0}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"116":{"tf":1.4142135623730951},"18":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":43,"docs":{"111":{"tf":1.4142135623730951},"116":{"tf":2.0},"121":{"tf":1.0},"133":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.0},"31":{"tf":1.7320508075688772},"34":{"tf":1.4142135623730951},"41":{"tf":2.23606797749979},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.7320508075688772},"47":{"tf":1.4142135623730951},"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},"55":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.4142135623730951},"65":{"tf":1.4142135623730951},"66":{"tf":1.7320508075688772},"67":{"tf":1.4142135623730951},"69":{"tf":1.0},"7":{"tf":1.4142135623730951},"74":{"tf":2.23606797749979},"75":{"tf":1.4142135623730951},"77":{"tf":1.0},"78":{"tf":2.0},"79":{"tf":1.0},"88":{"tf":1.7320508075688772},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"95":{"tf":1.0},"97":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":2,"docs":{"26":{"tf":1.0},"92":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"r":{"c":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"97":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"95":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":4,"docs":{"34":{"tf":1.0},"41":{"tf":1.0},"7":{"tf":1.0},"93":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"113":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"c":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":2,"docs":{"116":{"tf":1.0},"78":{"tf":1.0}},"u":{"df":0,"docs":{},"t":{"df":10,"docs":{"110":{"tf":1.4142135623730951},"113":{"tf":1.0},"133":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"5":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"r":{"df":16,"docs":{"0":{"tf":1.4142135623730951},"101":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":2.0},"119":{"tf":1.0},"13":{"tf":1.0},"133":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"47":{"tf":1.7320508075688772},"65":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.7320508075688772},"78":{"tf":2.23606797749979}},"s":{"(":{"0":{"df":3,"docs":{"42":{"tf":1.0},"43":{"tf":1.0},"95":{"tf":1.0}}},"1":{"df":3,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0}}},"2":{"df":9,"docs":{"101":{"tf":1.0},"111":{"tf":1.0},"19":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"116":{"tf":1.0},"78":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":5,"docs":{"133":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"6":{"tf":1.0}}}}},"df":0,"docs":{}}},"h":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"113":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"115":{"tf":1.0},"125":{"tf":1.0},"67":{"tf":1.0},"86":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":13,"docs":{"106":{"tf":1.0},"111":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"_":{"c":{"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":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"96":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"89":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":48,"docs":{"1":{"tf":1.0},"106":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"122":{"tf":1.0},"125":{"tf":1.4142135623730951},"128":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.4142135623730951},"133":{"tf":2.23606797749979},"15":{"tf":1.4142135623730951},"18":{"tf":2.6457513110645907},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":2.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.0},"29":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"36":{"tf":2.0},"37":{"tf":1.0},"38":{"tf":2.0},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"61":{"tf":1.7320508075688772},"62":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.7320508075688772},"82":{"tf":2.23606797749979},"84":{"tf":1.0},"85":{"tf":1.4142135623730951},"88":{"tf":2.0},"89":{"tf":2.23606797749979},"90":{"tf":2.23606797749979},"91":{"tf":1.4142135623730951},"92":{"tf":1.0},"93":{"tf":1.0},"96":{"tf":2.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":7,"docs":{"112":{"tf":1.0},"133":{"tf":1.0},"31":{"tf":1.0},"41":{"tf":1.0},"57":{"tf":1.0},"62":{"tf":1.0},"7":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"28":{"tf":1.4142135623730951}}}},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"39":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"1":{"tf":1.0},"116":{"tf":1.4142135623730951},"21":{"tf":1.0},"24":{"tf":1.0},"35":{"tf":1.0},"40":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"29":{"tf":1.0},"67":{"tf":2.0},"79":{"tf":1.0},"85":{"tf":1.0}}}},"s":{"df":4,"docs":{"15":{"tf":1.0},"33":{"tf":1.0},"80":{"tf":1.4142135623730951},"84":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"80":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"—":{"a":{"d":{"df":0,"docs":{},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"113":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"38":{"tf":1.0},"39":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":14,"docs":{"113":{"tf":1.0},"125":{"tf":1.0},"133":{"tf":1.0},"24":{"tf":1.0},"34":{"tf":1.0},"49":{"tf":1.4142135623730951},"81":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":1.7320508075688772},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.4142135623730951},"97":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":8,"docs":{"27":{"tf":1.0},"51":{"tf":1.7320508075688772},"8":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.0},"96":{"tf":1.0}}}}}}},"}":{"\\"":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"90":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"f":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"20":{"tf":1.4142135623730951},"26":{"tf":1.0}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"87":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":10,"docs":{"117":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.7320508075688772},"125":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"132":{"tf":1.0},"23":{"tf":1.0},"67":{"tf":1.0},"84":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":12,"docs":{"116":{"tf":1.0},"118":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"24":{"tf":1.0},"35":{"tf":1.0},"40":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.4142135623730951},"80":{"tf":1.0},"86":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"s":{"df":5,"docs":{"132":{"tf":1.0},"133":{"tf":1.0},"21":{"tf":1.0},"62":{"tf":1.0},"75":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}}}},"q":{"df":1,"docs":{"132":{"tf":1.7320508075688772}}},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"35":{"tf":1.0},"40":{"tf":1.0},"58":{"tf":1.0},"84":{"tf":1.0},"91":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"63":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}}}}},"df":2,"docs":{"116":{"tf":2.6457513110645907},"78":{"tf":2.449489742783178}},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"47":{"tf":1.0},"66":{"tf":1.0},"9":{"tf":1.0},"93":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"40":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"86":{"tf":1.0}}},"df":0,"docs":{}},"t":{"c":{"df":0,"docs":{},"h":{"df":10,"docs":{"112":{"tf":1.0},"12":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"27":{"tf":1.4142135623730951},"32":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"71":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"40":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"95":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"df":11,"docs":{"115":{"tf":2.449489742783178},"116":{"tf":1.0},"120":{"tf":1.0},"131":{"tf":1.4142135623730951},"14":{"tf":2.23606797749979},"33":{"tf":1.4142135623730951},"65":{"tf":1.4142135623730951},"66":{"tf":1.0},"75":{"tf":1.7320508075688772},"76":{"tf":2.0},"78":{"tf":2.8284271247461903}},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"116":{"tf":1.0},"78":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"116":{"tf":2.0},"119":{"tf":1.0},"33":{"tf":1.0},"54":{"tf":1.0},"65":{"tf":1.0},"75":{"tf":1.0},"77":{"tf":1.7320508075688772},"78":{"tf":1.7320508075688772}}}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"108":{"tf":1.0},"55":{"tf":1.0}}}},"d":{"df":3,"docs":{"114":{"tf":1.4142135623730951},"116":{"tf":2.0},"48":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":3,"docs":{"132":{"tf":1.0},"65":{"tf":1.0},"75":{"tf":1.0}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":7,"docs":{"101":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"35":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"116":{"tf":1.7320508075688772},"119":{"tf":1.0},"120":{"tf":1.0},"19":{"tf":1.4142135623730951},"39":{"tf":1.0},"40":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0}},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"132":{"tf":1.0}}}}}}}}}},"t":{"df":4,"docs":{"40":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.0},"88":{"tf":1.0}}},"x":{"df":10,"docs":{"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":5,"docs":{"115":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"78":{"tf":1.0}}},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"113":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"23":{"tf":1.0},"38":{"tf":1.0},"5":{"tf":1.0},"61":{"tf":1.0},"80":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":4,"docs":{"24":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.4142135623730951},"56":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"8":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0}}}}}}},"n":{"df":29,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"8":{"tf":1.0},"89":{"tf":2.449489742783178},"90":{"tf":2.0},"95":{"tf":2.449489742783178},"96":{"tf":2.23606797749979},"97":{"tf":1.4142135623730951}}},"o":{"c":{"df":0,"docs":{},"u":{"df":2,"docs":{"120":{"tf":1.0},"17":{"tf":1.0}},"s":{"df":3,"docs":{"0":{"tf":1.0},"26":{"tf":1.0},"62":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":6,"docs":{"116":{"tf":1.0},"117":{"tf":1.0},"4":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0},"78":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"89":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"39":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"t":{"!":{"(":{"\\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"90":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"6":{"tf":1.0}},"u":{"df":0,"docs":{},"l":{"a":{"df":1,"docs":{"21":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":24,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.7320508075688772},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}},"df":3,"docs":{"120":{"tf":1.0},"130":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"k":{"/":{"c":{"df":0,"docs":{},"f":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"z":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":15,"docs":{"11":{"tf":1.0},"112":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.0},"125":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}}}}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":4,"docs":{"11":{"tf":1.0},"130":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0}}}}},"df":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":{"30":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"92":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"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":2,"docs":{"34":{"tf":1.0},"93":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"r":{"df":2,"docs":{"34":{"tf":1.0},"92":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"80":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"93":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"93":{"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":0,"docs":{},"n":{"df":2,"docs":{"34":{"tf":1.0},"93":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"97":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"{":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{",":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{",":{"df":0,"docs":{},"k":{"8":{"df":1,"docs":{"92":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"84":{"tf":1.0},"85":{"tf":1.0},"92":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"34":{"tf":1.0},"93":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{".":{"df":0,"docs":{},"r":{"df":2,"docs":{"95":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"96":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":2,"docs":{"34":{"tf":1.0},"93":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":2,"docs":{"34":{"tf":1.0},"93":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"95":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}},"df":30,"docs":{"0":{"tf":1.0},"118":{"tf":1.4142135623730951},"132":{"tf":1.0},"133":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"2":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"31":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"7":{"tf":1.4142135623730951},"74":{"tf":2.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.7320508075688772},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"92":{"tf":1.4142135623730951},"97":{"tf":1.0}},"’":{"df":1,"docs":{"39":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"47":{"tf":1.0},"50":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"3":{"tf":1.0},"75":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":8,"docs":{"0":{"tf":1.0},"113":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"19":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0}}}}}}},"d":{"df":5,"docs":{"102":{"tf":1.0},"120":{"tf":1.0},"126":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"54":{"tf":1.7320508075688772}}}}}},"g":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"113":{"tf":1.0},"3":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"61":{"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":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"84":{"tf":1.0},"89":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":24,"docs":{"112":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"120":{"tf":1.0},"125":{"tf":1.4142135623730951},"128":{"tf":1.0},"133":{"tf":1.7320508075688772},"24":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"54":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":1.4142135623730951},"62":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.0},"82":{"tf":1.0},"89":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0}}}}},"t":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"89":{"tf":1.0},"90":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"70":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"63":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"1":{"tf":1.0}},"n":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"33":{"tf":1.0},"75":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"133":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"35":{"tf":1.0},"40":{"tf":1.0}}}},"df":4,"docs":{"115":{"tf":1.0},"34":{"tf":1.0},"70":{"tf":1.0},"75":{"tf":1.0}},"e":{"df":1,"docs":{"93":{"tf":1.0}}},"o":{"d":{"df":7,"docs":{"123":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"35":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"65":{"tf":1.0},"75":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"116":{"tf":1.0},"119":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"1":{"6":{"df":5,"docs":{"112":{"tf":1.0},"133":{"tf":1.0},"57":{"tf":1.0},"62":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":1,"docs":{"133":{"tf":1.0}}}},"w":{"df":1,"docs":{"91":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"86":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":4,"docs":{"25":{"tf":1.0},"34":{"tf":1.0},"82":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{}}},"df":58,"docs":{"1":{"tf":1.0},"113":{"tf":1.4142135623730951},"25":{"tf":1.7320508075688772},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.7320508075688772},"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},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.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},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"23":{"tf":1.0}},"l":{"df":2,"docs":{"17":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"r":{"d":{"df":1,"docs":{"19":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}}},"df":1,"docs":{"118":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"116":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":1,"docs":{"52":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"133":{"tf":1.0},"20":{"tf":1.7320508075688772},"35":{"tf":1.0},"6":{"tf":1.0}},"i":{"df":3,"docs":{"122":{"tf":1.0},"20":{"tf":1.0},"38":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"df":3,"docs":{"27":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}},"p":{"df":1,"docs":{"16":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"27":{"tf":1.0},"32":{"tf":1.0},"39":{"tf":1.0},"70":{"tf":1.0},"84":{"tf":1.0},"87":{"tf":1.7320508075688772}}}}}},"r":{"df":0,"docs":{},"e":{"df":4,"docs":{"0":{"tf":1.0},"31":{"tf":1.4142135623730951},"34":{"tf":1.0},"90":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":8,"docs":{"133":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"35":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.4142135623730951},"6":{"tf":1.0},"92":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"60":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"20":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":4,"docs":{"129":{"tf":1.0},"26":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"24":{"tf":1.0},"58":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.0},"71":{"tf":1.0},"78":{"tf":1.0},"92":{"tf":1.0}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"67":{"tf":1.0},"72":{"tf":1.0}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"92":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"1":{"8":{"0":{"8":{"0":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"122":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"0":{"9":{"0":{"df":6,"docs":{"122":{"tf":1.0},"15":{"tf":1.0},"33":{"tf":1.0},"66":{"tf":1.0},"80":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"122":{"tf":1.0},"15":{"tf":1.0},"80":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"i":{"[":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"38":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"d":{">":{":":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"78":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"115":{"tf":1.0},"116":{"tf":2.23606797749979},"78":{"tf":1.0}},"e":{"a":{"df":3,"docs":{"51":{"tf":1.4142135623730951},"89":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"89":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"62":{"tf":1.0},"79":{"tf":1.0}}}}}},"i":{"df":56,"docs":{"25":{"tf":1.7320508075688772},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"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},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.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},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0}},"i":{"df":17,"docs":{"81":{"tf":1.7320508075688772},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"41":{"tf":1.0},"88":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":14,"docs":{"10":{"tf":1.4142135623730951},"11":{"tf":1.4142135623730951},"130":{"tf":2.23606797749979},"131":{"tf":1.0},"27":{"tf":1.7320508075688772},"30":{"tf":1.0},"31":{"tf":1.0},"41":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":2.23606797749979},"67":{"tf":2.23606797749979},"7":{"tf":1.0},"72":{"tf":1.4142135623730951},"9":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"17":{"tf":1.7320508075688772}}}},"l":{"df":5,"docs":{"89":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":12,"docs":{"34":{"tf":2.0},"51":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":1.4142135623730951},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":7,"docs":{"100":{"tf":1.4142135623730951},"115":{"tf":1.0},"116":{"tf":1.0},"57":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.0}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":18,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"133":{"tf":1.0},"14":{"tf":1.0},"20":{"tf":1.0},"33":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"54":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0},"76":{"tf":1.4142135623730951},"78":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":7,"docs":{"132":{"tf":1.0},"133":{"tf":1.0},"20":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"113":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":8,"docs":{"113":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"126":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"61":{"tf":1.0},"74":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"\\"":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"89":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":5,"docs":{"115":{"tf":1.7320508075688772},"116":{"tf":1.4142135623730951},"120":{"tf":1.0},"14":{"tf":1.4142135623730951},"78":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":4,"docs":{"15":{"tf":1.0},"65":{"tf":1.0},"75":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":6,"docs":{"133":{"tf":1.0},"17":{"tf":1.0},"3":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0},"97":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"23":{"tf":1.0},"39":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"38":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":3,"docs":{"38":{"tf":1.4142135623730951},"84":{"tf":1.0},"89":{"tf":1.4142135623730951}},"i":{"df":1,"docs":{"55":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"84":{"tf":1.0},"89":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"115":{"tf":2.0},"66":{"tf":1.0},"78":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"80":{"tf":1.0}}}}}}},"df":4,"docs":{"116":{"tf":1.0},"120":{"tf":1.4142135623730951},"59":{"tf":1.0},"80":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"71":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"116":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"120":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":3,"docs":{"26":{"tf":1.0},"3":{"tf":1.0},"41":{"tf":1.0}}}},"n":{"d":{"df":4,"docs":{"132":{"tf":1.0},"133":{"tf":1.0},"35":{"tf":1.0},"82":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"66":{"tf":1.0}}},"t":{"df":4,"docs":{"17":{"tf":1.0},"24":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"0":{"tf":1.4142135623730951},"3":{"tf":1.0},"82":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":8,"docs":{"20":{"tf":2.0},"34":{"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}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"16":{"tf":1.0},"24":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0}}}}}},"v":{"df":5,"docs":{"113":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"18":{"tf":1.0},"53":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"19":{"tf":1.0}},"t":{"df":1,"docs":{"3":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"54":{"tf":2.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":3,"docs":{"3":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"u":{"df":5,"docs":{"120":{"tf":1.4142135623730951},"122":{"tf":1.0},"123":{"tf":1.0},"62":{"tf":1.0},"89":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"35":{"tf":1.0},"58":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"74":{"tf":1.0}}}}}},"’":{"df":1,"docs":{"79":{"tf":1.0}}}},"v":{"df":36,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.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.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"98":{"tf":1.7320508075688772},"99":{"tf":1.0}}}},"j":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"g":{"df":4,"docs":{"133":{"tf":1.0},"24":{"tf":1.0},"6":{"tf":1.0},"82":{"tf":1.0}}}},"df":0,"docs":{}}},"k":{"8":{"df":15,"docs":{"112":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"119":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"14":{"tf":1.0},"27":{"tf":1.0},"40":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"67":{"tf":1.7320508075688772},"72":{"tf":1.0},"78":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":6,"docs":{"26":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.0},"41":{"tf":1.0},"7":{"tf":1.0},"92":{"tf":1.0}}}},"df":1,"docs":{"67":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":8,"docs":{"113":{"tf":1.0},"127":{"tf":1.0},"133":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"66":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":1.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":{"109":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":17,"docs":{"116":{"tf":1.0},"132":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.4142135623730951},"35":{"tf":1.0},"39":{"tf":1.7320508075688772},"40":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"78":{"tf":1.0},"82":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0},"98":{"tf":1.0}}}},"y":{"df":7,"docs":{"27":{"tf":1.0},"28":{"tf":1.4142135623730951},"29":{"tf":1.0},"47":{"tf":1.0},"8":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"129":{"tf":1.0}}}},"n":{"d":{"df":1,"docs":{"67":{"tf":1.7320508075688772}}},"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":{"133":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":1,"docs":{"123":{"tf":1.4142135623730951}}}}}},"u":{"b":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":6,"docs":{"115":{"tf":1.4142135623730951},"116":{"tf":3.872983346207417},"119":{"tf":1.7320508075688772},"14":{"tf":1.0},"67":{"tf":1.0},"78":{"tf":3.3166247903554}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":14,"docs":{"109":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"29":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.4142135623730951},"67":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"g":{"df":14,"docs":{"11":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"128":{"tf":1.0},"130":{"tf":1.4142135623730951},"131":{"tf":1.7320508075688772},"27":{"tf":1.4142135623730951},"32":{"tf":1.0},"62":{"tf":1.0},"68":{"tf":1.7320508075688772},"72":{"tf":1.0}},"r":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"27":{"tf":1.0},"30":{"tf":1.0},"70":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":3,"docs":{"116":{"tf":2.0},"119":{"tf":1.0},"78":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"24":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"116":{"tf":1.0},"120":{"tf":1.0},"82":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"39":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"133":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"44":{"tf":1.4142135623730951},"6":{"tf":1.0},"77":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"26":{"tf":1.7320508075688772},"3":{"tf":1.0},"39":{"tf":1.0},"87":{"tf":1.0},"93":{"tf":1.0}}}}}}},"df":4,"docs":{"115":{"tf":1.0},"116":{"tf":3.0},"119":{"tf":1.4142135623730951},"78":{"tf":2.449489742783178}},"e":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"133":{"tf":1.0},"77":{"tf":1.0}}}}},"df":0,"docs":{},"k":{"df":2,"docs":{"23":{"tf":1.0},"82":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.7320508075688772}}}},"v":{"df":1,"docs":{"79":{"tf":1.0}}}},"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"133":{"tf":1.0}}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"63":{"tf":1.0}}}},"t":{"df":1,"docs":{"3":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":16,"docs":{"121":{"tf":1.4142135623730951},"133":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"82":{"tf":1.7320508075688772},"92":{"tf":1.0},"93":{"tf":1.0}}}}}},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"27":{"tf":1.0},"29":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"23":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"89":{"tf":1.0}}}}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":2,"docs":{"116":{"tf":1.0},"38":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"116":{"tf":1.4142135623730951},"119":{"tf":1.0},"78":{"tf":1.4142135623730951}}}},"v":{"df":0,"docs":{},"e":{"df":20,"docs":{"116":{"tf":1.0},"123":{"tf":1.0},"125":{"tf":1.4142135623730951},"132":{"tf":1.4142135623730951},"133":{"tf":1.7320508075688772},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.4142135623730951},"50":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"62":{"tf":1.0},"92":{"tf":1.4142135623730951}}}}},"o":{"a":{"d":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}}}}},"df":11,"docs":{"120":{"tf":1.0},"131":{"tf":1.4142135623730951},"41":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.7320508075688772},"48":{"tf":1.7320508075688772},"49":{"tf":2.0},"53":{"tf":1.0},"55":{"tf":1.0},"67":{"tf":2.0},"9":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"=":{"2":{"df":1,"docs":{"65":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"=":{"1":{"2":{"0":{"df":1,"docs":{"65":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"=":{"3":{"df":1,"docs":{"65":{"tf":1.0}}},"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":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":8,"docs":{"116":{"tf":1.4142135623730951},"121":{"tf":1.0},"65":{"tf":1.4142135623730951},"69":{"tf":1.0},"74":{"tf":2.0},"75":{"tf":1.0},"78":{"tf":1.4142135623730951},"79":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":6,"docs":{"26":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.0},"41":{"tf":1.0},"7":{"tf":1.0},"92":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":9,"docs":{"113":{"tf":1.0},"127":{"tf":1.0},"133":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"63":{"tf":1.4142135623730951},"66":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":1.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":5,"docs":{"109":{"tf":1.0},"111":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":30,"docs":{"1":{"tf":1.0},"109":{"tf":1.0},"112":{"tf":1.0},"115":{"tf":1.4142135623730951},"116":{"tf":1.0},"119":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"14":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.7320508075688772},"29":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"6":{"tf":1.0},"62":{"tf":1.4142135623730951},"65":{"tf":1.4142135623730951},"7":{"tf":1.0},"70":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.4142135623730951},"78":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":1.0}}},"t":{"df":4,"docs":{"115":{"tf":1.4142135623730951},"62":{"tf":1.0},"69":{"tf":1.7320508075688772},"70":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":23,"docs":{"113":{"tf":1.7320508075688772},"114":{"tf":1.4142135623730951},"115":{"tf":3.3166247903554},"116":{"tf":4.898979485566356},"120":{"tf":1.4142135623730951},"121":{"tf":1.7320508075688772},"125":{"tf":1.0},"128":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"14":{"tf":3.1622776601683795},"15":{"tf":1.4142135623730951},"33":{"tf":2.23606797749979},"62":{"tf":1.4142135623730951},"65":{"tf":1.7320508075688772},"66":{"tf":1.7320508075688772},"73":{"tf":1.4142135623730951},"74":{"tf":3.0},"75":{"tf":2.8284271247461903},"76":{"tf":2.23606797749979},"78":{"tf":5.0990195135927845},"89":{"tf":1.0},"93":{"tf":1.0}},"i":{"c":{"df":3,"docs":{"133":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}},"s":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"116":{"tf":1.0}}}}}},"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"80":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"116":{"tf":1.0}}}}}}},":":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"78":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"132":{"tf":1.0},"21":{"tf":1.0},"35":{"tf":1.0},"82":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"118":{"tf":1.0},"132":{"tf":1.0}}},"p":{"df":3,"docs":{"17":{"tf":1.0},"40":{"tf":1.0},"58":{"tf":1.0}}},"s":{"df":1,"docs":{"26":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"133":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"24":{"tf":1.0}}}}}},"r":{"df":2,"docs":{"23":{"tf":1.0},"5":{"tf":1.0}}},"s":{"df":2,"docs":{"116":{"tf":1.0},"78":{"tf":1.0}}},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":2,"docs":{"132":{"tf":1.0},"21":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"24":{"tf":1.0},"40":{"tf":1.0},"59":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"26":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":29,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"95":{"tf":1.7320508075688772},"96":{"tf":1.4142135623730951},"97":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"24":{"tf":1.0},"55":{"tf":1.0},"81":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":11,"docs":{"133":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"24":{"tf":1.4142135623730951},"3":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"70":{"tf":1.0},"74":{"tf":1.4142135623730951},"92":{"tf":1.0}}}},"l":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"54":{"tf":1.4142135623730951}}}}}}},"n":{"df":0,"docs":{},"i":{"df":5,"docs":{"3":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"6":{"tf":1.0},"82":{"tf":1.0}}},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"133":{"tf":1.0}}}}},"p":{"df":2,"docs":{"62":{"tf":1.0},"66":{"tf":1.0}}},"t":{"c":{"df":0,"docs":{},"h":{"df":6,"docs":{"116":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"66":{"tf":1.0},"78":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"98":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"35":{"tf":1.0},"60":{"tf":1.0}}}}}},"x":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"2":{"0":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}},"4":{"0":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"6":{"0":{"df":1,"docs":{"105":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":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":{"105":{"tf":1.0}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"48":{"tf":1.0}}}}}}}},"d":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"27":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":1,"docs":{"126":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":7,"docs":{"0":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"40":{"tf":1.0},"82":{"tf":1.0}}}}},"t":{"df":1,"docs":{"39":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"133":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"74":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"15":{"tf":1.0},"80":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"20":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":4,"docs":{"14":{"tf":1.0},"54":{"tf":1.7320508075688772},"74":{"tf":1.0},"77":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"1":{"tf":1.0},"2":{"tf":1.0},"26":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"118":{"tf":1.0},"124":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"133":{"tf":1.0},"62":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"d":{"df":6,"docs":{"34":{"tf":1.0},"52":{"tf":1.0},"80":{"tf":1.0},"93":{"tf":1.4142135623730951},"95":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"c":{"df":9,"docs":{"113":{"tf":1.0},"15":{"tf":1.4142135623730951},"23":{"tf":1.0},"33":{"tf":1.4142135623730951},"66":{"tf":1.0},"75":{"tf":1.0},"80":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"0":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"3":{"0":{"df":1,"docs":{"105":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":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":{"105":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"116":{"tf":1.0}}}},"k":{"df":0,"docs":{},"u":{"b":{"df":1,"docs":{"67":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"m":{"df":6,"docs":{"123":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.4142135623730951},"58":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"132":{"tf":1.4142135623730951},"21":{"tf":1.7320508075688772}}}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"86":{"tf":1.0}}}}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"113":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"s":{"df":8,"docs":{"113":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"132":{"tf":1.0},"62":{"tf":1.0},"72":{"tf":1.0},"84":{"tf":1.0}}},"t":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"74":{"tf":1.0}}}},"df":0,"docs":{}}},"x":{"df":3,"docs":{"113":{"tf":1.0},"19":{"tf":1.0},"77":{"tf":1.0}},"e":{"d":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"63":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"52":{"tf":1.0}},"l":{"df":8,"docs":{"1":{"tf":1.0},"2":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"39":{"tf":1.0},"82":{"tf":2.23606797749979},"92":{"tf":1.0}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"34":{"tf":1.0},"78":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"24":{"tf":1.0}}}},"df":2,"docs":{"65":{"tf":1.0},"84":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"13":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"125":{"tf":1.0},"91":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"116":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"115":{"tf":1.4142135623730951},"14":{"tf":1.4142135623730951},"66":{"tf":1.0},"67":{"tf":1.0},"78":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"24":{"tf":1.0},"40":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":7,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"2":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.4142135623730951},"35":{"tf":1.0},"59":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"133":{"tf":1.0},"40":{"tf":1.0}}}}}}},"t":{"df":11,"docs":{"111":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0},"89":{"tf":1.0},"95":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":4,"docs":{"89":{"tf":1.0},"90":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}}}}}}},"df":0,"docs":{}},"=":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":3,"docs":{"116":{"tf":1.7320508075688772},"119":{"tf":1.0},"78":{"tf":1.7320508075688772}}}}}}},"df":14,"docs":{"115":{"tf":1.4142135623730951},"116":{"tf":3.605551275463989},"119":{"tf":1.7320508075688772},"14":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0},"7":{"tf":1.0},"71":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.4142135623730951},"78":{"tf":2.0},"84":{"tf":1.0},"89":{"tf":1.0}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":3,"docs":{"116":{"tf":3.0},"119":{"tf":1.0},"78":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"34":{"tf":1.4142135623730951}}}}}},"df":5,"docs":{"116":{"tf":1.7320508075688772},"119":{"tf":1.0},"126":{"tf":1.0},"20":{"tf":1.0},"78":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"40":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":13,"docs":{"119":{"tf":1.0},"132":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"3":{"tf":1.0},"39":{"tf":1.0},"52":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"72":{"tf":1.4142135623730951},"74":{"tf":1.0},"78":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}},"—":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"g":{"df":2,"docs":{"133":{"tf":1.0},"62":{"tf":1.0}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"77":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":14,"docs":{"101":{"tf":1.0},"111":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":16,"docs":{"0":{"tf":1.7320508075688772},"120":{"tf":1.0},"128":{"tf":1.0},"133":{"tf":1.4142135623730951},"15":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.4142135623730951},"35":{"tf":1.0},"52":{"tf":2.0},"6":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"133":{"tf":1.0},"54":{"tf":1.0}}}}},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"89":{"tf":1.0},"90":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":11,"docs":{"34":{"tf":1.7320508075688772},"82":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.7320508075688772},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":2.6457513110645907},"95":{"tf":1.7320508075688772},"96":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}}},"o":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"86":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":2,"docs":{"52":{"tf":1.0},"86":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":53,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"101":{"tf":1.7320508075688772},"105":{"tf":1.0},"113":{"tf":1.4142135623730951},"115":{"tf":2.8284271247461903},"116":{"tf":2.0},"119":{"tf":1.7320508075688772},"120":{"tf":2.0},"122":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"127":{"tf":2.0},"128":{"tf":1.7320508075688772},"129":{"tf":1.0},"133":{"tf":2.23606797749979},"14":{"tf":2.449489742783178},"15":{"tf":1.4142135623730951},"2":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.7320508075688772},"27":{"tf":1.4142135623730951},"29":{"tf":1.0},"3":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"52":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":2.0},"6":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.0},"62":{"tf":2.0},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"7":{"tf":1.0},"74":{"tf":2.6457513110645907},"75":{"tf":1.0},"76":{"tf":2.23606797749979},"78":{"tf":1.7320508075688772},"80":{"tf":2.0},"82":{"tf":1.0},"84":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"97":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"15":{"tf":1.0},"75":{"tf":1.0}},"i":{"df":2,"docs":{"19":{"tf":1.0},"40":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"df":25,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"11":{"tf":1.0},"112":{"tf":1.0},"115":{"tf":2.23606797749979},"116":{"tf":1.7320508075688772},"119":{"tf":1.0},"12":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.7320508075688772},"131":{"tf":1.0},"133":{"tf":1.0},"14":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.7320508075688772},"3":{"tf":1.7320508075688772},"32":{"tf":1.0},"62":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.7320508075688772},"67":{"tf":1.7320508075688772},"70":{"tf":1.4142135623730951},"71":{"tf":1.0},"76":{"tf":2.0},"78":{"tf":2.6457513110645907}},"s":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"77":{"tf":1.0}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"77":{"tf":1.0}}}}}}}}}},"d":{"a":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"77":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"77":{"tf":1.0}}}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"77":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"62":{"tf":1.0}},"k":{"df":0,"docs":{},"z":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"=":{"/":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"12":{"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":{},"t":{"df":0,"docs":{},"o":{"/":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"69":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":3,"docs":{"30":{"tf":1.0},"62":{"tf":1.0},"69":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"115":{"tf":1.0}}}}}}},"=":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"78":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"115":{"tf":1.0},"76":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"66":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"116":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"78":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":1,"docs":{"65":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"75":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":9,"docs":{"115":{"tf":1.4142135623730951},"14":{"tf":2.0},"33":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":6,"docs":{"14":{"tf":1.0},"33":{"tf":1.0},"62":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"77":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"=":{"\\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"e":{",":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"_":{"d":{"a":{"_":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"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":2,"docs":{"121":{"tf":1.0},"75":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"e":{",":{"d":{"a":{"=":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"65":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"=":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":6,"docs":{"116":{"tf":1.0},"121":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"74":{"tf":1.7320508075688772},"75":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":5,"docs":{"14":{"tf":1.0},"33":{"tf":1.0},"62":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"77":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"=":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"4":{"3":{"1":{"7":{"df":2,"docs":{"15":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":2,"docs":{"75":{"tf":1.0},"9":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"=":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"4":{"3":{"1":{"8":{"df":2,"docs":{"15":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":2,"docs":{"75":{"tf":1.0},"9":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":6,"docs":{"11":{"tf":1.0},"31":{"tf":1.0},"41":{"tf":1.0},"7":{"tf":1.0},"72":{"tf":1.0},"9":{"tf":1.0}},"e":{"=":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":4,"docs":{"116":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951}}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"67":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":2,"docs":{"33":{"tf":1.0},"75":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":7,"docs":{"115":{"tf":1.4142135623730951},"116":{"tf":1.0},"14":{"tf":1.0},"65":{"tf":1.4142135623730951},"75":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"75":{"tf":2.0}}}},"t":{"df":0,"docs":{},"e":{"df":9,"docs":{"115":{"tf":1.0},"116":{"tf":1.7320508075688772},"119":{"tf":1.0},"21":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"78":{"tf":1.4142135623730951}}}}},"t":{"df":0,"docs":{},"p":{"df":2,"docs":{"132":{"tf":1.0},"18":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"101":{"tf":1.4142135623730951},"18":{"tf":1.0},"39":{"tf":1.0},"65":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"o":{"[":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"23":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":22,"docs":{"113":{"tf":1.4142135623730951},"122":{"tf":1.7320508075688772},"131":{"tf":1.0},"132":{"tf":1.4142135623730951},"133":{"tf":1.7320508075688772},"15":{"tf":1.7320508075688772},"20":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.7320508075688772},"35":{"tf":1.0},"40":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.4142135623730951},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"66":{"tf":1.0},"73":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951},"82":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"40":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"82":{"tf":1.0}}}}},"df":0,"docs":{}},"df":2,"docs":{"116":{"tf":1.4142135623730951},"23":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"92":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"78":{"tf":1.0}}}}}}},"k":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"\\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"89":{"tf":1.0},"90":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":11,"docs":{"111":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"89":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}}},"n":{"c":{"df":3,"docs":{"23":{"tf":1.0},"6":{"tf":1.0},"82":{"tf":1.0}}},"df":4,"docs":{"26":{"tf":1.0},"3":{"tf":1.0},"61":{"tf":1.0},"87":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"60":{"tf":1.0}}}}},"p":{"df":1,"docs":{"133":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":30,"docs":{"0":{"tf":1.0},"104":{"tf":1.0},"111":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"45":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"62":{"tf":2.23606797749979},"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},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0}}}},"t":{"df":2,"docs":{"19":{"tf":1.0},"39":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":10,"docs":{"14":{"tf":1.4142135623730951},"15":{"tf":1.0},"23":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"70":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"79":{"tf":1.0},"86":{"tf":1.0},"9":{"tf":1.0}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":11,"docs":{"133":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.4142135623730951},"24":{"tf":1.0},"26":{"tf":1.4142135623730951},"56":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0},"74":{"tf":1.0},"82":{"tf":1.0},"92":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"132":{"tf":1.0},"18":{"tf":1.0},"39":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"129":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"24":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"p":{"df":4,"docs":{"15":{"tf":1.0},"75":{"tf":1.7320508075688772},"79":{"tf":2.449489742783178},"9":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":9,"docs":{"133":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.0},"40":{"tf":1.0},"5":{"tf":1.0},"56":{"tf":1.0},"62":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.0}}}}},"df":2,"docs":{"66":{"tf":1.0},"78":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"115":{"tf":1.0},"116":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"14":{"tf":1.0},"78":{"tf":1.0}},"—":{"d":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"17":{"tf":1.4142135623730951},"20":{"tf":1.0},"3":{"tf":1.0},"49":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"58":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"d":{"df":7,"docs":{"12":{"tf":1.0},"30":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0},"80":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":12,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"4":{"tf":1.7320508075688772},"5":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"df":1,"docs":{"125":{"tf":1.0}}}}}}}}}}},"p":{"2":{"df":0,"docs":{},"p":{"df":1,"docs":{"77":{"tf":1.0}}}},"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"23":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"92":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"1":{"tf":1.0},"56":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"93":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":15,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.0},"131":{"tf":1.4142135623730951},"133":{"tf":1.0},"21":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.0},"32":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.0},"68":{"tf":1.7320508075688772},"72":{"tf":1.0},"87":{"tf":1.0},"93":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}}},"t":{"df":132,"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},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"12":{"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},"13":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.7320508075688772},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.7320508075688772},"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},"4":{"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":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"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.7320508075688772},"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.7320508075688772},"99":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":4,"docs":{"0":{"tf":1.0},"133":{"tf":1.0},"37":{"tf":1.0},"87":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":2.23606797749979}}}}}},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"56":{"tf":1.0},"80":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":2,"docs":{"123":{"tf":1.0},"23":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":7,"docs":{"115":{"tf":1.7320508075688772},"12":{"tf":1.0},"131":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0},"62":{"tf":1.0},"69":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":10,"docs":{"116":{"tf":1.4142135623730951},"120":{"tf":1.0},"132":{"tf":1.0},"26":{"tf":1.0},"39":{"tf":2.449489742783178},"40":{"tf":1.0},"41":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951}}}}}}}},"df":14,"docs":{"116":{"tf":1.7320508075688772},"121":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0},"74":{"tf":2.0},"75":{"tf":1.0},"78":{"tf":2.0},"79":{"tf":1.0}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"120":{"tf":1.0}}}},"r":{"df":19,"docs":{"103":{"tf":1.0},"104":{"tf":1.4142135623730951},"111":{"tf":1.7320508075688772},"115":{"tf":2.23606797749979},"116":{"tf":1.0},"122":{"tf":1.0},"133":{"tf":1.4142135623730951},"14":{"tf":1.7320508075688772},"15":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.7320508075688772},"19":{"tf":1.4142135623730951},"21":{"tf":1.0},"33":{"tf":1.4142135623730951},"39":{"tf":1.0},"65":{"tf":1.7320508075688772},"75":{"tf":1.0},"76":{"tf":1.4142135623730951},"78":{"tf":1.7320508075688772}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":3,"docs":{"0":{"tf":1.4142135623730951},"133":{"tf":1.4142135623730951},"6":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"133":{"tf":1.0},"49":{"tf":1.0}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"115":{"tf":1.0},"116":{"tf":1.0},"14":{"tf":1.0},"65":{"tf":1.0},"78":{"tf":1.4142135623730951}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":7,"docs":{"16":{"tf":1.7320508075688772},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0}}}}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"35":{"tf":1.0},"40":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"132":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"14":{"tf":1.0},"59":{"tf":1.0}}}}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"129":{"tf":1.0}}}}}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"71":{"tf":1.0}}}},"df":0,"docs":{},"n":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":9,"docs":{"110":{"tf":1.0},"111":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"[":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"61":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":26,"docs":{"1":{"tf":1.0},"111":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"23":{"tf":2.0},"24":{"tf":1.0},"26":{"tf":1.4142135623730951},"3":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":2.0},"57":{"tf":1.4142135623730951},"6":{"tf":1.0},"61":{"tf":1.0},"8":{"tf":1.0},"82":{"tf":1.0},"92":{"tf":1.0},"95":{"tf":1.0}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"62":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"u":{"df":1,"docs":{"0":{"tf":1.0}},"g":{"df":1,"docs":{"88":{"tf":1.0}},"g":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"24":{"tf":1.0},"36":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"d":{"df":7,"docs":{"115":{"tf":1.4142135623730951},"116":{"tf":4.795831523312719},"119":{"tf":2.23606797749979},"133":{"tf":1.0},"14":{"tf":1.0},"67":{"tf":1.0},"78":{"tf":2.23606797749979}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"27":{"tf":1.0},"7":{"tf":1.4142135623730951},"8":{"tf":1.0},"92":{"tf":1.0}}}}},"l":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"133":{"tf":1.0}},"e":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":17,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"116":{"tf":1.4142135623730951},"120":{"tf":1.0},"125":{"tf":1.4142135623730951},"128":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"57":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951},"75":{"tf":1.0},"78":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":1,"docs":{"68":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"20":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"22":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0}}}},"df":0,"docs":{}},"df":7,"docs":{"113":{"tf":1.7320508075688772},"120":{"tf":1.0},"122":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.7320508075688772},"59":{"tf":1.0},"66":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"116":{"tf":1.0},"133":{"tf":1.0},"82":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":4,"docs":{"132":{"tf":1.0},"133":{"tf":1.0},"25":{"tf":1.0},"40":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"24":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}},"i":{"df":0,"docs":{},"x":{"df":6,"docs":{"115":{"tf":1.4142135623730951},"116":{"tf":1.0},"14":{"tf":1.0},"76":{"tf":1.4142135623730951},"77":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951}}}}},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"133":{"tf":1.0}}}}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"26":{"tf":1.0},"92":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":9,"docs":{"112":{"tf":1.0},"128":{"tf":1.0},"56":{"tf":1.4142135623730951},"62":{"tf":2.0},"66":{"tf":1.0},"67":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"9":{"tf":1.0}}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"112":{"tf":1.0},"128":{"tf":1.0},"131":{"tf":1.0},"62":{"tf":1.0}}}},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"76":{"tf":1.0}}}},"t":{"df":3,"docs":{"113":{"tf":1.0},"40":{"tf":1.0},"87":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"38":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"113":{"tf":1.0},"133":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":3,"docs":{"116":{"tf":1.7320508075688772},"129":{"tf":1.0},"78":{"tf":1.4142135623730951}},"s":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"116":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"27":{"tf":1.0},"56":{"tf":1.0},"92":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":2.0}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"92":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"16":{"tf":1.4142135623730951},"22":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"n":{"!":{"(":{"\\"":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"o":{"b":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"18":{"tf":1.0},"21":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":8,"docs":{"133":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"61":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.4142135623730951},"91":{"tf":1.0},"92":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"120":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":18,"docs":{"109":{"tf":1.0},"119":{"tf":1.0},"129":{"tf":1.4142135623730951},"133":{"tf":1.0},"14":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"29":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"52":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0},"74":{"tf":1.0},"9":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":8,"docs":{"0":{"tf":1.0},"106":{"tf":1.0},"125":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.4142135623730951},"18":{"tf":1.7320508075688772},"38":{"tf":1.0},"86":{"tf":1.0}},"t":{"df":6,"docs":{"113":{"tf":1.0},"133":{"tf":1.7320508075688772},"21":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"113":{"tf":1.0},"133":{"tf":1.4142135623730951},"20":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.7320508075688772},"82":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"0":{"tf":1.7320508075688772},"115":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":9,"docs":{"122":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"27":{"tf":1.4142135623730951},"30":{"tf":1.0},"33":{"tf":1.0},"66":{"tf":1.4142135623730951},"80":{"tf":1.7320508075688772},"9":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"63":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"o":{"df":0,"docs":{},"f":{"df":11,"docs":{"112":{"tf":1.0},"120":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"128":{"tf":1.0},"133":{"tf":1.4142135623730951},"31":{"tf":1.0},"41":{"tf":1.0},"57":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"54":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"133":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":7,"docs":{"0":{"tf":1.0},"132":{"tf":1.0},"18":{"tf":2.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"3":{"tf":1.0},"39":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":3,"docs":{"132":{"tf":1.0},"21":{"tf":1.0},"89":{"tf":1.0}}},"i":{"d":{"df":5,"docs":{"29":{"tf":1.0},"59":{"tf":1.0},"84":{"tf":1.0},"92":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":7,"docs":{"133":{"tf":1.0},"23":{"tf":1.4142135623730951},"56":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0},"82":{"tf":1.0},"97":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"61":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}},"s":{"df":4,"docs":{"115":{"tf":1.0},"116":{"tf":1.7320508075688772},"119":{"tf":1.4142135623730951},"78":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"89":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"b":{"df":5,"docs":{"89":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951},"97":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"0":{"tf":1.0},"133":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"132":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"29":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"74":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"67":{"tf":1.7320508075688772}}}}}},"q":{"a":{"df":1,"docs":{"3":{"tf":1.0}}},"df":2,"docs":{"116":{"tf":1.0},"78":{"tf":1.0}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"55":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":17,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"113":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"63":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":2.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"22":{"tf":1.0}}}}}}},"r":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"23":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":3,"docs":{"105":{"tf":1.0},"19":{"tf":1.0},"66":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"115":{"tf":1.0},"116":{"tf":1.0}}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"78":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"(":{"1":{"0":{"df":1,"docs":{"50":{"tf":1.0}}},"5":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"3":{"df":1,"docs":{"45":{"tf":1.0}}},"5":{"df":8,"docs":{"103":{"tf":1.0},"111":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":14,"docs":{"113":{"tf":1.7320508075688772},"125":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"47":{"tf":1.4142135623730951},"48":{"tf":2.0},"65":{"tf":1.0}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}}},"df":5,"docs":{"130":{"tf":1.0},"131":{"tf":1.0},"23":{"tf":1.0},"66":{"tf":1.0},"70":{"tf":1.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"89":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"90":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"89":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"l":{"df":4,"docs":{"133":{"tf":1.0},"61":{"tf":1.0},"89":{"tf":1.7320508075688772},"90":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"—":{"a":{"df":1,"docs":{"62":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"36":{"tf":1.0},"39":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":14,"docs":{"119":{"tf":1.7320508075688772},"120":{"tf":1.0},"128":{"tf":1.4142135623730951},"133":{"tf":1.4142135623730951},"17":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.7320508075688772},"86":{"tf":1.0},"97":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"92":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":3,"docs":{"0":{"tf":1.0},"3":{"tf":1.0},"88":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"1":{"tf":1.0},"3":{"tf":1.0},"46":{"tf":1.0},"52":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"132":{"tf":1.0},"18":{"tf":1.0}}}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"131":{"tf":1.0}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"86":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":7,"docs":{"116":{"tf":1.0},"132":{"tf":1.0},"40":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.0},"70":{"tf":1.0},"78":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"132":{"tf":1.4142135623730951},"37":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.7320508075688772}}},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"113":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":5,"docs":{"120":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"24":{"tf":1.0},"39":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":34,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"115":{"tf":1.4142135623730951},"133":{"tf":1.0},"34":{"tf":1.0},"81":{"tf":1.7320508075688772},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":2.0},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951},"98":{"tf":1.0},"99":{"tf":2.0}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"120":{"tf":1.0}}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"56":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"67":{"tf":1.4142135623730951}}},"y":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"67":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}},"x":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":1,"docs":{"18":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{}},"df":3,"docs":{"115":{"tf":1.0},"40":{"tf":1.0},"86":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"116":{"tf":1.0},"38":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"67":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"19":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":1,"docs":{"41":{"tf":1.0}},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"122":{"tf":1.0},"62":{"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":{"70":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"82":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":5,"docs":{"35":{"tf":1.0},"40":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.4142135623730951},"63":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"89":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":32,"docs":{"105":{"tf":1.4142135623730951},"113":{"tf":1.0},"115":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.0},"125":{"tf":1.0},"128":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"27":{"tf":1.4142135623730951},"3":{"tf":1.0},"31":{"tf":1.7320508075688772},"37":{"tf":1.0},"41":{"tf":1.7320508075688772},"45":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"68":{"tf":1.0},"7":{"tf":1.7320508075688772},"70":{"tf":1.0},"72":{"tf":1.0},"78":{"tf":1.4142135623730951},"8":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":8,"docs":{"132":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.4142135623730951},"45":{"tf":2.0},"47":{"tf":1.0},"54":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"92":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":4,"docs":{"113":{"tf":1.0},"23":{"tf":1.0},"82":{"tf":1.0},"86":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"62":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":4,"docs":{"128":{"tf":1.0},"133":{"tf":1.4142135623730951},"6":{"tf":1.0},"82":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":16,"docs":{"105":{"tf":2.23606797749979},"113":{"tf":1.4142135623730951},"129":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.4142135623730951},"19":{"tf":1.0},"23":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"45":{"tf":1.4142135623730951},"47":{"tf":1.0},"50":{"tf":1.4142135623730951},"52":{"tf":1.0},"59":{"tf":1.0},"66":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"<":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"97":{"tf":1.0}}}}}}},"df":15,"docs":{"111":{"tf":1.0},"16":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.0},"89":{"tf":1.4142135623730951},"90":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":3,"docs":{"0":{"tf":1.0},"133":{"tf":1.0},"20":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":7,"docs":{"133":{"tf":1.4142135623730951},"23":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0},"85":{"tf":1.0},"89":{"tf":1.0},"97":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"26":{"tf":1.4142135623730951},"39":{"tf":1.0},"85":{"tf":1.0},"92":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":3,"docs":{"132":{"tf":1.0},"24":{"tf":1.0},"40":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"24":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"91":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"132":{"tf":1.0},"21":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":7,"docs":{"0":{"tf":1.0},"133":{"tf":1.4142135623730951},"3":{"tf":1.0},"6":{"tf":1.0},"82":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"70":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"133":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"c":{"df":1,"docs":{"89":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"11":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"11":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"111":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":7,"docs":{"84":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.7320508075688772},"90":{"tf":1.4142135623730951},"92":{"tf":1.0},"95":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}}}}}}}}},"df":43,"docs":{"1":{"tf":1.0},"107":{"tf":1.7320508075688772},"113":{"tf":1.7320508075688772},"115":{"tf":1.0},"116":{"tf":2.449489742783178},"121":{"tf":1.0},"123":{"tf":1.0},"125":{"tf":1.0},"132":{"tf":1.4142135623730951},"133":{"tf":2.23606797749979},"16":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":2.0},"23":{"tf":1.7320508075688772},"24":{"tf":1.0},"25":{"tf":1.0},"31":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"35":{"tf":1.7320508075688772},"38":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"49":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":2.23606797749979},"58":{"tf":1.0},"6":{"tf":1.4142135623730951},"60":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.4142135623730951},"65":{"tf":1.4142135623730951},"66":{"tf":2.0},"67":{"tf":1.4142135623730951},"69":{"tf":1.0},"7":{"tf":1.4142135623730951},"71":{"tf":1.0},"74":{"tf":2.0},"75":{"tf":1.0},"78":{"tf":2.6457513110645907},"79":{"tf":1.0},"82":{"tf":2.0},"90":{"tf":1.0},"92":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"84":{"tf":1.0},"89":{"tf":1.4142135623730951}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":6,"docs":{"26":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.0},"41":{"tf":1.0},"7":{"tf":1.0},"92":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":9,"docs":{"110":{"tf":1.0},"111":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":61,"docs":{"11":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"115":{"tf":1.4142135623730951},"116":{"tf":2.8284271247461903},"120":{"tf":1.0},"121":{"tf":1.0},"125":{"tf":1.0},"127":{"tf":1.0},"130":{"tf":1.0},"132":{"tf":1.7320508075688772},"133":{"tf":2.23606797749979},"14":{"tf":2.0},"23":{"tf":1.7320508075688772},"24":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"29":{"tf":1.0},"31":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.7320508075688772},"57":{"tf":2.23606797749979},"58":{"tf":1.7320508075688772},"59":{"tf":1.7320508075688772},"6":{"tf":1.4142135623730951},"60":{"tf":1.7320508075688772},"61":{"tf":1.4142135623730951},"62":{"tf":1.7320508075688772},"65":{"tf":1.7320508075688772},"66":{"tf":2.0},"67":{"tf":2.0},"69":{"tf":1.0},"7":{"tf":1.4142135623730951},"72":{"tf":1.0},"74":{"tf":2.8284271247461903},"75":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"78":{"tf":3.0},"79":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.7320508075688772},"92":{"tf":2.0},"97":{"tf":1.4142135623730951}},"s":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"29":{"tf":1.0}}}}}}}},"df":0,"docs":{},"k":{"8":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"—":{"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":{"df":1,"docs":{"128":{"tf":1.0}}}}}}}}}}},"’":{"df":1,"docs":{"62":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"61":{"tf":1.0}},"{":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":6,"docs":{"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"61":{"tf":1.0},"82":{"tf":1.0},"92":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"61":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"=":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"74":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":3,"docs":{"14":{"tf":1.0},"62":{"tf":1.0},"74":{"tf":1.0}}}}}},"df":5,"docs":{"70":{"tf":1.0},"88":{"tf":1.7320508075688772},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":2,"docs":{"79":{"tf":1.0},"87":{"tf":1.0}},"t":{"df":0,"docs":{},"y":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"m":{"df":0,"docs":{},"e":{"df":7,"docs":{"132":{"tf":1.4142135623730951},"133":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"56":{"tf":1.4142135623730951},"67":{"tf":1.0},"92":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"132":{"tf":1.0},"77":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"62":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":14,"docs":{"100":{"tf":1.0},"111":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"7":{"tf":1.0},"92":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":14,"docs":{"101":{"tf":1.0},"111":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0},"95":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":6,"docs":{"29":{"tf":1.0},"39":{"tf":1.7320508075688772},"8":{"tf":1.0},"92":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":58,"docs":{"1":{"tf":1.0},"108":{"tf":1.0},"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.7320508075688772},"124":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.4142135623730951},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.7320508075688772},"133":{"tf":2.23606797749979},"16":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.7320508075688772},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":2.23606797749979},"27":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":2.23606797749979},"36":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":2.0},"4":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"46":{"tf":1.0},"51":{"tf":1.0},"56":{"tf":2.23606797749979},"57":{"tf":1.0},"6":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":1.0},"82":{"tf":2.6457513110645907},"91":{"tf":1.4142135623730951},"92":{"tf":2.23606797749979},"93":{"tf":1.4142135623730951},"97":{"tf":1.7320508075688772},"98":{"tf":1.0},"99":{"tf":1.0}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"60":{"tf":1.0},"67":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"68":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":2,"docs":{"15":{"tf":1.0},"33":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":5,"docs":{"11":{"tf":1.0},"27":{"tf":1.4142135623730951},"30":{"tf":1.0},"32":{"tf":1.4142135623730951},"70":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":9,"docs":{"112":{"tf":1.0},"12":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.7320508075688772},"70":{"tf":1.4142135623730951},"71":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":7,"docs":{"107":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.4142135623730951},"18":{"tf":2.0},"21":{"tf":1.0},"40":{"tf":1.0},"65":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"d":{"df":12,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"120":{"tf":1.0},"126":{"tf":1.4142135623730951},"132":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"8":{"tf":1.0},"82":{"tf":1.0}}},"df":14,"docs":{"131":{"tf":1.0},"15":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0},"97":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"116":{"tf":2.0},"119":{"tf":1.0},"78":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}},"f":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"89":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"97":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":4,"docs":{"39":{"tf":1.0},"89":{"tf":1.7320508075688772},"90":{"tf":1.7320508075688772},"96":{"tf":1.4142135623730951}}}},"n":{"d":{"df":8,"docs":{"111":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":7,"docs":{"14":{"tf":1.0},"19":{"tf":1.7320508075688772},"22":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"40":{"tf":1.0},"76":{"tf":1.0}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"92":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"27":{"tf":1.0},"30":{"tf":1.0}}}},"i":{"c":{"df":6,"docs":{"0":{"tf":1.0},"113":{"tf":1.0},"133":{"tf":1.0},"20":{"tf":1.0},"59":{"tf":1.0},"77":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"t":{"df":18,"docs":{"112":{"tf":1.0},"115":{"tf":1.4142135623730951},"125":{"tf":1.0},"128":{"tf":1.0},"133":{"tf":1.0},"14":{"tf":1.7320508075688772},"23":{"tf":1.0},"26":{"tf":1.0},"35":{"tf":1.0},"56":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"74":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951},"81":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":5,"docs":{"113":{"tf":1.0},"131":{"tf":1.0},"27":{"tf":1.4142135623730951},"32":{"tf":1.0},"59":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":10,"docs":{"133":{"tf":1.0},"16":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.0},"6":{"tf":1.0},"82":{"tf":1.0},"88":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":7,"docs":{"26":{"tf":1.0},"40":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"82":{"tf":1.0},"89":{"tf":1.0},"92":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"113":{"tf":1.0},"132":{"tf":1.0},"21":{"tf":1.4142135623730951}}}},"w":{"df":4,"docs":{"1":{"tf":1.0},"116":{"tf":1.0},"41":{"tf":1.0},"88":{"tf":1.0}}}}},"i":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"62":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":14,"docs":{"132":{"tf":1.0},"133":{"tf":1.7320508075688772},"20":{"tf":2.0},"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0},"56":{"tf":1.4142135623730951},"6":{"tf":1.0},"62":{"tf":1.4142135623730951},"80":{"tf":1.0},"86":{"tf":1.0}},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"80":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"79":{"tf":1.0}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"42":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951}},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"42":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"i":{"df":1,"docs":{"79":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":3,"docs":{"23":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0}}}},"k":{"df":1,"docs":{"78":{"tf":1.0}}}},"t":{"df":1,"docs":{"26":{"tf":1.0}}},"z":{"df":0,"docs":{},"e":{"df":1,"docs":{"20":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"_":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"21":{"tf":1.0},"53":{"tf":1.0}}}}},"df":0,"docs":{}},"df":5,"docs":{"132":{"tf":2.0},"133":{"tf":1.7320508075688772},"18":{"tf":2.8284271247461903},"21":{"tf":2.449489742783178},"93":{"tf":1.0}}},"w":{"df":4,"docs":{"113":{"tf":1.0},"125":{"tf":1.0},"128":{"tf":1.0},"18":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"63":{"tf":1.0}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"3":{"tf":1.0},"35":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":8,"docs":{"113":{"tf":1.0},"132":{"tf":1.4142135623730951},"39":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.0},"58":{"tf":1.0},"63":{"tf":1.0},"91":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"85":{"tf":1.0},"90":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"3":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"121":{"tf":1.0}}}},"w":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"17":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"17":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":4,"docs":{"133":{"tf":1.0},"27":{"tf":1.4142135623730951},"7":{"tf":1.0},"74":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"87":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":11,"docs":{"116":{"tf":1.0},"133":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"23":{"tf":1.0},"33":{"tf":1.0},"38":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"78":{"tf":1.7320508075688772},"9":{"tf":1.0}},"i":{"df":3,"docs":{"133":{"tf":1.4142135623730951},"35":{"tf":1.0},"78":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"e":{"d":{"df":2,"docs":{"40":{"tf":1.0},"57":{"tf":1.0}},"—":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"113":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}}},"r":{"c":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"27":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"133":{"tf":1.0},"49":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"13":{"tf":1.7320508075688772},"27":{"tf":1.4142135623730951},"35":{"tf":1.0},"40":{"tf":1.0},"59":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"113":{"tf":1.4142135623730951}}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"113":{"tf":1.0},"40":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":1,"docs":{"101":{"tf":1.0}},"t":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"89":{"tf":1.0},"95":{"tf":1.0}}}}}}},"df":0,"docs":{}},"_":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"85":{"tf":1.0},"90":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":15,"docs":{"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"133":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"39":{"tf":1.0},"40":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.7320508075688772},"82":{"tf":1.0},"84":{"tf":1.0},"89":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"113":{"tf":1.0},"128":{"tf":1.0},"63":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":5,"docs":{"133":{"tf":1.7320508075688772},"20":{"tf":1.7320508075688772},"23":{"tf":1.0},"40":{"tf":1.0},"55":{"tf":1.7320508075688772}}},"i":{"c":{"df":2,"docs":{"89":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":2,"docs":{"119":{"tf":1.4142135623730951},"15":{"tf":1.0}}}},"y":{"df":5,"docs":{"132":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"53":{"tf":1.0},"90":{"tf":1.4142135623730951}}}},"d":{":":{":":{"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":8,"docs":{"111":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{":":{":":{"a":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"89":{"tf":1.0}}},"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":{":":{":":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":9,"docs":{"100":{"tf":1.0},"111":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":3,"docs":{"115":{"tf":1.4142135623730951},"14":{"tf":1.4142135623730951},"75":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"39":{"tf":1.0},"62":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"132":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"p":{"df":3,"docs":{"133":{"tf":1.0},"23":{"tf":1.0},"82":{"tf":1.0}}}},"r":{"df":4,"docs":{"89":{"tf":1.0},"90":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"116":{"tf":1.4142135623730951},"133":{"tf":1.0},"78":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"44":{"tf":1.0},"47":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"82":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"89":{"tf":1.0},"90":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"27":{"tf":1.0},"54":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"u":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"43":{"tf":1.0}}}},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"17":{"tf":1.0}}}}},"df":7,"docs":{"0":{"tf":1.4142135623730951},"133":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"75":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":3,"docs":{"0":{"tf":1.0},"133":{"tf":1.0},"77":{"tf":1.0}}}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"132":{"tf":1.0},"133":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"6":{"tf":1.0},"82":{"tf":1.0},"93":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"119":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{},"x":{"df":2,"docs":{"115":{"tf":1.0},"76":{"tf":1.4142135623730951}}}}}},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"56":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"60":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"22":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"55":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":12,"docs":{"113":{"tf":1.0},"127":{"tf":1.4142135623730951},"45":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"66":{"tf":1.7320508075688772},"67":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"24":{"tf":1.0},"40":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.4142135623730951}},"e":{"d":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"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":{}}}},"w":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"132":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"113":{"tf":1.7320508075688772}}}}}}},"n":{"c":{"df":10,"docs":{"111":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"132":{"tf":1.0},"18":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":10,"docs":{"115":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":2.23606797749979},"20":{"tf":1.4142135623730951},"3":{"tf":1.0},"38":{"tf":1.4142135623730951},"45":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"82":{"tf":1.0}}}}}}}},"t":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"11":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0}}},"i":{"df":0,"docs":{},"l":{"=":{"1":{"0":{"0":{"0":{"df":1,"docs":{"78":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"0":{"0":{"df":1,"docs":{"116":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"116":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"5":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}},"3":{"0":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"4":{"5":{"df":1,"docs":{"105":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"89":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"90":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":7,"docs":{"132":{"tf":1.4142135623730951},"33":{"tf":1.0},"35":{"tf":1.0},"75":{"tf":1.0},"77":{"tf":2.0},"89":{"tf":1.4142135623730951},"90":{"tf":1.7320508075688772}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"82":{"tf":1.0}}}}},"d":{"df":3,"docs":{"38":{"tf":1.0},"61":{"tf":1.0},"80":{"tf":1.0}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"3":{"tf":1.4142135623730951},"40":{"tf":1.0}}},"r":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"116":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"79":{"tf":1.4142135623730951}}}}}}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"13":{"tf":1.4142135623730951},"27":{"tf":1.0},"30":{"tf":1.0},"78":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"115":{"tf":1.4142135623730951},"14":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"39":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"116":{"tf":1.0}}}}}},"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"=":{"9":{"0":{"9":{"1":{"df":2,"docs":{"66":{"tf":1.0},"80":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"9":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":75,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.0},"11":{"tf":1.4142135623730951},"112":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.0},"123":{"tf":1.0},"125":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.0},"13":{"tf":1.7320508075688772},"130":{"tf":1.4142135623730951},"131":{"tf":1.0},"132":{"tf":2.0},"16":{"tf":2.0},"17":{"tf":1.7320508075688772},"18":{"tf":1.0},"19":{"tf":1.7320508075688772},"2":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"26":{"tf":1.7320508075688772},"27":{"tf":1.4142135623730951},"29":{"tf":1.7320508075688772},"3":{"tf":1.7320508075688772},"30":{"tf":1.4142135623730951},"34":{"tf":2.449489742783178},"35":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"47":{"tf":1.4142135623730951},"48":{"tf":1.7320508075688772},"49":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"54":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":3.0},"67":{"tf":2.23606797749979},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.7320508075688772},"80":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"9":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":2.0},"93":{"tf":2.6457513110645907},"95":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951},"97":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"86":{"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":{"85":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"84":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"{":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":10,"docs":{"100":{"tf":1.0},"111":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"97":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"90":{"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":{"96":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"95":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"89":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"89":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"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":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":5,"docs":{"100":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"k":{"8":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"k":{"8":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"100":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{":":{":":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":5,"docs":{"100":{"tf":1.0},"111":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":6,"docs":{"111":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"{":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":3,"docs":{"100":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"—":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}}}}}}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{":":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":6,"docs":{"11":{"tf":1.0},"116":{"tf":1.0},"130":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"67":{"tf":2.8284271247461903},"78":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"—":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"78":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"’":{"df":0,"docs":{},"r":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"18":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":1,"docs":{"9":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"24":{"tf":1.0},"56":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.0}}}}}}}}}}},"i":{"df":1,"docs":{"18":{"tf":1.0}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"e":{"df":14,"docs":{"0":{"tf":1.0},"105":{"tf":1.4142135623730951},"128":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"18":{"tf":2.449489742783178},"22":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.4142135623730951},"40":{"tf":1.0},"53":{"tf":1.7320508075688772},"58":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":10,"docs":{"112":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.0},"128":{"tf":1.4142135623730951},"133":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":6,"docs":{"115":{"tf":1.0},"116":{"tf":1.4142135623730951},"14":{"tf":1.0},"53":{"tf":1.0},"76":{"tf":1.4142135623730951},"78":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"m":{"df":0,"docs":{},"p":{"/":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"116":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"78":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"78":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":4,"docs":{"130":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"71":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"78":{"tf":1.0}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"3":{"tf":1.0},"38":{"tf":1.0},"6":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"41":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"53":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"70":{"tf":1.0}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":27,"docs":{"101":{"tf":2.0},"113":{"tf":1.4142135623730951},"123":{"tf":1.0},"126":{"tf":1.0},"133":{"tf":1.4142135623730951},"19":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"29":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.4142135623730951},"66":{"tf":1.0},"8":{"tf":1.4142135623730951},"82":{"tf":1.7320508075688772},"87":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951},"93":{"tf":1.0}},"y":{"(":{")":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"n":{")":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"m":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"g":{"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":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"89":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"133":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"9":{"tf":1.0}}}}}}},"df":7,"docs":{"15":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0},"61":{"tf":1.0},"75":{"tf":1.7320508075688772},"78":{"tf":1.0},"92":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"79":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"27":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"k":{"df":2,"docs":{"23":{"tf":1.0},"55":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":17,"docs":{"133":{"tf":1.4142135623730951},"19":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.4142135623730951},"61":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":7,"docs":{"34":{"tf":2.0},"8":{"tf":1.0},"88":{"tf":1.0},"92":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":29,"docs":{"0":{"tf":1.0},"103":{"tf":2.23606797749979},"111":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"126":{"tf":1.0},"132":{"tf":1.4142135623730951},"133":{"tf":1.7320508075688772},"17":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"19":{"tf":2.0},"20":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.4142135623730951},"39":{"tf":1.0},"43":{"tf":2.23606797749979},"44":{"tf":2.23606797749979},"45":{"tf":1.0},"48":{"tf":1.7320508075688772},"49":{"tf":1.4142135623730951},"50":{"tf":1.0},"54":{"tf":2.23606797749979},"55":{"tf":1.4142135623730951},"61":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.4142135623730951},"92":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"d":{"a":{"df":1,"docs":{"125":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"133":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":8,"docs":{"27":{"tf":1.7320508075688772},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"133":{"tf":1.4142135623730951},"37":{"tf":1.0},"6":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":20,"docs":{"112":{"tf":1.7320508075688772},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"132":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"40":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"40":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"57":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"40":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":2,"docs":{"132":{"tf":1.0},"14":{"tf":1.0}}}},"x":{"df":1,"docs":{"47":{"tf":1.4142135623730951}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":2,"docs":{"133":{"tf":1.0},"97":{"tf":1.0}}},"i":{"c":{"df":1,"docs":{"74":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"p":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"57":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":12,"docs":{"133":{"tf":1.0},"3":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"113":{"tf":1.0}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"62":{"tf":1.0},"74":{"tf":1.0},"79":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"113":{"tf":1.0},"79":{"tf":1.0},"90":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"75":{"tf":1.4142135623730951},"79":{"tf":1.0}}}}}},"p":{"df":6,"docs":{"115":{"tf":1.4142135623730951},"129":{"tf":1.0},"14":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"92":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"35":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"31":{"tf":1.0},"63":{"tf":1.4142135623730951},"92":{"tf":1.0}}}},"df":42,"docs":{"100":{"tf":2.449489742783178},"103":{"tf":1.0},"111":{"tf":2.0},"115":{"tf":1.0},"116":{"tf":2.6457513110645907},"119":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.4142135623730951},"132":{"tf":1.0},"133":{"tf":1.7320508075688772},"14":{"tf":1.0},"26":{"tf":1.0},"34":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":2.23606797749979},"43":{"tf":2.23606797749979},"44":{"tf":2.23606797749979},"45":{"tf":2.23606797749979},"48":{"tf":2.23606797749979},"49":{"tf":2.23606797749979},"50":{"tf":2.23606797749979},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":2.449489742783178},"8":{"tf":1.4142135623730951},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.4142135623730951},"86":{"tf":1.0},"89":{"tf":2.23606797749979},"90":{"tf":1.7320508075688772},"95":{"tf":1.7320508075688772},"96":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":57,"docs":{"20":{"tf":1.7320508075688772},"25":{"tf":1.7320508075688772},"26":{"tf":1.4142135623730951},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"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.4142135623730951},"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},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.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},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0}},"s":{"(":{"1":{"0":{"df":2,"docs":{"43":{"tf":1.0},"45":{"tf":1.0}}},"5":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":5,"docs":{"103":{"tf":1.0},"111":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"5":{"0":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":3,"docs":{"113":{"tf":1.0},"120":{"tf":1.0},"126":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"z":{"df":2,"docs":{"89":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"91":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"27":{"tf":1.0},"32":{"tf":1.0}}}},"x":{"df":0,"docs":{},"o":{"df":1,"docs":{"133":{"tf":1.4142135623730951}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"115":{"tf":1.7320508075688772},"116":{"tf":2.0},"119":{"tf":1.0},"78":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"v":{"0":{".":{"3":{".":{"1":{"df":6,"docs":{"12":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"66":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"116":{"tf":1.0}}}}}},"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"(":{"2":{"df":4,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"43":{"tf":1.0}}},"3":{"df":8,"docs":{"101":{"tf":1.0},"111":{"tf":1.0},"19":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.0},"8":{"tf":1.0},"95":{"tf":1.0}}},"4":{"df":3,"docs":{"45":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{}},".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"116":{"tf":1.4142135623730951},"78":{"tf":1.0}}}}}},"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"9":{"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":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"66":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":31,"docs":{"0":{"tf":2.0},"101":{"tf":1.0},"115":{"tf":1.4142135623730951},"116":{"tf":3.3166247903554},"119":{"tf":1.0},"123":{"tf":1.0},"13":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":2.0},"15":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"40":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":2.0},"49":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"61":{"tf":1.0},"65":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":3.0},"82":{"tf":1.0},"89":{"tf":1.4142135623730951},"90":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":1,"docs":{"133":{"tf":1.0}}}},"r":{"df":1,"docs":{"113":{"tf":1.0}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":7,"docs":{"133":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"75":{"tf":1.7320508075688772},"79":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"66":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"c":{"!":{"[":{"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":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":1,"docs":{"89":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"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":{},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":1,"docs":{"89":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"121":{"tf":1.0},"74":{"tf":2.0}}}}},"df":0,"docs":{},"i":{"df":2,"docs":{"132":{"tf":1.0},"21":{"tf":1.0}},"f":{"df":4,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"55":{"tf":1.4142135623730951},"77":{"tf":1.0}},"i":{"df":13,"docs":{"113":{"tf":1.4142135623730951},"116":{"tf":1.0},"119":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"133":{"tf":1.4142135623730951},"38":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"62":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"24":{"tf":1.0}}}}}},"i":{"a":{"df":19,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"112":{"tf":1.0},"12":{"tf":1.0},"133":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"55":{"tf":1.0},"62":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.7320508075688772},"72":{"tf":1.0},"78":{"tf":1.7320508075688772},"8":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"116":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"56":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":4,"docs":{"66":{"tf":1.0},"67":{"tf":1.0},"72":{"tf":1.0},"78":{"tf":1.4142135623730951}}}}}},"s":{"df":2,"docs":{"113":{"tf":1.0},"74":{"tf":1.4142135623730951}}}},"w":{"[":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"23":{"tf":1.0}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"129":{"tf":1.0},"133":{"tf":1.4142135623730951},"23":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"97":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"132":{"tf":1.0},"18":{"tf":2.449489742783178},"39":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":18,"docs":{"102":{"tf":1.7320508075688772},"103":{"tf":1.0},"113":{"tf":1.7320508075688772},"120":{"tf":1.0},"126":{"tf":1.7320508075688772},"132":{"tf":1.0},"133":{"tf":1.0},"26":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"55":{"tf":2.0},"61":{"tf":1.0},"62":{"tf":1.0},"8":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"92":{"tf":1.0}},"s":{"(":{"1":{"0":{"0":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"0":{"df":2,"docs":{"43":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}},"3":{"0":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}},"5":{"0":{"df":5,"docs":{"102":{"tf":1.0},"111":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":3,"docs":{"113":{"tf":1.0},"120":{"tf":1.0},"126":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"62":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"75":{"tf":1.0}}}},"s":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"127":{"tf":1.0}}}}}},"y":{"df":1,"docs":{"17":{"tf":1.0}}}},"df":1,"docs":{"23":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"39":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"133":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"l":{"d":{"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"116":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":10,"docs":{"113":{"tf":1.0},"125":{"tf":1.0},"133":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"35":{"tf":1.0},"38":{"tf":1.0},"56":{"tf":1.0},"82":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":4,"docs":{"113":{"tf":1.0},"59":{"tf":1.0},"84":{"tf":1.0},"91":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"91":{"tf":1.0}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"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":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"2":{"0":{"df":2,"docs":{"107":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}},"8":{"0":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"0":{"0":{"df":1,"docs":{"49":{"tf":1.0}}},"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":1,"docs":{"21":{"tf":1.0}}},"6":{"0":{"df":4,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}},"9":{"0":{"df":3,"docs":{"111":{"tf":1.0},"44":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":2,"docs":{"125":{"tf":1.0},"133":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"0":{"df":1,"docs":{"91":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"128":{"tf":1.0},"20":{"tf":1.0},"53":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":4,"docs":{"1":{"tf":1.0},"24":{"tf":1.0},"66":{"tf":1.0},"72":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"113":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"k":{"df":9,"docs":{"113":{"tf":1.0},"115":{"tf":1.0},"17":{"tf":1.0},"3":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":7,"docs":{"117":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"71":{"tf":1.4142135623730951},"92":{"tf":1.0},"94":{"tf":1.4142135623730951}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":59,"docs":{"1":{"tf":1.0},"103":{"tf":1.7320508075688772},"104":{"tf":1.7320508075688772},"105":{"tf":1.7320508075688772},"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"119":{"tf":1.0},"12":{"tf":1.0},"123":{"tf":1.0},"125":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951},"128":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":2.0},"133":{"tf":2.23606797749979},"23":{"tf":2.23606797749979},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.7320508075688772},"36":{"tf":2.0},"37":{"tf":2.449489742783178},"38":{"tf":2.23606797749979},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"47":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0},"6":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"68":{"tf":1.0},"72":{"tf":1.0},"8":{"tf":2.0},"82":{"tf":2.23606797749979},"84":{"tf":1.7320508075688772},"85":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":2.0},"89":{"tf":2.6457513110645907},"90":{"tf":1.4142135623730951},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":2.0},"97":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"26":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"115":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":7,"docs":{"14":{"tf":1.0},"16":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"66":{"tf":1.0},"76":{"tf":1.4142135623730951},"78":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"78":{"tf":1.0}}}}}}}}},"x":{"df":2,"docs":{"66":{"tf":1.4142135623730951},"70":{"tf":1.0}}},"y":{"df":0,"docs":{},"e":{"df":2,"docs":{"132":{"tf":1.0},"9":{"tf":1.0}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"96":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"95":{"tf":1.0}}}}}}},"df":1,"docs":{"95":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"97":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"97":{"tf":1.0}}}}}},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"96":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"95":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":1,"docs":{"95":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"’":{"df":0,"docs":{},"r":{"df":2,"docs":{"79":{"tf":1.0},"93":{"tf":1.0}}}}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"133":{"tf":1.0}}}}}}}},"title":{"root":{"1":{"df":1,"docs":{"118":{"tf":1.0}}},"2":{"df":1,"docs":{"119":{"tf":1.0}}},"3":{"df":1,"docs":{"120":{"tf":1.0}}},"4":{"df":1,"docs":{"121":{"tf":1.0}}},"5":{"df":1,"docs":{"122":{"tf":1.0}}},"6":{"df":1,"docs":{"123":{"tf":1.0}}},"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"116":{"tf":1.0},"78":{"tf":1.0}}}}}},"df":0,"docs":{}},"d":{"d":{"df":1,"docs":{"93":{"tf":1.0}}},"df":7,"docs":{"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"46":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}},"l":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"129":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"i":{"df":3,"docs":{"8":{"tf":1.0},"80":{"tf":1.0},"99":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"98":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"14":{"tf":1.0},"4":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"72":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"35":{"tf":1.0}}}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"127":{"tf":1.0}}}}},"df":0,"docs":{}}},"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"108":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"8":{"tf":1.0},"99":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"c":{"a":{"df":0,"docs":{},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"93":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":4,"docs":{"105":{"tf":1.0},"19":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"118":{"tf":1.0},"121":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":2,"docs":{"63":{"tf":1.0},"71":{"tf":1.0}},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"12":{"tf":1.0},"131":{"tf":1.0},"68":{"tf":1.0},"70":{"tf":1.0}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"124":{"tf":1.0},"61":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"123":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"111":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"6":{"tf":1.0}}},"s":{"df":3,"docs":{"13":{"tf":1.0},"59":{"tf":1.0},"66":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"90":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":2,"docs":{"125":{"tf":1.0},"42":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"36":{"tf":1.0},"39":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"127":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"36":{"tf":1.0},"39":{"tf":1.0},"5":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"92":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"a":{"df":2,"docs":{"104":{"tf":1.0},"44":{"tf":1.0}}},"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"117":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"17":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":3,"docs":{"109":{"tf":1.0},"9":{"tf":1.0},"97":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"24":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"19":{"tf":1.0}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"81":{"tf":1.0},"82":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"28":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"11":{"tf":1.0},"59":{"tf":1.0}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"107":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"105":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"122":{"tf":1.0}}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"75":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"124":{"tf":1.0}}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":6,"docs":{"111":{"tf":1.0},"31":{"tf":1.0},"41":{"tf":1.0},"46":{"tf":1.0},"64":{"tf":1.0},"88":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"110":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":9,"docs":{"106":{"tf":1.0},"125":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"61":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"28":{"tf":1.0}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"83":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":2,"docs":{"51":{"tf":1.0},"94":{"tf":1.0}}}}}}}},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"125":{"tf":1.0},"126":{"tf":1.0},"131":{"tf":1.0}}}},"q":{"df":1,"docs":{"132":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":2,"docs":{"131":{"tf":1.0},"76":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"77":{"tf":1.0}}}}}},"n":{"d":{"df":1,"docs":{"114":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"5":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":2,"docs":{"130":{"tf":1.0},"131":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":4,"docs":{"118":{"tf":1.0},"29":{"tf":1.0},"74":{"tf":1.0},"83":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"70":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"133":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"123":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"113":{"tf":1.0},"25":{"tf":1.0},"34":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"20":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"87":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"51":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":1,"docs":{"25":{"tf":1.0}},"i":{"df":1,"docs":{"81":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"130":{"tf":1.0}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"17":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"100":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"92":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"v":{"df":1,"docs":{"98":{"tf":1.0}}}},"k":{"8":{"df":1,"docs":{"67":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"28":{"tf":1.0}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"123":{"tf":1.0}}}}}},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"g":{"df":2,"docs":{"131":{"tf":1.0},"68":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"121":{"tf":1.0},"82":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"125":{"tf":1.0},"42":{"tf":1.0}}}}},"o":{"a":{"d":{"df":3,"docs":{"131":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"58":{"tf":1.0},"65":{"tf":1.0}}},"t":{"df":2,"docs":{"115":{"tf":1.0},"69":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":11,"docs":{"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"14":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.4142135623730951},"75":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"124":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"82":{"tf":1.0}}}}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"77":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":2,"docs":{"19":{"tf":1.0},"72":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"52":{"tf":1.0}}}}}}},"w":{"df":5,"docs":{"88":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":7,"docs":{"116":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"127":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0},"80":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"130":{"tf":1.0}}}}}},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":6,"docs":{"122":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"33":{"tf":1.0},"73":{"tf":1.0},"80":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"62":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":1,"docs":{"79":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"118":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"17":{"tf":1.0}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"131":{"tf":1.0},"68":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":4,"docs":{"2":{"tf":1.0},"25":{"tf":1.0},"81":{"tf":1.0},"98":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"39":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"76":{"tf":1.0},"78":{"tf":1.0}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"16":{"tf":1.0}}}}}}}}}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"129":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"o":{"b":{"df":0,"docs":{},"e":{"df":1,"docs":{"89":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"48":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"80":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"113":{"tf":1.0},"115":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"89":{"tf":1.0},"90":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"119":{"tf":1.0},"128":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"52":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"115":{"tf":1.0},"81":{"tf":1.0},"92":{"tf":1.0},"99":{"tf":1.0}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"105":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"n":{"df":4,"docs":{"107":{"tf":1.0},"21":{"tf":1.0},"56":{"tf":1.0},"64":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":10,"docs":{"116":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"78":{"tf":1.0},"86":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"88":{"tf":1.0}}}}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"39":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":6,"docs":{"112":{"tf":1.0},"123":{"tf":1.0},"23":{"tf":1.0},"35":{"tf":1.0},"56":{"tf":1.0},"82":{"tf":1.0}}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"126":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"42":{"tf":1.0},"89":{"tf":1.0}}}}}},"t":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}},"y":{"df":1,"docs":{"90":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"22":{"tf":1.0},"47":{"tf":1.0}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"49":{"tf":1.0}}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"113":{"tf":1.0}}}}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"77":{"tf":1.0},"90":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"79":{"tf":1.0}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"16":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{":":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"130":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":2,"docs":{"18":{"tf":1.4142135623730951},"53":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"128":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"101":{"tf":1.0},"87":{"tf":1.0}}}}}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"103":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":1,"docs":{"27":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"112":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"63":{"tf":1.0}}}},"df":1,"docs":{"129":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"25":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"75":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"55":{"tf":1.0}},"i":{"df":2,"docs":{"119":{"tf":1.0},"122":{"tf":1.0}}}}}}},"s":{"df":1,"docs":{"74":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"18":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"102":{"tf":1.0},"126":{"tf":1.0},"55":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"21":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"91":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"117":{"tf":1.0},"71":{"tf":1.0},"94":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":11,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"lang":"English","pipeline":["trimmer","stopWordFilter","stemmer"],"ref":"id","version":"0.9.5"},"results_options":{"limit_results":30,"teaser_word_count":30},"search_options":{"bool":"OR","expand":true,"fields":{"body":{"boost":1},"breadcrumbs":{"boost":1},"title":{"boost":2}}}}')); \ No newline at end of file diff --git a/docs/searchindex-9b805e49.js b/docs/searchindex-9b805e49.js new file mode 100644 index 0000000..5472bec --- /dev/null +++ b/docs/searchindex-9b805e49.js @@ -0,0 +1 @@ +window.search = Object.assign(window.search, JSON.parse('{"doc_urls":["project-context-primer.html#project-context-primer","what-you-will-learn.html#what-you-will-learn","part-i.html#part-i--foundations","introduction.html#introduction","architecture-overview.html#architecture-overview","testing-philosophy.html#testing-philosophy","scenario-lifecycle.html#scenario-lifecycle-conceptual","design-rationale.html#design-rationale","part-ii.html#part-ii--user-guide","workspace-layout.html#workspace-layout","annotated-tree.html#annotated-tree","authoring-scenarios.html#authoring-scenarios","workloads.html#core-content-workloads--expectations","workloads.html#workloads","workloads.html#expectations","scenario-builder-ext-patterns.html#core-content-scenariobuilderext-patterns","best-practices.html#best-practices","examples.html#examples","examples.html#simple-2-validator-transaction-workload","examples.html#da--transaction-workload","examples.html#chaos--liveness-check","examples-advanced.html#advanced--artificial-examples","examples-advanced.html#partition-and-recover-chaos","examples-advanced.html#mempool-saturation-slo","examples-advanced.html#api-contract-probe","examples-advanced.html#validator-churn-replacejoin","examples-advanced.html#mixed-da--tx-throughput-sweep","examples-advanced.html#stochastic-topology-generator","running-scenarios.html#running-scenarios","runners.html#runners","runners.html#local-runner","runners.html#docker-compose-runner","runners.html#kubernetes-runner","runners.html#common-expectations","operations.html#operations","part-iii.html#part-iii--developer-reference","scenario-model.html#scenario-model-developer-level","extending.html#extending-the-framework","extending.html#adding-a-workload","extending.html#adding-an-expectation","extending.html#adding-a-runner","extending.html#adding-topology-helpers","custom-workload-example.html#example-new-workload--expectation-rust","custom-workload-example.html#workload-simple-reachability-probe","custom-workload-example.html#expectation-confirm-the-target-stayed-reachable","custom-workload-example.html#how-to-wire-it","internal-crate-reference.html#internal-crate-reference","part-iv.html#part-iv--appendix","dsl-cheat-sheet.html#core-content-dsl-cheat-sheet","troubleshooting.html#troubleshooting-scenarios","faq.html#faq","glossary.html#glossary"],"index":{"documentStore":{"docInfo":{"0":{"body":67,"breadcrumbs":6,"title":3},"1":{"body":26,"breadcrumbs":2,"title":1},"10":{"body":59,"breadcrumbs":8,"title":2},"11":{"body":101,"breadcrumbs":8,"title":2},"12":{"body":18,"breadcrumbs":12,"title":4},"13":{"body":38,"breadcrumbs":9,"title":1},"14":{"body":59,"breadcrumbs":9,"title":1},"15":{"body":84,"breadcrumbs":12,"title":4},"16":{"body":96,"breadcrumbs":8,"title":2},"17":{"body":14,"breadcrumbs":6,"title":1},"18":{"body":49,"breadcrumbs":10,"title":5},"19":{"body":51,"breadcrumbs":8,"title":3},"2":{"body":10,"breadcrumbs":4,"title":2},"20":{"body":61,"breadcrumbs":8,"title":3},"21":{"body":19,"breadcrumbs":10,"title":3},"22":{"body":58,"breadcrumbs":10,"title":3},"23":{"body":58,"breadcrumbs":10,"title":3},"24":{"body":58,"breadcrumbs":10,"title":3},"25":{"body":57,"breadcrumbs":10,"title":3},"26":{"body":69,"breadcrumbs":12,"title":5},"27":{"body":53,"breadcrumbs":10,"title":3},"28":{"body":75,"breadcrumbs":8,"title":2},"29":{"body":20,"breadcrumbs":6,"title":1},"3":{"body":84,"breadcrumbs":4,"title":1},"30":{"body":16,"breadcrumbs":7,"title":2},"31":{"body":23,"breadcrumbs":8,"title":3},"32":{"body":17,"breadcrumbs":7,"title":2},"33":{"body":48,"breadcrumbs":7,"title":2},"34":{"body":135,"breadcrumbs":6,"title":1},"35":{"body":10,"breadcrumbs":8,"title":4},"36":{"body":134,"breadcrumbs":12,"title":4},"37":{"body":0,"breadcrumbs":8,"title":2},"38":{"body":28,"breadcrumbs":8,"title":2},"39":{"body":23,"breadcrumbs":8,"title":2},"4":{"body":170,"breadcrumbs":6,"title":2},"40":{"body":31,"breadcrumbs":8,"title":2},"41":{"body":20,"breadcrumbs":9,"title":3},"42":{"body":19,"breadcrumbs":14,"title":5},"43":{"body":117,"breadcrumbs":13,"title":4},"44":{"body":64,"breadcrumbs":14,"title":5},"45":{"body":24,"breadcrumbs":10,"title":1},"46":{"body":91,"breadcrumbs":10,"title":3},"47":{"body":10,"breadcrumbs":6,"title":3},"48":{"body":84,"breadcrumbs":11,"title":5},"49":{"body":86,"breadcrumbs":7,"title":2},"5":{"body":96,"breadcrumbs":6,"title":2},"50":{"body":99,"breadcrumbs":5,"title":1},"51":{"body":88,"breadcrumbs":5,"title":1},"6":{"body":159,"breadcrumbs":8,"title":3},"7":{"body":68,"breadcrumbs":6,"title":2},"8":{"body":10,"breadcrumbs":8,"title":4},"9":{"body":94,"breadcrumbs":8,"title":2}},"docs":{"0":{"body":"This book focuses on the Nomos Testing Framework. It assumes familiarity with\\nthe Nomos architecture, but for completeness, here is a short primer. Nomos is a modular blockchain protocol composed of validators, executors,\\nand a data-availability (DA) subsystem. Validators participate in consensus and produce blocks. Executors run application logic or off-chain computations referenced by\\nblocks. Data Availability (DA) ensures that data referenced in blocks is\\npublished and retrievable, including blobs or channel data used by workloads. These roles interact tightly, which is why meaningful testing must be performed\\nin multi-node environments that include real networking, timing, and DA\\ninteraction.","breadcrumbs":"Project Context Primer » Project Context Primer","id":"0","title":"Project Context Primer"},"1":{"body":"This book gives you a clear mental model for Nomos multi-node testing, shows how\\nto author scenarios that pair realistic workloads with explicit expectations,\\nand guides you to run them across local, containerized, and cluster environments\\nwithout changing the plan.","breadcrumbs":"What You Will Learn » What You Will Learn","id":"1","title":"What You Will Learn"},"10":{"body":"High-level view of the workspace and how pieces relate: nomos-testing/\\n├─ testing-framework/\\n│ ├─ configs/ # shared configuration helpers\\n│ ├─ core/ # scenario model, runtime, topology\\n│ ├─ workflows/ # workloads, expectations, DSL extensions\\n│ └─ runners/ # local, compose, k8s deployment backends\\n├─ tests/ # integration scenarios using the framework\\n└─ scripts/ # supporting setup utilities (e.g., assets) Each area maps to a responsibility: describe configs, orchestrate scenarios,\\npackage common traffic and assertions, adapt to environments, and demonstrate\\nend-to-end usage.","breadcrumbs":"Part II — User Guide » Annotated Tree » Annotated Tree","id":"10","title":"Annotated Tree"},"11":{"body":"Creating a scenario is a declarative exercise: Shape the topology: decide how many validators and executors to run, and\\nwhat high-level network and data-availability characteristics matter for the\\ntest. Attach workloads: pick traffic generators that align with your goals\\n(transactions, data-availability blobs, or chaos for resilience probes). Define expectations: specify the health signals that must hold when the\\nrun finishes (e.g., consensus liveness, inclusion of submitted activity; see Core Content: Workloads & Expectations). Set duration: choose a run window long enough to observe meaningful\\nblock progression and the effects of your workloads. Choose a runner: target local processes for fast iteration, Docker\\nCompose for reproducible multi-node stacks, or Kubernetes for cluster-grade\\nvalidation. For environment considerations, see Operations. Keep scenarios small and explicit: make the intended behavior and the success\\ncriteria clear so failures are easy to interpret and act upon.","breadcrumbs":"Part II — User Guide » Authoring Scenarios » Authoring Scenarios","id":"11","title":"Authoring Scenarios"},"12":{"body":"Workloads describe the activity a scenario generates; expectations describe the\\nsignals that must hold when that activity completes. Both are pluggable so\\nscenarios stay readable and purpose-driven.","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Core Content: Workloads & Expectations","id":"12","title":"Core Content: Workloads & Expectations"},"13":{"body":"Transaction workload: submits user-level transactions at a configurable\\nrate and can limit how many distinct actors participate. Data-availability workload: drives blob and channel activity to exercise\\ndata-availability paths. Chaos workload: triggers controlled node restarts to test resilience and\\nrecovery behaviors (requires a runner that can control nodes).","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Workloads","id":"13","title":"Workloads"},"14":{"body":"Consensus liveness: verifies the system continues to produce blocks in\\nline with the planned workload and timing window. Workload-specific checks: each workload can attach its own success\\ncriteria (e.g., inclusion of submitted activity) so scenarios remain concise. Together, workloads and expectations let you express both the pressure applied\\nto the system and the definition of “healthy” for that run. Mermaid view (pipeline): flowchart TD I[\\"Inputs: topology + wallets + rates\\"] Init[\\"Workload init\\"] Drive[\\"Drive traffic\\"] Collect[\\"Collect signals\\"] Eval[\\"Expectations evaluate\\"] I --> Init --> Drive --> Collect --> Eval","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Expectations","id":"14","title":"Expectations"},"15":{"body":"Patterns that keep scenarios readable and reusable: Topology-first: start by shaping the cluster (counts, layout) so later\\nsteps inherit a clear foundation. Bundle defaults: use the DSL helpers to attach common expectations (like\\nliveness) whenever you add a matching workload, reducing forgotten checks. Intentional rates: express traffic in per-block terms to align with\\nprotocol timing rather than wall-clock assumptions. Opt-in chaos: enable restart patterns only in scenarios meant to probe\\nresilience; keep functional smoke tests deterministic. Wallet clarity: seed only the number of actors you need; it keeps\\ntransaction scenarios deterministic and interpretable. These patterns make scenario definitions self-explanatory while staying aligned\\nwith the framework’s block-oriented timing model.","breadcrumbs":"Part II — User Guide » Core Content: ScenarioBuilderExt Patterns » Core Content: ScenarioBuilderExt Patterns","id":"15","title":"Core Content: ScenarioBuilderExt Patterns"},"16":{"body":"State your intent: document the goal of each scenario (throughput, DA\\nvalidation, resilience) so expectation choices are obvious. Keep runs meaningful: choose durations that allow multiple blocks and make\\ntiming-based assertions trustworthy. Separate concerns: start with deterministic workloads for functional\\nchecks; add chaos in dedicated resilience scenarios to avoid noisy failures. Reuse patterns: standardize on shared topology and workload presets so\\nresults are comparable across environments and teams. Observe first, tune second: rely on liveness and inclusion signals to\\ninterpret outcomes before tweaking rates or topology. Environment fit: pick runners that match the feedback loop you need—local\\nfor speed, compose for reproducible stacks, k8s for cluster-grade fidelity. Minimal surprises: seed only necessary wallets and keep configuration\\ndeltas explicit when moving between CI and developer machines.","breadcrumbs":"Part II — User Guide » Best Practices » Best Practices","id":"16","title":"Best Practices"},"17":{"body":"Concrete scenario shapes that illustrate how to combine topologies, workloads,\\nand expectations. Adjust counts, rates, and durations to fit your environment.","breadcrumbs":"Part II — User Guide » Examples » Examples","id":"17","title":"Examples"},"18":{"body":"Topology: two validators. Workload: transaction submissions at a modest per-block rate with a small\\nset of wallet actors. Expectations: consensus liveness and inclusion of submitted activity. When to use: smoke tests for consensus and transaction flow on minimal\\nhardware. Setup (Rust): use std::time::Duration;\\nuse testing_framework_core::scenario::ScenarioBuilder; let plan = ScenarioBuilder::with_node_counts(2, 0) .transactions() .rate(3) .users(4) .apply() .with_run_duration(Duration::from_secs(60)) .expect_consensus_liveness() .build();\\n// deploy with your runner of choice (local/compose/k8s) and run","breadcrumbs":"Part II — User Guide » Examples » Simple 2-validator transaction workload","id":"18","title":"Simple 2-validator transaction workload"},"19":{"body":"Topology: validators plus executors if available. Workloads: data-availability blobs/channels and transactions running\\ntogether to stress both paths. Expectations: consensus liveness and workload-level inclusion/availability\\nchecks. When to use: end-to-end coverage of transaction and DA layers in one run. Setup (Rust): use std::time::Duration;\\nuse testing_framework_core::scenario::ScenarioBuilder; let plan = ScenarioBuilder::with_node_counts(2, 1) .transactions() .rate(5) .users(8) .apply() .da() .channel_rate(1) .blob_rate(1) .apply() .with_run_duration(Duration::from_secs(90)) .expect_consensus_liveness() .build();","breadcrumbs":"Part II — User Guide » Examples » DA + transaction workload","id":"19","title":"DA + transaction workload"},"2":{"body":"Conceptual chapters that establish the mental model for the framework and how\\nit approaches multi-node testing.","breadcrumbs":"Part I — Foundations » Part I — Foundations","id":"2","title":"Part I — Foundations"},"20":{"body":"Topology: validators (optionally executors) with node control enabled. Workloads: baseline traffic (transactions or DA) plus chaos restarts on\\nselected roles. Expectations: consensus liveness to confirm the system keeps progressing\\ndespite restarts; workload-specific inclusion if traffic is present. When to use: resilience validation and operational readiness drills. Setup (Rust): use std::time::Duration;\\nuse testing_framework_core::scenario::ScenarioBuilder;\\nuse testing_framework_workflows::workloads::transaction; let plan = ScenarioBuilder::with_node_counts(2, 1) .enable_node_control() .transactions() .rate(3) .users(4) .apply() .chaos_random_restart() .min_delay(Duration::from_secs(45)) .max_delay(Duration::from_secs(75)) .target_cooldown(Duration::from_secs(120)) .apply() .with_run_duration(Duration::from_secs(120)) .expect_consensus_liveness() .build();","breadcrumbs":"Part II — User Guide » Examples » Chaos + liveness check","id":"20","title":"Chaos + liveness check"},"21":{"body":"These illustrative scenarios stretch the framework to show how to build new\\nworkloads, expectations, deployers, and topology tricks. They are intentionally\\n“synthetic” to teach capabilities rather than prescribe production tests.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Advanced & Artificial Examples","id":"21","title":"Advanced & Artificial Examples"},"22":{"body":"Idea: induce a partial partition between nodes (e.g., block a subset of peers) mid-run, then heal it, to verify recovery and catch-up. Demonstrates: using node control/peer blocking to simulate partitions and asserting liveness plus height convergence afterward. Shape: a custom workload that blocks/unblocks peers; an expectation that all nodes reach the same height after healing. Setup (Rust): use testing_framework_core::scenario::ScenarioBuilder;\\n// PartitionChaosWorkload and HeightConvergenceExpectation are custom components you write. let plan = ScenarioBuilder::with_node_counts(3, 0) .enable_node_control() .with_workload(PartitionChaosWorkload::new().duration(Duration::from_secs(60))) .with_expectation(HeightConvergenceExpectation::new()) .with_run_duration(Duration::from_secs(150)) .build();","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Partition-and-Recover Chaos","id":"22","title":"Partition-and-Recover Chaos"},"23":{"body":"Idea: drive a high transaction rate to create backpressure and assert inclusion latency stays under a target budget. Demonstrates: SLO-style expectations (e.g., p95 inclusion time) under load, beyond simple liveness. Shape: high-rate tx workload plus an expectation that measures inclusion delay versus a threshold. Setup (Rust): use std::time::Duration;\\nuse testing_framework_core::scenario::ScenarioBuilder;\\n// HighRateTxWorkload drives load; InclusionSLOExpectation measures latency. let plan = ScenarioBuilder::with_node_counts(2, 1) .transactions().rate(20).users(16).apply() .with_expectation(InclusionSLOExpectation::with_budget(Duration::from_secs(10))) .with_run_duration(Duration::from_secs(120)) .build();","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Mempool Saturation SLO","id":"23","title":"Mempool Saturation SLO"},"24":{"body":"Idea: repeatedly hit node HTTP/RPC endpoints with schema-aware checks to ensure responses stay well-formed and timely under load. Demonstrates: validating external contract stability (shape + latency) while workloads run; catching regressions in public-facing APIs. Shape: custom probe workload that polls endpoints; expectation that enforces response codes/fields and latency bands. Setup (Rust): use testing_framework_core::scenario::ScenarioBuilder;\\n// ApiProbeWorkload and ApiContractExpectation are custom components you write. let plan = ScenarioBuilder::with_node_counts(2, 1) .with_workload(ApiProbeWorkload::new().endpoint(\\"/health\\").p95_latency(Duration::from_millis(500))) .with_expectation(ApiContractExpectation::default()) .with_run_duration(Duration::from_secs(60)) .build();","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » API Contract Probe","id":"24","title":"API Contract Probe"},"25":{"body":"Idea: remove a validator and add a new one mid-run (or restart with a new key) to verify the cluster reconfigures and maintains progress. Demonstrates: handling validator churn and ensuring consensus/height convergence after membership changes. Shape: custom workload that stops one validator and starts another; expectation that heights converge and no prolonged stalls occur. Setup (Rust): use testing_framework_core::scenario::ScenarioBuilder;\\n// ValidatorChurnWorkload manages stop/start; HeightConvergenceExpectation checks final state. let plan = ScenarioBuilder::with_node_counts(3, 0) .enable_node_control() .with_workload(ValidatorChurnWorkload::new().replace_after(Duration::from_secs(45))) .with_expectation(HeightConvergenceExpectation::new()) .with_run_duration(Duration::from_secs(180)) .build();","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Validator Churn (Replace/Join)","id":"25","title":"Validator Churn (Replace/Join)"},"26":{"body":"Idea: sweep transaction and DA blob rates upward in steps to identify throughput limits and where inclusion/availability SLOs start failing. Demonstrates: combined-path stress (tx + DA) with SLO-based expectations on inclusion and DA responsiveness. Shape: workload that increases rates every N seconds; expectation that tracks inclusion latency and DA API health within budgets. Setup (Rust): use testing_framework_core::scenario::ScenarioBuilder;\\n// ThroughputSweepWorkload ramps tx + DA; CombinedSLOExpectation enforces budgets. let plan = ScenarioBuilder::with_node_counts(2, 1) .with_workload(ThroughputSweepWorkload::new() .start_tx_rate(2).end_tx_rate(20) .start_da_rate(1).end_da_rate(10) .step_duration(Duration::from_secs(30))) .with_expectation(CombinedSLOExpectation::with_budgets( Duration::from_secs(10), // tx inclusion Duration::from_secs(5), // DA responsiveness )) .with_run_duration(Duration::from_secs(180)) .build();","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Mixed DA + Tx Throughput Sweep","id":"26","title":"Mixed DA + Tx Throughput Sweep"},"27":{"body":"Idea: topology parameters change at runtime (random validators, DA\\nsettings, network shapes). Demonstrates: randomized property testing and fuzzing approaches to\\ntopology building. Shape: pick roles and network layouts randomly per run; keep expectations\\ntolerant to variability while still asserting core liveness. Setup (Rust): use testing_framework_core::scenario::ScenarioBuilder;\\n// StochasticTopologyBuilder wraps ScenarioBuilder to randomize counts/layout. let plan = StochasticTopologyBuilder::new() .with_validator_range(1..=4) .with_executor_range(0..=2) .with_random_layouts() .finish() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(90)) .build();","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Stochastic Topology Generator","id":"27","title":"Stochastic Topology Generator"},"28":{"body":"Running a scenario follows the same conceptual flow regardless of environment: Select or author a scenario plan that pairs a topology with workloads,\\nexpectations, and a suitable run window. Choose a runner aligned with your environment (local, compose, or k8s) and\\nensure its prerequisites are available. Deploy the plan through the runner; wait for readiness signals before\\nstarting workloads. Let workloads drive activity for the planned duration; keep observability\\nsignals visible so you can correlate outcomes. Evaluate expectations and capture results as the primary pass/fail signal. Use the same plan across different runners to compare behavior between local\\ndevelopment and CI or cluster settings. For environment prerequisites and\\nflags, see Operations.","breadcrumbs":"Part II — User Guide » Running Scenarios » Running Scenarios","id":"28","title":"Running Scenarios"},"29":{"body":"Runners turn a scenario plan into a live environment while keeping the plan\\nunchanged. Choose based on feedback speed, reproducibility, and fidelity. For\\nenvironment and operational considerations, see Operations:","breadcrumbs":"Part II — User Guide » Runners » Runners","id":"29","title":"Runners"},"3":{"body":"The Nomos Testing Framework is a purpose-built toolkit for exercising Nomos in\\nrealistic, multi-node environments. It solves the gap between small, isolated\\ntests and full-system validation by letting teams describe a cluster layout,\\ndrive meaningful traffic, and assert the outcomes in one coherent plan. It is for protocol engineers, infrastructure operators, and QA teams who need\\nrepeatable confidence that validators, executors, and data-availability\\ncomponents work together under network and timing constraints. Multi-node integration testing is required because many Nomos behaviors—block\\nprogress, data availability, liveness under churn—only emerge when several\\nroles interact over real networking and time. This framework makes those checks\\ndeclarative, observable, and portable across environments.","breadcrumbs":"Part I — Foundations » Introduction » Introduction","id":"3","title":"Introduction"},"30":{"body":"Launches node processes directly on the host. Fastest feedback loop and minimal orchestration overhead. Best for development-time iteration and debugging.","breadcrumbs":"Part II — User Guide » Runners » Local runner","id":"30","title":"Local runner"},"31":{"body":"Starts nodes in containers to provide a reproducible multi-node stack on a\\nsingle machine. Discovers service ports and wires observability for convenient inspection. Good balance between fidelity and ease of setup.","breadcrumbs":"Part II — User Guide » Runners » Docker Compose runner","id":"31","title":"Docker Compose runner"},"32":{"body":"Deploys nodes onto a cluster for higher-fidelity, longer-running scenarios. Suits CI or shared environments where cluster behavior and scheduling matter.","breadcrumbs":"Part II — User Guide » Runners » Kubernetes runner","id":"32","title":"Kubernetes runner"},"33":{"body":"All runners require at least one validator and, for transaction scenarios,\\naccess to seeded wallets. Readiness probes gate workload start so traffic begins only after nodes are\\nreachable. Environment flags can relax timeouts or increase tracing when diagnostics are\\nneeded. Mermaid view (runner abstraction): flowchart TD Plan[Scenario Plan] --> RunSel{Runner (local | compose | k8s)} RunSel --> Provision[Provision & readiness] Provision --> Runtime[Runtime + observability] Runtime --> Exec[Workloads & Expectations execute]","breadcrumbs":"Part II — User Guide » Runners » Common expectations","id":"33","title":"Common expectations"},"34":{"body":"Operational readiness focuses on prerequisites, environment fit, and clear\\nsignals: Prerequisites: keep a sibling nomos-node checkout available; ensure the\\nchosen runner’s platform needs are met (local binaries for host runs, Docker\\nfor compose, cluster access for k8s). Artifacts: some scenarios depend on prover or circuit assets; fetch them\\nahead of time with the provided helper scripts when needed. Environment flags: use slow-environment toggles to relax timeouts, enable\\ntracing when debugging, and adjust observability ports to avoid clashes. Readiness checks: verify runners report node readiness before starting\\nworkloads; this avoids false negatives from starting too early. Failure triage: map failures to missing prerequisites (wallet seeding,\\nnode control availability), runner platform issues, or unmet expectations.\\nStart with liveness signals, then dive into workload-specific assertions. Treat operational hygiene—assets present, prerequisites satisfied, observability\\nreachable—as the first step to reliable scenario outcomes. Mermaid view (metrics/observability flow): flowchart TD Expose[Runner exposes endpoints/ports] --> Collect[Runtime collects block/health signals] Collect --> Consume[Expectations consume signals and decide pass/fail] Consume --> Inspect[Operators inspect logs/metrics when failures arise]","breadcrumbs":"Part II — User Guide » Operations » Operations","id":"34","title":"Operations"},"35":{"body":"Deep dives for contributors who extend the framework, evolve its abstractions,\\nor maintain the crate set.","breadcrumbs":"Part III — Developer Reference » Part III — Developer Reference","id":"35","title":"Part III — Developer Reference"},"36":{"body":"The scenario model defines clear, composable responsibilities: Topology: a declarative description of the cluster—how many nodes, their\\nroles, and the broad network and data-availability characteristics. Validators\\nrun the nomos-node binary (consensus/block production); executors run the nomos-executor binary (consensus-aware executor service stack). The topology\\nrepresents the intended shape of the system under test. Scenario: a plan combining topology, workloads, expectations, and a run\\nwindow. Building a scenario validates prerequisites (like seeded wallets) and\\nensures the run lasts long enough to observe meaningful block progression. Workloads: asynchronous tasks that generate traffic or conditions. They\\nuse shared context to interact with the deployed cluster and may bundle\\ndefault expectations. Expectations: post-run assertions. They can capture baselines before\\nworkloads start and evaluate success once activity stops. Runtime: coordinates workloads and expectations for the configured\\nduration, enforces cooldowns when control actions occur, and ensures cleanup\\nso runs do not leak resources. Developers extending the model should keep these boundaries strict: topology\\ndescribes, scenarios assemble, runners deploy, workloads drive, and expectations\\njudge outcomes. For guidance on adding new capabilities, see Extending the Framework.","breadcrumbs":"Part III — Developer Reference » Scenario Model (Developer Level) » Scenario Model (Developer Level)","id":"36","title":"Scenario Model (Developer Level)"},"37":{"body":"","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Extending the Framework","id":"37","title":"Extending the Framework"},"38":{"body":"Implement the workload contract: provide a name, optional bundled expectations, validate prerequisites up front, and drive asynchronous activity against the deployed cluster. Export it through the workflows layer and consider adding DSL helpers for ergonomic wiring.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding a workload","id":"38","title":"Adding a workload"},"39":{"body":"Implement the expectation contract: capture baselines if needed and evaluate outcomes after workloads finish; report meaningful errors to aid debugging. Expose reusable expectations from the workflows layer so scenarios can attach them declaratively.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding an expectation","id":"39","title":"Adding an expectation"},"4":{"body":"The framework follows a clear flow: Topology → Scenario → Deployer → Runner → Workloads → Expectations. Topology describes the cluster: how many nodes, their roles, and the high-level network and data-availability parameters they should follow. Scenario combines that topology with the activities to run and the checks to perform, forming a single plan. Deployer turns the plan into a concrete environment on the chosen backend (local processes, Docker Compose, or Kubernetes). Runner is shared across deployers; it drives workloads and expectations using the provided runtime context. Workloads generate traffic and conditions that exercise the system. Expectations observe the run and judge success or failure once activity completes. The deployer supplies a RunContext (clients, metrics, optional NodeControlHandle) that the runner and workloads/expectations share; it carries the runtime view and control hooks for the deployed cluster. The optional NodeControlHandle lets the runner (and chaos workloads) restart or manage nodes in the deployed environment. Mermaid view: sequenceDiagram participant T as Topology (shape cluster) participant S as Scenario (plan) participant D as Deployer (provision env) participant R as Runner (drive with RunContext) participant W as Workloads (drive traffic) participant X as Expectations (verify outcomes) T->>S: describe roles/params S->>D: hand plan D->>R: provision + provide RunContext R->>W: start workloads with context R->>X: evaluate outcomes after run Each layer has a narrow responsibility so that cluster shape, deployment choice,\\ntraffic generation, and health checks can evolve independently while fitting\\ntogether predictably.","breadcrumbs":"Part I — Foundations » Architecture Overview » Architecture Overview","id":"4","title":"Architecture Overview"},"40":{"body":"Implement the deployer contract for the target backend, producing a runtime context with client access, metrics endpoints, and optional node control. Preserve cleanup guarantees so resources are reclaimed even when runs fail; mirror readiness and observation signals used by existing runners for consistency.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding a runner","id":"40","title":"Adding a runner"},"41":{"body":"Extend the topology description with new layouts or presets while keeping defaults safe and predictable; favor declarative inputs over ad hoc logic so scenarios stay reviewable.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding topology helpers","id":"41","title":"Adding topology helpers"},"42":{"body":"A minimal, end-to-end illustration of adding a custom workload and matching\\nexpectation. This shows the shape of the traits and where to plug into the\\nframework; expand the logic to fit your real test.","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Example: New Workload & Expectation (Rust)","id":"42","title":"Example: New Workload & Expectation (Rust)"},"43":{"body":"Key ideas: name: identifies the workload in logs. expectations: workloads can bundle defaults so callers don’t forget checks. init: derive inputs from the generated topology (e.g., pick a target node). start: drive async activity using the shared RunContext. use std::sync::Arc;\\nuse async_trait::async_trait;\\nuse testing_framework_core::scenario::{ DynError, Expectation, RunContext, RunMetrics, Workload,\\n};\\nuse testing_framework_core::topology::GeneratedTopology; pub struct ReachabilityWorkload { target_idx: usize, bundled: Vec>,\\n} impl ReachabilityWorkload { pub fn new(target_idx: usize) -> Self { Self { target_idx, bundled: vec![Box::new(ReachabilityExpectation::new(target_idx))], } }\\n} #[async_trait]\\nimpl Workload for ReachabilityWorkload { fn name(&self) -> &\'static str { \\"reachability_workload\\" } fn expectations(&self) -> Vec> { self.bundled.clone() } fn init( &mut self, topology: &GeneratedTopology, _metrics: &RunMetrics, ) -> Result<(), DynError> { if topology.validators().get(self.target_idx).is_none() { return Err(\\"no validator at requested index\\".into()); } Ok(()) } async fn start(&self, ctx: &RunContext) -> Result<(), DynError> { let client = ctx .clients() .validators() .get(self.target_idx) .ok_or(\\"missing target client\\")?; // Pseudo-action: issue a lightweight RPC to prove reachability. client.health_check().await.map_err(|e| e.into()) }\\n}","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Workload: simple reachability probe","id":"43","title":"Workload: simple reachability probe"},"44":{"body":"Key ideas: start_capture: snapshot baseline if needed (not used here). evaluate: assert the condition after workloads finish. use async_trait::async_trait;\\nuse testing_framework_core::scenario::{DynError, Expectation, RunContext}; pub struct ReachabilityExpectation { target_idx: usize,\\n} impl ReachabilityExpectation { pub fn new(target_idx: usize) -> Self { Self { target_idx } }\\n} #[async_trait]\\nimpl Expectation for ReachabilityExpectation { fn name(&self) -> &str { \\"target_reachable\\" } async fn evaluate(&mut self, ctx: &RunContext) -> Result<(), DynError> { let client = ctx .clients() .validators() .get(self.target_idx) .ok_or(\\"missing target client\\")?; client.health_check().await.map_err(|e| { format!(\\"target became unreachable during run: {e}\\").into() }) }\\n}","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Expectation: confirm the target stayed reachable","id":"44","title":"Expectation: confirm the target stayed reachable"},"45":{"body":"Build your scenario as usual and call .with_workload(ReachabilityWorkload::new(0)). The bundled expectation is attached automatically; you can add more with .with_expectation(...) if needed. Keep the logic minimal and fast for smoke tests; grow it into richer probes\\nfor deeper scenarios.","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » How to wire it","id":"45","title":"How to wire it"},"46":{"body":"High-level roles of the crates that make up the framework: Configs: prepares reusable configuration primitives for nodes, networking,\\ntracing, data availability, and wallets, shared by all scenarios and runners. Core scenario orchestration: houses the topology and scenario model,\\nruntime coordination, node clients, and readiness/health probes. Workflows: packages workloads and expectations into reusable building\\nblocks and offers a fluent DSL to assemble them. Runners: implements deployment backends (local host, Docker Compose,\\nKubernetes) that all consume the same scenario plan. Test workflows: example scenarios and integration checks that exercise the\\nframework end to end and serve as living documentation. Use this map to locate where to add new capabilities: configuration primitives\\nin configs, orchestration changes in core, reusable traffic/assertions in\\nworkflows, environment adapters in runners, and demonstrations in tests.","breadcrumbs":"Part III — Developer Reference » Internal Crate Reference » Internal Crate Reference","id":"46","title":"Internal Crate Reference"},"47":{"body":"Quick-reference material and supporting guidance to keep scenarios discoverable,\\ndebuggable, and consistent.","breadcrumbs":"Part IV — Appendix » Part IV — Appendix","id":"47","title":"Part IV — Appendix"},"48":{"body":"The framework offers a fluent builder style to keep scenarios readable. Common\\nknobs: Topology shaping: set validator and executor counts, pick a network layout\\nstyle, and adjust high-level data-availability traits. Wallet seeding: define how many users participate and the total funds\\navailable for transaction workloads. Workload tuning: configure transaction rates, data-availability channel\\nand blob rates, and whether chaos restarts should include validators,\\nexecutors, or both. Expectations: attach liveness and workload-specific checks so success is\\nexplicit. Run window: set a minimum duration long enough for multiple blocks to be\\nobserved and verified. Use these knobs to express intent clearly, keeping scenario definitions concise\\nand consistent across teams.","breadcrumbs":"Part IV — Appendix » DSL Cheat Sheet » Core Content: DSL Cheat Sheet","id":"48","title":"Core Content: DSL Cheat Sheet"},"49":{"body":"Common symptoms and likely causes: No or slow block progression: runner started workloads before readiness, insufficient run window, or environment too slow—extend duration or enable slow-environment tuning. Transactions not included: missing or insufficient wallet seeding, misaligned transaction rate with block cadence, or network instability—reduce rate and verify wallet setup. Chaos stalls the run: node control not available for the chosen runner or restart cadence too aggressive—enable control capability and widen restart intervals. Observability gaps: metrics or logs unreachable because ports clash or services are not exposed—adjust observability ports and confirm runner wiring. Flaky behavior across runs: mixing chaos with functional smoke tests or inconsistent topology between environments—separate deterministic and chaos scenarios and standardize topology presets.","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Troubleshooting Scenarios","id":"49","title":"Troubleshooting Scenarios"},"5":{"body":"Declarative over imperative: describe the desired cluster shape, traffic, and success criteria; let the framework orchestrate the run. Observable health signals: prefer liveness and inclusion signals that reflect real user impact instead of internal debug state. Determinism first: default scenarios aim for repeatable outcomes with fixed topologies and traffic rates; variability is opt-in. Targeted non-determinism: introduce randomness (e.g., restarts) only when probing resilience or operational robustness. Protocol time, not wall time: reason in blocks and protocol-driven intervals to reduce dependence on host speed or scheduler noise. Minimum run window: always allow enough block production to make assertions meaningful; very short runs risk false confidence. Use chaos with intent: chaos workloads are for recovery and fault-tolerance validation, not for baseline functional checks.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Testing Philosophy","id":"5","title":"Testing Philosophy"},"50":{"body":"Why block-oriented timing? Using block cadence reduces dependence on host speed and keeps assertions aligned with protocol behavior. Can I reuse the same scenario across runners? Yes. The plan stays the same; swap runners (local, compose, k8s) to target different environments. When should I enable chaos workloads? Only when testing resilience or operational recovery; keep functional smoke tests deterministic. How long should runs be? Long enough for multiple blocks so liveness and inclusion checks are meaningful; very short runs risk false confidence. Do I always need seeded wallets? Only for transaction scenarios. Data-availability or pure chaos scenarios may not require them, but liveness checks still need validators producing blocks. What if expectations fail but workloads “look fine”? Trust expectations first—they capture the intended success criteria. Use the observability signals and runner logs to pinpoint why the system missed the target.","breadcrumbs":"Part IV — Appendix » FAQ » FAQ","id":"50","title":"FAQ"},"51":{"body":"Validator: node role that runs the nomos-node binary for consensus and\\nblock production. Executor: node role that runs the nomos-executor binary, participates in\\nconsensus, and executes the executor service stack (including its own\\nmempool/topic wiring). DA (Data Availability): subsystem ensuring blobs or channel data are\\npublished and retrievable for validation. Workload: traffic or behavior generator that exercises the system during a\\nscenario run. Expectation: post-run assertion that judges whether the system met the\\nintended success criteria. Topology: declarative description of the cluster shape, roles, and\\nhigh-level parameters for a scenario. Blockfeed: stream of block observations used for liveness or inclusion\\nsignals during a run. Control capability: the ability for a runner to start, stop, or restart\\nnodes, used by chaos workloads.","breadcrumbs":"Part IV — Appendix » Glossary » Glossary","id":"51","title":"Glossary"},"6":{"body":"Build the plan: Declare a topology, attach workloads and expectations, and set the run window. The plan is the single source of truth for what will happen. Deploy: Hand the plan to a runner. It provisions the environment on the chosen backend and waits for nodes to signal readiness. Drive workloads: Start traffic and behaviors (transactions, data-availability activity, restarts) for the planned duration. Observe blocks and signals: Track block progression and other high-level metrics during or after the run window to ground assertions in protocol time. Evaluate expectations: Once activity stops (and optional cooldown completes), check liveness and workload-specific outcomes to decide pass or fail. Cleanup: Tear down resources so successive runs start fresh and do not inherit leaked state. Mermaid view (sequence): sequenceDiagram participant P as Plan (topology + workloads + expectations) participant D as Deployer (provision & readiness) participant R as Runner (orchestrate run) participant X as Expectations (baseline + evaluation) participant W as Workloads (drive traffic) participant C as Cleanup P->>D: hand scenario plan D->>R: provision env + provide RunContext R->>X: start_capture baseline R->>W: start workloads for run window R-->>X: consume signals during run (block feed/metrics) R-->>R: observe blocks/metrics during run R->>X: evaluate expectations after workloads R->>C: cleanup resources","breadcrumbs":"Part I — Foundations » Scenario Lifecycle (Conceptual) » Scenario Lifecycle (Conceptual)","id":"6","title":"Scenario Lifecycle (Conceptual)"},"7":{"body":"Modular crates keep configuration, orchestration, workloads, and runners decoupled so each can evolve without breaking the others. Pluggable runners let the same scenario run on a laptop, a Docker host, or a Kubernetes cluster, making validation portable across environments. Separated workloads and expectations clarify intent: what traffic to generate versus how to judge success. This simplifies review and reuse. Declarative topology makes cluster shape explicit and repeatable, reducing surprise when moving between CI and developer machines. Maintainability through predictability: a clear flow from plan to deployment to verification lowers the cost of extending the framework and interpreting failures.","breadcrumbs":"Part I — Foundations » Design Rationale » Design Rationale","id":"7","title":"Design Rationale"},"8":{"body":"Practical guidance for shaping scenarios, combining workloads and expectations,\\nand running them across different environments.","breadcrumbs":"Part II — User Guide » Part II — User Guide","id":"8","title":"Part II — User Guide"},"9":{"body":"The workspace focuses on multi-node integration testing and sits alongside a nomos-node checkout. Its crates separate concerns to keep scenarios\\nrepeatable and portable: Configs: prepares high-level node, network, tracing, and wallet settings\\nused across test environments. Core scenario orchestration: the engine that holds topology descriptions,\\nscenario plans, runtimes, workloads, and expectations. Workflows: ready-made workloads (transactions, data-availability, chaos)\\nand reusable expectations assembled into a user-facing DSL. Runners: deployment backends for local processes, Docker Compose, and\\nKubernetes, all consuming the same scenario plan. Test workflows: example scenarios and integration checks that show how\\nthe pieces fit together. This split keeps configuration, orchestration, reusable traffic patterns, and\\ndeployment adapters loosely coupled while sharing one mental model for tests.","breadcrumbs":"Part II — User Guide » Workspace Layout » Workspace Layout","id":"9","title":"Workspace Layout"}},"length":52,"save":true},"fields":["title","body","breadcrumbs"],"index":{"body":{"root":{"0":{"df":3,"docs":{"18":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.0}}},"1":{"df":5,"docs":{"19":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0}}},"2":{"df":1,"docs":{"18":{"tf":1.0}}},"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"51":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"33":{"tf":1.0},"35":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"33":{"tf":1.0},"34":{"tf":1.0},"40":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"36":{"tf":1.0},"43":{"tf":1.0}}}},"v":{"df":11,"docs":{"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.0},"28":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"6":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"18":{"tf":1.0}}}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"10":{"tf":1.0},"46":{"tf":1.0},"9":{"tf":1.0}}}}},"d":{"df":5,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"25":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0}}},"df":6,"docs":{"36":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.0}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"17":{"tf":1.0},"34":{"tf":1.0},"48":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"21":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"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":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"49":{"tf":1.0}}}}}}}}}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"d":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":1,"docs":{"5":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":4,"docs":{"11":{"tf":1.0},"15":{"tf":1.4142135623730951},"28":{"tf":1.0},"50":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"16":{"tf":1.0},"5":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"5":{"tf":1.0},"50":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"25":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":2,"docs":{"24":{"tf":1.4142135623730951},"26":{"tf":1.0}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"47":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"0":{"tf":1.0}}},"df":4,"docs":{"14":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"2":{"tf":1.0},"27":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"4":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"34":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"36":{"tf":1.0},"46":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":13,"docs":{"10":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"44":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0}}}},"t":{"df":2,"docs":{"10":{"tf":1.0},"34":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"0":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{":":{":":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"43":{"tf":1.4142135623730951},"44":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"36":{"tf":1.0},"38":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":7,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"39":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"28":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":16,"docs":{"0":{"tf":1.4142135623730951},"11":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"28":{"tf":1.0},"3":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"36":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.7320508075688772},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"16":{"tf":1.0},"34":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"24":{"tf":1.0},"36":{"tf":1.0}}}},"df":0,"docs":{}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"10":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"46":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"23":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"n":{"d":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":3,"docs":{"16":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"20":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"44":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"e":{"c":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"16":{"tf":1.0},"28":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"49":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"33":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":8,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"28":{"tf":1.0},"32":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"30":{"tf":1.0}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":7,"docs":{"16":{"tf":1.0},"22":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"49":{"tf":1.0},"7":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"34":{"tf":1.0},"36":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"b":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":6,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"13":{"tf":1.0},"26":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0}},"s":{"/":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"19":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":15,"docs":{"0":{"tf":1.7320508075688772},"11":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"18":{"tf":1.0},"22":{"tf":1.4142135623730951},"36":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.4142135623730951},"5":{"tf":1.4142135623730951},"50":{"tf":2.0},"51":{"tf":1.4142135623730951},"6":{"tf":1.7320508075688772}},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"51":{"tf":1.0}}}},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"0":{"tf":1.0},"1":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"12":{"tf":1.0},"14":{"tf":1.0},"19":{"tf":1.0},"48":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"36":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"a":{"d":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"23":{"tf":1.0},"26":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":14,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"36":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"6":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"48":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":5,"docs":{"15":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"43":{"tf":1.7320508075688772},"45":{"tf":1.0}}}},"df":0,"docs":{}}}},"c":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"49":{"tf":1.4142135623730951},"50":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"45":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"21":{"tf":1.0},"36":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"28":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"50":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"22":{"tf":1.0},"24":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"49":{"tf":1.0}}}}},"df":1,"docs":{"6":{"tf":1.4142135623730951}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"1":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"46":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":4,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0}}}}}},"o":{"df":13,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"20":{"tf":1.4142135623730951},"22":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.7320508075688772},"5":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"9":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"11":{"tf":1.0},"36":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":17,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.4142135623730951},"6":{"tf":1.0},"9":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"34":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"16":{"tf":1.0},"18":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"11":{"tf":1.4142135623730951},"16":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"34":{"tf":1.0},"4":{"tf":1.0},"49":{"tf":1.0},"6":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"25":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}}}}},"i":{"df":4,"docs":{"16":{"tf":1.0},"28":{"tf":1.0},"32":{"tf":1.0},"7":{"tf":1.0}},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"34":{"tf":1.0},"49":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"36":{"tf":1.0},"40":{"tf":1.0},"6":{"tf":1.7320508075688772}}}}},"r":{"df":7,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"15":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"|":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":5,"docs":{"4":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.7320508075688772},"44":{"tf":1.7320508075688772},"46":{"tf":1.0}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":15,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":2.0},"5":{"tf":1.0},"51":{"tf":1.0},"7":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"36":{"tf":1.0}}}}}}}}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"\\"":{"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":{"14":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}}},"df":2,"docs":{"14":{"tf":1.0},"34":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"17":{"tf":1.0},"26":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"8":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"10":{"tf":1.0},"15":{"tf":1.0},"33":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"16":{"tf":1.0},"28":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"22":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.0}}},"s":{"df":13,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"16":{"tf":1.0},"28":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"50":{"tf":1.0},"9":{"tf":1.0}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":3,"docs":{"2":{"tf":1.0},"28":{"tf":1.0},"6":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"16":{"tf":1.0},"9":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"14":{"tf":1.0},"48":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"4":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"36":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"3":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":3,"docs":{"10":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"9":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":8,"docs":{"10":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.0},"36":{"tf":1.0},"46":{"tf":1.4142135623730951},"48":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"df":3,"docs":{"20":{"tf":1.0},"44":{"tf":1.0},"49":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":8,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.0},"36":{"tf":1.0},"51":{"tf":1.4142135623730951}},"s":{"/":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"i":{"d":{"df":1,"docs":{"38":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"11":{"tf":1.0},"29":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"40":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"m":{"df":4,"docs":{"34":{"tf":1.4142135623730951},"46":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"31":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"1":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"15":{"tf":1.0},"48":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"14":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"24":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"35":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"p":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":8,"docs":{"13":{"tf":1.4142135623730951},"20":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"49":{"tf":1.4142135623730951},"51":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"31":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"22":{"tf":1.0},"25":{"tf":1.4142135623730951}}}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"36":{"tf":1.0},"6":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"36":{"tf":1.0},"46":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":8,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"15":{"tf":1.0},"27":{"tf":1.0},"46":{"tf":1.4142135623730951},"48":{"tf":1.0},"9":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"48":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"19":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"35":{"tf":1.0},"46":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"11":{"tf":1.0},"23":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":5,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"x":{"df":2,"docs":{"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":4,"docs":{"22":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"42":{"tf":1.0}}}}}}}},"d":{"a":{"df":7,"docs":{"0":{"tf":1.7320508075688772},"16":{"tf":1.0},"19":{"tf":1.7320508075688772},"20":{"tf":1.0},"26":{"tf":2.6457513110645907},"27":{"tf":1.0},"51":{"tf":1.0}},"t":{"a":{"df":13,"docs":{"0":{"tf":2.0},"11":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"19":{"tf":1.0},"3":{"tf":1.4142135623730951},"36":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.4142135623730951},"50":{"tf":1.0},"51":{"tf":1.4142135623730951},"6":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"4":{"tf":1.7320508075688772},"6":{"tf":1.7320508075688772}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":4,"docs":{"30":{"tf":1.0},"34":{"tf":1.0},"39":{"tf":1.0},"5":{"tf":1.0}},"g":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"11":{"tf":1.0},"34":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"r":{"df":9,"docs":{"11":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"35":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"45":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":5,"docs":{"15":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"5":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"11":{"tf":1.0},"36":{"tf":1.0},"48":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"48":{"tf":1.0}}}}}}},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":8,"docs":{"10":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"46":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"34":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":13,"docs":{"10":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"28":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.4142135623730951},"38":{"tf":1.0},"4":{"tf":2.8284271247461903},"40":{"tf":1.0},"46":{"tf":1.0},"6":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"43":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":6,"docs":{"10":{"tf":1.0},"12":{"tf":1.4142135623730951},"3":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"5":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":4,"docs":{"36":{"tf":1.0},"41":{"tf":1.0},"51":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"7":{"tf":1.0}}}},"r":{"df":1,"docs":{"5":{"tf":1.0}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"5":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":6,"docs":{"16":{"tf":1.0},"28":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"7":{"tf":1.0}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"28":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"30":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"31":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"47":{"tf":1.0}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"34":{"tf":1.0},"35":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"11":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"46":{"tf":1.0}}}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"6":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"20":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"[":{"\\"":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":10,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"23":{"tf":1.4142135623730951},"28":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.7320508075688772},"43":{"tf":1.0},"6":{"tf":1.4142135623730951}},"n":{"df":2,"docs":{"12":{"tf":1.0},"5":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"l":{"df":6,"docs":{"10":{"tf":1.0},"15":{"tf":1.0},"38":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"9":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":8,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"28":{"tf":1.0},"36":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"6":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"0":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":3,"docs":{"44":{"tf":1.0},"51":{"tf":1.4142135623730951},"6":{"tf":1.7320508075688772}}}}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"43":{"tf":1.7320508075688772},"44":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":7,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"14":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"43":{"tf":1.0},"5":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"43":{"tf":1.0}}}}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"10":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"34":{"tf":1.0}}}}},"s":{"df":1,"docs":{"31":{"tf":1.0}},"i":{"df":1,"docs":{"11":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"15":{"tf":1.0},"20":{"tf":1.0},"34":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":3,"docs":{"20":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"d":{"df":4,"docs":{"10":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"24":{"tf":1.4142135623730951},"40":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"24":{"tf":1.0},"26":{"tf":1.0},"36":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"3":{"tf":1.0},"9":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":5,"docs":{"11":{"tf":1.0},"36":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":7,"docs":{"0":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.4142135623730951},"51":{"tf":1.0}}}}},"v":{"df":2,"docs":{"4":{"tf":1.0},"6":{"tf":1.0}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":20,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"28":{"tf":1.7320508075688772},"29":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.7320508075688772},"4":{"tf":1.4142135623730951},"46":{"tf":1.0},"49":{"tf":1.4142135623730951},"50":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"49":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"38":{"tf":1.0}}}}}}},"r":{"(":{"\\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"39":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"2":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"a":{"df":0,"docs":{},"l":{"[":{"\\"":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":1,"docs":{"14":{"tf":1.0}},"u":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":7,"docs":{"14":{"tf":1.0},"28":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"6":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"40":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":3,"docs":{"35":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0}}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":5,"docs":{"17":{"tf":1.0},"21":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0},"9":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"33":{"tf":1.0},"51":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":8,"docs":{"0":{"tf":1.4142135623730951},"11":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.7320508075688772},"48":{"tf":1.4142135623730951},"51":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":6,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":4,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"27":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"43":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":37,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.4142135623730951},"14":{"tf":1.4142135623730951},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.0},"28":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":2.23606797749979},"38":{"tf":1.0},"39":{"tf":1.7320508075688772},"4":{"tf":2.0},"42":{"tf":1.4142135623730951},"43":{"tf":2.0},"44":{"tf":1.7320508075688772},"45":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"6":{"tf":2.23606797749979},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"15":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"16":{"tf":1.0},"48":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}},"s":{"df":2,"docs":{"34":{"tf":1.0},"39":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"—":{"a":{"d":{"df":0,"docs":{},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"48":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":5,"docs":{"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"41":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"10":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"24":{"tf":1.0}}}}}}},"}":{"\\"":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"f":{"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"24":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":4,"docs":{"26":{"tf":1.0},"40":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"34":{"tf":1.7320508075688772},"4":{"tf":1.0},"7":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"s":{"df":3,"docs":{"34":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}}}},"q":{"df":1,"docs":{"50":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"11":{"tf":1.0},"45":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"16":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"16":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"50":{"tf":1.0}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":4,"docs":{"11":{"tf":1.0},"27":{"tf":1.0},"39":{"tf":1.0},"44":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"34":{"tf":1.0},"5":{"tf":1.0}},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}}}},"t":{"df":6,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0},"9":{"tf":1.0}}},"x":{"df":1,"docs":{"5":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"28":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0}}},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"49":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"14":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":5,"docs":{"18":{"tf":1.0},"28":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"46":{"tf":1.0},"48":{"tf":1.0}}}}}}},"n":{"df":2,"docs":{"43":{"tf":2.23606797749979},"44":{"tf":1.7320508075688772}}},"o":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":3,"docs":{"0":{"tf":1.0},"34":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"28":{"tf":1.0},"4":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"15":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"t":{"!":{"(":{"\\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":2,"docs":{"24":{"tf":1.0},"4":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"2":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":14,"docs":{"0":{"tf":1.0},"10":{"tf":1.4142135623730951},"2":{"tf":1.0},"21":{"tf":1.0},"3":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.4142135623730951},"48":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0}},"’":{"df":1,"docs":{"15":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"6":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0}}}}}}},"d":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"27":{"tf":1.0}}}}}},"g":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"3":{"tf":1.0},"49":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"33":{"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":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"43":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":8,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"27":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"51":{"tf":1.0},"7":{"tf":1.0}}}}},"t":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}}},"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":1,"docs":{"1":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"51":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"11":{"tf":1.0},"16":{"tf":1.0}}}},"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"11":{"tf":1.0},"16":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":1,"docs":{"45":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"36":{"tf":1.0},"47":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"1":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"4":{"tf":1.0},"6":{"tf":1.4142135623730951}},"l":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"r":{"d":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"22":{"tf":1.4142135623730951}},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"11":{"tf":1.0},"26":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0}},"i":{"df":1,"docs":{"14":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"22":{"tf":1.0},"25":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":2,"docs":{"22":{"tf":1.4142135623730951},"25":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"10":{"tf":1.0},"15":{"tf":1.0},"34":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"0":{"tf":1.0},"44":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":9,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"23":{"tf":1.4142135623730951},"4":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}},"t":{"df":1,"docs":{"24":{"tf":1.0}}}},"o":{"c":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"4":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"30":{"tf":1.0},"34":{"tf":1.0},"46":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"46":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"c":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"i":{"[":{"\\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"e":{"a":{"df":8,"docs":{"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"26":{"tf":1.0},"43":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}},"i":{"df":1,"docs":{"35":{"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":3,"docs":{"17":{"tf":1.0},"21":{"tf":1.0},"42":{"tf":1.0}}}}}}}},"m":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"5":{"tf":1.0}}}},"l":{"df":2,"docs":{"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"46":{"tf":1.0}}}}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":4,"docs":{"0":{"tf":1.4142135623730951},"48":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":10,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.7320508075688772},"26":{"tf":1.7320508075688772},"5":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"19":{"tf":1.0},"26":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"26":{"tf":1.0},"33":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"\\"":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"43":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"6":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"[":{"\\"":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"14":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"14":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"41":{"tf":1.0},"43":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"df":2,"docs":{"31":{"tf":1.0},"34":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"49":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":4,"docs":{"10":{"tf":1.0},"3":{"tf":1.0},"46":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"n":{"d":{"df":4,"docs":{"11":{"tf":1.0},"36":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":5,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"21":{"tf":1.0}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"0":{"tf":1.4142135623730951},"3":{"tf":1.0},"36":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":2,"docs":{"46":{"tf":1.0},"5":{"tf":1.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"7":{"tf":1.0}}}}}},"v":{"df":2,"docs":{"49":{"tf":1.0},"5":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"5":{"tf":1.0}},"t":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":2,"docs":{"34":{"tf":1.0},"43":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"11":{"tf":1.0},"30":{"tf":1.0}}}}},"v":{"df":1,"docs":{"47":{"tf":1.0}}}},"j":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"g":{"df":4,"docs":{"36":{"tf":1.0},"4":{"tf":1.0},"51":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"k":{"8":{"df":6,"docs":{"10":{"tf":1.0},"16":{"tf":1.0},"28":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":16,"docs":{"11":{"tf":1.0},"15":{"tf":1.7320508075688772},"16":{"tf":1.4142135623730951},"20":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"y":{"df":3,"docs":{"25":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0}}}},"n":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"48":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"11":{"tf":1.0},"32":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"36":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"23":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"26":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"15":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"19":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"15":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"36":{"tf":1.0},"6":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":2,"docs":{"3":{"tf":1.0},"4":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":11,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"13":{"tf":1.0},"19":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"13":{"tf":1.0},"26":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"14":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":19,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"6":{"tf":1.0}}}}},"o":{"a":{"d":{"df":2,"docs":{"23":{"tf":1.4142135623730951},"24":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"k":{"8":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":11,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"28":{"tf":1.4142135623730951},"30":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"50":{"tf":1.0},"9":{"tf":1.0}}},"t":{"df":1,"docs":{"46":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":3,"docs":{"43":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}},"i":{"c":{"df":4,"docs":{"0":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"11":{"tf":1.0},"36":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"50":{"tf":1.0}}},"p":{"df":2,"docs":{"16":{"tf":1.0},"30":{"tf":1.0}}},"s":{"df":1,"docs":{"9":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"16":{"tf":1.0},"31":{"tf":1.0},"7":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"25":{"tf":1.0},"35":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":7,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.0},"46":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.4142135623730951}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"25":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":6,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0}}}},"p":{"df":3,"docs":{"10":{"tf":1.0},"34":{"tf":1.0},"46":{"tf":1.0}}},"t":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"42":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"47":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"11":{"tf":1.0},"32":{"tf":1.0}}}}}},"x":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"7":{"5":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"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":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":8,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0}}}}},"t":{"df":1,"docs":{"15":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"23":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"25":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"51":{"tf":1.0}}}}}},"df":1,"docs":{"23":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"1":{"tf":1.0},"2":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"d":{"df":5,"docs":{"14":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"34":{"tf":1.0},"51":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"c":{"df":4,"docs":{"4":{"tf":1.0},"40":{"tf":1.0},"49":{"tf":1.0},"6":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"i":{"d":{"df":2,"docs":{"22":{"tf":1.0},"25":{"tf":1.0}}},"df":0,"docs":{},"n":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"4":{"5":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"16":{"tf":1.0},"18":{"tf":1.0},"30":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"48":{"tf":1.0},"5":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"49":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":3,"docs":{"34":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}},"x":{"df":2,"docs":{"26":{"tf":1.0},"49":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":7,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"15":{"tf":1.0},"2":{"tf":1.0},"36":{"tf":1.7320508075688772},"46":{"tf":1.0},"9":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"45":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"16":{"tf":1.0},"7":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":7,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"11":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.4142135623730951},"31":{"tf":1.0},"9":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"16":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"43":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"38":{"tf":1.0},"43":{"tf":1.0}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"df":1,"docs":{"26":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"16":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":8,"docs":{"15":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"39":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"g":{"df":1,"docs":{"34":{"tf":1.0}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":10,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"27":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"36":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"9":{"tf":1.0}}}}}}},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":6,"docs":{"21":{"tf":1.0},"25":{"tf":1.4142135623730951},"36":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"4":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":23,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"11":{"tf":1.0},"13":{"tf":1.4142135623730951},"2":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.7320508075688772},"24":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.4142135623730951},"49":{"tf":1.0},"51":{"tf":2.0},"6":{"tf":1.0},"9":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"5":{"tf":1.0}},"i":{"df":1,"docs":{"16":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"df":8,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"10":{"tf":1.0},"3":{"tf":1.7320508075688772},"34":{"tf":1.0},"36":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"9":{"tf":1.0}}}},"n":{"df":1,"docs":{"5":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"15":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":16,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"36":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.4142135623730951},"5":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.4142135623730951}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"16":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"25":{"tf":1.0},"36":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"46":{"tf":1.0},"48":{"tf":1.0}}}}}},"k":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"\\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":1,"docs":{"43":{"tf":1.0}}},"n":{"c":{"df":3,"docs":{"36":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0}}},"df":5,"docs":{"19":{"tf":1.0},"25":{"tf":1.4142135623730951},"3":{"tf":1.0},"33":{"tf":1.0},"9":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"32":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"11":{"tf":1.0},"20":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.4142135623730951},"3":{"tf":1.0},"34":{"tf":1.7320508075688772},"5":{"tf":1.0},"50":{"tf":1.0}}}},"t":{"df":2,"docs":{"15":{"tf":1.0},"5":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"20":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"6":{"tf":1.0}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":7,"docs":{"10":{"tf":1.0},"30":{"tf":1.0},"46":{"tf":1.4142135623730951},"5":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"50":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":9,"docs":{"16":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"5":{"tf":1.0},"6":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"3":{"tf":1.0},"41":{"tf":1.0},"5":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}}},"p":{"9":{"5":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"10":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"1":{"tf":1.0},"28":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"27":{"tf":1.0},"4":{"tf":1.0},"51":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":4,"docs":{"2":{"tf":1.0},"35":{"tf":1.0},"47":{"tf":1.0},"8":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"22":{"tf":1.0}}}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":6,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"4":{"tf":2.449489742783178},"48":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":2.449489742783178}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"28":{"tf":1.0},"34":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":1,"docs":{"6":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"13":{"tf":1.0},"19":{"tf":1.0},"26":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":3,"docs":{"15":{"tf":2.0},"16":{"tf":1.0},"9":{"tf":1.0}}}}}}}},"df":1,"docs":{"6":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"22":{"tf":1.4142135623730951}}}},"r":{"df":3,"docs":{"15":{"tf":1.0},"18":{"tf":1.0},"27":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"0":{"tf":1.0},"4":{"tf":1.0}}}}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"27":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"10":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"14":{"tf":1.0}}}}}}}},"l":{"a":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":22,"docs":{"1":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":2.0},"29":{"tf":1.4142135623730951},"3":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":2.0},"46":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":2.449489742783178},"7":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"34":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"u":{"df":4,"docs":{"19":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0}},"g":{"df":1,"docs":{"42":{"tf":1.0}},"g":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"12":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"3":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":3,"docs":{"31":{"tf":1.0},"34":{"tf":1.0},"49":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"36":{"tf":1.0},"51":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"16":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"4":{"tf":1.0},"41":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"5":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"46":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"28":{"tf":1.4142135623730951},"34":{"tf":2.0},"36":{"tf":1.0},"38":{"tf":1.0}}}}}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"21":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"20":{"tf":1.0},"34":{"tf":1.0}}}},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"40":{"tf":1.0}}}},"t":{"df":3,"docs":{"16":{"tf":1.0},"41":{"tf":1.0},"49":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"28":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.4142135623730951}}}}}},"o":{"b":{"df":0,"docs":{},"e":{"df":8,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"24":{"tf":1.4142135623730951},"33":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"5":{"tf":1.0}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"11":{"tf":1.0},"30":{"tf":1.0},"4":{"tf":1.0},"9":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":4,"docs":{"0":{"tf":1.0},"14":{"tf":1.0},"40":{"tf":1.0},"50":{"tf":1.0}},"t":{"df":4,"docs":{"21":{"tf":1.0},"36":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":7,"docs":{"11":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"49":{"tf":1.0},"6":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"25":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":6,"docs":{"0":{"tf":1.0},"15":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.4142135623730951},"50":{"tf":1.0},"6":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"43":{"tf":1.0}},"r":{"df":1,"docs":{"34":{"tf":1.0}}}},"i":{"d":{"df":5,"docs":{"31":{"tf":1.0},"34":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"6":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":3,"docs":{"33":{"tf":1.0},"4":{"tf":1.4142135623730951},"6":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"33":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"b":{"df":2,"docs":{"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"0":{"tf":1.0},"51":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"50":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"12":{"tf":1.0},"3":{"tf":1.0}}}}}}}},"q":{"a":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"26":{"tf":1.0}}}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"27":{"tf":1.7320508075688772},"5":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"tf":1.0}}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"(":{"3":{"df":2,"docs":{"18":{"tf":1.0},"20":{"tf":1.0}}},"5":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}},"df":11,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"23":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"5":{"tf":1.0}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":2,"docs":{"4":{"tf":2.0},"6":{"tf":3.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"43":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"l":{"df":3,"docs":{"33":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.0}},"e":{"df":0,"docs":{},"—":{"a":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"22":{"tf":1.0}}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":8,"docs":{"20":{"tf":1.0},"28":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.7320508075688772},"40":{"tf":1.0},"49":{"tf":1.0},"6":{"tf":1.4142135623730951},"9":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"46":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":4,"docs":{"0":{"tf":1.0},"3":{"tf":1.0},"42":{"tf":1.0},"5":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"1":{"tf":1.0},"3":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"5":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"40":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"25":{"tf":1.0}}}}}}}},"v":{"df":1,"docs":{"22":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":4,"docs":{"15":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"35":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"0":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"28":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"24":{"tf":1.0}}}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}},"x":{"df":2,"docs":{"33":{"tf":1.0},"34":{"tf":1.0}}}},"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"16":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"14":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"25":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"3":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"24":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"25":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"34":{"tf":1.0},"39":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"36":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":4,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":4,"docs":{"13":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"50":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":7,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"20":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"36":{"tf":1.0},"40":{"tf":1.0},"6":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":5,"docs":{"10":{"tf":1.0},"24":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"36":{"tf":1.0},"4":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":10,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.4142135623730951},"25":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.4142135623730951},"5":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":4,"docs":{"16":{"tf":1.0},"28":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"0":{"tf":1.0},"51":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"15":{"tf":1.0},"39":{"tf":1.0},"46":{"tf":1.7320508075688772},"9":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":3,"docs":{"16":{"tf":1.0},"50":{"tf":1.0},"7":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"41":{"tf":1.0},"7":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"45":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"5":{"tf":1.0},"50":{"tf":1.0}}}}},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":8,"docs":{"0":{"tf":1.0},"20":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.7320508075688772}},"s":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"p":{"c":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"4":{"tf":1.7320508075688772},"43":{"tf":1.7320508075688772},"44":{"tf":1.4142135623730951},"6":{"tf":1.0}}}}}}}}},"df":26,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"11":{"tf":1.7320508075688772},"14":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.7320508075688772},"32":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":2.449489742783178},"4":{"tf":1.7320508075688772},"40":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.7320508075688772},"5":{"tf":1.7320508075688772},"50":{"tf":1.4142135623730951},"51":{"tf":2.23606797749979},"6":{"tf":2.6457513110645907},"7":{"tf":1.0},"8":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"43":{"tf":1.4142135623730951}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":22,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"28":{"tf":1.7320508075688772},"29":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"36":{"tf":1.0},"4":{"tf":2.23606797749979},"40":{"tf":1.4142135623730951},"46":{"tf":1.7320508075688772},"49":{"tf":1.7320508075688772},"50":{"tf":1.7320508075688772},"51":{"tf":1.0},"6":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951},"9":{"tf":1.0}},"’":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"33":{"tf":1.0}},"{":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"33":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":8,"docs":{"10":{"tf":1.0},"27":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"46":{"tf":1.0},"9":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"33":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"df":10,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"42":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"41":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":6,"docs":{"22":{"tf":1.0},"28":{"tf":1.4142135623730951},"46":{"tf":1.0},"50":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"27":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"2":{"df":6,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0}}},"3":{"df":2,"docs":{"22":{"tf":1.0},"25":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":30,"docs":{"1":{"tf":1.0},"10":{"tf":1.7320508075688772},"11":{"tf":1.7320508075688772},"12":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":2.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"28":{"tf":1.7320508075688772},"29":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"36":{"tf":2.23606797749979},"39":{"tf":1.0},"4":{"tf":1.7320508075688772},"41":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":2.23606797749979},"47":{"tf":1.0},"48":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"5":{"tf":1.0},"50":{"tf":1.7320508075688772},"51":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":2.23606797749979}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"32":{"tf":1.0},"5":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"a":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"10":{"tf":1.0},"34":{"tf":1.0}}}}}}},"df":1,"docs":{"4":{"tf":1.7320508075688772}},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"16":{"tf":1.0},"26":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"d":{"df":8,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}},"df":4,"docs":{"11":{"tf":1.4142135623730951},"28":{"tf":1.0},"29":{"tf":1.0},"36":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"20":{"tf":1.0},"28":{"tf":1.0}}}},"df":0,"docs":{}},"f":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":3,"docs":{"15":{"tf":1.0},"43":{"tf":1.7320508075688772},"44":{"tf":1.7320508075688772}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"16":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"6":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"4":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"46":{"tf":1.0}},"i":{"c":{"df":4,"docs":{"31":{"tf":1.0},"36":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":8,"docs":{"11":{"tf":1.0},"18":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":1.0},"48":{"tf":1.4142135623730951},"6":{"tf":1.0},"9":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":12,"docs":{"10":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.0},"49":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":17,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"42":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":8,"docs":{"10":{"tf":1.0},"16":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"46":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"0":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0}}}},"w":{"df":4,"docs":{"1":{"tf":1.0},"21":{"tf":1.0},"42":{"tf":1.0},"9":{"tf":1.0}}}}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":11,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"28":{"tf":1.7320508075688772},"34":{"tf":2.0},"40":{"tf":1.0},"5":{"tf":1.4142135623730951},"50":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"18":{"tf":1.0},"23":{"tf":1.0},"43":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"22":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":3,"docs":{"31":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0}}}}},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"df":2,"docs":{"23":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951}},"w":{"df":2,"docs":{"34":{"tf":1.0},"49":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"11":{"tf":1.0},"18":{"tf":1.0},"3":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":5,"docs":{"15":{"tf":1.0},"18":{"tf":1.0},"45":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"3":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":5,"docs":{"14":{"tf":1.0},"20":{"tf":1.0},"34":{"tf":1.0},"48":{"tf":1.0},"6":{"tf":1.0}},"i":{"df":1,"docs":{"11":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":4,"docs":{"16":{"tf":1.0},"29":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"16":{"tf":1.0},"49":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"43":{"tf":1.0}}}}}}},"df":0,"docs":{}},"_":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"44":{"tf":1.0},"6":{"tf":1.0}}}}}}},"df":0,"docs":{}},"d":{"a":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{")":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"_":{"d":{"a":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{"0":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"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":{},"x":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"2":{")":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"2":{"0":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":14,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.7320508075688772},"36":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.7320508075688772}}}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"16":{"tf":1.0},"25":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0}}},"i":{"c":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}}},"y":{"df":7,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"50":{"tf":1.0}}}},"d":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{":":{":":{"a":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"43":{"tf":1.0}}},"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":{":":{":":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"_":{"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":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"3":{"0":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":3,"docs":{"15":{"tf":1.0},"26":{"tf":1.0},"34":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"27":{"tf":1.0},"50":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"27":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"27":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":4,"docs":{"25":{"tf":1.0},"36":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0}}}},"r":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"19":{"tf":1.0},"26":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":2,"docs":{"23":{"tf":1.0},"48":{"tf":1.4142135623730951}}}}}},"u":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"18":{"tf":1.0}}}},"t":{"df":4,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"0":{"tf":1.0},"51":{"tf":1.0}}}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":10,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"32":{"tf":1.0}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"10":{"tf":1.0},"47":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"16":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"26":{"tf":1.4142135623730951}}}}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"49":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":7,"docs":{"14":{"tf":1.4142135623730951},"20":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.4142135623730951}}}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"2":{"0":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":7,"docs":{"11":{"tf":1.0},"23":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"5":{"tf":1.0},"50":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"36":{"tf":1.0}}}}},"d":{"df":3,"docs":{"14":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0}}},"df":1,"docs":{"4":{"tf":1.4142135623730951}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":3,"docs":{"16":{"tf":1.0},"3":{"tf":1.4142135623730951},"48":{"tf":1.0}}},"r":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"15":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":19,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.0},"10":{"tf":1.7320508075688772},"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"18":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.7320508075688772},"36":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.4142135623730951},"9":{"tf":2.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":9,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"{":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"44":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"43":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"43":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":3,"docs":{"28":{"tf":1.0},"38":{"tf":1.0},"7":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"26":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"e":{"df":12,"docs":{"0":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":1.0},"34":{"tf":1.0},"5":{"tf":1.4142135623730951},"50":{"tf":1.0},"6":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"33":{"tf":1.0},"34":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"14":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"9":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"34":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"27":{"tf":1.0},"5":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":24,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"27":{"tf":1.7320508075688772},"28":{"tf":1.0},"36":{"tf":2.0},"4":{"tf":2.0},"41":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"46":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.4142135623730951},"5":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.0}},"y":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"g":{"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":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"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":{},"l":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"33":{"tf":1.0},"34":{"tf":1.0},"46":{"tf":1.0},"9":{"tf":1.0}}},"k":{"df":2,"docs":{"26":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":14,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.4142135623730951},"3":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.7320508075688772},"5":{"tf":1.4142135623730951},"51":{"tf":1.0},"6":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"42":{"tf":1.0},"48":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":14,"docs":{"11":{"tf":1.0},"13":{"tf":1.4142135623730951},"15":{"tf":1.0},"18":{"tf":2.0},"19":{"tf":2.0},"20":{"tf":1.4142135623730951},"23":{"tf":1.0},"26":{"tf":1.0},"33":{"tf":1.0},"48":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"50":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"2":{"0":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"1":{"6":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"23":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"10":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"34":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"16":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":3,"docs":{"16":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"29":{"tf":1.0},"4":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"16":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":1,"docs":{"18":{"tf":1.0}}}},"x":{"df":2,"docs":{"23":{"tf":1.0},"26":{"tf":2.0}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"29":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"23":{"tf":1.4142135623730951},"24":{"tf":1.0},"3":{"tf":1.4142135623730951},"36":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"44":{"tf":1.0},"49":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":3,"docs":{"22":{"tf":1.0},"38":{"tf":1.0},"46":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"11":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"10":{"tf":1.0}}}},"df":25,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"15":{"tf":1.0},"18":{"tf":1.7320508075688772},"19":{"tf":1.7320508075688772},"20":{"tf":2.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":2.23606797749979},"44":{"tf":1.7320508075688772},"46":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"13":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}},"s":{"(":{"4":{"df":2,"docs":{"18":{"tf":1.0},"20":{"tf":1.0}}},"8":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"z":{"df":2,"docs":{"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"45":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"10":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}}},"df":20,"docs":{"0":{"tf":1.4142135623730951},"11":{"tf":1.4142135623730951},"16":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"24":{"tf":1.0},"25":{"tf":2.0},"27":{"tf":1.0},"3":{"tf":1.4142135623730951},"33":{"tf":1.0},"36":{"tf":1.4142135623730951},"38":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"48":{"tf":1.4142135623730951},"5":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.4142135623730951},"7":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"27":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"c":{"!":{"[":{"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":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":1,"docs":{"43":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"5":{"tf":1.0},"50":{"tf":1.0}},"f":{"df":1,"docs":{"7":{"tf":1.0}},"i":{"df":7,"docs":{"14":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"u":{"df":2,"docs":{"23":{"tf":1.0},"7":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":6,"docs":{"10":{"tf":1.0},"14":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.4142135623730951},"6":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"28":{"tf":1.0},"6":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"15":{"tf":1.0},"5":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":12,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.4142135623730951},"50":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":2,"docs":{"4":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"15":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"48":{"tf":1.0},"51":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"49":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":8,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"28":{"tf":1.0},"36":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":5,"docs":{"31":{"tf":1.0},"38":{"tf":1.0},"45":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"(":{"0":{".":{".":{"=":{"2":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"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":{"24":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"b":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"22":{"tf":1.0},"25":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"b":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"0":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":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":{"45":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"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":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"2":{"0":{"df":2,"docs":{"20":{"tf":1.0},"23":{"tf":1.0}}},"df":0,"docs":{}},"5":{"0":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}},"8":{"0":{"df":2,"docs":{"25":{"tf":1.0},"26":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"0":{"df":2,"docs":{"18":{"tf":1.0},"24":{"tf":1.0}}},"df":0,"docs":{}},"9":{"0":{"df":2,"docs":{"19":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"(":{"1":{".":{".":{"=":{"4":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"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":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"6":{"0":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"0":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"26":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"26":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"1":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":5,"docs":{"10":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"46":{"tf":1.7320508075688772},"9":{"tf":1.4142135623730951}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":39,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.7320508075688772},"12":{"tf":1.4142135623730951},"13":{"tf":2.0},"14":{"tf":2.0},"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.7320508075688772},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.7320508075688772},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"36":{"tf":2.23606797749979},"38":{"tf":1.4142135623730951},"39":{"tf":1.0},"4":{"tf":2.449489742783178},"42":{"tf":1.4142135623730951},"43":{"tf":2.23606797749979},"44":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.7320508075688772},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"6":{"tf":2.6457513110645907},"7":{"tf":1.4142135623730951},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"10":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"22":{"tf":1.0},"24":{"tf":1.0}}}}}}},"x":{"df":2,"docs":{"4":{"tf":1.4142135623730951},"6":{"tf":2.0}}},"y":{"df":0,"docs":{},"e":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"breadcrumbs":{"root":{"0":{"df":3,"docs":{"18":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.0}}},"1":{"df":5,"docs":{"19":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0}}},"2":{"df":1,"docs":{"18":{"tf":1.4142135623730951}}},"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"51":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"33":{"tf":1.0},"35":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"33":{"tf":1.0},"34":{"tf":1.0},"40":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"36":{"tf":1.0},"43":{"tf":1.0}}}},"v":{"df":11,"docs":{"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.0},"28":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"6":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"18":{"tf":1.0}}}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"10":{"tf":1.0},"46":{"tf":1.0},"9":{"tf":1.0}}}}},"d":{"df":5,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"25":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0}}},"df":6,"docs":{"36":{"tf":1.0},"38":{"tf":1.7320508075688772},"39":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772},"42":{"tf":1.0}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"17":{"tf":1.0},"34":{"tf":1.0},"48":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":7,"docs":{"21":{"tf":1.7320508075688772},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"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":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"49":{"tf":1.0}}}}}}}}}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"d":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":1,"docs":{"5":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":4,"docs":{"11":{"tf":1.0},"15":{"tf":1.4142135623730951},"28":{"tf":1.0},"50":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"16":{"tf":1.0},"5":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"5":{"tf":1.0},"50":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.7320508075688772}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"25":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":2,"docs":{"24":{"tf":1.7320508075688772},"26":{"tf":1.0}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":5,"docs":{"47":{"tf":1.7320508075688772},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"0":{"tf":1.0}}},"df":4,"docs":{"14":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"2":{"tf":1.0},"27":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"4":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"34":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":7,"docs":{"21":{"tf":1.7320508075688772},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"36":{"tf":1.0},"46":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":13,"docs":{"10":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"44":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0}}}},"t":{"df":2,"docs":{"10":{"tf":1.0},"34":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"0":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{":":{":":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"43":{"tf":1.4142135623730951},"44":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"36":{"tf":1.0},"38":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":7,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"39":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"1":{"tf":1.0},"11":{"tf":1.7320508075688772},"28":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":16,"docs":{"0":{"tf":1.4142135623730951},"11":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"28":{"tf":1.0},"3":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"36":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.7320508075688772},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"16":{"tf":1.0},"34":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"24":{"tf":1.0},"36":{"tf":1.0}}}},"df":0,"docs":{}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"10":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"46":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"23":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"n":{"d":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":3,"docs":{"16":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"20":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"44":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"e":{"c":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"16":{"tf":1.0},"28":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"49":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"33":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":8,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"28":{"tf":1.0},"32":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.7320508075688772},"30":{"tf":1.0}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":7,"docs":{"16":{"tf":1.0},"22":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"49":{"tf":1.0},"7":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"34":{"tf":1.0},"36":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"b":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":6,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"13":{"tf":1.0},"26":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0}},"s":{"/":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"19":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":15,"docs":{"0":{"tf":1.7320508075688772},"11":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"18":{"tf":1.0},"22":{"tf":1.4142135623730951},"36":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.4142135623730951},"5":{"tf":1.4142135623730951},"50":{"tf":2.0},"51":{"tf":1.4142135623730951},"6":{"tf":1.7320508075688772}},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"51":{"tf":1.0}}}},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"0":{"tf":1.0},"1":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"12":{"tf":1.0},"14":{"tf":1.0},"19":{"tf":1.0},"48":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"36":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"a":{"d":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"23":{"tf":1.0},"26":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":14,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"36":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"6":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"48":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":5,"docs":{"15":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"43":{"tf":1.7320508075688772},"45":{"tf":1.0}}}},"df":0,"docs":{}}}},"c":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"49":{"tf":1.4142135623730951},"50":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"45":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"21":{"tf":1.0},"36":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"28":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"50":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"22":{"tf":1.0},"24":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"49":{"tf":1.0}}}}},"df":1,"docs":{"6":{"tf":1.4142135623730951}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"1":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"46":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":4,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0}}}}}},"o":{"df":13,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"20":{"tf":1.7320508075688772},"22":{"tf":1.4142135623730951},"4":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.7320508075688772},"5":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"9":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"11":{"tf":1.0},"36":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.7320508075688772}}}},"c":{"df":0,"docs":{},"k":{"df":17,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"24":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.4142135623730951},"6":{"tf":1.0},"9":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"34":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"16":{"tf":1.0},"18":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"11":{"tf":1.4142135623730951},"16":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"34":{"tf":1.0},"4":{"tf":1.0},"49":{"tf":1.0},"6":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"25":{"tf":1.7320508075688772}},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}}}}},"i":{"df":4,"docs":{"16":{"tf":1.0},"28":{"tf":1.0},"32":{"tf":1.0},"7":{"tf":1.0}},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"34":{"tf":1.0},"49":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"36":{"tf":1.0},"40":{"tf":1.0},"6":{"tf":1.7320508075688772}}}}},"r":{"df":7,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"15":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"|":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":5,"docs":{"4":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.7320508075688772},"44":{"tf":1.7320508075688772},"46":{"tf":1.0}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":15,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":2.0},"5":{"tf":1.0},"51":{"tf":1.0},"7":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"36":{"tf":1.0}}}}}}}}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"\\"":{"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":{"14":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}}},"df":2,"docs":{"14":{"tf":1.0},"34":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"17":{"tf":1.0},"26":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"8":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"10":{"tf":1.0},"15":{"tf":1.0},"33":{"tf":1.4142135623730951},"48":{"tf":1.0},"49":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"16":{"tf":1.0},"28":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"22":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.0}}},"s":{"df":13,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"16":{"tf":1.0},"28":{"tf":1.0},"31":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"50":{"tf":1.0},"9":{"tf":1.0}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":3,"docs":{"2":{"tf":1.0},"28":{"tf":1.0},"6":{"tf":1.7320508075688772}}}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"16":{"tf":1.0},"9":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"14":{"tf":1.0},"48":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"4":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"36":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"3":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":3,"docs":{"10":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"9":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":8,"docs":{"10":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.0},"36":{"tf":1.0},"46":{"tf":1.4142135623730951},"48":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"df":3,"docs":{"20":{"tf":1.0},"44":{"tf":1.4142135623730951},"49":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":8,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.0},"36":{"tf":1.0},"51":{"tf":1.4142135623730951}},"s":{"/":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"i":{"d":{"df":1,"docs":{"38":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"11":{"tf":1.0},"29":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"40":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"m":{"df":4,"docs":{"34":{"tf":1.4142135623730951},"46":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"31":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"1":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"11":{"tf":1.0},"12":{"tf":1.7320508075688772},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.7320508075688772},"48":{"tf":1.4142135623730951}}}},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.7320508075688772},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"14":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"24":{"tf":1.7320508075688772},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"35":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"p":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":8,"docs":{"13":{"tf":1.4142135623730951},"20":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"49":{"tf":1.4142135623730951},"51":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"31":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"22":{"tf":1.0},"25":{"tf":1.4142135623730951}}}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"36":{"tf":1.0},"6":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"36":{"tf":1.0},"46":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":10,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.7320508075688772},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.7320508075688772},"27":{"tf":1.0},"46":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"48":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"19":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"35":{"tf":1.0},"46":{"tf":2.0},"7":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"11":{"tf":1.0},"23":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":5,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"x":{"df":2,"docs":{"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":4,"docs":{"22":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"42":{"tf":1.0}}}}}}}},"d":{"a":{"df":7,"docs":{"0":{"tf":1.7320508075688772},"16":{"tf":1.0},"19":{"tf":2.0},"20":{"tf":1.0},"26":{"tf":2.8284271247461903},"27":{"tf":1.0},"51":{"tf":1.0}},"t":{"a":{"df":13,"docs":{"0":{"tf":2.0},"11":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"19":{"tf":1.0},"3":{"tf":1.4142135623730951},"36":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.4142135623730951},"50":{"tf":1.0},"51":{"tf":1.4142135623730951},"6":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"4":{"tf":1.7320508075688772},"6":{"tf":1.7320508075688772}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":4,"docs":{"30":{"tf":1.0},"34":{"tf":1.0},"39":{"tf":1.0},"5":{"tf":1.0}},"g":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"11":{"tf":1.0},"34":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"r":{"df":9,"docs":{"11":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"35":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"45":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":5,"docs":{"15":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"5":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"11":{"tf":1.0},"36":{"tf":1.0},"48":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"48":{"tf":1.0}}}}}}},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":8,"docs":{"10":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"46":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"34":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":13,"docs":{"10":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"28":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.4142135623730951},"38":{"tf":1.0},"4":{"tf":2.8284271247461903},"40":{"tf":1.0},"46":{"tf":1.0},"6":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"43":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":6,"docs":{"10":{"tf":1.0},"12":{"tf":1.4142135623730951},"3":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"5":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":4,"docs":{"36":{"tf":1.0},"41":{"tf":1.0},"51":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"7":{"tf":1.7320508075688772}}}},"r":{"df":1,"docs":{"5":{"tf":1.0}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"5":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":16,"docs":{"16":{"tf":1.0},"28":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.7320508075688772},"36":{"tf":2.23606797749979},"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},"7":{"tf":1.0}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"28":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"30":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"31":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"47":{"tf":1.0}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"34":{"tf":1.0},"35":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"11":{"tf":1.0},"31":{"tf":1.4142135623730951},"34":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"46":{"tf":1.0}}}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"6":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"20":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"[":{"\\"":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":10,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"23":{"tf":1.4142135623730951},"28":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.7320508075688772},"43":{"tf":1.0},"6":{"tf":1.4142135623730951}},"n":{"df":2,"docs":{"12":{"tf":1.0},"5":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"l":{"df":6,"docs":{"10":{"tf":1.0},"15":{"tf":1.0},"38":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.7320508075688772},"9":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":8,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"28":{"tf":1.0},"36":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"6":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"0":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":3,"docs":{"44":{"tf":1.0},"51":{"tf":1.4142135623730951},"6":{"tf":1.7320508075688772}}}}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"43":{"tf":1.7320508075688772},"44":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":7,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"14":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"43":{"tf":1.0},"5":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"43":{"tf":1.0}}}}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"10":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"34":{"tf":1.0}}}}},"s":{"df":1,"docs":{"31":{"tf":1.0}},"i":{"df":1,"docs":{"11":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"15":{"tf":1.0},"20":{"tf":1.0},"34":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":3,"docs":{"20":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"d":{"df":4,"docs":{"10":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"24":{"tf":1.4142135623730951},"40":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"24":{"tf":1.0},"26":{"tf":1.0},"36":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"3":{"tf":1.0},"9":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":5,"docs":{"11":{"tf":1.0},"36":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":7,"docs":{"0":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.4142135623730951},"51":{"tf":1.0}}}}},"v":{"df":2,"docs":{"4":{"tf":1.0},"6":{"tf":1.0}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":20,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"28":{"tf":1.7320508075688772},"29":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.7320508075688772},"4":{"tf":1.4142135623730951},"46":{"tf":1.0},"49":{"tf":1.4142135623730951},"50":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"49":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"38":{"tf":1.0}}}}}}},"r":{"(":{"\\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"39":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"2":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"a":{"df":0,"docs":{},"l":{"[":{"\\"":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":1,"docs":{"14":{"tf":1.0}},"u":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":7,"docs":{"14":{"tf":1.0},"28":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"6":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"40":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":3,"docs":{"35":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0}}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":17,"docs":{"17":{"tf":1.7320508075688772},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.7320508075688772},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"42":{"tf":1.7320508075688772},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"9":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"33":{"tf":1.0},"51":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":8,"docs":{"0":{"tf":1.4142135623730951},"11":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.7320508075688772},"48":{"tf":1.4142135623730951},"51":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":6,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":4,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"27":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"43":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":38,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":2.0},"13":{"tf":1.0},"14":{"tf":2.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.0},"28":{"tf":1.4142135623730951},"33":{"tf":1.7320508075688772},"34":{"tf":1.0},"36":{"tf":2.23606797749979},"38":{"tf":1.0},"39":{"tf":2.0},"4":{"tf":2.0},"42":{"tf":2.0},"43":{"tf":2.23606797749979},"44":{"tf":2.23606797749979},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"6":{"tf":2.23606797749979},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"15":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"16":{"tf":1.0},"48":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}},"s":{"df":2,"docs":{"34":{"tf":1.0},"39":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"—":{"a":{"d":{"df":0,"docs":{},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"48":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":8,"docs":{"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"37":{"tf":1.7320508075688772},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"7":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"10":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"24":{"tf":1.0}}}}}}},"}":{"\\"":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"f":{"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"24":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":4,"docs":{"26":{"tf":1.0},"40":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"34":{"tf":1.7320508075688772},"4":{"tf":1.0},"7":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"s":{"df":3,"docs":{"34":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}}}},"q":{"df":1,"docs":{"50":{"tf":1.7320508075688772}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"11":{"tf":1.0},"45":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"16":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"16":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"50":{"tf":1.0}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":4,"docs":{"11":{"tf":1.0},"27":{"tf":1.0},"39":{"tf":1.0},"44":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"34":{"tf":1.0},"5":{"tf":1.0}},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}}}},"t":{"df":6,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0},"9":{"tf":1.0}}},"x":{"df":1,"docs":{"5":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"28":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0}}},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"49":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"14":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":5,"docs":{"18":{"tf":1.0},"28":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"46":{"tf":1.0},"48":{"tf":1.0}}}}}}},"n":{"df":2,"docs":{"43":{"tf":2.23606797749979},"44":{"tf":1.7320508075688772}}},"o":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":3,"docs":{"0":{"tf":1.0},"34":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"28":{"tf":1.0},"4":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"15":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"t":{"!":{"(":{"\\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":2,"docs":{"24":{"tf":1.0},"4":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":7,"docs":{"15":{"tf":1.0},"2":{"tf":1.7320508075688772},"3":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":18,"docs":{"0":{"tf":1.0},"10":{"tf":1.4142135623730951},"2":{"tf":1.0},"21":{"tf":1.0},"3":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.7320508075688772},"38":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.4142135623730951},"48":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0}},"’":{"df":1,"docs":{"15":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"6":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0}}}}}}},"d":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"27":{"tf":1.0}}}}}},"g":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"3":{"tf":1.0},"49":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"33":{"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":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"43":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":8,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"27":{"tf":1.4142135623730951},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"51":{"tf":1.0},"7":{"tf":1.0}}}}},"t":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}}},"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":1,"docs":{"1":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"51":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"11":{"tf":1.0},"16":{"tf":1.0}}}},"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"11":{"tf":1.0},"16":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":1,"docs":{"45":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"36":{"tf":1.0},"47":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}},"df":28,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"8":{"tf":1.7320508075688772},"9":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"4":{"tf":1.0},"6":{"tf":1.4142135623730951}},"l":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"r":{"d":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"22":{"tf":1.4142135623730951}},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"11":{"tf":1.0},"26":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0}},"i":{"df":1,"docs":{"14":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"22":{"tf":1.0},"25":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":2,"docs":{"22":{"tf":1.4142135623730951},"25":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"10":{"tf":1.0},"15":{"tf":1.0},"34":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"0":{"tf":1.0},"44":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":9,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"23":{"tf":1.4142135623730951},"4":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}},"t":{"df":1,"docs":{"24":{"tf":1.0}}}},"o":{"c":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"4":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"30":{"tf":1.0},"34":{"tf":1.0},"46":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"46":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"c":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"i":{"[":{"\\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"e":{"a":{"df":8,"docs":{"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"26":{"tf":1.0},"43":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"i":{"df":27,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"8":{"tf":1.7320508075688772},"9":{"tf":1.0}},"i":{"df":12,"docs":{"35":{"tf":1.7320508075688772},"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}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":3,"docs":{"17":{"tf":1.0},"21":{"tf":1.0},"42":{"tf":1.0}}}}}}}},"m":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"5":{"tf":1.0}}}},"l":{"df":2,"docs":{"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"46":{"tf":1.0}}}}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":4,"docs":{"0":{"tf":1.4142135623730951},"48":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":10,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.7320508075688772},"26":{"tf":1.7320508075688772},"5":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"19":{"tf":1.0},"26":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"26":{"tf":1.0},"33":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"\\"":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"43":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"6":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"[":{"\\"":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"14":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"14":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"41":{"tf":1.0},"43":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"df":2,"docs":{"31":{"tf":1.0},"34":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"49":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":4,"docs":{"10":{"tf":1.0},"3":{"tf":1.0},"46":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"n":{"d":{"df":4,"docs":{"11":{"tf":1.0},"36":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":5,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"21":{"tf":1.0}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"0":{"tf":1.4142135623730951},"3":{"tf":1.0},"36":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":2,"docs":{"46":{"tf":1.7320508075688772},"5":{"tf":1.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"7":{"tf":1.0}}}}}},"v":{"df":2,"docs":{"49":{"tf":1.0},"5":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"5":{"tf":1.0}},"t":{"df":1,"docs":{"3":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":2,"docs":{"34":{"tf":1.0},"43":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"11":{"tf":1.0},"30":{"tf":1.0}}}}},"v":{"df":5,"docs":{"47":{"tf":1.7320508075688772},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}}}},"j":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"g":{"df":4,"docs":{"36":{"tf":1.0},"4":{"tf":1.0},"51":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"k":{"8":{"df":6,"docs":{"10":{"tf":1.0},"16":{"tf":1.0},"28":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":16,"docs":{"11":{"tf":1.0},"15":{"tf":1.7320508075688772},"16":{"tf":1.4142135623730951},"20":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"y":{"df":3,"docs":{"25":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0}}}},"n":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"48":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"11":{"tf":1.0},"32":{"tf":1.4142135623730951},"4":{"tf":1.0},"46":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"36":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"23":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"26":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"15":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"19":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"15":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0},"9":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"36":{"tf":1.0},"6":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"t":{"df":2,"docs":{"3":{"tf":1.0},"4":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":11,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"13":{"tf":1.0},"19":{"tf":1.0},"36":{"tf":1.7320508075688772},"4":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"6":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"13":{"tf":1.0},"26":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"14":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":19,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.7320508075688772},"22":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"6":{"tf":1.0}}}}},"o":{"a":{"d":{"df":2,"docs":{"23":{"tf":1.4142135623730951},"24":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"k":{"8":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":11,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"28":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"50":{"tf":1.0},"9":{"tf":1.0}}},"t":{"df":1,"docs":{"46":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":3,"docs":{"43":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}},"i":{"c":{"df":4,"docs":{"0":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"11":{"tf":1.0},"36":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"50":{"tf":1.0}}},"p":{"df":2,"docs":{"16":{"tf":1.0},"30":{"tf":1.0}}},"s":{"df":1,"docs":{"9":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"16":{"tf":1.0},"31":{"tf":1.0},"7":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"25":{"tf":1.0},"35":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":7,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.0},"46":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.4142135623730951}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"25":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":6,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0}}}},"p":{"df":3,"docs":{"10":{"tf":1.0},"34":{"tf":1.0},"46":{"tf":1.0}}},"t":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"42":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"47":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"11":{"tf":1.0},"32":{"tf":1.0}}}}}},"x":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"7":{"5":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"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":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":8,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0}}}}},"t":{"df":1,"docs":{"15":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"23":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"25":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"51":{"tf":1.0}}}}}},"df":1,"docs":{"23":{"tf":1.4142135623730951}}}}}}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"1":{"tf":1.0},"2":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"d":{"df":5,"docs":{"14":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"34":{"tf":1.0},"51":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"c":{"df":4,"docs":{"4":{"tf":1.0},"40":{"tf":1.0},"49":{"tf":1.0},"6":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"i":{"d":{"df":2,"docs":{"22":{"tf":1.0},"25":{"tf":1.0}}},"df":0,"docs":{},"n":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"4":{"5":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"16":{"tf":1.0},"18":{"tf":1.0},"30":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"48":{"tf":1.0},"5":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"49":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":3,"docs":{"34":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}},"x":{"df":2,"docs":{"26":{"tf":1.4142135623730951},"49":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":7,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"15":{"tf":1.0},"2":{"tf":1.0},"36":{"tf":2.23606797749979},"46":{"tf":1.0},"9":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"45":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"16":{"tf":1.0},"7":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":7,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"11":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.4142135623730951},"31":{"tf":1.0},"9":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"16":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"43":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"38":{"tf":1.0},"43":{"tf":1.0}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"df":1,"docs":{"26":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"16":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":8,"docs":{"15":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"39":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"g":{"df":1,"docs":{"34":{"tf":1.0}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":10,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"27":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"36":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"9":{"tf":1.0}}}}}}},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":9,"docs":{"21":{"tf":1.0},"25":{"tf":1.4142135623730951},"36":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.7320508075688772},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"4":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":23,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"11":{"tf":1.0},"13":{"tf":1.4142135623730951},"2":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.7320508075688772},"24":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.4142135623730951},"49":{"tf":1.0},"51":{"tf":2.0},"6":{"tf":1.0},"9":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"5":{"tf":1.0}},"i":{"df":1,"docs":{"16":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"df":8,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"10":{"tf":1.0},"3":{"tf":1.7320508075688772},"34":{"tf":1.0},"36":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"9":{"tf":1.0}}}},"n":{"df":1,"docs":{"5":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"15":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":16,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"36":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.4142135623730951},"5":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.4142135623730951}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"16":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"25":{"tf":1.0},"36":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"46":{"tf":1.0},"48":{"tf":1.0}}}}}},"k":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"\\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":1,"docs":{"43":{"tf":1.0}}},"n":{"c":{"df":3,"docs":{"36":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0}}},"df":5,"docs":{"19":{"tf":1.0},"25":{"tf":1.4142135623730951},"3":{"tf":1.0},"33":{"tf":1.0},"9":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"32":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"11":{"tf":1.0},"20":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.4142135623730951},"3":{"tf":1.0},"34":{"tf":2.23606797749979},"5":{"tf":1.0},"50":{"tf":1.0}}}},"t":{"df":2,"docs":{"15":{"tf":1.0},"5":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"20":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"6":{"tf":1.0}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":7,"docs":{"10":{"tf":1.0},"30":{"tf":1.0},"46":{"tf":1.4142135623730951},"5":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"50":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":9,"docs":{"16":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"5":{"tf":1.0},"6":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"3":{"tf":1.0},"41":{"tf":1.0},"5":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.7320508075688772}}}}}}}}}},"p":{"9":{"5":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"10":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"1":{"tf":1.0},"28":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"27":{"tf":1.0},"4":{"tf":1.0},"51":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":50,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.7320508075688772},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"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.7320508075688772},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"4":{"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.7320508075688772},"48":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.7320508075688772},"9":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"22":{"tf":1.0}}}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":6,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"4":{"tf":2.449489742783178},"48":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":2.449489742783178}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":2.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"28":{"tf":1.0},"34":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":1,"docs":{"6":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"13":{"tf":1.0},"19":{"tf":1.0},"26":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":3,"docs":{"15":{"tf":2.449489742783178},"16":{"tf":1.0},"9":{"tf":1.0}}}}}}}},"df":1,"docs":{"6":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"22":{"tf":1.4142135623730951}}}},"r":{"df":3,"docs":{"15":{"tf":1.0},"18":{"tf":1.0},"27":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"0":{"tf":1.0},"4":{"tf":1.0}}}}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.7320508075688772}}}}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"27":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"10":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"14":{"tf":1.0}}}}}}}},"l":{"a":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":22,"docs":{"1":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":2.0},"29":{"tf":1.4142135623730951},"3":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":2.0},"46":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":2.449489742783178},"7":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"34":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"u":{"df":4,"docs":{"19":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0}},"g":{"df":1,"docs":{"42":{"tf":1.0}},"g":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"12":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"3":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":3,"docs":{"31":{"tf":1.0},"34":{"tf":1.0},"49":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"36":{"tf":1.0},"51":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"16":{"tf":1.7320508075688772},"8":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"4":{"tf":1.0},"41":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"5":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"46":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"28":{"tf":1.4142135623730951},"34":{"tf":2.0},"36":{"tf":1.0},"38":{"tf":1.0}}}}}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"21":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"20":{"tf":1.0},"34":{"tf":1.0}}}},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"40":{"tf":1.0}}}},"t":{"df":3,"docs":{"16":{"tf":1.0},"41":{"tf":1.0},"49":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"28":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":2.0}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.4142135623730951}}}}}},"o":{"b":{"df":0,"docs":{},"e":{"df":8,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"24":{"tf":1.7320508075688772},"33":{"tf":1.0},"43":{"tf":1.4142135623730951},"45":{"tf":1.0},"46":{"tf":1.0},"5":{"tf":1.0}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"11":{"tf":1.0},"30":{"tf":1.0},"4":{"tf":1.0},"9":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":4,"docs":{"0":{"tf":1.0},"14":{"tf":1.0},"40":{"tf":1.0},"50":{"tf":1.0}},"t":{"df":4,"docs":{"21":{"tf":1.0},"36":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":7,"docs":{"11":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"49":{"tf":1.0},"6":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"25":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":6,"docs":{"0":{"tf":1.0},"15":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.4142135623730951},"50":{"tf":1.0},"6":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"43":{"tf":1.0}},"r":{"df":1,"docs":{"34":{"tf":1.0}}}},"i":{"d":{"df":5,"docs":{"31":{"tf":1.0},"34":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"6":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":3,"docs":{"33":{"tf":1.0},"4":{"tf":1.4142135623730951},"6":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"33":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"b":{"df":2,"docs":{"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"0":{"tf":1.0},"51":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"50":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"12":{"tf":1.0},"3":{"tf":1.0}}}}}}}},"q":{"a":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"26":{"tf":1.0}}}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"27":{"tf":1.7320508075688772},"5":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"tf":1.0}}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"(":{"3":{"df":2,"docs":{"18":{"tf":1.0},"20":{"tf":1.0}}},"5":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}},"df":11,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"23":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"5":{"tf":1.0}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}}},"df":2,"docs":{"4":{"tf":2.0},"6":{"tf":3.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"43":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"l":{"df":3,"docs":{"33":{"tf":1.0},"43":{"tf":1.7320508075688772},"44":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"—":{"a":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"22":{"tf":1.0}}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":8,"docs":{"20":{"tf":1.0},"28":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.7320508075688772},"40":{"tf":1.0},"49":{"tf":1.0},"6":{"tf":1.4142135623730951},"9":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"46":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":4,"docs":{"0":{"tf":1.0},"3":{"tf":1.0},"42":{"tf":1.0},"5":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"1":{"tf":1.0},"3":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"5":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"40":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"25":{"tf":1.0}}}}}}}},"v":{"df":1,"docs":{"22":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":4,"docs":{"15":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":13,"docs":{"35":{"tf":1.7320508075688772},"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":2.0},"47":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"0":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"28":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"24":{"tf":1.0}}}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}},"x":{"df":2,"docs":{"33":{"tf":1.0},"34":{"tf":1.0}}}},"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"16":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"14":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"25":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"3":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"24":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"25":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"34":{"tf":1.0},"39":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"36":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":4,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":4,"docs":{"13":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"50":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":7,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"20":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"36":{"tf":1.0},"40":{"tf":1.0},"6":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":5,"docs":{"10":{"tf":1.0},"24":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"36":{"tf":1.0},"4":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":10,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.4142135623730951},"25":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.4142135623730951},"5":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":4,"docs":{"16":{"tf":1.0},"28":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"0":{"tf":1.0},"51":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"15":{"tf":1.0},"39":{"tf":1.0},"46":{"tf":1.7320508075688772},"9":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":3,"docs":{"16":{"tf":1.0},"50":{"tf":1.0},"7":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"41":{"tf":1.0},"7":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"45":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"5":{"tf":1.0},"50":{"tf":1.0}}}}},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":8,"docs":{"0":{"tf":1.0},"20":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.7320508075688772}},"s":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"p":{"c":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"4":{"tf":1.7320508075688772},"43":{"tf":1.7320508075688772},"44":{"tf":1.4142135623730951},"6":{"tf":1.0}}}}}}}}},"df":26,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"11":{"tf":1.7320508075688772},"14":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":2.23606797749979},"32":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":2.449489742783178},"4":{"tf":1.7320508075688772},"40":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.7320508075688772},"5":{"tf":1.7320508075688772},"50":{"tf":1.4142135623730951},"51":{"tf":2.23606797749979},"6":{"tf":2.6457513110645907},"7":{"tf":1.0},"8":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"43":{"tf":1.4142135623730951}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":22,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"28":{"tf":1.7320508075688772},"29":{"tf":2.0},"30":{"tf":1.7320508075688772},"31":{"tf":1.7320508075688772},"32":{"tf":1.7320508075688772},"33":{"tf":1.7320508075688772},"34":{"tf":1.4142135623730951},"36":{"tf":1.0},"4":{"tf":2.23606797749979},"40":{"tf":1.7320508075688772},"46":{"tf":1.7320508075688772},"49":{"tf":1.7320508075688772},"50":{"tf":1.7320508075688772},"51":{"tf":1.0},"6":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951},"9":{"tf":1.0}},"’":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"33":{"tf":1.0}},"{":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"33":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":8,"docs":{"10":{"tf":1.0},"27":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"46":{"tf":1.0},"9":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"33":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"df":13,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"42":{"tf":1.7320508075688772},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"41":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":6,"docs":{"22":{"tf":1.0},"28":{"tf":1.4142135623730951},"46":{"tf":1.0},"50":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"23":{"tf":1.4142135623730951}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"27":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"2":{"df":6,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0}}},"3":{"df":2,"docs":{"22":{"tf":1.0},"25":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.7320508075688772}}}}}}}},"df":0,"docs":{}}}}},"df":30,"docs":{"1":{"tf":1.0},"10":{"tf":1.7320508075688772},"11":{"tf":2.23606797749979},"12":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":2.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"28":{"tf":2.23606797749979},"29":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"36":{"tf":2.6457513110645907},"39":{"tf":1.0},"4":{"tf":1.7320508075688772},"41":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":2.23606797749979},"47":{"tf":1.0},"48":{"tf":1.4142135623730951},"49":{"tf":2.0},"5":{"tf":1.0},"50":{"tf":1.7320508075688772},"51":{"tf":1.4142135623730951},"6":{"tf":2.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":2.23606797749979}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"32":{"tf":1.0},"5":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"a":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"10":{"tf":1.0},"34":{"tf":1.0}}}}}}},"df":1,"docs":{"4":{"tf":1.7320508075688772}},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"16":{"tf":1.0},"26":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"d":{"df":8,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}},"df":4,"docs":{"11":{"tf":1.4142135623730951},"28":{"tf":1.0},"29":{"tf":1.0},"36":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"20":{"tf":1.0},"28":{"tf":1.0}}}},"df":0,"docs":{}},"f":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":3,"docs":{"15":{"tf":1.0},"43":{"tf":1.7320508075688772},"44":{"tf":1.7320508075688772}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"16":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"6":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"4":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"46":{"tf":1.0}},"i":{"c":{"df":4,"docs":{"31":{"tf":1.0},"36":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":8,"docs":{"11":{"tf":1.0},"18":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":1.0},"48":{"tf":1.4142135623730951},"6":{"tf":1.0},"9":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":12,"docs":{"10":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.0},"49":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":17,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"42":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":8,"docs":{"10":{"tf":1.0},"16":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"46":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.7320508075688772}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"0":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0}}}},"w":{"df":4,"docs":{"1":{"tf":1.0},"21":{"tf":1.0},"42":{"tf":1.0},"9":{"tf":1.0}}}}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":11,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"28":{"tf":1.7320508075688772},"34":{"tf":2.0},"40":{"tf":1.0},"5":{"tf":1.4142135623730951},"50":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"18":{"tf":1.4142135623730951},"23":{"tf":1.0},"43":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"22":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":3,"docs":{"31":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0}}}}},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"df":2,"docs":{"23":{"tf":1.7320508075688772},"26":{"tf":1.4142135623730951}},"w":{"df":2,"docs":{"34":{"tf":1.0},"49":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"11":{"tf":1.0},"18":{"tf":1.0},"3":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":5,"docs":{"15":{"tf":1.0},"18":{"tf":1.0},"45":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"3":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":5,"docs":{"14":{"tf":1.0},"20":{"tf":1.0},"34":{"tf":1.0},"48":{"tf":1.0},"6":{"tf":1.0}},"i":{"df":1,"docs":{"11":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":4,"docs":{"16":{"tf":1.0},"29":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"16":{"tf":1.0},"49":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"43":{"tf":1.0}}}}}}},"df":0,"docs":{}},"_":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"44":{"tf":1.0},"6":{"tf":1.0}}}}}}},"df":0,"docs":{}},"d":{"a":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{")":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"_":{"d":{"a":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{"0":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"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":{},"x":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"2":{")":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"2":{"0":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":14,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.7320508075688772},"36":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.7320508075688772}}}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"16":{"tf":1.0},"25":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0}}},"i":{"c":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}}},"y":{"df":7,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.4142135623730951},"50":{"tf":1.0}}}},"d":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{":":{":":{"a":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"43":{"tf":1.0}}},"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":{":":{":":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"_":{"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":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"3":{"0":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":3,"docs":{"15":{"tf":1.0},"26":{"tf":1.0},"34":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"27":{"tf":1.0},"50":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.4142135623730951}},"i":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"27":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"27":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":4,"docs":{"25":{"tf":1.0},"36":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0}}}},"r":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"19":{"tf":1.0},"26":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":2,"docs":{"23":{"tf":1.0},"48":{"tf":1.4142135623730951}}}}}},"u":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"18":{"tf":1.0}}}},"t":{"df":4,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"0":{"tf":1.0},"51":{"tf":1.0}}}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":10,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"32":{"tf":1.0}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"10":{"tf":1.0},"47":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"16":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"26":{"tf":1.7320508075688772}}}}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"49":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":7,"docs":{"14":{"tf":1.4142135623730951},"20":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.4142135623730951}}}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"2":{"0":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":7,"docs":{"11":{"tf":1.0},"23":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.7320508075688772},"5":{"tf":1.0},"50":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"36":{"tf":1.0}}}}},"d":{"df":3,"docs":{"14":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0}}},"df":1,"docs":{"4":{"tf":1.4142135623730951}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":3,"docs":{"16":{"tf":1.0},"3":{"tf":1.4142135623730951},"48":{"tf":1.0}}},"r":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"15":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":19,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.0},"10":{"tf":1.7320508075688772},"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"18":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.7320508075688772},"36":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"49":{"tf":1.0},"5":{"tf":1.7320508075688772},"50":{"tf":1.4142135623730951},"9":{"tf":2.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":9,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"{":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"44":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"43":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"43":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":3,"docs":{"28":{"tf":1.0},"38":{"tf":1.0},"7":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"26":{"tf":1.7320508075688772}},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"e":{"df":12,"docs":{"0":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":1.0},"34":{"tf":1.0},"5":{"tf":1.4142135623730951},"50":{"tf":1.0},"6":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"33":{"tf":1.0},"34":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"14":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"9":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"34":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"27":{"tf":1.0},"5":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":24,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"27":{"tf":2.0},"28":{"tf":1.0},"36":{"tf":2.0},"4":{"tf":2.0},"41":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"46":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.4142135623730951},"5":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.0}},"y":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"g":{"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":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"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":{},"l":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"33":{"tf":1.0},"34":{"tf":1.0},"46":{"tf":1.0},"9":{"tf":1.0}}},"k":{"df":2,"docs":{"26":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":14,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.4142135623730951},"3":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.7320508075688772},"5":{"tf":1.4142135623730951},"51":{"tf":1.0},"6":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"42":{"tf":1.0},"48":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":14,"docs":{"11":{"tf":1.0},"13":{"tf":1.4142135623730951},"15":{"tf":1.0},"18":{"tf":2.23606797749979},"19":{"tf":2.23606797749979},"20":{"tf":1.4142135623730951},"23":{"tf":1.0},"26":{"tf":1.0},"33":{"tf":1.0},"48":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"50":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"2":{"0":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"1":{"6":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"23":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"10":{"tf":1.7320508075688772}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"34":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.7320508075688772}}}}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"16":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":3,"docs":{"16":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"29":{"tf":1.0},"4":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"16":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":1,"docs":{"18":{"tf":1.0}}}},"x":{"df":2,"docs":{"23":{"tf":1.0},"26":{"tf":2.23606797749979}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"29":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"23":{"tf":1.4142135623730951},"24":{"tf":1.0},"3":{"tf":1.4142135623730951},"36":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"44":{"tf":1.0},"49":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":3,"docs":{"22":{"tf":1.0},"38":{"tf":1.0},"46":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"11":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"10":{"tf":1.0}}}},"df":25,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"15":{"tf":1.0},"18":{"tf":1.7320508075688772},"19":{"tf":1.7320508075688772},"20":{"tf":2.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":2.23606797749979},"44":{"tf":1.7320508075688772},"46":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":29,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0},"8":{"tf":1.7320508075688772},"9":{"tf":1.4142135623730951}},"s":{"(":{"4":{"df":2,"docs":{"18":{"tf":1.0},"20":{"tf":1.0}}},"8":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"z":{"df":2,"docs":{"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"45":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"10":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}}},"df":20,"docs":{"0":{"tf":1.4142135623730951},"11":{"tf":1.4142135623730951},"16":{"tf":1.0},"18":{"tf":1.7320508075688772},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"24":{"tf":1.0},"25":{"tf":2.23606797749979},"27":{"tf":1.0},"3":{"tf":1.4142135623730951},"33":{"tf":1.0},"36":{"tf":1.4142135623730951},"38":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"48":{"tf":1.4142135623730951},"5":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.4142135623730951},"7":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"27":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"c":{"!":{"[":{"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":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":1,"docs":{"43":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"5":{"tf":1.0},"50":{"tf":1.0}},"f":{"df":1,"docs":{"7":{"tf":1.0}},"i":{"df":7,"docs":{"14":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"u":{"df":2,"docs":{"23":{"tf":1.0},"7":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":6,"docs":{"10":{"tf":1.0},"14":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.4142135623730951},"6":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"28":{"tf":1.0},"6":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"15":{"tf":1.0},"5":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":12,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.4142135623730951},"50":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":2,"docs":{"4":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"15":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"48":{"tf":1.0},"51":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"49":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":8,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"28":{"tf":1.0},"36":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":5,"docs":{"31":{"tf":1.0},"38":{"tf":1.0},"45":{"tf":1.4142135623730951},"49":{"tf":1.0},"51":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"(":{"0":{".":{".":{"=":{"2":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"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":{"24":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"b":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"22":{"tf":1.0},"25":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"b":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"0":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":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":{"45":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"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":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"2":{"0":{"df":2,"docs":{"20":{"tf":1.0},"23":{"tf":1.0}}},"df":0,"docs":{}},"5":{"0":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}},"8":{"0":{"df":2,"docs":{"25":{"tf":1.0},"26":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"0":{"df":2,"docs":{"18":{"tf":1.0},"24":{"tf":1.0}}},"df":0,"docs":{}},"9":{"0":{"df":2,"docs":{"19":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"(":{"1":{".":{".":{"=":{"4":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"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":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"6":{"0":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"0":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"26":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"26":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"1":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":5,"docs":{"10":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"46":{"tf":1.7320508075688772},"9":{"tf":1.4142135623730951}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":40,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.7320508075688772},"12":{"tf":2.0},"13":{"tf":2.449489742783178},"14":{"tf":2.23606797749979},"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.7320508075688772},"19":{"tf":2.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.7320508075688772},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"36":{"tf":2.23606797749979},"38":{"tf":1.7320508075688772},"39":{"tf":1.0},"4":{"tf":2.449489742783178},"42":{"tf":2.0},"43":{"tf":2.6457513110645907},"44":{"tf":1.4142135623730951},"45":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.7320508075688772},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"6":{"tf":2.6457513110645907},"7":{"tf":1.4142135623730951},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"10":{"tf":1.0},"9":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"22":{"tf":1.0},"24":{"tf":1.0}}}}}}},"x":{"df":2,"docs":{"4":{"tf":1.4142135623730951},"6":{"tf":2.0}}},"y":{"df":0,"docs":{},"e":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"title":{"root":{"2":{"df":1,"docs":{"18":{"tf":1.0}}},"a":{"d":{"df":4,"docs":{"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"21":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"24":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"47":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"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":{"11":{"tf":1.0}}}}}}}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":2,"docs":{"20":{"tf":1.0},"22":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"25":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"33":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"48":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"48":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"46":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"a":{"df":2,"docs":{"19":{"tf":1.0},"26":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"35":{"tf":1.0},"36":{"tf":1.0}}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"l":{"df":1,"docs":{"48":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"17":{"tf":1.0},"21":{"tf":1.0},"42":{"tf":1.0}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":6,"docs":{"12":{"tf":1.0},"14":{"tf":1.0},"33":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}}}}}},"f":{"a":{"df":0,"docs":{},"q":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"37":{"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":{"27":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"51":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}},"i":{"df":1,"docs":{"35":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"46":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"v":{"df":1,"docs":{"47":{"tf":1.0}}}},"k":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"36":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"20":{"tf":1.0}}}}},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"23":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"26":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"36":{"tf":1.0}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"42":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"34":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"2":{"tf":1.0},"35":{"tf":1.0},"47":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"15":{"tf":1.0}}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"o":{"b":{"df":0,"docs":{},"e":{"df":2,"docs":{"24":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"22":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"35":{"tf":1.0},"46":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"l":{"a":{"c":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"25":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"28":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"40":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":5,"docs":{"11":{"tf":1.0},"28":{"tf":1.0},"36":{"tf":1.0},"49":{"tf":1.0},"6":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"18":{"tf":1.0},"43":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"23":{"tf":1.0}}}},"t":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"26":{"tf":1.0}}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}}}}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"27":{"tf":1.0},"41":{"tf":1.0}}}}}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"18":{"tf":1.0},"19":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":1,"docs":{"10":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"x":{"df":1,"docs":{"26":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"18":{"tf":1.0},"25":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"45":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":7,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"lang":"English","pipeline":["trimmer","stopWordFilter","stemmer"],"ref":"id","version":"0.9.5"},"results_options":{"limit_results":30,"teaser_word_count":30},"search_options":{"bool":"OR","expand":true,"fields":{"body":{"boost":1},"breadcrumbs":{"boost":1},"title":{"boost":2}}}}')); \ No newline at end of file diff --git a/docs/searchindex-9e56211f.js b/docs/searchindex-9e56211f.js new file mode 100644 index 0000000..104ce38 --- /dev/null +++ b/docs/searchindex-9e56211f.js @@ -0,0 +1 @@ +window.search = Object.assign(window.search, JSON.parse('{"doc_urls":["project-context-primer.html#project-context-primer","what-you-will-learn.html#what-you-will-learn","part-i.html#part-i--foundations","introduction.html#introduction","architecture-overview.html#architecture-overview","testing-philosophy.html#testing-philosophy","scenario-lifecycle.html#scenario-lifecycle-conceptual","design-rationale.html#design-rationale","part-ii.html#part-ii--user-guide","workspace-layout.html#workspace-layout","annotated-tree.html#annotated-tree","authoring-scenarios.html#authoring-scenarios","workloads.html#core-content-workloads--expectations","workloads.html#workloads","workloads.html#expectations","scenario-builder-ext-patterns.html#core-content-scenariobuilderext-patterns","best-practices.html#best-practices","examples.html#examples","examples.html#simple-2-validator-transaction-workload","examples.html#da--transaction-workload","examples.html#chaos--liveness-check","examples-advanced.html#advanced--artificial-examples","examples-advanced.html#partition-and-recover-chaos","examples-advanced.html#mempool-saturation-slo","examples-advanced.html#api-contract-probe","examples-advanced.html#validator-churn-replacejoin","examples-advanced.html#mixed-da--tx-throughput-sweep","examples-advanced.html#stochastic-topology-generator","running-scenarios.html#running-scenarios","runners.html#runners","runners.html#local-runner","runners.html#docker-compose-runner","runners.html#kubernetes-runner","runners.html#common-expectations","operations.html#operations","part-iii.html#part-iii--developer-reference","scenario-model.html#scenario-model-developer-level","extending.html#extending-the-framework","extending.html#adding-a-workload","extending.html#adding-an-expectation","extending.html#adding-a-runner","extending.html#adding-topology-helpers","node-control.html#node-control--runcontext","node-control.html#accessing-node-control-in-workloadsexpectations","node-control.html#peer-blocking-example","node-control.html#considerations","chaos.html#chaos-workloads","chaos.html#how-it-works","chaos.html#usage","chaos.html#expectations-to-pair","chaos.html#best-practices","custom-workload-example.html#example-new-workload--expectation-rust","custom-workload-example.html#workload-simple-reachability-probe","custom-workload-example.html#expectation-confirm-the-target-stayed-reachable","custom-workload-example.html#how-to-wire-it","internal-crate-reference.html#internal-crate-reference","part-iv.html#part-iv--appendix","dsl-cheat-sheet.html#core-content-dsl-cheat-sheet","troubleshooting.html#troubleshooting-scenarios","faq.html#faq","glossary.html#glossary"],"index":{"documentStore":{"docInfo":{"0":{"body":67,"breadcrumbs":6,"title":3},"1":{"body":26,"breadcrumbs":2,"title":1},"10":{"body":59,"breadcrumbs":8,"title":2},"11":{"body":101,"breadcrumbs":8,"title":2},"12":{"body":18,"breadcrumbs":12,"title":4},"13":{"body":38,"breadcrumbs":9,"title":1},"14":{"body":81,"breadcrumbs":9,"title":1},"15":{"body":84,"breadcrumbs":12,"title":4},"16":{"body":96,"breadcrumbs":8,"title":2},"17":{"body":14,"breadcrumbs":6,"title":1},"18":{"body":49,"breadcrumbs":10,"title":5},"19":{"body":51,"breadcrumbs":8,"title":3},"2":{"body":10,"breadcrumbs":4,"title":2},"20":{"body":61,"breadcrumbs":8,"title":3},"21":{"body":19,"breadcrumbs":10,"title":3},"22":{"body":58,"breadcrumbs":10,"title":3},"23":{"body":58,"breadcrumbs":10,"title":3},"24":{"body":58,"breadcrumbs":10,"title":3},"25":{"body":57,"breadcrumbs":10,"title":3},"26":{"body":69,"breadcrumbs":12,"title":5},"27":{"body":53,"breadcrumbs":10,"title":3},"28":{"body":75,"breadcrumbs":8,"title":2},"29":{"body":20,"breadcrumbs":6,"title":1},"3":{"body":84,"breadcrumbs":4,"title":1},"30":{"body":16,"breadcrumbs":7,"title":2},"31":{"body":23,"breadcrumbs":8,"title":3},"32":{"body":17,"breadcrumbs":7,"title":2},"33":{"body":48,"breadcrumbs":7,"title":2},"34":{"body":135,"breadcrumbs":6,"title":1},"35":{"body":10,"breadcrumbs":8,"title":4},"36":{"body":134,"breadcrumbs":12,"title":4},"37":{"body":0,"breadcrumbs":8,"title":2},"38":{"body":28,"breadcrumbs":8,"title":2},"39":{"body":23,"breadcrumbs":8,"title":2},"4":{"body":170,"breadcrumbs":6,"title":2},"40":{"body":31,"breadcrumbs":8,"title":2},"41":{"body":20,"breadcrumbs":9,"title":3},"42":{"body":28,"breadcrumbs":10,"title":3},"43":{"body":50,"breadcrumbs":11,"title":4},"44":{"body":51,"breadcrumbs":10,"title":3},"45":{"body":32,"breadcrumbs":8,"title":1},"46":{"body":14,"breadcrumbs":8,"title":2},"47":{"body":36,"breadcrumbs":7,"title":1},"48":{"body":37,"breadcrumbs":7,"title":1},"49":{"body":24,"breadcrumbs":8,"title":2},"5":{"body":96,"breadcrumbs":6,"title":2},"50":{"body":26,"breadcrumbs":8,"title":2},"51":{"body":19,"breadcrumbs":14,"title":5},"52":{"body":117,"breadcrumbs":13,"title":4},"53":{"body":64,"breadcrumbs":14,"title":5},"54":{"body":24,"breadcrumbs":10,"title":1},"55":{"body":91,"breadcrumbs":10,"title":3},"56":{"body":10,"breadcrumbs":6,"title":3},"57":{"body":84,"breadcrumbs":11,"title":5},"58":{"body":86,"breadcrumbs":7,"title":2},"59":{"body":99,"breadcrumbs":5,"title":1},"6":{"body":159,"breadcrumbs":8,"title":3},"60":{"body":88,"breadcrumbs":5,"title":1},"7":{"body":68,"breadcrumbs":6,"title":2},"8":{"body":10,"breadcrumbs":8,"title":4},"9":{"body":94,"breadcrumbs":8,"title":2}},"docs":{"0":{"body":"This book focuses on the Nomos Testing Framework. It assumes familiarity with\\nthe Nomos architecture, but for completeness, here is a short primer. Nomos is a modular blockchain protocol composed of validators, executors,\\nand a data-availability (DA) subsystem. Validators participate in consensus and produce blocks. Executors run application logic or off-chain computations referenced by\\nblocks. Data Availability (DA) ensures that data referenced in blocks is\\npublished and retrievable, including blobs or channel data used by workloads. These roles interact tightly, which is why meaningful testing must be performed\\nin multi-node environments that include real networking, timing, and DA\\ninteraction.","breadcrumbs":"Project Context Primer » Project Context Primer","id":"0","title":"Project Context Primer"},"1":{"body":"This book gives you a clear mental model for Nomos multi-node testing, shows how\\nto author scenarios that pair realistic workloads with explicit expectations,\\nand guides you to run them across local, containerized, and cluster environments\\nwithout changing the plan.","breadcrumbs":"What You Will Learn » What You Will Learn","id":"1","title":"What You Will Learn"},"10":{"body":"High-level view of the workspace and how pieces relate: nomos-testing/\\n├─ testing-framework/\\n│ ├─ configs/ # shared configuration helpers\\n│ ├─ core/ # scenario model, runtime, topology\\n│ ├─ workflows/ # workloads, expectations, DSL extensions\\n│ └─ runners/ # local, compose, k8s deployment backends\\n├─ tests/ # integration scenarios using the framework\\n└─ scripts/ # supporting setup utilities (e.g., assets) Each area maps to a responsibility: describe configs, orchestrate scenarios,\\npackage common traffic and assertions, adapt to environments, and demonstrate\\nend-to-end usage.","breadcrumbs":"Part II — User Guide » Annotated Tree » Annotated Tree","id":"10","title":"Annotated Tree"},"11":{"body":"Creating a scenario is a declarative exercise: Shape the topology: decide how many validators and executors to run, and\\nwhat high-level network and data-availability characteristics matter for the\\ntest. Attach workloads: pick traffic generators that align with your goals\\n(transactions, data-availability blobs, or chaos for resilience probes). Define expectations: specify the health signals that must hold when the\\nrun finishes (e.g., consensus liveness, inclusion of submitted activity; see Core Content: Workloads & Expectations). Set duration: choose a run window long enough to observe meaningful\\nblock progression and the effects of your workloads. Choose a runner: target local processes for fast iteration, Docker\\nCompose for reproducible multi-node stacks, or Kubernetes for cluster-grade\\nvalidation. For environment considerations, see Operations. Keep scenarios small and explicit: make the intended behavior and the success\\ncriteria clear so failures are easy to interpret and act upon.","breadcrumbs":"Part II — User Guide » Authoring Scenarios » Authoring Scenarios","id":"11","title":"Authoring Scenarios"},"12":{"body":"Workloads describe the activity a scenario generates; expectations describe the\\nsignals that must hold when that activity completes. Both are pluggable so\\nscenarios stay readable and purpose-driven.","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Core Content: Workloads & Expectations","id":"12","title":"Core Content: Workloads & Expectations"},"13":{"body":"Transaction workload: submits user-level transactions at a configurable\\nrate and can limit how many distinct actors participate. Data-availability workload: drives blob and channel activity to exercise\\ndata-availability paths. Chaos workload: triggers controlled node restarts to test resilience and\\nrecovery behaviors (requires a runner that can control nodes).","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Workloads","id":"13","title":"Workloads"},"14":{"body":"Consensus liveness: verifies the system continues to produce blocks in\\nline with the planned workload and timing window. Workload-specific checks: each workload can attach its own success\\ncriteria (e.g., inclusion of submitted activity) so scenarios remain concise. Together, workloads and expectations let you express both the pressure applied\\nto the system and the definition of “healthy” for that run. Mermaid view (pipeline): flowchart TD I[\\"Inputs: topology + wallets + rates\\"] Init[\\"Workload init\\"] Drive[\\"Drive traffic\\"] Collect[\\"Collect signals\\"] Eval[\\"Expectations evaluate\\"] I --> Init --> Drive --> Collect --> Eval Usage example: use std::time::Duration;\\nuse testing_framework_core::scenario::ScenarioBuilder;\\nuse testing_framework_workflows::{ConsensusLiveness, workloads::transaction}; let plan = ScenarioBuilder::with_node_counts(2, 0) .with_workload(transaction::Workload::default()) .with_expectation(ConsensusLiveness::default()) .with_run_duration(Duration::from_secs(60)) .build();\\n// deploy with your runner of choice and call runner.run(&mut plan)","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Expectations","id":"14","title":"Expectations"},"15":{"body":"Patterns that keep scenarios readable and reusable: Topology-first: start by shaping the cluster (counts, layout) so later\\nsteps inherit a clear foundation. Bundle defaults: use the DSL helpers to attach common expectations (like\\nliveness) whenever you add a matching workload, reducing forgotten checks. Intentional rates: express traffic in per-block terms to align with\\nprotocol timing rather than wall-clock assumptions. Opt-in chaos: enable restart patterns only in scenarios meant to probe\\nresilience; keep functional smoke tests deterministic. Wallet clarity: seed only the number of actors you need; it keeps\\ntransaction scenarios deterministic and interpretable. These patterns make scenario definitions self-explanatory while staying aligned\\nwith the framework’s block-oriented timing model.","breadcrumbs":"Part II — User Guide » Core Content: ScenarioBuilderExt Patterns » Core Content: ScenarioBuilderExt Patterns","id":"15","title":"Core Content: ScenarioBuilderExt Patterns"},"16":{"body":"State your intent: document the goal of each scenario (throughput, DA\\nvalidation, resilience) so expectation choices are obvious. Keep runs meaningful: choose durations that allow multiple blocks and make\\ntiming-based assertions trustworthy. Separate concerns: start with deterministic workloads for functional\\nchecks; add chaos in dedicated resilience scenarios to avoid noisy failures. Reuse patterns: standardize on shared topology and workload presets so\\nresults are comparable across environments and teams. Observe first, tune second: rely on liveness and inclusion signals to\\ninterpret outcomes before tweaking rates or topology. Environment fit: pick runners that match the feedback loop you need—local\\nfor speed, compose for reproducible stacks, k8s for cluster-grade fidelity. Minimal surprises: seed only necessary wallets and keep configuration\\ndeltas explicit when moving between CI and developer machines.","breadcrumbs":"Part II — User Guide » Best Practices » Best Practices","id":"16","title":"Best Practices"},"17":{"body":"Concrete scenario shapes that illustrate how to combine topologies, workloads,\\nand expectations. Adjust counts, rates, and durations to fit your environment.","breadcrumbs":"Part II — User Guide » Examples » Examples","id":"17","title":"Examples"},"18":{"body":"Topology: two validators. Workload: transaction submissions at a modest per-block rate with a small\\nset of wallet actors. Expectations: consensus liveness and inclusion of submitted activity. When to use: smoke tests for consensus and transaction flow on minimal\\nhardware. Setup (Rust): use std::time::Duration;\\nuse testing_framework_core::scenario::ScenarioBuilder; let plan = ScenarioBuilder::with_node_counts(2, 0) .transactions() .rate(3) .users(4) .apply() .with_run_duration(Duration::from_secs(60)) .expect_consensus_liveness() .build();\\n// deploy with your runner of choice (local/compose/k8s) and run","breadcrumbs":"Part II — User Guide » Examples » Simple 2-validator transaction workload","id":"18","title":"Simple 2-validator transaction workload"},"19":{"body":"Topology: validators plus executors if available. Workloads: data-availability blobs/channels and transactions running\\ntogether to stress both paths. Expectations: consensus liveness and workload-level inclusion/availability\\nchecks. When to use: end-to-end coverage of transaction and DA layers in one run. Setup (Rust): use std::time::Duration;\\nuse testing_framework_core::scenario::ScenarioBuilder; let plan = ScenarioBuilder::with_node_counts(2, 1) .transactions() .rate(5) .users(8) .apply() .da() .channel_rate(1) .blob_rate(1) .apply() .with_run_duration(Duration::from_secs(90)) .expect_consensus_liveness() .build();","breadcrumbs":"Part II — User Guide » Examples » DA + transaction workload","id":"19","title":"DA + transaction workload"},"2":{"body":"Conceptual chapters that establish the mental model for the framework and how\\nit approaches multi-node testing.","breadcrumbs":"Part I — Foundations » Part I — Foundations","id":"2","title":"Part I — Foundations"},"20":{"body":"Topology: validators (optionally executors) with node control enabled. Workloads: baseline traffic (transactions or DA) plus chaos restarts on\\nselected roles. Expectations: consensus liveness to confirm the system keeps progressing\\ndespite restarts; workload-specific inclusion if traffic is present. When to use: resilience validation and operational readiness drills. Setup (Rust): use std::time::Duration;\\nuse testing_framework_core::scenario::ScenarioBuilder;\\nuse testing_framework_workflows::workloads::transaction; let plan = ScenarioBuilder::with_node_counts(2, 1) .enable_node_control() .transactions() .rate(3) .users(4) .apply() .chaos_random_restart() .min_delay(Duration::from_secs(45)) .max_delay(Duration::from_secs(75)) .target_cooldown(Duration::from_secs(120)) .apply() .with_run_duration(Duration::from_secs(120)) .expect_consensus_liveness() .build();","breadcrumbs":"Part II — User Guide » Examples » Chaos + liveness check","id":"20","title":"Chaos + liveness check"},"21":{"body":"These illustrative scenarios stretch the framework to show how to build new\\nworkloads, expectations, deployers, and topology tricks. They are intentionally\\n“synthetic” to teach capabilities rather than prescribe production tests.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Advanced & Artificial Examples","id":"21","title":"Advanced & Artificial Examples"},"22":{"body":"Idea: induce a partial partition between nodes (e.g., block a subset of peers) mid-run, then heal it, to verify recovery and catch-up. Demonstrates: using node control/peer blocking to simulate partitions and asserting liveness plus height convergence afterward. Shape: a custom workload that blocks/unblocks peers; an expectation that all nodes reach the same height after healing. Setup (Rust): use testing_framework_core::scenario::ScenarioBuilder;\\n// PartitionChaosWorkload and HeightConvergenceExpectation are custom components you write. let plan = ScenarioBuilder::with_node_counts(3, 0) .enable_node_control() .with_workload(PartitionChaosWorkload::new().duration(Duration::from_secs(60))) .with_expectation(HeightConvergenceExpectation::new()) .with_run_duration(Duration::from_secs(150)) .build();","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Partition-and-Recover Chaos","id":"22","title":"Partition-and-Recover Chaos"},"23":{"body":"Idea: drive a high transaction rate to create backpressure and assert inclusion latency stays under a target budget. Demonstrates: SLO-style expectations (e.g., p95 inclusion time) under load, beyond simple liveness. Shape: high-rate tx workload plus an expectation that measures inclusion delay versus a threshold. Setup (Rust): use std::time::Duration;\\nuse testing_framework_core::scenario::ScenarioBuilder;\\n// HighRateTxWorkload drives load; InclusionSLOExpectation measures latency. let plan = ScenarioBuilder::with_node_counts(2, 1) .transactions().rate(20).users(16).apply() .with_expectation(InclusionSLOExpectation::with_budget(Duration::from_secs(10))) .with_run_duration(Duration::from_secs(120)) .build();","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Mempool Saturation SLO","id":"23","title":"Mempool Saturation SLO"},"24":{"body":"Idea: repeatedly hit node HTTP/RPC endpoints with schema-aware checks to ensure responses stay well-formed and timely under load. Demonstrates: validating external contract stability (shape + latency) while workloads run; catching regressions in public-facing APIs. Shape: custom probe workload that polls endpoints; expectation that enforces response codes/fields and latency bands. Setup (Rust): use testing_framework_core::scenario::ScenarioBuilder;\\n// ApiProbeWorkload and ApiContractExpectation are custom components you write. let plan = ScenarioBuilder::with_node_counts(2, 1) .with_workload(ApiProbeWorkload::new().endpoint(\\"/health\\").p95_latency(Duration::from_millis(500))) .with_expectation(ApiContractExpectation::default()) .with_run_duration(Duration::from_secs(60)) .build();","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » API Contract Probe","id":"24","title":"API Contract Probe"},"25":{"body":"Idea: remove a validator and add a new one mid-run (or restart with a new key) to verify the cluster reconfigures and maintains progress. Demonstrates: handling validator churn and ensuring consensus/height convergence after membership changes. Shape: custom workload that stops one validator and starts another; expectation that heights converge and no prolonged stalls occur. Setup (Rust): use testing_framework_core::scenario::ScenarioBuilder;\\n// ValidatorChurnWorkload manages stop/start; HeightConvergenceExpectation checks final state. let plan = ScenarioBuilder::with_node_counts(3, 0) .enable_node_control() .with_workload(ValidatorChurnWorkload::new().replace_after(Duration::from_secs(45))) .with_expectation(HeightConvergenceExpectation::new()) .with_run_duration(Duration::from_secs(180)) .build();","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Validator Churn (Replace/Join)","id":"25","title":"Validator Churn (Replace/Join)"},"26":{"body":"Idea: sweep transaction and DA blob rates upward in steps to identify throughput limits and where inclusion/availability SLOs start failing. Demonstrates: combined-path stress (tx + DA) with SLO-based expectations on inclusion and DA responsiveness. Shape: workload that increases rates every N seconds; expectation that tracks inclusion latency and DA API health within budgets. Setup (Rust): use testing_framework_core::scenario::ScenarioBuilder;\\n// ThroughputSweepWorkload ramps tx + DA; CombinedSLOExpectation enforces budgets. let plan = ScenarioBuilder::with_node_counts(2, 1) .with_workload(ThroughputSweepWorkload::new() .start_tx_rate(2).end_tx_rate(20) .start_da_rate(1).end_da_rate(10) .step_duration(Duration::from_secs(30))) .with_expectation(CombinedSLOExpectation::with_budgets( Duration::from_secs(10), // tx inclusion Duration::from_secs(5), // DA responsiveness )) .with_run_duration(Duration::from_secs(180)) .build();","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Mixed DA + Tx Throughput Sweep","id":"26","title":"Mixed DA + Tx Throughput Sweep"},"27":{"body":"Idea: topology parameters change at runtime (random validators, DA\\nsettings, network shapes). Demonstrates: randomized property testing and fuzzing approaches to\\ntopology building. Shape: pick roles and network layouts randomly per run; keep expectations\\ntolerant to variability while still asserting core liveness. Setup (Rust): use testing_framework_core::scenario::ScenarioBuilder;\\n// StochasticTopologyBuilder wraps ScenarioBuilder to randomize counts/layout. let plan = StochasticTopologyBuilder::new() .with_validator_range(1..=4) .with_executor_range(0..=2) .with_random_layouts() .finish() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(90)) .build();","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Stochastic Topology Generator","id":"27","title":"Stochastic Topology Generator"},"28":{"body":"Running a scenario follows the same conceptual flow regardless of environment: Select or author a scenario plan that pairs a topology with workloads,\\nexpectations, and a suitable run window. Choose a runner aligned with your environment (local, compose, or k8s) and\\nensure its prerequisites are available. Deploy the plan through the runner; wait for readiness signals before\\nstarting workloads. Let workloads drive activity for the planned duration; keep observability\\nsignals visible so you can correlate outcomes. Evaluate expectations and capture results as the primary pass/fail signal. Use the same plan across different runners to compare behavior between local\\ndevelopment and CI or cluster settings. For environment prerequisites and\\nflags, see Operations.","breadcrumbs":"Part II — User Guide » Running Scenarios » Running Scenarios","id":"28","title":"Running Scenarios"},"29":{"body":"Runners turn a scenario plan into a live environment while keeping the plan\\nunchanged. Choose based on feedback speed, reproducibility, and fidelity. For\\nenvironment and operational considerations, see Operations:","breadcrumbs":"Part II — User Guide » Runners » Runners","id":"29","title":"Runners"},"3":{"body":"The Nomos Testing Framework is a purpose-built toolkit for exercising Nomos in\\nrealistic, multi-node environments. It solves the gap between small, isolated\\ntests and full-system validation by letting teams describe a cluster layout,\\ndrive meaningful traffic, and assert the outcomes in one coherent plan. It is for protocol engineers, infrastructure operators, and QA teams who need\\nrepeatable confidence that validators, executors, and data-availability\\ncomponents work together under network and timing constraints. Multi-node integration testing is required because many Nomos behaviors—block\\nprogress, data availability, liveness under churn—only emerge when several\\nroles interact over real networking and time. This framework makes those checks\\ndeclarative, observable, and portable across environments.","breadcrumbs":"Part I — Foundations » Introduction » Introduction","id":"3","title":"Introduction"},"30":{"body":"Launches node processes directly on the host. Fastest feedback loop and minimal orchestration overhead. Best for development-time iteration and debugging.","breadcrumbs":"Part II — User Guide » Runners » Local runner","id":"30","title":"Local runner"},"31":{"body":"Starts nodes in containers to provide a reproducible multi-node stack on a\\nsingle machine. Discovers service ports and wires observability for convenient inspection. Good balance between fidelity and ease of setup.","breadcrumbs":"Part II — User Guide » Runners » Docker Compose runner","id":"31","title":"Docker Compose runner"},"32":{"body":"Deploys nodes onto a cluster for higher-fidelity, longer-running scenarios. Suits CI or shared environments where cluster behavior and scheduling matter.","breadcrumbs":"Part II — User Guide » Runners » Kubernetes runner","id":"32","title":"Kubernetes runner"},"33":{"body":"All runners require at least one validator and, for transaction scenarios,\\naccess to seeded wallets. Readiness probes gate workload start so traffic begins only after nodes are\\nreachable. Environment flags can relax timeouts or increase tracing when diagnostics are\\nneeded. Mermaid view (runner abstraction): flowchart TD Plan[Scenario Plan] --> RunSel{Runner (local | compose | k8s)} RunSel --> Provision[Provision & readiness] Provision --> Runtime[Runtime + observability] Runtime --> Exec[Workloads & Expectations execute]","breadcrumbs":"Part II — User Guide » Runners » Common expectations","id":"33","title":"Common expectations"},"34":{"body":"Operational readiness focuses on prerequisites, environment fit, and clear\\nsignals: Prerequisites: keep a sibling nomos-node checkout available; ensure the\\nchosen runner’s platform needs are met (local binaries for host runs, Docker\\nfor compose, cluster access for k8s). Artifacts: some scenarios depend on prover or circuit assets; fetch them\\nahead of time with the provided helper scripts when needed. Environment flags: use slow-environment toggles to relax timeouts, enable\\ntracing when debugging, and adjust observability ports to avoid clashes. Readiness checks: verify runners report node readiness before starting\\nworkloads; this avoids false negatives from starting too early. Failure triage: map failures to missing prerequisites (wallet seeding,\\nnode control availability), runner platform issues, or unmet expectations.\\nStart with liveness signals, then dive into workload-specific assertions. Treat operational hygiene—assets present, prerequisites satisfied, observability\\nreachable—as the first step to reliable scenario outcomes. Mermaid view (metrics/observability flow): flowchart TD Expose[Runner exposes endpoints/ports] --> Collect[Runtime collects block/health signals] Collect --> Consume[Expectations consume signals and decide pass/fail] Consume --> Inspect[Operators inspect logs/metrics when failures arise]","breadcrumbs":"Part II — User Guide » Operations » Operations","id":"34","title":"Operations"},"35":{"body":"Deep dives for contributors who extend the framework, evolve its abstractions,\\nor maintain the crate set.","breadcrumbs":"Part III — Developer Reference » Part III — Developer Reference","id":"35","title":"Part III — Developer Reference"},"36":{"body":"The scenario model defines clear, composable responsibilities: Topology: a declarative description of the cluster—how many nodes, their\\nroles, and the broad network and data-availability characteristics. Validators\\nrun the nomos-node binary (consensus/block production); executors run the nomos-executor binary (consensus-aware executor service stack). The topology\\nrepresents the intended shape of the system under test. Scenario: a plan combining topology, workloads, expectations, and a run\\nwindow. Building a scenario validates prerequisites (like seeded wallets) and\\nensures the run lasts long enough to observe meaningful block progression. Workloads: asynchronous tasks that generate traffic or conditions. They\\nuse shared context to interact with the deployed cluster and may bundle\\ndefault expectations. Expectations: post-run assertions. They can capture baselines before\\nworkloads start and evaluate success once activity stops. Runtime: coordinates workloads and expectations for the configured\\nduration, enforces cooldowns when control actions occur, and ensures cleanup\\nso runs do not leak resources. Developers extending the model should keep these boundaries strict: topology\\ndescribes, scenarios assemble, runners deploy, workloads drive, and expectations\\njudge outcomes. For guidance on adding new capabilities, see Extending the Framework.","breadcrumbs":"Part III — Developer Reference » Scenario Model (Developer Level) » Scenario Model (Developer Level)","id":"36","title":"Scenario Model (Developer Level)"},"37":{"body":"","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Extending the Framework","id":"37","title":"Extending the Framework"},"38":{"body":"Implement the workload contract: provide a name, optional bundled expectations, validate prerequisites up front, and drive asynchronous activity against the deployed cluster. Export it through the workflows layer and consider adding DSL helpers for ergonomic wiring.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding a workload","id":"38","title":"Adding a workload"},"39":{"body":"Implement the expectation contract: capture baselines if needed and evaluate outcomes after workloads finish; report meaningful errors to aid debugging. Expose reusable expectations from the workflows layer so scenarios can attach them declaratively.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding an expectation","id":"39","title":"Adding an expectation"},"4":{"body":"The framework follows a clear flow: Topology → Scenario → Deployer → Runner → Workloads → Expectations. Topology describes the cluster: how many nodes, their roles, and the high-level network and data-availability parameters they should follow. Scenario combines that topology with the activities to run and the checks to perform, forming a single plan. Deployer turns the plan into a concrete environment on the chosen backend (local processes, Docker Compose, or Kubernetes). Runner is shared across deployers; it drives workloads and expectations using the provided runtime context. Workloads generate traffic and conditions that exercise the system. Expectations observe the run and judge success or failure once activity completes. The deployer supplies a RunContext (clients, metrics, optional NodeControlHandle) that the runner and workloads/expectations share; it carries the runtime view and control hooks for the deployed cluster. The optional NodeControlHandle lets the runner (and chaos workloads) restart or manage nodes in the deployed environment. Mermaid view: sequenceDiagram participant T as Topology (shape cluster) participant S as Scenario (plan) participant D as Deployer (provision env) participant R as Runner (drive with RunContext) participant W as Workloads (drive traffic) participant X as Expectations (verify outcomes) T->>S: describe roles/params S->>D: hand plan D->>R: provision + provide RunContext R->>W: start workloads with context R->>X: evaluate outcomes after run Each layer has a narrow responsibility so that cluster shape, deployment choice,\\ntraffic generation, and health checks can evolve independently while fitting\\ntogether predictably.","breadcrumbs":"Part I — Foundations » Architecture Overview » Architecture Overview","id":"4","title":"Architecture Overview"},"40":{"body":"Implement the deployer contract for the target backend, producing a runtime context with client access, metrics endpoints, and optional node control. Preserve cleanup guarantees so resources are reclaimed even when runs fail; mirror readiness and observation signals used by existing runners for consistency.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding a runner","id":"40","title":"Adding a runner"},"41":{"body":"Extend the topology description with new layouts or presets while keeping defaults safe and predictable; favor declarative inputs over ad hoc logic so scenarios stay reviewable.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding topology helpers","id":"41","title":"Adding topology helpers"},"42":{"body":"The deployer supplies a RunContext that workloads and expectations share. It\\nprovides: Topology descriptors ( GeneratedTopology) Client handles ( NodeClients / ClusterClient) for HTTP/RPC calls Metrics ( RunMetrics, Metrics) and block feed Optional NodeControlHandle for managing nodes (restart, block/unblock peers)","breadcrumbs":"Part III — Developer Reference » Node Control & RunContext » Node Control & RunContext","id":"42","title":"Node Control & RunContext"},"43":{"body":"Check for control support and use it conditionally: use testing_framework_core::scenario::{Expectation, RunContext, Workload}; struct RestartWorkload; impl Workload for RestartWorkload { fn name(&self) -> &\'static str { \\"restart_workload\\" } async fn start(&self, ctx: &RunContext) -> Result<(), Box> { if let Some(control) = ctx.node_control() { // Restart the first validator (index 0) if supported. control.restart_validator(0).await?; } Ok(()) }\\n} When chaos workloads need control, require enable_node_control() in the\\nscenario builder and deploy with a runner that supports it.","breadcrumbs":"Part III — Developer Reference » Node Control & RunContext » Accessing node control in workloads/expectations","id":"43","title":"Accessing node control in workloads/expectations"},"44":{"body":"Some runners expose peer management through NodeControlHandle. A simple\\nexpectation could block/unblock a peer to simulate isolation: struct PeerBlockExpectation; impl Expectation for PeerBlockExpectation { fn name(&self) -> &str { \\"peer_block_test\\" } async fn evaluate(&mut self, ctx: &RunContext) -> Result<(), Box> { let Some(control) = ctx.node_control() else { return Err(\\"node control not available\\".into()); }; // Block peer on validator 0 control.block_peer(0, \\"peer-id\\".to_string()).await?; // ... perform checks ... control.unblock_peer(0, \\"peer-id\\".to_string()).await?; Ok(()) }\\n}","breadcrumbs":"Part III — Developer Reference » Node Control & RunContext » Peer blocking example","id":"44","title":"Peer blocking example"},"45":{"body":"Always guard control usage: not all runners expose NodeControlHandle. Treat control as best-effort: failures should surface as test failures, but\\nworkloads should degrade gracefully when control is absent. Combine control actions with expectations (e.g., restart then assert height\\nconvergence) to keep scenarios meaningful.","breadcrumbs":"Part III — Developer Reference » Node Control & RunContext » Considerations","id":"45","title":"Considerations"},"46":{"body":"Chaos in the framework uses node control to introduce failures and validate\\nrecovery. The built-in restart workload lives in testing_framework_workflows::workloads::chaos::RandomRestartWorkload.","breadcrumbs":"Part III — Developer Reference » Chaos Workloads » Chaos Workloads","id":"46","title":"Chaos Workloads"},"47":{"body":"Requires NodeControlCapability ( enable_node_control() in the scenario\\nbuilder) and a runner that provides a NodeControlHandle. Randomly selects nodes (validators, executors) to restart based on your\\ninclude/exclude flags. Respects min/max delay between restarts and a target cooldown to avoid\\nflapping the same node too frequently. Runs alongside other workloads; expectations should account for the added\\ndisruption.","breadcrumbs":"Part III — Developer Reference » Chaos Workloads » How it works","id":"47","title":"How it works"},"48":{"body":"use std::time::Duration;\\nuse testing_framework_core::scenario::ScenarioBuilder;\\nuse testing_framework_workflows::workloads::chaos::RandomRestartWorkload; let plan = ScenarioBuilder::with_node_counts(2, 1) .enable_node_control() .with_workload( RandomRestartWorkload::new( Duration::from_secs(45), // min delay Duration::from_secs(75), // max delay Duration::from_secs(120), // target cooldown true, // include validators true, // include executors ) ) .expect_consensus_liveness() .with_run_duration(Duration::from_secs(150)) .build();\\n// deploy with a runner that supports node control and run the scenario","breadcrumbs":"Part III — Developer Reference » Chaos Workloads » Usage","id":"48","title":"Usage"},"49":{"body":"Consensus liveness: ensure blocks keep progressing despite restarts. Height convergence: optionally check all nodes converge after the chaos\\nwindow. Any workload-specific inclusion checks if you’re also driving tx/DA traffic.","breadcrumbs":"Part III — Developer Reference » Chaos Workloads » Expectations to pair","id":"49","title":"Expectations to pair"},"5":{"body":"Declarative over imperative: describe the desired cluster shape, traffic, and success criteria; let the framework orchestrate the run. Observable health signals: prefer liveness and inclusion signals that reflect real user impact instead of internal debug state. Determinism first: default scenarios aim for repeatable outcomes with fixed topologies and traffic rates; variability is opt-in. Targeted non-determinism: introduce randomness (e.g., restarts) only when probing resilience or operational robustness. Protocol time, not wall time: reason in blocks and protocol-driven intervals to reduce dependence on host speed or scheduler noise. Minimum run window: always allow enough block production to make assertions meaningful; very short runs risk false confidence. Use chaos with intent: chaos workloads are for recovery and fault-tolerance validation, not for baseline functional checks.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Testing Philosophy","id":"5","title":"Testing Philosophy"},"50":{"body":"Keep delays/cooldowns realistic; avoid back-to-back restarts that would never\\nhappen in production. Limit chaos scope: toggle validators vs executors based on what you want to\\ntest. Combine with observability: monitor metrics/logs to explain failures.","breadcrumbs":"Part III — Developer Reference » Chaos Workloads » Best practices","id":"50","title":"Best practices"},"51":{"body":"A minimal, end-to-end illustration of adding a custom workload and matching\\nexpectation. This shows the shape of the traits and where to plug into the\\nframework; expand the logic to fit your real test.","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Example: New Workload & Expectation (Rust)","id":"51","title":"Example: New Workload & Expectation (Rust)"},"52":{"body":"Key ideas: name: identifies the workload in logs. expectations: workloads can bundle defaults so callers don’t forget checks. init: derive inputs from the generated topology (e.g., pick a target node). start: drive async activity using the shared RunContext. use std::sync::Arc;\\nuse async_trait::async_trait;\\nuse testing_framework_core::scenario::{ DynError, Expectation, RunContext, RunMetrics, Workload,\\n};\\nuse testing_framework_core::topology::GeneratedTopology; pub struct ReachabilityWorkload { target_idx: usize, bundled: Vec>,\\n} impl ReachabilityWorkload { pub fn new(target_idx: usize) -> Self { Self { target_idx, bundled: vec![Box::new(ReachabilityExpectation::new(target_idx))], } }\\n} #[async_trait]\\nimpl Workload for ReachabilityWorkload { fn name(&self) -> &\'static str { \\"reachability_workload\\" } fn expectations(&self) -> Vec> { self.bundled.clone() } fn init( &mut self, topology: &GeneratedTopology, _metrics: &RunMetrics, ) -> Result<(), DynError> { if topology.validators().get(self.target_idx).is_none() { return Err(\\"no validator at requested index\\".into()); } Ok(()) } async fn start(&self, ctx: &RunContext) -> Result<(), DynError> { let client = ctx .clients() .validators() .get(self.target_idx) .ok_or(\\"missing target client\\")?; // Pseudo-action: issue a lightweight RPC to prove reachability. client.health_check().await.map_err(|e| e.into()) }\\n}","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Workload: simple reachability probe","id":"52","title":"Workload: simple reachability probe"},"53":{"body":"Key ideas: start_capture: snapshot baseline if needed (not used here). evaluate: assert the condition after workloads finish. use async_trait::async_trait;\\nuse testing_framework_core::scenario::{DynError, Expectation, RunContext}; pub struct ReachabilityExpectation { target_idx: usize,\\n} impl ReachabilityExpectation { pub fn new(target_idx: usize) -> Self { Self { target_idx } }\\n} #[async_trait]\\nimpl Expectation for ReachabilityExpectation { fn name(&self) -> &str { \\"target_reachable\\" } async fn evaluate(&mut self, ctx: &RunContext) -> Result<(), DynError> { let client = ctx .clients() .validators() .get(self.target_idx) .ok_or(\\"missing target client\\")?; client.health_check().await.map_err(|e| { format!(\\"target became unreachable during run: {e}\\").into() }) }\\n}","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Expectation: confirm the target stayed reachable","id":"53","title":"Expectation: confirm the target stayed reachable"},"54":{"body":"Build your scenario as usual and call .with_workload(ReachabilityWorkload::new(0)). The bundled expectation is attached automatically; you can add more with .with_expectation(...) if needed. Keep the logic minimal and fast for smoke tests; grow it into richer probes\\nfor deeper scenarios.","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » How to wire it","id":"54","title":"How to wire it"},"55":{"body":"High-level roles of the crates that make up the framework: Configs: prepares reusable configuration primitives for nodes, networking,\\ntracing, data availability, and wallets, shared by all scenarios and runners. Core scenario orchestration: houses the topology and scenario model,\\nruntime coordination, node clients, and readiness/health probes. Workflows: packages workloads and expectations into reusable building\\nblocks and offers a fluent DSL to assemble them. Runners: implements deployment backends (local host, Docker Compose,\\nKubernetes) that all consume the same scenario plan. Test workflows: example scenarios and integration checks that exercise the\\nframework end to end and serve as living documentation. Use this map to locate where to add new capabilities: configuration primitives\\nin configs, orchestration changes in core, reusable traffic/assertions in\\nworkflows, environment adapters in runners, and demonstrations in tests.","breadcrumbs":"Part III — Developer Reference » Internal Crate Reference » Internal Crate Reference","id":"55","title":"Internal Crate Reference"},"56":{"body":"Quick-reference material and supporting guidance to keep scenarios discoverable,\\ndebuggable, and consistent.","breadcrumbs":"Part IV — Appendix » Part IV — Appendix","id":"56","title":"Part IV — Appendix"},"57":{"body":"The framework offers a fluent builder style to keep scenarios readable. Common\\nknobs: Topology shaping: set validator and executor counts, pick a network layout\\nstyle, and adjust high-level data-availability traits. Wallet seeding: define how many users participate and the total funds\\navailable for transaction workloads. Workload tuning: configure transaction rates, data-availability channel\\nand blob rates, and whether chaos restarts should include validators,\\nexecutors, or both. Expectations: attach liveness and workload-specific checks so success is\\nexplicit. Run window: set a minimum duration long enough for multiple blocks to be\\nobserved and verified. Use these knobs to express intent clearly, keeping scenario definitions concise\\nand consistent across teams.","breadcrumbs":"Part IV — Appendix » DSL Cheat Sheet » Core Content: DSL Cheat Sheet","id":"57","title":"Core Content: DSL Cheat Sheet"},"58":{"body":"Common symptoms and likely causes: No or slow block progression: runner started workloads before readiness, insufficient run window, or environment too slow—extend duration or enable slow-environment tuning. Transactions not included: missing or insufficient wallet seeding, misaligned transaction rate with block cadence, or network instability—reduce rate and verify wallet setup. Chaos stalls the run: node control not available for the chosen runner or restart cadence too aggressive—enable control capability and widen restart intervals. Observability gaps: metrics or logs unreachable because ports clash or services are not exposed—adjust observability ports and confirm runner wiring. Flaky behavior across runs: mixing chaos with functional smoke tests or inconsistent topology between environments—separate deterministic and chaos scenarios and standardize topology presets.","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Troubleshooting Scenarios","id":"58","title":"Troubleshooting Scenarios"},"59":{"body":"Why block-oriented timing? Using block cadence reduces dependence on host speed and keeps assertions aligned with protocol behavior. Can I reuse the same scenario across runners? Yes. The plan stays the same; swap runners (local, compose, k8s) to target different environments. When should I enable chaos workloads? Only when testing resilience or operational recovery; keep functional smoke tests deterministic. How long should runs be? Long enough for multiple blocks so liveness and inclusion checks are meaningful; very short runs risk false confidence. Do I always need seeded wallets? Only for transaction scenarios. Data-availability or pure chaos scenarios may not require them, but liveness checks still need validators producing blocks. What if expectations fail but workloads “look fine”? Trust expectations first—they capture the intended success criteria. Use the observability signals and runner logs to pinpoint why the system missed the target.","breadcrumbs":"Part IV — Appendix » FAQ » FAQ","id":"59","title":"FAQ"},"6":{"body":"Build the plan: Declare a topology, attach workloads and expectations, and set the run window. The plan is the single source of truth for what will happen. Deploy: Hand the plan to a runner. It provisions the environment on the chosen backend and waits for nodes to signal readiness. Drive workloads: Start traffic and behaviors (transactions, data-availability activity, restarts) for the planned duration. Observe blocks and signals: Track block progression and other high-level metrics during or after the run window to ground assertions in protocol time. Evaluate expectations: Once activity stops (and optional cooldown completes), check liveness and workload-specific outcomes to decide pass or fail. Cleanup: Tear down resources so successive runs start fresh and do not inherit leaked state. Mermaid view (sequence): sequenceDiagram participant P as Plan (topology + workloads + expectations) participant D as Deployer (provision & readiness) participant R as Runner (orchestrate run) participant X as Expectations (baseline + evaluation) participant W as Workloads (drive traffic) participant C as Cleanup P->>D: hand scenario plan D->>R: provision env + provide RunContext R->>X: start_capture baseline R->>W: start workloads for run window R-->>X: consume signals during run (block feed/metrics) R-->>R: observe blocks/metrics during run R->>X: evaluate expectations after workloads R->>C: cleanup resources","breadcrumbs":"Part I — Foundations » Scenario Lifecycle (Conceptual) » Scenario Lifecycle (Conceptual)","id":"6","title":"Scenario Lifecycle (Conceptual)"},"60":{"body":"Validator: node role that runs the nomos-node binary for consensus and\\nblock production. Executor: node role that runs the nomos-executor binary, participates in\\nconsensus, and executes the executor service stack (including its own\\nmempool/topic wiring). DA (Data Availability): subsystem ensuring blobs or channel data are\\npublished and retrievable for validation. Workload: traffic or behavior generator that exercises the system during a\\nscenario run. Expectation: post-run assertion that judges whether the system met the\\nintended success criteria. Topology: declarative description of the cluster shape, roles, and\\nhigh-level parameters for a scenario. Blockfeed: stream of block observations used for liveness or inclusion\\nsignals during a run. Control capability: the ability for a runner to start, stop, or restart\\nnodes, used by chaos workloads.","breadcrumbs":"Part IV — Appendix » Glossary » Glossary","id":"60","title":"Glossary"},"7":{"body":"Modular crates keep configuration, orchestration, workloads, and runners decoupled so each can evolve without breaking the others. Pluggable runners let the same scenario run on a laptop, a Docker host, or a Kubernetes cluster, making validation portable across environments. Separated workloads and expectations clarify intent: what traffic to generate versus how to judge success. This simplifies review and reuse. Declarative topology makes cluster shape explicit and repeatable, reducing surprise when moving between CI and developer machines. Maintainability through predictability: a clear flow from plan to deployment to verification lowers the cost of extending the framework and interpreting failures.","breadcrumbs":"Part I — Foundations » Design Rationale » Design Rationale","id":"7","title":"Design Rationale"},"8":{"body":"Practical guidance for shaping scenarios, combining workloads and expectations,\\nand running them across different environments.","breadcrumbs":"Part II — User Guide » Part II — User Guide","id":"8","title":"Part II — User Guide"},"9":{"body":"The workspace focuses on multi-node integration testing and sits alongside a nomos-node checkout. Its crates separate concerns to keep scenarios\\nrepeatable and portable: Configs: prepares high-level node, network, tracing, and wallet settings\\nused across test environments. Core scenario orchestration: the engine that holds topology descriptions,\\nscenario plans, runtimes, workloads, and expectations. Workflows: ready-made workloads (transactions, data-availability, chaos)\\nand reusable expectations assembled into a user-facing DSL. Runners: deployment backends for local processes, Docker Compose, and\\nKubernetes, all consuming the same scenario plan. Test workflows: example scenarios and integration checks that show how\\nthe pieces fit together. This split keeps configuration, orchestration, reusable traffic patterns, and\\ndeployment adapters loosely coupled while sharing one mental model for tests.","breadcrumbs":"Part II — User Guide » Workspace Layout » Workspace Layout","id":"9","title":"Workspace Layout"}},"length":61,"save":true},"fields":["title","body","breadcrumbs"],"index":{"body":{"root":{"0":{"df":6,"docs":{"14":{"tf":1.0},"18":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0}}},"1":{"df":6,"docs":{"19":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"48":{"tf":1.0}}},"2":{"df":1,"docs":{"18":{"tf":1.0}}},"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"60":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"33":{"tf":1.0},"35":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"33":{"tf":1.0},"34":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"36":{"tf":1.0},"45":{"tf":1.0},"52":{"tf":1.0}}}},"v":{"df":11,"docs":{"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.0},"28":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"52":{"tf":1.0},"6":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"18":{"tf":1.0}}}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"10":{"tf":1.0},"55":{"tf":1.0},"9":{"tf":1.0}}}}},"d":{"df":5,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"25":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0}}},"df":7,"docs":{"36":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"47":{"tf":1.0},"51":{"tf":1.0}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"17":{"tf":1.0},"34":{"tf":1.0},"57":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"21":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"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":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"58":{"tf":1.0}}}}}}}}}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"d":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":1,"docs":{"5":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":4,"docs":{"11":{"tf":1.0},"15":{"tf":1.4142135623730951},"28":{"tf":1.0},"59":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"16":{"tf":1.0},"5":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"47":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":3,"docs":{"45":{"tf":1.0},"5":{"tf":1.0},"59":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"25":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":2,"docs":{"24":{"tf":1.4142135623730951},"26":{"tf":1.0}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"56":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"0":{"tf":1.0}}},"df":4,"docs":{"14":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"2":{"tf":1.0},"27":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"4":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"34":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"36":{"tf":1.0},"55":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":14,"docs":{"10":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0}}}},"t":{"df":2,"docs":{"10":{"tf":1.0},"34":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"0":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{":":{":":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"52":{"tf":1.0},"53":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"52":{"tf":1.0},"53":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":4,"docs":{"43":{"tf":1.0},"44":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"36":{"tf":1.0},"38":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":7,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"39":{"tf":1.0},"54":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"28":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"\\"":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":16,"docs":{"0":{"tf":1.4142135623730951},"11":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"28":{"tf":1.0},"3":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"36":{"tf":1.0},"4":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.7320508075688772},"58":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"16":{"tf":1.0},"34":{"tf":1.4142135623730951},"47":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"24":{"tf":1.0},"36":{"tf":1.0}}}},"df":0,"docs":{}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"50":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"10":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"55":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"23":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"n":{"d":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":5,"docs":{"16":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"20":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"e":{"c":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"16":{"tf":1.0},"28":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"58":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"33":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":8,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"28":{"tf":1.0},"32":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"16":{"tf":1.0},"30":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":8,"docs":{"16":{"tf":1.0},"22":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"47":{"tf":1.0},"58":{"tf":1.0},"7":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"34":{"tf":1.0},"36":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"b":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":6,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"13":{"tf":1.0},"26":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0}},"s":{"/":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"19":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"42":{"tf":1.0},"44":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":18,"docs":{"0":{"tf":1.7320508075688772},"11":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"18":{"tf":1.0},"22":{"tf":1.4142135623730951},"36":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.4142135623730951},"49":{"tf":1.0},"5":{"tf":1.4142135623730951},"55":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":2.0},"6":{"tf":1.7320508075688772},"60":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"60":{"tf":1.0}}}},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"0":{"tf":1.0},"1":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"12":{"tf":1.0},"14":{"tf":1.0},"19":{"tf":1.0},"57":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"36":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"a":{"d":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"23":{"tf":1.0},"26":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":16,"docs":{"14":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"36":{"tf":1.0},"48":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"6":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"43":{"tf":1.0},"47":{"tf":1.0},"57":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":2,"docs":{"3":{"tf":1.0},"46":{"tf":1.0}}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":5,"docs":{"15":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"52":{"tf":1.7320508075688772},"54":{"tf":1.0}}}},"df":0,"docs":{}}}},"c":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"58":{"tf":1.4142135623730951},"59":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"14":{"tf":1.0},"42":{"tf":1.0},"54":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"21":{"tf":1.0},"36":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"28":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"59":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"22":{"tf":1.0},"24":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"58":{"tf":1.0}}}}},"df":1,"docs":{"6":{"tf":1.4142135623730951}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"1":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"55":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":4,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0}}}}}},"o":{"df":17,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"20":{"tf":1.4142135623730951},"22":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.4142135623730951},"49":{"tf":1.0},"5":{"tf":1.4142135623730951},"50":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.7320508075688772},"59":{"tf":1.4142135623730951},"60":{"tf":1.0},"9":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"11":{"tf":1.0},"36":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":20,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0},"49":{"tf":1.4142135623730951},"5":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.4142135623730951},"6":{"tf":1.0},"9":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"34":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"c":{"df":4,"docs":{"14":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"11":{"tf":1.4142135623730951},"16":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"34":{"tf":1.0},"4":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"25":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}}}}},"i":{"df":4,"docs":{"16":{"tf":1.0},"28":{"tf":1.0},"32":{"tf":1.0},"7":{"tf":1.0}},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"34":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"36":{"tf":1.0},"40":{"tf":1.0},"6":{"tf":1.7320508075688772}}}}},"r":{"df":7,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"15":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"57":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"|":{"df":2,"docs":{"52":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":6,"docs":{"4":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.0},"52":{"tf":1.7320508075688772},"53":{"tf":1.7320508075688772},"55":{"tf":1.0}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"42":{"tf":1.0}}}}},"df":15,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":2.0},"5":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"36":{"tf":1.0}}}}}}}}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"\\"":{"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":{"14":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}}},"df":2,"docs":{"14":{"tf":1.0},"34":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":7,"docs":{"17":{"tf":1.0},"26":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"10":{"tf":1.0},"15":{"tf":1.0},"33":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"16":{"tf":1.0},"28":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"22":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.0}}},"s":{"df":13,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"16":{"tf":1.0},"28":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"55":{"tf":1.0},"59":{"tf":1.0},"9":{"tf":1.0}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":3,"docs":{"2":{"tf":1.0},"28":{"tf":1.0},"6":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"16":{"tf":1.0},"9":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"14":{"tf":1.0},"57":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"4":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"36":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"43":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"3":{"tf":1.0},"5":{"tf":1.0},"59":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":3,"docs":{"10":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"9":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":8,"docs":{"10":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.0},"36":{"tf":1.0},"55":{"tf":1.4142135623730951},"57":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"df":3,"docs":{"20":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":9,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.0},"36":{"tf":1.0},"49":{"tf":1.0},"60":{"tf":1.4142135623730951}},"s":{"/":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"i":{"d":{"df":1,"docs":{"38":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"11":{"tf":1.0},"29":{"tf":1.0},"45":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"40":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"m":{"df":4,"docs":{"34":{"tf":1.4142135623730951},"55":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"31":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"1":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"15":{"tf":1.0},"57":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"14":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"24":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"35":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{".":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"0":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"0":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"0":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"/":{"df":0,"docs":{},"p":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":14,"docs":{"13":{"tf":1.4142135623730951},"20":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.7320508075688772},"44":{"tf":1.0},"45":{"tf":2.0},"46":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.4142135623730951},"60":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"31":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":4,"docs":{"22":{"tf":1.0},"25":{"tf":1.4142135623730951},"45":{"tf":1.0},"49":{"tf":1.4142135623730951}}}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":4,"docs":{"36":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"6":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"36":{"tf":1.0},"55":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":8,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"15":{"tf":1.0},"27":{"tf":1.0},"55":{"tf":1.4142135623730951},"57":{"tf":1.0},"9":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"57":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"19":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"35":{"tf":1.0},"55":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"11":{"tf":1.0},"23":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":5,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"5":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":4,"docs":{"43":{"tf":1.0},"44":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":4,"docs":{"22":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"51":{"tf":1.0}}}}}}}},"d":{"a":{"df":7,"docs":{"0":{"tf":1.7320508075688772},"16":{"tf":1.0},"19":{"tf":1.7320508075688772},"20":{"tf":1.0},"26":{"tf":2.6457513110645907},"27":{"tf":1.0},"60":{"tf":1.0}},"t":{"a":{"df":13,"docs":{"0":{"tf":2.0},"11":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"19":{"tf":1.0},"3":{"tf":1.4142135623730951},"36":{"tf":1.0},"4":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"59":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"4":{"tf":1.7320508075688772},"6":{"tf":1.7320508075688772}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":4,"docs":{"30":{"tf":1.0},"34":{"tf":1.0},"39":{"tf":1.0},"5":{"tf":1.0}},"g":{"df":1,"docs":{"56":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"11":{"tf":1.0},"34":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"r":{"df":9,"docs":{"11":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"35":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":5,"docs":{"15":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"11":{"tf":1.0},"36":{"tf":1.0},"57":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"57":{"tf":1.0}}}}}}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"y":{"df":3,"docs":{"23":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.4142135623730951}},"s":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":8,"docs":{"10":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"55":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"34":{"tf":1.0},"5":{"tf":1.0},"59":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":17,"docs":{"10":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"28":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.4142135623730951},"38":{"tf":1.0},"4":{"tf":2.8284271247461903},"40":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.0},"6":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"52":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":6,"docs":{"10":{"tf":1.0},"12":{"tf":1.4142135623730951},"3":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"5":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":4,"docs":{"36":{"tf":1.0},"41":{"tf":1.0},"60":{"tf":1.0},"9":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"42":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"7":{"tf":1.0}}}},"r":{"df":1,"docs":{"5":{"tf":1.0}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"20":{"tf":1.0},"49":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"5":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":6,"docs":{"16":{"tf":1.0},"28":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"7":{"tf":1.0}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"28":{"tf":1.0},"59":{"tf":1.0},"8":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"30":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"31":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"56":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"34":{"tf":1.0},"35":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"11":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"55":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"55":{"tf":1.0}}}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"6":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"20":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"[":{"\\"":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":11,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"23":{"tf":1.4142135623730951},"28":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.7320508075688772},"49":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.4142135623730951}},"n":{"df":2,"docs":{"12":{"tf":1.0},"5":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"l":{"df":6,"docs":{"10":{"tf":1.0},"15":{"tf":1.0},"38":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"9":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":8,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"28":{"tf":1.0},"36":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"0":{"df":1,"docs":{"26":{"tf":1.0}}},"2":{"0":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"5":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":1,"docs":{"26":{"tf":1.0}}},"7":{"5":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":3,"docs":{"53":{"tf":1.0},"6":{"tf":1.7320508075688772},"60":{"tf":1.4142135623730951}}}}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"52":{"tf":1.7320508075688772},"53":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":8,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"14":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"52":{"tf":1.0}}}}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"10":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"34":{"tf":1.0}}}}},"s":{"df":1,"docs":{"31":{"tf":1.0}},"i":{"df":1,"docs":{"11":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"15":{"tf":1.0},"20":{"tf":1.0},"34":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":6,"docs":{"20":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"d":{"df":4,"docs":{"10":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"24":{"tf":1.4142135623730951},"40":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"24":{"tf":1.0},"26":{"tf":1.0},"36":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"3":{"tf":1.0},"9":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":5,"docs":{"11":{"tf":1.0},"36":{"tf":1.0},"5":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":8,"docs":{"0":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.4142135623730951},"49":{"tf":1.0},"60":{"tf":1.0}}}}},"v":{"df":2,"docs":{"4":{"tf":1.0},"6":{"tf":1.0}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":20,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"28":{"tf":1.7320508075688772},"29":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.7320508075688772},"4":{"tf":1.4142135623730951},"55":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"38":{"tf":1.0}}}}}}},"r":{"(":{"\\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"44":{"tf":1.0}}},"df":1,"docs":{"52":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"39":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"2":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"a":{"df":0,"docs":{},"l":{"[":{"\\"":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":1,"docs":{"14":{"tf":1.0}},"u":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"44":{"tf":1.0},"53":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":7,"docs":{"14":{"tf":1.0},"28":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"40":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":3,"docs":{"35":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0}}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":7,"docs":{"14":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"44":{"tf":1.0},"51":{"tf":1.0},"55":{"tf":1.0},"9":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"33":{"tf":1.0},"60":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":11,"docs":{"0":{"tf":1.4142135623730951},"11":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.7320508075688772},"47":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"57":{"tf":1.4142135623730951},"60":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":6,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"51":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":5,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"27":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"52":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":42,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.4142135623730951},"14":{"tf":1.4142135623730951},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.0},"28":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":2.23606797749979},"38":{"tf":1.0},"39":{"tf":1.7320508075688772},"4":{"tf":2.0},"42":{"tf":1.0},"44":{"tf":1.4142135623730951},"45":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":2.0},"53":{"tf":1.7320508075688772},"54":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.4142135623730951},"6":{"tf":2.23606797749979},"60":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"15":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"16":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}},"s":{"df":4,"docs":{"34":{"tf":1.0},"39":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"—":{"a":{"d":{"df":0,"docs":{},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"57":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":5,"docs":{"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"41":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"10":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"24":{"tf":1.0}}}}}}},"}":{"\\"":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"f":{"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"24":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":4,"docs":{"26":{"tf":1.0},"40":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":8,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"34":{"tf":1.7320508075688772},"4":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"50":{"tf":1.0},"7":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"s":{"df":3,"docs":{"34":{"tf":1.0},"5":{"tf":1.0},"59":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}}}},"q":{"df":1,"docs":{"59":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"11":{"tf":1.0},"54":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"16":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"16":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"59":{"tf":1.0}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":4,"docs":{"11":{"tf":1.0},"27":{"tf":1.0},"39":{"tf":1.0},"53":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"5":{"tf":1.0}},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}}}},"t":{"df":6,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"51":{"tf":1.0},"9":{"tf":1.0}}},"x":{"df":1,"docs":{"5":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"28":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"47":{"tf":1.0}}},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"58":{"tf":1.0}}}},"p":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"14":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":5,"docs":{"18":{"tf":1.0},"28":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"55":{"tf":1.0},"57":{"tf":1.0}}}}}}},"n":{"df":4,"docs":{"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"52":{"tf":2.23606797749979},"53":{"tf":1.7320508075688772}}},"o":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":3,"docs":{"0":{"tf":1.0},"34":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"28":{"tf":1.0},"4":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"15":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"t":{"!":{"(":{"\\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":2,"docs":{"24":{"tf":1.0},"4":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"2":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":15,"docs":{"0":{"tf":1.0},"10":{"tf":1.4142135623730951},"2":{"tf":1.0},"21":{"tf":1.0},"3":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"55":{"tf":1.4142135623730951},"57":{"tf":1.0},"7":{"tf":1.0}},"’":{"df":1,"docs":{"15":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"6":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"5":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0}}}}}}},"d":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"27":{"tf":1.0}}}}}},"g":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"3":{"tf":1.0},"58":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"33":{"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":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"42":{"tf":1.0},"52":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":8,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"27":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"52":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.0}}}}},"t":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"52":{"tf":1.0},"53":{"tf":1.0}}}},"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":1,"docs":{"1":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"60":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"11":{"tf":1.0},"16":{"tf":1.0}}}},"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"45":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"11":{"tf":1.0},"16":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":1,"docs":{"54":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"d":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"36":{"tf":1.0},"56":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"1":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"4":{"tf":1.0},"6":{"tf":1.4142135623730951}},"l":{"df":2,"docs":{"25":{"tf":1.0},"42":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"50":{"tf":1.0},"6":{"tf":1.0}}}}}},"r":{"d":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"22":{"tf":1.4142135623730951}},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"11":{"tf":1.0},"26":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0}},"i":{"df":1,"docs":{"14":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"22":{"tf":1.0},"25":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":4,"docs":{"22":{"tf":1.4142135623730951},"25":{"tf":1.0},"45":{"tf":1.0},"49":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"10":{"tf":1.0},"15":{"tf":1.0},"34":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"0":{"tf":1.0},"53":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":9,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"23":{"tf":1.4142135623730951},"4":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}},"t":{"df":1,"docs":{"24":{"tf":1.0}}}},"o":{"c":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"4":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"30":{"tf":1.0},"34":{"tf":1.0},"5":{"tf":1.0},"55":{"tf":1.0},"59":{"tf":1.0},"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"55":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"c":{"df":2,"docs":{"24":{"tf":1.0},"42":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"i":{"[":{"\\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"d":{"\\"":{".":{"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":{"(":{")":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"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":{"a":{"df":8,"docs":{"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"26":{"tf":1.0},"52":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}},"i":{"df":1,"docs":{"35":{"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":3,"docs":{"17":{"tf":1.0},"21":{"tf":1.0},"51":{"tf":1.0}}}}}}}},"m":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"5":{"tf":1.0}}}},"l":{"df":4,"docs":{"43":{"tf":1.0},"44":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"55":{"tf":1.0}}}}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":5,"docs":{"0":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":11,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.7320508075688772},"26":{"tf":1.7320508075688772},"49":{"tf":1.0},"5":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"19":{"tf":1.0},"26":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"26":{"tf":1.0},"33":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"\\"":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"52":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"43":{"tf":1.0}}}},"u":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"6":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"[":{"\\"":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"14":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"14":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"41":{"tf":1.0},"52":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"df":2,"docs":{"31":{"tf":1.0},"34":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"58":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":4,"docs":{"10":{"tf":1.0},"3":{"tf":1.0},"55":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"n":{"d":{"df":4,"docs":{"11":{"tf":1.0},"36":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":5,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"5":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"21":{"tf":1.0}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"0":{"tf":1.4142135623730951},"3":{"tf":1.0},"36":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":2,"docs":{"5":{"tf":1.0},"55":{"tf":1.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"7":{"tf":1.0}}}}}},"v":{"df":2,"docs":{"5":{"tf":1.0},"58":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":2,"docs":{"46":{"tf":1.0},"5":{"tf":1.0}},"t":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"3":{"tf":1.0},"44":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":2,"docs":{"34":{"tf":1.0},"52":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"11":{"tf":1.0},"30":{"tf":1.0}}}}},"v":{"df":1,"docs":{"56":{"tf":1.0}}}},"j":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"g":{"df":4,"docs":{"36":{"tf":1.0},"4":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"k":{"8":{"df":6,"docs":{"10":{"tf":1.0},"16":{"tf":1.0},"28":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"59":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":19,"docs":{"11":{"tf":1.0},"15":{"tf":1.7320508075688772},"16":{"tf":1.4142135623730951},"20":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"y":{"df":3,"docs":{"25":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0}}}},"n":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"57":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"11":{"tf":1.0},"32":{"tf":1.0},"4":{"tf":1.0},"55":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"36":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"23":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"26":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"15":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"19":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"15":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"41":{"tf":1.0},"57":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"36":{"tf":1.0},"6":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":2,"docs":{"3":{"tf":1.0},"4":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":11,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"13":{"tf":1.0},"19":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"9":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"13":{"tf":1.0},"26":{"tf":1.0},"50":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"14":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":21,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.4142135623730951},"6":{"tf":1.0},"60":{"tf":1.0}}}}},"o":{"a":{"d":{"df":2,"docs":{"23":{"tf":1.4142135623730951},"24":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"k":{"8":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":11,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"28":{"tf":1.4142135623730951},"30":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"55":{"tf":1.0},"59":{"tf":1.0},"9":{"tf":1.0}}},"t":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":3,"docs":{"52":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0}},"i":{"c":{"df":4,"docs":{"0":{"tf":1.0},"41":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.0}}},"df":0,"docs":{}},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"11":{"tf":1.0},"36":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"59":{"tf":1.0}}},"p":{"df":2,"docs":{"16":{"tf":1.0},"30":{"tf":1.0}}},"s":{"df":1,"docs":{"9":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"16":{"tf":1.0},"31":{"tf":1.0},"7":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"25":{"tf":1.0},"35":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":7,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.0},"55":{"tf":1.0},"7":{"tf":1.4142135623730951}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"25":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":6,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"57":{"tf":1.0}}}},"p":{"df":3,"docs":{"10":{"tf":1.0},"34":{"tf":1.0},"55":{"tf":1.0}}},"t":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"56":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"11":{"tf":1.0},"32":{"tf":1.0}}}}}},"x":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"7":{"5":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":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":{"48":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":9,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0},"59":{"tf":1.0}}}}},"t":{"df":1,"docs":{"15":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"23":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"25":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"df":1,"docs":{"23":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"1":{"tf":1.0},"2":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"d":{"df":5,"docs":{"14":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"34":{"tf":1.0},"60":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"c":{"df":5,"docs":{"4":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.4142135623730951},"58":{"tf":1.0},"6":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"50":{"tf":1.0}}}}},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"i":{"d":{"df":2,"docs":{"22":{"tf":1.0},"25":{"tf":1.0}}},"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}}},"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"4":{"5":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":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":{"48":{"tf":1.0}},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"16":{"tf":1.0},"18":{"tf":1.0},"30":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"5":{"tf":1.0},"57":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"58":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":3,"docs":{"34":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0}}}},"x":{"df":2,"docs":{"26":{"tf":1.0},"58":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":7,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"15":{"tf":1.0},"2":{"tf":1.0},"36":{"tf":1.7320508075688772},"55":{"tf":1.0},"9":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"54":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"16":{"tf":1.0},"7":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":7,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"11":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.4142135623730951},"31":{"tf":1.0},"9":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"16":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"52":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":4,"docs":{"43":{"tf":1.0},"44":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"38":{"tf":1.0},"52":{"tf":1.0}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"df":1,"docs":{"26":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"16":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":9,"docs":{"15":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"39":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"59":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"g":{"df":1,"docs":{"34":{"tf":1.0}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":10,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"27":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"36":{"tf":1.0},"4":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"9":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}}},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"52":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":6,"docs":{"21":{"tf":1.0},"25":{"tf":1.4142135623730951},"36":{"tf":1.0},"41":{"tf":1.0},"51":{"tf":1.0},"55":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"42":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":5,"docs":{"4":{"tf":1.4142135623730951},"42":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":29,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"11":{"tf":1.0},"13":{"tf":1.4142135623730951},"2":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.7320508075688772},"24":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.4142135623730951},"48":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.4142135623730951},"58":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":2.0},"9":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"5":{"tf":1.0}},"i":{"df":1,"docs":{"16":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"df":8,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"10":{"tf":1.0},"3":{"tf":1.7320508075688772},"34":{"tf":1.0},"36":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"9":{"tf":1.0}}}},"n":{"df":1,"docs":{"5":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"15":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":17,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"36":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.0},"6":{"tf":1.4142135623730951},"60":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"16":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"25":{"tf":1.0},"36":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"55":{"tf":1.0},"57":{"tf":1.0}}}}}},"k":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"\\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"52":{"tf":1.0},"53":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":3,"docs":{"43":{"tf":1.0},"44":{"tf":1.0},"52":{"tf":1.0}}},"n":{"c":{"df":3,"docs":{"36":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0}}},"df":5,"docs":{"19":{"tf":1.0},"25":{"tf":1.4142135623730951},"3":{"tf":1.0},"33":{"tf":1.0},"9":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"32":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"11":{"tf":1.0},"20":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.4142135623730951},"3":{"tf":1.0},"34":{"tf":1.7320508075688772},"5":{"tf":1.0},"59":{"tf":1.0}}}},"t":{"df":2,"docs":{"15":{"tf":1.0},"5":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":7,"docs":{"20":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"42":{"tf":1.0},"49":{"tf":1.0},"6":{"tf":1.0}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":7,"docs":{"10":{"tf":1.0},"30":{"tf":1.0},"5":{"tf":1.0},"55":{"tf":1.4142135623730951},"6":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"59":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":9,"docs":{"16":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"5":{"tf":1.0},"6":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"3":{"tf":1.0},"41":{"tf":1.0},"5":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}}},"p":{"9":{"5":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"10":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":3,"docs":{"1":{"tf":1.0},"28":{"tf":1.0},"49":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"27":{"tf":1.0},"4":{"tf":1.0},"60":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":4,"docs":{"2":{"tf":1.0},"35":{"tf":1.0},"56":{"tf":1.0},"8":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"22":{"tf":1.0}}}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":6,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"4":{"tf":2.449489742783178},"57":{"tf":1.0},"6":{"tf":2.449489742783178},"60":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"28":{"tf":1.0},"34":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":1,"docs":{"6":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"13":{"tf":1.0},"19":{"tf":1.0},"26":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":3,"docs":{"15":{"tf":2.0},"16":{"tf":1.0},"9":{"tf":1.0}}}}}}}},"df":1,"docs":{"6":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":3,"docs":{"22":{"tf":1.4142135623730951},"42":{"tf":1.0},"44":{"tf":2.449489742783178}}}},"r":{"df":3,"docs":{"15":{"tf":1.0},"18":{"tf":1.0},"27":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":3,"docs":{"0":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0}}}}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"27":{"tf":1.0},"52":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"10":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"14":{"tf":1.0}}}}}}}},"l":{"a":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":23,"docs":{"1":{"tf":1.0},"14":{"tf":1.7320508075688772},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":2.0},"29":{"tf":1.4142135623730951},"3":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":2.0},"48":{"tf":1.0},"55":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":2.449489742783178},"7":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"34":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"u":{"df":4,"docs":{"19":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0}},"g":{"df":1,"docs":{"51":{"tf":1.0}},"g":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"12":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"3":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":3,"docs":{"31":{"tf":1.0},"34":{"tf":1.0},"58":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"36":{"tf":1.0},"60":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"16":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"4":{"tf":1.0},"41":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"5":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"55":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"28":{"tf":1.4142135623730951},"34":{"tf":2.0},"36":{"tf":1.0},"38":{"tf":1.0}}}}}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"21":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"20":{"tf":1.0},"34":{"tf":1.0}}}},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"40":{"tf":1.0}}}},"t":{"df":3,"docs":{"16":{"tf":1.0},"41":{"tf":1.0},"58":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"28":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.4142135623730951}}}}}},"o":{"b":{"df":0,"docs":{},"e":{"df":8,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"24":{"tf":1.4142135623730951},"33":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"11":{"tf":1.0},"30":{"tf":1.0},"4":{"tf":1.0},"9":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":4,"docs":{"0":{"tf":1.0},"14":{"tf":1.0},"40":{"tf":1.0},"59":{"tf":1.0}},"t":{"df":5,"docs":{"21":{"tf":1.0},"36":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":8,"docs":{"11":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"49":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"25":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":6,"docs":{"0":{"tf":1.0},"15":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.4142135623730951},"59":{"tf":1.0},"6":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"52":{"tf":1.0}},"r":{"df":1,"docs":{"34":{"tf":1.0}}}},"i":{"d":{"df":7,"docs":{"31":{"tf":1.0},"34":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"42":{"tf":1.0},"47":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":3,"docs":{"33":{"tf":1.0},"4":{"tf":1.4142135623730951},"6":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"33":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"b":{"df":2,"docs":{"52":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"0":{"tf":1.0},"60":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"59":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"12":{"tf":1.0},"3":{"tf":1.0}}}}}}}},"q":{"a":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"56":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"26":{"tf":1.0}}}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"27":{"tf":1.7320508075688772},"5":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"27":{"tf":1.0},"47":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"(":{"3":{"df":2,"docs":{"18":{"tf":1.0},"20":{"tf":1.0}}},"5":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}},"df":11,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"23":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"5":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":2,"docs":{"4":{"tf":2.0},"6":{"tf":3.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"52":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"l":{"df":3,"docs":{"33":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.0}},"e":{"df":0,"docs":{},"—":{"a":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"22":{"tf":1.0}}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":8,"docs":{"20":{"tf":1.0},"28":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.7320508075688772},"40":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.4142135623730951},"9":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":4,"docs":{"0":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"1":{"tf":1.0},"3":{"tf":1.0},"50":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"5":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"40":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"25":{"tf":1.0}}}}}}}},"v":{"df":1,"docs":{"22":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":5,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"46":{"tf":1.0},"5":{"tf":1.0},"59":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":4,"docs":{"15":{"tf":1.0},"5":{"tf":1.0},"59":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"35":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"0":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"28":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"24":{"tf":1.0}}}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}},"x":{"df":2,"docs":{"33":{"tf":1.0},"34":{"tf":1.0}}}},"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"16":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"14":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"25":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"3":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"24":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"25":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"34":{"tf":1.0},"39":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"36":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":4,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":6,"docs":{"13":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"59":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":7,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"20":{"tf":1.0},"5":{"tf":1.0},"59":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"36":{"tf":1.0},"40":{"tf":1.0},"6":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":5,"docs":{"10":{"tf":1.0},"24":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"36":{"tf":1.0},"4":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":17,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.4142135623730951},"25":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.4142135623730951},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"6":{"tf":1.0},"60":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"43":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":6,"docs":{"16":{"tf":1.0},"28":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"0":{"tf":1.0},"60":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"44":{"tf":1.0},"52":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"15":{"tf":1.0},"39":{"tf":1.0},"55":{"tf":1.7320508075688772},"9":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":3,"docs":{"16":{"tf":1.0},"59":{"tf":1.0},"7":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"41":{"tf":1.0},"7":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"5":{"tf":1.0},"59":{"tf":1.0}}}}},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":8,"docs":{"0":{"tf":1.0},"20":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.7320508075688772}},"s":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"p":{"c":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":7,"docs":{"4":{"tf":1.7320508075688772},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"52":{"tf":1.7320508075688772},"53":{"tf":1.4142135623730951},"6":{"tf":1.0}}}}}}}}},"df":28,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"11":{"tf":1.7320508075688772},"14":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.7320508075688772},"32":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":2.449489742783178},"4":{"tf":1.7320508075688772},"40":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.7320508075688772},"53":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.7320508075688772},"59":{"tf":1.4142135623730951},"6":{"tf":2.6457513110645907},"60":{"tf":2.23606797749979},"7":{"tf":1.0},"8":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"42":{"tf":1.0},"52":{"tf":1.4142135623730951}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":28,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"28":{"tf":1.7320508075688772},"29":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"36":{"tf":1.0},"4":{"tf":2.23606797749979},"40":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.7320508075688772},"58":{"tf":1.7320508075688772},"59":{"tf":1.7320508075688772},"6":{"tf":1.4142135623730951},"60":{"tf":1.0},"7":{"tf":1.4142135623730951},"9":{"tf":1.0}},"’":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"33":{"tf":1.0}},"{":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"33":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":8,"docs":{"10":{"tf":1.0},"27":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"55":{"tf":1.0},"9":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"33":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"df":10,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"51":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"41":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":7,"docs":{"22":{"tf":1.0},"28":{"tf":1.4142135623730951},"47":{"tf":1.0},"55":{"tf":1.0},"59":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"27":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"2":{"df":8,"docs":{"14":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"48":{"tf":1.0}}},"3":{"df":2,"docs":{"22":{"tf":1.0},"25":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":34,"docs":{"1":{"tf":1.0},"10":{"tf":1.7320508075688772},"11":{"tf":1.7320508075688772},"12":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":2.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"28":{"tf":1.7320508075688772},"29":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"36":{"tf":2.23606797749979},"39":{"tf":1.0},"4":{"tf":1.7320508075688772},"41":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":2.23606797749979},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"59":{"tf":1.7320508075688772},"6":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":2.23606797749979}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"32":{"tf":1.0},"5":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"a":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"50":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"10":{"tf":1.0},"34":{"tf":1.0}}}}}}},"df":1,"docs":{"4":{"tf":1.7320508075688772}},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"16":{"tf":1.0},"26":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"d":{"df":8,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0}}},"df":4,"docs":{"11":{"tf":1.4142135623730951},"28":{"tf":1.0},"29":{"tf":1.0},"36":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"20":{"tf":1.0},"28":{"tf":1.0},"47":{"tf":1.0}}}},"df":0,"docs":{}},"f":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":4,"docs":{"15":{"tf":1.0},"44":{"tf":1.0},"52":{"tf":1.7320508075688772},"53":{"tf":1.7320508075688772}}}},"n":{"d":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"16":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"6":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"4":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"55":{"tf":1.0}},"i":{"c":{"df":4,"docs":{"31":{"tf":1.0},"36":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":8,"docs":{"11":{"tf":1.0},"18":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":1.0},"57":{"tf":1.4142135623730951},"6":{"tf":1.0},"9":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":12,"docs":{"10":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.0},"58":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":17,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"5":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":9,"docs":{"10":{"tf":1.0},"16":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"42":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"0":{"tf":1.0},"5":{"tf":1.0},"59":{"tf":1.0}}}},"w":{"df":4,"docs":{"1":{"tf":1.0},"21":{"tf":1.0},"51":{"tf":1.0},"9":{"tf":1.0}}}}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":11,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"28":{"tf":1.7320508075688772},"34":{"tf":2.0},"40":{"tf":1.0},"5":{"tf":1.4142135623730951},"59":{"tf":1.0},"6":{"tf":1.7320508075688772},"60":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":4,"docs":{"18":{"tf":1.0},"23":{"tf":1.0},"44":{"tf":1.0},"52":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"22":{"tf":1.0},"44":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":3,"docs":{"31":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0}}}}},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"df":2,"docs":{"23":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951}},"w":{"df":2,"docs":{"34":{"tf":1.0},"58":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"11":{"tf":1.0},"18":{"tf":1.0},"3":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":5,"docs":{"15":{"tf":1.0},"18":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"3":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":6,"docs":{"14":{"tf":1.0},"20":{"tf":1.0},"34":{"tf":1.0},"49":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":1.0}},"i":{"df":1,"docs":{"11":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":4,"docs":{"16":{"tf":1.0},"29":{"tf":1.0},"5":{"tf":1.0},"59":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"25":{"tf":1.0},"58":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"16":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"43":{"tf":1.0},"52":{"tf":1.0}}}}}}},"df":0,"docs":{}},"_":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"53":{"tf":1.0},"6":{"tf":1.0}}}}}}},"df":0,"docs":{}},"d":{"a":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{")":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"_":{"d":{"a":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{"0":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"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":{},"x":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"2":{")":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"2":{"0":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":14,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.7320508075688772},"36":{"tf":1.0},"4":{"tf":1.0},"52":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.7320508075688772},"60":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"16":{"tf":1.0},"25":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0}}},"i":{"c":{"df":2,"docs":{"43":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{}}},"y":{"df":7,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0},"59":{"tf":1.0}}}},"d":{":":{":":{"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":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{":":{":":{"a":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"52":{"tf":1.0}}},"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":{":":{":":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":6,"docs":{"14":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.0},"48":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"_":{"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":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"3":{"0":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":3,"docs":{"15":{"tf":1.0},"26":{"tf":1.0},"34":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"27":{"tf":1.0},"59":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"27":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"27":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":4,"docs":{"25":{"tf":1.0},"36":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0}}}},"r":{"df":4,"docs":{"43":{"tf":1.0},"44":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"60":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"19":{"tf":1.0},"26":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"43":{"tf":1.0},"44":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":2,"docs":{"23":{"tf":1.0},"57":{"tf":1.4142135623730951}}}}}},"u":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"18":{"tf":1.0}}}},"t":{"df":4,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"0":{"tf":1.0},"60":{"tf":1.0}}}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":10,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"32":{"tf":1.0}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"4":{"tf":1.0},"42":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"10":{"tf":1.0},"43":{"tf":1.7320508075688772},"48":{"tf":1.0},"56":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"45":{"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":{"16":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"26":{"tf":1.4142135623730951}}}}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"58":{"tf":1.0}}}}}}},"n":{"c":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":7,"docs":{"14":{"tf":1.4142135623730951},"20":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.4142135623730951}}}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"2":{"0":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"52":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":9,"docs":{"11":{"tf":1.0},"23":{"tf":1.0},"40":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"36":{"tf":1.0}}}}},"d":{"df":3,"docs":{"14":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0}}},"df":1,"docs":{"4":{"tf":1.4142135623730951}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":3,"docs":{"16":{"tf":1.0},"3":{"tf":1.4142135623730951},"57":{"tf":1.0}}},"r":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"15":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":21,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.0},"10":{"tf":1.7320508075688772},"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"18":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.7320508075688772},"36":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"9":{"tf":2.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":11,"docs":{"14":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"{":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"53":{"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":{"43":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"52":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"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":{}}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"s":{":":{":":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":2,"docs":{"46":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"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":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":1,"docs":{"14":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":4,"docs":{"28":{"tf":1.0},"38":{"tf":1.0},"44":{"tf":1.0},"7":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"26":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"e":{"df":12,"docs":{"0":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":1.0},"34":{"tf":1.0},"5":{"tf":1.4142135623730951},"59":{"tf":1.0},"6":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"33":{"tf":1.0},"34":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"14":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"9":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"l":{"df":2,"docs":{"34":{"tf":1.0},"50":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"27":{"tf":1.0},"5":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":25,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"27":{"tf":1.7320508075688772},"28":{"tf":1.0},"36":{"tf":2.0},"4":{"tf":2.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.4142135623730951},"55":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"60":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}},"y":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"g":{"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":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"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":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"33":{"tf":1.0},"34":{"tf":1.0},"55":{"tf":1.0},"9":{"tf":1.0}}},"k":{"df":2,"docs":{"26":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":15,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.4142135623730951},"3":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.7320508075688772},"49":{"tf":1.0},"5":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"60":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"51":{"tf":1.0},"57":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":14,"docs":{"11":{"tf":1.0},"13":{"tf":1.4142135623730951},"15":{"tf":1.0},"18":{"tf":2.0},"19":{"tf":2.0},"20":{"tf":1.4142135623730951},"23":{"tf":1.0},"26":{"tf":1.0},"33":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"59":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"2":{"0":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"1":{"6":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"23":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"34":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"10":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"34":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"48":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"16":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":3,"docs":{"16":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"29":{"tf":1.0},"4":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"16":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":1,"docs":{"18":{"tf":1.0}}}},"x":{"/":{"d":{"a":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"23":{"tf":1.0},"26":{"tf":2.0}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"29":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"23":{"tf":1.4142135623730951},"24":{"tf":1.0},"3":{"tf":1.4142135623730951},"36":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"53":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":3,"docs":{"22":{"tf":1.0},"38":{"tf":1.0},"55":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"11":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"s":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"10":{"tf":1.0},"14":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0}}}},"df":29,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"14":{"tf":1.7320508075688772},"15":{"tf":1.0},"18":{"tf":1.7320508075688772},"19":{"tf":1.7320508075688772},"20":{"tf":2.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.4142135623730951},"46":{"tf":1.0},"48":{"tf":1.7320508075688772},"5":{"tf":1.0},"52":{"tf":2.23606797749979},"53":{"tf":1.7320508075688772},"55":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"13":{"tf":1.0},"5":{"tf":1.0},"57":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}},"s":{"(":{"4":{"df":2,"docs":{"18":{"tf":1.0},"20":{"tf":1.0}}},"8":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"z":{"df":2,"docs":{"52":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"10":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}}},"df":26,"docs":{"0":{"tf":1.4142135623730951},"11":{"tf":1.4142135623730951},"16":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"24":{"tf":1.0},"25":{"tf":2.0},"27":{"tf":1.0},"3":{"tf":1.4142135623730951},"33":{"tf":1.0},"36":{"tf":1.4142135623730951},"38":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.0},"57":{"tf":1.4142135623730951},"59":{"tf":1.0},"60":{"tf":1.4142135623730951},"7":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"27":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"c":{"!":{"[":{"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":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":1,"docs":{"52":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"5":{"tf":1.0},"59":{"tf":1.0}},"f":{"df":1,"docs":{"7":{"tf":1.0}},"i":{"df":7,"docs":{"14":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"u":{"df":2,"docs":{"23":{"tf":1.0},"7":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":6,"docs":{"10":{"tf":1.0},"14":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.4142135623730951},"6":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":1,"docs":{"50":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"28":{"tf":1.0},"6":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"15":{"tf":1.0},"5":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":12,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.0},"9":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}},"df":2,"docs":{"4":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"15":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"57":{"tf":1.0},"60":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"58":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":9,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"28":{"tf":1.0},"36":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":5,"docs":{"31":{"tf":1.0},"38":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"(":{"0":{".":{".":{"=":{"2":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"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":{"24":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"b":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}}},"df":0,"docs":{}}},"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":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"22":{"tf":1.0},"25":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"b":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"0":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":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":{"54":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"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":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"2":{"0":{"df":2,"docs":{"20":{"tf":1.0},"23":{"tf":1.0}}},"df":0,"docs":{}},"5":{"0":{"df":2,"docs":{"22":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}},"8":{"0":{"df":2,"docs":{"25":{"tf":1.0},"26":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"0":{"df":3,"docs":{"14":{"tf":1.0},"18":{"tf":1.0},"24":{"tf":1.0}}},"df":0,"docs":{}},"9":{"0":{"df":2,"docs":{"19":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"(":{"1":{".":{".":{"=":{"4":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"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":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"6":{"0":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"0":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"26":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}}}}}}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"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":{"14":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"48":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"26":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"1":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":2,"docs":{"3":{"tf":1.0},"47":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":5,"docs":{"10":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"55":{"tf":1.7320508075688772},"9":{"tf":1.4142135623730951}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":45,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.7320508075688772},"12":{"tf":1.4142135623730951},"13":{"tf":2.0},"14":{"tf":2.0},"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.7320508075688772},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.7320508075688772},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"36":{"tf":2.23606797749979},"38":{"tf":1.4142135623730951},"39":{"tf":1.0},"4":{"tf":2.449489742783178},"42":{"tf":1.0},"43":{"tf":1.7320508075688772},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":2.23606797749979},"53":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.7320508075688772},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"6":{"tf":2.6457513110645907},"60":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"4":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{}}}}}},":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"10":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"22":{"tf":1.0},"24":{"tf":1.0}}}}}}},"x":{"df":2,"docs":{"4":{"tf":1.4142135623730951},"6":{"tf":2.0}}},"y":{"df":0,"docs":{},"e":{"df":1,"docs":{"59":{"tf":1.0}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"’":{"df":0,"docs":{},"r":{"df":1,"docs":{"49":{"tf":1.0}}}}}}}}},"breadcrumbs":{"root":{"0":{"df":6,"docs":{"14":{"tf":1.0},"18":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0}}},"1":{"df":6,"docs":{"19":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"48":{"tf":1.0}}},"2":{"df":1,"docs":{"18":{"tf":1.4142135623730951}}},"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"60":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"33":{"tf":1.0},"35":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"33":{"tf":1.0},"34":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"36":{"tf":1.0},"45":{"tf":1.0},"52":{"tf":1.0}}}},"v":{"df":11,"docs":{"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.0},"28":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"52":{"tf":1.0},"6":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"18":{"tf":1.0}}}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"10":{"tf":1.0},"55":{"tf":1.0},"9":{"tf":1.0}}}}},"d":{"df":5,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"25":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0}}},"df":7,"docs":{"36":{"tf":1.0},"38":{"tf":1.7320508075688772},"39":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772},"47":{"tf":1.0},"51":{"tf":1.0}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"17":{"tf":1.0},"34":{"tf":1.0},"57":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":7,"docs":{"21":{"tf":1.7320508075688772},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"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":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"58":{"tf":1.0}}}}}}}}}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"d":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":1,"docs":{"5":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":4,"docs":{"11":{"tf":1.0},"15":{"tf":1.4142135623730951},"28":{"tf":1.0},"59":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"16":{"tf":1.0},"5":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"47":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":3,"docs":{"45":{"tf":1.0},"5":{"tf":1.0},"59":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.7320508075688772}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"25":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":2,"docs":{"24":{"tf":1.7320508075688772},"26":{"tf":1.0}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":5,"docs":{"56":{"tf":1.7320508075688772},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"0":{"tf":1.0}}},"df":4,"docs":{"14":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"2":{"tf":1.0},"27":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"4":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"34":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":7,"docs":{"21":{"tf":1.7320508075688772},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"36":{"tf":1.0},"55":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":14,"docs":{"10":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0}}}},"t":{"df":2,"docs":{"10":{"tf":1.0},"34":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"0":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{":":{":":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"52":{"tf":1.0},"53":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"52":{"tf":1.0},"53":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":4,"docs":{"43":{"tf":1.0},"44":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"36":{"tf":1.0},"38":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":7,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"39":{"tf":1.0},"54":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"1":{"tf":1.0},"11":{"tf":1.7320508075688772},"28":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"\\"":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":16,"docs":{"0":{"tf":1.4142135623730951},"11":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"28":{"tf":1.0},"3":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"36":{"tf":1.0},"4":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.7320508075688772},"58":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"16":{"tf":1.0},"34":{"tf":1.4142135623730951},"47":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"24":{"tf":1.0},"36":{"tf":1.0}}}},"df":0,"docs":{}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"50":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"10":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"55":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"23":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"n":{"d":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":5,"docs":{"16":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"20":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"e":{"c":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"16":{"tf":1.0},"28":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"58":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"33":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":8,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"28":{"tf":1.0},"32":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"16":{"tf":1.7320508075688772},"30":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":8,"docs":{"16":{"tf":1.0},"22":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"47":{"tf":1.0},"58":{"tf":1.0},"7":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"34":{"tf":1.0},"36":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"b":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":6,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"13":{"tf":1.0},"26":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0}},"s":{"/":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"19":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"42":{"tf":1.0},"44":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":18,"docs":{"0":{"tf":1.7320508075688772},"11":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"18":{"tf":1.0},"22":{"tf":1.4142135623730951},"36":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.7320508075688772},"49":{"tf":1.0},"5":{"tf":1.4142135623730951},"55":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":2.0},"6":{"tf":1.7320508075688772},"60":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"60":{"tf":1.0}}}},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"0":{"tf":1.0},"1":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"12":{"tf":1.0},"14":{"tf":1.0},"19":{"tf":1.0},"57":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"36":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"a":{"d":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"23":{"tf":1.0},"26":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":16,"docs":{"14":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"36":{"tf":1.0},"48":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"6":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"43":{"tf":1.0},"47":{"tf":1.0},"57":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":2,"docs":{"3":{"tf":1.0},"46":{"tf":1.0}}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":5,"docs":{"15":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"52":{"tf":1.7320508075688772},"54":{"tf":1.0}}}},"df":0,"docs":{}}}},"c":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"58":{"tf":1.4142135623730951},"59":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"14":{"tf":1.0},"42":{"tf":1.0},"54":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"21":{"tf":1.0},"36":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"28":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"59":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"22":{"tf":1.0},"24":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"58":{"tf":1.0}}}}},"df":1,"docs":{"6":{"tf":1.4142135623730951}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"1":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"55":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":4,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0}}}}}},"o":{"df":19,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"20":{"tf":1.7320508075688772},"22":{"tf":1.4142135623730951},"4":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":2.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.4142135623730951},"5":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.7320508075688772},"59":{"tf":1.4142135623730951},"60":{"tf":1.0},"9":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"11":{"tf":1.0},"36":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.7320508075688772}}}},"c":{"df":0,"docs":{},"k":{"df":20,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"24":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0},"49":{"tf":1.4142135623730951},"5":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.4142135623730951},"6":{"tf":1.0},"9":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"34":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"c":{"df":4,"docs":{"14":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"11":{"tf":1.4142135623730951},"16":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"34":{"tf":1.0},"4":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"25":{"tf":1.7320508075688772}},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}}}}},"i":{"df":4,"docs":{"16":{"tf":1.0},"28":{"tf":1.0},"32":{"tf":1.0},"7":{"tf":1.0}},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"34":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"36":{"tf":1.0},"40":{"tf":1.0},"6":{"tf":1.7320508075688772}}}}},"r":{"df":7,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"15":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"57":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"|":{"df":2,"docs":{"52":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":6,"docs":{"4":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.0},"52":{"tf":1.7320508075688772},"53":{"tf":1.7320508075688772},"55":{"tf":1.0}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"42":{"tf":1.0}}}}},"df":15,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":2.0},"5":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"36":{"tf":1.0}}}}}}}}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"\\"":{"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":{"14":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}}},"df":2,"docs":{"14":{"tf":1.0},"34":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":7,"docs":{"17":{"tf":1.0},"26":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"10":{"tf":1.0},"15":{"tf":1.0},"33":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"16":{"tf":1.0},"28":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"22":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.0}}},"s":{"df":13,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"16":{"tf":1.0},"28":{"tf":1.0},"31":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"55":{"tf":1.0},"59":{"tf":1.0},"9":{"tf":1.0}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":3,"docs":{"2":{"tf":1.0},"28":{"tf":1.0},"6":{"tf":1.7320508075688772}}}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"16":{"tf":1.0},"9":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"14":{"tf":1.0},"57":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"4":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"36":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"43":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"3":{"tf":1.0},"5":{"tf":1.0},"59":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":3,"docs":{"10":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"9":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":8,"docs":{"10":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.0},"36":{"tf":1.0},"55":{"tf":1.4142135623730951},"57":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"df":3,"docs":{"20":{"tf":1.0},"53":{"tf":1.4142135623730951},"58":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":9,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.0},"36":{"tf":1.0},"49":{"tf":1.0},"60":{"tf":1.4142135623730951}},"s":{"/":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"i":{"d":{"df":1,"docs":{"38":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"11":{"tf":1.0},"29":{"tf":1.0},"45":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"40":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"m":{"df":4,"docs":{"34":{"tf":1.4142135623730951},"55":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"31":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"1":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"11":{"tf":1.0},"12":{"tf":1.7320508075688772},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.7320508075688772},"57":{"tf":1.4142135623730951}}}},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.7320508075688772},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"14":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"24":{"tf":1.7320508075688772},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"35":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{".":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"0":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"0":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"0":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"/":{"df":0,"docs":{},"p":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":14,"docs":{"13":{"tf":1.4142135623730951},"20":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.7320508075688772},"43":{"tf":2.23606797749979},"44":{"tf":1.4142135623730951},"45":{"tf":2.23606797749979},"46":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.4142135623730951},"60":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"31":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":4,"docs":{"22":{"tf":1.0},"25":{"tf":1.4142135623730951},"45":{"tf":1.0},"49":{"tf":1.4142135623730951}}}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":4,"docs":{"36":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"6":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"36":{"tf":1.0},"55":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":10,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.7320508075688772},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.7320508075688772},"27":{"tf":1.0},"55":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"57":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"19":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"35":{"tf":1.0},"55":{"tf":2.0},"7":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"11":{"tf":1.0},"23":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":5,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"5":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":4,"docs":{"43":{"tf":1.0},"44":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":4,"docs":{"22":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"51":{"tf":1.0}}}}}}}},"d":{"a":{"df":7,"docs":{"0":{"tf":1.7320508075688772},"16":{"tf":1.0},"19":{"tf":2.0},"20":{"tf":1.0},"26":{"tf":2.8284271247461903},"27":{"tf":1.0},"60":{"tf":1.0}},"t":{"a":{"df":13,"docs":{"0":{"tf":2.0},"11":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"19":{"tf":1.0},"3":{"tf":1.4142135623730951},"36":{"tf":1.0},"4":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"59":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"4":{"tf":1.7320508075688772},"6":{"tf":1.7320508075688772}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":4,"docs":{"30":{"tf":1.0},"34":{"tf":1.0},"39":{"tf":1.0},"5":{"tf":1.0}},"g":{"df":1,"docs":{"56":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"11":{"tf":1.0},"34":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"r":{"df":9,"docs":{"11":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"35":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":5,"docs":{"15":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"11":{"tf":1.0},"36":{"tf":1.0},"57":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"57":{"tf":1.0}}}}}}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"y":{"df":3,"docs":{"23":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.4142135623730951}},"s":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":8,"docs":{"10":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"55":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"34":{"tf":1.0},"5":{"tf":1.0},"59":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":17,"docs":{"10":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"28":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.4142135623730951},"38":{"tf":1.0},"4":{"tf":2.8284271247461903},"40":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.0},"6":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"52":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":6,"docs":{"10":{"tf":1.0},"12":{"tf":1.4142135623730951},"3":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"5":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":4,"docs":{"36":{"tf":1.0},"41":{"tf":1.0},"60":{"tf":1.0},"9":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"42":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"7":{"tf":1.7320508075688772}}}},"r":{"df":1,"docs":{"5":{"tf":1.0}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"20":{"tf":1.0},"49":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"5":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":25,"docs":{"16":{"tf":1.0},"28":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.7320508075688772},"36":{"tf":2.23606797749979},"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},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"28":{"tf":1.0},"59":{"tf":1.0},"8":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"30":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"31":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"56":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"34":{"tf":1.0},"35":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"11":{"tf":1.0},"31":{"tf":1.4142135623730951},"34":{"tf":1.0},"4":{"tf":1.0},"55":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"55":{"tf":1.0}}}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"6":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"20":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"[":{"\\"":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":11,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"23":{"tf":1.4142135623730951},"28":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.7320508075688772},"49":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.4142135623730951}},"n":{"df":2,"docs":{"12":{"tf":1.0},"5":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"l":{"df":6,"docs":{"10":{"tf":1.0},"15":{"tf":1.0},"38":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.7320508075688772},"9":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":8,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"28":{"tf":1.0},"36":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"0":{"df":1,"docs":{"26":{"tf":1.0}}},"2":{"0":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"5":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":1,"docs":{"26":{"tf":1.0}}},"7":{"5":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":3,"docs":{"53":{"tf":1.0},"6":{"tf":1.7320508075688772},"60":{"tf":1.4142135623730951}}}}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"52":{"tf":1.7320508075688772},"53":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":8,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"14":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"52":{"tf":1.0}}}}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"10":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"34":{"tf":1.0}}}}},"s":{"df":1,"docs":{"31":{"tf":1.0}},"i":{"df":1,"docs":{"11":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"15":{"tf":1.0},"20":{"tf":1.0},"34":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":6,"docs":{"20":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"d":{"df":4,"docs":{"10":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"24":{"tf":1.4142135623730951},"40":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"24":{"tf":1.0},"26":{"tf":1.0},"36":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"3":{"tf":1.0},"9":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":5,"docs":{"11":{"tf":1.0},"36":{"tf":1.0},"5":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":8,"docs":{"0":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.4142135623730951},"49":{"tf":1.0},"60":{"tf":1.0}}}}},"v":{"df":2,"docs":{"4":{"tf":1.0},"6":{"tf":1.0}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":20,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"28":{"tf":1.7320508075688772},"29":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.7320508075688772},"4":{"tf":1.4142135623730951},"55":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"38":{"tf":1.0}}}}}}},"r":{"(":{"\\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"44":{"tf":1.0}}},"df":1,"docs":{"52":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"39":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"2":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"a":{"df":0,"docs":{},"l":{"[":{"\\"":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":1,"docs":{"14":{"tf":1.0}},"u":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"44":{"tf":1.0},"53":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":7,"docs":{"14":{"tf":1.0},"28":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"40":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":3,"docs":{"35":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0}}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":19,"docs":{"14":{"tf":1.0},"17":{"tf":1.7320508075688772},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.7320508075688772},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"44":{"tf":1.4142135623730951},"51":{"tf":1.7320508075688772},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"9":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"33":{"tf":1.0},"60":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":11,"docs":{"0":{"tf":1.4142135623730951},"11":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.7320508075688772},"47":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"57":{"tf":1.4142135623730951},"60":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":6,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"51":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":5,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"27":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"52":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":43,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":2.0},"13":{"tf":1.0},"14":{"tf":2.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.0},"28":{"tf":1.4142135623730951},"33":{"tf":1.7320508075688772},"34":{"tf":1.0},"36":{"tf":2.23606797749979},"38":{"tf":1.0},"39":{"tf":2.0},"4":{"tf":2.0},"42":{"tf":1.0},"44":{"tf":1.4142135623730951},"45":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.4142135623730951},"51":{"tf":2.0},"52":{"tf":2.23606797749979},"53":{"tf":2.23606797749979},"54":{"tf":1.4142135623730951},"55":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.4142135623730951},"6":{"tf":2.23606797749979},"60":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"15":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"16":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}},"s":{"df":4,"docs":{"34":{"tf":1.0},"39":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"—":{"a":{"d":{"df":0,"docs":{},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"57":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":8,"docs":{"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"37":{"tf":1.7320508075688772},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"7":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"10":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"24":{"tf":1.0}}}}}}},"}":{"\\"":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"f":{"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"24":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":4,"docs":{"26":{"tf":1.0},"40":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":8,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"34":{"tf":1.7320508075688772},"4":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"50":{"tf":1.0},"7":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"s":{"df":3,"docs":{"34":{"tf":1.0},"5":{"tf":1.0},"59":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}}}},"q":{"df":1,"docs":{"59":{"tf":1.7320508075688772}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"11":{"tf":1.0},"54":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"16":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"16":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"59":{"tf":1.0}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":4,"docs":{"11":{"tf":1.0},"27":{"tf":1.0},"39":{"tf":1.0},"53":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"5":{"tf":1.0}},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}}}},"t":{"df":6,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"51":{"tf":1.0},"9":{"tf":1.0}}},"x":{"df":1,"docs":{"5":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"28":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"47":{"tf":1.0}}},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"58":{"tf":1.0}}}},"p":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"14":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":5,"docs":{"18":{"tf":1.0},"28":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"55":{"tf":1.0},"57":{"tf":1.0}}}}}}},"n":{"df":4,"docs":{"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"52":{"tf":2.23606797749979},"53":{"tf":1.7320508075688772}}},"o":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":3,"docs":{"0":{"tf":1.0},"34":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"28":{"tf":1.0},"4":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"15":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"t":{"!":{"(":{"\\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":2,"docs":{"24":{"tf":1.0},"4":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":7,"docs":{"15":{"tf":1.0},"2":{"tf":1.7320508075688772},"3":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":19,"docs":{"0":{"tf":1.0},"10":{"tf":1.4142135623730951},"2":{"tf":1.0},"21":{"tf":1.0},"3":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.7320508075688772},"38":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"46":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"55":{"tf":1.4142135623730951},"57":{"tf":1.0},"7":{"tf":1.0}},"’":{"df":1,"docs":{"15":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"6":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"5":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0}}}}}}},"d":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"27":{"tf":1.0}}}}}},"g":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"3":{"tf":1.0},"58":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"33":{"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":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"42":{"tf":1.0},"52":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":8,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"27":{"tf":1.4142135623730951},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"52":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.0}}}}},"t":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"52":{"tf":1.0},"53":{"tf":1.0}}}},"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":1,"docs":{"1":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"60":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"11":{"tf":1.0},"16":{"tf":1.0}}}},"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"45":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"11":{"tf":1.0},"16":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":1,"docs":{"54":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"d":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"36":{"tf":1.0},"56":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}},"df":28,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"8":{"tf":1.7320508075688772},"9":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"4":{"tf":1.0},"6":{"tf":1.4142135623730951}},"l":{"df":2,"docs":{"25":{"tf":1.0},"42":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"50":{"tf":1.0},"6":{"tf":1.0}}}}}},"r":{"d":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"22":{"tf":1.4142135623730951}},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"11":{"tf":1.0},"26":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0}},"i":{"df":1,"docs":{"14":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"22":{"tf":1.0},"25":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":4,"docs":{"22":{"tf":1.4142135623730951},"25":{"tf":1.0},"45":{"tf":1.0},"49":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"10":{"tf":1.0},"15":{"tf":1.0},"34":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"0":{"tf":1.0},"53":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":9,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"23":{"tf":1.4142135623730951},"4":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}},"t":{"df":1,"docs":{"24":{"tf":1.0}}}},"o":{"c":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"4":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"30":{"tf":1.0},"34":{"tf":1.0},"5":{"tf":1.0},"55":{"tf":1.0},"59":{"tf":1.0},"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"55":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"c":{"df":2,"docs":{"24":{"tf":1.0},"42":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"i":{"[":{"\\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"d":{"\\"":{".":{"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":{"(":{")":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"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":{"a":{"df":8,"docs":{"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"26":{"tf":1.0},"52":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"i":{"df":27,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"8":{"tf":1.7320508075688772},"9":{"tf":1.0}},"i":{"df":21,"docs":{"35":{"tf":1.7320508075688772},"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},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"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":3,"docs":{"17":{"tf":1.0},"21":{"tf":1.0},"51":{"tf":1.0}}}}}}}},"m":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"5":{"tf":1.0}}}},"l":{"df":4,"docs":{"43":{"tf":1.0},"44":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"55":{"tf":1.0}}}}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":5,"docs":{"0":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":11,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.7320508075688772},"26":{"tf":1.7320508075688772},"49":{"tf":1.0},"5":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"19":{"tf":1.0},"26":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"26":{"tf":1.0},"33":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"\\"":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"52":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"43":{"tf":1.0}}}},"u":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"6":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"[":{"\\"":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"14":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"14":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"41":{"tf":1.0},"52":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"df":2,"docs":{"31":{"tf":1.0},"34":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"58":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":4,"docs":{"10":{"tf":1.0},"3":{"tf":1.0},"55":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"n":{"d":{"df":4,"docs":{"11":{"tf":1.0},"36":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":5,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"5":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"21":{"tf":1.0}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"0":{"tf":1.4142135623730951},"3":{"tf":1.0},"36":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":2,"docs":{"5":{"tf":1.0},"55":{"tf":1.7320508075688772}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"7":{"tf":1.0}}}}}},"v":{"df":2,"docs":{"5":{"tf":1.0},"58":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":2,"docs":{"46":{"tf":1.0},"5":{"tf":1.0}},"t":{"df":1,"docs":{"3":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"3":{"tf":1.0},"44":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":2,"docs":{"34":{"tf":1.0},"52":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"11":{"tf":1.0},"30":{"tf":1.0}}}}},"v":{"df":5,"docs":{"56":{"tf":1.7320508075688772},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}}},"j":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"g":{"df":4,"docs":{"36":{"tf":1.0},"4":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"k":{"8":{"df":6,"docs":{"10":{"tf":1.0},"16":{"tf":1.0},"28":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"59":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":19,"docs":{"11":{"tf":1.0},"15":{"tf":1.7320508075688772},"16":{"tf":1.4142135623730951},"20":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"y":{"df":3,"docs":{"25":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0}}}},"n":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"57":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"11":{"tf":1.0},"32":{"tf":1.4142135623730951},"4":{"tf":1.0},"55":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"36":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"23":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"26":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"15":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"19":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"15":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"41":{"tf":1.0},"57":{"tf":1.0},"9":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"36":{"tf":1.0},"6":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"t":{"df":2,"docs":{"3":{"tf":1.0},"4":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":11,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"13":{"tf":1.0},"19":{"tf":1.0},"36":{"tf":1.7320508075688772},"4":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"9":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"6":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"13":{"tf":1.0},"26":{"tf":1.0},"50":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"14":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":21,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.7320508075688772},"22":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.4142135623730951},"6":{"tf":1.0},"60":{"tf":1.0}}}}},"o":{"a":{"d":{"df":2,"docs":{"23":{"tf":1.4142135623730951},"24":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"k":{"8":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":11,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"28":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"55":{"tf":1.0},"59":{"tf":1.0},"9":{"tf":1.0}}},"t":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":3,"docs":{"52":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0}},"i":{"c":{"df":4,"docs":{"0":{"tf":1.0},"41":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.0}}},"df":0,"docs":{}},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"11":{"tf":1.0},"36":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"59":{"tf":1.0}}},"p":{"df":2,"docs":{"16":{"tf":1.0},"30":{"tf":1.0}}},"s":{"df":1,"docs":{"9":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"16":{"tf":1.0},"31":{"tf":1.0},"7":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"25":{"tf":1.0},"35":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":7,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.0},"55":{"tf":1.0},"7":{"tf":1.4142135623730951}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"25":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":6,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"57":{"tf":1.0}}}},"p":{"df":3,"docs":{"10":{"tf":1.0},"34":{"tf":1.0},"55":{"tf":1.0}}},"t":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"56":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"11":{"tf":1.0},"32":{"tf":1.0}}}}}},"x":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"7":{"5":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":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":{"48":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":9,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0},"59":{"tf":1.0}}}}},"t":{"df":1,"docs":{"15":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"23":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"25":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"df":1,"docs":{"23":{"tf":1.4142135623730951}}}}}}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"1":{"tf":1.0},"2":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"d":{"df":5,"docs":{"14":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"34":{"tf":1.0},"60":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"c":{"df":5,"docs":{"4":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.4142135623730951},"58":{"tf":1.0},"6":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"50":{"tf":1.0}}}}},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"i":{"d":{"df":2,"docs":{"22":{"tf":1.0},"25":{"tf":1.0}}},"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}}},"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"4":{"5":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":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":{"48":{"tf":1.0}},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"16":{"tf":1.0},"18":{"tf":1.0},"30":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"5":{"tf":1.0},"57":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"58":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":3,"docs":{"34":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0}}}},"x":{"df":2,"docs":{"26":{"tf":1.4142135623730951},"58":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":7,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"15":{"tf":1.0},"2":{"tf":1.0},"36":{"tf":2.23606797749979},"55":{"tf":1.0},"9":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"54":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"16":{"tf":1.0},"7":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":7,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"11":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.4142135623730951},"31":{"tf":1.0},"9":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"16":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"52":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":4,"docs":{"43":{"tf":1.0},"44":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"38":{"tf":1.0},"52":{"tf":1.0}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"df":1,"docs":{"26":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"16":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":9,"docs":{"15":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"39":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"59":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"g":{"df":1,"docs":{"34":{"tf":1.0}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":10,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"27":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"36":{"tf":1.0},"4":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"9":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}}},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"52":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":9,"docs":{"21":{"tf":1.0},"25":{"tf":1.4142135623730951},"36":{"tf":1.0},"41":{"tf":1.0},"51":{"tf":1.7320508075688772},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"42":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":5,"docs":{"4":{"tf":1.4142135623730951},"42":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":31,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"11":{"tf":1.0},"13":{"tf":1.4142135623730951},"2":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.7320508075688772},"24":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"42":{"tf":2.0},"43":{"tf":1.7320508075688772},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.4142135623730951},"48":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.4142135623730951},"58":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":2.0},"9":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"5":{"tf":1.0}},"i":{"df":1,"docs":{"16":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"df":8,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"10":{"tf":1.0},"3":{"tf":1.7320508075688772},"34":{"tf":1.0},"36":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"9":{"tf":1.0}}}},"n":{"df":1,"docs":{"5":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"15":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":17,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"36":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.0},"6":{"tf":1.4142135623730951},"60":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"16":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"25":{"tf":1.0},"36":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"55":{"tf":1.0},"57":{"tf":1.0}}}}}},"k":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"\\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"52":{"tf":1.0},"53":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":3,"docs":{"43":{"tf":1.0},"44":{"tf":1.0},"52":{"tf":1.0}}},"n":{"c":{"df":3,"docs":{"36":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0}}},"df":5,"docs":{"19":{"tf":1.0},"25":{"tf":1.4142135623730951},"3":{"tf":1.0},"33":{"tf":1.0},"9":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"32":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"11":{"tf":1.0},"20":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.4142135623730951},"3":{"tf":1.0},"34":{"tf":2.23606797749979},"5":{"tf":1.0},"59":{"tf":1.0}}}},"t":{"df":2,"docs":{"15":{"tf":1.0},"5":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":7,"docs":{"20":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"42":{"tf":1.0},"49":{"tf":1.0},"6":{"tf":1.0}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":7,"docs":{"10":{"tf":1.0},"30":{"tf":1.0},"5":{"tf":1.0},"55":{"tf":1.4142135623730951},"6":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"59":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":9,"docs":{"16":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"5":{"tf":1.0},"6":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"3":{"tf":1.0},"41":{"tf":1.0},"5":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.7320508075688772}}}}}}}}}},"p":{"9":{"5":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"10":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":3,"docs":{"1":{"tf":1.0},"28":{"tf":1.0},"49":{"tf":1.4142135623730951}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"27":{"tf":1.0},"4":{"tf":1.0},"60":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":59,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.7320508075688772},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"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.7320508075688772},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"4":{"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":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.7320508075688772},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.7320508075688772},"9":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"22":{"tf":1.0}}}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":6,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"4":{"tf":2.449489742783178},"57":{"tf":1.0},"6":{"tf":2.449489742783178},"60":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":2.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"28":{"tf":1.0},"34":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":1,"docs":{"6":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"13":{"tf":1.0},"19":{"tf":1.0},"26":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":3,"docs":{"15":{"tf":2.449489742783178},"16":{"tf":1.0},"9":{"tf":1.0}}}}}}}},"df":1,"docs":{"6":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":3,"docs":{"22":{"tf":1.4142135623730951},"42":{"tf":1.0},"44":{"tf":2.6457513110645907}}}},"r":{"df":3,"docs":{"15":{"tf":1.0},"18":{"tf":1.0},"27":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":3,"docs":{"0":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0}}}}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.7320508075688772}}}}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"27":{"tf":1.0},"52":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"10":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"14":{"tf":1.0}}}}}}}},"l":{"a":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":23,"docs":{"1":{"tf":1.0},"14":{"tf":1.7320508075688772},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":2.0},"29":{"tf":1.4142135623730951},"3":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":2.0},"48":{"tf":1.0},"55":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":2.449489742783178},"7":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"34":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"u":{"df":4,"docs":{"19":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0}},"g":{"df":1,"docs":{"51":{"tf":1.0}},"g":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"12":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"3":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":3,"docs":{"31":{"tf":1.0},"34":{"tf":1.0},"58":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"36":{"tf":1.0},"60":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"16":{"tf":1.7320508075688772},"50":{"tf":1.4142135623730951},"8":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"4":{"tf":1.0},"41":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"5":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"55":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"28":{"tf":1.4142135623730951},"34":{"tf":2.0},"36":{"tf":1.0},"38":{"tf":1.0}}}}}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"21":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"20":{"tf":1.0},"34":{"tf":1.0}}}},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"40":{"tf":1.0}}}},"t":{"df":3,"docs":{"16":{"tf":1.0},"41":{"tf":1.0},"58":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"28":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":2.0}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.4142135623730951}}}}}},"o":{"b":{"df":0,"docs":{},"e":{"df":8,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"24":{"tf":1.7320508075688772},"33":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"11":{"tf":1.0},"30":{"tf":1.0},"4":{"tf":1.0},"9":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":4,"docs":{"0":{"tf":1.0},"14":{"tf":1.0},"40":{"tf":1.0},"59":{"tf":1.0}},"t":{"df":5,"docs":{"21":{"tf":1.0},"36":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":8,"docs":{"11":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"49":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"25":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":6,"docs":{"0":{"tf":1.0},"15":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.4142135623730951},"59":{"tf":1.0},"6":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"52":{"tf":1.0}},"r":{"df":1,"docs":{"34":{"tf":1.0}}}},"i":{"d":{"df":7,"docs":{"31":{"tf":1.0},"34":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"42":{"tf":1.0},"47":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":3,"docs":{"33":{"tf":1.0},"4":{"tf":1.4142135623730951},"6":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"33":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"b":{"df":2,"docs":{"52":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"0":{"tf":1.0},"60":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"59":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"12":{"tf":1.0},"3":{"tf":1.0}}}}}}}},"q":{"a":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"56":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"26":{"tf":1.0}}}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"27":{"tf":1.7320508075688772},"5":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"27":{"tf":1.0},"47":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"(":{"3":{"df":2,"docs":{"18":{"tf":1.0},"20":{"tf":1.0}}},"5":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}},"df":11,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"23":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"5":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}}},"df":2,"docs":{"4":{"tf":2.0},"6":{"tf":3.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"52":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"l":{"df":3,"docs":{"33":{"tf":1.0},"52":{"tf":1.7320508075688772},"53":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"—":{"a":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"22":{"tf":1.0}}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":8,"docs":{"20":{"tf":1.0},"28":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.7320508075688772},"40":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.4142135623730951},"9":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":4,"docs":{"0":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"1":{"tf":1.0},"3":{"tf":1.0},"50":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"5":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"40":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"25":{"tf":1.0}}}}}}}},"v":{"df":1,"docs":{"22":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":5,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"46":{"tf":1.0},"5":{"tf":1.0},"59":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":4,"docs":{"15":{"tf":1.0},"5":{"tf":1.0},"59":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":22,"docs":{"35":{"tf":1.7320508075688772},"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},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":2.0},"56":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"0":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"28":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"24":{"tf":1.0}}}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}},"x":{"df":2,"docs":{"33":{"tf":1.0},"34":{"tf":1.0}}}},"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"16":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"14":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"25":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"3":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"24":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"25":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"34":{"tf":1.0},"39":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"36":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":4,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":6,"docs":{"13":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"59":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":7,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"20":{"tf":1.0},"5":{"tf":1.0},"59":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"36":{"tf":1.0},"40":{"tf":1.0},"6":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":5,"docs":{"10":{"tf":1.0},"24":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"36":{"tf":1.0},"4":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":17,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.4142135623730951},"25":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.4142135623730951},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"6":{"tf":1.0},"60":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"43":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":6,"docs":{"16":{"tf":1.0},"28":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"0":{"tf":1.0},"60":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"44":{"tf":1.0},"52":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"15":{"tf":1.0},"39":{"tf":1.0},"55":{"tf":1.7320508075688772},"9":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":3,"docs":{"16":{"tf":1.0},"59":{"tf":1.0},"7":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"41":{"tf":1.0},"7":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"5":{"tf":1.0},"59":{"tf":1.0}}}}},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":8,"docs":{"0":{"tf":1.0},"20":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.7320508075688772}},"s":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"p":{"c":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":8,"docs":{"4":{"tf":1.7320508075688772},"42":{"tf":2.0},"43":{"tf":1.7320508075688772},"44":{"tf":1.4142135623730951},"45":{"tf":1.0},"52":{"tf":1.7320508075688772},"53":{"tf":1.4142135623730951},"6":{"tf":1.0}}}}}}}}},"df":28,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"11":{"tf":1.7320508075688772},"14":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":2.23606797749979},"32":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":2.449489742783178},"4":{"tf":1.7320508075688772},"40":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.7320508075688772},"53":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.7320508075688772},"59":{"tf":1.4142135623730951},"6":{"tf":2.6457513110645907},"60":{"tf":2.23606797749979},"7":{"tf":1.0},"8":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"42":{"tf":1.0},"52":{"tf":1.4142135623730951}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":28,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"28":{"tf":1.7320508075688772},"29":{"tf":2.0},"30":{"tf":1.7320508075688772},"31":{"tf":1.7320508075688772},"32":{"tf":1.7320508075688772},"33":{"tf":1.7320508075688772},"34":{"tf":1.4142135623730951},"36":{"tf":1.0},"4":{"tf":2.23606797749979},"40":{"tf":1.7320508075688772},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.7320508075688772},"58":{"tf":1.7320508075688772},"59":{"tf":1.7320508075688772},"6":{"tf":1.4142135623730951},"60":{"tf":1.0},"7":{"tf":1.4142135623730951},"9":{"tf":1.0}},"’":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"33":{"tf":1.0}},"{":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"33":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":8,"docs":{"10":{"tf":1.0},"27":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"55":{"tf":1.0},"9":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"33":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"df":13,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"51":{"tf":1.7320508075688772},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"41":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":7,"docs":{"22":{"tf":1.0},"28":{"tf":1.4142135623730951},"47":{"tf":1.0},"55":{"tf":1.0},"59":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"23":{"tf":1.4142135623730951}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"27":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"2":{"df":8,"docs":{"14":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"48":{"tf":1.0}}},"3":{"df":2,"docs":{"22":{"tf":1.0},"25":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.7320508075688772}}}}}}}},"df":0,"docs":{}}}}},"df":34,"docs":{"1":{"tf":1.0},"10":{"tf":1.7320508075688772},"11":{"tf":2.23606797749979},"12":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":2.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"28":{"tf":2.23606797749979},"29":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"36":{"tf":2.6457513110645907},"39":{"tf":1.0},"4":{"tf":1.7320508075688772},"41":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":2.23606797749979},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":2.0},"59":{"tf":1.7320508075688772},"6":{"tf":2.0},"60":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":2.23606797749979}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"32":{"tf":1.0},"5":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"a":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"50":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"10":{"tf":1.0},"34":{"tf":1.0}}}}}}},"df":1,"docs":{"4":{"tf":1.7320508075688772}},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"16":{"tf":1.0},"26":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"d":{"df":8,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0}}},"df":4,"docs":{"11":{"tf":1.4142135623730951},"28":{"tf":1.0},"29":{"tf":1.0},"36":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"20":{"tf":1.0},"28":{"tf":1.0},"47":{"tf":1.0}}}},"df":0,"docs":{}},"f":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":4,"docs":{"15":{"tf":1.0},"44":{"tf":1.0},"52":{"tf":1.7320508075688772},"53":{"tf":1.7320508075688772}}}},"n":{"d":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"16":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"6":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"4":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"55":{"tf":1.0}},"i":{"c":{"df":4,"docs":{"31":{"tf":1.0},"36":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":8,"docs":{"11":{"tf":1.0},"18":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":1.0},"57":{"tf":1.4142135623730951},"6":{"tf":1.0},"9":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":12,"docs":{"10":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.0},"58":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":17,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"5":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":9,"docs":{"10":{"tf":1.0},"16":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"42":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.7320508075688772}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"0":{"tf":1.0},"5":{"tf":1.0},"59":{"tf":1.0}}}},"w":{"df":4,"docs":{"1":{"tf":1.0},"21":{"tf":1.0},"51":{"tf":1.0},"9":{"tf":1.0}}}}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":11,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"28":{"tf":1.7320508075688772},"34":{"tf":2.0},"40":{"tf":1.0},"5":{"tf":1.4142135623730951},"59":{"tf":1.0},"6":{"tf":1.7320508075688772},"60":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":4,"docs":{"18":{"tf":1.4142135623730951},"23":{"tf":1.0},"44":{"tf":1.0},"52":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"22":{"tf":1.0},"44":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":3,"docs":{"31":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0}}}}},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"df":2,"docs":{"23":{"tf":1.7320508075688772},"26":{"tf":1.4142135623730951}},"w":{"df":2,"docs":{"34":{"tf":1.0},"58":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"11":{"tf":1.0},"18":{"tf":1.0},"3":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":5,"docs":{"15":{"tf":1.0},"18":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"3":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":6,"docs":{"14":{"tf":1.0},"20":{"tf":1.0},"34":{"tf":1.0},"49":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":1.0}},"i":{"df":1,"docs":{"11":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":4,"docs":{"16":{"tf":1.0},"29":{"tf":1.0},"5":{"tf":1.0},"59":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"25":{"tf":1.0},"58":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"16":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"43":{"tf":1.0},"52":{"tf":1.0}}}}}}},"df":0,"docs":{}},"_":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"53":{"tf":1.0},"6":{"tf":1.0}}}}}}},"df":0,"docs":{}},"d":{"a":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{")":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"_":{"d":{"a":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{"0":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"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":{},"x":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"2":{")":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"2":{"0":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":14,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.7320508075688772},"36":{"tf":1.0},"4":{"tf":1.0},"52":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.7320508075688772},"60":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"16":{"tf":1.0},"25":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0}}},"i":{"c":{"df":2,"docs":{"43":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{}}},"y":{"df":7,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.4142135623730951},"59":{"tf":1.0}}}},"d":{":":{":":{"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":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{":":{":":{"a":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"52":{"tf":1.0}}},"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":{":":{":":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":6,"docs":{"14":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.0},"48":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"_":{"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":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"3":{"0":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":3,"docs":{"15":{"tf":1.0},"26":{"tf":1.0},"34":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"27":{"tf":1.0},"59":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.4142135623730951}},"i":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"27":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"27":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":4,"docs":{"25":{"tf":1.0},"36":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0}}}},"r":{"df":4,"docs":{"43":{"tf":1.0},"44":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"60":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"19":{"tf":1.0},"26":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"43":{"tf":1.0},"44":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":2,"docs":{"23":{"tf":1.0},"57":{"tf":1.4142135623730951}}}}}},"u":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"18":{"tf":1.0}}}},"t":{"df":4,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"0":{"tf":1.0},"60":{"tf":1.0}}}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":10,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"32":{"tf":1.0}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"4":{"tf":1.0},"42":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"10":{"tf":1.0},"43":{"tf":1.7320508075688772},"48":{"tf":1.0},"56":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"45":{"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":{"16":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"26":{"tf":1.7320508075688772}}}}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"58":{"tf":1.0}}}}}}},"n":{"c":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":7,"docs":{"14":{"tf":1.4142135623730951},"20":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.4142135623730951}}}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"2":{"0":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"52":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":9,"docs":{"11":{"tf":1.0},"23":{"tf":1.0},"40":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.7320508075688772},"59":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"36":{"tf":1.0}}}}},"d":{"df":3,"docs":{"14":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0}}},"df":1,"docs":{"4":{"tf":1.4142135623730951}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":3,"docs":{"16":{"tf":1.0},"3":{"tf":1.4142135623730951},"57":{"tf":1.0}}},"r":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"15":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":21,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.0},"10":{"tf":1.7320508075688772},"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"18":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.7320508075688772},"36":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.7320508075688772},"50":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"9":{"tf":2.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":11,"docs":{"14":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"{":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"53":{"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":{"43":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"52":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"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":{}}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"s":{":":{":":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":2,"docs":{"46":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"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":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":1,"docs":{"14":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":4,"docs":{"28":{"tf":1.0},"38":{"tf":1.0},"44":{"tf":1.0},"7":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"26":{"tf":1.7320508075688772}},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"e":{"df":12,"docs":{"0":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":1.0},"34":{"tf":1.0},"5":{"tf":1.4142135623730951},"59":{"tf":1.0},"6":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"33":{"tf":1.0},"34":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"14":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"9":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"l":{"df":2,"docs":{"34":{"tf":1.0},"50":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"27":{"tf":1.0},"5":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":25,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"27":{"tf":2.0},"28":{"tf":1.0},"36":{"tf":2.0},"4":{"tf":2.0},"41":{"tf":1.7320508075688772},"42":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.4142135623730951},"55":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"60":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}},"y":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"g":{"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":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"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":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"33":{"tf":1.0},"34":{"tf":1.0},"55":{"tf":1.0},"9":{"tf":1.0}}},"k":{"df":2,"docs":{"26":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":15,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.4142135623730951},"3":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.7320508075688772},"49":{"tf":1.0},"5":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"60":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"51":{"tf":1.0},"57":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":14,"docs":{"11":{"tf":1.0},"13":{"tf":1.4142135623730951},"15":{"tf":1.0},"18":{"tf":2.23606797749979},"19":{"tf":2.23606797749979},"20":{"tf":1.4142135623730951},"23":{"tf":1.0},"26":{"tf":1.0},"33":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"59":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"2":{"0":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"1":{"6":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"23":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"34":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"10":{"tf":1.7320508075688772}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"34":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.7320508075688772}}}}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"48":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"16":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":3,"docs":{"16":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"29":{"tf":1.0},"4":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"16":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":1,"docs":{"18":{"tf":1.0}}}},"x":{"/":{"d":{"a":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"23":{"tf":1.0},"26":{"tf":2.23606797749979}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"29":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"23":{"tf":1.4142135623730951},"24":{"tf":1.0},"3":{"tf":1.4142135623730951},"36":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"53":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":3,"docs":{"22":{"tf":1.0},"38":{"tf":1.0},"55":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"11":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"s":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"10":{"tf":1.0},"14":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.4142135623730951}}}},"df":29,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"14":{"tf":1.7320508075688772},"15":{"tf":1.0},"18":{"tf":1.7320508075688772},"19":{"tf":1.7320508075688772},"20":{"tf":2.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.4142135623730951},"46":{"tf":1.0},"48":{"tf":1.7320508075688772},"5":{"tf":1.0},"52":{"tf":2.23606797749979},"53":{"tf":1.7320508075688772},"55":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":29,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"5":{"tf":1.0},"57":{"tf":1.0},"8":{"tf":1.7320508075688772},"9":{"tf":1.4142135623730951}},"s":{"(":{"4":{"df":2,"docs":{"18":{"tf":1.0},"20":{"tf":1.0}}},"8":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"z":{"df":2,"docs":{"52":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"10":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}}},"df":26,"docs":{"0":{"tf":1.4142135623730951},"11":{"tf":1.4142135623730951},"16":{"tf":1.0},"18":{"tf":1.7320508075688772},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"24":{"tf":1.0},"25":{"tf":2.23606797749979},"27":{"tf":1.0},"3":{"tf":1.4142135623730951},"33":{"tf":1.0},"36":{"tf":1.4142135623730951},"38":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.0},"57":{"tf":1.4142135623730951},"59":{"tf":1.0},"60":{"tf":1.4142135623730951},"7":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"27":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"c":{"!":{"[":{"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":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":1,"docs":{"52":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"5":{"tf":1.0},"59":{"tf":1.0}},"f":{"df":1,"docs":{"7":{"tf":1.0}},"i":{"df":7,"docs":{"14":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"u":{"df":2,"docs":{"23":{"tf":1.0},"7":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":6,"docs":{"10":{"tf":1.0},"14":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.4142135623730951},"6":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":1,"docs":{"50":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"28":{"tf":1.0},"6":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"15":{"tf":1.0},"5":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":12,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.0},"9":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}},"df":2,"docs":{"4":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"15":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"57":{"tf":1.0},"60":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"58":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":9,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"28":{"tf":1.0},"36":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":5,"docs":{"31":{"tf":1.0},"38":{"tf":1.0},"54":{"tf":1.4142135623730951},"58":{"tf":1.0},"60":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"(":{"0":{".":{".":{"=":{"2":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"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":{"24":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"b":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}}},"df":0,"docs":{}}},"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":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"22":{"tf":1.0},"25":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"b":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"0":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":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":{"54":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"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":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"2":{"0":{"df":2,"docs":{"20":{"tf":1.0},"23":{"tf":1.0}}},"df":0,"docs":{}},"5":{"0":{"df":2,"docs":{"22":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}},"8":{"0":{"df":2,"docs":{"25":{"tf":1.0},"26":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"0":{"df":3,"docs":{"14":{"tf":1.0},"18":{"tf":1.0},"24":{"tf":1.0}}},"df":0,"docs":{}},"9":{"0":{"df":2,"docs":{"19":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"(":{"1":{".":{".":{"=":{"4":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"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":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"6":{"0":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"0":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"26":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}}}}}}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"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":{"14":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"48":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"26":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"1":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":2,"docs":{"3":{"tf":1.0},"47":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":5,"docs":{"10":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"55":{"tf":1.7320508075688772},"9":{"tf":1.4142135623730951}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":48,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.7320508075688772},"12":{"tf":2.0},"13":{"tf":2.449489742783178},"14":{"tf":2.23606797749979},"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.7320508075688772},"19":{"tf":2.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.7320508075688772},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"36":{"tf":2.23606797749979},"38":{"tf":1.7320508075688772},"39":{"tf":1.0},"4":{"tf":2.449489742783178},"42":{"tf":1.0},"43":{"tf":1.7320508075688772},"45":{"tf":1.0},"46":{"tf":2.0},"47":{"tf":1.4142135623730951},"48":{"tf":1.0},"49":{"tf":1.4142135623730951},"5":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":2.0},"52":{"tf":2.6457513110645907},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.7320508075688772},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"6":{"tf":2.6457513110645907},"60":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"4":{"tf":1.0},"43":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"10":{"tf":1.0},"9":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"22":{"tf":1.0},"24":{"tf":1.0}}}}}}},"x":{"df":2,"docs":{"4":{"tf":1.4142135623730951},"6":{"tf":2.0}}},"y":{"df":0,"docs":{},"e":{"df":1,"docs":{"59":{"tf":1.0}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"’":{"df":0,"docs":{},"r":{"df":1,"docs":{"49":{"tf":1.0}}}}}}}}},"title":{"root":{"2":{"df":1,"docs":{"18":{"tf":1.0}}},"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"df":0,"docs":{}},"d":{"df":4,"docs":{"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"21":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"24":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"56":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"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":{"11":{"tf":1.0}}}}}}}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"50":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":3,"docs":{"20":{"tf":1.0},"22":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"25":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"33":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"45":{"tf":1.0}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"57":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"42":{"tf":1.0},"43":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"57":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"55":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"a":{"df":2,"docs":{"19":{"tf":1.0},"26":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"35":{"tf":1.0},"36":{"tf":1.0}}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"l":{"df":1,"docs":{"57":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":4,"docs":{"17":{"tf":1.0},"21":{"tf":1.0},"44":{"tf":1.0},"51":{"tf":1.0}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"12":{"tf":1.0},"14":{"tf":1.0},"33":{"tf":1.0},"39":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}}}}}},"f":{"a":{"df":0,"docs":{},"q":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"37":{"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":{"27":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"60":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}},"i":{"df":1,"docs":{"35":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"55":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"v":{"df":1,"docs":{"56":{"tf":1.0}}}},"k":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"36":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"20":{"tf":1.0}}}}},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"23":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"26":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"36":{"tf":1.0}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"51":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"42":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"34":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}}},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"49":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"2":{"tf":1.0},"35":{"tf":1.0},"56":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"15":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"44":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"16":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"o":{"b":{"df":0,"docs":{},"e":{"df":2,"docs":{"24":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"52":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"22":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"35":{"tf":1.0},"55":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"l":{"a":{"c":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"25":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}}}}}}},"df":1,"docs":{"28":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"40":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":5,"docs":{"11":{"tf":1.0},"28":{"tf":1.0},"36":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"18":{"tf":1.0},"52":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"23":{"tf":1.0}}}},"t":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"26":{"tf":1.0}}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}}}}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"27":{"tf":1.0},"41":{"tf":1.0}}}}}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"18":{"tf":1.0},"19":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":1,"docs":{"10":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"x":{"df":1,"docs":{"26":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"18":{"tf":1.0},"25":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"54":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"47":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":8,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"38":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"lang":"English","pipeline":["trimmer","stopWordFilter","stemmer"],"ref":"id","version":"0.9.5"},"results_options":{"limit_results":30,"teaser_word_count":30},"search_options":{"bool":"OR","expand":true,"fields":{"body":{"boost":1},"breadcrumbs":{"boost":1},"title":{"boost":2}}}}')); \ No newline at end of file diff --git a/docs/searchindex-9f50c3b6.js b/docs/searchindex-9f50c3b6.js new file mode 100644 index 0000000..e1af5bf --- /dev/null +++ b/docs/searchindex-9f50c3b6.js @@ -0,0 +1 @@ +window.search = Object.assign(window.search, JSON.parse('{"doc_urls":["project-context-primer.html#project-context-primer","project-context-primer.html#the-nomos-architecture","project-context-primer.html#validators","project-context-primer.html#executors","project-context-primer.html#data-availability-da","project-context-primer.html#why-this-matters-for-testing","what-you-will-learn.html#what-you-will-learn","part-i.html#part-i--foundations","introduction.html#introduction","introduction.html#who-this-book-is-for","introduction.html#how-to-use-this-book","architecture-overview.html#architecture-overview","architecture-overview.html#the-five-core-concepts","architecture-overview.html#topology-describing-your-cluster","architecture-overview.html#scenario-the-complete-test-plan","architecture-overview.html#runner-making-plans-reality","architecture-overview.html#workloads-generating-traffic","architecture-overview.html#expectations-judging-success","architecture-overview.html#how-everything-works-together","architecture-overview.html#what-makes-this-different","architecture-overview.html#whats-next","testing-philosophy.html#testing-philosophy","testing-philosophy.html#declarative-over-imperative","testing-philosophy.html#protocol-time-not-wall-time","testing-philosophy.html#determinism-first-chaos-when-needed","testing-philosophy.html#observable-health-signals","testing-philosophy.html#minimum-run-windows","testing-philosophy.html#summary","scenario-lifecycle.html#scenario-lifecycle","scenario-lifecycle.html#the-six-stages","scenario-lifecycle.html#stage-1-build-the-plan","scenario-lifecycle.html#stage-2-deploy","scenario-lifecycle.html#stage-3-readiness","scenario-lifecycle.html#stage-4-drive-workloads","scenario-lifecycle.html#stage-5-observe","scenario-lifecycle.html#stage-6-evaluate-expectations","scenario-lifecycle.html#stage-7-cleanup","scenario-lifecycle.html#why-this-order-matters","scenario-lifecycle.html#lifecycle-in-practice","scenario-lifecycle.html#whats-next","design-rationale.html#design-rationale","design-rationale.html#modular-crates-loose-coupling-clear-boundaries","design-rationale.html#pluggable-runners-write-once-run-anywhere","design-rationale.html#separated-workloads-and-expectations-what-vs-how","design-rationale.html#declarative-topology-explicit-intent-reproducible-clusters","design-rationale.html#immutable-plans-predictability-over-flexibility","design-rationale.html#protocol-time-over-wall-time-robust-assertions","design-rationale.html#mandatory-readiness-fail-fast-fail-clear","design-rationale.html#design-goals-revisited","design-rationale.html#whats-next","part-ii.html#part-ii--user-guide","workspace-layout.html#workspace-layout","annotated-tree.html#annotated-tree","authoring-scenarios.html#authoring-scenarios","authoring-scenarios.html#your-first-scenario-consensus-liveness","authoring-scenarios.html#adding-traffic-transaction-workload","authoring-scenarios.html#configuring-topology","authoring-scenarios.html#combining-multiple-workloads","authoring-scenarios.html#testing-resilience-chaos-workloads","authoring-scenarios.html#choosing-run-duration","authoring-scenarios.html#choosing-a-runner","authoring-scenarios.html#best-practices","authoring-scenarios.html#whats-next","workloads.html#workloads-and-expectations","workloads.html#understanding-workloads","workloads.html#transaction-workload","workloads.html#basic-usage","workloads.html#configuration-options","workloads.html#what-it-does","workloads.html#default-expectation","workloads.html#when-to-use-it","workloads.html#da-blob-workload","workloads.html#basic-usage-1","workloads.html#configuration-options-1","workloads.html#what-it-does-1","workloads.html#default-expectation-1","workloads.html#when-to-use-it-1","workloads.html#chaos-workload","workloads.html#basic-usage-2","workloads.html#configuration-options-2","workloads.html#what-it-does-2","workloads.html#requirements","workloads.html#when-to-use-it-2","workloads.html#combining-workloads","workloads.html#understanding-expectations","workloads.html#consensus-liveness-expectation","workloads.html#usage","workloads.html#what-it-checks","workloads.html#when-it-runs","workloads.html#failure-modes","workloads.html#transaction-inclusion-expectation","workloads.html#usage-1","workloads.html#what-it-checks-1","workloads.html#failure-modes-1","workloads.html#da-liveness-expectation","workloads.html#usage-2","workloads.html#what-it-checks-2","workloads.html#failure-modes-2","workloads.html#writing-custom-expectations","workloads.html#whats-next","scenario-builder-ext-patterns.html#scenario-builder-patterns","scenario-builder-ext-patterns.html#builder-pattern-basics","scenario-builder-ext-patterns.html#pattern-topology-first","scenario-builder-ext-patterns.html#pattern-workload-chains","scenario-builder-ext-patterns.html#pattern-bundled-expectations","scenario-builder-ext-patterns.html#pattern-explicit-duration","scenario-builder-ext-patterns.html#pattern-chaos-opt-in","scenario-builder-ext-patterns.html#pattern-node-count-rationale","scenario-builder-ext-patterns.html#pattern-rate-tuning","scenario-builder-ext-patterns.html#pattern-combining-workloads","scenario-builder-ext-patterns.html#pattern-reusable-builders","scenario-builder-ext-patterns.html#pattern-environment-specific-configuration","scenario-builder-ext-patterns.html#pattern-documentation-through-code","scenario-builder-ext-patterns.html#anti-patterns-to-avoid","scenario-builder-ext-patterns.html#builder-extensions-for-custom-workloads","scenario-builder-ext-patterns.html#whats-next","usage-patterns.html#usage-patterns","best-practices.html#best-practices","examples.html#examples","examples.html#example-1-minimal-consensus-smoke-test","examples.html#example-2-transaction-workload","examples.html#example-3-da-blob-dispersal","examples.html#example-4-combined-transaction-and-da-traffic","examples.html#example-5-chaos-restarts","examples.html#example-6-stress-test","examples.html#example-7-custom-topology","examples.html#running-examples-in-different-environments","examples.html#whats-next","examples-advanced.html#advanced--artificial-examples","examples-advanced.html#synthetic-delay-workload-network-latency-simulation","examples-advanced.html#oscillating-load-workload-traffic-waves","examples-advanced.html#byzantine-behavior-mock","examples-advanced.html#custom-expectation-block-finality-drift","examples-advanced.html#custom-deployer-dry-run-deployer","examples-advanced.html#stochastic-topology-generator","examples-advanced.html#multi-phase-scenario-pipelines","running-scenarios.html#running-scenarios","running-scenarios.html#basic-execution","running-scenarios.html#understanding-test-output","running-scenarios.html#phase-1-build-and-validation","running-scenarios.html#phase-2-deployment","running-scenarios.html#phase-3-readiness","running-scenarios.html#phase-4-workload-execution","running-scenarios.html#phase-5-evaluation","running-scenarios.html#phase-6-cleanup","running-scenarios.html#running-multiple-tests","running-scenarios.html#parallel-execution-concerns","running-scenarios.html#interpreting-results","running-scenarios.html#success","running-scenarios.html#failure","running-scenarios.html#panic-or-error","running-scenarios.html#collecting-artifacts","running-scenarios.html#logs","running-scenarios.html#metrics","running-scenarios.html#core-dumps","running-scenarios.html#debugging-failed-tests","running-scenarios.html#1-read-the-expectation-failure","running-scenarios.html#2-check-readiness","running-scenarios.html#3-check-workload-errors","running-scenarios.html#4-examine-node-logs","running-scenarios.html#5-check-resource-constraints","running-scenarios.html#6-reproduce-locally","running-scenarios.html#running-in-ci","running-scenarios.html#github-actions-example","running-scenarios.html#gitlab-ci-example","running-scenarios.html#advanced-programmatic-execution","running-scenarios.html#whats-next","runners.html#runners","runners.html#understanding-the-runner-interface","runners.html#localdeployer-fast-iteration","runners.html#how-it-works","runners.html#usage","runners.html#configuration","runners.html#when-to-use","runners.html#pros-and-cons","runners.html#composerunner-reproducible-stacks","runners.html#how-it-works-1","runners.html#usage-1","runners.html#configuration-1","runners.html#when-to-use-1","runners.html#pros-and-cons-1","runners.html#k8srunner-production-fidelity","runners.html#how-it-works-2","runners.html#usage-2","runners.html#configuration-2","runners.html#when-to-use-2","runners.html#pros-and-cons-2","runners.html#choosing-a-runner","runners.html#runner-capabilities","runners.html#mixing-runners","runners.html#advanced-custom-runners","runners.html#whats-next","chaos.html#chaos-workloads","chaos.html#how-it-works","chaos.html#usage","chaos.html#expectations-to-pair","chaos.html#best-practices","node-control.html#node-control--runcontext","node-control.html#accessing-node-control-in-workloadsexpectations","node-control.html#current-api-surface","node-control.html#considerations","topology-chaos.html#topology--chaos-patterns","topology-chaos.html#node-control-availability","topology-chaos.html#chaos-patterns-to-consider","topology-chaos.html#expectations-to-pair","topology-chaos.html#guidance","operations.html#operations","operations.html#prerequisites","operations.html#nomos-node-checkout","operations.html#runner-specific-prerequisites","operations.html#circuit-and-prover-assets","operations.html#environment-configuration","operations.html#slow-environment-mode","operations.html#tracing-and-logging","operations.html#port-configuration","operations.html#understanding-readiness-checks","operations.html#what-readiness-means","operations.html#readiness-timeout","operations.html#debugging-readiness-failures","operations.html#observability-and-metrics","operations.html#log-files","operations.html#metrics-endpoints","operations.html#block-progression-tracking","operations.html#failure-triage","operations.html#1-check-expectations","operations.html#2-check-readiness","operations.html#3-check-workload-errors","operations.html#4-check-node-logs","operations.html#5-check-resource-constraints","operations.html#common-issues-and-solutions","operations.html#binaries-not-found","operations.html#port-already-in-use","operations.html#readiness-timeout-1","operations.html#docker-daemon-not-running","operations.html#kubernetes-resources-not-found","operations.html#ci-integration","operations.html#use-composerunner","operations.html#enable-slow-mode","operations.html#capture-logs","operations.html#parallel-test-limits","operations.html#production-like-testing","operations.html#whats-next","part-iii.html#part-iii--developer-reference","scenario-model.html#the-scenario-model","scenario-model.html#why-separate-concepts-matter","scenario-model.html#topology-pure-description","scenario-model.html#scenario-the-immutable-plan","scenario-model.html#workloads-controlled-traffic-generation","scenario-model.html#expectations-post-run-judgments","scenario-model.html#runtime-the-execution-coordinator","scenario-model.html#respecting-boundaries","scenario-model.html#what-this-enables","extending.html#extending-the-framework","extending.html#why-extend","extending.html#adding-custom-workloads","extending.html#the-workload-trait","extending.html#example-health-check-workload","extending.html#using-the-custom-workload","extending.html#builder-api-integration","extending.html#workload-best-practices","extending.html#adding-custom-expectations","extending.html#the-expectation-trait","extending.html#example-peer-count-expectation","extending.html#using-custom-expectations","extending.html#expectation-best-practices","extending.html#adding-custom-runners","extending.html#the-deployer-and-runner-traits","extending.html#example-mock-runner","extending.html#runner-best-practices","extending.html#adding-topology-configurations","extending.html#integrating-extensions","extending.html#whats-next","custom-workload-example.html#example-new-workload--expectation-rust","custom-workload-example.html#workload-simple-reachability-probe","custom-workload-example.html#expectation-confirm-the-target-stayed-reachable","custom-workload-example.html#how-to-wire-it","internal-crate-reference.html#internal-crate-reference","part-iv.html#part-iv--appendix","dsl-cheat-sheet.html#core-content-dsl-cheat-sheet","troubleshooting.html#troubleshooting","troubleshooting.html#build-and-deployment-issues","troubleshooting.html#symptom-binaries-not-found-error","troubleshooting.html#symptom-port-already-in-use","troubleshooting.html#symptom-readiness-timeout","troubleshooting.html#runtime-issues","troubleshooting.html#symptom-no-block-progression","troubleshooting.html#symptom-slow-block-progression","troubleshooting.html#symptom-workload-errors","troubleshooting.html#expectation-failures","troubleshooting.html#symptom-transaction-inclusion-failure","troubleshooting.html#symptom-chaos-workload-fails","troubleshooting.html#environment-specific-issues","troubleshooting.html#symptom-docker-issues","troubleshooting.html#symptom-kubernetes-issues","troubleshooting.html#flaky-tests","troubleshooting.html#symptom-tests-pass-locally-fail-in-ci","troubleshooting.html#symptom-tests-sometimes-pass-sometimes-fail","troubleshooting.html#debugging-checklist","troubleshooting.html#getting-help","faq.html#frequently-asked-questions","faq.html#general-questions","faq.html#why-does-the-framework-use-protocol-time-instead-of-wall-clock-time","faq.html#can-i-reuse-the-same-scenario-with-different-runners","faq.html#how-is-this-different-from-unit-tests","faq.html#do-i-need-to-build-nomos-from-source","faq.html#scenario-design","faq.html#how-many-nodes-should-my-tests-use","faq.html#how-long-should-test-runs-be","faq.html#when-should-i-use-chaos-workloads","faq.html#should-i-combine-multiple-workloads-in-one-test","faq.html#do-i-need-seeded-wallets","faq.html#running-tests","faq.html#why-do-tests-take-so-long-to-start","faq.html#can-i-run-tests-in-parallel","faq.html#how-do-i-debug-a-failing-test","faq.html#can-i-run-tests-without-dockerkubernetes","faq.html#extending-the-framework","faq.html#how-do-i-add-a-custom-workload","faq.html#can-i-add-a-custom-runner","faq.html#can-i-contribute-my-workloadexpectation-upstream","faq.html#troubleshooting","faq.html#tests-pass-locally-but-fail-in-ci","faq.html#port-already-in-use-errors","faq.html#nodes-wont-reach-ready-state","faq.html#expectations-fail-but-logs-look-fine","faq.html#performance-and-resources","faq.html#how-much-cpumemory-do-tests-need","faq.html#can-i-run-tests-on-limited-hardware","faq.html#how-do-i-make-tests-faster","faq.html#advanced-usage","faq.html#can-i-programmatically-generate-scenarios","faq.html#can-i-parameterize-tests-by-runner","faq.html#how-do-i-integrate-with-cicd","faq.html#getting-help","faq.html#where-can-i-get-help","faq.html#how-do-i-report-a-bug","glossary.html#glossary","glossary.html#core-concepts","glossary.html#nomos-specifics","glossary.html#framework-architecture","glossary.html#common-abbreviations"],"index":{"documentStore":{"docInfo":{"0":{"body":26,"breadcrumbs":6,"title":3},"1":{"body":18,"breadcrumbs":5,"title":2},"10":{"body":132,"breadcrumbs":5,"title":2},"100":{"body":15,"breadcrumbs":11,"title":3},"101":{"body":35,"breadcrumbs":11,"title":3},"102":{"body":42,"breadcrumbs":11,"title":3},"103":{"body":51,"breadcrumbs":11,"title":3},"104":{"body":42,"breadcrumbs":11,"title":3},"105":{"body":42,"breadcrumbs":11,"title":3},"106":{"body":44,"breadcrumbs":11,"title":3},"107":{"body":48,"breadcrumbs":12,"title":4},"108":{"body":40,"breadcrumbs":11,"title":3},"109":{"body":36,"breadcrumbs":11,"title":3},"11":{"body":43,"breadcrumbs":6,"title":2},"110":{"body":38,"breadcrumbs":11,"title":3},"111":{"body":38,"breadcrumbs":12,"title":4},"112":{"body":42,"breadcrumbs":12,"title":4},"113":{"body":109,"breadcrumbs":11,"title":3},"114":{"body":35,"breadcrumbs":12,"title":4},"115":{"body":15,"breadcrumbs":10,"title":2},"116":{"body":84,"breadcrumbs":8,"title":2},"117":{"body":96,"breadcrumbs":8,"title":2},"118":{"body":24,"breadcrumbs":6,"title":1},"119":{"body":73,"breadcrumbs":11,"title":6},"12":{"body":30,"breadcrumbs":7,"title":3},"120":{"body":94,"breadcrumbs":9,"title":4},"121":{"body":80,"breadcrumbs":10,"title":5},"122":{"body":73,"breadcrumbs":11,"title":6},"123":{"body":98,"breadcrumbs":9,"title":4},"124":{"body":74,"breadcrumbs":9,"title":4},"125":{"body":71,"breadcrumbs":9,"title":4},"126":{"body":26,"breadcrumbs":9,"title":4},"127":{"body":22,"breadcrumbs":7,"title":2},"128":{"body":19,"breadcrumbs":10,"title":3},"129":{"body":41,"breadcrumbs":13,"title":6},"13":{"body":64,"breadcrumbs":7,"title":3},"130":{"body":37,"breadcrumbs":12,"title":5},"131":{"body":34,"breadcrumbs":10,"title":3},"132":{"body":41,"breadcrumbs":12,"title":5},"133":{"body":39,"breadcrumbs":12,"title":5},"134":{"body":35,"breadcrumbs":10,"title":3},"135":{"body":40,"breadcrumbs":11,"title":4},"136":{"body":21,"breadcrumbs":8,"title":2},"137":{"body":35,"breadcrumbs":8,"title":2},"138":{"body":7,"breadcrumbs":9,"title":3},"139":{"body":35,"breadcrumbs":10,"title":4},"14":{"body":59,"breadcrumbs":8,"title":4},"140":{"body":41,"breadcrumbs":9,"title":3},"141":{"body":35,"breadcrumbs":9,"title":3},"142":{"body":52,"breadcrumbs":10,"title":4},"143":{"body":26,"breadcrumbs":9,"title":3},"144":{"body":16,"breadcrumbs":9,"title":3},"145":{"body":18,"breadcrumbs":9,"title":3},"146":{"body":28,"breadcrumbs":9,"title":3},"147":{"body":0,"breadcrumbs":8,"title":2},"148":{"body":25,"breadcrumbs":7,"title":1},"149":{"body":32,"breadcrumbs":7,"title":1},"15":{"body":60,"breadcrumbs":8,"title":4},"150":{"body":25,"breadcrumbs":8,"title":2},"151":{"body":0,"breadcrumbs":8,"title":2},"152":{"body":80,"breadcrumbs":7,"title":1},"153":{"body":37,"breadcrumbs":7,"title":1},"154":{"body":14,"breadcrumbs":8,"title":2},"155":{"body":4,"breadcrumbs":9,"title":3},"156":{"body":23,"breadcrumbs":10,"title":4},"157":{"body":23,"breadcrumbs":9,"title":3},"158":{"body":17,"breadcrumbs":10,"title":4},"159":{"body":32,"breadcrumbs":10,"title":4},"16":{"body":42,"breadcrumbs":7,"title":3},"160":{"body":24,"breadcrumbs":10,"title":4},"161":{"body":25,"breadcrumbs":9,"title":3},"162":{"body":0,"breadcrumbs":8,"title":2},"163":{"body":64,"breadcrumbs":9,"title":3},"164":{"body":20,"breadcrumbs":9,"title":3},"165":{"body":48,"breadcrumbs":9,"title":3},"166":{"body":21,"breadcrumbs":8,"title":2},"167":{"body":28,"breadcrumbs":6,"title":1},"168":{"body":74,"breadcrumbs":8,"title":3},"169":{"body":11,"breadcrumbs":8,"title":3},"17":{"body":43,"breadcrumbs":7,"title":3},"170":{"body":34,"breadcrumbs":6,"title":1},"171":{"body":9,"breadcrumbs":6,"title":1},"172":{"body":29,"breadcrumbs":6,"title":1},"173":{"body":51,"breadcrumbs":6,"title":1},"174":{"body":34,"breadcrumbs":7,"title":2},"175":{"body":14,"breadcrumbs":8,"title":3},"176":{"body":35,"breadcrumbs":6,"title":1},"177":{"body":9,"breadcrumbs":6,"title":1},"178":{"body":40,"breadcrumbs":6,"title":1},"179":{"body":46,"breadcrumbs":6,"title":1},"18":{"body":90,"breadcrumbs":7,"title":3},"180":{"body":38,"breadcrumbs":7,"title":2},"181":{"body":15,"breadcrumbs":8,"title":3},"182":{"body":32,"breadcrumbs":6,"title":1},"183":{"body":12,"breadcrumbs":6,"title":1},"184":{"body":56,"breadcrumbs":6,"title":1},"185":{"body":40,"breadcrumbs":6,"title":1},"186":{"body":39,"breadcrumbs":7,"title":2},"187":{"body":41,"breadcrumbs":7,"title":2},"188":{"body":27,"breadcrumbs":7,"title":2},"189":{"body":46,"breadcrumbs":7,"title":2},"19":{"body":66,"breadcrumbs":6,"title":2},"190":{"body":49,"breadcrumbs":8,"title":3},"191":{"body":21,"breadcrumbs":7,"title":2},"192":{"body":14,"breadcrumbs":8,"title":2},"193":{"body":56,"breadcrumbs":7,"title":1},"194":{"body":40,"breadcrumbs":7,"title":1},"195":{"body":24,"breadcrumbs":8,"title":2},"196":{"body":26,"breadcrumbs":8,"title":2},"197":{"body":28,"breadcrumbs":10,"title":3},"198":{"body":53,"breadcrumbs":11,"title":4},"199":{"body":43,"breadcrumbs":10,"title":3},"2":{"body":45,"breadcrumbs":4,"title":1},"20":{"body":52,"breadcrumbs":6,"title":2},"200":{"body":32,"breadcrumbs":8,"title":1},"201":{"body":11,"breadcrumbs":10,"title":3},"202":{"body":16,"breadcrumbs":10,"title":3},"203":{"body":57,"breadcrumbs":10,"title":3},"204":{"body":24,"breadcrumbs":9,"title":2},"205":{"body":35,"breadcrumbs":8,"title":1},"206":{"body":20,"breadcrumbs":6,"title":1},"207":{"body":7,"breadcrumbs":6,"title":1},"208":{"body":35,"breadcrumbs":8,"title":3},"209":{"body":58,"breadcrumbs":8,"title":3},"21":{"body":17,"breadcrumbs":6,"title":2},"210":{"body":34,"breadcrumbs":8,"title":3},"211":{"body":7,"breadcrumbs":7,"title":2},"212":{"body":37,"breadcrumbs":8,"title":3},"213":{"body":24,"breadcrumbs":7,"title":2},"214":{"body":21,"breadcrumbs":7,"title":2},"215":{"body":15,"breadcrumbs":8,"title":3},"216":{"body":17,"breadcrumbs":7,"title":2},"217":{"body":20,"breadcrumbs":7,"title":2},"218":{"body":45,"breadcrumbs":8,"title":3},"219":{"body":8,"breadcrumbs":7,"title":2},"22":{"body":36,"breadcrumbs":7,"title":3},"220":{"body":45,"breadcrumbs":7,"title":2},"221":{"body":20,"breadcrumbs":7,"title":2},"222":{"body":29,"breadcrumbs":8,"title":3},"223":{"body":5,"breadcrumbs":7,"title":2},"224":{"body":18,"breadcrumbs":8,"title":3},"225":{"body":23,"breadcrumbs":8,"title":3},"226":{"body":21,"breadcrumbs":9,"title":4},"227":{"body":32,"breadcrumbs":9,"title":4},"228":{"body":27,"breadcrumbs":9,"title":4},"229":{"body":0,"breadcrumbs":8,"title":3},"23":{"body":86,"breadcrumbs":8,"title":4},"230":{"body":29,"breadcrumbs":7,"title":2},"231":{"body":14,"breadcrumbs":8,"title":3},"232":{"body":17,"breadcrumbs":7,"title":2},"233":{"body":17,"breadcrumbs":8,"title":3},"234":{"body":18,"breadcrumbs":8,"title":3},"235":{"body":7,"breadcrumbs":7,"title":2},"236":{"body":12,"breadcrumbs":7,"title":2},"237":{"body":12,"breadcrumbs":8,"title":3},"238":{"body":15,"breadcrumbs":7,"title":2},"239":{"body":14,"breadcrumbs":8,"title":3},"24":{"body":52,"breadcrumbs":8,"title":4},"240":{"body":41,"breadcrumbs":7,"title":2},"241":{"body":21,"breadcrumbs":7,"title":2},"242":{"body":10,"breadcrumbs":8,"title":4},"243":{"body":36,"breadcrumbs":10,"title":2},"244":{"body":60,"breadcrumbs":11,"title":3},"245":{"body":70,"breadcrumbs":11,"title":3},"246":{"body":69,"breadcrumbs":11,"title":3},"247":{"body":100,"breadcrumbs":12,"title":4},"248":{"body":89,"breadcrumbs":12,"title":4},"249":{"body":75,"breadcrumbs":11,"title":3},"25":{"body":50,"breadcrumbs":7,"title":3},"250":{"body":67,"breadcrumbs":10,"title":2},"251":{"body":57,"breadcrumbs":9,"title":1},"252":{"body":28,"breadcrumbs":8,"title":2},"253":{"body":39,"breadcrumbs":7,"title":1},"254":{"body":13,"breadcrumbs":9,"title":3},"255":{"body":66,"breadcrumbs":8,"title":2},"256":{"body":90,"breadcrumbs":10,"title":4},"257":{"body":15,"breadcrumbs":9,"title":3},"258":{"body":68,"breadcrumbs":9,"title":3},"259":{"body":81,"breadcrumbs":9,"title":3},"26":{"body":40,"breadcrumbs":7,"title":3},"260":{"body":11,"breadcrumbs":9,"title":3},"261":{"body":52,"breadcrumbs":8,"title":2},"262":{"body":64,"breadcrumbs":10,"title":4},"263":{"body":10,"breadcrumbs":9,"title":3},"264":{"body":47,"breadcrumbs":9,"title":3},"265":{"body":10,"breadcrumbs":9,"title":3},"266":{"body":53,"breadcrumbs":9,"title":3},"267":{"body":64,"breadcrumbs":9,"title":3},"268":{"body":52,"breadcrumbs":9,"title":3},"269":{"body":39,"breadcrumbs":9,"title":3},"27":{"body":26,"breadcrumbs":5,"title":1},"270":{"body":32,"breadcrumbs":8,"title":2},"271":{"body":24,"breadcrumbs":8,"title":2},"272":{"body":19,"breadcrumbs":14,"title":5},"273":{"body":121,"breadcrumbs":13,"title":4},"274":{"body":68,"breadcrumbs":14,"title":5},"275":{"body":24,"breadcrumbs":10,"title":1},"276":{"body":91,"breadcrumbs":10,"title":3},"277":{"body":10,"breadcrumbs":6,"title":3},"278":{"body":84,"breadcrumbs":11,"title":5},"279":{"body":19,"breadcrumbs":6,"title":1},"28":{"body":29,"breadcrumbs":7,"title":2},"280":{"body":0,"breadcrumbs":8,"title":3},"281":{"body":51,"breadcrumbs":9,"title":4},"282":{"body":49,"breadcrumbs":9,"title":4},"283":{"body":80,"breadcrumbs":8,"title":3},"284":{"body":0,"breadcrumbs":7,"title":2},"285":{"body":85,"breadcrumbs":8,"title":3},"286":{"body":62,"breadcrumbs":9,"title":4},"287":{"body":59,"breadcrumbs":8,"title":3},"288":{"body":0,"breadcrumbs":7,"title":2},"289":{"body":78,"breadcrumbs":9,"title":4},"29":{"body":34,"breadcrumbs":7,"title":2},"290":{"body":64,"breadcrumbs":9,"title":4},"291":{"body":0,"breadcrumbs":8,"title":3},"292":{"body":48,"breadcrumbs":8,"title":3},"293":{"body":50,"breadcrumbs":8,"title":3},"294":{"body":0,"breadcrumbs":7,"title":2},"295":{"body":44,"breadcrumbs":11,"title":6},"296":{"body":59,"breadcrumbs":11,"title":6},"297":{"body":68,"breadcrumbs":7,"title":2},"298":{"body":52,"breadcrumbs":7,"title":2},"299":{"body":0,"breadcrumbs":7,"title":3},"3":{"body":42,"breadcrumbs":4,"title":1},"30":{"body":92,"breadcrumbs":9,"title":4},"300":{"body":0,"breadcrumbs":6,"title":2},"301":{"body":51,"breadcrumbs":12,"title":8},"302":{"body":35,"breadcrumbs":9,"title":5},"303":{"body":48,"breadcrumbs":7,"title":3},"304":{"body":33,"breadcrumbs":8,"title":4},"305":{"body":0,"breadcrumbs":6,"title":2},"306":{"body":45,"breadcrumbs":8,"title":4},"307":{"body":49,"breadcrumbs":7,"title":3},"308":{"body":33,"breadcrumbs":7,"title":3},"309":{"body":34,"breadcrumbs":9,"title":5},"31":{"body":97,"breadcrumbs":8,"title":3},"310":{"body":18,"breadcrumbs":7,"title":3},"311":{"body":0,"breadcrumbs":6,"title":2},"312":{"body":31,"breadcrumbs":8,"title":4},"313":{"body":20,"breadcrumbs":7,"title":3},"314":{"body":38,"breadcrumbs":7,"title":3},"315":{"body":14,"breadcrumbs":8,"title":4},"316":{"body":0,"breadcrumbs":6,"title":2},"317":{"body":28,"breadcrumbs":7,"title":3},"318":{"body":19,"breadcrumbs":7,"title":3},"319":{"body":13,"breadcrumbs":7,"title":3},"32":{"body":87,"breadcrumbs":8,"title":3},"320":{"body":0,"breadcrumbs":5,"title":1},"321":{"body":31,"breadcrumbs":9,"title":5},"322":{"body":18,"breadcrumbs":8,"title":4},"323":{"body":36,"breadcrumbs":9,"title":5},"324":{"body":35,"breadcrumbs":9,"title":5},"325":{"body":0,"breadcrumbs":6,"title":2},"326":{"body":45,"breadcrumbs":8,"title":4},"327":{"body":25,"breadcrumbs":8,"title":4},"328":{"body":33,"breadcrumbs":7,"title":3},"329":{"body":0,"breadcrumbs":6,"title":2},"33":{"body":88,"breadcrumbs":9,"title":4},"330":{"body":20,"breadcrumbs":7,"title":3},"331":{"body":24,"breadcrumbs":7,"title":3},"332":{"body":27,"breadcrumbs":6,"title":2},"333":{"body":0,"breadcrumbs":6,"title":2},"334":{"body":15,"breadcrumbs":5,"title":1},"335":{"body":24,"breadcrumbs":6,"title":2},"336":{"body":12,"breadcrumbs":5,"title":1},"337":{"body":326,"breadcrumbs":6,"title":2},"338":{"body":84,"breadcrumbs":6,"title":2},"339":{"body":145,"breadcrumbs":6,"title":2},"34":{"body":79,"breadcrumbs":8,"title":3},"340":{"body":16,"breadcrumbs":6,"title":2},"35":{"body":86,"breadcrumbs":9,"title":4},"36":{"body":63,"breadcrumbs":8,"title":3},"37":{"body":65,"breadcrumbs":7,"title":2},"38":{"body":85,"breadcrumbs":7,"title":2},"39":{"body":36,"breadcrumbs":7,"title":2},"4":{"body":45,"breadcrumbs":6,"title":3},"40":{"body":18,"breadcrumbs":6,"title":2},"41":{"body":131,"breadcrumbs":10,"title":6},"42":{"body":147,"breadcrumbs":10,"title":6},"43":{"body":147,"breadcrumbs":8,"title":4},"44":{"body":123,"breadcrumbs":10,"title":6},"45":{"body":101,"breadcrumbs":9,"title":5},"46":{"body":121,"breadcrumbs":11,"title":7},"47":{"body":103,"breadcrumbs":10,"title":6},"48":{"body":75,"breadcrumbs":7,"title":3},"49":{"body":36,"breadcrumbs":6,"title":2},"5":{"body":64,"breadcrumbs":5,"title":2},"50":{"body":10,"breadcrumbs":8,"title":4},"51":{"body":94,"breadcrumbs":8,"title":2},"52":{"body":59,"breadcrumbs":8,"title":2},"53":{"body":30,"breadcrumbs":8,"title":2},"54":{"body":231,"breadcrumbs":10,"title":4},"55":{"body":121,"breadcrumbs":10,"title":4},"56":{"body":101,"breadcrumbs":8,"title":2},"57":{"body":61,"breadcrumbs":9,"title":3},"58":{"body":69,"breadcrumbs":10,"title":4},"59":{"body":83,"breadcrumbs":9,"title":3},"6":{"body":20,"breadcrumbs":2,"title":1},"60":{"body":74,"breadcrumbs":8,"title":2},"61":{"body":82,"breadcrumbs":8,"title":2},"62":{"body":43,"breadcrumbs":8,"title":2},"63":{"body":33,"breadcrumbs":10,"title":2},"64":{"body":75,"breadcrumbs":10,"title":2},"65":{"body":18,"breadcrumbs":10,"title":2},"66":{"body":17,"breadcrumbs":10,"title":2},"67":{"body":80,"breadcrumbs":10,"title":2},"68":{"body":40,"breadcrumbs":8,"title":0},"69":{"body":18,"breadcrumbs":10,"title":2},"7":{"body":10,"breadcrumbs":4,"title":2},"70":{"body":19,"breadcrumbs":9,"title":1},"71":{"body":15,"breadcrumbs":11,"title":3},"72":{"body":13,"breadcrumbs":10,"title":2},"73":{"body":65,"breadcrumbs":10,"title":2},"74":{"body":31,"breadcrumbs":8,"title":0},"75":{"body":13,"breadcrumbs":10,"title":2},"76":{"body":22,"breadcrumbs":9,"title":1},"77":{"body":19,"breadcrumbs":10,"title":2},"78":{"body":12,"breadcrumbs":10,"title":2},"79":{"body":53,"breadcrumbs":10,"title":2},"8":{"body":80,"breadcrumbs":4,"title":1},"80":{"body":43,"breadcrumbs":8,"title":0},"81":{"body":31,"breadcrumbs":9,"title":1},"82":{"body":35,"breadcrumbs":9,"title":1},"83":{"body":27,"breadcrumbs":10,"title":2},"84":{"body":32,"breadcrumbs":10,"title":2},"85":{"body":10,"breadcrumbs":11,"title":3},"86":{"body":16,"breadcrumbs":9,"title":1},"87":{"body":22,"breadcrumbs":9,"title":1},"88":{"body":21,"breadcrumbs":9,"title":1},"89":{"body":28,"breadcrumbs":10,"title":2},"9":{"body":52,"breadcrumbs":4,"title":1},"90":{"body":6,"breadcrumbs":11,"title":3},"91":{"body":15,"breadcrumbs":9,"title":1},"92":{"body":12,"breadcrumbs":9,"title":1},"93":{"body":30,"breadcrumbs":10,"title":2},"94":{"body":8,"breadcrumbs":11,"title":3},"95":{"body":17,"breadcrumbs":9,"title":1},"96":{"body":13,"breadcrumbs":9,"title":1},"97":{"body":14,"breadcrumbs":10,"title":2},"98":{"body":13,"breadcrumbs":11,"title":3},"99":{"body":28,"breadcrumbs":10,"title":2}},"docs":{"0":{"body":"Before we dive into the testing framework, let’s make sure we’re on the same\\npage about Nomos itself. You don’t need to be a Nomos expert to use this\\nframework, but understanding a few key concepts will help the examples make\\nsense.","breadcrumbs":"Project Context Primer » Project Context Primer","id":"0","title":"Project Context Primer"},"1":{"body":"Nomos is a modular blockchain protocol built around three main components:\\nvalidators, executors, and a data availability subsystem. Let’s look at what\\neach one does.","breadcrumbs":"Project Context Primer » The Nomos Architecture","id":"1","title":"The Nomos Architecture"},"10":{"body":"The book is organized into four parts: Part I: Foundations gives you the mental model. We’ll walk through the\\narchitecture, explain why the framework makes certain design choices, and show\\nyou how scenarios execute from start to finish. If you’re new to the framework,\\nstart here. Part II: User Guide is where you’ll spend most of your time. We’ll show you\\nhow to write scenarios, combine workloads, set up your environment, and run\\ntests across different backends. Jump here if you want to get something running\\nquickly and learn by doing. Part III: Developer Reference goes deep into the internals. You’ll learn\\nhow to extend the framework with custom workloads, new expectations, or even\\nnew deployment backends. Read this when you need to add capabilities the\\nframework doesn’t provide yet. Part IV: Appendix collects quick references, troubleshooting guides, and\\nanswers to common questions. Keep this handy when you’re debugging test\\nfailures or can’t remember the exact syntax. You don’t need to read this book front to back. If you already understand the\\nconcepts and just want examples, jump straight to the Examples chapter. If you\\nprefer to understand the “why” before the “how”, read Part I first. This book\\nis designed to support both approaches. Let’s get started!","breadcrumbs":"Part I — Foundations » Introduction » How to Use This Book","id":"10","title":"How to Use This Book"},"100":{"body":"The scenario builder API is designed to be fluent and readable. This chapter\\ncollects patterns and best practices for building clear, maintainable scenarios.","breadcrumbs":"Part II — User Guide » Core Content: ScenarioBuilderExt Patterns » Scenario Builder Patterns","id":"100","title":"Scenario Builder Patterns"},"101":{"body":"The scenario builder uses a fluent API where each method returns self,\\nallowing method chaining: #![allow(unused)] fn main() {\\nlet plan = ScenarioBuilder::with_node_counts(3, 1) .transactions().rate(10).apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(60)) .build(); } This reads top-to-bottom: start with topology, add workloads, add expectations,\\nset duration, build the plan.","breadcrumbs":"Part II — User Guide » Core Content: ScenarioBuilderExt Patterns » Builder Pattern Basics","id":"101","title":"Builder Pattern Basics"},"102":{"body":"Always start by defining your topology. This sets the foundation for everything\\nelse: #![allow(unused)] fn main() {\\n// Good: topology first\\nScenarioBuilder::with_node_counts(3, 1) .transactions().rate(10).apply() // Also good: custom topology\\nScenarioBuilder::new() .with_topology( TopologyBuilder::with_node_counts(5, 2) .with_network_layout(NetworkLayout::Mesh) .build() ) .transactions().rate(10).apply() } Topology determines what workloads make sense. You can’t add transaction\\nworkloads without executors, so declaring topology first makes this obvious.","breadcrumbs":"Part II — User Guide » Core Content: ScenarioBuilderExt Patterns » Pattern: Topology First","id":"102","title":"Pattern: Topology First"},"103":{"body":"Workload builders nest within the scenario builder: #![allow(unused)] fn main() {\\nScenarioBuilder::with_node_counts(3, 2) .transactions() // Enter transaction workload builder .rate(10) // Configure transaction workload .actors(20) .apply() // Exit back to scenario builder .da_blobs() // Enter DA workload builder .rate(2) .size(512_000) .apply() // Exit back to scenario builder } The .apply() call is crucial—it finalizes the workload and returns to the\\nscenario builder. If you forget .apply(), you’ll get a type error.","breadcrumbs":"Part II — User Guide » Core Content: ScenarioBuilderExt Patterns » Pattern: Workload Chains","id":"103","title":"Pattern: Workload Chains"},"104":{"body":"Many workloads include sensible default expectations: #![allow(unused)] fn main() {\\n// This implicitly adds TransactionInclusion expectation\\nScenarioBuilder::with_node_counts(2, 1) .transactions().rate(10).apply() } You can disable bundled expectations if needed: #![allow(unused)] fn main() {\\nScenarioBuilder::with_node_counts(2, 1) .transactions() .rate(10) .no_bundled_expectations() // Don\'t add inclusion expectation .apply() } This is useful when you want custom inclusion criteria or when inclusion isn’t\\nrelevant for your test.","breadcrumbs":"Part II — User Guide » Core Content: ScenarioBuilderExt Patterns » Pattern: Bundled Expectations","id":"104","title":"Pattern: Bundled Expectations"},"105":{"body":"Always set an explicit run duration: #![allow(unused)] fn main() {\\n// Good: explicit duration .with_run_duration(Duration::from_secs(60)) // Bad: relying on defaults\\n// (framework will error during build if duration is missing) } Choose durations based on what you’re testing: Quick smoke tests: 30-60s Workload-driven tests: 60-120s Chaos/resilience: 90-180s Soak tests: 300s+","breadcrumbs":"Part II — User Guide » Core Content: ScenarioBuilderExt Patterns » Pattern: Explicit Duration","id":"105","title":"Pattern: Explicit Duration"},"106":{"body":"Only add chaos workloads when explicitly testing resilience: #![allow(unused)] fn main() {\\n// Deterministic test: no chaos\\nScenarioBuilder::with_node_counts(3, 1) .transactions().rate(10).apply() .expect_consensus_liveness() // Resilience test: explicit chaos\\nScenarioBuilder::with_node_counts(4, 1) // Extra validator for tolerance .transactions().rate(10).apply() .chaos().restart().interval(Duration::from_secs(20)).apply() .expect_consensus_liveness() } Don’t add chaos “just because”—it makes tests non-deterministic and harder to\\ndebug. Use chaos intentionally when testing recovery logic.","breadcrumbs":"Part II — User Guide » Core Content: ScenarioBuilderExt Patterns » Pattern: Chaos Opt-In","id":"106","title":"Pattern: Chaos Opt-In"},"107":{"body":"Choose node counts deliberately: #![allow(unused)] fn main() {\\n// Consensus tests: 3+ validators for meaningful coordination\\nScenarioBuilder::with_node_counts(3, 0) // Transaction tests: need at least 1 executor\\nScenarioBuilder::with_node_counts(2, 1) // Chaos tests: N+1 validators to tolerate 1 down\\nScenarioBuilder::with_node_counts(4, 1) // Production-like: many nodes\\nScenarioBuilder::with_node_counts(10, 5) } More nodes = more realistic but slower and more resource-intensive. Find the\\nminimum that tests what you need.","breadcrumbs":"Part II — User Guide » Core Content: ScenarioBuilderExt Patterns » Pattern: Node Count Rationale","id":"107","title":"Pattern: Node Count Rationale"},"108":{"body":"Tune workload rates based on node count and hardware: #![allow(unused)] fn main() {\\n// Light load: good for smoke tests .transactions().rate(5).apply() // Moderate load: exercises mempool and block packing .transactions().rate(20).apply() // Heavy load: stress testing .transactions().rate(100).apply() } Start with low rates and increase until you see interesting behavior\\n(congestion, backpressure, failure modes).","breadcrumbs":"Part II — User Guide » Core Content: ScenarioBuilderExt Patterns » Pattern: Rate Tuning","id":"108","title":"Pattern: Rate Tuning"},"109":{"body":"Mix workloads to test realistic scenarios: #![allow(unused)] fn main() {\\nScenarioBuilder::with_node_counts(4, 2) // User traffic .transactions().rate(15).apply() // System traffic .da_blobs().rate(3).size(256_000).apply() // Operational chaos .chaos().restart().interval(Duration::from_secs(30)).apply() // Verify both subsystems stay live .expect_consensus_liveness() .expect_da_liveness() } This exercises multiple subsystems concurrently, revealing interaction bugs\\nthat isolated tests miss.","breadcrumbs":"Part II — User Guide » Core Content: ScenarioBuilderExt Patterns » Pattern: Combining Workloads","id":"109","title":"Pattern: Combining Workloads"},"11":{"body":"Now that you understand what Nomos is, let’s look at how the testing framework\\nis structured. The framework has five main concepts that work together to run\\nintegration tests: topology, scenarios, runners, workloads, and expectations. Don’t worry if these terms sound abstract—we’ll explain each one and show how\\nthey connect. By the end of this chapter, you’ll understand how a test goes\\nfrom “I want to test X” to “here are the results.”","breadcrumbs":"Part I — Foundations » Architecture Overview » Architecture Overview","id":"11","title":"Architecture Overview"},"110":{"body":"Extract common patterns into helper functions: #![allow(unused)] fn main() {\\nfn base_scenario() -> ScenarioBuilder { ScenarioBuilder::with_node_counts(3, 1) .expect_consensus_liveness() .with_run_duration(Duration::from_secs(60))\\n} #[tokio::test]\\nasync fn test_light_load() -> Result<()> { let plan = base_scenario() .transactions().rate(5).apply() .build(); // ...\\n} #[tokio::test]\\nasync fn test_heavy_load() -> Result<()> { let plan = base_scenario() .transactions().rate(50).apply() .build(); // ...\\n} } This reduces duplication and makes tests consistent.","breadcrumbs":"Part II — User Guide » Core Content: ScenarioBuilderExt Patterns » Pattern: Reusable Builders","id":"110","title":"Pattern: Reusable Builders"},"111":{"body":"Adjust based on environment: #![allow(unused)] fn main() {\\nlet node_count = if std::env::var(\\"CI\\").is_ok() { 5 // More nodes in CI\\n} else { 3 // Fewer nodes locally\\n}; let plan = ScenarioBuilder::with_node_counts(node_count, 1) .transactions().rate(10).apply() .build(); } Or use builder helpers: #![allow(unused)] fn main() {\\nlet mut builder = ScenarioBuilder::with_node_counts(3, 1); if std::env::var(\\"SLOW_ENVIRONMENT\\").is_ok() { builder = builder.with_timeout_multiplier(2);\\n} let plan = builder .transactions().rate(10).apply() .build(); }","breadcrumbs":"Part II — User Guide » Core Content: ScenarioBuilderExt Patterns » Pattern: Environment-Specific Configuration","id":"111","title":"Pattern: Environment-Specific Configuration"},"112":{"body":"Use the builder API to document test intent: #![allow(unused)] fn main() {\\n// Clear intent through naming and structure\\nScenarioBuilder::with_node_counts(3, 1) .transactions() .rate(10) // Moderate load .actors(5) // Limited actors for determinism .apply() .expect_consensus_liveness() // Must keep making blocks .with_run_duration(Duration::from_secs(60)) // One minute observation .build(); } The builder calls read like documentation—no comments needed for straightforward scenarios.","breadcrumbs":"Part II — User Guide » Core Content: ScenarioBuilderExt Patterns » Pattern: Documentation Through Code","id":"112","title":"Pattern: Documentation Through Code"},"113":{"body":"Anti-pattern 1: Missing .apply() #![allow(unused)] fn main() {\\n// WRONG: forgot .apply()\\nScenarioBuilder::with_node_counts(3, 1) .transactions() .rate(10) // Missing .apply() here! .expect_consensus_liveness() // Type error } Always close workload builders with .apply(). Anti-pattern 2: Implicit durations #![allow(unused)] fn main() {\\n// WRONG: no duration set\\nScenarioBuilder::with_node_counts(3, 1) .transactions().rate(10).apply() .build(); // Build will fail } Always set with_run_duration() explicitly. Anti-pattern 3: Workloads without expectations #![allow(unused)] fn main() {\\n// QUESTIONABLE: what defines success?\\nScenarioBuilder::with_node_counts(3, 1) .transactions().rate(10).apply() .with_run_duration(Duration::from_secs(60)) .build(); } Workloads without expectations can still pass the test even if nothing worked.\\nAlways add at least consensus liveness. Anti-pattern 4: Too many concerns #![allow(unused)] fn main() {\\n// BAD: tests too many things\\nScenarioBuilder::with_node_counts(10, 5) .transactions().rate(100).apply() .da_blobs().rate(50).apply() .chaos().restart().apply() .expect_consensus_liveness() .expect_da_liveness() .expect_transaction_inclusion() .with_run_duration(Duration::from_secs(300)) } This test is slow, hard to debug, and unclear about what it’s testing. Break\\ninto smaller focused tests.","breadcrumbs":"Part II — User Guide » Core Content: ScenarioBuilderExt Patterns » Anti-Patterns to Avoid","id":"113","title":"Anti-Patterns to Avoid"},"114":{"body":"When adding custom workloads, create builder extensions: #![allow(unused)] fn main() {\\npub trait MyWorkloadBuilderExt { fn my_workload(self) -> MyWorkloadBuilder;\\n} impl MyWorkloadBuilderExt for ScenarioBuilder { fn my_workload(self) -> MyWorkloadBuilder { MyWorkloadBuilder::new(self) }\\n} // Now you can use it fluently:\\nScenarioBuilder::with_node_counts(3, 1) .my_workload() .custom_param(42) .apply() } See the Extending the Framework chapter for details.","breadcrumbs":"Part II — User Guide » Core Content: ScenarioBuilderExt Patterns » Builder Extensions for Custom Workloads","id":"114","title":"Builder Extensions for Custom Workloads"},"115":{"body":"You now understand the patterns that make scenarios readable and maintainable.\\nThe remaining chapters cover reference material: the Glossary, Troubleshooting,\\nand FAQ.","breadcrumbs":"Part II — User Guide » Core Content: ScenarioBuilderExt Patterns » What’s Next","id":"115","title":"What’s Next"},"116":{"body":"Shape a topology, pick a runner: choose local for quick iteration, compose for reproducible multi-node stacks with observability, or k8s for cluster-grade validation. Compose workloads deliberately: pair transactions and data-availability traffic for end-to-end coverage; add chaos only when assessing recovery and resilience. Align expectations with goals: use liveness-style checks to confirm the system keeps up with planned activity, and add workload-specific assertions for inclusion or availability. Reuse plans across environments: keep the scenario constant while swapping runners to compare behavior between developer machines and CI clusters. Iterate with clear signals: treat expectation outcomes as the primary pass/fail indicator, and adjust topology or workloads based on what those signals reveal.","breadcrumbs":"Part II — User Guide » Usage Patterns » Usage Patterns","id":"116","title":"Usage Patterns"},"117":{"body":"State your intent: document the goal of each scenario (throughput, DA\\nvalidation, resilience) so expectation choices are obvious. Keep runs meaningful: choose durations that allow multiple blocks and make\\ntiming-based assertions trustworthy. Separate concerns: start with deterministic workloads for functional\\nchecks; add chaos in dedicated resilience scenarios to avoid noisy failures. Reuse patterns: standardize on shared topology and workload presets so\\nresults are comparable across environments and teams. Observe first, tune second: rely on liveness and inclusion signals to\\ninterpret outcomes before tweaking rates or topology. Environment fit: pick runners that match the feedback loop you need—local\\nfor speed, compose for reproducible stacks, k8s for cluster-grade fidelity. Minimal surprises: seed only necessary wallets and keep configuration\\ndeltas explicit when moving between CI and developer machines.","breadcrumbs":"Part II — User Guide » Best Practices » Best Practices","id":"117","title":"Best Practices"},"118":{"body":"This chapter collects complete, runnable scenarios that demonstrate common\\ntesting patterns. You can copy these examples, adjust parameters, and adapt\\nthem to your needs. Each example shows what it tests, why you’d use it, and how to tweak it for\\ndifferent environments.","breadcrumbs":"Part II — User Guide » Examples » Examples","id":"118","title":"Examples"},"119":{"body":"What it tests: Basic consensus works with minimal nodes. When to use it: Quick sanity checks during development, or as a starting\\npoint for more complex tests. #![allow(unused)] fn main() {\\nuse nomos_testing_core::scenario::ScenarioBuilder;\\nuse nomos_testing_workflows::builder::ScenarioBuilderExt;\\nuse nomos_testing_runners_local::LocalDeployer;\\nuse std::time::Duration; #[tokio::test]\\nasync fn minimal_consensus() -> Result<(), Box> { let plan = ScenarioBuilder::with_node_counts(2, 0) .expect_consensus_liveness() .with_run_duration(Duration::from_secs(30)) .build(); let runner = LocalDeployer::new().deploy(&plan).await?; let result = runner.run().await?; assert!(result.is_success()); Ok(())\\n} } Tweaking parameters: Increase node count to (3, 0) or (4, 0) to test larger validator sets Increase duration to 60 seconds if you want more block samples Change to ComposeRunner for isolated Docker environment","breadcrumbs":"Part II — User Guide » Examples » Example 1: Minimal Consensus Smoke Test","id":"119","title":"Example 1: Minimal Consensus Smoke Test"},"12":{"body":"When you write a test with this framework, you’re working with five building\\nblocks. Here’s the path your test takes: flowchart LR A[Topology
shape cluster] --> B[Scenario
plan] B --> C[Deployer/Runner
deploy & orchestrate] C --> D[Workloads
drive traffic] D --> E[Expectations
verify outcomes] Let’s explore what each piece does.","breadcrumbs":"Part I — Foundations » Architecture Overview » The Five Core Concepts","id":"12","title":"The Five Core Concepts"},"120":{"body":"What it tests: Transactions submitted by executors get included in blocks\\nproduced by validators. When to use it: Testing transaction processing, validating mempool behavior,\\nor establishing baseline inclusion rates. #![allow(unused)] fn main() {\\n#[tokio::test]\\nasync fn transaction_inclusion() -> Result<(), Box> { let plan = ScenarioBuilder::with_node_counts(2, 1) // 2 validators, 1 executor .transactions() .rate(5) // 5 transactions per second .duration(60) // Submit for full test duration .apply() .expect_consensus_liveness() // Blocks keep coming .with_run_duration(Duration::from_secs(60)) .build(); let runner = LocalDeployer::new().deploy(&plan).await?; let result = runner.run().await?; assert!(result.is_success()); Ok(())\\n} } Tweaking parameters: Increase .rate(5) to 10 or 20 to stress mempool and block packing Add more executors (2, 2) to test multiple transaction sources Increase validators (4, 2) to test transaction propagation across larger\\nnetworks The transaction workload automatically adds an inclusion expectation","breadcrumbs":"Part II — User Guide » Examples » Example 2: Transaction Workload","id":"120","title":"Example 2: Transaction Workload"},"121":{"body":"What it tests: Executors can disperse DA blobs and validators can sample\\nthem successfully. When to use it: Testing DA subsystem in isolation, validating dispersal and\\nsampling logic. #![allow(unused)] fn main() {\\n#[tokio::test]\\nasync fn da_blob_dispersal() -> Result<(), Box> { let plan = ScenarioBuilder::with_node_counts(3, 2) // Need executors for dispersal .da_blobs() .rate(2) // 2 blobs per second .size(256_000) // 256KB per blob .apply() .expect_consensus_liveness() .expect_da_liveness() // Check DA is working .with_run_duration(Duration::from_secs(120)) .build(); let runner = LocalDeployer::new().deploy(&plan).await?; let result = runner.run().await?; assert!(result.is_success()); Ok(())\\n} } Tweaking parameters: Increase .size(256_000) to 1_000_000 (1MB) to test larger blobs Decrease .rate(2) to 1 if dispersal is slow on your hardware Adjust topology DA settings if you want specific subnetwork/dispersal\\nconfigurations","breadcrumbs":"Part II — User Guide » Examples » Example 3: DA Blob Dispersal","id":"121","title":"Example 3: DA Blob Dispersal"},"122":{"body":"What it tests: System handles both transaction and DA traffic concurrently. When to use it: End-to-end validation that both subsystems work together,\\nrealistic load testing. #![allow(unused)] fn main() {\\n#[tokio::test]\\nasync fn mixed_traffic() -> Result<(), Box> { let plan = ScenarioBuilder::with_node_counts(3, 2) .transactions() .rate(10) .apply() .da_blobs() .rate(2) .size(512_000) .apply() .expect_consensus_liveness() .expect_da_liveness() .with_run_duration(Duration::from_secs(120)) .build(); let runner = LocalDeployer::new().deploy(&plan).await?; let result = runner.run().await?; assert!(result.is_success()); Ok(())\\n} } Tweaking parameters: Balance transaction and DA rates based on what you’re testing Add more nodes if you want to test larger network coordination Increase duration to 180 seconds for longer observation windows","breadcrumbs":"Part II — User Guide » Examples » Example 4: Combined Transaction and DA Traffic","id":"122","title":"Example 4: Combined Transaction and DA Traffic"},"123":{"body":"What it tests: Consensus remains live when nodes restart unexpectedly. When to use it: Resilience testing, validating recovery logic, operational\\nreadiness. #![allow(unused)] fn main() {\\n#[tokio::test]\\nasync fn consensus_survives_restarts() -> Result<(), Box> { let plan = ScenarioBuilder::with_node_counts(4, 1) // 4 validators tolerate 1 down .transactions() .rate(5) .apply() .chaos() .restart() // Random restarts .interval(Duration::from_secs(20)) // Every 20 seconds .apply() .expect_consensus_liveness() // Still makes progress .with_run_duration(Duration::from_secs(120)) .build(); let runner = LocalDeployer::new().deploy(&plan).await?; let result = runner.run().await?; assert!(result.is_success()); Ok(())\\n} } Tweaking parameters: Increase node count to (5, 1) or (7, 2) to test larger Byzantine\\ntolerance Decrease restart interval to 10 seconds for more aggressive chaos Add DA workload to test both subsystems under churn Important: The chaos workload requires at least 3 validators to ensure\\nconsensus can tolerate one node being down.","breadcrumbs":"Part II — User Guide » Examples » Example 5: Chaos Restarts","id":"123","title":"Example 5: Chaos Restarts"},"124":{"body":"What it tests: System behavior under heavy sustained load. When to use it: Performance validation, finding resource bottlenecks,\\nstability testing. #![allow(unused)] fn main() {\\n#[tokio::test]\\nasync fn heavy_load() -> Result<(), Box> { let plan = ScenarioBuilder::with_node_counts(5, 3) .transactions() .rate(50) // High transaction rate .apply() .da_blobs() .rate(5) .size(1_000_000) // Large blobs .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(300)) // Long run .build(); let runner = ComposeRunner::new() // Use Docker for isolation .deploy(&plan).await?; let result = runner.run().await?; assert!(result.is_success()); Ok(())\\n} } Tweaking parameters: Adjust rates based on your hardware capabilities Run on ComposeRunner or K8sRunner to avoid impacting local machine Monitor logs and metrics to identify bottlenecks","breadcrumbs":"Part II — User Guide » Examples » Example 6: Stress Test","id":"124","title":"Example 6: Stress Test"},"125":{"body":"What it tests: Specific network configurations or DA parameter combinations. When to use it: Testing topology-specific behaviors, replicating production\\nconfigurations. #![allow(unused)] fn main() {\\n#[tokio::test]\\nasync fn custom_topology() -> Result<(), Box> { let plan = ScenarioBuilder::new() .with_topology( TopologyBuilder::with_node_counts(5, 2) .with_network_layout(NetworkLayout::Mesh) // Full connectivity .with_slot_duration(Duration::from_secs(1)) // Fast blocks .with_da_subnetwork_size(10) .with_da_dispersal_factor(3) .build() ) .transactions().rate(10).apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(90)) .build(); let runner = LocalDeployer::new().deploy(&plan).await?; let result = runner.run().await?; assert!(result.is_success()); Ok(())\\n} } Tweaking parameters: Change NetworkLayout::Mesh to Star to test hub-and-spoke connectivity Adjust slot duration to match your target block times Modify DA parameters to match production configurations","breadcrumbs":"Part II — User Guide » Examples » Example 7: Custom Topology","id":"125","title":"Example 7: Custom Topology"},"126":{"body":"All these examples use LocalDeployer by default for fast iteration. To run in\\nother environments, just swap the runner: #![allow(unused)] fn main() {\\n// Docker Compose\\nlet runner = ComposeRunner::new().deploy(&plan).await?; // Kubernetes\\nlet runner = K8sRunner::new().deploy(&plan).await?; } The scenario stays identical—only the deployment backend changes.","breadcrumbs":"Part II — User Guide » Examples » Running Examples in Different Environments","id":"126","title":"Running Examples in Different Environments"},"127":{"body":"These examples cover the most common testing patterns. For a complete reference\\nof available workloads and their configuration options, see the Workloads\\nchapter. For details on runner-specific setup and configuration, see the\\nRunners chapter.","breadcrumbs":"Part II — User Guide » Examples » What’s Next","id":"127","title":"What’s Next"},"128":{"body":"These illustrative scenarios stretch the framework to show how to build new\\nworkloads, expectations, deployers, and topology tricks. They are intentionally\\n“synthetic” to teach capabilities rather than prescribe production tests.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Advanced & Artificial Examples","id":"128","title":"Advanced & Artificial Examples"},"129":{"body":"Idea: inject fake latency between node interactions using internal timers,\\nnot OS-level tooling. Demonstrates: sequencing control inside a workload, verifying protocol\\nprogression under induced lag, using timers to pace submissions. Shape: wrap submissions in delays that mimic slow peers; ensure the\\nexpectation checks blocks still progress.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Synthetic Delay Workload (Network Latency Simulation)","id":"129","title":"Synthetic Delay Workload (Network Latency Simulation)"},"13":{"body":"A topology is your description of the test cluster. It answers questions like: How many validators do I need? How many executors? What network layout? (star, mesh, custom) What DA parameters? (subnetwork size, dispersal factor) Think of topology as declaring the “hardware” for your test. You’re not\\nlaunching actual nodes yet—you’re just saying what you want. Here’s an example: #![allow(unused)] fn main() {\\nTopologyBuilder::with_node_counts(3, 2) // 3 validators, 2 executors } The framework fills in sensible defaults for everything else (network config,\\nDA settings, slot timing). You can override these when your test needs specific\\nsettings, but defaults work for most scenarios.","breadcrumbs":"Part I — Foundations » Architecture Overview » Topology: Describing Your Cluster","id":"13","title":"Topology: Describing Your Cluster"},"130":{"body":"Idea: traffic rate changes every block or N seconds (e.g., blocks 1–3 low,\\n4–5 high, 6–7 zero, repeat). Demonstrates: dynamic, stateful workloads that use RunMetrics to time\\nphases; modeling real-world burstiness. Shape: schedule per-phase rates; confirm inclusion/liveness across peaks\\nand troughs.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Oscillating Load Workload (Traffic Waves)","id":"130","title":"Oscillating Load Workload (Traffic Waves)"},"131":{"body":"Idea: a workload that drops half its planned submissions, sometimes\\ndouble-submits, and intentionally triggers expectation failures. Demonstrates: negative testing, resilience checks, and the value of clear\\nexpectations when behavior is adversarial by design. Shape: parameterize drop/double-submit probabilities; pair with an\\nexpectation that documents what “bad” looks like.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Byzantine Behavior Mock","id":"131","title":"Byzantine Behavior Mock"},"132":{"body":"Idea: assert the last few blocks differ and block time stays within a\\ntolerated drift budget. Demonstrates: consuming BlockFeed or time-series metrics to validate\\nprotocol cadence; crafting post-run assertions around block diversity and\\ntiming. Shape: collect recent blocks, confirm no duplicates, and compare observed\\nintervals to a drift threshold.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Custom Expectation: Block Finality Drift","id":"132","title":"Custom Expectation: Block Finality Drift"},"133":{"body":"Idea: a deployer that never starts nodes; it emits configs, simulates\\nreadiness, provides fake blockfeed/metrics. Demonstrates: full power of the deployer interface for CI dry-runs,\\nconfig verification, and ultra-fast feedback without Nomos binaries. Shape: produce logs/artifacts, stub readiness, and feed synthetic blocks\\nso expectations can still run.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Custom Deployer: Dry-Run Deployer","id":"133","title":"Custom Deployer: Dry-Run Deployer"},"134":{"body":"Idea: topology parameters change at runtime (random validators, DA\\nsettings, network shapes). Demonstrates: randomized property testing and fuzzing approaches to\\ntopology building. Shape: pick roles and network layouts randomly per run; keep expectations\\ntolerant to variability while still asserting core liveness.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Stochastic Topology Generator","id":"134","title":"Stochastic Topology Generator"},"135":{"body":"Idea: scenario runs in phases (e.g., phase 1 transactions, phase 2 DA,\\nphase 3 restarts, phase 4 sync check). Demonstrates: multi-stage tests, modular scenario assembly, and deliberate\\nlifecycle control. Shape: drive phase-specific workloads/expectations sequentially; enforce\\nclear boundaries and post-phase checks.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Multi-Phase Scenario (“Pipelines”)","id":"135","title":"Multi-Phase Scenario (“Pipelines”)"},"136":{"body":"You’ve written a scenario, chosen a runner, and now you want to actually run\\nit. This chapter covers the practical aspects: how to execute tests,\\ninterpret output, debug failures, and collect results.","breadcrumbs":"Part II — User Guide » Running Scenarios » Running Scenarios","id":"136","title":"Running Scenarios"},"137":{"body":"The simplest way to run scenarios is as Rust integration tests: #![allow(unused)] fn main() {\\n#[tokio::test]\\nasync fn test_consensus_liveness() -> Result<(), Box> { let plan = ScenarioBuilder::with_node_counts(3, 0) .expect_consensus_liveness() .with_run_duration(Duration::from_secs(60)) .build(); let runner = LocalDeployer::new().deploy(&plan).await?; let result = runner.run().await?; assert!(result.is_success()); Ok(())\\n} } Run it like any Rust test: cargo test test_consensus_liveness","breadcrumbs":"Part II — User Guide » Running Scenarios » Basic Execution","id":"137","title":"Basic Execution"},"138":{"body":"When you run a scenario, you’ll see several phases in the output:","breadcrumbs":"Part II — User Guide » Running Scenarios » Understanding Test Output","id":"138","title":"Understanding Test Output"},"139":{"body":"Building scenario plan...\\n✓ Topology validated: 3 validators, 0 executors\\n✓ Workloads validated\\n✓ Expectations validated\\n✓ Run window sufficient: 60s for ~30 expected blocks If validation fails, you’ll see specific errors: ✗ Run window too short: need at least 20s for workloads Fix these before proceeding.","breadcrumbs":"Part II — User Guide » Running Scenarios » Phase 1: Build and Validation","id":"139","title":"Phase 1: Build and Validation"},"14":{"body":"A scenario combines your topology with the activities you want to run (workloads)\\nand the checks you want to perform (expectations). It’s the complete test plan\\nthat answers three questions: What cluster do I need? What should happen during the test? How do I know it succeeded? Here’s a simple scenario: #![allow(unused)] fn main() {\\nlet plan = ScenarioBuilder::with_node_counts(2, 1) .transactions().rate(5).apply() // Generate transaction traffic .expect_consensus_liveness() // Check blocks keep coming .with_run_duration(Duration::from_secs(60)) .build(); } Once built, the scenario is immutable. This is important—it means you can use\\nthe same plan with different runners to compare behavior across environments.","breadcrumbs":"Part I — Foundations » Architecture Overview » Scenario: The Complete Test Plan","id":"14","title":"Scenario: The Complete Test Plan"},"140":{"body":"Deploying with LocalRunner...\\nBuilding binaries...\\n✓ nomos-node built\\n✓ nomos-executor built\\nStarting nodes...\\n✓ nomos-validator-0 started (pid: 12345)\\n✓ nomos-validator-1 started (pid: 12346)\\n✓ nomos-validator-2 started (pid: 12347) This shows nodes coming online. With ComposeRunner or K8sRunner, you’ll\\nsee container/pod creation instead.","breadcrumbs":"Part II — User Guide » Running Scenarios » Phase 2: Deployment","id":"140","title":"Phase 2: Deployment"},"141":{"body":"Waiting for nodes to be ready...\\n✓ nomos-validator-0 ready (2.3s)\\n✓ nomos-validator-1 ready (2.5s)\\n✓ nomos-validator-2 ready (2.7s)\\nAll nodes ready in 2.7s If readiness times out, you’ll see which nodes failed and why: ✗ nomos-validator-2 not ready after 60s: no peers connected","breadcrumbs":"Part II — User Guide » Running Scenarios » Phase 3: Readiness","id":"141","title":"Phase 3: Readiness"},"142":{"body":"Starting workloads...\\n✓ Consensus liveness expectation baseline captured (block 0)\\nRunning for 60s...\\n[15s] Block height: 7\\n[30s] Block height: 15\\n[45s] Block height: 23\\n[60s] Block height: 31\\nWorkloads completed You’ll see periodic progress updates showing block height. If workloads error: ✗ Transaction workload failed: connection refused to executor This indicates a node crashed or became unavailable mid-test.","breadcrumbs":"Part II — User Guide » Running Scenarios » Phase 4: Workload Execution","id":"142","title":"Phase 4: Workload Execution"},"143":{"body":"Evaluating expectations...\\n✓ Consensus liveness: saw 31 blocks (expected ≥30)\\nAll expectations passed Or if something failed: ✗ Consensus liveness: saw 12 blocks (expected ≥30) Stall detected at height 12 (no blocks for 45s)","breadcrumbs":"Part II — User Guide » Running Scenarios » Phase 5: Evaluation","id":"143","title":"Phase 5: Evaluation"},"144":{"body":"Cleaning up...\\n✓ Processes terminated\\n✓ Temp directories removed (set NOMOS_TESTING_PERSIST_LOGS=true to keep) Cleanup always runs, even if tests fail.","breadcrumbs":"Part II — User Guide » Running Scenarios » Phase 6: Cleanup","id":"144","title":"Phase 6: Cleanup"},"145":{"body":"Run all tests in a module: cargo test --test consensus_tests Run tests matching a pattern: cargo test transaction_ This runs all tests with “transaction_” in their name.","breadcrumbs":"Part II — User Guide » Running Scenarios » Running Multiple Tests","id":"145","title":"Running Multiple Tests"},"146":{"body":"By default, Rust runs tests in parallel. With integration tests that spawn\\nmultiple nodes, this can cause resource contention and port conflicts. Limit parallelism: cargo test --test-threads=2 Or run tests serially: cargo test -- --test-threads=1","breadcrumbs":"Part II — User Guide » Running Scenarios » Parallel Execution Concerns","id":"146","title":"Parallel Execution Concerns"},"147":{"body":"","breadcrumbs":"Part II — User Guide » Running Scenarios » Interpreting Results","id":"147","title":"Interpreting Results"},"148":{"body":"When all expectations pass: test test_consensus_liveness ... ok The RunResult also contains metrics you can inspect: #![allow(unused)] fn main() {\\nlet result = runner.run().await?;\\nassert!(result.is_success()); // Optional: inspect metrics\\nprintln!(\\"Final block height: {}\\", result.final_block_height());\\nprintln!(\\"Test duration: {:?}\\", result.actual_duration()); }","breadcrumbs":"Part II — User Guide » Running Scenarios » Success","id":"148","title":"Success"},"149":{"body":"When expectations fail: test test_consensus_liveness ... FAILED The error message shows which expectation failed and why: Expectation failed: Consensus liveness\\nExpected: at least 30 blocks in 60s\\nActual: 12 blocks\\nDetails: Block progression stalled at height 12 Check logs to diagnose why blocks stopped.","breadcrumbs":"Part II — User Guide » Running Scenarios » Failure","id":"149","title":"Failure"},"15":{"body":"Runners turn your scenario plan into actual running nodes. This is where the\\nframework’s portability comes in. The same scenario plan can deploy to: Local processes on your laptop (LocalRunner) Docker containers on your machine (ComposeRunner) Kubernetes pods in a cluster (K8sRunner) You choose the runner based on your environment, but the scenario stays the\\nsame: #![allow(unused)] fn main() {\\n// Same plan, different deployment\\nlet runner = LocalDeployer::new().deploy(&plan).await?;\\n// or\\nlet runner = ComposeRunner::new().deploy(&plan).await?;\\n// or let runner = K8sRunner::new().deploy(&plan).await?; } The runner handles deployment, waits for nodes to be ready, provides API\\nclients to workloads, and cleans up when the test finishes.","breadcrumbs":"Part I — Foundations » Architecture Overview » Runner: Making Plans Reality","id":"15","title":"Runner: Making Plans Reality"},"150":{"body":"If the test panics or errors during deployment/workload execution: test test_consensus_liveness ... FAILED\\nthread \'test_consensus_liveness\' panicked at \'Deployment failed: binaries not found\' This indicates infrastructure problems, not test failures. Check prerequisites\\nand environment setup.","breadcrumbs":"Part II — User Guide » Running Scenarios » Panic or Error","id":"150","title":"Panic or Error"},"151":{"body":"","breadcrumbs":"Part II — User Guide » Running Scenarios » Collecting Artifacts","id":"151","title":"Collecting Artifacts"},"152":{"body":"LocalDeployer: Logs are in /tmp/nomos-test-/. To persist them: export NOMOS_TESTING_PERSIST_LOGS=true\\ncargo test test_consensus_liveness After the test, logs remain in the temp directory. Each node has its own subdirectory: /tmp/nomos-test-abc123/ ├── node-0/ │ ├── stdout.log │ ├── stderr.log │ └── data/ ├── node-1/ └── node-2/ ComposeRunner: Logs go to Docker: # While test is running\\ndocker-compose -f /tmp/nomos-compose-/docker-compose.yml logs -f # After test\\ndocker-compose -f /tmp/nomos-compose-/docker-compose.yml logs > test-logs.txt K8sRunner: Logs go to Kubernetes: # Get pod names\\nkubectl get pods -n nomos-testing # Fetch logs\\nkubectl logs nomos-validator-0 -n nomos-testing > validator-0.log","breadcrumbs":"Part II — User Guide » Running Scenarios » Logs","id":"152","title":"Logs"},"153":{"body":"If you’ve set up Prometheus scraping, metrics are available during test runs: # Local\\ncurl http://localhost:18080/metrics # Compose (find exposed port)\\ndocker-compose port nomos-validator-0 18080 # Kubernetes (forward port)\\nkubectl port-forward nomos-validator-0 18080:18080 -n nomos-testing","breadcrumbs":"Part II — User Guide » Running Scenarios » Metrics","id":"153","title":"Metrics"},"154":{"body":"If a node crashes, core dumps (if enabled) go to: # Linux\\nls /var/crash/\\nls ./core.* # macOS\\nls ~/Library/Logs/DiagnosticReports/","breadcrumbs":"Part II — User Guide » Running Scenarios » Core Dumps","id":"154","title":"Core Dumps"},"155":{"body":"When a test fails, follow this workflow:","breadcrumbs":"Part II — User Guide » Running Scenarios » Debugging Failed Tests","id":"155","title":"Debugging Failed Tests"},"156":{"body":"The error message tells you what failed: Expectation failed: Consensus liveness\\nExpected: at least 30 blocks\\nActual: 12 blocks\\nStall detected at height 12 This narrows the problem: blocks stopped progressing.","breadcrumbs":"Part II — User Guide » Running Scenarios » 1. Read the Expectation Failure","id":"156","title":"1. Read the Expectation Failure"},"157":{"body":"Did all nodes become ready? ✓ nomos-validator-0 ready\\n✓ nomos-validator-1 ready\\n✗ nomos-validator-2 not ready: connection refused If a node failed readiness, that’s your root cause.","breadcrumbs":"Part II — User Guide » Running Scenarios » 2. Check Readiness","id":"157","title":"2. Check Readiness"},"158":{"body":"Did workloads complete successfully? ✗ Transaction workload failed: timeout waiting for executor Workload failures often indicate nodes became unavailable mid-test.","breadcrumbs":"Part II — User Guide » Running Scenarios » 3. Check Workload Errors","id":"158","title":"3. Check Workload Errors"},"159":{"body":"Look at individual node logs for panics, errors, or warnings: # Local\\ncat /tmp/nomos-test-/node-2/stderr.log # Compose\\ndocker-compose logs nomos-validator-2 # Kubernetes\\nkubectl logs nomos-validator-2 Search for keywords like ERROR, panic, WARN, failed.","breadcrumbs":"Part II — User Guide » Running Scenarios » 4. Examine Node Logs","id":"159","title":"4. Examine Node Logs"},"16":{"body":"Workloads are what actually exercise your cluster during the test. They do\\nthings like: Submit transactions at a configured rate Disperse DA blobs and channels Restart nodes randomly to test resilience Workloads run asynchronously during your scenario’s configured time window. You\\ndon’t manually start and stop them—the framework manages their lifecycle,\\nstarting them when nodes are ready and stopping them when time’s up.","breadcrumbs":"Part I — Foundations » Architecture Overview » Workloads: Generating Traffic","id":"16","title":"Workloads: Generating Traffic"},"160":{"body":"Are you running out of resources? # Disk space\\ndf -h # Memory\\nfree -h # Linux\\nvm_stat # macOS # Docker resources\\ndocker stats Resource exhaustion can cause nodes to slow down or crash.","breadcrumbs":"Part II — User Guide » Running Scenarios » 5. Check Resource Constraints","id":"160","title":"5. Check Resource Constraints"},"161":{"body":"If the test failed in CI, try to reproduce locally: #![allow(unused)] fn main() {\\n// Match CI environment\\nstd::env::set_var(\\"SLOW_ENVIRONMENT\\", \\"true\\"); let runner = ComposeRunner::new().deploy(&plan).await?; // Use Compose like CI } This helps distinguish infrastructure issues from actual bugs.","breadcrumbs":"Part II — User Guide » Running Scenarios » 6. Reproduce Locally","id":"161","title":"6. Reproduce Locally"},"162":{"body":"","breadcrumbs":"Part II — User Guide » Running Scenarios » Running in CI","id":"162","title":"Running in CI"},"163":{"body":"name: Integration Tests on: [push, pull_request] jobs: test: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - uses: actions-rs/toolchain@v1 with: toolchain: nightly - name: Run tests env: SLOW_ENVIRONMENT: true NOMOS_TESTING_PERSIST_LOGS: true run: | cargo test --test integration_tests --no-fail-fast - name: Upload logs on failure if: failure() uses: actions/upload-artifact@v3 with: name: test-logs path: /tmp/nomos-test-* Key points: Set SLOW_ENVIRONMENT=true for CI machines Use --no-fail-fast to run all tests even if some fail Collect logs as artifacts on failure","breadcrumbs":"Part II — User Guide » Running Scenarios » GitHub Actions Example","id":"163","title":"GitHub Actions Example"},"164":{"body":"test:integration: stage: test image: rust:latest variables: SLOW_ENVIRONMENT: \\"true\\" NOMOS_TESTING_PERSIST_LOGS: \\"true\\" script: - cargo test --test integration_tests artifacts: when: on_failure paths: - /tmp/nomos-test-*/","breadcrumbs":"Part II — User Guide » Running Scenarios » GitLab CI Example","id":"164","title":"GitLab CI Example"},"165":{"body":"You can run scenarios programmatically outside of #[test] functions: #[tokio::main]\\nasync fn main() -> Result<()> { let plan = ScenarioBuilder::with_node_counts(5, 2) .transactions().rate(20).apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(300)) .build(); let runner = ComposeRunner::new().deploy(&plan).await?; let result = runner.run().await?; // Custom result handling println!(\\"Test completed in {:?}\\", result.actual_duration()); println!(\\"Final block height: {}\\", result.final_block_height()); if !result.is_success() { eprintln!(\\"Test failed!\\"); for failure in result.expectation_failures() { eprintln!(\\" - {}: {}\\", failure.name(), failure.reason()); } std::process::exit(1); } Ok(())\\n} This is useful for custom test harnesses or integration with other tools.","breadcrumbs":"Part II — User Guide » Running Scenarios » Advanced: Programmatic Execution","id":"165","title":"Advanced: Programmatic Execution"},"166":{"body":"You now know how to run scenarios, interpret results, and debug failures. The\\nnext section, Part III: Developer Reference, covers extending the framework\\nwith custom workloads, expectations, and runners.","breadcrumbs":"Part II — User Guide » Running Scenarios » What’s Next","id":"166","title":"What’s Next"},"167":{"body":"Runners are the deployment backends that turn your scenario plan into running\\ninfrastructure. The same scenario works with any runner—you just swap one line\\nof code to change where and how nodes deploy. This chapter explains each runner in detail: how it works, when to use it, and\\nwhat tradeoffs it makes.","breadcrumbs":"Part II — User Guide » Runners » Runners","id":"167","title":"Runners"},"168":{"body":"Every runner implements the same core interface: #![allow(unused)] fn main() {\\n#[async_trait]\\npub trait Deployer { async fn deploy(&self, plan: &Scenario) -> Result>;\\n} #[async_trait]\\npub trait Runner { async fn run(&self) -> Result; fn node_control(&self) -> Option<&dyn NodeControlHandle>;\\n} } deploy() takes your scenario plan and provisions nodes. It returns a Runner that can execute the scenario. run() executes the scenario: starts workloads, observes block progression,\\nevaluates expectations, and cleans up. node_control() provides optional access to node lifecycle control\\n(restarting nodes for chaos workloads). This interface is what makes scenarios portable. You write against this\\nabstraction, not specific implementation details.","breadcrumbs":"Part II — User Guide » Runners » Understanding the Runner Interface","id":"168","title":"Understanding the Runner Interface"},"169":{"body":"The local runner spawns node processes directly on your machine. It’s the\\nsimplest and fastest runner.","breadcrumbs":"Part II — User Guide » Runners » LocalDeployer: Fast Iteration","id":"169","title":"LocalDeployer: Fast Iteration"},"17":{"body":"Expectations are your test assertions, but they work differently than typical\\nassertions. Instead of checking conditions inline, expectations evaluate at the\\nend of your test run. This lets them look at the whole run and aggregate multiple signals: Did blocks progress at the expected rate? Were submitted transactions included? Is DA working correctly? If any expectation fails, you get a detailed report showing exactly what went\\nwrong and which checks failed.","breadcrumbs":"Part I — Foundations » Architecture Overview » Expectations: Judging Success","id":"17","title":"Expectations: Judging Success"},"170":{"body":"Builds nomos-node and nomos-executor binaries if needed Creates temporary directories for each node’s data Spawns processes with generated configs Polls health endpoints until all nodes are ready Returns a runner that can execute the scenario On cleanup, kills processes and optionally deletes temp directories","breadcrumbs":"Part II — User Guide » Runners » How It Works","id":"170","title":"How It Works"},"171":{"body":"#![allow(unused)] fn main() {\\nuse nomos_testing_runners_local::LocalDeployer; let runner = LocalDeployer::new().deploy(&plan).await?;\\nlet result = runner.run().await?; }","breadcrumbs":"Part II — User Guide » Runners » Usage","id":"171","title":"Usage"},"172":{"body":"Persist logs: By default, temp directories are deleted after tests. To keep\\nthem: export NOMOS_TESTING_PERSIST_LOGS=true Logs will be in /tmp/nomos-test-/. Binary path: If binaries aren’t in the default location: export NOMOS_BIN_PATH=/custom/path/to/binaries Port base: If default ports conflict: export NODE_PORT_BASE=28080","breadcrumbs":"Part II — User Guide » Runners » Configuration","id":"172","title":"Configuration"},"173":{"body":"Use LocalDeployer when: You’re developing a new test and want fast iteration You’re debugging a test failure and need easy log access You’re prototyping scenario shapes Resource isolation isn’t critical Don’t use LocalDeployer when: Tests need isolation from each other (processes share host networking) You need reproducible environments (host state can vary) You’re running many tests in parallel (port conflicts, resource contention)","breadcrumbs":"Part II — User Guide » Runners » When to Use","id":"173","title":"When to Use"},"174":{"body":"Pros: Fastest startup (no container overhead) Easy debugging (just attach gdb or check logs directly) Minimal dependencies (just Rust toolchain) Cons: No isolation (tests can interfere with each other) Platform-dependent (behavior varies across hosts) Limited to single machine (can’t scale beyond local resources)","breadcrumbs":"Part II — User Guide » Runners » Pros and Cons","id":"174","title":"Pros and Cons"},"175":{"body":"The Compose runner uses Docker Compose to deploy nodes in containers. This\\nprovides isolation and reproducibility while staying on a single machine.","breadcrumbs":"Part II — User Guide » Runners » ComposeRunner: Reproducible Stacks","id":"175","title":"ComposeRunner: Reproducible Stacks"},"176":{"body":"Generates a docker-compose.yml from your topology Builds or pulls Docker images for nodes Starts a cfgsync service to distribute configs Launches node containers with networking configured Polls health endpoints until all nodes are ready Returns a runner that can execute the scenario On cleanup, stops and removes all containers, networks, and volumes","breadcrumbs":"Part II — User Guide » Runners » How It Works","id":"176","title":"How It Works"},"177":{"body":"#![allow(unused)] fn main() {\\nuse nomos_testing_runners_compose::ComposeRunner; let runner = ComposeRunner::new().deploy(&plan).await?;\\nlet result = runner.run().await?; }","breadcrumbs":"Part II — User Guide » Runners » Usage","id":"177","title":"Usage"},"178":{"body":"Docker image: Specify a custom image: #![allow(unused)] fn main() {\\nlet runner = ComposeRunner::new() .with_image(\\"myregistry/nomos-node:custom\\") .deploy(&plan).await?; } Compose file location: By default, generated compose files go to /tmp/nomos-compose-. To customize: export COMPOSE_PROJECT_DIR=/custom/compose/dir Network mode: Default is bridge. For host networking: #![allow(unused)] fn main() {\\nlet runner = ComposeRunner::new() .with_network_mode(\\"host\\") .deploy(&plan).await?; }","breadcrumbs":"Part II — User Guide » Runners » Configuration","id":"178","title":"Configuration"},"179":{"body":"Use ComposeRunner when: You need test isolation (each run gets fresh containers) You’re running in CI and want reproducibility You want consistent environments across developers You need to test container-specific behaviors Don’t use ComposeRunner when: Docker isn’t available (some CI environments, restricted machines) You need multi-machine deployment (Compose is single-host) Container overhead is too slow for your iteration cycle","breadcrumbs":"Part II — User Guide » Runners » When to Use","id":"179","title":"When to Use"},"18":{"body":"Let’s trace through what happens when you run a test: You build a scenario plan declaring your topology, workloads, and\\nexpectations You hand the plan to a runner (local, compose, or k8s) The runner deploys nodes on your chosen backend The runner waits for readiness—nodes must be online, connected, and\\nresponding to APIs before proceeding The runner starts your workloads, which generate traffic for the\\nconfigured duration The runner collects signals like block progression and metrics during\\nthe run The runner evaluates expectations, checking whether your success criteria\\nwere met The runner cleans up all resources—no leaked processes or containers Each step is isolated by design. The scenario doesn’t know whether nodes are\\nlocal processes or Kubernetes pods. Workloads don’t manage deployment.\\nExpectations don’t spawn nodes. This separation makes the framework predictable\\nand easy to extend.","breadcrumbs":"Part I — Foundations » Architecture Overview » How Everything Works Together","id":"18","title":"How Everything Works Together"},"180":{"body":"Pros: Isolated environments (no test interference) Reproducible (containers behave consistently) CI-friendly (most CI platforms support Docker) Realistic (production deployments often use containers) Cons: Slower startup (container overhead) Requires Docker daemon More complex logs (need docker-compose logs) Limited to single machine","breadcrumbs":"Part II — User Guide » Runners » Pros and Cons","id":"180","title":"Pros and Cons"},"181":{"body":"The Kubernetes runner deploys nodes to a Kubernetes cluster. This provides the\\nhighest fidelity to production deployments and supports multi-machine scale.","breadcrumbs":"Part II — User Guide » Runners » K8sRunner: Production Fidelity","id":"181","title":"K8sRunner: Production Fidelity"},"182":{"body":"Creates a namespace for the test (if configured) Generates ConfigMaps for each node’s configuration Deploys StatefulSets for validators and executors Creates Services for node discovery and API access Waits for all pods to reach Ready status Returns a runner that can execute the scenario On cleanup, deletes all Kubernetes resources","breadcrumbs":"Part II — User Guide » Runners » How It Works","id":"182","title":"How It Works"},"183":{"body":"#![allow(unused)] fn main() {\\nuse nomos_testing_runners_k8s::K8sRunner; let runner = K8sRunner::new() .with_namespace(\\"nomos-testing\\") .deploy(&plan).await?;\\nlet result = runner.run().await?; }","breadcrumbs":"Part II — User Guide » Runners » Usage","id":"183","title":"Usage"},"184":{"body":"Namespace: Isolate tests in dedicated namespaces: #![allow(unused)] fn main() {\\nlet runner = K8sRunner::new() .with_namespace(\\"test-run-42\\") .deploy(&plan).await?; } Image: Specify the container image: #![allow(unused)] fn main() {\\nlet runner = K8sRunner::new() .with_image(\\"myregistry/nomos-node:v1.2.3\\") .deploy(&plan).await?; } Resource limits: Set CPU and memory limits: #![allow(unused)] fn main() {\\nlet runner = K8sRunner::new() .with_resources(ResourceLimits { cpu: \\"1000m\\", memory: \\"2Gi\\", }) .deploy(&plan).await?; } Storage class: Use specific storage: #![allow(unused)] fn main() {\\nlet runner = K8sRunner::new() .with_storage_class(\\"fast-ssd\\") .deploy(&plan).await?; }","breadcrumbs":"Part II — User Guide » Runners » Configuration","id":"184","title":"Configuration"},"185":{"body":"Use K8sRunner when: You need production-like deployments You’re validating Kubernetes-specific integration You need multi-machine scale You’re running long-duration tests that need scheduling/orchestration Don’t use K8sRunner when: You don’t have cluster access Fast iteration matters more than fidelity Cluster resource costs are a concern Simple local tests are sufficient","breadcrumbs":"Part II — User Guide » Runners » When to Use","id":"185","title":"When to Use"},"186":{"body":"Pros: Highest production fidelity Scales beyond single machine Real orchestration (scheduling, restarts, health checks) Multi-tenancy (namespaces isolate tests) Cons: Slowest startup (pod scheduling overhead) Requires cluster access and resources More complex debugging (logs scattered across pods) Higher cost (cluster resources)","breadcrumbs":"Part II — User Guide » Runners » Pros and Cons","id":"186","title":"Pros and Cons"},"187":{"body":"Here’s a decision tree: flowchart TD Start{Need isolation?} -->|No| Local[Use LocalDeployer
Fast iteration] Start -->|Yes| Docker{Have Docker?} Docker -->|Yes| Scale{Need multi-machine?} Docker -->|No| K8s[Use K8sRunner
if cluster available] Scale -->|No| Compose[Use ComposeRunner
Reproducible + isolated] Scale -->|Yes| K8s2[Use K8sRunner
Production-like] Quick guide: Development: LocalDeployer CI: ComposeRunner Staging/Production validation: K8sRunner","breadcrumbs":"Part II — User Guide » Runners » Choosing a Runner","id":"187","title":"Choosing a Runner"},"188":{"body":"Not all runners support all features: Feature Local Compose K8s Node control (restarts) ✅ ✅ ✅ Network partitions ❌ 🚧 (future) 🚧 (future) Resource limits ❌ ✅ (Docker) ✅ (K8s) Multi-machine ❌ ❌ ✅ Observability Logs Docker logs K8s logs + metrics","breadcrumbs":"Part II — User Guide » Runners » Runner Capabilities","id":"188","title":"Runner Capabilities"},"189":{"body":"You can run the same test suite with different runners: #![allow(unused)] fn main() {\\n#[tokio::test]\\nasync fn test_consensus_local() -> Result<()> { let plan = build_consensus_plan(); let runner = LocalDeployer::new().deploy(&plan).await?; assert!(runner.run().await?.is_success()); Ok(())\\n} #[tokio::test]\\nasync fn test_consensus_compose() -> Result<()> { let plan = build_consensus_plan(); // Same plan let runner = ComposeRunner::new().deploy(&plan).await?; assert!(runner.run().await?.is_success()); Ok(())\\n} fn build_consensus_plan() -> Scenario { ScenarioBuilder::with_node_counts(3, 0) .expect_consensus_liveness() .with_run_duration(Duration::from_secs(60)) .build()\\n} } This validates that behavior is consistent across deployment environments.","breadcrumbs":"Part II — User Guide » Runners » Mixing Runners","id":"189","title":"Mixing Runners"},"19":{"body":"If you’ve written integration tests before, you might expect to manually\\norchestrate everything: spawn processes, wait for startup, generate traffic,\\ncollect results, tear down. That approach works but doesn’t scale—every test\\nreimplements orchestration logic, and failures are hard to debug because test\\nplumbing and actual bugs are tangled together. This framework inverts that model. You declare your intent, and the framework\\nhandles orchestration. This gives you: Portable tests that run the same way everywhere Clear failure signals when expectations point to actual problems No boilerplate for deployment, readiness, or cleanup Composable patterns you can reuse across tests","breadcrumbs":"Part I — Foundations » Architecture Overview » What Makes This Different","id":"19","title":"What Makes This Different"},"190":{"body":"If the provided runners don’t fit your needs, you can implement your own: #![allow(unused)] fn main() {\\npub struct MyCustomRunner { // Your deployment state\\n} #[async_trait]\\nimpl Deployer for MyCustomRunner { async fn deploy(&self, plan: &Scenario) -> Result> { // Your deployment logic }\\n} #[async_trait]\\nimpl Runner for MyCustomRunner { async fn run(&self) -> Result { // Your execution logic } fn node_control(&self) -> Option<&dyn NodeControlHandle> { // Optional control capability }\\n} } See the Extending the Framework chapter for details.","breadcrumbs":"Part II — User Guide » Runners » Advanced: Custom Runners","id":"190","title":"Advanced: Custom Runners"},"191":{"body":"You now understand how runners work and when to use each one. The next chapter,\\nRunning Scenarios, covers practical details of actually executing tests,\\ninterpreting results, and handling failures.","breadcrumbs":"Part II — User Guide » Runners » What’s Next","id":"191","title":"What’s Next"},"192":{"body":"Chaos in the framework uses node control to introduce failures and validate\\nrecovery. The built-in restart workload lives in testing_framework_workflows::workloads::chaos::RandomRestartWorkload.","breadcrumbs":"Part II — User Guide » Chaos Testing » Chaos Workloads","id":"192","title":"Chaos Workloads"},"193":{"body":"Requires NodeControlCapability ( enable_node_control() in the scenario\\nbuilder) and a runner that provides a NodeControlHandle. Randomly selects nodes (validators, executors) to restart based on your\\ninclude/exclude flags. Respects min/max delay between restarts and a target cooldown to avoid\\nflapping the same node too frequently. Runs alongside other workloads; expectations should account for the added\\ndisruption. Support varies by runner: node control is not provided by the local runner\\nand is not yet implemented for the k8s runner. Use a runner that advertises NodeControlHandle support (e.g., compose) for chaos workloads.","breadcrumbs":"Part II — User Guide » Chaos Testing » How it works","id":"193","title":"How it works"},"194":{"body":"#![allow(unused)] fn main() {\\nuse std::time::Duration;\\nuse testing_framework_core::scenario::ScenarioBuilder;\\nuse testing_framework_workflows::workloads::chaos::RandomRestartWorkload; let plan = ScenarioBuilder::with_node_counts(2, 1) .enable_node_control() .with_workload( RandomRestartWorkload::new( Duration::from_secs(45), // min delay Duration::from_secs(75), // max delay Duration::from_secs(120), // target cooldown true, // include validators true, // include executors ) ) .expect_consensus_liveness() .with_run_duration(Duration::from_secs(150)) .build();\\n// deploy with a runner that supports node control and run the scenario }","breadcrumbs":"Part II — User Guide » Chaos Testing » Usage","id":"194","title":"Usage"},"195":{"body":"Consensus liveness: ensure blocks keep progressing despite restarts. Height convergence: optionally check all nodes converge after the chaos\\nwindow. Any workload-specific inclusion checks if you’re also driving tx/DA traffic.","breadcrumbs":"Part II — User Guide » Chaos Testing » Expectations to pair","id":"195","title":"Expectations to pair"},"196":{"body":"Keep delays/cooldowns realistic; avoid back-to-back restarts that would never\\nhappen in production. Limit chaos scope: toggle validators vs executors based on what you want to\\ntest. Combine with observability: monitor metrics/logs to explain failures.","breadcrumbs":"Part II — User Guide » Chaos Testing » Best practices","id":"196","title":"Best practices"},"197":{"body":"The deployer supplies a RunContext that workloads and expectations share. It\\nprovides: Topology descriptors ( GeneratedTopology) Client handles ( NodeClients / ClusterClient) for HTTP/RPC calls Metrics ( RunMetrics, Metrics) and block feed Optional NodeControlHandle for managing nodes (restart, block/unblock peers)","breadcrumbs":"Part II — User Guide » Node Control API » Node Control & RunContext","id":"197","title":"Node Control & RunContext"},"198":{"body":"Check for control support and use it conditionally: #![allow(unused)] fn main() {\\nuse testing_framework_core::scenario::{Expectation, RunContext, Workload}; struct RestartWorkload; impl Workload for RestartWorkload { fn name(&self) -> &\'static str { \\"restart_workload\\" } async fn start(&self, ctx: &RunContext) -> Result<(), Box> { if let Some(control) = ctx.node_control() { // Restart the first validator (index 0) if supported. control.restart_validator(0).await?; } Ok(()) }\\n} } When chaos workloads need control, require enable_node_control() in the\\nscenario builder and deploy with a runner that supports it.","breadcrumbs":"Part II — User Guide » Node Control API » Accessing node control in workloads/expectations","id":"198","title":"Accessing node control in workloads/expectations"},"199":{"body":"The NodeControlHandle trait currently provides: #![allow(unused)] fn main() {\\npub trait NodeControlHandle: Send + Sync { async fn restart_validator(&self, index: usize) -> Result<(), DynError>; async fn restart_executor(&self, index: usize) -> Result<(), DynError>;\\n} } Future extensions may include peer blocking/unblocking or other control\\noperations. For now, focus on restart-based chaos patterns as shown in the\\nchaos workload examples.","breadcrumbs":"Part II — User Guide » Node Control API » Current API surface","id":"199","title":"Current API surface"},"2":{"body":"Validators are the core consensus nodes. They participate in the Cryptarchia\\nconsensus protocol, produce blocks, and ensure the chain moves forward. But\\nthat’s not all—they also play an important role in data availability by\\nverifying and sampling DA data that executors publish. If you’re familiar with other blockchain protocols, validators here work\\nsimilarly to what you’d expect: they participate in consensus, propose blocks,\\nand help maintain chain state.","breadcrumbs":"Project Context Primer » Validators","id":"2","title":"Validators"},"20":{"body":"Now you understand the high-level architecture. The next chapters in Part I\\nwill deepen this mental model—showing you the testing philosophy behind design\\ndecisions, walking through the scenario lifecycle, and explaining the rationale\\nfor key choices. If you prefer to jump straight to writing code, skip to Part II: User Guide.\\nThe Authoring Scenarios chapter will walk you through\\nbuilding your first test step by step. Otherwise, let’s continue building your foundation with the Testing Philosophy\\nchapter.","breadcrumbs":"Part I — Foundations » Architecture Overview » What’s Next","id":"20","title":"What’s Next"},"200":{"body":"Always guard control usage: not all runners expose NodeControlHandle. Treat control as best-effort: failures should surface as test failures, but\\nworkloads should degrade gracefully when control is absent. Combine control actions with expectations (e.g., restart then assert height\\nconvergence) to keep scenarios meaningful.","breadcrumbs":"Part II — User Guide » Node Control API » Considerations","id":"200","title":"Considerations"},"201":{"body":"This page focuses on cluster manipulation: node control, chaos patterns, and\\nwhat the tooling supports today.","breadcrumbs":"Part II — User Guide » Topology & Chaos Patterns » Topology & Chaos Patterns","id":"201","title":"Topology & Chaos Patterns"},"202":{"body":"Supported: restart/peer control via NodeControlHandle (compose runner). Not supported: local runner does not expose node control; k8s runner does\\nnot support it yet.","breadcrumbs":"Part II — User Guide » Topology & Chaos Patterns » Node control availability","id":"202","title":"Node control availability"},"203":{"body":"Restarts: random restarts with minimum delay/cooldown to test recovery. Partitions: block/unblock peers to simulate partial isolation, then assert\\nheight convergence after healing. Validator churn: stop one validator and start another (new key) mid-run to\\ntest membership changes; expect convergence. Load SLOs: push tx/DA rates and assert inclusion/availability budgets\\ninstead of only liveness. API probes: poll HTTP/RPC endpoints during chaos to ensure external\\ncontracts stay healthy (shape + latency).","breadcrumbs":"Part II — User Guide » Topology & Chaos Patterns » Chaos patterns to consider","id":"203","title":"Chaos patterns to consider"},"204":{"body":"Liveness/height convergence after chaos windows. SLO checks: inclusion latency, DA responsiveness, API latency/shape. Recovery checks: ensure nodes that were isolated or restarted catch up to\\ncluster height within a timeout.","breadcrumbs":"Part II — User Guide » Topology & Chaos Patterns » Expectations to pair","id":"204","title":"Expectations to pair"},"205":{"body":"Keep chaos realistic: avoid flapping or patterns you wouldn’t operate in prod. Scope chaos: choose validators vs executors intentionally; don’t restart all\\nnodes at once unless you’re testing full outages. Combine chaos with observability: capture block feed/metrics and API health so\\nfailures are diagnosable.","breadcrumbs":"Part II — User Guide » Topology & Chaos Patterns » Guidance","id":"205","title":"Guidance"},"206":{"body":"This chapter covers the practical side of running scenarios: setting up your\\nenvironment, handling prerequisites, and debugging when things go wrong. Think\\nof it as the operator’s manual for the testing framework.","breadcrumbs":"Part II — User Guide » Operations » Operations","id":"206","title":"Operations"},"207":{"body":"Before running any scenarios, you need a few things in place.","breadcrumbs":"Part II — User Guide » Operations » Prerequisites","id":"207","title":"Prerequisites"},"208":{"body":"The testing framework needs to build and run nomos-node and nomos-executor\\nbinaries. It expects to find the Nomos repository in a sibling directory: parent-dir/ ├── nomos-node/ # Main Nomos repository └── nomos-testing/ # This framework If your checkout is elsewhere, you can set the NOMOS_PATH environment variable: export NOMOS_PATH=/path/to/nomos-node","breadcrumbs":"Part II — User Guide » Operations » Nomos Node Checkout","id":"208","title":"Nomos Node Checkout"},"209":{"body":"Each runner has different platform requirements: LocalDeployer: Rust toolchain (to build binaries) Sufficient ports available (each node needs several ports) Enough disk space for node data directories (~100MB per node) ComposeRunner: Docker and Docker Compose installed Docker daemon running with sufficient resources Network connectivity for container communication K8sRunner: Kubernetes cluster access ( kubectl configured) Sufficient cluster resources (CPU, memory, storage) Permissions to create StatefulSets, Services, and ConfigMaps","breadcrumbs":"Part II — User Guide » Operations » Runner-Specific Prerequisites","id":"209","title":"Runner-Specific Prerequisites"},"21":{"body":"This framework embodies specific principles that shape how you author and run\\nscenarios. Understanding these principles helps you write effective tests and\\ninterpret results correctly.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Testing Philosophy","id":"21","title":"Testing Philosophy"},"210":{"body":"Some tests (particularly those exercising DA proofs) require circuit and prover\\nartifacts. These are large files (~GB) that shouldn’t be in Git. Fetch them with the provided script: cd nomos-testing\\n./scripts/setup-nomos-circuits.sh This downloads and extracts artifacts to ../nomos-node/nodes/nomos-node/kzgrs_params/. You only need to do this once, or when circuits change.","breadcrumbs":"Part II — User Guide » Operations » Circuit and Prover Assets","id":"210","title":"Circuit and Prover Assets"},"211":{"body":"The framework respects several environment variables for operational tuning.","breadcrumbs":"Part II — User Guide » Operations » Environment Configuration","id":"211","title":"Environment Configuration"},"212":{"body":"If you’re running on resource-constrained hardware (CI machines, shared\\nservers), nodes might take longer to start or produce blocks more slowly. Enable\\nslow mode: export SLOW_ENVIRONMENT=true This relaxes readiness timeouts and adjusts block rate expectations. Tests will\\ntake longer but won’t fail due to timing sensitivity.","breadcrumbs":"Part II — User Guide » Operations » Slow Environment Mode","id":"212","title":"Slow Environment Mode"},"213":{"body":"Enable detailed tracing for debugging: export RUST_LOG=debug\\nexport TRACING_ENABLED=true This produces verbose logs showing all API calls, block progression, and\\nworkload activity. Useful when a test fails and you need to understand what\\nhappened.","breadcrumbs":"Part II — User Guide » Operations » Tracing and Logging","id":"213","title":"Tracing and Logging"},"214":{"body":"By default, nodes use ports starting at 18080. If these conflict with other\\nservices, adjust the base port: export NODE_PORT_BASE=28080 Each node increments from the base (28080, 28081, 28082, etc.).","breadcrumbs":"Part II — User Guide » Operations » Port Configuration","id":"214","title":"Port Configuration"},"215":{"body":"The framework enforces strict readiness checks before starting workloads. This\\nprevents false failures from racing against node startup.","breadcrumbs":"Part II — User Guide » Operations » Understanding Readiness Checks","id":"215","title":"Understanding Readiness Checks"},"216":{"body":"A node is “ready” when: Its HTTP API responds to health checks Consensus is initialized (Genesis block is loaded) Expected peers are connected (based on topology)","breadcrumbs":"Part II — User Guide » Operations » What Readiness Means","id":"216","title":"What Readiness Means"},"217":{"body":"By default, the framework waits up to 60 seconds for all nodes to become ready.\\nIf nodes aren’t ready by then, deployment fails. In slow environments, increase the timeout: export READINESS_TIMEOUT_SECS=120","breadcrumbs":"Part II — User Guide » Operations » Readiness Timeout","id":"217","title":"Readiness Timeout"},"218":{"body":"If deployment fails with “nodes not ready”, check: Are binaries built? Check for build errors in logs. Are ports available? Another process might be using node ports. Is network connectivity working? In Docker/Kubernetes, network issues can\\nprevent peer connections. Are genesis configs correct? Misconfigured genesis can prevent consensus\\ninitialization. The framework logs each node’s readiness status, so you can see which specific\\nnode failed and why.","breadcrumbs":"Part II — User Guide » Operations » Debugging Readiness Failures","id":"218","title":"Debugging Readiness Failures"},"219":{"body":"During test runs, nodes expose metrics and logs for observability.","breadcrumbs":"Part II — User Guide » Operations » Observability and Metrics","id":"219","title":"Observability and Metrics"},"22":{"body":"Describe what you want to test, not how to orchestrate it: #![allow(unused)] fn main() {\\n// Good: declarative\\nScenarioBuilder::with_node_counts(2, 1) .transactions().rate(5).apply() .expect_consensus_liveness() .build(); // Bad: imperative (framework doesn\'t work this way)\\n// spawn_validator(); spawn_executor(); // loop { submit_tx(); check_block(); } } Why it matters: The framework handles deployment, readiness, and cleanup.\\nYou focus on test intent, not infrastructure orchestration.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Declarative over Imperative","id":"22","title":"Declarative over Imperative"},"220":{"body":"LocalDeployer writes logs to temporary directories: /tmp/nomos-test-/node-0/ ├── stdout.log # Node stdout ├── stderr.log # Node stderr └── data/ # Node data directory Set NOMOS_TESTING_PERSIST_LOGS=true to keep logs after tests finish. ComposeRunner logs go to Docker: docker-compose logs -f nomos-validator-0 K8sRunner logs go to Kubernetes: kubectl logs nomos-validator-0","breadcrumbs":"Part II — User Guide » Operations » Log Files","id":"220","title":"Log Files"},"221":{"body":"Each node exposes a metrics endpoint (default http://localhost:18080/metrics).\\nYou can scrape these with Prometheus during long-running tests. In Docker/Kubernetes environments, metrics endpoints are exposed via Services.","breadcrumbs":"Part II — User Guide » Operations » Metrics Endpoints","id":"221","title":"Metrics Endpoints"},"222":{"body":"The framework tracks block height in real-time during tests. If blocks stop\\nprogressing, you’ll see warnings in the logs: WARN Block progression stalled at height 42 This helps diagnose consensus issues even before expectations evaluate.","breadcrumbs":"Part II — User Guide » Operations » Block Progression Tracking","id":"222","title":"Block Progression Tracking"},"223":{"body":"When a test fails, work through this checklist:","breadcrumbs":"Part II — User Guide » Operations » Failure Triage","id":"223","title":"Failure Triage"},"224":{"body":"The test result shows which expectation failed: FAIL Consensus liveness: expected at least 30 blocks, saw 12 This tells you what went wrong at a high level.","breadcrumbs":"Part II — User Guide » Operations » 1. Check Expectations","id":"224","title":"1. Check Expectations"},"225":{"body":"Did all nodes become ready? Look for readiness errors in logs: ERROR Node nomos-validator-2 failed readiness: no peers connected Readiness failures indicate deployment problems, not test failures.","breadcrumbs":"Part II — User Guide » Operations » 2. Check Readiness","id":"225","title":"2. Check Readiness"},"226":{"body":"Did workloads encounter errors during execution? ERROR Transaction workload: submission failed: connection refused Workload errors might indicate nodes crashed or became unavailable mid-test.","breadcrumbs":"Part II — User Guide » Operations » 3. Check Workload Errors","id":"226","title":"3. Check Workload Errors"},"227":{"body":"Dive into individual node logs to see what happened: # Local\\ncat /tmp/nomos-test-/node-0/stdout.log # Docker\\ndocker-compose logs nomos-validator-0 # Kubernetes\\nkubectl logs nomos-validator-0 Look for panics, errors, or warnings around the time of failure.","breadcrumbs":"Part II — User Guide » Operations » 4. Check Node Logs","id":"227","title":"4. Check Node Logs"},"228":{"body":"Are you running out of disk, memory, or CPU? Resource exhaustion can cause nodes\\nto slow down or crash. # Check disk space\\ndf -h # Check memory (Linux)\\nfree -h # Check Docker resources\\ndocker stats","breadcrumbs":"Part II — User Guide » Operations » 5. Check Resource Constraints","id":"228","title":"5. Check Resource Constraints"},"229":{"body":"","breadcrumbs":"Part II — User Guide » Operations » Common Issues and Solutions","id":"229","title":"Common Issues and Solutions"},"23":{"body":"Reason in blocks and consensus intervals, not wall-clock seconds: #![allow(unused)] fn main() {\\n// Good: protocol-oriented thinking\\nlet plan = ScenarioBuilder::with_node_counts(2, 1) .transactions().rate(5).apply() // 5 tx per block .with_run_duration(Duration::from_secs(60)) // Let framework calculate expected blocks .expect_consensus_liveness() // \\"Did we produce the expected blocks?\\" .build(); // Bad: wall-clock assumptions\\n// \\"I expect exactly 10 blocks in 60 seconds\\"\\n// This breaks on slow CI where blocks might take 7s instead of 6s } Why it matters: Block production timing varies across environments—fast on\\na laptop (5s/block), slow on overloaded CI (8s/block). The framework calculates\\nexpected blocks based on configured slot duration, making assertions\\nenvironment-independent. Assert on “blocks produced relative to the run window”\\nnot “blocks produced per wall-clock second”.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Protocol Time, Not Wall Time","id":"23","title":"Protocol Time, Not Wall Time"},"230":{"body":"Problem: Framework can’t find nomos-node or nomos-executor binaries. Solution: Ensure NOMOS_PATH points to the Nomos repository and binaries\\nare built: cd ../nomos-node\\ncargo build --release --bin nomos-node --bin nomos-executor","breadcrumbs":"Part II — User Guide » Operations » “Binaries not found”","id":"230","title":"“Binaries not found”"},"231":{"body":"Problem: Another process is using node ports. Solution: Kill conflicting processes or change NODE_PORT_BASE: export NODE_PORT_BASE=28080","breadcrumbs":"Part II — User Guide » Operations » “Port already in use”","id":"231","title":"“Port already in use”"},"232":{"body":"Problem: Nodes aren’t becoming ready fast enough. Solution: Enable slow mode or increase timeout: export SLOW_ENVIRONMENT=true\\nexport READINESS_TIMEOUT_SECS=120","breadcrumbs":"Part II — User Guide » Operations » “Readiness timeout”","id":"232","title":"“Readiness timeout”"},"233":{"body":"Problem: ComposeRunner can’t connect to Docker. Solution: Start Docker daemon: # Linux\\nsudo systemctl start docker # macOS\\nopen -a Docker","breadcrumbs":"Part II — User Guide » Operations » “Docker daemon not running”","id":"233","title":"“Docker daemon not running”"},"234":{"body":"Problem: K8sRunner can’t find cluster or lacks permissions. Solution: Verify kubectl is configured: kubectl cluster-info\\nkubectl auth can-i create statefulset","breadcrumbs":"Part II — User Guide » Operations » “Kubernetes resources not found”","id":"234","title":"“Kubernetes resources not found”"},"235":{"body":"Running tests in CI requires some setup to ensure reliability.","breadcrumbs":"Part II — User Guide » Operations » CI Integration","id":"235","title":"CI Integration"},"236":{"body":"ComposeRunner is the best choice for CI because it provides isolation and\\nreproducibility: #![allow(unused)] fn main() {\\nlet runner = ComposeRunner::new().deploy(&plan).await?; }","breadcrumbs":"Part II — User Guide » Operations » Use ComposeRunner","id":"236","title":"Use ComposeRunner"},"237":{"body":"CI machines are often resource-constrained: # GitHub Actions example\\nenv: SLOW_ENVIRONMENT: true READINESS_TIMEOUT_SECS: 120","breadcrumbs":"Part II — User Guide » Operations » Enable Slow Mode","id":"237","title":"Enable Slow Mode"},"238":{"body":"Configure artifact collection so you can debug failures: - uses: actions/upload-artifact@v3 if: failure() with: name: test-logs path: /tmp/nomos-test-*/","breadcrumbs":"Part II — User Guide » Operations » Capture Logs","id":"238","title":"Capture Logs"},"239":{"body":"Don’t run too many scenarios in parallel—each spawns multiple nodes: cargo test --jobs 2 # Limit parallelism","breadcrumbs":"Part II — User Guide » Operations » Parallel Test Limits","id":"239","title":"Parallel Test Limits"},"24":{"body":"Default scenarios are repeatable: Fixed topology Predictable traffic rates Deterministic checks Chaos is opt-in: #![allow(unused)] fn main() {\\n// Separate: functional test (deterministic)\\nlet plan = ScenarioBuilder::with_node_counts(2, 1) .transactions().rate(5).apply() .expect_consensus_liveness() .build(); // Separate: chaos test (introduces randomness)\\nlet chaos_plan = ScenarioBuilder::with_node_counts(3, 2) .enable_node_control() .chaos().restart().apply() .transactions().rate(5).apply() .expect_consensus_liveness() .build(); } Why it matters: Mixing determinism with chaos creates noisy, hard-to-debug\\nfailures. Separate concerns make failures actionable.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Determinism First, Chaos When Needed","id":"24","title":"Determinism First, Chaos When Needed"},"240":{"body":"For validation that closely mirrors production, use K8sRunner with realistic\\ntopologies: #![allow(unused)] fn main() {\\nlet plan = ScenarioBuilder::with_node_counts(10, 5) // Production-scale .with_topology( TopologyBuilder::with_node_counts(10, 5) .with_network_layout(NetworkLayout::Mesh) .build() ) .transactions().rate(50).apply() .with_run_duration(Duration::from_secs(300)) // 5-minute soak .build(); let runner = K8sRunner::new() .with_namespace(\\"nomos-testing\\") // Isolated namespace .deploy(&plan).await?; } Monitor cluster resources during the test and scale as needed.","breadcrumbs":"Part II — User Guide » Operations » Production-Like Testing","id":"240","title":"Production-Like Testing"},"241":{"body":"You now understand how to set up environments, configure the framework, and\\ntriage failures. The next chapter, Runners, goes deep into each runner’s\\nimplementation details and advanced configuration options.","breadcrumbs":"Part II — User Guide » Operations » What’s Next","id":"241","title":"What’s Next"},"242":{"body":"Deep dives for contributors who extend the framework, evolve its abstractions,\\nor maintain the crate set.","breadcrumbs":"Part III — Developer Reference » Part III — Developer Reference","id":"242","title":"Part III — Developer Reference"},"243":{"body":"This chapter explains the conceptual model behind scenarios. If you’re writing\\ntests, you’ve already worked with topologies, workloads, and expectations—now\\nwe’ll dig into why they’re designed this way and how they fit together at a\\ndeeper level. Understanding this model will help you extend the framework confidently and\\ndebug complex scenarios when things go wrong.","breadcrumbs":"Part III — Developer Reference » Scenario Model (Developer Level) » The Scenario Model","id":"243","title":"The Scenario Model"},"244":{"body":"Many testing frameworks blur the lines between what a test needs (cluster\\nshape), how to deploy it (orchestration), and what to check (assertions). This\\nmakes tests brittle—change one detail and you have to rewrite the whole test. This framework splits responsibilities into five concepts that never cross\\nboundaries. Each has a single job: Topology describes what cluster you want Scenario assembles the complete test plan Runner deploys nodes and manages resources Workloads generate traffic and conditions Expectations judge outcomes after the run Let’s look at each concept in depth.","breadcrumbs":"Part III — Developer Reference » Scenario Model (Developer Level) » Why Separate Concepts Matter","id":"244","title":"Why Separate Concepts Matter"},"245":{"body":"A topology is a declarative description. It says “I want 3 validators, 2\\nexecutors, connected in a star topology with these DA parameters.” It doesn’t\\nknow how nodes get started, what binary to use, or whether you’re on local or\\nKubernetes. This separation is crucial: the same topology can deploy to any backend. You\\ncan prototype locally, validate in Docker, and run in CI on Kubernetes without\\nchanging a line of topology code. Topologies include validator/executor counts, network layout (star, mesh, or\\ncustom), DA settings (subnetwork size, dispersal factor), and timing parameters\\n(slot duration, epoch length). The framework generates complete node configs\\nfrom these high-level declarations.","breadcrumbs":"Part III — Developer Reference » Scenario Model (Developer Level) » Topology: Pure Description","id":"245","title":"Topology: Pure Description"},"246":{"body":"A scenario combines topology with workloads, expectations, and a runtime\\nduration. Once built, it’s immutable—this is intentional. You can pass the same\\nscenario to different runners and get reproducible behavior. Building a scenario does more than assemble pieces. It: Validates prerequisites (does the transaction workload have seeded wallets?) Ensures the run window is long enough for workloads to complete Checks that control operations (like restarts) have proper cooldown buffers Verifies workload compatibility (do workloads require node control?) If your scenario passes the build step, the framework guarantees it’s\\nwell-formed. This prevents runtime surprises like “workload needs wallets but\\ntopology has zero executors.”","breadcrumbs":"Part III — Developer Reference » Scenario Model (Developer Level) » Scenario: The Immutable Plan","id":"246","title":"Scenario: The Immutable Plan"},"247":{"body":"Workloads are asynchronous tasks that drive system behavior. They do things\\nlike submit transactions, disperse DA blobs, or restart nodes at intervals. Here’s what makes workloads different from manually calling APIs: They work with any runner. Workloads receive API clients from the runner\\nbut never care whether nodes are local processes or remote pods. They respect protocol time. Instead of “submit 1000 transactions as fast\\nas possible,” workloads generate traffic at realistic rates keyed to block\\nprogression. They handle readiness automatically. Workloads don’t start until nodes\\nare proven healthy and ready. They can declare expectations. Some workloads (like transactions) bundle\\ndefault expectations. This keeps related logic together—transaction workload\\nincludes the expectation that transactions get included. Workloads run concurrently during the scenario’s configured duration. The\\nframework manages their lifecycle: start when ready, stop when time expires,\\npropagate errors if something fails.","breadcrumbs":"Part III — Developer Reference » Scenario Model (Developer Level) » Workloads: Controlled Traffic Generation","id":"247","title":"Workloads: Controlled Traffic Generation"},"248":{"body":"Expectations are how you define success. Unlike assertions that run inline\\nduring a test, expectations evaluate after workloads complete. This design serves two purposes: Expectations can aggregate over the full run. They’re not checking a\\nsingle condition at one moment—they’re judging overall system behavior. Did\\nblocks progress steadily? Were all submitted transactions included? Did DA\\nsampling work throughout the window? Expectations can correlate multiple signals. They have access to runtime\\nmetrics, block feeds, and baselines captured before workloads started. This\\nlets them make nuanced judgments that inline assertions can’t. Expectations implement the Expectation trait with two hooks: capture_baseline() runs after deployment but before workloads start evaluate() runs after workloads finish If any expectation fails, the test fails with a detailed report showing what\\nwent wrong.","breadcrumbs":"Part III — Developer Reference » Scenario Model (Developer Level) » Expectations: Post-Run Judgments","id":"248","title":"Expectations: Post-Run Judgments"},"249":{"body":"The runtime is the framework’s engine. It orchestrates the lifecycle: Deploy nodes via the runner Wait for readiness (nodes online, connected, responding to APIs) Capture expectation baselines Start all workloads concurrently Run for the configured duration Stop workloads gracefully Evaluate all expectations Clean up resources The runtime also handles special cases: If a workload does node control (restarts), the runtime enforces cooldown\\nperiods so expectations aren’t confused by intentional downtime If a workload errors, the runtime stops early and surfaces the error If cleanup fails, the runtime logs warnings but doesn’t mask test failures You rarely interact with the runtime directly—it works behind the scenes when\\nyou call runner.run().","breadcrumbs":"Part III — Developer Reference » Scenario Model (Developer Level) » Runtime: The Execution Coordinator","id":"249","title":"Runtime: The Execution Coordinator"},"25":{"body":"Prefer user-facing signals over internal state: Recommended checks: Blocks progressing at expected rate (liveness) Transactions included within N blocks (inclusion) DA blobs retrievable (availability) Checks to avoid: Memory pool size Internal service state Cache hit rates Why it matters: User-facing signals reflect actual system health.\\nInternal state can be “healthy” while the system is broken from a user\\nperspective.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Observable Health Signals","id":"25","title":"Observable Health Signals"},"250":{"body":"These boundaries aren’t arbitrary. They exist to make the framework predictable\\nand extensible: Topology never knows about deployment. This lets the same plan work\\neverywhere. Workloads never spawn nodes. This keeps orchestration centralized. Expectations never generate traffic. This keeps success criteria separate\\nfrom test behavior. Runners never validate plans. This keeps validation in the scenario\\nbuilder where it belongs. When you extend the framework, respect these boundaries. If you’re adding a new\\nworkload, don’t embed deployment logic. If you’re adding a new runner, don’t\\nbypass the readiness protocol. The boundaries are what make the framework\\ncomposable.","breadcrumbs":"Part III — Developer Reference » Scenario Model (Developer Level) » Respecting Boundaries","id":"250","title":"Respecting Boundaries"},"251":{"body":"This model gives you: Portable scenarios that work identically across environments Composable workloads you can mix and match without conflicts Clear failure modes—if expectations fail, you know it’s a real problem,\\nnot test infrastructure Easy extension—add workloads, expectations, or runners without touching\\ncore framework code The next chapter, Scenario Lifecycle, walks through the runtime in detail,\\nshowing exactly what happens from deploy() to cleanup. If you want to extend\\nthe framework instead, jump ahead to Part III: Developer Reference.","breadcrumbs":"Part III — Developer Reference » Scenario Model (Developer Level) » What This Enables","id":"251","title":"What This Enables"},"252":{"body":"The framework is designed to be extended. You can add custom workloads,\\nexpectations, runners, and topology configurations without modifying the core\\nframework code. This chapter shows you how to extend each extension point, explains the design\\nprinciples behind them, and provides complete examples.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Extending the Framework","id":"252","title":"Extending the Framework"},"253":{"body":"The built-in workloads and expectations cover common scenarios, but you’ll\\neventually need something custom: A workload that exercises a specific protocol feature An expectation that validates your project’s unique invariants A runner that deploys to your custom infrastructure Topology configurations for specific test scenarios The framework makes this easy by keeping extension points clean and well-defined.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Why Extend?","id":"253","title":"Why Extend?"},"254":{"body":"Workloads generate traffic and conditions during test runs. Let’s build a\\ncustom workload step by step.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding Custom Workloads","id":"254","title":"Adding Custom Workloads"},"255":{"body":"Every workload implements this trait: #![allow(unused)] fn main() {\\n#[async_trait]\\npub trait Workload: Send + Sync { fn name(&self) -> &str; async fn execute(&self, ctx: &RunContext) -> Result<()>; fn bundled_expectations(&self) -> Vec> { vec![] }\\n} } name() returns a human-readable name for logging and error messages. execute() is where your workload does its work. It receives a RunContext with API clients, block feeds, and metrics. It runs until\\ncancelled (when the scenario duration expires) or until it completes naturally. bundled_expectations() optionally returns expectations that make sense\\nwith this workload. For example, transaction workloads include an inclusion\\nexpectation.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » The Workload Trait","id":"255","title":"The Workload Trait"},"256":{"body":"Let’s build a simple workload that periodically polls node health endpoints: #![allow(unused)] fn main() {\\nuse nomos_testing_core::scenario::{Workload, RunContext};\\nuse async_trait::async_trait;\\nuse anyhow::Result;\\nuse tokio::time::{interval, Duration}; pub struct HealthCheckWorkload { interval_secs: u64,\\n} impl HealthCheckWorkload { pub fn new() -> Self { Self { interval_secs: 10 } } pub fn with_interval(mut self, secs: u64) -> Self { self.interval_secs = secs; self }\\n} #[async_trait]\\nimpl Workload for HealthCheckWorkload { fn name(&self) -> &str { \\"health_check\\" } async fn execute(&self, ctx: &RunContext) -> Result<()> { let mut tick = interval(Duration::from_secs(self.interval_secs)); loop { tick.tick().await; // Check health of all nodes for client in ctx.node_clients() { let info = client.consensus_info().await?; println!(\\"Node {} at block {}\\", client.address(), info.block_height); } } }\\n} } This workload runs in a loop, polling consensus info every interval_secs\\nseconds. It prints progress but could also collect metrics or detect anomalies.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Example: Health Check Workload","id":"256","title":"Example: Health Check Workload"},"257":{"body":"You can use custom workloads directly in scenarios: #![allow(unused)] fn main() {\\nlet plan = ScenarioBuilder::with_node_counts(3, 1) .with_workload(Box::new(HealthCheckWorkload::new().with_interval(5))) .expect_consensus_liveness() .with_run_duration(Duration::from_secs(60)) .build(); }","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Using the Custom Workload","id":"257","title":"Using the Custom Workload"},"258":{"body":"For better ergonomics, add a builder extension: #![allow(unused)] fn main() {\\npub trait HealthCheckBuilderExt { fn health_checks(self) -> HealthCheckWorkloadBuilder;\\n} impl HealthCheckBuilderExt for ScenarioBuilder { fn health_checks(self) -> HealthCheckWorkloadBuilder { HealthCheckWorkloadBuilder::new(self) }\\n} pub struct HealthCheckWorkloadBuilder { scenario: ScenarioBuilder, interval: u64,\\n} impl HealthCheckWorkloadBuilder { fn new(scenario: ScenarioBuilder) -> Self { Self { scenario, interval: 10, } } pub fn interval(mut self, secs: u64) -> Self { self.interval = secs; self } pub fn apply(self) -> ScenarioBuilder { self.scenario.with_workload(Box::new( HealthCheckWorkload::new().with_interval(self.interval) )) }\\n} } Now you can use it fluently: #![allow(unused)] fn main() {\\nlet plan = ScenarioBuilder::with_node_counts(3, 1) .health_checks() .interval(5) .apply() .expect_consensus_liveness() .build(); }","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Builder API Integration","id":"258","title":"Builder API Integration"},"259":{"body":"Respect cancellation. Workloads run until the scenario duration expires. The execute() method receives a cancellation signal when time’s up. Don’t block\\nindefinitely—check cancellation or use timeout-aware futures. Handle errors gracefully. If an API call fails, decide whether to retry or\\nfail the workload. Transient errors (network blips) should retry; persistent\\nerrors (node crashed) should fail fast. Log progress. Print periodic status so operators can see what the workload\\nis doing. This helps debug when tests fail. Don’t assume node count. Your workload might run with 2 nodes or 20. Write\\ncode that adapts to ctx.node_clients().len(). Bundle expectations when appropriate. If your workload has a clear success\\ncriterion, include it as a bundled expectation.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Workload Best Practices","id":"259","title":"Workload Best Practices"},"26":{"body":"Always run long enough for meaningful block production: #![allow(unused)] fn main() {\\n// Bad: too short\\n.with_run_duration(Duration::from_secs(5)) // Maybe 0-1 blocks // Good: enough blocks for assertions\\n.with_run_duration(Duration::from_secs(60)) // ~10+ blocks } The framework enforces minimum durations, but be explicit. Very short runs\\nrisk false confidence—one lucky block doesn’t prove liveness.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Minimum Run Windows","id":"26","title":"Minimum Run Windows"},"260":{"body":"Expectations evaluate after workloads finish and decide whether the test\\npassed. Let’s build one.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding Custom Expectations","id":"260","title":"Adding Custom Expectations"},"261":{"body":"#![allow(unused)] fn main() {\\n#[async_trait]\\npub trait Expectation: Send + Sync { fn name(&self) -> &str; async fn capture_baseline(&self, ctx: &RunContext) -> Result<()> { Ok(()) } async fn evaluate(&self, ctx: &RunContext) -> Result<()>;\\n} } name() returns a human-readable name. capture_baseline() optionally captures a baseline before workloads start.\\nThis lets you compare “before” and “after” state. evaluate() runs after workloads finish. Return Ok(()) if the expectation\\npassed, or an error describing what failed.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » The Expectation Trait","id":"261","title":"The Expectation Trait"},"262":{"body":"Let’s build an expectation that verifies all nodes maintained peer connections\\nthroughout the test: #![allow(unused)] fn main() {\\nuse nomos_testing_core::scenario::{Expectation, RunContext};\\nuse async_trait::async_trait;\\nuse anyhow::{Result, anyhow}; pub struct PeerCountExpectation { min_peers: usize,\\n} impl PeerCountExpectation { pub fn new(min_peers: usize) -> Self { Self { min_peers } }\\n} #[async_trait]\\nimpl Expectation for PeerCountExpectation { fn name(&self) -> &str { \\"peer_count\\" } async fn evaluate(&self, ctx: &RunContext) -> Result<()> { for client in ctx.node_clients() { let info = client.consensus_info().await?; if info.peer_count < self.min_peers { return Err(anyhow!( \\"Node {} has only {} peers (expected ≥{})\\", client.address(), info.peer_count, self.min_peers )); } } Ok(()) }\\n} }","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Example: Peer Count Expectation","id":"262","title":"Example: Peer Count Expectation"},"263":{"body":"#![allow(unused)] fn main() {\\nlet plan = ScenarioBuilder::with_node_counts(4, 1) .transactions().rate(10).apply() .with_expectation(Box::new(PeerCountExpectation::new(2))) .with_run_duration(Duration::from_secs(60)) .build(); }","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Using Custom Expectations","id":"263","title":"Using Custom Expectations"},"264":{"body":"Be specific about failures. Don’t just return Err(anyhow!(\\"failed\\")).\\nInclude details: which node, what value was observed, what was expected. Aggregate failures. If checking multiple nodes, collect all failures and\\nreport them together rather than stopping at the first one. Use baselines for comparisons. If you need to verify something changed (or\\ndidn’t change), capture baseline in capture_baseline() and compare in evaluate(). Don’t modify state. Expectations are pure observers. They must not generate\\ntraffic or modify the system.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Expectation Best Practices","id":"264","title":"Expectation Best Practices"},"265":{"body":"Runners deploy scenarios to different backends. Let’s build a minimal custom\\nrunner.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding Custom Runners","id":"265","title":"Adding Custom Runners"},"266":{"body":"#![allow(unused)] fn main() {\\n#[async_trait]\\npub trait Deployer { async fn deploy(&self, scenario: &Scenario) -> Result>;\\n} #[async_trait]\\npub trait Runner { async fn run(&self) -> Result; fn node_control(&self) -> Option<&dyn NodeControlHandle> { None }\\n} } Deployer::deploy() takes a scenario and provisions infrastructure. It\\nreturns a Runner that can execute the scenario. Runner::run() executes the scenario: starts workloads, observes, evaluates\\nexpectations, cleans up. Runner::node_control() optionally provides node control for chaos\\nworkloads.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » The Deployer and Runner Traits","id":"266","title":"The Deployer and Runner Traits"},"267":{"body":"Here’s a minimal runner that doesn’t actually deploy anything—useful for testing: #![allow(unused)] fn main() {\\nuse nomos_testing_core::scenario::{Deployer, Runner, Scenario, RunResult};\\nuse async_trait::async_trait;\\nuse anyhow::Result; pub struct MockDeployer; #[async_trait]\\nimpl Deployer for MockDeployer { async fn deploy(&self, scenario: &Scenario) -> Result> { println!(\\"Mock deployment of {} nodes\\", scenario.topology().node_count()); Ok(Box::new(MockRunner)) }\\n} struct MockRunner; #[async_trait]\\nimpl Runner for MockRunner { async fn run(&self) -> Result { println!(\\"Mock run (no actual nodes)\\"); // Return success immediately Ok(RunResult::success()) }\\n} } Real runners would deploy actual infrastructure, but this shows the pattern.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Example: Mock Runner","id":"267","title":"Example: Mock Runner"},"268":{"body":"Enforce readiness. Don’t return from deploy() until nodes are actually\\nready to receive traffic. This prevents race conditions. Use cleanup guards. Ensure resources are cleaned up even if run() panics\\nor errors. Provide meaningful errors. If deployment fails, indicate whether it’s a\\nconfig problem, resource exhaustion, or infrastructure issue. Mirror existing observability. Expose metrics and logs similar to existing\\nrunners so workloads and expectations work consistently.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Runner Best Practices","id":"268","title":"Runner Best Practices"},"269":{"body":"You can extend topology generation with new layouts or presets: #![allow(unused)] fn main() {\\nimpl TopologyBuilder { pub fn production_like() -> Self { Self::with_node_counts(10, 5) .with_network_layout(NetworkLayout::Mesh) .with_slot_duration(Duration::from_secs(1)) .with_da_subnetwork_size(20) .with_da_dispersal_factor(3) } pub fn minimal_da() -> Self { Self::with_node_counts(3, 1) .with_da_subnetwork_size(5) .with_da_dispersal_factor(2) }\\n} } Use these in scenarios: #![allow(unused)] fn main() {\\nlet plan = ScenarioBuilder::new() .with_topology(TopologyBuilder::production_like().build()) .transactions().rate(50).apply() .build(); }","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding Topology Configurations","id":"269","title":"Adding Topology Configurations"},"27":{"body":"These principles keep scenarios: Portable across environments (protocol time, declarative) Debuggable (determinism, separation of concerns) Meaningful (observable signals, sufficient duration) When authoring scenarios, ask: “Does this test the protocol behavior or\\nmy local environment quirks?”","breadcrumbs":"Part I — Foundations » Testing Philosophy » Summary","id":"27","title":"Summary"},"270":{"body":"If your extensions are reusable across tests, consider: Extracting to a crate. Create myproject-testing-extensions and depend\\non testing-framework-core. Contributing upstream. If your extension is generally useful, consider\\ncontributing it to testing-framework/workflows. Documenting examples. Include usage examples in your extension’s docs so\\nothers can learn from them.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Integrating Extensions","id":"270","title":"Integrating Extensions"},"271":{"body":"You now know how to extend all major framework components. The next chapter,\\nCustom Workload Example, walks through a complete end-to-end example of adding\\na custom workload with bundled expectations and builder integration.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » What’s Next","id":"271","title":"What’s Next"},"272":{"body":"A minimal, end-to-end illustration of adding a custom workload and matching\\nexpectation. This shows the shape of the traits and where to plug into the\\nframework; expand the logic to fit your real test.","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Example: New Workload & Expectation (Rust)","id":"272","title":"Example: New Workload & Expectation (Rust)"},"273":{"body":"Key ideas: name: identifies the workload in logs. expectations: workloads can bundle defaults so callers don’t forget checks. init: derive inputs from the generated topology (e.g., pick a target node). start: drive async activity using the shared RunContext. #![allow(unused)] fn main() {\\nuse std::sync::Arc;\\nuse async_trait::async_trait;\\nuse testing_framework_core::scenario::{ DynError, Expectation, RunContext, RunMetrics, Workload,\\n};\\nuse testing_framework_core::topology::GeneratedTopology; pub struct ReachabilityWorkload { target_idx: usize, bundled: Vec>,\\n} impl ReachabilityWorkload { pub fn new(target_idx: usize) -> Self { Self { target_idx, bundled: vec![Box::new(ReachabilityExpectation::new(target_idx))], } }\\n} #[async_trait]\\nimpl Workload for ReachabilityWorkload { fn name(&self) -> &\'static str { \\"reachability_workload\\" } fn expectations(&self) -> Vec> { self.bundled.clone() } fn init( &mut self, topology: &GeneratedTopology, _metrics: &RunMetrics, ) -> Result<(), DynError> { if topology.validators().get(self.target_idx).is_none() { return Err(\\"no validator at requested index\\".into()); } Ok(()) } async fn start(&self, ctx: &RunContext) -> Result<(), DynError> { let client = ctx .node_clients() .validators() .get(self.target_idx) .ok_or(\\"missing target client\\")?; // Pseudo-action: issue a lightweight RPC to prove reachability. client.consensus_info().await.map_err(|e| e.into())?; Ok(()) }\\n} }","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Workload: simple reachability probe","id":"273","title":"Workload: simple reachability probe"},"274":{"body":"Key ideas: start_capture: snapshot baseline if needed (not used here). evaluate: assert the condition after workloads finish. #![allow(unused)] fn main() {\\nuse async_trait::async_trait;\\nuse testing_framework_core::scenario::{DynError, Expectation, RunContext}; pub struct ReachabilityExpectation { target_idx: usize,\\n} impl ReachabilityExpectation { pub fn new(target_idx: usize) -> Self { Self { target_idx } }\\n} #[async_trait]\\nimpl Expectation for ReachabilityExpectation { fn name(&self) -> &str { \\"target_reachable\\" } async fn evaluate(&mut self, ctx: &RunContext) -> Result<(), DynError> { let client = ctx .node_clients() .validators() .get(self.target_idx) .ok_or(\\"missing target client\\")?; client.consensus_info().await.map_err(|e| { format!(\\"target became unreachable during run: {e}\\").into() })?; Ok(()) }\\n} }","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Expectation: confirm the target stayed reachable","id":"274","title":"Expectation: confirm the target stayed reachable"},"275":{"body":"Build your scenario as usual and call .with_workload(ReachabilityWorkload::new(0)). The bundled expectation is attached automatically; you can add more with .with_expectation(...) if needed. Keep the logic minimal and fast for smoke tests; grow it into richer probes\\nfor deeper scenarios.","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » How to wire it","id":"275","title":"How to wire it"},"276":{"body":"High-level roles of the crates that make up the framework: Configs: prepares reusable configuration primitives for nodes, networking,\\ntracing, data availability, and wallets, shared by all scenarios and runners. Core scenario orchestration: houses the topology and scenario model,\\nruntime coordination, node clients, and readiness/health probes. Workflows: packages workloads and expectations into reusable building\\nblocks and offers a fluent DSL to assemble them. Runners: implements deployment backends (local host, Docker Compose,\\nKubernetes) that all consume the same scenario plan. Test workflows: example scenarios and integration checks that exercise the\\nframework end to end and serve as living documentation. Use this map to locate where to add new capabilities: configuration primitives\\nin configs, orchestration changes in core, reusable traffic/assertions in\\nworkflows, environment adapters in runners, and demonstrations in tests.","breadcrumbs":"Part III — Developer Reference » Internal Crate Reference » Internal Crate Reference","id":"276","title":"Internal Crate Reference"},"277":{"body":"Quick-reference material and supporting guidance to keep scenarios discoverable,\\ndebuggable, and consistent.","breadcrumbs":"Part IV — Appendix » Part IV — Appendix","id":"277","title":"Part IV — Appendix"},"278":{"body":"The framework offers a fluent builder style to keep scenarios readable. Common\\nknobs: Topology shaping: set validator and executor counts, pick a network layout\\nstyle, and adjust high-level data-availability traits. Wallet seeding: define how many users participate and the total funds\\navailable for transaction workloads. Workload tuning: configure transaction rates, data-availability channel\\nand blob rates, and whether chaos restarts should include validators,\\nexecutors, or both. Expectations: attach liveness and workload-specific checks so success is\\nexplicit. Run window: set a minimum duration long enough for multiple blocks to be\\nobserved and verified. Use these knobs to express intent clearly, keeping scenario definitions concise\\nand consistent across teams.","breadcrumbs":"Part IV — Appendix » DSL Cheat Sheet » Core Content: DSL Cheat Sheet","id":"278","title":"Core Content: DSL Cheat Sheet"},"279":{"body":"When tests fail or behave unexpectedly, this chapter will help you diagnose and\\nfix the problem. We’ll walk through common issues organized by symptom, with\\nconcrete diagnostics and solutions.","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Troubleshooting","id":"279","title":"Troubleshooting"},"28":{"body":"You’ve learned what scenarios are and why the framework separates concerns. Now\\nlet’s trace through exactly what happens when you run a scenario, from deploy() to cleanup. Understanding this lifecycle will help you debug tests, optimize run times, and\\nunderstand why things happen in a specific order.","breadcrumbs":"Part I — Foundations » Scenario Lifecycle (Conceptual) » Scenario Lifecycle","id":"28","title":"Scenario Lifecycle"},"280":{"body":"","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Build and Deployment Issues","id":"280","title":"Build and Deployment Issues"},"281":{"body":"What you see: Error: Failed to find nomos-node binary Diagnosis: The framework can’t locate the nomos-node or nomos-executor binaries. Solutions: Build the binaries: cd ../nomos-node\\ncargo build --release --bin nomos-node --bin nomos-executor Set NOMOS_PATH if repository isn’t in a sibling directory: export NOMOS_PATH=/path/to/nomos-node Verify binaries exist: ls ../nomos-node/target/release/nomos-node\\nls ../nomos-node/target/release/nomos-executor","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Symptom: “Binaries not found” Error","id":"281","title":"Symptom: “Binaries not found” Error"},"282":{"body":"What you see: Error: Address already in use (os error 48)\\nFailed to start node on port 18080 Diagnosis: Another process is using ports the framework needs. Solutions: Kill conflicting processes: # Find what\'s using the port\\nlsof -i :18080\\nkill Change the port base: export NODE_PORT_BASE=28080 Use a different runner: ComposeRunner and K8sRunner use isolated networking and don’t conflict with\\nhost ports.","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Symptom: “Port already in use”","id":"282","title":"Symptom: “Port already in use”"},"283":{"body":"What you see: Error: Nodes not ready after 60s\\nnomos-validator-2: no peers connected Diagnosis: Nodes aren’t becoming ready within the timeout window. Solutions: Enable slow environment mode: export SLOW_ENVIRONMENT=true\\nexport READINESS_TIMEOUT_SECS=120 Check individual node logs: cat /tmp/nomos-test-/node-2/stderr.log Look for errors during startup. Verify network connectivity: For ComposeRunner/K8sRunner, ensure container networking is functional: # Docker\\ndocker network ls\\ndocker-compose ps # Kubernetes\\nkubectl get pods\\nkubectl describe pod nomos-validator-2 Reduce node count: If hardware is limited, use fewer nodes: #![allow(unused)] fn main() {\\nScenarioBuilder::with_node_counts(2, 1) // Instead of (5, 3) }","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Symptom: Readiness Timeout","id":"283","title":"Symptom: Readiness Timeout"},"284":{"body":"","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Runtime Issues","id":"284","title":"Runtime Issues"},"285":{"body":"What you see: Expectation failed: Consensus liveness\\nExpected: at least 30 blocks\\nActual: 0 blocks Diagnosis: Consensus isn’t working—nodes aren’t producing blocks. Solutions: Check if nodes started: Verify in logs that consensus initialized: grep \\"consensus started\\" /tmp/nomos-test-*/node-*/stdout.log Verify genesis configuration: All nodes must have identical genesis. Check logs for genesis mismatches: grep -i \\"genesis\\" /tmp/nomos-test-*/node-*/stderr.log Check peer connectivity: Nodes need peers to reach consensus: grep \\"peer connected\\" /tmp/nomos-test-*/node-*/stdout.log If no peers connected, topology generation may have failed. Increase run duration: Very slow environments might need more time: #![allow(unused)] fn main() {\\n.with_run_duration(Duration::from_secs(120)) // Give it more time }","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Symptom: No Block Progression","id":"285","title":"Symptom: No Block Progression"},"286":{"body":"What you see: Expectation failed: Consensus liveness\\nExpected: at least 30 blocks\\nActual: 15 blocks (50% of target) Diagnosis: Blocks are being produced but slower than expected. Solutions: Enable slow environment mode: export SLOW_ENVIRONMENT=true This adjusts expectations for slower block times. Reduce workload intensity: Heavy workloads can slow block production: #![allow(unused)] fn main() {\\n.transactions().rate(5).apply() // Reduce from 20 } Check system resources: # CPU usage\\ntop # Disk I/O\\niostat # Memory\\nfree -h Resource exhaustion slows everything down.","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Symptom: Slow Block Progression","id":"286","title":"Symptom: Slow Block Progression"},"287":{"body":"What you see: Error: Transaction workload failed: connection refused Diagnosis: Workload couldn’t connect to nodes or nodes became unavailable. Solutions: Check node health: # Local\\ncurl http://localhost:18080/health # Compose\\ndocker-compose ps If nodes aren’t running, check why they crashed. Check workload prerequisites: Transaction workloads need executors: #![allow(unused)] fn main() {\\nScenarioBuilder::with_node_counts(2, 1) // Need at least 1 executor } Reduce workload rate: Aggressive rates can overwhelm nodes: #![allow(unused)] fn main() {\\n.transactions().rate(5).apply() // Start lower }","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Symptom: Workload Errors","id":"287","title":"Symptom: Workload Errors"},"288":{"body":"","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Expectation Failures","id":"288","title":"Expectation Failures"},"289":{"body":"What you see: Expectation failed: Transaction inclusion\\nSubmitted: 600 transactions\\nIncluded: 420 transactions (70%)\\nThreshold: 95% Diagnosis: Submitted transactions aren’t appearing in blocks. Solutions: Reduce submission rate: Too many transactions can saturate mempool: #![allow(unused)] fn main() {\\n.transactions().rate(10).apply() // Reduce from 50 } Increase run duration: Give more time for transactions to be included: #![allow(unused)] fn main() {\\n.with_run_duration(Duration::from_secs(120)) } Check if nodes are restarting: If using chaos workloads, restarts disrupt inclusion: #![allow(unused)] fn main() {\\n.chaos().restart().interval(Duration::from_secs(30)).apply()\\n// Consider longer intervals or removing chaos } Lower inclusion threshold: If some loss is acceptable: #![allow(unused)] fn main() {\\n.expect_transaction_inclusion() .threshold(0.90) // Accept 90% instead of 95% }","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Symptom: Transaction Inclusion Failure","id":"289","title":"Symptom: Transaction Inclusion Failure"},"29":{"body":"Every scenario goes through six stages: flowchart LR P[Plan
topology + workloads + expectations] --> D[Deploy
runner provisions] D --> R[Readiness
wait for nodes] R --> W[Drive Workloads] W --> O[Observe
blocks/metrics] O --> E[Evaluate Expectations] E --> C[Cleanup] Let’s walk through each stage in detail and see what actually happens.","breadcrumbs":"Part I — Foundations » Scenario Lifecycle (Conceptual) » The Six Stages","id":"29","title":"The Six Stages"},"290":{"body":"What you see: Error: Chaos workload requires node control capability Diagnosis: Node control wasn’t enabled or runner doesn’t support it. Solutions: Enable node control: #![allow(unused)] fn main() {\\nScenarioBuilder::with_node_counts(4, 1) .with_node_control() // Add this .chaos().restart().apply() } Verify runner supports control: All built-in runners support node control, but custom runners might not. Check node count: Need enough nodes to tolerate restarts: #![allow(unused)] fn main() {\\nScenarioBuilder::with_node_counts(4, 1) // 4 validators, can tolerate 1 down } With only 2-3 validators, restarting one can break consensus.","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Symptom: Chaos Workload Fails","id":"290","title":"Symptom: Chaos Workload Fails"},"291":{"body":"","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Environment-Specific Issues","id":"291","title":"Environment-Specific Issues"},"292":{"body":"What you see: Error: Cannot connect to Docker daemon Solutions: Start Docker: # Linux\\nsudo systemctl start docker # macOS\\nopen -a Docker Check Docker version: docker --version\\ndocker-compose --version Framework requires Docker 20+ and Docker Compose 2+. Check Docker resources: docker info | grep -i memory\\ndocker info | grep -i cpu Increase resources in Docker Desktop settings if needed.","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Symptom: Docker Issues","id":"292","title":"Symptom: Docker Issues"},"293":{"body":"What you see: Error: Failed to create StatefulSet: Unauthorized Solutions: Verify cluster access: kubectl cluster-info\\nkubectl get nodes Check permissions: kubectl auth can-i create statefulset\\nkubectl auth can-i create configmap\\nkubectl auth can-i create service If any return “no”, you need cluster admin to grant permissions. Check cluster resources: kubectl top nodes\\nkubectl describe nodes Insufficient cluster resources can prevent pod scheduling.","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Symptom: Kubernetes Issues","id":"293","title":"Symptom: Kubernetes Issues"},"294":{"body":"","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Flaky Tests","id":"294","title":"Flaky Tests"},"295":{"body":"Diagnosis: Timing sensitivity or resource differences between environments. Solutions: Enable slow mode in CI: # .github/workflows/test.yml\\nenv: SLOW_ENVIRONMENT: true READINESS_TIMEOUT_SECS: 120 Use ComposeRunner in CI: LocalRunner is sensitive to host differences; ComposeRunner is more consistent: #![allow(unused)] fn main() {\\n#[cfg(not(ci))]\\nlet runner = LocalDeployer::new().deploy(&plan).await?; #[cfg(ci)]\\nlet runner = ComposeRunner::new().deploy(&plan).await?; } Reduce test concurrency: cargo test --test-threads=2","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Symptom: Tests Pass Locally, Fail in CI","id":"295","title":"Symptom: Tests Pass Locally, Fail in CI"},"296":{"body":"Diagnosis: Non-deterministic behavior, often from chaos or timing races. Solutions: Remove chaos from smoke tests: Chaos introduces intentional non-determinism. Use separate tests: #![allow(unused)] fn main() {\\n#[test]\\nfn deterministic_consensus() { // No chaos\\n} #[test]\\nfn chaos_resilience() { // With chaos\\n} } Increase run duration: Short runs amplify timing sensitivity: #![allow(unused)] fn main() {\\n.with_run_duration(Duration::from_secs(90)) // Instead of 30 } Fix resource contention: Multiple tests running in parallel can interfere: cargo test -- --test-threads=1 # Run serially","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Symptom: Tests Sometimes Pass, Sometimes Fail","id":"296","title":"Symptom: Tests Sometimes Pass, Sometimes Fail"},"297":{"body":"When a test fails, work through this checklist: Does the test pass with --test-threads=1? (rules out parallel interference) Does enabling SLOW_ENVIRONMENT=true help? (rules out timing sensitivity) Do logs show node startup errors? (rules out deployment issues) Are all expected nodes in “ready” state? (rules out readiness problems) Do workload logs show errors? (rules out workload crashes) Is disk/memory/CPU exhausted? (rules out resource issues) Does the test pass with fewer nodes? (rules out scale sensitivity) Does the test pass with lower workload rates? (rules out load issues)","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Debugging Checklist","id":"297","title":"Debugging Checklist"},"298":{"body":"If you’re still stuck: Collect full logs: export NOMOS_TESTING_PERSIST_LOGS=true\\nexport RUST_LOG=debug\\ncargo test failing_test\\ntar -czf logs.tar.gz /tmp/nomos-test-* Describe your environment: OS and version Rust version Runner type (Local/Compose/K8s) Node counts and workload config Minimal reproduction: Try to reduce the failing scenario to the smallest possible test that reproduces\\nthe issue. Check existing issues: Search the project’s issue tracker for similar problems and solutions.","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Getting Help","id":"298","title":"Getting Help"},"299":{"body":"","breadcrumbs":"Part IV — Appendix » FAQ » Frequently Asked Questions","id":"299","title":"Frequently Asked Questions"},"3":{"body":"You might think executors are specialized compute nodes that just process\\ntransactions. That’s not quite right. Executors are actually full validators\\nwith one additional capability: they can disperse blobs to the DA network. This means an executor does everything a validator does—consensus, block\\nproduction, DA verification—plus it handles the dispersal side of data\\navailability. Think of them as “validators plus dispersal” rather than separate\\ncompute workers.","breadcrumbs":"Project Context Primer » Executors","id":"3","title":"Executors"},"30":{"body":"Before anything runs, you build a scenario plan. This happens in your test code: #![allow(unused)] fn main() {\\nlet plan = ScenarioBuilder::with_node_counts(2, 1) .transactions().rate(5).apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(60)) .build(); } The build() call is doing more than constructing a struct. It: Generates the topology with node configs, network settings, and DA\\nparameters Validates prerequisites (does the transaction workload have wallets?) Checks the run window (is 60 seconds enough for workloads to complete?) Ensures control compatibility (if workloads restart nodes, does the\\nscenario request node control capability?) If validation fails, build() returns an error immediately. This is much\\nbetter than failing halfway through deployment when nodes are already running. Once built, the plan is immutable. You can’t add workloads or change the\\ntopology after this point. This immutability is crucial—it means the same plan\\nproduces the same behavior regardless of when or where you run it.","breadcrumbs":"Part I — Foundations » Scenario Lifecycle (Conceptual) » Stage 1: Build the Plan","id":"30","title":"Stage 1: Build the Plan"},"300":{"body":"","breadcrumbs":"Part IV — Appendix » FAQ » General Questions","id":"300","title":"General Questions"},"301":{"body":"Protocol time (measured in blocks or epochs) makes tests robust across different\\nhardware. A test that expects “30 blocks” works whether your laptop produces\\nblocks every 2 seconds or a loaded CI machine takes 5 seconds per block. Wall-clock assertions like “30 blocks in 60 seconds” fail on slower hardware\\neven though consensus is working fine. Protocol time separates “did consensus\\nwork?” from “was the hardware fast?”","breadcrumbs":"Part IV — Appendix » FAQ » Why does the framework use “protocol time” instead of wall-clock time?","id":"301","title":"Why does the framework use “protocol time” instead of wall-clock time?"},"302":{"body":"Yes! This is a core design goal. Build your scenario once: #![allow(unused)] fn main() {\\nlet plan = ScenarioBuilder::with_node_counts(3, 1) .transactions().rate(10).apply() .expect_consensus_liveness() .build(); } Then deploy with any runner: #![allow(unused)] fn main() {\\n// Local development\\nlet runner = LocalDeployer::new().deploy(&plan).await?; // CI\\nlet runner = ComposeRunner::new().deploy(&plan).await?; // Staging\\nlet runner = K8sRunner::new().deploy(&plan).await?; } The plan is immutable and runner-agnostic.","breadcrumbs":"Part IV — Appendix » FAQ » Can I reuse the same scenario with different runners?","id":"302","title":"Can I reuse the same scenario with different runners?"},"303":{"body":"Unit tests verify individual components in isolation. Integration tests with\\nthis framework verify that multiple components work together over real networks\\nwith real timing constraints. Unit tests can’t catch: Consensus failures under network latency Transaction inclusion problems under load DA availability issues with multiple nodes Recovery from node crashes These are emergent behaviors that only appear in multi-node environments.","breadcrumbs":"Part IV — Appendix » FAQ » How is this different from unit tests?","id":"303","title":"How is this different from unit tests?"},"304":{"body":"Yes. The framework needs to run nomos-node and nomos-executor binaries.\\nKeep a checkout of the Nomos repository and build the binaries before running\\ntests. If you’re using Docker/Kubernetes runners, you can use pre-built images instead,\\nbut you’ll still need the source for local development.","breadcrumbs":"Part IV — Appendix » FAQ » Do I need to build Nomos from source?","id":"304","title":"Do I need to build Nomos from source?"},"305":{"body":"","breadcrumbs":"Part IV — Appendix » FAQ » Scenario Design","id":"305","title":"Scenario Design"},"306":{"body":"It depends on what you’re testing: Consensus basics: 2-3 validators is enough Byzantine tolerance: 4+ validators (need N > 3f where f is max faults) Transaction tests: At least 1 executor Chaos tests: N+1 validators to tolerate 1 down Production realism: 10+ nodes Start small and add nodes only when you need to test specific behaviors that\\nrequire more nodes.","breadcrumbs":"Part IV — Appendix » FAQ » How many nodes should my tests use?","id":"306","title":"How many nodes should my tests use?"},"307":{"body":"General guidelines: Quick smoke tests: 30-60 seconds (validates basic function) Workload tests: 60-120 seconds (enough traffic to be meaningful) Chaos tests: 90-180 seconds (multiple chaos events + recovery time) Soak tests: 300+ seconds (catches subtle timing bugs) Very short runs (< 30s) risk false confidence—not enough time to observe\\nmeaningful behavior.","breadcrumbs":"Part IV — Appendix » FAQ » How long should test runs be?","id":"307","title":"How long should test runs be?"},"308":{"body":"Use chaos workloads when specifically testing resilience: Does consensus survive node restarts? Do workloads recover after disruption? Are there resource leaks on restart? Don’t use chaos in basic functional tests—it makes failures hard to reproduce\\nand doesn’t add value when you’re just verifying that features work.","breadcrumbs":"Part IV — Appendix » FAQ » When should I use chaos workloads?","id":"308","title":"When should I use chaos workloads?"},"309":{"body":"Generally, yes! Real systems handle multiple traffic types simultaneously: #![allow(unused)] fn main() {\\nScenarioBuilder::with_node_counts(4, 2) .transactions().rate(10).apply() .da_blobs().rate(2).apply() } This reveals interaction bugs that isolated workload tests miss. But don’t combine too many concerns—tests that verify 10 different things are\\nhard to debug when they fail.","breadcrumbs":"Part IV — Appendix » FAQ » Should I combine multiple workloads in one test?","id":"309","title":"Should I combine multiple workloads in one test?"},"31":{"body":"You hand your plan to a runner: #![allow(unused)] fn main() {\\nlet runner = LocalDeployer::new().deploy(&plan).await?; } The runner’s job is to turn your abstract plan into running infrastructure. The\\nexact steps depend on which runner you chose: LocalDeployer: Spawns node processes on your machine Creates temporary directories for each node’s data Passes node configs via command-line arguments Tracks process handles for cleanup ComposeRunner: Generates a docker-compose.yml from your topology Starts cfgsync to distribute configs to containers Launches node containers with proper networking Waits for container health checks to pass K8sRunner: Creates ConfigMaps for node configs Deploys StatefulSets for validators and executors Sets up Services for node discovery Waits for pod Ready status Despite these different implementations, the interface is the same. Your\\nscenario code doesn’t know or care which backend is running—it just waits for\\nthe runner to signal “nodes are deployed.”","breadcrumbs":"Part I — Foundations » Scenario Lifecycle (Conceptual) » Stage 2: Deploy","id":"31","title":"Stage 2: Deploy"},"310":{"body":"Only for transaction workloads. The framework automatically seeds wallets when\\nyou add transaction workloads to scenarios with executors. Pure consensus or DA tests don’t need wallets.","breadcrumbs":"Part IV — Appendix » FAQ » Do I need seeded wallets?","id":"310","title":"Do I need seeded wallets?"},"311":{"body":"","breadcrumbs":"Part IV — Appendix » FAQ » Running Tests","id":"311","title":"Running Tests"},"312":{"body":"Most startup time is: Building binaries (if not already built) Starting nodes Waiting for readiness (nodes must be fully operational) You can speed this up: Pre-build binaries: cargo build --release Use LocalDeployer for development (faster than Docker) Reduce node count for quick iteration","breadcrumbs":"Part IV — Appendix » FAQ » Why do tests take so long to start?","id":"312","title":"Why do tests take so long to start?"},"313":{"body":"Yes, but carefully. Each test spawns multiple nodes, so: cargo test --test-threads=2 # Limit parallelism Too much parallelism causes port conflicts and resource contention.","breadcrumbs":"Part IV — Appendix » FAQ » Can I run tests in parallel?","id":"313","title":"Can I run tests in parallel?"},"314":{"body":"Read the expectation failure message - tells you what failed Enable log persistence - export NOMOS_TESTING_PERSIST_LOGS=true Check node logs - /tmp/nomos-test-/node-*/stderr.log Simplify the test - remove workloads until you find the cause Run serially - --test-threads=1 rules out parallel interference See the Troubleshooting chapter for detailed guidance.","breadcrumbs":"Part IV — Appendix » FAQ » How do I debug a failing test?","id":"314","title":"How do I debug a failing test?"},"315":{"body":"Yes! Use LocalDeployer: #![allow(unused)] fn main() {\\nlet runner = LocalDeployer::new().deploy(&plan).await?; } This spawns processes directly on your machine. No containers required.","breadcrumbs":"Part IV — Appendix » FAQ » Can I run tests without Docker/Kubernetes?","id":"315","title":"Can I run tests without Docker/Kubernetes?"},"316":{"body":"","breadcrumbs":"Part IV — Appendix » FAQ » Extending the Framework","id":"316","title":"Extending the Framework"},"317":{"body":"Implement the Workload trait: #![allow(unused)] fn main() {\\n#[async_trait]\\nimpl Workload for MyWorkload { fn name(&self) -> &str { \\"my_workload\\" } async fn execute(&self, ctx: &RunContext) -> Result<()> { // Your logic here }\\n} } See the Extending the Framework chapter for complete examples.","breadcrumbs":"Part IV — Appendix » FAQ » How do I add a custom workload?","id":"317","title":"How do I add a custom workload?"},"318":{"body":"Yes! Implement the Deployer and Runner traits. This lets you deploy to\\ncustom infrastructure (cloud VMs, embedded devices, etc.). See the Extending the Framework chapter for details.","breadcrumbs":"Part IV — Appendix » FAQ » Can I add a custom runner?","id":"318","title":"Can I add a custom runner?"},"319":{"body":"Absolutely! If your extension is generally useful (not project-specific), we’d\\nlove to see a PR adding it to testing-framework/workflows.","breadcrumbs":"Part IV — Appendix » FAQ » Can I contribute my workload/expectation upstream?","id":"319","title":"Can I contribute my workload/expectation upstream?"},"32":{"body":"Deployment finishing doesn’t mean nodes are usable. They might still be\\nbootstrapping, connecting to peers, or syncing state. Workloads can’t start\\nuntil nodes are actually ready to handle requests. The runner enforces a readiness protocol. It polls each node’s API until: The node responds (HTTP server is up) Consensus is initialized (the node has Genesis and is tracking blocks) Peers are connected (the node sees its expected neighbors) Different runners implement this differently—local processes check localhost\\nURLs, Compose checks container ports, Kubernetes checks Service endpoints—but\\nthe concept is the same: don’t proceed until nodes are provably healthy. This readiness stage is why your tests don’t have to include brittle sleeps or\\nretry logic. The framework guarantees that when workloads start, nodes are\\nactually ready.","breadcrumbs":"Part I — Foundations » Scenario Lifecycle (Conceptual) » Stage 3: Readiness","id":"32","title":"Stage 3: Readiness"},"320":{"body":"","breadcrumbs":"Part IV — Appendix » FAQ » Troubleshooting","id":"320","title":"Troubleshooting"},"321":{"body":"This usually means timing sensitivity or resource differences. Solutions: Enable slow mode in CI: export SLOW_ENVIRONMENT=true Use ComposeRunner in both places for consistency Increase run durations to reduce timing sensitivity Check CI resource allocations (CPU, memory, disk)","breadcrumbs":"Part IV — Appendix » FAQ » Tests pass locally but fail in CI","id":"321","title":"Tests pass locally but fail in CI"},"322":{"body":"Another process is using ports the framework needs: # Find and kill the process\\nlsof -i :18080\\nkill # Or change the port base\\nexport NODE_PORT_BASE=28080","breadcrumbs":"Part IV — Appendix » FAQ » “Port already in use” errors","id":"322","title":"“Port already in use” errors"},"323":{"body":"Common causes: Binaries not built: cargo build --release --bin nomos-node Insufficient resources: reduce node count or enable slow mode Network issues: check firewall, Docker networking, K8s services Genesis mismatch: check logs for genesis errors See Troubleshooting for detailed diagnostics.","breadcrumbs":"Part IV — Appendix » FAQ » Nodes won’t reach ready state","id":"323","title":"Nodes won’t reach ready state"},"324":{"body":"Trust expectations first—they define success criteria based on the complete run.\\nLogs might look fine at a glance but expectations catch subtle issues: Blocks progressing too slowly Transactions taking too long to include Stalls that recovered but still indicate problems Use the expectation failure details to guide investigation.","breadcrumbs":"Part IV — Appendix » FAQ » Expectations fail but logs look fine","id":"324","title":"Expectations fail but logs look fine"},"325":{"body":"","breadcrumbs":"Part IV — Appendix » FAQ » Performance and Resources","id":"325","title":"Performance and Resources"},"326":{"body":"Depends on node count and workload intensity: Minimal (2-3 nodes, light workload): 2 CPU cores, 4GB RAM Moderate (4-5 nodes, mixed workload): 4 CPU cores, 8GB RAM Heavy (10+ nodes, high load): 8+ CPU cores, 16GB+ RAM Docker/Kubernetes add overhead—allocate more resources than nodes alone would need.","breadcrumbs":"Part IV — Appendix » FAQ » How much CPU/memory do tests need?","id":"326","title":"How much CPU/memory do tests need?"},"327":{"body":"Yes: Reduce node counts: ScenarioBuilder::with_node_counts(2, 1) Enable slow mode: export SLOW_ENVIRONMENT=true Reduce workload rates: .transactions().rate(5) Use LocalDeployer (less overhead than containers) Run tests serially: --test-threads=1","breadcrumbs":"Part IV — Appendix » FAQ » Can I run tests on limited hardware?","id":"327","title":"Can I run tests on limited hardware?"},"328":{"body":"Pre-build binaries Use LocalDeployer for development Reduce node counts to minimum needed Shorten run durations (but keep them meaningful) Run in parallel (but carefully—see above) Remember: “fast” tests that don’t catch bugs aren’t useful. Find the balance\\nbetween speed and thoroughness.","breadcrumbs":"Part IV — Appendix » FAQ » How do I make tests faster?","id":"328","title":"How do I make tests faster?"},"329":{"body":"","breadcrumbs":"Part IV — Appendix » FAQ » Advanced Usage","id":"329","title":"Advanced Usage"},"33":{"body":"Once readiness passes, the runtime starts all workloads concurrently. Each\\nworkload is an async task that does something to the cluster: The transaction workload submits transactions at the configured rate The DA workload disperses blobs and channels The chaos workload restarts nodes at random intervals Workloads run for the scenario’s configured duration. If you set run_duration\\nto 60 seconds, all workloads will run for 60 seconds (unless one errors early). Workloads don’t manage their own lifecycle. They implement an execute()\\nmethod that runs until cancelled, and the runtime handles starting, timing, and\\nstopping. This keeps workload code simple—no manual timers or cleanup logic. Some workloads, like chaos restarts, trigger control operations. When this\\nhappens, the runtime tracks downtime and adjusts expectations accordingly. We’ll\\ncover this in detail in the Chaos chapter.","breadcrumbs":"Part I — Foundations » Scenario Lifecycle (Conceptual) » Stage 4: Drive Workloads","id":"33","title":"Stage 4: Drive Workloads"},"330":{"body":"Yes! Scenarios are just Rust structs. Generate them however you want: #![allow(unused)] fn main() {\\nfor node_count in [3, 5, 7] { let plan = ScenarioBuilder::with_node_counts(node_count, 1) .transactions().rate(10).apply() .build(); // Run test...\\n} }","breadcrumbs":"Part IV — Appendix » FAQ » Can I programmatically generate scenarios?","id":"330","title":"Can I programmatically generate scenarios?"},"331":{"body":"Yes: #![allow(unused)] fn main() {\\n#[rstest]\\n#[case::local(LocalDeployer::new())]\\n#[case::compose(ComposeRunner::new())]\\nasync fn test_consensus(#[case] deployer: impl Deployer) { let plan = build_plan(); let runner = deployer.deploy(&plan).await?; assert!(runner.run().await?.is_success());\\n} } This runs the same test with multiple runners automatically.","breadcrumbs":"Part IV — Appendix » FAQ » Can I parameterize tests by runner?","id":"331","title":"Can I parameterize tests by runner?"},"332":{"body":"The framework is designed for CI: Tests are standard cargo test invocations Set environment variables for CI-specific config Collect logs as artifacts on failure Use ComposeRunner or K8sRunner for isolation See Running Scenarios for CI examples.","breadcrumbs":"Part IV — Appendix » FAQ » How do I integrate with CI/CD?","id":"332","title":"How do I integrate with CI/CD?"},"333":{"body":"","breadcrumbs":"Part IV — Appendix » FAQ » Getting Help","id":"333","title":"Getting Help"},"334":{"body":"Read the Troubleshooting chapter Search existing GitHub issues Ask in project chat/forum File a detailed bug report with logs","breadcrumbs":"Part IV — Appendix » FAQ » Where can I get help?","id":"334","title":"Where can I get help?"},"335":{"body":"Include: Full test code (ideally minimal reproduction) Environment details (OS, Rust version, runner type) Complete logs with RUST_LOG=debug What you expected vs. what happened The more detail, the easier it is to help!","breadcrumbs":"Part IV — Appendix » FAQ » How do I report a bug?","id":"335","title":"How do I report a bug?"},"336":{"body":"This glossary defines key terms used throughout the book. Terms are listed\\nalphabetically for easy reference.","breadcrumbs":"Part IV — Appendix » Glossary » Glossary","id":"336","title":"Glossary"},"337":{"body":"Block Feed A stream of block observations tracked during scenario execution. Used by\\nexpectations to verify block progression and liveness. The block feed captures\\nblock height over time, allowing expectations to detect stalls or measure block\\nproduction rates. Chaos Workload A workload that introduces controlled disruptions (node restarts, network\\npartitions, resource constraints) to test system resilience and recovery logic. Consensus Liveness The property that blocks continue to be produced at expected rates. Consensus\\nliveness expectations verify that the system makes progress throughout a test\\nrun. Deployer The interface responsible for turning a scenario plan into running\\ninfrastructure. Different deployers exist for local processes, Docker containers,\\nand Kubernetes pods. Executor A validator extended with DA blob dispersal capabilities. Executors can both\\nproduce blocks (like validators) and disperse data to the DA network. They are\\nthe only node type that accepts transaction submissions in tests. Expectation A post-run assertion that evaluates whether the system met success criteria.\\nExpectations run after workloads finish and can aggregate signals over the\\nentire test duration. Examples: consensus liveness, transaction inclusion, DA\\navailability. Node Control The ability for a runner to control node lifecycle (start, stop, restart).\\nRequired for chaos workloads. Not all runners support all control operations. Protocol Time Time measured in protocol events (blocks, epochs) rather than wall-clock\\nduration. Expectations judge success based on protocol time to make tests\\nrobust across different hardware speeds. Readiness Check A verification that nodes are fully operational before workloads begin.\\nReadiness checks confirm that HTTP APIs respond, consensus is initialized, and\\npeers are connected. This prevents false test failures from startup timing races. Runner The execution environment that orchestrates a scenario. After deployment,\\nthe runner starts workloads, observes block progression, evaluates expectations,\\nand cleans up resources. Run Context Shared state provided to workloads and expectations during scenario execution.\\nContains node API clients, block feeds, metrics, and topology information. Scenario A complete test plan combining topology, workloads, expectations, and run\\nduration. Scenarios are immutable after building, ensuring reproducible behavior. Slot Duration The target time between blocks in the consensus protocol. Used to calculate\\nexpected block counts and validate liveness. Topology A declarative description of the test cluster: how many validators, how many\\nexecutors, network layout, DA parameters, and timing configuration. Topologies\\nare generated into concrete node configurations during deployment. Validator A node that participates in Cryptarchia consensus, produces blocks, and\\nverifies/samples DA data. Validators form the core of the Nomos network. Workload An async task that generates traffic or conditions during a scenario run.\\nWorkloads drive system behavior to exercise features under test. Examples:\\ntransaction submission, DA blob dispersal, node restarts.","breadcrumbs":"Part IV — Appendix » Glossary » Core Concepts","id":"337","title":"Core Concepts"},"338":{"body":"Cryptarchia The consensus protocol used by Nomos. Based on proof-of-stake with\\nleader election. DA (Data Availability) Subsystem ensuring that data referenced in blocks (blobs, channels) is\\npublished and retrievable. Validators verify and sample DA data; executors\\ndisperse it. DA Dispersal The process of publishing data blobs to the DA network. Only executors can\\ndisperse data. DA Sampling The process of verifying that dispersed data is available. Validators\\nperiodically sample DA data to ensure availability. DA Subnetwork Size Configuration parameter controlling how many nodes participate in each DA\\nsubnetwork. Affects availability guarantees and bandwidth requirements. Dispersal Factor Replication factor for DA data. Higher values increase availability at the\\ncost of bandwidth and storage.","breadcrumbs":"Part IV — Appendix » Glossary » Nomos Specifics","id":"338","title":"Nomos Specifics"},"339":{"body":"Builder Pattern Fluent API pattern used for constructing scenarios. Allows method chaining\\nfor readable test definitions. Bundled Expectations Expectations automatically included by workloads when they have obvious\\nsuccess criteria. For example, transaction workloads bundle an inclusion\\nexpectation. Cleanup Guard Mechanism ensuring resources are cleaned up even when tests fail or panic.\\nPrevents leaked processes, containers, or cluster resources. LocalDeployer Runner that spawns node processes directly on the host machine. Fastest\\niteration but no isolation between tests. ComposeRunner Runner that deploys nodes as Docker containers using Docker Compose. Provides\\nisolation and reproducibility. K8sRunner Runner that deploys nodes to a Kubernetes cluster. Highest production\\nfidelity but slower and more resource-intensive. Node Control Handle Interface for controlling node lifecycle (restart, stop, etc.). Provided by\\nrunners that support node control. Run Result Data structure containing test outcomes: which expectations passed, which\\nfailed, final metrics, and test duration. Scenario Builder Fluent API for constructing scenario plans. Validates prerequisites and\\nensures scenarios are well-formed before deployment. Topology Builder Fluent API for constructing topology configurations. Generates node configs,\\nnetwork settings, and genesis state from high-level declarations.","breadcrumbs":"Part IV — Appendix » Glossary » Framework Architecture","id":"339","title":"Framework Architecture"},"34":{"body":"While workloads run (and after they finish), the runtime collects signals about\\nsystem health. The most important signal is block progression. The framework tracks block height over time. This serves two purposes: It grounds timing in protocol time. Instead of “did 60 wall-clock\\nseconds pass?”, expectations check “did we see the expected number of\\nblocks?” It detects liveness failures. If blocks stop progressing during the run,\\nthe framework knows something went wrong even before evaluating expectations. Other signals include metrics from node APIs (peer counts, transaction pool\\nsizes) and workload-specific data (how many transactions were submitted, how\\nmany DA blobs were dispersed). These signals get stored in the RunContext which all expectations can access.","breadcrumbs":"Part I — Foundations » Scenario Lifecycle (Conceptual) » Stage 5: Observe","id":"34","title":"Stage 5: Observe"},"340":{"body":"DA: Data Availability CI: Continuous Integration API: Application Programming Interface K8s: Kubernetes TX: Transaction WL: Workload","breadcrumbs":"Part IV — Appendix » Glossary » Common Abbreviations","id":"340","title":"Common Abbreviations"},"35":{"body":"After workloads finish, the runtime evaluates expectations. Each expectation\\ngets the full RunContext—block progression data, metrics, baselines captured\\nbefore workloads started—and returns pass or fail. For example, the consensus liveness expectation checks: Did we see at least expected_blocks during the run? Were there any unexpected stalls (periods of no block progression)? The transaction inclusion expectation checks: How many transactions were submitted by the workload? How many of those appeared in blocks? Is the inclusion rate above the threshold? If any expectation fails, the test fails and you get a detailed report. If all\\npass, the test succeeds. Expectations can’t modify system state—they’re pure observers. This is\\nintentional. If an expectation could generate traffic or restart nodes, you\\nwouldn’t know whether test failures came from workloads or expectations. The\\nseparation keeps failure signals clear.","breadcrumbs":"Part I — Foundations » Scenario Lifecycle (Conceptual) » Stage 6: Evaluate Expectations","id":"35","title":"Stage 6: Evaluate Expectations"},"36":{"body":"Finally, the runner tears down all resources: LocalDeployer kills node processes and optionally deletes temp directories ComposeRunner stops and removes containers, networks, and volumes K8sRunner deletes StatefulSets, ConfigMaps, and Services Cleanup happens even if the test failed or workloads errored. This is crucial\\nfor CI environments where leaked resources from one test can break subsequent\\ntests. If cleanup itself fails (e.g., a process won’t die), the framework logs\\nwarnings but doesn’t mask the original test result. You’ll see both the test\\nfailure and the cleanup warning.","breadcrumbs":"Part I — Foundations » Scenario Lifecycle (Conceptual) » Stage 7: Cleanup","id":"36","title":"Stage 7: Cleanup"},"37":{"body":"The lifecycle order isn’t arbitrary: Readiness before workloads prevents tests from failing due to startup\\ntiming races Observations during workloads capture real-time system behavior without\\ninterfering Expectations after workloads ensure judgments reflect complete runs, not\\nsnapshots Cleanup always runs so successive tests start from a known state Breaking this order would introduce subtle bugs. If workloads started before\\nreadiness, they’d fail unpredictably. If expectations ran during workloads,\\nthey’d see incomplete data. If cleanup was optional, tests would leak resources.","breadcrumbs":"Part I — Foundations » Scenario Lifecycle (Conceptual) » Why This Order Matters","id":"37","title":"Why This Order Matters"},"38":{"body":"Let’s look at a real scenario and trace its lifecycle: #![allow(unused)] fn main() {\\nlet plan = ScenarioBuilder::with_node_counts(3, 1) .transactions().rate(10).apply() .chaos().restart().apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(120)) .build(); // Stage 1: Build and validate let runner = ComposeRunner::new() .deploy(&plan).await?; // Stage 2: Deploy containers // Stage 3: Readiness checks happen automatically inside deploy() let result = runner.run().await?; // Stage 4: Transaction workload submits txs, chaos workload restarts nodes\\n// Stage 5: Block feed tracks block progression throughout\\n// Stage 6: Consensus liveness expectation evaluates block data\\n// Stage 7: Cleanup tears down containers assert!(result.is_success()); } From the outside, most of this is invisible—you just call deploy() and run(). But understanding what happens inside these calls will help you debug\\nwhen things go wrong.","breadcrumbs":"Part I — Foundations » Scenario Lifecycle (Conceptual) » Lifecycle in Practice","id":"38","title":"Lifecycle in Practice"},"39":{"body":"You now understand the full lifecycle from plan to cleanup. The next chapter,\\nDesign Rationale, explains why the framework makes specific technical\\nchoices—like why expectations are post-run rather than inline, or why readiness\\nis mandatory rather than optional. If you want to start writing tests instead, skip to Part II: User Guide and the\\nAuthoring Scenarios chapter.","breadcrumbs":"Part I — Foundations » Scenario Lifecycle (Conceptual) » What’s Next","id":"39","title":"What’s Next"},"4":{"body":"The DA subsystem ensures that data referenced in blocks (like transaction blobs\\nor channel data) is actually published and retrievable. This is crucial because\\nblocks can reference data without embedding it entirely. Validators verify and sample this data to make sure it’s available. Executors\\ntake it a step further by dispersing blobs to the DA network. Workloads in your\\ntests will generate this DA traffic, and expectations will verify it’s working.","breadcrumbs":"Project Context Primer » Data Availability (DA)","id":"4","title":"Data Availability (DA)"},"40":{"body":"Every framework makes tradeoffs. This chapter explains the key design decisions\\nin the Nomos Testing Framework and why we made them. If you’ve wondered “why\\ndoes this work this way?”, the answers are here.","breadcrumbs":"Part I — Foundations » Design Rationale » Design Rationale","id":"40","title":"Design Rationale"},"41":{"body":"The framework is split into multiple crates: testing-framework/core - core types and traits testing-framework/workflows - reusable workloads and expectations testing-framework/runners/* - deployment backends testing-framework/configs - configuration helpers Why not put everything in one crate? Because tight coupling kills extensibility. When configuration logic is mixed with orchestration code, adding a new node\\ntype means touching deployment code. When workloads know about specific\\nrunners, switching backends means rewriting workloads. When expectations depend\\non workload internals, changing traffic generation breaks assertions. The modular structure enforces isolation. The core crate defines traits\\n( Workload, Expectation, Deployer) but has zero knowledge of specific\\nimplementations. Workflows can add new workloads without touching core or\\nrunners. Runners can add new backends without touching core or workflows. This means you can: Add a custom workload in your test repo without forking the framework Swap runners without rewriting scenarios Upgrade core without breaking custom runners The tradeoff is more imports and some boilerplate. But the cost is worth it—the\\nframework has stayed stable even as we’ve added Kubernetes support, new\\nworkloads, and additional expectations.","breadcrumbs":"Part I — Foundations » Design Rationale » Modular Crates: Loose Coupling, Clear Boundaries","id":"41","title":"Modular Crates: Loose Coupling, Clear Boundaries"},"42":{"body":"One of the framework’s core promises is portability: the same scenario runs\\nidentically on local processes, Docker containers, or Kubernetes pods. This\\nisn’t magic—it’s the result of careful abstraction. Every runner implements the Deployer trait: #![allow(unused)] fn main() {\\n#[async_trait]\\npub trait Deployer { async fn deploy(&self, topology: &GeneratedTopology) -> Result>;\\n} } The trait doesn’t specify how to deploy—only the contract: given a topology,\\nprovide a Runner that can execute scenarios. This lets implementations vary\\nwildly while the scenario code stays the same. Why is this worth the abstraction cost? Different environments have different constraints. On your laptop, you want\\nfast iteration—no Docker overhead, no Kubernetes complexity. In CI, you want\\nisolation—containerized tests that can’t interfere with each other. In staging,\\nyou want realism—Kubernetes deployments that mirror production. If scenarios were tied to specific deployment methods, you’d maintain three\\nversions of every test. With pluggable runners, you maintain one scenario and\\nchoose the runner at runtime: #![allow(unused)] fn main() {\\n// Development: fast, no isolation\\nlet runner = LocalDeployer::new().deploy(&plan).await?; // CI: isolated, reproducible\\nlet runner = ComposeRunner::new().deploy(&plan).await?; // Staging: production-like\\nlet runner = K8sRunner::new().deploy(&plan).await?; } The tradeoff is that scenarios can’t depend on runner-specific features. You\\ncan’t assume nodes are local processes or that you can shell into containers.\\nBut this constraint is exactly what makes portability work—if scenarios could\\ndepend on local process details, they wouldn’t run on Kubernetes.","breadcrumbs":"Part I — Foundations » Design Rationale » Pluggable Runners: Write Once, Run Anywhere","id":"42","title":"Pluggable Runners: Write Once, Run Anywhere"},"43":{"body":"Many testing frameworks mix traffic generation and assertions: #![allow(unused)] fn main() {\\n// Anti-pattern: mixed concerns\\nsubmit_transaction(&client, tx).await?;\\nassert!(block_includes(&client, tx.hash()).await?); } This is convenient but brittle. If you want to test transaction inclusion under\\ndifferent traffic patterns (steady rate, bursts, chaos), you have to duplicate\\nthe assertion logic. If you want to change success criteria (maybe 95%\\ninclusion is acceptable under chaos), you have to hunt through test code. The framework inverts this: workloads generate traffic, expectations judge\\noutcomes. #![allow(unused)] fn main() {\\n// Clear separation\\nlet plan = ScenarioBuilder::with_node_counts(2, 1) .transactions().rate(10).apply() // Workload: what to do .expect_transaction_inclusion() // Expectation: what success means .build(); } Why is this better? It clarifies intent. When reviewing tests, you can see at a glance what\\ntraffic is generated and what must be true for success. No digging through\\nimperative code to find assertions. It enables reuse. The same transaction workload can pair with different\\nexpectations (strict inclusion, best-effort inclusion, latency requirements).\\nThe same expectation can pair with different workloads (transactions, DA blobs,\\nmixed traffic). It simplifies debugging. If a test fails, you know exactly which\\nexpectation failed and can look at its evaluation logic independently from\\nworkload code. The tradeoff is indirection. You can’t inline quick checks while generating\\ntraffic. But this constraint is valuable—it forces you to think about what\\nyou’re testing rather than what’s convenient to check right now.","breadcrumbs":"Part I — Foundations » Design Rationale » Separated Workloads and Expectations: What vs. How","id":"43","title":"Separated Workloads and Expectations: What vs. How"},"44":{"body":"Topologies are declarative descriptions, not imperative scripts: #![allow(unused)] fn main() {\\n// Declarative: what you want\\nTopologyBuilder::with_node_counts(3, 2) .with_network_layout(NetworkLayout::Mesh) } Compare this to imperative deployment: #![allow(unused)] fn main() {\\n// Imperative: how to get it (anti-pattern)\\nlet mut nodes = Vec::new();\\nfor i in 0..3 { nodes.push(spawn_validator(i, &config).await?);\\n}\\nfor i in 0..2 { nodes.push(spawn_executor(i, &config).await?);\\n}\\nconnect_all_peers(&mut nodes).await?; } The declarative approach has several advantages: Reproducibility. The same topology declaration produces the same cluster\\nshape every time, regardless of runner. With imperative code, subtle timing\\ndifferences or environment variations can produce different topologies. Readability. You see the intent (3 validators, 2 executors, mesh network)\\nwithout implementation details (spawn processes, configure peers, wait for\\nconnectivity). Portability. The same topology works with any runner. With imperative code,\\nyou’d need runner-specific logic. Validation. The framework can validate topologies before deployment. With\\nimperative code, you only discover problems at runtime. The tradeoff is less flexibility. If you need extremely custom node\\nconfigurations, the declarative API might not support them yet. But in\\npractice, this rarely matters—most tests need standard topologies with minor\\nvariations, which the builder API handles well.","breadcrumbs":"Part I — Foundations » Design Rationale » Declarative Topology: Explicit Intent, Reproducible Clusters","id":"44","title":"Declarative Topology: Explicit Intent, Reproducible Clusters"},"45":{"body":"Once you call build() on a scenario, it’s immutable. You can’t add workloads,\\nchange the topology, or adjust the run duration. Why this restriction? Immutability makes scenarios reproducible. If you could modify a scenario\\nafter building it, different test runs might execute different scenarios even\\nthough they started from the same code. Immutability guarantees that passing a\\nscenario to different runners produces identical behavior. Immutability enables validation. The framework can validate the complete\\nscenario at build time. If scenarios were mutable, validation would need to run\\ncontinuously, and you’d discover errors mid-deployment instead of upfront. Immutability simplifies reasoning. When debugging a test failure, you know\\nthe scenario hasn’t changed partway through execution. The plan is the plan. The tradeoff is that you can’t build scenarios dynamically based on runtime\\nconditions. But this is rarely needed—most tests know their requirements\\nupfront. If you do need runtime decisions, you can build multiple scenarios and\\nchoose which to run.","breadcrumbs":"Part I — Foundations » Design Rationale » Immutable Plans: Predictability Over Flexibility","id":"45","title":"Immutable Plans: Predictability Over Flexibility"},"46":{"body":"The framework grounds timing in protocol events (blocks) rather than wall-clock\\nduration. Expectations check “did we see N blocks?” instead of “did 60 seconds\\npass?”. Why? Because wall-clock time is unreliable in distributed systems testing. A local laptop might produce blocks every 2 seconds. A loaded CI machine might\\ntake 5 seconds per block. If your assertion checks “did we see at least 30\\nblocks in 60 seconds?”, it passes locally (30 blocks * 2 sec = 60 sec) but\\nfails in CI (only 12 blocks in 60 sec). Protocol time fixes this. Instead of fixed durations, you specify block counts\\nor block-relative timing: #![allow(unused)] fn main() {\\n// Robust: works regardless of machine speed\\n.expect_consensus_liveness() // Checks blocks progress, not wall time\\n.with_run_duration(Duration::from_secs(60)) // But still has max wall time } The framework maps wall time to expected blocks using the topology’s slot\\nduration, but expectations validate protocol progress. This makes tests robust\\nacross environments while still enforcing reasonable wall-time limits (so tests\\ndon’t run forever if blocks stop).","breadcrumbs":"Part I — Foundations » Design Rationale » Protocol Time Over Wall Time: Robust Assertions","id":"46","title":"Protocol Time Over Wall Time: Robust Assertions"},"47":{"body":"The framework enforces readiness checks before starting workloads. Nodes must\\nrespond to APIs, consensus must be initialized, and peers must be connected\\nbefore workloads begin. Why not just start workloads and let them retry? Readiness checks fail fast. If a node won’t start, you know immediately.\\nWithout readiness, workloads would fail with confusing errors (“connection\\nrefused”, “timeout”) that don’t indicate whether the problem is deployment,\\nnetworking, or actual bugs. Readiness checks are explicit. You can see in logs exactly when each node\\nbecame ready. This helps debug timing-sensitive scenarios. Readiness checks are uniform. Every runner enforces the same protocol. This\\nmakes scenarios truly portable—you’re guaranteed that workloads start under the\\nsame conditions regardless of backend. The tradeoff is longer startup time. Waiting for readiness adds a few seconds\\nto every test. But the cost is worth it—robust tests that fail clearly are far\\nmore valuable than fast tests that fail mysteriously.","breadcrumbs":"Part I — Foundations » Design Rationale » Mandatory Readiness: Fail Fast, Fail Clear","id":"47","title":"Mandatory Readiness: Fail Fast, Fail Clear"},"48":{"body":"These decisions all serve the framework’s core goals: Portability - Write once, run anywhere (local, Docker, Kubernetes) Composability - Mix and match topologies, workloads, expectations Debuggability - Clear failures that point to actual bugs, not test\\ninfrastructure Maintainability - Extend the framework without breaking existing tests Some of these goals create tension. Portability requires abstractions that add\\nindirection. Immutability prevents dynamic scenarios. Mandatory readiness slows\\nstartup. We’ve chosen to prioritize robustness and clarity over convenience and speed.\\nThis makes the framework feel slightly more rigid than ad-hoc test scripts, but\\nit’s the reason scenarios stay stable as the codebase grows.","breadcrumbs":"Part I — Foundations » Design Rationale » Design Goals Revisited","id":"48","title":"Design Goals Revisited"},"49":{"body":"Part I has given you the foundation—you understand the architecture, the\\nlifecycle, the design philosophy, and the rationale behind key decisions. Part\\nII will put this knowledge into practice, showing you how to author scenarios,\\nrun tests, and use the full capabilities of the framework. If you’re ready to write your first scenario, continue to the next chapter:\\nAuthoring Scenarios.","breadcrumbs":"Part I — Foundations » Design Rationale » What’s Next","id":"49","title":"What’s Next"},"5":{"body":"These three components don’t work in isolation. Validators need to coordinate\\non consensus decisions, executors need to successfully disperse and retrieve DA\\nblobs, and all nodes need to maintain network connections and timing\\nsynchronization. This tight coupling is exactly why we need multi-node integration tests. A unit\\ntest can verify that a single validator processes a block correctly, but it\\ncan’t tell you whether three validators will reach consensus over a real\\nnetwork, or whether an executor’s dispersed blob will actually be sampled by\\nvalidators in time. The rest of this book shows you how to test these interactions systematically.","breadcrumbs":"Project Context Primer » Why This Matters for Testing","id":"5","title":"Why This Matters for Testing"},"50":{"body":"Practical guidance for shaping scenarios, combining workloads and expectations,\\nand running them across different environments.","breadcrumbs":"Part II — User Guide » Part II — User Guide","id":"50","title":"Part II — User Guide"},"51":{"body":"The workspace focuses on multi-node integration testing and sits alongside a nomos-node checkout. Its crates separate concerns to keep scenarios\\nrepeatable and portable: Configs: prepares high-level node, network, tracing, and wallet settings\\nused across test environments. Core scenario orchestration: the engine that holds topology descriptions,\\nscenario plans, runtimes, workloads, and expectations. Workflows: ready-made workloads (transactions, data-availability, chaos)\\nand reusable expectations assembled into a user-facing DSL. Runners: deployment backends for local processes, Docker Compose, and\\nKubernetes, all consuming the same scenario plan. Test workflows: example scenarios and integration checks that show how\\nthe pieces fit together. This split keeps configuration, orchestration, reusable traffic patterns, and\\ndeployment adapters loosely coupled while sharing one mental model for tests.","breadcrumbs":"Part II — User Guide » Workspace Layout » Workspace Layout","id":"51","title":"Workspace Layout"},"52":{"body":"High-level view of the workspace and how pieces relate: nomos-testing/\\n├─ testing-framework/\\n│ ├─ configs/ # shared configuration helpers\\n│ ├─ core/ # scenario model, runtime, topology\\n│ ├─ workflows/ # workloads, expectations, DSL extensions\\n│ └─ runners/ # local, compose, k8s deployment backends\\n├─ tests/ # integration scenarios using the framework\\n└─ scripts/ # supporting setup utilities (e.g., assets) Each area maps to a responsibility: describe configs, orchestrate scenarios,\\npackage common traffic and assertions, adapt to environments, and demonstrate\\nend-to-end usage.","breadcrumbs":"Part II — User Guide » Annotated Tree » Annotated Tree","id":"52","title":"Annotated Tree"},"53":{"body":"Now that you understand the concepts, let’s write some scenarios. This chapter\\nwill walk you through building your first test, from a simple consensus check\\nto more complex multi-workload scenarios. We’ll start simple and add complexity gradually so you can see how pieces fit\\ntogether.","breadcrumbs":"Part II — User Guide » Authoring Scenarios » Authoring Scenarios","id":"53","title":"Authoring Scenarios"},"54":{"body":"Let’s start with the simplest meaningful test: verifying that a cluster can\\nreach consensus and produce blocks. Here’s the complete scenario: #![allow(unused)] fn main() {\\nuse nomos_testing_core::scenario::ScenarioBuilderExt;\\nuse nomos_testing_workflows::builder::ScenarioBuilderExt as WorkflowExt;\\nuse std::time::Duration; #[tokio::test]\\nasync fn test_consensus_liveness() -> Result<(), Box> { let plan = ScenarioBuilder::with_node_counts(3, 0) // 3 validators, 0 executors .expect_consensus_liveness() // Check blocks progress .with_run_duration(Duration::from_secs(30)) // Run for 30 seconds .build(); let runner = LocalDeployer::new().deploy(&plan).await?; let result = runner.run().await?; assert!(result.is_success()); Ok(())\\n} } Let’s break down what each line does: ScenarioBuilder::with_node_counts(3, 0) creates a scenario with 3\\nvalidators and 0 executors. Why 3 validators? Because consensus needs multiple\\nnodes to be meaningful. A single node will always agree with itself—not\\ninteresting. Three nodes means there’s actual coordination happening. Why 0 executors? Because this test is purely about consensus. Executors would\\nwork too, but they’re more complex (they run DA dispersal logic) and we don’t\\nneed that complexity yet. .expect_consensus_liveness() adds an expectation that checks block\\nprogression. After the scenario runs, this expectation will verify that blocks\\nwere produced at a reasonable rate and that there were no unexpected stalls. .with_run_duration(Duration::from_secs(30)) sets how long workloads run.\\nIn this case, we don’t have explicit workloads, but the runtime still needs a\\nduration to know when to evaluate expectations. 30 seconds is enough to see\\nseveral epochs of blocks without waiting too long. .build() constructs the immutable scenario plan. This is where validation\\nhappens—if you misconfigured something (like setting duration too short), you’ll\\nget an error here, not during deployment. LocalDeployer::new().deploy(&plan).await? takes your plan and turns it\\ninto running validator processes on your local machine. The deploy step waits\\nfor nodes to be ready before returning. runner.run().await? executes the scenario: starts workloads (none in this\\ncase), observes block progression, evaluates expectations, and cleans up. assert!(result.is_success()) checks that all expectations passed. If\\nconsensus liveness failed, this assertion would fail and you’d get a detailed\\nreport. Run this test with cargo test test_consensus_liveness and you’ll see: Validator processes starting up Nodes connecting to each other Blocks being produced Expectations evaluating Cleanup happening Congratulations! You’ve written your first integration test.","breadcrumbs":"Part II — User Guide » Authoring Scenarios » Your First Scenario: Consensus Liveness","id":"54","title":"Your First Scenario: Consensus Liveness"},"55":{"body":"Consensus liveness is good, but most tests need to exercise system features\\nactively. Let’s add transaction traffic: #![allow(unused)] fn main() {\\n#[tokio::test]\\nasync fn test_transaction_inclusion() -> Result<(), Box> { let plan = ScenarioBuilder::with_node_counts(2, 1) // Need executor for txs .transactions() .rate(5) // 5 txs per second .apply() .expect_consensus_liveness() // Still check liveness .with_run_duration(Duration::from_secs(60)) .build(); let runner = LocalDeployer::new().deploy(&plan).await?; let result = runner.run().await?; assert!(result.is_success()); Ok(())\\n} } Notice the changes: with_node_counts(2, 1) now includes an executor. Transactions need to be\\nsubmitted somewhere, and executors handle transaction submission (validators\\nonly validate). .transactions().rate(5).apply() adds a transaction workload that submits\\n5 transactions per second. The .apply() call finalizes the workload and adds\\nit to the scenario. Why the nested builder pattern? Because workloads have their own configuration.\\nThe transaction workload lets you tune rate, duration, wallet seeding, and\\nmore. We’re using defaults for everything except rate. The transaction workload includes a default expectation. You didn’t see .expect_transaction_inclusion() because the transactions workload adds it\\nautomatically. It makes sense—if you’re submitting transactions, you probably\\nwant to verify they get included.","breadcrumbs":"Part II — User Guide » Authoring Scenarios » Adding Traffic: Transaction Workload","id":"55","title":"Adding Traffic: Transaction Workload"},"56":{"body":"So far we’ve used simple node counts and accepted defaults. Let’s see how to\\ncustomize topology: #![allow(unused)] fn main() {\\nlet plan = ScenarioBuilder::new() .with_topology( TopologyBuilder::with_node_counts(5, 2) .with_network_layout(NetworkLayout::Mesh) // All nodes connected .with_slot_duration(Duration::from_secs(1)) // Faster blocks .build() ) .transactions().rate(10).apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(60)) .build(); } NetworkLayout::Mesh means every node connects to every other node. The\\ndefault is Star, where nodes connect through a central hub. Mesh is more\\nrealistic for small clusters and exercises peer-to-peer networking more\\nthoroughly. with_slot_duration(Duration::from_secs(1)) changes how often blocks are\\nproduced. The default is 2 seconds. Faster blocks mean you see results quicker,\\nbut they also put more pressure on the system. Choose based on what you’re\\ntesting. You can also configure DA parameters: #![allow(unused)] fn main() {\\nTopologyBuilder::with_node_counts(3, 2) .with_da_subnetwork_size(10) // Size of DA subnetworks .with_da_dispersal_factor(2) // Replication factor } These matter if you’re testing DA-heavy workloads. For basic tests, defaults\\nwork fine.","breadcrumbs":"Part II — User Guide » Authoring Scenarios » Configuring Topology","id":"56","title":"Configuring Topology"},"57":{"body":"Real systems have multiple concurrent activities. Let’s test consensus under\\nboth transaction load and DA traffic: #![allow(unused)] fn main() {\\nlet plan = ScenarioBuilder::with_node_counts(3, 2) .transactions().rate(10).apply() // Transaction traffic .da_blobs() .rate(2) // DA blob traffic .size(256_000) // 256KB blobs .apply() .expect_consensus_liveness() .expect_da_liveness() // Check DA is working .with_run_duration(Duration::from_secs(120)) .build(); } Both workloads run concurrently during the 120-second window. This tests\\nwhether the system can handle multiple traffic types simultaneously—a more\\nrealistic scenario than isolated workload tests.","breadcrumbs":"Part II — User Guide » Authoring Scenarios » Combining Multiple Workloads","id":"57","title":"Combining Multiple Workloads"},"58":{"body":"What happens if nodes restart during operation? Let’s find out: #![allow(unused)] fn main() {\\nlet plan = ScenarioBuilder::with_node_counts(4, 1) .transactions().rate(5).apply() .chaos() .restart() // Random node restarts .interval(Duration::from_secs(15)) // Every 15 seconds .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(90)) .build(); } The chaos workload restarts a random node every 15 seconds. This tests\\nwhether consensus can tolerate node churn and whether transaction submission\\nrecovers gracefully. Notice we’re still checking consensus liveness. The expectation is smart enough\\nto account for controlled restarts—it knows nodes were down intentionally and\\nwon’t mark the test as failed unless liveness breaks unexpectedly.","breadcrumbs":"Part II — User Guide » Authoring Scenarios » Testing Resilience: Chaos Workloads","id":"58","title":"Testing Resilience: Chaos Workloads"},"59":{"body":"How long should scenarios run? Here’s a rule of thumb: For basic liveness: 30-60 seconds. Enough to see several epochs of blocks\\nand detect obvious failures. For workload-driven tests: 60-120 seconds. Enough for workloads to generate\\nmeaningful traffic and for expectations to have data to evaluate. For chaos/resilience: 90-180 seconds. Enough for multiple chaos events to\\nhappen and for the system to recover between them. For long-running stability: 300+ seconds. Useful for stress testing and\\nfinding subtle timing bugs, but too slow for typical CI runs. You can also think in terms of expected blocks. With a 2-second slot duration,\\n60 seconds means ~30 blocks. That’s enough to validate consensus but not so\\nmany that log volume becomes unwieldy.","breadcrumbs":"Part II — User Guide » Authoring Scenarios » Choosing Run Duration","id":"59","title":"Choosing Run Duration"},"6":{"body":"This book establishes a mental model for Nomos multi-node testing. It covers authoring scenarios with realistic workloads and running them across local, containerized, and cluster environments without modification.","breadcrumbs":"What You Will Learn » What You Will Learn","id":"6","title":"What You Will Learn"},"60":{"body":"We’ve been using LocalDeployer for all examples. When should you use others? Use LocalDeployer when: You’re developing a new test and want fast iteration You’re debugging a failure and want easy access to logs You’re on a laptop with limited resources Use ComposeRunner when: You want isolation between test runs You’re in CI and need reproducible environments You want to test network partitions or container-specific behaviors Use K8sRunner when: You need production-like deployment You’re testing Kubernetes-specific integration You’re running large-scale scenarios that don’t fit on one machine The beauty of the framework is that you change one line—the runner\\ninstantiation—and everything else stays the same.","breadcrumbs":"Part II — User Guide » Authoring Scenarios » Choosing a Runner","id":"60","title":"Choosing a Runner"},"61":{"body":"As you write more scenarios, keep these practices in mind: Start simple. Don’t add chaos workloads to your first test. Get basic\\nliveness working, then add complexity. One concept per test. Test transaction inclusion separately from DA blob\\ndispersal. Tests that try to verify too many things simultaneously are hard to\\ndebug when they fail. Meaningful names. Call your test test_consensus_survives_single_node_restart,\\nnot test_scenario_5. Future you (and your teammates) will thank you. Document assumptions. If a test needs specific timing or topology, comment\\nwhy. “We use 4 validators here because 3 would give false positives under this\\nchaos pattern.” Keep durations reasonable. Long tests are thorough but slow CI down. Find\\nthe minimum duration that reliably catches bugs.","breadcrumbs":"Part II — User Guide » Authoring Scenarios » Best Practices","id":"61","title":"Best Practices"},"62":{"body":"You now know how to author scenarios from simple consensus checks to complex\\nmulti-workload tests. The next chapter, Examples, shows a collection of\\ncomplete scenarios you can learn from and adapt to your needs. If you want to dive deep into what workloads and expectations are available,\\nskip ahead to the Workloads chapter. If you want to understand running scenarios\\nin different environments, check out the Runners and Running Scenarios chapters.","breadcrumbs":"Part II — User Guide » Authoring Scenarios » What’s Next","id":"62","title":"What’s Next"},"63":{"body":"Workloads are what make scenarios interesting. Without workloads, you’re just\\nstarting nodes and watching them idle. Workloads generate traffic, create load,\\nintroduce chaos—they’re what actually exercises the system under test. This chapter is your complete reference to available workloads and expectations,\\nhow to configure them, and when to use each one.","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Workloads and Expectations","id":"63","title":"Workloads and Expectations"},"64":{"body":"A workload is an async task that runs during your scenario’s configured\\nduration. It does something actively: Submits transactions Disperses DA blobs Restarts nodes randomly Generates network traffic Workloads implement the Workload trait, which has one key method: #![allow(unused)] fn main() {\\nasync fn execute(&self, ctx: &RunContext) -> Result<()>; } The RunContext gives workloads everything they need: API clients for nodes,\\nblock feeds for tracking progress, and shared state for coordination. Workloads\\nrun until cancelled (when the scenario’s duration expires) or until they\\ncomplete naturally. Most importantly, workloads don’t manage their own timing or cleanup—the\\nframework handles that. Your workload just focuses on generating the right\\ntraffic.","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Understanding Workloads","id":"64","title":"Understanding Workloads"},"65":{"body":"The transaction workload submits user transactions at a configured rate. It’s\\none of the most commonly used workloads because most tests need to verify that\\ntransactions get processed correctly.","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Transaction Workload","id":"65","title":"Transaction Workload"},"66":{"body":"#![allow(unused)] fn main() {\\n.transactions() .rate(10) // Transactions per second .apply() } This submits 10 transactions per second for the scenario’s full duration.","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Basic Usage","id":"66","title":"Basic Usage"},"67":{"body":"Rate ( rate(n)): How many transactions per second to submit. Default is 5. #![allow(unused)] fn main() {\\n.transactions().rate(20).apply() // High load\\n.transactions().rate(1).apply() // Light load } Duration ( duration(secs)): How long to submit transactions. Default is\\nthe scenario’s full duration. #![allow(unused)] fn main() {\\n.transactions() .rate(10) .duration(30) // Only submit for first 30 seconds .apply() } This is useful if you want to test post-traffic behavior (like transaction\\ndraining from mempool). Actor Count ( actors(n)): How many distinct wallet addresses to use.\\nDefault is 10. #![allow(unused)] fn main() {\\n.transactions().actors(50).apply() // More realistic multi-user traffic } More actors means more diverse nonces and addresses, which exercises mempool\\ndeduplication and UTXO management more thoroughly.","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Configuration Options","id":"67","title":"Configuration Options"},"68":{"body":"Under the hood, the transaction workload: Seeds wallets during scenario build (the topology includes seeded accounts) Connects to executor nodes (only executors accept transaction submission) Submits transactions at the configured rate, rotating through available actors Tracks which transactions were submitted (for inclusion expectations) Handles failures gracefully (if a node is restarting, retries later)","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » What It Does","id":"68","title":"What It Does"},"69":{"body":"The transaction workload automatically adds a TransactionInclusion expectation\\nthat verifies submitted transactions appear in blocks. You don’t need to add\\nthis manually—it happens when you call .apply().","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Default Expectation","id":"69","title":"Default Expectation"},"7":{"body":"Conceptual chapters that establish the mental model for the framework and how\\nit approaches multi-node testing.","breadcrumbs":"Part I — Foundations » Part I — Foundations","id":"7","title":"Part I — Foundations"},"70":{"body":"Use the transaction workload when you’re testing: Transaction processing and inclusion Mempool behavior under load Block packing efficiency System behavior with user traffic","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » When to Use It","id":"70","title":"When to Use It"},"71":{"body":"The DA blob workload disperses data availability blobs to the DA network. This\\nexercises the DA subsystem: dispersal, sampling, and verification.","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » DA Blob Workload","id":"71","title":"DA Blob Workload"},"72":{"body":"#![allow(unused)] fn main() {\\n.da_blobs() .rate(2) // Blobs per second .size(256_000) // 256KB per blob .apply() }","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Basic Usage","id":"72","title":"Basic Usage"},"73":{"body":"Rate ( rate(n)): How many blobs per second to disperse. Default is 1. #![allow(unused)] fn main() {\\n.da_blobs().rate(5).apply() // High DA load } DA dispersal is more expensive than transaction submission, so rates are\\ntypically lower. Size ( size(bytes)): Size of each blob in bytes. Default is 128KB. #![allow(unused)] fn main() {\\n.da_blobs().size(1_000_000).apply() // 1MB blobs\\n.da_blobs().size(64_000).apply() // 64KB blobs } Larger blobs exercise DA bandwidth and storage more heavily. Duration ( duration(secs)): How long to disperse blobs. #![allow(unused)] fn main() {\\n.da_blobs() .rate(2) .duration(60) // Only disperse for first minute .apply() }","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Configuration Options","id":"73","title":"Configuration Options"},"74":{"body":"The DA blob workload: Connects to executor nodes (executors handle DA dispersal) Generates random blob data of the configured size Calls the DA dispersal API at the configured rate Tracks dispersal success/failure metrics Optionally verifies that dispersed blobs can be sampled","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » What It Does","id":"74","title":"What It Does"},"75":{"body":"The DA blob workload includes a DALiveness expectation that verifies the DA\\nsubsystem remained operational throughout the test.","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Default Expectation","id":"75","title":"Default Expectation"},"76":{"body":"Use the DA blob workload when testing: DA dispersal and sampling logic DA bandwidth and storage capacity Interaction between DA and consensus System behavior under DA load","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » When to Use It","id":"76","title":"When to Use It"},"77":{"body":"The chaos workload introduces controlled disruptions to test system resilience.\\nCurrently it supports node restarts, with future support planned for network\\npartitions and resource constraints.","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Chaos Workload","id":"77","title":"Chaos Workload"},"78":{"body":"#![allow(unused)] fn main() {\\n.chaos() .restart() // Random node restarts .interval(Duration::from_secs(20)) // Every 20 seconds .apply() }","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Basic Usage","id":"78","title":"Basic Usage"},"79":{"body":"Restart Mode ( restart()): Currently the only chaos mode. Randomly selects\\na node and restarts it. #![allow(unused)] fn main() {\\n.chaos().restart().apply() } Interval ( interval(duration)): How often to trigger a chaos event. Default\\nis 30 seconds. #![allow(unused)] fn main() {\\n.chaos() .restart() .interval(Duration::from_secs(10)) // Aggressive chaos .apply() } Shorter intervals mean more disruption. Be careful—too aggressive and consensus\\nmight not recover between events. Target Role (future): Select which node types to target (validators,\\nexecutors, specific nodes).","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Configuration Options","id":"79","title":"Configuration Options"},"8":{"body":"Welcome to the Nomos Testing Framework! This book will teach you how to write\\nintegration tests for Nomos that actually catch the bugs that matter. If you’ve worked on distributed systems, you know the frustration: unit tests\\npass, but in production, nodes lose sync, blocks stop flowing, or data\\navailability fails under load. These problems only show up when multiple nodes\\ninteract over real networks with real timing constraints. That’s what this\\nframework is for. We built this framework to solve a specific problem: testing Nomos thoroughly\\nwithout the pain of manual multi-node orchestration. You describe what cluster\\nyou want, what traffic to generate, and what success looks like—the framework\\nhandles deployment, coordination, and cleanup across local, Docker, and\\nKubernetes environments.","breadcrumbs":"Part I — Foundations » Introduction » Introduction","id":"8","title":"Introduction"},"80":{"body":"The chaos workload: Waits for the configured interval Randomly selects a node from the cluster Calls the runner’s node control API to restart it Records the downtime for expectation accounting Repeats until the scenario duration expires The framework tracks chaos-induced downtime and adjusts expectations\\naccordingly. Consensus liveness expectations know about intentional restarts\\nand won’t fail the test for expected downtime.","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » What It Does","id":"80","title":"What It Does"},"81":{"body":"The chaos workload requires node control capability. This means: #![allow(unused)] fn main() {\\n// Build scenario with node control\\nlet plan = ScenarioBuilder::with_node_counts(3, 1) .with_node_control() // Enable control operations .chaos().restart().apply() .build(); } If you forget .with_node_control(), the scenario will fail at build time with\\na clear error.","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Requirements","id":"81","title":"Requirements"},"82":{"body":"Use chaos workloads when testing: Resilience to node failures Recovery logic and timing Consensus liveness under churn Operational readiness Important: Always use enough nodes to tolerate failures. With 3 validators,\\none can be down and consensus continues. With 2 validators, restarting one\\nbreaks consensus.","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » When to Use It","id":"82","title":"When to Use It"},"83":{"body":"You can run multiple workloads concurrently: #![allow(unused)] fn main() {\\n.transactions().rate(10).apply()\\n.da_blobs().rate(2).size(512_000).apply()\\n.chaos().restart().interval(Duration::from_secs(30)).apply() } All three workloads run simultaneously during the scenario duration. This tests\\nrealistic scenarios where the system handles multiple traffic types while\\nrecovering from disruptions.","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Combining Workloads","id":"83","title":"Combining Workloads"},"84":{"body":"Expectations are the “assertions” of the testing framework, but they work\\ndifferently than typical test assertions. Instead of checking conditions inline\\nduring test execution, expectations evaluate after workloads complete. This design lets expectations aggregate over the entire run and make nuanced\\njudgments about system behavior.","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Understanding Expectations","id":"84","title":"Understanding Expectations"},"85":{"body":"The consensus liveness expectation verifies that blocks progressed at the\\nexpected rate throughout the test.","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Consensus Liveness Expectation","id":"85","title":"Consensus Liveness Expectation"},"86":{"body":"#![allow(unused)] fn main() {\\n.expect_consensus_liveness() } No configuration needed—it uses the topology’s slot duration and the scenario’s\\nrun duration to calculate expected blocks.","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Usage","id":"86","title":"Usage"},"87":{"body":"Did blocks progress during the run window? Was the progression rate reasonable (accounting for startup and cooldown)? Were there unexpected stalls (no blocks for extended periods)? If chaos workload was active, did consensus recover after restarts?","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » What It Checks","id":"87","title":"What It Checks"},"88":{"body":"The expectation captures a baseline block height before workloads start, then\\nevaluates final block height after workloads finish. It also tracks block\\nprogression during the run to detect stalls.","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » When It Runs","id":"88","title":"When It Runs"},"89":{"body":"The expectation fails if: No blocks were produced during the run Block rate was significantly below expected (e.g., < 50% of target) There were stalls longer than expected slot duration * 3 Final block height is less than initial + minimum expected blocks","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Failure Modes","id":"89","title":"Failure Modes"},"9":{"body":"This book assumes you’re familiar with Rust and have some experience with\\ndistributed systems or blockchain protocols. You don’t need to be a Nomos\\nexpert—we’ll explain the architecture pieces you need to know—but you should be\\ncomfortable reading Rust code and running integration tests. Whether you’re a protocol engineer validating consensus changes, an\\ninfrastructure operator stress-testing deployment configurations, or a QA\\nengineer building a test suite, this book will show you how to write reliable,\\nportable multi-node tests.","breadcrumbs":"Part I — Foundations » Introduction » Who This Book Is For","id":"9","title":"Who This Book Is For"},"90":{"body":"This expectation verifies that submitted transactions appeared in blocks.","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Transaction Inclusion Expectation","id":"90","title":"Transaction Inclusion Expectation"},"91":{"body":"You don’t typically add this manually—the transaction workload includes it\\nautomatically: #![allow(unused)] fn main() {\\n.transactions().rate(10).apply() // Includes inclusion expectation }","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Usage","id":"91","title":"Usage"},"92":{"body":"How many transactions were submitted? How many appeared in blocks? Is the inclusion rate above threshold (default 95%)?","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » What It Checks","id":"92","title":"What It Checks"},"93":{"body":"The expectation fails if: Inclusion rate is below threshold (< 95% by default) Zero transactions were included despite submissions Transactions took too long to appear (timeout exceeded) You can adjust the threshold if needed: #![allow(unused)] fn main() {\\n.expect_transaction_inclusion() .threshold(0.90) // Accept 90% inclusion }","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Failure Modes","id":"93","title":"Failure Modes"},"94":{"body":"The DA liveness expectation verifies the DA subsystem remained operational.","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » DA Liveness Expectation","id":"94","title":"DA Liveness Expectation"},"95":{"body":"#![allow(unused)] fn main() {\\n.expect_da_liveness() } Or implicitly through the DA blob workload: #![allow(unused)] fn main() {\\n.da_blobs().rate(2).apply() // Includes DA liveness expectation }","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Usage","id":"95","title":"Usage"},"96":{"body":"Were dispersed blobs successfully published? Could validators sample the data? Did DA operations complete within reasonable time?","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » What It Checks","id":"96","title":"What It Checks"},"97":{"body":"DA dispersal API returned errors consistently Sampling failed repeatedly DA became unavailable during the run","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Failure Modes","id":"97","title":"Failure Modes"},"98":{"body":"If built-in expectations don’t cover your needs, you can write custom ones.\\nSee the Extending the Framework chapter for details.","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Writing Custom Expectations","id":"98","title":"Writing Custom Expectations"},"99":{"body":"You now have a complete reference to workloads and expectations. The next\\nchapters cover operations (how to set up environments) and runners (how to\\ndeploy scenarios to different backends). If you want to write custom workloads or expectations, skip ahead to Part III:\\nDeveloper Reference.","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » What’s Next","id":"99","title":"What’s Next"}},"length":341,"save":true},"fields":["title","body","breadcrumbs"],"index":{"body":{"root":{"0":{".":{".":{"2":{"df":1,"docs":{"44":{"tf":1.0}}},"3":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"152":{"tf":1.0}}}}}},"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"227":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":17,"docs":{"107":{"tf":1.0},"119":{"tf":1.7320508075688772},"137":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"152":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"157":{"tf":1.0},"189":{"tf":1.0},"198":{"tf":1.0},"220":{"tf":1.7320508075688772},"227":{"tf":1.4142135623730951},"26":{"tf":1.0},"285":{"tf":1.0},"54":{"tf":2.23606797749979}}},"1":{"0":{"0":{"0":{"df":1,"docs":{"247":{"tf":1.0}},"m":{"df":1,"docs":{"184":{"tf":1.0}}}},"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"209":{"tf":1.0}}},"df":0,"docs":{}}},"df":11,"docs":{"120":{"tf":1.0},"123":{"tf":1.0},"23":{"tf":1.0},"256":{"tf":1.0},"258":{"tf":1.0},"26":{"tf":1.0},"306":{"tf":1.0},"309":{"tf":1.0},"326":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0}}},"2":{"0":{"df":6,"docs":{"105":{"tf":1.0},"237":{"tf":1.0},"295":{"tf":1.0},"307":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0}}},"3":{"4":{"5":{"df":1,"docs":{"140":{"tf":1.0}}},"6":{"df":1,"docs":{"140":{"tf":1.0}}},"7":{"df":1,"docs":{"140":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"df":0,"docs":{},"k":{"b":{"df":1,"docs":{"73":{"tf":1.0}}},"df":0,"docs":{}}},"df":5,"docs":{"143":{"tf":1.4142135623730951},"149":{"tf":1.4142135623730951},"156":{"tf":1.4142135623730951},"224":{"tf":1.0},"46":{"tf":1.0}}},"5":{"df":3,"docs":{"142":{"tf":1.4142135623730951},"286":{"tf":1.0},"58":{"tf":1.4142135623730951}}},"6":{"df":0,"docs":{},"g":{"b":{"df":1,"docs":{"326":{"tf":1.0}}},"df":0,"docs":{}}},"8":{"0":{"8":{"0":{":":{"1":{"8":{"0":{"8":{"0":{"df":1,"docs":{"153":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":4,"docs":{"153":{"tf":1.0},"214":{"tf":1.0},"282":{"tf":1.4142135623730951},"322":{"tf":1.0}}},"df":0,"docs":{}},"df":4,"docs":{"105":{"tf":1.0},"122":{"tf":1.0},"307":{"tf":1.0},"59":{"tf":1.0}}},"df":0,"docs":{}},"_":{"0":{"0":{"0":{"_":{"0":{"0":{"0":{"df":1,"docs":{"121":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":46,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"104":{"tf":1.4142135623730951},"106":{"tf":1.4142135623730951},"107":{"tf":2.0},"110":{"tf":1.0},"111":{"tf":1.4142135623730951},"112":{"tf":1.0},"113":{"tf":2.0},"114":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.4142135623730951},"121":{"tf":1.0},"123":{"tf":1.7320508075688772},"135":{"tf":1.0},"139":{"tf":1.0},"14":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"152":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"194":{"tf":1.0},"22":{"tf":1.0},"224":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"26":{"tf":1.0},"263":{"tf":1.0},"269":{"tf":1.0},"283":{"tf":1.0},"287":{"tf":1.4142135623730951},"290":{"tf":1.7320508075688772},"30":{"tf":1.4142135623730951},"302":{"tf":1.0},"306":{"tf":1.4142135623730951},"327":{"tf":1.0},"330":{"tf":1.0},"38":{"tf":1.4142135623730951},"43":{"tf":1.0},"55":{"tf":1.4142135623730951},"58":{"tf":1.0},"73":{"tf":1.0},"81":{"tf":1.0}},"m":{"b":{"df":2,"docs":{"121":{"tf":1.0},"73":{"tf":1.0}}},"df":0,"docs":{}},"–":{"3":{"df":1,"docs":{"130":{"tf":1.0}}},"df":0,"docs":{}}},"2":{".":{"3":{"df":1,"docs":{"141":{"tf":1.0}}},"5":{"df":1,"docs":{"141":{"tf":1.0}}},"7":{"df":1,"docs":{"141":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"159":{"tf":1.0},"283":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"0":{"df":7,"docs":{"120":{"tf":1.0},"123":{"tf":1.0},"139":{"tf":1.0},"259":{"tf":1.0},"286":{"tf":1.0},"292":{"tf":1.0},"78":{"tf":1.0}}},"3":{"df":1,"docs":{"142":{"tf":1.0}}},"5":{"6":{"df":0,"docs":{},"k":{"b":{"df":3,"docs":{"121":{"tf":1.0},"57":{"tf":1.0},"72":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"8":{"0":{"8":{"0":{"df":1,"docs":{"214":{"tf":1.0}}},"1":{"df":1,"docs":{"214":{"tf":1.0}}},"2":{"df":1,"docs":{"214":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":37,"docs":{"102":{"tf":1.0},"103":{"tf":1.0},"109":{"tf":1.0},"113":{"tf":1.0},"120":{"tf":2.23606797749979},"121":{"tf":1.4142135623730951},"122":{"tf":1.0},"123":{"tf":1.0},"125":{"tf":1.0},"13":{"tf":1.4142135623730951},"135":{"tf":1.0},"140":{"tf":1.4142135623730951},"141":{"tf":1.4142135623730951},"152":{"tf":1.0},"157":{"tf":1.4142135623730951},"159":{"tf":1.4142135623730951},"165":{"tf":1.0},"225":{"tf":1.4142135623730951},"239":{"tf":1.0},"24":{"tf":1.0},"245":{"tf":1.0},"259":{"tf":1.0},"283":{"tf":1.4142135623730951},"290":{"tf":1.0},"292":{"tf":1.0},"301":{"tf":1.0},"306":{"tf":1.0},"309":{"tf":1.0},"31":{"tf":1.0},"326":{"tf":1.4142135623730951},"38":{"tf":1.0},"44":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"56":{"tf":1.7320508075688772},"57":{"tf":1.0},"59":{"tf":1.0},"82":{"tf":1.0}},"g":{"df":0,"docs":{},"i":{"df":1,"docs":{"184":{"tf":1.0}}}}},"3":{"0":{"0":{"df":3,"docs":{"105":{"tf":1.0},"307":{"tf":1.0},"59":{"tf":1.0}}},"df":17,"docs":{"105":{"tf":1.0},"139":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.4142135623730951},"149":{"tf":1.0},"156":{"tf":1.0},"224":{"tf":1.0},"285":{"tf":1.0},"286":{"tf":1.0},"296":{"tf":1.0},"301":{"tf":1.4142135623730951},"307":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"67":{"tf":1.0},"79":{"tf":1.0}}},"1":{"df":2,"docs":{"142":{"tf":1.0},"143":{"tf":1.0}}},"df":26,"docs":{"107":{"tf":1.0},"111":{"tf":1.0},"113":{"tf":1.0},"119":{"tf":1.0},"121":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"13":{"tf":1.0},"135":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.0},"158":{"tf":1.0},"226":{"tf":1.0},"245":{"tf":1.0},"283":{"tf":1.0},"290":{"tf":1.0},"306":{"tf":1.0},"32":{"tf":1.0},"326":{"tf":1.0},"330":{"tf":1.0},"38":{"tf":1.0},"44":{"tf":1.0},"54":{"tf":1.7320508075688772},"61":{"tf":1.0},"82":{"tf":1.0},"89":{"tf":1.0}},"f":{"df":1,"docs":{"306":{"tf":1.0}}}},"4":{"2":{"0":{"df":1,"docs":{"289":{"tf":1.0}}},"df":2,"docs":{"184":{"tf":1.0},"222":{"tf":1.0}}},"5":{"df":2,"docs":{"142":{"tf":1.0},"143":{"tf":1.0}}},"8":{"df":1,"docs":{"282":{"tf":1.0}}},"df":15,"docs":{"113":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"135":{"tf":1.0},"142":{"tf":1.0},"159":{"tf":1.0},"227":{"tf":1.0},"290":{"tf":1.0},"306":{"tf":1.0},"326":{"tf":1.4142135623730951},"33":{"tf":1.0},"38":{"tf":1.0},"61":{"tf":1.0}},"g":{"b":{"df":1,"docs":{"326":{"tf":1.0}}},"df":0,"docs":{}},"–":{"5":{"df":1,"docs":{"130":{"tf":1.0}}},"df":0,"docs":{}}},"5":{"0":{"df":3,"docs":{"286":{"tf":1.0},"289":{"tf":1.0},"89":{"tf":1.0}}},"df":20,"docs":{"107":{"tf":1.0},"111":{"tf":1.0},"113":{"tf":1.0},"120":{"tf":1.0},"123":{"tf":1.4142135623730951},"143":{"tf":1.0},"160":{"tf":1.0},"228":{"tf":1.0},"23":{"tf":1.0},"240":{"tf":1.7320508075688772},"269":{"tf":1.0},"283":{"tf":1.0},"301":{"tf":1.0},"326":{"tf":1.0},"330":{"tf":1.0},"34":{"tf":1.0},"38":{"tf":1.0},"46":{"tf":1.0},"55":{"tf":1.4142135623730951},"67":{"tf":1.0}},"s":{"/":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"6":{"0":{"0":{"df":1,"docs":{"289":{"tf":1.0}}},"df":16,"docs":{"105":{"tf":1.4142135623730951},"119":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.4142135623730951},"149":{"tf":1.0},"217":{"tf":1.0},"23":{"tf":1.0},"283":{"tf":1.0},"30":{"tf":1.0},"301":{"tf":1.0},"307":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"46":{"tf":2.0},"59":{"tf":1.7320508075688772}}},"4":{"df":0,"docs":{},"k":{"b":{"df":1,"docs":{"73":{"tf":1.0}}},"df":0,"docs":{}}},"df":5,"docs":{"124":{"tf":1.0},"144":{"tf":1.0},"161":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0}},"s":{"df":1,"docs":{"23":{"tf":1.0}}},"–":{"7":{"df":1,"docs":{"130":{"tf":1.0}}},"df":0,"docs":{}}},"7":{"0":{"df":1,"docs":{"289":{"tf":1.0}}},"df":6,"docs":{"123":{"tf":1.0},"125":{"tf":1.0},"142":{"tf":1.0},"330":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0}},"s":{"df":1,"docs":{"23":{"tf":1.0}}}},"8":{"df":1,"docs":{"326":{"tf":1.0}},"g":{"b":{"df":1,"docs":{"326":{"tf":1.0}}},"df":0,"docs":{}},"s":{"/":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"9":{"0":{"df":5,"docs":{"105":{"tf":1.0},"289":{"tf":1.0},"307":{"tf":1.0},"59":{"tf":1.0},"93":{"tf":1.0}}},"5":{"df":4,"docs":{"289":{"tf":1.4142135623730951},"43":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"273":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"a":{"[":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"b":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":1,"docs":{"340":{"tf":1.0}}}}}}},"c":{"1":{"2":{"3":{"df":1,"docs":{"152":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"337":{"tf":1.0}}}},"o":{"df":0,"docs":{},"v":{"df":3,"docs":{"328":{"tf":1.0},"35":{"tf":1.0},"92":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"200":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"319":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"168":{"tf":1.0},"242":{"tf":1.0},"31":{"tf":1.0},"42":{"tf":1.4142135623730951},"48":{"tf":1.0}},"—":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"’":{"df":0,"docs":{},"l":{"df":1,"docs":{"11":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":6,"docs":{"289":{"tf":1.4142135623730951},"337":{"tf":1.0},"43":{"tf":1.0},"56":{"tf":1.0},"68":{"tf":1.0},"93":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":11,"docs":{"168":{"tf":1.0},"173":{"tf":1.0},"182":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"198":{"tf":1.0},"209":{"tf":1.0},"248":{"tf":1.0},"293":{"tf":1.0},"34":{"tf":1.0},"60":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"33":{"tf":1.0},"80":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"193":{"tf":1.0},"58":{"tf":1.0},"68":{"tf":1.0},"80":{"tf":1.0},"87":{"tf":1.0}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"163":{"tf":1.4142135623730951},"200":{"tf":1.0},"237":{"tf":1.0},"24":{"tf":1.0},"273":{"tf":1.0}},"s":{"/":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"@":{"df":0,"docs":{},"v":{"3":{"df":1,"docs":{"163":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":2,"docs":{"163":{"tf":1.0},"238":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"v":{"df":8,"docs":{"116":{"tf":1.0},"14":{"tf":1.0},"213":{"tf":1.0},"273":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"64":{"tf":1.0},"87":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"112":{"tf":1.0},"67":{"tf":1.4142135623730951},"68":{"tf":1.0}},"s":{"(":{"2":{"0":{"df":1,"docs":{"103":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":1,"docs":{"112":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":1,"docs":{"67":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":24,"docs":{"13":{"tf":1.0},"136":{"tf":1.0},"149":{"tf":1.0},"15":{"tf":1.0},"156":{"tf":1.0},"16":{"tf":1.0},"161":{"tf":1.0},"19":{"tf":1.4142135623730951},"191":{"tf":1.0},"25":{"tf":1.0},"267":{"tf":1.7320508075688772},"268":{"tf":1.0},"285":{"tf":1.0},"286":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.4142135623730951},"4":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.0},"63":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":6,"docs":{"118":{"tf":1.0},"259":{"tf":1.0},"276":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"62":{"tf":1.0}}}}},"d":{"df":33,"docs":{"10":{"tf":1.0},"101":{"tf":1.4142135623730951},"102":{"tf":1.0},"104":{"tf":1.4142135623730951},"106":{"tf":1.4142135623730951},"113":{"tf":1.0},"116":{"tf":1.4142135623730951},"117":{"tf":1.0},"120":{"tf":1.4142135623730951},"122":{"tf":1.0},"123":{"tf":1.0},"252":{"tf":1.0},"258":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"290":{"tf":1.0},"30":{"tf":1.0},"306":{"tf":1.0},"308":{"tf":1.0},"310":{"tf":1.0},"317":{"tf":1.0},"318":{"tf":1.0},"326":{"tf":1.0},"41":{"tf":1.7320508075688772},"45":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":2.0},"61":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"91":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"3":{"tf":1.0},"41":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"282":{"tf":1.0},"67":{"tf":1.4142135623730951}}}}}}},"df":13,"docs":{"114":{"tf":1.0},"193":{"tf":1.0},"250":{"tf":1.4142135623730951},"254":{"tf":1.0},"260":{"tf":1.0},"265":{"tf":1.0},"269":{"tf":1.0},"271":{"tf":1.0},"272":{"tf":1.0},"319":{"tf":1.0},"41":{"tf":1.4142135623730951},"48":{"tf":1.0},"55":{"tf":1.0}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":14,"docs":{"111":{"tf":1.0},"116":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"212":{"tf":1.0},"214":{"tf":1.0},"278":{"tf":1.0},"286":{"tf":1.0},"33":{"tf":1.0},"45":{"tf":1.0},"80":{"tf":1.0},"93":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"293":{"tf":1.0}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":5,"docs":{"128":{"tf":1.0},"165":{"tf":1.0},"190":{"tf":1.0},"241":{"tf":1.0},"329":{"tf":1.0}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"131":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"193":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"338":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"168":{"tf":1.0},"215":{"tf":1.0}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":5,"docs":{"17":{"tf":1.0},"248":{"tf":1.0},"264":{"tf":1.0},"337":{"tf":1.0},"84":{"tf":1.0}}},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"123":{"tf":1.0},"287":{"tf":1.0},"79":{"tf":1.4142135623730951}}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"302":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"54":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":3,"docs":{"251":{"tf":1.0},"62":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"116":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"321":{"tf":1.0}}},"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":96,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.4142135623730951},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.4142135623730951},"112":{"tf":1.0},"113":{"tf":2.0},"114":{"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},"13":{"tf":1.0},"137":{"tf":1.0},"14":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":1.0},"161":{"tf":1.0},"168":{"tf":1.0},"171":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.4142135623730951},"183":{"tf":1.0},"184":{"tf":2.0},"189":{"tf":1.0},"190":{"tf":1.0},"194":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"236":{"tf":1.0},"24":{"tf":1.0},"240":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.4142135623730951},"26":{"tf":1.0},"261":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"269":{"tf":1.4142135623730951},"273":{"tf":1.0},"274":{"tf":1.0},"283":{"tf":1.0},"285":{"tf":1.0},"286":{"tf":1.0},"287":{"tf":1.4142135623730951},"289":{"tf":2.0},"290":{"tf":1.4142135623730951},"295":{"tf":1.0},"296":{"tf":1.4142135623730951},"30":{"tf":1.0},"302":{"tf":1.4142135623730951},"309":{"tf":1.0},"31":{"tf":1.0},"315":{"tf":1.0},"317":{"tf":1.0},"330":{"tf":1.0},"331":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"46":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.0},"64":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.7320508075688772},"72":{"tf":1.0},"73":{"tf":1.7320508075688772},"78":{"tf":1.0},"79":{"tf":1.4142135623730951},"81":{"tf":1.0},"83":{"tf":1.0},"86":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.4142135623730951}}}}}}},"df":4,"docs":{"101":{"tf":1.0},"117":{"tf":1.0},"337":{"tf":1.0},"339":{"tf":1.0}}}},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"2":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"326":{"tf":1.0}},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"193":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"336":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":7,"docs":{"10":{"tf":1.0},"231":{"tf":1.0},"243":{"tf":1.0},"282":{"tf":1.4142135623730951},"30":{"tf":1.0},"312":{"tf":1.0},"322":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"a":{"df":0,"docs":{},"y":{"df":9,"docs":{"102":{"tf":1.0},"105":{"tf":1.0},"113":{"tf":1.7320508075688772},"144":{"tf":1.0},"200":{"tf":1.0},"26":{"tf":1.0},"37":{"tf":1.0},"54":{"tf":1.0},"82":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"296":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"256":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"203":{"tf":1.0},"218":{"tf":1.0},"231":{"tf":1.0},"282":{"tf":1.0},"322":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"10":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"40":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"113":{"tf":2.23606797749979},"43":{"tf":1.0},"44":{"tf":1.0}}}},"y":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{":":{":":{"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":2,"docs":{"256":{"tf":1.0},"267":{"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":{"262":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"262":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"30":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"—":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"267":{"tf":1.0}}}}}}}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"42":{"tf":1.0},"48":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"i":{"df":28,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"112":{"tf":1.0},"15":{"tf":1.0},"18":{"tf":1.0},"182":{"tf":1.0},"199":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"213":{"tf":1.0},"216":{"tf":1.0},"247":{"tf":1.4142135623730951},"249":{"tf":1.0},"255":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"32":{"tf":1.0},"337":{"tf":1.4142135623730951},"339":{"tf":1.7320508075688772},"34":{"tf":1.0},"340":{"tf":1.0},"44":{"tf":1.4142135623730951},"47":{"tf":1.0},"64":{"tf":1.0},"74":{"tf":1.0},"80":{"tf":1.0},"97":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":7,"docs":{"289":{"tf":1.0},"303":{"tf":1.0},"35":{"tf":1.0},"69":{"tf":1.0},"90":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":2,"docs":{"10":{"tf":1.0},"277":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"340":{"tf":1.0}}},"df":21,"docs":{"103":{"tf":2.0},"104":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":2.0},"114":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"124":{"tf":1.4142135623730951},"258":{"tf":1.0},"55":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0}}},"y":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"258":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"10":{"tf":1.0},"134":{"tf":1.0},"19":{"tf":1.0},"44":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"259":{"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":{"250":{"tf":1.0},"37":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":7,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"20":{"tf":1.0},"339":{"tf":1.0},"49":{"tf":1.0},"9":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":10,"docs":{"172":{"tf":1.0},"217":{"tf":1.0},"232":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.0},"283":{"tf":1.0},"285":{"tf":1.0},"287":{"tf":1.0},"289":{"tf":1.0},"328":{"tf":1.0}}}}}},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"1":{"tf":1.0},"132":{"tf":1.0},"227":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"@":{"df":0,"docs":{},"v":{"3":{"df":2,"docs":{"163":{"tf":1.0},"238":{"tf":1.0}}},"df":0,"docs":{}}},"df":6,"docs":{"151":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"210":{"tf":1.4142135623730951},"238":{"tf":1.0},"332":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"128":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"k":{"df":3,"docs":{"27":{"tf":1.0},"299":{"tf":1.0},"334":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"136":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"135":{"tf":1.0},"244":{"tf":1.0},"246":{"tf":1.0},"276":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"!":{"(":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{"&":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":12,"docs":{"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},"137":{"tf":1.0},"148":{"tf":1.0},"38":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"?":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"189":{"tf":1.4142135623730951},"331":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":20,"docs":{"116":{"tf":1.0},"117":{"tf":1.0},"132":{"tf":1.4142135623730951},"134":{"tf":1.0},"17":{"tf":1.4142135623730951},"200":{"tf":1.0},"203":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"244":{"tf":1.0},"248":{"tf":1.4142135623730951},"26":{"tf":1.0},"274":{"tf":1.0},"301":{"tf":1.0},"337":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.7320508075688772},"46":{"tf":1.4142135623730951},"52":{"tf":1.0},"54":{"tf":1.0},"84":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"116":{"tf":1.0}}}},"t":{"df":2,"docs":{"210":{"tf":1.0},"52":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":3,"docs":{"259":{"tf":1.0},"42":{"tf":1.0},"9":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"23":{"tf":1.0},"61":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{":":{":":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"256":{"tf":1.0},"262":{"tf":1.0},"267":{"tf":1.0},"273":{"tf":1.0},"274":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":12,"docs":{"168":{"tf":1.4142135623730951},"190":{"tf":1.4142135623730951},"255":{"tf":1.0},"256":{"tf":1.0},"261":{"tf":1.0},"262":{"tf":1.0},"266":{"tf":1.4142135623730951},"267":{"tf":1.4142135623730951},"273":{"tf":1.0},"274":{"tf":1.0},"317":{"tf":1.0},"42":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":31,"docs":{"110":{"tf":1.4142135623730951},"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},"137":{"tf":1.0},"165":{"tf":1.0},"168":{"tf":1.4142135623730951},"189":{"tf":1.4142135623730951},"190":{"tf":1.4142135623730951},"198":{"tf":1.0},"199":{"tf":1.4142135623730951},"255":{"tf":1.0},"256":{"tf":1.0},"261":{"tf":1.4142135623730951},"262":{"tf":1.0},"266":{"tf":1.4142135623730951},"267":{"tf":1.4142135623730951},"273":{"tf":1.4142135623730951},"274":{"tf":1.0},"317":{"tf":1.0},"33":{"tf":1.0},"331":{"tf":1.0},"337":{"tf":1.0},"42":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"64":{"tf":1.4142135623730951}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"16":{"tf":1.0},"247":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"174":{"tf":1.0},"275":{"tf":1.0},"278":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"234":{"tf":1.0},"293":{"tf":1.7320508075688772}},"o":{"df":0,"docs":{},"r":{"df":8,"docs":{"20":{"tf":1.0},"21":{"tf":1.0},"27":{"tf":1.0},"39":{"tf":1.0},"49":{"tf":1.4142135623730951},"53":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":10,"docs":{"120":{"tf":1.0},"247":{"tf":1.0},"275":{"tf":1.0},"310":{"tf":1.0},"331":{"tf":1.0},"339":{"tf":1.0},"38":{"tf":1.0},"55":{"tf":1.0},"69":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":25,"docs":{"1":{"tf":1.0},"116":{"tf":1.4142135623730951},"127":{"tf":1.0},"153":{"tf":1.0},"179":{"tf":1.0},"187":{"tf":1.0},"2":{"tf":1.0},"202":{"tf":1.0},"209":{"tf":1.0},"218":{"tf":1.0},"25":{"tf":1.0},"276":{"tf":1.0},"278":{"tf":1.7320508075688772},"3":{"tf":1.0},"303":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":2.23606797749979},"340":{"tf":1.0},"4":{"tf":1.4142135623730951},"51":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"68":{"tf":1.0},"71":{"tf":1.0},"8":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":7,"docs":{"113":{"tf":1.0},"117":{"tf":1.0},"124":{"tf":1.0},"193":{"tf":1.0},"196":{"tf":1.0},"205":{"tf":1.0},"25":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"259":{"tf":1.0}}}},"df":0,"docs":{}}},"b":{"[":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"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":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"10":{"tf":1.0},"103":{"tf":1.4142135623730951},"196":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"d":{"df":13,"docs":{"10":{"tf":1.4142135623730951},"126":{"tf":1.0},"167":{"tf":1.0},"18":{"tf":1.0},"245":{"tf":1.0},"265":{"tf":1.0},"276":{"tf":1.0},"31":{"tf":1.0},"41":{"tf":1.7320508075688772},"47":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"108":{"tf":1.0}}}}}}}}}}},"d":{"df":6,"docs":{"105":{"tf":1.0},"113":{"tf":1.0},"131":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"122":{"tf":1.0},"328":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"n":{"d":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"338":{"tf":1.4142135623730951},"73":{"tf":1.0},"76":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"110":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":22,"docs":{"105":{"tf":1.0},"108":{"tf":1.0},"111":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"124":{"tf":1.0},"15":{"tf":1.0},"172":{"tf":1.0},"193":{"tf":1.0},"196":{"tf":1.0},"199":{"tf":1.0},"214":{"tf":1.4142135623730951},"216":{"tf":1.0},"23":{"tf":1.0},"282":{"tf":1.0},"322":{"tf":1.0},"324":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.0},"45":{"tf":1.0},"56":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":9,"docs":{"120":{"tf":1.0},"142":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"261":{"tf":1.0},"264":{"tf":1.4142135623730951},"274":{"tf":1.0},"35":{"tf":1.0},"88":{"tf":1.0}}}}}},"i":{"c":{"df":12,"docs":{"101":{"tf":1.0},"119":{"tf":1.0},"137":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"66":{"tf":1.0},"72":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{}}}},"df":1,"docs":{"12":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"c":{"a":{"df":0,"docs":{},"m":{"df":7,"docs":{"142":{"tf":1.0},"158":{"tf":1.0},"226":{"tf":1.0},"274":{"tf":1.0},"287":{"tf":1.0},"47":{"tf":1.0},"97":{"tf":1.0}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"”":{"df":0,"docs":{},"—":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"106":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":6,"docs":{"157":{"tf":1.0},"217":{"tf":1.0},"225":{"tf":1.0},"232":{"tf":1.0},"283":{"tf":1.0},"59":{"tf":1.0}}}}},"df":3,"docs":{"123":{"tf":1.0},"286":{"tf":1.0},"54":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":22,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"117":{"tf":1.0},"139":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"207":{"tf":1.0},"215":{"tf":1.0},"222":{"tf":1.0},"248":{"tf":1.4142135623730951},"261":{"tf":1.4142135623730951},"30":{"tf":1.0},"304":{"tf":1.0},"337":{"tf":1.0},"339":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.4142135623730951},"44":{"tf":1.0},"47":{"tf":1.4142135623730951},"54":{"tf":1.0},"88":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"337":{"tf":1.0},"47":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":2,"docs":{"180":{"tf":1.0},"279":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":28,"docs":{"108":{"tf":1.0},"116":{"tf":1.0},"120":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"131":{"tf":1.4142135623730951},"14":{"tf":1.0},"174":{"tf":1.0},"179":{"tf":1.0},"189":{"tf":1.0},"246":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.0},"250":{"tf":1.0},"27":{"tf":1.0},"296":{"tf":1.0},"30":{"tf":1.0},"303":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"337":{"tf":1.4142135623730951},"37":{"tf":1.0},"45":{"tf":1.0},"60":{"tf":1.0},"67":{"tf":1.0},"70":{"tf":1.4142135623730951},"76":{"tf":1.0},"84":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":5,"docs":{"20":{"tf":1.0},"243":{"tf":1.0},"249":{"tf":1.0},"252":{"tf":1.0},"49":{"tf":1.0}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"250":{"tf":1.0}}}},"w":{"df":2,"docs":{"89":{"tf":1.0},"93":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":10,"docs":{"100":{"tf":1.0},"117":{"tf":1.0},"196":{"tf":1.0},"200":{"tf":1.0},"236":{"tf":1.0},"259":{"tf":1.0},"264":{"tf":1.0},"268":{"tf":1.0},"43":{"tf":1.0},"61":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"258":{"tf":1.0},"30":{"tf":1.0},"43":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":13,"docs":{"116":{"tf":1.0},"117":{"tf":1.0},"129":{"tf":1.0},"193":{"tf":1.0},"244":{"tf":1.0},"295":{"tf":1.0},"328":{"tf":1.0},"337":{"tf":1.0},"339":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"76":{"tf":1.0},"79":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"174":{"tf":1.0},"186":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":15,"docs":{"133":{"tf":1.0},"140":{"tf":1.0},"150":{"tf":1.0},"170":{"tf":1.0},"172":{"tf":1.4142135623730951},"208":{"tf":1.0},"209":{"tf":1.0},"218":{"tf":1.0},"230":{"tf":1.7320508075688772},"245":{"tf":1.0},"281":{"tf":2.23606797749979},"304":{"tf":1.4142135623730951},"312":{"tf":1.4142135623730951},"323":{"tf":1.0},"328":{"tf":1.0}}}}},"df":3,"docs":{"230":{"tf":1.4142135623730951},"281":{"tf":1.4142135623730951},"323":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"259":{"tf":1.0}}}},"o":{"b":{"df":25,"docs":{"121":{"tf":2.23606797749979},"124":{"tf":1.0},"16":{"tf":1.0},"247":{"tf":1.0},"25":{"tf":1.0},"278":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"337":{"tf":1.4142135623730951},"338":{"tf":1.4142135623730951},"34":{"tf":1.0},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"5":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"61":{"tf":1.0},"64":{"tf":1.0},"71":{"tf":1.7320508075688772},"72":{"tf":1.4142135623730951},"73":{"tf":2.449489742783178},"74":{"tf":1.7320508075688772},"75":{"tf":1.0},"76":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}}},"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"197":{"tf":1.0},"203":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"1":{"tf":1.0},"2":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":70,"docs":{"108":{"tf":1.0},"112":{"tf":1.0},"117":{"tf":1.0},"119":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.7320508075688772},"125":{"tf":1.4142135623730951},"129":{"tf":1.0},"130":{"tf":1.4142135623730951},"132":{"tf":2.23606797749979},"133":{"tf":1.0},"139":{"tf":1.0},"14":{"tf":1.0},"142":{"tf":2.449489742783178},"143":{"tf":1.7320508075688772},"148":{"tf":1.0},"149":{"tf":2.0},"156":{"tf":1.7320508075688772},"165":{"tf":1.0},"168":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"195":{"tf":1.0},"197":{"tf":1.0},"2":{"tf":1.4142135623730951},"205":{"tf":1.0},"212":{"tf":1.4142135623730951},"213":{"tf":1.0},"216":{"tf":1.0},"222":{"tf":2.0},"224":{"tf":1.0},"23":{"tf":3.1622776601683795},"247":{"tf":1.0},"248":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"255":{"tf":1.0},"256":{"tf":1.0},"259":{"tf":1.0},"26":{"tf":2.23606797749979},"276":{"tf":1.0},"278":{"tf":1.0},"285":{"tf":2.0},"286":{"tf":2.449489742783178},"289":{"tf":1.0},"3":{"tf":1.0},"301":{"tf":2.23606797749979},"32":{"tf":1.0},"324":{"tf":1.0},"337":{"tf":3.7416573867739413},"338":{"tf":1.0},"34":{"tf":2.0},"35":{"tf":1.4142135623730951},"38":{"tf":1.7320508075688772},"4":{"tf":1.4142135623730951},"46":{"tf":3.4641016151377544},"5":{"tf":1.0},"54":{"tf":2.6457513110645907},"56":{"tf":1.7320508075688772},"59":{"tf":1.7320508075688772},"64":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"8":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.7320508075688772},"89":{"tf":2.0},"90":{"tf":1.0},"92":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"132":{"tf":1.0}},"e":{"d":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"133":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"199":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"244":{"tf":1.0}}}}},"o":{"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":2,"docs":{"19":{"tf":1.0},"41":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"k":{"df":6,"docs":{"10":{"tf":2.0},"336":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.7320508075688772}}},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"h":{"df":9,"docs":{"10":{"tf":1.0},"109":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":1.0},"278":{"tf":1.0},"321":{"tf":1.0},"337":{"tf":1.0},"36":{"tf":1.0},"57":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"124":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"101":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"135":{"tf":1.0},"244":{"tf":1.0},"250":{"tf":2.0},"41":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":11,"docs":{"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},"137":{"tf":1.0},"198":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":10,"docs":{"113":{"tf":1.0},"23":{"tf":1.0},"290":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.4142135623730951},"48":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"82":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"178":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":2,"docs":{"32":{"tf":1.0},"43":{"tf":1.0}},"e":{"df":0,"docs":{},"—":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"244":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"25":{"tf":1.0}}}}}}},"u":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"132":{"tf":1.0},"203":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"246":{"tf":1.0}}}}}},"g":{"df":14,"docs":{"109":{"tf":1.0},"161":{"tf":1.0},"19":{"tf":1.0},"307":{"tf":1.0},"309":{"tf":1.0},"328":{"tf":1.0},"334":{"tf":1.0},"335":{"tf":1.0},"37":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"8":{"tf":1.0}}},"i":{"df":0,"docs":{},"l":{"d":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"189":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"331":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":71,"docs":{"100":{"tf":1.0},"101":{"tf":1.4142135623730951},"102":{"tf":1.0},"105":{"tf":1.0},"110":{"tf":1.4142135623730951},"111":{"tf":1.4142135623730951},"112":{"tf":1.0},"113":{"tf":1.7320508075688772},"119":{"tf":1.0},"12":{"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.4142135623730951},"128":{"tf":1.0},"134":{"tf":1.0},"137":{"tf":1.0},"139":{"tf":1.4142135623730951},"14":{"tf":1.0},"140":{"tf":1.0},"165":{"tf":1.0},"170":{"tf":1.0},"176":{"tf":1.0},"18":{"tf":1.0},"189":{"tf":1.0},"194":{"tf":1.0},"20":{"tf":1.4142135623730951},"208":{"tf":1.0},"209":{"tf":1.0},"218":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"230":{"tf":1.0},"24":{"tf":1.4142135623730951},"240":{"tf":1.4142135623730951},"246":{"tf":1.4142135623730951},"254":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"260":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"265":{"tf":1.0},"269":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"280":{"tf":1.0},"281":{"tf":1.4142135623730951},"30":{"tf":2.23606797749979},"302":{"tf":1.4142135623730951},"304":{"tf":1.4142135623730951},"312":{"tf":1.7320508075688772},"323":{"tf":1.0},"328":{"tf":1.0},"330":{"tf":1.0},"337":{"tf":1.0},"38":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":2.23606797749979},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.0},"68":{"tf":1.0},"81":{"tf":1.7320508075688772},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"2":{"df":1,"docs":{"111":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"df":17,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.4142135623730951},"103":{"tf":2.6457513110645907},"110":{"tf":1.0},"111":{"tf":2.0},"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"114":{"tf":1.4142135623730951},"193":{"tf":1.0},"198":{"tf":1.0},"250":{"tf":1.0},"258":{"tf":1.4142135623730951},"271":{"tf":1.0},"278":{"tf":1.0},"339":{"tf":1.7320508075688772},"44":{"tf":1.0},"55":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":15,"docs":{"1":{"tf":1.0},"14":{"tf":1.0},"140":{"tf":1.4142135623730951},"192":{"tf":1.0},"218":{"tf":1.0},"230":{"tf":1.0},"246":{"tf":1.0},"253":{"tf":1.0},"290":{"tf":1.0},"30":{"tf":1.0},"304":{"tf":1.0},"312":{"tf":1.0},"323":{"tf":1.0},"8":{"tf":1.0},"98":{"tf":1.0}}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":7,"docs":{"104":{"tf":1.4142135623730951},"247":{"tf":1.0},"259":{"tf":1.4142135623730951},"271":{"tf":1.0},"273":{"tf":1.7320508075688772},"275":{"tf":1.0},"339":{"tf":1.4142135623730951}},"e":{"d":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"255":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":1,"docs":{"255":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}},"i":{"df":1,"docs":{"130":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"250":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"73":{"tf":1.0}}}},"z":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"123":{"tf":1.0},"131":{"tf":1.0},"306":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"c":{"[":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"29":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"12":{"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":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"25":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"132":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"23":{"tf":1.4142135623730951},"337":{"tf":1.0},"86":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":16,"docs":{"103":{"tf":1.0},"112":{"tf":1.0},"197":{"tf":1.0},"213":{"tf":1.0},"247":{"tf":1.0},"249":{"tf":1.0},"259":{"tf":1.0},"275":{"tf":1.0},"30":{"tf":1.0},"38":{"tf":1.4142135623730951},"45":{"tf":1.0},"55":{"tf":1.0},"61":{"tf":1.0},"69":{"tf":1.0},"74":{"tf":1.0},"80":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"273":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"35":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"255":{"tf":1.0},"259":{"tf":1.7320508075688772},"33":{"tf":1.0},"64":{"tf":1.0}}}}},"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":16,"docs":{"10":{"tf":1.0},"102":{"tf":1.0},"174":{"tf":1.0},"230":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"248":{"tf":1.0},"281":{"tf":1.0},"30":{"tf":1.0},"303":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0},"42":{"tf":1.7320508075688772},"43":{"tf":1.0},"45":{"tf":1.4142135623730951},"5":{"tf":1.0}}}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":12,"docs":{"10":{"tf":1.0},"124":{"tf":1.0},"128":{"tf":1.0},"188":{"tf":1.0},"190":{"tf":1.0},"276":{"tf":1.0},"290":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"337":{"tf":1.0},"49":{"tf":1.0},"81":{"tf":1.0}}}},"c":{"df":1,"docs":{"76":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":11,"docs":{"142":{"tf":1.0},"205":{"tf":1.0},"238":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"261":{"tf":1.0},"264":{"tf":1.0},"337":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"88":{"tf":1.0}},"e":{"_":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"248":{"tf":1.0},"261":{"tf":1.0},"264":{"tf":1.0}},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"261":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"247":{"tf":1.0},"31":{"tf":1.0},"42":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"313":{"tf":1.0}}},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"328":{"tf":1.0}}}}}}},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":1,"docs":{"79":{"tf":1.0}}}}}}}}}},"g":{"df":0,"docs":{},"o":{"df":17,"docs":{"137":{"tf":1.0},"145":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"152":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"230":{"tf":1.0},"239":{"tf":1.0},"281":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"298":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.0},"323":{"tf":1.0},"332":{"tf":1.0},"54":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"331":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"331":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":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":{"249":{"tf":1.0},"54":{"tf":1.4142135623730951}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":7,"docs":{"204":{"tf":1.0},"303":{"tf":1.0},"307":{"tf":1.0},"324":{"tf":1.0},"328":{"tf":1.0},"61":{"tf":1.0},"8":{"tf":1.0}}}},"df":3,"docs":{"159":{"tf":1.0},"227":{"tf":1.0},"283":{"tf":1.0}}},"u":{"df":0,"docs":{},"s":{"df":7,"docs":{"146":{"tf":1.0},"157":{"tf":1.0},"160":{"tf":1.0},"228":{"tf":1.0},"313":{"tf":1.0},"314":{"tf":1.0},"323":{"tf":1.0}}}}},"d":{"df":3,"docs":{"210":{"tf":1.0},"230":{"tf":1.0},"281":{"tf":1.0}}},"df":1,"docs":{"12":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"250":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"10":{"tf":1.0}}}}},"df":0,"docs":{}}}},"f":{"df":0,"docs":{},"g":{"(":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"295":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"(":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"295":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"176":{"tf":1.0},"31":{"tf":1.0}}},"df":0,"docs":{}}}}}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"101":{"tf":1.0},"103":{"tf":1.0},"2":{"tf":1.4142135623730951},"339":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":22,"docs":{"119":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"130":{"tf":1.0},"134":{"tf":1.0},"167":{"tf":1.0},"203":{"tf":1.0},"210":{"tf":1.0},"231":{"tf":1.0},"245":{"tf":1.0},"264":{"tf":1.4142135623730951},"276":{"tf":1.0},"282":{"tf":1.0},"30":{"tf":1.0},"322":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"9":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":5,"docs":{"16":{"tf":1.0},"278":{"tf":1.0},"33":{"tf":1.0},"338":{"tf":1.0},"4":{"tf":1.0}}}}}},"o":{"df":41,"docs":{"106":{"tf":2.449489742783178},"107":{"tf":1.0},"109":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"123":{"tf":2.0},"168":{"tf":1.0},"192":{"tf":1.4142135623730951},"193":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.4142135623730951},"201":{"tf":1.4142135623730951},"203":{"tf":1.4142135623730951},"204":{"tf":1.0},"205":{"tf":1.7320508075688772},"24":{"tf":2.0},"266":{"tf":1.0},"278":{"tf":1.0},"289":{"tf":1.4142135623730951},"290":{"tf":1.4142135623730951},"296":{"tf":2.23606797749979},"306":{"tf":1.0},"307":{"tf":1.4142135623730951},"308":{"tf":1.7320508075688772},"33":{"tf":1.7320508075688772},"337":{"tf":1.4142135623730951},"38":{"tf":1.0},"43":{"tf":1.4142135623730951},"51":{"tf":1.0},"58":{"tf":1.7320508075688772},"59":{"tf":1.0},"61":{"tf":1.4142135623730951},"77":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":2.0},"80":{"tf":1.4142135623730951},"81":{"tf":1.0},"82":{"tf":1.0},"87":{"tf":1.0}},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":6,"docs":{"113":{"tf":1.0},"24":{"tf":1.0},"290":{"tf":1.0},"38":{"tf":1.0},"79":{"tf":1.0},"81":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"2":{"0":{")":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"106":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"0":{")":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"109":{"tf":1.0},"289":{"tf":1.0},"83":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"105":{"tf":1.0},"59":{"tf":1.0}}}}}}}}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"296":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"’":{"df":0,"docs":{},"r":{"df":1,"docs":{"63":{"tf":1.0}}}}}}}}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":33,"docs":{"10":{"tf":1.0},"100":{"tf":1.0},"11":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.0},"127":{"tf":1.4142135623730951},"136":{"tf":1.0},"167":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"20":{"tf":1.7320508075688772},"206":{"tf":1.0},"241":{"tf":1.0},"243":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":1.0},"271":{"tf":1.0},"279":{"tf":1.0},"314":{"tf":1.0},"317":{"tf":1.0},"318":{"tf":1.0},"33":{"tf":1.0},"334":{"tf":1.0},"39":{"tf":1.4142135623730951},"40":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0},"62":{"tf":1.7320508075688772},"63":{"tf":1.0},"7":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}}}}},"t":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"334":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"278":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":71,"docs":{"116":{"tf":1.0},"117":{"tf":1.0},"119":{"tf":1.0},"121":{"tf":1.0},"129":{"tf":1.0},"131":{"tf":1.0},"135":{"tf":1.4142135623730951},"14":{"tf":1.4142135623730951},"149":{"tf":1.0},"150":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.0},"17":{"tf":1.4142135623730951},"174":{"tf":1.0},"18":{"tf":1.0},"186":{"tf":1.0},"195":{"tf":1.4142135623730951},"198":{"tf":1.0},"204":{"tf":1.4142135623730951},"215":{"tf":1.4142135623730951},"216":{"tf":1.0},"218":{"tf":1.4142135623730951},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.0},"228":{"tf":2.0},"24":{"tf":1.0},"244":{"tf":1.0},"246":{"tf":1.0},"248":{"tf":1.0},"25":{"tf":1.4142135623730951},"256":{"tf":1.4142135623730951},"264":{"tf":1.0},"273":{"tf":1.0},"276":{"tf":1.0},"278":{"tf":1.0},"283":{"tf":1.0},"285":{"tf":1.7320508075688772},"286":{"tf":1.0},"287":{"tf":1.7320508075688772},"289":{"tf":1.0},"290":{"tf":1.0},"292":{"tf":1.4142135623730951},"293":{"tf":1.4142135623730951},"298":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"314":{"tf":1.0},"32":{"tf":1.7320508075688772},"321":{"tf":1.0},"323":{"tf":1.4142135623730951},"337":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"38":{"tf":1.0},"43":{"tf":1.4142135623730951},"46":{"tf":1.7320508075688772},"47":{"tf":2.0},"51":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.7320508075688772},"55":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"62":{"tf":1.4142135623730951},"84":{"tf":1.0},"87":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"223":{"tf":1.0},"297":{"tf":1.4142135623730951}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"208":{"tf":1.4142135623730951},"304":{"tf":1.0},"51":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"c":{"df":4,"docs":{"10":{"tf":1.0},"117":{"tf":1.0},"20":{"tf":1.0},"236":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":1,"docs":{"39":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":12,"docs":{"105":{"tf":1.0},"107":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"15":{"tf":1.0},"187":{"tf":1.0},"205":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"31":{"tf":1.0}},"n":{"df":3,"docs":{"136":{"tf":1.0},"18":{"tf":1.0},"48":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"123":{"tf":1.0},"203":{"tf":1.0},"58":{"tf":1.0},"82":{"tf":1.0}}}}}},"i":{"/":{"c":{"d":{"df":1,"docs":{"332":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":29,"docs":{"111":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"133":{"tf":1.0},"161":{"tf":1.7320508075688772},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"179":{"tf":1.4142135623730951},"180":{"tf":1.4142135623730951},"187":{"tf":1.0},"212":{"tf":1.0},"23":{"tf":1.4142135623730951},"235":{"tf":1.4142135623730951},"236":{"tf":1.0},"237":{"tf":1.0},"245":{"tf":1.0},"295":{"tf":1.7320508075688772},"301":{"tf":1.0},"302":{"tf":1.0},"321":{"tf":1.7320508075688772},"332":{"tf":1.7320508075688772},"340":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"210":{"tf":1.7320508075688772}},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"210":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"43":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"184":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":11,"docs":{"144":{"tf":1.0},"15":{"tf":1.0},"168":{"tf":1.0},"18":{"tf":1.0},"249":{"tf":1.0},"253":{"tf":1.0},"266":{"tf":1.0},"268":{"tf":1.0},"337":{"tf":1.0},"339":{"tf":1.0},"54":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":19,"docs":{"144":{"tf":1.4142135623730951},"170":{"tf":1.0},"176":{"tf":1.0},"182":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"249":{"tf":1.0},"251":{"tf":1.0},"268":{"tf":1.0},"28":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"339":{"tf":1.0},"36":{"tf":2.0},"37":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.0},"54":{"tf":1.0},"8":{"tf":1.0}},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"64":{"tf":1.0}}}}}}}},"r":{"df":14,"docs":{"100":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.0},"131":{"tf":1.0},"135":{"tf":1.0},"19":{"tf":1.0},"251":{"tf":1.0},"259":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"81":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"278":{"tf":1.0},"47":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"256":{"tf":1.0},"262":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"|":{"df":2,"docs":{"273":{"tf":1.0},"274":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":2,"docs":{"256":{"tf":1.0},"262":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":11,"docs":{"15":{"tf":1.0},"197":{"tf":1.0},"247":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"262":{"tf":1.0},"273":{"tf":1.4142135623730951},"274":{"tf":1.4142135623730951},"276":{"tf":1.0},"337":{"tf":1.0},"64":{"tf":1.0}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"23":{"tf":1.7320508075688772},"301":{"tf":1.4142135623730951},"337":{"tf":1.0},"34":{"tf":1.0},"46":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"113":{"tf":1.0},"240":{"tf":1.0}}}},"u":{"d":{"df":1,"docs":{"318":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"197":{"tf":1.0}}}}},"df":27,"docs":{"116":{"tf":1.4142135623730951},"117":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"181":{"tf":1.0},"185":{"tf":1.4142135623730951},"186":{"tf":1.4142135623730951},"187":{"tf":1.0},"201":{"tf":1.0},"204":{"tf":1.0},"209":{"tf":1.4142135623730951},"234":{"tf":1.4142135623730951},"240":{"tf":1.0},"244":{"tf":1.4142135623730951},"293":{"tf":2.23606797749979},"33":{"tf":1.0},"337":{"tf":1.0},"339":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"54":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0}}}}}}}},"o":{"d":{"df":0,"docs":{},"e":{"b":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{}},"df":17,"docs":{"112":{"tf":1.0},"167":{"tf":1.0},"20":{"tf":1.0},"245":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":1.0},"259":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"335":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.7320508075688772},"44":{"tf":1.7320508075688772},"45":{"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":16,"docs":{"10":{"tf":1.0},"100":{"tf":1.0},"118":{"tf":1.0},"132":{"tf":1.0},"136":{"tf":1.0},"151":{"tf":1.0},"163":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"238":{"tf":1.0},"256":{"tf":1.0},"264":{"tf":1.0},"298":{"tf":1.0},"332":{"tf":1.0},"34":{"tf":1.0},"62":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":14,"docs":{"10":{"tf":1.0},"109":{"tf":1.0},"122":{"tf":1.0},"125":{"tf":1.0},"14":{"tf":1.0},"196":{"tf":1.0},"200":{"tf":1.0},"205":{"tf":1.0},"246":{"tf":1.0},"309":{"tf":1.4142135623730951},"337":{"tf":1.0},"50":{"tf":1.0},"57":{"tf":1.0},"83":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":4,"docs":{"120":{"tf":1.0},"14":{"tf":1.0},"140":{"tf":1.0},"15":{"tf":1.0}}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"112":{"tf":1.0},"61":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":11,"docs":{"10":{"tf":1.0},"110":{"tf":1.0},"118":{"tf":1.0},"127":{"tf":1.0},"229":{"tf":1.0},"253":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0},"323":{"tf":1.0},"340":{"tf":1.0},"52":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"65":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"209":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":7,"docs":{"116":{"tf":1.0},"117":{"tf":1.0},"132":{"tf":1.0},"14":{"tf":1.0},"261":{"tf":1.0},"264":{"tf":1.0},"44":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"264":{"tf":1.0}}}}}}},"t":{"df":2,"docs":{"246":{"tf":1.0},"30":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":27,"docs":{"118":{"tf":1.0},"127":{"tf":1.0},"14":{"tf":1.4142135623730951},"142":{"tf":1.0},"158":{"tf":1.0},"165":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"248":{"tf":1.0},"252":{"tf":1.0},"255":{"tf":1.0},"271":{"tf":1.0},"30":{"tf":1.0},"317":{"tf":1.0},"324":{"tf":1.0},"335":{"tf":1.0},"337":{"tf":1.0},"37":{"tf":1.0},"45":{"tf":1.0},"54":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"84":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}}},"x":{"df":9,"docs":{"119":{"tf":1.0},"180":{"tf":1.0},"186":{"tf":1.0},"243":{"tf":1.0},"42":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"61":{"tf":1.0},"62":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"1":{"tf":1.0},"271":{"tf":1.0},"303":{"tf":1.4142135623730951},"5":{"tf":1.0}}},"s":{"df":30,"docs":{"116":{"tf":1.4142135623730951},"117":{"tf":1.0},"126":{"tf":1.0},"152":{"tf":2.0},"153":{"tf":1.4142135623730951},"159":{"tf":1.4142135623730951},"161":{"tf":1.0},"175":{"tf":1.4142135623730951},"178":{"tf":1.7320508075688772},"179":{"tf":1.0},"18":{"tf":1.0},"180":{"tf":1.0},"188":{"tf":1.0},"19":{"tf":1.0},"193":{"tf":1.0},"202":{"tf":1.0},"209":{"tf":1.0},"220":{"tf":1.0},"227":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.0},"276":{"tf":1.0},"283":{"tf":1.0},"287":{"tf":1.4142135623730951},"292":{"tf":1.4142135623730951},"32":{"tf":1.0},"339":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":3,"docs":{"152":{"tf":1.4142135623730951},"176":{"tf":1.0},"31":{"tf":1.0}}}}}},"[":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"187":{"tf":1.0}}}}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"=":{"/":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"/":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"178":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":20,"docs":{"119":{"tf":1.0},"124":{"tf":1.0},"140":{"tf":1.0},"15":{"tf":1.0},"152":{"tf":1.0},"175":{"tf":1.0},"179":{"tf":1.4142135623730951},"187":{"tf":1.0},"209":{"tf":1.0},"220":{"tf":1.0},"233":{"tf":1.0},"236":{"tf":1.4142135623730951},"282":{"tf":1.0},"295":{"tf":1.4142135623730951},"31":{"tf":1.0},"321":{"tf":1.0},"332":{"tf":1.0},"339":{"tf":1.0},"36":{"tf":1.0},"60":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"8":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"283":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{")":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"(":{"&":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":10,"docs":{"126":{"tf":1.0},"15":{"tf":1.0},"161":{"tf":1.0},"165":{"tf":1.0},"177":{"tf":1.0},"189":{"tf":1.0},"236":{"tf":1.0},"295":{"tf":1.0},"302":{"tf":1.0},"42":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"124":{"tf":1.0},"178":{"tf":1.4142135623730951},"38":{"tf":1.0}}}}}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"187":{"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":{},"t":{"df":1,"docs":{"3":{"tf":1.4142135623730951}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":9,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"244":{"tf":1.7320508075688772},"32":{"tf":1.0},"337":{"tf":1.0},"53":{"tf":1.0},"61":{"tf":1.0}},"u":{"df":2,"docs":{"243":{"tf":1.0},"7":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"n":{"df":9,"docs":{"113":{"tf":1.0},"117":{"tf":1.0},"146":{"tf":1.0},"185":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"43":{"tf":1.0},"51":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"309":{"tf":1.0}}}}}}}}}}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"278":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"279":{"tf":1.0},"337":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":8,"docs":{"109":{"tf":1.0},"122":{"tf":1.0},"247":{"tf":1.0},"249":{"tf":1.0},"295":{"tf":1.0},"33":{"tf":1.0},"57":{"tf":1.4142135623730951},"83":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":10,"docs":{"17":{"tf":1.0},"244":{"tf":1.0},"248":{"tf":1.0},"254":{"tf":1.0},"268":{"tf":1.0},"274":{"tf":1.0},"337":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"84":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"198":{"tf":1.0}}}}}}}},"df":3,"docs":{"174":{"tf":1.4142135623730951},"180":{"tf":1.4142135623730951},"186":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"243":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"307":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"26":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":15,"docs":{"13":{"tf":1.0},"133":{"tf":1.4142135623730951},"170":{"tf":1.0},"176":{"tf":1.0},"218":{"tf":1.0},"245":{"tf":1.0},"268":{"tf":1.0},"276":{"tf":1.4142135623730951},"298":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.7320508075688772},"332":{"tf":1.0},"339":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.4142135623730951}},"m":{"a":{"df":0,"docs":{},"p":{"df":5,"docs":{"182":{"tf":1.0},"209":{"tf":1.0},"293":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"r":{"df":49,"docs":{"103":{"tf":1.0},"111":{"tf":1.0},"117":{"tf":1.0},"121":{"tf":1.0},"125":{"tf":1.7320508075688772},"127":{"tf":1.4142135623730951},"16":{"tf":1.4142135623730951},"172":{"tf":1.0},"176":{"tf":1.0},"178":{"tf":1.0},"18":{"tf":1.0},"182":{"tf":1.4142135623730951},"184":{"tf":1.0},"209":{"tf":1.0},"211":{"tf":1.0},"214":{"tf":1.0},"23":{"tf":1.0},"234":{"tf":1.0},"238":{"tf":1.0},"241":{"tf":1.4142135623730951},"247":{"tf":1.0},"249":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"269":{"tf":1.0},"276":{"tf":1.4142135623730951},"278":{"tf":1.0},"285":{"tf":1.0},"33":{"tf":1.4142135623730951},"337":{"tf":1.4142135623730951},"338":{"tf":1.0},"339":{"tf":1.0},"41":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.4142135623730951},"79":{"tf":1.0},"80":{"tf":1.0},"86":{"tf":1.0},"9":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"df":5,"docs":{"116":{"tf":1.0},"130":{"tf":1.0},"132":{"tf":1.0},"274":{"tf":1.0},"337":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":8,"docs":{"146":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"214":{"tf":1.0},"231":{"tf":1.0},"251":{"tf":1.0},"282":{"tf":1.4142135623730951},"313":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"249":{"tf":1.0},"47":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"108":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":28,"docs":{"11":{"tf":1.0},"125":{"tf":1.4142135623730951},"141":{"tf":1.0},"142":{"tf":1.0},"157":{"tf":1.0},"18":{"tf":1.0},"209":{"tf":1.0},"216":{"tf":1.0},"218":{"tf":1.4142135623730951},"225":{"tf":1.0},"226":{"tf":1.0},"233":{"tf":1.0},"245":{"tf":1.0},"249":{"tf":1.0},"262":{"tf":1.0},"283":{"tf":1.4142135623730951},"285":{"tf":1.7320508075688772},"287":{"tf":1.4142135623730951},"292":{"tf":1.0},"32":{"tf":1.4142135623730951},"337":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.4142135623730951},"5":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.7320508075688772},"68":{"tf":1.0},"74":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":45,"docs":{"107":{"tf":1.0},"113":{"tf":1.0},"119":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"142":{"tf":1.0},"143":{"tf":1.4142135623730951},"149":{"tf":1.0},"156":{"tf":1.0},"195":{"tf":1.0},"2":{"tf":1.7320508075688772},"216":{"tf":1.0},"218":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.0},"23":{"tf":1.0},"256":{"tf":1.0},"285":{"tf":2.23606797749979},"286":{"tf":1.0},"290":{"tf":1.0},"301":{"tf":1.4142135623730951},"303":{"tf":1.0},"306":{"tf":1.0},"308":{"tf":1.0},"310":{"tf":1.0},"32":{"tf":1.0},"337":{"tf":2.449489742783178},"338":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.4142135623730951},"53":{"tf":1.0},"54":{"tf":2.23606797749979},"55":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.0},"62":{"tf":1.0},"76":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.7320508075688772},"85":{"tf":1.4142135623730951},"87":{"tf":1.0},"9":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"123":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"145":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"i":{"d":{"df":3,"docs":{"203":{"tf":1.0},"270":{"tf":1.4142135623730951},"289":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"200":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":10,"docs":{"110":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"189":{"tf":1.0},"268":{"tf":1.0},"277":{"tf":1.0},"278":{"tf":1.0},"295":{"tf":1.0},"321":{"tf":1.0},"97":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"116":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"212":{"tf":1.0},"237":{"tf":1.0}},"t":{"df":8,"docs":{"160":{"tf":1.0},"228":{"tf":1.0},"303":{"tf":1.0},"337":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"30":{"tf":1.0},"339":{"tf":1.7320508075688772},"54":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"df":3,"docs":{"132":{"tf":1.0},"276":{"tf":1.0},"51":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":21,"docs":{"148":{"tf":1.0},"15":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.4142135623730951},"179":{"tf":1.7320508075688772},"18":{"tf":1.0},"180":{"tf":1.7320508075688772},"184":{"tf":1.0},"209":{"tf":1.0},"283":{"tf":1.0},"31":{"tf":1.7320508075688772},"315":{"tf":1.0},"32":{"tf":1.0},"327":{"tf":1.0},"337":{"tf":1.4142135623730951},"339":{"tf":1.7320508075688772},"36":{"tf":1.0},"38":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"60":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"140":{"tf":1.0}}},"df":0,"docs":{}}}},"df":1,"docs":{"6":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"146":{"tf":1.0},"173":{"tf":1.0},"278":{"tf":1.0},"296":{"tf":1.0},"313":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"0":{"tf":1.0},"337":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":6,"docs":{"20":{"tf":1.0},"337":{"tf":1.0},"340":{"tf":1.0},"45":{"tf":1.0},"49":{"tf":1.0},"82":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"203":{"tf":1.0},"42":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"270":{"tf":1.4142135623730951},"319":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"242":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"0":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"198":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":28,"docs":{"129":{"tf":1.0},"135":{"tf":1.0},"168":{"tf":1.0},"188":{"tf":1.0},"190":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.7320508075688772},"199":{"tf":1.0},"200":{"tf":2.0},"201":{"tf":1.0},"202":{"tf":1.7320508075688772},"246":{"tf":1.4142135623730951},"247":{"tf":1.0},"249":{"tf":1.0},"266":{"tf":1.0},"290":{"tf":2.23606797749979},"30":{"tf":1.4142135623730951},"33":{"tf":1.0},"337":{"tf":2.0},"338":{"tf":1.0},"339":{"tf":1.7320508075688772},"58":{"tf":1.0},"77":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.7320508075688772}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":2,"docs":{"43":{"tf":1.4142135623730951},"48":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":4,"docs":{"195":{"tf":1.4142135623730951},"200":{"tf":1.0},"203":{"tf":1.4142135623730951},"204":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":5,"docs":{"193":{"tf":1.0},"194":{"tf":1.0},"246":{"tf":1.0},"249":{"tf":1.0},"87":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":8,"docs":{"107":{"tf":1.0},"122":{"tf":1.0},"249":{"tf":1.0},"276":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.0},"64":{"tf":1.0},"8":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"118":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":18,"docs":{"12":{"tf":1.0},"134":{"tf":1.0},"154":{"tf":1.7320508075688772},"168":{"tf":1.0},"2":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":1.0},"270":{"tf":1.0},"276":{"tf":1.4142135623730951},"278":{"tf":1.0},"302":{"tf":1.0},"326":{"tf":1.7320508075688772},"337":{"tf":1.4142135623730951},"41":{"tf":2.23606797749979},"42":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"218":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"17":{"tf":1.0},"21":{"tf":1.0},"5":{"tf":1.0},"65":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"248":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"185":{"tf":1.0},"186":{"tf":1.0},"338":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"287":{"tf":1.0}}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"t":{"df":21,"docs":{"107":{"tf":1.4142135623730951},"108":{"tf":1.0},"119":{"tf":1.0},"123":{"tf":1.0},"245":{"tf":1.0},"259":{"tf":1.0},"262":{"tf":1.0},"278":{"tf":1.0},"283":{"tf":1.0},"290":{"tf":1.0},"298":{"tf":1.0},"312":{"tf":1.0},"323":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"328":{"tf":1.0},"337":{"tf":1.0},"34":{"tf":1.0},"46":{"tf":1.0},"56":{"tf":1.0},"67":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"41":{"tf":1.4142135623730951},"5":{"tf":1.0},"51":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"116":{"tf":1.0}}}},"df":11,"docs":{"115":{"tf":1.0},"127":{"tf":1.0},"136":{"tf":1.0},"166":{"tf":1.0},"191":{"tf":1.0},"206":{"tf":1.0},"253":{"tf":1.0},"33":{"tf":1.0},"6":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"326":{"tf":1.0}}}}}}}}},"df":7,"docs":{"184":{"tf":1.4142135623730951},"209":{"tf":1.0},"228":{"tf":1.0},"286":{"tf":1.0},"292":{"tf":1.0},"321":{"tf":1.0},"326":{"tf":1.7320508075688772}}}},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"132":{"tf":1.0}}}},"s":{"df":0,"docs":{},"h":{"df":9,"docs":{"142":{"tf":1.0},"154":{"tf":1.0},"160":{"tf":1.0},"226":{"tf":1.0},"228":{"tf":1.0},"259":{"tf":1.0},"287":{"tf":1.0},"297":{"tf":1.0},"303":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":5,"docs":{"242":{"tf":1.0},"270":{"tf":1.0},"276":{"tf":1.4142135623730951},"41":{"tf":2.0},"51":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":12,"docs":{"114":{"tf":1.0},"170":{"tf":1.0},"182":{"tf":1.4142135623730951},"209":{"tf":1.0},"234":{"tf":1.0},"24":{"tf":1.0},"270":{"tf":1.0},"293":{"tf":2.0},"31":{"tf":1.4142135623730951},"48":{"tf":1.0},"54":{"tf":1.0},"63":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"140":{"tf":1.0}}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":7,"docs":{"104":{"tf":1.0},"18":{"tf":1.0},"250":{"tf":1.0},"324":{"tf":1.0},"337":{"tf":1.0},"339":{"tf":1.0},"43":{"tf":1.0}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"259":{"tf":1.0}}}}}}},"i":{"c":{"df":1,"docs":{"173":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"244":{"tf":1.0}}}}},"u":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"245":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0}},"—":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"103":{"tf":1.0},"30":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"a":{"df":3,"docs":{"2":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"256":{"tf":1.0},"262":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"259":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"198":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":9,"docs":{"198":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"261":{"tf":1.4142135623730951},"262":{"tf":1.0},"273":{"tf":1.4142135623730951},"274":{"tf":1.4142135623730951},"317":{"tf":1.0},"64":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":2,"docs":{"153":{"tf":1.0},"287":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"199":{"tf":1.4142135623730951},"77":{"tf":1.0},"79":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"(":{"4":{"2":{"df":1,"docs":{"114":{"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":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"125":{"tf":1.0}}}}}}}}}},"df":30,"docs":{"10":{"tf":1.0},"102":{"tf":1.0},"104":{"tf":1.0},"114":{"tf":1.4142135623730951},"125":{"tf":1.0},"13":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"165":{"tf":1.4142135623730951},"166":{"tf":1.0},"178":{"tf":1.4142135623730951},"190":{"tf":1.0},"245":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.4142135623730951},"254":{"tf":1.4142135623730951},"257":{"tf":1.4142135623730951},"260":{"tf":1.0},"263":{"tf":1.0},"265":{"tf":1.4142135623730951},"271":{"tf":1.4142135623730951},"272":{"tf":1.0},"290":{"tf":1.0},"317":{"tf":1.0},"318":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"44":{"tf":1.0},"56":{"tf":1.0},"98":{"tf":1.4142135623730951},"99":{"tf":1.0}}}}}}},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"179":{"tf":1.0}}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"f":{"df":1,"docs":{"298":{"tf":1.0}}}}},"d":{"[":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"29":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"12":{"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":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"121":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":7,"docs":{"103":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"124":{"tf":1.0},"57":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0}},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"2":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"309":{"tf":1.0},"95":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"(":{"5":{"1":{"2":{"_":{"0":{"0":{"0":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"83":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{")":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"(":{"2":{"5":{"6":{"_":{"0":{"0":{"0":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"109":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"73":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"113":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"(":{"1":{"_":{"0":{"0":{"0":{"_":{"0":{"0":{"0":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"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":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"4":{"_":{"0":{"0":{"0":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"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":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":44,"docs":{"103":{"tf":1.0},"117":{"tf":1.0},"121":{"tf":2.23606797749979},"122":{"tf":1.7320508075688772},"123":{"tf":1.0},"125":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"134":{"tf":1.0},"135":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"2":{"tf":1.0},"204":{"tf":1.0},"210":{"tf":1.0},"245":{"tf":1.4142135623730951},"247":{"tf":1.0},"248":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":1.0},"303":{"tf":1.0},"310":{"tf":1.0},"33":{"tf":1.0},"337":{"tf":2.449489742783178},"338":{"tf":3.0},"34":{"tf":1.0},"340":{"tf":1.0},"4":{"tf":2.0},"43":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.7320508075688772},"57":{"tf":1.7320508075688772},"61":{"tf":1.0},"64":{"tf":1.0},"71":{"tf":2.0},"73":{"tf":1.7320508075688772},"74":{"tf":1.7320508075688772},"75":{"tf":1.4142135623730951},"76":{"tf":2.23606797749979},"94":{"tf":1.7320508075688772},"95":{"tf":1.4142135623730951},"96":{"tf":1.0},"97":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"180":{"tf":1.0},"209":{"tf":1.0},"233":{"tf":1.4142135623730951},"292":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"75":{"tf":1.0}}}}},"t":{"a":{"df":26,"docs":{"1":{"tf":1.0},"116":{"tf":1.0},"152":{"tf":1.0},"170":{"tf":1.0},"2":{"tf":1.4142135623730951},"209":{"tf":1.0},"220":{"tf":1.4142135623730951},"276":{"tf":1.0},"278":{"tf":1.4142135623730951},"3":{"tf":1.0},"31":{"tf":1.0},"337":{"tf":1.4142135623730951},"338":{"tf":2.8284271247461903},"339":{"tf":1.0},"34":{"tf":1.0},"340":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":2.23606797749979},"51":{"tf":1.0},"59":{"tf":1.0},"71":{"tf":1.0},"74":{"tf":1.0},"8":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"12":{"tf":1.0},"29":{"tf":1.0}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":27,"docs":{"10":{"tf":1.0},"106":{"tf":1.0},"113":{"tf":1.0},"136":{"tf":1.0},"155":{"tf":1.0},"166":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"186":{"tf":1.0},"19":{"tf":1.0},"206":{"tf":1.0},"213":{"tf":1.0},"218":{"tf":1.0},"238":{"tf":1.0},"24":{"tf":1.0},"243":{"tf":1.0},"259":{"tf":1.0},"28":{"tf":1.0},"297":{"tf":1.0},"309":{"tf":1.0},"314":{"tf":1.0},"38":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}},"g":{"df":3,"docs":{"27":{"tf":1.0},"277":{"tf":1.0},"48":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"259":{"tf":1.0},"260":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":7,"docs":{"187":{"tf":1.0},"20":{"tf":1.0},"40":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"r":{"df":11,"docs":{"102":{"tf":1.0},"13":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.4142135623730951},"245":{"tf":1.4142135623730951},"247":{"tf":1.0},"27":{"tf":1.0},"337":{"tf":1.0},"339":{"tf":1.0},"44":{"tf":2.449489742783178}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"121":{"tf":1.0},"123":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"117":{"tf":1.0},"184":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"67":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":4,"docs":{"10":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"62":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"20":{"tf":1.0}}},"r":{"df":2,"docs":{"243":{"tf":1.0},"275":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":22,"docs":{"104":{"tf":1.0},"105":{"tf":1.0},"126":{"tf":1.0},"13":{"tf":1.4142135623730951},"146":{"tf":1.0},"172":{"tf":1.7320508075688772},"178":{"tf":1.4142135623730951},"214":{"tf":1.0},"217":{"tf":1.0},"221":{"tf":1.0},"24":{"tf":1.0},"247":{"tf":1.0},"273":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":2.0},"67":{"tf":1.7320508075688772},"69":{"tf":1.0},"73":{"tf":1.4142135623730951},"75":{"tf":1.0},"79":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":8,"docs":{"102":{"tf":1.0},"113":{"tf":1.0},"248":{"tf":1.0},"253":{"tf":1.0},"278":{"tf":1.0},"324":{"tf":1.0},"336":{"tf":1.0},"41":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"278":{"tf":1.0},"339":{"tf":1.0}}}}}}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"200":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"y":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"203":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":3,"docs":{"129":{"tf":1.4142135623730951},"193":{"tf":1.0},"194":{"tf":1.4142135623730951}},"s":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"196":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"170":{"tf":1.0},"172":{"tf":1.0},"182":{"tf":1.0},"36":{"tf":1.4142135623730951}}}},"i":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"107":{"tf":1.0},"116":{"tf":1.0},"135":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"a":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":10,"docs":{"118":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"276":{"tf":1.0},"52":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":7,"docs":{"174":{"tf":1.4142135623730951},"270":{"tf":1.0},"306":{"tf":1.0},"31":{"tf":1.0},"326":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"(":{"&":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"124":{"tf":1.0},"178":{"tf":1.4142135623730951},"183":{"tf":1.0},"184":{"tf":2.0},"240":{"tf":1.0},"38":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":5,"docs":{"168":{"tf":1.0},"190":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"42":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":62,"docs":{"10":{"tf":1.0},"126":{"tf":1.0},"128":{"tf":1.0},"133":{"tf":2.0},"140":{"tf":1.4142135623730951},"15":{"tf":1.7320508075688772},"150":{"tf":1.0},"167":{"tf":1.4142135623730951},"168":{"tf":1.4142135623730951},"175":{"tf":1.0},"179":{"tf":1.0},"18":{"tf":1.4142135623730951},"180":{"tf":1.0},"181":{"tf":1.4142135623730951},"182":{"tf":1.0},"185":{"tf":1.0},"189":{"tf":1.0},"19":{"tf":1.0},"190":{"tf":1.7320508075688772},"194":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"22":{"tf":1.0},"225":{"tf":1.0},"244":{"tf":1.4142135623730951},"245":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.4142135623730951},"251":{"tf":1.0},"253":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.4142135623730951},"267":{"tf":2.0},"268":{"tf":1.4142135623730951},"276":{"tf":1.0},"28":{"tf":1.0},"280":{"tf":1.0},"297":{"tf":1.0},"30":{"tf":1.0},"302":{"tf":1.0},"31":{"tf":1.7320508075688772},"318":{"tf":1.4142135623730951},"32":{"tf":1.0},"331":{"tf":1.4142135623730951},"337":{"tf":2.0},"339":{"tf":1.7320508075688772},"38":{"tf":1.7320508075688772},"41":{"tf":1.7320508075688772},"42":{"tf":2.0},"44":{"tf":1.4142135623730951},"45":{"tf":1.0},"47":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"54":{"tf":1.4142135623730951},"60":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"(":{"&":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"331":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"266":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"150":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"42":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"244":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"273":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":9,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"244":{"tf":1.0},"261":{"tf":1.0},"283":{"tf":1.0},"293":{"tf":1.0},"298":{"tf":1.0},"52":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"245":{"tf":1.4142135623730951},"337":{"tf":1.0},"44":{"tf":1.0},"51":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"197":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":16,"docs":{"10":{"tf":1.4142135623730951},"100":{"tf":1.0},"131":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"243":{"tf":1.0},"248":{"tf":1.0},"252":{"tf":1.4142135623730951},"302":{"tf":1.0},"305":{"tf":1.0},"332":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.4142135623730951},"48":{"tf":1.0},"49":{"tf":1.0},"84":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"292":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"195":{"tf":1.0},"31":{"tf":1.0},"93":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":27,"docs":{"114":{"tf":1.0},"127":{"tf":1.0},"149":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"17":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"213":{"tf":1.0},"241":{"tf":1.0},"244":{"tf":1.0},"248":{"tf":1.0},"251":{"tf":1.0},"264":{"tf":1.0},"29":{"tf":1.0},"314":{"tf":1.0},"318":{"tf":1.0},"323":{"tf":1.0},"324":{"tf":1.0},"33":{"tf":1.0},"334":{"tf":1.0},"335":{"tf":1.4142135623730951},"35":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"54":{"tf":1.0},"98":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"143":{"tf":1.0},"156":{"tf":1.0},"256":{"tf":1.0},"337":{"tf":1.0},"34":{"tf":1.0},"59":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"102":{"tf":1.0},"112":{"tf":1.0},"24":{"tf":1.4142135623730951},"27":{"tf":1.0},"296":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"106":{"tf":1.4142135623730951},"117":{"tf":1.0},"24":{"tf":1.4142135623730951},"296":{"tf":1.0}},"i":{"c":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"296":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":17,"docs":{"10":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"119":{"tf":1.0},"166":{"tf":1.0},"173":{"tf":1.0},"179":{"tf":1.0},"187":{"tf":1.0},"242":{"tf":1.0},"251":{"tf":1.0},"302":{"tf":1.0},"304":{"tf":1.0},"312":{"tf":1.0},"328":{"tf":1.0},"42":{"tf":1.0},"60":{"tf":1.0},"99":{"tf":1.0}}}}}},"i":{"c":{"df":1,"docs":{"318":{"tf":1.0}}},"df":0,"docs":{}}}},"f":{"df":2,"docs":{"160":{"tf":1.0},"228":{"tf":1.0}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"149":{"tf":1.0},"205":{"tf":1.0},"222":{"tf":1.0},"279":{"tf":1.0}},"i":{"df":10,"docs":{"281":{"tf":1.0},"282":{"tf":1.0},"283":{"tf":1.0},"285":{"tf":1.0},"286":{"tf":1.0},"287":{"tf":1.0},"289":{"tf":1.0},"290":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0}}},"t":{"df":2,"docs":{"279":{"tf":1.0},"323":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":2,"docs":{"264":{"tf":1.0},"55":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"36":{"tf":1.0}}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":31,"docs":{"10":{"tf":1.0},"118":{"tf":1.0},"126":{"tf":1.0},"132":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"189":{"tf":1.0},"19":{"tf":1.0},"209":{"tf":1.0},"246":{"tf":1.0},"247":{"tf":1.0},"265":{"tf":1.0},"282":{"tf":1.0},"295":{"tf":1.4142135623730951},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"309":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"321":{"tf":1.0},"337":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"43":{"tf":1.7320508075688772},"44":{"tf":1.4142135623730951},"45":{"tf":1.7320508075688772},"50":{"tf":1.0},"62":{"tf":1.0},"84":{"tf":1.0},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}}}}},"g":{"df":2,"docs":{"243":{"tf":1.0},"43":{"tf":1.0}}},"r":{"df":1,"docs":{"208":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"169":{"tf":1.0},"174":{"tf":1.0},"257":{"tf":1.0},"315":{"tf":1.0},"339":{"tf":1.0}}},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"249":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":10,"docs":{"144":{"tf":1.0},"152":{"tf":1.0},"170":{"tf":1.4142135623730951},"172":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"220":{"tf":1.4142135623730951},"281":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"104":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"277":{"tf":1.0}},"i":{"df":2,"docs":{"182":{"tf":1.0},"31":{"tf":1.0}}}}}}}},"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"/":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":1,"docs":{"297":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":5,"docs":{"160":{"tf":1.0},"209":{"tf":1.0},"228":{"tf":1.4142135623730951},"286":{"tf":1.0},"321":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":21,"docs":{"121":{"tf":2.23606797749979},"13":{"tf":1.0},"16":{"tf":1.0},"245":{"tf":1.0},"247":{"tf":1.0},"3":{"tf":1.7320508075688772},"33":{"tf":1.0},"337":{"tf":1.7320508075688772},"338":{"tf":2.23606797749979},"34":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.4142135623730951},"54":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":1.0},"71":{"tf":1.4142135623730951},"73":{"tf":2.0},"74":{"tf":2.0},"76":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":7,"docs":{"193":{"tf":1.0},"289":{"tf":1.0},"308":{"tf":1.0},"337":{"tf":1.0},"77":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"67":{"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":{"161":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"176":{"tf":1.0},"31":{"tf":1.0},"46":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":4,"docs":{"0":{"tf":1.0},"227":{"tf":1.0},"242":{"tf":1.0},"62":{"tf":1.0}},"r":{"df":0,"docs":{},"s":{"df":2,"docs":{"132":{"tf":1.0},"67":{"tf":1.0}}}}}}},"o":{"c":{"df":1,"docs":{"270":{"tf":1.0}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"218":{"tf":1.0},"221":{"tf":1.0},"304":{"tf":1.0},"315":{"tf":1.0},"326":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":34,"docs":{"119":{"tf":1.0},"124":{"tf":1.0},"126":{"tf":1.0},"15":{"tf":1.0},"152":{"tf":1.7320508075688772},"153":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.4142135623730951},"175":{"tf":1.0},"176":{"tf":1.4142135623730951},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.7320508075688772},"187":{"tf":1.7320508075688772},"188":{"tf":1.4142135623730951},"209":{"tf":1.7320508075688772},"220":{"tf":1.4142135623730951},"227":{"tf":1.4142135623730951},"228":{"tf":1.4142135623730951},"233":{"tf":2.23606797749979},"245":{"tf":1.0},"276":{"tf":1.0},"283":{"tf":1.7320508075688772},"287":{"tf":1.0},"292":{"tf":3.7416573867739413},"31":{"tf":1.0},"312":{"tf":1.0},"323":{"tf":1.0},"337":{"tf":1.0},"339":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"48":{"tf":1.0},"51":{"tf":1.0},"8":{"tf":1.0}},"{":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"187":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"112":{"tf":1.0}}}}}}}}}},"df":6,"docs":{"112":{"tf":1.4142135623730951},"117":{"tf":1.0},"131":{"tf":1.0},"270":{"tf":1.0},"276":{"tf":1.0},"61":{"tf":1.0}}}}}}}},"df":3,"docs":{"10":{"tf":1.0},"259":{"tf":1.0},"30":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"\'":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":13,"docs":{"10":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"245":{"tf":1.0},"249":{"tf":1.0},"26":{"tf":1.0},"267":{"tf":1.0},"290":{"tf":1.0},"308":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.0}}}}},"—":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"n":{"\'":{"df":0,"docs":{},"t":{"df":1,"docs":{"104":{"tf":1.0}}}},"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":36,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"106":{"tf":1.0},"11":{"tf":1.0},"16":{"tf":1.0},"173":{"tf":1.0},"179":{"tf":1.0},"18":{"tf":1.4142135623730951},"185":{"tf":1.4142135623730951},"190":{"tf":1.0},"205":{"tf":1.0},"239":{"tf":1.0},"247":{"tf":1.0},"250":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951},"264":{"tf":1.4142135623730951},"268":{"tf":1.0},"273":{"tf":1.0},"282":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"32":{"tf":1.4142135623730951},"328":{"tf":1.0},"33":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":1.0},"69":{"tf":1.0},"9":{"tf":1.0},"91":{"tf":1.0},"98":{"tf":1.0}}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"131":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"n":{"df":14,"docs":{"107":{"tf":1.0},"123":{"tf":1.4142135623730951},"160":{"tf":1.0},"19":{"tf":1.0},"228":{"tf":1.0},"286":{"tf":1.0},"290":{"tf":1.0},"306":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.0},"82":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"210":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":3,"docs":{"249":{"tf":1.0},"33":{"tf":1.0},"80":{"tf":1.7320508075688772}}}}}}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"67":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"133":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"132":{"tf":1.7320508075688772}}}},"v":{"df":0,"docs":{},"e":{"df":6,"docs":{"135":{"tf":1.0},"195":{"tf":1.0},"247":{"tf":1.0},"273":{"tf":1.0},"33":{"tf":1.0},"337":{"tf":1.0}},"n":{"df":2,"docs":{"105":{"tf":1.0},"59":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"p":{"/":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"131":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"131":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"l":{"df":4,"docs":{"276":{"tf":1.0},"278":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":2,"docs":{"212":{"tf":1.0},"37":{"tf":1.0}}},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"154":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"110":{"tf":1.0},"132":{"tf":1.0},"43":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":44,"docs":{"101":{"tf":1.0},"105":{"tf":2.23606797749979},"113":{"tf":1.4142135623730951},"117":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"122":{"tf":1.0},"125":{"tf":1.0},"148":{"tf":1.0},"18":{"tf":1.0},"185":{"tf":1.0},"23":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"247":{"tf":1.0},"249":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"259":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"278":{"tf":1.0},"285":{"tf":1.0},"289":{"tf":1.0},"296":{"tf":1.0},"321":{"tf":1.0},"328":{"tf":1.0},"33":{"tf":1.0},"337":{"tf":2.0},"339":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.7320508075688772},"54":{"tf":1.4142135623730951},"55":{"tf":1.0},"59":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951},"66":{"tf":1.0},"67":{"tf":1.4142135623730951},"73":{"tf":1.0},"80":{"tf":1.0},"83":{"tf":1.0},"86":{"tf":1.4142135623730951},"89":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"3":{"0":{"df":1,"docs":{"67":{"tf":1.0}}},"df":0,"docs":{}},"6":{"0":{"df":2,"docs":{"120":{"tf":1.0},"73":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"67":{"tf":1.0},"73":{"tf":1.0}}},"df":0,"docs":{}}}},":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"2":{"0":{"df":1,"docs":{"194":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"5":{"df":1,"docs":{"194":{"tf":1.0}}},"df":0,"docs":{}},"7":{"5":{"df":1,"docs":{"194":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":33,"docs":{"105":{"tf":1.0},"119":{"tf":1.0},"14":{"tf":1.0},"150":{"tf":1.0},"153":{"tf":1.0},"16":{"tf":1.4142135623730951},"18":{"tf":1.0},"203":{"tf":1.0},"219":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"226":{"tf":1.0},"240":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.0},"254":{"tf":1.0},"274":{"tf":1.0},"283":{"tf":1.0},"337":{"tf":2.0},"34":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.4142135623730951},"54":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"64":{"tf":1.0},"68":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"97":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"130":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"199":{"tf":1.4142135623730951},"273":{"tf":1.7320508075688772},"274":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":8,"docs":{"130":{"tf":1.0},"135":{"tf":1.0},"193":{"tf":1.0},"200":{"tf":1.0},"273":{"tf":1.0},"36":{"tf":1.0},"52":{"tf":1.0},"89":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"273":{"tf":1.0}}}}}}},"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"29":{"tf":1.0}}}}},"df":0,"docs":{}},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"12":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":35,"docs":{"1":{"tf":1.0},"101":{"tf":1.0},"11":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"12":{"tf":1.0},"152":{"tf":1.0},"167":{"tf":1.0},"170":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"179":{"tf":1.0},"18":{"tf":1.0},"182":{"tf":1.0},"191":{"tf":1.0},"209":{"tf":1.4142135623730951},"214":{"tf":1.0},"218":{"tf":1.0},"221":{"tf":1.0},"241":{"tf":1.0},"244":{"tf":1.4142135623730951},"252":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"313":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"338":{"tf":1.0},"35":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.4142135623730951},"63":{"tf":1.0},"73":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"249":{"tf":1.0},"33":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":7,"docs":{"173":{"tf":1.0},"174":{"tf":1.0},"18":{"tf":1.0},"251":{"tf":1.0},"253":{"tf":1.0},"336":{"tf":1.0},"60":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"335":{"tf":1.0}}}}}}},"df":1,"docs":{"29":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"70":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"200":{"tf":1.0},"43":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"338":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"208":{"tf":1.0}}}}}}}}},"m":{"b":{"df":1,"docs":{"250":{"tf":1.0}},"e":{"d":{"df":2,"docs":{"318":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{}},"o":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"303":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":18,"docs":{"154":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"232":{"tf":1.0},"237":{"tf":1.0},"251":{"tf":1.0},"283":{"tf":1.0},"286":{"tf":1.0},"290":{"tf":1.4142135623730951},"295":{"tf":1.0},"297":{"tf":1.0},"314":{"tf":1.0},"321":{"tf":1.0},"323":{"tf":1.0},"327":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"81":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":4,"docs":{"193":{"tf":1.0},"194":{"tf":1.0},"198":{"tf":1.0},"24":{"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":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"226":{"tf":1.0}}}}}}},"d":{"df":8,"docs":{"11":{"tf":1.0},"116":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"17":{"tf":1.0},"271":{"tf":1.4142135623730951},"272":{"tf":1.4142135623730951},"276":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"170":{"tf":1.0},"176":{"tf":1.0},"203":{"tf":1.0},"221":{"tf":1.7320508075688772},"256":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":9,"docs":{"135":{"tf":1.0},"215":{"tf":1.0},"249":{"tf":1.0},"26":{"tf":1.0},"268":{"tf":1.0},"32":{"tf":1.0},"41":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"249":{"tf":1.0},"51":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":13,"docs":{"209":{"tf":1.0},"232":{"tf":1.0},"246":{"tf":1.0},"26":{"tf":1.4142135623730951},"278":{"tf":1.0},"290":{"tf":1.0},"30":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.4142135623730951},"54":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":2.0},"82":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":17,"docs":{"123":{"tf":1.0},"129":{"tf":1.0},"195":{"tf":1.0},"2":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"230":{"tf":1.0},"235":{"tf":1.0},"246":{"tf":1.0},"268":{"tf":1.0},"283":{"tf":1.0},"30":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.4142135623730951},"339":{"tf":1.4142135623730951},"37":{"tf":1.0},"4":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"103":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"r":{"df":3,"docs":{"337":{"tf":1.0},"4":{"tf":1.0},"84":{"tf":1.0}}}}},"v":{"df":3,"docs":{"163":{"tf":1.0},"237":{"tf":1.0},"295":{"tf":1.0}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":48,"docs":{"10":{"tf":1.0},"111":{"tf":1.4142135623730951},"116":{"tf":1.0},"117":{"tf":1.4142135623730951},"118":{"tf":1.0},"119":{"tf":1.0},"126":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":1.0},"150":{"tf":1.0},"161":{"tf":1.0},"173":{"tf":1.0},"179":{"tf":1.4142135623730951},"180":{"tf":1.0},"189":{"tf":1.0},"206":{"tf":1.0},"208":{"tf":1.0},"211":{"tf":1.4142135623730951},"212":{"tf":1.0},"217":{"tf":1.0},"221":{"tf":1.0},"23":{"tf":1.0},"241":{"tf":1.0},"251":{"tf":1.0},"27":{"tf":1.4142135623730951},"276":{"tf":1.0},"283":{"tf":1.0},"285":{"tf":1.0},"286":{"tf":1.0},"291":{"tf":1.0},"295":{"tf":1.0},"298":{"tf":1.0},"303":{"tf":1.0},"332":{"tf":1.0},"335":{"tf":1.0},"337":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"8":{"tf":1.0},"99":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}}}}},"p":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"245":{"tf":1.0},"301":{"tf":1.0},"337":{"tf":1.0},"54":{"tf":1.0},"59":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"n":{"!":{"(":{"\\"":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"165":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"165":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"258":{"tf":1.0}}}}}}},"r":{"(":{"\\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"273":{"tf":1.0}}}}},"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"!":{"(":{"\\"":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"264":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"262":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":38,"docs":{"103":{"tf":1.0},"105":{"tf":1.0},"113":{"tf":1.0},"139":{"tf":1.0},"142":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.4142135623730951},"156":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.4142135623730951},"218":{"tf":1.0},"225":{"tf":1.4142135623730951},"226":{"tf":2.0},"227":{"tf":1.0},"247":{"tf":1.0},"249":{"tf":1.4142135623730951},"255":{"tf":1.0},"259":{"tf":1.7320508075688772},"261":{"tf":1.0},"268":{"tf":1.4142135623730951},"281":{"tf":1.4142135623730951},"282":{"tf":1.4142135623730951},"283":{"tf":1.4142135623730951},"287":{"tf":1.4142135623730951},"290":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"297":{"tf":1.4142135623730951},"30":{"tf":1.0},"322":{"tf":1.0},"323":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"54":{"tf":1.0},"81":{"tf":1.0},"97":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"120":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"c":{"df":3,"docs":{"214":{"tf":1.0},"318":{"tf":1.0},"339":{"tf":1.0}}},"df":0,"docs":{}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"274":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"261":{"tf":1.0},"262":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":21,"docs":{"143":{"tf":1.4142135623730951},"168":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"222":{"tf":1.0},"248":{"tf":1.4142135623730951},"249":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"264":{"tf":1.0},"266":{"tf":1.0},"274":{"tf":1.0},"337":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"38":{"tf":1.0},"43":{"tf":1.0},"54":{"tf":1.7320508075688772},"59":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":12,"docs":{"10":{"tf":1.0},"113":{"tf":1.0},"144":{"tf":1.0},"163":{"tf":1.0},"222":{"tf":1.0},"268":{"tf":1.0},"301":{"tf":1.0},"339":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0}},"t":{"df":5,"docs":{"307":{"tf":1.0},"337":{"tf":1.0},"46":{"tf":1.0},"59":{"tf":1.0},"79":{"tf":1.4142135623730951}},"u":{"df":1,"docs":{"253":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":10,"docs":{"102":{"tf":1.0},"13":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"286":{"tf":1.0},"3":{"tf":1.0},"41":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.0},"64":{"tf":1.0}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"19":{"tf":1.0},"250":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"242":{"tf":1.0}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"10":{"tf":1.0},"31":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":8,"docs":{"17":{"tf":1.0},"23":{"tf":1.0},"251":{"tf":1.0},"28":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"159":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":35,"docs":{"0":{"tf":1.0},"10":{"tf":1.4142135623730951},"118":{"tf":1.7320508075688772},"119":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.4142135623730951},"127":{"tf":1.0},"128":{"tf":1.0},"13":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"199":{"tf":1.0},"237":{"tf":1.0},"252":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"262":{"tf":1.0},"267":{"tf":1.0},"270":{"tf":1.4142135623730951},"271":{"tf":1.4142135623730951},"272":{"tf":1.0},"276":{"tf":1.0},"317":{"tf":1.0},"332":{"tf":1.0},"337":{"tf":1.4142135623730951},"339":{"tf":1.0},"35":{"tf":1.0},"51":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"93":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":24,"docs":{"10":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"142":{"tf":1.0},"146":{"tf":1.0},"150":{"tf":1.0},"165":{"tf":1.0},"168":{"tf":1.4142135623730951},"170":{"tf":1.0},"176":{"tf":1.0},"182":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"226":{"tf":1.0},"249":{"tf":1.0},"255":{"tf":1.0},"259":{"tf":1.0},"266":{"tf":1.4142135623730951},"33":{"tf":1.0},"337":{"tf":1.7320508075688772},"42":{"tf":1.0},"45":{"tf":1.4142135623730951},"54":{"tf":1.0},"84":{"tf":1.0}},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":4,"docs":{"255":{"tf":1.0},"256":{"tf":1.0},"317":{"tf":1.0},"64":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":39,"docs":{"1":{"tf":1.0},"102":{"tf":1.0},"107":{"tf":1.0},"120":{"tf":1.7320508075688772},"121":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"139":{"tf":1.0},"140":{"tf":1.0},"142":{"tf":1.0},"158":{"tf":1.0},"170":{"tf":1.0},"182":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"196":{"tf":1.0},"2":{"tf":1.0},"205":{"tf":1.0},"208":{"tf":1.0},"230":{"tf":1.4142135623730951},"245":{"tf":1.0},"246":{"tf":1.0},"278":{"tf":1.4142135623730951},"281":{"tf":1.7320508075688772},"287":{"tf":1.4142135623730951},"3":{"tf":2.0},"304":{"tf":1.0},"306":{"tf":1.0},"31":{"tf":1.0},"310":{"tf":1.0},"337":{"tf":1.7320508075688772},"338":{"tf":1.4142135623730951},"4":{"tf":1.0},"44":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":2.0},"55":{"tf":1.7320508075688772},"68":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951},"79":{"tf":1.0}},"’":{"df":1,"docs":{"5":{"tf":1.0}}}}}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":13,"docs":{"108":{"tf":1.0},"109":{"tf":1.0},"16":{"tf":1.0},"210":{"tf":1.0},"253":{"tf":1.0},"276":{"tf":1.0},"337":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.0},"71":{"tf":1.0},"73":{"tf":1.0}}}}},"df":0,"docs":{}}},"h":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"160":{"tf":1.0},"228":{"tf":1.0},"268":{"tf":1.0},"286":{"tf":1.0},"297":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"250":{"tf":1.0},"268":{"tf":1.4142135623730951},"281":{"tf":1.0},"298":{"tf":1.0},"334":{"tf":1.0},"337":{"tf":1.0},"48":{"tf":1.0}}}},"t":{"df":1,"docs":{"103":{"tf":1.4142135623730951}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"272":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":33,"docs":{"101":{"tf":1.0},"106":{"tf":1.4142135623730951},"109":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"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},"137":{"tf":1.0},"14":{"tf":1.0},"165":{"tf":1.0},"189":{"tf":1.0},"194":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.4142135623730951},"257":{"tf":1.0},"258":{"tf":1.0},"30":{"tf":1.0},"302":{"tf":1.0},"38":{"tf":1.0},"46":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"86":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"d":{"a":{"_":{"df":0,"docs":{},"l":{"df":6,"docs":{"109":{"tf":1.0},"113":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"57":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":5,"docs":{"113":{"tf":1.0},"289":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0},"93":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"273":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"—":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"243":{"tf":1.0}}}}}}}}}}}},"df":114,"docs":{"10":{"tf":1.0},"101":{"tf":1.0},"104":{"tf":2.23606797749979},"11":{"tf":1.0},"113":{"tf":1.4142135623730951},"116":{"tf":1.4142135623730951},"117":{"tf":1.0},"120":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"131":{"tf":1.7320508075688772},"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"139":{"tf":1.4142135623730951},"14":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":2.0},"148":{"tf":1.0},"149":{"tf":2.0},"156":{"tf":1.7320508075688772},"166":{"tf":1.0},"168":{"tf":1.0},"17":{"tf":2.23606797749979},"18":{"tf":1.7320508075688772},"19":{"tf":1.4142135623730951},"193":{"tf":1.0},"195":{"tf":1.0},"197":{"tf":1.0},"2":{"tf":1.0},"200":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"208":{"tf":1.0},"212":{"tf":1.0},"216":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.7320508075688772},"23":{"tf":2.0},"244":{"tf":1.0},"246":{"tf":1.0},"247":{"tf":1.7320508075688772},"248":{"tf":2.8284271247461903},"249":{"tf":1.7320508075688772},"25":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.4142135623730951},"252":{"tf":1.0},"253":{"tf":1.4142135623730951},"255":{"tf":1.7320508075688772},"259":{"tf":1.4142135623730951},"260":{"tf":1.4142135623730951},"261":{"tf":1.7320508075688772},"262":{"tf":2.0},"263":{"tf":1.0},"264":{"tf":1.7320508075688772},"266":{"tf":1.0},"268":{"tf":1.0},"271":{"tf":1.0},"272":{"tf":1.4142135623730951},"273":{"tf":2.0},"274":{"tf":1.7320508075688772},"275":{"tf":1.0},"276":{"tf":1.0},"278":{"tf":1.0},"285":{"tf":1.4142135623730951},"286":{"tf":2.0},"288":{"tf":1.0},"289":{"tf":1.0},"29":{"tf":1.4142135623730951},"297":{"tf":1.0},"301":{"tf":1.0},"314":{"tf":1.0},"32":{"tf":1.0},"324":{"tf":2.0},"33":{"tf":1.0},"335":{"tf":1.0},"337":{"tf":3.3166247903554},"339":{"tf":2.0},"34":{"tf":2.0},"35":{"tf":3.0},"37":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":2.0},"43":{"tf":2.449489742783178},"46":{"tf":1.7320508075688772},"48":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"54":{"tf":2.449489742783178},"55":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"68":{"tf":1.0},"69":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"80":{"tf":2.0},"84":{"tf":2.0},"85":{"tf":1.7320508075688772},"86":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":2.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.0},"98":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}},"e":{"d":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"73":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"9":{"tf":1.0}}},"t":{"df":1,"docs":{"0":{"tf":1.0}},"—":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"’":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}}}}}}}},"i":{"df":0,"docs":{},"r":{"df":5,"docs":{"247":{"tf":1.0},"255":{"tf":1.0},"259":{"tf":1.0},"64":{"tf":1.0},"80":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":10,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"167":{"tf":1.0},"196":{"tf":1.0},"20":{"tf":1.0},"243":{"tf":1.0},"252":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":8,"docs":{"105":{"tf":1.7320508075688772},"106":{"tf":1.0},"117":{"tf":1.0},"26":{"tf":1.0},"278":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0},"54":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"106":{"tf":1.0},"113":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"12":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":19,"docs":{"152":{"tf":1.0},"172":{"tf":1.7320508075688772},"178":{"tf":1.0},"208":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.4142135623730951},"214":{"tf":1.0},"217":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.4142135623730951},"281":{"tf":1.0},"282":{"tf":1.0},"283":{"tf":1.4142135623730951},"286":{"tf":1.0},"298":{"tf":1.4142135623730951},"314":{"tf":1.0},"321":{"tf":1.0},"322":{"tf":1.0},"327":{"tf":1.0}}}},"s":{"df":6,"docs":{"153":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.0},"219":{"tf":1.0},"221":{"tf":1.4142135623730951},"268":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"278":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":20,"docs":{"10":{"tf":1.0},"114":{"tf":1.0},"166":{"tf":1.0},"18":{"tf":1.0},"190":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":1.7320508075688772},"253":{"tf":1.0},"269":{"tf":1.0},"271":{"tf":1.0},"316":{"tf":1.0},"317":{"tf":1.0},"318":{"tf":1.0},"337":{"tf":1.0},"48":{"tf":1.0},"87":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":10,"docs":{"114":{"tf":1.4142135623730951},"199":{"tf":1.0},"250":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"258":{"tf":1.0},"270":{"tf":2.0},"319":{"tf":1.0},"41":{"tf":1.0},"52":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"a":{"d":{"d":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"’":{"df":1,"docs":{"270":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"203":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"110":{"tf":1.0},"210":{"tf":1.0},"270":{"tf":1.0}}}},"df":1,"docs":{"106":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"}":{"\\"":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"274":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"f":{"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"25":{"tf":1.4142135623730951},"51":{"tf":1.0}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"13":{"tf":1.0},"245":{"tf":1.0},"338":{"tf":1.4142135623730951},"56":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":67,"docs":{"113":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"149":{"tf":2.0},"150":{"tf":1.4142135623730951},"155":{"tf":1.4142135623730951},"156":{"tf":1.4142135623730951},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"161":{"tf":1.0},"163":{"tf":1.7320508075688772},"165":{"tf":1.0},"17":{"tf":1.4142135623730951},"212":{"tf":1.0},"213":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.4142135623730951},"223":{"tf":1.0},"224":{"tf":1.4142135623730951},"225":{"tf":1.0},"226":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.4142135623730951},"249":{"tf":1.0},"251":{"tf":1.0},"259":{"tf":2.0},"261":{"tf":1.0},"268":{"tf":1.0},"279":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":1.0},"285":{"tf":1.4142135623730951},"286":{"tf":1.0},"287":{"tf":1.0},"289":{"tf":1.0},"290":{"tf":1.0},"293":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"30":{"tf":1.4142135623730951},"301":{"tf":1.0},"309":{"tf":1.0},"314":{"tf":1.4142135623730951},"321":{"tf":1.0},"324":{"tf":1.0},"339":{"tf":1.4142135623730951},"35":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"46":{"tf":1.0},"47":{"tf":2.449489742783178},"54":{"tf":1.4142135623730951},"58":{"tf":1.0},"61":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"89":{"tf":1.0},"93":{"tf":1.0},"97":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"298":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"r":{"df":50,"docs":{"10":{"tf":1.0},"108":{"tf":1.0},"117":{"tf":1.0},"131":{"tf":1.0},"136":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.0},"163":{"tf":1.7320508075688772},"165":{"tf":1.0},"166":{"tf":1.0},"173":{"tf":1.0},"19":{"tf":1.4142135623730951},"191":{"tf":1.0},"192":{"tf":1.0},"196":{"tf":1.0},"200":{"tf":1.4142135623730951},"205":{"tf":1.0},"215":{"tf":1.0},"218":{"tf":1.0},"223":{"tf":1.0},"225":{"tf":1.4142135623730951},"227":{"tf":1.0},"238":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"241":{"tf":1.0},"249":{"tf":1.0},"251":{"tf":1.0},"264":{"tf":1.7320508075688772},"288":{"tf":1.0},"289":{"tf":1.0},"303":{"tf":1.0},"308":{"tf":1.0},"314":{"tf":1.0},"324":{"tf":1.0},"332":{"tf":1.0},"337":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"36":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"68":{"tf":1.0},"82":{"tf":1.4142135623730951},"89":{"tf":1.0},"93":{"tf":1.0},"97":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"165":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"165":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"k":{"df":0,"docs":{},"e":{"df":2,"docs":{"129":{"tf":1.0},"133":{"tf":1.0}}}},"l":{"df":0,"docs":{},"s":{"df":5,"docs":{"215":{"tf":1.0},"26":{"tf":1.0},"307":{"tf":1.0},"337":{"tf":1.0},"61":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"2":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}}}},"q":{"df":1,"docs":{"115":{"tf":1.0}}},"r":{"df":2,"docs":{"47":{"tf":1.0},"56":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":16,"docs":{"125":{"tf":1.0},"126":{"tf":1.0},"133":{"tf":1.0},"163":{"tf":1.4142135623730951},"169":{"tf":1.0},"173":{"tf":1.0},"185":{"tf":1.0},"232":{"tf":1.0},"247":{"tf":1.0},"259":{"tf":1.0},"275":{"tf":1.0},"301":{"tf":1.0},"328":{"tf":1.0},"42":{"tf":1.4142135623730951},"47":{"tf":1.7320508075688772},"60":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"312":{"tf":1.0},"328":{"tf":1.0},"56":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"169":{"tf":1.0},"174":{"tf":1.0},"339":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"306":{"tf":1.0}}}}}},"df":3,"docs":{"152":{"tf":1.7320508075688772},"220":{"tf":1.0},"306":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":6,"docs":{"188":{"tf":1.4142135623730951},"253":{"tf":1.0},"308":{"tf":1.0},"337":{"tf":1.0},"42":{"tf":1.0},"55":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"205":{"tf":1.0}}}}}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"117":{"tf":1.0},"133":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":7,"docs":{"133":{"tf":1.0},"197":{"tf":1.0},"248":{"tf":1.0},"255":{"tf":1.0},"337":{"tf":1.7320508075688772},"38":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":1,"docs":{"48":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"152":{"tf":1.0},"210":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":4,"docs":{"0":{"tf":1.0},"132":{"tf":1.0},"207":{"tf":1.0},"47":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"111":{"tf":1.0},"283":{"tf":1.0},"297":{"tf":1.0}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":5,"docs":{"117":{"tf":1.0},"181":{"tf":1.4142135623730951},"185":{"tf":1.0},"186":{"tf":1.0},"339":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":4,"docs":{"178":{"tf":1.4142135623730951},"210":{"tf":1.0},"220":{"tf":1.0},"334":{"tf":1.0}}},"l":{"df":1,"docs":{"13":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":7,"docs":{"103":{"tf":1.0},"132":{"tf":1.0},"339":{"tf":1.0},"36":{"tf":1.0},"55":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0}}}},"d":{"df":15,"docs":{"107":{"tf":1.0},"124":{"tf":1.0},"153":{"tf":1.0},"208":{"tf":1.0},"230":{"tf":1.0},"234":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":1.0},"314":{"tf":1.0},"322":{"tf":1.0},"328":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":3,"docs":{"301":{"tf":1.0},"324":{"tf":1.4142135623730951},"56":{"tf":1.0}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":12,"docs":{"10":{"tf":1.0},"15":{"tf":1.0},"220":{"tf":1.0},"248":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"274":{"tf":1.0},"32":{"tf":1.0},"337":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"88":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"323":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":13,"docs":{"10":{"tf":1.0},"102":{"tf":1.7320508075688772},"117":{"tf":1.0},"198":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"264":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"61":{"tf":1.0},"67":{"tf":1.0},"73":{"tf":1.0}},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"324":{"tf":1.0}}}}}}}}}},"t":{"df":7,"docs":{"117":{"tf":1.0},"190":{"tf":1.0},"243":{"tf":1.0},"272":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"60":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":3,"docs":{"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"244":{"tf":1.0}}}},"x":{"df":5,"docs":{"139":{"tf":1.0},"24":{"tf":1.0},"279":{"tf":1.0},"296":{"tf":1.0},"46":{"tf":1.4142135623730951}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"193":{"tf":1.0}}},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"294":{"tf":1.0}}}},"p":{"df":2,"docs":{"193":{"tf":1.0},"205":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"12":{"tf":1.0},"187":{"tf":1.0},"29":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":1,"docs":{"8":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"276":{"tf":1.0},"278":{"tf":1.0},"339":{"tf":1.7320508075688772}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"114":{"tf":1.0},"258":{"tf":1.0}}}}}}}}},"n":{"df":97,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.4142135623730951},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":2.0},"111":{"tf":1.4142135623730951},"112":{"tf":1.0},"113":{"tf":2.0},"114":{"tf":1.7320508075688772},"119":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"121":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"124":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"126":{"tf":1.0},"13":{"tf":1.0},"137":{"tf":1.4142135623730951},"14":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":1.0},"161":{"tf":1.0},"165":{"tf":1.0},"168":{"tf":2.0},"171":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.4142135623730951},"183":{"tf":1.0},"184":{"tf":2.0},"189":{"tf":2.0},"190":{"tf":2.0},"194":{"tf":1.0},"198":{"tf":1.7320508075688772},"199":{"tf":1.7320508075688772},"22":{"tf":1.0},"23":{"tf":1.0},"236":{"tf":1.0},"24":{"tf":1.0},"240":{"tf":1.0},"255":{"tf":2.0},"256":{"tf":2.23606797749979},"257":{"tf":1.0},"258":{"tf":2.6457513110645907},"26":{"tf":1.0},"261":{"tf":2.0},"262":{"tf":2.0},"263":{"tf":1.0},"266":{"tf":2.0},"267":{"tf":1.7320508075688772},"269":{"tf":2.0},"273":{"tf":2.449489742783178},"274":{"tf":2.0},"283":{"tf":1.0},"285":{"tf":1.0},"286":{"tf":1.0},"287":{"tf":1.4142135623730951},"289":{"tf":2.0},"290":{"tf":1.4142135623730951},"295":{"tf":1.0},"296":{"tf":2.0},"30":{"tf":1.0},"302":{"tf":1.4142135623730951},"309":{"tf":1.0},"31":{"tf":1.0},"315":{"tf":1.0},"317":{"tf":1.7320508075688772},"330":{"tf":1.0},"331":{"tf":1.4142135623730951},"38":{"tf":1.0},"42":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"46":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.0},"64":{"tf":1.4142135623730951},"66":{"tf":1.0},"67":{"tf":1.7320508075688772},"72":{"tf":1.0},"73":{"tf":1.7320508075688772},"78":{"tf":1.0},"79":{"tf":1.4142135623730951},"81":{"tf":1.0},"83":{"tf":1.0},"86":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.4142135623730951}}},"o":{"c":{"df":0,"docs":{},"u":{"df":2,"docs":{"199":{"tf":1.0},"22":{"tf":1.0}},"s":{"df":4,"docs":{"113":{"tf":1.0},"201":{"tf":1.0},"51":{"tf":1.0},"64":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"155":{"tf":1.0}}}}}},"r":{"c":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"46":{"tf":1.0}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"103":{"tf":1.0},"273":{"tf":1.0},"81":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"113":{"tf":1.0}}}}},"k":{"df":1,"docs":{"41":{"tf":1.0}}},"m":{"a":{"df":0,"docs":{},"t":{"!":{"(":{"\\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"274":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":3,"docs":{"246":{"tf":1.0},"337":{"tf":1.0},"339":{"tf":1.0}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"153":{"tf":1.4142135623730951},"2":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"10":{"tf":1.0},"102":{"tf":1.0},"20":{"tf":1.0},"7":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"y":{"df":1,"docs":{"49":{"tf":1.0}}}}}}}}},"df":4,"docs":{"150":{"tf":1.0},"230":{"tf":1.0},"234":{"tf":1.0},"281":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"10":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"r":{"df":1,"docs":{"41":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"270":{"tf":1.0},"319":{"tf":1.0},"41":{"tf":1.0}}}}}}}}}}},"df":77,"docs":{"0":{"tf":1.4142135623730951},"10":{"tf":2.0},"105":{"tf":1.0},"11":{"tf":1.4142135623730951},"114":{"tf":1.0},"12":{"tf":1.0},"128":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.0},"166":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"190":{"tf":1.0},"192":{"tf":1.0},"206":{"tf":1.0},"208":{"tf":1.4142135623730951},"21":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"22":{"tf":1.4142135623730951},"222":{"tf":1.0},"23":{"tf":1.4142135623730951},"230":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.4142135623730951},"245":{"tf":1.0},"246":{"tf":1.0},"247":{"tf":1.0},"250":{"tf":1.7320508075688772},"251":{"tf":1.4142135623730951},"252":{"tf":1.7320508075688772},"253":{"tf":1.0},"26":{"tf":1.0},"270":{"tf":1.0},"271":{"tf":1.0},"272":{"tf":1.0},"276":{"tf":1.4142135623730951},"278":{"tf":1.0},"28":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":1.0},"292":{"tf":1.0},"301":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"310":{"tf":1.0},"316":{"tf":1.0},"317":{"tf":1.0},"318":{"tf":1.0},"32":{"tf":1.0},"322":{"tf":1.0},"332":{"tf":1.0},"339":{"tf":1.0},"34":{"tf":1.4142135623730951},"36":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":1.0},"48":{"tf":1.4142135623730951},"49":{"tf":1.0},"52":{"tf":1.4142135623730951},"60":{"tf":1.0},"64":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":2.0},"80":{"tf":1.0},"84":{"tf":1.0},"98":{"tf":1.0}},"’":{"df":4,"docs":{"15":{"tf":1.0},"249":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":3,"docs":{"160":{"tf":1.0},"228":{"tf":1.0},"286":{"tf":1.0}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"193":{"tf":1.0},"299":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"179":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"180":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":13,"docs":{"120":{"tf":1.0},"125":{"tf":1.0},"133":{"tf":1.0},"205":{"tf":1.0},"248":{"tf":1.0},"298":{"tf":1.0},"3":{"tf":1.0},"335":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"49":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0}},"i":{"df":2,"docs":{"312":{"tf":1.0},"337":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":7,"docs":{"110":{"tf":1.0},"117":{"tf":1.0},"165":{"tf":1.0},"24":{"tf":1.0},"283":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0}}}}}}},"d":{"df":1,"docs":{"278":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":6,"docs":{"188":{"tf":1.4142135623730951},"199":{"tf":1.0},"259":{"tf":1.0},"61":{"tf":1.0},"77":{"tf":1.0},"79":{"tf":1.0}}}}},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"134":{"tf":1.0}}}}}},"g":{"b":{"df":1,"docs":{"210":{"tf":1.0}}},"d":{"b":{"df":1,"docs":{"174":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":3,"docs":{"197":{"tf":1.0},"273":{"tf":1.0},"42":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":37,"docs":{"134":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"170":{"tf":1.0},"176":{"tf":1.0},"178":{"tf":1.0},"18":{"tf":1.0},"182":{"tf":1.0},"19":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"247":{"tf":1.4142135623730951},"250":{"tf":1.0},"254":{"tf":1.0},"264":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"273":{"tf":1.0},"285":{"tf":1.0},"30":{"tf":1.0},"300":{"tf":1.0},"307":{"tf":1.0},"309":{"tf":1.0},"31":{"tf":1.0},"319":{"tf":1.0},"330":{"tf":1.4142135623730951},"337":{"tf":1.4142135623730951},"339":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":2.0},"59":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.4142135623730951},"74":{"tf":1.0},"8":{"tf":1.0}}},"s":{"df":0,"docs":{},"i":{"df":6,"docs":{"216":{"tf":1.0},"218":{"tf":1.4142135623730951},"285":{"tf":2.0},"32":{"tf":1.0},"323":{"tf":1.4142135623730951},"339":{"tf":1.0}}}}}},"t":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"273":{"tf":1.0},"274":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":4,"docs":{"179":{"tf":1.0},"298":{"tf":1.0},"333":{"tf":1.0},"35":{"tf":1.0}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"210":{"tf":1.0}},"h":{"df":0,"docs":{},"u":{"b":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"295":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":3,"docs":{"163":{"tf":1.0},"237":{"tf":1.0},"334":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"a":{"b":{"df":1,"docs":{"164":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":7,"docs":{"10":{"tf":1.0},"19":{"tf":1.0},"251":{"tf":1.0},"285":{"tf":1.0},"289":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":1.0}},"n":{"df":2,"docs":{"42":{"tf":1.0},"49":{"tf":1.0}}}}}},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"324":{"tf":1.0},"43":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"115":{"tf":1.0},"336":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"116":{"tf":1.0},"117":{"tf":1.0},"302":{"tf":1.0},"48":{"tf":1.7320508075688772}}}},"df":7,"docs":{"152":{"tf":1.4142135623730951},"154":{"tf":1.0},"178":{"tf":1.0},"206":{"tf":1.0},"220":{"tf":1.4142135623730951},"243":{"tf":1.0},"38":{"tf":1.0}},"e":{"df":4,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"241":{"tf":1.0},"29":{"tf":1.0}}},"o":{"d":{"df":7,"docs":{"102":{"tf":1.4142135623730951},"105":{"tf":1.0},"108":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"200":{"tf":1.0},"249":{"tf":1.0},"259":{"tf":1.0},"58":{"tf":1.0},"68":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"116":{"tf":1.0},"117":{"tf":1.0}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"293":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"285":{"tf":1.7320508075688772},"292":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"34":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":2,"docs":{"275":{"tf":1.0},"48":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":5,"docs":{"246":{"tf":1.0},"32":{"tf":1.0},"338":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0}}}}}},"d":{"df":3,"docs":{"200":{"tf":1.0},"268":{"tf":1.0},"339":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":4,"docs":{"205":{"tf":1.0},"277":{"tf":1.0},"314":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{}}},"df":6,"docs":{"10":{"tf":1.4142135623730951},"187":{"tf":1.0},"20":{"tf":1.0},"324":{"tf":1.0},"39":{"tf":1.0},"50":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"307":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"131":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}}}},"n":{"d":{"df":2,"docs":{"18":{"tf":1.0},"31":{"tf":1.0}},"i":{"df":1,"docs":{"10":{"tf":1.0}}},"l":{"df":25,"docs":{"122":{"tf":1.0},"15":{"tf":1.0},"165":{"tf":1.0},"19":{"tf":1.0},"191":{"tf":1.0},"197":{"tf":1.0},"206":{"tf":1.0},"22":{"tf":1.0},"247":{"tf":1.0},"249":{"tf":1.0},"259":{"tf":1.0},"3":{"tf":1.0},"309":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"339":{"tf":1.0},"44":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"64":{"tf":1.0},"68":{"tf":1.0},"74":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":17,"docs":{"14":{"tf":1.0},"18":{"tf":1.0},"196":{"tf":1.0},"213":{"tf":1.0},"227":{"tf":1.0},"251":{"tf":1.0},"28":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":1.0},"33":{"tf":1.0},"335":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"58":{"tf":1.0},"59":{"tf":1.0},"69":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"54":{"tf":1.0}}}}}}}}}},"r":{"d":{"df":6,"docs":{"113":{"tf":1.0},"19":{"tf":1.0},"24":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"61":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"106":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":9,"docs":{"108":{"tf":1.0},"121":{"tf":1.0},"124":{"tf":1.0},"13":{"tf":1.0},"212":{"tf":1.0},"283":{"tf":1.0},"301":{"tf":1.7320508075688772},"327":{"tf":1.0},"337":{"tf":1.0}}}},"df":0,"docs":{}}},"df":1,"docs":{"165":{"tf":1.0}}},"s":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"df":3,"docs":{"160":{"tf":1.4142135623730951},"228":{"tf":1.4142135623730951},"286":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"203":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"256":{"tf":1.0},"258":{"tf":1.0}},"s":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"258":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"258":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{")":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"258":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"258":{"tf":2.0}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"258":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"256":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":10,"docs":{"170":{"tf":1.0},"176":{"tf":1.0},"186":{"tf":1.0},"205":{"tf":1.0},"216":{"tf":1.0},"25":{"tf":1.4142135623730951},"256":{"tf":1.7320508075688772},"287":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0}},"i":{"df":4,"docs":{"203":{"tf":1.0},"247":{"tf":1.0},"25":{"tf":1.0},"32":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":5,"docs":{"108":{"tf":1.0},"124":{"tf":1.0},"286":{"tf":1.0},"326":{"tf":1.0},"56":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"73":{"tf":1.0}}}}},"y":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"124":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":15,"docs":{"142":{"tf":2.23606797749979},"143":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"156":{"tf":1.0},"165":{"tf":1.0},"195":{"tf":1.0},"200":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"222":{"tf":1.4142135623730951},"337":{"tf":1.0},"34":{"tf":1.0},"88":{"tf":1.4142135623730951},"89":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"p":{"df":16,"docs":{"0":{"tf":1.0},"161":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"222":{"tf":1.0},"243":{"tf":1.0},"259":{"tf":1.0},"279":{"tf":1.0},"28":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"333":{"tf":1.0},"334":{"tf":1.0},"335":{"tf":1.0},"38":{"tf":1.0},"47":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"110":{"tf":1.0},"111":{"tf":1.0},"41":{"tf":1.0},"52":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":9,"docs":{"10":{"tf":1.4142135623730951},"11":{"tf":1.0},"113":{"tf":1.0},"2":{"tf":1.0},"274":{"tf":1.0},"317":{"tf":1.0},"40":{"tf":1.0},"54":{"tf":1.0},"61":{"tf":1.0}},"’":{"df":8,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"187":{"tf":1.0},"247":{"tf":1.0},"267":{"tf":1.0},"54":{"tf":1.0},"59":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":13,"docs":{"124":{"tf":1.0},"130":{"tf":1.0},"20":{"tf":1.0},"224":{"tf":1.0},"245":{"tf":1.0},"276":{"tf":1.0},"278":{"tf":1.0},"326":{"tf":1.0},"339":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"67":{"tf":1.0},"73":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"186":{"tf":1.0},"338":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"181":{"tf":1.0},"186":{"tf":1.0},"339":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"25":{"tf":1.0}}}},"o":{"c":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"51":{"tf":1.0}}},"df":0,"docs":{}},"o":{"d":{"df":1,"docs":{"68":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":1,"docs":{"248":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"173":{"tf":1.4142135623730951},"174":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"276":{"tf":1.0},"282":{"tf":1.0},"295":{"tf":1.0},"339":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"276":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"c":{"df":2,"docs":{"197":{"tf":1.0},"203":{"tf":1.0}}},"df":0,"docs":{}}}},":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"1":{"8":{"0":{"8":{"0":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"287":{"tf":1.0}}}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"153":{"tf":1.0},"221":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"216":{"tf":1.0},"32":{"tf":1.0},"337":{"tf":1.0}}}}},"u":{"b":{"df":2,"docs":{"125":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"255":{"tf":1.0},"261":{"tf":1.0}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"i":{"/":{"df":0,"docs":{},"o":{"df":1,"docs":{"286":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"a":{"df":9,"docs":{"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},"273":{"tf":1.0},"274":{"tf":1.0}},"l":{"df":1,"docs":{"335":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"251":{"tf":1.0},"285":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0}},"i":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"126":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"124":{"tf":1.0},"273":{"tf":1.0}}}}}}}},"l":{"df":1,"docs":{"63":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":5,"docs":{"10":{"tf":1.0},"20":{"tf":1.0},"39":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}},"i":{"df":5,"docs":{"10":{"tf":1.0},"166":{"tf":1.0},"242":{"tf":1.0},"251":{"tf":1.0},"99":{"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":{"128":{"tf":1.0},"272":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":5,"docs":{"164":{"tf":1.0},"176":{"tf":1.0},"178":{"tf":1.4142135623730951},"184":{"tf":1.4142135623730951},"304":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":3,"docs":{"267":{"tf":1.0},"30":{"tf":1.0},"47":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"246":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":8,"docs":{"14":{"tf":1.0},"246":{"tf":1.0},"30":{"tf":1.4142135623730951},"302":{"tf":1.0},"337":{"tf":1.0},"45":{"tf":2.449489742783178},"48":{"tf":1.0},"54":{"tf":1.0}}}}},"p":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"124":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"22":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":2.449489742783178}}}},"l":{"df":12,"docs":{"114":{"tf":1.0},"190":{"tf":1.4142135623730951},"198":{"tf":1.0},"256":{"tf":1.4142135623730951},"258":{"tf":1.4142135623730951},"262":{"tf":1.4142135623730951},"267":{"tf":1.4142135623730951},"269":{"tf":1.0},"273":{"tf":1.4142135623730951},"274":{"tf":1.4142135623730951},"317":{"tf":1.0},"331":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":16,"docs":{"168":{"tf":1.4142135623730951},"190":{"tf":1.0},"193":{"tf":1.0},"241":{"tf":1.0},"248":{"tf":1.0},"255":{"tf":1.0},"276":{"tf":1.0},"31":{"tf":1.0},"317":{"tf":1.0},"318":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"44":{"tf":1.0},"64":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"113":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"104":{"tf":1.0},"95":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"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":1,"docs":{"64":{"tf":1.0}}}},"—":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}}}}}},"df":5,"docs":{"123":{"tf":1.0},"2":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0},"82":{"tf":1.0}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":26,"docs":{"104":{"tf":1.0},"120":{"tf":1.0},"17":{"tf":1.0},"194":{"tf":1.4142135623730951},"199":{"tf":1.0},"245":{"tf":1.0},"247":{"tf":1.4142135623730951},"248":{"tf":1.0},"25":{"tf":1.0},"255":{"tf":1.0},"259":{"tf":1.0},"264":{"tf":1.0},"270":{"tf":1.0},"278":{"tf":1.0},"289":{"tf":1.4142135623730951},"32":{"tf":1.0},"324":{"tf":1.0},"335":{"tf":1.0},"339":{"tf":1.0},"34":{"tf":1.0},"55":{"tf":1.7320508075688772},"68":{"tf":1.0},"75":{"tf":1.0},"91":{"tf":1.4142135623730951},"93":{"tf":1.0},"95":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"193":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":21,"docs":{"104":{"tf":1.7320508075688772},"116":{"tf":1.0},"117":{"tf":1.0},"120":{"tf":1.4142135623730951},"195":{"tf":1.0},"204":{"tf":1.0},"25":{"tf":1.0},"255":{"tf":1.0},"289":{"tf":2.0},"303":{"tf":1.0},"337":{"tf":1.0},"339":{"tf":1.0},"35":{"tf":1.4142135623730951},"43":{"tf":2.0},"61":{"tf":1.0},"68":{"tf":1.0},"70":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"203":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":1,"docs":{"130":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":14,"docs":{"108":{"tf":1.0},"119":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"217":{"tf":1.0},"232":{"tf":1.0},"285":{"tf":1.0},"289":{"tf":1.0},"292":{"tf":1.0},"296":{"tf":1.0},"321":{"tf":1.0},"338":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"214":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"—":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"259":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"23":{"tf":1.0},"43":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"\\"":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"273":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"198":{"tf":1.0},"199":{"tf":1.4142135623730951}}}},"i":{"c":{"df":9,"docs":{"116":{"tf":1.0},"142":{"tf":1.0},"150":{"tf":1.0},"158":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"268":{"tf":1.0},"324":{"tf":1.0},"47":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"43":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"u":{"df":4,"docs":{"159":{"tf":1.0},"227":{"tf":1.0},"283":{"tf":1.0},"303":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"c":{"df":2,"docs":{"129":{"tf":1.0},"80":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{".":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"256":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"262":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":5,"docs":{"234":{"tf":1.0},"256":{"tf":1.4142135623730951},"262":{"tf":1.0},"292":{"tf":1.4142135623730951},"293":{"tf":1.0}},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"337":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":14,"docs":{"150":{"tf":1.0},"161":{"tf":1.0},"167":{"tf":1.0},"22":{"tf":1.0},"251":{"tf":1.0},"253":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"31":{"tf":1.0},"318":{"tf":1.0},"337":{"tf":1.0},"48":{"tf":1.0},"9":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"273":{"tf":1.4142135623730951}},"i":{"df":7,"docs":{"216":{"tf":1.0},"218":{"tf":1.0},"285":{"tf":1.0},"32":{"tf":1.0},"337":{"tf":1.0},"47":{"tf":1.0},"89":{"tf":1.0}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"129":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"17":{"tf":1.0},"248":{"tf":1.4142135623730951},"39":{"tf":1.0},"43":{"tf":1.0},"84":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"273":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"129":{"tf":1.0},"38":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"148":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"209":{"tf":1.0}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"60":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":16,"docs":{"140":{"tf":1.0},"17":{"tf":1.0},"203":{"tf":1.0},"23":{"tf":1.0},"247":{"tf":1.0},"251":{"tf":1.0},"283":{"tf":1.0},"289":{"tf":1.0},"296":{"tf":1.0},"301":{"tf":1.0},"304":{"tf":1.0},"34":{"tf":1.0},"39":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"84":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"293":{"tf":1.0},"323":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"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":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"163":{"tf":1.0},"164":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":22,"docs":{"11":{"tf":1.0},"137":{"tf":1.0},"146":{"tf":1.0},"163":{"tf":1.0},"165":{"tf":1.0},"185":{"tf":1.0},"19":{"tf":1.0},"235":{"tf":1.0},"258":{"tf":1.0},"270":{"tf":1.0},"271":{"tf":1.0},"276":{"tf":1.0},"303":{"tf":1.0},"332":{"tf":1.0},"340":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"df":4,"docs":{"107":{"tf":1.0},"286":{"tf":1.0},"326":{"tf":1.0},"339":{"tf":1.0}}},"t":{"df":12,"docs":{"112":{"tf":1.4142135623730951},"117":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"246":{"tf":1.0},"249":{"tf":1.0},"278":{"tf":1.0},"296":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.4142135623730951},"80":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"106":{"tf":1.0},"128":{"tf":1.0},"131":{"tf":1.0},"205":{"tf":1.0},"58":{"tf":1.0}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"109":{"tf":1.0},"129":{"tf":1.0},"249":{"tf":1.0},"309":{"tf":1.0},"5":{"tf":1.0},"76":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"108":{"tf":1.0},"54":{"tf":1.0},"63":{"tf":1.0}}}}},"f":{"a":{"c":{"df":6,"docs":{"133":{"tf":1.0},"168":{"tf":1.7320508075688772},"31":{"tf":1.0},"337":{"tf":1.0},"339":{"tf":1.0},"340":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"37":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"174":{"tf":1.0},"180":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"314":{"tf":1.0},"42":{"tf":1.0}}}}},"n":{"df":5,"docs":{"10":{"tf":1.0},"129":{"tf":1.0},"25":{"tf":1.7320508075688772},"276":{"tf":1.0},"41":{"tf":1.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"117":{"tf":1.0},"136":{"tf":1.0},"147":{"tf":1.0},"166":{"tf":1.0},"191":{"tf":1.0},"21":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"(":{"5":{"df":1,"docs":{"258":{"tf":1.0}}},"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"0":{"df":1,"docs":{"79":{"tf":1.0}}},"5":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":2,"docs":{"123":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"256":{"tf":1.0}}},"df":0,"docs":{}}}},"df":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":{"79":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"258":{"tf":1.0}}}}}},"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"256":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":9,"docs":{"123":{"tf":1.0},"132":{"tf":1.0},"23":{"tf":1.0},"247":{"tf":1.0},"258":{"tf":1.4142135623730951},"289":{"tf":1.0},"33":{"tf":1.0},"79":{"tf":1.4142135623730951},"80":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":7,"docs":{"192":{"tf":1.0},"24":{"tf":1.0},"296":{"tf":1.0},"337":{"tf":1.0},"37":{"tf":1.0},"63":{"tf":1.0},"77":{"tf":1.0}},"t":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"253":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"19":{"tf":1.0},"43":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"324":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"y":{"df":1,"docs":{"38":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"o":{"c":{"df":1,"docs":{"332":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"286":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":7,"docs":{"104":{"tf":1.0},"173":{"tf":1.0},"179":{"tf":1.0},"281":{"tf":1.0},"285":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"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":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"42":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":27,"docs":{"109":{"tf":1.0},"119":{"tf":1.0},"121":{"tf":1.0},"124":{"tf":1.0},"173":{"tf":1.4142135623730951},"174":{"tf":1.0},"175":{"tf":1.0},"179":{"tf":1.0},"18":{"tf":1.0},"180":{"tf":1.0},"184":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.4142135623730951},"203":{"tf":1.0},"204":{"tf":1.0},"236":{"tf":1.0},"240":{"tf":1.0},"282":{"tf":1.0},"303":{"tf":1.0},"309":{"tf":1.0},"332":{"tf":1.0},"339":{"tf":1.4142135623730951},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"5":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":18,"docs":{"161":{"tf":1.0},"218":{"tf":1.0},"222":{"tf":1.0},"229":{"tf":1.0},"268":{"tf":1.0},"273":{"tf":1.0},"279":{"tf":1.0},"280":{"tf":1.0},"284":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"297":{"tf":1.7320508075688772},"298":{"tf":1.7320508075688772},"303":{"tf":1.0},"323":{"tf":1.0},"324":{"tf":1.0},"334":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"42":{"tf":1.0}}}}}}}}}},"df":10,"docs":{"116":{"tf":1.4142135623730951},"126":{"tf":1.0},"169":{"tf":1.0},"173":{"tf":1.0},"179":{"tf":1.0},"185":{"tf":1.0},"187":{"tf":1.0},"312":{"tf":1.0},"339":{"tf":1.0},"60":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"0":{"tf":1.0},"36":{"tf":1.0}},"—":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}}}}}}}},"—":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"41":{"tf":1.0}}}}},"’":{"df":10,"docs":{"113":{"tf":1.0},"14":{"tf":1.0},"169":{"tf":1.0},"246":{"tf":1.4142135623730951},"251":{"tf":1.0},"268":{"tf":1.0},"4":{"tf":1.4142135623730951},"45":{"tf":1.0},"48":{"tf":1.0},"65":{"tf":1.0}}}},"v":{"df":2,"docs":{"10":{"tf":1.0},"277":{"tf":1.0}}}},"j":{"df":0,"docs":{},"o":{"b":{"df":4,"docs":{"163":{"tf":1.0},"239":{"tf":1.0},"244":{"tf":1.0},"31":{"tf":1.0}}},"df":0,"docs":{}},"u":{"d":{"df":0,"docs":{},"g":{"df":5,"docs":{"17":{"tf":1.0},"244":{"tf":1.0},"248":{"tf":1.0},"337":{"tf":1.0},"43":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"248":{"tf":1.4142135623730951},"37":{"tf":1.0},"84":{"tf":1.0}}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":3,"docs":{"10":{"tf":1.4142135623730951},"20":{"tf":1.0},"251":{"tf":1.0}}}}}},"k":{"8":{"df":9,"docs":{"116":{"tf":1.0},"117":{"tf":1.0},"18":{"tf":1.0},"188":{"tf":1.7320508075688772},"193":{"tf":1.0},"202":{"tf":1.0},"323":{"tf":1.0},"340":{"tf":1.0},"52":{"tf":1.0}},"s":{"2":{"[":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"187":{"tf":1.0}}}}}},"df":0,"docs":{}},"[":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"187":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{")":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"(":{"&":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"126":{"tf":1.0},"15":{"tf":1.0},"302":{"tf":1.0},"42":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"183":{"tf":1.0},"184":{"tf":2.0},"240":{"tf":1.0}}}}}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"187":{"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":{"187":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":17,"docs":{"124":{"tf":1.0},"140":{"tf":1.0},"15":{"tf":1.0},"152":{"tf":1.0},"181":{"tf":1.0},"185":{"tf":1.4142135623730951},"187":{"tf":1.0},"209":{"tf":1.0},"220":{"tf":1.0},"234":{"tf":1.0},"240":{"tf":1.0},"282":{"tf":1.0},"31":{"tf":1.0},"332":{"tf":1.0},"339":{"tf":1.0},"36":{"tf":1.0},"60":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":27,"docs":{"10":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"120":{"tf":1.0},"134":{"tf":1.0},"14":{"tf":1.0},"144":{"tf":1.0},"172":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"200":{"tf":1.0},"205":{"tf":1.0},"220":{"tf":1.0},"247":{"tf":1.0},"250":{"tf":1.7320508075688772},"253":{"tf":1.0},"27":{"tf":1.0},"275":{"tf":1.0},"277":{"tf":1.0},"278":{"tf":1.4142135623730951},"304":{"tf":1.0},"328":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"51":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951}}}},"y":{"df":11,"docs":{"0":{"tf":1.0},"163":{"tf":1.0},"20":{"tf":1.0},"203":{"tf":1.0},"247":{"tf":1.0},"273":{"tf":1.0},"274":{"tf":1.0},"336":{"tf":1.0},"40":{"tf":1.0},"49":{"tf":1.0},"64":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"159":{"tf":1.0}}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":6,"docs":{"170":{"tf":1.0},"231":{"tf":1.0},"282":{"tf":1.4142135623730951},"322":{"tf":1.4142135623730951},"36":{"tf":1.0},"41":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"278":{"tf":1.4142135623730951}}},"df":0,"docs":{},"w":{"df":19,"docs":{"14":{"tf":1.0},"166":{"tf":1.0},"18":{"tf":1.0},"245":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.0},"271":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.4142135623730951},"47":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"62":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":2,"docs":{"41":{"tf":1.0},"49":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":1,"docs":{"37":{"tf":1.0}}},"—":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"u":{"b":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":9,"docs":{"152":{"tf":1.4142135623730951},"153":{"tf":1.0},"159":{"tf":1.0},"209":{"tf":1.0},"220":{"tf":1.0},"227":{"tf":1.0},"234":{"tf":1.7320508075688772},"283":{"tf":1.4142135623730951},"293":{"tf":2.6457513110645907}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":27,"docs":{"126":{"tf":1.0},"15":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"159":{"tf":1.0},"18":{"tf":1.0},"181":{"tf":1.4142135623730951},"182":{"tf":1.0},"185":{"tf":1.0},"209":{"tf":1.0},"220":{"tf":1.0},"227":{"tf":1.0},"234":{"tf":1.0},"245":{"tf":1.4142135623730951},"276":{"tf":1.0},"283":{"tf":1.0},"293":{"tf":1.0},"32":{"tf":1.0},"337":{"tf":1.0},"339":{"tf":1.0},"340":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.7320508075688772},"48":{"tf":1.0},"51":{"tf":1.0},"60":{"tf":1.0},"8":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"234":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"129":{"tf":1.0}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":6,"docs":{"15":{"tf":1.0},"23":{"tf":1.0},"301":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0},"60":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"g":{"df":3,"docs":{"124":{"tf":1.0},"210":{"tf":1.0},"60":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"119":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"73":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"132":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":5,"docs":{"129":{"tf":1.4142135623730951},"203":{"tf":1.0},"204":{"tf":1.0},"303":{"tf":1.0},"43":{"tf":1.0}},"y":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"204":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"68":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"163":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"13":{"tf":1.0},"176":{"tf":1.0},"31":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":7,"docs":{"13":{"tf":1.0},"134":{"tf":1.0},"245":{"tf":1.0},"269":{"tf":1.0},"278":{"tf":1.0},"337":{"tf":1.0},"51":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"338":{"tf":1.0}}}}},"df":0,"docs":{},"k":{"df":5,"docs":{"18":{"tf":1.0},"308":{"tf":1.0},"339":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":5,"docs":{"10":{"tf":1.4142135623730951},"270":{"tf":1.0},"28":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"245":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"327":{"tf":1.0},"44":{"tf":1.0},"89":{"tf":1.0}}}},"t":{"df":8,"docs":{"17":{"tf":1.0},"248":{"tf":1.0},"250":{"tf":1.0},"261":{"tf":1.0},"318":{"tf":1.0},"42":{"tf":1.0},"55":{"tf":1.0},"84":{"tf":1.0}},"’":{"df":22,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"244":{"tf":1.0},"254":{"tf":1.0},"256":{"tf":1.0},"260":{"tf":1.0},"262":{"tf":1.0},"265":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"38":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":10,"docs":{"129":{"tf":1.0},"20":{"tf":1.0},"224":{"tf":1.0},"243":{"tf":1.0},"245":{"tf":1.0},"276":{"tf":1.0},"278":{"tf":1.0},"339":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0}}}}}},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"/":{"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"154":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":15,"docs":{"135":{"tf":1.0},"16":{"tf":1.0},"168":{"tf":1.0},"20":{"tf":1.0},"247":{"tf":1.0},"249":{"tf":1.0},"251":{"tf":1.0},"28":{"tf":1.4142135623730951},"33":{"tf":1.0},"337":{"tf":1.0},"339":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.0},"49":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":3,"docs":{"108":{"tf":1.0},"326":{"tf":1.0},"67":{"tf":1.0}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"273":{"tf":1.0}}}}}}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"8":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":13,"docs":{"112":{"tf":1.0},"146":{"tf":1.0},"174":{"tf":1.0},"180":{"tf":1.0},"184":{"tf":1.4142135623730951},"188":{"tf":1.0},"196":{"tf":1.0},"239":{"tf":1.4142135623730951},"283":{"tf":1.0},"313":{"tf":1.0},"327":{"tf":1.0},"46":{"tf":1.0},"60":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":5,"docs":{"167":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"31":{"tf":1.0},"54":{"tf":1.0}},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"x":{"df":5,"docs":{"154":{"tf":1.0},"160":{"tf":1.0},"228":{"tf":1.0},"233":{"tf":1.0},"292":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"336":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":34,"docs":{"109":{"tf":1.0},"113":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"123":{"tf":1.0},"134":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.4142135623730951},"149":{"tf":1.0},"156":{"tf":1.0},"192":{"tf":1.0},"195":{"tf":1.0},"203":{"tf":1.0},"224":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"276":{"tf":1.0},"278":{"tf":1.0},"285":{"tf":1.0},"286":{"tf":1.0},"337":{"tf":2.23606797749979},"34":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"59":{"tf":1.0},"61":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"204":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}},"o":{"a":{"d":{"df":19,"docs":{"108":{"tf":1.7320508075688772},"112":{"tf":1.0},"122":{"tf":1.0},"124":{"tf":1.0},"130":{"tf":1.0},"203":{"tf":1.0},"216":{"tf":1.0},"297":{"tf":1.0},"301":{"tf":1.0},"303":{"tf":1.0},"326":{"tf":1.0},"46":{"tf":1.0},"57":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.4142135623730951},"70":{"tf":1.0},"73":{"tf":1.0},"76":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"k":{"8":{"df":1,"docs":{"298":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"[":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"187":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":15,"docs":{"126":{"tf":1.0},"152":{"tf":1.0},"169":{"tf":1.0},"173":{"tf":1.4142135623730951},"187":{"tf":1.0},"209":{"tf":1.0},"220":{"tf":1.0},"31":{"tf":1.0},"312":{"tf":1.0},"315":{"tf":1.0},"327":{"tf":1.0},"328":{"tf":1.0},"339":{"tf":1.0},"36":{"tf":1.0},"60":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{")":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"(":{"&":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":17,"docs":{"119":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"125":{"tf":1.0},"137":{"tf":1.0},"15":{"tf":1.0},"171":{"tf":1.0},"189":{"tf":1.0},"295":{"tf":1.0},"302":{"tf":1.0},"31":{"tf":1.0},"315":{"tf":1.0},"42":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"187":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":33,"docs":{"111":{"tf":1.0},"116":{"tf":1.0},"124":{"tf":1.0},"15":{"tf":1.0},"153":{"tf":1.0},"159":{"tf":1.0},"161":{"tf":1.4142135623730951},"169":{"tf":1.0},"174":{"tf":1.0},"18":{"tf":1.4142135623730951},"185":{"tf":1.0},"188":{"tf":1.0},"193":{"tf":1.0},"202":{"tf":1.0},"227":{"tf":1.0},"245":{"tf":1.4142135623730951},"247":{"tf":1.0},"27":{"tf":1.0},"276":{"tf":1.0},"287":{"tf":1.0},"295":{"tf":1.0},"302":{"tf":1.0},"304":{"tf":1.0},"321":{"tf":1.0},"337":{"tf":1.0},"42":{"tf":1.7320508075688772},"46":{"tf":1.4142135623730951},"48":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"6":{"tf":1.0},"8":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":3,"docs":{"140":{"tf":1.0},"15":{"tf":1.0},"295":{"tf":1.0}}}}}}},"t":{"df":4,"docs":{"172":{"tf":1.0},"178":{"tf":1.0},"276":{"tf":1.0},"281":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":38,"docs":{"124":{"tf":1.0},"149":{"tf":1.0},"152":{"tf":3.0},"159":{"tf":2.0},"163":{"tf":1.7320508075688772},"172":{"tf":1.4142135623730951},"173":{"tf":1.0},"174":{"tf":1.0},"180":{"tf":1.4142135623730951},"186":{"tf":1.0},"188":{"tf":1.7320508075688772},"213":{"tf":1.4142135623730951},"218":{"tf":1.4142135623730951},"219":{"tf":1.0},"220":{"tf":2.6457513110645907},"222":{"tf":1.0},"225":{"tf":1.0},"227":{"tf":2.0},"238":{"tf":1.4142135623730951},"249":{"tf":1.0},"255":{"tf":1.0},"259":{"tf":1.0},"268":{"tf":1.0},"273":{"tf":1.0},"283":{"tf":1.0},"285":{"tf":1.4142135623730951},"297":{"tf":1.4142135623730951},"298":{"tf":1.0},"314":{"tf":1.4142135623730951},"323":{"tf":1.0},"324":{"tf":1.4142135623730951},"332":{"tf":1.0},"334":{"tf":1.0},"335":{"tf":1.0},"36":{"tf":1.0},"47":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}},"i":{"c":{"df":19,"docs":{"106":{"tf":1.0},"121":{"tf":1.0},"123":{"tf":1.0},"19":{"tf":1.0},"190":{"tf":1.4142135623730951},"247":{"tf":1.0},"250":{"tf":1.0},"272":{"tf":1.0},"275":{"tf":1.0},"317":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"337":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"54":{"tf":1.0},"76":{"tf":1.0},"82":{"tf":1.0}}},"df":0,"docs":{}},"s":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"z":{"df":1,"docs":{"298":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"152":{"tf":1.0}}}}}},"/":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":15,"docs":{"124":{"tf":1.0},"185":{"tf":1.0},"221":{"tf":1.0},"246":{"tf":1.0},"26":{"tf":1.0},"278":{"tf":1.0},"307":{"tf":1.0},"312":{"tf":1.0},"324":{"tf":1.0},"54":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"61":{"tf":1.0},"67":{"tf":1.0},"73":{"tf":1.0},"93":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"122":{"tf":1.0},"212":{"tf":1.4142135623730951},"289":{"tf":1.0},"47":{"tf":1.0},"89":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":13,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"131":{"tf":1.0},"159":{"tf":1.0},"17":{"tf":1.0},"225":{"tf":1.0},"227":{"tf":1.0},"244":{"tf":1.0},"283":{"tf":1.0},"324":{"tf":1.4142135623730951},"38":{"tf":1.0},"43":{"tf":1.0},"8":{"tf":1.0}}},"p":{"df":3,"docs":{"117":{"tf":1.0},"22":{"tf":1.0},"256":{"tf":1.4142135623730951}}},"s":{"df":2,"docs":{"41":{"tf":1.0},"51":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"8":{"tf":1.0}}},"s":{"df":1,"docs":{"289":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"319":{"tf":1.0}}}},"w":{"df":2,"docs":{"108":{"tf":1.0},"130":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"287":{"tf":1.0},"289":{"tf":1.0},"297":{"tf":1.0},"73":{"tf":1.0}}}}}},"r":{"df":2,"docs":{"12":{"tf":1.0},"29":{"tf":1.0}}},"s":{"df":3,"docs":{"154":{"tf":1.7320508075688772},"281":{"tf":1.4142135623730951},"283":{"tf":1.0}},"o":{"df":0,"docs":{},"f":{"df":2,"docs":{"282":{"tf":1.0},"322":{"tf":1.0}}}}},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"26":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":24,"docs":{"116":{"tf":1.0},"117":{"tf":1.0},"124":{"tf":1.0},"15":{"tf":1.0},"163":{"tf":1.0},"169":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"179":{"tf":1.4142135623730951},"180":{"tf":1.0},"181":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"212":{"tf":1.0},"237":{"tf":1.0},"301":{"tf":1.0},"31":{"tf":1.0},"315":{"tf":1.0},"339":{"tf":1.0},"46":{"tf":1.4142135623730951},"54":{"tf":1.0},"60":{"tf":1.0}}}}},"o":{"df":4,"docs":{"154":{"tf":1.0},"160":{"tf":1.0},"233":{"tf":1.0},"292":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"40":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"—":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"’":{"df":1,"docs":{"42":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":100,"docs":{"1":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.4142135623730951},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.4142135623730951},"112":{"tf":1.0},"113":{"tf":2.0},"114":{"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},"13":{"tf":1.0},"137":{"tf":1.0},"14":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":1.0},"161":{"tf":1.0},"165":{"tf":1.0},"168":{"tf":1.0},"171":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.4142135623730951},"183":{"tf":1.0},"184":{"tf":2.0},"189":{"tf":1.0},"190":{"tf":1.0},"194":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"208":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"236":{"tf":1.0},"24":{"tf":1.0},"240":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.4142135623730951},"26":{"tf":1.0},"261":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"269":{"tf":1.4142135623730951},"273":{"tf":1.0},"274":{"tf":1.0},"283":{"tf":1.0},"285":{"tf":1.0},"286":{"tf":1.0},"287":{"tf":1.4142135623730951},"289":{"tf":2.0},"290":{"tf":1.4142135623730951},"295":{"tf":1.0},"296":{"tf":1.4142135623730951},"30":{"tf":1.0},"302":{"tf":1.4142135623730951},"309":{"tf":1.0},"31":{"tf":1.0},"315":{"tf":1.0},"317":{"tf":1.0},"330":{"tf":1.0},"331":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"46":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.0},"64":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.7320508075688772},"72":{"tf":1.0},"73":{"tf":1.7320508075688772},"78":{"tf":1.0},"79":{"tf":1.4142135623730951},"81":{"tf":1.0},"83":{"tf":1.0},"86":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.4142135623730951}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":8,"docs":{"100":{"tf":1.0},"115":{"tf":1.0},"2":{"tf":1.0},"242":{"tf":1.0},"262":{"tf":1.0},"42":{"tf":1.4142135623730951},"48":{"tf":1.0},"5":{"tf":1.0}}}}},"df":0,"docs":{}}}},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"271":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"e":{"df":38,"docs":{"0":{"tf":1.4142135623730951},"10":{"tf":1.0},"102":{"tf":1.4142135623730951},"106":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0},"123":{"tf":1.0},"15":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"244":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.0},"250":{"tf":1.4142135623730951},"253":{"tf":1.0},"255":{"tf":1.0},"276":{"tf":1.0},"301":{"tf":1.0},"308":{"tf":1.0},"328":{"tf":1.0},"337":{"tf":1.4142135623730951},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.0},"63":{"tf":1.0},"84":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":8,"docs":{"16":{"tf":1.0},"18":{"tf":1.0},"197":{"tf":1.0},"244":{"tf":1.0},"247":{"tf":1.0},"33":{"tf":1.0},"64":{"tf":1.0},"67":{"tf":1.0}}}},"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"39":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":21,"docs":{"104":{"tf":1.0},"107":{"tf":1.0},"113":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"173":{"tf":1.0},"239":{"tf":1.0},"244":{"tf":1.0},"278":{"tf":1.0},"289":{"tf":1.0},"306":{"tf":1.0},"309":{"tf":1.0},"337":{"tf":1.4142135623730951},"338":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"43":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"67":{"tf":1.4142135623730951},"73":{"tf":1.0},"92":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"201":{"tf":1.0}}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":6,"docs":{"16":{"tf":1.0},"19":{"tf":1.0},"206":{"tf":1.0},"247":{"tf":1.0},"33":{"tf":1.0},"8":{"tf":1.0}},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"69":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"91":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"p":{"df":3,"docs":{"276":{"tf":1.0},"46":{"tf":1.0},"52":{"tf":1.0}}},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"58":{"tf":1.0}}}},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"249":{"tf":1.0},"36":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":7,"docs":{"117":{"tf":1.0},"125":{"tf":1.4142135623730951},"145":{"tf":1.0},"161":{"tf":1.0},"251":{"tf":1.0},"272":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"115":{"tf":1.0},"277":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":10,"docs":{"185":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"244":{"tf":1.0},"25":{"tf":1.0},"37":{"tf":1.0},"5":{"tf":1.0},"56":{"tf":1.0},"8":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}}}}}}}}},"x":{"df":3,"docs":{"194":{"tf":1.0},"306":{"tf":1.0},"46":{"tf":1.0}}},"y":{"b":{"df":2,"docs":{"26":{"tf":1.0},"43":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":14,"docs":{"14":{"tf":1.0},"216":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"321":{"tf":1.0},"41":{"tf":1.7320508075688772},"43":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.4142135623730951},"59":{"tf":1.0},"67":{"tf":1.0},"79":{"tf":1.0},"81":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":11,"docs":{"107":{"tf":1.0},"117":{"tf":1.0},"200":{"tf":1.0},"26":{"tf":1.0},"268":{"tf":1.0},"27":{"tf":1.0},"307":{"tf":1.4142135623730951},"328":{"tf":1.0},"54":{"tf":1.4142135623730951},"59":{"tf":1.0},"61":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"301":{"tf":1.0},"337":{"tf":1.4142135623730951}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"339":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"203":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":8,"docs":{"160":{"tf":1.0},"184":{"tf":1.4142135623730951},"209":{"tf":1.0},"228":{"tf":1.4142135623730951},"25":{"tf":1.0},"286":{"tf":1.0},"292":{"tf":1.0},"321":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":5,"docs":{"108":{"tf":1.0},"120":{"tf":1.4142135623730951},"289":{"tf":1.0},"67":{"tf":1.4142135623730951},"70":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":5,"docs":{"10":{"tf":1.0},"20":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"h":{"df":4,"docs":{"13":{"tf":1.0},"245":{"tf":1.0},"44":{"tf":1.0},"56":{"tf":1.0}}},"s":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"149":{"tf":1.0},"156":{"tf":1.0},"255":{"tf":1.0},"314":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"18":{"tf":1.0},"337":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"d":{"df":6,"docs":{"101":{"tf":1.4142135623730951},"259":{"tf":1.0},"33":{"tf":1.0},"339":{"tf":1.0},"42":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"c":{"df":18,"docs":{"124":{"tf":1.0},"132":{"tf":1.0},"148":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"18":{"tf":1.0},"188":{"tf":1.0},"197":{"tf":1.4142135623730951},"219":{"tf":1.4142135623730951},"221":{"tf":1.7320508075688772},"248":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"268":{"tf":1.0},"337":{"tf":1.0},"339":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"74":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"196":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"i":{"d":{"df":5,"docs":{"142":{"tf":1.0},"158":{"tf":1.0},"203":{"tf":1.0},"226":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"129":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"193":{"tf":1.0}}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"262":{"tf":1.4142135623730951}}}}}}},"d":{"df":1,"docs":{"61":{"tf":1.0}}},"df":1,"docs":{"194":{"tf":1.0}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"119":{"tf":1.0}}}}}}}}}},"d":{"a":{"df":1,"docs":{"269":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":10,"docs":{"117":{"tf":1.0},"119":{"tf":1.4142135623730951},"174":{"tf":1.0},"265":{"tf":1.0},"267":{"tf":1.0},"272":{"tf":1.0},"275":{"tf":1.0},"298":{"tf":1.0},"326":{"tf":1.0},"335":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":7,"docs":{"107":{"tf":1.0},"203":{"tf":1.0},"26":{"tf":1.4142135623730951},"278":{"tf":1.0},"328":{"tf":1.0},"61":{"tf":1.0},"89":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"44":{"tf":1.0}}}},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"112":{"tf":1.0},"240":{"tf":1.0},"73":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"240":{"tf":1.0},"268":{"tf":1.0},"42":{"tf":1.0}}}}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"218":{"tf":1.0},"54":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"285":{"tf":1.0},"323":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":4,"docs":{"105":{"tf":1.0},"109":{"tf":1.0},"113":{"tf":1.4142135623730951},"309":{"tf":1.0}}}},"x":{"df":8,"docs":{"109":{"tf":1.0},"189":{"tf":1.0},"24":{"tf":1.0},"251":{"tf":1.0},"326":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.7320508075688772},"48":{"tf":1.0}},"e":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"122":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"c":{"df":0,"docs":{},"k":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"267":{"tf":1.4142135623730951}}}}}}}},"df":2,"docs":{"131":{"tf":1.0},"267":{"tf":1.0}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"267":{"tf":1.4142135623730951}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":15,"docs":{"108":{"tf":1.0},"178":{"tf":1.0},"212":{"tf":1.4142135623730951},"232":{"tf":1.0},"237":{"tf":1.0},"283":{"tf":1.0},"286":{"tf":1.0},"295":{"tf":1.0},"321":{"tf":1.0},"323":{"tf":1.0},"327":{"tf":1.0},"79":{"tf":1.4142135623730951},"89":{"tf":1.0},"93":{"tf":1.0},"97":{"tf":1.0}},"l":{"df":10,"docs":{"10":{"tf":1.0},"130":{"tf":1.0},"19":{"tf":1.0},"243":{"tf":1.7320508075688772},"251":{"tf":1.0},"276":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"20":{"tf":1.0}}}}}}}},"r":{"df":3,"docs":{"108":{"tf":1.0},"112":{"tf":1.0},"326":{"tf":1.0}}},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"251":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"6":{"tf":1.0}},"i":{"df":5,"docs":{"125":{"tf":1.0},"252":{"tf":1.0},"264":{"tf":1.4142135623730951},"35":{"tf":1.0},"45":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"1":{"tf":1.0},"135":{"tf":1.0},"41":{"tf":1.4142135623730951}}}},"df":1,"docs":{"145":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"’":{"df":0,"docs":{},"r":{"df":1,"docs":{"248":{"tf":1.0}}}}}}}}}}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"124":{"tf":1.0},"196":{"tf":1.0},"240":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":32,"docs":{"107":{"tf":1.7320508075688772},"111":{"tf":1.0},"119":{"tf":1.4142135623730951},"120":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"180":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"212":{"tf":1.0},"246":{"tf":1.0},"275":{"tf":1.0},"285":{"tf":1.4142135623730951},"289":{"tf":1.0},"295":{"tf":1.0},"30":{"tf":1.0},"306":{"tf":1.0},"326":{"tf":1.0},"335":{"tf":1.0},"339":{"tf":1.0},"41":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.7320508075688772},"57":{"tf":1.0},"61":{"tf":1.0},"67":{"tf":2.0},"73":{"tf":1.4142135623730951},"79":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"117":{"tf":1.0},"2":{"tf":1.0}}}}},"u":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"30":{"tf":1.0},"313":{"tf":1.0},"326":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":18,"docs":{"116":{"tf":1.0},"135":{"tf":1.4142135623730951},"179":{"tf":1.0},"181":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"303":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":23,"docs":{"109":{"tf":1.0},"117":{"tf":1.0},"120":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.0},"17":{"tf":1.0},"239":{"tf":1.0},"248":{"tf":1.0},"264":{"tf":1.0},"278":{"tf":1.0},"296":{"tf":1.0},"303":{"tf":1.4142135623730951},"307":{"tf":1.0},"309":{"tf":1.4142135623730951},"313":{"tf":1.0},"331":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"54":{"tf":1.0},"57":{"tf":1.7320508075688772},"59":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.4142135623730951}}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":4,"docs":{"111":{"tf":1.0},"256":{"tf":1.0},"273":{"tf":1.0},"44":{"tf":1.0}}}},"y":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"114":{"tf":1.4142135623730951}}}}}}},"df":2,"docs":{"114":{"tf":1.0},"317":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"190":{"tf":1.7320508075688772}}}}}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"270":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"47":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"114":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"114":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"114":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"317":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"n":{"+":{"1":{"df":2,"docs":{"107":{"tf":1.0},"306":{"tf":1.0}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":8,"docs":{"198":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"261":{"tf":1.0},"262":{"tf":1.0},"273":{"tf":1.0},"274":{"tf":1.0},"317":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":9,"docs":{"112":{"tf":1.0},"145":{"tf":1.0},"152":{"tf":1.0},"163":{"tf":2.0},"238":{"tf":1.0},"255":{"tf":1.4142135623730951},"261":{"tf":1.4142135623730951},"273":{"tf":1.0},"61":{"tf":1.0}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":4,"docs":{"182":{"tf":1.0},"184":{"tf":1.4142135623730951},"186":{"tf":1.0},"240":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"156":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"255":{"tf":1.0},"64":{"tf":1.0}}}}}},"df":6,"docs":{"130":{"tf":1.0},"152":{"tf":1.4142135623730951},"153":{"tf":1.0},"25":{"tf":1.0},"306":{"tf":1.0},"46":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"117":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":56,"docs":{"0":{"tf":1.0},"10":{"tf":1.4142135623730951},"104":{"tf":1.0},"107":{"tf":1.4142135623730951},"112":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"13":{"tf":1.4142135623730951},"139":{"tf":1.0},"14":{"tf":1.0},"170":{"tf":1.0},"173":{"tf":1.7320508075688772},"179":{"tf":1.7320508075688772},"180":{"tf":1.0},"185":{"tf":1.7320508075688772},"190":{"tf":1.0},"198":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"213":{"tf":1.0},"24":{"tf":1.0},"240":{"tf":1.0},"244":{"tf":1.0},"246":{"tf":1.0},"253":{"tf":1.0},"264":{"tf":1.0},"274":{"tf":1.0},"275":{"tf":1.0},"282":{"tf":1.0},"285":{"tf":1.4142135623730951},"287":{"tf":1.4142135623730951},"290":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"304":{"tf":1.7320508075688772},"306":{"tf":1.4142135623730951},"310":{"tf":1.4142135623730951},"322":{"tf":1.0},"326":{"tf":1.4142135623730951},"328":{"tf":1.0},"44":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951},"5":{"tf":2.0},"54":{"tf":1.7320508075688772},"55":{"tf":1.7320508075688772},"60":{"tf":1.4142135623730951},"61":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"69":{"tf":1.0},"9":{"tf":1.4142135623730951},"93":{"tf":1.0},"98":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"—":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"86":{"tf":1.0}}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"—":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"g":{"df":1,"docs":{"131":{"tf":1.0}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"103":{"tf":1.0},"55":{"tf":1.0}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":38,"docs":{"120":{"tf":1.0},"122":{"tf":1.0},"125":{"tf":1.0},"129":{"tf":1.0},"13":{"tf":1.4142135623730951},"134":{"tf":1.4142135623730951},"173":{"tf":1.0},"176":{"tf":1.4142135623730951},"178":{"tf":1.4142135623730951},"188":{"tf":1.0},"209":{"tf":1.0},"218":{"tf":1.4142135623730951},"245":{"tf":1.0},"259":{"tf":1.0},"276":{"tf":1.0},"278":{"tf":1.0},"282":{"tf":1.0},"283":{"tf":1.7320508075688772},"3":{"tf":1.0},"30":{"tf":1.0},"303":{"tf":1.4142135623730951},"31":{"tf":1.0},"323":{"tf":1.4142135623730951},"337":{"tf":2.0},"338":{"tf":1.0},"339":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.4142135623730951},"51":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"64":{"tf":1.0},"71":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.0}},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"125":{"tf":1.0},"56":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"133":{"tf":1.0},"196":{"tf":1.0},"244":{"tf":1.0},"247":{"tf":1.0},"250":{"tf":2.0}}}}},"w":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"p":{"df":1,"docs":{"262":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"258":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"273":{"tf":1.0},"274":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":11,"docs":{"10":{"tf":1.7320508075688772},"128":{"tf":1.0},"173":{"tf":1.0},"203":{"tf":1.0},"250":{"tf":1.4142135623730951},"256":{"tf":1.0},"269":{"tf":1.0},"272":{"tf":1.0},"276":{"tf":1.0},"41":{"tf":2.0},"60":{"tf":1.0}}},"x":{"df":0,"docs":{},"t":{"df":12,"docs":{"115":{"tf":1.0},"127":{"tf":1.0},"166":{"tf":1.4142135623730951},"191":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"241":{"tf":1.4142135623730951},"251":{"tf":1.0},"271":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"163":{"tf":1.0}}}}}}}},"o":{"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"104":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"z":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"210":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"210":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"281":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},":":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"178":{"tf":1.0}}}}}}}},"df":0,"docs":{},"v":{"1":{".":{"2":{".":{"3":{"df":1,"docs":{"184":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"273":{"tf":1.0},"274":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":3,"docs":{"168":{"tf":1.0},"190":{"tf":1.0},"266":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"168":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"111":{"tf":1.0},"330":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"b":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"231":{"tf":1.0}},"e":{"=":{"2":{"8":{"0":{"8":{"0":{"df":5,"docs":{"172":{"tf":1.0},"214":{"tf":1.0},"231":{"tf":1.0},"282":{"tf":1.0},"322":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"197":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"193":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":8,"docs":{"168":{"tf":1.0},"190":{"tf":1.0},"193":{"tf":1.4142135623730951},"197":{"tf":1.0},"199":{"tf":1.4142135623730951},"200":{"tf":1.0},"202":{"tf":1.0},"266":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":134,"docs":{"107":{"tf":2.0},"108":{"tf":1.0},"111":{"tf":1.4142135623730951},"116":{"tf":1.0},"119":{"tf":1.4142135623730951},"122":{"tf":1.0},"123":{"tf":1.7320508075688772},"129":{"tf":1.0},"13":{"tf":1.0},"133":{"tf":1.0},"140":{"tf":1.7320508075688772},"141":{"tf":1.7320508075688772},"142":{"tf":1.0},"146":{"tf":1.0},"15":{"tf":1.4142135623730951},"152":{"tf":2.0},"154":{"tf":1.0},"157":{"tf":1.4142135623730951},"158":{"tf":1.0},"159":{"tf":1.4142135623730951},"16":{"tf":1.4142135623730951},"160":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.7320508075688772},"169":{"tf":1.0},"170":{"tf":1.4142135623730951},"175":{"tf":1.0},"176":{"tf":1.7320508075688772},"18":{"tf":1.7320508075688772},"181":{"tf":1.0},"182":{"tf":1.0},"188":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.7320508075688772},"194":{"tf":1.0},"195":{"tf":1.0},"197":{"tf":1.4142135623730951},"198":{"tf":1.0},"2":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.4142135623730951},"204":{"tf":1.0},"205":{"tf":1.0},"208":{"tf":2.0},"209":{"tf":1.7320508075688772},"212":{"tf":1.0},"214":{"tf":1.4142135623730951},"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.4142135623730951},"218":{"tf":1.7320508075688772},"219":{"tf":1.0},"220":{"tf":1.7320508075688772},"221":{"tf":1.0},"225":{"tf":1.4142135623730951},"226":{"tf":1.0},"227":{"tf":1.4142135623730951},"228":{"tf":1.0},"230":{"tf":1.7320508075688772},"231":{"tf":1.0},"232":{"tf":1.0},"239":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.4142135623730951},"246":{"tf":1.0},"247":{"tf":1.7320508075688772},"249":{"tf":1.7320508075688772},"250":{"tf":1.0},"256":{"tf":1.4142135623730951},"259":{"tf":1.7320508075688772},"262":{"tf":1.4142135623730951},"264":{"tf":1.4142135623730951},"266":{"tf":1.0},"267":{"tf":1.4142135623730951},"268":{"tf":1.0},"273":{"tf":1.0},"276":{"tf":1.4142135623730951},"281":{"tf":2.449489742783178},"282":{"tf":1.0},"283":{"tf":2.23606797749979},"285":{"tf":2.449489742783178},"287":{"tf":2.23606797749979},"289":{"tf":1.0},"29":{"tf":1.0},"290":{"tf":2.449489742783178},"293":{"tf":1.7320508075688772},"297":{"tf":1.7320508075688772},"298":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":2.0},"303":{"tf":1.7320508075688772},"304":{"tf":1.0},"306":{"tf":2.0},"308":{"tf":1.0},"31":{"tf":2.449489742783178},"312":{"tf":1.7320508075688772},"313":{"tf":1.0},"314":{"tf":1.0},"32":{"tf":2.6457513110645907},"323":{"tf":1.7320508075688772},"326":{"tf":2.23606797749979},"327":{"tf":1.0},"328":{"tf":1.0},"33":{"tf":1.0},"337":{"tf":3.0},"338":{"tf":1.0},"339":{"tf":2.6457513110645907},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.4142135623730951},"47":{"tf":1.7320508075688772},"5":{"tf":1.4142135623730951},"51":{"tf":1.7320508075688772},"54":{"tf":2.23606797749979},"56":{"tf":2.23606797749979},"58":{"tf":2.23606797749979},"6":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"7":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.7320508075688772},"8":{"tf":1.7320508075688772},"80":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951},"9":{"tf":1.0}},"s":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}},"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":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"i":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"i":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"’":{"df":5,"docs":{"170":{"tf":1.0},"182":{"tf":1.0},"218":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":2,"docs":{"117":{"tf":1.0},"24":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"df":29,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.4142135623730951},"11":{"tf":1.0},"133":{"tf":1.0},"140":{"tf":2.23606797749979},"141":{"tf":2.0},"152":{"tf":1.7320508075688772},"153":{"tf":1.7320508075688772},"157":{"tf":1.7320508075688772},"159":{"tf":1.4142135623730951},"170":{"tf":1.4142135623730951},"208":{"tf":2.6457513110645907},"210":{"tf":1.7320508075688772},"220":{"tf":1.4142135623730951},"225":{"tf":1.0},"227":{"tf":1.4142135623730951},"230":{"tf":2.449489742783178},"281":{"tf":2.8284271247461903},"283":{"tf":1.4142135623730951},"304":{"tf":2.0},"323":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.4142135623730951},"40":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"8":{"tf":1.7320508075688772},"9":{"tf":1.0}},"s":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"=":{"/":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"172":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"=":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":2,"docs":{"208":{"tf":1.0},"281":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":3,"docs":{"208":{"tf":1.0},"230":{"tf":1.0},"281":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"119":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"{":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"267":{"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":{"262":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"256":{"tf":1.0}}},"df":0,"docs":{}},"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":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"163":{"tf":1.0},"164":{"tf":1.0}},"s":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":6,"docs":{"144":{"tf":1.0},"152":{"tf":1.0},"172":{"tf":1.0},"220":{"tf":1.0},"298":{"tf":1.0},"314":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"177":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"k":{"8":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"k":{"8":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"183":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{":":{":":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":2,"docs":{"119":{"tf":1.0},"171":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{":":{":":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"119":{"tf":1.0},"54":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"n":{"c":{"df":1,"docs":{"67":{"tf":1.0}}},"df":2,"docs":{"106":{"tf":1.0},"296":{"tf":1.4142135623730951}},"e":{"df":2,"docs":{"266":{"tf":1.0},"54":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"113":{"tf":1.0}}},"i":{"c":{"df":2,"docs":{"55":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":18,"docs":{"11":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"136":{"tf":1.0},"166":{"tf":1.0},"191":{"tf":1.0},"199":{"tf":1.0},"20":{"tf":1.0},"241":{"tf":1.0},"258":{"tf":1.0},"271":{"tf":1.0},"28":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"62":{"tf":1.0},"99":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"248":{"tf":1.0},"84":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"34":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"[":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"29":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":22,"docs":{"112":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"132":{"tf":1.0},"168":{"tf":1.0},"188":{"tf":1.0},"196":{"tf":1.0},"205":{"tf":1.0},"219":{"tf":1.4142135623730951},"25":{"tf":1.0},"264":{"tf":1.4142135623730951},"266":{"tf":1.0},"268":{"tf":1.0},"27":{"tf":1.0},"278":{"tf":1.0},"307":{"tf":1.0},"337":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"54":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":4,"docs":{"102":{"tf":1.0},"117":{"tf":1.0},"339":{"tf":1.0},"59":{"tf":1.0}}}}}}},"df":1,"docs":{"29":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"276":{"tf":1.0},"278":{"tf":1.0}}}}}},"k":{"(":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"267":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"267":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"\\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"273":{"tf":1.0},"274":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":18,"docs":{"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},"137":{"tf":1.0},"148":{"tf":1.0},"165":{"tf":1.0},"189":{"tf":1.4142135623730951},"198":{"tf":1.0},"261":{"tf":1.4142135623730951},"262":{"tf":1.0},"273":{"tf":1.4142135623730951},"274":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0}}},"n":{"_":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"164":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"c":{"df":10,"docs":{"14":{"tf":1.0},"205":{"tf":1.0},"210":{"tf":1.0},"246":{"tf":1.0},"30":{"tf":1.0},"302":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0}}},"df":26,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"112":{"tf":1.0},"123":{"tf":1.0},"167":{"tf":1.0},"191":{"tf":1.0},"203":{"tf":1.0},"244":{"tf":1.0},"248":{"tf":1.0},"260":{"tf":1.0},"264":{"tf":1.0},"290":{"tf":1.0},"3":{"tf":1.0},"309":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"51":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"82":{"tf":1.4142135623730951},"98":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"140":{"tf":1.0},"18":{"tf":1.0},"249":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"233":{"tf":1.0},"292":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"’":{"df":1,"docs":{"206":{"tf":1.0}}}}}}},"df":19,"docs":{"109":{"tf":1.0},"123":{"tf":1.0},"199":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"246":{"tf":1.0},"259":{"tf":1.0},"312":{"tf":1.0},"33":{"tf":1.0},"337":{"tf":1.4142135623730951},"58":{"tf":1.0},"75":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"9":{"tf":1.0},"94":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}}}},"t":{"df":2,"docs":{"106":{"tf":1.0},"24":{"tf":1.0}},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"28":{"tf":1.0}}},"o":{"df":0,"docs":{},"n":{"<":{"&":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":3,"docs":{"168":{"tf":1.0},"190":{"tf":1.0},"266":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":18,"docs":{"127":{"tf":1.0},"148":{"tf":1.0},"168":{"tf":1.0},"170":{"tf":1.0},"190":{"tf":1.0},"195":{"tf":1.0},"197":{"tf":1.0},"241":{"tf":1.0},"255":{"tf":1.0},"261":{"tf":1.0},"266":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"67":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"79":{"tf":1.0}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":13,"docs":{"12":{"tf":1.0},"186":{"tf":1.0},"19":{"tf":1.7320508075688772},"22":{"tf":1.4142135623730951},"244":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.0},"276":{"tf":1.4142135623730951},"337":{"tf":1.0},"41":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"8":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"28":{"tf":1.0},"37":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"10":{"tf":1.0},"279":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"36":{"tf":1.0}}}}}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"130":{"tf":1.0}}}}},"df":4,"docs":{"129":{"tf":1.0},"282":{"tf":1.0},"298":{"tf":1.0},"335":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"270":{"tf":1.0},"60":{"tf":1.0}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"20":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"205":{"tf":1.0}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":6,"docs":{"116":{"tf":1.0},"117":{"tf":1.0},"12":{"tf":1.0},"244":{"tf":1.0},"339":{"tf":1.0},"43":{"tf":1.0}}}}},"df":7,"docs":{"141":{"tf":1.0},"160":{"tf":1.0},"228":{"tf":1.0},"297":{"tf":2.8284271247461903},"314":{"tf":1.0},"58":{"tf":1.0},"62":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"136":{"tf":1.0},"138":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"165":{"tf":1.0},"38":{"tf":1.0}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"248":{"tf":1.0}}}},"df":12,"docs":{"22":{"tf":1.0},"248":{"tf":1.0},"25":{"tf":1.0},"303":{"tf":1.0},"337":{"tf":1.4142135623730951},"34":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0},"8":{"tf":1.0},"84":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":6,"docs":{"174":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"186":{"tf":1.0},"327":{"tf":1.0},"42":{"tf":1.0}},"—":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"326":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"13":{"tf":1.0}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"11":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"df":1,"docs":{"287":{"tf":1.0}}}}}}}}}}},"p":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"29":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"129":{"tf":1.0}}},"k":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"276":{"tf":1.0},"52":{"tf":1.0}}}},"df":3,"docs":{"108":{"tf":1.0},"120":{"tf":1.0},"70":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":2,"docs":{"0":{"tf":1.0},"201":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}},"r":{"df":5,"docs":{"116":{"tf":1.0},"131":{"tf":1.0},"195":{"tf":1.0},"204":{"tf":1.0},"43":{"tf":1.4142135623730951}}}},"n":{"df":0,"docs":{},"i":{"c":{"df":5,"docs":{"150":{"tf":1.4142135623730951},"159":{"tf":1.4142135623730951},"227":{"tf":1.0},"268":{"tf":1.0},"339":{"tf":1.0}},"k":{"df":1,"docs":{"150":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":8,"docs":{"146":{"tf":1.7320508075688772},"173":{"tf":1.0},"239":{"tf":1.4142135623730951},"296":{"tf":1.0},"297":{"tf":1.0},"313":{"tf":1.7320508075688772},"314":{"tf":1.0},"328":{"tf":1.0}},"—":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"239":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":15,"docs":{"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.7320508075688772},"13":{"tf":1.0},"134":{"tf":1.0},"245":{"tf":1.4142135623730951},"30":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.0},"56":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"131":{"tf":1.0},"331":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"208":{"tf":1.0}}}}},"t":{"df":11,"docs":{"10":{"tf":2.449489742783178},"166":{"tf":1.0},"20":{"tf":1.4142135623730951},"242":{"tf":1.0},"251":{"tf":1.0},"277":{"tf":1.0},"39":{"tf":1.0},"49":{"tf":1.4142135623730951},"50":{"tf":1.0},"7":{"tf":1.0},"99":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"203":{"tf":1.0}}}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":4,"docs":{"2":{"tf":1.4142135623730951},"278":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"210":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":5,"docs":{"188":{"tf":1.0},"203":{"tf":1.0},"337":{"tf":1.0},"60":{"tf":1.0},"77":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"45":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"116":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":19,"docs":{"113":{"tf":1.0},"143":{"tf":1.0},"148":{"tf":1.0},"246":{"tf":1.4142135623730951},"260":{"tf":1.0},"261":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.7320508075688772},"31":{"tf":1.4142135623730951},"321":{"tf":1.0},"33":{"tf":1.0},"339":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"54":{"tf":1.0},"8":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"12":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"172":{"tf":1.0},"238":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":32,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.4142135623730951},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":2.23606797749979},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"127":{"tf":1.0},"145":{"tf":1.0},"19":{"tf":1.0},"199":{"tf":1.0},"201":{"tf":1.4142135623730951},"203":{"tf":1.0},"205":{"tf":1.0},"267":{"tf":1.0},"339":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"51":{"tf":1.0},"55":{"tf":1.0},"61":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"130":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"262":{"tf":1.0}}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"262":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}}}}}}},"df":17,"docs":{"129":{"tf":1.0},"141":{"tf":1.0},"197":{"tf":1.0},"199":{"tf":1.0},"203":{"tf":1.0},"216":{"tf":1.0},"218":{"tf":1.0},"225":{"tf":1.0},"262":{"tf":1.7320508075688772},"283":{"tf":1.0},"285":{"tf":2.0},"32":{"tf":1.4142135623730951},"337":{"tf":1.0},"34":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0},"56":{"tf":1.4142135623730951}}}},"r":{"df":14,"docs":{"120":{"tf":1.0},"121":{"tf":1.4142135623730951},"130":{"tf":1.0},"134":{"tf":1.0},"209":{"tf":1.0},"23":{"tf":1.4142135623730951},"301":{"tf":1.0},"46":{"tf":1.0},"55":{"tf":1.4142135623730951},"61":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"72":{"tf":1.4142135623730951},"73":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":3,"docs":{"124":{"tf":1.0},"14":{"tf":1.0},"325":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"o":{"d":{"df":7,"docs":{"142":{"tf":1.0},"249":{"tf":1.0},"256":{"tf":1.0},"259":{"tf":1.0},"338":{"tf":1.0},"35":{"tf":1.0},"87":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"209":{"tf":1.0},"234":{"tf":1.0},"293":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"152":{"tf":1.0},"172":{"tf":1.0},"259":{"tf":1.0},"314":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":9,"docs":{"130":{"tf":1.4142135623730951},"135":{"tf":2.8284271247461903},"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}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":3,"docs":{"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"49":{"tf":1.0}}}}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"116":{"tf":1.0},"117":{"tf":1.0},"134":{"tf":1.0},"273":{"tf":1.0},"278":{"tf":1.0}}}},"d":{"df":3,"docs":{"140":{"tf":1.7320508075688772},"282":{"tf":1.0},"322":{"tf":1.0}}},"df":0,"docs":{},"e":{"c":{"df":6,"docs":{"12":{"tf":1.0},"246":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"135":{"tf":1.0}}}}}}}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"207":{"tf":1.0},"321":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":53,"docs":{"101":{"tf":1.4142135623730951},"110":{"tf":1.4142135623730951},"111":{"tf":1.4142135623730951},"116":{"tf":1.4142135623730951},"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},"131":{"tf":1.0},"137":{"tf":1.0},"139":{"tf":1.0},"14":{"tf":2.0},"15":{"tf":2.0},"165":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"189":{"tf":1.7320508075688772},"190":{"tf":1.0},"194":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"240":{"tf":1.0},"244":{"tf":1.0},"246":{"tf":1.0},"250":{"tf":1.4142135623730951},"257":{"tf":1.0},"258":{"tf":1.0},"263":{"tf":1.0},"269":{"tf":1.0},"276":{"tf":1.0},"30":{"tf":2.23606797749979},"302":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"330":{"tf":1.0},"331":{"tf":1.0},"337":{"tf":1.4142135623730951},"339":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.7320508075688772},"51":{"tf":1.4142135623730951},"54":{"tf":1.7320508075688772},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"77":{"tf":1.0},"81":{"tf":1.0}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":3,"docs":{"174":{"tf":1.0},"180":{"tf":1.0},"209":{"tf":1.0}}}}}}},"y":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{},"u":{"df":1,"docs":{"3":{"tf":1.0}},"g":{"df":1,"docs":{"272":{"tf":1.0}},"g":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"42":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"b":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"d":{"df":11,"docs":{"15":{"tf":1.0},"152":{"tf":1.4142135623730951},"18":{"tf":1.0},"182":{"tf":1.0},"186":{"tf":1.4142135623730951},"247":{"tf":1.0},"283":{"tf":1.4142135623730951},"293":{"tf":1.0},"31":{"tf":1.0},"337":{"tf":1.0},"42":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":8,"docs":{"119":{"tf":1.0},"163":{"tf":1.0},"19":{"tf":1.0},"230":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"30":{"tf":1.0},"48":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":5,"docs":{"170":{"tf":1.0},"176":{"tf":1.0},"203":{"tf":1.0},"256":{"tf":1.4142135623730951},"32":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"25":{"tf":1.0},"34":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":10,"docs":{"15":{"tf":1.0},"168":{"tf":1.0},"19":{"tf":1.0},"251":{"tf":1.0},"27":{"tf":1.0},"42":{"tf":1.4142135623730951},"44":{"tf":1.0},"48":{"tf":1.4142135623730951},"51":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"’":{"df":0,"docs":{},"r":{"df":1,"docs":{"47":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":12,"docs":{"146":{"tf":1.0},"153":{"tf":2.0},"172":{"tf":1.4142135623730951},"173":{"tf":1.0},"209":{"tf":1.4142135623730951},"214":{"tf":1.7320508075688772},"218":{"tf":1.4142135623730951},"231":{"tf":1.4142135623730951},"282":{"tf":2.449489742783178},"313":{"tf":1.0},"32":{"tf":1.0},"322":{"tf":1.7320508075688772}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"247":{"tf":1.0},"298":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":6,"docs":{"132":{"tf":1.0},"135":{"tf":1.0},"248":{"tf":1.0},"337":{"tf":1.0},"39":{"tf":1.0},"67":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"133":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":14,"docs":{"100":{"tf":1.0},"117":{"tf":1.0},"136":{"tf":1.0},"191":{"tf":1.0},"196":{"tf":1.0},"206":{"tf":1.0},"259":{"tf":1.0},"264":{"tf":1.0},"268":{"tf":1.0},"38":{"tf":1.0},"44":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"61":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"319":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"18":{"tf":1.0},"24":{"tf":1.0},"250":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}}},"df":3,"docs":{"304":{"tf":1.0},"312":{"tf":1.0},"328":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"10":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"276":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":8,"docs":{"150":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"209":{"tf":1.0},"246":{"tf":1.0},"287":{"tf":1.0},"30":{"tf":1.0},"339":{"tf":1.0}}}}}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"128":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"117":{"tf":1.0},"269":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"56":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":9,"docs":{"215":{"tf":1.0},"218":{"tf":1.4142135623730951},"246":{"tf":1.0},"268":{"tf":1.0},"293":{"tf":1.0},"337":{"tf":1.0},"339":{"tf":1.0},"37":{"tf":1.0},"48":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"116":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"276":{"tf":1.4142135623730951}}}}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"21":{"tf":1.4142135623730951},"252":{"tf":1.0},"27":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":2,"docs":{"256":{"tf":1.0},"259":{"tf":1.0}},"l":{"df":0,"docs":{},"n":{"!":{"(":{"\\"":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"148":{"tf":1.0},"165":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"267":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"256":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"148":{"tf":1.0},"165":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}}}}},"o":{"b":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"131":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":4,"docs":{"203":{"tf":1.0},"273":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":19,"docs":{"150":{"tf":1.0},"156":{"tf":1.0},"19":{"tf":1.0},"225":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"251":{"tf":1.0},"268":{"tf":1.0},"279":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"303":{"tf":1.0},"324":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}},"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"32":{"tf":1.0}},"e":{"d":{"df":2,"docs":{"139":{"tf":1.0},"18":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"s":{"df":28,"docs":{"120":{"tf":1.0},"144":{"tf":1.0},"15":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.4142135623730951},"173":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"218":{"tf":1.0},"231":{"tf":1.4142135623730951},"247":{"tf":1.0},"282":{"tf":1.4142135623730951},"3":{"tf":1.0},"31":{"tf":1.4142135623730951},"315":{"tf":1.0},"32":{"tf":1.0},"322":{"tf":1.4142135623730951},"337":{"tf":1.0},"338":{"tf":1.4142135623730951},"339":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"42":{"tf":1.7320508075688772},"44":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.4142135623730951},"65":{"tf":1.0},"70":{"tf":1.0}}}}}},"d":{"df":1,"docs":{"205":{"tf":1.0}},"u":{"c":{"df":17,"docs":{"120":{"tf":1.0},"133":{"tf":1.0},"2":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"23":{"tf":1.7320508075688772},"285":{"tf":1.0},"286":{"tf":1.0},"30":{"tf":1.0},"301":{"tf":1.0},"337":{"tf":1.7320508075688772},"44":{"tf":1.4142135623730951},"45":{"tf":1.0},"46":{"tf":1.0},"54":{"tf":1.7320508075688772},"56":{"tf":1.0},"89":{"tf":1.0}},"t":{"df":19,"docs":{"107":{"tf":1.0},"125":{"tf":1.4142135623730951},"128":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.4142135623730951},"185":{"tf":1.0},"186":{"tf":1.0},"196":{"tf":1.0},"23":{"tf":1.0},"240":{"tf":1.7320508075688772},"26":{"tf":1.0},"286":{"tf":1.0},"3":{"tf":1.0},"306":{"tf":1.0},"337":{"tf":1.0},"339":{"tf":1.0},"42":{"tf":1.4142135623730951},"60":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":1,"docs":{"269":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":3,"docs":{"174":{"tf":1.4142135623730951},"180":{"tf":1.4142135623730951},"186":{"tf":1.4142135623730951}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"340":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"165":{"tf":1.4142135623730951},"330":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":29,"docs":{"123":{"tf":1.0},"129":{"tf":1.4142135623730951},"142":{"tf":1.0},"149":{"tf":1.0},"156":{"tf":1.0},"168":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"195":{"tf":1.0},"213":{"tf":1.0},"222":{"tf":1.7320508075688772},"247":{"tf":1.0},"248":{"tf":1.0},"25":{"tf":1.0},"256":{"tf":1.0},"259":{"tf":1.0},"285":{"tf":1.0},"286":{"tf":1.0},"324":{"tf":1.0},"337":{"tf":1.7320508075688772},"34":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"38":{"tf":1.0},"46":{"tf":1.4142135623730951},"54":{"tf":1.7320508075688772},"64":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"0":{"tf":1.0},"319":{"tf":1.0},"334":{"tf":1.0}},"’":{"df":2,"docs":{"253":{"tf":1.0},"298":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":2,"docs":{"153":{"tf":1.0},"221":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"42":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"f":{"df":2,"docs":{"210":{"tf":1.0},"338":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"120":{"tf":1.0},"247":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"246":{"tf":1.0},"31":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"134":{"tf":1.0},"337":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"2":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":17,"docs":{"1":{"tf":1.0},"129":{"tf":1.0},"132":{"tf":1.0},"2":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"247":{"tf":1.0},"250":{"tf":1.0},"253":{"tf":1.0},"27":{"tf":1.4142135623730951},"301":{"tf":1.7320508075688772},"32":{"tf":1.0},"337":{"tf":2.0},"338":{"tf":1.0},"34":{"tf":1.0},"46":{"tf":2.0},"47":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":2,"docs":{"173":{"tf":1.0},"245":{"tf":1.0}}}}}}},"v":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":2,"docs":{"26":{"tf":1.0},"273":{"tf":1.0}},"n":{"df":1,"docs":{"247":{"tf":1.0}}},"r":{"df":1,"docs":{"210":{"tf":1.4142135623730951}}}},"i":{"d":{"df":18,"docs":{"10":{"tf":1.0},"133":{"tf":1.0},"15":{"tf":1.0},"168":{"tf":1.0},"175":{"tf":1.0},"181":{"tf":1.0},"190":{"tf":1.0},"193":{"tf":1.4142135623730951},"197":{"tf":1.0},"199":{"tf":1.0},"210":{"tf":1.0},"236":{"tf":1.0},"252":{"tf":1.0},"266":{"tf":1.0},"268":{"tf":1.0},"337":{"tf":1.0},"339":{"tf":1.4142135623730951},"42":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":3,"docs":{"168":{"tf":1.0},"266":{"tf":1.0},"29":{"tf":1.0}}}}}}},"s":{"df":2,"docs":{"283":{"tf":1.0},"287":{"tf":1.0}},"e":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"273":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"b":{"df":15,"docs":{"114":{"tf":1.0},"168":{"tf":1.4142135623730951},"190":{"tf":1.0},"199":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.7320508075688772},"258":{"tf":2.0},"261":{"tf":1.0},"262":{"tf":1.4142135623730951},"266":{"tf":1.4142135623730951},"267":{"tf":1.0},"269":{"tf":1.4142135623730951},"273":{"tf":1.4142135623730951},"274":{"tf":1.4142135623730951},"42":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":4,"docs":{"2":{"tf":1.0},"338":{"tf":1.4142135623730951},"4":{"tf":1.0},"96":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"_":{"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":{"163":{"tf":1.0}}}}}}}}}},"df":1,"docs":{"176":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":5,"docs":{"245":{"tf":1.0},"264":{"tf":1.0},"310":{"tf":1.0},"35":{"tf":1.0},"54":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"248":{"tf":1.0},"34":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"163":{"tf":1.0},"203":{"tf":1.0}}}},"t":{"df":3,"docs":{"41":{"tf":1.0},"49":{"tf":1.0},"56":{"tf":1.0}}}}},"q":{"a":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"10":{"tf":1.0},"113":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":9,"docs":{"10":{"tf":1.0},"105":{"tf":1.0},"116":{"tf":1.0},"119":{"tf":1.0},"187":{"tf":1.0},"277":{"tf":1.0},"307":{"tf":1.0},"312":{"tf":1.0},"43":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"56":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"10":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"27":{"tf":1.0}}}},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"r":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"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":{"c":{"df":0,"docs":{},"e":{"df":5,"docs":{"215":{"tf":1.0},"268":{"tf":1.0},"296":{"tf":1.0},"337":{"tf":1.0},"37":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":1,"docs":{"326":{"tf":1.7320508075688772}}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":8,"docs":{"123":{"tf":1.0},"134":{"tf":1.4142135623730951},"203":{"tf":1.0},"24":{"tf":1.0},"33":{"tf":1.0},"58":{"tf":1.4142135623730951},"74":{"tf":1.0},"78":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":6,"docs":{"134":{"tf":1.0},"16":{"tf":1.0},"193":{"tf":1.0},"64":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"194":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"37":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"249":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"(":{"1":{"0":{"df":7,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"122":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0}}},"df":0,"docs":{}},"2":{"df":6,"docs":{"103":{"tf":1.0},"121":{"tf":1.4142135623730951},"122":{"tf":1.0},"57":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0}}},"5":{"0":{"df":1,"docs":{"124":{"tf":1.0}}},"df":4,"docs":{"120":{"tf":1.4142135623730951},"123":{"tf":1.0},"124":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":2,"docs":{"67":{"tf":1.0},"73":{"tf":1.0}}}},"df":34,"docs":{"108":{"tf":1.7320508075688772},"117":{"tf":1.0},"120":{"tf":1.0},"122":{"tf":1.0},"124":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.0},"203":{"tf":1.0},"212":{"tf":1.0},"24":{"tf":1.0},"247":{"tf":1.0},"25":{"tf":1.4142135623730951},"278":{"tf":1.4142135623730951},"287":{"tf":1.4142135623730951},"289":{"tf":1.0},"297":{"tf":1.0},"327":{"tf":1.0},"33":{"tf":1.0},"337":{"tf":1.4142135623730951},"35":{"tf":1.0},"43":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"65":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.4142135623730951},"74":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"89":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":5,"docs":{"107":{"tf":1.0},"20":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"49":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"29":{"tf":1.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"273":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"274":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"273":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"l":{"df":2,"docs":{"273":{"tf":1.4142135623730951},"274":{"tf":1.0}}}},"df":0,"docs":{}},"df":5,"docs":{"182":{"tf":1.0},"285":{"tf":1.0},"323":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.0}}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":7,"docs":{"100":{"tf":1.0},"115":{"tf":1.0},"255":{"tf":1.0},"261":{"tf":1.0},"278":{"tf":1.0},"339":{"tf":1.0},"44":{"tf":1.0}}}},"df":0,"docs":{}},"df":7,"docs":{"10":{"tf":1.7320508075688772},"101":{"tf":1.0},"112":{"tf":1.0},"156":{"tf":1.0},"314":{"tf":1.0},"334":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":39,"docs":{"123":{"tf":1.0},"133":{"tf":1.4142135623730951},"141":{"tf":2.8284271247461903},"15":{"tf":1.0},"157":{"tf":2.449489742783178},"16":{"tf":1.0},"170":{"tf":1.0},"176":{"tf":1.0},"182":{"tf":1.0},"19":{"tf":1.0},"212":{"tf":1.0},"215":{"tf":1.4142135623730951},"216":{"tf":1.4142135623730951},"217":{"tf":1.7320508075688772},"218":{"tf":1.7320508075688772},"22":{"tf":1.0},"225":{"tf":2.23606797749979},"232":{"tf":1.4142135623730951},"247":{"tf":1.7320508075688772},"249":{"tf":1.0},"250":{"tf":1.0},"268":{"tf":1.4142135623730951},"283":{"tf":1.7320508075688772},"297":{"tf":1.4142135623730951},"31":{"tf":1.0},"312":{"tf":1.0},"32":{"tf":2.23606797749979},"323":{"tf":1.0},"33":{"tf":1.0},"337":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.0},"47":{"tf":2.8284271247461903},"48":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.0},"82":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"276":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"237":{"tf":1.0},"295":{"tf":1.0}},"s":{"=":{"1":{"2":{"0":{"df":3,"docs":{"217":{"tf":1.0},"232":{"tf":1.0},"283":{"tf":1.0}}},"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":{},"o":{"d":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"l":{"df":13,"docs":{"130":{"tf":1.0},"186":{"tf":1.0},"222":{"tf":1.0},"251":{"tf":1.0},"267":{"tf":1.0},"272":{"tf":1.0},"303":{"tf":1.4142135623730951},"309":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"5":{"tf":1.0},"57":{"tf":1.0},"8":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":1,"docs":{"306":{"tf":1.0}},"—":{"df":0,"docs":{},"k":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"t":{"df":13,"docs":{"107":{"tf":1.0},"109":{"tf":1.0},"122":{"tf":1.0},"180":{"tf":1.0},"196":{"tf":1.0},"205":{"tf":1.0},"240":{"tf":1.0},"247":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":1.0},"67":{"tf":1.0},"83":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":8,"docs":{"23":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"54":{"tf":1.0},"61":{"tf":1.0},"87":{"tf":1.0},"96":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":4,"docs":{"247":{"tf":1.0},"255":{"tf":1.0},"259":{"tf":1.0},"268":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"132":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"d":{"df":1,"docs":{"80":{"tf":1.0}}},"df":0,"docs":{}},"v":{"df":7,"docs":{"308":{"tf":1.0},"324":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":10,"docs":{"106":{"tf":1.0},"116":{"tf":1.0},"123":{"tf":1.0},"192":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"303":{"tf":1.0},"307":{"tf":1.0},"337":{"tf":1.0},"82":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":12,"docs":{"110":{"tf":1.0},"283":{"tf":1.0},"286":{"tf":1.4142135623730951},"287":{"tf":1.0},"289":{"tf":1.4142135623730951},"295":{"tf":1.0},"298":{"tf":1.0},"312":{"tf":1.0},"321":{"tf":1.0},"323":{"tf":1.0},"327":{"tf":1.4142135623730951},"328":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":12,"docs":{"10":{"tf":1.4142135623730951},"115":{"tf":1.0},"127":{"tf":1.0},"166":{"tf":1.0},"242":{"tf":1.0},"251":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"336":{"tf":1.0},"4":{"tf":1.0},"63":{"tf":1.0},"99":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"338":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"25":{"tf":1.0},"37":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":5,"docs":{"142":{"tf":1.0},"157":{"tf":1.0},"226":{"tf":1.0},"287":{"tf":1.0},"47":{"tf":1.0}}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"30":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"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":{"19":{"tf":1.0}}}}}}}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"247":{"tf":1.0},"52":{"tf":1.0}}},"x":{"df":1,"docs":{"212":{"tf":1.0}}}},"df":2,"docs":{"23":{"tf":1.0},"46":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"s":{"df":4,"docs":{"230":{"tf":1.0},"281":{"tf":1.0},"312":{"tf":1.0},"323":{"tf":1.0}}}},"df":0,"docs":{},"v":{"df":1,"docs":{"104":{"tf":1.0}}}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"235":{"tf":1.0},"61":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"105":{"tf":1.0},"117":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"115":{"tf":1.0},"123":{"tf":1.0},"152":{"tf":1.0},"75":{"tf":1.0},"94":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":2,"docs":{"10":{"tf":1.0},"328":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"247":{"tf":1.0}}},"v":{"df":6,"docs":{"144":{"tf":1.0},"176":{"tf":1.0},"289":{"tf":1.0},"296":{"tf":1.0},"314":{"tf":1.0},"36":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"130":{"tf":1.0},"24":{"tf":1.0},"51":{"tf":1.0},"80":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"97":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"125":{"tf":1.0},"338":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":1,"docs":{"41":{"tf":1.0}},"r":{"df":0,"docs":{},"t":{"df":7,"docs":{"17":{"tf":1.0},"248":{"tf":1.0},"264":{"tf":1.0},"334":{"tf":1.0},"335":{"tf":1.0},"35":{"tf":1.0},"54":{"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":4,"docs":{"208":{"tf":1.4142135623730951},"230":{"tf":1.0},"281":{"tf":1.0},"304":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":17,"docs":{"116":{"tf":1.0},"117":{"tf":1.0},"161":{"tf":1.4142135623730951},"173":{"tf":1.0},"175":{"tf":1.4142135623730951},"179":{"tf":1.0},"180":{"tf":1.0},"236":{"tf":1.0},"246":{"tf":1.0},"298":{"tf":1.0},"308":{"tf":1.0},"337":{"tf":1.0},"339":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.4142135623730951},"45":{"tf":1.0},"60":{"tf":1.0}},"t":{"df":2,"docs":{"298":{"tf":1.0},"335":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"273":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":19,"docs":{"123":{"tf":1.0},"180":{"tf":1.0},"186":{"tf":1.0},"193":{"tf":1.0},"198":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"235":{"tf":1.0},"246":{"tf":1.0},"290":{"tf":1.0},"292":{"tf":1.0},"306":{"tf":1.0},"315":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"81":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":11,"docs":{"106":{"tf":1.4142135623730951},"116":{"tf":1.0},"117":{"tf":1.4142135623730951},"123":{"tf":1.0},"131":{"tf":1.0},"16":{"tf":1.0},"308":{"tf":1.0},"337":{"tf":1.0},"58":{"tf":1.0},"77":{"tf":1.0},"82":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":38,"docs":{"107":{"tf":1.0},"124":{"tf":1.0},"146":{"tf":1.0},"160":{"tf":2.0},"173":{"tf":1.4142135623730951},"174":{"tf":1.0},"182":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.4142135623730951},"188":{"tf":1.0},"209":{"tf":1.4142135623730951},"212":{"tf":1.0},"228":{"tf":1.7320508075688772},"234":{"tf":1.0},"237":{"tf":1.0},"240":{"tf":1.0},"244":{"tf":1.0},"249":{"tf":1.0},"268":{"tf":1.4142135623730951},"286":{"tf":1.4142135623730951},"292":{"tf":1.4142135623730951},"293":{"tf":1.4142135623730951},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"308":{"tf":1.0},"313":{"tf":1.0},"321":{"tf":1.4142135623730951},"323":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.0},"337":{"tf":1.4142135623730951},"339":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"60":{"tf":1.0},"77":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"18":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"193":{"tf":1.0},"211":{"tf":1.0},"247":{"tf":1.0},"250":{"tf":1.4142135623730951},"259":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"18":{"tf":1.0},"216":{"tf":1.0},"249":{"tf":1.0},"32":{"tf":1.0},"337":{"tf":1.0},"47":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":4,"docs":{"204":{"tf":1.0},"244":{"tf":1.0},"337":{"tf":1.0},"52":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"p":{"df":1,"docs":{"202":{"tf":1.0}}}},"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"199":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"199":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"198":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":39,"docs":{"123":{"tf":2.23606797749979},"135":{"tf":1.0},"16":{"tf":1.0},"168":{"tf":1.0},"186":{"tf":1.0},"188":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.4142135623730951},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"203":{"tf":1.4142135623730951},"204":{"tf":1.0},"205":{"tf":1.0},"246":{"tf":1.0},"247":{"tf":1.0},"249":{"tf":1.0},"278":{"tf":1.0},"289":{"tf":1.4142135623730951},"290":{"tf":1.4142135623730951},"30":{"tf":1.0},"308":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"337":{"tf":1.7320508075688772},"339":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"58":{"tf":2.0},"64":{"tf":1.0},"68":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.4142135623730951},"79":{"tf":2.0},"80":{"tf":1.4142135623730951},"82":{"tf":1.0},"87":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"198":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":1,"docs":{"5":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"179":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{".":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"_":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"148":{"tf":1.0},"165":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"165":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":2,"docs":{"148":{"tf":1.0},"165":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"165":{"tf":1.0}}}}}},"df":0,"docs":{}},"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":5,"docs":{"168":{"tf":1.0},"190":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"42":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"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":4,"docs":{"168":{"tf":1.0},"190":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0}}}}}}}}}}}},"df":41,"docs":{"11":{"tf":1.0},"110":{"tf":1.4142135623730951},"117":{"tf":1.0},"119":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"121":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"124":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"136":{"tf":1.0},"137":{"tf":1.4142135623730951},"147":{"tf":1.0},"148":{"tf":1.0},"165":{"tf":1.7320508075688772},"166":{"tf":1.0},"171":{"tf":1.0},"177":{"tf":1.0},"183":{"tf":1.0},"189":{"tf":1.4142135623730951},"19":{"tf":1.0},"191":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.4142135623730951},"21":{"tf":1.0},"224":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"261":{"tf":1.4142135623730951},"262":{"tf":1.0},"273":{"tf":1.4142135623730951},"274":{"tf":1.0},"317":{"tf":1.0},"339":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"56":{"tf":1.0},"64":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"259":{"tf":1.4142135623730951},"32":{"tf":1.0},"47":{"tf":1.0},"68":{"tf":1.0}},"e":{"df":0,"docs":{},"v":{"df":4,"docs":{"25":{"tf":1.0},"338":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":19,"docs":{"101":{"tf":1.0},"103":{"tf":1.0},"168":{"tf":1.0},"170":{"tf":1.0},"176":{"tf":1.0},"182":{"tf":1.0},"255":{"tf":1.4142135623730951},"261":{"tf":1.4142135623730951},"262":{"tf":1.0},"264":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"273":{"tf":1.0},"293":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"54":{"tf":1.0},"97":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"110":{"tf":1.0},"270":{"tf":1.0},"276":{"tf":1.7320508075688772},"41":{"tf":1.0},"51":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":5,"docs":{"116":{"tf":1.0},"117":{"tf":1.0},"19":{"tf":1.0},"302":{"tf":1.0},"43":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"109":{"tf":1.0},"116":{"tf":1.0},"309":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"43":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"244":{"tf":1.0},"41":{"tf":1.4142135623730951}}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"275":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":3,"docs":{"3":{"tf":1.0},"43":{"tf":1.0},"64":{"tf":1.0}}}},"i":{"d":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"26":{"tf":1.0},"307":{"tf":1.0}}}}},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"301":{"tf":1.0},"337":{"tf":1.0},"46":{"tf":1.7320508075688772},"48":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":4,"docs":{"134":{"tf":1.0},"2":{"tf":1.0},"276":{"tf":1.0},"79":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"157":{"tf":1.0}}}},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"68":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"c":{"df":1,"docs":{"273":{"tf":1.0}}},"df":0,"docs":{}},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"@":{"df":0,"docs":{},"v":{"1":{"df":1,"docs":{"163":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"331":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":3,"docs":{"297":{"tf":2.8284271247461903},"314":{"tf":1.0},"59":{"tf":1.0}}}},"n":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":4,"docs":{"168":{"tf":1.0},"190":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0}}}}}}},"df":0,"docs":{}},"_":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"33":{"tf":1.0}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":11,"docs":{"197":{"tf":1.4142135623730951},"198":{"tf":1.4142135623730951},"255":{"tf":1.4142135623730951},"256":{"tf":1.4142135623730951},"261":{"tf":1.4142135623730951},"262":{"tf":1.4142135623730951},"273":{"tf":1.7320508075688772},"274":{"tf":1.4142135623730951},"317":{"tf":1.0},"34":{"tf":1.0},"64":{"tf":1.4142135623730951}},"—":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":120,"docs":{"10":{"tf":1.4142135623730951},"105":{"tf":1.0},"11":{"tf":1.0},"117":{"tf":1.0},"124":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951},"132":{"tf":1.0},"133":{"tf":1.7320508075688772},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.4142135623730951},"137":{"tf":1.4142135623730951},"138":{"tf":1.0},"139":{"tf":1.4142135623730951},"14":{"tf":1.0},"142":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":2.0},"146":{"tf":1.4142135623730951},"15":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"16":{"tf":1.0},"160":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":2.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"17":{"tf":1.4142135623730951},"173":{"tf":1.0},"179":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"184":{"tf":1.0},"185":{"tf":1.0},"189":{"tf":1.0},"19":{"tf":1.0},"191":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"203":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"21":{"tf":1.0},"212":{"tf":1.0},"219":{"tf":1.0},"221":{"tf":1.0},"228":{"tf":1.0},"23":{"tf":1.0},"233":{"tf":1.0},"235":{"tf":1.0},"239":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":2.23606797749979},"249":{"tf":1.0},"254":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"259":{"tf":1.4142135623730951},"26":{"tf":1.7320508075688772},"261":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"274":{"tf":1.0},"278":{"tf":1.0},"28":{"tf":1.4142135623730951},"285":{"tf":1.0},"287":{"tf":1.0},"289":{"tf":1.0},"296":{"tf":2.0},"30":{"tf":2.0},"304":{"tf":1.4142135623730951},"307":{"tf":1.4142135623730951},"31":{"tf":1.0},"311":{"tf":1.0},"313":{"tf":1.0},"314":{"tf":1.0},"315":{"tf":1.0},"321":{"tf":1.0},"324":{"tf":1.0},"327":{"tf":1.4142135623730951},"328":{"tf":1.4142135623730951},"33":{"tf":1.7320508075688772},"330":{"tf":1.0},"331":{"tf":1.0},"332":{"tf":1.0},"337":{"tf":2.6457513110645907},"339":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.0},"37":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.7320508075688772},"45":{"tf":2.0},"46":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":2.449489742783178},"57":{"tf":1.0},"59":{"tf":2.0},"6":{"tf":1.0},"60":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"84":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.4142135623730951},"89":{"tf":1.0},"9":{"tf":1.0},"97":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":3,"docs":{"130":{"tf":1.0},"197":{"tf":1.0},"273":{"tf":1.4142135623730951}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"118":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":16,"docs":{"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},"137":{"tf":1.0},"148":{"tf":1.0},"165":{"tf":1.0},"171":{"tf":1.0},"177":{"tf":1.0},"183":{"tf":1.0},"38":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"249":{"tf":1.0}}}}}},":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"266":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"266":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":88,"docs":{"11":{"tf":1.0},"116":{"tf":1.4142135623730951},"117":{"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.7320508075688772},"127":{"tf":1.4142135623730951},"136":{"tf":1.0},"137":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":2.6457513110645907},"161":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.7320508075688772},"168":{"tf":2.23606797749979},"169":{"tf":1.4142135623730951},"170":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.4142135623730951},"18":{"tf":2.6457513110645907},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":2.0},"187":{"tf":1.0},"188":{"tf":1.4142135623730951},"189":{"tf":2.0},"190":{"tf":2.0},"191":{"tf":1.0},"193":{"tf":2.23606797749979},"194":{"tf":1.0},"198":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.7320508075688772},"209":{"tf":1.4142135623730951},"236":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"244":{"tf":1.0},"246":{"tf":1.0},"247":{"tf":1.4142135623730951},"249":{"tf":1.0},"250":{"tf":1.4142135623730951},"251":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"265":{"tf":1.7320508075688772},"266":{"tf":2.0},"267":{"tf":2.449489742783178},"268":{"tf":1.4142135623730951},"276":{"tf":1.7320508075688772},"282":{"tf":1.0},"290":{"tf":2.0},"295":{"tf":1.4142135623730951},"298":{"tf":1.0},"302":{"tf":2.449489742783178},"304":{"tf":1.0},"31":{"tf":2.0},"315":{"tf":1.0},"318":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"331":{"tf":1.7320508075688772},"335":{"tf":1.0},"337":{"tf":2.0},"339":{"tf":2.0},"36":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":2.23606797749979},"42":{"tf":3.1622776601683795},"44":{"tf":1.7320508075688772},"45":{"tf":1.0},"47":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.4142135623730951},"62":{"tf":1.0},"99":{"tf":1.0}},"—":{"df":0,"docs":{},"y":{"df":1,"docs":{"167":{"tf":1.0}}}},"’":{"df":3,"docs":{"241":{"tf":1.0},"31":{"tf":1.0},"80":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"—":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":2,"docs":{"148":{"tf":1.0},"267":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":16,"docs":{"134":{"tf":1.0},"246":{"tf":1.4142135623730951},"248":{"tf":1.0},"249":{"tf":2.6457513110645907},"251":{"tf":1.0},"276":{"tf":1.0},"284":{"tf":1.0},"33":{"tf":1.7320508075688772},"34":{"tf":1.0},"35":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{":":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"164":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"=":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":3,"docs":{"213":{"tf":1.0},"298":{"tf":1.0},"335":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":9,"docs":{"137":{"tf":1.4142135623730951},"146":{"tf":1.0},"174":{"tf":1.0},"209":{"tf":1.0},"272":{"tf":1.0},"298":{"tf":1.0},"330":{"tf":1.0},"335":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":24,"docs":{"0":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.7320508075688772},"167":{"tf":1.0},"168":{"tf":1.0},"189":{"tf":1.4142135623730951},"19":{"tf":1.0},"193":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"250":{"tf":1.0},"276":{"tf":1.0},"30":{"tf":1.4142135623730951},"302":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"331":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"44":{"tf":1.7320508075688772},"45":{"tf":1.0},"47":{"tf":1.4142135623730951},"51":{"tf":1.0},"60":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":12,"docs":{"119":{"tf":1.0},"121":{"tf":1.4142135623730951},"2":{"tf":1.0},"248":{"tf":1.0},"338":{"tf":1.7320508075688772},"4":{"tf":1.0},"5":{"tf":1.0},"71":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"119":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"289":{"tf":1.0}}}}},"w":{"df":2,"docs":{"143":{"tf":1.4142135623730951},"224":{"tf":1.0}}},"y":{"df":1,"docs":{"13":{"tf":1.0}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":8,"docs":{"174":{"tf":1.0},"181":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.4142135623730951},"240":{"tf":1.4142135623730951},"297":{"tf":1.0},"60":{"tf":1.0}},"{":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"187":{"tf":1.0}}}}},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"19":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"186":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"(":{")":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"267":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"110":{"tf":1.0},"114":{"tf":1.0},"258":{"tf":2.0}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":4,"docs":{"102":{"tf":1.0},"125":{"tf":1.0},"269":{"tf":1.0},"56":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"1":{"0":{"df":3,"docs":{"107":{"tf":1.0},"113":{"tf":1.0},"240":{"tf":1.0}}},"df":0,"docs":{}},"2":{"df":15,"docs":{"104":{"tf":1.4142135623730951},"107":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"14":{"tf":1.0},"194":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"283":{"tf":1.0},"287":{"tf":1.0},"30":{"tf":1.0},"327":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0}}},"3":{"df":22,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.7320508075688772},"114":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"137":{"tf":1.0},"189":{"tf":1.0},"24":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"302":{"tf":1.0},"38":{"tf":1.0},"54":{"tf":1.4142135623730951},"57":{"tf":1.0},"81":{"tf":1.0}}},"4":{"df":8,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"109":{"tf":1.0},"123":{"tf":1.0},"263":{"tf":1.0},"290":{"tf":1.4142135623730951},"309":{"tf":1.0},"58":{"tf":1.0}}},"5":{"df":2,"docs":{"124":{"tf":1.0},"165":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"111":{"tf":1.0},"330":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":100,"docs":{"10":{"tf":1.4142135623730951},"100":{"tf":1.7320508075688772},"101":{"tf":1.0},"103":{"tf":2.0},"109":{"tf":1.0},"11":{"tf":1.0},"112":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.4142135623730951},"118":{"tf":1.0},"126":{"tf":1.0},"128":{"tf":1.0},"13":{"tf":1.0},"135":{"tf":1.7320508075688772},"136":{"tf":1.4142135623730951},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"14":{"tf":2.0},"15":{"tf":1.7320508075688772},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.4142135623730951},"168":{"tf":2.23606797749979},"170":{"tf":1.0},"173":{"tf":1.0},"176":{"tf":1.0},"18":{"tf":1.4142135623730951},"182":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"198":{"tf":1.0},"20":{"tf":1.4142135623730951},"200":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"21":{"tf":1.0},"239":{"tf":1.0},"24":{"tf":1.0},"243":{"tf":1.7320508075688772},"244":{"tf":1.0},"246":{"tf":2.23606797749979},"250":{"tf":1.0},"251":{"tf":1.4142135623730951},"253":{"tf":1.4142135623730951},"255":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.4142135623730951},"259":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":2.23606797749979},"267":{"tf":1.7320508075688772},"269":{"tf":1.0},"27":{"tf":1.4142135623730951},"275":{"tf":1.4142135623730951},"276":{"tf":2.23606797749979},"277":{"tf":1.0},"278":{"tf":1.4142135623730951},"28":{"tf":1.7320508075688772},"29":{"tf":1.0},"298":{"tf":1.0},"30":{"tf":1.4142135623730951},"302":{"tf":1.4142135623730951},"305":{"tf":1.0},"31":{"tf":1.0},"310":{"tf":1.0},"330":{"tf":1.4142135623730951},"332":{"tf":1.0},"337":{"tf":2.6457513110645907},"339":{"tf":2.0},"38":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":2.6457513110645907},"45":{"tf":3.1622776601683795},"47":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"49":{"tf":1.7320508075688772},"50":{"tf":1.0},"51":{"tf":2.23606797749979},"52":{"tf":1.7320508075688772},"53":{"tf":1.7320508075688772},"54":{"tf":2.449489742783178},"55":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":2.0},"63":{"tf":1.0},"68":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"99":{"tf":1.0}},"’":{"df":7,"docs":{"16":{"tf":1.0},"247":{"tf":1.0},"33":{"tf":1.0},"64":{"tf":1.4142135623730951},"66":{"tf":1.0},"67":{"tf":1.0},"86":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"249":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"130":{"tf":1.0},"186":{"tf":1.4142135623730951},"293":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"185":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":2,"docs":{"196":{"tf":1.0},"205":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":2,"docs":{"153":{"tf":1.0},"221":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":5,"docs":{"164":{"tf":1.0},"210":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"210":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"159":{"tf":1.0},"298":{"tf":1.0},"334":{"tf":1.0}}}},"df":0,"docs":{}}},"c":{"df":3,"docs":{"256":{"tf":1.4142135623730951},"258":{"tf":1.4142135623730951},"46":{"tf":1.7320508075688772}},"o":{"df":0,"docs":{},"n":{"d":{"df":29,"docs":{"117":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.4142135623730951},"130":{"tf":1.0},"217":{"tf":1.0},"23":{"tf":1.7320508075688772},"256":{"tf":1.0},"30":{"tf":1.0},"301":{"tf":1.7320508075688772},"307":{"tf":2.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"46":{"tf":2.0},"47":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":2.449489742783178},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"72":{"tf":1.0},"73":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"166":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"d":{"df":6,"docs":{"117":{"tf":1.0},"246":{"tf":1.0},"278":{"tf":1.0},"310":{"tf":1.4142135623730951},"55":{"tf":1.0},"68":{"tf":1.4142135623730951}}},"df":45,"docs":{"108":{"tf":1.0},"114":{"tf":1.0},"127":{"tf":1.4142135623730951},"138":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"190":{"tf":1.0},"218":{"tf":1.0},"222":{"tf":1.0},"227":{"tf":1.0},"259":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":1.0},"283":{"tf":1.0},"285":{"tf":1.0},"286":{"tf":1.0},"287":{"tf":1.0},"289":{"tf":1.0},"29":{"tf":1.0},"290":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"314":{"tf":1.0},"317":{"tf":1.0},"318":{"tf":1.0},"319":{"tf":1.0},"32":{"tf":1.0},"323":{"tf":1.0},"332":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"59":{"tf":1.0},"98":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"193":{"tf":1.0},"79":{"tf":1.4142135623730951},"80":{"tf":1.0}}}},"df":0,"docs":{}},"f":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"273":{"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":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"256":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":1,"docs":{"258":{"tf":1.0}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"p":{"df":1,"docs":{"262":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"258":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"1":{"0":{"df":1,"docs":{"269":{"tf":1.0}}},"df":0,"docs":{}},"3":{"df":1,"docs":{"269":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":7,"docs":{"101":{"tf":1.0},"256":{"tf":2.23606797749979},"258":{"tf":2.23606797749979},"262":{"tf":1.4142135623730951},"269":{"tf":1.4142135623730951},"273":{"tf":1.7320508075688772},"274":{"tf":1.7320508075688772}}}},"n":{"d":{"df":4,"docs":{"198":{"tf":1.0},"199":{"tf":1.0},"255":{"tf":1.0},"261":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":3,"docs":{"0":{"tf":1.0},"102":{"tf":1.0},"255":{"tf":1.0}},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"i":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"104":{"tf":1.0},"13":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":6,"docs":{"212":{"tf":1.0},"295":{"tf":1.4142135623730951},"296":{"tf":1.0},"297":{"tf":1.4142135623730951},"321":{"tf":1.4142135623730951},"47":{"tf":1.0}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":15,"docs":{"117":{"tf":1.0},"18":{"tf":1.0},"24":{"tf":1.7320508075688772},"244":{"tf":1.0},"245":{"tf":1.0},"250":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"296":{"tf":1.0},"3":{"tf":1.0},"301":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":1.4142135623730951},"51":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"129":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"135":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"146":{"tf":1.0},"296":{"tf":1.0},"314":{"tf":1.0},"327":{"tf":1.0}}}},"df":1,"docs":{"132":{"tf":1.0}}},"v":{"df":4,"docs":{"248":{"tf":1.0},"276":{"tf":1.0},"34":{"tf":1.0},"48":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"212":{"tf":1.0},"32":{"tf":1.0}}}},"i":{"c":{"df":11,"docs":{"176":{"tf":1.0},"182":{"tf":1.0},"209":{"tf":1.0},"214":{"tf":1.0},"221":{"tf":1.0},"25":{"tf":1.0},"293":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"323":{"tf":1.0},"36":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":30,"docs":{"10":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"105":{"tf":1.0},"113":{"tf":1.4142135623730951},"119":{"tf":1.0},"121":{"tf":1.0},"13":{"tf":1.4142135623730951},"134":{"tf":1.0},"144":{"tf":1.0},"153":{"tf":1.0},"163":{"tf":1.0},"184":{"tf":1.0},"206":{"tf":1.0},"208":{"tf":1.0},"220":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"245":{"tf":1.0},"278":{"tf":1.4142135623730951},"281":{"tf":1.0},"292":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"332":{"tf":1.0},"339":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.4142135623730951},"99":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":4,"docs":{"127":{"tf":1.0},"150":{"tf":1.0},"235":{"tf":1.0},"52":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"138":{"tf":1.0},"209":{"tf":1.0},"211":{"tf":1.0},"44":{"tf":1.0},"54":{"tf":1.0},"59":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":16,"docs":{"116":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.4142135623730951},"135":{"tf":1.0},"173":{"tf":1.0},"203":{"tf":1.0},"21":{"tf":1.0},"244":{"tf":1.0},"272":{"tf":1.0},"278":{"tf":1.0},"44":{"tf":1.0},"50":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":10,"docs":{"117":{"tf":1.0},"173":{"tf":1.0},"197":{"tf":1.0},"212":{"tf":1.0},"273":{"tf":1.0},"276":{"tf":1.0},"337":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"64":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"278":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"42":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"139":{"tf":1.0},"26":{"tf":1.4142135623730951},"296":{"tf":1.0},"307":{"tf":1.0},"54":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"328":{"tf":1.0}}},"r":{"df":1,"docs":{"79":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"210":{"tf":1.0}}}}}},"df":0,"docs":{}}},"w":{"df":22,"docs":{"10":{"tf":1.4142135623730951},"11":{"tf":1.0},"118":{"tf":1.0},"128":{"tf":1.0},"140":{"tf":1.0},"142":{"tf":1.0},"149":{"tf":1.0},"17":{"tf":1.0},"213":{"tf":1.0},"224":{"tf":1.0},"248":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":1.0},"267":{"tf":1.0},"272":{"tf":1.0},"297":{"tf":1.4142135623730951},"49":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"62":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}},"n":{"df":1,"docs":{"199":{"tf":1.0}}}}}},"i":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"208":{"tf":1.0},"281":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"206":{"tf":1.0},"3":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":13,"docs":{"116":{"tf":1.4142135623730951},"117":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"248":{"tf":1.0},"25":{"tf":1.7320508075688772},"259":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.0},"337":{"tf":1.0},"34":{"tf":2.0},"35":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"89":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"268":{"tf":1.0},"298":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":8,"docs":{"14":{"tf":1.0},"185":{"tf":1.0},"256":{"tf":1.0},"273":{"tf":1.0},"53":{"tf":1.4142135623730951},"56":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"137":{"tf":1.0},"169":{"tf":1.0},"54":{"tf":1.0}}}},"—":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":3,"docs":{"314":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"129":{"tf":1.0},"133":{"tf":1.0},"203":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"n":{"df":3,"docs":{"309":{"tf":1.0},"61":{"tf":1.0},"83":{"tf":1.0}},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"—":{"a":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":9,"docs":{"174":{"tf":1.0},"175":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"186":{"tf":1.0},"244":{"tf":1.0},"248":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.0}}}}},"t":{"df":1,"docs":{"51":{"tf":1.0}}},"x":{"df":1,"docs":{"29":{"tf":1.4142135623730951}}},"z":{"df":0,"docs":{},"e":{"(":{"1":{"_":{"0":{"0":{"0":{"_":{"0":{"0":{"0":{"df":1,"docs":{"124":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"5":{"6":{"_":{"0":{"0":{"0":{"df":3,"docs":{"121":{"tf":1.4142135623730951},"57":{"tf":1.0},"72":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"1":{"2":{"_":{"0":{"0":{"0":{"df":2,"docs":{"103":{"tf":1.0},"122":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":1,"docs":{"73":{"tf":1.0}}}}},"df":0,"docs":{}},"df":8,"docs":{"13":{"tf":1.0},"245":{"tf":1.0},"25":{"tf":1.0},"338":{"tf":1.0},"34":{"tf":1.0},"56":{"tf":1.0},"73":{"tf":1.4142135623730951},"74":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":4,"docs":{"20":{"tf":1.0},"39":{"tf":1.0},"62":{"tf":1.0},"99":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"32":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"48":{"tf":1.0}}}}}}}},"o":{"df":2,"docs":{"203":{"tf":1.0},"204":{"tf":1.0}},"t":{"df":9,"docs":{"125":{"tf":1.0},"13":{"tf":1.0},"23":{"tf":1.0},"245":{"tf":1.0},"337":{"tf":1.0},"46":{"tf":1.0},"59":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.0}}},"w":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"163":{"tf":1.0},"164":{"tf":1.0},"237":{"tf":1.0},"295":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":8,"docs":{"163":{"tf":1.0},"212":{"tf":1.0},"232":{"tf":1.0},"283":{"tf":1.0},"286":{"tf":1.0},"297":{"tf":1.0},"321":{"tf":1.0},"327":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}}}}},"df":21,"docs":{"113":{"tf":1.0},"121":{"tf":1.0},"129":{"tf":1.0},"160":{"tf":1.0},"179":{"tf":1.0},"212":{"tf":1.4142135623730951},"217":{"tf":1.0},"228":{"tf":1.0},"23":{"tf":1.4142135623730951},"232":{"tf":1.0},"237":{"tf":1.0},"283":{"tf":1.0},"285":{"tf":1.0},"286":{"tf":2.0},"295":{"tf":1.0},"321":{"tf":1.0},"323":{"tf":1.0},"327":{"tf":1.0},"48":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"107":{"tf":1.0},"180":{"tf":1.0},"286":{"tf":1.4142135623730951},"301":{"tf":1.0},"339":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"186":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"212":{"tf":1.0},"324":{"tf":1.0}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"306":{"tf":1.0},"56":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"113":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"298":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":6,"docs":{"105":{"tf":1.0},"108":{"tf":1.0},"119":{"tf":1.0},"275":{"tf":1.0},"296":{"tf":1.0},"307":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"274":{"tf":1.0},"37":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"o":{"a":{"df":0,"docs":{},"k":{"df":3,"docs":{"105":{"tf":1.0},"240":{"tf":1.0},"307":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":21,"docs":{"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"279":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":1.0},"283":{"tf":1.0},"285":{"tf":1.0},"286":{"tf":1.0},"287":{"tf":1.0},"289":{"tf":1.0},"290":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"298":{"tf":1.0},"321":{"tf":1.0}}}},"v":{"df":1,"docs":{"8":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"198":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":9,"docs":{"10":{"tf":1.0},"143":{"tf":1.0},"247":{"tf":1.0},"253":{"tf":1.0},"264":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"54":{"tf":1.0},"64":{"tf":1.0}}},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"131":{"tf":1.0},"296":{"tf":1.4142135623730951}}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"11":{"tf":1.0}}},"df":0,"docs":{}},"r":{"c":{"df":2,"docs":{"120":{"tf":1.0},"304":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":3,"docs":{"160":{"tf":1.0},"209":{"tf":1.0},"228":{"tf":1.0}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"22":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":12,"docs":{"146":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"239":{"tf":1.0},"250":{"tf":1.0},"31":{"tf":1.0},"313":{"tf":1.0},"315":{"tf":1.0},"339":{"tf":1.0},"44":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"249":{"tf":1.0},"3":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":35,"docs":{"111":{"tf":1.0},"116":{"tf":1.0},"121":{"tf":1.0},"125":{"tf":1.4142135623730951},"127":{"tf":1.0},"13":{"tf":1.0},"135":{"tf":1.0},"139":{"tf":1.0},"168":{"tf":1.0},"179":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"195":{"tf":1.0},"209":{"tf":1.0},"21":{"tf":1.0},"218":{"tf":1.0},"253":{"tf":1.4142135623730951},"264":{"tf":1.0},"278":{"tf":1.0},"28":{"tf":1.0},"291":{"tf":1.0},"306":{"tf":1.0},"308":{"tf":1.0},"319":{"tf":1.0},"332":{"tf":1.0},"338":{"tf":1.0},"34":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"44":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":4,"docs":{"178":{"tf":1.0},"184":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":6,"docs":{"117":{"tf":1.0},"312":{"tf":1.0},"328":{"tf":1.0},"337":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}},"n":{"d":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"244":{"tf":1.0},"41":{"tf":1.0},"51":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"125":{"tf":1.0}}}}}},"s":{"d":{"df":1,"docs":{"184":{"tf":1.0}}},"df":0,"docs":{}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"124":{"tf":1.0},"59":{"tf":1.0}}}},"l":{"df":2,"docs":{"41":{"tf":1.0},"48":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"116":{"tf":1.0},"117":{"tf":1.0},"175":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":13,"docs":{"135":{"tf":1.0},"164":{"tf":1.0},"29":{"tf":1.7320508075688772},"30":{"tf":1.0},"302":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":2.6457513110645907},"42":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"187":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"338":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":11,"docs":{"143":{"tf":1.0},"149":{"tf":1.0},"156":{"tf":1.0},"222":{"tf":1.0},"324":{"tf":1.0},"337":{"tf":1.0},"35":{"tf":1.0},"54":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":3,"docs":{"117":{"tf":1.0},"332":{"tf":1.0},"44":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":4,"docs":{"125":{"tf":1.0},"13":{"tf":1.0},"245":{"tf":1.4142135623730951},"56":{"tf":1.0}},"t":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"198":{"tf":1.0},"273":{"tf":1.0}}}}}}},"df":0,"docs":{}},"_":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"274":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":45,"docs":{"10":{"tf":1.7320508075688772},"101":{"tf":1.0},"102":{"tf":1.0},"108":{"tf":1.0},"117":{"tf":1.0},"119":{"tf":1.0},"133":{"tf":1.0},"140":{"tf":2.0},"142":{"tf":1.0},"16":{"tf":1.4142135623730951},"168":{"tf":1.0},"176":{"tf":1.0},"18":{"tf":1.0},"187":{"tf":1.0},"203":{"tf":1.0},"212":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.0},"233":{"tf":1.4142135623730951},"245":{"tf":1.0},"247":{"tf":1.4142135623730951},"248":{"tf":1.4142135623730951},"249":{"tf":1.0},"261":{"tf":1.0},"266":{"tf":1.0},"273":{"tf":1.0},"282":{"tf":1.0},"285":{"tf":1.4142135623730951},"287":{"tf":1.0},"292":{"tf":1.4142135623730951},"306":{"tf":1.0},"31":{"tf":1.0},"312":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"337":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"39":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":2.0},"53":{"tf":1.0},"54":{"tf":1.7320508075688772},"61":{"tf":1.0},"63":{"tf":1.0},"88":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"—":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"35":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"p":{"df":13,"docs":{"174":{"tf":1.0},"180":{"tf":1.0},"186":{"tf":1.0},"19":{"tf":1.0},"215":{"tf":1.0},"283":{"tf":1.0},"297":{"tf":1.0},"312":{"tf":1.0},"337":{"tf":1.0},"37":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"87":{"tf":1.0}}}},"{":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"187":{"tf":1.0}}}}}}},"t":{"df":2,"docs":{"160":{"tf":1.0},"228":{"tf":1.0}},"e":{"df":15,"docs":{"117":{"tf":1.0},"130":{"tf":1.0},"173":{"tf":1.0},"190":{"tf":1.0},"2":{"tf":1.0},"25":{"tf":1.7320508075688772},"261":{"tf":1.0},"264":{"tf":1.0},"297":{"tf":1.0},"32":{"tf":1.0},"323":{"tf":1.0},"337":{"tf":1.0},"339":{"tf":1.0},"37":{"tf":1.0},"64":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"182":{"tf":1.0},"209":{"tf":1.0},"234":{"tf":1.0},"293":{"tf":1.4142135623730951},"31":{"tf":1.0},"36":{"tf":1.0}}}}}}}},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"’":{"df":0,"docs":{},"r":{"df":1,"docs":{"35":{"tf":1.0}}}}}}}}}},"i":{"c":{"df":2,"docs":{"198":{"tf":1.0},"273":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":4,"docs":{"182":{"tf":1.0},"218":{"tf":1.0},"259":{"tf":1.0},"31":{"tf":1.0}}}},"y":{"df":11,"docs":{"109":{"tf":1.0},"126":{"tf":1.0},"132":{"tf":1.0},"15":{"tf":1.0},"175":{"tf":1.0},"203":{"tf":1.0},"274":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":1.0},"60":{"tf":1.0}}}},"d":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"(":{"\\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"161":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"r":{"(":{"\\"":{"c":{"df":0,"docs":{},"i":{"\\"":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"111":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"\\"":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"111":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"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":{},"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":11,"docs":{"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},"137":{"tf":1.0},"198":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"(":{"1":{"df":1,"docs":{"165":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{":":{":":{"a":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"273":{"tf":1.0}}},"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":{":":{":":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"119":{"tf":1.0},"194":{"tf":1.0},"54":{"tf":1.0}}}}},"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":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":4,"docs":{"152":{"tf":1.0},"220":{"tf":1.0},"285":{"tf":1.0},"314":{"tf":1.0}}}}}},"df":1,"docs":{"220":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":3,"docs":{"152":{"tf":1.0},"220":{"tf":1.0},"285":{"tf":1.4142135623730951}}}}}},"df":1,"docs":{"220":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"43":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"248":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":8,"docs":{"163":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.4142135623730951},"246":{"tf":1.0},"254":{"tf":1.4142135623730951},"31":{"tf":1.0},"4":{"tf":1.0},"54":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":13,"docs":{"113":{"tf":1.0},"123":{"tf":1.0},"129":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"298":{"tf":1.0},"304":{"tf":1.0},"32":{"tf":1.0},"324":{"tf":1.0},"46":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"134":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":16,"docs":{"149":{"tf":1.0},"156":{"tf":1.0},"16":{"tf":1.4142135623730951},"176":{"tf":1.0},"203":{"tf":1.0},"222":{"tf":1.0},"247":{"tf":1.0},"249":{"tf":1.4142135623730951},"264":{"tf":1.0},"33":{"tf":1.0},"337":{"tf":1.0},"339":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"46":{"tf":1.0},"8":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"g":{"df":5,"docs":{"184":{"tf":1.4142135623730951},"209":{"tf":1.0},"338":{"tf":1.0},"73":{"tf":1.0},"76":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"34":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":2,"docs":{"10":{"tf":1.0},"20":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"112":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":8,"docs":{"198":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"261":{"tf":1.0},"262":{"tf":1.0},"273":{"tf":1.0},"274":{"tf":1.0},"317":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"337":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":5,"docs":{"108":{"tf":1.0},"120":{"tf":1.0},"124":{"tf":1.0},"59":{"tf":1.0},"9":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"128":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"215":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"t":{"df":10,"docs":{"190":{"tf":1.0},"198":{"tf":1.0},"256":{"tf":1.0},"258":{"tf":1.0},"262":{"tf":1.0},"267":{"tf":1.4142135623730951},"273":{"tf":1.0},"274":{"tf":1.0},"30":{"tf":1.0},"330":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"11":{"tf":1.0},"112":{"tf":1.0},"339":{"tf":1.0},"41":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"b":{"df":1,"docs":{"133":{"tf":1.0}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"298":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":2,"docs":{"116":{"tf":1.0},"278":{"tf":1.4142135623730951}}}}}},"u":{"b":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"152":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":10,"docs":{"129":{"tf":1.4142135623730951},"131":{"tf":1.0},"226":{"tf":1.0},"289":{"tf":1.0},"337":{"tf":1.4142135623730951},"55":{"tf":1.0},"58":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.0},"93":{"tf":1.0}}}},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"&":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"x":{"df":1,"docs":{"22":{"tf":1.0}}}}},"df":20,"docs":{"120":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.0},"247":{"tf":1.4142135623730951},"248":{"tf":1.0},"289":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"55":{"tf":1.7320508075688772},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.7320508075688772},"68":{"tf":1.4142135623730951},"69":{"tf":1.0},"90":{"tf":1.0},"92":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"121":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":4,"docs":{"13":{"tf":1.0},"245":{"tf":1.0},"338":{"tf":1.4142135623730951},"56":{"tf":1.0}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"36":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":10,"docs":{"1":{"tf":1.0},"109":{"tf":1.4142135623730951},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"338":{"tf":1.0},"4":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"94":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"l":{"df":5,"docs":{"307":{"tf":1.0},"324":{"tf":1.0},"37":{"tf":1.0},"44":{"tf":1.0},"59":{"tf":1.0}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"35":{"tf":1.0}},"e":{"d":{"df":1,"docs":{"14":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"74":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":15,"docs":{"113":{"tf":1.0},"148":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"248":{"tf":1.0},"250":{"tf":1.0},"259":{"tf":1.0},"267":{"tf":1.0},"278":{"tf":1.0},"324":{"tf":1.0},"337":{"tf":1.4142135623730951},"339":{"tf":1.0},"37":{"tf":1.0},"43":{"tf":1.7320508075688772},"8":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"121":{"tf":1.0},"158":{"tf":1.0},"5":{"tf":1.0},"96":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"o":{"df":2,"docs":{"233":{"tf":1.0},"292":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":4,"docs":{"139":{"tf":1.0},"185":{"tf":1.0},"209":{"tf":1.7320508075688772},"27":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"189":{"tf":1.0},"9":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"197":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":17,"docs":{"10":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"188":{"tf":1.0},"193":{"tf":1.4142135623730951},"194":{"tf":1.0},"198":{"tf":1.7320508075688772},"201":{"tf":1.0},"202":{"tf":1.7320508075688772},"277":{"tf":1.0},"290":{"tf":1.7320508075688772},"337":{"tf":1.0},"339":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"52":{"tf":1.0},"77":{"tf":1.4142135623730951}}}}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"0":{"tf":1.0},"4":{"tf":1.0}}},"f":{"a":{"c":{"df":3,"docs":{"199":{"tf":1.0},"200":{"tf":1.0},"249":{"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":{"117":{"tf":1.0},"246":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"308":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"124":{"tf":1.0}}}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"p":{"df":4,"docs":{"116":{"tf":1.0},"126":{"tf":1.0},"167":{"tf":1.0},"41":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":13,"docs":{"279":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":1.0},"283":{"tf":1.0},"285":{"tf":1.0},"286":{"tf":1.0},"287":{"tf":1.0},"289":{"tf":1.0},"290":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0}}}}}}},"n":{"c":{"df":7,"docs":{"135":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"255":{"tf":1.0},"261":{"tf":1.0},"32":{"tf":1.0},"8":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"5":{"tf":1.0}}}}}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"10":{"tf":1.0}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"128":{"tf":1.0},"129":{"tf":1.0},"133":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}},"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":2,"docs":{"233":{"tf":1.0},"292":{"tf":1.0}}}}},"df":27,"docs":{"109":{"tf":1.0},"116":{"tf":1.0},"122":{"tf":1.0},"124":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.0},"25":{"tf":1.4142135623730951},"264":{"tf":1.0},"286":{"tf":1.0},"309":{"tf":1.0},"337":{"tf":2.0},"34":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"59":{"tf":1.0},"63":{"tf":1.0},"70":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"9":{"tf":1.0}}}}}}}},"t":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":11,"docs":{"12":{"tf":1.0},"168":{"tf":1.0},"212":{"tf":1.4142135623730951},"23":{"tf":1.0},"266":{"tf":1.0},"301":{"tf":1.0},"312":{"tf":1.0},"324":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"54":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"19":{"tf":1.0}}}}},"r":{"df":1,"docs":{"298":{"tf":1.0}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"273":{"tf":1.4142135623730951},"274":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"274":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":9,"docs":{"125":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"273":{"tf":1.4142135623730951},"274":{"tf":1.4142135623730951},"286":{"tf":1.0},"337":{"tf":1.0},"79":{"tf":1.4142135623730951},"89":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"k":{"df":4,"docs":{"247":{"tf":1.0},"33":{"tf":1.0},"337":{"tf":1.0},"64":{"tf":1.0}}}}},"d":{"df":1,"docs":{"187":{"tf":1.0}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"128":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":2,"docs":{"117":{"tf":1.0},"278":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":3,"docs":{"19":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"156":{"tf":1.0},"224":{"tf":1.0},"314":{"tf":1.0},"5":{"tf":1.0}}}},"m":{"df":0,"docs":{},"p":{"df":5,"docs":{"144":{"tf":1.0},"152":{"tf":1.0},"170":{"tf":1.0},"172":{"tf":1.0},"36":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"170":{"tf":1.0},"220":{"tf":1.0},"31":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"n":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"186":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"48":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"m":{"df":3,"docs":{"11":{"tf":1.0},"336":{"tf":1.4142135623730951},"59":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"144":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":1,"docs":{"164":{"tf":1.0}}}}}}}}},"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"(":{"#":{"[":{"c":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"331":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{},"s":{"df":1,"docs":{"189":{"tf":1.0}}}}}}}},"df":0,"docs":{},"l":{"df":6,"docs":{"137":{"tf":1.4142135623730951},"148":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.4142135623730951},"152":{"tf":1.0},"54":{"tf":1.4142135623730951}},"o":{"c":{"df":1,"docs":{"189":{"tf":1.0}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"110":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"110":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"_":{"5":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":186,"docs":{"0":{"tf":1.0},"10":{"tf":1.4142135623730951},"104":{"tf":1.0},"105":{"tf":2.0},"106":{"tf":2.23606797749979},"107":{"tf":2.0},"108":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"11":{"tf":2.0},"110":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":2.23606797749979},"118":{"tf":1.4142135623730951},"119":{"tf":2.0},"12":{"tf":1.4142135623730951},"120":{"tf":2.23606797749979},"121":{"tf":1.7320508075688772},"122":{"tf":2.0},"123":{"tf":2.0},"124":{"tf":1.7320508075688772},"125":{"tf":1.7320508075688772},"127":{"tf":1.0},"128":{"tf":1.0},"13":{"tf":1.7320508075688772},"131":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.7320508075688772},"138":{"tf":1.0},"14":{"tf":1.7320508075688772},"142":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":2.6457513110645907},"146":{"tf":2.6457513110645907},"148":{"tf":1.0},"149":{"tf":1.0},"15":{"tf":1.0},"150":{"tf":1.7320508075688772},"152":{"tf":3.0},"153":{"tf":1.4142135623730951},"155":{"tf":1.4142135623730951},"158":{"tf":1.0},"159":{"tf":1.0},"16":{"tf":1.4142135623730951},"161":{"tf":1.0},"163":{"tf":2.8284271247461903},"164":{"tf":2.0},"165":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951},"172":{"tf":1.4142135623730951},"173":{"tf":2.0},"174":{"tf":1.0},"179":{"tf":1.4142135623730951},"18":{"tf":1.0},"180":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.4142135623730951},"186":{"tf":1.0},"189":{"tf":1.0},"19":{"tf":2.23606797749979},"191":{"tf":1.0},"196":{"tf":1.0},"20":{"tf":1.7320508075688772},"200":{"tf":1.0},"203":{"tf":1.4142135623730951},"205":{"tf":1.0},"206":{"tf":1.0},"208":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"210":{"tf":1.4142135623730951},"212":{"tf":1.0},"213":{"tf":1.0},"219":{"tf":1.0},"22":{"tf":1.4142135623730951},"220":{"tf":1.4142135623730951},"221":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.0},"235":{"tf":1.0},"238":{"tf":1.4142135623730951},"239":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"240":{"tf":1.7320508075688772},"243":{"tf":1.0},"244":{"tf":2.23606797749979},"248":{"tf":1.4142135623730951},"249":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0},"262":{"tf":1.0},"267":{"tf":1.0},"27":{"tf":1.0},"270":{"tf":2.0},"272":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.4142135623730951},"279":{"tf":1.0},"28":{"tf":1.0},"283":{"tf":1.0},"285":{"tf":1.7320508075688772},"294":{"tf":1.0},"295":{"tf":2.0},"296":{"tf":2.8284271247461903},"297":{"tf":2.23606797749979},"298":{"tf":1.7320508075688772},"30":{"tf":1.0},"301":{"tf":1.4142135623730951},"303":{"tf":2.0},"304":{"tf":1.0},"306":{"tf":2.23606797749979},"307":{"tf":2.23606797749979},"308":{"tf":1.0},"309":{"tf":1.4142135623730951},"310":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":2.0},"314":{"tf":2.0},"315":{"tf":1.0},"319":{"tf":1.0},"32":{"tf":1.0},"321":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.7320508075688772},"328":{"tf":1.4142135623730951},"330":{"tf":1.0},"331":{"tf":1.4142135623730951},"332":{"tf":1.4142135623730951},"335":{"tf":1.0},"337":{"tf":3.0},"339":{"tf":2.23606797749979},"35":{"tf":1.7320508075688772},"36":{"tf":2.23606797749979},"37":{"tf":1.7320508075688772},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":2.23606797749979},"42":{"tf":1.4142135623730951},"43":{"tf":2.449489742783178},"44":{"tf":1.0},"45":{"tf":1.7320508075688772},"46":{"tf":1.7320508075688772},"47":{"tf":1.7320508075688772},"48":{"tf":1.7320508075688772},"49":{"tf":1.0},"5":{"tf":2.0},"51":{"tf":2.0},"52":{"tf":1.7320508075688772},"53":{"tf":1.0},"54":{"tf":2.23606797749979},"55":{"tf":1.0},"56":{"tf":1.7320508075688772},"57":{"tf":1.7320508075688772},"58":{"tf":1.7320508075688772},"59":{"tf":1.4142135623730951},"6":{"tf":1.0},"60":{"tf":2.0},"61":{"tf":2.6457513110645907},"62":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":2.0},"80":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.7320508075688772},"85":{"tf":1.0},"9":{"tf":2.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"194":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"{":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"274":{"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":{"198":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"273":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"273":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"s":{":":{":":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":2,"docs":{"192":{"tf":1.0},"194":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"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":{},"—":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"308":{"tf":1.0}}}}}}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"61":{"tf":1.0}}}},"t":{"df":0,"docs":{},"’":{"df":5,"docs":{"157":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.0},"59":{"tf":1.0},"8":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"’":{"df":1,"docs":{"54":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"’":{"d":{"df":1,"docs":{"37":{"tf":1.4142135623730951}}},"df":0,"docs":{},"r":{"df":3,"docs":{"243":{"tf":1.0},"248":{"tf":1.0},"54":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":10,"docs":{"113":{"tf":1.0},"16":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"243":{"tf":1.0},"247":{"tf":1.0},"28":{"tf":1.0},"309":{"tf":1.0},"38":{"tf":1.0},"61":{"tf":1.0}}},"k":{"df":6,"docs":{"13":{"tf":1.0},"206":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.4142135623730951},"43":{"tf":1.0},"59":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"328":{"tf":1.0},"61":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"56":{"tf":1.0},"67":{"tf":1.0},"8":{"tf":1.0}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":3,"docs":{"116":{"tf":1.0},"210":{"tf":1.0},"35":{"tf":1.0}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"301":{"tf":1.0},"45":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"150":{"tf":1.0}},"s":{"=":{"1":{"df":5,"docs":{"146":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"314":{"tf":1.0},"327":{"tf":1.0}}},"2":{"df":3,"docs":{"146":{"tf":1.0},"295":{"tf":1.0},"313":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":6,"docs":{"1":{"tf":1.0},"14":{"tf":1.0},"42":{"tf":1.0},"5":{"tf":1.4142135623730951},"54":{"tf":1.0},"83":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"(":{"0":{".":{"9":{"0":{"df":2,"docs":{"289":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":5,"docs":{"132":{"tf":1.0},"289":{"tf":1.4142135623730951},"35":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":18,"docs":{"10":{"tf":1.0},"112":{"tf":1.4142135623730951},"18":{"tf":1.0},"20":{"tf":1.4142135623730951},"223":{"tf":1.0},"251":{"tf":1.0},"271":{"tf":1.0},"279":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.4142135623730951},"297":{"tf":1.0},"30":{"tf":1.0},"43":{"tf":1.4142135623730951},"45":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0},"68":{"tf":1.0},"95":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":7,"docs":{"248":{"tf":1.0},"262":{"tf":1.0},"336":{"tf":1.0},"337":{"tf":1.0},"38":{"tf":1.0},"75":{"tf":1.0},"85":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"117":{"tf":1.0}}}}}}}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"c":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"256":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":1,"docs":{"256":{"tf":1.0}}}},"df":1,"docs":{"42":{"tf":1.0}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":2,"docs":{"41":{"tf":1.0},"5":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"e":{"df":43,"docs":{"10":{"tf":1.0},"117":{"tf":1.0},"125":{"tf":1.0},"13":{"tf":1.0},"130":{"tf":1.0},"132":{"tf":1.7320508075688772},"141":{"tf":1.0},"16":{"tf":1.0},"212":{"tf":1.0},"222":{"tf":1.0},"227":{"tf":1.0},"23":{"tf":1.7320508075688772},"245":{"tf":1.0},"247":{"tf":1.4142135623730951},"27":{"tf":1.0},"28":{"tf":1.0},"285":{"tf":1.4142135623730951},"286":{"tf":1.0},"289":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.4142135623730951},"297":{"tf":1.0},"301":{"tf":2.0},"303":{"tf":1.0},"307":{"tf":1.7320508075688772},"312":{"tf":1.0},"321":{"tf":1.4142135623730951},"33":{"tf":1.0},"337":{"tf":2.6457513110645907},"34":{"tf":1.7320508075688772},"37":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"45":{"tf":1.0},"46":{"tf":3.1622776601683795},"47":{"tf":1.4142135623730951},"5":{"tf":1.4142135623730951},"59":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"96":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":9,"docs":{"158":{"tf":1.0},"204":{"tf":1.0},"212":{"tf":1.0},"217":{"tf":1.4142135623730951},"232":{"tf":1.4142135623730951},"259":{"tf":1.0},"283":{"tf":1.4142135623730951},"47":{"tf":1.0},"93":{"tf":1.0}}}}},"r":{"df":2,"docs":{"129":{"tf":1.4142135623730951},"33":{"tf":1.0}}},"’":{"df":2,"docs":{"16":{"tf":1.0},"259":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":13,"docs":{"152":{"tf":2.0},"159":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"172":{"tf":1.0},"178":{"tf":1.0},"220":{"tf":1.0},"227":{"tf":1.0},"238":{"tf":1.0},"283":{"tf":1.0},"285":{"tf":1.7320508075688772},"298":{"tf":1.0},"314":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"o":{"d":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"201":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":9,"docs":{"11":{"tf":1.0},"122":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"243":{"tf":1.0},"264":{"tf":1.0},"303":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"247":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"196":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"165":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":12,"docs":{"110":{"tf":1.4142135623730951},"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},"137":{"tf":1.0},"189":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"{":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"256":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"123":{"tf":1.7320508075688772},"132":{"tf":1.0},"134":{"tf":1.0},"290":{"tf":1.4142135623730951},"306":{"tf":1.4142135623730951},"58":{"tf":1.0},"82":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"93":{"tf":1.0}}},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"163":{"tf":1.0},"174":{"tf":1.0},"209":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":3,"docs":{"129":{"tf":1.0},"165":{"tf":1.0},"201":{"tf":1.0}}}},"p":{"df":3,"docs":{"101":{"tf":1.0},"286":{"tf":1.0},"293":{"tf":1.0}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":44,"docs":{"101":{"tf":1.0},"102":{"tf":2.449489742783178},"11":{"tf":1.0},"116":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"121":{"tf":1.0},"125":{"tf":1.4142135623730951},"128":{"tf":1.0},"13":{"tf":1.7320508075688772},"134":{"tf":1.7320508075688772},"139":{"tf":1.0},"14":{"tf":1.0},"176":{"tf":1.0},"18":{"tf":1.0},"197":{"tf":1.0},"201":{"tf":1.0},"216":{"tf":1.0},"24":{"tf":1.0},"240":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":2.449489742783178},"246":{"tf":1.4142135623730951},"250":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"269":{"tf":1.4142135623730951},"273":{"tf":1.4142135623730951},"276":{"tf":1.0},"278":{"tf":1.0},"285":{"tf":1.0},"30":{"tf":1.4142135623730951},"31":{"tf":1.0},"337":{"tf":2.0},"339":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"44":{"tf":2.6457513110645907},"45":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"56":{"tf":1.4142135623730951},"61":{"tf":1.0},"68":{"tf":1.0}},"y":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"g":{"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":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"273":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"269":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"1":{"0":{"df":1,"docs":{"240":{"tf":1.0}}},"df":0,"docs":{}},"3":{"df":3,"docs":{"13":{"tf":1.0},"44":{"tf":1.0},"56":{"tf":1.0}}},"5":{"df":3,"docs":{"102":{"tf":1.0},"125":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"’":{"df":2,"docs":{"46":{"tf":1.0},"86":{"tf":1.0}}}}}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"278":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"251":{"tf":1.0},"41":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":6,"docs":{"18":{"tf":1.0},"213":{"tf":1.4142135623730951},"276":{"tf":1.0},"28":{"tf":1.0},"38":{"tf":1.0},"51":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"213":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"k":{"df":12,"docs":{"222":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"337":{"tf":1.0},"34":{"tf":1.0},"38":{"tf":1.0},"64":{"tf":1.0},"68":{"tf":1.0},"74":{"tf":1.0},"80":{"tf":1.0},"88":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"298":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":8,"docs":{"167":{"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},"47":{"tf":1.0}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"276":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":35,"docs":{"109":{"tf":1.4142135623730951},"116":{"tf":1.0},"12":{"tf":1.0},"122":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"14":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"195":{"tf":1.0},"24":{"tf":1.0},"244":{"tf":1.0},"247":{"tf":1.4142135623730951},"250":{"tf":1.0},"254":{"tf":1.0},"264":{"tf":1.0},"268":{"tf":1.0},"307":{"tf":1.0},"309":{"tf":1.0},"337":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":2.449489742783178},"51":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.4142135623730951},"57":{"tf":2.0},"59":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"70":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":15,"docs":{"114":{"tf":1.0},"168":{"tf":1.4142135623730951},"199":{"tf":1.4142135623730951},"248":{"tf":1.0},"255":{"tf":1.7320508075688772},"258":{"tf":1.0},"261":{"tf":1.4142135623730951},"266":{"tf":1.7320508075688772},"272":{"tf":1.0},"278":{"tf":1.0},"317":{"tf":1.0},"318":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.7320508075688772},"64":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":58,"docs":{"102":{"tf":1.0},"103":{"tf":1.7320508075688772},"104":{"tf":1.0},"107":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"116":{"tf":1.0},"120":{"tf":2.8284271247461903},"122":{"tf":2.0},"123":{"tf":1.0},"124":{"tf":1.4142135623730951},"135":{"tf":1.0},"14":{"tf":1.0},"142":{"tf":1.0},"158":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"226":{"tf":1.0},"246":{"tf":1.0},"247":{"tf":2.0},"248":{"tf":1.0},"25":{"tf":1.0},"255":{"tf":1.0},"278":{"tf":1.4142135623730951},"287":{"tf":1.4142135623730951},"289":{"tf":2.6457513110645907},"3":{"tf":1.0},"30":{"tf":1.0},"303":{"tf":1.0},"306":{"tf":1.0},"310":{"tf":1.4142135623730951},"324":{"tf":1.0},"33":{"tf":1.4142135623730951},"337":{"tf":1.7320508075688772},"339":{"tf":1.0},"34":{"tf":1.4142135623730951},"340":{"tf":1.0},"35":{"tf":1.4142135623730951},"38":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.7320508075688772},"51":{"tf":1.0},"55":{"tf":3.3166247903554},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":2.0},"66":{"tf":1.7320508075688772},"67":{"tf":2.0},"68":{"tf":2.0},"69":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"73":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":1,"docs":{"145":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"120":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"104":{"tf":1.0},"69":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"(":{")":{".":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"5":{"0":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"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":0,"docs":{}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"67":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":18,"docs":{"101":{"tf":1.0},"102":{"tf":1.4142135623730951},"104":{"tf":1.0},"106":{"tf":1.4142135623730951},"111":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"125":{"tf":1.0},"263":{"tf":1.0},"289":{"tf":1.0},"302":{"tf":1.0},"309":{"tf":1.0},"330":{"tf":1.0},"38":{"tf":1.0},"43":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"83":{"tf":1.0},"91":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"108":{"tf":1.0},"113":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"109":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"0":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"108":{"tf":1.0},"165":{"tf":1.0},"67":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":11,"docs":{"108":{"tf":1.0},"110":{"tf":1.0},"14":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.4142135623730951},"286":{"tf":1.0},"287":{"tf":1.0},"30":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"110":{"tf":1.0},"240":{"tf":1.0},"269":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"327":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"259":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"116":{"tf":1.0},"200":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"187":{"tf":1.0},"52":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"223":{"tf":1.0},"241":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"128":{"tf":1.0}}}},"df":3,"docs":{"161":{"tf":1.0},"298":{"tf":1.0},"61":{"tf":1.0}},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"131":{"tf":1.0},"33":{"tf":1.0},"79":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":7,"docs":{"10":{"tf":1.0},"115":{"tf":1.0},"279":{"tf":1.0},"314":{"tf":1.0},"320":{"tf":1.0},"323":{"tf":1.0},"334":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"130":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"e":{"df":7,"docs":{"161":{"tf":1.0},"163":{"tf":1.4142135623730951},"164":{"tf":1.4142135623730951},"194":{"tf":1.4142135623730951},"237":{"tf":1.0},"295":{"tf":1.0},"43":{"tf":1.0}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"47":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"324":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"117":{"tf":1.0}}}}}}}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":5,"docs":{"108":{"tf":1.4142135623730951},"117":{"tf":1.0},"211":{"tf":1.0},"278":{"tf":1.0},"55":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":5,"docs":{"15":{"tf":1.0},"167":{"tf":1.0},"31":{"tf":1.0},"337":{"tf":1.0},"54":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":9,"docs":{"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}}}},"df":0,"docs":{}},"o":{"df":2,"docs":{"248":{"tf":1.4142135623730951},"34":{"tf":1.0}}}},"x":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"(":{")":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"/":{"d":{"a":{"df":2,"docs":{"195":{"tf":1.0},"203":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":4,"docs":{"23":{"tf":1.0},"340":{"tf":1.0},"38":{"tf":1.0},"55":{"tf":1.4142135623730951}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":10,"docs":{"103":{"tf":1.0},"113":{"tf":1.0},"298":{"tf":1.0},"309":{"tf":1.0},"335":{"tf":1.0},"337":{"tf":1.0},"41":{"tf":1.4142135623730951},"57":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":1.0}}},"i":{"c":{"df":5,"docs":{"17":{"tf":1.0},"59":{"tf":1.0},"73":{"tf":1.0},"84":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"6":{"4":{"df":2,"docs":{"256":{"tf":1.4142135623730951},"258":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"163":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"133":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"293":{"tf":1.0}}}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":5,"docs":{"142":{"tf":1.0},"158":{"tf":1.0},"226":{"tf":1.0},"287":{"tf":1.0},"97":{"tf":1.0}}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"113":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":15,"docs":{"123":{"tf":1.0},"124":{"tf":1.0},"129":{"tf":1.0},"303":{"tf":1.4142135623730951},"337":{"tf":1.0},"43":{"tf":1.4142135623730951},"47":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0},"68":{"tf":1.0},"70":{"tf":1.0},"76":{"tf":1.0},"8":{"tf":1.0},"82":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":21,"docs":{"0":{"tf":1.0},"10":{"tf":1.4142135623730951},"11":{"tf":1.4142135623730951},"115":{"tf":1.0},"138":{"tf":1.0},"168":{"tf":1.0},"191":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"213":{"tf":1.0},"215":{"tf":1.0},"241":{"tf":1.0},"243":{"tf":1.0},"28":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.0},"84":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"35":{"tf":1.0},"54":{"tf":1.0},"87":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"123":{"tf":1.0},"279":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"253":{"tf":1.0}}}},"t":{"df":3,"docs":{"303":{"tf":1.7320508075688772},"5":{"tf":1.0},"8":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"205":{"tf":1.0},"33":{"tf":1.0},"58":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"k":{"df":1,"docs":{"248":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"274":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"46":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":12,"docs":{"108":{"tf":1.0},"170":{"tf":1.0},"176":{"tf":1.0},"247":{"tf":1.0},"255":{"tf":1.4142135623730951},"259":{"tf":1.0},"268":{"tf":1.0},"314":{"tf":1.0},"32":{"tf":1.7320508075688772},"33":{"tf":1.0},"64":{"tf":1.4142135623730951},"80":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"142":{"tf":1.0}}}},"df":0,"docs":{}},"df":25,"docs":{"10":{"tf":1.0},"116":{"tf":1.0},"144":{"tf":1.0},"15":{"tf":1.0},"153":{"tf":1.0},"16":{"tf":1.0},"168":{"tf":1.0},"18":{"tf":1.0},"204":{"tf":1.0},"206":{"tf":1.0},"217":{"tf":1.0},"241":{"tf":1.0},"249":{"tf":1.0},"259":{"tf":1.0},"266":{"tf":1.0},"268":{"tf":1.0},"276":{"tf":1.0},"31":{"tf":1.0},"312":{"tf":1.0},"32":{"tf":1.0},"337":{"tf":1.0},"339":{"tf":1.0},"54":{"tf":1.4142135623730951},"8":{"tf":1.0},"99":{"tf":1.0}},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.4142135623730951}}}}}}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"163":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"270":{"tf":1.0},"319":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"l":{"df":1,"docs":{"32":{"tf":1.0}}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":16,"docs":{"116":{"tf":1.0},"171":{"tf":1.0},"177":{"tf":1.0},"183":{"tf":1.0},"194":{"tf":1.0},"200":{"tf":1.0},"270":{"tf":1.0},"286":{"tf":1.0},"329":{"tf":1.0},"52":{"tf":1.0},"66":{"tf":1.0},"72":{"tf":1.0},"78":{"tf":1.0},"86":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0}}}},"df":101,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"101":{"tf":1.0},"104":{"tf":1.0},"106":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"114":{"tf":1.0},"116":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":2.23606797749979},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.4142135623730951},"125":{"tf":1.0},"126":{"tf":1.0},"129":{"tf":1.4142135623730951},"130":{"tf":1.0},"14":{"tf":1.0},"161":{"tf":1.0},"163":{"tf":2.0},"165":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.0},"173":{"tf":1.7320508075688772},"175":{"tf":1.0},"177":{"tf":1.0},"179":{"tf":1.7320508075688772},"180":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.7320508075688772},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.7320508075688772},"198":{"tf":1.4142135623730951},"213":{"tf":1.0},"214":{"tf":1.0},"218":{"tf":1.0},"231":{"tf":1.4142135623730951},"236":{"tf":1.0},"238":{"tf":1.0},"240":{"tf":1.0},"245":{"tf":1.0},"256":{"tf":2.0},"257":{"tf":1.4142135623730951},"258":{"tf":1.0},"259":{"tf":1.0},"262":{"tf":1.7320508075688772},"263":{"tf":1.0},"264":{"tf":1.0},"267":{"tf":1.7320508075688772},"268":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"273":{"tf":2.23606797749979},"274":{"tf":1.7320508075688772},"276":{"tf":1.0},"278":{"tf":1.0},"282":{"tf":2.449489742783178},"283":{"tf":1.0},"289":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"301":{"tf":1.0},"304":{"tf":1.4142135623730951},"306":{"tf":1.0},"308":{"tf":1.7320508075688772},"312":{"tf":1.0},"315":{"tf":1.0},"319":{"tf":1.0},"321":{"tf":1.0},"322":{"tf":1.4142135623730951},"324":{"tf":1.0},"327":{"tf":1.0},"328":{"tf":1.4142135623730951},"332":{"tf":1.0},"336":{"tf":1.0},"337":{"tf":1.4142135623730951},"338":{"tf":1.0},"339":{"tf":1.4142135623730951},"46":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.7320508075688772},"55":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":2.23606797749979},"61":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0},"67":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"82":{"tf":1.7320508075688772},"86":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":11,"docs":{"10":{"tf":1.0},"109":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":1.7320508075688772},"278":{"tf":1.0},"39":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"65":{"tf":1.0},"67":{"tf":1.0},"70":{"tf":1.0}}}},"i":{"df":0,"docs":{},"z":{"df":4,"docs":{"199":{"tf":1.4142135623730951},"262":{"tf":1.4142135623730951},"273":{"tf":1.4142135623730951},"274":{"tf":1.4142135623730951}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"275":{"tf":1.0},"321":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"52":{"tf":1.0}}}},"x":{"df":0,"docs":{},"o":{"df":1,"docs":{"67":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"i":{"d":{">":{"/":{"d":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"152":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":5,"docs":{"159":{"tf":1.0},"220":{"tf":1.0},"227":{"tf":1.0},"283":{"tf":1.0},"314":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":3,"docs":{"152":{"tf":1.0},"172":{"tf":1.0},"178":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"245":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":68,"docs":{"1":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.4142135623730951},"116":{"tf":1.0},"117":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":2.0},"121":{"tf":1.4142135623730951},"122":{"tf":1.0},"123":{"tf":1.7320508075688772},"124":{"tf":1.0},"13":{"tf":1.4142135623730951},"132":{"tf":1.0},"134":{"tf":1.0},"139":{"tf":2.449489742783178},"140":{"tf":1.7320508075688772},"141":{"tf":2.0},"152":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"157":{"tf":1.7320508075688772},"159":{"tf":1.4142135623730951},"182":{"tf":1.0},"185":{"tf":1.0},"187":{"tf":1.0},"189":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"196":{"tf":1.0},"198":{"tf":1.0},"2":{"tf":1.7320508075688772},"203":{"tf":1.4142135623730951},"205":{"tf":1.0},"220":{"tf":1.4142135623730951},"225":{"tf":1.0},"227":{"tf":1.4142135623730951},"240":{"tf":1.0},"245":{"tf":1.4142135623730951},"246":{"tf":1.0},"250":{"tf":1.4142135623730951},"253":{"tf":1.0},"273":{"tf":1.4142135623730951},"274":{"tf":1.0},"278":{"tf":1.4142135623730951},"283":{"tf":1.4142135623730951},"290":{"tf":1.4142135623730951},"3":{"tf":1.7320508075688772},"30":{"tf":1.4142135623730951},"306":{"tf":1.7320508075688772},"307":{"tf":1.0},"31":{"tf":1.0},"337":{"tf":2.449489742783178},"338":{"tf":1.4142135623730951},"339":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772},"46":{"tf":1.0},"5":{"tf":2.0},"54":{"tf":2.449489742783178},"55":{"tf":1.4142135623730951},"59":{"tf":1.0},"61":{"tf":1.0},"79":{"tf":1.0},"82":{"tf":1.4142135623730951},"9":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}},"u":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"47":{"tf":1.0}},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":4,"docs":{"131":{"tf":1.0},"264":{"tf":1.0},"308":{"tf":1.0},"338":{"tf":1.0}}}},"r":{"/":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"154":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"134":{"tf":1.0},"164":{"tf":1.0},"208":{"tf":1.0},"211":{"tf":1.0},"332":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.4142135623730951}}}},"df":5,"docs":{"173":{"tf":1.0},"174":{"tf":1.0},"193":{"tf":1.0},"23":{"tf":1.0},"42":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"!":{"[":{"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":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":1,"docs":{"273":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"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":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":2,"docs":{"255":{"tf":1.0},"273":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"255":{"tf":1.0}}},"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"213":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":3,"docs":{"26":{"tf":1.0},"285":{"tf":1.0},"307":{"tf":1.0}},"f":{"df":3,"docs":{"133":{"tf":1.0},"337":{"tf":1.0},"71":{"tf":1.0}},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":30,"docs":{"109":{"tf":1.0},"129":{"tf":1.0},"2":{"tf":1.0},"234":{"tf":1.0},"246":{"tf":1.0},"262":{"tf":1.0},"264":{"tf":1.0},"278":{"tf":1.0},"281":{"tf":1.0},"283":{"tf":1.0},"285":{"tf":1.4142135623730951},"290":{"tf":1.0},"293":{"tf":1.0},"303":{"tf":1.4142135623730951},"308":{"tf":1.0},"309":{"tf":1.0},"337":{"tf":1.4142135623730951},"338":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"5":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.0},"61":{"tf":1.0},"65":{"tf":1.0},"69":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"337":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"292":{"tf":1.7320508075688772},"298":{"tf":1.4142135623730951},"335":{"tf":1.0},"42":{"tf":1.0}}}}}}}},"i":{"a":{"df":4,"docs":{"202":{"tf":1.0},"221":{"tf":1.0},"249":{"tf":1.0},"31":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"52":{"tf":1.0}}}}},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"160":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":1,"docs":{"318":{"tf":1.0}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":3,"docs":{"176":{"tf":1.0},"36":{"tf":1.0},"59":{"tf":1.0}}}}}},"s":{"df":4,"docs":{"196":{"tf":1.0},"205":{"tf":1.0},"335":{"tf":1.0},"43":{"tf":1.0}}}},"w":{"[":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"29":{"tf":1.0}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":14,"docs":{"141":{"tf":1.0},"15":{"tf":1.0},"158":{"tf":1.0},"18":{"tf":1.0},"182":{"tf":1.0},"19":{"tf":1.0},"217":{"tf":1.0},"249":{"tf":1.0},"31":{"tf":1.7320508075688772},"312":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0},"54":{"tf":1.4142135623730951},"80":{"tf":1.0}}}},"l":{"df":0,"docs":{},"k":{"df":7,"docs":{"10":{"tf":1.0},"20":{"tf":1.4142135623730951},"251":{"tf":1.0},"271":{"tf":1.0},"279":{"tf":1.0},"29":{"tf":1.0},"53":{"tf":1.0}}},"l":{"df":5,"docs":{"23":{"tf":2.0},"301":{"tf":1.4142135623730951},"337":{"tf":1.0},"34":{"tf":1.0},"46":{"tf":2.6457513110645907}},"e":{"df":0,"docs":{},"t":{"df":10,"docs":{"117":{"tf":1.0},"246":{"tf":1.4142135623730951},"276":{"tf":1.0},"278":{"tf":1.0},"30":{"tf":1.0},"310":{"tf":1.7320508075688772},"51":{"tf":1.0},"55":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":27,"docs":{"10":{"tf":1.4142135623730951},"104":{"tf":1.0},"11":{"tf":1.0},"119":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"13":{"tf":1.0},"136":{"tf":1.0},"14":{"tf":1.4142135623730951},"173":{"tf":1.0},"179":{"tf":1.4142135623730951},"196":{"tf":1.0},"22":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"251":{"tf":1.0},"330":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":2.0},"62":{"tf":1.4142135623730951},"67":{"tf":1.0},"8":{"tf":1.0},"99":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":5,"docs":{"159":{"tf":1.4142135623730951},"222":{"tf":1.4142135623730951},"227":{"tf":1.0},"249":{"tf":1.0},"36":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"290":{"tf":1.0}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"63":{"tf":1.0}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"130":{"tf":1.0}}}},"y":{"df":5,"docs":{"137":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"243":{"tf":1.0},"40":{"tf":1.0}}}},"df":1,"docs":{"29":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":4,"docs":{"246":{"tf":1.0},"253":{"tf":1.0},"339":{"tf":1.0},"44":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"17":{"tf":1.0},"224":{"tf":1.0},"248":{"tf":1.0},"34":{"tf":1.0}}}},"’":{"d":{"df":1,"docs":{"319":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":5,"docs":{"10":{"tf":1.4142135623730951},"243":{"tf":1.0},"279":{"tf":1.0},"33":{"tf":1.0},"53":{"tf":1.0}}}},"r":{"df":3,"docs":{"0":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0}}},"v":{"df":4,"docs":{"41":{"tf":1.0},"48":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"t":{"\'":{"df":1,"docs":{"282":{"tf":1.0}}},"df":0,"docs":{},"’":{"df":12,"docs":{"115":{"tf":1.0},"127":{"tf":1.0},"166":{"tf":1.0},"191":{"tf":1.0},"20":{"tf":1.0},"241":{"tf":1.0},"271":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0},"49":{"tf":1.0},"62":{"tf":1.0},"99":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":15,"docs":{"18":{"tf":1.4142135623730951},"245":{"tf":1.0},"247":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0},"268":{"tf":1.0},"278":{"tf":1.0},"301":{"tf":1.0},"337":{"tf":1.0},"35":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":2,"docs":{"17":{"tf":1.0},"244":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"42":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":14,"docs":{"122":{"tf":1.0},"139":{"tf":1.4142135623730951},"16":{"tf":1.0},"195":{"tf":1.0},"204":{"tf":1.0},"23":{"tf":1.0},"246":{"tf":1.0},"248":{"tf":1.0},"26":{"tf":1.0},"278":{"tf":1.0},"283":{"tf":1.0},"30":{"tf":1.0},"57":{"tf":1.0},"87":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"275":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"_":{"d":{"a":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"2":{"df":2,"docs":{"269":{"tf":1.0},"56":{"tf":1.0}}},"3":{"df":2,"docs":{"125":{"tf":1.0},"269":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"(":{"1":{"0":{"df":2,"docs":{"125":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":1,"docs":{"269":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":1,"docs":{"269":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"2":{"df":1,"docs":{"263":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":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":{"275":{"tf":1.0}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"(":{"\\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":2,"docs":{"178":{"tf":1.0},"184":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"256":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"(":{"\\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":2,"docs":{"183":{"tf":1.0},"240":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"184":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":6,"docs":{"102":{"tf":1.0},"125":{"tf":1.0},"240":{"tf":1.0},"269":{"tf":1.0},"44":{"tf":1.0},"56":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"(":{"\\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"178":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"290":{"tf":1.0},"81":{"tf":1.4142135623730951}}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"2":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"184":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"n":{"_":{"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":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"2":{"0":{"df":7,"docs":{"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"285":{"tf":1.0},"289":{"tf":1.0},"38":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}},"5":{"0":{"df":1,"docs":{"194":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"0":{"0":{"df":4,"docs":{"113":{"tf":1.0},"124":{"tf":1.0},"165":{"tf":1.0},"240":{"tf":1.0}}},"df":2,"docs":{"119":{"tf":1.0},"54":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"5":{"df":1,"docs":{"26":{"tf":1.0}}},"6":{"0":{"df":17,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"120":{"tf":1.0},"137":{"tf":1.0},"14":{"tf":1.0},"189":{"tf":1.0},"23":{"tf":1.0},"257":{"tf":1.0},"26":{"tf":1.0},"263":{"tf":1.0},"30":{"tf":1.0},"46":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}},"9":{"0":{"df":3,"docs":{"125":{"tf":1.0},"296":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"113":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"_":{"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":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"df":3,"docs":{"125":{"tf":1.0},"269":{"tf":1.0},"56":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"(":{"\\"":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"184":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":4,"docs":{"102":{"tf":1.0},"125":{"tf":1.0},"240":{"tf":1.0},"56":{"tf":1.0}},"y":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"(":{")":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"269":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{")":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"(":{"5":{"df":1,"docs":{"257":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"0":{"df":1,"docs":{"275":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":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":{"194":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"103":{"tf":1.0},"132":{"tf":1.0},"204":{"tf":1.0},"25":{"tf":1.0},"283":{"tf":1.0},"96":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":17,"docs":{"102":{"tf":1.0},"113":{"tf":1.4142135623730951},"133":{"tf":1.0},"245":{"tf":1.0},"251":{"tf":1.4142135623730951},"252":{"tf":1.0},"315":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":2.23606797749979},"44":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"54":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.0},"8":{"tf":1.0}}}}}}}},"l":{"df":1,"docs":{"340":{"tf":1.0}}},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"40":{"tf":1.0}}}}},"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":6,"docs":{"212":{"tf":1.0},"323":{"tf":1.0},"36":{"tf":1.0},"47":{"tf":1.0},"58":{"tf":1.0},"80":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"k":{"df":43,"docs":{"11":{"tf":1.0},"113":{"tf":1.0},"119":{"tf":1.0},"12":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"13":{"tf":1.0},"167":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951},"170":{"tf":1.0},"176":{"tf":1.0},"18":{"tf":1.0},"182":{"tf":1.0},"19":{"tf":1.0},"191":{"tf":1.0},"193":{"tf":1.0},"2":{"tf":1.0},"218":{"tf":1.0},"22":{"tf":1.0},"223":{"tf":1.0},"243":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.0},"255":{"tf":1.0},"268":{"tf":1.0},"297":{"tf":1.0},"301":{"tf":1.7320508075688772},"303":{"tf":1.0},"308":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.0},"8":{"tf":1.0},"84":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":5,"docs":{"155":{"tf":1.0},"276":{"tf":1.7320508075688772},"41":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"52":{"tf":1.0}},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"—":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"285":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"319":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":131,"docs":{"10":{"tf":1.4142135623730951},"101":{"tf":1.0},"102":{"tf":1.4142135623730951},"103":{"tf":2.449489742783178},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.4142135623730951},"11":{"tf":1.0},"113":{"tf":1.7320508075688772},"114":{"tf":1.4142135623730951},"116":{"tf":1.7320508075688772},"117":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"127":{"tf":1.4142135623730951},"128":{"tf":1.0},"129":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"131":{"tf":1.0},"139":{"tf":1.4142135623730951},"14":{"tf":1.0},"142":{"tf":2.23606797749979},"15":{"tf":1.0},"158":{"tf":2.0},"16":{"tf":1.7320508075688772},"166":{"tf":1.0},"168":{"tf":1.4142135623730951},"18":{"tf":1.7320508075688772},"192":{"tf":1.4142135623730951},"193":{"tf":1.4142135623730951},"195":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.7320508075688772},"199":{"tf":1.0},"200":{"tf":1.0},"213":{"tf":1.0},"215":{"tf":1.0},"226":{"tf":2.0},"243":{"tf":1.0},"244":{"tf":1.0},"246":{"tf":2.449489742783178},"247":{"tf":3.0},"248":{"tf":2.0},"249":{"tf":2.0},"250":{"tf":1.4142135623730951},"251":{"tf":1.4142135623730951},"252":{"tf":1.0},"253":{"tf":1.4142135623730951},"254":{"tf":1.7320508075688772},"255":{"tf":2.449489742783178},"256":{"tf":2.0},"257":{"tf":1.4142135623730951},"259":{"tf":2.449489742783178},"260":{"tf":1.0},"261":{"tf":1.4142135623730951},"266":{"tf":1.4142135623730951},"268":{"tf":1.0},"271":{"tf":1.4142135623730951},"272":{"tf":1.4142135623730951},"273":{"tf":2.23606797749979},"274":{"tf":1.0},"276":{"tf":1.0},"278":{"tf":1.7320508075688772},"286":{"tf":1.4142135623730951},"287":{"tf":2.449489742783178},"289":{"tf":1.0},"29":{"tf":1.4142135623730951},"290":{"tf":1.4142135623730951},"297":{"tf":1.7320508075688772},"298":{"tf":1.0},"30":{"tf":2.0},"307":{"tf":1.0},"308":{"tf":1.7320508075688772},"309":{"tf":1.4142135623730951},"310":{"tf":1.4142135623730951},"314":{"tf":1.0},"317":{"tf":1.7320508075688772},"32":{"tf":1.4142135623730951},"326":{"tf":1.7320508075688772},"327":{"tf":1.0},"33":{"tf":3.3166247903554},"337":{"tf":3.1622776601683795},"339":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"340":{"tf":1.0},"35":{"tf":2.0},"36":{"tf":1.0},"37":{"tf":2.23606797749979},"38":{"tf":1.4142135623730951},"4":{"tf":1.0},"41":{"tf":2.8284271247461903},"43":{"tf":2.449489742783178},"45":{"tf":1.0},"47":{"tf":2.23606797749979},"48":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.7320508075688772},"55":{"tf":2.6457513110645907},"56":{"tf":1.0},"57":{"tf":1.7320508075688772},"58":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"6":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.7320508075688772},"63":{"tf":2.23606797749979},"64":{"tf":2.8284271247461903},"65":{"tf":1.7320508075688772},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.4142135623730951},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.4142135623730951},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.7320508075688772},"84":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.4142135623730951},"91":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.4142135623730951}},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"135":{"tf":1.0},"198":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"51":{"tf":1.4142135623730951},"52":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"—":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"l":{"d":{"df":1,"docs":{"130":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"41":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":3,"docs":{"205":{"tf":1.0},"35":{"tf":1.0},"42":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"129":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":18,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"168":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"220":{"tf":1.0},"243":{"tf":1.0},"259":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0},"61":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0},"98":{"tf":1.4142135623730951},"99":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"136":{"tf":1.0},"19":{"tf":1.0},"54":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":8,"docs":{"113":{"tf":1.4142135623730951},"17":{"tf":1.0},"206":{"tf":1.0},"224":{"tf":1.0},"243":{"tf":1.0},"248":{"tf":1.0},"34":{"tf":1.0},"38":{"tf":1.0}}}}}}},"x":{"df":1,"docs":{"11":{"tf":1.0}}},"y":{"df":0,"docs":{},"e":{"df":10,"docs":{"187":{"tf":1.7320508075688772},"302":{"tf":1.0},"304":{"tf":1.0},"309":{"tf":1.0},"313":{"tf":1.0},"315":{"tf":1.0},"318":{"tf":1.0},"327":{"tf":1.0},"330":{"tf":1.0},"331":{"tf":1.0}},"t":{"df":0,"docs":{},"—":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"’":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"’":{"d":{"df":6,"docs":{"118":{"tf":1.0},"2":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"54":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":13,"docs":{"10":{"tf":1.4142135623730951},"103":{"tf":1.0},"11":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"222":{"tf":1.0},"253":{"tf":1.0},"304":{"tf":1.0},"36":{"tf":1.0},"54":{"tf":1.4142135623730951}}}},"r":{"df":27,"docs":{"10":{"tf":1.4142135623730951},"105":{"tf":1.0},"12":{"tf":1.0},"122":{"tf":1.0},"13":{"tf":1.0},"173":{"tf":2.0},"179":{"tf":1.0},"185":{"tf":1.4142135623730951},"195":{"tf":1.0},"2":{"tf":1.0},"205":{"tf":1.0},"212":{"tf":1.0},"243":{"tf":1.0},"245":{"tf":1.0},"250":{"tf":1.4142135623730951},"298":{"tf":1.0},"304":{"tf":1.0},"306":{"tf":1.0},"308":{"tf":1.0},"43":{"tf":1.0},"49":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"60":{"tf":2.449489742783178},"63":{"tf":1.0},"70":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"v":{"df":8,"docs":{"136":{"tf":1.0},"153":{"tf":1.0},"19":{"tf":1.0},"243":{"tf":1.0},"28":{"tf":1.0},"40":{"tf":1.0},"54":{"tf":1.0},"8":{"tf":1.0}}}}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":4,"docs":{"130":{"tf":1.0},"246":{"tf":1.0},"41":{"tf":1.0},"93":{"tf":1.0}}}}}}}},"breadcrumbs":{"root":{"0":{".":{".":{"2":{"df":1,"docs":{"44":{"tf":1.0}}},"3":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"152":{"tf":1.0}}}}}},"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"227":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":17,"docs":{"107":{"tf":1.0},"119":{"tf":1.7320508075688772},"137":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"152":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"157":{"tf":1.0},"189":{"tf":1.0},"198":{"tf":1.0},"220":{"tf":1.7320508075688772},"227":{"tf":1.4142135623730951},"26":{"tf":1.0},"285":{"tf":1.0},"54":{"tf":2.23606797749979}}},"1":{"0":{"0":{"0":{"df":1,"docs":{"247":{"tf":1.0}},"m":{"df":1,"docs":{"184":{"tf":1.0}}}},"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"209":{"tf":1.0}}},"df":0,"docs":{}}},"df":11,"docs":{"120":{"tf":1.0},"123":{"tf":1.0},"23":{"tf":1.0},"256":{"tf":1.0},"258":{"tf":1.0},"26":{"tf":1.0},"306":{"tf":1.0},"309":{"tf":1.0},"326":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0}}},"2":{"0":{"df":6,"docs":{"105":{"tf":1.0},"237":{"tf":1.0},"295":{"tf":1.0},"307":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0}}},"3":{"4":{"5":{"df":1,"docs":{"140":{"tf":1.0}}},"6":{"df":1,"docs":{"140":{"tf":1.0}}},"7":{"df":1,"docs":{"140":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"df":0,"docs":{},"k":{"b":{"df":1,"docs":{"73":{"tf":1.0}}},"df":0,"docs":{}}},"df":5,"docs":{"143":{"tf":1.4142135623730951},"149":{"tf":1.4142135623730951},"156":{"tf":1.4142135623730951},"224":{"tf":1.0},"46":{"tf":1.0}}},"5":{"df":3,"docs":{"142":{"tf":1.4142135623730951},"286":{"tf":1.0},"58":{"tf":1.4142135623730951}}},"6":{"df":0,"docs":{},"g":{"b":{"df":1,"docs":{"326":{"tf":1.0}}},"df":0,"docs":{}}},"8":{"0":{"8":{"0":{":":{"1":{"8":{"0":{"8":{"0":{"df":1,"docs":{"153":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":4,"docs":{"153":{"tf":1.0},"214":{"tf":1.0},"282":{"tf":1.4142135623730951},"322":{"tf":1.0}}},"df":0,"docs":{}},"df":4,"docs":{"105":{"tf":1.0},"122":{"tf":1.0},"307":{"tf":1.0},"59":{"tf":1.0}}},"df":0,"docs":{}},"_":{"0":{"0":{"0":{"_":{"0":{"0":{"0":{"df":1,"docs":{"121":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":46,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"104":{"tf":1.4142135623730951},"106":{"tf":1.4142135623730951},"107":{"tf":2.0},"110":{"tf":1.0},"111":{"tf":1.4142135623730951},"112":{"tf":1.0},"113":{"tf":2.0},"114":{"tf":1.0},"119":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"121":{"tf":1.0},"123":{"tf":1.7320508075688772},"135":{"tf":1.0},"139":{"tf":1.4142135623730951},"14":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"152":{"tf":1.0},"156":{"tf":1.4142135623730951},"157":{"tf":1.0},"194":{"tf":1.0},"22":{"tf":1.0},"224":{"tf":1.4142135623730951},"23":{"tf":1.0},"24":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"26":{"tf":1.0},"263":{"tf":1.0},"269":{"tf":1.0},"283":{"tf":1.0},"287":{"tf":1.4142135623730951},"290":{"tf":1.7320508075688772},"30":{"tf":1.7320508075688772},"302":{"tf":1.0},"306":{"tf":1.4142135623730951},"327":{"tf":1.0},"330":{"tf":1.0},"38":{"tf":1.4142135623730951},"43":{"tf":1.0},"55":{"tf":1.4142135623730951},"58":{"tf":1.0},"73":{"tf":1.0},"81":{"tf":1.0}},"m":{"b":{"df":2,"docs":{"121":{"tf":1.0},"73":{"tf":1.0}}},"df":0,"docs":{}},"–":{"3":{"df":1,"docs":{"130":{"tf":1.0}}},"df":0,"docs":{}}},"2":{".":{"3":{"df":1,"docs":{"141":{"tf":1.0}}},"5":{"df":1,"docs":{"141":{"tf":1.0}}},"7":{"df":1,"docs":{"141":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"159":{"tf":1.0},"283":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"0":{"df":7,"docs":{"120":{"tf":1.0},"123":{"tf":1.0},"139":{"tf":1.0},"259":{"tf":1.0},"286":{"tf":1.0},"292":{"tf":1.0},"78":{"tf":1.0}}},"3":{"df":1,"docs":{"142":{"tf":1.0}}},"5":{"6":{"df":0,"docs":{},"k":{"b":{"df":3,"docs":{"121":{"tf":1.0},"57":{"tf":1.0},"72":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"8":{"0":{"8":{"0":{"df":1,"docs":{"214":{"tf":1.0}}},"1":{"df":1,"docs":{"214":{"tf":1.0}}},"2":{"df":1,"docs":{"214":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":37,"docs":{"102":{"tf":1.0},"103":{"tf":1.0},"109":{"tf":1.0},"113":{"tf":1.0},"120":{"tf":2.449489742783178},"121":{"tf":1.4142135623730951},"122":{"tf":1.0},"123":{"tf":1.0},"125":{"tf":1.0},"13":{"tf":1.4142135623730951},"135":{"tf":1.0},"140":{"tf":1.7320508075688772},"141":{"tf":1.4142135623730951},"152":{"tf":1.0},"157":{"tf":1.7320508075688772},"159":{"tf":1.4142135623730951},"165":{"tf":1.0},"225":{"tf":1.7320508075688772},"239":{"tf":1.0},"24":{"tf":1.0},"245":{"tf":1.0},"259":{"tf":1.0},"283":{"tf":1.4142135623730951},"290":{"tf":1.0},"292":{"tf":1.0},"301":{"tf":1.0},"306":{"tf":1.0},"309":{"tf":1.0},"31":{"tf":1.4142135623730951},"326":{"tf":1.4142135623730951},"38":{"tf":1.0},"44":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"56":{"tf":1.7320508075688772},"57":{"tf":1.0},"59":{"tf":1.0},"82":{"tf":1.0}},"g":{"df":0,"docs":{},"i":{"df":1,"docs":{"184":{"tf":1.0}}}}},"3":{"0":{"0":{"df":3,"docs":{"105":{"tf":1.0},"307":{"tf":1.0},"59":{"tf":1.0}}},"df":17,"docs":{"105":{"tf":1.0},"139":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.4142135623730951},"149":{"tf":1.0},"156":{"tf":1.0},"224":{"tf":1.0},"285":{"tf":1.0},"286":{"tf":1.0},"296":{"tf":1.0},"301":{"tf":1.4142135623730951},"307":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"67":{"tf":1.0},"79":{"tf":1.0}}},"1":{"df":2,"docs":{"142":{"tf":1.0},"143":{"tf":1.0}}},"df":26,"docs":{"107":{"tf":1.0},"111":{"tf":1.0},"113":{"tf":1.0},"119":{"tf":1.0},"121":{"tf":1.4142135623730951},"123":{"tf":1.0},"124":{"tf":1.0},"13":{"tf":1.0},"135":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.4142135623730951},"158":{"tf":1.4142135623730951},"226":{"tf":1.4142135623730951},"245":{"tf":1.0},"283":{"tf":1.0},"290":{"tf":1.0},"306":{"tf":1.0},"32":{"tf":1.4142135623730951},"326":{"tf":1.0},"330":{"tf":1.0},"38":{"tf":1.0},"44":{"tf":1.0},"54":{"tf":1.7320508075688772},"61":{"tf":1.0},"82":{"tf":1.0},"89":{"tf":1.0}},"f":{"df":1,"docs":{"306":{"tf":1.0}}}},"4":{"2":{"0":{"df":1,"docs":{"289":{"tf":1.0}}},"df":2,"docs":{"184":{"tf":1.0},"222":{"tf":1.0}}},"5":{"df":2,"docs":{"142":{"tf":1.0},"143":{"tf":1.0}}},"8":{"df":1,"docs":{"282":{"tf":1.0}}},"df":15,"docs":{"113":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":1.0},"135":{"tf":1.0},"142":{"tf":1.4142135623730951},"159":{"tf":1.4142135623730951},"227":{"tf":1.4142135623730951},"290":{"tf":1.0},"306":{"tf":1.0},"326":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"38":{"tf":1.0},"61":{"tf":1.0}},"g":{"b":{"df":1,"docs":{"326":{"tf":1.0}}},"df":0,"docs":{}},"–":{"5":{"df":1,"docs":{"130":{"tf":1.0}}},"df":0,"docs":{}}},"5":{"0":{"df":3,"docs":{"286":{"tf":1.0},"289":{"tf":1.0},"89":{"tf":1.0}}},"df":20,"docs":{"107":{"tf":1.0},"111":{"tf":1.0},"113":{"tf":1.0},"120":{"tf":1.0},"123":{"tf":1.7320508075688772},"143":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"228":{"tf":1.4142135623730951},"23":{"tf":1.0},"240":{"tf":1.7320508075688772},"269":{"tf":1.0},"283":{"tf":1.0},"301":{"tf":1.0},"326":{"tf":1.0},"330":{"tf":1.0},"34":{"tf":1.4142135623730951},"38":{"tf":1.0},"46":{"tf":1.0},"55":{"tf":1.4142135623730951},"67":{"tf":1.0}},"s":{"/":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"6":{"0":{"0":{"df":1,"docs":{"289":{"tf":1.0}}},"df":16,"docs":{"105":{"tf":1.4142135623730951},"119":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.4142135623730951},"149":{"tf":1.0},"217":{"tf":1.0},"23":{"tf":1.0},"283":{"tf":1.0},"30":{"tf":1.0},"301":{"tf":1.0},"307":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"46":{"tf":2.0},"59":{"tf":1.7320508075688772}}},"4":{"df":0,"docs":{},"k":{"b":{"df":1,"docs":{"73":{"tf":1.0}}},"df":0,"docs":{}}},"df":5,"docs":{"124":{"tf":1.4142135623730951},"144":{"tf":1.4142135623730951},"161":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"38":{"tf":1.0}},"s":{"df":1,"docs":{"23":{"tf":1.0}}},"–":{"7":{"df":1,"docs":{"130":{"tf":1.0}}},"df":0,"docs":{}}},"7":{"0":{"df":1,"docs":{"289":{"tf":1.0}}},"df":6,"docs":{"123":{"tf":1.0},"125":{"tf":1.4142135623730951},"142":{"tf":1.0},"330":{"tf":1.0},"36":{"tf":1.4142135623730951},"38":{"tf":1.0}},"s":{"df":1,"docs":{"23":{"tf":1.0}}}},"8":{"df":1,"docs":{"326":{"tf":1.0}},"g":{"b":{"df":1,"docs":{"326":{"tf":1.0}}},"df":0,"docs":{}},"s":{"/":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"9":{"0":{"df":5,"docs":{"105":{"tf":1.0},"289":{"tf":1.0},"307":{"tf":1.0},"59":{"tf":1.0},"93":{"tf":1.0}}},"5":{"df":4,"docs":{"289":{"tf":1.4142135623730951},"43":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"273":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"a":{"[":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"b":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":1,"docs":{"340":{"tf":1.4142135623730951}}}}}}},"c":{"1":{"2":{"3":{"df":1,"docs":{"152":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"337":{"tf":1.0}}}},"o":{"df":0,"docs":{},"v":{"df":3,"docs":{"328":{"tf":1.0},"35":{"tf":1.0},"92":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"200":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"319":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"168":{"tf":1.0},"242":{"tf":1.0},"31":{"tf":1.0},"42":{"tf":1.4142135623730951},"48":{"tf":1.0}},"—":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"’":{"df":0,"docs":{},"l":{"df":1,"docs":{"11":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":6,"docs":{"289":{"tf":1.4142135623730951},"337":{"tf":1.0},"43":{"tf":1.0},"56":{"tf":1.0},"68":{"tf":1.0},"93":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":11,"docs":{"168":{"tf":1.0},"173":{"tf":1.0},"182":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"198":{"tf":1.4142135623730951},"209":{"tf":1.0},"248":{"tf":1.0},"293":{"tf":1.0},"34":{"tf":1.0},"60":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"33":{"tf":1.0},"80":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"193":{"tf":1.0},"58":{"tf":1.0},"68":{"tf":1.0},"80":{"tf":1.0},"87":{"tf":1.0}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"163":{"tf":1.7320508075688772},"200":{"tf":1.0},"237":{"tf":1.0},"24":{"tf":1.0},"273":{"tf":1.0}},"s":{"/":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"@":{"df":0,"docs":{},"v":{"3":{"df":1,"docs":{"163":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":2,"docs":{"163":{"tf":1.0},"238":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"v":{"df":8,"docs":{"116":{"tf":1.0},"14":{"tf":1.0},"213":{"tf":1.0},"273":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"64":{"tf":1.0},"87":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"112":{"tf":1.0},"67":{"tf":1.4142135623730951},"68":{"tf":1.0}},"s":{"(":{"2":{"0":{"df":1,"docs":{"103":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":1,"docs":{"112":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":1,"docs":{"67":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":24,"docs":{"13":{"tf":1.0},"136":{"tf":1.0},"149":{"tf":1.0},"15":{"tf":1.0},"156":{"tf":1.0},"16":{"tf":1.0},"161":{"tf":1.0},"19":{"tf":1.4142135623730951},"191":{"tf":1.0},"25":{"tf":1.0},"267":{"tf":1.7320508075688772},"268":{"tf":1.0},"285":{"tf":1.0},"286":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.4142135623730951},"4":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.0},"63":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":6,"docs":{"118":{"tf":1.0},"259":{"tf":1.0},"276":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"62":{"tf":1.0}}}}},"d":{"df":33,"docs":{"10":{"tf":1.0},"101":{"tf":1.4142135623730951},"102":{"tf":1.0},"104":{"tf":1.4142135623730951},"106":{"tf":1.4142135623730951},"113":{"tf":1.0},"116":{"tf":1.4142135623730951},"117":{"tf":1.0},"120":{"tf":1.4142135623730951},"122":{"tf":1.0},"123":{"tf":1.0},"252":{"tf":1.0},"258":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"290":{"tf":1.0},"30":{"tf":1.0},"306":{"tf":1.0},"308":{"tf":1.0},"310":{"tf":1.0},"317":{"tf":1.4142135623730951},"318":{"tf":1.4142135623730951},"326":{"tf":1.0},"41":{"tf":1.7320508075688772},"45":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":2.0},"61":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"91":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"3":{"tf":1.0},"41":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"282":{"tf":1.0},"67":{"tf":1.4142135623730951}}}}}}},"df":13,"docs":{"114":{"tf":1.0},"193":{"tf":1.0},"250":{"tf":1.4142135623730951},"254":{"tf":1.4142135623730951},"260":{"tf":1.4142135623730951},"265":{"tf":1.4142135623730951},"269":{"tf":1.4142135623730951},"271":{"tf":1.0},"272":{"tf":1.0},"319":{"tf":1.0},"41":{"tf":1.4142135623730951},"48":{"tf":1.0},"55":{"tf":1.4142135623730951}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":14,"docs":{"111":{"tf":1.0},"116":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"212":{"tf":1.0},"214":{"tf":1.0},"278":{"tf":1.0},"286":{"tf":1.0},"33":{"tf":1.0},"45":{"tf":1.0},"80":{"tf":1.0},"93":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"293":{"tf":1.0}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":12,"docs":{"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},"165":{"tf":1.4142135623730951},"190":{"tf":1.4142135623730951},"241":{"tf":1.0},"329":{"tf":1.4142135623730951}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"131":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"193":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"338":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"168":{"tf":1.0},"215":{"tf":1.0}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":5,"docs":{"17":{"tf":1.0},"248":{"tf":1.0},"264":{"tf":1.0},"337":{"tf":1.0},"84":{"tf":1.0}}},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"123":{"tf":1.0},"287":{"tf":1.0},"79":{"tf":1.4142135623730951}}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"302":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"54":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":3,"docs":{"251":{"tf":1.0},"62":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"116":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"321":{"tf":1.0}}},"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":96,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.4142135623730951},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.4142135623730951},"112":{"tf":1.0},"113":{"tf":2.0},"114":{"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},"13":{"tf":1.0},"137":{"tf":1.0},"14":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":1.0},"161":{"tf":1.0},"168":{"tf":1.0},"171":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.4142135623730951},"183":{"tf":1.0},"184":{"tf":2.0},"189":{"tf":1.0},"190":{"tf":1.0},"194":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"236":{"tf":1.0},"24":{"tf":1.0},"240":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.4142135623730951},"26":{"tf":1.0},"261":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"269":{"tf":1.4142135623730951},"273":{"tf":1.0},"274":{"tf":1.0},"283":{"tf":1.0},"285":{"tf":1.0},"286":{"tf":1.0},"287":{"tf":1.4142135623730951},"289":{"tf":2.0},"290":{"tf":1.4142135623730951},"295":{"tf":1.0},"296":{"tf":1.4142135623730951},"30":{"tf":1.0},"302":{"tf":1.4142135623730951},"309":{"tf":1.0},"31":{"tf":1.0},"315":{"tf":1.0},"317":{"tf":1.0},"330":{"tf":1.0},"331":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"46":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.0},"64":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.7320508075688772},"72":{"tf":1.0},"73":{"tf":1.7320508075688772},"78":{"tf":1.0},"79":{"tf":1.4142135623730951},"81":{"tf":1.0},"83":{"tf":1.0},"86":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.4142135623730951}}}}}}},"df":4,"docs":{"101":{"tf":1.0},"117":{"tf":1.0},"337":{"tf":1.0},"339":{"tf":1.0}}}},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"2":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"326":{"tf":1.0}},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"193":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"336":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":7,"docs":{"10":{"tf":1.0},"231":{"tf":1.4142135623730951},"243":{"tf":1.0},"282":{"tf":1.7320508075688772},"30":{"tf":1.0},"312":{"tf":1.0},"322":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"a":{"df":0,"docs":{},"y":{"df":9,"docs":{"102":{"tf":1.0},"105":{"tf":1.0},"113":{"tf":1.7320508075688772},"144":{"tf":1.0},"200":{"tf":1.0},"26":{"tf":1.0},"37":{"tf":1.0},"54":{"tf":1.0},"82":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"296":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.7320508075688772}}}}},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"256":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"203":{"tf":1.0},"218":{"tf":1.0},"231":{"tf":1.0},"282":{"tf":1.0},"322":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"10":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"40":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"113":{"tf":2.449489742783178},"43":{"tf":1.0},"44":{"tf":1.0}}}},"y":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{":":{":":{"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":2,"docs":{"256":{"tf":1.0},"267":{"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":{"262":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"262":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"30":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"—":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"267":{"tf":1.0}}}}}}}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"42":{"tf":1.4142135623730951},"48":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"i":{"df":31,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"112":{"tf":1.0},"15":{"tf":1.0},"18":{"tf":1.0},"182":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.7320508075688772},"200":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"213":{"tf":1.0},"216":{"tf":1.0},"247":{"tf":1.4142135623730951},"249":{"tf":1.0},"255":{"tf":1.0},"258":{"tf":1.4142135623730951},"259":{"tf":1.0},"32":{"tf":1.0},"337":{"tf":1.4142135623730951},"339":{"tf":1.7320508075688772},"34":{"tf":1.0},"340":{"tf":1.0},"44":{"tf":1.4142135623730951},"47":{"tf":1.0},"64":{"tf":1.0},"74":{"tf":1.0},"80":{"tf":1.0},"97":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":7,"docs":{"289":{"tf":1.0},"303":{"tf":1.0},"35":{"tf":1.0},"69":{"tf":1.0},"90":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":65,"docs":{"10":{"tf":1.0},"277":{"tf":1.7320508075688772},"278":{"tf":1.0},"279":{"tf":1.0},"280":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.0},"285":{"tf":1.0},"286":{"tf":1.0},"287":{"tf":1.0},"288":{"tf":1.0},"289":{"tf":1.0},"290":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.0},"314":{"tf":1.0},"315":{"tf":1.0},"316":{"tf":1.0},"317":{"tf":1.0},"318":{"tf":1.0},"319":{"tf":1.0},"320":{"tf":1.0},"321":{"tf":1.0},"322":{"tf":1.0},"323":{"tf":1.0},"324":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"328":{"tf":1.0},"329":{"tf":1.0},"330":{"tf":1.0},"331":{"tf":1.0},"332":{"tf":1.0},"333":{"tf":1.0},"334":{"tf":1.0},"335":{"tf":1.0},"336":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.0},"339":{"tf":1.0},"340":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"340":{"tf":1.0}}},"df":21,"docs":{"103":{"tf":2.0},"104":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":2.0},"114":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"124":{"tf":1.4142135623730951},"258":{"tf":1.0},"55":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0}}},"y":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"258":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"10":{"tf":1.0},"134":{"tf":1.0},"19":{"tf":1.0},"44":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"259":{"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":{"250":{"tf":1.0},"37":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":15,"docs":{"1":{"tf":1.4142135623730951},"10":{"tf":1.0},"11":{"tf":1.7320508075688772},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"339":{"tf":1.4142135623730951},"49":{"tf":1.0},"9":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":10,"docs":{"172":{"tf":1.0},"217":{"tf":1.0},"232":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.0},"283":{"tf":1.0},"285":{"tf":1.0},"287":{"tf":1.0},"289":{"tf":1.0},"328":{"tf":1.0}}}}}},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"1":{"tf":1.0},"132":{"tf":1.0},"227":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"@":{"df":0,"docs":{},"v":{"3":{"df":2,"docs":{"163":{"tf":1.0},"238":{"tf":1.0}}},"df":0,"docs":{}}},"df":6,"docs":{"151":{"tf":1.4142135623730951},"163":{"tf":1.0},"164":{"tf":1.0},"210":{"tf":1.4142135623730951},"238":{"tf":1.0},"332":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":8,"docs":{"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}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"k":{"df":3,"docs":{"27":{"tf":1.0},"299":{"tf":1.4142135623730951},"334":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"136":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"135":{"tf":1.0},"244":{"tf":1.0},"246":{"tf":1.0},"276":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"!":{"(":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{"&":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":12,"docs":{"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},"137":{"tf":1.0},"148":{"tf":1.0},"38":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"?":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"189":{"tf":1.4142135623730951},"331":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":20,"docs":{"116":{"tf":1.0},"117":{"tf":1.0},"132":{"tf":1.4142135623730951},"134":{"tf":1.0},"17":{"tf":1.4142135623730951},"200":{"tf":1.0},"203":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"244":{"tf":1.0},"248":{"tf":1.4142135623730951},"26":{"tf":1.0},"274":{"tf":1.0},"301":{"tf":1.0},"337":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.7320508075688772},"46":{"tf":1.7320508075688772},"52":{"tf":1.0},"54":{"tf":1.0},"84":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"116":{"tf":1.0}}}},"t":{"df":2,"docs":{"210":{"tf":1.4142135623730951},"52":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":3,"docs":{"259":{"tf":1.0},"42":{"tf":1.0},"9":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"23":{"tf":1.0},"61":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{":":{":":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"256":{"tf":1.0},"262":{"tf":1.0},"267":{"tf":1.0},"273":{"tf":1.0},"274":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":12,"docs":{"168":{"tf":1.4142135623730951},"190":{"tf":1.4142135623730951},"255":{"tf":1.0},"256":{"tf":1.0},"261":{"tf":1.0},"262":{"tf":1.0},"266":{"tf":1.4142135623730951},"267":{"tf":1.4142135623730951},"273":{"tf":1.0},"274":{"tf":1.0},"317":{"tf":1.0},"42":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":31,"docs":{"110":{"tf":1.4142135623730951},"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},"137":{"tf":1.0},"165":{"tf":1.0},"168":{"tf":1.4142135623730951},"189":{"tf":1.4142135623730951},"190":{"tf":1.4142135623730951},"198":{"tf":1.0},"199":{"tf":1.4142135623730951},"255":{"tf":1.0},"256":{"tf":1.0},"261":{"tf":1.4142135623730951},"262":{"tf":1.0},"266":{"tf":1.4142135623730951},"267":{"tf":1.4142135623730951},"273":{"tf":1.4142135623730951},"274":{"tf":1.0},"317":{"tf":1.0},"33":{"tf":1.0},"331":{"tf":1.0},"337":{"tf":1.0},"42":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"64":{"tf":1.4142135623730951}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"16":{"tf":1.0},"247":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"174":{"tf":1.0},"275":{"tf":1.0},"278":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"234":{"tf":1.0},"293":{"tf":1.7320508075688772}},"o":{"df":0,"docs":{},"r":{"df":16,"docs":{"20":{"tf":1.0},"21":{"tf":1.0},"27":{"tf":1.0},"39":{"tf":1.0},"49":{"tf":1.4142135623730951},"53":{"tf":1.7320508075688772},"54":{"tf":1.0},"55":{"tf":1.0},"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.4142135623730951}}}}},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":10,"docs":{"120":{"tf":1.0},"247":{"tf":1.0},"275":{"tf":1.0},"310":{"tf":1.0},"331":{"tf":1.0},"339":{"tf":1.0},"38":{"tf":1.0},"55":{"tf":1.0},"69":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":25,"docs":{"1":{"tf":1.0},"116":{"tf":1.4142135623730951},"127":{"tf":1.0},"153":{"tf":1.0},"179":{"tf":1.0},"187":{"tf":1.0},"2":{"tf":1.0},"202":{"tf":1.4142135623730951},"209":{"tf":1.0},"218":{"tf":1.0},"25":{"tf":1.0},"276":{"tf":1.0},"278":{"tf":1.7320508075688772},"3":{"tf":1.0},"303":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":2.23606797749979},"340":{"tf":1.0},"4":{"tf":1.7320508075688772},"51":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"68":{"tf":1.0},"71":{"tf":1.0},"8":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":7,"docs":{"113":{"tf":1.4142135623730951},"117":{"tf":1.0},"124":{"tf":1.0},"193":{"tf":1.0},"196":{"tf":1.0},"205":{"tf":1.0},"25":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"259":{"tf":1.0}}}},"df":0,"docs":{}}},"b":{"[":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"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":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"10":{"tf":1.0},"103":{"tf":1.4142135623730951},"196":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"d":{"df":13,"docs":{"10":{"tf":1.4142135623730951},"126":{"tf":1.0},"167":{"tf":1.0},"18":{"tf":1.0},"245":{"tf":1.0},"265":{"tf":1.0},"276":{"tf":1.0},"31":{"tf":1.0},"41":{"tf":1.7320508075688772},"47":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"108":{"tf":1.0}}}}}}}}}}},"d":{"df":6,"docs":{"105":{"tf":1.0},"113":{"tf":1.0},"131":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"122":{"tf":1.0},"328":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"n":{"d":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"338":{"tf":1.4142135623730951},"73":{"tf":1.0},"76":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"110":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":22,"docs":{"105":{"tf":1.0},"108":{"tf":1.0},"111":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"124":{"tf":1.0},"15":{"tf":1.0},"172":{"tf":1.0},"193":{"tf":1.0},"196":{"tf":1.0},"199":{"tf":1.0},"214":{"tf":1.4142135623730951},"216":{"tf":1.0},"23":{"tf":1.0},"282":{"tf":1.0},"322":{"tf":1.0},"324":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.0},"45":{"tf":1.0},"56":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":9,"docs":{"120":{"tf":1.0},"142":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"261":{"tf":1.0},"264":{"tf":1.4142135623730951},"274":{"tf":1.0},"35":{"tf":1.0},"88":{"tf":1.0}}}}}},"i":{"c":{"df":12,"docs":{"101":{"tf":1.4142135623730951},"119":{"tf":1.0},"137":{"tf":1.4142135623730951},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"66":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":1,"docs":{"12":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"c":{"a":{"df":0,"docs":{},"m":{"df":7,"docs":{"142":{"tf":1.0},"158":{"tf":1.0},"226":{"tf":1.0},"274":{"tf":1.0},"287":{"tf":1.0},"47":{"tf":1.0},"97":{"tf":1.0}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"”":{"df":0,"docs":{},"—":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"106":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":6,"docs":{"157":{"tf":1.0},"217":{"tf":1.0},"225":{"tf":1.0},"232":{"tf":1.0},"283":{"tf":1.0},"59":{"tf":1.0}}}}},"df":3,"docs":{"123":{"tf":1.0},"286":{"tf":1.0},"54":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":22,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"117":{"tf":1.0},"139":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"207":{"tf":1.0},"215":{"tf":1.0},"222":{"tf":1.0},"248":{"tf":1.4142135623730951},"261":{"tf":1.4142135623730951},"30":{"tf":1.0},"304":{"tf":1.0},"337":{"tf":1.0},"339":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.4142135623730951},"44":{"tf":1.0},"47":{"tf":1.4142135623730951},"54":{"tf":1.0},"88":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"337":{"tf":1.0},"47":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":2,"docs":{"180":{"tf":1.0},"279":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":28,"docs":{"108":{"tf":1.0},"116":{"tf":1.0},"120":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"131":{"tf":1.7320508075688772},"14":{"tf":1.0},"174":{"tf":1.0},"179":{"tf":1.0},"189":{"tf":1.0},"246":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.0},"250":{"tf":1.0},"27":{"tf":1.0},"296":{"tf":1.0},"30":{"tf":1.0},"303":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"337":{"tf":1.4142135623730951},"37":{"tf":1.0},"45":{"tf":1.0},"60":{"tf":1.0},"67":{"tf":1.0},"70":{"tf":1.4142135623730951},"76":{"tf":1.0},"84":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":5,"docs":{"20":{"tf":1.0},"243":{"tf":1.0},"249":{"tf":1.0},"252":{"tf":1.0},"49":{"tf":1.0}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"250":{"tf":1.0}}}},"w":{"df":2,"docs":{"89":{"tf":1.0},"93":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":10,"docs":{"100":{"tf":1.0},"117":{"tf":1.7320508075688772},"196":{"tf":1.4142135623730951},"200":{"tf":1.0},"236":{"tf":1.0},"259":{"tf":1.4142135623730951},"264":{"tf":1.4142135623730951},"268":{"tf":1.4142135623730951},"43":{"tf":1.0},"61":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"258":{"tf":1.0},"30":{"tf":1.0},"43":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":13,"docs":{"116":{"tf":1.0},"117":{"tf":1.0},"129":{"tf":1.0},"193":{"tf":1.0},"244":{"tf":1.0},"295":{"tf":1.0},"328":{"tf":1.0},"337":{"tf":1.0},"339":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"76":{"tf":1.0},"79":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"174":{"tf":1.0},"186":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":15,"docs":{"133":{"tf":1.0},"140":{"tf":1.0},"150":{"tf":1.0},"170":{"tf":1.0},"172":{"tf":1.4142135623730951},"208":{"tf":1.0},"209":{"tf":1.0},"218":{"tf":1.0},"230":{"tf":2.0},"245":{"tf":1.0},"281":{"tf":2.449489742783178},"304":{"tf":1.4142135623730951},"312":{"tf":1.4142135623730951},"323":{"tf":1.0},"328":{"tf":1.0}}}}},"df":3,"docs":{"230":{"tf":1.4142135623730951},"281":{"tf":1.4142135623730951},"323":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"259":{"tf":1.0}}}},"o":{"b":{"df":25,"docs":{"121":{"tf":2.449489742783178},"124":{"tf":1.0},"16":{"tf":1.0},"247":{"tf":1.0},"25":{"tf":1.0},"278":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"337":{"tf":1.4142135623730951},"338":{"tf":1.4142135623730951},"34":{"tf":1.0},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"5":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"61":{"tf":1.0},"64":{"tf":1.0},"71":{"tf":2.0},"72":{"tf":1.4142135623730951},"73":{"tf":2.449489742783178},"74":{"tf":1.7320508075688772},"75":{"tf":1.0},"76":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}}},"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"197":{"tf":1.0},"203":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"1":{"tf":1.0},"2":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":70,"docs":{"108":{"tf":1.0},"112":{"tf":1.0},"117":{"tf":1.0},"119":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.7320508075688772},"125":{"tf":1.4142135623730951},"129":{"tf":1.0},"130":{"tf":1.4142135623730951},"132":{"tf":2.449489742783178},"133":{"tf":1.0},"139":{"tf":1.0},"14":{"tf":1.0},"142":{"tf":2.449489742783178},"143":{"tf":1.7320508075688772},"148":{"tf":1.0},"149":{"tf":2.0},"156":{"tf":1.7320508075688772},"165":{"tf":1.0},"168":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"195":{"tf":1.0},"197":{"tf":1.0},"2":{"tf":1.4142135623730951},"205":{"tf":1.0},"212":{"tf":1.4142135623730951},"213":{"tf":1.0},"216":{"tf":1.0},"222":{"tf":2.23606797749979},"224":{"tf":1.0},"23":{"tf":3.1622776601683795},"247":{"tf":1.0},"248":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"255":{"tf":1.0},"256":{"tf":1.0},"259":{"tf":1.0},"26":{"tf":2.23606797749979},"276":{"tf":1.0},"278":{"tf":1.0},"285":{"tf":2.23606797749979},"286":{"tf":2.6457513110645907},"289":{"tf":1.0},"3":{"tf":1.0},"301":{"tf":2.23606797749979},"32":{"tf":1.0},"324":{"tf":1.0},"337":{"tf":3.7416573867739413},"338":{"tf":1.0},"34":{"tf":2.0},"35":{"tf":1.4142135623730951},"38":{"tf":1.7320508075688772},"4":{"tf":1.4142135623730951},"46":{"tf":3.4641016151377544},"5":{"tf":1.0},"54":{"tf":2.6457513110645907},"56":{"tf":1.7320508075688772},"59":{"tf":1.7320508075688772},"64":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"8":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.7320508075688772},"89":{"tf":2.0},"90":{"tf":1.0},"92":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"132":{"tf":1.0}},"e":{"d":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"133":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"199":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"244":{"tf":1.0}}}}},"o":{"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":2,"docs":{"19":{"tf":1.0},"41":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"k":{"df":6,"docs":{"10":{"tf":2.23606797749979},"336":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":2.0}}},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"h":{"df":9,"docs":{"10":{"tf":1.0},"109":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":1.0},"278":{"tf":1.0},"321":{"tf":1.0},"337":{"tf":1.0},"36":{"tf":1.0},"57":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"124":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"101":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"135":{"tf":1.0},"244":{"tf":1.0},"250":{"tf":2.23606797749979},"41":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":11,"docs":{"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},"137":{"tf":1.0},"198":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":10,"docs":{"113":{"tf":1.0},"23":{"tf":1.0},"290":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.4142135623730951},"48":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"82":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"178":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":2,"docs":{"32":{"tf":1.0},"43":{"tf":1.0}},"e":{"df":0,"docs":{},"—":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"244":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"25":{"tf":1.0}}}}}}},"u":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"132":{"tf":1.0},"203":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"246":{"tf":1.0}}}}}},"g":{"df":14,"docs":{"109":{"tf":1.0},"161":{"tf":1.0},"19":{"tf":1.0},"307":{"tf":1.0},"309":{"tf":1.0},"328":{"tf":1.0},"334":{"tf":1.0},"335":{"tf":1.4142135623730951},"37":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"8":{"tf":1.0}}},"i":{"df":0,"docs":{},"l":{"d":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"189":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"331":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":71,"docs":{"100":{"tf":1.0},"101":{"tf":1.4142135623730951},"102":{"tf":1.0},"105":{"tf":1.0},"110":{"tf":1.4142135623730951},"111":{"tf":1.4142135623730951},"112":{"tf":1.0},"113":{"tf":1.7320508075688772},"119":{"tf":1.0},"12":{"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.4142135623730951},"128":{"tf":1.0},"134":{"tf":1.0},"137":{"tf":1.0},"139":{"tf":1.7320508075688772},"14":{"tf":1.0},"140":{"tf":1.0},"165":{"tf":1.0},"170":{"tf":1.0},"176":{"tf":1.0},"18":{"tf":1.0},"189":{"tf":1.0},"194":{"tf":1.0},"20":{"tf":1.4142135623730951},"208":{"tf":1.0},"209":{"tf":1.0},"218":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"230":{"tf":1.0},"24":{"tf":1.4142135623730951},"240":{"tf":1.4142135623730951},"246":{"tf":1.4142135623730951},"254":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"260":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"265":{"tf":1.0},"269":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"280":{"tf":1.4142135623730951},"281":{"tf":1.4142135623730951},"30":{"tf":2.449489742783178},"302":{"tf":1.4142135623730951},"304":{"tf":1.7320508075688772},"312":{"tf":1.7320508075688772},"323":{"tf":1.0},"328":{"tf":1.0},"330":{"tf":1.0},"337":{"tf":1.0},"38":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":2.23606797749979},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.0},"68":{"tf":1.0},"81":{"tf":1.7320508075688772},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"2":{"df":1,"docs":{"111":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"df":17,"docs":{"100":{"tf":1.7320508075688772},"101":{"tf":1.7320508075688772},"103":{"tf":2.6457513110645907},"110":{"tf":1.4142135623730951},"111":{"tf":2.0},"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"114":{"tf":1.7320508075688772},"193":{"tf":1.0},"198":{"tf":1.0},"250":{"tf":1.0},"258":{"tf":1.7320508075688772},"271":{"tf":1.0},"278":{"tf":1.0},"339":{"tf":1.7320508075688772},"44":{"tf":1.0},"55":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":15,"docs":{"1":{"tf":1.0},"14":{"tf":1.0},"140":{"tf":1.4142135623730951},"192":{"tf":1.0},"218":{"tf":1.0},"230":{"tf":1.0},"246":{"tf":1.0},"253":{"tf":1.0},"290":{"tf":1.0},"30":{"tf":1.0},"304":{"tf":1.0},"312":{"tf":1.0},"323":{"tf":1.0},"8":{"tf":1.0},"98":{"tf":1.0}}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":7,"docs":{"104":{"tf":1.7320508075688772},"247":{"tf":1.0},"259":{"tf":1.4142135623730951},"271":{"tf":1.0},"273":{"tf":1.7320508075688772},"275":{"tf":1.0},"339":{"tf":1.4142135623730951}},"e":{"d":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"255":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":1,"docs":{"255":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}},"i":{"df":1,"docs":{"130":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"250":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"73":{"tf":1.0}}}},"z":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"123":{"tf":1.0},"131":{"tf":1.4142135623730951},"306":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"c":{"[":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"29":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"12":{"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":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"25":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"132":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"23":{"tf":1.4142135623730951},"337":{"tf":1.0},"86":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":16,"docs":{"103":{"tf":1.0},"112":{"tf":1.0},"197":{"tf":1.0},"213":{"tf":1.0},"247":{"tf":1.0},"249":{"tf":1.0},"259":{"tf":1.0},"275":{"tf":1.0},"30":{"tf":1.0},"38":{"tf":1.4142135623730951},"45":{"tf":1.0},"55":{"tf":1.0},"61":{"tf":1.0},"69":{"tf":1.0},"74":{"tf":1.0},"80":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"273":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"35":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"255":{"tf":1.0},"259":{"tf":1.7320508075688772},"33":{"tf":1.0},"64":{"tf":1.0}}}}},"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":16,"docs":{"10":{"tf":1.0},"102":{"tf":1.0},"174":{"tf":1.0},"230":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"248":{"tf":1.0},"281":{"tf":1.0},"30":{"tf":1.0},"303":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0},"42":{"tf":1.7320508075688772},"43":{"tf":1.0},"45":{"tf":1.4142135623730951},"5":{"tf":1.0}}}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":12,"docs":{"10":{"tf":1.0},"124":{"tf":1.0},"128":{"tf":1.0},"188":{"tf":1.4142135623730951},"190":{"tf":1.0},"276":{"tf":1.0},"290":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"337":{"tf":1.0},"49":{"tf":1.0},"81":{"tf":1.0}}}},"c":{"df":1,"docs":{"76":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":11,"docs":{"142":{"tf":1.0},"205":{"tf":1.0},"238":{"tf":1.4142135623730951},"248":{"tf":1.0},"249":{"tf":1.0},"261":{"tf":1.0},"264":{"tf":1.0},"337":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"88":{"tf":1.0}},"e":{"_":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"248":{"tf":1.0},"261":{"tf":1.0},"264":{"tf":1.0}},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"261":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"247":{"tf":1.0},"31":{"tf":1.0},"42":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"313":{"tf":1.0}}},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"328":{"tf":1.0}}}}}}},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":1,"docs":{"79":{"tf":1.0}}}}}}}}}},"g":{"df":0,"docs":{},"o":{"df":17,"docs":{"137":{"tf":1.0},"145":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"152":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"230":{"tf":1.0},"239":{"tf":1.0},"281":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"298":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.0},"323":{"tf":1.0},"332":{"tf":1.0},"54":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"331":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"331":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":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":{"249":{"tf":1.0},"54":{"tf":1.4142135623730951}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":7,"docs":{"204":{"tf":1.0},"303":{"tf":1.0},"307":{"tf":1.0},"324":{"tf":1.0},"328":{"tf":1.0},"61":{"tf":1.0},"8":{"tf":1.0}}}},"df":3,"docs":{"159":{"tf":1.0},"227":{"tf":1.0},"283":{"tf":1.0}}},"u":{"df":0,"docs":{},"s":{"df":7,"docs":{"146":{"tf":1.0},"157":{"tf":1.0},"160":{"tf":1.0},"228":{"tf":1.0},"313":{"tf":1.0},"314":{"tf":1.0},"323":{"tf":1.0}}}}},"d":{"df":3,"docs":{"210":{"tf":1.0},"230":{"tf":1.0},"281":{"tf":1.0}}},"df":1,"docs":{"12":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"250":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"10":{"tf":1.0}}}}},"df":0,"docs":{}}}},"f":{"df":0,"docs":{},"g":{"(":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"295":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"(":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"295":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"176":{"tf":1.0},"31":{"tf":1.0}}},"df":0,"docs":{}}}}}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"101":{"tf":1.0},"103":{"tf":1.4142135623730951},"2":{"tf":1.4142135623730951},"339":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":22,"docs":{"119":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"130":{"tf":1.0},"134":{"tf":1.0},"167":{"tf":1.0},"203":{"tf":1.0},"210":{"tf":1.0},"231":{"tf":1.0},"245":{"tf":1.0},"264":{"tf":1.4142135623730951},"276":{"tf":1.0},"282":{"tf":1.0},"30":{"tf":1.0},"322":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"9":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":5,"docs":{"16":{"tf":1.0},"278":{"tf":1.0},"33":{"tf":1.0},"338":{"tf":1.0},"4":{"tf":1.0}}}}}},"o":{"df":43,"docs":{"106":{"tf":2.6457513110645907},"107":{"tf":1.0},"109":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"123":{"tf":2.23606797749979},"168":{"tf":1.0},"192":{"tf":2.0},"193":{"tf":1.4142135623730951},"194":{"tf":1.0},"195":{"tf":1.4142135623730951},"196":{"tf":1.4142135623730951},"198":{"tf":1.0},"199":{"tf":1.4142135623730951},"201":{"tf":2.0},"202":{"tf":1.0},"203":{"tf":2.0},"204":{"tf":1.4142135623730951},"205":{"tf":2.0},"24":{"tf":2.23606797749979},"266":{"tf":1.0},"278":{"tf":1.0},"289":{"tf":1.4142135623730951},"290":{"tf":1.7320508075688772},"296":{"tf":2.23606797749979},"306":{"tf":1.0},"307":{"tf":1.4142135623730951},"308":{"tf":2.0},"33":{"tf":1.7320508075688772},"337":{"tf":1.4142135623730951},"38":{"tf":1.0},"43":{"tf":1.4142135623730951},"51":{"tf":1.0},"58":{"tf":2.0},"59":{"tf":1.0},"61":{"tf":1.4142135623730951},"77":{"tf":1.7320508075688772},"78":{"tf":1.0},"79":{"tf":2.0},"80":{"tf":1.4142135623730951},"81":{"tf":1.0},"82":{"tf":1.0},"87":{"tf":1.0}},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":6,"docs":{"113":{"tf":1.0},"24":{"tf":1.0},"290":{"tf":1.0},"38":{"tf":1.0},"79":{"tf":1.0},"81":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"2":{"0":{")":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"106":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"0":{")":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"109":{"tf":1.0},"289":{"tf":1.0},"83":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"105":{"tf":1.0},"59":{"tf":1.0}}}}}}}}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"296":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"’":{"df":0,"docs":{},"r":{"df":1,"docs":{"63":{"tf":1.0}}}}}}}}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":33,"docs":{"10":{"tf":1.0},"100":{"tf":1.0},"11":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.0},"127":{"tf":1.4142135623730951},"136":{"tf":1.0},"167":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"20":{"tf":1.7320508075688772},"206":{"tf":1.0},"241":{"tf":1.0},"243":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":1.0},"271":{"tf":1.0},"279":{"tf":1.0},"314":{"tf":1.0},"317":{"tf":1.0},"318":{"tf":1.0},"33":{"tf":1.0},"334":{"tf":1.0},"39":{"tf":1.4142135623730951},"40":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0},"62":{"tf":1.7320508075688772},"63":{"tf":1.0},"7":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}}}}},"t":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"334":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"278":{"tf":1.7320508075688772}}}},"c":{"df":0,"docs":{},"k":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":71,"docs":{"116":{"tf":1.0},"117":{"tf":1.0},"119":{"tf":1.0},"121":{"tf":1.0},"129":{"tf":1.0},"131":{"tf":1.0},"135":{"tf":1.4142135623730951},"14":{"tf":1.4142135623730951},"149":{"tf":1.0},"150":{"tf":1.0},"157":{"tf":1.4142135623730951},"158":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951},"174":{"tf":1.0},"18":{"tf":1.0},"186":{"tf":1.0},"195":{"tf":1.4142135623730951},"198":{"tf":1.0},"204":{"tf":1.4142135623730951},"215":{"tf":1.7320508075688772},"216":{"tf":1.0},"218":{"tf":1.4142135623730951},"224":{"tf":1.4142135623730951},"225":{"tf":1.4142135623730951},"226":{"tf":1.4142135623730951},"227":{"tf":1.4142135623730951},"228":{"tf":2.23606797749979},"24":{"tf":1.0},"244":{"tf":1.0},"246":{"tf":1.0},"248":{"tf":1.0},"25":{"tf":1.4142135623730951},"256":{"tf":1.7320508075688772},"264":{"tf":1.0},"273":{"tf":1.0},"276":{"tf":1.0},"278":{"tf":1.0},"283":{"tf":1.0},"285":{"tf":1.7320508075688772},"286":{"tf":1.0},"287":{"tf":1.7320508075688772},"289":{"tf":1.0},"290":{"tf":1.0},"292":{"tf":1.4142135623730951},"293":{"tf":1.4142135623730951},"298":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"314":{"tf":1.0},"32":{"tf":1.7320508075688772},"321":{"tf":1.0},"323":{"tf":1.4142135623730951},"337":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"38":{"tf":1.0},"43":{"tf":1.4142135623730951},"46":{"tf":1.7320508075688772},"47":{"tf":2.0},"51":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.7320508075688772},"55":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"62":{"tf":1.4142135623730951},"84":{"tf":1.0},"87":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"223":{"tf":1.0},"297":{"tf":1.7320508075688772}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"208":{"tf":1.7320508075688772},"304":{"tf":1.0},"51":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"c":{"df":4,"docs":{"10":{"tf":1.0},"117":{"tf":1.0},"20":{"tf":1.0},"236":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":1,"docs":{"39":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":12,"docs":{"105":{"tf":1.0},"107":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"15":{"tf":1.0},"187":{"tf":1.4142135623730951},"205":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"31":{"tf":1.0}},"n":{"df":3,"docs":{"136":{"tf":1.0},"18":{"tf":1.0},"48":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"123":{"tf":1.0},"203":{"tf":1.0},"58":{"tf":1.0},"82":{"tf":1.0}}}}}},"i":{"/":{"c":{"d":{"df":1,"docs":{"332":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":29,"docs":{"111":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"133":{"tf":1.0},"161":{"tf":1.7320508075688772},"162":{"tf":1.4142135623730951},"163":{"tf":1.0},"164":{"tf":1.4142135623730951},"179":{"tf":1.4142135623730951},"180":{"tf":1.4142135623730951},"187":{"tf":1.0},"212":{"tf":1.0},"23":{"tf":1.4142135623730951},"235":{"tf":1.7320508075688772},"236":{"tf":1.0},"237":{"tf":1.0},"245":{"tf":1.0},"295":{"tf":2.0},"301":{"tf":1.0},"302":{"tf":1.0},"321":{"tf":2.0},"332":{"tf":1.7320508075688772},"340":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"210":{"tf":2.0}},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"210":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"43":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"184":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":11,"docs":{"144":{"tf":1.0},"15":{"tf":1.0},"168":{"tf":1.0},"18":{"tf":1.0},"249":{"tf":1.0},"253":{"tf":1.0},"266":{"tf":1.0},"268":{"tf":1.0},"337":{"tf":1.0},"339":{"tf":1.0},"54":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":19,"docs":{"144":{"tf":1.7320508075688772},"170":{"tf":1.0},"176":{"tf":1.0},"182":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"249":{"tf":1.0},"251":{"tf":1.0},"268":{"tf":1.0},"28":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"339":{"tf":1.0},"36":{"tf":2.23606797749979},"37":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.0},"54":{"tf":1.0},"8":{"tf":1.0}},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"64":{"tf":1.0}}}}}}}},"r":{"df":14,"docs":{"100":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.0},"131":{"tf":1.0},"135":{"tf":1.0},"19":{"tf":1.0},"251":{"tf":1.0},"259":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":1.0},"47":{"tf":1.4142135623730951},"48":{"tf":1.0},"81":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"278":{"tf":1.0},"47":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"256":{"tf":1.0},"262":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"|":{"df":2,"docs":{"273":{"tf":1.0},"274":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":2,"docs":{"256":{"tf":1.0},"262":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":11,"docs":{"15":{"tf":1.0},"197":{"tf":1.0},"247":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"262":{"tf":1.0},"273":{"tf":1.4142135623730951},"274":{"tf":1.4142135623730951},"276":{"tf":1.0},"337":{"tf":1.0},"64":{"tf":1.0}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"23":{"tf":1.7320508075688772},"301":{"tf":1.7320508075688772},"337":{"tf":1.0},"34":{"tf":1.0},"46":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"113":{"tf":1.0},"240":{"tf":1.0}}}},"u":{"d":{"df":1,"docs":{"318":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"197":{"tf":1.0}}}}},"df":27,"docs":{"116":{"tf":1.4142135623730951},"117":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.7320508075688772},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"181":{"tf":1.0},"185":{"tf":1.4142135623730951},"186":{"tf":1.4142135623730951},"187":{"tf":1.0},"201":{"tf":1.0},"204":{"tf":1.0},"209":{"tf":1.4142135623730951},"234":{"tf":1.4142135623730951},"240":{"tf":1.0},"244":{"tf":1.4142135623730951},"293":{"tf":2.23606797749979},"33":{"tf":1.0},"337":{"tf":1.0},"339":{"tf":1.4142135623730951},"44":{"tf":1.7320508075688772},"54":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0}}}}}}}},"o":{"d":{"df":0,"docs":{},"e":{"b":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{}},"df":17,"docs":{"112":{"tf":1.4142135623730951},"167":{"tf":1.0},"20":{"tf":1.0},"245":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":1.0},"259":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"335":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.7320508075688772},"44":{"tf":1.7320508075688772},"45":{"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":16,"docs":{"10":{"tf":1.0},"100":{"tf":1.0},"118":{"tf":1.0},"132":{"tf":1.0},"136":{"tf":1.0},"151":{"tf":1.4142135623730951},"163":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"238":{"tf":1.0},"256":{"tf":1.0},"264":{"tf":1.0},"298":{"tf":1.0},"332":{"tf":1.0},"34":{"tf":1.0},"62":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":14,"docs":{"10":{"tf":1.0},"109":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"125":{"tf":1.0},"14":{"tf":1.0},"196":{"tf":1.0},"200":{"tf":1.0},"205":{"tf":1.0},"246":{"tf":1.0},"309":{"tf":1.7320508075688772},"337":{"tf":1.0},"50":{"tf":1.0},"57":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":4,"docs":{"120":{"tf":1.0},"14":{"tf":1.0},"140":{"tf":1.0},"15":{"tf":1.0}}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"112":{"tf":1.0},"61":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":11,"docs":{"10":{"tf":1.0},"110":{"tf":1.0},"118":{"tf":1.0},"127":{"tf":1.0},"229":{"tf":1.4142135623730951},"253":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0},"323":{"tf":1.0},"340":{"tf":1.4142135623730951},"52":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"65":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"209":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":7,"docs":{"116":{"tf":1.0},"117":{"tf":1.0},"132":{"tf":1.0},"14":{"tf":1.0},"261":{"tf":1.0},"264":{"tf":1.0},"44":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"264":{"tf":1.0}}}}}}},"t":{"df":2,"docs":{"246":{"tf":1.0},"30":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":27,"docs":{"118":{"tf":1.0},"127":{"tf":1.0},"14":{"tf":1.7320508075688772},"142":{"tf":1.0},"158":{"tf":1.0},"165":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"248":{"tf":1.0},"252":{"tf":1.0},"255":{"tf":1.0},"271":{"tf":1.0},"30":{"tf":1.0},"317":{"tf":1.0},"324":{"tf":1.0},"335":{"tf":1.0},"337":{"tf":1.0},"37":{"tf":1.0},"45":{"tf":1.0},"54":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"84":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}}},"x":{"df":9,"docs":{"119":{"tf":1.0},"180":{"tf":1.0},"186":{"tf":1.0},"243":{"tf":1.0},"42":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"61":{"tf":1.0},"62":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"1":{"tf":1.0},"271":{"tf":1.0},"303":{"tf":1.4142135623730951},"5":{"tf":1.0}}},"s":{"df":30,"docs":{"116":{"tf":1.4142135623730951},"117":{"tf":1.0},"126":{"tf":1.0},"152":{"tf":2.0},"153":{"tf":1.4142135623730951},"159":{"tf":1.4142135623730951},"161":{"tf":1.0},"175":{"tf":1.4142135623730951},"178":{"tf":1.7320508075688772},"179":{"tf":1.0},"18":{"tf":1.0},"180":{"tf":1.0},"188":{"tf":1.0},"19":{"tf":1.0},"193":{"tf":1.0},"202":{"tf":1.0},"209":{"tf":1.0},"220":{"tf":1.0},"227":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.0},"276":{"tf":1.0},"283":{"tf":1.0},"287":{"tf":1.4142135623730951},"292":{"tf":1.4142135623730951},"32":{"tf":1.0},"339":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":3,"docs":{"152":{"tf":1.4142135623730951},"176":{"tf":1.0},"31":{"tf":1.0}}}}}},"[":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"187":{"tf":1.0}}}}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"=":{"/":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"/":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"178":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":20,"docs":{"119":{"tf":1.0},"124":{"tf":1.0},"140":{"tf":1.0},"15":{"tf":1.0},"152":{"tf":1.0},"175":{"tf":1.4142135623730951},"179":{"tf":1.4142135623730951},"187":{"tf":1.0},"209":{"tf":1.0},"220":{"tf":1.0},"233":{"tf":1.0},"236":{"tf":1.7320508075688772},"282":{"tf":1.0},"295":{"tf":1.4142135623730951},"31":{"tf":1.0},"321":{"tf":1.0},"332":{"tf":1.0},"339":{"tf":1.0},"36":{"tf":1.0},"60":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"8":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"283":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{")":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"(":{"&":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":10,"docs":{"126":{"tf":1.0},"15":{"tf":1.0},"161":{"tf":1.0},"165":{"tf":1.0},"177":{"tf":1.0},"189":{"tf":1.0},"236":{"tf":1.0},"295":{"tf":1.0},"302":{"tf":1.0},"42":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"124":{"tf":1.0},"178":{"tf":1.4142135623730951},"38":{"tf":1.0}}}}}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"187":{"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":{},"t":{"df":1,"docs":{"3":{"tf":1.4142135623730951}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":9,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"244":{"tf":2.0},"32":{"tf":1.0},"337":{"tf":1.4142135623730951},"53":{"tf":1.0},"61":{"tf":1.0}},"u":{"df":14,"docs":{"243":{"tf":1.0},"28":{"tf":1.0},"29":{"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},"7":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"n":{"df":9,"docs":{"113":{"tf":1.0},"117":{"tf":1.0},"146":{"tf":1.4142135623730951},"185":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"43":{"tf":1.0},"51":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"309":{"tf":1.0}}}}}}}}}}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"278":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"279":{"tf":1.0},"337":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":8,"docs":{"109":{"tf":1.0},"122":{"tf":1.0},"247":{"tf":1.0},"249":{"tf":1.0},"295":{"tf":1.0},"33":{"tf":1.0},"57":{"tf":1.4142135623730951},"83":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":10,"docs":{"17":{"tf":1.0},"244":{"tf":1.0},"248":{"tf":1.0},"254":{"tf":1.0},"268":{"tf":1.0},"274":{"tf":1.0},"337":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"84":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"198":{"tf":1.0}}}}}}}},"df":3,"docs":{"174":{"tf":1.7320508075688772},"180":{"tf":1.7320508075688772},"186":{"tf":1.7320508075688772}},"f":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"243":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"307":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"26":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":15,"docs":{"13":{"tf":1.0},"133":{"tf":1.4142135623730951},"170":{"tf":1.0},"176":{"tf":1.0},"218":{"tf":1.0},"245":{"tf":1.0},"268":{"tf":1.0},"276":{"tf":1.4142135623730951},"298":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.7320508075688772},"332":{"tf":1.0},"339":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.4142135623730951}},"m":{"a":{"df":0,"docs":{},"p":{"df":5,"docs":{"182":{"tf":1.0},"209":{"tf":1.0},"293":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"r":{"df":49,"docs":{"103":{"tf":1.0},"111":{"tf":1.4142135623730951},"117":{"tf":1.0},"121":{"tf":1.0},"125":{"tf":1.7320508075688772},"127":{"tf":1.4142135623730951},"16":{"tf":1.4142135623730951},"172":{"tf":1.4142135623730951},"176":{"tf":1.0},"178":{"tf":1.4142135623730951},"18":{"tf":1.0},"182":{"tf":1.4142135623730951},"184":{"tf":1.4142135623730951},"209":{"tf":1.0},"211":{"tf":1.4142135623730951},"214":{"tf":1.4142135623730951},"23":{"tf":1.0},"234":{"tf":1.0},"238":{"tf":1.0},"241":{"tf":1.4142135623730951},"247":{"tf":1.0},"249":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"269":{"tf":1.4142135623730951},"276":{"tf":1.4142135623730951},"278":{"tf":1.0},"285":{"tf":1.0},"33":{"tf":1.4142135623730951},"337":{"tf":1.4142135623730951},"338":{"tf":1.0},"339":{"tf":1.0},"41":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.7320508075688772},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"67":{"tf":1.4142135623730951},"68":{"tf":1.0},"73":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951},"79":{"tf":1.4142135623730951},"80":{"tf":1.0},"86":{"tf":1.0},"9":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"df":5,"docs":{"116":{"tf":1.0},"130":{"tf":1.0},"132":{"tf":1.0},"274":{"tf":1.4142135623730951},"337":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":8,"docs":{"146":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"214":{"tf":1.0},"231":{"tf":1.0},"251":{"tf":1.0},"282":{"tf":1.4142135623730951},"313":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"249":{"tf":1.0},"47":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"108":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":28,"docs":{"11":{"tf":1.0},"125":{"tf":1.4142135623730951},"141":{"tf":1.0},"142":{"tf":1.0},"157":{"tf":1.0},"18":{"tf":1.0},"209":{"tf":1.0},"216":{"tf":1.0},"218":{"tf":1.4142135623730951},"225":{"tf":1.0},"226":{"tf":1.0},"233":{"tf":1.0},"245":{"tf":1.0},"249":{"tf":1.0},"262":{"tf":1.0},"283":{"tf":1.4142135623730951},"285":{"tf":1.7320508075688772},"287":{"tf":1.4142135623730951},"292":{"tf":1.0},"32":{"tf":1.4142135623730951},"337":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.4142135623730951},"5":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.7320508075688772},"68":{"tf":1.0},"74":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":45,"docs":{"107":{"tf":1.0},"113":{"tf":1.0},"119":{"tf":1.7320508075688772},"123":{"tf":1.4142135623730951},"142":{"tf":1.0},"143":{"tf":1.4142135623730951},"149":{"tf":1.0},"156":{"tf":1.0},"195":{"tf":1.0},"2":{"tf":1.7320508075688772},"216":{"tf":1.0},"218":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.0},"23":{"tf":1.0},"256":{"tf":1.0},"285":{"tf":2.23606797749979},"286":{"tf":1.0},"290":{"tf":1.0},"301":{"tf":1.4142135623730951},"303":{"tf":1.0},"306":{"tf":1.0},"308":{"tf":1.0},"310":{"tf":1.0},"32":{"tf":1.0},"337":{"tf":2.449489742783178},"338":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.4142135623730951},"53":{"tf":1.0},"54":{"tf":2.449489742783178},"55":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.0},"62":{"tf":1.0},"76":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.7320508075688772},"85":{"tf":1.7320508075688772},"87":{"tf":1.0},"9":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"123":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"145":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"i":{"d":{"df":3,"docs":{"203":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"289":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"200":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":10,"docs":{"110":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"189":{"tf":1.0},"268":{"tf":1.0},"277":{"tf":1.0},"278":{"tf":1.0},"295":{"tf":1.0},"321":{"tf":1.0},"97":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"116":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"212":{"tf":1.0},"237":{"tf":1.0}},"t":{"df":8,"docs":{"160":{"tf":1.4142135623730951},"228":{"tf":1.4142135623730951},"303":{"tf":1.0},"337":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"30":{"tf":1.0},"339":{"tf":1.7320508075688772},"54":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"df":3,"docs":{"132":{"tf":1.0},"276":{"tf":1.0},"51":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":21,"docs":{"148":{"tf":1.0},"15":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.4142135623730951},"179":{"tf":1.7320508075688772},"18":{"tf":1.0},"180":{"tf":1.7320508075688772},"184":{"tf":1.0},"209":{"tf":1.0},"283":{"tf":1.0},"31":{"tf":1.7320508075688772},"315":{"tf":1.0},"32":{"tf":1.0},"327":{"tf":1.0},"337":{"tf":1.4142135623730951},"339":{"tf":1.7320508075688772},"36":{"tf":1.0},"38":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"60":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"140":{"tf":1.0}}},"df":0,"docs":{}}}},"df":1,"docs":{"6":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":58,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"146":{"tf":1.0},"173":{"tf":1.0},"278":{"tf":1.4142135623730951},"296":{"tf":1.0},"313":{"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},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":7,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.0},"337":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":6,"docs":{"20":{"tf":1.0},"337":{"tf":1.0},"340":{"tf":1.0},"45":{"tf":1.0},"49":{"tf":1.0},"82":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"203":{"tf":1.0},"42":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"270":{"tf":1.4142135623730951},"319":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"242":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"0":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"198":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":28,"docs":{"129":{"tf":1.0},"135":{"tf":1.0},"168":{"tf":1.0},"188":{"tf":1.0},"190":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"197":{"tf":1.7320508075688772},"198":{"tf":2.23606797749979},"199":{"tf":1.4142135623730951},"200":{"tf":2.23606797749979},"201":{"tf":1.0},"202":{"tf":2.0},"246":{"tf":1.4142135623730951},"247":{"tf":1.4142135623730951},"249":{"tf":1.0},"266":{"tf":1.0},"290":{"tf":2.23606797749979},"30":{"tf":1.4142135623730951},"33":{"tf":1.0},"337":{"tf":2.0},"338":{"tf":1.0},"339":{"tf":1.7320508075688772},"58":{"tf":1.0},"77":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.7320508075688772}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":2,"docs":{"43":{"tf":1.4142135623730951},"48":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":4,"docs":{"195":{"tf":1.4142135623730951},"200":{"tf":1.0},"203":{"tf":1.4142135623730951},"204":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":5,"docs":{"193":{"tf":1.0},"194":{"tf":1.0},"246":{"tf":1.0},"249":{"tf":1.0},"87":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":8,"docs":{"107":{"tf":1.0},"122":{"tf":1.0},"249":{"tf":1.4142135623730951},"276":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.0},"64":{"tf":1.0},"8":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"118":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":71,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"12":{"tf":1.4142135623730951},"134":{"tf":1.0},"154":{"tf":2.0},"168":{"tf":1.0},"2":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":1.0},"270":{"tf":1.0},"276":{"tf":1.4142135623730951},"278":{"tf":1.4142135623730951},"302":{"tf":1.0},"326":{"tf":1.7320508075688772},"337":{"tf":1.7320508075688772},"41":{"tf":2.23606797749979},"42":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0},"52":{"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},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"218":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"17":{"tf":1.0},"21":{"tf":1.0},"5":{"tf":1.0},"65":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"248":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"185":{"tf":1.0},"186":{"tf":1.0},"338":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"287":{"tf":1.0}}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"t":{"df":21,"docs":{"107":{"tf":1.7320508075688772},"108":{"tf":1.0},"119":{"tf":1.0},"123":{"tf":1.0},"245":{"tf":1.0},"259":{"tf":1.0},"262":{"tf":1.4142135623730951},"278":{"tf":1.0},"283":{"tf":1.0},"290":{"tf":1.0},"298":{"tf":1.0},"312":{"tf":1.0},"323":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"328":{"tf":1.0},"337":{"tf":1.0},"34":{"tf":1.0},"46":{"tf":1.0},"56":{"tf":1.0},"67":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"41":{"tf":1.7320508075688772},"5":{"tf":1.0},"51":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"116":{"tf":1.0}}}},"df":11,"docs":{"115":{"tf":1.0},"127":{"tf":1.0},"136":{"tf":1.0},"166":{"tf":1.0},"191":{"tf":1.0},"206":{"tf":1.0},"253":{"tf":1.0},"33":{"tf":1.0},"6":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"326":{"tf":1.4142135623730951}}}}}}}}},"df":7,"docs":{"184":{"tf":1.4142135623730951},"209":{"tf":1.0},"228":{"tf":1.0},"286":{"tf":1.0},"292":{"tf":1.0},"321":{"tf":1.0},"326":{"tf":1.7320508075688772}}}},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"132":{"tf":1.0}}}},"s":{"df":0,"docs":{},"h":{"df":9,"docs":{"142":{"tf":1.0},"154":{"tf":1.0},"160":{"tf":1.0},"226":{"tf":1.0},"228":{"tf":1.0},"259":{"tf":1.0},"287":{"tf":1.0},"297":{"tf":1.0},"303":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":5,"docs":{"242":{"tf":1.0},"270":{"tf":1.0},"276":{"tf":2.0},"41":{"tf":2.23606797749979},"51":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":12,"docs":{"114":{"tf":1.0},"170":{"tf":1.0},"182":{"tf":1.4142135623730951},"209":{"tf":1.0},"234":{"tf":1.0},"24":{"tf":1.0},"270":{"tf":1.0},"293":{"tf":2.0},"31":{"tf":1.4142135623730951},"48":{"tf":1.0},"54":{"tf":1.0},"63":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"140":{"tf":1.0}}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":7,"docs":{"104":{"tf":1.0},"18":{"tf":1.0},"250":{"tf":1.0},"324":{"tf":1.0},"337":{"tf":1.0},"339":{"tf":1.0},"43":{"tf":1.0}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"259":{"tf":1.0}}}}}}},"i":{"c":{"df":1,"docs":{"173":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"244":{"tf":1.0}}}}},"u":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"245":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0}},"—":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"103":{"tf":1.0},"30":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"a":{"df":3,"docs":{"2":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"256":{"tf":1.0},"262":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"259":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"198":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":9,"docs":{"198":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"261":{"tf":1.4142135623730951},"262":{"tf":1.0},"273":{"tf":1.4142135623730951},"274":{"tf":1.4142135623730951},"317":{"tf":1.0},"64":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":2,"docs":{"153":{"tf":1.0},"287":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"199":{"tf":1.7320508075688772},"77":{"tf":1.0},"79":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"(":{"4":{"2":{"df":1,"docs":{"114":{"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":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"125":{"tf":1.0}}}}}}}}}},"df":30,"docs":{"10":{"tf":1.0},"102":{"tf":1.0},"104":{"tf":1.0},"114":{"tf":1.7320508075688772},"125":{"tf":1.4142135623730951},"13":{"tf":1.0},"132":{"tf":1.4142135623730951},"133":{"tf":1.4142135623730951},"165":{"tf":1.4142135623730951},"166":{"tf":1.0},"178":{"tf":1.4142135623730951},"190":{"tf":1.4142135623730951},"245":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.4142135623730951},"254":{"tf":1.7320508075688772},"257":{"tf":1.7320508075688772},"260":{"tf":1.4142135623730951},"263":{"tf":1.4142135623730951},"265":{"tf":1.7320508075688772},"271":{"tf":1.4142135623730951},"272":{"tf":1.0},"290":{"tf":1.0},"317":{"tf":1.4142135623730951},"318":{"tf":1.7320508075688772},"41":{"tf":1.4142135623730951},"44":{"tf":1.0},"56":{"tf":1.0},"98":{"tf":1.7320508075688772},"99":{"tf":1.0}}}}}}},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"179":{"tf":1.0}}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"f":{"df":1,"docs":{"298":{"tf":1.0}}}}},"d":{"[":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"29":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"12":{"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":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"121":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":7,"docs":{"103":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"124":{"tf":1.0},"57":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0}},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"2":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"309":{"tf":1.0},"95":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"(":{"5":{"1":{"2":{"_":{"0":{"0":{"0":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"83":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{")":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"(":{"2":{"5":{"6":{"_":{"0":{"0":{"0":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"109":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"73":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"113":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"(":{"1":{"_":{"0":{"0":{"0":{"_":{"0":{"0":{"0":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"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":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"4":{"_":{"0":{"0":{"0":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"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":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":44,"docs":{"103":{"tf":1.0},"117":{"tf":1.0},"121":{"tf":2.449489742783178},"122":{"tf":2.0},"123":{"tf":1.0},"125":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"134":{"tf":1.0},"135":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"2":{"tf":1.0},"204":{"tf":1.0},"210":{"tf":1.0},"245":{"tf":1.4142135623730951},"247":{"tf":1.0},"248":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":1.0},"303":{"tf":1.0},"310":{"tf":1.0},"33":{"tf":1.0},"337":{"tf":2.449489742783178},"338":{"tf":3.0},"34":{"tf":1.0},"340":{"tf":1.0},"4":{"tf":2.23606797749979},"43":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.7320508075688772},"57":{"tf":1.7320508075688772},"61":{"tf":1.0},"64":{"tf":1.0},"71":{"tf":2.23606797749979},"73":{"tf":1.7320508075688772},"74":{"tf":1.7320508075688772},"75":{"tf":1.4142135623730951},"76":{"tf":2.23606797749979},"94":{"tf":2.0},"95":{"tf":1.4142135623730951},"96":{"tf":1.0},"97":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"180":{"tf":1.0},"209":{"tf":1.0},"233":{"tf":1.7320508075688772},"292":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"75":{"tf":1.0}}}}},"t":{"a":{"df":26,"docs":{"1":{"tf":1.0},"116":{"tf":1.0},"152":{"tf":1.0},"170":{"tf":1.0},"2":{"tf":1.4142135623730951},"209":{"tf":1.0},"220":{"tf":1.4142135623730951},"276":{"tf":1.0},"278":{"tf":1.4142135623730951},"3":{"tf":1.0},"31":{"tf":1.0},"337":{"tf":1.4142135623730951},"338":{"tf":2.8284271247461903},"339":{"tf":1.0},"34":{"tf":1.0},"340":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":2.449489742783178},"51":{"tf":1.0},"59":{"tf":1.0},"71":{"tf":1.0},"74":{"tf":1.0},"8":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"12":{"tf":1.0},"29":{"tf":1.0}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":27,"docs":{"10":{"tf":1.0},"106":{"tf":1.0},"113":{"tf":1.0},"136":{"tf":1.0},"155":{"tf":1.4142135623730951},"166":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"186":{"tf":1.0},"19":{"tf":1.0},"206":{"tf":1.0},"213":{"tf":1.0},"218":{"tf":1.4142135623730951},"238":{"tf":1.0},"24":{"tf":1.0},"243":{"tf":1.0},"259":{"tf":1.0},"28":{"tf":1.0},"297":{"tf":1.4142135623730951},"309":{"tf":1.0},"314":{"tf":1.4142135623730951},"38":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}},"g":{"df":3,"docs":{"27":{"tf":1.0},"277":{"tf":1.0},"48":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"259":{"tf":1.0},"260":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":7,"docs":{"187":{"tf":1.0},"20":{"tf":1.0},"40":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"r":{"df":11,"docs":{"102":{"tf":1.0},"13":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.7320508075688772},"245":{"tf":1.4142135623730951},"247":{"tf":1.0},"27":{"tf":1.0},"337":{"tf":1.0},"339":{"tf":1.0},"44":{"tf":2.6457513110645907}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"121":{"tf":1.0},"123":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"117":{"tf":1.0},"184":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"67":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":4,"docs":{"10":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"62":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"20":{"tf":1.0}}},"r":{"df":2,"docs":{"243":{"tf":1.0},"275":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":22,"docs":{"104":{"tf":1.0},"105":{"tf":1.0},"126":{"tf":1.0},"13":{"tf":1.4142135623730951},"146":{"tf":1.0},"172":{"tf":1.7320508075688772},"178":{"tf":1.4142135623730951},"214":{"tf":1.0},"217":{"tf":1.0},"221":{"tf":1.0},"24":{"tf":1.0},"247":{"tf":1.0},"273":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":2.0},"67":{"tf":1.7320508075688772},"69":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"79":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":8,"docs":{"102":{"tf":1.0},"113":{"tf":1.0},"248":{"tf":1.0},"253":{"tf":1.0},"278":{"tf":1.0},"324":{"tf":1.0},"336":{"tf":1.0},"41":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"278":{"tf":1.0},"339":{"tf":1.0}}}}}}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"200":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"y":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"203":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":3,"docs":{"129":{"tf":1.7320508075688772},"193":{"tf":1.0},"194":{"tf":1.4142135623730951}},"s":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"196":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"170":{"tf":1.0},"172":{"tf":1.0},"182":{"tf":1.0},"36":{"tf":1.4142135623730951}}}},"i":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"107":{"tf":1.0},"116":{"tf":1.0},"135":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"a":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":10,"docs":{"118":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"276":{"tf":1.0},"52":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":7,"docs":{"174":{"tf":1.4142135623730951},"270":{"tf":1.0},"306":{"tf":1.0},"31":{"tf":1.0},"326":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"(":{"&":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"124":{"tf":1.0},"178":{"tf":1.4142135623730951},"183":{"tf":1.0},"184":{"tf":2.0},"240":{"tf":1.0},"38":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":5,"docs":{"168":{"tf":1.0},"190":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"42":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":62,"docs":{"10":{"tf":1.0},"126":{"tf":1.0},"128":{"tf":1.0},"133":{"tf":2.449489742783178},"140":{"tf":1.7320508075688772},"15":{"tf":1.7320508075688772},"150":{"tf":1.0},"167":{"tf":1.4142135623730951},"168":{"tf":1.4142135623730951},"175":{"tf":1.0},"179":{"tf":1.0},"18":{"tf":1.4142135623730951},"180":{"tf":1.0},"181":{"tf":1.4142135623730951},"182":{"tf":1.0},"185":{"tf":1.0},"189":{"tf":1.0},"19":{"tf":1.0},"190":{"tf":1.7320508075688772},"194":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"22":{"tf":1.0},"225":{"tf":1.0},"244":{"tf":1.4142135623730951},"245":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.4142135623730951},"251":{"tf":1.0},"253":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.7320508075688772},"267":{"tf":2.0},"268":{"tf":1.4142135623730951},"276":{"tf":1.0},"28":{"tf":1.0},"280":{"tf":1.4142135623730951},"297":{"tf":1.0},"30":{"tf":1.0},"302":{"tf":1.0},"31":{"tf":2.0},"318":{"tf":1.4142135623730951},"32":{"tf":1.0},"331":{"tf":1.4142135623730951},"337":{"tf":2.0},"339":{"tf":1.7320508075688772},"38":{"tf":1.7320508075688772},"41":{"tf":1.7320508075688772},"42":{"tf":2.0},"44":{"tf":1.4142135623730951},"45":{"tf":1.0},"47":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"54":{"tf":1.4142135623730951},"60":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"(":{"&":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"331":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"266":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"150":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"42":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"244":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"273":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":9,"docs":{"13":{"tf":1.4142135623730951},"22":{"tf":1.0},"244":{"tf":1.0},"261":{"tf":1.0},"283":{"tf":1.0},"293":{"tf":1.0},"298":{"tf":1.0},"52":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"245":{"tf":1.7320508075688772},"337":{"tf":1.0},"44":{"tf":1.0},"51":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"197":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":23,"docs":{"10":{"tf":1.4142135623730951},"100":{"tf":1.0},"131":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"243":{"tf":1.0},"248":{"tf":1.0},"252":{"tf":1.4142135623730951},"302":{"tf":1.0},"305":{"tf":1.4142135623730951},"332":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":2.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.7320508075688772},"49":{"tf":1.4142135623730951},"84":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"292":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"195":{"tf":1.0},"31":{"tf":1.0},"93":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":27,"docs":{"114":{"tf":1.0},"127":{"tf":1.0},"149":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"17":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"213":{"tf":1.0},"241":{"tf":1.0},"244":{"tf":1.0},"248":{"tf":1.0},"251":{"tf":1.0},"264":{"tf":1.0},"29":{"tf":1.0},"314":{"tf":1.0},"318":{"tf":1.0},"323":{"tf":1.0},"324":{"tf":1.0},"33":{"tf":1.0},"334":{"tf":1.0},"335":{"tf":1.4142135623730951},"35":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"54":{"tf":1.0},"98":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"143":{"tf":1.0},"156":{"tf":1.0},"256":{"tf":1.0},"337":{"tf":1.0},"34":{"tf":1.0},"59":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"102":{"tf":1.0},"112":{"tf":1.0},"24":{"tf":1.7320508075688772},"27":{"tf":1.0},"296":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"106":{"tf":1.4142135623730951},"117":{"tf":1.0},"24":{"tf":1.4142135623730951},"296":{"tf":1.0}},"i":{"c":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"296":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":50,"docs":{"10":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"119":{"tf":1.0},"166":{"tf":1.0},"173":{"tf":1.0},"179":{"tf":1.0},"187":{"tf":1.0},"242":{"tf":1.7320508075688772},"243":{"tf":1.4142135623730951},"244":{"tf":1.4142135623730951},"245":{"tf":1.4142135623730951},"246":{"tf":1.4142135623730951},"247":{"tf":1.4142135623730951},"248":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"250":{"tf":1.4142135623730951},"251":{"tf":1.7320508075688772},"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},"260":{"tf":1.0},"261":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"271":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.0},"274":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"302":{"tf":1.0},"304":{"tf":1.0},"312":{"tf":1.0},"328":{"tf":1.0},"42":{"tf":1.0},"60":{"tf":1.0},"99":{"tf":1.0}}}}}},"i":{"c":{"df":1,"docs":{"318":{"tf":1.0}}},"df":0,"docs":{}}}},"f":{"df":2,"docs":{"160":{"tf":1.0},"228":{"tf":1.0}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"149":{"tf":1.0},"205":{"tf":1.0},"222":{"tf":1.0},"279":{"tf":1.0}},"i":{"df":10,"docs":{"281":{"tf":1.0},"282":{"tf":1.0},"283":{"tf":1.0},"285":{"tf":1.0},"286":{"tf":1.0},"287":{"tf":1.0},"289":{"tf":1.0},"290":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0}}},"t":{"df":2,"docs":{"279":{"tf":1.0},"323":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":2,"docs":{"264":{"tf":1.0},"55":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"36":{"tf":1.0}}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":31,"docs":{"10":{"tf":1.0},"118":{"tf":1.0},"126":{"tf":1.4142135623730951},"132":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"189":{"tf":1.0},"19":{"tf":1.4142135623730951},"209":{"tf":1.0},"246":{"tf":1.0},"247":{"tf":1.0},"265":{"tf":1.0},"282":{"tf":1.0},"295":{"tf":1.4142135623730951},"301":{"tf":1.0},"302":{"tf":1.4142135623730951},"303":{"tf":1.4142135623730951},"309":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"321":{"tf":1.0},"337":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"43":{"tf":1.7320508075688772},"44":{"tf":1.4142135623730951},"45":{"tf":1.7320508075688772},"50":{"tf":1.0},"62":{"tf":1.0},"84":{"tf":1.0},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}}}}},"g":{"df":2,"docs":{"243":{"tf":1.0},"43":{"tf":1.0}}},"r":{"df":1,"docs":{"208":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"169":{"tf":1.0},"174":{"tf":1.0},"257":{"tf":1.0},"315":{"tf":1.0},"339":{"tf":1.0}}},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"249":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":10,"docs":{"144":{"tf":1.0},"152":{"tf":1.0},"170":{"tf":1.4142135623730951},"172":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"220":{"tf":1.4142135623730951},"281":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"104":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"277":{"tf":1.0}},"i":{"df":2,"docs":{"182":{"tf":1.0},"31":{"tf":1.0}}}}}}}},"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"/":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":1,"docs":{"297":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":5,"docs":{"160":{"tf":1.0},"209":{"tf":1.0},"228":{"tf":1.4142135623730951},"286":{"tf":1.0},"321":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":21,"docs":{"121":{"tf":2.449489742783178},"13":{"tf":1.0},"16":{"tf":1.0},"245":{"tf":1.0},"247":{"tf":1.0},"3":{"tf":1.7320508075688772},"33":{"tf":1.0},"337":{"tf":1.7320508075688772},"338":{"tf":2.23606797749979},"34":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.4142135623730951},"54":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":1.0},"71":{"tf":1.4142135623730951},"73":{"tf":2.0},"74":{"tf":2.0},"76":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":7,"docs":{"193":{"tf":1.0},"289":{"tf":1.0},"308":{"tf":1.0},"337":{"tf":1.0},"77":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"67":{"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":{"161":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"176":{"tf":1.0},"31":{"tf":1.0},"46":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":4,"docs":{"0":{"tf":1.0},"227":{"tf":1.0},"242":{"tf":1.0},"62":{"tf":1.0}},"r":{"df":0,"docs":{},"s":{"df":2,"docs":{"132":{"tf":1.0},"67":{"tf":1.0}}}}}}},"o":{"c":{"df":1,"docs":{"270":{"tf":1.0}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"218":{"tf":1.0},"221":{"tf":1.0},"304":{"tf":1.0},"315":{"tf":1.4142135623730951},"326":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":34,"docs":{"119":{"tf":1.0},"124":{"tf":1.0},"126":{"tf":1.0},"15":{"tf":1.0},"152":{"tf":1.7320508075688772},"153":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.4142135623730951},"175":{"tf":1.0},"176":{"tf":1.4142135623730951},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.7320508075688772},"187":{"tf":1.7320508075688772},"188":{"tf":1.4142135623730951},"209":{"tf":1.7320508075688772},"220":{"tf":1.4142135623730951},"227":{"tf":1.4142135623730951},"228":{"tf":1.4142135623730951},"233":{"tf":2.449489742783178},"245":{"tf":1.0},"276":{"tf":1.0},"283":{"tf":1.7320508075688772},"287":{"tf":1.0},"292":{"tf":3.872983346207417},"31":{"tf":1.0},"312":{"tf":1.0},"323":{"tf":1.0},"337":{"tf":1.0},"339":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"48":{"tf":1.0},"51":{"tf":1.0},"8":{"tf":1.0}},"{":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"187":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"112":{"tf":1.0}}}}}}}}}},"df":6,"docs":{"112":{"tf":1.7320508075688772},"117":{"tf":1.0},"131":{"tf":1.0},"270":{"tf":1.0},"276":{"tf":1.0},"61":{"tf":1.0}}}}}}}},"df":3,"docs":{"10":{"tf":1.0},"259":{"tf":1.0},"30":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"\'":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":13,"docs":{"10":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"245":{"tf":1.0},"249":{"tf":1.0},"26":{"tf":1.0},"267":{"tf":1.0},"290":{"tf":1.0},"308":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.0}}}}},"—":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"n":{"\'":{"df":0,"docs":{},"t":{"df":1,"docs":{"104":{"tf":1.0}}}},"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":36,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"106":{"tf":1.0},"11":{"tf":1.0},"16":{"tf":1.0},"173":{"tf":1.0},"179":{"tf":1.0},"18":{"tf":1.4142135623730951},"185":{"tf":1.4142135623730951},"190":{"tf":1.0},"205":{"tf":1.0},"239":{"tf":1.0},"247":{"tf":1.0},"250":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951},"264":{"tf":1.4142135623730951},"268":{"tf":1.0},"273":{"tf":1.0},"282":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"32":{"tf":1.4142135623730951},"328":{"tf":1.0},"33":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":1.0},"69":{"tf":1.0},"9":{"tf":1.0},"91":{"tf":1.0},"98":{"tf":1.0}}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"131":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"n":{"df":14,"docs":{"107":{"tf":1.0},"123":{"tf":1.4142135623730951},"160":{"tf":1.0},"19":{"tf":1.0},"228":{"tf":1.0},"286":{"tf":1.0},"290":{"tf":1.0},"306":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.0},"82":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"210":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":3,"docs":{"249":{"tf":1.0},"33":{"tf":1.0},"80":{"tf":1.7320508075688772}}}}}}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"67":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"133":{"tf":1.7320508075688772}},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"132":{"tf":2.0}}}},"v":{"df":0,"docs":{},"e":{"df":6,"docs":{"135":{"tf":1.0},"195":{"tf":1.0},"247":{"tf":1.0},"273":{"tf":1.0},"33":{"tf":1.4142135623730951},"337":{"tf":1.0}},"n":{"df":2,"docs":{"105":{"tf":1.0},"59":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"p":{"/":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"131":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"131":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"l":{"df":4,"docs":{"276":{"tf":1.0},"278":{"tf":1.7320508075688772},"51":{"tf":1.0},"52":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":2,"docs":{"212":{"tf":1.0},"37":{"tf":1.0}}},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"154":{"tf":1.7320508075688772}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"110":{"tf":1.0},"132":{"tf":1.0},"43":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":44,"docs":{"101":{"tf":1.0},"105":{"tf":2.449489742783178},"113":{"tf":1.4142135623730951},"117":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"122":{"tf":1.0},"125":{"tf":1.0},"148":{"tf":1.0},"18":{"tf":1.0},"185":{"tf":1.0},"23":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"247":{"tf":1.0},"249":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"259":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"278":{"tf":1.0},"285":{"tf":1.0},"289":{"tf":1.0},"296":{"tf":1.0},"321":{"tf":1.0},"328":{"tf":1.0},"33":{"tf":1.0},"337":{"tf":2.0},"339":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.7320508075688772},"54":{"tf":1.4142135623730951},"55":{"tf":1.0},"59":{"tf":1.7320508075688772},"61":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951},"66":{"tf":1.0},"67":{"tf":1.4142135623730951},"73":{"tf":1.0},"80":{"tf":1.0},"83":{"tf":1.0},"86":{"tf":1.4142135623730951},"89":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"3":{"0":{"df":1,"docs":{"67":{"tf":1.0}}},"df":0,"docs":{}},"6":{"0":{"df":2,"docs":{"120":{"tf":1.0},"73":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"67":{"tf":1.0},"73":{"tf":1.0}}},"df":0,"docs":{}}}},":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"2":{"0":{"df":1,"docs":{"194":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"5":{"df":1,"docs":{"194":{"tf":1.0}}},"df":0,"docs":{}},"7":{"5":{"df":1,"docs":{"194":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":33,"docs":{"105":{"tf":1.0},"119":{"tf":1.0},"14":{"tf":1.0},"150":{"tf":1.0},"153":{"tf":1.0},"16":{"tf":1.4142135623730951},"18":{"tf":1.0},"203":{"tf":1.0},"219":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"226":{"tf":1.0},"240":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.0},"254":{"tf":1.0},"274":{"tf":1.0},"283":{"tf":1.0},"337":{"tf":2.0},"34":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.4142135623730951},"54":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"64":{"tf":1.0},"68":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"97":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"130":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"199":{"tf":1.4142135623730951},"273":{"tf":1.7320508075688772},"274":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":8,"docs":{"130":{"tf":1.0},"135":{"tf":1.0},"193":{"tf":1.0},"200":{"tf":1.0},"273":{"tf":1.0},"36":{"tf":1.0},"52":{"tf":1.0},"89":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"273":{"tf":1.0}}}}}}},"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"29":{"tf":1.0}}}}},"df":0,"docs":{}},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"12":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":35,"docs":{"1":{"tf":1.0},"101":{"tf":1.0},"11":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"12":{"tf":1.0},"152":{"tf":1.0},"167":{"tf":1.0},"170":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"179":{"tf":1.0},"18":{"tf":1.0},"182":{"tf":1.0},"191":{"tf":1.0},"209":{"tf":1.4142135623730951},"214":{"tf":1.0},"218":{"tf":1.0},"221":{"tf":1.0},"241":{"tf":1.0},"244":{"tf":1.4142135623730951},"252":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"313":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"338":{"tf":1.0},"35":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.4142135623730951},"63":{"tf":1.0},"73":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"249":{"tf":1.0},"33":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":7,"docs":{"173":{"tf":1.0},"174":{"tf":1.0},"18":{"tf":1.0},"251":{"tf":1.0},"253":{"tf":1.0},"336":{"tf":1.0},"60":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"335":{"tf":1.0}}}}}}},"df":1,"docs":{"29":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"70":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"200":{"tf":1.0},"43":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"338":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"208":{"tf":1.0}}}}}}}}},"m":{"b":{"df":1,"docs":{"250":{"tf":1.0}},"e":{"d":{"df":2,"docs":{"318":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{}},"o":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"303":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":18,"docs":{"154":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"232":{"tf":1.0},"237":{"tf":1.4142135623730951},"251":{"tf":1.4142135623730951},"283":{"tf":1.0},"286":{"tf":1.0},"290":{"tf":1.4142135623730951},"295":{"tf":1.0},"297":{"tf":1.0},"314":{"tf":1.0},"321":{"tf":1.0},"323":{"tf":1.0},"327":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"81":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":4,"docs":{"193":{"tf":1.0},"194":{"tf":1.0},"198":{"tf":1.0},"24":{"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":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"226":{"tf":1.0}}}}}}},"d":{"df":8,"docs":{"11":{"tf":1.0},"116":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"17":{"tf":1.0},"271":{"tf":1.4142135623730951},"272":{"tf":1.4142135623730951},"276":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"170":{"tf":1.0},"176":{"tf":1.0},"203":{"tf":1.0},"221":{"tf":2.0},"256":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":9,"docs":{"135":{"tf":1.0},"215":{"tf":1.0},"249":{"tf":1.0},"26":{"tf":1.0},"268":{"tf":1.0},"32":{"tf":1.0},"41":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"249":{"tf":1.0},"51":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":13,"docs":{"209":{"tf":1.0},"232":{"tf":1.0},"246":{"tf":1.0},"26":{"tf":1.4142135623730951},"278":{"tf":1.0},"290":{"tf":1.0},"30":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.4142135623730951},"54":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":2.0},"82":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":17,"docs":{"123":{"tf":1.0},"129":{"tf":1.0},"195":{"tf":1.0},"2":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"230":{"tf":1.0},"235":{"tf":1.0},"246":{"tf":1.0},"268":{"tf":1.0},"283":{"tf":1.0},"30":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.4142135623730951},"339":{"tf":1.4142135623730951},"37":{"tf":1.0},"4":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"103":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"r":{"df":3,"docs":{"337":{"tf":1.0},"4":{"tf":1.0},"84":{"tf":1.0}}}}},"v":{"df":3,"docs":{"163":{"tf":1.0},"237":{"tf":1.0},"295":{"tf":1.0}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":48,"docs":{"10":{"tf":1.0},"111":{"tf":1.7320508075688772},"116":{"tf":1.0},"117":{"tf":1.4142135623730951},"118":{"tf":1.0},"119":{"tf":1.0},"126":{"tf":1.7320508075688772},"14":{"tf":1.0},"15":{"tf":1.0},"150":{"tf":1.0},"161":{"tf":1.0},"173":{"tf":1.0},"179":{"tf":1.4142135623730951},"180":{"tf":1.0},"189":{"tf":1.0},"206":{"tf":1.0},"208":{"tf":1.0},"211":{"tf":1.7320508075688772},"212":{"tf":1.4142135623730951},"217":{"tf":1.0},"221":{"tf":1.0},"23":{"tf":1.0},"241":{"tf":1.0},"251":{"tf":1.0},"27":{"tf":1.4142135623730951},"276":{"tf":1.0},"283":{"tf":1.0},"285":{"tf":1.0},"286":{"tf":1.0},"291":{"tf":1.4142135623730951},"295":{"tf":1.0},"298":{"tf":1.0},"303":{"tf":1.0},"332":{"tf":1.0},"335":{"tf":1.0},"337":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"8":{"tf":1.0},"99":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}}}}},"p":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"245":{"tf":1.0},"301":{"tf":1.0},"337":{"tf":1.0},"54":{"tf":1.0},"59":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"n":{"!":{"(":{"\\"":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"165":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"165":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"258":{"tf":1.0}}}}}}},"r":{"(":{"\\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"273":{"tf":1.0}}}}},"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"!":{"(":{"\\"":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"264":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"262":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":38,"docs":{"103":{"tf":1.0},"105":{"tf":1.0},"113":{"tf":1.0},"139":{"tf":1.0},"142":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.7320508075688772},"156":{"tf":1.0},"158":{"tf":1.4142135623730951},"159":{"tf":1.4142135623730951},"218":{"tf":1.0},"225":{"tf":1.4142135623730951},"226":{"tf":2.23606797749979},"227":{"tf":1.0},"247":{"tf":1.0},"249":{"tf":1.4142135623730951},"255":{"tf":1.0},"259":{"tf":1.7320508075688772},"261":{"tf":1.0},"268":{"tf":1.4142135623730951},"281":{"tf":1.7320508075688772},"282":{"tf":1.4142135623730951},"283":{"tf":1.4142135623730951},"287":{"tf":1.7320508075688772},"290":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"297":{"tf":1.4142135623730951},"30":{"tf":1.0},"322":{"tf":1.4142135623730951},"323":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"54":{"tf":1.0},"81":{"tf":1.0},"97":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"120":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"c":{"df":3,"docs":{"214":{"tf":1.0},"318":{"tf":1.0},"339":{"tf":1.0}}},"df":0,"docs":{}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"274":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"261":{"tf":1.0},"262":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":21,"docs":{"143":{"tf":1.7320508075688772},"168":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"222":{"tf":1.0},"248":{"tf":1.4142135623730951},"249":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"264":{"tf":1.0},"266":{"tf":1.0},"274":{"tf":1.0},"337":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.7320508075688772},"38":{"tf":1.0},"43":{"tf":1.0},"54":{"tf":1.7320508075688772},"59":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":12,"docs":{"10":{"tf":1.0},"113":{"tf":1.0},"144":{"tf":1.0},"163":{"tf":1.0},"222":{"tf":1.0},"268":{"tf":1.0},"301":{"tf":1.0},"339":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0}},"t":{"df":5,"docs":{"307":{"tf":1.0},"337":{"tf":1.0},"46":{"tf":1.0},"59":{"tf":1.0},"79":{"tf":1.4142135623730951}},"u":{"df":1,"docs":{"253":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":10,"docs":{"102":{"tf":1.0},"13":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"286":{"tf":1.0},"3":{"tf":1.0},"41":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.0},"64":{"tf":1.0}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"19":{"tf":1.0},"250":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"242":{"tf":1.0}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"10":{"tf":1.0},"31":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":8,"docs":{"17":{"tf":1.0},"23":{"tf":1.0},"251":{"tf":1.0},"28":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"159":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"l":{"df":45,"docs":{"0":{"tf":1.0},"10":{"tf":1.4142135623730951},"118":{"tf":2.23606797749979},"119":{"tf":1.7320508075688772},"120":{"tf":1.7320508075688772},"121":{"tf":1.7320508075688772},"122":{"tf":1.7320508075688772},"123":{"tf":1.7320508075688772},"124":{"tf":1.7320508075688772},"125":{"tf":1.7320508075688772},"126":{"tf":2.0},"127":{"tf":1.4142135623730951},"128":{"tf":1.7320508075688772},"129":{"tf":1.0},"13":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"163":{"tf":1.4142135623730951},"164":{"tf":1.4142135623730951},"199":{"tf":1.0},"237":{"tf":1.0},"252":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.4142135623730951},"262":{"tf":1.4142135623730951},"267":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"271":{"tf":1.4142135623730951},"272":{"tf":1.7320508075688772},"273":{"tf":1.0},"274":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"317":{"tf":1.0},"332":{"tf":1.0},"337":{"tf":1.4142135623730951},"339":{"tf":1.0},"35":{"tf":1.0},"51":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"93":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":24,"docs":{"10":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.4142135623730951},"142":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"150":{"tf":1.0},"165":{"tf":1.4142135623730951},"168":{"tf":1.4142135623730951},"170":{"tf":1.0},"176":{"tf":1.0},"182":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"226":{"tf":1.0},"249":{"tf":1.4142135623730951},"255":{"tf":1.0},"259":{"tf":1.0},"266":{"tf":1.4142135623730951},"33":{"tf":1.0},"337":{"tf":1.7320508075688772},"42":{"tf":1.0},"45":{"tf":1.4142135623730951},"54":{"tf":1.0},"84":{"tf":1.0}},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":4,"docs":{"255":{"tf":1.0},"256":{"tf":1.0},"317":{"tf":1.0},"64":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":39,"docs":{"1":{"tf":1.0},"102":{"tf":1.0},"107":{"tf":1.0},"120":{"tf":1.7320508075688772},"121":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"139":{"tf":1.0},"140":{"tf":1.0},"142":{"tf":1.0},"158":{"tf":1.0},"170":{"tf":1.0},"182":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"196":{"tf":1.0},"2":{"tf":1.0},"205":{"tf":1.0},"208":{"tf":1.0},"230":{"tf":1.4142135623730951},"245":{"tf":1.0},"246":{"tf":1.0},"278":{"tf":1.4142135623730951},"281":{"tf":1.7320508075688772},"287":{"tf":1.4142135623730951},"3":{"tf":2.23606797749979},"304":{"tf":1.0},"306":{"tf":1.0},"31":{"tf":1.0},"310":{"tf":1.0},"337":{"tf":1.7320508075688772},"338":{"tf":1.4142135623730951},"4":{"tf":1.0},"44":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":2.0},"55":{"tf":1.7320508075688772},"68":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951},"79":{"tf":1.0}},"’":{"df":1,"docs":{"5":{"tf":1.0}}}}}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":13,"docs":{"108":{"tf":1.0},"109":{"tf":1.0},"16":{"tf":1.0},"210":{"tf":1.0},"253":{"tf":1.0},"276":{"tf":1.0},"337":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.0},"71":{"tf":1.0},"73":{"tf":1.0}}}}},"df":0,"docs":{}}},"h":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"160":{"tf":1.0},"228":{"tf":1.0},"268":{"tf":1.0},"286":{"tf":1.0},"297":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"250":{"tf":1.0},"268":{"tf":1.4142135623730951},"281":{"tf":1.0},"298":{"tf":1.0},"334":{"tf":1.0},"337":{"tf":1.0},"48":{"tf":1.0}}}},"t":{"df":1,"docs":{"103":{"tf":1.4142135623730951}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"272":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":33,"docs":{"101":{"tf":1.0},"106":{"tf":1.4142135623730951},"109":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"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},"137":{"tf":1.0},"14":{"tf":1.0},"165":{"tf":1.0},"189":{"tf":1.0},"194":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.4142135623730951},"257":{"tf":1.0},"258":{"tf":1.0},"30":{"tf":1.0},"302":{"tf":1.0},"38":{"tf":1.0},"46":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"86":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"d":{"a":{"_":{"df":0,"docs":{},"l":{"df":6,"docs":{"109":{"tf":1.0},"113":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"57":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":5,"docs":{"113":{"tf":1.0},"289":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0},"93":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"273":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"—":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"243":{"tf":1.0}}}}}}}}}}}},"df":134,"docs":{"10":{"tf":1.0},"101":{"tf":1.0},"104":{"tf":2.449489742783178},"11":{"tf":1.0},"113":{"tf":1.4142135623730951},"116":{"tf":1.4142135623730951},"117":{"tf":1.0},"120":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"131":{"tf":1.7320508075688772},"132":{"tf":1.4142135623730951},"133":{"tf":1.0},"134":{"tf":1.0},"139":{"tf":1.4142135623730951},"14":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":2.0},"148":{"tf":1.0},"149":{"tf":2.0},"156":{"tf":2.0},"166":{"tf":1.0},"168":{"tf":1.0},"17":{"tf":2.449489742783178},"18":{"tf":1.7320508075688772},"19":{"tf":1.4142135623730951},"193":{"tf":1.0},"195":{"tf":1.4142135623730951},"197":{"tf":1.0},"2":{"tf":1.0},"200":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.4142135623730951},"208":{"tf":1.0},"212":{"tf":1.0},"216":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":2.0},"23":{"tf":2.0},"244":{"tf":1.0},"246":{"tf":1.0},"247":{"tf":1.7320508075688772},"248":{"tf":3.0},"249":{"tf":1.7320508075688772},"25":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.4142135623730951},"252":{"tf":1.0},"253":{"tf":1.4142135623730951},"255":{"tf":1.7320508075688772},"259":{"tf":1.4142135623730951},"260":{"tf":1.7320508075688772},"261":{"tf":2.0},"262":{"tf":2.23606797749979},"263":{"tf":1.4142135623730951},"264":{"tf":2.0},"266":{"tf":1.0},"268":{"tf":1.0},"271":{"tf":1.0},"272":{"tf":2.0},"273":{"tf":2.23606797749979},"274":{"tf":2.23606797749979},"275":{"tf":1.4142135623730951},"276":{"tf":1.0},"278":{"tf":1.0},"285":{"tf":1.4142135623730951},"286":{"tf":2.0},"288":{"tf":1.4142135623730951},"289":{"tf":1.0},"29":{"tf":1.4142135623730951},"297":{"tf":1.0},"301":{"tf":1.0},"314":{"tf":1.0},"32":{"tf":1.0},"324":{"tf":2.23606797749979},"33":{"tf":1.0},"335":{"tf":1.0},"337":{"tf":3.3166247903554},"339":{"tf":2.0},"34":{"tf":2.0},"35":{"tf":3.1622776601683795},"37":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":2.0},"43":{"tf":2.6457513110645907},"46":{"tf":1.7320508075688772},"48":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"54":{"tf":2.449489742783178},"55":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":2.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.4142135623730951},"69":{"tf":2.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":2.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":2.23606797749979},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":2.449489742783178},"85":{"tf":2.23606797749979},"86":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":1.4142135623730951},"89":{"tf":2.23606797749979},"90":{"tf":2.0},"91":{"tf":1.4142135623730951},"92":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":2.0},"95":{"tf":1.4142135623730951},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":2.0},"99":{"tf":1.7320508075688772}},"e":{"d":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"73":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"9":{"tf":1.0}}},"t":{"df":1,"docs":{"0":{"tf":1.0}},"—":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"’":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}}}}}}}},"i":{"df":0,"docs":{},"r":{"df":5,"docs":{"247":{"tf":1.0},"255":{"tf":1.0},"259":{"tf":1.0},"64":{"tf":1.0},"80":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":10,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"167":{"tf":1.0},"196":{"tf":1.0},"20":{"tf":1.0},"243":{"tf":1.0},"252":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":8,"docs":{"105":{"tf":2.0},"106":{"tf":1.0},"117":{"tf":1.0},"26":{"tf":1.0},"278":{"tf":1.0},"44":{"tf":1.4142135623730951},"47":{"tf":1.0},"54":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"106":{"tf":1.0},"113":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"12":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":19,"docs":{"152":{"tf":1.0},"172":{"tf":1.7320508075688772},"178":{"tf":1.0},"208":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.4142135623730951},"214":{"tf":1.0},"217":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.4142135623730951},"281":{"tf":1.0},"282":{"tf":1.0},"283":{"tf":1.4142135623730951},"286":{"tf":1.0},"298":{"tf":1.4142135623730951},"314":{"tf":1.0},"321":{"tf":1.0},"322":{"tf":1.0},"327":{"tf":1.0}}}},"s":{"df":6,"docs":{"153":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.0},"219":{"tf":1.0},"221":{"tf":1.4142135623730951},"268":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"278":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":36,"docs":{"10":{"tf":1.0},"114":{"tf":1.0},"166":{"tf":1.0},"18":{"tf":1.0},"190":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":2.23606797749979},"253":{"tf":1.7320508075688772},"254":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.4142135623730951},"270":{"tf":1.0},"271":{"tf":1.4142135623730951},"316":{"tf":1.4142135623730951},"317":{"tf":1.0},"318":{"tf":1.0},"337":{"tf":1.0},"48":{"tf":1.0},"87":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":10,"docs":{"114":{"tf":1.7320508075688772},"199":{"tf":1.0},"250":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"258":{"tf":1.0},"270":{"tf":2.23606797749979},"319":{"tf":1.0},"41":{"tf":1.0},"52":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"a":{"d":{"d":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"’":{"df":1,"docs":{"270":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"203":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"110":{"tf":1.0},"210":{"tf":1.0},"270":{"tf":1.0}}}},"df":1,"docs":{"106":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"}":{"\\"":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"274":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"f":{"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"25":{"tf":1.4142135623730951},"51":{"tf":1.0}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"13":{"tf":1.0},"245":{"tf":1.0},"338":{"tf":1.4142135623730951},"56":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":67,"docs":{"113":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"149":{"tf":2.0},"150":{"tf":1.4142135623730951},"155":{"tf":1.7320508075688772},"156":{"tf":1.4142135623730951},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"161":{"tf":1.0},"163":{"tf":1.7320508075688772},"165":{"tf":1.0},"17":{"tf":1.4142135623730951},"212":{"tf":1.0},"213":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.4142135623730951},"223":{"tf":1.0},"224":{"tf":1.4142135623730951},"225":{"tf":1.0},"226":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.4142135623730951},"249":{"tf":1.0},"251":{"tf":1.0},"259":{"tf":2.0},"261":{"tf":1.0},"268":{"tf":1.0},"279":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":1.0},"285":{"tf":1.4142135623730951},"286":{"tf":1.0},"287":{"tf":1.0},"289":{"tf":1.0},"290":{"tf":1.4142135623730951},"293":{"tf":1.0},"295":{"tf":1.4142135623730951},"296":{"tf":1.4142135623730951},"297":{"tf":1.0},"298":{"tf":1.0},"30":{"tf":1.4142135623730951},"301":{"tf":1.0},"309":{"tf":1.0},"314":{"tf":1.7320508075688772},"321":{"tf":1.4142135623730951},"324":{"tf":1.4142135623730951},"339":{"tf":1.4142135623730951},"35":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"46":{"tf":1.0},"47":{"tf":2.8284271247461903},"54":{"tf":1.4142135623730951},"58":{"tf":1.0},"61":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"89":{"tf":1.0},"93":{"tf":1.0},"97":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"298":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"r":{"df":50,"docs":{"10":{"tf":1.0},"108":{"tf":1.0},"117":{"tf":1.0},"131":{"tf":1.0},"136":{"tf":1.0},"149":{"tf":1.4142135623730951},"150":{"tf":1.0},"156":{"tf":1.4142135623730951},"158":{"tf":1.0},"163":{"tf":1.7320508075688772},"165":{"tf":1.0},"166":{"tf":1.0},"173":{"tf":1.0},"19":{"tf":1.4142135623730951},"191":{"tf":1.0},"192":{"tf":1.0},"196":{"tf":1.0},"200":{"tf":1.4142135623730951},"205":{"tf":1.0},"215":{"tf":1.0},"218":{"tf":1.4142135623730951},"223":{"tf":1.4142135623730951},"225":{"tf":1.4142135623730951},"227":{"tf":1.0},"238":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"241":{"tf":1.0},"249":{"tf":1.0},"251":{"tf":1.0},"264":{"tf":1.7320508075688772},"288":{"tf":1.4142135623730951},"289":{"tf":1.4142135623730951},"303":{"tf":1.0},"308":{"tf":1.0},"314":{"tf":1.0},"324":{"tf":1.0},"332":{"tf":1.0},"337":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"36":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"68":{"tf":1.0},"82":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951}},"e":{".":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"165":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"165":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"k":{"df":0,"docs":{},"e":{"df":2,"docs":{"129":{"tf":1.0},"133":{"tf":1.0}}}},"l":{"df":0,"docs":{},"s":{"df":5,"docs":{"215":{"tf":1.0},"26":{"tf":1.0},"307":{"tf":1.0},"337":{"tf":1.0},"61":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"2":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}}}},"q":{"df":38,"docs":{"115":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.0},"314":{"tf":1.0},"315":{"tf":1.0},"316":{"tf":1.0},"317":{"tf":1.0},"318":{"tf":1.0},"319":{"tf":1.0},"320":{"tf":1.0},"321":{"tf":1.0},"322":{"tf":1.0},"323":{"tf":1.0},"324":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"328":{"tf":1.0},"329":{"tf":1.0},"330":{"tf":1.0},"331":{"tf":1.0},"332":{"tf":1.0},"333":{"tf":1.0},"334":{"tf":1.0},"335":{"tf":1.0}}},"r":{"df":2,"docs":{"47":{"tf":1.0},"56":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":16,"docs":{"125":{"tf":1.0},"126":{"tf":1.0},"133":{"tf":1.0},"163":{"tf":1.4142135623730951},"169":{"tf":1.4142135623730951},"173":{"tf":1.0},"185":{"tf":1.0},"232":{"tf":1.0},"247":{"tf":1.0},"259":{"tf":1.0},"275":{"tf":1.0},"301":{"tf":1.0},"328":{"tf":1.0},"42":{"tf":1.4142135623730951},"47":{"tf":2.0},"60":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"312":{"tf":1.0},"328":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"169":{"tf":1.0},"174":{"tf":1.0},"339":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"306":{"tf":1.0}}}}}},"df":3,"docs":{"152":{"tf":1.7320508075688772},"220":{"tf":1.0},"306":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":6,"docs":{"188":{"tf":1.4142135623730951},"253":{"tf":1.0},"308":{"tf":1.0},"337":{"tf":1.0},"42":{"tf":1.0},"55":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"205":{"tf":1.0}}}}}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"117":{"tf":1.0},"133":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":7,"docs":{"133":{"tf":1.0},"197":{"tf":1.0},"248":{"tf":1.0},"255":{"tf":1.0},"337":{"tf":1.7320508075688772},"38":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":1,"docs":{"48":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"152":{"tf":1.0},"210":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":4,"docs":{"0":{"tf":1.0},"132":{"tf":1.0},"207":{"tf":1.0},"47":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"111":{"tf":1.0},"283":{"tf":1.0},"297":{"tf":1.0}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":5,"docs":{"117":{"tf":1.0},"181":{"tf":1.7320508075688772},"185":{"tf":1.0},"186":{"tf":1.0},"339":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":4,"docs":{"178":{"tf":1.4142135623730951},"210":{"tf":1.0},"220":{"tf":1.4142135623730951},"334":{"tf":1.0}}},"l":{"df":1,"docs":{"13":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":7,"docs":{"103":{"tf":1.0},"132":{"tf":1.4142135623730951},"339":{"tf":1.0},"36":{"tf":1.0},"55":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0}}}},"d":{"df":15,"docs":{"107":{"tf":1.0},"124":{"tf":1.0},"153":{"tf":1.0},"208":{"tf":1.0},"230":{"tf":1.0},"234":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":1.0},"314":{"tf":1.0},"322":{"tf":1.0},"328":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":3,"docs":{"301":{"tf":1.0},"324":{"tf":1.7320508075688772},"56":{"tf":1.0}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":12,"docs":{"10":{"tf":1.0},"15":{"tf":1.0},"220":{"tf":1.0},"248":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"274":{"tf":1.0},"32":{"tf":1.0},"337":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"88":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"323":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":13,"docs":{"10":{"tf":1.0},"102":{"tf":2.0},"117":{"tf":1.0},"198":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.4142135623730951},"264":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.7320508075688772},"61":{"tf":1.0},"67":{"tf":1.0},"73":{"tf":1.0}},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"324":{"tf":1.0}}}}}}}}}},"t":{"df":7,"docs":{"117":{"tf":1.0},"190":{"tf":1.0},"243":{"tf":1.0},"272":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"60":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":3,"docs":{"11":{"tf":1.0},"12":{"tf":1.7320508075688772},"244":{"tf":1.0}}}},"x":{"df":5,"docs":{"139":{"tf":1.0},"24":{"tf":1.0},"279":{"tf":1.0},"296":{"tf":1.0},"46":{"tf":1.4142135623730951}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"193":{"tf":1.0}}},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"294":{"tf":1.4142135623730951}}}},"p":{"df":2,"docs":{"193":{"tf":1.0},"205":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"12":{"tf":1.0},"187":{"tf":1.0},"29":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":1,"docs":{"8":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"276":{"tf":1.0},"278":{"tf":1.0},"339":{"tf":1.7320508075688772}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"114":{"tf":1.0},"258":{"tf":1.0}}}}}}}}},"n":{"df":97,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.4142135623730951},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":2.0},"111":{"tf":1.4142135623730951},"112":{"tf":1.0},"113":{"tf":2.0},"114":{"tf":1.7320508075688772},"119":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"121":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"124":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"126":{"tf":1.0},"13":{"tf":1.0},"137":{"tf":1.4142135623730951},"14":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":1.0},"161":{"tf":1.0},"165":{"tf":1.0},"168":{"tf":2.0},"171":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.4142135623730951},"183":{"tf":1.0},"184":{"tf":2.0},"189":{"tf":2.0},"190":{"tf":2.0},"194":{"tf":1.0},"198":{"tf":1.7320508075688772},"199":{"tf":1.7320508075688772},"22":{"tf":1.0},"23":{"tf":1.0},"236":{"tf":1.0},"24":{"tf":1.0},"240":{"tf":1.0},"255":{"tf":2.0},"256":{"tf":2.23606797749979},"257":{"tf":1.0},"258":{"tf":2.6457513110645907},"26":{"tf":1.0},"261":{"tf":2.0},"262":{"tf":2.0},"263":{"tf":1.0},"266":{"tf":2.0},"267":{"tf":1.7320508075688772},"269":{"tf":2.0},"273":{"tf":2.449489742783178},"274":{"tf":2.0},"283":{"tf":1.0},"285":{"tf":1.0},"286":{"tf":1.0},"287":{"tf":1.4142135623730951},"289":{"tf":2.0},"290":{"tf":1.4142135623730951},"295":{"tf":1.0},"296":{"tf":2.0},"30":{"tf":1.0},"302":{"tf":1.4142135623730951},"309":{"tf":1.0},"31":{"tf":1.0},"315":{"tf":1.0},"317":{"tf":1.7320508075688772},"330":{"tf":1.0},"331":{"tf":1.4142135623730951},"38":{"tf":1.0},"42":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"46":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.0},"64":{"tf":1.4142135623730951},"66":{"tf":1.0},"67":{"tf":1.7320508075688772},"72":{"tf":1.0},"73":{"tf":1.7320508075688772},"78":{"tf":1.0},"79":{"tf":1.4142135623730951},"81":{"tf":1.0},"83":{"tf":1.0},"86":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.4142135623730951}}},"o":{"c":{"df":0,"docs":{},"u":{"df":2,"docs":{"199":{"tf":1.0},"22":{"tf":1.0}},"s":{"df":4,"docs":{"113":{"tf":1.0},"201":{"tf":1.0},"51":{"tf":1.0},"64":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"155":{"tf":1.0}}}}}},"r":{"c":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"46":{"tf":1.0}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"103":{"tf":1.0},"273":{"tf":1.0},"81":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"113":{"tf":1.0}}}}},"k":{"df":1,"docs":{"41":{"tf":1.0}}},"m":{"a":{"df":0,"docs":{},"t":{"!":{"(":{"\\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"274":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":3,"docs":{"246":{"tf":1.0},"337":{"tf":1.0},"339":{"tf":1.0}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"153":{"tf":1.4142135623730951},"2":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":44,"docs":{"10":{"tf":1.4142135623730951},"102":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"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},"7":{"tf":1.7320508075688772},"8":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"y":{"df":1,"docs":{"49":{"tf":1.0}}}}}}}}},"df":4,"docs":{"150":{"tf":1.0},"230":{"tf":1.4142135623730951},"234":{"tf":1.4142135623730951},"281":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"10":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"r":{"df":1,"docs":{"41":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"270":{"tf":1.0},"319":{"tf":1.0},"41":{"tf":1.0}}}}}}}}}}},"df":93,"docs":{"0":{"tf":1.4142135623730951},"10":{"tf":2.0},"105":{"tf":1.0},"11":{"tf":1.4142135623730951},"114":{"tf":1.0},"12":{"tf":1.0},"128":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.0},"166":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"190":{"tf":1.0},"192":{"tf":1.0},"206":{"tf":1.0},"208":{"tf":1.4142135623730951},"21":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"22":{"tf":1.4142135623730951},"222":{"tf":1.0},"23":{"tf":1.4142135623730951},"230":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.4142135623730951},"245":{"tf":1.0},"246":{"tf":1.0},"247":{"tf":1.0},"250":{"tf":1.7320508075688772},"251":{"tf":1.4142135623730951},"252":{"tf":2.23606797749979},"253":{"tf":1.4142135623730951},"254":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"26":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.4142135623730951},"271":{"tf":1.4142135623730951},"272":{"tf":1.0},"276":{"tf":1.4142135623730951},"278":{"tf":1.0},"28":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":1.0},"292":{"tf":1.0},"301":{"tf":1.4142135623730951},"303":{"tf":1.0},"304":{"tf":1.0},"310":{"tf":1.0},"316":{"tf":1.4142135623730951},"317":{"tf":1.0},"318":{"tf":1.0},"32":{"tf":1.0},"322":{"tf":1.0},"332":{"tf":1.0},"339":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"36":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":1.0},"48":{"tf":1.4142135623730951},"49":{"tf":1.0},"52":{"tf":1.4142135623730951},"60":{"tf":1.0},"64":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":2.0},"80":{"tf":1.0},"84":{"tf":1.0},"98":{"tf":1.0}},"’":{"df":4,"docs":{"15":{"tf":1.0},"249":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":3,"docs":{"160":{"tf":1.0},"228":{"tf":1.0},"286":{"tf":1.0}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"193":{"tf":1.0},"299":{"tf":1.4142135623730951}}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"179":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"180":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":13,"docs":{"120":{"tf":1.0},"125":{"tf":1.0},"133":{"tf":1.0},"205":{"tf":1.0},"248":{"tf":1.0},"298":{"tf":1.0},"3":{"tf":1.0},"335":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"49":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0}},"i":{"df":2,"docs":{"312":{"tf":1.0},"337":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":7,"docs":{"110":{"tf":1.0},"117":{"tf":1.0},"165":{"tf":1.0},"24":{"tf":1.0},"283":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0}}}}}}},"d":{"df":1,"docs":{"278":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":6,"docs":{"188":{"tf":1.4142135623730951},"199":{"tf":1.0},"259":{"tf":1.0},"61":{"tf":1.0},"77":{"tf":1.0},"79":{"tf":1.0}}}}},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"134":{"tf":1.0}}}}}},"g":{"b":{"df":1,"docs":{"210":{"tf":1.0}}},"d":{"b":{"df":1,"docs":{"174":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":3,"docs":{"197":{"tf":1.0},"273":{"tf":1.0},"42":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":37,"docs":{"134":{"tf":1.4142135623730951},"14":{"tf":1.0},"16":{"tf":1.4142135623730951},"170":{"tf":1.0},"176":{"tf":1.0},"178":{"tf":1.0},"18":{"tf":1.0},"182":{"tf":1.0},"19":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"247":{"tf":1.7320508075688772},"250":{"tf":1.0},"254":{"tf":1.0},"264":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"273":{"tf":1.0},"285":{"tf":1.0},"30":{"tf":1.0},"300":{"tf":1.4142135623730951},"307":{"tf":1.0},"309":{"tf":1.0},"31":{"tf":1.0},"319":{"tf":1.0},"330":{"tf":1.7320508075688772},"337":{"tf":1.4142135623730951},"339":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":2.0},"59":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.4142135623730951},"74":{"tf":1.0},"8":{"tf":1.0}}},"s":{"df":0,"docs":{},"i":{"df":6,"docs":{"216":{"tf":1.0},"218":{"tf":1.4142135623730951},"285":{"tf":2.0},"32":{"tf":1.0},"323":{"tf":1.4142135623730951},"339":{"tf":1.0}}}}}},"t":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"273":{"tf":1.0},"274":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":4,"docs":{"179":{"tf":1.0},"298":{"tf":1.4142135623730951},"333":{"tf":1.4142135623730951},"35":{"tf":1.0}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"210":{"tf":1.0}},"h":{"df":0,"docs":{},"u":{"b":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"295":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":3,"docs":{"163":{"tf":1.4142135623730951},"237":{"tf":1.0},"334":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"a":{"b":{"df":1,"docs":{"164":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":7,"docs":{"10":{"tf":1.0},"19":{"tf":1.0},"251":{"tf":1.0},"285":{"tf":1.0},"289":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":1.0}},"n":{"df":2,"docs":{"42":{"tf":1.0},"49":{"tf":1.0}}}}}},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"324":{"tf":1.0},"43":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":6,"docs":{"115":{"tf":1.0},"336":{"tf":2.0},"337":{"tf":1.0},"338":{"tf":1.0},"339":{"tf":1.0},"340":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"116":{"tf":1.0},"117":{"tf":1.0},"302":{"tf":1.0},"48":{"tf":2.0}}}},"df":7,"docs":{"152":{"tf":1.4142135623730951},"154":{"tf":1.0},"178":{"tf":1.0},"206":{"tf":1.0},"220":{"tf":1.4142135623730951},"243":{"tf":1.0},"38":{"tf":1.0}},"e":{"df":4,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"241":{"tf":1.0},"29":{"tf":1.0}}},"o":{"d":{"df":7,"docs":{"102":{"tf":1.4142135623730951},"105":{"tf":1.0},"108":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"200":{"tf":1.0},"249":{"tf":1.0},"259":{"tf":1.0},"58":{"tf":1.0},"68":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"116":{"tf":1.0},"117":{"tf":1.0}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"293":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"285":{"tf":1.7320508075688772},"292":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"34":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":2,"docs":{"275":{"tf":1.0},"48":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":5,"docs":{"246":{"tf":1.0},"32":{"tf":1.0},"338":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0}}}}}},"d":{"df":3,"docs":{"200":{"tf":1.0},"268":{"tf":1.0},"339":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":4,"docs":{"205":{"tf":1.4142135623730951},"277":{"tf":1.0},"314":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{}}},"df":196,"docs":{"10":{"tf":1.4142135623730951},"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.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.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.0},"147":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.4142135623730951},"188":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"20":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":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.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"324":{"tf":1.0},"39":{"tf":1.0},"50":{"tf":1.7320508075688772},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.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},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"307":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"131":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}}}},"n":{"d":{"df":2,"docs":{"18":{"tf":1.0},"31":{"tf":1.0}},"i":{"df":1,"docs":{"10":{"tf":1.0}}},"l":{"df":25,"docs":{"122":{"tf":1.0},"15":{"tf":1.0},"165":{"tf":1.0},"19":{"tf":1.0},"191":{"tf":1.0},"197":{"tf":1.0},"206":{"tf":1.0},"22":{"tf":1.0},"247":{"tf":1.0},"249":{"tf":1.0},"259":{"tf":1.0},"3":{"tf":1.0},"309":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"339":{"tf":1.0},"44":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"64":{"tf":1.0},"68":{"tf":1.0},"74":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":17,"docs":{"14":{"tf":1.0},"18":{"tf":1.0},"196":{"tf":1.0},"213":{"tf":1.0},"227":{"tf":1.0},"251":{"tf":1.0},"28":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":1.0},"33":{"tf":1.0},"335":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"58":{"tf":1.0},"59":{"tf":1.0},"69":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"54":{"tf":1.0}}}}}}}}}},"r":{"d":{"df":6,"docs":{"113":{"tf":1.0},"19":{"tf":1.0},"24":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"61":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"106":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":9,"docs":{"108":{"tf":1.0},"121":{"tf":1.0},"124":{"tf":1.0},"13":{"tf":1.0},"212":{"tf":1.0},"283":{"tf":1.0},"301":{"tf":1.7320508075688772},"327":{"tf":1.4142135623730951},"337":{"tf":1.0}}}},"df":0,"docs":{}}},"df":1,"docs":{"165":{"tf":1.0}}},"s":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"df":3,"docs":{"160":{"tf":1.4142135623730951},"228":{"tf":1.4142135623730951},"286":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"203":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"256":{"tf":1.0},"258":{"tf":1.0}},"s":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"258":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"258":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{")":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"258":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"258":{"tf":2.0}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"258":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"256":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":10,"docs":{"170":{"tf":1.0},"176":{"tf":1.0},"186":{"tf":1.0},"205":{"tf":1.0},"216":{"tf":1.0},"25":{"tf":1.7320508075688772},"256":{"tf":2.0},"287":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0}},"i":{"df":4,"docs":{"203":{"tf":1.0},"247":{"tf":1.0},"25":{"tf":1.0},"32":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":5,"docs":{"108":{"tf":1.0},"124":{"tf":1.0},"286":{"tf":1.0},"326":{"tf":1.0},"56":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"73":{"tf":1.0}}}}},"y":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"124":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":15,"docs":{"142":{"tf":2.23606797749979},"143":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"156":{"tf":1.0},"165":{"tf":1.0},"195":{"tf":1.0},"200":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"222":{"tf":1.4142135623730951},"337":{"tf":1.0},"34":{"tf":1.0},"88":{"tf":1.4142135623730951},"89":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"p":{"df":16,"docs":{"0":{"tf":1.0},"161":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"222":{"tf":1.0},"243":{"tf":1.0},"259":{"tf":1.0},"279":{"tf":1.0},"28":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.4142135623730951},"333":{"tf":1.4142135623730951},"334":{"tf":1.4142135623730951},"335":{"tf":1.0},"38":{"tf":1.0},"47":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"110":{"tf":1.0},"111":{"tf":1.0},"41":{"tf":1.0},"52":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":9,"docs":{"10":{"tf":1.4142135623730951},"11":{"tf":1.0},"113":{"tf":1.0},"2":{"tf":1.0},"274":{"tf":1.0},"317":{"tf":1.0},"40":{"tf":1.0},"54":{"tf":1.0},"61":{"tf":1.0}},"’":{"df":8,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"187":{"tf":1.0},"247":{"tf":1.0},"267":{"tf":1.0},"54":{"tf":1.0},"59":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":13,"docs":{"124":{"tf":1.0},"130":{"tf":1.0},"20":{"tf":1.0},"224":{"tf":1.0},"245":{"tf":1.0},"276":{"tf":1.0},"278":{"tf":1.0},"326":{"tf":1.0},"339":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"67":{"tf":1.0},"73":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"186":{"tf":1.0},"338":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"181":{"tf":1.0},"186":{"tf":1.0},"339":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"25":{"tf":1.0}}}},"o":{"c":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"51":{"tf":1.0}}},"df":0,"docs":{}},"o":{"d":{"df":1,"docs":{"68":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":1,"docs":{"248":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"173":{"tf":1.4142135623730951},"174":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"276":{"tf":1.0},"282":{"tf":1.0},"295":{"tf":1.0},"339":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"276":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"c":{"df":2,"docs":{"197":{"tf":1.0},"203":{"tf":1.0}}},"df":0,"docs":{}}}},":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"1":{"8":{"0":{"8":{"0":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"287":{"tf":1.0}}}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"153":{"tf":1.0},"221":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"216":{"tf":1.0},"32":{"tf":1.0},"337":{"tf":1.0}}}}},"u":{"b":{"df":2,"docs":{"125":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"255":{"tf":1.0},"261":{"tf":1.0}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"i":{"/":{"df":0,"docs":{},"o":{"df":1,"docs":{"286":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"a":{"df":9,"docs":{"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},"273":{"tf":1.0},"274":{"tf":1.0}},"l":{"df":1,"docs":{"335":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"251":{"tf":1.0},"285":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0}},"i":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"126":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"124":{"tf":1.0},"273":{"tf":1.0}}}}}}}},"l":{"df":1,"docs":{"63":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":196,"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},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"20":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":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.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"39":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.7320508075688772},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.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},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}},"i":{"df":38,"docs":{"10":{"tf":1.0},"166":{"tf":1.0},"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.4142135623730951},"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},"260":{"tf":1.0},"261":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"271":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.0},"274":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"99":{"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":{"128":{"tf":1.0},"272":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":5,"docs":{"164":{"tf":1.0},"176":{"tf":1.0},"178":{"tf":1.4142135623730951},"184":{"tf":1.4142135623730951},"304":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":3,"docs":{"267":{"tf":1.0},"30":{"tf":1.0},"47":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"246":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":8,"docs":{"14":{"tf":1.0},"246":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"302":{"tf":1.0},"337":{"tf":1.0},"45":{"tf":2.6457513110645907},"48":{"tf":1.0},"54":{"tf":1.0}}}}},"p":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"124":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"22":{"tf":1.7320508075688772},"43":{"tf":1.0},"44":{"tf":2.449489742783178}}}},"l":{"df":12,"docs":{"114":{"tf":1.0},"190":{"tf":1.4142135623730951},"198":{"tf":1.0},"256":{"tf":1.4142135623730951},"258":{"tf":1.4142135623730951},"262":{"tf":1.4142135623730951},"267":{"tf":1.4142135623730951},"269":{"tf":1.0},"273":{"tf":1.4142135623730951},"274":{"tf":1.4142135623730951},"317":{"tf":1.0},"331":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":16,"docs":{"168":{"tf":1.4142135623730951},"190":{"tf":1.0},"193":{"tf":1.0},"241":{"tf":1.0},"248":{"tf":1.0},"255":{"tf":1.0},"276":{"tf":1.0},"31":{"tf":1.0},"317":{"tf":1.0},"318":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"44":{"tf":1.0},"64":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"113":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"104":{"tf":1.0},"95":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"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":1,"docs":{"64":{"tf":1.0}}}},"—":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}}}}}},"df":5,"docs":{"123":{"tf":1.0},"2":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0},"82":{"tf":1.0}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":26,"docs":{"104":{"tf":1.0},"120":{"tf":1.0},"17":{"tf":1.0},"194":{"tf":1.4142135623730951},"199":{"tf":1.0},"245":{"tf":1.0},"247":{"tf":1.4142135623730951},"248":{"tf":1.0},"25":{"tf":1.0},"255":{"tf":1.0},"259":{"tf":1.0},"264":{"tf":1.0},"270":{"tf":1.0},"278":{"tf":1.0},"289":{"tf":1.4142135623730951},"32":{"tf":1.0},"324":{"tf":1.0},"335":{"tf":1.0},"339":{"tf":1.0},"34":{"tf":1.0},"55":{"tf":1.7320508075688772},"68":{"tf":1.0},"75":{"tf":1.0},"91":{"tf":1.4142135623730951},"93":{"tf":1.0},"95":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"193":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":21,"docs":{"104":{"tf":1.7320508075688772},"116":{"tf":1.0},"117":{"tf":1.0},"120":{"tf":1.4142135623730951},"195":{"tf":1.0},"204":{"tf":1.0},"25":{"tf":1.0},"255":{"tf":1.0},"289":{"tf":2.23606797749979},"303":{"tf":1.0},"337":{"tf":1.0},"339":{"tf":1.0},"35":{"tf":1.4142135623730951},"43":{"tf":2.0},"61":{"tf":1.0},"68":{"tf":1.0},"70":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"203":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":1,"docs":{"130":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":14,"docs":{"108":{"tf":1.0},"119":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"217":{"tf":1.0},"232":{"tf":1.0},"285":{"tf":1.0},"289":{"tf":1.0},"292":{"tf":1.0},"296":{"tf":1.0},"321":{"tf":1.0},"338":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"214":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"—":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"259":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"23":{"tf":1.0},"43":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"\\"":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"273":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"198":{"tf":1.0},"199":{"tf":1.4142135623730951}}}},"i":{"c":{"df":9,"docs":{"116":{"tf":1.0},"142":{"tf":1.0},"150":{"tf":1.0},"158":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"268":{"tf":1.0},"324":{"tf":1.0},"47":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"43":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"u":{"df":4,"docs":{"159":{"tf":1.0},"227":{"tf":1.0},"283":{"tf":1.0},"303":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"c":{"df":2,"docs":{"129":{"tf":1.0},"80":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{".":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"256":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"262":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":5,"docs":{"234":{"tf":1.0},"256":{"tf":1.4142135623730951},"262":{"tf":1.0},"292":{"tf":1.4142135623730951},"293":{"tf":1.0}},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"337":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":14,"docs":{"150":{"tf":1.0},"161":{"tf":1.0},"167":{"tf":1.0},"22":{"tf":1.0},"251":{"tf":1.0},"253":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"31":{"tf":1.0},"318":{"tf":1.0},"337":{"tf":1.0},"48":{"tf":1.0},"9":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"273":{"tf":1.4142135623730951}},"i":{"df":7,"docs":{"216":{"tf":1.0},"218":{"tf":1.0},"285":{"tf":1.0},"32":{"tf":1.0},"337":{"tf":1.0},"47":{"tf":1.0},"89":{"tf":1.0}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"129":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"17":{"tf":1.0},"248":{"tf":1.4142135623730951},"39":{"tf":1.0},"43":{"tf":1.0},"84":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"273":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"129":{"tf":1.0},"38":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"148":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"209":{"tf":1.0}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"60":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":16,"docs":{"140":{"tf":1.0},"17":{"tf":1.0},"203":{"tf":1.0},"23":{"tf":1.0},"247":{"tf":1.0},"251":{"tf":1.0},"283":{"tf":1.0},"289":{"tf":1.0},"296":{"tf":1.0},"301":{"tf":1.4142135623730951},"304":{"tf":1.0},"34":{"tf":1.0},"39":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"84":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"293":{"tf":1.0},"323":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"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":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"163":{"tf":1.0},"164":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":22,"docs":{"11":{"tf":1.0},"137":{"tf":1.0},"146":{"tf":1.0},"163":{"tf":1.0},"165":{"tf":1.0},"185":{"tf":1.0},"19":{"tf":1.0},"235":{"tf":1.4142135623730951},"258":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"271":{"tf":1.0},"276":{"tf":1.0},"303":{"tf":1.0},"332":{"tf":1.4142135623730951},"340":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"df":4,"docs":{"107":{"tf":1.0},"286":{"tf":1.0},"326":{"tf":1.0},"339":{"tf":1.0}}},"t":{"df":12,"docs":{"112":{"tf":1.4142135623730951},"117":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"246":{"tf":1.0},"249":{"tf":1.0},"278":{"tf":1.0},"296":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.7320508075688772},"80":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"106":{"tf":1.0},"128":{"tf":1.0},"131":{"tf":1.0},"205":{"tf":1.0},"58":{"tf":1.0}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"109":{"tf":1.0},"129":{"tf":1.0},"249":{"tf":1.0},"309":{"tf":1.0},"5":{"tf":1.0},"76":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"108":{"tf":1.0},"54":{"tf":1.0},"63":{"tf":1.0}}}}},"f":{"a":{"c":{"df":6,"docs":{"133":{"tf":1.0},"168":{"tf":2.0},"31":{"tf":1.0},"337":{"tf":1.0},"339":{"tf":1.0},"340":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"37":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"174":{"tf":1.0},"180":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"314":{"tf":1.0},"42":{"tf":1.0}}}}},"n":{"df":5,"docs":{"10":{"tf":1.0},"129":{"tf":1.0},"25":{"tf":1.7320508075688772},"276":{"tf":1.7320508075688772},"41":{"tf":1.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"117":{"tf":1.0},"136":{"tf":1.0},"147":{"tf":1.4142135623730951},"166":{"tf":1.0},"191":{"tf":1.0},"21":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"(":{"5":{"df":1,"docs":{"258":{"tf":1.0}}},"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"0":{"df":1,"docs":{"79":{"tf":1.0}}},"5":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":2,"docs":{"123":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"256":{"tf":1.0}}},"df":0,"docs":{}}}},"df":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":{"79":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"258":{"tf":1.0}}}}}},"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"256":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":9,"docs":{"123":{"tf":1.0},"132":{"tf":1.0},"23":{"tf":1.0},"247":{"tf":1.0},"258":{"tf":1.4142135623730951},"289":{"tf":1.0},"33":{"tf":1.0},"79":{"tf":1.4142135623730951},"80":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":7,"docs":{"192":{"tf":1.0},"24":{"tf":1.0},"296":{"tf":1.0},"337":{"tf":1.0},"37":{"tf":1.0},"63":{"tf":1.0},"77":{"tf":1.0}},"t":{"df":3,"docs":{"10":{"tf":1.0},"8":{"tf":1.7320508075688772},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"253":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"19":{"tf":1.0},"43":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"324":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"y":{"df":1,"docs":{"38":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"o":{"c":{"df":1,"docs":{"332":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"286":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":7,"docs":{"104":{"tf":1.0},"173":{"tf":1.0},"179":{"tf":1.0},"281":{"tf":1.0},"285":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"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":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"42":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":27,"docs":{"109":{"tf":1.0},"119":{"tf":1.0},"121":{"tf":1.0},"124":{"tf":1.0},"173":{"tf":1.4142135623730951},"174":{"tf":1.0},"175":{"tf":1.0},"179":{"tf":1.0},"18":{"tf":1.0},"180":{"tf":1.0},"184":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.4142135623730951},"203":{"tf":1.0},"204":{"tf":1.0},"236":{"tf":1.0},"240":{"tf":1.0},"282":{"tf":1.0},"303":{"tf":1.0},"309":{"tf":1.0},"332":{"tf":1.0},"339":{"tf":1.4142135623730951},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"5":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":18,"docs":{"161":{"tf":1.0},"218":{"tf":1.0},"222":{"tf":1.0},"229":{"tf":1.4142135623730951},"268":{"tf":1.0},"273":{"tf":1.0},"279":{"tf":1.0},"280":{"tf":1.4142135623730951},"284":{"tf":1.4142135623730951},"291":{"tf":1.4142135623730951},"292":{"tf":1.4142135623730951},"293":{"tf":1.4142135623730951},"297":{"tf":1.7320508075688772},"298":{"tf":1.7320508075688772},"303":{"tf":1.0},"323":{"tf":1.0},"324":{"tf":1.0},"334":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"42":{"tf":1.0}}}}}}}}}},"df":10,"docs":{"116":{"tf":1.4142135623730951},"126":{"tf":1.0},"169":{"tf":1.4142135623730951},"173":{"tf":1.0},"179":{"tf":1.0},"185":{"tf":1.0},"187":{"tf":1.0},"312":{"tf":1.0},"339":{"tf":1.0},"60":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"0":{"tf":1.0},"36":{"tf":1.0}},"—":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}}}}}}}},"—":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"41":{"tf":1.0}}}}},"’":{"df":10,"docs":{"113":{"tf":1.0},"14":{"tf":1.0},"169":{"tf":1.0},"246":{"tf":1.4142135623730951},"251":{"tf":1.0},"268":{"tf":1.0},"4":{"tf":1.4142135623730951},"45":{"tf":1.0},"48":{"tf":1.0},"65":{"tf":1.0}}}},"v":{"df":65,"docs":{"10":{"tf":1.0},"277":{"tf":1.7320508075688772},"278":{"tf":1.0},"279":{"tf":1.0},"280":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.0},"285":{"tf":1.0},"286":{"tf":1.0},"287":{"tf":1.0},"288":{"tf":1.0},"289":{"tf":1.0},"290":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.0},"314":{"tf":1.0},"315":{"tf":1.0},"316":{"tf":1.0},"317":{"tf":1.0},"318":{"tf":1.0},"319":{"tf":1.0},"320":{"tf":1.0},"321":{"tf":1.0},"322":{"tf":1.0},"323":{"tf":1.0},"324":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"328":{"tf":1.0},"329":{"tf":1.0},"330":{"tf":1.0},"331":{"tf":1.0},"332":{"tf":1.0},"333":{"tf":1.0},"334":{"tf":1.0},"335":{"tf":1.0},"336":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.0},"339":{"tf":1.0},"340":{"tf":1.0}}}},"j":{"df":0,"docs":{},"o":{"b":{"df":4,"docs":{"163":{"tf":1.0},"239":{"tf":1.0},"244":{"tf":1.0},"31":{"tf":1.0}}},"df":0,"docs":{}},"u":{"d":{"df":0,"docs":{},"g":{"df":5,"docs":{"17":{"tf":1.4142135623730951},"244":{"tf":1.0},"248":{"tf":1.0},"337":{"tf":1.0},"43":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"248":{"tf":1.7320508075688772},"37":{"tf":1.0},"84":{"tf":1.0}}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":3,"docs":{"10":{"tf":1.4142135623730951},"20":{"tf":1.0},"251":{"tf":1.0}}}}}},"k":{"8":{"df":9,"docs":{"116":{"tf":1.0},"117":{"tf":1.0},"18":{"tf":1.0},"188":{"tf":1.7320508075688772},"193":{"tf":1.0},"202":{"tf":1.0},"323":{"tf":1.0},"340":{"tf":1.0},"52":{"tf":1.0}},"s":{"2":{"[":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"187":{"tf":1.0}}}}}},"df":0,"docs":{}},"[":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"187":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{")":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"(":{"&":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"126":{"tf":1.0},"15":{"tf":1.0},"302":{"tf":1.0},"42":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"183":{"tf":1.0},"184":{"tf":2.0},"240":{"tf":1.0}}}}}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"187":{"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":{"187":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":17,"docs":{"124":{"tf":1.0},"140":{"tf":1.0},"15":{"tf":1.0},"152":{"tf":1.0},"181":{"tf":1.4142135623730951},"185":{"tf":1.4142135623730951},"187":{"tf":1.0},"209":{"tf":1.0},"220":{"tf":1.0},"234":{"tf":1.0},"240":{"tf":1.0},"282":{"tf":1.0},"31":{"tf":1.0},"332":{"tf":1.0},"339":{"tf":1.0},"36":{"tf":1.0},"60":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":27,"docs":{"10":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"120":{"tf":1.0},"134":{"tf":1.0},"14":{"tf":1.0},"144":{"tf":1.0},"172":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"200":{"tf":1.0},"205":{"tf":1.0},"220":{"tf":1.0},"247":{"tf":1.0},"250":{"tf":1.7320508075688772},"253":{"tf":1.0},"27":{"tf":1.0},"275":{"tf":1.0},"277":{"tf":1.0},"278":{"tf":1.4142135623730951},"304":{"tf":1.0},"328":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"51":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951}}}},"y":{"df":11,"docs":{"0":{"tf":1.0},"163":{"tf":1.0},"20":{"tf":1.0},"203":{"tf":1.0},"247":{"tf":1.0},"273":{"tf":1.0},"274":{"tf":1.0},"336":{"tf":1.0},"40":{"tf":1.0},"49":{"tf":1.0},"64":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"159":{"tf":1.0}}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":6,"docs":{"170":{"tf":1.0},"231":{"tf":1.0},"282":{"tf":1.4142135623730951},"322":{"tf":1.4142135623730951},"36":{"tf":1.0},"41":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"278":{"tf":1.4142135623730951}}},"df":0,"docs":{},"w":{"df":19,"docs":{"14":{"tf":1.0},"166":{"tf":1.0},"18":{"tf":1.0},"245":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.0},"271":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.4142135623730951},"47":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"62":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":2,"docs":{"41":{"tf":1.0},"49":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":1,"docs":{"37":{"tf":1.0}}},"—":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"u":{"b":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":9,"docs":{"152":{"tf":1.4142135623730951},"153":{"tf":1.0},"159":{"tf":1.0},"209":{"tf":1.0},"220":{"tf":1.0},"227":{"tf":1.0},"234":{"tf":1.7320508075688772},"283":{"tf":1.4142135623730951},"293":{"tf":2.6457513110645907}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":27,"docs":{"126":{"tf":1.0},"15":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"159":{"tf":1.0},"18":{"tf":1.0},"181":{"tf":1.4142135623730951},"182":{"tf":1.0},"185":{"tf":1.0},"209":{"tf":1.0},"220":{"tf":1.0},"227":{"tf":1.0},"234":{"tf":1.4142135623730951},"245":{"tf":1.4142135623730951},"276":{"tf":1.0},"283":{"tf":1.0},"293":{"tf":1.4142135623730951},"32":{"tf":1.0},"337":{"tf":1.0},"339":{"tf":1.0},"340":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.7320508075688772},"48":{"tf":1.0},"51":{"tf":1.0},"60":{"tf":1.0},"8":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"234":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"129":{"tf":1.0}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":6,"docs":{"15":{"tf":1.0},"23":{"tf":1.0},"301":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0},"60":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"g":{"df":3,"docs":{"124":{"tf":1.0},"210":{"tf":1.0},"60":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"119":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"73":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"132":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":5,"docs":{"129":{"tf":1.7320508075688772},"203":{"tf":1.0},"204":{"tf":1.0},"303":{"tf":1.0},"43":{"tf":1.0}},"y":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"204":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"68":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"163":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"13":{"tf":1.0},"176":{"tf":1.0},"31":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":7,"docs":{"13":{"tf":1.0},"134":{"tf":1.0},"245":{"tf":1.0},"269":{"tf":1.0},"278":{"tf":1.0},"337":{"tf":1.0},"51":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"338":{"tf":1.0}}}}},"df":0,"docs":{},"k":{"df":5,"docs":{"18":{"tf":1.0},"308":{"tf":1.0},"339":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":5,"docs":{"10":{"tf":1.4142135623730951},"270":{"tf":1.0},"28":{"tf":1.0},"6":{"tf":1.7320508075688772},"62":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"245":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"327":{"tf":1.0},"44":{"tf":1.0},"89":{"tf":1.0}}}},"t":{"df":8,"docs":{"17":{"tf":1.0},"248":{"tf":1.0},"250":{"tf":1.0},"261":{"tf":1.0},"318":{"tf":1.0},"42":{"tf":1.0},"55":{"tf":1.0},"84":{"tf":1.0}},"’":{"df":22,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"244":{"tf":1.0},"254":{"tf":1.0},"256":{"tf":1.0},"260":{"tf":1.0},"262":{"tf":1.0},"265":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"38":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":17,"docs":{"129":{"tf":1.0},"20":{"tf":1.0},"224":{"tf":1.0},"243":{"tf":1.4142135623730951},"244":{"tf":1.0},"245":{"tf":1.4142135623730951},"246":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.0},"276":{"tf":1.0},"278":{"tf":1.0},"339":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0}}}}}},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"/":{"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"154":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":22,"docs":{"135":{"tf":1.0},"16":{"tf":1.0},"168":{"tf":1.0},"20":{"tf":1.0},"247":{"tf":1.0},"249":{"tf":1.0},"251":{"tf":1.0},"28":{"tf":2.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"337":{"tf":1.0},"339":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"38":{"tf":2.0},"39":{"tf":1.4142135623730951},"49":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":3,"docs":{"108":{"tf":1.0},"326":{"tf":1.0},"67":{"tf":1.0}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"273":{"tf":1.0}}}}}}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"8":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":13,"docs":{"112":{"tf":1.0},"146":{"tf":1.0},"174":{"tf":1.0},"180":{"tf":1.0},"184":{"tf":1.4142135623730951},"188":{"tf":1.0},"196":{"tf":1.0},"239":{"tf":1.7320508075688772},"283":{"tf":1.0},"313":{"tf":1.0},"327":{"tf":1.4142135623730951},"46":{"tf":1.0},"60":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":5,"docs":{"167":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"31":{"tf":1.0},"54":{"tf":1.0}},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"x":{"df":5,"docs":{"154":{"tf":1.0},"160":{"tf":1.0},"228":{"tf":1.0},"233":{"tf":1.0},"292":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"336":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":34,"docs":{"109":{"tf":1.0},"113":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"123":{"tf":1.0},"134":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.4142135623730951},"149":{"tf":1.0},"156":{"tf":1.0},"192":{"tf":1.0},"195":{"tf":1.0},"203":{"tf":1.0},"224":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"276":{"tf":1.0},"278":{"tf":1.0},"285":{"tf":1.0},"286":{"tf":1.0},"337":{"tf":2.23606797749979},"34":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"54":{"tf":1.7320508075688772},"55":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"59":{"tf":1.0},"61":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.7320508075688772},"94":{"tf":1.7320508075688772},"95":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"204":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}},"o":{"a":{"d":{"df":19,"docs":{"108":{"tf":1.7320508075688772},"112":{"tf":1.0},"122":{"tf":1.0},"124":{"tf":1.0},"130":{"tf":1.4142135623730951},"203":{"tf":1.0},"216":{"tf":1.0},"297":{"tf":1.0},"301":{"tf":1.0},"303":{"tf":1.0},"326":{"tf":1.0},"46":{"tf":1.0},"57":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.4142135623730951},"70":{"tf":1.0},"73":{"tf":1.0},"76":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"k":{"8":{"df":1,"docs":{"298":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"[":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"187":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":15,"docs":{"126":{"tf":1.0},"152":{"tf":1.0},"169":{"tf":1.4142135623730951},"173":{"tf":1.4142135623730951},"187":{"tf":1.0},"209":{"tf":1.0},"220":{"tf":1.0},"31":{"tf":1.0},"312":{"tf":1.0},"315":{"tf":1.0},"327":{"tf":1.0},"328":{"tf":1.0},"339":{"tf":1.0},"36":{"tf":1.0},"60":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{")":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"(":{"&":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":17,"docs":{"119":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"125":{"tf":1.0},"137":{"tf":1.0},"15":{"tf":1.0},"171":{"tf":1.0},"189":{"tf":1.0},"295":{"tf":1.0},"302":{"tf":1.0},"31":{"tf":1.0},"315":{"tf":1.0},"42":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"187":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":33,"docs":{"111":{"tf":1.0},"116":{"tf":1.0},"124":{"tf":1.0},"15":{"tf":1.0},"153":{"tf":1.0},"159":{"tf":1.0},"161":{"tf":1.7320508075688772},"169":{"tf":1.0},"174":{"tf":1.0},"18":{"tf":1.4142135623730951},"185":{"tf":1.0},"188":{"tf":1.0},"193":{"tf":1.0},"202":{"tf":1.0},"227":{"tf":1.0},"245":{"tf":1.4142135623730951},"247":{"tf":1.0},"27":{"tf":1.0},"276":{"tf":1.0},"287":{"tf":1.0},"295":{"tf":1.4142135623730951},"302":{"tf":1.0},"304":{"tf":1.0},"321":{"tf":1.4142135623730951},"337":{"tf":1.0},"42":{"tf":1.7320508075688772},"46":{"tf":1.4142135623730951},"48":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"6":{"tf":1.0},"8":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":3,"docs":{"140":{"tf":1.0},"15":{"tf":1.0},"295":{"tf":1.0}}}}}}},"t":{"df":4,"docs":{"172":{"tf":1.0},"178":{"tf":1.0},"276":{"tf":1.0},"281":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":38,"docs":{"124":{"tf":1.0},"149":{"tf":1.0},"152":{"tf":3.1622776601683795},"159":{"tf":2.23606797749979},"163":{"tf":1.7320508075688772},"172":{"tf":1.4142135623730951},"173":{"tf":1.0},"174":{"tf":1.0},"180":{"tf":1.4142135623730951},"186":{"tf":1.0},"188":{"tf":1.7320508075688772},"213":{"tf":1.7320508075688772},"218":{"tf":1.4142135623730951},"219":{"tf":1.0},"220":{"tf":2.8284271247461903},"222":{"tf":1.0},"225":{"tf":1.0},"227":{"tf":2.23606797749979},"238":{"tf":1.7320508075688772},"249":{"tf":1.0},"255":{"tf":1.0},"259":{"tf":1.0},"268":{"tf":1.0},"273":{"tf":1.0},"283":{"tf":1.0},"285":{"tf":1.4142135623730951},"297":{"tf":1.4142135623730951},"298":{"tf":1.0},"314":{"tf":1.4142135623730951},"323":{"tf":1.0},"324":{"tf":1.7320508075688772},"332":{"tf":1.0},"334":{"tf":1.0},"335":{"tf":1.0},"36":{"tf":1.0},"47":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}},"i":{"c":{"df":19,"docs":{"106":{"tf":1.0},"121":{"tf":1.0},"123":{"tf":1.0},"19":{"tf":1.0},"190":{"tf":1.4142135623730951},"247":{"tf":1.0},"250":{"tf":1.0},"272":{"tf":1.0},"275":{"tf":1.0},"317":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"337":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"54":{"tf":1.0},"76":{"tf":1.0},"82":{"tf":1.0}}},"df":0,"docs":{}},"s":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"z":{"df":1,"docs":{"298":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"152":{"tf":1.0}}}}}},"/":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":15,"docs":{"124":{"tf":1.0},"185":{"tf":1.0},"221":{"tf":1.0},"246":{"tf":1.0},"26":{"tf":1.0},"278":{"tf":1.0},"307":{"tf":1.4142135623730951},"312":{"tf":1.4142135623730951},"324":{"tf":1.0},"54":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"61":{"tf":1.0},"67":{"tf":1.0},"73":{"tf":1.0},"93":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"122":{"tf":1.0},"212":{"tf":1.4142135623730951},"289":{"tf":1.0},"47":{"tf":1.0},"89":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":13,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"131":{"tf":1.0},"159":{"tf":1.0},"17":{"tf":1.0},"225":{"tf":1.0},"227":{"tf":1.0},"244":{"tf":1.0},"283":{"tf":1.0},"324":{"tf":1.7320508075688772},"38":{"tf":1.0},"43":{"tf":1.0},"8":{"tf":1.0}}},"p":{"df":3,"docs":{"117":{"tf":1.0},"22":{"tf":1.0},"256":{"tf":1.4142135623730951}}},"s":{"df":2,"docs":{"41":{"tf":1.4142135623730951},"51":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"8":{"tf":1.0}}},"s":{"df":1,"docs":{"289":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"319":{"tf":1.0}}}},"w":{"df":2,"docs":{"108":{"tf":1.0},"130":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"287":{"tf":1.0},"289":{"tf":1.0},"297":{"tf":1.0},"73":{"tf":1.0}}}}}},"r":{"df":2,"docs":{"12":{"tf":1.0},"29":{"tf":1.0}}},"s":{"df":3,"docs":{"154":{"tf":1.7320508075688772},"281":{"tf":1.4142135623730951},"283":{"tf":1.0}},"o":{"df":0,"docs":{},"f":{"df":2,"docs":{"282":{"tf":1.0},"322":{"tf":1.0}}}}},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"26":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":24,"docs":{"116":{"tf":1.0},"117":{"tf":1.0},"124":{"tf":1.0},"15":{"tf":1.0},"163":{"tf":1.0},"169":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"179":{"tf":1.4142135623730951},"180":{"tf":1.0},"181":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"212":{"tf":1.0},"237":{"tf":1.0},"301":{"tf":1.0},"31":{"tf":1.0},"315":{"tf":1.0},"339":{"tf":1.0},"46":{"tf":1.4142135623730951},"54":{"tf":1.0},"60":{"tf":1.0}}}}},"o":{"df":4,"docs":{"154":{"tf":1.0},"160":{"tf":1.0},"233":{"tf":1.0},"292":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"40":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"—":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"’":{"df":1,"docs":{"42":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":100,"docs":{"1":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.4142135623730951},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.4142135623730951},"112":{"tf":1.0},"113":{"tf":2.0},"114":{"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},"13":{"tf":1.0},"137":{"tf":1.0},"14":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":1.0},"161":{"tf":1.0},"165":{"tf":1.0},"168":{"tf":1.0},"171":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.4142135623730951},"183":{"tf":1.0},"184":{"tf":2.0},"189":{"tf":1.0},"190":{"tf":1.0},"194":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"208":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"236":{"tf":1.0},"24":{"tf":1.0},"240":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.4142135623730951},"26":{"tf":1.0},"261":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"269":{"tf":1.4142135623730951},"273":{"tf":1.0},"274":{"tf":1.0},"283":{"tf":1.0},"285":{"tf":1.0},"286":{"tf":1.0},"287":{"tf":1.4142135623730951},"289":{"tf":2.0},"290":{"tf":1.4142135623730951},"295":{"tf":1.0},"296":{"tf":1.4142135623730951},"30":{"tf":1.0},"302":{"tf":1.4142135623730951},"309":{"tf":1.0},"31":{"tf":1.0},"315":{"tf":1.0},"317":{"tf":1.0},"330":{"tf":1.0},"331":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"46":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.0},"64":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.7320508075688772},"72":{"tf":1.0},"73":{"tf":1.7320508075688772},"78":{"tf":1.0},"79":{"tf":1.4142135623730951},"81":{"tf":1.0},"83":{"tf":1.0},"86":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.4142135623730951}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":8,"docs":{"100":{"tf":1.0},"115":{"tf":1.0},"2":{"tf":1.0},"242":{"tf":1.0},"262":{"tf":1.0},"42":{"tf":1.4142135623730951},"48":{"tf":1.0},"5":{"tf":1.0}}}}},"df":0,"docs":{}}}},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"271":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"e":{"df":38,"docs":{"0":{"tf":1.4142135623730951},"10":{"tf":1.0},"102":{"tf":1.4142135623730951},"106":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0},"123":{"tf":1.0},"15":{"tf":1.4142135623730951},"167":{"tf":1.0},"168":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"23":{"tf":1.0},"24":{"tf":1.0},"244":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.0},"250":{"tf":1.4142135623730951},"253":{"tf":1.0},"255":{"tf":1.0},"276":{"tf":1.0},"301":{"tf":1.0},"308":{"tf":1.0},"328":{"tf":1.4142135623730951},"337":{"tf":1.4142135623730951},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.0},"63":{"tf":1.0},"84":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":8,"docs":{"16":{"tf":1.0},"18":{"tf":1.0},"197":{"tf":1.0},"244":{"tf":1.0},"247":{"tf":1.0},"33":{"tf":1.0},"64":{"tf":1.0},"67":{"tf":1.0}}}},"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"39":{"tf":1.0},"47":{"tf":1.4142135623730951},"48":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":21,"docs":{"104":{"tf":1.0},"107":{"tf":1.0},"113":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"173":{"tf":1.0},"239":{"tf":1.0},"244":{"tf":1.0},"278":{"tf":1.0},"289":{"tf":1.0},"306":{"tf":1.4142135623730951},"309":{"tf":1.0},"337":{"tf":1.4142135623730951},"338":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"43":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"67":{"tf":1.4142135623730951},"73":{"tf":1.0},"92":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"201":{"tf":1.0}}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":6,"docs":{"16":{"tf":1.0},"19":{"tf":1.0},"206":{"tf":1.0},"247":{"tf":1.0},"33":{"tf":1.0},"8":{"tf":1.0}},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"69":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"91":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"p":{"df":3,"docs":{"276":{"tf":1.0},"46":{"tf":1.0},"52":{"tf":1.0}}},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"58":{"tf":1.0}}}},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"249":{"tf":1.0},"36":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":7,"docs":{"117":{"tf":1.0},"125":{"tf":1.4142135623730951},"145":{"tf":1.0},"161":{"tf":1.0},"251":{"tf":1.0},"272":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"115":{"tf":1.0},"277":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":10,"docs":{"185":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"244":{"tf":1.4142135623730951},"25":{"tf":1.0},"37":{"tf":1.4142135623730951},"5":{"tf":1.4142135623730951},"56":{"tf":1.0},"8":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}}}}}}}}},"x":{"df":3,"docs":{"194":{"tf":1.0},"306":{"tf":1.0},"46":{"tf":1.0}}},"y":{"b":{"df":2,"docs":{"26":{"tf":1.0},"43":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":14,"docs":{"14":{"tf":1.0},"216":{"tf":1.4142135623730951},"3":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"321":{"tf":1.0},"41":{"tf":1.7320508075688772},"43":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.4142135623730951},"59":{"tf":1.0},"67":{"tf":1.0},"79":{"tf":1.0},"81":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":11,"docs":{"107":{"tf":1.0},"117":{"tf":1.0},"200":{"tf":1.0},"26":{"tf":1.0},"268":{"tf":1.0},"27":{"tf":1.0},"307":{"tf":1.4142135623730951},"328":{"tf":1.0},"54":{"tf":1.4142135623730951},"59":{"tf":1.0},"61":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"301":{"tf":1.0},"337":{"tf":1.4142135623730951}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"339":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"203":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":8,"docs":{"160":{"tf":1.0},"184":{"tf":1.4142135623730951},"209":{"tf":1.0},"228":{"tf":1.4142135623730951},"25":{"tf":1.0},"286":{"tf":1.0},"292":{"tf":1.0},"321":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":5,"docs":{"108":{"tf":1.0},"120":{"tf":1.4142135623730951},"289":{"tf":1.0},"67":{"tf":1.4142135623730951},"70":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":5,"docs":{"10":{"tf":1.0},"20":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"h":{"df":4,"docs":{"13":{"tf":1.0},"245":{"tf":1.0},"44":{"tf":1.0},"56":{"tf":1.0}}},"s":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"149":{"tf":1.0},"156":{"tf":1.0},"255":{"tf":1.0},"314":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"18":{"tf":1.0},"337":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"d":{"df":6,"docs":{"101":{"tf":1.4142135623730951},"259":{"tf":1.0},"33":{"tf":1.0},"339":{"tf":1.0},"42":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"c":{"df":18,"docs":{"124":{"tf":1.0},"132":{"tf":1.0},"148":{"tf":1.4142135623730951},"153":{"tf":1.7320508075688772},"18":{"tf":1.0},"188":{"tf":1.0},"197":{"tf":1.4142135623730951},"219":{"tf":1.7320508075688772},"221":{"tf":2.0},"248":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"268":{"tf":1.0},"337":{"tf":1.0},"339":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"74":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"196":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"i":{"d":{"df":5,"docs":{"142":{"tf":1.0},"158":{"tf":1.0},"203":{"tf":1.0},"226":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"129":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"193":{"tf":1.0}}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"262":{"tf":1.4142135623730951}}}}}}},"d":{"df":1,"docs":{"61":{"tf":1.0}}},"df":1,"docs":{"194":{"tf":1.0}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"119":{"tf":1.0}}}}}}}}}},"d":{"a":{"df":1,"docs":{"269":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":10,"docs":{"117":{"tf":1.0},"119":{"tf":1.7320508075688772},"174":{"tf":1.0},"265":{"tf":1.0},"267":{"tf":1.0},"272":{"tf":1.0},"275":{"tf":1.0},"298":{"tf":1.0},"326":{"tf":1.0},"335":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":7,"docs":{"107":{"tf":1.0},"203":{"tf":1.0},"26":{"tf":1.7320508075688772},"278":{"tf":1.0},"328":{"tf":1.0},"61":{"tf":1.0},"89":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"44":{"tf":1.0}}}},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"112":{"tf":1.0},"240":{"tf":1.0},"73":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"240":{"tf":1.0},"268":{"tf":1.0},"42":{"tf":1.0}}}}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"218":{"tf":1.0},"54":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"285":{"tf":1.0},"323":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":4,"docs":{"105":{"tf":1.0},"109":{"tf":1.0},"113":{"tf":1.4142135623730951},"309":{"tf":1.0}}}},"x":{"df":8,"docs":{"109":{"tf":1.0},"189":{"tf":1.4142135623730951},"24":{"tf":1.0},"251":{"tf":1.0},"326":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.7320508075688772},"48":{"tf":1.0}},"e":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"122":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"c":{"df":0,"docs":{},"k":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"267":{"tf":1.4142135623730951}}}}}}}},"df":2,"docs":{"131":{"tf":1.4142135623730951},"267":{"tf":1.4142135623730951}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"267":{"tf":1.4142135623730951}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":15,"docs":{"108":{"tf":1.0},"178":{"tf":1.0},"212":{"tf":1.7320508075688772},"232":{"tf":1.0},"237":{"tf":1.4142135623730951},"283":{"tf":1.0},"286":{"tf":1.0},"295":{"tf":1.0},"321":{"tf":1.0},"323":{"tf":1.0},"327":{"tf":1.0},"79":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951}},"l":{"df":17,"docs":{"10":{"tf":1.0},"130":{"tf":1.0},"19":{"tf":1.0},"243":{"tf":2.23606797749979},"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.4142135623730951},"276":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"20":{"tf":1.0}}}}}}}},"r":{"df":3,"docs":{"108":{"tf":1.0},"112":{"tf":1.0},"326":{"tf":1.0}}},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"251":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"6":{"tf":1.0}},"i":{"df":5,"docs":{"125":{"tf":1.0},"252":{"tf":1.0},"264":{"tf":1.4142135623730951},"35":{"tf":1.0},"45":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"1":{"tf":1.0},"135":{"tf":1.0},"41":{"tf":1.7320508075688772}}}},"df":1,"docs":{"145":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"’":{"df":0,"docs":{},"r":{"df":1,"docs":{"248":{"tf":1.0}}}}}}}}}}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"124":{"tf":1.0},"196":{"tf":1.0},"240":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":32,"docs":{"107":{"tf":1.7320508075688772},"111":{"tf":1.0},"119":{"tf":1.4142135623730951},"120":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"180":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"212":{"tf":1.0},"246":{"tf":1.0},"275":{"tf":1.0},"285":{"tf":1.4142135623730951},"289":{"tf":1.0},"295":{"tf":1.0},"30":{"tf":1.0},"306":{"tf":1.0},"326":{"tf":1.0},"335":{"tf":1.0},"339":{"tf":1.0},"41":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.7320508075688772},"57":{"tf":1.0},"61":{"tf":1.0},"67":{"tf":2.0},"73":{"tf":1.4142135623730951},"79":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"117":{"tf":1.0},"2":{"tf":1.0}}}}},"u":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"30":{"tf":1.0},"313":{"tf":1.0},"326":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":18,"docs":{"116":{"tf":1.0},"135":{"tf":1.7320508075688772},"179":{"tf":1.0},"181":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"303":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":23,"docs":{"109":{"tf":1.0},"117":{"tf":1.0},"120":{"tf":1.0},"145":{"tf":1.4142135623730951},"146":{"tf":1.0},"17":{"tf":1.0},"239":{"tf":1.0},"248":{"tf":1.0},"264":{"tf":1.0},"278":{"tf":1.0},"296":{"tf":1.0},"303":{"tf":1.4142135623730951},"307":{"tf":1.0},"309":{"tf":1.7320508075688772},"313":{"tf":1.0},"331":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"54":{"tf":1.0},"57":{"tf":2.0},"59":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.4142135623730951}}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":4,"docs":{"111":{"tf":1.0},"256":{"tf":1.0},"273":{"tf":1.0},"44":{"tf":1.0}}}},"y":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"114":{"tf":1.4142135623730951}}}}}}},"df":2,"docs":{"114":{"tf":1.0},"317":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"190":{"tf":1.7320508075688772}}}}}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"270":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"47":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"114":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"114":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"114":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"317":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"n":{"+":{"1":{"df":2,"docs":{"107":{"tf":1.0},"306":{"tf":1.0}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":8,"docs":{"198":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"261":{"tf":1.0},"262":{"tf":1.0},"273":{"tf":1.0},"274":{"tf":1.0},"317":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":9,"docs":{"112":{"tf":1.0},"145":{"tf":1.0},"152":{"tf":1.0},"163":{"tf":2.0},"238":{"tf":1.0},"255":{"tf":1.4142135623730951},"261":{"tf":1.4142135623730951},"273":{"tf":1.0},"61":{"tf":1.0}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":4,"docs":{"182":{"tf":1.0},"184":{"tf":1.4142135623730951},"186":{"tf":1.0},"240":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"156":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"255":{"tf":1.0},"64":{"tf":1.0}}}}}},"df":6,"docs":{"130":{"tf":1.0},"152":{"tf":1.4142135623730951},"153":{"tf":1.0},"25":{"tf":1.0},"306":{"tf":1.0},"46":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"117":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":56,"docs":{"0":{"tf":1.0},"10":{"tf":1.4142135623730951},"104":{"tf":1.0},"107":{"tf":1.4142135623730951},"112":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"13":{"tf":1.4142135623730951},"139":{"tf":1.0},"14":{"tf":1.0},"170":{"tf":1.0},"173":{"tf":1.7320508075688772},"179":{"tf":1.7320508075688772},"180":{"tf":1.0},"185":{"tf":1.7320508075688772},"190":{"tf":1.0},"198":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"213":{"tf":1.0},"24":{"tf":1.4142135623730951},"240":{"tf":1.0},"244":{"tf":1.0},"246":{"tf":1.0},"253":{"tf":1.0},"264":{"tf":1.0},"274":{"tf":1.0},"275":{"tf":1.0},"282":{"tf":1.0},"285":{"tf":1.4142135623730951},"287":{"tf":1.4142135623730951},"290":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"304":{"tf":2.0},"306":{"tf":1.4142135623730951},"310":{"tf":1.7320508075688772},"322":{"tf":1.0},"326":{"tf":1.7320508075688772},"328":{"tf":1.0},"44":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951},"5":{"tf":2.0},"54":{"tf":1.7320508075688772},"55":{"tf":1.7320508075688772},"60":{"tf":1.4142135623730951},"61":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"69":{"tf":1.0},"9":{"tf":1.4142135623730951},"93":{"tf":1.0},"98":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"—":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"86":{"tf":1.0}}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"—":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"g":{"df":1,"docs":{"131":{"tf":1.0}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"103":{"tf":1.0},"55":{"tf":1.0}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":38,"docs":{"120":{"tf":1.0},"122":{"tf":1.0},"125":{"tf":1.0},"129":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"134":{"tf":1.4142135623730951},"173":{"tf":1.0},"176":{"tf":1.4142135623730951},"178":{"tf":1.4142135623730951},"188":{"tf":1.0},"209":{"tf":1.0},"218":{"tf":1.4142135623730951},"245":{"tf":1.0},"259":{"tf":1.0},"276":{"tf":1.0},"278":{"tf":1.0},"282":{"tf":1.0},"283":{"tf":1.7320508075688772},"3":{"tf":1.0},"30":{"tf":1.0},"303":{"tf":1.4142135623730951},"31":{"tf":1.0},"323":{"tf":1.4142135623730951},"337":{"tf":2.0},"338":{"tf":1.0},"339":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.4142135623730951},"51":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"64":{"tf":1.0},"71":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.0}},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"125":{"tf":1.0},"56":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"133":{"tf":1.0},"196":{"tf":1.0},"244":{"tf":1.0},"247":{"tf":1.0},"250":{"tf":2.0}}}}},"w":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"p":{"df":1,"docs":{"262":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"258":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"273":{"tf":1.0},"274":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":14,"docs":{"10":{"tf":1.7320508075688772},"128":{"tf":1.0},"173":{"tf":1.0},"203":{"tf":1.0},"250":{"tf":1.4142135623730951},"256":{"tf":1.0},"269":{"tf":1.0},"272":{"tf":1.7320508075688772},"273":{"tf":1.0},"274":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"41":{"tf":2.0},"60":{"tf":1.0}}},"x":{"df":0,"docs":{},"t":{"df":12,"docs":{"115":{"tf":1.4142135623730951},"127":{"tf":1.4142135623730951},"166":{"tf":1.7320508075688772},"191":{"tf":1.7320508075688772},"20":{"tf":1.7320508075688772},"241":{"tf":1.7320508075688772},"251":{"tf":1.0},"271":{"tf":1.7320508075688772},"39":{"tf":1.7320508075688772},"49":{"tf":1.7320508075688772},"62":{"tf":1.7320508075688772},"99":{"tf":1.7320508075688772}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"163":{"tf":1.0}}}}}}}},"o":{"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"104":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"z":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"210":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"210":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"281":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},":":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"178":{"tf":1.0}}}}}}}},"df":0,"docs":{},"v":{"1":{".":{"2":{".":{"3":{"df":1,"docs":{"184":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"273":{"tf":1.0},"274":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":3,"docs":{"168":{"tf":1.0},"190":{"tf":1.0},"266":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"168":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"111":{"tf":1.0},"330":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"b":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"231":{"tf":1.0}},"e":{"=":{"2":{"8":{"0":{"8":{"0":{"df":5,"docs":{"172":{"tf":1.0},"214":{"tf":1.0},"231":{"tf":1.0},"282":{"tf":1.0},"322":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"197":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"193":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":8,"docs":{"168":{"tf":1.0},"190":{"tf":1.0},"193":{"tf":1.4142135623730951},"197":{"tf":1.0},"199":{"tf":1.4142135623730951},"200":{"tf":1.0},"202":{"tf":1.0},"266":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":136,"docs":{"107":{"tf":2.23606797749979},"108":{"tf":1.0},"111":{"tf":1.4142135623730951},"116":{"tf":1.0},"119":{"tf":1.4142135623730951},"122":{"tf":1.0},"123":{"tf":1.7320508075688772},"129":{"tf":1.0},"13":{"tf":1.0},"133":{"tf":1.0},"140":{"tf":1.7320508075688772},"141":{"tf":1.7320508075688772},"142":{"tf":1.0},"146":{"tf":1.0},"15":{"tf":1.4142135623730951},"152":{"tf":2.0},"154":{"tf":1.0},"157":{"tf":1.4142135623730951},"158":{"tf":1.0},"159":{"tf":1.7320508075688772},"16":{"tf":1.4142135623730951},"160":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.7320508075688772},"169":{"tf":1.0},"170":{"tf":1.4142135623730951},"175":{"tf":1.0},"176":{"tf":1.7320508075688772},"18":{"tf":1.7320508075688772},"181":{"tf":1.0},"182":{"tf":1.0},"188":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.7320508075688772},"194":{"tf":1.0},"195":{"tf":1.0},"197":{"tf":2.0},"198":{"tf":1.7320508075688772},"199":{"tf":1.0},"2":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.7320508075688772},"204":{"tf":1.0},"205":{"tf":1.0},"208":{"tf":2.23606797749979},"209":{"tf":1.7320508075688772},"212":{"tf":1.0},"214":{"tf":1.4142135623730951},"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.4142135623730951},"218":{"tf":1.7320508075688772},"219":{"tf":1.0},"220":{"tf":1.7320508075688772},"221":{"tf":1.0},"225":{"tf":1.4142135623730951},"226":{"tf":1.0},"227":{"tf":1.7320508075688772},"228":{"tf":1.0},"230":{"tf":1.7320508075688772},"231":{"tf":1.0},"232":{"tf":1.0},"239":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.4142135623730951},"246":{"tf":1.0},"247":{"tf":1.7320508075688772},"249":{"tf":1.7320508075688772},"250":{"tf":1.0},"256":{"tf":1.4142135623730951},"259":{"tf":1.7320508075688772},"262":{"tf":1.4142135623730951},"264":{"tf":1.4142135623730951},"266":{"tf":1.0},"267":{"tf":1.4142135623730951},"268":{"tf":1.0},"273":{"tf":1.0},"276":{"tf":1.4142135623730951},"281":{"tf":2.449489742783178},"282":{"tf":1.0},"283":{"tf":2.23606797749979},"285":{"tf":2.449489742783178},"287":{"tf":2.23606797749979},"289":{"tf":1.0},"29":{"tf":1.0},"290":{"tf":2.449489742783178},"293":{"tf":1.7320508075688772},"297":{"tf":1.7320508075688772},"298":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":2.0},"303":{"tf":1.7320508075688772},"304":{"tf":1.0},"306":{"tf":2.23606797749979},"308":{"tf":1.0},"31":{"tf":2.449489742783178},"312":{"tf":1.7320508075688772},"313":{"tf":1.0},"314":{"tf":1.0},"32":{"tf":2.6457513110645907},"323":{"tf":2.0},"326":{"tf":2.23606797749979},"327":{"tf":1.0},"328":{"tf":1.0},"33":{"tf":1.0},"337":{"tf":3.0},"338":{"tf":1.0},"339":{"tf":2.6457513110645907},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.4142135623730951},"47":{"tf":1.7320508075688772},"5":{"tf":1.4142135623730951},"51":{"tf":1.7320508075688772},"54":{"tf":2.23606797749979},"56":{"tf":2.23606797749979},"58":{"tf":2.23606797749979},"6":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"7":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.7320508075688772},"8":{"tf":1.7320508075688772},"80":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951},"9":{"tf":1.0}},"s":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}},"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":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"i":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"i":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"’":{"df":5,"docs":{"170":{"tf":1.0},"182":{"tf":1.0},"218":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":2,"docs":{"117":{"tf":1.0},"24":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"df":29,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.7320508075688772},"11":{"tf":1.0},"133":{"tf":1.0},"140":{"tf":2.23606797749979},"141":{"tf":2.0},"152":{"tf":1.7320508075688772},"153":{"tf":1.7320508075688772},"157":{"tf":1.7320508075688772},"159":{"tf":1.4142135623730951},"170":{"tf":1.4142135623730951},"208":{"tf":2.8284271247461903},"210":{"tf":1.7320508075688772},"220":{"tf":1.4142135623730951},"225":{"tf":1.0},"227":{"tf":1.4142135623730951},"230":{"tf":2.449489742783178},"281":{"tf":2.8284271247461903},"283":{"tf":1.4142135623730951},"304":{"tf":2.23606797749979},"323":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.7320508075688772},"40":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"8":{"tf":1.7320508075688772},"9":{"tf":1.0}},"s":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"=":{"/":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"172":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"=":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":2,"docs":{"208":{"tf":1.0},"281":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":3,"docs":{"208":{"tf":1.0},"230":{"tf":1.0},"281":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"119":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"{":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"267":{"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":{"262":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"256":{"tf":1.0}}},"df":0,"docs":{}},"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":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"163":{"tf":1.0},"164":{"tf":1.0}},"s":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":6,"docs":{"144":{"tf":1.0},"152":{"tf":1.0},"172":{"tf":1.0},"220":{"tf":1.0},"298":{"tf":1.0},"314":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"177":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"k":{"8":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"k":{"8":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"183":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{":":{":":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":2,"docs":{"119":{"tf":1.0},"171":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{":":{":":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"119":{"tf":1.0},"54":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"n":{"c":{"df":1,"docs":{"67":{"tf":1.0}}},"df":2,"docs":{"106":{"tf":1.0},"296":{"tf":1.4142135623730951}},"e":{"df":2,"docs":{"266":{"tf":1.0},"54":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"113":{"tf":1.0}}},"i":{"c":{"df":2,"docs":{"55":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":18,"docs":{"11":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"136":{"tf":1.0},"166":{"tf":1.0},"191":{"tf":1.0},"199":{"tf":1.0},"20":{"tf":1.0},"241":{"tf":1.0},"258":{"tf":1.0},"271":{"tf":1.0},"28":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"62":{"tf":1.0},"99":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"248":{"tf":1.0},"84":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"34":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"[":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"29":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":22,"docs":{"112":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"132":{"tf":1.0},"168":{"tf":1.0},"188":{"tf":1.0},"196":{"tf":1.0},"205":{"tf":1.0},"219":{"tf":1.7320508075688772},"25":{"tf":1.4142135623730951},"264":{"tf":1.4142135623730951},"266":{"tf":1.0},"268":{"tf":1.0},"27":{"tf":1.0},"278":{"tf":1.0},"307":{"tf":1.0},"337":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"35":{"tf":1.0},"37":{"tf":1.0},"54":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":4,"docs":{"102":{"tf":1.0},"117":{"tf":1.0},"339":{"tf":1.0},"59":{"tf":1.0}}}}}}},"df":1,"docs":{"29":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"276":{"tf":1.0},"278":{"tf":1.0}}}}}},"k":{"(":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"267":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"267":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"\\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"273":{"tf":1.0},"274":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":18,"docs":{"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},"137":{"tf":1.0},"148":{"tf":1.0},"165":{"tf":1.0},"189":{"tf":1.4142135623730951},"198":{"tf":1.0},"261":{"tf":1.4142135623730951},"262":{"tf":1.0},"273":{"tf":1.4142135623730951},"274":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0}}},"n":{"_":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"164":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"c":{"df":10,"docs":{"14":{"tf":1.0},"205":{"tf":1.0},"210":{"tf":1.0},"246":{"tf":1.0},"30":{"tf":1.0},"302":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.4142135623730951},"45":{"tf":1.0},"48":{"tf":1.0}}},"df":26,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"112":{"tf":1.0},"123":{"tf":1.0},"167":{"tf":1.0},"191":{"tf":1.0},"203":{"tf":1.0},"244":{"tf":1.0},"248":{"tf":1.0},"260":{"tf":1.0},"264":{"tf":1.0},"290":{"tf":1.0},"3":{"tf":1.0},"309":{"tf":1.4142135623730951},"33":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"51":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"82":{"tf":1.4142135623730951},"98":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"140":{"tf":1.0},"18":{"tf":1.0},"249":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"233":{"tf":1.0},"292":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"’":{"df":1,"docs":{"206":{"tf":1.0}}}}}}},"df":53,"docs":{"109":{"tf":1.0},"123":{"tf":1.0},"199":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.7320508075688772},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"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.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"246":{"tf":1.0},"259":{"tf":1.0},"312":{"tf":1.0},"33":{"tf":1.0},"337":{"tf":1.4142135623730951},"58":{"tf":1.0},"75":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"9":{"tf":1.0},"94":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}}}},"t":{"df":2,"docs":{"106":{"tf":1.4142135623730951},"24":{"tf":1.0}},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"28":{"tf":1.0}}},"o":{"df":0,"docs":{},"n":{"<":{"&":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":3,"docs":{"168":{"tf":1.0},"190":{"tf":1.0},"266":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":18,"docs":{"127":{"tf":1.0},"148":{"tf":1.0},"168":{"tf":1.0},"170":{"tf":1.0},"190":{"tf":1.0},"195":{"tf":1.0},"197":{"tf":1.0},"241":{"tf":1.0},"255":{"tf":1.0},"261":{"tf":1.0},"266":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"67":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951},"74":{"tf":1.0},"79":{"tf":1.4142135623730951}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":13,"docs":{"12":{"tf":1.0},"186":{"tf":1.0},"19":{"tf":1.7320508075688772},"22":{"tf":1.4142135623730951},"244":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.0},"276":{"tf":1.4142135623730951},"337":{"tf":1.0},"41":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"8":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"28":{"tf":1.0},"37":{"tf":2.0}}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"10":{"tf":1.0},"279":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"36":{"tf":1.0}}}}}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"130":{"tf":1.4142135623730951}}}}},"df":4,"docs":{"129":{"tf":1.0},"282":{"tf":1.0},"298":{"tf":1.0},"335":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"270":{"tf":1.0},"60":{"tf":1.0}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"20":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"205":{"tf":1.0}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":6,"docs":{"116":{"tf":1.0},"117":{"tf":1.0},"12":{"tf":1.0},"244":{"tf":1.0},"339":{"tf":1.0},"43":{"tf":1.0}}}}},"df":7,"docs":{"141":{"tf":1.0},"160":{"tf":1.0},"228":{"tf":1.0},"297":{"tf":2.8284271247461903},"314":{"tf":1.0},"58":{"tf":1.0},"62":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"136":{"tf":1.0},"138":{"tf":1.7320508075688772}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"165":{"tf":1.0},"38":{"tf":1.0}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"248":{"tf":1.0}}}},"df":12,"docs":{"22":{"tf":1.4142135623730951},"248":{"tf":1.0},"25":{"tf":1.0},"303":{"tf":1.0},"337":{"tf":1.4142135623730951},"34":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"48":{"tf":1.0},"5":{"tf":1.0},"8":{"tf":1.0},"84":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":6,"docs":{"174":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"186":{"tf":1.0},"327":{"tf":1.0},"42":{"tf":1.0}},"—":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"326":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"13":{"tf":1.0}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":10,"docs":{"11":{"tf":1.7320508075688772},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"df":1,"docs":{"287":{"tf":1.0}}}}}}}}}}},"p":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"29":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"129":{"tf":1.0}}},"k":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"276":{"tf":1.0},"52":{"tf":1.0}}}},"df":3,"docs":{"108":{"tf":1.0},"120":{"tf":1.0},"70":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":2,"docs":{"0":{"tf":1.0},"201":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}},"r":{"df":5,"docs":{"116":{"tf":1.0},"131":{"tf":1.0},"195":{"tf":1.4142135623730951},"204":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951}}}},"n":{"df":0,"docs":{},"i":{"c":{"df":5,"docs":{"150":{"tf":1.7320508075688772},"159":{"tf":1.4142135623730951},"227":{"tf":1.0},"268":{"tf":1.0},"339":{"tf":1.0}},"k":{"df":1,"docs":{"150":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":8,"docs":{"146":{"tf":2.0},"173":{"tf":1.0},"239":{"tf":1.7320508075688772},"296":{"tf":1.0},"297":{"tf":1.0},"313":{"tf":2.0},"314":{"tf":1.0},"328":{"tf":1.0}},"—":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"239":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":15,"docs":{"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.7320508075688772},"13":{"tf":1.0},"134":{"tf":1.0},"245":{"tf":1.4142135623730951},"30":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.0},"56":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"131":{"tf":1.0},"331":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"208":{"tf":1.0}}}}},"t":{"df":334,"docs":{"10":{"tf":2.6457513110645907},"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},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"12":{"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},"13":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"14":{"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},"15":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"16":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.4142135623730951},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"17":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"18":{"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},"19":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"20":{"tf":1.7320508075688772},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"21":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.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},"22":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"23":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"24":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"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},"25":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.4142135623730951},"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},"26":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.0},"27":{"tf":1.0},"270":{"tf":1.0},"271":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.0},"274":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.7320508075688772},"278":{"tf":1.0},"279":{"tf":1.0},"28":{"tf":1.0},"280":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.0},"285":{"tf":1.0},"286":{"tf":1.0},"287":{"tf":1.0},"288":{"tf":1.0},"289":{"tf":1.0},"29":{"tf":1.0},"290":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"30":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"31":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.0},"314":{"tf":1.0},"315":{"tf":1.0},"316":{"tf":1.0},"317":{"tf":1.0},"318":{"tf":1.0},"319":{"tf":1.0},"32":{"tf":1.0},"320":{"tf":1.0},"321":{"tf":1.0},"322":{"tf":1.0},"323":{"tf":1.0},"324":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"328":{"tf":1.0},"329":{"tf":1.0},"33":{"tf":1.0},"330":{"tf":1.0},"331":{"tf":1.0},"332":{"tf":1.0},"333":{"tf":1.0},"334":{"tf":1.0},"335":{"tf":1.0},"336":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.0},"339":{"tf":1.0},"34":{"tf":1.0},"340":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.7320508075688772},"50":{"tf":1.7320508075688772},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.7320508075688772},"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.4142135623730951}},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"203":{"tf":1.0}}}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":4,"docs":{"2":{"tf":1.4142135623730951},"278":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"210":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":5,"docs":{"188":{"tf":1.0},"203":{"tf":1.0},"337":{"tf":1.0},"60":{"tf":1.0},"77":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"45":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"116":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":19,"docs":{"113":{"tf":1.0},"143":{"tf":1.0},"148":{"tf":1.0},"246":{"tf":1.4142135623730951},"260":{"tf":1.0},"261":{"tf":1.0},"295":{"tf":1.4142135623730951},"296":{"tf":1.4142135623730951},"297":{"tf":1.7320508075688772},"31":{"tf":1.4142135623730951},"321":{"tf":1.4142135623730951},"33":{"tf":1.0},"339":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"54":{"tf":1.0},"8":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"12":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"172":{"tf":1.0},"238":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":35,"docs":{"100":{"tf":2.0},"101":{"tf":1.7320508075688772},"102":{"tf":1.7320508075688772},"103":{"tf":1.7320508075688772},"104":{"tf":1.7320508075688772},"105":{"tf":1.7320508075688772},"106":{"tf":1.7320508075688772},"107":{"tf":1.7320508075688772},"108":{"tf":1.7320508075688772},"109":{"tf":1.7320508075688772},"110":{"tf":2.0},"111":{"tf":1.7320508075688772},"112":{"tf":1.7320508075688772},"113":{"tf":2.6457513110645907},"114":{"tf":1.0},"115":{"tf":1.4142135623730951},"116":{"tf":1.7320508075688772},"117":{"tf":1.0},"118":{"tf":1.0},"127":{"tf":1.0},"145":{"tf":1.0},"19":{"tf":1.0},"199":{"tf":1.0},"201":{"tf":2.0},"202":{"tf":1.0},"203":{"tf":1.7320508075688772},"204":{"tf":1.0},"205":{"tf":1.4142135623730951},"267":{"tf":1.0},"339":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"51":{"tf":1.0},"55":{"tf":1.0},"61":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"130":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"262":{"tf":1.0}}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"262":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}}}}}}},"df":17,"docs":{"129":{"tf":1.0},"141":{"tf":1.0},"197":{"tf":1.0},"199":{"tf":1.0},"203":{"tf":1.0},"216":{"tf":1.0},"218":{"tf":1.0},"225":{"tf":1.0},"262":{"tf":2.0},"283":{"tf":1.0},"285":{"tf":2.0},"32":{"tf":1.4142135623730951},"337":{"tf":1.0},"34":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0},"56":{"tf":1.4142135623730951}}}},"r":{"df":14,"docs":{"120":{"tf":1.0},"121":{"tf":1.4142135623730951},"130":{"tf":1.0},"134":{"tf":1.0},"209":{"tf":1.0},"23":{"tf":1.4142135623730951},"301":{"tf":1.0},"46":{"tf":1.0},"55":{"tf":1.4142135623730951},"61":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"72":{"tf":1.4142135623730951},"73":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":3,"docs":{"124":{"tf":1.0},"14":{"tf":1.0},"325":{"tf":1.4142135623730951}}}}}},"i":{"df":0,"docs":{},"o":{"d":{"df":7,"docs":{"142":{"tf":1.0},"249":{"tf":1.0},"256":{"tf":1.0},"259":{"tf":1.0},"338":{"tf":1.0},"35":{"tf":1.0},"87":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"209":{"tf":1.0},"234":{"tf":1.0},"293":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"152":{"tf":1.0},"172":{"tf":1.0},"259":{"tf":1.0},"314":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":9,"docs":{"130":{"tf":1.4142135623730951},"135":{"tf":3.0},"138":{"tf":1.0},"139":{"tf":1.4142135623730951},"140":{"tf":1.4142135623730951},"141":{"tf":1.4142135623730951},"142":{"tf":1.4142135623730951},"143":{"tf":1.4142135623730951},"144":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":9,"docs":{"20":{"tf":1.4142135623730951},"21":{"tf":1.7320508075688772},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"49":{"tf":1.0}}}}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"116":{"tf":1.0},"117":{"tf":1.0},"134":{"tf":1.0},"273":{"tf":1.0},"278":{"tf":1.0}}}},"d":{"df":3,"docs":{"140":{"tf":1.7320508075688772},"282":{"tf":1.0},"322":{"tf":1.0}}},"df":0,"docs":{},"e":{"c":{"df":6,"docs":{"12":{"tf":1.0},"246":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"135":{"tf":1.4142135623730951}}}}}}}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"207":{"tf":1.0},"321":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":53,"docs":{"101":{"tf":1.4142135623730951},"110":{"tf":1.4142135623730951},"111":{"tf":1.4142135623730951},"116":{"tf":1.4142135623730951},"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},"131":{"tf":1.0},"137":{"tf":1.0},"139":{"tf":1.0},"14":{"tf":2.23606797749979},"15":{"tf":2.23606797749979},"165":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"189":{"tf":1.7320508075688772},"190":{"tf":1.0},"194":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"240":{"tf":1.0},"244":{"tf":1.0},"246":{"tf":1.4142135623730951},"250":{"tf":1.4142135623730951},"257":{"tf":1.0},"258":{"tf":1.0},"263":{"tf":1.0},"269":{"tf":1.0},"276":{"tf":1.0},"30":{"tf":2.449489742783178},"302":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"330":{"tf":1.0},"331":{"tf":1.0},"337":{"tf":1.4142135623730951},"339":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":2.0},"51":{"tf":1.4142135623730951},"54":{"tf":1.7320508075688772},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"77":{"tf":1.0},"81":{"tf":1.0}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":3,"docs":{"174":{"tf":1.0},"180":{"tf":1.0},"209":{"tf":1.0}}}}}}},"y":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{},"u":{"df":1,"docs":{"3":{"tf":1.0}},"g":{"df":1,"docs":{"272":{"tf":1.0}},"g":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"42":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"b":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"d":{"df":11,"docs":{"15":{"tf":1.0},"152":{"tf":1.4142135623730951},"18":{"tf":1.0},"182":{"tf":1.0},"186":{"tf":1.4142135623730951},"247":{"tf":1.0},"283":{"tf":1.4142135623730951},"293":{"tf":1.0},"31":{"tf":1.0},"337":{"tf":1.0},"42":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":8,"docs":{"119":{"tf":1.0},"163":{"tf":1.0},"19":{"tf":1.0},"230":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"30":{"tf":1.0},"48":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":5,"docs":{"170":{"tf":1.0},"176":{"tf":1.0},"203":{"tf":1.0},"256":{"tf":1.4142135623730951},"32":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"25":{"tf":1.0},"34":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":10,"docs":{"15":{"tf":1.0},"168":{"tf":1.0},"19":{"tf":1.0},"251":{"tf":1.0},"27":{"tf":1.0},"42":{"tf":1.4142135623730951},"44":{"tf":1.0},"48":{"tf":1.4142135623730951},"51":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"’":{"df":0,"docs":{},"r":{"df":1,"docs":{"47":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":12,"docs":{"146":{"tf":1.0},"153":{"tf":2.0},"172":{"tf":1.4142135623730951},"173":{"tf":1.0},"209":{"tf":1.4142135623730951},"214":{"tf":2.0},"218":{"tf":1.4142135623730951},"231":{"tf":1.7320508075688772},"282":{"tf":2.6457513110645907},"313":{"tf":1.0},"32":{"tf":1.0},"322":{"tf":2.0}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"247":{"tf":1.0},"298":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":6,"docs":{"132":{"tf":1.0},"135":{"tf":1.0},"248":{"tf":1.4142135623730951},"337":{"tf":1.0},"39":{"tf":1.0},"67":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"133":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":14,"docs":{"100":{"tf":1.0},"117":{"tf":1.7320508075688772},"136":{"tf":1.0},"191":{"tf":1.0},"196":{"tf":1.4142135623730951},"206":{"tf":1.0},"259":{"tf":1.4142135623730951},"264":{"tf":1.4142135623730951},"268":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"44":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"61":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"319":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"18":{"tf":1.0},"24":{"tf":1.0},"250":{"tf":1.0},"45":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":3,"docs":{"304":{"tf":1.0},"312":{"tf":1.0},"328":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"10":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"276":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":8,"docs":{"150":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.4142135623730951},"209":{"tf":1.4142135623730951},"246":{"tf":1.0},"287":{"tf":1.0},"30":{"tf":1.0},"339":{"tf":1.0}}}}}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"128":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"117":{"tf":1.0},"269":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"56":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":9,"docs":{"215":{"tf":1.0},"218":{"tf":1.4142135623730951},"246":{"tf":1.0},"268":{"tf":1.0},"293":{"tf":1.0},"337":{"tf":1.0},"339":{"tf":1.0},"37":{"tf":1.0},"48":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"116":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"276":{"tf":1.4142135623730951}}}}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"21":{"tf":1.4142135623730951},"252":{"tf":1.0},"27":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":2,"docs":{"256":{"tf":1.0},"259":{"tf":1.0}},"l":{"df":0,"docs":{},"n":{"!":{"(":{"\\"":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"148":{"tf":1.0},"165":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"267":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"256":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"148":{"tf":1.0},"165":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}}}}},"o":{"b":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"131":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":4,"docs":{"203":{"tf":1.0},"273":{"tf":1.4142135623730951},"275":{"tf":1.0},"276":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":19,"docs":{"150":{"tf":1.0},"156":{"tf":1.0},"19":{"tf":1.0},"225":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"251":{"tf":1.0},"268":{"tf":1.0},"279":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"303":{"tf":1.0},"324":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}},"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"32":{"tf":1.0}},"e":{"d":{"df":2,"docs":{"139":{"tf":1.0},"18":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"s":{"df":28,"docs":{"120":{"tf":1.0},"144":{"tf":1.0},"15":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.4142135623730951},"173":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"218":{"tf":1.0},"231":{"tf":1.4142135623730951},"247":{"tf":1.0},"282":{"tf":1.4142135623730951},"3":{"tf":1.0},"31":{"tf":1.4142135623730951},"315":{"tf":1.0},"32":{"tf":1.0},"322":{"tf":1.4142135623730951},"337":{"tf":1.0},"338":{"tf":1.4142135623730951},"339":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"42":{"tf":1.7320508075688772},"44":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.4142135623730951},"65":{"tf":1.0},"70":{"tf":1.0}}}}}},"d":{"df":1,"docs":{"205":{"tf":1.0}},"u":{"c":{"df":17,"docs":{"120":{"tf":1.0},"133":{"tf":1.0},"2":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"23":{"tf":1.7320508075688772},"285":{"tf":1.0},"286":{"tf":1.0},"30":{"tf":1.0},"301":{"tf":1.0},"337":{"tf":1.7320508075688772},"44":{"tf":1.4142135623730951},"45":{"tf":1.0},"46":{"tf":1.0},"54":{"tf":1.7320508075688772},"56":{"tf":1.0},"89":{"tf":1.0}},"t":{"df":19,"docs":{"107":{"tf":1.0},"125":{"tf":1.4142135623730951},"128":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.7320508075688772},"185":{"tf":1.0},"186":{"tf":1.0},"196":{"tf":1.0},"23":{"tf":1.0},"240":{"tf":2.0},"26":{"tf":1.0},"286":{"tf":1.0},"3":{"tf":1.0},"306":{"tf":1.0},"337":{"tf":1.0},"339":{"tf":1.0},"42":{"tf":1.4142135623730951},"60":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":1,"docs":{"269":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":3,"docs":{"174":{"tf":1.7320508075688772},"180":{"tf":1.7320508075688772},"186":{"tf":1.7320508075688772}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"340":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"165":{"tf":1.7320508075688772},"330":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":29,"docs":{"123":{"tf":1.0},"129":{"tf":1.4142135623730951},"142":{"tf":1.0},"149":{"tf":1.0},"156":{"tf":1.0},"168":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"195":{"tf":1.0},"213":{"tf":1.0},"222":{"tf":2.0},"247":{"tf":1.0},"248":{"tf":1.0},"25":{"tf":1.0},"256":{"tf":1.0},"259":{"tf":1.0},"285":{"tf":1.4142135623730951},"286":{"tf":1.4142135623730951},"324":{"tf":1.0},"337":{"tf":1.7320508075688772},"34":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"38":{"tf":1.0},"46":{"tf":1.4142135623730951},"54":{"tf":1.7320508075688772},"64":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":8,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.0},"319":{"tf":1.0},"334":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0}},"’":{"df":2,"docs":{"253":{"tf":1.0},"298":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":2,"docs":{"153":{"tf":1.0},"221":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"42":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"f":{"df":2,"docs":{"210":{"tf":1.0},"338":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"120":{"tf":1.0},"247":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"246":{"tf":1.0},"31":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"134":{"tf":1.0},"337":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"2":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":17,"docs":{"1":{"tf":1.0},"129":{"tf":1.0},"132":{"tf":1.0},"2":{"tf":1.4142135623730951},"23":{"tf":1.7320508075688772},"247":{"tf":1.0},"250":{"tf":1.0},"253":{"tf":1.0},"27":{"tf":1.4142135623730951},"301":{"tf":2.0},"32":{"tf":1.0},"337":{"tf":2.0},"338":{"tf":1.0},"34":{"tf":1.0},"46":{"tf":2.23606797749979},"47":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":2,"docs":{"173":{"tf":1.0},"245":{"tf":1.0}}}}}}},"v":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":2,"docs":{"26":{"tf":1.0},"273":{"tf":1.0}},"n":{"df":1,"docs":{"247":{"tf":1.0}}},"r":{"df":1,"docs":{"210":{"tf":1.7320508075688772}}}},"i":{"d":{"df":18,"docs":{"10":{"tf":1.0},"133":{"tf":1.0},"15":{"tf":1.0},"168":{"tf":1.0},"175":{"tf":1.0},"181":{"tf":1.0},"190":{"tf":1.0},"193":{"tf":1.4142135623730951},"197":{"tf":1.0},"199":{"tf":1.0},"210":{"tf":1.0},"236":{"tf":1.0},"252":{"tf":1.0},"266":{"tf":1.0},"268":{"tf":1.0},"337":{"tf":1.0},"339":{"tf":1.4142135623730951},"42":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":3,"docs":{"168":{"tf":1.0},"266":{"tf":1.0},"29":{"tf":1.0}}}}}}},"s":{"df":2,"docs":{"283":{"tf":1.0},"287":{"tf":1.0}},"e":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"273":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"b":{"df":15,"docs":{"114":{"tf":1.0},"168":{"tf":1.4142135623730951},"190":{"tf":1.0},"199":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.7320508075688772},"258":{"tf":2.0},"261":{"tf":1.0},"262":{"tf":1.4142135623730951},"266":{"tf":1.4142135623730951},"267":{"tf":1.0},"269":{"tf":1.4142135623730951},"273":{"tf":1.4142135623730951},"274":{"tf":1.4142135623730951},"42":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":4,"docs":{"2":{"tf":1.0},"338":{"tf":1.4142135623730951},"4":{"tf":1.0},"96":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"_":{"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":{"163":{"tf":1.0}}}}}}}}}},"df":1,"docs":{"176":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":5,"docs":{"245":{"tf":1.4142135623730951},"264":{"tf":1.0},"310":{"tf":1.0},"35":{"tf":1.0},"54":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"248":{"tf":1.0},"34":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"163":{"tf":1.0},"203":{"tf":1.0}}}},"t":{"df":3,"docs":{"41":{"tf":1.0},"49":{"tf":1.0},"56":{"tf":1.0}}}}},"q":{"a":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"10":{"tf":1.0},"113":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"299":{"tf":1.4142135623730951},"300":{"tf":1.4142135623730951}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":9,"docs":{"10":{"tf":1.0},"105":{"tf":1.0},"116":{"tf":1.0},"119":{"tf":1.0},"187":{"tf":1.0},"277":{"tf":1.0},"307":{"tf":1.0},"312":{"tf":1.0},"43":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"56":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"10":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"27":{"tf":1.0}}}},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"r":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"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":{"c":{"df":0,"docs":{},"e":{"df":5,"docs":{"215":{"tf":1.0},"268":{"tf":1.0},"296":{"tf":1.0},"337":{"tf":1.0},"37":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":1,"docs":{"326":{"tf":1.7320508075688772}}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":8,"docs":{"123":{"tf":1.0},"134":{"tf":1.4142135623730951},"203":{"tf":1.0},"24":{"tf":1.0},"33":{"tf":1.0},"58":{"tf":1.4142135623730951},"74":{"tf":1.0},"78":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":6,"docs":{"134":{"tf":1.0},"16":{"tf":1.0},"193":{"tf":1.0},"64":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"194":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"37":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"249":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"(":{"1":{"0":{"df":7,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"122":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0}}},"df":0,"docs":{}},"2":{"df":6,"docs":{"103":{"tf":1.0},"121":{"tf":1.4142135623730951},"122":{"tf":1.0},"57":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0}}},"5":{"0":{"df":1,"docs":{"124":{"tf":1.0}}},"df":4,"docs":{"120":{"tf":1.4142135623730951},"123":{"tf":1.0},"124":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":2,"docs":{"67":{"tf":1.0},"73":{"tf":1.0}}}},"df":34,"docs":{"108":{"tf":2.0},"117":{"tf":1.0},"120":{"tf":1.0},"122":{"tf":1.0},"124":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.0},"203":{"tf":1.0},"212":{"tf":1.0},"24":{"tf":1.0},"247":{"tf":1.0},"25":{"tf":1.4142135623730951},"278":{"tf":1.4142135623730951},"287":{"tf":1.4142135623730951},"289":{"tf":1.0},"297":{"tf":1.0},"327":{"tf":1.0},"33":{"tf":1.0},"337":{"tf":1.4142135623730951},"35":{"tf":1.0},"43":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"65":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.4142135623730951},"74":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"89":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":13,"docs":{"107":{"tf":1.4142135623730951},"20":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.7320508075688772},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"29":{"tf":1.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"273":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"274":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"273":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"l":{"df":2,"docs":{"273":{"tf":1.7320508075688772},"274":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":5,"docs":{"182":{"tf":1.0},"285":{"tf":1.0},"323":{"tf":1.4142135623730951},"5":{"tf":1.0},"54":{"tf":1.0}}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":7,"docs":{"100":{"tf":1.0},"115":{"tf":1.0},"255":{"tf":1.0},"261":{"tf":1.0},"278":{"tf":1.0},"339":{"tf":1.0},"44":{"tf":1.0}}}},"df":0,"docs":{}},"df":7,"docs":{"10":{"tf":1.7320508075688772},"101":{"tf":1.0},"112":{"tf":1.0},"156":{"tf":1.4142135623730951},"314":{"tf":1.0},"334":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":39,"docs":{"123":{"tf":1.0},"133":{"tf":1.4142135623730951},"141":{"tf":3.0},"15":{"tf":1.0},"157":{"tf":2.6457513110645907},"16":{"tf":1.0},"170":{"tf":1.0},"176":{"tf":1.0},"182":{"tf":1.0},"19":{"tf":1.0},"212":{"tf":1.0},"215":{"tf":1.7320508075688772},"216":{"tf":1.7320508075688772},"217":{"tf":2.0},"218":{"tf":2.0},"22":{"tf":1.0},"225":{"tf":2.449489742783178},"232":{"tf":1.7320508075688772},"247":{"tf":1.7320508075688772},"249":{"tf":1.0},"250":{"tf":1.0},"268":{"tf":1.4142135623730951},"283":{"tf":2.0},"297":{"tf":1.4142135623730951},"31":{"tf":1.0},"312":{"tf":1.0},"32":{"tf":2.449489742783178},"323":{"tf":1.4142135623730951},"33":{"tf":1.0},"337":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.0},"47":{"tf":3.0},"48":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.0},"82":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"276":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"237":{"tf":1.0},"295":{"tf":1.0}},"s":{"=":{"1":{"2":{"0":{"df":3,"docs":{"217":{"tf":1.0},"232":{"tf":1.0},"283":{"tf":1.0}}},"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":{},"o":{"d":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"l":{"df":13,"docs":{"130":{"tf":1.0},"186":{"tf":1.0},"222":{"tf":1.0},"251":{"tf":1.0},"267":{"tf":1.0},"272":{"tf":1.0},"303":{"tf":1.4142135623730951},"309":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"5":{"tf":1.0},"57":{"tf":1.0},"8":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":1,"docs":{"306":{"tf":1.0}},"—":{"df":0,"docs":{},"k":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"t":{"df":13,"docs":{"107":{"tf":1.0},"109":{"tf":1.0},"122":{"tf":1.0},"180":{"tf":1.0},"196":{"tf":1.0},"205":{"tf":1.0},"240":{"tf":1.0},"247":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":1.0},"67":{"tf":1.0},"83":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"15":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":8,"docs":{"23":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"54":{"tf":1.0},"61":{"tf":1.0},"87":{"tf":1.0},"96":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":4,"docs":{"247":{"tf":1.0},"255":{"tf":1.0},"259":{"tf":1.0},"268":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"132":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"d":{"df":1,"docs":{"80":{"tf":1.0}}},"df":0,"docs":{}},"v":{"df":7,"docs":{"308":{"tf":1.0},"324":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":10,"docs":{"106":{"tf":1.0},"116":{"tf":1.0},"123":{"tf":1.0},"192":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"303":{"tf":1.0},"307":{"tf":1.0},"337":{"tf":1.0},"82":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":12,"docs":{"110":{"tf":1.0},"283":{"tf":1.0},"286":{"tf":1.4142135623730951},"287":{"tf":1.0},"289":{"tf":1.4142135623730951},"295":{"tf":1.0},"298":{"tf":1.0},"312":{"tf":1.0},"321":{"tf":1.0},"323":{"tf":1.0},"327":{"tf":1.4142135623730951},"328":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":44,"docs":{"10":{"tf":1.4142135623730951},"115":{"tf":1.0},"127":{"tf":1.0},"166":{"tf":1.0},"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.4142135623730951},"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},"260":{"tf":1.0},"261":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"271":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.0},"274":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":2.0},"277":{"tf":1.0},"336":{"tf":1.0},"4":{"tf":1.0},"63":{"tf":1.0},"99":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"338":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"25":{"tf":1.0},"37":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":5,"docs":{"142":{"tf":1.0},"157":{"tf":1.0},"226":{"tf":1.0},"287":{"tf":1.0},"47":{"tf":1.0}}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"30":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"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":{"19":{"tf":1.0}}}}}}}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"247":{"tf":1.0},"52":{"tf":1.0}}},"x":{"df":1,"docs":{"212":{"tf":1.0}}}},"df":2,"docs":{"23":{"tf":1.0},"46":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"s":{"df":4,"docs":{"230":{"tf":1.0},"281":{"tf":1.0},"312":{"tf":1.0},"323":{"tf":1.0}}}},"df":0,"docs":{},"v":{"df":1,"docs":{"104":{"tf":1.0}}}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"235":{"tf":1.0},"61":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"105":{"tf":1.0},"117":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"115":{"tf":1.0},"123":{"tf":1.0},"152":{"tf":1.0},"75":{"tf":1.0},"94":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":2,"docs":{"10":{"tf":1.0},"328":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"247":{"tf":1.0}}},"v":{"df":6,"docs":{"144":{"tf":1.0},"176":{"tf":1.0},"289":{"tf":1.0},"296":{"tf":1.0},"314":{"tf":1.0},"36":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"130":{"tf":1.0},"24":{"tf":1.0},"51":{"tf":1.0},"80":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"97":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"125":{"tf":1.0},"338":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":1,"docs":{"41":{"tf":1.0}},"r":{"df":0,"docs":{},"t":{"df":7,"docs":{"17":{"tf":1.0},"248":{"tf":1.0},"264":{"tf":1.0},"334":{"tf":1.0},"335":{"tf":1.4142135623730951},"35":{"tf":1.0},"54":{"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":4,"docs":{"208":{"tf":1.4142135623730951},"230":{"tf":1.0},"281":{"tf":1.0},"304":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":17,"docs":{"116":{"tf":1.0},"117":{"tf":1.0},"161":{"tf":1.7320508075688772},"173":{"tf":1.0},"175":{"tf":1.7320508075688772},"179":{"tf":1.0},"180":{"tf":1.0},"236":{"tf":1.0},"246":{"tf":1.0},"298":{"tf":1.0},"308":{"tf":1.0},"337":{"tf":1.0},"339":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.7320508075688772},"45":{"tf":1.0},"60":{"tf":1.0}},"t":{"df":2,"docs":{"298":{"tf":1.0},"335":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"273":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":19,"docs":{"123":{"tf":1.0},"180":{"tf":1.0},"186":{"tf":1.0},"193":{"tf":1.0},"198":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"235":{"tf":1.0},"246":{"tf":1.0},"290":{"tf":1.0},"292":{"tf":1.0},"306":{"tf":1.0},"315":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"81":{"tf":1.7320508075688772}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":11,"docs":{"106":{"tf":1.4142135623730951},"116":{"tf":1.0},"117":{"tf":1.4142135623730951},"123":{"tf":1.0},"131":{"tf":1.0},"16":{"tf":1.0},"308":{"tf":1.0},"337":{"tf":1.0},"58":{"tf":1.4142135623730951},"77":{"tf":1.0},"82":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":38,"docs":{"107":{"tf":1.0},"124":{"tf":1.0},"146":{"tf":1.0},"160":{"tf":2.23606797749979},"173":{"tf":1.4142135623730951},"174":{"tf":1.0},"182":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.4142135623730951},"188":{"tf":1.0},"209":{"tf":1.4142135623730951},"212":{"tf":1.0},"228":{"tf":2.0},"234":{"tf":1.4142135623730951},"237":{"tf":1.0},"240":{"tf":1.0},"244":{"tf":1.0},"249":{"tf":1.0},"268":{"tf":1.4142135623730951},"286":{"tf":1.4142135623730951},"292":{"tf":1.4142135623730951},"293":{"tf":1.4142135623730951},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"308":{"tf":1.0},"313":{"tf":1.0},"321":{"tf":1.4142135623730951},"323":{"tf":1.0},"325":{"tf":1.4142135623730951},"326":{"tf":1.0},"337":{"tf":1.4142135623730951},"339":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"60":{"tf":1.0},"77":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"18":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"193":{"tf":1.0},"211":{"tf":1.0},"247":{"tf":1.0},"250":{"tf":1.7320508075688772},"259":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"18":{"tf":1.0},"216":{"tf":1.0},"249":{"tf":1.0},"32":{"tf":1.0},"337":{"tf":1.0},"47":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":4,"docs":{"204":{"tf":1.0},"244":{"tf":1.0},"337":{"tf":1.0},"52":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"p":{"df":1,"docs":{"202":{"tf":1.0}}}},"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"199":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"199":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"198":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":39,"docs":{"123":{"tf":2.449489742783178},"135":{"tf":1.0},"16":{"tf":1.0},"168":{"tf":1.0},"186":{"tf":1.0},"188":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.4142135623730951},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"203":{"tf":1.4142135623730951},"204":{"tf":1.0},"205":{"tf":1.0},"246":{"tf":1.0},"247":{"tf":1.0},"249":{"tf":1.0},"278":{"tf":1.0},"289":{"tf":1.4142135623730951},"290":{"tf":1.4142135623730951},"30":{"tf":1.0},"308":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"337":{"tf":1.7320508075688772},"339":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"58":{"tf":2.0},"64":{"tf":1.0},"68":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.4142135623730951},"79":{"tf":2.0},"80":{"tf":1.4142135623730951},"82":{"tf":1.0},"87":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"198":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":1,"docs":{"5":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"179":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{".":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"_":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"148":{"tf":1.0},"165":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"165":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":2,"docs":{"148":{"tf":1.0},"165":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"165":{"tf":1.0}}}}}},"df":0,"docs":{}},"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":5,"docs":{"168":{"tf":1.0},"190":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"42":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"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":4,"docs":{"168":{"tf":1.0},"190":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0}}}}}}}}}}}},"df":41,"docs":{"11":{"tf":1.0},"110":{"tf":1.4142135623730951},"117":{"tf":1.0},"119":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"121":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"124":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"136":{"tf":1.0},"137":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"148":{"tf":1.0},"165":{"tf":1.7320508075688772},"166":{"tf":1.0},"171":{"tf":1.0},"177":{"tf":1.0},"183":{"tf":1.0},"189":{"tf":1.4142135623730951},"19":{"tf":1.0},"191":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.4142135623730951},"21":{"tf":1.0},"224":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"261":{"tf":1.4142135623730951},"262":{"tf":1.0},"273":{"tf":1.4142135623730951},"274":{"tf":1.0},"317":{"tf":1.0},"339":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"56":{"tf":1.0},"64":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"259":{"tf":1.4142135623730951},"32":{"tf":1.0},"47":{"tf":1.0},"68":{"tf":1.0}},"e":{"df":0,"docs":{},"v":{"df":4,"docs":{"25":{"tf":1.0},"338":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":19,"docs":{"101":{"tf":1.0},"103":{"tf":1.0},"168":{"tf":1.0},"170":{"tf":1.0},"176":{"tf":1.0},"182":{"tf":1.0},"255":{"tf":1.4142135623730951},"261":{"tf":1.4142135623730951},"262":{"tf":1.0},"264":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"273":{"tf":1.0},"293":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"54":{"tf":1.0},"97":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"110":{"tf":1.4142135623730951},"270":{"tf":1.0},"276":{"tf":1.7320508075688772},"41":{"tf":1.0},"51":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":5,"docs":{"116":{"tf":1.0},"117":{"tf":1.0},"19":{"tf":1.0},"302":{"tf":1.4142135623730951},"43":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"109":{"tf":1.0},"116":{"tf":1.0},"309":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"43":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.4142135623730951}}}}}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"244":{"tf":1.0},"41":{"tf":1.4142135623730951}}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"275":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":3,"docs":{"3":{"tf":1.0},"43":{"tf":1.0},"64":{"tf":1.0}}}},"i":{"d":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"26":{"tf":1.0},"307":{"tf":1.0}}}}},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"301":{"tf":1.0},"337":{"tf":1.0},"46":{"tf":2.0},"48":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":4,"docs":{"134":{"tf":1.0},"2":{"tf":1.0},"276":{"tf":1.0},"79":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"157":{"tf":1.0}}}},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"68":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"c":{"df":1,"docs":{"273":{"tf":1.0}}},"df":0,"docs":{}},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"@":{"df":0,"docs":{},"v":{"1":{"df":1,"docs":{"163":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"331":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":3,"docs":{"297":{"tf":2.8284271247461903},"314":{"tf":1.0},"59":{"tf":1.0}}}},"n":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":4,"docs":{"168":{"tf":1.0},"190":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0}}}}}}},"df":0,"docs":{}},"_":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"33":{"tf":1.0}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":11,"docs":{"197":{"tf":1.7320508075688772},"198":{"tf":1.4142135623730951},"255":{"tf":1.4142135623730951},"256":{"tf":1.4142135623730951},"261":{"tf":1.4142135623730951},"262":{"tf":1.4142135623730951},"273":{"tf":1.7320508075688772},"274":{"tf":1.4142135623730951},"317":{"tf":1.0},"34":{"tf":1.0},"64":{"tf":1.4142135623730951}},"—":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":136,"docs":{"10":{"tf":1.4142135623730951},"105":{"tf":1.0},"11":{"tf":1.0},"117":{"tf":1.0},"124":{"tf":1.4142135623730951},"126":{"tf":1.7320508075688772},"132":{"tf":1.0},"133":{"tf":2.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":2.0},"137":{"tf":1.7320508075688772},"138":{"tf":1.4142135623730951},"139":{"tf":1.7320508075688772},"14":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.4142135623730951},"143":{"tf":1.0},"144":{"tf":1.4142135623730951},"145":{"tf":2.449489742783178},"146":{"tf":1.7320508075688772},"147":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"15":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"16":{"tf":1.0},"160":{"tf":1.4142135623730951},"161":{"tf":1.0},"162":{"tf":1.7320508075688772},"163":{"tf":2.23606797749979},"164":{"tf":1.0},"165":{"tf":1.4142135623730951},"166":{"tf":1.4142135623730951},"167":{"tf":1.0},"168":{"tf":1.0},"17":{"tf":1.4142135623730951},"173":{"tf":1.0},"179":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"184":{"tf":1.0},"185":{"tf":1.0},"189":{"tf":1.0},"19":{"tf":1.0},"191":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"203":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"21":{"tf":1.0},"212":{"tf":1.0},"219":{"tf":1.0},"221":{"tf":1.0},"228":{"tf":1.0},"23":{"tf":1.0},"233":{"tf":1.4142135623730951},"235":{"tf":1.0},"239":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":2.449489742783178},"249":{"tf":1.0},"254":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"259":{"tf":1.4142135623730951},"26":{"tf":2.0},"261":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"274":{"tf":1.0},"278":{"tf":1.0},"28":{"tf":1.4142135623730951},"285":{"tf":1.0},"287":{"tf":1.0},"289":{"tf":1.0},"296":{"tf":2.0},"30":{"tf":2.0},"304":{"tf":1.4142135623730951},"307":{"tf":1.7320508075688772},"31":{"tf":1.0},"311":{"tf":1.4142135623730951},"313":{"tf":1.4142135623730951},"314":{"tf":1.0},"315":{"tf":1.4142135623730951},"321":{"tf":1.0},"324":{"tf":1.0},"327":{"tf":1.7320508075688772},"328":{"tf":1.4142135623730951},"33":{"tf":1.7320508075688772},"330":{"tf":1.0},"331":{"tf":1.0},"332":{"tf":1.0},"337":{"tf":2.6457513110645907},"339":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.0},"37":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":2.0},"45":{"tf":2.0},"46":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":2.449489742783178},"57":{"tf":1.0},"59":{"tf":2.23606797749979},"6":{"tf":1.0},"60":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"84":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.7320508075688772},"89":{"tf":1.0},"9":{"tf":1.0},"97":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":3,"docs":{"130":{"tf":1.0},"197":{"tf":1.0},"273":{"tf":1.4142135623730951}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"118":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":16,"docs":{"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},"137":{"tf":1.0},"148":{"tf":1.0},"165":{"tf":1.0},"171":{"tf":1.0},"177":{"tf":1.0},"183":{"tf":1.0},"38":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"249":{"tf":1.0}}}}}},":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"266":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"266":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":95,"docs":{"11":{"tf":1.0},"116":{"tf":1.4142135623730951},"117":{"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.7320508075688772},"127":{"tf":1.4142135623730951},"136":{"tf":1.0},"137":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":2.8284271247461903},"161":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":2.23606797749979},"168":{"tf":2.6457513110645907},"169":{"tf":1.7320508075688772},"170":{"tf":1.4142135623730951},"171":{"tf":1.4142135623730951},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.4142135623730951},"176":{"tf":1.4142135623730951},"177":{"tf":1.4142135623730951},"178":{"tf":1.7320508075688772},"179":{"tf":1.0},"18":{"tf":2.6457513110645907},"180":{"tf":1.0},"181":{"tf":1.4142135623730951},"182":{"tf":1.4142135623730951},"183":{"tf":1.4142135623730951},"184":{"tf":2.23606797749979},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.7320508075688772},"188":{"tf":2.0},"189":{"tf":2.449489742783178},"190":{"tf":2.449489742783178},"191":{"tf":1.4142135623730951},"193":{"tf":2.23606797749979},"194":{"tf":1.0},"198":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.7320508075688772},"209":{"tf":1.7320508075688772},"236":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"244":{"tf":1.0},"246":{"tf":1.0},"247":{"tf":1.4142135623730951},"249":{"tf":1.0},"250":{"tf":1.4142135623730951},"251":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"265":{"tf":2.0},"266":{"tf":2.23606797749979},"267":{"tf":2.6457513110645907},"268":{"tf":1.7320508075688772},"276":{"tf":1.7320508075688772},"282":{"tf":1.0},"290":{"tf":2.0},"295":{"tf":1.4142135623730951},"298":{"tf":1.0},"302":{"tf":2.6457513110645907},"304":{"tf":1.0},"31":{"tf":2.0},"315":{"tf":1.0},"318":{"tf":1.7320508075688772},"32":{"tf":1.4142135623730951},"331":{"tf":2.0},"335":{"tf":1.0},"337":{"tf":2.0},"339":{"tf":2.0},"36":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":2.23606797749979},"42":{"tf":3.3166247903554},"44":{"tf":1.7320508075688772},"45":{"tf":1.0},"47":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.7320508075688772},"62":{"tf":1.0},"99":{"tf":1.0}},"—":{"df":0,"docs":{},"y":{"df":1,"docs":{"167":{"tf":1.0}}}},"’":{"df":3,"docs":{"241":{"tf":1.0},"31":{"tf":1.0},"80":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"—":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":2,"docs":{"148":{"tf":1.0},"267":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":16,"docs":{"134":{"tf":1.0},"246":{"tf":1.4142135623730951},"248":{"tf":1.0},"249":{"tf":2.8284271247461903},"251":{"tf":1.0},"276":{"tf":1.0},"284":{"tf":1.4142135623730951},"33":{"tf":1.7320508075688772},"34":{"tf":1.0},"35":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{":":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"164":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"=":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":3,"docs":{"213":{"tf":1.0},"298":{"tf":1.0},"335":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":12,"docs":{"137":{"tf":1.4142135623730951},"146":{"tf":1.0},"174":{"tf":1.0},"209":{"tf":1.0},"272":{"tf":1.7320508075688772},"273":{"tf":1.0},"274":{"tf":1.0},"275":{"tf":1.0},"298":{"tf":1.0},"330":{"tf":1.0},"335":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":24,"docs":{"0":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.7320508075688772},"167":{"tf":1.0},"168":{"tf":1.0},"189":{"tf":1.4142135623730951},"19":{"tf":1.0},"193":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"250":{"tf":1.0},"276":{"tf":1.0},"30":{"tf":1.4142135623730951},"302":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":1.0},"331":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"44":{"tf":1.7320508075688772},"45":{"tf":1.0},"47":{"tf":1.4142135623730951},"51":{"tf":1.0},"60":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":12,"docs":{"119":{"tf":1.0},"121":{"tf":1.4142135623730951},"2":{"tf":1.0},"248":{"tf":1.0},"338":{"tf":1.7320508075688772},"4":{"tf":1.0},"5":{"tf":1.0},"71":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"119":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"289":{"tf":1.0}}}}},"w":{"df":2,"docs":{"143":{"tf":1.4142135623730951},"224":{"tf":1.0}}},"y":{"df":1,"docs":{"13":{"tf":1.0}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":8,"docs":{"174":{"tf":1.0},"181":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.4142135623730951},"240":{"tf":1.4142135623730951},"297":{"tf":1.0},"60":{"tf":1.0}},"{":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"187":{"tf":1.0}}}}},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"19":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"186":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"(":{")":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"267":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"110":{"tf":1.0},"114":{"tf":1.0},"258":{"tf":2.0}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":4,"docs":{"102":{"tf":1.0},"125":{"tf":1.0},"269":{"tf":1.0},"56":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"1":{"0":{"df":3,"docs":{"107":{"tf":1.0},"113":{"tf":1.0},"240":{"tf":1.0}}},"df":0,"docs":{}},"2":{"df":15,"docs":{"104":{"tf":1.4142135623730951},"107":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"14":{"tf":1.0},"194":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"283":{"tf":1.0},"287":{"tf":1.0},"30":{"tf":1.0},"327":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0}}},"3":{"df":22,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.7320508075688772},"114":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"137":{"tf":1.0},"189":{"tf":1.0},"24":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"302":{"tf":1.0},"38":{"tf":1.0},"54":{"tf":1.4142135623730951},"57":{"tf":1.0},"81":{"tf":1.0}}},"4":{"df":8,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"109":{"tf":1.0},"123":{"tf":1.0},"263":{"tf":1.0},"290":{"tf":1.4142135623730951},"309":{"tf":1.0},"58":{"tf":1.0}}},"5":{"df":2,"docs":{"124":{"tf":1.0},"165":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"111":{"tf":1.0},"330":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":16,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":156,"docs":{"10":{"tf":1.4142135623730951},"100":{"tf":2.0},"101":{"tf":1.0},"103":{"tf":2.0},"109":{"tf":1.0},"11":{"tf":1.0},"112":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.4142135623730951},"118":{"tf":1.0},"126":{"tf":1.0},"128":{"tf":1.0},"13":{"tf":1.0},"135":{"tf":2.0},"136":{"tf":2.0},"137":{"tf":1.4142135623730951},"138":{"tf":1.4142135623730951},"139":{"tf":1.4142135623730951},"14":{"tf":2.23606797749979},"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},"15":{"tf":1.7320508075688772},"150":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.4142135623730951},"166":{"tf":1.4142135623730951},"167":{"tf":1.4142135623730951},"168":{"tf":2.23606797749979},"170":{"tf":1.0},"173":{"tf":1.0},"176":{"tf":1.0},"18":{"tf":1.4142135623730951},"182":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"198":{"tf":1.0},"20":{"tf":1.4142135623730951},"200":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"21":{"tf":1.0},"239":{"tf":1.0},"24":{"tf":1.0},"243":{"tf":2.23606797749979},"244":{"tf":1.4142135623730951},"245":{"tf":1.0},"246":{"tf":2.6457513110645907},"247":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.4142135623730951},"251":{"tf":1.7320508075688772},"253":{"tf":1.4142135623730951},"255":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.4142135623730951},"259":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":2.23606797749979},"267":{"tf":1.7320508075688772},"269":{"tf":1.0},"27":{"tf":1.4142135623730951},"275":{"tf":1.4142135623730951},"276":{"tf":2.23606797749979},"277":{"tf":1.0},"278":{"tf":1.4142135623730951},"279":{"tf":1.0},"28":{"tf":2.23606797749979},"280":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.0},"285":{"tf":1.0},"286":{"tf":1.0},"287":{"tf":1.0},"288":{"tf":1.0},"289":{"tf":1.0},"29":{"tf":1.4142135623730951},"290":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.4142135623730951},"30":{"tf":1.7320508075688772},"302":{"tf":1.7320508075688772},"305":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"310":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"330":{"tf":1.7320508075688772},"332":{"tf":1.0},"337":{"tf":2.6457513110645907},"339":{"tf":2.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951},"41":{"tf":1.0},"42":{"tf":2.6457513110645907},"45":{"tf":3.1622776601683795},"47":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"49":{"tf":1.7320508075688772},"50":{"tf":1.0},"51":{"tf":2.23606797749979},"52":{"tf":1.7320508075688772},"53":{"tf":2.23606797749979},"54":{"tf":2.8284271247461903},"55":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"6":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"62":{"tf":2.23606797749979},"63":{"tf":1.0},"68":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"99":{"tf":1.0}},"’":{"df":7,"docs":{"16":{"tf":1.0},"247":{"tf":1.0},"33":{"tf":1.0},"64":{"tf":1.4142135623730951},"66":{"tf":1.0},"67":{"tf":1.0},"86":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"249":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"130":{"tf":1.0},"186":{"tf":1.4142135623730951},"293":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"185":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":2,"docs":{"196":{"tf":1.0},"205":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":2,"docs":{"153":{"tf":1.0},"221":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":5,"docs":{"164":{"tf":1.0},"210":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"210":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"159":{"tf":1.0},"298":{"tf":1.0},"334":{"tf":1.0}}}},"df":0,"docs":{}}},"c":{"df":3,"docs":{"256":{"tf":1.4142135623730951},"258":{"tf":1.4142135623730951},"46":{"tf":1.7320508075688772}},"o":{"df":0,"docs":{},"n":{"d":{"df":29,"docs":{"117":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.4142135623730951},"130":{"tf":1.0},"217":{"tf":1.0},"23":{"tf":1.7320508075688772},"256":{"tf":1.0},"30":{"tf":1.0},"301":{"tf":1.7320508075688772},"307":{"tf":2.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"46":{"tf":2.0},"47":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":2.449489742783178},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"72":{"tf":1.0},"73":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"166":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"d":{"df":6,"docs":{"117":{"tf":1.0},"246":{"tf":1.0},"278":{"tf":1.0},"310":{"tf":1.7320508075688772},"55":{"tf":1.0},"68":{"tf":1.4142135623730951}}},"df":45,"docs":{"108":{"tf":1.0},"114":{"tf":1.0},"127":{"tf":1.4142135623730951},"138":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"190":{"tf":1.0},"218":{"tf":1.0},"222":{"tf":1.0},"227":{"tf":1.0},"259":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":1.0},"283":{"tf":1.0},"285":{"tf":1.0},"286":{"tf":1.0},"287":{"tf":1.0},"289":{"tf":1.0},"29":{"tf":1.0},"290":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"314":{"tf":1.0},"317":{"tf":1.0},"318":{"tf":1.0},"319":{"tf":1.0},"32":{"tf":1.0},"323":{"tf":1.0},"332":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"59":{"tf":1.0},"98":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"193":{"tf":1.0},"79":{"tf":1.4142135623730951},"80":{"tf":1.0}}}},"df":0,"docs":{}},"f":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"273":{"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":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"256":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":1,"docs":{"258":{"tf":1.0}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"p":{"df":1,"docs":{"262":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"258":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"1":{"0":{"df":1,"docs":{"269":{"tf":1.0}}},"df":0,"docs":{}},"3":{"df":1,"docs":{"269":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":7,"docs":{"101":{"tf":1.0},"256":{"tf":2.23606797749979},"258":{"tf":2.23606797749979},"262":{"tf":1.4142135623730951},"269":{"tf":1.4142135623730951},"273":{"tf":1.7320508075688772},"274":{"tf":1.7320508075688772}}}},"n":{"d":{"df":4,"docs":{"198":{"tf":1.0},"199":{"tf":1.0},"255":{"tf":1.0},"261":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":3,"docs":{"0":{"tf":1.0},"102":{"tf":1.0},"255":{"tf":1.0}},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"i":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"104":{"tf":1.0},"13":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":6,"docs":{"212":{"tf":1.0},"295":{"tf":1.4142135623730951},"296":{"tf":1.0},"297":{"tf":1.4142135623730951},"321":{"tf":1.4142135623730951},"47":{"tf":1.0}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":15,"docs":{"117":{"tf":1.0},"18":{"tf":1.0},"24":{"tf":1.7320508075688772},"244":{"tf":1.4142135623730951},"245":{"tf":1.0},"250":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"296":{"tf":1.0},"3":{"tf":1.0},"301":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":1.7320508075688772},"51":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"129":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"135":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"146":{"tf":1.0},"296":{"tf":1.0},"314":{"tf":1.0},"327":{"tf":1.0}}}},"df":1,"docs":{"132":{"tf":1.0}}},"v":{"df":4,"docs":{"248":{"tf":1.0},"276":{"tf":1.0},"34":{"tf":1.0},"48":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"212":{"tf":1.0},"32":{"tf":1.0}}}},"i":{"c":{"df":11,"docs":{"176":{"tf":1.0},"182":{"tf":1.0},"209":{"tf":1.0},"214":{"tf":1.0},"221":{"tf":1.0},"25":{"tf":1.0},"293":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"323":{"tf":1.0},"36":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":30,"docs":{"10":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"105":{"tf":1.0},"113":{"tf":1.4142135623730951},"119":{"tf":1.0},"121":{"tf":1.0},"13":{"tf":1.4142135623730951},"134":{"tf":1.0},"144":{"tf":1.0},"153":{"tf":1.0},"163":{"tf":1.0},"184":{"tf":1.0},"206":{"tf":1.0},"208":{"tf":1.0},"220":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"245":{"tf":1.0},"278":{"tf":1.4142135623730951},"281":{"tf":1.0},"292":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"332":{"tf":1.0},"339":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.4142135623730951},"99":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":4,"docs":{"127":{"tf":1.0},"150":{"tf":1.0},"235":{"tf":1.0},"52":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"138":{"tf":1.0},"209":{"tf":1.0},"211":{"tf":1.0},"44":{"tf":1.0},"54":{"tf":1.0},"59":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":16,"docs":{"116":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.4142135623730951},"135":{"tf":1.0},"173":{"tf":1.0},"203":{"tf":1.0},"21":{"tf":1.0},"244":{"tf":1.0},"272":{"tf":1.0},"278":{"tf":1.0},"44":{"tf":1.0},"50":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":10,"docs":{"117":{"tf":1.0},"173":{"tf":1.0},"197":{"tf":1.0},"212":{"tf":1.0},"273":{"tf":1.0},"276":{"tf":1.0},"337":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"64":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"278":{"tf":1.7320508075688772}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"42":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"139":{"tf":1.0},"26":{"tf":1.4142135623730951},"296":{"tf":1.0},"307":{"tf":1.0},"54":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"328":{"tf":1.0}}},"r":{"df":1,"docs":{"79":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"210":{"tf":1.0}}}}}},"df":0,"docs":{}}},"w":{"df":22,"docs":{"10":{"tf":1.4142135623730951},"11":{"tf":1.0},"118":{"tf":1.0},"128":{"tf":1.0},"140":{"tf":1.0},"142":{"tf":1.0},"149":{"tf":1.0},"17":{"tf":1.0},"213":{"tf":1.0},"224":{"tf":1.0},"248":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":1.0},"267":{"tf":1.0},"272":{"tf":1.0},"297":{"tf":1.4142135623730951},"49":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"62":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}},"n":{"df":1,"docs":{"199":{"tf":1.0}}}}}},"i":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"208":{"tf":1.0},"281":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"206":{"tf":1.0},"3":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":13,"docs":{"116":{"tf":1.4142135623730951},"117":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"248":{"tf":1.0},"25":{"tf":2.0},"259":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.0},"337":{"tf":1.0},"34":{"tf":2.0},"35":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"89":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"268":{"tf":1.0},"298":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":8,"docs":{"14":{"tf":1.0},"185":{"tf":1.0},"256":{"tf":1.0},"273":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"56":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"137":{"tf":1.0},"169":{"tf":1.0},"54":{"tf":1.0}}}},"—":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":3,"docs":{"314":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"129":{"tf":1.4142135623730951},"133":{"tf":1.0},"203":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"n":{"df":3,"docs":{"309":{"tf":1.0},"61":{"tf":1.0},"83":{"tf":1.0}},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"—":{"a":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":9,"docs":{"174":{"tf":1.0},"175":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"186":{"tf":1.0},"244":{"tf":1.0},"248":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.0}}}}},"t":{"df":1,"docs":{"51":{"tf":1.0}}},"x":{"df":1,"docs":{"29":{"tf":1.7320508075688772}}},"z":{"df":0,"docs":{},"e":{"(":{"1":{"_":{"0":{"0":{"0":{"_":{"0":{"0":{"0":{"df":1,"docs":{"124":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"5":{"6":{"_":{"0":{"0":{"0":{"df":3,"docs":{"121":{"tf":1.4142135623730951},"57":{"tf":1.0},"72":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"1":{"2":{"_":{"0":{"0":{"0":{"df":2,"docs":{"103":{"tf":1.0},"122":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":1,"docs":{"73":{"tf":1.0}}}}},"df":0,"docs":{}},"df":8,"docs":{"13":{"tf":1.0},"245":{"tf":1.0},"25":{"tf":1.0},"338":{"tf":1.0},"34":{"tf":1.0},"56":{"tf":1.0},"73":{"tf":1.4142135623730951},"74":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":4,"docs":{"20":{"tf":1.0},"39":{"tf":1.0},"62":{"tf":1.0},"99":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"32":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"48":{"tf":1.0}}}}}}}},"o":{"df":2,"docs":{"203":{"tf":1.0},"204":{"tf":1.0}},"t":{"df":9,"docs":{"125":{"tf":1.0},"13":{"tf":1.0},"23":{"tf":1.0},"245":{"tf":1.0},"337":{"tf":1.0},"46":{"tf":1.0},"59":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.0}}},"w":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"163":{"tf":1.0},"164":{"tf":1.0},"237":{"tf":1.0},"295":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":8,"docs":{"163":{"tf":1.0},"212":{"tf":1.0},"232":{"tf":1.0},"283":{"tf":1.0},"286":{"tf":1.0},"297":{"tf":1.0},"321":{"tf":1.0},"327":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}}}}},"df":21,"docs":{"113":{"tf":1.0},"121":{"tf":1.0},"129":{"tf":1.0},"160":{"tf":1.0},"179":{"tf":1.0},"212":{"tf":1.7320508075688772},"217":{"tf":1.0},"228":{"tf":1.0},"23":{"tf":1.4142135623730951},"232":{"tf":1.0},"237":{"tf":1.4142135623730951},"283":{"tf":1.0},"285":{"tf":1.0},"286":{"tf":2.23606797749979},"295":{"tf":1.0},"321":{"tf":1.0},"323":{"tf":1.0},"327":{"tf":1.0},"48":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"107":{"tf":1.0},"180":{"tf":1.0},"286":{"tf":1.4142135623730951},"301":{"tf":1.0},"339":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"186":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"212":{"tf":1.0},"324":{"tf":1.0}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"306":{"tf":1.0},"56":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"113":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"298":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":6,"docs":{"105":{"tf":1.0},"108":{"tf":1.0},"119":{"tf":1.4142135623730951},"275":{"tf":1.0},"296":{"tf":1.0},"307":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"274":{"tf":1.0},"37":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"o":{"a":{"df":0,"docs":{},"k":{"df":3,"docs":{"105":{"tf":1.0},"240":{"tf":1.0},"307":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":21,"docs":{"229":{"tf":1.4142135623730951},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"279":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":1.0},"283":{"tf":1.0},"285":{"tf":1.0},"286":{"tf":1.0},"287":{"tf":1.0},"289":{"tf":1.0},"290":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"298":{"tf":1.0},"321":{"tf":1.0}}}},"v":{"df":1,"docs":{"8":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"198":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":9,"docs":{"10":{"tf":1.0},"143":{"tf":1.0},"247":{"tf":1.0},"253":{"tf":1.0},"264":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"54":{"tf":1.0},"64":{"tf":1.0}}},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"131":{"tf":1.0},"296":{"tf":2.0}}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"11":{"tf":1.0}}},"df":0,"docs":{}},"r":{"c":{"df":2,"docs":{"120":{"tf":1.0},"304":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":3,"docs":{"160":{"tf":1.0},"209":{"tf":1.0},"228":{"tf":1.0}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"22":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":12,"docs":{"146":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"239":{"tf":1.0},"250":{"tf":1.0},"31":{"tf":1.0},"313":{"tf":1.0},"315":{"tf":1.0},"339":{"tf":1.0},"44":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"249":{"tf":1.0},"3":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":35,"docs":{"111":{"tf":1.4142135623730951},"116":{"tf":1.0},"121":{"tf":1.0},"125":{"tf":1.4142135623730951},"127":{"tf":1.0},"13":{"tf":1.0},"135":{"tf":1.0},"139":{"tf":1.0},"168":{"tf":1.0},"179":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"195":{"tf":1.0},"209":{"tf":1.4142135623730951},"21":{"tf":1.0},"218":{"tf":1.0},"253":{"tf":1.4142135623730951},"264":{"tf":1.0},"278":{"tf":1.0},"28":{"tf":1.0},"291":{"tf":1.4142135623730951},"306":{"tf":1.0},"308":{"tf":1.0},"319":{"tf":1.0},"332":{"tf":1.0},"338":{"tf":1.4142135623730951},"34":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"44":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":4,"docs":{"178":{"tf":1.0},"184":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":6,"docs":{"117":{"tf":1.0},"312":{"tf":1.0},"328":{"tf":1.0},"337":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}},"n":{"d":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"244":{"tf":1.0},"41":{"tf":1.0},"51":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"125":{"tf":1.0}}}}}},"s":{"d":{"df":1,"docs":{"184":{"tf":1.0}}},"df":0,"docs":{}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"124":{"tf":1.0},"59":{"tf":1.0}}}},"l":{"df":2,"docs":{"41":{"tf":1.0},"48":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"116":{"tf":1.0},"117":{"tf":1.0},"175":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":13,"docs":{"135":{"tf":1.0},"164":{"tf":1.0},"29":{"tf":2.0},"30":{"tf":1.4142135623730951},"302":{"tf":1.0},"31":{"tf":1.4142135623730951},"32":{"tf":1.7320508075688772},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"38":{"tf":2.6457513110645907},"42":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"187":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"338":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":11,"docs":{"143":{"tf":1.0},"149":{"tf":1.0},"156":{"tf":1.0},"222":{"tf":1.0},"324":{"tf":1.0},"337":{"tf":1.0},"35":{"tf":1.0},"54":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":3,"docs":{"117":{"tf":1.0},"332":{"tf":1.0},"44":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":4,"docs":{"125":{"tf":1.0},"13":{"tf":1.0},"245":{"tf":1.4142135623730951},"56":{"tf":1.0}},"t":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"198":{"tf":1.0},"273":{"tf":1.0}}}}}}},"df":0,"docs":{}},"_":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"274":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":45,"docs":{"10":{"tf":1.7320508075688772},"101":{"tf":1.0},"102":{"tf":1.0},"108":{"tf":1.0},"117":{"tf":1.0},"119":{"tf":1.0},"133":{"tf":1.0},"140":{"tf":2.0},"142":{"tf":1.0},"16":{"tf":1.4142135623730951},"168":{"tf":1.0},"176":{"tf":1.0},"18":{"tf":1.0},"187":{"tf":1.0},"203":{"tf":1.0},"212":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.0},"233":{"tf":1.4142135623730951},"245":{"tf":1.0},"247":{"tf":1.4142135623730951},"248":{"tf":1.4142135623730951},"249":{"tf":1.0},"261":{"tf":1.0},"266":{"tf":1.0},"273":{"tf":1.0},"282":{"tf":1.0},"285":{"tf":1.4142135623730951},"287":{"tf":1.0},"292":{"tf":1.4142135623730951},"306":{"tf":1.0},"31":{"tf":1.0},"312":{"tf":1.7320508075688772},"32":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"337":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"39":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":2.0},"53":{"tf":1.0},"54":{"tf":1.7320508075688772},"61":{"tf":1.0},"63":{"tf":1.0},"88":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"—":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"35":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"p":{"df":13,"docs":{"174":{"tf":1.0},"180":{"tf":1.0},"186":{"tf":1.0},"19":{"tf":1.0},"215":{"tf":1.0},"283":{"tf":1.0},"297":{"tf":1.0},"312":{"tf":1.0},"337":{"tf":1.0},"37":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"87":{"tf":1.0}}}},"{":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"187":{"tf":1.0}}}}}}},"t":{"df":2,"docs":{"160":{"tf":1.0},"228":{"tf":1.0}},"e":{"df":15,"docs":{"117":{"tf":1.0},"130":{"tf":1.0},"173":{"tf":1.0},"190":{"tf":1.0},"2":{"tf":1.0},"25":{"tf":1.7320508075688772},"261":{"tf":1.0},"264":{"tf":1.0},"297":{"tf":1.0},"32":{"tf":1.0},"323":{"tf":1.4142135623730951},"337":{"tf":1.0},"339":{"tf":1.0},"37":{"tf":1.0},"64":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"182":{"tf":1.0},"209":{"tf":1.0},"234":{"tf":1.0},"293":{"tf":1.4142135623730951},"31":{"tf":1.0},"36":{"tf":1.0}}}}}}}},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"’":{"df":0,"docs":{},"r":{"df":1,"docs":{"35":{"tf":1.0}}}}}}}}}},"i":{"c":{"df":2,"docs":{"198":{"tf":1.0},"273":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":4,"docs":{"182":{"tf":1.0},"218":{"tf":1.0},"259":{"tf":1.0},"31":{"tf":1.0}}}},"y":{"df":11,"docs":{"109":{"tf":1.0},"126":{"tf":1.0},"132":{"tf":1.0},"15":{"tf":1.0},"175":{"tf":1.0},"203":{"tf":1.0},"274":{"tf":1.4142135623730951},"41":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":1.0},"60":{"tf":1.0}}}},"d":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"(":{"\\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"161":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"r":{"(":{"\\"":{"c":{"df":0,"docs":{},"i":{"\\"":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"111":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"\\"":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"111":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"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":{},"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":11,"docs":{"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},"137":{"tf":1.0},"198":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"(":{"1":{"df":1,"docs":{"165":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{":":{":":{"a":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"273":{"tf":1.0}}},"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":{":":{":":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"119":{"tf":1.0},"194":{"tf":1.0},"54":{"tf":1.0}}}}},"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":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":4,"docs":{"152":{"tf":1.0},"220":{"tf":1.0},"285":{"tf":1.0},"314":{"tf":1.0}}}}}},"df":1,"docs":{"220":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":3,"docs":{"152":{"tf":1.0},"220":{"tf":1.0},"285":{"tf":1.4142135623730951}}}}}},"df":1,"docs":{"220":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"43":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"248":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":8,"docs":{"163":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.4142135623730951},"246":{"tf":1.0},"254":{"tf":1.4142135623730951},"31":{"tf":1.0},"4":{"tf":1.0},"54":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":13,"docs":{"113":{"tf":1.0},"123":{"tf":1.0},"129":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"298":{"tf":1.0},"304":{"tf":1.0},"32":{"tf":1.0},"324":{"tf":1.0},"46":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"134":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":16,"docs":{"149":{"tf":1.0},"156":{"tf":1.0},"16":{"tf":1.4142135623730951},"176":{"tf":1.0},"203":{"tf":1.0},"222":{"tf":1.0},"247":{"tf":1.0},"249":{"tf":1.4142135623730951},"264":{"tf":1.0},"33":{"tf":1.0},"337":{"tf":1.0},"339":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"46":{"tf":1.0},"8":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"g":{"df":5,"docs":{"184":{"tf":1.4142135623730951},"209":{"tf":1.0},"338":{"tf":1.0},"73":{"tf":1.0},"76":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"34":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":2,"docs":{"10":{"tf":1.0},"20":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"112":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":8,"docs":{"198":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"261":{"tf":1.0},"262":{"tf":1.0},"273":{"tf":1.0},"274":{"tf":1.0},"317":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"337":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":5,"docs":{"108":{"tf":1.0},"120":{"tf":1.0},"124":{"tf":1.4142135623730951},"59":{"tf":1.0},"9":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"128":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"215":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"t":{"df":10,"docs":{"190":{"tf":1.0},"198":{"tf":1.0},"256":{"tf":1.0},"258":{"tf":1.0},"262":{"tf":1.0},"267":{"tf":1.4142135623730951},"273":{"tf":1.0},"274":{"tf":1.0},"30":{"tf":1.0},"330":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"11":{"tf":1.0},"112":{"tf":1.0},"339":{"tf":1.0},"41":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"b":{"df":1,"docs":{"133":{"tf":1.0}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"298":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":2,"docs":{"116":{"tf":1.0},"278":{"tf":1.4142135623730951}}}}}},"u":{"b":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"152":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":10,"docs":{"129":{"tf":1.4142135623730951},"131":{"tf":1.0},"226":{"tf":1.0},"289":{"tf":1.0},"337":{"tf":1.4142135623730951},"55":{"tf":1.0},"58":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.0},"93":{"tf":1.0}}}},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"&":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"x":{"df":1,"docs":{"22":{"tf":1.0}}}}},"df":20,"docs":{"120":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.0},"247":{"tf":1.4142135623730951},"248":{"tf":1.0},"289":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"55":{"tf":1.7320508075688772},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.7320508075688772},"68":{"tf":1.4142135623730951},"69":{"tf":1.0},"90":{"tf":1.0},"92":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"121":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":4,"docs":{"13":{"tf":1.0},"245":{"tf":1.0},"338":{"tf":1.4142135623730951},"56":{"tf":1.0}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"36":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":10,"docs":{"1":{"tf":1.0},"109":{"tf":1.4142135623730951},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"338":{"tf":1.0},"4":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"94":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"l":{"df":5,"docs":{"307":{"tf":1.0},"324":{"tf":1.0},"37":{"tf":1.0},"44":{"tf":1.0},"59":{"tf":1.0}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"35":{"tf":1.0}},"e":{"d":{"df":1,"docs":{"14":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"74":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":15,"docs":{"113":{"tf":1.0},"148":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951},"18":{"tf":1.0},"248":{"tf":1.0},"250":{"tf":1.0},"259":{"tf":1.0},"267":{"tf":1.0},"278":{"tf":1.0},"324":{"tf":1.0},"337":{"tf":1.4142135623730951},"339":{"tf":1.0},"37":{"tf":1.0},"43":{"tf":1.7320508075688772},"8":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"121":{"tf":1.0},"158":{"tf":1.0},"5":{"tf":1.0},"96":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"o":{"df":2,"docs":{"233":{"tf":1.0},"292":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":4,"docs":{"139":{"tf":1.0},"185":{"tf":1.0},"209":{"tf":1.7320508075688772},"27":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"189":{"tf":1.0},"9":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"197":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":17,"docs":{"10":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"188":{"tf":1.0},"193":{"tf":1.4142135623730951},"194":{"tf":1.0},"198":{"tf":1.7320508075688772},"201":{"tf":1.0},"202":{"tf":1.7320508075688772},"277":{"tf":1.0},"290":{"tf":1.7320508075688772},"337":{"tf":1.0},"339":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"52":{"tf":1.0},"77":{"tf":1.4142135623730951}}}}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"0":{"tf":1.0},"4":{"tf":1.0}}},"f":{"a":{"c":{"df":3,"docs":{"199":{"tf":1.4142135623730951},"200":{"tf":1.0},"249":{"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":{"117":{"tf":1.0},"246":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"308":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"124":{"tf":1.0}}}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"p":{"df":4,"docs":{"116":{"tf":1.0},"126":{"tf":1.0},"167":{"tf":1.0},"41":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":13,"docs":{"279":{"tf":1.0},"281":{"tf":1.4142135623730951},"282":{"tf":1.4142135623730951},"283":{"tf":1.4142135623730951},"285":{"tf":1.4142135623730951},"286":{"tf":1.4142135623730951},"287":{"tf":1.4142135623730951},"289":{"tf":1.4142135623730951},"290":{"tf":1.4142135623730951},"292":{"tf":1.4142135623730951},"293":{"tf":1.4142135623730951},"295":{"tf":1.4142135623730951},"296":{"tf":1.4142135623730951}}}}}}},"n":{"c":{"df":7,"docs":{"135":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"255":{"tf":1.0},"261":{"tf":1.0},"32":{"tf":1.0},"8":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"5":{"tf":1.0}}}}}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"10":{"tf":1.0}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"128":{"tf":1.0},"129":{"tf":1.4142135623730951},"133":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}},"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":2,"docs":{"233":{"tf":1.0},"292":{"tf":1.0}}}}},"df":27,"docs":{"109":{"tf":1.0},"116":{"tf":1.0},"122":{"tf":1.0},"124":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.0},"25":{"tf":1.4142135623730951},"264":{"tf":1.0},"286":{"tf":1.0},"309":{"tf":1.0},"337":{"tf":2.0},"34":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"59":{"tf":1.0},"63":{"tf":1.0},"70":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"9":{"tf":1.0}}}}}}}},"t":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":11,"docs":{"12":{"tf":1.0},"168":{"tf":1.0},"212":{"tf":1.4142135623730951},"23":{"tf":1.0},"266":{"tf":1.0},"301":{"tf":1.0},"312":{"tf":1.4142135623730951},"324":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"54":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"19":{"tf":1.0}}}}},"r":{"df":1,"docs":{"298":{"tf":1.0}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"273":{"tf":1.4142135623730951},"274":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"274":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":9,"docs":{"125":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"273":{"tf":1.4142135623730951},"274":{"tf":1.7320508075688772},"286":{"tf":1.0},"337":{"tf":1.0},"79":{"tf":1.4142135623730951},"89":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"k":{"df":4,"docs":{"247":{"tf":1.0},"33":{"tf":1.0},"337":{"tf":1.0},"64":{"tf":1.0}}}}},"d":{"df":1,"docs":{"187":{"tf":1.0}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"128":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":2,"docs":{"117":{"tf":1.0},"278":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":3,"docs":{"19":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"156":{"tf":1.0},"224":{"tf":1.0},"314":{"tf":1.0},"5":{"tf":1.0}}}},"m":{"df":0,"docs":{},"p":{"df":5,"docs":{"144":{"tf":1.0},"152":{"tf":1.0},"170":{"tf":1.0},"172":{"tf":1.0},"36":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"170":{"tf":1.0},"220":{"tf":1.0},"31":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"n":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"186":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"48":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"m":{"df":3,"docs":{"11":{"tf":1.0},"336":{"tf":1.4142135623730951},"59":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"144":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":1,"docs":{"164":{"tf":1.0}}}}}}}}},"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"(":{"#":{"[":{"c":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"331":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{},"s":{"df":1,"docs":{"189":{"tf":1.0}}}}}}}},"df":0,"docs":{},"l":{"df":6,"docs":{"137":{"tf":1.4142135623730951},"148":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.4142135623730951},"152":{"tf":1.0},"54":{"tf":1.4142135623730951}},"o":{"c":{"df":1,"docs":{"189":{"tf":1.0}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"110":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"110":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"_":{"5":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":193,"docs":{"0":{"tf":1.0},"10":{"tf":1.4142135623730951},"104":{"tf":1.0},"105":{"tf":2.0},"106":{"tf":2.23606797749979},"107":{"tf":2.0},"108":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"11":{"tf":2.0},"110":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":2.23606797749979},"118":{"tf":1.4142135623730951},"119":{"tf":2.23606797749979},"12":{"tf":1.4142135623730951},"120":{"tf":2.23606797749979},"121":{"tf":1.7320508075688772},"122":{"tf":2.0},"123":{"tf":2.0},"124":{"tf":2.0},"125":{"tf":1.7320508075688772},"127":{"tf":1.0},"128":{"tf":1.0},"13":{"tf":1.7320508075688772},"131":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.7320508075688772},"138":{"tf":1.4142135623730951},"14":{"tf":2.0},"142":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":2.8284271247461903},"146":{"tf":2.6457513110645907},"148":{"tf":1.0},"149":{"tf":1.0},"15":{"tf":1.0},"150":{"tf":1.7320508075688772},"152":{"tf":3.0},"153":{"tf":1.4142135623730951},"155":{"tf":1.7320508075688772},"158":{"tf":1.0},"159":{"tf":1.0},"16":{"tf":1.4142135623730951},"161":{"tf":1.0},"163":{"tf":2.8284271247461903},"164":{"tf":2.0},"165":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951},"172":{"tf":1.4142135623730951},"173":{"tf":2.0},"174":{"tf":1.0},"179":{"tf":1.4142135623730951},"18":{"tf":1.0},"180":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.4142135623730951},"186":{"tf":1.0},"189":{"tf":1.0},"19":{"tf":2.23606797749979},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.4142135623730951},"20":{"tf":1.7320508075688772},"200":{"tf":1.0},"203":{"tf":1.4142135623730951},"205":{"tf":1.0},"206":{"tf":1.0},"208":{"tf":1.4142135623730951},"21":{"tf":2.0},"210":{"tf":1.4142135623730951},"212":{"tf":1.0},"213":{"tf":1.0},"219":{"tf":1.0},"22":{"tf":1.7320508075688772},"220":{"tf":1.4142135623730951},"221":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.0},"23":{"tf":1.0},"235":{"tf":1.0},"238":{"tf":1.4142135623730951},"239":{"tf":1.7320508075688772},"24":{"tf":1.7320508075688772},"240":{"tf":2.0},"243":{"tf":1.0},"244":{"tf":2.23606797749979},"248":{"tf":1.4142135623730951},"249":{"tf":1.0},"25":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"259":{"tf":1.0},"26":{"tf":1.0},"260":{"tf":1.0},"262":{"tf":1.0},"267":{"tf":1.0},"27":{"tf":1.4142135623730951},"270":{"tf":2.0},"272":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.4142135623730951},"279":{"tf":1.0},"28":{"tf":1.0},"283":{"tf":1.0},"285":{"tf":1.7320508075688772},"294":{"tf":1.4142135623730951},"295":{"tf":2.23606797749979},"296":{"tf":3.0},"297":{"tf":2.23606797749979},"298":{"tf":1.7320508075688772},"30":{"tf":1.0},"301":{"tf":1.4142135623730951},"303":{"tf":2.23606797749979},"304":{"tf":1.0},"306":{"tf":2.449489742783178},"307":{"tf":2.449489742783178},"308":{"tf":1.0},"309":{"tf":1.7320508075688772},"310":{"tf":1.0},"311":{"tf":1.4142135623730951},"312":{"tf":1.4142135623730951},"313":{"tf":2.23606797749979},"314":{"tf":2.23606797749979},"315":{"tf":1.4142135623730951},"319":{"tf":1.0},"32":{"tf":1.0},"321":{"tf":1.4142135623730951},"326":{"tf":1.4142135623730951},"327":{"tf":2.0},"328":{"tf":1.7320508075688772},"330":{"tf":1.0},"331":{"tf":1.7320508075688772},"332":{"tf":1.4142135623730951},"335":{"tf":1.0},"337":{"tf":3.0},"339":{"tf":2.23606797749979},"35":{"tf":1.7320508075688772},"36":{"tf":2.23606797749979},"37":{"tf":1.7320508075688772},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":2.23606797749979},"42":{"tf":1.4142135623730951},"43":{"tf":2.449489742783178},"44":{"tf":1.0},"45":{"tf":1.7320508075688772},"46":{"tf":1.7320508075688772},"47":{"tf":1.7320508075688772},"48":{"tf":1.7320508075688772},"49":{"tf":1.0},"5":{"tf":2.23606797749979},"51":{"tf":2.0},"52":{"tf":1.7320508075688772},"53":{"tf":1.0},"54":{"tf":2.23606797749979},"55":{"tf":1.0},"56":{"tf":1.7320508075688772},"57":{"tf":1.7320508075688772},"58":{"tf":2.0},"59":{"tf":1.4142135623730951},"6":{"tf":1.0},"60":{"tf":2.0},"61":{"tf":2.6457513110645907},"62":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":2.0},"80":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.7320508075688772},"85":{"tf":1.0},"9":{"tf":2.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"194":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"{":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"274":{"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":{"198":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"273":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"273":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"s":{":":{":":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":2,"docs":{"192":{"tf":1.0},"194":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"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":{},"—":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"308":{"tf":1.0}}}}}}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"61":{"tf":1.0}}}},"t":{"df":0,"docs":{},"’":{"df":5,"docs":{"157":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.0},"59":{"tf":1.0},"8":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"’":{"df":1,"docs":{"54":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"’":{"d":{"df":1,"docs":{"37":{"tf":1.4142135623730951}}},"df":0,"docs":{},"r":{"df":3,"docs":{"243":{"tf":1.0},"248":{"tf":1.0},"54":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":10,"docs":{"113":{"tf":1.0},"16":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"243":{"tf":1.0},"247":{"tf":1.0},"28":{"tf":1.0},"309":{"tf":1.0},"38":{"tf":1.0},"61":{"tf":1.0}}},"k":{"df":6,"docs":{"13":{"tf":1.0},"206":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.4142135623730951},"43":{"tf":1.0},"59":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"328":{"tf":1.0},"61":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"56":{"tf":1.0},"67":{"tf":1.0},"8":{"tf":1.0}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":3,"docs":{"116":{"tf":1.0},"210":{"tf":1.0},"35":{"tf":1.0}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"301":{"tf":1.0},"45":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"150":{"tf":1.0}},"s":{"=":{"1":{"df":5,"docs":{"146":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"314":{"tf":1.0},"327":{"tf":1.0}}},"2":{"df":3,"docs":{"146":{"tf":1.0},"295":{"tf":1.0},"313":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":6,"docs":{"1":{"tf":1.0},"14":{"tf":1.0},"42":{"tf":1.0},"5":{"tf":1.4142135623730951},"54":{"tf":1.0},"83":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"(":{"0":{".":{"9":{"0":{"df":2,"docs":{"289":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":5,"docs":{"132":{"tf":1.0},"289":{"tf":1.4142135623730951},"35":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":18,"docs":{"10":{"tf":1.0},"112":{"tf":1.7320508075688772},"18":{"tf":1.0},"20":{"tf":1.4142135623730951},"223":{"tf":1.0},"251":{"tf":1.0},"271":{"tf":1.0},"279":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.4142135623730951},"297":{"tf":1.0},"30":{"tf":1.0},"43":{"tf":1.4142135623730951},"45":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0},"68":{"tf":1.0},"95":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":7,"docs":{"248":{"tf":1.0},"262":{"tf":1.0},"336":{"tf":1.0},"337":{"tf":1.0},"38":{"tf":1.0},"75":{"tf":1.0},"85":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"117":{"tf":1.0}}}}}}}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"c":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"256":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":1,"docs":{"256":{"tf":1.0}}}},"df":1,"docs":{"42":{"tf":1.0}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":2,"docs":{"41":{"tf":1.0},"5":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"e":{"df":43,"docs":{"10":{"tf":1.0},"117":{"tf":1.0},"125":{"tf":1.0},"13":{"tf":1.0},"130":{"tf":1.0},"132":{"tf":1.7320508075688772},"141":{"tf":1.0},"16":{"tf":1.0},"212":{"tf":1.0},"222":{"tf":1.0},"227":{"tf":1.0},"23":{"tf":2.23606797749979},"245":{"tf":1.0},"247":{"tf":1.4142135623730951},"27":{"tf":1.0},"28":{"tf":1.0},"285":{"tf":1.4142135623730951},"286":{"tf":1.0},"289":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.4142135623730951},"297":{"tf":1.0},"301":{"tf":2.449489742783178},"303":{"tf":1.0},"307":{"tf":1.7320508075688772},"312":{"tf":1.0},"321":{"tf":1.4142135623730951},"33":{"tf":1.0},"337":{"tf":2.6457513110645907},"34":{"tf":1.7320508075688772},"37":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"45":{"tf":1.0},"46":{"tf":3.4641016151377544},"47":{"tf":1.4142135623730951},"5":{"tf":1.4142135623730951},"59":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"96":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":9,"docs":{"158":{"tf":1.0},"204":{"tf":1.0},"212":{"tf":1.0},"217":{"tf":1.7320508075688772},"232":{"tf":1.7320508075688772},"259":{"tf":1.0},"283":{"tf":1.7320508075688772},"47":{"tf":1.0},"93":{"tf":1.0}}}}},"r":{"df":2,"docs":{"129":{"tf":1.4142135623730951},"33":{"tf":1.0}}},"’":{"df":2,"docs":{"16":{"tf":1.0},"259":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":13,"docs":{"152":{"tf":2.0},"159":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"172":{"tf":1.0},"178":{"tf":1.0},"220":{"tf":1.0},"227":{"tf":1.0},"238":{"tf":1.0},"283":{"tf":1.0},"285":{"tf":1.7320508075688772},"298":{"tf":1.0},"314":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"o":{"d":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"201":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":9,"docs":{"11":{"tf":1.0},"122":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"243":{"tf":1.0},"264":{"tf":1.0},"303":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"247":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"196":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"165":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":12,"docs":{"110":{"tf":1.4142135623730951},"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},"137":{"tf":1.0},"189":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"{":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"256":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"123":{"tf":1.7320508075688772},"132":{"tf":1.0},"134":{"tf":1.0},"290":{"tf":1.4142135623730951},"306":{"tf":1.4142135623730951},"58":{"tf":1.0},"82":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"93":{"tf":1.0}}},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"163":{"tf":1.0},"174":{"tf":1.0},"209":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":3,"docs":{"129":{"tf":1.0},"165":{"tf":1.0},"201":{"tf":1.0}}}},"p":{"df":3,"docs":{"101":{"tf":1.0},"286":{"tf":1.0},"293":{"tf":1.0}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":48,"docs":{"101":{"tf":1.0},"102":{"tf":2.6457513110645907},"11":{"tf":1.0},"116":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"121":{"tf":1.0},"125":{"tf":1.7320508075688772},"128":{"tf":1.0},"13":{"tf":2.0},"134":{"tf":2.0},"139":{"tf":1.0},"14":{"tf":1.0},"176":{"tf":1.0},"18":{"tf":1.0},"197":{"tf":1.0},"201":{"tf":1.7320508075688772},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"216":{"tf":1.0},"24":{"tf":1.0},"240":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":2.6457513110645907},"246":{"tf":1.4142135623730951},"250":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"269":{"tf":1.7320508075688772},"273":{"tf":1.4142135623730951},"276":{"tf":1.0},"278":{"tf":1.0},"285":{"tf":1.0},"30":{"tf":1.4142135623730951},"31":{"tf":1.0},"337":{"tf":2.0},"339":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"44":{"tf":2.8284271247461903},"45":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"56":{"tf":1.7320508075688772},"61":{"tf":1.0},"68":{"tf":1.0}},"y":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"g":{"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":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"273":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"269":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"1":{"0":{"df":1,"docs":{"240":{"tf":1.0}}},"df":0,"docs":{}},"3":{"df":3,"docs":{"13":{"tf":1.0},"44":{"tf":1.0},"56":{"tf":1.0}}},"5":{"df":3,"docs":{"102":{"tf":1.0},"125":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"’":{"df":2,"docs":{"46":{"tf":1.0},"86":{"tf":1.0}}}}}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"278":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"251":{"tf":1.0},"41":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":6,"docs":{"18":{"tf":1.0},"213":{"tf":1.7320508075688772},"276":{"tf":1.0},"28":{"tf":1.0},"38":{"tf":1.0},"51":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"213":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"k":{"df":12,"docs":{"222":{"tf":1.7320508075688772},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"337":{"tf":1.0},"34":{"tf":1.0},"38":{"tf":1.0},"64":{"tf":1.0},"68":{"tf":1.0},"74":{"tf":1.0},"80":{"tf":1.0},"88":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"298":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":8,"docs":{"167":{"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},"47":{"tf":1.0}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"276":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":35,"docs":{"109":{"tf":1.4142135623730951},"116":{"tf":1.0},"12":{"tf":1.0},"122":{"tf":1.7320508075688772},"130":{"tf":1.7320508075688772},"14":{"tf":1.0},"16":{"tf":1.4142135623730951},"18":{"tf":1.0},"19":{"tf":1.0},"195":{"tf":1.0},"24":{"tf":1.0},"244":{"tf":1.0},"247":{"tf":1.7320508075688772},"250":{"tf":1.0},"254":{"tf":1.0},"264":{"tf":1.0},"268":{"tf":1.0},"307":{"tf":1.0},"309":{"tf":1.0},"337":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":2.449489742783178},"51":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.7320508075688772},"57":{"tf":2.0},"59":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"70":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":15,"docs":{"114":{"tf":1.0},"168":{"tf":1.4142135623730951},"199":{"tf":1.4142135623730951},"248":{"tf":1.0},"255":{"tf":2.0},"258":{"tf":1.0},"261":{"tf":1.7320508075688772},"266":{"tf":2.0},"272":{"tf":1.0},"278":{"tf":1.0},"317":{"tf":1.0},"318":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.7320508075688772},"64":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":58,"docs":{"102":{"tf":1.0},"103":{"tf":1.7320508075688772},"104":{"tf":1.0},"107":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"116":{"tf":1.0},"120":{"tf":3.0},"122":{"tf":2.23606797749979},"123":{"tf":1.0},"124":{"tf":1.4142135623730951},"135":{"tf":1.0},"14":{"tf":1.0},"142":{"tf":1.0},"158":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"226":{"tf":1.0},"246":{"tf":1.0},"247":{"tf":2.0},"248":{"tf":1.0},"25":{"tf":1.0},"255":{"tf":1.0},"278":{"tf":1.4142135623730951},"287":{"tf":1.4142135623730951},"289":{"tf":2.8284271247461903},"3":{"tf":1.0},"30":{"tf":1.0},"303":{"tf":1.0},"306":{"tf":1.0},"310":{"tf":1.4142135623730951},"324":{"tf":1.0},"33":{"tf":1.4142135623730951},"337":{"tf":1.7320508075688772},"339":{"tf":1.0},"34":{"tf":1.4142135623730951},"340":{"tf":1.0},"35":{"tf":1.4142135623730951},"38":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.7320508075688772},"51":{"tf":1.0},"55":{"tf":3.4641016151377544},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":2.23606797749979},"66":{"tf":1.7320508075688772},"67":{"tf":2.0},"68":{"tf":2.0},"69":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"73":{"tf":1.0},"90":{"tf":1.7320508075688772},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":1,"docs":{"145":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"120":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"104":{"tf":1.0},"69":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"(":{")":{".":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"5":{"0":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"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":0,"docs":{}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"67":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":18,"docs":{"101":{"tf":1.0},"102":{"tf":1.4142135623730951},"104":{"tf":1.0},"106":{"tf":1.4142135623730951},"111":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"125":{"tf":1.0},"263":{"tf":1.0},"289":{"tf":1.0},"302":{"tf":1.0},"309":{"tf":1.0},"330":{"tf":1.0},"38":{"tf":1.0},"43":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"83":{"tf":1.0},"91":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"108":{"tf":1.0},"113":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"109":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"0":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"108":{"tf":1.0},"165":{"tf":1.0},"67":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":11,"docs":{"108":{"tf":1.0},"110":{"tf":1.0},"14":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.4142135623730951},"286":{"tf":1.0},"287":{"tf":1.0},"30":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"110":{"tf":1.0},"240":{"tf":1.0},"269":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"327":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"259":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"116":{"tf":1.0},"200":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"187":{"tf":1.0},"52":{"tf":1.7320508075688772}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"223":{"tf":1.4142135623730951},"241":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"128":{"tf":1.0}}}},"df":3,"docs":{"161":{"tf":1.0},"298":{"tf":1.0},"61":{"tf":1.0}},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"131":{"tf":1.0},"33":{"tf":1.0},"79":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":26,"docs":{"10":{"tf":1.0},"115":{"tf":1.0},"279":{"tf":1.7320508075688772},"280":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.0},"285":{"tf":1.0},"286":{"tf":1.0},"287":{"tf":1.0},"288":{"tf":1.0},"289":{"tf":1.0},"290":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"314":{"tf":1.0},"320":{"tf":1.4142135623730951},"323":{"tf":1.0},"334":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"130":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"e":{"df":7,"docs":{"161":{"tf":1.0},"163":{"tf":1.4142135623730951},"164":{"tf":1.4142135623730951},"194":{"tf":1.4142135623730951},"237":{"tf":1.0},"295":{"tf":1.0},"43":{"tf":1.0}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"47":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"324":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"117":{"tf":1.0}}}}}}}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":5,"docs":{"108":{"tf":1.7320508075688772},"117":{"tf":1.0},"211":{"tf":1.0},"278":{"tf":1.0},"55":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":5,"docs":{"15":{"tf":1.0},"167":{"tf":1.0},"31":{"tf":1.0},"337":{"tf":1.0},"54":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":9,"docs":{"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}}}},"df":0,"docs":{}},"o":{"df":2,"docs":{"248":{"tf":1.4142135623730951},"34":{"tf":1.0}}}},"x":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"(":{")":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"/":{"d":{"a":{"df":2,"docs":{"195":{"tf":1.0},"203":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":4,"docs":{"23":{"tf":1.0},"340":{"tf":1.0},"38":{"tf":1.0},"55":{"tf":1.4142135623730951}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":10,"docs":{"103":{"tf":1.0},"113":{"tf":1.0},"298":{"tf":1.0},"309":{"tf":1.0},"335":{"tf":1.0},"337":{"tf":1.0},"41":{"tf":1.4142135623730951},"57":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":1.0}}},"i":{"c":{"df":5,"docs":{"17":{"tf":1.0},"59":{"tf":1.0},"73":{"tf":1.0},"84":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"6":{"4":{"df":2,"docs":{"256":{"tf":1.4142135623730951},"258":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"163":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"133":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"293":{"tf":1.0}}}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":5,"docs":{"142":{"tf":1.0},"158":{"tf":1.0},"226":{"tf":1.0},"287":{"tf":1.0},"97":{"tf":1.0}}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"113":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":15,"docs":{"123":{"tf":1.0},"124":{"tf":1.0},"129":{"tf":1.0},"303":{"tf":1.4142135623730951},"337":{"tf":1.0},"43":{"tf":1.4142135623730951},"47":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0},"68":{"tf":1.0},"70":{"tf":1.0},"76":{"tf":1.0},"8":{"tf":1.0},"82":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":21,"docs":{"0":{"tf":1.0},"10":{"tf":1.4142135623730951},"11":{"tf":1.4142135623730951},"115":{"tf":1.0},"138":{"tf":1.4142135623730951},"168":{"tf":1.4142135623730951},"191":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"213":{"tf":1.0},"215":{"tf":1.4142135623730951},"241":{"tf":1.0},"243":{"tf":1.0},"28":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"35":{"tf":1.0},"54":{"tf":1.0},"87":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"123":{"tf":1.0},"279":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"253":{"tf":1.0}}}},"t":{"df":3,"docs":{"303":{"tf":2.0},"5":{"tf":1.0},"8":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"205":{"tf":1.0},"33":{"tf":1.0},"58":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"k":{"df":1,"docs":{"248":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"274":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"46":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":12,"docs":{"108":{"tf":1.0},"170":{"tf":1.0},"176":{"tf":1.0},"247":{"tf":1.0},"255":{"tf":1.4142135623730951},"259":{"tf":1.0},"268":{"tf":1.0},"314":{"tf":1.0},"32":{"tf":1.7320508075688772},"33":{"tf":1.0},"64":{"tf":1.4142135623730951},"80":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"142":{"tf":1.0}}}},"df":0,"docs":{}},"df":25,"docs":{"10":{"tf":1.0},"116":{"tf":1.0},"144":{"tf":1.0},"15":{"tf":1.0},"153":{"tf":1.0},"16":{"tf":1.0},"168":{"tf":1.0},"18":{"tf":1.0},"204":{"tf":1.0},"206":{"tf":1.0},"217":{"tf":1.0},"241":{"tf":1.0},"249":{"tf":1.0},"259":{"tf":1.0},"266":{"tf":1.0},"268":{"tf":1.0},"276":{"tf":1.0},"31":{"tf":1.0},"312":{"tf":1.0},"32":{"tf":1.0},"337":{"tf":1.0},"339":{"tf":1.0},"54":{"tf":1.4142135623730951},"8":{"tf":1.0},"99":{"tf":1.0}},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.4142135623730951}}}}}}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"163":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"270":{"tf":1.0},"319":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"l":{"df":1,"docs":{"32":{"tf":1.0}}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":16,"docs":{"116":{"tf":1.7320508075688772},"171":{"tf":1.4142135623730951},"177":{"tf":1.4142135623730951},"183":{"tf":1.4142135623730951},"194":{"tf":1.4142135623730951},"200":{"tf":1.0},"270":{"tf":1.0},"286":{"tf":1.0},"329":{"tf":1.4142135623730951},"52":{"tf":1.0},"66":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}}}},"df":101,"docs":{"0":{"tf":1.0},"10":{"tf":1.4142135623730951},"101":{"tf":1.0},"104":{"tf":1.0},"106":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"114":{"tf":1.0},"116":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":2.23606797749979},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.4142135623730951},"125":{"tf":1.0},"126":{"tf":1.0},"129":{"tf":1.4142135623730951},"130":{"tf":1.0},"14":{"tf":1.0},"161":{"tf":1.0},"163":{"tf":2.0},"165":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.0},"173":{"tf":2.0},"175":{"tf":1.0},"177":{"tf":1.0},"179":{"tf":2.0},"180":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":2.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.7320508075688772},"198":{"tf":1.4142135623730951},"213":{"tf":1.0},"214":{"tf":1.0},"218":{"tf":1.0},"231":{"tf":1.7320508075688772},"236":{"tf":1.4142135623730951},"238":{"tf":1.0},"240":{"tf":1.0},"245":{"tf":1.0},"256":{"tf":2.0},"257":{"tf":1.7320508075688772},"258":{"tf":1.0},"259":{"tf":1.0},"262":{"tf":1.7320508075688772},"263":{"tf":1.4142135623730951},"264":{"tf":1.0},"267":{"tf":1.7320508075688772},"268":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"273":{"tf":2.23606797749979},"274":{"tf":1.7320508075688772},"276":{"tf":1.0},"278":{"tf":1.0},"282":{"tf":2.6457513110645907},"283":{"tf":1.0},"289":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"301":{"tf":1.4142135623730951},"304":{"tf":1.4142135623730951},"306":{"tf":1.4142135623730951},"308":{"tf":2.0},"312":{"tf":1.0},"315":{"tf":1.0},"319":{"tf":1.0},"321":{"tf":1.0},"322":{"tf":1.7320508075688772},"324":{"tf":1.0},"327":{"tf":1.0},"328":{"tf":1.4142135623730951},"332":{"tf":1.0},"336":{"tf":1.0},"337":{"tf":1.4142135623730951},"338":{"tf":1.0},"339":{"tf":1.4142135623730951},"46":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.7320508075688772},"55":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":2.23606797749979},"61":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0},"67":{"tf":1.4142135623730951},"70":{"tf":1.7320508075688772},"76":{"tf":1.7320508075688772},"82":{"tf":2.0},"86":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":197,"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.4142135623730951},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"20":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":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.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"25":{"tf":1.7320508075688772},"278":{"tf":1.0},"39":{"tf":1.0},"50":{"tf":1.7320508075688772},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.0},"67":{"tf":1.4142135623730951},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.4142135623730951},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.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}}}},"i":{"df":0,"docs":{},"z":{"df":4,"docs":{"199":{"tf":1.4142135623730951},"262":{"tf":1.4142135623730951},"273":{"tf":1.4142135623730951},"274":{"tf":1.4142135623730951}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"275":{"tf":1.0},"321":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"52":{"tf":1.0}}}},"x":{"df":0,"docs":{},"o":{"df":1,"docs":{"67":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"i":{"d":{">":{"/":{"d":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"152":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":5,"docs":{"159":{"tf":1.0},"220":{"tf":1.0},"227":{"tf":1.0},"283":{"tf":1.0},"314":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":3,"docs":{"152":{"tf":1.0},"172":{"tf":1.0},"178":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"245":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":68,"docs":{"1":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.4142135623730951},"116":{"tf":1.0},"117":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":2.0},"121":{"tf":1.4142135623730951},"122":{"tf":1.0},"123":{"tf":1.7320508075688772},"124":{"tf":1.0},"13":{"tf":1.4142135623730951},"132":{"tf":1.0},"134":{"tf":1.0},"139":{"tf":2.6457513110645907},"140":{"tf":1.7320508075688772},"141":{"tf":2.0},"152":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"157":{"tf":1.7320508075688772},"159":{"tf":1.4142135623730951},"182":{"tf":1.0},"185":{"tf":1.0},"187":{"tf":1.0},"189":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"196":{"tf":1.0},"198":{"tf":1.0},"2":{"tf":2.0},"203":{"tf":1.4142135623730951},"205":{"tf":1.0},"220":{"tf":1.4142135623730951},"225":{"tf":1.0},"227":{"tf":1.4142135623730951},"240":{"tf":1.0},"245":{"tf":1.4142135623730951},"246":{"tf":1.0},"250":{"tf":1.4142135623730951},"253":{"tf":1.0},"273":{"tf":1.4142135623730951},"274":{"tf":1.0},"278":{"tf":1.4142135623730951},"283":{"tf":1.4142135623730951},"290":{"tf":1.4142135623730951},"3":{"tf":1.7320508075688772},"30":{"tf":1.4142135623730951},"306":{"tf":1.7320508075688772},"307":{"tf":1.0},"31":{"tf":1.0},"337":{"tf":2.449489742783178},"338":{"tf":1.4142135623730951},"339":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772},"46":{"tf":1.0},"5":{"tf":2.0},"54":{"tf":2.449489742783178},"55":{"tf":1.4142135623730951},"59":{"tf":1.0},"61":{"tf":1.0},"79":{"tf":1.0},"82":{"tf":1.4142135623730951},"9":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}},"u":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"47":{"tf":1.0}},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":4,"docs":{"131":{"tf":1.0},"264":{"tf":1.0},"308":{"tf":1.0},"338":{"tf":1.0}}}},"r":{"/":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"154":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"134":{"tf":1.0},"164":{"tf":1.0},"208":{"tf":1.0},"211":{"tf":1.0},"332":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.4142135623730951}}}},"df":5,"docs":{"173":{"tf":1.0},"174":{"tf":1.0},"193":{"tf":1.0},"23":{"tf":1.0},"42":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"!":{"[":{"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":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":1,"docs":{"273":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"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":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":2,"docs":{"255":{"tf":1.0},"273":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"255":{"tf":1.0}}},"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"213":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":3,"docs":{"26":{"tf":1.0},"285":{"tf":1.0},"307":{"tf":1.0}},"f":{"df":3,"docs":{"133":{"tf":1.0},"337":{"tf":1.0},"71":{"tf":1.0}},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":30,"docs":{"109":{"tf":1.0},"129":{"tf":1.0},"2":{"tf":1.0},"234":{"tf":1.0},"246":{"tf":1.0},"262":{"tf":1.0},"264":{"tf":1.0},"278":{"tf":1.0},"281":{"tf":1.0},"283":{"tf":1.0},"285":{"tf":1.4142135623730951},"290":{"tf":1.0},"293":{"tf":1.0},"303":{"tf":1.4142135623730951},"308":{"tf":1.0},"309":{"tf":1.0},"337":{"tf":1.4142135623730951},"338":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"5":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.0},"61":{"tf":1.0},"65":{"tf":1.0},"69":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"337":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"292":{"tf":1.7320508075688772},"298":{"tf":1.4142135623730951},"335":{"tf":1.0},"42":{"tf":1.0}}}}}}}},"i":{"a":{"df":4,"docs":{"202":{"tf":1.0},"221":{"tf":1.0},"249":{"tf":1.0},"31":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"52":{"tf":1.0}}}}},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"160":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":1,"docs":{"318":{"tf":1.0}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":3,"docs":{"176":{"tf":1.0},"36":{"tf":1.0},"59":{"tf":1.0}}}}}},"s":{"df":4,"docs":{"196":{"tf":1.0},"205":{"tf":1.0},"335":{"tf":1.0},"43":{"tf":1.4142135623730951}}}},"w":{"[":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"29":{"tf":1.0}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":14,"docs":{"141":{"tf":1.0},"15":{"tf":1.0},"158":{"tf":1.0},"18":{"tf":1.0},"182":{"tf":1.0},"19":{"tf":1.0},"217":{"tf":1.0},"249":{"tf":1.0},"31":{"tf":1.7320508075688772},"312":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0},"54":{"tf":1.4142135623730951},"80":{"tf":1.0}}}},"l":{"df":0,"docs":{},"k":{"df":7,"docs":{"10":{"tf":1.0},"20":{"tf":1.4142135623730951},"251":{"tf":1.0},"271":{"tf":1.0},"279":{"tf":1.0},"29":{"tf":1.0},"53":{"tf":1.0}}},"l":{"df":5,"docs":{"23":{"tf":2.23606797749979},"301":{"tf":1.7320508075688772},"337":{"tf":1.0},"34":{"tf":1.0},"46":{"tf":2.8284271247461903}},"e":{"df":0,"docs":{},"t":{"df":10,"docs":{"117":{"tf":1.0},"246":{"tf":1.4142135623730951},"276":{"tf":1.0},"278":{"tf":1.0},"30":{"tf":1.0},"310":{"tf":2.0},"51":{"tf":1.0},"55":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":27,"docs":{"10":{"tf":1.4142135623730951},"104":{"tf":1.0},"11":{"tf":1.0},"119":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"13":{"tf":1.0},"136":{"tf":1.0},"14":{"tf":1.4142135623730951},"173":{"tf":1.0},"179":{"tf":1.4142135623730951},"196":{"tf":1.0},"22":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"251":{"tf":1.0},"330":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":2.0},"62":{"tf":1.4142135623730951},"67":{"tf":1.0},"8":{"tf":1.0},"99":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":5,"docs":{"159":{"tf":1.4142135623730951},"222":{"tf":1.4142135623730951},"227":{"tf":1.0},"249":{"tf":1.0},"36":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"290":{"tf":1.0}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"63":{"tf":1.0}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"130":{"tf":1.4142135623730951}}}},"y":{"df":5,"docs":{"137":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"243":{"tf":1.0},"40":{"tf":1.0}}}},"df":1,"docs":{"29":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":4,"docs":{"246":{"tf":1.0},"253":{"tf":1.0},"339":{"tf":1.0},"44":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"17":{"tf":1.0},"224":{"tf":1.0},"248":{"tf":1.0},"34":{"tf":1.0}}}},"’":{"d":{"df":1,"docs":{"319":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":5,"docs":{"10":{"tf":1.4142135623730951},"243":{"tf":1.0},"279":{"tf":1.0},"33":{"tf":1.0},"53":{"tf":1.0}}}},"r":{"df":3,"docs":{"0":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0}}},"v":{"df":4,"docs":{"41":{"tf":1.0},"48":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"t":{"\'":{"df":1,"docs":{"282":{"tf":1.0}}},"df":0,"docs":{},"’":{"df":12,"docs":{"115":{"tf":1.4142135623730951},"127":{"tf":1.4142135623730951},"166":{"tf":1.4142135623730951},"191":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"241":{"tf":1.4142135623730951},"271":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951},"43":{"tf":1.0},"49":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":15,"docs":{"18":{"tf":1.4142135623730951},"245":{"tf":1.0},"247":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0},"268":{"tf":1.0},"278":{"tf":1.0},"301":{"tf":1.0},"337":{"tf":1.0},"35":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":2,"docs":{"17":{"tf":1.0},"244":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"42":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":14,"docs":{"122":{"tf":1.0},"139":{"tf":1.4142135623730951},"16":{"tf":1.0},"195":{"tf":1.0},"204":{"tf":1.0},"23":{"tf":1.0},"246":{"tf":1.0},"248":{"tf":1.0},"26":{"tf":1.4142135623730951},"278":{"tf":1.0},"283":{"tf":1.0},"30":{"tf":1.0},"57":{"tf":1.0},"87":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"275":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"h":{"_":{"d":{"a":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"2":{"df":2,"docs":{"269":{"tf":1.0},"56":{"tf":1.0}}},"3":{"df":2,"docs":{"125":{"tf":1.0},"269":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"(":{"1":{"0":{"df":2,"docs":{"125":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":1,"docs":{"269":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":1,"docs":{"269":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"2":{"df":1,"docs":{"263":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":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":{"275":{"tf":1.0}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"(":{"\\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":2,"docs":{"178":{"tf":1.0},"184":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"256":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"(":{"\\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":2,"docs":{"183":{"tf":1.0},"240":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"184":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":6,"docs":{"102":{"tf":1.0},"125":{"tf":1.0},"240":{"tf":1.0},"269":{"tf":1.0},"44":{"tf":1.0},"56":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"(":{"\\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"178":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"290":{"tf":1.0},"81":{"tf":1.4142135623730951}}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"2":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"184":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"n":{"_":{"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":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"2":{"0":{"df":7,"docs":{"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"285":{"tf":1.0},"289":{"tf":1.0},"38":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}},"5":{"0":{"df":1,"docs":{"194":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"0":{"0":{"df":4,"docs":{"113":{"tf":1.0},"124":{"tf":1.0},"165":{"tf":1.0},"240":{"tf":1.0}}},"df":2,"docs":{"119":{"tf":1.0},"54":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"5":{"df":1,"docs":{"26":{"tf":1.0}}},"6":{"0":{"df":17,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"120":{"tf":1.0},"137":{"tf":1.0},"14":{"tf":1.0},"189":{"tf":1.0},"23":{"tf":1.0},"257":{"tf":1.0},"26":{"tf":1.0},"263":{"tf":1.0},"30":{"tf":1.0},"46":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}},"9":{"0":{"df":3,"docs":{"125":{"tf":1.0},"296":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"113":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"_":{"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":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"df":3,"docs":{"125":{"tf":1.0},"269":{"tf":1.0},"56":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"(":{"\\"":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"184":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":4,"docs":{"102":{"tf":1.0},"125":{"tf":1.0},"240":{"tf":1.0},"56":{"tf":1.0}},"y":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"(":{")":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"269":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{")":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"(":{"5":{"df":1,"docs":{"257":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"0":{"df":1,"docs":{"275":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":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":{"194":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"103":{"tf":1.0},"132":{"tf":1.0},"204":{"tf":1.0},"25":{"tf":1.0},"283":{"tf":1.0},"96":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":17,"docs":{"102":{"tf":1.0},"113":{"tf":1.4142135623730951},"133":{"tf":1.0},"245":{"tf":1.0},"251":{"tf":1.4142135623730951},"252":{"tf":1.0},"315":{"tf":1.4142135623730951},"37":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":2.23606797749979},"44":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"54":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.0},"8":{"tf":1.0}}}}}}}},"l":{"df":1,"docs":{"340":{"tf":1.0}}},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"40":{"tf":1.0}}}}},"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":6,"docs":{"212":{"tf":1.0},"323":{"tf":1.4142135623730951},"36":{"tf":1.0},"47":{"tf":1.0},"58":{"tf":1.0},"80":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"k":{"df":43,"docs":{"11":{"tf":1.0},"113":{"tf":1.0},"119":{"tf":1.0},"12":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"13":{"tf":1.0},"167":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951},"170":{"tf":1.4142135623730951},"176":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"182":{"tf":1.4142135623730951},"19":{"tf":1.0},"191":{"tf":1.0},"193":{"tf":1.4142135623730951},"2":{"tf":1.0},"218":{"tf":1.0},"22":{"tf":1.0},"223":{"tf":1.0},"243":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.0},"255":{"tf":1.0},"268":{"tf":1.0},"297":{"tf":1.0},"301":{"tf":1.7320508075688772},"303":{"tf":1.0},"308":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.0},"8":{"tf":1.0},"84":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":5,"docs":{"155":{"tf":1.0},"276":{"tf":1.7320508075688772},"41":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"52":{"tf":1.0}},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"—":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"285":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"319":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"df":148,"docs":{"10":{"tf":1.4142135623730951},"101":{"tf":1.0},"102":{"tf":1.4142135623730951},"103":{"tf":2.6457513110645907},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.7320508075688772},"11":{"tf":1.0},"113":{"tf":1.7320508075688772},"114":{"tf":1.7320508075688772},"116":{"tf":1.7320508075688772},"117":{"tf":1.4142135623730951},"120":{"tf":1.7320508075688772},"123":{"tf":1.4142135623730951},"127":{"tf":1.4142135623730951},"128":{"tf":1.0},"129":{"tf":1.7320508075688772},"130":{"tf":1.7320508075688772},"131":{"tf":1.0},"139":{"tf":1.4142135623730951},"14":{"tf":1.0},"142":{"tf":2.449489742783178},"15":{"tf":1.0},"158":{"tf":2.23606797749979},"16":{"tf":2.0},"166":{"tf":1.0},"168":{"tf":1.4142135623730951},"18":{"tf":1.7320508075688772},"192":{"tf":1.7320508075688772},"193":{"tf":1.4142135623730951},"195":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.7320508075688772},"199":{"tf":1.0},"200":{"tf":1.0},"213":{"tf":1.0},"215":{"tf":1.0},"226":{"tf":2.23606797749979},"243":{"tf":1.0},"244":{"tf":1.0},"246":{"tf":2.449489742783178},"247":{"tf":3.1622776601683795},"248":{"tf":2.0},"249":{"tf":2.0},"250":{"tf":1.4142135623730951},"251":{"tf":1.4142135623730951},"252":{"tf":1.0},"253":{"tf":1.4142135623730951},"254":{"tf":2.0},"255":{"tf":2.6457513110645907},"256":{"tf":2.23606797749979},"257":{"tf":1.7320508075688772},"259":{"tf":2.6457513110645907},"260":{"tf":1.0},"261":{"tf":1.4142135623730951},"266":{"tf":1.4142135623730951},"268":{"tf":1.0},"271":{"tf":1.4142135623730951},"272":{"tf":2.0},"273":{"tf":2.6457513110645907},"274":{"tf":1.4142135623730951},"275":{"tf":1.0},"276":{"tf":1.0},"278":{"tf":1.7320508075688772},"286":{"tf":1.4142135623730951},"287":{"tf":2.6457513110645907},"289":{"tf":1.0},"29":{"tf":1.4142135623730951},"290":{"tf":1.7320508075688772},"297":{"tf":1.7320508075688772},"298":{"tf":1.0},"30":{"tf":2.0},"307":{"tf":1.0},"308":{"tf":2.0},"309":{"tf":1.7320508075688772},"310":{"tf":1.4142135623730951},"314":{"tf":1.0},"317":{"tf":2.0},"32":{"tf":1.4142135623730951},"326":{"tf":1.7320508075688772},"327":{"tf":1.0},"33":{"tf":3.4641016151377544},"337":{"tf":3.1622776601683795},"339":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"340":{"tf":1.0},"35":{"tf":2.0},"36":{"tf":1.0},"37":{"tf":2.23606797749979},"38":{"tf":1.4142135623730951},"4":{"tf":1.0},"41":{"tf":2.8284271247461903},"43":{"tf":2.6457513110645907},"45":{"tf":1.0},"47":{"tf":2.23606797749979},"48":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.7320508075688772},"55":{"tf":2.8284271247461903},"56":{"tf":1.0},"57":{"tf":2.0},"58":{"tf":1.7320508075688772},"59":{"tf":1.4142135623730951},"6":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.7320508075688772},"63":{"tf":2.6457513110645907},"64":{"tf":3.1622776601683795},"65":{"tf":2.23606797749979},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"71":{"tf":2.0},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"77":{"tf":2.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951},"83":{"tf":2.23606797749979},"84":{"tf":1.4142135623730951},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.7320508075688772},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.4142135623730951},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.4142135623730951},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.7320508075688772}},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"135":{"tf":1.0},"198":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"51":{"tf":2.0},"52":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"—":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"l":{"d":{"df":1,"docs":{"130":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"41":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":3,"docs":{"205":{"tf":1.0},"35":{"tf":1.0},"42":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"129":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":18,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"168":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"220":{"tf":1.0},"243":{"tf":1.0},"259":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.4142135623730951},"48":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0},"61":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0},"98":{"tf":1.7320508075688772},"99":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"136":{"tf":1.0},"19":{"tf":1.0},"54":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":8,"docs":{"113":{"tf":1.4142135623730951},"17":{"tf":1.0},"206":{"tf":1.0},"224":{"tf":1.0},"243":{"tf":1.0},"248":{"tf":1.0},"34":{"tf":1.0},"38":{"tf":1.0}}}}}}},"x":{"df":1,"docs":{"11":{"tf":1.0}}},"y":{"df":0,"docs":{},"e":{"df":10,"docs":{"187":{"tf":1.7320508075688772},"302":{"tf":1.0},"304":{"tf":1.0},"309":{"tf":1.0},"313":{"tf":1.0},"315":{"tf":1.0},"318":{"tf":1.0},"327":{"tf":1.0},"330":{"tf":1.0},"331":{"tf":1.0}},"t":{"df":0,"docs":{},"—":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"’":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"’":{"d":{"df":6,"docs":{"118":{"tf":1.0},"2":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"54":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":13,"docs":{"10":{"tf":1.4142135623730951},"103":{"tf":1.0},"11":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"222":{"tf":1.0},"253":{"tf":1.0},"304":{"tf":1.0},"36":{"tf":1.0},"54":{"tf":1.4142135623730951}}}},"r":{"df":27,"docs":{"10":{"tf":1.4142135623730951},"105":{"tf":1.0},"12":{"tf":1.0},"122":{"tf":1.0},"13":{"tf":1.0},"173":{"tf":2.0},"179":{"tf":1.0},"185":{"tf":1.4142135623730951},"195":{"tf":1.0},"2":{"tf":1.0},"205":{"tf":1.0},"212":{"tf":1.0},"243":{"tf":1.0},"245":{"tf":1.0},"250":{"tf":1.4142135623730951},"298":{"tf":1.0},"304":{"tf":1.0},"306":{"tf":1.0},"308":{"tf":1.0},"43":{"tf":1.0},"49":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"60":{"tf":2.449489742783178},"63":{"tf":1.0},"70":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"v":{"df":8,"docs":{"136":{"tf":1.0},"153":{"tf":1.0},"19":{"tf":1.0},"243":{"tf":1.0},"28":{"tf":1.0},"40":{"tf":1.0},"54":{"tf":1.0},"8":{"tf":1.0}}}}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":4,"docs":{"130":{"tf":1.0},"246":{"tf":1.0},"41":{"tf":1.0},"93":{"tf":1.0}}}}}}}},"title":{"root":{"1":{"df":5,"docs":{"119":{"tf":1.0},"139":{"tf":1.0},"156":{"tf":1.0},"224":{"tf":1.0},"30":{"tf":1.0}}},"2":{"df":5,"docs":{"120":{"tf":1.0},"140":{"tf":1.0},"157":{"tf":1.0},"225":{"tf":1.0},"31":{"tf":1.0}}},"3":{"df":5,"docs":{"121":{"tf":1.0},"141":{"tf":1.0},"158":{"tf":1.0},"226":{"tf":1.0},"32":{"tf":1.0}}},"4":{"df":5,"docs":{"122":{"tf":1.0},"142":{"tf":1.0},"159":{"tf":1.0},"227":{"tf":1.0},"33":{"tf":1.0}}},"5":{"df":5,"docs":{"123":{"tf":1.0},"143":{"tf":1.0},"160":{"tf":1.0},"228":{"tf":1.0},"34":{"tf":1.0}}},"6":{"df":4,"docs":{"124":{"tf":1.0},"144":{"tf":1.0},"161":{"tf":1.0},"35":{"tf":1.0}}},"7":{"df":2,"docs":{"125":{"tf":1.0},"36":{"tf":1.0}}},"a":{"b":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":1,"docs":{"340":{"tf":1.0}}}}}}},"df":0,"docs":{}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"198":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"163":{"tf":1.0}}}}}}},"d":{"d":{"df":2,"docs":{"317":{"tf":1.0},"318":{"tf":1.0}}},"df":5,"docs":{"254":{"tf":1.0},"260":{"tf":1.0},"265":{"tf":1.0},"269":{"tf":1.0},"55":{"tf":1.0}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":4,"docs":{"128":{"tf":1.0},"165":{"tf":1.0},"190":{"tf":1.0},"329":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":3,"docs":{"231":{"tf":1.0},"282":{"tf":1.0},"322":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"113":{"tf":1.0}}}},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"42":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"i":{"df":2,"docs":{"199":{"tf":1.0},"258":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"277":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"339":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"151":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"128":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"299":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}},"t":{"df":1,"docs":{"210":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"202":{"tf":1.0},"4":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"113":{"tf":1.0}}},"df":0,"docs":{}}}}},"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"c":{"df":5,"docs":{"101":{"tf":1.0},"137":{"tf":1.0},"66":{"tf":1.0},"72":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"131":{"tf":1.0}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"117":{"tf":1.0},"196":{"tf":1.0},"259":{"tf":1.0},"264":{"tf":1.0},"268":{"tf":1.0},"61":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"230":{"tf":1.0},"281":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"b":{"df":2,"docs":{"121":{"tf":1.0},"71":{"tf":1.0}}},"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"132":{"tf":1.0},"222":{"tf":1.0},"285":{"tf":1.0},"286":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"10":{"tf":1.0},"9":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"250":{"tf":1.0},"41":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"335":{"tf":1.0}}},"i":{"df":0,"docs":{},"l":{"d":{"df":4,"docs":{"139":{"tf":1.0},"280":{"tf":1.0},"30":{"tf":1.0},"304":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"110":{"tf":1.0},"114":{"tf":1.0},"258":{"tf":1.0}}}}},"df":0,"docs":{}}},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"104":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"z":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"131":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"c":{"a":{"df":0,"docs":{},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"188":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"238":{"tf":1.0}}}}}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"103":{"tf":1.0}}}},"o":{"df":10,"docs":{"106":{"tf":1.0},"123":{"tf":1.0},"192":{"tf":1.0},"201":{"tf":1.0},"203":{"tf":1.0},"24":{"tf":1.0},"290":{"tf":1.0},"308":{"tf":1.0},"58":{"tf":1.0},"77":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"278":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":13,"docs":{"157":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.0},"215":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.0},"228":{"tf":1.0},"256":{"tf":1.0},"87":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"297":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"208":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":3,"docs":{"187":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}}}}},"i":{"/":{"c":{"d":{"df":1,"docs":{"332":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":5,"docs":{"162":{"tf":1.0},"164":{"tf":1.0},"235":{"tf":1.0},"295":{"tf":1.0},"321":{"tf":1.0}},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"210":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":2,"docs":{"144":{"tf":1.0},"36":{"tf":1.0}}}}},"r":{"df":2,"docs":{"41":{"tf":1.0},"47":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"301":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"13":{"tf":1.0},"44":{"tf":1.0}}}}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"112":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"151":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"109":{"tf":1.0},"122":{"tf":1.0},"309":{"tf":1.0},"57":{"tf":1.0},"83":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"229":{"tf":1.0},"340":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":2,"docs":{"175":{"tf":1.0},"236":{"tf":1.0}}}}}}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"12":{"tf":1.0},"244":{"tf":1.0},"337":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"146":{"tf":1.0}}}}}},"df":3,"docs":{"174":{"tf":1.0},"180":{"tf":1.0},"186":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":11,"docs":{"111":{"tf":1.0},"172":{"tf":1.0},"178":{"tf":1.0},"184":{"tf":1.0},"211":{"tf":1.0},"214":{"tf":1.0},"269":{"tf":1.0},"56":{"tf":1.0},"67":{"tf":1.0},"73":{"tf":1.0},"79":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"274":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":3,"docs":{"119":{"tf":1.0},"54":{"tf":1.0},"85":{"tf":1.0}}}}}},"i":{"d":{"df":1,"docs":{"203":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"200":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"160":{"tf":1.0},"228":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"278":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"319":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":4,"docs":{"197":{"tf":1.0},"198":{"tf":1.0},"202":{"tf":1.0},"247":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"249":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":4,"docs":{"12":{"tf":1.0},"154":{"tf":1.0},"278":{"tf":1.0},"337":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"107":{"tf":1.0},"262":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"326":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"276":{"tf":1.0},"41":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"199":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":13,"docs":{"114":{"tf":1.0},"125":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"190":{"tf":1.0},"254":{"tf":1.0},"257":{"tf":1.0},"260":{"tf":1.0},"263":{"tf":1.0},"265":{"tf":1.0},"317":{"tf":1.0},"318":{"tf":1.0},"98":{"tf":1.0}}}}}}}},"d":{"a":{"df":5,"docs":{"121":{"tf":1.0},"122":{"tf":1.0},"4":{"tf":1.0},"71":{"tf":1.0},"94":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"233":{"tf":1.0}}}}}},"t":{"a":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":4,"docs":{"155":{"tf":1.0},"218":{"tf":1.0},"297":{"tf":1.0},"314":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"22":{"tf":1.0},"44":{"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":{"69":{"tf":1.0},"75":{"tf":1.0}}}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"129":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":5,"docs":{"133":{"tf":1.4142135623730951},"140":{"tf":1.0},"266":{"tf":1.0},"280":{"tf":1.0},"31":{"tf":1.0}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"13":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"245":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":3,"docs":{"305":{"tf":1.0},"40":{"tf":1.0},"48":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"242":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"126":{"tf":1.0},"19":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"121":{"tf":1.0}}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"315":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"233":{"tf":1.0},"292":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"112":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"133":{"tf":1.0}},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"132":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"l":{"df":1,"docs":{"278":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"154":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"105":{"tf":1.0},"59":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"237":{"tf":1.0},"251":{"tf":1.0}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"221":{"tf":1.0}}}}}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"111":{"tf":1.0},"126":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"291":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":6,"docs":{"150":{"tf":1.0},"158":{"tf":1.0},"226":{"tf":1.0},"281":{"tf":1.0},"287":{"tf":1.0},"322":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":2,"docs":{"143":{"tf":1.0},"35":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"18":{"tf":1.0}}}}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"159":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":16,"docs":{"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},"128":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"256":{"tf":1.0},"262":{"tf":1.0},"267":{"tf":1.0},"272":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"137":{"tf":1.0},"142":{"tf":1.0},"146":{"tf":1.0},"165":{"tf":1.0},"249":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":27,"docs":{"104":{"tf":1.0},"132":{"tf":1.0},"156":{"tf":1.0},"17":{"tf":1.0},"195":{"tf":1.0},"204":{"tf":1.0},"224":{"tf":1.0},"248":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"272":{"tf":1.0},"274":{"tf":1.0},"288":{"tf":1.0},"324":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":1.0},"63":{"tf":1.0},"69":{"tf":1.0},"75":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"105":{"tf":1.0},"44":{"tf":1.0}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"252":{"tf":1.0},"253":{"tf":1.0},"316":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":2,"docs":{"114":{"tf":1.0},"270":{"tf":1.0}}}}}}}},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":8,"docs":{"155":{"tf":1.0},"290":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"314":{"tf":1.0},"321":{"tf":1.0},"324":{"tf":1.0},"47":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"r":{"df":9,"docs":{"149":{"tf":1.0},"156":{"tf":1.0},"218":{"tf":1.0},"223":{"tf":1.0},"288":{"tf":1.0},"289":{"tf":1.0},"89":{"tf":1.0},"93":{"tf":1.0},"97":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"169":{"tf":1.0},"47":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"328":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"181":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"220":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"132":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"324":{"tf":1.0}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"102":{"tf":1.0},"24":{"tf":1.0},"54":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"12":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"294":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"45":{"tf":1.0}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":3,"docs":{"230":{"tf":1.0},"234":{"tf":1.0},"281":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":4,"docs":{"252":{"tf":1.0},"301":{"tf":1.0},"316":{"tf":1.0},"339":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"299":{"tf":1.0}}}}}}}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"134":{"tf":1.0},"16":{"tf":1.0},"247":{"tf":1.0},"300":{"tf":1.0},"330":{"tf":1.0}}}}},"t":{"df":2,"docs":{"298":{"tf":1.0},"333":{"tf":1.0}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{"df":1,"docs":{"163":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"a":{"b":{"df":1,"docs":{"164":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"336":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"205":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"327":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"25":{"tf":1.0},"256":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":3,"docs":{"298":{"tf":1.0},"333":{"tf":1.0},"334":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"i":{"df":1,"docs":{"50":{"tf":1.0}},"i":{"df":1,"docs":{"242":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"246":{"tf":1.0},"45":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"22":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"289":{"tf":1.0},"90":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"301":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":4,"docs":{"235":{"tf":1.0},"258":{"tf":1.0},"270":{"tf":1.0},"332":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"168":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":1,"docs":{"276":{"tf":1.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"147":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":6,"docs":{"229":{"tf":1.0},"280":{"tf":1.0},"284":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"169":{"tf":1.0}}}}},"v":{"df":1,"docs":{"277":{"tf":1.0}}}},"j":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"17":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"248":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"k":{"8":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"181":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"234":{"tf":1.0},"293":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"129":{"tf":1.0}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"6":{"tf":1.0}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":2,"docs":{"28":{"tf":1.0},"38":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"239":{"tf":1.0},"327":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":3,"docs":{"54":{"tf":1.0},"85":{"tf":1.0},"94":{"tf":1.0}}}}},"o":{"a":{"d":{"df":1,"docs":{"130":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"169":{"tf":1.0}}}}}}}},"df":3,"docs":{"161":{"tf":1.0},"295":{"tf":1.0},"321":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":7,"docs":{"152":{"tf":1.0},"159":{"tf":1.0},"213":{"tf":1.0},"220":{"tf":1.0},"227":{"tf":1.0},"238":{"tf":1.0},"324":{"tf":1.0}}},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"307":{"tf":1.0},"312":{"tf":1.0}}}},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"324":{"tf":1.0}}},"s":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"m":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":3,"docs":{"15":{"tf":1.0},"19":{"tf":1.0},"328":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"47":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":1,"docs":{"306":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"244":{"tf":1.0},"37":{"tf":1.0},"5":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"216":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"153":{"tf":1.0},"219":{"tf":1.0},"221":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"119":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"26":{"tf":1.0}}}}}}},"x":{"df":1,"docs":{"189":{"tf":1.0}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"131":{"tf":1.0},"267":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":5,"docs":{"212":{"tf":1.0},"237":{"tf":1.0},"89":{"tf":1.0},"93":{"tf":1.0},"97":{"tf":1.0}},"l":{"df":1,"docs":{"243":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"326":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"135":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"145":{"tf":1.0},"309":{"tf":1.0},"57":{"tf":1.0}}}}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":4,"docs":{"24":{"tf":1.0},"304":{"tf":1.0},"310":{"tf":1.0},"326":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"129":{"tf":1.0}}}}}}},"w":{"df":1,"docs":{"272":{"tf":1.0}}},"x":{"df":0,"docs":{},"t":{"df":11,"docs":{"115":{"tf":1.0},"127":{"tf":1.0},"166":{"tf":1.0},"191":{"tf":1.0},"20":{"tf":1.0},"241":{"tf":1.0},"271":{"tf":1.0},"39":{"tf":1.0},"49":{"tf":1.0},"62":{"tf":1.0},"99":{"tf":1.0}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":9,"docs":{"107":{"tf":1.0},"159":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"202":{"tf":1.0},"208":{"tf":1.0},"227":{"tf":1.0},"306":{"tf":1.0},"323":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":4,"docs":{"1":{"tf":1.0},"208":{"tf":1.0},"304":{"tf":1.0},"338":{"tf":1.0}}}}}},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":3,"docs":{"219":{"tf":1.0},"25":{"tf":1.0},"34":{"tf":1.0}}}}}}},"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"42":{"tf":1.0}}},"df":1,"docs":{"309":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"206":{"tf":1.0}}}},"t":{"df":1,"docs":{"106":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"67":{"tf":1.0},"73":{"tf":1.0},"79":{"tf":1.0}}}}}}},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"37":{"tf":1.0}}}}},"df":0,"docs":{}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"130":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"138":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"22":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"11":{"tf":1.0}}}}}}}}}},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"195":{"tf":1.0},"204":{"tf":1.0}}}},"n":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"150":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":3,"docs":{"146":{"tf":1.0},"239":{"tf":1.0},"313":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"331":{"tf":1.0}}}}}}}},"df":0,"docs":{},"t":{"df":4,"docs":{"242":{"tf":1.0},"277":{"tf":1.0},"50":{"tf":1.0},"7":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"295":{"tf":1.0},"296":{"tf":1.0},"321":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":17,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"116":{"tf":1.0},"201":{"tf":1.0},"203":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"262":{"tf":1.0}}}},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"325":{"tf":1.0}}}}}}}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":7,"docs":{"135":{"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}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}}}}},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"135":{"tf":1.0}}}}}}}},"l":{"a":{"df":0,"docs":{},"n":{"df":5,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"246":{"tf":1.0},"30":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"214":{"tf":1.0},"231":{"tf":1.0},"282":{"tf":1.0},"322":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"248":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":7,"docs":{"117":{"tf":1.0},"196":{"tf":1.0},"259":{"tf":1.0},"264":{"tf":1.0},"268":{"tf":1.0},"38":{"tf":1.0},"61":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"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":2,"docs":{"207":{"tf":1.0},"209":{"tf":1.0}}}}}}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"o":{"b":{"df":0,"docs":{},"e":{"df":1,"docs":{"273":{"tf":1.0}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"181":{"tf":1.0},"240":{"tf":1.0}}}},"df":0,"docs":{}}},"df":3,"docs":{"174":{"tf":1.0},"180":{"tf":1.0},"186":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"165":{"tf":1.0},"330":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"222":{"tf":1.0},"285":{"tf":1.0},"286":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":3,"docs":{"23":{"tf":1.0},"301":{"tf":1.0},"46":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"210":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"245":{"tf":1.0}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"299":{"tf":1.0},"300":{"tf":1.0}}}}}}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"108":{"tf":1.0}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"107":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"273":{"tf":1.0},"274":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"323":{"tf":1.0}}}},"d":{"df":1,"docs":{"156":{"tf":1.0}},"i":{"df":12,"docs":{"141":{"tf":1.0},"157":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"225":{"tf":1.0},"232":{"tf":1.0},"283":{"tf":1.0},"32":{"tf":1.0},"323":{"tf":1.0},"47":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"15":{"tf":1.0}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"242":{"tf":1.0},"276":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"335":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":3,"docs":{"161":{"tf":1.0},"175":{"tf":1.0},"44":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"81":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"58":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":4,"docs":{"160":{"tf":1.0},"228":{"tf":1.0},"234":{"tf":1.0},"325":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"250":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"123":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"147":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"110":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"302":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}}}}}},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"197":{"tf":1.0}}}}}}}}},"df":16,"docs":{"126":{"tf":1.0},"133":{"tf":1.0},"136":{"tf":1.0},"145":{"tf":1.0},"162":{"tf":1.0},"233":{"tf":1.0},"248":{"tf":1.0},"26":{"tf":1.0},"307":{"tf":1.0},"311":{"tf":1.0},"313":{"tf":1.0},"315":{"tf":1.0},"327":{"tf":1.0},"42":{"tf":1.0},"59":{"tf":1.0},"88":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":17,"docs":{"15":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"209":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"302":{"tf":1.0},"318":{"tf":1.0},"331":{"tf":1.0},"42":{"tf":1.0},"60":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"249":{"tf":1.0},"284":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"272":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"302":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":12,"docs":{"100":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"14":{"tf":1.0},"243":{"tf":1.0},"246":{"tf":1.0},"28":{"tf":1.0},"302":{"tf":1.0},"305":{"tf":1.0},"330":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"310":{"tf":1.0}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"244":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"278":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"273":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"129":{"tf":1.0}}}}},"x":{"df":1,"docs":{"29":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"212":{"tf":1.0},"237":{"tf":1.0},"286":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"119":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"229":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"296":{"tf":1.4142135623730951}}}}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"304":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":4,"docs":{"111":{"tf":1.0},"209":{"tf":1.0},"291":{"tf":1.0},"338":{"tf":1.0}}}}},"df":0,"docs":{}}},"t":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":8,"docs":{"29":{"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}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"312":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"323":{"tf":1.0}}}},"y":{"df":1,"docs":{"274":{"tf":1.0}}}},"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"134":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"124":{"tf":1.0}}}}}}},"u":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"148":{"tf":1.0},"17":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"199":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":12,"docs":{"281":{"tf":1.0},"282":{"tf":1.0},"283":{"tf":1.0},"285":{"tf":1.0},"286":{"tf":1.0},"287":{"tf":1.0},"289":{"tf":1.0},"290":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"129":{"tf":1.0}}}}}}}}},"t":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"312":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"274":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":28,"docs":{"119":{"tf":1.0},"124":{"tf":1.0},"138":{"tf":1.0},"14":{"tf":1.0},"145":{"tf":1.0},"155":{"tf":1.0},"21":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"303":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"309":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.0},"314":{"tf":1.0},"315":{"tf":1.0},"321":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"328":{"tf":1.0},"331":{"tf":1.0},"5":{"tf":1.0},"58":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"112":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":3,"docs":{"23":{"tf":1.4142135623730951},"301":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"217":{"tf":1.0},"232":{"tf":1.0},"283":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":9,"docs":{"102":{"tf":1.0},"125":{"tf":1.0},"13":{"tf":1.0},"134":{"tf":1.0},"201":{"tf":1.0},"245":{"tf":1.0},"269":{"tf":1.0},"44":{"tf":1.0},"56":{"tf":1.0}}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"213":{"tf":1.0}}},"k":{"df":1,"docs":{"222":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":5,"docs":{"122":{"tf":1.0},"130":{"tf":1.0},"16":{"tf":1.0},"247":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"255":{"tf":1.0},"261":{"tf":1.0},"266":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":6,"docs":{"120":{"tf":1.0},"122":{"tf":1.0},"289":{"tf":1.0},"55":{"tf":1.0},"65":{"tf":1.0},"90":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":1,"docs":{"52":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"223":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"279":{"tf":1.0},"320":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"108":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":5,"docs":{"138":{"tf":1.0},"168":{"tf":1.0},"215":{"tf":1.0},"64":{"tf":1.0},"84":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"303":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"319":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":12,"docs":{"116":{"tf":1.0},"171":{"tf":1.0},"177":{"tf":1.0},"183":{"tf":1.0},"194":{"tf":1.0},"329":{"tf":1.0},"66":{"tf":1.0},"72":{"tf":1.0},"78":{"tf":1.0},"86":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0}}}},"df":16,"docs":{"10":{"tf":1.0},"173":{"tf":1.0},"179":{"tf":1.0},"185":{"tf":1.0},"231":{"tf":1.0},"236":{"tf":1.0},"257":{"tf":1.0},"263":{"tf":1.0},"282":{"tf":1.0},"301":{"tf":1.0},"306":{"tf":1.0},"308":{"tf":1.0},"322":{"tf":1.0},"70":{"tf":1.0},"76":{"tf":1.0},"82":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"139":{"tf":1.0},"2":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":1,"docs":{"43":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"23":{"tf":1.0},"301":{"tf":1.0},"46":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"310":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"130":{"tf":1.0}}}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"’":{"df":11,"docs":{"115":{"tf":1.0},"127":{"tf":1.0},"166":{"tf":1.0},"191":{"tf":1.0},"20":{"tf":1.0},"241":{"tf":1.0},"271":{"tf":1.0},"39":{"tf":1.0},"49":{"tf":1.0},"62":{"tf":1.0},"99":{"tf":1.0}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"26":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"275":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"315":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"323":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"k":{"df":5,"docs":{"170":{"tf":1.0},"176":{"tf":1.0},"18":{"tf":1.0},"182":{"tf":1.0},"193":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"319":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":35,"docs":{"103":{"tf":1.0},"109":{"tf":1.0},"114":{"tf":1.0},"120":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"142":{"tf":1.0},"158":{"tf":1.0},"16":{"tf":1.0},"192":{"tf":1.0},"226":{"tf":1.0},"247":{"tf":1.0},"254":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.0},"259":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.0},"287":{"tf":1.0},"290":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"317":{"tf":1.0},"33":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"71":{"tf":1.0},"77":{"tf":1.0},"83":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"198":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"51":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"42":{"tf":1.0},"98":{"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/docs/searchindex-a7cc60a3.js b/docs/searchindex-a7cc60a3.js new file mode 100644 index 0000000..4c80a00 --- /dev/null +++ b/docs/searchindex-a7cc60a3.js @@ -0,0 +1 @@ +window.search = Object.assign(window.search, JSON.parse('{"doc_urls":["project-context-primer.html#project-context-primer","what-you-will-learn.html#what-you-will-learn","part-i.html#part-i--foundations","introduction.html#introduction","architecture-overview.html#architecture-overview","testing-philosophy.html#testing-philosophy","scenario-lifecycle.html#scenario-lifecycle-conceptual","design-rationale.html#design-rationale","part-ii.html#part-ii--user-guide","workspace-layout.html#workspace-layout","annotated-tree.html#annotated-tree","authoring-scenarios.html#authoring-scenarios","workloads.html#core-content-workloads--expectations","workloads.html#workloads","workloads.html#expectations","scenario-builder-ext-patterns.html#core-content-scenariobuilderext-patterns","best-practices.html#best-practices","examples.html#examples","examples.html#simple-2-validator-transaction-workload","examples.html#da--transaction-workload","examples.html#chaos--liveness-check","examples-advanced.html#advanced--artificial-examples","examples-advanced.html#partition-and-recover-chaos","examples-advanced.html#mempool-saturation-slo","examples-advanced.html#api-contract-probe","examples-advanced.html#validator-churn-replacejoin","examples-advanced.html#mixed-da--tx-throughput-sweep","examples-advanced.html#stochastic-topology-generator","running-scenarios.html#running-scenarios","runners.html#runners","runners.html#local-runner","runners.html#docker-compose-runner","runners.html#kubernetes-runner","runners.html#common-expectations","operations.html#operations","part-iii.html#part-iii--developer-reference","scenario-model.html#scenario-model-developer-level","extending.html#extending-the-framework","extending.html#adding-a-workload","extending.html#adding-an-expectation","extending.html#adding-a-runner","extending.html#adding-topology-helpers","node-control.html#node-control--runcontext","node-control.html#accessing-node-control-in-workloadsexpectations","node-control.html#peer-blocking-example","node-control.html#considerations","custom-workload-example.html#example-new-workload--expectation-rust","custom-workload-example.html#workload-simple-reachability-probe","custom-workload-example.html#expectation-confirm-the-target-stayed-reachable","custom-workload-example.html#how-to-wire-it","internal-crate-reference.html#internal-crate-reference","part-iv.html#part-iv--appendix","dsl-cheat-sheet.html#core-content-dsl-cheat-sheet","troubleshooting.html#troubleshooting-scenarios","faq.html#faq","glossary.html#glossary"],"index":{"documentStore":{"docInfo":{"0":{"body":67,"breadcrumbs":6,"title":3},"1":{"body":26,"breadcrumbs":2,"title":1},"10":{"body":59,"breadcrumbs":8,"title":2},"11":{"body":101,"breadcrumbs":8,"title":2},"12":{"body":18,"breadcrumbs":12,"title":4},"13":{"body":38,"breadcrumbs":9,"title":1},"14":{"body":81,"breadcrumbs":9,"title":1},"15":{"body":84,"breadcrumbs":12,"title":4},"16":{"body":96,"breadcrumbs":8,"title":2},"17":{"body":14,"breadcrumbs":6,"title":1},"18":{"body":49,"breadcrumbs":10,"title":5},"19":{"body":51,"breadcrumbs":8,"title":3},"2":{"body":10,"breadcrumbs":4,"title":2},"20":{"body":61,"breadcrumbs":8,"title":3},"21":{"body":19,"breadcrumbs":10,"title":3},"22":{"body":58,"breadcrumbs":10,"title":3},"23":{"body":58,"breadcrumbs":10,"title":3},"24":{"body":58,"breadcrumbs":10,"title":3},"25":{"body":57,"breadcrumbs":10,"title":3},"26":{"body":69,"breadcrumbs":12,"title":5},"27":{"body":53,"breadcrumbs":10,"title":3},"28":{"body":75,"breadcrumbs":8,"title":2},"29":{"body":20,"breadcrumbs":6,"title":1},"3":{"body":84,"breadcrumbs":4,"title":1},"30":{"body":16,"breadcrumbs":7,"title":2},"31":{"body":23,"breadcrumbs":8,"title":3},"32":{"body":17,"breadcrumbs":7,"title":2},"33":{"body":48,"breadcrumbs":7,"title":2},"34":{"body":135,"breadcrumbs":6,"title":1},"35":{"body":10,"breadcrumbs":8,"title":4},"36":{"body":134,"breadcrumbs":12,"title":4},"37":{"body":0,"breadcrumbs":8,"title":2},"38":{"body":28,"breadcrumbs":8,"title":2},"39":{"body":23,"breadcrumbs":8,"title":2},"4":{"body":170,"breadcrumbs":6,"title":2},"40":{"body":31,"breadcrumbs":8,"title":2},"41":{"body":20,"breadcrumbs":9,"title":3},"42":{"body":28,"breadcrumbs":10,"title":3},"43":{"body":50,"breadcrumbs":11,"title":4},"44":{"body":51,"breadcrumbs":10,"title":3},"45":{"body":32,"breadcrumbs":8,"title":1},"46":{"body":19,"breadcrumbs":14,"title":5},"47":{"body":117,"breadcrumbs":13,"title":4},"48":{"body":64,"breadcrumbs":14,"title":5},"49":{"body":24,"breadcrumbs":10,"title":1},"5":{"body":96,"breadcrumbs":6,"title":2},"50":{"body":91,"breadcrumbs":10,"title":3},"51":{"body":10,"breadcrumbs":6,"title":3},"52":{"body":84,"breadcrumbs":11,"title":5},"53":{"body":86,"breadcrumbs":7,"title":2},"54":{"body":99,"breadcrumbs":5,"title":1},"55":{"body":88,"breadcrumbs":5,"title":1},"6":{"body":159,"breadcrumbs":8,"title":3},"7":{"body":68,"breadcrumbs":6,"title":2},"8":{"body":10,"breadcrumbs":8,"title":4},"9":{"body":94,"breadcrumbs":8,"title":2}},"docs":{"0":{"body":"This book focuses on the Nomos Testing Framework. It assumes familiarity with\\nthe Nomos architecture, but for completeness, here is a short primer. Nomos is a modular blockchain protocol composed of validators, executors,\\nand a data-availability (DA) subsystem. Validators participate in consensus and produce blocks. Executors run application logic or off-chain computations referenced by\\nblocks. Data Availability (DA) ensures that data referenced in blocks is\\npublished and retrievable, including blobs or channel data used by workloads. These roles interact tightly, which is why meaningful testing must be performed\\nin multi-node environments that include real networking, timing, and DA\\ninteraction.","breadcrumbs":"Project Context Primer » Project Context Primer","id":"0","title":"Project Context Primer"},"1":{"body":"This book gives you a clear mental model for Nomos multi-node testing, shows how\\nto author scenarios that pair realistic workloads with explicit expectations,\\nand guides you to run them across local, containerized, and cluster environments\\nwithout changing the plan.","breadcrumbs":"What You Will Learn » What You Will Learn","id":"1","title":"What You Will Learn"},"10":{"body":"High-level view of the workspace and how pieces relate: nomos-testing/\\n├─ testing-framework/\\n│ ├─ configs/ # shared configuration helpers\\n│ ├─ core/ # scenario model, runtime, topology\\n│ ├─ workflows/ # workloads, expectations, DSL extensions\\n│ └─ runners/ # local, compose, k8s deployment backends\\n├─ tests/ # integration scenarios using the framework\\n└─ scripts/ # supporting setup utilities (e.g., assets) Each area maps to a responsibility: describe configs, orchestrate scenarios,\\npackage common traffic and assertions, adapt to environments, and demonstrate\\nend-to-end usage.","breadcrumbs":"Part II — User Guide » Annotated Tree » Annotated Tree","id":"10","title":"Annotated Tree"},"11":{"body":"Creating a scenario is a declarative exercise: Shape the topology: decide how many validators and executors to run, and\\nwhat high-level network and data-availability characteristics matter for the\\ntest. Attach workloads: pick traffic generators that align with your goals\\n(transactions, data-availability blobs, or chaos for resilience probes). Define expectations: specify the health signals that must hold when the\\nrun finishes (e.g., consensus liveness, inclusion of submitted activity; see Core Content: Workloads & Expectations). Set duration: choose a run window long enough to observe meaningful\\nblock progression and the effects of your workloads. Choose a runner: target local processes for fast iteration, Docker\\nCompose for reproducible multi-node stacks, or Kubernetes for cluster-grade\\nvalidation. For environment considerations, see Operations. Keep scenarios small and explicit: make the intended behavior and the success\\ncriteria clear so failures are easy to interpret and act upon.","breadcrumbs":"Part II — User Guide » Authoring Scenarios » Authoring Scenarios","id":"11","title":"Authoring Scenarios"},"12":{"body":"Workloads describe the activity a scenario generates; expectations describe the\\nsignals that must hold when that activity completes. Both are pluggable so\\nscenarios stay readable and purpose-driven.","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Core Content: Workloads & Expectations","id":"12","title":"Core Content: Workloads & Expectations"},"13":{"body":"Transaction workload: submits user-level transactions at a configurable\\nrate and can limit how many distinct actors participate. Data-availability workload: drives blob and channel activity to exercise\\ndata-availability paths. Chaos workload: triggers controlled node restarts to test resilience and\\nrecovery behaviors (requires a runner that can control nodes).","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Workloads","id":"13","title":"Workloads"},"14":{"body":"Consensus liveness: verifies the system continues to produce blocks in\\nline with the planned workload and timing window. Workload-specific checks: each workload can attach its own success\\ncriteria (e.g., inclusion of submitted activity) so scenarios remain concise. Together, workloads and expectations let you express both the pressure applied\\nto the system and the definition of “healthy” for that run. Mermaid view (pipeline): flowchart TD I[\\"Inputs: topology + wallets + rates\\"] Init[\\"Workload init\\"] Drive[\\"Drive traffic\\"] Collect[\\"Collect signals\\"] Eval[\\"Expectations evaluate\\"] I --> Init --> Drive --> Collect --> Eval Usage example: use std::time::Duration;\\nuse testing_framework_core::scenario::ScenarioBuilder;\\nuse testing_framework_workflows::{ConsensusLiveness, workloads::transaction}; let plan = ScenarioBuilder::with_node_counts(2, 0) .with_workload(transaction::Workload::default()) .with_expectation(ConsensusLiveness::default()) .with_run_duration(Duration::from_secs(60)) .build();\\n// deploy with your runner of choice and call runner.run(&mut plan)","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Expectations","id":"14","title":"Expectations"},"15":{"body":"Patterns that keep scenarios readable and reusable: Topology-first: start by shaping the cluster (counts, layout) so later\\nsteps inherit a clear foundation. Bundle defaults: use the DSL helpers to attach common expectations (like\\nliveness) whenever you add a matching workload, reducing forgotten checks. Intentional rates: express traffic in per-block terms to align with\\nprotocol timing rather than wall-clock assumptions. Opt-in chaos: enable restart patterns only in scenarios meant to probe\\nresilience; keep functional smoke tests deterministic. Wallet clarity: seed only the number of actors you need; it keeps\\ntransaction scenarios deterministic and interpretable. These patterns make scenario definitions self-explanatory while staying aligned\\nwith the framework’s block-oriented timing model.","breadcrumbs":"Part II — User Guide » Core Content: ScenarioBuilderExt Patterns » Core Content: ScenarioBuilderExt Patterns","id":"15","title":"Core Content: ScenarioBuilderExt Patterns"},"16":{"body":"State your intent: document the goal of each scenario (throughput, DA\\nvalidation, resilience) so expectation choices are obvious. Keep runs meaningful: choose durations that allow multiple blocks and make\\ntiming-based assertions trustworthy. Separate concerns: start with deterministic workloads for functional\\nchecks; add chaos in dedicated resilience scenarios to avoid noisy failures. Reuse patterns: standardize on shared topology and workload presets so\\nresults are comparable across environments and teams. Observe first, tune second: rely on liveness and inclusion signals to\\ninterpret outcomes before tweaking rates or topology. Environment fit: pick runners that match the feedback loop you need—local\\nfor speed, compose for reproducible stacks, k8s for cluster-grade fidelity. Minimal surprises: seed only necessary wallets and keep configuration\\ndeltas explicit when moving between CI and developer machines.","breadcrumbs":"Part II — User Guide » Best Practices » Best Practices","id":"16","title":"Best Practices"},"17":{"body":"Concrete scenario shapes that illustrate how to combine topologies, workloads,\\nand expectations. Adjust counts, rates, and durations to fit your environment.","breadcrumbs":"Part II — User Guide » Examples » Examples","id":"17","title":"Examples"},"18":{"body":"Topology: two validators. Workload: transaction submissions at a modest per-block rate with a small\\nset of wallet actors. Expectations: consensus liveness and inclusion of submitted activity. When to use: smoke tests for consensus and transaction flow on minimal\\nhardware. Setup (Rust): use std::time::Duration;\\nuse testing_framework_core::scenario::ScenarioBuilder; let plan = ScenarioBuilder::with_node_counts(2, 0) .transactions() .rate(3) .users(4) .apply() .with_run_duration(Duration::from_secs(60)) .expect_consensus_liveness() .build();\\n// deploy with your runner of choice (local/compose/k8s) and run","breadcrumbs":"Part II — User Guide » Examples » Simple 2-validator transaction workload","id":"18","title":"Simple 2-validator transaction workload"},"19":{"body":"Topology: validators plus executors if available. Workloads: data-availability blobs/channels and transactions running\\ntogether to stress both paths. Expectations: consensus liveness and workload-level inclusion/availability\\nchecks. When to use: end-to-end coverage of transaction and DA layers in one run. Setup (Rust): use std::time::Duration;\\nuse testing_framework_core::scenario::ScenarioBuilder; let plan = ScenarioBuilder::with_node_counts(2, 1) .transactions() .rate(5) .users(8) .apply() .da() .channel_rate(1) .blob_rate(1) .apply() .with_run_duration(Duration::from_secs(90)) .expect_consensus_liveness() .build();","breadcrumbs":"Part II — User Guide » Examples » DA + transaction workload","id":"19","title":"DA + transaction workload"},"2":{"body":"Conceptual chapters that establish the mental model for the framework and how\\nit approaches multi-node testing.","breadcrumbs":"Part I — Foundations » Part I — Foundations","id":"2","title":"Part I — Foundations"},"20":{"body":"Topology: validators (optionally executors) with node control enabled. Workloads: baseline traffic (transactions or DA) plus chaos restarts on\\nselected roles. Expectations: consensus liveness to confirm the system keeps progressing\\ndespite restarts; workload-specific inclusion if traffic is present. When to use: resilience validation and operational readiness drills. Setup (Rust): use std::time::Duration;\\nuse testing_framework_core::scenario::ScenarioBuilder;\\nuse testing_framework_workflows::workloads::transaction; let plan = ScenarioBuilder::with_node_counts(2, 1) .enable_node_control() .transactions() .rate(3) .users(4) .apply() .chaos_random_restart() .min_delay(Duration::from_secs(45)) .max_delay(Duration::from_secs(75)) .target_cooldown(Duration::from_secs(120)) .apply() .with_run_duration(Duration::from_secs(120)) .expect_consensus_liveness() .build();","breadcrumbs":"Part II — User Guide » Examples » Chaos + liveness check","id":"20","title":"Chaos + liveness check"},"21":{"body":"These illustrative scenarios stretch the framework to show how to build new\\nworkloads, expectations, deployers, and topology tricks. They are intentionally\\n“synthetic” to teach capabilities rather than prescribe production tests.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Advanced & Artificial Examples","id":"21","title":"Advanced & Artificial Examples"},"22":{"body":"Idea: induce a partial partition between nodes (e.g., block a subset of peers) mid-run, then heal it, to verify recovery and catch-up. Demonstrates: using node control/peer blocking to simulate partitions and asserting liveness plus height convergence afterward. Shape: a custom workload that blocks/unblocks peers; an expectation that all nodes reach the same height after healing. Setup (Rust): use testing_framework_core::scenario::ScenarioBuilder;\\n// PartitionChaosWorkload and HeightConvergenceExpectation are custom components you write. let plan = ScenarioBuilder::with_node_counts(3, 0) .enable_node_control() .with_workload(PartitionChaosWorkload::new().duration(Duration::from_secs(60))) .with_expectation(HeightConvergenceExpectation::new()) .with_run_duration(Duration::from_secs(150)) .build();","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Partition-and-Recover Chaos","id":"22","title":"Partition-and-Recover Chaos"},"23":{"body":"Idea: drive a high transaction rate to create backpressure and assert inclusion latency stays under a target budget. Demonstrates: SLO-style expectations (e.g., p95 inclusion time) under load, beyond simple liveness. Shape: high-rate tx workload plus an expectation that measures inclusion delay versus a threshold. Setup (Rust): use std::time::Duration;\\nuse testing_framework_core::scenario::ScenarioBuilder;\\n// HighRateTxWorkload drives load; InclusionSLOExpectation measures latency. let plan = ScenarioBuilder::with_node_counts(2, 1) .transactions().rate(20).users(16).apply() .with_expectation(InclusionSLOExpectation::with_budget(Duration::from_secs(10))) .with_run_duration(Duration::from_secs(120)) .build();","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Mempool Saturation SLO","id":"23","title":"Mempool Saturation SLO"},"24":{"body":"Idea: repeatedly hit node HTTP/RPC endpoints with schema-aware checks to ensure responses stay well-formed and timely under load. Demonstrates: validating external contract stability (shape + latency) while workloads run; catching regressions in public-facing APIs. Shape: custom probe workload that polls endpoints; expectation that enforces response codes/fields and latency bands. Setup (Rust): use testing_framework_core::scenario::ScenarioBuilder;\\n// ApiProbeWorkload and ApiContractExpectation are custom components you write. let plan = ScenarioBuilder::with_node_counts(2, 1) .with_workload(ApiProbeWorkload::new().endpoint(\\"/health\\").p95_latency(Duration::from_millis(500))) .with_expectation(ApiContractExpectation::default()) .with_run_duration(Duration::from_secs(60)) .build();","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » API Contract Probe","id":"24","title":"API Contract Probe"},"25":{"body":"Idea: remove a validator and add a new one mid-run (or restart with a new key) to verify the cluster reconfigures and maintains progress. Demonstrates: handling validator churn and ensuring consensus/height convergence after membership changes. Shape: custom workload that stops one validator and starts another; expectation that heights converge and no prolonged stalls occur. Setup (Rust): use testing_framework_core::scenario::ScenarioBuilder;\\n// ValidatorChurnWorkload manages stop/start; HeightConvergenceExpectation checks final state. let plan = ScenarioBuilder::with_node_counts(3, 0) .enable_node_control() .with_workload(ValidatorChurnWorkload::new().replace_after(Duration::from_secs(45))) .with_expectation(HeightConvergenceExpectation::new()) .with_run_duration(Duration::from_secs(180)) .build();","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Validator Churn (Replace/Join)","id":"25","title":"Validator Churn (Replace/Join)"},"26":{"body":"Idea: sweep transaction and DA blob rates upward in steps to identify throughput limits and where inclusion/availability SLOs start failing. Demonstrates: combined-path stress (tx + DA) with SLO-based expectations on inclusion and DA responsiveness. Shape: workload that increases rates every N seconds; expectation that tracks inclusion latency and DA API health within budgets. Setup (Rust): use testing_framework_core::scenario::ScenarioBuilder;\\n// ThroughputSweepWorkload ramps tx + DA; CombinedSLOExpectation enforces budgets. let plan = ScenarioBuilder::with_node_counts(2, 1) .with_workload(ThroughputSweepWorkload::new() .start_tx_rate(2).end_tx_rate(20) .start_da_rate(1).end_da_rate(10) .step_duration(Duration::from_secs(30))) .with_expectation(CombinedSLOExpectation::with_budgets( Duration::from_secs(10), // tx inclusion Duration::from_secs(5), // DA responsiveness )) .with_run_duration(Duration::from_secs(180)) .build();","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Mixed DA + Tx Throughput Sweep","id":"26","title":"Mixed DA + Tx Throughput Sweep"},"27":{"body":"Idea: topology parameters change at runtime (random validators, DA\\nsettings, network shapes). Demonstrates: randomized property testing and fuzzing approaches to\\ntopology building. Shape: pick roles and network layouts randomly per run; keep expectations\\ntolerant to variability while still asserting core liveness. Setup (Rust): use testing_framework_core::scenario::ScenarioBuilder;\\n// StochasticTopologyBuilder wraps ScenarioBuilder to randomize counts/layout. let plan = StochasticTopologyBuilder::new() .with_validator_range(1..=4) .with_executor_range(0..=2) .with_random_layouts() .finish() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(90)) .build();","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Stochastic Topology Generator","id":"27","title":"Stochastic Topology Generator"},"28":{"body":"Running a scenario follows the same conceptual flow regardless of environment: Select or author a scenario plan that pairs a topology with workloads,\\nexpectations, and a suitable run window. Choose a runner aligned with your environment (local, compose, or k8s) and\\nensure its prerequisites are available. Deploy the plan through the runner; wait for readiness signals before\\nstarting workloads. Let workloads drive activity for the planned duration; keep observability\\nsignals visible so you can correlate outcomes. Evaluate expectations and capture results as the primary pass/fail signal. Use the same plan across different runners to compare behavior between local\\ndevelopment and CI or cluster settings. For environment prerequisites and\\nflags, see Operations.","breadcrumbs":"Part II — User Guide » Running Scenarios » Running Scenarios","id":"28","title":"Running Scenarios"},"29":{"body":"Runners turn a scenario plan into a live environment while keeping the plan\\nunchanged. Choose based on feedback speed, reproducibility, and fidelity. For\\nenvironment and operational considerations, see Operations:","breadcrumbs":"Part II — User Guide » Runners » Runners","id":"29","title":"Runners"},"3":{"body":"The Nomos Testing Framework is a purpose-built toolkit for exercising Nomos in\\nrealistic, multi-node environments. It solves the gap between small, isolated\\ntests and full-system validation by letting teams describe a cluster layout,\\ndrive meaningful traffic, and assert the outcomes in one coherent plan. It is for protocol engineers, infrastructure operators, and QA teams who need\\nrepeatable confidence that validators, executors, and data-availability\\ncomponents work together under network and timing constraints. Multi-node integration testing is required because many Nomos behaviors—block\\nprogress, data availability, liveness under churn—only emerge when several\\nroles interact over real networking and time. This framework makes those checks\\ndeclarative, observable, and portable across environments.","breadcrumbs":"Part I — Foundations » Introduction » Introduction","id":"3","title":"Introduction"},"30":{"body":"Launches node processes directly on the host. Fastest feedback loop and minimal orchestration overhead. Best for development-time iteration and debugging.","breadcrumbs":"Part II — User Guide » Runners » Local runner","id":"30","title":"Local runner"},"31":{"body":"Starts nodes in containers to provide a reproducible multi-node stack on a\\nsingle machine. Discovers service ports and wires observability for convenient inspection. Good balance between fidelity and ease of setup.","breadcrumbs":"Part II — User Guide » Runners » Docker Compose runner","id":"31","title":"Docker Compose runner"},"32":{"body":"Deploys nodes onto a cluster for higher-fidelity, longer-running scenarios. Suits CI or shared environments where cluster behavior and scheduling matter.","breadcrumbs":"Part II — User Guide » Runners » Kubernetes runner","id":"32","title":"Kubernetes runner"},"33":{"body":"All runners require at least one validator and, for transaction scenarios,\\naccess to seeded wallets. Readiness probes gate workload start so traffic begins only after nodes are\\nreachable. Environment flags can relax timeouts or increase tracing when diagnostics are\\nneeded. Mermaid view (runner abstraction): flowchart TD Plan[Scenario Plan] --> RunSel{Runner (local | compose | k8s)} RunSel --> Provision[Provision & readiness] Provision --> Runtime[Runtime + observability] Runtime --> Exec[Workloads & Expectations execute]","breadcrumbs":"Part II — User Guide » Runners » Common expectations","id":"33","title":"Common expectations"},"34":{"body":"Operational readiness focuses on prerequisites, environment fit, and clear\\nsignals: Prerequisites: keep a sibling nomos-node checkout available; ensure the\\nchosen runner’s platform needs are met (local binaries for host runs, Docker\\nfor compose, cluster access for k8s). Artifacts: some scenarios depend on prover or circuit assets; fetch them\\nahead of time with the provided helper scripts when needed. Environment flags: use slow-environment toggles to relax timeouts, enable\\ntracing when debugging, and adjust observability ports to avoid clashes. Readiness checks: verify runners report node readiness before starting\\nworkloads; this avoids false negatives from starting too early. Failure triage: map failures to missing prerequisites (wallet seeding,\\nnode control availability), runner platform issues, or unmet expectations.\\nStart with liveness signals, then dive into workload-specific assertions. Treat operational hygiene—assets present, prerequisites satisfied, observability\\nreachable—as the first step to reliable scenario outcomes. Mermaid view (metrics/observability flow): flowchart TD Expose[Runner exposes endpoints/ports] --> Collect[Runtime collects block/health signals] Collect --> Consume[Expectations consume signals and decide pass/fail] Consume --> Inspect[Operators inspect logs/metrics when failures arise]","breadcrumbs":"Part II — User Guide » Operations » Operations","id":"34","title":"Operations"},"35":{"body":"Deep dives for contributors who extend the framework, evolve its abstractions,\\nor maintain the crate set.","breadcrumbs":"Part III — Developer Reference » Part III — Developer Reference","id":"35","title":"Part III — Developer Reference"},"36":{"body":"The scenario model defines clear, composable responsibilities: Topology: a declarative description of the cluster—how many nodes, their\\nroles, and the broad network and data-availability characteristics. Validators\\nrun the nomos-node binary (consensus/block production); executors run the nomos-executor binary (consensus-aware executor service stack). The topology\\nrepresents the intended shape of the system under test. Scenario: a plan combining topology, workloads, expectations, and a run\\nwindow. Building a scenario validates prerequisites (like seeded wallets) and\\nensures the run lasts long enough to observe meaningful block progression. Workloads: asynchronous tasks that generate traffic or conditions. They\\nuse shared context to interact with the deployed cluster and may bundle\\ndefault expectations. Expectations: post-run assertions. They can capture baselines before\\nworkloads start and evaluate success once activity stops. Runtime: coordinates workloads and expectations for the configured\\nduration, enforces cooldowns when control actions occur, and ensures cleanup\\nso runs do not leak resources. Developers extending the model should keep these boundaries strict: topology\\ndescribes, scenarios assemble, runners deploy, workloads drive, and expectations\\njudge outcomes. For guidance on adding new capabilities, see Extending the Framework.","breadcrumbs":"Part III — Developer Reference » Scenario Model (Developer Level) » Scenario Model (Developer Level)","id":"36","title":"Scenario Model (Developer Level)"},"37":{"body":"","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Extending the Framework","id":"37","title":"Extending the Framework"},"38":{"body":"Implement the workload contract: provide a name, optional bundled expectations, validate prerequisites up front, and drive asynchronous activity against the deployed cluster. Export it through the workflows layer and consider adding DSL helpers for ergonomic wiring.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding a workload","id":"38","title":"Adding a workload"},"39":{"body":"Implement the expectation contract: capture baselines if needed and evaluate outcomes after workloads finish; report meaningful errors to aid debugging. Expose reusable expectations from the workflows layer so scenarios can attach them declaratively.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding an expectation","id":"39","title":"Adding an expectation"},"4":{"body":"The framework follows a clear flow: Topology → Scenario → Deployer → Runner → Workloads → Expectations. Topology describes the cluster: how many nodes, their roles, and the high-level network and data-availability parameters they should follow. Scenario combines that topology with the activities to run and the checks to perform, forming a single plan. Deployer turns the plan into a concrete environment on the chosen backend (local processes, Docker Compose, or Kubernetes). Runner is shared across deployers; it drives workloads and expectations using the provided runtime context. Workloads generate traffic and conditions that exercise the system. Expectations observe the run and judge success or failure once activity completes. The deployer supplies a RunContext (clients, metrics, optional NodeControlHandle) that the runner and workloads/expectations share; it carries the runtime view and control hooks for the deployed cluster. The optional NodeControlHandle lets the runner (and chaos workloads) restart or manage nodes in the deployed environment. Mermaid view: sequenceDiagram participant T as Topology (shape cluster) participant S as Scenario (plan) participant D as Deployer (provision env) participant R as Runner (drive with RunContext) participant W as Workloads (drive traffic) participant X as Expectations (verify outcomes) T->>S: describe roles/params S->>D: hand plan D->>R: provision + provide RunContext R->>W: start workloads with context R->>X: evaluate outcomes after run Each layer has a narrow responsibility so that cluster shape, deployment choice,\\ntraffic generation, and health checks can evolve independently while fitting\\ntogether predictably.","breadcrumbs":"Part I — Foundations » Architecture Overview » Architecture Overview","id":"4","title":"Architecture Overview"},"40":{"body":"Implement the deployer contract for the target backend, producing a runtime context with client access, metrics endpoints, and optional node control. Preserve cleanup guarantees so resources are reclaimed even when runs fail; mirror readiness and observation signals used by existing runners for consistency.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding a runner","id":"40","title":"Adding a runner"},"41":{"body":"Extend the topology description with new layouts or presets while keeping defaults safe and predictable; favor declarative inputs over ad hoc logic so scenarios stay reviewable.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding topology helpers","id":"41","title":"Adding topology helpers"},"42":{"body":"The deployer supplies a RunContext that workloads and expectations share. It\\nprovides: Topology descriptors ( GeneratedTopology) Client handles ( NodeClients / ClusterClient) for HTTP/RPC calls Metrics ( RunMetrics, Metrics) and block feed Optional NodeControlHandle for managing nodes (restart, block/unblock peers)","breadcrumbs":"Part III — Developer Reference » Node Control & RunContext » Node Control & RunContext","id":"42","title":"Node Control & RunContext"},"43":{"body":"Check for control support and use it conditionally: use testing_framework_core::scenario::{Expectation, RunContext, Workload}; struct RestartWorkload; impl Workload for RestartWorkload { fn name(&self) -> &\'static str { \\"restart_workload\\" } async fn start(&self, ctx: &RunContext) -> Result<(), Box> { if let Some(control) = ctx.node_control() { // Restart the first validator (index 0) if supported. control.restart_validator(0).await?; } Ok(()) }\\n} When chaos workloads need control, require enable_node_control() in the\\nscenario builder and deploy with a runner that supports it.","breadcrumbs":"Part III — Developer Reference » Node Control & RunContext » Accessing node control in workloads/expectations","id":"43","title":"Accessing node control in workloads/expectations"},"44":{"body":"Some runners expose peer management through NodeControlHandle. A simple\\nexpectation could block/unblock a peer to simulate isolation: struct PeerBlockExpectation; impl Expectation for PeerBlockExpectation { fn name(&self) -> &str { \\"peer_block_test\\" } async fn evaluate(&mut self, ctx: &RunContext) -> Result<(), Box> { let Some(control) = ctx.node_control() else { return Err(\\"node control not available\\".into()); }; // Block peer on validator 0 control.block_peer(0, \\"peer-id\\".to_string()).await?; // ... perform checks ... control.unblock_peer(0, \\"peer-id\\".to_string()).await?; Ok(()) }\\n}","breadcrumbs":"Part III — Developer Reference » Node Control & RunContext » Peer blocking example","id":"44","title":"Peer blocking example"},"45":{"body":"Always guard control usage: not all runners expose NodeControlHandle. Treat control as best-effort: failures should surface as test failures, but\\nworkloads should degrade gracefully when control is absent. Combine control actions with expectations (e.g., restart then assert height\\nconvergence) to keep scenarios meaningful.","breadcrumbs":"Part III — Developer Reference » Node Control & RunContext » Considerations","id":"45","title":"Considerations"},"46":{"body":"A minimal, end-to-end illustration of adding a custom workload and matching\\nexpectation. This shows the shape of the traits and where to plug into the\\nframework; expand the logic to fit your real test.","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Example: New Workload & Expectation (Rust)","id":"46","title":"Example: New Workload & Expectation (Rust)"},"47":{"body":"Key ideas: name: identifies the workload in logs. expectations: workloads can bundle defaults so callers don’t forget checks. init: derive inputs from the generated topology (e.g., pick a target node). start: drive async activity using the shared RunContext. use std::sync::Arc;\\nuse async_trait::async_trait;\\nuse testing_framework_core::scenario::{ DynError, Expectation, RunContext, RunMetrics, Workload,\\n};\\nuse testing_framework_core::topology::GeneratedTopology; pub struct ReachabilityWorkload { target_idx: usize, bundled: Vec>,\\n} impl ReachabilityWorkload { pub fn new(target_idx: usize) -> Self { Self { target_idx, bundled: vec![Box::new(ReachabilityExpectation::new(target_idx))], } }\\n} #[async_trait]\\nimpl Workload for ReachabilityWorkload { fn name(&self) -> &\'static str { \\"reachability_workload\\" } fn expectations(&self) -> Vec> { self.bundled.clone() } fn init( &mut self, topology: &GeneratedTopology, _metrics: &RunMetrics, ) -> Result<(), DynError> { if topology.validators().get(self.target_idx).is_none() { return Err(\\"no validator at requested index\\".into()); } Ok(()) } async fn start(&self, ctx: &RunContext) -> Result<(), DynError> { let client = ctx .clients() .validators() .get(self.target_idx) .ok_or(\\"missing target client\\")?; // Pseudo-action: issue a lightweight RPC to prove reachability. client.health_check().await.map_err(|e| e.into()) }\\n}","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Workload: simple reachability probe","id":"47","title":"Workload: simple reachability probe"},"48":{"body":"Key ideas: start_capture: snapshot baseline if needed (not used here). evaluate: assert the condition after workloads finish. use async_trait::async_trait;\\nuse testing_framework_core::scenario::{DynError, Expectation, RunContext}; pub struct ReachabilityExpectation { target_idx: usize,\\n} impl ReachabilityExpectation { pub fn new(target_idx: usize) -> Self { Self { target_idx } }\\n} #[async_trait]\\nimpl Expectation for ReachabilityExpectation { fn name(&self) -> &str { \\"target_reachable\\" } async fn evaluate(&mut self, ctx: &RunContext) -> Result<(), DynError> { let client = ctx .clients() .validators() .get(self.target_idx) .ok_or(\\"missing target client\\")?; client.health_check().await.map_err(|e| { format!(\\"target became unreachable during run: {e}\\").into() }) }\\n}","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Expectation: confirm the target stayed reachable","id":"48","title":"Expectation: confirm the target stayed reachable"},"49":{"body":"Build your scenario as usual and call .with_workload(ReachabilityWorkload::new(0)). The bundled expectation is attached automatically; you can add more with .with_expectation(...) if needed. Keep the logic minimal and fast for smoke tests; grow it into richer probes\\nfor deeper scenarios.","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » How to wire it","id":"49","title":"How to wire it"},"5":{"body":"Declarative over imperative: describe the desired cluster shape, traffic, and success criteria; let the framework orchestrate the run. Observable health signals: prefer liveness and inclusion signals that reflect real user impact instead of internal debug state. Determinism first: default scenarios aim for repeatable outcomes with fixed topologies and traffic rates; variability is opt-in. Targeted non-determinism: introduce randomness (e.g., restarts) only when probing resilience or operational robustness. Protocol time, not wall time: reason in blocks and protocol-driven intervals to reduce dependence on host speed or scheduler noise. Minimum run window: always allow enough block production to make assertions meaningful; very short runs risk false confidence. Use chaos with intent: chaos workloads are for recovery and fault-tolerance validation, not for baseline functional checks.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Testing Philosophy","id":"5","title":"Testing Philosophy"},"50":{"body":"High-level roles of the crates that make up the framework: Configs: prepares reusable configuration primitives for nodes, networking,\\ntracing, data availability, and wallets, shared by all scenarios and runners. Core scenario orchestration: houses the topology and scenario model,\\nruntime coordination, node clients, and readiness/health probes. Workflows: packages workloads and expectations into reusable building\\nblocks and offers a fluent DSL to assemble them. Runners: implements deployment backends (local host, Docker Compose,\\nKubernetes) that all consume the same scenario plan. Test workflows: example scenarios and integration checks that exercise the\\nframework end to end and serve as living documentation. Use this map to locate where to add new capabilities: configuration primitives\\nin configs, orchestration changes in core, reusable traffic/assertions in\\nworkflows, environment adapters in runners, and demonstrations in tests.","breadcrumbs":"Part III — Developer Reference » Internal Crate Reference » Internal Crate Reference","id":"50","title":"Internal Crate Reference"},"51":{"body":"Quick-reference material and supporting guidance to keep scenarios discoverable,\\ndebuggable, and consistent.","breadcrumbs":"Part IV — Appendix » Part IV — Appendix","id":"51","title":"Part IV — Appendix"},"52":{"body":"The framework offers a fluent builder style to keep scenarios readable. Common\\nknobs: Topology shaping: set validator and executor counts, pick a network layout\\nstyle, and adjust high-level data-availability traits. Wallet seeding: define how many users participate and the total funds\\navailable for transaction workloads. Workload tuning: configure transaction rates, data-availability channel\\nand blob rates, and whether chaos restarts should include validators,\\nexecutors, or both. Expectations: attach liveness and workload-specific checks so success is\\nexplicit. Run window: set a minimum duration long enough for multiple blocks to be\\nobserved and verified. Use these knobs to express intent clearly, keeping scenario definitions concise\\nand consistent across teams.","breadcrumbs":"Part IV — Appendix » DSL Cheat Sheet » Core Content: DSL Cheat Sheet","id":"52","title":"Core Content: DSL Cheat Sheet"},"53":{"body":"Common symptoms and likely causes: No or slow block progression: runner started workloads before readiness, insufficient run window, or environment too slow—extend duration or enable slow-environment tuning. Transactions not included: missing or insufficient wallet seeding, misaligned transaction rate with block cadence, or network instability—reduce rate and verify wallet setup. Chaos stalls the run: node control not available for the chosen runner or restart cadence too aggressive—enable control capability and widen restart intervals. Observability gaps: metrics or logs unreachable because ports clash or services are not exposed—adjust observability ports and confirm runner wiring. Flaky behavior across runs: mixing chaos with functional smoke tests or inconsistent topology between environments—separate deterministic and chaos scenarios and standardize topology presets.","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Troubleshooting Scenarios","id":"53","title":"Troubleshooting Scenarios"},"54":{"body":"Why block-oriented timing? Using block cadence reduces dependence on host speed and keeps assertions aligned with protocol behavior. Can I reuse the same scenario across runners? Yes. The plan stays the same; swap runners (local, compose, k8s) to target different environments. When should I enable chaos workloads? Only when testing resilience or operational recovery; keep functional smoke tests deterministic. How long should runs be? Long enough for multiple blocks so liveness and inclusion checks are meaningful; very short runs risk false confidence. Do I always need seeded wallets? Only for transaction scenarios. Data-availability or pure chaos scenarios may not require them, but liveness checks still need validators producing blocks. What if expectations fail but workloads “look fine”? Trust expectations first—they capture the intended success criteria. Use the observability signals and runner logs to pinpoint why the system missed the target.","breadcrumbs":"Part IV — Appendix » FAQ » FAQ","id":"54","title":"FAQ"},"55":{"body":"Validator: node role that runs the nomos-node binary for consensus and\\nblock production. Executor: node role that runs the nomos-executor binary, participates in\\nconsensus, and executes the executor service stack (including its own\\nmempool/topic wiring). DA (Data Availability): subsystem ensuring blobs or channel data are\\npublished and retrievable for validation. Workload: traffic or behavior generator that exercises the system during a\\nscenario run. Expectation: post-run assertion that judges whether the system met the\\nintended success criteria. Topology: declarative description of the cluster shape, roles, and\\nhigh-level parameters for a scenario. Blockfeed: stream of block observations used for liveness or inclusion\\nsignals during a run. Control capability: the ability for a runner to start, stop, or restart\\nnodes, used by chaos workloads.","breadcrumbs":"Part IV — Appendix » Glossary » Glossary","id":"55","title":"Glossary"},"6":{"body":"Build the plan: Declare a topology, attach workloads and expectations, and set the run window. The plan is the single source of truth for what will happen. Deploy: Hand the plan to a runner. It provisions the environment on the chosen backend and waits for nodes to signal readiness. Drive workloads: Start traffic and behaviors (transactions, data-availability activity, restarts) for the planned duration. Observe blocks and signals: Track block progression and other high-level metrics during or after the run window to ground assertions in protocol time. Evaluate expectations: Once activity stops (and optional cooldown completes), check liveness and workload-specific outcomes to decide pass or fail. Cleanup: Tear down resources so successive runs start fresh and do not inherit leaked state. Mermaid view (sequence): sequenceDiagram participant P as Plan (topology + workloads + expectations) participant D as Deployer (provision & readiness) participant R as Runner (orchestrate run) participant X as Expectations (baseline + evaluation) participant W as Workloads (drive traffic) participant C as Cleanup P->>D: hand scenario plan D->>R: provision env + provide RunContext R->>X: start_capture baseline R->>W: start workloads for run window R-->>X: consume signals during run (block feed/metrics) R-->>R: observe blocks/metrics during run R->>X: evaluate expectations after workloads R->>C: cleanup resources","breadcrumbs":"Part I — Foundations » Scenario Lifecycle (Conceptual) » Scenario Lifecycle (Conceptual)","id":"6","title":"Scenario Lifecycle (Conceptual)"},"7":{"body":"Modular crates keep configuration, orchestration, workloads, and runners decoupled so each can evolve without breaking the others. Pluggable runners let the same scenario run on a laptop, a Docker host, or a Kubernetes cluster, making validation portable across environments. Separated workloads and expectations clarify intent: what traffic to generate versus how to judge success. This simplifies review and reuse. Declarative topology makes cluster shape explicit and repeatable, reducing surprise when moving between CI and developer machines. Maintainability through predictability: a clear flow from plan to deployment to verification lowers the cost of extending the framework and interpreting failures.","breadcrumbs":"Part I — Foundations » Design Rationale » Design Rationale","id":"7","title":"Design Rationale"},"8":{"body":"Practical guidance for shaping scenarios, combining workloads and expectations,\\nand running them across different environments.","breadcrumbs":"Part II — User Guide » Part II — User Guide","id":"8","title":"Part II — User Guide"},"9":{"body":"The workspace focuses on multi-node integration testing and sits alongside a nomos-node checkout. Its crates separate concerns to keep scenarios\\nrepeatable and portable: Configs: prepares high-level node, network, tracing, and wallet settings\\nused across test environments. Core scenario orchestration: the engine that holds topology descriptions,\\nscenario plans, runtimes, workloads, and expectations. Workflows: ready-made workloads (transactions, data-availability, chaos)\\nand reusable expectations assembled into a user-facing DSL. Runners: deployment backends for local processes, Docker Compose, and\\nKubernetes, all consuming the same scenario plan. Test workflows: example scenarios and integration checks that show how\\nthe pieces fit together. This split keeps configuration, orchestration, reusable traffic patterns, and\\ndeployment adapters loosely coupled while sharing one mental model for tests.","breadcrumbs":"Part II — User Guide » Workspace Layout » Workspace Layout","id":"9","title":"Workspace Layout"}},"length":56,"save":true},"fields":["title","body","breadcrumbs"],"index":{"body":{"root":{"0":{"df":6,"docs":{"14":{"tf":1.0},"18":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0}}},"1":{"df":5,"docs":{"19":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0}}},"2":{"df":1,"docs":{"18":{"tf":1.0}}},"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"55":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"33":{"tf":1.0},"35":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"33":{"tf":1.0},"34":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"36":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0}}}},"v":{"df":11,"docs":{"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.0},"28":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"47":{"tf":1.0},"6":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"18":{"tf":1.0}}}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"10":{"tf":1.0},"50":{"tf":1.0},"9":{"tf":1.0}}}}},"d":{"df":5,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"25":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}},"df":6,"docs":{"36":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"46":{"tf":1.0}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"17":{"tf":1.0},"34":{"tf":1.0},"52":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"21":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"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":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}}}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"d":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":1,"docs":{"5":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":4,"docs":{"11":{"tf":1.0},"15":{"tf":1.4142135623730951},"28":{"tf":1.0},"54":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"16":{"tf":1.0},"5":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":3,"docs":{"45":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"25":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":2,"docs":{"24":{"tf":1.4142135623730951},"26":{"tf":1.0}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"51":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"0":{"tf":1.0}}},"df":4,"docs":{"14":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"2":{"tf":1.0},"27":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"4":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"34":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"36":{"tf":1.0},"50":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":14,"docs":{"10":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"6":{"tf":1.0}}}},"t":{"df":2,"docs":{"10":{"tf":1.0},"34":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"0":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{":":{":":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"47":{"tf":1.0},"48":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"47":{"tf":1.0},"48":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":4,"docs":{"43":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.4142135623730951},"48":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"36":{"tf":1.0},"38":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":7,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"39":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"28":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"\\"":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":16,"docs":{"0":{"tf":1.4142135623730951},"11":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"28":{"tf":1.0},"3":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"36":{"tf":1.0},"4":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.7320508075688772},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"16":{"tf":1.0},"34":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"24":{"tf":1.0},"36":{"tf":1.0}}}},"df":0,"docs":{}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"10":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"23":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"n":{"d":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":3,"docs":{"16":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"20":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"e":{"c":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"16":{"tf":1.0},"28":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"53":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"33":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":8,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"28":{"tf":1.0},"32":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"6":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"16":{"tf":1.0},"30":{"tf":1.0},"45":{"tf":1.0}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":7,"docs":{"16":{"tf":1.0},"22":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"53":{"tf":1.0},"7":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"34":{"tf":1.0},"36":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"b":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":6,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"13":{"tf":1.0},"26":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0}},"s":{"/":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"19":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"42":{"tf":1.0},"44":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":17,"docs":{"0":{"tf":1.7320508075688772},"11":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"18":{"tf":1.0},"22":{"tf":1.4142135623730951},"36":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.4142135623730951},"5":{"tf":1.4142135623730951},"50":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":2.0},"55":{"tf":1.4142135623730951},"6":{"tf":1.7320508075688772}},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"55":{"tf":1.0}}}},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"0":{"tf":1.0},"1":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"12":{"tf":1.0},"14":{"tf":1.0},"19":{"tf":1.0},"52":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"36":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"a":{"d":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"23":{"tf":1.0},"26":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":15,"docs":{"14":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"36":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"43":{"tf":1.0},"52":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":5,"docs":{"15":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"47":{"tf":1.7320508075688772},"49":{"tf":1.0}}}},"df":0,"docs":{}}}},"c":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"53":{"tf":1.4142135623730951},"54":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"14":{"tf":1.0},"42":{"tf":1.0},"49":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"21":{"tf":1.0},"36":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"28":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"54":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"22":{"tf":1.0},"24":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":1,"docs":{"6":{"tf":1.4142135623730951}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"1":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"50":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":4,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0}}}}}},"o":{"df":14,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"20":{"tf":1.4142135623730951},"22":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"5":{"tf":1.4142135623730951},"52":{"tf":1.0},"53":{"tf":1.7320508075688772},"54":{"tf":1.4142135623730951},"55":{"tf":1.0},"9":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"11":{"tf":1.0},"36":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":19,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.4142135623730951},"6":{"tf":1.0},"9":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"34":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"c":{"df":4,"docs":{"14":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"11":{"tf":1.4142135623730951},"16":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"34":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"25":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}}}}},"i":{"df":4,"docs":{"16":{"tf":1.0},"28":{"tf":1.0},"32":{"tf":1.0},"7":{"tf":1.0}},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"34":{"tf":1.0},"53":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"36":{"tf":1.0},"40":{"tf":1.0},"6":{"tf":1.7320508075688772}}}}},"r":{"df":7,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"15":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"|":{"df":2,"docs":{"47":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":6,"docs":{"4":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.7320508075688772},"48":{"tf":1.7320508075688772},"50":{"tf":1.0}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"42":{"tf":1.0}}}}},"df":15,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":2.0},"5":{"tf":1.0},"55":{"tf":1.0},"7":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"36":{"tf":1.0}}}}}}}}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"\\"":{"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":{"14":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}}},"df":2,"docs":{"14":{"tf":1.0},"34":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"17":{"tf":1.0},"26":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0},"8":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"10":{"tf":1.0},"15":{"tf":1.0},"33":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"16":{"tf":1.0},"28":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"22":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.0}}},"s":{"df":13,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"16":{"tf":1.0},"28":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"9":{"tf":1.0}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":3,"docs":{"2":{"tf":1.0},"28":{"tf":1.0},"6":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"16":{"tf":1.0},"9":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"14":{"tf":1.0},"52":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"4":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"36":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"43":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"3":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":3,"docs":{"10":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"9":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":8,"docs":{"10":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.0},"36":{"tf":1.0},"50":{"tf":1.4142135623730951},"52":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"df":3,"docs":{"20":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":8,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.0},"36":{"tf":1.0},"55":{"tf":1.4142135623730951}},"s":{"/":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"i":{"d":{"df":1,"docs":{"38":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"11":{"tf":1.0},"29":{"tf":1.0},"45":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"40":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"m":{"df":4,"docs":{"34":{"tf":1.4142135623730951},"50":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"31":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"1":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"15":{"tf":1.0},"52":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"14":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"24":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"35":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{".":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"0":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"0":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"0":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"/":{"df":0,"docs":{},"p":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":12,"docs":{"13":{"tf":1.4142135623730951},"20":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.7320508075688772},"44":{"tf":1.0},"45":{"tf":2.0},"53":{"tf":1.4142135623730951},"55":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"31":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":3,"docs":{"22":{"tf":1.0},"25":{"tf":1.4142135623730951},"45":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"36":{"tf":1.0},"6":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"36":{"tf":1.0},"50":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":8,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"15":{"tf":1.0},"27":{"tf":1.0},"50":{"tf":1.4142135623730951},"52":{"tf":1.0},"9":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"52":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"19":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"35":{"tf":1.0},"50":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"11":{"tf":1.0},"23":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":5,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":4,"docs":{"43":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":4,"docs":{"22":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"46":{"tf":1.0}}}}}}}},"d":{"a":{"df":7,"docs":{"0":{"tf":1.7320508075688772},"16":{"tf":1.0},"19":{"tf":1.7320508075688772},"20":{"tf":1.0},"26":{"tf":2.6457513110645907},"27":{"tf":1.0},"55":{"tf":1.0}},"t":{"a":{"df":13,"docs":{"0":{"tf":2.0},"11":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"19":{"tf":1.0},"3":{"tf":1.4142135623730951},"36":{"tf":1.0},"4":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"6":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"4":{"tf":1.7320508075688772},"6":{"tf":1.7320508075688772}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":4,"docs":{"30":{"tf":1.0},"34":{"tf":1.0},"39":{"tf":1.0},"5":{"tf":1.0}},"g":{"df":1,"docs":{"51":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"11":{"tf":1.0},"34":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"r":{"df":9,"docs":{"11":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.0},"5":{"tf":1.0},"55":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"35":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":5,"docs":{"15":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"11":{"tf":1.0},"36":{"tf":1.0},"52":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"52":{"tf":1.0}}}}}}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":8,"docs":{"10":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"50":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"34":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":16,"docs":{"10":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"28":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.4142135623730951},"38":{"tf":1.0},"4":{"tf":2.8284271247461903},"40":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"47":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":6,"docs":{"10":{"tf":1.0},"12":{"tf":1.4142135623730951},"3":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"5":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":4,"docs":{"36":{"tf":1.0},"41":{"tf":1.0},"55":{"tf":1.0},"9":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"42":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"7":{"tf":1.0}}}},"r":{"df":1,"docs":{"5":{"tf":1.0}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"5":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":6,"docs":{"16":{"tf":1.0},"28":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"7":{"tf":1.0}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"28":{"tf":1.0},"54":{"tf":1.0},"8":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"30":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"31":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"51":{"tf":1.0}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"34":{"tf":1.0},"35":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"11":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"50":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"50":{"tf":1.0}}}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"6":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"20":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"[":{"\\"":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":10,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"23":{"tf":1.4142135623730951},"28":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.7320508075688772},"47":{"tf":1.0},"6":{"tf":1.4142135623730951}},"n":{"df":2,"docs":{"12":{"tf":1.0},"5":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"l":{"df":6,"docs":{"10":{"tf":1.0},"15":{"tf":1.0},"38":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"9":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":8,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"28":{"tf":1.0},"36":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"0":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":3,"docs":{"48":{"tf":1.0},"55":{"tf":1.4142135623730951},"6":{"tf":1.7320508075688772}}}}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"47":{"tf":1.7320508075688772},"48":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":8,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"14":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"47":{"tf":1.0}}}}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"10":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"34":{"tf":1.0}}}}},"s":{"df":1,"docs":{"31":{"tf":1.0}},"i":{"df":1,"docs":{"11":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"15":{"tf":1.0},"20":{"tf":1.0},"34":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":4,"docs":{"20":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.0},"43":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"d":{"df":4,"docs":{"10":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"24":{"tf":1.4142135623730951},"40":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"24":{"tf":1.0},"26":{"tf":1.0},"36":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"3":{"tf":1.0},"9":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":5,"docs":{"11":{"tf":1.0},"36":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":7,"docs":{"0":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.4142135623730951},"55":{"tf":1.0}}}}},"v":{"df":2,"docs":{"4":{"tf":1.0},"6":{"tf":1.0}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":20,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"28":{"tf":1.7320508075688772},"29":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.7320508075688772},"4":{"tf":1.4142135623730951},"50":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"38":{"tf":1.0}}}}}}},"r":{"(":{"\\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"44":{"tf":1.0}}},"df":1,"docs":{"47":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"39":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"2":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"a":{"df":0,"docs":{},"l":{"[":{"\\"":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":1,"docs":{"14":{"tf":1.0}},"u":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"44":{"tf":1.0},"48":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":7,"docs":{"14":{"tf":1.0},"28":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"6":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"40":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":3,"docs":{"35":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0}}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":7,"docs":{"14":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"50":{"tf":1.0},"9":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"33":{"tf":1.0},"55":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":8,"docs":{"0":{"tf":1.4142135623730951},"11":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.7320508075688772},"52":{"tf":1.4142135623730951},"55":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":6,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"46":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":4,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"27":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"47":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":40,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.4142135623730951},"14":{"tf":1.4142135623730951},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.0},"28":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":2.23606797749979},"38":{"tf":1.0},"39":{"tf":1.7320508075688772},"4":{"tf":2.0},"42":{"tf":1.0},"44":{"tf":1.4142135623730951},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":2.0},"48":{"tf":1.7320508075688772},"49":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.0},"6":{"tf":2.23606797749979},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"15":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"16":{"tf":1.0},"52":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}},"s":{"df":4,"docs":{"34":{"tf":1.0},"39":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"—":{"a":{"d":{"df":0,"docs":{},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"52":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":5,"docs":{"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"41":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"10":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"24":{"tf":1.0}}}}}}},"}":{"\\"":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"48":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"f":{"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"24":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":4,"docs":{"26":{"tf":1.0},"40":{"tf":1.0},"54":{"tf":1.0},"6":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":6,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"34":{"tf":1.7320508075688772},"4":{"tf":1.0},"45":{"tf":1.4142135623730951},"7":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"s":{"df":3,"docs":{"34":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}}}},"q":{"df":1,"docs":{"54":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"11":{"tf":1.0},"49":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"16":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"16":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"54":{"tf":1.0}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":4,"docs":{"11":{"tf":1.0},"27":{"tf":1.0},"39":{"tf":1.0},"48":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"5":{"tf":1.0}},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"54":{"tf":1.0}}}}}}}}}},"t":{"df":6,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"9":{"tf":1.0}}},"x":{"df":1,"docs":{"5":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"28":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0}}},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"14":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":5,"docs":{"18":{"tf":1.0},"28":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"50":{"tf":1.0},"52":{"tf":1.0}}}}}}},"n":{"df":4,"docs":{"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"47":{"tf":2.23606797749979},"48":{"tf":1.7320508075688772}}},"o":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":3,"docs":{"0":{"tf":1.0},"34":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"28":{"tf":1.0},"4":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"15":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"t":{"!":{"(":{"\\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":2,"docs":{"24":{"tf":1.0},"4":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"2":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":14,"docs":{"0":{"tf":1.0},"10":{"tf":1.4142135623730951},"2":{"tf":1.0},"21":{"tf":1.0},"3":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.4142135623730951},"52":{"tf":1.0},"7":{"tf":1.0}},"’":{"df":1,"docs":{"15":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"6":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0}}}}}}},"d":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"27":{"tf":1.0}}}}}},"g":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"3":{"tf":1.0},"53":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"33":{"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":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"42":{"tf":1.0},"47":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":8,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"27":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"47":{"tf":1.0},"55":{"tf":1.0},"7":{"tf":1.0}}}}},"t":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"47":{"tf":1.0},"48":{"tf":1.0}}}},"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":1,"docs":{"1":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"55":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"11":{"tf":1.0},"16":{"tf":1.0}}}},"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"45":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"11":{"tf":1.0},"16":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":1,"docs":{"49":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"d":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"36":{"tf":1.0},"51":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"1":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"4":{"tf":1.0},"6":{"tf":1.4142135623730951}},"l":{"df":2,"docs":{"25":{"tf":1.0},"42":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"r":{"d":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"22":{"tf":1.4142135623730951}},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"11":{"tf":1.0},"26":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0}},"i":{"df":1,"docs":{"14":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"22":{"tf":1.0},"25":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":3,"docs":{"22":{"tf":1.4142135623730951},"25":{"tf":1.0},"45":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"10":{"tf":1.0},"15":{"tf":1.0},"34":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"0":{"tf":1.0},"48":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":9,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"23":{"tf":1.4142135623730951},"4":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}},"t":{"df":1,"docs":{"24":{"tf":1.0}}}},"o":{"c":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"4":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"30":{"tf":1.0},"34":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"50":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"c":{"df":2,"docs":{"24":{"tf":1.0},"42":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"i":{"[":{"\\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"d":{"\\"":{".":{"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":{"(":{")":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"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":{"a":{"df":8,"docs":{"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"26":{"tf":1.0},"47":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}},"i":{"df":1,"docs":{"35":{"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":3,"docs":{"17":{"tf":1.0},"21":{"tf":1.0},"46":{"tf":1.0}}}}}}}},"m":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"5":{"tf":1.0}}}},"l":{"df":4,"docs":{"43":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"50":{"tf":1.0}}}}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":4,"docs":{"0":{"tf":1.4142135623730951},"52":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":10,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.7320508075688772},"26":{"tf":1.7320508075688772},"5":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"19":{"tf":1.0},"26":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"26":{"tf":1.0},"33":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"\\"":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"47":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"43":{"tf":1.0}}}},"u":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"6":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"[":{"\\"":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"14":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"14":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"41":{"tf":1.0},"47":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"df":2,"docs":{"31":{"tf":1.0},"34":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":4,"docs":{"10":{"tf":1.0},"3":{"tf":1.0},"50":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"n":{"d":{"df":4,"docs":{"11":{"tf":1.0},"36":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":5,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"7":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"21":{"tf":1.0}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"0":{"tf":1.4142135623730951},"3":{"tf":1.0},"36":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":2,"docs":{"5":{"tf":1.0},"50":{"tf":1.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"7":{"tf":1.0}}}}}},"v":{"df":2,"docs":{"5":{"tf":1.0},"53":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"5":{"tf":1.0}},"t":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"3":{"tf":1.0},"44":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":2,"docs":{"34":{"tf":1.0},"47":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"11":{"tf":1.0},"30":{"tf":1.0}}}}},"v":{"df":1,"docs":{"51":{"tf":1.0}}}},"j":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"g":{"df":4,"docs":{"36":{"tf":1.0},"4":{"tf":1.0},"55":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"k":{"8":{"df":6,"docs":{"10":{"tf":1.0},"16":{"tf":1.0},"28":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"54":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":17,"docs":{"11":{"tf":1.0},"15":{"tf":1.7320508075688772},"16":{"tf":1.4142135623730951},"20":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"y":{"df":3,"docs":{"25":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0}}}},"n":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"52":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"11":{"tf":1.0},"32":{"tf":1.0},"4":{"tf":1.0},"50":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"36":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"23":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"26":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"15":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"19":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"15":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"41":{"tf":1.0},"52":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"36":{"tf":1.0},"6":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":2,"docs":{"3":{"tf":1.0},"4":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":11,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"13":{"tf":1.0},"19":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"13":{"tf":1.0},"26":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"14":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":19,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.0},"6":{"tf":1.0}}}}},"o":{"a":{"d":{"df":2,"docs":{"23":{"tf":1.4142135623730951},"24":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"k":{"8":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":11,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"28":{"tf":1.4142135623730951},"30":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"9":{"tf":1.0}}},"t":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":3,"docs":{"47":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0}},"i":{"c":{"df":4,"docs":{"0":{"tf":1.0},"41":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0}}},"df":0,"docs":{}},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"11":{"tf":1.0},"36":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"54":{"tf":1.0}}},"p":{"df":2,"docs":{"16":{"tf":1.0},"30":{"tf":1.0}}},"s":{"df":1,"docs":{"9":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"16":{"tf":1.0},"31":{"tf":1.0},"7":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"25":{"tf":1.0},"35":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":7,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"7":{"tf":1.4142135623730951}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"25":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":6,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"52":{"tf":1.0}}}},"p":{"df":3,"docs":{"10":{"tf":1.0},"34":{"tf":1.0},"50":{"tf":1.0}}},"t":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"51":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"11":{"tf":1.0},"32":{"tf":1.0}}}}}},"x":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"7":{"5":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"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":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":9,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.0}}}}},"t":{"df":1,"docs":{"15":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"23":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"25":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"df":1,"docs":{"23":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"1":{"tf":1.0},"2":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"d":{"df":5,"docs":{"14":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"34":{"tf":1.0},"55":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"c":{"df":5,"docs":{"4":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.4142135623730951},"53":{"tf":1.0},"6":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"i":{"d":{"df":2,"docs":{"22":{"tf":1.0},"25":{"tf":1.0}}},"df":0,"docs":{},"n":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"4":{"5":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"16":{"tf":1.0},"18":{"tf":1.0},"30":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"5":{"tf":1.0},"52":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":3,"docs":{"34":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0}}}},"x":{"df":2,"docs":{"26":{"tf":1.0},"53":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":7,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"15":{"tf":1.0},"2":{"tf":1.0},"36":{"tf":1.7320508075688772},"50":{"tf":1.0},"9":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"49":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"16":{"tf":1.0},"7":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":7,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"11":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.4142135623730951},"31":{"tf":1.0},"9":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"16":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"47":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":4,"docs":{"43":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"38":{"tf":1.0},"47":{"tf":1.0}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"df":1,"docs":{"26":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"16":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":9,"docs":{"15":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"39":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"54":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"g":{"df":1,"docs":{"34":{"tf":1.0}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":10,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"27":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"36":{"tf":1.0},"4":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"9":{"tf":1.0}}}}}}},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"47":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":6,"docs":{"21":{"tf":1.0},"25":{"tf":1.4142135623730951},"36":{"tf":1.0},"41":{"tf":1.0},"46":{"tf":1.0},"50":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"42":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":4,"docs":{"4":{"tf":1.4142135623730951},"42":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":25,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"11":{"tf":1.0},"13":{"tf":1.4142135623730951},"2":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.7320508075688772},"24":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.4142135623730951},"53":{"tf":1.0},"55":{"tf":2.0},"6":{"tf":1.0},"9":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"5":{"tf":1.0}},"i":{"df":1,"docs":{"16":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"df":8,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"10":{"tf":1.0},"3":{"tf":1.7320508075688772},"34":{"tf":1.0},"36":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"9":{"tf":1.0}}}},"n":{"df":1,"docs":{"5":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"15":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":16,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"36":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0},"6":{"tf":1.4142135623730951}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"16":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"25":{"tf":1.0},"36":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"50":{"tf":1.0},"52":{"tf":1.0}}}}}},"k":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"\\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"47":{"tf":1.0},"48":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":3,"docs":{"43":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0}}},"n":{"c":{"df":3,"docs":{"36":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0}}},"df":5,"docs":{"19":{"tf":1.0},"25":{"tf":1.4142135623730951},"3":{"tf":1.0},"33":{"tf":1.0},"9":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"32":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"11":{"tf":1.0},"20":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.4142135623730951},"3":{"tf":1.0},"34":{"tf":1.7320508075688772},"5":{"tf":1.0},"54":{"tf":1.0}}}},"t":{"df":2,"docs":{"15":{"tf":1.0},"5":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"20":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"42":{"tf":1.0},"6":{"tf":1.0}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":7,"docs":{"10":{"tf":1.0},"30":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.4142135623730951},"6":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"54":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":9,"docs":{"16":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"5":{"tf":1.0},"6":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"3":{"tf":1.0},"41":{"tf":1.0},"5":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}}},"p":{"9":{"5":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"10":{"tf":1.0},"50":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"1":{"tf":1.0},"28":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"27":{"tf":1.0},"4":{"tf":1.0},"55":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":4,"docs":{"2":{"tf":1.0},"35":{"tf":1.0},"51":{"tf":1.0},"8":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"22":{"tf":1.0}}}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":6,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"4":{"tf":2.449489742783178},"52":{"tf":1.0},"55":{"tf":1.0},"6":{"tf":2.449489742783178}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"28":{"tf":1.0},"34":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":1,"docs":{"6":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"13":{"tf":1.0},"19":{"tf":1.0},"26":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":3,"docs":{"15":{"tf":2.0},"16":{"tf":1.0},"9":{"tf":1.0}}}}}}}},"df":1,"docs":{"6":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":3,"docs":{"22":{"tf":1.4142135623730951},"42":{"tf":1.0},"44":{"tf":2.449489742783178}}}},"r":{"df":3,"docs":{"15":{"tf":1.0},"18":{"tf":1.0},"27":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":3,"docs":{"0":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0}}}}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"27":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"10":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"14":{"tf":1.0}}}}}}}},"l":{"a":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":22,"docs":{"1":{"tf":1.0},"14":{"tf":1.7320508075688772},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":2.0},"29":{"tf":1.4142135623730951},"3":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":2.0},"50":{"tf":1.0},"54":{"tf":1.0},"6":{"tf":2.449489742783178},"7":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"34":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"u":{"df":4,"docs":{"19":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0}},"g":{"df":1,"docs":{"46":{"tf":1.0}},"g":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"12":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"3":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":3,"docs":{"31":{"tf":1.0},"34":{"tf":1.0},"53":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"36":{"tf":1.0},"55":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"16":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"4":{"tf":1.0},"41":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"5":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"50":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"28":{"tf":1.4142135623730951},"34":{"tf":2.0},"36":{"tf":1.0},"38":{"tf":1.0}}}}}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"21":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"20":{"tf":1.0},"34":{"tf":1.0}}}},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"40":{"tf":1.0}}}},"t":{"df":3,"docs":{"16":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"28":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}}}}},"o":{"b":{"df":0,"docs":{},"e":{"df":8,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"24":{"tf":1.4142135623730951},"33":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"11":{"tf":1.0},"30":{"tf":1.0},"4":{"tf":1.0},"9":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":4,"docs":{"0":{"tf":1.0},"14":{"tf":1.0},"40":{"tf":1.0},"54":{"tf":1.0}},"t":{"df":4,"docs":{"21":{"tf":1.0},"36":{"tf":1.0},"5":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":7,"docs":{"11":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"25":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":6,"docs":{"0":{"tf":1.0},"15":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.4142135623730951},"54":{"tf":1.0},"6":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"47":{"tf":1.0}},"r":{"df":1,"docs":{"34":{"tf":1.0}}}},"i":{"d":{"df":6,"docs":{"31":{"tf":1.0},"34":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"42":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":3,"docs":{"33":{"tf":1.0},"4":{"tf":1.4142135623730951},"6":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"33":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"b":{"df":2,"docs":{"47":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"0":{"tf":1.0},"55":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"54":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"12":{"tf":1.0},"3":{"tf":1.0}}}}}}}},"q":{"a":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"26":{"tf":1.0}}}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"27":{"tf":1.7320508075688772},"5":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"tf":1.0}}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"(":{"3":{"df":2,"docs":{"18":{"tf":1.0},"20":{"tf":1.0}}},"5":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}},"df":11,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"23":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"5":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":2,"docs":{"4":{"tf":2.0},"6":{"tf":3.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"47":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"l":{"df":3,"docs":{"33":{"tf":1.0},"47":{"tf":1.4142135623730951},"48":{"tf":1.0}},"e":{"df":0,"docs":{},"—":{"a":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"22":{"tf":1.0}}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":8,"docs":{"20":{"tf":1.0},"28":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.7320508075688772},"40":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.4142135623730951},"9":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":4,"docs":{"0":{"tf":1.0},"3":{"tf":1.0},"46":{"tf":1.0},"5":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"1":{"tf":1.0},"3":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"5":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"40":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"25":{"tf":1.0}}}}}}}},"v":{"df":1,"docs":{"22":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":4,"docs":{"15":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"35":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"0":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"28":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"24":{"tf":1.0}}}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}},"x":{"df":2,"docs":{"33":{"tf":1.0},"34":{"tf":1.0}}}},"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"16":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"14":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"25":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"3":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"24":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"25":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"34":{"tf":1.0},"39":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"36":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":4,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":5,"docs":{"13":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"43":{"tf":1.0},"54":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":7,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"20":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"36":{"tf":1.0},"40":{"tf":1.0},"6":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":5,"docs":{"10":{"tf":1.0},"24":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"36":{"tf":1.0},"4":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":13,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.4142135623730951},"25":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.4142135623730951},"55":{"tf":1.0},"6":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"43":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":6,"docs":{"16":{"tf":1.0},"28":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.4142135623730951},"48":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"0":{"tf":1.0},"55":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"44":{"tf":1.0},"47":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"15":{"tf":1.0},"39":{"tf":1.0},"50":{"tf":1.7320508075688772},"9":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":3,"docs":{"16":{"tf":1.0},"54":{"tf":1.0},"7":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"41":{"tf":1.0},"7":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"5":{"tf":1.0},"54":{"tf":1.0}}}}},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":8,"docs":{"0":{"tf":1.0},"20":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.7320508075688772}},"s":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"p":{"c":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":7,"docs":{"4":{"tf":1.7320508075688772},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"47":{"tf":1.7320508075688772},"48":{"tf":1.4142135623730951},"6":{"tf":1.0}}}}}}}}},"df":26,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"11":{"tf":1.7320508075688772},"14":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.7320508075688772},"32":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":2.449489742783178},"4":{"tf":1.7320508075688772},"40":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.7320508075688772},"52":{"tf":1.0},"53":{"tf":1.7320508075688772},"54":{"tf":1.4142135623730951},"55":{"tf":2.23606797749979},"6":{"tf":2.6457513110645907},"7":{"tf":1.0},"8":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"42":{"tf":1.0},"47":{"tf":1.4142135623730951}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":26,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"28":{"tf":1.7320508075688772},"29":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"36":{"tf":1.0},"4":{"tf":2.23606797749979},"40":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.7320508075688772},"53":{"tf":1.7320508075688772},"54":{"tf":1.7320508075688772},"55":{"tf":1.0},"6":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951},"9":{"tf":1.0}},"’":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"33":{"tf":1.0}},"{":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"33":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":8,"docs":{"10":{"tf":1.0},"27":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"50":{"tf":1.0},"9":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"33":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"df":10,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"46":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"41":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":6,"docs":{"22":{"tf":1.0},"28":{"tf":1.4142135623730951},"50":{"tf":1.0},"54":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"27":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"2":{"df":7,"docs":{"14":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0}}},"3":{"df":2,"docs":{"22":{"tf":1.0},"25":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":32,"docs":{"1":{"tf":1.0},"10":{"tf":1.7320508075688772},"11":{"tf":1.7320508075688772},"12":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":2.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"28":{"tf":1.7320508075688772},"29":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"36":{"tf":2.23606797749979},"39":{"tf":1.0},"4":{"tf":1.7320508075688772},"41":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"49":{"tf":1.4142135623730951},"5":{"tf":1.0},"50":{"tf":2.23606797749979},"51":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"54":{"tf":1.7320508075688772},"55":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":2.23606797749979}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"32":{"tf":1.0},"5":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"a":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"10":{"tf":1.0},"34":{"tf":1.0}}}}}}},"df":1,"docs":{"4":{"tf":1.7320508075688772}},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"16":{"tf":1.0},"26":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"d":{"df":8,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0}}},"df":4,"docs":{"11":{"tf":1.4142135623730951},"28":{"tf":1.0},"29":{"tf":1.0},"36":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"20":{"tf":1.0},"28":{"tf":1.0}}}},"df":0,"docs":{}},"f":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":4,"docs":{"15":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.7320508075688772},"48":{"tf":1.7320508075688772}}}},"n":{"d":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"16":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"6":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"4":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"50":{"tf":1.0}},"i":{"c":{"df":4,"docs":{"31":{"tf":1.0},"36":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":8,"docs":{"11":{"tf":1.0},"18":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":1.0},"52":{"tf":1.4142135623730951},"6":{"tf":1.0},"9":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":12,"docs":{"10":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.0},"53":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":17,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"46":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":9,"docs":{"10":{"tf":1.0},"16":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"42":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"0":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.0}}}},"w":{"df":4,"docs":{"1":{"tf":1.0},"21":{"tf":1.0},"46":{"tf":1.0},"9":{"tf":1.0}}}}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":11,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"28":{"tf":1.7320508075688772},"34":{"tf":2.0},"40":{"tf":1.0},"5":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0},"6":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":4,"docs":{"18":{"tf":1.0},"23":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"22":{"tf":1.0},"44":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":3,"docs":{"31":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0}}}}},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"df":2,"docs":{"23":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951}},"w":{"df":2,"docs":{"34":{"tf":1.0},"53":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"11":{"tf":1.0},"18":{"tf":1.0},"3":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":5,"docs":{"15":{"tf":1.0},"18":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"3":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":5,"docs":{"14":{"tf":1.0},"20":{"tf":1.0},"34":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0}},"i":{"df":1,"docs":{"11":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":4,"docs":{"16":{"tf":1.0},"29":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"25":{"tf":1.0},"53":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"16":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"43":{"tf":1.0},"47":{"tf":1.0}}}}}}},"df":0,"docs":{}},"_":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"48":{"tf":1.0},"6":{"tf":1.0}}}}}}},"df":0,"docs":{}},"d":{"a":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{")":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"_":{"d":{"a":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{"0":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"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":{},"x":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"2":{")":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"2":{"0":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":14,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.7320508075688772},"36":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"6":{"tf":1.7320508075688772}}}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"16":{"tf":1.0},"25":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0}}},"i":{"c":{"df":2,"docs":{"43":{"tf":1.0},"47":{"tf":1.0}}},"df":0,"docs":{}}},"y":{"df":7,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0},"54":{"tf":1.0}}}},"d":{":":{":":{"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":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{":":{":":{"a":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"47":{"tf":1.0}}},"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":{":":{":":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"14":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"_":{"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":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"3":{"0":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":3,"docs":{"15":{"tf":1.0},"26":{"tf":1.0},"34":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"27":{"tf":1.0},"54":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"27":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"27":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":4,"docs":{"25":{"tf":1.0},"36":{"tf":1.0},"55":{"tf":1.0},"6":{"tf":1.0}}}},"r":{"df":4,"docs":{"43":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"19":{"tf":1.0},"26":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"43":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":2,"docs":{"23":{"tf":1.0},"52":{"tf":1.4142135623730951}}}}}},"u":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"18":{"tf":1.0}}}},"t":{"df":4,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"0":{"tf":1.0},"55":{"tf":1.0}}}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":10,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"32":{"tf":1.0}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"4":{"tf":1.0},"42":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"10":{"tf":1.0},"43":{"tf":1.7320508075688772},"51":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"45":{"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":{"16":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"26":{"tf":1.4142135623730951}}}}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"n":{"c":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":7,"docs":{"14":{"tf":1.4142135623730951},"20":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951}}}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"2":{"0":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"47":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":7,"docs":{"11":{"tf":1.0},"23":{"tf":1.0},"40":{"tf":1.0},"47":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"5":{"tf":1.0},"54":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"36":{"tf":1.0}}}}},"d":{"df":3,"docs":{"14":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0}}},"df":1,"docs":{"4":{"tf":1.4142135623730951}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":3,"docs":{"16":{"tf":1.0},"3":{"tf":1.4142135623730951},"52":{"tf":1.0}}},"r":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"15":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":20,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.0},"10":{"tf":1.7320508075688772},"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"18":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.7320508075688772},"36":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.4142135623730951},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"9":{"tf":2.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":10,"docs":{"14":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"{":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"48":{"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":{"43":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"47":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"47":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"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":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":1,"docs":{"14":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":4,"docs":{"28":{"tf":1.0},"38":{"tf":1.0},"44":{"tf":1.0},"7":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"26":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"e":{"df":12,"docs":{"0":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":1.0},"34":{"tf":1.0},"5":{"tf":1.4142135623730951},"54":{"tf":1.0},"6":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"33":{"tf":1.0},"34":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"14":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"9":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"34":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"27":{"tf":1.0},"5":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":25,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"27":{"tf":1.7320508075688772},"28":{"tf":1.0},"36":{"tf":2.0},"4":{"tf":2.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.0},"47":{"tf":1.4142135623730951},"5":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.4142135623730951},"55":{"tf":1.0},"6":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.0}},"y":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"g":{"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":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"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":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"33":{"tf":1.0},"34":{"tf":1.0},"50":{"tf":1.0},"9":{"tf":1.0}}},"k":{"df":2,"docs":{"26":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":14,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.4142135623730951},"3":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.7320508075688772},"5":{"tf":1.4142135623730951},"55":{"tf":1.0},"6":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"46":{"tf":1.0},"52":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":14,"docs":{"11":{"tf":1.0},"13":{"tf":1.4142135623730951},"15":{"tf":1.0},"18":{"tf":2.0},"19":{"tf":2.0},"20":{"tf":1.4142135623730951},"23":{"tf":1.0},"26":{"tf":1.0},"33":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"2":{"0":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"1":{"6":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"23":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"34":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"10":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"34":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"16":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":3,"docs":{"16":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"29":{"tf":1.0},"4":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"16":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":1,"docs":{"18":{"tf":1.0}}}},"x":{"df":2,"docs":{"23":{"tf":1.0},"26":{"tf":2.0}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"29":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"23":{"tf":1.4142135623730951},"24":{"tf":1.0},"3":{"tf":1.4142135623730951},"36":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"48":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":3,"docs":{"22":{"tf":1.0},"38":{"tf":1.0},"50":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"11":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"s":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"10":{"tf":1.0},"14":{"tf":1.0},"45":{"tf":1.0}}}},"df":27,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"14":{"tf":1.7320508075688772},"15":{"tf":1.0},"18":{"tf":1.7320508075688772},"19":{"tf":1.7320508075688772},"20":{"tf":2.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.4142135623730951},"47":{"tf":2.23606797749979},"48":{"tf":1.7320508075688772},"5":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"13":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}},"s":{"(":{"4":{"df":2,"docs":{"18":{"tf":1.0},"20":{"tf":1.0}}},"8":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"z":{"df":2,"docs":{"47":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"49":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"10":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}}},"df":22,"docs":{"0":{"tf":1.4142135623730951},"11":{"tf":1.4142135623730951},"16":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"24":{"tf":1.0},"25":{"tf":2.0},"27":{"tf":1.0},"3":{"tf":1.4142135623730951},"33":{"tf":1.0},"36":{"tf":1.4142135623730951},"38":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.4142135623730951},"48":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"7":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"27":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"c":{"!":{"[":{"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":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":1,"docs":{"47":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"5":{"tf":1.0},"54":{"tf":1.0}},"f":{"df":1,"docs":{"7":{"tf":1.0}},"i":{"df":7,"docs":{"14":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"u":{"df":2,"docs":{"23":{"tf":1.0},"7":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":6,"docs":{"10":{"tf":1.0},"14":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.4142135623730951},"6":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"28":{"tf":1.0},"6":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"15":{"tf":1.0},"5":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":12,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":2,"docs":{"4":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"15":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"52":{"tf":1.0},"55":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":8,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"28":{"tf":1.0},"36":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":5,"docs":{"31":{"tf":1.0},"38":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"(":{"0":{".":{".":{"=":{"2":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"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":{"24":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"b":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}}},"df":0,"docs":{}}},"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":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"22":{"tf":1.0},"25":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"b":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"0":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":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":{"49":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"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":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"2":{"0":{"df":2,"docs":{"20":{"tf":1.0},"23":{"tf":1.0}}},"df":0,"docs":{}},"5":{"0":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}},"8":{"0":{"df":2,"docs":{"25":{"tf":1.0},"26":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"0":{"df":3,"docs":{"14":{"tf":1.0},"18":{"tf":1.0},"24":{"tf":1.0}}},"df":0,"docs":{}},"9":{"0":{"df":2,"docs":{"19":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"(":{"1":{".":{".":{"=":{"4":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"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":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"6":{"0":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"0":{"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":{}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"26":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}}}}}}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"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":{"14":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"26":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"1":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":5,"docs":{"10":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"50":{"tf":1.7320508075688772},"9":{"tf":1.4142135623730951}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":42,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.7320508075688772},"12":{"tf":1.4142135623730951},"13":{"tf":2.0},"14":{"tf":2.0},"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.7320508075688772},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.7320508075688772},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"36":{"tf":2.23606797749979},"38":{"tf":1.4142135623730951},"39":{"tf":1.0},"4":{"tf":2.449489742783178},"42":{"tf":1.0},"43":{"tf":1.7320508075688772},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":2.23606797749979},"48":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.7320508075688772},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"6":{"tf":2.6457513110645907},"7":{"tf":1.4142135623730951},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"4":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{}}}}}},":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"10":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"22":{"tf":1.0},"24":{"tf":1.0}}}}}}},"x":{"df":2,"docs":{"4":{"tf":1.4142135623730951},"6":{"tf":2.0}}},"y":{"df":0,"docs":{},"e":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"breadcrumbs":{"root":{"0":{"df":6,"docs":{"14":{"tf":1.0},"18":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0}}},"1":{"df":5,"docs":{"19":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0}}},"2":{"df":1,"docs":{"18":{"tf":1.4142135623730951}}},"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"55":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"33":{"tf":1.0},"35":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"33":{"tf":1.0},"34":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"36":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0}}}},"v":{"df":11,"docs":{"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.0},"28":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"47":{"tf":1.0},"6":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"18":{"tf":1.0}}}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"10":{"tf":1.0},"50":{"tf":1.0},"9":{"tf":1.0}}}}},"d":{"df":5,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"25":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}},"df":6,"docs":{"36":{"tf":1.0},"38":{"tf":1.7320508075688772},"39":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772},"46":{"tf":1.0}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"17":{"tf":1.0},"34":{"tf":1.0},"52":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":7,"docs":{"21":{"tf":1.7320508075688772},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"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":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}}}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"d":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":1,"docs":{"5":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":4,"docs":{"11":{"tf":1.0},"15":{"tf":1.4142135623730951},"28":{"tf":1.0},"54":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"16":{"tf":1.0},"5":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":3,"docs":{"45":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.7320508075688772}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"25":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":2,"docs":{"24":{"tf":1.7320508075688772},"26":{"tf":1.0}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":5,"docs":{"51":{"tf":1.7320508075688772},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"0":{"tf":1.0}}},"df":4,"docs":{"14":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"2":{"tf":1.0},"27":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"4":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"34":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":7,"docs":{"21":{"tf":1.7320508075688772},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"36":{"tf":1.0},"50":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":14,"docs":{"10":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"6":{"tf":1.0}}}},"t":{"df":2,"docs":{"10":{"tf":1.0},"34":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"0":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{":":{":":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"47":{"tf":1.0},"48":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"47":{"tf":1.0},"48":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":4,"docs":{"43":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.4142135623730951},"48":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"36":{"tf":1.0},"38":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":7,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"39":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"1":{"tf":1.0},"11":{"tf":1.7320508075688772},"28":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"\\"":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":16,"docs":{"0":{"tf":1.4142135623730951},"11":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"28":{"tf":1.0},"3":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"36":{"tf":1.0},"4":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.7320508075688772},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"16":{"tf":1.0},"34":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"24":{"tf":1.0},"36":{"tf":1.0}}}},"df":0,"docs":{}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"10":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"23":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"n":{"d":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":3,"docs":{"16":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"20":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"e":{"c":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"16":{"tf":1.0},"28":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"53":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"33":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":8,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"28":{"tf":1.0},"32":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"6":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"16":{"tf":1.7320508075688772},"30":{"tf":1.0},"45":{"tf":1.0}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":7,"docs":{"16":{"tf":1.0},"22":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"53":{"tf":1.0},"7":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"34":{"tf":1.0},"36":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"b":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":6,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"13":{"tf":1.0},"26":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0}},"s":{"/":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"19":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"42":{"tf":1.0},"44":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":17,"docs":{"0":{"tf":1.7320508075688772},"11":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"18":{"tf":1.0},"22":{"tf":1.4142135623730951},"36":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.7320508075688772},"5":{"tf":1.4142135623730951},"50":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":2.0},"55":{"tf":1.4142135623730951},"6":{"tf":1.7320508075688772}},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"55":{"tf":1.0}}}},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"0":{"tf":1.0},"1":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"12":{"tf":1.0},"14":{"tf":1.0},"19":{"tf":1.0},"52":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"36":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"a":{"d":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"23":{"tf":1.0},"26":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":15,"docs":{"14":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"36":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"43":{"tf":1.0},"52":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":5,"docs":{"15":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"47":{"tf":1.7320508075688772},"49":{"tf":1.0}}}},"df":0,"docs":{}}}},"c":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"53":{"tf":1.4142135623730951},"54":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"14":{"tf":1.0},"42":{"tf":1.0},"49":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"21":{"tf":1.0},"36":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"28":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"54":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"22":{"tf":1.0},"24":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":1,"docs":{"6":{"tf":1.4142135623730951}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"1":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"50":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":4,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0}}}}}},"o":{"df":14,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"20":{"tf":1.7320508075688772},"22":{"tf":1.4142135623730951},"4":{"tf":1.0},"43":{"tf":1.0},"5":{"tf":1.4142135623730951},"52":{"tf":1.0},"53":{"tf":1.7320508075688772},"54":{"tf":1.4142135623730951},"55":{"tf":1.0},"9":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"11":{"tf":1.0},"36":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.7320508075688772}}}},"c":{"df":0,"docs":{},"k":{"df":19,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"24":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.4142135623730951},"6":{"tf":1.0},"9":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"34":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"c":{"df":4,"docs":{"14":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"11":{"tf":1.4142135623730951},"16":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"34":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"25":{"tf":1.7320508075688772}},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}}}}},"i":{"df":4,"docs":{"16":{"tf":1.0},"28":{"tf":1.0},"32":{"tf":1.0},"7":{"tf":1.0}},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"34":{"tf":1.0},"53":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"36":{"tf":1.0},"40":{"tf":1.0},"6":{"tf":1.7320508075688772}}}}},"r":{"df":7,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"15":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"|":{"df":2,"docs":{"47":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":6,"docs":{"4":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.7320508075688772},"48":{"tf":1.7320508075688772},"50":{"tf":1.0}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"42":{"tf":1.0}}}}},"df":15,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":2.0},"5":{"tf":1.0},"55":{"tf":1.0},"7":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"36":{"tf":1.0}}}}}}}}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"\\"":{"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":{"14":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}}},"df":2,"docs":{"14":{"tf":1.0},"34":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"17":{"tf":1.0},"26":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0},"8":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"10":{"tf":1.0},"15":{"tf":1.0},"33":{"tf":1.4142135623730951},"52":{"tf":1.0},"53":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"16":{"tf":1.0},"28":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"22":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.0}}},"s":{"df":13,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"16":{"tf":1.0},"28":{"tf":1.0},"31":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"9":{"tf":1.0}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":3,"docs":{"2":{"tf":1.0},"28":{"tf":1.0},"6":{"tf":1.7320508075688772}}}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"16":{"tf":1.0},"9":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"14":{"tf":1.0},"52":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"4":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"36":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"43":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"3":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":3,"docs":{"10":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"9":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":8,"docs":{"10":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.0},"36":{"tf":1.0},"50":{"tf":1.4142135623730951},"52":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"df":3,"docs":{"20":{"tf":1.0},"48":{"tf":1.4142135623730951},"53":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":8,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.0},"36":{"tf":1.0},"55":{"tf":1.4142135623730951}},"s":{"/":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"i":{"d":{"df":1,"docs":{"38":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"11":{"tf":1.0},"29":{"tf":1.0},"45":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"40":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"m":{"df":4,"docs":{"34":{"tf":1.4142135623730951},"50":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"31":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"1":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"11":{"tf":1.0},"12":{"tf":1.7320508075688772},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.7320508075688772},"52":{"tf":1.4142135623730951}}}},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.7320508075688772},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"14":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"24":{"tf":1.7320508075688772},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"35":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{".":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"0":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"0":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"0":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"/":{"df":0,"docs":{},"p":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":12,"docs":{"13":{"tf":1.4142135623730951},"20":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.7320508075688772},"43":{"tf":2.23606797749979},"44":{"tf":1.4142135623730951},"45":{"tf":2.23606797749979},"53":{"tf":1.4142135623730951},"55":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"31":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":3,"docs":{"22":{"tf":1.0},"25":{"tf":1.4142135623730951},"45":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"36":{"tf":1.0},"6":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"36":{"tf":1.0},"50":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":10,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.7320508075688772},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.7320508075688772},"27":{"tf":1.0},"50":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"52":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"19":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"35":{"tf":1.0},"50":{"tf":2.0},"7":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"11":{"tf":1.0},"23":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":5,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":4,"docs":{"43":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":4,"docs":{"22":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"46":{"tf":1.0}}}}}}}},"d":{"a":{"df":7,"docs":{"0":{"tf":1.7320508075688772},"16":{"tf":1.0},"19":{"tf":2.0},"20":{"tf":1.0},"26":{"tf":2.8284271247461903},"27":{"tf":1.0},"55":{"tf":1.0}},"t":{"a":{"df":13,"docs":{"0":{"tf":2.0},"11":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"19":{"tf":1.0},"3":{"tf":1.4142135623730951},"36":{"tf":1.0},"4":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"6":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"4":{"tf":1.7320508075688772},"6":{"tf":1.7320508075688772}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":4,"docs":{"30":{"tf":1.0},"34":{"tf":1.0},"39":{"tf":1.0},"5":{"tf":1.0}},"g":{"df":1,"docs":{"51":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"11":{"tf":1.0},"34":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"r":{"df":9,"docs":{"11":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.0},"5":{"tf":1.0},"55":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"35":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":5,"docs":{"15":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"11":{"tf":1.0},"36":{"tf":1.0},"52":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"52":{"tf":1.0}}}}}}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":8,"docs":{"10":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"50":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"34":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":16,"docs":{"10":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"28":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.4142135623730951},"38":{"tf":1.0},"4":{"tf":2.8284271247461903},"40":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"47":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":6,"docs":{"10":{"tf":1.0},"12":{"tf":1.4142135623730951},"3":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"5":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":4,"docs":{"36":{"tf":1.0},"41":{"tf":1.0},"55":{"tf":1.0},"9":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"42":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"7":{"tf":1.7320508075688772}}}},"r":{"df":1,"docs":{"5":{"tf":1.0}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"5":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":20,"docs":{"16":{"tf":1.0},"28":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.7320508075688772},"36":{"tf":2.23606797749979},"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},"50":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"28":{"tf":1.0},"54":{"tf":1.0},"8":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"30":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"31":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"51":{"tf":1.0}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"34":{"tf":1.0},"35":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"11":{"tf":1.0},"31":{"tf":1.4142135623730951},"34":{"tf":1.0},"4":{"tf":1.0},"50":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"50":{"tf":1.0}}}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"6":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"20":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"[":{"\\"":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":10,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"23":{"tf":1.4142135623730951},"28":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.7320508075688772},"47":{"tf":1.0},"6":{"tf":1.4142135623730951}},"n":{"df":2,"docs":{"12":{"tf":1.0},"5":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"l":{"df":6,"docs":{"10":{"tf":1.0},"15":{"tf":1.0},"38":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.7320508075688772},"9":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":8,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"28":{"tf":1.0},"36":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"0":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":3,"docs":{"48":{"tf":1.0},"55":{"tf":1.4142135623730951},"6":{"tf":1.7320508075688772}}}}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"47":{"tf":1.7320508075688772},"48":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":8,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"14":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"47":{"tf":1.0}}}}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"10":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"34":{"tf":1.0}}}}},"s":{"df":1,"docs":{"31":{"tf":1.0}},"i":{"df":1,"docs":{"11":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"15":{"tf":1.0},"20":{"tf":1.0},"34":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":4,"docs":{"20":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.0},"43":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"d":{"df":4,"docs":{"10":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"24":{"tf":1.4142135623730951},"40":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"24":{"tf":1.0},"26":{"tf":1.0},"36":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"3":{"tf":1.0},"9":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":5,"docs":{"11":{"tf":1.0},"36":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":7,"docs":{"0":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.4142135623730951},"55":{"tf":1.0}}}}},"v":{"df":2,"docs":{"4":{"tf":1.0},"6":{"tf":1.0}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":20,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"28":{"tf":1.7320508075688772},"29":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.7320508075688772},"4":{"tf":1.4142135623730951},"50":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"38":{"tf":1.0}}}}}}},"r":{"(":{"\\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"44":{"tf":1.0}}},"df":1,"docs":{"47":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"39":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"2":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"a":{"df":0,"docs":{},"l":{"[":{"\\"":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":1,"docs":{"14":{"tf":1.0}},"u":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"44":{"tf":1.0},"48":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":7,"docs":{"14":{"tf":1.0},"28":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"6":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"40":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":3,"docs":{"35":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0}}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":19,"docs":{"14":{"tf":1.0},"17":{"tf":1.7320508075688772},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.7320508075688772},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"44":{"tf":1.4142135623730951},"46":{"tf":1.7320508075688772},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"9":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"33":{"tf":1.0},"55":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":8,"docs":{"0":{"tf":1.4142135623730951},"11":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.7320508075688772},"52":{"tf":1.4142135623730951},"55":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":6,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"46":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":4,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"27":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"47":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":41,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":2.0},"13":{"tf":1.0},"14":{"tf":2.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.0},"28":{"tf":1.4142135623730951},"33":{"tf":1.7320508075688772},"34":{"tf":1.0},"36":{"tf":2.23606797749979},"38":{"tf":1.0},"39":{"tf":2.0},"4":{"tf":2.0},"42":{"tf":1.0},"44":{"tf":1.4142135623730951},"45":{"tf":1.0},"46":{"tf":2.0},"47":{"tf":2.23606797749979},"48":{"tf":2.23606797749979},"49":{"tf":1.4142135623730951},"50":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.0},"6":{"tf":2.23606797749979},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"15":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"16":{"tf":1.0},"52":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}},"s":{"df":4,"docs":{"34":{"tf":1.0},"39":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"—":{"a":{"d":{"df":0,"docs":{},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"52":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":8,"docs":{"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"37":{"tf":1.7320508075688772},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"7":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"10":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"24":{"tf":1.0}}}}}}},"}":{"\\"":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"48":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"f":{"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"24":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":4,"docs":{"26":{"tf":1.0},"40":{"tf":1.0},"54":{"tf":1.0},"6":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":6,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"34":{"tf":1.7320508075688772},"4":{"tf":1.0},"45":{"tf":1.4142135623730951},"7":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"s":{"df":3,"docs":{"34":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}}}},"q":{"df":1,"docs":{"54":{"tf":1.7320508075688772}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"11":{"tf":1.0},"49":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"16":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"16":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"54":{"tf":1.0}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":4,"docs":{"11":{"tf":1.0},"27":{"tf":1.0},"39":{"tf":1.0},"48":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"5":{"tf":1.0}},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"54":{"tf":1.0}}}}}}}}}},"t":{"df":6,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"9":{"tf":1.0}}},"x":{"df":1,"docs":{"5":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"28":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0}}},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"14":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":5,"docs":{"18":{"tf":1.0},"28":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"50":{"tf":1.0},"52":{"tf":1.0}}}}}}},"n":{"df":4,"docs":{"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"47":{"tf":2.23606797749979},"48":{"tf":1.7320508075688772}}},"o":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":3,"docs":{"0":{"tf":1.0},"34":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"28":{"tf":1.0},"4":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"15":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"t":{"!":{"(":{"\\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":2,"docs":{"24":{"tf":1.0},"4":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":7,"docs":{"15":{"tf":1.0},"2":{"tf":1.7320508075688772},"3":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":18,"docs":{"0":{"tf":1.0},"10":{"tf":1.4142135623730951},"2":{"tf":1.0},"21":{"tf":1.0},"3":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.7320508075688772},"38":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"46":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.4142135623730951},"52":{"tf":1.0},"7":{"tf":1.0}},"’":{"df":1,"docs":{"15":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"6":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0}}}}}}},"d":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"27":{"tf":1.0}}}}}},"g":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"3":{"tf":1.0},"53":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"33":{"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":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"42":{"tf":1.0},"47":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":8,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"27":{"tf":1.4142135623730951},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"47":{"tf":1.0},"55":{"tf":1.0},"7":{"tf":1.0}}}}},"t":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"47":{"tf":1.0},"48":{"tf":1.0}}}},"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":1,"docs":{"1":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"55":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"11":{"tf":1.0},"16":{"tf":1.0}}}},"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"45":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"11":{"tf":1.0},"16":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":1,"docs":{"49":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"d":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"36":{"tf":1.0},"51":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}},"df":28,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"8":{"tf":1.7320508075688772},"9":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"4":{"tf":1.0},"6":{"tf":1.4142135623730951}},"l":{"df":2,"docs":{"25":{"tf":1.0},"42":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"r":{"d":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"22":{"tf":1.4142135623730951}},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"11":{"tf":1.0},"26":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0}},"i":{"df":1,"docs":{"14":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"22":{"tf":1.0},"25":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":3,"docs":{"22":{"tf":1.4142135623730951},"25":{"tf":1.0},"45":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"10":{"tf":1.0},"15":{"tf":1.0},"34":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"0":{"tf":1.0},"48":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":9,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"23":{"tf":1.4142135623730951},"4":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}},"t":{"df":1,"docs":{"24":{"tf":1.0}}}},"o":{"c":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"4":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"30":{"tf":1.0},"34":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"50":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"c":{"df":2,"docs":{"24":{"tf":1.0},"42":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"i":{"[":{"\\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"d":{"\\"":{".":{"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":{"(":{")":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"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":{"a":{"df":8,"docs":{"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"26":{"tf":1.0},"47":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"i":{"df":27,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"8":{"tf":1.7320508075688772},"9":{"tf":1.0}},"i":{"df":16,"docs":{"35":{"tf":1.7320508075688772},"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},"50":{"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":3,"docs":{"17":{"tf":1.0},"21":{"tf":1.0},"46":{"tf":1.0}}}}}}}},"m":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"5":{"tf":1.0}}}},"l":{"df":4,"docs":{"43":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"50":{"tf":1.0}}}}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":4,"docs":{"0":{"tf":1.4142135623730951},"52":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":10,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.7320508075688772},"26":{"tf":1.7320508075688772},"5":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"19":{"tf":1.0},"26":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"26":{"tf":1.0},"33":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"\\"":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"47":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"43":{"tf":1.0}}}},"u":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"6":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"[":{"\\"":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"14":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"14":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"41":{"tf":1.0},"47":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"df":2,"docs":{"31":{"tf":1.0},"34":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":4,"docs":{"10":{"tf":1.0},"3":{"tf":1.0},"50":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"n":{"d":{"df":4,"docs":{"11":{"tf":1.0},"36":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":5,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"7":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"21":{"tf":1.0}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"0":{"tf":1.4142135623730951},"3":{"tf":1.0},"36":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":2,"docs":{"5":{"tf":1.0},"50":{"tf":1.7320508075688772}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"7":{"tf":1.0}}}}}},"v":{"df":2,"docs":{"5":{"tf":1.0},"53":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"5":{"tf":1.0}},"t":{"df":1,"docs":{"3":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"3":{"tf":1.0},"44":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":2,"docs":{"34":{"tf":1.0},"47":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"11":{"tf":1.0},"30":{"tf":1.0}}}}},"v":{"df":5,"docs":{"51":{"tf":1.7320508075688772},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0}}}},"j":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"g":{"df":4,"docs":{"36":{"tf":1.0},"4":{"tf":1.0},"55":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"k":{"8":{"df":6,"docs":{"10":{"tf":1.0},"16":{"tf":1.0},"28":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"54":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":17,"docs":{"11":{"tf":1.0},"15":{"tf":1.7320508075688772},"16":{"tf":1.4142135623730951},"20":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"y":{"df":3,"docs":{"25":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0}}}},"n":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"52":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"11":{"tf":1.0},"32":{"tf":1.4142135623730951},"4":{"tf":1.0},"50":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"36":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"23":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"26":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"15":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"19":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"15":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"41":{"tf":1.0},"52":{"tf":1.0},"9":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"36":{"tf":1.0},"6":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"t":{"df":2,"docs":{"3":{"tf":1.0},"4":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":11,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"13":{"tf":1.0},"19":{"tf":1.0},"36":{"tf":1.7320508075688772},"4":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"6":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"13":{"tf":1.0},"26":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"14":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":19,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.7320508075688772},"22":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.0},"6":{"tf":1.0}}}}},"o":{"a":{"d":{"df":2,"docs":{"23":{"tf":1.4142135623730951},"24":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"k":{"8":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":11,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"28":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"9":{"tf":1.0}}},"t":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":3,"docs":{"47":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0}},"i":{"c":{"df":4,"docs":{"0":{"tf":1.0},"41":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0}}},"df":0,"docs":{}},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"11":{"tf":1.0},"36":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"54":{"tf":1.0}}},"p":{"df":2,"docs":{"16":{"tf":1.0},"30":{"tf":1.0}}},"s":{"df":1,"docs":{"9":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"16":{"tf":1.0},"31":{"tf":1.0},"7":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"25":{"tf":1.0},"35":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":7,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"7":{"tf":1.4142135623730951}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"25":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":6,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"52":{"tf":1.0}}}},"p":{"df":3,"docs":{"10":{"tf":1.0},"34":{"tf":1.0},"50":{"tf":1.0}}},"t":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"51":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"11":{"tf":1.0},"32":{"tf":1.0}}}}}},"x":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"7":{"5":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"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":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":9,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.0}}}}},"t":{"df":1,"docs":{"15":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"23":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"25":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"df":1,"docs":{"23":{"tf":1.4142135623730951}}}}}}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"1":{"tf":1.0},"2":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"d":{"df":5,"docs":{"14":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"34":{"tf":1.0},"55":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"c":{"df":5,"docs":{"4":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.4142135623730951},"53":{"tf":1.0},"6":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"i":{"d":{"df":2,"docs":{"22":{"tf":1.0},"25":{"tf":1.0}}},"df":0,"docs":{},"n":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"4":{"5":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"16":{"tf":1.0},"18":{"tf":1.0},"30":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"5":{"tf":1.0},"52":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":3,"docs":{"34":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0}}}},"x":{"df":2,"docs":{"26":{"tf":1.4142135623730951},"53":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":7,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"15":{"tf":1.0},"2":{"tf":1.0},"36":{"tf":2.23606797749979},"50":{"tf":1.0},"9":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"49":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"16":{"tf":1.0},"7":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":7,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"11":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.4142135623730951},"31":{"tf":1.0},"9":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"16":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"47":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":4,"docs":{"43":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"38":{"tf":1.0},"47":{"tf":1.0}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"df":1,"docs":{"26":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"16":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":9,"docs":{"15":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"39":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"54":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"g":{"df":1,"docs":{"34":{"tf":1.0}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":10,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"27":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"36":{"tf":1.0},"4":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"9":{"tf":1.0}}}}}}},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"47":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":9,"docs":{"21":{"tf":1.0},"25":{"tf":1.4142135623730951},"36":{"tf":1.0},"41":{"tf":1.0},"46":{"tf":1.7320508075688772},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"42":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":4,"docs":{"4":{"tf":1.4142135623730951},"42":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":27,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"11":{"tf":1.0},"13":{"tf":1.4142135623730951},"2":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.7320508075688772},"24":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"42":{"tf":2.0},"43":{"tf":1.7320508075688772},"44":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.4142135623730951},"53":{"tf":1.0},"55":{"tf":2.0},"6":{"tf":1.0},"9":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"5":{"tf":1.0}},"i":{"df":1,"docs":{"16":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"df":8,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"10":{"tf":1.0},"3":{"tf":1.7320508075688772},"34":{"tf":1.0},"36":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"9":{"tf":1.0}}}},"n":{"df":1,"docs":{"5":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"15":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":16,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"36":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0},"6":{"tf":1.4142135623730951}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"16":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"25":{"tf":1.0},"36":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"50":{"tf":1.0},"52":{"tf":1.0}}}}}},"k":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"\\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"47":{"tf":1.0},"48":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":3,"docs":{"43":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0}}},"n":{"c":{"df":3,"docs":{"36":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0}}},"df":5,"docs":{"19":{"tf":1.0},"25":{"tf":1.4142135623730951},"3":{"tf":1.0},"33":{"tf":1.0},"9":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"32":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"11":{"tf":1.0},"20":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.4142135623730951},"3":{"tf":1.0},"34":{"tf":2.23606797749979},"5":{"tf":1.0},"54":{"tf":1.0}}}},"t":{"df":2,"docs":{"15":{"tf":1.0},"5":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"20":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"42":{"tf":1.0},"6":{"tf":1.0}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":7,"docs":{"10":{"tf":1.0},"30":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.4142135623730951},"6":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"54":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":9,"docs":{"16":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"5":{"tf":1.0},"6":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"3":{"tf":1.0},"41":{"tf":1.0},"5":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.7320508075688772}}}}}}}}}},"p":{"9":{"5":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"10":{"tf":1.0},"50":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"1":{"tf":1.0},"28":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"27":{"tf":1.0},"4":{"tf":1.0},"55":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":54,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.7320508075688772},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"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.7320508075688772},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"4":{"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":1.0},"50":{"tf":1.0},"51":{"tf":1.7320508075688772},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.7320508075688772},"9":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"22":{"tf":1.0}}}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":6,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"4":{"tf":2.449489742783178},"52":{"tf":1.0},"55":{"tf":1.0},"6":{"tf":2.449489742783178}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":2.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"28":{"tf":1.0},"34":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":1,"docs":{"6":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"13":{"tf":1.0},"19":{"tf":1.0},"26":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":3,"docs":{"15":{"tf":2.449489742783178},"16":{"tf":1.0},"9":{"tf":1.0}}}}}}}},"df":1,"docs":{"6":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":3,"docs":{"22":{"tf":1.4142135623730951},"42":{"tf":1.0},"44":{"tf":2.6457513110645907}}}},"r":{"df":3,"docs":{"15":{"tf":1.0},"18":{"tf":1.0},"27":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":3,"docs":{"0":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0}}}}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.7320508075688772}}}}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"27":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"10":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"14":{"tf":1.0}}}}}}}},"l":{"a":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":22,"docs":{"1":{"tf":1.0},"14":{"tf":1.7320508075688772},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":2.0},"29":{"tf":1.4142135623730951},"3":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":2.0},"50":{"tf":1.0},"54":{"tf":1.0},"6":{"tf":2.449489742783178},"7":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"34":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"u":{"df":4,"docs":{"19":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0}},"g":{"df":1,"docs":{"46":{"tf":1.0}},"g":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"12":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"3":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":3,"docs":{"31":{"tf":1.0},"34":{"tf":1.0},"53":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"36":{"tf":1.0},"55":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"16":{"tf":1.7320508075688772},"8":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"4":{"tf":1.0},"41":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"5":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"50":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"28":{"tf":1.4142135623730951},"34":{"tf":2.0},"36":{"tf":1.0},"38":{"tf":1.0}}}}}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"21":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"20":{"tf":1.0},"34":{"tf":1.0}}}},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"40":{"tf":1.0}}}},"t":{"df":3,"docs":{"16":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"28":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":2.0}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}}}}},"o":{"b":{"df":0,"docs":{},"e":{"df":8,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"24":{"tf":1.7320508075688772},"33":{"tf":1.0},"47":{"tf":1.4142135623730951},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"11":{"tf":1.0},"30":{"tf":1.0},"4":{"tf":1.0},"9":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":4,"docs":{"0":{"tf":1.0},"14":{"tf":1.0},"40":{"tf":1.0},"54":{"tf":1.0}},"t":{"df":4,"docs":{"21":{"tf":1.0},"36":{"tf":1.0},"5":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":7,"docs":{"11":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"25":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":6,"docs":{"0":{"tf":1.0},"15":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.4142135623730951},"54":{"tf":1.0},"6":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"47":{"tf":1.0}},"r":{"df":1,"docs":{"34":{"tf":1.0}}}},"i":{"d":{"df":6,"docs":{"31":{"tf":1.0},"34":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"42":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":3,"docs":{"33":{"tf":1.0},"4":{"tf":1.4142135623730951},"6":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"33":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"b":{"df":2,"docs":{"47":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"0":{"tf":1.0},"55":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"54":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"12":{"tf":1.0},"3":{"tf":1.0}}}}}}}},"q":{"a":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"26":{"tf":1.0}}}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"27":{"tf":1.7320508075688772},"5":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"tf":1.0}}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"(":{"3":{"df":2,"docs":{"18":{"tf":1.0},"20":{"tf":1.0}}},"5":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}},"df":11,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"23":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"5":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}}},"df":2,"docs":{"4":{"tf":2.0},"6":{"tf":3.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"47":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"l":{"df":3,"docs":{"33":{"tf":1.0},"47":{"tf":1.7320508075688772},"48":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"—":{"a":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"22":{"tf":1.0}}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":8,"docs":{"20":{"tf":1.0},"28":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.7320508075688772},"40":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.4142135623730951},"9":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":4,"docs":{"0":{"tf":1.0},"3":{"tf":1.0},"46":{"tf":1.0},"5":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"1":{"tf":1.0},"3":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"5":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"40":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"25":{"tf":1.0}}}}}}}},"v":{"df":1,"docs":{"22":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":4,"docs":{"15":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":17,"docs":{"35":{"tf":1.7320508075688772},"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},"50":{"tf":2.0},"51":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"0":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"28":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"24":{"tf":1.0}}}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}},"x":{"df":2,"docs":{"33":{"tf":1.0},"34":{"tf":1.0}}}},"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"16":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"14":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"25":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"3":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"24":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"25":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"34":{"tf":1.0},"39":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"36":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":4,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":5,"docs":{"13":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"43":{"tf":1.0},"54":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":7,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"20":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"36":{"tf":1.0},"40":{"tf":1.0},"6":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":5,"docs":{"10":{"tf":1.0},"24":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"36":{"tf":1.0},"4":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":13,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.4142135623730951},"25":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.4142135623730951},"55":{"tf":1.0},"6":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"43":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":6,"docs":{"16":{"tf":1.0},"28":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.4142135623730951},"48":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"0":{"tf":1.0},"55":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"44":{"tf":1.0},"47":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"15":{"tf":1.0},"39":{"tf":1.0},"50":{"tf":1.7320508075688772},"9":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":3,"docs":{"16":{"tf":1.0},"54":{"tf":1.0},"7":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"41":{"tf":1.0},"7":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"5":{"tf":1.0},"54":{"tf":1.0}}}}},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":8,"docs":{"0":{"tf":1.0},"20":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.7320508075688772}},"s":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"p":{"c":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":8,"docs":{"4":{"tf":1.7320508075688772},"42":{"tf":2.0},"43":{"tf":1.7320508075688772},"44":{"tf":1.4142135623730951},"45":{"tf":1.0},"47":{"tf":1.7320508075688772},"48":{"tf":1.4142135623730951},"6":{"tf":1.0}}}}}}}}},"df":26,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"11":{"tf":1.7320508075688772},"14":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":2.23606797749979},"32":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":2.449489742783178},"4":{"tf":1.7320508075688772},"40":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.7320508075688772},"52":{"tf":1.0},"53":{"tf":1.7320508075688772},"54":{"tf":1.4142135623730951},"55":{"tf":2.23606797749979},"6":{"tf":2.6457513110645907},"7":{"tf":1.0},"8":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"42":{"tf":1.0},"47":{"tf":1.4142135623730951}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":26,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"28":{"tf":1.7320508075688772},"29":{"tf":2.0},"30":{"tf":1.7320508075688772},"31":{"tf":1.7320508075688772},"32":{"tf":1.7320508075688772},"33":{"tf":1.7320508075688772},"34":{"tf":1.4142135623730951},"36":{"tf":1.0},"4":{"tf":2.23606797749979},"40":{"tf":1.7320508075688772},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.7320508075688772},"53":{"tf":1.7320508075688772},"54":{"tf":1.7320508075688772},"55":{"tf":1.0},"6":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951},"9":{"tf":1.0}},"’":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"33":{"tf":1.0}},"{":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"33":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":8,"docs":{"10":{"tf":1.0},"27":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"50":{"tf":1.0},"9":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"33":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"df":13,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"46":{"tf":1.7320508075688772},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"41":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":6,"docs":{"22":{"tf":1.0},"28":{"tf":1.4142135623730951},"50":{"tf":1.0},"54":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"23":{"tf":1.4142135623730951}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"27":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"2":{"df":7,"docs":{"14":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0}}},"3":{"df":2,"docs":{"22":{"tf":1.0},"25":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.7320508075688772}}}}}}}},"df":0,"docs":{}}}}},"df":32,"docs":{"1":{"tf":1.0},"10":{"tf":1.7320508075688772},"11":{"tf":2.23606797749979},"12":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":2.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"28":{"tf":2.23606797749979},"29":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"36":{"tf":2.6457513110645907},"39":{"tf":1.0},"4":{"tf":1.7320508075688772},"41":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"49":{"tf":1.4142135623730951},"5":{"tf":1.0},"50":{"tf":2.23606797749979},"51":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":2.0},"54":{"tf":1.7320508075688772},"55":{"tf":1.4142135623730951},"6":{"tf":2.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":2.23606797749979}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"32":{"tf":1.0},"5":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"a":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"10":{"tf":1.0},"34":{"tf":1.0}}}}}}},"df":1,"docs":{"4":{"tf":1.7320508075688772}},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"16":{"tf":1.0},"26":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"d":{"df":8,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0}}},"df":4,"docs":{"11":{"tf":1.4142135623730951},"28":{"tf":1.0},"29":{"tf":1.0},"36":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"20":{"tf":1.0},"28":{"tf":1.0}}}},"df":0,"docs":{}},"f":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":4,"docs":{"15":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.7320508075688772},"48":{"tf":1.7320508075688772}}}},"n":{"d":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"16":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"6":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"4":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"50":{"tf":1.0}},"i":{"c":{"df":4,"docs":{"31":{"tf":1.0},"36":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":8,"docs":{"11":{"tf":1.0},"18":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":1.0},"52":{"tf":1.4142135623730951},"6":{"tf":1.0},"9":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":12,"docs":{"10":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.0},"53":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":17,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"46":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":9,"docs":{"10":{"tf":1.0},"16":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"42":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.7320508075688772}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"0":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.0}}}},"w":{"df":4,"docs":{"1":{"tf":1.0},"21":{"tf":1.0},"46":{"tf":1.0},"9":{"tf":1.0}}}}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":11,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"28":{"tf":1.7320508075688772},"34":{"tf":2.0},"40":{"tf":1.0},"5":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0},"6":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":4,"docs":{"18":{"tf":1.4142135623730951},"23":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"22":{"tf":1.0},"44":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":3,"docs":{"31":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0}}}}},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"df":2,"docs":{"23":{"tf":1.7320508075688772},"26":{"tf":1.4142135623730951}},"w":{"df":2,"docs":{"34":{"tf":1.0},"53":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"11":{"tf":1.0},"18":{"tf":1.0},"3":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":5,"docs":{"15":{"tf":1.0},"18":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"3":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":5,"docs":{"14":{"tf":1.0},"20":{"tf":1.0},"34":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0}},"i":{"df":1,"docs":{"11":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":4,"docs":{"16":{"tf":1.0},"29":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"25":{"tf":1.0},"53":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"16":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"43":{"tf":1.0},"47":{"tf":1.0}}}}}}},"df":0,"docs":{}},"_":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"48":{"tf":1.0},"6":{"tf":1.0}}}}}}},"df":0,"docs":{}},"d":{"a":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{")":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"_":{"d":{"a":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{"0":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"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":{},"x":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"2":{")":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"2":{"0":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":14,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.7320508075688772},"36":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"6":{"tf":1.7320508075688772}}}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"16":{"tf":1.0},"25":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0}}},"i":{"c":{"df":2,"docs":{"43":{"tf":1.0},"47":{"tf":1.0}}},"df":0,"docs":{}}},"y":{"df":7,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.4142135623730951},"54":{"tf":1.0}}}},"d":{":":{":":{"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":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{":":{":":{"a":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"47":{"tf":1.0}}},"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":{":":{":":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"14":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"_":{"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":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"3":{"0":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":3,"docs":{"15":{"tf":1.0},"26":{"tf":1.0},"34":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"27":{"tf":1.0},"54":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.4142135623730951}},"i":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"27":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"27":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":4,"docs":{"25":{"tf":1.0},"36":{"tf":1.0},"55":{"tf":1.0},"6":{"tf":1.0}}}},"r":{"df":4,"docs":{"43":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"19":{"tf":1.0},"26":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"43":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":2,"docs":{"23":{"tf":1.0},"52":{"tf":1.4142135623730951}}}}}},"u":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"18":{"tf":1.0}}}},"t":{"df":4,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"0":{"tf":1.0},"55":{"tf":1.0}}}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":10,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"32":{"tf":1.0}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"4":{"tf":1.0},"42":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"10":{"tf":1.0},"43":{"tf":1.7320508075688772},"51":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"45":{"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":{"16":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"26":{"tf":1.7320508075688772}}}}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"n":{"c":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":7,"docs":{"14":{"tf":1.4142135623730951},"20":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951}}}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"2":{"0":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"47":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":7,"docs":{"11":{"tf":1.0},"23":{"tf":1.0},"40":{"tf":1.0},"47":{"tf":1.4142135623730951},"48":{"tf":1.7320508075688772},"5":{"tf":1.0},"54":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"36":{"tf":1.0}}}}},"d":{"df":3,"docs":{"14":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0}}},"df":1,"docs":{"4":{"tf":1.4142135623730951}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":3,"docs":{"16":{"tf":1.0},"3":{"tf":1.4142135623730951},"52":{"tf":1.0}}},"r":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"15":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":20,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.0},"10":{"tf":1.7320508075688772},"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"18":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.7320508075688772},"36":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.7320508075688772},"50":{"tf":1.4142135623730951},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"9":{"tf":2.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":10,"docs":{"14":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"{":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"48":{"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":{"43":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"47":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"47":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"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":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":1,"docs":{"14":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":4,"docs":{"28":{"tf":1.0},"38":{"tf":1.0},"44":{"tf":1.0},"7":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"26":{"tf":1.7320508075688772}},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"e":{"df":12,"docs":{"0":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":1.0},"34":{"tf":1.0},"5":{"tf":1.4142135623730951},"54":{"tf":1.0},"6":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"33":{"tf":1.0},"34":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"14":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"9":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"34":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"27":{"tf":1.0},"5":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":25,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"27":{"tf":2.0},"28":{"tf":1.0},"36":{"tf":2.0},"4":{"tf":2.0},"41":{"tf":1.7320508075688772},"42":{"tf":1.0},"47":{"tf":1.4142135623730951},"5":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.4142135623730951},"55":{"tf":1.0},"6":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.0}},"y":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"g":{"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":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"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":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"33":{"tf":1.0},"34":{"tf":1.0},"50":{"tf":1.0},"9":{"tf":1.0}}},"k":{"df":2,"docs":{"26":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":14,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.4142135623730951},"3":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.7320508075688772},"5":{"tf":1.4142135623730951},"55":{"tf":1.0},"6":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"46":{"tf":1.0},"52":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":14,"docs":{"11":{"tf":1.0},"13":{"tf":1.4142135623730951},"15":{"tf":1.0},"18":{"tf":2.23606797749979},"19":{"tf":2.23606797749979},"20":{"tf":1.4142135623730951},"23":{"tf":1.0},"26":{"tf":1.0},"33":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"2":{"0":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"1":{"6":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"23":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"34":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"10":{"tf":1.7320508075688772}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"34":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.7320508075688772}}}}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"16":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":3,"docs":{"16":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"29":{"tf":1.0},"4":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"16":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":1,"docs":{"18":{"tf":1.0}}}},"x":{"df":2,"docs":{"23":{"tf":1.0},"26":{"tf":2.23606797749979}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"29":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"23":{"tf":1.4142135623730951},"24":{"tf":1.0},"3":{"tf":1.4142135623730951},"36":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"48":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":3,"docs":{"22":{"tf":1.0},"38":{"tf":1.0},"50":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"11":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"s":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"10":{"tf":1.0},"14":{"tf":1.0},"45":{"tf":1.0}}}},"df":27,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"14":{"tf":1.7320508075688772},"15":{"tf":1.0},"18":{"tf":1.7320508075688772},"19":{"tf":1.7320508075688772},"20":{"tf":2.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.4142135623730951},"47":{"tf":2.23606797749979},"48":{"tf":1.7320508075688772},"5":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":29,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"8":{"tf":1.7320508075688772},"9":{"tf":1.4142135623730951}},"s":{"(":{"4":{"df":2,"docs":{"18":{"tf":1.0},"20":{"tf":1.0}}},"8":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"z":{"df":2,"docs":{"47":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"49":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"10":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}}},"df":22,"docs":{"0":{"tf":1.4142135623730951},"11":{"tf":1.4142135623730951},"16":{"tf":1.0},"18":{"tf":1.7320508075688772},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"24":{"tf":1.0},"25":{"tf":2.23606797749979},"27":{"tf":1.0},"3":{"tf":1.4142135623730951},"33":{"tf":1.0},"36":{"tf":1.4142135623730951},"38":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.4142135623730951},"48":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"7":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"27":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"c":{"!":{"[":{"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":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":1,"docs":{"47":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"5":{"tf":1.0},"54":{"tf":1.0}},"f":{"df":1,"docs":{"7":{"tf":1.0}},"i":{"df":7,"docs":{"14":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"u":{"df":2,"docs":{"23":{"tf":1.0},"7":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":6,"docs":{"10":{"tf":1.0},"14":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.4142135623730951},"6":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"28":{"tf":1.0},"6":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"15":{"tf":1.0},"5":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":12,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":2,"docs":{"4":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"15":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"52":{"tf":1.0},"55":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":8,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"28":{"tf":1.0},"36":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":5,"docs":{"31":{"tf":1.0},"38":{"tf":1.0},"49":{"tf":1.4142135623730951},"53":{"tf":1.0},"55":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"(":{"0":{".":{".":{"=":{"2":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"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":{"24":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"b":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}}},"df":0,"docs":{}}},"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":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"22":{"tf":1.0},"25":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"b":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"0":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":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":{"49":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"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":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"2":{"0":{"df":2,"docs":{"20":{"tf":1.0},"23":{"tf":1.0}}},"df":0,"docs":{}},"5":{"0":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}},"8":{"0":{"df":2,"docs":{"25":{"tf":1.0},"26":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"0":{"df":3,"docs":{"14":{"tf":1.0},"18":{"tf":1.0},"24":{"tf":1.0}}},"df":0,"docs":{}},"9":{"0":{"df":2,"docs":{"19":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"(":{"1":{".":{".":{"=":{"4":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"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":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"6":{"0":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"0":{"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":{}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"26":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}}}}}}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"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":{"14":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"26":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"1":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":5,"docs":{"10":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"50":{"tf":1.7320508075688772},"9":{"tf":1.4142135623730951}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":43,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.7320508075688772},"12":{"tf":2.0},"13":{"tf":2.449489742783178},"14":{"tf":2.23606797749979},"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.7320508075688772},"19":{"tf":2.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.7320508075688772},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"36":{"tf":2.23606797749979},"38":{"tf":1.7320508075688772},"39":{"tf":1.0},"4":{"tf":2.449489742783178},"42":{"tf":1.0},"43":{"tf":1.7320508075688772},"45":{"tf":1.0},"46":{"tf":2.0},"47":{"tf":2.6457513110645907},"48":{"tf":1.4142135623730951},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.7320508075688772},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"6":{"tf":2.6457513110645907},"7":{"tf":1.4142135623730951},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"4":{"tf":1.0},"43":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"10":{"tf":1.0},"9":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"22":{"tf":1.0},"24":{"tf":1.0}}}}}}},"x":{"df":2,"docs":{"4":{"tf":1.4142135623730951},"6":{"tf":2.0}}},"y":{"df":0,"docs":{},"e":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"title":{"root":{"2":{"df":1,"docs":{"18":{"tf":1.0}}},"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"df":0,"docs":{}},"d":{"df":4,"docs":{"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"21":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"24":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"51":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"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":{"11":{"tf":1.0}}}}}}}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":2,"docs":{"20":{"tf":1.0},"22":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"25":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"33":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"45":{"tf":1.0}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"52":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"42":{"tf":1.0},"43":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"52":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"50":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"a":{"df":2,"docs":{"19":{"tf":1.0},"26":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"35":{"tf":1.0},"36":{"tf":1.0}}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"l":{"df":1,"docs":{"52":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":4,"docs":{"17":{"tf":1.0},"21":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":6,"docs":{"12":{"tf":1.0},"14":{"tf":1.0},"33":{"tf":1.0},"39":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}}}}}},"f":{"a":{"df":0,"docs":{},"q":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"37":{"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":{"27":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"55":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}},"i":{"df":1,"docs":{"35":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"v":{"df":1,"docs":{"51":{"tf":1.0}}}},"k":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"36":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"20":{"tf":1.0}}}}},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"23":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"26":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"36":{"tf":1.0}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"46":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"42":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"34":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"2":{"tf":1.0},"35":{"tf":1.0},"51":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"15":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"44":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"o":{"b":{"df":0,"docs":{},"e":{"df":2,"docs":{"24":{"tf":1.0},"47":{"tf":1.0}}}},"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"47":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"22":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"35":{"tf":1.0},"50":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"l":{"a":{"c":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"25":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}}}}}}},"df":1,"docs":{"28":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"40":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":5,"docs":{"11":{"tf":1.0},"28":{"tf":1.0},"36":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"18":{"tf":1.0},"47":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"23":{"tf":1.0}}}},"t":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"26":{"tf":1.0}}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}}}}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"27":{"tf":1.0},"41":{"tf":1.0}}}}}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"18":{"tf":1.0},"19":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":1,"docs":{"10":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"x":{"df":1,"docs":{"26":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"18":{"tf":1.0},"25":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"49":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":7,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"38":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"lang":"English","pipeline":["trimmer","stopWordFilter","stemmer"],"ref":"id","version":"0.9.5"},"results_options":{"limit_results":30,"teaser_word_count":30},"search_options":{"bool":"OR","expand":true,"fields":{"body":{"boost":1},"breadcrumbs":{"boost":1},"title":{"boost":2}}}}')); \ No newline at end of file diff --git a/docs/searchindex-adfdf4a1.js b/docs/searchindex-adfdf4a1.js new file mode 100644 index 0000000..87ec8f5 --- /dev/null +++ b/docs/searchindex-adfdf4a1.js @@ -0,0 +1 @@ +window.search = Object.assign(window.search, JSON.parse('{"doc_urls":["project-context-primer.html#project-context-primer","what-you-will-learn.html#what-you-will-learn","part-i.html#part-i--foundations","introduction.html#introduction","architecture-overview.html#architecture-overview","testing-philosophy.html#testing-philosophy","testing-philosophy.html#declarative-over-imperative","testing-philosophy.html#protocol-time-not-wall-time","testing-philosophy.html#determinism-first-chaos-when-needed","testing-philosophy.html#observable-health-signals","testing-philosophy.html#minimum-run-windows","testing-philosophy.html#summary","scenario-lifecycle.html#scenario-lifecycle","design-rationale.html#design-rationale","part-ii.html#part-ii--user-guide","workspace-layout.html#workspace-layout","annotated-tree.html#annotated-tree","authoring-scenarios.html#authoring-scenarios","workloads.html#core-content-workloads--expectations","workloads.html#workloads","workloads.html#expectations","scenario-builder-ext-patterns.html#core-content-scenariobuilderext-patterns","best-practices.html#best-practices","examples.html#examples","examples.html#simple-consensus-liveness","examples.html#transaction-workload","examples.html#da--transaction-workload","examples.html#chaos-resilience","examples-advanced.html#advanced--artificial-examples","examples-advanced.html#synthetic-delay-workload-network-latency-simulation","examples-advanced.html#oscillating-load-workload-traffic-waves","examples-advanced.html#byzantine-behavior-mock","examples-advanced.html#custom-expectation-block-finality-drift","examples-advanced.html#custom-deployer-dry-run-deployer","examples-advanced.html#stochastic-topology-generator","examples-advanced.html#multi-phase-scenario-pipelines","running-scenarios.html#running-scenarios","runners.html#runners","runners.html#local-runner","runners.html#docker-compose-runner","runners.html#kubernetes-runner","runners.html#common-expectations","operations.html#operations","operations.html#ci-usage","operations.html#running-examples","operations.html#local-runner","operations.html#compose-runner","operations.html#k8s-runner","operations.html#circuit-assets-kzg-parameters","operations.html#asset-location","operations.html#getting-circuit-assets","operations.html#ci-workflow","operations.html#when-are-assets-needed","operations.html#logging-and-observability","operations.html#node-logging-vs-framework-logging","operations.html#logging-environment-variables","operations.html#per-node-log-files","operations.html#filter-target-names","operations.html#accessing-logs-per-runner","operations.html#otlp-and-telemetry","operations.html#observability-prometheus-and-node-apis","part-iii.html#part-iii--developer-reference","scenario-model.html#scenario-model-developer-level","extending.html#extending-the-framework","extending.html#adding-a-workload","extending.html#adding-an-expectation","extending.html#adding-a-runner","extending.html#adding-topology-helpers","custom-workload-example.html#example-new-workload--expectation-rust","custom-workload-example.html#workload-simple-reachability-probe","custom-workload-example.html#expectation-confirm-the-target-stayed-reachable","custom-workload-example.html#how-to-wire-it","internal-crate-reference.html#internal-crate-reference","part-iv.html#part-iv--appendix","dsl-cheat-sheet.html#builder-api-quick-reference","dsl-cheat-sheet.html#imports","dsl-cheat-sheet.html#topology","dsl-cheat-sheet.html#wallets","dsl-cheat-sheet.html#transaction-workload","dsl-cheat-sheet.html#da-workload","dsl-cheat-sheet.html#chaos-workload-requires-enable_node_control","dsl-cheat-sheet.html#expectations","dsl-cheat-sheet.html#run-duration","dsl-cheat-sheet.html#build","dsl-cheat-sheet.html#deployers","dsl-cheat-sheet.html#execution","dsl-cheat-sheet.html#complete-example","troubleshooting.html#troubleshooting-scenarios","troubleshooting.html#quick-symptom-guide","troubleshooting.html#where-to-find-logs","troubleshooting.html#log-location-quick-reference","troubleshooting.html#accessing-node-logs-by-runner","troubleshooting.html#debugging-workflow","troubleshooting.html#1-check-framework-output","troubleshooting.html#2-verify-node-readiness","troubleshooting.html#3-inspect-node-logs","troubleshooting.html#4-check-log-levels","troubleshooting.html#5-verify-observability-endpoints","troubleshooting.html#6-compare-with-known-good-scenario","troubleshooting.html#common-error-messages","troubleshooting.html#consensus-liveness-expectation-failed","troubleshooting.html#wallet-seeding-failed","troubleshooting.html#node-control-not-available","troubleshooting.html#readiness-timeout","troubleshooting.html#port-already-in-use","troubleshooting.html#image-not-found-nomos-testnetlocal","faq.html#faq","glossary.html#glossary"],"index":{"documentStore":{"docInfo":{"0":{"body":73,"breadcrumbs":6,"title":3},"1":{"body":26,"breadcrumbs":2,"title":1},"10":{"body":48,"breadcrumbs":7,"title":3},"100":{"body":17,"breadcrumbs":9,"title":4},"101":{"body":15,"breadcrumbs":8,"title":3},"102":{"body":17,"breadcrumbs":8,"title":3},"103":{"body":21,"breadcrumbs":7,"title":2},"104":{"body":22,"breadcrumbs":8,"title":3},"105":{"body":17,"breadcrumbs":9,"title":4},"106":{"body":108,"breadcrumbs":5,"title":1},"107":{"body":299,"breadcrumbs":5,"title":1},"11":{"body":26,"breadcrumbs":5,"title":1},"12":{"body":106,"breadcrumbs":6,"title":2},"13":{"body":68,"breadcrumbs":6,"title":2},"14":{"body":10,"breadcrumbs":8,"title":4},"15":{"body":94,"breadcrumbs":8,"title":2},"16":{"body":59,"breadcrumbs":8,"title":2},"17":{"body":101,"breadcrumbs":8,"title":2},"18":{"body":18,"breadcrumbs":12,"title":4},"19":{"body":38,"breadcrumbs":9,"title":1},"2":{"body":10,"breadcrumbs":4,"title":2},"20":{"body":54,"breadcrumbs":9,"title":1},"21":{"body":84,"breadcrumbs":12,"title":4},"22":{"body":103,"breadcrumbs":8,"title":2},"23":{"body":54,"breadcrumbs":6,"title":1},"24":{"body":50,"breadcrumbs":8,"title":3},"25":{"body":53,"breadcrumbs":7,"title":2},"26":{"body":61,"breadcrumbs":8,"title":3},"27":{"body":73,"breadcrumbs":7,"title":2},"28":{"body":19,"breadcrumbs":10,"title":3},"29":{"body":41,"breadcrumbs":13,"title":6},"3":{"body":84,"breadcrumbs":4,"title":1},"30":{"body":37,"breadcrumbs":12,"title":5},"31":{"body":34,"breadcrumbs":10,"title":3},"32":{"body":41,"breadcrumbs":12,"title":5},"33":{"body":39,"breadcrumbs":12,"title":5},"34":{"body":35,"breadcrumbs":10,"title":3},"35":{"body":40,"breadcrumbs":11,"title":4},"36":{"body":75,"breadcrumbs":8,"title":2},"37":{"body":20,"breadcrumbs":6,"title":1},"38":{"body":23,"breadcrumbs":7,"title":2},"39":{"body":29,"breadcrumbs":8,"title":3},"4":{"body":108,"breadcrumbs":6,"title":2},"40":{"body":20,"breadcrumbs":7,"title":2},"41":{"body":43,"breadcrumbs":7,"title":2},"42":{"body":123,"breadcrumbs":6,"title":1},"43":{"body":48,"breadcrumbs":7,"title":2},"44":{"body":0,"breadcrumbs":7,"title":2},"45":{"body":44,"breadcrumbs":7,"title":2},"46":{"body":120,"breadcrumbs":7,"title":2},"47":{"body":99,"breadcrumbs":7,"title":2},"48":{"body":9,"breadcrumbs":9,"title":4},"49":{"body":18,"breadcrumbs":7,"title":2},"5":{"body":17,"breadcrumbs":6,"title":2},"50":{"body":41,"breadcrumbs":8,"title":3},"51":{"body":22,"breadcrumbs":7,"title":2},"52":{"body":30,"breadcrumbs":7,"title":2},"53":{"body":0,"breadcrumbs":7,"title":2},"54":{"body":95,"breadcrumbs":10,"title":5},"55":{"body":76,"breadcrumbs":8,"title":3},"56":{"body":58,"breadcrumbs":9,"title":4},"57":{"body":36,"breadcrumbs":8,"title":3},"58":{"body":260,"breadcrumbs":9,"title":4},"59":{"body":35,"breadcrumbs":7,"title":2},"6":{"body":41,"breadcrumbs":7,"title":3},"60":{"body":56,"breadcrumbs":9,"title":4},"61":{"body":10,"breadcrumbs":8,"title":4},"62":{"body":118,"breadcrumbs":12,"title":4},"63":{"body":0,"breadcrumbs":8,"title":2},"64":{"body":39,"breadcrumbs":8,"title":2},"65":{"body":21,"breadcrumbs":8,"title":2},"66":{"body":29,"breadcrumbs":8,"title":2},"67":{"body":21,"breadcrumbs":9,"title":3},"68":{"body":19,"breadcrumbs":14,"title":5},"69":{"body":120,"breadcrumbs":13,"title":4},"7":{"body":101,"breadcrumbs":8,"title":4},"70":{"body":67,"breadcrumbs":14,"title":5},"71":{"body":24,"breadcrumbs":10,"title":1},"72":{"body":91,"breadcrumbs":10,"title":3},"73":{"body":10,"breadcrumbs":6,"title":3},"74":{"body":7,"breadcrumbs":11,"title":4},"75":{"body":17,"breadcrumbs":8,"title":1},"76":{"body":22,"breadcrumbs":8,"title":1},"77":{"body":9,"breadcrumbs":8,"title":1},"78":{"body":19,"breadcrumbs":9,"title":2},"79":{"body":21,"breadcrumbs":9,"title":2},"8":{"body":64,"breadcrumbs":8,"title":4},"80":{"body":31,"breadcrumbs":11,"title":4},"81":{"body":8,"breadcrumbs":8,"title":1},"82":{"body":7,"breadcrumbs":9,"title":2},"83":{"body":7,"breadcrumbs":8,"title":1},"84":{"body":14,"breadcrumbs":8,"title":1},"85":{"body":8,"breadcrumbs":8,"title":1},"86":{"body":47,"breadcrumbs":9,"title":2},"87":{"body":0,"breadcrumbs":7,"title":2},"88":{"body":92,"breadcrumbs":8,"title":3},"89":{"body":0,"breadcrumbs":7,"title":2},"9":{"body":51,"breadcrumbs":7,"title":3},"90":{"body":126,"breadcrumbs":9,"title":4},"91":{"body":277,"breadcrumbs":9,"title":4},"92":{"body":4,"breadcrumbs":7,"title":2},"93":{"body":16,"breadcrumbs":9,"title":4},"94":{"body":36,"breadcrumbs":9,"title":4},"95":{"body":36,"breadcrumbs":9,"title":4},"96":{"body":13,"breadcrumbs":9,"title":4},"97":{"body":18,"breadcrumbs":9,"title":4},"98":{"body":14,"breadcrumbs":10,"title":5},"99":{"body":0,"breadcrumbs":8,"title":3}},"docs":{"0":{"body":"This book focuses on the Nomos Testing Framework. It assumes familiarity with\\nthe Nomos architecture, but for completeness, here is a short primer. Nomos is a modular blockchain protocol composed of validators, executors,\\nand a data-availability (DA) subsystem. Validators participate in consensus and produce blocks. Executors are validators with the DA dispersal service enabled. They perform\\nall validator functions plus submit blob data to the DA network. Data Availability (DA) ensures that blob data submitted via channel operations\\nin transactions is published and retrievable by the network. These roles interact tightly, which is why meaningful testing must be performed\\nin multi-node environments that include real networking, timing, and DA\\ninteraction.","breadcrumbs":"Project Context Primer » Project Context Primer","id":"0","title":"Project Context Primer"},"1":{"body":"This book gives you a clear mental model for Nomos multi-node testing, shows how\\nto author scenarios that pair realistic workloads with explicit expectations,\\nand guides you to run them across local, containerized, and cluster environments\\nwithout changing the plan.","breadcrumbs":"What You Will Learn » What You Will Learn","id":"1","title":"What You Will Learn"},"10":{"body":"Always run long enough for meaningful block production: #![allow(unused)] fn main() {\\n// Bad: too short\\n.with_run_duration(Duration::from_secs(5)) // ~2 blocks (with default 2s slots, 0.9 coeff) // Good: enough blocks for assertions\\n.with_run_duration(Duration::from_secs(60)) // ~27 blocks (with default 2s slots, 0.9 coeff) } The framework enforces minimum durations, but be explicit. Very short runs\\nrisk false confidence—one lucky block doesn’t prove liveness.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Minimum Run Windows","id":"10","title":"Minimum Run Windows"},"100":{"body":"Cause: Not enough blocks produced during run window Fix: Extend with_run_duration(), check node logs for errors, reduce transaction/DA rate","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » “Consensus liveness expectation failed”","id":"100","title":"“Consensus liveness expectation failed”"},"101":{"body":"Cause: Topology doesn’t have enough funded wallets for the workload Fix: Increase .wallets(N) count or reduce .users(M) in transaction workload","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » “Wallet seeding failed”","id":"101","title":"“Wallet seeding failed”"},"102":{"body":"Cause: Runner doesn’t support node control, or enable_node_control() wasn’t called Fix: Use ComposeDeployer for chaos tests, ensure enable_node_control() in scenario","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » “Node control not available”","id":"102","title":"“Node control not available”"},"103":{"body":"Cause: Nodes didn’t become responsive within expected time Fix: Check node logs for startup errors, verify network connectivity, ensure POL_PROOF_DEV_MODE=true for local runner","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » “Readiness timeout”","id":"103","title":"“Readiness timeout”"},"104":{"body":"Cause: Previous test didn’t clean up, or another process holds the port Fix: Kill orphaned processes ( pkill nomos-node), wait for Docker cleanup, or restart Docker","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » “Port already in use”","id":"104","title":"“Port already in use”"},"105":{"body":"Cause: Docker image not built for Compose/K8s runners Fix: Run testing-framework/assets/stack/scripts/build_test_image.sh For detailed logging configuration and observability setup, see Operations.","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » “Image not found: nomos-testnet:local”","id":"105","title":"“Image not found: nomos-testnet:local”"},"106":{"body":"Why block-oriented timing? Slots advance at a fixed rate (NTP-synchronized, 2s by default), so reasoning\\nabout blocks and consensus intervals keeps assertions aligned with protocol\\nbehavior rather than arbitrary wall-clock durations. Can I reuse the same scenario across runners? Yes. The plan stays the same; swap runners (local, compose, k8s) to target\\ndifferent environments. When should I enable chaos workloads? Only when testing resilience or operational recovery; keep functional smoke\\ntests deterministic. How long should runs be? Long enough for multiple blocks so liveness and inclusion checks are\\nmeaningful; very short runs risk false confidence. Do I always need seeded wallets? Only for transaction scenarios. Data-availability or pure chaos scenarios may\\nnot require them, but liveness checks still need validators producing blocks. What if expectations fail but workloads “look fine”? Trust expectations first—they capture the intended success criteria. Use the\\nobservability signals and runner logs to pinpoint why the system missed the\\ntarget.","breadcrumbs":"Part IV — Appendix » FAQ » FAQ","id":"106","title":"FAQ"},"107":{"body":"Validator: node role responsible for participating in consensus and block\\nproduction. Executor: a validator node with the DA dispersal service enabled. Executors\\ncan submit transactions and disperse blob data to the DA network, in addition\\nto performing all validator functions. DA (Data Availability): subsystem ensuring blobs or channel data are\\npublished and retrievable for validation. Deployer: component that provisions infrastructure (spawns processes,\\ncreates containers, or launches pods), waits for readiness, and returns a\\nRunner. Examples: LocalDeployer, ComposeDeployer, K8sDeployer. Runner: component returned by deployers that orchestrates scenario\\nexecution—starts workloads, observes signals, evaluates expectations, and\\ntriggers cleanup. Workload: traffic or behavior generator that exercises the system during a\\nscenario run. Expectation: post-run assertion that judges whether the system met the\\nintended success criteria. Topology: declarative description of the cluster shape, roles, and\\nhigh-level parameters for a scenario. Scenario: immutable plan combining topology, workloads, expectations, and\\nrun duration. Blockfeed: stream of block observations used for liveness or inclusion\\nsignals during a run. Control capability: the ability for a runner to start, stop, or restart\\nnodes, used by chaos workloads. Slot duration: time interval between consensus rounds in Cryptarchia. Blocks\\nare produced at multiples of the slot duration based on lottery outcomes. Block cadence: observed rate of block production in a live network, measured\\nin blocks per second or seconds per block. Cooldown: waiting period after a chaos action (e.g., node restart) before\\ntriggering the next action, allowing the system to stabilize. Run window: total duration a scenario executes, specified via with_run_duration(). Framework auto-extends to at least 2× slot duration. Readiness probe: health check performed by runners to ensure nodes are\\nreachable and responsive before starting workloads. Prevents false negatives\\nfrom premature traffic. Liveness: property that the system continues making progress (producing\\nblocks) under specified conditions. Contrasts with safety/correctness which\\nverifies that state transitions are accurate. State assertion: expectation that verifies specific values in the system\\nstate (e.g., wallet balances, UTXO sets) rather than just progress signals.\\nAlso called “correctness expectations.” Mantle transaction: transaction type in Nomos that can contain UTXO transfers\\n(LedgerTx) and operations (Op), including channel data (ChannelBlob). Channel: logical grouping for DA blobs; each blob belongs to a channel and\\nreferences a parent blob in the same channel, creating a chain of related data. POL_PROOF_DEV_MODE: environment variable that disables expensive Groth16 zero-knowledge\\nproof generation for leader election. Required for LocalDeployer tests to run in\\nreasonable time. Should never be used in production environments.","breadcrumbs":"Part IV — Appendix » Glossary » Glossary","id":"107","title":"Glossary"},"11":{"body":"These principles keep scenarios: Portable across environments (protocol time, declarative) Debuggable (determinism, separation of concerns) Meaningful (observable signals, sufficient duration) When authoring scenarios, ask: “Does this test the protocol behavior or\\nmy local environment quirks?”","breadcrumbs":"Part I — Foundations » Testing Philosophy » Summary","id":"11","title":"Summary"},"12":{"body":"Build the plan: Declare a topology, attach workloads and expectations, and set the run window. The plan is the single source of truth for what will happen. Deploy: Hand the plan to a deployer. It provisions the environment on the chosen backend, waits for nodes to signal readiness, and returns a runner. Drive workloads: The runner starts traffic and behaviors (transactions, data-availability activity, restarts) for the planned duration. Observe blocks and signals: Track block progression and other high-level metrics during or after the run window to ground assertions in protocol time. Evaluate expectations: Once activity stops (and optional cooldown completes), the runner checks liveness and workload-specific outcomes to decide pass or fail. Cleanup: Tear down resources so successive runs start fresh and do not inherit leaked state. flowchart LR P[Plan
topology + workloads + expectations] --> D[Deploy
deployer provisions] D --> R[Runner
orchestrates execution] R --> W[Drive Workloads] W --> O[Observe
blocks/metrics] O --> E[Evaluate Expectations] E --> C[Cleanup]","breadcrumbs":"Part I — Foundations » Scenario Lifecycle » Scenario Lifecycle","id":"12","title":"Scenario Lifecycle"},"13":{"body":"Modular crates keep configuration, orchestration, workloads, and runners decoupled so each can evolve without breaking the others. Pluggable runners let the same scenario run on a laptop, a Docker host, or a Kubernetes cluster, making validation portable across environments. Separated workloads and expectations clarify intent: what traffic to generate versus how to judge success. This simplifies review and reuse. Declarative topology makes cluster shape explicit and repeatable, reducing surprise when moving between CI and developer machines. Maintainability through predictability: a clear flow from plan to deployment to verification lowers the cost of extending the framework and interpreting failures.","breadcrumbs":"Part I — Foundations » Design Rationale » Design Rationale","id":"13","title":"Design Rationale"},"14":{"body":"Practical guidance for shaping scenarios, combining workloads and expectations,\\nand running them across different environments.","breadcrumbs":"Part II — User Guide » Part II — User Guide","id":"14","title":"Part II — User Guide"},"15":{"body":"The workspace focuses on multi-node integration testing and sits alongside a nomos-node checkout. Its crates separate concerns to keep scenarios\\nrepeatable and portable: Configs: prepares high-level node, network, tracing, and wallet settings\\nused across test environments. Core scenario orchestration: the engine that holds topology descriptions,\\nscenario plans, runtimes, workloads, and expectations. Workflows: ready-made workloads (transactions, data-availability, chaos)\\nand reusable expectations assembled into a user-facing DSL. Runners: deployment backends for local processes, Docker Compose, and\\nKubernetes, all consuming the same scenario plan. Test workflows: example scenarios and integration checks that show how\\nthe pieces fit together. This split keeps configuration, orchestration, reusable traffic patterns, and\\ndeployment adapters loosely coupled while sharing one mental model for tests.","breadcrumbs":"Part II — User Guide » Workspace Layout » Workspace Layout","id":"15","title":"Workspace Layout"},"16":{"body":"High-level view of the workspace and how pieces relate: nomos-testing/\\n├─ testing-framework/\\n│ ├─ configs/ # shared configuration helpers\\n│ ├─ core/ # scenario model, runtime, topology\\n│ ├─ workflows/ # workloads, expectations, DSL extensions\\n│ └─ runners/ # local, compose, k8s deployment backends\\n├─ tests/ # integration scenarios using the framework\\n└─ scripts/ # supporting setup utilities (e.g., assets) Each area maps to a responsibility: describe configs, orchestrate scenarios,\\npackage common traffic and assertions, adapt to environments, and demonstrate\\nend-to-end usage.","breadcrumbs":"Part II — User Guide » Annotated Tree » Annotated Tree","id":"16","title":"Annotated Tree"},"17":{"body":"Creating a scenario is a declarative exercise: Shape the topology: decide how many validators and executors to run, and\\nwhat high-level network and data-availability characteristics matter for the\\ntest. Attach workloads: pick traffic generators that align with your goals\\n(transactions, data-availability blobs, or chaos for resilience probes). Define expectations: specify the health signals that must hold when the\\nrun finishes (e.g., consensus liveness, inclusion of submitted activity; see Core Content: Workloads & Expectations). Set duration: choose a run window long enough to observe meaningful\\nblock progression and the effects of your workloads. Choose a runner: target local processes for fast iteration, Docker\\nCompose for reproducible multi-node stacks, or Kubernetes for cluster-grade\\nvalidation. For environment considerations, see Operations. Keep scenarios small and explicit: make the intended behavior and the success\\ncriteria clear so failures are easy to interpret and act upon.","breadcrumbs":"Part II — User Guide » Authoring Scenarios » Authoring Scenarios","id":"17","title":"Authoring Scenarios"},"18":{"body":"Workloads describe the activity a scenario generates; expectations describe the\\nsignals that must hold when that activity completes. Both are pluggable so\\nscenarios stay readable and purpose-driven.","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Core Content: Workloads & Expectations","id":"18","title":"Core Content: Workloads & Expectations"},"19":{"body":"Transaction workload: submits user-level transactions at a configurable\\nrate and can limit how many distinct actors participate. Data-availability workload: drives blob and channel activity to exercise\\ndata-availability paths. Chaos workload: triggers controlled node restarts to test resilience and\\nrecovery behaviors (requires a runner that can control nodes).","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Workloads","id":"19","title":"Workloads"},"2":{"body":"Conceptual chapters that establish the mental model for the framework and how\\nit approaches multi-node testing.","breadcrumbs":"Part I — Foundations » Part I — Foundations","id":"2","title":"Part I — Foundations"},"20":{"body":"Consensus liveness: verifies the system continues to produce blocks in\\nline with the planned workload and timing window. Workload-specific checks: each workload can attach its own success\\ncriteria (e.g., inclusion of submitted activity) so scenarios remain concise. Together, workloads and expectations let you express both the pressure applied\\nto the system and the definition of “healthy” for that run. flowchart TD I[Inputs
(topology + wallets + rates)] --> Init[Workload init] Init --> Drive[Drive traffic] Drive --> Collect[Collect signals] Collect --> Eval[Expectations evaluate]","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Expectations","id":"20","title":"Expectations"},"21":{"body":"Patterns that keep scenarios readable and reusable: Topology-first: start by shaping the cluster (counts, layout) so later\\nsteps inherit a clear foundation. Bundle defaults: use the DSL helpers to attach common expectations (like\\nliveness) whenever you add a matching workload, reducing forgotten checks. Intentional rates: express traffic in per-block terms to align with\\nprotocol timing rather than wall-clock assumptions. Opt-in chaos: enable restart patterns only in scenarios meant to probe\\nresilience; keep functional smoke tests deterministic. Wallet clarity: seed only the number of actors you need; it keeps\\ntransaction scenarios deterministic and interpretable. These patterns make scenario definitions self-explanatory while staying aligned\\nwith the framework’s block-oriented timing model.","breadcrumbs":"Part II — User Guide » Core Content: ScenarioBuilderExt Patterns » Core Content: ScenarioBuilderExt Patterns","id":"21","title":"Core Content: ScenarioBuilderExt Patterns"},"22":{"body":"State your intent: document the goal of each scenario (throughput, DA\\nvalidation, resilience) so expectation choices are obvious. Keep runs meaningful: choose durations that allow multiple blocks and make\\ntiming-based assertions trustworthy. Separate concerns: start with deterministic workloads for functional\\nchecks; add chaos in dedicated resilience scenarios to avoid noisy failures. Reuse patterns: standardize on shared topology and workload presets so\\nresults are comparable across environments and teams. Observe first, tune second: rely on liveness and inclusion signals to\\ninterpret outcomes before tweaking rates or topology. Environment fit: pick runners that match the feedback loop you need—local\\nfor speed (including fast CI smoke tests), compose for reproducible stacks\\n(recommended for CI), k8s for cluster-grade fidelity. Minimal surprises: seed only necessary wallets and keep configuration\\ndeltas explicit when moving between CI and developer machines.","breadcrumbs":"Part II — User Guide » Best Practices » Best Practices","id":"22","title":"Best Practices"},"23":{"body":"Concrete scenario shapes that illustrate how to combine topologies, workloads,\\nand expectations. Runnable examples: The repo includes complete binaries in examples/src/bin/: local_runner.rs — Local processes (requires POL_PROOF_DEV_MODE=true) compose_runner.rs — Docker Compose (requires NOMOS_TESTNET_IMAGE built) k8s_runner.rs — Kubernetes (requires cluster access and image loaded) Run with: cargo run -p runner-examples --bin Code patterns below show how to build scenarios. Wrap these in #[tokio::test] functions for integration tests, or #[tokio::main] for binaries.","breadcrumbs":"Part II — User Guide » Examples » Examples","id":"23","title":"Examples"},"24":{"body":"Minimal test that validates basic block production: #![allow(unused)] fn main() {\\nuse testing_framework_core::scenario::{Deployer, ScenarioBuilder};\\nuse testing_framework_runner_local::LocalDeployer;\\nuse testing_framework_workflows::ScenarioBuilderExt;\\nuse std::time::Duration; async fn simple_consensus() -> Result<(), Box> { let mut plan = ScenarioBuilder::topology() .network_star() .validators(3) .executors(0) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(30)) .build(); let deployer = LocalDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } When to use: smoke tests for consensus on minimal hardware.","breadcrumbs":"Part II — User Guide » Examples » Simple consensus liveness","id":"24","title":"Simple consensus liveness"},"25":{"body":"Test consensus under transaction load: #![allow(unused)] fn main() {\\nuse testing_framework_core::scenario::{Deployer, ScenarioBuilder};\\nuse testing_framework_runner_local::LocalDeployer;\\nuse testing_framework_workflows::ScenarioBuilderExt;\\nuse std::time::Duration; async fn transaction_workload() -> Result<(), Box> { let mut plan = ScenarioBuilder::topology() .network_star() .validators(2) .executors(0) .apply() .wallets(20) .transactions() .rate(5) .users(10) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(60)) .build(); let deployer = LocalDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } When to use: validate transaction submission and inclusion.","breadcrumbs":"Part II — User Guide » Examples » Transaction workload","id":"25","title":"Transaction workload"},"26":{"body":"Combined test stressing both transaction and DA layers: #![allow(unused)] fn main() {\\nuse testing_framework_core::scenario::{Deployer, ScenarioBuilder};\\nuse testing_framework_runner_local::LocalDeployer;\\nuse testing_framework_workflows::ScenarioBuilderExt;\\nuse std::time::Duration; async fn da_and_transactions() -> Result<(), Box> { let mut plan = ScenarioBuilder::topology() .network_star() .validators(3) .executors(2) .apply() .wallets(30) .transactions() .rate(5) .users(15) .apply() .da() .channel_rate(1) .blob_rate(2) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(90)) .build(); let deployer = LocalDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } When to use: end-to-end coverage of transaction and DA layers.","breadcrumbs":"Part II — User Guide » Examples » DA + transaction workload","id":"26","title":"DA + transaction workload"},"27":{"body":"Test system resilience under node restarts: #![allow(unused)] fn main() {\\nuse testing_framework_core::scenario::{Deployer, ScenarioBuilder};\\nuse testing_framework_runner_compose::ComposeDeployer;\\nuse testing_framework_workflows::{ScenarioBuilderExt, ChaosBuilderExt};\\nuse std::time::Duration; async fn chaos_resilience() -> Result<(), Box> { let mut plan = ScenarioBuilder::topology() .network_star() .validators(4) .executors(2) .apply() .enable_node_control() .wallets(20) .transactions() .rate(3) .users(10) .apply() .chaos() .restart() .min_delay(Duration::from_secs(20)) .max_delay(Duration::from_secs(40)) .target_cooldown(Duration::from_secs(30)) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(120)) .build(); let deployer = ComposeDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } When to use: resilience validation and operational readiness drills. Note: Chaos tests require ComposeDeployer or another runner with node control support.","breadcrumbs":"Part II — User Guide » Examples » Chaos resilience","id":"27","title":"Chaos resilience"},"28":{"body":"These illustrative scenarios stretch the framework to show how to build new\\nworkloads, expectations, deployers, and topology tricks. They are intentionally\\n“synthetic” to teach capabilities rather than prescribe production tests.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Advanced & Artificial Examples","id":"28","title":"Advanced & Artificial Examples"},"29":{"body":"Idea: inject fake latency between node interactions using internal timers,\\nnot OS-level tooling. Demonstrates: sequencing control inside a workload, verifying protocol\\nprogression under induced lag, using timers to pace submissions. Shape: wrap submissions in delays that mimic slow peers; ensure the\\nexpectation checks blocks still progress.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Synthetic Delay Workload (Network Latency Simulation)","id":"29","title":"Synthetic Delay Workload (Network Latency Simulation)"},"3":{"body":"The Nomos Testing Framework is a purpose-built toolkit for exercising Nomos in\\nrealistic, multi-node environments. It solves the gap between small, isolated\\ntests and full-system validation by letting teams describe a cluster layout,\\ndrive meaningful traffic, and assert the outcomes in one coherent plan. It is for protocol engineers, infrastructure operators, and QA teams who need\\nrepeatable confidence that validators, executors, and data-availability\\ncomponents work together under network and timing constraints. Multi-node integration testing is required because many Nomos behaviors—block\\nprogress, data availability, liveness under churn—only emerge when several\\nroles interact over real networking and time. This framework makes those checks\\ndeclarative, observable, and portable across environments.","breadcrumbs":"Part I — Foundations » Introduction » Introduction","id":"3","title":"Introduction"},"30":{"body":"Idea: traffic rate changes every block or N seconds (e.g., blocks 1–3 low,\\n4–5 high, 6–7 zero, repeat). Demonstrates: dynamic, stateful workloads that use RunMetrics to time\\nphases; modeling real-world burstiness. Shape: schedule per-phase rates; confirm inclusion/liveness across peaks\\nand troughs.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Oscillating Load Workload (Traffic Waves)","id":"30","title":"Oscillating Load Workload (Traffic Waves)"},"31":{"body":"Idea: a workload that drops half its planned submissions, sometimes\\ndouble-submits, and intentionally triggers expectation failures. Demonstrates: negative testing, resilience checks, and the value of clear\\nexpectations when behavior is adversarial by design. Shape: parameterize drop/double-submit probabilities; pair with an\\nexpectation that documents what “bad” looks like.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Byzantine Behavior Mock","id":"31","title":"Byzantine Behavior Mock"},"32":{"body":"Idea: assert the last few blocks differ and block time stays within a\\ntolerated drift budget. Demonstrates: consuming BlockFeed or time-series metrics to validate\\nprotocol cadence; crafting post-run assertions around block diversity and\\ntiming. Shape: collect recent blocks, confirm no duplicates, and compare observed\\nintervals to a drift threshold.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Custom Expectation: Block Finality Drift","id":"32","title":"Custom Expectation: Block Finality Drift"},"33":{"body":"Idea: a deployer that never starts nodes; it emits configs, simulates\\nreadiness, provides fake blockfeed/metrics. Demonstrates: full power of the deployer interface for CI dry-runs,\\nconfig verification, and ultra-fast feedback without Nomos binaries. Shape: produce logs/artifacts, stub readiness, and feed synthetic blocks\\nso expectations can still run.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Custom Deployer: Dry-Run Deployer","id":"33","title":"Custom Deployer: Dry-Run Deployer"},"34":{"body":"Idea: topology parameters change at runtime (random validators, DA\\nsettings, network shapes). Demonstrates: randomized property testing and fuzzing approaches to\\ntopology building. Shape: pick roles and network layouts randomly per run; keep expectations\\ntolerant to variability while still asserting core liveness.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Stochastic Topology Generator","id":"34","title":"Stochastic Topology Generator"},"35":{"body":"Idea: scenario runs in phases (e.g., phase 1 transactions, phase 2 DA,\\nphase 3 restarts, phase 4 sync check). Demonstrates: multi-stage tests, modular scenario assembly, and deliberate\\nlifecycle control. Shape: drive phase-specific workloads/expectations sequentially; enforce\\nclear boundaries and post-phase checks.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Multi-Phase Scenario (“Pipelines”)","id":"35","title":"Multi-Phase Scenario (“Pipelines”)"},"36":{"body":"Running a scenario follows the same conceptual flow regardless of environment: Select or author a scenario plan that pairs a topology with workloads,\\nexpectations, and a suitable run window. Choose a deployer aligned with your environment (local, compose, or k8s) and\\nensure its prerequisites are available. Deploy the plan through the deployer, which provisions infrastructure and\\nreturns a runner. The runner orchestrates workload execution for the planned duration; keep\\nobservability signals visible so you can correlate outcomes. The runner evaluates expectations and captures results as the primary\\npass/fail signal. Use the same plan across different deployers to compare behavior between local\\ndevelopment and CI or cluster settings. For environment prerequisites and\\nflags, see Operations.","breadcrumbs":"Part II — User Guide » Running Scenarios » Running Scenarios","id":"36","title":"Running Scenarios"},"37":{"body":"Runners turn a scenario plan into a live environment while keeping the plan\\nunchanged. Choose based on feedback speed, reproducibility, and fidelity. For\\nenvironment and operational considerations, see Operations:","breadcrumbs":"Part II — User Guide » Runners » Runners","id":"37","title":"Runners"},"38":{"body":"Launches node processes directly on the host. Fastest feedback loop and minimal orchestration overhead. Best for development-time iteration and debugging. Can run in CI for fast smoke tests (requires POL_PROOF_DEV_MODE=true).","breadcrumbs":"Part II — User Guide » Runners » Local runner","id":"38","title":"Local runner"},"39":{"body":"Starts nodes in containers to provide a reproducible multi-node stack on a\\nsingle machine. Discovers service ports and wires observability for convenient inspection. Good balance between fidelity and ease of setup. Recommended for CI pipelines (isolated environment, reproducible).","breadcrumbs":"Part II — User Guide » Runners » Docker Compose runner","id":"39","title":"Docker Compose runner"},"4":{"body":"The framework follows a clear flow: Topology → Scenario → Deployer → Runner → Workloads → Expectations. Topology describes the cluster: how many nodes, their roles, and the high-level network and data-availability parameters they should follow. Scenario combines that topology with the activities to run and the checks to perform, forming a single plan. Deployer provisions infrastructure on the chosen backend (local processes, Docker Compose, or Kubernetes), waits for readiness, and returns a Runner. Runner orchestrates scenario execution: starts workloads, observes signals, evaluates expectations, and triggers cleanup. Workloads generate traffic and conditions that exercise the system. Expectations observe the run and judge success or failure once activity completes. flowchart LR A(Topology
shape cluster) --> B(Scenario
plan) B --> C(Deployer
provision & readiness) C --> D(Runner
orchestrate execution) D --> E(Workloads
drive traffic) E --> F(Expectations
verify outcomes) Each layer has a narrow responsibility so that cluster shape, deployment choice,\\ntraffic generation, and health checks can evolve independently while fitting\\ntogether predictably.","breadcrumbs":"Part I — Foundations » Architecture Overview » Architecture Overview","id":"4","title":"Architecture Overview"},"40":{"body":"Deploys nodes onto a cluster for higher-fidelity, longer-running scenarios. Suits CI with cluster access or shared test environments where cluster behavior\\nand scheduling matter.","breadcrumbs":"Part II — User Guide » Runners » Kubernetes runner","id":"40","title":"Kubernetes runner"},"41":{"body":"All runners require at least one validator and, for transaction scenarios,\\naccess to seeded wallets. Readiness probes gate workload start so traffic begins only after nodes are\\nreachable. Environment flags can relax timeouts or increase tracing when diagnostics are\\nneeded. flowchart TD Plan[Scenario Plan] --> RunSel{Runner
(local | compose | k8s)} RunSel --> Provision[Provision & readiness] Provision --> Runtime[Runtime + observability] Runtime --> Exec[Workloads & Expectations execute]","breadcrumbs":"Part II — User Guide » Runners » Common expectations","id":"41","title":"Common expectations"},"42":{"body":"Operational readiness focuses on prerequisites, environment fit, and clear\\nsignals: Prerequisites: keep a sibling nomos-node checkout available; ensure the\\nchosen runner’s platform needs are met (local binaries for host runs, Docker\\nfor compose, cluster access for k8s). Artifacts: DA scenarios require KZG parameters (circuit assets) located at testing-framework/assets/stack/kzgrs_test_params. Fetch them via scripts/setup-nomos-circuits.sh or override the path with NOMOS_KZGRS_PARAMS_PATH. Environment flags: POL_PROOF_DEV_MODE=true is required for local runs.\\nConfigure logging via NOMOS_LOG_DIR, NOMOS_LOG_LEVEL, and NOMOS_LOG_FILTER\\n(see Logging and Observability for details). Note\\nthat nodes ignore RUST_LOG and only respond to NOMOS_* variables. Readiness checks: verify runners report node readiness before starting\\nworkloads; this avoids false negatives from starting too early. Failure triage: map failures to missing prerequisites (wallet seeding,\\nnode control availability), runner platform issues, or unmet expectations.\\nStart with liveness signals, then dive into workload-specific assertions. Treat operational hygiene—assets present, prerequisites satisfied, observability\\nreachable—as the first step to reliable scenario outcomes.","breadcrumbs":"Part II — User Guide » Operations » Operations","id":"42","title":"Operations"},"43":{"body":"Both LocalDeployer and ComposeDeployer work in CI environments: LocalDeployer in CI: ✅ Faster (no Docker overhead) ✅ Good for quick smoke tests ⚠️ Requires POL_PROOF_DEV_MODE=true ⚠️ Less isolation (processes share host) ComposeDeployer in CI (recommended): ✅ Better isolation (containerized) ✅ Reproducible environment ✅ Includes Prometheus/observability ⚠️ Slower startup (Docker image build) ⚠️ Requires Docker daemon See .github/workflows/compose-mixed.yml for a complete CI example using ComposeDeployer.","breadcrumbs":"Part II — User Guide » Operations » CI Usage","id":"43","title":"CI Usage"},"44":{"body":"","breadcrumbs":"Part II — User Guide » Operations » Running Examples","id":"44","title":"Running Examples"},"45":{"body":"POL_PROOF_DEV_MODE=true cargo run -p runner-examples --bin local_runner Optional environment variables: LOCAL_DEMO_VALIDATORS=3 — Number of validators (default: 1) LOCAL_DEMO_EXECUTORS=2 — Number of executors (default: 1) LOCAL_DEMO_RUN_SECS=120 — Run duration in seconds (default: 60) NOMOS_LOG_DIR=/tmp/logs — Write logs to files instead of console NOMOS_LOG_LEVEL=debug — Set log level (default: info) NOMOS_LOG_FILTER=consensus=trace,da=debug — Fine-grained module filtering","breadcrumbs":"Part II — User Guide » Operations » Local Runner","id":"45","title":"Local Runner"},"46":{"body":"Prerequisites: ✅ Docker daemon running ✅ Circuit assets in testing-framework/assets/stack/kzgrs_test_params (fetched via scripts/setup-nomos-circuits.sh) ✅ Test image built (see below) Build the test image: # Fetch circuit assets first\\nchmod +x scripts/setup-nomos-circuits.sh\\nscripts/setup-nomos-circuits.sh v0.3.1 /tmp/nomos-circuits\\ncp -r /tmp/nomos-circuits/* testing-framework/assets/stack/kzgrs_test_params/ # Build image (embeds assets)\\nchmod +x testing-framework/assets/stack/scripts/build_test_image.sh\\ntesting-framework/assets/stack/scripts/build_test_image.sh Run the example: NOMOS_TESTNET_IMAGE=nomos-testnet:local \\\\\\nPOL_PROOF_DEV_MODE=true \\\\\\ncargo run -p runner-examples --bin compose_runner Required environment variables: NOMOS_TESTNET_IMAGE=nomos-testnet:local — Image tag (must match built image) POL_PROOF_DEV_MODE=true — Critical: Without this, proof generation is CPU-intensive and tests will timeout Optional environment variables: COMPOSE_NODE_PAIRS=1x1 — Topology: “validators×executors” (default varies by example) TEST_FRAMEWORK_PROMETHEUS_PORT=9091 — Override Prometheus port (default: 9090) COMPOSE_RUNNER_HOST=127.0.0.1 — Host address for port mappings (default: 127.0.0.1) COMPOSE_RUNNER_PRESERVE=1 — Keep containers running after test (for debugging) NOMOS_LOG_DIR=/tmp/compose-logs — Collect logs to files NOMOS_LOG_LEVEL=debug — Set log level","breadcrumbs":"Part II — User Guide » Operations » Compose Runner","id":"46","title":"Compose Runner"},"47":{"body":"Prerequisites: ✅ Kubernetes cluster with kubectl configured and working ✅ Circuit assets in testing-framework/assets/stack/kzgrs_test_params ✅ Test image built (same as Compose: testing-framework/assets/stack/scripts/build_test_image.sh) ✅ Image available in cluster (loaded via kind, minikube, or pushed to registry) ✅ POL_PROOF_DEV_MODE=true environment variable set Load image into cluster: # For kind clusters\\nexport NOMOS_TESTNET_IMAGE=nomos-testnet:local\\nkind load docker-image nomos-testnet:local # For minikube\\nminikube image load nomos-testnet:local # For remote clusters (push to registry)\\ndocker tag nomos-testnet:local your-registry/nomos-testnet:local\\ndocker push your-registry/nomos-testnet:local\\nexport NOMOS_TESTNET_IMAGE=your-registry/nomos-testnet:local Run the example: export NOMOS_TESTNET_IMAGE=nomos-testnet:local\\nexport POL_PROOF_DEV_MODE=true\\ncargo run -p runner-examples --bin k8s_runner Important: K8s runner mounts testing-framework/assets/stack/kzgrs_test_params as a hostPath volume. Ensure this directory exists and contains circuit assets on the node where pods will be scheduled.","breadcrumbs":"Part II — User Guide » Operations » K8s Runner","id":"47","title":"K8s Runner"},"48":{"body":"DA workloads require KZG cryptographic parameters for polynomial commitment schemes.","breadcrumbs":"Part II — User Guide » Operations » Circuit Assets (KZG Parameters)","id":"48","title":"Circuit Assets (KZG Parameters)"},"49":{"body":"Default path: testing-framework/assets/stack/kzgrs_test_params Override: Set NOMOS_KZGRS_PARAMS_PATH to use a custom location: NOMOS_KZGRS_PARAMS_PATH=/path/to/custom/params cargo run -p runner-examples --bin local_runner","breadcrumbs":"Part II — User Guide » Operations » Asset Location","id":"49","title":"Asset Location"},"5":{"body":"This framework embodies specific principles that shape how you author and run\\nscenarios. Understanding these principles helps you write effective tests and\\ninterpret results correctly.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Testing Philosophy","id":"5","title":"Testing Philosophy"},"50":{"body":"Option 1: Use helper script (recommended): # From the repository root\\nchmod +x scripts/setup-nomos-circuits.sh\\nscripts/setup-nomos-circuits.sh v0.3.1 /tmp/nomos-circuits # Copy to default location\\ncp -r /tmp/nomos-circuits/* testing-framework/assets/stack/kzgrs_test_params/ Option 2: Build locally (advanced): # Requires Go, Rust, and circuit build tools\\nmake kzgrs_test_params","breadcrumbs":"Part II — User Guide » Operations » Getting Circuit Assets","id":"50","title":"Getting Circuit Assets"},"51":{"body":"The CI automatically fetches and places assets: - name: Install circuits for host build run: | scripts/setup-nomos-circuits.sh v0.3.1 \\"$TMPDIR/nomos-circuits\\" cp -a \\"$TMPDIR/nomos-circuits\\"/. testing-framework/assets/stack/kzgrs_test_params/","breadcrumbs":"Part II — User Guide » Operations » CI Workflow","id":"51","title":"CI Workflow"},"52":{"body":"Runner When Required Local Always (for DA workloads) Compose During image build (baked into NOMOS_TESTNET_IMAGE) K8s During image build + deployed to cluster via hostPath volume Error without assets: Error: missing KZG parameters at testing-framework/assets/stack/kzgrs_test_params","breadcrumbs":"Part II — User Guide » Operations » When Are Assets Needed?","id":"52","title":"When Are Assets Needed?"},"53":{"body":"","breadcrumbs":"Part II — User Guide » Operations » Logging and Observability","id":"53","title":"Logging and Observability"},"54":{"body":"Critical distinction: Node logs and framework logs use different configuration mechanisms. Component Controlled By Purpose Framework binaries ( cargo run -p runner-examples --bin local_runner) RUST_LOG Runner orchestration, deployment logs Node processes (validators, executors spawned by runner) NOMOS_LOG_LEVEL, NOMOS_LOG_FILTER, NOMOS_LOG_DIR Consensus, DA, mempool, network logs Common mistake: Setting RUST_LOG=debug only increases verbosity of the runner binary itself. Node logs remain at their default level unless you also set NOMOS_LOG_LEVEL=debug. Example: # This only makes the RUNNER verbose, not the nodes:\\nRUST_LOG=debug cargo run -p runner-examples --bin local_runner # This makes the NODES verbose:\\nNOMOS_LOG_LEVEL=debug cargo run -p runner-examples --bin local_runner # Both verbose (typically not needed):\\nRUST_LOG=debug NOMOS_LOG_LEVEL=debug cargo run -p runner-examples --bin local_runner","breadcrumbs":"Part II — User Guide » Operations » Node Logging vs Framework Logging","id":"54","title":"Node Logging vs Framework Logging"},"55":{"body":"Variable Default Effect NOMOS_LOG_DIR None (console only) Directory for per-node log files. If unset, logs go to stdout/stderr. NOMOS_LOG_LEVEL info Global log level: error, warn, info, debug, trace NOMOS_LOG_FILTER None Fine-grained target filtering (e.g., consensus=trace,da=debug) NOMOS_TESTS_TRACING false Enable tracing subscriber for local runner file logging NOMOS_OTLP_ENDPOINT None OTLP trace endpoint (optional, disables OTLP noise if unset) NOMOS_OTLP_METRICS_ENDPOINT None OTLP metrics endpoint (optional) Example: Full debug logging to files: NOMOS_TESTS_TRACING=true \\\\\\nNOMOS_LOG_DIR=/tmp/test-logs \\\\\\nNOMOS_LOG_LEVEL=debug \\\\\\nNOMOS_LOG_FILTER=\\"nomos_consensus=trace,nomos_da_sampling=debug\\" \\\\\\nPOL_PROOF_DEV_MODE=true \\\\\\ncargo run -p runner-examples --bin local_runner","breadcrumbs":"Part II — User Guide » Operations » Logging Environment Variables","id":"55","title":"Logging Environment Variables"},"56":{"body":"When NOMOS_LOG_DIR is set, each node writes logs to separate files: File naming pattern: Validators: Prefix nomos-node-0, nomos-node-1, etc. (may include timestamp suffix) Executors: Prefix nomos-executor-0, nomos-executor-1, etc. (may include timestamp suffix) Local runner caveat: By default, the local runner writes logs to temporary directories in the working directory. These are automatically cleaned up after tests complete. To preserve logs, you MUST set both NOMOS_TESTS_TRACING=true AND NOMOS_LOG_DIR=/path/to/logs.","breadcrumbs":"Part II — User Guide » Operations » Per-Node Log Files","id":"56","title":"Per-Node Log Files"},"57":{"body":"Common target prefixes for NOMOS_LOG_FILTER: Target Prefix Subsystem nomos_consensus Consensus (Cryptarchia) nomos_da_sampling DA sampling service nomos_da_dispersal DA dispersal service nomos_da_verifier DA verification nomos_mempool Transaction mempool nomos_blend Mix network/privacy layer chain_network P2P networking chain_leader Leader election Example filter: NOMOS_LOG_FILTER=\\"nomos_consensus=trace,nomos_da_sampling=debug,chain_network=info\\"","breadcrumbs":"Part II — User Guide » Operations » Filter Target Names","id":"57","title":"Filter Target Names"},"58":{"body":"Local Runner Console output (default): POL_PROOF_DEV_MODE=true cargo run -p runner-examples --bin local_runner\\n# Logs stream to console File output (persistent): NOMOS_TESTS_TRACING=true \\\\\\nNOMOS_LOG_DIR=/tmp/local-logs \\\\\\nPOL_PROOF_DEV_MODE=true \\\\\\ncargo run -p runner-examples --bin local_runner # After test completes:\\nls /tmp/local-logs/\\n# nomos-node-0.log nomos-node-1.log nomos-executor-0.log Compose Runner Via Docker logs (default, recommended): # List containers (note the UUID prefix in names)\\ndocker ps --filter \\"name=nomos-compose-\\" # Stream logs from specific container\\ndocker logs -f # Or use name pattern matching:\\ndocker logs -f $(docker ps --filter \\"name=nomos-compose-.*-validator-0\\" -q | head -1) Via file collection (if NOMOS_LOG_DIR is set and mounted): NOMOS_LOG_DIR=/tmp/compose-logs \\\\\\nNOMOS_TESTNET_IMAGE=nomos-testnet:local \\\\\\nPOL_PROOF_DEV_MODE=true \\\\\\ncargo run -p runner-examples --bin compose_runner # Files written inside containers (if volume is mounted)\\ndocker ps # Find container ID\\ndocker cp :/logs/nomos-node-0* /tmp/ Keep containers for debugging: COMPOSE_RUNNER_PRESERVE=1 \\\\\\nNOMOS_TESTNET_IMAGE=nomos-testnet:local \\\\\\ncargo run -p runner-examples --bin compose_runner\\n# Containers remain running after test—inspect with docker logs or docker exec Note: Container names follow pattern nomos-compose-{uuid}-validator-{index}-1 where {uuid} changes per run. K8s Runner Via kubectl logs (use label selectors): # List pods\\nkubectl get pods # Stream logs using label selectors (recommended)\\nkubectl logs -l app=nomos-validator -f\\nkubectl logs -l app=nomos-executor -f # Stream logs from specific pod\\nkubectl logs -f nomos-validator-0 # Previous logs from crashed pods\\nkubectl logs --previous -l app=nomos-validator Download logs for offline analysis: # Using label selectors\\nkubectl logs -l app=nomos-validator --tail=1000 > all-validators.log\\nkubectl logs -l app=nomos-executor --tail=1000 > all-executors.log # Specific pods\\nkubectl logs nomos-validator-0 > validator-0.log\\nkubectl logs nomos-executor-1 > executor-1.log Specify namespace (if not using default): kubectl logs -n my-namespace -l app=nomos-validator -f","breadcrumbs":"Part II — User Guide » Operations » Accessing Logs Per Runner","id":"58","title":"Accessing Logs Per Runner"},"59":{"body":"OTLP exporters are optional. If you see errors about unreachable OTLP endpoints, it’s safe to ignore them unless you’re actively collecting traces/metrics. To enable OTLP: NOMOS_OTLP_ENDPOINT=http://localhost:4317 \\\\\\nNOMOS_OTLP_METRICS_ENDPOINT=http://localhost:4318 \\\\\\ncargo run -p runner-examples --bin local_runner To silence OTLP errors: Simply leave these variables unset (the default).","breadcrumbs":"Part II — User Guide » Operations » OTLP and Telemetry","id":"59","title":"OTLP and Telemetry"},"6":{"body":"Describe what you want to test, not how to orchestrate it: #![allow(unused)] fn main() {\\n// Good: declarative\\nScenarioBuilder::topology() .network_star() .validators(2) .executors(1) .apply() .transactions() .rate(5) .apply() .expect_consensus_liveness() .build(); // Bad: imperative (framework doesn\'t work this way)\\n// spawn_validator(); spawn_executor(); // loop { submit_tx(); check_block(); } } Why it matters: The framework handles deployment, readiness, and cleanup.\\nYou focus on test intent, not infrastructure orchestration.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Declarative over Imperative","id":"6","title":"Declarative over Imperative"},"60":{"body":"Runners expose metrics and node HTTP endpoints for expectation code and debugging: Prometheus (Compose only): Default: http://localhost:9090 Override: TEST_FRAMEWORK_PROMETHEUS_PORT=9091 Access from expectations: ctx.telemetry().prometheus_endpoint() Node APIs: Access from expectations: ctx.node_clients().validators().get(0) Endpoints: consensus info, network info, DA membership, etc. See testing-framework/core/src/nodes/api_client.rs for available methods flowchart TD Expose[Runner exposes endpoints/ports] --> Collect[Runtime collects block/health signals] Collect --> Consume[Expectations consume signals
decide pass/fail] Consume --> Inspect[Operators inspect logs/metrics
when failures arise]","breadcrumbs":"Part II — User Guide » Operations » Observability: Prometheus and Node APIs","id":"60","title":"Observability: Prometheus and Node APIs"},"61":{"body":"Deep dives for contributors who extend the framework, evolve its abstractions,\\nor maintain the crate set.","breadcrumbs":"Part III — Developer Reference » Part III — Developer Reference","id":"61","title":"Part III — Developer Reference"},"62":{"body":"The scenario model defines clear, composable responsibilities: Topology: a declarative description of the cluster—how many nodes, their\\nroles, and the broad network and data-availability characteristics. It\\nrepresents the intended shape of the system under test. Scenario: a plan combining topology, workloads, expectations, and a run\\nwindow. Building a scenario validates prerequisites (like seeded wallets) and\\nensures the run lasts long enough to observe meaningful block progression. Workloads: asynchronous tasks that generate traffic or conditions. They\\nuse shared context to interact with the deployed cluster and may bundle\\ndefault expectations. Expectations: post-run assertions. They can capture baselines before\\nworkloads start and evaluate success once activity stops. Runtime: coordinates workloads and expectations for the configured\\nduration, enforces cooldowns when control actions occur, and ensures cleanup\\nso runs do not leak resources. Developers extending the model should keep these boundaries strict: topology\\ndescribes, scenarios assemble, deployers provision, runners orchestrate,\\nworkloads drive, and expectations judge outcomes. For guidance on adding new\\ncapabilities, see Extending the Framework.","breadcrumbs":"Part III — Developer Reference » Scenario Model (Developer Level) » Scenario Model (Developer Level)","id":"62","title":"Scenario Model (Developer Level)"},"63":{"body":"","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Extending the Framework","id":"63","title":"Extending the Framework"},"64":{"body":"Implement testing_framework_core::scenario::Workload: Provide a name and any bundled expectations. In init, derive inputs from GeneratedTopology and RunMetrics; fail\\nfast if prerequisites are missing (e.g., wallet data, node addresses). In start, drive async traffic using the RunContext clients. Expose the workload from a module under testing-framework/workflows and\\nconsider adding a DSL helper for ergonomic wiring.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding a workload","id":"64","title":"Adding a workload"},"65":{"body":"Implement testing_framework_core::scenario::Expectation: Use start_capture to snapshot baseline metrics. Use evaluate to assert outcomes after workloads finish; return all errors\\nso the runner can aggregate them. Export it from testing-framework/workflows if it is reusable.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding an expectation","id":"65","title":"Adding an expectation"},"66":{"body":"Implement testing_framework_core::scenario::Deployer for your backend. Produce a RunContext with NodeClients, metrics endpoints, and optional NodeControlHandle. Guard cleanup with CleanupGuard to reclaim resources even on failures. Mirror the readiness and block-feed probes used by the existing runners so\\nworkloads can rely on consistent signals.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding a runner","id":"66","title":"Adding a runner"},"67":{"body":"Extend testing_framework_core::topology::TopologyBuilder with new layouts or\\nconfiguration presets (e.g., specialized DA parameters). Keep defaults safe:\\nensure at least one participant and clamp dispersal factors as the current\\nhelpers do.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding topology helpers","id":"67","title":"Adding topology helpers"},"68":{"body":"A minimal, end-to-end illustration of adding a custom workload and matching\\nexpectation. This shows the shape of the traits and where to plug into the\\nframework; expand the logic to fit your real test.","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Example: New Workload & Expectation (Rust)","id":"68","title":"Example: New Workload & Expectation (Rust)"},"69":{"body":"Key ideas: name: identifies the workload in logs. expectations: workloads can bundle defaults so callers don’t forget checks. init: derive inputs from the generated topology (e.g., pick a target node). start: drive async activity using the shared RunContext. #![allow(unused)] fn main() {\\nuse std::sync::Arc;\\nuse async_trait::async_trait;\\nuse testing_framework_core::scenario::{ DynError, Expectation, RunContext, RunMetrics, Workload,\\n};\\nuse testing_framework_core::topology::GeneratedTopology; pub struct ReachabilityWorkload { target_idx: usize, bundled: Vec>,\\n} impl ReachabilityWorkload { pub fn new(target_idx: usize) -> Self { Self { target_idx, bundled: vec![Box::new(ReachabilityExpectation::new(target_idx))], } }\\n} #[async_trait]\\nimpl Workload for ReachabilityWorkload { fn name(&self) -> &\'static str { \\"reachability_workload\\" } fn expectations(&self) -> Vec> { self.bundled.clone() } fn init( &mut self, topology: &GeneratedTopology, _metrics: &RunMetrics, ) -> Result<(), DynError> { if topology.validators().get(self.target_idx).is_none() { return Err(\\"no validator at requested index\\".into()); } Ok(()) } async fn start(&self, ctx: &RunContext) -> Result<(), DynError> { let client = ctx .clients() .validators() .get(self.target_idx) .ok_or(\\"missing target client\\")?; // Pseudo-action: issue a lightweight RPC to prove reachability. client.health_check().await.map_err(|e| e.into()) }\\n} }","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Workload: simple reachability probe","id":"69","title":"Workload: simple reachability probe"},"7":{"body":"Reason in blocks and consensus intervals, not wall-clock seconds: #![allow(unused)] fn main() {\\n// Good: protocol-oriented thinking\\nlet plan = ScenarioBuilder::topology() .network_star() .validators(2) .executors(1) .apply() .transactions() .rate(5) .apply() // 5 tx per block .with_run_duration(Duration::from_secs(60)) // Let framework calculate expected blocks .expect_consensus_liveness() // \\"Did we produce the expected blocks?\\" .build(); // Bad: wall-clock assumptions\\n// \\"I expect exactly 30 blocks in 60 seconds\\"\\n// This breaks on slow CI where slot timing might drift } Why it matters: Slot timing is fixed (2s by default, NTP-synchronized), so the\\nexpected number of blocks is predictable: ~27 blocks in 60s with the default\\n0.9 active slot coefficient. The framework calculates expected blocks from slot\\nduration and run window, making assertions protocol-based rather than tied to\\nspecific wall-clock expectations. Assert on “blocks produced relative to slots”\\nnot “blocks produced in exact wall-clock seconds”.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Protocol Time, Not Wall Time","id":"7","title":"Protocol Time, Not Wall Time"},"70":{"body":"Key ideas: start_capture: snapshot baseline if needed (not used here). evaluate: assert the condition after workloads finish. #![allow(unused)] fn main() {\\nuse async_trait::async_trait;\\nuse testing_framework_core::scenario::{DynError, Expectation, RunContext}; pub struct ReachabilityExpectation { target_idx: usize,\\n} impl ReachabilityExpectation { pub fn new(target_idx: usize) -> Self { Self { target_idx } }\\n} #[async_trait]\\nimpl Expectation for ReachabilityExpectation { fn name(&self) -> &str { \\"target_reachable\\" } async fn evaluate(&mut self, ctx: &RunContext) -> Result<(), DynError> { let client = ctx .clients() .validators() .get(self.target_idx) .ok_or(\\"missing target client\\")?; client.health_check().await.map_err(|e| { format!(\\"target became unreachable during run: {e}\\").into() }) }\\n} }","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Expectation: confirm the target stayed reachable","id":"70","title":"Expectation: confirm the target stayed reachable"},"71":{"body":"Build your scenario as usual and call .with_workload(ReachabilityWorkload::new(0)). The bundled expectation is attached automatically; you can add more with .with_expectation(...) if needed. Keep the logic minimal and fast for smoke tests; grow it into richer probes\\nfor deeper scenarios.","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » How to wire it","id":"71","title":"How to wire it"},"72":{"body":"High-level roles of the crates that make up the framework: Configs: prepares reusable configuration primitives for nodes, networking,\\ntracing, data availability, and wallets, shared by all scenarios and runners. Core scenario orchestration: houses the topology and scenario model,\\nruntime coordination, node clients, and readiness/health probes. Workflows: packages workloads and expectations into reusable building\\nblocks and offers a fluent DSL to assemble them. Runners: implements deployment backends (local host, Docker Compose,\\nKubernetes) that all consume the same scenario plan. Test workflows: example scenarios and integration checks that exercise the\\nframework end to end and serve as living documentation. Use this map to locate where to add new capabilities: configuration primitives\\nin configs, orchestration changes in core, reusable traffic/assertions in\\nworkflows, environment adapters in runners, and demonstrations in tests.","breadcrumbs":"Part III — Developer Reference » Internal Crate Reference » Internal Crate Reference","id":"72","title":"Internal Crate Reference"},"73":{"body":"Quick-reference material and supporting guidance to keep scenarios discoverable,\\ndebuggable, and consistent.","breadcrumbs":"Part IV — Appendix » Part IV — Appendix","id":"73","title":"Part IV — Appendix"},"74":{"body":"Quick reference for the scenario builder DSL. All methods are chainable.","breadcrumbs":"Part IV — Appendix » Builder API Quick Reference » Builder API Quick Reference","id":"74","title":"Builder API Quick Reference"},"75":{"body":"#![allow(unused)] fn main() {\\nuse testing_framework_core::scenario::{Deployer, ScenarioBuilder};\\nuse testing_framework_runner_local::LocalDeployer;\\nuse testing_framework_runner_compose::ComposeDeployer;\\nuse testing_framework_runner_k8s::K8sDeployer;\\nuse testing_framework_workflows::{ScenarioBuilderExt, ChaosBuilderExt};\\nuse std::time::Duration; }","breadcrumbs":"Part IV — Appendix » Builder API Quick Reference » Imports","id":"75","title":"Imports"},"76":{"body":"#![allow(unused)] fn main() {\\nScenarioBuilder::topology() .network_star() // Star topology (all connect to seed node) .validators(3) // Number of validator nodes .executors(2) // Number of executor nodes .apply() // Finish topology configuration }","breadcrumbs":"Part IV — Appendix » Builder API Quick Reference » Topology","id":"76","title":"Topology"},"77":{"body":"#![allow(unused)] fn main() {\\n.wallets(50) // Seed 50 funded wallet accounts }","breadcrumbs":"Part IV — Appendix » Builder API Quick Reference » Wallets","id":"77","title":"Wallets"},"78":{"body":"#![allow(unused)] fn main() {\\n.transactions() .rate(5) // 5 transactions per block .users(20) // Use 20 of the seeded wallets .apply() // Finish transaction workload config }","breadcrumbs":"Part IV — Appendix » Builder API Quick Reference » Transaction Workload","id":"78","title":"Transaction Workload"},"79":{"body":"#![allow(unused)] fn main() {\\n.da() .channel_rate(1) // 1 channel operation per block .blob_rate(2) // 2 blob dispersals per block .apply() // Finish DA workload config }","breadcrumbs":"Part IV — Appendix » Builder API Quick Reference » DA Workload","id":"79","title":"DA Workload"},"8":{"body":"Default scenarios are repeatable: Fixed topology Predictable traffic rates Deterministic checks Chaos is opt-in: #![allow(unused)] fn main() {\\n// Separate: functional test (deterministic)\\nlet plan = ScenarioBuilder::topology() .network_star() .validators(2) .executors(1) .apply() .transactions() .rate(5) .apply() .expect_consensus_liveness() .build(); // Separate: chaos test (introduces randomness)\\nlet chaos_plan = ScenarioBuilder::topology() .network_star() .validators(3) .executors(2) .apply() .enable_node_control() .chaos() .restart() .apply() .transactions() .rate(5) .apply() .expect_consensus_liveness() .build(); } Why it matters: Mixing determinism with chaos creates noisy, hard-to-debug\\nfailures. Separate concerns make failures actionable.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Determinism First, Chaos When Needed","id":"8","title":"Determinism First, Chaos When Needed"},"80":{"body":"#![allow(unused)] fn main() {\\n.enable_node_control() // Enable node control capability\\n.chaos() .restart() // Random restart chaos .min_delay(Duration::from_secs(30)) // Min time between restarts .max_delay(Duration::from_secs(60)) // Max time between restarts .target_cooldown(Duration::from_secs(45)) // Cooldown after restart .apply() // Finish chaos workload config }","breadcrumbs":"Part IV — Appendix » Builder API Quick Reference » Chaos Workload (Requires enable_node_control())","id":"80","title":"Chaos Workload (Requires enable_node_control())"},"81":{"body":"#![allow(unused)] fn main() {\\n.expect_consensus_liveness() // Assert blocks are produced continuously }","breadcrumbs":"Part IV — Appendix » Builder API Quick Reference » Expectations","id":"81","title":"Expectations"},"82":{"body":"#![allow(unused)] fn main() {\\n.with_run_duration(Duration::from_secs(120)) // Run for 120 seconds }","breadcrumbs":"Part IV — Appendix » Builder API Quick Reference » Run Duration","id":"82","title":"Run Duration"},"83":{"body":"#![allow(unused)] fn main() {\\n.build() // Construct the final Scenario }","breadcrumbs":"Part IV — Appendix » Builder API Quick Reference » Build","id":"83","title":"Build"},"84":{"body":"#![allow(unused)] fn main() {\\n// Local processes\\nlet deployer = LocalDeployer::default(); // Docker Compose\\nlet deployer = ComposeDeployer::default(); // Kubernetes\\nlet deployer = K8sDeployer::default(); }","breadcrumbs":"Part IV — Appendix » Builder API Quick Reference » Deployers","id":"84","title":"Deployers"},"85":{"body":"#![allow(unused)] fn main() {\\nlet runner = deployer.deploy(&plan).await?;\\nlet _handle = runner.run(&mut plan).await?; }","breadcrumbs":"Part IV — Appendix » Builder API Quick Reference » Execution","id":"85","title":"Execution"},"86":{"body":"#![allow(unused)] fn main() {\\nuse testing_framework_core::scenario::{Deployer, ScenarioBuilder};\\nuse testing_framework_runner_local::LocalDeployer;\\nuse testing_framework_workflows::ScenarioBuilderExt;\\nuse std::time::Duration; async fn run_test() -> Result<(), Box> { let mut plan = ScenarioBuilder::topology() .network_star() .validators(3) .executors(2) .apply() .wallets(50) .transactions() .rate(5) .users(20) .apply() .da() .channel_rate(1) .blob_rate(2) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(90)) .build(); let deployer = LocalDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} }","breadcrumbs":"Part IV — Appendix » Builder API Quick Reference » Complete Example","id":"86","title":"Complete Example"},"87":{"body":"","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Troubleshooting Scenarios","id":"87","title":"Troubleshooting Scenarios"},"88":{"body":"Common symptoms and likely causes: No or slow block progression: runner started workloads before readiness, insufficient run window, or nodes couldn’t keep up with validation—extend duration, check node logs for errors, or verify network connectivity. Transactions not included: missing or insufficient wallet seeding, misaligned transaction rate with block cadence, or network instability—reduce rate and verify wallet setup. Chaos stalls the run: node control not available for the chosen runner or restart cadence too aggressive—enable control capability and widen restart intervals. Observability gaps: metrics or logs unreachable because ports clash or services are not exposed—adjust observability ports and confirm runner wiring. Flaky behavior across runs: mixing chaos with functional smoke tests or inconsistent topology between environments—separate deterministic and chaos scenarios and standardize topology presets.","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Quick Symptom Guide","id":"88","title":"Quick Symptom Guide"},"89":{"body":"","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Where to Find Logs","id":"89","title":"Where to Find Logs"},"9":{"body":"Prefer user-facing signals over internal state: Good checks: ✅ Blocks progressing at expected rate (liveness) ✅ Transactions included within N blocks (inclusion) ✅ DA blobs retrievable (availability) Avoid internal checks: ❌ Memory pool size ❌ Internal service state ❌ Cache hit rates Why it matters: User-facing signals reflect actual system health.\\nInternal state can be “healthy” while the system is broken from a user\\nperspective.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Observable Health Signals","id":"9","title":"Observable Health Signals"},"90":{"body":"Runner Default Output With NOMOS_LOG_DIR + Flags Access Command Local Temporary directories (cleaned up) Per-node files with prefix nomos-node-{index} (requires NOMOS_TESTS_TRACING=true) cat $NOMOS_LOG_DIR/nomos-node-0* Compose Docker container stdout/stderr Per-node files inside containers (if path is mounted) docker ps then docker logs K8s Pod stdout/stderr Per-node files inside pods (if path is mounted) kubectl logs -l app=nomos-validator Important Notes: Local runner: Logs go to tempdirs in the working directory by default. These are automatically cleaned up after tests. To persist logs, you MUST set both NOMOS_TESTS_TRACING=true AND NOMOS_LOG_DIR=/path/to/logs. Compose/K8s: Per-node log files only exist inside containers/pods if NOMOS_LOG_DIR is set AND the path is writable. By default, rely on docker logs or kubectl logs. File naming: Log files use prefix nomos-node-{index} or nomos-executor-{index}, not necessarily .log suffix (may include timestamps). Container names: Compose containers include project UUID, e.g., nomos-compose-a1b2c3d4-validator-0-1","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Log Location Quick Reference","id":"90","title":"Log Location Quick Reference"},"91":{"body":"Local Runner Console output (default): POL_PROOF_DEV_MODE=true cargo run -p runner-examples --bin local_runner 2>&1 | tee test.log Persistent file output: NOMOS_TESTS_TRACING=true \\\\\\nNOMOS_LOG_DIR=/tmp/debug-logs \\\\\\nNOMOS_LOG_LEVEL=debug \\\\\\nPOL_PROOF_DEV_MODE=true \\\\\\ncargo run -p runner-examples --bin local_runner # Inspect logs:\\nls /tmp/debug-logs/\\ntail -f /tmp/debug-logs/nomos-node-0.log Compose Runner Stream live logs: # List running containers (note the UUID prefix in names)\\ndocker ps --filter \\"name=nomos-compose-\\" # Find your container ID or name from the list, then:\\ndocker logs -f # Or filter by name pattern:\\ndocker logs -f $(docker ps --filter \\"name=nomos-compose-.*-validator-0\\" -q | head -1) # Show last 100 lines\\ndocker logs --tail 100 Keep containers for post-mortem debugging: COMPOSE_RUNNER_PRESERVE=1 \\\\\\nNOMOS_TESTNET_IMAGE=nomos-testnet:local \\\\\\ncargo run -p runner-examples --bin compose_runner # After test failure, containers remain running:\\ndocker ps --filter \\"name=nomos-compose-\\"\\ndocker exec -it /bin/sh\\ndocker logs > debug.log Note: Container names follow the pattern nomos-compose-{uuid}-validator-{index}-1 or nomos-compose-{uuid}-executor-{index}-1, where {uuid} is randomly generated per run. K8s Runner Stream pod logs (use label selectors): # All validator pods\\nkubectl logs -l app=nomos-validator -f # All executor pods\\nkubectl logs -l app=nomos-executor -f # Specific pod by name\\nkubectl get pods # Find the exact pod name first\\nkubectl logs -f nomos-validator-0 # Then use it Download logs from crashed pods: # Previous logs from crashed pod\\nkubectl logs --previous nomos-validator-0 > crashed-validator.log # Or use label selector for all crashed validators\\nfor pod in $(kubectl get pods -l app=nomos-validator -o name); do kubectl logs --previous $pod > $(basename $pod)-previous.log 2>&1\\ndone Access logs from all pods: # All pods in namespace\\nfor pod in $(kubectl get pods -o name); do echo \\"=== $pod ===\\" kubectl logs $pod\\ndone > all-logs.txt # Or use label selectors\\nkubectl logs -l app=nomos-validator --tail=500 > validators.log\\nkubectl logs -l app=nomos-executor --tail=500 > executors.log Specify namespace (if not using default): kubectl logs -n my-namespace -l app=nomos-validator -f","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Accessing Node Logs by Runner","id":"91","title":"Accessing Node Logs by Runner"},"92":{"body":"When a test fails, follow this sequence:","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Debugging Workflow","id":"92","title":"Debugging Workflow"},"93":{"body":"Start with the test harness output—did expectations fail? Was there a deployment error? Look for: Expectation failure messages Timeout errors Deployment/readiness failures","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » 1. Check Framework Output","id":"93","title":"1. Check Framework Output"},"94":{"body":"Ensure all nodes started successfully and became ready before workloads began. Commands: # Local: check process list\\nps aux | grep nomos # Compose: check container status\\ndocker ps -a # K8s: check pod status\\nkubectl get pods\\nkubectl describe pod nomos-validator-0","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » 2. Verify Node Readiness","id":"94","title":"2. Verify Node Readiness"},"95":{"body":"Focus on the first node that exhibited problems or the node with the highest index (often the last to start). Common error patterns: “Failed to bind address” → port conflict “Connection refused” → peer not ready or network issue “Proof verification failed” → missing POL_PROOF_DEV_MODE=true or circuit assets “Insufficient funds” → wallet seeding issue","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » 3. Inspect Node Logs","id":"95","title":"3. Inspect Node Logs"},"96":{"body":"If logs are too sparse, increase verbosity: NOMOS_LOG_LEVEL=debug \\\\\\nNOMOS_LOG_FILTER=\\"nomos_consensus=trace,nomos_da_sampling=debug\\" \\\\\\ncargo run -p runner-examples --bin local_runner","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » 4. Check Log Levels","id":"96","title":"4. Check Log Levels"},"97":{"body":"If expectations report observability issues: Prometheus (Compose): curl http://localhost:9090/-/healthy Node HTTP APIs: curl http://localhost:18080/consensus/info # Adjust port per node","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » 5. Verify Observability Endpoints","id":"97","title":"5. Verify Observability Endpoints"},"98":{"body":"Run a minimal baseline test (e.g., 2 validators, consensus liveness only). If it passes, the issue is in your workload or topology configuration.","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » 6. Compare with Known-Good Scenario","id":"98","title":"6. Compare with Known-Good Scenario"},"99":{"body":"","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Common Error Messages","id":"99","title":"Common Error Messages"}},"length":108,"save":true},"fields":["title","body","breadcrumbs"],"index":{"body":{"root":{"0":{".":{"9":{"df":2,"docs":{"10":{"tf":1.4142135623730951},"7":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"58":{"tf":1.7320508075688772},"91":{"tf":1.0}}}}}},"df":5,"docs":{"56":{"tf":1.4142135623730951},"58":{"tf":2.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.7320508075688772},"94":{"tf":1.0}}},"1":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"58":{"tf":1.4142135623730951}}}}}},"0":{"0":{"df":1,"docs":{"91":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"2":{"0":{"df":1,"docs":{"82":{"tf":1.0}}},"7":{".":{"0":{".":{"0":{".":{"1":{"df":1,"docs":{"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":9,"docs":{"35":{"tf":1.0},"45":{"tf":1.4142135623730951},"50":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.7320508075688772},"79":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.7320508075688772},"93":{"tf":1.0}},"–":{"3":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}}},"2":{"0":{"df":1,"docs":{"78":{"tf":1.0}}},"7":{"df":2,"docs":{"10":{"tf":1.0},"7":{"tf":1.0}}},">":{"&":{"1":{"df":1,"docs":{"91":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":7,"docs":{"10":{"tf":1.0},"107":{"tf":1.0},"35":{"tf":1.0},"50":{"tf":1.0},"79":{"tf":1.0},"94":{"tf":1.0},"98":{"tf":1.0}},"s":{"df":3,"docs":{"10":{"tf":1.4142135623730951},"106":{"tf":1.0},"7":{"tf":1.0}}}},"3":{"0":{"df":1,"docs":{"7":{"tf":1.0}}},"df":2,"docs":{"35":{"tf":1.0},"95":{"tf":1.0}}},"4":{"df":2,"docs":{"35":{"tf":1.0},"96":{"tf":1.0}},"–":{"5":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}}},"5":{"0":{"df":1,"docs":{"77":{"tf":1.0}}},"df":3,"docs":{"7":{"tf":1.0},"78":{"tf":1.0},"97":{"tf":1.0}}},"6":{"0":{"df":2,"docs":{"45":{"tf":1.0},"7":{"tf":1.4142135623730951}}},"df":1,"docs":{"98":{"tf":1.0}},"–":{"7":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}}},"9":{"0":{"9":{"0":{"df":1,"docs":{"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":6,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"69":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"a":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"1":{"b":{"2":{"c":{"3":{"d":{"4":{"df":1,"docs":{"90":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"107":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":8,"docs":{"23":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"77":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"107":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"107":{"tf":1.4142135623730951},"62":{"tf":1.0},"69":{"tf":1.0},"8":{"tf":1.0}}}},"v":{"df":10,"docs":{"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.0},"4":{"tf":1.4142135623730951},"59":{"tf":1.0},"62":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"19":{"tf":1.0},"21":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"72":{"tf":1.0}}}}},"d":{"df":4,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"107":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"46":{"tf":1.0},"64":{"tf":1.0},"95":{"tf":1.0}}}}}}},"df":6,"docs":{"62":{"tf":1.0},"64":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"97":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"106":{"tf":1.0},"28":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"31":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"65":{"tf":1.0}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"88":{"tf":1.0}}}}}}}}}}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":4,"docs":{"106":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.4142135623730951},"36":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":22,"docs":{"10":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"6":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0},"70":{"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}}}}}}},"df":2,"docs":{"107":{"tf":1.0},"22":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"104":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"a":{"df":0,"docs":{},"y":{"df":3,"docs":{"10":{"tf":1.0},"106":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"58":{"tf":1.0}}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"104":{"tf":1.0},"27":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"i":{"df":3,"docs":{"60":{"tf":1.4142135623730951},"74":{"tf":1.0},"97":{"tf":1.0}}},"p":{"=":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":3,"docs":{"58":{"tf":2.449489742783178},"90":{"tf":1.0},"91":{"tf":2.449489742783178}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"73":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":13,"docs":{"20":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"26":{"tf":1.7320508075688772},"27":{"tf":1.7320508075688772},"6":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951},"76":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":2.23606797749979},"80":{"tf":1.0},"86":{"tf":1.7320508075688772}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"2":{"tf":1.0},"34":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"106":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"4":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"60":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"15":{"tf":1.0},"35":{"tf":1.0},"62":{"tf":1.0},"72":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":15,"docs":{"10":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.4142135623730951},"12":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.4142135623730951},"34":{"tf":1.0},"42":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"7":{"tf":1.4142135623730951},"70":{"tf":1.0},"81":{"tf":1.0}}}},"t":{"df":10,"docs":{"16":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.7320508075688772},"47":{"tf":1.4142135623730951},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.4142135623730951},"95":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"0":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{":":{":":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"69":{"tf":1.0},"70":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"69":{"tf":1.0},"70":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":8,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"64":{"tf":1.0},"69":{"tf":1.4142135623730951},"70":{"tf":1.0},"86":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"62":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"71":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"17":{"tf":1.0},"36":{"tf":1.0},"5":{"tf":1.0}}}}},"o":{"df":1,"docs":{"107":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"51":{"tf":1.0},"56":{"tf":1.0},"71":{"tf":1.0},"90":{"tf":1.0}}}},"df":0,"docs":{}}}},"x":{"df":1,"docs":{"94":{"tf":1.0}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":18,"docs":{"0":{"tf":1.4142135623730951},"102":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"36":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.4142135623730951},"47":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"72":{"tf":1.0},"88":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"22":{"tf":1.0},"42":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}}},"b":{"(":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"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":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"4":{"tf":1.0},"66":{"tf":1.0},"72":{"tf":1.0}}},"df":0,"docs":{}}}}},"d":{"df":4,"docs":{"10":{"tf":1.0},"31":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"52":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"107":{"tf":1.0},"39":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":4,"docs":{"107":{"tf":1.0},"22":{"tf":1.0},"37":{"tf":1.0},"7":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"62":{"tf":1.0},"65":{"tf":1.0},"70":{"tf":1.0},"98":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"91":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"c":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}}}},"df":1,"docs":{"4":{"tf":1.0}},"e":{"c":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"70":{"tf":1.0},"94":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"103":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":6,"docs":{"107":{"tf":1.4142135623730951},"22":{"tf":1.0},"42":{"tf":1.0},"62":{"tf":1.0},"88":{"tf":1.0},"94":{"tf":1.0}}}}},"g":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"94":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"41":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":10,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"31":{"tf":1.4142135623730951},"36":{"tf":1.0},"40":{"tf":1.0},"88":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"107":{"tf":1.0}}}},"w":{"df":2,"docs":{"23":{"tf":1.0},"46":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"22":{"tf":1.0},"38":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"43":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":9,"docs":{"107":{"tf":1.0},"13":{"tf":1.0},"22":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"80":{"tf":1.4142135623730951},"88":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"91":{"tf":1.0}}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"23":{"tf":1.4142135623730951},"33":{"tf":1.0},"42":{"tf":1.0},"54":{"tf":1.4142135623730951}}}}},"d":{"df":1,"docs":{"95":{"tf":1.0}}},"df":11,"docs":{"23":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"54":{"tf":2.0},"55":{"tf":1.0},"58":{"tf":2.0},"59":{"tf":1.0},"91":{"tf":1.7320508075688772},"96":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"b":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"2":{"df":3,"docs":{"26":{"tf":1.0},"79":{"tf":1.0},"86":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":6,"docs":{"0":{"tf":1.4142135623730951},"107":{"tf":2.23606797749979},"17":{"tf":1.0},"19":{"tf":1.0},"79":{"tf":1.0},"9":{"tf":1.0}}},"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":24,"docs":{"0":{"tf":1.0},"10":{"tf":2.23606797749979},"100":{"tf":1.0},"106":{"tf":2.0},"107":{"tf":2.8284271247461903},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.4142135623730951},"32":{"tf":2.23606797749979},"33":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":3.1622776601683795},"72":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.4142135623730951},"81":{"tf":1.0},"88":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"e":{"df":2,"docs":{"107":{"tf":1.0},"32":{"tf":1.0}},"e":{"d":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"0":{"tf":1.0},"1":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":7,"docs":{"18":{"tf":1.0},"20":{"tf":1.0},"26":{"tf":1.0},"43":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"90":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"35":{"tf":1.0},"62":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":5,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"86":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"13":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"a":{"d":{"df":1,"docs":{"62":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"9":{"tf":1.0}}}}}}},"u":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":21,"docs":{"12":{"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},"34":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.4142135623730951},"6":{"tf":1.0},"62":{"tf":1.0},"7":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"8":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"86":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"74":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"t":{"df":5,"docs":{"105":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":1.0}}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":5,"docs":{"21":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.0},"69":{"tf":1.7320508075688772},"71":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"z":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"31":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"c":{"(":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}},"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":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"9":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"107":{"tf":1.0},"32":{"tf":1.0},"88":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"l":{"df":3,"docs":{"102":{"tf":1.0},"107":{"tf":1.0},"71":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"69":{"tf":1.0}}}}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":6,"docs":{"107":{"tf":1.0},"28":{"tf":1.0},"62":{"tf":1.0},"72":{"tf":1.0},"80":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"106":{"tf":1.0},"36":{"tf":1.0},"62":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":11,"docs":{"23":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"54":{"tf":2.0},"55":{"tf":1.0},"58":{"tf":2.0},"59":{"tf":1.0},"91":{"tf":1.7320508075688772},"96":{"tf":1.0}}}}},"t":{"df":1,"docs":{"90":{"tf":1.0}}},"u":{"df":0,"docs":{},"s":{"df":7,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"88":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":1,"docs":{"4":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"57":{"tf":1.0}}}}}}}}}},"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"74":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"107":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":5,"docs":{"1":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.0},"58":{"tf":1.0},"72":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{"df":3,"docs":{"26":{"tf":1.0},"79":{"tf":1.0},"86":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"107":{"tf":1.0}}},"df":0,"docs":{}}}},"df":4,"docs":{"0":{"tf":1.0},"107":{"tf":2.23606797749979},"19":{"tf":1.0},"79":{"tf":1.0}}}}}},"o":{"df":12,"docs":{"102":{"tf":1.0},"106":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"15":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"27":{"tf":1.7320508075688772},"8":{"tf":2.23606797749979},"80":{"tf":2.0},"88":{"tf":1.7320508075688772}},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"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":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"27":{"tf":1.0},"75":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"62":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":23,"docs":{"100":{"tf":1.0},"103":{"tf":1.0},"106":{"tf":1.4142135623730951},"107":{"tf":1.0},"12":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"42":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":1.0},"8":{"tf":1.0},"88":{"tf":1.0},"9":{"tf":1.4142135623730951},"93":{"tf":1.0},"94":{"tf":1.7320508075688772},"96":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"42":{"tf":1.0}}}}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"46":{"tf":1.4142135623730951},"50":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"22":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"17":{"tf":1.4142135623730951},"22":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0},"88":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}}}}},"i":{"df":10,"docs":{"13":{"tf":1.0},"22":{"tf":1.7320508075688772},"33":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":2.23606797749979},"51":{"tf":1.4142135623730951},"7":{"tf":1.0}},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":7,"docs":{"42":{"tf":1.0},"46":{"tf":2.0},"47":{"tf":1.4142135623730951},"48":{"tf":1.0},"50":{"tf":2.0},"51":{"tf":1.7320508075688772},"95":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":4,"docs":{"42":{"tf":1.0},"46":{"tf":1.7320508075688772},"50":{"tf":1.4142135623730951},"51":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"67":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":3,"docs":{"104":{"tf":1.0},"56":{"tf":1.0},"90":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"p":{"df":7,"docs":{"104":{"tf":1.0},"107":{"tf":1.0},"12":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0}},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"r":{"df":9,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0},"62":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"|":{"df":2,"docs":{"69":{"tf":1.0},"70":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":4,"docs":{"64":{"tf":1.0},"69":{"tf":1.7320508075688772},"70":{"tf":1.7320508075688772},"72":{"tf":1.0}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"106":{"tf":1.0},"21":{"tf":1.0},"7":{"tf":2.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":15,"docs":{"1":{"tf":1.0},"107":{"tf":1.0},"13":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.7320508075688772},"40":{"tf":1.7320508075688772},"42":{"tf":1.0},"47":{"tf":2.23606797749979},"52":{"tf":1.0},"62":{"tf":1.0}},"—":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"62":{"tf":1.0}}}}}}}}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"23":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"10":{"tf":1.4142135623730951}},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"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":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"60":{"tf":1.0}}}}}}}}},"df":6,"docs":{"20":{"tf":1.0},"32":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"107":{"tf":1.0},"14":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"4":{"tf":1.0},"62":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"90":{"tf":1.0},"94":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":8,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"41":{"tf":1.0},"54":{"tf":1.0},"57":{"tf":1.0},"88":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"22":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":9,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"18":{"tf":1.0},"23":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"86":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"107":{"tf":1.4142135623730951},"3":{"tf":1.0},"54":{"tf":1.0}}},"s":{"df":24,"docs":{"0":{"tf":1.0},"106":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.0},"58":{"tf":2.0},"60":{"tf":1.0},"62":{"tf":1.0},"72":{"tf":1.0},"84":{"tf":1.0},"90":{"tf":1.7320508075688772},"91":{"tf":2.449489742783178},"94":{"tf":1.0},"97":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"k":{"8":{"df":2,"docs":{"105":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"=":{"1":{"df":0,"docs":{},"x":{"1":{"df":1,"docs":{"46":{"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":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":3,"docs":{"46":{"tf":1.0},"58":{"tf":1.4142135623730951},"91":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"23":{"tf":1.0}}}},"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"=":{"1":{"2":{"7":{".":{"0":{".":{"0":{".":{"1":{"df":1,"docs":{"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"=":{"1":{"df":3,"docs":{"46":{"tf":1.0},"58":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":4,"docs":{"102":{"tf":1.0},"107":{"tf":1.0},"27":{"tf":1.0},"43":{"tf":1.7320508075688772}},"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":2,"docs":{"27":{"tf":1.0},"84":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":2,"docs":{"2":{"tf":1.0},"36":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"8":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"20":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"107":{"tf":1.0},"4":{"tf":1.0},"62":{"tf":1.0},"70":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"106":{"tf":1.0},"3":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":7,"docs":{"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":14,"docs":{"105":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.0},"54":{"tf":1.0},"62":{"tf":1.0},"67":{"tf":1.0},"72":{"tf":1.4142135623730951},"76":{"tf":1.0},"98":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"df":4,"docs":{"30":{"tf":1.0},"32":{"tf":1.0},"70":{"tf":1.0},"88":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"95":{"tf":1.0}}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"103":{"tf":1.0},"76":{"tf":1.0},"88":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":13,"docs":{"0":{"tf":1.0},"100":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.4142135623730951},"17":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"54":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.0},"98":{"tf":1.0}},"s":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"e":{",":{"d":{"a":{"=":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"55":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"i":{"d":{"df":1,"docs":{"64":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.0},"37":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"66":{"tf":1.0},"73":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":4,"docs":{"45":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.4142135623730951},"91":{"tf":1.0}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"83":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"df":4,"docs":{"15":{"tf":1.0},"32":{"tf":1.0},"60":{"tf":1.4142135623730951},"72":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":8,"docs":{"107":{"tf":1.4142135623730951},"39":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"58":{"tf":3.0},"90":{"tf":2.23606797749979},"91":{"tf":3.0},"94":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"1":{"tf":1.0},"43":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"90":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"0":{"tf":1.0},"62":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":3,"docs":{"107":{"tf":1.0},"20":{"tf":1.0},"81":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"107":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"61":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":11,"docs":{"102":{"tf":1.4142135623730951},"107":{"tf":1.0},"19":{"tf":1.4142135623730951},"27":{"tf":1.0},"29":{"tf":1.0},"35":{"tf":1.0},"42":{"tf":1.0},"54":{"tf":1.0},"62":{"tf":1.0},"80":{"tf":1.0},"88":{"tf":1.4142135623730951}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"39":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":4,"docs":{"107":{"tf":1.0},"12":{"tf":1.0},"62":{"tf":1.0},"80":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"62":{"tf":1.0},"72":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"50":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":7,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"34":{"tf":1.0},"72":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"107":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"36":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"88":{"tf":1.0}}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"101":{"tf":1.0},"21":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"15":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"26":{"tf":1.0}}}},"df":0,"docs":{}}}}},"p":{"df":4,"docs":{"46":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"58":{"tf":1.0}},"u":{"df":1,"docs":{"46":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"58":{"tf":1.0},"91":{"tf":2.0}}}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"61":{"tf":1.0},"72":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"107":{"tf":1.4142135623730951},"17":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":4,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"c":{"df":2,"docs":{"46":{"tf":1.0},"54":{"tf":1.0}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"a":{"df":2,"docs":{"107":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"48":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"t":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"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":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"0":{"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":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"(":{")":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":2,"docs":{"69":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":1,"docs":{"97":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"67":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":4,"docs":{"32":{"tf":1.0},"33":{"tf":1.0},"49":{"tf":1.0},"68":{"tf":1.0}}}}}}}},"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"[":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"12":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"a":{"_":{"a":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":16,"docs":{"0":{"tf":2.23606797749979},"107":{"tf":2.0},"22":{"tf":1.0},"26":{"tf":2.0},"34":{"tf":1.0},"35":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"57":{"tf":1.7320508075688772},"60":{"tf":1.0},"67":{"tf":1.0},"79":{"tf":1.7320508075688772},"86":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"43":{"tf":1.0},"46":{"tf":1.0}}}}}},"t":{"a":{"df":12,"docs":{"0":{"tf":2.0},"106":{"tf":1.0},"107":{"tf":2.23606797749979},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"4":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.0},"72":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"12":{"tf":1.0},"4":{"tf":1.0}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"91":{"tf":1.0}}}}}},"df":8,"docs":{"38":{"tf":1.0},"46":{"tf":1.0},"55":{"tf":1.4142135623730951},"58":{"tf":1.0},"60":{"tf":1.0},"8":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0}},"g":{"df":2,"docs":{"11":{"tf":1.0},"73":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"12":{"tf":1.0},"17":{"tf":1.0}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"r":{"df":8,"docs":{"107":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"3":{"tf":1.0},"6":{"tf":1.4142135623730951},"62":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"61":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"71":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":20,"docs":{"10":{"tf":1.4142135623730951},"106":{"tf":1.0},"21":{"tf":1.0},"45":{"tf":2.0},"46":{"tf":1.7320508075688772},"49":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.7320508075688772},"59":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.4142135623730951},"8":{"tf":1.0},"90":{"tf":1.7320508075688772},"91":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"17":{"tf":1.0},"62":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"20":{"tf":1.0},"21":{"tf":1.0}}}}}}},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"29":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"35":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"a":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":9,"docs":{"16":{"tf":1.0},"29":{"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},"72":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":22,"docs":{"107":{"tf":1.4142135623730951},"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"33":{"tf":2.0},"36":{"tf":2.0},"4":{"tf":1.7320508075688772},"40":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.4142135623730951},"72":{"tf":1.0},"84":{"tf":2.0},"86":{"tf":1.0},"93":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"(":{"&":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"93":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"64":{"tf":1.0},"69":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":7,"docs":{"16":{"tf":1.0},"18":{"tf":1.4142135623730951},"3":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.0},"94":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"107":{"tf":1.0},"15":{"tf":1.0},"62":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"13":{"tf":1.0},"31":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"105":{"tf":1.0},"42":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"11":{"tf":1.0},"8":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"106":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"8":{"tf":1.4142135623730951},"88":{"tf":1.0}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":6,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.4142135623730951}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":2,"docs":{"103":{"tf":1.0},"104":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"106":{"tf":1.0},"14":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"54":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"38":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"47":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"107":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"39":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"73":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":5,"docs":{"0":{"tf":1.0},"107":{"tf":1.4142135623730951},"57":{"tf":1.0},"67":{"tf":1.0},"79":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"19":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"42":{"tf":1.0},"61":{"tf":1.0}},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"32":{"tf":1.0}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":18,"docs":{"104":{"tf":1.4142135623730951},"105":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"23":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.7320508075688772},"46":{"tf":1.0},"47":{"tf":1.7320508075688772},"58":{"tf":3.0},"72":{"tf":1.0},"84":{"tf":1.0},"90":{"tf":2.0},"91":{"tf":2.8284271247461903},"94":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"22":{"tf":1.0},"31":{"tf":1.0},"72":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"\'":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":3,"docs":{"10":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"91":{"tf":1.4142135623730951}}},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"69":{"tf":1.0}}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":2,"docs":{"58":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"33":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"t":{"df":2,"docs":{"32":{"tf":1.7320508075688772},"7":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"27":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"[":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}},"df":8,"docs":{"12":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.0},"69":{"tf":1.0}},"n":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"p":{"/":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"31":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"l":{"df":6,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.0},"64":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":13,"docs":{"10":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":2.23606797749979},"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"62":{"tf":1.0},"7":{"tf":1.0},"82":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":5,"docs":{"100":{"tf":1.0},"107":{"tf":1.4142135623730951},"12":{"tf":1.0},"52":{"tf":1.4142135623730951},"70":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"69":{"tf":1.7320508075688772},"70":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}},"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":12,"docs":{"107":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"55":{"tf":1.0},"64":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"90":{"tf":1.0},"98":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"69":{"tf":1.0}}}}}}},"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"12":{"tf":1.0}}}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":7,"docs":{"107":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"4":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"42":{"tf":1.0}}}}},"s":{"df":1,"docs":{"39":{"tf":1.0}},"i":{"df":1,"docs":{"17":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":1,"docs":{"91":{"tf":1.0}}}}},"df":2,"docs":{"12":{"tf":1.0},"4":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"17":{"tf":1.0},"5":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"107":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"b":{"df":1,"docs":{"46":{"tf":1.0}},"o":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"3":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":7,"docs":{"0":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"21":{"tf":1.0},"55":{"tf":1.0},"59":{"tf":1.0},"80":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":4,"docs":{"102":{"tf":1.4142135623730951},"27":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"d":{"df":4,"docs":{"16":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"55":{"tf":1.4142135623730951},"59":{"tf":1.0},"60":{"tf":1.4142135623730951},"66":{"tf":1.0},"97":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"10":{"tf":1.0},"35":{"tf":1.0},"62":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"15":{"tf":1.0},"3":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":6,"docs":{"10":{"tf":1.4142135623730951},"100":{"tf":1.0},"101":{"tf":1.0},"106":{"tf":1.0},"17":{"tf":1.0},"62":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":11,"docs":{"0":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"107":{"tf":1.4142135623730951},"29":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.0},"62":{"tf":1.4142135623730951},"67":{"tf":1.0},"94":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":25,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.4142135623730951},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"36":{"tf":1.7320508075688772},"37":{"tf":1.4142135623730951},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":1.0},"55":{"tf":1.0},"72":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"64":{"tf":1.0}}}}}}},"r":{"(":{"\\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"69":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":10,"docs":{"100":{"tf":1.0},"103":{"tf":1.0},"52":{"tf":1.4142135623730951},"55":{"tf":1.0},"59":{"tf":1.4142135623730951},"65":{"tf":1.0},"88":{"tf":1.0},"93":{"tf":1.4142135623730951},"95":{"tf":1.0},"99":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"2":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"c":{"df":2,"docs":{"56":{"tf":1.4142135623730951},"60":{"tf":1.0}}},"df":0,"docs":{}},"v":{"a":{"df":0,"docs":{},"l":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"70":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":8,"docs":{"107":{"tf":1.0},"12":{"tf":1.0},"20":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"70":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"66":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":3,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"61":{"tf":1.0}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"7":{"tf":1.0},"91":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":20,"docs":{"107":{"tf":1.0},"15":{"tf":1.0},"23":{"tf":1.7320508075688772},"28":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.7320508075688772},"47":{"tf":1.4142135623730951},"49":{"tf":1.0},"54":{"tf":2.23606797749979},"55":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":2.0},"59":{"tf":1.0},"68":{"tf":1.0},"72":{"tf":1.0},"86":{"tf":1.0},"91":{"tf":1.7320508075688772},"96":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"23":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"c":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":2,"docs":{"58":{"tf":1.0},"91":{"tf":1.0}},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"107":{"tf":1.0},"12":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.0},"85":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"107":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"r":{"df":11,"docs":{"0":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"17":{"tf":1.0},"3":{"tf":1.0},"45":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.7320508075688772},"58":{"tf":2.23606797749979},"76":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":2.0}},"s":{"(":{"0":{"df":2,"docs":{"24":{"tf":1.0},"25":{"tf":1.0}}},"1":{"df":3,"docs":{"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"2":{"df":5,"docs":{"26":{"tf":1.0},"27":{"tf":1.0},"76":{"tf":1.0},"8":{"tf":1.0},"86":{"tf":1.0}}},"df":0,"docs":{}},".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"58":{"tf":1.0},"91":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":6,"docs":{"107":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"72":{"tf":1.0}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"95":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"47":{"tf":1.0},"66":{"tf":1.0},"90":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"68":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":9,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951},"81":{"tf":1.0},"86":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"69":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":40,"docs":{"1":{"tf":1.0},"100":{"tf":1.0},"103":{"tf":1.0},"106":{"tf":1.4142135623730951},"107":{"tf":2.23606797749979},"12":{"tf":2.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.7320508075688772},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.4142135623730951},"4":{"tf":1.7320508075688772},"41":{"tf":1.4142135623730951},"42":{"tf":1.0},"60":{"tf":1.7320508075688772},"62":{"tf":2.23606797749979},"64":{"tf":1.0},"65":{"tf":1.0},"68":{"tf":1.4142135623730951},"69":{"tf":2.0},"7":{"tf":2.449489742783178},"70":{"tf":1.7320508075688772},"71":{"tf":1.0},"72":{"tf":1.0},"81":{"tf":1.0},"9":{"tf":1.0},"93":{"tf":1.4142135623730951},"97":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"107":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"47":{"tf":2.0},"59":{"tf":1.0},"65":{"tf":1.0}}}},"s":{"df":2,"docs":{"60":{"tf":1.4142135623730951},"64":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"60":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"—":{"a":{"d":{"df":0,"docs":{},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"88":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"20":{"tf":1.0},"21":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":7,"docs":{"100":{"tf":1.0},"107":{"tf":1.0},"13":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"67":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"16":{"tf":1.0}}}}}}},"}":{"\\"":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"70":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"f":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"15":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"67":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":8,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"106":{"tf":1.0},"12":{"tf":1.0},"64":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"r":{"df":11,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"31":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.4142135623730951},"60":{"tf":1.0},"66":{"tf":1.0},"8":{"tf":1.4142135623730951},"91":{"tf":1.0},"93":{"tf":1.4142135623730951}}}}}},"k":{"df":0,"docs":{},"e":{"df":2,"docs":{"29":{"tf":1.0},"33":{"tf":1.0}}}},"l":{"df":0,"docs":{},"s":{"df":5,"docs":{"10":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"42":{"tf":1.0},"55":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}}}},"q":{"df":1,"docs":{"106":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"33":{"tf":1.0},"38":{"tf":1.0},"64":{"tf":1.0},"71":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"43":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}}}}}},"df":2,"docs":{"58":{"tf":2.449489742783178},"91":{"tf":2.6457513110645907}},"e":{"df":0,"docs":{},"e":{"d":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"22":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"33":{"tf":1.0},"66":{"tf":1.0}}},"df":0,"docs":{}},"t":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"42":{"tf":1.0},"46":{"tf":1.4142135623730951},"51":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":1,"docs":{"32":{"tf":1.0}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"22":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":7,"docs":{"45":{"tf":1.0},"46":{"tf":1.0},"55":{"tf":1.7320508075688772},"56":{"tf":1.7320508075688772},"58":{"tf":1.7320508075688772},"90":{"tf":2.449489742783178},"91":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"45":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"91":{"tf":2.0}}}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"32":{"tf":1.0},"83":{"tf":1.0}}}},"d":{"df":3,"docs":{"58":{"tf":1.0},"89":{"tf":1.0},"91":{"tf":1.4142135623730951}}},"df":0,"docs":{},"e":{"df":3,"docs":{"106":{"tf":1.0},"45":{"tf":1.0},"55":{"tf":1.0}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":7,"docs":{"17":{"tf":1.0},"65":{"tf":1.0},"70":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0},"8":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0}},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"106":{"tf":1.0}}}}}}}}}},"t":{"df":5,"docs":{"15":{"tf":1.0},"22":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0},"68":{"tf":1.0}}},"x":{"df":9,"docs":{"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},"7":{"tf":1.0},"8":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"36":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"90":{"tf":1.0}}},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"60":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":3,"docs":{"13":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"72":{"tf":1.0}}}}}}},"n":{"df":22,"docs":{"10":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"6":{"tf":1.0},"69":{"tf":2.449489742783178},"7":{"tf":1.0},"70":{"tf":2.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.4142135623730951}}},"o":{"c":{"df":0,"docs":{},"u":{"df":2,"docs":{"6":{"tf":1.0},"95":{"tf":1.0}},"s":{"df":3,"docs":{"0":{"tf":1.0},"15":{"tf":1.0},"42":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":5,"docs":{"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"58":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"69":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"t":{"!":{"(":{"\\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"70":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"4":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"2":{"tf":1.0},"21":{"tf":1.0}}}},"df":1,"docs":{"105":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"z":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":7,"docs":{"42":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"105":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"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":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"64":{"tf":1.0},"65":{"tf":1.0}}}}}}}}}}},"df":19,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"107":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.4142135623730951},"2":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.4142135623730951},"4":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.7320508075688772},"6":{"tf":1.4142135623730951},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"93":{"tf":1.0}},"’":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"3":{"tf":1.0},"33":{"tf":1.0},"55":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":8,"docs":{"0":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"8":{"tf":1.0},"88":{"tf":1.0}}}}}}},"d":{"df":3,"docs":{"101":{"tf":1.0},"77":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"g":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"3":{"tf":1.0},"88":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"41":{"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":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"64":{"tf":1.0},"69":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":10,"docs":{"107":{"tf":1.4142135623730951},"13":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.4142135623730951},"46":{"tf":1.0},"62":{"tf":1.0},"69":{"tf":1.0},"91":{"tf":1.0}}}}},"t":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"69":{"tf":1.0},"70":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"50":{"tf":1.0}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"43":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"1":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"107":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"17":{"tf":1.0},"22":{"tf":1.0}}}},"df":3,"docs":{"50":{"tf":1.0},"55":{"tf":1.0},"90":{"tf":1.0}},"o":{"d":{"df":7,"docs":{"10":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"17":{"tf":1.0},"22":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"45":{"tf":1.0},"55":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"94":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"1":{"6":{"df":1,"docs":{"107":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":1,"docs":{"107":{"tf":1.0}}}},"w":{"df":1,"docs":{"71":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"14":{"tf":1.0},"62":{"tf":1.0},"73":{"tf":1.0}}},"df":0,"docs":{}}},"df":3,"docs":{"1":{"tf":1.0},"14":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"31":{"tf":1.0}}}},"n":{"d":{"df":1,"docs":{"12":{"tf":1.0}},"l":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"r":{"d":{"df":1,"docs":{"8":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}},"df":1,"docs":{"93":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"58":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"107":{"tf":1.0},"17":{"tf":1.0},"4":{"tf":1.0},"9":{"tf":1.4142135623730951}},"i":{"df":3,"docs":{"20":{"tf":1.0},"9":{"tf":1.0},"97":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":1,"docs":{"5":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"50":{"tf":1.0},"64":{"tf":1.0},"67":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"0":{"tf":1.0},"70":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":8,"docs":{"107":{"tf":1.0},"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"30":{"tf":1.0},"4":{"tf":1.0},"72":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"40":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"95":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":4,"docs":{"104":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"13":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"72":{"tf":1.0}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"47":{"tf":1.0},"52":{"tf":1.0}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"72":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"1":{"8":{"0":{"8":{"0":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"97":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"0":{"9":{"0":{"df":2,"docs":{"60":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"60":{"tf":1.0},"97":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"i":{"[":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"20":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"d":{">":{":":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"58":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"58":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":2.23606797749979}},"e":{"a":{"df":9,"docs":{"29":{"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},"69":{"tf":1.0},"70":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"69":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"42":{"tf":1.0},"59":{"tf":1.0}}}}}},"i":{"df":1,"docs":{"14":{"tf":1.0}},"i":{"df":1,"docs":{"61":{"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":3,"docs":{"23":{"tf":1.0},"28":{"tf":1.0},"68":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":6,"docs":{"105":{"tf":1.4142135623730951},"23":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":2.23606797749979},"47":{"tf":2.23606797749979},"52":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"107":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.4142135623730951}}}},"l":{"df":2,"docs":{"69":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"72":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"47":{"tf":1.0},"75":{"tf":1.0},"90":{"tf":1.0}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":9,"docs":{"0":{"tf":1.0},"107":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"43":{"tf":1.0},"56":{"tf":1.4142135623730951},"88":{"tf":1.0},"9":{"tf":1.0},"90":{"tf":1.4142135623730951}}},"df":0,"docs":{},"s":{"df":7,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"88":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":4,"docs":{"101":{"tf":1.0},"41":{"tf":1.0},"54":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"\\"":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"69":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":4,"docs":{"58":{"tf":1.0},"90":{"tf":1.7320508075688772},"91":{"tf":1.4142135623730951},"95":{"tf":1.0}}}},"u":{"c":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":3,"docs":{"45":{"tf":1.0},"55":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"107":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"12":{"tf":1.0},"21":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":3,"docs":{"20":{"tf":1.4142135623730951},"64":{"tf":1.0},"69":{"tf":1.4142135623730951}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"64":{"tf":1.0},"69":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"29":{"tf":1.0},"58":{"tf":1.0},"90":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"60":{"tf":1.0}}}}}}},"df":4,"docs":{"39":{"tf":1.0},"60":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"88":{"tf":1.4142135623730951},"95":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":5,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.0},"72":{"tf":1.0}}}},"n":{"d":{"df":4,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"17":{"tf":1.0},"62":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"46":{"tf":1.0}}},"t":{"df":4,"docs":{"13":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"6":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"28":{"tf":1.0},"31":{"tf":1.0}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.4142135623730951},"29":{"tf":1.0},"3":{"tf":1.0},"62":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":3,"docs":{"29":{"tf":1.0},"72":{"tf":1.0},"9":{"tf":2.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"5":{"tf":1.0}}}}}},"v":{"df":5,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"32":{"tf":1.0},"7":{"tf":1.0},"88":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"8":{"tf":1.0}},"t":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":3,"docs":{"3":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"u":{"df":5,"docs":{"42":{"tf":1.0},"69":{"tf":1.0},"95":{"tf":1.4142135623730951},"97":{"tf":1.0},"98":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.0},"38":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"’":{"df":1,"docs":{"59":{"tf":1.0}}}},"v":{"df":1,"docs":{"73":{"tf":1.0}}}},"j":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"g":{"df":4,"docs":{"107":{"tf":1.0},"13":{"tf":1.0},"4":{"tf":1.0},"62":{"tf":1.0}}}},"df":0,"docs":{}}},"k":{"8":{"df":12,"docs":{"106":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.4142135623730951},"52":{"tf":1.0},"58":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":1,"docs":{"47":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"107":{"tf":1.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":{"84":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":19,"docs":{"106":{"tf":1.4142135623730951},"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.7320508075688772},"22":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.0},"62":{"tf":1.0},"67":{"tf":1.0},"71":{"tf":1.0},"73":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0}}}},"y":{"df":2,"docs":{"69":{"tf":1.0},"70":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"104":{"tf":1.0}}}},"n":{"d":{"df":1,"docs":{"47":{"tf":1.7320508075688772}}},"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":{"107":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":1,"docs":{"98":{"tf":1.0}}}}}},"u":{"b":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":5,"docs":{"47":{"tf":1.0},"58":{"tf":3.3166247903554},"90":{"tf":1.4142135623730951},"91":{"tf":3.4641016151377544},"94":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":9,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"23":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"47":{"tf":1.0},"72":{"tf":1.0},"84":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"g":{"df":3,"docs":{"42":{"tf":1.0},"48":{"tf":1.4142135623730951},"52":{"tf":1.0}},"r":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"58":{"tf":1.7320508075688772},"91":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"29":{"tf":1.0}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"32":{"tf":1.0},"62":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"29":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"21":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"107":{"tf":1.0},"38":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"26":{"tf":1.4142135623730951},"4":{"tf":1.0},"57":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"15":{"tf":1.0},"21":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"67":{"tf":1.0}}}}}}},"df":3,"docs":{"58":{"tf":2.449489742783178},"90":{"tf":1.0},"91":{"tf":2.449489742783178}},"e":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"107":{"tf":1.0},"57":{"tf":1.0}}}}},"df":0,"docs":{},"k":{"df":2,"docs":{"12":{"tf":1.0},"62":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}},"v":{"df":1,"docs":{"59":{"tf":1.0}}}},"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"107":{"tf":1.0}}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"43":{"tf":1.0}}}},"t":{"df":1,"docs":{"3":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":15,"docs":{"107":{"tf":1.0},"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"29":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"62":{"tf":1.0},"72":{"tf":1.0},"96":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":2,"docs":{"12":{"tf":1.0},"35":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"69":{"tf":1.0}}}}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":2,"docs":{"20":{"tf":1.0},"91":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"58":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"94":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":18,"docs":{"10":{"tf":1.0},"100":{"tf":1.0},"106":{"tf":1.4142135623730951},"107":{"tf":1.7320508075688772},"12":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"72":{"tf":1.0},"9":{"tf":1.0},"91":{"tf":1.0},"98":{"tf":1.0}}}}},"o":{"a":{"d":{"df":4,"docs":{"23":{"tf":1.0},"25":{"tf":1.0},"30":{"tf":1.0},"47":{"tf":2.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"=":{"2":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"=":{"1":{"2":{"0":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"=":{"3":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":8,"docs":{"45":{"tf":1.0},"49":{"tf":1.0},"54":{"tf":2.0},"55":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.0},"91":{"tf":1.4142135623730951},"96":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":2,"docs":{"107":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951}},"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":5,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"84":{"tf":1.0},"86":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":23,"docs":{"1":{"tf":1.0},"103":{"tf":1.0},"106":{"tf":1.0},"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"23":{"tf":1.0},"36":{"tf":1.4142135623730951},"38":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.4142135623730951},"45":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0},"72":{"tf":1.0},"84":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.0},"94":{"tf":1.0}}},"t":{"df":5,"docs":{"42":{"tf":1.0},"49":{"tf":1.4142135623730951},"50":{"tf":1.0},"72":{"tf":1.0},"90":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":19,"docs":{"100":{"tf":1.0},"103":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"42":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"46":{"tf":1.7320508075688772},"53":{"tf":1.0},"54":{"tf":2.6457513110645907},"55":{"tf":2.6457513110645907},"56":{"tf":2.0},"58":{"tf":4.898979485566356},"69":{"tf":1.0},"88":{"tf":1.4142135623730951},"89":{"tf":1.0},"90":{"tf":3.1622776601683795},"91":{"tf":4.69041575982343},"95":{"tf":1.0},"96":{"tf":1.4142135623730951}},"i":{"c":{"df":3,"docs":{"107":{"tf":1.0},"68":{"tf":1.0},"71":{"tf":1.0}}},"df":0,"docs":{}},"s":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"91":{"tf":1.0}}}}}},"/":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"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":{}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"91":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"10":{"tf":1.0},"106":{"tf":1.4142135623730951},"17":{"tf":1.0},"62":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":3,"docs":{"106":{"tf":1.0},"31":{"tf":1.0},"93":{"tf":1.0}}},"p":{"df":3,"docs":{"22":{"tf":1.0},"38":{"tf":1.0},"6":{"tf":1.0}}},"s":{"df":1,"docs":{"15":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"107":{"tf":1.0}}}}}}},"w":{"df":1,"docs":{"30":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"r":{"df":2,"docs":{"12":{"tf":1.0},"4":{"tf":1.0}}},"s":{"df":2,"docs":{"58":{"tf":1.0},"91":{"tf":1.0}}},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"10":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"39":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":22,"docs":{"10":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"6":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0},"70":{"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}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"13":{"tf":1.0},"61":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":11,"docs":{"107":{"tf":1.0},"13":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.4142135623730951},"7":{"tf":1.0},"72":{"tf":1.0},"8":{"tf":1.0}}}},"n":{"df":0,"docs":{},"i":{"df":5,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"62":{"tf":1.0}}},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"107":{"tf":1.0}}}}},"p":{"df":4,"docs":{"16":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0},"72":{"tf":1.0}}},"t":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.0},"68":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"73":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"17":{"tf":1.0},"40":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}},"x":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"4":{"0":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"6":{"0":{"df":1,"docs":{"80":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"80":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":8,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"106":{"tf":1.0},"11":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"62":{"tf":1.0}}}}},"t":{"df":1,"docs":{"21":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"107":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"60":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"9":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"54":{"tf":1.0},"57":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"2":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"93":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"107":{"tf":1.0},"42":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"60":{"tf":1.0},"74":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"c":{"df":7,"docs":{"12":{"tf":1.0},"32":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"2":{"0":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"3":{"0":{"df":1,"docs":{"80":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"80":{"tf":1.0}},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"u":{"b":{"df":1,"docs":{"47":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"m":{"df":6,"docs":{"22":{"tf":1.0},"24":{"tf":1.4142135623730951},"38":{"tf":1.0},"68":{"tf":1.0},"71":{"tf":1.0},"98":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"10":{"tf":1.4142135623730951}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"66":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"88":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":6,"docs":{"106":{"tf":1.0},"42":{"tf":1.0},"52":{"tf":1.0},"64":{"tf":1.0},"88":{"tf":1.0},"95":{"tf":1.0}}},"t":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}}},"x":{"df":3,"docs":{"57":{"tf":1.0},"8":{"tf":1.0},"88":{"tf":1.0}},"e":{"d":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"31":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":8,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"30":{"tf":1.0},"62":{"tf":1.7320508075688772},"72":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"35":{"tf":1.0}}}},"df":2,"docs":{"45":{"tf":1.0},"64":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"71":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"91":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"47":{"tf":1.0},"58":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"13":{"tf":1.0},"22":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":8,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"39":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"22":{"tf":1.0}}}}}}},"t":{"df":6,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"69":{"tf":1.0},"86":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"69":{"tf":1.0},"70":{"tf":1.0}}}}}}},"df":0,"docs":{}},"=":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":2,"docs":{"58":{"tf":1.4142135623730951},"91":{"tf":1.7320508075688772}}}}}}},"df":9,"docs":{"23":{"tf":1.0},"51":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":2.0},"64":{"tf":1.0},"69":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":2.8284271247461903}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"58":{"tf":1.4142135623730951},"91":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"df":4,"docs":{"30":{"tf":1.0},"58":{"tf":1.0},"9":{"tf":1.0},"91":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"90":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":10,"docs":{"106":{"tf":1.4142135623730951},"21":{"tf":1.0},"3":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"8":{"tf":1.0}},"—":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"g":{"df":3,"docs":{"107":{"tf":1.0},"31":{"tf":1.0},"42":{"tf":1.0}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":9,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"76":{"tf":1.0},"8":{"tf":1.4142135623730951},"86":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":16,"docs":{"0":{"tf":1.7320508075688772},"103":{"tf":1.0},"107":{"tf":1.4142135623730951},"15":{"tf":1.0},"17":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"4":{"tf":1.0},"54":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"72":{"tf":1.0},"88":{"tf":1.4142135623730951},"95":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"107":{"tf":1.0},"33":{"tf":1.0}}}}},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"69":{"tf":1.0},"70":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":5,"docs":{"28":{"tf":1.0},"62":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"72":{"tf":1.0}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"107":{"tf":1.0}}}}},"o":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"66":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"66":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":40,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"100":{"tf":1.0},"102":{"tf":1.4142135623730951},"103":{"tf":1.4142135623730951},"104":{"tf":1.0},"107":{"tf":2.23606797749979},"12":{"tf":1.0},"15":{"tf":1.7320508075688772},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"2":{"tf":1.0},"27":{"tf":1.4142135623730951},"29":{"tf":1.0},"3":{"tf":1.4142135623730951},"33":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.4142135623730951},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":2.0},"47":{"tf":1.0},"54":{"tf":2.449489742783178},"55":{"tf":1.0},"56":{"tf":2.0},"58":{"tf":1.7320508075688772},"60":{"tf":1.7320508075688772},"62":{"tf":1.0},"64":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":1.4142135623730951},"76":{"tf":1.7320508075688772},"80":{"tf":1.0},"88":{"tf":1.7320508075688772},"90":{"tf":2.6457513110645907},"91":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.7320508075688772},"97":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"55":{"tf":1.0}},"i":{"df":2,"docs":{"22":{"tf":1.0},"8":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"df":19,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"107":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.7320508075688772},"33":{"tf":1.0},"42":{"tf":1.4142135623730951},"46":{"tf":1.7320508075688772},"47":{"tf":1.7320508075688772},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"56":{"tf":2.0},"58":{"tf":2.6457513110645907},"90":{"tf":2.0},"91":{"tf":2.0},"94":{"tf":1.4142135623730951}},"s":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"57":{"tf":1.0}}}}}}}}}},"d":{"a":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"57":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"57":{"tf":1.0}}}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"57":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"42":{"tf":1.0}},"k":{"df":0,"docs":{},"z":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"_":{"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":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"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":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":2,"docs":{"42":{"tf":1.0},"49":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"90":{"tf":1.0}}}}}}},"=":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"56":{"tf":1.0},"90":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"46":{"tf":1.0},"58":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"91":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":1,"docs":{"45":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":6,"docs":{"42":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"90":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":4,"docs":{"42":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"=":{"\\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"e":{",":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"_":{"d":{"a":{"_":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"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":2,"docs":{"55":{"tf":1.0},"96":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"e":{",":{"d":{"a":{"=":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"45":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"=":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":6,"docs":{"45":{"tf":1.0},"46":{"tf":1.0},"54":{"tf":1.7320508075688772},"55":{"tf":1.0},"91":{"tf":1.0},"96":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":3,"docs":{"42":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"57":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"=":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"4":{"3":{"1":{"7":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"55":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"=":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"4":{"3":{"1":{"8":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"55":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"23":{"tf":1.0},"52":{"tf":1.0}},"e":{"=":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":4,"docs":{"46":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"91":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"47":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":1,"docs":{"55":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":5,"docs":{"55":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"55":{"tf":2.0}}}},"t":{"df":0,"docs":{},"e":{"df":5,"docs":{"27":{"tf":1.0},"42":{"tf":1.0},"58":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.4142135623730951}}}}},"t":{"df":0,"docs":{},"p":{"df":2,"docs":{"106":{"tf":1.0},"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"21":{"tf":1.0},"45":{"tf":1.4142135623730951},"7":{"tf":1.0},"76":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"o":{"[":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":20,"docs":{"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.7320508075688772},"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"53":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"88":{"tf":1.4142135623730951},"9":{"tf":1.0},"97":{"tf":1.4142135623730951}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"22":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"62":{"tf":1.0}}}}},"df":0,"docs":{}},"df":2,"docs":{"12":{"tf":1.0},"91":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"72":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"58":{"tf":1.0}}}}}}},"k":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"\\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"69":{"tf":1.0},"70":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":6,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"69":{"tf":1.0},"86":{"tf":1.0}}},"n":{"c":{"df":3,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"62":{"tf":1.0}}},"df":4,"docs":{"15":{"tf":1.0},"3":{"tf":1.0},"41":{"tf":1.0},"67":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"40":{"tf":1.0}}}}},"p":{"df":1,"docs":{"107":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":11,"docs":{"0":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"17":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"42":{"tf":1.7320508075688772},"79":{"tf":1.0}}}},"t":{"df":2,"docs":{"21":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":7,"docs":{"12":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"50":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"59":{"tf":1.0},"66":{"tf":1.0}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":11,"docs":{"107":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"54":{"tf":1.0},"6":{"tf":1.4142135623730951},"62":{"tf":1.0},"72":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"106":{"tf":1.0},"21":{"tf":1.0},"7":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"104":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}}},"df":1,"docs":{"29":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"p":{"df":2,"docs":{"55":{"tf":1.7320508075688772},"59":{"tf":2.23606797749979}}}}},"u":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":9,"docs":{"107":{"tf":1.0},"12":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":4,"docs":{"58":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.4142135623730951},"93":{"tf":1.0}},"—":{"d":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"93":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"3":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"38":{"tf":1.0},"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"42":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}}},"p":{"2":{"df":0,"docs":{},"p":{"df":1,"docs":{"57":{"tf":1.0}}}},"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"12":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"29":{"tf":1.0}}},"k":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"16":{"tf":1.0},"72":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":3,"docs":{"1":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":7,"docs":{"107":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":1.4142135623730951},"52":{"tf":1.0},"67":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"31":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"107":{"tf":1.0}}}}},"t":{"df":4,"docs":{"14":{"tf":1.0},"2":{"tf":1.0},"61":{"tf":1.0},"73":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":4,"docs":{"0":{"tf":1.0},"107":{"tf":1.0},"19":{"tf":1.0},"67":{"tf":1.0}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"36":{"tf":1.0},"60":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":2,"docs":{"12":{"tf":1.0},"98":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"19":{"tf":1.0},"42":{"tf":1.0},"49":{"tf":1.0},"90":{"tf":1.7320508075688772}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":8,"docs":{"15":{"tf":1.0},"21":{"tf":2.0},"22":{"tf":1.0},"23":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"95":{"tf":1.0}}}}}}}},"df":11,"docs":{"23":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"54":{"tf":2.0},"55":{"tf":1.0},"58":{"tf":2.0},"59":{"tf":1.0},"91":{"tf":1.7320508075688772},"96":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"29":{"tf":1.0},"95":{"tf":1.0}}}},"r":{"df":13,"docs":{"107":{"tf":1.4142135623730951},"21":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.4142135623730951},"7":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.4142135623730951},"90":{"tf":2.0},"91":{"tf":1.0},"97":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":3,"docs":{"0":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"4":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"107":{"tf":1.0}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"58":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"30":{"tf":1.4142135623730951},"35":{"tf":2.8284271247461903}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"34":{"tf":1.0},"69":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"15":{"tf":1.0},"16":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"106":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"35":{"tf":1.0},"39":{"tf":1.0}}}}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"104":{"tf":1.0}}}}}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{},"n":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"[":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":22,"docs":{"1":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"12":{"tf":2.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"20":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":2.0},"37":{"tf":1.4142135623730951},"4":{"tf":1.0},"41":{"tf":1.0},"62":{"tf":1.0},"7":{"tf":1.0},"72":{"tf":1.0},"8":{"tf":1.0},"86":{"tf":1.0}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"42":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"u":{"df":1,"docs":{"0":{"tf":1.0}},"g":{"df":1,"docs":{"68":{"tf":1.0}},"g":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"13":{"tf":1.0},"18":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"d":{"df":6,"docs":{"107":{"tf":1.0},"47":{"tf":1.0},"58":{"tf":2.23606797749979},"90":{"tf":1.4142135623730951},"91":{"tf":4.242640687119285},"94":{"tf":1.7320508075688772}}},"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"107":{"tf":1.0}},"e":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":12,"docs":{"103":{"tf":1.0},"23":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"55":{"tf":1.0},"58":{"tf":1.7320508075688772},"91":{"tf":1.4142135623730951},"95":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":1,"docs":{"48":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"3":{"tf":1.0}}}},"df":0,"docs":{}},"df":6,"docs":{"104":{"tf":1.4142135623730951},"39":{"tf":1.0},"46":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"95":{"tf":1.0},"97":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"107":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0},"62":{"tf":1.0},"91":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"14":{"tf":1.0},"22":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"9":{"tf":1.0}}}},"i":{"df":0,"docs":{},"x":{"df":5,"docs":{"56":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.0}}}}},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"107":{"tf":1.0}}}}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"15":{"tf":1.0},"72":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"36":{"tf":1.4142135623730951},"42":{"tf":2.0},"46":{"tf":1.0},"47":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.0}}}}}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"56":{"tf":1.0}}}},"t":{"df":3,"docs":{"22":{"tf":1.0},"67":{"tf":1.0},"88":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"107":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":3,"docs":{"104":{"tf":1.0},"58":{"tf":1.4142135623730951},"91":{"tf":1.7320508075688772}},"s":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"91":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"36":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"72":{"tf":1.4142135623730951}}}}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"11":{"tf":1.0},"5":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"o":{"b":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":8,"docs":{"107":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"41":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"95":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":11,"docs":{"104":{"tf":1.4142135623730951},"107":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"23":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"54":{"tf":1.0},"84":{"tf":1.0},"94":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":9,"docs":{"0":{"tf":1.0},"100":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.4142135623730951},"20":{"tf":1.0},"33":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.7320508075688772},"81":{"tf":1.0}},"t":{"df":4,"docs":{"10":{"tf":1.0},"107":{"tf":1.7320508075688772},"24":{"tf":1.0},"28":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":8,"docs":{"107":{"tf":1.4142135623730951},"12":{"tf":1.0},"17":{"tf":1.0},"29":{"tf":1.4142135623730951},"3":{"tf":1.0},"62":{"tf":1.0},"88":{"tf":1.0},"9":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"0":{"tf":1.0},"90":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":3,"docs":{"46":{"tf":1.0},"60":{"tf":1.4142135623730951},"97":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"43":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"o":{"df":0,"docs":{},"f":{"df":3,"docs":{"107":{"tf":1.0},"46":{"tf":1.0},"95":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"107":{"tf":1.0},"34":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":9,"docs":{"0":{"tf":1.0},"106":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"21":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0},"7":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"10":{"tf":1.0},"69":{"tf":1.0}}},"i":{"d":{"df":3,"docs":{"33":{"tf":1.0},"39":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":6,"docs":{"107":{"tf":1.0},"12":{"tf":1.4142135623730951},"36":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"62":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"41":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}},"s":{"df":4,"docs":{"58":{"tf":1.7320508075688772},"90":{"tf":1.0},"91":{"tf":1.7320508075688772},"94":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"69":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"b":{"df":2,"docs":{"69":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"0":{"tf":1.0},"107":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"106":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":3,"docs":{"18":{"tf":1.0},"3":{"tf":1.0},"54":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"47":{"tf":1.7320508075688772}}}}}},"q":{"a":{"df":1,"docs":{"3":{"tf":1.0}}},"df":2,"docs":{"58":{"tf":1.0},"91":{"tf":1.0}},"u":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"43":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.4142135623730951},"88":{"tf":1.0},"90":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}}}}}},"r":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"12":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":3,"docs":{"34":{"tf":1.4142135623730951},"8":{"tf":1.0},"80":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"34":{"tf":1.0},"91":{"tf":1.0}}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"(":{"3":{"df":1,"docs":{"27":{"tf":1.0}}},"5":{"df":7,"docs":{"25":{"tf":1.0},"26":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.4142135623730951},"86":{"tf":1.0}}},"df":0,"docs":{}},"df":11,"docs":{"100":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.4142135623730951},"8":{"tf":1.0},"88":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":3,"docs":{"12":{"tf":1.0},"46":{"tf":1.0},"50":{"tf":1.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"69":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"70":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"69":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"l":{"df":4,"docs":{"107":{"tf":1.0},"41":{"tf":1.0},"69":{"tf":1.4142135623730951},"70":{"tf":1.0}},"e":{"df":0,"docs":{},"—":{"a":{"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"18":{"tf":1.0},"21":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":14,"docs":{"103":{"tf":1.0},"107":{"tf":1.4142135623730951},"12":{"tf":1.0},"15":{"tf":1.0},"27":{"tf":1.0},"33":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"42":{"tf":1.7320508075688772},"6":{"tf":1.0},"66":{"tf":1.0},"88":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"72":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":4,"docs":{"0":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"68":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"1":{"tf":1.0},"3":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"7":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"66":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":5,"docs":{"22":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"106":{"tf":1.0},"19":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":4,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"13":{"tf":1.0},"21":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"107":{"tf":1.0},"61":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.4142135623730951},"90":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"95":{"tf":1.0}}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"36":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"47":{"tf":1.4142135623730951}}},"y":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"47":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}}}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"107":{"tf":1.0},"16":{"tf":1.0}}},"x":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":1,"docs":{"7":{"tf":1.0}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}},"df":3,"docs":{"22":{"tf":1.0},"66":{"tf":1.0},"90":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"20":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"91":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":1,"docs":{"23":{"tf":1.0}},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"42":{"tf":1.0},"97":{"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":{"50":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"62":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":5,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.4142135623730951},"43":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"69":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":16,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"19":{"tf":1.0},"23":{"tf":1.7320508075688772},"27":{"tf":1.0},"3":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"46":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"80":{"tf":1.0},"90":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":7,"docs":{"106":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"27":{"tf":1.7320508075688772},"31":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"12":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":5,"docs":{"103":{"tf":1.0},"107":{"tf":1.4142135623730951},"16":{"tf":1.0},"4":{"tf":1.0},"62":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":10,"docs":{"104":{"tf":1.0},"107":{"tf":1.4142135623730951},"12":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"27":{"tf":1.4142135623730951},"35":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":2.23606797749979},"88":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":10,"docs":{"22":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"36":{"tf":1.0},"5":{"tf":1.0},"69":{"tf":1.4142135623730951},"70":{"tf":1.0},"86":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":3,"docs":{"0":{"tf":1.0},"107":{"tf":1.0},"9":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":6,"docs":{"107":{"tf":1.4142135623730951},"12":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"65":{"tf":1.0},"69":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"15":{"tf":1.4142135623730951},"21":{"tf":1.0},"65":{"tf":1.0},"72":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":3,"docs":{"106":{"tf":1.0},"13":{"tf":1.0},"22":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"71":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"10":{"tf":1.0},"106":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":7,"docs":{"0":{"tf":1.0},"107":{"tf":1.4142135623730951},"3":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"62":{"tf":1.0},"72":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"107":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"c":{"df":1,"docs":{"69":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"86":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"64":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.7320508075688772},"70":{"tf":1.4142135623730951}}}}}}}}},"df":41,"docs":{"1":{"tf":1.0},"10":{"tf":1.7320508075688772},"100":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.4142135623730951},"107":{"tf":2.449489742783178},"12":{"tf":1.7320508075688772},"13":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.7320508075688772},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.7320508075688772},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.7320508075688772},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"42":{"tf":1.4142135623730951},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":2.0},"47":{"tf":1.4142135623730951},"49":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":2.0},"55":{"tf":1.0},"58":{"tf":2.449489742783178},"59":{"tf":1.0},"62":{"tf":2.0},"7":{"tf":1.0},"70":{"tf":1.0},"82":{"tf":1.4142135623730951},"88":{"tf":1.7320508075688772},"91":{"tf":2.449489742783178},"96":{"tf":1.0},"98":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":3,"docs":{"30":{"tf":1.0},"64":{"tf":1.0},"69":{"tf":1.4142135623730951}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":46,"docs":{"102":{"tf":1.0},"103":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.7320508075688772},"107":{"tf":2.0},"12":{"tf":1.7320508075688772},"13":{"tf":1.4142135623730951},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"36":{"tf":1.7320508075688772},"37":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.7320508075688772},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"47":{"tf":1.7320508075688772},"49":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":2.8284271247461903},"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"58":{"tf":2.8284271247461903},"59":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"72":{"tf":1.7320508075688772},"85":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.7320508075688772},"90":{"tf":1.4142135623730951},"91":{"tf":2.6457513110645907},"96":{"tf":1.0}},"’":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"41":{"tf":1.0}},"{":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"41":{"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":{},"i":{"df":0,"docs":{},"m":{"df":6,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0},"62":{"tf":1.0},"72":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"41":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"=":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"54":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":2,"docs":{"42":{"tf":1.0},"54":{"tf":1.0}}}}}},"df":2,"docs":{"50":{"tf":1.0},"68":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":2,"docs":{"59":{"tf":1.0},"67":{"tf":1.0}},"t":{"df":0,"docs":{},"y":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"107":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"m":{"df":0,"docs":{},"e":{"df":7,"docs":{"106":{"tf":1.4142135623730951},"107":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"36":{"tf":1.4142135623730951},"47":{"tf":1.0},"72":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"57":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"42":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":6,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"75":{"tf":1.0},"86":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":9,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"76":{"tf":1.0},"8":{"tf":1.4142135623730951},"86":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":35,"docs":{"1":{"tf":1.0},"102":{"tf":1.0},"106":{"tf":1.7320508075688772},"107":{"tf":2.23606797749979},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":2.23606797749979},"16":{"tf":1.7320508075688772},"17":{"tf":1.7320508075688772},"18":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":2.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"28":{"tf":1.0},"35":{"tf":1.7320508075688772},"36":{"tf":1.7320508075688772},"37":{"tf":1.0},"4":{"tf":1.7320508075688772},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"5":{"tf":1.0},"62":{"tf":2.23606797749979},"71":{"tf":1.4142135623730951},"72":{"tf":2.23606797749979},"73":{"tf":1.0},"74":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"98":{"tf":1.0}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"30":{"tf":1.0},"40":{"tf":1.0},"47":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"50":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":4,"docs":{"42":{"tf":1.0},"46":{"tf":1.7320508075688772},"50":{"tf":1.4142135623730951},"51":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"107":{"tf":1.4142135623730951},"22":{"tf":1.0},"30":{"tf":1.0},"45":{"tf":1.0},"7":{"tf":1.7320508075688772},"82":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"d":{"df":12,"docs":{"101":{"tf":1.0},"106":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"62":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"88":{"tf":1.0},"95":{"tf":1.0}}},"df":10,"docs":{"105":{"tf":1.0},"17":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"36":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"58":{"tf":1.7320508075688772},"91":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}},"f":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"69":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":3,"docs":{"21":{"tf":1.0},"69":{"tf":1.7320508075688772},"70":{"tf":1.7320508075688772}}}},"n":{"d":{"df":5,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"86":{"tf":1.0}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":6,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"56":{"tf":1.0},"8":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"29":{"tf":1.0},"92":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"35":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"32":{"tf":1.0}}},"v":{"df":1,"docs":{"72":{"tf":1.0}},"i":{"c":{"df":6,"docs":{"0":{"tf":1.0},"107":{"tf":1.0},"39":{"tf":1.0},"57":{"tf":1.4142135623730951},"88":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":15,"docs":{"107":{"tf":1.0},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"54":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"58":{"tf":1.0},"61":{"tf":1.0},"90":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"p":{"df":4,"docs":{"105":{"tf":1.0},"16":{"tf":1.0},"39":{"tf":1.0},"88":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":17,"docs":{"107":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"62":{"tf":1.0},"68":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":8,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0},"62":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"0":{"tf":1.0},"10":{"tf":1.4142135623730951},"106":{"tf":1.0}}}},"w":{"df":6,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"23":{"tf":1.0},"28":{"tf":1.0},"68":{"tf":1.0},"91":{"tf":1.0}}}}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":14,"docs":{"106":{"tf":1.0},"107":{"tf":1.7320508075688772},"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"36":{"tf":1.4142135623730951},"4":{"tf":1.0},"42":{"tf":1.4142135623730951},"60":{"tf":1.0},"66":{"tf":1.0},"9":{"tf":1.7320508075688772}},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"d":{"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":{"c":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"24":{"tf":1.0},"69":{"tf":1.0}},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"i":{"df":1,"docs":{"59":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"29":{"tf":1.0},"33":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":3,"docs":{"12":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0}}}}},"t":{"df":1,"docs":{"15":{"tf":1.0}}},"z":{"df":0,"docs":{},"e":{"df":1,"docs":{"9":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":4,"docs":{"10":{"tf":1.4142135623730951},"106":{"tf":1.0},"107":{"tf":1.7320508075688772},"7":{"tf":2.23606797749979}}},"w":{"df":3,"docs":{"29":{"tf":1.0},"7":{"tf":1.0},"88":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"43":{"tf":1.0}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"17":{"tf":1.0},"3":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":8,"docs":{"106":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"38":{"tf":1.0},"43":{"tf":1.0},"71":{"tf":1.0},"88":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"65":{"tf":1.0},"70":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"3":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"31":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"96":{"tf":1.0}}}},"w":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":2,"docs":{"107":{"tf":1.0},"54":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"67":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":9,"docs":{"107":{"tf":1.0},"12":{"tf":1.0},"20":{"tf":1.0},"35":{"tf":1.0},"42":{"tf":1.0},"5":{"tf":1.0},"58":{"tf":1.7320508075688772},"7":{"tf":1.0},"91":{"tf":1.0}},"i":{"df":4,"docs":{"107":{"tf":1.4142135623730951},"17":{"tf":1.0},"58":{"tf":1.0},"91":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":2,"docs":{"22":{"tf":1.0},"37":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"107":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"39":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"35":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"88":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"22":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":1,"docs":{"76":{"tf":1.0}},"t":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"69":{"tf":1.0}}}}}}},"df":0,"docs":{}},"_":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"65":{"tf":1.0},"70":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":16,"docs":{"107":{"tf":1.4142135623730951},"12":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"33":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.7320508075688772},"62":{"tf":1.0},"64":{"tf":1.0},"69":{"tf":1.0},"88":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":2,"docs":{"103":{"tf":1.0},"43":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":5,"docs":{"107":{"tf":1.7320508075688772},"12":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.0},"9":{"tf":1.7320508075688772}}},"i":{"c":{"df":1,"docs":{"69":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":1,"docs":{"94":{"tf":1.4142135623730951}}}},"y":{"df":5,"docs":{"106":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"32":{"tf":1.0},"70":{"tf":1.0}}}},"d":{":":{":":{"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":5,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"86":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{":":{":":{"a":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"69":{"tf":1.0}}},"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":{":":{":":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":6,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"75":{"tf":1.0},"86":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":2,"docs":{"55":{"tf":1.0},"90":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"21":{"tf":1.0},"42":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"106":{"tf":1.0},"29":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":3,"docs":{"107":{"tf":1.0},"12":{"tf":1.0},"62":{"tf":1.0}}}},"r":{"df":2,"docs":{"69":{"tf":1.0},"70":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"107":{"tf":1.0},"58":{"tf":2.0},"91":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"26":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"69":{"tf":1.0},"70":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"b":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"25":{"tf":1.0},"29":{"tf":1.4142135623730951},"31":{"tf":1.0}}}},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"6":{"tf":1.0}}}}},"df":6,"docs":{"0":{"tf":1.4142135623730951},"107":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"31":{"tf":1.4142135623730951}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":3,"docs":{"0":{"tf":1.0},"107":{"tf":1.0},"57":{"tf":1.0}}}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":8,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"4":{"tf":1.0},"62":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"94":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{},"x":{"df":2,"docs":{"56":{"tf":1.4142135623730951},"90":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"40":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"102":{"tf":1.0},"16":{"tf":1.0},"27":{"tf":1.0},"73":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"13":{"tf":1.0},"22":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"106":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"88":{"tf":1.4142135623730951}}}}}}},"n":{"c":{"df":6,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"35":{"tf":1.0},"86":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"106":{"tf":1.0},"7":{"tf":1.0}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"28":{"tf":1.0},"29":{"tf":1.0},"33":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":8,"docs":{"106":{"tf":1.0},"107":{"tf":2.23606797749979},"20":{"tf":1.4142135623730951},"27":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"62":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}}}},"t":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"46":{"tf":1.0},"47":{"tf":1.0}}},"i":{"df":0,"docs":{},"l":{"=":{"1":{"0":{"0":{"0":{"df":1,"docs":{"58":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"0":{"0":{"df":1,"docs":{"91":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"91":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"3":{"0":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"4":{"5":{"df":1,"docs":{"80":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"69":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"70":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":6,"docs":{"106":{"tf":1.4142135623730951},"17":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.7320508075688772},"69":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"62":{"tf":1.0}}}}},"d":{"df":3,"docs":{"20":{"tf":1.0},"41":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":2,"docs":{"22":{"tf":1.0},"3":{"tf":1.4142135623730951}}},"r":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"91":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}}},"m":{"df":0,"docs":{},"p":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"90":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"56":{"tf":1.0},"90":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"21":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"91":{"tf":1.0}}}}}},"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"=":{"9":{"0":{"9":{"1":{"df":2,"docs":{"46":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":53,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.0},"102":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.4142135623730951},"107":{"tf":1.0},"11":{"tf":1.0},"15":{"tf":2.0},"16":{"tf":1.7320508075688772},"17":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"3":{"tf":1.7320508075688772},"31":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":2.8284271247461903},"47":{"tf":2.0},"49":{"tf":1.0},"5":{"tf":1.4142135623730951},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.4142135623730951},"60":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"68":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"98":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"66":{"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":{"65":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"64":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"{":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":6,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"75":{"tf":1.0},"86":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"70":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"69":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"69":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"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":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":2,"docs":{"27":{"tf":1.0},"75":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"k":{"8":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"k":{"8":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"75":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{":":{":":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":5,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"75":{"tf":1.0},"86":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"86":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"{":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"27":{"tf":1.0},"75":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"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":{},"t":{":":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":5,"docs":{"105":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":2.8284271247461903},"58":{"tf":1.4142135623730951},"91":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"—":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"7":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"13":{"tf":1.0},"36":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}}}}},"i":{"df":1,"docs":{"7":{"tf":1.0}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"e":{"df":15,"docs":{"0":{"tf":1.0},"103":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.4142135623730951},"11":{"tf":1.0},"12":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":1.0},"32":{"tf":1.7320508075688772},"38":{"tf":1.0},"7":{"tf":2.0},"80":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":4,"docs":{"103":{"tf":1.0},"41":{"tf":1.0},"46":{"tf":1.0},"93":{"tf":1.0}}}}},"r":{"df":1,"docs":{"29":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":2,"docs":{"56":{"tf":1.4142135623730951},"90":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"m":{"df":0,"docs":{},"p":{"/":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"91":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":2,"docs":{"46":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"51":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"58":{"tf":1.0}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"15":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"23":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"32":{"tf":1.0},"34":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"29":{"tf":1.0},"50":{"tf":1.0}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":23,"docs":{"101":{"tf":1.0},"107":{"tf":1.4142135623730951},"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"28":{"tf":1.0},"34":{"tf":1.7320508075688772},"36":{"tf":1.0},"4":{"tf":1.7320508075688772},"46":{"tf":1.0},"62":{"tf":1.7320508075688772},"67":{"tf":1.0},"69":{"tf":1.4142135623730951},"72":{"tf":1.0},"76":{"tf":1.7320508075688772},"8":{"tf":1.0},"88":{"tf":1.4142135623730951},"98":{"tf":1.0}},"y":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"g":{"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":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"69":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"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":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"107":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"15":{"tf":1.0},"41":{"tf":1.0},"55":{"tf":1.7320508075688772},"72":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"k":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"72":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":15,"docs":{"107":{"tf":1.4142135623730951},"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.4142135623730951},"4":{"tf":1.7320508075688772},"41":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"68":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":22,"docs":{"0":{"tf":1.0},"101":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.7320508075688772},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"21":{"tf":1.0},"25":{"tf":2.0},"26":{"tf":2.0},"27":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"78":{"tf":2.0},"8":{"tf":1.4142135623730951},"86":{"tf":1.0},"88":{"tf":1.4142135623730951},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"d":{"a":{"df":1,"docs":{"100":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"107":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"107":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"16":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"42":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"107":{"tf":1.4142135623730951},"19":{"tf":1.0},"31":{"tf":1.0},"4":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"87":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"30":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"106":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"22":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"37":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}}},"x":{"df":1,"docs":{"7":{"tf":1.0}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"107":{"tf":1.0}}},"i":{"c":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"37":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"107":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.4142135623730951},"62":{"tf":1.0},"64":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"54":{"tf":1.0},"59":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"59":{"tf":1.0},"70":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"55":{"tf":1.4142135623730951},"59":{"tf":1.0}}}}}},"p":{"df":5,"docs":{"104":{"tf":1.0},"56":{"tf":1.0},"72":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"17":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"16":{"tf":1.0},"43":{"tf":1.0}}}},"df":31,"docs":{"102":{"tf":1.0},"104":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.7320508075688772},"15":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":2.23606797749979},"25":{"tf":2.23606797749979},"26":{"tf":2.23606797749979},"27":{"tf":2.23606797749979},"29":{"tf":1.4142135623730951},"30":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":2.23606797749979},"62":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.0},"69":{"tf":2.23606797749979},"70":{"tf":1.7320508075688772},"72":{"tf":1.0},"75":{"tf":2.449489742783178},"78":{"tf":1.0},"86":{"tf":2.0},"90":{"tf":1.0},"91":{"tf":2.23606797749979}},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"19":{"tf":1.0},"9":{"tf":1.7320508075688772}},"s":{"(":{"1":{"0":{"df":2,"docs":{"25":{"tf":1.0},"27":{"tf":1.0}}},"5":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":2,"docs":{"78":{"tf":1.0},"86":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":1,"docs":{"101":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"z":{"df":2,"docs":{"69":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"71":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"16":{"tf":1.0}}}},"x":{"df":0,"docs":{},"o":{"df":1,"docs":{"107":{"tf":1.4142135623730951}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"58":{"tf":1.7320508075688772},"90":{"tf":1.0},"91":{"tf":2.0}}},"df":0,"docs":{}}}},"v":{"0":{".":{"3":{".":{"1":{"df":3,"docs":{"46":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"o":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"91":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"(":{"2":{"df":4,"docs":{"25":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"3":{"df":5,"docs":{"24":{"tf":1.0},"26":{"tf":1.0},"76":{"tf":1.0},"8":{"tf":1.0},"86":{"tf":1.0}}},"4":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"58":{"tf":1.0},"91":{"tf":1.0}}}}}},"df":0,"docs":{},"×":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"46":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":25,"docs":{"0":{"tf":2.0},"106":{"tf":1.0},"107":{"tf":2.0},"13":{"tf":1.0},"17":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.4142135623730951},"32":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":3.0},"62":{"tf":1.0},"69":{"tf":1.4142135623730951},"70":{"tf":1.0},"76":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":3.1622776601683795},"94":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":2,"docs":{"107":{"tf":1.0},"31":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":8,"docs":{"107":{"tf":1.0},"34":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":1.0},"55":{"tf":1.4142135623730951},"59":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"46":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"!":{"[":{"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":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":1,"docs":{"69":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":1,"docs":{"69":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"54":{"tf":2.0},"96":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":2,"docs":{"10":{"tf":1.0},"106":{"tf":1.0}},"f":{"df":4,"docs":{"13":{"tf":1.0},"33":{"tf":1.0},"57":{"tf":1.0},"95":{"tf":1.0}},"i":{"df":8,"docs":{"103":{"tf":1.0},"107":{"tf":1.4142135623730951},"20":{"tf":1.0},"29":{"tf":1.0},"42":{"tf":1.0},"88":{"tf":1.4142135623730951},"94":{"tf":1.0},"97":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"i":{"a":{"df":7,"docs":{"0":{"tf":1.0},"107":{"tf":1.0},"42":{"tf":1.4142135623730951},"46":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.0},"58":{"tf":1.7320508075688772}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"16":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":3,"docs":{"47":{"tf":1.0},"52":{"tf":1.0},"58":{"tf":1.0}}}}}},"s":{"df":1,"docs":{"54":{"tf":1.0}}}},"w":{"[":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"104":{"tf":1.0},"107":{"tf":1.4142135623730951},"12":{"tf":1.0},"4":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"106":{"tf":1.0},"21":{"tf":1.0},"7":{"tf":2.23606797749979}},"e":{"df":0,"docs":{},"t":{"df":16,"docs":{"101":{"tf":1.4142135623730951},"106":{"tf":1.0},"107":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.0},"72":{"tf":1.0},"77":{"tf":1.4142135623730951},"78":{"tf":1.0},"88":{"tf":1.4142135623730951},"95":{"tf":1.0}},"s":{"(":{"2":{"0":{"df":2,"docs":{"25":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}},"3":{"0":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"5":{"0":{"df":2,"docs":{"77":{"tf":1.0},"86":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":1,"docs":{"101":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"55":{"tf":1.0}}}},"s":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"102":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"30":{"tf":1.0}}}},"y":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":1,"docs":{"12":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"21":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"107":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":10,"docs":{"10":{"tf":1.0},"100":{"tf":1.0},"107":{"tf":1.0},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"20":{"tf":1.0},"36":{"tf":1.0},"62":{"tf":1.0},"7":{"tf":1.0},"88":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":4,"docs":{"39":{"tf":1.0},"64":{"tf":1.0},"71":{"tf":1.0},"88":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"71":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"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":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"2":{"0":{"df":2,"docs":{"27":{"tf":1.0},"82":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"0":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":1,"docs":{"10":{"tf":1.0}}},"6":{"0":{"df":3,"docs":{"10":{"tf":1.0},"25":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"9":{"0":{"df":2,"docs":{"26":{"tf":1.0},"86":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":2,"docs":{"100":{"tf":1.0},"107":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"0":{"df":1,"docs":{"71":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"103":{"tf":1.0},"32":{"tf":1.0},"9":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"33":{"tf":1.0},"46":{"tf":1.0},"52":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":6,"docs":{"3":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0},"90":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":5,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"51":{"tf":1.0},"72":{"tf":1.7320508075688772},"92":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":42,"docs":{"1":{"tf":1.0},"101":{"tf":1.4142135623730951},"106":{"tf":1.4142135623730951},"107":{"tf":2.23606797749979},"12":{"tf":2.23606797749979},"13":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.7320508075688772},"18":{"tf":1.4142135623730951},"19":{"tf":2.0},"20":{"tf":2.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"31":{"tf":1.0},"36":{"tf":1.4142135623730951},"4":{"tf":1.7320508075688772},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"48":{"tf":1.0},"52":{"tf":1.0},"62":{"tf":2.23606797749979},"64":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.4142135623730951},"69":{"tf":2.23606797749979},"70":{"tf":1.0},"72":{"tf":1.0},"78":{"tf":1.4142135623730951},"79":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951},"88":{"tf":1.0},"94":{"tf":1.0},"98":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"d":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"23":{"tf":1.0},"29":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"90":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":3,"docs":{"45":{"tf":1.0},"5":{"tf":1.0},"56":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"58":{"tf":1.0}}}}}}}}},"x":{"df":2,"docs":{"46":{"tf":1.4142135623730951},"50":{"tf":1.0}}},"y":{"df":0,"docs":{},"e":{"df":1,"docs":{"106":{"tf":1.0}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"’":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":2,"docs":{"107":{"tf":1.0},"30":{"tf":1.0}}}}}}}},"breadcrumbs":{"root":{"0":{".":{"9":{"df":2,"docs":{"10":{"tf":1.4142135623730951},"7":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"58":{"tf":1.7320508075688772},"91":{"tf":1.0}}}}}},"df":5,"docs":{"56":{"tf":1.4142135623730951},"58":{"tf":2.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.7320508075688772},"94":{"tf":1.0}}},"1":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"58":{"tf":1.4142135623730951}}}}}},"0":{"0":{"df":1,"docs":{"91":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"2":{"0":{"df":1,"docs":{"82":{"tf":1.0}}},"7":{".":{"0":{".":{"0":{".":{"1":{"df":1,"docs":{"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":9,"docs":{"35":{"tf":1.0},"45":{"tf":1.4142135623730951},"50":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.7320508075688772},"79":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.7320508075688772},"93":{"tf":1.4142135623730951}},"–":{"3":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}}},"2":{"0":{"df":1,"docs":{"78":{"tf":1.0}}},"7":{"df":2,"docs":{"10":{"tf":1.0},"7":{"tf":1.0}}},">":{"&":{"1":{"df":1,"docs":{"91":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":7,"docs":{"10":{"tf":1.0},"107":{"tf":1.0},"35":{"tf":1.0},"50":{"tf":1.0},"79":{"tf":1.0},"94":{"tf":1.4142135623730951},"98":{"tf":1.0}},"s":{"df":3,"docs":{"10":{"tf":1.4142135623730951},"106":{"tf":1.0},"7":{"tf":1.0}}}},"3":{"0":{"df":1,"docs":{"7":{"tf":1.0}}},"df":2,"docs":{"35":{"tf":1.0},"95":{"tf":1.4142135623730951}}},"4":{"df":2,"docs":{"35":{"tf":1.0},"96":{"tf":1.4142135623730951}},"–":{"5":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}}},"5":{"0":{"df":1,"docs":{"77":{"tf":1.0}}},"df":3,"docs":{"7":{"tf":1.0},"78":{"tf":1.0},"97":{"tf":1.4142135623730951}}},"6":{"0":{"df":2,"docs":{"45":{"tf":1.0},"7":{"tf":1.4142135623730951}}},"df":1,"docs":{"98":{"tf":1.4142135623730951}},"–":{"7":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}}},"9":{"0":{"9":{"0":{"df":1,"docs":{"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":6,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"69":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"a":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"1":{"b":{"2":{"c":{"3":{"d":{"4":{"df":1,"docs":{"90":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"107":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":8,"docs":{"23":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"58":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.7320508075688772}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"77":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"107":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"107":{"tf":1.4142135623730951},"62":{"tf":1.0},"69":{"tf":1.0},"8":{"tf":1.0}}}},"v":{"df":10,"docs":{"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.0},"4":{"tf":1.4142135623730951},"59":{"tf":1.0},"62":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"19":{"tf":1.0},"21":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"72":{"tf":1.0}}}}},"d":{"df":4,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"107":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"46":{"tf":1.0},"64":{"tf":1.0},"95":{"tf":1.0}}}}}}},"df":6,"docs":{"62":{"tf":1.0},"64":{"tf":1.7320508075688772},"65":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"68":{"tf":1.0}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"97":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":10,"docs":{"106":{"tf":1.0},"28":{"tf":1.7320508075688772},"29":{"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},"50":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"31":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"65":{"tf":1.0}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"88":{"tf":1.0}}}}}}}}}}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":4,"docs":{"106":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.4142135623730951},"36":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":22,"docs":{"10":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"6":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0},"70":{"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}}}}}}},"df":2,"docs":{"107":{"tf":1.0},"22":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"104":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"a":{"df":0,"docs":{},"y":{"df":3,"docs":{"10":{"tf":1.0},"106":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"58":{"tf":1.0}}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.7320508075688772}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"104":{"tf":1.0},"27":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"i":{"df":15,"docs":{"60":{"tf":1.7320508075688772},"74":{"tf":1.7320508075688772},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"97":{"tf":1.0}}},"p":{"=":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":3,"docs":{"58":{"tf":2.449489742783178},"90":{"tf":1.0},"91":{"tf":2.449489742783178}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":35,"docs":{"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},"73":{"tf":1.7320508075688772},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.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}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":13,"docs":{"20":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"26":{"tf":1.7320508075688772},"27":{"tf":1.7320508075688772},"6":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951},"76":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":2.23606797749979},"80":{"tf":1.0},"86":{"tf":1.7320508075688772}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"2":{"tf":1.0},"34":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"106":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"4":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"60":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":8,"docs":{"28":{"tf":1.7320508075688772},"29":{"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}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"15":{"tf":1.0},"35":{"tf":1.0},"62":{"tf":1.0},"72":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":15,"docs":{"10":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.4142135623730951},"12":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.4142135623730951},"34":{"tf":1.0},"42":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"7":{"tf":1.4142135623730951},"70":{"tf":1.0},"81":{"tf":1.0}}}},"t":{"df":10,"docs":{"16":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.7320508075688772},"47":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.7320508075688772},"95":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"0":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{":":{":":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"69":{"tf":1.0},"70":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"69":{"tf":1.0},"70":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":8,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"64":{"tf":1.0},"69":{"tf":1.4142135623730951},"70":{"tf":1.0},"86":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"62":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"71":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"17":{"tf":1.7320508075688772},"36":{"tf":1.0},"5":{"tf":1.0}}}}},"o":{"df":1,"docs":{"107":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"51":{"tf":1.0},"56":{"tf":1.0},"71":{"tf":1.0},"90":{"tf":1.0}}}},"df":0,"docs":{}}}},"x":{"df":1,"docs":{"94":{"tf":1.0}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":18,"docs":{"0":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"106":{"tf":1.0},"107":{"tf":1.0},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"36":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.4142135623730951},"47":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"72":{"tf":1.0},"88":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"22":{"tf":1.0},"42":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}}},"b":{"(":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"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":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"4":{"tf":1.0},"66":{"tf":1.0},"72":{"tf":1.0}}},"df":0,"docs":{}}}}},"d":{"df":4,"docs":{"10":{"tf":1.0},"31":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"52":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"107":{"tf":1.0},"39":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":4,"docs":{"107":{"tf":1.0},"22":{"tf":1.0},"37":{"tf":1.0},"7":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"62":{"tf":1.0},"65":{"tf":1.0},"70":{"tf":1.0},"98":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"91":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"c":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}}}},"df":1,"docs":{"4":{"tf":1.0}},"e":{"c":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"70":{"tf":1.0},"94":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"103":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":6,"docs":{"107":{"tf":1.4142135623730951},"22":{"tf":1.0},"42":{"tf":1.0},"62":{"tf":1.0},"88":{"tf":1.0},"94":{"tf":1.0}}}}},"g":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"94":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"41":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":10,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"31":{"tf":1.7320508075688772},"36":{"tf":1.0},"40":{"tf":1.0},"88":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"107":{"tf":1.0}}}},"w":{"df":2,"docs":{"23":{"tf":1.0},"46":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"22":{"tf":1.7320508075688772},"38":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"43":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":9,"docs":{"107":{"tf":1.0},"13":{"tf":1.0},"22":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"80":{"tf":1.4142135623730951},"88":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"91":{"tf":1.0}}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"23":{"tf":1.4142135623730951},"33":{"tf":1.0},"42":{"tf":1.0},"54":{"tf":1.4142135623730951}}}}},"d":{"df":1,"docs":{"95":{"tf":1.0}}},"df":11,"docs":{"23":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"54":{"tf":2.0},"55":{"tf":1.0},"58":{"tf":2.0},"59":{"tf":1.0},"91":{"tf":1.7320508075688772},"96":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"b":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"2":{"df":3,"docs":{"26":{"tf":1.0},"79":{"tf":1.0},"86":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":6,"docs":{"0":{"tf":1.4142135623730951},"107":{"tf":2.23606797749979},"17":{"tf":1.0},"19":{"tf":1.0},"79":{"tf":1.0},"9":{"tf":1.0}}},"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":24,"docs":{"0":{"tf":1.0},"10":{"tf":2.23606797749979},"100":{"tf":1.0},"106":{"tf":2.0},"107":{"tf":2.8284271247461903},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.4142135623730951},"32":{"tf":2.449489742783178},"33":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":3.1622776601683795},"72":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.4142135623730951},"81":{"tf":1.0},"88":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"e":{"df":2,"docs":{"107":{"tf":1.0},"32":{"tf":1.0}},"e":{"d":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"0":{"tf":1.0},"1":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":7,"docs":{"18":{"tf":1.0},"20":{"tf":1.0},"26":{"tf":1.0},"43":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"90":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"35":{"tf":1.0},"62":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":5,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"86":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"13":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"a":{"d":{"df":1,"docs":{"62":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"9":{"tf":1.0}}}}}}},"u":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":21,"docs":{"12":{"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},"34":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.4142135623730951},"6":{"tf":1.0},"62":{"tf":1.0},"7":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"8":{"tf":1.4142135623730951},"83":{"tf":1.7320508075688772},"86":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":13,"docs":{"74":{"tf":2.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":5,"docs":{"105":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":1.0}}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":5,"docs":{"21":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.0},"69":{"tf":1.7320508075688772},"71":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"z":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"31":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}},"c":{"(":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}},"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":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"9":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"107":{"tf":1.0},"32":{"tf":1.0},"88":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"l":{"df":3,"docs":{"102":{"tf":1.0},"107":{"tf":1.0},"71":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"69":{"tf":1.0}}}}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":6,"docs":{"107":{"tf":1.0},"28":{"tf":1.0},"62":{"tf":1.0},"72":{"tf":1.0},"80":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"106":{"tf":1.0},"36":{"tf":1.0},"62":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":11,"docs":{"23":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"54":{"tf":2.0},"55":{"tf":1.0},"58":{"tf":2.0},"59":{"tf":1.0},"91":{"tf":1.7320508075688772},"96":{"tf":1.0}}}}},"t":{"df":1,"docs":{"90":{"tf":1.0}}},"u":{"df":0,"docs":{},"s":{"df":7,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"88":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":1,"docs":{"4":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"57":{"tf":1.0}}}}}}}}}},"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"74":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"107":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":5,"docs":{"1":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.0},"58":{"tf":1.0},"72":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{"df":3,"docs":{"26":{"tf":1.0},"79":{"tf":1.0},"86":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"107":{"tf":1.0}}},"df":0,"docs":{}}}},"df":4,"docs":{"0":{"tf":1.0},"107":{"tf":2.23606797749979},"19":{"tf":1.0},"79":{"tf":1.0}}}}}},"o":{"df":12,"docs":{"102":{"tf":1.0},"106":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"15":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"27":{"tf":2.0},"8":{"tf":2.449489742783178},"80":{"tf":2.23606797749979},"88":{"tf":1.7320508075688772}},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"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":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"27":{"tf":1.0},"75":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"62":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":23,"docs":{"100":{"tf":1.0},"103":{"tf":1.0},"106":{"tf":1.4142135623730951},"107":{"tf":1.0},"12":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"42":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":1.0},"8":{"tf":1.0},"88":{"tf":1.0},"9":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"94":{"tf":1.7320508075688772},"96":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"42":{"tf":1.0}}}}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"46":{"tf":1.4142135623730951},"50":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"22":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"17":{"tf":1.4142135623730951},"22":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0},"88":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}}}}},"i":{"df":10,"docs":{"13":{"tf":1.0},"22":{"tf":1.7320508075688772},"33":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":2.449489742783178},"51":{"tf":1.7320508075688772},"7":{"tf":1.0}},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":7,"docs":{"42":{"tf":1.0},"46":{"tf":2.0},"47":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"50":{"tf":2.23606797749979},"51":{"tf":1.7320508075688772},"95":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":4,"docs":{"42":{"tf":1.0},"46":{"tf":1.7320508075688772},"50":{"tf":1.4142135623730951},"51":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"67":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":3,"docs":{"104":{"tf":1.0},"56":{"tf":1.0},"90":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"p":{"df":7,"docs":{"104":{"tf":1.0},"107":{"tf":1.0},"12":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0}},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"r":{"df":9,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0},"62":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"|":{"df":2,"docs":{"69":{"tf":1.0},"70":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":4,"docs":{"64":{"tf":1.0},"69":{"tf":1.7320508075688772},"70":{"tf":1.7320508075688772},"72":{"tf":1.0}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"106":{"tf":1.0},"21":{"tf":1.0},"7":{"tf":2.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":15,"docs":{"1":{"tf":1.0},"107":{"tf":1.0},"13":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.7320508075688772},"40":{"tf":1.7320508075688772},"42":{"tf":1.0},"47":{"tf":2.23606797749979},"52":{"tf":1.0},"62":{"tf":1.0}},"—":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"62":{"tf":1.0}}}}}}}}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"23":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"10":{"tf":1.4142135623730951}},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"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":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"60":{"tf":1.0}}}}}}}}},"df":6,"docs":{"20":{"tf":1.0},"32":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"107":{"tf":1.0},"14":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"4":{"tf":1.0},"62":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"90":{"tf":1.0},"94":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":8,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"41":{"tf":1.4142135623730951},"54":{"tf":1.0},"57":{"tf":1.0},"88":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"22":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"98":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":9,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"18":{"tf":1.0},"23":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"86":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"107":{"tf":1.4142135623730951},"3":{"tf":1.0},"54":{"tf":1.0}}},"s":{"df":24,"docs":{"0":{"tf":1.0},"106":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.4142135623730951},"4":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":1.0},"52":{"tf":1.0},"58":{"tf":2.0},"60":{"tf":1.0},"62":{"tf":1.0},"72":{"tf":1.0},"84":{"tf":1.0},"90":{"tf":1.7320508075688772},"91":{"tf":2.449489742783178},"94":{"tf":1.0},"97":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"k":{"8":{"df":2,"docs":{"105":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"=":{"1":{"df":0,"docs":{},"x":{"1":{"df":1,"docs":{"46":{"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":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":3,"docs":{"46":{"tf":1.0},"58":{"tf":1.4142135623730951},"91":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"23":{"tf":1.0}}}},"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"=":{"1":{"2":{"7":{".":{"0":{".":{"0":{".":{"1":{"df":1,"docs":{"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"=":{"1":{"df":3,"docs":{"46":{"tf":1.0},"58":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":4,"docs":{"102":{"tf":1.0},"107":{"tf":1.0},"27":{"tf":1.0},"43":{"tf":1.7320508075688772}},"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":2,"docs":{"27":{"tf":1.0},"84":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":2,"docs":{"2":{"tf":1.0},"36":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"8":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"20":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"107":{"tf":1.0},"4":{"tf":1.0},"62":{"tf":1.0},"70":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"106":{"tf":1.0},"3":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":7,"docs":{"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":14,"docs":{"105":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.0},"54":{"tf":1.0},"62":{"tf":1.0},"67":{"tf":1.0},"72":{"tf":1.4142135623730951},"76":{"tf":1.0},"98":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"df":4,"docs":{"30":{"tf":1.0},"32":{"tf":1.0},"70":{"tf":1.4142135623730951},"88":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"95":{"tf":1.0}}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"103":{"tf":1.0},"76":{"tf":1.0},"88":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":13,"docs":{"0":{"tf":1.0},"100":{"tf":1.4142135623730951},"106":{"tf":1.0},"107":{"tf":1.4142135623730951},"17":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.7320508075688772},"25":{"tf":1.0},"54":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.0},"98":{"tf":1.0}},"s":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"e":{",":{"d":{"a":{"=":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"55":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"i":{"d":{"df":1,"docs":{"64":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.0},"37":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"66":{"tf":1.0},"73":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":4,"docs":{"45":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.4142135623730951},"91":{"tf":1.0}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"83":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"df":4,"docs":{"15":{"tf":1.0},"32":{"tf":1.0},"60":{"tf":1.4142135623730951},"72":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":8,"docs":{"107":{"tf":1.4142135623730951},"39":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"58":{"tf":3.0},"90":{"tf":2.23606797749979},"91":{"tf":3.0},"94":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"1":{"tf":1.0},"43":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"90":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"17":{"tf":1.0},"18":{"tf":1.7320508075688772},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.7320508075688772}}}},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"0":{"tf":1.7320508075688772},"62":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":3,"docs":{"107":{"tf":1.0},"20":{"tf":1.0},"81":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"107":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"61":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":11,"docs":{"102":{"tf":1.7320508075688772},"107":{"tf":1.0},"19":{"tf":1.4142135623730951},"27":{"tf":1.0},"29":{"tf":1.0},"35":{"tf":1.0},"42":{"tf":1.0},"54":{"tf":1.0},"62":{"tf":1.0},"80":{"tf":1.0},"88":{"tf":1.4142135623730951}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"39":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":4,"docs":{"107":{"tf":1.0},"12":{"tf":1.0},"62":{"tf":1.0},"80":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"62":{"tf":1.0},"72":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"50":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":9,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.7320508075688772},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.7320508075688772},"34":{"tf":1.0},"72":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"107":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"36":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"88":{"tf":1.0}}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"101":{"tf":1.0},"21":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"15":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"26":{"tf":1.0}}}},"df":0,"docs":{}}}}},"p":{"df":4,"docs":{"46":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"58":{"tf":1.0}},"u":{"df":1,"docs":{"46":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"58":{"tf":1.0},"91":{"tf":2.0}}}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"61":{"tf":1.0},"72":{"tf":2.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"107":{"tf":1.4142135623730951},"17":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":4,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"c":{"df":2,"docs":{"46":{"tf":1.0},"54":{"tf":1.0}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"a":{"df":2,"docs":{"107":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"48":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"t":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"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":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"0":{"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":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"(":{")":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":2,"docs":{"69":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":1,"docs":{"97":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"67":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":4,"docs":{"32":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"49":{"tf":1.0},"68":{"tf":1.0}}}}}}}},"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"[":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"12":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"a":{"_":{"a":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":16,"docs":{"0":{"tf":2.23606797749979},"107":{"tf":2.0},"22":{"tf":1.0},"26":{"tf":2.23606797749979},"34":{"tf":1.0},"35":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"57":{"tf":1.7320508075688772},"60":{"tf":1.0},"67":{"tf":1.0},"79":{"tf":2.0},"86":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"43":{"tf":1.0},"46":{"tf":1.0}}}}}},"t":{"a":{"df":12,"docs":{"0":{"tf":2.0},"106":{"tf":1.0},"107":{"tf":2.23606797749979},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"4":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.0},"72":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"12":{"tf":1.0},"4":{"tf":1.0}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"91":{"tf":1.0}}}}}},"df":8,"docs":{"38":{"tf":1.0},"46":{"tf":1.0},"55":{"tf":1.4142135623730951},"58":{"tf":1.0},"60":{"tf":1.0},"8":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.4142135623730951}},"g":{"df":2,"docs":{"11":{"tf":1.0},"73":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"12":{"tf":1.0},"17":{"tf":1.0}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"r":{"df":8,"docs":{"107":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"3":{"tf":1.0},"6":{"tf":1.7320508075688772},"62":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"61":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"71":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":20,"docs":{"10":{"tf":1.4142135623730951},"106":{"tf":1.0},"21":{"tf":1.0},"45":{"tf":2.0},"46":{"tf":1.7320508075688772},"49":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.7320508075688772},"59":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.4142135623730951},"8":{"tf":1.0},"90":{"tf":1.7320508075688772},"91":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"17":{"tf":1.0},"62":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"20":{"tf":1.0},"21":{"tf":1.0}}}}}}},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"29":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"35":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"a":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":9,"docs":{"16":{"tf":1.0},"29":{"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},"72":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":22,"docs":{"107":{"tf":1.4142135623730951},"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"33":{"tf":2.449489742783178},"36":{"tf":2.0},"4":{"tf":1.7320508075688772},"40":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.4142135623730951},"72":{"tf":1.0},"84":{"tf":2.23606797749979},"86":{"tf":1.0},"93":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"(":{"&":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"93":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"64":{"tf":1.0},"69":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":7,"docs":{"16":{"tf":1.0},"18":{"tf":1.4142135623730951},"3":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.0},"94":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"107":{"tf":1.0},"15":{"tf":1.0},"62":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"13":{"tf":1.7320508075688772},"31":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"105":{"tf":1.0},"42":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"11":{"tf":1.0},"8":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"106":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"8":{"tf":1.4142135623730951},"88":{"tf":1.0}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":16,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"61":{"tf":1.7320508075688772},"62":{"tf":2.23606797749979},"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}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":2,"docs":{"103":{"tf":1.0},"104":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"106":{"tf":1.0},"14":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"54":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"38":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"47":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"107":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"39":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"73":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":5,"docs":{"0":{"tf":1.0},"107":{"tf":1.4142135623730951},"57":{"tf":1.0},"67":{"tf":1.0},"79":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"19":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"42":{"tf":1.0},"61":{"tf":1.0}},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"32":{"tf":1.0}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":18,"docs":{"104":{"tf":1.4142135623730951},"105":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"23":{"tf":1.0},"39":{"tf":1.4142135623730951},"4":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.7320508075688772},"46":{"tf":1.0},"47":{"tf":1.7320508075688772},"58":{"tf":3.0},"72":{"tf":1.0},"84":{"tf":1.0},"90":{"tf":2.0},"91":{"tf":2.8284271247461903},"94":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"22":{"tf":1.0},"31":{"tf":1.0},"72":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"\'":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":3,"docs":{"10":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"91":{"tf":1.4142135623730951}}},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"69":{"tf":1.0}}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":2,"docs":{"58":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"33":{"tf":1.7320508075688772}},"f":{"df":0,"docs":{},"t":{"df":2,"docs":{"32":{"tf":2.0},"7":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"27":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"[":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}},"df":8,"docs":{"12":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.0},"69":{"tf":1.0}},"n":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"p":{"/":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"31":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"l":{"df":6,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.0},"64":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":13,"docs":{"10":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":2.23606797749979},"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"62":{"tf":1.0},"7":{"tf":1.0},"82":{"tf":1.4142135623730951},"88":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":5,"docs":{"100":{"tf":1.0},"107":{"tf":1.4142135623730951},"12":{"tf":1.0},"52":{"tf":1.4142135623730951},"70":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"69":{"tf":1.7320508075688772},"70":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}},"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":12,"docs":{"107":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"55":{"tf":1.0},"64":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"90":{"tf":1.0},"98":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"69":{"tf":1.0}}}}}}},"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"12":{"tf":1.0}}}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":7,"docs":{"107":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"4":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"42":{"tf":1.0}}}}},"s":{"df":1,"docs":{"39":{"tf":1.0}},"i":{"df":1,"docs":{"17":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":1,"docs":{"91":{"tf":1.0}}}}},"df":2,"docs":{"12":{"tf":1.0},"4":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"17":{"tf":1.0},"5":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"107":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"b":{"df":1,"docs":{"46":{"tf":1.0}},"o":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"3":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":7,"docs":{"0":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"21":{"tf":1.0},"55":{"tf":1.0},"59":{"tf":1.0},"80":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":4,"docs":{"102":{"tf":1.4142135623730951},"27":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.7320508075688772}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"d":{"df":4,"docs":{"16":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"55":{"tf":1.4142135623730951},"59":{"tf":1.0},"60":{"tf":1.4142135623730951},"66":{"tf":1.0},"97":{"tf":1.4142135623730951}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"10":{"tf":1.0},"35":{"tf":1.0},"62":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"15":{"tf":1.0},"3":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":6,"docs":{"10":{"tf":1.4142135623730951},"100":{"tf":1.0},"101":{"tf":1.0},"106":{"tf":1.0},"17":{"tf":1.0},"62":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":11,"docs":{"0":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"107":{"tf":1.4142135623730951},"29":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.0},"62":{"tf":1.4142135623730951},"67":{"tf":1.0},"94":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":25,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.4142135623730951},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"36":{"tf":1.7320508075688772},"37":{"tf":1.4142135623730951},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":1.0},"55":{"tf":1.4142135623730951},"72":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"64":{"tf":1.0}}}}}}},"r":{"(":{"\\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"69":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":10,"docs":{"100":{"tf":1.0},"103":{"tf":1.0},"52":{"tf":1.4142135623730951},"55":{"tf":1.0},"59":{"tf":1.4142135623730951},"65":{"tf":1.0},"88":{"tf":1.0},"93":{"tf":1.4142135623730951},"95":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"2":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"c":{"df":2,"docs":{"56":{"tf":1.4142135623730951},"60":{"tf":1.0}}},"df":0,"docs":{}},"v":{"a":{"df":0,"docs":{},"l":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"70":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":8,"docs":{"107":{"tf":1.0},"12":{"tf":1.0},"20":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"70":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"66":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":3,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"61":{"tf":1.0}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"7":{"tf":1.0},"91":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":34,"docs":{"107":{"tf":1.0},"15":{"tf":1.0},"23":{"tf":2.23606797749979},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.7320508075688772},"29":{"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},"43":{"tf":1.0},"44":{"tf":1.4142135623730951},"45":{"tf":1.0},"46":{"tf":1.7320508075688772},"47":{"tf":1.4142135623730951},"49":{"tf":1.0},"54":{"tf":2.23606797749979},"55":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":2.0},"59":{"tf":1.0},"68":{"tf":1.7320508075688772},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"86":{"tf":1.4142135623730951},"91":{"tf":1.7320508075688772},"96":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"23":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"c":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":2,"docs":{"58":{"tf":1.0},"91":{"tf":1.0}},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"107":{"tf":1.0},"12":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.0},"85":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"107":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"r":{"df":11,"docs":{"0":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"17":{"tf":1.0},"3":{"tf":1.0},"45":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.7320508075688772},"58":{"tf":2.23606797749979},"76":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":2.0}},"s":{"(":{"0":{"df":2,"docs":{"24":{"tf":1.0},"25":{"tf":1.0}}},"1":{"df":3,"docs":{"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"2":{"df":5,"docs":{"26":{"tf":1.0},"27":{"tf":1.0},"76":{"tf":1.0},"8":{"tf":1.0},"86":{"tf":1.0}}},"df":0,"docs":{}},".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"58":{"tf":1.0},"91":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":6,"docs":{"107":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"72":{"tf":1.0}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"95":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"47":{"tf":1.0},"66":{"tf":1.0},"90":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"68":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":9,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951},"81":{"tf":1.0},"86":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"69":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":41,"docs":{"1":{"tf":1.0},"100":{"tf":1.4142135623730951},"103":{"tf":1.0},"106":{"tf":1.4142135623730951},"107":{"tf":2.23606797749979},"12":{"tf":2.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":2.0},"19":{"tf":1.0},"20":{"tf":2.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.7320508075688772},"32":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.4142135623730951},"4":{"tf":1.7320508075688772},"41":{"tf":1.7320508075688772},"42":{"tf":1.0},"60":{"tf":1.7320508075688772},"62":{"tf":2.23606797749979},"64":{"tf":1.0},"65":{"tf":1.4142135623730951},"68":{"tf":2.0},"69":{"tf":2.23606797749979},"7":{"tf":2.449489742783178},"70":{"tf":2.23606797749979},"71":{"tf":1.4142135623730951},"72":{"tf":1.0},"81":{"tf":1.4142135623730951},"9":{"tf":1.0},"93":{"tf":1.4142135623730951},"97":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"107":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"47":{"tf":2.0},"59":{"tf":1.0},"65":{"tf":1.0}}}},"s":{"df":2,"docs":{"60":{"tf":1.4142135623730951},"64":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"60":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"—":{"a":{"d":{"df":0,"docs":{},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"88":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"20":{"tf":1.0},"21":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":10,"docs":{"100":{"tf":1.0},"107":{"tf":1.0},"13":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.7320508075688772},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.4142135623730951}}},"df":0,"docs":{},"s":{"df":1,"docs":{"16":{"tf":1.0}}}}}}},"}":{"\\"":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"70":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"f":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"15":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"67":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":8,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.4142135623730951},"106":{"tf":1.0},"12":{"tf":1.0},"64":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"r":{"df":11,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"31":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.4142135623730951},"60":{"tf":1.0},"66":{"tf":1.0},"8":{"tf":1.4142135623730951},"91":{"tf":1.0},"93":{"tf":1.4142135623730951}}}}}},"k":{"df":0,"docs":{},"e":{"df":2,"docs":{"29":{"tf":1.0},"33":{"tf":1.0}}}},"l":{"df":0,"docs":{},"s":{"df":5,"docs":{"10":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"42":{"tf":1.0},"55":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}}}},"q":{"df":1,"docs":{"106":{"tf":1.7320508075688772}}},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"33":{"tf":1.0},"38":{"tf":1.0},"64":{"tf":1.0},"71":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"43":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}}}}}},"df":2,"docs":{"58":{"tf":2.449489742783178},"91":{"tf":2.6457513110645907}},"e":{"df":0,"docs":{},"e":{"d":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"22":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"33":{"tf":1.0},"66":{"tf":1.0}}},"df":0,"docs":{}},"t":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"42":{"tf":1.0},"46":{"tf":1.4142135623730951},"51":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":1,"docs":{"32":{"tf":1.0}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"22":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":7,"docs":{"45":{"tf":1.0},"46":{"tf":1.0},"55":{"tf":1.7320508075688772},"56":{"tf":2.0},"58":{"tf":1.7320508075688772},"90":{"tf":2.449489742783178},"91":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"45":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.7320508075688772},"58":{"tf":1.4142135623730951},"91":{"tf":2.0}}}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"32":{"tf":1.4142135623730951},"83":{"tf":1.0}}}},"d":{"df":3,"docs":{"58":{"tf":1.0},"89":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}}},"df":0,"docs":{},"e":{"df":3,"docs":{"106":{"tf":1.0},"45":{"tf":1.0},"55":{"tf":1.0}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":7,"docs":{"17":{"tf":1.0},"65":{"tf":1.0},"70":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0},"8":{"tf":1.4142135623730951},"91":{"tf":1.0},"95":{"tf":1.0}},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"106":{"tf":1.0}}}}}}}}}},"t":{"df":5,"docs":{"15":{"tf":1.0},"22":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0},"68":{"tf":1.0}}},"x":{"df":9,"docs":{"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},"7":{"tf":1.0},"8":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"36":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"90":{"tf":1.0}}},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"60":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":3,"docs":{"13":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"72":{"tf":1.0}}}}}}},"n":{"df":22,"docs":{"10":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"6":{"tf":1.0},"69":{"tf":2.449489742783178},"7":{"tf":1.0},"70":{"tf":2.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.4142135623730951}}},"o":{"c":{"df":0,"docs":{},"u":{"df":2,"docs":{"6":{"tf":1.0},"95":{"tf":1.0}},"s":{"df":3,"docs":{"0":{"tf":1.0},"15":{"tf":1.0},"42":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":5,"docs":{"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"58":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"69":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"t":{"!":{"(":{"\\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"70":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"4":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":13,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"2":{"tf":1.7320508075688772},"21":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}},"df":1,"docs":{"105":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"z":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":7,"docs":{"42":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"105":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"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":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"64":{"tf":1.0},"65":{"tf":1.0}}}}}}}}}}},"df":23,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"107":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.4142135623730951},"2":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.4142135623730951},"4":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":2.0},"6":{"tf":1.4142135623730951},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.7320508075688772},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951}},"’":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"3":{"tf":1.0},"33":{"tf":1.0},"55":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":8,"docs":{"0":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"8":{"tf":1.0},"88":{"tf":1.0}}}}}}},"d":{"df":3,"docs":{"101":{"tf":1.0},"77":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"g":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"3":{"tf":1.0},"88":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"41":{"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":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"64":{"tf":1.0},"69":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":10,"docs":{"107":{"tf":1.4142135623730951},"13":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"34":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"46":{"tf":1.0},"62":{"tf":1.0},"69":{"tf":1.0},"91":{"tf":1.0}}}}},"t":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"69":{"tf":1.0},"70":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"50":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"43":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"1":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"107":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"17":{"tf":1.0},"22":{"tf":1.0}}}},"df":3,"docs":{"50":{"tf":1.0},"55":{"tf":1.0},"90":{"tf":1.0}},"o":{"d":{"df":7,"docs":{"10":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0},"98":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"r":{"a":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"17":{"tf":1.0},"22":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"45":{"tf":1.0},"55":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"94":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"1":{"6":{"df":1,"docs":{"107":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":1,"docs":{"107":{"tf":1.0}}}},"w":{"df":1,"docs":{"71":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"14":{"tf":1.0},"62":{"tf":1.0},"73":{"tf":1.0}}},"df":0,"docs":{}}},"df":49,"docs":{"1":{"tf":1.0},"14":{"tf":1.7320508075688772},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"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},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"88":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"31":{"tf":1.0}}}},"n":{"d":{"df":1,"docs":{"12":{"tf":1.0}},"l":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"r":{"d":{"df":1,"docs":{"8":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}},"df":1,"docs":{"93":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"58":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"107":{"tf":1.0},"17":{"tf":1.0},"4":{"tf":1.0},"9":{"tf":1.7320508075688772}},"i":{"df":3,"docs":{"20":{"tf":1.0},"9":{"tf":1.0},"97":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":1,"docs":{"5":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"50":{"tf":1.0},"64":{"tf":1.0},"67":{"tf":1.7320508075688772}}}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"0":{"tf":1.0},"70":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":8,"docs":{"107":{"tf":1.0},"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"30":{"tf":1.0},"4":{"tf":1.0},"72":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"40":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"95":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":4,"docs":{"104":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"13":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"72":{"tf":1.0}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"47":{"tf":1.0},"52":{"tf":1.0}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"72":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"1":{"8":{"0":{"8":{"0":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"97":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"0":{"9":{"0":{"df":2,"docs":{"60":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"60":{"tf":1.0},"97":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"i":{"[":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"20":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"d":{">":{":":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"58":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"58":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":2.23606797749979}},"e":{"a":{"df":9,"docs":{"29":{"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},"69":{"tf":1.0},"70":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"69":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"42":{"tf":1.0},"59":{"tf":1.0}}}}}},"i":{"df":47,"docs":{"14":{"tf":1.7320508075688772},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"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},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}},"i":{"df":12,"docs":{"61":{"tf":1.7320508075688772},"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}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":3,"docs":{"23":{"tf":1.0},"28":{"tf":1.0},"68":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":6,"docs":{"105":{"tf":1.7320508075688772},"23":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":2.23606797749979},"47":{"tf":2.23606797749979},"52":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"107":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.7320508075688772}}}},"l":{"df":2,"docs":{"69":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"72":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"47":{"tf":1.0},"75":{"tf":1.4142135623730951},"90":{"tf":1.0}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":9,"docs":{"0":{"tf":1.0},"107":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"43":{"tf":1.0},"56":{"tf":1.4142135623730951},"88":{"tf":1.0},"9":{"tf":1.0},"90":{"tf":1.4142135623730951}}},"df":0,"docs":{},"s":{"df":7,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"88":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":4,"docs":{"101":{"tf":1.0},"41":{"tf":1.0},"54":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"\\"":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"69":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":4,"docs":{"58":{"tf":1.0},"90":{"tf":1.7320508075688772},"91":{"tf":1.4142135623730951},"95":{"tf":1.0}}}},"u":{"c":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":3,"docs":{"45":{"tf":1.0},"55":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"107":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"12":{"tf":1.0},"21":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":3,"docs":{"20":{"tf":1.4142135623730951},"64":{"tf":1.0},"69":{"tf":1.4142135623730951}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"64":{"tf":1.0},"69":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"29":{"tf":1.0},"58":{"tf":1.0},"90":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"60":{"tf":1.0}}}}}}},"df":4,"docs":{"39":{"tf":1.0},"60":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"88":{"tf":1.4142135623730951},"95":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":5,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.0},"72":{"tf":1.0}}}},"n":{"d":{"df":4,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"17":{"tf":1.0},"62":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"46":{"tf":1.0}}},"t":{"df":4,"docs":{"13":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"6":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"28":{"tf":1.0},"31":{"tf":1.0}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.4142135623730951},"29":{"tf":1.0},"3":{"tf":1.0},"62":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":3,"docs":{"29":{"tf":1.0},"72":{"tf":1.7320508075688772},"9":{"tf":2.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"5":{"tf":1.0}}}}}},"v":{"df":5,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"32":{"tf":1.0},"7":{"tf":1.0},"88":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"8":{"tf":1.0}},"t":{"df":1,"docs":{"3":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":3,"docs":{"3":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"u":{"df":5,"docs":{"42":{"tf":1.0},"69":{"tf":1.0},"95":{"tf":1.4142135623730951},"97":{"tf":1.0},"98":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.0},"38":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"’":{"df":1,"docs":{"59":{"tf":1.0}}}},"v":{"df":35,"docs":{"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},"73":{"tf":1.7320508075688772},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.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}}}},"j":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"g":{"df":4,"docs":{"107":{"tf":1.0},"13":{"tf":1.0},"4":{"tf":1.0},"62":{"tf":1.0}}}},"df":0,"docs":{}}},"k":{"8":{"df":12,"docs":{"106":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.7320508075688772},"52":{"tf":1.0},"58":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":1,"docs":{"47":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"107":{"tf":1.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":{"84":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":19,"docs":{"106":{"tf":1.4142135623730951},"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.7320508075688772},"22":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.0},"62":{"tf":1.0},"67":{"tf":1.0},"71":{"tf":1.0},"73":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0}}}},"y":{"df":2,"docs":{"69":{"tf":1.0},"70":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"104":{"tf":1.0}}}},"n":{"d":{"df":1,"docs":{"47":{"tf":1.7320508075688772}}},"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":{"107":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":1,"docs":{"98":{"tf":1.4142135623730951}}}}}},"u":{"b":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":5,"docs":{"47":{"tf":1.0},"58":{"tf":3.3166247903554},"90":{"tf":1.4142135623730951},"91":{"tf":3.4641016151377544},"94":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":9,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"23":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.4142135623730951},"47":{"tf":1.0},"72":{"tf":1.0},"84":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"g":{"df":3,"docs":{"42":{"tf":1.0},"48":{"tf":1.7320508075688772},"52":{"tf":1.0}},"r":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"58":{"tf":1.7320508075688772},"91":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"29":{"tf":1.0}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"32":{"tf":1.0},"62":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"29":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"21":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"107":{"tf":1.0},"38":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"26":{"tf":1.4142135623730951},"4":{"tf":1.0},"57":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"15":{"tf":1.7320508075688772},"21":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"67":{"tf":1.0}}}}}}},"df":3,"docs":{"58":{"tf":2.449489742783178},"90":{"tf":1.0},"91":{"tf":2.449489742783178}},"e":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"107":{"tf":1.0},"57":{"tf":1.0}}}}},"df":0,"docs":{},"k":{"df":2,"docs":{"12":{"tf":1.0},"62":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.7320508075688772}}}},"v":{"df":1,"docs":{"59":{"tf":1.0}}}},"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"107":{"tf":1.0}}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"43":{"tf":1.0}}}},"t":{"df":1,"docs":{"3":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":15,"docs":{"107":{"tf":1.0},"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"29":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"62":{"tf":1.7320508075688772},"72":{"tf":1.0},"96":{"tf":1.4142135623730951}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":2,"docs":{"12":{"tf":1.7320508075688772},"35":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"69":{"tf":1.0}}}}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":2,"docs":{"20":{"tf":1.0},"91":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"58":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"94":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":18,"docs":{"10":{"tf":1.0},"100":{"tf":1.4142135623730951},"106":{"tf":1.4142135623730951},"107":{"tf":1.7320508075688772},"12":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.4142135623730951},"3":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"72":{"tf":1.0},"9":{"tf":1.0},"91":{"tf":1.0},"98":{"tf":1.0}}}}},"o":{"a":{"d":{"df":4,"docs":{"23":{"tf":1.0},"25":{"tf":1.0},"30":{"tf":1.4142135623730951},"47":{"tf":2.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"=":{"2":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"=":{"1":{"2":{"0":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"=":{"3":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":8,"docs":{"45":{"tf":1.0},"49":{"tf":1.0},"54":{"tf":2.0},"55":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.0},"91":{"tf":1.4142135623730951},"96":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":2,"docs":{"107":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951}},"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":5,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"84":{"tf":1.0},"86":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":23,"docs":{"1":{"tf":1.0},"103":{"tf":1.0},"106":{"tf":1.0},"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"23":{"tf":1.0},"36":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"4":{"tf":1.0},"42":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"50":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0},"72":{"tf":1.0},"84":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.0},"94":{"tf":1.0}}},"t":{"df":5,"docs":{"42":{"tf":1.0},"49":{"tf":1.7320508075688772},"50":{"tf":1.0},"72":{"tf":1.0},"90":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":19,"docs":{"100":{"tf":1.0},"103":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"42":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"46":{"tf":1.7320508075688772},"53":{"tf":1.4142135623730951},"54":{"tf":3.0},"55":{"tf":2.8284271247461903},"56":{"tf":2.23606797749979},"58":{"tf":5.0},"69":{"tf":1.0},"88":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951},"90":{"tf":3.3166247903554},"91":{"tf":4.795831523312719},"95":{"tf":1.4142135623730951},"96":{"tf":1.7320508075688772}},"i":{"c":{"df":3,"docs":{"107":{"tf":1.0},"68":{"tf":1.0},"71":{"tf":1.0}}},"df":0,"docs":{}},"s":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"91":{"tf":1.0}}}}}},"/":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"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":{}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"91":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"10":{"tf":1.0},"106":{"tf":1.4142135623730951},"17":{"tf":1.0},"62":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":3,"docs":{"106":{"tf":1.0},"31":{"tf":1.0},"93":{"tf":1.0}}},"p":{"df":3,"docs":{"22":{"tf":1.0},"38":{"tf":1.0},"6":{"tf":1.0}}},"s":{"df":1,"docs":{"15":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"107":{"tf":1.0}}}}}}},"w":{"df":1,"docs":{"30":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"r":{"df":2,"docs":{"12":{"tf":1.0},"4":{"tf":1.0}}},"s":{"df":2,"docs":{"58":{"tf":1.0},"91":{"tf":1.0}}},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"10":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"39":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":22,"docs":{"10":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"6":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0},"70":{"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}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"13":{"tf":1.0},"61":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":11,"docs":{"107":{"tf":1.0},"13":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.4142135623730951},"7":{"tf":1.0},"72":{"tf":1.0},"8":{"tf":1.0}}}},"n":{"df":0,"docs":{},"i":{"df":5,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"62":{"tf":1.0}}},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"107":{"tf":1.0}}}}},"p":{"df":4,"docs":{"16":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0},"72":{"tf":1.0}}},"t":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.0},"68":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"73":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"17":{"tf":1.0},"40":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}},"x":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"4":{"0":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"6":{"0":{"df":1,"docs":{"80":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"80":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":8,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"106":{"tf":1.0},"11":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"62":{"tf":1.0}}}}},"t":{"df":1,"docs":{"21":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"107":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"60":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"9":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"54":{"tf":1.0},"57":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"2":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"93":{"tf":1.0},"99":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"107":{"tf":1.0},"42":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"60":{"tf":1.0},"74":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"c":{"df":7,"docs":{"12":{"tf":1.0},"32":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"2":{"0":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"3":{"0":{"df":1,"docs":{"80":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"80":{"tf":1.0}},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"u":{"b":{"df":1,"docs":{"47":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"m":{"df":6,"docs":{"22":{"tf":1.0},"24":{"tf":1.4142135623730951},"38":{"tf":1.0},"68":{"tf":1.0},"71":{"tf":1.0},"98":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"10":{"tf":1.7320508075688772}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"66":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"88":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":6,"docs":{"106":{"tf":1.0},"42":{"tf":1.0},"52":{"tf":1.0},"64":{"tf":1.0},"88":{"tf":1.0},"95":{"tf":1.0}}},"t":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}}},"x":{"df":3,"docs":{"57":{"tf":1.0},"8":{"tf":1.0},"88":{"tf":1.0}},"e":{"d":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"31":{"tf":1.4142135623730951}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":8,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"30":{"tf":1.0},"62":{"tf":2.23606797749979},"72":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"35":{"tf":1.0}}}},"df":2,"docs":{"45":{"tf":1.0},"64":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"71":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"91":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"47":{"tf":1.0},"58":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"13":{"tf":1.0},"22":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":8,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.4142135623730951},"35":{"tf":1.7320508075688772},"39":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"22":{"tf":1.0}}}}}}},"t":{"df":6,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"69":{"tf":1.0},"86":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"69":{"tf":1.0},"70":{"tf":1.0}}}}}}},"df":0,"docs":{}},"=":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":2,"docs":{"58":{"tf":1.4142135623730951},"91":{"tf":1.7320508075688772}}}}}}},"df":9,"docs":{"23":{"tf":1.0},"51":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":2.0},"64":{"tf":1.0},"69":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":2.8284271247461903}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"58":{"tf":1.4142135623730951},"91":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"df":4,"docs":{"30":{"tf":1.0},"58":{"tf":1.0},"9":{"tf":1.0},"91":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"90":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":10,"docs":{"106":{"tf":1.4142135623730951},"21":{"tf":1.0},"3":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"52":{"tf":1.4142135623730951},"54":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"8":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"g":{"df":3,"docs":{"107":{"tf":1.0},"31":{"tf":1.0},"42":{"tf":1.0}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":9,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"76":{"tf":1.0},"8":{"tf":1.4142135623730951},"86":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":16,"docs":{"0":{"tf":1.7320508075688772},"103":{"tf":1.0},"107":{"tf":1.4142135623730951},"15":{"tf":1.0},"17":{"tf":1.0},"29":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"4":{"tf":1.0},"54":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"72":{"tf":1.0},"88":{"tf":1.4142135623730951},"95":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"107":{"tf":1.0},"33":{"tf":1.0}}}}},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"69":{"tf":1.0},"70":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":8,"docs":{"28":{"tf":1.0},"62":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.7320508075688772},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"107":{"tf":1.0}}}}},"o":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"66":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"66":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":40,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"100":{"tf":1.0},"102":{"tf":1.7320508075688772},"103":{"tf":1.4142135623730951},"104":{"tf":1.0},"107":{"tf":2.23606797749979},"12":{"tf":1.0},"15":{"tf":1.7320508075688772},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"2":{"tf":1.0},"27":{"tf":1.4142135623730951},"29":{"tf":1.0},"3":{"tf":1.4142135623730951},"33":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.4142135623730951},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":2.0},"47":{"tf":1.0},"54":{"tf":2.6457513110645907},"55":{"tf":1.0},"56":{"tf":2.23606797749979},"58":{"tf":1.7320508075688772},"60":{"tf":2.0},"62":{"tf":1.0},"64":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":1.4142135623730951},"76":{"tf":1.7320508075688772},"80":{"tf":1.0},"88":{"tf":1.7320508075688772},"90":{"tf":2.6457513110645907},"91":{"tf":1.7320508075688772},"94":{"tf":1.7320508075688772},"95":{"tf":2.0},"97":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"55":{"tf":1.0}},"i":{"df":2,"docs":{"22":{"tf":1.0},"8":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"df":19,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.4142135623730951},"107":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.7320508075688772},"33":{"tf":1.0},"42":{"tf":1.4142135623730951},"46":{"tf":1.7320508075688772},"47":{"tf":1.7320508075688772},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"56":{"tf":2.0},"58":{"tf":2.6457513110645907},"90":{"tf":2.0},"91":{"tf":2.0},"94":{"tf":1.4142135623730951}},"s":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"57":{"tf":1.0}}}}}}}}}},"d":{"a":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"57":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"57":{"tf":1.0}}}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"57":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"42":{"tf":1.0}},"k":{"df":0,"docs":{},"z":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"_":{"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":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"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":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":2,"docs":{"42":{"tf":1.0},"49":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"90":{"tf":1.0}}}}}}},"=":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"56":{"tf":1.0},"90":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"46":{"tf":1.0},"58":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"91":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":1,"docs":{"45":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":6,"docs":{"42":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"90":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":4,"docs":{"42":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"=":{"\\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"e":{",":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"_":{"d":{"a":{"_":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"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":2,"docs":{"55":{"tf":1.0},"96":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"e":{",":{"d":{"a":{"=":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"45":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"=":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":6,"docs":{"45":{"tf":1.0},"46":{"tf":1.0},"54":{"tf":1.7320508075688772},"55":{"tf":1.0},"91":{"tf":1.0},"96":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":3,"docs":{"42":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"57":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"=":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"4":{"3":{"1":{"7":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"55":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"=":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"4":{"3":{"1":{"8":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"55":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"23":{"tf":1.0},"52":{"tf":1.0}},"e":{"=":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":4,"docs":{"46":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"91":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"47":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":1,"docs":{"55":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":5,"docs":{"55":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"55":{"tf":2.0}}}},"t":{"df":0,"docs":{},"e":{"df":5,"docs":{"27":{"tf":1.0},"42":{"tf":1.0},"58":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.4142135623730951}}}}},"t":{"df":0,"docs":{},"p":{"df":2,"docs":{"106":{"tf":1.0},"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"21":{"tf":1.0},"45":{"tf":1.4142135623730951},"7":{"tf":1.0},"76":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"o":{"[":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":20,"docs":{"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.7320508075688772},"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"62":{"tf":1.0},"88":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951},"97":{"tf":1.7320508075688772}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"22":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"62":{"tf":1.0}}}}},"df":0,"docs":{}},"df":2,"docs":{"12":{"tf":1.0},"91":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"72":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"58":{"tf":1.0}}}}}}},"k":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"\\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"69":{"tf":1.0},"70":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":6,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"69":{"tf":1.0},"86":{"tf":1.0}}},"n":{"c":{"df":3,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"62":{"tf":1.0}}},"df":4,"docs":{"15":{"tf":1.0},"3":{"tf":1.0},"41":{"tf":1.0},"67":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"40":{"tf":1.0}}}}},"p":{"df":1,"docs":{"107":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":29,"docs":{"0":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"17":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"42":{"tf":2.23606797749979},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"79":{"tf":1.0}}}},"t":{"df":2,"docs":{"21":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":7,"docs":{"12":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"50":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"59":{"tf":1.0},"66":{"tf":1.0}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":11,"docs":{"107":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"54":{"tf":1.0},"6":{"tf":1.4142135623730951},"62":{"tf":1.0},"72":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"106":{"tf":1.0},"21":{"tf":1.0},"7":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"104":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.4142135623730951}}}}},"df":1,"docs":{"29":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"p":{"df":2,"docs":{"55":{"tf":1.7320508075688772},"59":{"tf":2.449489742783178}}}}},"u":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":9,"docs":{"107":{"tf":1.0},"12":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":4,"docs":{"58":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951}},"—":{"d":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"93":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"3":{"tf":1.0},"6":{"tf":1.4142135623730951},"9":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"38":{"tf":1.0},"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"42":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.7320508075688772}}}}}}}}}},"p":{"2":{"df":0,"docs":{},"p":{"df":1,"docs":{"57":{"tf":1.0}}}},"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"12":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"29":{"tf":1.0}}},"k":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"16":{"tf":1.0},"72":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":3,"docs":{"1":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":7,"docs":{"107":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":1.7320508075688772},"52":{"tf":1.0},"67":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"31":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"107":{"tf":1.0}}}}},"t":{"df":106,"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},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.7320508075688772},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.7320508075688772},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"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},"4":{"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":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.7320508075688772},"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.7320508075688772},"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}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":4,"docs":{"0":{"tf":1.0},"107":{"tf":1.0},"19":{"tf":1.0},"67":{"tf":1.0}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"36":{"tf":1.0},"60":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":2,"docs":{"12":{"tf":1.0},"98":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"19":{"tf":1.0},"42":{"tf":1.0},"49":{"tf":1.0},"90":{"tf":1.7320508075688772}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":8,"docs":{"15":{"tf":1.0},"21":{"tf":2.449489742783178},"22":{"tf":1.0},"23":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"95":{"tf":1.0}}}}}}}},"df":11,"docs":{"23":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"54":{"tf":2.0},"55":{"tf":1.0},"58":{"tf":2.0},"59":{"tf":1.0},"91":{"tf":1.7320508075688772},"96":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"29":{"tf":1.0},"95":{"tf":1.0}}}},"r":{"df":13,"docs":{"107":{"tf":1.4142135623730951},"21":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.7320508075688772},"7":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.4142135623730951},"90":{"tf":2.0},"91":{"tf":1.0},"97":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":3,"docs":{"0":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"4":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"107":{"tf":1.0}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"58":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"30":{"tf":1.4142135623730951},"35":{"tf":3.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":7,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"5":{"tf":1.7320508075688772},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"34":{"tf":1.0},"69":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"15":{"tf":1.0},"16":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"106":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"35":{"tf":1.4142135623730951},"39":{"tf":1.0}}}}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"104":{"tf":1.0}}}}}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{},"n":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"[":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":22,"docs":{"1":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"12":{"tf":2.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"20":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":2.0},"37":{"tf":1.4142135623730951},"4":{"tf":1.0},"41":{"tf":1.0},"62":{"tf":1.0},"7":{"tf":1.0},"72":{"tf":1.0},"8":{"tf":1.0},"86":{"tf":1.0}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"42":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"u":{"df":1,"docs":{"0":{"tf":1.0}},"g":{"df":1,"docs":{"68":{"tf":1.0}},"g":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"13":{"tf":1.0},"18":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"d":{"df":6,"docs":{"107":{"tf":1.0},"47":{"tf":1.0},"58":{"tf":2.23606797749979},"90":{"tf":1.4142135623730951},"91":{"tf":4.242640687119285},"94":{"tf":1.7320508075688772}}},"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"107":{"tf":1.0}},"e":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":12,"docs":{"103":{"tf":1.0},"23":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"55":{"tf":1.0},"58":{"tf":1.7320508075688772},"91":{"tf":1.4142135623730951},"95":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":1,"docs":{"48":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"3":{"tf":1.0}}}},"df":0,"docs":{}},"df":6,"docs":{"104":{"tf":1.7320508075688772},"39":{"tf":1.0},"46":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"95":{"tf":1.0},"97":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"107":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0},"62":{"tf":1.0},"91":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"14":{"tf":1.0},"22":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"9":{"tf":1.0}}}},"i":{"df":0,"docs":{},"x":{"df":5,"docs":{"56":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.0}}}}},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"107":{"tf":1.0}}}}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"15":{"tf":1.0},"72":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"36":{"tf":1.4142135623730951},"42":{"tf":2.0},"46":{"tf":1.0},"47":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.0}}}}}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"56":{"tf":1.0}}}},"t":{"df":3,"docs":{"22":{"tf":1.0},"67":{"tf":1.0},"88":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"107":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":3,"docs":{"104":{"tf":1.0},"58":{"tf":1.4142135623730951},"91":{"tf":1.7320508075688772}},"s":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"91":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"36":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":2.0}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"72":{"tf":1.4142135623730951}}}}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"11":{"tf":1.0},"5":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"o":{"b":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":8,"docs":{"107":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"41":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.4142135623730951},"71":{"tf":1.0},"72":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"95":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":11,"docs":{"104":{"tf":1.4142135623730951},"107":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"23":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"54":{"tf":1.0},"84":{"tf":1.0},"94":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":9,"docs":{"0":{"tf":1.0},"100":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.4142135623730951},"20":{"tf":1.0},"33":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.7320508075688772},"81":{"tf":1.0}},"t":{"df":4,"docs":{"10":{"tf":1.0},"107":{"tf":1.7320508075688772},"24":{"tf":1.0},"28":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":8,"docs":{"107":{"tf":1.4142135623730951},"12":{"tf":1.0},"17":{"tf":1.0},"29":{"tf":1.4142135623730951},"3":{"tf":1.0},"62":{"tf":1.0},"88":{"tf":1.0},"9":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"0":{"tf":1.7320508075688772},"90":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":3,"docs":{"46":{"tf":1.0},"60":{"tf":1.7320508075688772},"97":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"43":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"o":{"df":0,"docs":{},"f":{"df":3,"docs":{"107":{"tf":1.0},"46":{"tf":1.0},"95":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"107":{"tf":1.0},"34":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":9,"docs":{"0":{"tf":1.0},"106":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"21":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0},"7":{"tf":2.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"10":{"tf":1.0},"69":{"tf":1.0}}},"i":{"d":{"df":3,"docs":{"33":{"tf":1.0},"39":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":6,"docs":{"107":{"tf":1.0},"12":{"tf":1.4142135623730951},"36":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"62":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"41":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}},"s":{"df":4,"docs":{"58":{"tf":1.7320508075688772},"90":{"tf":1.0},"91":{"tf":1.7320508075688772},"94":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"69":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"b":{"df":2,"docs":{"69":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"0":{"tf":1.0},"107":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"106":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":3,"docs":{"18":{"tf":1.0},"3":{"tf":1.0},"54":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"47":{"tf":1.7320508075688772}}}}}},"q":{"a":{"df":1,"docs":{"3":{"tf":1.0}}},"df":2,"docs":{"58":{"tf":1.0},"91":{"tf":1.0}},"u":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":17,"docs":{"43":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":2.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}}}}}},"r":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"12":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":3,"docs":{"34":{"tf":1.4142135623730951},"8":{"tf":1.0},"80":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"34":{"tf":1.0},"91":{"tf":1.0}}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"(":{"3":{"df":1,"docs":{"27":{"tf":1.0}}},"5":{"df":7,"docs":{"25":{"tf":1.0},"26":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.4142135623730951},"86":{"tf":1.0}}},"df":0,"docs":{}},"df":11,"docs":{"100":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.4142135623730951},"8":{"tf":1.0},"88":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}}},"df":3,"docs":{"12":{"tf":1.0},"46":{"tf":1.0},"50":{"tf":1.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"69":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"70":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"69":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"l":{"df":4,"docs":{"107":{"tf":1.0},"41":{"tf":1.0},"69":{"tf":1.7320508075688772},"70":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"—":{"a":{"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"18":{"tf":1.0},"21":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":14,"docs":{"103":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"12":{"tf":1.0},"15":{"tf":1.0},"27":{"tf":1.0},"33":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"42":{"tf":1.7320508075688772},"6":{"tf":1.0},"66":{"tf":1.0},"88":{"tf":1.0},"94":{"tf":1.7320508075688772},"95":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"72":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":4,"docs":{"0":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"68":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"1":{"tf":1.0},"3":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"7":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"66":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":5,"docs":{"22":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"106":{"tf":1.0},"19":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":4,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"13":{"tf":1.0},"21":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":28,"docs":{"107":{"tf":1.0},"61":{"tf":1.7320508075688772},"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":2.0},"73":{"tf":1.0},"74":{"tf":2.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"90":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"95":{"tf":1.0}}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"36":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"47":{"tf":1.4142135623730951}}},"y":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"47":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}}}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"107":{"tf":1.0},"16":{"tf":1.0}}},"x":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":1,"docs":{"7":{"tf":1.0}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}},"df":3,"docs":{"22":{"tf":1.0},"66":{"tf":1.0},"90":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"20":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"91":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":1,"docs":{"23":{"tf":1.0}},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"42":{"tf":1.0},"97":{"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":{"50":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"62":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":5,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.4142135623730951},"43":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"69":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":16,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"19":{"tf":1.0},"23":{"tf":1.7320508075688772},"27":{"tf":1.0},"3":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"46":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"80":{"tf":1.4142135623730951},"90":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":7,"docs":{"106":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"27":{"tf":2.0},"31":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"12":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":5,"docs":{"103":{"tf":1.0},"107":{"tf":1.4142135623730951},"16":{"tf":1.0},"4":{"tf":1.0},"62":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":10,"docs":{"104":{"tf":1.0},"107":{"tf":1.4142135623730951},"12":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"27":{"tf":1.4142135623730951},"35":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":2.23606797749979},"88":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":10,"docs":{"22":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"36":{"tf":1.0},"5":{"tf":1.0},"69":{"tf":1.4142135623730951},"70":{"tf":1.0},"86":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":3,"docs":{"0":{"tf":1.0},"107":{"tf":1.0},"9":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":6,"docs":{"107":{"tf":1.4142135623730951},"12":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"65":{"tf":1.0},"69":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"15":{"tf":1.4142135623730951},"21":{"tf":1.0},"65":{"tf":1.0},"72":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":3,"docs":{"106":{"tf":1.0},"13":{"tf":1.0},"22":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"71":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"10":{"tf":1.0},"106":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":7,"docs":{"0":{"tf":1.0},"107":{"tf":1.4142135623730951},"3":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"62":{"tf":1.0},"72":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"107":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"c":{"df":1,"docs":{"69":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"86":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"64":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.7320508075688772},"70":{"tf":1.4142135623730951}}}}}}}}},"df":41,"docs":{"1":{"tf":1.0},"10":{"tf":2.0},"100":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.4142135623730951},"107":{"tf":2.449489742783178},"12":{"tf":1.7320508075688772},"13":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.7320508075688772},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":2.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":2.23606797749979},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"42":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"46":{"tf":2.0},"47":{"tf":1.4142135623730951},"49":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":2.0},"55":{"tf":1.0},"58":{"tf":2.449489742783178},"59":{"tf":1.0},"62":{"tf":2.0},"7":{"tf":1.0},"70":{"tf":1.0},"82":{"tf":1.7320508075688772},"88":{"tf":1.7320508075688772},"91":{"tf":2.449489742783178},"96":{"tf":1.0},"98":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":3,"docs":{"30":{"tf":1.0},"64":{"tf":1.0},"69":{"tf":1.4142135623730951}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":46,"docs":{"102":{"tf":1.0},"103":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.7320508075688772},"107":{"tf":2.0},"12":{"tf":1.7320508075688772},"13":{"tf":1.4142135623730951},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"36":{"tf":1.7320508075688772},"37":{"tf":2.0},"38":{"tf":1.7320508075688772},"39":{"tf":1.7320508075688772},"4":{"tf":1.7320508075688772},"40":{"tf":1.7320508075688772},"41":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"45":{"tf":1.7320508075688772},"46":{"tf":1.7320508075688772},"47":{"tf":2.0},"49":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":2.8284271247461903},"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"58":{"tf":3.0},"59":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.7320508075688772},"72":{"tf":1.7320508075688772},"85":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.7320508075688772},"90":{"tf":1.4142135623730951},"91":{"tf":2.8284271247461903},"96":{"tf":1.0}},"’":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"41":{"tf":1.0}},"{":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"41":{"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":{},"i":{"df":0,"docs":{},"m":{"df":6,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0},"62":{"tf":1.0},"72":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"41":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"=":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"54":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":2,"docs":{"42":{"tf":1.0},"54":{"tf":1.0}}}}}},"df":5,"docs":{"50":{"tf":1.0},"68":{"tf":1.7320508075688772},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":2,"docs":{"59":{"tf":1.0},"67":{"tf":1.0}},"t":{"df":0,"docs":{},"y":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"107":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"m":{"df":0,"docs":{},"e":{"df":7,"docs":{"106":{"tf":1.4142135623730951},"107":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"36":{"tf":1.4142135623730951},"47":{"tf":1.0},"72":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"57":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"42":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":6,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"75":{"tf":1.0},"86":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":9,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"76":{"tf":1.0},"8":{"tf":1.4142135623730951},"86":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.7320508075688772}}}}}}}},"df":0,"docs":{}}}}},"df":50,"docs":{"1":{"tf":1.0},"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.4142135623730951},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.7320508075688772},"107":{"tf":2.23606797749979},"11":{"tf":1.4142135623730951},"12":{"tf":1.7320508075688772},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":2.23606797749979},"16":{"tf":1.7320508075688772},"17":{"tf":2.23606797749979},"18":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":2.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"28":{"tf":1.0},"35":{"tf":2.0},"36":{"tf":2.23606797749979},"37":{"tf":1.0},"4":{"tf":1.7320508075688772},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"5":{"tf":1.0},"62":{"tf":2.6457513110645907},"71":{"tf":1.4142135623730951},"72":{"tf":2.23606797749979},"73":{"tf":1.0},"74":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.7320508075688772},"88":{"tf":1.4142135623730951},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.7320508075688772},"99":{"tf":1.0}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"30":{"tf":1.0},"40":{"tf":1.0},"47":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"50":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":4,"docs":{"42":{"tf":1.0},"46":{"tf":1.7320508075688772},"50":{"tf":1.4142135623730951},"51":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"107":{"tf":1.4142135623730951},"22":{"tf":1.0},"30":{"tf":1.0},"45":{"tf":1.0},"7":{"tf":1.7320508075688772},"82":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"d":{"df":12,"docs":{"101":{"tf":1.4142135623730951},"106":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"62":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"88":{"tf":1.0},"95":{"tf":1.0}}},"df":10,"docs":{"105":{"tf":1.0},"17":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"36":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"58":{"tf":1.7320508075688772},"91":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}},"f":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"69":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":3,"docs":{"21":{"tf":1.0},"69":{"tf":1.7320508075688772},"70":{"tf":1.7320508075688772}}}},"n":{"d":{"df":5,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"86":{"tf":1.0}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":6,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"56":{"tf":1.0},"8":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"29":{"tf":1.0},"92":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"35":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"32":{"tf":1.0}}},"v":{"df":1,"docs":{"72":{"tf":1.0}},"i":{"c":{"df":6,"docs":{"0":{"tf":1.0},"107":{"tf":1.0},"39":{"tf":1.0},"57":{"tf":1.4142135623730951},"88":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":15,"docs":{"107":{"tf":1.0},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"54":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"58":{"tf":1.0},"61":{"tf":1.0},"90":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"p":{"df":4,"docs":{"105":{"tf":1.0},"16":{"tf":1.0},"39":{"tf":1.0},"88":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":17,"docs":{"107":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"62":{"tf":1.0},"68":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":8,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0},"62":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"0":{"tf":1.0},"10":{"tf":1.4142135623730951},"106":{"tf":1.0}}}},"w":{"df":6,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"23":{"tf":1.0},"28":{"tf":1.0},"68":{"tf":1.0},"91":{"tf":1.0}}}}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":14,"docs":{"106":{"tf":1.0},"107":{"tf":1.7320508075688772},"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"36":{"tf":1.4142135623730951},"4":{"tf":1.0},"42":{"tf":1.4142135623730951},"60":{"tf":1.0},"66":{"tf":1.0},"9":{"tf":2.0}},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"d":{"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":{"c":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"24":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951}},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"i":{"df":1,"docs":{"59":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"29":{"tf":1.4142135623730951},"33":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":3,"docs":{"12":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0}}}}},"t":{"df":1,"docs":{"15":{"tf":1.0}}},"z":{"df":0,"docs":{},"e":{"df":1,"docs":{"9":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":4,"docs":{"10":{"tf":1.4142135623730951},"106":{"tf":1.0},"107":{"tf":1.7320508075688772},"7":{"tf":2.23606797749979}}},"w":{"df":3,"docs":{"29":{"tf":1.0},"7":{"tf":1.0},"88":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"43":{"tf":1.0}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"17":{"tf":1.0},"3":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":8,"docs":{"106":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"38":{"tf":1.0},"43":{"tf":1.0},"71":{"tf":1.0},"88":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"65":{"tf":1.0},"70":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"3":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"31":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"96":{"tf":1.0}}}},"w":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":2,"docs":{"107":{"tf":1.0},"54":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"67":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":9,"docs":{"107":{"tf":1.0},"12":{"tf":1.0},"20":{"tf":1.0},"35":{"tf":1.0},"42":{"tf":1.0},"5":{"tf":1.0},"58":{"tf":1.7320508075688772},"7":{"tf":1.0},"91":{"tf":1.0}},"i":{"df":4,"docs":{"107":{"tf":1.4142135623730951},"17":{"tf":1.0},"58":{"tf":1.0},"91":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":2,"docs":{"22":{"tf":1.0},"37":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"107":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"39":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"35":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"88":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"22":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":1,"docs":{"76":{"tf":1.0}},"t":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"69":{"tf":1.0}}}}}}},"df":0,"docs":{}},"_":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"65":{"tf":1.0},"70":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":16,"docs":{"107":{"tf":1.4142135623730951},"12":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"33":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.7320508075688772},"62":{"tf":1.0},"64":{"tf":1.0},"69":{"tf":1.0},"88":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":2,"docs":{"103":{"tf":1.0},"43":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":5,"docs":{"107":{"tf":1.7320508075688772},"12":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.0},"9":{"tf":1.7320508075688772}}},"i":{"c":{"df":1,"docs":{"69":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":1,"docs":{"94":{"tf":1.4142135623730951}}}},"y":{"df":5,"docs":{"106":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"32":{"tf":1.0},"70":{"tf":1.4142135623730951}}}},"d":{":":{":":{"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":5,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"86":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{":":{":":{"a":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"69":{"tf":1.0}}},"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":{":":{":":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":6,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"75":{"tf":1.0},"86":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":2,"docs":{"55":{"tf":1.0},"90":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"21":{"tf":1.0},"42":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"106":{"tf":1.0},"29":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":3,"docs":{"107":{"tf":1.0},"12":{"tf":1.0},"62":{"tf":1.0}}}},"r":{"df":2,"docs":{"69":{"tf":1.0},"70":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"107":{"tf":1.0},"58":{"tf":2.0},"91":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"26":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"69":{"tf":1.0},"70":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"b":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"25":{"tf":1.0},"29":{"tf":1.4142135623730951},"31":{"tf":1.0}}}},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"6":{"tf":1.0}}}}},"df":6,"docs":{"0":{"tf":1.4142135623730951},"107":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"31":{"tf":1.4142135623730951}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":3,"docs":{"0":{"tf":1.0},"107":{"tf":1.0},"57":{"tf":1.0}}}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":8,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"4":{"tf":1.0},"62":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"94":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{},"x":{"df":2,"docs":{"56":{"tf":1.4142135623730951},"90":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"40":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"102":{"tf":1.0},"16":{"tf":1.0},"27":{"tf":1.0},"73":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"13":{"tf":1.0},"22":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"106":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"88":{"tf":1.7320508075688772}}}}}}},"n":{"c":{"df":6,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"35":{"tf":1.0},"86":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"106":{"tf":1.0},"7":{"tf":1.0}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"28":{"tf":1.0},"29":{"tf":1.4142135623730951},"33":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":8,"docs":{"106":{"tf":1.0},"107":{"tf":2.23606797749979},"20":{"tf":1.4142135623730951},"27":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"62":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}}}},"t":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"46":{"tf":1.0},"47":{"tf":1.0}}},"i":{"df":0,"docs":{},"l":{"=":{"1":{"0":{"0":{"0":{"df":1,"docs":{"58":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"0":{"0":{"df":1,"docs":{"91":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"91":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"3":{"0":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"4":{"5":{"df":1,"docs":{"80":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"69":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"70":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":6,"docs":{"106":{"tf":1.4142135623730951},"17":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":2.0},"69":{"tf":1.4142135623730951},"70":{"tf":1.7320508075688772}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"62":{"tf":1.0}}}}},"d":{"df":3,"docs":{"20":{"tf":1.0},"41":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":2,"docs":{"22":{"tf":1.0},"3":{"tf":1.4142135623730951}}},"r":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"91":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"59":{"tf":1.4142135623730951}}}}}}}}},"m":{"df":0,"docs":{},"p":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"90":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"56":{"tf":1.0},"90":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"21":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"91":{"tf":1.0}}}}}},"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"=":{"9":{"0":{"9":{"1":{"df":2,"docs":{"46":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":56,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.0},"10":{"tf":1.0},"102":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.4142135623730951},"107":{"tf":1.0},"11":{"tf":1.4142135623730951},"15":{"tf":2.0},"16":{"tf":1.7320508075688772},"17":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"3":{"tf":1.7320508075688772},"31":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":2.8284271247461903},"47":{"tf":2.0},"49":{"tf":1.0},"5":{"tf":2.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.7320508075688772},"60":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.4142135623730951},"8":{"tf":1.7320508075688772},"88":{"tf":1.0},"9":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"98":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"66":{"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":{"65":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"64":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"{":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":6,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"75":{"tf":1.0},"86":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"70":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"69":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"69":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"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":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":2,"docs":{"27":{"tf":1.0},"75":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"k":{"8":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"k":{"8":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"75":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{":":{":":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":5,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"75":{"tf":1.0},"86":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"86":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"{":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"27":{"tf":1.0},"75":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"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":{},"t":{":":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":5,"docs":{"105":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"47":{"tf":2.8284271247461903},"58":{"tf":1.4142135623730951},"91":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"—":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"7":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"13":{"tf":1.0},"36":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}}}}},"i":{"df":1,"docs":{"7":{"tf":1.0}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"e":{"df":15,"docs":{"0":{"tf":1.0},"103":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.4142135623730951},"11":{"tf":1.0},"12":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":1.0},"32":{"tf":1.7320508075688772},"38":{"tf":1.0},"7":{"tf":2.449489742783178},"80":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":4,"docs":{"103":{"tf":1.4142135623730951},"41":{"tf":1.0},"46":{"tf":1.0},"93":{"tf":1.0}}}}},"r":{"df":1,"docs":{"29":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":2,"docs":{"56":{"tf":1.4142135623730951},"90":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"m":{"df":0,"docs":{},"p":{"/":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"91":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":2,"docs":{"46":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"51":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"58":{"tf":1.0}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"15":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"23":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"32":{"tf":1.0},"34":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"29":{"tf":1.0},"50":{"tf":1.0}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":23,"docs":{"101":{"tf":1.0},"107":{"tf":1.4142135623730951},"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"28":{"tf":1.0},"34":{"tf":2.0},"36":{"tf":1.0},"4":{"tf":1.7320508075688772},"46":{"tf":1.0},"62":{"tf":1.7320508075688772},"67":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"72":{"tf":1.0},"76":{"tf":2.0},"8":{"tf":1.0},"88":{"tf":1.4142135623730951},"98":{"tf":1.0}},"y":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"g":{"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":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"69":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"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":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"107":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"15":{"tf":1.0},"41":{"tf":1.0},"55":{"tf":1.7320508075688772},"72":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"k":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"72":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":15,"docs":{"107":{"tf":1.4142135623730951},"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.7320508075688772},"4":{"tf":1.7320508075688772},"41":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"68":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":22,"docs":{"0":{"tf":1.0},"101":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.7320508075688772},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"21":{"tf":1.0},"25":{"tf":2.23606797749979},"26":{"tf":2.23606797749979},"27":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"78":{"tf":2.23606797749979},"8":{"tf":1.4142135623730951},"86":{"tf":1.0},"88":{"tf":1.4142135623730951},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"d":{"a":{"df":1,"docs":{"100":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"107":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"107":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"16":{"tf":1.7320508075688772}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"42":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"107":{"tf":1.4142135623730951},"19":{"tf":1.0},"31":{"tf":1.0},"4":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":19,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"87":{"tf":1.7320508075688772},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"30":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"106":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"22":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"37":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}}},"x":{"df":1,"docs":{"7":{"tf":1.0}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"107":{"tf":1.0}}},"i":{"c":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"37":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"107":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.4142135623730951},"62":{"tf":1.0},"64":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"54":{"tf":1.0},"59":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"59":{"tf":1.0},"70":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"55":{"tf":1.4142135623730951},"59":{"tf":1.0}}}}}},"p":{"df":5,"docs":{"104":{"tf":1.0},"56":{"tf":1.0},"72":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"17":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"16":{"tf":1.0},"43":{"tf":1.4142135623730951}}}},"df":31,"docs":{"102":{"tf":1.0},"104":{"tf":1.4142135623730951},"106":{"tf":1.0},"107":{"tf":1.7320508075688772},"15":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":2.23606797749979},"25":{"tf":2.23606797749979},"26":{"tf":2.23606797749979},"27":{"tf":2.23606797749979},"29":{"tf":1.4142135623730951},"30":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":2.23606797749979},"62":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.0},"69":{"tf":2.23606797749979},"70":{"tf":1.7320508075688772},"72":{"tf":1.0},"75":{"tf":2.449489742783178},"78":{"tf":1.0},"86":{"tf":2.0},"90":{"tf":1.0},"91":{"tf":2.23606797749979}},"e":{"df":0,"docs":{},"r":{"df":48,"docs":{"14":{"tf":1.7320508075688772},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"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},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"9":{"tf":1.7320508075688772}},"s":{"(":{"1":{"0":{"df":2,"docs":{"25":{"tf":1.0},"27":{"tf":1.0}}},"5":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":2,"docs":{"78":{"tf":1.0},"86":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":1,"docs":{"101":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"z":{"df":2,"docs":{"69":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"71":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"16":{"tf":1.0}}}},"x":{"df":0,"docs":{},"o":{"df":1,"docs":{"107":{"tf":1.4142135623730951}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"58":{"tf":1.7320508075688772},"90":{"tf":1.0},"91":{"tf":2.0}}},"df":0,"docs":{}}}},"v":{"0":{".":{"3":{".":{"1":{"df":3,"docs":{"46":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"o":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"91":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"(":{"2":{"df":4,"docs":{"25":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"3":{"df":5,"docs":{"24":{"tf":1.0},"26":{"tf":1.0},"76":{"tf":1.0},"8":{"tf":1.0},"86":{"tf":1.0}}},"4":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"58":{"tf":1.0},"91":{"tf":1.0}}}}}},"df":0,"docs":{},"×":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"46":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":25,"docs":{"0":{"tf":2.0},"106":{"tf":1.0},"107":{"tf":2.0},"13":{"tf":1.0},"17":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.4142135623730951},"32":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":3.0},"62":{"tf":1.0},"69":{"tf":1.4142135623730951},"70":{"tf":1.0},"76":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":3.1622776601683795},"94":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":2,"docs":{"107":{"tf":1.0},"31":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":8,"docs":{"107":{"tf":1.0},"34":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":1.0},"55":{"tf":1.7320508075688772},"59":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"46":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"!":{"[":{"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":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":1,"docs":{"69":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":1,"docs":{"69":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"54":{"tf":2.0},"96":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":2,"docs":{"10":{"tf":1.0},"106":{"tf":1.0}},"f":{"df":4,"docs":{"13":{"tf":1.0},"33":{"tf":1.0},"57":{"tf":1.0},"95":{"tf":1.0}},"i":{"df":8,"docs":{"103":{"tf":1.0},"107":{"tf":1.4142135623730951},"20":{"tf":1.0},"29":{"tf":1.0},"42":{"tf":1.0},"88":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"i":{"a":{"df":7,"docs":{"0":{"tf":1.0},"107":{"tf":1.0},"42":{"tf":1.4142135623730951},"46":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.0},"58":{"tf":1.7320508075688772}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"16":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":3,"docs":{"47":{"tf":1.0},"52":{"tf":1.0},"58":{"tf":1.0}}}}}},"s":{"df":1,"docs":{"54":{"tf":1.4142135623730951}}}},"w":{"[":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"104":{"tf":1.0},"107":{"tf":1.4142135623730951},"12":{"tf":1.0},"4":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"106":{"tf":1.0},"21":{"tf":1.0},"7":{"tf":2.449489742783178}},"e":{"df":0,"docs":{},"t":{"df":16,"docs":{"101":{"tf":1.7320508075688772},"106":{"tf":1.0},"107":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.0},"72":{"tf":1.0},"77":{"tf":1.7320508075688772},"78":{"tf":1.0},"88":{"tf":1.4142135623730951},"95":{"tf":1.0}},"s":{"(":{"2":{"0":{"df":2,"docs":{"25":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}},"3":{"0":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"5":{"0":{"df":2,"docs":{"77":{"tf":1.0},"86":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":1,"docs":{"101":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"55":{"tf":1.0}}}},"s":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"102":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"30":{"tf":1.4142135623730951}}}},"y":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":1,"docs":{"12":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"21":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"107":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":10,"docs":{"10":{"tf":1.4142135623730951},"100":{"tf":1.0},"107":{"tf":1.0},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"20":{"tf":1.0},"36":{"tf":1.0},"62":{"tf":1.0},"7":{"tf":1.0},"88":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":4,"docs":{"39":{"tf":1.0},"64":{"tf":1.0},"71":{"tf":1.4142135623730951},"88":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"71":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"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":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"2":{"0":{"df":2,"docs":{"27":{"tf":1.0},"82":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"0":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":1,"docs":{"10":{"tf":1.0}}},"6":{"0":{"df":3,"docs":{"10":{"tf":1.0},"25":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"9":{"0":{"df":2,"docs":{"26":{"tf":1.0},"86":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":2,"docs":{"100":{"tf":1.0},"107":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"0":{"df":1,"docs":{"71":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"103":{"tf":1.0},"32":{"tf":1.0},"9":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"33":{"tf":1.0},"46":{"tf":1.0},"52":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":6,"docs":{"3":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0},"90":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":5,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"51":{"tf":1.4142135623730951},"72":{"tf":1.7320508075688772},"92":{"tf":1.4142135623730951}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":43,"docs":{"1":{"tf":1.0},"101":{"tf":1.4142135623730951},"106":{"tf":1.4142135623730951},"107":{"tf":2.23606797749979},"12":{"tf":2.23606797749979},"13":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.7320508075688772},"18":{"tf":2.0},"19":{"tf":2.449489742783178},"20":{"tf":2.23606797749979},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"25":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"28":{"tf":1.0},"29":{"tf":1.7320508075688772},"30":{"tf":1.7320508075688772},"31":{"tf":1.0},"36":{"tf":1.4142135623730951},"4":{"tf":1.7320508075688772},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"48":{"tf":1.0},"52":{"tf":1.0},"62":{"tf":2.23606797749979},"64":{"tf":1.7320508075688772},"65":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":2.0},"69":{"tf":2.6457513110645907},"70":{"tf":1.4142135623730951},"71":{"tf":1.0},"72":{"tf":1.0},"78":{"tf":1.7320508075688772},"79":{"tf":1.7320508075688772},"80":{"tf":1.7320508075688772},"88":{"tf":1.0},"94":{"tf":1.0},"98":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"15":{"tf":2.0},"16":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"d":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"23":{"tf":1.0},"29":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"90":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":3,"docs":{"45":{"tf":1.0},"5":{"tf":1.0},"56":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"58":{"tf":1.0}}}}}}}}},"x":{"df":2,"docs":{"46":{"tf":1.4142135623730951},"50":{"tf":1.0}}},"y":{"df":0,"docs":{},"e":{"df":1,"docs":{"106":{"tf":1.0}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"’":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":2,"docs":{"107":{"tf":1.0},"30":{"tf":1.0}}}}}}}},"title":{"root":{"1":{"df":1,"docs":{"93":{"tf":1.0}}},"2":{"df":1,"docs":{"94":{"tf":1.0}}},"3":{"df":1,"docs":{"95":{"tf":1.0}}},"4":{"df":1,"docs":{"96":{"tf":1.0}}},"5":{"df":1,"docs":{"97":{"tf":1.0}}},"6":{"df":1,"docs":{"98":{"tf":1.0}}},"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"58":{"tf":1.0},"91":{"tf":1.0}}}}}},"df":0,"docs":{}},"d":{"df":4,"docs":{"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"104":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"i":{"df":2,"docs":{"60":{"tf":1.0},"74":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"73":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"17":{"tf":1.0}}}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"102":{"tf":1.0}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"31":{"tf":1.0}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"83":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"74":{"tf":1.0}}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"z":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"31":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":3,"docs":{"27":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"93":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":2,"docs":{"43":{"tf":1.0},"51":{"tf":1.0}},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"48":{"tf":1.0},"50":{"tf":1.0}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"41":{"tf":1.0},"99":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"98":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"86":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"39":{"tf":1.0},"46":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"70":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":2,"docs":{"100":{"tf":1.0},"24":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"18":{"tf":1.0},"21":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"102":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"18":{"tf":1.0},"21":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"72":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"32":{"tf":1.0},"33":{"tf":1.0}}}}}}}},"d":{"a":{"df":2,"docs":{"26":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"92":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":2,"docs":{"33":{"tf":1.4142135623730951},"84":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"61":{"tf":1.0},"62":{"tf":1.0}}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"39":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"33":{"tf":1.0}},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"82":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"80":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"97":{"tf":1.0}}}}}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"55":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"99":{"tf":1.0}}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":5,"docs":{"23":{"tf":1.0},"28":{"tf":1.0},"44":{"tf":1.0},"68":{"tf":1.0},"86":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"85":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":9,"docs":{"100":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"32":{"tf":1.0},"41":{"tf":1.0},"65":{"tf":1.0},"68":{"tf":1.0},"70":{"tf":1.0},"81":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}}}}}},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"100":{"tf":1.0},"101":{"tf":1.0}}}},"q":{"df":1,"docs":{"106":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"56":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"57":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"32":{"tf":1.0}}}},"d":{"df":1,"docs":{"89":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":1,"docs":{"105":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":3,"docs":{"54":{"tf":1.0},"63":{"tf":1.0},"93":{"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":{"34":{"tf":1.0}}}}},"t":{"df":1,"docs":{"50":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"107":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"98":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"14":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"67":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"i":{"df":1,"docs":{"14":{"tf":1.0}},"i":{"df":1,"docs":{"61":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"105":{"tf":1.0}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"75":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"95":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"72":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"v":{"df":1,"docs":{"73":{"tf":1.0}}}},"k":{"8":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"98":{"tf":1.0}}}}}},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"g":{"df":1,"docs":{"48":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"62":{"tf":1.0},"96":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"100":{"tf":1.0},"24":{"tf":1.0}}}}},"o":{"a":{"d":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"38":{"tf":1.0},"45":{"tf":1.0}}},"t":{"df":2,"docs":{"49":{"tf":1.0},"90":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":10,"docs":{"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"99":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"10":{"tf":1.0}}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"31":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"62":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"35":{"tf":1.0}}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"57":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":2,"docs":{"52":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"29":{"tf":1.0}}}}}}},"w":{"df":1,"docs":{"68":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":7,"docs":{"102":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"105":{"tf":1.0}}}}}},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":4,"docs":{"53":{"tf":1.0},"60":{"tf":1.0},"9":{"tf":1.0},"97":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"42":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":1,"docs":{"59":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"93":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":4,"docs":{"14":{"tf":1.0},"2":{"tf":1.0},"61":{"tf":1.0},"73":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"56":{"tf":1.0},"58":{"tf":1.0}}}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"35":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}}}}}}},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"35":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"104":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"o":{"b":{"df":0,"docs":{},"e":{"df":1,"docs":{"69":{"tf":1.0}}}},"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"60":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"74":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"69":{"tf":1.0},"70":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"103":{"tf":1.0},"94":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"61":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0},"90":{"tf":1.0}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"80":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"n":{"df":5,"docs":{"10":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"44":{"tf":1.0},"82":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":10,"docs":{"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"58":{"tf":1.0},"66":{"tf":1.0},"91":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"68":{"tf":1.0}}}}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":7,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"62":{"tf":1.0},"87":{"tf":1.0},"98":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"101":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"24":{"tf":1.0},"69":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"29":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"70":{"tf":1.0}}}},"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"88":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"tf":1.0}}}}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"57":{"tf":1.0},"70":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{":":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"105":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"7":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"103":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":3,"docs":{"34":{"tf":1.0},"67":{"tf":1.0},"76":{"tf":1.0}}}}}}}},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"25":{"tf":1.0},"26":{"tf":1.0},"78":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":1,"docs":{"16":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"87":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":1,"docs":{"104":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"94":{"tf":1.0},"97":{"tf":1.0}}}}}}},"s":{"df":1,"docs":{"54":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"101":{"tf":1.0},"77":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"30":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"10":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"71":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"51":{"tf":1.0},"92":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":12,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"64":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"lang":"English","pipeline":["trimmer","stopWordFilter","stemmer"],"ref":"id","version":"0.9.5"},"results_options":{"limit_results":30,"teaser_word_count":30},"search_options":{"bool":"OR","expand":true,"fields":{"body":{"boost":1},"breadcrumbs":{"boost":1},"title":{"boost":2}}}}')); \ No newline at end of file diff --git a/docs/searchindex-aea01dc4.js b/docs/searchindex-aea01dc4.js new file mode 100644 index 0000000..48efef8 --- /dev/null +++ b/docs/searchindex-aea01dc4.js @@ -0,0 +1 @@ +window.search = Object.assign(window.search, JSON.parse('{"doc_urls":["project-context-primer.html#project-context-primer","what-you-will-learn.html#what-you-will-learn","part-i.html#part-i--foundations","introduction.html#introduction","architecture-overview.html#architecture-overview","testing-philosophy.html#testing-philosophy","testing-philosophy.html#declarative-over-imperative","testing-philosophy.html#protocol-time-not-wall-time","testing-philosophy.html#determinism-first-chaos-when-needed","testing-philosophy.html#observable-health-signals","testing-philosophy.html#minimum-run-windows","testing-philosophy.html#summary","scenario-lifecycle.html#scenario-lifecycle-conceptual","design-rationale.html#design-rationale","part-ii.html#part-ii--user-guide","workspace-layout.html#workspace-layout","annotated-tree.html#annotated-tree","authoring-scenarios.html#authoring-scenarios","workloads.html#core-content-workloads--expectations","workloads.html#workloads","workloads.html#expectations","scenario-builder-ext-patterns.html#core-content-scenariobuilderext-patterns","best-practices.html#best-practices","examples.html#examples","examples.html#simple-consensus-liveness","examples.html#transaction-workload","examples.html#da--transaction-workload","examples.html#chaos-resilience-test","examples-advanced.html#advanced-examples","examples-advanced.html#load-progression-test","examples-advanced.html#sustained-load-test","examples-advanced.html#rolling-restart-test","examples-advanced.html#aggressive-chaos-test","examples-advanced.html#partition-recovery-test","examples-advanced.html#extension-ideas","examples-advanced.html#custom-expectation-block-timing-consistency","examples-advanced.html#custom-workload-targeted-executor-restart","examples-advanced.html#custom-deployer-config-validator","running-scenarios.html#running-scenarios","runners.html#runners","runners.html#local-runner","runners.html#docker-compose-runner","runners.html#kubernetes-runner","runners.html#common-expectations","operations.html#operations","part-iii.html#part-iii--developer-reference","scenario-model.html#scenario-model-developer-level","extending.html#extending-the-framework","extending.html#adding-a-workload","extending.html#adding-an-expectation","extending.html#adding-a-runner","extending.html#adding-topology-helpers","custom-workload-example.html#example-new-workload--expectation-rust","custom-workload-example.html#workload-simple-reachability-probe","custom-workload-example.html#expectation-confirm-the-target-stayed-reachable","custom-workload-example.html#how-to-wire-it","internal-crate-reference.html#internal-crate-reference","part-iv.html#part-iv--appendix","dsl-cheat-sheet.html#core-content-dsl-cheat-sheet","troubleshooting.html#troubleshooting-scenarios","faq.html#faq","glossary.html#glossary"],"index":{"documentStore":{"docInfo":{"0":{"body":78,"breadcrumbs":6,"title":3},"1":{"body":26,"breadcrumbs":2,"title":1},"10":{"body":40,"breadcrumbs":7,"title":3},"11":{"body":26,"breadcrumbs":5,"title":1},"12":{"body":107,"breadcrumbs":8,"title":3},"13":{"body":68,"breadcrumbs":6,"title":2},"14":{"body":10,"breadcrumbs":8,"title":4},"15":{"body":94,"breadcrumbs":8,"title":2},"16":{"body":59,"breadcrumbs":8,"title":2},"17":{"body":101,"breadcrumbs":8,"title":2},"18":{"body":18,"breadcrumbs":12,"title":4},"19":{"body":38,"breadcrumbs":9,"title":1},"2":{"body":10,"breadcrumbs":4,"title":2},"20":{"body":54,"breadcrumbs":9,"title":1},"21":{"body":84,"breadcrumbs":12,"title":4},"22":{"body":96,"breadcrumbs":8,"title":2},"23":{"body":11,"breadcrumbs":6,"title":1},"24":{"body":48,"breadcrumbs":8,"title":3},"25":{"body":42,"breadcrumbs":7,"title":2},"26":{"body":49,"breadcrumbs":8,"title":3},"27":{"body":48,"breadcrumbs":8,"title":3},"28":{"body":9,"breadcrumbs":9,"title":2},"29":{"body":63,"breadcrumbs":10,"title":3},"3":{"body":84,"breadcrumbs":4,"title":1},"30":{"body":58,"breadcrumbs":10,"title":3},"31":{"body":67,"breadcrumbs":10,"title":3},"32":{"body":74,"breadcrumbs":10,"title":3},"33":{"body":79,"breadcrumbs":10,"title":3},"34":{"body":0,"breadcrumbs":9,"title":2},"35":{"body":32,"breadcrumbs":12,"title":5},"36":{"body":42,"breadcrumbs":12,"title":5},"37":{"body":24,"breadcrumbs":11,"title":4},"38":{"body":75,"breadcrumbs":8,"title":2},"39":{"body":20,"breadcrumbs":6,"title":1},"4":{"body":106,"breadcrumbs":6,"title":2},"40":{"body":16,"breadcrumbs":7,"title":2},"41":{"body":23,"breadcrumbs":8,"title":3},"42":{"body":17,"breadcrumbs":7,"title":2},"43":{"body":43,"breadcrumbs":7,"title":2},"44":{"body":130,"breadcrumbs":6,"title":1},"45":{"body":10,"breadcrumbs":8,"title":4},"46":{"body":116,"breadcrumbs":12,"title":4},"47":{"body":0,"breadcrumbs":8,"title":2},"48":{"body":39,"breadcrumbs":8,"title":2},"49":{"body":21,"breadcrumbs":8,"title":2},"5":{"body":8,"breadcrumbs":6,"title":2},"50":{"body":29,"breadcrumbs":8,"title":2},"51":{"body":21,"breadcrumbs":9,"title":3},"52":{"body":19,"breadcrumbs":14,"title":5},"53":{"body":120,"breadcrumbs":13,"title":4},"54":{"body":67,"breadcrumbs":14,"title":5},"55":{"body":24,"breadcrumbs":10,"title":1},"56":{"body":91,"breadcrumbs":10,"title":3},"57":{"body":10,"breadcrumbs":6,"title":3},"58":{"body":84,"breadcrumbs":11,"title":5},"59":{"body":86,"breadcrumbs":7,"title":2},"6":{"body":36,"breadcrumbs":7,"title":3},"60":{"body":99,"breadcrumbs":5,"title":1},"61":{"body":130,"breadcrumbs":5,"title":1},"7":{"body":84,"breadcrumbs":8,"title":4},"8":{"body":52,"breadcrumbs":8,"title":4},"9":{"body":51,"breadcrumbs":7,"title":3}},"docs":{"0":{"body":"This book focuses on the Nomos Testing Framework. It assumes familiarity with\\nthe Nomos architecture, but for completeness, here is a short primer. Nomos is a modular blockchain protocol with validators and a data-availability\\n(DA) subsystem. Validators participate in consensus and produce blocks. Executors are validators with the DA dispersal service enabled. They can\\nsubmit transactions and disperse blob data to the DA network. Data Availability (DA) handles blob data within transactions. When\\ntransactions include ChannelBlob operations, executors disperse the blob data\\nto the DA network, and validators sample and verify it’s available. These roles interact tightly, which is why meaningful testing must be performed\\nin multi-node environments that include real networking, timing, and DA\\ninteraction.","breadcrumbs":"Project Context Primer » Project Context Primer","id":"0","title":"Project Context Primer"},"1":{"body":"This book gives you a clear mental model for Nomos multi-node testing, shows how\\nto author scenarios that pair realistic workloads with explicit expectations,\\nand guides you to run them across local, containerized, and cluster environments\\nwithout changing the plan.","breadcrumbs":"What You Will Learn » What You Will Learn","id":"1","title":"What You Will Learn"},"10":{"body":"Always run long enough for meaningful block production: #![allow(unused)] fn main() {\\n// Bad: too short\\n.with_run_duration(Duration::from_secs(5)) // Maybe 0-1 blocks // Good: enough blocks for assertions\\n.with_run_duration(Duration::from_secs(60)) // ~10+ blocks } The framework enforces minimum durations, but be explicit. Very short runs\\nrisk false confidence—one lucky block doesn’t prove liveness.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Minimum Run Windows","id":"10","title":"Minimum Run Windows"},"11":{"body":"These principles keep scenarios: Portable across environments (protocol time, declarative) Debuggable (determinism, separation of concerns) Meaningful (observable signals, sufficient duration) When authoring scenarios, ask: “Does this test the protocol behavior or\\nmy local environment quirks?”","breadcrumbs":"Part I — Foundations » Testing Philosophy » Summary","id":"11","title":"Summary"},"12":{"body":"Build the plan: Declare a topology, attach workloads and expectations, and set the run window. The plan is the single source of truth for what will happen. Deploy: Hand the plan to a deployer. It provisions the environment on the chosen backend and waits for nodes to signal readiness, then returns a Runner. Drive workloads: Start traffic and behaviors (transactions, data-availability activity, restarts) for the planned duration. Observe blocks and signals: Track block progression and other high-level metrics during or after the run window to ground assertions in protocol time. Evaluate expectations: Once activity stops (and optional cooldown completes), check liveness and workload-specific outcomes to decide pass or fail. Cleanup: Tear down resources so successive runs start fresh and do not inherit leaked state. flowchart LR P[Plan
topology + workloads + expectations] --> D[Deploy
deployer provisions] D --> R[Readiness
wait for nodes] R --> Run[Run
runner orchestrates] Run --> W[Drive Workloads] W --> O[Observe
blocks/metrics] O --> E[Evaluate Expectations] E --> C[Cleanup]","breadcrumbs":"Part I — Foundations » Scenario Lifecycle (Conceptual) » Scenario Lifecycle (Conceptual)","id":"12","title":"Scenario Lifecycle (Conceptual)"},"13":{"body":"Modular crates keep configuration, orchestration, workloads, and runners decoupled so each can evolve without breaking the others. Pluggable runners let the same scenario run on a laptop, a Docker host, or a Kubernetes cluster, making validation portable across environments. Separated workloads and expectations clarify intent: what traffic to generate versus how to judge success. This simplifies review and reuse. Declarative topology makes cluster shape explicit and repeatable, reducing surprise when moving between CI and developer machines. Maintainability through predictability: a clear flow from plan to deployment to verification lowers the cost of extending the framework and interpreting failures.","breadcrumbs":"Part I — Foundations » Design Rationale » Design Rationale","id":"13","title":"Design Rationale"},"14":{"body":"Practical guidance for shaping scenarios, combining workloads and expectations,\\nand running them across different environments.","breadcrumbs":"Part II — User Guide » Part II — User Guide","id":"14","title":"Part II — User Guide"},"15":{"body":"The workspace focuses on multi-node integration testing and sits alongside a nomos-node checkout. Its crates separate concerns to keep scenarios\\nrepeatable and portable: Configs: prepares high-level node, network, tracing, and wallet settings\\nused across test environments. Core scenario orchestration: the engine that holds topology descriptions,\\nscenario plans, runtimes, workloads, and expectations. Workflows: ready-made workloads (transactions, data-availability, chaos)\\nand reusable expectations assembled into a user-facing DSL. Runners: deployment backends for local processes, Docker Compose, and\\nKubernetes, all consuming the same scenario plan. Test workflows: example scenarios and integration checks that show how\\nthe pieces fit together. This split keeps configuration, orchestration, reusable traffic patterns, and\\ndeployment adapters loosely coupled while sharing one mental model for tests.","breadcrumbs":"Part II — User Guide » Workspace Layout » Workspace Layout","id":"15","title":"Workspace Layout"},"16":{"body":"High-level view of the workspace and how pieces relate: nomos-testing/\\n├─ testing-framework/\\n│ ├─ configs/ # shared configuration helpers\\n│ ├─ core/ # scenario model, runtime, topology\\n│ ├─ workflows/ # workloads, expectations, DSL extensions\\n│ └─ runners/ # local, compose, k8s deployment backends\\n├─ tests/ # integration scenarios using the framework\\n└─ scripts/ # supporting setup utilities (e.g., assets) Each area maps to a responsibility: describe configs, orchestrate scenarios,\\npackage common traffic and assertions, adapt to environments, and demonstrate\\nend-to-end usage.","breadcrumbs":"Part II — User Guide » Annotated Tree » Annotated Tree","id":"16","title":"Annotated Tree"},"17":{"body":"Creating a scenario is a declarative exercise: Shape the topology: decide how many validators and executors to run, and\\nwhat high-level network and data-availability characteristics matter for the\\ntest. Attach workloads: pick traffic generators that align with your goals\\n(transactions, data-availability blobs, or chaos for resilience probes). Define expectations: specify the health signals that must hold when the\\nrun finishes (e.g., consensus liveness, inclusion of submitted activity; see Core Content: Workloads & Expectations). Set duration: choose a run window long enough to observe meaningful\\nblock progression and the effects of your workloads. Choose a runner: target local processes for fast iteration, Docker\\nCompose for reproducible multi-node stacks, or Kubernetes for cluster-grade\\nvalidation. For environment considerations, see Operations. Keep scenarios small and explicit: make the intended behavior and the success\\ncriteria clear so failures are easy to interpret and act upon.","breadcrumbs":"Part II — User Guide » Authoring Scenarios » Authoring Scenarios","id":"17","title":"Authoring Scenarios"},"18":{"body":"Workloads describe the activity a scenario generates; expectations describe the\\nsignals that must hold when that activity completes. Both are pluggable so\\nscenarios stay readable and purpose-driven.","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Core Content: Workloads & Expectations","id":"18","title":"Core Content: Workloads & Expectations"},"19":{"body":"Transaction workload: submits user-level transactions at a configurable\\nrate and can limit how many distinct actors participate. Data-availability workload: drives blob and channel activity to exercise\\ndata-availability paths. Chaos workload: triggers controlled node restarts to test resilience and\\nrecovery behaviors (requires a runner that can control nodes).","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Workloads","id":"19","title":"Workloads"},"2":{"body":"Conceptual chapters that establish the mental model for the framework and how\\nit approaches multi-node testing.","breadcrumbs":"Part I — Foundations » Part I — Foundations","id":"2","title":"Part I — Foundations"},"20":{"body":"Consensus liveness: verifies the system continues to produce blocks in\\nline with the planned workload and timing window. Workload-specific checks: each workload can attach its own success\\ncriteria (e.g., inclusion of submitted activity) so scenarios remain concise. Together, workloads and expectations let you express both the pressure applied\\nto the system and the definition of “healthy” for that run. flowchart TD I[Inputs
topology + wallets + rates] --> Init[Workload init] Init --> Drive[Drive traffic] Drive --> Collect[Collect signals] Collect --> Eval[Expectations evaluate]","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Expectations","id":"20","title":"Expectations"},"21":{"body":"Patterns that keep scenarios readable and reusable: Topology-first: start by shaping the cluster (counts, layout) so later\\nsteps inherit a clear foundation. Bundle defaults: use the DSL helpers to attach common expectations (like\\nliveness) whenever you add a matching workload, reducing forgotten checks. Intentional rates: express traffic in per-block terms to align with\\nprotocol timing rather than wall-clock assumptions. Opt-in chaos: enable restart patterns only in scenarios meant to probe\\nresilience; keep functional smoke tests deterministic. Wallet clarity: seed only the number of actors you need; it keeps\\ntransaction scenarios deterministic and interpretable. These patterns make scenario definitions self-explanatory while staying aligned\\nwith the framework’s block-oriented timing model.","breadcrumbs":"Part II — User Guide » Core Content: ScenarioBuilderExt Patterns » Core Content: ScenarioBuilderExt Patterns","id":"21","title":"Core Content: ScenarioBuilderExt Patterns"},"22":{"body":"State your intent: document the goal of each scenario (throughput, DA\\nvalidation, resilience) so expectation choices are obvious. Keep runs meaningful: choose durations that allow multiple blocks and make\\ntiming-based assertions trustworthy. Separate concerns: start with deterministic workloads for functional\\nchecks; add chaos in dedicated resilience scenarios to avoid noisy failures. Reuse patterns: standardize on shared topology and workload presets so\\nresults are comparable across environments and teams. Observe first, tune second: rely on liveness and inclusion signals to\\ninterpret outcomes before tweaking rates or topology. Environment fit: pick runners that match the feedback loop you need—local\\nfor speed, compose for reproducible stacks, k8s for cluster-grade fidelity. Minimal surprises: seed only necessary wallets and keep configuration\\ndeltas explicit when moving between CI and developer machines.","breadcrumbs":"Part II — User Guide » Best Practices » Best Practices","id":"22","title":"Best Practices"},"23":{"body":"Concrete scenarios showing how to combine topologies, workloads, and\\nexpectations. Copy and adjust these to fit your needs.","breadcrumbs":"Part II — User Guide » Examples » Examples","id":"23","title":"Examples"},"24":{"body":"Basic smoke test verifying validators can produce blocks. #![allow(unused)] fn main() {\\nuse nomos_testing_core::scenario::{Deployer, ScenarioBuilder};\\nuse nomos_testing_runner_local::LocalDeployer;\\nuse nomos_testing_workflows::ScenarioBuilderExt;\\nuse std::time::Duration; #[tokio::test]\\nasync fn test_consensus_liveness() -> Result<(), Box> { let mut plan = ScenarioBuilder::with_node_counts(3, 0) .expect_consensus_liveness() .with_run_duration(Duration::from_secs(30)) .build(); let deployer = LocalDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } When to use: Quick validation that consensus works on minimal hardware.","breadcrumbs":"Part II — User Guide » Examples » Simple consensus liveness","id":"24","title":"Simple consensus liveness"},"25":{"body":"Submit transactions and verify inclusion. #![allow(unused)] fn main() {\\n#[tokio::test]\\nasync fn test_transaction_inclusion() -> Result<(), Box> { let mut plan = ScenarioBuilder::with_node_counts(2, 1) .wallets(10) .transactions() .rate(5) .users(5) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(60)) .build(); let deployer = LocalDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } When to use: Verify transaction submission and inclusion under light load.","breadcrumbs":"Part II — User Guide » Examples » Transaction workload","id":"25","title":"Transaction workload"},"26":{"body":"Stress both transaction and DA paths simultaneously. #![allow(unused)] fn main() {\\n#[tokio::test]\\nasync fn test_mixed_workload() -> Result<(), Box> { let mut plan = ScenarioBuilder::with_node_counts(3, 2) .wallets(20) .transactions() .rate(10) .users(10) .apply() .da() .channel_rate(2) .blob_rate(1) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(120)) .build(); let deployer = LocalDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } When to use: End-to-end validation that transaction and DA layers work together.","breadcrumbs":"Part II — User Guide » Examples » DA + transaction workload","id":"26","title":"DA + transaction workload"},"27":{"body":"Verify consensus survives node restarts. #![allow(unused)] fn main() {\\n#[tokio::test]\\nasync fn test_chaos_resilience() -> Result<(), Box> { let mut plan = ScenarioBuilder::with_node_counts(4, 1) .enable_node_control() .wallets(10) .transactions() .rate(5) .users(5) .apply() .chaos() .restart() .min_delay(Duration::from_secs(15)) .max_delay(Duration::from_secs(25)) .target_cooldown(Duration::from_secs(45)) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(90)) .build(); let deployer = LocalDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } When to use: Resilience validation and operational readiness testing.","breadcrumbs":"Part II — User Guide » Examples » Chaos resilience test","id":"27","title":"Chaos resilience test"},"28":{"body":"Realistic advanced scenarios for capacity testing, operational validation, and\\nresilience probing.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Advanced Examples","id":"28","title":"Advanced Examples"},"29":{"body":"Find the breaking point by gradually increasing transaction rate. #![allow(unused)] fn main() {\\n#[tokio::test]\\nasync fn test_capacity_limit() -> Result<(), Box> { for rate in [10, 20, 50, 100] { let mut plan = ScenarioBuilder::with_node_counts(3, 2) .wallets(50) .transactions() .rate(rate) .users(20) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(60)) .build(); let deployer = LocalDeployer::default(); let runner = deployer.deploy(&plan).await?; match runner.run(&mut plan).await { Ok(_) => println!(\\"✓ Handled {rate} tx/block\\"), Err(e) => { println!(\\"✗ Failed at {rate} tx/block: {e}\\"); break; } } } Ok(())\\n} } When to use: Capacity planning, finding performance limits, validating\\nhardware requirements.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Load progression test","id":"29","title":"Load progression test"},"3":{"body":"The Nomos Testing Framework is a purpose-built toolkit for exercising Nomos in\\nrealistic, multi-node environments. It solves the gap between small, isolated\\ntests and full-system validation by letting teams describe a cluster layout,\\ndrive meaningful traffic, and assert the outcomes in one coherent plan. It is for protocol engineers, infrastructure operators, and QA teams who need\\nrepeatable confidence that validators, executors, and data-availability\\ncomponents work together under network and timing constraints. Multi-node integration testing is required because many Nomos behaviors—block\\nprogress, data availability, liveness under churn—only emerge when several\\nroles interact over real networking and time. This framework makes those checks\\ndeclarative, observable, and portable across environments.","breadcrumbs":"Part I — Foundations » Introduction » Introduction","id":"3","title":"Introduction"},"30":{"body":"Run moderate load for extended duration to catch memory leaks or gradual\\ndegradation. #![allow(unused)] fn main() {\\n#[tokio::test]\\nasync fn test_sustained_load() -> Result<(), Box> { let mut plan = ScenarioBuilder::with_node_counts(4, 2) .wallets(100) .transactions() .rate(20) .users(30) .apply() .da() .channel_rate(5) .blob_rate(2) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(600)) // 10 minutes .build(); let deployer = ComposeRunner::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } When to use: Soak testing, memory leak detection, long-term stability\\nvalidation before production.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Sustained load test","id":"30","title":"Sustained load test"},"31":{"body":"Restart validators one at a time (like a rolling upgrade) while maintaining\\nconsensus. #![allow(unused)] fn main() {\\n#[tokio::test]\\nasync fn test_rolling_restart() -> Result<(), Box> { let mut plan = ScenarioBuilder::with_node_counts(5, 1) // Need 5 to tolerate 1 down .enable_node_control() .wallets(20) .transactions() .rate(10) .users(10) .apply() .chaos() .restart() .min_delay(Duration::from_secs(30)) // Space out restarts .max_delay(Duration::from_secs(40)) .target_cooldown(Duration::from_secs(120)) // Long cooldown = one at a time .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(300)) .build(); let deployer = ComposeRunner::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } When to use: Validating rolling upgrade procedures, verifying graceful\\nhandoff during restarts.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Rolling restart test","id":"31","title":"Rolling restart test"},"32":{"body":"Frequent restarts with shorter cooldown to stress recovery paths. #![allow(unused)] fn main() {\\n#[tokio::test]\\nasync fn test_aggressive_chaos() -> Result<(), Box> { let mut plan = ScenarioBuilder::with_node_counts(7, 1) // Need more nodes for aggressive chaos .enable_node_control() .wallets(20) .transactions() .rate(5) .users(10) .apply() .chaos() .restart() .min_delay(Duration::from_secs(5)) // Very short delays .max_delay(Duration::from_secs(10)) .target_cooldown(Duration::from_secs(20)) // Nodes can restart multiple times .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(120)) .build(); let deployer = ComposeRunner::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } When to use: Stress testing recovery mechanisms, finding edge cases in restart\\nhandling. Requires more validators (7) to tolerate multiple simultaneous restarts.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Aggressive chaos test","id":"32","title":"Aggressive chaos test"},"33":{"body":"Restart multiple validators simultaneously (simulating network partition), verify\\nrecovery. #![allow(unused)] fn main() {\\n#[tokio::test]\\nasync fn test_partition_recovery() -> Result<(), Box> { let mut plan = ScenarioBuilder::with_node_counts(7, 1) // Need 7 to tolerate 2-3 down .enable_node_control() .wallets(20) .transactions() .rate(5) .users(10) .apply() .chaos() .restart() .min_delay(Duration::from_secs(10)) // Short delays = multiple nodes restart close together .max_delay(Duration::from_secs(15)) .target_cooldown(Duration::from_secs(60)) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(120)) .build(); let deployer = ComposeRunner::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } When to use: Testing recovery from network partitions, validating Byzantine\\nfault tolerance limits (with 7 validators, can tolerate 2 Byzantine = up to 2-3\\nsimultaneous restarts).","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Partition recovery test","id":"33","title":"Partition recovery test"},"34":{"body":"","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Extension Ideas","id":"34","title":"Extension Ideas"},"35":{"body":"Verify block production stays within expected timing bounds by collecting block\\ntimestamps from the block feed, calculating intervals, and asserting they stay\\nwithin tolerance of the configured slot duration. Why useful: Catches timing degradation that liveness checks miss (blocks\\nprogress, but too slowly).","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Custom Expectation: Block Timing Consistency","id":"35","title":"Custom Expectation: Block Timing Consistency"},"36":{"body":"A workload that specifically targets and restarts executors (not random nodes),\\nthen verifies transaction submission continued through a different executor. Why useful: True executor failover testing. Current chaos workload restarts\\nrandom nodes, so you can’t verify “executor A died, executor B took over.” Would\\nrequire custom node control logic to identify and target specific executors.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Custom Workload: Targeted Executor Restart","id":"36","title":"Custom Workload: Targeted Executor Restart"},"37":{"body":"A deployer that generates configs, validates them against schema, checks for\\nconflicts (duplicate ports, invalid DA params), but never starts processes. Why useful: Fast config validation in CI before actual deployment.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Custom Deployer: Config Validator","id":"37","title":"Custom Deployer: Config Validator"},"38":{"body":"Running a scenario follows the same conceptual flow regardless of environment: Select or author a scenario plan that pairs a topology with workloads,\\nexpectations, and a suitable run window. Choose a runner aligned with your environment (local, compose, or k8s) and\\nensure its prerequisites are available. Deploy the plan through the runner; wait for readiness signals before\\nstarting workloads. Let workloads drive activity for the planned duration; keep observability\\nsignals visible so you can correlate outcomes. Evaluate expectations and capture results as the primary pass/fail signal. Use the same plan across different runners to compare behavior between local\\ndevelopment and CI or cluster settings. For environment prerequisites and\\nflags, see Operations.","breadcrumbs":"Part II — User Guide » Running Scenarios » Running Scenarios","id":"38","title":"Running Scenarios"},"39":{"body":"Runners turn a scenario plan into a live environment while keeping the plan\\nunchanged. Choose based on feedback speed, reproducibility, and fidelity. For\\nenvironment and operational considerations, see Operations:","breadcrumbs":"Part II — User Guide » Runners » Runners","id":"39","title":"Runners"},"4":{"body":"The framework follows a clear flow: Topology → Scenario → Deploy → Run → Verify. Topology describes the cluster: how many nodes, their roles, and the high-level network and data-availability parameters they should follow. Scenario combines that topology with the activities to run and the checks to perform, forming a single plan. Deployer provisions infrastructure on the chosen backend (local processes, Docker Compose, or Kubernetes), waits for readiness, and returns a Runner. Runner orchestrates execution: starts workloads, observes signals, evaluates expectations, and cleans up. Workloads generate traffic and conditions that exercise the system. Expectations observe the run and judge success or failure once activity completes. flowchart LR A(Topology
shape cluster) --> B(Scenario
plan) B --> C(Deployer
provision infrastructure) C --> D(Runner
orchestrate execution) D --> E(Workloads
drive traffic) E --> F(Expectations
verify outcomes) Each layer has a narrow responsibility so that cluster shape, deployment choice,\\ntraffic generation, and health checks can evolve independently while fitting\\ntogether predictably.","breadcrumbs":"Part I — Foundations » Architecture Overview » Architecture Overview","id":"4","title":"Architecture Overview"},"40":{"body":"Launches node processes directly on the host. Fastest feedback loop and minimal orchestration overhead. Best for development-time iteration and debugging.","breadcrumbs":"Part II — User Guide » Runners » Local runner","id":"40","title":"Local runner"},"41":{"body":"Starts nodes in containers to provide a reproducible multi-node stack on a\\nsingle machine. Discovers service ports and wires observability for convenient inspection. Good balance between fidelity and ease of setup.","breadcrumbs":"Part II — User Guide » Runners » Docker Compose runner","id":"41","title":"Docker Compose runner"},"42":{"body":"Deploys nodes onto a cluster for higher-fidelity, longer-running scenarios. Suits CI or shared environments where cluster behavior and scheduling matter.","breadcrumbs":"Part II — User Guide » Runners » Kubernetes runner","id":"42","title":"Kubernetes runner"},"43":{"body":"All runners require at least one validator and, for transaction scenarios,\\naccess to seeded wallets. Readiness probes gate workload start so traffic begins only after nodes are\\nreachable. Environment flags can relax timeouts or increase tracing when diagnostics are\\nneeded. flowchart TD Plan[Scenario Plan] --> RunSel[Runner
local | compose | k8s] RunSel --> Provision[Provision & readiness] Provision --> Runtime[Runtime + observability] Runtime --> Exec[Workloads & Expectations execute]","breadcrumbs":"Part II — User Guide » Runners » Common expectations","id":"43","title":"Common expectations"},"44":{"body":"Operational readiness focuses on prerequisites, environment fit, and clear\\nsignals: Prerequisites: keep a sibling nomos-node checkout available; ensure the\\nchosen runner’s platform needs are met (local binaries for host runs, Docker\\nfor compose, cluster access for k8s). Artifacts: some scenarios depend on prover or circuit assets; fetch them\\nahead of time with the provided helper scripts when needed. Environment flags: use slow-environment toggles to relax timeouts, enable\\ntracing when debugging, and adjust observability ports to avoid clashes. Readiness checks: verify runners report node readiness before starting\\nworkloads; this avoids false negatives from starting too early. Failure triage: map failures to missing prerequisites (wallet seeding,\\nnode control availability), runner platform issues, or unmet expectations.\\nStart with liveness signals, then dive into workload-specific assertions. Treat operational hygiene—assets present, prerequisites satisfied, observability\\nreachable—as the first step to reliable scenario outcomes. flowchart TD Expose[Runner exposes endpoints/ports] --> Collect[Runtime collects block/health signals] Collect --> Consume[Expectations consume signals
decide pass/fail] Consume --> Inspect[Operators inspect logs/metrics
when failures arise]","breadcrumbs":"Part II — User Guide » Operations » Operations","id":"44","title":"Operations"},"45":{"body":"Deep dives for contributors who extend the framework, evolve its abstractions,\\nor maintain the crate set.","breadcrumbs":"Part III — Developer Reference » Part III — Developer Reference","id":"45","title":"Part III — Developer Reference"},"46":{"body":"The scenario model defines clear, composable responsibilities: Topology: a declarative description of the cluster—how many nodes, their\\nroles, and the broad network and data-availability characteristics. It\\nrepresents the intended shape of the system under test. Scenario: a plan combining topology, workloads, expectations, and a run\\nwindow. Building a scenario validates prerequisites (like seeded wallets) and\\nensures the run lasts long enough to observe meaningful block progression. Workloads: asynchronous tasks that generate traffic or conditions. They\\nuse shared context to interact with the deployed cluster and may bundle\\ndefault expectations. Expectations: post-run assertions. They can capture baselines before\\nworkloads start and evaluate success once activity stops. Runtime: coordinates workloads and expectations for the configured\\nduration, enforces cooldowns when control actions occur, and ensures cleanup\\nso runs do not leak resources. Developers extending the model should keep these boundaries strict: topology\\ndescribes, scenarios assemble, runners deploy, workloads drive, and expectations\\njudge outcomes. For guidance on adding new capabilities, see Extending the Framework.","breadcrumbs":"Part III — Developer Reference » Scenario Model (Developer Level) » Scenario Model (Developer Level)","id":"46","title":"Scenario Model (Developer Level)"},"47":{"body":"","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Extending the Framework","id":"47","title":"Extending the Framework"},"48":{"body":"Implement testing_framework_core::scenario::Workload: Provide a name and any bundled expectations. In init, derive inputs from GeneratedTopology and RunMetrics; fail\\nfast if prerequisites are missing (e.g., wallet data, node addresses). In start, drive async traffic using the RunContext clients. Expose the workload from a module under testing-framework/workflows and\\nconsider adding a DSL helper for ergonomic wiring.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding a workload","id":"48","title":"Adding a workload"},"49":{"body":"Implement testing_framework_core::scenario::Expectation: Use start_capture to snapshot baseline metrics. Use evaluate to assert outcomes after workloads finish; return all errors\\nso the runner can aggregate them. Export it from testing-framework/workflows if it is reusable.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding an expectation","id":"49","title":"Adding an expectation"},"5":{"body":"The framework follows these principles. They shape how you write tests and\\ninterpret results.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Testing Philosophy","id":"5","title":"Testing Philosophy"},"50":{"body":"Implement testing_framework_core::scenario::Deployer for your backend. Produce a RunContext with NodeClients, metrics endpoints, and optional NodeControlHandle. Guard cleanup with CleanupGuard to reclaim resources even on failures. Mirror the readiness and block-feed probes used by the existing runners so\\nworkloads can rely on consistent signals.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding a runner","id":"50","title":"Adding a runner"},"51":{"body":"Extend testing_framework_core::topology::TopologyBuilder with new layouts or\\nconfiguration presets (e.g., specialized DA parameters). Keep defaults safe:\\nensure at least one participant and clamp dispersal factors as the current\\nhelpers do.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding topology helpers","id":"51","title":"Adding topology helpers"},"52":{"body":"A minimal, end-to-end illustration of adding a custom workload and matching\\nexpectation. This shows the shape of the traits and where to plug into the\\nframework; expand the logic to fit your real test.","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Example: New Workload & Expectation (Rust)","id":"52","title":"Example: New Workload & Expectation (Rust)"},"53":{"body":"Key ideas: name: identifies the workload in logs. expectations: workloads can bundle defaults so callers don’t forget checks. init: derive inputs from the generated topology (e.g., pick a target node). start: drive async activity using the shared RunContext. #![allow(unused)] fn main() {\\nuse std::sync::Arc;\\nuse async_trait::async_trait;\\nuse testing_framework_core::scenario::{ DynError, Expectation, RunContext, RunMetrics, Workload,\\n};\\nuse testing_framework_core::topology::GeneratedTopology; pub struct ReachabilityWorkload { target_idx: usize, bundled: Vec>,\\n} impl ReachabilityWorkload { pub fn new(target_idx: usize) -> Self { Self { target_idx, bundled: vec![Box::new(ReachabilityExpectation::new(target_idx))], } }\\n} #[async_trait]\\nimpl Workload for ReachabilityWorkload { fn name(&self) -> &\'static str { \\"reachability_workload\\" } fn expectations(&self) -> Vec> { self.bundled.clone() } fn init( &mut self, topology: &GeneratedTopology, _metrics: &RunMetrics, ) -> Result<(), DynError> { if topology.validators().get(self.target_idx).is_none() { return Err(\\"no validator at requested index\\".into()); } Ok(()) } async fn start(&self, ctx: &RunContext) -> Result<(), DynError> { let client = ctx .clients() .validators() .get(self.target_idx) .ok_or(\\"missing target client\\")?; // Pseudo-action: issue a lightweight RPC to prove reachability. client.health_check().await.map_err(|e| e.into()) }\\n} }","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Workload: simple reachability probe","id":"53","title":"Workload: simple reachability probe"},"54":{"body":"Key ideas: start_capture: snapshot baseline if needed (not used here). evaluate: assert the condition after workloads finish. #![allow(unused)] fn main() {\\nuse async_trait::async_trait;\\nuse testing_framework_core::scenario::{DynError, Expectation, RunContext}; pub struct ReachabilityExpectation { target_idx: usize,\\n} impl ReachabilityExpectation { pub fn new(target_idx: usize) -> Self { Self { target_idx } }\\n} #[async_trait]\\nimpl Expectation for ReachabilityExpectation { fn name(&self) -> &str { \\"target_reachable\\" } async fn evaluate(&mut self, ctx: &RunContext) -> Result<(), DynError> { let client = ctx .clients() .validators() .get(self.target_idx) .ok_or(\\"missing target client\\")?; client.health_check().await.map_err(|e| { format!(\\"target became unreachable during run: {e}\\").into() }) }\\n} }","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Expectation: confirm the target stayed reachable","id":"54","title":"Expectation: confirm the target stayed reachable"},"55":{"body":"Build your scenario as usual and call .with_workload(ReachabilityWorkload::new(0)). The bundled expectation is attached automatically; you can add more with .with_expectation(...) if needed. Keep the logic minimal and fast for smoke tests; grow it into richer probes\\nfor deeper scenarios.","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » How to wire it","id":"55","title":"How to wire it"},"56":{"body":"High-level roles of the crates that make up the framework: Configs: prepares reusable configuration primitives for nodes, networking,\\ntracing, data availability, and wallets, shared by all scenarios and runners. Core scenario orchestration: houses the topology and scenario model,\\nruntime coordination, node clients, and readiness/health probes. Workflows: packages workloads and expectations into reusable building\\nblocks and offers a fluent DSL to assemble them. Runners: implements deployment backends (local host, Docker Compose,\\nKubernetes) that all consume the same scenario plan. Test workflows: example scenarios and integration checks that exercise the\\nframework end to end and serve as living documentation. Use this map to locate where to add new capabilities: configuration primitives\\nin configs, orchestration changes in core, reusable traffic/assertions in\\nworkflows, environment adapters in runners, and demonstrations in tests.","breadcrumbs":"Part III — Developer Reference » Internal Crate Reference » Internal Crate Reference","id":"56","title":"Internal Crate Reference"},"57":{"body":"Quick-reference material and supporting guidance to keep scenarios discoverable,\\ndebuggable, and consistent.","breadcrumbs":"Part IV — Appendix » Part IV — Appendix","id":"57","title":"Part IV — Appendix"},"58":{"body":"The framework offers a fluent builder style to keep scenarios readable. Common\\nknobs: Topology shaping: set validator and executor counts, pick a network layout\\nstyle, and adjust high-level data-availability traits. Wallet seeding: define how many users participate and the total funds\\navailable for transaction workloads. Workload tuning: configure transaction rates, data-availability channel\\nand blob rates, and whether chaos restarts should include validators,\\nexecutors, or both. Expectations: attach liveness and workload-specific checks so success is\\nexplicit. Run window: set a minimum duration long enough for multiple blocks to be\\nobserved and verified. Use these knobs to express intent clearly, keeping scenario definitions concise\\nand consistent across teams.","breadcrumbs":"Part IV — Appendix » DSL Cheat Sheet » Core Content: DSL Cheat Sheet","id":"58","title":"Core Content: DSL Cheat Sheet"},"59":{"body":"Common symptoms and likely causes: No or slow block progression: runner started workloads before readiness, insufficient run window, or environment too slow—extend duration or enable slow-environment tuning. Transactions not included: missing or insufficient wallet seeding, misaligned transaction rate with block cadence, or network instability—reduce rate and verify wallet setup. Chaos stalls the run: node control not available for the chosen runner or restart cadence too aggressive—enable control capability and widen restart intervals. Observability gaps: metrics or logs unreachable because ports clash or services are not exposed—adjust observability ports and confirm runner wiring. Flaky behavior across runs: mixing chaos with functional smoke tests or inconsistent topology between environments—separate deterministic and chaos scenarios and standardize topology presets.","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Troubleshooting Scenarios","id":"59","title":"Troubleshooting Scenarios"},"6":{"body":"Describe what you want to test, not how to orchestrate it: #![allow(unused)] fn main() {\\n// Good: declarative\\nScenarioBuilder::with_node_counts(2, 1) .transactions().rate(5).apply() .expect_consensus_liveness() .build(); // Bad: imperative (framework doesn\'t work this way)\\n// spawn_validator(); spawn_executor(); // loop { submit_tx(); check_block(); } } Why it matters: The framework handles deployment, readiness, and cleanup.\\nYou focus on test intent, not infrastructure orchestration.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Declarative over Imperative","id":"6","title":"Declarative over Imperative"},"60":{"body":"Why block-oriented timing? Using block cadence reduces dependence on host speed and keeps assertions aligned\\nwith protocol behavior. Can I reuse the same scenario across runners? Yes. The plan stays the same; swap runners (local, compose, k8s) to target\\ndifferent environments. When should I enable chaos workloads? Only when testing resilience or operational recovery; keep functional smoke\\ntests deterministic. How long should runs be? Long enough for multiple blocks so liveness and inclusion checks are\\nmeaningful; very short runs risk false confidence. Do I always need seeded wallets? Only for transaction scenarios. Data-availability or pure chaos scenarios may\\nnot require them, but liveness checks still need validators producing blocks. What if expectations fail but workloads “look fine”? Trust expectations first—they capture the intended success criteria. Use the\\nobservability signals and runner logs to pinpoint why the system missed the\\ntarget.","breadcrumbs":"Part IV — Appendix » FAQ » FAQ","id":"60","title":"FAQ"},"61":{"body":"Validator: node role responsible for participating in consensus and block\\nproduction. Executor: a validator node with the DA dispersal service enabled. Executors\\ncan submit transactions and disperse blob data to the DA network, in addition\\nto performing all validator functions. DA (Data Availability): subsystem ensuring blobs or channel data are\\npublished and retrievable for validation. Deployer: component that provisions infrastructure (spawns processes,\\ncreates containers, or launches pods), waits for readiness, and returns a\\nRunner. Examples: LocalDeployer, ComposeRunner, K8sRunner. Runner: component returned by deployers that orchestrates scenario\\nexecution—starts workloads, observes signals, evaluates expectations, and\\ntriggers cleanup. Workload: traffic or behavior generator that exercises the system during a\\nscenario run. Expectation: post-run assertion that judges whether the system met the\\nintended success criteria. Topology: declarative description of the cluster shape, roles, and\\nhigh-level parameters for a scenario. Scenario: immutable plan combining topology, workloads, expectations, and\\nrun duration. Blockfeed: stream of block observations used for liveness or inclusion\\nsignals during a run. Control capability: the ability for a runner to start, stop, or restart\\nnodes, used by chaos workloads.","breadcrumbs":"Part IV — Appendix » Glossary » Glossary","id":"61","title":"Glossary"},"7":{"body":"Reason in blocks and consensus intervals, not wall-clock seconds: #![allow(unused)] fn main() {\\n// Good: protocol-oriented thinking\\nlet plan = ScenarioBuilder::with_node_counts(2, 1) .transactions().rate(5).apply() // 5 tx per block .with_run_duration(Duration::from_secs(60)) // Let framework calculate expected blocks .expect_consensus_liveness() // \\"Did we produce the expected blocks?\\" .build(); // Bad: wall-clock assumptions\\n// \\"I expect at least 30 blocks in 60 seconds\\"\\n// Brittle if readiness or startup takes longer on slow CI } Why it matters: Block production rate is fixed by consensus parameters (e.g.,\\n2-second slot duration), but node startup and readiness vary by environment—fast\\non a laptop, slow on overloaded CI. The framework measures in blocks (protocol\\ntime), not wall-clock seconds, so tests focus on “did consensus work?” rather\\nthan “was the hardware fast enough?”","breadcrumbs":"Part I — Foundations » Testing Philosophy » Protocol Time, Not Wall Time","id":"7","title":"Protocol Time, Not Wall Time"},"8":{"body":"Default scenarios are repeatable: Fixed topology Predictable traffic rates Deterministic checks Chaos is opt-in: #![allow(unused)] fn main() {\\n// Separate: functional test (deterministic)\\nlet plan = ScenarioBuilder::with_node_counts(2, 1) .transactions().rate(5).apply() .expect_consensus_liveness() .build(); // Separate: chaos test (introduces randomness)\\nlet chaos_plan = ScenarioBuilder::with_node_counts(3, 2) .enable_node_control() .chaos().restart().apply() .transactions().rate(5).apply() .expect_consensus_liveness() .build(); } Why it matters: Mixing determinism with chaos creates noisy, hard-to-debug\\nfailures. Separate concerns make failures actionable.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Determinism First, Chaos When Needed","id":"8","title":"Determinism First, Chaos When Needed"},"9":{"body":"Prefer user-facing signals over internal state: Good checks: ✅ Blocks progressing at expected rate (liveness) ✅ Transactions included within N blocks (inclusion) ✅ DA blobs retrievable (availability) Avoid internal checks: ❌ Memory pool size ❌ Internal service state ❌ Cache hit rates Why it matters: User-facing signals reflect actual system health.\\nInternal state can be “healthy” while the system is broken from a user\\nperspective.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Observable Health Signals","id":"9","title":"Observable Health Signals"}},"length":62,"save":true},"fields":["title","body","breadcrumbs"],"index":{"body":{"root":{"0":{"df":2,"docs":{"10":{"tf":1.0},"24":{"tf":1.0}}},"1":{"0":{"0":{"df":1,"docs":{"29":{"tf":1.0}}},"df":3,"docs":{"10":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0}}},"df":9,"docs":{"10":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"2":{"0":{"df":1,"docs":{"29":{"tf":1.0}}},"df":6,"docs":{"26":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"33":{"tf":1.7320508075688772},"7":{"tf":1.0},"8":{"tf":1.0}}},"3":{"0":{"df":1,"docs":{"7":{"tf":1.0}}},"df":1,"docs":{"33":{"tf":1.4142135623730951}}},"5":{"0":{"df":1,"docs":{"29":{"tf":1.0}}},"df":2,"docs":{"31":{"tf":1.0},"7":{"tf":1.0}}},"6":{"0":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}},"7":{"df":2,"docs":{"32":{"tf":1.0},"33":{"tf":1.4142135623730951}}},"_":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":8,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"a":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"61":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"46":{"tf":1.0},"53":{"tf":1.0},"8":{"tf":1.0}}}},"v":{"df":9,"docs":{"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"46":{"tf":1.0},"53":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"19":{"tf":1.0},"21":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"37":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"56":{"tf":1.0}}}}},"d":{"df":4,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"48":{"tf":1.0}}}}}}},"df":6,"docs":{"46":{"tf":1.0},"48":{"tf":1.4142135623730951},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"23":{"tf":1.0},"44":{"tf":1.0},"58":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"28":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"49":{"tf":1.0}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"32":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}}}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":4,"docs":{"17":{"tf":1.0},"21":{"tf":1.4142135623730951},"38":{"tf":1.0},"60":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":15,"docs":{"10":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}}}}},"df":1,"docs":{"22":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"10":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"57":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":9,"docs":{"20":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"4":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"44":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"15":{"tf":1.0},"46":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":12,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}}},"t":{"df":2,"docs":{"16":{"tf":1.0},"44":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"0":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{":":{":":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":12,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"46":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":6,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"17":{"tf":1.0},"38":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":16,"docs":{"0":{"tf":1.7320508075688772},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"38":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.4142135623730951},"46":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.7320508075688772},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"22":{"tf":1.0},"44":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"df":0,"docs":{}}}}},"b":{"(":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"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":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"4":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}}}}},"d":{"df":3,"docs":{"10":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"22":{"tf":1.0},"39":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"46":{"tf":1.0},"49":{"tf":1.0},"54":{"tf":1.0}}}}}},"i":{"c":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}}}},"df":2,"docs":{"36":{"tf":1.0},"4":{"tf":1.0}},"e":{"c":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":7,"docs":{"22":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"59":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"43":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":9,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"22":{"tf":1.0},"40":{"tf":1.0}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":6,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0},"59":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"44":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"b":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{"df":1,"docs":{"26":{"tf":1.0}}},"2":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":6,"docs":{"0":{"tf":1.7320508075688772},"17":{"tf":1.0},"19":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":18,"docs":{"0":{"tf":1.0},"10":{"tf":2.23606797749979},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.0},"35":{"tf":2.23606797749979},"46":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":2.0},"61":{"tf":1.4142135623730951},"7":{"tf":2.6457513110645907},"9":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"61":{"tf":1.0}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"0":{"tf":1.0},"1":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"18":{"tf":1.0},"20":{"tf":1.0},"26":{"tf":1.0},"58":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"46":{"tf":1.0}}}}},"df":1,"docs":{"35":{"tf":1.0}}},"df":0,"docs":{}}},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":9,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"13":{"tf":1.0},"29":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"o":{"a":{"d":{"df":1,"docs":{"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"9":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":16,"docs":{"12":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"46":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"58":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":5,"docs":{"21":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.7320508075688772},"55":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"z":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"33":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}},"c":{"(":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}},"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":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"9":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"59":{"tf":1.4142135623730951},"60":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"55":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"36":{"tf":1.0}}}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"46":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0}}}},"c":{"df":2,"docs":{"28":{"tf":1.0},"29":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"38":{"tf":1.0},"46":{"tf":1.0},"60":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"32":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"30":{"tf":1.0},"35":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":1,"docs":{"4":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"1":{"tf":1.0},"56":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"2":{"df":1,"docs":{"26":{"tf":1.0}}},"5":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"0":{"tf":1.0}}},"df":0,"docs":{}}}},"df":3,"docs":{"19":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.0}}}}}},"o":{"df":15,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"27":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":1.7320508075688772},"33":{"tf":1.0},"36":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.7320508075688772},"60":{"tf":1.4142135623730951},"61":{"tf":1.0},"8":{"tf":2.0}},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"46":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":16,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"44":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.4142135623730951},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"44":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"22":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"17":{"tf":1.4142135623730951},"22":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"59":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}}}}},"i":{"df":6,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0},"7":{"tf":1.4142135623730951}},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"51":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"44":{"tf":1.0},"59":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":5,"docs":{"12":{"tf":1.0},"46":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0}},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"r":{"df":7,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"58":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"|":{"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":4,"docs":{"48":{"tf":1.0},"53":{"tf":1.7320508075688772},"54":{"tf":1.7320508075688772},"56":{"tf":1.0}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"33":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":12,"docs":{"1":{"tf":1.0},"13":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.7320508075688772},"42":{"tf":1.4142135623730951},"44":{"tf":1.0},"46":{"tf":1.0},"61":{"tf":1.0}},"—":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"46":{"tf":1.0}}}}}}}}}}}},"o":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"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":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"44":{"tf":1.0}}}}}}}}},"df":3,"docs":{"20":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"14":{"tf":1.0},"23":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"61":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"22":{"tf":1.0},"38":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"18":{"tf":1.0},"4":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"3":{"tf":1.0},"61":{"tf":1.4142135623730951}}},"s":{"df":12,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"61":{"tf":1.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":4,"docs":{"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":3,"docs":{"12":{"tf":1.0},"2":{"tf":1.0},"38":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"8":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"20":{"tf":1.0},"58":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"4":{"tf":1.0},"46":{"tf":1.0},"54":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"3":{"tf":1.0},"60":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":4,"docs":{"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"37":{"tf":1.7320508075688772},"56":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"r":{"df":10,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"54":{"tf":1.0},"59":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":8,"docs":{"0":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.4142135623730951},"27":{"tf":1.0},"31":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.7320508075688772}}}}}},"i":{"d":{"df":1,"docs":{"48":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.0},"39":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"35":{"tf":1.0},"50":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"m":{"df":3,"docs":{"15":{"tf":1.0},"44":{"tf":1.4142135623730951},"56":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"41":{"tf":1.0},"61":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"1":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"58":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"0":{"tf":1.0},"46":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":2,"docs":{"20":{"tf":1.0},"36":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":6,"docs":{"19":{"tf":1.4142135623730951},"36":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"59":{"tf":1.4142135623730951},"61":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":4,"docs":{"12":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"46":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"46":{"tf":1.0},"56":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"23":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":7,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"38":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"21":{"tf":1.0},"58":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"45":{"tf":1.0},"56":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"17":{"tf":1.0},"61":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":4,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"x":{"df":2,"docs":{"53":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"36":{"tf":1.0},"51":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":4,"docs":{"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"52":{"tf":1.0}}}}}}}},"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"[":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"12":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"a":{"df":8,"docs":{"0":{"tf":2.449489742783178},"22":{"tf":1.0},"26":{"tf":2.0},"30":{"tf":1.0},"37":{"tf":1.0},"51":{"tf":1.0},"61":{"tf":1.7320508075688772},"9":{"tf":1.0}},"t":{"a":{"df":13,"docs":{"0":{"tf":2.23606797749979},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"4":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":2,"docs":{"12":{"tf":1.0},"4":{"tf":1.0}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":3,"docs":{"40":{"tf":1.0},"44":{"tf":1.0},"8":{"tf":1.0}},"g":{"df":2,"docs":{"11":{"tf":1.0},"57":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"12":{"tf":1.0},"17":{"tf":1.0}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"r":{"df":8,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"3":{"tf":1.0},"46":{"tf":1.0},"6":{"tf":1.4142135623730951},"61":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"45":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":5,"docs":{"21":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"17":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"20":{"tf":1.0},"21":{"tf":1.0},"58":{"tf":1.0}}}}}}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":2,"docs":{"30":{"tf":1.0},"35":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"32":{"tf":1.0},"33":{"tf":1.0}}}},"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"16":{"tf":1.0},"56":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"44":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":21,"docs":{"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.7320508075688772},"38":{"tf":1.0},"4":{"tf":1.7320508075688772},"42":{"tf":1.0},"46":{"tf":1.4142135623730951},"56":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"(":{"&":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":9,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}}}},"df":0,"docs":{}}},"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":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"48":{"tf":1.0},"53":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":6,"docs":{"16":{"tf":1.0},"18":{"tf":1.4142135623730951},"3":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"46":{"tf":1.0},"61":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"11":{"tf":1.0},"8":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":6,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}}}}}},"df":1,"docs":{"36":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"14":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"60":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"41":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"57":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":3,"docs":{"0":{"tf":1.7320508075688772},"51":{"tf":1.0},"61":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"56":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"22":{"tf":1.0},"56":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"\'":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"n":{"df":3,"docs":{"12":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"[":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}},"df":8,"docs":{"12":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.0},"38":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0}},"n":{"df":1,"docs":{"18":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"l":{"df":6,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.0},"48":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":13,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":4,"docs":{"12":{"tf":1.0},"31":{"tf":1.0},"54":{"tf":1.0},"61":{"tf":1.4142135623730951}}}}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"53":{"tf":1.7320508075688772},"54":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}},"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":7,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"7":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"12":{"tf":1.0}}}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"13":{"tf":1.0},"16":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"44":{"tf":1.0}}}}},"s":{"df":1,"docs":{"41":{"tf":1.0}},"i":{"df":1,"docs":{"17":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":3,"docs":{"12":{"tf":1.0},"29":{"tf":1.0},"4":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":6,"docs":{"0":{"tf":1.0},"21":{"tf":1.0},"44":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":5,"docs":{"27":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"8":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"d":{"df":4,"docs":{"16":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":2,"docs":{"10":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"15":{"tf":1.0},"3":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":6,"docs":{"10":{"tf":1.4142135623730951},"17":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"38":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.4142135623730951},"51":{"tf":1.0},"61":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":19,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"38":{"tf":1.7320508075688772},"39":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.7320508075688772},"56":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"—":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"48":{"tf":1.0}}}}}}},"r":{"(":{"\\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"2":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"a":{"df":0,"docs":{},"l":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":8,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"54":{"tf":1.0},"61":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":3,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0}}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":6,"docs":{"15":{"tf":1.0},"23":{"tf":1.0},"28":{"tf":1.0},"52":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"4":{"tf":1.4142135623730951},"43":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"r":{"df":6,"docs":{"0":{"tf":1.4142135623730951},"17":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":2.6457513110645907},"58":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":6,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":12,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":30,"docs":{"1":{"tf":1.0},"12":{"tf":2.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"35":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"46":{"tf":2.23606797749979},"48":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":2.0},"54":{"tf":1.7320508075688772},"55":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.7320508075688772},"7":{"tf":1.7320508075688772},"9":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}},"s":{"df":2,"docs":{"44":{"tf":1.0},"48":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"—":{"a":{"d":{"df":0,"docs":{},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"20":{"tf":1.0},"21":{"tf":1.0},"58":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"13":{"tf":1.0},"30":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":2,"docs":{"16":{"tf":1.0},"34":{"tf":1.0}}}}}}},"}":{"\\"":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"54":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"f":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"15":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"51":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":4,"docs":{"12":{"tf":1.0},"29":{"tf":1.0},"48":{"tf":1.0},"60":{"tf":1.0}},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"36":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":7,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.7320508075688772},"50":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}},"l":{"df":0,"docs":{},"s":{"df":3,"docs":{"10":{"tf":1.0},"44":{"tf":1.0},"60":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}}}},"q":{"df":1,"docs":{"60":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"17":{"tf":1.0},"37":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.0},"7":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"22":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"35":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"22":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"29":{"tf":1.4142135623730951},"32":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":1,"docs":{"60":{"tf":1.0}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"17":{"tf":1.0},"49":{"tf":1.0},"54":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"44":{"tf":1.0},"8":{"tf":1.0}},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"60":{"tf":1.0}}}}}}}}}},"t":{"df":6,"docs":{"15":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"52":{"tf":1.0}}},"x":{"df":2,"docs":{"7":{"tf":1.0},"8":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"38":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0}}},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":3,"docs":{"13":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"56":{"tf":1.0},"58":{"tf":1.0}}}}}}},"n":{"df":15,"docs":{"10":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"53":{"tf":2.449489742783178},"54":{"tf":2.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"o":{"c":{"df":0,"docs":{},"u":{"df":2,"docs":{"6":{"tf":1.0},"7":{"tf":1.0}},"s":{"df":3,"docs":{"0":{"tf":1.0},"15":{"tf":1.0},"44":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"5":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"t":{"!":{"(":{"\\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"4":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"2":{"tf":1.0},"21":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"48":{"tf":1.0},"49":{"tf":1.0}}}}}}}}}}},"df":16,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.4142135623730951},"2":{"tf":1.0},"3":{"tf":1.4142135623730951},"4":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0},"6":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}},"’":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"8":{"tf":1.0}}}}}}},"d":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"3":{"tf":1.0},"59":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"43":{"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":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"48":{"tf":1.0},"53":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":8,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"46":{"tf":1.0},"53":{"tf":1.0},"61":{"tf":1.0}}}}},"t":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}}}},"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":1,"docs":{"1":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"61":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"17":{"tf":1.0},"22":{"tf":1.0}}}},"df":0,"docs":{},"o":{"d":{"df":5,"docs":{"10":{"tf":1.0},"41":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"31":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"17":{"tf":1.0},"22":{"tf":1.0}}},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"29":{"tf":1.0},"30":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":1,"docs":{"55":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"14":{"tf":1.0},"46":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"1":{"tf":1.0},"14":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"12":{"tf":1.0}},"l":{"df":4,"docs":{"0":{"tf":1.0},"29":{"tf":1.0},"32":{"tf":1.0},"6":{"tf":1.0}}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"r":{"d":{"df":1,"docs":{"8":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"24":{"tf":1.0},"29":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"17":{"tf":1.0},"4":{"tf":1.0},"9":{"tf":1.4142135623730951}},"i":{"df":2,"docs":{"20":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"0":{"tf":1.0},"54":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":8,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"4":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"56":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"i":{"[":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"20":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"a":{"df":3,"docs":{"34":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"36":{"tf":1.0},"53":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"14":{"tf":1.0}},"i":{"df":1,"docs":{"45":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}}}}}},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.4142135623730951}}}},"l":{"df":2,"docs":{"53":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.0}}}}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":4,"docs":{"0":{"tf":1.4142135623730951},"58":{"tf":1.0},"59":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":7,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.0},"9":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"29":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"\\"":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"3":{"tf":1.0},"4":{"tf":1.4142135623730951},"6":{"tf":1.0},"61":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"12":{"tf":1.0},"21":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":3,"docs":{"20":{"tf":1.4142135623730951},"48":{"tf":1.0},"53":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"48":{"tf":1.0},"53":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"df":2,"docs":{"41":{"tf":1.0},"44":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"59":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":4,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"3":{"tf":1.0},"56":{"tf":1.0}}}},"n":{"d":{"df":4,"docs":{"17":{"tf":1.0},"46":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"0":{"tf":1.4142135623730951},"3":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":2,"docs":{"56":{"tf":1.0},"9":{"tf":2.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"5":{"tf":1.0}}}}}},"v":{"df":3,"docs":{"35":{"tf":1.0},"59":{"tf":1.0},"7":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"8":{"tf":1.0}},"t":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":2,"docs":{"44":{"tf":1.0},"53":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.0},"40":{"tf":1.0}}}},"’":{"df":1,"docs":{"0":{"tf":1.0}}}},"v":{"df":1,"docs":{"57":{"tf":1.0}}}},"j":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"g":{"df":4,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}}},"k":{"8":{"df":6,"docs":{"16":{"tf":1.0},"22":{"tf":1.0},"38":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"60":{"tf":1.0}},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"61":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":15,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.7320508075688772},"22":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951}}}},"y":{"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}}}},"n":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"58":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0},"56":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"13":{"tf":1.0},"7":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"21":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"40":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"26":{"tf":1.0},"4":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"15":{"tf":1.0},"21":{"tf":1.0},"3":{"tf":1.0},"51":{"tf":1.0},"58":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":3,"docs":{"12":{"tf":1.0},"30":{"tf":1.4142135623730951},"46":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":10,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"19":{"tf":1.0},"29":{"tf":1.0},"33":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"20":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":16,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"44":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.0},"9":{"tf":1.0}}}}},"o":{"a":{"d":{"df":3,"docs":{"25":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"61":{"tf":1.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":5,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":11,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"38":{"tf":1.4142135623730951},"4":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0}}},"t":{"df":1,"docs":{"56":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":3,"docs":{"53":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}},"i":{"c":{"df":3,"docs":{"36":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{}},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":7,"docs":{"10":{"tf":1.0},"17":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"42":{"tf":1.0},"7":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"60":{"tf":1.0}}},"p":{"df":3,"docs":{"22":{"tf":1.0},"40":{"tf":1.0},"6":{"tf":1.0}}},"s":{"df":1,"docs":{"15":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"r":{"df":2,"docs":{"12":{"tf":1.0},"4":{"tf":1.0}}},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"10":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"41":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":15,"docs":{"10":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"13":{"tf":1.0},"31":{"tf":1.0},"45":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":7,"docs":{"13":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"56":{"tf":1.0},"8":{"tf":1.0}}}},"n":{"df":0,"docs":{},"i":{"df":6,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.0}}}},"p":{"df":3,"docs":{"16":{"tf":1.0},"44":{"tf":1.0},"56":{"tf":1.0}}},"t":{"c":{"df":0,"docs":{},"h":{"df":4,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"29":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"57":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"17":{"tf":1.0},"42":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}},"x":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"0":{"df":1,"docs":{"32":{"tf":1.0}}},"5":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}},"2":{"5":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"4":{"0":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"y":{"b":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":8,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"46":{"tf":1.0},"60":{"tf":1.0}}}}},"t":{"df":1,"docs":{"21":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"30":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"2":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"44":{"tf":1.0},"61":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"c":{"df":4,"docs":{"12":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"59":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"0":{"df":1,"docs":{"33":{"tf":1.0}}},"5":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"3":{"0":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"22":{"tf":1.0},"24":{"tf":1.0},"40":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"10":{"tf":1.4142135623730951},"58":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":5,"docs":{"35":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}}},"x":{"df":2,"docs":{"59":{"tf":1.0},"8":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":7,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"46":{"tf":1.7320508075688772},"56":{"tf":1.0}}},"r":{"df":1,"docs":{"30":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"13":{"tf":1.0}}}},"df":1,"docs":{"48":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"32":{"tf":1.4142135623730951},"55":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"13":{"tf":1.0},"22":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":7,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.4142135623730951},"41":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":5,"docs":{"22":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"58":{"tf":1.0},"60":{"tf":1.0}}}}}}},"t":{"df":10,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"53":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"48":{"tf":1.0},"53":{"tf":1.0}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"df":1,"docs":{"9":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":12,"docs":{"21":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.4142135623730951},"8":{"tf":1.0}},"—":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"g":{"df":1,"docs":{"44":{"tf":1.0}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":11,"docs":{"0":{"tf":1.7320508075688772},"15":{"tf":1.0},"17":{"tf":1.0},"3":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"4":{"tf":1.0},"46":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"37":{"tf":1.0}}}}},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":4,"docs":{"46":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"56":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"50":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":25,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"12":{"tf":1.4142135623730951},"15":{"tf":1.7320508075688772},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"2":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"33":{"tf":1.0},"36":{"tf":1.7320508075688772},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.7320508075688772},"46":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.4142135623730951},"59":{"tf":1.0},"61":{"tf":1.7320508075688772},"7":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":2,"docs":{"22":{"tf":1.0},"8":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"df":6,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.7320508075688772},"44":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"{":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{":":{":":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"21":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"[":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":16,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.4142135623730951},"46":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"22":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"46":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"12":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"56":{"tf":1.0},"58":{"tf":1.0}}}}}},"k":{"(":{"_":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"\\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":10,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"53":{"tf":1.0}}},"n":{"c":{"df":3,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0}}},"df":5,"docs":{"15":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.4142135623730951},"43":{"tf":1.0},"51":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"42":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"0":{"tf":1.0},"17":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.4142135623730951},"44":{"tf":1.7320508075688772},"60":{"tf":1.0}}}},"t":{"df":2,"docs":{"21":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"12":{"tf":1.0},"50":{"tf":1.0}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":9,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"56":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"61":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"21":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":8,"docs":{"12":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0}}}}},"df":1,"docs":{"31":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"3":{"tf":1.0},"36":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}}},"p":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"12":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"16":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"1":{"tf":1.0},"38":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"37":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"4":{"tf":1.0},"51":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":4,"docs":{"14":{"tf":1.0},"2":{"tf":1.0},"45":{"tf":1.0},"57":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":5,"docs":{"0":{"tf":1.0},"19":{"tf":1.0},"51":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.7320508075688772}}}}}},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"38":{"tf":1.0},"44":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":1,"docs":{"12":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"19":{"tf":1.0},"26":{"tf":1.0},"32":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":3,"docs":{"15":{"tf":1.0},"21":{"tf":2.0},"22":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":4,"docs":{"0":{"tf":1.0},"29":{"tf":1.0},"4":{"tf":1.0},"61":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"15":{"tf":1.0},"16":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}}}}}}}}},"l":{"a":{"df":0,"docs":{},"n":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":9,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"[":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":25,"docs":{"1":{"tf":1.0},"12":{"tf":2.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"20":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.4142135623730951},"3":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"38":{"tf":2.0},"39":{"tf":1.4142135623730951},"4":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"44":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"52":{"tf":1.0}},"g":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"13":{"tf":1.0},"18":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"d":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"3":{"tf":1.0}}}},"df":0,"docs":{}},"df":4,"docs":{"37":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"59":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"46":{"tf":1.0},"61":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"14":{"tf":1.0},"22":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"9":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"15":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"38":{"tf":1.4142135623730951},"44":{"tf":2.0},"46":{"tf":1.0},"48":{"tf":1.0}}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}},"t":{"df":3,"docs":{"22":{"tf":1.0},"51":{"tf":1.0},"59":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"38":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.4142135623730951}}}}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"11":{"tf":1.0},"5":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"n":{"df":1,"docs":{"29":{"tf":1.4142135623730951}}}}}}},"o":{"b":{"df":0,"docs":{},"e":{"df":8,"docs":{"17":{"tf":1.0},"21":{"tf":1.0},"28":{"tf":1.0},"43":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}}}},"c":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"31":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":6,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"61":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":6,"docs":{"0":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"50":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.0}},"t":{"df":5,"docs":{"10":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":8,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"46":{"tf":1.0},"59":{"tf":1.0},"9":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":7,"docs":{"0":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"21":{"tf":1.0},"3":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"10":{"tf":1.0},"53":{"tf":1.0}},"r":{"df":1,"docs":{"44":{"tf":1.0}}}},"i":{"d":{"df":3,"docs":{"41":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":4,"docs":{"12":{"tf":1.4142135623730951},"4":{"tf":1.0},"43":{"tf":1.0},"61":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"43":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"b":{"df":2,"docs":{"53":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"61":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"60":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"18":{"tf":1.0},"3":{"tf":1.0}}}}}}}},"q":{"a":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"24":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}}}}}},"r":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"12":{"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":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"36":{"tf":1.4142135623730951},"8":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"(":{"1":{"0":{"df":2,"docs":{"26":{"tf":1.0},"31":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":4,"docs":{"25":{"tf":1.0},"27":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":10,"docs":{"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"29":{"tf":2.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"12":{"tf":1.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"53":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"l":{"df":3,"docs":{"43":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0}},"e":{"df":0,"docs":{},"—":{"a":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":12,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"27":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.7320508075688772},"50":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.4142135623730951}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"56":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":3,"docs":{"0":{"tf":1.0},"3":{"tf":1.0},"52":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"1":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"50":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"19":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.7320508075688772},"60":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":3,"docs":{"13":{"tf":1.0},"21":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"45":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"38":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}},"x":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}}},"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"22":{"tf":1.0},"50":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"20":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"3":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"46":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":4,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":7,"docs":{"19":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"60":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":7,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"60":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"12":{"tf":1.0},"46":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":4,"docs":{"16":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"61":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":11,"docs":{"12":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"27":{"tf":1.4142135623730951},"31":{"tf":2.23606797749979},"32":{"tf":2.23606797749979},"33":{"tf":2.0},"36":{"tf":1.7320508075688772},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"61":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":14,"docs":{"22":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"38":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"61":{"tf":1.0},"9":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":5,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0},"61":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"15":{"tf":1.4142135623730951},"21":{"tf":1.0},"49":{"tf":1.0},"56":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":3,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"60":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"10":{"tf":1.0},"60":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":6,"docs":{"0":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.4142135623730951}}},"l":{"df":1,"docs":{"31":{"tf":1.7320508075688772}}}}},"p":{"c":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"48":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.7320508075688772},"54":{"tf":1.4142135623730951}}}}}}}}},"df":19,"docs":{"1":{"tf":1.0},"10":{"tf":1.7320508075688772},"12":{"tf":2.0},"13":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.7320508075688772},"20":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.0},"38":{"tf":1.7320508075688772},"4":{"tf":1.7320508075688772},"42":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":2.0},"54":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.7320508075688772},"60":{"tf":1.4142135623730951},"61":{"tf":2.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"48":{"tf":1.0},"53":{"tf":1.4142135623730951}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":9,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":31,"docs":{"12":{"tf":1.0},"13":{"tf":1.4142135623730951},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"38":{"tf":1.7320508075688772},"39":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.4142135623730951},"46":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.4142135623730951},"56":{"tf":1.7320508075688772},"59":{"tf":1.7320508075688772},"60":{"tf":1.7320508075688772},"61":{"tf":1.7320508075688772}},"’":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"43":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"56":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"43":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"51":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":5,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"38":{"tf":1.4142135623730951},"56":{"tf":1.0},"60":{"tf":1.4142135623730951}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"0":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"44":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"24":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"2":{"df":4,"docs":{"25":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"3":{"df":4,"docs":{"24":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0},"8":{"tf":1.0}}},"4":{"df":2,"docs":{"27":{"tf":1.0},"30":{"tf":1.0}}},"5":{"df":1,"docs":{"31":{"tf":1.0}}},"7":{"df":2,"docs":{"32":{"tf":1.0},"33":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":29,"docs":{"1":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":2.23606797749979},"16":{"tf":1.7320508075688772},"17":{"tf":1.7320508075688772},"18":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":2.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"28":{"tf":1.0},"38":{"tf":1.7320508075688772},"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.4142135623730951},"46":{"tf":2.23606797749979},"55":{"tf":1.4142135623730951},"56":{"tf":2.23606797749979},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"60":{"tf":1.7320508075688772},"61":{"tf":2.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"42":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"a":{"df":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"44":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"22":{"tf":1.0},"7":{"tf":2.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"d":{"df":8,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}},"df":4,"docs":{"17":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.0},"46":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}},"f":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":3,"docs":{"21":{"tf":1.0},"53":{"tf":1.7320508075688772},"54":{"tf":1.7320508075688772}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"8":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"56":{"tf":1.0}},"i":{"c":{"df":5,"docs":{"0":{"tf":1.0},"41":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":6,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"38":{"tf":1.0},"45":{"tf":1.0},"58":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"16":{"tf":1.0},"41":{"tf":1.0},"59":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":10,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":7,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"0":{"tf":1.0},"10":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"60":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"w":{"df":4,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"23":{"tf":1.0},"52":{"tf":1.0}}}}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":13,"docs":{"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"38":{"tf":1.7320508075688772},"4":{"tf":1.0},"44":{"tf":1.7320508075688772},"50":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"9":{"tf":1.7320508075688772}},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"44":{"tf":1.0}}},"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":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"24":{"tf":1.0},"53":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"33":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"n":{"df":3,"docs":{"26":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":3,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0}}}}},"t":{"df":1,"docs":{"15":{"tf":1.0}}},"z":{"df":0,"docs":{},"e":{"df":1,"docs":{"9":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}}},"w":{"df":3,"docs":{"44":{"tf":1.0},"59":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"35":{"tf":1.0}}}},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"17":{"tf":1.0},"3":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":5,"docs":{"21":{"tf":1.0},"24":{"tf":1.0},"55":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"49":{"tf":1.0},"54":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"o":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"3":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":1,"docs":{"61":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":5,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"36":{"tf":1.4142135623730951},"44":{"tf":1.0},"58":{"tf":1.0}},"i":{"df":1,"docs":{"17":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":3,"docs":{"22":{"tf":1.0},"39":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"41":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"59":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"22":{"tf":1.0},"59":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"df":0,"docs":{}},"_":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"49":{"tf":1.0},"54":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":14,"docs":{"12":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.7320508075688772},"46":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"7":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"e":{"df":3,"docs":{"12":{"tf":1.0},"22":{"tf":1.0},"9":{"tf":1.7320508075688772}}},"i":{"c":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}},"y":{"df":5,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"35":{"tf":1.4142135623730951},"54":{"tf":1.0},"60":{"tf":1.0}}}},"d":{":":{":":{"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":9,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{":":{":":{"a":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"53":{"tf":1.0}}},"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":{":":{":":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"24":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"21":{"tf":1.0},"44":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"60":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"p":{"df":3,"docs":{"12":{"tf":1.0},"46":{"tf":1.0},"61":{"tf":1.0}}}},"r":{"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"26":{"tf":1.0},"32":{"tf":1.4142135623730951}}}}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"58":{"tf":1.4142135623730951}}}}}},"u":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"25":{"tf":1.0},"36":{"tf":1.0}}}},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"6":{"tf":1.0}}}}},"df":6,"docs":{"0":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":1.0},"61":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"0":{"tf":1.0},"61":{"tf":1.0}}}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"42":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"57":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"13":{"tf":1.0},"22":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"27":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"30":{"tf":1.0}}}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"60":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":7,"docs":{"20":{"tf":1.4142135623730951},"3":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}}}}}}}},"t":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"7":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"2":{"0":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"0":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}},"4":{"5":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"6":{"0":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"53":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":5,"docs":{"17":{"tf":1.0},"36":{"tf":1.7320508075688772},"53":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"46":{"tf":1.0}}}}},"d":{"df":3,"docs":{"20":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"22":{"tf":1.0},"3":{"tf":1.4142135623730951},"58":{"tf":1.0}}},"r":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"21":{"tf":1.0},"30":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"c":{"a":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"33":{"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":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"25":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":31,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.0},"11":{"tf":1.0},"15":{"tf":2.0},"16":{"tf":1.7320508075688772},"17":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.7320508075688772},"30":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"36":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.4142135623730951},"52":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"59":{"tf":1.0},"6":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"50":{"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":{"49":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"{":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"54":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"53":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"51":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"7":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":3,"docs":{"13":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"e":{"df":14,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"3":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"35":{"tf":1.7320508075688772},"40":{"tf":1.0},"44":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.7320508075688772}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"35":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":6,"docs":{"15":{"tf":1.0},"20":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"44":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":9,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.7320508075688772},"35":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"36":{"tf":1.0}}},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":18,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.7320508075688772},"46":{"tf":1.7320508075688772},"51":{"tf":1.0},"53":{"tf":1.4142135623730951},"56":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"8":{"tf":1.0}},"y":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"g":{"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":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"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":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"15":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"56":{"tf":1.0}}},"k":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":14,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.7320508075688772},"43":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"61":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"52":{"tf":1.0},"58":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":21,"docs":{"0":{"tf":1.7320508075688772},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"21":{"tf":1.0},"25":{"tf":2.0},"26":{"tf":2.0},"27":{"tf":1.0},"29":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"5":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"16":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"19":{"tf":1.0},"61":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"36":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":3,"docs":{"22":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"39":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}}},"x":{"/":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"29":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"39":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"25":{"tf":1.0},"3":{"tf":1.4142135623730951},"46":{"tf":1.0},"48":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"54":{"tf":1.0},"59":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":3,"docs":{"33":{"tf":1.0},"4":{"tf":1.0},"56":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"31":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"17":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"16":{"tf":1.0}}}},"df":27,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":2.23606797749979},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.4142135623730951},"50":{"tf":1.0},"53":{"tf":2.23606797749979},"54":{"tf":1.7320508075688772},"56":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"19":{"tf":1.0},"58":{"tf":1.0},"9":{"tf":1.7320508075688772}},"s":{"(":{"1":{"0":{"df":4,"docs":{"26":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"3":{"0":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":2,"docs":{"25":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"z":{"df":2,"docs":{"53":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":22,"docs":{"0":{"tf":2.0},"13":{"tf":1.0},"17":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.7320508075688772},"37":{"tf":1.7320508075688772},"43":{"tf":1.0},"46":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"58":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":2.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"!":{"[":{"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":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"10":{"tf":1.0},"32":{"tf":1.0},"60":{"tf":1.0}},"f":{"df":1,"docs":{"13":{"tf":1.0}},"i":{"df":13,"docs":{"0":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"27":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"4":{"tf":1.0},"44":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"16":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"[":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"12":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"61":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":2.0}},"e":{"df":0,"docs":{},"t":{"df":12,"docs":{"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.0}},"s":{"(":{"1":{"0":{"0":{"df":1,"docs":{"30":{"tf":1.0}}},"df":2,"docs":{"25":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":4,"docs":{"26":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}},"df":0,"docs":{}},"5":{"0":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}},"y":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":1,"docs":{"12":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"21":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"58":{"tf":1.0},"61":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":8,"docs":{"10":{"tf":1.0},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"20":{"tf":1.0},"38":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":4,"docs":{"41":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.0},"59":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"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":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"2":{"0":{"df":3,"docs":{"26":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"0":{"0":{"df":1,"docs":{"31":{"tf":1.0}}},"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":1,"docs":{"10":{"tf":1.0}}},"6":{"0":{"0":{"df":1,"docs":{"30":{"tf":1.0}}},"df":4,"docs":{"10":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"9":{"0":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"0":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"0":{"tf":1.0},"35":{"tf":1.4142135623730951},"9":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"1":{"tf":1.0},"13":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":5,"docs":{"24":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"56":{"tf":1.7320508075688772}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":32,"docs":{"1":{"tf":1.0},"12":{"tf":2.23606797749979},"13":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.7320508075688772},"18":{"tf":1.4142135623730951},"19":{"tf":2.0},"20":{"tf":2.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"36":{"tf":1.7320508075688772},"38":{"tf":1.7320508075688772},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.4142135623730951},"46":{"tf":2.23606797749979},"48":{"tf":1.4142135623730951},"49":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":2.23606797749979},"54":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.7320508075688772},"59":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"5":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"e":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"breadcrumbs":{"root":{"0":{"df":2,"docs":{"10":{"tf":1.0},"24":{"tf":1.0}}},"1":{"0":{"0":{"df":1,"docs":{"29":{"tf":1.0}}},"df":3,"docs":{"10":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0}}},"df":9,"docs":{"10":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"2":{"0":{"df":1,"docs":{"29":{"tf":1.0}}},"df":6,"docs":{"26":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"33":{"tf":1.7320508075688772},"7":{"tf":1.0},"8":{"tf":1.0}}},"3":{"0":{"df":1,"docs":{"7":{"tf":1.0}}},"df":1,"docs":{"33":{"tf":1.4142135623730951}}},"5":{"0":{"df":1,"docs":{"29":{"tf":1.0}}},"df":2,"docs":{"31":{"tf":1.0},"7":{"tf":1.0}}},"6":{"0":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}},"7":{"df":2,"docs":{"32":{"tf":1.0},"33":{"tf":1.4142135623730951}}},"_":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":8,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"a":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"61":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"46":{"tf":1.0},"53":{"tf":1.0},"8":{"tf":1.0}}}},"v":{"df":9,"docs":{"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"46":{"tf":1.0},"53":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"19":{"tf":1.0},"21":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"37":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"56":{"tf":1.0}}}}},"d":{"df":4,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"48":{"tf":1.0}}}}}}},"df":6,"docs":{"46":{"tf":1.0},"48":{"tf":1.7320508075688772},"49":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"52":{"tf":1.0}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"23":{"tf":1.0},"44":{"tf":1.0},"58":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":10,"docs":{"28":{"tf":2.0},"29":{"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}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"49":{"tf":1.0}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"32":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}}}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":4,"docs":{"17":{"tf":1.0},"21":{"tf":1.4142135623730951},"38":{"tf":1.0},"60":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":15,"docs":{"10":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}}}}},"df":1,"docs":{"22":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"10":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.7320508075688772}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":5,"docs":{"57":{"tf":1.7320508075688772},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":9,"docs":{"20":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"4":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"44":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":10,"docs":{"28":{"tf":1.0},"29":{"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}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"15":{"tf":1.0},"46":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":12,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}}},"t":{"df":2,"docs":{"16":{"tf":1.0},"44":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"0":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{":":{":":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":12,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"46":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":6,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"17":{"tf":1.7320508075688772},"38":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":16,"docs":{"0":{"tf":1.7320508075688772},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"38":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.4142135623730951},"46":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.7320508075688772},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"22":{"tf":1.0},"44":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"df":0,"docs":{}}}}},"b":{"(":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"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":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"4":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}}}}},"d":{"df":3,"docs":{"10":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"22":{"tf":1.0},"39":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"46":{"tf":1.0},"49":{"tf":1.0},"54":{"tf":1.0}}}}}},"i":{"c":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}}}},"df":2,"docs":{"36":{"tf":1.0},"4":{"tf":1.0}},"e":{"c":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":7,"docs":{"22":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"59":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"43":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":9,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"22":{"tf":1.7320508075688772},"40":{"tf":1.0}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":6,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0},"59":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"44":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"b":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{"df":1,"docs":{"26":{"tf":1.0}}},"2":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":6,"docs":{"0":{"tf":1.7320508075688772},"17":{"tf":1.0},"19":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":18,"docs":{"0":{"tf":1.0},"10":{"tf":2.23606797749979},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.0},"35":{"tf":2.449489742783178},"46":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":2.0},"61":{"tf":1.4142135623730951},"7":{"tf":2.6457513110645907},"9":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"61":{"tf":1.0}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"0":{"tf":1.0},"1":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"18":{"tf":1.0},"20":{"tf":1.0},"26":{"tf":1.0},"58":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"46":{"tf":1.0}}}}},"df":1,"docs":{"35":{"tf":1.0}}},"df":0,"docs":{}}},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":9,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"13":{"tf":1.0},"29":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"o":{"a":{"d":{"df":1,"docs":{"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"9":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":16,"docs":{"12":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"46":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"58":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":5,"docs":{"21":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.7320508075688772},"55":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"z":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"33":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}},"c":{"(":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}},"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":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"9":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"59":{"tf":1.4142135623730951},"60":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"55":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"36":{"tf":1.0}}}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"46":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0}}}},"c":{"df":2,"docs":{"28":{"tf":1.0},"29":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"38":{"tf":1.0},"46":{"tf":1.0},"60":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"32":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"30":{"tf":1.0},"35":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":1,"docs":{"4":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"1":{"tf":1.0},"56":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"2":{"df":1,"docs":{"26":{"tf":1.0}}},"5":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"0":{"tf":1.0}}},"df":0,"docs":{}}}},"df":3,"docs":{"19":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.0}}}}}},"o":{"df":15,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"27":{"tf":1.7320508075688772},"31":{"tf":1.0},"32":{"tf":2.0},"33":{"tf":1.0},"36":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.7320508075688772},"60":{"tf":1.4142135623730951},"61":{"tf":1.0},"8":{"tf":2.23606797749979}},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"46":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.7320508075688772}}}},"c":{"df":0,"docs":{},"k":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":16,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"44":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.4142135623730951},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"44":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"22":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"17":{"tf":1.4142135623730951},"22":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"59":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}}}}},"i":{"df":6,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0},"7":{"tf":1.4142135623730951}},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"51":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"44":{"tf":1.0},"59":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":5,"docs":{"12":{"tf":1.0},"46":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0}},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"r":{"df":7,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"58":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"|":{"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":4,"docs":{"48":{"tf":1.0},"53":{"tf":1.7320508075688772},"54":{"tf":1.7320508075688772},"56":{"tf":1.0}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"33":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":12,"docs":{"1":{"tf":1.0},"13":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.7320508075688772},"42":{"tf":1.4142135623730951},"44":{"tf":1.0},"46":{"tf":1.0},"61":{"tf":1.0}},"—":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"46":{"tf":1.0}}}}}}}}}}}},"o":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"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":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"44":{"tf":1.0}}}}}}}}},"df":3,"docs":{"20":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"14":{"tf":1.0},"23":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"61":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"43":{"tf":1.4142135623730951},"58":{"tf":1.0},"59":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"22":{"tf":1.0},"38":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"18":{"tf":1.0},"4":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"3":{"tf":1.0},"61":{"tf":1.4142135623730951}}},"s":{"df":12,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"61":{"tf":1.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":4,"docs":{"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":3,"docs":{"12":{"tf":1.7320508075688772},"2":{"tf":1.0},"38":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"8":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"20":{"tf":1.0},"58":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"4":{"tf":1.0},"46":{"tf":1.0},"54":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"3":{"tf":1.0},"60":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":4,"docs":{"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"37":{"tf":2.0},"56":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"r":{"df":10,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"54":{"tf":1.4142135623730951},"59":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":8,"docs":{"0":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.7320508075688772},"27":{"tf":1.0},"31":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.7320508075688772}}}}}},"i":{"d":{"df":1,"docs":{"48":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.0},"39":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"35":{"tf":1.4142135623730951},"50":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"m":{"df":3,"docs":{"15":{"tf":1.0},"44":{"tf":1.4142135623730951},"56":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"41":{"tf":1.0},"61":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"1":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"17":{"tf":1.0},"18":{"tf":1.7320508075688772},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.7320508075688772},"58":{"tf":1.4142135623730951}}}},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"0":{"tf":1.7320508075688772},"46":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":2,"docs":{"20":{"tf":1.0},"36":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":6,"docs":{"19":{"tf":1.4142135623730951},"36":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"59":{"tf":1.4142135623730951},"61":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":4,"docs":{"12":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"46":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"46":{"tf":1.0},"56":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"23":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":9,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.7320508075688772},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.7320508075688772},"56":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"38":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"21":{"tf":1.0},"58":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"45":{"tf":1.0},"56":{"tf":2.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"17":{"tf":1.0},"61":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":4,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"x":{"df":2,"docs":{"53":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"36":{"tf":1.0},"51":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":4,"docs":{"35":{"tf":1.4142135623730951},"36":{"tf":1.7320508075688772},"37":{"tf":1.4142135623730951},"52":{"tf":1.0}}}}}}}},"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"[":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"12":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"a":{"df":8,"docs":{"0":{"tf":2.449489742783178},"22":{"tf":1.0},"26":{"tf":2.23606797749979},"30":{"tf":1.0},"37":{"tf":1.0},"51":{"tf":1.0},"61":{"tf":1.7320508075688772},"9":{"tf":1.0}},"t":{"a":{"df":13,"docs":{"0":{"tf":2.23606797749979},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"4":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":2,"docs":{"12":{"tf":1.0},"4":{"tf":1.0}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":3,"docs":{"40":{"tf":1.0},"44":{"tf":1.0},"8":{"tf":1.0}},"g":{"df":2,"docs":{"11":{"tf":1.0},"57":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"12":{"tf":1.0},"17":{"tf":1.0}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"r":{"df":8,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"3":{"tf":1.0},"46":{"tf":1.0},"6":{"tf":1.7320508075688772},"61":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"45":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":5,"docs":{"21":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"17":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"20":{"tf":1.0},"21":{"tf":1.0},"58":{"tf":1.0}}}}}}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":2,"docs":{"30":{"tf":1.0},"35":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"32":{"tf":1.0},"33":{"tf":1.0}}}},"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"16":{"tf":1.0},"56":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"44":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":21,"docs":{"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":2.0},"38":{"tf":1.0},"4":{"tf":1.7320508075688772},"42":{"tf":1.0},"46":{"tf":1.4142135623730951},"56":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"(":{"&":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":9,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}}}},"df":0,"docs":{}}},"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":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"48":{"tf":1.0},"53":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":6,"docs":{"16":{"tf":1.0},"18":{"tf":1.4142135623730951},"3":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"46":{"tf":1.0},"61":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"13":{"tf":1.7320508075688772}}}}}},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"11":{"tf":1.0},"8":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":16,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0},"45":{"tf":1.7320508075688772},"46":{"tf":2.23606797749979},"47":{"tf":1.0},"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},"55":{"tf":1.0},"56":{"tf":1.0}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}}}}}},"df":1,"docs":{"36":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"14":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"60":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"41":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"57":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":3,"docs":{"0":{"tf":1.7320508075688772},"51":{"tf":1.0},"61":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.4142135623730951},"44":{"tf":1.0},"56":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"22":{"tf":1.0},"56":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"\'":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"n":{"df":3,"docs":{"12":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"[":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}},"df":8,"docs":{"12":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.0},"38":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0}},"n":{"df":1,"docs":{"18":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"l":{"df":6,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.0},"48":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.7320508075688772}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":13,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":4,"docs":{"12":{"tf":1.0},"31":{"tf":1.0},"54":{"tf":1.0},"61":{"tf":1.4142135623730951}}}}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"53":{"tf":1.7320508075688772},"54":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}},"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":7,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"7":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"12":{"tf":1.0}}}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"13":{"tf":1.0},"16":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"44":{"tf":1.0}}}}},"s":{"df":1,"docs":{"41":{"tf":1.0}},"i":{"df":1,"docs":{"17":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":3,"docs":{"12":{"tf":1.0},"29":{"tf":1.0},"4":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":6,"docs":{"0":{"tf":1.0},"21":{"tf":1.0},"44":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":5,"docs":{"27":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"8":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"d":{"df":4,"docs":{"16":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":2,"docs":{"10":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"15":{"tf":1.0},"3":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":6,"docs":{"10":{"tf":1.4142135623730951},"17":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"38":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.4142135623730951},"51":{"tf":1.0},"61":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":19,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"38":{"tf":1.7320508075688772},"39":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.7320508075688772},"56":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"—":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"48":{"tf":1.0}}}}}}},"r":{"(":{"\\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"2":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"a":{"df":0,"docs":{},"l":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":8,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"54":{"tf":1.0},"61":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":3,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0}}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":22,"docs":{"15":{"tf":1.0},"23":{"tf":1.7320508075688772},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.7320508075688772},"29":{"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},"52":{"tf":1.7320508075688772},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"4":{"tf":1.4142135623730951},"43":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"r":{"df":6,"docs":{"0":{"tf":1.4142135623730951},"17":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":2.8284271247461903},"58":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":6,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":12,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":31,"docs":{"1":{"tf":1.0},"12":{"tf":2.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":2.0},"19":{"tf":1.0},"20":{"tf":2.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"35":{"tf":1.7320508075688772},"38":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"43":{"tf":1.7320508075688772},"44":{"tf":1.0},"46":{"tf":2.23606797749979},"48":{"tf":1.0},"49":{"tf":1.4142135623730951},"52":{"tf":2.0},"53":{"tf":2.23606797749979},"54":{"tf":2.23606797749979},"55":{"tf":1.4142135623730951},"56":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.7320508075688772},"7":{"tf":1.7320508075688772},"9":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}},"s":{"df":2,"docs":{"44":{"tf":1.0},"48":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"—":{"a":{"d":{"df":0,"docs":{},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"20":{"tf":1.0},"21":{"tf":1.0},"58":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":9,"docs":{"13":{"tf":1.0},"30":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":1.7320508075688772},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.4142135623730951}}},"df":0,"docs":{},"s":{"df":2,"docs":{"16":{"tf":1.0},"34":{"tf":1.4142135623730951}}}}}}},"}":{"\\"":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"54":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"f":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"15":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"51":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":4,"docs":{"12":{"tf":1.0},"29":{"tf":1.0},"48":{"tf":1.0},"60":{"tf":1.0}},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"36":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":7,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.7320508075688772},"50":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}},"l":{"df":0,"docs":{},"s":{"df":3,"docs":{"10":{"tf":1.0},"44":{"tf":1.0},"60":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}}}},"q":{"df":1,"docs":{"60":{"tf":1.7320508075688772}}},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"17":{"tf":1.0},"37":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.0},"7":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"22":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"35":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"22":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"29":{"tf":1.4142135623730951},"32":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":1,"docs":{"60":{"tf":1.0}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"17":{"tf":1.0},"49":{"tf":1.0},"54":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"44":{"tf":1.0},"8":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"60":{"tf":1.0}}}}}}}}}},"t":{"df":6,"docs":{"15":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"52":{"tf":1.0}}},"x":{"df":2,"docs":{"7":{"tf":1.0},"8":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"38":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0}}},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":3,"docs":{"13":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"56":{"tf":1.0},"58":{"tf":1.0}}}}}}},"n":{"df":15,"docs":{"10":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"53":{"tf":2.449489742783178},"54":{"tf":2.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"o":{"c":{"df":0,"docs":{},"u":{"df":2,"docs":{"6":{"tf":1.0},"7":{"tf":1.0}},"s":{"df":3,"docs":{"0":{"tf":1.0},"15":{"tf":1.0},"44":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"5":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"t":{"!":{"(":{"\\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"4":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":13,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"2":{"tf":1.7320508075688772},"21":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"48":{"tf":1.0},"49":{"tf":1.0}}}}}}}}}}},"df":20,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.4142135623730951},"2":{"tf":1.0},"3":{"tf":1.4142135623730951},"4":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.7320508075688772},"48":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0},"6":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}},"’":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"8":{"tf":1.0}}}}}}},"d":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"3":{"tf":1.0},"59":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"43":{"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":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"48":{"tf":1.0},"53":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":8,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"46":{"tf":1.0},"53":{"tf":1.0},"61":{"tf":1.0}}}}},"t":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}}}},"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":1,"docs":{"1":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"61":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"17":{"tf":1.0},"22":{"tf":1.0}}}},"df":0,"docs":{},"o":{"d":{"df":5,"docs":{"10":{"tf":1.0},"41":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"31":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"17":{"tf":1.0},"22":{"tf":1.0}}},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"29":{"tf":1.0},"30":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":1,"docs":{"55":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"14":{"tf":1.0},"46":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}},"df":32,"docs":{"1":{"tf":1.0},"14":{"tf":1.7320508075688772},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"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}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"12":{"tf":1.0}},"l":{"df":4,"docs":{"0":{"tf":1.0},"29":{"tf":1.0},"32":{"tf":1.0},"6":{"tf":1.0}}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"r":{"d":{"df":1,"docs":{"8":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"24":{"tf":1.0},"29":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"17":{"tf":1.0},"4":{"tf":1.0},"9":{"tf":1.7320508075688772}},"i":{"df":2,"docs":{"20":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.7320508075688772}}}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"0":{"tf":1.0},"54":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":8,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"4":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"56":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"i":{"[":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"20":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"a":{"df":3,"docs":{"34":{"tf":1.4142135623730951},"53":{"tf":1.0},"54":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"36":{"tf":1.0},"53":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"i":{"df":31,"docs":{"14":{"tf":1.7320508075688772},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"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}},"i":{"df":12,"docs":{"45":{"tf":1.7320508075688772},"46":{"tf":1.0},"47":{"tf":1.0},"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},"55":{"tf":1.0},"56":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}}}}}},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.7320508075688772}}}},"l":{"df":2,"docs":{"53":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.0}}}}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":4,"docs":{"0":{"tf":1.4142135623730951},"58":{"tf":1.0},"59":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":7,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.0},"9":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"29":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"\\"":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"3":{"tf":1.0},"4":{"tf":1.4142135623730951},"6":{"tf":1.0},"61":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"12":{"tf":1.0},"21":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":3,"docs":{"20":{"tf":1.4142135623730951},"48":{"tf":1.0},"53":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"48":{"tf":1.0},"53":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"df":2,"docs":{"41":{"tf":1.0},"44":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"59":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":4,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"3":{"tf":1.0},"56":{"tf":1.0}}}},"n":{"d":{"df":4,"docs":{"17":{"tf":1.0},"46":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"0":{"tf":1.4142135623730951},"3":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":2,"docs":{"56":{"tf":1.7320508075688772},"9":{"tf":2.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"5":{"tf":1.0}}}}}},"v":{"df":3,"docs":{"35":{"tf":1.0},"59":{"tf":1.0},"7":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"8":{"tf":1.0}},"t":{"df":1,"docs":{"3":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":2,"docs":{"44":{"tf":1.0},"53":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.0},"40":{"tf":1.0}}}},"’":{"df":1,"docs":{"0":{"tf":1.0}}}},"v":{"df":5,"docs":{"57":{"tf":1.7320508075688772},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}}},"j":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"g":{"df":4,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}}},"k":{"8":{"df":6,"docs":{"16":{"tf":1.0},"22":{"tf":1.0},"38":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"60":{"tf":1.0}},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"61":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":15,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.7320508075688772},"22":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951}}}},"y":{"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}}}},"n":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"58":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.4142135623730951},"56":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"13":{"tf":1.0},"7":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"21":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"40":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"26":{"tf":1.0},"4":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"15":{"tf":1.7320508075688772},"21":{"tf":1.0},"3":{"tf":1.0},"51":{"tf":1.0},"58":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":3,"docs":{"12":{"tf":1.0},"30":{"tf":1.4142135623730951},"46":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":10,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.7320508075688772},"56":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"12":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"19":{"tf":1.0},"29":{"tf":1.0},"33":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"20":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":16,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.4142135623730951},"3":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"44":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.0},"9":{"tf":1.0}}}}},"o":{"a":{"d":{"df":3,"docs":{"25":{"tf":1.0},"29":{"tf":1.4142135623730951},"30":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"61":{"tf":1.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":5,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":11,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"38":{"tf":1.4142135623730951},"4":{"tf":1.0},"40":{"tf":1.4142135623730951},"44":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0}}},"t":{"df":1,"docs":{"56":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":3,"docs":{"53":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}},"i":{"c":{"df":3,"docs":{"36":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{}},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":7,"docs":{"10":{"tf":1.0},"17":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"42":{"tf":1.0},"7":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"60":{"tf":1.0}}},"p":{"df":3,"docs":{"22":{"tf":1.0},"40":{"tf":1.0},"6":{"tf":1.0}}},"s":{"df":1,"docs":{"15":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"r":{"df":2,"docs":{"12":{"tf":1.0},"4":{"tf":1.0}}},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"10":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"41":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":15,"docs":{"10":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"13":{"tf":1.0},"31":{"tf":1.0},"45":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":7,"docs":{"13":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"56":{"tf":1.0},"8":{"tf":1.0}}}},"n":{"df":0,"docs":{},"i":{"df":6,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.0}}}},"p":{"df":3,"docs":{"16":{"tf":1.0},"44":{"tf":1.0},"56":{"tf":1.0}}},"t":{"c":{"df":0,"docs":{},"h":{"df":4,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"29":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"57":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"17":{"tf":1.0},"42":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}},"x":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"0":{"df":1,"docs":{"32":{"tf":1.0}}},"5":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}},"2":{"5":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"4":{"0":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"y":{"b":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":8,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"46":{"tf":1.0},"60":{"tf":1.0}}}}},"t":{"df":1,"docs":{"21":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"30":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"2":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"44":{"tf":1.0},"61":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"c":{"df":4,"docs":{"12":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"59":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"0":{"df":1,"docs":{"33":{"tf":1.0}}},"5":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"3":{"0":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"22":{"tf":1.0},"24":{"tf":1.0},"40":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"10":{"tf":1.7320508075688772},"58":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":5,"docs":{"35":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}}},"x":{"df":2,"docs":{"59":{"tf":1.0},"8":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":7,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"46":{"tf":2.23606797749979},"56":{"tf":1.0}}},"r":{"df":1,"docs":{"30":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"13":{"tf":1.0}}}},"df":1,"docs":{"48":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"32":{"tf":1.4142135623730951},"55":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"13":{"tf":1.0},"22":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":7,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.4142135623730951},"41":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":5,"docs":{"22":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"58":{"tf":1.0},"60":{"tf":1.0}}}}}}},"t":{"df":10,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"53":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"48":{"tf":1.0},"53":{"tf":1.0}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"df":1,"docs":{"9":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":12,"docs":{"21":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"g":{"df":1,"docs":{"44":{"tf":1.0}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":11,"docs":{"0":{"tf":1.7320508075688772},"15":{"tf":1.0},"17":{"tf":1.0},"3":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"4":{"tf":1.0},"46":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"37":{"tf":1.0}}}}},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":7,"docs":{"46":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.7320508075688772},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"50":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":25,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"12":{"tf":1.4142135623730951},"15":{"tf":1.7320508075688772},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"2":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"33":{"tf":1.0},"36":{"tf":1.7320508075688772},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.7320508075688772},"46":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.4142135623730951},"59":{"tf":1.0},"61":{"tf":1.7320508075688772},"7":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":2,"docs":{"22":{"tf":1.0},"8":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"df":6,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.7320508075688772},"44":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"{":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{":":{":":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"21":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"[":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":16,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.4142135623730951},"46":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"22":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"46":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"12":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"56":{"tf":1.0},"58":{"tf":1.0}}}}}},"k":{"(":{"_":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"\\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":10,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"53":{"tf":1.0}}},"n":{"c":{"df":3,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0}}},"df":5,"docs":{"15":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.4142135623730951},"43":{"tf":1.0},"51":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"42":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"0":{"tf":1.0},"17":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.4142135623730951},"44":{"tf":2.23606797749979},"60":{"tf":1.0}}}},"t":{"df":2,"docs":{"21":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"12":{"tf":1.0},"50":{"tf":1.0}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":9,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"56":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"61":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"21":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":8,"docs":{"12":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0}}}}},"df":1,"docs":{"31":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"3":{"tf":1.0},"36":{"tf":1.0},"6":{"tf":1.4142135623730951},"9":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.7320508075688772}}}}}}}}}},"p":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"12":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"16":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"1":{"tf":1.0},"38":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"37":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"4":{"tf":1.0},"51":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":60,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.7320508075688772},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.7320508075688772},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"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},"4":{"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.7320508075688772},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.7320508075688772},"58":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":5,"docs":{"0":{"tf":1.0},"19":{"tf":1.0},"51":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":2.0}}}}}},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"38":{"tf":1.0},"44":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":1,"docs":{"12":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"19":{"tf":1.0},"26":{"tf":1.0},"32":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":3,"docs":{"15":{"tf":1.0},"21":{"tf":2.449489742783178},"22":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":4,"docs":{"0":{"tf":1.0},"29":{"tf":1.0},"4":{"tf":1.0},"61":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":7,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"5":{"tf":1.7320508075688772},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"15":{"tf":1.0},"16":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}}}}}}}}},"l":{"a":{"df":0,"docs":{},"n":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":9,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"[":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":25,"docs":{"1":{"tf":1.0},"12":{"tf":2.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"20":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.4142135623730951},"3":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"38":{"tf":2.0},"39":{"tf":1.4142135623730951},"4":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"44":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"52":{"tf":1.0}},"g":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"13":{"tf":1.0},"18":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"d":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"3":{"tf":1.0}}}},"df":0,"docs":{}},"df":4,"docs":{"37":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"59":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"46":{"tf":1.0},"61":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"14":{"tf":1.0},"22":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"9":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"15":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"38":{"tf":1.4142135623730951},"44":{"tf":2.0},"46":{"tf":1.0},"48":{"tf":1.0}}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}},"t":{"df":3,"docs":{"22":{"tf":1.0},"51":{"tf":1.0},"59":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"38":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":2.0}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.4142135623730951}}}}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"11":{"tf":1.0},"5":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"n":{"df":1,"docs":{"29":{"tf":1.4142135623730951}}}}}}},"o":{"b":{"df":0,"docs":{},"e":{"df":8,"docs":{"17":{"tf":1.0},"21":{"tf":1.0},"28":{"tf":1.0},"43":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.0}}}},"c":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"31":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":6,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"61":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":6,"docs":{"0":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"50":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.0}},"t":{"df":5,"docs":{"10":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":8,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"29":{"tf":1.4142135623730951},"3":{"tf":1.0},"35":{"tf":1.0},"46":{"tf":1.0},"59":{"tf":1.0},"9":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":7,"docs":{"0":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"21":{"tf":1.0},"3":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":2.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"10":{"tf":1.0},"53":{"tf":1.0}},"r":{"df":1,"docs":{"44":{"tf":1.0}}}},"i":{"d":{"df":3,"docs":{"41":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":4,"docs":{"12":{"tf":1.4142135623730951},"4":{"tf":1.0},"43":{"tf":1.0},"61":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"43":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"b":{"df":2,"docs":{"53":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"61":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"60":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"18":{"tf":1.0},"3":{"tf":1.0}}}}}}}},"q":{"a":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"24":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}}}}}},"r":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"12":{"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":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"36":{"tf":1.4142135623730951},"8":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"(":{"1":{"0":{"df":2,"docs":{"26":{"tf":1.0},"31":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":4,"docs":{"25":{"tf":1.0},"27":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":10,"docs":{"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"29":{"tf":2.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"12":{"tf":1.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"53":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"l":{"df":3,"docs":{"43":{"tf":1.0},"53":{"tf":1.7320508075688772},"54":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"—":{"a":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":12,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"27":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.7320508075688772},"50":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.4142135623730951}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"56":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":3,"docs":{"0":{"tf":1.0},"3":{"tf":1.0},"52":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"1":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"50":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"19":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":2.0},"60":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":3,"docs":{"13":{"tf":1.0},"21":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":13,"docs":{"45":{"tf":1.7320508075688772},"46":{"tf":1.0},"47":{"tf":1.0},"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},"55":{"tf":1.0},"56":{"tf":2.0},"57":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"38":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}},"x":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}}},"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"22":{"tf":1.0},"50":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"20":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"3":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"46":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":4,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":7,"docs":{"19":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"60":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":7,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"27":{"tf":1.7320508075688772},"28":{"tf":1.0},"60":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"12":{"tf":1.0},"46":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":4,"docs":{"16":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"61":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":11,"docs":{"12":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"27":{"tf":1.4142135623730951},"31":{"tf":2.449489742783178},"32":{"tf":2.23606797749979},"33":{"tf":2.0},"36":{"tf":2.0},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"61":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":14,"docs":{"22":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"38":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"61":{"tf":1.0},"9":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":5,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0},"61":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"15":{"tf":1.4142135623730951},"21":{"tf":1.0},"49":{"tf":1.0},"56":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":3,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"60":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"10":{"tf":1.0},"60":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":6,"docs":{"0":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.4142135623730951}}},"l":{"df":1,"docs":{"31":{"tf":2.0}}}}},"p":{"c":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"48":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.7320508075688772},"54":{"tf":1.4142135623730951}}}}}}}}},"df":19,"docs":{"1":{"tf":1.0},"10":{"tf":2.0},"12":{"tf":2.0},"13":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.7320508075688772},"20":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.0},"38":{"tf":2.23606797749979},"4":{"tf":1.7320508075688772},"42":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":2.0},"54":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.7320508075688772},"60":{"tf":1.4142135623730951},"61":{"tf":2.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"48":{"tf":1.0},"53":{"tf":1.4142135623730951}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":9,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":31,"docs":{"12":{"tf":1.0},"13":{"tf":1.4142135623730951},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"38":{"tf":1.7320508075688772},"39":{"tf":2.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.7320508075688772},"41":{"tf":1.7320508075688772},"42":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"46":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.7320508075688772},"56":{"tf":1.7320508075688772},"59":{"tf":1.7320508075688772},"60":{"tf":1.7320508075688772},"61":{"tf":1.7320508075688772}},"’":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"43":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"56":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"43":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"52":{"tf":1.7320508075688772},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"51":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":5,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"38":{"tf":1.4142135623730951},"56":{"tf":1.0},"60":{"tf":1.4142135623730951}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"0":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"44":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"24":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"2":{"df":4,"docs":{"25":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"3":{"df":4,"docs":{"24":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0},"8":{"tf":1.0}}},"4":{"df":2,"docs":{"27":{"tf":1.0},"30":{"tf":1.0}}},"5":{"df":1,"docs":{"31":{"tf":1.0}}},"7":{"df":2,"docs":{"32":{"tf":1.0},"33":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.7320508075688772}}}}}}}},"df":0,"docs":{}}}}},"df":29,"docs":{"1":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.7320508075688772},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":2.23606797749979},"16":{"tf":1.7320508075688772},"17":{"tf":2.23606797749979},"18":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":2.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"28":{"tf":1.0},"38":{"tf":2.23606797749979},"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.4142135623730951},"46":{"tf":2.6457513110645907},"55":{"tf":1.4142135623730951},"56":{"tf":2.23606797749979},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":2.0},"60":{"tf":1.7320508075688772},"61":{"tf":2.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"42":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"a":{"df":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"44":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"22":{"tf":1.0},"7":{"tf":2.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"d":{"df":8,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}},"df":4,"docs":{"17":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.0},"46":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}},"f":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":3,"docs":{"21":{"tf":1.0},"53":{"tf":1.7320508075688772},"54":{"tf":1.7320508075688772}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"8":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"56":{"tf":1.0}},"i":{"c":{"df":5,"docs":{"0":{"tf":1.0},"41":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":6,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"38":{"tf":1.0},"45":{"tf":1.0},"58":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"16":{"tf":1.0},"41":{"tf":1.0},"59":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":10,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":7,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.7320508075688772}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"0":{"tf":1.0},"10":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"60":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"w":{"df":4,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"23":{"tf":1.0},"52":{"tf":1.0}}}}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":13,"docs":{"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"38":{"tf":1.7320508075688772},"4":{"tf":1.0},"44":{"tf":1.7320508075688772},"50":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"9":{"tf":2.0}},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"44":{"tf":1.0}}},"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":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"24":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"33":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"n":{"df":3,"docs":{"26":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":3,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0}}}}},"t":{"df":1,"docs":{"15":{"tf":1.0}}},"z":{"df":0,"docs":{},"e":{"df":1,"docs":{"9":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}}},"w":{"df":3,"docs":{"44":{"tf":1.0},"59":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"35":{"tf":1.0}}}},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"17":{"tf":1.0},"3":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":5,"docs":{"21":{"tf":1.0},"24":{"tf":1.0},"55":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"49":{"tf":1.0},"54":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"o":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"3":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":1,"docs":{"61":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":5,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"36":{"tf":1.4142135623730951},"44":{"tf":1.0},"58":{"tf":1.0}},"i":{"df":1,"docs":{"17":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":3,"docs":{"22":{"tf":1.0},"39":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"41":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"59":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"22":{"tf":1.0},"59":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"df":0,"docs":{}},"_":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"49":{"tf":1.0},"54":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":14,"docs":{"12":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.7320508075688772},"46":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"7":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"e":{"df":3,"docs":{"12":{"tf":1.0},"22":{"tf":1.0},"9":{"tf":1.7320508075688772}}},"i":{"c":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}},"y":{"df":5,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"35":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"60":{"tf":1.0}}}},"d":{":":{":":{"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":9,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{":":{":":{"a":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"53":{"tf":1.0}}},"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":{":":{":":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"24":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"21":{"tf":1.0},"44":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"60":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"p":{"df":3,"docs":{"12":{"tf":1.0},"46":{"tf":1.0},"61":{"tf":1.0}}}},"r":{"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"26":{"tf":1.0},"32":{"tf":1.4142135623730951}}}}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"58":{"tf":1.4142135623730951}}}}}},"u":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"25":{"tf":1.0},"36":{"tf":1.0}}}},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"6":{"tf":1.0}}}}},"df":6,"docs":{"0":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":1.0},"61":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"0":{"tf":1.0},"61":{"tf":1.0}}}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"42":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"57":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"13":{"tf":1.0},"22":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"27":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"30":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"60":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":7,"docs":{"20":{"tf":1.4142135623730951},"3":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}}}}}}}},"t":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"7":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"2":{"0":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"0":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}},"4":{"5":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"6":{"0":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"53":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":5,"docs":{"17":{"tf":1.0},"36":{"tf":2.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.7320508075688772},"60":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"46":{"tf":1.0}}}}},"d":{"df":3,"docs":{"20":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"22":{"tf":1.0},"3":{"tf":1.4142135623730951},"58":{"tf":1.0}}},"r":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"21":{"tf":1.0},"30":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"c":{"a":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"33":{"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":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"25":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":33,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.4142135623730951},"15":{"tf":2.0},"16":{"tf":1.7320508075688772},"17":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.7320508075688772},"28":{"tf":1.0},"29":{"tf":1.4142135623730951},"3":{"tf":1.7320508075688772},"30":{"tf":1.7320508075688772},"31":{"tf":1.4142135623730951},"32":{"tf":1.7320508075688772},"33":{"tf":1.7320508075688772},"36":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":2.0},"52":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"59":{"tf":1.0},"6":{"tf":1.7320508075688772},"60":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951},"8":{"tf":1.7320508075688772},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"50":{"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":{"49":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"{":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"54":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"53":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"51":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"7":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":3,"docs":{"13":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"e":{"df":14,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"3":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"35":{"tf":2.0},"40":{"tf":1.0},"44":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":2.23606797749979}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"35":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":6,"docs":{"15":{"tf":1.0},"20":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"44":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":9,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.7320508075688772},"35":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"36":{"tf":1.0}}},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":18,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.7320508075688772},"46":{"tf":1.7320508075688772},"51":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"56":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"8":{"tf":1.0}},"y":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"g":{"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":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"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":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"15":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"56":{"tf":1.0}}},"k":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":14,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.7320508075688772},"43":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"61":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"52":{"tf":1.0},"58":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":21,"docs":{"0":{"tf":1.7320508075688772},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"21":{"tf":1.0},"25":{"tf":2.23606797749979},"26":{"tf":2.23606797749979},"27":{"tf":1.0},"29":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"5":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"16":{"tf":1.7320508075688772}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"19":{"tf":1.0},"61":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.7320508075688772}}}}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"36":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":3,"docs":{"22":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"39":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}}},"x":{"/":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"29":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"39":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"25":{"tf":1.0},"3":{"tf":1.4142135623730951},"46":{"tf":1.0},"48":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"54":{"tf":1.0},"59":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":3,"docs":{"33":{"tf":1.0},"4":{"tf":1.0},"56":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"31":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"17":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"16":{"tf":1.0}}}},"df":27,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":2.23606797749979},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.4142135623730951},"50":{"tf":1.0},"53":{"tf":2.23606797749979},"54":{"tf":1.7320508075688772},"56":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":33,"docs":{"14":{"tf":1.7320508075688772},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"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},"58":{"tf":1.0},"9":{"tf":1.7320508075688772}},"s":{"(":{"1":{"0":{"df":4,"docs":{"26":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"3":{"0":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":2,"docs":{"25":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"z":{"df":2,"docs":{"53":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":22,"docs":{"0":{"tf":2.0},"13":{"tf":1.0},"17":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.7320508075688772},"37":{"tf":2.0},"43":{"tf":1.0},"46":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"58":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":2.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"!":{"[":{"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":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"10":{"tf":1.0},"32":{"tf":1.0},"60":{"tf":1.0}},"f":{"df":1,"docs":{"13":{"tf":1.0}},"i":{"df":13,"docs":{"0":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"27":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"4":{"tf":1.0},"44":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"16":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"[":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"12":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"61":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":2.23606797749979}},"e":{"df":0,"docs":{},"t":{"df":12,"docs":{"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.0}},"s":{"(":{"1":{"0":{"0":{"df":1,"docs":{"30":{"tf":1.0}}},"df":2,"docs":{"25":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":4,"docs":{"26":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}},"df":0,"docs":{}},"5":{"0":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}},"y":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":1,"docs":{"12":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"21":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"58":{"tf":1.0},"61":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":8,"docs":{"10":{"tf":1.4142135623730951},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"20":{"tf":1.0},"38":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":4,"docs":{"41":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.4142135623730951},"59":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"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":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"2":{"0":{"df":3,"docs":{"26":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"0":{"0":{"df":1,"docs":{"31":{"tf":1.0}}},"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":1,"docs":{"10":{"tf":1.0}}},"6":{"0":{"0":{"df":1,"docs":{"30":{"tf":1.0}}},"df":4,"docs":{"10":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"9":{"0":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"0":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"0":{"tf":1.0},"35":{"tf":1.4142135623730951},"9":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"1":{"tf":1.0},"13":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":5,"docs":{"24":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"56":{"tf":1.7320508075688772}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":33,"docs":{"1":{"tf":1.0},"12":{"tf":2.23606797749979},"13":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.7320508075688772},"18":{"tf":2.0},"19":{"tf":2.449489742783178},"20":{"tf":2.23606797749979},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"25":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"36":{"tf":2.0},"38":{"tf":1.7320508075688772},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.4142135623730951},"46":{"tf":2.23606797749979},"48":{"tf":1.7320508075688772},"49":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":2.0},"53":{"tf":2.6457513110645907},"54":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.7320508075688772},"59":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"15":{"tf":2.0},"16":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"5":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"e":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"title":{"root":{"a":{"d":{"df":4,"docs":{"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"32":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"57":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"17":{"tf":1.0}}}}}}}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":3,"docs":{"27":{"tf":1.0},"32":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"43":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"37":{"tf":1.0}}},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"24":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"58":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"58":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"56":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":3,"docs":{"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0}}}}}}}},"d":{"a":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"37":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"45":{"tf":1.0},"46":{"tf":1.0}}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"l":{"df":1,"docs":{"58":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"23":{"tf":1.0},"28":{"tf":1.0},"52":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"36":{"tf":1.0}}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"18":{"tf":1.0},"20":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}},"f":{"a":{"df":0,"docs":{},"q":{"df":1,"docs":{"60":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"47":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"61":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"14":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"51":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":1,"docs":{"14":{"tf":1.0}},"i":{"df":1,"docs":{"45":{"tf":1.0}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"56":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"v":{"df":1,"docs":{"57":{"tf":1.0}}}},"k":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"46":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"24":{"tf":1.0}}}}},"o":{"a":{"d":{"df":2,"docs":{"29":{"tf":1.0},"30":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"40":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"10":{"tf":1.0}}}}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"46":{"tf":1.0}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}},"w":{"df":1,"docs":{"52":{"tf":1.0}}}}},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"9":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"44":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"14":{"tf":1.0},"2":{"tf":1.0},"45":{"tf":1.0},"57":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"o":{"b":{"df":0,"docs":{},"e":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"29":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"33":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"45":{"tf":1.0},"56":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"31":{"tf":1.0},"36":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"df":2,"docs":{"10":{"tf":1.0},"38":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"50":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":5,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"38":{"tf":1.0},"46":{"tf":1.0},"59":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"24":{"tf":1.0},"53":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"30":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"36":{"tf":1.0},"54":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"5":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"51":{"tf":1.0}}}}}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"25":{"tf":1.0},"26":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":1,"docs":{"16":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"10":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"55":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":8,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"36":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"lang":"English","pipeline":["trimmer","stopWordFilter","stemmer"],"ref":"id","version":"0.9.5"},"results_options":{"limit_results":30,"teaser_word_count":30},"search_options":{"bool":"OR","expand":true,"fields":{"body":{"boost":1},"breadcrumbs":{"boost":1},"title":{"boost":2}}}}')); \ No newline at end of file diff --git a/docs/searchindex-b33f30d5.js b/docs/searchindex-b33f30d5.js new file mode 100644 index 0000000..9eac6da --- /dev/null +++ b/docs/searchindex-b33f30d5.js @@ -0,0 +1 @@ +window.search = Object.assign(window.search, JSON.parse('{"doc_urls":["project-context-primer.html#project-context-primer","what-you-will-learn.html#what-you-will-learn","part-i.html#part-i--foundations","introduction.html#introduction","introduction.html#how-to-use-this-book","architecture-overview.html#architecture-overview","testing-philosophy.html#testing-philosophy","testing-philosophy.html#declarative-over-imperative","testing-philosophy.html#protocol-time-not-wall-time","testing-philosophy.html#determinism-first-chaos-when-needed","testing-philosophy.html#observable-health-signals","testing-philosophy.html#minimum-run-windows","testing-philosophy.html#summary","scenario-lifecycle.html#scenario-lifecycle-conceptual","design-rationale.html#design-rationale","part-ii.html#part-ii--user-guide","workspace-layout.html#workspace-layout","annotated-tree.html#annotated-tree","authoring-scenarios.html#authoring-scenarios","workloads.html#core-content-workloads--expectations","workloads.html#workloads","workloads.html#expectations","scenario-builder-ext-patterns.html#core-content-scenariobuilderext-patterns","usage-patterns.html#usage-patterns","best-practices.html#best-practices","examples.html#examples","examples.html#simple-2-validator-transaction-workload","examples.html#da--transaction-workload","examples.html#chaos--liveness-check","examples-advanced.html#advanced--artificial-examples","examples-advanced.html#synthetic-delay-workload-network-latency-simulation","examples-advanced.html#oscillating-load-workload-traffic-waves","examples-advanced.html#byzantine-behavior-mock","examples-advanced.html#custom-expectation-block-finality-drift","examples-advanced.html#custom-deployer-dry-run-deployer","examples-advanced.html#stochastic-topology-generator","examples-advanced.html#multi-phase-scenario-pipelines","running-scenarios.html#running-scenarios","runners.html#runners","runners.html#local-runner","runners.html#docker-compose-runner","runners.html#kubernetes-runner","runners.html#common-expectations","chaos.html#chaos-workloads","chaos.html#how-it-works","chaos.html#usage","chaos.html#expectations-to-pair","chaos.html#best-practices","node-control.html#node-control--runcontext","node-control.html#accessing-node-control-in-workloadsexpectations","node-control.html#current-api-surface","node-control.html#considerations","topology-chaos.html#topology--chaos-patterns","topology-chaos.html#node-control-availability","topology-chaos.html#chaos-patterns-to-consider","topology-chaos.html#expectations-to-pair","topology-chaos.html#guidance","operations.html#operations","part-iii.html#part-iii--developer-reference","scenario-model.html#scenario-model-developer-level","extending.html#extending-the-framework","extending.html#adding-a-workload","extending.html#adding-an-expectation","extending.html#adding-a-runner","extending.html#adding-topology-helpers","custom-workload-example.html#example-new-workload--expectation-rust","custom-workload-example.html#workload-simple-reachability-probe","custom-workload-example.html#expectation-confirm-the-target-stayed-reachable","custom-workload-example.html#how-to-wire-it","internal-crate-reference.html#internal-crate-reference","part-iv.html#part-iv--appendix","dsl-cheat-sheet.html#core-content-dsl-cheat-sheet","troubleshooting.html#troubleshooting-scenarios","faq.html#faq","glossary.html#glossary"],"index":{"documentStore":{"docInfo":{"0":{"body":106,"breadcrumbs":6,"title":3},"1":{"body":26,"breadcrumbs":2,"title":1},"10":{"body":51,"breadcrumbs":7,"title":3},"11":{"body":40,"breadcrumbs":7,"title":3},"12":{"body":26,"breadcrumbs":5,"title":1},"13":{"body":115,"breadcrumbs":8,"title":3},"14":{"body":68,"breadcrumbs":6,"title":2},"15":{"body":10,"breadcrumbs":8,"title":4},"16":{"body":94,"breadcrumbs":8,"title":2},"17":{"body":59,"breadcrumbs":8,"title":2},"18":{"body":101,"breadcrumbs":8,"title":2},"19":{"body":18,"breadcrumbs":12,"title":4},"2":{"body":10,"breadcrumbs":4,"title":2},"20":{"body":38,"breadcrumbs":9,"title":1},"21":{"body":71,"breadcrumbs":9,"title":1},"22":{"body":84,"breadcrumbs":12,"title":4},"23":{"body":84,"breadcrumbs":8,"title":2},"24":{"body":96,"breadcrumbs":8,"title":2},"25":{"body":14,"breadcrumbs":6,"title":1},"26":{"body":28,"breadcrumbs":10,"title":5},"27":{"body":31,"breadcrumbs":8,"title":3},"28":{"body":37,"breadcrumbs":8,"title":3},"29":{"body":19,"breadcrumbs":10,"title":3},"3":{"body":89,"breadcrumbs":4,"title":1},"30":{"body":41,"breadcrumbs":13,"title":6},"31":{"body":37,"breadcrumbs":12,"title":5},"32":{"body":34,"breadcrumbs":10,"title":3},"33":{"body":41,"breadcrumbs":12,"title":5},"34":{"body":39,"breadcrumbs":12,"title":5},"35":{"body":35,"breadcrumbs":10,"title":3},"36":{"body":40,"breadcrumbs":11,"title":4},"37":{"body":75,"breadcrumbs":8,"title":2},"38":{"body":20,"breadcrumbs":6,"title":1},"39":{"body":16,"breadcrumbs":7,"title":2},"4":{"body":57,"breadcrumbs":5,"title":2},"40":{"body":23,"breadcrumbs":8,"title":3},"41":{"body":17,"breadcrumbs":7,"title":2},"42":{"body":61,"breadcrumbs":7,"title":2},"43":{"body":14,"breadcrumbs":8,"title":2},"44":{"body":56,"breadcrumbs":7,"title":1},"45":{"body":40,"breadcrumbs":7,"title":1},"46":{"body":24,"breadcrumbs":8,"title":2},"47":{"body":26,"breadcrumbs":8,"title":2},"48":{"body":28,"breadcrumbs":10,"title":3},"49":{"body":53,"breadcrumbs":11,"title":4},"5":{"body":93,"breadcrumbs":6,"title":2},"50":{"body":43,"breadcrumbs":10,"title":3},"51":{"body":32,"breadcrumbs":8,"title":1},"52":{"body":11,"breadcrumbs":10,"title":3},"53":{"body":16,"breadcrumbs":10,"title":3},"54":{"body":57,"breadcrumbs":10,"title":3},"55":{"body":24,"breadcrumbs":9,"title":2},"56":{"body":35,"breadcrumbs":8,"title":1},"57":{"body":152,"breadcrumbs":6,"title":1},"58":{"body":10,"breadcrumbs":8,"title":4},"59":{"body":116,"breadcrumbs":12,"title":4},"6":{"body":17,"breadcrumbs":6,"title":2},"60":{"body":0,"breadcrumbs":8,"title":2},"61":{"body":39,"breadcrumbs":8,"title":2},"62":{"body":21,"breadcrumbs":8,"title":2},"63":{"body":29,"breadcrumbs":8,"title":2},"64":{"body":21,"breadcrumbs":9,"title":3},"65":{"body":19,"breadcrumbs":14,"title":5},"66":{"body":121,"breadcrumbs":13,"title":4},"67":{"body":68,"breadcrumbs":14,"title":5},"68":{"body":24,"breadcrumbs":10,"title":1},"69":{"body":91,"breadcrumbs":10,"title":3},"7":{"body":36,"breadcrumbs":7,"title":3},"70":{"body":10,"breadcrumbs":6,"title":3},"71":{"body":84,"breadcrumbs":11,"title":5},"72":{"body":86,"breadcrumbs":7,"title":2},"73":{"body":99,"breadcrumbs":5,"title":1},"74":{"body":89,"breadcrumbs":5,"title":1},"8":{"body":86,"breadcrumbs":8,"title":4},"9":{"body":52,"breadcrumbs":8,"title":4}},"docs":{"0":{"body":"This book focuses on the Nomos Testing Framework. It assumes familiarity with\\nthe Nomos architecture, but for completeness, here is a short primer. Nomos is a modular blockchain protocol composed of validators, executors,\\nand a data-availability (DA) subsystem. Validators participate in consensus, produce blocks, and verify and sample\\nDA data. Executors are validators extended with DA blob dispersal capabilities,\\nallowing them to both produce blocks and submit data to the DA network. Data Availability (DA) ensures that data referenced in blocks is\\npublished and retrievable. Validators verify and sample DA data, while\\nexecutors additionally disperse blobs to the DA network. This includes channel\\ndata and blob submissions used by workloads. These components interact tightly—validators must coordinate on consensus,\\nexecutors must disperse and retrieve DA blobs, and all nodes must maintain\\nnetwork connectivity and timing synchronization. Meaningful testing therefore\\nrequires multi-node environments that exercise real consensus, networking, and\\nDA subsystem behavior together.","breadcrumbs":"Project Context Primer » Project Context Primer","id":"0","title":"Project Context Primer"},"1":{"body":"This book gives you a clear mental model for Nomos multi-node testing, shows how\\nto author scenarios that pair realistic workloads with explicit expectations,\\nand guides you to run them across local, containerized, and cluster environments\\nwithout changing the plan.","breadcrumbs":"What You Will Learn » What You Will Learn","id":"1","title":"What You Will Learn"},"10":{"body":"Prefer user-facing signals over internal state: Good checks: ✅ Blocks progressing at expected rate (liveness) ✅ Transactions included within N blocks (inclusion) ✅ DA blobs retrievable (availability) Avoid internal checks: ❌ Memory pool size ❌ Internal service state ❌ Cache hit rates Why it matters: User-facing signals reflect actual system health.\\nInternal state can be “healthy” while the system is broken from a user\\nperspective.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Observable Health Signals","id":"10","title":"Observable Health Signals"},"11":{"body":"Always run long enough for meaningful block production: #![allow(unused)] fn main() {\\n// Bad: too short\\n.with_run_duration(Duration::from_secs(5)) // Maybe 0-1 blocks // Good: enough blocks for assertions\\n.with_run_duration(Duration::from_secs(60)) // ~10+ blocks } The framework enforces minimum durations, but be explicit. Very short runs\\nrisk false confidence—one lucky block doesn’t prove liveness.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Minimum Run Windows","id":"11","title":"Minimum Run Windows"},"12":{"body":"These principles keep scenarios: Portable across environments (protocol time, declarative) Debuggable (determinism, separation of concerns) Meaningful (observable signals, sufficient duration) When authoring scenarios, ask: “Does this test the protocol behavior or\\nmy local environment quirks?”","breadcrumbs":"Part I — Foundations » Testing Philosophy » Summary","id":"12","title":"Summary"},"13":{"body":"Build the plan: Declare a topology, attach workloads and expectations, and set the run window. The plan is the single source of truth for what will happen. Deploy: Hand the plan to a runner. It provisions the environment on the chosen backend and waits for nodes to signal readiness. Drive workloads: Start traffic and behaviors (transactions, data-availability activity, restarts) for the planned duration. Observe blocks and signals: Track block progression and other high-level metrics during or after the run window to ground assertions in protocol time. Evaluate expectations: Once activity stops (and optional cooldown completes), check liveness and workload-specific outcomes to decide pass or fail. Cleanup: Tear down resources so successive runs start fresh and do not inherit leaked state. Conceptual lifecycle diagram: Plan → Deploy → Readiness → Drive Workloads → Observe → Evaluate → Cleanup Mermaid view: flowchart LR P[Plan
topology + workloads + expectations] --> D[Deploy
runner provisions] D --> R[Readiness
wait for nodes] R --> W[Drive Workloads] W --> O[Observe
blocks/metrics] O --> E[Evaluate Expectations] E --> C[Cleanup]","breadcrumbs":"Part I — Foundations » Scenario Lifecycle (Conceptual) » Scenario Lifecycle (Conceptual)","id":"13","title":"Scenario Lifecycle (Conceptual)"},"14":{"body":"Modular crates keep configuration, orchestration, workloads, and runners decoupled so each can evolve without breaking the others. Pluggable runners let the same scenario run on a laptop, a Docker host, or a Kubernetes cluster, making validation portable across environments. Separated workloads and expectations clarify intent: what traffic to generate versus how to judge success. This simplifies review and reuse. Declarative topology makes cluster shape explicit and repeatable, reducing surprise when moving between CI and developer machines. Maintainability through predictability: a clear flow from plan to deployment to verification lowers the cost of extending the framework and interpreting failures.","breadcrumbs":"Part I — Foundations » Design Rationale » Design Rationale","id":"14","title":"Design Rationale"},"15":{"body":"Practical guidance for shaping scenarios, combining workloads and expectations,\\nand running them across different environments.","breadcrumbs":"Part II — User Guide » Part II — User Guide","id":"15","title":"Part II — User Guide"},"16":{"body":"The workspace focuses on multi-node integration testing and sits alongside a nomos-node checkout. Its crates separate concerns to keep scenarios\\nrepeatable and portable: Configs: prepares high-level node, network, tracing, and wallet settings\\nused across test environments. Core scenario orchestration: the engine that holds topology descriptions,\\nscenario plans, runtimes, workloads, and expectations. Workflows: ready-made workloads (transactions, data-availability, chaos)\\nand reusable expectations assembled into a user-facing DSL. Runners: deployment backends for local processes, Docker Compose, and\\nKubernetes, all consuming the same scenario plan. Test workflows: example scenarios and integration checks that show how\\nthe pieces fit together. This split keeps configuration, orchestration, reusable traffic patterns, and\\ndeployment adapters loosely coupled while sharing one mental model for tests.","breadcrumbs":"Part II — User Guide » Workspace Layout » Workspace Layout","id":"16","title":"Workspace Layout"},"17":{"body":"High-level view of the workspace and how pieces relate: nomos-testing/\\n├─ testing-framework/\\n│ ├─ configs/ # shared configuration helpers\\n│ ├─ core/ # scenario model, runtime, topology\\n│ ├─ workflows/ # workloads, expectations, DSL extensions\\n│ └─ runners/ # local, compose, k8s deployment backends\\n├─ tests/ # integration scenarios using the framework\\n└─ scripts/ # supporting setup utilities (e.g., assets) Each area maps to a responsibility: describe configs, orchestrate scenarios,\\npackage common traffic and assertions, adapt to environments, and demonstrate\\nend-to-end usage.","breadcrumbs":"Part II — User Guide » Annotated Tree » Annotated Tree","id":"17","title":"Annotated Tree"},"18":{"body":"Creating a scenario is a declarative exercise: Shape the topology: decide how many validators and executors to run, and\\nwhat high-level network and data-availability characteristics matter for the\\ntest. Attach workloads: pick traffic generators that align with your goals\\n(transactions, data-availability blobs, or chaos for resilience probes). Define expectations: specify the health signals that must hold when the\\nrun finishes (e.g., consensus liveness, inclusion of submitted activity; see Core Content: Workloads & Expectations). Set duration: choose a run window long enough to observe meaningful\\nblock progression and the effects of your workloads. Choose a runner: target local processes for fast iteration, Docker\\nCompose for reproducible multi-node stacks, or Kubernetes for cluster-grade\\nvalidation. For environment considerations, see Operations. Keep scenarios small and explicit: make the intended behavior and the success\\ncriteria clear so failures are easy to interpret and act upon.","breadcrumbs":"Part II — User Guide » Authoring Scenarios » Authoring Scenarios","id":"18","title":"Authoring Scenarios"},"19":{"body":"Workloads describe the activity a scenario generates; expectations describe the\\nsignals that must hold when that activity completes. Both are pluggable so\\nscenarios stay readable and purpose-driven.","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Core Content: Workloads & Expectations","id":"19","title":"Core Content: Workloads & Expectations"},"2":{"body":"Conceptual chapters that establish the mental model for the framework and how\\nit approaches multi-node testing.","breadcrumbs":"Part I — Foundations » Part I — Foundations","id":"2","title":"Part I — Foundations"},"20":{"body":"Transaction workload: submits user-level transactions at a configurable\\nrate and can limit how many distinct actors participate. Data-availability workload: drives blob and channel activity to exercise\\ndata-availability paths. Chaos workload: triggers controlled node restarts to test resilience and\\nrecovery behaviors (requires a runner that can control nodes).","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Workloads","id":"20","title":"Workloads"},"21":{"body":"Consensus liveness: verifies the system continues to produce blocks in\\nline with the planned workload and timing window. Workload-specific checks: each workload can attach its own success\\ncriteria (e.g., inclusion of submitted activity) so scenarios remain concise. Together, workloads and expectations let you express both the pressure applied\\nto the system and the definition of “healthy” for that run. Workload pipeline (conceptual): Inputs (topology + wallets + rates) │ ▼\\nWorkload init → Drive traffic → Collect signals │ ▼ Expectations evaluate Mermaid view: flowchart TD I[Inputs
(topology + wallets + rates)] --> Init[Workload init] Init --> Drive[Drive traffic] Drive --> Collect[Collect signals] Collect --> Eval[Expectations evaluate]","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Expectations","id":"21","title":"Expectations"},"22":{"body":"Patterns that keep scenarios readable and reusable: Topology-first: start by shaping the cluster (counts, layout) so later\\nsteps inherit a clear foundation. Bundle defaults: use the DSL helpers to attach common expectations (like\\nliveness) whenever you add a matching workload, reducing forgotten checks. Intentional rates: express traffic in per-block terms to align with\\nprotocol timing rather than wall-clock assumptions. Opt-in chaos: enable restart patterns only in scenarios meant to probe\\nresilience; keep functional smoke tests deterministic. Wallet clarity: seed only the number of actors you need; it keeps\\ntransaction scenarios deterministic and interpretable. These patterns make scenario definitions self-explanatory while staying aligned\\nwith the framework’s block-oriented timing model.","breadcrumbs":"Part II — User Guide » Core Content: ScenarioBuilderExt Patterns » Core Content: ScenarioBuilderExt Patterns","id":"22","title":"Core Content: ScenarioBuilderExt Patterns"},"23":{"body":"Shape a topology, pick a runner: choose local for quick iteration, compose for reproducible multi-node stacks with observability, or k8s for cluster-grade validation. Compose workloads deliberately: pair transactions and data-availability traffic for end-to-end coverage; add chaos only when assessing recovery and resilience. Align expectations with goals: use liveness-style checks to confirm the system keeps up with planned activity, and add workload-specific assertions for inclusion or availability. Reuse plans across environments: keep the scenario constant while swapping runners to compare behavior between developer machines and CI clusters. Iterate with clear signals: treat expectation outcomes as the primary pass/fail indicator, and adjust topology or workloads based on what those signals reveal.","breadcrumbs":"Part II — User Guide » Usage Patterns » Usage Patterns","id":"23","title":"Usage Patterns"},"24":{"body":"State your intent: document the goal of each scenario (throughput, DA\\nvalidation, resilience) so expectation choices are obvious. Keep runs meaningful: choose durations that allow multiple blocks and make\\ntiming-based assertions trustworthy. Separate concerns: start with deterministic workloads for functional\\nchecks; add chaos in dedicated resilience scenarios to avoid noisy failures. Reuse patterns: standardize on shared topology and workload presets so\\nresults are comparable across environments and teams. Observe first, tune second: rely on liveness and inclusion signals to\\ninterpret outcomes before tweaking rates or topology. Environment fit: pick runners that match the feedback loop you need—local\\nfor speed, compose for reproducible stacks, k8s for cluster-grade fidelity. Minimal surprises: seed only necessary wallets and keep configuration\\ndeltas explicit when moving between CI and developer machines.","breadcrumbs":"Part II — User Guide » Best Practices » Best Practices","id":"24","title":"Best Practices"},"25":{"body":"Concrete scenario shapes that illustrate how to combine topologies, workloads,\\nand expectations. Adjust counts, rates, and durations to fit your environment.","breadcrumbs":"Part II — User Guide » Examples » Examples","id":"25","title":"Examples"},"26":{"body":"Topology: two validators. Workload: transaction submissions at a modest per-block rate with a small\\nset of wallet actors. Expectations: consensus liveness and inclusion of submitted activity. When to use: smoke tests for consensus and transaction flow on minimal\\nhardware.","breadcrumbs":"Part II — User Guide » Examples » Simple 2-validator transaction workload","id":"26","title":"Simple 2-validator transaction workload"},"27":{"body":"Topology: validators plus executors if available. Workloads: data-availability blobs/channels and transactions running\\ntogether to stress both paths. Expectations: consensus liveness and workload-level inclusion/availability\\nchecks. When to use: end-to-end coverage of transaction and DA layers in one run.","breadcrumbs":"Part II — User Guide » Examples » DA + transaction workload","id":"27","title":"DA + transaction workload"},"28":{"body":"Topology: validators (optionally executors) with node control enabled. Workloads: baseline traffic (transactions or DA) plus chaos restarts on\\nselected roles. Expectations: consensus liveness to confirm the system keeps progressing\\ndespite restarts; workload-specific inclusion if traffic is present. When to use: resilience validation and operational readiness drills.","breadcrumbs":"Part II — User Guide » Examples » Chaos + liveness check","id":"28","title":"Chaos + liveness check"},"29":{"body":"These illustrative scenarios stretch the framework to show how to build new\\nworkloads, expectations, deployers, and topology tricks. They are intentionally\\n“synthetic” to teach capabilities rather than prescribe production tests.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Advanced & Artificial Examples","id":"29","title":"Advanced & Artificial Examples"},"3":{"body":"Multi-node integration testing is required because many Nomos behaviors—block\\nprogress, data availability, liveness under churn—only emerge when several\\nroles interact over real networking and time. Small unit tests cannot catch\\nthese emergent behaviors, and manual multi-node testing is slow and\\nerror-prone. The Nomos Testing Framework is a purpose-built toolkit for exercising Nomos in\\nrealistic, multi-node environments. It solves the gap between small, isolated\\ntests and full-system validation by letting teams describe a cluster layout,\\ndrive meaningful traffic, and assert the outcomes in one coherent plan. It is for protocol engineers, infrastructure operators, and QA teams who need\\nrepeatable confidence that validators, executors, and data-availability\\ncomponents work together under network and timing constraints.","breadcrumbs":"Part I — Foundations » Introduction » Introduction","id":"3","title":"Introduction"},"30":{"body":"Idea: inject fake latency between node interactions using internal timers,\\nnot OS-level tooling. Demonstrates: sequencing control inside a workload, verifying protocol\\nprogression under induced lag, using timers to pace submissions. Shape: wrap submissions in delays that mimic slow peers; ensure the\\nexpectation checks blocks still progress.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Synthetic Delay Workload (Network Latency Simulation)","id":"30","title":"Synthetic Delay Workload (Network Latency Simulation)"},"31":{"body":"Idea: traffic rate changes every block or N seconds (e.g., blocks 1–3 low,\\n4–5 high, 6–7 zero, repeat). Demonstrates: dynamic, stateful workloads that use RunMetrics to time\\nphases; modeling real-world burstiness. Shape: schedule per-phase rates; confirm inclusion/liveness across peaks\\nand troughs.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Oscillating Load Workload (Traffic Waves)","id":"31","title":"Oscillating Load Workload (Traffic Waves)"},"32":{"body":"Idea: a workload that drops half its planned submissions, sometimes\\ndouble-submits, and intentionally triggers expectation failures. Demonstrates: negative testing, resilience checks, and the value of clear\\nexpectations when behavior is adversarial by design. Shape: parameterize drop/double-submit probabilities; pair with an\\nexpectation that documents what “bad” looks like.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Byzantine Behavior Mock","id":"32","title":"Byzantine Behavior Mock"},"33":{"body":"Idea: assert the last few blocks differ and block time stays within a\\ntolerated drift budget. Demonstrates: consuming BlockFeed or time-series metrics to validate\\nprotocol cadence; crafting post-run assertions around block diversity and\\ntiming. Shape: collect recent blocks, confirm no duplicates, and compare observed\\nintervals to a drift threshold.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Custom Expectation: Block Finality Drift","id":"33","title":"Custom Expectation: Block Finality Drift"},"34":{"body":"Idea: a deployer that never starts nodes; it emits configs, simulates\\nreadiness, provides fake blockfeed/metrics. Demonstrates: full power of the deployer interface for CI dry-runs,\\nconfig verification, and ultra-fast feedback without Nomos binaries. Shape: produce logs/artifacts, stub readiness, and feed synthetic blocks\\nso expectations can still run.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Custom Deployer: Dry-Run Deployer","id":"34","title":"Custom Deployer: Dry-Run Deployer"},"35":{"body":"Idea: topology parameters change at runtime (random validators, DA\\nsettings, network shapes). Demonstrates: randomized property testing and fuzzing approaches to\\ntopology building. Shape: pick roles and network layouts randomly per run; keep expectations\\ntolerant to variability while still asserting core liveness.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Stochastic Topology Generator","id":"35","title":"Stochastic Topology Generator"},"36":{"body":"Idea: scenario runs in phases (e.g., phase 1 transactions, phase 2 DA,\\nphase 3 restarts, phase 4 sync check). Demonstrates: multi-stage tests, modular scenario assembly, and deliberate\\nlifecycle control. Shape: drive phase-specific workloads/expectations sequentially; enforce\\nclear boundaries and post-phase checks.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Multi-Phase Scenario (“Pipelines”)","id":"36","title":"Multi-Phase Scenario (“Pipelines”)"},"37":{"body":"Running a scenario follows the same conceptual flow regardless of environment: Select or author a scenario plan that pairs a topology with workloads,\\nexpectations, and a suitable run window. Choose a runner aligned with your environment (local, compose, or k8s) and\\nensure its prerequisites are available. Deploy the plan through the runner; wait for readiness signals before\\nstarting workloads. Let workloads drive activity for the planned duration; keep observability\\nsignals visible so you can correlate outcomes. Evaluate expectations and capture results as the primary pass/fail signal. Use the same plan across different runners to compare behavior between local\\ndevelopment and CI or cluster settings. For environment prerequisites and\\nflags, see Operations.","breadcrumbs":"Part II — User Guide » Running Scenarios » Running Scenarios","id":"37","title":"Running Scenarios"},"38":{"body":"Runners turn a scenario plan into a live environment while keeping the plan\\nunchanged. Choose based on feedback speed, reproducibility, and fidelity. For\\nenvironment and operational considerations, see Operations:","breadcrumbs":"Part II — User Guide » Runners » Runners","id":"38","title":"Runners"},"39":{"body":"Launches node processes directly on the host. Fastest feedback loop and minimal orchestration overhead. Best for development-time iteration and debugging.","breadcrumbs":"Part II — User Guide » Runners » Local runner","id":"39","title":"Local runner"},"4":{"body":"Part I — Foundations establishes the mental model and design philosophy Part II — User Guide shows how to author and run scenarios Part III — Developer Reference covers extending the framework Part IV — Appendix provides quick references and troubleshooting If you’re new: Read Part I to understand the concepts, then follow the\\nexamples in Part II. If you want to run something now: Jump to Examples and pick\\na scenario that matches your goals. If you’re extending the framework: Start with Scenario Model\\nand Extending the Framework.","breadcrumbs":"Part I — Foundations » Introduction » How to Use This Book","id":"4","title":"How to Use This Book"},"40":{"body":"Starts nodes in containers to provide a reproducible multi-node stack on a\\nsingle machine. Discovers service ports and wires observability for convenient inspection. Good balance between fidelity and ease of setup.","breadcrumbs":"Part II — User Guide » Runners » Docker Compose runner","id":"40","title":"Docker Compose runner"},"41":{"body":"Deploys nodes onto a cluster for higher-fidelity, longer-running scenarios. Suits CI or shared environments where cluster behavior and scheduling matter.","breadcrumbs":"Part II — User Guide » Runners » Kubernetes runner","id":"41","title":"Kubernetes runner"},"42":{"body":"All runners require at least one validator and, for transaction scenarios,\\naccess to seeded wallets. Readiness probes gate workload start so traffic begins only after nodes are\\nreachable. Environment flags can relax timeouts or increase tracing when diagnostics are\\nneeded. Runner abstraction: Scenario Plan │ ▼\\nRunner (local | compose | k8s) │ provisions env + readiness ▼\\nRuntime + Observability │ ▼\\nWorkloads / Expectations execute Mermaid view: flowchart TD Plan[Scenario Plan] --> RunSel{Runner
(local | compose | k8s)} RunSel --> Provision[Provision & readiness] Provision --> Runtime[Runtime + observability] Runtime --> Exec[Workloads & Expectations execute]","breadcrumbs":"Part II — User Guide » Runners » Common expectations","id":"42","title":"Common expectations"},"43":{"body":"Chaos in the framework uses node control to introduce failures and validate\\nrecovery. The built-in restart workload lives in testing_framework_workflows::workloads::chaos::RandomRestartWorkload.","breadcrumbs":"Part II — User Guide » Chaos Testing » Chaos Workloads","id":"43","title":"Chaos Workloads"},"44":{"body":"Requires NodeControlCapability ( enable_node_control() in the scenario\\nbuilder) and a runner that provides a NodeControlHandle. Randomly selects nodes (validators, executors) to restart based on your\\ninclude/exclude flags. Respects min/max delay between restarts and a target cooldown to avoid\\nflapping the same node too frequently. Runs alongside other workloads; expectations should account for the added\\ndisruption. Support varies by runner: node control is not provided by the local runner\\nand is not yet implemented for the k8s runner. Use a runner that advertises NodeControlHandle support (e.g., compose) for chaos workloads.","breadcrumbs":"Part II — User Guide » Chaos Testing » How it works","id":"44","title":"How it works"},"45":{"body":"#![allow(unused)] fn main() {\\nuse std::time::Duration;\\nuse testing_framework_core::scenario::ScenarioBuilder;\\nuse testing_framework_workflows::workloads::chaos::RandomRestartWorkload; let plan = ScenarioBuilder::with_node_counts(2, 1) .enable_node_control() .with_workload( RandomRestartWorkload::new( Duration::from_secs(45), // min delay Duration::from_secs(75), // max delay Duration::from_secs(120), // target cooldown true, // include validators true, // include executors ) ) .expect_consensus_liveness() .with_run_duration(Duration::from_secs(150)) .build();\\n// deploy with a runner that supports node control and run the scenario }","breadcrumbs":"Part II — User Guide » Chaos Testing » Usage","id":"45","title":"Usage"},"46":{"body":"Consensus liveness: ensure blocks keep progressing despite restarts. Height convergence: optionally check all nodes converge after the chaos\\nwindow. Any workload-specific inclusion checks if you’re also driving tx/DA traffic.","breadcrumbs":"Part II — User Guide » Chaos Testing » Expectations to pair","id":"46","title":"Expectations to pair"},"47":{"body":"Keep delays/cooldowns realistic; avoid back-to-back restarts that would never\\nhappen in production. Limit chaos scope: toggle validators vs executors based on what you want to\\ntest. Combine with observability: monitor metrics/logs to explain failures.","breadcrumbs":"Part II — User Guide » Chaos Testing » Best practices","id":"47","title":"Best practices"},"48":{"body":"The deployer supplies a RunContext that workloads and expectations share. It\\nprovides: Topology descriptors ( GeneratedTopology) Client handles ( NodeClients / ClusterClient) for HTTP/RPC calls Metrics ( RunMetrics, Metrics) and block feed Optional NodeControlHandle for managing nodes (restart, block/unblock peers)","breadcrumbs":"Part II — User Guide » Node Control API » Node Control & RunContext","id":"48","title":"Node Control & RunContext"},"49":{"body":"Check for control support and use it conditionally: #![allow(unused)] fn main() {\\nuse testing_framework_core::scenario::{Expectation, RunContext, Workload}; struct RestartWorkload; impl Workload for RestartWorkload { fn name(&self) -> &\'static str { \\"restart_workload\\" } async fn start(&self, ctx: &RunContext) -> Result<(), Box> { if let Some(control) = ctx.node_control() { // Restart the first validator (index 0) if supported. control.restart_validator(0).await?; } Ok(()) }\\n} } When chaos workloads need control, require enable_node_control() in the\\nscenario builder and deploy with a runner that supports it.","breadcrumbs":"Part II — User Guide » Node Control API » Accessing node control in workloads/expectations","id":"49","title":"Accessing node control in workloads/expectations"},"5":{"body":"The framework follows a clear flow: Topology → Scenario → Runner → Workloads → Expectations. Topology describes the cluster: how many nodes, their roles, and the high-level network and data-availability parameters they should follow. Scenario combines that topology with the activities to run and the checks to perform, forming a single plan. Deployer/Runner pair turns the plan into a live environment on the chosen backend (local processes, Docker Compose, or Kubernetes) and brokers readiness. Workloads generate traffic and conditions that exercise the system. Expectations observe the run and judge success or failure once activity completes. flowchart LR A[Topology
shape cluster] --> B[Scenario
plan] B --> C[Deployer/Runner
deploy & orchestrate] C --> D[Workloads
drive traffic] D --> E[Expectations
verify outcomes] Each layer has a narrow responsibility so that cluster shape, deployment choice,\\ntraffic generation, and health checks can evolve independently while fitting\\ntogether predictably.","breadcrumbs":"Part I — Foundations » Architecture Overview » Architecture Overview","id":"5","title":"Architecture Overview"},"50":{"body":"The NodeControlHandle trait currently provides: #![allow(unused)] fn main() {\\npub trait NodeControlHandle: Send + Sync { async fn restart_validator(&self, index: usize) -> Result<(), DynError>; async fn restart_executor(&self, index: usize) -> Result<(), DynError>;\\n} } Future extensions may include peer blocking/unblocking or other control\\noperations. For now, focus on restart-based chaos patterns as shown in the\\nchaos workload examples.","breadcrumbs":"Part II — User Guide » Node Control API » Current API surface","id":"50","title":"Current API surface"},"51":{"body":"Always guard control usage: not all runners expose NodeControlHandle. Treat control as best-effort: failures should surface as test failures, but\\nworkloads should degrade gracefully when control is absent. Combine control actions with expectations (e.g., restart then assert height\\nconvergence) to keep scenarios meaningful.","breadcrumbs":"Part II — User Guide » Node Control API » Considerations","id":"51","title":"Considerations"},"52":{"body":"This page focuses on cluster manipulation: node control, chaos patterns, and\\nwhat the tooling supports today.","breadcrumbs":"Part II — User Guide » Topology & Chaos Patterns » Topology & Chaos Patterns","id":"52","title":"Topology & Chaos Patterns"},"53":{"body":"Supported: restart/peer control via NodeControlHandle (compose runner). Not supported: local runner does not expose node control; k8s runner does\\nnot support it yet.","breadcrumbs":"Part II — User Guide » Topology & Chaos Patterns » Node control availability","id":"53","title":"Node control availability"},"54":{"body":"Restarts: random restarts with minimum delay/cooldown to test recovery. Partitions: block/unblock peers to simulate partial isolation, then assert\\nheight convergence after healing. Validator churn: stop one validator and start another (new key) mid-run to\\ntest membership changes; expect convergence. Load SLOs: push tx/DA rates and assert inclusion/availability budgets\\ninstead of only liveness. API probes: poll HTTP/RPC endpoints during chaos to ensure external\\ncontracts stay healthy (shape + latency).","breadcrumbs":"Part II — User Guide » Topology & Chaos Patterns » Chaos patterns to consider","id":"54","title":"Chaos patterns to consider"},"55":{"body":"Liveness/height convergence after chaos windows. SLO checks: inclusion latency, DA responsiveness, API latency/shape. Recovery checks: ensure nodes that were isolated or restarted catch up to\\ncluster height within a timeout.","breadcrumbs":"Part II — User Guide » Topology & Chaos Patterns » Expectations to pair","id":"55","title":"Expectations to pair"},"56":{"body":"Keep chaos realistic: avoid flapping or patterns you wouldn’t operate in prod. Scope chaos: choose validators vs executors intentionally; don’t restart all\\nnodes at once unless you’re testing full outages. Combine chaos with observability: capture block feed/metrics and API health so\\nfailures are diagnosable.","breadcrumbs":"Part II — User Guide » Topology & Chaos Patterns » Guidance","id":"56","title":"Guidance"},"57":{"body":"Operational readiness focuses on prerequisites, environment fit, and clear\\nsignals: Prerequisites: keep a sibling nomos-node checkout available; ensure the\\nchosen runner’s platform needs are met (local binaries for host runs, Docker\\nfor compose, cluster access for k8s). Artifacts: some scenarios depend on prover or circuit assets; fetch them\\nahead of time with the provided helper scripts when needed. Environment flags: use slow-environment toggles to relax timeouts, enable\\ntracing when debugging, and adjust observability ports to avoid clashes. Readiness checks: verify runners report node readiness before starting\\nworkloads; this avoids false negatives from starting too early. Failure triage: map failures to missing prerequisites (wallet seeding,\\nnode control availability), runner platform issues, or unmet expectations.\\nStart with liveness signals, then dive into workload-specific assertions. Treat operational hygiene—assets present, prerequisites satisfied, observability\\nreachable—as the first step to reliable scenario outcomes. Metrics and observability flow: Runner exposes endpoints/ports │ ▼\\nRuntime collects block/health signals │ ▼\\nExpectations consume signals to decide pass/fail │ ▼\\nOperators inspect logs/metrics when failures arise Mermaid view: flowchart TD Expose[Runner exposes endpoints/ports] --> Collect[Runtime collects block/health signals] Collect --> Consume[Expectations consume signals
decide pass/fail] Consume --> Inspect[Operators inspect logs/metrics
when failures arise]","breadcrumbs":"Part II — User Guide » Operations » Operations","id":"57","title":"Operations"},"58":{"body":"Deep dives for contributors who extend the framework, evolve its abstractions,\\nor maintain the crate set.","breadcrumbs":"Part III — Developer Reference » Part III — Developer Reference","id":"58","title":"Part III — Developer Reference"},"59":{"body":"The scenario model defines clear, composable responsibilities: Topology: a declarative description of the cluster—how many nodes, their\\nroles, and the broad network and data-availability characteristics. It\\nrepresents the intended shape of the system under test. Scenario: a plan combining topology, workloads, expectations, and a run\\nwindow. Building a scenario validates prerequisites (like seeded wallets) and\\nensures the run lasts long enough to observe meaningful block progression. Workloads: asynchronous tasks that generate traffic or conditions. They\\nuse shared context to interact with the deployed cluster and may bundle\\ndefault expectations. Expectations: post-run assertions. They can capture baselines before\\nworkloads start and evaluate success once activity stops. Runtime: coordinates workloads and expectations for the configured\\nduration, enforces cooldowns when control actions occur, and ensures cleanup\\nso runs do not leak resources. Developers extending the model should keep these boundaries strict: topology\\ndescribes, scenarios assemble, runners deploy, workloads drive, and expectations\\njudge outcomes. For guidance on adding new capabilities, see Extending the Framework.","breadcrumbs":"Part III — Developer Reference » Scenario Model (Developer Level) » Scenario Model (Developer Level)","id":"59","title":"Scenario Model (Developer Level)"},"6":{"body":"This framework embodies specific principles that shape how you author and run\\nscenarios. Understanding these principles helps you write effective tests and\\ninterpret results correctly.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Testing Philosophy","id":"6","title":"Testing Philosophy"},"60":{"body":"","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Extending the Framework","id":"60","title":"Extending the Framework"},"61":{"body":"Implement testing_framework_core::scenario::Workload: Provide a name and any bundled expectations. In init, derive inputs from GeneratedTopology and RunMetrics; fail\\nfast if prerequisites are missing (e.g., wallet data, node addresses). In start, drive async traffic using the RunContext clients. Expose the workload from a module under testing-framework/workflows and\\nconsider adding a DSL helper for ergonomic wiring.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding a workload","id":"61","title":"Adding a workload"},"62":{"body":"Implement testing_framework_core::scenario::Expectation: Use start_capture to snapshot baseline metrics. Use evaluate to assert outcomes after workloads finish; return all errors\\nso the runner can aggregate them. Export it from testing-framework/workflows if it is reusable.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding an expectation","id":"62","title":"Adding an expectation"},"63":{"body":"Implement testing_framework_core::scenario::Deployer for your backend. Produce a RunContext with NodeClients, metrics endpoints, and optional NodeControlHandle. Guard cleanup with CleanupGuard to reclaim resources even on failures. Mirror the readiness and block-feed probes used by the existing runners so\\nworkloads can rely on consistent signals.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding a runner","id":"63","title":"Adding a runner"},"64":{"body":"Extend testing_framework_core::topology::TopologyBuilder with new layouts or\\nconfiguration presets (e.g., specialized DA parameters). Keep defaults safe:\\nensure at least one participant and clamp dispersal factors as the current\\nhelpers do.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding topology helpers","id":"64","title":"Adding topology helpers"},"65":{"body":"A minimal, end-to-end illustration of adding a custom workload and matching\\nexpectation. This shows the shape of the traits and where to plug into the\\nframework; expand the logic to fit your real test.","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Example: New Workload & Expectation (Rust)","id":"65","title":"Example: New Workload & Expectation (Rust)"},"66":{"body":"Key ideas: name: identifies the workload in logs. expectations: workloads can bundle defaults so callers don’t forget checks. init: derive inputs from the generated topology (e.g., pick a target node). start: drive async activity using the shared RunContext. #![allow(unused)] fn main() {\\nuse std::sync::Arc;\\nuse async_trait::async_trait;\\nuse testing_framework_core::scenario::{ DynError, Expectation, RunContext, RunMetrics, Workload,\\n};\\nuse testing_framework_core::topology::GeneratedTopology; pub struct ReachabilityWorkload { target_idx: usize, bundled: Vec>,\\n} impl ReachabilityWorkload { pub fn new(target_idx: usize) -> Self { Self { target_idx, bundled: vec![Box::new(ReachabilityExpectation::new(target_idx))], } }\\n} #[async_trait]\\nimpl Workload for ReachabilityWorkload { fn name(&self) -> &\'static str { \\"reachability_workload\\" } fn expectations(&self) -> Vec> { self.bundled.clone() } fn init( &mut self, topology: &GeneratedTopology, _metrics: &RunMetrics, ) -> Result<(), DynError> { if topology.validators().get(self.target_idx).is_none() { return Err(\\"no validator at requested index\\".into()); } Ok(()) } async fn start(&self, ctx: &RunContext) -> Result<(), DynError> { let client = ctx .node_clients() .validators() .get(self.target_idx) .ok_or(\\"missing target client\\")?; // Pseudo-action: issue a lightweight RPC to prove reachability. client.consensus_info().await.map_err(|e| e.into())?; Ok(()) }\\n} }","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Workload: simple reachability probe","id":"66","title":"Workload: simple reachability probe"},"67":{"body":"Key ideas: start_capture: snapshot baseline if needed (not used here). evaluate: assert the condition after workloads finish. #![allow(unused)] fn main() {\\nuse async_trait::async_trait;\\nuse testing_framework_core::scenario::{DynError, Expectation, RunContext}; pub struct ReachabilityExpectation { target_idx: usize,\\n} impl ReachabilityExpectation { pub fn new(target_idx: usize) -> Self { Self { target_idx } }\\n} #[async_trait]\\nimpl Expectation for ReachabilityExpectation { fn name(&self) -> &str { \\"target_reachable\\" } async fn evaluate(&mut self, ctx: &RunContext) -> Result<(), DynError> { let client = ctx .node_clients() .validators() .get(self.target_idx) .ok_or(\\"missing target client\\")?; client.consensus_info().await.map_err(|e| { format!(\\"target became unreachable during run: {e}\\").into() })?; Ok(()) }\\n} }","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Expectation: confirm the target stayed reachable","id":"67","title":"Expectation: confirm the target stayed reachable"},"68":{"body":"Build your scenario as usual and call .with_workload(ReachabilityWorkload::new(0)). The bundled expectation is attached automatically; you can add more with .with_expectation(...) if needed. Keep the logic minimal and fast for smoke tests; grow it into richer probes\\nfor deeper scenarios.","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » How to wire it","id":"68","title":"How to wire it"},"69":{"body":"High-level roles of the crates that make up the framework: Configs: prepares reusable configuration primitives for nodes, networking,\\ntracing, data availability, and wallets, shared by all scenarios and runners. Core scenario orchestration: houses the topology and scenario model,\\nruntime coordination, node clients, and readiness/health probes. Workflows: packages workloads and expectations into reusable building\\nblocks and offers a fluent DSL to assemble them. Runners: implements deployment backends (local host, Docker Compose,\\nKubernetes) that all consume the same scenario plan. Test workflows: example scenarios and integration checks that exercise the\\nframework end to end and serve as living documentation. Use this map to locate where to add new capabilities: configuration primitives\\nin configs, orchestration changes in core, reusable traffic/assertions in\\nworkflows, environment adapters in runners, and demonstrations in tests.","breadcrumbs":"Part III — Developer Reference » Internal Crate Reference » Internal Crate Reference","id":"69","title":"Internal Crate Reference"},"7":{"body":"Describe what you want to test, not how to orchestrate it: #![allow(unused)] fn main() {\\n// Good: declarative\\nScenarioBuilder::with_node_counts(2, 1) .transactions().rate(5).apply() .expect_consensus_liveness() .build(); // Bad: imperative (framework doesn\'t work this way)\\n// spawn_validator(); spawn_executor(); // loop { submit_tx(); check_block(); } } Why it matters: The framework handles deployment, readiness, and cleanup.\\nYou focus on test intent, not infrastructure orchestration.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Declarative over Imperative","id":"7","title":"Declarative over Imperative"},"70":{"body":"Quick-reference material and supporting guidance to keep scenarios discoverable,\\ndebuggable, and consistent.","breadcrumbs":"Part IV — Appendix » Part IV — Appendix","id":"70","title":"Part IV — Appendix"},"71":{"body":"The framework offers a fluent builder style to keep scenarios readable. Common\\nknobs: Topology shaping: set validator and executor counts, pick a network layout\\nstyle, and adjust high-level data-availability traits. Wallet seeding: define how many users participate and the total funds\\navailable for transaction workloads. Workload tuning: configure transaction rates, data-availability channel\\nand blob rates, and whether chaos restarts should include validators,\\nexecutors, or both. Expectations: attach liveness and workload-specific checks so success is\\nexplicit. Run window: set a minimum duration long enough for multiple blocks to be\\nobserved and verified. Use these knobs to express intent clearly, keeping scenario definitions concise\\nand consistent across teams.","breadcrumbs":"Part IV — Appendix » DSL Cheat Sheet » Core Content: DSL Cheat Sheet","id":"71","title":"Core Content: DSL Cheat Sheet"},"72":{"body":"Common symptoms and likely causes: No or slow block progression: runner started workloads before readiness, insufficient run window, or environment too slow—extend duration or enable slow-environment tuning. Transactions not included: missing or insufficient wallet seeding, misaligned transaction rate with block cadence, or network instability—reduce rate and verify wallet setup. Chaos stalls the run: node control not available for the chosen runner or restart cadence too aggressive—enable control capability and widen restart intervals. Observability gaps: metrics or logs unreachable because ports clash or services are not exposed—adjust observability ports and confirm runner wiring. Flaky behavior across runs: mixing chaos with functional smoke tests or inconsistent topology between environments—separate deterministic and chaos scenarios and standardize topology presets.","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Troubleshooting Scenarios","id":"72","title":"Troubleshooting Scenarios"},"73":{"body":"Why block-oriented timing? Using block cadence reduces dependence on host speed and keeps assertions aligned\\nwith protocol behavior. Can I reuse the same scenario across runners? Yes. The plan stays the same; swap runners (local, compose, k8s) to target\\ndifferent environments. When should I enable chaos workloads? Only when testing resilience or operational recovery; keep functional smoke\\ntests deterministic. How long should runs be? Long enough for multiple blocks so liveness and inclusion checks are\\nmeaningful; very short runs risk false confidence. Do I always need seeded wallets? Only for transaction scenarios. Data-availability or pure chaos scenarios may\\nnot require them, but liveness checks still need validators producing blocks. What if expectations fail but workloads “look fine”? Trust expectations first—they capture the intended success criteria. Use the\\nobservability signals and runner logs to pinpoint why the system missed the\\ntarget.","breadcrumbs":"Part IV — Appendix » FAQ » FAQ","id":"73","title":"FAQ"},"74":{"body":"Validator: node role responsible for participating in consensus, producing\\nblocks, and verifying and sampling DA data. Executor: validator extended with DA blob dispersal capabilities, allowing\\nboth block production and data submission to the DA network. DA (Data Availability): subsystem ensuring blobs or channel data are\\npublished and retrievable for validation. Workload: traffic or behavior generator that exercises the system during a\\nscenario run. Expectation: post-run assertion that judges whether the system met the\\nintended success criteria. Topology: declarative description of the cluster shape, roles, and\\nhigh-level parameters for a scenario. Blockfeed: stream of block observations used for liveness or inclusion\\nsignals during a run. Control capability: the ability for a runner to start, stop, or restart\\nnodes, used by chaos workloads.","breadcrumbs":"Part IV — Appendix » Glossary » Glossary","id":"74","title":"Glossary"},"8":{"body":"Reason in blocks and consensus intervals, not wall-clock seconds: #![allow(unused)] fn main() {\\n// Good: protocol-oriented thinking\\nlet plan = ScenarioBuilder::with_node_counts(2, 1) .transactions().rate(5).apply() // 5 tx per block .with_run_duration(Duration::from_secs(60)) // Let framework calculate expected blocks .expect_consensus_liveness() // \\"Did we produce the expected blocks?\\" .build(); // Bad: wall-clock assumptions\\n// \\"I expect exactly 10 blocks in 60 seconds\\"\\n// This breaks on slow CI where blocks might take 7s instead of 6s } Why it matters: Block production timing varies across environments—fast on\\na laptop (5s/block), slow on overloaded CI (8s/block). The framework calculates\\nexpected blocks based on configured slot duration, making assertions\\nenvironment-independent. Assert on “blocks produced relative to the run window”\\nnot “blocks produced per wall-clock second”.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Protocol Time, Not Wall Time","id":"8","title":"Protocol Time, Not Wall Time"},"9":{"body":"Default scenarios are repeatable: Fixed topology Predictable traffic rates Deterministic checks Chaos is opt-in: #![allow(unused)] fn main() {\\n// Separate: functional test (deterministic)\\nlet plan = ScenarioBuilder::with_node_counts(2, 1) .transactions().rate(5).apply() .expect_consensus_liveness() .build(); // Separate: chaos test (introduces randomness)\\nlet chaos_plan = ScenarioBuilder::with_node_counts(3, 2) .enable_node_control() .chaos_random_restart().apply() .transactions().rate(5).apply() .expect_consensus_liveness() .build(); } Why it matters: Mixing determinism with chaos creates noisy, hard-to-debug\\nfailures. Separate concerns make failures actionable.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Determinism First, Chaos When Needed","id":"9","title":"Determinism First, Chaos When Needed"}},"length":75,"save":true},"fields":["title","body","breadcrumbs"],"index":{"body":{"root":{"0":{"df":2,"docs":{"11":{"tf":1.0},"49":{"tf":1.0}}},"1":{"0":{"df":2,"docs":{"11":{"tf":1.0},"8":{"tf":1.0}}},"df":6,"docs":{"11":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}},"–":{"3":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}},"2":{"df":3,"docs":{"26":{"tf":1.0},"36":{"tf":1.0},"9":{"tf":1.0}}},"3":{"df":1,"docs":{"36":{"tf":1.0}}},"4":{"df":1,"docs":{"36":{"tf":1.0}},"–":{"5":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}},"5":{"df":1,"docs":{"8":{"tf":1.0}},"s":{"/":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"6":{"0":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"8":{"tf":1.0}}},"–":{"7":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}},"7":{"df":0,"docs":{},"s":{"df":1,"docs":{"8":{"tf":1.0}}}},"8":{"df":0,"docs":{},"s":{"/":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"a":{"[":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"74":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"42":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"42":{"tf":1.0},"49":{"tf":1.0},"57":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"51":{"tf":1.0},"59":{"tf":1.0},"66":{"tf":1.0},"9":{"tf":1.0}}}},"v":{"df":11,"docs":{"13":{"tf":1.4142135623730951},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"37":{"tf":1.0},"5":{"tf":1.4142135623730951},"59":{"tf":1.0},"66":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"20":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"10":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"69":{"tf":1.0}}}}},"d":{"df":5,"docs":{"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"24":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"61":{"tf":1.0}}}}}}},"df":7,"docs":{"44":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"23":{"tf":1.0},"25":{"tf":1.0},"57":{"tf":1.0},"71":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"32":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"44":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"62":{"tf":1.0}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"72":{"tf":1.0}}}}}}}}}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":5,"docs":{"18":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"37":{"tf":1.0},"73":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":9,"docs":{"11":{"tf":1.0},"45":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":3,"docs":{"0":{"tf":1.0},"24":{"tf":1.0},"74":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"16":{"tf":1.0},"44":{"tf":1.0}}},"df":0,"docs":{}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":3,"docs":{"11":{"tf":1.0},"51":{"tf":1.0},"73":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"i":{"df":4,"docs":{"50":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":2,"docs":{"4":{"tf":1.0},"70":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"2":{"tf":1.0},"35":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"5":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"17":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"57":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"12":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"16":{"tf":1.0},"36":{"tf":1.0},"59":{"tf":1.0},"69":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":17,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.4142135623730951},"35":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.4142135623730951},"57":{"tf":1.0},"59":{"tf":1.0},"62":{"tf":1.0},"67":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"8":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"23":{"tf":1.0}}}},"t":{"df":2,"docs":{"17":{"tf":1.0},"57":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"0":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"22":{"tf":1.0},"8":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{":":{":":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"66":{"tf":1.0},"67":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"66":{"tf":1.0},"67":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":5,"docs":{"49":{"tf":1.0},"50":{"tf":1.4142135623730951},"61":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":6,"docs":{"13":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"68":{"tf":1.0},"71":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":6,"docs":{"1":{"tf":1.0},"12":{"tf":1.0},"18":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"68":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":19,"docs":{"0":{"tf":1.4142135623730951},"10":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"37":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.4142135623730951},"59":{"tf":1.0},"69":{"tf":1.0},"71":{"tf":1.7320508075688772},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":6,"docs":{"10":{"tf":1.0},"24":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"b":{"[":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"5":{"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":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"47":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"13":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"5":{"tf":1.0},"63":{"tf":1.0},"69":{"tf":1.0}}},"df":0,"docs":{}}}}},"d":{"df":4,"docs":{"11":{"tf":1.0},"32":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":7,"docs":{"23":{"tf":1.0},"24":{"tf":1.0},"38":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"28":{"tf":1.0},"59":{"tf":1.0},"62":{"tf":1.0},"67":{"tf":1.0}}}}}}}},"df":1,"docs":{"5":{"tf":1.0}},"e":{"c":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"67":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"24":{"tf":1.0},"37":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"72":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"42":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":13,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.4142135623730951},"37":{"tf":1.0},"41":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"24":{"tf":1.0},"39":{"tf":1.0},"47":{"tf":1.0},"51":{"tf":1.0}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":9,"docs":{"14":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0},"72":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"34":{"tf":1.0},"57":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"b":{"df":6,"docs":{"0":{"tf":2.0},"10":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"71":{"tf":1.0},"74":{"tf":1.4142135623730951}},"s":{"/":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"27":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"57":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"48":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":24,"docs":{"0":{"tf":1.7320508075688772},"10":{"tf":1.4142135623730951},"11":{"tf":2.23606797749979},"13":{"tf":1.4142135623730951},"18":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"24":{"tf":1.0},"26":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.4142135623730951},"33":{"tf":2.23606797749979},"34":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.0},"69":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.4142135623730951},"73":{"tf":2.0},"74":{"tf":1.7320508075688772},"8":{"tf":3.1622776601683795}},"f":{"df":0,"docs":{},"e":{"df":2,"docs":{"33":{"tf":1.0},"74":{"tf":1.0}},"e":{"d":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":3,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"4":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":6,"docs":{"0":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"27":{"tf":1.0},"71":{"tf":1.0},"74":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"36":{"tf":1.0},"59":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":1,"docs":{"49":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"14":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"a":{"d":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"10":{"tf":1.0}}},"r":{"df":1,"docs":{"5":{"tf":1.0}}}}}}},"u":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"33":{"tf":1.0},"54":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":10,"docs":{"13":{"tf":1.0},"29":{"tf":1.0},"35":{"tf":1.0},"45":{"tf":1.0},"59":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"44":{"tf":1.0},"49":{"tf":1.0},"71":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":2,"docs":{"3":{"tf":1.0},"43":{"tf":1.0}}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":5,"docs":{"22":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"66":{"tf":1.7320508075688772},"68":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"31":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"z":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"32":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"c":{"[":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"5":{"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":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"10":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"33":{"tf":1.0},"72":{"tf":1.4142135623730951},"73":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"l":{"df":2,"docs":{"48":{"tf":1.0},"68":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"66":{"tf":1.0}}}}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":6,"docs":{"0":{"tf":1.0},"29":{"tf":1.0},"59":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"37":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0},"73":{"tf":1.0}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"3":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"72":{"tf":1.0}}}}},"df":1,"docs":{"5":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":5,"docs":{"1":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"54":{"tf":1.0},"69":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"0":{"tf":1.0},"20":{"tf":1.0},"71":{"tf":1.0},"74":{"tf":1.0}}}}}},"o":{"df":22,"docs":{"16":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"28":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.7320508075688772},"71":{"tf":1.0},"72":{"tf":1.7320508075688772},"73":{"tf":1.4142135623730951},"74":{"tf":1.0},"9":{"tf":2.0}},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"9":{"tf":1.0}}}}}}},"df":0,"docs":{}},"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":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"18":{"tf":1.0},"59":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"71":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":22,"docs":{"10":{"tf":1.4142135623730951},"13":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"49":{"tf":1.0},"5":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"57":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0},"71":{"tf":1.0},"73":{"tf":1.4142135623730951},"9":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"57":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"24":{"tf":1.0},"5":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":6,"docs":{"18":{"tf":1.4142135623730951},"23":{"tf":1.0},"24":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"56":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"13":{"tf":1.0},"5":{"tf":1.0},"57":{"tf":1.0},"72":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"54":{"tf":1.0}},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}}}}},"i":{"df":7,"docs":{"14":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0},"8":{"tf":1.4142135623730951}},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"64":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"14":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"57":{"tf":1.0},"72":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":4,"docs":{"13":{"tf":1.4142135623730951},"59":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0}},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"r":{"df":10,"docs":{"1":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"5":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"71":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"|":{"df":2,"docs":{"66":{"tf":1.0},"67":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":5,"docs":{"48":{"tf":1.0},"61":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"69":{"tf":1.0}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"22":{"tf":1.0},"8":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"48":{"tf":1.0}}}}},"df":15,"docs":{"1":{"tf":1.0},"14":{"tf":1.4142135623730951},"18":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"24":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.4142135623730951},"5":{"tf":1.7320508075688772},"52":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"74":{"tf":1.0}},"—":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}}}}}},"o":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"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":{"21":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"57":{"tf":1.0}}}}}}}}},"df":3,"docs":{"21":{"tf":1.4142135623730951},"33":{"tf":1.0},"57":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":7,"docs":{"15":{"tf":1.0},"25":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"42":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"23":{"tf":1.0},"24":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"19":{"tf":1.0},"5":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"0":{"tf":1.0},"3":{"tf":1.0}}},"s":{"df":16,"docs":{"0":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"23":{"tf":1.4142135623730951},"24":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.4142135623730951},"44":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"69":{"tf":1.0},"73":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.0}},"u":{"df":4,"docs":{"13":{"tf":1.4142135623730951},"2":{"tf":1.0},"21":{"tf":1.0},"37":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"12":{"tf":1.0},"16":{"tf":1.0},"24":{"tf":1.0},"9":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"21":{"tf":1.0},"71":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"5":{"tf":1.0},"59":{"tf":1.0},"67":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"49":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"3":{"tf":1.0},"73":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"11":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":4,"docs":{"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"r":{"df":10,"docs":{"14":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"59":{"tf":1.0},"64":{"tf":1.0},"69":{"tf":1.4142135623730951},"71":{"tf":1.0},"8":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"df":6,"docs":{"23":{"tf":1.0},"28":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"67":{"tf":1.0},"72":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":9,"docs":{"0":{"tf":1.7320508075688772},"18":{"tf":1.0},"21":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.0},"28":{"tf":1.0},"46":{"tf":1.0},"74":{"tf":1.0},"8":{"tf":1.0}}}}}},"i":{"d":{"df":2,"docs":{"54":{"tf":1.0},"61":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"18":{"tf":1.0},"38":{"tf":1.0},"51":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"63":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"m":{"df":4,"docs":{"16":{"tf":1.0},"33":{"tf":1.0},"57":{"tf":1.7320508075688772},"69":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"40":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"1":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"71":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"0":{"tf":1.0},"59":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"21":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"58":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"0":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"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":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":17,"docs":{"20":{"tf":1.4142135623730951},"28":{"tf":1.0},"30":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.7320508075688772},"50":{"tf":1.0},"51":{"tf":2.0},"52":{"tf":1.0},"53":{"tf":1.7320508075688772},"57":{"tf":1.0},"59":{"tf":1.0},"72":{"tf":1.4142135623730951},"74":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"40":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":4,"docs":{"46":{"tf":1.4142135623730951},"51":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":4,"docs":{"13":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"59":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"0":{"tf":1.0},"59":{"tf":1.0},"69":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":8,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0},"69":{"tf":1.4142135623730951},"71":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"37":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"22":{"tf":1.0},"25":{"tf":1.0},"71":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"16":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"23":{"tf":1.0},"27":{"tf":1.0}}}},"df":1,"docs":{"4":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"14":{"tf":1.0},"16":{"tf":1.0},"58":{"tf":1.0},"69":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"18":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":4,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"49":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":3,"docs":{"49":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"50":{"tf":1.4142135623730951},"64":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":3,"docs":{"33":{"tf":1.0},"34":{"tf":1.0},"65":{"tf":1.0}}}}}}}},"d":{"[":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"5":{"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":10,"docs":{"0":{"tf":3.0},"10":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"55":{"tf":1.0},"64":{"tf":1.0},"74":{"tf":2.0}},"t":{"a":{"df":15,"docs":{"0":{"tf":2.6457513110645907},"13":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"23":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.4142135623730951},"5":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"69":{"tf":1.0},"71":{"tf":1.4142135623730951},"73":{"tf":1.0},"74":{"tf":2.0}}},"df":0,"docs":{}}},"df":2,"docs":{"13":{"tf":1.0},"5":{"tf":1.0}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":3,"docs":{"39":{"tf":1.0},"57":{"tf":1.0},"9":{"tf":1.0}},"g":{"df":2,"docs":{"12":{"tf":1.0},"70":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"13":{"tf":1.0},"18":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"r":{"df":7,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.0},"59":{"tf":1.0},"7":{"tf":1.4142135623730951},"74":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"14":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"58":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"68":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":5,"docs":{"22":{"tf":1.0},"59":{"tf":1.0},"64":{"tf":1.0},"66":{"tf":1.0},"9":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"18":{"tf":1.0},"59":{"tf":1.0},"71":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"71":{"tf":1.0}}}}}}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"51":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"y":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":3,"docs":{"30":{"tf":1.4142135623730951},"44":{"tf":1.0},"45":{"tf":1.4142135623730951}},"s":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"23":{"tf":1.0},"36":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"a":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":9,"docs":{"17":{"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},"69":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"57":{"tf":1.0},"73":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":15,"docs":{"13":{"tf":1.4142135623730951},"14":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":2.0},"37":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"59":{"tf":1.4142135623730951},"69":{"tf":1.0},"7":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"5":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"61":{"tf":1.0},"66":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":6,"docs":{"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"3":{"tf":1.0},"5":{"tf":1.0},"59":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"16":{"tf":1.0},"59":{"tf":1.0},"74":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"48":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":3,"docs":{"14":{"tf":1.0},"32":{"tf":1.0},"4":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"28":{"tf":1.0},"46":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"12":{"tf":1.0},"9":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"22":{"tf":1.4142135623730951},"24":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":8,"docs":{"14":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.4142135623730951}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"56":{"tf":1.0}},"t":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"15":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.0},"73":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"39":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"40":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"70":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":3,"docs":{"0":{"tf":1.7320508075688772},"64":{"tf":1.0},"74":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"57":{"tf":1.0},"58":{"tf":1.0}},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"14":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"40":{"tf":1.0},"5":{"tf":1.0},"57":{"tf":1.0},"69":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"24":{"tf":1.0},"32":{"tf":1.0},"69":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"\'":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":2,"docs":{"56":{"tf":1.0},"66":{"tf":1.0}}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"13":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"34":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.7320508075688772}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"[":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{}},"df":10,"docs":{"13":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"3":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"66":{"tf":1.0}},"n":{"df":1,"docs":{"19":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"p":{"/":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"32":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"l":{"df":6,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"61":{"tf":1.0},"69":{"tf":1.0},"71":{"tf":1.0}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":11,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"18":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"37":{"tf":1.0},"59":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"2":{"0":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"5":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"7":{"5":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":4,"docs":{"13":{"tf":1.0},"54":{"tf":1.0},"67":{"tf":1.0},"74":{"tf":1.4142135623730951}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"50":{"tf":1.4142135623730951},"66":{"tf":1.7320508075688772},"67":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":10,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":1.0},"44":{"tf":1.0},"51":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":1.0},"66":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"66":{"tf":1.0}}}}}}},"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"13":{"tf":1.0}}}}},"df":0,"docs":{}},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"14":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"57":{"tf":1.0}}}}},"s":{"df":1,"docs":{"40":{"tf":1.0}},"i":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":1,"docs":{"13":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"18":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}}}},"m":{"b":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"3":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"22":{"tf":1.0},"28":{"tf":1.0},"57":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":4,"docs":{"44":{"tf":1.0},"45":{"tf":1.0},"49":{"tf":1.0},"9":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"d":{"df":5,"docs":{"17":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"65":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"54":{"tf":1.0},"63":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"11":{"tf":1.0},"36":{"tf":1.0},"59":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"16":{"tf":1.0},"3":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":5,"docs":{"11":{"tf":1.4142135623730951},"18":{"tf":1.0},"59":{"tf":1.0},"71":{"tf":1.0},"73":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":10,"docs":{"0":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.4142135623730951},"64":{"tf":1.0},"74":{"tf":1.0}}}}},"v":{"df":1,"docs":{"42":{"tf":1.0}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":23,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.7320508075688772},"38":{"tf":1.4142135623730951},"41":{"tf":1.0},"42":{"tf":1.0},"5":{"tf":1.0},"57":{"tf":1.7320508075688772},"69":{"tf":1.0},"72":{"tf":1.4142135623730951},"73":{"tf":1.0},"8":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"72":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"61":{"tf":1.0}}}}}}},"r":{"(":{"\\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"66":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"3":{"tf":1.0},"62":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"2":{"tf":1.0},"4":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"a":{"df":0,"docs":{},"l":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"67":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":6,"docs":{"13":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"37":{"tf":1.0},"59":{"tf":1.0},"62":{"tf":1.0},"67":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"63":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":3,"docs":{"14":{"tf":1.0},"5":{"tf":1.0},"58":{"tf":1.0}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":7,"docs":{"16":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.0},"4":{"tf":1.4142135623730951},"50":{"tf":1.0},"65":{"tf":1.0},"69":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"r":{"df":11,"docs":{"0":{"tf":2.0},"18":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"56":{"tf":1.0},"71":{"tf":1.4142135623730951},"74":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":7,"docs":{"0":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.0},"69":{"tf":1.0},"74":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"65":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":4,"docs":{"45":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"66":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":45,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"13":{"tf":2.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"21":{"tf":1.7320508075688772},"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.7320508075688772},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.4142135623730951},"42":{"tf":1.7320508075688772},"44":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.4142135623730951},"51":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"59":{"tf":2.23606797749979},"61":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":2.0},"67":{"tf":1.7320508075688772},"68":{"tf":1.0},"69":{"tf":1.0},"71":{"tf":1.0},"73":{"tf":1.4142135623730951},"74":{"tf":1.0},"8":{"tf":2.0}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"47":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.0},"24":{"tf":1.0},"71":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}}}},"s":{"df":4,"docs":{"51":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.4142135623730951},"61":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"57":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"—":{"a":{"d":{"df":0,"docs":{},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"72":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"71":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":8,"docs":{"0":{"tf":1.0},"14":{"tf":1.0},"4":{"tf":1.7320508075688772},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.0},"64":{"tf":1.0},"74":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":2,"docs":{"17":{"tf":1.0},"50":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"54":{"tf":1.0}}}}}}},"}":{"\\"":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"67":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"f":{"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"10":{"tf":1.4142135623730951},"16":{"tf":1.0}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"64":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"13":{"tf":1.0},"61":{"tf":1.0},"73":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":12,"docs":{"14":{"tf":1.0},"18":{"tf":1.0},"24":{"tf":1.0},"32":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":2.0},"63":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}},"k":{"df":0,"docs":{},"e":{"df":2,"docs":{"30":{"tf":1.0},"34":{"tf":1.0}}}},"l":{"df":0,"docs":{},"s":{"df":3,"docs":{"11":{"tf":1.0},"57":{"tf":1.0},"73":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}}}},"q":{"df":1,"docs":{"73":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"18":{"tf":1.0},"34":{"tf":1.0},"61":{"tf":1.0},"68":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"39":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"56":{"tf":1.0}}}}}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"24":{"tf":1.0},"34":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"34":{"tf":1.0},"48":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":1,"docs":{"33":{"tf":1.0}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"24":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"33":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"73":{"tf":1.0}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"18":{"tf":1.0},"62":{"tf":1.0},"67":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"22":{"tf":1.0},"24":{"tf":1.0},"49":{"tf":1.0},"57":{"tf":1.0},"9":{"tf":1.0}},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"73":{"tf":1.0}}}}}}}}}},"t":{"df":6,"docs":{"16":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"5":{"tf":1.0},"57":{"tf":1.0},"65":{"tf":1.0}}},"x":{"df":1,"docs":{"9":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"37":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"57":{"tf":1.0}}},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"72":{"tf":1.0}}}},"p":{"df":2,"docs":{"44":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"21":{"tf":1.0},"42":{"tf":1.0},"5":{"tf":1.0},"57":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":5,"docs":{"14":{"tf":1.0},"26":{"tf":1.0},"37":{"tf":1.0},"5":{"tf":1.0},"57":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"69":{"tf":1.0},"71":{"tf":1.0}}}}}}},"n":{"df":9,"docs":{"11":{"tf":1.0},"45":{"tf":1.0},"49":{"tf":1.7320508075688772},"50":{"tf":1.7320508075688772},"66":{"tf":2.449489742783178},"67":{"tf":2.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}},"o":{"c":{"df":0,"docs":{},"u":{"df":2,"docs":{"50":{"tf":1.0},"7":{"tf":1.0}},"s":{"df":4,"docs":{"0":{"tf":1.0},"16":{"tf":1.0},"52":{"tf":1.0},"57":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"37":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"66":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"t":{"!":{"(":{"\\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"67":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"5":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"2":{"tf":1.0},"22":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"61":{"tf":1.0},"62":{"tf":1.0}}}}}}}}}}},"df":19,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.4142135623730951},"2":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.7320508075688772},"43":{"tf":1.0},"5":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"65":{"tf":1.0},"69":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951},"71":{"tf":1.0},"8":{"tf":1.4142135623730951}},"’":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"3":{"tf":1.0},"34":{"tf":1.0},"56":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"22":{"tf":1.0},"24":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"9":{"tf":1.0}}}}}}},"d":{"df":1,"docs":{"71":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}}},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"35":{"tf":1.0}}}}}},"g":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"3":{"tf":1.0},"72":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"42":{"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":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":3,"docs":{"48":{"tf":1.0},"61":{"tf":1.0},"66":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":8,"docs":{"14":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"35":{"tf":1.0},"5":{"tf":1.4142135623730951},"59":{"tf":1.0},"66":{"tf":1.0},"74":{"tf":1.0}}}}},"t":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"66":{"tf":1.0},"67":{"tf":1.0}}}},"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":1,"docs":{"1":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"74":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"18":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{},"o":{"d":{"df":5,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"40":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"51":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":3,"docs":{"18":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"13":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":1,"docs":{"68":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"51":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":4,"docs":{"15":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0},"70":{"tf":1.0}}},"df":0,"docs":{}}},"df":3,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"32":{"tf":1.0}}}},"n":{"d":{"df":1,"docs":{"13":{"tf":1.0}},"l":{"df":2,"docs":{"48":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"13":{"tf":1.0},"47":{"tf":1.0}}}}}},"r":{"d":{"df":1,"docs":{"9":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"26":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"54":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"10":{"tf":1.4142135623730951},"18":{"tf":1.0},"5":{"tf":1.0},"56":{"tf":1.0}},"i":{"df":3,"docs":{"10":{"tf":1.0},"21":{"tf":1.0},"54":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":4,"docs":{"46":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"p":{"df":1,"docs":{"6":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"0":{"tf":1.0},"67":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":9,"docs":{"13":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"31":{"tf":1.0},"5":{"tf":1.0},"69":{"tf":1.0},"71":{"tf":1.0},"74":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"10":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"16":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"14":{"tf":1.0},"39":{"tf":1.0},"57":{"tf":1.0},"69":{"tf":1.0},"73":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"69":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"c":{"df":2,"docs":{"48":{"tf":1.0},"54":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"i":{"[":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"a":{"df":9,"docs":{"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},"66":{"tf":1.0},"67":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"66":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"i":{"df":2,"docs":{"15":{"tf":1.0},"4":{"tf":1.4142135623730951}},"i":{"df":2,"docs":{"4":{"tf":1.0},"58":{"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":3,"docs":{"25":{"tf":1.0},"29":{"tf":1.0},"65":{"tf":1.0}}}}}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.4142135623730951}}}},"l":{"df":3,"docs":{"49":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"44":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"69":{"tf":1.0}}}}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":6,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"45":{"tf":1.4142135623730951},"50":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":11,"docs":{"10":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"46":{"tf":1.0},"55":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"27":{"tf":1.0},"54":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"72":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"5":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"\\"":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"66":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"49":{"tf":1.0},"50":{"tf":1.4142135623730951}}}},"i":{"c":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}},"u":{"c":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"3":{"tf":1.0},"7":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"13":{"tf":1.0},"22":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"21":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":3,"docs":{"21":{"tf":1.7320508075688772},"61":{"tf":1.0},"66":{"tf":1.4142135623730951}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"21":{"tf":1.0},"61":{"tf":1.0},"66":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"57":{"tf":1.0}}}}}}},"df":2,"docs":{"40":{"tf":1.0},"57":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"72":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"54":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"72":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":4,"docs":{"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"3":{"tf":1.0},"69":{"tf":1.0}}}},"n":{"d":{"df":4,"docs":{"18":{"tf":1.0},"59":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":5,"docs":{"14":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"7":{"tf":1.0},"71":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"29":{"tf":1.0},"32":{"tf":1.0},"56":{"tf":1.0}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"59":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":3,"docs":{"10":{"tf":2.0},"30":{"tf":1.0},"69":{"tf":1.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"14":{"tf":1.0},"18":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"6":{"tf":1.0}}}}}},"v":{"df":3,"docs":{"33":{"tf":1.0},"72":{"tf":1.0},"8":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":2,"docs":{"43":{"tf":1.0},"9":{"tf":1.0}},"t":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":3,"docs":{"3":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":2,"docs":{"57":{"tf":1.0},"66":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"18":{"tf":1.0},"23":{"tf":1.4142135623730951},"39":{"tf":1.0}}}}},"v":{"df":2,"docs":{"4":{"tf":1.0},"70":{"tf":1.0}}}},"j":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"g":{"df":4,"docs":{"14":{"tf":1.0},"5":{"tf":1.0},"59":{"tf":1.0},"74":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"k":{"8":{"df":9,"docs":{"17":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.4142135623730951},"44":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.0},"73":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":22,"docs":{"12":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.4142135623730951},"18":{"tf":1.0},"22":{"tf":1.7320508075688772},"23":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"28":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"51":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"64":{"tf":1.0},"68":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951}}}},"y":{"df":3,"docs":{"54":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0}}}},"n":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"71":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"14":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"41":{"tf":1.0},"5":{"tf":1.0},"69":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"30":{"tf":1.0}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"14":{"tf":1.0},"8":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"33":{"tf":1.0},"59":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"30":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0}},"y":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"22":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"39":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"27":{"tf":1.0},"5":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"16":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"64":{"tf":1.0},"71":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"13":{"tf":1.0},"59":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":12,"docs":{"13":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"5":{"tf":1.0},"59":{"tf":1.0},"69":{"tf":1.0},"71":{"tf":1.0},"74":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":2,"docs":{"13":{"tf":1.4142135623730951},"36":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"66":{"tf":1.0}}}}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"20":{"tf":1.0},"47":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"21":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":23,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"13":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.4142135623730951},"3":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.0},"57":{"tf":1.0},"69":{"tf":1.0},"71":{"tf":1.0},"73":{"tf":1.4142135623730951},"74":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}},"o":{"a":{"d":{"df":2,"docs":{"31":{"tf":1.0},"54":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"df":15,"docs":{"1":{"tf":1.0},"12":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"23":{"tf":1.0},"37":{"tf":1.4142135623730951},"39":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.0},"69":{"tf":1.0},"73":{"tf":1.0}}},"t":{"df":1,"docs":{"69":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":3,"docs":{"66":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0}},"i":{"c":{"df":2,"docs":{"65":{"tf":1.0},"68":{"tf":1.0}}},"df":0,"docs":{}},"s":{"/":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"57":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"57":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":5,"docs":{"11":{"tf":1.0},"18":{"tf":1.0},"59":{"tf":1.0},"71":{"tf":1.0},"73":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"32":{"tf":1.0},"73":{"tf":1.0}}},"p":{"df":3,"docs":{"24":{"tf":1.0},"39":{"tf":1.0},"7":{"tf":1.0}}},"s":{"df":1,"docs":{"16":{"tf":1.0}}}},"w":{"df":1,"docs":{"31":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}}}},"r":{"df":2,"docs":{"13":{"tf":1.0},"5":{"tf":1.0}}},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"14":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"40":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"16":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":9,"docs":{"11":{"tf":1.0},"45":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"0":{"tf":1.0},"14":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":7,"docs":{"14":{"tf":1.4142135623730951},"18":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"69":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":6,"docs":{"18":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.0},"59":{"tf":1.0},"71":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":3,"docs":{"17":{"tf":1.0},"57":{"tf":1.0},"69":{"tf":1.0}}},"t":{"c":{"df":0,"docs":{},"h":{"df":4,"docs":{"22":{"tf":1.0},"24":{"tf":1.0},"4":{"tf":1.0},"65":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"70":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"10":{"tf":1.0},"18":{"tf":1.0},"41":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}},"x":{"df":1,"docs":{"45":{"tf":1.0}}},"y":{"b":{"df":1,"docs":{"11":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":9,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"18":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.0},"51":{"tf":1.0},"59":{"tf":1.0},"73":{"tf":1.0}}}}},"t":{"df":1,"docs":{"22":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"54":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"10":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"1":{"tf":1.0},"16":{"tf":1.0},"2":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"13":{"tf":1.0},"21":{"tf":1.0},"42":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"57":{"tf":1.0},"74":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"c":{"df":7,"docs":{"13":{"tf":1.0},"33":{"tf":1.0},"48":{"tf":1.4142135623730951},"57":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"72":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"i":{"d":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}}},"df":1,"docs":{"45":{"tf":1.0}},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"24":{"tf":1.0},"26":{"tf":1.0},"39":{"tf":1.0},"65":{"tf":1.0},"68":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":3,"docs":{"11":{"tf":1.4142135623730951},"54":{"tf":1.0},"71":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"63":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"72":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":4,"docs":{"57":{"tf":1.0},"61":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0}}}},"x":{"df":2,"docs":{"72":{"tf":1.0},"9":{"tf":1.0}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"32":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":9,"docs":{"1":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"2":{"tf":1.0},"22":{"tf":1.0},"31":{"tf":1.0},"4":{"tf":1.4142135623730951},"59":{"tf":1.7320508075688772},"69":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"0":{"tf":1.0},"14":{"tf":1.0},"36":{"tf":1.0}}}},"df":1,"docs":{"61":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"47":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"68":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"14":{"tf":1.0},"24":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":9,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"2":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"40":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"24":{"tf":1.0},"71":{"tf":1.0},"73":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"66":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":3,"docs":{"49":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"61":{"tf":1.0},"66":{"tf":1.0}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"5":{"tf":1.0}}}}}}},"df":2,"docs":{"10":{"tf":1.0},"31":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"24":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":9,"docs":{"22":{"tf":1.0},"3":{"tf":1.0},"42":{"tf":1.0},"49":{"tf":1.0},"57":{"tf":1.4142135623730951},"67":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.4142135623730951},"9":{"tf":1.0}},"—":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"g":{"df":2,"docs":{"32":{"tf":1.0},"57":{"tf":1.0}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":12,"docs":{"0":{"tf":2.0},"16":{"tf":1.0},"18":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":1.0},"35":{"tf":1.4142135623730951},"5":{"tf":1.0},"59":{"tf":1.0},"69":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"34":{"tf":1.0},"47":{"tf":1.0}}}}},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"66":{"tf":1.0},"67":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":7,"docs":{"29":{"tf":1.0},"4":{"tf":1.0},"54":{"tf":1.0},"59":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"69":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"66":{"tf":1.0},"67":{"tf":1.0}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"48":{"tf":1.0},"63":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":6,"docs":{"44":{"tf":1.4142135623730951},"48":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"53":{"tf":1.0},"63":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":34,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.0},"13":{"tf":1.4142135623730951},"16":{"tf":1.7320508075688772},"18":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.4142135623730951},"23":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.7320508075688772},"30":{"tf":1.0},"34":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.7320508075688772},"45":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.4142135623730951},"49":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.7320508075688772},"59":{"tf":1.0},"61":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.4142135623730951},"72":{"tf":1.0},"74":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":2,"docs":{"24":{"tf":1.0},"9":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"df":7,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"3":{"tf":1.7320508075688772},"34":{"tf":1.0},"57":{"tf":1.0}}}},"w":{"df":2,"docs":{"4":{"tf":1.0},"50":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"22":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"[":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":19,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.4142135623730951},"18":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.4142135623730951},"47":{"tf":1.0},"5":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.7320508075688772},"59":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.4142135623730951},"73":{"tf":1.0},"74":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"24":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"13":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"69":{"tf":1.0},"71":{"tf":1.0}}}}}},"k":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"\\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"66":{"tf":1.0},"67":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":3,"docs":{"49":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0}}},"n":{"c":{"df":4,"docs":{"13":{"tf":1.0},"5":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0}}},"df":6,"docs":{"16":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"42":{"tf":1.0},"54":{"tf":1.0},"64":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"41":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"18":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.4142135623730951},"50":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":2.0},"73":{"tf":1.0}}}},"t":{"df":2,"docs":{"22":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"13":{"tf":1.0},"28":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"63":{"tf":1.0}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":7,"docs":{"14":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"39":{"tf":1.0},"5":{"tf":1.0},"69":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"22":{"tf":1.0},"73":{"tf":1.0},"8":{"tf":1.0}}}}}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.0}}}}},"df":1,"docs":{"30":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"56":{"tf":1.0}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":9,"docs":{"13":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0},"5":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"62":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"10":{"tf":1.0},"3":{"tf":1.0},"7":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"5":{"tf":1.0}}}}}}}}}},"p":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"13":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"30":{"tf":1.0}}},"k":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"17":{"tf":1.0},"69":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"52":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":7,"docs":{"1":{"tf":1.0},"23":{"tf":1.0},"32":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"5":{"tf":1.0},"55":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"35":{"tf":1.0},"5":{"tf":1.0},"64":{"tf":1.0},"74":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}}}}}},"df":0,"docs":{},"t":{"df":5,"docs":{"15":{"tf":1.0},"2":{"tf":1.0},"4":{"tf":2.449489742783178},"58":{"tf":1.0},"70":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"54":{"tf":1.0}}}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":5,"docs":{"0":{"tf":1.0},"20":{"tf":1.0},"64":{"tf":1.0},"71":{"tf":1.0},"74":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"23":{"tf":1.0},"37":{"tf":1.0},"57":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":1,"docs":{"13":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"20":{"tf":1.0},"27":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":8,"docs":{"16":{"tf":1.0},"22":{"tf":2.0},"23":{"tf":1.0},"24":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.4142135623730951},"54":{"tf":1.0},"56":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"30":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0}}}},"r":{"df":5,"docs":{"22":{"tf":1.0},"26":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"8":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"5":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"31":{"tf":1.4142135623730951},"36":{"tf":2.8284271247461903}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":2,"docs":{"4":{"tf":1.0},"6":{"tf":1.0}}}}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":7,"docs":{"18":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"66":{"tf":1.0},"71":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"16":{"tf":1.0},"17":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"73":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"21":{"tf":1.0},"36":{"tf":1.0}}}}}}}},"l":{"a":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":18,"docs":{"1":{"tf":1.0},"13":{"tf":2.23606797749979},"14":{"tf":1.0},"16":{"tf":1.4142135623730951},"21":{"tf":1.0},"23":{"tf":1.4142135623730951},"3":{"tf":1.0},"32":{"tf":1.0},"37":{"tf":2.0},"38":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"45":{"tf":1.0},"5":{"tf":1.4142135623730951},"59":{"tf":1.0},"69":{"tf":1.0},"73":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"57":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"u":{"df":2,"docs":{"27":{"tf":1.0},"28":{"tf":1.0}},"g":{"df":1,"docs":{"65":{"tf":1.0}},"g":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"14":{"tf":1.0},"19":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"54":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"10":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"12":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0}}}},"df":0,"docs":{}},"df":3,"docs":{"40":{"tf":1.0},"57":{"tf":1.0},"72":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"33":{"tf":1.0},"36":{"tf":1.0},"59":{"tf":1.0},"74":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"15":{"tf":1.0},"24":{"tf":1.0},"47":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"14":{"tf":1.0},"5":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"10":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"16":{"tf":1.0},"69":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"37":{"tf":1.4142135623730951},"57":{"tf":2.0},"59":{"tf":1.0},"61":{"tf":1.0}}}}}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"28":{"tf":1.0},"57":{"tf":1.0}}}},"t":{"df":3,"docs":{"24":{"tf":1.0},"64":{"tf":1.0},"72":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"21":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"23":{"tf":1.0},"37":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"69":{"tf":1.4142135623730951}}}}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"12":{"tf":1.0},"6":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"o":{"b":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":8,"docs":{"18":{"tf":1.0},"22":{"tf":1.0},"42":{"tf":1.0},"54":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"16":{"tf":1.0},"18":{"tf":1.0},"39":{"tf":1.0},"5":{"tf":1.0}}}}}},"d":{"df":1,"docs":{"56":{"tf":1.0}},"u":{"c":{"df":7,"docs":{"0":{"tf":1.4142135623730951},"21":{"tf":1.0},"34":{"tf":1.0},"63":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"8":{"tf":1.7320508075688772}},"t":{"df":5,"docs":{"11":{"tf":1.0},"29":{"tf":1.0},"47":{"tf":1.0},"74":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"10":{"tf":1.0},"13":{"tf":1.0},"18":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.4142135623730951},"46":{"tf":1.0},"59":{"tf":1.0},"72":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"35":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":9,"docs":{"0":{"tf":1.0},"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"33":{"tf":1.0},"73":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"11":{"tf":1.0},"66":{"tf":1.0}},"r":{"df":1,"docs":{"57":{"tf":1.0}}}},"i":{"d":{"df":8,"docs":{"34":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.4142135623730951},"48":{"tf":1.0},"50":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":2,"docs":{"13":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"42":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"66":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"b":{"df":3,"docs":{"50":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"0":{"tf":1.0},"74":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"73":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"19":{"tf":1.0},"3":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"q":{"a":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"23":{"tf":1.0},"4":{"tf":1.0},"70":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"r":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":3,"docs":{"35":{"tf":1.4142135623730951},"54":{"tf":1.0},"9":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"35":{"tf":1.0},"44":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"45":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"df":12,"docs":{"10":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"31":{"tf":1.4142135623730951},"54":{"tf":1.0},"71":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"13":{"tf":1.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"67":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"66":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"l":{"df":3,"docs":{"42":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0}},"e":{"df":0,"docs":{},"—":{"a":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"19":{"tf":1.0},"22":{"tf":1.0},"71":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"4":{"tf":1.0}},"i":{"df":11,"docs":{"13":{"tf":1.4142135623730951},"16":{"tf":1.0},"28":{"tf":1.0},"34":{"tf":1.4142135623730951},"37":{"tf":1.0},"42":{"tf":1.7320508075688772},"5":{"tf":1.0},"57":{"tf":1.7320508075688772},"63":{"tf":1.0},"7":{"tf":1.0},"72":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"69":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":4,"docs":{"0":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"65":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"1":{"tf":1.0},"3":{"tf":1.0},"47":{"tf":1.0},"56":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"63":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":6,"docs":{"20":{"tf":1.0},"23":{"tf":1.0},"43":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"73":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":3,"docs":{"14":{"tf":1.0},"22":{"tf":1.0},"73":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"4":{"tf":1.4142135623730951},"58":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"0":{"tf":1.0}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"37":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}},"x":{"df":2,"docs":{"42":{"tf":1.0},"57":{"tf":1.0}}}},"df":1,"docs":{"8":{"tf":1.0}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"24":{"tf":1.0},"63":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"21":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"14":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"59":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":5,"docs":{"18":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"66":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":7,"docs":{"0":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"49":{"tf":1.0},"73":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":8,"docs":{"18":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.4142135623730951},"28":{"tf":1.0},"32":{"tf":1.0},"73":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"13":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":5,"docs":{"17":{"tf":1.0},"5":{"tf":1.0},"55":{"tf":1.0},"59":{"tf":1.0},"74":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"p":{"df":1,"docs":{"53":{"tf":1.0}}}},"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":19,"docs":{"13":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"28":{"tf":1.4142135623730951},"36":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.4142135623730951},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.4142135623730951},"74":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"49":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":7,"docs":{"24":{"tf":1.0},"37":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.4142135623730951},"6":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":3,"docs":{"0":{"tf":1.4142135623730951},"10":{"tf":1.0},"74":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"62":{"tf":1.0},"66":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"16":{"tf":1.4142135623730951},"22":{"tf":1.0},"62":{"tf":1.0},"69":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":4,"docs":{"14":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"73":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"14":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"68":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"11":{"tf":1.0},"73":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":7,"docs":{"28":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"5":{"tf":1.0},"59":{"tf":1.0},"69":{"tf":1.0},"74":{"tf":1.4142135623730951}}}}},"p":{"c":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":6,"docs":{"48":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"61":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.7320508075688772},"67":{"tf":1.4142135623730951}}}}}}}}},"df":29,"docs":{"1":{"tf":1.0},"11":{"tf":1.7320508075688772},"13":{"tf":1.7320508075688772},"14":{"tf":1.0},"15":{"tf":1.0},"18":{"tf":1.7320508075688772},"21":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.7320508075688772},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.7320508075688772},"4":{"tf":1.4142135623730951},"41":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.4142135623730951},"54":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":2.0},"6":{"tf":1.0},"67":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.7320508075688772},"73":{"tf":1.4142135623730951},"74":{"tf":1.7320508075688772},"8":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":4,"docs":{"31":{"tf":1.0},"48":{"tf":1.0},"61":{"tf":1.0},"66":{"tf":1.4142135623730951}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":28,"docs":{"13":{"tf":1.0},"14":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.4142135623730951},"24":{"tf":1.0},"37":{"tf":1.7320508075688772},"38":{"tf":1.4142135623730951},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.7320508075688772},"44":{"tf":2.23606797749979},"45":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.7320508075688772},"57":{"tf":1.7320508075688772},"59":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"69":{"tf":1.7320508075688772},"72":{"tf":1.7320508075688772},"73":{"tf":1.7320508075688772},"74":{"tf":1.0}},"’":{"df":1,"docs":{"57":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"42":{"tf":1.0}},"{":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":7,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"35":{"tf":1.0},"42":{"tf":1.4142135623730951},"57":{"tf":1.0},"59":{"tf":1.0},"69":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"42":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"65":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"64":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":6,"docs":{"14":{"tf":1.0},"16":{"tf":1.0},"37":{"tf":1.4142135623730951},"44":{"tf":1.0},"69":{"tf":1.0},"73":{"tf":1.4142135623730951}}},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"0":{"tf":1.4142135623730951},"74":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"57":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"2":{"df":4,"docs":{"45":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}},"3":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":37,"docs":{"1":{"tf":1.0},"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":2.23606797749979},"17":{"tf":1.7320508075688772},"18":{"tf":1.7320508075688772},"19":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":2.0},"23":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"29":{"tf":1.0},"36":{"tf":1.7320508075688772},"37":{"tf":1.7320508075688772},"38":{"tf":1.0},"4":{"tf":1.7320508075688772},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"44":{"tf":1.0},"45":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.4142135623730951},"51":{"tf":1.0},"57":{"tf":1.4142135623730951},"59":{"tf":2.23606797749979},"6":{"tf":1.0},"68":{"tf":1.4142135623730951},"69":{"tf":2.23606797749979},"70":{"tf":1.0},"71":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"73":{"tf":1.7320508075688772},"74":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"31":{"tf":1.0},"41":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":2,"docs":{"47":{"tf":1.0},"56":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"57":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"24":{"tf":1.0},"31":{"tf":1.0},"8":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"d":{"df":8,"docs":{"22":{"tf":1.0},"24":{"tf":1.0},"42":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0}}},"df":4,"docs":{"18":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":1.0},"59":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"28":{"tf":1.0},"37":{"tf":1.0},"44":{"tf":1.0}}}},"df":0,"docs":{}},"f":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"66":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":3,"docs":{"22":{"tf":1.0},"66":{"tf":1.7320508075688772},"67":{"tf":1.7320508075688772}}}},"n":{"d":{"df":2,"docs":{"49":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"12":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"24":{"tf":1.0},"9":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"36":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"33":{"tf":1.0}}},"v":{"df":1,"docs":{"69":{"tf":1.0}},"i":{"c":{"df":3,"docs":{"10":{"tf":1.0},"40":{"tf":1.0},"72":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":8,"docs":{"13":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"26":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"58":{"tf":1.0},"71":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"17":{"tf":1.0},"40":{"tf":1.0},"72":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":20,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"18":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"25":{"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.4142135623730951},"36":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"65":{"tf":1.0},"71":{"tf":1.0},"74":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":8,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"24":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0},"59":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"71":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"0":{"tf":1.0},"11":{"tf":1.4142135623730951},"73":{"tf":1.0}}}},"w":{"df":5,"docs":{"1":{"tf":1.0},"16":{"tf":1.0},"29":{"tf":1.0},"4":{"tf":1.0},"65":{"tf":1.0}},"n":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":13,"docs":{"10":{"tf":1.7320508075688772},"12":{"tf":1.0},"13":{"tf":1.4142135623730951},"18":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"24":{"tf":1.0},"37":{"tf":1.7320508075688772},"57":{"tf":2.23606797749979},"63":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0}},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"26":{"tf":1.0},"66":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"14":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"30":{"tf":1.0},"34":{"tf":1.0},"54":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":3,"docs":{"13":{"tf":1.0},"40":{"tf":1.0},"5":{"tf":1.0}}}}},"t":{"df":1,"docs":{"16":{"tf":1.0}}},"z":{"df":0,"docs":{},"e":{"df":1,"docs":{"10":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":2,"docs":{"54":{"tf":1.0},"55":{"tf":1.0}},"t":{"df":1,"docs":{"8":{"tf":1.0}}},"w":{"df":5,"docs":{"3":{"tf":1.0},"30":{"tf":1.0},"57":{"tf":1.0},"72":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"72":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"18":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":5,"docs":{"22":{"tf":1.0},"26":{"tf":1.0},"68":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"62":{"tf":1.0},"67":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"3":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"49":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"4":{"tf":1.0}}},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"32":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"13":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"64":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":9,"docs":{"13":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"28":{"tf":1.0},"36":{"tf":1.0},"46":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":1.0},"71":{"tf":1.0}},"i":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":3,"docs":{"24":{"tf":1.0},"38":{"tf":1.0},"73":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"t":{"a":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"18":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"36":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"72":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"24":{"tf":1.0},"72":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"49":{"tf":1.0},"66":{"tf":1.0}}}}}}},"df":0,"docs":{}},"_":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"62":{"tf":1.0},"67":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":15,"docs":{"13":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.0},"54":{"tf":1.0},"57":{"tf":1.7320508075688772},"59":{"tf":1.0},"61":{"tf":1.0},"66":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"10":{"tf":1.7320508075688772},"13":{"tf":1.0},"24":{"tf":1.0},"31":{"tf":1.0}}},"i":{"c":{"df":2,"docs":{"49":{"tf":1.0},"66":{"tf":1.0}}},"df":0,"docs":{}}},"y":{"df":6,"docs":{"19":{"tf":1.0},"22":{"tf":1.0},"33":{"tf":1.0},"54":{"tf":1.0},"67":{"tf":1.0},"73":{"tf":1.0}}}},"d":{":":{":":{"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":{}}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{":":{":":{"a":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"66":{"tf":1.0}}},"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":{":":{":":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"45":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"22":{"tf":1.0},"57":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"30":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"73":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":4,"docs":{"13":{"tf":1.0},"54":{"tf":1.0},"59":{"tf":1.0},"74":{"tf":1.0}}}},"r":{"df":3,"docs":{"49":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"74":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"27":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"49":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"b":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":2,"docs":{"23":{"tf":1.0},"71":{"tf":1.4142135623730951}}}}}},"u":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":5,"docs":{"0":{"tf":1.0},"26":{"tf":1.0},"30":{"tf":1.4142135623730951},"32":{"tf":1.0},"74":{"tf":1.0}}}},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":6,"docs":{"0":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"26":{"tf":1.0},"32":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"0":{"tf":1.4142135623730951},"74":{"tf":1.0}}}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"5":{"tf":1.0},"59":{"tf":1.0},"71":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"41":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"12":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"48":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":7,"docs":{"17":{"tf":1.0},"44":{"tf":1.4142135623730951},"45":{"tf":1.0},"49":{"tf":1.7320508075688772},"52":{"tf":1.0},"53":{"tf":1.7320508075688772},"70":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":2,"docs":{"50":{"tf":1.0},"51":{"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":{"14":{"tf":1.0},"24":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"23":{"tf":1.0},"73":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"72":{"tf":1.0}}}}}}},"n":{"c":{"df":3,"docs":{"36":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"29":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":9,"docs":{"10":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"23":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.0},"59":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.4142135623730951}}}}}}}},"t":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"8":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"67":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":6,"docs":{"18":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"59":{"tf":1.0}}}}},"d":{"df":3,"docs":{"21":{"tf":1.0},"42":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":3,"docs":{"24":{"tf":1.0},"3":{"tf":1.4142135623730951},"71":{"tf":1.0}}},"r":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"22":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":30,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.0},"12":{"tf":1.0},"16":{"tf":2.0},"17":{"tf":1.7320508075688772},"18":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":2.23606797749979},"32":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"47":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.4142135623730951},"56":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.4142135623730951},"61":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951},"72":{"tf":1.0},"73":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"63":{"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":{"62":{"tf":1.0}}}},"df":0,"docs":{}}}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"{":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"67":{"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":{"49":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"66":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"66":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"64":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"s":{":":{":":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":2,"docs":{"43":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"8":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"23":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"14":{"tf":1.0},"37":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"0":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"m":{"df":0,"docs":{},"e":{"df":13,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"24":{"tf":1.0},"3":{"tf":1.4142135623730951},"31":{"tf":1.0},"33":{"tf":1.7320508075688772},"39":{"tf":1.0},"57":{"tf":1.0},"73":{"tf":1.0},"8":{"tf":1.7320508075688772}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"42":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0}}}}},"r":{"df":1,"docs":{"30":{"tf":1.4142135623730951}}}}}},"o":{"d":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":6,"docs":{"0":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"l":{"df":2,"docs":{"47":{"tf":1.0},"57":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"33":{"tf":1.0},"35":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"30":{"tf":1.0},"52":{"tf":1.0}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":27,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"35":{"tf":1.7320508075688772},"37":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.7320508075688772},"52":{"tf":1.0},"59":{"tf":1.7320508075688772},"64":{"tf":1.0},"66":{"tf":1.4142135623730951},"69":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.4142135623730951},"74":{"tf":1.0},"9":{"tf":1.0}},"y":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"g":{"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":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"66":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"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":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"71":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"16":{"tf":1.0},"42":{"tf":1.0},"57":{"tf":1.0},"69":{"tf":1.0}}},"k":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"69":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":18,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.0},"28":{"tf":1.4142135623730951},"3":{"tf":1.0},"31":{"tf":1.4142135623730951},"42":{"tf":1.0},"46":{"tf":1.0},"5":{"tf":1.7320508075688772},"59":{"tf":1.0},"61":{"tf":1.0},"74":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"50":{"tf":1.4142135623730951},"65":{"tf":1.0},"71":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":15,"docs":{"10":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.7320508075688772},"27":{"tf":1.7320508075688772},"28":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.0},"71":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"73":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"5":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"23":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"17":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"57":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"20":{"tf":1.0},"32":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"4":{"tf":1.0},"72":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"45":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"73":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":3,"docs":{"24":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"38":{"tf":1.0},"5":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":1,"docs":{"26":{"tf":1.0}}}},"x":{"/":{"d":{"a":{"df":2,"docs":{"46":{"tf":1.0},"54":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"8":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"38":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"3":{"tf":1.4142135623730951},"30":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"4":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"56":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"67":{"tf":1.0},"72":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":3,"docs":{"23":{"tf":1.0},"55":{"tf":1.0},"69":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"17":{"tf":1.0},"23":{"tf":1.0},"45":{"tf":1.0},"51":{"tf":1.0}}}},"df":27,"docs":{"0":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"30":{"tf":1.4142135623730951},"31":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.7320508075688772},"49":{"tf":1.4142135623730951},"57":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"66":{"tf":2.23606797749979},"67":{"tf":1.7320508075688772},"69":{"tf":1.0},"71":{"tf":1.0},"73":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"10":{"tf":1.7320508075688772},"15":{"tf":1.0},"16":{"tf":1.0},"20":{"tf":1.0},"4":{"tf":1.0},"71":{"tf":1.0}}}},"i":{"df":0,"docs":{},"z":{"df":3,"docs":{"50":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"68":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"17":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":25,"docs":{"0":{"tf":2.0},"14":{"tf":1.0},"18":{"tf":1.4142135623730951},"23":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.0},"28":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"33":{"tf":1.0},"35":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"54":{"tf":1.4142135623730951},"56":{"tf":1.0},"59":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"71":{"tf":1.4142135623730951},"73":{"tf":1.0},"74":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"u":{"df":1,"docs":{"32":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"44":{"tf":1.0},"8":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"!":{"[":{"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":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":1,"docs":{"66":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":1,"docs":{"66":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"11":{"tf":1.0},"73":{"tf":1.0}},"f":{"df":2,"docs":{"14":{"tf":1.0},"34":{"tf":1.0}},"i":{"df":7,"docs":{"0":{"tf":1.4142135623730951},"21":{"tf":1.0},"30":{"tf":1.0},"57":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"14":{"tf":1.0}}}}}},"i":{"a":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":5,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"42":{"tf":1.0},"57":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":2,"docs":{"47":{"tf":1.0},"56":{"tf":1.0}}}},"w":{"[":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"13":{"tf":1.0},"37":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"22":{"tf":1.0},"8":{"tf":2.0}},"e":{"df":0,"docs":{},"t":{"df":13,"docs":{"16":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"42":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"69":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.4142135623730951},"73":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"4":{"tf":1.0},"47":{"tf":1.0},"7":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"31":{"tf":1.0}}}},"y":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":1,"docs":{"13":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"22":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"71":{"tf":1.0},"74":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"72":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":11,"docs":{"11":{"tf":1.0},"13":{"tf":1.4142135623730951},"18":{"tf":1.0},"21":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"55":{"tf":1.0},"59":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"8":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":4,"docs":{"40":{"tf":1.0},"61":{"tf":1.0},"68":{"tf":1.0},"72":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"68":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"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":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"5":{"0":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"df":1,"docs":{"11":{"tf":1.0}}},"6":{"0":{"df":2,"docs":{"11":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"0":{"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":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"10":{"tf":1.0},"33":{"tf":1.0},"55":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"1":{"tf":1.0},"14":{"tf":1.0},"34":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":3,"docs":{"3":{"tf":1.0},"44":{"tf":1.0},"7":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"69":{"tf":1.7320508075688772}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":45,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"13":{"tf":2.449489742783178},"14":{"tf":1.4142135623730951},"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.7320508075688772},"19":{"tf":1.4142135623730951},"20":{"tf":2.0},"21":{"tf":2.449489742783178},"22":{"tf":1.0},"23":{"tf":1.7320508075688772},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.7320508075688772},"28":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"37":{"tf":1.7320508075688772},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"46":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.7320508075688772},"5":{"tf":1.4142135623730951},"50":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":1.4142135623730951},"59":{"tf":2.23606797749979},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":2.23606797749979},"67":{"tf":1.0},"69":{"tf":1.0},"71":{"tf":1.7320508075688772},"72":{"tf":1.0},"73":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951}},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"36":{"tf":1.0},"49":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"16":{"tf":1.4142135623730951},"17":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"d":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"e":{"df":1,"docs":{"73":{"tf":1.0}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"’":{"df":0,"docs":{},"r":{"df":3,"docs":{"4":{"tf":1.4142135623730951},"46":{"tf":1.0},"56":{"tf":1.0}}}}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"31":{"tf":1.0}}}}}}}},"breadcrumbs":{"root":{"0":{"df":2,"docs":{"11":{"tf":1.0},"49":{"tf":1.0}}},"1":{"0":{"df":2,"docs":{"11":{"tf":1.0},"8":{"tf":1.0}}},"df":6,"docs":{"11":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}},"–":{"3":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}},"2":{"df":3,"docs":{"26":{"tf":1.4142135623730951},"36":{"tf":1.0},"9":{"tf":1.0}}},"3":{"df":1,"docs":{"36":{"tf":1.0}}},"4":{"df":1,"docs":{"36":{"tf":1.0}},"–":{"5":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}},"5":{"df":1,"docs":{"8":{"tf":1.0}},"s":{"/":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"6":{"0":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"8":{"tf":1.0}}},"–":{"7":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}},"7":{"df":0,"docs":{},"s":{"df":1,"docs":{"8":{"tf":1.0}}}},"8":{"df":0,"docs":{},"s":{"/":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"a":{"[":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"74":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"42":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"42":{"tf":1.0},"49":{"tf":1.4142135623730951},"57":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"51":{"tf":1.0},"59":{"tf":1.0},"66":{"tf":1.0},"9":{"tf":1.0}}}},"v":{"df":11,"docs":{"13":{"tf":1.4142135623730951},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"37":{"tf":1.0},"5":{"tf":1.4142135623730951},"59":{"tf":1.0},"66":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"20":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"10":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"69":{"tf":1.0}}}}},"d":{"df":5,"docs":{"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"24":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"61":{"tf":1.0}}}}}}},"df":7,"docs":{"44":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.7320508075688772},"62":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951},"65":{"tf":1.0}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"23":{"tf":1.0},"25":{"tf":1.0},"57":{"tf":1.0},"71":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":8,"docs":{"29":{"tf":1.7320508075688772},"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}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"32":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"44":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"62":{"tf":1.0}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"72":{"tf":1.0}}}}}}}}}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":5,"docs":{"18":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"37":{"tf":1.0},"73":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":9,"docs":{"11":{"tf":1.0},"45":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":3,"docs":{"0":{"tf":1.0},"24":{"tf":1.0},"74":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"16":{"tf":1.0},"44":{"tf":1.0}}},"df":0,"docs":{}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":3,"docs":{"11":{"tf":1.0},"51":{"tf":1.0},"73":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.7320508075688772}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"i":{"df":7,"docs":{"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.7320508075688772},"51":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":6,"docs":{"4":{"tf":1.0},"70":{"tf":1.7320508075688772},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"2":{"tf":1.0},"35":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"5":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"17":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"57":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":8,"docs":{"29":{"tf":1.7320508075688772},"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}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"12":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"16":{"tf":1.0},"36":{"tf":1.0},"59":{"tf":1.0},"69":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":17,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.4142135623730951},"35":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.4142135623730951},"57":{"tf":1.0},"59":{"tf":1.0},"62":{"tf":1.0},"67":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"8":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"23":{"tf":1.0}}}},"t":{"df":2,"docs":{"17":{"tf":1.0},"57":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"0":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"22":{"tf":1.0},"8":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{":":{":":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"66":{"tf":1.0},"67":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"66":{"tf":1.0},"67":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":5,"docs":{"49":{"tf":1.0},"50":{"tf":1.4142135623730951},"61":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":6,"docs":{"13":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"68":{"tf":1.0},"71":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":6,"docs":{"1":{"tf":1.0},"12":{"tf":1.0},"18":{"tf":1.7320508075688772},"37":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"68":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":19,"docs":{"0":{"tf":1.4142135623730951},"10":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"37":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"59":{"tf":1.0},"69":{"tf":1.0},"71":{"tf":1.7320508075688772},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":6,"docs":{"10":{"tf":1.0},"24":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"b":{"[":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"5":{"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":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"47":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"13":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"5":{"tf":1.0},"63":{"tf":1.0},"69":{"tf":1.0}}},"df":0,"docs":{}}}}},"d":{"df":4,"docs":{"11":{"tf":1.0},"32":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":7,"docs":{"23":{"tf":1.0},"24":{"tf":1.0},"38":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"28":{"tf":1.0},"59":{"tf":1.0},"62":{"tf":1.0},"67":{"tf":1.0}}}}}}}},"df":1,"docs":{"5":{"tf":1.0}},"e":{"c":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"67":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"24":{"tf":1.0},"37":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"72":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"42":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":13,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.7320508075688772},"37":{"tf":1.0},"41":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"24":{"tf":1.7320508075688772},"39":{"tf":1.0},"47":{"tf":1.4142135623730951},"51":{"tf":1.0}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":9,"docs":{"14":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0},"72":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"34":{"tf":1.0},"57":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"b":{"df":6,"docs":{"0":{"tf":2.0},"10":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"71":{"tf":1.0},"74":{"tf":1.4142135623730951}},"s":{"/":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"27":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"57":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"48":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":24,"docs":{"0":{"tf":1.7320508075688772},"10":{"tf":1.4142135623730951},"11":{"tf":2.23606797749979},"13":{"tf":1.4142135623730951},"18":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"24":{"tf":1.0},"26":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.4142135623730951},"33":{"tf":2.449489742783178},"34":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.0},"69":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.4142135623730951},"73":{"tf":2.0},"74":{"tf":1.7320508075688772},"8":{"tf":3.1622776601683795}},"f":{"df":0,"docs":{},"e":{"df":2,"docs":{"33":{"tf":1.0},"74":{"tf":1.0}},"e":{"d":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":3,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"4":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"h":{"df":6,"docs":{"0":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"27":{"tf":1.0},"71":{"tf":1.0},"74":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"36":{"tf":1.0},"59":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":1,"docs":{"49":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"14":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"a":{"d":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"10":{"tf":1.0}}},"r":{"df":1,"docs":{"5":{"tf":1.0}}}}}}},"u":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"33":{"tf":1.0},"54":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":10,"docs":{"13":{"tf":1.0},"29":{"tf":1.0},"35":{"tf":1.0},"45":{"tf":1.0},"59":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"44":{"tf":1.0},"49":{"tf":1.0},"71":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":2,"docs":{"3":{"tf":1.0},"43":{"tf":1.0}}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":5,"docs":{"22":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"66":{"tf":1.7320508075688772},"68":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"31":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"z":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"32":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}},"c":{"[":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"5":{"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":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"10":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"33":{"tf":1.0},"72":{"tf":1.4142135623730951},"73":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"l":{"df":2,"docs":{"48":{"tf":1.0},"68":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"66":{"tf":1.0}}}}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":6,"docs":{"0":{"tf":1.0},"29":{"tf":1.0},"59":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"37":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0},"73":{"tf":1.0}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"3":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"72":{"tf":1.0}}}}},"df":1,"docs":{"5":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":5,"docs":{"1":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"54":{"tf":1.0},"69":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"0":{"tf":1.0},"20":{"tf":1.0},"71":{"tf":1.0},"74":{"tf":1.0}}}}}},"o":{"df":24,"docs":{"16":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"28":{"tf":1.7320508075688772},"43":{"tf":2.0},"44":{"tf":1.4142135623730951},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"49":{"tf":1.0},"50":{"tf":1.4142135623730951},"52":{"tf":2.0},"53":{"tf":1.0},"54":{"tf":2.0},"55":{"tf":1.4142135623730951},"56":{"tf":2.0},"71":{"tf":1.0},"72":{"tf":1.7320508075688772},"73":{"tf":1.4142135623730951},"74":{"tf":1.0},"9":{"tf":2.23606797749979}},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"9":{"tf":1.0}}}}}}},"df":0,"docs":{}},"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":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"18":{"tf":1.0},"59":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"71":{"tf":1.7320508075688772}}}},"c":{"df":0,"docs":{},"k":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":22,"docs":{"10":{"tf":1.4142135623730951},"13":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.4142135623730951},"30":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"49":{"tf":1.0},"5":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"57":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0},"71":{"tf":1.0},"73":{"tf":1.4142135623730951},"9":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"57":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"24":{"tf":1.0},"5":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":6,"docs":{"18":{"tf":1.4142135623730951},"23":{"tf":1.0},"24":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"56":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"13":{"tf":1.0},"5":{"tf":1.0},"57":{"tf":1.0},"72":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"54":{"tf":1.0}},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}}}}},"i":{"df":7,"docs":{"14":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0},"8":{"tf":1.4142135623730951}},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"64":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"14":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"57":{"tf":1.0},"72":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":4,"docs":{"13":{"tf":1.4142135623730951},"59":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0}},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"r":{"df":10,"docs":{"1":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"5":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"71":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"|":{"df":2,"docs":{"66":{"tf":1.0},"67":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":5,"docs":{"48":{"tf":1.0},"61":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"69":{"tf":1.0}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"22":{"tf":1.0},"8":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"48":{"tf":1.0}}}}},"df":15,"docs":{"1":{"tf":1.0},"14":{"tf":1.4142135623730951},"18":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"24":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.4142135623730951},"5":{"tf":1.7320508075688772},"52":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"74":{"tf":1.0}},"—":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}}}}}},"o":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"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":{"21":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"57":{"tf":1.0}}}}}}}}},"df":3,"docs":{"21":{"tf":1.4142135623730951},"33":{"tf":1.0},"57":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":7,"docs":{"15":{"tf":1.0},"25":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"42":{"tf":1.4142135623730951},"71":{"tf":1.0},"72":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"23":{"tf":1.0},"24":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"19":{"tf":1.0},"5":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"0":{"tf":1.0},"3":{"tf":1.0}}},"s":{"df":16,"docs":{"0":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"23":{"tf":1.4142135623730951},"24":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"44":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"69":{"tf":1.0},"73":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.0}},"u":{"df":4,"docs":{"13":{"tf":2.0},"2":{"tf":1.0},"21":{"tf":1.0},"37":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"12":{"tf":1.0},"16":{"tf":1.0},"24":{"tf":1.0},"9":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"21":{"tf":1.0},"71":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"5":{"tf":1.0},"59":{"tf":1.0},"67":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"49":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"3":{"tf":1.0},"73":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"11":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":4,"docs":{"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"r":{"df":10,"docs":{"14":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"59":{"tf":1.0},"64":{"tf":1.0},"69":{"tf":1.4142135623730951},"71":{"tf":1.0},"8":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"df":6,"docs":{"23":{"tf":1.0},"28":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"67":{"tf":1.4142135623730951},"72":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":9,"docs":{"0":{"tf":1.7320508075688772},"18":{"tf":1.0},"21":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.0},"28":{"tf":1.0},"46":{"tf":1.0},"74":{"tf":1.0},"8":{"tf":1.0}}}}}},"i":{"d":{"df":2,"docs":{"54":{"tf":1.4142135623730951},"61":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"18":{"tf":1.0},"38":{"tf":1.0},"51":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"63":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"m":{"df":4,"docs":{"16":{"tf":1.0},"33":{"tf":1.0},"57":{"tf":1.7320508075688772},"69":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"40":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"1":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"18":{"tf":1.0},"19":{"tf":1.7320508075688772},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.7320508075688772},"71":{"tf":1.4142135623730951}}}},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"0":{"tf":1.7320508075688772},"59":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"21":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"58":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"0":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"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":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":17,"docs":{"20":{"tf":1.4142135623730951},"28":{"tf":1.0},"30":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.7320508075688772},"49":{"tf":2.23606797749979},"50":{"tf":1.4142135623730951},"51":{"tf":2.23606797749979},"52":{"tf":1.0},"53":{"tf":2.0},"57":{"tf":1.0},"59":{"tf":1.0},"72":{"tf":1.4142135623730951},"74":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"40":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":4,"docs":{"46":{"tf":1.4142135623730951},"51":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":4,"docs":{"13":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"59":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"0":{"tf":1.0},"59":{"tf":1.0},"69":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":10,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.7320508075688772},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.7320508075688772},"35":{"tf":1.0},"69":{"tf":1.4142135623730951},"71":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"37":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"22":{"tf":1.0},"25":{"tf":1.0},"71":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"16":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"23":{"tf":1.0},"27":{"tf":1.0}}}},"df":1,"docs":{"4":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"14":{"tf":1.0},"16":{"tf":1.0},"58":{"tf":1.0},"69":{"tf":2.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"18":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":4,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"49":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":3,"docs":{"49":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"50":{"tf":1.7320508075688772},"64":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":3,"docs":{"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"65":{"tf":1.0}}}}}}}},"d":{"[":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"5":{"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":10,"docs":{"0":{"tf":3.0},"10":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.7320508075688772},"28":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"55":{"tf":1.0},"64":{"tf":1.0},"74":{"tf":2.0}},"t":{"a":{"df":15,"docs":{"0":{"tf":2.6457513110645907},"13":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"23":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.4142135623730951},"5":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"69":{"tf":1.0},"71":{"tf":1.4142135623730951},"73":{"tf":1.0},"74":{"tf":2.0}}},"df":0,"docs":{}}},"df":2,"docs":{"13":{"tf":1.0},"5":{"tf":1.0}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":3,"docs":{"39":{"tf":1.0},"57":{"tf":1.0},"9":{"tf":1.0}},"g":{"df":2,"docs":{"12":{"tf":1.0},"70":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"13":{"tf":1.0},"18":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"r":{"df":7,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.0},"59":{"tf":1.0},"7":{"tf":1.7320508075688772},"74":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"14":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"58":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"68":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":5,"docs":{"22":{"tf":1.0},"59":{"tf":1.0},"64":{"tf":1.0},"66":{"tf":1.0},"9":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"18":{"tf":1.0},"59":{"tf":1.0},"71":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"71":{"tf":1.0}}}}}}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"51":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"y":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":3,"docs":{"30":{"tf":1.7320508075688772},"44":{"tf":1.0},"45":{"tf":1.4142135623730951}},"s":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"23":{"tf":1.0},"36":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"a":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":9,"docs":{"17":{"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},"69":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"57":{"tf":1.0},"73":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":15,"docs":{"13":{"tf":1.4142135623730951},"14":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":2.449489742783178},"37":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"59":{"tf":1.4142135623730951},"69":{"tf":1.0},"7":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"5":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"61":{"tf":1.0},"66":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":6,"docs":{"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"3":{"tf":1.0},"5":{"tf":1.0},"59":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"16":{"tf":1.0},"59":{"tf":1.0},"74":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"48":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":3,"docs":{"14":{"tf":1.7320508075688772},"32":{"tf":1.0},"4":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"28":{"tf":1.0},"46":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"12":{"tf":1.0},"9":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"22":{"tf":1.4142135623730951},"24":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":18,"docs":{"14":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"58":{"tf":1.7320508075688772},"59":{"tf":2.23606797749979},"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}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"56":{"tf":1.0}},"t":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"15":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.0},"73":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"39":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"40":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"70":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":3,"docs":{"0":{"tf":1.7320508075688772},"64":{"tf":1.0},"74":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"57":{"tf":1.0},"58":{"tf":1.0}},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"14":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"40":{"tf":1.4142135623730951},"5":{"tf":1.0},"57":{"tf":1.0},"69":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"24":{"tf":1.0},"32":{"tf":1.0},"69":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"\'":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":2,"docs":{"56":{"tf":1.0},"66":{"tf":1.0}}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"13":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"34":{"tf":1.7320508075688772}},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":2.0}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"[":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{}},"df":10,"docs":{"13":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"3":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"66":{"tf":1.0}},"n":{"df":1,"docs":{"19":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"p":{"/":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"32":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"l":{"df":6,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"61":{"tf":1.0},"69":{"tf":1.0},"71":{"tf":1.7320508075688772}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":11,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"18":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"37":{"tf":1.0},"59":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"2":{"0":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"5":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"7":{"5":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":4,"docs":{"13":{"tf":1.0},"54":{"tf":1.0},"67":{"tf":1.0},"74":{"tf":1.4142135623730951}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"50":{"tf":1.4142135623730951},"66":{"tf":1.7320508075688772},"67":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":10,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":1.0},"44":{"tf":1.0},"51":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":1.0},"66":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"66":{"tf":1.0}}}}}}},"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"13":{"tf":1.0}}}}},"df":0,"docs":{}},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"14":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"57":{"tf":1.0}}}}},"s":{"df":1,"docs":{"40":{"tf":1.0}},"i":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":1,"docs":{"13":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"18":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}}}},"m":{"b":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"3":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"22":{"tf":1.0},"28":{"tf":1.0},"57":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":4,"docs":{"44":{"tf":1.0},"45":{"tf":1.0},"49":{"tf":1.0},"9":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"d":{"df":5,"docs":{"17":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"65":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"54":{"tf":1.0},"63":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"11":{"tf":1.0},"36":{"tf":1.0},"59":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"16":{"tf":1.0},"3":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":5,"docs":{"11":{"tf":1.4142135623730951},"18":{"tf":1.0},"59":{"tf":1.0},"71":{"tf":1.0},"73":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":10,"docs":{"0":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.4142135623730951},"64":{"tf":1.0},"74":{"tf":1.0}}}}},"v":{"df":1,"docs":{"42":{"tf":1.0}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":23,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.7320508075688772},"38":{"tf":1.4142135623730951},"41":{"tf":1.0},"42":{"tf":1.0},"5":{"tf":1.0},"57":{"tf":1.7320508075688772},"69":{"tf":1.0},"72":{"tf":1.4142135623730951},"73":{"tf":1.0},"8":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"72":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"61":{"tf":1.0}}}}}}},"r":{"(":{"\\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"66":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"3":{"tf":1.0},"62":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"2":{"tf":1.0},"4":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"a":{"df":0,"docs":{},"l":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"67":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":6,"docs":{"13":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"37":{"tf":1.0},"59":{"tf":1.0},"62":{"tf":1.0},"67":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"63":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":3,"docs":{"14":{"tf":1.0},"5":{"tf":1.0},"58":{"tf":1.0}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":20,"docs":{"16":{"tf":1.0},"25":{"tf":1.7320508075688772},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.7320508075688772},"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},"4":{"tf":1.4142135623730951},"50":{"tf":1.0},"65":{"tf":1.7320508075688772},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"r":{"df":11,"docs":{"0":{"tf":2.0},"18":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"56":{"tf":1.0},"71":{"tf":1.4142135623730951},"74":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":7,"docs":{"0":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.0},"69":{"tf":1.0},"74":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"65":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":4,"docs":{"45":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"66":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":46,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"13":{"tf":2.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":2.0},"20":{"tf":1.0},"21":{"tf":2.23606797749979},"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.7320508075688772},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.4142135623730951},"42":{"tf":2.0},"44":{"tf":1.0},"46":{"tf":1.4142135623730951},"48":{"tf":1.0},"5":{"tf":1.4142135623730951},"51":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"59":{"tf":2.23606797749979},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"65":{"tf":2.0},"66":{"tf":2.23606797749979},"67":{"tf":2.23606797749979},"68":{"tf":1.4142135623730951},"69":{"tf":1.0},"71":{"tf":1.0},"73":{"tf":1.4142135623730951},"74":{"tf":1.0},"8":{"tf":2.0}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"47":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.0},"24":{"tf":1.0},"71":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}}}},"s":{"df":4,"docs":{"51":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.4142135623730951},"61":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"57":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"—":{"a":{"d":{"df":0,"docs":{},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"72":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"71":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":11,"docs":{"0":{"tf":1.0},"14":{"tf":1.0},"4":{"tf":1.7320508075688772},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.7320508075688772},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.4142135623730951},"74":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":2,"docs":{"17":{"tf":1.0},"50":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"54":{"tf":1.0}}}}}}},"}":{"\\"":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"67":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"f":{"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"10":{"tf":1.4142135623730951},"16":{"tf":1.0}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"64":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"13":{"tf":1.0},"61":{"tf":1.0},"73":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":12,"docs":{"14":{"tf":1.0},"18":{"tf":1.0},"24":{"tf":1.0},"32":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":2.0},"63":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}},"k":{"df":0,"docs":{},"e":{"df":2,"docs":{"30":{"tf":1.0},"34":{"tf":1.0}}}},"l":{"df":0,"docs":{},"s":{"df":3,"docs":{"11":{"tf":1.0},"57":{"tf":1.0},"73":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}}}},"q":{"df":1,"docs":{"73":{"tf":1.7320508075688772}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"18":{"tf":1.0},"34":{"tf":1.0},"61":{"tf":1.0},"68":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"39":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"56":{"tf":1.0}}}}}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"24":{"tf":1.0},"34":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"34":{"tf":1.0},"48":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":1,"docs":{"33":{"tf":1.0}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"24":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"33":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"73":{"tf":1.0}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"18":{"tf":1.0},"62":{"tf":1.0},"67":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"22":{"tf":1.0},"24":{"tf":1.0},"49":{"tf":1.0},"57":{"tf":1.0},"9":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"73":{"tf":1.0}}}}}}}}}},"t":{"df":6,"docs":{"16":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"5":{"tf":1.0},"57":{"tf":1.0},"65":{"tf":1.0}}},"x":{"df":1,"docs":{"9":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"37":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"57":{"tf":1.0}}},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"72":{"tf":1.0}}}},"p":{"df":2,"docs":{"44":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"21":{"tf":1.0},"42":{"tf":1.0},"5":{"tf":1.0},"57":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":5,"docs":{"14":{"tf":1.0},"26":{"tf":1.0},"37":{"tf":1.0},"5":{"tf":1.0},"57":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"69":{"tf":1.0},"71":{"tf":1.0}}}}}}},"n":{"df":9,"docs":{"11":{"tf":1.0},"45":{"tf":1.0},"49":{"tf":1.7320508075688772},"50":{"tf":1.7320508075688772},"66":{"tf":2.449489742783178},"67":{"tf":2.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}},"o":{"c":{"df":0,"docs":{},"u":{"df":2,"docs":{"50":{"tf":1.0},"7":{"tf":1.0}},"s":{"df":4,"docs":{"0":{"tf":1.0},"16":{"tf":1.0},"52":{"tf":1.0},"57":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"37":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"66":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"t":{"!":{"(":{"\\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"67":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"5":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":14,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"2":{"tf":1.7320508075688772},"22":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.4142135623730951},"5":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"61":{"tf":1.0},"62":{"tf":1.0}}}}}}}}}}},"df":23,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.4142135623730951},"2":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.7320508075688772},"43":{"tf":1.0},"5":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.7320508075688772},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"69":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951},"71":{"tf":1.0},"8":{"tf":1.4142135623730951}},"’":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"3":{"tf":1.0},"34":{"tf":1.0},"56":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"22":{"tf":1.0},"24":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"9":{"tf":1.0}}}}}}},"d":{"df":1,"docs":{"71":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}}},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"35":{"tf":1.0}}}}}},"g":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"3":{"tf":1.0},"72":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"42":{"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":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":3,"docs":{"48":{"tf":1.0},"61":{"tf":1.0},"66":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":8,"docs":{"14":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"35":{"tf":1.4142135623730951},"5":{"tf":1.4142135623730951},"59":{"tf":1.0},"66":{"tf":1.0},"74":{"tf":1.0}}}}},"t":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"66":{"tf":1.0},"67":{"tf":1.0}}}},"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":1,"docs":{"1":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"74":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"18":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{},"o":{"d":{"df":5,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"40":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"51":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":3,"docs":{"18":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"13":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":1,"docs":{"68":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"51":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":4,"docs":{"15":{"tf":1.0},"56":{"tf":1.4142135623730951},"59":{"tf":1.0},"70":{"tf":1.0}}},"df":0,"docs":{}}},"df":45,"docs":{"1":{"tf":1.0},"15":{"tf":1.7320508075688772},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"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},"4":{"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},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"32":{"tf":1.0}}}},"n":{"d":{"df":1,"docs":{"13":{"tf":1.0}},"l":{"df":2,"docs":{"48":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"13":{"tf":1.0},"47":{"tf":1.0}}}}}},"r":{"d":{"df":1,"docs":{"9":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"26":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"54":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"10":{"tf":1.7320508075688772},"18":{"tf":1.0},"5":{"tf":1.0},"56":{"tf":1.0}},"i":{"df":3,"docs":{"10":{"tf":1.0},"21":{"tf":1.0},"54":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":4,"docs":{"46":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"p":{"df":1,"docs":{"6":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":1.7320508075688772}}}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"0":{"tf":1.0},"67":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":9,"docs":{"13":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"31":{"tf":1.0},"5":{"tf":1.0},"69":{"tf":1.0},"71":{"tf":1.0},"74":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"10":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"16":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"14":{"tf":1.0},"39":{"tf":1.0},"57":{"tf":1.0},"69":{"tf":1.0},"73":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"69":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"c":{"df":2,"docs":{"48":{"tf":1.0},"54":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"i":{"[":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"a":{"df":9,"docs":{"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},"66":{"tf":1.0},"67":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"66":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"i":{"df":44,"docs":{"15":{"tf":1.7320508075688772},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"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},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}},"i":{"df":13,"docs":{"4":{"tf":1.0},"58":{"tf":1.7320508075688772},"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}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":3,"docs":{"25":{"tf":1.0},"29":{"tf":1.0},"65":{"tf":1.0}}}}}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.7320508075688772}}}},"l":{"df":3,"docs":{"49":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"44":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"69":{"tf":1.0}}}}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":6,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"45":{"tf":1.4142135623730951},"50":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":11,"docs":{"10":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"46":{"tf":1.0},"55":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"27":{"tf":1.0},"54":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"72":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"5":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"\\"":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"66":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"49":{"tf":1.0},"50":{"tf":1.4142135623730951}}}},"i":{"c":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}},"u":{"c":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"3":{"tf":1.0},"7":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"13":{"tf":1.0},"22":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"21":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":3,"docs":{"21":{"tf":1.7320508075688772},"61":{"tf":1.0},"66":{"tf":1.4142135623730951}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"21":{"tf":1.0},"61":{"tf":1.0},"66":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"57":{"tf":1.0}}}}}}},"df":2,"docs":{"40":{"tf":1.0},"57":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"72":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"54":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"72":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":4,"docs":{"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"3":{"tf":1.0},"69":{"tf":1.0}}}},"n":{"d":{"df":4,"docs":{"18":{"tf":1.0},"59":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":5,"docs":{"14":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"7":{"tf":1.0},"71":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"29":{"tf":1.0},"32":{"tf":1.0},"56":{"tf":1.0}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"59":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":3,"docs":{"10":{"tf":2.0},"30":{"tf":1.0},"69":{"tf":1.7320508075688772}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"14":{"tf":1.0},"18":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"6":{"tf":1.0}}}}}},"v":{"df":3,"docs":{"33":{"tf":1.0},"72":{"tf":1.0},"8":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":2,"docs":{"43":{"tf":1.0},"9":{"tf":1.0}},"t":{"df":2,"docs":{"3":{"tf":1.7320508075688772},"4":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":3,"docs":{"3":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":2,"docs":{"57":{"tf":1.0},"66":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"18":{"tf":1.0},"23":{"tf":1.4142135623730951},"39":{"tf":1.0}}}}},"v":{"df":6,"docs":{"4":{"tf":1.0},"70":{"tf":1.7320508075688772},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0}}}},"j":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"g":{"df":4,"docs":{"14":{"tf":1.0},"5":{"tf":1.0},"59":{"tf":1.0},"74":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"k":{"8":{"df":9,"docs":{"17":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.4142135623730951},"44":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.0},"73":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":22,"docs":{"12":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.4142135623730951},"18":{"tf":1.0},"22":{"tf":1.7320508075688772},"23":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"28":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"51":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"64":{"tf":1.0},"68":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951}}}},"y":{"df":3,"docs":{"54":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0}}}},"n":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"71":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"14":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"41":{"tf":1.4142135623730951},"5":{"tf":1.0},"69":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"30":{"tf":1.0}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"14":{"tf":1.0},"8":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"33":{"tf":1.0},"59":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"30":{"tf":1.7320508075688772},"54":{"tf":1.0},"55":{"tf":1.0}},"y":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"22":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"39":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"27":{"tf":1.0},"5":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"16":{"tf":1.7320508075688772},"22":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"64":{"tf":1.0},"71":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"13":{"tf":1.0},"59":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":12,"docs":{"13":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"5":{"tf":1.0},"59":{"tf":1.7320508075688772},"69":{"tf":1.0},"71":{"tf":1.0},"74":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":2,"docs":{"13":{"tf":2.0},"36":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"66":{"tf":1.0}}}}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"20":{"tf":1.0},"47":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"21":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":23,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"13":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.7320508075688772},"3":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.0},"57":{"tf":1.0},"69":{"tf":1.0},"71":{"tf":1.0},"73":{"tf":1.4142135623730951},"74":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}},"o":{"a":{"d":{"df":2,"docs":{"31":{"tf":1.4142135623730951},"54":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"df":15,"docs":{"1":{"tf":1.0},"12":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"23":{"tf":1.0},"37":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951},"42":{"tf":1.0},"44":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.0},"69":{"tf":1.0},"73":{"tf":1.0}}},"t":{"df":1,"docs":{"69":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":3,"docs":{"66":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0}},"i":{"c":{"df":2,"docs":{"65":{"tf":1.0},"68":{"tf":1.0}}},"df":0,"docs":{}},"s":{"/":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"57":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"57":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":5,"docs":{"11":{"tf":1.0},"18":{"tf":1.0},"59":{"tf":1.0},"71":{"tf":1.0},"73":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"32":{"tf":1.0},"73":{"tf":1.0}}},"p":{"df":3,"docs":{"24":{"tf":1.0},"39":{"tf":1.0},"7":{"tf":1.0}}},"s":{"df":1,"docs":{"16":{"tf":1.0}}}},"w":{"df":1,"docs":{"31":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}}}},"r":{"df":2,"docs":{"13":{"tf":1.0},"5":{"tf":1.0}}},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"14":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"40":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"16":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":9,"docs":{"11":{"tf":1.0},"45":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"0":{"tf":1.0},"14":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":7,"docs":{"14":{"tf":1.4142135623730951},"18":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"69":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":6,"docs":{"18":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.0},"59":{"tf":1.0},"71":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":3,"docs":{"17":{"tf":1.0},"57":{"tf":1.0},"69":{"tf":1.0}}},"t":{"c":{"df":0,"docs":{},"h":{"df":4,"docs":{"22":{"tf":1.0},"24":{"tf":1.0},"4":{"tf":1.0},"65":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"70":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"10":{"tf":1.0},"18":{"tf":1.0},"41":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}},"x":{"df":1,"docs":{"45":{"tf":1.0}}},"y":{"b":{"df":1,"docs":{"11":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":9,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"18":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.0},"51":{"tf":1.0},"59":{"tf":1.0},"73":{"tf":1.0}}}}},"t":{"df":1,"docs":{"22":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"54":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"10":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"1":{"tf":1.0},"16":{"tf":1.0},"2":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"13":{"tf":1.0},"21":{"tf":1.0},"42":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"57":{"tf":1.0},"74":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"c":{"df":7,"docs":{"13":{"tf":1.0},"33":{"tf":1.0},"48":{"tf":1.4142135623730951},"57":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"72":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"i":{"d":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}}},"df":1,"docs":{"45":{"tf":1.0}},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"24":{"tf":1.0},"26":{"tf":1.0},"39":{"tf":1.0},"65":{"tf":1.0},"68":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":3,"docs":{"11":{"tf":1.7320508075688772},"54":{"tf":1.0},"71":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"63":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"72":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":4,"docs":{"57":{"tf":1.0},"61":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0}}}},"x":{"df":2,"docs":{"72":{"tf":1.0},"9":{"tf":1.0}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"32":{"tf":1.4142135623730951}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":9,"docs":{"1":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"2":{"tf":1.0},"22":{"tf":1.0},"31":{"tf":1.0},"4":{"tf":1.4142135623730951},"59":{"tf":2.23606797749979},"69":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"0":{"tf":1.0},"14":{"tf":1.0},"36":{"tf":1.0}}}},"df":1,"docs":{"61":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"47":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"68":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"14":{"tf":1.0},"24":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":9,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"2":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.7320508075688772},"36":{"tf":1.7320508075688772},"40":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"24":{"tf":1.0},"71":{"tf":1.0},"73":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"66":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":3,"docs":{"49":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"61":{"tf":1.0},"66":{"tf":1.0}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"5":{"tf":1.0}}}}}}},"df":2,"docs":{"10":{"tf":1.0},"31":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"24":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":9,"docs":{"22":{"tf":1.0},"3":{"tf":1.0},"42":{"tf":1.0},"49":{"tf":1.0},"57":{"tf":1.4142135623730951},"67":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"g":{"df":2,"docs":{"32":{"tf":1.0},"57":{"tf":1.0}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":12,"docs":{"0":{"tf":2.0},"16":{"tf":1.0},"18":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"5":{"tf":1.0},"59":{"tf":1.0},"69":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"34":{"tf":1.0},"47":{"tf":1.0}}}}},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"66":{"tf":1.0},"67":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":10,"docs":{"29":{"tf":1.0},"4":{"tf":1.0},"54":{"tf":1.0},"59":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.7320508075688772},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"66":{"tf":1.0},"67":{"tf":1.0}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"48":{"tf":1.0},"63":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":6,"docs":{"44":{"tf":1.4142135623730951},"48":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"53":{"tf":1.0},"63":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":36,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.0},"13":{"tf":1.4142135623730951},"16":{"tf":1.7320508075688772},"18":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.4142135623730951},"23":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.7320508075688772},"30":{"tf":1.0},"34":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.7320508075688772},"45":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":2.0},"49":{"tf":1.7320508075688772},"5":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.7320508075688772},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.7320508075688772},"59":{"tf":1.0},"61":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.4142135623730951},"72":{"tf":1.0},"74":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":2,"docs":{"24":{"tf":1.0},"9":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"df":7,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"3":{"tf":1.7320508075688772},"34":{"tf":1.0},"57":{"tf":1.0}}}},"w":{"df":2,"docs":{"4":{"tf":1.0},"50":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"22":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"[":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":19,"docs":{"10":{"tf":1.4142135623730951},"12":{"tf":1.0},"13":{"tf":1.4142135623730951},"18":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.4142135623730951},"47":{"tf":1.0},"5":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.7320508075688772},"59":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.4142135623730951},"73":{"tf":1.0},"74":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"24":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"13":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"69":{"tf":1.0},"71":{"tf":1.0}}}}}},"k":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"\\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"66":{"tf":1.0},"67":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":3,"docs":{"49":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0}}},"n":{"c":{"df":4,"docs":{"13":{"tf":1.0},"5":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0}}},"df":6,"docs":{"16":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"42":{"tf":1.0},"54":{"tf":1.0},"64":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"41":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"18":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.4142135623730951},"50":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":2.449489742783178},"73":{"tf":1.0}}}},"t":{"df":2,"docs":{"22":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"13":{"tf":1.0},"28":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"63":{"tf":1.0}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":7,"docs":{"14":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"39":{"tf":1.0},"5":{"tf":1.0},"69":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"22":{"tf":1.0},"73":{"tf":1.0},"8":{"tf":1.0}}}}}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.4142135623730951}}}}},"df":1,"docs":{"30":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"56":{"tf":1.0}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":9,"docs":{"13":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0},"5":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"62":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"10":{"tf":1.0},"3":{"tf":1.0},"7":{"tf":1.4142135623730951}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"5":{"tf":1.7320508075688772}}}}}}}}}},"p":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"13":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"30":{"tf":1.0}}},"k":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"17":{"tf":1.0},"69":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"52":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":7,"docs":{"1":{"tf":1.0},"23":{"tf":1.0},"32":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.4142135623730951},"5":{"tf":1.0},"55":{"tf":1.4142135623730951}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"35":{"tf":1.0},"5":{"tf":1.0},"64":{"tf":1.0},"74":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}}}}}},"df":0,"docs":{},"t":{"df":73,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.7320508075688772},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.7320508075688772},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"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},"4":{"tf":2.6457513110645907},"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":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.7320508075688772},"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.7320508075688772},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"54":{"tf":1.0}}}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":5,"docs":{"0":{"tf":1.0},"20":{"tf":1.0},"64":{"tf":1.0},"71":{"tf":1.0},"74":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"23":{"tf":1.0},"37":{"tf":1.0},"57":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":1,"docs":{"13":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"20":{"tf":1.0},"27":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":10,"docs":{"16":{"tf":1.0},"22":{"tf":2.449489742783178},"23":{"tf":1.7320508075688772},"24":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":2.0},"53":{"tf":1.0},"54":{"tf":1.7320508075688772},"55":{"tf":1.0},"56":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"30":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0}}}},"r":{"df":5,"docs":{"22":{"tf":1.0},"26":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"8":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"5":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"31":{"tf":1.4142135623730951},"36":{"tf":3.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":8,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.7320508075688772},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":7,"docs":{"18":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"66":{"tf":1.0},"71":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"16":{"tf":1.0},"17":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"73":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"21":{"tf":1.0},"36":{"tf":1.4142135623730951}}}}}}}},"l":{"a":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":18,"docs":{"1":{"tf":1.0},"13":{"tf":2.23606797749979},"14":{"tf":1.0},"16":{"tf":1.4142135623730951},"21":{"tf":1.0},"23":{"tf":1.4142135623730951},"3":{"tf":1.0},"32":{"tf":1.0},"37":{"tf":2.0},"38":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"45":{"tf":1.0},"5":{"tf":1.4142135623730951},"59":{"tf":1.0},"69":{"tf":1.0},"73":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"57":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"u":{"df":2,"docs":{"27":{"tf":1.0},"28":{"tf":1.0}},"g":{"df":1,"docs":{"65":{"tf":1.0}},"g":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"14":{"tf":1.0},"19":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"54":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"10":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"12":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0}}}},"df":0,"docs":{}},"df":3,"docs":{"40":{"tf":1.0},"57":{"tf":1.0},"72":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"33":{"tf":1.0},"36":{"tf":1.0},"59":{"tf":1.0},"74":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"15":{"tf":1.0},"24":{"tf":1.7320508075688772},"47":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"14":{"tf":1.0},"5":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"10":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"16":{"tf":1.0},"69":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"37":{"tf":1.4142135623730951},"57":{"tf":2.0},"59":{"tf":1.0},"61":{"tf":1.0}}}}}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"28":{"tf":1.0},"57":{"tf":1.0}}}},"t":{"df":3,"docs":{"24":{"tf":1.0},"64":{"tf":1.0},"72":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"21":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"23":{"tf":1.0},"37":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":2.0}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"69":{"tf":1.4142135623730951}}}}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"12":{"tf":1.0},"6":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"o":{"b":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":8,"docs":{"18":{"tf":1.0},"22":{"tf":1.0},"42":{"tf":1.0},"54":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.4142135623730951},"68":{"tf":1.0},"69":{"tf":1.0}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"16":{"tf":1.0},"18":{"tf":1.0},"39":{"tf":1.0},"5":{"tf":1.0}}}}}},"d":{"df":1,"docs":{"56":{"tf":1.0}},"u":{"c":{"df":7,"docs":{"0":{"tf":1.4142135623730951},"21":{"tf":1.0},"34":{"tf":1.0},"63":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"8":{"tf":1.7320508075688772}},"t":{"df":5,"docs":{"11":{"tf":1.0},"29":{"tf":1.0},"47":{"tf":1.0},"74":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"10":{"tf":1.0},"13":{"tf":1.0},"18":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.4142135623730951},"46":{"tf":1.0},"59":{"tf":1.0},"72":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"35":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":9,"docs":{"0":{"tf":1.0},"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"33":{"tf":1.0},"73":{"tf":1.0},"8":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"11":{"tf":1.0},"66":{"tf":1.0}},"r":{"df":1,"docs":{"57":{"tf":1.0}}}},"i":{"d":{"df":8,"docs":{"34":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.4142135623730951},"48":{"tf":1.0},"50":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":2,"docs":{"13":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"42":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"66":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"b":{"df":3,"docs":{"50":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"0":{"tf":1.0},"74":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"73":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"19":{"tf":1.0},"3":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"q":{"a":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"23":{"tf":1.0},"4":{"tf":1.0},"70":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"r":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":3,"docs":{"35":{"tf":1.4142135623730951},"54":{"tf":1.0},"9":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"35":{"tf":1.0},"44":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"45":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"df":12,"docs":{"10":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"31":{"tf":1.4142135623730951},"54":{"tf":1.0},"71":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"14":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"13":{"tf":1.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"67":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"66":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"l":{"df":3,"docs":{"42":{"tf":1.0},"66":{"tf":1.7320508075688772},"67":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"—":{"a":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"19":{"tf":1.0},"22":{"tf":1.0},"71":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"4":{"tf":1.0}},"i":{"df":11,"docs":{"13":{"tf":1.4142135623730951},"16":{"tf":1.0},"28":{"tf":1.0},"34":{"tf":1.4142135623730951},"37":{"tf":1.0},"42":{"tf":1.7320508075688772},"5":{"tf":1.0},"57":{"tf":1.7320508075688772},"63":{"tf":1.0},"7":{"tf":1.0},"72":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"69":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":4,"docs":{"0":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"65":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"1":{"tf":1.0},"3":{"tf":1.0},"47":{"tf":1.0},"56":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"63":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":6,"docs":{"20":{"tf":1.0},"23":{"tf":1.0},"43":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"73":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":3,"docs":{"14":{"tf":1.0},"22":{"tf":1.0},"73":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":14,"docs":{"4":{"tf":1.4142135623730951},"58":{"tf":1.7320508075688772},"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":2.0},"70":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"0":{"tf":1.0}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"37":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}},"x":{"df":2,"docs":{"42":{"tf":1.0},"57":{"tf":1.0}}}},"df":1,"docs":{"8":{"tf":1.0}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"24":{"tf":1.0},"63":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"21":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"14":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"59":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":5,"docs":{"18":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"66":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":7,"docs":{"0":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"49":{"tf":1.0},"73":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":8,"docs":{"18":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.4142135623730951},"28":{"tf":1.0},"32":{"tf":1.0},"73":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"13":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":5,"docs":{"17":{"tf":1.0},"5":{"tf":1.0},"55":{"tf":1.0},"59":{"tf":1.0},"74":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"p":{"df":1,"docs":{"53":{"tf":1.0}}}},"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":19,"docs":{"13":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"28":{"tf":1.4142135623730951},"36":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.4142135623730951},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.4142135623730951},"74":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"49":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":7,"docs":{"24":{"tf":1.0},"37":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.4142135623730951},"6":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":3,"docs":{"0":{"tf":1.4142135623730951},"10":{"tf":1.0},"74":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"62":{"tf":1.0},"66":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"16":{"tf":1.4142135623730951},"22":{"tf":1.0},"62":{"tf":1.0},"69":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":4,"docs":{"14":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"73":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"14":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"68":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"11":{"tf":1.0},"73":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":7,"docs":{"28":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"5":{"tf":1.0},"59":{"tf":1.0},"69":{"tf":1.0},"74":{"tf":1.4142135623730951}}}}},"p":{"c":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":6,"docs":{"48":{"tf":1.7320508075688772},"49":{"tf":1.4142135623730951},"61":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.7320508075688772},"67":{"tf":1.4142135623730951}}}}}}}}},"df":29,"docs":{"1":{"tf":1.0},"11":{"tf":2.0},"13":{"tf":1.7320508075688772},"14":{"tf":1.0},"15":{"tf":1.0},"18":{"tf":1.7320508075688772},"21":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":2.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":2.23606797749979},"4":{"tf":1.4142135623730951},"41":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.4142135623730951},"54":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":2.0},"6":{"tf":1.0},"67":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.7320508075688772},"73":{"tf":1.4142135623730951},"74":{"tf":1.7320508075688772},"8":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":4,"docs":{"31":{"tf":1.0},"48":{"tf":1.0},"61":{"tf":1.0},"66":{"tf":1.4142135623730951}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":28,"docs":{"13":{"tf":1.0},"14":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.4142135623730951},"24":{"tf":1.0},"37":{"tf":1.7320508075688772},"38":{"tf":2.0},"39":{"tf":1.7320508075688772},"40":{"tf":1.7320508075688772},"41":{"tf":1.7320508075688772},"42":{"tf":2.0},"44":{"tf":2.23606797749979},"45":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.7320508075688772},"57":{"tf":1.7320508075688772},"59":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.7320508075688772},"69":{"tf":1.7320508075688772},"72":{"tf":1.7320508075688772},"73":{"tf":1.7320508075688772},"74":{"tf":1.0}},"’":{"df":1,"docs":{"57":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"42":{"tf":1.0}},"{":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":7,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"35":{"tf":1.0},"42":{"tf":1.4142135623730951},"57":{"tf":1.0},"59":{"tf":1.0},"69":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"42":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"65":{"tf":1.7320508075688772},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"64":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":6,"docs":{"14":{"tf":1.0},"16":{"tf":1.0},"37":{"tf":1.4142135623730951},"44":{"tf":1.0},"69":{"tf":1.0},"73":{"tf":1.4142135623730951}}},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"0":{"tf":1.4142135623730951},"74":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"57":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"2":{"df":4,"docs":{"45":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}},"3":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.7320508075688772}}}}}}}},"df":0,"docs":{}}}}},"df":37,"docs":{"1":{"tf":1.0},"12":{"tf":1.4142135623730951},"13":{"tf":1.7320508075688772},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":2.23606797749979},"17":{"tf":1.7320508075688772},"18":{"tf":2.23606797749979},"19":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":2.0},"23":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"29":{"tf":1.0},"36":{"tf":2.0},"37":{"tf":2.23606797749979},"38":{"tf":1.0},"4":{"tf":1.7320508075688772},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"44":{"tf":1.0},"45":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.4142135623730951},"51":{"tf":1.0},"57":{"tf":1.4142135623730951},"59":{"tf":2.6457513110645907},"6":{"tf":1.0},"68":{"tf":1.4142135623730951},"69":{"tf":2.23606797749979},"70":{"tf":1.0},"71":{"tf":1.4142135623730951},"72":{"tf":2.0},"73":{"tf":1.7320508075688772},"74":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"31":{"tf":1.0},"41":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":2,"docs":{"47":{"tf":1.0},"56":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"57":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"24":{"tf":1.0},"31":{"tf":1.0},"8":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"d":{"df":8,"docs":{"22":{"tf":1.0},"24":{"tf":1.0},"42":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0}}},"df":4,"docs":{"18":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":1.0},"59":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"28":{"tf":1.0},"37":{"tf":1.0},"44":{"tf":1.0}}}},"df":0,"docs":{}},"f":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"66":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":3,"docs":{"22":{"tf":1.0},"66":{"tf":1.7320508075688772},"67":{"tf":1.7320508075688772}}}},"n":{"d":{"df":2,"docs":{"49":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"12":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"24":{"tf":1.0},"9":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"36":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"33":{"tf":1.0}}},"v":{"df":1,"docs":{"69":{"tf":1.0}},"i":{"c":{"df":3,"docs":{"10":{"tf":1.0},"40":{"tf":1.0},"72":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":8,"docs":{"13":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"26":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"58":{"tf":1.0},"71":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"17":{"tf":1.0},"40":{"tf":1.0},"72":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":20,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"18":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"25":{"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.4142135623730951},"36":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"65":{"tf":1.0},"71":{"tf":1.0},"74":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":8,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"24":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0},"59":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"71":{"tf":1.7320508075688772}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"0":{"tf":1.0},"11":{"tf":1.4142135623730951},"73":{"tf":1.0}}}},"w":{"df":5,"docs":{"1":{"tf":1.0},"16":{"tf":1.0},"29":{"tf":1.0},"4":{"tf":1.0},"65":{"tf":1.0}},"n":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":13,"docs":{"10":{"tf":2.0},"12":{"tf":1.0},"13":{"tf":1.4142135623730951},"18":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"24":{"tf":1.0},"37":{"tf":1.7320508075688772},"57":{"tf":2.23606797749979},"63":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0}},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"26":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"14":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"30":{"tf":1.4142135623730951},"34":{"tf":1.0},"54":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":3,"docs":{"13":{"tf":1.0},"40":{"tf":1.0},"5":{"tf":1.0}}}}},"t":{"df":1,"docs":{"16":{"tf":1.0}}},"z":{"df":0,"docs":{},"e":{"df":1,"docs":{"10":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":2,"docs":{"54":{"tf":1.0},"55":{"tf":1.0}},"t":{"df":1,"docs":{"8":{"tf":1.0}}},"w":{"df":5,"docs":{"3":{"tf":1.0},"30":{"tf":1.0},"57":{"tf":1.0},"72":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"72":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"18":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":5,"docs":{"22":{"tf":1.0},"26":{"tf":1.0},"68":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"62":{"tf":1.0},"67":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"3":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"49":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"4":{"tf":1.0}}},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"32":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"13":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"64":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":9,"docs":{"13":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"28":{"tf":1.0},"36":{"tf":1.0},"46":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":1.0},"71":{"tf":1.0}},"i":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":3,"docs":{"24":{"tf":1.0},"38":{"tf":1.0},"73":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"t":{"a":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"18":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"36":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"72":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"24":{"tf":1.0},"72":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"49":{"tf":1.0},"66":{"tf":1.0}}}}}}},"df":0,"docs":{}},"_":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"62":{"tf":1.0},"67":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":15,"docs":{"13":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.0},"54":{"tf":1.0},"57":{"tf":1.7320508075688772},"59":{"tf":1.0},"61":{"tf":1.0},"66":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"10":{"tf":1.7320508075688772},"13":{"tf":1.0},"24":{"tf":1.0},"31":{"tf":1.0}}},"i":{"c":{"df":2,"docs":{"49":{"tf":1.0},"66":{"tf":1.0}}},"df":0,"docs":{}}},"y":{"df":6,"docs":{"19":{"tf":1.0},"22":{"tf":1.0},"33":{"tf":1.0},"54":{"tf":1.0},"67":{"tf":1.4142135623730951},"73":{"tf":1.0}}}},"d":{":":{":":{"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":{}}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{":":{":":{"a":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"66":{"tf":1.0}}},"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":{":":{":":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"45":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"22":{"tf":1.0},"57":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"30":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"73":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":4,"docs":{"13":{"tf":1.0},"54":{"tf":1.0},"59":{"tf":1.0},"74":{"tf":1.0}}}},"r":{"df":3,"docs":{"49":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"74":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"27":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"49":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"b":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":2,"docs":{"23":{"tf":1.0},"71":{"tf":1.4142135623730951}}}}}},"u":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":5,"docs":{"0":{"tf":1.0},"26":{"tf":1.0},"30":{"tf":1.4142135623730951},"32":{"tf":1.0},"74":{"tf":1.0}}}},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":6,"docs":{"0":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"26":{"tf":1.0},"32":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"0":{"tf":1.4142135623730951},"74":{"tf":1.0}}}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"5":{"tf":1.0},"59":{"tf":1.0},"71":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"41":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"12":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"48":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":7,"docs":{"17":{"tf":1.0},"44":{"tf":1.4142135623730951},"45":{"tf":1.0},"49":{"tf":1.7320508075688772},"52":{"tf":1.0},"53":{"tf":1.7320508075688772},"70":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":2,"docs":{"50":{"tf":1.4142135623730951},"51":{"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":{"14":{"tf":1.0},"24":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"23":{"tf":1.0},"73":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"72":{"tf":1.0}}}}}}},"n":{"c":{"df":3,"docs":{"36":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"29":{"tf":1.0},"30":{"tf":1.4142135623730951},"34":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":9,"docs":{"10":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"23":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.0},"59":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.4142135623730951}}}}}}}},"t":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"8":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"67":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":6,"docs":{"18":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.7320508075688772},"73":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"59":{"tf":1.0}}}}},"d":{"df":3,"docs":{"21":{"tf":1.0},"42":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":3,"docs":{"24":{"tf":1.0},"3":{"tf":1.4142135623730951},"71":{"tf":1.0}}},"r":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"22":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":37,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"16":{"tf":2.0},"17":{"tf":1.7320508075688772},"18":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":2.23606797749979},"32":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.4142135623730951},"51":{"tf":1.0},"54":{"tf":1.4142135623730951},"56":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":2.0},"61":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.4142135623730951},"7":{"tf":1.7320508075688772},"72":{"tf":1.0},"73":{"tf":1.4142135623730951},"8":{"tf":1.0},"9":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"63":{"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":{"62":{"tf":1.0}}}},"df":0,"docs":{}}}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"{":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"67":{"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":{"49":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"66":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"66":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"64":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"s":{":":{":":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":2,"docs":{"43":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"8":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"23":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"14":{"tf":1.0},"37":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"0":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"m":{"df":0,"docs":{},"e":{"df":13,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"24":{"tf":1.0},"3":{"tf":1.4142135623730951},"31":{"tf":1.0},"33":{"tf":1.7320508075688772},"39":{"tf":1.0},"57":{"tf":1.0},"73":{"tf":1.0},"8":{"tf":2.23606797749979}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"42":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0}}}}},"r":{"df":1,"docs":{"30":{"tf":1.4142135623730951}}}}}},"o":{"d":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":6,"docs":{"0":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"l":{"df":2,"docs":{"47":{"tf":1.0},"57":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"33":{"tf":1.0},"35":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"30":{"tf":1.0},"52":{"tf":1.0}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":31,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"35":{"tf":2.0},"37":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.7320508075688772},"52":{"tf":1.7320508075688772},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.7320508075688772},"64":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"69":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.4142135623730951},"74":{"tf":1.0},"9":{"tf":1.0}},"y":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"g":{"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":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"66":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"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":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"71":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"16":{"tf":1.0},"42":{"tf":1.0},"57":{"tf":1.0},"69":{"tf":1.0}}},"k":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"69":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":18,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.0},"28":{"tf":1.4142135623730951},"3":{"tf":1.0},"31":{"tf":1.7320508075688772},"42":{"tf":1.0},"46":{"tf":1.0},"5":{"tf":1.7320508075688772},"59":{"tf":1.0},"61":{"tf":1.0},"74":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"50":{"tf":1.4142135623730951},"65":{"tf":1.0},"71":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":15,"docs":{"10":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":2.0},"27":{"tf":2.0},"28":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.0},"71":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"73":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"5":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"23":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"17":{"tf":1.7320508075688772}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"57":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"20":{"tf":1.0},"32":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"4":{"tf":1.0},"72":{"tf":1.7320508075688772}}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"45":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"73":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":3,"docs":{"24":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"38":{"tf":1.0},"5":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":1,"docs":{"26":{"tf":1.0}}}},"x":{"/":{"d":{"a":{"df":2,"docs":{"46":{"tf":1.0},"54":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"8":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"38":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"3":{"tf":1.4142135623730951},"30":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"4":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"56":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"67":{"tf":1.0},"72":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":3,"docs":{"23":{"tf":1.0},"55":{"tf":1.0},"69":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"17":{"tf":1.0},"23":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951},"51":{"tf":1.0}}}},"df":27,"docs":{"0":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"30":{"tf":1.4142135623730951},"31":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.7320508075688772},"49":{"tf":1.4142135623730951},"57":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"66":{"tf":2.23606797749979},"67":{"tf":1.7320508075688772},"69":{"tf":1.0},"71":{"tf":1.0},"73":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":46,"docs":{"10":{"tf":1.7320508075688772},"15":{"tf":1.7320508075688772},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"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},"4":{"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},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"71":{"tf":1.0}}}},"i":{"df":0,"docs":{},"z":{"df":3,"docs":{"50":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"68":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"17":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":25,"docs":{"0":{"tf":2.0},"14":{"tf":1.0},"18":{"tf":1.4142135623730951},"23":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.7320508075688772},"27":{"tf":1.0},"28":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"33":{"tf":1.0},"35":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"54":{"tf":1.4142135623730951},"56":{"tf":1.0},"59":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"71":{"tf":1.4142135623730951},"73":{"tf":1.0},"74":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"u":{"df":1,"docs":{"32":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"44":{"tf":1.0},"8":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"!":{"[":{"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":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":1,"docs":{"66":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":1,"docs":{"66":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"11":{"tf":1.0},"73":{"tf":1.0}},"f":{"df":2,"docs":{"14":{"tf":1.0},"34":{"tf":1.0}},"i":{"df":7,"docs":{"0":{"tf":1.4142135623730951},"21":{"tf":1.0},"30":{"tf":1.0},"57":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"14":{"tf":1.0}}}}}},"i":{"a":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":5,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"42":{"tf":1.0},"57":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":2,"docs":{"47":{"tf":1.0},"56":{"tf":1.0}}}},"w":{"[":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"13":{"tf":1.0},"37":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"22":{"tf":1.0},"8":{"tf":2.23606797749979}},"e":{"df":0,"docs":{},"t":{"df":13,"docs":{"16":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"42":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"69":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.4142135623730951},"73":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"4":{"tf":1.0},"47":{"tf":1.0},"7":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"31":{"tf":1.4142135623730951}}}},"y":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":1,"docs":{"13":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"22":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"71":{"tf":1.0},"74":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"72":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":11,"docs":{"11":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"18":{"tf":1.0},"21":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"55":{"tf":1.0},"59":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"8":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":4,"docs":{"40":{"tf":1.0},"61":{"tf":1.0},"68":{"tf":1.4142135623730951},"72":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"68":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"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":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"5":{"0":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"df":1,"docs":{"11":{"tf":1.0}}},"6":{"0":{"df":2,"docs":{"11":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"0":{"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":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"10":{"tf":1.0},"33":{"tf":1.0},"55":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"1":{"tf":1.0},"14":{"tf":1.0},"34":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":3,"docs":{"3":{"tf":1.0},"44":{"tf":1.4142135623730951},"7":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"69":{"tf":1.7320508075688772}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":46,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"13":{"tf":2.449489742783178},"14":{"tf":1.4142135623730951},"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.7320508075688772},"19":{"tf":2.0},"20":{"tf":2.449489742783178},"21":{"tf":2.6457513110645907},"22":{"tf":1.0},"23":{"tf":1.7320508075688772},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.7320508075688772},"27":{"tf":2.0},"28":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":1.7320508075688772},"31":{"tf":1.7320508075688772},"32":{"tf":1.0},"37":{"tf":1.7320508075688772},"42":{"tf":1.4142135623730951},"43":{"tf":1.7320508075688772},"44":{"tf":1.4142135623730951},"46":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.7320508075688772},"5":{"tf":1.4142135623730951},"50":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":1.4142135623730951},"59":{"tf":2.23606797749979},"61":{"tf":1.7320508075688772},"62":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":2.0},"66":{"tf":2.6457513110645907},"67":{"tf":1.4142135623730951},"68":{"tf":1.0},"69":{"tf":1.0},"71":{"tf":1.7320508075688772},"72":{"tf":1.0},"73":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951}},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"36":{"tf":1.0},"49":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"16":{"tf":2.0},"17":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"d":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"e":{"df":1,"docs":{"73":{"tf":1.0}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"’":{"df":0,"docs":{},"r":{"df":3,"docs":{"4":{"tf":1.4142135623730951},"46":{"tf":1.0},"56":{"tf":1.0}}}}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"31":{"tf":1.0}}}}}}}},"title":{"root":{"2":{"df":1,"docs":{"26":{"tf":1.0}}},"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"df":0,"docs":{}},"d":{"df":4,"docs":{"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"50":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"70":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"5":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"29":{"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":{"18":{"tf":1.0}}}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"24":{"tf":1.0},"47":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"33":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"4":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"z":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"32":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":5,"docs":{"28":{"tf":1.0},"43":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"71":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"42":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"67":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"54":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"51":{"tf":1.0}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"19":{"tf":1.0},"22":{"tf":1.0},"71":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":3,"docs":{"48":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"19":{"tf":1.0},"22":{"tf":1.0},"71":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"69":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"33":{"tf":1.0},"34":{"tf":1.0}}}}}}}},"d":{"a":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"34":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"14":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"9":{"tf":1.0}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"58":{"tf":1.0},"59":{"tf":1.0}}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"34":{"tf":1.0}},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"l":{"df":1,"docs":{"71":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"25":{"tf":1.0},"29":{"tf":1.0},"65":{"tf":1.0}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":9,"docs":{"19":{"tf":1.0},"21":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0},"55":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"67":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"60":{"tf":1.0}}},"df":0,"docs":{}}}}}},"f":{"a":{"df":0,"docs":{},"q":{"df":1,"docs":{"73":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"33":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"60":{"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":{"35":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"74":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"56":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"10":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"64":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"i":{"df":1,"docs":{"15":{"tf":1.0}},"i":{"df":1,"docs":{"58":{"tf":1.0}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"69":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"v":{"df":1,"docs":{"70":{"tf":1.0}}}},"k":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"59":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"28":{"tf":1.0}}}}},"o":{"a":{"d":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"39":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"11":{"tf":1.0}}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"32":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"36":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"w":{"df":1,"docs":{"65":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":3,"docs":{"48":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"57":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.0}}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"5":{"tf":1.0}}}}}}}}}},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"46":{"tf":1.0},"55":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"15":{"tf":1.0},"2":{"tf":1.0},"58":{"tf":1.0},"70":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"22":{"tf":1.0},"23":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0}}}}}}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"36":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"6":{"tf":1.0}}}}}}}}}}},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"36":{"tf":1.0}}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"24":{"tf":1.0},"47":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"o":{"b":{"df":0,"docs":{},"e":{"df":1,"docs":{"66":{"tf":1.0}}}},"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"66":{"tf":1.0},"67":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"58":{"tf":1.0},"69":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}}}}}}},"df":3,"docs":{"11":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"63":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"65":{"tf":1.0}}}}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":6,"docs":{"13":{"tf":1.0},"18":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"59":{"tf":1.0},"72":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"71":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"10":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"26":{"tf":1.0},"66":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"67":{"tf":1.0}}}},"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"12":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"tf":1.0}}}}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"67":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"8":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":3,"docs":{"35":{"tf":1.0},"52":{"tf":1.0},"64":{"tf":1.0}}}}}}}},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"26":{"tf":1.0},"27":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":1,"docs":{"17":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"72":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"23":{"tf":1.0},"45":{"tf":1.0}}}},"df":1,"docs":{"4":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"31":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"11":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"68":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"44":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":10,"docs":{"19":{"tf":1.0},"20":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"43":{"tf":1.0},"61":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"lang":"English","pipeline":["trimmer","stopWordFilter","stemmer"],"ref":"id","version":"0.9.5"},"results_options":{"limit_results":30,"teaser_word_count":30},"search_options":{"bool":"OR","expand":true,"fields":{"body":{"boost":1},"breadcrumbs":{"boost":1},"title":{"boost":2}}}}')); \ No newline at end of file diff --git a/docs/searchindex-b55cdf8a.js b/docs/searchindex-b55cdf8a.js new file mode 100644 index 0000000..b1bed1e --- /dev/null +++ b/docs/searchindex-b55cdf8a.js @@ -0,0 +1 @@ +window.search = Object.assign(window.search, JSON.parse('{"doc_urls":["project-context-primer.html#project-context-primer","what-you-will-learn.html#what-you-will-learn","part-i.html#part-i--foundations","introduction.html#introduction","architecture-overview.html#architecture-overview","testing-philosophy.html#testing-philosophy","testing-philosophy.html#declarative-over-imperative","testing-philosophy.html#protocol-time-not-wall-time","testing-philosophy.html#determinism-first-chaos-when-needed","testing-philosophy.html#observable-health-signals","testing-philosophy.html#minimum-run-windows","testing-philosophy.html#summary","scenario-lifecycle.html#scenario-lifecycle-conceptual","design-rationale.html#design-rationale","part-ii.html#part-ii--user-guide","workspace-layout.html#workspace-layout","annotated-tree.html#annotated-tree","authoring-scenarios.html#authoring-scenarios","workloads.html#core-content-workloads--expectations","workloads.html#workloads","workloads.html#expectations","scenario-builder-ext-patterns.html#core-content-scenariobuilderext-patterns","best-practices.html#best-practices","examples.html#examples","examples.html#simple-2-validator-transaction-workload","examples.html#da--transaction-workload","examples.html#chaos--liveness-check","examples-advanced.html#advanced--artificial-examples","examples-advanced.html#synthetic-delay-workload-network-latency-simulation","examples-advanced.html#oscillating-load-workload-traffic-waves","examples-advanced.html#byzantine-behavior-mock","examples-advanced.html#custom-expectation-block-finality-drift","examples-advanced.html#custom-deployer-dry-run-deployer","examples-advanced.html#stochastic-topology-generator","examples-advanced.html#multi-phase-scenario-pipelines","running-scenarios.html#running-scenarios","runners.html#runners","runners.html#local-runner","runners.html#docker-compose-runner","runners.html#kubernetes-runner","runners.html#common-expectations","operations.html#operations","part-iii.html#part-iii--developer-reference","scenario-model.html#scenario-model-developer-level","extending.html#extending-the-framework","extending.html#adding-a-workload","extending.html#adding-an-expectation","extending.html#adding-a-runner","extending.html#adding-topology-helpers","custom-workload-example.html#example-new-workload--expectation-rust","custom-workload-example.html#workload-simple-reachability-probe","custom-workload-example.html#expectation-confirm-the-target-stayed-reachable","custom-workload-example.html#how-to-wire-it","internal-crate-reference.html#internal-crate-reference","part-iv.html#part-iv--appendix","dsl-cheat-sheet.html#core-content-dsl-cheat-sheet","troubleshooting.html#troubleshooting-scenarios","faq.html#faq","glossary.html#glossary"],"index":{"documentStore":{"docInfo":{"0":{"body":67,"breadcrumbs":6,"title":3},"1":{"body":26,"breadcrumbs":2,"title":1},"10":{"body":40,"breadcrumbs":7,"title":3},"11":{"body":26,"breadcrumbs":5,"title":1},"12":{"body":107,"breadcrumbs":8,"title":3},"13":{"body":68,"breadcrumbs":6,"title":2},"14":{"body":10,"breadcrumbs":8,"title":4},"15":{"body":94,"breadcrumbs":8,"title":2},"16":{"body":59,"breadcrumbs":8,"title":2},"17":{"body":101,"breadcrumbs":8,"title":2},"18":{"body":18,"breadcrumbs":12,"title":4},"19":{"body":38,"breadcrumbs":9,"title":1},"2":{"body":10,"breadcrumbs":4,"title":2},"20":{"body":54,"breadcrumbs":9,"title":1},"21":{"body":84,"breadcrumbs":12,"title":4},"22":{"body":96,"breadcrumbs":8,"title":2},"23":{"body":14,"breadcrumbs":6,"title":1},"24":{"body":28,"breadcrumbs":10,"title":5},"25":{"body":31,"breadcrumbs":8,"title":3},"26":{"body":37,"breadcrumbs":8,"title":3},"27":{"body":19,"breadcrumbs":10,"title":3},"28":{"body":41,"breadcrumbs":13,"title":6},"29":{"body":37,"breadcrumbs":12,"title":5},"3":{"body":84,"breadcrumbs":4,"title":1},"30":{"body":34,"breadcrumbs":10,"title":3},"31":{"body":41,"breadcrumbs":12,"title":5},"32":{"body":39,"breadcrumbs":12,"title":5},"33":{"body":35,"breadcrumbs":10,"title":3},"34":{"body":40,"breadcrumbs":11,"title":4},"35":{"body":75,"breadcrumbs":8,"title":2},"36":{"body":20,"breadcrumbs":6,"title":1},"37":{"body":16,"breadcrumbs":7,"title":2},"38":{"body":23,"breadcrumbs":8,"title":3},"39":{"body":17,"breadcrumbs":7,"title":2},"4":{"body":106,"breadcrumbs":6,"title":2},"40":{"body":43,"breadcrumbs":7,"title":2},"41":{"body":130,"breadcrumbs":6,"title":1},"42":{"body":10,"breadcrumbs":8,"title":4},"43":{"body":116,"breadcrumbs":12,"title":4},"44":{"body":0,"breadcrumbs":8,"title":2},"45":{"body":39,"breadcrumbs":8,"title":2},"46":{"body":21,"breadcrumbs":8,"title":2},"47":{"body":29,"breadcrumbs":8,"title":2},"48":{"body":21,"breadcrumbs":9,"title":3},"49":{"body":19,"breadcrumbs":14,"title":5},"5":{"body":8,"breadcrumbs":6,"title":2},"50":{"body":120,"breadcrumbs":13,"title":4},"51":{"body":67,"breadcrumbs":14,"title":5},"52":{"body":24,"breadcrumbs":10,"title":1},"53":{"body":91,"breadcrumbs":10,"title":3},"54":{"body":10,"breadcrumbs":6,"title":3},"55":{"body":84,"breadcrumbs":11,"title":5},"56":{"body":86,"breadcrumbs":7,"title":2},"57":{"body":99,"breadcrumbs":5,"title":1},"58":{"body":119,"breadcrumbs":5,"title":1},"6":{"body":36,"breadcrumbs":7,"title":3},"7":{"body":84,"breadcrumbs":8,"title":4},"8":{"body":52,"breadcrumbs":8,"title":4},"9":{"body":51,"breadcrumbs":7,"title":3}},"docs":{"0":{"body":"This book focuses on the Nomos Testing Framework. It assumes familiarity with\\nthe Nomos architecture, but for completeness, here is a short primer. Nomos is a modular blockchain protocol composed of validators, executors,\\nand a data-availability (DA) subsystem. Validators participate in consensus and produce blocks. Executors run application logic or off-chain computations referenced by\\nblocks. Data Availability (DA) ensures that data referenced in blocks is\\npublished and retrievable, including blobs or channel data used by workloads. These roles interact tightly, which is why meaningful testing must be performed\\nin multi-node environments that include real networking, timing, and DA\\ninteraction.","breadcrumbs":"Project Context Primer » Project Context Primer","id":"0","title":"Project Context Primer"},"1":{"body":"This book gives you a clear mental model for Nomos multi-node testing, shows how\\nto author scenarios that pair realistic workloads with explicit expectations,\\nand guides you to run them across local, containerized, and cluster environments\\nwithout changing the plan.","breadcrumbs":"What You Will Learn » What You Will Learn","id":"1","title":"What You Will Learn"},"10":{"body":"Always run long enough for meaningful block production: #![allow(unused)] fn main() {\\n// Bad: too short\\n.with_run_duration(Duration::from_secs(5)) // Maybe 0-1 blocks // Good: enough blocks for assertions\\n.with_run_duration(Duration::from_secs(60)) // ~10+ blocks } The framework enforces minimum durations, but be explicit. Very short runs\\nrisk false confidence—one lucky block doesn’t prove liveness.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Minimum Run Windows","id":"10","title":"Minimum Run Windows"},"11":{"body":"These principles keep scenarios: Portable across environments (protocol time, declarative) Debuggable (determinism, separation of concerns) Meaningful (observable signals, sufficient duration) When authoring scenarios, ask: “Does this test the protocol behavior or\\nmy local environment quirks?”","breadcrumbs":"Part I — Foundations » Testing Philosophy » Summary","id":"11","title":"Summary"},"12":{"body":"Build the plan: Declare a topology, attach workloads and expectations, and set the run window. The plan is the single source of truth for what will happen. Deploy: Hand the plan to a deployer. It provisions the environment on the chosen backend and waits for nodes to signal readiness, then returns a Runner. Drive workloads: Start traffic and behaviors (transactions, data-availability activity, restarts) for the planned duration. Observe blocks and signals: Track block progression and other high-level metrics during or after the run window to ground assertions in protocol time. Evaluate expectations: Once activity stops (and optional cooldown completes), check liveness and workload-specific outcomes to decide pass or fail. Cleanup: Tear down resources so successive runs start fresh and do not inherit leaked state. flowchart LR P[Plan
topology + workloads + expectations] --> D[Deploy
deployer provisions] D --> R[Readiness
wait for nodes] R --> Run[Run
runner orchestrates] Run --> W[Drive Workloads] W --> O[Observe
blocks/metrics] O --> E[Evaluate Expectations] E --> C[Cleanup]","breadcrumbs":"Part I — Foundations » Scenario Lifecycle (Conceptual) » Scenario Lifecycle (Conceptual)","id":"12","title":"Scenario Lifecycle (Conceptual)"},"13":{"body":"Modular crates keep configuration, orchestration, workloads, and runners decoupled so each can evolve without breaking the others. Pluggable runners let the same scenario run on a laptop, a Docker host, or a Kubernetes cluster, making validation portable across environments. Separated workloads and expectations clarify intent: what traffic to generate versus how to judge success. This simplifies review and reuse. Declarative topology makes cluster shape explicit and repeatable, reducing surprise when moving between CI and developer machines. Maintainability through predictability: a clear flow from plan to deployment to verification lowers the cost of extending the framework and interpreting failures.","breadcrumbs":"Part I — Foundations » Design Rationale » Design Rationale","id":"13","title":"Design Rationale"},"14":{"body":"Practical guidance for shaping scenarios, combining workloads and expectations,\\nand running them across different environments.","breadcrumbs":"Part II — User Guide » Part II — User Guide","id":"14","title":"Part II — User Guide"},"15":{"body":"The workspace focuses on multi-node integration testing and sits alongside a nomos-node checkout. Its crates separate concerns to keep scenarios\\nrepeatable and portable: Configs: prepares high-level node, network, tracing, and wallet settings\\nused across test environments. Core scenario orchestration: the engine that holds topology descriptions,\\nscenario plans, runtimes, workloads, and expectations. Workflows: ready-made workloads (transactions, data-availability, chaos)\\nand reusable expectations assembled into a user-facing DSL. Runners: deployment backends for local processes, Docker Compose, and\\nKubernetes, all consuming the same scenario plan. Test workflows: example scenarios and integration checks that show how\\nthe pieces fit together. This split keeps configuration, orchestration, reusable traffic patterns, and\\ndeployment adapters loosely coupled while sharing one mental model for tests.","breadcrumbs":"Part II — User Guide » Workspace Layout » Workspace Layout","id":"15","title":"Workspace Layout"},"16":{"body":"High-level view of the workspace and how pieces relate: nomos-testing/\\n├─ testing-framework/\\n│ ├─ configs/ # shared configuration helpers\\n│ ├─ core/ # scenario model, runtime, topology\\n│ ├─ workflows/ # workloads, expectations, DSL extensions\\n│ └─ runners/ # local, compose, k8s deployment backends\\n├─ tests/ # integration scenarios using the framework\\n└─ scripts/ # supporting setup utilities (e.g., assets) Each area maps to a responsibility: describe configs, orchestrate scenarios,\\npackage common traffic and assertions, adapt to environments, and demonstrate\\nend-to-end usage.","breadcrumbs":"Part II — User Guide » Annotated Tree » Annotated Tree","id":"16","title":"Annotated Tree"},"17":{"body":"Creating a scenario is a declarative exercise: Shape the topology: decide how many validators and executors to run, and\\nwhat high-level network and data-availability characteristics matter for the\\ntest. Attach workloads: pick traffic generators that align with your goals\\n(transactions, data-availability blobs, or chaos for resilience probes). Define expectations: specify the health signals that must hold when the\\nrun finishes (e.g., consensus liveness, inclusion of submitted activity; see Core Content: Workloads & Expectations). Set duration: choose a run window long enough to observe meaningful\\nblock progression and the effects of your workloads. Choose a runner: target local processes for fast iteration, Docker\\nCompose for reproducible multi-node stacks, or Kubernetes for cluster-grade\\nvalidation. For environment considerations, see Operations. Keep scenarios small and explicit: make the intended behavior and the success\\ncriteria clear so failures are easy to interpret and act upon.","breadcrumbs":"Part II — User Guide » Authoring Scenarios » Authoring Scenarios","id":"17","title":"Authoring Scenarios"},"18":{"body":"Workloads describe the activity a scenario generates; expectations describe the\\nsignals that must hold when that activity completes. Both are pluggable so\\nscenarios stay readable and purpose-driven.","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Core Content: Workloads & Expectations","id":"18","title":"Core Content: Workloads & Expectations"},"19":{"body":"Transaction workload: submits user-level transactions at a configurable\\nrate and can limit how many distinct actors participate. Data-availability workload: drives blob and channel activity to exercise\\ndata-availability paths. Chaos workload: triggers controlled node restarts to test resilience and\\nrecovery behaviors (requires a runner that can control nodes).","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Workloads","id":"19","title":"Workloads"},"2":{"body":"Conceptual chapters that establish the mental model for the framework and how\\nit approaches multi-node testing.","breadcrumbs":"Part I — Foundations » Part I — Foundations","id":"2","title":"Part I — Foundations"},"20":{"body":"Consensus liveness: verifies the system continues to produce blocks in\\nline with the planned workload and timing window. Workload-specific checks: each workload can attach its own success\\ncriteria (e.g., inclusion of submitted activity) so scenarios remain concise. Together, workloads and expectations let you express both the pressure applied\\nto the system and the definition of “healthy” for that run. flowchart TD I[Inputs
(topology + wallets + rates)] --> Init[Workload init] Init --> Drive[Drive traffic] Drive --> Collect[Collect signals] Collect --> Eval[Expectations evaluate]","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Expectations","id":"20","title":"Expectations"},"21":{"body":"Patterns that keep scenarios readable and reusable: Topology-first: start by shaping the cluster (counts, layout) so later\\nsteps inherit a clear foundation. Bundle defaults: use the DSL helpers to attach common expectations (like\\nliveness) whenever you add a matching workload, reducing forgotten checks. Intentional rates: express traffic in per-block terms to align with\\nprotocol timing rather than wall-clock assumptions. Opt-in chaos: enable restart patterns only in scenarios meant to probe\\nresilience; keep functional smoke tests deterministic. Wallet clarity: seed only the number of actors you need; it keeps\\ntransaction scenarios deterministic and interpretable. These patterns make scenario definitions self-explanatory while staying aligned\\nwith the framework’s block-oriented timing model.","breadcrumbs":"Part II — User Guide » Core Content: ScenarioBuilderExt Patterns » Core Content: ScenarioBuilderExt Patterns","id":"21","title":"Core Content: ScenarioBuilderExt Patterns"},"22":{"body":"State your intent: document the goal of each scenario (throughput, DA\\nvalidation, resilience) so expectation choices are obvious. Keep runs meaningful: choose durations that allow multiple blocks and make\\ntiming-based assertions trustworthy. Separate concerns: start with deterministic workloads for functional\\nchecks; add chaos in dedicated resilience scenarios to avoid noisy failures. Reuse patterns: standardize on shared topology and workload presets so\\nresults are comparable across environments and teams. Observe first, tune second: rely on liveness and inclusion signals to\\ninterpret outcomes before tweaking rates or topology. Environment fit: pick runners that match the feedback loop you need—local\\nfor speed, compose for reproducible stacks, k8s for cluster-grade fidelity. Minimal surprises: seed only necessary wallets and keep configuration\\ndeltas explicit when moving between CI and developer machines.","breadcrumbs":"Part II — User Guide » Best Practices » Best Practices","id":"22","title":"Best Practices"},"23":{"body":"Concrete scenario shapes that illustrate how to combine topologies, workloads,\\nand expectations. Adjust counts, rates, and durations to fit your environment.","breadcrumbs":"Part II — User Guide » Examples » Examples","id":"23","title":"Examples"},"24":{"body":"Topology: two validators. Workload: transaction submissions at a modest per-block rate with a small\\nset of wallet actors. Expectations: consensus liveness and inclusion of submitted activity. When to use: smoke tests for consensus and transaction flow on minimal\\nhardware.","breadcrumbs":"Part II — User Guide » Examples » Simple 2-validator transaction workload","id":"24","title":"Simple 2-validator transaction workload"},"25":{"body":"Topology: validators plus executors if available. Workloads: data-availability blobs/channels and transactions running\\ntogether to stress both paths. Expectations: consensus liveness and workload-level inclusion/availability\\nchecks. When to use: end-to-end coverage of transaction and DA layers in one run.","breadcrumbs":"Part II — User Guide » Examples » DA + transaction workload","id":"25","title":"DA + transaction workload"},"26":{"body":"Topology: validators (optionally executors) with node control enabled. Workloads: baseline traffic (transactions or DA) plus chaos restarts on\\nselected roles. Expectations: consensus liveness to confirm the system keeps progressing\\ndespite restarts; workload-specific inclusion if traffic is present. When to use: resilience validation and operational readiness drills.","breadcrumbs":"Part II — User Guide » Examples » Chaos + liveness check","id":"26","title":"Chaos + liveness check"},"27":{"body":"These illustrative scenarios stretch the framework to show how to build new\\nworkloads, expectations, deployers, and topology tricks. They are intentionally\\n“synthetic” to teach capabilities rather than prescribe production tests.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Advanced & Artificial Examples","id":"27","title":"Advanced & Artificial Examples"},"28":{"body":"Idea: inject fake latency between node interactions using internal timers,\\nnot OS-level tooling. Demonstrates: sequencing control inside a workload, verifying protocol\\nprogression under induced lag, using timers to pace submissions. Shape: wrap submissions in delays that mimic slow peers; ensure the\\nexpectation checks blocks still progress.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Synthetic Delay Workload (Network Latency Simulation)","id":"28","title":"Synthetic Delay Workload (Network Latency Simulation)"},"29":{"body":"Idea: traffic rate changes every block or N seconds (e.g., blocks 1–3 low,\\n4–5 high, 6–7 zero, repeat). Demonstrates: dynamic, stateful workloads that use RunMetrics to time\\nphases; modeling real-world burstiness. Shape: schedule per-phase rates; confirm inclusion/liveness across peaks\\nand troughs.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Oscillating Load Workload (Traffic Waves)","id":"29","title":"Oscillating Load Workload (Traffic Waves)"},"3":{"body":"The Nomos Testing Framework is a purpose-built toolkit for exercising Nomos in\\nrealistic, multi-node environments. It solves the gap between small, isolated\\ntests and full-system validation by letting teams describe a cluster layout,\\ndrive meaningful traffic, and assert the outcomes in one coherent plan. It is for protocol engineers, infrastructure operators, and QA teams who need\\nrepeatable confidence that validators, executors, and data-availability\\ncomponents work together under network and timing constraints. Multi-node integration testing is required because many Nomos behaviors—block\\nprogress, data availability, liveness under churn—only emerge when several\\nroles interact over real networking and time. This framework makes those checks\\ndeclarative, observable, and portable across environments.","breadcrumbs":"Part I — Foundations » Introduction » Introduction","id":"3","title":"Introduction"},"30":{"body":"Idea: a workload that drops half its planned submissions, sometimes\\ndouble-submits, and intentionally triggers expectation failures. Demonstrates: negative testing, resilience checks, and the value of clear\\nexpectations when behavior is adversarial by design. Shape: parameterize drop/double-submit probabilities; pair with an\\nexpectation that documents what “bad” looks like.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Byzantine Behavior Mock","id":"30","title":"Byzantine Behavior Mock"},"31":{"body":"Idea: assert the last few blocks differ and block time stays within a\\ntolerated drift budget. Demonstrates: consuming BlockFeed or time-series metrics to validate\\nprotocol cadence; crafting post-run assertions around block diversity and\\ntiming. Shape: collect recent blocks, confirm no duplicates, and compare observed\\nintervals to a drift threshold.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Custom Expectation: Block Finality Drift","id":"31","title":"Custom Expectation: Block Finality Drift"},"32":{"body":"Idea: a deployer that never starts nodes; it emits configs, simulates\\nreadiness, provides fake blockfeed/metrics. Demonstrates: full power of the deployer interface for CI dry-runs,\\nconfig verification, and ultra-fast feedback without Nomos binaries. Shape: produce logs/artifacts, stub readiness, and feed synthetic blocks\\nso expectations can still run.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Custom Deployer: Dry-Run Deployer","id":"32","title":"Custom Deployer: Dry-Run Deployer"},"33":{"body":"Idea: topology parameters change at runtime (random validators, DA\\nsettings, network shapes). Demonstrates: randomized property testing and fuzzing approaches to\\ntopology building. Shape: pick roles and network layouts randomly per run; keep expectations\\ntolerant to variability while still asserting core liveness.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Stochastic Topology Generator","id":"33","title":"Stochastic Topology Generator"},"34":{"body":"Idea: scenario runs in phases (e.g., phase 1 transactions, phase 2 DA,\\nphase 3 restarts, phase 4 sync check). Demonstrates: multi-stage tests, modular scenario assembly, and deliberate\\nlifecycle control. Shape: drive phase-specific workloads/expectations sequentially; enforce\\nclear boundaries and post-phase checks.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Multi-Phase Scenario (“Pipelines”)","id":"34","title":"Multi-Phase Scenario (“Pipelines”)"},"35":{"body":"Running a scenario follows the same conceptual flow regardless of environment: Select or author a scenario plan that pairs a topology with workloads,\\nexpectations, and a suitable run window. Choose a runner aligned with your environment (local, compose, or k8s) and\\nensure its prerequisites are available. Deploy the plan through the runner; wait for readiness signals before\\nstarting workloads. Let workloads drive activity for the planned duration; keep observability\\nsignals visible so you can correlate outcomes. Evaluate expectations and capture results as the primary pass/fail signal. Use the same plan across different runners to compare behavior between local\\ndevelopment and CI or cluster settings. For environment prerequisites and\\nflags, see Operations.","breadcrumbs":"Part II — User Guide » Running Scenarios » Running Scenarios","id":"35","title":"Running Scenarios"},"36":{"body":"Runners turn a scenario plan into a live environment while keeping the plan\\nunchanged. Choose based on feedback speed, reproducibility, and fidelity. For\\nenvironment and operational considerations, see Operations:","breadcrumbs":"Part II — User Guide » Runners » Runners","id":"36","title":"Runners"},"37":{"body":"Launches node processes directly on the host. Fastest feedback loop and minimal orchestration overhead. Best for development-time iteration and debugging.","breadcrumbs":"Part II — User Guide » Runners » Local runner","id":"37","title":"Local runner"},"38":{"body":"Starts nodes in containers to provide a reproducible multi-node stack on a\\nsingle machine. Discovers service ports and wires observability for convenient inspection. Good balance between fidelity and ease of setup.","breadcrumbs":"Part II — User Guide » Runners » Docker Compose runner","id":"38","title":"Docker Compose runner"},"39":{"body":"Deploys nodes onto a cluster for higher-fidelity, longer-running scenarios. Suits CI or shared environments where cluster behavior and scheduling matter.","breadcrumbs":"Part II — User Guide » Runners » Kubernetes runner","id":"39","title":"Kubernetes runner"},"4":{"body":"The framework follows a clear flow: Topology → Scenario → Deploy → Run → Verify. Topology describes the cluster: how many nodes, their roles, and the high-level network and data-availability parameters they should follow. Scenario combines that topology with the activities to run and the checks to perform, forming a single plan. Deployer provisions infrastructure on the chosen backend (local processes, Docker Compose, or Kubernetes), waits for readiness, and returns a Runner. Runner orchestrates execution: starts workloads, observes signals, evaluates expectations, and cleans up. Workloads generate traffic and conditions that exercise the system. Expectations observe the run and judge success or failure once activity completes. flowchart LR A(Topology
shape cluster) --> B(Scenario
plan) B --> C(Deployer
provision infrastructure) C --> D(Runner
orchestrate execution) D --> E(Workloads
drive traffic) E --> F(Expectations
verify outcomes) Each layer has a narrow responsibility so that cluster shape, deployment choice,\\ntraffic generation, and health checks can evolve independently while fitting\\ntogether predictably.","breadcrumbs":"Part I — Foundations » Architecture Overview » Architecture Overview","id":"4","title":"Architecture Overview"},"40":{"body":"All runners require at least one validator and, for transaction scenarios,\\naccess to seeded wallets. Readiness probes gate workload start so traffic begins only after nodes are\\nreachable. Environment flags can relax timeouts or increase tracing when diagnostics are\\nneeded. flowchart TD Plan[Scenario Plan] --> RunSel[Runner
local | compose | k8s] RunSel --> Provision[Provision & readiness] Provision --> Runtime[Runtime + observability] Runtime --> Exec[Workloads & Expectations execute]","breadcrumbs":"Part II — User Guide » Runners » Common expectations","id":"40","title":"Common expectations"},"41":{"body":"Operational readiness focuses on prerequisites, environment fit, and clear\\nsignals: Prerequisites: keep a sibling nomos-node checkout available; ensure the\\nchosen runner’s platform needs are met (local binaries for host runs, Docker\\nfor compose, cluster access for k8s). Artifacts: some scenarios depend on prover or circuit assets; fetch them\\nahead of time with the provided helper scripts when needed. Environment flags: use slow-environment toggles to relax timeouts, enable\\ntracing when debugging, and adjust observability ports to avoid clashes. Readiness checks: verify runners report node readiness before starting\\nworkloads; this avoids false negatives from starting too early. Failure triage: map failures to missing prerequisites (wallet seeding,\\nnode control availability), runner platform issues, or unmet expectations.\\nStart with liveness signals, then dive into workload-specific assertions. Treat operational hygiene—assets present, prerequisites satisfied, observability\\nreachable—as the first step to reliable scenario outcomes. flowchart TD Expose[Runner exposes endpoints/ports] --> Collect[Runtime collects block/health signals] Collect --> Consume[Expectations consume signals
decide pass/fail] Consume --> Inspect[Operators inspect logs/metrics
when failures arise]","breadcrumbs":"Part II — User Guide » Operations » Operations","id":"41","title":"Operations"},"42":{"body":"Deep dives for contributors who extend the framework, evolve its abstractions,\\nor maintain the crate set.","breadcrumbs":"Part III — Developer Reference » Part III — Developer Reference","id":"42","title":"Part III — Developer Reference"},"43":{"body":"The scenario model defines clear, composable responsibilities: Topology: a declarative description of the cluster—how many nodes, their\\nroles, and the broad network and data-availability characteristics. It\\nrepresents the intended shape of the system under test. Scenario: a plan combining topology, workloads, expectations, and a run\\nwindow. Building a scenario validates prerequisites (like seeded wallets) and\\nensures the run lasts long enough to observe meaningful block progression. Workloads: asynchronous tasks that generate traffic or conditions. They\\nuse shared context to interact with the deployed cluster and may bundle\\ndefault expectations. Expectations: post-run assertions. They can capture baselines before\\nworkloads start and evaluate success once activity stops. Runtime: coordinates workloads and expectations for the configured\\nduration, enforces cooldowns when control actions occur, and ensures cleanup\\nso runs do not leak resources. Developers extending the model should keep these boundaries strict: topology\\ndescribes, scenarios assemble, runners deploy, workloads drive, and expectations\\njudge outcomes. For guidance on adding new capabilities, see Extending the Framework.","breadcrumbs":"Part III — Developer Reference » Scenario Model (Developer Level) » Scenario Model (Developer Level)","id":"43","title":"Scenario Model (Developer Level)"},"44":{"body":"","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Extending the Framework","id":"44","title":"Extending the Framework"},"45":{"body":"Implement testing_framework_core::scenario::Workload: Provide a name and any bundled expectations. In init, derive inputs from GeneratedTopology and RunMetrics; fail\\nfast if prerequisites are missing (e.g., wallet data, node addresses). In start, drive async traffic using the RunContext clients. Expose the workload from a module under testing-framework/workflows and\\nconsider adding a DSL helper for ergonomic wiring.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding a workload","id":"45","title":"Adding a workload"},"46":{"body":"Implement testing_framework_core::scenario::Expectation: Use start_capture to snapshot baseline metrics. Use evaluate to assert outcomes after workloads finish; return all errors\\nso the runner can aggregate them. Export it from testing-framework/workflows if it is reusable.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding an expectation","id":"46","title":"Adding an expectation"},"47":{"body":"Implement testing_framework_core::scenario::Deployer for your backend. Produce a RunContext with NodeClients, metrics endpoints, and optional NodeControlHandle. Guard cleanup with CleanupGuard to reclaim resources even on failures. Mirror the readiness and block-feed probes used by the existing runners so\\nworkloads can rely on consistent signals.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding a runner","id":"47","title":"Adding a runner"},"48":{"body":"Extend testing_framework_core::topology::TopologyBuilder with new layouts or\\nconfiguration presets (e.g., specialized DA parameters). Keep defaults safe:\\nensure at least one participant and clamp dispersal factors as the current\\nhelpers do.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding topology helpers","id":"48","title":"Adding topology helpers"},"49":{"body":"A minimal, end-to-end illustration of adding a custom workload and matching\\nexpectation. This shows the shape of the traits and where to plug into the\\nframework; expand the logic to fit your real test.","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Example: New Workload & Expectation (Rust)","id":"49","title":"Example: New Workload & Expectation (Rust)"},"5":{"body":"The framework follows these principles. They shape how you write tests and\\ninterpret results.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Testing Philosophy","id":"5","title":"Testing Philosophy"},"50":{"body":"Key ideas: name: identifies the workload in logs. expectations: workloads can bundle defaults so callers don’t forget checks. init: derive inputs from the generated topology (e.g., pick a target node). start: drive async activity using the shared RunContext. #![allow(unused)] fn main() {\\nuse std::sync::Arc;\\nuse async_trait::async_trait;\\nuse testing_framework_core::scenario::{ DynError, Expectation, RunContext, RunMetrics, Workload,\\n};\\nuse testing_framework_core::topology::GeneratedTopology; pub struct ReachabilityWorkload { target_idx: usize, bundled: Vec>,\\n} impl ReachabilityWorkload { pub fn new(target_idx: usize) -> Self { Self { target_idx, bundled: vec![Box::new(ReachabilityExpectation::new(target_idx))], } }\\n} #[async_trait]\\nimpl Workload for ReachabilityWorkload { fn name(&self) -> &\'static str { \\"reachability_workload\\" } fn expectations(&self) -> Vec> { self.bundled.clone() } fn init( &mut self, topology: &GeneratedTopology, _metrics: &RunMetrics, ) -> Result<(), DynError> { if topology.validators().get(self.target_idx).is_none() { return Err(\\"no validator at requested index\\".into()); } Ok(()) } async fn start(&self, ctx: &RunContext) -> Result<(), DynError> { let client = ctx .clients() .validators() .get(self.target_idx) .ok_or(\\"missing target client\\")?; // Pseudo-action: issue a lightweight RPC to prove reachability. client.health_check().await.map_err(|e| e.into()) }\\n} }","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Workload: simple reachability probe","id":"50","title":"Workload: simple reachability probe"},"51":{"body":"Key ideas: start_capture: snapshot baseline if needed (not used here). evaluate: assert the condition after workloads finish. #![allow(unused)] fn main() {\\nuse async_trait::async_trait;\\nuse testing_framework_core::scenario::{DynError, Expectation, RunContext}; pub struct ReachabilityExpectation { target_idx: usize,\\n} impl ReachabilityExpectation { pub fn new(target_idx: usize) -> Self { Self { target_idx } }\\n} #[async_trait]\\nimpl Expectation for ReachabilityExpectation { fn name(&self) -> &str { \\"target_reachable\\" } async fn evaluate(&mut self, ctx: &RunContext) -> Result<(), DynError> { let client = ctx .clients() .validators() .get(self.target_idx) .ok_or(\\"missing target client\\")?; client.health_check().await.map_err(|e| { format!(\\"target became unreachable during run: {e}\\").into() }) }\\n} }","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Expectation: confirm the target stayed reachable","id":"51","title":"Expectation: confirm the target stayed reachable"},"52":{"body":"Build your scenario as usual and call .with_workload(ReachabilityWorkload::new(0)). The bundled expectation is attached automatically; you can add more with .with_expectation(...) if needed. Keep the logic minimal and fast for smoke tests; grow it into richer probes\\nfor deeper scenarios.","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » How to wire it","id":"52","title":"How to wire it"},"53":{"body":"High-level roles of the crates that make up the framework: Configs: prepares reusable configuration primitives for nodes, networking,\\ntracing, data availability, and wallets, shared by all scenarios and runners. Core scenario orchestration: houses the topology and scenario model,\\nruntime coordination, node clients, and readiness/health probes. Workflows: packages workloads and expectations into reusable building\\nblocks and offers a fluent DSL to assemble them. Runners: implements deployment backends (local host, Docker Compose,\\nKubernetes) that all consume the same scenario plan. Test workflows: example scenarios and integration checks that exercise the\\nframework end to end and serve as living documentation. Use this map to locate where to add new capabilities: configuration primitives\\nin configs, orchestration changes in core, reusable traffic/assertions in\\nworkflows, environment adapters in runners, and demonstrations in tests.","breadcrumbs":"Part III — Developer Reference » Internal Crate Reference » Internal Crate Reference","id":"53","title":"Internal Crate Reference"},"54":{"body":"Quick-reference material and supporting guidance to keep scenarios discoverable,\\ndebuggable, and consistent.","breadcrumbs":"Part IV — Appendix » Part IV — Appendix","id":"54","title":"Part IV — Appendix"},"55":{"body":"The framework offers a fluent builder style to keep scenarios readable. Common\\nknobs: Topology shaping: set validator and executor counts, pick a network layout\\nstyle, and adjust high-level data-availability traits. Wallet seeding: define how many users participate and the total funds\\navailable for transaction workloads. Workload tuning: configure transaction rates, data-availability channel\\nand blob rates, and whether chaos restarts should include validators,\\nexecutors, or both. Expectations: attach liveness and workload-specific checks so success is\\nexplicit. Run window: set a minimum duration long enough for multiple blocks to be\\nobserved and verified. Use these knobs to express intent clearly, keeping scenario definitions concise\\nand consistent across teams.","breadcrumbs":"Part IV — Appendix » DSL Cheat Sheet » Core Content: DSL Cheat Sheet","id":"55","title":"Core Content: DSL Cheat Sheet"},"56":{"body":"Common symptoms and likely causes: No or slow block progression: runner started workloads before readiness, insufficient run window, or environment too slow—extend duration or enable slow-environment tuning. Transactions not included: missing or insufficient wallet seeding, misaligned transaction rate with block cadence, or network instability—reduce rate and verify wallet setup. Chaos stalls the run: node control not available for the chosen runner or restart cadence too aggressive—enable control capability and widen restart intervals. Observability gaps: metrics or logs unreachable because ports clash or services are not exposed—adjust observability ports and confirm runner wiring. Flaky behavior across runs: mixing chaos with functional smoke tests or inconsistent topology between environments—separate deterministic and chaos scenarios and standardize topology presets.","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Troubleshooting Scenarios","id":"56","title":"Troubleshooting Scenarios"},"57":{"body":"Why block-oriented timing? Using block cadence reduces dependence on host speed and keeps assertions aligned\\nwith protocol behavior. Can I reuse the same scenario across runners? Yes. The plan stays the same; swap runners (local, compose, k8s) to target\\ndifferent environments. When should I enable chaos workloads? Only when testing resilience or operational recovery; keep functional smoke\\ntests deterministic. How long should runs be? Long enough for multiple blocks so liveness and inclusion checks are\\nmeaningful; very short runs risk false confidence. Do I always need seeded wallets? Only for transaction scenarios. Data-availability or pure chaos scenarios may\\nnot require them, but liveness checks still need validators producing blocks. What if expectations fail but workloads “look fine”? Trust expectations first—they capture the intended success criteria. Use the\\nobservability signals and runner logs to pinpoint why the system missed the\\ntarget.","breadcrumbs":"Part IV — Appendix » FAQ » FAQ","id":"57","title":"FAQ"},"58":{"body":"Validator: node role responsible for participating in consensus and block\\nproduction. Executor: node role that processes transactions or workloads delegated by\\nvalidators. DA (Data Availability): subsystem ensuring blobs or channel data are\\npublished and retrievable for validation. Deployer: component that provisions infrastructure (spawns processes,\\ncreates containers, or launches pods), waits for readiness, and returns a\\nRunner. Examples: LocalDeployer, ComposeRunner, K8sRunner. Runner: component returned by deployers that orchestrates scenario\\nexecution—starts workloads, observes signals, evaluates expectations, and\\ntriggers cleanup. Workload: traffic or behavior generator that exercises the system during a\\nscenario run. Expectation: post-run assertion that judges whether the system met the\\nintended success criteria. Topology: declarative description of the cluster shape, roles, and\\nhigh-level parameters for a scenario. Scenario: immutable plan combining topology, workloads, expectations, and\\nrun duration. Blockfeed: stream of block observations used for liveness or inclusion\\nsignals during a run. Control capability: the ability for a runner to start, stop, or restart\\nnodes, used by chaos workloads.","breadcrumbs":"Part IV — Appendix » Glossary » Glossary","id":"58","title":"Glossary"},"6":{"body":"Describe what you want to test, not how to orchestrate it: #![allow(unused)] fn main() {\\n// Good: declarative\\nScenarioBuilder::with_node_counts(2, 1) .transactions().rate(5).apply() .expect_consensus_liveness() .build(); // Bad: imperative (framework doesn\'t work this way)\\n// spawn_validator(); spawn_executor(); // loop { submit_tx(); check_block(); } } Why it matters: The framework handles deployment, readiness, and cleanup.\\nYou focus on test intent, not infrastructure orchestration.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Declarative over Imperative","id":"6","title":"Declarative over Imperative"},"7":{"body":"Reason in blocks and consensus intervals, not wall-clock seconds: #![allow(unused)] fn main() {\\n// Good: protocol-oriented thinking\\nlet plan = ScenarioBuilder::with_node_counts(2, 1) .transactions().rate(5).apply() // 5 tx per block .with_run_duration(Duration::from_secs(60)) // Let framework calculate expected blocks .expect_consensus_liveness() // \\"Did we produce the expected blocks?\\" .build(); // Bad: wall-clock assumptions\\n// \\"I expect at least 30 blocks in 60 seconds\\"\\n// Brittle if readiness or startup takes longer on slow CI } Why it matters: Block production rate is fixed by consensus parameters (e.g.,\\n2-second slot duration), but node startup and readiness vary by environment—fast\\non a laptop, slow on overloaded CI. The framework measures in blocks (protocol\\ntime), not wall-clock seconds, so tests focus on “did consensus work?” rather\\nthan “was the hardware fast enough?”","breadcrumbs":"Part I — Foundations » Testing Philosophy » Protocol Time, Not Wall Time","id":"7","title":"Protocol Time, Not Wall Time"},"8":{"body":"Default scenarios are repeatable: Fixed topology Predictable traffic rates Deterministic checks Chaos is opt-in: #![allow(unused)] fn main() {\\n// Separate: functional test (deterministic)\\nlet plan = ScenarioBuilder::with_node_counts(2, 1) .transactions().rate(5).apply() .expect_consensus_liveness() .build(); // Separate: chaos test (introduces randomness)\\nlet chaos_plan = ScenarioBuilder::with_node_counts(3, 2) .enable_node_control() .chaos().restart().apply() .transactions().rate(5).apply() .expect_consensus_liveness() .build(); } Why it matters: Mixing determinism with chaos creates noisy, hard-to-debug\\nfailures. Separate concerns make failures actionable.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Determinism First, Chaos When Needed","id":"8","title":"Determinism First, Chaos When Needed"},"9":{"body":"Prefer user-facing signals over internal state: Good checks: ✅ Blocks progressing at expected rate (liveness) ✅ Transactions included within N blocks (inclusion) ✅ DA blobs retrievable (availability) Avoid internal checks: ❌ Memory pool size ❌ Internal service state ❌ Cache hit rates Why it matters: User-facing signals reflect actual system health.\\nInternal state can be “healthy” while the system is broken from a user\\nperspective.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Observable Health Signals","id":"9","title":"Observable Health Signals"}},"length":59,"save":true},"fields":["title","body","breadcrumbs"],"index":{"body":{"root":{"0":{"df":1,"docs":{"10":{"tf":1.0}}},"1":{"0":{"df":1,"docs":{"10":{"tf":1.0}}},"df":5,"docs":{"10":{"tf":1.0},"34":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}},"–":{"3":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}},"2":{"df":4,"docs":{"24":{"tf":1.0},"34":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"3":{"0":{"df":1,"docs":{"7":{"tf":1.0}}},"df":1,"docs":{"34":{"tf":1.0}}},"4":{"df":1,"docs":{"34":{"tf":1.0}},"–":{"5":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}},"5":{"df":1,"docs":{"7":{"tf":1.0}}},"6":{"0":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{},"–":{"7":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"a":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"58":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"43":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0}}}},"v":{"df":10,"docs":{"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"50":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"19":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"53":{"tf":1.0}}}}},"d":{"df":4,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"df":6,"docs":{"43":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"23":{"tf":1.0},"41":{"tf":1.0},"55":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"30":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"46":{"tf":1.0}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"56":{"tf":1.0}}}}}}}}}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":4,"docs":{"17":{"tf":1.0},"21":{"tf":1.4142135623730951},"35":{"tf":1.0},"57":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":6,"docs":{"10":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}}}}},"df":1,"docs":{"22":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"10":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"54":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"0":{"tf":1.0}}},"df":1,"docs":{"20":{"tf":1.0}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"2":{"tf":1.0},"33":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"4":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"41":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"15":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":13,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.4142135623730951},"33":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}}},"t":{"df":2,"docs":{"16":{"tf":1.0},"41":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"0":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{":":{":":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":3,"docs":{"45":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"43":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":6,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"17":{"tf":1.0},"35":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":17,"docs":{"0":{"tf":1.4142135623730951},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"35":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.7320508075688772},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"22":{"tf":1.0},"41":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"df":0,"docs":{}}}}},"b":{"(":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"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":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{}}}}},"d":{"df":4,"docs":{"10":{"tf":1.0},"30":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"38":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"22":{"tf":1.0},"36":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"26":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0}}}}}}}},"df":1,"docs":{"4":{"tf":1.0}},"e":{"c":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"22":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"56":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"40":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":10,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"30":{"tf":1.4142135623730951},"35":{"tf":1.0},"39":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"22":{"tf":1.0},"37":{"tf":1.0}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":7,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"56":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"32":{"tf":1.0},"41":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"b":{"df":6,"docs":{"0":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0},"9":{"tf":1.0}},"s":{"/":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":21,"docs":{"0":{"tf":1.7320508075688772},"10":{"tf":2.23606797749979},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.4142135623730951},"31":{"tf":2.23606797749979},"32":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":2.0},"58":{"tf":1.4142135623730951},"7":{"tf":2.6457513110645907},"9":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"e":{"df":2,"docs":{"31":{"tf":1.0},"58":{"tf":1.0}},"e":{"d":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"0":{"tf":1.0},"1":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"18":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":1.0},"55":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"34":{"tf":1.0},"43":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"o":{"a":{"d":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"9":{"tf":1.0}}}}}}},"u":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":9,"docs":{"12":{"tf":1.0},"27":{"tf":1.0},"33":{"tf":1.0},"43":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":5,"docs":{"21":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.7320508075688772},"52":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"29":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"z":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"c":{"(":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}},"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":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"9":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"31":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"52":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"27":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"35":{"tf":1.0},"43":{"tf":1.0},"57":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"56":{"tf":1.0}}}}},"df":1,"docs":{"4":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"1":{"tf":1.0},"29":{"tf":1.0},"33":{"tf":1.0},"53":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"0":{"tf":1.0},"19":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0}}}}}},"o":{"df":11,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.7320508075688772},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"8":{"tf":2.0}},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"43":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":19,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"41":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"41":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"22":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"17":{"tf":1.4142135623730951},"22":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"56":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}}}}},"i":{"df":6,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"7":{"tf":1.4142135623730951}},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"48":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"41":{"tf":1.0},"56":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":5,"docs":{"12":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0}},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"r":{"df":9,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"|":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":4,"docs":{"45":{"tf":1.0},"50":{"tf":1.7320508075688772},"51":{"tf":1.7320508075688772},"53":{"tf":1.0}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":12,"docs":{"1":{"tf":1.0},"13":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.4142135623730951},"4":{"tf":1.7320508075688772},"41":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0}},"—":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"43":{"tf":1.0}}}}}}}}}}}},"o":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"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":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"41":{"tf":1.0}}}}}}}}},"df":3,"docs":{"20":{"tf":1.0},"31":{"tf":1.0},"41":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"14":{"tf":1.0},"23":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"40":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"22":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"18":{"tf":1.0},"4":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"3":{"tf":1.0},"58":{"tf":1.4142135623730951}}},"s":{"df":13,"docs":{"0":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"58":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":3,"docs":{"12":{"tf":1.0},"2":{"tf":1.0},"35":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"8":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"20":{"tf":1.0},"55":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"4":{"tf":1.0},"43":{"tf":1.0},"51":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"3":{"tf":1.0},"57":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":4,"docs":{"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"r":{"df":9,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.4142135623730951},"55":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"df":5,"docs":{"26":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"51":{"tf":1.0},"56":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":8,"docs":{"0":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.0},"58":{"tf":1.0},"7":{"tf":1.7320508075688772}}}}}},"i":{"d":{"df":1,"docs":{"45":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.0},"36":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"47":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"m":{"df":4,"docs":{"15":{"tf":1.0},"31":{"tf":1.0},"41":{"tf":1.4142135623730951},"53":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"38":{"tf":1.0},"58":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"1":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"55":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"0":{"tf":1.0},"43":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"20":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"42":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":8,"docs":{"19":{"tf":1.4142135623730951},"26":{"tf":1.0},"28":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"38":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"12":{"tf":1.0},"43":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"43":{"tf":1.0},"53":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":8,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"33":{"tf":1.0},"53":{"tf":1.4142135623730951},"55":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"21":{"tf":1.0},"23":{"tf":1.0},"55":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"15":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"42":{"tf":1.0},"53":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"17":{"tf":1.0},"58":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":4,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"x":{"df":2,"docs":{"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":3,"docs":{"31":{"tf":1.0},"32":{"tf":1.0},"49":{"tf":1.0}}}}}}}},"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"[":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"12":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"a":{"df":9,"docs":{"0":{"tf":1.7320508075688772},"22":{"tf":1.0},"25":{"tf":1.4142135623730951},"26":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.0},"9":{"tf":1.0}},"t":{"a":{"df":14,"docs":{"0":{"tf":2.0},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"25":{"tf":1.0},"3":{"tf":1.4142135623730951},"4":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":2,"docs":{"12":{"tf":1.0},"4":{"tf":1.0}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":3,"docs":{"37":{"tf":1.0},"41":{"tf":1.0},"8":{"tf":1.0}},"g":{"df":2,"docs":{"11":{"tf":1.0},"54":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"12":{"tf":1.0},"17":{"tf":1.0}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"r":{"df":8,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"3":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"42":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":5,"docs":{"21":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"17":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"20":{"tf":1.0},"21":{"tf":1.0},"55":{"tf":1.0}}}}}}},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"28":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"58":{"tf":1.0}}}},"i":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"34":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"a":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":9,"docs":{"16":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"53":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"41":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":13,"docs":{"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"27":{"tf":1.0},"32":{"tf":2.0},"35":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"53":{"tf":1.0},"58":{"tf":1.4142135623730951},"6":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"45":{"tf":1.0},"50":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":6,"docs":{"16":{"tf":1.0},"18":{"tf":1.4142135623730951},"3":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"13":{"tf":1.0},"30":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"11":{"tf":1.0},"8":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":6,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.4142135623730951}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"14":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"57":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"37":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"38":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"54":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"41":{"tf":1.0},"42":{"tf":1.0}},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"31":{"tf":1.0}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"22":{"tf":1.0},"30":{"tf":1.0},"53":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"\'":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"32":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.7320508075688772}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"26":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"[":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}},"df":9,"docs":{"12":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0}},"n":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"p":{"/":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"30":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"l":{"df":6,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.0},"45":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":12,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":3,"docs":{"12":{"tf":1.0},"51":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"50":{"tf":1.7320508075688772},"51":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}},"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":9,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"7":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"12":{"tf":1.0}}}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"13":{"tf":1.0},"16":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"41":{"tf":1.0}}}}},"s":{"df":1,"docs":{"38":{"tf":1.0}},"i":{"df":1,"docs":{"17":{"tf":1.0}}}}},"df":2,"docs":{"12":{"tf":1.0},"4":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"3":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"21":{"tf":1.0},"26":{"tf":1.0},"41":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"d":{"df":4,"docs":{"16":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"10":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"15":{"tf":1.0},"3":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":6,"docs":{"10":{"tf":1.4142135623730951},"17":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":7,"docs":{"0":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.4142135623730951},"48":{"tf":1.0},"58":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":20,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"3":{"tf":1.4142135623730951},"35":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.7320508075688772},"53":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"56":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"—":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"r":{"(":{"\\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"50":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"46":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"2":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"a":{"df":0,"docs":{},"l":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":8,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"47":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":3,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0}}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":6,"docs":{"15":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"4":{"tf":1.4142135623730951},"40":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"r":{"df":7,"docs":{"0":{"tf":1.4142135623730951},"17":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"55":{"tf":1.4142135623730951},"58":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":6,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":3,"docs":{"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":38,"docs":{"1":{"tf":1.0},"12":{"tf":2.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"30":{"tf":1.7320508075688772},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951},"41":{"tf":1.0},"43":{"tf":2.23606797749979},"45":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.4142135623730951},"50":{"tf":2.0},"51":{"tf":1.7320508075688772},"52":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.7320508075688772},"7":{"tf":1.7320508075688772},"9":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"55":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}},"s":{"df":2,"docs":{"41":{"tf":1.0},"45":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"—":{"a":{"d":{"df":0,"docs":{},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"20":{"tf":1.0},"21":{"tf":1.0},"55":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":5,"docs":{"13":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"16":{"tf":1.0}}}}}}},"}":{"\\"":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"51":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"f":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"15":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"12":{"tf":1.0},"45":{"tf":1.0},"57":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":8,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.7320508075688772},"47":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}},"k":{"df":0,"docs":{},"e":{"df":2,"docs":{"28":{"tf":1.0},"32":{"tf":1.0}}}},"l":{"df":0,"docs":{},"s":{"df":3,"docs":{"10":{"tf":1.0},"41":{"tf":1.0},"57":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}}}},"q":{"df":1,"docs":{"57":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"17":{"tf":1.0},"32":{"tf":1.0},"45":{"tf":1.0},"52":{"tf":1.0},"7":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"22":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"32":{"tf":1.0},"47":{"tf":1.0}}},"df":0,"docs":{}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":1,"docs":{"31":{"tf":1.0}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"22":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"57":{"tf":1.0}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"17":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"41":{"tf":1.0},"8":{"tf":1.0}},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"57":{"tf":1.0}}}}}}}}}},"t":{"df":6,"docs":{"15":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"49":{"tf":1.0}}},"x":{"df":2,"docs":{"7":{"tf":1.0},"8":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"35":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0}}},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"56":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":4,"docs":{"13":{"tf":1.0},"24":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"53":{"tf":1.0},"55":{"tf":1.0}}}}}}},"n":{"df":6,"docs":{"10":{"tf":1.0},"50":{"tf":2.449489742783178},"51":{"tf":2.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"o":{"c":{"df":0,"docs":{},"u":{"df":2,"docs":{"6":{"tf":1.0},"7":{"tf":1.0}},"s":{"df":3,"docs":{"0":{"tf":1.0},"15":{"tf":1.0},"41":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"35":{"tf":1.0},"4":{"tf":1.4142135623730951},"5":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"t":{"!":{"(":{"\\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"4":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"2":{"tf":1.0},"21":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"45":{"tf":1.0},"46":{"tf":1.0}}}}}}}}}}},"df":17,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.4142135623730951},"2":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.4142135623730951},"4":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.4142135623730951},"55":{"tf":1.0},"6":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}},"’":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"3":{"tf":1.0},"32":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"8":{"tf":1.0}}}}}}},"d":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"g":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"3":{"tf":1.0},"56":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"40":{"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":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"45":{"tf":1.0},"50":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":8,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0}}}}},"t":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}},"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":1,"docs":{"1":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"58":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"17":{"tf":1.0},"22":{"tf":1.0}}}},"df":0,"docs":{},"o":{"d":{"df":5,"docs":{"10":{"tf":1.0},"38":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"17":{"tf":1.0},"22":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":1,"docs":{"52":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"14":{"tf":1.0},"43":{"tf":1.0},"54":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"1":{"tf":1.0},"14":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"30":{"tf":1.0}}}},"n":{"d":{"df":1,"docs":{"12":{"tf":1.0}},"l":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"r":{"d":{"df":1,"docs":{"8":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"24":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"17":{"tf":1.0},"4":{"tf":1.0},"9":{"tf":1.4142135623730951}},"i":{"df":2,"docs":{"20":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"0":{"tf":1.0},"51":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":9,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"29":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"39":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"53":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"i":{"[":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"20":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"a":{"df":9,"docs":{"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"14":{"tf":1.0}},"i":{"df":1,"docs":{"42":{"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":3,"docs":{"23":{"tf":1.0},"27":{"tf":1.0},"49":{"tf":1.0}}}}}}}},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.4142135623730951}}}},"l":{"df":2,"docs":{"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0}}}}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":4,"docs":{"0":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":8,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"40":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"\\"":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"c":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"3":{"tf":1.0},"4":{"tf":1.4142135623730951},"58":{"tf":1.0},"6":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"12":{"tf":1.0},"21":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":3,"docs":{"20":{"tf":1.4142135623730951},"45":{"tf":1.0},"50":{"tf":1.4142135623730951}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"45":{"tf":1.0},"50":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"df":2,"docs":{"38":{"tf":1.0},"41":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"56":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"56":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":4,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"3":{"tf":1.0},"53":{"tf":1.0}}}},"n":{"d":{"df":4,"docs":{"17":{"tf":1.0},"43":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"55":{"tf":1.0},"6":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"27":{"tf":1.0},"30":{"tf":1.0}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.4142135623730951},"28":{"tf":1.0},"3":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":3,"docs":{"28":{"tf":1.0},"53":{"tf":1.0},"9":{"tf":2.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"5":{"tf":1.0}}}}}},"v":{"df":3,"docs":{"31":{"tf":1.0},"56":{"tf":1.0},"7":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"8":{"tf":1.0}},"t":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":2,"docs":{"41":{"tf":1.0},"50":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.0},"37":{"tf":1.0}}}}},"v":{"df":1,"docs":{"54":{"tf":1.0}}}},"j":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"g":{"df":4,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}}},"k":{"8":{"df":6,"docs":{"16":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"57":{"tf":1.0}},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"58":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":17,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.7320508075688772},"22":{"tf":1.4142135623730951},"26":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951}}}},"y":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}},"n":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"55":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"28":{"tf":1.0}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"13":{"tf":1.0},"7":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"31":{"tf":1.0},"43":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"28":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"21":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"37":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"25":{"tf":1.0},"4":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"15":{"tf":1.0},"21":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"12":{"tf":1.0},"43":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":12,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":2,"docs":{"12":{"tf":1.0},"34":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"20":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":18,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"3":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"9":{"tf":1.0}}}}},"o":{"a":{"d":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"58":{"tf":1.0}}}}}}}},"df":11,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"35":{"tf":1.4142135623730951},"37":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.0}}},"t":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":3,"docs":{"50":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}},"i":{"c":{"df":3,"docs":{"0":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{}},"s":{"/":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":5,"docs":{"10":{"tf":1.0},"17":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"39":{"tf":1.0},"7":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"30":{"tf":1.0},"57":{"tf":1.0}}},"p":{"df":3,"docs":{"22":{"tf":1.0},"37":{"tf":1.0},"6":{"tf":1.0}}},"s":{"df":1,"docs":{"15":{"tf":1.0}}}},"w":{"df":1,"docs":{"29":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"r":{"df":2,"docs":{"12":{"tf":1.0},"4":{"tf":1.0}}},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"10":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"38":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"10":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"13":{"tf":1.0},"42":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":7,"docs":{"13":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"53":{"tf":1.0},"8":{"tf":1.0}}}},"n":{"df":0,"docs":{},"i":{"df":6,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0}}}},"p":{"df":3,"docs":{"16":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0}}},"t":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"49":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"54":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"17":{"tf":1.0},"39":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}},"y":{"b":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":8,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"43":{"tf":1.0},"57":{"tf":1.0}}}}},"t":{"df":1,"docs":{"21":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"2":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"41":{"tf":1.0},"58":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"c":{"df":5,"docs":{"12":{"tf":1.0},"31":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"22":{"tf":1.0},"24":{"tf":1.0},"37":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"10":{"tf":1.4142135623730951},"55":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"56":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":4,"docs":{"41":{"tf":1.0},"45":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}}}},"x":{"df":2,"docs":{"56":{"tf":1.0},"8":{"tf":1.0}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"30":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":8,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"29":{"tf":1.0},"43":{"tf":1.7320508075688772},"53":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"34":{"tf":1.0}}}},"df":1,"docs":{"45":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"52":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"13":{"tf":1.0},"22":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":8,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"38":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"22":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"45":{"tf":1.0},"50":{"tf":1.0}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"df":2,"docs":{"29":{"tf":1.0},"9":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":8,"docs":{"21":{"tf":1.0},"3":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.0},"57":{"tf":1.4142135623730951},"8":{"tf":1.0}},"—":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"g":{"df":2,"docs":{"30":{"tf":1.0},"41":{"tf":1.0}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":11,"docs":{"0":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"4":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}}},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":5,"docs":{"27":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"47":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":24,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"12":{"tf":1.4142135623730951},"15":{"tf":1.7320508075688772},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"2":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.4142135623730951},"32":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.7320508075688772},"43":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.4142135623730951},"56":{"tf":1.0},"58":{"tf":1.7320508075688772},"7":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":2,"docs":{"22":{"tf":1.0},"8":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"df":7,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.7320508075688772},"32":{"tf":1.0},"41":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"21":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"[":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":17,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"22":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"12":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"53":{"tf":1.0},"55":{"tf":1.0}}}}}},"k":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"\\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":1,"docs":{"50":{"tf":1.0}}},"n":{"c":{"df":3,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0}}},"df":5,"docs":{"15":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"40":{"tf":1.0},"48":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"39":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"17":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772},"57":{"tf":1.0}}}},"t":{"df":2,"docs":{"21":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"12":{"tf":1.0},"26":{"tf":1.0},"47":{"tf":1.0}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":9,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.4142135623730951},"58":{"tf":1.0},"6":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"21":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":1.0}}}}}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"29":{"tf":1.0}}}}},"df":1,"docs":{"28":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":8,"docs":{"12":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"3":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}}},"p":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"12":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"28":{"tf":1.0}}},"k":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"16":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":3,"docs":{"1":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"33":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.0},"7":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"30":{"tf":1.0}}}}}}}},"df":0,"docs":{},"t":{"df":4,"docs":{"14":{"tf":1.0},"2":{"tf":1.0},"42":{"tf":1.0},"54":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":5,"docs":{"0":{"tf":1.0},"19":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"35":{"tf":1.0},"41":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":1,"docs":{"12":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"19":{"tf":1.0},"25":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":3,"docs":{"15":{"tf":1.0},"21":{"tf":2.0},"22":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"28":{"tf":1.0}}}},"r":{"df":5,"docs":{"21":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":1.0},"33":{"tf":1.0},"7":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"0":{"tf":1.0},"4":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"29":{"tf":1.4142135623730951},"34":{"tf":2.8284271247461903}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"33":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"15":{"tf":1.0},"16":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}},"l":{"a":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":17,"docs":{"1":{"tf":1.0},"12":{"tf":2.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"20":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":2.0},"36":{"tf":1.4142135623730951},"4":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"41":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"u":{"df":2,"docs":{"25":{"tf":1.0},"26":{"tf":1.0}},"g":{"df":1,"docs":{"49":{"tf":1.0}},"g":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"13":{"tf":1.0},"18":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"d":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"3":{"tf":1.0}}}},"df":0,"docs":{}},"df":3,"docs":{"38":{"tf":1.0},"41":{"tf":1.0},"56":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"31":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"14":{"tf":1.0},"22":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"9":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"15":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"35":{"tf":1.4142135623730951},"41":{"tf":2.0},"43":{"tf":1.0},"45":{"tf":1.0}}}}}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"26":{"tf":1.0},"41":{"tf":1.0}}}},"t":{"df":3,"docs":{"22":{"tf":1.0},"48":{"tf":1.0},"56":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"35":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"11":{"tf":1.0},"5":{"tf":1.0}}}}}},"df":0,"docs":{}}},"o":{"b":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":7,"docs":{"17":{"tf":1.0},"21":{"tf":1.0},"40":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":5,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":6,"docs":{"0":{"tf":1.0},"20":{"tf":1.0},"32":{"tf":1.0},"47":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":1.0}},"t":{"df":4,"docs":{"10":{"tf":1.0},"27":{"tf":1.0},"58":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":8,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.4142135623730951},"3":{"tf":1.0},"43":{"tf":1.0},"56":{"tf":1.0},"9":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":9,"docs":{"0":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"21":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"10":{"tf":1.0},"50":{"tf":1.0}},"r":{"df":1,"docs":{"41":{"tf":1.0}}}},"i":{"d":{"df":4,"docs":{"32":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":4,"docs":{"12":{"tf":1.4142135623730951},"4":{"tf":1.0},"40":{"tf":1.0},"58":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"40":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"b":{"df":2,"docs":{"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"0":{"tf":1.0},"58":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"57":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"18":{"tf":1.0},"3":{"tf":1.0}}}}}}}},"q":{"a":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}}}}}},"r":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"12":{"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":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"33":{"tf":1.4142135623730951},"8":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"df":12,"docs":{"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"12":{"tf":1.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"50":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"l":{"df":3,"docs":{"40":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0}},"e":{"df":0,"docs":{},"—":{"a":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":13,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"26":{"tf":1.0},"32":{"tf":1.4142135623730951},"35":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772},"47":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.4142135623730951}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":4,"docs":{"0":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"49":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"1":{"tf":1.0},"3":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"47":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"19":{"tf":1.0},"57":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":3,"docs":{"13":{"tf":1.0},"21":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"42":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"0":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"35":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}},"x":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}},"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"22":{"tf":1.0},"47":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"20":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"43":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":4,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":4,"docs":{"19":{"tf":1.0},"3":{"tf":1.0},"40":{"tf":1.0},"57":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":7,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"26":{"tf":1.0},"30":{"tf":1.0},"57":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"12":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":4,"docs":{"16":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":8,"docs":{"12":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"26":{"tf":1.4142135623730951},"34":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":5,"docs":{"22":{"tf":1.0},"35":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":3,"docs":{"0":{"tf":1.0},"58":{"tf":1.0},"9":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":5,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"15":{"tf":1.4142135623730951},"21":{"tf":1.0},"46":{"tf":1.0},"53":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":3,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"57":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"10":{"tf":1.0},"57":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":8,"docs":{"0":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":1.7320508075688772}}}}},"p":{"c":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"45":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.7320508075688772},"51":{"tf":1.4142135623730951}}}}}}}}},"df":24,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"10":{"tf":1.7320508075688772},"12":{"tf":2.0},"13":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.7320508075688772},"20":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":1.7320508075688772},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.7320508075688772},"39":{"tf":1.0},"4":{"tf":1.7320508075688772},"41":{"tf":1.0},"43":{"tf":2.0},"51":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.7320508075688772},"57":{"tf":1.4142135623730951},"58":{"tf":2.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":3,"docs":{"29":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.4142135623730951}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":22,"docs":{"12":{"tf":1.0},"13":{"tf":1.4142135623730951},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.4142135623730951},"53":{"tf":1.7320508075688772},"56":{"tf":1.7320508075688772},"57":{"tf":1.7320508075688772},"58":{"tf":1.7320508075688772}},"’":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"40":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":6,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"33":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"40":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"48":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":5,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"35":{"tf":1.4142135623730951},"53":{"tf":1.0},"57":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"41":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"2":{"df":3,"docs":{"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"3":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":30,"docs":{"1":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":2.23606797749979},"16":{"tf":1.7320508075688772},"17":{"tf":1.7320508075688772},"18":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":2.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"27":{"tf":1.0},"34":{"tf":1.7320508075688772},"35":{"tf":1.7320508075688772},"36":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":2.23606797749979},"52":{"tf":1.4142135623730951},"53":{"tf":2.23606797749979},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"57":{"tf":1.7320508075688772},"58":{"tf":2.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"29":{"tf":1.0},"39":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"41":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"22":{"tf":1.0},"29":{"tf":1.0},"7":{"tf":2.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"d":{"df":8,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}}},"df":4,"docs":{"17":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"26":{"tf":1.0},"35":{"tf":1.0}}}},"df":0,"docs":{}},"f":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":3,"docs":{"21":{"tf":1.0},"50":{"tf":1.7320508075688772},"51":{"tf":1.7320508075688772}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"8":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"31":{"tf":1.0}}},"v":{"df":1,"docs":{"53":{"tf":1.0}},"i":{"c":{"df":3,"docs":{"38":{"tf":1.0},"56":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":8,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"24":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"42":{"tf":1.0},"55":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"16":{"tf":1.0},"38":{"tf":1.0},"56":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":18,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":7,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"0":{"tf":1.0},"10":{"tf":1.4142135623730951},"57":{"tf":1.0}}}},"w":{"df":4,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"27":{"tf":1.0},"49":{"tf":1.0}}}}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":13,"docs":{"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.7320508075688772},"4":{"tf":1.0},"41":{"tf":1.7320508075688772},"47":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"9":{"tf":1.7320508075688772}},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"41":{"tf":1.0}}},"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":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"24":{"tf":1.0},"50":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"28":{"tf":1.0},"32":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":3,"docs":{"12":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0}}}}},"t":{"df":1,"docs":{"15":{"tf":1.0}}},"z":{"df":0,"docs":{},"e":{"df":1,"docs":{"9":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}},"w":{"df":4,"docs":{"28":{"tf":1.0},"41":{"tf":1.0},"56":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"56":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"17":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":5,"docs":{"21":{"tf":1.0},"24":{"tf":1.0},"52":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"46":{"tf":1.0},"51":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"3":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":1,"docs":{"58":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":6,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"26":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0},"55":{"tf":1.0}},"i":{"df":1,"docs":{"17":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":3,"docs":{"22":{"tf":1.0},"36":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"t":{"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"38":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"34":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"56":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"22":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"df":0,"docs":{}},"_":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"46":{"tf":1.0},"51":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":14,"docs":{"12":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.7320508075688772},"43":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"7":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"12":{"tf":1.0},"22":{"tf":1.0},"29":{"tf":1.0},"9":{"tf":1.7320508075688772}}},"i":{"c":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}},"y":{"df":5,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"31":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":1.0}}}},"d":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{":":{":":{"a":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"50":{"tf":1.0}}},"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":{},"p":{"df":2,"docs":{"21":{"tf":1.0},"41":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"28":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"57":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":3,"docs":{"12":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0}}}},"r":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"25":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"b":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"55":{"tf":1.4142135623730951}}}}}},"u":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"24":{"tf":1.0},"28":{"tf":1.4142135623730951},"30":{"tf":1.0}}}},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"6":{"tf":1.0}}}}},"df":5,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"30":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"0":{"tf":1.0},"58":{"tf":1.0}}}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"39":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"54":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"13":{"tf":1.0},"22":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"56":{"tf":1.0}}}}}}},"n":{"c":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"27":{"tf":1.0},"28":{"tf":1.0},"32":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":8,"docs":{"20":{"tf":1.4142135623730951},"26":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}}}}}}}},"t":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"7":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":4,"docs":{"17":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"43":{"tf":1.0}}}}},"d":{"df":3,"docs":{"20":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":3,"docs":{"22":{"tf":1.0},"3":{"tf":1.4142135623730951},"55":{"tf":1.0}}},"r":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"21":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":27,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.0},"11":{"tf":1.0},"15":{"tf":2.0},"16":{"tf":1.7320508075688772},"17":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.7320508075688772},"30":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.4142135623730951},"52":{"tf":1.0},"53":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"47":{"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":{"46":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"{":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"51":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"7":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"13":{"tf":1.0},"35":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"e":{"df":13,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.4142135623730951},"31":{"tf":1.7320508075688772},"37":{"tf":1.0},"41":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":1.7320508075688772}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}}},"r":{"df":1,"docs":{"28":{"tf":1.4142135623730951}}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"15":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"41":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"31":{"tf":1.0},"33":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":23,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"33":{"tf":1.7320508075688772},"35":{"tf":1.0},"4":{"tf":1.7320508075688772},"43":{"tf":1.7320508075688772},"48":{"tf":1.0},"50":{"tf":1.4142135623730951},"53":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"8":{"tf":1.0}},"y":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"g":{"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":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"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":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"15":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0}}},"k":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":16,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"26":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"3":{"tf":1.0},"4":{"tf":1.7320508075688772},"40":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"58":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"49":{"tf":1.0},"55":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":15,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"21":{"tf":1.0},"24":{"tf":1.7320508075688772},"25":{"tf":1.7320508075688772},"26":{"tf":1.0},"34":{"tf":1.0},"40":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"5":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"16":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"41":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"19":{"tf":1.0},"30":{"tf":1.0},"58":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"29":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":3,"docs":{"22":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"36":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":1,"docs":{"24":{"tf":1.0}}}},"x":{"df":1,"docs":{"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"36":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"28":{"tf":1.0},"3":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"51":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":2,"docs":{"4":{"tf":1.0},"53":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"17":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"16":{"tf":1.0}}}},"df":21,"docs":{"0":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.4142135623730951},"29":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":1.0},"50":{"tf":2.23606797749979},"51":{"tf":1.7320508075688772},"53":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"19":{"tf":1.0},"55":{"tf":1.0},"9":{"tf":1.7320508075688772}}}},"i":{"df":0,"docs":{},"z":{"df":2,"docs":{"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":17,"docs":{"0":{"tf":1.4142135623730951},"13":{"tf":1.0},"17":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"31":{"tf":1.0},"33":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"55":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"u":{"df":1,"docs":{"30":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"33":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"!":{"[":{"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":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"10":{"tf":1.0},"57":{"tf":1.0}},"f":{"df":2,"docs":{"13":{"tf":1.0},"32":{"tf":1.0}},"i":{"df":6,"docs":{"20":{"tf":1.0},"28":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"16":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"[":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"12":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"58":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":2.0}},"e":{"df":0,"docs":{},"t":{"df":13,"docs":{"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"29":{"tf":1.0}}}},"y":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":1,"docs":{"12":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"21":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"55":{"tf":1.0},"58":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"56":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":8,"docs":{"10":{"tf":1.0},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"20":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":4,"docs":{"38":{"tf":1.0},"45":{"tf":1.0},"52":{"tf":1.0},"56":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"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":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"5":{"df":1,"docs":{"10":{"tf":1.0}}},"6":{"0":{"df":2,"docs":{"10":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"0":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"31":{"tf":1.0},"9":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"32":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":3,"docs":{"3":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"53":{"tf":1.7320508075688772}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":37,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"12":{"tf":2.23606797749979},"13":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.7320508075688772},"18":{"tf":1.4142135623730951},"19":{"tf":2.0},"20":{"tf":2.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.7320508075688772},"26":{"tf":1.4142135623730951},"27":{"tf":1.0},"28":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"30":{"tf":1.0},"35":{"tf":1.7320508075688772},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":2.23606797749979},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.4142135623730951},"50":{"tf":2.23606797749979},"51":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.7320508075688772},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":2.23606797749979}},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"d":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"5":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"e":{"df":1,"docs":{"57":{"tf":1.0}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"29":{"tf":1.0}}}}}}}},"breadcrumbs":{"root":{"0":{"df":1,"docs":{"10":{"tf":1.0}}},"1":{"0":{"df":1,"docs":{"10":{"tf":1.0}}},"df":5,"docs":{"10":{"tf":1.0},"34":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}},"–":{"3":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}},"2":{"df":4,"docs":{"24":{"tf":1.4142135623730951},"34":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"3":{"0":{"df":1,"docs":{"7":{"tf":1.0}}},"df":1,"docs":{"34":{"tf":1.0}}},"4":{"df":1,"docs":{"34":{"tf":1.0}},"–":{"5":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}},"5":{"df":1,"docs":{"7":{"tf":1.0}}},"6":{"0":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{},"–":{"7":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"a":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"58":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"43":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0}}}},"v":{"df":10,"docs":{"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"50":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"19":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"53":{"tf":1.0}}}}},"d":{"df":4,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"df":6,"docs":{"43":{"tf":1.0},"45":{"tf":1.7320508075688772},"46":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"49":{"tf":1.0}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"23":{"tf":1.0},"41":{"tf":1.0},"55":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":8,"docs":{"27":{"tf":1.7320508075688772},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"30":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"46":{"tf":1.0}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"56":{"tf":1.0}}}}}}}}}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":4,"docs":{"17":{"tf":1.0},"21":{"tf":1.4142135623730951},"35":{"tf":1.0},"57":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":6,"docs":{"10":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}}}}},"df":1,"docs":{"22":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"10":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.7320508075688772}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":5,"docs":{"54":{"tf":1.7320508075688772},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"0":{"tf":1.0}}},"df":1,"docs":{"20":{"tf":1.0}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"2":{"tf":1.0},"33":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"4":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"41":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":8,"docs":{"27":{"tf":1.7320508075688772},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"15":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":13,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.4142135623730951},"33":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}}},"t":{"df":2,"docs":{"16":{"tf":1.0},"41":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"0":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{":":{":":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":3,"docs":{"45":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"43":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":6,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"17":{"tf":1.7320508075688772},"35":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":17,"docs":{"0":{"tf":1.4142135623730951},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"35":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.7320508075688772},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"22":{"tf":1.0},"41":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"df":0,"docs":{}}}}},"b":{"(":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"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":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{}}}}},"d":{"df":4,"docs":{"10":{"tf":1.0},"30":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"38":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"22":{"tf":1.0},"36":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"26":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0}}}}}}}},"df":1,"docs":{"4":{"tf":1.0}},"e":{"c":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"22":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"56":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"40":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":10,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"30":{"tf":1.7320508075688772},"35":{"tf":1.0},"39":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"22":{"tf":1.7320508075688772},"37":{"tf":1.0}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":7,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"56":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"32":{"tf":1.0},"41":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"b":{"df":6,"docs":{"0":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0},"9":{"tf":1.0}},"s":{"/":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":21,"docs":{"0":{"tf":1.7320508075688772},"10":{"tf":2.23606797749979},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.4142135623730951},"31":{"tf":2.449489742783178},"32":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":2.0},"58":{"tf":1.4142135623730951},"7":{"tf":2.6457513110645907},"9":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"e":{"df":2,"docs":{"31":{"tf":1.0},"58":{"tf":1.0}},"e":{"d":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"0":{"tf":1.0},"1":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"18":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":1.0},"55":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"34":{"tf":1.0},"43":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"o":{"a":{"d":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"9":{"tf":1.0}}}}}}},"u":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":9,"docs":{"12":{"tf":1.0},"27":{"tf":1.0},"33":{"tf":1.0},"43":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":5,"docs":{"21":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.7320508075688772},"52":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"29":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"z":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"30":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}},"c":{"(":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}},"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":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"9":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"31":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"52":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"27":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"35":{"tf":1.0},"43":{"tf":1.0},"57":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"56":{"tf":1.0}}}}},"df":1,"docs":{"4":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"1":{"tf":1.0},"29":{"tf":1.0},"33":{"tf":1.0},"53":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"0":{"tf":1.0},"19":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0}}}}}},"o":{"df":11,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.7320508075688772},"55":{"tf":1.0},"56":{"tf":1.7320508075688772},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"8":{"tf":2.23606797749979}},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"43":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.7320508075688772}}}},"c":{"df":0,"docs":{},"k":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":19,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"28":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"41":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"41":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"22":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"17":{"tf":1.4142135623730951},"22":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"56":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}}}}},"i":{"df":6,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"7":{"tf":1.4142135623730951}},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"48":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"41":{"tf":1.0},"56":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":5,"docs":{"12":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0}},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"r":{"df":9,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"|":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":4,"docs":{"45":{"tf":1.0},"50":{"tf":1.7320508075688772},"51":{"tf":1.7320508075688772},"53":{"tf":1.0}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":12,"docs":{"1":{"tf":1.0},"13":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.4142135623730951},"4":{"tf":1.7320508075688772},"41":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0}},"—":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"43":{"tf":1.0}}}}}}}}}}}},"o":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"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":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"41":{"tf":1.0}}}}}}}}},"df":3,"docs":{"20":{"tf":1.0},"31":{"tf":1.0},"41":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"14":{"tf":1.0},"23":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"40":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"22":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"18":{"tf":1.0},"4":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"3":{"tf":1.0},"58":{"tf":1.4142135623730951}}},"s":{"df":13,"docs":{"0":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.4142135623730951},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"58":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":3,"docs":{"12":{"tf":1.7320508075688772},"2":{"tf":1.0},"35":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"8":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"20":{"tf":1.0},"55":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"4":{"tf":1.0},"43":{"tf":1.0},"51":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"3":{"tf":1.0},"57":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":4,"docs":{"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"r":{"df":9,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.4142135623730951},"55":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"df":5,"docs":{"26":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"51":{"tf":1.4142135623730951},"56":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":8,"docs":{"0":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.0},"58":{"tf":1.0},"7":{"tf":1.7320508075688772}}}}}},"i":{"d":{"df":1,"docs":{"45":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.0},"36":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"47":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"m":{"df":4,"docs":{"15":{"tf":1.0},"31":{"tf":1.0},"41":{"tf":1.4142135623730951},"53":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"38":{"tf":1.0},"58":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"1":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"17":{"tf":1.0},"18":{"tf":1.7320508075688772},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.7320508075688772},"55":{"tf":1.4142135623730951}}}},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"0":{"tf":1.7320508075688772},"43":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"20":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"42":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":8,"docs":{"19":{"tf":1.4142135623730951},"26":{"tf":1.0},"28":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"38":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"12":{"tf":1.0},"43":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"43":{"tf":1.0},"53":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":10,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.7320508075688772},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.7320508075688772},"33":{"tf":1.0},"53":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"21":{"tf":1.0},"23":{"tf":1.0},"55":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"15":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"42":{"tf":1.0},"53":{"tf":2.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"17":{"tf":1.0},"58":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":4,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"x":{"df":2,"docs":{"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":3,"docs":{"31":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"49":{"tf":1.0}}}}}}}},"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"[":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"12":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"a":{"df":9,"docs":{"0":{"tf":1.7320508075688772},"22":{"tf":1.0},"25":{"tf":1.7320508075688772},"26":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.0},"9":{"tf":1.0}},"t":{"a":{"df":14,"docs":{"0":{"tf":2.0},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"25":{"tf":1.0},"3":{"tf":1.4142135623730951},"4":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":2,"docs":{"12":{"tf":1.0},"4":{"tf":1.0}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":3,"docs":{"37":{"tf":1.0},"41":{"tf":1.0},"8":{"tf":1.0}},"g":{"df":2,"docs":{"11":{"tf":1.0},"54":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"12":{"tf":1.0},"17":{"tf":1.0}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"r":{"df":8,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"3":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"42":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":5,"docs":{"21":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"17":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"20":{"tf":1.0},"21":{"tf":1.0},"55":{"tf":1.0}}}}}}},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"28":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"58":{"tf":1.0}}}},"i":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"34":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"a":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":9,"docs":{"16":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"53":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"41":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":13,"docs":{"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"27":{"tf":1.0},"32":{"tf":2.449489742783178},"35":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"53":{"tf":1.0},"58":{"tf":1.4142135623730951},"6":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"45":{"tf":1.0},"50":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":6,"docs":{"16":{"tf":1.0},"18":{"tf":1.4142135623730951},"3":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"13":{"tf":1.7320508075688772},"30":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"11":{"tf":1.0},"8":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":16,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.7320508075688772},"43":{"tf":2.23606797749979},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"14":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"57":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"37":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"38":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"54":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"41":{"tf":1.0},"42":{"tf":1.0}},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"31":{"tf":1.0}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"38":{"tf":1.4142135623730951},"4":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"22":{"tf":1.0},"30":{"tf":1.0},"53":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"\'":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"32":{"tf":1.7320508075688772}},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":2.0}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"26":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"[":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}},"df":9,"docs":{"12":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0}},"n":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"p":{"/":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"30":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"l":{"df":6,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.0},"45":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.7320508075688772}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":12,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":3,"docs":{"12":{"tf":1.0},"51":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"50":{"tf":1.7320508075688772},"51":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}},"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":9,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"7":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"12":{"tf":1.0}}}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"13":{"tf":1.0},"16":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"41":{"tf":1.0}}}}},"s":{"df":1,"docs":{"38":{"tf":1.0}},"i":{"df":1,"docs":{"17":{"tf":1.0}}}}},"df":2,"docs":{"12":{"tf":1.0},"4":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"3":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"21":{"tf":1.0},"26":{"tf":1.0},"41":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"d":{"df":4,"docs":{"16":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"10":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"15":{"tf":1.0},"3":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":6,"docs":{"10":{"tf":1.4142135623730951},"17":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":7,"docs":{"0":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.4142135623730951},"48":{"tf":1.0},"58":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":20,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"3":{"tf":1.4142135623730951},"35":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.7320508075688772},"53":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"56":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"—":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"r":{"(":{"\\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"50":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"46":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"2":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"a":{"df":0,"docs":{},"l":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":8,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"47":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":3,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0}}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":19,"docs":{"15":{"tf":1.0},"23":{"tf":1.7320508075688772},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.7320508075688772},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"49":{"tf":1.7320508075688772},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"4":{"tf":1.4142135623730951},"40":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"r":{"df":7,"docs":{"0":{"tf":1.4142135623730951},"17":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"55":{"tf":1.4142135623730951},"58":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":6,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":3,"docs":{"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":39,"docs":{"1":{"tf":1.0},"12":{"tf":2.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":2.0},"19":{"tf":1.0},"20":{"tf":2.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"30":{"tf":1.7320508075688772},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"40":{"tf":1.7320508075688772},"41":{"tf":1.0},"43":{"tf":2.23606797749979},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"49":{"tf":2.0},"50":{"tf":2.23606797749979},"51":{"tf":2.23606797749979},"52":{"tf":1.4142135623730951},"53":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.7320508075688772},"7":{"tf":1.7320508075688772},"9":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"55":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}},"s":{"df":2,"docs":{"41":{"tf":1.0},"45":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"—":{"a":{"d":{"df":0,"docs":{},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"20":{"tf":1.0},"21":{"tf":1.0},"55":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":8,"docs":{"13":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.7320508075688772},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.4142135623730951}}},"df":0,"docs":{},"s":{"df":1,"docs":{"16":{"tf":1.0}}}}}}},"}":{"\\"":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"51":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"f":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"15":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"12":{"tf":1.0},"45":{"tf":1.0},"57":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":8,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.7320508075688772},"47":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}},"k":{"df":0,"docs":{},"e":{"df":2,"docs":{"28":{"tf":1.0},"32":{"tf":1.0}}}},"l":{"df":0,"docs":{},"s":{"df":3,"docs":{"10":{"tf":1.0},"41":{"tf":1.0},"57":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}}}},"q":{"df":1,"docs":{"57":{"tf":1.7320508075688772}}},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"17":{"tf":1.0},"32":{"tf":1.0},"45":{"tf":1.0},"52":{"tf":1.0},"7":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"22":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"32":{"tf":1.0},"47":{"tf":1.0}}},"df":0,"docs":{}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":1,"docs":{"31":{"tf":1.0}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"22":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"57":{"tf":1.0}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"17":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"41":{"tf":1.0},"8":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"57":{"tf":1.0}}}}}}}}}},"t":{"df":6,"docs":{"15":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"49":{"tf":1.0}}},"x":{"df":2,"docs":{"7":{"tf":1.0},"8":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"35":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0}}},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"56":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":4,"docs":{"13":{"tf":1.0},"24":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"53":{"tf":1.0},"55":{"tf":1.0}}}}}}},"n":{"df":6,"docs":{"10":{"tf":1.0},"50":{"tf":2.449489742783178},"51":{"tf":2.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"o":{"c":{"df":0,"docs":{},"u":{"df":2,"docs":{"6":{"tf":1.0},"7":{"tf":1.0}},"s":{"df":3,"docs":{"0":{"tf":1.0},"15":{"tf":1.0},"41":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"35":{"tf":1.0},"4":{"tf":1.4142135623730951},"5":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"t":{"!":{"(":{"\\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"4":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":13,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"2":{"tf":1.7320508075688772},"21":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"45":{"tf":1.0},"46":{"tf":1.0}}}}}}}}}}},"df":21,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.4142135623730951},"2":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.4142135623730951},"4":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.7320508075688772},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.4142135623730951},"55":{"tf":1.0},"6":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}},"’":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"3":{"tf":1.0},"32":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"8":{"tf":1.0}}}}}}},"d":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"g":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"3":{"tf":1.0},"56":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"40":{"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":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"45":{"tf":1.0},"50":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":8,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"33":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0}}}}},"t":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}},"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":1,"docs":{"1":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"58":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"17":{"tf":1.0},"22":{"tf":1.0}}}},"df":0,"docs":{},"o":{"d":{"df":5,"docs":{"10":{"tf":1.0},"38":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"17":{"tf":1.0},"22":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":1,"docs":{"52":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"14":{"tf":1.0},"43":{"tf":1.0},"54":{"tf":1.0}}},"df":0,"docs":{}}},"df":29,"docs":{"1":{"tf":1.0},"14":{"tf":1.7320508075688772},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"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}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"30":{"tf":1.0}}}},"n":{"d":{"df":1,"docs":{"12":{"tf":1.0}},"l":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"r":{"d":{"df":1,"docs":{"8":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"24":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"17":{"tf":1.0},"4":{"tf":1.0},"9":{"tf":1.7320508075688772}},"i":{"df":2,"docs":{"20":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.7320508075688772}}}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"0":{"tf":1.0},"51":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":9,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"29":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"39":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"53":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"i":{"[":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"20":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"a":{"df":9,"docs":{"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"i":{"df":28,"docs":{"14":{"tf":1.7320508075688772},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"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}},"i":{"df":12,"docs":{"42":{"tf":1.7320508075688772},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"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":3,"docs":{"23":{"tf":1.0},"27":{"tf":1.0},"49":{"tf":1.0}}}}}}}},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.7320508075688772}}}},"l":{"df":2,"docs":{"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0}}}}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":4,"docs":{"0":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":8,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"40":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"\\"":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"c":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"3":{"tf":1.0},"4":{"tf":1.4142135623730951},"58":{"tf":1.0},"6":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"12":{"tf":1.0},"21":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":3,"docs":{"20":{"tf":1.4142135623730951},"45":{"tf":1.0},"50":{"tf":1.4142135623730951}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"45":{"tf":1.0},"50":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"df":2,"docs":{"38":{"tf":1.0},"41":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"56":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"56":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":4,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"3":{"tf":1.0},"53":{"tf":1.0}}}},"n":{"d":{"df":4,"docs":{"17":{"tf":1.0},"43":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"55":{"tf":1.0},"6":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"27":{"tf":1.0},"30":{"tf":1.0}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.4142135623730951},"28":{"tf":1.0},"3":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":3,"docs":{"28":{"tf":1.0},"53":{"tf":1.7320508075688772},"9":{"tf":2.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"5":{"tf":1.0}}}}}},"v":{"df":3,"docs":{"31":{"tf":1.0},"56":{"tf":1.0},"7":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"8":{"tf":1.0}},"t":{"df":1,"docs":{"3":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":2,"docs":{"41":{"tf":1.0},"50":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.0},"37":{"tf":1.0}}}}},"v":{"df":5,"docs":{"54":{"tf":1.7320508075688772},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}}},"j":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"g":{"df":4,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}}},"k":{"8":{"df":6,"docs":{"16":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"57":{"tf":1.0}},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"58":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":17,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.7320508075688772},"22":{"tf":1.4142135623730951},"26":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951}}}},"y":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}},"n":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"55":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"39":{"tf":1.4142135623730951},"4":{"tf":1.0},"53":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"28":{"tf":1.0}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"13":{"tf":1.0},"7":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"31":{"tf":1.0},"43":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"28":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"21":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"37":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"25":{"tf":1.0},"4":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"15":{"tf":1.7320508075688772},"21":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"12":{"tf":1.0},"43":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":12,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.7320508075688772},"53":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":2,"docs":{"12":{"tf":1.7320508075688772},"34":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"20":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":18,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.7320508075688772},"3":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"9":{"tf":1.0}}}}},"o":{"a":{"d":{"df":1,"docs":{"29":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"58":{"tf":1.0}}}}}}}},"df":11,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"35":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"4":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.0}}},"t":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":3,"docs":{"50":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}},"i":{"c":{"df":3,"docs":{"0":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{}},"s":{"/":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":5,"docs":{"10":{"tf":1.0},"17":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"39":{"tf":1.0},"7":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"30":{"tf":1.0},"57":{"tf":1.0}}},"p":{"df":3,"docs":{"22":{"tf":1.0},"37":{"tf":1.0},"6":{"tf":1.0}}},"s":{"df":1,"docs":{"15":{"tf":1.0}}}},"w":{"df":1,"docs":{"29":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"r":{"df":2,"docs":{"12":{"tf":1.0},"4":{"tf":1.0}}},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"10":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"38":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"10":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"13":{"tf":1.0},"42":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":7,"docs":{"13":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"53":{"tf":1.0},"8":{"tf":1.0}}}},"n":{"df":0,"docs":{},"i":{"df":6,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0}}}},"p":{"df":3,"docs":{"16":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0}}},"t":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"49":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"54":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"17":{"tf":1.0},"39":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}},"y":{"b":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":8,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"43":{"tf":1.0},"57":{"tf":1.0}}}}},"t":{"df":1,"docs":{"21":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"2":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"41":{"tf":1.0},"58":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"c":{"df":5,"docs":{"12":{"tf":1.0},"31":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"22":{"tf":1.0},"24":{"tf":1.0},"37":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"10":{"tf":1.7320508075688772},"55":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"56":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":4,"docs":{"41":{"tf":1.0},"45":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}}}},"x":{"df":2,"docs":{"56":{"tf":1.0},"8":{"tf":1.0}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"30":{"tf":1.4142135623730951}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":8,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"29":{"tf":1.0},"43":{"tf":2.23606797749979},"53":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"34":{"tf":1.0}}}},"df":1,"docs":{"45":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"52":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"13":{"tf":1.0},"22":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":8,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.4142135623730951},"34":{"tf":1.7320508075688772},"38":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"22":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"45":{"tf":1.0},"50":{"tf":1.0}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"df":2,"docs":{"29":{"tf":1.0},"9":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":8,"docs":{"21":{"tf":1.0},"3":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.0},"57":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"g":{"df":2,"docs":{"30":{"tf":1.0},"41":{"tf":1.0}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":11,"docs":{"0":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"28":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"4":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}}},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":8,"docs":{"27":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.7320508075688772},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"47":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":24,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"12":{"tf":1.4142135623730951},"15":{"tf":1.7320508075688772},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"2":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.4142135623730951},"32":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.7320508075688772},"43":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.4142135623730951},"56":{"tf":1.0},"58":{"tf":1.7320508075688772},"7":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":2,"docs":{"22":{"tf":1.0},"8":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"df":7,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.7320508075688772},"32":{"tf":1.0},"41":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"21":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"[":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":17,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"22":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"12":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"53":{"tf":1.0},"55":{"tf":1.0}}}}}},"k":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"\\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":1,"docs":{"50":{"tf":1.0}}},"n":{"c":{"df":3,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0}}},"df":5,"docs":{"15":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"40":{"tf":1.0},"48":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"39":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"17":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"41":{"tf":2.23606797749979},"57":{"tf":1.0}}}},"t":{"df":2,"docs":{"21":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"12":{"tf":1.0},"26":{"tf":1.0},"47":{"tf":1.0}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":9,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.4142135623730951},"58":{"tf":1.0},"6":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"21":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":1.0}}}}}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"29":{"tf":1.4142135623730951}}}}},"df":1,"docs":{"28":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":8,"docs":{"12":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"3":{"tf":1.0},"6":{"tf":1.4142135623730951},"9":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.7320508075688772}}}}}}}}}},"p":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"12":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"28":{"tf":1.0}}},"k":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"16":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":3,"docs":{"1":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"33":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.0},"7":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"30":{"tf":1.0}}}}}}}},"df":0,"docs":{},"t":{"df":57,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.7320508075688772},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.7320508075688772},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"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},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.7320508075688772},"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":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.7320508075688772},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":5,"docs":{"0":{"tf":1.0},"19":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"35":{"tf":1.0},"41":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":1,"docs":{"12":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"19":{"tf":1.0},"25":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":3,"docs":{"15":{"tf":1.0},"21":{"tf":2.449489742783178},"22":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"28":{"tf":1.0}}}},"r":{"df":5,"docs":{"21":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":1.0},"33":{"tf":1.0},"7":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"0":{"tf":1.0},"4":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"29":{"tf":1.4142135623730951},"34":{"tf":3.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":7,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"5":{"tf":1.7320508075688772},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"33":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"15":{"tf":1.0},"16":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"34":{"tf":1.4142135623730951}}}}}}}},"l":{"a":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":17,"docs":{"1":{"tf":1.0},"12":{"tf":2.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"20":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":2.0},"36":{"tf":1.4142135623730951},"4":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"41":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"u":{"df":2,"docs":{"25":{"tf":1.0},"26":{"tf":1.0}},"g":{"df":1,"docs":{"49":{"tf":1.0}},"g":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"13":{"tf":1.0},"18":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"d":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"3":{"tf":1.0}}}},"df":0,"docs":{}},"df":3,"docs":{"38":{"tf":1.0},"41":{"tf":1.0},"56":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"31":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"14":{"tf":1.0},"22":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"9":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"15":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"35":{"tf":1.4142135623730951},"41":{"tf":2.0},"43":{"tf":1.0},"45":{"tf":1.0}}}}}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"26":{"tf":1.0},"41":{"tf":1.0}}}},"t":{"df":3,"docs":{"22":{"tf":1.0},"48":{"tf":1.0},"56":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"35":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":2.0}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"11":{"tf":1.0},"5":{"tf":1.0}}}}}},"df":0,"docs":{}}},"o":{"b":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":7,"docs":{"17":{"tf":1.0},"21":{"tf":1.0},"40":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.4142135623730951},"52":{"tf":1.0},"53":{"tf":1.0}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":5,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":6,"docs":{"0":{"tf":1.0},"20":{"tf":1.0},"32":{"tf":1.0},"47":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":1.0}},"t":{"df":4,"docs":{"10":{"tf":1.0},"27":{"tf":1.0},"58":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":8,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.4142135623730951},"3":{"tf":1.0},"43":{"tf":1.0},"56":{"tf":1.0},"9":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":9,"docs":{"0":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"21":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":2.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"10":{"tf":1.0},"50":{"tf":1.0}},"r":{"df":1,"docs":{"41":{"tf":1.0}}}},"i":{"d":{"df":4,"docs":{"32":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":4,"docs":{"12":{"tf":1.4142135623730951},"4":{"tf":1.0},"40":{"tf":1.0},"58":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"40":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"b":{"df":2,"docs":{"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"0":{"tf":1.0},"58":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"57":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"18":{"tf":1.0},"3":{"tf":1.0}}}}}}}},"q":{"a":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}}}}}},"r":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"12":{"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":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"33":{"tf":1.4142135623730951},"8":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"df":12,"docs":{"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"12":{"tf":1.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"50":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"l":{"df":3,"docs":{"40":{"tf":1.0},"50":{"tf":1.7320508075688772},"51":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"—":{"a":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":13,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"26":{"tf":1.0},"32":{"tf":1.4142135623730951},"35":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772},"47":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.4142135623730951}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":4,"docs":{"0":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"49":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"1":{"tf":1.0},"3":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"47":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"19":{"tf":1.0},"57":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":3,"docs":{"13":{"tf":1.0},"21":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":13,"docs":{"42":{"tf":1.7320508075688772},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":2.0},"54":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"0":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"35":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}},"x":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}},"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"22":{"tf":1.0},"47":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"20":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"43":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":4,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":4,"docs":{"19":{"tf":1.0},"3":{"tf":1.0},"40":{"tf":1.0},"57":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":7,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"26":{"tf":1.0},"30":{"tf":1.0},"57":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"12":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":4,"docs":{"16":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":8,"docs":{"12":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"26":{"tf":1.4142135623730951},"34":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":5,"docs":{"22":{"tf":1.0},"35":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":3,"docs":{"0":{"tf":1.0},"58":{"tf":1.0},"9":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":5,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"15":{"tf":1.4142135623730951},"21":{"tf":1.0},"46":{"tf":1.0},"53":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":3,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"57":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"10":{"tf":1.0},"57":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":8,"docs":{"0":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":1.7320508075688772}}}}},"p":{"c":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"45":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.7320508075688772},"51":{"tf":1.4142135623730951}}}}}}}}},"df":24,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"10":{"tf":2.0},"12":{"tf":2.0},"13":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.7320508075688772},"20":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":2.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":2.23606797749979},"39":{"tf":1.0},"4":{"tf":1.7320508075688772},"41":{"tf":1.0},"43":{"tf":2.0},"51":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.7320508075688772},"57":{"tf":1.4142135623730951},"58":{"tf":2.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":3,"docs":{"29":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.4142135623730951}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":22,"docs":{"12":{"tf":1.0},"13":{"tf":1.4142135623730951},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.7320508075688772},"36":{"tf":2.0},"37":{"tf":1.7320508075688772},"38":{"tf":1.7320508075688772},"39":{"tf":1.7320508075688772},"4":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"43":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.7320508075688772},"53":{"tf":1.7320508075688772},"56":{"tf":1.7320508075688772},"57":{"tf":1.7320508075688772},"58":{"tf":1.7320508075688772}},"’":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"40":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":6,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"33":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"40":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"49":{"tf":1.7320508075688772},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"48":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":5,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"35":{"tf":1.4142135623730951},"53":{"tf":1.0},"57":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"41":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"2":{"df":3,"docs":{"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"3":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.7320508075688772}}}}}}}},"df":0,"docs":{}}}}},"df":30,"docs":{"1":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.7320508075688772},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":2.23606797749979},"16":{"tf":1.7320508075688772},"17":{"tf":2.23606797749979},"18":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":2.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"27":{"tf":1.0},"34":{"tf":2.0},"35":{"tf":2.23606797749979},"36":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":2.6457513110645907},"52":{"tf":1.4142135623730951},"53":{"tf":2.23606797749979},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":2.0},"57":{"tf":1.7320508075688772},"58":{"tf":2.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"29":{"tf":1.0},"39":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"41":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"22":{"tf":1.0},"29":{"tf":1.0},"7":{"tf":2.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"d":{"df":8,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}}},"df":4,"docs":{"17":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"26":{"tf":1.0},"35":{"tf":1.0}}}},"df":0,"docs":{}},"f":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":3,"docs":{"21":{"tf":1.0},"50":{"tf":1.7320508075688772},"51":{"tf":1.7320508075688772}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"8":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"31":{"tf":1.0}}},"v":{"df":1,"docs":{"53":{"tf":1.0}},"i":{"c":{"df":3,"docs":{"38":{"tf":1.0},"56":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":8,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"24":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"42":{"tf":1.0},"55":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"16":{"tf":1.0},"38":{"tf":1.0},"56":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":18,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":7,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.7320508075688772}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"0":{"tf":1.0},"10":{"tf":1.4142135623730951},"57":{"tf":1.0}}}},"w":{"df":4,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"27":{"tf":1.0},"49":{"tf":1.0}}}}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":13,"docs":{"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.7320508075688772},"4":{"tf":1.0},"41":{"tf":1.7320508075688772},"47":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"9":{"tf":2.0}},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"41":{"tf":1.0}}},"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":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"24":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"28":{"tf":1.4142135623730951},"32":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":3,"docs":{"12":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0}}}}},"t":{"df":1,"docs":{"15":{"tf":1.0}}},"z":{"df":0,"docs":{},"e":{"df":1,"docs":{"9":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}},"w":{"df":4,"docs":{"28":{"tf":1.0},"41":{"tf":1.0},"56":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"56":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"17":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":5,"docs":{"21":{"tf":1.0},"24":{"tf":1.0},"52":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"46":{"tf":1.0},"51":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"3":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":1,"docs":{"58":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":6,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"26":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0},"55":{"tf":1.0}},"i":{"df":1,"docs":{"17":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":3,"docs":{"22":{"tf":1.0},"36":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"t":{"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"38":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"34":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"56":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"22":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"df":0,"docs":{}},"_":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"46":{"tf":1.0},"51":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":14,"docs":{"12":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.7320508075688772},"43":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"7":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"12":{"tf":1.0},"22":{"tf":1.0},"29":{"tf":1.0},"9":{"tf":1.7320508075688772}}},"i":{"c":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}},"y":{"df":5,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"31":{"tf":1.0},"51":{"tf":1.4142135623730951},"57":{"tf":1.0}}}},"d":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{":":{":":{"a":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"50":{"tf":1.0}}},"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":{},"p":{"df":2,"docs":{"21":{"tf":1.0},"41":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"28":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"57":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":3,"docs":{"12":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0}}}},"r":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"25":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"b":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"55":{"tf":1.4142135623730951}}}}}},"u":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"24":{"tf":1.0},"28":{"tf":1.4142135623730951},"30":{"tf":1.0}}}},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"6":{"tf":1.0}}}}},"df":5,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"30":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"0":{"tf":1.0},"58":{"tf":1.0}}}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"39":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"54":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"13":{"tf":1.0},"22":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"56":{"tf":1.0}}}}}}},"n":{"c":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"27":{"tf":1.0},"28":{"tf":1.4142135623730951},"32":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":8,"docs":{"20":{"tf":1.4142135623730951},"26":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}}}}}}}},"t":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"7":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":4,"docs":{"17":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.7320508075688772},"57":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"43":{"tf":1.0}}}}},"d":{"df":3,"docs":{"20":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":3,"docs":{"22":{"tf":1.0},"3":{"tf":1.4142135623730951},"55":{"tf":1.0}}},"r":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"21":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":29,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.4142135623730951},"15":{"tf":2.0},"16":{"tf":1.7320508075688772},"17":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.7320508075688772},"30":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":2.0},"52":{"tf":1.0},"53":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"6":{"tf":1.7320508075688772},"7":{"tf":1.4142135623730951},"8":{"tf":1.7320508075688772},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"47":{"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":{"46":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"{":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"51":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"7":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"13":{"tf":1.0},"35":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"e":{"df":13,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.4142135623730951},"31":{"tf":1.7320508075688772},"37":{"tf":1.0},"41":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":2.23606797749979}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}}},"r":{"df":1,"docs":{"28":{"tf":1.4142135623730951}}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"15":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"41":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"31":{"tf":1.0},"33":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":23,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"33":{"tf":2.0},"35":{"tf":1.0},"4":{"tf":1.7320508075688772},"43":{"tf":1.7320508075688772},"48":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"53":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"8":{"tf":1.0}},"y":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"g":{"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":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"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":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"15":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0}}},"k":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":16,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"26":{"tf":1.4142135623730951},"29":{"tf":1.7320508075688772},"3":{"tf":1.0},"4":{"tf":1.7320508075688772},"40":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"58":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"49":{"tf":1.0},"55":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":15,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"21":{"tf":1.0},"24":{"tf":2.0},"25":{"tf":2.0},"26":{"tf":1.0},"34":{"tf":1.0},"40":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"5":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"16":{"tf":1.7320508075688772}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"41":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"19":{"tf":1.0},"30":{"tf":1.0},"58":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.7320508075688772}}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"29":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":3,"docs":{"22":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"36":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":1,"docs":{"24":{"tf":1.0}}}},"x":{"df":1,"docs":{"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"36":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"28":{"tf":1.0},"3":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"51":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":2,"docs":{"4":{"tf":1.0},"53":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"17":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"16":{"tf":1.0}}}},"df":21,"docs":{"0":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.4142135623730951},"29":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":1.0},"50":{"tf":2.23606797749979},"51":{"tf":1.7320508075688772},"53":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":30,"docs":{"14":{"tf":1.7320508075688772},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"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},"55":{"tf":1.0},"9":{"tf":1.7320508075688772}}}},"i":{"df":0,"docs":{},"z":{"df":2,"docs":{"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":17,"docs":{"0":{"tf":1.4142135623730951},"13":{"tf":1.0},"17":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.7320508075688772},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"31":{"tf":1.0},"33":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"55":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"u":{"df":1,"docs":{"30":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"33":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"!":{"[":{"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":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"10":{"tf":1.0},"57":{"tf":1.0}},"f":{"df":2,"docs":{"13":{"tf":1.0},"32":{"tf":1.0}},"i":{"df":6,"docs":{"20":{"tf":1.0},"28":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"16":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"[":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"12":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"58":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":2.23606797749979}},"e":{"df":0,"docs":{},"t":{"df":13,"docs":{"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"29":{"tf":1.4142135623730951}}}},"y":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":1,"docs":{"12":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"21":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"55":{"tf":1.0},"58":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"56":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":8,"docs":{"10":{"tf":1.4142135623730951},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"20":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":4,"docs":{"38":{"tf":1.0},"45":{"tf":1.0},"52":{"tf":1.4142135623730951},"56":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"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":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"5":{"df":1,"docs":{"10":{"tf":1.0}}},"6":{"0":{"df":2,"docs":{"10":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"0":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"31":{"tf":1.0},"9":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"32":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":3,"docs":{"3":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"53":{"tf":1.7320508075688772}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":38,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"12":{"tf":2.23606797749979},"13":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.7320508075688772},"18":{"tf":2.0},"19":{"tf":2.449489742783178},"20":{"tf":2.23606797749979},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"24":{"tf":1.7320508075688772},"25":{"tf":2.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.0},"28":{"tf":1.7320508075688772},"29":{"tf":1.7320508075688772},"30":{"tf":1.0},"35":{"tf":1.7320508075688772},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":2.23606797749979},"45":{"tf":1.7320508075688772},"46":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":2.0},"50":{"tf":2.6457513110645907},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.7320508075688772},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":2.23606797749979}},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"15":{"tf":2.0},"16":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"d":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"5":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"e":{"df":1,"docs":{"57":{"tf":1.0}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"29":{"tf":1.0}}}}}}}},"title":{"root":{"2":{"df":1,"docs":{"24":{"tf":1.0}}},"a":{"d":{"df":4,"docs":{"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"54":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"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":{"17":{"tf":1.0}}}}}}}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"z":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":2,"docs":{"26":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"26":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"40":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"38":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"51":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"55":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"55":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"31":{"tf":1.0},"32":{"tf":1.0}}}}}}}},"d":{"a":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"32":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"42":{"tf":1.0},"43":{"tf":1.0}}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"38":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"32":{"tf":1.0}},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"l":{"df":1,"docs":{"55":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"23":{"tf":1.0},"27":{"tf":1.0},"49":{"tf":1.0}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"18":{"tf":1.0},"20":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}}}}}},"f":{"a":{"df":0,"docs":{},"q":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"44":{"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":{"33":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"58":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"14":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"48":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"i":{"df":1,"docs":{"14":{"tf":1.0}},"i":{"df":1,"docs":{"42":{"tf":1.0}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"53":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"v":{"df":1,"docs":{"54":{"tf":1.0}}}},"k":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"39":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"26":{"tf":1.0}}}}},"o":{"a":{"d":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"10":{"tf":1.0}}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"30":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"28":{"tf":1.0}}}}}}},"w":{"df":1,"docs":{"49":{"tf":1.0}}}}},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"9":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"29":{"tf":1.0}}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"14":{"tf":1.0},"2":{"tf":1.0},"42":{"tf":1.0},"54":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"34":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}}}}}}},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"o":{"b":{"df":0,"docs":{},"e":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"42":{"tf":1.0},"53":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":3,"docs":{"10":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"47":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":6,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":1.0},"56":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"24":{"tf":1.0},"50":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"28":{"tf":1.0}}}}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"7":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"33":{"tf":1.0},"48":{"tf":1.0}}}}}}}},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"24":{"tf":1.0},"25":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":1,"docs":{"16":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"29":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"10":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"52":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":9,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"45":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"lang":"English","pipeline":["trimmer","stopWordFilter","stemmer"],"ref":"id","version":"0.9.5"},"results_options":{"limit_results":30,"teaser_word_count":30},"search_options":{"bool":"OR","expand":true,"fields":{"body":{"boost":1},"breadcrumbs":{"boost":1},"title":{"boost":2}}}}')); \ No newline at end of file diff --git a/docs/searchindex-b7be52cd.js b/docs/searchindex-b7be52cd.js new file mode 100644 index 0000000..3a88e77 --- /dev/null +++ b/docs/searchindex-b7be52cd.js @@ -0,0 +1 @@ +window.search = Object.assign(window.search, JSON.parse('{"doc_urls":["project-context-primer.html#project-context-primer","what-you-will-learn.html#what-you-will-learn","part-i.html#part-i--foundations","introduction.html#introduction","architecture-overview.html#architecture-overview","testing-philosophy.html#testing-philosophy","testing-philosophy.html#declarative-over-imperative","testing-philosophy.html#protocol-time-not-wall-time","testing-philosophy.html#determinism-first-chaos-when-needed","testing-philosophy.html#observable-health-signals","testing-philosophy.html#minimum-run-windows","testing-philosophy.html#summary","scenario-lifecycle.html#scenario-lifecycle-conceptual","design-rationale.html#design-rationale","part-ii.html#part-ii--user-guide","workspace-layout.html#workspace-layout","annotated-tree.html#annotated-tree","authoring-scenarios.html#authoring-scenarios","workloads.html#core-content-workloads--expectations","workloads.html#workloads","workloads.html#expectations","scenario-builder-ext-patterns.html#core-content-scenariobuilderext-patterns","best-practices.html#best-practices","examples.html#examples","examples.html#simple-consensus-liveness","examples.html#transaction-workload","examples.html#da--transaction-workload","examples.html#chaos-resilience-test","examples-advanced.html#advanced-examples","examples-advanced.html#load-progression-test","examples-advanced.html#sustained-load-test","examples-advanced.html#rolling-restart-test","examples-advanced.html#executor-failover-test","examples-advanced.html#partition-recovery-test","examples-advanced.html#extension-ideas","examples-advanced.html#custom-expectation-block-timing-consistency","examples-advanced.html#custom-deployer-config-validator","running-scenarios.html#running-scenarios","runners.html#runners","runners.html#local-runner","runners.html#docker-compose-runner","runners.html#kubernetes-runner","runners.html#common-expectations","operations.html#operations","part-iii.html#part-iii--developer-reference","scenario-model.html#scenario-model-developer-level","extending.html#extending-the-framework","extending.html#adding-a-workload","extending.html#adding-an-expectation","extending.html#adding-a-runner","extending.html#adding-topology-helpers","custom-workload-example.html#example-new-workload--expectation-rust","custom-workload-example.html#workload-simple-reachability-probe","custom-workload-example.html#expectation-confirm-the-target-stayed-reachable","custom-workload-example.html#how-to-wire-it","internal-crate-reference.html#internal-crate-reference","part-iv.html#part-iv--appendix","dsl-cheat-sheet.html#core-content-dsl-cheat-sheet","troubleshooting.html#troubleshooting-scenarios","faq.html#faq","glossary.html#glossary"],"index":{"documentStore":{"docInfo":{"0":{"body":78,"breadcrumbs":6,"title":3},"1":{"body":26,"breadcrumbs":2,"title":1},"10":{"body":40,"breadcrumbs":7,"title":3},"11":{"body":26,"breadcrumbs":5,"title":1},"12":{"body":107,"breadcrumbs":8,"title":3},"13":{"body":68,"breadcrumbs":6,"title":2},"14":{"body":10,"breadcrumbs":8,"title":4},"15":{"body":94,"breadcrumbs":8,"title":2},"16":{"body":59,"breadcrumbs":8,"title":2},"17":{"body":101,"breadcrumbs":8,"title":2},"18":{"body":18,"breadcrumbs":12,"title":4},"19":{"body":38,"breadcrumbs":9,"title":1},"2":{"body":10,"breadcrumbs":4,"title":2},"20":{"body":54,"breadcrumbs":9,"title":1},"21":{"body":84,"breadcrumbs":12,"title":4},"22":{"body":96,"breadcrumbs":8,"title":2},"23":{"body":11,"breadcrumbs":6,"title":1},"24":{"body":48,"breadcrumbs":8,"title":3},"25":{"body":42,"breadcrumbs":7,"title":2},"26":{"body":49,"breadcrumbs":8,"title":3},"27":{"body":48,"breadcrumbs":8,"title":3},"28":{"body":9,"breadcrumbs":9,"title":2},"29":{"body":63,"breadcrumbs":10,"title":3},"3":{"body":84,"breadcrumbs":4,"title":1},"30":{"body":58,"breadcrumbs":10,"title":3},"31":{"body":67,"breadcrumbs":10,"title":3},"32":{"body":63,"breadcrumbs":10,"title":3},"33":{"body":79,"breadcrumbs":10,"title":3},"34":{"body":0,"breadcrumbs":9,"title":2},"35":{"body":32,"breadcrumbs":12,"title":5},"36":{"body":24,"breadcrumbs":11,"title":4},"37":{"body":75,"breadcrumbs":8,"title":2},"38":{"body":20,"breadcrumbs":6,"title":1},"39":{"body":16,"breadcrumbs":7,"title":2},"4":{"body":106,"breadcrumbs":6,"title":2},"40":{"body":23,"breadcrumbs":8,"title":3},"41":{"body":17,"breadcrumbs":7,"title":2},"42":{"body":43,"breadcrumbs":7,"title":2},"43":{"body":130,"breadcrumbs":6,"title":1},"44":{"body":10,"breadcrumbs":8,"title":4},"45":{"body":116,"breadcrumbs":12,"title":4},"46":{"body":0,"breadcrumbs":8,"title":2},"47":{"body":39,"breadcrumbs":8,"title":2},"48":{"body":21,"breadcrumbs":8,"title":2},"49":{"body":29,"breadcrumbs":8,"title":2},"5":{"body":8,"breadcrumbs":6,"title":2},"50":{"body":21,"breadcrumbs":9,"title":3},"51":{"body":19,"breadcrumbs":14,"title":5},"52":{"body":120,"breadcrumbs":13,"title":4},"53":{"body":67,"breadcrumbs":14,"title":5},"54":{"body":24,"breadcrumbs":10,"title":1},"55":{"body":91,"breadcrumbs":10,"title":3},"56":{"body":10,"breadcrumbs":6,"title":3},"57":{"body":84,"breadcrumbs":11,"title":5},"58":{"body":86,"breadcrumbs":7,"title":2},"59":{"body":99,"breadcrumbs":5,"title":1},"6":{"body":36,"breadcrumbs":7,"title":3},"60":{"body":130,"breadcrumbs":5,"title":1},"7":{"body":84,"breadcrumbs":8,"title":4},"8":{"body":52,"breadcrumbs":8,"title":4},"9":{"body":51,"breadcrumbs":7,"title":3}},"docs":{"0":{"body":"This book focuses on the Nomos Testing Framework. It assumes familiarity with\\nthe Nomos architecture, but for completeness, here is a short primer. Nomos is a modular blockchain protocol with validators and a data-availability\\n(DA) subsystem. Validators participate in consensus and produce blocks. Executors are validators with the DA dispersal service enabled. They can\\nsubmit transactions and disperse blob data to the DA network. Data Availability (DA) handles blob data within transactions. When\\ntransactions include ChannelBlob operations, executors disperse the blob data\\nto the DA network, and validators sample and verify it’s available. These roles interact tightly, which is why meaningful testing must be performed\\nin multi-node environments that include real networking, timing, and DA\\ninteraction.","breadcrumbs":"Project Context Primer » Project Context Primer","id":"0","title":"Project Context Primer"},"1":{"body":"This book gives you a clear mental model for Nomos multi-node testing, shows how\\nto author scenarios that pair realistic workloads with explicit expectations,\\nand guides you to run them across local, containerized, and cluster environments\\nwithout changing the plan.","breadcrumbs":"What You Will Learn » What You Will Learn","id":"1","title":"What You Will Learn"},"10":{"body":"Always run long enough for meaningful block production: #![allow(unused)] fn main() {\\n// Bad: too short\\n.with_run_duration(Duration::from_secs(5)) // Maybe 0-1 blocks // Good: enough blocks for assertions\\n.with_run_duration(Duration::from_secs(60)) // ~10+ blocks } The framework enforces minimum durations, but be explicit. Very short runs\\nrisk false confidence—one lucky block doesn’t prove liveness.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Minimum Run Windows","id":"10","title":"Minimum Run Windows"},"11":{"body":"These principles keep scenarios: Portable across environments (protocol time, declarative) Debuggable (determinism, separation of concerns) Meaningful (observable signals, sufficient duration) When authoring scenarios, ask: “Does this test the protocol behavior or\\nmy local environment quirks?”","breadcrumbs":"Part I — Foundations » Testing Philosophy » Summary","id":"11","title":"Summary"},"12":{"body":"Build the plan: Declare a topology, attach workloads and expectations, and set the run window. The plan is the single source of truth for what will happen. Deploy: Hand the plan to a deployer. It provisions the environment on the chosen backend and waits for nodes to signal readiness, then returns a Runner. Drive workloads: Start traffic and behaviors (transactions, data-availability activity, restarts) for the planned duration. Observe blocks and signals: Track block progression and other high-level metrics during or after the run window to ground assertions in protocol time. Evaluate expectations: Once activity stops (and optional cooldown completes), check liveness and workload-specific outcomes to decide pass or fail. Cleanup: Tear down resources so successive runs start fresh and do not inherit leaked state. flowchart LR P[Plan
topology + workloads + expectations] --> D[Deploy
deployer provisions] D --> R[Readiness
wait for nodes] R --> Run[Run
runner orchestrates] Run --> W[Drive Workloads] W --> O[Observe
blocks/metrics] O --> E[Evaluate Expectations] E --> C[Cleanup]","breadcrumbs":"Part I — Foundations » Scenario Lifecycle (Conceptual) » Scenario Lifecycle (Conceptual)","id":"12","title":"Scenario Lifecycle (Conceptual)"},"13":{"body":"Modular crates keep configuration, orchestration, workloads, and runners decoupled so each can evolve without breaking the others. Pluggable runners let the same scenario run on a laptop, a Docker host, or a Kubernetes cluster, making validation portable across environments. Separated workloads and expectations clarify intent: what traffic to generate versus how to judge success. This simplifies review and reuse. Declarative topology makes cluster shape explicit and repeatable, reducing surprise when moving between CI and developer machines. Maintainability through predictability: a clear flow from plan to deployment to verification lowers the cost of extending the framework and interpreting failures.","breadcrumbs":"Part I — Foundations » Design Rationale » Design Rationale","id":"13","title":"Design Rationale"},"14":{"body":"Practical guidance for shaping scenarios, combining workloads and expectations,\\nand running them across different environments.","breadcrumbs":"Part II — User Guide » Part II — User Guide","id":"14","title":"Part II — User Guide"},"15":{"body":"The workspace focuses on multi-node integration testing and sits alongside a nomos-node checkout. Its crates separate concerns to keep scenarios\\nrepeatable and portable: Configs: prepares high-level node, network, tracing, and wallet settings\\nused across test environments. Core scenario orchestration: the engine that holds topology descriptions,\\nscenario plans, runtimes, workloads, and expectations. Workflows: ready-made workloads (transactions, data-availability, chaos)\\nand reusable expectations assembled into a user-facing DSL. Runners: deployment backends for local processes, Docker Compose, and\\nKubernetes, all consuming the same scenario plan. Test workflows: example scenarios and integration checks that show how\\nthe pieces fit together. This split keeps configuration, orchestration, reusable traffic patterns, and\\ndeployment adapters loosely coupled while sharing one mental model for tests.","breadcrumbs":"Part II — User Guide » Workspace Layout » Workspace Layout","id":"15","title":"Workspace Layout"},"16":{"body":"High-level view of the workspace and how pieces relate: nomos-testing/\\n├─ testing-framework/\\n│ ├─ configs/ # shared configuration helpers\\n│ ├─ core/ # scenario model, runtime, topology\\n│ ├─ workflows/ # workloads, expectations, DSL extensions\\n│ └─ runners/ # local, compose, k8s deployment backends\\n├─ tests/ # integration scenarios using the framework\\n└─ scripts/ # supporting setup utilities (e.g., assets) Each area maps to a responsibility: describe configs, orchestrate scenarios,\\npackage common traffic and assertions, adapt to environments, and demonstrate\\nend-to-end usage.","breadcrumbs":"Part II — User Guide » Annotated Tree » Annotated Tree","id":"16","title":"Annotated Tree"},"17":{"body":"Creating a scenario is a declarative exercise: Shape the topology: decide how many validators and executors to run, and\\nwhat high-level network and data-availability characteristics matter for the\\ntest. Attach workloads: pick traffic generators that align with your goals\\n(transactions, data-availability blobs, or chaos for resilience probes). Define expectations: specify the health signals that must hold when the\\nrun finishes (e.g., consensus liveness, inclusion of submitted activity; see Core Content: Workloads & Expectations). Set duration: choose a run window long enough to observe meaningful\\nblock progression and the effects of your workloads. Choose a runner: target local processes for fast iteration, Docker\\nCompose for reproducible multi-node stacks, or Kubernetes for cluster-grade\\nvalidation. For environment considerations, see Operations. Keep scenarios small and explicit: make the intended behavior and the success\\ncriteria clear so failures are easy to interpret and act upon.","breadcrumbs":"Part II — User Guide » Authoring Scenarios » Authoring Scenarios","id":"17","title":"Authoring Scenarios"},"18":{"body":"Workloads describe the activity a scenario generates; expectations describe the\\nsignals that must hold when that activity completes. Both are pluggable so\\nscenarios stay readable and purpose-driven.","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Core Content: Workloads & Expectations","id":"18","title":"Core Content: Workloads & Expectations"},"19":{"body":"Transaction workload: submits user-level transactions at a configurable\\nrate and can limit how many distinct actors participate. Data-availability workload: drives blob and channel activity to exercise\\ndata-availability paths. Chaos workload: triggers controlled node restarts to test resilience and\\nrecovery behaviors (requires a runner that can control nodes).","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Workloads","id":"19","title":"Workloads"},"2":{"body":"Conceptual chapters that establish the mental model for the framework and how\\nit approaches multi-node testing.","breadcrumbs":"Part I — Foundations » Part I — Foundations","id":"2","title":"Part I — Foundations"},"20":{"body":"Consensus liveness: verifies the system continues to produce blocks in\\nline with the planned workload and timing window. Workload-specific checks: each workload can attach its own success\\ncriteria (e.g., inclusion of submitted activity) so scenarios remain concise. Together, workloads and expectations let you express both the pressure applied\\nto the system and the definition of “healthy” for that run. flowchart TD I[Inputs
topology + wallets + rates] --> Init[Workload init] Init --> Drive[Drive traffic] Drive --> Collect[Collect signals] Collect --> Eval[Expectations evaluate]","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Expectations","id":"20","title":"Expectations"},"21":{"body":"Patterns that keep scenarios readable and reusable: Topology-first: start by shaping the cluster (counts, layout) so later\\nsteps inherit a clear foundation. Bundle defaults: use the DSL helpers to attach common expectations (like\\nliveness) whenever you add a matching workload, reducing forgotten checks. Intentional rates: express traffic in per-block terms to align with\\nprotocol timing rather than wall-clock assumptions. Opt-in chaos: enable restart patterns only in scenarios meant to probe\\nresilience; keep functional smoke tests deterministic. Wallet clarity: seed only the number of actors you need; it keeps\\ntransaction scenarios deterministic and interpretable. These patterns make scenario definitions self-explanatory while staying aligned\\nwith the framework’s block-oriented timing model.","breadcrumbs":"Part II — User Guide » Core Content: ScenarioBuilderExt Patterns » Core Content: ScenarioBuilderExt Patterns","id":"21","title":"Core Content: ScenarioBuilderExt Patterns"},"22":{"body":"State your intent: document the goal of each scenario (throughput, DA\\nvalidation, resilience) so expectation choices are obvious. Keep runs meaningful: choose durations that allow multiple blocks and make\\ntiming-based assertions trustworthy. Separate concerns: start with deterministic workloads for functional\\nchecks; add chaos in dedicated resilience scenarios to avoid noisy failures. Reuse patterns: standardize on shared topology and workload presets so\\nresults are comparable across environments and teams. Observe first, tune second: rely on liveness and inclusion signals to\\ninterpret outcomes before tweaking rates or topology. Environment fit: pick runners that match the feedback loop you need—local\\nfor speed, compose for reproducible stacks, k8s for cluster-grade fidelity. Minimal surprises: seed only necessary wallets and keep configuration\\ndeltas explicit when moving between CI and developer machines.","breadcrumbs":"Part II — User Guide » Best Practices » Best Practices","id":"22","title":"Best Practices"},"23":{"body":"Concrete scenarios showing how to combine topologies, workloads, and\\nexpectations. Copy and adjust these to fit your needs.","breadcrumbs":"Part II — User Guide » Examples » Examples","id":"23","title":"Examples"},"24":{"body":"Basic smoke test verifying validators can produce blocks. #![allow(unused)] fn main() {\\nuse nomos_testing_core::scenario::{Deployer, ScenarioBuilder};\\nuse nomos_testing_runner_local::LocalDeployer;\\nuse nomos_testing_workflows::ScenarioBuilderExt;\\nuse std::time::Duration; #[tokio::test]\\nasync fn test_consensus_liveness() -> Result<(), Box> { let mut plan = ScenarioBuilder::with_node_counts(3, 0) .expect_consensus_liveness() .with_run_duration(Duration::from_secs(30)) .build(); let deployer = LocalDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } When to use: Quick validation that consensus works on minimal hardware.","breadcrumbs":"Part II — User Guide » Examples » Simple consensus liveness","id":"24","title":"Simple consensus liveness"},"25":{"body":"Submit transactions and verify inclusion. #![allow(unused)] fn main() {\\n#[tokio::test]\\nasync fn test_transaction_inclusion() -> Result<(), Box> { let mut plan = ScenarioBuilder::with_node_counts(2, 1) .wallets(10) .transactions() .rate(5) .users(5) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(60)) .build(); let deployer = LocalDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } When to use: Verify transaction submission and inclusion under light load.","breadcrumbs":"Part II — User Guide » Examples » Transaction workload","id":"25","title":"Transaction workload"},"26":{"body":"Stress both transaction and DA paths simultaneously. #![allow(unused)] fn main() {\\n#[tokio::test]\\nasync fn test_mixed_workload() -> Result<(), Box> { let mut plan = ScenarioBuilder::with_node_counts(3, 2) .wallets(20) .transactions() .rate(10) .users(10) .apply() .da() .channel_rate(2) .blob_rate(1) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(120)) .build(); let deployer = LocalDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } When to use: End-to-end validation that transaction and DA layers work together.","breadcrumbs":"Part II — User Guide » Examples » DA + transaction workload","id":"26","title":"DA + transaction workload"},"27":{"body":"Verify consensus survives node restarts. #![allow(unused)] fn main() {\\n#[tokio::test]\\nasync fn test_chaos_resilience() -> Result<(), Box> { let mut plan = ScenarioBuilder::with_node_counts(4, 1) .enable_node_control() .wallets(10) .transactions() .rate(5) .users(5) .apply() .chaos() .restart() .min_delay(Duration::from_secs(15)) .max_delay(Duration::from_secs(25)) .target_cooldown(Duration::from_secs(45)) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(90)) .build(); let deployer = LocalDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } When to use: Resilience validation and operational readiness testing.","breadcrumbs":"Part II — User Guide » Examples » Chaos resilience test","id":"27","title":"Chaos resilience test"},"28":{"body":"Realistic advanced scenarios for capacity testing, operational validation, and\\nresilience probing.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Advanced Examples","id":"28","title":"Advanced Examples"},"29":{"body":"Find the breaking point by gradually increasing transaction rate. #![allow(unused)] fn main() {\\n#[tokio::test]\\nasync fn test_capacity_limit() -> Result<(), Box> { for rate in [10, 20, 50, 100] { let mut plan = ScenarioBuilder::with_node_counts(3, 2) .wallets(50) .transactions() .rate(rate) .users(20) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(60)) .build(); let deployer = LocalDeployer::default(); let runner = deployer.deploy(&plan).await?; match runner.run(&mut plan).await { Ok(_) => println!(\\"✓ Handled {rate} tx/block\\"), Err(e) => { println!(\\"✗ Failed at {rate} tx/block: {e}\\"); break; } } } Ok(())\\n} } When to use: Capacity planning, finding performance limits, validating\\nhardware requirements.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Load progression test","id":"29","title":"Load progression test"},"3":{"body":"The Nomos Testing Framework is a purpose-built toolkit for exercising Nomos in\\nrealistic, multi-node environments. It solves the gap between small, isolated\\ntests and full-system validation by letting teams describe a cluster layout,\\ndrive meaningful traffic, and assert the outcomes in one coherent plan. It is for protocol engineers, infrastructure operators, and QA teams who need\\nrepeatable confidence that validators, executors, and data-availability\\ncomponents work together under network and timing constraints. Multi-node integration testing is required because many Nomos behaviors—block\\nprogress, data availability, liveness under churn—only emerge when several\\nroles interact over real networking and time. This framework makes those checks\\ndeclarative, observable, and portable across environments.","breadcrumbs":"Part I — Foundations » Introduction » Introduction","id":"3","title":"Introduction"},"30":{"body":"Run moderate load for extended duration to catch memory leaks or gradual\\ndegradation. #![allow(unused)] fn main() {\\n#[tokio::test]\\nasync fn test_sustained_load() -> Result<(), Box> { let mut plan = ScenarioBuilder::with_node_counts(4, 2) .wallets(100) .transactions() .rate(20) .users(30) .apply() .da() .channel_rate(5) .blob_rate(2) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(600)) // 10 minutes .build(); let deployer = ComposeRunner::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } When to use: Soak testing, memory leak detection, long-term stability\\nvalidation before production.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Sustained load test","id":"30","title":"Sustained load test"},"31":{"body":"Restart validators one at a time (like a rolling upgrade) while maintaining\\nconsensus. #![allow(unused)] fn main() {\\n#[tokio::test]\\nasync fn test_rolling_restart() -> Result<(), Box> { let mut plan = ScenarioBuilder::with_node_counts(5, 1) // Need 5 to tolerate 1 down .enable_node_control() .wallets(20) .transactions() .rate(10) .users(10) .apply() .chaos() .restart() .min_delay(Duration::from_secs(30)) // Space out restarts .max_delay(Duration::from_secs(40)) .target_cooldown(Duration::from_secs(120)) // Long cooldown = one at a time .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(300)) .build(); let deployer = ComposeRunner::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } When to use: Validating rolling upgrade procedures, verifying graceful\\nhandoff during restarts.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Rolling restart test","id":"31","title":"Rolling restart test"},"32":{"body":"Kill executor mid-test, verify another executor can handle transaction\\nsubmission. #![allow(unused)] fn main() {\\n#[tokio::test]\\nasync fn test_executor_failover() -> Result<(), Box> { let mut plan = ScenarioBuilder::with_node_counts(3, 2) // 2 executors for redundancy .enable_node_control() .wallets(20) .transactions() .rate(10) .users(10) .apply() .chaos() .restart() .min_delay(Duration::from_secs(20)) .max_delay(Duration::from_secs(30)) .target_cooldown(Duration::from_secs(200)) // Restart only once .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(90)) .build(); let deployer = LocalDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } When to use: Validating that executor failure doesn’t break transaction\\nsubmission, testing operational redundancy.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Executor failover test","id":"32","title":"Executor failover test"},"33":{"body":"Restart multiple validators simultaneously (simulating network partition), verify\\nrecovery. #![allow(unused)] fn main() {\\n#[tokio::test]\\nasync fn test_partition_recovery() -> Result<(), Box> { let mut plan = ScenarioBuilder::with_node_counts(7, 1) // Need 7 to tolerate 2-3 down .enable_node_control() .wallets(20) .transactions() .rate(5) .users(10) .apply() .chaos() .restart() .min_delay(Duration::from_secs(10)) // Short delays = multiple nodes restart close together .max_delay(Duration::from_secs(15)) .target_cooldown(Duration::from_secs(60)) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(120)) .build(); let deployer = ComposeRunner::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } When to use: Testing recovery from network partitions, validating Byzantine\\nfault tolerance limits (with 7 validators, can tolerate 2 Byzantine = up to 2-3\\nsimultaneous restarts).","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Partition recovery test","id":"33","title":"Partition recovery test"},"34":{"body":"","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Extension Ideas","id":"34","title":"Extension Ideas"},"35":{"body":"Verify block production stays within expected timing bounds by collecting block\\ntimestamps from the block feed, calculating intervals, and asserting they stay\\nwithin tolerance of the configured slot duration. Why useful: Catches timing degradation that liveness checks miss (blocks\\nprogress, but too slowly).","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Custom Expectation: Block Timing Consistency","id":"35","title":"Custom Expectation: Block Timing Consistency"},"36":{"body":"A deployer that generates configs, validates them against schema, checks for\\nconflicts (duplicate ports, invalid DA params), but never starts processes. Why useful: Fast config validation in CI before actual deployment.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Custom Deployer: Config Validator","id":"36","title":"Custom Deployer: Config Validator"},"37":{"body":"Running a scenario follows the same conceptual flow regardless of environment: Select or author a scenario plan that pairs a topology with workloads,\\nexpectations, and a suitable run window. Choose a runner aligned with your environment (local, compose, or k8s) and\\nensure its prerequisites are available. Deploy the plan through the runner; wait for readiness signals before\\nstarting workloads. Let workloads drive activity for the planned duration; keep observability\\nsignals visible so you can correlate outcomes. Evaluate expectations and capture results as the primary pass/fail signal. Use the same plan across different runners to compare behavior between local\\ndevelopment and CI or cluster settings. For environment prerequisites and\\nflags, see Operations.","breadcrumbs":"Part II — User Guide » Running Scenarios » Running Scenarios","id":"37","title":"Running Scenarios"},"38":{"body":"Runners turn a scenario plan into a live environment while keeping the plan\\nunchanged. Choose based on feedback speed, reproducibility, and fidelity. For\\nenvironment and operational considerations, see Operations:","breadcrumbs":"Part II — User Guide » Runners » Runners","id":"38","title":"Runners"},"39":{"body":"Launches node processes directly on the host. Fastest feedback loop and minimal orchestration overhead. Best for development-time iteration and debugging.","breadcrumbs":"Part II — User Guide » Runners » Local runner","id":"39","title":"Local runner"},"4":{"body":"The framework follows a clear flow: Topology → Scenario → Deploy → Run → Verify. Topology describes the cluster: how many nodes, their roles, and the high-level network and data-availability parameters they should follow. Scenario combines that topology with the activities to run and the checks to perform, forming a single plan. Deployer provisions infrastructure on the chosen backend (local processes, Docker Compose, or Kubernetes), waits for readiness, and returns a Runner. Runner orchestrates execution: starts workloads, observes signals, evaluates expectations, and cleans up. Workloads generate traffic and conditions that exercise the system. Expectations observe the run and judge success or failure once activity completes. flowchart LR A(Topology
shape cluster) --> B(Scenario
plan) B --> C(Deployer
provision infrastructure) C --> D(Runner
orchestrate execution) D --> E(Workloads
drive traffic) E --> F(Expectations
verify outcomes) Each layer has a narrow responsibility so that cluster shape, deployment choice,\\ntraffic generation, and health checks can evolve independently while fitting\\ntogether predictably.","breadcrumbs":"Part I — Foundations » Architecture Overview » Architecture Overview","id":"4","title":"Architecture Overview"},"40":{"body":"Starts nodes in containers to provide a reproducible multi-node stack on a\\nsingle machine. Discovers service ports and wires observability for convenient inspection. Good balance between fidelity and ease of setup.","breadcrumbs":"Part II — User Guide » Runners » Docker Compose runner","id":"40","title":"Docker Compose runner"},"41":{"body":"Deploys nodes onto a cluster for higher-fidelity, longer-running scenarios. Suits CI or shared environments where cluster behavior and scheduling matter.","breadcrumbs":"Part II — User Guide » Runners » Kubernetes runner","id":"41","title":"Kubernetes runner"},"42":{"body":"All runners require at least one validator and, for transaction scenarios,\\naccess to seeded wallets. Readiness probes gate workload start so traffic begins only after nodes are\\nreachable. Environment flags can relax timeouts or increase tracing when diagnostics are\\nneeded. flowchart TD Plan[Scenario Plan] --> RunSel[Runner
local | compose | k8s] RunSel --> Provision[Provision & readiness] Provision --> Runtime[Runtime + observability] Runtime --> Exec[Workloads & Expectations execute]","breadcrumbs":"Part II — User Guide » Runners » Common expectations","id":"42","title":"Common expectations"},"43":{"body":"Operational readiness focuses on prerequisites, environment fit, and clear\\nsignals: Prerequisites: keep a sibling nomos-node checkout available; ensure the\\nchosen runner’s platform needs are met (local binaries for host runs, Docker\\nfor compose, cluster access for k8s). Artifacts: some scenarios depend on prover or circuit assets; fetch them\\nahead of time with the provided helper scripts when needed. Environment flags: use slow-environment toggles to relax timeouts, enable\\ntracing when debugging, and adjust observability ports to avoid clashes. Readiness checks: verify runners report node readiness before starting\\nworkloads; this avoids false negatives from starting too early. Failure triage: map failures to missing prerequisites (wallet seeding,\\nnode control availability), runner platform issues, or unmet expectations.\\nStart with liveness signals, then dive into workload-specific assertions. Treat operational hygiene—assets present, prerequisites satisfied, observability\\nreachable—as the first step to reliable scenario outcomes. flowchart TD Expose[Runner exposes endpoints/ports] --> Collect[Runtime collects block/health signals] Collect --> Consume[Expectations consume signals
decide pass/fail] Consume --> Inspect[Operators inspect logs/metrics
when failures arise]","breadcrumbs":"Part II — User Guide » Operations » Operations","id":"43","title":"Operations"},"44":{"body":"Deep dives for contributors who extend the framework, evolve its abstractions,\\nor maintain the crate set.","breadcrumbs":"Part III — Developer Reference » Part III — Developer Reference","id":"44","title":"Part III — Developer Reference"},"45":{"body":"The scenario model defines clear, composable responsibilities: Topology: a declarative description of the cluster—how many nodes, their\\nroles, and the broad network and data-availability characteristics. It\\nrepresents the intended shape of the system under test. Scenario: a plan combining topology, workloads, expectations, and a run\\nwindow. Building a scenario validates prerequisites (like seeded wallets) and\\nensures the run lasts long enough to observe meaningful block progression. Workloads: asynchronous tasks that generate traffic or conditions. They\\nuse shared context to interact with the deployed cluster and may bundle\\ndefault expectations. Expectations: post-run assertions. They can capture baselines before\\nworkloads start and evaluate success once activity stops. Runtime: coordinates workloads and expectations for the configured\\nduration, enforces cooldowns when control actions occur, and ensures cleanup\\nso runs do not leak resources. Developers extending the model should keep these boundaries strict: topology\\ndescribes, scenarios assemble, runners deploy, workloads drive, and expectations\\njudge outcomes. For guidance on adding new capabilities, see Extending the Framework.","breadcrumbs":"Part III — Developer Reference » Scenario Model (Developer Level) » Scenario Model (Developer Level)","id":"45","title":"Scenario Model (Developer Level)"},"46":{"body":"","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Extending the Framework","id":"46","title":"Extending the Framework"},"47":{"body":"Implement testing_framework_core::scenario::Workload: Provide a name and any bundled expectations. In init, derive inputs from GeneratedTopology and RunMetrics; fail\\nfast if prerequisites are missing (e.g., wallet data, node addresses). In start, drive async traffic using the RunContext clients. Expose the workload from a module under testing-framework/workflows and\\nconsider adding a DSL helper for ergonomic wiring.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding a workload","id":"47","title":"Adding a workload"},"48":{"body":"Implement testing_framework_core::scenario::Expectation: Use start_capture to snapshot baseline metrics. Use evaluate to assert outcomes after workloads finish; return all errors\\nso the runner can aggregate them. Export it from testing-framework/workflows if it is reusable.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding an expectation","id":"48","title":"Adding an expectation"},"49":{"body":"Implement testing_framework_core::scenario::Deployer for your backend. Produce a RunContext with NodeClients, metrics endpoints, and optional NodeControlHandle. Guard cleanup with CleanupGuard to reclaim resources even on failures. Mirror the readiness and block-feed probes used by the existing runners so\\nworkloads can rely on consistent signals.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding a runner","id":"49","title":"Adding a runner"},"5":{"body":"The framework follows these principles. They shape how you write tests and\\ninterpret results.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Testing Philosophy","id":"5","title":"Testing Philosophy"},"50":{"body":"Extend testing_framework_core::topology::TopologyBuilder with new layouts or\\nconfiguration presets (e.g., specialized DA parameters). Keep defaults safe:\\nensure at least one participant and clamp dispersal factors as the current\\nhelpers do.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding topology helpers","id":"50","title":"Adding topology helpers"},"51":{"body":"A minimal, end-to-end illustration of adding a custom workload and matching\\nexpectation. This shows the shape of the traits and where to plug into the\\nframework; expand the logic to fit your real test.","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Example: New Workload & Expectation (Rust)","id":"51","title":"Example: New Workload & Expectation (Rust)"},"52":{"body":"Key ideas: name: identifies the workload in logs. expectations: workloads can bundle defaults so callers don’t forget checks. init: derive inputs from the generated topology (e.g., pick a target node). start: drive async activity using the shared RunContext. #![allow(unused)] fn main() {\\nuse std::sync::Arc;\\nuse async_trait::async_trait;\\nuse testing_framework_core::scenario::{ DynError, Expectation, RunContext, RunMetrics, Workload,\\n};\\nuse testing_framework_core::topology::GeneratedTopology; pub struct ReachabilityWorkload { target_idx: usize, bundled: Vec>,\\n} impl ReachabilityWorkload { pub fn new(target_idx: usize) -> Self { Self { target_idx, bundled: vec![Box::new(ReachabilityExpectation::new(target_idx))], } }\\n} #[async_trait]\\nimpl Workload for ReachabilityWorkload { fn name(&self) -> &\'static str { \\"reachability_workload\\" } fn expectations(&self) -> Vec> { self.bundled.clone() } fn init( &mut self, topology: &GeneratedTopology, _metrics: &RunMetrics, ) -> Result<(), DynError> { if topology.validators().get(self.target_idx).is_none() { return Err(\\"no validator at requested index\\".into()); } Ok(()) } async fn start(&self, ctx: &RunContext) -> Result<(), DynError> { let client = ctx .clients() .validators() .get(self.target_idx) .ok_or(\\"missing target client\\")?; // Pseudo-action: issue a lightweight RPC to prove reachability. client.health_check().await.map_err(|e| e.into()) }\\n} }","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Workload: simple reachability probe","id":"52","title":"Workload: simple reachability probe"},"53":{"body":"Key ideas: start_capture: snapshot baseline if needed (not used here). evaluate: assert the condition after workloads finish. #![allow(unused)] fn main() {\\nuse async_trait::async_trait;\\nuse testing_framework_core::scenario::{DynError, Expectation, RunContext}; pub struct ReachabilityExpectation { target_idx: usize,\\n} impl ReachabilityExpectation { pub fn new(target_idx: usize) -> Self { Self { target_idx } }\\n} #[async_trait]\\nimpl Expectation for ReachabilityExpectation { fn name(&self) -> &str { \\"target_reachable\\" } async fn evaluate(&mut self, ctx: &RunContext) -> Result<(), DynError> { let client = ctx .clients() .validators() .get(self.target_idx) .ok_or(\\"missing target client\\")?; client.health_check().await.map_err(|e| { format!(\\"target became unreachable during run: {e}\\").into() }) }\\n} }","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Expectation: confirm the target stayed reachable","id":"53","title":"Expectation: confirm the target stayed reachable"},"54":{"body":"Build your scenario as usual and call .with_workload(ReachabilityWorkload::new(0)). The bundled expectation is attached automatically; you can add more with .with_expectation(...) if needed. Keep the logic minimal and fast for smoke tests; grow it into richer probes\\nfor deeper scenarios.","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » How to wire it","id":"54","title":"How to wire it"},"55":{"body":"High-level roles of the crates that make up the framework: Configs: prepares reusable configuration primitives for nodes, networking,\\ntracing, data availability, and wallets, shared by all scenarios and runners. Core scenario orchestration: houses the topology and scenario model,\\nruntime coordination, node clients, and readiness/health probes. Workflows: packages workloads and expectations into reusable building\\nblocks and offers a fluent DSL to assemble them. Runners: implements deployment backends (local host, Docker Compose,\\nKubernetes) that all consume the same scenario plan. Test workflows: example scenarios and integration checks that exercise the\\nframework end to end and serve as living documentation. Use this map to locate where to add new capabilities: configuration primitives\\nin configs, orchestration changes in core, reusable traffic/assertions in\\nworkflows, environment adapters in runners, and demonstrations in tests.","breadcrumbs":"Part III — Developer Reference » Internal Crate Reference » Internal Crate Reference","id":"55","title":"Internal Crate Reference"},"56":{"body":"Quick-reference material and supporting guidance to keep scenarios discoverable,\\ndebuggable, and consistent.","breadcrumbs":"Part IV — Appendix » Part IV — Appendix","id":"56","title":"Part IV — Appendix"},"57":{"body":"The framework offers a fluent builder style to keep scenarios readable. Common\\nknobs: Topology shaping: set validator and executor counts, pick a network layout\\nstyle, and adjust high-level data-availability traits. Wallet seeding: define how many users participate and the total funds\\navailable for transaction workloads. Workload tuning: configure transaction rates, data-availability channel\\nand blob rates, and whether chaos restarts should include validators,\\nexecutors, or both. Expectations: attach liveness and workload-specific checks so success is\\nexplicit. Run window: set a minimum duration long enough for multiple blocks to be\\nobserved and verified. Use these knobs to express intent clearly, keeping scenario definitions concise\\nand consistent across teams.","breadcrumbs":"Part IV — Appendix » DSL Cheat Sheet » Core Content: DSL Cheat Sheet","id":"57","title":"Core Content: DSL Cheat Sheet"},"58":{"body":"Common symptoms and likely causes: No or slow block progression: runner started workloads before readiness, insufficient run window, or environment too slow—extend duration or enable slow-environment tuning. Transactions not included: missing or insufficient wallet seeding, misaligned transaction rate with block cadence, or network instability—reduce rate and verify wallet setup. Chaos stalls the run: node control not available for the chosen runner or restart cadence too aggressive—enable control capability and widen restart intervals. Observability gaps: metrics or logs unreachable because ports clash or services are not exposed—adjust observability ports and confirm runner wiring. Flaky behavior across runs: mixing chaos with functional smoke tests or inconsistent topology between environments—separate deterministic and chaos scenarios and standardize topology presets.","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Troubleshooting Scenarios","id":"58","title":"Troubleshooting Scenarios"},"59":{"body":"Why block-oriented timing? Using block cadence reduces dependence on host speed and keeps assertions aligned\\nwith protocol behavior. Can I reuse the same scenario across runners? Yes. The plan stays the same; swap runners (local, compose, k8s) to target\\ndifferent environments. When should I enable chaos workloads? Only when testing resilience or operational recovery; keep functional smoke\\ntests deterministic. How long should runs be? Long enough for multiple blocks so liveness and inclusion checks are\\nmeaningful; very short runs risk false confidence. Do I always need seeded wallets? Only for transaction scenarios. Data-availability or pure chaos scenarios may\\nnot require them, but liveness checks still need validators producing blocks. What if expectations fail but workloads “look fine”? Trust expectations first—they capture the intended success criteria. Use the\\nobservability signals and runner logs to pinpoint why the system missed the\\ntarget.","breadcrumbs":"Part IV — Appendix » FAQ » FAQ","id":"59","title":"FAQ"},"6":{"body":"Describe what you want to test, not how to orchestrate it: #![allow(unused)] fn main() {\\n// Good: declarative\\nScenarioBuilder::with_node_counts(2, 1) .transactions().rate(5).apply() .expect_consensus_liveness() .build(); // Bad: imperative (framework doesn\'t work this way)\\n// spawn_validator(); spawn_executor(); // loop { submit_tx(); check_block(); } } Why it matters: The framework handles deployment, readiness, and cleanup.\\nYou focus on test intent, not infrastructure orchestration.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Declarative over Imperative","id":"6","title":"Declarative over Imperative"},"60":{"body":"Validator: node role responsible for participating in consensus and block\\nproduction. Executor: a validator node with the DA dispersal service enabled. Executors\\ncan submit transactions and disperse blob data to the DA network, in addition\\nto performing all validator functions. DA (Data Availability): subsystem ensuring blobs or channel data are\\npublished and retrievable for validation. Deployer: component that provisions infrastructure (spawns processes,\\ncreates containers, or launches pods), waits for readiness, and returns a\\nRunner. Examples: LocalDeployer, ComposeRunner, K8sRunner. Runner: component returned by deployers that orchestrates scenario\\nexecution—starts workloads, observes signals, evaluates expectations, and\\ntriggers cleanup. Workload: traffic or behavior generator that exercises the system during a\\nscenario run. Expectation: post-run assertion that judges whether the system met the\\nintended success criteria. Topology: declarative description of the cluster shape, roles, and\\nhigh-level parameters for a scenario. Scenario: immutable plan combining topology, workloads, expectations, and\\nrun duration. Blockfeed: stream of block observations used for liveness or inclusion\\nsignals during a run. Control capability: the ability for a runner to start, stop, or restart\\nnodes, used by chaos workloads.","breadcrumbs":"Part IV — Appendix » Glossary » Glossary","id":"60","title":"Glossary"},"7":{"body":"Reason in blocks and consensus intervals, not wall-clock seconds: #![allow(unused)] fn main() {\\n// Good: protocol-oriented thinking\\nlet plan = ScenarioBuilder::with_node_counts(2, 1) .transactions().rate(5).apply() // 5 tx per block .with_run_duration(Duration::from_secs(60)) // Let framework calculate expected blocks .expect_consensus_liveness() // \\"Did we produce the expected blocks?\\" .build(); // Bad: wall-clock assumptions\\n// \\"I expect at least 30 blocks in 60 seconds\\"\\n// Brittle if readiness or startup takes longer on slow CI } Why it matters: Block production rate is fixed by consensus parameters (e.g.,\\n2-second slot duration), but node startup and readiness vary by environment—fast\\non a laptop, slow on overloaded CI. The framework measures in blocks (protocol\\ntime), not wall-clock seconds, so tests focus on “did consensus work?” rather\\nthan “was the hardware fast enough?”","breadcrumbs":"Part I — Foundations » Testing Philosophy » Protocol Time, Not Wall Time","id":"7","title":"Protocol Time, Not Wall Time"},"8":{"body":"Default scenarios are repeatable: Fixed topology Predictable traffic rates Deterministic checks Chaos is opt-in: #![allow(unused)] fn main() {\\n// Separate: functional test (deterministic)\\nlet plan = ScenarioBuilder::with_node_counts(2, 1) .transactions().rate(5).apply() .expect_consensus_liveness() .build(); // Separate: chaos test (introduces randomness)\\nlet chaos_plan = ScenarioBuilder::with_node_counts(3, 2) .enable_node_control() .chaos().restart().apply() .transactions().rate(5).apply() .expect_consensus_liveness() .build(); } Why it matters: Mixing determinism with chaos creates noisy, hard-to-debug\\nfailures. Separate concerns make failures actionable.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Determinism First, Chaos When Needed","id":"8","title":"Determinism First, Chaos When Needed"},"9":{"body":"Prefer user-facing signals over internal state: Good checks: ✅ Blocks progressing at expected rate (liveness) ✅ Transactions included within N blocks (inclusion) ✅ DA blobs retrievable (availability) Avoid internal checks: ❌ Memory pool size ❌ Internal service state ❌ Cache hit rates Why it matters: User-facing signals reflect actual system health.\\nInternal state can be “healthy” while the system is broken from a user\\nperspective.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Observable Health Signals","id":"9","title":"Observable Health Signals"}},"length":61,"save":true},"fields":["title","body","breadcrumbs"],"index":{"body":{"root":{"0":{"df":2,"docs":{"10":{"tf":1.0},"24":{"tf":1.0}}},"1":{"0":{"0":{"df":1,"docs":{"29":{"tf":1.0}}},"df":3,"docs":{"10":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0}}},"df":8,"docs":{"10":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.4142135623730951},"33":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"2":{"0":{"df":1,"docs":{"29":{"tf":1.0}}},"df":7,"docs":{"26":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.7320508075688772},"7":{"tf":1.0},"8":{"tf":1.0}}},"3":{"0":{"df":1,"docs":{"7":{"tf":1.0}}},"df":1,"docs":{"33":{"tf":1.4142135623730951}}},"5":{"0":{"df":1,"docs":{"29":{"tf":1.0}}},"df":2,"docs":{"31":{"tf":1.0},"7":{"tf":1.0}}},"6":{"0":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}},"7":{"df":1,"docs":{"33":{"tf":1.4142135623730951}}},"_":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":8,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"a":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"60":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"42":{"tf":1.0},"43":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"45":{"tf":1.0},"52":{"tf":1.0},"8":{"tf":1.0}}}},"v":{"df":9,"docs":{"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"45":{"tf":1.0},"52":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"19":{"tf":1.0},"21":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"36":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"55":{"tf":1.0}}}}},"d":{"df":4,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"47":{"tf":1.0}}}}}}},"df":6,"docs":{"45":{"tf":1.0},"47":{"tf":1.4142135623730951},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"23":{"tf":1.0},"43":{"tf":1.0},"57":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"28":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"36":{"tf":1.0}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"48":{"tf":1.0}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"58":{"tf":1.0}}}}}}}}}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":4,"docs":{"17":{"tf":1.0},"21":{"tf":1.4142135623730951},"37":{"tf":1.0},"59":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":15,"docs":{"10":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}}}}},"df":1,"docs":{"22":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"10":{"tf":1.0},"59":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"56":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":9,"docs":{"20":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"4":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"43":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"15":{"tf":1.0},"45":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":12,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}}},"t":{"df":2,"docs":{"16":{"tf":1.0},"43":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"0":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{":":{":":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"52":{"tf":1.0},"53":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"52":{"tf":1.0},"53":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":12,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":6,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"54":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"17":{"tf":1.0},"37":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":16,"docs":{"0":{"tf":1.7320508075688772},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"37":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.4142135623730951},"45":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.7320508075688772},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"22":{"tf":1.0},"43":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"df":0,"docs":{}}}}},"b":{"(":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"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":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"4":{"tf":1.0},"49":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{}}}}},"d":{"df":3,"docs":{"10":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"22":{"tf":1.0},"38":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"45":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0}}}}}},"i":{"c":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}}}},"df":1,"docs":{"4":{"tf":1.0}},"e":{"c":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":7,"docs":{"22":{"tf":1.0},"30":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"58":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"42":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":9,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"22":{"tf":1.0},"39":{"tf":1.0}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":6,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"58":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"b":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{"df":1,"docs":{"26":{"tf":1.0}}},"2":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":6,"docs":{"0":{"tf":1.7320508075688772},"17":{"tf":1.0},"19":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":18,"docs":{"0":{"tf":1.0},"10":{"tf":2.23606797749979},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.0},"35":{"tf":2.23606797749979},"45":{"tf":1.0},"49":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":2.0},"60":{"tf":1.4142135623730951},"7":{"tf":2.6457513110645907},"9":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"0":{"tf":1.0},"1":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"18":{"tf":1.0},"20":{"tf":1.0},"26":{"tf":1.0},"57":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"45":{"tf":1.0}}}}},"df":1,"docs":{"35":{"tf":1.0}}},"df":0,"docs":{}}},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":9,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":3,"docs":{"13":{"tf":1.0},"29":{"tf":1.4142135623730951},"32":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"o":{"a":{"d":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"9":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":16,"docs":{"12":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"45":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"57":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":5,"docs":{"21":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.7320508075688772},"54":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"z":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"33":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}},"c":{"(":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}},"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":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"9":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"58":{"tf":1.4142135623730951},"59":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"54":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"45":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0}}}},"c":{"df":2,"docs":{"28":{"tf":1.0},"29":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"37":{"tf":1.0},"45":{"tf":1.0},"59":{"tf":1.0}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"30":{"tf":1.0},"35":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"58":{"tf":1.0}}}}},"df":1,"docs":{"4":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"1":{"tf":1.0},"55":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"2":{"df":1,"docs":{"26":{"tf":1.0}}},"5":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"0":{"tf":1.0}}},"df":0,"docs":{}}}},"df":3,"docs":{"19":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0}}}}}},"o":{"df":14,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"27":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.7320508075688772},"59":{"tf":1.4142135623730951},"60":{"tf":1.0},"8":{"tf":2.0}},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"45":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":16,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.4142135623730951},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"43":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"22":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"17":{"tf":1.4142135623730951},"22":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}}}}},"i":{"df":6,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0},"7":{"tf":1.4142135623730951}},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"50":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"43":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":5,"docs":{"12":{"tf":1.0},"45":{"tf":1.0},"49":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0}},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"r":{"df":7,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"57":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"|":{"df":2,"docs":{"52":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":4,"docs":{"47":{"tf":1.0},"52":{"tf":1.7320508075688772},"53":{"tf":1.7320508075688772},"55":{"tf":1.0}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"33":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":12,"docs":{"1":{"tf":1.0},"13":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.7320508075688772},"41":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.0},"60":{"tf":1.0}},"—":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"45":{"tf":1.0}}}}}}}}}}}},"o":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"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":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"43":{"tf":1.0}}}}}}}}},"df":3,"docs":{"20":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"14":{"tf":1.0},"23":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0},"60":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"42":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"22":{"tf":1.0},"37":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"18":{"tf":1.0},"4":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"3":{"tf":1.0},"60":{"tf":1.4142135623730951}}},"s":{"df":12,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"55":{"tf":1.0},"59":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"60":{"tf":1.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":3,"docs":{"30":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":3,"docs":{"12":{"tf":1.0},"2":{"tf":1.0},"37":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"8":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"20":{"tf":1.0},"57":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"4":{"tf":1.0},"45":{"tf":1.0},"53":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"3":{"tf":1.0},"59":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":4,"docs":{"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"36":{"tf":1.7320508075688772},"55":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"r":{"df":10,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.4142135623730951},"57":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"53":{"tf":1.0},"58":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":8,"docs":{"0":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.4142135623730951},"27":{"tf":1.0},"31":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.7320508075688772}}}}}},"i":{"d":{"df":1,"docs":{"47":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.0},"38":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"35":{"tf":1.0},"49":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"m":{"df":3,"docs":{"15":{"tf":1.0},"43":{"tf":1.4142135623730951},"55":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"40":{"tf":1.0},"60":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"1":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"57":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"0":{"tf":1.0},"45":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"20":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":5,"docs":{"19":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.0},"58":{"tf":1.4142135623730951},"60":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"40":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":3,"docs":{"12":{"tf":1.0},"31":{"tf":1.0},"45":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"45":{"tf":1.0},"55":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"23":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":7,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"55":{"tf":1.4142135623730951},"57":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"37":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"21":{"tf":1.0},"57":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"44":{"tf":1.0},"55":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"17":{"tf":1.0},"60":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":4,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"x":{"df":2,"docs":{"52":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":3,"docs":{"35":{"tf":1.0},"36":{"tf":1.0},"51":{"tf":1.0}}}}}}}},"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"[":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"12":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"a":{"df":8,"docs":{"0":{"tf":2.449489742783178},"22":{"tf":1.0},"26":{"tf":2.0},"30":{"tf":1.0},"36":{"tf":1.0},"50":{"tf":1.0},"60":{"tf":1.7320508075688772},"9":{"tf":1.0}},"t":{"a":{"df":13,"docs":{"0":{"tf":2.23606797749979},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"4":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"59":{"tf":1.0},"60":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":2,"docs":{"12":{"tf":1.0},"4":{"tf":1.0}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":3,"docs":{"39":{"tf":1.0},"43":{"tf":1.0},"8":{"tf":1.0}},"g":{"df":2,"docs":{"11":{"tf":1.0},"56":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"12":{"tf":1.0},"17":{"tf":1.0}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"r":{"df":8,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"3":{"tf":1.0},"45":{"tf":1.0},"6":{"tf":1.4142135623730951},"60":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"44":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":5,"docs":{"21":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"17":{"tf":1.0},"45":{"tf":1.0},"57":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"20":{"tf":1.0},"21":{"tf":1.0},"57":{"tf":1.0}}}}}}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":2,"docs":{"30":{"tf":1.0},"35":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"33":{"tf":1.0}}}},"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"16":{"tf":1.0},"55":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"43":{"tf":1.0},"59":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":21,"docs":{"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.7320508075688772},"37":{"tf":1.0},"4":{"tf":1.7320508075688772},"41":{"tf":1.0},"45":{"tf":1.4142135623730951},"55":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"(":{"&":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":9,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}}}},"df":0,"docs":{}}},"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":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"47":{"tf":1.0},"52":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":6,"docs":{"16":{"tf":1.0},"18":{"tf":1.4142135623730951},"3":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"45":{"tf":1.0},"60":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"11":{"tf":1.0},"8":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":6,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"14":{"tf":1.0},"37":{"tf":1.0},"59":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"39":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"40":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"56":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":3,"docs":{"0":{"tf":1.7320508075688772},"50":{"tf":1.0},"60":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"22":{"tf":1.0},"55":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"\'":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":2,"docs":{"10":{"tf":1.0},"32":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"n":{"df":3,"docs":{"12":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"[":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}},"df":8,"docs":{"12":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.0}},"n":{"df":1,"docs":{"18":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"l":{"df":6,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.0},"47":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":13,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"45":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":4,"docs":{"12":{"tf":1.0},"31":{"tf":1.0},"53":{"tf":1.0},"60":{"tf":1.4142135623730951}}}}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"52":{"tf":1.7320508075688772},"53":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}},"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":7,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"7":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"52":{"tf":1.0}}}}}}},"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"12":{"tf":1.0}}}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"13":{"tf":1.0},"16":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"43":{"tf":1.0}}}}},"s":{"df":1,"docs":{"40":{"tf":1.0}},"i":{"df":1,"docs":{"17":{"tf":1.0}}}}},"df":3,"docs":{"12":{"tf":1.0},"29":{"tf":1.0},"4":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":6,"docs":{"0":{"tf":1.0},"21":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":5,"docs":{"27":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"8":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"d":{"df":4,"docs":{"16":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":2,"docs":{"10":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"15":{"tf":1.0},"3":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":6,"docs":{"10":{"tf":1.4142135623730951},"17":{"tf":1.0},"45":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"7":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"37":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.4142135623730951},"50":{"tf":1.0},"60":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":19,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"37":{"tf":1.7320508075688772},"38":{"tf":1.4142135623730951},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.7320508075688772},"55":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"—":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"47":{"tf":1.0}}}}}}},"r":{"(":{"\\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"52":{"tf":1.0}}}}},"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"2":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"a":{"df":0,"docs":{},"l":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":8,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0},"60":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"49":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":3,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0}}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":6,"docs":{"15":{"tf":1.0},"23":{"tf":1.0},"28":{"tf":1.0},"51":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"4":{"tf":1.4142135623730951},"42":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"r":{"df":6,"docs":{"0":{"tf":1.4142135623730951},"17":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":2.23606797749979},"57":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":6,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"51":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":12,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"52":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":30,"docs":{"1":{"tf":1.0},"12":{"tf":2.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"35":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":2.23606797749979},"47":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":2.0},"53":{"tf":1.7320508075688772},"54":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.7320508075688772},"7":{"tf":1.7320508075688772},"9":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"57":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}},"s":{"df":2,"docs":{"43":{"tf":1.0},"47":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"43":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"—":{"a":{"d":{"df":0,"docs":{},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"20":{"tf":1.0},"21":{"tf":1.0},"57":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"13":{"tf":1.0},"30":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":2,"docs":{"16":{"tf":1.0},"34":{"tf":1.0}}}}}}},"}":{"\\"":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"f":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"15":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":4,"docs":{"12":{"tf":1.0},"29":{"tf":1.0},"47":{"tf":1.0},"59":{"tf":1.0}},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"32":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":8,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"32":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.7320508075688772},"49":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}},"l":{"df":0,"docs":{},"s":{"df":3,"docs":{"10":{"tf":1.0},"43":{"tf":1.0},"59":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}}}},"q":{"df":1,"docs":{"59":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"17":{"tf":1.0},"36":{"tf":1.0},"47":{"tf":1.0},"54":{"tf":1.0},"7":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"39":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"22":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"35":{"tf":1.0},"49":{"tf":1.0}}},"df":0,"docs":{}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"22":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"29":{"tf":1.4142135623730951}}},"df":0,"docs":{},"e":{"df":1,"docs":{"59":{"tf":1.0}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"17":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"43":{"tf":1.0},"8":{"tf":1.0}},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}}}},"t":{"df":6,"docs":{"15":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"51":{"tf":1.0}}},"x":{"df":2,"docs":{"7":{"tf":1.0},"8":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"37":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0}}},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"58":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":3,"docs":{"13":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"55":{"tf":1.0},"57":{"tf":1.0}}}}}}},"n":{"df":15,"docs":{"10":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"52":{"tf":2.449489742783178},"53":{"tf":2.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"o":{"c":{"df":0,"docs":{},"u":{"df":2,"docs":{"6":{"tf":1.0},"7":{"tf":1.0}},"s":{"df":3,"docs":{"0":{"tf":1.0},"15":{"tf":1.0},"43":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"5":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"t":{"!":{"(":{"\\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"4":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"2":{"tf":1.0},"21":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"47":{"tf":1.0},"48":{"tf":1.0}}}}}}}}}}},"df":16,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.4142135623730951},"2":{"tf":1.0},"3":{"tf":1.4142135623730951},"4":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"55":{"tf":1.4142135623730951},"57":{"tf":1.0},"6":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}},"’":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"8":{"tf":1.0}}}}}}},"d":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"3":{"tf":1.0},"58":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"42":{"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":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"47":{"tf":1.0},"52":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":8,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"45":{"tf":1.0},"52":{"tf":1.0},"60":{"tf":1.0}}}}},"t":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"52":{"tf":1.0},"53":{"tf":1.0}}}},"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":1,"docs":{"1":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"60":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"17":{"tf":1.0},"22":{"tf":1.0}}}},"df":0,"docs":{},"o":{"d":{"df":5,"docs":{"10":{"tf":1.0},"40":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"31":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"17":{"tf":1.0},"22":{"tf":1.0}}},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"29":{"tf":1.0},"30":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":1,"docs":{"54":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"14":{"tf":1.0},"45":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"1":{"tf":1.0},"14":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"12":{"tf":1.0}},"l":{"df":4,"docs":{"0":{"tf":1.0},"29":{"tf":1.0},"32":{"tf":1.0},"6":{"tf":1.0}}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"r":{"d":{"df":1,"docs":{"8":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"24":{"tf":1.0},"29":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"17":{"tf":1.0},"4":{"tf":1.0},"9":{"tf":1.4142135623730951}},"i":{"df":2,"docs":{"20":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"0":{"tf":1.0},"53":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":8,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"4":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0},"59":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"55":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"i":{"[":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"20":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"a":{"df":3,"docs":{"34":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"52":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"14":{"tf":1.0}},"i":{"df":1,"docs":{"44":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"51":{"tf":1.0}}}}}}}},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.4142135623730951}}}},"l":{"df":2,"docs":{"52":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"55":{"tf":1.0}}}}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":4,"docs":{"0":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":7,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.4142135623730951},"59":{"tf":1.0},"60":{"tf":1.0},"9":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"29":{"tf":1.0},"42":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"\\"":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"52":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"3":{"tf":1.0},"4":{"tf":1.4142135623730951},"6":{"tf":1.0},"60":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"12":{"tf":1.0},"21":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":3,"docs":{"20":{"tf":1.4142135623730951},"47":{"tf":1.0},"52":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"47":{"tf":1.0},"52":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"43":{"tf":1.0}}}}}}},"df":2,"docs":{"40":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"58":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":4,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"3":{"tf":1.0},"55":{"tf":1.0}}}},"n":{"d":{"df":4,"docs":{"17":{"tf":1.0},"45":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"0":{"tf":1.4142135623730951},"3":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":2,"docs":{"55":{"tf":1.0},"9":{"tf":2.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"5":{"tf":1.0}}}}}},"v":{"df":3,"docs":{"35":{"tf":1.0},"58":{"tf":1.0},"7":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"8":{"tf":1.0}},"t":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":2,"docs":{"43":{"tf":1.0},"52":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.0},"39":{"tf":1.0}}}},"’":{"df":1,"docs":{"0":{"tf":1.0}}}},"v":{"df":1,"docs":{"56":{"tf":1.0}}}},"j":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"g":{"df":4,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{}}},"k":{"8":{"df":6,"docs":{"16":{"tf":1.0},"22":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"59":{"tf":1.0}},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"60":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":15,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.7320508075688772},"22":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951}}}},"y":{"df":2,"docs":{"52":{"tf":1.0},"53":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"32":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"57":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"55":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"13":{"tf":1.0},"7":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"21":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"39":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"26":{"tf":1.0},"4":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"15":{"tf":1.0},"21":{"tf":1.0},"3":{"tf":1.0},"50":{"tf":1.0},"57":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":3,"docs":{"12":{"tf":1.0},"30":{"tf":1.4142135623730951},"45":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":10,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"19":{"tf":1.0},"29":{"tf":1.0},"33":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"20":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":16,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.0},"9":{"tf":1.0}}}}},"o":{"a":{"d":{"df":3,"docs":{"25":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"60":{"tf":1.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":6,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"32":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":11,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"37":{"tf":1.4142135623730951},"39":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0},"59":{"tf":1.0}}},"t":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":3,"docs":{"52":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0}},"i":{"c":{"df":2,"docs":{"51":{"tf":1.0},"54":{"tf":1.0}}},"df":0,"docs":{}},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"43":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":7,"docs":{"10":{"tf":1.0},"17":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"45":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"41":{"tf":1.0},"7":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"59":{"tf":1.0}}},"p":{"df":3,"docs":{"22":{"tf":1.0},"39":{"tf":1.0},"6":{"tf":1.0}}},"s":{"df":1,"docs":{"15":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"r":{"df":2,"docs":{"12":{"tf":1.0},"4":{"tf":1.0}}},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"10":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"40":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":15,"docs":{"10":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"13":{"tf":1.0},"31":{"tf":1.0},"44":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":7,"docs":{"13":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"55":{"tf":1.0},"8":{"tf":1.0}}}},"n":{"df":0,"docs":{},"i":{"df":6,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0},"57":{"tf":1.0}}}},"p":{"df":3,"docs":{"16":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0}}},"t":{"c":{"df":0,"docs":{},"h":{"df":4,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"29":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"56":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"17":{"tf":1.0},"41":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}},"x":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"5":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}},"2":{"5":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"3":{"0":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}},"4":{"0":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"y":{"b":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":8,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"45":{"tf":1.0},"59":{"tf":1.0}}}}},"t":{"df":1,"docs":{"21":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"30":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"2":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"43":{"tf":1.0},"60":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"c":{"df":4,"docs":{"12":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"d":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{},"n":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"0":{"df":1,"docs":{"33":{"tf":1.0}}},"5":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}},"3":{"0":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"22":{"tf":1.0},"24":{"tf":1.0},"39":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"10":{"tf":1.4142135623730951},"57":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"58":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":5,"docs":{"35":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0}}}},"x":{"df":2,"docs":{"58":{"tf":1.0},"8":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":7,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"45":{"tf":1.7320508075688772},"55":{"tf":1.0}}},"r":{"df":1,"docs":{"30":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"13":{"tf":1.0}}}},"df":1,"docs":{"47":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"54":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"13":{"tf":1.0},"22":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":7,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.4142135623730951},"40":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":4,"docs":{"22":{"tf":1.0},"33":{"tf":1.4142135623730951},"57":{"tf":1.0},"59":{"tf":1.0}}}}}}},"t":{"df":10,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"52":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"52":{"tf":1.0},"53":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"47":{"tf":1.0},"52":{"tf":1.0}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"df":1,"docs":{"9":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":11,"docs":{"21":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.4142135623730951},"53":{"tf":1.0},"54":{"tf":1.0},"59":{"tf":1.4142135623730951},"8":{"tf":1.0}},"—":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"g":{"df":1,"docs":{"43":{"tf":1.0}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":11,"docs":{"0":{"tf":1.7320508075688772},"15":{"tf":1.0},"17":{"tf":1.0},"3":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"4":{"tf":1.0},"45":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"36":{"tf":1.0}}}}},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"52":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":4,"docs":{"45":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"55":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"49":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"49":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":23,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"12":{"tf":1.4142135623730951},"15":{"tf":1.7320508075688772},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"2":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.4142135623730951},"33":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.7320508075688772},"45":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.4142135623730951},"58":{"tf":1.0},"60":{"tf":1.7320508075688772},"7":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":2,"docs":{"22":{"tf":1.0},"8":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"df":6,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.7320508075688772},"43":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"{":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{":":{":":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"21":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"[":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":16,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.4142135623730951},"45":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.0},"60":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"22":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"45":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"12":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"55":{"tf":1.0},"57":{"tf":1.0}}}}}},"k":{"(":{"_":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"\\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"52":{"tf":1.0},"53":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":10,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"52":{"tf":1.0}}},"n":{"c":{"df":4,"docs":{"12":{"tf":1.0},"32":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0}}},"df":5,"docs":{"15":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.4142135623730951},"42":{"tf":1.0},"50":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"41":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":10,"docs":{"0":{"tf":1.0},"17":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.4142135623730951},"43":{"tf":1.7320508075688772},"59":{"tf":1.0}}}},"t":{"df":2,"docs":{"21":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"12":{"tf":1.0},"49":{"tf":1.0}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":9,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"55":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"60":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"21":{"tf":1.0},"59":{"tf":1.0},"7":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":8,"docs":{"12":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0}}}}},"df":1,"docs":{"31":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"3":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}}},"p":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"12":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"16":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"1":{"tf":1.0},"37":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"36":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"4":{"tf":1.0},"50":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":4,"docs":{"14":{"tf":1.0},"2":{"tf":1.0},"44":{"tf":1.0},"56":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":5,"docs":{"0":{"tf":1.0},"19":{"tf":1.0},"50":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.7320508075688772}}}}}},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"37":{"tf":1.0},"43":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":1,"docs":{"12":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"19":{"tf":1.0},"26":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":3,"docs":{"15":{"tf":1.0},"21":{"tf":2.0},"22":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":4,"docs":{"0":{"tf":1.0},"29":{"tf":1.0},"4":{"tf":1.0},"60":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"52":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"15":{"tf":1.0},"16":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}}},"l":{"a":{"df":0,"docs":{},"n":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":9,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"[":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":25,"docs":{"1":{"tf":1.0},"12":{"tf":2.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"20":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.4142135623730951},"3":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":2.0},"38":{"tf":1.4142135623730951},"4":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"55":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"43":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"51":{"tf":1.0}},"g":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"13":{"tf":1.0},"18":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"d":{"df":1,"docs":{"60":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"3":{"tf":1.0}}}},"df":0,"docs":{}},"df":4,"docs":{"36":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"45":{"tf":1.0},"60":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"14":{"tf":1.0},"22":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"9":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"15":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"37":{"tf":1.4142135623730951},"43":{"tf":2.0},"45":{"tf":1.0},"47":{"tf":1.0}}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}},"t":{"df":3,"docs":{"22":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"37":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.4142135623730951}}}}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"11":{"tf":1.0},"5":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"n":{"df":1,"docs":{"29":{"tf":1.4142135623730951}}}}}}},"o":{"b":{"df":0,"docs":{},"e":{"df":8,"docs":{"17":{"tf":1.0},"21":{"tf":1.0},"28":{"tf":1.0},"42":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0}}}},"c":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"31":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":6,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"60":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":6,"docs":{"0":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"49":{"tf":1.0},"59":{"tf":1.0},"7":{"tf":1.0}},"t":{"df":5,"docs":{"10":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":8,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"45":{"tf":1.0},"58":{"tf":1.0},"9":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":7,"docs":{"0":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"21":{"tf":1.0},"3":{"tf":1.0},"59":{"tf":1.0},"7":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"10":{"tf":1.0},"52":{"tf":1.0}},"r":{"df":1,"docs":{"43":{"tf":1.0}}}},"i":{"d":{"df":3,"docs":{"40":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":4,"docs":{"12":{"tf":1.4142135623730951},"4":{"tf":1.0},"42":{"tf":1.0},"60":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"42":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"b":{"df":2,"docs":{"52":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"60":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"59":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"18":{"tf":1.0},"3":{"tf":1.0}}}}}}}},"q":{"a":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"24":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}}}}}},"r":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"12":{"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":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"(":{"1":{"0":{"df":3,"docs":{"26":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":3,"docs":{"25":{"tf":1.0},"27":{"tf":1.0},"33":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":10,"docs":{"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"29":{"tf":2.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"12":{"tf":1.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"52":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"l":{"df":3,"docs":{"42":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.0}},"e":{"df":0,"docs":{},"—":{"a":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":12,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.7320508075688772},"49":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.4142135623730951}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":3,"docs":{"0":{"tf":1.0},"3":{"tf":1.0},"51":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"1":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"49":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"19":{"tf":1.0},"33":{"tf":1.7320508075688772},"59":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":3,"docs":{"13":{"tf":1.0},"21":{"tf":1.0},"59":{"tf":1.0}}},"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"32":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"44":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"37":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}},"x":{"df":2,"docs":{"42":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"22":{"tf":1.0},"49":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"20":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"3":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"45":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":4,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":5,"docs":{"19":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"42":{"tf":1.0},"59":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":7,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"59":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"12":{"tf":1.0},"45":{"tf":1.0},"49":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":4,"docs":{"16":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0},"60":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":10,"docs":{"12":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"27":{"tf":1.4142135623730951},"31":{"tf":2.23606797749979},"32":{"tf":1.4142135623730951},"33":{"tf":2.0},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"60":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":14,"docs":{"22":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"60":{"tf":1.0},"9":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":5,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0},"60":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"15":{"tf":1.4142135623730951},"21":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":3,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"59":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"10":{"tf":1.0},"59":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":6,"docs":{"0":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.4142135623730951}}},"l":{"df":1,"docs":{"31":{"tf":1.7320508075688772}}}}},"p":{"c":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"47":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.7320508075688772},"53":{"tf":1.4142135623730951}}}}}}}}},"df":19,"docs":{"1":{"tf":1.0},"10":{"tf":1.7320508075688772},"12":{"tf":2.0},"13":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.7320508075688772},"20":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.7320508075688772},"4":{"tf":1.7320508075688772},"41":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":2.0},"53":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.7320508075688772},"59":{"tf":1.4142135623730951},"60":{"tf":2.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"47":{"tf":1.0},"52":{"tf":1.4142135623730951}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":9,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":31,"docs":{"12":{"tf":1.0},"13":{"tf":1.4142135623730951},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.7320508075688772},"38":{"tf":1.4142135623730951},"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.4142135623730951},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.4142135623730951},"55":{"tf":1.7320508075688772},"58":{"tf":1.7320508075688772},"59":{"tf":1.7320508075688772},"60":{"tf":1.7320508075688772}},"’":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"42":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"55":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"42":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"50":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":5,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"37":{"tf":1.4142135623730951},"55":{"tf":1.0},"59":{"tf":1.4142135623730951}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"0":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"43":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"24":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"2":{"df":4,"docs":{"25":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"3":{"df":5,"docs":{"24":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0},"32":{"tf":1.0},"8":{"tf":1.0}}},"4":{"df":2,"docs":{"27":{"tf":1.0},"30":{"tf":1.0}}},"5":{"df":1,"docs":{"31":{"tf":1.0}}},"7":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":29,"docs":{"1":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":2.23606797749979},"16":{"tf":1.7320508075688772},"17":{"tf":1.7320508075688772},"18":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":2.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"28":{"tf":1.0},"37":{"tf":1.7320508075688772},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.4142135623730951},"45":{"tf":2.23606797749979},"54":{"tf":1.4142135623730951},"55":{"tf":2.23606797749979},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"59":{"tf":1.7320508075688772},"60":{"tf":2.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"41":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"a":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"43":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"22":{"tf":1.0},"7":{"tf":2.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"d":{"df":8,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0}}},"df":4,"docs":{"17":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":1.0},"45":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}},"f":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":3,"docs":{"21":{"tf":1.0},"52":{"tf":1.7320508075688772},"53":{"tf":1.7320508075688772}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"8":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"55":{"tf":1.0}},"i":{"c":{"df":5,"docs":{"0":{"tf":1.0},"40":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":6,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"37":{"tf":1.0},"44":{"tf":1.0},"57":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"16":{"tf":1.0},"40":{"tf":1.0},"58":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":10,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":7,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"10":{"tf":1.4142135623730951},"33":{"tf":1.0},"59":{"tf":1.0}}}},"w":{"df":4,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"23":{"tf":1.0},"51":{"tf":1.0}}}}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":13,"docs":{"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"37":{"tf":1.7320508075688772},"4":{"tf":1.0},"43":{"tf":1.7320508075688772},"49":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.4142135623730951},"9":{"tf":1.7320508075688772}},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"24":{"tf":1.0},"52":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"33":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"26":{"tf":1.0},"33":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":3,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0}}}}},"t":{"df":1,"docs":{"15":{"tf":1.0}}},"z":{"df":0,"docs":{},"e":{"df":1,"docs":{"9":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}}},"w":{"df":3,"docs":{"43":{"tf":1.0},"58":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"35":{"tf":1.0}}}},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"17":{"tf":1.0},"3":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":5,"docs":{"21":{"tf":1.0},"24":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"48":{"tf":1.0},"53":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"o":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"3":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":1,"docs":{"60":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":4,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"43":{"tf":1.0},"57":{"tf":1.0}},"i":{"df":1,"docs":{"17":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":3,"docs":{"22":{"tf":1.0},"38":{"tf":1.0},"59":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"58":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"22":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"52":{"tf":1.0}}}}}}},"df":0,"docs":{}},"_":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"48":{"tf":1.0},"53":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":14,"docs":{"12":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.7320508075688772},"45":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"7":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"e":{"df":3,"docs":{"12":{"tf":1.0},"22":{"tf":1.0},"9":{"tf":1.7320508075688772}}},"i":{"c":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}}},"y":{"df":5,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"35":{"tf":1.4142135623730951},"53":{"tf":1.0},"59":{"tf":1.0}}}},"d":{":":{":":{"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":9,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{":":{":":{"a":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"52":{"tf":1.0}}},"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":{":":{":":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"24":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"21":{"tf":1.0},"43":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"59":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"p":{"df":3,"docs":{"12":{"tf":1.0},"45":{"tf":1.0},"60":{"tf":1.0}}}},"r":{"df":2,"docs":{"52":{"tf":1.0},"53":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"60":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"26":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"52":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"57":{"tf":1.4142135623730951}}}}}},"u":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"25":{"tf":1.0},"32":{"tf":1.4142135623730951}}}},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"6":{"tf":1.0}}}}},"df":6,"docs":{"0":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":1.0},"60":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"0":{"tf":1.0},"60":{"tf":1.0}}}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"41":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"56":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"13":{"tf":1.0},"22":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"27":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"30":{"tf":1.0}}}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"58":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":7,"docs":{"20":{"tf":1.4142135623730951},"3":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}}}}}}}},"t":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"7":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"2":{"0":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"0":{"0":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"5":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"6":{"0":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"52":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":4,"docs":{"17":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"45":{"tf":1.0}}}}},"d":{"df":3,"docs":{"20":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"22":{"tf":1.0},"3":{"tf":1.4142135623730951},"57":{"tf":1.0}}},"r":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"21":{"tf":1.0},"30":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"_":{"c":{"a":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"32":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"33":{"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":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"25":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":30,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.0},"11":{"tf":1.0},"15":{"tf":2.0},"16":{"tf":1.7320508075688772},"17":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.7320508075688772},"30":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":1.7320508075688772},"33":{"tf":1.4142135623730951},"45":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.4142135623730951},"51":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"49":{"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":{"48":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"{":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"52":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"52":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"7":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"13":{"tf":1.0},"37":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"e":{"df":13,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"3":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"35":{"tf":1.7320508075688772},"39":{"tf":1.0},"43":{"tf":1.0},"59":{"tf":1.0},"7":{"tf":1.7320508075688772}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"42":{"tf":1.0},"43":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"35":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":6,"docs":{"15":{"tf":1.0},"20":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"43":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":9,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"31":{"tf":1.0},"33":{"tf":1.7320508075688772},"35":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":18,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772},"50":{"tf":1.0},"52":{"tf":1.4142135623730951},"55":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"8":{"tf":1.0}},"y":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"g":{"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":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"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":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"15":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0}}},"k":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":14,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.7320508075688772},"42":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"60":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"51":{"tf":1.0},"57":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":20,"docs":{"0":{"tf":1.7320508075688772},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"21":{"tf":1.0},"25":{"tf":2.0},"26":{"tf":2.0},"27":{"tf":1.0},"29":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.7320508075688772},"33":{"tf":1.0},"42":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"59":{"tf":1.0},"60":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"5":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"16":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"19":{"tf":1.0},"60":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":3,"docs":{"22":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"38":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}}},"x":{"/":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"29":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"38":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"25":{"tf":1.0},"3":{"tf":1.4142135623730951},"45":{"tf":1.0},"47":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"53":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":3,"docs":{"33":{"tf":1.0},"4":{"tf":1.0},"55":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"31":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"17":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"16":{"tf":1.0}}}},"df":26,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":2.23606797749979},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.4142135623730951},"49":{"tf":1.0},"52":{"tf":2.23606797749979},"53":{"tf":1.7320508075688772},"55":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"19":{"tf":1.0},"57":{"tf":1.0},"9":{"tf":1.7320508075688772}},"s":{"(":{"1":{"0":{"df":4,"docs":{"26":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"3":{"0":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":2,"docs":{"25":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"z":{"df":2,"docs":{"52":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":22,"docs":{"0":{"tf":2.0},"13":{"tf":1.0},"17":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.7320508075688772},"36":{"tf":1.7320508075688772},"42":{"tf":1.0},"45":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.0},"57":{"tf":1.4142135623730951},"59":{"tf":1.0},"60":{"tf":2.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"!":{"[":{"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":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":1,"docs":{"52":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"10":{"tf":1.0},"59":{"tf":1.0}},"f":{"df":1,"docs":{"13":{"tf":1.0}},"i":{"df":13,"docs":{"0":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"27":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"16":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"[":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"12":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"60":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":2.0}},"e":{"df":0,"docs":{},"t":{"df":12,"docs":{"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.0}},"s":{"(":{"1":{"0":{"0":{"df":1,"docs":{"30":{"tf":1.0}}},"df":2,"docs":{"25":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":4,"docs":{"26":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}},"df":0,"docs":{}},"5":{"0":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}},"y":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":1,"docs":{"12":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"21":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"57":{"tf":1.0},"60":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"58":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":8,"docs":{"10":{"tf":1.0},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"20":{"tf":1.0},"37":{"tf":1.0},"45":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":4,"docs":{"40":{"tf":1.0},"47":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"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":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"2":{"0":{"df":2,"docs":{"26":{"tf":1.0},"33":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"0":{"0":{"df":1,"docs":{"31":{"tf":1.0}}},"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":1,"docs":{"10":{"tf":1.0}}},"6":{"0":{"0":{"df":1,"docs":{"30":{"tf":1.0}}},"df":4,"docs":{"10":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"9":{"0":{"df":2,"docs":{"27":{"tf":1.0},"32":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"0":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"0":{"tf":1.0},"35":{"tf":1.4142135623730951},"9":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"1":{"tf":1.0},"13":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":5,"docs":{"24":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"55":{"tf":1.7320508075688772}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":31,"docs":{"1":{"tf":1.0},"12":{"tf":2.23606797749979},"13":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.7320508075688772},"18":{"tf":1.4142135623730951},"19":{"tf":2.0},"20":{"tf":2.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"37":{"tf":1.7320508075688772},"4":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.4142135623730951},"45":{"tf":2.23606797749979},"47":{"tf":1.4142135623730951},"48":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":2.23606797749979},"53":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.7320508075688772},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"5":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"e":{"df":1,"docs":{"59":{"tf":1.0}}}}}},"breadcrumbs":{"root":{"0":{"df":2,"docs":{"10":{"tf":1.0},"24":{"tf":1.0}}},"1":{"0":{"0":{"df":1,"docs":{"29":{"tf":1.0}}},"df":3,"docs":{"10":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0}}},"df":8,"docs":{"10":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.4142135623730951},"33":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"2":{"0":{"df":1,"docs":{"29":{"tf":1.0}}},"df":7,"docs":{"26":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.7320508075688772},"7":{"tf":1.0},"8":{"tf":1.0}}},"3":{"0":{"df":1,"docs":{"7":{"tf":1.0}}},"df":1,"docs":{"33":{"tf":1.4142135623730951}}},"5":{"0":{"df":1,"docs":{"29":{"tf":1.0}}},"df":2,"docs":{"31":{"tf":1.0},"7":{"tf":1.0}}},"6":{"0":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}},"7":{"df":1,"docs":{"33":{"tf":1.4142135623730951}}},"_":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":8,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"a":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"60":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"42":{"tf":1.0},"43":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"45":{"tf":1.0},"52":{"tf":1.0},"8":{"tf":1.0}}}},"v":{"df":9,"docs":{"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"45":{"tf":1.0},"52":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"19":{"tf":1.0},"21":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"36":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"55":{"tf":1.0}}}}},"d":{"df":4,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"47":{"tf":1.0}}}}}}},"df":6,"docs":{"45":{"tf":1.0},"47":{"tf":1.7320508075688772},"48":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"51":{"tf":1.0}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"23":{"tf":1.0},"43":{"tf":1.0},"57":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":9,"docs":{"28":{"tf":2.0},"29":{"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}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"36":{"tf":1.0}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"48":{"tf":1.0}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"58":{"tf":1.0}}}}}}}}}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":4,"docs":{"17":{"tf":1.0},"21":{"tf":1.4142135623730951},"37":{"tf":1.0},"59":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":15,"docs":{"10":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}}}}},"df":1,"docs":{"22":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"10":{"tf":1.0},"59":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.7320508075688772}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":5,"docs":{"56":{"tf":1.7320508075688772},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":9,"docs":{"20":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"4":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"43":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":9,"docs":{"28":{"tf":1.0},"29":{"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}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"15":{"tf":1.0},"45":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":12,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}}},"t":{"df":2,"docs":{"16":{"tf":1.0},"43":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"0":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{":":{":":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"52":{"tf":1.0},"53":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"52":{"tf":1.0},"53":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":12,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":6,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"54":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"17":{"tf":1.7320508075688772},"37":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":16,"docs":{"0":{"tf":1.7320508075688772},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"37":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.4142135623730951},"45":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.7320508075688772},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"22":{"tf":1.0},"43":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"df":0,"docs":{}}}}},"b":{"(":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"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":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"4":{"tf":1.0},"49":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{}}}}},"d":{"df":3,"docs":{"10":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"22":{"tf":1.0},"38":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"45":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0}}}}}},"i":{"c":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}}}},"df":1,"docs":{"4":{"tf":1.0}},"e":{"c":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":7,"docs":{"22":{"tf":1.0},"30":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"58":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"42":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":9,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"22":{"tf":1.7320508075688772},"39":{"tf":1.0}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":6,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"58":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"b":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{"df":1,"docs":{"26":{"tf":1.0}}},"2":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":6,"docs":{"0":{"tf":1.7320508075688772},"17":{"tf":1.0},"19":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":18,"docs":{"0":{"tf":1.0},"10":{"tf":2.23606797749979},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.0},"35":{"tf":2.449489742783178},"45":{"tf":1.0},"49":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":2.0},"60":{"tf":1.4142135623730951},"7":{"tf":2.6457513110645907},"9":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"0":{"tf":1.0},"1":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"18":{"tf":1.0},"20":{"tf":1.0},"26":{"tf":1.0},"57":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"45":{"tf":1.0}}}}},"df":1,"docs":{"35":{"tf":1.0}}},"df":0,"docs":{}}},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":9,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":3,"docs":{"13":{"tf":1.0},"29":{"tf":1.4142135623730951},"32":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"o":{"a":{"d":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"9":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":16,"docs":{"12":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"45":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"57":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":5,"docs":{"21":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.7320508075688772},"54":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"z":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"33":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}},"c":{"(":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}},"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":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"9":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"58":{"tf":1.4142135623730951},"59":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"54":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"45":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0}}}},"c":{"df":2,"docs":{"28":{"tf":1.0},"29":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"37":{"tf":1.0},"45":{"tf":1.0},"59":{"tf":1.0}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"30":{"tf":1.0},"35":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"58":{"tf":1.0}}}}},"df":1,"docs":{"4":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"1":{"tf":1.0},"55":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"2":{"df":1,"docs":{"26":{"tf":1.0}}},"5":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"0":{"tf":1.0}}},"df":0,"docs":{}}}},"df":3,"docs":{"19":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0}}}}}},"o":{"df":14,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"27":{"tf":1.7320508075688772},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.7320508075688772},"59":{"tf":1.4142135623730951},"60":{"tf":1.0},"8":{"tf":2.23606797749979}},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"45":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.7320508075688772}}}},"c":{"df":0,"docs":{},"k":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":16,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.4142135623730951},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"43":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"22":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"17":{"tf":1.4142135623730951},"22":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}}}}},"i":{"df":6,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0},"7":{"tf":1.4142135623730951}},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"50":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"43":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":5,"docs":{"12":{"tf":1.0},"45":{"tf":1.0},"49":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0}},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"r":{"df":7,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"57":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"|":{"df":2,"docs":{"52":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":4,"docs":{"47":{"tf":1.0},"52":{"tf":1.7320508075688772},"53":{"tf":1.7320508075688772},"55":{"tf":1.0}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"33":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":12,"docs":{"1":{"tf":1.0},"13":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.7320508075688772},"41":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.0},"60":{"tf":1.0}},"—":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"45":{"tf":1.0}}}}}}}}}}}},"o":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"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":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"43":{"tf":1.0}}}}}}}}},"df":3,"docs":{"20":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"14":{"tf":1.0},"23":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0},"60":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"42":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"22":{"tf":1.0},"37":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"18":{"tf":1.0},"4":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"3":{"tf":1.0},"60":{"tf":1.4142135623730951}}},"s":{"df":12,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"55":{"tf":1.0},"59":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"60":{"tf":1.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":3,"docs":{"30":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":3,"docs":{"12":{"tf":1.7320508075688772},"2":{"tf":1.0},"37":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"8":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"20":{"tf":1.0},"57":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"4":{"tf":1.0},"45":{"tf":1.0},"53":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"3":{"tf":1.0},"59":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":4,"docs":{"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"36":{"tf":2.0},"55":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"r":{"df":10,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.4142135623730951},"57":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"53":{"tf":1.4142135623730951},"58":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":8,"docs":{"0":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.7320508075688772},"27":{"tf":1.0},"31":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.7320508075688772}}}}}},"i":{"d":{"df":1,"docs":{"47":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.0},"38":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"35":{"tf":1.4142135623730951},"49":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"m":{"df":3,"docs":{"15":{"tf":1.0},"43":{"tf":1.4142135623730951},"55":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"40":{"tf":1.0},"60":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"1":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"17":{"tf":1.0},"18":{"tf":1.7320508075688772},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.7320508075688772},"57":{"tf":1.4142135623730951}}}},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"0":{"tf":1.7320508075688772},"45":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"20":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":5,"docs":{"19":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.0},"58":{"tf":1.4142135623730951},"60":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"40":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":3,"docs":{"12":{"tf":1.0},"31":{"tf":1.0},"45":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"45":{"tf":1.0},"55":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"23":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":9,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.7320508075688772},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.7320508075688772},"55":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"37":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"21":{"tf":1.0},"57":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"44":{"tf":1.0},"55":{"tf":2.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"17":{"tf":1.0},"60":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":4,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"x":{"df":2,"docs":{"52":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":3,"docs":{"35":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"51":{"tf":1.0}}}}}}}},"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"[":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"12":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"a":{"df":8,"docs":{"0":{"tf":2.449489742783178},"22":{"tf":1.0},"26":{"tf":2.23606797749979},"30":{"tf":1.0},"36":{"tf":1.0},"50":{"tf":1.0},"60":{"tf":1.7320508075688772},"9":{"tf":1.0}},"t":{"a":{"df":13,"docs":{"0":{"tf":2.23606797749979},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"4":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"59":{"tf":1.0},"60":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":2,"docs":{"12":{"tf":1.0},"4":{"tf":1.0}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":3,"docs":{"39":{"tf":1.0},"43":{"tf":1.0},"8":{"tf":1.0}},"g":{"df":2,"docs":{"11":{"tf":1.0},"56":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"12":{"tf":1.0},"17":{"tf":1.0}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"r":{"df":8,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"3":{"tf":1.0},"45":{"tf":1.0},"6":{"tf":1.7320508075688772},"60":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"44":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":5,"docs":{"21":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"17":{"tf":1.0},"45":{"tf":1.0},"57":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"20":{"tf":1.0},"21":{"tf":1.0},"57":{"tf":1.0}}}}}}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":2,"docs":{"30":{"tf":1.0},"35":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"33":{"tf":1.0}}}},"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"16":{"tf":1.0},"55":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"43":{"tf":1.0},"59":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":21,"docs":{"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":2.0},"37":{"tf":1.0},"4":{"tf":1.7320508075688772},"41":{"tf":1.0},"45":{"tf":1.4142135623730951},"55":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"(":{"&":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":9,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}}}},"df":0,"docs":{}}},"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":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"47":{"tf":1.0},"52":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":6,"docs":{"16":{"tf":1.0},"18":{"tf":1.4142135623730951},"3":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"45":{"tf":1.0},"60":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"13":{"tf":1.7320508075688772}}}}}},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"11":{"tf":1.0},"8":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":16,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"44":{"tf":1.7320508075688772},"45":{"tf":2.23606797749979},"46":{"tf":1.0},"47":{"tf":1.0},"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},"55":{"tf":1.0}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"14":{"tf":1.0},"37":{"tf":1.0},"59":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"39":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"40":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"56":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":3,"docs":{"0":{"tf":1.7320508075688772},"50":{"tf":1.0},"60":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.4142135623730951},"43":{"tf":1.0},"55":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"22":{"tf":1.0},"55":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"\'":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":2,"docs":{"10":{"tf":1.0},"32":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"n":{"df":3,"docs":{"12":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"[":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}},"df":8,"docs":{"12":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.0}},"n":{"df":1,"docs":{"18":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"l":{"df":6,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.0},"47":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.7320508075688772}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":13,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"45":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":4,"docs":{"12":{"tf":1.0},"31":{"tf":1.0},"53":{"tf":1.0},"60":{"tf":1.4142135623730951}}}}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"52":{"tf":1.7320508075688772},"53":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}},"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":7,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"7":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"52":{"tf":1.0}}}}}}},"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"12":{"tf":1.0}}}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"13":{"tf":1.0},"16":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"43":{"tf":1.0}}}}},"s":{"df":1,"docs":{"40":{"tf":1.0}},"i":{"df":1,"docs":{"17":{"tf":1.0}}}}},"df":3,"docs":{"12":{"tf":1.0},"29":{"tf":1.0},"4":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":6,"docs":{"0":{"tf":1.0},"21":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":5,"docs":{"27":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"8":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"d":{"df":4,"docs":{"16":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":2,"docs":{"10":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"15":{"tf":1.0},"3":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":6,"docs":{"10":{"tf":1.4142135623730951},"17":{"tf":1.0},"45":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"7":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"37":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.4142135623730951},"50":{"tf":1.0},"60":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":19,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"37":{"tf":1.7320508075688772},"38":{"tf":1.4142135623730951},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.7320508075688772},"55":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"—":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"47":{"tf":1.0}}}}}}},"r":{"(":{"\\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"52":{"tf":1.0}}}}},"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"2":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"a":{"df":0,"docs":{},"l":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":8,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0},"60":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"49":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":3,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0}}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":21,"docs":{"15":{"tf":1.0},"23":{"tf":1.7320508075688772},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.7320508075688772},"29":{"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},"51":{"tf":1.7320508075688772},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"4":{"tf":1.4142135623730951},"42":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"r":{"df":6,"docs":{"0":{"tf":1.4142135623730951},"17":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":2.449489742783178},"57":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":6,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"51":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":12,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"52":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":31,"docs":{"1":{"tf":1.0},"12":{"tf":2.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":2.0},"19":{"tf":1.0},"20":{"tf":2.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"35":{"tf":1.7320508075688772},"37":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"42":{"tf":1.7320508075688772},"43":{"tf":1.0},"45":{"tf":2.23606797749979},"47":{"tf":1.0},"48":{"tf":1.4142135623730951},"51":{"tf":2.0},"52":{"tf":2.23606797749979},"53":{"tf":2.23606797749979},"54":{"tf":1.4142135623730951},"55":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.7320508075688772},"7":{"tf":1.7320508075688772},"9":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"57":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}},"s":{"df":2,"docs":{"43":{"tf":1.0},"47":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"43":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"—":{"a":{"d":{"df":0,"docs":{},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"20":{"tf":1.0},"21":{"tf":1.0},"57":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":9,"docs":{"13":{"tf":1.0},"30":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.7320508075688772},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.4142135623730951}}},"df":0,"docs":{},"s":{"df":2,"docs":{"16":{"tf":1.0},"34":{"tf":1.4142135623730951}}}}}}},"}":{"\\"":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"f":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"15":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":4,"docs":{"12":{"tf":1.0},"29":{"tf":1.0},"47":{"tf":1.0},"59":{"tf":1.0}},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"32":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"r":{"df":8,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"32":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.7320508075688772},"49":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}},"l":{"df":0,"docs":{},"s":{"df":3,"docs":{"10":{"tf":1.0},"43":{"tf":1.0},"59":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}}}},"q":{"df":1,"docs":{"59":{"tf":1.7320508075688772}}},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"17":{"tf":1.0},"36":{"tf":1.0},"47":{"tf":1.0},"54":{"tf":1.0},"7":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"39":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"22":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"35":{"tf":1.0},"49":{"tf":1.0}}},"df":0,"docs":{}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"22":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"29":{"tf":1.4142135623730951}}},"df":0,"docs":{},"e":{"df":1,"docs":{"59":{"tf":1.0}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"17":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"43":{"tf":1.0},"8":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}}}},"t":{"df":6,"docs":{"15":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"51":{"tf":1.0}}},"x":{"df":2,"docs":{"7":{"tf":1.0},"8":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"37":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0}}},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"58":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":3,"docs":{"13":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"55":{"tf":1.0},"57":{"tf":1.0}}}}}}},"n":{"df":15,"docs":{"10":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"52":{"tf":2.449489742783178},"53":{"tf":2.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"o":{"c":{"df":0,"docs":{},"u":{"df":2,"docs":{"6":{"tf":1.0},"7":{"tf":1.0}},"s":{"df":3,"docs":{"0":{"tf":1.0},"15":{"tf":1.0},"43":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"5":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"t":{"!":{"(":{"\\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"4":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":13,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"2":{"tf":1.7320508075688772},"21":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"47":{"tf":1.0},"48":{"tf":1.0}}}}}}}}}}},"df":20,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.4142135623730951},"2":{"tf":1.0},"3":{"tf":1.4142135623730951},"4":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.7320508075688772},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"55":{"tf":1.4142135623730951},"57":{"tf":1.0},"6":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}},"’":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"8":{"tf":1.0}}}}}}},"d":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"3":{"tf":1.0},"58":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"42":{"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":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"47":{"tf":1.0},"52":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":8,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"45":{"tf":1.0},"52":{"tf":1.0},"60":{"tf":1.0}}}}},"t":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"52":{"tf":1.0},"53":{"tf":1.0}}}},"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":1,"docs":{"1":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"60":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"17":{"tf":1.0},"22":{"tf":1.0}}}},"df":0,"docs":{},"o":{"d":{"df":5,"docs":{"10":{"tf":1.0},"40":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"31":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"17":{"tf":1.0},"22":{"tf":1.0}}},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"29":{"tf":1.0},"30":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":1,"docs":{"54":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"14":{"tf":1.0},"45":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}}},"df":31,"docs":{"1":{"tf":1.0},"14":{"tf":1.7320508075688772},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"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}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"12":{"tf":1.0}},"l":{"df":4,"docs":{"0":{"tf":1.0},"29":{"tf":1.0},"32":{"tf":1.0},"6":{"tf":1.0}}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"r":{"d":{"df":1,"docs":{"8":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"24":{"tf":1.0},"29":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"17":{"tf":1.0},"4":{"tf":1.0},"9":{"tf":1.7320508075688772}},"i":{"df":2,"docs":{"20":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.7320508075688772}}}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"0":{"tf":1.0},"53":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":8,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"4":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0},"59":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"55":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"i":{"[":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"20":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"a":{"df":3,"docs":{"34":{"tf":1.4142135623730951},"52":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"52":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"i":{"df":30,"docs":{"14":{"tf":1.7320508075688772},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"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}},"i":{"df":12,"docs":{"44":{"tf":1.7320508075688772},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"51":{"tf":1.0}}}}}}}},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.7320508075688772}}}},"l":{"df":2,"docs":{"52":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"55":{"tf":1.0}}}}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":4,"docs":{"0":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":7,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.4142135623730951},"59":{"tf":1.0},"60":{"tf":1.0},"9":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"29":{"tf":1.0},"42":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"\\"":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"52":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"3":{"tf":1.0},"4":{"tf":1.4142135623730951},"6":{"tf":1.0},"60":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"12":{"tf":1.0},"21":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":3,"docs":{"20":{"tf":1.4142135623730951},"47":{"tf":1.0},"52":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"47":{"tf":1.0},"52":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"43":{"tf":1.0}}}}}}},"df":2,"docs":{"40":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"58":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":4,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"3":{"tf":1.0},"55":{"tf":1.0}}}},"n":{"d":{"df":4,"docs":{"17":{"tf":1.0},"45":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"0":{"tf":1.4142135623730951},"3":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":2,"docs":{"55":{"tf":1.7320508075688772},"9":{"tf":2.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"5":{"tf":1.0}}}}}},"v":{"df":3,"docs":{"35":{"tf":1.0},"58":{"tf":1.0},"7":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"8":{"tf":1.0}},"t":{"df":1,"docs":{"3":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":2,"docs":{"43":{"tf":1.0},"52":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.0},"39":{"tf":1.0}}}},"’":{"df":1,"docs":{"0":{"tf":1.0}}}},"v":{"df":5,"docs":{"56":{"tf":1.7320508075688772},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}}},"j":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"g":{"df":4,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{}}},"k":{"8":{"df":6,"docs":{"16":{"tf":1.0},"22":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"59":{"tf":1.0}},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"60":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":15,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.7320508075688772},"22":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951}}}},"y":{"df":2,"docs":{"52":{"tf":1.0},"53":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"32":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"57":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.4142135623730951},"55":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"13":{"tf":1.0},"7":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"21":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"39":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"26":{"tf":1.0},"4":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"15":{"tf":1.7320508075688772},"21":{"tf":1.0},"3":{"tf":1.0},"50":{"tf":1.0},"57":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":3,"docs":{"12":{"tf":1.0},"30":{"tf":1.4142135623730951},"45":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":10,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.7320508075688772},"55":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"12":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"19":{"tf":1.0},"29":{"tf":1.0},"33":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"20":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":16,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.4142135623730951},"3":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.0},"9":{"tf":1.0}}}}},"o":{"a":{"d":{"df":3,"docs":{"25":{"tf":1.0},"29":{"tf":1.4142135623730951},"30":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"60":{"tf":1.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":6,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"32":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":11,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"37":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951},"4":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0},"59":{"tf":1.0}}},"t":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":3,"docs":{"52":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0}},"i":{"c":{"df":2,"docs":{"51":{"tf":1.0},"54":{"tf":1.0}}},"df":0,"docs":{}},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"43":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":7,"docs":{"10":{"tf":1.0},"17":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"45":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"41":{"tf":1.0},"7":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"59":{"tf":1.0}}},"p":{"df":3,"docs":{"22":{"tf":1.0},"39":{"tf":1.0},"6":{"tf":1.0}}},"s":{"df":1,"docs":{"15":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"r":{"df":2,"docs":{"12":{"tf":1.0},"4":{"tf":1.0}}},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"10":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"40":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":15,"docs":{"10":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"13":{"tf":1.0},"31":{"tf":1.0},"44":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":7,"docs":{"13":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"55":{"tf":1.0},"8":{"tf":1.0}}}},"n":{"df":0,"docs":{},"i":{"df":6,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0},"57":{"tf":1.0}}}},"p":{"df":3,"docs":{"16":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0}}},"t":{"c":{"df":0,"docs":{},"h":{"df":4,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"29":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"56":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"17":{"tf":1.0},"41":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}},"x":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"5":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}},"2":{"5":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"3":{"0":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}},"4":{"0":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"y":{"b":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":8,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"45":{"tf":1.0},"59":{"tf":1.0}}}}},"t":{"df":1,"docs":{"21":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"30":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"2":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"43":{"tf":1.0},"60":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"c":{"df":4,"docs":{"12":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"d":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{},"n":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"0":{"df":1,"docs":{"33":{"tf":1.0}}},"5":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}},"3":{"0":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"22":{"tf":1.0},"24":{"tf":1.0},"39":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"10":{"tf":1.7320508075688772},"57":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"58":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":5,"docs":{"35":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0}}}},"x":{"df":2,"docs":{"58":{"tf":1.0},"8":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":7,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"45":{"tf":2.23606797749979},"55":{"tf":1.0}}},"r":{"df":1,"docs":{"30":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"13":{"tf":1.0}}}},"df":1,"docs":{"47":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"54":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"13":{"tf":1.0},"22":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":7,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.4142135623730951},"40":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":4,"docs":{"22":{"tf":1.0},"33":{"tf":1.4142135623730951},"57":{"tf":1.0},"59":{"tf":1.0}}}}}}},"t":{"df":10,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"52":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"52":{"tf":1.0},"53":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"47":{"tf":1.0},"52":{"tf":1.0}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"df":1,"docs":{"9":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":11,"docs":{"21":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.4142135623730951},"53":{"tf":1.0},"54":{"tf":1.0},"59":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"g":{"df":1,"docs":{"43":{"tf":1.0}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":11,"docs":{"0":{"tf":1.7320508075688772},"15":{"tf":1.0},"17":{"tf":1.0},"3":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"4":{"tf":1.0},"45":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"36":{"tf":1.0}}}}},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"52":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":7,"docs":{"45":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.7320508075688772},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"49":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"49":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":23,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"12":{"tf":1.4142135623730951},"15":{"tf":1.7320508075688772},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"2":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.4142135623730951},"33":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.7320508075688772},"45":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.4142135623730951},"58":{"tf":1.0},"60":{"tf":1.7320508075688772},"7":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":2,"docs":{"22":{"tf":1.0},"8":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"df":6,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.7320508075688772},"43":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"{":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{":":{":":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"21":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"[":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":16,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.4142135623730951},"45":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.0},"60":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"22":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"45":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"12":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"55":{"tf":1.0},"57":{"tf":1.0}}}}}},"k":{"(":{"_":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"\\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"52":{"tf":1.0},"53":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":10,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"52":{"tf":1.0}}},"n":{"c":{"df":4,"docs":{"12":{"tf":1.0},"32":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0}}},"df":5,"docs":{"15":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.4142135623730951},"42":{"tf":1.0},"50":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"41":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":10,"docs":{"0":{"tf":1.0},"17":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.4142135623730951},"43":{"tf":2.23606797749979},"59":{"tf":1.0}}}},"t":{"df":2,"docs":{"21":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"12":{"tf":1.0},"49":{"tf":1.0}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":9,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"55":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"60":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"21":{"tf":1.0},"59":{"tf":1.0},"7":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":8,"docs":{"12":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0}}}}},"df":1,"docs":{"31":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"3":{"tf":1.0},"6":{"tf":1.4142135623730951},"9":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.7320508075688772}}}}}}}}}},"p":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"12":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"16":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"1":{"tf":1.0},"37":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"36":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"4":{"tf":1.0},"50":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":59,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.7320508075688772},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.7320508075688772},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"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},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.7320508075688772},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.7320508075688772},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":5,"docs":{"0":{"tf":1.0},"19":{"tf":1.0},"50":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":2.0}}}}}},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"37":{"tf":1.0},"43":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":1,"docs":{"12":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"19":{"tf":1.0},"26":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":3,"docs":{"15":{"tf":1.0},"21":{"tf":2.449489742783178},"22":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":4,"docs":{"0":{"tf":1.0},"29":{"tf":1.0},"4":{"tf":1.0},"60":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":7,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"5":{"tf":1.7320508075688772},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"52":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"15":{"tf":1.0},"16":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}}},"l":{"a":{"df":0,"docs":{},"n":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":9,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"[":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":25,"docs":{"1":{"tf":1.0},"12":{"tf":2.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"20":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.4142135623730951},"3":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":2.0},"38":{"tf":1.4142135623730951},"4":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"55":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"43":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"51":{"tf":1.0}},"g":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"13":{"tf":1.0},"18":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"d":{"df":1,"docs":{"60":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"3":{"tf":1.0}}}},"df":0,"docs":{}},"df":4,"docs":{"36":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"45":{"tf":1.0},"60":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"14":{"tf":1.0},"22":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"9":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"15":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"37":{"tf":1.4142135623730951},"43":{"tf":2.0},"45":{"tf":1.0},"47":{"tf":1.0}}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}},"t":{"df":3,"docs":{"22":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"37":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":2.0}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.4142135623730951}}}}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"11":{"tf":1.0},"5":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"n":{"df":1,"docs":{"29":{"tf":1.4142135623730951}}}}}}},"o":{"b":{"df":0,"docs":{},"e":{"df":8,"docs":{"17":{"tf":1.0},"21":{"tf":1.0},"28":{"tf":1.0},"42":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0}}}},"c":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"31":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":6,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"60":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":6,"docs":{"0":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"49":{"tf":1.0},"59":{"tf":1.0},"7":{"tf":1.0}},"t":{"df":5,"docs":{"10":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":8,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"29":{"tf":1.4142135623730951},"3":{"tf":1.0},"35":{"tf":1.0},"45":{"tf":1.0},"58":{"tf":1.0},"9":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":7,"docs":{"0":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"21":{"tf":1.0},"3":{"tf":1.0},"59":{"tf":1.0},"7":{"tf":2.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"10":{"tf":1.0},"52":{"tf":1.0}},"r":{"df":1,"docs":{"43":{"tf":1.0}}}},"i":{"d":{"df":3,"docs":{"40":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":4,"docs":{"12":{"tf":1.4142135623730951},"4":{"tf":1.0},"42":{"tf":1.0},"60":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"42":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"b":{"df":2,"docs":{"52":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"60":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"59":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"18":{"tf":1.0},"3":{"tf":1.0}}}}}}}},"q":{"a":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"24":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}}}}}},"r":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"12":{"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":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"(":{"1":{"0":{"df":3,"docs":{"26":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":3,"docs":{"25":{"tf":1.0},"27":{"tf":1.0},"33":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":10,"docs":{"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"29":{"tf":2.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"12":{"tf":1.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"52":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"l":{"df":3,"docs":{"42":{"tf":1.0},"52":{"tf":1.7320508075688772},"53":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"—":{"a":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":12,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.7320508075688772},"49":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.4142135623730951}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":3,"docs":{"0":{"tf":1.0},"3":{"tf":1.0},"51":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"1":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"49":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"19":{"tf":1.0},"33":{"tf":2.0},"59":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":3,"docs":{"13":{"tf":1.0},"21":{"tf":1.0},"59":{"tf":1.0}}},"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"32":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":13,"docs":{"44":{"tf":1.7320508075688772},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":2.0},"56":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"37":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}},"x":{"df":2,"docs":{"42":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"22":{"tf":1.0},"49":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"20":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"3":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"45":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":4,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":5,"docs":{"19":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"42":{"tf":1.0},"59":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":7,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"27":{"tf":1.7320508075688772},"28":{"tf":1.0},"59":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"12":{"tf":1.0},"45":{"tf":1.0},"49":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":4,"docs":{"16":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0},"60":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":10,"docs":{"12":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"27":{"tf":1.4142135623730951},"31":{"tf":2.449489742783178},"32":{"tf":1.4142135623730951},"33":{"tf":2.0},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"60":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":14,"docs":{"22":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"60":{"tf":1.0},"9":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":5,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0},"60":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"15":{"tf":1.4142135623730951},"21":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":3,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"59":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"10":{"tf":1.0},"59":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":6,"docs":{"0":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.4142135623730951}}},"l":{"df":1,"docs":{"31":{"tf":2.0}}}}},"p":{"c":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"47":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.7320508075688772},"53":{"tf":1.4142135623730951}}}}}}}}},"df":19,"docs":{"1":{"tf":1.0},"10":{"tf":2.0},"12":{"tf":2.0},"13":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.7320508075688772},"20":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":2.23606797749979},"4":{"tf":1.7320508075688772},"41":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":2.0},"53":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.7320508075688772},"59":{"tf":1.4142135623730951},"60":{"tf":2.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"47":{"tf":1.0},"52":{"tf":1.4142135623730951}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":9,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":31,"docs":{"12":{"tf":1.0},"13":{"tf":1.4142135623730951},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.7320508075688772},"38":{"tf":2.0},"39":{"tf":1.7320508075688772},"4":{"tf":1.4142135623730951},"40":{"tf":1.7320508075688772},"41":{"tf":1.7320508075688772},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.7320508075688772},"55":{"tf":1.7320508075688772},"58":{"tf":1.7320508075688772},"59":{"tf":1.7320508075688772},"60":{"tf":1.7320508075688772}},"’":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"42":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"55":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"42":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"51":{"tf":1.7320508075688772},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"50":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":5,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"37":{"tf":1.4142135623730951},"55":{"tf":1.0},"59":{"tf":1.4142135623730951}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"0":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"43":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"24":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"2":{"df":4,"docs":{"25":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"3":{"df":5,"docs":{"24":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0},"32":{"tf":1.0},"8":{"tf":1.0}}},"4":{"df":2,"docs":{"27":{"tf":1.0},"30":{"tf":1.0}}},"5":{"df":1,"docs":{"31":{"tf":1.0}}},"7":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.7320508075688772}}}}}}}},"df":0,"docs":{}}}}},"df":29,"docs":{"1":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.7320508075688772},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":2.23606797749979},"16":{"tf":1.7320508075688772},"17":{"tf":2.23606797749979},"18":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":2.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"28":{"tf":1.0},"37":{"tf":2.23606797749979},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.4142135623730951},"45":{"tf":2.6457513110645907},"54":{"tf":1.4142135623730951},"55":{"tf":2.23606797749979},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":2.0},"59":{"tf":1.7320508075688772},"60":{"tf":2.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"41":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"a":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"43":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"22":{"tf":1.0},"7":{"tf":2.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"d":{"df":8,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0}}},"df":4,"docs":{"17":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":1.0},"45":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}},"f":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":3,"docs":{"21":{"tf":1.0},"52":{"tf":1.7320508075688772},"53":{"tf":1.7320508075688772}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"8":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"55":{"tf":1.0}},"i":{"c":{"df":5,"docs":{"0":{"tf":1.0},"40":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":6,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"37":{"tf":1.0},"44":{"tf":1.0},"57":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"16":{"tf":1.0},"40":{"tf":1.0},"58":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":10,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":7,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.7320508075688772}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"10":{"tf":1.4142135623730951},"33":{"tf":1.0},"59":{"tf":1.0}}}},"w":{"df":4,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"23":{"tf":1.0},"51":{"tf":1.0}}}}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":13,"docs":{"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"37":{"tf":1.7320508075688772},"4":{"tf":1.0},"43":{"tf":1.7320508075688772},"49":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.4142135623730951},"9":{"tf":2.0}},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"24":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"33":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"26":{"tf":1.0},"33":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":3,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0}}}}},"t":{"df":1,"docs":{"15":{"tf":1.0}}},"z":{"df":0,"docs":{},"e":{"df":1,"docs":{"9":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}}},"w":{"df":3,"docs":{"43":{"tf":1.0},"58":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"35":{"tf":1.0}}}},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"17":{"tf":1.0},"3":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":5,"docs":{"21":{"tf":1.0},"24":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"48":{"tf":1.0},"53":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"o":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"3":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":1,"docs":{"60":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":4,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"43":{"tf":1.0},"57":{"tf":1.0}},"i":{"df":1,"docs":{"17":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":3,"docs":{"22":{"tf":1.0},"38":{"tf":1.0},"59":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"58":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"22":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"52":{"tf":1.0}}}}}}},"df":0,"docs":{}},"_":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"48":{"tf":1.0},"53":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":14,"docs":{"12":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.7320508075688772},"45":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"7":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"e":{"df":3,"docs":{"12":{"tf":1.0},"22":{"tf":1.0},"9":{"tf":1.7320508075688772}}},"i":{"c":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}}},"y":{"df":5,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"35":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"59":{"tf":1.0}}}},"d":{":":{":":{"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":9,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{":":{":":{"a":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"52":{"tf":1.0}}},"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":{":":{":":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"24":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"21":{"tf":1.0},"43":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"59":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"p":{"df":3,"docs":{"12":{"tf":1.0},"45":{"tf":1.0},"60":{"tf":1.0}}}},"r":{"df":2,"docs":{"52":{"tf":1.0},"53":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"60":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"26":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"52":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"57":{"tf":1.4142135623730951}}}}}},"u":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"25":{"tf":1.0},"32":{"tf":1.4142135623730951}}}},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"6":{"tf":1.0}}}}},"df":6,"docs":{"0":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":1.0},"60":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"0":{"tf":1.0},"60":{"tf":1.0}}}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"41":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"56":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"13":{"tf":1.0},"22":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"27":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"30":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"58":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":7,"docs":{"20":{"tf":1.4142135623730951},"3":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}}}}}}}},"t":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"7":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"2":{"0":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"0":{"0":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"5":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"6":{"0":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"52":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":4,"docs":{"17":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.7320508075688772},"59":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"45":{"tf":1.0}}}}},"d":{"df":3,"docs":{"20":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"22":{"tf":1.0},"3":{"tf":1.4142135623730951},"57":{"tf":1.0}}},"r":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"21":{"tf":1.0},"30":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"_":{"c":{"a":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"32":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"33":{"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":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"25":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":32,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.4142135623730951},"15":{"tf":2.0},"16":{"tf":1.7320508075688772},"17":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.7320508075688772},"28":{"tf":1.0},"29":{"tf":1.4142135623730951},"3":{"tf":1.7320508075688772},"30":{"tf":1.7320508075688772},"31":{"tf":1.4142135623730951},"32":{"tf":2.0},"33":{"tf":1.7320508075688772},"45":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":2.0},"51":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"6":{"tf":1.7320508075688772},"7":{"tf":1.4142135623730951},"8":{"tf":1.7320508075688772},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"49":{"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":{"48":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"{":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"52":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"52":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"7":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"13":{"tf":1.0},"37":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"e":{"df":13,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"3":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"35":{"tf":2.0},"39":{"tf":1.0},"43":{"tf":1.0},"59":{"tf":1.0},"7":{"tf":2.23606797749979}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"42":{"tf":1.0},"43":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"35":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":6,"docs":{"15":{"tf":1.0},"20":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"43":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":9,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"31":{"tf":1.0},"33":{"tf":1.7320508075688772},"35":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":18,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772},"50":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"55":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"8":{"tf":1.0}},"y":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"g":{"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":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"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":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"15":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0}}},"k":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":14,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.7320508075688772},"42":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"60":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"51":{"tf":1.0},"57":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":20,"docs":{"0":{"tf":1.7320508075688772},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"21":{"tf":1.0},"25":{"tf":2.23606797749979},"26":{"tf":2.23606797749979},"27":{"tf":1.0},"29":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.7320508075688772},"33":{"tf":1.0},"42":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"59":{"tf":1.0},"60":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"5":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"16":{"tf":1.7320508075688772}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"19":{"tf":1.0},"60":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.7320508075688772}}}}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":3,"docs":{"22":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"38":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}}},"x":{"/":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"29":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"38":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"25":{"tf":1.0},"3":{"tf":1.4142135623730951},"45":{"tf":1.0},"47":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"53":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":3,"docs":{"33":{"tf":1.0},"4":{"tf":1.0},"55":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"31":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"17":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"16":{"tf":1.0}}}},"df":26,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":2.23606797749979},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.4142135623730951},"49":{"tf":1.0},"52":{"tf":2.23606797749979},"53":{"tf":1.7320508075688772},"55":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":32,"docs":{"14":{"tf":1.7320508075688772},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"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},"57":{"tf":1.0},"9":{"tf":1.7320508075688772}},"s":{"(":{"1":{"0":{"df":4,"docs":{"26":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"3":{"0":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":2,"docs":{"25":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"z":{"df":2,"docs":{"52":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":22,"docs":{"0":{"tf":2.0},"13":{"tf":1.0},"17":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.7320508075688772},"36":{"tf":2.0},"42":{"tf":1.0},"45":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.0},"57":{"tf":1.4142135623730951},"59":{"tf":1.0},"60":{"tf":2.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"!":{"[":{"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":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":1,"docs":{"52":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"10":{"tf":1.0},"59":{"tf":1.0}},"f":{"df":1,"docs":{"13":{"tf":1.0}},"i":{"df":13,"docs":{"0":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"27":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"16":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"[":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"12":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"60":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":2.23606797749979}},"e":{"df":0,"docs":{},"t":{"df":12,"docs":{"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.0}},"s":{"(":{"1":{"0":{"0":{"df":1,"docs":{"30":{"tf":1.0}}},"df":2,"docs":{"25":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":4,"docs":{"26":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}},"df":0,"docs":{}},"5":{"0":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}},"y":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":1,"docs":{"12":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"21":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"57":{"tf":1.0},"60":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"58":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":8,"docs":{"10":{"tf":1.4142135623730951},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"20":{"tf":1.0},"37":{"tf":1.0},"45":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":4,"docs":{"40":{"tf":1.0},"47":{"tf":1.0},"54":{"tf":1.4142135623730951},"58":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"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":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"2":{"0":{"df":2,"docs":{"26":{"tf":1.0},"33":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"0":{"0":{"df":1,"docs":{"31":{"tf":1.0}}},"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":1,"docs":{"10":{"tf":1.0}}},"6":{"0":{"0":{"df":1,"docs":{"30":{"tf":1.0}}},"df":4,"docs":{"10":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"9":{"0":{"df":2,"docs":{"27":{"tf":1.0},"32":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"0":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"0":{"tf":1.0},"35":{"tf":1.4142135623730951},"9":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"1":{"tf":1.0},"13":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":5,"docs":{"24":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"55":{"tf":1.7320508075688772}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":32,"docs":{"1":{"tf":1.0},"12":{"tf":2.23606797749979},"13":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.7320508075688772},"18":{"tf":2.0},"19":{"tf":2.449489742783178},"20":{"tf":2.23606797749979},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"25":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"37":{"tf":1.7320508075688772},"4":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.4142135623730951},"45":{"tf":2.23606797749979},"47":{"tf":1.7320508075688772},"48":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":2.0},"52":{"tf":2.6457513110645907},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.7320508075688772},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"15":{"tf":2.0},"16":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"5":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"e":{"df":1,"docs":{"59":{"tf":1.0}}}}}},"title":{"root":{"a":{"d":{"df":4,"docs":{"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"56":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"17":{"tf":1.0}}}}}}}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":2,"docs":{"27":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"42":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"36":{"tf":1.0}}},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"24":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"57":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"57":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"55":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"35":{"tf":1.0},"36":{"tf":1.0}}}}}}}},"d":{"a":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"36":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"l":{"df":1,"docs":{"57":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"23":{"tf":1.0},"28":{"tf":1.0},"51":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"18":{"tf":1.0},"20":{"tf":1.0},"35":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"46":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"q":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"46":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"60":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"14":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":1,"docs":{"14":{"tf":1.0}},"i":{"df":1,"docs":{"44":{"tf":1.0}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"55":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"v":{"df":1,"docs":{"56":{"tf":1.0}}}},"k":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"45":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"24":{"tf":1.0}}}}},"o":{"a":{"d":{"df":2,"docs":{"29":{"tf":1.0},"30":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"39":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"10":{"tf":1.0}}}}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"45":{"tf":1.0}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}},"w":{"df":1,"docs":{"51":{"tf":1.0}}}}},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"9":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"43":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"14":{"tf":1.0},"2":{"tf":1.0},"44":{"tf":1.0},"56":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"o":{"b":{"df":0,"docs":{},"e":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"29":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"52":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"33":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"44":{"tf":1.0},"55":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"df":2,"docs":{"10":{"tf":1.0},"37":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"49":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":5,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"37":{"tf":1.0},"45":{"tf":1.0},"58":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"24":{"tf":1.0},"52":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"30":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"5":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"25":{"tf":1.0},"26":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":1,"docs":{"16":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"10":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"54":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":7,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"47":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"lang":"English","pipeline":["trimmer","stopWordFilter","stemmer"],"ref":"id","version":"0.9.5"},"results_options":{"limit_results":30,"teaser_word_count":30},"search_options":{"bool":"OR","expand":true,"fields":{"body":{"boost":1},"breadcrumbs":{"boost":1},"title":{"boost":2}}}}')); \ No newline at end of file diff --git a/docs/searchindex-ba03244b.js b/docs/searchindex-ba03244b.js new file mode 100644 index 0000000..5fe5493 --- /dev/null +++ b/docs/searchindex-ba03244b.js @@ -0,0 +1 @@ +window.search = Object.assign(window.search, JSON.parse('{"doc_urls":["project-context-primer.html#project-context-primer","what-you-will-learn.html#what-you-will-learn","quickstart.html#quickstart","quickstart.html#prerequisites","quickstart.html#your-first-test","quickstart.html#run-it","quickstart.html#what-just-happened","quickstart.html#1-topology-configuration","quickstart.html#2-expectation","quickstart.html#3-run-duration","quickstart.html#4-deploy-and-execute","quickstart.html#add-transaction-traffic","quickstart.html#try-docker-compose","quickstart.html#next-steps","part-i.html#part-i--foundations","introduction.html#introduction","introduction.html#next-steps","architecture-overview.html#architecture-overview","testing-philosophy.html#testing-philosophy","testing-philosophy.html#declarative-over-imperative","testing-philosophy.html#protocol-time-not-wall-time","testing-philosophy.html#determinism-first-chaos-when-needed","testing-philosophy.html#observable-health-signals","testing-philosophy.html#minimum-run-windows","testing-philosophy.html#summary","scenario-lifecycle.html#scenario-lifecycle","design-rationale.html#design-rationale","part-ii.html#part-ii--user-guide","workspace-layout.html#workspace-layout","workspace-layout.html#directory-structure","workspace-layout.html#key-files-by-crate","workspace-layout.html#testing-frameworkconfigs","workspace-layout.html#testing-frameworkcore","workspace-layout.html#testing-frameworkworkflows","workspace-layout.html#testing-frameworkrunners","workspace-layout.html#design-philosophy","annotated-tree.html#annotated-tree","annotated-tree.html#navigation-guide","authoring-scenarios.html#authoring-scenarios","authoring-scenarios.html#see-also","workloads.html#core-content-workloads--expectations","workloads.html#workloads","workloads.html#expectations","scenario-builder-ext-patterns.html#core-content-scenariobuilderext-patterns","scenario-builder-ext-patterns.html#design-fluent-builder-pattern","scenario-builder-ext-patterns.html#available-extensions","scenario-builder-ext-patterns.html#topology-configuration","scenario-builder-ext-patterns.html#wallet-seeding","scenario-builder-ext-patterns.html#transaction-workload","scenario-builder-ext-patterns.html#da-workload","scenario-builder-ext-patterns.html#chaos-workload","scenario-builder-ext-patterns.html#consensus-liveness-expectation","scenario-builder-ext-patterns.html#extension-workflow","scenario-builder-ext-patterns.html#see-also","best-practices.html#best-practices","best-practices.html#state-your-intent","best-practices.html#keep-runs-meaningful","best-practices.html#separate-concerns","best-practices.html#reuse-patterns","best-practices.html#observe-first-tune-second","best-practices.html#environment-fit","best-practices.html#minimal-surprises","examples.html#examples","examples.html#quick-reference","examples.html#simple-consensus-liveness","examples.html#transaction-workload","examples.html#da--transaction-workload","examples.html#chaos-resilience-test","examples.html#see-also","examples-advanced.html#advanced-examples","examples-advanced.html#quick-reference","examples-advanced.html#load-progression-test","examples-advanced.html#sustained-load-test","examples-advanced.html#aggressive-chaos-test","examples-advanced.html#extension-ideas","examples-advanced.html#invalid-transaction-fuzzing","examples-advanced.html#custom-expectation-wallet-balance-verification","examples-advanced.html#network-partition-recovery","examples-advanced.html#custom-expectation-block-timing-consistency","examples-advanced.html#see-also","running-scenarios.html#running-scenarios","runners.html#runners","runners.html#local-runner","runners.html#docker-compose-runner","runners.html#kubernetes-runner","runners.html#common-expectations","runners.html#see-also","operations.html#operations","operations.html#environment-variables","operations.html#pol_proof_dev_mode","operations.html#other-variables","operations.html#kubernetes-setup","operations.html#1-build-the-testnet-image","operations.html#2-make-the-image-available-to-your-cluster","operations.html#3-export-the-image-tag","operations.html#4-ensure-circuit-assets-are-present","operations.html#5-verify-cluster-permissions","operations.html#6-run-k8s-example","operations.html#observability-prometheus-and-node-apis","operations.html#prometheus-metrics","operations.html#accessing-metrics-in-custom-expectations","operations.html#accessing-node-http-apis","operations.html#see-also","part-iii.html#part-iii--developer-reference","scenario-model.html#scenario-model-developer-level","extending.html#extending-the-framework","extending.html#adding-a-workload","extending.html#adding-an-expectation","extending.html#adding-a-runner","extending.html#adding-topology-helpers","extending.html#see-also","custom-workload-example.html#example-new-workload--expectation-rust","custom-workload-example.html#workload-simple-reachability-probe","custom-workload-example.html#expectation-confirm-the-target-stayed-reachable","custom-workload-example.html#how-to-wire-it","internal-crate-reference.html#internal-crate-reference","internal-crate-reference.html#testing-frameworkconfigs","internal-crate-reference.html#testing-frameworkcore","internal-crate-reference.html#testing-frameworkworkflows","internal-crate-reference.html#testing-frameworkrunners","internal-crate-reference.html#examples","internal-crate-reference.html#decision-tree-where-to-add-code","part-iv.html#part-iv--appendix","dsl-cheat-sheet.html#core-content-dsl-cheat-sheet","troubleshooting.html#troubleshooting-scenarios","troubleshooting.html#failure-triage-guide","troubleshooting.html#step-1-identify-the-failure-mode","troubleshooting.html#step-2-check-high-level-signals","troubleshooting.html#step-3-examine-node-logs","troubleshooting.html#step-4-scenario-specific-triage","troubleshooting.html#step-5-common-root-causes","troubleshooting.html#step-6-environment-variables-for-debugging","troubleshooting.html#common-error-messages","troubleshooting.html#deployment-errors","troubleshooting.html#workload-errors","troubleshooting.html#expectation-failures","troubleshooting.html#runner-specific-errors","troubleshooting.html#see-also","faq.html#faq","glossary.html#glossary"],"index":{"documentStore":{"docInfo":{"0":{"body":78,"breadcrumbs":6,"title":3},"1":{"body":26,"breadcrumbs":2,"title":1},"10":{"body":25,"breadcrumbs":6,"title":3},"100":{"body":32,"breadcrumbs":9,"title":4},"101":{"body":61,"breadcrumbs":9,"title":4},"102":{"body":20,"breadcrumbs":6,"title":1},"103":{"body":10,"breadcrumbs":8,"title":4},"104":{"body":116,"breadcrumbs":12,"title":4},"105":{"body":0,"breadcrumbs":8,"title":2},"106":{"body":39,"breadcrumbs":8,"title":2},"107":{"body":21,"breadcrumbs":8,"title":2},"108":{"body":29,"breadcrumbs":8,"title":2},"109":{"body":21,"breadcrumbs":9,"title":3},"11":{"body":50,"breadcrumbs":6,"title":3},"110":{"body":23,"breadcrumbs":7,"title":1},"111":{"body":19,"breadcrumbs":14,"title":5},"112":{"body":121,"breadcrumbs":13,"title":4},"113":{"body":68,"breadcrumbs":14,"title":5},"114":{"body":24,"breadcrumbs":10,"title":1},"115":{"body":7,"breadcrumbs":10,"title":3},"116":{"body":37,"breadcrumbs":9,"title":2},"117":{"body":89,"breadcrumbs":9,"title":2},"118":{"body":81,"breadcrumbs":9,"title":2},"119":{"body":79,"breadcrumbs":9,"title":2},"12":{"body":27,"breadcrumbs":6,"title":3},"120":{"body":40,"breadcrumbs":8,"title":1},"121":{"body":56,"breadcrumbs":11,"title":4},"122":{"body":10,"breadcrumbs":6,"title":3},"123":{"body":84,"breadcrumbs":12,"title":5},"124":{"body":0,"breadcrumbs":7,"title":2},"125":{"body":6,"breadcrumbs":8,"title":3},"126":{"body":19,"breadcrumbs":10,"title":5},"127":{"body":41,"breadcrumbs":11,"title":6},"128":{"body":52,"breadcrumbs":10,"title":5},"129":{"body":256,"breadcrumbs":10,"title":5},"13":{"body":24,"breadcrumbs":5,"title":2},"130":{"body":69,"breadcrumbs":10,"title":5},"131":{"body":34,"breadcrumbs":10,"title":5},"132":{"body":6,"breadcrumbs":8,"title":3},"133":{"body":108,"breadcrumbs":7,"title":2},"134":{"body":75,"breadcrumbs":7,"title":2},"135":{"body":109,"breadcrumbs":7,"title":2},"136":{"body":58,"breadcrumbs":8,"title":3},"137":{"body":21,"breadcrumbs":6,"title":1},"138":{"body":99,"breadcrumbs":5,"title":1},"139":{"body":299,"breadcrumbs":5,"title":1},"14":{"body":10,"breadcrumbs":4,"title":2},"15":{"body":84,"breadcrumbs":4,"title":1},"16":{"body":32,"breadcrumbs":5,"title":2},"17":{"body":106,"breadcrumbs":6,"title":2},"18":{"body":17,"breadcrumbs":6,"title":2},"19":{"body":40,"breadcrumbs":7,"title":3},"2":{"body":6,"breadcrumbs":4,"title":1},"20":{"body":89,"breadcrumbs":8,"title":4},"21":{"body":66,"breadcrumbs":8,"title":4},"22":{"body":51,"breadcrumbs":7,"title":3},"23":{"body":40,"breadcrumbs":7,"title":3},"24":{"body":26,"breadcrumbs":5,"title":1},"25":{"body":102,"breadcrumbs":6,"title":2},"26":{"body":68,"breadcrumbs":6,"title":2},"27":{"body":10,"breadcrumbs":8,"title":4},"28":{"body":18,"breadcrumbs":8,"title":2},"29":{"body":98,"breadcrumbs":8,"title":2},"3":{"body":11,"breadcrumbs":4,"title":1},"30":{"body":0,"breadcrumbs":9,"title":3},"31":{"body":22,"breadcrumbs":8,"title":2},"32":{"body":59,"breadcrumbs":8,"title":2},"33":{"body":22,"breadcrumbs":8,"title":2},"34":{"body":22,"breadcrumbs":8,"title":2},"35":{"body":50,"breadcrumbs":8,"title":2},"36":{"body":197,"breadcrumbs":8,"title":2},"37":{"body":41,"breadcrumbs":8,"title":2},"38":{"body":101,"breadcrumbs":8,"title":2},"39":{"body":28,"breadcrumbs":7,"title":1},"4":{"body":48,"breadcrumbs":5,"title":2},"40":{"body":18,"breadcrumbs":12,"title":4},"41":{"body":38,"breadcrumbs":9,"title":1},"42":{"body":54,"breadcrumbs":9,"title":1},"43":{"body":16,"breadcrumbs":12,"title":4},"44":{"body":55,"breadcrumbs":12,"title":4},"45":{"body":0,"breadcrumbs":10,"title":2},"46":{"body":35,"breadcrumbs":10,"title":2},"47":{"body":25,"breadcrumbs":10,"title":2},"48":{"body":30,"breadcrumbs":10,"title":2},"49":{"body":32,"breadcrumbs":10,"title":2},"5":{"body":45,"breadcrumbs":4,"title":1},"50":{"body":33,"breadcrumbs":10,"title":2},"51":{"body":27,"breadcrumbs":11,"title":3},"52":{"body":71,"breadcrumbs":10,"title":2},"53":{"body":24,"breadcrumbs":9,"title":1},"54":{"body":9,"breadcrumbs":8,"title":2},"55":{"body":41,"breadcrumbs":8,"title":2},"56":{"body":40,"breadcrumbs":9,"title":3},"57":{"body":62,"breadcrumbs":8,"title":2},"58":{"body":54,"breadcrumbs":8,"title":2},"59":{"body":65,"breadcrumbs":10,"title":4},"6":{"body":3,"breadcrumbs":4,"title":1},"60":{"body":56,"breadcrumbs":8,"title":2},"61":{"body":60,"breadcrumbs":8,"title":2},"62":{"body":11,"breadcrumbs":6,"title":1},"63":{"body":69,"breadcrumbs":7,"title":2},"64":{"body":51,"breadcrumbs":8,"title":3},"65":{"body":45,"breadcrumbs":7,"title":2},"66":{"body":52,"breadcrumbs":8,"title":3},"67":{"body":51,"breadcrumbs":8,"title":3},"68":{"body":25,"breadcrumbs":6,"title":1},"69":{"body":9,"breadcrumbs":9,"title":2},"7":{"body":26,"breadcrumbs":6,"title":3},"70":{"body":76,"breadcrumbs":9,"title":2},"71":{"body":54,"breadcrumbs":10,"title":3},"72":{"body":61,"breadcrumbs":10,"title":3},"73":{"body":77,"breadcrumbs":10,"title":3},"74":{"body":0,"breadcrumbs":9,"title":2},"75":{"body":45,"breadcrumbs":10,"title":3},"76":{"body":90,"breadcrumbs":12,"title":5},"77":{"body":85,"breadcrumbs":10,"title":3},"78":{"body":32,"breadcrumbs":12,"title":5},"79":{"body":26,"breadcrumbs":8,"title":1},"8":{"body":9,"breadcrumbs":5,"title":2},"80":{"body":75,"breadcrumbs":8,"title":2},"81":{"body":20,"breadcrumbs":6,"title":1},"82":{"body":16,"breadcrumbs":7,"title":2},"83":{"body":23,"breadcrumbs":8,"title":3},"84":{"body":17,"breadcrumbs":7,"title":2},"85":{"body":43,"breadcrumbs":7,"title":2},"86":{"body":15,"breadcrumbs":6,"title":1},"87":{"body":119,"breadcrumbs":6,"title":1},"88":{"body":0,"breadcrumbs":7,"title":2},"89":{"body":71,"breadcrumbs":6,"title":1},"9":{"body":13,"breadcrumbs":6,"title":3},"90":{"body":17,"breadcrumbs":6,"title":1},"91":{"body":10,"breadcrumbs":7,"title":2},"92":{"body":12,"breadcrumbs":9,"title":4},"93":{"body":48,"breadcrumbs":10,"title":5},"94":{"body":13,"breadcrumbs":9,"title":4},"95":{"body":17,"breadcrumbs":10,"title":5},"96":{"body":22,"breadcrumbs":9,"title":4},"97":{"body":15,"breadcrumbs":9,"title":4},"98":{"body":0,"breadcrumbs":9,"title":4},"99":{"body":39,"breadcrumbs":7,"title":2}},"docs":{"0":{"body":"This book focuses on the Nomos Testing Framework. It assumes familiarity with\\nthe Nomos architecture, but for completeness, here is a short primer. Nomos is a modular blockchain protocol with validators and a data-availability\\n(DA) subsystem. Validators participate in consensus and produce blocks. Executors are validators with the DA dispersal service enabled. They can\\nsubmit transactions and disperse blob data to the DA network. Data Availability (DA) handles blob data within transactions. When\\ntransactions include ChannelBlob operations, executors disperse the blob data\\nto the DA network, and validators sample and verify it’s available. These roles interact tightly, which is why meaningful testing must be performed\\nin multi-node environments that include real networking, timing, and DA\\ninteraction.","breadcrumbs":"Project Context Primer » Project Context Primer","id":"0","title":"Project Context Primer"},"1":{"body":"This book gives you a clear mental model for Nomos multi-node testing, shows how\\nto author scenarios that pair realistic workloads with explicit expectations,\\nand guides you to run them across local, containerized, and cluster environments\\nwithout changing the plan.","breadcrumbs":"What You Will Learn » What You Will Learn","id":"1","title":"What You Will Learn"},"10":{"body":"#![allow(unused)] fn main() {\\nlet deployer = LocalDeployer::default(); // Use local process runner\\nlet runner = deployer.deploy(&plan).await?; // Provision infrastructure\\nlet _handle = runner.run(&mut plan).await?; // Execute workloads & expectations } Deployer provisions the infrastructure. Runner orchestrates execution.","breadcrumbs":"Part 0 — Quickstart » 4. Deploy and Execute","id":"10","title":"4. Deploy and Execute"},"100":{"body":"Custom expectations can query Prometheus via RunContext: #![allow(unused)] fn main() {\\nasync fn evaluate(&mut self, ctx: &RunContext) -> Result<(), DynError> { let metrics = ctx.telemetry(); // Query specific metrics let block_count = metrics.consensus_processed_blocks()?; let tx_total = metrics.consensus_transactions_total()?; // Custom Prometheus queries let values = metrics.instant_values(\\"my_custom_metric\\")?; Ok(())\\n} }","breadcrumbs":"Part II — User Guide » Operations » Accessing Metrics in Custom Expectations","id":"100","title":"Accessing Metrics in Custom Expectations"},"101":{"body":"Expectations and workloads can call node HTTP endpoints directly: #![allow(unused)] fn main() {\\nasync fn evaluate(&mut self, ctx: &RunContext) -> Result<(), DynError> { let client = ctx.node_clients() .validators() .get(0) .ok_or(\\"no validator 0\\")?; // Call node APIs let info = client.consensus_info().await?; let network = client.network_info().await?; let da = client.da_membership().await?; Ok(())\\n} } See custom-workload-example.md for complete examples. flowchart TD Expose[Runner exposes endpoints/ports] --> Collect[Runtime collects block/health signals] Collect --> Consume[Expectations consume signals
decide pass/fail] Consume --> Inspect[Operators inspect logs/metrics
when failures arise]","breadcrumbs":"Part II — User Guide » Operations » Accessing Node HTTP APIs","id":"101","title":"Accessing Node HTTP APIs"},"102":{"body":"Runners — Deployer backends (Local, Compose, K8s) Troubleshooting — Common issues and solutions Custom Workload Example — Using RunContext in practice FAQ — Frequently asked questions","breadcrumbs":"Part II — User Guide » Operations » See Also","id":"102","title":"See Also"},"103":{"body":"Deep dives for contributors who extend the framework, evolve its abstractions,\\nor maintain the crate set.","breadcrumbs":"Part III — Developer Reference » Part III — Developer Reference","id":"103","title":"Part III — Developer Reference"},"104":{"body":"The scenario model defines clear, composable responsibilities: Topology: a declarative description of the cluster—how many nodes, their\\nroles, and the broad network and data-availability characteristics. It\\nrepresents the intended shape of the system under test. Scenario: a plan combining topology, workloads, expectations, and a run\\nwindow. Building a scenario validates prerequisites (like seeded wallets) and\\nensures the run lasts long enough to observe meaningful block progression. Workloads: asynchronous tasks that generate traffic or conditions. They\\nuse shared context to interact with the deployed cluster and may bundle\\ndefault expectations. Expectations: post-run assertions. They can capture baselines before\\nworkloads start and evaluate success once activity stops. Runtime: coordinates workloads and expectations for the configured\\nduration, enforces cooldowns when control actions occur, and ensures cleanup\\nso runs do not leak resources. Developers extending the model should keep these boundaries strict: topology\\ndescribes, scenarios assemble, runners deploy, workloads drive, and expectations\\njudge outcomes. For guidance on adding new capabilities, see Extending the Framework.","breadcrumbs":"Part III — Developer Reference » Scenario Model (Developer Level) » Scenario Model (Developer Level)","id":"104","title":"Scenario Model (Developer Level)"},"105":{"body":"","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Extending the Framework","id":"105","title":"Extending the Framework"},"106":{"body":"Implement testing_framework_core::scenario::Workload: Provide a name and any bundled expectations. In init, derive inputs from GeneratedTopology and RunMetrics; fail\\nfast if prerequisites are missing (e.g., wallet data, node addresses). In start, drive async traffic using the RunContext clients. Expose the workload from a module under testing-framework/workflows and\\nconsider adding a DSL helper for ergonomic wiring.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding a workload","id":"106","title":"Adding a workload"},"107":{"body":"Implement testing_framework_core::scenario::Expectation: Use start_capture to snapshot baseline metrics. Use evaluate to assert outcomes after workloads finish; return all errors\\nso the runner can aggregate them. Export it from testing-framework/workflows if it is reusable.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding an expectation","id":"107","title":"Adding an expectation"},"108":{"body":"Implement testing_framework_core::scenario::Deployer for your backend. Produce a RunContext with NodeClients, metrics endpoints, and optional NodeControlHandle. Guard cleanup with CleanupGuard to reclaim resources even on failures. Mirror the readiness and block-feed probes used by the existing runners so\\nworkloads can rely on consistent signals.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding a runner","id":"108","title":"Adding a runner"},"109":{"body":"Extend testing_framework_core::topology::TopologyBuilder with new layouts or\\nconfiguration presets (e.g., specialized DA parameters). Keep defaults safe:\\nensure at least one participant and clamp dispersal factors as the current\\nhelpers do.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding topology helpers","id":"109","title":"Adding topology helpers"},"11":{"body":"Let’s make it more interesting: #![allow(unused)] fn main() {\\nlet mut plan = ScenarioBuilder::topology() .network_star() .validators(3) .executors(0) .apply() .wallets(20) // Seed 20 funded wallet accounts .transactions() // Add transaction workload .rate(5) // 5 transactions per second .users(10) // Use 10 of the 20 wallets .apply() .expect_consensus_liveness() // Blocks still produced? .with_run_duration(Duration::from_secs(45)) .build(); } Now you’re testing: Does consensus stay live under transaction load?","breadcrumbs":"Part 0 — Quickstart » Add Transaction Traffic","id":"11","title":"Add Transaction Traffic"},"110":{"body":"Custom Workload Example — Step-by-step implementation guide Internal Crate Reference — Where to add new capabilities Workspace Layout — Detailed file structure Scenario Model — Core traits and concepts","breadcrumbs":"Part III — Developer Reference » Extending the Framework » See Also","id":"110","title":"See Also"},"111":{"body":"A minimal, end-to-end illustration of adding a custom workload and matching\\nexpectation. This shows the shape of the traits and where to plug into the\\nframework; expand the logic to fit your real test.","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Example: New Workload & Expectation (Rust)","id":"111","title":"Example: New Workload & Expectation (Rust)"},"112":{"body":"Key ideas: name: identifies the workload in logs. expectations: workloads can bundle defaults so callers don’t forget checks. init: derive inputs from the generated topology (e.g., pick a target node). start: drive async activity using the shared RunContext. #![allow(unused)] fn main() {\\nuse std::sync::Arc;\\nuse async_trait::async_trait;\\nuse testing_framework_core::scenario::{ DynError, Expectation, RunContext, RunMetrics, Workload,\\n};\\nuse testing_framework_core::topology::GeneratedTopology; pub struct ReachabilityWorkload { target_idx: usize, bundled: Vec>,\\n} impl ReachabilityWorkload { pub fn new(target_idx: usize) -> Self { Self { target_idx, bundled: vec![Box::new(ReachabilityExpectation::new(target_idx))], } }\\n} #[async_trait]\\nimpl Workload for ReachabilityWorkload { fn name(&self) -> &\'static str { \\"reachability_workload\\" } fn expectations(&self) -> Vec> { self.bundled.clone() } fn init( &mut self, topology: &GeneratedTopology, _metrics: &RunMetrics, ) -> Result<(), DynError> { if topology.validators().get(self.target_idx).is_none() { return Err(\\"no validator at requested index\\".into()); } Ok(()) } async fn start(&self, ctx: &RunContext) -> Result<(), DynError> { let client = ctx .node_clients() .validators() .get(self.target_idx) .ok_or(\\"missing target client\\")?; // Pseudo-action: issue a lightweight RPC to prove reachability. client.consensus_info().await.map_err(|e| e.into())?; Ok(()) }\\n} }","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Workload: simple reachability probe","id":"112","title":"Workload: simple reachability probe"},"113":{"body":"Key ideas: start_capture: snapshot baseline if needed (not used here). evaluate: assert the condition after workloads finish. #![allow(unused)] fn main() {\\nuse async_trait::async_trait;\\nuse testing_framework_core::scenario::{DynError, Expectation, RunContext}; pub struct ReachabilityExpectation { target_idx: usize,\\n} impl ReachabilityExpectation { pub fn new(target_idx: usize) -> Self { Self { target_idx } }\\n} #[async_trait]\\nimpl Expectation for ReachabilityExpectation { fn name(&self) -> &str { \\"target_reachable\\" } async fn evaluate(&mut self, ctx: &RunContext) -> Result<(), DynError> { let client = ctx .node_clients() .validators() .get(self.target_idx) .ok_or(\\"missing target client\\")?; client.consensus_info().await.map_err(|e| { format!(\\"target became unreachable during run: {e}\\").into() })?; Ok(()) }\\n} }","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Expectation: confirm the target stayed reachable","id":"113","title":"Expectation: confirm the target stayed reachable"},"114":{"body":"Build your scenario as usual and call .with_workload(ReachabilityWorkload::new(0)). The bundled expectation is attached automatically; you can add more with .with_expectation(...) if needed. Keep the logic minimal and fast for smoke tests; grow it into richer probes\\nfor deeper scenarios.","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » How to wire it","id":"114","title":"How to wire it"},"115":{"body":"Detailed roles and extension points for each crate in the framework.","breadcrumbs":"Part III — Developer Reference » Internal Crate Reference » Internal Crate Reference","id":"115","title":"Internal Crate Reference"},"116":{"body":"Purpose: Configuration primitives for nodes, networking, and wallets. Key modules: common/kms — Key management service types nodes/validator — Validator config builder nodes/executor — Executor config builder topology — Network layout and wallet seeding Add here: New node configuration options, network topologies, or wallet\\ngeneration strategies.","breadcrumbs":"Part III — Developer Reference » Internal Crate Reference » testing-framework/configs","id":"116","title":"testing-framework/configs"},"117":{"body":"Purpose: Core scenario engine—topology, orchestration, traits, and runtime. Key modules: nodes/ — Node spawning ( Validator, Executor), ApiClient for HTTP APIs scenario/definition — Scenario, Builder structs scenario/workload — Workload trait (implement for custom traffic generators) scenario/expectation — Expectation trait (implement for custom assertions) scenario/capabilities — Type-safe feature gating (e.g., NodeControlCapability) scenario/runtime/deployer — Deployer trait (provisioning abstraction) scenario/runtime/runner — Runner orchestration (executes scenario) scenario/runtime/context — RunContext (exposes topology, clients, metrics to workloads/expectations) scenario/runtime/metrics — Prometheus integration topology/ — TopologyBuilder, GeneratedTopology, readiness checks Add here: New core traits or scenario capabilities Orchestration changes (Runner logic, RunContext extensions) New node lifecycle methods (e.g., pause, resume) Topology generation strategies","breadcrumbs":"Part III — Developer Reference » Internal Crate Reference » testing-framework/core","id":"117","title":"testing-framework/core"},"118":{"body":"Purpose: Ready-made workloads, expectations, and fluent builder API. Key modules: builder/mod — ScenarioBuilderExt, ChaosBuilderExt (fluent API extensions) expectations/consensus_liveness — Block production expectation workloads/transaction/ — Transaction submission workload workloads/da/ — DA blob dispersal workload workloads/chaos — Random node restart workload Add here: New workloads (e.g., invalid transaction fuzzing, mempool flood) New expectations (e.g., DA availability, block timing consistency) New builder methods to expose workloads/expectations in the fluent API Example workflow for new workload: Implement Workload trait in workloads//workload.rs Add builder method in builder/mod.rs: #![allow(unused)] fn main() {\\nfn my_workload(self) -> MyWorkloadBuilder { ... } } Add example usage in examples/src/bin/","breadcrumbs":"Part III — Developer Reference » Internal Crate Reference » testing-framework/workflows","id":"118","title":"testing-framework/workflows"},"119":{"body":"Purpose: Deployment backends that implement the Deployer trait. Crates: local — Spawns nodes as local processes compose — Orchestrates Docker Compose stack k8s — Deploys to Kubernetes via Helm Key traits: Deployer — Provisions infrastructure, returns Runner NodeControlHandle — Controls nodes (restart, etc.) if capability enabled Add here: New deployer backends (e.g., AWS ECS, Nomad) Runner-specific features (e.g., network partitioning, resource constraints) Node control extensions (e.g., pause, block_peer) Example: Adding a new deployer Create testing-framework/runners// Implement Deployer trait in src/deployer.rs Optionally implement NodeControlHandle for chaos support Add example usage in examples/src/bin/_runner.rs","breadcrumbs":"Part III — Developer Reference » Internal Crate Reference » testing-framework/runners","id":"119","title":"testing-framework/runners"},"12":{"body":"Same scenario, different runner: #![allow(unused)] fn main() {\\nuse testing_framework_runner_compose::ComposeDeployer; // ... same scenario ... let deployer = ComposeDeployer::default(); // Use Docker Compose\\nlet runner = deployer.deploy(&plan).await?;\\nlet _handle = runner.run(&mut plan).await?; } Benefit: Reproducible containerized environment with Prometheus at http://localhost:9090.","breadcrumbs":"Part 0 — Quickstart » Try Docker Compose","id":"12","title":"Try Docker Compose"},"120":{"body":"Purpose: Example binaries demonstrating framework usage. Key files: src/bin/local_runner.rs — LocalDeployer example src/bin/compose_runner.rs — ComposeDeployer example (CI-friendly) src/bin/k8s_runner.rs — K8sDeployer example (requires cluster) Add here: New example scenarios demonstrating framework features Demo programs showing different runner configurations Usage patterns for different deployment environments","breadcrumbs":"Part III — Developer Reference » Internal Crate Reference » examples/","id":"120","title":"examples/"},"121":{"body":"I want to… Add code in… Create a new workload workflows/src/workloads/ Create a new expectation workflows/src/expectations/ Extend builder API workflows/src/builder/mod.rs Modify scenario orchestration core/src/scenario/runtime/ Add node lifecycle methods core/src/nodes/ (traits in scenario/) Add Prometheus metrics queries core/src/scenario/runtime/metrics.rs Create a new deployer backend runners// Change topology generation core/src/topology/ Add node config options configs/src/nodes/ Document usage examples/src/bin/ See workspace-layout.md and annotated-tree.md\\nfor detailed file structure.","breadcrumbs":"Part III — Developer Reference » Internal Crate Reference » Decision Tree: Where to Add Code","id":"121","title":"Decision Tree: Where to Add Code"},"122":{"body":"Quick-reference material and supporting guidance to keep scenarios discoverable,\\ndebuggable, and consistent.","breadcrumbs":"Part IV — Appendix » Part IV — Appendix","id":"122","title":"Part IV — Appendix"},"123":{"body":"The framework offers a fluent builder style to keep scenarios readable. Common\\nknobs: Topology shaping: set validator and executor counts, pick a network layout\\nstyle, and adjust high-level data-availability traits. Wallet seeding: define how many users participate and the total funds\\navailable for transaction workloads. Workload tuning: configure transaction rates, data-availability channel\\nand blob rates, and whether chaos restarts should include validators,\\nexecutors, or both. Expectations: attach liveness and workload-specific checks so success is\\nexplicit. Run window: set a minimum duration long enough for multiple blocks to be\\nobserved and verified. Use these knobs to express intent clearly, keeping scenario definitions concise\\nand consistent across teams.","breadcrumbs":"Part IV — Appendix » Builder API Quick Reference » Core Content: DSL Cheat Sheet","id":"123","title":"Core Content: DSL Cheat Sheet"},"124":{"body":"","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Troubleshooting Scenarios","id":"124","title":"Troubleshooting Scenarios"},"125":{"body":"When a scenario fails, follow this structured debugging workflow:","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Failure Triage Guide","id":"125","title":"Failure Triage Guide"},"126":{"body":"What failed? Expectation failure (e.g., “Consensus Liveness failed”) Timeout during scenario execution Panic or error during workload execution Node readiness timeout","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Step 1: Identify the Failure Mode","id":"126","title":"Step 1: Identify the Failure Mode"},"127":{"body":"Start with observability: Check Prometheus metrics (if available): # Compose runner: http://localhost:9090\\n# K8s runner: port shown in test output Look for: consensus_processed_blocks — Are blocks progressing? consensus_transactions_total — Are transactions being processed? Check consensus via HTTP API (for LocalDeployer): curl http://localhost:3000/consensus-info # Validator 0 Look for: Current block height Parent hash progression","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Step 2: Check High-Level Signals","id":"127","title":"Step 2: Check High-Level Signals"},"128":{"body":"Log locations by runner: Runner Log Location Local ~/.nomos-tests/node-/nomos-node.log Compose docker-compose logs nomos-validator- K8s kubectl logs -n nomos-validator- What to look for: Consensus errors: “failed to produce block”, “invalid signature” Network issues: “peer disconnected”, “timeout connecting” DA errors: “dispersal failed”, “sampling timeout” Panic traces: Rust backtraces indicating bugs","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Step 3: Examine Node Logs","id":"128","title":"Step 3: Examine Node Logs"},"129":{"body":"Consensus Liveness Failure Triage flowchart: flowchart TD Start[Liveness expectation failed] --> CheckMetrics{Check Prometheus
consensus_processed_blocks} CheckMetrics -->|Zero blocks| NoBlocks[No blocks produced] CheckMetrics -->|Some blocks| SlowBlocks[Blocks too slow] NoBlocks --> CheckReadiness{Were nodes ready
before workload start?} CheckReadiness -->|No| FixReadiness[Increase readiness timeout
or check runner logs] CheckReadiness -->|Yes| CheckLogs[Check validator logs
for consensus errors] SlowBlocks --> CheckEnv{Is environment slow?
CI, constrained resources?} CheckEnv -->|Yes| ExtendDuration[Extend run duration
or enable SLOW_TEST_ENV] CheckEnv -->|No| CheckLoad[Check if workload
overwhelmed network] Steps: Check Prometheus: consensus_processed_blocks — Is it zero or just low? If zero: Check validator logs for consensus initialization errors If non-zero but low: Environment may be slow; extend duration Check if readiness completed before workloads started (runner logs) Transaction Inclusion Failure Triage flowchart: flowchart TD Start[Transaction expectation failed] --> CheckMetrics{Check Prometheus
consensus_transactions_total} CheckMetrics -->|Zero txs| NoTxs[No transactions processed] CheckMetrics -->|Some txs| PartialTxs[Partial inclusion] NoTxs --> CheckWallets{Are wallets seeded?
Check scenario builder} CheckWallets -->|No .wallets call| AddWallets[Add .wallets to scenario] CheckWallets -->|Yes| CheckSubmission[Check workload logs
for submission errors] PartialTxs --> CheckRate{Is tx rate too high
for block capacity?} CheckRate -->|Yes| LowerRate[Lower transaction rate
or increase duration] CheckRate -->|No| CheckMempool[Check validator logs
for mempool issues] Steps: Verify .wallets(N) was called in scenario builder Check transaction workload logs for submission errors Reduce transaction rate if overwhelming mempool Check validator logs for transaction validation errors Chaos Workload Stalls Triage flowchart: flowchart TD Start[Chaos workload stalled/failed] --> CheckControl{Did scenario call
.enable_node_control?} CheckControl -->|No| AddControl[Add .enable_node_control
before .chaos] CheckControl -->|Yes| CheckRunner{Does runner support
node control?} CheckRunner -->|Local: Yes| CheckCadence[Check restart cadence
min/max delays] CheckRunner -->|Compose: Yes| CheckCadence CheckRunner -->|K8s: Yes| CheckCadence CheckRunner -->|Unknown| SeeNodeControl[See node-control.md
for runner support] CheckCadence --> TooAggressive{Is restart cadence
too aggressive?} TooAggressive -->|Yes| WidentIntervals[Widen min_delay/max_delay
increase target_cooldown] TooAggressive -->|No| CheckLogs[Check node control logs
for restart failures] Steps: Verify .enable_node_control() was called Check runner supports NodeControlHandle (all current runners do) Widen chaos timing: increase min_delay, max_delay, target_cooldown Check if nodes recover after restart (consensus progresses)","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Step 4: Scenario-Specific Triage","id":"129","title":"Step 4: Scenario-Specific Triage"},"13":{"body":"Now that you have a working test: Understand the philosophy: Testing Philosophy Learn the architecture: Architecture Overview See more examples: Examples API reference: Builder API Quick Reference Debug failures: Troubleshooting","breadcrumbs":"Part 0 — Quickstart » Next Steps","id":"13","title":"Next Steps"},"130":{"body":"Symptom Likely Cause Fix Readiness timeout (LocalDeployer) Missing POL_PROOF_DEV_MODE=true Set env var before running tests Readiness timeout Binaries not built, ports in use Build nomos-node, check port availability Transactions not submitted Missing .wallets() call Add .wallets(N) to scenario Blocks produced but expectation fails Run duration too short Increase .with_run_duration() Prometheus unreachable Port conflict or service not started Check TEST_FRAMEWORK_PROMETHEUS_PORT Node control not available Missing .enable_node_control() Add before chaos workload Flaky results Mixing chaos with functional tests Separate into distinct scenarios","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Step 5: Common Root Causes","id":"130","title":"Step 5: Common Root Causes"},"131":{"body":"Enable detailed tracing and preserve logs: # Keep node logs after test completion\\nexport NOMOS_TESTS_KEEP_LOGS=1 # Enable tracing output (verbose)\\nexport NOMOS_TESTS_TRACING=1 # Relax timeouts for slow environments\\nexport SLOW_TEST_ENV=1 # Run example\\nPOL_PROOF_DEV_MODE=true cargo run -p runner-examples --bin local_runner","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Step 6: Environment Variables for Debugging","id":"131","title":"Step 6: Environment Variables for Debugging"},"132":{"body":"Actual error messages you’ll encounter and what they mean:","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Common Error Messages","id":"132","title":"Common Error Messages"},"133":{"body":"Error: Validator readiness timeout after 30s Meaning: Node process didn’t respond to HTTP health checks within the timeout. Fix: For LocalDeployer: Set POL_PROOF_DEV_MODE=true (required for fast proof generation) Check if nomos-node binary exists and is built Verify ports aren’t already in use: lsof -i :3000-3010 Check node logs in ~/.nomos-tests/node-0/ for startup errors Set SLOW_TEST_ENV=1 if running on slow hardware Error: Failed to allocate port for validator 0 Meaning: The framework couldn’t find available ports for node services. Fix: Check for port conflicts: lsof -i :3000-4000 Kill stale processes from previous test runs Restart Docker (for Compose runner) Error: No wallets seeded but transaction workload requires users Meaning: Scenario has .transactions() but no .wallets() call. Fix: #![allow(unused)] fn main() {\\nlet mut plan = ScenarioBuilder::topology() .validators(3).apply() .wallets(50) // ADD THIS .transactions() .rate(10) .users(20) .apply() .build(); }","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Deployment Errors","id":"133","title":"Deployment Errors"},"134":{"body":"Error: NodeControl not available for this runner Meaning: Chaos workload requires .enable_node_control() in scenario. Fix: #![allow(unused)] fn main() {\\nlet mut plan = ScenarioBuilder::topology() .validators(5).apply() .enable_node_control() // ADD THIS before chaos .chaos() .restart() .apply() .build(); } Error: No validators in topology Meaning: Scenario topology has 0 validators. Fix: #![allow(unused)] fn main() {\\nScenarioBuilder::topology() .validators(3) // At least 1 required .executors(0) .apply() } Error: Transaction submission failed: insufficient funds Meaning: Wallet ran out of funds during test (too many transactions). Fix: Increase wallet count: .wallets(100) instead of .wallets(20) Reduce transaction rate: .rate(5) instead of .rate(50) Shorten test duration","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Workload Errors","id":"134","title":"Workload Errors"},"135":{"body":"Error: Consensus liveness expectation failed: no blocks observed Meaning: Block feed didn’t detect any blocks during the run. Fix: Verify nodes started: check readiness completed successfully Check validator logs for consensus errors Ensure run duration is sufficient: .with_run_duration(Duration::from_secs(30)) Check Prometheus consensus_processed_blocks metric Error: Transaction inclusion expectation failed: submitted 100, included 0 Meaning: Transactions submitted but none appeared in blocks. Fix: Check validator logs for transaction validation errors Verify wallets are properly funded Reduce transaction rate to match block capacity Check mempool isn’t full or rejecting transactions Error: Expected at least 10 blocks, got 3 Meaning: Block production slower than expected for the run duration. Fix: Extend run duration: .with_run_duration(Duration::from_secs(60)) Check if environment is slow (CI, constrained resources) Set SLOW_TEST_ENV=1 to relax timing constraints Reduce workload intensity (lower transaction/DA rates)","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Expectation Failures","id":"135","title":"Expectation Failures"},"136":{"body":"Compose runner: Error: Docker daemon not running Fix: Start Docker Desktop or dockerd Error: Port 9090 already in use (Prometheus) Fix: export TEST_FRAMEWORK_PROMETHEUS_PORT=9091 K8s runner: Error: Image pull failed: nomos-testnet:local not found Fix: # Build and load image\\ntesting-framework/assets/stack/scripts/build_test_image.sh\\nkind load docker-image nomos-testnet:local Error: Insufficient permissions to create namespace Fix: # Verify cluster access\\nkubectl auth can-i create namespaces\\n# If no: request cluster admin permissions","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Runner-Specific Errors","id":"136","title":"Runner-Specific Errors"},"137":{"body":"FAQ — Common questions and answers Operations — Prerequisites, environment flags, observability Best Practices — Patterns to avoid common pitfalls Testing Philosophy — Design principles for reliable scenarios","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » See Also","id":"137","title":"See Also"},"138":{"body":"Why block-oriented timing? Using block cadence reduces dependence on host speed and keeps assertions aligned\\nwith protocol behavior. Can I reuse the same scenario across runners? Yes. The plan stays the same; swap runners (local, compose, k8s) to target\\ndifferent environments. When should I enable chaos workloads? Only when testing resilience or operational recovery; keep functional smoke\\ntests deterministic. How long should runs be? Long enough for multiple blocks so liveness and inclusion checks are\\nmeaningful; very short runs risk false confidence. Do I always need seeded wallets? Only for transaction scenarios. Data-availability or pure chaos scenarios may\\nnot require them, but liveness checks still need validators producing blocks. What if expectations fail but workloads “look fine”? Trust expectations first—they capture the intended success criteria. Use the\\nobservability signals and runner logs to pinpoint why the system missed the\\ntarget.","breadcrumbs":"Part IV — Appendix » FAQ » FAQ","id":"138","title":"FAQ"},"139":{"body":"Validator: node role responsible for participating in consensus and block\\nproduction. Executor: a validator node with the DA dispersal service enabled. Executors\\ncan submit transactions and disperse blob data to the DA network, in addition\\nto performing all validator functions. DA (Data Availability): subsystem ensuring blobs or channel data are\\npublished and retrievable for validation. Deployer: component that provisions infrastructure (spawns processes,\\ncreates containers, or launches pods), waits for readiness, and returns a\\nRunner. Examples: LocalDeployer, ComposeDeployer, K8sDeployer. Runner: component returned by deployers that orchestrates scenario\\nexecution—starts workloads, observes signals, evaluates expectations, and\\ntriggers cleanup. Workload: traffic or behavior generator that exercises the system during a\\nscenario run. Expectation: post-run assertion that judges whether the system met the\\nintended success criteria. Topology: declarative description of the cluster shape, roles, and\\nhigh-level parameters for a scenario. Scenario: immutable plan combining topology, workloads, expectations, and\\nrun duration. Blockfeed: stream of block observations used for liveness or inclusion\\nsignals during a run. Control capability: the ability for a runner to start, stop, or restart\\nnodes, used by chaos workloads. Slot duration: time interval between consensus rounds in Cryptarchia. Blocks\\nare produced at multiples of the slot duration based on lottery outcomes. Block cadence: observed rate of block production in a live network, measured\\nin blocks per second or seconds per block. Cooldown: waiting period after a chaos action (e.g., node restart) before\\ntriggering the next action, allowing the system to stabilize. Run window: total duration a scenario executes, specified via with_run_duration(). Framework auto-extends to at least 2× slot duration. Readiness probe: health check performed by runners to ensure nodes are\\nreachable and responsive before starting workloads. Prevents false negatives\\nfrom premature traffic. Liveness: property that the system continues making progress (producing\\nblocks) under specified conditions. Contrasts with safety/correctness which\\nverifies that state transitions are accurate. State assertion: expectation that verifies specific values in the system\\nstate (e.g., wallet balances, UTXO sets) rather than just progress signals.\\nAlso called “correctness expectations.” Mantle transaction: transaction type in Nomos that can contain UTXO transfers\\n(LedgerTx) and operations (Op), including channel data (ChannelBlob). Channel: logical grouping for DA blobs; each blob belongs to a channel and\\nreferences a parent blob in the same channel, creating a chain of related data. POL_PROOF_DEV_MODE: environment variable that disables expensive Groth16 zero-knowledge\\nproof generation for leader election. Required for LocalDeployer tests to run in\\nreasonable time. Should never be used in production environments.","breadcrumbs":"Part IV — Appendix » Glossary » Glossary","id":"139","title":"Glossary"},"14":{"body":"Conceptual chapters that establish the mental model for the framework and how\\nit approaches multi-node testing.","breadcrumbs":"Part I — Foundations » Part I — Foundations","id":"14","title":"Part I — Foundations"},"15":{"body":"The Nomos Testing Framework is a purpose-built toolkit for exercising Nomos in\\nrealistic, multi-node environments. It solves the gap between small, isolated\\ntests and full-system validation by letting teams describe a cluster layout,\\ndrive meaningful traffic, and assert the outcomes in one coherent plan. It is for protocol engineers, infrastructure operators, and QA teams who need\\nrepeatable confidence that validators, executors, and data-availability\\ncomponents work together under network and timing constraints. Multi-node integration testing is required because many Nomos behaviors—block\\nprogress, data availability, liveness under churn—only emerge when several\\nroles interact over real networking and time. This framework makes those checks\\ndeclarative, observable, and portable across environments.","breadcrumbs":"Part I — Foundations » Introduction » Introduction","id":"15","title":"Introduction"},"16":{"body":"New to the framework? Start with Architecture Overview and Testing Philosophy to build intuition. Ready to write tests? Jump to Authoring Scenarios and Examples. Need API reference? See Builder API Quick Reference. Extending the framework? Check Extending the Framework and Internal Crate Reference.","breadcrumbs":"Part I — Foundations » Introduction » Next Steps","id":"16","title":"Next Steps"},"17":{"body":"The framework follows a clear flow: Topology → Scenario → Deploy → Run → Verify. Topology describes the cluster: how many nodes, their roles, and the high-level network and data-availability parameters they should follow. Scenario combines that topology with the activities to run and the checks to perform, forming a single plan. Deployer provisions infrastructure on the chosen backend (local processes, Docker Compose, or Kubernetes), waits for readiness, and returns a Runner. Runner orchestrates execution: starts workloads, observes signals, evaluates expectations, and cleans up. Workloads generate traffic and conditions that exercise the system. Expectations observe the run and judge success or failure once activity completes. flowchart LR A(Topology
shape cluster) --> B(Scenario
plan) B --> C(Deployer
provision infrastructure) C --> D(Runner
orchestrate execution) D --> E(Workloads
drive traffic) E --> F(Expectations
verify outcomes) Each layer has a narrow responsibility so that cluster shape, deployment choice,\\ntraffic generation, and health checks can evolve independently while fitting\\ntogether predictably.","breadcrumbs":"Part I — Foundations » Architecture Overview » Architecture Overview","id":"17","title":"Architecture Overview"},"18":{"body":"This framework embodies specific principles that shape how you author and run\\nscenarios. Understanding these principles helps you write effective tests and\\ninterpret results correctly.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Testing Philosophy","id":"18","title":"Testing Philosophy"},"19":{"body":"Describe what you want to test, not how to orchestrate it: #![allow(unused)] fn main() {\\n// Good: declarative\\nScenarioBuilder::topology() .network_star() .validators(2) .executors(1) .apply() .wallets(10) .transactions().rate(5).users(5).apply() .expect_consensus_liveness() .build(); // Bad: imperative (framework doesn\'t work this way)\\n// spawn_validator(); spawn_executor(); // loop { submit_tx(); check_block(); } } Why it matters: The framework handles deployment, readiness, and cleanup.\\nYou focus on test intent, not infrastructure orchestration.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Declarative over Imperative","id":"19","title":"Declarative over Imperative"},"2":{"body":"Get a working test running in under 5 minutes.","breadcrumbs":"Part 0 — Quickstart » Quickstart","id":"2","title":"Quickstart"},"20":{"body":"Reason in blocks and consensus intervals, not wall-clock seconds: #![allow(unused)] fn main() {\\n// Good: protocol-oriented thinking\\nlet mut plan = ScenarioBuilder::topology() .network_star() .validators(2) .executors(1) .apply() .wallets(10) .transactions().rate(5).users(5).apply() // 5 tx per block .with_run_duration(Duration::from_secs(60)) // Let framework calculate expected blocks .expect_consensus_liveness() // \\"Did we produce the expected blocks?\\" .build(); // Bad: wall-clock assumptions\\n// \\"I expect at least 30 blocks in 60 seconds\\"\\n// Brittle if readiness or startup takes longer on slow CI } Why it matters: Block production rate is fixed by consensus parameters (e.g.,\\n2-second slot duration), but node startup and readiness vary by environment—fast\\non a laptop, slow on overloaded CI. The framework measures in blocks (protocol\\ntime), not wall-clock seconds, so tests focus on “did consensus work?” rather\\nthan “was the hardware fast enough?”","breadcrumbs":"Part I — Foundations » Testing Philosophy » Protocol Time, Not Wall Time","id":"20","title":"Protocol Time, Not Wall Time"},"21":{"body":"Default scenarios are repeatable: Fixed topology Predictable traffic rates Deterministic checks Chaos is opt-in: #![allow(unused)] fn main() {\\n// Separate: functional test (deterministic)\\nlet mut plan = ScenarioBuilder::topology() .network_star() .validators(2) .executors(1) .apply() .wallets(10) .transactions().rate(5).users(5).apply() .expect_consensus_liveness() .build(); // Separate: chaos test (introduces randomness)\\nlet mut chaos_plan = ScenarioBuilder::topology() .network_star() .validators(4) .executors(1) .apply() .enable_node_control() .wallets(10) .chaos().restart() .min_delay(Duration::from_secs(15)) .max_delay(Duration::from_secs(25)) .target_cooldown(Duration::from_secs(45)) .apply() .transactions().rate(5).users(5).apply() .expect_consensus_liveness() .build(); } Why it matters: Mixing determinism with chaos creates noisy, hard-to-debug\\nfailures. Separate concerns make failures actionable.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Determinism First, Chaos When Needed","id":"21","title":"Determinism First, Chaos When Needed"},"22":{"body":"Prefer user-facing signals over internal state: Good checks: ✅ Blocks progressing at expected rate (liveness) ✅ Transactions included within N blocks (inclusion) ✅ DA blobs retrievable (availability) Avoid internal checks: ❌ Memory pool size ❌ Internal service state ❌ Cache hit rates Why it matters: User-facing signals reflect actual system health.\\nInternal state can be “healthy” while the system is broken from a user\\nperspective.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Observable Health Signals","id":"22","title":"Observable Health Signals"},"23":{"body":"Always run long enough for meaningful block production: #![allow(unused)] fn main() {\\n// Bad: too short\\n.with_run_duration(Duration::from_secs(5)) // Maybe 0-1 blocks // Good: enough blocks for assertions\\n.with_run_duration(Duration::from_secs(60)) // ~10+ blocks } The framework enforces minimum durations, but be explicit. Very short runs\\nrisk false confidence—one lucky block doesn’t prove liveness.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Minimum Run Windows","id":"23","title":"Minimum Run Windows"},"24":{"body":"These principles keep scenarios: Portable across environments (protocol time, declarative) Debuggable (determinism, separation of concerns) Meaningful (observable signals, sufficient duration) When authoring scenarios, ask: “Does this test the protocol behavior or\\nmy local environment quirks?”","breadcrumbs":"Part I — Foundations » Testing Philosophy » Summary","id":"24","title":"Summary"},"25":{"body":"Build the plan: Declare a topology, attach workloads and expectations, and set the run window. The plan is the single source of truth for what will happen. Deploy: Hand the plan to a runner. It provisions the environment on the chosen backend and waits for nodes to signal readiness. Drive workloads: Start traffic and behaviors (transactions, data-availability activity, restarts) for the planned duration. Observe blocks and signals: Track block progression and other high-level metrics during or after the run window to ground assertions in protocol time. Evaluate expectations: Once activity stops (and optional cooldown completes), check liveness and workload-specific outcomes to decide pass or fail. Cleanup: Tear down resources so successive runs start fresh and do not inherit leaked state. flowchart LR P[Plan
topology + workloads + expectations] --> D[Deploy
runner provisions] D --> R[Readiness
wait for nodes] R --> W[Drive Workloads] W --> O[Observe
blocks/metrics] O --> E[Evaluate Expectations] E --> C[Cleanup]","breadcrumbs":"Part I — Foundations » Scenario Lifecycle » Scenario Lifecycle","id":"25","title":"Scenario Lifecycle"},"26":{"body":"Modular crates keep configuration, orchestration, workloads, and runners decoupled so each can evolve without breaking the others. Pluggable runners let the same scenario run on a laptop, a Docker host, or a Kubernetes cluster, making validation portable across environments. Separated workloads and expectations clarify intent: what traffic to generate versus how to judge success. This simplifies review and reuse. Declarative topology makes cluster shape explicit and repeatable, reducing surprise when moving between CI and developer machines. Maintainability through predictability: a clear flow from plan to deployment to verification lowers the cost of extending the framework and interpreting failures.","breadcrumbs":"Part I — Foundations » Design Rationale » Design Rationale","id":"26","title":"Design Rationale"},"27":{"body":"Practical guidance for shaping scenarios, combining workloads and expectations,\\nand running them across different environments.","breadcrumbs":"Part II — User Guide » Part II — User Guide","id":"27","title":"Part II — User Guide"},"28":{"body":"The workspace focuses on multi-node integration testing and sits alongside a nomos-node checkout. Its crates separate concerns to keep scenarios\\nrepeatable and portable.","breadcrumbs":"Part II — User Guide » Workspace Layout » Workspace Layout","id":"28","title":"Workspace Layout"},"29":{"body":"nomos-testing/\\n├── testing-framework/\\n│ ├── configs/ # Configuration primitives\\n│ │ └── src/\\n│ │ ├── common/ # KMS, shared utilities\\n│ │ ├── nodes/ # Validator and executor configs\\n│ │ └── topology/ # Network topology, wallet seeding\\n│ │\\n│ ├── core/ # Scenario engine\\n│ │ └── src/\\n│ │ ├── nodes/ # Node spawning (Validator, Executor, ApiClient)\\n│ │ ├── scenario/ # Scenario model, traits, capabilities\\n│ │ │ └── runtime/ # Runner, Deployer, RunContext, Metrics\\n│ │ └── topology/ # Topology generation, readiness checks\\n│ │\\n│ ├── workflows/ # Reusable workloads & expectations\\n│ │ └── src/\\n│ │ ├── builder/ # ScenarioBuilderExt, ChaosBuilderExt DSL\\n│ │ ├── expectations/ # ConsensusLiveness, etc.\\n│ │ └── workloads/ # Transaction, DA, Chaos implementations\\n│ │\\n│ ├── runners/ # Deployment backends\\n│ │ ├── local/ # LocalDeployer (host processes)\\n│ │ ├── compose/ # ComposeDeployer (Docker Compose)\\n│ │ └── k8s/ # K8sDeployer (Kubernetes + Helm)\\n│ │\\n│ ├── tools/\\n│ │ └── cfgsync/ # Config synchronization server\\n│ │\\n│ └── assets/\\n│ └── stack/ # Docker configs, Helm charts, scripts\\n│\\n├── tests/\\n│ └── workflows/ # Integration test examples\\n│\\n└── scripts/ # Helper utilities","breadcrumbs":"Part II — User Guide » Workspace Layout » Directory Structure","id":"29","title":"Directory Structure"},"3":{"body":"Rust toolchain (nightly) Sibling nomos-node checkout built and available This repository cloned","breadcrumbs":"Part 0 — Quickstart » Prerequisites","id":"3","title":"Prerequisites"},"30":{"body":"","breadcrumbs":"Part II — User Guide » Workspace Layout » Key Files by Crate","id":"30","title":"Key Files by Crate"},"31":{"body":"File Purpose common/kms.rs Key management service types nodes/validator.rs Validator node configuration builder nodes/executor.rs Executor node configuration builder topology/mod.rs Network topology and wallet seeding","breadcrumbs":"Part II — User Guide » Workspace Layout » testing-framework/configs","id":"31","title":"testing-framework/configs"},"32":{"body":"File Purpose nodes/validator.rs Spawns and manages validator processes nodes/executor.rs Spawns and manages executor processes nodes/api_client.rs HTTP client for node APIs scenario/definition.rs Scenario and Builder structs scenario/workload.rs Workload trait scenario/expectation.rs Expectation trait scenario/capabilities.rs Type-safe feature gating ( NodeControlCapability) scenario/runtime/deployer.rs Deployer trait scenario/runtime/runner.rs Runner orchestration logic scenario/runtime/context.rs RunContext (exposes topology, clients, metrics) scenario/runtime/metrics.rs Prometheus integration scenario/runtime/block_feed.rs Real-time block observation topology/mod.rs Topology generation and readiness checks","breadcrumbs":"Part II — User Guide » Workspace Layout » testing-framework/core","id":"32","title":"testing-framework/core"},"33":{"body":"File Purpose builder/mod.rs ScenarioBuilderExt, ChaosBuilderExt expectations/consensus_liveness.rs Block production expectation workloads/transaction/workload.rs Transaction submission workload workloads/da/workload.rs DA blob dispersal workload workloads/chaos.rs Random restart workload","breadcrumbs":"Part II — User Guide » Workspace Layout » testing-framework/workflows","id":"33","title":"testing-framework/workflows"},"34":{"body":"Crate Entry Point Purpose local runner.rs Spawns nodes as local processes compose deployer.rs Orchestrates Docker Compose stack k8s deployer.rs Deploys to Kubernetes via Helm","breadcrumbs":"Part II — User Guide » Workspace Layout » testing-framework/runners","id":"34","title":"testing-framework/runners"},"35":{"body":"This split keeps configuration, orchestration, reusable traffic patterns, and\\ndeployment adapters loosely coupled while sharing one mental model for tests. Configs provides primitives; core provides the engine. Workflows assembles traffic and assertions into a fluent API. Runners adapt the same scenario plan to different backends. Tests demonstrate end-to-end usage as living documentation. See internal-crate-reference.md for guidance on\\nwhere to add new capabilities.","breadcrumbs":"Part II — User Guide » Workspace Layout » Design Philosophy","id":"35","title":"Design Philosophy"},"36":{"body":"Detailed view of the workspace showing crate boundaries and key modules: nomos-testing/\\n│\\n├── testing-framework/\\n│ │\\n│ ├── configs/ # Configuration primitives\\n│ │ └── src/\\n│ │ ├── common/ # KMS, shared utilities\\n│ │ ├── nodes/ # Validator and executor config builders\\n│ │ └── topology/ # Network layout, wallet seeding\\n│ │\\n│ ├── core/ # Scenario orchestration engine\\n│ │ └── src/\\n│ │ ├── nodes/ # Node spawning & lifecycle\\n│ │ │ ├── validator.rs # Validator process management\\n│ │ │ ├── executor.rs # Executor process management\\n│ │ │ └── api_client.rs # HTTP client for node APIs\\n│ │ │\\n│ │ ├── scenario/ # Core traits & definitions\\n│ │ │ ├── definition.rs # Scenario, Builder\\n│ │ │ ├── workload.rs # Workload trait\\n│ │ │ ├── expectation.rs # Expectation trait\\n│ │ │ ├── capabilities.rs # Type-safe features (NodeControl)\\n│ │ │ └── runtime/ # Execution machinery\\n│ │ │ ├── deployer.rs # Deployer trait\\n│ │ │ ├── runner.rs # Runner orchestration\\n│ │ │ ├── context.rs # RunContext (topology, clients, metrics)\\n│ │ │ ├── metrics.rs # Prometheus integration\\n│ │ │ └── block_feed.rs # Real-time block observation\\n│ │ │\\n│ │ └── topology/ # Network generation & readiness\\n│ │ └── mod.rs # TopologyBuilder, GeneratedTopology\\n│ │\\n│ ├── workflows/ # Ready-made workloads & expectations\\n│ │ └── src/\\n│ │ ├── builder/ # Fluent API extensions\\n│ │ │ └── mod.rs # ScenarioBuilderExt, ChaosBuilderExt\\n│ │ │\\n│ │ ├── expectations/ # Packaged assertions\\n│ │ │ ├── consensus_liveness.rs\\n│ │ │ └── mod.rs\\n│ │ │\\n│ │ └── workloads/ # Traffic generators\\n│ │ ├── transaction/ # Signed Mantle tx submission\\n│ │ ├── da/ # Blob dispersal to DA\\n│ │ └── chaos.rs # Random node restarts\\n│ │\\n│ ├── runners/ # Deployment backends\\n│ │ ├── local/ # Spawns nodes as local processes\\n│ │ │ └── src/runner.rs # LocalDeployer implementation\\n│ │ │\\n│ │ ├── compose/ # Docker Compose orchestration\\n│ │ │ ├── src/deployer.rs # ComposeDeployer implementation\\n│ │ │ └── assets/ # Compose templates\\n│ │ │\\n│ │ └── k8s/ # Kubernetes deployment\\n│ │ ├── src/deployer.rs # K8sDeployer implementation\\n│ │ └── helm/ # Helm chart for nomos-testnet\\n│ │\\n│ ├── tools/\\n│ │ └── cfgsync/ # Config sync server (for Compose/K8s)\\n│ │\\n│ └── assets/\\n│ └── stack/\\n│ ├── monitoring/ # Prometheus config\\n│ └── scripts/ # Docker build scripts\\n│\\n├── examples/ # Example binaries\\n│ └── src/\\n│ └── bin/\\n│ ├── local_runner.rs # LocalDeployer example\\n│ ├── compose_runner.rs # ComposeDeployer example\\n│ └── k8s_runner.rs # K8sDeployer example\\n│\\n└── scripts/ # Helper utilities","breadcrumbs":"Part II — User Guide » Annotated Tree » Annotated Tree","id":"36","title":"Annotated Tree"},"37":{"body":"To add a new workload or expectation: Start in workflows/src/workloads/ or workflows/src/expectations/, then expose it via builder/mod.rs. To modify scenario orchestration: Look in core/src/scenario/runtime/. To add deployer features: Extend the Deployer trait in core/src/scenario/runtime/deployer.rs and update runner implementations. To see examples: Check examples/src/bin/ for complete end-to-end\\ndemonstration programs. See workspace-layout.md for detailed descriptions of each\\nmodule.","breadcrumbs":"Part II — User Guide » Annotated Tree » Navigation Guide","id":"37","title":"Navigation Guide"},"38":{"body":"Creating a scenario is a declarative exercise: Shape the topology: decide how many validators and executors to run, and\\nwhat high-level network and data-availability characteristics matter for the\\ntest. Attach workloads: pick traffic generators that align with your goals\\n(transactions, data-availability blobs, or chaos for resilience probes). Define expectations: specify the health signals that must hold when the\\nrun finishes (e.g., consensus liveness, inclusion of submitted activity; see Core Content: Workloads & Expectations). Set duration: choose a run window long enough to observe meaningful\\nblock progression and the effects of your workloads. Choose a runner: target local processes for fast iteration, Docker\\nCompose for reproducible multi-node stacks, or Kubernetes for cluster-grade\\nvalidation. For environment considerations, see Operations. Keep scenarios small and explicit: make the intended behavior and the success\\ncriteria clear so failures are easy to interpret and act upon.","breadcrumbs":"Part II — User Guide » Authoring Scenarios » Authoring Scenarios","id":"38","title":"Authoring Scenarios"},"39":{"body":"Testing Philosophy — Principles for effective scenario design Examples — Complete runnable scenarios Builder API Quick Reference — API syntax reference Best Practices — Patterns for maintainable tests Workloads & Expectations — Available traffic generators and assertions","breadcrumbs":"Part II — User Guide » Authoring Scenarios » See Also","id":"39","title":"See Also"},"4":{"body":"Create a simple consensus liveness test: #![allow(unused)] fn main() {\\nuse testing_framework_core::scenario::{Deployer, ScenarioBuilder};\\nuse testing_framework_runner_local::LocalDeployer;\\nuse testing_framework_workflows::ScenarioBuilderExt;\\nuse std::time::Duration; #[tokio::test]\\nasync fn smoke_test() -> Result<(), Box> { // Define the scenario let mut plan = ScenarioBuilder::topology() .network_star() .validators(2) .executors(0) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(30)) .build(); // Deploy and run let deployer = LocalDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} }","breadcrumbs":"Part 0 — Quickstart » Your First Test","id":"4","title":"Your First Test"},"40":{"body":"Workloads describe the activity a scenario generates; expectations describe the\\nsignals that must hold when that activity completes. Both are pluggable so\\nscenarios stay readable and purpose-driven.","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Core Content: Workloads & Expectations","id":"40","title":"Core Content: Workloads & Expectations"},"41":{"body":"Transaction workload: submits user-level transactions at a configurable\\nrate and can limit how many distinct actors participate. Data-availability workload: drives blob and channel activity to exercise\\ndata-availability paths. Chaos workload: triggers controlled node restarts to test resilience and\\nrecovery behaviors (requires a runner that can control nodes).","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Workloads","id":"41","title":"Workloads"},"42":{"body":"Consensus liveness: verifies the system continues to produce blocks in\\nline with the planned workload and timing window. Workload-specific checks: each workload can attach its own success\\ncriteria (e.g., inclusion of submitted activity) so scenarios remain concise. Together, workloads and expectations let you express both the pressure applied\\nto the system and the definition of “healthy” for that run. flowchart TD I[Inputs
topology + wallets + rates] --> Init[Workload init] Init --> Drive[Drive traffic] Drive --> Collect[Collect signals] Collect --> Eval[Expectations evaluate]","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Expectations","id":"42","title":"Expectations"},"43":{"body":"The ScenarioBuilderExt trait extends ScenarioBuilder with domain-specific\\nmethods for common testing patterns. This page explains the technical design and\\nusage of these extensions.","breadcrumbs":"Part II — User Guide » Core Content: ScenarioBuilderExt Patterns » Core Content: ScenarioBuilderExt Patterns","id":"43","title":"Core Content: ScenarioBuilderExt Patterns"},"44":{"body":"Extensions follow the builder pattern with explicit .apply() termination: #![allow(unused)] fn main() {\\nScenarioBuilder::topology() .validators(3).apply() // Topology builder ends with .apply() .transactions() // Start transaction builder .rate(10) .users(20) .apply() // Transaction builder ends with .apply() .expect_consensus_liveness() // Attach expectation .build() // Final build() returns Scenario } Why .apply()? Each sub-builder (topology, transactions, DA, chaos) has its\\nown configuration state. .apply() commits that state to the parent builder,\\nallowing method chaining without ambiguity.","breadcrumbs":"Part II — User Guide » Core Content: ScenarioBuilderExt Patterns » Design: Fluent Builder Pattern","id":"44","title":"Design: Fluent Builder Pattern"},"45":{"body":"","breadcrumbs":"Part II — User Guide » Core Content: ScenarioBuilderExt Patterns » Available Extensions","id":"45","title":"Available Extensions"},"46":{"body":"Method: .topology() Returns: TopologyBuilder Purpose: Configure network layout and node counts. Example: #![allow(unused)] fn main() {\\nScenarioBuilder::topology() .network_star() // Star topology (all connect to seed) .validators(5) // 5 validator nodes .executors(2) // 2 executor nodes (validators + DA dispersal) .apply() } See: testing-framework/core/src/topology/mod.rs","breadcrumbs":"Part II — User Guide » Core Content: ScenarioBuilderExt Patterns » Topology Configuration","id":"46","title":"Topology Configuration"},"47":{"body":"Method: .wallets(n: usize) Purpose: Seed n funded wallet accounts for transaction workloads. Example: #![allow(unused)] fn main() {\\n.wallets(50) // 50 accounts, used by .transactions() } Note: Required before .transactions() workload.","breadcrumbs":"Part II — User Guide » Core Content: ScenarioBuilderExt Patterns » Wallet Seeding","id":"47","title":"Wallet Seeding"},"48":{"body":"Method: .transactions() Returns: TransactionWorkloadBuilder Purpose: Submit signed Mantle transactions at specified rate. Example: #![allow(unused)] fn main() {\\n.transactions() .rate(10) // 10 tx/sec .users(20) // 20 concurrent users (must have .wallets(N) where N >= 20) .apply() } See: testing-framework/workflows/src/workloads/transaction/","breadcrumbs":"Part II — User Guide » Core Content: ScenarioBuilderExt Patterns » Transaction Workload","id":"48","title":"Transaction Workload"},"49":{"body":"Method: .da() Returns: DaWorkloadBuilder Purpose: Submit blobs to DA network via executors. Example: #![allow(unused)] fn main() {\\n.da() .channel_rate(5) // 5 new channels/sec .blob_rate(10) // 10 blobs/sec across all channels .apply() } Requirements: Topology must have at least 1 executor. See: testing-framework/workflows/src/workloads/da/","breadcrumbs":"Part II — User Guide » Core Content: ScenarioBuilderExt Patterns » DA Workload","id":"49","title":"DA Workload"},"5":{"body":"# From the nomos-testing directory\\nPOL_PROOF_DEV_MODE=true cargo run -p runner-examples --bin local_runner Important: POL_PROOF_DEV_MODE=true disables expensive cryptographic proof generation, making the demo run in seconds instead of minutes. This is required for LocalDeployer on local machines. What you should see: Nodes spawn as local processes Consensus starts producing blocks Test passes after 30 seconds Logs appear in ~/.nomos-tests/node-*/","breadcrumbs":"Part 0 — Quickstart » Run It","id":"5","title":"Run It"},"50":{"body":"Method: .chaos() Returns: ChaosBuilder Purpose: Random node restarts for resilience testing. Example: #![allow(unused)] fn main() {\\n.enable_node_control() // REQUIRED before chaos\\n.chaos() .restart() .min_delay(Duration::from_secs(10)) .max_delay(Duration::from_secs(20)) .target_cooldown(Duration::from_secs(30)) .apply() } Requirements: Must call .enable_node_control() first to enable NodeControlCapability. See: testing-framework/workflows/src/workloads/chaos.rs","breadcrumbs":"Part II — User Guide » Core Content: ScenarioBuilderExt Patterns » Chaos Workload","id":"50","title":"Chaos Workload"},"51":{"body":"Method: .expect_consensus_liveness() Purpose: Assert that blocks are continuously produced during the run. Example: #![allow(unused)] fn main() {\\n.expect_consensus_liveness() } Implementation: Observes block feed and verifies blocks appear throughout\\nthe run duration. See: testing-framework/workflows/src/expectations/consensus_liveness.rs","breadcrumbs":"Part II — User Guide » Core Content: ScenarioBuilderExt Patterns » Consensus Liveness Expectation","id":"51","title":"Consensus Liveness Expectation"},"52":{"body":"To add a new builder extension: Implement the workload/expectation in testing-framework/workflows/src/ Add builder struct with configuration fields Implement builder methods (setters that return Self) Add .apply() method that calls add_workload() or add_expectation() Extend ScenarioBuilderExt trait with entry method Example: #![allow(unused)] fn main() {\\npub trait ScenarioBuilderExt: Sized { fn my_workload(self) -> MyWorkloadBuilder { MyWorkloadBuilder { parent: self, rate: 10, // default } }\\n} pub struct MyWorkloadBuilder { parent: CoreScenarioBuilder, rate: u64,\\n} impl MyWorkloadBuilder { pub fn rate(mut self, rate: u64) -> Self { self.rate = rate; self } pub fn apply(self) -> CoreScenarioBuilder { self.parent.add_workload(Box::new(MyWorkload::new(self.rate))) }\\n} }","breadcrumbs":"Part II — User Guide » Core Content: ScenarioBuilderExt Patterns » Extension Workflow","id":"52","title":"Extension Workflow"},"53":{"body":"Builder API Quick Reference — Complete API syntax Best Practices — Usage patterns and design principles Custom Workload Example — Implementing new workloads Extending the Framework — General extension guide","breadcrumbs":"Part II — User Guide » Core Content: ScenarioBuilderExt Patterns » See Also","id":"53","title":"See Also"},"54":{"body":"These patterns help keep scenarios maintainable, debuggable, and comparable\\nacross teams and environments.","breadcrumbs":"Part II — User Guide » Best Practices » Best Practices","id":"54","title":"Best Practices"},"55":{"body":"What: Name scenarios and add comments describing what you’re testing. Why: Makes expectation choices obvious and helps others understand purpose\\nwhen tests fail. #![allow(unused)] fn main() {\\n// Verify consensus liveness under sustained transaction load\\nlet mut plan = ScenarioBuilder::topology() .network_star() .validators(3) .executors(0) .apply() .transactions() .rate(50) .users(30) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(60)) .build(); }","breadcrumbs":"Part II — User Guide » Best Practices » State Your Intent","id":"55","title":"State Your Intent"},"56":{"body":"What: Choose durations that allow multiple blocks (at least 5–10) to be\\nproduced and observed. Why: Single-block tests catch trivial failures but miss timing issues,\\nliveness gaps, and gradual degradation. #![allow(unused)] fn main() {\\n// Bad: Only 5 seconds might produce 1–2 blocks\\n.with_run_duration(Duration::from_secs(5)) // Good: 30+ seconds ensures multiple blocks for reliable assertions\\n.with_run_duration(Duration::from_secs(30)) }","breadcrumbs":"Part II — User Guide » Best Practices » Keep Runs Meaningful","id":"56","title":"Keep Runs Meaningful"},"57":{"body":"What: Test deterministic behavior (liveness, transaction inclusion) in stable\\nscenarios; add chaos in dedicated resilience tests. Why: Mixing workloads makes failures noisy—is it a bug or chaos timing? #![allow(unused)] fn main() {\\n// Scenario A: Deterministic baseline\\nlet mut baseline = ScenarioBuilder::topology() .network_star() .validators(3) .executors(2) .apply() .transactions() .rate(10) .users(10) .apply() .expect_consensus_liveness() .build(); // Scenario B: Chaos overlay (separate test)\\nlet mut resilience = ScenarioBuilder::topology() .network_star() .validators(5) .executors(0) .apply() .enable_node_control() .chaos() .restart() .min_delay(Duration::from_secs(5)) .max_delay(Duration::from_secs(15)) .target_cooldown(Duration::from_secs(20)) .apply() .expect_consensus_liveness() .build(); }","breadcrumbs":"Part II — User Guide » Best Practices » Separate Concerns","id":"57","title":"Separate Concerns"},"58":{"body":"What: Define standard topology/workload constants or helper functions for\\ncommon configurations. Why: Makes results comparable across environments and teams; reduces\\ncopy-paste errors. #![allow(unused)] fn main() {\\n// Define shared constants\\nconst STANDARD_TOPOLOGY_VALIDATORS: u16 = 3;\\nconst STANDARD_TOPOLOGY_EXECUTORS: u16 = 2;\\nconst LIGHT_TX_RATE: u64 = 5;\\nconst MEDIUM_TX_RATE: u64 = 20; // Use in multiple scenarios\\nlet mut plan = ScenarioBuilder::topology() .network_star() .validators(STANDARD_TOPOLOGY_VALIDATORS) .executors(STANDARD_TOPOLOGY_EXECUTORS) .apply() .transactions() .rate(MEDIUM_TX_RATE) .users(10) .apply() .build(); }","breadcrumbs":"Part II — User Guide » Best Practices » Reuse Patterns","id":"58","title":"Reuse Patterns"},"59":{"body":"What: Start with liveness checks and examine block/transaction counts before\\nadjusting rates or topology. Why: Premature tuning masks root causes. Observability reveals whether\\nfailure is in consensus, mempool, or network layer. #![allow(unused)] fn main() {\\n// Step 1: Observe baseline with minimal load\\nlet mut plan = ScenarioBuilder::topology() .network_star() .validators(3) .executors(0) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(30)) .build(); // Step 2: Check Prometheus metrics or logs for block production rate // Step 3: Add load incrementally, re-observe\\n// (Don\'t jump to high rates without baseline data) }","breadcrumbs":"Part II — User Guide » Best Practices » Observe First, Tune Second","id":"59","title":"Observe First, Tune Second"},"6":{"body":"Let’s unpack the code:","breadcrumbs":"Part 0 — Quickstart » What Just Happened?","id":"6","title":"What Just Happened?"},"60":{"body":"What: Match runner to your feedback loop needs. Why: Each runner has trade-offs—optimize for iteration speed or fidelity as\\nappropriate. Runner Use Case Trade-off Local Fast iteration, unit-like tests No Docker isolation Compose Reproducible stacks, CI pipelines Slower startup K8s Cluster-grade fidelity Requires cluster access #![allow(unused)] fn main() {\\n// Local for rapid development\\nlet deployer = LocalDeployer::default(); // Compose for CI reproducibility\\nlet deployer = ComposeDeployer::default(); // K8s for production-like testing\\nlet deployer = K8sDeployer::default(); }","breadcrumbs":"Part II — User Guide » Best Practices » Environment Fit","id":"60","title":"Environment Fit"},"61":{"body":"What: Seed only the wallets you need; keep configuration explicit when moving\\nbetween environments. Why: Unnecessary wallets slow setup; implicit config differences cause CI vs.\\nlocal mismatches. #![allow(unused)] fn main() {\\n// Bad: Over-provisioning wallets increases startup time\\n.wallets(1000) // Only using 10 in transaction workload // Good: Match wallet count to actual usage\\n.wallets(20) // Transactions use 20 users\\n.transactions() .users(20) .apply() } See authoring-scenarios.md for workflow guidance and examples.md for applying these patterns in real scenarios.","breadcrumbs":"Part II — User Guide » Best Practices » Minimal Surprises","id":"61","title":"Minimal Surprises"},"62":{"body":"Concrete scenarios showing how to combine topologies, workloads, and\\nexpectations. Copy and adjust these to fit your needs.","breadcrumbs":"Part II — User Guide » Examples » Examples","id":"62","title":"Examples"},"63":{"body":"Scenario Topology Workloads Duration What It Tests Simple Liveness 3 validators, 0 executors None 30s Basic consensus block production Transaction Workload 2 validators, 1 executor TX: 5/s, 5 users 60s Transaction inclusion under light load DA + Transaction 3 validators, 2 executors TX: 10/s, 10 users DA: 5 ch/s, 10 blob/s 120s Mixed workload performance Chaos Resilience 4 validators, 1 executor TX: 5/s, 5 users Random restarts 90s Recovery under node failures","breadcrumbs":"Part II — User Guide » Examples » Quick Reference","id":"63","title":"Quick Reference"},"64":{"body":"Basic smoke test verifying validators can produce blocks. #![allow(unused)] fn main() {\\nuse testing_framework_core::scenario::{Deployer, ScenarioBuilder};\\nuse testing_framework_runner_local::LocalDeployer;\\nuse testing_framework_workflows::ScenarioBuilderExt;\\nuse std::time::Duration; #[tokio::test]\\nasync fn test_consensus_liveness() -> Result<(), Box> { let mut plan = ScenarioBuilder::topology() .network_star() .validators(3) .executors(0) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(30)) .build(); let deployer = LocalDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } When to use: Quick validation that consensus works on minimal hardware.","breadcrumbs":"Part II — User Guide » Examples » Simple consensus liveness","id":"64","title":"Simple consensus liveness"},"65":{"body":"Submit transactions and verify inclusion. #![allow(unused)] fn main() {\\n#[tokio::test]\\nasync fn test_transaction_inclusion() -> Result<(), Box> { let mut plan = ScenarioBuilder::topology() .network_star() .validators(2) .executors(1) .apply() .wallets(10) .transactions() .rate(5) .users(5) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(60)) .build(); let deployer = LocalDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } When to use: Verify transaction submission and inclusion under light load.","breadcrumbs":"Part II — User Guide » Examples » Transaction workload","id":"65","title":"Transaction workload"},"66":{"body":"Stress both transaction and DA paths simultaneously. #![allow(unused)] fn main() {\\n#[tokio::test]\\nasync fn test_mixed_workload() -> Result<(), Box> { let mut plan = ScenarioBuilder::topology() .network_star() .validators(3) .executors(2) .apply() .wallets(20) .transactions() .rate(10) .users(10) .apply() .da() .channel_rate(2) .blob_rate(1) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(120)) .build(); let deployer = LocalDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } When to use: End-to-end validation that transaction and DA layers work together.","breadcrumbs":"Part II — User Guide » Examples » DA + transaction workload","id":"66","title":"DA + transaction workload"},"67":{"body":"Verify consensus survives node restarts. #![allow(unused)] fn main() {\\n#[tokio::test]\\nasync fn test_chaos_resilience() -> Result<(), Box> { let mut plan = ScenarioBuilder::topology() .network_star() .validators(4) .executors(1) .apply() .enable_node_control() .wallets(10) .transactions() .rate(5) .users(5) .apply() .chaos() .restart() .min_delay(Duration::from_secs(15)) .max_delay(Duration::from_secs(25)) .target_cooldown(Duration::from_secs(45)) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(90)) .build(); let deployer = LocalDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } When to use: Resilience validation and operational readiness testing.","breadcrumbs":"Part II — User Guide » Examples » Chaos resilience test","id":"67","title":"Chaos resilience test"},"68":{"body":"Advanced Examples — Load progression, sustained load, aggressive chaos Builder API Quick Reference — Complete API syntax Authoring Scenarios — Design workflow and principles Best Practices — Patterns for maintainable tests","breadcrumbs":"Part II — User Guide » Examples » See Also","id":"68","title":"See Also"},"69":{"body":"Realistic advanced scenarios for capacity testing, operational validation, and\\nresilience probing.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Advanced Examples","id":"69","title":"Advanced Examples"},"7":{"body":"#![allow(unused)] fn main() {\\nScenarioBuilder::topology() .network_star() // Star topology: all nodes connect to seed .validators(2) // Spin up 2 validator nodes .executors(0) // No executors (DA not needed for this test) .apply() } This defines what your test network looks like.","breadcrumbs":"Part 0 — Quickstart » 1. Topology Configuration","id":"7","title":"1. Topology Configuration"},"70":{"body":"Scenario Topology Workloads Duration What It Tests Load Progression 3 validators, 2 executors TX: 5→10→20/s DA: 5 ch/s, 10 blob/s 3× 60s Performance under increasing load Sustained Load 4 validators, 2 executors TX: 20/s, 30 users DA: 10 ch/s, 15 blob/s 600s (10 min) Long-running stability under heavy load Aggressive Chaos 7 validators, 1 executor TX: 5/s, 5 users Frequent restarts (5-10s) 120s Recovery under frequent failures Note: Extension Ideas section below contains proposed features (not yet implemented).","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Quick Reference","id":"70","title":"Quick Reference"},"71":{"body":"Find the breaking point by gradually increasing transaction rate. #![allow(unused)] fn main() {\\n#[tokio::test]\\nasync fn test_capacity_limit() -> Result<(), Box> { for rate in [10, 20, 50, 100] { let mut plan = ScenarioBuilder::topology() .network_star() .validators(3) .executors(2) .apply() .wallets(50) .transactions() .rate(rate) .users(20) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(60)) .build(); let deployer = LocalDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; } Ok(())\\n} } When to use: Capacity planning, finding performance limits, validating\\nhardware requirements.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Load progression test","id":"71","title":"Load progression test"},"72":{"body":"Run moderate load for extended duration to catch memory leaks or gradual\\ndegradation. #![allow(unused)] fn main() {\\n#[tokio::test]\\nasync fn test_sustained_load() -> Result<(), Box> { let mut plan = ScenarioBuilder::topology() .network_star() .validators(4) .executors(2) .apply() .wallets(100) .transactions() .rate(20) .users(30) .apply() .da() .channel_rate(5) .blob_rate(2) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(600)) // 10 minutes .build(); let deployer = ComposeDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } When to use: Soak testing, memory leak detection, long-term stability\\nvalidation before production.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Sustained load test","id":"72","title":"Sustained load test"},"73":{"body":"Frequent restarts with shorter cooldown to stress recovery paths. #![allow(unused)] fn main() {\\n#[tokio::test]\\nasync fn test_aggressive_chaos() -> Result<(), Box> { let mut plan = ScenarioBuilder::topology() .network_star() .validators(7) // Need more nodes for aggressive chaos .executors(1) .apply() .enable_node_control() .wallets(20) .transactions() .rate(5) .users(10) .apply() .chaos() .restart() .min_delay(Duration::from_secs(5)) // Very short delays .max_delay(Duration::from_secs(10)) .target_cooldown(Duration::from_secs(20)) // Nodes can restart multiple times .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(120)) .build(); let deployer = ComposeDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } When to use: Stress testing recovery mechanisms, finding edge cases in restart\\nhandling. Requires more validators (7) to tolerate multiple simultaneous restarts.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Aggressive chaos test","id":"73","title":"Aggressive chaos test"},"74":{"body":"","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Extension Ideas","id":"74","title":"Extension Ideas"},"75":{"body":"Problem: Verify nodes handle malformed transactions gracefully without crashing. What’s needed: Custom workload that generates invalid transactions: Bad signatures Invalid operation types Corrupted transaction data Malformed structure Why useful: Security/robustness testing. Ensures mempool and consensus don’t\\npanic on malicious or corrupted input. Current transaction workload only generates\\nvalid transactions from seeded wallets.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Invalid Transaction Fuzzing","id":"75","title":"Invalid Transaction Fuzzing"},"76":{"body":"Problem: Current expectations only verify liveness (blocks produced), not state\\ncorrectness (transactions actually transferred funds). What’s needed: Custom expectation that verifies wallet balance changes: Query initial balances in start_capture() using node API Query final balances in evaluate() after workloads finish Compare actual balance deltas against expected changes Account for gas fees in expected values Why useful: Verifies functional correctness, not just liveness. Ensures: Transactions actually transfer funds (not just included in blocks) UTXO state transitions are correct No silent failures where blocks are produced but state is corrupted Implementation requirements: Node API must expose balance query endpoint (e.g., client.query_balance(address)) Expectation must map seeded wallet indices to their addresses Must handle gas fees in expected balance deltas","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Custom Expectation: Wallet Balance Verification","id":"76","title":"Custom Expectation: Wallet Balance Verification"},"77":{"body":"Problem: Test consensus recovery after a true network partition (not just restarts). What’s needed: Extend NodeControlHandle with network control operations: #![allow(unused)] fn main() {\\npub trait NodeControlHandle: Send + Sync { async fn restart_validator(&self, index: usize) -> Result<(), DynError>; async fn restart_executor(&self, index: usize) -> Result<(), DynError>; // New operations needed: async fn block_peer(&self, node: usize, peer: usize) -> Result<(), DynError>; async fn unblock_peer(&self, node: usize, peer: usize) -> Result<(), DynError>;\\n} } Why useful: Current chaos workload only supports restarts. Real partition testing\\nrequires blocking network communication between nodes, letting them diverge, then\\nreconnecting and verifying they converge. This tests actual Byzantine fault tolerance,\\nnot just crash recovery.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Network Partition Recovery","id":"77","title":"Network Partition Recovery"},"78":{"body":"Verify block production stays within expected timing bounds by collecting block\\ntimestamps from the block feed, calculating intervals, and asserting they stay\\nwithin tolerance of the configured slot duration. Why useful: Catches timing degradation that liveness checks miss (blocks\\nprogress, but too slowly).","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Custom Expectation: Block Timing Consistency","id":"78","title":"Custom Expectation: Block Timing Consistency"},"79":{"body":"Examples — Basic scenarios (liveness, transactions, DA, chaos) Custom Workload Example — Step-by-step implementation guide Extending the Framework — How to add workloads, expectations, and runners Node Control — Using chaos capabilities in scenarios","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » See Also","id":"79","title":"See Also"},"8":{"body":"#![allow(unused)] fn main() {\\n.expect_consensus_liveness() } This says what success means: blocks must be produced continuously.","breadcrumbs":"Part 0 — Quickstart » 2. Expectation","id":"8","title":"2. Expectation"},"80":{"body":"Running a scenario follows the same conceptual flow regardless of environment: Select or author a scenario plan that pairs a topology with workloads,\\nexpectations, and a suitable run window. Choose a runner aligned with your environment (local, compose, or k8s) and\\nensure its prerequisites are available. Deploy the plan through the runner; wait for readiness signals before\\nstarting workloads. Let workloads drive activity for the planned duration; keep observability\\nsignals visible so you can correlate outcomes. Evaluate expectations and capture results as the primary pass/fail signal. Use the same plan across different runners to compare behavior between local\\ndevelopment and CI or cluster settings. For environment prerequisites and\\nflags, see Operations.","breadcrumbs":"Part II — User Guide » Running Scenarios » Running Scenarios","id":"80","title":"Running Scenarios"},"81":{"body":"Runners turn a scenario plan into a live environment while keeping the plan\\nunchanged. Choose based on feedback speed, reproducibility, and fidelity. For\\nenvironment and operational considerations, see Operations:","breadcrumbs":"Part II — User Guide » Runners » Runners","id":"81","title":"Runners"},"82":{"body":"Launches node processes directly on the host. Fastest feedback loop and minimal orchestration overhead. Best for development-time iteration and debugging.","breadcrumbs":"Part II — User Guide » Runners » Local runner","id":"82","title":"Local runner"},"83":{"body":"Starts nodes in containers to provide a reproducible multi-node stack on a\\nsingle machine. Discovers service ports and wires observability for convenient inspection. Good balance between fidelity and ease of setup.","breadcrumbs":"Part II — User Guide » Runners » Docker Compose runner","id":"83","title":"Docker Compose runner"},"84":{"body":"Deploys nodes onto a cluster for higher-fidelity, longer-running scenarios. Suits CI or shared environments where cluster behavior and scheduling matter.","breadcrumbs":"Part II — User Guide » Runners » Kubernetes runner","id":"84","title":"Kubernetes runner"},"85":{"body":"All runners require at least one validator and, for transaction scenarios,\\naccess to seeded wallets. Readiness probes gate workload start so traffic begins only after nodes are\\nreachable. Environment flags can relax timeouts or increase tracing when diagnostics are\\nneeded. flowchart TD Plan[Scenario Plan] --> RunSel{Runner
(local | compose | k8s)} RunSel --> Provision[Provision & readiness] Provision --> Runtime[Runtime + observability] Runtime --> Exec[Workloads & Expectations execute]","breadcrumbs":"Part II — User Guide » Runners » Common expectations","id":"85","title":"Common expectations"},"86":{"body":"Operations — Prerequisites, K8s setup, observability Running Scenarios — How to execute tests Extending the Framework — Adding new deployer backends","breadcrumbs":"Part II — User Guide » Runners » See Also","id":"86","title":"See Also"},"87":{"body":"Operational readiness focuses on prerequisites, environment fit, and clear\\nsignals: Prerequisites: keep a sibling nomos-node checkout available; ensure the\\nchosen runner’s platform needs are met (local binaries for host runs, Docker\\nfor compose, cluster access for k8s). Artifacts: some scenarios depend on prover or circuit assets; fetch them\\nahead of time with the provided helper scripts when needed. Environment flags: use slow-environment toggles to relax timeouts, enable\\ntracing when debugging, adjust observability ports to avoid clashes, and enable\\ndev mode for proof generation to speed up local testing. Readiness checks: verify runners report node readiness before starting\\nworkloads; this avoids false negatives from starting too early. Failure triage: map failures to missing prerequisites (wallet seeding,\\nnode control availability), runner platform issues, or unmet expectations.\\nStart with liveness signals, then dive into workload-specific assertions. Treat operational hygiene—assets present, prerequisites satisfied, observability\\nreachable—as the first step to reliable scenario outcomes.","breadcrumbs":"Part II — User Guide » Operations » Operations","id":"87","title":"Operations"},"88":{"body":"","breadcrumbs":"Part II — User Guide » Operations » Environment Variables","id":"88","title":"Environment Variables"},"89":{"body":"Required for LocalDeployer. Disables expensive Groth16 zero-knowledge proof generation for leader election proofs. Why it’s needed: Real proof generation takes ~30 seconds per block (CPU-intensive cryptography) Tests would timeout waiting for proof computation For testing protocol logic, we don’t need cryptographically valid proofs When to use: ✅ Always with LocalDeployer (local process tests) ❌ Not needed with ComposeDeployer (sets automatically) ❌ Not needed with K8sDeployer (sets automatically) Example: POL_PROOF_DEV_MODE=true cargo run -p runner-examples --bin local_runner ⚠️ Warning: This should NEVER be used in production. It generates dummy proofs that skip cryptographic verification.","breadcrumbs":"Part II — User Guide » Operations » POL_PROOF_DEV_MODE","id":"89","title":"POL_PROOF_DEV_MODE"},"9":{"body":"#![allow(unused)] fn main() {\\n.with_run_duration(Duration::from_secs(30)) } How long to run the test. Framework ensures this is at least 2× the consensus slot duration.","breadcrumbs":"Part 0 — Quickstart » 3. Run Duration","id":"9","title":"3. Run Duration"},"90":{"body":"SLOW_TEST_ENV=1 — Relaxes timeouts for slow CI environments NOMOS_TESTS_KEEP_LOGS=1 — Preserves node logs after test completion NOMOS_TESTS_TRACING=1 — Enables verbose tracing output","breadcrumbs":"Part II — User Guide » Operations » Other Variables","id":"90","title":"Other Variables"},"91":{"body":"Running scenarios on K8s requires additional preparation beyond local or compose deployments:","breadcrumbs":"Part II — User Guide » Operations » Kubernetes Setup","id":"91","title":"Kubernetes Setup"},"92":{"body":"testing-framework/assets/stack/scripts/build_test_image.sh This builds a container image (default tag: nomos-testnet:local) with all node binaries and dependencies.","breadcrumbs":"Part II — User Guide » Operations » 1. Build the Testnet Image","id":"92","title":"1. Build the Testnet Image"},"93":{"body":"Local clusters (Kind, Minikube, Docker Desktop): # Kind\\nkind load docker-image nomos-testnet:local # Minikube\\nminikube image load nomos-testnet:local # Docker Desktop: image is already available (uses local Docker daemon) Remote clusters: Push to a registry accessible to your cluster: docker tag nomos-testnet:local your-registry/nomos-testnet:v1\\ndocker push your-registry/nomos-testnet:v1\\nexport NOMOS_TESTNET_IMAGE=your-registry/nomos-testnet:v1","breadcrumbs":"Part II — User Guide » Operations » 2. Make the Image Available to Your Cluster","id":"93","title":"2. Make the Image Available to Your Cluster"},"94":{"body":"export NOMOS_TESTNET_IMAGE=nomos-testnet:local # or your custom tag The K8s deployer reads this variable (defaults to nomos-testnet:local if unset).","breadcrumbs":"Part II — User Guide » Operations » 3. Export the Image Tag","id":"94","title":"3. Export the Image Tag"},"95":{"body":"K8s runner mounts the KZG parameters from: testing-framework/assets/stack/kzgrs_test_params/ If missing, the runner will fail fast. Fetch assets with provided helper scripts if needed.","breadcrumbs":"Part II — User Guide » Operations » 4. Ensure Circuit Assets Are Present","id":"95","title":"4. Ensure Circuit Assets Are Present"},"96":{"body":"Your kubeconfig must have permissions to: Create and delete namespaces Install and uninstall Helm releases Port-forward to pods and services Test with: kubectl auth can-i create namespaces\\nkubectl auth can-i create deployments","breadcrumbs":"Part II — User Guide » Operations » 5. Verify Cluster Permissions","id":"96","title":"5. Verify Cluster Permissions"},"97":{"body":"cargo run -p runner-examples --bin k8s_runner Note: Requires a live Kubernetes cluster with proper credentials configured.","breadcrumbs":"Part II — User Guide » Operations » 6. Run K8s Example","id":"97","title":"6. Run K8s Example"},"98":{"body":"","breadcrumbs":"Part II — User Guide » Operations » Observability: Prometheus and Node APIs","id":"98","title":"Observability: Prometheus and Node APIs"},"99":{"body":"Runners expose Prometheus metrics for monitoring and debugging: Compose runner: Exposes Prometheus on host port (default 9090, override with TEST_FRAMEWORK_PROMETHEUS_PORT env var). Access at http://localhost:9090. K8s runner: Sets up port-forwarding to Prometheus. Port is discovered automatically. Local runner: No Prometheus instance by default (nodes run as local processes).","breadcrumbs":"Part II — User Guide » Operations » Prometheus Metrics","id":"99","title":"Prometheus Metrics"}},"length":140,"save":true},"fields":["title","body","breadcrumbs"],"index":{"body":{"root":{"0":{"df":7,"docs":{"101":{"tf":1.0},"127":{"tf":1.0},"133":{"tf":1.4142135623730951},"134":{"tf":1.0},"135":{"tf":1.0},"23":{"tf":1.0},"63":{"tf":1.0}}},"1":{"0":{"/":{"df":1,"docs":{"63":{"tf":1.0}}},"0":{"df":2,"docs":{"135":{"tf":1.0},"71":{"tf":1.0}}},"df":11,"docs":{"11":{"tf":1.0},"135":{"tf":1.0},"23":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.4142135623730951},"70":{"tf":2.0},"71":{"tf":1.0},"72":{"tf":1.0}}},"2":{"0":{"df":2,"docs":{"63":{"tf":1.0},"70":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":1,"docs":{"70":{"tf":1.0}}},"df":9,"docs":{"126":{"tf":1.0},"134":{"tf":1.0},"23":{"tf":1.0},"49":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.4142135623730951},"7":{"tf":1.0},"70":{"tf":1.0},"92":{"tf":1.0}},"–":{"2":{"df":1,"docs":{"56":{"tf":1.0}}},"df":0,"docs":{}}},"2":{"0":{"/":{"df":1,"docs":{"70":{"tf":1.0}}},"df":5,"docs":{"11":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"58":{"tf":1.0},"61":{"tf":1.0},"71":{"tf":1.0}}},"df":12,"docs":{"127":{"tf":1.0},"139":{"tf":1.0},"20":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.4142135623730951},"7":{"tf":1.0},"70":{"tf":1.4142135623730951},"8":{"tf":1.0},"9":{"tf":1.0},"93":{"tf":1.0}}},"3":{"0":{"0":{"0":{"df":1,"docs":{"133":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"1":{"0":{"df":1,"docs":{"133":{"tf":1.0}}},"df":0,"docs":{}},"df":7,"docs":{"133":{"tf":1.0},"20":{"tf":1.0},"5":{"tf":1.0},"56":{"tf":1.0},"63":{"tf":1.0},"70":{"tf":1.0},"89":{"tf":1.0}}},"df":8,"docs":{"128":{"tf":1.0},"135":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"9":{"tf":1.0},"94":{"tf":1.0}}},"4":{"0":{"0":{"0":{"df":1,"docs":{"133":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":5,"docs":{"10":{"tf":1.0},"129":{"tf":1.0},"63":{"tf":1.0},"70":{"tf":1.0},"95":{"tf":1.0}}},"5":{"/":{"df":2,"docs":{"63":{"tf":1.4142135623730951},"70":{"tf":1.0}}},"0":{"df":2,"docs":{"47":{"tf":1.0},"71":{"tf":1.0}}},"df":11,"docs":{"11":{"tf":1.0},"130":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"63":{"tf":1.7320508075688772},"70":{"tf":1.7320508075688772},"96":{"tf":1.0}},"–":{"1":{"0":{"df":1,"docs":{"56":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"→":{"1":{"0":{"df":0,"docs":{},"→":{"2":{"0":{"/":{"df":1,"docs":{"70":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"6":{"0":{"0":{"df":1,"docs":{"70":{"tf":1.0}}},"df":3,"docs":{"20":{"tf":1.0},"63":{"tf":1.0},"70":{"tf":1.0}}},"df":2,"docs":{"131":{"tf":1.0},"97":{"tf":1.0}}},"7":{"df":2,"docs":{"70":{"tf":1.0},"73":{"tf":1.0}}},"9":{"0":{"9":{"0":{"df":2,"docs":{"136":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":10,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"4":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"112":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"a":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"17":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"139":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"103":{"tf":1.0},"117":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":8,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"136":{"tf":1.0},"60":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"93":{"tf":1.0},"99":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"11":{"tf":1.0},"47":{"tf":1.4142135623730951},"76":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"139":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"104":{"tf":1.0},"112":{"tf":1.0},"139":{"tf":1.4142135623730951},"21":{"tf":1.0}}}},"v":{"df":9,"docs":{"104":{"tf":1.0},"112":{"tf":1.0},"17":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"38":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.0},"42":{"tf":1.0},"80":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":5,"docs":{"132":{"tf":1.0},"22":{"tf":1.0},"61":{"tf":1.0},"76":{"tf":1.7320508075688772},"77":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.4142135623730951}}}}},"d":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"[":{"a":{"d":{"d":{"df":1,"docs":{"129":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":19,"docs":{"11":{"tf":1.4142135623730951},"110":{"tf":1.0},"114":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.7320508075688772},"119":{"tf":1.4142135623730951},"120":{"tf":1.0},"121":{"tf":2.23606797749979},"130":{"tf":1.4142135623730951},"133":{"tf":1.0},"134":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.4142135623730951},"52":{"tf":1.7320508075688772},"55":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"79":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"139":{"tf":1.0},"91":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"106":{"tf":1.0},"76":{"tf":1.0}}}}}},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"[":{"a":{"d":{"d":{"df":1,"docs":{"129":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":8,"docs":{"104":{"tf":1.0},"106":{"tf":1.4142135623730951},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"111":{"tf":1.0},"119":{"tf":1.0},"86":{"tf":1.0}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"123":{"tf":1.0},"59":{"tf":1.0},"62":{"tf":1.0},"87":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"136":{"tf":1.0}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"68":{"tf":1.0},"69":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"76":{"tf":1.0}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"107":{"tf":1.0}}},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"129":{"tf":1.0},"68":{"tf":1.0},"70":{"tf":1.0},"73":{"tf":1.4142135623730951}}}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"87":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":3,"docs":{"138":{"tf":1.0},"38":{"tf":1.0},"80":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"133":{"tf":1.0}}},"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":41,"docs":{"10":{"tf":1.0},"100":{"tf":1.0},"101":{"tf":1.0},"11":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"118":{"tf":1.0},"12":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"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},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":3,"docs":{"139":{"tf":1.0},"44":{"tf":1.0},"56":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":3,"docs":{"133":{"tf":1.0},"136":{"tf":1.0},"93":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"a":{"df":0,"docs":{},"y":{"df":3,"docs":{"138":{"tf":1.0},"23":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"121":{"tf":1.0},"36":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"137":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"i":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"117":{"tf":1.0},"29":{"tf":1.0}}}}},"df":15,"docs":{"101":{"tf":1.4142135623730951},"117":{"tf":1.0},"118":{"tf":1.7320508075688772},"121":{"tf":1.0},"127":{"tf":1.0},"13":{"tf":1.4142135623730951},"16":{"tf":1.4142135623730951},"32":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"98":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"135":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"122":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":27,"docs":{"11":{"tf":1.4142135623730951},"133":{"tf":1.0},"134":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.7320508075688772},"4":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":2.449489742783178},"46":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.4142135623730951},"57":{"tf":2.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.0},"61":{"tf":1.4142135623730951},"64":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.7320508075688772},"67":{"tf":1.7320508075688772},"7":{"tf":1.0},"71":{"tf":1.4142135623730951},"72":{"tf":1.7320508075688772},"73":{"tf":1.7320508075688772}}},"y":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"52":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"60":{"tf":1.0}}}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"0":{"tf":1.0},"13":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"101":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"87":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"102":{"tf":1.0},"24":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"104":{"tf":1.0},"35":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":16,"docs":{"104":{"tf":1.0},"107":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.4142135623730951},"15":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"51":{"tf":1.0},"56":{"tf":1.0},"78":{"tf":1.0},"87":{"tf":1.0}}}},"t":{"df":4,"docs":{"29":{"tf":1.0},"36":{"tf":1.4142135623730951},"87":{"tf":1.0},"95":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"0":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{":":{":":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"112":{"tf":1.0},"113":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"112":{"tf":1.0},"113":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":14,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"106":{"tf":1.0},"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"4":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":2.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"104":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":6,"docs":{"114":{"tf":1.0},"123":{"tf":1.0},"25":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"136":{"tf":1.0},"96":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"r":{"df":8,"docs":{"1":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"24":{"tf":1.0},"38":{"tf":1.0},"61":{"tf":1.0},"68":{"tf":1.0},"80":{"tf":1.0}}}}},"o":{"df":1,"docs":{"139":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"114":{"tf":1.0},"89":{"tf":1.4142135623730951},"99":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":22,"docs":{"0":{"tf":1.7320508075688772},"104":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.7320508075688772},"127":{"tf":1.0},"130":{"tf":1.4142135623730951},"133":{"tf":1.0},"134":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"15":{"tf":1.4142135623730951},"17":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.0},"41":{"tf":1.4142135623730951},"45":{"tf":1.0},"80":{"tf":1.0},"87":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"137":{"tf":1.0},"22":{"tf":1.0},"87":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"w":{"df":1,"docs":{"119":{"tf":1.0}}}},"b":{"(":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"17":{"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":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":10,"docs":{"102":{"tf":1.0},"108":{"tf":1.0},"119":{"tf":1.4142135623730951},"121":{"tf":1.0},"17":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"86":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":1,"docs":{"128":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"d":{"df":6,"docs":{"19":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0},"75":{"tf":1.0}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"139":{"tf":1.0},"76":{"tf":2.6457513110645907},"83":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"139":{"tf":1.0},"81":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"104":{"tf":1.0},"107":{"tf":1.0},"113":{"tf":1.0},"57":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951}}}}}},"i":{"c":{"df":3,"docs":{"63":{"tf":1.0},"64":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{}}}},"df":2,"docs":{"17":{"tf":1.0},"57":{"tf":1.0}},"e":{"c":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"113":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"127":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":11,"docs":{"104":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.4142135623730951},"134":{"tf":1.0},"139":{"tf":1.4142135623730951},"47":{"tf":1.0},"50":{"tf":1.0},"59":{"tf":1.0},"72":{"tf":1.0},"80":{"tf":1.0},"87":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"85":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":9,"docs":{"138":{"tf":1.0},"139":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0},"57":{"tf":1.0},"80":{"tf":1.0},"84":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"139":{"tf":1.0}}}},"w":{"df":1,"docs":{"70":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"137":{"tf":1.0},"39":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"68":{"tf":1.0},"82":{"tf":1.0}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":7,"docs":{"139":{"tf":1.0},"15":{"tf":1.0},"26":{"tf":1.0},"61":{"tf":1.0},"77":{"tf":1.0},"80":{"tf":1.0},"83":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"91":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":6,"docs":{"120":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"36":{"tf":1.0},"87":{"tf":1.0},"92":{"tf":1.0}}}}},"df":5,"docs":{"131":{"tf":1.0},"36":{"tf":1.0},"5":{"tf":1.0},"89":{"tf":1.0},"97":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"b":{"/":{"df":2,"docs":{"63":{"tf":1.0},"70":{"tf":1.4142135623730951}}},"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{"0":{"df":1,"docs":{"49":{"tf":1.0}}},"df":1,"docs":{"66":{"tf":1.0}}},"2":{"df":1,"docs":{"72":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":10,"docs":{"0":{"tf":1.7320508075688772},"118":{"tf":1.0},"123":{"tf":1.0},"139":{"tf":2.23606797749979},"22":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0},"49":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"101":{"tf":1.0}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"100":{"tf":1.0}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"77":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"119":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":33,"docs":{"0":{"tf":1.0},"104":{"tf":1.0},"108":{"tf":1.0},"11":{"tf":1.0},"118":{"tf":1.4142135623730951},"123":{"tf":1.0},"127":{"tf":1.4142135623730951},"128":{"tf":1.0},"129":{"tf":2.0},"130":{"tf":1.0},"135":{"tf":2.6457513110645907},"138":{"tf":2.0},"139":{"tf":2.8284271247461903},"20":{"tf":2.6457513110645907},"22":{"tf":1.4142135623730951},"23":{"tf":2.23606797749979},"25":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.7320508075688772},"56":{"tf":2.0},"59":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"76":{"tf":1.7320508075688772},"77":{"tf":1.0},"78":{"tf":2.23606797749979},"8":{"tf":1.0},"89":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"139":{"tf":1.0}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"0":{"tf":1.0},"1":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"123":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.0},"66":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"104":{"tf":1.0},"36":{"tf":1.0}}}}},"df":1,"docs":{"78":{"tf":1.0}}},"df":0,"docs":{}}},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":8,"docs":{"4":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"26":{"tf":1.0},"71":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"20":{"tf":1.0}}}}}},"o":{"a":{"d":{"df":1,"docs":{"104":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"22":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"g":{"df":2,"docs":{"128":{"tf":1.0},"57":{"tf":1.0}}},"i":{"df":0,"docs":{},"l":{"d":{"df":27,"docs":{"104":{"tf":1.0},"11":{"tf":1.0},"114":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"136":{"tf":1.0},"16":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"25":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.4142135623730951},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"59":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"92":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{".":{"df":0,"docs":{},"r":{"df":3,"docs":{"118":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.0}}}},"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}}}},"df":17,"docs":{"116":{"tf":1.4142135623730951},"117":{"tf":1.0},"118":{"tf":1.7320508075688772},"121":{"tf":1.0},"123":{"tf":1.0},"129":{"tf":1.4142135623730951},"13":{"tf":1.0},"16":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"36":{"tf":1.7320508075688772},"39":{"tf":1.0},"44":{"tf":2.6457513110645907},"52":{"tf":1.7320508075688772},"53":{"tf":1.0},"68":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":4,"docs":{"130":{"tf":1.0},"133":{"tf":1.0},"15":{"tf":1.0},"3":{"tf":1.0}}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":4,"docs":{"104":{"tf":1.0},"106":{"tf":1.0},"112":{"tf":1.7320508075688772},"114":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"z":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"77":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"c":{"(":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"17":{"tf":1.0}}}}}}}}},"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":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"25":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"22":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"138":{"tf":1.0},"139":{"tf":1.0}},"e":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"129":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":1,"docs":{"129":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"20":{"tf":1.0},"78":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"129":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":8,"docs":{"101":{"tf":1.4142135623730951},"114":{"tf":1.0},"129":{"tf":1.7320508075688772},"130":{"tf":1.0},"133":{"tf":1.0},"139":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"112":{"tf":1.0}}}}}},"p":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"l":{"df":8,"docs":{"104":{"tf":1.0},"110":{"tf":1.0},"117":{"tf":1.0},"119":{"tf":1.0},"139":{"tf":1.0},"29":{"tf":1.0},"35":{"tf":1.0},"79":{"tf":1.0}}}},"c":{"df":4,"docs":{"129":{"tf":1.0},"135":{"tf":1.0},"69":{"tf":1.0},"71":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"104":{"tf":1.0},"138":{"tf":1.0},"80":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":4,"docs":{"131":{"tf":1.0},"5":{"tf":1.0},"89":{"tf":1.0},"97":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"60":{"tf":1.0},"73":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"56":{"tf":1.0},"72":{"tf":1.0},"78":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":3,"docs":{"130":{"tf":1.4142135623730951},"59":{"tf":1.0},"61":{"tf":1.0}}}}},"df":1,"docs":{"17":{"tf":1.0}},"f":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"29":{"tf":1.0},"36":{"tf":1.0}}},"df":0,"docs":{}}}}}},"h":{"/":{"df":2,"docs":{"63":{"tf":1.0},"70":{"tf":1.4142135623730951}}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"139":{"tf":1.0},"44":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"1":{"tf":1.0},"117":{"tf":1.0},"121":{"tf":1.0},"76":{"tf":1.4142135623730951}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"2":{"df":1,"docs":{"66":{"tf":1.0}}},"5":{"df":2,"docs":{"49":{"tf":1.0},"72":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"df":2,"docs":{"0":{"tf":1.0},"139":{"tf":1.0}}},"df":0,"docs":{}}}},"df":4,"docs":{"123":{"tf":1.0},"139":{"tf":2.23606797749979},"41":{"tf":1.0},"49":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"o":{"df":21,"docs":{"119":{"tf":1.0},"123":{"tf":1.0},"129":{"tf":1.7320508075688772},"130":{"tf":1.4142135623730951},"134":{"tf":1.7320508075688772},"138":{"tf":1.4142135623730951},"139":{"tf":1.4142135623730951},"21":{"tf":2.0},"29":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"50":{"tf":2.0},"57":{"tf":2.0},"63":{"tf":1.0},"67":{"tf":1.4142135623730951},"68":{"tf":1.0},"70":{"tf":1.0},"73":{"tf":1.7320508075688772},"77":{"tf":1.0},"79":{"tf":1.4142135623730951}},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"df":0,"docs":{},"r":{"df":1,"docs":{"36":{"tf":1.0}}}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"50":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"118":{"tf":1.0},"29":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"104":{"tf":1.0},"38":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":2,"docs":{"29":{"tf":1.0},"36":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"123":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"19":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"c":{"a":{"d":{"df":1,"docs":{"129":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"[":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"129":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"129":{"tf":1.4142135623730951}},"{":{"d":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"129":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":23,"docs":{"112":{"tf":1.0},"117":{"tf":1.0},"123":{"tf":1.0},"127":{"tf":1.7320508075688772},"129":{"tf":2.8284271247461903},"130":{"tf":1.4142135623730951},"133":{"tf":2.0},"135":{"tf":2.449489742783178},"138":{"tf":1.4142135623730951},"139":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"25":{"tf":1.0},"29":{"tf":1.0},"32":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"59":{"tf":1.4142135623730951},"78":{"tf":1.0},"87":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":1,"docs":{"129":{"tf":1.4142135623730951}},"{":{"df":0,"docs":{},"i":{"df":1,"docs":{"129":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"[":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"129":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"[":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"129":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"[":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"129":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"129":{"tf":2.0}},"i":{"c":{"df":0,"docs":{},"s":{"df":0,"docs":{},"{":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"129":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"28":{"tf":1.0},"3":{"tf":1.0},"87":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"129":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"{":{"df":0,"docs":{},"i":{"df":1,"docs":{"129":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"129":{"tf":1.4142135623730951}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"{":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"129":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"129":{"tf":2.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"{":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"129":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"[":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"129":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"129":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"{":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"129":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"17":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"38":{"tf":1.4142135623730951},"56":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"17":{"tf":1.0},"25":{"tf":1.0},"87":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"15":{"tf":1.0}}}}}}}}}}},"i":{"df":9,"docs":{"120":{"tf":1.0},"135":{"tf":1.0},"20":{"tf":1.4142135623730951},"26":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.0},"80":{"tf":1.0},"84":{"tf":1.0},"90":{"tf":1.0}},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"87":{"tf":1.0},"95":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"109":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"26":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"87":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"17":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":5,"docs":{"104":{"tf":1.0},"108":{"tf":1.0},"139":{"tf":1.0},"19":{"tf":1.0},"25":{"tf":1.0}},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"108":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"r":{"df":6,"docs":{"1":{"tf":1.0},"104":{"tf":1.0},"17":{"tf":1.0},"26":{"tf":1.0},"38":{"tf":1.0},"87":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"123":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"|":{"df":2,"docs":{"112":{"tf":1.0},"113":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":1,"docs":{"101":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}},"d":{"a":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"101":{"tf":1.0}}}}},"df":0,"docs":{}}},"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":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"101":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"(":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"76":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":7,"docs":{"101":{"tf":1.0},"106":{"tf":1.0},"112":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"117":{"tf":1.0},"32":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"20":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":16,"docs":{"1":{"tf":1.0},"104":{"tf":1.0},"120":{"tf":1.0},"136":{"tf":1.4142135623730951},"139":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.7320508075688772},"26":{"tf":1.4142135623730951},"38":{"tf":1.0},"60":{"tf":1.4142135623730951},"80":{"tf":1.0},"84":{"tf":1.4142135623730951},"87":{"tf":1.0},"93":{"tf":2.0},"96":{"tf":1.0},"97":{"tf":1.0}},"—":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"104":{"tf":1.0}}}}}}}}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"121":{"tf":1.4142135623730951},"6":{"tf":1.0}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"15":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"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":{"42":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"101":{"tf":1.0}}}}}}}}},"df":3,"docs":{"101":{"tf":1.4142135623730951},"42":{"tf":1.0},"78":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"104":{"tf":1.0},"139":{"tf":1.0},"17":{"tf":1.0},"27":{"tf":1.0},"62":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"m":{"df":1,"docs":{"116":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":10,"docs":{"102":{"tf":1.0},"123":{"tf":1.0},"130":{"tf":1.0},"132":{"tf":1.0},"137":{"tf":1.4142135623730951},"29":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0},"85":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"77":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"54":{"tf":1.0},"58":{"tf":1.0},"76":{"tf":1.0},"80":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":13,"docs":{"0":{"tf":1.0},"101":{"tf":1.0},"129":{"tf":1.0},"131":{"tf":1.0},"135":{"tf":1.0},"17":{"tf":1.0},"25":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"53":{"tf":1.0},"68":{"tf":1.0},"90":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"139":{"tf":1.4142135623730951},"15":{"tf":1.0}}},"s":{"df":22,"docs":{"102":{"tf":1.0},"104":{"tf":1.0},"119":{"tf":1.4142135623730951},"12":{"tf":1.4142135623730951},"127":{"tf":1.0},"128":{"tf":1.4142135623730951},"129":{"tf":1.0},"133":{"tf":1.0},"136":{"tf":1.0},"138":{"tf":1.0},"17":{"tf":1.0},"29":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"36":{"tf":1.7320508075688772},"38":{"tf":1.0},"60":{"tf":1.4142135623730951},"80":{"tf":1.0},"83":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0},"99":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"k":{"8":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":5,"docs":{"120":{"tf":1.0},"139":{"tf":1.0},"29":{"tf":1.0},"36":{"tf":1.4142135623730951},"89":{"tf":1.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":4,"docs":{"12":{"tf":1.0},"60":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"89":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"110":{"tf":1.0}},"u":{"df":2,"docs":{"14":{"tf":1.0},"80":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"21":{"tf":1.0},"24":{"tf":1.0},"28":{"tf":1.0},"57":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"123":{"tf":1.0},"42":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"104":{"tf":1.0},"113":{"tf":1.0},"139":{"tf":1.0},"17":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"138":{"tf":1.0},"15":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"23":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":6,"docs":{"116":{"tf":1.4142135623730951},"121":{"tf":1.0},"29":{"tf":2.0},"35":{"tf":1.0},"36":{"tf":2.0},"61":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"121":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"r":{"df":19,"docs":{"104":{"tf":1.0},"109":{"tf":1.0},"116":{"tf":1.4142135623730951},"120":{"tf":1.0},"123":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.4142135623730951},"52":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.0},"78":{"tf":1.0},"97":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"113":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"130":{"tf":1.0},"133":{"tf":1.0}}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"128":{"tf":1.0},"46":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":22,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":2.0},"135":{"tf":1.4142135623730951},"139":{"tf":1.4142135623730951},"20":{"tf":1.7320508075688772},"38":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"55":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.4142135623730951},"67":{"tf":1.0},"75":{"tf":1.0},"77":{"tf":1.0},"9":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"127":{"tf":1.0},"129":{"tf":1.0},"135":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"127":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"29":{"tf":1.0}}}}}}}},"i":{"d":{"df":1,"docs":{"106":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"38":{"tf":1.0},"81":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"108":{"tf":1.0},"118":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"78":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.4142135623730951}}}}},"df":1,"docs":{"58":{"tf":2.0}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"129":{"tf":1.0},"135":{"tf":1.0}},"t":{"df":3,"docs":{"119":{"tf":1.0},"135":{"tf":1.0},"15":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"101":{"tf":1.4142135623730951}},"e":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"101":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"139":{"tf":1.4142135623730951},"70":{"tf":1.0},"83":{"tf":1.0},"92":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"1":{"tf":1.0},"12":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"123":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":2,"docs":{"0":{"tf":1.0},"104":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":4,"docs":{"139":{"tf":1.0},"42":{"tf":1.0},"51":{"tf":1.0},"8":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"139":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"103":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"m":{"d":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"129":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":9,"docs":{"104":{"tf":1.0},"119":{"tf":1.4142135623730951},"129":{"tf":1.4142135623730951},"130":{"tf":1.0},"139":{"tf":1.0},"41":{"tf":1.4142135623730951},"77":{"tf":1.0},"79":{"tf":1.0},"87":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"83":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"77":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":4,"docs":{"104":{"tf":1.0},"139":{"tf":1.0},"25":{"tf":1.0},"73":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"104":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"i":{"df":2,"docs":{"58":{"tf":1.0},"62":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"121":{"tf":1.0}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"121":{"tf":1.0},"37":{"tf":1.0}},"e":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"121":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"121":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":9,"docs":{"110":{"tf":1.0},"117":{"tf":1.4142135623730951},"123":{"tf":1.0},"29":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"38":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"c":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"52":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"139":{"tf":1.0},"76":{"tf":1.7320508075688772}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"80":{"tf":1.0}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"75":{"tf":1.4142135623730951},"76":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"123":{"tf":1.0},"134":{"tf":1.0},"46":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"u":{"df":1,"docs":{"89":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"75":{"tf":1.0},"77":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":11,"docs":{"103":{"tf":1.0},"110":{"tf":1.0},"115":{"tf":1.4142135623730951},"119":{"tf":1.0},"16":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":8,"docs":{"119":{"tf":1.0},"121":{"tf":1.7320508075688772},"136":{"tf":1.4142135623730951},"139":{"tf":1.4142135623730951},"21":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"96":{"tf":1.7320508075688772}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"97":{"tf":1.0}}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":4,"docs":{"138":{"tf":1.0},"139":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0}}},"df":0,"docs":{}}}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"139":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":2,"docs":{"5":{"tf":1.0},"89":{"tf":1.4142135623730951}},"i":{"df":1,"docs":{"89":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"t":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"101":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"100":{"tf":1.0}}}}}}}}}}}},"df":4,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"112":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":1,"docs":{"127":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"109":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":12,"docs":{"100":{"tf":1.7320508075688772},"101":{"tf":1.0},"102":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"117":{"tf":1.4142135623730951},"53":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":1.0},"94":{"tf":1.0}}}}}}}},"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"17":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"[":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"25":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"a":{"df":19,"docs":{"0":{"tf":2.449489742783178},"101":{"tf":1.0},"109":{"tf":1.0},"118":{"tf":1.4142135623730951},"128":{"tf":1.0},"139":{"tf":2.0},"22":{"tf":1.0},"29":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.4142135623730951},"44":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":2.0},"63":{"tf":1.4142135623730951},"66":{"tf":2.0},"7":{"tf":1.0},"70":{"tf":1.4142135623730951},"72":{"tf":1.0},"79":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"136":{"tf":1.0},"93":{"tf":1.0}}}}}},"t":{"a":{"df":13,"docs":{"0":{"tf":2.23606797749979},"104":{"tf":1.0},"106":{"tf":1.0},"123":{"tf":1.4142135623730951},"138":{"tf":1.0},"139":{"tf":2.23606797749979},"15":{"tf":1.4142135623730951},"17":{"tf":1.0},"25":{"tf":1.0},"38":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"59":{"tf":1.0},"75":{"tf":1.0}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":2,"docs":{"17":{"tf":1.0},"25":{"tf":1.0}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":7,"docs":{"125":{"tf":1.0},"13":{"tf":1.0},"131":{"tf":1.0},"21":{"tf":1.0},"82":{"tf":1.0},"87":{"tf":1.0},"99":{"tf":1.0}},"g":{"df":3,"docs":{"122":{"tf":1.0},"24":{"tf":1.0},"54":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"25":{"tf":1.0},"38":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"121":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"r":{"df":8,"docs":{"104":{"tf":1.0},"139":{"tf":1.0},"15":{"tf":1.0},"19":{"tf":1.4142135623730951},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"38":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"26":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"103":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"114":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":8,"docs":{"104":{"tf":1.0},"109":{"tf":1.0},"112":{"tf":1.0},"21":{"tf":1.0},"52":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"104":{"tf":1.0},"123":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"58":{"tf":1.4142135623730951},"7":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"123":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":3,"docs":{"56":{"tf":1.0},"72":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"129":{"tf":1.0},"73":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"96":{"tf":1.0}}}},"t":{"a":{"df":1,"docs":{"76":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":2,"docs":{"120":{"tf":1.0},"5":{"tf":1.0}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":3,"docs":{"120":{"tf":1.4142135623730951},"35":{"tf":1.0},"37":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"138":{"tf":1.0},"87":{"tf":1.0},"92":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":35,"docs":{"10":{"tf":1.7320508075688772},"102":{"tf":1.0},"104":{"tf":1.4142135623730951},"117":{"tf":1.0},"119":{"tf":2.449489742783178},"12":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"133":{"tf":1.0},"139":{"tf":1.4142135623730951},"17":{"tf":1.7320508075688772},"19":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.4142135623730951},"32":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.7320508075688772},"37":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"60":{"tf":1.7320508075688772},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"80":{"tf":1.0},"84":{"tf":1.0},"86":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0},"96":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"(":{"&":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":10,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"4":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"r":{"df":2,"docs":{"34":{"tf":1.4142135623730951},"36":{"tf":1.0}}}},"<":{"c":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"119":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"106":{"tf":1.0},"112":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":6,"docs":{"104":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"40":{"tf":1.4142135623730951},"55":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"104":{"tf":1.0},"139":{"tf":1.0},"37":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":8,"docs":{"137":{"tf":1.0},"26":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"53":{"tf":1.0},"68":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"136":{"tf":1.0},"93":{"tf":1.4142135623730951}}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":6,"docs":{"110":{"tf":1.0},"115":{"tf":1.0},"121":{"tf":1.0},"131":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"135":{"tf":1.0},"72":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"21":{"tf":1.4142135623730951},"24":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"138":{"tf":1.0},"21":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951}}}}}}}}}}},"v":{"df":1,"docs":{"87":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":6,"docs":{"103":{"tf":1.0},"104":{"tf":1.4142135623730951},"26":{"tf":1.0},"60":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"85":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":2,"docs":{"133":{"tf":1.0},"135":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"12":{"tf":1.0},"120":{"tf":1.4142135623730951},"138":{"tf":1.0},"27":{"tf":1.0},"35":{"tf":1.0},"61":{"tf":1.0},"80":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"101":{"tf":1.0},"82":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"29":{"tf":1.0},"5":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"139":{"tf":1.0},"5":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{}},"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":{"128":{"tf":1.0}}}},"df":0,"docs":{}}}},"v":{"df":2,"docs":{"83":{"tf":1.0},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"122":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":8,"docs":{"0":{"tf":1.7320508075688772},"109":{"tf":1.0},"118":{"tf":1.0},"128":{"tf":1.0},"139":{"tf":1.4142135623730951},"33":{"tf":1.0},"36":{"tf":1.0},"46":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"130":{"tf":1.0},"41":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"103":{"tf":1.0},"87":{"tf":1.0}},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"77":{"tf":1.0}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"136":{"tf":1.0}}},"df":15,"docs":{"119":{"tf":1.0},"12":{"tf":1.4142135623730951},"128":{"tf":1.0},"133":{"tf":1.0},"136":{"tf":1.7320508075688772},"17":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":1.4142135623730951},"38":{"tf":1.0},"60":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"93":{"tf":2.449489742783178}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"121":{"tf":1.0},"35":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"\'":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}},"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"\'":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":3,"docs":{"112":{"tf":1.0},"75":{"tf":1.0},"89":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"25":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"[":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}},"df":8,"docs":{"104":{"tf":1.0},"106":{"tf":1.0},"112":{"tf":1.0},"15":{"tf":1.0},"25":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"80":{"tf":1.0}},"n":{"df":1,"docs":{"40":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"l":{"df":3,"docs":{"106":{"tf":1.0},"123":{"tf":1.0},"29":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":1,"docs":{"89":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":20,"docs":{"104":{"tf":1.0},"123":{"tf":1.0},"129":{"tf":1.4142135623730951},"130":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.7320508075688772},"139":{"tf":2.23606797749979},"20":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"38":{"tf":1.0},"51":{"tf":1.0},"56":{"tf":1.0},"63":{"tf":1.0},"70":{"tf":1.0},"72":{"tf":1.0},"78":{"tf":1.0},"80":{"tf":1.0},"9":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"129":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":7,"docs":{"113":{"tf":1.0},"126":{"tf":1.4142135623730951},"134":{"tf":1.0},"135":{"tf":1.0},"139":{"tf":1.4142135623730951},"25":{"tf":1.0},"51":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"112":{"tf":1.7320508075688772},"113":{"tf":1.0},"77":{"tf":2.0}}}}}}}}}},"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"17":{"tf":1.0}}}},"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":12,"docs":{"106":{"tf":1.0},"109":{"tf":1.0},"112":{"tf":1.0},"117":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"119":{"tf":1.7320508075688772},"126":{"tf":1.0},"139":{"tf":1.4142135623730951},"20":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0},"76":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"112":{"tf":1.0}}}}}}},"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"25":{"tf":1.0}}}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":8,"docs":{"115":{"tf":1.0},"139":{"tf":1.0},"17":{"tf":1.0},"26":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"87":{"tf":1.0}}}}},"s":{"df":1,"docs":{"83":{"tf":1.0}},"i":{"df":1,"docs":{"38":{"tf":1.0}}}}},"c":{"df":1,"docs":{"119":{"tf":1.0}}},"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"73":{"tf":1.0}}}},"df":2,"docs":{"17":{"tf":1.0},"25":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"18":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"139":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"b":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":9,"docs":{"0":{"tf":1.0},"119":{"tf":1.0},"129":{"tf":1.0},"131":{"tf":1.4142135623730951},"138":{"tf":1.0},"139":{"tf":1.0},"50":{"tf":1.0},"87":{"tf":1.4142135623730951},"90":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"129":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":8,"docs":{"129":{"tf":1.0},"130":{"tf":1.0},"134":{"tf":1.4142135623730951},"21":{"tf":1.0},"50":{"tf":1.4142135623730951},"57":{"tf":1.0},"67":{"tf":1.0},"73":{"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":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"132":{"tf":1.0}}}}}}},"d":{"df":5,"docs":{"111":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"101":{"tf":1.0},"108":{"tf":1.0},"76":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"101":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":2,"docs":{"104":{"tf":1.0},"23":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"15":{"tf":1.0},"29":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0}},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"117":{"tf":1.0}}}}}}}}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":6,"docs":{"104":{"tf":1.0},"123":{"tf":1.0},"138":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.4142135623730951},"38":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":11,"docs":{"104":{"tf":1.4142135623730951},"109":{"tf":1.0},"135":{"tf":1.0},"139":{"tf":1.4142135623730951},"56":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"80":{"tf":1.0},"87":{"tf":1.0},"9":{"tf":1.0},"95":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"34":{"tf":1.0},"52":{"tf":1.0}}}}},"v":{"df":2,"docs":{"130":{"tf":1.0},"99":{"tf":1.0}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":27,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.0},"129":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"135":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"38":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"80":{"tf":1.7320508075688772},"81":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.7320508075688772},"88":{"tf":1.0},"90":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"—":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"106":{"tf":1.0}}}}}}},"r":{"(":{"\\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"112":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":10,"docs":{"107":{"tf":1.0},"126":{"tf":1.0},"128":{"tf":1.4142135623730951},"129":{"tf":2.23606797749979},"132":{"tf":1.4142135623730951},"133":{"tf":2.23606797749979},"134":{"tf":2.0},"135":{"tf":2.23606797749979},"136":{"tf":2.23606797749979},"58":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"14":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"c":{"df":2,"docs":{"119":{"tf":1.0},"29":{"tf":1.0}}},"df":0,"docs":{}},"v":{"a":{"df":0,"docs":{},"l":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"113":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":9,"docs":{"104":{"tf":1.0},"107":{"tf":1.0},"113":{"tf":1.0},"139":{"tf":1.0},"17":{"tf":1.0},"25":{"tf":1.0},"42":{"tf":1.0},"76":{"tf":1.0},"80":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"108":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":3,"docs":{"103":{"tf":1.0},"17":{"tf":1.0},"26":{"tf":1.0}}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"128":{"tf":1.0},"59":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":30,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"118":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"120":{"tf":2.449489742783178},"13":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"139":{"tf":1.0},"16":{"tf":1.0},"29":{"tf":1.0},"36":{"tf":2.23606797749979},"37":{"tf":1.0},"39":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"62":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"79":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951}},"e":{".":{"df":0,"docs":{},"m":{"d":{"df":1,"docs":{"101":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"m":{"d":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}}},"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"<":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{">":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"119":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":3,"docs":{"118":{"tf":1.0},"121":{"tf":1.0},"37":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"c":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"85":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":8,"docs":{"10":{"tf":1.7320508075688772},"117":{"tf":1.0},"126":{"tf":1.4142135623730951},"139":{"tf":1.0},"17":{"tf":1.4142135623730951},"36":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"139":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":16,"docs":{"0":{"tf":1.4142135623730951},"116":{"tf":1.0},"117":{"tf":1.0},"123":{"tf":1.4142135623730951},"139":{"tf":1.4142135623730951},"15":{"tf":1.0},"29":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.4142135623730951},"38":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.4142135623730951},"63":{"tf":2.0},"7":{"tf":1.0},"70":{"tf":1.7320508075688772}},"s":{"(":{"0":{"df":8,"docs":{"11":{"tf":1.0},"134":{"tf":1.0},"4":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"64":{"tf":1.0},"7":{"tf":1.0}}},"1":{"df":6,"docs":{"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"65":{"tf":1.0},"67":{"tf":1.0},"73":{"tf":1.0}}},"2":{"df":5,"docs":{"46":{"tf":1.0},"57":{"tf":1.0},"66":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"58":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"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":{},"i":{"df":0,"docs":{},"s":{"df":5,"docs":{"139":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"108":{"tf":1.0},"133":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"111":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":18,"docs":{"11":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"4":{"tf":1.0},"44":{"tf":1.0},"51":{"tf":1.4142135623730951},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"59":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"112":{"tf":1.0}}}}}}},"df":0,"docs":{}},"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":1,"docs":{"118":{"tf":1.0}},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"33":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":47,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"100":{"tf":1.4142135623730951},"101":{"tf":1.0},"104":{"tf":2.23606797749979},"106":{"tf":1.0},"107":{"tf":1.0},"111":{"tf":1.4142135623730951},"112":{"tf":2.0},"113":{"tf":1.7320508075688772},"114":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.7320508075688772},"121":{"tf":1.0},"123":{"tf":1.0},"126":{"tf":1.0},"129":{"tf":1.4142135623730951},"130":{"tf":1.0},"135":{"tf":2.23606797749979},"138":{"tf":1.4142135623730951},"139":{"tf":2.23606797749979},"17":{"tf":1.4142135623730951},"20":{"tf":1.7320508075688772},"22":{"tf":1.0},"25":{"tf":2.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.7320508075688772},"37":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.0},"40":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"44":{"tf":1.0},"51":{"tf":1.0},"55":{"tf":1.0},"62":{"tf":1.0},"76":{"tf":2.6457513110645907},"78":{"tf":1.4142135623730951},"79":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"87":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":3,"docs":{"139":{"tf":1.0},"5":{"tf":1.0},"89":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":7,"docs":{"1":{"tf":1.0},"123":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"38":{"tf":1.0},"44":{"tf":1.0},"61":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"107":{"tf":1.0},"131":{"tf":1.7320508075688772},"136":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.4142135623730951}}}},"s":{"df":8,"docs":{"101":{"tf":1.0},"106":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"32":{"tf":1.0},"37":{"tf":1.0},"76":{"tf":1.0},"99":{"tf":1.4142135623730951}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"101":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"123":{"tf":1.0},"42":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"129":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":18,"docs":{"103":{"tf":1.0},"104":{"tf":1.4142135623730951},"105":{"tf":1.0},"109":{"tf":1.0},"121":{"tf":1.0},"129":{"tf":1.0},"135":{"tf":1.0},"139":{"tf":1.0},"16":{"tf":1.4142135623730951},"26":{"tf":1.0},"37":{"tf":1.0},"43":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"72":{"tf":1.0},"77":{"tf":1.0},"79":{"tf":1.0},"86":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":12,"docs":{"115":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.0},"70":{"tf":1.0},"74":{"tf":1.0}}}}}}},"}":{"\\"":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"113":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"f":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"17":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"22":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"109":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":14,"docs":{"106":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"129":{"tf":1.4142135623730951},"130":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.4142135623730951},"136":{"tf":1.0},"138":{"tf":1.0},"25":{"tf":1.0},"55":{"tf":1.0},"95":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":18,"docs":{"101":{"tf":1.0},"108":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.4142135623730951},"129":{"tf":1.7320508075688772},"13":{"tf":1.0},"135":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.4142135623730951},"26":{"tf":1.0},"38":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.0},"70":{"tf":1.0},"76":{"tf":1.0},"87":{"tf":1.4142135623730951}}}}}},"l":{"df":0,"docs":{},"s":{"df":4,"docs":{"138":{"tf":1.0},"139":{"tf":1.0},"23":{"tf":1.0},"87":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}}}},"q":{"df":3,"docs":{"102":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"106":{"tf":1.0},"114":{"tf":1.0},"133":{"tf":1.0},"20":{"tf":1.0},"38":{"tf":1.0},"60":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"82":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"77":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":7,"docs":{"117":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"70":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"60":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":4,"docs":{"108":{"tf":1.0},"135":{"tf":1.0},"51":{"tf":1.0},"78":{"tf":1.0}}},"df":1,"docs":{"76":{"tf":1.4142135623730951}}},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"87":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"60":{"tf":1.4142135623730951},"81":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"df":7,"docs":{"110":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"44":{"tf":1.0},"76":{"tf":1.0}}}},"d":{"df":3,"docs":{"133":{"tf":1.0},"71":{"tf":1.4142135623730951},"73":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":1,"docs":{"138":{"tf":1.0}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":4,"docs":{"107":{"tf":1.0},"113":{"tf":1.0},"38":{"tf":1.0},"76":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"21":{"tf":1.0},"4":{"tf":1.0},"50":{"tf":1.0},"59":{"tf":1.0},"87":{"tf":1.0}},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"138":{"tf":1.0}}}}}}}}}},"t":{"df":5,"docs":{"111":{"tf":1.0},"17":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"87":{"tf":1.0}}},"x":{"df":7,"docs":{"130":{"tf":1.0},"133":{"tf":1.7320508075688772},"134":{"tf":1.7320508075688772},"135":{"tf":1.7320508075688772},"136":{"tf":2.0},"20":{"tf":1.0},"21":{"tf":1.0}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"[":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"129":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"137":{"tf":1.0},"80":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0}}},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"130":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}},"w":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":6,"docs":{"101":{"tf":1.0},"129":{"tf":2.449489742783178},"17":{"tf":1.0},"25":{"tf":1.0},"42":{"tf":1.0},"85":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":3,"docs":{"17":{"tf":1.0},"26":{"tf":1.0},"80":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"118":{"tf":1.7320508075688772},"123":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"44":{"tf":1.0}}}}}}},"n":{"df":41,"docs":{"10":{"tf":1.0},"100":{"tf":1.4142135623730951},"101":{"tf":1.4142135623730951},"11":{"tf":1.0},"112":{"tf":2.449489742783178},"113":{"tf":2.0},"118":{"tf":1.4142135623730951},"12":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"4":{"tf":1.4142135623730951},"44":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":2.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},"64":{"tf":1.4142135623730951},"65":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"7":{"tf":1.0},"71":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951},"77":{"tf":2.23606797749979},"8":{"tf":1.0},"9":{"tf":1.0}}},"o":{"c":{"df":0,"docs":{},"u":{"df":2,"docs":{"19":{"tf":1.0},"20":{"tf":1.0}},"s":{"df":3,"docs":{"0":{"tf":1.0},"28":{"tf":1.0},"87":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":4,"docs":{"125":{"tf":1.0},"17":{"tf":1.4142135623730951},"44":{"tf":1.0},"80":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"112":{"tf":1.0}}}}},"m":{"a":{"df":0,"docs":{},"t":{"!":{"(":{"\\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"113":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"17":{"tf":1.0}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"96":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":1,"docs":{"136":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"z":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"95":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"136":{"tf":1.0},"92":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":2,"docs":{"116":{"tf":1.0},"31":{"tf":1.0}}}}}},"r":{"df":2,"docs":{"117":{"tf":1.0},"32":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"46":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":2,"docs":{"119":{"tf":1.0},"34":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"/":{"<":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"119":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":4,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"118":{"tf":1.0},"33":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"s":{"/":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"d":{"a":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}},"df":25,"docs":{"0":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"111":{"tf":1.0},"115":{"tf":1.0},"120":{"tf":1.4142135623730951},"123":{"tf":1.0},"133":{"tf":1.0},"139":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.7320508075688772},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"23":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0},"36":{"tf":1.0},"53":{"tf":1.0},"79":{"tf":1.0},"86":{"tf":1.0},"9":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"102":{"tf":1.0},"70":{"tf":1.4142135623730951},"73":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"25":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"120":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"135":{"tf":1.0},"15":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"130":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"21":{"tf":1.0},"58":{"tf":1.0},"76":{"tf":1.0}}}}}}},"d":{"df":6,"docs":{"11":{"tf":1.0},"123":{"tf":1.0},"134":{"tf":1.4142135623730951},"135":{"tf":1.0},"47":{"tf":1.0},"76":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"z":{"df":2,"docs":{"118":{"tf":1.0},"75":{"tf":1.0}}}}}},"g":{"a":{"df":1,"docs":{"76":{"tf":1.4142135623730951}},"p":{"df":2,"docs":{"15":{"tf":1.0},"56":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":3,"docs":{"117":{"tf":1.0},"32":{"tf":1.0},"85":{"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":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":4,"docs":{"106":{"tf":1.0},"112":{"tf":1.0},"117":{"tf":1.0},"36":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":20,"docs":{"104":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.4142135623730951},"121":{"tf":1.0},"133":{"tf":1.0},"139":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951},"26":{"tf":1.0},"29":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.0},"75":{"tf":1.4142135623730951},"87":{"tf":1.0},"89":{"tf":1.7320508075688772}}}}},"t":{"(":{"0":{"df":1,"docs":{"101":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"112":{"tf":1.0},"113":{"tf":1.0}}}},"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":1,"docs":{"1":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"139":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{},"o":{"d":{"df":7,"docs":{"19":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0},"83":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"75":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"38":{"tf":1.0},"60":{"tf":1.0}}},"u":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"56":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"1":{"6":{"df":2,"docs":{"139":{"tf":1.0},"89":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":1,"docs":{"139":{"tf":1.0}}}},"w":{"df":1,"docs":{"114":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"108":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":5,"docs":{"104":{"tf":1.0},"122":{"tf":1.0},"27":{"tf":1.0},"35":{"tf":1.0},"61":{"tf":1.0}}},"df":0,"docs":{}}},"df":7,"docs":{"1":{"tf":1.0},"110":{"tf":1.0},"125":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0},"53":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"25":{"tf":1.0}},"l":{"df":5,"docs":{"0":{"tf":1.0},"19":{"tf":1.0},"73":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"25":{"tf":1.0},"6":{"tf":1.0}}}}}},"r":{"d":{"df":1,"docs":{"21":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"133":{"tf":1.0},"20":{"tf":1.0},"64":{"tf":1.0},"71":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"127":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"133":{"tf":1.0},"139":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.4142135623730951},"38":{"tf":1.0}},"i":{"df":2,"docs":{"22":{"tf":1.0},"42":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":1,"docs":{"70":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"127":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"m":{"df":5,"docs":{"119":{"tf":1.0},"29":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":1.4142135623730951},"96":{"tf":1.0}}},"p":{"df":3,"docs":{"18":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"106":{"tf":1.0},"109":{"tf":1.4142135623730951},"29":{"tf":1.0},"36":{"tf":1.0},"58":{"tf":1.0},"87":{"tf":1.0},"95":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":7,"docs":{"0":{"tf":1.0},"113":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"129":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":7,"docs":{"123":{"tf":1.0},"127":{"tf":1.0},"139":{"tf":1.0},"17":{"tf":1.0},"25":{"tf":1.0},"38":{"tf":1.0},"59":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"84":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"22":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"38":{"tf":1.0},"40":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"138":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0},"82":{"tf":1.0},"87":{"tf":1.0},"99":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"3":{"0":{"0":{"0":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"127":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"0":{"9":{"0":{"df":3,"docs":{"12":{"tf":1.0},"127":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":6,"docs":{"101":{"tf":1.4142135623730951},"117":{"tf":1.0},"127":{"tf":1.0},"133":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"87":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"i":{"[":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"42":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"a":{"df":4,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"70":{"tf":1.0},"74":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"112":{"tf":1.0},"126":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"tf":1.0}},"i":{"df":1,"docs":{"103":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"111":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"136":{"tf":1.7320508075688772},"92":{"tf":1.4142135623730951},"93":{"tf":2.0},"94":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"139":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"19":{"tf":1.4142135623730951}}}},"l":{"df":3,"docs":{"112":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"52":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":16,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"110":{"tf":1.0},"117":{"tf":1.4142135623730951},"118":{"tf":1.0},"119":{"tf":1.7320508075688772},"29":{"tf":1.0},"36":{"tf":1.7320508075688772},"37":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.0},"70":{"tf":1.0},"76":{"tf":1.0},"79":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":6,"docs":{"0":{"tf":1.4142135623730951},"123":{"tf":1.0},"135":{"tf":1.0},"139":{"tf":1.0},"22":{"tf":1.0},"76":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":10,"docs":{"129":{"tf":1.4142135623730951},"135":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"22":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0},"57":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":7,"docs":{"129":{"tf":1.4142135623730951},"130":{"tf":1.0},"134":{"tf":1.0},"61":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"85":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"17":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"\\"":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"112":{"tf":1.0}}}}}}},"df":0,"docs":{}},">":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"128":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"128":{"tf":1.4142135623730951},"77":{"tf":1.4142135623730951}}}},"i":{"c":{"df":2,"docs":{"128":{"tf":1.0},"76":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":2,"docs":{"101":{"tf":1.0},"127":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":6,"docs":{"10":{"tf":1.4142135623730951},"119":{"tf":1.0},"139":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.4142135623730951},"19":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":3,"docs":{"106":{"tf":1.0},"112":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951}},"i":{"df":2,"docs":{"129":{"tf":1.0},"76":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"106":{"tf":1.0},"112":{"tf":1.0},"75":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"101":{"tf":1.0}}}}}}},"df":2,"docs":{"101":{"tf":1.0},"83":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"96":{"tf":1.0}}},"n":{"c":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"134":{"tf":1.4142135623730951},"5":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"134":{"tf":1.0},"136":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":6,"docs":{"117":{"tf":1.0},"15":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0}}}},"n":{"d":{"df":4,"docs":{"104":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"38":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":2,"docs":{"135":{"tf":1.0},"89":{"tf":1.0}}},"t":{"df":4,"docs":{"123":{"tf":1.0},"19":{"tf":1.0},"26":{"tf":1.0},"55":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"0":{"tf":1.4142135623730951},"104":{"tf":1.0},"15":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}}},"n":{"df":5,"docs":{"110":{"tf":1.0},"115":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":2.0},"35":{"tf":1.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"18":{"tf":1.0},"26":{"tf":1.0},"38":{"tf":1.0}}}}}},"v":{"df":3,"docs":{"139":{"tf":1.0},"20":{"tf":1.0},"78":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"21":{"tf":1.0}},"t":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"118":{"tf":1.0},"128":{"tf":1.0},"75":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"135":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"15":{"tf":1.0},"60":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":6,"docs":{"102":{"tf":1.0},"112":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"56":{"tf":1.0},"87":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"38":{"tf":1.0},"60":{"tf":1.4142135623730951},"82":{"tf":1.0}}}},"’":{"df":2,"docs":{"0":{"tf":1.0},"89":{"tf":1.0}}}},"v":{"df":1,"docs":{"122":{"tf":1.0}}}},"j":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"g":{"df":4,"docs":{"104":{"tf":1.0},"139":{"tf":1.0},"17":{"tf":1.0},"26":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":2,"docs":{"16":{"tf":1.0},"59":{"tf":1.0}}}}}},"k":{"8":{"df":20,"docs":{"102":{"tf":1.0},"119":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"136":{"tf":1.0},"138":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"60":{"tf":1.4142135623730951},"80":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0},"99":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":1,"docs":{"97":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":5,"docs":{"120":{"tf":1.0},"139":{"tf":1.0},"29":{"tf":1.0},"36":{"tf":1.4142135623730951},"89":{"tf":1.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":{"60":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":18,"docs":{"104":{"tf":1.0},"109":{"tf":1.0},"114":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.4142135623730951},"131":{"tf":1.0},"138":{"tf":1.4142135623730951},"24":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"87":{"tf":1.0}}}},"y":{"df":10,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"116":{"tf":1.4142135623730951},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"133":{"tf":1.0}}}},"n":{"d":{"df":2,"docs":{"136":{"tf":1.0},"93":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"m":{"df":2,"docs":{"29":{"tf":1.0},"36":{"tf":1.0}}},"n":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"123":{"tf":1.4142135623730951}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":2,"docs":{"139":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"u":{"b":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"96":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"l":{"df":3,"docs":{"128":{"tf":1.0},"136":{"tf":1.0},"96":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":10,"docs":{"119":{"tf":1.0},"17":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"84":{"tf":1.0},"91":{"tf":1.0},"97":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"g":{"df":1,"docs":{"95":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"20":{"tf":1.0},"26":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"104":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"139":{"tf":1.0},"82":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"17":{"tf":1.0},"59":{"tf":1.0},"66":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"d":{"df":2,"docs":{"121":{"tf":1.0},"37":{"tf":1.0}}},"df":0,"docs":{}}},"df":8,"docs":{"109":{"tf":1.0},"110":{"tf":1.0},"116":{"tf":1.0},"123":{"tf":1.0},"15":{"tf":1.0},"28":{"tf":1.0},"36":{"tf":1.0},"46":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"139":{"tf":1.0},"89":{"tf":1.0}}}}},"df":0,"docs":{},"k":{"df":3,"docs":{"104":{"tf":1.0},"25":{"tf":1.0},"72":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"1":{"tf":1.0},"13":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"139":{"tf":1.0}}}}}}}},"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"77":{"tf":1.0}},"’":{"df":2,"docs":{"11":{"tf":1.0},"6":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":8,"docs":{"104":{"tf":1.0},"123":{"tf":1.0},"127":{"tf":1.0},"139":{"tf":1.0},"17":{"tf":1.0},"25":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":4,"docs":{"117":{"tf":1.0},"121":{"tf":1.0},"25":{"tf":1.0},"36":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":2,"docs":{"63":{"tf":1.0},"65":{"tf":1.0}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"112":{"tf":1.0}}}}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"41":{"tf":1.0},"71":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"42":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":28,"docs":{"11":{"tf":1.0},"123":{"tf":1.0},"126":{"tf":1.0},"129":{"tf":1.0},"135":{"tf":1.0},"138":{"tf":1.4142135623730951},"139":{"tf":1.7320508075688772},"15":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0},"51":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"76":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":1.0},"81":{"tf":1.0},"87":{"tf":1.0},"97":{"tf":1.0}}}}},"o":{"a":{"d":{"df":11,"docs":{"11":{"tf":1.0},"136":{"tf":1.4142135623730951},"55":{"tf":1.0},"59":{"tf":1.4142135623730951},"63":{"tf":1.0},"65":{"tf":1.0},"68":{"tf":1.4142135623730951},"70":{"tf":2.0},"71":{"tf":1.0},"72":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":3,"docs":{"131":{"tf":1.0},"5":{"tf":1.0},"89":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":9,"docs":{"120":{"tf":1.0},"127":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"139":{"tf":1.4142135623730951},"29":{"tf":1.0},"36":{"tf":1.4142135623730951},"5":{"tf":1.0},"89":{"tf":1.4142135623730951}},"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":8,"docs":{"10":{"tf":1.0},"4":{"tf":1.0},"60":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"71":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":23,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"102":{"tf":1.0},"119":{"tf":1.4142135623730951},"128":{"tf":1.0},"129":{"tf":1.0},"138":{"tf":1.0},"17":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"38":{"tf":1.0},"5":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"61":{"tf":1.0},"80":{"tf":1.4142135623730951},"82":{"tf":1.0},"87":{"tf":1.4142135623730951},"89":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}},"t":{"df":1,"docs":{"128":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":10,"docs":{"112":{"tf":1.0},"128":{"tf":2.23606797749979},"129":{"tf":2.23606797749979},"131":{"tf":1.4142135623730951},"133":{"tf":1.0},"135":{"tf":1.4142135623730951},"138":{"tf":1.0},"5":{"tf":1.0},"59":{"tf":1.0},"90":{"tf":1.0}},"i":{"c":{"df":6,"docs":{"111":{"tf":1.0},"114":{"tf":1.0},"117":{"tf":1.0},"139":{"tf":1.0},"32":{"tf":1.0},"89":{"tf":1.0}}},"df":0,"docs":{}},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"101":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"129":{"tf":2.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":8,"docs":{"104":{"tf":1.0},"123":{"tf":1.0},"138":{"tf":1.4142135623730951},"23":{"tf":1.0},"38":{"tf":1.0},"70":{"tf":1.0},"72":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"20":{"tf":1.0},"84":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":5,"docs":{"127":{"tf":1.4142135623730951},"128":{"tf":1.0},"138":{"tf":1.0},"37":{"tf":1.0},"7":{"tf":1.0}}},"p":{"df":3,"docs":{"19":{"tf":1.0},"60":{"tf":1.0},"82":{"tf":1.0}}},"s":{"df":1,"docs":{"35":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"139":{"tf":1.0}}}}}}},"w":{"df":1,"docs":{"129":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"135":{"tf":1.0},"26":{"tf":1.0}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"[":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"129":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"r":{"df":2,"docs":{"17":{"tf":1.0},"25":{"tf":1.0}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"133":{"tf":1.4142135623730951}}}}},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"23":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"26":{"tf":1.0},"5":{"tf":1.0},"83":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"36":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"118":{"tf":1.0},"36":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":41,"docs":{"10":{"tf":1.0},"100":{"tf":1.0},"101":{"tf":1.0},"11":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"118":{"tf":1.0},"12":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"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},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"103":{"tf":1.0},"26":{"tf":1.0},"39":{"tf":1.0},"54":{"tf":1.0},"68":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":11,"docs":{"11":{"tf":1.0},"139":{"tf":1.0},"15":{"tf":1.0},"21":{"tf":1.0},"26":{"tf":1.4142135623730951},"38":{"tf":1.0},"5":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"93":{"tf":1.0}}}},"l":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"75":{"tf":1.4142135623730951}}}}}},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"75":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"116":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"i":{"df":7,"docs":{"104":{"tf":1.0},"123":{"tf":1.0},"134":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0}}},"t":{"df":0,"docs":{},"l":{"df":3,"docs":{"139":{"tf":1.0},"36":{"tf":1.0},"48":{"tf":1.0}}}}},"p":{"df":2,"docs":{"76":{"tf":1.0},"87":{"tf":1.0}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"59":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":4,"docs":{"111":{"tf":1.0},"135":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"122":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"38":{"tf":1.0},"84":{"tf":1.0}}}}}},"x":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"0":{"df":1,"docs":{"73":{"tf":1.0}}},"5":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":1,"docs":{"50":{"tf":1.0}}},"5":{"df":2,"docs":{"21":{"tf":1.0},"67":{"tf":1.0}}},"df":0,"docs":{}},"df":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":{"129":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"y":{"b":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":5,"docs":{"132":{"tf":1.0},"133":{"tf":1.7320508075688772},"134":{"tf":1.7320508075688772},"135":{"tf":1.7320508075688772},"8":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":8,"docs":{"0":{"tf":1.0},"104":{"tf":1.0},"138":{"tf":1.0},"15":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"38":{"tf":1.0},"56":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"139":{"tf":1.0},"20":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"73":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"r":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"22":{"tf":1.0},"72":{"tf":1.4142135623730951}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":5,"docs":{"118":{"tf":1.0},"129":{"tf":1.4142135623730951},"135":{"tf":1.0},"59":{"tf":1.0},"75":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"1":{"tf":1.0},"14":{"tf":1.0},"35":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"132":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"139":{"tf":1.0},"87":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"d":{"df":12,"docs":{"117":{"tf":1.0},"118":{"tf":1.4142135623730951},"121":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"c":{"df":13,"docs":{"100":{"tf":1.7320508075688772},"107":{"tf":1.0},"108":{"tf":1.0},"117":{"tf":1.0},"121":{"tf":1.0},"127":{"tf":1.0},"135":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"59":{"tf":1.0},"99":{"tf":1.4142135623730951}},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"100":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"100":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{"\\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"_":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"100":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"r":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"0":{"df":1,"docs":{"50":{"tf":1.0}}},"5":{"df":2,"docs":{"21":{"tf":1.0},"67":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":2,"docs":{"57":{"tf":1.0},"73":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"x":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"129":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":1,"docs":{"129":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"70":{"tf":1.0}},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"u":{"b":{"df":1,"docs":{"93":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"m":{"df":6,"docs":{"111":{"tf":1.0},"114":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":1.0},"82":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"123":{"tf":1.0},"23":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"2":{"tf":1.0},"5":{"tf":1.0},"72":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"108":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":7,"docs":{"106":{"tf":1.0},"130":{"tf":1.7320508075688772},"138":{"tf":1.0},"56":{"tf":1.0},"78":{"tf":1.0},"87":{"tf":1.0},"95":{"tf":1.0}}}},"x":{"df":4,"docs":{"130":{"tf":1.0},"21":{"tf":1.0},"57":{"tf":1.0},"63":{"tf":1.0}}}},"o":{"d":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"36":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"126":{"tf":1.0},"87":{"tf":1.0}},"l":{"df":6,"docs":{"1":{"tf":1.0},"104":{"tf":1.7320508075688772},"110":{"tf":1.0},"14":{"tf":1.0},"29":{"tf":1.0},"35":{"tf":1.0}}},"r":{"df":1,"docs":{"72":{"tf":1.0}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"121":{"tf":1.0},"37":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"26":{"tf":1.0}}}},"df":6,"docs":{"106":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"36":{"tf":1.0},"99":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":4,"docs":{"11":{"tf":1.0},"114":{"tf":1.0},"13":{"tf":1.0},"73":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"95":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"26":{"tf":1.0},"61":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":7,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"28":{"tf":1.0},"38":{"tf":1.0},"83":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":6,"docs":{"123":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0},"73":{"tf":1.4142135623730951}}}}}}},"t":{"df":18,"docs":{"11":{"tf":1.0},"112":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"4":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"59":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0}}}},"y":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"118":{"tf":1.0},"52":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"118":{"tf":1.0},"52":{"tf":2.0}}},"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":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"112":{"tf":1.0},"113":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":3,"docs":{"106":{"tf":1.0},"112":{"tf":1.0},"55":{"tf":1.0}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":3,"docs":{"128":{"tf":1.0},"136":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"17":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"37":{"tf":1.0}}}}}},"df":4,"docs":{"128":{"tf":1.0},"22":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0}},"e":{"df":0,"docs":{},"e":{"d":{"df":18,"docs":{"113":{"tf":1.0},"114":{"tf":1.0},"138":{"tf":1.4142135623730951},"15":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"7":{"tf":1.0},"73":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.4142135623730951},"85":{"tf":1.0},"87":{"tf":1.4142135623730951},"89":{"tf":2.0},"95":{"tf":1.0}}},"df":0,"docs":{}},"g":{"df":2,"docs":{"139":{"tf":1.0},"87":{"tf":1.0}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":18,"docs":{"11":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"4":{"tf":1.0},"46":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"59":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":20,"docs":{"0":{"tf":1.7320508075688772},"101":{"tf":1.0},"104":{"tf":1.0},"116":{"tf":1.7320508075688772},"119":{"tf":1.0},"123":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"139":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"17":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":1.4142135623730951},"38":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"59":{"tf":1.0},"7":{"tf":1.0},"77":{"tf":2.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"139":{"tf":1.0},"89":{"tf":1.0}}}}},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"112":{"tf":1.0},"113":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":18,"docs":{"104":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.4142135623730951},"118":{"tf":2.0},"119":{"tf":1.4142135623730951},"120":{"tf":1.0},"121":{"tf":1.7320508075688772},"16":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"77":{"tf":1.0},"86":{"tf":1.0}}},"x":{"df":0,"docs":{},"t":{"df":3,"docs":{"13":{"tf":1.0},"139":{"tf":1.0},"16":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}},"o":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"129":{"tf":1.0}},"s":{"[":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"129":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"128":{"tf":1.0}}}}}},"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"112":{"tf":1.0},"113":{"tf":1.0}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"108":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"a":{"df":0,"docs":{},"p":{"df":3,"docs":{"117":{"tf":1.0},"32":{"tf":1.0},"50":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"134":{"tf":1.0},"36":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":4,"docs":{"108":{"tf":1.0},"119":{"tf":1.4142135623730951},"129":{"tf":1.0},"77":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":53,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"101":{"tf":1.7320508075688772},"104":{"tf":1.0},"106":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.4142135623730951},"117":{"tf":1.7320508075688772},"118":{"tf":1.0},"119":{"tf":1.7320508075688772},"121":{"tf":1.4142135623730951},"126":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":2.0},"130":{"tf":1.4142135623730951},"131":{"tf":1.0},"133":{"tf":2.0},"135":{"tf":1.0},"139":{"tf":2.23606797749979},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"17":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"29":{"tf":1.7320508075688772},"3":{"tf":1.0},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":2.449489742783178},"38":{"tf":1.0},"41":{"tf":1.4142135623730951},"46":{"tf":1.7320508075688772},"5":{"tf":1.0},"50":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951},"75":{"tf":1.0},"76":{"tf":1.4142135623730951},"77":{"tf":1.7320508075688772},"79":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.7320508075688772},"90":{"tf":1.0},"92":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}},"s":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"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":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":2,"docs":{"31":{"tf":1.0},"32":{"tf":1.0}}}},"df":1,"docs":{"116":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":2,"docs":{"31":{"tf":1.0},"32":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"116":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"i":{"df":1,"docs":{"57":{"tf":1.0}}}}}}},"m":{"a":{"d":{"df":1,"docs":{"119":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":17,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"128":{"tf":1.7320508075688772},"130":{"tf":1.0},"133":{"tf":1.4142135623730951},"136":{"tf":1.4142135623730951},"139":{"tf":1.0},"15":{"tf":1.7320508075688772},"28":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.4142135623730951},"5":{"tf":1.4142135623730951},"87":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.7320508075688772},"94":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"=":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"94":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"93":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"s":{"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"=":{"1":{"df":2,"docs":{"131":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"=":{"1":{"df":2,"docs":{"131":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"n":{"df":1,"docs":{"129":{"tf":1.0}},"e":{"df":2,"docs":{"135":{"tf":1.0},"63":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":3,"docs":{"47":{"tf":1.0},"70":{"tf":1.0},"97":{"tf":1.0}}},"x":{"df":1,"docs":{"129":{"tf":1.0}},"s":{"[":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"129":{"tf":1.0}}}}},"df":0,"docs":{}}}},"w":{"df":2,"docs":{"11":{"tf":1.0},"13":{"tf":1.0}}}}},"o":{"[":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"25":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":24,"docs":{"104":{"tf":1.0},"123":{"tf":1.0},"127":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.7320508075688772},"15":{"tf":1.0},"17":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"51":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":2.0},"80":{"tf":1.0},"83":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.4142135623730951},"98":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"55":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"104":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"25":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"123":{"tf":1.0}}}},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"60":{"tf":1.0}}}}}}}}}}},"k":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"\\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"112":{"tf":1.0},"113":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"101":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":12,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"4":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0}}},"n":{"c":{"df":3,"docs":{"104":{"tf":1.0},"17":{"tf":1.0},"25":{"tf":1.0}}},"df":4,"docs":{"109":{"tf":1.0},"15":{"tf":1.0},"35":{"tf":1.0},"85":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"84":{"tf":1.0}}}}},"p":{"df":1,"docs":{"139":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":14,"docs":{"0":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"15":{"tf":1.0},"38":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"75":{"tf":1.0},"77":{"tf":1.4142135623730951},"80":{"tf":1.0},"81":{"tf":1.4142135623730951},"86":{"tf":1.0},"87":{"tf":1.7320508075688772}}}},"t":{"df":1,"docs":{"21":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"108":{"tf":1.0},"116":{"tf":1.0},"119":{"tf":1.0},"121":{"tf":1.0},"25":{"tf":1.0}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":14,"docs":{"10":{"tf":1.0},"117":{"tf":1.7320508075688772},"119":{"tf":1.0},"121":{"tf":1.0},"139":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"26":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.7320508075688772},"37":{"tf":1.0},"82":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"138":{"tf":1.0},"20":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"26":{"tf":1.0},"55":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":8,"docs":{"104":{"tf":1.0},"107":{"tf":1.0},"139":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"25":{"tf":1.0},"80":{"tf":1.0},"87":{"tf":1.0}}}}},"df":1,"docs":{"134":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"127":{"tf":1.0},"131":{"tf":1.0},"90":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"15":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"61":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"82":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":3,"docs":{"13":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"df":1,"docs":{"129":{"tf":1.0}}}}}}}}}}},"p":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"25":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"43":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"1":{"tf":1.0},"80":{"tf":1.0}}}},"n":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"126":{"tf":1.0},"128":{"tf":1.0},"75":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"109":{"tf":1.0},"139":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"95":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"127":{"tf":1.0},"139":{"tf":1.0},"44":{"tf":1.0},"52":{"tf":1.4142135623730951}}}}},"t":{"df":4,"docs":{"103":{"tf":1.0},"122":{"tf":1.0},"14":{"tf":1.0},"27":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"129":{"tf":1.0}},"s":{"[":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"129":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":5,"docs":{"0":{"tf":1.0},"109":{"tf":1.0},"123":{"tf":1.0},"139":{"tf":1.0},"41":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":2,"docs":{"119":{"tf":1.0},"77":{"tf":1.7320508075688772}}}}}},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"101":{"tf":1.0},"80":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":2,"docs":{"25":{"tf":1.0},"5":{"tf":1.0}}},"t":{"df":1,"docs":{"58":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"41":{"tf":1.0},"66":{"tf":1.0},"73":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":11,"docs":{"120":{"tf":1.0},"137":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"53":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.0},"68":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"117":{"tf":1.0},"119":{"tf":1.0}}}}},"df":4,"docs":{"131":{"tf":1.0},"5":{"tf":1.0},"89":{"tf":1.0},"97":{"tf":1.0}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"128":{"tf":1.0},"77":{"tf":1.4142135623730951}}}},"r":{"df":4,"docs":{"11":{"tf":1.0},"139":{"tf":1.4142135623730951},"20":{"tf":1.0},"89":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":6,"docs":{"0":{"tf":1.0},"139":{"tf":1.4142135623730951},"17":{"tf":1.0},"63":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"139":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"136":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":6,"docs":{"13":{"tf":1.4142135623730951},"137":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0}}}}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"112":{"tf":1.0},"123":{"tf":1.0},"38":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"138":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"60":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"137":{"tf":1.0}}}},"df":0,"docs":{}}}},"l":{"a":{"df":0,"docs":{},"n":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":10,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"4":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"[":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"85":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":29,"docs":{"1":{"tf":1.0},"104":{"tf":1.0},"11":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"25":{"tf":2.0},"26":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"71":{"tf":1.4142135623730951},"72":{"tf":1.0},"73":{"tf":1.0},"80":{"tf":2.0},"81":{"tf":1.4142135623730951},"85":{"tf":1.0}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"87":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"111":{"tf":1.0}},"g":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"26":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"d":{"df":2,"docs":{"139":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"115":{"tf":1.0},"34":{"tf":1.0},"71":{"tf":1.0}}}}},"l":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"139":{"tf":1.0},"89":{"tf":1.0}},"e":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":5,"docs":{"130":{"tf":1.0},"131":{"tf":1.0},"133":{"tf":1.0},"5":{"tf":1.4142135623730951},"89":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"22":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"15":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0}}}},"df":0,"docs":{}},"df":8,"docs":{"127":{"tf":1.0},"130":{"tf":1.7320508075688772},"133":{"tf":2.0},"136":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.7320508075688772}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"104":{"tf":1.0},"139":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":7,"docs":{"102":{"tf":1.0},"137":{"tf":1.0},"27":{"tf":1.0},"39":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"68":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"17":{"tf":1.0},"21":{"tf":1.0},"26":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"22":{"tf":1.0}}}}},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"139":{"tf":1.0},"59":{"tf":1.0}}}}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"91":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":7,"docs":{"104":{"tf":1.0},"106":{"tf":1.0},"137":{"tf":1.0},"3":{"tf":1.0},"80":{"tf":1.4142135623730951},"86":{"tf":1.0},"87":{"tf":2.0}}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"87":{"tf":1.0},"95":{"tf":1.0}}}},"r":{"df":0,"docs":{},"v":{"df":2,"docs":{"131":{"tf":1.0},"90":{"tf":1.0}}}},"t":{"df":1,"docs":{"109":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"139":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"133":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"80":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"116":{"tf":1.0},"29":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":6,"docs":{"137":{"tf":1.0},"18":{"tf":1.4142135623730951},"24":{"tf":1.0},"39":{"tf":1.0},"53":{"tf":1.0},"68":{"tf":1.0}}}}}},"df":0,"docs":{}}},"o":{"b":{"df":0,"docs":{},"e":{"df":7,"docs":{"108":{"tf":1.0},"112":{"tf":1.0},"114":{"tf":1.0},"139":{"tf":1.0},"38":{"tf":1.0},"69":{"tf":1.0},"85":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":3,"docs":{"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":16,"docs":{"10":{"tf":1.0},"119":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.0},"133":{"tf":1.4142135623730951},"139":{"tf":1.0},"17":{"tf":1.0},"29":{"tf":1.0},"32":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":1.7320508075688772},"38":{"tf":1.0},"5":{"tf":1.0},"82":{"tf":1.0},"89":{"tf":1.0},"99":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":16,"docs":{"0":{"tf":1.0},"108":{"tf":1.0},"11":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.4142135623730951},"20":{"tf":1.0},"42":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"56":{"tf":1.4142135623730951},"64":{"tf":1.0},"76":{"tf":1.4142135623730951},"8":{"tf":1.0}},"t":{"df":12,"docs":{"118":{"tf":1.0},"135":{"tf":1.0},"139":{"tf":1.7320508075688772},"20":{"tf":1.0},"23":{"tf":1.0},"33":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"72":{"tf":1.0},"78":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"120":{"tf":1.0},"37":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":12,"docs":{"104":{"tf":1.0},"127":{"tf":1.4142135623730951},"129":{"tf":1.0},"139":{"tf":1.4142135623730951},"15":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.0},"38":{"tf":1.0},"68":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"78":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":14,"docs":{"100":{"tf":1.4142135623730951},"117":{"tf":1.0},"12":{"tf":1.0},"121":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.4142135623730951},"59":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":2.23606797749979}},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"129":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"129":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"o":{"df":0,"docs":{},"f":{"df":5,"docs":{"133":{"tf":1.0},"139":{"tf":1.0},"5":{"tf":1.0},"87":{"tf":1.0},"89":{"tf":2.449489742783178}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"97":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"135":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"139":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"70":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":7,"docs":{"0":{"tf":1.0},"138":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.7320508075688772},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"89":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"112":{"tf":1.0},"23":{"tf":1.0}},"r":{"df":1,"docs":{"87":{"tf":1.0}}}},"i":{"d":{"df":5,"docs":{"106":{"tf":1.0},"35":{"tf":1.4142135623730951},"83":{"tf":1.0},"87":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":8,"docs":{"10":{"tf":1.4142135623730951},"117":{"tf":1.0},"119":{"tf":1.0},"139":{"tf":1.0},"17":{"tf":1.0},"25":{"tf":1.4142135623730951},"61":{"tf":1.0},"85":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"85":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"112":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"b":{"df":4,"docs":{"112":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"52":{"tf":2.0},"77":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"139":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"136":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"138":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":18,"docs":{"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"15":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"40":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"55":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"93":{"tf":1.4142135623730951}}}}}},"q":{"a":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"100":{"tf":1.7320508075688772},"121":{"tf":1.0},"76":{"tf":1.7320508075688772}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"102":{"tf":1.0},"137":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":9,"docs":{"122":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.0},"39":{"tf":1.0},"53":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"68":{"tf":1.0},"70":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"24":{"tf":1.0}}}}}}},"r":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":6,"docs":{"118":{"tf":1.0},"21":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"50":{"tf":1.0},"63":{"tf":1.0}}}}},"df":1,"docs":{"134":{"tf":1.0}}},"p":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"60":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"(":{"1":{"0":{"df":5,"docs":{"133":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.0},"57":{"tf":1.0},"66":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":1,"docs":{"72":{"tf":1.0}}},"df":0,"docs":{}},"5":{"0":{"df":2,"docs":{"134":{"tf":1.0},"55":{"tf":1.0}}},"df":5,"docs":{"11":{"tf":1.0},"134":{"tf":1.0},"65":{"tf":1.0},"67":{"tf":1.0},"73":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"r":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}}},"r":{"df":1,"docs":{"71":{"tf":1.0}}}},"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"129":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":14,"docs":{"123":{"tf":1.4142135623730951},"129":{"tf":1.4142135623730951},"134":{"tf":1.0},"135":{"tf":1.4142135623730951},"139":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"41":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":2.0},"59":{"tf":1.7320508075688772},"71":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"26":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"25":{"tf":1.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"112":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"113":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"112":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"l":{"df":4,"docs":{"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"139":{"tf":1.0},"85":{"tf":1.0}},"e":{"df":0,"docs":{},"—":{"a":{"df":1,"docs":{"87":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"123":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"94":{"tf":1.0}},"i":{"df":21,"docs":{"108":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"126":{"tf":1.0},"129":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"133":{"tf":1.0},"135":{"tf":1.0},"139":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"25":{"tf":1.0},"29":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.4142135623730951},"67":{"tf":1.0},"80":{"tf":1.0},"85":{"tf":1.4142135623730951},"87":{"tf":1.7320508075688772}}},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"129":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":8,"docs":{"0":{"tf":1.0},"111":{"tf":1.0},"15":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"61":{"tf":1.0},"77":{"tf":1.0},"89":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"69":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"139":{"tf":1.0},"20":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"108":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"77":{"tf":1.0}}}},"df":0,"docs":{}}}},"v":{"df":1,"docs":{"129":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":6,"docs":{"138":{"tf":1.0},"41":{"tf":1.0},"63":{"tf":1.0},"70":{"tf":1.0},"73":{"tf":1.4142135623730951},"77":{"tf":1.7320508075688772}}}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":6,"docs":{"129":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.4142135623730951},"138":{"tf":1.0},"26":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"59":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":12,"docs":{"103":{"tf":1.0},"110":{"tf":1.0},"115":{"tf":1.0},"122":{"tf":1.0},"13":{"tf":1.4142135623730951},"139":{"tf":1.0},"16":{"tf":1.7320508075688772},"39":{"tf":1.4142135623730951},"53":{"tf":1.0},"63":{"tf":1.0},"68":{"tf":1.0},"70":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"m":{"d":{"df":1,"docs":{"35":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"80":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"93":{"tf":1.0}}},"y":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"93":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"135":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"139":{"tf":1.0}}},"x":{"df":5,"docs":{"131":{"tf":1.0},"135":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"90":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"96":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"137":{"tf":1.0},"56":{"tf":1.0},"87":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"108":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"42":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"93":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"15":{"tf":1.0},"21":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"87":{"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":{"3":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"104":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":5,"docs":{"12":{"tf":1.0},"38":{"tf":1.0},"60":{"tf":1.4142135623730951},"81":{"tf":1.0},"83":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"112":{"tf":1.0},"136":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":20,"docs":{"120":{"tf":1.0},"133":{"tf":1.4142135623730951},"134":{"tf":1.4142135623730951},"138":{"tf":1.0},"139":{"tf":1.0},"15":{"tf":1.0},"41":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.4142135623730951},"60":{"tf":1.0},"71":{"tf":1.0},"73":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"85":{"tf":1.0},"89":{"tf":1.0},"91":{"tf":1.0},"97":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":8,"docs":{"138":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0},"50":{"tf":1.0},"57":{"tf":1.4142135623730951},"63":{"tf":1.0},"67":{"tf":1.4142135623730951},"69":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":6,"docs":{"104":{"tf":1.0},"108":{"tf":1.0},"119":{"tf":1.0},"129":{"tf":1.0},"135":{"tf":1.0},"25":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"133":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":3,"docs":{"104":{"tf":1.0},"139":{"tf":1.4142135623730951},"17":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"77":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"77":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":18,"docs":{"118":{"tf":1.0},"119":{"tf":1.0},"123":{"tf":1.0},"129":{"tf":2.0},"133":{"tf":1.0},"134":{"tf":1.0},"139":{"tf":1.4142135623730951},"25":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"50":{"tf":1.4142135623730951},"57":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.4142135623730951},"70":{"tf":1.0},"73":{"tf":2.23606797749979},"77":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":17,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"130":{"tf":1.0},"18":{"tf":1.0},"4":{"tf":1.0},"58":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":2.0},"80":{"tf":1.0}}}},"m":{"df":1,"docs":{"117":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"139":{"tf":1.0},"22":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":11,"docs":{"107":{"tf":1.0},"112":{"tf":1.0},"119":{"tf":1.0},"139":{"tf":1.4142135623730951},"17":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"107":{"tf":1.0},"29":{"tf":1.0},"35":{"tf":1.0}}}},"df":0,"docs":{}},"df":3,"docs":{"138":{"tf":1.0},"26":{"tf":1.0},"58":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"26":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"114":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"138":{"tf":1.0},"23":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":6,"docs":{"0":{"tf":1.0},"104":{"tf":1.0},"115":{"tf":1.0},"139":{"tf":1.4142135623730951},"15":{"tf":1.0},"17":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"130":{"tf":1.0},"59":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"139":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"c":{"df":1,"docs":{"112":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":11,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.0},"102":{"tf":1.0},"106":{"tf":1.0},"108":{"tf":1.0},"112":{"tf":1.7320508075688772},"113":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"29":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0}}}}}}}}},"df":36,"docs":{"1":{"tf":1.0},"104":{"tf":2.0},"113":{"tf":1.0},"123":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"133":{"tf":1.4142135623730951},"135":{"tf":2.0},"136":{"tf":1.0},"138":{"tf":1.4142135623730951},"139":{"tf":2.449489742783178},"17":{"tf":1.7320508075688772},"18":{"tf":1.0},"2":{"tf":1.0},"23":{"tf":1.7320508075688772},"25":{"tf":1.7320508075688772},"26":{"tf":1.0},"27":{"tf":1.0},"38":{"tf":1.7320508075688772},"4":{"tf":1.0},"42":{"tf":1.0},"5":{"tf":1.7320508075688772},"51":{"tf":1.4142135623730951},"56":{"tf":1.0},"70":{"tf":1.0},"72":{"tf":1.0},"80":{"tf":1.7320508075688772},"84":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.4142135623730951},"91":{"tf":1.0},"97":{"tf":1.4142135623730951},"99":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"106":{"tf":1.0},"112":{"tf":1.4142135623730951}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"39":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":2,"docs":{"34":{"tf":1.0},"36":{"tf":1.0}},"u":{"df":0,"docs":{},"n":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":10,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"4":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":50,"docs":{"10":{"tf":1.7320508075688772},"102":{"tf":1.0},"104":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"12":{"tf":1.4142135623730951},"120":{"tf":1.0},"127":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"129":{"tf":2.449489742783178},"131":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"136":{"tf":1.7320508075688772},"138":{"tf":1.7320508075688772},"139":{"tf":2.0},"17":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"32":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"5":{"tf":1.0},"60":{"tf":1.7320508075688772},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.7320508075688772},"81":{"tf":1.4142135623730951},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.4142135623730951},"89":{"tf":1.0},"95":{"tf":1.4142135623730951},"97":{"tf":1.0},"99":{"tf":2.0}},"s":{"/":{"<":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"121":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"’":{"df":1,"docs":{"87":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"85":{"tf":1.0}},"{":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"85":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"104":{"tf":1.0},"117":{"tf":1.0},"29":{"tf":1.0},"36":{"tf":1.0},"85":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"85":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"111":{"tf":1.0},"128":{"tf":1.0},"3":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":4,"docs":{"109":{"tf":1.0},"117":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0}},"t":{"df":0,"docs":{},"y":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"139":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"m":{"df":0,"docs":{},"e":{"df":6,"docs":{"12":{"tf":1.4142135623730951},"138":{"tf":1.4142135623730951},"139":{"tf":1.0},"26":{"tf":1.0},"35":{"tf":1.0},"80":{"tf":1.4142135623730951}}},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"0":{"tf":1.0},"128":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"87":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"c":{"a":{"df":0,"docs":{},"p":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"117":{"tf":1.0}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"117":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"117":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"/":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":1,"docs":{"117":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"117":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"117":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"117":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"4":{"tf":1.0},"43":{"tf":1.0},"64":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":21,"docs":{"11":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"4":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"59":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"<":{"c":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":6,"docs":{"118":{"tf":1.0},"29":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.4142135623730951},"52":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":58,"docs":{"1":{"tf":1.0},"104":{"tf":2.23606797749979},"110":{"tf":1.0},"114":{"tf":1.4142135623730951},"117":{"tf":2.0},"12":{"tf":1.4142135623730951},"120":{"tf":1.0},"121":{"tf":1.4142135623730951},"122":{"tf":1.0},"123":{"tf":1.4142135623730951},"124":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"129":{"tf":2.23606797749979},"130":{"tf":1.4142135623730951},"133":{"tf":1.0},"134":{"tf":1.4142135623730951},"137":{"tf":1.0},"138":{"tf":1.7320508075688772},"139":{"tf":2.23606797749979},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.7320508075688772},"32":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.7320508075688772},"37":{"tf":1.0},"38":{"tf":1.7320508075688772},"39":{"tf":1.4142135623730951},"4":{"tf":1.0},"40":{"tf":1.4142135623730951},"42":{"tf":1.0},"44":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.7320508075688772},"58":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"79":{"tf":1.4142135623730951},"80":{"tf":1.7320508075688772},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.4142135623730951},"91":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"m":{"d":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"84":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":4,"docs":{"29":{"tf":1.4142135623730951},"36":{"tf":1.7320508075688772},"87":{"tf":1.0},"95":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":7,"docs":{"11":{"tf":1.0},"139":{"tf":1.4142135623730951},"20":{"tf":2.0},"5":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"59":{"tf":1.0},"89":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"70":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"75":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"d":{"df":17,"docs":{"104":{"tf":1.0},"11":{"tf":1.0},"116":{"tf":1.0},"123":{"tf":1.0},"133":{"tf":1.0},"138":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.4142135623730951},"61":{"tf":1.0},"7":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0}},"e":{"d":{"?":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"129":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":25,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"104":{"tf":1.0},"110":{"tf":1.0},"121":{"tf":1.0},"13":{"tf":1.0},"137":{"tf":1.0},"16":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"39":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"61":{"tf":1.0},"68":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"86":{"tf":1.0}},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"[":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"129":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"80":{"tf":1.0}}}},"df":0,"docs":{}},"f":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"112":{"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":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"a":{"d":{"d":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}}},"df":5,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"112":{"tf":1.7320508075688772},"113":{"tf":1.7320508075688772},"52":{"tf":2.23606797749979}}}},"n":{"d":{"df":2,"docs":{"4":{"tf":1.0},"77":{"tf":1.0}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":6,"docs":{"130":{"tf":1.0},"21":{"tf":1.7320508075688772},"24":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"57":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"29":{"tf":1.0},"36":{"tf":1.0}}}},"i":{"c":{"df":9,"docs":{"0":{"tf":1.0},"116":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"139":{"tf":1.0},"22":{"tf":1.0},"31":{"tf":1.0},"83":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":11,"docs":{"103":{"tf":1.0},"123":{"tf":1.4142135623730951},"130":{"tf":1.0},"133":{"tf":1.4142135623730951},"135":{"tf":1.0},"139":{"tf":1.0},"25":{"tf":1.0},"38":{"tf":1.0},"80":{"tf":1.0},"89":{"tf":1.4142135623730951},"99":{"tf":1.0}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"p":{"df":4,"docs":{"61":{"tf":1.0},"83":{"tf":1.0},"86":{"tf":1.0},"91":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":9,"docs":{"104":{"tf":1.0},"111":{"tf":1.0},"123":{"tf":1.0},"139":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"38":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":7,"docs":{"104":{"tf":1.0},"112":{"tf":1.0},"29":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"58":{"tf":1.0},"84":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"123":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"0":{"tf":1.0},"130":{"tf":1.0},"138":{"tf":1.0},"23":{"tf":1.4142135623730951},"73":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"134":{"tf":1.0}}},"r":{"df":1,"docs":{"73":{"tf":1.0}}}}}},"w":{"df":5,"docs":{"1":{"tf":1.0},"111":{"tf":1.0},"120":{"tf":1.0},"36":{"tf":1.0},"62":{"tf":1.0}},"n":{"df":1,"docs":{"127":{"tf":1.0}}}}}},"i":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"3":{"tf":1.0},"87":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":14,"docs":{"101":{"tf":1.0},"108":{"tf":1.0},"127":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.7320508075688772},"17":{"tf":1.0},"22":{"tf":1.7320508075688772},"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"38":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.0},"80":{"tf":1.7320508075688772},"87":{"tf":1.4142135623730951}},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"101":{"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":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"128":{"tf":1.0},"75":{"tf":1.0}}}}}},"df":2,"docs":{"36":{"tf":1.0},"48":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"76":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":4,"docs":{"112":{"tf":1.0},"4":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"26":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"66":{"tf":1.0},"73":{"tf":1.0}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":4,"docs":{"17":{"tf":1.0},"25":{"tf":1.0},"56":{"tf":1.0},"83":{"tf":1.0}}}}},"t":{"df":1,"docs":{"28":{"tf":1.0}}},"z":{"df":0,"docs":{},"e":{"df":2,"docs":{"22":{"tf":1.0},"52":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"89":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":4,"docs":{"139":{"tf":1.7320508075688772},"20":{"tf":1.0},"78":{"tf":1.0},"9":{"tf":1.0}}},"w":{"?":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"129":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"=":{"1":{"df":4,"docs":{"131":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"129":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"129":{"tf":1.0}},"s":{"[":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"129":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":8,"docs":{"129":{"tf":1.4142135623730951},"131":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.0},"20":{"tf":1.4142135623730951},"61":{"tf":1.0},"87":{"tf":1.0},"90":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"135":{"tf":1.0},"60":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"78":{"tf":1.0}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"15":{"tf":1.0},"38":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"df":3,"docs":{"114":{"tf":1.0},"138":{"tf":1.0},"64":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"107":{"tf":1.0},"113":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"o":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"72":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"102":{"tf":1.0}}}},"v":{"df":1,"docs":{"15":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"19":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":8,"docs":{"117":{"tf":1.0},"119":{"tf":1.0},"139":{"tf":1.0},"29":{"tf":1.0},"32":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":1.4142135623730951},"5":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"109":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":11,"docs":{"100":{"tf":1.0},"119":{"tf":1.0},"123":{"tf":1.0},"129":{"tf":1.0},"136":{"tf":1.0},"139":{"tf":1.0},"18":{"tf":1.0},"25":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"87":{"tf":1.0}},"i":{"df":3,"docs":{"139":{"tf":1.4142135623730951},"38":{"tf":1.0},"48":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":4,"docs":{"138":{"tf":1.0},"60":{"tf":1.0},"81":{"tf":1.0},"87":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"7":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.0}}}}}},"r":{"c":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"120":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"k":{"8":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"120":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"120":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":2,"docs":{"119":{"tf":1.0},"36":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":2,"docs":{"29":{"tf":1.7320508075688772},"36":{"tf":2.0}}},"df":0,"docs":{}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"139":{"tf":1.0},"70":{"tf":1.0},"72":{"tf":1.0}}}},"l":{"df":1,"docs":{"57":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":7,"docs":{"119":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"60":{"tf":1.0},"83":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"133":{"tf":1.0}}},"l":{"df":1,"docs":{"129":{"tf":1.0}},"e":{"d":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"129":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"58":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":2,"docs":{"46":{"tf":1.0},"7":{"tf":1.0}},"t":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"112":{"tf":1.0}}}}}}},"df":0,"docs":{}},"[":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":1,"docs":{"129":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"129":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"129":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"_":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"107":{"tf":1.0},"113":{"tf":1.0},"76":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":20,"docs":{"104":{"tf":1.0},"106":{"tf":1.0},"112":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.4142135623730951},"130":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"139":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.0},"25":{"tf":1.4142135623730951},"37":{"tf":1.0},"44":{"tf":1.0},"5":{"tf":1.0},"59":{"tf":1.0},"80":{"tf":1.0},"83":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.7320508075688772}},"u":{"df":0,"docs":{},"p":{"df":4,"docs":{"133":{"tf":1.0},"20":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":6,"docs":{"139":{"tf":1.7320508075688772},"22":{"tf":1.7320508075688772},"25":{"tf":1.0},"44":{"tf":1.4142135623730951},"55":{"tf":1.0},"76":{"tf":1.7320508075688772}}},"i":{"c":{"df":1,"docs":{"112":{"tf":1.0}}},"df":0,"docs":{}}},"y":{"df":5,"docs":{"11":{"tf":1.0},"113":{"tf":1.0},"138":{"tf":1.0},"40":{"tf":1.0},"78":{"tf":1.4142135623730951}}}},"d":{":":{":":{"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":8,"docs":{"4":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{":":{":":{"a":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"112":{"tf":1.0}}},"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":{":":{":":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"4":{"tf":1.0},"64":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":12,"docs":{"110":{"tf":1.4142135623730951},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":2.0},"13":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"16":{"tf":1.0},"59":{"tf":1.7320508075688772},"79":{"tf":1.4142135623730951},"87":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"11":{"tf":1.0},"138":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"p":{"df":3,"docs":{"104":{"tf":1.0},"139":{"tf":1.0},"25":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":2,"docs":{"116":{"tf":1.0},"117":{"tf":1.0}}}}}}},"df":2,"docs":{"112":{"tf":1.0},"113":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"139":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"66":{"tf":1.0},"73":{"tf":1.4142135623730951}}}}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"104":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"32":{"tf":1.0},"52":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"110":{"tf":1.0},"121":{"tf":1.0},"125":{"tf":1.0},"29":{"tf":1.0},"75":{"tf":1.0}}}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"123":{"tf":1.4142135623730951}}}}}},"u":{"b":{"df":1,"docs":{"44":{"tf":1.0}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":6,"docs":{"118":{"tf":1.0},"129":{"tf":1.4142135623730951},"134":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"65":{"tf":1.0}}}},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"19":{"tf":1.0}}}}},"df":10,"docs":{"0":{"tf":1.0},"130":{"tf":1.0},"135":{"tf":1.4142135623730951},"139":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"65":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"0":{"tf":1.0},"139":{"tf":1.0}}}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":10,"docs":{"104":{"tf":1.0},"123":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"17":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0},"8":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"135":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"135":{"tf":1.0},"24":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"80":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"84":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"24":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"129":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":4,"docs":{"119":{"tf":1.0},"122":{"tf":1.0},"129":{"tf":1.4142135623730951},"77":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"26":{"tf":1.0},"61":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"67":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"55":{"tf":1.0},"68":{"tf":1.0},"70":{"tf":1.0},"72":{"tf":1.0}}}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"138":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"130":{"tf":1.0}}}}}}},"n":{"c":{"df":3,"docs":{"36":{"tf":1.0},"4":{"tf":1.0},"77":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"29":{"tf":1.0}}}}}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"x":{"df":3,"docs":{"39":{"tf":1.0},"53":{"tf":1.0},"68":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":7,"docs":{"104":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":2.23606797749979},"15":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951}}}}}}}},"t":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.4142135623730951}}},"k":{"df":0,"docs":{},"e":{"df":2,"docs":{"20":{"tf":1.0},"89":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"2":{"0":{"df":2,"docs":{"57":{"tf":1.0},"73":{"tf":1.0}}},"df":0,"docs":{}},"3":{"0":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}},"4":{"5":{"df":2,"docs":{"21":{"tf":1.0},"67":{"tf":1.0}}},"df":0,"docs":{}},"df":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":{"129":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"112":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"113":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":4,"docs":{"112":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"138":{"tf":1.4142135623730951},"38":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"104":{"tf":1.0}}}}},"d":{"df":4,"docs":{"101":{"tf":1.0},"129":{"tf":1.7320508075688772},"42":{"tf":1.0},"85":{"tf":1.0}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":4,"docs":{"123":{"tf":1.0},"15":{"tf":1.4142135623730951},"54":{"tf":1.0},"58":{"tf":1.0}}},"r":{"df":1,"docs":{"25":{"tf":1.0}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"72":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":1,"docs":{"73":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"c":{"a":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"71":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"67":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":1,"docs":{"64":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"=":{"9":{"0":{"9":{"1":{"df":1,"docs":{"136":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"130":{"tf":1.0},"99":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"72":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"65":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":75,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.0},"104":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"11":{"tf":1.0},"111":{"tf":1.0},"114":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.4142135623730951},"127":{"tf":1.0},"13":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"131":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.4142135623730951},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.4142135623730951},"139":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.7320508075688772},"16":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"2":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"24":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":2.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"41":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.7320508075688772},"60":{"tf":1.4142135623730951},"63":{"tf":1.0},"64":{"tf":1.0},"67":{"tf":1.4142135623730951},"68":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.4142135623730951},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951},"75":{"tf":1.0},"77":{"tf":1.7320508075688772},"86":{"tf":1.0},"87":{"tf":1.0},"89":{"tf":1.7320508075688772},"9":{"tf":1.0},"90":{"tf":1.0},"92":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"108":{"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":{"107":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"106":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"{":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":2,"docs":{"4":{"tf":1.0},"64":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"113":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"112":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"112":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"109":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"12":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{":":{":":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":2,"docs":{"4":{"tf":1.0},"64":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"4":{"tf":1.0},"64":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"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":{},"t":{":":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":4,"docs":{"136":{"tf":1.4142135623730951},"92":{"tf":1.0},"93":{"tf":1.7320508075688772},"94":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"v":{"1":{"df":1,"docs":{"93":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":2,"docs":{"36":{"tf":1.0},"92":{"tf":1.0}}}}},"s":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":3,"docs":{"128":{"tf":1.0},"133":{"tf":1.0},"5":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"20":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"15":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"26":{"tf":1.0},"80":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"e":{"df":20,"docs":{"0":{"tf":1.0},"118":{"tf":1.0},"129":{"tf":1.0},"135":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"20":{"tf":1.7320508075688772},"24":{"tf":1.0},"25":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.0},"73":{"tf":1.0},"78":{"tf":1.7320508075688772},"82":{"tf":1.0},"87":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"129":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":9,"docs":{"126":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"131":{"tf":1.0},"133":{"tf":1.4142135623730951},"85":{"tf":1.0},"87":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"78":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"42":{"tf":1.0},"66":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"87":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"4":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"73":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0}}}}},"o":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"129":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"{":{"df":0,"docs":{},"i":{"df":1,"docs":{"129":{"tf":1.0}}}}}}}}}}}}}},"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"3":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":2,"docs":{"29":{"tf":1.0},"36":{"tf":1.0}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":27,"docs":{"104":{"tf":1.7320508075688772},"109":{"tf":1.0},"112":{"tf":1.4142135623730951},"116":{"tf":1.4142135623730951},"117":{"tf":1.7320508075688772},"121":{"tf":1.0},"123":{"tf":1.0},"134":{"tf":1.4142135623730951},"139":{"tf":1.4142135623730951},"17":{"tf":1.7320508075688772},"21":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":2.0},"31":{"tf":1.0},"32":{"tf":1.4142135623730951},"36":{"tf":1.7320508075688772},"38":{"tf":1.0},"44":{"tf":1.4142135623730951},"46":{"tf":1.7320508075688772},"49":{"tf":1.0},"59":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.4142135623730951},"70":{"tf":1.0},"80":{"tf":1.0}},"y":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"g":{"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":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"112":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{".":{"df":0,"docs":{},"r":{"df":2,"docs":{"31":{"tf":1.0},"32":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"117":{"tf":1.0},"36":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"123":{"tf":1.0},"139":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":5,"docs":{"128":{"tf":1.0},"131":{"tf":1.4142135623730951},"85":{"tf":1.0},"87":{"tf":1.0},"90":{"tf":1.0}}},"k":{"df":1,"docs":{"25":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"60":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":16,"docs":{"104":{"tf":1.0},"106":{"tf":1.0},"11":{"tf":1.0},"117":{"tf":1.0},"139":{"tf":1.4142135623730951},"15":{"tf":1.0},"17":{"tf":1.7320508075688772},"21":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"35":{"tf":1.4142135623730951},"36":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.0},"85":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":14,"docs":{"110":{"tf":1.0},"111":{"tf":1.0},"117":{"tf":2.23606797749979},"118":{"tf":1.0},"119":{"tf":1.7320508075688772},"121":{"tf":1.0},"123":{"tf":1.0},"29":{"tf":1.0},"32":{"tf":1.7320508075688772},"36":{"tf":2.0},"37":{"tf":1.0},"43":{"tf":1.0},"52":{"tf":1.4142135623730951},"77":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":37,"docs":{"0":{"tf":1.7320508075688772},"11":{"tf":2.23606797749979},"118":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"127":{"tf":1.0},"129":{"tf":2.449489742783178},"130":{"tf":1.0},"133":{"tf":1.7320508075688772},"134":{"tf":1.7320508075688772},"135":{"tf":2.23606797749979},"138":{"tf":1.0},"139":{"tf":1.7320508075688772},"22":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.4142135623730951},"44":{"tf":2.0},"47":{"tf":1.7320508075688772},"48":{"tf":2.0},"55":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"61":{"tf":1.7320508075688772},"63":{"tf":1.7320508075688772},"65":{"tf":2.0},"66":{"tf":2.0},"67":{"tf":1.0},"71":{"tf":1.4142135623730951},"72":{"tf":1.0},"73":{"tf":1.0},"75":{"tf":2.449489742783178},"76":{"tf":1.4142135623730951},"79":{"tf":1.0},"85":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"d":{"a":{"df":1,"docs":{"135":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"5":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"5":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"139":{"tf":1.0},"76":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"139":{"tf":1.0},"76":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"87":{"tf":1.0}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"m":{"d":{"df":1,"docs":{"121":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"121":{"tf":1.0},"36":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"125":{"tf":1.0},"129":{"tf":2.0},"87":{"tf":1.0}}}},"df":1,"docs":{"12":{"tf":1.0}},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"139":{"tf":1.4142135623730951},"41":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"56":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":3,"docs":{"102":{"tf":1.0},"124":{"tf":1.0},"13":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"77":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"138":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"25":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":2,"docs":{"123":{"tf":1.0},"59":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"81":{"tf":1.0}}}}},"x":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}}}},"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"100":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":5,"docs":{"129":{"tf":1.7320508075688772},"20":{"tf":1.0},"36":{"tf":1.0},"63":{"tf":1.7320508075688772},"70":{"tf":1.7320508075688772}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":7,"docs":{"116":{"tf":1.0},"117":{"tf":1.0},"139":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"75":{"tf":1.0}}}}}},"u":{"1":{"6":{"df":1,"docs":{"58":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"6":{"4":{"df":2,"docs":{"52":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"77":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"81":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":10,"docs":{"104":{"tf":1.0},"106":{"tf":1.0},"11":{"tf":1.0},"139":{"tf":1.0},"15":{"tf":1.4142135623730951},"2":{"tf":1.0},"55":{"tf":1.0},"63":{"tf":1.4142135623730951},"65":{"tf":1.0},"70":{"tf":1.7320508075688772}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"13":{"tf":1.0},"18":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"96":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"df":1,"docs":{"60":{"tf":1.0}}}},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"129":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"87":{"tf":1.0}}}}},"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":1,"docs":{"61":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"113":{"tf":1.0},"130":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"94":{"tf":1.0}}}}}},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}},"df":4,"docs":{"17":{"tf":1.0},"7":{"tf":1.0},"87":{"tf":1.0},"99":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"38":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":8,"docs":{"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.4142135623730951},"121":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0},"61":{"tf":1.0}}}},"df":37,"docs":{"10":{"tf":1.0},"102":{"tf":1.0},"104":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.4142135623730951},"108":{"tf":1.0},"11":{"tf":1.0},"112":{"tf":2.23606797749979},"113":{"tf":1.7320508075688772},"12":{"tf":1.4142135623730951},"123":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"136":{"tf":1.0},"138":{"tf":1.4142135623730951},"139":{"tf":1.7320508075688772},"4":{"tf":2.0},"47":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"64":{"tf":2.23606797749979},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.4142135623730951},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"87":{"tf":1.0},"89":{"tf":1.4142135623730951},"93":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"123":{"tf":1.0},"133":{"tf":1.0},"22":{"tf":1.7320508075688772},"27":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.7320508075688772},"70":{"tf":1.4142135623730951}},"s":{"(":{"1":{"0":{"df":5,"docs":{"11":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"66":{"tf":1.0},"73":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":5,"docs":{"133":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.0},"61":{"tf":1.0},"71":{"tf":1.0}}},"df":0,"docs":{}},"3":{"0":{"df":2,"docs":{"55":{"tf":1.0},"72":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":2,"docs":{"65":{"tf":1.0},"67":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"z":{"df":4,"docs":{"112":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"47":{"tf":1.0},"77":{"tf":2.449489742783178}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"114":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"29":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951}}}},"x":{"df":0,"docs":{},"o":{"df":2,"docs":{"139":{"tf":1.4142135623730951},"76":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{},"s":{"(":{"2":{"df":6,"docs":{"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"4":{"tf":1.0},"65":{"tf":1.0},"7":{"tf":1.0}}},"3":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"133":{"tf":1.0},"44":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":8,"docs":{"11":{"tf":1.0},"134":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"64":{"tf":1.0},"66":{"tf":1.0},"71":{"tf":1.0}}},"4":{"df":3,"docs":{"21":{"tf":1.0},"67":{"tf":1.0},"72":{"tf":1.0}}},"5":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"134":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"46":{"tf":1.0},"57":{"tf":1.0}}},"7":{"df":1,"docs":{"73":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":37,"docs":{"0":{"tf":2.0},"101":{"tf":1.4142135623730951},"104":{"tf":1.0},"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"123":{"tf":1.4142135623730951},"127":{"tf":1.0},"128":{"tf":1.4142135623730951},"129":{"tf":2.23606797749979},"133":{"tf":1.4142135623730951},"134":{"tf":1.4142135623730951},"135":{"tf":1.7320508075688772},"138":{"tf":1.0},"139":{"tf":2.0},"15":{"tf":1.4142135623730951},"26":{"tf":1.0},"29":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"63":{"tf":2.0},"64":{"tf":1.4142135623730951},"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.7320508075688772},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"75":{"tf":1.0},"85":{"tf":1.0},"89":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":3,"docs":{"100":{"tf":1.0},"139":{"tf":1.0},"76":{"tf":1.0}}}},"r":{"df":2,"docs":{"130":{"tf":1.0},"99":{"tf":1.0}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"131":{"tf":1.0},"139":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"20":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"!":{"[":{"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":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":1,"docs":{"112":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":1,"docs":{"112":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"131":{"tf":1.0},"90":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":3,"docs":{"138":{"tf":1.0},"23":{"tf":1.0},"73":{"tf":1.0}},"f":{"df":3,"docs":{"26":{"tf":1.0},"76":{"tf":1.0},"89":{"tf":1.0}},"i":{"df":20,"docs":{"0":{"tf":1.0},"123":{"tf":1.0},"129":{"tf":1.4142135623730951},"133":{"tf":1.0},"135":{"tf":1.4142135623730951},"136":{"tf":1.0},"139":{"tf":1.4142135623730951},"17":{"tf":1.0},"42":{"tf":1.0},"51":{"tf":1.0},"55":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.4142135623730951},"67":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.7320508075688772},"77":{"tf":1.0},"78":{"tf":1.0},"87":{"tf":1.0},"96":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"26":{"tf":1.0}}}}}},"i":{"a":{"df":7,"docs":{"100":{"tf":1.0},"119":{"tf":1.0},"127":{"tf":1.0},"139":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0},"49":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"36":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"80":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":1,"docs":{"61":{"tf":1.0}}}},"w":{"[":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"25":{"tf":1.0}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"139":{"tf":1.4142135623730951},"17":{"tf":1.0},"25":{"tf":1.0},"80":{"tf":1.0},"89":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"20":{"tf":2.0}},"e":{"df":0,"docs":{},"t":{"df":22,"docs":{"104":{"tf":1.0},"106":{"tf":1.0},"11":{"tf":1.4142135623730951},"116":{"tf":1.7320508075688772},"123":{"tf":1.0},"129":{"tf":1.7320508075688772},"130":{"tf":1.0},"133":{"tf":1.4142135623730951},"134":{"tf":1.4142135623730951},"135":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.4142135623730951},"61":{"tf":2.0},"75":{"tf":1.0},"76":{"tf":1.7320508075688772},"85":{"tf":1.0},"87":{"tf":1.0}},"s":{"(":{"1":{"0":{"0":{"0":{"df":1,"docs":{"61":{"tf":1.0}}},"df":2,"docs":{"134":{"tf":1.0},"72":{"tf":1.0}}},"df":5,"docs":{"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"65":{"tf":1.0},"67":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":5,"docs":{"11":{"tf":1.0},"134":{"tf":1.0},"61":{"tf":1.0},"66":{"tf":1.0},"73":{"tf":1.0}}},"df":0,"docs":{}},"5":{"0":{"df":3,"docs":{"133":{"tf":1.0},"47":{"tf":1.0},"71":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":4,"docs":{"129":{"tf":1.0},"130":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"121":{"tf":1.0},"19":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"89":{"tf":1.0}}}},"y":{"df":1,"docs":{"19":{"tf":1.0}}}},"df":1,"docs":{"25":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"’":{"df":3,"docs":{"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"123":{"tf":1.0},"139":{"tf":1.0},"59":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"129":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"129":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":8,"docs":{"104":{"tf":1.0},"123":{"tf":1.0},"139":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.4142135623730951},"38":{"tf":1.0},"42":{"tf":1.0},"80":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"106":{"tf":1.0},"114":{"tf":1.0},"83":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"114":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"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":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"2":{"0":{"df":2,"docs":{"66":{"tf":1.0},"73":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"0":{"df":6,"docs":{"135":{"tf":1.0},"4":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0},"64":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}},"4":{"5":{"df":1,"docs":{"11":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":2,"docs":{"23":{"tf":1.0},"56":{"tf":1.0}}},"6":{"0":{"0":{"df":1,"docs":{"72":{"tf":1.0}}},"df":6,"docs":{"135":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.0},"55":{"tf":1.0},"65":{"tf":1.0},"71":{"tf":1.0}}},"df":0,"docs":{}},"9":{"0":{"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":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":2,"docs":{"130":{"tf":1.0},"139":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"0":{"df":1,"docs":{"114":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"0":{"tf":1.0},"133":{"tf":1.0},"22":{"tf":1.0},"78":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"1":{"tf":1.0},"26":{"tf":1.0},"44":{"tf":1.0},"59":{"tf":1.0},"75":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":7,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"64":{"tf":1.0},"66":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":8,"docs":{"118":{"tf":1.0},"125":{"tf":1.0},"29":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"52":{"tf":1.0},"61":{"tf":1.0},"68":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"121":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"121":{"tf":1.0},"37":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":2,"docs":{"121":{"tf":1.0},"37":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"36":{"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":{"52":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"df":1,"docs":{"129":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":58,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"101":{"tf":1.4142135623730951},"102":{"tf":1.0},"104":{"tf":2.23606797749979},"106":{"tf":1.4142135623730951},"107":{"tf":1.0},"108":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.4142135623730951},"112":{"tf":2.23606797749979},"113":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":2.6457513110645907},"121":{"tf":1.0},"123":{"tf":1.7320508075688772},"126":{"tf":1.0},"129":{"tf":2.449489742783178},"130":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.4142135623730951},"135":{"tf":1.0},"138":{"tf":1.4142135623730951},"139":{"tf":2.23606797749979},"17":{"tf":1.4142135623730951},"25":{"tf":2.23606797749979},"26":{"tf":1.4142135623730951},"27":{"tf":1.0},"29":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.7320508075688772},"36":{"tf":1.7320508075688772},"37":{"tf":1.0},"38":{"tf":1.7320508075688772},"39":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":2.0},"42":{"tf":2.0},"47":{"tf":1.4142135623730951},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.4142135623730951},"57":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.7320508075688772},"65":{"tf":1.0},"66":{"tf":1.0},"70":{"tf":1.0},"75":{"tf":1.4142135623730951},"76":{"tf":1.0},"77":{"tf":1.0},"79":{"tf":1.4142135623730951},"80":{"tf":1.7320508075688772},"85":{"tf":1.0},"87":{"tf":1.4142135623730951}},"s":{"/":{"<":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{">":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"118":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":1,"docs":{"118":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"33":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"d":{"a":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"33":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"117":{"tf":1.0},"118":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"118":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"33":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":5,"docs":{"110":{"tf":1.0},"121":{"tf":1.0},"28":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"16":{"tf":1.0},"18":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"e":{"df":2,"docs":{"129":{"tf":3.0},"138":{"tf":1.0}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"’":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"132":{"tf":1.0}}}},"r":{"df":2,"docs":{"11":{"tf":1.0},"55":{"tf":1.0}}}}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":3,"docs":{"129":{"tf":2.23606797749979},"139":{"tf":1.0},"89":{"tf":1.0}}}}}}}},"breadcrumbs":{"root":{"0":{"df":19,"docs":{"10":{"tf":1.0},"101":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"127":{"tf":1.0},"13":{"tf":1.0},"133":{"tf":1.4142135623730951},"134":{"tf":1.0},"135":{"tf":1.0},"2":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}},"1":{"0":{"/":{"df":1,"docs":{"63":{"tf":1.0}}},"0":{"df":2,"docs":{"135":{"tf":1.0},"71":{"tf":1.0}}},"df":11,"docs":{"11":{"tf":1.0},"135":{"tf":1.0},"23":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.4142135623730951},"70":{"tf":2.0},"71":{"tf":1.0},"72":{"tf":1.0}}},"2":{"0":{"df":2,"docs":{"63":{"tf":1.0},"70":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":1,"docs":{"70":{"tf":1.0}}},"df":9,"docs":{"126":{"tf":1.4142135623730951},"134":{"tf":1.0},"23":{"tf":1.0},"49":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951},"70":{"tf":1.0},"92":{"tf":1.4142135623730951}},"–":{"2":{"df":1,"docs":{"56":{"tf":1.0}}},"df":0,"docs":{}}},"2":{"0":{"/":{"df":1,"docs":{"70":{"tf":1.0}}},"df":5,"docs":{"11":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"58":{"tf":1.0},"61":{"tf":1.0},"71":{"tf":1.0}}},"df":12,"docs":{"127":{"tf":1.4142135623730951},"139":{"tf":1.0},"20":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.4142135623730951},"7":{"tf":1.0},"70":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951},"9":{"tf":1.0},"93":{"tf":1.4142135623730951}}},"3":{"0":{"0":{"0":{"df":1,"docs":{"133":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"1":{"0":{"df":1,"docs":{"133":{"tf":1.0}}},"df":0,"docs":{}},"df":7,"docs":{"133":{"tf":1.0},"20":{"tf":1.0},"5":{"tf":1.0},"56":{"tf":1.0},"63":{"tf":1.0},"70":{"tf":1.0},"89":{"tf":1.0}}},"df":8,"docs":{"128":{"tf":1.4142135623730951},"135":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951}}},"4":{"0":{"0":{"0":{"df":1,"docs":{"133":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":5,"docs":{"10":{"tf":1.4142135623730951},"129":{"tf":1.4142135623730951},"63":{"tf":1.0},"70":{"tf":1.0},"95":{"tf":1.4142135623730951}}},"5":{"/":{"df":2,"docs":{"63":{"tf":1.4142135623730951},"70":{"tf":1.0}}},"0":{"df":2,"docs":{"47":{"tf":1.0},"71":{"tf":1.0}}},"df":11,"docs":{"11":{"tf":1.0},"130":{"tf":1.4142135623730951},"2":{"tf":1.0},"20":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"63":{"tf":1.7320508075688772},"70":{"tf":1.7320508075688772},"96":{"tf":1.4142135623730951}},"–":{"1":{"0":{"df":1,"docs":{"56":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"→":{"1":{"0":{"df":0,"docs":{},"→":{"2":{"0":{"/":{"df":1,"docs":{"70":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"6":{"0":{"0":{"df":1,"docs":{"70":{"tf":1.0}}},"df":3,"docs":{"20":{"tf":1.0},"63":{"tf":1.0},"70":{"tf":1.0}}},"df":2,"docs":{"131":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951}}},"7":{"df":2,"docs":{"70":{"tf":1.0},"73":{"tf":1.0}}},"9":{"0":{"9":{"0":{"df":2,"docs":{"136":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":10,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"4":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"112":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"a":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"17":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"139":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"103":{"tf":1.0},"117":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":8,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.4142135623730951},"136":{"tf":1.0},"60":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"93":{"tf":1.0},"99":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"11":{"tf":1.0},"47":{"tf":1.4142135623730951},"76":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"139":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"104":{"tf":1.0},"112":{"tf":1.0},"139":{"tf":1.4142135623730951},"21":{"tf":1.0}}}},"v":{"df":9,"docs":{"104":{"tf":1.0},"112":{"tf":1.0},"17":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"38":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.0},"42":{"tf":1.0},"80":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":5,"docs":{"132":{"tf":1.0},"22":{"tf":1.0},"61":{"tf":1.0},"76":{"tf":1.7320508075688772},"77":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.4142135623730951}}}}},"d":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"[":{"a":{"d":{"d":{"df":1,"docs":{"129":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":19,"docs":{"11":{"tf":1.7320508075688772},"110":{"tf":1.0},"114":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.7320508075688772},"119":{"tf":1.4142135623730951},"120":{"tf":1.0},"121":{"tf":2.449489742783178},"130":{"tf":1.4142135623730951},"133":{"tf":1.0},"134":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.4142135623730951},"52":{"tf":1.7320508075688772},"55":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"79":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"139":{"tf":1.0},"91":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"106":{"tf":1.0},"76":{"tf":1.0}}}}}},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"[":{"a":{"d":{"d":{"df":1,"docs":{"129":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":8,"docs":{"104":{"tf":1.0},"106":{"tf":1.7320508075688772},"107":{"tf":1.4142135623730951},"108":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"111":{"tf":1.0},"119":{"tf":1.0},"86":{"tf":1.0}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"123":{"tf":1.0},"59":{"tf":1.0},"62":{"tf":1.0},"87":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"136":{"tf":1.0}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":12,"docs":{"68":{"tf":1.0},"69":{"tf":2.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}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"76":{"tf":1.0}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"107":{"tf":1.0}}},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"129":{"tf":1.0},"68":{"tf":1.0},"70":{"tf":1.0},"73":{"tf":1.7320508075688772}}}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"87":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":3,"docs":{"138":{"tf":1.0},"38":{"tf":1.0},"80":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"133":{"tf":1.0}}},"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":41,"docs":{"10":{"tf":1.0},"100":{"tf":1.0},"101":{"tf":1.0},"11":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"118":{"tf":1.0},"12":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"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},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":3,"docs":{"139":{"tf":1.0},"44":{"tf":1.0},"56":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":3,"docs":{"133":{"tf":1.0},"136":{"tf":1.0},"93":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"a":{"df":0,"docs":{},"y":{"df":3,"docs":{"138":{"tf":1.0},"23":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":3,"docs":{"121":{"tf":1.0},"36":{"tf":1.7320508075688772},"37":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"137":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"i":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"117":{"tf":1.0},"29":{"tf":1.0}}}}},"df":16,"docs":{"101":{"tf":1.7320508075688772},"117":{"tf":1.0},"118":{"tf":1.7320508075688772},"121":{"tf":1.0},"123":{"tf":1.0},"127":{"tf":1.0},"13":{"tf":1.4142135623730951},"16":{"tf":1.4142135623730951},"32":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"135":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":18,"docs":{"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.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":27,"docs":{"11":{"tf":1.4142135623730951},"133":{"tf":1.0},"134":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.7320508075688772},"4":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":2.449489742783178},"46":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.4142135623730951},"57":{"tf":2.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.0},"61":{"tf":1.4142135623730951},"64":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.7320508075688772},"67":{"tf":1.7320508075688772},"7":{"tf":1.0},"71":{"tf":1.4142135623730951},"72":{"tf":1.7320508075688772},"73":{"tf":1.7320508075688772}}},"y":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"52":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"60":{"tf":1.0}}}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"0":{"tf":1.0},"13":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"101":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"87":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":11,"docs":{"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"102":{"tf":1.0},"24":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"104":{"tf":1.0},"35":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":16,"docs":{"104":{"tf":1.0},"107":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.4142135623730951},"15":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"51":{"tf":1.0},"56":{"tf":1.0},"78":{"tf":1.0},"87":{"tf":1.0}}}},"t":{"df":4,"docs":{"29":{"tf":1.0},"36":{"tf":1.4142135623730951},"87":{"tf":1.0},"95":{"tf":1.7320508075688772}}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"0":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{":":{":":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"112":{"tf":1.0},"113":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"112":{"tf":1.0},"113":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":14,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"106":{"tf":1.0},"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"4":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":2.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"104":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":6,"docs":{"114":{"tf":1.0},"123":{"tf":1.0},"25":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"136":{"tf":1.0},"96":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"r":{"df":9,"docs":{"1":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"24":{"tf":1.0},"38":{"tf":1.7320508075688772},"39":{"tf":1.0},"61":{"tf":1.0},"68":{"tf":1.0},"80":{"tf":1.0}}}}},"o":{"df":1,"docs":{"139":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"114":{"tf":1.0},"89":{"tf":1.4142135623730951},"99":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":22,"docs":{"0":{"tf":1.7320508075688772},"104":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.7320508075688772},"127":{"tf":1.0},"130":{"tf":1.4142135623730951},"133":{"tf":1.0},"134":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"15":{"tf":1.4142135623730951},"17":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.0},"41":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"80":{"tf":1.0},"87":{"tf":1.4142135623730951},"93":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"137":{"tf":1.0},"22":{"tf":1.0},"87":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"w":{"df":1,"docs":{"119":{"tf":1.0}}}},"b":{"(":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"17":{"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":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":10,"docs":{"102":{"tf":1.0},"108":{"tf":1.0},"119":{"tf":1.4142135623730951},"121":{"tf":1.0},"17":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"86":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":1,"docs":{"128":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"d":{"df":6,"docs":{"19":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0},"75":{"tf":1.0}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"139":{"tf":1.0},"76":{"tf":2.8284271247461903},"83":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"139":{"tf":1.0},"81":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"104":{"tf":1.0},"107":{"tf":1.0},"113":{"tf":1.0},"57":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951}}}}}},"i":{"c":{"df":3,"docs":{"63":{"tf":1.0},"64":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{}}}},"df":2,"docs":{"17":{"tf":1.0},"57":{"tf":1.0}},"e":{"c":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"113":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"127":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":11,"docs":{"104":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.4142135623730951},"134":{"tf":1.0},"139":{"tf":1.4142135623730951},"47":{"tf":1.0},"50":{"tf":1.0},"59":{"tf":1.0},"72":{"tf":1.0},"80":{"tf":1.0},"87":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"85":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":9,"docs":{"138":{"tf":1.0},"139":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0},"57":{"tf":1.0},"80":{"tf":1.0},"84":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"139":{"tf":1.0}}}},"w":{"df":1,"docs":{"70":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":13,"docs":{"137":{"tf":1.0},"39":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.7320508075688772},"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},"68":{"tf":1.0},"82":{"tf":1.0}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":7,"docs":{"139":{"tf":1.0},"15":{"tf":1.0},"26":{"tf":1.0},"61":{"tf":1.0},"77":{"tf":1.0},"80":{"tf":1.0},"83":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"91":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":6,"docs":{"120":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"36":{"tf":1.0},"87":{"tf":1.0},"92":{"tf":1.0}}}}},"df":5,"docs":{"131":{"tf":1.0},"36":{"tf":1.0},"5":{"tf":1.0},"89":{"tf":1.0},"97":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"b":{"/":{"df":2,"docs":{"63":{"tf":1.0},"70":{"tf":1.4142135623730951}}},"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{"0":{"df":1,"docs":{"49":{"tf":1.0}}},"df":1,"docs":{"66":{"tf":1.0}}},"2":{"df":1,"docs":{"72":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":10,"docs":{"0":{"tf":1.7320508075688772},"118":{"tf":1.0},"123":{"tf":1.0},"139":{"tf":2.23606797749979},"22":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0},"49":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"101":{"tf":1.0}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"100":{"tf":1.0}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"77":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"119":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":33,"docs":{"0":{"tf":1.0},"104":{"tf":1.0},"108":{"tf":1.0},"11":{"tf":1.0},"118":{"tf":1.4142135623730951},"123":{"tf":1.0},"127":{"tf":1.4142135623730951},"128":{"tf":1.0},"129":{"tf":2.0},"130":{"tf":1.0},"135":{"tf":2.6457513110645907},"138":{"tf":2.0},"139":{"tf":2.8284271247461903},"20":{"tf":2.6457513110645907},"22":{"tf":1.4142135623730951},"23":{"tf":2.23606797749979},"25":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.7320508075688772},"56":{"tf":2.0},"59":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"76":{"tf":1.7320508075688772},"77":{"tf":1.0},"78":{"tf":2.449489742783178},"8":{"tf":1.0},"89":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"139":{"tf":1.0}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"0":{"tf":1.0},"1":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"123":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.0},"66":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"104":{"tf":1.0},"36":{"tf":1.0}}}}},"df":1,"docs":{"78":{"tf":1.0}}},"df":0,"docs":{}}},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":8,"docs":{"4":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"26":{"tf":1.0},"71":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"20":{"tf":1.0}}}}}},"o":{"a":{"d":{"df":1,"docs":{"104":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"22":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"g":{"df":2,"docs":{"128":{"tf":1.0},"57":{"tf":1.0}}},"i":{"df":0,"docs":{},"l":{"d":{"df":27,"docs":{"104":{"tf":1.0},"11":{"tf":1.0},"114":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"136":{"tf":1.0},"16":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"25":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.4142135623730951},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"59":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"92":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{".":{"df":0,"docs":{},"r":{"df":3,"docs":{"118":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.0}}}},"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}}}},"df":17,"docs":{"116":{"tf":1.4142135623730951},"117":{"tf":1.0},"118":{"tf":1.7320508075688772},"121":{"tf":1.0},"123":{"tf":1.4142135623730951},"129":{"tf":1.4142135623730951},"13":{"tf":1.0},"16":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"36":{"tf":1.7320508075688772},"39":{"tf":1.0},"44":{"tf":2.8284271247461903},"52":{"tf":1.7320508075688772},"53":{"tf":1.0},"68":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":4,"docs":{"130":{"tf":1.0},"133":{"tf":1.0},"15":{"tf":1.0},"3":{"tf":1.0}}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":4,"docs":{"104":{"tf":1.0},"106":{"tf":1.0},"112":{"tf":1.7320508075688772},"114":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"z":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"77":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"c":{"(":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"17":{"tf":1.0}}}}}}}}},"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":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"25":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"22":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"138":{"tf":1.0},"139":{"tf":1.0}},"e":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"129":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":1,"docs":{"129":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"20":{"tf":1.0},"78":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"129":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":8,"docs":{"101":{"tf":1.4142135623730951},"114":{"tf":1.0},"129":{"tf":1.7320508075688772},"130":{"tf":1.0},"133":{"tf":1.0},"139":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"112":{"tf":1.0}}}}}},"p":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"l":{"df":8,"docs":{"104":{"tf":1.0},"110":{"tf":1.0},"117":{"tf":1.0},"119":{"tf":1.0},"139":{"tf":1.0},"29":{"tf":1.0},"35":{"tf":1.0},"79":{"tf":1.0}}}},"c":{"df":4,"docs":{"129":{"tf":1.0},"135":{"tf":1.0},"69":{"tf":1.0},"71":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"104":{"tf":1.0},"138":{"tf":1.0},"80":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":4,"docs":{"131":{"tf":1.0},"5":{"tf":1.0},"89":{"tf":1.0},"97":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"60":{"tf":1.0},"73":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"56":{"tf":1.0},"72":{"tf":1.0},"78":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":3,"docs":{"130":{"tf":1.7320508075688772},"59":{"tf":1.0},"61":{"tf":1.0}}}}},"df":1,"docs":{"17":{"tf":1.0}},"f":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"29":{"tf":1.0},"36":{"tf":1.0}}},"df":0,"docs":{}}}}}},"h":{"/":{"df":2,"docs":{"63":{"tf":1.0},"70":{"tf":1.4142135623730951}}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"139":{"tf":1.0},"44":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"1":{"tf":1.0},"117":{"tf":1.0},"121":{"tf":1.0},"76":{"tf":1.4142135623730951}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"2":{"df":1,"docs":{"66":{"tf":1.0}}},"5":{"df":2,"docs":{"49":{"tf":1.0},"72":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"df":2,"docs":{"0":{"tf":1.0},"139":{"tf":1.0}}},"df":0,"docs":{}}}},"df":4,"docs":{"123":{"tf":1.0},"139":{"tf":2.23606797749979},"41":{"tf":1.0},"49":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"o":{"df":21,"docs":{"119":{"tf":1.0},"123":{"tf":1.0},"129":{"tf":1.7320508075688772},"130":{"tf":1.4142135623730951},"134":{"tf":1.7320508075688772},"138":{"tf":1.4142135623730951},"139":{"tf":1.4142135623730951},"21":{"tf":2.23606797749979},"29":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"50":{"tf":2.23606797749979},"57":{"tf":2.0},"63":{"tf":1.0},"67":{"tf":1.7320508075688772},"68":{"tf":1.0},"70":{"tf":1.0},"73":{"tf":2.0},"77":{"tf":1.0},"79":{"tf":1.4142135623730951}},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"df":0,"docs":{},"r":{"df":1,"docs":{"36":{"tf":1.0}}}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"50":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"118":{"tf":1.0},"29":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"104":{"tf":1.0},"38":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":2,"docs":{"29":{"tf":1.0},"36":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"123":{"tf":1.4142135623730951}}}},"c":{"df":0,"docs":{},"k":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"19":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"c":{"a":{"d":{"df":1,"docs":{"129":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"[":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"129":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"129":{"tf":1.4142135623730951}},"{":{"d":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"129":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":23,"docs":{"112":{"tf":1.0},"117":{"tf":1.0},"123":{"tf":1.0},"127":{"tf":2.0},"129":{"tf":2.8284271247461903},"130":{"tf":1.4142135623730951},"133":{"tf":2.0},"135":{"tf":2.449489742783178},"138":{"tf":1.4142135623730951},"139":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"25":{"tf":1.0},"29":{"tf":1.0},"32":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"59":{"tf":1.4142135623730951},"78":{"tf":1.0},"87":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":1,"docs":{"129":{"tf":1.4142135623730951}},"{":{"df":0,"docs":{},"i":{"df":1,"docs":{"129":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"[":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"129":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"[":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"129":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"[":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"129":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"129":{"tf":2.0}},"i":{"c":{"df":0,"docs":{},"s":{"df":0,"docs":{},"{":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"129":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"28":{"tf":1.0},"3":{"tf":1.0},"87":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"129":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"{":{"df":0,"docs":{},"i":{"df":1,"docs":{"129":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"129":{"tf":1.4142135623730951}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"{":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"129":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"129":{"tf":2.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"{":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"129":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"[":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"129":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"129":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"{":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"129":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"17":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"38":{"tf":1.4142135623730951},"56":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"17":{"tf":1.0},"25":{"tf":1.0},"87":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"15":{"tf":1.0}}}}}}}}}}},"i":{"df":9,"docs":{"120":{"tf":1.0},"135":{"tf":1.0},"20":{"tf":1.4142135623730951},"26":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.0},"80":{"tf":1.0},"84":{"tf":1.0},"90":{"tf":1.0}},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"87":{"tf":1.0},"95":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"109":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"26":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"87":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"17":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":5,"docs":{"104":{"tf":1.0},"108":{"tf":1.0},"139":{"tf":1.0},"19":{"tf":1.0},"25":{"tf":1.0}},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"108":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"r":{"df":6,"docs":{"1":{"tf":1.0},"104":{"tf":1.0},"17":{"tf":1.0},"26":{"tf":1.0},"38":{"tf":1.0},"87":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"123":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"|":{"df":2,"docs":{"112":{"tf":1.0},"113":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":1,"docs":{"101":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}},"d":{"a":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"101":{"tf":1.0}}}}},"df":0,"docs":{}}},"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":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"101":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"(":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"76":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":7,"docs":{"101":{"tf":1.0},"106":{"tf":1.0},"112":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"117":{"tf":1.0},"32":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"20":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":16,"docs":{"1":{"tf":1.0},"104":{"tf":1.0},"120":{"tf":1.0},"136":{"tf":1.4142135623730951},"139":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.7320508075688772},"26":{"tf":1.4142135623730951},"38":{"tf":1.0},"60":{"tf":1.4142135623730951},"80":{"tf":1.0},"84":{"tf":1.4142135623730951},"87":{"tf":1.0},"93":{"tf":2.23606797749979},"96":{"tf":1.4142135623730951},"97":{"tf":1.0}},"—":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"104":{"tf":1.0}}}}}}}}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"121":{"tf":1.7320508075688772},"6":{"tf":1.0}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"15":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"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":{"42":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"101":{"tf":1.0}}}}}}}}},"df":3,"docs":{"101":{"tf":1.4142135623730951},"42":{"tf":1.0},"78":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"104":{"tf":1.0},"139":{"tf":1.0},"17":{"tf":1.0},"27":{"tf":1.0},"62":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"m":{"df":1,"docs":{"116":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":10,"docs":{"102":{"tf":1.0},"123":{"tf":1.0},"130":{"tf":1.4142135623730951},"132":{"tf":1.4142135623730951},"137":{"tf":1.4142135623730951},"29":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0},"85":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"77":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"54":{"tf":1.0},"58":{"tf":1.0},"76":{"tf":1.0},"80":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":13,"docs":{"0":{"tf":1.0},"101":{"tf":1.0},"129":{"tf":1.0},"131":{"tf":1.0},"135":{"tf":1.0},"17":{"tf":1.0},"25":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"53":{"tf":1.0},"68":{"tf":1.0},"90":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"139":{"tf":1.4142135623730951},"15":{"tf":1.0}}},"s":{"df":22,"docs":{"102":{"tf":1.0},"104":{"tf":1.0},"119":{"tf":1.4142135623730951},"12":{"tf":1.7320508075688772},"127":{"tf":1.0},"128":{"tf":1.4142135623730951},"129":{"tf":1.0},"133":{"tf":1.0},"136":{"tf":1.0},"138":{"tf":1.0},"17":{"tf":1.0},"29":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"36":{"tf":1.7320508075688772},"38":{"tf":1.0},"60":{"tf":1.4142135623730951},"80":{"tf":1.0},"83":{"tf":1.4142135623730951},"85":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0},"99":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"k":{"8":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":5,"docs":{"120":{"tf":1.0},"139":{"tf":1.0},"29":{"tf":1.0},"36":{"tf":1.4142135623730951},"89":{"tf":1.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":4,"docs":{"12":{"tf":1.0},"60":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"89":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"110":{"tf":1.0}},"u":{"df":2,"docs":{"14":{"tf":1.0},"80":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"21":{"tf":1.0},"24":{"tf":1.0},"28":{"tf":1.0},"57":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"123":{"tf":1.0},"42":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"104":{"tf":1.0},"113":{"tf":1.0},"139":{"tf":1.0},"17":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"138":{"tf":1.0},"15":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"23":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":6,"docs":{"116":{"tf":1.4142135623730951},"121":{"tf":1.0},"29":{"tf":2.0},"35":{"tf":1.0},"36":{"tf":2.0},"61":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"121":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"r":{"df":19,"docs":{"104":{"tf":1.0},"109":{"tf":1.0},"116":{"tf":1.4142135623730951},"120":{"tf":1.0},"123":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.7320508075688772},"52":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.4142135623730951},"78":{"tf":1.0},"97":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"113":{"tf":1.4142135623730951}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"130":{"tf":1.0},"133":{"tf":1.0}}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"128":{"tf":1.0},"46":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":22,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":2.0},"135":{"tf":1.4142135623730951},"139":{"tf":1.4142135623730951},"20":{"tf":1.7320508075688772},"38":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.4142135623730951},"55":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.7320508075688772},"67":{"tf":1.0},"75":{"tf":1.0},"77":{"tf":1.0},"9":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"127":{"tf":1.0},"129":{"tf":1.0},"135":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"127":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"29":{"tf":1.0}}}}}}}},"i":{"d":{"df":1,"docs":{"106":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"38":{"tf":1.0},"81":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"108":{"tf":1.0},"118":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"78":{"tf":1.4142135623730951}}}}},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.4142135623730951}}}}},"df":1,"docs":{"58":{"tf":2.0}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"129":{"tf":1.0},"135":{"tf":1.0}},"t":{"df":3,"docs":{"119":{"tf":1.0},"135":{"tf":1.0},"15":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"101":{"tf":1.4142135623730951}},"e":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"101":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"139":{"tf":1.4142135623730951},"70":{"tf":1.0},"83":{"tf":1.0},"92":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"1":{"tf":1.0},"12":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":16,"docs":{"123":{"tf":1.4142135623730951},"38":{"tf":1.0},"40":{"tf":1.7320508075688772},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.7320508075688772},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":2,"docs":{"0":{"tf":1.7320508075688772},"104":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":4,"docs":{"139":{"tf":1.0},"42":{"tf":1.0},"51":{"tf":1.0},"8":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"139":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"103":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"m":{"d":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"129":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":9,"docs":{"104":{"tf":1.0},"119":{"tf":1.4142135623730951},"129":{"tf":1.4142135623730951},"130":{"tf":1.0},"139":{"tf":1.0},"41":{"tf":1.4142135623730951},"77":{"tf":1.0},"79":{"tf":1.0},"87":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"83":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"77":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":4,"docs":{"104":{"tf":1.0},"139":{"tf":1.0},"25":{"tf":1.0},"73":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"104":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"i":{"df":2,"docs":{"58":{"tf":1.0},"62":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"121":{"tf":1.0}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"121":{"tf":1.0},"37":{"tf":1.0}},"e":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"121":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"121":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":21,"docs":{"110":{"tf":1.0},"117":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"29":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"38":{"tf":1.0},"40":{"tf":1.7320508075688772},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.7320508075688772},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"c":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"52":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"139":{"tf":1.0},"76":{"tf":1.7320508075688772}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"80":{"tf":1.0}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"75":{"tf":1.4142135623730951},"76":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"123":{"tf":1.0},"134":{"tf":1.0},"46":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"u":{"df":1,"docs":{"89":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"75":{"tf":1.0},"77":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":16,"docs":{"103":{"tf":1.0},"110":{"tf":1.0},"115":{"tf":2.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.4142135623730951},"120":{"tf":1.0},"121":{"tf":1.0},"16":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"30":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":8,"docs":{"119":{"tf":1.0},"121":{"tf":1.7320508075688772},"136":{"tf":1.4142135623730951},"139":{"tf":1.4142135623730951},"21":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"96":{"tf":1.7320508075688772}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"97":{"tf":1.0}}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":4,"docs":{"138":{"tf":1.0},"139":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0}}},"df":0,"docs":{}}}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"139":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":2,"docs":{"5":{"tf":1.0},"89":{"tf":1.4142135623730951}},"i":{"df":1,"docs":{"89":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"t":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"101":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"100":{"tf":1.0}}}}}}}}}}}},"df":4,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"112":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":1,"docs":{"127":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"109":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":12,"docs":{"100":{"tf":2.0},"101":{"tf":1.0},"102":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"117":{"tf":1.4142135623730951},"53":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.7320508075688772},"78":{"tf":1.4142135623730951},"79":{"tf":1.0},"94":{"tf":1.0}}}}}}}},"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"17":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"[":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"25":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"a":{"df":19,"docs":{"0":{"tf":2.449489742783178},"101":{"tf":1.0},"109":{"tf":1.0},"118":{"tf":1.4142135623730951},"128":{"tf":1.0},"139":{"tf":2.0},"22":{"tf":1.0},"29":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.4142135623730951},"44":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":2.23606797749979},"63":{"tf":1.4142135623730951},"66":{"tf":2.23606797749979},"7":{"tf":1.0},"70":{"tf":1.4142135623730951},"72":{"tf":1.0},"79":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"136":{"tf":1.0},"93":{"tf":1.0}}}}}},"t":{"a":{"df":13,"docs":{"0":{"tf":2.23606797749979},"104":{"tf":1.0},"106":{"tf":1.0},"123":{"tf":1.4142135623730951},"138":{"tf":1.0},"139":{"tf":2.23606797749979},"15":{"tf":1.4142135623730951},"17":{"tf":1.0},"25":{"tf":1.0},"38":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"59":{"tf":1.0},"75":{"tf":1.0}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":2,"docs":{"17":{"tf":1.0},"25":{"tf":1.0}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":7,"docs":{"125":{"tf":1.0},"13":{"tf":1.0},"131":{"tf":1.4142135623730951},"21":{"tf":1.0},"82":{"tf":1.0},"87":{"tf":1.0},"99":{"tf":1.0}},"g":{"df":3,"docs":{"122":{"tf":1.0},"24":{"tf":1.0},"54":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"25":{"tf":1.0},"38":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"121":{"tf":1.4142135623730951}}}},"l":{"a":{"df":0,"docs":{},"r":{"df":8,"docs":{"104":{"tf":1.0},"139":{"tf":1.0},"15":{"tf":1.0},"19":{"tf":1.7320508075688772},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"38":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"26":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"103":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"114":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":8,"docs":{"104":{"tf":1.0},"109":{"tf":1.0},"112":{"tf":1.0},"21":{"tf":1.0},"52":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"104":{"tf":1.0},"123":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"58":{"tf":1.4142135623730951},"7":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"123":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":3,"docs":{"56":{"tf":1.0},"72":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"129":{"tf":1.0},"73":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"96":{"tf":1.0}}}},"t":{"a":{"df":1,"docs":{"76":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":2,"docs":{"120":{"tf":1.0},"5":{"tf":1.0}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":3,"docs":{"120":{"tf":1.4142135623730951},"35":{"tf":1.0},"37":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"138":{"tf":1.0},"87":{"tf":1.0},"92":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":35,"docs":{"10":{"tf":2.0},"102":{"tf":1.0},"104":{"tf":1.4142135623730951},"117":{"tf":1.0},"119":{"tf":2.449489742783178},"12":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"133":{"tf":1.4142135623730951},"139":{"tf":1.4142135623730951},"17":{"tf":1.7320508075688772},"19":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.4142135623730951},"32":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.7320508075688772},"37":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"60":{"tf":1.7320508075688772},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"80":{"tf":1.0},"84":{"tf":1.0},"86":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0},"96":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"(":{"&":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":10,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"4":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"r":{"df":2,"docs":{"34":{"tf":1.4142135623730951},"36":{"tf":1.0}}}},"<":{"c":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"119":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"106":{"tf":1.0},"112":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":6,"docs":{"104":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"40":{"tf":1.4142135623730951},"55":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"104":{"tf":1.0},"139":{"tf":1.0},"37":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":8,"docs":{"137":{"tf":1.0},"26":{"tf":1.7320508075688772},"35":{"tf":1.4142135623730951},"39":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.4142135623730951},"53":{"tf":1.0},"68":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"136":{"tf":1.0},"93":{"tf":1.4142135623730951}}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":6,"docs":{"110":{"tf":1.0},"115":{"tf":1.0},"121":{"tf":1.0},"131":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"135":{"tf":1.0},"72":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"21":{"tf":1.7320508075688772},"24":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"138":{"tf":1.0},"21":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951}}}}}}}}}}},"v":{"df":1,"docs":{"87":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":23,"docs":{"103":{"tf":1.7320508075688772},"104":{"tf":2.23606797749979},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"26":{"tf":1.0},"60":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"85":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":2,"docs":{"133":{"tf":1.0},"135":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"12":{"tf":1.0},"120":{"tf":1.4142135623730951},"138":{"tf":1.0},"27":{"tf":1.0},"35":{"tf":1.0},"61":{"tf":1.0},"80":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"101":{"tf":1.0},"82":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"29":{"tf":1.4142135623730951},"5":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"139":{"tf":1.0},"5":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{}},"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":{"128":{"tf":1.0}}}},"df":0,"docs":{}}}},"v":{"df":2,"docs":{"83":{"tf":1.0},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"122":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":8,"docs":{"0":{"tf":1.7320508075688772},"109":{"tf":1.0},"118":{"tf":1.0},"128":{"tf":1.0},"139":{"tf":1.4142135623730951},"33":{"tf":1.0},"36":{"tf":1.0},"46":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"130":{"tf":1.0},"41":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"103":{"tf":1.0},"87":{"tf":1.0}},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"77":{"tf":1.0}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"136":{"tf":1.0}}},"df":15,"docs":{"119":{"tf":1.0},"12":{"tf":1.7320508075688772},"128":{"tf":1.0},"133":{"tf":1.0},"136":{"tf":1.7320508075688772},"17":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":1.4142135623730951},"38":{"tf":1.0},"60":{"tf":1.0},"83":{"tf":1.4142135623730951},"87":{"tf":1.0},"93":{"tf":2.449489742783178}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"121":{"tf":1.0},"35":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"\'":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}},"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"\'":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":3,"docs":{"112":{"tf":1.0},"75":{"tf":1.0},"89":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"25":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"[":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}},"df":8,"docs":{"104":{"tf":1.0},"106":{"tf":1.0},"112":{"tf":1.0},"15":{"tf":1.0},"25":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"80":{"tf":1.0}},"n":{"df":1,"docs":{"40":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"l":{"df":3,"docs":{"106":{"tf":1.0},"123":{"tf":1.4142135623730951},"29":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":1,"docs":{"89":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":20,"docs":{"104":{"tf":1.0},"123":{"tf":1.0},"129":{"tf":1.4142135623730951},"130":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.7320508075688772},"139":{"tf":2.23606797749979},"20":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"38":{"tf":1.0},"51":{"tf":1.0},"56":{"tf":1.0},"63":{"tf":1.0},"70":{"tf":1.0},"72":{"tf":1.0},"78":{"tf":1.0},"80":{"tf":1.0},"9":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"129":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":7,"docs":{"113":{"tf":1.0},"126":{"tf":1.4142135623730951},"134":{"tf":1.0},"135":{"tf":1.0},"139":{"tf":1.4142135623730951},"25":{"tf":1.0},"51":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"112":{"tf":1.7320508075688772},"113":{"tf":1.0},"77":{"tf":2.0}}}}}}}}}},"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"17":{"tf":1.0}}}},"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":12,"docs":{"106":{"tf":1.0},"109":{"tf":1.0},"112":{"tf":1.0},"117":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"119":{"tf":1.7320508075688772},"126":{"tf":1.0},"139":{"tf":1.4142135623730951},"20":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0},"76":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"112":{"tf":1.0}}}}}}},"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"25":{"tf":1.0}}}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":8,"docs":{"115":{"tf":1.0},"139":{"tf":1.0},"17":{"tf":1.0},"26":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"87":{"tf":1.0}}}}},"s":{"df":1,"docs":{"83":{"tf":1.0}},"i":{"df":1,"docs":{"38":{"tf":1.0}}}}},"c":{"df":1,"docs":{"119":{"tf":1.0}}},"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"73":{"tf":1.0}}}},"df":2,"docs":{"17":{"tf":1.0},"25":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"18":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"139":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"b":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":9,"docs":{"0":{"tf":1.0},"119":{"tf":1.0},"129":{"tf":1.0},"131":{"tf":1.4142135623730951},"138":{"tf":1.0},"139":{"tf":1.0},"50":{"tf":1.0},"87":{"tf":1.4142135623730951},"90":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"129":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":8,"docs":{"129":{"tf":1.0},"130":{"tf":1.0},"134":{"tf":1.4142135623730951},"21":{"tf":1.0},"50":{"tf":1.4142135623730951},"57":{"tf":1.0},"67":{"tf":1.0},"73":{"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":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"132":{"tf":1.0}}}}}}},"d":{"df":5,"docs":{"111":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"101":{"tf":1.0},"108":{"tf":1.0},"76":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"101":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":2,"docs":{"104":{"tf":1.0},"23":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"15":{"tf":1.0},"29":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0}},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"117":{"tf":1.0}}}}}}}}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":6,"docs":{"104":{"tf":1.0},"123":{"tf":1.0},"138":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.4142135623730951},"38":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":11,"docs":{"104":{"tf":1.4142135623730951},"109":{"tf":1.0},"135":{"tf":1.0},"139":{"tf":1.4142135623730951},"56":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"80":{"tf":1.0},"87":{"tf":1.0},"9":{"tf":1.0},"95":{"tf":1.4142135623730951}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"34":{"tf":1.0},"52":{"tf":1.0}}}}},"v":{"df":2,"docs":{"130":{"tf":1.0},"99":{"tf":1.0}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":27,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.0},"129":{"tf":1.4142135623730951},"131":{"tf":1.7320508075688772},"135":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"38":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.0},"80":{"tf":1.7320508075688772},"81":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.7320508075688772},"88":{"tf":1.4142135623730951},"90":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"—":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"106":{"tf":1.0}}}}}}},"r":{"(":{"\\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"112":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":10,"docs":{"107":{"tf":1.0},"126":{"tf":1.0},"128":{"tf":1.4142135623730951},"129":{"tf":2.23606797749979},"132":{"tf":1.7320508075688772},"133":{"tf":2.449489742783178},"134":{"tf":2.23606797749979},"135":{"tf":2.23606797749979},"136":{"tf":2.449489742783178},"58":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"14":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"c":{"df":2,"docs":{"119":{"tf":1.0},"29":{"tf":1.0}}},"df":0,"docs":{}},"v":{"a":{"df":0,"docs":{},"l":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"113":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":9,"docs":{"104":{"tf":1.0},"107":{"tf":1.0},"113":{"tf":1.0},"139":{"tf":1.0},"17":{"tf":1.0},"25":{"tf":1.0},"42":{"tf":1.0},"76":{"tf":1.0},"80":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"108":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":3,"docs":{"103":{"tf":1.0},"17":{"tf":1.0},"26":{"tf":1.0}}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"128":{"tf":1.4142135623730951},"59":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":47,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.7320508075688772},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"118":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"120":{"tf":2.6457513110645907},"13":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"139":{"tf":1.0},"16":{"tf":1.0},"29":{"tf":1.0},"36":{"tf":2.23606797749979},"37":{"tf":1.0},"39":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"62":{"tf":1.7320508075688772},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.4142135623730951},"69":{"tf":1.7320508075688772},"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.7320508075688772},"89":{"tf":1.4142135623730951},"97":{"tf":1.7320508075688772}},"e":{".":{"df":0,"docs":{},"m":{"d":{"df":1,"docs":{"101":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"m":{"d":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}}},"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"<":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{">":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"119":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":3,"docs":{"118":{"tf":1.0},"121":{"tf":1.0},"37":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"c":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"85":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":8,"docs":{"10":{"tf":2.0},"117":{"tf":1.0},"126":{"tf":1.4142135623730951},"139":{"tf":1.0},"17":{"tf":1.4142135623730951},"36":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"139":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":16,"docs":{"0":{"tf":1.4142135623730951},"116":{"tf":1.0},"117":{"tf":1.0},"123":{"tf":1.4142135623730951},"139":{"tf":1.4142135623730951},"15":{"tf":1.0},"29":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.4142135623730951},"38":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.4142135623730951},"63":{"tf":2.0},"7":{"tf":1.0},"70":{"tf":1.7320508075688772}},"s":{"(":{"0":{"df":8,"docs":{"11":{"tf":1.0},"134":{"tf":1.0},"4":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"64":{"tf":1.0},"7":{"tf":1.0}}},"1":{"df":6,"docs":{"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"65":{"tf":1.0},"67":{"tf":1.0},"73":{"tf":1.0}}},"2":{"df":5,"docs":{"46":{"tf":1.0},"57":{"tf":1.0},"66":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"58":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"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":{},"i":{"df":0,"docs":{},"s":{"df":5,"docs":{"139":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"108":{"tf":1.0},"133":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"111":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":18,"docs":{"11":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"4":{"tf":1.0},"44":{"tf":1.0},"51":{"tf":1.4142135623730951},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"59":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"112":{"tf":1.0}}}}}}},"df":0,"docs":{}},"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":1,"docs":{"118":{"tf":1.0}},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"33":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":48,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"100":{"tf":1.7320508075688772},"101":{"tf":1.0},"104":{"tf":2.23606797749979},"106":{"tf":1.0},"107":{"tf":1.4142135623730951},"111":{"tf":2.0},"112":{"tf":2.23606797749979},"113":{"tf":2.23606797749979},"114":{"tf":1.4142135623730951},"117":{"tf":1.0},"118":{"tf":1.7320508075688772},"121":{"tf":1.0},"123":{"tf":1.0},"126":{"tf":1.0},"129":{"tf":1.4142135623730951},"130":{"tf":1.0},"135":{"tf":2.449489742783178},"138":{"tf":1.4142135623730951},"139":{"tf":2.23606797749979},"17":{"tf":1.4142135623730951},"20":{"tf":1.7320508075688772},"22":{"tf":1.0},"25":{"tf":2.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.7320508075688772},"37":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.0},"40":{"tf":2.0},"41":{"tf":1.0},"42":{"tf":2.0},"44":{"tf":1.0},"51":{"tf":1.4142135623730951},"55":{"tf":1.0},"62":{"tf":1.0},"76":{"tf":2.8284271247461903},"78":{"tf":1.7320508075688772},"79":{"tf":1.0},"8":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951},"85":{"tf":1.7320508075688772},"87":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":3,"docs":{"139":{"tf":1.0},"5":{"tf":1.0},"89":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":7,"docs":{"1":{"tf":1.0},"123":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"38":{"tf":1.0},"44":{"tf":1.0},"61":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"107":{"tf":1.0},"131":{"tf":1.7320508075688772},"136":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.7320508075688772}}}},"s":{"df":8,"docs":{"101":{"tf":1.0},"106":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"32":{"tf":1.0},"37":{"tf":1.0},"76":{"tf":1.0},"99":{"tf":1.4142135623730951}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"101":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"123":{"tf":1.0},"42":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"129":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":22,"docs":{"103":{"tf":1.0},"104":{"tf":1.4142135623730951},"105":{"tf":1.7320508075688772},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.4142135623730951},"110":{"tf":1.0},"121":{"tf":1.0},"129":{"tf":1.0},"135":{"tf":1.0},"139":{"tf":1.0},"16":{"tf":1.4142135623730951},"26":{"tf":1.0},"37":{"tf":1.0},"43":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"72":{"tf":1.0},"77":{"tf":1.0},"79":{"tf":1.0},"86":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":12,"docs":{"115":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"52":{"tf":1.7320508075688772},"53":{"tf":1.0},"70":{"tf":1.0},"74":{"tf":1.4142135623730951}}}}}}},"}":{"\\"":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"113":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"f":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"17":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"22":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"109":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":14,"docs":{"106":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"129":{"tf":1.4142135623730951},"130":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.4142135623730951},"136":{"tf":1.0},"138":{"tf":1.0},"25":{"tf":1.0},"55":{"tf":1.0},"95":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":18,"docs":{"101":{"tf":1.0},"108":{"tf":1.0},"125":{"tf":1.4142135623730951},"126":{"tf":1.7320508075688772},"129":{"tf":1.7320508075688772},"13":{"tf":1.0},"135":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.4142135623730951},"26":{"tf":1.0},"38":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.0},"70":{"tf":1.0},"76":{"tf":1.0},"87":{"tf":1.4142135623730951}}}}}},"l":{"df":0,"docs":{},"s":{"df":4,"docs":{"138":{"tf":1.0},"139":{"tf":1.0},"23":{"tf":1.0},"87":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}}}},"q":{"df":3,"docs":{"102":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.7320508075688772}}},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"106":{"tf":1.0},"114":{"tf":1.0},"133":{"tf":1.0},"20":{"tf":1.0},"38":{"tf":1.0},"60":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"82":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"77":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":7,"docs":{"117":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"70":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"60":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":4,"docs":{"108":{"tf":1.0},"135":{"tf":1.0},"51":{"tf":1.0},"78":{"tf":1.0}}},"df":1,"docs":{"76":{"tf":1.4142135623730951}}},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"87":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"60":{"tf":1.4142135623730951},"81":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"df":7,"docs":{"110":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"30":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"44":{"tf":1.0},"76":{"tf":1.0}}}},"d":{"df":3,"docs":{"133":{"tf":1.0},"71":{"tf":1.4142135623730951},"73":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":1,"docs":{"138":{"tf":1.0}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":4,"docs":{"107":{"tf":1.0},"113":{"tf":1.0},"38":{"tf":1.0},"76":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"21":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"50":{"tf":1.0},"59":{"tf":1.4142135623730951},"87":{"tf":1.0}},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"138":{"tf":1.0}}}}}}}}}},"t":{"df":5,"docs":{"111":{"tf":1.0},"17":{"tf":1.0},"60":{"tf":1.4142135623730951},"62":{"tf":1.0},"87":{"tf":1.0}}},"x":{"df":7,"docs":{"130":{"tf":1.0},"133":{"tf":1.7320508075688772},"134":{"tf":1.7320508075688772},"135":{"tf":1.7320508075688772},"136":{"tf":2.0},"20":{"tf":1.0},"21":{"tf":1.0}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"[":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"129":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"137":{"tf":1.0},"80":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0}}},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"130":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}},"w":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":6,"docs":{"101":{"tf":1.0},"129":{"tf":2.449489742783178},"17":{"tf":1.0},"25":{"tf":1.0},"42":{"tf":1.0},"85":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":3,"docs":{"17":{"tf":1.0},"26":{"tf":1.0},"80":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"118":{"tf":1.7320508075688772},"123":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"44":{"tf":1.4142135623730951}}}}}}},"n":{"df":41,"docs":{"10":{"tf":1.0},"100":{"tf":1.4142135623730951},"101":{"tf":1.4142135623730951},"11":{"tf":1.0},"112":{"tf":2.449489742783178},"113":{"tf":2.0},"118":{"tf":1.4142135623730951},"12":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"4":{"tf":1.4142135623730951},"44":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":2.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},"64":{"tf":1.4142135623730951},"65":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"7":{"tf":1.0},"71":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951},"77":{"tf":2.23606797749979},"8":{"tf":1.0},"9":{"tf":1.0}}},"o":{"c":{"df":0,"docs":{},"u":{"df":2,"docs":{"19":{"tf":1.0},"20":{"tf":1.0}},"s":{"df":3,"docs":{"0":{"tf":1.0},"28":{"tf":1.0},"87":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":4,"docs":{"125":{"tf":1.0},"17":{"tf":1.4142135623730951},"44":{"tf":1.0},"80":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"112":{"tf":1.0}}}}},"m":{"a":{"df":0,"docs":{},"t":{"!":{"(":{"\\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"113":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"17":{"tf":1.0}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"96":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":13,"docs":{"14":{"tf":1.7320508075688772},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0}}}},"df":1,"docs":{"136":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"z":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"95":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"136":{"tf":1.0},"92":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":2,"docs":{"116":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951}}}}}},"r":{"df":2,"docs":{"117":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951}},"e":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"46":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":2,"docs":{"119":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"/":{"<":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"119":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":4,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"118":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951}},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"s":{"/":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"d":{"a":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}},"df":30,"docs":{"0":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.7320508075688772},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"115":{"tf":1.0},"120":{"tf":1.4142135623730951},"123":{"tf":1.0},"133":{"tf":1.0},"139":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.7320508075688772},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"23":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0},"36":{"tf":1.0},"53":{"tf":1.0},"79":{"tf":1.0},"86":{"tf":1.0},"9":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"102":{"tf":1.0},"70":{"tf":1.4142135623730951},"73":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"25":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"120":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"135":{"tf":1.0},"15":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"130":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"21":{"tf":1.0},"58":{"tf":1.0},"76":{"tf":1.0}}}}}}},"d":{"df":6,"docs":{"11":{"tf":1.0},"123":{"tf":1.0},"134":{"tf":1.4142135623730951},"135":{"tf":1.0},"47":{"tf":1.0},"76":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"z":{"df":2,"docs":{"118":{"tf":1.0},"75":{"tf":1.4142135623730951}}}}}},"g":{"a":{"df":1,"docs":{"76":{"tf":1.4142135623730951}},"p":{"df":2,"docs":{"15":{"tf":1.0},"56":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":3,"docs":{"117":{"tf":1.0},"32":{"tf":1.0},"85":{"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":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":4,"docs":{"106":{"tf":1.0},"112":{"tf":1.0},"117":{"tf":1.0},"36":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":20,"docs":{"104":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.4142135623730951},"121":{"tf":1.0},"133":{"tf":1.0},"139":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951},"26":{"tf":1.0},"29":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.0},"75":{"tf":1.4142135623730951},"87":{"tf":1.0},"89":{"tf":1.7320508075688772}}}}},"t":{"(":{"0":{"df":1,"docs":{"101":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"112":{"tf":1.0},"113":{"tf":1.0}}}},"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":1,"docs":{"1":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"139":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{},"o":{"d":{"df":7,"docs":{"19":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0},"83":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"75":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"38":{"tf":1.0},"60":{"tf":1.0}}},"u":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"56":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"1":{"6":{"df":2,"docs":{"139":{"tf":1.0},"89":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":1,"docs":{"139":{"tf":1.0}}}},"w":{"df":1,"docs":{"114":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"108":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":5,"docs":{"104":{"tf":1.0},"122":{"tf":1.0},"27":{"tf":1.0},"35":{"tf":1.0},"61":{"tf":1.0}}},"df":0,"docs":{}}},"df":79,"docs":{"1":{"tf":1.0},"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"110":{"tf":1.0},"125":{"tf":1.4142135623730951},"27":{"tf":1.7320508075688772},"28":{"tf":1.0},"29":{"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.7320508075688772},"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},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.4142135623730951},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"25":{"tf":1.0}},"l":{"df":5,"docs":{"0":{"tf":1.0},"19":{"tf":1.0},"73":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"25":{"tf":1.0},"6":{"tf":1.4142135623730951}}}}}},"r":{"d":{"df":1,"docs":{"21":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"133":{"tf":1.0},"20":{"tf":1.0},"64":{"tf":1.0},"71":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"127":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"133":{"tf":1.0},"139":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.7320508075688772},"38":{"tf":1.0}},"i":{"df":2,"docs":{"22":{"tf":1.0},"42":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":1,"docs":{"70":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"127":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"m":{"df":5,"docs":{"119":{"tf":1.0},"29":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":1.4142135623730951},"96":{"tf":1.0}}},"p":{"df":3,"docs":{"18":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"106":{"tf":1.0},"109":{"tf":1.7320508075688772},"29":{"tf":1.0},"36":{"tf":1.0},"58":{"tf":1.0},"87":{"tf":1.0},"95":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":7,"docs":{"0":{"tf":1.0},"113":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"129":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":7,"docs":{"123":{"tf":1.0},"127":{"tf":1.4142135623730951},"139":{"tf":1.0},"17":{"tf":1.0},"25":{"tf":1.0},"38":{"tf":1.0},"59":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"84":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"22":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"38":{"tf":1.0},"40":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"138":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0},"82":{"tf":1.0},"87":{"tf":1.0},"99":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"3":{"0":{"0":{"0":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"127":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"0":{"9":{"0":{"df":3,"docs":{"12":{"tf":1.0},"127":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":6,"docs":{"101":{"tf":1.7320508075688772},"117":{"tf":1.0},"127":{"tf":1.0},"133":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"87":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"i":{"[":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"42":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"a":{"df":4,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"70":{"tf":1.0},"74":{"tf":1.4142135623730951}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"112":{"tf":1.0},"126":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{},"i":{"df":76,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"27":{"tf":1.7320508075688772},"28":{"tf":1.0},"29":{"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},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.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},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}},"i":{"df":19,"docs":{"103":{"tf":1.7320508075688772},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"111":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"136":{"tf":1.7320508075688772},"92":{"tf":1.7320508075688772},"93":{"tf":2.23606797749979},"94":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"139":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"19":{"tf":1.7320508075688772}}}},"l":{"df":3,"docs":{"112":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"52":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":16,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"110":{"tf":1.0},"117":{"tf":1.4142135623730951},"118":{"tf":1.0},"119":{"tf":1.7320508075688772},"29":{"tf":1.0},"36":{"tf":1.7320508075688772},"37":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.0},"70":{"tf":1.0},"76":{"tf":1.0},"79":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":6,"docs":{"0":{"tf":1.4142135623730951},"123":{"tf":1.0},"135":{"tf":1.0},"139":{"tf":1.0},"22":{"tf":1.0},"76":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":10,"docs":{"129":{"tf":1.4142135623730951},"135":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"22":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0},"57":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":7,"docs":{"129":{"tf":1.4142135623730951},"130":{"tf":1.0},"134":{"tf":1.0},"61":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"85":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"17":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"\\"":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"112":{"tf":1.0}}}}}}},"df":0,"docs":{}},">":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"128":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"128":{"tf":1.4142135623730951},"77":{"tf":1.4142135623730951}}}},"i":{"c":{"df":2,"docs":{"128":{"tf":1.0},"76":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":2,"docs":{"101":{"tf":1.0},"127":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":6,"docs":{"10":{"tf":1.4142135623730951},"119":{"tf":1.0},"139":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.4142135623730951},"19":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":3,"docs":{"106":{"tf":1.0},"112":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951}},"i":{"df":2,"docs":{"129":{"tf":1.0},"76":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"106":{"tf":1.0},"112":{"tf":1.0},"75":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"101":{"tf":1.0}}}}}}},"df":2,"docs":{"101":{"tf":1.0},"83":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"96":{"tf":1.0}}},"n":{"c":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"134":{"tf":1.4142135623730951},"5":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"134":{"tf":1.0},"136":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":6,"docs":{"117":{"tf":1.0},"15":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0}}}},"n":{"d":{"df":4,"docs":{"104":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"38":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":2,"docs":{"135":{"tf":1.0},"89":{"tf":1.0}}},"t":{"df":4,"docs":{"123":{"tf":1.0},"19":{"tf":1.0},"26":{"tf":1.0},"55":{"tf":1.4142135623730951}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"0":{"tf":1.4142135623730951},"104":{"tf":1.0},"15":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}}},"n":{"df":11,"docs":{"110":{"tf":1.0},"115":{"tf":1.7320508075688772},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":2.0},"35":{"tf":1.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"18":{"tf":1.0},"26":{"tf":1.0},"38":{"tf":1.0}}}}}},"v":{"df":3,"docs":{"139":{"tf":1.0},"20":{"tf":1.0},"78":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"21":{"tf":1.0}},"t":{"df":2,"docs":{"15":{"tf":1.7320508075688772},"16":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"118":{"tf":1.0},"128":{"tf":1.0},"75":{"tf":2.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"135":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"15":{"tf":1.0},"60":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":6,"docs":{"102":{"tf":1.0},"112":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"56":{"tf":1.0},"87":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"38":{"tf":1.0},"60":{"tf":1.4142135623730951},"82":{"tf":1.0}}}},"’":{"df":2,"docs":{"0":{"tf":1.0},"89":{"tf":1.0}}}},"v":{"df":18,"docs":{"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.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0}}}},"j":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"g":{"df":4,"docs":{"104":{"tf":1.0},"139":{"tf":1.0},"17":{"tf":1.0},"26":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":2,"docs":{"16":{"tf":1.0},"59":{"tf":1.0}}}}}},"k":{"8":{"df":20,"docs":{"102":{"tf":1.0},"119":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"136":{"tf":1.0},"138":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"60":{"tf":1.4142135623730951},"80":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.4142135623730951},"99":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":1,"docs":{"97":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":5,"docs":{"120":{"tf":1.0},"139":{"tf":1.0},"29":{"tf":1.0},"36":{"tf":1.4142135623730951},"89":{"tf":1.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":{"60":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":18,"docs":{"104":{"tf":1.0},"109":{"tf":1.0},"114":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.4142135623730951},"131":{"tf":1.0},"138":{"tf":1.4142135623730951},"24":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.4142135623730951},"61":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"87":{"tf":1.0}}}},"y":{"df":10,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"116":{"tf":1.4142135623730951},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"30":{"tf":1.4142135623730951},"31":{"tf":1.0},"36":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"133":{"tf":1.0}}}},"n":{"d":{"df":2,"docs":{"136":{"tf":1.0},"93":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"m":{"df":2,"docs":{"29":{"tf":1.0},"36":{"tf":1.0}}},"n":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"123":{"tf":1.4142135623730951}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":2,"docs":{"139":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"u":{"b":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"96":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"l":{"df":3,"docs":{"128":{"tf":1.0},"136":{"tf":1.0},"96":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":10,"docs":{"119":{"tf":1.0},"17":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"84":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"97":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"g":{"df":1,"docs":{"95":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"20":{"tf":1.0},"26":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"104":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"139":{"tf":1.0},"82":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"17":{"tf":1.0},"59":{"tf":1.0},"66":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"d":{"df":2,"docs":{"121":{"tf":1.0},"37":{"tf":1.0}}},"df":0,"docs":{}}},"df":15,"docs":{"109":{"tf":1.0},"110":{"tf":1.0},"116":{"tf":1.0},"123":{"tf":1.0},"15":{"tf":1.0},"28":{"tf":1.7320508075688772},"29":{"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},"46":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"139":{"tf":1.0},"89":{"tf":1.0}}}}},"df":0,"docs":{},"k":{"df":3,"docs":{"104":{"tf":1.0},"25":{"tf":1.0},"72":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"1":{"tf":1.7320508075688772},"13":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"139":{"tf":1.0}}}}}}}},"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"77":{"tf":1.0}},"’":{"df":2,"docs":{"11":{"tf":1.0},"6":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":8,"docs":{"104":{"tf":1.7320508075688772},"123":{"tf":1.0},"127":{"tf":1.4142135623730951},"139":{"tf":1.0},"17":{"tf":1.0},"25":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":4,"docs":{"117":{"tf":1.0},"121":{"tf":1.0},"25":{"tf":1.7320508075688772},"36":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":2,"docs":{"63":{"tf":1.0},"65":{"tf":1.0}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"112":{"tf":1.0}}}}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"41":{"tf":1.0},"71":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"42":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":28,"docs":{"11":{"tf":1.0},"123":{"tf":1.0},"126":{"tf":1.0},"129":{"tf":1.0},"135":{"tf":1.0},"138":{"tf":1.4142135623730951},"139":{"tf":1.7320508075688772},"15":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0},"51":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":1.0},"81":{"tf":1.0},"87":{"tf":1.0},"97":{"tf":1.0}}}}},"o":{"a":{"d":{"df":11,"docs":{"11":{"tf":1.0},"136":{"tf":1.4142135623730951},"55":{"tf":1.0},"59":{"tf":1.4142135623730951},"63":{"tf":1.0},"65":{"tf":1.0},"68":{"tf":1.4142135623730951},"70":{"tf":2.0},"71":{"tf":1.4142135623730951},"72":{"tf":1.7320508075688772},"93":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":3,"docs":{"131":{"tf":1.0},"5":{"tf":1.0},"89":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":9,"docs":{"120":{"tf":1.0},"127":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"139":{"tf":1.4142135623730951},"29":{"tf":1.0},"36":{"tf":1.4142135623730951},"5":{"tf":1.0},"89":{"tf":1.4142135623730951}},"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":8,"docs":{"10":{"tf":1.0},"4":{"tf":1.0},"60":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"71":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":23,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"102":{"tf":1.0},"119":{"tf":1.4142135623730951},"128":{"tf":1.0},"129":{"tf":1.0},"138":{"tf":1.0},"17":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"38":{"tf":1.0},"5":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"61":{"tf":1.0},"80":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"89":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}},"t":{"df":1,"docs":{"128":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":10,"docs":{"112":{"tf":1.0},"128":{"tf":2.449489742783178},"129":{"tf":2.23606797749979},"131":{"tf":1.4142135623730951},"133":{"tf":1.0},"135":{"tf":1.4142135623730951},"138":{"tf":1.0},"5":{"tf":1.0},"59":{"tf":1.0},"90":{"tf":1.0}},"i":{"c":{"df":6,"docs":{"111":{"tf":1.0},"114":{"tf":1.0},"117":{"tf":1.0},"139":{"tf":1.0},"32":{"tf":1.0},"89":{"tf":1.0}}},"df":0,"docs":{}},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"101":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"129":{"tf":2.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":8,"docs":{"104":{"tf":1.0},"123":{"tf":1.0},"138":{"tf":1.4142135623730951},"23":{"tf":1.0},"38":{"tf":1.0},"70":{"tf":1.0},"72":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"20":{"tf":1.0},"84":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":5,"docs":{"127":{"tf":1.4142135623730951},"128":{"tf":1.0},"138":{"tf":1.0},"37":{"tf":1.0},"7":{"tf":1.0}}},"p":{"df":3,"docs":{"19":{"tf":1.0},"60":{"tf":1.0},"82":{"tf":1.0}}},"s":{"df":1,"docs":{"35":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"139":{"tf":1.0}}}}}}},"w":{"df":1,"docs":{"129":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"135":{"tf":1.0},"26":{"tf":1.0}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"[":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"129":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"r":{"df":2,"docs":{"17":{"tf":1.0},"25":{"tf":1.0}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"133":{"tf":1.4142135623730951}}}}},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"23":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"26":{"tf":1.0},"5":{"tf":1.0},"83":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"36":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"118":{"tf":1.0},"36":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":41,"docs":{"10":{"tf":1.0},"100":{"tf":1.0},"101":{"tf":1.0},"11":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"118":{"tf":1.0},"12":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"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},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"103":{"tf":1.0},"26":{"tf":1.0},"39":{"tf":1.0},"54":{"tf":1.0},"68":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":11,"docs":{"11":{"tf":1.0},"139":{"tf":1.0},"15":{"tf":1.0},"21":{"tf":1.0},"26":{"tf":1.4142135623730951},"38":{"tf":1.0},"5":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"93":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"75":{"tf":1.4142135623730951}}}}}},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"75":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"116":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"i":{"df":7,"docs":{"104":{"tf":1.0},"123":{"tf":1.0},"134":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0}}},"t":{"df":0,"docs":{},"l":{"df":3,"docs":{"139":{"tf":1.0},"36":{"tf":1.0},"48":{"tf":1.0}}}}},"p":{"df":2,"docs":{"76":{"tf":1.0},"87":{"tf":1.0}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"59":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":4,"docs":{"111":{"tf":1.0},"135":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"122":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"38":{"tf":1.0},"84":{"tf":1.0}}}}}},"x":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"0":{"df":1,"docs":{"73":{"tf":1.0}}},"5":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":1,"docs":{"50":{"tf":1.0}}},"5":{"df":2,"docs":{"21":{"tf":1.0},"67":{"tf":1.0}}},"df":0,"docs":{}},"df":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":{"129":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"y":{"b":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":5,"docs":{"132":{"tf":1.0},"133":{"tf":1.7320508075688772},"134":{"tf":1.7320508075688772},"135":{"tf":1.7320508075688772},"8":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":8,"docs":{"0":{"tf":1.0},"104":{"tf":1.0},"138":{"tf":1.0},"15":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"38":{"tf":1.0},"56":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"139":{"tf":1.0},"20":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"73":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"r":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"22":{"tf":1.0},"72":{"tf":1.4142135623730951}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":5,"docs":{"118":{"tf":1.0},"129":{"tf":1.4142135623730951},"135":{"tf":1.0},"59":{"tf":1.0},"75":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"1":{"tf":1.0},"14":{"tf":1.0},"35":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"132":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"139":{"tf":1.0},"87":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"d":{"df":12,"docs":{"117":{"tf":1.0},"118":{"tf":1.4142135623730951},"121":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"c":{"df":13,"docs":{"100":{"tf":2.0},"107":{"tf":1.0},"108":{"tf":1.0},"117":{"tf":1.0},"121":{"tf":1.0},"127":{"tf":1.0},"135":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"59":{"tf":1.0},"99":{"tf":1.7320508075688772}},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"100":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"100":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{"\\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"_":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"100":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"r":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"0":{"df":1,"docs":{"50":{"tf":1.0}}},"5":{"df":2,"docs":{"21":{"tf":1.0},"67":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":2,"docs":{"57":{"tf":1.0},"73":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"x":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"129":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":1,"docs":{"129":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"70":{"tf":1.0}},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"u":{"b":{"df":1,"docs":{"93":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"m":{"df":6,"docs":{"111":{"tf":1.0},"114":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.4142135623730951},"64":{"tf":1.0},"82":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"123":{"tf":1.0},"23":{"tf":1.7320508075688772}}}}}},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"2":{"tf":1.0},"5":{"tf":1.0},"72":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"108":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":7,"docs":{"106":{"tf":1.0},"130":{"tf":1.7320508075688772},"138":{"tf":1.0},"56":{"tf":1.0},"78":{"tf":1.0},"87":{"tf":1.0},"95":{"tf":1.0}}}},"x":{"df":4,"docs":{"130":{"tf":1.0},"21":{"tf":1.0},"57":{"tf":1.0},"63":{"tf":1.0}}}},"o":{"d":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"36":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"126":{"tf":1.4142135623730951},"87":{"tf":1.0}},"l":{"df":6,"docs":{"1":{"tf":1.0},"104":{"tf":2.23606797749979},"110":{"tf":1.0},"14":{"tf":1.0},"29":{"tf":1.0},"35":{"tf":1.0}}},"r":{"df":1,"docs":{"72":{"tf":1.0}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"121":{"tf":1.0},"37":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"26":{"tf":1.0}}}},"df":6,"docs":{"106":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"36":{"tf":1.0},"99":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":4,"docs":{"11":{"tf":1.0},"114":{"tf":1.0},"13":{"tf":1.0},"73":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"95":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"26":{"tf":1.0},"61":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":7,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"28":{"tf":1.0},"38":{"tf":1.0},"83":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":6,"docs":{"123":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0},"73":{"tf":1.4142135623730951}}}}}}},"t":{"df":18,"docs":{"11":{"tf":1.0},"112":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"4":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"59":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0}}}},"y":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"118":{"tf":1.0},"52":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"118":{"tf":1.0},"52":{"tf":2.0}}},"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":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"112":{"tf":1.0},"113":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":3,"docs":{"106":{"tf":1.0},"112":{"tf":1.0},"55":{"tf":1.0}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":3,"docs":{"128":{"tf":1.0},"136":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"17":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"37":{"tf":1.4142135623730951}}}}}},"df":4,"docs":{"128":{"tf":1.0},"22":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0}},"e":{"df":0,"docs":{},"e":{"d":{"df":18,"docs":{"113":{"tf":1.0},"114":{"tf":1.0},"138":{"tf":1.4142135623730951},"15":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"7":{"tf":1.0},"73":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.4142135623730951},"85":{"tf":1.0},"87":{"tf":1.4142135623730951},"89":{"tf":2.0},"95":{"tf":1.0}}},"df":0,"docs":{}},"g":{"df":2,"docs":{"139":{"tf":1.0},"87":{"tf":1.0}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":18,"docs":{"11":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"4":{"tf":1.0},"46":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"59":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":20,"docs":{"0":{"tf":1.7320508075688772},"101":{"tf":1.0},"104":{"tf":1.0},"116":{"tf":1.7320508075688772},"119":{"tf":1.0},"123":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"139":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"17":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":1.4142135623730951},"38":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"59":{"tf":1.0},"7":{"tf":1.0},"77":{"tf":2.23606797749979}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"139":{"tf":1.0},"89":{"tf":1.0}}}}},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"112":{"tf":1.0},"113":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":21,"docs":{"104":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.7320508075688772},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.4142135623730951},"118":{"tf":2.0},"119":{"tf":1.4142135623730951},"120":{"tf":1.0},"121":{"tf":1.7320508075688772},"16":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"77":{"tf":1.0},"86":{"tf":1.0}}},"x":{"df":0,"docs":{},"t":{"df":3,"docs":{"13":{"tf":1.4142135623730951},"139":{"tf":1.0},"16":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}},"o":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"129":{"tf":1.0}},"s":{"[":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"129":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"128":{"tf":1.0}}}}}},"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"112":{"tf":1.0},"113":{"tf":1.0}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"108":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"a":{"df":0,"docs":{},"p":{"df":3,"docs":{"117":{"tf":1.0},"32":{"tf":1.0},"50":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"134":{"tf":1.0},"36":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":4,"docs":{"108":{"tf":1.0},"119":{"tf":1.4142135623730951},"129":{"tf":1.0},"77":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":53,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"101":{"tf":2.0},"104":{"tf":1.0},"106":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.4142135623730951},"117":{"tf":1.7320508075688772},"118":{"tf":1.0},"119":{"tf":1.7320508075688772},"121":{"tf":1.4142135623730951},"126":{"tf":1.0},"128":{"tf":1.4142135623730951},"129":{"tf":2.0},"130":{"tf":1.4142135623730951},"131":{"tf":1.0},"133":{"tf":2.0},"135":{"tf":1.0},"139":{"tf":2.23606797749979},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"17":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"29":{"tf":1.7320508075688772},"3":{"tf":1.0},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":2.449489742783178},"38":{"tf":1.0},"41":{"tf":1.4142135623730951},"46":{"tf":1.7320508075688772},"5":{"tf":1.0},"50":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951},"75":{"tf":1.0},"76":{"tf":1.4142135623730951},"77":{"tf":1.7320508075688772},"79":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.7320508075688772},"90":{"tf":1.0},"92":{"tf":1.0},"98":{"tf":1.4142135623730951},"99":{"tf":1.0}},"s":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"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":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":2,"docs":{"31":{"tf":1.0},"32":{"tf":1.0}}}},"df":1,"docs":{"116":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":2,"docs":{"31":{"tf":1.0},"32":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"116":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"i":{"df":1,"docs":{"57":{"tf":1.0}}}}}}},"m":{"a":{"d":{"df":1,"docs":{"119":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":17,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"128":{"tf":1.7320508075688772},"130":{"tf":1.0},"133":{"tf":1.4142135623730951},"136":{"tf":1.4142135623730951},"139":{"tf":1.0},"15":{"tf":1.7320508075688772},"28":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.4142135623730951},"5":{"tf":1.4142135623730951},"87":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.7320508075688772},"94":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"=":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"94":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"93":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"s":{"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"=":{"1":{"df":2,"docs":{"131":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"=":{"1":{"df":2,"docs":{"131":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"n":{"df":1,"docs":{"129":{"tf":1.0}},"e":{"df":2,"docs":{"135":{"tf":1.0},"63":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":3,"docs":{"47":{"tf":1.0},"70":{"tf":1.0},"97":{"tf":1.0}}},"x":{"df":1,"docs":{"129":{"tf":1.0}},"s":{"[":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"129":{"tf":1.0}}}}},"df":0,"docs":{}}}},"w":{"df":2,"docs":{"11":{"tf":1.0},"13":{"tf":1.0}}}}},"o":{"[":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"25":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":24,"docs":{"104":{"tf":1.0},"123":{"tf":1.0},"127":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.7320508075688772},"15":{"tf":1.0},"17":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"24":{"tf":1.0},"25":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"51":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":2.23606797749979},"80":{"tf":1.0},"83":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"55":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"104":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"25":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"123":{"tf":1.0}}}},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"60":{"tf":1.0}}}}}}}}}}},"k":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"\\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"112":{"tf":1.0},"113":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"101":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":12,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"4":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0}}},"n":{"c":{"df":3,"docs":{"104":{"tf":1.0},"17":{"tf":1.0},"25":{"tf":1.0}}},"df":4,"docs":{"109":{"tf":1.0},"15":{"tf":1.0},"35":{"tf":1.0},"85":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"84":{"tf":1.0}}}}},"p":{"df":1,"docs":{"139":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":29,"docs":{"0":{"tf":1.0},"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"15":{"tf":1.0},"38":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"75":{"tf":1.0},"77":{"tf":1.4142135623730951},"80":{"tf":1.0},"81":{"tf":1.4142135623730951},"86":{"tf":1.0},"87":{"tf":2.23606797749979},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}}},"t":{"df":1,"docs":{"21":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"108":{"tf":1.0},"116":{"tf":1.0},"119":{"tf":1.0},"121":{"tf":1.0},"25":{"tf":1.0}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":14,"docs":{"10":{"tf":1.0},"117":{"tf":1.7320508075688772},"119":{"tf":1.0},"121":{"tf":1.0},"139":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"26":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.7320508075688772},"37":{"tf":1.0},"82":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"138":{"tf":1.0},"20":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"26":{"tf":1.0},"55":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":8,"docs":{"104":{"tf":1.0},"107":{"tf":1.0},"139":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"25":{"tf":1.0},"80":{"tf":1.0},"87":{"tf":1.0}}}}},"df":1,"docs":{"134":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"127":{"tf":1.0},"131":{"tf":1.0},"90":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"15":{"tf":1.0},"19":{"tf":1.4142135623730951},"22":{"tf":1.0},"61":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"82":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":3,"docs":{"13":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.7320508075688772}}}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"df":1,"docs":{"129":{"tf":1.0}}}}}}}}}}},"p":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"25":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"43":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"1":{"tf":1.0},"80":{"tf":1.0}}}},"n":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"126":{"tf":1.0},"128":{"tf":1.0},"75":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"109":{"tf":1.0},"139":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"95":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"127":{"tf":1.0},"139":{"tf":1.0},"44":{"tf":1.0},"52":{"tf":1.4142135623730951}}}}},"t":{"df":138,"docs":{"10":{"tf":1.0},"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.7320508075688772},"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},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"12":{"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.0},"129":{"tf":1.0},"13":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"14":{"tf":1.7320508075688772},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.7320508075688772},"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},"4":{"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":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"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}},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"129":{"tf":1.0}},"s":{"[":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"129":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":5,"docs":{"0":{"tf":1.0},"109":{"tf":1.0},"123":{"tf":1.0},"139":{"tf":1.0},"41":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":2,"docs":{"119":{"tf":1.0},"77":{"tf":2.0}}}}}},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"101":{"tf":1.0},"80":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":2,"docs":{"25":{"tf":1.0},"5":{"tf":1.0}}},"t":{"df":1,"docs":{"58":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"41":{"tf":1.0},"66":{"tf":1.0},"73":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":19,"docs":{"120":{"tf":1.0},"137":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":2.0},"44":{"tf":2.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"58":{"tf":1.4142135623730951},"61":{"tf":1.0},"68":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"117":{"tf":1.0},"119":{"tf":1.0}}}}},"df":4,"docs":{"131":{"tf":1.0},"5":{"tf":1.0},"89":{"tf":1.0},"97":{"tf":1.0}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"128":{"tf":1.0},"77":{"tf":1.4142135623730951}}}},"r":{"df":4,"docs":{"11":{"tf":1.0},"139":{"tf":1.4142135623730951},"20":{"tf":1.0},"89":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":6,"docs":{"0":{"tf":1.0},"139":{"tf":1.4142135623730951},"17":{"tf":1.0},"63":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"139":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"136":{"tf":1.4142135623730951},"96":{"tf":1.7320508075688772}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":12,"docs":{"13":{"tf":1.4142135623730951},"137":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.7320508075688772},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"35":{"tf":1.4142135623730951},"39":{"tf":1.0}}}}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"112":{"tf":1.0},"123":{"tf":1.0},"38":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"138":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"60":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"137":{"tf":1.0}}}},"df":0,"docs":{}}}},"l":{"a":{"df":0,"docs":{},"n":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":10,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"4":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"[":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"85":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":29,"docs":{"1":{"tf":1.0},"104":{"tf":1.0},"11":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"25":{"tf":2.0},"26":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"71":{"tf":1.4142135623730951},"72":{"tf":1.0},"73":{"tf":1.0},"80":{"tf":2.0},"81":{"tf":1.4142135623730951},"85":{"tf":1.0}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"87":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"111":{"tf":1.0}},"g":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"26":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"d":{"df":2,"docs":{"139":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"115":{"tf":1.0},"34":{"tf":1.0},"71":{"tf":1.0}}}}},"l":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"139":{"tf":1.0},"89":{"tf":1.4142135623730951}},"e":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":5,"docs":{"130":{"tf":1.0},"131":{"tf":1.0},"133":{"tf":1.0},"5":{"tf":1.4142135623730951},"89":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"22":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"15":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0}}}},"df":0,"docs":{}},"df":8,"docs":{"127":{"tf":1.0},"130":{"tf":1.7320508075688772},"133":{"tf":2.0},"136":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.7320508075688772}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"104":{"tf":1.0},"139":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":14,"docs":{"102":{"tf":1.0},"137":{"tf":1.0},"27":{"tf":1.0},"39":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.7320508075688772},"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},"68":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"17":{"tf":1.0},"21":{"tf":1.0},"26":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"22":{"tf":1.0}}}}},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"139":{"tf":1.0},"59":{"tf":1.0}}}}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"91":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":7,"docs":{"104":{"tf":1.0},"106":{"tf":1.0},"137":{"tf":1.0},"3":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951},"86":{"tf":1.0},"87":{"tf":2.0}}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"87":{"tf":1.0},"95":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"v":{"df":2,"docs":{"131":{"tf":1.0},"90":{"tf":1.0}}}},"t":{"df":1,"docs":{"109":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"139":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"133":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"80":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":2.0}}}},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"116":{"tf":1.0},"29":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":6,"docs":{"137":{"tf":1.0},"18":{"tf":1.4142135623730951},"24":{"tf":1.0},"39":{"tf":1.0},"53":{"tf":1.0},"68":{"tf":1.0}}}}}},"df":0,"docs":{}}},"o":{"b":{"df":0,"docs":{},"e":{"df":7,"docs":{"108":{"tf":1.0},"112":{"tf":1.4142135623730951},"114":{"tf":1.0},"139":{"tf":1.0},"38":{"tf":1.0},"69":{"tf":1.0},"85":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":3,"docs":{"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":16,"docs":{"10":{"tf":1.0},"119":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.0},"133":{"tf":1.4142135623730951},"139":{"tf":1.0},"17":{"tf":1.0},"29":{"tf":1.0},"32":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":1.7320508075688772},"38":{"tf":1.0},"5":{"tf":1.0},"82":{"tf":1.0},"89":{"tf":1.0},"99":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":16,"docs":{"0":{"tf":1.0},"108":{"tf":1.0},"11":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.4142135623730951},"20":{"tf":1.0},"42":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"56":{"tf":1.4142135623730951},"64":{"tf":1.0},"76":{"tf":1.4142135623730951},"8":{"tf":1.0}},"t":{"df":12,"docs":{"118":{"tf":1.0},"135":{"tf":1.0},"139":{"tf":1.7320508075688772},"20":{"tf":1.0},"23":{"tf":1.0},"33":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"72":{"tf":1.0},"78":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"120":{"tf":1.0},"37":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":12,"docs":{"104":{"tf":1.0},"127":{"tf":1.4142135623730951},"129":{"tf":1.0},"139":{"tf":1.4142135623730951},"15":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.0},"38":{"tf":1.0},"68":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.4142135623730951},"78":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":14,"docs":{"100":{"tf":1.4142135623730951},"117":{"tf":1.0},"12":{"tf":1.0},"121":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.4142135623730951},"59":{"tf":1.0},"98":{"tf":1.4142135623730951},"99":{"tf":2.449489742783178}},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"129":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"129":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"o":{"df":0,"docs":{},"f":{"df":5,"docs":{"133":{"tf":1.0},"139":{"tf":1.0},"5":{"tf":1.0},"87":{"tf":1.0},"89":{"tf":2.449489742783178}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"97":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"135":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"139":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"70":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":7,"docs":{"0":{"tf":1.0},"138":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":2.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"89":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"112":{"tf":1.0},"23":{"tf":1.0}},"r":{"df":1,"docs":{"87":{"tf":1.0}}}},"i":{"d":{"df":5,"docs":{"106":{"tf":1.0},"35":{"tf":1.4142135623730951},"83":{"tf":1.0},"87":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":8,"docs":{"10":{"tf":1.4142135623730951},"117":{"tf":1.0},"119":{"tf":1.0},"139":{"tf":1.0},"17":{"tf":1.0},"25":{"tf":1.4142135623730951},"61":{"tf":1.0},"85":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"85":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"112":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"b":{"df":4,"docs":{"112":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"52":{"tf":2.0},"77":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"139":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"136":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"138":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":18,"docs":{"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"15":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"40":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"55":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"93":{"tf":1.4142135623730951}}}}}},"q":{"a":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"100":{"tf":1.7320508075688772},"121":{"tf":1.0},"76":{"tf":1.7320508075688772}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"102":{"tf":1.0},"137":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":10,"docs":{"122":{"tf":1.0},"123":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.0},"39":{"tf":1.0},"53":{"tf":1.0},"63":{"tf":1.4142135623730951},"64":{"tf":1.0},"68":{"tf":1.0},"70":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":12,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"2":{"tf":1.7320508075688772},"3":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"24":{"tf":1.0}}}}}}},"r":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":6,"docs":{"118":{"tf":1.0},"21":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"50":{"tf":1.0},"63":{"tf":1.0}}}}},"df":1,"docs":{"134":{"tf":1.0}}},"p":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"60":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"(":{"1":{"0":{"df":5,"docs":{"133":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.0},"57":{"tf":1.0},"66":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":1,"docs":{"72":{"tf":1.0}}},"df":0,"docs":{}},"5":{"0":{"df":2,"docs":{"134":{"tf":1.0},"55":{"tf":1.0}}},"df":5,"docs":{"11":{"tf":1.0},"134":{"tf":1.0},"65":{"tf":1.0},"67":{"tf":1.0},"73":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"r":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}}},"r":{"df":1,"docs":{"71":{"tf":1.0}}}},"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"129":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":14,"docs":{"123":{"tf":1.4142135623730951},"129":{"tf":1.4142135623730951},"134":{"tf":1.0},"135":{"tf":1.4142135623730951},"139":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"41":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":2.0},"59":{"tf":1.7320508075688772},"71":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"26":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"25":{"tf":1.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"112":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"113":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"112":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"l":{"df":4,"docs":{"112":{"tf":1.7320508075688772},"113":{"tf":1.4142135623730951},"139":{"tf":1.0},"85":{"tf":1.0}},"e":{"df":0,"docs":{},"—":{"a":{"df":1,"docs":{"87":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"123":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"94":{"tf":1.0}},"i":{"df":21,"docs":{"108":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"126":{"tf":1.0},"129":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"133":{"tf":1.0},"135":{"tf":1.0},"139":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"25":{"tf":1.0},"29":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.4142135623730951},"67":{"tf":1.0},"80":{"tf":1.0},"85":{"tf":1.4142135623730951},"87":{"tf":1.7320508075688772}}},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"129":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":8,"docs":{"0":{"tf":1.0},"111":{"tf":1.0},"15":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"61":{"tf":1.0},"77":{"tf":1.0},"89":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"69":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"139":{"tf":1.0},"20":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"108":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"77":{"tf":1.0}}}},"df":0,"docs":{}}}},"v":{"df":1,"docs":{"129":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":6,"docs":{"138":{"tf":1.0},"41":{"tf":1.0},"63":{"tf":1.0},"70":{"tf":1.0},"73":{"tf":1.4142135623730951},"77":{"tf":2.0}}}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":6,"docs":{"129":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.4142135623730951},"138":{"tf":1.0},"26":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"59":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":29,"docs":{"103":{"tf":1.7320508075688772},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.4142135623730951},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":2.0},"116":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"121":{"tf":1.4142135623730951},"122":{"tf":1.0},"123":{"tf":1.0},"13":{"tf":1.4142135623730951},"139":{"tf":1.0},"16":{"tf":1.7320508075688772},"39":{"tf":1.4142135623730951},"53":{"tf":1.0},"63":{"tf":1.4142135623730951},"68":{"tf":1.0},"70":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"m":{"d":{"df":1,"docs":{"35":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"80":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"93":{"tf":1.0}}},"y":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"93":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"135":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"139":{"tf":1.0}}},"x":{"df":5,"docs":{"131":{"tf":1.0},"135":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"90":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"96":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"137":{"tf":1.0},"56":{"tf":1.0},"87":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"108":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"42":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"93":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"15":{"tf":1.0},"21":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"87":{"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":{"3":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"104":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":5,"docs":{"12":{"tf":1.0},"38":{"tf":1.0},"60":{"tf":1.4142135623730951},"81":{"tf":1.0},"83":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"112":{"tf":1.0},"136":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":20,"docs":{"120":{"tf":1.0},"133":{"tf":1.4142135623730951},"134":{"tf":1.4142135623730951},"138":{"tf":1.0},"139":{"tf":1.0},"15":{"tf":1.0},"41":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.4142135623730951},"60":{"tf":1.0},"71":{"tf":1.0},"73":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"85":{"tf":1.0},"89":{"tf":1.0},"91":{"tf":1.0},"97":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":8,"docs":{"138":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0},"50":{"tf":1.0},"57":{"tf":1.4142135623730951},"63":{"tf":1.0},"67":{"tf":1.7320508075688772},"69":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":6,"docs":{"104":{"tf":1.0},"108":{"tf":1.0},"119":{"tf":1.0},"129":{"tf":1.0},"135":{"tf":1.0},"25":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"133":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":3,"docs":{"104":{"tf":1.0},"139":{"tf":1.4142135623730951},"17":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"77":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"77":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":18,"docs":{"118":{"tf":1.0},"119":{"tf":1.0},"123":{"tf":1.0},"129":{"tf":2.0},"133":{"tf":1.0},"134":{"tf":1.0},"139":{"tf":1.4142135623730951},"25":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"50":{"tf":1.4142135623730951},"57":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.4142135623730951},"70":{"tf":1.0},"73":{"tf":2.23606797749979},"77":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":17,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"130":{"tf":1.0},"18":{"tf":1.0},"4":{"tf":1.0},"58":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":2.0},"80":{"tf":1.0}}}},"m":{"df":1,"docs":{"117":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"139":{"tf":1.0},"22":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":11,"docs":{"107":{"tf":1.0},"112":{"tf":1.0},"119":{"tf":1.0},"139":{"tf":1.4142135623730951},"17":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"107":{"tf":1.0},"29":{"tf":1.0},"35":{"tf":1.0}}}},"df":0,"docs":{}},"df":3,"docs":{"138":{"tf":1.0},"26":{"tf":1.0},"58":{"tf":1.4142135623730951}}}},"v":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"26":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"114":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"138":{"tf":1.0},"23":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":6,"docs":{"0":{"tf":1.0},"104":{"tf":1.0},"115":{"tf":1.0},"139":{"tf":1.4142135623730951},"15":{"tf":1.0},"17":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"130":{"tf":1.4142135623730951},"59":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"139":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"c":{"df":1,"docs":{"112":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":11,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.0},"102":{"tf":1.0},"106":{"tf":1.0},"108":{"tf":1.0},"112":{"tf":1.7320508075688772},"113":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"29":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0}}}}}}}}},"df":36,"docs":{"1":{"tf":1.0},"104":{"tf":2.0},"113":{"tf":1.0},"123":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"133":{"tf":1.4142135623730951},"135":{"tf":2.0},"136":{"tf":1.0},"138":{"tf":1.4142135623730951},"139":{"tf":2.449489742783178},"17":{"tf":1.7320508075688772},"18":{"tf":1.0},"2":{"tf":1.0},"23":{"tf":2.0},"25":{"tf":1.7320508075688772},"26":{"tf":1.0},"27":{"tf":1.0},"38":{"tf":1.7320508075688772},"4":{"tf":1.0},"42":{"tf":1.0},"5":{"tf":2.0},"51":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"70":{"tf":1.0},"72":{"tf":1.0},"80":{"tf":2.23606797749979},"84":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.7320508075688772},"91":{"tf":1.0},"97":{"tf":1.7320508075688772},"99":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"106":{"tf":1.0},"112":{"tf":1.4142135623730951}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"39":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":2,"docs":{"34":{"tf":1.0},"36":{"tf":1.0}},"u":{"df":0,"docs":{},"n":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":10,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"4":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":51,"docs":{"10":{"tf":1.7320508075688772},"102":{"tf":1.0},"104":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.7320508075688772},"117":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"12":{"tf":1.4142135623730951},"120":{"tf":1.0},"127":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"129":{"tf":2.449489742783178},"131":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"136":{"tf":2.0},"138":{"tf":1.7320508075688772},"139":{"tf":2.0},"17":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"32":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"5":{"tf":1.0},"60":{"tf":1.7320508075688772},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.7320508075688772},"81":{"tf":2.0},"82":{"tf":1.7320508075688772},"83":{"tf":1.7320508075688772},"84":{"tf":1.7320508075688772},"85":{"tf":1.4142135623730951},"86":{"tf":1.0},"87":{"tf":1.4142135623730951},"89":{"tf":1.0},"95":{"tf":1.4142135623730951},"97":{"tf":1.0},"99":{"tf":2.0}},"s":{"/":{"<":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"121":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"’":{"df":1,"docs":{"87":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"85":{"tf":1.0}},"{":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"85":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"104":{"tf":1.0},"117":{"tf":1.0},"29":{"tf":1.0},"36":{"tf":1.0},"85":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"85":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"111":{"tf":1.7320508075688772},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"128":{"tf":1.0},"3":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":4,"docs":{"109":{"tf":1.0},"117":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0}},"t":{"df":0,"docs":{},"y":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"139":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"m":{"df":0,"docs":{},"e":{"df":6,"docs":{"12":{"tf":1.4142135623730951},"138":{"tf":1.4142135623730951},"139":{"tf":1.0},"26":{"tf":1.0},"35":{"tf":1.0},"80":{"tf":1.4142135623730951}}},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"0":{"tf":1.0},"128":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"87":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"c":{"a":{"df":0,"docs":{},"p":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"117":{"tf":1.0}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"117":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"117":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"/":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":1,"docs":{"117":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"117":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"117":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"117":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"4":{"tf":1.0},"43":{"tf":1.0},"64":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":21,"docs":{"11":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"4":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"59":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"<":{"c":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":15,"docs":{"118":{"tf":1.0},"29":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":2.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":64,"docs":{"1":{"tf":1.0},"104":{"tf":2.6457513110645907},"110":{"tf":1.0},"114":{"tf":1.4142135623730951},"117":{"tf":2.0},"12":{"tf":1.4142135623730951},"120":{"tf":1.0},"121":{"tf":1.4142135623730951},"122":{"tf":1.0},"123":{"tf":1.4142135623730951},"124":{"tf":1.7320508075688772},"125":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":2.6457513110645907},"130":{"tf":1.7320508075688772},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.4142135623730951},"134":{"tf":1.7320508075688772},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.4142135623730951},"138":{"tf":1.7320508075688772},"139":{"tf":2.23606797749979},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.7320508075688772},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.7320508075688772},"32":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.7320508075688772},"37":{"tf":1.0},"38":{"tf":2.23606797749979},"39":{"tf":1.7320508075688772},"4":{"tf":1.0},"40":{"tf":1.4142135623730951},"42":{"tf":1.0},"44":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.7320508075688772},"58":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"79":{"tf":1.4142135623730951},"80":{"tf":2.23606797749979},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.4142135623730951},"91":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"m":{"d":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"84":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":4,"docs":{"29":{"tf":1.4142135623730951},"36":{"tf":1.7320508075688772},"87":{"tf":1.0},"95":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":7,"docs":{"11":{"tf":1.0},"139":{"tf":1.4142135623730951},"20":{"tf":2.0},"5":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"89":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"70":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"75":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"d":{"df":17,"docs":{"104":{"tf":1.0},"11":{"tf":1.0},"116":{"tf":1.0},"123":{"tf":1.0},"133":{"tf":1.0},"138":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.7320508075688772},"61":{"tf":1.0},"7":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0}},"e":{"d":{"?":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"129":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":25,"docs":{"101":{"tf":1.0},"102":{"tf":1.4142135623730951},"104":{"tf":1.0},"110":{"tf":1.4142135623730951},"121":{"tf":1.0},"13":{"tf":1.0},"137":{"tf":1.4142135623730951},"16":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951},"46":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.4142135623730951},"61":{"tf":1.0},"68":{"tf":1.4142135623730951},"79":{"tf":1.4142135623730951},"80":{"tf":1.0},"81":{"tf":1.0},"86":{"tf":1.4142135623730951}},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"[":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"129":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"80":{"tf":1.0}}}},"df":0,"docs":{}},"f":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"112":{"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":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"a":{"d":{"d":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}}},"df":5,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"112":{"tf":1.7320508075688772},"113":{"tf":1.7320508075688772},"52":{"tf":2.23606797749979}}}},"n":{"d":{"df":2,"docs":{"4":{"tf":1.0},"77":{"tf":1.0}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":6,"docs":{"130":{"tf":1.0},"21":{"tf":1.7320508075688772},"24":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"57":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"29":{"tf":1.0},"36":{"tf":1.0}}}},"i":{"c":{"df":9,"docs":{"0":{"tf":1.0},"116":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"139":{"tf":1.0},"22":{"tf":1.0},"31":{"tf":1.0},"83":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":11,"docs":{"103":{"tf":1.0},"123":{"tf":1.4142135623730951},"130":{"tf":1.0},"133":{"tf":1.4142135623730951},"135":{"tf":1.0},"139":{"tf":1.0},"25":{"tf":1.0},"38":{"tf":1.0},"80":{"tf":1.0},"89":{"tf":1.4142135623730951},"99":{"tf":1.0}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"p":{"df":4,"docs":{"61":{"tf":1.0},"83":{"tf":1.0},"86":{"tf":1.0},"91":{"tf":1.4142135623730951}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":9,"docs":{"104":{"tf":1.0},"111":{"tf":1.0},"123":{"tf":1.0},"139":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"38":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":7,"docs":{"104":{"tf":1.0},"112":{"tf":1.0},"29":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"58":{"tf":1.0},"84":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"123":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"0":{"tf":1.0},"130":{"tf":1.0},"138":{"tf":1.0},"23":{"tf":1.4142135623730951},"73":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"134":{"tf":1.0}}},"r":{"df":1,"docs":{"73":{"tf":1.0}}}}}},"w":{"df":5,"docs":{"1":{"tf":1.0},"111":{"tf":1.0},"120":{"tf":1.0},"36":{"tf":1.0},"62":{"tf":1.0}},"n":{"df":1,"docs":{"127":{"tf":1.0}}}}}},"i":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"3":{"tf":1.0},"87":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":14,"docs":{"101":{"tf":1.0},"108":{"tf":1.0},"127":{"tf":1.4142135623730951},"138":{"tf":1.0},"139":{"tf":1.7320508075688772},"17":{"tf":1.0},"22":{"tf":2.0},"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"38":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.0},"80":{"tf":1.7320508075688772},"87":{"tf":1.4142135623730951}},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"101":{"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":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"128":{"tf":1.0},"75":{"tf":1.0}}}}}},"df":2,"docs":{"36":{"tf":1.0},"48":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"76":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":4,"docs":{"112":{"tf":1.4142135623730951},"4":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"26":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"66":{"tf":1.0},"73":{"tf":1.0}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":4,"docs":{"17":{"tf":1.0},"25":{"tf":1.0},"56":{"tf":1.0},"83":{"tf":1.0}}}}},"t":{"df":1,"docs":{"28":{"tf":1.0}}},"z":{"df":0,"docs":{},"e":{"df":2,"docs":{"22":{"tf":1.0},"52":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"89":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":4,"docs":{"139":{"tf":1.7320508075688772},"20":{"tf":1.0},"78":{"tf":1.0},"9":{"tf":1.0}}},"w":{"?":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"129":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"=":{"1":{"df":4,"docs":{"131":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"129":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"129":{"tf":1.0}},"s":{"[":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"129":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":8,"docs":{"129":{"tf":1.4142135623730951},"131":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.0},"20":{"tf":1.4142135623730951},"61":{"tf":1.0},"87":{"tf":1.0},"90":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"135":{"tf":1.0},"60":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"78":{"tf":1.0}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"15":{"tf":1.0},"38":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"df":3,"docs":{"114":{"tf":1.0},"138":{"tf":1.0},"64":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"107":{"tf":1.0},"113":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"o":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"72":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"102":{"tf":1.0}}}},"v":{"df":1,"docs":{"15":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"19":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":8,"docs":{"117":{"tf":1.0},"119":{"tf":1.0},"139":{"tf":1.0},"29":{"tf":1.0},"32":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":1.4142135623730951},"5":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"109":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":11,"docs":{"100":{"tf":1.0},"119":{"tf":1.0},"123":{"tf":1.0},"129":{"tf":1.4142135623730951},"136":{"tf":1.4142135623730951},"139":{"tf":1.0},"18":{"tf":1.0},"25":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"87":{"tf":1.0}},"i":{"df":3,"docs":{"139":{"tf":1.4142135623730951},"38":{"tf":1.0},"48":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":4,"docs":{"138":{"tf":1.0},"60":{"tf":1.0},"81":{"tf":1.0},"87":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"7":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.0}}}}}},"r":{"c":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"120":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"k":{"8":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"120":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"120":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":2,"docs":{"119":{"tf":1.0},"36":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":2,"docs":{"29":{"tf":1.7320508075688772},"36":{"tf":2.0}}},"df":0,"docs":{}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"139":{"tf":1.0},"70":{"tf":1.0},"72":{"tf":1.0}}}},"l":{"df":1,"docs":{"57":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":7,"docs":{"119":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"60":{"tf":1.0},"83":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"133":{"tf":1.0}}},"l":{"df":1,"docs":{"129":{"tf":1.0}},"e":{"d":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"129":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"58":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":2,"docs":{"46":{"tf":1.0},"7":{"tf":1.0}},"t":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"112":{"tf":1.0}}}}}}},"df":0,"docs":{}},"[":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":1,"docs":{"129":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"129":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"129":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"_":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"107":{"tf":1.0},"113":{"tf":1.0},"76":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":20,"docs":{"104":{"tf":1.0},"106":{"tf":1.0},"112":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.4142135623730951},"130":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"139":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.0},"25":{"tf":1.4142135623730951},"37":{"tf":1.0},"44":{"tf":1.0},"5":{"tf":1.0},"59":{"tf":1.0},"80":{"tf":1.0},"83":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.7320508075688772}},"u":{"df":0,"docs":{},"p":{"df":4,"docs":{"133":{"tf":1.0},"20":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":6,"docs":{"139":{"tf":1.7320508075688772},"22":{"tf":1.7320508075688772},"25":{"tf":1.0},"44":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"76":{"tf":1.7320508075688772}}},"i":{"c":{"df":1,"docs":{"112":{"tf":1.0}}},"df":0,"docs":{}}},"y":{"df":5,"docs":{"11":{"tf":1.0},"113":{"tf":1.4142135623730951},"138":{"tf":1.0},"40":{"tf":1.0},"78":{"tf":1.4142135623730951}}}},"d":{":":{":":{"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":8,"docs":{"4":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{":":{":":{"a":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"112":{"tf":1.0}}},"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":{":":{":":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"4":{"tf":1.0},"64":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":12,"docs":{"110":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951},"127":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"129":{"tf":2.23606797749979},"13":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"16":{"tf":1.4142135623730951},"59":{"tf":1.7320508075688772},"79":{"tf":1.4142135623730951},"87":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"11":{"tf":1.0},"138":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"p":{"df":3,"docs":{"104":{"tf":1.0},"139":{"tf":1.0},"25":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":2,"docs":{"116":{"tf":1.0},"117":{"tf":1.0}}}}}}},"df":2,"docs":{"112":{"tf":1.0},"113":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"139":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"66":{"tf":1.0},"73":{"tf":1.4142135623730951}}}}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"104":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"32":{"tf":1.0},"52":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"110":{"tf":1.0},"121":{"tf":1.0},"125":{"tf":1.0},"29":{"tf":1.4142135623730951},"75":{"tf":1.0}}}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"123":{"tf":1.4142135623730951}}}}}},"u":{"b":{"df":1,"docs":{"44":{"tf":1.0}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":6,"docs":{"118":{"tf":1.0},"129":{"tf":1.4142135623730951},"134":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"65":{"tf":1.0}}}},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"19":{"tf":1.0}}}}},"df":10,"docs":{"0":{"tf":1.0},"130":{"tf":1.0},"135":{"tf":1.4142135623730951},"139":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"65":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"0":{"tf":1.0},"139":{"tf":1.0}}}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":10,"docs":{"104":{"tf":1.0},"123":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"17":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0},"8":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"135":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"135":{"tf":1.0},"24":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"80":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"84":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"24":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"129":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":4,"docs":{"119":{"tf":1.0},"122":{"tf":1.0},"129":{"tf":1.4142135623730951},"77":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"26":{"tf":1.0},"61":{"tf":1.4142135623730951}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"67":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"55":{"tf":1.0},"68":{"tf":1.0},"70":{"tf":1.0},"72":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"138":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"130":{"tf":1.0}}}}}}},"n":{"c":{"df":3,"docs":{"36":{"tf":1.0},"4":{"tf":1.0},"77":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"29":{"tf":1.0}}}}}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"x":{"df":3,"docs":{"39":{"tf":1.0},"53":{"tf":1.0},"68":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":7,"docs":{"104":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":2.23606797749979},"15":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951}}}}}}}},"t":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.7320508075688772}}},"k":{"df":0,"docs":{},"e":{"df":2,"docs":{"20":{"tf":1.0},"89":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"2":{"0":{"df":2,"docs":{"57":{"tf":1.0},"73":{"tf":1.0}}},"df":0,"docs":{}},"3":{"0":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}},"4":{"5":{"df":2,"docs":{"21":{"tf":1.0},"67":{"tf":1.0}}},"df":0,"docs":{}},"df":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":{"129":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"112":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"113":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":4,"docs":{"112":{"tf":1.4142135623730951},"113":{"tf":1.7320508075688772},"138":{"tf":1.4142135623730951},"38":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"104":{"tf":1.0}}}}},"d":{"df":4,"docs":{"101":{"tf":1.0},"129":{"tf":1.7320508075688772},"42":{"tf":1.0},"85":{"tf":1.0}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":4,"docs":{"123":{"tf":1.0},"15":{"tf":1.4142135623730951},"54":{"tf":1.0},"58":{"tf":1.0}}},"r":{"df":1,"docs":{"25":{"tf":1.0}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"72":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":1,"docs":{"73":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"c":{"a":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"71":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"67":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":1,"docs":{"64":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"=":{"9":{"0":{"9":{"1":{"df":1,"docs":{"136":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"130":{"tf":1.0},"99":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"72":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"65":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":77,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.0},"104":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"11":{"tf":1.0},"111":{"tf":1.0},"114":{"tf":1.0},"116":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"119":{"tf":1.7320508075688772},"127":{"tf":1.0},"13":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"131":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.4142135623730951},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.4142135623730951},"139":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.7320508075688772},"16":{"tf":1.4142135623730951},"18":{"tf":2.0},"19":{"tf":1.7320508075688772},"2":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.7320508075688772},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.4142135623730951},"28":{"tf":1.0},"29":{"tf":2.0},"31":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.4142135623730951},"4":{"tf":1.7320508075688772},"41":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.7320508075688772},"60":{"tf":1.4142135623730951},"63":{"tf":1.0},"64":{"tf":1.0},"67":{"tf":1.7320508075688772},"68":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.4142135623730951},"70":{"tf":1.0},"71":{"tf":1.4142135623730951},"72":{"tf":1.7320508075688772},"73":{"tf":1.7320508075688772},"75":{"tf":1.0},"77":{"tf":1.7320508075688772},"86":{"tf":1.0},"87":{"tf":1.0},"89":{"tf":1.7320508075688772},"9":{"tf":1.0},"90":{"tf":1.0},"92":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"108":{"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":{"107":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"106":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"{":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":2,"docs":{"4":{"tf":1.0},"64":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"113":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"112":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"112":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"109":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"12":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{":":{":":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":2,"docs":{"4":{"tf":1.0},"64":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"4":{"tf":1.0},"64":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"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":{},"t":{":":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":4,"docs":{"136":{"tf":1.4142135623730951},"92":{"tf":1.0},"93":{"tf":1.7320508075688772},"94":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"v":{"1":{"df":1,"docs":{"93":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":2,"docs":{"36":{"tf":1.0},"92":{"tf":1.4142135623730951}}}}},"s":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":3,"docs":{"128":{"tf":1.0},"133":{"tf":1.0},"5":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"20":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"15":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"26":{"tf":1.0},"80":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"e":{"df":20,"docs":{"0":{"tf":1.0},"118":{"tf":1.0},"129":{"tf":1.0},"135":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"20":{"tf":2.23606797749979},"24":{"tf":1.0},"25":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.0},"73":{"tf":1.0},"78":{"tf":2.0},"82":{"tf":1.0},"87":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"129":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":9,"docs":{"126":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"131":{"tf":1.0},"133":{"tf":1.4142135623730951},"85":{"tf":1.0},"87":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"78":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"42":{"tf":1.0},"66":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"87":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"4":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"73":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0}}}}},"o":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"129":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"{":{"df":0,"docs":{},"i":{"df":1,"docs":{"129":{"tf":1.0}}}}}}}}}}}}}},"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"3":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":2,"docs":{"29":{"tf":1.0},"36":{"tf":1.0}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":27,"docs":{"104":{"tf":1.7320508075688772},"109":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951},"116":{"tf":1.4142135623730951},"117":{"tf":1.7320508075688772},"121":{"tf":1.0},"123":{"tf":1.0},"134":{"tf":1.4142135623730951},"139":{"tf":1.4142135623730951},"17":{"tf":1.7320508075688772},"21":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":2.0},"31":{"tf":1.0},"32":{"tf":1.4142135623730951},"36":{"tf":1.7320508075688772},"38":{"tf":1.0},"44":{"tf":1.4142135623730951},"46":{"tf":2.0},"49":{"tf":1.0},"59":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.7320508075688772},"70":{"tf":1.0},"80":{"tf":1.0}},"y":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"g":{"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":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"112":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{".":{"df":0,"docs":{},"r":{"df":2,"docs":{"31":{"tf":1.0},"32":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"117":{"tf":1.0},"36":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"123":{"tf":1.0},"139":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":5,"docs":{"128":{"tf":1.0},"131":{"tf":1.4142135623730951},"85":{"tf":1.0},"87":{"tf":1.0},"90":{"tf":1.0}}},"k":{"df":1,"docs":{"25":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"60":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":16,"docs":{"104":{"tf":1.0},"106":{"tf":1.0},"11":{"tf":1.4142135623730951},"117":{"tf":1.0},"139":{"tf":1.4142135623730951},"15":{"tf":1.0},"17":{"tf":1.7320508075688772},"21":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"35":{"tf":1.4142135623730951},"36":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.0},"85":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":14,"docs":{"110":{"tf":1.0},"111":{"tf":1.0},"117":{"tf":2.23606797749979},"118":{"tf":1.0},"119":{"tf":1.7320508075688772},"121":{"tf":1.0},"123":{"tf":1.0},"29":{"tf":1.0},"32":{"tf":1.7320508075688772},"36":{"tf":2.0},"37":{"tf":1.0},"43":{"tf":1.0},"52":{"tf":1.4142135623730951},"77":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":37,"docs":{"0":{"tf":1.7320508075688772},"11":{"tf":2.449489742783178},"118":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"127":{"tf":1.0},"129":{"tf":2.449489742783178},"130":{"tf":1.0},"133":{"tf":1.7320508075688772},"134":{"tf":1.7320508075688772},"135":{"tf":2.23606797749979},"138":{"tf":1.0},"139":{"tf":1.7320508075688772},"22":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.4142135623730951},"44":{"tf":2.0},"47":{"tf":1.7320508075688772},"48":{"tf":2.23606797749979},"55":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"61":{"tf":1.7320508075688772},"63":{"tf":1.7320508075688772},"65":{"tf":2.23606797749979},"66":{"tf":2.23606797749979},"67":{"tf":1.0},"71":{"tf":1.4142135623730951},"72":{"tf":1.0},"73":{"tf":1.0},"75":{"tf":2.6457513110645907},"76":{"tf":1.4142135623730951},"79":{"tf":1.0},"85":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"d":{"a":{"df":1,"docs":{"135":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"5":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"5":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"139":{"tf":1.0},"76":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"139":{"tf":1.0},"76":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"87":{"tf":1.0}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"m":{"d":{"df":1,"docs":{"121":{"tf":1.0}}},"df":0,"docs":{}}},"df":3,"docs":{"121":{"tf":1.4142135623730951},"36":{"tf":1.7320508075688772},"37":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"125":{"tf":1.4142135623730951},"129":{"tf":2.23606797749979},"87":{"tf":1.0}}}},"df":1,"docs":{"12":{"tf":1.4142135623730951}},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"139":{"tf":1.4142135623730951},"41":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"56":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":16,"docs":{"102":{"tf":1.0},"124":{"tf":1.7320508075688772},"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"13":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"77":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"138":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"25":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":2,"docs":{"123":{"tf":1.0},"59":{"tf":1.7320508075688772}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"81":{"tf":1.0}}}}},"x":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}}}},"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"100":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":5,"docs":{"129":{"tf":1.7320508075688772},"20":{"tf":1.0},"36":{"tf":1.0},"63":{"tf":1.7320508075688772},"70":{"tf":1.7320508075688772}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":7,"docs":{"116":{"tf":1.0},"117":{"tf":1.0},"139":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"75":{"tf":1.0}}}}}},"u":{"1":{"6":{"df":1,"docs":{"58":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"6":{"4":{"df":2,"docs":{"52":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"77":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"81":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":10,"docs":{"104":{"tf":1.0},"106":{"tf":1.0},"11":{"tf":1.0},"139":{"tf":1.0},"15":{"tf":1.4142135623730951},"2":{"tf":1.0},"55":{"tf":1.0},"63":{"tf":1.4142135623730951},"65":{"tf":1.0},"70":{"tf":1.7320508075688772}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"13":{"tf":1.0},"18":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"96":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"df":1,"docs":{"60":{"tf":1.0}}}},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"129":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"87":{"tf":1.0}}}}},"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":1,"docs":{"61":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"113":{"tf":1.0},"130":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"94":{"tf":1.0}}}}}},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}},"df":4,"docs":{"17":{"tf":1.0},"7":{"tf":1.0},"87":{"tf":1.0},"99":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"38":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":8,"docs":{"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.4142135623730951},"121":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0},"61":{"tf":1.0}}}},"df":37,"docs":{"10":{"tf":1.0},"102":{"tf":1.0},"104":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.4142135623730951},"108":{"tf":1.0},"11":{"tf":1.0},"112":{"tf":2.23606797749979},"113":{"tf":1.7320508075688772},"12":{"tf":1.4142135623730951},"123":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"136":{"tf":1.0},"138":{"tf":1.4142135623730951},"139":{"tf":1.7320508075688772},"4":{"tf":2.0},"47":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"64":{"tf":2.23606797749979},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.4142135623730951},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"87":{"tf":1.0},"89":{"tf":1.4142135623730951},"93":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":79,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"123":{"tf":1.0},"133":{"tf":1.0},"22":{"tf":1.7320508075688772},"27":{"tf":1.7320508075688772},"28":{"tf":1.0},"29":{"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.4142135623730951},"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.4142135623730951},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":2.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.7320508075688772},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.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}},"s":{"(":{"1":{"0":{"df":5,"docs":{"11":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"66":{"tf":1.0},"73":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":5,"docs":{"133":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.0},"61":{"tf":1.0},"71":{"tf":1.0}}},"df":0,"docs":{}},"3":{"0":{"df":2,"docs":{"55":{"tf":1.0},"72":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":2,"docs":{"65":{"tf":1.0},"67":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"z":{"df":4,"docs":{"112":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"47":{"tf":1.0},"77":{"tf":2.449489742783178}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"114":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"29":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951}}}},"x":{"df":0,"docs":{},"o":{"df":2,"docs":{"139":{"tf":1.4142135623730951},"76":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{},"s":{"(":{"2":{"df":6,"docs":{"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"4":{"tf":1.0},"65":{"tf":1.0},"7":{"tf":1.0}}},"3":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"133":{"tf":1.0},"44":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":8,"docs":{"11":{"tf":1.0},"134":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"64":{"tf":1.0},"66":{"tf":1.0},"71":{"tf":1.0}}},"4":{"df":3,"docs":{"21":{"tf":1.0},"67":{"tf":1.0},"72":{"tf":1.0}}},"5":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"134":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"46":{"tf":1.0},"57":{"tf":1.0}}},"7":{"df":1,"docs":{"73":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":37,"docs":{"0":{"tf":2.0},"101":{"tf":1.4142135623730951},"104":{"tf":1.0},"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"123":{"tf":1.4142135623730951},"127":{"tf":1.0},"128":{"tf":1.4142135623730951},"129":{"tf":2.23606797749979},"133":{"tf":1.4142135623730951},"134":{"tf":1.4142135623730951},"135":{"tf":1.7320508075688772},"138":{"tf":1.0},"139":{"tf":2.0},"15":{"tf":1.4142135623730951},"26":{"tf":1.0},"29":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"63":{"tf":2.0},"64":{"tf":1.4142135623730951},"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.7320508075688772},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"75":{"tf":1.0},"85":{"tf":1.0},"89":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":3,"docs":{"100":{"tf":1.0},"139":{"tf":1.0},"76":{"tf":1.0}}}},"r":{"df":2,"docs":{"130":{"tf":1.0},"99":{"tf":1.0}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"131":{"tf":1.4142135623730951},"139":{"tf":1.0},"88":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"94":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"20":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"!":{"[":{"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":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":1,"docs":{"112":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":1,"docs":{"112":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"131":{"tf":1.0},"90":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":3,"docs":{"138":{"tf":1.0},"23":{"tf":1.0},"73":{"tf":1.0}},"f":{"df":3,"docs":{"26":{"tf":1.0},"76":{"tf":1.4142135623730951},"89":{"tf":1.0}},"i":{"df":20,"docs":{"0":{"tf":1.0},"123":{"tf":1.0},"129":{"tf":1.4142135623730951},"133":{"tf":1.0},"135":{"tf":1.4142135623730951},"136":{"tf":1.0},"139":{"tf":1.4142135623730951},"17":{"tf":1.0},"42":{"tf":1.0},"51":{"tf":1.0},"55":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.4142135623730951},"67":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.7320508075688772},"77":{"tf":1.0},"78":{"tf":1.0},"87":{"tf":1.0},"96":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"26":{"tf":1.0}}}}}},"i":{"a":{"df":7,"docs":{"100":{"tf":1.0},"119":{"tf":1.0},"127":{"tf":1.0},"139":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0},"49":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"36":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"80":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":1,"docs":{"61":{"tf":1.0}}}},"w":{"[":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"25":{"tf":1.0}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"139":{"tf":1.4142135623730951},"17":{"tf":1.0},"25":{"tf":1.0},"80":{"tf":1.0},"89":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"20":{"tf":2.23606797749979}},"e":{"df":0,"docs":{},"t":{"df":22,"docs":{"104":{"tf":1.0},"106":{"tf":1.0},"11":{"tf":1.4142135623730951},"116":{"tf":1.7320508075688772},"123":{"tf":1.0},"129":{"tf":1.7320508075688772},"130":{"tf":1.0},"133":{"tf":1.4142135623730951},"134":{"tf":1.4142135623730951},"135":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.7320508075688772},"61":{"tf":2.0},"75":{"tf":1.0},"76":{"tf":2.0},"85":{"tf":1.0},"87":{"tf":1.0}},"s":{"(":{"1":{"0":{"0":{"0":{"df":1,"docs":{"61":{"tf":1.0}}},"df":2,"docs":{"134":{"tf":1.0},"72":{"tf":1.0}}},"df":5,"docs":{"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"65":{"tf":1.0},"67":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":5,"docs":{"11":{"tf":1.0},"134":{"tf":1.0},"61":{"tf":1.0},"66":{"tf":1.0},"73":{"tf":1.0}}},"df":0,"docs":{}},"5":{"0":{"df":3,"docs":{"133":{"tf":1.0},"47":{"tf":1.0},"71":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":4,"docs":{"129":{"tf":1.0},"130":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"121":{"tf":1.0},"19":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"89":{"tf":1.0}}}},"y":{"df":1,"docs":{"19":{"tf":1.0}}}},"df":1,"docs":{"25":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"’":{"df":3,"docs":{"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"123":{"tf":1.0},"139":{"tf":1.0},"59":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"129":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"129":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":8,"docs":{"104":{"tf":1.0},"123":{"tf":1.0},"139":{"tf":1.0},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"38":{"tf":1.0},"42":{"tf":1.0},"80":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"106":{"tf":1.0},"114":{"tf":1.4142135623730951},"83":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"114":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"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":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"2":{"0":{"df":2,"docs":{"66":{"tf":1.0},"73":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"0":{"df":6,"docs":{"135":{"tf":1.0},"4":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0},"64":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}},"4":{"5":{"df":1,"docs":{"11":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":2,"docs":{"23":{"tf":1.0},"56":{"tf":1.0}}},"6":{"0":{"0":{"df":1,"docs":{"72":{"tf":1.0}}},"df":6,"docs":{"135":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.0},"55":{"tf":1.0},"65":{"tf":1.0},"71":{"tf":1.0}}},"df":0,"docs":{}},"9":{"0":{"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":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":2,"docs":{"130":{"tf":1.0},"139":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"0":{"df":1,"docs":{"114":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"0":{"tf":1.0},"133":{"tf":1.0},"22":{"tf":1.0},"78":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"1":{"tf":1.0},"26":{"tf":1.0},"44":{"tf":1.0},"59":{"tf":1.0},"75":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":7,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"64":{"tf":1.0},"66":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":8,"docs":{"118":{"tf":1.0},"125":{"tf":1.0},"29":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"52":{"tf":1.4142135623730951},"61":{"tf":1.0},"68":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"121":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"121":{"tf":1.0},"37":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":2,"docs":{"121":{"tf":1.0},"37":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"36":{"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":{"52":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"df":1,"docs":{"129":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":59,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"101":{"tf":1.4142135623730951},"102":{"tf":1.0},"104":{"tf":2.23606797749979},"106":{"tf":1.7320508075688772},"107":{"tf":1.0},"108":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":2.0},"112":{"tf":2.6457513110645907},"113":{"tf":1.4142135623730951},"114":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":2.6457513110645907},"121":{"tf":1.0},"123":{"tf":1.7320508075688772},"126":{"tf":1.0},"129":{"tf":2.449489742783178},"130":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.7320508075688772},"135":{"tf":1.0},"138":{"tf":1.4142135623730951},"139":{"tf":2.23606797749979},"17":{"tf":1.4142135623730951},"25":{"tf":2.23606797749979},"26":{"tf":1.4142135623730951},"27":{"tf":1.0},"29":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.7320508075688772},"36":{"tf":1.7320508075688772},"37":{"tf":1.0},"38":{"tf":1.7320508075688772},"39":{"tf":1.0},"40":{"tf":2.0},"41":{"tf":2.449489742783178},"42":{"tf":2.23606797749979},"47":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"57":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.7320508075688772},"65":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"70":{"tf":1.0},"75":{"tf":1.4142135623730951},"76":{"tf":1.0},"77":{"tf":1.0},"79":{"tf":1.4142135623730951},"80":{"tf":1.7320508075688772},"85":{"tf":1.0},"87":{"tf":1.4142135623730951}},"s":{"/":{"<":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{">":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"118":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":1,"docs":{"118":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"33":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"d":{"a":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"33":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"117":{"tf":1.0},"118":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"118":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"33":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":12,"docs":{"110":{"tf":1.0},"121":{"tf":1.0},"28":{"tf":2.0},"29":{"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}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"16":{"tf":1.0},"18":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"e":{"df":2,"docs":{"129":{"tf":3.0},"138":{"tf":1.0}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"’":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"132":{"tf":1.0}}}},"r":{"df":2,"docs":{"11":{"tf":1.0},"55":{"tf":1.0}}}}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":3,"docs":{"129":{"tf":2.23606797749979},"139":{"tf":1.0},"89":{"tf":1.0}}}}}}}},"title":{"root":{"1":{"df":3,"docs":{"126":{"tf":1.0},"7":{"tf":1.0},"92":{"tf":1.0}}},"2":{"df":3,"docs":{"127":{"tf":1.0},"8":{"tf":1.0},"93":{"tf":1.0}}},"3":{"df":3,"docs":{"128":{"tf":1.0},"9":{"tf":1.0},"94":{"tf":1.0}}},"4":{"df":3,"docs":{"10":{"tf":1.0},"129":{"tf":1.0},"95":{"tf":1.0}}},"5":{"df":2,"docs":{"130":{"tf":1.0},"96":{"tf":1.0}}},"6":{"df":2,"docs":{"131":{"tf":1.0},"97":{"tf":1.0}}},"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"100":{"tf":1.0},"101":{"tf":1.0}}}}}},"df":0,"docs":{}},"d":{"d":{"df":2,"docs":{"11":{"tf":1.0},"121":{"tf":1.0}}},"df":4,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"69":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"73":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"36":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"i":{"df":2,"docs":{"101":{"tf":1.0},"98":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"122":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"17":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"95":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"38":{"tf":1.0}}}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"45":{"tf":1.0},"93":{"tf":1.0}}}}},"df":0,"docs":{}}},"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"76":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"78":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"92":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"44":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"c":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"130":{"tf":1.0}}}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":4,"docs":{"21":{"tf":1.0},"50":{"tf":1.0},"67":{"tf":1.0},"73":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"123":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"127":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"95":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"93":{"tf":1.0},"96":{"tf":1.0}}}}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"121":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"130":{"tf":1.0},"132":{"tf":1.0},"85":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"12":{"tf":1.0},"83":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"57":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"46":{"tf":1.0},"7":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"113":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":2,"docs":{"51":{"tf":1.0},"64":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"78":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"123":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"123":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"115":{"tf":1.0},"30":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":3,"docs":{"100":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0}}}}}}}},"d":{"a":{"df":2,"docs":{"49":{"tf":1.0},"66":{"tf":1.0}}},"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"131":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"121":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"19":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":2,"docs":{"10":{"tf":1.0},"133":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":3,"docs":{"26":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"103":{"tf":1.0},"104":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"29":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"12":{"tf":1.0},"83":{"tf":1.0}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"l":{"df":1,"docs":{"123":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"95":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"131":{"tf":1.0},"60":{"tf":1.0},"88":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"136":{"tf":1.0}}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"128":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":5,"docs":{"111":{"tf":1.0},"120":{"tf":1.0},"62":{"tf":1.0},"69":{"tf":1.0},"97":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":12,"docs":{"100":{"tf":1.0},"107":{"tf":1.0},"111":{"tf":1.0},"113":{"tf":1.0},"135":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.0},"51":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"85":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"94":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"105":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":3,"docs":{"45":{"tf":1.0},"52":{"tf":1.0},"74":{"tf":1.0}}}}}}}},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"125":{"tf":1.0},"126":{"tf":1.0},"135":{"tf":1.0}}}}}},"q":{"df":1,"docs":{"138":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"30":{"tf":1.0}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"21":{"tf":1.0},"4":{"tf":1.0},"59":{"tf":1.0}}}}},"t":{"df":1,"docs":{"60":{"tf":1.0}}}},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":2,"docs":{"116":{"tf":1.0},"31":{"tf":1.0}}}}}},"r":{"df":2,"docs":{"117":{"tf":1.0},"32":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":2,"docs":{"119":{"tf":1.0},"34":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"118":{"tf":1.0},"33":{"tf":1.0}}}}}}}}}}},"df":1,"docs":{"105":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"75":{"tf":1.0}}}}}},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"139":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"125":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"22":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"109":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"127":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"101":{"tf":1.0}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"74":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"126":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"tf":1.0}},"i":{"df":1,"docs":{"103":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"19":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"115":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"75":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"v":{"df":1,"docs":{"122":{"tf":1.0}}}},"k":{"8":{"df":1,"docs":{"97":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"56":{"tf":1.0}}}},"y":{"df":1,"docs":{"30":{"tf":1.0}}}},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"84":{"tf":1.0},"91":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"28":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"104":{"tf":1.0},"127":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"51":{"tf":1.0},"64":{"tf":1.0}}}}},"o":{"a":{"d":{"df":2,"docs":{"71":{"tf":1.0},"72":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"82":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":1,"docs":{"128":{"tf":1.0}}}}},"m":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"93":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"56":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"132":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"100":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"61":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"23":{"tf":1.0}}}}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"126":{"tf":1.0}},"l":{"df":1,"docs":{"104":{"tf":1.0}}}}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"37":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"21":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"77":{"tf":1.0}}}}}}},"w":{"df":1,"docs":{"111":{"tf":1.0}}},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"13":{"tf":1.0},"16":{"tf":1.0}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":3,"docs":{"101":{"tf":1.0},"128":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":3,"docs":{"22":{"tf":1.0},"59":{"tf":1.0},"98":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"87":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"19":{"tf":1.0}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"17":{"tf":1.0}}}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"103":{"tf":1.0},"122":{"tf":1.0},"14":{"tf":1.0},"27":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"77":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":3,"docs":{"43":{"tf":1.0},"44":{"tf":1.0},"58":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"96":{"tf":1.0}}}}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":2,"docs":{"18":{"tf":1.0},"35":{"tf":1.0}}}}}}}}}}},"o":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"89":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"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":{"3":{"tf":1.0}}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"95":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"o":{"b":{"df":0,"docs":{},"e":{"df":1,"docs":{"112":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"71":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":2,"docs":{"98":{"tf":1.0},"99":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"20":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"63":{"tf":1.0},"70":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"26":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"112":{"tf":1.0},"113":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"77":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"103":{"tf":1.0},"115":{"tf":1.0},"63":{"tf":1.0},"70":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"67":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"58":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"df":6,"docs":{"23":{"tf":1.0},"5":{"tf":1.0},"56":{"tf":1.0},"80":{"tf":1.0},"9":{"tf":1.0},"97":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"108":{"tf":1.0},"136":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"111":{"tf":1.0}}}}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":6,"docs":{"104":{"tf":1.0},"124":{"tf":1.0},"129":{"tf":1.0},"25":{"tf":1.0},"38":{"tf":1.0},"80":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"47":{"tf":1.0}}},"df":8,"docs":{"102":{"tf":1.0},"110":{"tf":1.0},"137":{"tf":1.0},"39":{"tf":1.0},"53":{"tf":1.0},"68":{"tf":1.0},"79":{"tf":1.0},"86":{"tf":1.0}}},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"91":{"tf":1.0}}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"123":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"127":{"tf":1.0},"22":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"112":{"tf":1.0},"64":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":2,"docs":{"129":{"tf":1.0},"136":{"tf":1.0}}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"55":{"tf":1.0}}}},"y":{"df":1,"docs":{"113":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":8,"docs":{"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"13":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"16":{"tf":1.0}}}},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"29":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"24":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"61":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"72":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"94":{"tf":1.0}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"113":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":14,"docs":{"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"18":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"67":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"92":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":2,"docs":{"20":{"tf":1.4142135623730951},"78":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":3,"docs":{"109":{"tf":1.0},"46":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"11":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"11":{"tf":1.0},"48":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"75":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":2,"docs":{"121":{"tf":1.0},"36":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"125":{"tf":1.0},"129":{"tf":1.0}}}},"df":1,"docs":{"12":{"tf":1.0}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"124":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"59":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"27":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"131":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"76":{"tf":1.0}},"i":{"df":1,"docs":{"96":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"20":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"47":{"tf":1.0},"76":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"23":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"114":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":11,"docs":{"106":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"134":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"lang":"English","pipeline":["trimmer","stopWordFilter","stemmer"],"ref":"id","version":"0.9.5"},"results_options":{"limit_results":30,"teaser_word_count":30},"search_options":{"bool":"OR","expand":true,"fields":{"body":{"boost":1},"breadcrumbs":{"boost":1},"title":{"boost":2}}}}')); \ No newline at end of file diff --git a/docs/searchindex-bffdcfb9.js b/docs/searchindex-bffdcfb9.js new file mode 100644 index 0000000..5629b69 --- /dev/null +++ b/docs/searchindex-bffdcfb9.js @@ -0,0 +1 @@ +window.search = Object.assign(window.search, JSON.parse('{"doc_urls":["project-context-primer.html#project-context-primer","what-you-will-learn.html#what-you-will-learn","part-i.html#part-i--foundations","introduction.html#introduction","architecture-overview.html#architecture-overview","testing-philosophy.html#testing-philosophy","scenario-lifecycle.html#scenario-lifecycle-conceptual","design-rationale.html#design-rationale","part-ii.html#part-ii--user-guide","workspace-layout.html#workspace-layout","annotated-tree.html#annotated-tree","authoring-scenarios.html#authoring-scenarios","workloads.html#core-content-workloads--expectations","workloads.html#workloads","workloads.html#expectations","scenario-builder-ext-patterns.html#core-content-scenariobuilderext-patterns","best-practices.html#best-practices","examples.html#examples","examples.html#simple-2-validator-transaction-workload","examples.html#da--transaction-workload","examples.html#chaos--liveness-check","examples-advanced.html#advanced--artificial-examples","examples-advanced.html#synthetic-delay-workload-network-latency-simulation","examples-advanced.html#oscillating-load-workload-traffic-waves","examples-advanced.html#byzantine-behavior-mock","examples-advanced.html#custom-expectation-block-finality-drift","examples-advanced.html#custom-deployer-dry-run-deployer","examples-advanced.html#stochastic-topology-generator","examples-advanced.html#multi-phase-scenario-pipelines","running-scenarios.html#running-scenarios","runners.html#runners","runners.html#local-runner","runners.html#docker-compose-runner","runners.html#kubernetes-runner","runners.html#common-expectations","operations.html#operations","part-iii.html#part-iii--developer-reference","scenario-model.html#scenario-model-developer-level","extending.html#extending-the-framework","extending.html#adding-a-workload","extending.html#adding-an-expectation","extending.html#adding-a-runner","extending.html#adding-topology-helpers","custom-workload-example.html#example-new-workload--expectation-rust","custom-workload-example.html#workload-simple-reachability-probe","custom-workload-example.html#expectation-confirm-the-target-stayed-reachable","custom-workload-example.html#how-to-wire-it","internal-crate-reference.html#internal-crate-reference","part-iv.html#part-iv--appendix","dsl-cheat-sheet.html#core-content-dsl-cheat-sheet","troubleshooting.html#troubleshooting-scenarios","faq.html#faq","glossary.html#glossary"],"index":{"documentStore":{"docInfo":{"0":{"body":93,"breadcrumbs":6,"title":3},"1":{"body":26,"breadcrumbs":2,"title":1},"10":{"body":59,"breadcrumbs":8,"title":2},"11":{"body":101,"breadcrumbs":8,"title":2},"12":{"body":18,"breadcrumbs":12,"title":4},"13":{"body":38,"breadcrumbs":9,"title":1},"14":{"body":71,"breadcrumbs":9,"title":1},"15":{"body":84,"breadcrumbs":12,"title":4},"16":{"body":96,"breadcrumbs":8,"title":2},"17":{"body":14,"breadcrumbs":6,"title":1},"18":{"body":28,"breadcrumbs":10,"title":5},"19":{"body":31,"breadcrumbs":8,"title":3},"2":{"body":10,"breadcrumbs":4,"title":2},"20":{"body":37,"breadcrumbs":8,"title":3},"21":{"body":19,"breadcrumbs":10,"title":3},"22":{"body":41,"breadcrumbs":13,"title":6},"23":{"body":37,"breadcrumbs":12,"title":5},"24":{"body":34,"breadcrumbs":10,"title":3},"25":{"body":41,"breadcrumbs":12,"title":5},"26":{"body":39,"breadcrumbs":12,"title":5},"27":{"body":35,"breadcrumbs":10,"title":3},"28":{"body":40,"breadcrumbs":11,"title":4},"29":{"body":75,"breadcrumbs":8,"title":2},"3":{"body":84,"breadcrumbs":4,"title":1},"30":{"body":20,"breadcrumbs":6,"title":1},"31":{"body":16,"breadcrumbs":7,"title":2},"32":{"body":23,"breadcrumbs":8,"title":3},"33":{"body":17,"breadcrumbs":7,"title":2},"34":{"body":61,"breadcrumbs":7,"title":2},"35":{"body":152,"breadcrumbs":6,"title":1},"36":{"body":10,"breadcrumbs":8,"title":4},"37":{"body":116,"breadcrumbs":12,"title":4},"38":{"body":0,"breadcrumbs":8,"title":2},"39":{"body":39,"breadcrumbs":8,"title":2},"4":{"body":111,"breadcrumbs":6,"title":2},"40":{"body":21,"breadcrumbs":8,"title":2},"41":{"body":29,"breadcrumbs":8,"title":2},"42":{"body":21,"breadcrumbs":9,"title":3},"43":{"body":19,"breadcrumbs":14,"title":5},"44":{"body":120,"breadcrumbs":13,"title":4},"45":{"body":67,"breadcrumbs":14,"title":5},"46":{"body":24,"breadcrumbs":10,"title":1},"47":{"body":91,"breadcrumbs":10,"title":3},"48":{"body":10,"breadcrumbs":6,"title":3},"49":{"body":84,"breadcrumbs":11,"title":5},"5":{"body":96,"breadcrumbs":6,"title":2},"50":{"body":86,"breadcrumbs":7,"title":2},"51":{"body":99,"breadcrumbs":5,"title":1},"52":{"body":78,"breadcrumbs":5,"title":1},"6":{"body":115,"breadcrumbs":8,"title":3},"7":{"body":68,"breadcrumbs":6,"title":2},"8":{"body":10,"breadcrumbs":8,"title":4},"9":{"body":94,"breadcrumbs":8,"title":2}},"docs":{"0":{"body":"This book focuses on the Nomos Testing Framework. It assumes familiarity with\\nthe Nomos architecture, but for completeness, here is a short primer. Nomos is a modular blockchain protocol composed of validators, executors,\\nand a data-availability (DA) subsystem. Validators participate in consensus, produce blocks, and verify and sample\\nDA data. Executors are validators extended with DA blob dispersal capabilities,\\nallowing them to both produce blocks and submit data to the DA network. Data Availability (DA) ensures that data referenced in blocks is\\npublished and retrievable. Validators verify and sample DA data, while\\nexecutors additionally disperse blobs to the DA network. This includes channel\\ndata and blob submissions used by workloads. These roles share most services but differ in DA responsibilities, requiring\\nmulti-node testing environments that simulate real consensus, networking,\\ntiming, and DA interactions.","breadcrumbs":"Project Context Primer » Project Context Primer","id":"0","title":"Project Context Primer"},"1":{"body":"This book gives you a clear mental model for Nomos multi-node testing, shows how\\nto author scenarios that pair realistic workloads with explicit expectations,\\nand guides you to run them across local, containerized, and cluster environments\\nwithout changing the plan.","breadcrumbs":"What You Will Learn » What You Will Learn","id":"1","title":"What You Will Learn"},"10":{"body":"High-level view of the workspace and how pieces relate: nomos-testing/\\n├─ testing-framework/\\n│ ├─ configs/ # shared configuration helpers\\n│ ├─ core/ # scenario model, runtime, topology\\n│ ├─ workflows/ # workloads, expectations, DSL extensions\\n│ └─ runners/ # local, compose, k8s deployment backends\\n├─ tests/ # integration scenarios using the framework\\n└─ scripts/ # supporting setup utilities (e.g., assets) Each area maps to a responsibility: describe configs, orchestrate scenarios,\\npackage common traffic and assertions, adapt to environments, and demonstrate\\nend-to-end usage.","breadcrumbs":"Part II — User Guide » Annotated Tree » Annotated Tree","id":"10","title":"Annotated Tree"},"11":{"body":"Creating a scenario is a declarative exercise: Shape the topology: decide how many validators and executors to run, and\\nwhat high-level network and data-availability characteristics matter for the\\ntest. Attach workloads: pick traffic generators that align with your goals\\n(transactions, data-availability blobs, or chaos for resilience probes). Define expectations: specify the health signals that must hold when the\\nrun finishes (e.g., consensus liveness, inclusion of submitted activity; see Core Content: Workloads & Expectations). Set duration: choose a run window long enough to observe meaningful\\nblock progression and the effects of your workloads. Choose a runner: target local processes for fast iteration, Docker\\nCompose for reproducible multi-node stacks, or Kubernetes for cluster-grade\\nvalidation. For environment considerations, see Operations. Keep scenarios small and explicit: make the intended behavior and the success\\ncriteria clear so failures are easy to interpret and act upon.","breadcrumbs":"Part II — User Guide » Authoring Scenarios » Authoring Scenarios","id":"11","title":"Authoring Scenarios"},"12":{"body":"Workloads describe the activity a scenario generates; expectations describe the\\nsignals that must hold when that activity completes. Both are pluggable so\\nscenarios stay readable and purpose-driven.","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Core Content: Workloads & Expectations","id":"12","title":"Core Content: Workloads & Expectations"},"13":{"body":"Transaction workload: submits user-level transactions at a configurable\\nrate and can limit how many distinct actors participate. Data-availability workload: drives blob and channel activity to exercise\\ndata-availability paths. Chaos workload: triggers controlled node restarts to test resilience and\\nrecovery behaviors (requires a runner that can control nodes).","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Workloads","id":"13","title":"Workloads"},"14":{"body":"Consensus liveness: verifies the system continues to produce blocks in\\nline with the planned workload and timing window. Workload-specific checks: each workload can attach its own success\\ncriteria (e.g., inclusion of submitted activity) so scenarios remain concise. Together, workloads and expectations let you express both the pressure applied\\nto the system and the definition of “healthy” for that run. Workload pipeline (conceptual): Inputs (topology + wallets + rates) │ ▼\\nWorkload init → Drive traffic → Collect signals │ ▼ Expectations evaluate Mermaid view: flowchart TD I[Inputs
(topology + wallets + rates)] --> Init[Workload init] Init --> Drive[Drive traffic] Drive --> Collect[Collect signals] Collect --> Eval[Expectations evaluate]","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Expectations","id":"14","title":"Expectations"},"15":{"body":"Patterns that keep scenarios readable and reusable: Topology-first: start by shaping the cluster (counts, layout) so later\\nsteps inherit a clear foundation. Bundle defaults: use the DSL helpers to attach common expectations (like\\nliveness) whenever you add a matching workload, reducing forgotten checks. Intentional rates: express traffic in per-block terms to align with\\nprotocol timing rather than wall-clock assumptions. Opt-in chaos: enable restart patterns only in scenarios meant to probe\\nresilience; keep functional smoke tests deterministic. Wallet clarity: seed only the number of actors you need; it keeps\\ntransaction scenarios deterministic and interpretable. These patterns make scenario definitions self-explanatory while staying aligned\\nwith the framework’s block-oriented timing model.","breadcrumbs":"Part II — User Guide » Core Content: ScenarioBuilderExt Patterns » Core Content: ScenarioBuilderExt Patterns","id":"15","title":"Core Content: ScenarioBuilderExt Patterns"},"16":{"body":"State your intent: document the goal of each scenario (throughput, DA\\nvalidation, resilience) so expectation choices are obvious. Keep runs meaningful: choose durations that allow multiple blocks and make\\ntiming-based assertions trustworthy. Separate concerns: start with deterministic workloads for functional\\nchecks; add chaos in dedicated resilience scenarios to avoid noisy failures. Reuse patterns: standardize on shared topology and workload presets so\\nresults are comparable across environments and teams. Observe first, tune second: rely on liveness and inclusion signals to\\ninterpret outcomes before tweaking rates or topology. Environment fit: pick runners that match the feedback loop you need—local\\nfor speed, compose for reproducible stacks, k8s for cluster-grade fidelity. Minimal surprises: seed only necessary wallets and keep configuration\\ndeltas explicit when moving between CI and developer machines.","breadcrumbs":"Part II — User Guide » Best Practices » Best Practices","id":"16","title":"Best Practices"},"17":{"body":"Concrete scenario shapes that illustrate how to combine topologies, workloads,\\nand expectations. Adjust counts, rates, and durations to fit your environment.","breadcrumbs":"Part II — User Guide » Examples » Examples","id":"17","title":"Examples"},"18":{"body":"Topology: two validators. Workload: transaction submissions at a modest per-block rate with a small\\nset of wallet actors. Expectations: consensus liveness and inclusion of submitted activity. When to use: smoke tests for consensus and transaction flow on minimal\\nhardware.","breadcrumbs":"Part II — User Guide » Examples » Simple 2-validator transaction workload","id":"18","title":"Simple 2-validator transaction workload"},"19":{"body":"Topology: validators plus executors if available. Workloads: data-availability blobs/channels and transactions running\\ntogether to stress both paths. Expectations: consensus liveness and workload-level inclusion/availability\\nchecks. When to use: end-to-end coverage of transaction and DA layers in one run.","breadcrumbs":"Part II — User Guide » Examples » DA + transaction workload","id":"19","title":"DA + transaction workload"},"2":{"body":"Conceptual chapters that establish the mental model for the framework and how\\nit approaches multi-node testing.","breadcrumbs":"Part I — Foundations » Part I — Foundations","id":"2","title":"Part I — Foundations"},"20":{"body":"Topology: validators (optionally executors) with node control enabled. Workloads: baseline traffic (transactions or DA) plus chaos restarts on\\nselected roles. Expectations: consensus liveness to confirm the system keeps progressing\\ndespite restarts; workload-specific inclusion if traffic is present. When to use: resilience validation and operational readiness drills.","breadcrumbs":"Part II — User Guide » Examples » Chaos + liveness check","id":"20","title":"Chaos + liveness check"},"21":{"body":"These illustrative scenarios stretch the framework to show how to build new\\nworkloads, expectations, deployers, and topology tricks. They are intentionally\\n“synthetic” to teach capabilities rather than prescribe production tests.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Advanced & Artificial Examples","id":"21","title":"Advanced & Artificial Examples"},"22":{"body":"Idea: inject fake latency between node interactions using internal timers,\\nnot OS-level tooling. Demonstrates: sequencing control inside a workload, verifying protocol\\nprogression under induced lag, using timers to pace submissions. Shape: wrap submissions in delays that mimic slow peers; ensure the\\nexpectation checks blocks still progress.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Synthetic Delay Workload (Network Latency Simulation)","id":"22","title":"Synthetic Delay Workload (Network Latency Simulation)"},"23":{"body":"Idea: traffic rate changes every block or N seconds (e.g., blocks 1–3 low,\\n4–5 high, 6–7 zero, repeat). Demonstrates: dynamic, stateful workloads that use RunMetrics to time\\nphases; modeling real-world burstiness. Shape: schedule per-phase rates; confirm inclusion/liveness across peaks\\nand troughs.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Oscillating Load Workload (Traffic Waves)","id":"23","title":"Oscillating Load Workload (Traffic Waves)"},"24":{"body":"Idea: a workload that drops half its planned submissions, sometimes\\ndouble-submits, and intentionally triggers expectation failures. Demonstrates: negative testing, resilience checks, and the value of clear\\nexpectations when behavior is adversarial by design. Shape: parameterize drop/double-submit probabilities; pair with an\\nexpectation that documents what “bad” looks like.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Byzantine Behavior Mock","id":"24","title":"Byzantine Behavior Mock"},"25":{"body":"Idea: assert the last few blocks differ and block time stays within a\\ntolerated drift budget. Demonstrates: consuming BlockFeed or time-series metrics to validate\\nprotocol cadence; crafting post-run assertions around block diversity and\\ntiming. Shape: collect recent blocks, confirm no duplicates, and compare observed\\nintervals to a drift threshold.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Custom Expectation: Block Finality Drift","id":"25","title":"Custom Expectation: Block Finality Drift"},"26":{"body":"Idea: a deployer that never starts nodes; it emits configs, simulates\\nreadiness, provides fake blockfeed/metrics. Demonstrates: full power of the deployer interface for CI dry-runs,\\nconfig verification, and ultra-fast feedback without Nomos binaries. Shape: produce logs/artifacts, stub readiness, and feed synthetic blocks\\nso expectations can still run.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Custom Deployer: Dry-Run Deployer","id":"26","title":"Custom Deployer: Dry-Run Deployer"},"27":{"body":"Idea: topology parameters change at runtime (random validators, DA\\nsettings, network shapes). Demonstrates: randomized property testing and fuzzing approaches to\\ntopology building. Shape: pick roles and network layouts randomly per run; keep expectations\\ntolerant to variability while still asserting core liveness.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Stochastic Topology Generator","id":"27","title":"Stochastic Topology Generator"},"28":{"body":"Idea: scenario runs in phases (e.g., phase 1 transactions, phase 2 DA,\\nphase 3 restarts, phase 4 sync check). Demonstrates: multi-stage tests, modular scenario assembly, and deliberate\\nlifecycle control. Shape: drive phase-specific workloads/expectations sequentially; enforce\\nclear boundaries and post-phase checks.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Multi-Phase Scenario (“Pipelines”)","id":"28","title":"Multi-Phase Scenario (“Pipelines”)"},"29":{"body":"Running a scenario follows the same conceptual flow regardless of environment: Select or author a scenario plan that pairs a topology with workloads,\\nexpectations, and a suitable run window. Choose a runner aligned with your environment (local, compose, or k8s) and\\nensure its prerequisites are available. Deploy the plan through the runner; wait for readiness signals before\\nstarting workloads. Let workloads drive activity for the planned duration; keep observability\\nsignals visible so you can correlate outcomes. Evaluate expectations and capture results as the primary pass/fail signal. Use the same plan across different runners to compare behavior between local\\ndevelopment and CI or cluster settings. For environment prerequisites and\\nflags, see Operations.","breadcrumbs":"Part II — User Guide » Running Scenarios » Running Scenarios","id":"29","title":"Running Scenarios"},"3":{"body":"The Nomos Testing Framework is a purpose-built toolkit for exercising Nomos in\\nrealistic, multi-node environments. It solves the gap between small, isolated\\ntests and full-system validation by letting teams describe a cluster layout,\\ndrive meaningful traffic, and assert the outcomes in one coherent plan. It is for protocol engineers, infrastructure operators, and QA teams who need\\nrepeatable confidence that validators, executors, and data-availability\\ncomponents work together under network and timing constraints. Multi-node integration testing is required because many Nomos behaviors—block\\nprogress, data availability, liveness under churn—only emerge when several\\nroles interact over real networking and time. This framework makes those checks\\ndeclarative, observable, and portable across environments.","breadcrumbs":"Part I — Foundations » Introduction » Introduction","id":"3","title":"Introduction"},"30":{"body":"Runners turn a scenario plan into a live environment while keeping the plan\\nunchanged. Choose based on feedback speed, reproducibility, and fidelity. For\\nenvironment and operational considerations, see Operations:","breadcrumbs":"Part II — User Guide » Runners » Runners","id":"30","title":"Runners"},"31":{"body":"Launches node processes directly on the host. Fastest feedback loop and minimal orchestration overhead. Best for development-time iteration and debugging.","breadcrumbs":"Part II — User Guide » Runners » Local runner","id":"31","title":"Local runner"},"32":{"body":"Starts nodes in containers to provide a reproducible multi-node stack on a\\nsingle machine. Discovers service ports and wires observability for convenient inspection. Good balance between fidelity and ease of setup.","breadcrumbs":"Part II — User Guide » Runners » Docker Compose runner","id":"32","title":"Docker Compose runner"},"33":{"body":"Deploys nodes onto a cluster for higher-fidelity, longer-running scenarios. Suits CI or shared environments where cluster behavior and scheduling matter.","breadcrumbs":"Part II — User Guide » Runners » Kubernetes runner","id":"33","title":"Kubernetes runner"},"34":{"body":"All runners require at least one validator and, for transaction scenarios,\\naccess to seeded wallets. Readiness probes gate workload start so traffic begins only after nodes are\\nreachable. Environment flags can relax timeouts or increase tracing when diagnostics are\\nneeded. Runner abstraction: Scenario Plan │ ▼\\nRunner (local | compose | k8s) │ provisions env + readiness ▼\\nRuntime + Observability │ ▼\\nWorkloads / Expectations execute Mermaid view: flowchart TD Plan[Scenario Plan] --> RunSel{Runner
(local | compose | k8s)} RunSel --> Provision[Provision & readiness] Provision --> Runtime[Runtime + observability] Runtime --> Exec[Workloads & Expectations execute]","breadcrumbs":"Part II — User Guide » Runners » Common expectations","id":"34","title":"Common expectations"},"35":{"body":"Operational readiness focuses on prerequisites, environment fit, and clear\\nsignals: Prerequisites: keep a sibling nomos-node checkout available; ensure the\\nchosen runner’s platform needs are met (local binaries for host runs, Docker\\nfor compose, cluster access for k8s). Artifacts: some scenarios depend on prover or circuit assets; fetch them\\nahead of time with the provided helper scripts when needed. Environment flags: use slow-environment toggles to relax timeouts, enable\\ntracing when debugging, and adjust observability ports to avoid clashes. Readiness checks: verify runners report node readiness before starting\\nworkloads; this avoids false negatives from starting too early. Failure triage: map failures to missing prerequisites (wallet seeding,\\nnode control availability), runner platform issues, or unmet expectations.\\nStart with liveness signals, then dive into workload-specific assertions. Treat operational hygiene—assets present, prerequisites satisfied, observability\\nreachable—as the first step to reliable scenario outcomes. Metrics and observability flow: Runner exposes endpoints/ports │ ▼\\nRuntime collects block/health signals │ ▼\\nExpectations consume signals to decide pass/fail │ ▼\\nOperators inspect logs/metrics when failures arise Mermaid view: flowchart TD Expose[Runner exposes endpoints/ports] --> Collect[Runtime collects block/health signals] Collect --> Consume[Expectations consume signals
decide pass/fail] Consume --> Inspect[Operators inspect logs/metrics
when failures arise]","breadcrumbs":"Part II — User Guide » Operations » Operations","id":"35","title":"Operations"},"36":{"body":"Deep dives for contributors who extend the framework, evolve its abstractions,\\nor maintain the crate set.","breadcrumbs":"Part III — Developer Reference » Part III — Developer Reference","id":"36","title":"Part III — Developer Reference"},"37":{"body":"The scenario model defines clear, composable responsibilities: Topology: a declarative description of the cluster—how many nodes, their\\nroles, and the broad network and data-availability characteristics. It\\nrepresents the intended shape of the system under test. Scenario: a plan combining topology, workloads, expectations, and a run\\nwindow. Building a scenario validates prerequisites (like seeded wallets) and\\nensures the run lasts long enough to observe meaningful block progression. Workloads: asynchronous tasks that generate traffic or conditions. They\\nuse shared context to interact with the deployed cluster and may bundle\\ndefault expectations. Expectations: post-run assertions. They can capture baselines before\\nworkloads start and evaluate success once activity stops. Runtime: coordinates workloads and expectations for the configured\\nduration, enforces cooldowns when control actions occur, and ensures cleanup\\nso runs do not leak resources. Developers extending the model should keep these boundaries strict: topology\\ndescribes, scenarios assemble, runners deploy, workloads drive, and expectations\\njudge outcomes. For guidance on adding new capabilities, see Extending the Framework.","breadcrumbs":"Part III — Developer Reference » Scenario Model (Developer Level) » Scenario Model (Developer Level)","id":"37","title":"Scenario Model (Developer Level)"},"38":{"body":"","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Extending the Framework","id":"38","title":"Extending the Framework"},"39":{"body":"Implement testing_framework_core::scenario::Workload: Provide a name and any bundled expectations. In init, derive inputs from GeneratedTopology and RunMetrics; fail\\nfast if prerequisites are missing (e.g., wallet data, node addresses). In start, drive async traffic using the RunContext clients. Expose the workload from a module under testing-framework/workflows and\\nconsider adding a DSL helper for ergonomic wiring.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding a workload","id":"39","title":"Adding a workload"},"4":{"body":"The framework follows a clear flow: Topology → Scenario → Runner → Workloads → Expectations. Topology describes the cluster: how many nodes, their roles, and the high-level network and data-availability parameters they should follow. Scenario combines that topology with the activities to run and the checks to perform, forming a single plan. Deployer/Runner pair turns the plan into a live environment on the chosen backend (local processes, Docker Compose, or Kubernetes) and brokers readiness. Workloads generate traffic and conditions that exercise the system. Expectations observe the run and judge success or failure once activity completes. Conceptual diagram: Topology → Scenario → Runner → Workloads → Expectations (shape (plan) (deploy (drive (verify cluster) & orchestrate) traffic) outcomes) Mermaid view: flowchart LR A(Topology
shape cluster) --> B(Scenario
plan) B --> C(Deployer/Runner
deploy & orchestrate) C --> D(Workloads
drive traffic) D --> E(Expectations
verify outcomes) Each layer has a narrow responsibility so that cluster shape, deployment choice,\\ntraffic generation, and health checks can evolve independently while fitting\\ntogether predictably.","breadcrumbs":"Part I — Foundations » Architecture Overview » Architecture Overview","id":"4","title":"Architecture Overview"},"40":{"body":"Implement testing_framework_core::scenario::Expectation: Use start_capture to snapshot baseline metrics. Use evaluate to assert outcomes after workloads finish; return all errors\\nso the runner can aggregate them. Export it from testing-framework/workflows if it is reusable.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding an expectation","id":"40","title":"Adding an expectation"},"41":{"body":"Implement testing_framework_core::scenario::Deployer for your backend. Produce a RunContext with NodeClients, metrics endpoints, and optional NodeControlHandle. Guard cleanup with CleanupGuard to reclaim resources even on failures. Mirror the readiness and block-feed probes used by the existing runners so\\nworkloads can rely on consistent signals.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding a runner","id":"41","title":"Adding a runner"},"42":{"body":"Extend testing_framework_core::topology::TopologyBuilder with new layouts or\\nconfiguration presets (e.g., specialized DA parameters). Keep defaults safe:\\nensure at least one participant and clamp dispersal factors as the current\\nhelpers do.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding topology helpers","id":"42","title":"Adding topology helpers"},"43":{"body":"A minimal, end-to-end illustration of adding a custom workload and matching\\nexpectation. This shows the shape of the traits and where to plug into the\\nframework; expand the logic to fit your real test.","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Example: New Workload & Expectation (Rust)","id":"43","title":"Example: New Workload & Expectation (Rust)"},"44":{"body":"Key ideas: name: identifies the workload in logs. expectations: workloads can bundle defaults so callers don’t forget checks. init: derive inputs from the generated topology (e.g., pick a target node). start: drive async activity using the shared RunContext. #![allow(unused)] fn main() {\\nuse std::sync::Arc;\\nuse async_trait::async_trait;\\nuse testing_framework_core::scenario::{ DynError, Expectation, RunContext, RunMetrics, Workload,\\n};\\nuse testing_framework_core::topology::GeneratedTopology; pub struct ReachabilityWorkload { target_idx: usize, bundled: Vec>,\\n} impl ReachabilityWorkload { pub fn new(target_idx: usize) -> Self { Self { target_idx, bundled: vec![Box::new(ReachabilityExpectation::new(target_idx))], } }\\n} #[async_trait]\\nimpl Workload for ReachabilityWorkload { fn name(&self) -> &\'static str { \\"reachability_workload\\" } fn expectations(&self) -> Vec> { self.bundled.clone() } fn init( &mut self, topology: &GeneratedTopology, _metrics: &RunMetrics, ) -> Result<(), DynError> { if topology.validators().get(self.target_idx).is_none() { return Err(\\"no validator at requested index\\".into()); } Ok(()) } async fn start(&self, ctx: &RunContext) -> Result<(), DynError> { let client = ctx .clients() .validators() .get(self.target_idx) .ok_or(\\"missing target client\\")?; // Pseudo-action: issue a lightweight RPC to prove reachability. client.health_check().await.map_err(|e| e.into()) }\\n} }","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Workload: simple reachability probe","id":"44","title":"Workload: simple reachability probe"},"45":{"body":"Key ideas: start_capture: snapshot baseline if needed (not used here). evaluate: assert the condition after workloads finish. #![allow(unused)] fn main() {\\nuse async_trait::async_trait;\\nuse testing_framework_core::scenario::{DynError, Expectation, RunContext}; pub struct ReachabilityExpectation { target_idx: usize,\\n} impl ReachabilityExpectation { pub fn new(target_idx: usize) -> Self { Self { target_idx } }\\n} #[async_trait]\\nimpl Expectation for ReachabilityExpectation { fn name(&self) -> &str { \\"target_reachable\\" } async fn evaluate(&mut self, ctx: &RunContext) -> Result<(), DynError> { let client = ctx .clients() .validators() .get(self.target_idx) .ok_or(\\"missing target client\\")?; client.health_check().await.map_err(|e| { format!(\\"target became unreachable during run: {e}\\").into() }) }\\n} }","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Expectation: confirm the target stayed reachable","id":"45","title":"Expectation: confirm the target stayed reachable"},"46":{"body":"Build your scenario as usual and call .with_workload(ReachabilityWorkload::new(0)). The bundled expectation is attached automatically; you can add more with .with_expectation(...) if needed. Keep the logic minimal and fast for smoke tests; grow it into richer probes\\nfor deeper scenarios.","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » How to wire it","id":"46","title":"How to wire it"},"47":{"body":"High-level roles of the crates that make up the framework: Configs: prepares reusable configuration primitives for nodes, networking,\\ntracing, data availability, and wallets, shared by all scenarios and runners. Core scenario orchestration: houses the topology and scenario model,\\nruntime coordination, node clients, and readiness/health probes. Workflows: packages workloads and expectations into reusable building\\nblocks and offers a fluent DSL to assemble them. Runners: implements deployment backends (local host, Docker Compose,\\nKubernetes) that all consume the same scenario plan. Test workflows: example scenarios and integration checks that exercise the\\nframework end to end and serve as living documentation. Use this map to locate where to add new capabilities: configuration primitives\\nin configs, orchestration changes in core, reusable traffic/assertions in\\nworkflows, environment adapters in runners, and demonstrations in tests.","breadcrumbs":"Part III — Developer Reference » Internal Crate Reference » Internal Crate Reference","id":"47","title":"Internal Crate Reference"},"48":{"body":"Quick-reference material and supporting guidance to keep scenarios discoverable,\\ndebuggable, and consistent.","breadcrumbs":"Part IV — Appendix » Part IV — Appendix","id":"48","title":"Part IV — Appendix"},"49":{"body":"The framework offers a fluent builder style to keep scenarios readable. Common\\nknobs: Topology shaping: set validator and executor counts, pick a network layout\\nstyle, and adjust high-level data-availability traits. Wallet seeding: define how many users participate and the total funds\\navailable for transaction workloads. Workload tuning: configure transaction rates, data-availability channel\\nand blob rates, and whether chaos restarts should include validators,\\nexecutors, or both. Expectations: attach liveness and workload-specific checks so success is\\nexplicit. Run window: set a minimum duration long enough for multiple blocks to be\\nobserved and verified. Use these knobs to express intent clearly, keeping scenario definitions concise\\nand consistent across teams.","breadcrumbs":"Part IV — Appendix » DSL Cheat Sheet » Core Content: DSL Cheat Sheet","id":"49","title":"Core Content: DSL Cheat Sheet"},"5":{"body":"Declarative over imperative: describe the desired cluster shape, traffic, and success criteria; let the framework orchestrate the run. Observable health signals: prefer liveness and inclusion signals that reflect real user impact instead of internal debug state. Determinism first: default scenarios aim for repeatable outcomes with fixed topologies and traffic rates; variability is opt-in. Targeted non-determinism: introduce randomness (e.g., restarts) only when probing resilience or operational robustness. Protocol time, not wall time: reason in blocks and protocol-driven intervals to reduce dependence on host speed or scheduler noise. Minimum run window: always allow enough block production to make assertions meaningful; very short runs risk false confidence. Use chaos with intent: chaos workloads are for recovery and fault-tolerance validation, not for baseline functional checks.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Testing Philosophy","id":"5","title":"Testing Philosophy"},"50":{"body":"Common symptoms and likely causes: No or slow block progression: runner started workloads before readiness, insufficient run window, or environment too slow—extend duration or enable slow-environment tuning. Transactions not included: missing or insufficient wallet seeding, misaligned transaction rate with block cadence, or network instability—reduce rate and verify wallet setup. Chaos stalls the run: node control not available for the chosen runner or restart cadence too aggressive—enable control capability and widen restart intervals. Observability gaps: metrics or logs unreachable because ports clash or services are not exposed—adjust observability ports and confirm runner wiring. Flaky behavior across runs: mixing chaos with functional smoke tests or inconsistent topology between environments—separate deterministic and chaos scenarios and standardize topology presets.","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Troubleshooting Scenarios","id":"50","title":"Troubleshooting Scenarios"},"51":{"body":"Why block-oriented timing? Using block cadence reduces dependence on host speed and keeps assertions aligned\\nwith protocol behavior. Can I reuse the same scenario across runners? Yes. The plan stays the same; swap runners (local, compose, k8s) to target\\ndifferent environments. When should I enable chaos workloads? Only when testing resilience or operational recovery; keep functional smoke\\ntests deterministic. How long should runs be? Long enough for multiple blocks so liveness and inclusion checks are\\nmeaningful; very short runs risk false confidence. Do I always need seeded wallets? Only for transaction scenarios. Data-availability or pure chaos scenarios may\\nnot require them, but liveness checks still need validators producing blocks. What if expectations fail but workloads “look fine”? Trust expectations first—they capture the intended success criteria. Use the\\nobservability signals and runner logs to pinpoint why the system missed the\\ntarget.","breadcrumbs":"Part IV — Appendix » FAQ » FAQ","id":"51","title":"FAQ"},"52":{"body":"Validator: node role responsible for participating in consensus and block\\nproduction. Executor: node role that processes transactions or workloads delegated by\\nvalidators. DA (Data Availability): subsystem ensuring blobs or channel data are\\npublished and retrievable for validation. Workload: traffic or behavior generator that exercises the system during a\\nscenario run. Expectation: post-run assertion that judges whether the system met the\\nintended success criteria. Topology: declarative description of the cluster shape, roles, and\\nhigh-level parameters for a scenario. Blockfeed: stream of block observations used for liveness or inclusion\\nsignals during a run. Control capability: the ability for a runner to start, stop, or restart\\nnodes, used by chaos workloads.","breadcrumbs":"Part IV — Appendix » Glossary » Glossary","id":"52","title":"Glossary"},"6":{"body":"Build the plan: Declare a topology, attach workloads and expectations, and set the run window. The plan is the single source of truth for what will happen. Deploy: Hand the plan to a runner. It provisions the environment on the chosen backend and waits for nodes to signal readiness. Drive workloads: Start traffic and behaviors (transactions, data-availability activity, restarts) for the planned duration. Observe blocks and signals: Track block progression and other high-level metrics during or after the run window to ground assertions in protocol time. Evaluate expectations: Once activity stops (and optional cooldown completes), check liveness and workload-specific outcomes to decide pass or fail. Cleanup: Tear down resources so successive runs start fresh and do not inherit leaked state. Conceptual lifecycle diagram: Plan → Deploy → Readiness → Drive Workloads → Observe → Evaluate → Cleanup Mermaid view: flowchart LR P[Plan
topology + workloads + expectations] --> D[Deploy
runner provisions] D --> R[Readiness
wait for nodes] R --> W[Drive Workloads] W --> O[Observe
blocks/metrics] O --> E[Evaluate Expectations] E --> C[Cleanup]","breadcrumbs":"Part I — Foundations » Scenario Lifecycle (Conceptual) » Scenario Lifecycle (Conceptual)","id":"6","title":"Scenario Lifecycle (Conceptual)"},"7":{"body":"Modular crates keep configuration, orchestration, workloads, and runners decoupled so each can evolve without breaking the others. Pluggable runners let the same scenario run on a laptop, a Docker host, or a Kubernetes cluster, making validation portable across environments. Separated workloads and expectations clarify intent: what traffic to generate versus how to judge success. This simplifies review and reuse. Declarative topology makes cluster shape explicit and repeatable, reducing surprise when moving between CI and developer machines. Maintainability through predictability: a clear flow from plan to deployment to verification lowers the cost of extending the framework and interpreting failures.","breadcrumbs":"Part I — Foundations » Design Rationale » Design Rationale","id":"7","title":"Design Rationale"},"8":{"body":"Practical guidance for shaping scenarios, combining workloads and expectations,\\nand running them across different environments.","breadcrumbs":"Part II — User Guide » Part II — User Guide","id":"8","title":"Part II — User Guide"},"9":{"body":"The workspace focuses on multi-node integration testing and sits alongside a nomos-node checkout. Its crates separate concerns to keep scenarios\\nrepeatable and portable: Configs: prepares high-level node, network, tracing, and wallet settings\\nused across test environments. Core scenario orchestration: the engine that holds topology descriptions,\\nscenario plans, runtimes, workloads, and expectations. Workflows: ready-made workloads (transactions, data-availability, chaos)\\nand reusable expectations assembled into a user-facing DSL. Runners: deployment backends for local processes, Docker Compose, and\\nKubernetes, all consuming the same scenario plan. Test workflows: example scenarios and integration checks that show how\\nthe pieces fit together. This split keeps configuration, orchestration, reusable traffic patterns, and\\ndeployment adapters loosely coupled while sharing one mental model for tests.","breadcrumbs":"Part II — User Guide » Workspace Layout » Workspace Layout","id":"9","title":"Workspace Layout"}},"length":53,"save":true},"fields":["title","body","breadcrumbs"],"index":{"body":{"root":{"1":{"df":1,"docs":{"28":{"tf":1.0}},"–":{"3":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}}},"2":{"df":2,"docs":{"18":{"tf":1.0},"28":{"tf":1.0}}},"3":{"df":1,"docs":{"28":{"tf":1.0}}},"4":{"df":1,"docs":{"28":{"tf":1.0}},"–":{"5":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}}},"6":{"df":0,"docs":{},"–":{"7":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"a":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"52":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"34":{"tf":1.0},"36":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"34":{"tf":1.0},"35":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"37":{"tf":1.0},"44":{"tf":1.0}}}},"v":{"df":10,"docs":{"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.0},"29":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"44":{"tf":1.0},"6":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"18":{"tf":1.0}}}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"10":{"tf":1.0},"47":{"tf":1.0},"9":{"tf":1.0}}}}},"d":{"df":4,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"39":{"tf":1.0}}}}}}},"df":6,"docs":{"37":{"tf":1.0},"39":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"17":{"tf":1.0},"35":{"tf":1.0},"49":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"21":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"24":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"40":{"tf":1.0}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}}}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"35":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"5":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":4,"docs":{"11":{"tf":1.0},"15":{"tf":1.4142135623730951},"29":{"tf":1.0},"51":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}}}}}},"df":3,"docs":{"0":{"tf":1.0},"16":{"tf":1.0},"5":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"5":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"48":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"14":{"tf":1.0}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"2":{"tf":1.0},"27":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"4":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"35":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"28":{"tf":1.0},"37":{"tf":1.0},"47":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":13,"docs":{"10":{"tf":1.0},"16":{"tf":1.0},"25":{"tf":1.4142135623730951},"27":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0}}}},"t":{"df":2,"docs":{"10":{"tf":1.0},"35":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"0":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{":":{":":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":3,"docs":{"39":{"tf":1.0},"44":{"tf":1.4142135623730951},"45":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"37":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":6,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"29":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":16,"docs":{"0":{"tf":1.4142135623730951},"11":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"29":{"tf":1.0},"3":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"37":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.7320508075688772},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"16":{"tf":1.0},"35":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"b":{"(":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"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":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"10":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"47":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}}},"d":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"16":{"tf":1.0},"30":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"20":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0}}}}}}}},"df":1,"docs":{"4":{"tf":1.0}},"e":{"c":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"16":{"tf":1.0},"29":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"50":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"34":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":9,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"24":{"tf":1.4142135623730951},"29":{"tf":1.0},"33":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"31":{"tf":1.0}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":7,"docs":{"16":{"tf":1.0},"22":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0},"50":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"26":{"tf":1.0},"35":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"b":{"df":5,"docs":{"0":{"tf":1.7320508075688772},"11":{"tf":1.0},"13":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0}},"s":{"/":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"19":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"35":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":19,"docs":{"0":{"tf":1.7320508075688772},"11":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"18":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"25":{"tf":2.23606797749979},"26":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"51":{"tf":2.0},"52":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"e":{"df":2,"docs":{"25":{"tf":1.0},"52":{"tf":1.0}},"e":{"d":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"26":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"0":{"tf":1.0},"1":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"14":{"tf":1.0},"19":{"tf":1.0},"49":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"28":{"tf":1.0},"37":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"a":{"d":{"df":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"u":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":6,"docs":{"21":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"6":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"49":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":5,"docs":{"15":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"44":{"tf":1.7320508075688772},"46":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"23":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"z":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"24":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"c":{"(":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"4":{"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":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"25":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"46":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":6,"docs":{"0":{"tf":1.0},"21":{"tf":1.0},"37":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"29":{"tf":1.0},"37":{"tf":1.0},"51":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"50":{"tf":1.0}}}}},"df":1,"docs":{"4":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"1":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"47":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0}}}}}},"o":{"df":11,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"20":{"tf":1.4142135623730951},"49":{"tf":1.0},"5":{"tf":1.4142135623730951},"50":{"tf":1.7320508075688772},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"9":{"tf":1.0}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"11":{"tf":1.0},"37":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":18,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"28":{"tf":1.4142135623730951},"3":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.4142135623730951},"44":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.4142135623730951},"6":{"tf":1.0},"9":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"16":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"11":{"tf":1.4142135623730951},"16":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"35":{"tf":1.0},"4":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}}}}},"i":{"df":5,"docs":{"16":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0},"33":{"tf":1.0},"7":{"tf":1.0}},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"42":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"35":{"tf":1.0},"50":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"37":{"tf":1.0},"41":{"tf":1.0},"6":{"tf":1.4142135623730951}},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"r":{"df":9,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"15":{"tf":1.0},"24":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"|":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":4,"docs":{"39":{"tf":1.0},"44":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772},"47":{"tf":1.0}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":13,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.4142135623730951},"35":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":2.0},"5":{"tf":1.0},"52":{"tf":1.0},"7":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"37":{"tf":1.0}}}}}}}}}}}},"o":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"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":{"14":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"35":{"tf":1.0}}}}}}}}},"df":3,"docs":{"14":{"tf":1.4142135623730951},"25":{"tf":1.0},"35":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"17":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"8":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"10":{"tf":1.0},"15":{"tf":1.0},"34":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"16":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"3":{"tf":1.0}}},"s":{"df":13,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"16":{"tf":1.0},"29":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"51":{"tf":1.0},"9":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":5,"docs":{"14":{"tf":1.0},"2":{"tf":1.0},"29":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"16":{"tf":1.0},"9":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"14":{"tf":1.0},"49":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"37":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"3":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":4,"docs":{"10":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"9":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":9,"docs":{"10":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.4142135623730951},"49":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"df":5,"docs":{"20":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":7,"docs":{"0":{"tf":1.4142135623730951},"11":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.0},"52":{"tf":1.0}}}}}},"i":{"d":{"df":1,"docs":{"39":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"11":{"tf":1.0},"30":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"41":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"m":{"df":4,"docs":{"25":{"tf":1.0},"35":{"tf":1.7320508075688772},"47":{"tf":1.0},"9":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"32":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"1":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"15":{"tf":1.0},"49":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"0":{"tf":1.0},"37":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"14":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"36":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":8,"docs":{"13":{"tf":1.4142135623730951},"20":{"tf":1.0},"22":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"50":{"tf":1.4142135623730951},"52":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"32":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"37":{"tf":1.0},"6":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"37":{"tf":1.0},"47":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":8,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"15":{"tf":1.0},"27":{"tf":1.0},"47":{"tf":1.4142135623730951},"49":{"tf":1.0},"9":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"29":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"49":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"19":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"36":{"tf":1.0},"47":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":5,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"x":{"df":2,"docs":{"44":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":3,"docs":{"25":{"tf":1.0},"26":{"tf":1.0},"43":{"tf":1.0}}}}}}}},"d":{"(":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"[":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"a":{"df":8,"docs":{"0":{"tf":3.0},"16":{"tf":1.0},"19":{"tf":1.4142135623730951},"20":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"42":{"tf":1.0},"52":{"tf":1.0}},"t":{"a":{"df":14,"docs":{"0":{"tf":2.6457513110645907},"11":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"19":{"tf":1.0},"3":{"tf":1.4142135623730951},"37":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.4142135623730951},"6":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"4":{"tf":1.0},"6":{"tf":1.0}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":3,"docs":{"31":{"tf":1.0},"35":{"tf":1.0},"5":{"tf":1.0}},"g":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"11":{"tf":1.0},"35":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"r":{"df":7,"docs":{"11":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"36":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"46":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":5,"docs":{"15":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"5":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"11":{"tf":1.0},"37":{"tf":1.0},"49":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"49":{"tf":1.0}}}}}}},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"22":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"52":{"tf":1.0}}}},"i":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"28":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"a":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":9,"docs":{"10":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"47":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"35":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":11,"docs":{"10":{"tf":1.0},"21":{"tf":1.0},"26":{"tf":2.0},"29":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"47":{"tf":1.0},"6":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"39":{"tf":1.0},"44":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":6,"docs":{"10":{"tf":1.0},"12":{"tf":1.4142135623730951},"3":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"37":{"tf":1.0},"52":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"24":{"tf":1.0},"7":{"tf":1.0}}}},"r":{"df":1,"docs":{"5":{"tf":1.0}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"5":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":6,"docs":{"16":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"7":{"tf":1.0}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"4":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"0":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.0},"51":{"tf":1.0},"8":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"32":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"48":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":2,"docs":{"0":{"tf":1.4142135623730951},"42":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"35":{"tf":1.0},"36":{"tf":1.0}},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"25":{"tf":1.0}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"11":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"16":{"tf":1.0},"24":{"tf":1.0},"47":{"tf":1.0}}}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"6":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"26":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.7320508075688772}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"20":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"[":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{}},"df":10,"docs":{"13":{"tf":1.0},"14":{"tf":1.4142135623730951},"28":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"6":{"tf":1.4142135623730951}},"n":{"df":2,"docs":{"12":{"tf":1.0},"5":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"p":{"/":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"24":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"l":{"df":6,"docs":{"10":{"tf":1.0},"15":{"tf":1.0},"39":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"9":{"tf":1.0}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":8,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"29":{"tf":1.0},"37":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":3,"docs":{"45":{"tf":1.0},"52":{"tf":1.4142135623730951},"6":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"44":{"tf":1.7320508075688772},"45":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},".":{"df":0,"docs":{},"g":{"df":9,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"14":{"tf":1.0},"23":{"tf":1.0},"28":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"5":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"6":{"tf":1.0}}}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"10":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"35":{"tf":1.0}}}}},"s":{"df":1,"docs":{"32":{"tf":1.0}},"i":{"df":1,"docs":{"11":{"tf":1.0}}}}},"df":1,"docs":{"6":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"3":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"15":{"tf":1.0},"20":{"tf":1.0},"35":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{}},"d":{"df":4,"docs":{"10":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":2,"docs":{"28":{"tf":1.0},"37":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"3":{"tf":1.0},"9":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":5,"docs":{"11":{"tf":1.0},"37":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":7,"docs":{"0":{"tf":1.0},"22":{"tf":1.0},"29":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.4142135623730951},"42":{"tf":1.0},"52":{"tf":1.0}}}}},"v":{"df":1,"docs":{"34":{"tf":1.0}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":20,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"29":{"tf":1.7320508075688772},"3":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.7320508075688772},"4":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"39":{"tf":1.0}}}}}}},"r":{"(":{"\\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"44":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"2":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"a":{"df":0,"docs":{},"l":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":6,"docs":{"14":{"tf":1.4142135623730951},"29":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"45":{"tf":1.0},"6":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"41":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":3,"docs":{"36":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0}}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":5,"docs":{"17":{"tf":1.0},"21":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"9":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"r":{"df":7,"docs":{"0":{"tf":1.7320508075688772},"11":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.0},"49":{"tf":1.4142135623730951},"52":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":6,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":36,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.4142135623730951},"14":{"tf":1.7320508075688772},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.7320508075688772},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.4142135623730951},"34":{"tf":1.7320508075688772},"35":{"tf":1.4142135623730951},"37":{"tf":2.23606797749979},"39":{"tf":1.0},"4":{"tf":1.7320508075688772},"40":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":2.0},"45":{"tf":1.7320508075688772},"46":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"6":{"tf":2.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"15":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"16":{"tf":1.0},"49":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.0}}}},"s":{"df":2,"docs":{"35":{"tf":1.4142135623730951},"39":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"35":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"—":{"a":{"d":{"df":0,"docs":{},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"49":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"0":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"38":{"tf":1.0},"42":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"}":{"\\"":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"f":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"9":{"tf":1.0}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"39":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":7,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"24":{"tf":1.0},"35":{"tf":2.0},"4":{"tf":1.0},"41":{"tf":1.0},"7":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":2,"docs":{"22":{"tf":1.0},"26":{"tf":1.0}}}},"l":{"df":0,"docs":{},"s":{"df":3,"docs":{"35":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}}}},"q":{"df":1,"docs":{"51":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"11":{"tf":1.0},"26":{"tf":1.0},"39":{"tf":1.0},"46":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"16":{"tf":1.0},"26":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"26":{"tf":1.0},"41":{"tf":1.0}}},"df":0,"docs":{}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":1,"docs":{"25":{"tf":1.0}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"16":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"51":{"tf":1.0}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"11":{"tf":1.0},"40":{"tf":1.0},"45":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"35":{"tf":1.0},"5":{"tf":1.0}},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"51":{"tf":1.0}}}}}}}}}},"t":{"df":6,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"9":{"tf":1.0}}},"x":{"df":1,"docs":{"5":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"29":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0}}},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"50":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"14":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":5,"docs":{"18":{"tf":1.0},"29":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"47":{"tf":1.0},"49":{"tf":1.0}}}}}}},"n":{"df":2,"docs":{"44":{"tf":2.449489742783178},"45":{"tf":2.0}}},"o":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":3,"docs":{"0":{"tf":1.0},"35":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"29":{"tf":1.0},"4":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"15":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"t":{"!":{"(":{"\\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"4":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"2":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"39":{"tf":1.0},"40":{"tf":1.0}}}}}}}}}}},"df":14,"docs":{"0":{"tf":1.0},"10":{"tf":1.4142135623730951},"2":{"tf":1.0},"21":{"tf":1.0},"3":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.4142135623730951},"49":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0}},"’":{"df":1,"docs":{"15":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"26":{"tf":1.0},"3":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}}}}}}},"d":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"27":{"tf":1.0}}}}}},"g":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"3":{"tf":1.0},"50":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"34":{"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":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"39":{"tf":1.0},"44":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":8,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"44":{"tf":1.0},"52":{"tf":1.0},"7":{"tf":1.0}}}}},"t":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}}},"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":1,"docs":{"1":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"52":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"11":{"tf":1.0},"16":{"tf":1.0}}}},"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"11":{"tf":1.0},"16":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":1,"docs":{"46":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"37":{"tf":1.0},"48":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"1":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"24":{"tf":1.0}}}},"n":{"d":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"r":{"d":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"11":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0}},"i":{"df":1,"docs":{"14":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"10":{"tf":1.0},"15":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"0":{"tf":1.0},"45":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":9,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"23":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"31":{"tf":1.0},"35":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"47":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"i":{"[":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"14":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"a":{"df":9,"docs":{"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"44":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}},"i":{"df":1,"docs":{"36":{"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":3,"docs":{"17":{"tf":1.0},"21":{"tf":1.0},"43":{"tf":1.0}}}}}}}},"m":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"5":{"tf":1.0}}}},"l":{"df":2,"docs":{"44":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"47":{"tf":1.0}}}}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":3,"docs":{"0":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":8,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"19":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"\\"":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"6":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"14":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":3,"docs":{"14":{"tf":1.7320508075688772},"39":{"tf":1.0},"44":{"tf":1.4142135623730951}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"14":{"tf":1.0},"39":{"tf":1.0},"44":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"35":{"tf":1.0}}}}}}},"df":2,"docs":{"32":{"tf":1.0},"35":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":4,"docs":{"10":{"tf":1.0},"3":{"tf":1.0},"47":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"n":{"d":{"df":4,"docs":{"11":{"tf":1.0},"37":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":5,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"21":{"tf":1.0},"24":{"tf":1.0}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":3,"docs":{"22":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"7":{"tf":1.0}}}}}},"v":{"df":3,"docs":{"25":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"5":{"tf":1.0}},"t":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":2,"docs":{"35":{"tf":1.0},"44":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"11":{"tf":1.0},"31":{"tf":1.0}}}}},"v":{"df":1,"docs":{"48":{"tf":1.0}}}},"j":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"g":{"df":4,"docs":{"37":{"tf":1.0},"4":{"tf":1.0},"52":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"k":{"8":{"df":6,"docs":{"10":{"tf":1.0},"16":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":16,"docs":{"11":{"tf":1.0},"15":{"tf":1.7320508075688772},"16":{"tf":1.4142135623730951},"20":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"y":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}}},"n":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"49":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"11":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"22":{"tf":1.0}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"25":{"tf":1.0},"37":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"22":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"15":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"19":{"tf":1.0},"4":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"15":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"42":{"tf":1.0},"49":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"37":{"tf":1.0},"6":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":12,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"13":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":2,"docs":{"28":{"tf":1.0},"6":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"14":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":18,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"27":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"6":{"tf":1.0}}}}},"o":{"a":{"d":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"df":11,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"29":{"tf":1.4142135623730951},"31":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"51":{"tf":1.0},"9":{"tf":1.0}}},"t":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":3,"docs":{"44":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}},"i":{"c":{"df":2,"docs":{"43":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"s":{"/":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"35":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"35":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"11":{"tf":1.0},"37":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"24":{"tf":1.0},"51":{"tf":1.0}}},"p":{"df":2,"docs":{"16":{"tf":1.0},"31":{"tf":1.0}}},"s":{"df":1,"docs":{"9":{"tf":1.0}}}},"w":{"df":1,"docs":{"23":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"r":{"df":2,"docs":{"4":{"tf":1.0},"6":{"tf":1.0}}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"16":{"tf":1.0},"32":{"tf":1.0},"7":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"36":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":7,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.4142135623730951}}}},"n":{"df":0,"docs":{},"i":{"df":6,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"49":{"tf":1.0}}}},"p":{"df":3,"docs":{"10":{"tf":1.0},"35":{"tf":1.0},"47":{"tf":1.0}}},"t":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"48":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"11":{"tf":1.0},"33":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":6,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0}}}}},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"1":{"tf":1.0},"2":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"d":{"df":5,"docs":{"14":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"35":{"tf":1.0},"52":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"c":{"df":6,"docs":{"25":{"tf":1.0},"35":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"16":{"tf":1.0},"18":{"tf":1.0},"31":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"49":{"tf":1.0},"5":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":4,"docs":{"35":{"tf":1.0},"39":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}}}},"x":{"df":1,"docs":{"50":{"tf":1.0}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"24":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":8,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"15":{"tf":1.0},"2":{"tf":1.0},"23":{"tf":1.0},"37":{"tf":1.7320508075688772},"47":{"tf":1.0},"9":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"0":{"tf":1.0},"28":{"tf":1.0},"7":{"tf":1.0}}}},"df":1,"docs":{"39":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"46":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"16":{"tf":1.0},"7":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":8,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"11":{"tf":1.0},"2":{"tf":1.0},"28":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"32":{"tf":1.0},"9":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"16":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"39":{"tf":1.0},"44":{"tf":1.0}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"df":1,"docs":{"23":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"16":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":7,"docs":{"15":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"45":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"g":{"df":2,"docs":{"24":{"tf":1.0},"35":{"tf":1.0}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":11,"docs":{"0":{"tf":1.7320508075688772},"11":{"tf":1.0},"22":{"tf":1.0},"27":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"37":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"9":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"26":{"tf":1.0}}}}},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":5,"docs":{"21":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"41":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":23,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"11":{"tf":1.0},"13":{"tf":1.4142135623730951},"2":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.7320508075688772},"37":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.4142135623730951},"50":{"tf":1.0},"52":{"tf":1.7320508075688772},"6":{"tf":1.4142135623730951},"9":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"5":{"tf":1.0}},"i":{"df":1,"docs":{"16":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"df":7,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"10":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.7320508075688772},"35":{"tf":1.0},"9":{"tf":1.0}}}},"n":{"df":1,"docs":{"5":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"15":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"[":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":16,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.7320508075688772},"37":{"tf":1.0},"4":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.4142135623730951}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"16":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"37":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"6":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"47":{"tf":1.0},"49":{"tf":1.0}}}}}},"k":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"\\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":1,"docs":{"44":{"tf":1.0}}},"n":{"c":{"df":3,"docs":{"37":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0}}},"df":5,"docs":{"19":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"42":{"tf":1.0},"9":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"33":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"11":{"tf":1.0},"20":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.4142135623730951},"35":{"tf":2.0},"5":{"tf":1.0},"51":{"tf":1.0}}}},"t":{"df":2,"docs":{"15":{"tf":1.0},"5":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"20":{"tf":1.0},"41":{"tf":1.0},"6":{"tf":1.0}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":7,"docs":{"10":{"tf":1.0},"31":{"tf":1.0},"4":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"5":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"51":{"tf":1.0}}}}}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"23":{"tf":1.0}}}}},"df":1,"docs":{"22":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":9,"docs":{"16":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"3":{"tf":1.0},"5":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}}},"p":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"6":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"22":{"tf":1.0}}},"k":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"10":{"tf":1.0},"47":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":4,"docs":{"1":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":1.0},"4":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"27":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0},"52":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}},"df":0,"docs":{},"t":{"df":4,"docs":{"2":{"tf":1.0},"36":{"tf":1.0},"48":{"tf":1.0},"8":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":5,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"42":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"29":{"tf":1.0},"35":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":1,"docs":{"6":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"13":{"tf":1.0},"19":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":3,"docs":{"15":{"tf":2.0},"16":{"tf":1.0},"9":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"22":{"tf":1.0}}}},"r":{"df":4,"docs":{"15":{"tf":1.0},"18":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"23":{"tf":1.4142135623730951},"28":{"tf":2.8284271247461903}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"27":{"tf":1.0},"44":{"tf":1.0},"49":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"10":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"14":{"tf":1.0},"28":{"tf":1.0}}}}}}}},"l":{"a":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":14,"docs":{"1":{"tf":1.0},"14":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":2.0},"3":{"tf":1.0},"30":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"37":{"tf":1.0},"4":{"tf":1.7320508075688772},"47":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":2.23606797749979},"7":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"35":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"u":{"df":2,"docs":{"19":{"tf":1.0},"20":{"tf":1.0}},"g":{"df":1,"docs":{"43":{"tf":1.0}},"g":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"12":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"3":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":3,"docs":{"32":{"tf":1.0},"35":{"tf":1.0},"50":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"25":{"tf":1.0},"28":{"tf":1.0},"37":{"tf":1.0},"52":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"26":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"16":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"4":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"5":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"47":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"29":{"tf":1.4142135623730951},"35":{"tf":2.0},"37":{"tf":1.0},"39":{"tf":1.0}}}}}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"21":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"20":{"tf":1.0},"35":{"tf":1.0}}}},"t":{"df":3,"docs":{"16":{"tf":1.0},"42":{"tf":1.0},"50":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"29":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.4142135623730951}}}}}},"o":{"b":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":8,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":5,"docs":{"11":{"tf":1.0},"31":{"tf":1.0},"4":{"tf":1.0},"52":{"tf":1.0},"9":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":5,"docs":{"0":{"tf":1.4142135623730951},"14":{"tf":1.0},"26":{"tf":1.0},"41":{"tf":1.0},"51":{"tf":1.0}},"t":{"df":3,"docs":{"21":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":7,"docs":{"11":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.4142135623730951},"3":{"tf":1.0},"37":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":8,"docs":{"0":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.4142135623730951},"51":{"tf":1.0},"6":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"44":{"tf":1.0}},"r":{"df":1,"docs":{"35":{"tf":1.0}}}},"i":{"d":{"df":4,"docs":{"26":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":2,"docs":{"34":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"b":{"df":2,"docs":{"44":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"0":{"tf":1.0},"52":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"51":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"12":{"tf":1.0},"3":{"tf":1.0}}}}}}}},"q":{"a":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"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":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"27":{"tf":1.4142135623730951},"5":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"tf":1.0}}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"df":10,"docs":{"13":{"tf":1.0},"14":{"tf":1.4142135623730951},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"23":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"5":{"tf":1.0},"50":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"6":{"tf":1.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"44":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"l":{"df":3,"docs":{"34":{"tf":1.0},"44":{"tf":1.4142135623730951},"45":{"tf":1.0}},"e":{"df":0,"docs":{},"—":{"a":{"df":1,"docs":{"35":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"49":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":10,"docs":{"20":{"tf":1.0},"26":{"tf":1.4142135623730951},"29":{"tf":1.0},"34":{"tf":1.7320508075688772},"35":{"tf":1.7320508075688772},"4":{"tf":1.0},"41":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.4142135623730951},"9":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":5,"docs":{"0":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.0},"43":{"tf":1.0},"5":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"1":{"tf":1.0},"3":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"5":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"41":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"13":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":4,"docs":{"15":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"36":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"0":{"tf":1.0}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"29":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}},"x":{"df":2,"docs":{"34":{"tf":1.0},"35":{"tf":1.0}}}},"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"16":{"tf":1.0},"41":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"14":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"23":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"37":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":4,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":5,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"51":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":8,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"20":{"tf":1.0},"24":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"37":{"tf":1.0},"41":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":5,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"52":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":9,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.4142135623730951},"28":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.4142135623730951},"52":{"tf":1.0},"6":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":4,"docs":{"16":{"tf":1.0},"29":{"tf":1.0},"44":{"tf":1.4142135623730951},"45":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"0":{"tf":1.0},"52":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"40":{"tf":1.0},"44":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"15":{"tf":1.0},"40":{"tf":1.0},"47":{"tf":1.7320508075688772},"9":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":3,"docs":{"16":{"tf":1.0},"51":{"tf":1.0},"7":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"7":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"46":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"5":{"tf":1.0},"51":{"tf":1.0}}}}},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":8,"docs":{"0":{"tf":1.0},"20":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.7320508075688772}}}}},"p":{"c":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"39":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951}}}}}}}}},"df":23,"docs":{"1":{"tf":1.0},"11":{"tf":1.7320508075688772},"14":{"tf":1.0},"16":{"tf":1.0},"19":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.7320508075688772},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.7320508075688772},"33":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":2.0},"4":{"tf":1.4142135623730951},"45":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.7320508075688772},"50":{"tf":1.7320508075688772},"51":{"tf":1.4142135623730951},"52":{"tf":1.7320508075688772},"6":{"tf":1.7320508075688772},"7":{"tf":1.0},"8":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":3,"docs":{"23":{"tf":1.0},"39":{"tf":1.0},"44":{"tf":1.4142135623730951}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":22,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.0},"29":{"tf":1.7320508075688772},"30":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.7320508075688772},"35":{"tf":1.7320508075688772},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"47":{"tf":1.7320508075688772},"50":{"tf":1.7320508075688772},"51":{"tf":1.7320508075688772},"52":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.4142135623730951},"9":{"tf":1.0}},"’":{"df":1,"docs":{"35":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"34":{"tf":1.0}},"{":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":7,"docs":{"10":{"tf":1.0},"27":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.0},"37":{"tf":1.0},"47":{"tf":1.0},"9":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"42":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":5,"docs":{"29":{"tf":1.4142135623730951},"47":{"tf":1.0},"51":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"0":{"tf":1.4142135623730951}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"35":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":29,"docs":{"1":{"tf":1.0},"10":{"tf":1.7320508075688772},"11":{"tf":1.7320508075688772},"12":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":2.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"28":{"tf":1.7320508075688772},"29":{"tf":1.7320508075688772},"30":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"37":{"tf":2.23606797749979},"4":{"tf":1.7320508075688772},"46":{"tf":1.4142135623730951},"47":{"tf":2.23606797749979},"48":{"tf":1.0},"49":{"tf":1.4142135623730951},"5":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.7320508075688772},"52":{"tf":1.4142135623730951},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":2.23606797749979}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"23":{"tf":1.0},"33":{"tf":1.0},"5":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"10":{"tf":1.0},"35":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"16":{"tf":1.0},"23":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"d":{"df":8,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}}},"df":4,"docs":{"11":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"20":{"tf":1.0},"29":{"tf":1.0}}}},"df":0,"docs":{}},"f":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":3,"docs":{"15":{"tf":1.0},"44":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"16":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"28":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"25":{"tf":1.0}}},"v":{"df":1,"docs":{"47":{"tf":1.0}},"i":{"c":{"df":3,"docs":{"0":{"tf":1.0},"32":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":8,"docs":{"11":{"tf":1.0},"18":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"36":{"tf":1.0},"49":{"tf":1.4142135623730951},"6":{"tf":1.0},"9":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"10":{"tf":1.0},"32":{"tf":1.0},"50":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":18,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":8,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"16":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"0":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0}}}},"w":{"df":4,"docs":{"1":{"tf":1.0},"21":{"tf":1.0},"43":{"tf":1.0},"9":{"tf":1.0}}}}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":11,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"14":{"tf":1.4142135623730951},"16":{"tf":1.0},"29":{"tf":1.7320508075688772},"35":{"tf":2.23606797749979},"41":{"tf":1.0},"5":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.4142135623730951}},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"35":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"18":{"tf":1.0},"44":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"0":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":3,"docs":{"32":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0}}}}},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"22":{"tf":1.0},"35":{"tf":1.0},"50":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"11":{"tf":1.0},"18":{"tf":1.0},"3":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":5,"docs":{"15":{"tf":1.0},"18":{"tf":1.0},"46":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"40":{"tf":1.0},"45":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"3":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"24":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":6,"docs":{"14":{"tf":1.0},"20":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":1.0},"49":{"tf":1.0},"6":{"tf":1.0}},"i":{"df":1,"docs":{"11":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":4,"docs":{"16":{"tf":1.0},"30":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"t":{"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"32":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"28":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"50":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"16":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"df":0,"docs":{}},"_":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"40":{"tf":1.0},"45":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":13,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.7320508075688772},"37":{"tf":1.0},"39":{"tf":1.0},"44":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"16":{"tf":1.0},"23":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0}}},"i":{"c":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}}},"y":{"df":5,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"25":{"tf":1.0},"45":{"tf":1.0},"51":{"tf":1.0}}}},"d":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{":":{":":{"a":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"44":{"tf":1.0}}},"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":{},"p":{"df":2,"docs":{"15":{"tf":1.0},"35":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"22":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"51":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":3,"docs":{"37":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0}}}},"r":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"19":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"b":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"49":{"tf":1.4142135623730951}}}}}},"u":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"0":{"tf":1.0},"18":{"tf":1.0},"22":{"tf":1.4142135623730951},"24":{"tf":1.0}}}},"t":{"df":6,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.0},"24":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"0":{"tf":1.0},"52":{"tf":1.0}}}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":10,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"33":{"tf":1.0}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"10":{"tf":1.0},"48":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"16":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"n":{"c":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":7,"docs":{"14":{"tf":1.4142135623730951},"20":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.4142135623730951}}}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"44":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":5,"docs":{"11":{"tf":1.0},"44":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"5":{"tf":1.0},"51":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"37":{"tf":1.0}}}}},"d":{"df":3,"docs":{"14":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":3,"docs":{"16":{"tf":1.0},"3":{"tf":1.4142135623730951},"49":{"tf":1.0}}},"r":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"15":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":23,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.0},"10":{"tf":1.7320508075688772},"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"18":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.7320508075688772},"37":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.4142135623730951},"5":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.4142135623730951},"9":{"tf":2.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"41":{"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":{"40":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"{":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"45":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"44":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"44":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"29":{"tf":1.0},"7":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}}}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":12,"docs":{"0":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.7320508075688772},"3":{"tf":1.4142135623730951},"31":{"tf":1.0},"35":{"tf":1.0},"5":{"tf":1.4142135623730951},"51":{"tf":1.0},"6":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"34":{"tf":1.0},"35":{"tf":1.0}}}}},"r":{"df":1,"docs":{"22":{"tf":1.4142135623730951}}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"14":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"9":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"25":{"tf":1.0},"27":{"tf":1.0},"5":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"22":{"tf":1.0}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":24,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"27":{"tf":1.7320508075688772},"29":{"tf":1.0},"37":{"tf":1.7320508075688772},"4":{"tf":2.0},"42":{"tf":1.0},"44":{"tf":1.4142135623730951},"47":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.4142135623730951},"52":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}},"y":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"g":{"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":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"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":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"49":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"34":{"tf":1.0},"35":{"tf":1.0},"47":{"tf":1.0},"9":{"tf":1.0}}},"k":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":16,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"14":{"tf":1.4142135623730951},"15":{"tf":1.0},"20":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"3":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":2.0},"5":{"tf":1.4142135623730951},"52":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"43":{"tf":1.0},"49":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":14,"docs":{"11":{"tf":1.0},"13":{"tf":1.4142135623730951},"15":{"tf":1.0},"18":{"tf":1.7320508075688772},"19":{"tf":1.7320508075688772},"20":{"tf":1.0},"28":{"tf":1.0},"34":{"tf":1.0},"49":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"10":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"35":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"13":{"tf":1.0},"24":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"16":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":3,"docs":{"16":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"30":{"tf":1.0},"4":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"16":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":1,"docs":{"18":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"30":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"22":{"tf":1.0},"3":{"tf":1.4142135623730951},"37":{"tf":1.0},"39":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"45":{"tf":1.0},"50":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":1,"docs":{"47":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"11":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"10":{"tf":1.0}}}},"df":22,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"15":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"29":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.0},"44":{"tf":2.23606797749979},"45":{"tf":1.7320508075688772},"47":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"13":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}},"i":{"df":0,"docs":{},"z":{"df":2,"docs":{"44":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"46":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"10":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":18,"docs":{"0":{"tf":2.0},"11":{"tf":1.4142135623730951},"16":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"25":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.4142135623730951},"34":{"tf":1.0},"37":{"tf":1.0},"44":{"tf":1.4142135623730951},"45":{"tf":1.0},"49":{"tf":1.4142135623730951},"5":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.7320508075688772},"7":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":1,"docs":{"24":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"27":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"c":{"!":{"[":{"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":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":1,"docs":{"44":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"5":{"tf":1.0},"51":{"tf":1.0}},"f":{"df":2,"docs":{"26":{"tf":1.0},"7":{"tf":1.0}},"i":{"df":7,"docs":{"0":{"tf":1.4142135623730951},"14":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":6,"docs":{"10":{"tf":1.0},"14":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"[":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"29":{"tf":1.0},"6":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"15":{"tf":1.0},"5":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":13,"docs":{"14":{"tf":1.4142135623730951},"15":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"9":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"23":{"tf":1.0}}}}},"df":1,"docs":{"6":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"15":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"49":{"tf":1.0},"52":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":8,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"29":{"tf":1.0},"37":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":4,"docs":{"32":{"tf":1.0},"39":{"tf":1.0},"46":{"tf":1.0},"50":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"0":{"df":1,"docs":{"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"25":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"1":{"tf":1.0},"26":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"10":{"tf":1.0},"47":{"tf":1.7320508075688772},"9":{"tf":1.4142135623730951}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":38,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.7320508075688772},"12":{"tf":1.4142135623730951},"13":{"tf":2.0},"14":{"tf":2.449489742783178},"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.7320508075688772},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"24":{"tf":1.0},"29":{"tf":1.7320508075688772},"34":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"37":{"tf":2.23606797749979},"39":{"tf":1.4142135623730951},"4":{"tf":1.7320508075688772},"40":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":2.23606797749979},"45":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.7320508075688772},"5":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.7320508075688772},"6":{"tf":2.449489742783178},"7":{"tf":1.4142135623730951},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"10":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"d":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"df":1,"docs":{"51":{"tf":1.0}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"23":{"tf":1.0}}}}}}}},"breadcrumbs":{"root":{"1":{"df":1,"docs":{"28":{"tf":1.0}},"–":{"3":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}}},"2":{"df":2,"docs":{"18":{"tf":1.4142135623730951},"28":{"tf":1.0}}},"3":{"df":1,"docs":{"28":{"tf":1.0}}},"4":{"df":1,"docs":{"28":{"tf":1.0}},"–":{"5":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}}},"6":{"df":0,"docs":{},"–":{"7":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"a":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"52":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"34":{"tf":1.0},"36":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"34":{"tf":1.0},"35":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"37":{"tf":1.0},"44":{"tf":1.0}}}},"v":{"df":10,"docs":{"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.0},"29":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"44":{"tf":1.0},"6":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"18":{"tf":1.0}}}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"10":{"tf":1.0},"47":{"tf":1.0},"9":{"tf":1.0}}}}},"d":{"df":4,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"39":{"tf":1.0}}}}}}},"df":6,"docs":{"37":{"tf":1.0},"39":{"tf":1.7320508075688772},"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"43":{"tf":1.0}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"17":{"tf":1.0},"35":{"tf":1.0},"49":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":8,"docs":{"21":{"tf":1.7320508075688772},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"24":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"40":{"tf":1.0}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}}}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"35":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"5":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":4,"docs":{"11":{"tf":1.0},"15":{"tf":1.4142135623730951},"29":{"tf":1.0},"51":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}}}}}},"df":3,"docs":{"0":{"tf":1.0},"16":{"tf":1.0},"5":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"5":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.7320508075688772}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":5,"docs":{"48":{"tf":1.7320508075688772},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"14":{"tf":1.0}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"2":{"tf":1.0},"27":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"4":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"35":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":8,"docs":{"21":{"tf":1.7320508075688772},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"28":{"tf":1.0},"37":{"tf":1.0},"47":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":13,"docs":{"10":{"tf":1.0},"16":{"tf":1.0},"25":{"tf":1.4142135623730951},"27":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0}}}},"t":{"df":2,"docs":{"10":{"tf":1.0},"35":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"0":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{":":{":":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":3,"docs":{"39":{"tf":1.0},"44":{"tf":1.4142135623730951},"45":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"37":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":6,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"1":{"tf":1.0},"11":{"tf":1.7320508075688772},"29":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":16,"docs":{"0":{"tf":1.4142135623730951},"11":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"29":{"tf":1.0},"3":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"37":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.7320508075688772},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"16":{"tf":1.0},"35":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"b":{"(":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"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":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"10":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"47":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}}},"d":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"16":{"tf":1.0},"30":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"20":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0}}}}}}}},"df":1,"docs":{"4":{"tf":1.0}},"e":{"c":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"16":{"tf":1.0},"29":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"50":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"34":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":9,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"24":{"tf":1.7320508075688772},"29":{"tf":1.0},"33":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.7320508075688772},"31":{"tf":1.0}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":7,"docs":{"16":{"tf":1.0},"22":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0},"50":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"26":{"tf":1.0},"35":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"b":{"df":5,"docs":{"0":{"tf":1.7320508075688772},"11":{"tf":1.0},"13":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0}},"s":{"/":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"19":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"35":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":19,"docs":{"0":{"tf":1.7320508075688772},"11":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"18":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"25":{"tf":2.449489742783178},"26":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"51":{"tf":2.0},"52":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"e":{"df":2,"docs":{"25":{"tf":1.0},"52":{"tf":1.0}},"e":{"d":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"26":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"0":{"tf":1.0},"1":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"14":{"tf":1.0},"19":{"tf":1.0},"49":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"28":{"tf":1.0},"37":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"a":{"d":{"df":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"u":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":6,"docs":{"21":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"6":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"49":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":5,"docs":{"15":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"44":{"tf":1.7320508075688772},"46":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"23":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"z":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"24":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}},"c":{"(":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"4":{"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":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"25":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"46":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":6,"docs":{"0":{"tf":1.0},"21":{"tf":1.0},"37":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"29":{"tf":1.0},"37":{"tf":1.0},"51":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"50":{"tf":1.0}}}}},"df":1,"docs":{"4":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"1":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"47":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0}}}}}},"o":{"df":11,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"20":{"tf":1.7320508075688772},"49":{"tf":1.0},"5":{"tf":1.4142135623730951},"50":{"tf":1.7320508075688772},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"9":{"tf":1.0}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"11":{"tf":1.0},"37":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.7320508075688772}}}},"c":{"df":0,"docs":{},"k":{"df":18,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.0},"28":{"tf":1.4142135623730951},"3":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.4142135623730951},"44":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.4142135623730951},"6":{"tf":1.0},"9":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"16":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"11":{"tf":1.4142135623730951},"16":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"35":{"tf":1.0},"4":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}}}}},"i":{"df":5,"docs":{"16":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0},"33":{"tf":1.0},"7":{"tf":1.0}},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"42":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"35":{"tf":1.0},"50":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"37":{"tf":1.0},"41":{"tf":1.0},"6":{"tf":1.4142135623730951}},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"r":{"df":9,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"15":{"tf":1.0},"24":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"|":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":4,"docs":{"39":{"tf":1.0},"44":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772},"47":{"tf":1.0}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":13,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.4142135623730951},"35":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":2.0},"5":{"tf":1.0},"52":{"tf":1.0},"7":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"37":{"tf":1.0}}}}}}}}}}}},"o":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"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":{"14":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"35":{"tf":1.0}}}}}}}}},"df":3,"docs":{"14":{"tf":1.4142135623730951},"25":{"tf":1.0},"35":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"17":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"8":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"10":{"tf":1.0},"15":{"tf":1.0},"34":{"tf":1.4142135623730951},"49":{"tf":1.0},"50":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"16":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"3":{"tf":1.0}}},"s":{"df":13,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"16":{"tf":1.0},"29":{"tf":1.0},"32":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"35":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"51":{"tf":1.0},"9":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":5,"docs":{"14":{"tf":1.0},"2":{"tf":1.0},"29":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":2.0}}}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"16":{"tf":1.0},"9":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"14":{"tf":1.0},"49":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"37":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"3":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":4,"docs":{"10":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"9":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":9,"docs":{"10":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.4142135623730951},"49":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"df":5,"docs":{"20":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"45":{"tf":1.4142135623730951},"50":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":7,"docs":{"0":{"tf":1.4142135623730951},"11":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.0},"52":{"tf":1.0}}}}}},"i":{"d":{"df":1,"docs":{"39":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"11":{"tf":1.0},"30":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"41":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"m":{"df":4,"docs":{"25":{"tf":1.0},"35":{"tf":1.7320508075688772},"47":{"tf":1.0},"9":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"32":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"1":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"11":{"tf":1.0},"12":{"tf":1.7320508075688772},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.7320508075688772},"49":{"tf":1.4142135623730951}}}},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"0":{"tf":1.7320508075688772},"37":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"14":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"36":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":8,"docs":{"13":{"tf":1.4142135623730951},"20":{"tf":1.0},"22":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"50":{"tf":1.4142135623730951},"52":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"32":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"37":{"tf":1.0},"6":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"37":{"tf":1.0},"47":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":10,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.7320508075688772},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.7320508075688772},"27":{"tf":1.0},"47":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"29":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"49":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"19":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"36":{"tf":1.0},"47":{"tf":2.0},"7":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":5,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"x":{"df":2,"docs":{"44":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":3,"docs":{"25":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"43":{"tf":1.0}}}}}}}},"d":{"(":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"[":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"a":{"df":8,"docs":{"0":{"tf":3.0},"16":{"tf":1.0},"19":{"tf":1.7320508075688772},"20":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"42":{"tf":1.0},"52":{"tf":1.0}},"t":{"a":{"df":14,"docs":{"0":{"tf":2.6457513110645907},"11":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"19":{"tf":1.0},"3":{"tf":1.4142135623730951},"37":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.4142135623730951},"6":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"4":{"tf":1.0},"6":{"tf":1.0}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":3,"docs":{"31":{"tf":1.0},"35":{"tf":1.0},"5":{"tf":1.0}},"g":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"11":{"tf":1.0},"35":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"r":{"df":7,"docs":{"11":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"36":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"46":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":5,"docs":{"15":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"5":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"11":{"tf":1.0},"37":{"tf":1.0},"49":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"49":{"tf":1.0}}}}}}},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"22":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"52":{"tf":1.0}}}},"i":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"28":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"a":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":9,"docs":{"10":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"47":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"35":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":11,"docs":{"10":{"tf":1.0},"21":{"tf":1.0},"26":{"tf":2.449489742783178},"29":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"47":{"tf":1.0},"6":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"39":{"tf":1.0},"44":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":6,"docs":{"10":{"tf":1.0},"12":{"tf":1.4142135623730951},"3":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"37":{"tf":1.0},"52":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"24":{"tf":1.0},"7":{"tf":1.7320508075688772}}}},"r":{"df":1,"docs":{"5":{"tf":1.0}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"5":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":16,"docs":{"16":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":1.7320508075688772},"37":{"tf":2.23606797749979},"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},"7":{"tf":1.0}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"4":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"0":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.0},"51":{"tf":1.0},"8":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"32":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"48":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":2,"docs":{"0":{"tf":1.4142135623730951},"42":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"35":{"tf":1.0},"36":{"tf":1.0}},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"25":{"tf":1.0}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"11":{"tf":1.0},"32":{"tf":1.4142135623730951},"35":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"16":{"tf":1.0},"24":{"tf":1.0},"47":{"tf":1.0}}}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"6":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"26":{"tf":1.7320508075688772}},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":2.0}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"20":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"[":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{}},"df":10,"docs":{"13":{"tf":1.0},"14":{"tf":1.4142135623730951},"28":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"6":{"tf":1.4142135623730951}},"n":{"df":2,"docs":{"12":{"tf":1.0},"5":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"p":{"/":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"24":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"l":{"df":6,"docs":{"10":{"tf":1.0},"15":{"tf":1.0},"39":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.7320508075688772},"9":{"tf":1.0}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":8,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"29":{"tf":1.0},"37":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":3,"docs":{"45":{"tf":1.0},"52":{"tf":1.4142135623730951},"6":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"44":{"tf":1.7320508075688772},"45":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},".":{"df":0,"docs":{},"g":{"df":9,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"14":{"tf":1.0},"23":{"tf":1.0},"28":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"5":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"6":{"tf":1.0}}}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"10":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"35":{"tf":1.0}}}}},"s":{"df":1,"docs":{"32":{"tf":1.0}},"i":{"df":1,"docs":{"11":{"tf":1.0}}}}},"df":1,"docs":{"6":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"3":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"15":{"tf":1.0},"20":{"tf":1.0},"35":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{}},"d":{"df":4,"docs":{"10":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":2,"docs":{"28":{"tf":1.0},"37":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"3":{"tf":1.0},"9":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":5,"docs":{"11":{"tf":1.0},"37":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":7,"docs":{"0":{"tf":1.0},"22":{"tf":1.0},"29":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.4142135623730951},"42":{"tf":1.0},"52":{"tf":1.0}}}}},"v":{"df":1,"docs":{"34":{"tf":1.0}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":20,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"29":{"tf":1.7320508075688772},"3":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.7320508075688772},"4":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"39":{"tf":1.0}}}}}}},"r":{"(":{"\\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"44":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"2":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"a":{"df":0,"docs":{},"l":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":6,"docs":{"14":{"tf":1.4142135623730951},"29":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"45":{"tf":1.0},"6":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"41":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":3,"docs":{"36":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0}}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":18,"docs":{"17":{"tf":1.7320508075688772},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.7320508075688772},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"43":{"tf":1.7320508075688772},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"9":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"r":{"df":7,"docs":{"0":{"tf":1.7320508075688772},"11":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.0},"49":{"tf":1.4142135623730951},"52":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":6,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":37,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":2.0},"13":{"tf":1.0},"14":{"tf":2.23606797749979},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.7320508075688772},"25":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.4142135623730951},"34":{"tf":2.0},"35":{"tf":1.4142135623730951},"37":{"tf":2.23606797749979},"39":{"tf":1.0},"4":{"tf":1.7320508075688772},"40":{"tf":1.4142135623730951},"43":{"tf":2.0},"44":{"tf":2.23606797749979},"45":{"tf":2.23606797749979},"46":{"tf":1.4142135623730951},"47":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"6":{"tf":2.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"15":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"16":{"tf":1.0},"49":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.0}}}},"s":{"df":2,"docs":{"35":{"tf":1.4142135623730951},"39":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"35":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"—":{"a":{"d":{"df":0,"docs":{},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"49":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":9,"docs":{"0":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"38":{"tf":1.7320508075688772},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"7":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"}":{"\\"":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"f":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"9":{"tf":1.0}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"39":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":7,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"24":{"tf":1.0},"35":{"tf":2.0},"4":{"tf":1.0},"41":{"tf":1.0},"7":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":2,"docs":{"22":{"tf":1.0},"26":{"tf":1.0}}}},"l":{"df":0,"docs":{},"s":{"df":3,"docs":{"35":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}}}},"q":{"df":1,"docs":{"51":{"tf":1.7320508075688772}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"11":{"tf":1.0},"26":{"tf":1.0},"39":{"tf":1.0},"46":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"16":{"tf":1.0},"26":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"26":{"tf":1.0},"41":{"tf":1.0}}},"df":0,"docs":{}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":1,"docs":{"25":{"tf":1.0}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"16":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"51":{"tf":1.0}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"11":{"tf":1.0},"40":{"tf":1.0},"45":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"35":{"tf":1.0},"5":{"tf":1.0}},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"51":{"tf":1.0}}}}}}}}}},"t":{"df":6,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"9":{"tf":1.0}}},"x":{"df":1,"docs":{"5":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"29":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0}}},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"50":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"14":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":5,"docs":{"18":{"tf":1.0},"29":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"47":{"tf":1.0},"49":{"tf":1.0}}}}}}},"n":{"df":2,"docs":{"44":{"tf":2.449489742783178},"45":{"tf":2.0}}},"o":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":3,"docs":{"0":{"tf":1.0},"35":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"29":{"tf":1.0},"4":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"15":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"t":{"!":{"(":{"\\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"4":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":7,"docs":{"15":{"tf":1.0},"2":{"tf":1.7320508075688772},"3":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"39":{"tf":1.0},"40":{"tf":1.0}}}}}}}}}}},"df":18,"docs":{"0":{"tf":1.0},"10":{"tf":1.4142135623730951},"2":{"tf":1.0},"21":{"tf":1.0},"3":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.7320508075688772},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.4142135623730951},"49":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0}},"’":{"df":1,"docs":{"15":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"26":{"tf":1.0},"3":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}}}}}}},"d":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"27":{"tf":1.0}}}}}},"g":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"3":{"tf":1.0},"50":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"34":{"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":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"39":{"tf":1.0},"44":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":8,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"27":{"tf":1.4142135623730951},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"44":{"tf":1.0},"52":{"tf":1.0},"7":{"tf":1.0}}}}},"t":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}}},"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":1,"docs":{"1":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"52":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"11":{"tf":1.0},"16":{"tf":1.0}}}},"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"11":{"tf":1.0},"16":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":1,"docs":{"46":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"37":{"tf":1.0},"48":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}},"df":29,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"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},"8":{"tf":1.7320508075688772},"9":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"24":{"tf":1.0}}}},"n":{"d":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"r":{"d":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"11":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0}},"i":{"df":1,"docs":{"14":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"10":{"tf":1.0},"15":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.7320508075688772}}}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"0":{"tf":1.0},"45":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":9,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"23":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"31":{"tf":1.0},"35":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"47":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"i":{"[":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"14":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"a":{"df":9,"docs":{"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"44":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"i":{"df":28,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"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},"8":{"tf":1.7320508075688772},"9":{"tf":1.0}},"i":{"df":12,"docs":{"36":{"tf":1.7320508075688772},"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}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":3,"docs":{"17":{"tf":1.0},"21":{"tf":1.0},"43":{"tf":1.0}}}}}}}},"m":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"5":{"tf":1.0}}}},"l":{"df":2,"docs":{"44":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"47":{"tf":1.0}}}}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":3,"docs":{"0":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":8,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"19":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"\\"":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"6":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"14":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":3,"docs":{"14":{"tf":1.7320508075688772},"39":{"tf":1.0},"44":{"tf":1.4142135623730951}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"14":{"tf":1.0},"39":{"tf":1.0},"44":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"35":{"tf":1.0}}}}}}},"df":2,"docs":{"32":{"tf":1.0},"35":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":4,"docs":{"10":{"tf":1.0},"3":{"tf":1.0},"47":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"n":{"d":{"df":4,"docs":{"11":{"tf":1.0},"37":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":5,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"21":{"tf":1.0},"24":{"tf":1.0}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":3,"docs":{"22":{"tf":1.0},"47":{"tf":1.7320508075688772},"5":{"tf":1.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"7":{"tf":1.0}}}}}},"v":{"df":3,"docs":{"25":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"5":{"tf":1.0}},"t":{"df":1,"docs":{"3":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":2,"docs":{"35":{"tf":1.0},"44":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"11":{"tf":1.0},"31":{"tf":1.0}}}}},"v":{"df":5,"docs":{"48":{"tf":1.7320508075688772},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0}}}},"j":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"g":{"df":4,"docs":{"37":{"tf":1.0},"4":{"tf":1.0},"52":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"k":{"8":{"df":6,"docs":{"10":{"tf":1.0},"16":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":16,"docs":{"11":{"tf":1.0},"15":{"tf":1.7320508075688772},"16":{"tf":1.4142135623730951},"20":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"y":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}}},"n":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"49":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"11":{"tf":1.0},"33":{"tf":1.4142135623730951},"4":{"tf":1.0},"47":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"22":{"tf":1.0}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"25":{"tf":1.0},"37":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"22":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"15":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"19":{"tf":1.0},"4":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"15":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"42":{"tf":1.0},"49":{"tf":1.0},"9":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"37":{"tf":1.0},"6":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":12,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"13":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"37":{"tf":1.7320508075688772},"4":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":2,"docs":{"28":{"tf":1.0},"6":{"tf":2.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"14":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":18,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.7320508075688772},"27":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"6":{"tf":1.0}}}}},"o":{"a":{"d":{"df":1,"docs":{"23":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"df":11,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"29":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"51":{"tf":1.0},"9":{"tf":1.0}}},"t":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":3,"docs":{"44":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}},"i":{"c":{"df":2,"docs":{"43":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"s":{"/":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"35":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"35":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"11":{"tf":1.0},"37":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"24":{"tf":1.0},"51":{"tf":1.0}}},"p":{"df":2,"docs":{"16":{"tf":1.0},"31":{"tf":1.0}}},"s":{"df":1,"docs":{"9":{"tf":1.0}}}},"w":{"df":1,"docs":{"23":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"r":{"df":2,"docs":{"4":{"tf":1.0},"6":{"tf":1.0}}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"16":{"tf":1.0},"32":{"tf":1.0},"7":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"36":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":7,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.4142135623730951}}}},"n":{"df":0,"docs":{},"i":{"df":6,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"49":{"tf":1.0}}}},"p":{"df":3,"docs":{"10":{"tf":1.0},"35":{"tf":1.0},"47":{"tf":1.0}}},"t":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"48":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"11":{"tf":1.0},"33":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":6,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0}}}}},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"1":{"tf":1.0},"2":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"d":{"df":5,"docs":{"14":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"35":{"tf":1.0},"52":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"c":{"df":6,"docs":{"25":{"tf":1.0},"35":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"16":{"tf":1.0},"18":{"tf":1.0},"31":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"49":{"tf":1.0},"5":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":4,"docs":{"35":{"tf":1.0},"39":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}}}},"x":{"df":1,"docs":{"50":{"tf":1.0}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"24":{"tf":1.4142135623730951}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":8,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"15":{"tf":1.0},"2":{"tf":1.0},"23":{"tf":1.0},"37":{"tf":2.23606797749979},"47":{"tf":1.0},"9":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"0":{"tf":1.0},"28":{"tf":1.0},"7":{"tf":1.0}}}},"df":1,"docs":{"39":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"46":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"16":{"tf":1.0},"7":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":8,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"11":{"tf":1.0},"2":{"tf":1.0},"28":{"tf":1.7320508075688772},"3":{"tf":1.4142135623730951},"32":{"tf":1.0},"9":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"16":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"39":{"tf":1.0},"44":{"tf":1.0}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"df":1,"docs":{"23":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"16":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":7,"docs":{"15":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"45":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"g":{"df":2,"docs":{"24":{"tf":1.0},"35":{"tf":1.0}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":11,"docs":{"0":{"tf":1.7320508075688772},"11":{"tf":1.0},"22":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"37":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"9":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"26":{"tf":1.0}}}}},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":8,"docs":{"21":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.7320508075688772},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"41":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":23,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"11":{"tf":1.0},"13":{"tf":1.4142135623730951},"2":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.7320508075688772},"37":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.4142135623730951},"50":{"tf":1.0},"52":{"tf":1.7320508075688772},"6":{"tf":1.4142135623730951},"9":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"5":{"tf":1.0}},"i":{"df":1,"docs":{"16":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"df":7,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"10":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.7320508075688772},"35":{"tf":1.0},"9":{"tf":1.0}}}},"n":{"df":1,"docs":{"5":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"15":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"[":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":16,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.7320508075688772},"37":{"tf":1.0},"4":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.4142135623730951}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"16":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"37":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"6":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"47":{"tf":1.0},"49":{"tf":1.0}}}}}},"k":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"\\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":1,"docs":{"44":{"tf":1.0}}},"n":{"c":{"df":3,"docs":{"37":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0}}},"df":5,"docs":{"19":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"42":{"tf":1.0},"9":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"33":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"11":{"tf":1.0},"20":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.4142135623730951},"35":{"tf":2.449489742783178},"5":{"tf":1.0},"51":{"tf":1.0}}}},"t":{"df":2,"docs":{"15":{"tf":1.0},"5":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"20":{"tf":1.0},"41":{"tf":1.0},"6":{"tf":1.0}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":7,"docs":{"10":{"tf":1.0},"31":{"tf":1.0},"4":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"5":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"51":{"tf":1.0}}}}}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"23":{"tf":1.4142135623730951}}}}},"df":1,"docs":{"22":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":9,"docs":{"16":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"3":{"tf":1.0},"5":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.7320508075688772}}}}}}}}}},"p":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"6":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"22":{"tf":1.0}}},"k":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"10":{"tf":1.0},"47":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":4,"docs":{"1":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":1.0},"4":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"27":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0},"52":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}},"df":0,"docs":{},"t":{"df":51,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.7320508075688772},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"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.7320508075688772},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"4":{"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.7320508075688772},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.7320508075688772},"9":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":5,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"42":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"29":{"tf":1.0},"35":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":1,"docs":{"6":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"13":{"tf":1.0},"19":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":3,"docs":{"15":{"tf":2.449489742783178},"16":{"tf":1.0},"9":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"22":{"tf":1.0}}}},"r":{"df":4,"docs":{"15":{"tf":1.0},"18":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"23":{"tf":1.4142135623730951},"28":{"tf":3.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.7320508075688772}}}}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"27":{"tf":1.0},"44":{"tf":1.0},"49":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"10":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"14":{"tf":1.0},"28":{"tf":1.4142135623730951}}}}}}}},"l":{"a":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":14,"docs":{"1":{"tf":1.0},"14":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":2.0},"3":{"tf":1.0},"30":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"37":{"tf":1.0},"4":{"tf":1.7320508075688772},"47":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":2.23606797749979},"7":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"35":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"u":{"df":2,"docs":{"19":{"tf":1.0},"20":{"tf":1.0}},"g":{"df":1,"docs":{"43":{"tf":1.0}},"g":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"12":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"3":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":3,"docs":{"32":{"tf":1.0},"35":{"tf":1.0},"50":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"25":{"tf":1.0},"28":{"tf":1.0},"37":{"tf":1.0},"52":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"26":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"16":{"tf":1.7320508075688772},"8":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"4":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"5":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"47":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"29":{"tf":1.4142135623730951},"35":{"tf":2.0},"37":{"tf":1.0},"39":{"tf":1.0}}}}}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"21":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"20":{"tf":1.0},"35":{"tf":1.0}}}},"t":{"df":3,"docs":{"16":{"tf":1.0},"42":{"tf":1.0},"50":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"29":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":2.0}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.4142135623730951}}}}}},"o":{"b":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":8,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.4142135623730951},"46":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":5,"docs":{"11":{"tf":1.0},"31":{"tf":1.0},"4":{"tf":1.0},"52":{"tf":1.0},"9":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":5,"docs":{"0":{"tf":1.4142135623730951},"14":{"tf":1.0},"26":{"tf":1.0},"41":{"tf":1.0},"51":{"tf":1.0}},"t":{"df":3,"docs":{"21":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":7,"docs":{"11":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.4142135623730951},"3":{"tf":1.0},"37":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":8,"docs":{"0":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.4142135623730951},"51":{"tf":1.0},"6":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"44":{"tf":1.0}},"r":{"df":1,"docs":{"35":{"tf":1.0}}}},"i":{"d":{"df":4,"docs":{"26":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":2,"docs":{"34":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"b":{"df":2,"docs":{"44":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"0":{"tf":1.0},"52":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"51":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"12":{"tf":1.0},"3":{"tf":1.0}}}}}}}},"q":{"a":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"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":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"27":{"tf":1.4142135623730951},"5":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"tf":1.0}}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"df":10,"docs":{"13":{"tf":1.0},"14":{"tf":1.4142135623730951},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"23":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"5":{"tf":1.0},"50":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"6":{"tf":1.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"44":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"l":{"df":3,"docs":{"34":{"tf":1.0},"44":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"—":{"a":{"df":1,"docs":{"35":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"49":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":10,"docs":{"20":{"tf":1.0},"26":{"tf":1.4142135623730951},"29":{"tf":1.0},"34":{"tf":1.7320508075688772},"35":{"tf":1.7320508075688772},"4":{"tf":1.0},"41":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.4142135623730951},"9":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":5,"docs":{"0":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.0},"43":{"tf":1.0},"5":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"1":{"tf":1.0},"3":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"5":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"41":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"13":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":4,"docs":{"15":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":13,"docs":{"36":{"tf":1.7320508075688772},"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":2.0},"48":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"0":{"tf":1.0}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"29":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}},"x":{"df":2,"docs":{"34":{"tf":1.0},"35":{"tf":1.0}}}},"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"16":{"tf":1.0},"41":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"14":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"23":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"37":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":4,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":5,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"51":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":8,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"20":{"tf":1.0},"24":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"37":{"tf":1.0},"41":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":5,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"52":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":9,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.4142135623730951},"28":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.4142135623730951},"52":{"tf":1.0},"6":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":4,"docs":{"16":{"tf":1.0},"29":{"tf":1.0},"44":{"tf":1.4142135623730951},"45":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"0":{"tf":1.0},"52":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"40":{"tf":1.0},"44":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"15":{"tf":1.0},"40":{"tf":1.0},"47":{"tf":1.7320508075688772},"9":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":3,"docs":{"16":{"tf":1.0},"51":{"tf":1.0},"7":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"7":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"46":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"5":{"tf":1.0},"51":{"tf":1.0}}}}},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":8,"docs":{"0":{"tf":1.0},"20":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.7320508075688772}}}}},"p":{"c":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"39":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951}}}}}}}}},"df":23,"docs":{"1":{"tf":1.0},"11":{"tf":1.7320508075688772},"14":{"tf":1.0},"16":{"tf":1.0},"19":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":2.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":2.23606797749979},"33":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":2.0},"4":{"tf":1.4142135623730951},"45":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.7320508075688772},"50":{"tf":1.7320508075688772},"51":{"tf":1.4142135623730951},"52":{"tf":1.7320508075688772},"6":{"tf":1.7320508075688772},"7":{"tf":1.0},"8":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":3,"docs":{"23":{"tf":1.0},"39":{"tf":1.0},"44":{"tf":1.4142135623730951}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":22,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.0},"29":{"tf":1.7320508075688772},"30":{"tf":2.0},"31":{"tf":1.7320508075688772},"32":{"tf":1.7320508075688772},"33":{"tf":1.7320508075688772},"34":{"tf":2.0},"35":{"tf":1.7320508075688772},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":1.7320508075688772},"47":{"tf":1.7320508075688772},"50":{"tf":1.7320508075688772},"51":{"tf":1.7320508075688772},"52":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.4142135623730951},"9":{"tf":1.0}},"’":{"df":1,"docs":{"35":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"34":{"tf":1.0}},"{":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":7,"docs":{"10":{"tf":1.0},"27":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.0},"37":{"tf":1.0},"47":{"tf":1.0},"9":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"43":{"tf":1.7320508075688772},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"42":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":5,"docs":{"29":{"tf":1.4142135623730951},"47":{"tf":1.0},"51":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"0":{"tf":1.4142135623730951}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"35":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.7320508075688772}}}}}}}},"df":0,"docs":{}}}}},"df":29,"docs":{"1":{"tf":1.0},"10":{"tf":1.7320508075688772},"11":{"tf":2.23606797749979},"12":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":2.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"28":{"tf":2.0},"29":{"tf":2.23606797749979},"30":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"37":{"tf":2.6457513110645907},"4":{"tf":1.7320508075688772},"46":{"tf":1.4142135623730951},"47":{"tf":2.23606797749979},"48":{"tf":1.0},"49":{"tf":1.4142135623730951},"5":{"tf":1.0},"50":{"tf":2.0},"51":{"tf":1.7320508075688772},"52":{"tf":1.4142135623730951},"6":{"tf":1.7320508075688772},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":2.23606797749979}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"23":{"tf":1.0},"33":{"tf":1.0},"5":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"10":{"tf":1.0},"35":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"16":{"tf":1.0},"23":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"d":{"df":8,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}}},"df":4,"docs":{"11":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"20":{"tf":1.0},"29":{"tf":1.0}}}},"df":0,"docs":{}},"f":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":3,"docs":{"15":{"tf":1.0},"44":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"16":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"28":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"25":{"tf":1.0}}},"v":{"df":1,"docs":{"47":{"tf":1.0}},"i":{"c":{"df":3,"docs":{"0":{"tf":1.0},"32":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":8,"docs":{"11":{"tf":1.0},"18":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"36":{"tf":1.0},"49":{"tf":1.4142135623730951},"6":{"tf":1.0},"9":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"10":{"tf":1.0},"32":{"tf":1.0},"50":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":18,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":8,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"16":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.7320508075688772}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"0":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0}}}},"w":{"df":4,"docs":{"1":{"tf":1.0},"21":{"tf":1.0},"43":{"tf":1.0},"9":{"tf":1.0}}}}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":11,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"14":{"tf":1.4142135623730951},"16":{"tf":1.0},"29":{"tf":1.7320508075688772},"35":{"tf":2.23606797749979},"41":{"tf":1.0},"5":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.4142135623730951}},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"35":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"18":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"0":{"tf":1.0},"22":{"tf":1.4142135623730951},"26":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":3,"docs":{"32":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0}}}}},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"22":{"tf":1.0},"35":{"tf":1.0},"50":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"11":{"tf":1.0},"18":{"tf":1.0},"3":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":5,"docs":{"15":{"tf":1.0},"18":{"tf":1.0},"46":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"40":{"tf":1.0},"45":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"3":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"24":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":6,"docs":{"14":{"tf":1.0},"20":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":1.0},"49":{"tf":1.0},"6":{"tf":1.0}},"i":{"df":1,"docs":{"11":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":4,"docs":{"16":{"tf":1.0},"30":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"t":{"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"32":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"28":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"50":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"16":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"df":0,"docs":{}},"_":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"40":{"tf":1.0},"45":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":13,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.7320508075688772},"37":{"tf":1.0},"39":{"tf":1.0},"44":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"16":{"tf":1.0},"23":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0}}},"i":{"c":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}}},"y":{"df":5,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"25":{"tf":1.0},"45":{"tf":1.4142135623730951},"51":{"tf":1.0}}}},"d":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{":":{":":{"a":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"44":{"tf":1.0}}},"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":{},"p":{"df":2,"docs":{"15":{"tf":1.0},"35":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"22":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"51":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":3,"docs":{"37":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0}}}},"r":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"19":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"b":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"49":{"tf":1.4142135623730951}}}}}},"u":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"0":{"tf":1.0},"18":{"tf":1.0},"22":{"tf":1.4142135623730951},"24":{"tf":1.0}}}},"t":{"df":6,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.0},"24":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"0":{"tf":1.0},"52":{"tf":1.0}}}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":10,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"33":{"tf":1.0}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"10":{"tf":1.0},"48":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"16":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"n":{"c":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"26":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":7,"docs":{"14":{"tf":1.4142135623730951},"20":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.4142135623730951}}}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"44":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":5,"docs":{"11":{"tf":1.0},"44":{"tf":1.4142135623730951},"45":{"tf":1.7320508075688772},"5":{"tf":1.0},"51":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"37":{"tf":1.0}}}}},"d":{"df":3,"docs":{"14":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":3,"docs":{"16":{"tf":1.0},"3":{"tf":1.4142135623730951},"49":{"tf":1.0}}},"r":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"15":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":23,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.0},"10":{"tf":1.7320508075688772},"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"18":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.7320508075688772},"37":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.4142135623730951},"5":{"tf":1.7320508075688772},"50":{"tf":1.0},"51":{"tf":1.4142135623730951},"9":{"tf":2.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"41":{"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":{"40":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"{":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"45":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"44":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"44":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"29":{"tf":1.0},"7":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}}}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":12,"docs":{"0":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.7320508075688772},"3":{"tf":1.4142135623730951},"31":{"tf":1.0},"35":{"tf":1.0},"5":{"tf":1.4142135623730951},"51":{"tf":1.0},"6":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"34":{"tf":1.0},"35":{"tf":1.0}}}}},"r":{"df":1,"docs":{"22":{"tf":1.4142135623730951}}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"14":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"9":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"25":{"tf":1.0},"27":{"tf":1.0},"5":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"22":{"tf":1.0}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":24,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"27":{"tf":2.0},"29":{"tf":1.0},"37":{"tf":1.7320508075688772},"4":{"tf":2.0},"42":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"47":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.4142135623730951},"52":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}},"y":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"g":{"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":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"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":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"49":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"34":{"tf":1.0},"35":{"tf":1.0},"47":{"tf":1.0},"9":{"tf":1.0}}},"k":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":16,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"14":{"tf":1.4142135623730951},"15":{"tf":1.0},"20":{"tf":1.4142135623730951},"23":{"tf":1.7320508075688772},"3":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":2.0},"5":{"tf":1.4142135623730951},"52":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"43":{"tf":1.0},"49":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":14,"docs":{"11":{"tf":1.0},"13":{"tf":1.4142135623730951},"15":{"tf":1.0},"18":{"tf":2.0},"19":{"tf":2.0},"20":{"tf":1.0},"28":{"tf":1.0},"34":{"tf":1.0},"49":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"10":{"tf":1.7320508075688772}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"35":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"13":{"tf":1.0},"24":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.7320508075688772}}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"16":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":3,"docs":{"16":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"30":{"tf":1.0},"4":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"16":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":1,"docs":{"18":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"30":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"22":{"tf":1.0},"3":{"tf":1.4142135623730951},"37":{"tf":1.0},"39":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"45":{"tf":1.0},"50":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":1,"docs":{"47":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"11":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"10":{"tf":1.0}}}},"df":22,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"15":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"29":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.0},"44":{"tf":2.23606797749979},"45":{"tf":1.7320508075688772},"47":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":30,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"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},"49":{"tf":1.0},"5":{"tf":1.0},"8":{"tf":1.7320508075688772},"9":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"z":{"df":2,"docs":{"44":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"46":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"10":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":18,"docs":{"0":{"tf":2.0},"11":{"tf":1.4142135623730951},"16":{"tf":1.0},"18":{"tf":1.7320508075688772},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"25":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.4142135623730951},"34":{"tf":1.0},"37":{"tf":1.0},"44":{"tf":1.4142135623730951},"45":{"tf":1.0},"49":{"tf":1.4142135623730951},"5":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.7320508075688772},"7":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":1,"docs":{"24":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"27":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"c":{"!":{"[":{"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":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":1,"docs":{"44":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"5":{"tf":1.0},"51":{"tf":1.0}},"f":{"df":2,"docs":{"26":{"tf":1.0},"7":{"tf":1.0}},"i":{"df":7,"docs":{"0":{"tf":1.4142135623730951},"14":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":6,"docs":{"10":{"tf":1.0},"14":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"[":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"29":{"tf":1.0},"6":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"15":{"tf":1.0},"5":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":13,"docs":{"14":{"tf":1.4142135623730951},"15":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"9":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"23":{"tf":1.4142135623730951}}}}},"df":1,"docs":{"6":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"15":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"49":{"tf":1.0},"52":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":8,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"29":{"tf":1.0},"37":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":4,"docs":{"32":{"tf":1.0},"39":{"tf":1.0},"46":{"tf":1.4142135623730951},"50":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"0":{"df":1,"docs":{"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"25":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"1":{"tf":1.0},"26":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"10":{"tf":1.0},"47":{"tf":1.7320508075688772},"9":{"tf":1.4142135623730951}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":39,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.7320508075688772},"12":{"tf":2.0},"13":{"tf":2.449489742783178},"14":{"tf":2.6457513110645907},"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.7320508075688772},"19":{"tf":2.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.7320508075688772},"23":{"tf":1.7320508075688772},"24":{"tf":1.0},"29":{"tf":1.7320508075688772},"34":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"37":{"tf":2.23606797749979},"39":{"tf":1.7320508075688772},"4":{"tf":1.7320508075688772},"40":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":2.0},"44":{"tf":2.6457513110645907},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.7320508075688772},"5":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.7320508075688772},"6":{"tf":2.449489742783178},"7":{"tf":1.4142135623730951},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"10":{"tf":1.0},"9":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"d":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"df":1,"docs":{"51":{"tf":1.0}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"23":{"tf":1.0}}}}}}}},"title":{"root":{"2":{"df":1,"docs":{"18":{"tf":1.0}}},"a":{"d":{"df":4,"docs":{"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"21":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"48":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"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":{"11":{"tf":1.0}}}}}}}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"24":{"tf":1.0}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"z":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"24":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"34":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"45":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"49":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"49":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"47":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"25":{"tf":1.0},"26":{"tf":1.0}}}}}}}},"d":{"a":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"26":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"36":{"tf":1.0},"37":{"tf":1.0}}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"26":{"tf":1.0}},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"l":{"df":1,"docs":{"49":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"17":{"tf":1.0},"21":{"tf":1.0},"43":{"tf":1.0}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"12":{"tf":1.0},"14":{"tf":1.0},"25":{"tf":1.0},"34":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"38":{"tf":1.0}}},"df":0,"docs":{}}}}}},"f":{"a":{"df":0,"docs":{},"q":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"38":{"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":{"27":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"52":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"42":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}},"i":{"df":1,"docs":{"36":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"47":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"v":{"df":1,"docs":{"48":{"tf":1.0}}}},"k":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"37":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"20":{"tf":1.0}}}}},"o":{"a":{"d":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"24":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"37":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"28":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"22":{"tf":1.0}}}}}}},"w":{"df":1,"docs":{"43":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"35":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"23":{"tf":1.0}}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"2":{"tf":1.0},"36":{"tf":1.0},"48":{"tf":1.0},"8":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"15":{"tf":1.0}}}}}}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"28":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}}}}}}},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"28":{"tf":1.0}}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"o":{"b":{"df":0,"docs":{},"e":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"36":{"tf":1.0},"47":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":2,"docs":{"26":{"tf":1.0},"29":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"41":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":6,"docs":{"11":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"37":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"18":{"tf":1.0},"44":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"22":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"45":{"tf":1.0}}}},"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"27":{"tf":1.0},"42":{"tf":1.0}}}}}}}},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"18":{"tf":1.0},"19":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":1,"docs":{"10":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"w":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"23":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"46":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":9,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"lang":"English","pipeline":["trimmer","stopWordFilter","stemmer"],"ref":"id","version":"0.9.5"},"results_options":{"limit_results":30,"teaser_word_count":30},"search_options":{"bool":"OR","expand":true,"fields":{"body":{"boost":1},"breadcrumbs":{"boost":1},"title":{"boost":2}}}}')); \ No newline at end of file diff --git a/docs/searchindex-c071dc85.js b/docs/searchindex-c071dc85.js new file mode 100644 index 0000000..160de12 --- /dev/null +++ b/docs/searchindex-c071dc85.js @@ -0,0 +1 @@ +window.search = Object.assign(window.search, JSON.parse('{"doc_urls":["project-context-primer.html#project-context-primer","what-you-will-learn.html#what-you-will-learn","part-i.html#part-i--foundations","introduction.html#introduction","architecture-overview.html#architecture-overview","testing-philosophy.html#testing-philosophy","scenario-lifecycle.html#scenario-lifecycle-conceptual","design-rationale.html#design-rationale","part-ii.html#part-ii--user-guide","workspace-layout.html#workspace-layout","annotated-tree.html#annotated-tree","authoring-scenarios.html#authoring-scenarios","workloads.html#core-content-workloads--expectations","workloads.html#workloads","workloads.html#expectations","scenario-builder-ext-patterns.html#core-content-scenariobuilderext-patterns","usage-patterns.html#usage-patterns","best-practices.html#best-practices","examples.html#examples","examples.html#simple-2-validator-transaction-workload","examples.html#da--transaction-workload","examples.html#chaos--liveness-check","examples-advanced.html#advanced--artificial-examples","examples-advanced.html#synthetic-delay-workload-network-latency-simulation","examples-advanced.html#oscillating-load-workload-traffic-waves","examples-advanced.html#byzantine-behavior-mock","examples-advanced.html#custom-expectation-block-finality-drift","examples-advanced.html#custom-deployer-dry-run-deployer","examples-advanced.html#stochastic-topology-generator","examples-advanced.html#multi-phase-scenario-pipelines","running-scenarios.html#running-scenarios","runners.html#runners","runners.html#local-runner","runners.html#docker-compose-runner","runners.html#kubernetes-runner","runners.html#common-expectations","chaos.html#chaos-workloads","chaos.html#how-it-works","chaos.html#usage","chaos.html#expectations-to-pair","chaos.html#best-practices","node-control.html#node-control--runcontext","node-control.html#accessing-node-control-in-workloadsexpectations","node-control.html#current-api-surface","node-control.html#considerations","topology-chaos.html#topology--chaos-patterns","topology-chaos.html#node-control-availability","topology-chaos.html#chaos-patterns-to-consider","topology-chaos.html#expectations-to-pair","topology-chaos.html#guidance","operations.html#operations","part-iii.html#part-iii--developer-reference","scenario-model.html#scenario-model-developer-level","extending.html#extending-the-framework","extending.html#adding-a-workload","extending.html#adding-an-expectation","extending.html#adding-a-runner","extending.html#adding-topology-helpers","custom-workload-example.html#example-new-workload--expectation-rust","custom-workload-example.html#workload-simple-reachability-probe","custom-workload-example.html#expectation-confirm-the-target-stayed-reachable","custom-workload-example.html#how-to-wire-it","internal-crate-reference.html#internal-crate-reference","part-iv.html#part-iv--appendix","dsl-cheat-sheet.html#core-content-dsl-cheat-sheet","troubleshooting.html#troubleshooting-scenarios","faq.html#faq","glossary.html#glossary"],"index":{"documentStore":{"docInfo":{"0":{"body":93,"breadcrumbs":6,"title":3},"1":{"body":26,"breadcrumbs":2,"title":1},"10":{"body":59,"breadcrumbs":8,"title":2},"11":{"body":101,"breadcrumbs":8,"title":2},"12":{"body":18,"breadcrumbs":12,"title":4},"13":{"body":38,"breadcrumbs":9,"title":1},"14":{"body":71,"breadcrumbs":9,"title":1},"15":{"body":84,"breadcrumbs":12,"title":4},"16":{"body":84,"breadcrumbs":8,"title":2},"17":{"body":96,"breadcrumbs":8,"title":2},"18":{"body":14,"breadcrumbs":6,"title":1},"19":{"body":28,"breadcrumbs":10,"title":5},"2":{"body":10,"breadcrumbs":4,"title":2},"20":{"body":31,"breadcrumbs":8,"title":3},"21":{"body":37,"breadcrumbs":8,"title":3},"22":{"body":19,"breadcrumbs":10,"title":3},"23":{"body":41,"breadcrumbs":13,"title":6},"24":{"body":37,"breadcrumbs":12,"title":5},"25":{"body":34,"breadcrumbs":10,"title":3},"26":{"body":41,"breadcrumbs":12,"title":5},"27":{"body":39,"breadcrumbs":12,"title":5},"28":{"body":35,"breadcrumbs":10,"title":3},"29":{"body":40,"breadcrumbs":11,"title":4},"3":{"body":84,"breadcrumbs":4,"title":1},"30":{"body":75,"breadcrumbs":8,"title":2},"31":{"body":20,"breadcrumbs":6,"title":1},"32":{"body":16,"breadcrumbs":7,"title":2},"33":{"body":23,"breadcrumbs":8,"title":3},"34":{"body":17,"breadcrumbs":7,"title":2},"35":{"body":61,"breadcrumbs":7,"title":2},"36":{"body":14,"breadcrumbs":8,"title":2},"37":{"body":56,"breadcrumbs":7,"title":1},"38":{"body":40,"breadcrumbs":7,"title":1},"39":{"body":24,"breadcrumbs":8,"title":2},"4":{"body":111,"breadcrumbs":6,"title":2},"40":{"body":26,"breadcrumbs":8,"title":2},"41":{"body":28,"breadcrumbs":10,"title":3},"42":{"body":53,"breadcrumbs":11,"title":4},"43":{"body":43,"breadcrumbs":10,"title":3},"44":{"body":32,"breadcrumbs":8,"title":1},"45":{"body":11,"breadcrumbs":10,"title":3},"46":{"body":16,"breadcrumbs":10,"title":3},"47":{"body":57,"breadcrumbs":10,"title":3},"48":{"body":24,"breadcrumbs":9,"title":2},"49":{"body":35,"breadcrumbs":8,"title":1},"5":{"body":96,"breadcrumbs":6,"title":2},"50":{"body":152,"breadcrumbs":6,"title":1},"51":{"body":10,"breadcrumbs":8,"title":4},"52":{"body":116,"breadcrumbs":12,"title":4},"53":{"body":0,"breadcrumbs":8,"title":2},"54":{"body":39,"breadcrumbs":8,"title":2},"55":{"body":21,"breadcrumbs":8,"title":2},"56":{"body":29,"breadcrumbs":8,"title":2},"57":{"body":21,"breadcrumbs":9,"title":3},"58":{"body":19,"breadcrumbs":14,"title":5},"59":{"body":121,"breadcrumbs":13,"title":4},"6":{"body":115,"breadcrumbs":8,"title":3},"60":{"body":68,"breadcrumbs":14,"title":5},"61":{"body":24,"breadcrumbs":10,"title":1},"62":{"body":91,"breadcrumbs":10,"title":3},"63":{"body":10,"breadcrumbs":6,"title":3},"64":{"body":84,"breadcrumbs":11,"title":5},"65":{"body":86,"breadcrumbs":7,"title":2},"66":{"body":99,"breadcrumbs":5,"title":1},"67":{"body":89,"breadcrumbs":5,"title":1},"7":{"body":68,"breadcrumbs":6,"title":2},"8":{"body":10,"breadcrumbs":8,"title":4},"9":{"body":94,"breadcrumbs":8,"title":2}},"docs":{"0":{"body":"This book focuses on the Nomos Testing Framework. It assumes familiarity with\\nthe Nomos architecture, but for completeness, here is a short primer. Nomos is a modular blockchain protocol composed of validators, executors,\\nand a data-availability (DA) subsystem. Validators participate in consensus, produce blocks, and verify and sample\\nDA data. Executors are validators extended with DA blob dispersal capabilities,\\nallowing them to both produce blocks and submit data to the DA network. Data Availability (DA) ensures that data referenced in blocks is\\npublished and retrievable. Validators verify and sample DA data, while\\nexecutors additionally disperse blobs to the DA network. This includes channel\\ndata and blob submissions used by workloads. These roles share most services but differ in DA responsibilities, requiring\\nmulti-node testing environments that simulate real consensus, networking,\\ntiming, and DA interactions.","breadcrumbs":"Project Context Primer » Project Context Primer","id":"0","title":"Project Context Primer"},"1":{"body":"This book gives you a clear mental model for Nomos multi-node testing, shows how\\nto author scenarios that pair realistic workloads with explicit expectations,\\nand guides you to run them across local, containerized, and cluster environments\\nwithout changing the plan.","breadcrumbs":"What You Will Learn » What You Will Learn","id":"1","title":"What You Will Learn"},"10":{"body":"High-level view of the workspace and how pieces relate: nomos-testing/\\n├─ testing-framework/\\n│ ├─ configs/ # shared configuration helpers\\n│ ├─ core/ # scenario model, runtime, topology\\n│ ├─ workflows/ # workloads, expectations, DSL extensions\\n│ └─ runners/ # local, compose, k8s deployment backends\\n├─ tests/ # integration scenarios using the framework\\n└─ scripts/ # supporting setup utilities (e.g., assets) Each area maps to a responsibility: describe configs, orchestrate scenarios,\\npackage common traffic and assertions, adapt to environments, and demonstrate\\nend-to-end usage.","breadcrumbs":"Part II — User Guide » Annotated Tree » Annotated Tree","id":"10","title":"Annotated Tree"},"11":{"body":"Creating a scenario is a declarative exercise: Shape the topology: decide how many validators and executors to run, and\\nwhat high-level network and data-availability characteristics matter for the\\ntest. Attach workloads: pick traffic generators that align with your goals\\n(transactions, data-availability blobs, or chaos for resilience probes). Define expectations: specify the health signals that must hold when the\\nrun finishes (e.g., consensus liveness, inclusion of submitted activity; see Core Content: Workloads & Expectations). Set duration: choose a run window long enough to observe meaningful\\nblock progression and the effects of your workloads. Choose a runner: target local processes for fast iteration, Docker\\nCompose for reproducible multi-node stacks, or Kubernetes for cluster-grade\\nvalidation. For environment considerations, see Operations. Keep scenarios small and explicit: make the intended behavior and the success\\ncriteria clear so failures are easy to interpret and act upon.","breadcrumbs":"Part II — User Guide » Authoring Scenarios » Authoring Scenarios","id":"11","title":"Authoring Scenarios"},"12":{"body":"Workloads describe the activity a scenario generates; expectations describe the\\nsignals that must hold when that activity completes. Both are pluggable so\\nscenarios stay readable and purpose-driven.","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Core Content: Workloads & Expectations","id":"12","title":"Core Content: Workloads & Expectations"},"13":{"body":"Transaction workload: submits user-level transactions at a configurable\\nrate and can limit how many distinct actors participate. Data-availability workload: drives blob and channel activity to exercise\\ndata-availability paths. Chaos workload: triggers controlled node restarts to test resilience and\\nrecovery behaviors (requires a runner that can control nodes).","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Workloads","id":"13","title":"Workloads"},"14":{"body":"Consensus liveness: verifies the system continues to produce blocks in\\nline with the planned workload and timing window. Workload-specific checks: each workload can attach its own success\\ncriteria (e.g., inclusion of submitted activity) so scenarios remain concise. Together, workloads and expectations let you express both the pressure applied\\nto the system and the definition of “healthy” for that run. Workload pipeline (conceptual): Inputs (topology + wallets + rates) │ ▼\\nWorkload init → Drive traffic → Collect signals │ ▼ Expectations evaluate Mermaid view: flowchart TD I[Inputs
(topology + wallets + rates)] --> Init[Workload init] Init --> Drive[Drive traffic] Drive --> Collect[Collect signals] Collect --> Eval[Expectations evaluate]","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Expectations","id":"14","title":"Expectations"},"15":{"body":"Patterns that keep scenarios readable and reusable: Topology-first: start by shaping the cluster (counts, layout) so later\\nsteps inherit a clear foundation. Bundle defaults: use the DSL helpers to attach common expectations (like\\nliveness) whenever you add a matching workload, reducing forgotten checks. Intentional rates: express traffic in per-block terms to align with\\nprotocol timing rather than wall-clock assumptions. Opt-in chaos: enable restart patterns only in scenarios meant to probe\\nresilience; keep functional smoke tests deterministic. Wallet clarity: seed only the number of actors you need; it keeps\\ntransaction scenarios deterministic and interpretable. These patterns make scenario definitions self-explanatory while staying aligned\\nwith the framework’s block-oriented timing model.","breadcrumbs":"Part II — User Guide » Core Content: ScenarioBuilderExt Patterns » Core Content: ScenarioBuilderExt Patterns","id":"15","title":"Core Content: ScenarioBuilderExt Patterns"},"16":{"body":"Shape a topology, pick a runner: choose local for quick iteration, compose for reproducible multi-node stacks with observability, or k8s for cluster-grade validation. Compose workloads deliberately: pair transactions and data-availability traffic for end-to-end coverage; add chaos only when assessing recovery and resilience. Align expectations with goals: use liveness-style checks to confirm the system keeps up with planned activity, and add workload-specific assertions for inclusion or availability. Reuse plans across environments: keep the scenario constant while swapping runners to compare behavior between developer machines and CI clusters. Iterate with clear signals: treat expectation outcomes as the primary pass/fail indicator, and adjust topology or workloads based on what those signals reveal.","breadcrumbs":"Part II — User Guide » Usage Patterns » Usage Patterns","id":"16","title":"Usage Patterns"},"17":{"body":"State your intent: document the goal of each scenario (throughput, DA\\nvalidation, resilience) so expectation choices are obvious. Keep runs meaningful: choose durations that allow multiple blocks and make\\ntiming-based assertions trustworthy. Separate concerns: start with deterministic workloads for functional\\nchecks; add chaos in dedicated resilience scenarios to avoid noisy failures. Reuse patterns: standardize on shared topology and workload presets so\\nresults are comparable across environments and teams. Observe first, tune second: rely on liveness and inclusion signals to\\ninterpret outcomes before tweaking rates or topology. Environment fit: pick runners that match the feedback loop you need—local\\nfor speed, compose for reproducible stacks, k8s for cluster-grade fidelity. Minimal surprises: seed only necessary wallets and keep configuration\\ndeltas explicit when moving between CI and developer machines.","breadcrumbs":"Part II — User Guide » Best Practices » Best Practices","id":"17","title":"Best Practices"},"18":{"body":"Concrete scenario shapes that illustrate how to combine topologies, workloads,\\nand expectations. Adjust counts, rates, and durations to fit your environment.","breadcrumbs":"Part II — User Guide » Examples » Examples","id":"18","title":"Examples"},"19":{"body":"Topology: two validators. Workload: transaction submissions at a modest per-block rate with a small\\nset of wallet actors. Expectations: consensus liveness and inclusion of submitted activity. When to use: smoke tests for consensus and transaction flow on minimal\\nhardware.","breadcrumbs":"Part II — User Guide » Examples » Simple 2-validator transaction workload","id":"19","title":"Simple 2-validator transaction workload"},"2":{"body":"Conceptual chapters that establish the mental model for the framework and how\\nit approaches multi-node testing.","breadcrumbs":"Part I — Foundations » Part I — Foundations","id":"2","title":"Part I — Foundations"},"20":{"body":"Topology: validators plus executors if available. Workloads: data-availability blobs/channels and transactions running\\ntogether to stress both paths. Expectations: consensus liveness and workload-level inclusion/availability\\nchecks. When to use: end-to-end coverage of transaction and DA layers in one run.","breadcrumbs":"Part II — User Guide » Examples » DA + transaction workload","id":"20","title":"DA + transaction workload"},"21":{"body":"Topology: validators (optionally executors) with node control enabled. Workloads: baseline traffic (transactions or DA) plus chaos restarts on\\nselected roles. Expectations: consensus liveness to confirm the system keeps progressing\\ndespite restarts; workload-specific inclusion if traffic is present. When to use: resilience validation and operational readiness drills.","breadcrumbs":"Part II — User Guide » Examples » Chaos + liveness check","id":"21","title":"Chaos + liveness check"},"22":{"body":"These illustrative scenarios stretch the framework to show how to build new\\nworkloads, expectations, deployers, and topology tricks. They are intentionally\\n“synthetic” to teach capabilities rather than prescribe production tests.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Advanced & Artificial Examples","id":"22","title":"Advanced & Artificial Examples"},"23":{"body":"Idea: inject fake latency between node interactions using internal timers,\\nnot OS-level tooling. Demonstrates: sequencing control inside a workload, verifying protocol\\nprogression under induced lag, using timers to pace submissions. Shape: wrap submissions in delays that mimic slow peers; ensure the\\nexpectation checks blocks still progress.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Synthetic Delay Workload (Network Latency Simulation)","id":"23","title":"Synthetic Delay Workload (Network Latency Simulation)"},"24":{"body":"Idea: traffic rate changes every block or N seconds (e.g., blocks 1–3 low,\\n4–5 high, 6–7 zero, repeat). Demonstrates: dynamic, stateful workloads that use RunMetrics to time\\nphases; modeling real-world burstiness. Shape: schedule per-phase rates; confirm inclusion/liveness across peaks\\nand troughs.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Oscillating Load Workload (Traffic Waves)","id":"24","title":"Oscillating Load Workload (Traffic Waves)"},"25":{"body":"Idea: a workload that drops half its planned submissions, sometimes\\ndouble-submits, and intentionally triggers expectation failures. Demonstrates: negative testing, resilience checks, and the value of clear\\nexpectations when behavior is adversarial by design. Shape: parameterize drop/double-submit probabilities; pair with an\\nexpectation that documents what “bad” looks like.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Byzantine Behavior Mock","id":"25","title":"Byzantine Behavior Mock"},"26":{"body":"Idea: assert the last few blocks differ and block time stays within a\\ntolerated drift budget. Demonstrates: consuming BlockFeed or time-series metrics to validate\\nprotocol cadence; crafting post-run assertions around block diversity and\\ntiming. Shape: collect recent blocks, confirm no duplicates, and compare observed\\nintervals to a drift threshold.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Custom Expectation: Block Finality Drift","id":"26","title":"Custom Expectation: Block Finality Drift"},"27":{"body":"Idea: a deployer that never starts nodes; it emits configs, simulates\\nreadiness, provides fake blockfeed/metrics. Demonstrates: full power of the deployer interface for CI dry-runs,\\nconfig verification, and ultra-fast feedback without Nomos binaries. Shape: produce logs/artifacts, stub readiness, and feed synthetic blocks\\nso expectations can still run.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Custom Deployer: Dry-Run Deployer","id":"27","title":"Custom Deployer: Dry-Run Deployer"},"28":{"body":"Idea: topology parameters change at runtime (random validators, DA\\nsettings, network shapes). Demonstrates: randomized property testing and fuzzing approaches to\\ntopology building. Shape: pick roles and network layouts randomly per run; keep expectations\\ntolerant to variability while still asserting core liveness.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Stochastic Topology Generator","id":"28","title":"Stochastic Topology Generator"},"29":{"body":"Idea: scenario runs in phases (e.g., phase 1 transactions, phase 2 DA,\\nphase 3 restarts, phase 4 sync check). Demonstrates: multi-stage tests, modular scenario assembly, and deliberate\\nlifecycle control. Shape: drive phase-specific workloads/expectations sequentially; enforce\\nclear boundaries and post-phase checks.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Multi-Phase Scenario (“Pipelines”)","id":"29","title":"Multi-Phase Scenario (“Pipelines”)"},"3":{"body":"The Nomos Testing Framework is a purpose-built toolkit for exercising Nomos in\\nrealistic, multi-node environments. It solves the gap between small, isolated\\ntests and full-system validation by letting teams describe a cluster layout,\\ndrive meaningful traffic, and assert the outcomes in one coherent plan. It is for protocol engineers, infrastructure operators, and QA teams who need\\nrepeatable confidence that validators, executors, and data-availability\\ncomponents work together under network and timing constraints. Multi-node integration testing is required because many Nomos behaviors—block\\nprogress, data availability, liveness under churn—only emerge when several\\nroles interact over real networking and time. This framework makes those checks\\ndeclarative, observable, and portable across environments.","breadcrumbs":"Part I — Foundations » Introduction » Introduction","id":"3","title":"Introduction"},"30":{"body":"Running a scenario follows the same conceptual flow regardless of environment: Select or author a scenario plan that pairs a topology with workloads,\\nexpectations, and a suitable run window. Choose a runner aligned with your environment (local, compose, or k8s) and\\nensure its prerequisites are available. Deploy the plan through the runner; wait for readiness signals before\\nstarting workloads. Let workloads drive activity for the planned duration; keep observability\\nsignals visible so you can correlate outcomes. Evaluate expectations and capture results as the primary pass/fail signal. Use the same plan across different runners to compare behavior between local\\ndevelopment and CI or cluster settings. For environment prerequisites and\\nflags, see Operations.","breadcrumbs":"Part II — User Guide » Running Scenarios » Running Scenarios","id":"30","title":"Running Scenarios"},"31":{"body":"Runners turn a scenario plan into a live environment while keeping the plan\\nunchanged. Choose based on feedback speed, reproducibility, and fidelity. For\\nenvironment and operational considerations, see Operations:","breadcrumbs":"Part II — User Guide » Runners » Runners","id":"31","title":"Runners"},"32":{"body":"Launches node processes directly on the host. Fastest feedback loop and minimal orchestration overhead. Best for development-time iteration and debugging.","breadcrumbs":"Part II — User Guide » Runners » Local runner","id":"32","title":"Local runner"},"33":{"body":"Starts nodes in containers to provide a reproducible multi-node stack on a\\nsingle machine. Discovers service ports and wires observability for convenient inspection. Good balance between fidelity and ease of setup.","breadcrumbs":"Part II — User Guide » Runners » Docker Compose runner","id":"33","title":"Docker Compose runner"},"34":{"body":"Deploys nodes onto a cluster for higher-fidelity, longer-running scenarios. Suits CI or shared environments where cluster behavior and scheduling matter.","breadcrumbs":"Part II — User Guide » Runners » Kubernetes runner","id":"34","title":"Kubernetes runner"},"35":{"body":"All runners require at least one validator and, for transaction scenarios,\\naccess to seeded wallets. Readiness probes gate workload start so traffic begins only after nodes are\\nreachable. Environment flags can relax timeouts or increase tracing when diagnostics are\\nneeded. Runner abstraction: Scenario Plan │ ▼\\nRunner (local | compose | k8s) │ provisions env + readiness ▼\\nRuntime + Observability │ ▼\\nWorkloads / Expectations execute Mermaid view: flowchart TD Plan[Scenario Plan] --> RunSel{Runner
(local | compose | k8s)} RunSel --> Provision[Provision & readiness] Provision --> Runtime[Runtime + observability] Runtime --> Exec[Workloads & Expectations execute]","breadcrumbs":"Part II — User Guide » Runners » Common expectations","id":"35","title":"Common expectations"},"36":{"body":"Chaos in the framework uses node control to introduce failures and validate\\nrecovery. The built-in restart workload lives in testing_framework_workflows::workloads::chaos::RandomRestartWorkload.","breadcrumbs":"Part II — User Guide » Chaos Testing » Chaos Workloads","id":"36","title":"Chaos Workloads"},"37":{"body":"Requires NodeControlCapability ( enable_node_control() in the scenario\\nbuilder) and a runner that provides a NodeControlHandle. Randomly selects nodes (validators, executors) to restart based on your\\ninclude/exclude flags. Respects min/max delay between restarts and a target cooldown to avoid\\nflapping the same node too frequently. Runs alongside other workloads; expectations should account for the added\\ndisruption. Support varies by runner: node control is not provided by the local runner\\nand is not yet implemented for the k8s runner. Use a runner that advertises NodeControlHandle support (e.g., compose) for chaos workloads.","breadcrumbs":"Part II — User Guide » Chaos Testing » How it works","id":"37","title":"How it works"},"38":{"body":"#![allow(unused)] fn main() {\\nuse std::time::Duration;\\nuse testing_framework_core::scenario::ScenarioBuilder;\\nuse testing_framework_workflows::workloads::chaos::RandomRestartWorkload; let plan = ScenarioBuilder::with_node_counts(2, 1) .enable_node_control() .with_workload( RandomRestartWorkload::new( Duration::from_secs(45), // min delay Duration::from_secs(75), // max delay Duration::from_secs(120), // target cooldown true, // include validators true, // include executors ) ) .expect_consensus_liveness() .with_run_duration(Duration::from_secs(150)) .build();\\n// deploy with a runner that supports node control and run the scenario }","breadcrumbs":"Part II — User Guide » Chaos Testing » Usage","id":"38","title":"Usage"},"39":{"body":"Consensus liveness: ensure blocks keep progressing despite restarts. Height convergence: optionally check all nodes converge after the chaos\\nwindow. Any workload-specific inclusion checks if you’re also driving tx/DA traffic.","breadcrumbs":"Part II — User Guide » Chaos Testing » Expectations to pair","id":"39","title":"Expectations to pair"},"4":{"body":"The framework follows a clear flow: Topology → Scenario → Runner → Workloads → Expectations. Topology describes the cluster: how many nodes, their roles, and the high-level network and data-availability parameters they should follow. Scenario combines that topology with the activities to run and the checks to perform, forming a single plan. Deployer/Runner pair turns the plan into a live environment on the chosen backend (local processes, Docker Compose, or Kubernetes) and brokers readiness. Workloads generate traffic and conditions that exercise the system. Expectations observe the run and judge success or failure once activity completes. Conceptual diagram: Topology → Scenario → Runner → Workloads → Expectations (shape (plan) (deploy (drive (verify cluster) & orchestrate) traffic) outcomes) Mermaid view: flowchart LR A(Topology
shape cluster) --> B(Scenario
plan) B --> C(Deployer/Runner
deploy & orchestrate) C --> D(Workloads
drive traffic) D --> E(Expectations
verify outcomes) Each layer has a narrow responsibility so that cluster shape, deployment choice,\\ntraffic generation, and health checks can evolve independently while fitting\\ntogether predictably.","breadcrumbs":"Part I — Foundations » Architecture Overview » Architecture Overview","id":"4","title":"Architecture Overview"},"40":{"body":"Keep delays/cooldowns realistic; avoid back-to-back restarts that would never\\nhappen in production. Limit chaos scope: toggle validators vs executors based on what you want to\\ntest. Combine with observability: monitor metrics/logs to explain failures.","breadcrumbs":"Part II — User Guide » Chaos Testing » Best practices","id":"40","title":"Best practices"},"41":{"body":"The deployer supplies a RunContext that workloads and expectations share. It\\nprovides: Topology descriptors ( GeneratedTopology) Client handles ( NodeClients / ClusterClient) for HTTP/RPC calls Metrics ( RunMetrics, Metrics) and block feed Optional NodeControlHandle for managing nodes (restart, block/unblock peers)","breadcrumbs":"Part II — User Guide » Node Control API » Node Control & RunContext","id":"41","title":"Node Control & RunContext"},"42":{"body":"Check for control support and use it conditionally: #![allow(unused)] fn main() {\\nuse testing_framework_core::scenario::{Expectation, RunContext, Workload}; struct RestartWorkload; impl Workload for RestartWorkload { fn name(&self) -> &\'static str { \\"restart_workload\\" } async fn start(&self, ctx: &RunContext) -> Result<(), Box> { if let Some(control) = ctx.node_control() { // Restart the first validator (index 0) if supported. control.restart_validator(0).await?; } Ok(()) }\\n} } When chaos workloads need control, require enable_node_control() in the\\nscenario builder and deploy with a runner that supports it.","breadcrumbs":"Part II — User Guide » Node Control API » Accessing node control in workloads/expectations","id":"42","title":"Accessing node control in workloads/expectations"},"43":{"body":"The NodeControlHandle trait currently provides: #![allow(unused)] fn main() {\\npub trait NodeControlHandle: Send + Sync { async fn restart_validator(&self, index: usize) -> Result<(), DynError>; async fn restart_executor(&self, index: usize) -> Result<(), DynError>;\\n} } Future extensions may include peer blocking/unblocking or other control\\noperations. For now, focus on restart-based chaos patterns as shown in the\\nchaos workload examples.","breadcrumbs":"Part II — User Guide » Node Control API » Current API surface","id":"43","title":"Current API surface"},"44":{"body":"Always guard control usage: not all runners expose NodeControlHandle. Treat control as best-effort: failures should surface as test failures, but\\nworkloads should degrade gracefully when control is absent. Combine control actions with expectations (e.g., restart then assert height\\nconvergence) to keep scenarios meaningful.","breadcrumbs":"Part II — User Guide » Node Control API » Considerations","id":"44","title":"Considerations"},"45":{"body":"This page focuses on cluster manipulation: node control, chaos patterns, and\\nwhat the tooling supports today.","breadcrumbs":"Part II — User Guide » Topology & Chaos Patterns » Topology & Chaos Patterns","id":"45","title":"Topology & Chaos Patterns"},"46":{"body":"Supported: restart/peer control via NodeControlHandle (compose runner). Not supported: local runner does not expose node control; k8s runner does\\nnot support it yet.","breadcrumbs":"Part II — User Guide » Topology & Chaos Patterns » Node control availability","id":"46","title":"Node control availability"},"47":{"body":"Restarts: random restarts with minimum delay/cooldown to test recovery. Partitions: block/unblock peers to simulate partial isolation, then assert\\nheight convergence after healing. Validator churn: stop one validator and start another (new key) mid-run to\\ntest membership changes; expect convergence. Load SLOs: push tx/DA rates and assert inclusion/availability budgets\\ninstead of only liveness. API probes: poll HTTP/RPC endpoints during chaos to ensure external\\ncontracts stay healthy (shape + latency).","breadcrumbs":"Part II — User Guide » Topology & Chaos Patterns » Chaos patterns to consider","id":"47","title":"Chaos patterns to consider"},"48":{"body":"Liveness/height convergence after chaos windows. SLO checks: inclusion latency, DA responsiveness, API latency/shape. Recovery checks: ensure nodes that were isolated or restarted catch up to\\ncluster height within a timeout.","breadcrumbs":"Part II — User Guide » Topology & Chaos Patterns » Expectations to pair","id":"48","title":"Expectations to pair"},"49":{"body":"Keep chaos realistic: avoid flapping or patterns you wouldn’t operate in prod. Scope chaos: choose validators vs executors intentionally; don’t restart all\\nnodes at once unless you’re testing full outages. Combine chaos with observability: capture block feed/metrics and API health so\\nfailures are diagnosable.","breadcrumbs":"Part II — User Guide » Topology & Chaos Patterns » Guidance","id":"49","title":"Guidance"},"5":{"body":"Declarative over imperative: describe the desired cluster shape, traffic, and success criteria; let the framework orchestrate the run. Observable health signals: prefer liveness and inclusion signals that reflect real user impact instead of internal debug state. Determinism first: default scenarios aim for repeatable outcomes with fixed topologies and traffic rates; variability is opt-in. Targeted non-determinism: introduce randomness (e.g., restarts) only when probing resilience or operational robustness. Protocol time, not wall time: reason in blocks and protocol-driven intervals to reduce dependence on host speed or scheduler noise. Minimum run window: always allow enough block production to make assertions meaningful; very short runs risk false confidence. Use chaos with intent: chaos workloads are for recovery and fault-tolerance validation, not for baseline functional checks.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Testing Philosophy","id":"5","title":"Testing Philosophy"},"50":{"body":"Operational readiness focuses on prerequisites, environment fit, and clear\\nsignals: Prerequisites: keep a sibling nomos-node checkout available; ensure the\\nchosen runner’s platform needs are met (local binaries for host runs, Docker\\nfor compose, cluster access for k8s). Artifacts: some scenarios depend on prover or circuit assets; fetch them\\nahead of time with the provided helper scripts when needed. Environment flags: use slow-environment toggles to relax timeouts, enable\\ntracing when debugging, and adjust observability ports to avoid clashes. Readiness checks: verify runners report node readiness before starting\\nworkloads; this avoids false negatives from starting too early. Failure triage: map failures to missing prerequisites (wallet seeding,\\nnode control availability), runner platform issues, or unmet expectations.\\nStart with liveness signals, then dive into workload-specific assertions. Treat operational hygiene—assets present, prerequisites satisfied, observability\\nreachable—as the first step to reliable scenario outcomes. Metrics and observability flow: Runner exposes endpoints/ports │ ▼\\nRuntime collects block/health signals │ ▼\\nExpectations consume signals to decide pass/fail │ ▼\\nOperators inspect logs/metrics when failures arise Mermaid view: flowchart TD Expose[Runner exposes endpoints/ports] --> Collect[Runtime collects block/health signals] Collect --> Consume[Expectations consume signals
decide pass/fail] Consume --> Inspect[Operators inspect logs/metrics
when failures arise]","breadcrumbs":"Part II — User Guide » Operations » Operations","id":"50","title":"Operations"},"51":{"body":"Deep dives for contributors who extend the framework, evolve its abstractions,\\nor maintain the crate set.","breadcrumbs":"Part III — Developer Reference » Part III — Developer Reference","id":"51","title":"Part III — Developer Reference"},"52":{"body":"The scenario model defines clear, composable responsibilities: Topology: a declarative description of the cluster—how many nodes, their\\nroles, and the broad network and data-availability characteristics. It\\nrepresents the intended shape of the system under test. Scenario: a plan combining topology, workloads, expectations, and a run\\nwindow. Building a scenario validates prerequisites (like seeded wallets) and\\nensures the run lasts long enough to observe meaningful block progression. Workloads: asynchronous tasks that generate traffic or conditions. They\\nuse shared context to interact with the deployed cluster and may bundle\\ndefault expectations. Expectations: post-run assertions. They can capture baselines before\\nworkloads start and evaluate success once activity stops. Runtime: coordinates workloads and expectations for the configured\\nduration, enforces cooldowns when control actions occur, and ensures cleanup\\nso runs do not leak resources. Developers extending the model should keep these boundaries strict: topology\\ndescribes, scenarios assemble, runners deploy, workloads drive, and expectations\\njudge outcomes. For guidance on adding new capabilities, see Extending the Framework.","breadcrumbs":"Part III — Developer Reference » Scenario Model (Developer Level) » Scenario Model (Developer Level)","id":"52","title":"Scenario Model (Developer Level)"},"53":{"body":"","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Extending the Framework","id":"53","title":"Extending the Framework"},"54":{"body":"Implement testing_framework_core::scenario::Workload: Provide a name and any bundled expectations. In init, derive inputs from GeneratedTopology and RunMetrics; fail\\nfast if prerequisites are missing (e.g., wallet data, node addresses). In start, drive async traffic using the RunContext clients. Expose the workload from a module under testing-framework/workflows and\\nconsider adding a DSL helper for ergonomic wiring.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding a workload","id":"54","title":"Adding a workload"},"55":{"body":"Implement testing_framework_core::scenario::Expectation: Use start_capture to snapshot baseline metrics. Use evaluate to assert outcomes after workloads finish; return all errors\\nso the runner can aggregate them. Export it from testing-framework/workflows if it is reusable.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding an expectation","id":"55","title":"Adding an expectation"},"56":{"body":"Implement testing_framework_core::scenario::Deployer for your backend. Produce a RunContext with NodeClients, metrics endpoints, and optional NodeControlHandle. Guard cleanup with CleanupGuard to reclaim resources even on failures. Mirror the readiness and block-feed probes used by the existing runners so\\nworkloads can rely on consistent signals.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding a runner","id":"56","title":"Adding a runner"},"57":{"body":"Extend testing_framework_core::topology::TopologyBuilder with new layouts or\\nconfiguration presets (e.g., specialized DA parameters). Keep defaults safe:\\nensure at least one participant and clamp dispersal factors as the current\\nhelpers do.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding topology helpers","id":"57","title":"Adding topology helpers"},"58":{"body":"A minimal, end-to-end illustration of adding a custom workload and matching\\nexpectation. This shows the shape of the traits and where to plug into the\\nframework; expand the logic to fit your real test.","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Example: New Workload & Expectation (Rust)","id":"58","title":"Example: New Workload & Expectation (Rust)"},"59":{"body":"Key ideas: name: identifies the workload in logs. expectations: workloads can bundle defaults so callers don’t forget checks. init: derive inputs from the generated topology (e.g., pick a target node). start: drive async activity using the shared RunContext. #![allow(unused)] fn main() {\\nuse std::sync::Arc;\\nuse async_trait::async_trait;\\nuse testing_framework_core::scenario::{ DynError, Expectation, RunContext, RunMetrics, Workload,\\n};\\nuse testing_framework_core::topology::GeneratedTopology; pub struct ReachabilityWorkload { target_idx: usize, bundled: Vec>,\\n} impl ReachabilityWorkload { pub fn new(target_idx: usize) -> Self { Self { target_idx, bundled: vec![Box::new(ReachabilityExpectation::new(target_idx))], } }\\n} #[async_trait]\\nimpl Workload for ReachabilityWorkload { fn name(&self) -> &\'static str { \\"reachability_workload\\" } fn expectations(&self) -> Vec> { self.bundled.clone() } fn init( &mut self, topology: &GeneratedTopology, _metrics: &RunMetrics, ) -> Result<(), DynError> { if topology.validators().get(self.target_idx).is_none() { return Err(\\"no validator at requested index\\".into()); } Ok(()) } async fn start(&self, ctx: &RunContext) -> Result<(), DynError> { let client = ctx .node_clients() .validators() .get(self.target_idx) .ok_or(\\"missing target client\\")?; // Pseudo-action: issue a lightweight RPC to prove reachability. client.consensus_info().await.map_err(|e| e.into())?; Ok(()) }\\n} }","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Workload: simple reachability probe","id":"59","title":"Workload: simple reachability probe"},"6":{"body":"Build the plan: Declare a topology, attach workloads and expectations, and set the run window. The plan is the single source of truth for what will happen. Deploy: Hand the plan to a runner. It provisions the environment on the chosen backend and waits for nodes to signal readiness. Drive workloads: Start traffic and behaviors (transactions, data-availability activity, restarts) for the planned duration. Observe blocks and signals: Track block progression and other high-level metrics during or after the run window to ground assertions in protocol time. Evaluate expectations: Once activity stops (and optional cooldown completes), check liveness and workload-specific outcomes to decide pass or fail. Cleanup: Tear down resources so successive runs start fresh and do not inherit leaked state. Conceptual lifecycle diagram: Plan → Deploy → Readiness → Drive Workloads → Observe → Evaluate → Cleanup Mermaid view: flowchart LR P[Plan
topology + workloads + expectations] --> D[Deploy
runner provisions] D --> R[Readiness
wait for nodes] R --> W[Drive Workloads] W --> O[Observe
blocks/metrics] O --> E[Evaluate Expectations] E --> C[Cleanup]","breadcrumbs":"Part I — Foundations » Scenario Lifecycle (Conceptual) » Scenario Lifecycle (Conceptual)","id":"6","title":"Scenario Lifecycle (Conceptual)"},"60":{"body":"Key ideas: start_capture: snapshot baseline if needed (not used here). evaluate: assert the condition after workloads finish. #![allow(unused)] fn main() {\\nuse async_trait::async_trait;\\nuse testing_framework_core::scenario::{DynError, Expectation, RunContext}; pub struct ReachabilityExpectation { target_idx: usize,\\n} impl ReachabilityExpectation { pub fn new(target_idx: usize) -> Self { Self { target_idx } }\\n} #[async_trait]\\nimpl Expectation for ReachabilityExpectation { fn name(&self) -> &str { \\"target_reachable\\" } async fn evaluate(&mut self, ctx: &RunContext) -> Result<(), DynError> { let client = ctx .node_clients() .validators() .get(self.target_idx) .ok_or(\\"missing target client\\")?; client.consensus_info().await.map_err(|e| { format!(\\"target became unreachable during run: {e}\\").into() })?; Ok(()) }\\n} }","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Expectation: confirm the target stayed reachable","id":"60","title":"Expectation: confirm the target stayed reachable"},"61":{"body":"Build your scenario as usual and call .with_workload(ReachabilityWorkload::new(0)). The bundled expectation is attached automatically; you can add more with .with_expectation(...) if needed. Keep the logic minimal and fast for smoke tests; grow it into richer probes\\nfor deeper scenarios.","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » How to wire it","id":"61","title":"How to wire it"},"62":{"body":"High-level roles of the crates that make up the framework: Configs: prepares reusable configuration primitives for nodes, networking,\\ntracing, data availability, and wallets, shared by all scenarios and runners. Core scenario orchestration: houses the topology and scenario model,\\nruntime coordination, node clients, and readiness/health probes. Workflows: packages workloads and expectations into reusable building\\nblocks and offers a fluent DSL to assemble them. Runners: implements deployment backends (local host, Docker Compose,\\nKubernetes) that all consume the same scenario plan. Test workflows: example scenarios and integration checks that exercise the\\nframework end to end and serve as living documentation. Use this map to locate where to add new capabilities: configuration primitives\\nin configs, orchestration changes in core, reusable traffic/assertions in\\nworkflows, environment adapters in runners, and demonstrations in tests.","breadcrumbs":"Part III — Developer Reference » Internal Crate Reference » Internal Crate Reference","id":"62","title":"Internal Crate Reference"},"63":{"body":"Quick-reference material and supporting guidance to keep scenarios discoverable,\\ndebuggable, and consistent.","breadcrumbs":"Part IV — Appendix » Part IV — Appendix","id":"63","title":"Part IV — Appendix"},"64":{"body":"The framework offers a fluent builder style to keep scenarios readable. Common\\nknobs: Topology shaping: set validator and executor counts, pick a network layout\\nstyle, and adjust high-level data-availability traits. Wallet seeding: define how many users participate and the total funds\\navailable for transaction workloads. Workload tuning: configure transaction rates, data-availability channel\\nand blob rates, and whether chaos restarts should include validators,\\nexecutors, or both. Expectations: attach liveness and workload-specific checks so success is\\nexplicit. Run window: set a minimum duration long enough for multiple blocks to be\\nobserved and verified. Use these knobs to express intent clearly, keeping scenario definitions concise\\nand consistent across teams.","breadcrumbs":"Part IV — Appendix » DSL Cheat Sheet » Core Content: DSL Cheat Sheet","id":"64","title":"Core Content: DSL Cheat Sheet"},"65":{"body":"Common symptoms and likely causes: No or slow block progression: runner started workloads before readiness, insufficient run window, or environment too slow—extend duration or enable slow-environment tuning. Transactions not included: missing or insufficient wallet seeding, misaligned transaction rate with block cadence, or network instability—reduce rate and verify wallet setup. Chaos stalls the run: node control not available for the chosen runner or restart cadence too aggressive—enable control capability and widen restart intervals. Observability gaps: metrics or logs unreachable because ports clash or services are not exposed—adjust observability ports and confirm runner wiring. Flaky behavior across runs: mixing chaos with functional smoke tests or inconsistent topology between environments—separate deterministic and chaos scenarios and standardize topology presets.","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Troubleshooting Scenarios","id":"65","title":"Troubleshooting Scenarios"},"66":{"body":"Why block-oriented timing? Using block cadence reduces dependence on host speed and keeps assertions aligned\\nwith protocol behavior. Can I reuse the same scenario across runners? Yes. The plan stays the same; swap runners (local, compose, k8s) to target\\ndifferent environments. When should I enable chaos workloads? Only when testing resilience or operational recovery; keep functional smoke\\ntests deterministic. How long should runs be? Long enough for multiple blocks so liveness and inclusion checks are\\nmeaningful; very short runs risk false confidence. Do I always need seeded wallets? Only for transaction scenarios. Data-availability or pure chaos scenarios may\\nnot require them, but liveness checks still need validators producing blocks. What if expectations fail but workloads “look fine”? Trust expectations first—they capture the intended success criteria. Use the\\nobservability signals and runner logs to pinpoint why the system missed the\\ntarget.","breadcrumbs":"Part IV — Appendix » FAQ » FAQ","id":"66","title":"FAQ"},"67":{"body":"Validator: node role responsible for participating in consensus, producing\\nblocks, and verifying and sampling DA data. Executor: validator extended with DA blob dispersal capabilities, allowing\\nboth block production and data submission to the DA network. DA (Data Availability): subsystem ensuring blobs or channel data are\\npublished and retrievable for validation. Workload: traffic or behavior generator that exercises the system during a\\nscenario run. Expectation: post-run assertion that judges whether the system met the\\nintended success criteria. Topology: declarative description of the cluster shape, roles, and\\nhigh-level parameters for a scenario. Blockfeed: stream of block observations used for liveness or inclusion\\nsignals during a run. Control capability: the ability for a runner to start, stop, or restart\\nnodes, used by chaos workloads.","breadcrumbs":"Part IV — Appendix » Glossary » Glossary","id":"67","title":"Glossary"},"7":{"body":"Modular crates keep configuration, orchestration, workloads, and runners decoupled so each can evolve without breaking the others. Pluggable runners let the same scenario run on a laptop, a Docker host, or a Kubernetes cluster, making validation portable across environments. Separated workloads and expectations clarify intent: what traffic to generate versus how to judge success. This simplifies review and reuse. Declarative topology makes cluster shape explicit and repeatable, reducing surprise when moving between CI and developer machines. Maintainability through predictability: a clear flow from plan to deployment to verification lowers the cost of extending the framework and interpreting failures.","breadcrumbs":"Part I — Foundations » Design Rationale » Design Rationale","id":"7","title":"Design Rationale"},"8":{"body":"Practical guidance for shaping scenarios, combining workloads and expectations,\\nand running them across different environments.","breadcrumbs":"Part II — User Guide » Part II — User Guide","id":"8","title":"Part II — User Guide"},"9":{"body":"The workspace focuses on multi-node integration testing and sits alongside a nomos-node checkout. Its crates separate concerns to keep scenarios\\nrepeatable and portable: Configs: prepares high-level node, network, tracing, and wallet settings\\nused across test environments. Core scenario orchestration: the engine that holds topology descriptions,\\nscenario plans, runtimes, workloads, and expectations. Workflows: ready-made workloads (transactions, data-availability, chaos)\\nand reusable expectations assembled into a user-facing DSL. Runners: deployment backends for local processes, Docker Compose, and\\nKubernetes, all consuming the same scenario plan. Test workflows: example scenarios and integration checks that show how\\nthe pieces fit together. This split keeps configuration, orchestration, reusable traffic patterns, and\\ndeployment adapters loosely coupled while sharing one mental model for tests.","breadcrumbs":"Part II — User Guide » Workspace Layout » Workspace Layout","id":"9","title":"Workspace Layout"}},"length":68,"save":true},"fields":["title","body","breadcrumbs"],"index":{"body":{"root":{"0":{"df":1,"docs":{"42":{"tf":1.0}}},"1":{"df":2,"docs":{"29":{"tf":1.0},"38":{"tf":1.0}},"–":{"3":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}}},"2":{"df":2,"docs":{"19":{"tf":1.0},"29":{"tf":1.0}}},"3":{"df":1,"docs":{"29":{"tf":1.0}}},"4":{"df":1,"docs":{"29":{"tf":1.0}},"–":{"5":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}}},"6":{"df":0,"docs":{},"–":{"7":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"a":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"67":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"35":{"tf":1.0},"42":{"tf":1.0},"50":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"44":{"tf":1.0},"52":{"tf":1.0},"59":{"tf":1.0}}}},"v":{"df":11,"docs":{"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"19":{"tf":1.0},"30":{"tf":1.0},"4":{"tf":1.4142135623730951},"52":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"19":{"tf":1.0}}}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"10":{"tf":1.0},"62":{"tf":1.0},"9":{"tf":1.0}}}}},"d":{"df":5,"docs":{"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"54":{"tf":1.0}}}}}}},"df":7,"docs":{"37":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"16":{"tf":1.0},"18":{"tf":1.0},"50":{"tf":1.0},"64":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"25":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"37":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"55":{"tf":1.0}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"65":{"tf":1.0}}}}}}}}}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"5":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":5,"docs":{"11":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"30":{"tf":1.0},"66":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":5,"docs":{"38":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}}}}}},"df":4,"docs":{"0":{"tf":1.0},"17":{"tf":1.0},"5":{"tf":1.0},"67":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"37":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":3,"docs":{"44":{"tf":1.0},"5":{"tf":1.0},"66":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"i":{"df":4,"docs":{"43":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"63":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"14":{"tf":1.0}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"2":{"tf":1.0},"28":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"4":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"29":{"tf":1.0},"52":{"tf":1.0},"62":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":16,"docs":{"10":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"26":{"tf":1.4142135623730951},"28":{"tf":1.0},"3":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.4142135623730951},"5":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"16":{"tf":1.0}}}},"t":{"df":2,"docs":{"10":{"tf":1.0},"50":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"0":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{":":{":":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"59":{"tf":1.0},"60":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"59":{"tf":1.0},"60":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":5,"docs":{"42":{"tf":1.0},"43":{"tf":1.4142135623730951},"54":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"52":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":6,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"30":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":18,"docs":{"0":{"tf":1.4142135623730951},"11":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"16":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"30":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"50":{"tf":1.4142135623730951},"52":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.7320508075688772},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":5,"docs":{"17":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"b":{"(":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"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":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"40":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"10":{"tf":1.0},"4":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}}},"d":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":6,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"31":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"21":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.0}}}}}}}},"df":1,"docs":{"4":{"tf":1.0}},"e":{"c":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"60":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"17":{"tf":1.0},"30":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"65":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"35":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":10,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.0},"25":{"tf":1.4142135623730951},"30":{"tf":1.0},"34":{"tf":1.0},"6":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"17":{"tf":1.0},"32":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":9,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.0},"65":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"27":{"tf":1.0},"50":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"b":{"df":5,"docs":{"0":{"tf":1.7320508075688772},"11":{"tf":1.0},"13":{"tf":1.0},"64":{"tf":1.0},"67":{"tf":1.4142135623730951}},"s":{"/":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"20":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"41":{"tf":1.0},"47":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":22,"docs":{"0":{"tf":1.7320508075688772},"11":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"17":{"tf":1.0},"19":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.4142135623730951},"26":{"tf":2.23606797749979},"27":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.4142135623730951},"52":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.4142135623730951},"62":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":2.0},"67":{"tf":1.7320508075688772}},"f":{"df":0,"docs":{},"e":{"df":2,"docs":{"26":{"tf":1.0},"67":{"tf":1.0}},"e":{"d":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"27":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"0":{"tf":1.0},"1":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":6,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"14":{"tf":1.0},"20":{"tf":1.0},"64":{"tf":1.0},"67":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"29":{"tf":1.0},"52":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":1,"docs":{"42":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"a":{"d":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"u":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"26":{"tf":1.0},"47":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":7,"docs":{"22":{"tf":1.0},"28":{"tf":1.0},"38":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"37":{"tf":1.0},"42":{"tf":1.0},"64":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":2,"docs":{"3":{"tf":1.0},"36":{"tf":1.0}}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":5,"docs":{"15":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"59":{"tf":1.7320508075688772},"61":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"24":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"z":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"25":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"c":{"(":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"4":{"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":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"26":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"41":{"tf":1.0},"61":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":6,"docs":{"0":{"tf":1.0},"22":{"tf":1.0},"52":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"67":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"30":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0},"66":{"tf":1.0}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"65":{"tf":1.0}}}}},"df":1,"docs":{"4":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":5,"docs":{"1":{"tf":1.0},"24":{"tf":1.0},"28":{"tf":1.0},"47":{"tf":1.0},"62":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"64":{"tf":1.0},"67":{"tf":1.0}}}}}},"o":{"df":22,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"48":{"tf":1.0},"49":{"tf":1.7320508075688772},"5":{"tf":1.4142135623730951},"64":{"tf":1.0},"65":{"tf":1.7320508075688772},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"9":{"tf":1.0}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"11":{"tf":1.0},"52":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"64":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":22,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.4142135623730951},"3":{"tf":1.0},"39":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"42":{"tf":1.0},"48":{"tf":1.4142135623730951},"5":{"tf":1.0},"50":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.0},"66":{"tf":1.4142135623730951},"9":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"50":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"17":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":6,"docs":{"11":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"49":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"4":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0},"65":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"47":{"tf":1.0}},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}}}}},"i":{"df":6,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.0},"7":{"tf":1.0}},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"57":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"50":{"tf":1.0},"65":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"52":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.4142135623730951}},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"56":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"r":{"df":10,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.0},"4":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"7":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"64":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"|":{"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":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":5,"docs":{"41":{"tf":1.0},"54":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"62":{"tf":1.0}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"41":{"tf":1.0}}}}},"df":16,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.4142135623730951},"4":{"tf":2.0},"45":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"52":{"tf":1.0}}}}}}}}}}}},"o":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"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":{"14":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}}},"df":3,"docs":{"14":{"tf":1.4142135623730951},"26":{"tf":1.0},"50":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":7,"docs":{"18":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0},"8":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"10":{"tf":1.0},"15":{"tf":1.0},"35":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"26":{"tf":1.0},"30":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"3":{"tf":1.0}}},"s":{"df":16,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"30":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.4142135623730951},"37":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"9":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":5,"docs":{"14":{"tf":1.0},"2":{"tf":1.0},"30":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"17":{"tf":1.0},"9":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"14":{"tf":1.0},"64":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"4":{"tf":1.0},"52":{"tf":1.0},"60":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"42":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"3":{"tf":1.0},"5":{"tf":1.0},"66":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":4,"docs":{"10":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"9":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":9,"docs":{"10":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"52":{"tf":1.0},"57":{"tf":1.0},"62":{"tf":1.4142135623730951},"64":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"df":6,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"60":{"tf":1.0},"65":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":8,"docs":{"0":{"tf":1.4142135623730951},"11":{"tf":1.0},"14":{"tf":1.0},"19":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":1.0},"39":{"tf":1.0},"67":{"tf":1.0}}}}}},"i":{"d":{"df":2,"docs":{"47":{"tf":1.0},"54":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"11":{"tf":1.0},"31":{"tf":1.0},"44":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"56":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"m":{"df":4,"docs":{"26":{"tf":1.0},"50":{"tf":1.7320508075688772},"62":{"tf":1.0},"9":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"1":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"15":{"tf":1.0},"64":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"0":{"tf":1.0},"52":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"14":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"51":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"0":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":17,"docs":{"13":{"tf":1.4142135623730951},"21":{"tf":1.0},"23":{"tf":1.0},"29":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.7320508075688772},"43":{"tf":1.0},"44":{"tf":2.0},"45":{"tf":1.0},"46":{"tf":1.7320508075688772},"50":{"tf":1.0},"52":{"tf":1.0},"65":{"tf":1.4142135623730951},"67":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"33":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":4,"docs":{"39":{"tf":1.4142135623730951},"44":{"tf":1.0},"47":{"tf":1.4142135623730951},"48":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":4,"docs":{"37":{"tf":1.0},"38":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"52":{"tf":1.0},"62":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":8,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"15":{"tf":1.0},"28":{"tf":1.0},"62":{"tf":1.4142135623730951},"64":{"tf":1.0},"9":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"18":{"tf":1.0},"64":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"16":{"tf":1.0},"20":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"51":{"tf":1.0},"62":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":5,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"5":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"42":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":3,"docs":{"42":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"43":{"tf":1.4142135623730951},"57":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":3,"docs":{"26":{"tf":1.0},"27":{"tf":1.0},"58":{"tf":1.0}}}}}}}},"d":{"(":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"[":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"a":{"df":9,"docs":{"0":{"tf":3.0},"17":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"48":{"tf":1.0},"57":{"tf":1.0},"67":{"tf":2.0}},"t":{"a":{"df":15,"docs":{"0":{"tf":2.6457513110645907},"11":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"16":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.4142135623730951},"4":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.4142135623730951},"66":{"tf":1.0},"67":{"tf":2.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"4":{"tf":1.0},"6":{"tf":1.0}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":3,"docs":{"32":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0}},"g":{"df":1,"docs":{"63":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"11":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"r":{"df":7,"docs":{"11":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"17":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"51":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"61":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":5,"docs":{"15":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"11":{"tf":1.0},"52":{"tf":1.0},"64":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"64":{"tf":1.0}}}}}}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"y":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":3,"docs":{"23":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":1.4142135623730951}},"s":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"16":{"tf":1.0},"29":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"a":{"df":1,"docs":{"17":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":9,"docs":{"10":{"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},"62":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"5":{"tf":1.0},"50":{"tf":1.0},"66":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":14,"docs":{"10":{"tf":1.0},"22":{"tf":1.0},"27":{"tf":2.0},"30":{"tf":1.0},"34":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.0},"42":{"tf":1.0},"52":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"62":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"54":{"tf":1.0},"59":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":6,"docs":{"10":{"tf":1.0},"12":{"tf":1.4142135623730951},"3":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"52":{"tf":1.0},"67":{"tf":1.0},"9":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"25":{"tf":1.0},"7":{"tf":1.0}}}},"r":{"df":1,"docs":{"5":{"tf":1.0}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"21":{"tf":1.0},"39":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"5":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"15":{"tf":1.4142135623730951},"17":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":7,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.4142135623730951},"7":{"tf":1.0}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"49":{"tf":1.0}},"t":{"df":1,"docs":{"35":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"4":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"0":{"tf":1.0},"26":{"tf":1.0},"30":{"tf":1.0},"66":{"tf":1.0},"8":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"63":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":3,"docs":{"0":{"tf":1.4142135623730951},"57":{"tf":1.0},"67":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"26":{"tf":1.0}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"11":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":1.0},"50":{"tf":1.0},"62":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"17":{"tf":1.0},"25":{"tf":1.0},"62":{"tf":1.0}}}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":2,"docs":{"49":{"tf":1.0},"59":{"tf":1.0}}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"6":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.7320508075688772}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"21":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"[":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{}},"df":11,"docs":{"13":{"tf":1.0},"14":{"tf":1.4142135623730951},"29":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.4142135623730951}},"n":{"df":2,"docs":{"12":{"tf":1.0},"5":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"p":{"/":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"25":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"l":{"df":6,"docs":{"10":{"tf":1.0},"15":{"tf":1.0},"54":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.0},"9":{"tf":1.0}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":8,"docs":{"11":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"30":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"2":{"0":{"df":1,"docs":{"38":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"5":{"df":1,"docs":{"38":{"tf":1.0}}},"df":0,"docs":{}},"7":{"5":{"df":1,"docs":{"38":{"tf":1.0}}},"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":4,"docs":{"47":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"67":{"tf":1.4142135623730951}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"43":{"tf":1.4142135623730951},"59":{"tf":1.7320508075688772},"60":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},".":{"df":0,"docs":{},"g":{"df":11,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"14":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":1.0},"37":{"tf":1.0},"44":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"6":{"tf":1.0}}}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"10":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"50":{"tf":1.0}}}}},"s":{"df":1,"docs":{"33":{"tf":1.0}},"i":{"df":1,"docs":{"11":{"tf":1.0}}}}},"df":1,"docs":{"6":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"3":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"15":{"tf":1.0},"21":{"tf":1.0},"50":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":3,"docs":{"37":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"d":{"df":5,"docs":{"10":{"tf":1.4142135623730951},"16":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"47":{"tf":1.0},"56":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":2,"docs":{"29":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"3":{"tf":1.0},"9":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":5,"docs":{"11":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"64":{"tf":1.0},"66":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":10,"docs":{"0":{"tf":1.0},"23":{"tf":1.0},"30":{"tf":1.0},"39":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.4142135623730951},"57":{"tf":1.0},"67":{"tf":1.0}}}}},"v":{"df":1,"docs":{"35":{"tf":1.0}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":21,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":1.7320508075688772},"31":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"50":{"tf":1.7320508075688772},"6":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"65":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"54":{"tf":1.0}}}}}}},"r":{"(":{"\\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"2":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"a":{"df":0,"docs":{},"l":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":6,"docs":{"14":{"tf":1.4142135623730951},"30":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"6":{"tf":1.4142135623730951},"60":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"56":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":3,"docs":{"4":{"tf":1.0},"51":{"tf":1.0},"7":{"tf":1.0}}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":6,"docs":{"18":{"tf":1.0},"22":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0},"62":{"tf":1.0},"9":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"35":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"r":{"df":11,"docs":{"0":{"tf":1.7320508075688772},"11":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0},"49":{"tf":1.0},"64":{"tf":1.4142135623730951},"67":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":6,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"62":{"tf":1.0},"67":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":43,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.4142135623730951},"14":{"tf":1.7320508075688772},"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.7320508075688772},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"30":{"tf":1.4142135623730951},"35":{"tf":1.7320508075688772},"37":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.7320508075688772},"41":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.4142135623730951},"52":{"tf":2.23606797749979},"54":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":2.0},"6":{"tf":2.0},"60":{"tf":1.7320508075688772},"61":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"40":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"15":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"17":{"tf":1.0},"64":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}},"s":{"df":4,"docs":{"44":{"tf":1.0},"46":{"tf":1.0},"50":{"tf":1.4142135623730951},"54":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"—":{"a":{"d":{"df":0,"docs":{},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"65":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"64":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":7,"docs":{"0":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.0},"57":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":2,"docs":{"10":{"tf":1.0},"43":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"47":{"tf":1.0}}}}}}},"}":{"\\"":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"60":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"f":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"9":{"tf":1.0}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"57":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"54":{"tf":1.0},"6":{"tf":1.0},"66":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":11,"docs":{"11":{"tf":1.0},"17":{"tf":1.0},"25":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.4142135623730951},"49":{"tf":1.0},"50":{"tf":2.0},"56":{"tf":1.0},"7":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":2,"docs":{"23":{"tf":1.0},"27":{"tf":1.0}}}},"l":{"df":0,"docs":{},"s":{"df":3,"docs":{"5":{"tf":1.0},"50":{"tf":1.0},"66":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}}}},"q":{"df":1,"docs":{"66":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"11":{"tf":1.0},"27":{"tf":1.0},"54":{"tf":1.0},"61":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"49":{"tf":1.0}}}}}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"17":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"27":{"tf":1.0},"41":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":1,"docs":{"26":{"tf":1.0}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"17":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"26":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"66":{"tf":1.0}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"11":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"42":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0}},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"66":{"tf":1.0}}}}}}}}}},"t":{"df":6,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"4":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0},"9":{"tf":1.0}}},"x":{"df":1,"docs":{"5":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"30":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"50":{"tf":1.0}}},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"65":{"tf":1.0}}}},"p":{"df":2,"docs":{"37":{"tf":1.0},"49":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"14":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":5,"docs":{"19":{"tf":1.0},"30":{"tf":1.0},"4":{"tf":1.0},"50":{"tf":1.0},"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"62":{"tf":1.0},"64":{"tf":1.0}}}}}}},"n":{"df":5,"docs":{"38":{"tf":1.0},"42":{"tf":1.7320508075688772},"43":{"tf":1.7320508075688772},"59":{"tf":2.449489742783178},"60":{"tf":2.0}}},"o":{"c":{"df":0,"docs":{},"u":{"df":1,"docs":{"43":{"tf":1.0}},"s":{"df":4,"docs":{"0":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"30":{"tf":1.0},"4":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"15":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"t":{"!":{"(":{"\\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"4":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"2":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"54":{"tf":1.0},"55":{"tf":1.0}}}}}}}}}}},"df":15,"docs":{"0":{"tf":1.0},"10":{"tf":1.4142135623730951},"2":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.4142135623730951},"36":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":1.0},"62":{"tf":1.4142135623730951},"64":{"tf":1.0},"7":{"tf":1.0}},"’":{"df":1,"docs":{"15":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"27":{"tf":1.0},"3":{"tf":1.0},"49":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"5":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0}}}}}}},"d":{"df":1,"docs":{"64":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"43":{"tf":1.0}}}}},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"28":{"tf":1.0}}}}}},"g":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"3":{"tf":1.0},"65":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"35":{"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":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":3,"docs":{"41":{"tf":1.0},"54":{"tf":1.0},"59":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":8,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"28":{"tf":1.0},"4":{"tf":1.4142135623730951},"52":{"tf":1.0},"59":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.0}}}}},"t":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"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":{}}},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"1":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"67":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0}}}},"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"44":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":3,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":1,"docs":{"61":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"44":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":4,"docs":{"49":{"tf":1.0},"52":{"tf":1.0},"63":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"1":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"25":{"tf":1.0}}}},"n":{"d":{"df":1,"docs":{"6":{"tf":1.0}},"l":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"40":{"tf":1.0},"6":{"tf":1.0}}}}}},"r":{"d":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"19":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"47":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"11":{"tf":1.0},"4":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0}},"i":{"df":2,"docs":{"14":{"tf":1.0},"47":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":4,"docs":{"39":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"10":{"tf":1.0},"15":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"57":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"0":{"tf":1.0},"60":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":9,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"24":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.0},"67":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"32":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"62":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"c":{"df":2,"docs":{"41":{"tf":1.0},"47":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"i":{"[":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"14":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"a":{"df":9,"docs":{"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},"59":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}},"i":{"df":1,"docs":{"51":{"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":3,"docs":{"18":{"tf":1.0},"22":{"tf":1.0},"58":{"tf":1.0}}}}}}}},"m":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"5":{"tf":1.0}}}},"l":{"df":3,"docs":{"42":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"37":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"62":{"tf":1.0}}}}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":5,"docs":{"0":{"tf":1.0},"38":{"tf":1.4142135623730951},"43":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":11,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"39":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"20":{"tf":1.0},"47":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"65":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"\\"":{".":{"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":2,"docs":{"42":{"tf":1.0},"43":{"tf":1.4142135623730951}}}},"i":{"c":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}},"u":{"c":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"6":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"14":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":3,"docs":{"14":{"tf":1.7320508075688772},"54":{"tf":1.0},"59":{"tf":1.4142135623730951}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"14":{"tf":1.0},"54":{"tf":1.0},"59":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"df":2,"docs":{"33":{"tf":1.0},"50":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"65":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"47":{"tf":1.0},"5":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"65":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":4,"docs":{"10":{"tf":1.0},"3":{"tf":1.0},"62":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"n":{"d":{"df":4,"docs":{"11":{"tf":1.0},"52":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":5,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"5":{"tf":1.0},"64":{"tf":1.0},"7":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"22":{"tf":1.0},"25":{"tf":1.0},"49":{"tf":1.0}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":3,"docs":{"23":{"tf":1.0},"5":{"tf":1.0},"62":{"tf":1.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"7":{"tf":1.0}}}}}},"v":{"df":3,"docs":{"26":{"tf":1.0},"5":{"tf":1.0},"65":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":2,"docs":{"36":{"tf":1.0},"5":{"tf":1.0}},"t":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":3,"docs":{"3":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":2,"docs":{"50":{"tf":1.0},"59":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"11":{"tf":1.0},"16":{"tf":1.4142135623730951},"32":{"tf":1.0}}}}},"v":{"df":1,"docs":{"63":{"tf":1.0}}}},"j":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"g":{"df":4,"docs":{"4":{"tf":1.0},"52":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"k":{"8":{"df":9,"docs":{"10":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.4142135623730951},"37":{"tf":1.0},"46":{"tf":1.0},"50":{"tf":1.0},"66":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":21,"docs":{"11":{"tf":1.0},"15":{"tf":1.7320508075688772},"16":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951},"21":{"tf":1.0},"28":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"y":{"df":3,"docs":{"47":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}}},"n":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"64":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"11":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"62":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"23":{"tf":1.0}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"26":{"tf":1.0},"52":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"23":{"tf":1.4142135623730951},"47":{"tf":1.0},"48":{"tf":1.0}},"y":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"15":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"20":{"tf":1.0},"4":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"15":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"57":{"tf":1.0},"64":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"52":{"tf":1.0},"6":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":12,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"13":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.0},"4":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.0},"67":{"tf":1.0},"9":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":2,"docs":{"29":{"tf":1.0},"6":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"13":{"tf":1.0},"40":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"14":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":22,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"28":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}},"o":{"a":{"d":{"df":2,"docs":{"24":{"tf":1.0},"47":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"df":14,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"16":{"tf":1.0},"30":{"tf":1.4142135623730951},"32":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"50":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"9":{"tf":1.0}}},"t":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":3,"docs":{"59":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0}},"i":{"c":{"df":2,"docs":{"58":{"tf":1.0},"61":{"tf":1.0}}},"df":0,"docs":{}},"s":{"/":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"11":{"tf":1.0},"52":{"tf":1.0},"64":{"tf":1.0},"66":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"25":{"tf":1.0},"66":{"tf":1.0}}},"p":{"df":2,"docs":{"17":{"tf":1.0},"32":{"tf":1.0}}},"s":{"df":1,"docs":{"9":{"tf":1.0}}}},"w":{"df":1,"docs":{"24":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"r":{"df":2,"docs":{"4":{"tf":1.0},"6":{"tf":1.0}}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"33":{"tf":1.0},"7":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"38":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"51":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":7,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.0},"62":{"tf":1.0},"7":{"tf":1.4142135623730951}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":6,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"52":{"tf":1.0},"64":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"p":{"df":3,"docs":{"10":{"tf":1.0},"50":{"tf":1.0},"62":{"tf":1.0}}},"t":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"63":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"11":{"tf":1.0},"34":{"tf":1.0}}}}}},"x":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":7,"docs":{"11":{"tf":1.0},"17":{"tf":1.0},"3":{"tf":1.0},"44":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"66":{"tf":1.0}}}}},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"47":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"1":{"tf":1.0},"2":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"d":{"df":5,"docs":{"14":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"50":{"tf":1.0},"67":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"c":{"df":7,"docs":{"26":{"tf":1.0},"41":{"tf":1.4142135623730951},"50":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0},"65":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"i":{"d":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}}},"df":1,"docs":{"38":{"tf":1.0}},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"32":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":3,"docs":{"47":{"tf":1.0},"5":{"tf":1.0},"64":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"56":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"65":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":4,"docs":{"50":{"tf":1.0},"54":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0}}}},"x":{"df":1,"docs":{"65":{"tf":1.0}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"25":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":8,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"15":{"tf":1.0},"2":{"tf":1.0},"24":{"tf":1.0},"52":{"tf":1.7320508075688772},"62":{"tf":1.0},"9":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"0":{"tf":1.0},"29":{"tf":1.0},"7":{"tf":1.0}}}},"df":1,"docs":{"54":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"40":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"61":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"17":{"tf":1.0},"7":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":9,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"11":{"tf":1.0},"16":{"tf":1.0},"2":{"tf":1.0},"29":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"33":{"tf":1.0},"9":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"17":{"tf":1.0},"64":{"tf":1.0},"66":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"59":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":3,"docs":{"42":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"54":{"tf":1.0},"59":{"tf":1.0}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"df":1,"docs":{"24":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"17":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":8,"docs":{"15":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"42":{"tf":1.0},"50":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.0},"66":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"17":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"g":{"df":2,"docs":{"25":{"tf":1.0},"50":{"tf":1.0}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":12,"docs":{"0":{"tf":1.7320508075688772},"11":{"tf":1.0},"23":{"tf":1.0},"28":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"4":{"tf":1.0},"52":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"67":{"tf":1.0},"9":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"27":{"tf":1.0},"40":{"tf":1.0}}}}},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"59":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":6,"docs":{"22":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"62":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"59":{"tf":1.0},"60":{"tf":1.0}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"41":{"tf":1.0},"56":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":6,"docs":{"37":{"tf":1.4142135623730951},"41":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"46":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":34,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"11":{"tf":1.0},"13":{"tf":1.4142135623730951},"16":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.7320508075688772},"38":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.7320508075688772},"52":{"tf":1.0},"54":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"65":{"tf":1.0},"67":{"tf":1.4142135623730951},"9":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"5":{"tf":1.0}},"i":{"df":1,"docs":{"17":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"df":7,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"10":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.7320508075688772},"50":{"tf":1.0},"9":{"tf":1.0}}}},"n":{"df":1,"docs":{"5":{"tf":1.0}}},"w":{"df":1,"docs":{"43":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"15":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"[":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":19,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.4142135623730951},"4":{"tf":1.0},"40":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.7320508075688772},"52":{"tf":1.0},"6":{"tf":1.4142135623730951},"64":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.0},"67":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"17":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"6":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"62":{"tf":1.0},"64":{"tf":1.0}}}}}},"k":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"\\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"59":{"tf":1.0},"60":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":3,"docs":{"42":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.0}}},"n":{"c":{"df":4,"docs":{"4":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0}}},"df":6,"docs":{"20":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"47":{"tf":1.0},"57":{"tf":1.0},"9":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"34":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":10,"docs":{"11":{"tf":1.0},"21":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.4142135623730951},"43":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":2.0},"66":{"tf":1.0}}}},"t":{"df":2,"docs":{"15":{"tf":1.0},"5":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"21":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":7,"docs":{"10":{"tf":1.0},"32":{"tf":1.0},"4":{"tf":1.4142135623730951},"5":{"tf":1.0},"62":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"66":{"tf":1.0}}}}}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}}},"df":1,"docs":{"23":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"49":{"tf":1.0}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":10,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"4":{"tf":1.4142135623730951},"5":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"6":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"3":{"tf":1.0},"5":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}}},"p":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"6":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"23":{"tf":1.0}}},"k":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"10":{"tf":1.0},"62":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"45":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":7,"docs":{"1":{"tf":1.0},"16":{"tf":1.0},"25":{"tf":1.0},"30":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"28":{"tf":1.0},"4":{"tf":1.0},"57":{"tf":1.0},"67":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"25":{"tf":1.0}}}}}}}},"df":0,"docs":{},"t":{"df":4,"docs":{"2":{"tf":1.0},"51":{"tf":1.0},"63":{"tf":1.0},"8":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"47":{"tf":1.0}}}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":5,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"57":{"tf":1.0},"64":{"tf":1.0},"67":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"16":{"tf":1.0},"30":{"tf":1.0},"50":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":1,"docs":{"6":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"13":{"tf":1.0},"20":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":8,"docs":{"15":{"tf":2.0},"16":{"tf":1.0},"17":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.4142135623730951},"47":{"tf":1.0},"49":{"tf":1.0},"9":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"23":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0}}}},"r":{"df":4,"docs":{"15":{"tf":1.0},"19":{"tf":1.0},"24":{"tf":1.0},"28":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"24":{"tf":1.4142135623730951},"29":{"tf":2.8284271247461903}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":6,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"28":{"tf":1.0},"59":{"tf":1.0},"64":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"10":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"66":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"14":{"tf":1.0},"29":{"tf":1.0}}}}}}}},"l":{"a":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"35":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":16,"docs":{"1":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.4142135623730951},"25":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":2.0},"31":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"38":{"tf":1.0},"4":{"tf":1.7320508075688772},"52":{"tf":1.0},"6":{"tf":2.23606797749979},"62":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"u":{"df":2,"docs":{"20":{"tf":1.0},"21":{"tf":1.0}},"g":{"df":1,"docs":{"58":{"tf":1.0}},"g":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"12":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"47":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"3":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":3,"docs":{"33":{"tf":1.0},"50":{"tf":1.0},"65":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"26":{"tf":1.0},"29":{"tf":1.0},"52":{"tf":1.0},"67":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"27":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"17":{"tf":1.0},"40":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"4":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"5":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"62":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"30":{"tf":1.4142135623730951},"50":{"tf":2.0},"52":{"tf":1.0},"54":{"tf":1.0}}}}}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"21":{"tf":1.0},"50":{"tf":1.0}}}},"t":{"df":3,"docs":{"17":{"tf":1.0},"57":{"tf":1.0},"65":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"16":{"tf":1.0},"30":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.4142135623730951}}}}}},"o":{"b":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":9,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"35":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"11":{"tf":1.0},"32":{"tf":1.0},"4":{"tf":1.0},"9":{"tf":1.0}}}}}},"d":{"df":1,"docs":{"49":{"tf":1.0}},"u":{"c":{"df":6,"docs":{"0":{"tf":1.4142135623730951},"14":{"tf":1.0},"27":{"tf":1.0},"56":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0}},"t":{"df":4,"docs":{"22":{"tf":1.0},"40":{"tf":1.0},"5":{"tf":1.0},"67":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":8,"docs":{"11":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.4142135623730951},"3":{"tf":1.0},"39":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"65":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"28":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":8,"docs":{"0":{"tf":1.0},"15":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.4142135623730951},"6":{"tf":1.0},"66":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"59":{"tf":1.0}},"r":{"df":1,"docs":{"50":{"tf":1.0}}}},"i":{"d":{"df":7,"docs":{"27":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.4142135623730951},"41":{"tf":1.0},"43":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":2,"docs":{"35":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"35":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"b":{"df":3,"docs":{"43":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"0":{"tf":1.0},"67":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"66":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"12":{"tf":1.0},"3":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"q":{"a":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"16":{"tf":1.0},"63":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"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":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":3,"docs":{"28":{"tf":1.4142135623730951},"47":{"tf":1.0},"5":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"28":{"tf":1.0},"37":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"38":{"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":{},"e":{"df":11,"docs":{"13":{"tf":1.0},"14":{"tf":1.4142135623730951},"15":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"24":{"tf":1.4142135623730951},"47":{"tf":1.0},"5":{"tf":1.0},"64":{"tf":1.4142135623730951},"65":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"6":{"tf":1.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"59":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"l":{"df":3,"docs":{"35":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.0}},"e":{"df":0,"docs":{},"—":{"a":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"64":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":10,"docs":{"21":{"tf":1.0},"27":{"tf":1.4142135623730951},"30":{"tf":1.0},"35":{"tf":1.7320508075688772},"4":{"tf":1.0},"50":{"tf":1.7320508075688772},"56":{"tf":1.0},"6":{"tf":1.4142135623730951},"65":{"tf":1.0},"9":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"62":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":5,"docs":{"0":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.0},"58":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"1":{"tf":1.0},"3":{"tf":1.0},"40":{"tf":1.0},"49":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"5":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"56":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":7,"docs":{"13":{"tf":1.0},"16":{"tf":1.0},"36":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0},"66":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":4,"docs":{"15":{"tf":1.0},"5":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"51":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"0":{"tf":1.0}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}},"x":{"df":2,"docs":{"35":{"tf":1.0},"50":{"tf":1.0}}}},"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"17":{"tf":1.0},"56":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"14":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"24":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"52":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":5,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":7,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"66":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":9,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"21":{"tf":1.0},"25":{"tf":1.0},"5":{"tf":1.0},"66":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"52":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":6,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0},"67":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"p":{"df":1,"docs":{"46":{"tf":1.0}}}},"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"43":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"43":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":20,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"21":{"tf":1.4142135623730951},"29":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.4142135623730951},"48":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.4142135623730951},"67":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"42":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":6,"docs":{"17":{"tf":1.0},"30":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"60":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"0":{"tf":1.0},"67":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"55":{"tf":1.0},"59":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"15":{"tf":1.0},"55":{"tf":1.0},"62":{"tf":1.7320508075688772},"9":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":4,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"16":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"7":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"61":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"5":{"tf":1.0},"66":{"tf":1.0}}}}},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":8,"docs":{"0":{"tf":1.0},"21":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"52":{"tf":1.0},"62":{"tf":1.0},"67":{"tf":1.4142135623730951}}}}},"p":{"c":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":6,"docs":{"41":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"54":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.7320508075688772},"60":{"tf":1.4142135623730951}}}}}}}}},"df":26,"docs":{"1":{"tf":1.0},"11":{"tf":1.7320508075688772},"14":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.7320508075688772},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.7320508075688772},"34":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"47":{"tf":1.0},"5":{"tf":1.7320508075688772},"50":{"tf":1.0},"52":{"tf":2.0},"6":{"tf":1.7320508075688772},"60":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.7320508075688772},"66":{"tf":1.4142135623730951},"67":{"tf":1.7320508075688772},"7":{"tf":1.0},"8":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":4,"docs":{"24":{"tf":1.0},"41":{"tf":1.0},"54":{"tf":1.0},"59":{"tf":1.4142135623730951}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":28,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"30":{"tf":1.7320508075688772},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.7320508075688772},"37":{"tf":2.23606797749979},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"42":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.7320508075688772},"50":{"tf":1.7320508075688772},"52":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"6":{"tf":1.0},"62":{"tf":1.7320508075688772},"65":{"tf":1.7320508075688772},"66":{"tf":1.7320508075688772},"67":{"tf":1.0},"7":{"tf":1.4142135623730951},"9":{"tf":1.0}},"’":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}},"{":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"35":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":7,"docs":{"10":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":1.4142135623730951},"50":{"tf":1.0},"52":{"tf":1.0},"62":{"tf":1.0},"9":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"35":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"57":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":6,"docs":{"30":{"tf":1.4142135623730951},"37":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"0":{"tf":1.4142135623730951},"67":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"2":{"df":1,"docs":{"38":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":34,"docs":{"1":{"tf":1.0},"10":{"tf":1.7320508075688772},"11":{"tf":1.7320508075688772},"12":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":2.0},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":1.0},"22":{"tf":1.0},"29":{"tf":1.7320508075688772},"30":{"tf":1.7320508075688772},"31":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.7320508075688772},"42":{"tf":1.0},"44":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.4142135623730951},"52":{"tf":2.23606797749979},"6":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":2.23606797749979},"63":{"tf":1.0},"64":{"tf":1.4142135623730951},"65":{"tf":1.4142135623730951},"66":{"tf":1.7320508075688772},"67":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":2.23606797749979}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"24":{"tf":1.0},"34":{"tf":1.0},"5":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":2,"docs":{"40":{"tf":1.0},"49":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"10":{"tf":1.0},"50":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"17":{"tf":1.0},"24":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"d":{"df":8,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"35":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0}}},"df":4,"docs":{"11":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.0},"52":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"21":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.0}}}},"df":0,"docs":{}},"f":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"59":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":3,"docs":{"15":{"tf":1.0},"59":{"tf":1.7320508075688772},"60":{"tf":1.7320508075688772}}}},"n":{"d":{"df":2,"docs":{"42":{"tf":1.0},"43":{"tf":1.0}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"17":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"29":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"26":{"tf":1.0}}},"v":{"df":1,"docs":{"62":{"tf":1.0}},"i":{"c":{"df":3,"docs":{"0":{"tf":1.0},"33":{"tf":1.0},"65":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":8,"docs":{"11":{"tf":1.0},"19":{"tf":1.0},"28":{"tf":1.0},"30":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0},"64":{"tf":1.4142135623730951},"9":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"10":{"tf":1.0},"33":{"tf":1.0},"65":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":20,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"18":{"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.4142135623730951},"29":{"tf":1.0},"4":{"tf":1.4142135623730951},"47":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"58":{"tf":1.0},"64":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":9,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"17":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0},"52":{"tf":1.0},"59":{"tf":1.0},"62":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"64":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"0":{"tf":1.0},"5":{"tf":1.0},"66":{"tf":1.0}}}},"w":{"df":4,"docs":{"1":{"tf":1.0},"22":{"tf":1.0},"58":{"tf":1.0},"9":{"tf":1.0}},"n":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":12,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"14":{"tf":1.4142135623730951},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"30":{"tf":1.7320508075688772},"5":{"tf":1.4142135623730951},"50":{"tf":2.23606797749979},"56":{"tf":1.0},"6":{"tf":1.4142135623730951},"66":{"tf":1.0},"67":{"tf":1.0}},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"50":{"tf":1.0}}},"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":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"19":{"tf":1.0},"59":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":4,"docs":{"0":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"47":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":3,"docs":{"33":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0}}}}},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"df":2,"docs":{"47":{"tf":1.0},"48":{"tf":1.0}},"w":{"df":3,"docs":{"23":{"tf":1.0},"50":{"tf":1.0},"65":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"65":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"11":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":5,"docs":{"15":{"tf":1.0},"19":{"tf":1.0},"61":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"55":{"tf":1.0},"60":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"3":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"42":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"25":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":8,"docs":{"14":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.0},"29":{"tf":1.0},"39":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0},"64":{"tf":1.0}},"i":{"df":1,"docs":{"11":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":4,"docs":{"17":{"tf":1.0},"31":{"tf":1.0},"5":{"tf":1.0},"66":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"t":{"a":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"33":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"29":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"65":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"17":{"tf":1.0},"65":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"42":{"tf":1.0},"59":{"tf":1.0}}}}}}},"df":0,"docs":{}},"_":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"55":{"tf":1.0},"60":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":14,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.7320508075688772},"52":{"tf":1.0},"54":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.4142135623730951},"65":{"tf":1.0},"67":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"17":{"tf":1.0},"24":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0}}},"i":{"c":{"df":2,"docs":{"42":{"tf":1.0},"59":{"tf":1.0}}},"df":0,"docs":{}}},"y":{"df":6,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"26":{"tf":1.0},"47":{"tf":1.0},"60":{"tf":1.0},"66":{"tf":1.0}}}},"d":{":":{":":{"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":{"42":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{":":{":":{"a":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"59":{"tf":1.0}}},"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":{":":{":":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"38":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"15":{"tf":1.0},"50":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"23":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"66":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"28":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":4,"docs":{"47":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"67":{"tf":1.0}}}},"r":{"df":3,"docs":{"42":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"67":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"20":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"42":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"b":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":2,"docs":{"16":{"tf":1.0},"64":{"tf":1.4142135623730951}}}}}},"u":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":5,"docs":{"0":{"tf":1.0},"19":{"tf":1.0},"23":{"tf":1.4142135623730951},"25":{"tf":1.0},"67":{"tf":1.0}}}},"t":{"df":6,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"19":{"tf":1.0},"25":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"0":{"tf":1.0},"67":{"tf":1.0}}}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":10,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"64":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"34":{"tf":1.0}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"41":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":7,"docs":{"10":{"tf":1.0},"37":{"tf":1.4142135623730951},"38":{"tf":1.0},"42":{"tf":1.7320508075688772},"45":{"tf":1.0},"46":{"tf":1.7320508075688772},"63":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":2,"docs":{"43":{"tf":1.0},"44":{"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":{"17":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"16":{"tf":1.0},"66":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"65":{"tf":1.0}}}}}}},"n":{"c":{"df":3,"docs":{"29":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"22":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":8,"docs":{"14":{"tf":1.4142135623730951},"16":{"tf":1.0},"21":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"52":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.4142135623730951}}}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"59":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"60":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":7,"docs":{"11":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"5":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"52":{"tf":1.0}}}}},"d":{"df":3,"docs":{"14":{"tf":1.0},"35":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":3,"docs":{"17":{"tf":1.0},"3":{"tf":1.4142135623730951},"64":{"tf":1.0}}},"r":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"15":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":27,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.0},"10":{"tf":1.7320508075688772},"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.7320508075688772},"40":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.4142135623730951},"49":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"9":{"tf":2.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"56":{"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":{"55":{"tf":1.0}}}},"df":0,"docs":{}}}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"38":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"{":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"60":{"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":{"42":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"59":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"s":{":":{":":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":2,"docs":{"36":{"tf":1.0},"38":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"16":{"tf":1.0},"3":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"30":{"tf":1.0},"7":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}}}}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":12,"docs":{"0":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"17":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.7320508075688772},"3":{"tf":1.4142135623730951},"32":{"tf":1.0},"5":{"tf":1.4142135623730951},"50":{"tf":1.0},"6":{"tf":1.0},"66":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"35":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0}}}}},"r":{"df":1,"docs":{"23":{"tf":1.4142135623730951}}}}}},"o":{"d":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"14":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"9":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"l":{"df":2,"docs":{"40":{"tf":1.0},"50":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"26":{"tf":1.0},"28":{"tf":1.0},"5":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"23":{"tf":1.0},"45":{"tf":1.0}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":27,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"28":{"tf":1.7320508075688772},"30":{"tf":1.0},"4":{"tf":2.0},"41":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.7320508075688772},"57":{"tf":1.0},"59":{"tf":1.4142135623730951},"6":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.4142135623730951},"67":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}},"y":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"g":{"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":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"59":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"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":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"64":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"35":{"tf":1.0},"50":{"tf":1.0},"62":{"tf":1.0},"9":{"tf":1.0}}},"k":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":18,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"14":{"tf":1.4142135623730951},"15":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"3":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":2.0},"5":{"tf":1.4142135623730951},"52":{"tf":1.0},"54":{"tf":1.0},"6":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"43":{"tf":1.4142135623730951},"58":{"tf":1.0},"64":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":14,"docs":{"11":{"tf":1.0},"13":{"tf":1.4142135623730951},"15":{"tf":1.0},"16":{"tf":1.0},"19":{"tf":1.7320508075688772},"20":{"tf":1.7320508075688772},"21":{"tf":1.0},"29":{"tf":1.0},"35":{"tf":1.0},"6":{"tf":1.0},"64":{"tf":1.4142135623730951},"65":{"tf":1.4142135623730951},"66":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"16":{"tf":1.0},"44":{"tf":1.0},"50":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"10":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"50":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"13":{"tf":1.0},"25":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"65":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"24":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"38":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"66":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"17":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":3,"docs":{"17":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"31":{"tf":1.0},"4":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"17":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":1,"docs":{"19":{"tf":1.0}}}},"x":{"/":{"d":{"a":{"df":2,"docs":{"39":{"tf":1.0},"47":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"31":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"23":{"tf":1.0},"3":{"tf":1.4142135623730951},"52":{"tf":1.0},"54":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"60":{"tf":1.0},"65":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":3,"docs":{"16":{"tf":1.0},"48":{"tf":1.0},"62":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"11":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"10":{"tf":1.0},"16":{"tf":1.0},"38":{"tf":1.0},"44":{"tf":1.0}}}},"df":27,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.4142135623730951},"24":{"tf":1.0},"30":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.7320508075688772},"42":{"tf":1.4142135623730951},"5":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.0},"59":{"tf":2.23606797749979},"60":{"tf":1.7320508075688772},"62":{"tf":1.0},"64":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"13":{"tf":1.0},"5":{"tf":1.0},"64":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}},"i":{"df":0,"docs":{},"z":{"df":3,"docs":{"43":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"10":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":26,"docs":{"0":{"tf":2.0},"11":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"26":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.4142135623730951},"49":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.0},"64":{"tf":1.4142135623730951},"66":{"tf":1.0},"67":{"tf":1.7320508075688772},"7":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":1,"docs":{"25":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"28":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"37":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"!":{"[":{"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":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":1,"docs":{"59":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"5":{"tf":1.0},"66":{"tf":1.0}},"f":{"df":2,"docs":{"27":{"tf":1.0},"7":{"tf":1.0}},"i":{"df":8,"docs":{"0":{"tf":1.4142135623730951},"14":{"tf":1.0},"23":{"tf":1.0},"4":{"tf":1.0},"50":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"67":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"i":{"a":{"df":1,"docs":{"46":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":6,"docs":{"10":{"tf":1.0},"14":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":2,"docs":{"40":{"tf":1.0},"49":{"tf":1.0}}}},"w":{"[":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"30":{"tf":1.0},"6":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"15":{"tf":1.0},"5":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":13,"docs":{"14":{"tf":1.4142135623730951},"15":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"35":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.0},"9":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"24":{"tf":1.0}}}}},"df":1,"docs":{"6":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"15":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"64":{"tf":1.0},"67":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"65":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":10,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"30":{"tf":1.0},"39":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.4142135623730951},"64":{"tf":1.0},"65":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":4,"docs":{"33":{"tf":1.0},"54":{"tf":1.0},"61":{"tf":1.0},"65":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"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":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"5":{"0":{"df":1,"docs":{"38":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"0":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":1,"docs":{"38":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"26":{"tf":1.0},"48":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"1":{"tf":1.0},"27":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":2,"docs":{"3":{"tf":1.0},"37":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"10":{"tf":1.0},"62":{"tf":1.7320508075688772},"9":{"tf":1.4142135623730951}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":46,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.7320508075688772},"12":{"tf":1.4142135623730951},"13":{"tf":2.0},"14":{"tf":2.449489742783178},"15":{"tf":1.0},"16":{"tf":1.7320508075688772},"17":{"tf":1.4142135623730951},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"20":{"tf":1.7320508075688772},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"30":{"tf":1.7320508075688772},"35":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"39":{"tf":1.0},"4":{"tf":1.7320508075688772},"41":{"tf":1.0},"42":{"tf":1.7320508075688772},"43":{"tf":1.0},"44":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.4142135623730951},"52":{"tf":2.23606797749979},"54":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":2.23606797749979},"6":{"tf":2.449489742783178},"60":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.7320508075688772},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"29":{"tf":1.0},"42":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"10":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"d":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"df":1,"docs":{"66":{"tf":1.0}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"’":{"df":0,"docs":{},"r":{"df":2,"docs":{"39":{"tf":1.0},"49":{"tf":1.0}}}}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}},"breadcrumbs":{"root":{"0":{"df":1,"docs":{"42":{"tf":1.0}}},"1":{"df":2,"docs":{"29":{"tf":1.0},"38":{"tf":1.0}},"–":{"3":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}}},"2":{"df":2,"docs":{"19":{"tf":1.4142135623730951},"29":{"tf":1.0}}},"3":{"df":1,"docs":{"29":{"tf":1.0}}},"4":{"df":1,"docs":{"29":{"tf":1.0}},"–":{"5":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}}},"6":{"df":0,"docs":{},"–":{"7":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"a":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"67":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"35":{"tf":1.0},"42":{"tf":1.4142135623730951},"50":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"44":{"tf":1.0},"52":{"tf":1.0},"59":{"tf":1.0}}}},"v":{"df":11,"docs":{"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"19":{"tf":1.0},"30":{"tf":1.0},"4":{"tf":1.4142135623730951},"52":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"19":{"tf":1.0}}}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"10":{"tf":1.0},"62":{"tf":1.0},"9":{"tf":1.0}}}}},"d":{"df":5,"docs":{"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"54":{"tf":1.0}}}}}}},"df":7,"docs":{"37":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.7320508075688772},"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"58":{"tf":1.0}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"16":{"tf":1.0},"18":{"tf":1.0},"50":{"tf":1.0},"64":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":8,"docs":{"22":{"tf":1.7320508075688772},"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}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"25":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"37":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"55":{"tf":1.0}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"65":{"tf":1.0}}}}}}}}}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"5":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":5,"docs":{"11":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"30":{"tf":1.0},"66":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":5,"docs":{"38":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}}}}}},"df":4,"docs":{"0":{"tf":1.0},"17":{"tf":1.0},"5":{"tf":1.0},"67":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"37":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":3,"docs":{"44":{"tf":1.0},"5":{"tf":1.0},"66":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.7320508075688772}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"i":{"df":7,"docs":{"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.7320508075688772},"44":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":5,"docs":{"63":{"tf":1.7320508075688772},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"14":{"tf":1.0}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"2":{"tf":1.0},"28":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"4":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":8,"docs":{"22":{"tf":1.7320508075688772},"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}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"29":{"tf":1.0},"52":{"tf":1.0},"62":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":16,"docs":{"10":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"26":{"tf":1.4142135623730951},"28":{"tf":1.0},"3":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.4142135623730951},"5":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"16":{"tf":1.0}}}},"t":{"df":2,"docs":{"10":{"tf":1.0},"50":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"0":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{":":{":":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"59":{"tf":1.0},"60":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"59":{"tf":1.0},"60":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":5,"docs":{"42":{"tf":1.0},"43":{"tf":1.4142135623730951},"54":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"52":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":6,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"1":{"tf":1.0},"11":{"tf":1.7320508075688772},"30":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":18,"docs":{"0":{"tf":1.4142135623730951},"11":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"16":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"30":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"52":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.7320508075688772},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":5,"docs":{"17":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"b":{"(":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"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":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"40":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"10":{"tf":1.0},"4":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}}},"d":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":6,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"31":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"21":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.0}}}}}}}},"df":1,"docs":{"4":{"tf":1.0}},"e":{"c":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"60":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"17":{"tf":1.0},"30":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"65":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"35":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":10,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.0},"25":{"tf":1.7320508075688772},"30":{"tf":1.0},"34":{"tf":1.0},"6":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"17":{"tf":1.7320508075688772},"32":{"tf":1.0},"40":{"tf":1.4142135623730951},"44":{"tf":1.0}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":9,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.0},"65":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"27":{"tf":1.0},"50":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"b":{"df":5,"docs":{"0":{"tf":1.7320508075688772},"11":{"tf":1.0},"13":{"tf":1.0},"64":{"tf":1.0},"67":{"tf":1.4142135623730951}},"s":{"/":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"20":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"41":{"tf":1.0},"47":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":22,"docs":{"0":{"tf":1.7320508075688772},"11":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"17":{"tf":1.0},"19":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.4142135623730951},"26":{"tf":2.449489742783178},"27":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.4142135623730951},"52":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.4142135623730951},"62":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":2.0},"67":{"tf":1.7320508075688772}},"f":{"df":0,"docs":{},"e":{"df":2,"docs":{"26":{"tf":1.0},"67":{"tf":1.0}},"e":{"d":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"27":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"0":{"tf":1.0},"1":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":6,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"14":{"tf":1.0},"20":{"tf":1.0},"64":{"tf":1.0},"67":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"29":{"tf":1.0},"52":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":1,"docs":{"42":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"a":{"d":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"u":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"26":{"tf":1.0},"47":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":7,"docs":{"22":{"tf":1.0},"28":{"tf":1.0},"38":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"37":{"tf":1.0},"42":{"tf":1.0},"64":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":2,"docs":{"3":{"tf":1.0},"36":{"tf":1.0}}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":5,"docs":{"15":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"59":{"tf":1.7320508075688772},"61":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"24":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"z":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"25":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}},"c":{"(":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"4":{"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":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"26":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"41":{"tf":1.0},"61":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":6,"docs":{"0":{"tf":1.0},"22":{"tf":1.0},"52":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"67":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"30":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0},"66":{"tf":1.0}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"65":{"tf":1.0}}}}},"df":1,"docs":{"4":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":5,"docs":{"1":{"tf":1.0},"24":{"tf":1.0},"28":{"tf":1.0},"47":{"tf":1.0},"62":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"64":{"tf":1.0},"67":{"tf":1.0}}}}}},"o":{"df":24,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.7320508075688772},"36":{"tf":2.0},"37":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.4142135623730951},"45":{"tf":2.0},"46":{"tf":1.0},"47":{"tf":2.0},"48":{"tf":1.4142135623730951},"49":{"tf":2.0},"5":{"tf":1.4142135623730951},"64":{"tf":1.0},"65":{"tf":1.7320508075688772},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"9":{"tf":1.0}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"11":{"tf":1.0},"52":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"64":{"tf":1.7320508075688772}}}},"c":{"df":0,"docs":{},"k":{"df":22,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"23":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.4142135623730951},"3":{"tf":1.0},"39":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"42":{"tf":1.0},"48":{"tf":1.4142135623730951},"5":{"tf":1.0},"50":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.0},"66":{"tf":1.4142135623730951},"9":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"50":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"17":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":6,"docs":{"11":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"49":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"4":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0},"65":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"47":{"tf":1.0}},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}}}}},"i":{"df":6,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.0},"7":{"tf":1.0}},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"57":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"50":{"tf":1.0},"65":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"52":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.4142135623730951}},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"56":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"r":{"df":10,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.0},"4":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"7":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"64":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"|":{"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":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":5,"docs":{"41":{"tf":1.0},"54":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"62":{"tf":1.0}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"41":{"tf":1.0}}}}},"df":16,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.4142135623730951},"4":{"tf":2.0},"45":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"52":{"tf":1.0}}}}}}}}}}}},"o":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"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":{"14":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}}},"df":3,"docs":{"14":{"tf":1.4142135623730951},"26":{"tf":1.0},"50":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":7,"docs":{"18":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0},"8":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"10":{"tf":1.0},"15":{"tf":1.0},"35":{"tf":1.4142135623730951},"64":{"tf":1.0},"65":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"26":{"tf":1.0},"30":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"3":{"tf":1.0}}},"s":{"df":16,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"30":{"tf":1.0},"33":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"37":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"9":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":5,"docs":{"14":{"tf":1.0},"2":{"tf":1.0},"30":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":2.0}}}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"17":{"tf":1.0},"9":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"14":{"tf":1.0},"64":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"4":{"tf":1.0},"52":{"tf":1.0},"60":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"42":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"3":{"tf":1.0},"5":{"tf":1.0},"66":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":4,"docs":{"10":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"9":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":9,"docs":{"10":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"52":{"tf":1.0},"57":{"tf":1.0},"62":{"tf":1.4142135623730951},"64":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"df":6,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"60":{"tf":1.4142135623730951},"65":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":8,"docs":{"0":{"tf":1.4142135623730951},"11":{"tf":1.0},"14":{"tf":1.0},"19":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":1.0},"39":{"tf":1.0},"67":{"tf":1.0}}}}}},"i":{"d":{"df":2,"docs":{"47":{"tf":1.4142135623730951},"54":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"11":{"tf":1.0},"31":{"tf":1.0},"44":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"56":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"m":{"df":4,"docs":{"26":{"tf":1.0},"50":{"tf":1.7320508075688772},"62":{"tf":1.0},"9":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"1":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"11":{"tf":1.0},"12":{"tf":1.7320508075688772},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.7320508075688772},"64":{"tf":1.4142135623730951}}}},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"0":{"tf":1.7320508075688772},"52":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"14":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"51":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"0":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":17,"docs":{"13":{"tf":1.4142135623730951},"21":{"tf":1.0},"23":{"tf":1.0},"29":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.7320508075688772},"42":{"tf":2.23606797749979},"43":{"tf":1.4142135623730951},"44":{"tf":2.23606797749979},"45":{"tf":1.0},"46":{"tf":2.0},"50":{"tf":1.0},"52":{"tf":1.0},"65":{"tf":1.4142135623730951},"67":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"33":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":4,"docs":{"39":{"tf":1.4142135623730951},"44":{"tf":1.0},"47":{"tf":1.4142135623730951},"48":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":4,"docs":{"37":{"tf":1.0},"38":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"52":{"tf":1.0},"62":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":10,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.7320508075688772},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.7320508075688772},"28":{"tf":1.0},"62":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"18":{"tf":1.0},"64":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"16":{"tf":1.0},"20":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"51":{"tf":1.0},"62":{"tf":2.0},"7":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":5,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"5":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"42":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":3,"docs":{"42":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"43":{"tf":1.7320508075688772},"57":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":3,"docs":{"26":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"58":{"tf":1.0}}}}}}}},"d":{"(":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"[":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"a":{"df":9,"docs":{"0":{"tf":3.0},"17":{"tf":1.0},"20":{"tf":1.7320508075688772},"21":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"48":{"tf":1.0},"57":{"tf":1.0},"67":{"tf":2.0}},"t":{"a":{"df":15,"docs":{"0":{"tf":2.6457513110645907},"11":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"16":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.4142135623730951},"4":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.4142135623730951},"66":{"tf":1.0},"67":{"tf":2.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"4":{"tf":1.0},"6":{"tf":1.0}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":3,"docs":{"32":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0}},"g":{"df":1,"docs":{"63":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"11":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"r":{"df":7,"docs":{"11":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"17":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"51":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"61":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":5,"docs":{"15":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"11":{"tf":1.0},"52":{"tf":1.0},"64":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"64":{"tf":1.0}}}}}}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"y":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":3,"docs":{"23":{"tf":1.7320508075688772},"37":{"tf":1.0},"38":{"tf":1.4142135623730951}},"s":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"16":{"tf":1.0},"29":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"a":{"df":1,"docs":{"17":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":9,"docs":{"10":{"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},"62":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"5":{"tf":1.0},"50":{"tf":1.0},"66":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":14,"docs":{"10":{"tf":1.0},"22":{"tf":1.0},"27":{"tf":2.449489742783178},"30":{"tf":1.0},"34":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.0},"42":{"tf":1.0},"52":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"62":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"54":{"tf":1.0},"59":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":6,"docs":{"10":{"tf":1.0},"12":{"tf":1.4142135623730951},"3":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"52":{"tf":1.0},"67":{"tf":1.0},"9":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"25":{"tf":1.0},"7":{"tf":1.7320508075688772}}}},"r":{"df":1,"docs":{"5":{"tf":1.0}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"21":{"tf":1.0},"39":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"5":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"15":{"tf":1.4142135623730951},"17":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":17,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"51":{"tf":1.7320508075688772},"52":{"tf":2.23606797749979},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"49":{"tf":1.0}},"t":{"df":1,"docs":{"35":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"4":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"0":{"tf":1.0},"26":{"tf":1.0},"30":{"tf":1.0},"66":{"tf":1.0},"8":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"63":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":3,"docs":{"0":{"tf":1.4142135623730951},"57":{"tf":1.0},"67":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"26":{"tf":1.0}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"11":{"tf":1.0},"33":{"tf":1.4142135623730951},"4":{"tf":1.0},"50":{"tf":1.0},"62":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"17":{"tf":1.0},"25":{"tf":1.0},"62":{"tf":1.0}}}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":2,"docs":{"49":{"tf":1.0},"59":{"tf":1.0}}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"6":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"tf":1.7320508075688772}},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":2.0}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"21":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"[":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{}},"df":11,"docs":{"13":{"tf":1.0},"14":{"tf":1.4142135623730951},"29":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.4142135623730951}},"n":{"df":2,"docs":{"12":{"tf":1.0},"5":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"p":{"/":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"25":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"l":{"df":6,"docs":{"10":{"tf":1.0},"15":{"tf":1.0},"54":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.7320508075688772},"9":{"tf":1.0}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":8,"docs":{"11":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"30":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"2":{"0":{"df":1,"docs":{"38":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"5":{"df":1,"docs":{"38":{"tf":1.0}}},"df":0,"docs":{}},"7":{"5":{"df":1,"docs":{"38":{"tf":1.0}}},"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":4,"docs":{"47":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"67":{"tf":1.4142135623730951}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"43":{"tf":1.4142135623730951},"59":{"tf":1.7320508075688772},"60":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},".":{"df":0,"docs":{},"g":{"df":11,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"14":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":1.0},"37":{"tf":1.0},"44":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"6":{"tf":1.0}}}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"10":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"50":{"tf":1.0}}}}},"s":{"df":1,"docs":{"33":{"tf":1.0}},"i":{"df":1,"docs":{"11":{"tf":1.0}}}}},"df":1,"docs":{"6":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"3":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"15":{"tf":1.0},"21":{"tf":1.0},"50":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":3,"docs":{"37":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"d":{"df":5,"docs":{"10":{"tf":1.4142135623730951},"16":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"47":{"tf":1.0},"56":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":2,"docs":{"29":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"3":{"tf":1.0},"9":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":5,"docs":{"11":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"64":{"tf":1.0},"66":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":10,"docs":{"0":{"tf":1.0},"23":{"tf":1.0},"30":{"tf":1.0},"39":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.4142135623730951},"57":{"tf":1.0},"67":{"tf":1.0}}}}},"v":{"df":1,"docs":{"35":{"tf":1.0}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":21,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":1.7320508075688772},"31":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"50":{"tf":1.7320508075688772},"6":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"65":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"54":{"tf":1.0}}}}}}},"r":{"(":{"\\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"2":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"a":{"df":0,"docs":{},"l":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":6,"docs":{"14":{"tf":1.4142135623730951},"30":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"6":{"tf":1.4142135623730951},"60":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"56":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":3,"docs":{"4":{"tf":1.0},"51":{"tf":1.0},"7":{"tf":1.0}}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":19,"docs":{"18":{"tf":1.7320508075688772},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.7320508075688772},"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},"43":{"tf":1.0},"58":{"tf":1.7320508075688772},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"9":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"35":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"r":{"df":11,"docs":{"0":{"tf":1.7320508075688772},"11":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0},"49":{"tf":1.0},"64":{"tf":1.4142135623730951},"67":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":6,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"62":{"tf":1.0},"67":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":44,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":2.0},"13":{"tf":1.0},"14":{"tf":2.23606797749979},"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.7320508075688772},"26":{"tf":1.4142135623730951},"27":{"tf":1.0},"28":{"tf":1.0},"30":{"tf":1.4142135623730951},"35":{"tf":2.0},"37":{"tf":1.0},"39":{"tf":1.4142135623730951},"4":{"tf":1.7320508075688772},"41":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"52":{"tf":2.23606797749979},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"58":{"tf":2.0},"59":{"tf":2.23606797749979},"6":{"tf":2.0},"60":{"tf":2.23606797749979},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"64":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"40":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"15":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"17":{"tf":1.0},"64":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}},"s":{"df":4,"docs":{"44":{"tf":1.0},"46":{"tf":1.0},"50":{"tf":1.4142135623730951},"54":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"—":{"a":{"d":{"df":0,"docs":{},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"65":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"64":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":10,"docs":{"0":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.7320508075688772},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"67":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":2,"docs":{"10":{"tf":1.0},"43":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"47":{"tf":1.0}}}}}}},"}":{"\\"":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"60":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"f":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"9":{"tf":1.0}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"57":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"54":{"tf":1.0},"6":{"tf":1.0},"66":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":11,"docs":{"11":{"tf":1.0},"17":{"tf":1.0},"25":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.4142135623730951},"49":{"tf":1.0},"50":{"tf":2.0},"56":{"tf":1.0},"7":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":2,"docs":{"23":{"tf":1.0},"27":{"tf":1.0}}}},"l":{"df":0,"docs":{},"s":{"df":3,"docs":{"5":{"tf":1.0},"50":{"tf":1.0},"66":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}}}},"q":{"df":1,"docs":{"66":{"tf":1.7320508075688772}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"11":{"tf":1.0},"27":{"tf":1.0},"54":{"tf":1.0},"61":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"49":{"tf":1.0}}}}}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"17":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"27":{"tf":1.0},"41":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":1,"docs":{"26":{"tf":1.0}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"17":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"26":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"66":{"tf":1.0}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"11":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"42":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0}},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"66":{"tf":1.0}}}}}}}}}},"t":{"df":6,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"4":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0},"9":{"tf":1.0}}},"x":{"df":1,"docs":{"5":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"30":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"50":{"tf":1.0}}},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"65":{"tf":1.0}}}},"p":{"df":2,"docs":{"37":{"tf":1.0},"49":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"14":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":5,"docs":{"19":{"tf":1.0},"30":{"tf":1.0},"4":{"tf":1.0},"50":{"tf":1.0},"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"62":{"tf":1.0},"64":{"tf":1.0}}}}}}},"n":{"df":5,"docs":{"38":{"tf":1.0},"42":{"tf":1.7320508075688772},"43":{"tf":1.7320508075688772},"59":{"tf":2.449489742783178},"60":{"tf":2.0}}},"o":{"c":{"df":0,"docs":{},"u":{"df":1,"docs":{"43":{"tf":1.0}},"s":{"df":4,"docs":{"0":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"30":{"tf":1.0},"4":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"15":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"t":{"!":{"(":{"\\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"4":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":7,"docs":{"15":{"tf":1.0},"2":{"tf":1.7320508075688772},"3":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"54":{"tf":1.0},"55":{"tf":1.0}}}}}}}}}}},"df":19,"docs":{"0":{"tf":1.0},"10":{"tf":1.4142135623730951},"2":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.4142135623730951},"36":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.7320508075688772},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"62":{"tf":1.4142135623730951},"64":{"tf":1.0},"7":{"tf":1.0}},"’":{"df":1,"docs":{"15":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"27":{"tf":1.0},"3":{"tf":1.0},"49":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"5":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0}}}}}}},"d":{"df":1,"docs":{"64":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"43":{"tf":1.0}}}}},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"28":{"tf":1.0}}}}}},"g":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"3":{"tf":1.0},"65":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"35":{"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":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":3,"docs":{"41":{"tf":1.0},"54":{"tf":1.0},"59":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":8,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"28":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"52":{"tf":1.0},"59":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.0}}}}},"t":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"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":{}}},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"1":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"67":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0}}}},"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"44":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":3,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":1,"docs":{"61":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"44":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":4,"docs":{"49":{"tf":1.4142135623730951},"52":{"tf":1.0},"63":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}},"df":44,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"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},"50":{"tf":1.0},"8":{"tf":1.7320508075688772},"9":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"25":{"tf":1.0}}}},"n":{"d":{"df":1,"docs":{"6":{"tf":1.0}},"l":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"40":{"tf":1.0},"6":{"tf":1.0}}}}}},"r":{"d":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"19":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"47":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"11":{"tf":1.0},"4":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0}},"i":{"df":2,"docs":{"14":{"tf":1.0},"47":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":4,"docs":{"39":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"10":{"tf":1.0},"15":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"57":{"tf":1.7320508075688772}}}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"0":{"tf":1.0},"60":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":9,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"24":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.0},"67":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"32":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"62":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"c":{"df":2,"docs":{"41":{"tf":1.0},"47":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"i":{"[":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"14":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"a":{"df":9,"docs":{"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},"59":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"i":{"df":43,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"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},"50":{"tf":1.0},"8":{"tf":1.7320508075688772},"9":{"tf":1.0}},"i":{"df":12,"docs":{"51":{"tf":1.7320508075688772},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":3,"docs":{"18":{"tf":1.0},"22":{"tf":1.0},"58":{"tf":1.0}}}}}}}},"m":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"5":{"tf":1.0}}}},"l":{"df":3,"docs":{"42":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"37":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"62":{"tf":1.0}}}}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":5,"docs":{"0":{"tf":1.0},"38":{"tf":1.4142135623730951},"43":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":11,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"39":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"20":{"tf":1.0},"47":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"65":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"\\"":{".":{"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":2,"docs":{"42":{"tf":1.0},"43":{"tf":1.4142135623730951}}}},"i":{"c":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}},"u":{"c":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"6":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"14":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":3,"docs":{"14":{"tf":1.7320508075688772},"54":{"tf":1.0},"59":{"tf":1.4142135623730951}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"14":{"tf":1.0},"54":{"tf":1.0},"59":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"df":2,"docs":{"33":{"tf":1.0},"50":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"65":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"47":{"tf":1.0},"5":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"65":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":4,"docs":{"10":{"tf":1.0},"3":{"tf":1.0},"62":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"n":{"d":{"df":4,"docs":{"11":{"tf":1.0},"52":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":5,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"5":{"tf":1.0},"64":{"tf":1.0},"7":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"22":{"tf":1.0},"25":{"tf":1.0},"49":{"tf":1.0}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":3,"docs":{"23":{"tf":1.0},"5":{"tf":1.0},"62":{"tf":1.7320508075688772}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"7":{"tf":1.0}}}}}},"v":{"df":3,"docs":{"26":{"tf":1.0},"5":{"tf":1.0},"65":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":2,"docs":{"36":{"tf":1.0},"5":{"tf":1.0}},"t":{"df":1,"docs":{"3":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":3,"docs":{"3":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":2,"docs":{"50":{"tf":1.0},"59":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"11":{"tf":1.0},"16":{"tf":1.4142135623730951},"32":{"tf":1.0}}}}},"v":{"df":5,"docs":{"63":{"tf":1.7320508075688772},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0}}}},"j":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"g":{"df":4,"docs":{"4":{"tf":1.0},"52":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"k":{"8":{"df":9,"docs":{"10":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.4142135623730951},"37":{"tf":1.0},"46":{"tf":1.0},"50":{"tf":1.0},"66":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":21,"docs":{"11":{"tf":1.0},"15":{"tf":1.7320508075688772},"16":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951},"21":{"tf":1.0},"28":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"y":{"df":3,"docs":{"47":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}}},"n":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"64":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"11":{"tf":1.0},"34":{"tf":1.4142135623730951},"4":{"tf":1.0},"62":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"23":{"tf":1.0}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"26":{"tf":1.0},"52":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"23":{"tf":1.7320508075688772},"47":{"tf":1.0},"48":{"tf":1.0}},"y":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"15":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"20":{"tf":1.0},"4":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"15":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"57":{"tf":1.0},"64":{"tf":1.0},"9":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"52":{"tf":1.0},"6":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":12,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"13":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.0},"4":{"tf":1.0},"52":{"tf":1.7320508075688772},"6":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.0},"67":{"tf":1.0},"9":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":2,"docs":{"29":{"tf":1.0},"6":{"tf":2.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"13":{"tf":1.0},"40":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"14":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":22,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.7320508075688772},"28":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}},"o":{"a":{"d":{"df":2,"docs":{"24":{"tf":1.4142135623730951},"47":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"df":14,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"16":{"tf":1.0},"30":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"35":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"50":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"9":{"tf":1.0}}},"t":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":3,"docs":{"59":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0}},"i":{"c":{"df":2,"docs":{"58":{"tf":1.0},"61":{"tf":1.0}}},"df":0,"docs":{}},"s":{"/":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"11":{"tf":1.0},"52":{"tf":1.0},"64":{"tf":1.0},"66":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"25":{"tf":1.0},"66":{"tf":1.0}}},"p":{"df":2,"docs":{"17":{"tf":1.0},"32":{"tf":1.0}}},"s":{"df":1,"docs":{"9":{"tf":1.0}}}},"w":{"df":1,"docs":{"24":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"r":{"df":2,"docs":{"4":{"tf":1.0},"6":{"tf":1.0}}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"33":{"tf":1.0},"7":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"38":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"51":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":7,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.0},"62":{"tf":1.0},"7":{"tf":1.4142135623730951}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":6,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"52":{"tf":1.0},"64":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"p":{"df":3,"docs":{"10":{"tf":1.0},"50":{"tf":1.0},"62":{"tf":1.0}}},"t":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"63":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"11":{"tf":1.0},"34":{"tf":1.0}}}}}},"x":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":7,"docs":{"11":{"tf":1.0},"17":{"tf":1.0},"3":{"tf":1.0},"44":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"66":{"tf":1.0}}}}},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"47":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"1":{"tf":1.0},"2":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"d":{"df":5,"docs":{"14":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"50":{"tf":1.0},"67":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"c":{"df":7,"docs":{"26":{"tf":1.0},"41":{"tf":1.4142135623730951},"50":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0},"65":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"i":{"d":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}}},"df":1,"docs":{"38":{"tf":1.0}},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"32":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":3,"docs":{"47":{"tf":1.0},"5":{"tf":1.0},"64":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"56":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"65":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":4,"docs":{"50":{"tf":1.0},"54":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0}}}},"x":{"df":1,"docs":{"65":{"tf":1.0}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"25":{"tf":1.4142135623730951}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":8,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"15":{"tf":1.0},"2":{"tf":1.0},"24":{"tf":1.0},"52":{"tf":2.23606797749979},"62":{"tf":1.0},"9":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"0":{"tf":1.0},"29":{"tf":1.0},"7":{"tf":1.0}}}},"df":1,"docs":{"54":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"40":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"61":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"17":{"tf":1.0},"7":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":9,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"11":{"tf":1.0},"16":{"tf":1.0},"2":{"tf":1.0},"29":{"tf":1.7320508075688772},"3":{"tf":1.4142135623730951},"33":{"tf":1.0},"9":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"17":{"tf":1.0},"64":{"tf":1.0},"66":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"59":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":3,"docs":{"42":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"54":{"tf":1.0},"59":{"tf":1.0}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"df":1,"docs":{"24":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"17":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":8,"docs":{"15":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"42":{"tf":1.0},"50":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.0},"66":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"17":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"g":{"df":2,"docs":{"25":{"tf":1.0},"50":{"tf":1.0}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":12,"docs":{"0":{"tf":1.7320508075688772},"11":{"tf":1.0},"23":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"4":{"tf":1.0},"52":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"67":{"tf":1.0},"9":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"27":{"tf":1.0},"40":{"tf":1.0}}}}},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"59":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":9,"docs":{"22":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.7320508075688772},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"59":{"tf":1.0},"60":{"tf":1.0}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"41":{"tf":1.0},"56":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":6,"docs":{"37":{"tf":1.4142135623730951},"41":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"46":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":36,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"11":{"tf":1.0},"13":{"tf":1.4142135623730951},"16":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.7320508075688772},"38":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":2.0},"42":{"tf":1.7320508075688772},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.7320508075688772},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.7320508075688772},"52":{"tf":1.0},"54":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"65":{"tf":1.0},"67":{"tf":1.4142135623730951},"9":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"5":{"tf":1.0}},"i":{"df":1,"docs":{"17":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"df":7,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"10":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.7320508075688772},"50":{"tf":1.0},"9":{"tf":1.0}}}},"n":{"df":1,"docs":{"5":{"tf":1.0}}},"w":{"df":1,"docs":{"43":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"15":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"[":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":19,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.4142135623730951},"4":{"tf":1.0},"40":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.7320508075688772},"52":{"tf":1.0},"6":{"tf":1.4142135623730951},"64":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.0},"67":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"17":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"6":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"62":{"tf":1.0},"64":{"tf":1.0}}}}}},"k":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"\\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"59":{"tf":1.0},"60":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":3,"docs":{"42":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.0}}},"n":{"c":{"df":4,"docs":{"4":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0}}},"df":6,"docs":{"20":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"47":{"tf":1.0},"57":{"tf":1.0},"9":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"34":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":10,"docs":{"11":{"tf":1.0},"21":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.4142135623730951},"43":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":2.449489742783178},"66":{"tf":1.0}}}},"t":{"df":2,"docs":{"15":{"tf":1.0},"5":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"21":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":7,"docs":{"10":{"tf":1.0},"32":{"tf":1.0},"4":{"tf":1.4142135623730951},"5":{"tf":1.0},"62":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"66":{"tf":1.0}}}}}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.4142135623730951}}}}},"df":1,"docs":{"23":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"49":{"tf":1.0}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":10,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"4":{"tf":1.4142135623730951},"5":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"6":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"3":{"tf":1.0},"5":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.7320508075688772}}}}}}}}}},"p":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"6":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"23":{"tf":1.0}}},"k":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"10":{"tf":1.0},"62":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"45":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":7,"docs":{"1":{"tf":1.0},"16":{"tf":1.0},"25":{"tf":1.0},"30":{"tf":1.0},"39":{"tf":1.4142135623730951},"4":{"tf":1.0},"48":{"tf":1.4142135623730951}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"28":{"tf":1.0},"4":{"tf":1.0},"57":{"tf":1.0},"67":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"25":{"tf":1.0}}}}}}}},"df":0,"docs":{},"t":{"df":66,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.7320508075688772},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"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},"4":{"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":1.0},"50":{"tf":1.0},"51":{"tf":1.7320508075688772},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.7320508075688772},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.7320508075688772},"9":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"47":{"tf":1.0}}}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":5,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"57":{"tf":1.0},"64":{"tf":1.0},"67":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"16":{"tf":1.0},"30":{"tf":1.0},"50":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":1,"docs":{"6":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"13":{"tf":1.0},"20":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":10,"docs":{"15":{"tf":2.449489742783178},"16":{"tf":1.7320508075688772},"17":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":2.0},"46":{"tf":1.0},"47":{"tf":1.7320508075688772},"48":{"tf":1.0},"49":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"23":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0}}}},"r":{"df":4,"docs":{"15":{"tf":1.0},"19":{"tf":1.0},"24":{"tf":1.0},"28":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"24":{"tf":1.4142135623730951},"29":{"tf":3.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.7320508075688772}}}}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":6,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"28":{"tf":1.0},"59":{"tf":1.0},"64":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"10":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"66":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"14":{"tf":1.0},"29":{"tf":1.4142135623730951}}}}}}}},"l":{"a":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"35":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":16,"docs":{"1":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.4142135623730951},"25":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":2.0},"31":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"38":{"tf":1.0},"4":{"tf":1.7320508075688772},"52":{"tf":1.0},"6":{"tf":2.23606797749979},"62":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"u":{"df":2,"docs":{"20":{"tf":1.0},"21":{"tf":1.0}},"g":{"df":1,"docs":{"58":{"tf":1.0}},"g":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"12":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"47":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"3":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":3,"docs":{"33":{"tf":1.0},"50":{"tf":1.0},"65":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"26":{"tf":1.0},"29":{"tf":1.0},"52":{"tf":1.0},"67":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"27":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"17":{"tf":1.7320508075688772},"40":{"tf":1.4142135623730951},"8":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"4":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"5":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"62":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"30":{"tf":1.4142135623730951},"50":{"tf":2.0},"52":{"tf":1.0},"54":{"tf":1.0}}}}}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"21":{"tf":1.0},"50":{"tf":1.0}}}},"t":{"df":3,"docs":{"17":{"tf":1.0},"57":{"tf":1.0},"65":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"16":{"tf":1.0},"30":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":2.0}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.4142135623730951}}}}}},"o":{"b":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":9,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"35":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.4142135623730951},"61":{"tf":1.0},"62":{"tf":1.0}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"11":{"tf":1.0},"32":{"tf":1.0},"4":{"tf":1.0},"9":{"tf":1.0}}}}}},"d":{"df":1,"docs":{"49":{"tf":1.0}},"u":{"c":{"df":6,"docs":{"0":{"tf":1.4142135623730951},"14":{"tf":1.0},"27":{"tf":1.0},"56":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0}},"t":{"df":4,"docs":{"22":{"tf":1.0},"40":{"tf":1.0},"5":{"tf":1.0},"67":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":8,"docs":{"11":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.4142135623730951},"3":{"tf":1.0},"39":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"65":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"28":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":8,"docs":{"0":{"tf":1.0},"15":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.4142135623730951},"6":{"tf":1.0},"66":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"59":{"tf":1.0}},"r":{"df":1,"docs":{"50":{"tf":1.0}}}},"i":{"d":{"df":7,"docs":{"27":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.4142135623730951},"41":{"tf":1.0},"43":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":2,"docs":{"35":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"35":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"b":{"df":3,"docs":{"43":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"0":{"tf":1.0},"67":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"66":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"12":{"tf":1.0},"3":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"q":{"a":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"16":{"tf":1.0},"63":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"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":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":3,"docs":{"28":{"tf":1.4142135623730951},"47":{"tf":1.0},"5":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"28":{"tf":1.0},"37":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"38":{"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":{},"e":{"df":11,"docs":{"13":{"tf":1.0},"14":{"tf":1.4142135623730951},"15":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"24":{"tf":1.4142135623730951},"47":{"tf":1.0},"5":{"tf":1.0},"64":{"tf":1.4142135623730951},"65":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"6":{"tf":1.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"59":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"l":{"df":3,"docs":{"35":{"tf":1.0},"59":{"tf":1.7320508075688772},"60":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"—":{"a":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"64":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":10,"docs":{"21":{"tf":1.0},"27":{"tf":1.4142135623730951},"30":{"tf":1.0},"35":{"tf":1.7320508075688772},"4":{"tf":1.0},"50":{"tf":1.7320508075688772},"56":{"tf":1.0},"6":{"tf":1.4142135623730951},"65":{"tf":1.0},"9":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"62":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":5,"docs":{"0":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.0},"58":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"1":{"tf":1.0},"3":{"tf":1.0},"40":{"tf":1.0},"49":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"5":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"56":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":7,"docs":{"13":{"tf":1.0},"16":{"tf":1.0},"36":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0},"66":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":4,"docs":{"15":{"tf":1.0},"5":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":13,"docs":{"51":{"tf":1.7320508075688772},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":2.0},"63":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"0":{"tf":1.0}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}},"x":{"df":2,"docs":{"35":{"tf":1.0},"50":{"tf":1.0}}}},"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"17":{"tf":1.0},"56":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"14":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"24":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"52":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":5,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":7,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"66":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":9,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"21":{"tf":1.0},"25":{"tf":1.0},"5":{"tf":1.0},"66":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"52":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":6,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0},"67":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"p":{"df":1,"docs":{"46":{"tf":1.0}}}},"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"43":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"43":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":20,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"21":{"tf":1.4142135623730951},"29":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.4142135623730951},"48":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.4142135623730951},"67":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"42":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":6,"docs":{"17":{"tf":1.0},"30":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"60":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"0":{"tf":1.0},"67":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"55":{"tf":1.0},"59":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"15":{"tf":1.0},"55":{"tf":1.0},"62":{"tf":1.7320508075688772},"9":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":4,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"16":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"7":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"61":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"5":{"tf":1.0},"66":{"tf":1.0}}}}},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":8,"docs":{"0":{"tf":1.0},"21":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"52":{"tf":1.0},"62":{"tf":1.0},"67":{"tf":1.4142135623730951}}}}},"p":{"c":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":6,"docs":{"41":{"tf":1.7320508075688772},"42":{"tf":1.4142135623730951},"54":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.7320508075688772},"60":{"tf":1.4142135623730951}}}}}}}}},"df":26,"docs":{"1":{"tf":1.0},"11":{"tf":1.7320508075688772},"14":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":2.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":2.23606797749979},"34":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"47":{"tf":1.0},"5":{"tf":1.7320508075688772},"50":{"tf":1.0},"52":{"tf":2.0},"6":{"tf":1.7320508075688772},"60":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.7320508075688772},"66":{"tf":1.4142135623730951},"67":{"tf":1.7320508075688772},"7":{"tf":1.0},"8":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":4,"docs":{"24":{"tf":1.0},"41":{"tf":1.0},"54":{"tf":1.0},"59":{"tf":1.4142135623730951}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":28,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"30":{"tf":1.7320508075688772},"31":{"tf":2.0},"32":{"tf":1.7320508075688772},"33":{"tf":1.7320508075688772},"34":{"tf":1.7320508075688772},"35":{"tf":2.0},"37":{"tf":2.23606797749979},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"42":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.7320508075688772},"50":{"tf":1.7320508075688772},"52":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.7320508075688772},"6":{"tf":1.0},"62":{"tf":1.7320508075688772},"65":{"tf":1.7320508075688772},"66":{"tf":1.7320508075688772},"67":{"tf":1.0},"7":{"tf":1.4142135623730951},"9":{"tf":1.0}},"’":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}},"{":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"35":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":7,"docs":{"10":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":1.4142135623730951},"50":{"tf":1.0},"52":{"tf":1.0},"62":{"tf":1.0},"9":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"35":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"58":{"tf":1.7320508075688772},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"57":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":6,"docs":{"30":{"tf":1.4142135623730951},"37":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"0":{"tf":1.4142135623730951},"67":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"2":{"df":1,"docs":{"38":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.7320508075688772}}}}}}}},"df":0,"docs":{}}}}},"df":34,"docs":{"1":{"tf":1.0},"10":{"tf":1.7320508075688772},"11":{"tf":2.23606797749979},"12":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":2.0},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":1.0},"22":{"tf":1.0},"29":{"tf":2.0},"30":{"tf":2.23606797749979},"31":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.7320508075688772},"42":{"tf":1.0},"44":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.4142135623730951},"52":{"tf":2.6457513110645907},"6":{"tf":1.7320508075688772},"61":{"tf":1.4142135623730951},"62":{"tf":2.23606797749979},"63":{"tf":1.0},"64":{"tf":1.4142135623730951},"65":{"tf":2.0},"66":{"tf":1.7320508075688772},"67":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":2.23606797749979}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"24":{"tf":1.0},"34":{"tf":1.0},"5":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":2,"docs":{"40":{"tf":1.0},"49":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"10":{"tf":1.0},"50":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"17":{"tf":1.0},"24":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"d":{"df":8,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"35":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0}}},"df":4,"docs":{"11":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.0},"52":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"21":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.0}}}},"df":0,"docs":{}},"f":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"59":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":3,"docs":{"15":{"tf":1.0},"59":{"tf":1.7320508075688772},"60":{"tf":1.7320508075688772}}}},"n":{"d":{"df":2,"docs":{"42":{"tf":1.0},"43":{"tf":1.0}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"17":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"29":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"26":{"tf":1.0}}},"v":{"df":1,"docs":{"62":{"tf":1.0}},"i":{"c":{"df":3,"docs":{"0":{"tf":1.0},"33":{"tf":1.0},"65":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":8,"docs":{"11":{"tf":1.0},"19":{"tf":1.0},"28":{"tf":1.0},"30":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0},"64":{"tf":1.4142135623730951},"9":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"10":{"tf":1.0},"33":{"tf":1.0},"65":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":20,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"18":{"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.4142135623730951},"29":{"tf":1.0},"4":{"tf":1.4142135623730951},"47":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"58":{"tf":1.0},"64":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":9,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"17":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0},"52":{"tf":1.0},"59":{"tf":1.0},"62":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"64":{"tf":1.7320508075688772}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"0":{"tf":1.0},"5":{"tf":1.0},"66":{"tf":1.0}}}},"w":{"df":4,"docs":{"1":{"tf":1.0},"22":{"tf":1.0},"58":{"tf":1.0},"9":{"tf":1.0}},"n":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":12,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"14":{"tf":1.4142135623730951},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"30":{"tf":1.7320508075688772},"5":{"tf":1.4142135623730951},"50":{"tf":2.23606797749979},"56":{"tf":1.0},"6":{"tf":1.4142135623730951},"66":{"tf":1.0},"67":{"tf":1.0}},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"50":{"tf":1.0}}},"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":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"19":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":4,"docs":{"0":{"tf":1.0},"23":{"tf":1.4142135623730951},"27":{"tf":1.0},"47":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":3,"docs":{"33":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0}}}}},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"df":2,"docs":{"47":{"tf":1.0},"48":{"tf":1.0}},"w":{"df":3,"docs":{"23":{"tf":1.0},"50":{"tf":1.0},"65":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"65":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"11":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":5,"docs":{"15":{"tf":1.0},"19":{"tf":1.0},"61":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"55":{"tf":1.0},"60":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"3":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"42":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"25":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":8,"docs":{"14":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.0},"29":{"tf":1.0},"39":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0},"64":{"tf":1.0}},"i":{"df":1,"docs":{"11":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":4,"docs":{"17":{"tf":1.0},"31":{"tf":1.0},"5":{"tf":1.0},"66":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"t":{"a":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"33":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"29":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"65":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"17":{"tf":1.0},"65":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"42":{"tf":1.0},"59":{"tf":1.0}}}}}}},"df":0,"docs":{}},"_":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"55":{"tf":1.0},"60":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":14,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.7320508075688772},"52":{"tf":1.0},"54":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.4142135623730951},"65":{"tf":1.0},"67":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"17":{"tf":1.0},"24":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0}}},"i":{"c":{"df":2,"docs":{"42":{"tf":1.0},"59":{"tf":1.0}}},"df":0,"docs":{}}},"y":{"df":6,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"26":{"tf":1.0},"47":{"tf":1.0},"60":{"tf":1.4142135623730951},"66":{"tf":1.0}}}},"d":{":":{":":{"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":{"42":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{":":{":":{"a":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"59":{"tf":1.0}}},"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":{":":{":":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"38":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"15":{"tf":1.0},"50":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"23":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"66":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"28":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":4,"docs":{"47":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"67":{"tf":1.0}}}},"r":{"df":3,"docs":{"42":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"67":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"20":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"42":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"b":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":2,"docs":{"16":{"tf":1.0},"64":{"tf":1.4142135623730951}}}}}},"u":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":5,"docs":{"0":{"tf":1.0},"19":{"tf":1.0},"23":{"tf":1.4142135623730951},"25":{"tf":1.0},"67":{"tf":1.0}}}},"t":{"df":6,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"19":{"tf":1.0},"25":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"0":{"tf":1.0},"67":{"tf":1.0}}}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":10,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"64":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"34":{"tf":1.0}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"41":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":7,"docs":{"10":{"tf":1.0},"37":{"tf":1.4142135623730951},"38":{"tf":1.0},"42":{"tf":1.7320508075688772},"45":{"tf":1.0},"46":{"tf":1.7320508075688772},"63":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":2,"docs":{"43":{"tf":1.4142135623730951},"44":{"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":{"17":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"16":{"tf":1.0},"66":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"65":{"tf":1.0}}}}}}},"n":{"c":{"df":3,"docs":{"29":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"27":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":8,"docs":{"14":{"tf":1.4142135623730951},"16":{"tf":1.0},"21":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"52":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.4142135623730951}}}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"59":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"60":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":7,"docs":{"11":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"5":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.7320508075688772},"66":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"52":{"tf":1.0}}}}},"d":{"df":3,"docs":{"14":{"tf":1.0},"35":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":3,"docs":{"17":{"tf":1.0},"3":{"tf":1.4142135623730951},"64":{"tf":1.0}}},"r":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"15":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":31,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.0},"10":{"tf":1.7320508075688772},"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.7320508075688772},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.4142135623730951},"44":{"tf":1.0},"47":{"tf":1.4142135623730951},"49":{"tf":1.0},"5":{"tf":1.7320508075688772},"52":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"9":{"tf":2.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"56":{"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":{"55":{"tf":1.0}}}},"df":0,"docs":{}}}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"38":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"{":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"60":{"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":{"42":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"59":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"s":{":":{":":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":2,"docs":{"36":{"tf":1.0},"38":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"16":{"tf":1.0},"3":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"30":{"tf":1.0},"7":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}}}}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":12,"docs":{"0":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"17":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.7320508075688772},"3":{"tf":1.4142135623730951},"32":{"tf":1.0},"5":{"tf":1.4142135623730951},"50":{"tf":1.0},"6":{"tf":1.0},"66":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"35":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0}}}}},"r":{"df":1,"docs":{"23":{"tf":1.4142135623730951}}}}}},"o":{"d":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"14":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"9":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"l":{"df":2,"docs":{"40":{"tf":1.0},"50":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"26":{"tf":1.0},"28":{"tf":1.0},"5":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"23":{"tf":1.0},"45":{"tf":1.0}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":31,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"28":{"tf":2.0},"30":{"tf":1.0},"4":{"tf":2.0},"41":{"tf":1.0},"45":{"tf":1.7320508075688772},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.7320508075688772},"57":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"6":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.4142135623730951},"67":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}},"y":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"g":{"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":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"59":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"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":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"64":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"35":{"tf":1.0},"50":{"tf":1.0},"62":{"tf":1.0},"9":{"tf":1.0}}},"k":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":18,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"14":{"tf":1.4142135623730951},"15":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.4142135623730951},"24":{"tf":1.7320508075688772},"3":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":2.0},"5":{"tf":1.4142135623730951},"52":{"tf":1.0},"54":{"tf":1.0},"6":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"43":{"tf":1.4142135623730951},"58":{"tf":1.0},"64":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":14,"docs":{"11":{"tf":1.0},"13":{"tf":1.4142135623730951},"15":{"tf":1.0},"16":{"tf":1.0},"19":{"tf":2.0},"20":{"tf":2.0},"21":{"tf":1.0},"29":{"tf":1.0},"35":{"tf":1.0},"6":{"tf":1.0},"64":{"tf":1.4142135623730951},"65":{"tf":1.4142135623730951},"66":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"16":{"tf":1.0},"44":{"tf":1.0},"50":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"10":{"tf":1.7320508075688772}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"50":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"13":{"tf":1.0},"25":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"65":{"tf":1.7320508075688772}}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"24":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"38":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"66":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"17":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":3,"docs":{"17":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"31":{"tf":1.0},"4":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"17":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":1,"docs":{"19":{"tf":1.0}}}},"x":{"/":{"d":{"a":{"df":2,"docs":{"39":{"tf":1.0},"47":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"31":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"23":{"tf":1.0},"3":{"tf":1.4142135623730951},"52":{"tf":1.0},"54":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"60":{"tf":1.0},"65":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":3,"docs":{"16":{"tf":1.0},"48":{"tf":1.0},"62":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"11":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"10":{"tf":1.0},"16":{"tf":1.7320508075688772},"38":{"tf":1.4142135623730951},"44":{"tf":1.0}}}},"df":27,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.4142135623730951},"24":{"tf":1.0},"30":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.7320508075688772},"42":{"tf":1.4142135623730951},"5":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.0},"59":{"tf":2.23606797749979},"60":{"tf":1.7320508075688772},"62":{"tf":1.0},"64":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":45,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"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":1.0},"50":{"tf":1.0},"64":{"tf":1.0},"8":{"tf":1.7320508075688772},"9":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"z":{"df":3,"docs":{"43":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"10":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":26,"docs":{"0":{"tf":2.0},"11":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.7320508075688772},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"26":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.4142135623730951},"49":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.0},"64":{"tf":1.4142135623730951},"66":{"tf":1.0},"67":{"tf":1.7320508075688772},"7":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":1,"docs":{"25":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"28":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"37":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"!":{"[":{"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":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":1,"docs":{"59":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"5":{"tf":1.0},"66":{"tf":1.0}},"f":{"df":2,"docs":{"27":{"tf":1.0},"7":{"tf":1.0}},"i":{"df":8,"docs":{"0":{"tf":1.4142135623730951},"14":{"tf":1.0},"23":{"tf":1.0},"4":{"tf":1.0},"50":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"67":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"i":{"a":{"df":1,"docs":{"46":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":6,"docs":{"10":{"tf":1.0},"14":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":2,"docs":{"40":{"tf":1.0},"49":{"tf":1.0}}}},"w":{"[":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"30":{"tf":1.0},"6":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"15":{"tf":1.0},"5":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":13,"docs":{"14":{"tf":1.4142135623730951},"15":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"35":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.0},"9":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"24":{"tf":1.4142135623730951}}}}},"df":1,"docs":{"6":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"15":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"64":{"tf":1.0},"67":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"65":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":10,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"30":{"tf":1.0},"39":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.4142135623730951},"64":{"tf":1.0},"65":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":4,"docs":{"33":{"tf":1.0},"54":{"tf":1.0},"61":{"tf":1.4142135623730951},"65":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"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":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"5":{"0":{"df":1,"docs":{"38":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"0":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":1,"docs":{"38":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"26":{"tf":1.0},"48":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"1":{"tf":1.0},"27":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":2,"docs":{"3":{"tf":1.0},"37":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"10":{"tf":1.0},"62":{"tf":1.7320508075688772},"9":{"tf":1.4142135623730951}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":47,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.7320508075688772},"12":{"tf":2.0},"13":{"tf":2.449489742783178},"14":{"tf":2.6457513110645907},"15":{"tf":1.0},"16":{"tf":1.7320508075688772},"17":{"tf":1.4142135623730951},"18":{"tf":1.0},"19":{"tf":1.7320508075688772},"20":{"tf":2.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.7320508075688772},"24":{"tf":1.7320508075688772},"25":{"tf":1.0},"30":{"tf":1.7320508075688772},"35":{"tf":1.4142135623730951},"36":{"tf":1.7320508075688772},"37":{"tf":1.4142135623730951},"39":{"tf":1.0},"4":{"tf":1.7320508075688772},"41":{"tf":1.0},"42":{"tf":1.7320508075688772},"43":{"tf":1.0},"44":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.4142135623730951},"52":{"tf":2.23606797749979},"54":{"tf":1.7320508075688772},"55":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":2.0},"59":{"tf":2.6457513110645907},"6":{"tf":2.449489742783178},"60":{"tf":1.4142135623730951},"61":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.7320508075688772},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"29":{"tf":1.0},"42":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"10":{"tf":1.0},"9":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"d":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"df":1,"docs":{"66":{"tf":1.0}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"’":{"df":0,"docs":{},"r":{"df":2,"docs":{"39":{"tf":1.0},"49":{"tf":1.0}}}}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}},"title":{"root":{"2":{"df":1,"docs":{"19":{"tf":1.0}}},"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"df":0,"docs":{}},"d":{"df":4,"docs":{"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"43":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"63":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"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":{"11":{"tf":1.0}}}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"46":{"tf":1.0}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"25":{"tf":1.0}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"40":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"26":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"z":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"25":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":4,"docs":{"21":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"64":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"35":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"47":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"44":{"tf":1.0}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"64":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":3,"docs":{"41":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"64":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"62":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"26":{"tf":1.0},"27":{"tf":1.0}}}}}}}},"d":{"a":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"27":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"51":{"tf":1.0},"52":{"tf":1.0}}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"tf":1.0}},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"l":{"df":1,"docs":{"64":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"18":{"tf":1.0},"22":{"tf":1.0},"58":{"tf":1.0}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":9,"docs":{"12":{"tf":1.0},"14":{"tf":1.0},"26":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}}}}},"f":{"a":{"df":0,"docs":{},"q":{"df":1,"docs":{"66":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"26":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"53":{"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":{"28":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"67":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"57":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}},"i":{"df":1,"docs":{"51":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"62":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"v":{"df":1,"docs":{"63":{"tf":1.0}}}},"k":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"21":{"tf":1.0}}}}},"o":{"a":{"d":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"25":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"52":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"29":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"23":{"tf":1.0}}}}}}},"w":{"df":1,"docs":{"58":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":3,"docs":{"41":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}}},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"39":{"tf":1.0},"48":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"2":{"tf":1.0},"51":{"tf":1.0},"63":{"tf":1.0},"8":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0}}}}}}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"29":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}}}}}}},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"29":{"tf":1.0}}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"17":{"tf":1.0},"40":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"o":{"b":{"df":0,"docs":{},"e":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"59":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"51":{"tf":1.0},"62":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}}}}}},"df":2,"docs":{"27":{"tf":1.0},"30":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"56":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":6,"docs":{"11":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"65":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"64":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"19":{"tf":1.0},"59":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"60":{"tf":1.0}}}},"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"28":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":3,"docs":{"28":{"tf":1.0},"45":{"tf":1.0},"57":{"tf":1.0}}}}}}}},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"19":{"tf":1.0},"20":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":1,"docs":{"10":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"65":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"16":{"tf":1.0},"38":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"w":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"24":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"61":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"37":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":10,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"36":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"lang":"English","pipeline":["trimmer","stopWordFilter","stemmer"],"ref":"id","version":"0.9.5"},"results_options":{"limit_results":30,"teaser_word_count":30},"search_options":{"bool":"OR","expand":true,"fields":{"body":{"boost":1},"breadcrumbs":{"boost":1},"title":{"boost":2}}}}')); \ No newline at end of file diff --git a/docs/searchindex-c1dcc134.js b/docs/searchindex-c1dcc134.js new file mode 100644 index 0000000..3e6e9b2 --- /dev/null +++ b/docs/searchindex-c1dcc134.js @@ -0,0 +1 @@ +window.search = Object.assign(window.search, JSON.parse('{"doc_urls":["project-context-primer.html#project-context-primer","what-you-will-learn.html#what-you-will-learn","part-i.html#part-i--foundations","introduction.html#introduction","architecture-overview.html#architecture-overview","testing-philosophy.html#testing-philosophy","testing-philosophy.html#declarative-over-imperative","testing-philosophy.html#protocol-time-not-wall-time","testing-philosophy.html#determinism-first-chaos-when-needed","testing-philosophy.html#observable-health-signals","testing-philosophy.html#minimum-run-windows","testing-philosophy.html#summary","scenario-lifecycle.html#scenario-lifecycle","design-rationale.html#design-rationale","part-ii.html#part-ii--user-guide","workspace-layout.html#workspace-layout","annotated-tree.html#annotated-tree","authoring-scenarios.html#authoring-scenarios","workloads.html#core-content-workloads--expectations","workloads.html#workloads","workloads.html#expectations","scenario-builder-ext-patterns.html#core-content-scenariobuilderext-patterns","best-practices.html#best-practices","examples.html#examples","examples.html#simple-consensus-liveness","examples.html#transaction-workload","examples.html#da--transaction-workload","examples.html#chaos-resilience-test","examples-advanced.html#advanced-examples","examples-advanced.html#load-progression-test","examples-advanced.html#sustained-load-test","examples-advanced.html#aggressive-chaos-test","examples-advanced.html#extension-ideas","examples-advanced.html#invalid-transaction-fuzzing","examples-advanced.html#network-partition-recovery","examples-advanced.html#custom-expectation-block-timing-consistency","running-scenarios.html#running-scenarios","runners.html#runners","runners.html#local-runner","runners.html#docker-compose-runner","runners.html#kubernetes-runner","runners.html#common-expectations","operations.html#operations","operations.html#kubernetes-setup","operations.html#1-build-the-testnet-image","operations.html#2-make-the-image-available-to-your-cluster","operations.html#3-export-the-image-tag","operations.html#4-ensure-circuit-assets-are-present","operations.html#5-verify-cluster-permissions","operations.html#6-run-k8s-tests","operations.html#observability-prometheus-and-node-apis","operations.html#prometheus-metrics","operations.html#accessing-metrics-in-custom-expectations","operations.html#accessing-node-http-apis","part-iii.html#part-iii--developer-reference","scenario-model.html#scenario-model-developer-level","extending.html#extending-the-framework","extending.html#adding-a-workload","extending.html#adding-an-expectation","extending.html#adding-a-runner","extending.html#adding-topology-helpers","custom-workload-example.html#example-new-workload--expectation-rust","custom-workload-example.html#workload-simple-reachability-probe","custom-workload-example.html#expectation-confirm-the-target-stayed-reachable","custom-workload-example.html#how-to-wire-it","internal-crate-reference.html#internal-crate-reference","part-iv.html#part-iv--appendix","dsl-cheat-sheet.html#core-content-dsl-cheat-sheet","troubleshooting.html#troubleshooting-scenarios","faq.html#faq","glossary.html#glossary"],"index":{"documentStore":{"docInfo":{"0":{"body":78,"breadcrumbs":6,"title":3},"1":{"body":26,"breadcrumbs":2,"title":1},"10":{"body":40,"breadcrumbs":7,"title":3},"11":{"body":26,"breadcrumbs":5,"title":1},"12":{"body":102,"breadcrumbs":6,"title":2},"13":{"body":68,"breadcrumbs":6,"title":2},"14":{"body":10,"breadcrumbs":8,"title":4},"15":{"body":94,"breadcrumbs":8,"title":2},"16":{"body":59,"breadcrumbs":8,"title":2},"17":{"body":101,"breadcrumbs":8,"title":2},"18":{"body":18,"breadcrumbs":12,"title":4},"19":{"body":38,"breadcrumbs":9,"title":1},"2":{"body":10,"breadcrumbs":4,"title":2},"20":{"body":54,"breadcrumbs":9,"title":1},"21":{"body":84,"breadcrumbs":12,"title":4},"22":{"body":96,"breadcrumbs":8,"title":2},"23":{"body":11,"breadcrumbs":6,"title":1},"24":{"body":51,"breadcrumbs":8,"title":3},"25":{"body":45,"breadcrumbs":7,"title":2},"26":{"body":52,"breadcrumbs":8,"title":3},"27":{"body":51,"breadcrumbs":8,"title":3},"28":{"body":9,"breadcrumbs":9,"title":2},"29":{"body":54,"breadcrumbs":10,"title":3},"3":{"body":84,"breadcrumbs":4,"title":1},"30":{"body":61,"breadcrumbs":10,"title":3},"31":{"body":77,"breadcrumbs":10,"title":3},"32":{"body":0,"breadcrumbs":9,"title":2},"33":{"body":45,"breadcrumbs":10,"title":3},"34":{"body":85,"breadcrumbs":10,"title":3},"35":{"body":32,"breadcrumbs":12,"title":5},"36":{"body":75,"breadcrumbs":8,"title":2},"37":{"body":20,"breadcrumbs":6,"title":1},"38":{"body":16,"breadcrumbs":7,"title":2},"39":{"body":23,"breadcrumbs":8,"title":3},"4":{"body":106,"breadcrumbs":6,"title":2},"40":{"body":17,"breadcrumbs":7,"title":2},"41":{"body":43,"breadcrumbs":7,"title":2},"42":{"body":110,"breadcrumbs":6,"title":1},"43":{"body":10,"breadcrumbs":7,"title":2},"44":{"body":12,"breadcrumbs":9,"title":4},"45":{"body":48,"breadcrumbs":10,"title":5},"46":{"body":13,"breadcrumbs":9,"title":4},"47":{"body":17,"breadcrumbs":10,"title":5},"48":{"body":22,"breadcrumbs":9,"title":4},"49":{"body":17,"breadcrumbs":9,"title":4},"5":{"body":17,"breadcrumbs":6,"title":2},"50":{"body":0,"breadcrumbs":9,"title":4},"51":{"body":39,"breadcrumbs":7,"title":2},"52":{"body":32,"breadcrumbs":9,"title":4},"53":{"body":61,"breadcrumbs":9,"title":4},"54":{"body":10,"breadcrumbs":8,"title":4},"55":{"body":116,"breadcrumbs":12,"title":4},"56":{"body":0,"breadcrumbs":8,"title":2},"57":{"body":39,"breadcrumbs":8,"title":2},"58":{"body":21,"breadcrumbs":8,"title":2},"59":{"body":29,"breadcrumbs":8,"title":2},"6":{"body":40,"breadcrumbs":7,"title":3},"60":{"body":21,"breadcrumbs":9,"title":3},"61":{"body":19,"breadcrumbs":14,"title":5},"62":{"body":120,"breadcrumbs":13,"title":4},"63":{"body":67,"breadcrumbs":14,"title":5},"64":{"body":24,"breadcrumbs":10,"title":1},"65":{"body":91,"breadcrumbs":10,"title":3},"66":{"body":10,"breadcrumbs":6,"title":3},"67":{"body":84,"breadcrumbs":11,"title":5},"68":{"body":86,"breadcrumbs":7,"title":2},"69":{"body":99,"breadcrumbs":5,"title":1},"7":{"body":89,"breadcrumbs":8,"title":4},"70":{"body":130,"breadcrumbs":5,"title":1},"8":{"body":66,"breadcrumbs":8,"title":4},"9":{"body":51,"breadcrumbs":7,"title":3}},"docs":{"0":{"body":"This book focuses on the Nomos Testing Framework. It assumes familiarity with\\nthe Nomos architecture, but for completeness, here is a short primer. Nomos is a modular blockchain protocol with validators and a data-availability\\n(DA) subsystem. Validators participate in consensus and produce blocks. Executors are validators with the DA dispersal service enabled. They can\\nsubmit transactions and disperse blob data to the DA network. Data Availability (DA) handles blob data within transactions. When\\ntransactions include ChannelBlob operations, executors disperse the blob data\\nto the DA network, and validators sample and verify it’s available. These roles interact tightly, which is why meaningful testing must be performed\\nin multi-node environments that include real networking, timing, and DA\\ninteraction.","breadcrumbs":"Project Context Primer » Project Context Primer","id":"0","title":"Project Context Primer"},"1":{"body":"This book gives you a clear mental model for Nomos multi-node testing, shows how\\nto author scenarios that pair realistic workloads with explicit expectations,\\nand guides you to run them across local, containerized, and cluster environments\\nwithout changing the plan.","breadcrumbs":"What You Will Learn » What You Will Learn","id":"1","title":"What You Will Learn"},"10":{"body":"Always run long enough for meaningful block production: #![allow(unused)] fn main() {\\n// Bad: too short\\n.with_run_duration(Duration::from_secs(5)) // Maybe 0-1 blocks // Good: enough blocks for assertions\\n.with_run_duration(Duration::from_secs(60)) // ~10+ blocks } The framework enforces minimum durations, but be explicit. Very short runs\\nrisk false confidence—one lucky block doesn’t prove liveness.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Minimum Run Windows","id":"10","title":"Minimum Run Windows"},"11":{"body":"These principles keep scenarios: Portable across environments (protocol time, declarative) Debuggable (determinism, separation of concerns) Meaningful (observable signals, sufficient duration) When authoring scenarios, ask: “Does this test the protocol behavior or\\nmy local environment quirks?”","breadcrumbs":"Part I — Foundations » Testing Philosophy » Summary","id":"11","title":"Summary"},"12":{"body":"Build the plan: Declare a topology, attach workloads and expectations, and set the run window. The plan is the single source of truth for what will happen. Deploy: Hand the plan to a runner. It provisions the environment on the chosen backend and waits for nodes to signal readiness. Drive workloads: Start traffic and behaviors (transactions, data-availability activity, restarts) for the planned duration. Observe blocks and signals: Track block progression and other high-level metrics during or after the run window to ground assertions in protocol time. Evaluate expectations: Once activity stops (and optional cooldown completes), check liveness and workload-specific outcomes to decide pass or fail. Cleanup: Tear down resources so successive runs start fresh and do not inherit leaked state. flowchart LR P[Plan
topology + workloads + expectations] --> D[Deploy
runner provisions] D --> R[Readiness
wait for nodes] R --> W[Drive Workloads] W --> O[Observe
blocks/metrics] O --> E[Evaluate Expectations] E --> C[Cleanup]","breadcrumbs":"Part I — Foundations » Scenario Lifecycle » Scenario Lifecycle","id":"12","title":"Scenario Lifecycle"},"13":{"body":"Modular crates keep configuration, orchestration, workloads, and runners decoupled so each can evolve without breaking the others. Pluggable runners let the same scenario run on a laptop, a Docker host, or a Kubernetes cluster, making validation portable across environments. Separated workloads and expectations clarify intent: what traffic to generate versus how to judge success. This simplifies review and reuse. Declarative topology makes cluster shape explicit and repeatable, reducing surprise when moving between CI and developer machines. Maintainability through predictability: a clear flow from plan to deployment to verification lowers the cost of extending the framework and interpreting failures.","breadcrumbs":"Part I — Foundations » Design Rationale » Design Rationale","id":"13","title":"Design Rationale"},"14":{"body":"Practical guidance for shaping scenarios, combining workloads and expectations,\\nand running them across different environments.","breadcrumbs":"Part II — User Guide » Part II — User Guide","id":"14","title":"Part II — User Guide"},"15":{"body":"The workspace focuses on multi-node integration testing and sits alongside a nomos-node checkout. Its crates separate concerns to keep scenarios\\nrepeatable and portable: Configs: prepares high-level node, network, tracing, and wallet settings\\nused across test environments. Core scenario orchestration: the engine that holds topology descriptions,\\nscenario plans, runtimes, workloads, and expectations. Workflows: ready-made workloads (transactions, data-availability, chaos)\\nand reusable expectations assembled into a user-facing DSL. Runners: deployment backends for local processes, Docker Compose, and\\nKubernetes, all consuming the same scenario plan. Test workflows: example scenarios and integration checks that show how\\nthe pieces fit together. This split keeps configuration, orchestration, reusable traffic patterns, and\\ndeployment adapters loosely coupled while sharing one mental model for tests.","breadcrumbs":"Part II — User Guide » Workspace Layout » Workspace Layout","id":"15","title":"Workspace Layout"},"16":{"body":"High-level view of the workspace and how pieces relate: nomos-testing/\\n├─ testing-framework/\\n│ ├─ configs/ # shared configuration helpers\\n│ ├─ core/ # scenario model, runtime, topology\\n│ ├─ workflows/ # workloads, expectations, DSL extensions\\n│ └─ runners/ # local, compose, k8s deployment backends\\n├─ tests/ # integration scenarios using the framework\\n└─ scripts/ # supporting setup utilities (e.g., assets) Each area maps to a responsibility: describe configs, orchestrate scenarios,\\npackage common traffic and assertions, adapt to environments, and demonstrate\\nend-to-end usage.","breadcrumbs":"Part II — User Guide » Annotated Tree » Annotated Tree","id":"16","title":"Annotated Tree"},"17":{"body":"Creating a scenario is a declarative exercise: Shape the topology: decide how many validators and executors to run, and\\nwhat high-level network and data-availability characteristics matter for the\\ntest. Attach workloads: pick traffic generators that align with your goals\\n(transactions, data-availability blobs, or chaos for resilience probes). Define expectations: specify the health signals that must hold when the\\nrun finishes (e.g., consensus liveness, inclusion of submitted activity; see Core Content: Workloads & Expectations). Set duration: choose a run window long enough to observe meaningful\\nblock progression and the effects of your workloads. Choose a runner: target local processes for fast iteration, Docker\\nCompose for reproducible multi-node stacks, or Kubernetes for cluster-grade\\nvalidation. For environment considerations, see Operations. Keep scenarios small and explicit: make the intended behavior and the success\\ncriteria clear so failures are easy to interpret and act upon.","breadcrumbs":"Part II — User Guide » Authoring Scenarios » Authoring Scenarios","id":"17","title":"Authoring Scenarios"},"18":{"body":"Workloads describe the activity a scenario generates; expectations describe the\\nsignals that must hold when that activity completes. Both are pluggable so\\nscenarios stay readable and purpose-driven.","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Core Content: Workloads & Expectations","id":"18","title":"Core Content: Workloads & Expectations"},"19":{"body":"Transaction workload: submits user-level transactions at a configurable\\nrate and can limit how many distinct actors participate. Data-availability workload: drives blob and channel activity to exercise\\ndata-availability paths. Chaos workload: triggers controlled node restarts to test resilience and\\nrecovery behaviors (requires a runner that can control nodes).","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Workloads","id":"19","title":"Workloads"},"2":{"body":"Conceptual chapters that establish the mental model for the framework and how\\nit approaches multi-node testing.","breadcrumbs":"Part I — Foundations » Part I — Foundations","id":"2","title":"Part I — Foundations"},"20":{"body":"Consensus liveness: verifies the system continues to produce blocks in\\nline with the planned workload and timing window. Workload-specific checks: each workload can attach its own success\\ncriteria (e.g., inclusion of submitted activity) so scenarios remain concise. Together, workloads and expectations let you express both the pressure applied\\nto the system and the definition of “healthy” for that run. flowchart TD I[Inputs
topology + wallets + rates] --> Init[Workload init] Init --> Drive[Drive traffic] Drive --> Collect[Collect signals] Collect --> Eval[Expectations evaluate]","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Expectations","id":"20","title":"Expectations"},"21":{"body":"Patterns that keep scenarios readable and reusable: Topology-first: start by shaping the cluster (counts, layout) so later\\nsteps inherit a clear foundation. Bundle defaults: use the DSL helpers to attach common expectations (like\\nliveness) whenever you add a matching workload, reducing forgotten checks. Intentional rates: express traffic in per-block terms to align with\\nprotocol timing rather than wall-clock assumptions. Opt-in chaos: enable restart patterns only in scenarios meant to probe\\nresilience; keep functional smoke tests deterministic. Wallet clarity: seed only the number of actors you need; it keeps\\ntransaction scenarios deterministic and interpretable. These patterns make scenario definitions self-explanatory while staying aligned\\nwith the framework’s block-oriented timing model.","breadcrumbs":"Part II — User Guide » Core Content: ScenarioBuilderExt Patterns » Core Content: ScenarioBuilderExt Patterns","id":"21","title":"Core Content: ScenarioBuilderExt Patterns"},"22":{"body":"State your intent: document the goal of each scenario (throughput, DA\\nvalidation, resilience) so expectation choices are obvious. Keep runs meaningful: choose durations that allow multiple blocks and make\\ntiming-based assertions trustworthy. Separate concerns: start with deterministic workloads for functional\\nchecks; add chaos in dedicated resilience scenarios to avoid noisy failures. Reuse patterns: standardize on shared topology and workload presets so\\nresults are comparable across environments and teams. Observe first, tune second: rely on liveness and inclusion signals to\\ninterpret outcomes before tweaking rates or topology. Environment fit: pick runners that match the feedback loop you need—local\\nfor speed, compose for reproducible stacks, k8s for cluster-grade fidelity. Minimal surprises: seed only necessary wallets and keep configuration\\ndeltas explicit when moving between CI and developer machines.","breadcrumbs":"Part II — User Guide » Best Practices » Best Practices","id":"22","title":"Best Practices"},"23":{"body":"Concrete scenarios showing how to combine topologies, workloads, and\\nexpectations. Copy and adjust these to fit your needs.","breadcrumbs":"Part II — User Guide » Examples » Examples","id":"23","title":"Examples"},"24":{"body":"Basic smoke test verifying validators can produce blocks. #![allow(unused)] fn main() {\\nuse testing_framework_core::scenario::{Deployer, ScenarioBuilder};\\nuse testing_framework_runner_local::LocalDeployer;\\nuse testing_framework_workflows::ScenarioBuilderExt;\\nuse std::time::Duration; #[tokio::test]\\nasync fn test_consensus_liveness() -> Result<(), Box> { let mut plan = ScenarioBuilder::topology() .network_star() .validators(3) .executors(0) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(30)) .build(); let deployer = LocalDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } When to use: Quick validation that consensus works on minimal hardware.","breadcrumbs":"Part II — User Guide » Examples » Simple consensus liveness","id":"24","title":"Simple consensus liveness"},"25":{"body":"Submit transactions and verify inclusion. #![allow(unused)] fn main() {\\n#[tokio::test]\\nasync fn test_transaction_inclusion() -> Result<(), Box> { let mut plan = ScenarioBuilder::topology() .network_star() .validators(2) .executors(1) .apply() .wallets(10) .transactions() .rate(5) .users(5) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(60)) .build(); let deployer = LocalDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } When to use: Verify transaction submission and inclusion under light load.","breadcrumbs":"Part II — User Guide » Examples » Transaction workload","id":"25","title":"Transaction workload"},"26":{"body":"Stress both transaction and DA paths simultaneously. #![allow(unused)] fn main() {\\n#[tokio::test]\\nasync fn test_mixed_workload() -> Result<(), Box> { let mut plan = ScenarioBuilder::topology() .network_star() .validators(3) .executors(2) .apply() .wallets(20) .transactions() .rate(10) .users(10) .apply() .da() .channel_rate(2) .blob_rate(1) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(120)) .build(); let deployer = LocalDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } When to use: End-to-end validation that transaction and DA layers work together.","breadcrumbs":"Part II — User Guide » Examples » DA + transaction workload","id":"26","title":"DA + transaction workload"},"27":{"body":"Verify consensus survives node restarts. #![allow(unused)] fn main() {\\n#[tokio::test]\\nasync fn test_chaos_resilience() -> Result<(), Box> { let mut plan = ScenarioBuilder::topology() .network_star() .validators(4) .executors(1) .apply() .enable_node_control() .wallets(10) .transactions() .rate(5) .users(5) .apply() .chaos() .restart() .min_delay(Duration::from_secs(15)) .max_delay(Duration::from_secs(25)) .target_cooldown(Duration::from_secs(45)) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(90)) .build(); let deployer = LocalDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } When to use: Resilience validation and operational readiness testing.","breadcrumbs":"Part II — User Guide » Examples » Chaos resilience test","id":"27","title":"Chaos resilience test"},"28":{"body":"Realistic advanced scenarios for capacity testing, operational validation, and\\nresilience probing.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Advanced Examples","id":"28","title":"Advanced Examples"},"29":{"body":"Find the breaking point by gradually increasing transaction rate. #![allow(unused)] fn main() {\\n#[tokio::test]\\nasync fn test_capacity_limit() -> Result<(), Box> { for rate in [10, 20, 50, 100] { let mut plan = ScenarioBuilder::topology() .network_star() .validators(3) .executors(2) .apply() .wallets(50) .transactions() .rate(rate) .users(20) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(60)) .build(); let deployer = LocalDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; } Ok(())\\n} } When to use: Capacity planning, finding performance limits, validating\\nhardware requirements.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Load progression test","id":"29","title":"Load progression test"},"3":{"body":"The Nomos Testing Framework is a purpose-built toolkit for exercising Nomos in\\nrealistic, multi-node environments. It solves the gap between small, isolated\\ntests and full-system validation by letting teams describe a cluster layout,\\ndrive meaningful traffic, and assert the outcomes in one coherent plan. It is for protocol engineers, infrastructure operators, and QA teams who need\\nrepeatable confidence that validators, executors, and data-availability\\ncomponents work together under network and timing constraints. Multi-node integration testing is required because many Nomos behaviors—block\\nprogress, data availability, liveness under churn—only emerge when several\\nroles interact over real networking and time. This framework makes those checks\\ndeclarative, observable, and portable across environments.","breadcrumbs":"Part I — Foundations » Introduction » Introduction","id":"3","title":"Introduction"},"30":{"body":"Run moderate load for extended duration to catch memory leaks or gradual\\ndegradation. #![allow(unused)] fn main() {\\n#[tokio::test]\\nasync fn test_sustained_load() -> Result<(), Box> { let mut plan = ScenarioBuilder::topology() .network_star() .validators(4) .executors(2) .apply() .wallets(100) .transactions() .rate(20) .users(30) .apply() .da() .channel_rate(5) .blob_rate(2) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(600)) // 10 minutes .build(); let deployer = ComposeDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } When to use: Soak testing, memory leak detection, long-term stability\\nvalidation before production.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Sustained load test","id":"30","title":"Sustained load test"},"31":{"body":"Frequent restarts with shorter cooldown to stress recovery paths. #![allow(unused)] fn main() {\\n#[tokio::test]\\nasync fn test_aggressive_chaos() -> Result<(), Box> { let mut plan = ScenarioBuilder::topology() .network_star() .validators(7) // Need more nodes for aggressive chaos .executors(1) .apply() .enable_node_control() .wallets(20) .transactions() .rate(5) .users(10) .apply() .chaos() .restart() .min_delay(Duration::from_secs(5)) // Very short delays .max_delay(Duration::from_secs(10)) .target_cooldown(Duration::from_secs(20)) // Nodes can restart multiple times .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(120)) .build(); let deployer = ComposeDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } When to use: Stress testing recovery mechanisms, finding edge cases in restart\\nhandling. Requires more validators (7) to tolerate multiple simultaneous restarts.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Aggressive chaos test","id":"31","title":"Aggressive chaos test"},"32":{"body":"","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Extension Ideas","id":"32","title":"Extension Ideas"},"33":{"body":"Problem: Verify nodes handle malformed transactions gracefully without crashing. What’s needed: Custom workload that generates invalid transactions: Bad signatures Invalid operation types Corrupted transaction data Malformed structure Why useful: Security/robustness testing. Ensures mempool and consensus don’t\\npanic on malicious or corrupted input. Current transaction workload only generates\\nvalid transactions from seeded wallets.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Invalid Transaction Fuzzing","id":"33","title":"Invalid Transaction Fuzzing"},"34":{"body":"Problem: Test consensus recovery after a true network partition (not just restarts). What’s needed: Extend NodeControlHandle with network control operations: #![allow(unused)] fn main() {\\npub trait NodeControlHandle: Send + Sync { async fn restart_validator(&self, index: usize) -> Result<(), DynError>; async fn restart_executor(&self, index: usize) -> Result<(), DynError>; // New operations needed: async fn block_peer(&self, node: usize, peer: usize) -> Result<(), DynError>; async fn unblock_peer(&self, node: usize, peer: usize) -> Result<(), DynError>;\\n} } Why useful: Current chaos workload only supports restarts. Real partition testing\\nrequires blocking network communication between nodes, letting them diverge, then\\nreconnecting and verifying they converge. This tests actual Byzantine fault tolerance,\\nnot just crash recovery.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Network Partition Recovery","id":"34","title":"Network Partition Recovery"},"35":{"body":"Verify block production stays within expected timing bounds by collecting block\\ntimestamps from the block feed, calculating intervals, and asserting they stay\\nwithin tolerance of the configured slot duration. Why useful: Catches timing degradation that liveness checks miss (blocks\\nprogress, but too slowly).","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Custom Expectation: Block Timing Consistency","id":"35","title":"Custom Expectation: Block Timing Consistency"},"36":{"body":"Running a scenario follows the same conceptual flow regardless of environment: Select or author a scenario plan that pairs a topology with workloads,\\nexpectations, and a suitable run window. Choose a runner aligned with your environment (local, compose, or k8s) and\\nensure its prerequisites are available. Deploy the plan through the runner; wait for readiness signals before\\nstarting workloads. Let workloads drive activity for the planned duration; keep observability\\nsignals visible so you can correlate outcomes. Evaluate expectations and capture results as the primary pass/fail signal. Use the same plan across different runners to compare behavior between local\\ndevelopment and CI or cluster settings. For environment prerequisites and\\nflags, see Operations.","breadcrumbs":"Part II — User Guide » Running Scenarios » Running Scenarios","id":"36","title":"Running Scenarios"},"37":{"body":"Runners turn a scenario plan into a live environment while keeping the plan\\nunchanged. Choose based on feedback speed, reproducibility, and fidelity. For\\nenvironment and operational considerations, see Operations:","breadcrumbs":"Part II — User Guide » Runners » Runners","id":"37","title":"Runners"},"38":{"body":"Launches node processes directly on the host. Fastest feedback loop and minimal orchestration overhead. Best for development-time iteration and debugging.","breadcrumbs":"Part II — User Guide » Runners » Local runner","id":"38","title":"Local runner"},"39":{"body":"Starts nodes in containers to provide a reproducible multi-node stack on a\\nsingle machine. Discovers service ports and wires observability for convenient inspection. Good balance between fidelity and ease of setup.","breadcrumbs":"Part II — User Guide » Runners » Docker Compose runner","id":"39","title":"Docker Compose runner"},"4":{"body":"The framework follows a clear flow: Topology → Scenario → Deploy → Run → Verify. Topology describes the cluster: how many nodes, their roles, and the high-level network and data-availability parameters they should follow. Scenario combines that topology with the activities to run and the checks to perform, forming a single plan. Deployer provisions infrastructure on the chosen backend (local processes, Docker Compose, or Kubernetes), waits for readiness, and returns a Runner. Runner orchestrates execution: starts workloads, observes signals, evaluates expectations, and cleans up. Workloads generate traffic and conditions that exercise the system. Expectations observe the run and judge success or failure once activity completes. flowchart LR A(Topology
shape cluster) --> B(Scenario
plan) B --> C(Deployer
provision infrastructure) C --> D(Runner
orchestrate execution) D --> E(Workloads
drive traffic) E --> F(Expectations
verify outcomes) Each layer has a narrow responsibility so that cluster shape, deployment choice,\\ntraffic generation, and health checks can evolve independently while fitting\\ntogether predictably.","breadcrumbs":"Part I — Foundations » Architecture Overview » Architecture Overview","id":"4","title":"Architecture Overview"},"40":{"body":"Deploys nodes onto a cluster for higher-fidelity, longer-running scenarios. Suits CI or shared environments where cluster behavior and scheduling matter.","breadcrumbs":"Part II — User Guide » Runners » Kubernetes runner","id":"40","title":"Kubernetes runner"},"41":{"body":"All runners require at least one validator and, for transaction scenarios,\\naccess to seeded wallets. Readiness probes gate workload start so traffic begins only after nodes are\\nreachable. Environment flags can relax timeouts or increase tracing when diagnostics are\\nneeded. flowchart TD Plan[Scenario Plan] --> RunSel{Runner
(local | compose | k8s)} RunSel --> Provision[Provision & readiness] Provision --> Runtime[Runtime + observability] Runtime --> Exec[Workloads & Expectations execute]","breadcrumbs":"Part II — User Guide » Runners » Common expectations","id":"41","title":"Common expectations"},"42":{"body":"Operational readiness focuses on prerequisites, environment fit, and clear\\nsignals: Prerequisites: keep a sibling nomos-node checkout available; ensure the\\nchosen runner’s platform needs are met (local binaries for host runs, Docker\\nfor compose, cluster access for k8s). Artifacts: some scenarios depend on prover or circuit assets; fetch them\\nahead of time with the provided helper scripts when needed. Environment flags: use slow-environment toggles to relax timeouts, enable\\ntracing when debugging, and adjust observability ports to avoid clashes. Readiness checks: verify runners report node readiness before starting\\nworkloads; this avoids false negatives from starting too early. Failure triage: map failures to missing prerequisites (wallet seeding,\\nnode control availability), runner platform issues, or unmet expectations.\\nStart with liveness signals, then dive into workload-specific assertions. Treat operational hygiene—assets present, prerequisites satisfied, observability\\nreachable—as the first step to reliable scenario outcomes.","breadcrumbs":"Part II — User Guide » Operations » Operations","id":"42","title":"Operations"},"43":{"body":"Running scenarios on K8s requires additional preparation beyond local or compose deployments:","breadcrumbs":"Part II — User Guide » Operations » Kubernetes Setup","id":"43","title":"Kubernetes Setup"},"44":{"body":"testing-framework/assets/stack/scripts/build_test_image.sh This builds a container image (default tag: nomos-testnet:local) with all node binaries and dependencies.","breadcrumbs":"Part II — User Guide » Operations » 1. Build the Testnet Image","id":"44","title":"1. Build the Testnet Image"},"45":{"body":"Local clusters (Kind, Minikube, Docker Desktop): # Kind\\nkind load docker-image nomos-testnet:local # Minikube\\nminikube image load nomos-testnet:local # Docker Desktop: image is already available (uses local Docker daemon) Remote clusters: Push to a registry accessible to your cluster: docker tag nomos-testnet:local your-registry/nomos-testnet:v1\\ndocker push your-registry/nomos-testnet:v1\\nexport NOMOS_TESTNET_IMAGE=your-registry/nomos-testnet:v1","breadcrumbs":"Part II — User Guide » Operations » 2. Make the Image Available to Your Cluster","id":"45","title":"2. Make the Image Available to Your Cluster"},"46":{"body":"export NOMOS_TESTNET_IMAGE=nomos-testnet:local # or your custom tag The K8s deployer reads this variable (defaults to nomos-testnet:local if unset).","breadcrumbs":"Part II — User Guide » Operations » 3. Export the Image Tag","id":"46","title":"3. Export the Image Tag"},"47":{"body":"K8s runner mounts the KZG parameters from: testing-framework/assets/stack/kzgrs_test_params/ If missing, the runner will fail fast. Fetch assets with provided helper scripts if needed.","breadcrumbs":"Part II — User Guide » Operations » 4. Ensure Circuit Assets Are Present","id":"47","title":"4. Ensure Circuit Assets Are Present"},"48":{"body":"Your kubeconfig must have permissions to: Create and delete namespaces Install and uninstall Helm releases Port-forward to pods and services Test with: kubectl auth can-i create namespaces\\nkubectl auth can-i create deployments","breadcrumbs":"Part II — User Guide » Operations » 5. Verify Cluster Permissions","id":"48","title":"5. Verify Cluster Permissions"},"49":{"body":"cargo test -p tests-workflows --test k8s_runner -- --nocapture Note: K8s tests are ignored by default ( #[ignore]) and require a live cluster.","breadcrumbs":"Part II — User Guide » Operations » 6. Run K8s Tests","id":"49","title":"6. Run K8s Tests"},"5":{"body":"This framework embodies specific principles that shape how you author and run\\nscenarios. Understanding these principles helps you write effective tests and\\ninterpret results correctly.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Testing Philosophy","id":"5","title":"Testing Philosophy"},"50":{"body":"","breadcrumbs":"Part II — User Guide » Operations » Observability: Prometheus and Node APIs","id":"50","title":"Observability: Prometheus and Node APIs"},"51":{"body":"Runners expose Prometheus metrics for monitoring and debugging: Compose runner: Exposes Prometheus on host port (default 9090, override with TEST_FRAMEWORK_PROMETHEUS_PORT env var). Access at http://localhost:9090. K8s runner: Sets up port-forwarding to Prometheus. Port is discovered automatically. Local runner: No Prometheus instance by default (nodes run as local processes).","breadcrumbs":"Part II — User Guide » Operations » Prometheus Metrics","id":"51","title":"Prometheus Metrics"},"52":{"body":"Custom expectations can query Prometheus via RunContext: #![allow(unused)] fn main() {\\nasync fn evaluate(&mut self, ctx: &RunContext) -> Result<(), DynError> { let metrics = ctx.telemetry(); // Query specific metrics let block_count = metrics.consensus_processed_blocks()?; let tx_total = metrics.consensus_transactions_total()?; // Custom Prometheus queries let values = metrics.instant_values(\\"my_custom_metric\\")?; Ok(())\\n} }","breadcrumbs":"Part II — User Guide » Operations » Accessing Metrics in Custom Expectations","id":"52","title":"Accessing Metrics in Custom Expectations"},"53":{"body":"Expectations and workloads can call node HTTP endpoints directly: #![allow(unused)] fn main() {\\nasync fn evaluate(&mut self, ctx: &RunContext) -> Result<(), DynError> { let client = ctx.node_clients() .validators() .get(0) .ok_or(\\"no validator 0\\")?; // Call node APIs let info = client.consensus_info().await?; let network = client.network_info().await?; let da = client.da_membership().await?; Ok(())\\n} } See custom-workload-example.md for complete examples. flowchart TD Expose[Runner exposes endpoints/ports] --> Collect[Runtime collects block/health signals] Collect --> Consume[Expectations consume signals
decide pass/fail] Consume --> Inspect[Operators inspect logs/metrics
when failures arise]","breadcrumbs":"Part II — User Guide » Operations » Accessing Node HTTP APIs","id":"53","title":"Accessing Node HTTP APIs"},"54":{"body":"Deep dives for contributors who extend the framework, evolve its abstractions,\\nor maintain the crate set.","breadcrumbs":"Part III — Developer Reference » Part III — Developer Reference","id":"54","title":"Part III — Developer Reference"},"55":{"body":"The scenario model defines clear, composable responsibilities: Topology: a declarative description of the cluster—how many nodes, their\\nroles, and the broad network and data-availability characteristics. It\\nrepresents the intended shape of the system under test. Scenario: a plan combining topology, workloads, expectations, and a run\\nwindow. Building a scenario validates prerequisites (like seeded wallets) and\\nensures the run lasts long enough to observe meaningful block progression. Workloads: asynchronous tasks that generate traffic or conditions. They\\nuse shared context to interact with the deployed cluster and may bundle\\ndefault expectations. Expectations: post-run assertions. They can capture baselines before\\nworkloads start and evaluate success once activity stops. Runtime: coordinates workloads and expectations for the configured\\nduration, enforces cooldowns when control actions occur, and ensures cleanup\\nso runs do not leak resources. Developers extending the model should keep these boundaries strict: topology\\ndescribes, scenarios assemble, runners deploy, workloads drive, and expectations\\njudge outcomes. For guidance on adding new capabilities, see Extending the Framework.","breadcrumbs":"Part III — Developer Reference » Scenario Model (Developer Level) » Scenario Model (Developer Level)","id":"55","title":"Scenario Model (Developer Level)"},"56":{"body":"","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Extending the Framework","id":"56","title":"Extending the Framework"},"57":{"body":"Implement testing_framework_core::scenario::Workload: Provide a name and any bundled expectations. In init, derive inputs from GeneratedTopology and RunMetrics; fail\\nfast if prerequisites are missing (e.g., wallet data, node addresses). In start, drive async traffic using the RunContext clients. Expose the workload from a module under testing-framework/workflows and\\nconsider adding a DSL helper for ergonomic wiring.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding a workload","id":"57","title":"Adding a workload"},"58":{"body":"Implement testing_framework_core::scenario::Expectation: Use start_capture to snapshot baseline metrics. Use evaluate to assert outcomes after workloads finish; return all errors\\nso the runner can aggregate them. Export it from testing-framework/workflows if it is reusable.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding an expectation","id":"58","title":"Adding an expectation"},"59":{"body":"Implement testing_framework_core::scenario::Deployer for your backend. Produce a RunContext with NodeClients, metrics endpoints, and optional NodeControlHandle. Guard cleanup with CleanupGuard to reclaim resources even on failures. Mirror the readiness and block-feed probes used by the existing runners so\\nworkloads can rely on consistent signals.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding a runner","id":"59","title":"Adding a runner"},"6":{"body":"Describe what you want to test, not how to orchestrate it: #![allow(unused)] fn main() {\\n// Good: declarative\\nScenarioBuilder::topology() .network_star() .validators(2) .executors(1) .apply() .wallets(10) .transactions().rate(5).users(5).apply() .expect_consensus_liveness() .build(); // Bad: imperative (framework doesn\'t work this way)\\n// spawn_validator(); spawn_executor(); // loop { submit_tx(); check_block(); } } Why it matters: The framework handles deployment, readiness, and cleanup.\\nYou focus on test intent, not infrastructure orchestration.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Declarative over Imperative","id":"6","title":"Declarative over Imperative"},"60":{"body":"Extend testing_framework_core::topology::TopologyBuilder with new layouts or\\nconfiguration presets (e.g., specialized DA parameters). Keep defaults safe:\\nensure at least one participant and clamp dispersal factors as the current\\nhelpers do.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding topology helpers","id":"60","title":"Adding topology helpers"},"61":{"body":"A minimal, end-to-end illustration of adding a custom workload and matching\\nexpectation. This shows the shape of the traits and where to plug into the\\nframework; expand the logic to fit your real test.","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Example: New Workload & Expectation (Rust)","id":"61","title":"Example: New Workload & Expectation (Rust)"},"62":{"body":"Key ideas: name: identifies the workload in logs. expectations: workloads can bundle defaults so callers don’t forget checks. init: derive inputs from the generated topology (e.g., pick a target node). start: drive async activity using the shared RunContext. #![allow(unused)] fn main() {\\nuse std::sync::Arc;\\nuse async_trait::async_trait;\\nuse testing_framework_core::scenario::{ DynError, Expectation, RunContext, RunMetrics, Workload,\\n};\\nuse testing_framework_core::topology::GeneratedTopology; pub struct ReachabilityWorkload { target_idx: usize, bundled: Vec>,\\n} impl ReachabilityWorkload { pub fn new(target_idx: usize) -> Self { Self { target_idx, bundled: vec![Box::new(ReachabilityExpectation::new(target_idx))], } }\\n} #[async_trait]\\nimpl Workload for ReachabilityWorkload { fn name(&self) -> &\'static str { \\"reachability_workload\\" } fn expectations(&self) -> Vec> { self.bundled.clone() } fn init( &mut self, topology: &GeneratedTopology, _metrics: &RunMetrics, ) -> Result<(), DynError> { if topology.validators().get(self.target_idx).is_none() { return Err(\\"no validator at requested index\\".into()); } Ok(()) } async fn start(&self, ctx: &RunContext) -> Result<(), DynError> { let client = ctx .clients() .validators() .get(self.target_idx) .ok_or(\\"missing target client\\")?; // Pseudo-action: issue a lightweight RPC to prove reachability. client.health_check().await.map_err(|e| e.into()) }\\n} }","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Workload: simple reachability probe","id":"62","title":"Workload: simple reachability probe"},"63":{"body":"Key ideas: start_capture: snapshot baseline if needed (not used here). evaluate: assert the condition after workloads finish. #![allow(unused)] fn main() {\\nuse async_trait::async_trait;\\nuse testing_framework_core::scenario::{DynError, Expectation, RunContext}; pub struct ReachabilityExpectation { target_idx: usize,\\n} impl ReachabilityExpectation { pub fn new(target_idx: usize) -> Self { Self { target_idx } }\\n} #[async_trait]\\nimpl Expectation for ReachabilityExpectation { fn name(&self) -> &str { \\"target_reachable\\" } async fn evaluate(&mut self, ctx: &RunContext) -> Result<(), DynError> { let client = ctx .clients() .validators() .get(self.target_idx) .ok_or(\\"missing target client\\")?; client.health_check().await.map_err(|e| { format!(\\"target became unreachable during run: {e}\\").into() }) }\\n} }","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Expectation: confirm the target stayed reachable","id":"63","title":"Expectation: confirm the target stayed reachable"},"64":{"body":"Build your scenario as usual and call .with_workload(ReachabilityWorkload::new(0)). The bundled expectation is attached automatically; you can add more with .with_expectation(...) if needed. Keep the logic minimal and fast for smoke tests; grow it into richer probes\\nfor deeper scenarios.","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » How to wire it","id":"64","title":"How to wire it"},"65":{"body":"High-level roles of the crates that make up the framework: Configs: prepares reusable configuration primitives for nodes, networking,\\ntracing, data availability, and wallets, shared by all scenarios and runners. Core scenario orchestration: houses the topology and scenario model,\\nruntime coordination, node clients, and readiness/health probes. Workflows: packages workloads and expectations into reusable building\\nblocks and offers a fluent DSL to assemble them. Runners: implements deployment backends (local host, Docker Compose,\\nKubernetes) that all consume the same scenario plan. Test workflows: example scenarios and integration checks that exercise the\\nframework end to end and serve as living documentation. Use this map to locate where to add new capabilities: configuration primitives\\nin configs, orchestration changes in core, reusable traffic/assertions in\\nworkflows, environment adapters in runners, and demonstrations in tests.","breadcrumbs":"Part III — Developer Reference » Internal Crate Reference » Internal Crate Reference","id":"65","title":"Internal Crate Reference"},"66":{"body":"Quick-reference material and supporting guidance to keep scenarios discoverable,\\ndebuggable, and consistent.","breadcrumbs":"Part IV — Appendix » Part IV — Appendix","id":"66","title":"Part IV — Appendix"},"67":{"body":"The framework offers a fluent builder style to keep scenarios readable. Common\\nknobs: Topology shaping: set validator and executor counts, pick a network layout\\nstyle, and adjust high-level data-availability traits. Wallet seeding: define how many users participate and the total funds\\navailable for transaction workloads. Workload tuning: configure transaction rates, data-availability channel\\nand blob rates, and whether chaos restarts should include validators,\\nexecutors, or both. Expectations: attach liveness and workload-specific checks so success is\\nexplicit. Run window: set a minimum duration long enough for multiple blocks to be\\nobserved and verified. Use these knobs to express intent clearly, keeping scenario definitions concise\\nand consistent across teams.","breadcrumbs":"Part IV — Appendix » DSL Cheat Sheet » Core Content: DSL Cheat Sheet","id":"67","title":"Core Content: DSL Cheat Sheet"},"68":{"body":"Common symptoms and likely causes: No or slow block progression: runner started workloads before readiness, insufficient run window, or environment too slow—extend duration or enable slow-environment tuning. Transactions not included: missing or insufficient wallet seeding, misaligned transaction rate with block cadence, or network instability—reduce rate and verify wallet setup. Chaos stalls the run: node control not available for the chosen runner or restart cadence too aggressive—enable control capability and widen restart intervals. Observability gaps: metrics or logs unreachable because ports clash or services are not exposed—adjust observability ports and confirm runner wiring. Flaky behavior across runs: mixing chaos with functional smoke tests or inconsistent topology between environments—separate deterministic and chaos scenarios and standardize topology presets.","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Troubleshooting Scenarios","id":"68","title":"Troubleshooting Scenarios"},"69":{"body":"Why block-oriented timing? Using block cadence reduces dependence on host speed and keeps assertions aligned\\nwith protocol behavior. Can I reuse the same scenario across runners? Yes. The plan stays the same; swap runners (local, compose, k8s) to target\\ndifferent environments. When should I enable chaos workloads? Only when testing resilience or operational recovery; keep functional smoke\\ntests deterministic. How long should runs be? Long enough for multiple blocks so liveness and inclusion checks are\\nmeaningful; very short runs risk false confidence. Do I always need seeded wallets? Only for transaction scenarios. Data-availability or pure chaos scenarios may\\nnot require them, but liveness checks still need validators producing blocks. What if expectations fail but workloads “look fine”? Trust expectations first—they capture the intended success criteria. Use the\\nobservability signals and runner logs to pinpoint why the system missed the\\ntarget.","breadcrumbs":"Part IV — Appendix » FAQ » FAQ","id":"69","title":"FAQ"},"7":{"body":"Reason in blocks and consensus intervals, not wall-clock seconds: #![allow(unused)] fn main() {\\n// Good: protocol-oriented thinking\\nlet mut plan = ScenarioBuilder::topology() .network_star() .validators(2) .executors(1) .apply() .wallets(10) .transactions().rate(5).users(5).apply() // 5 tx per block .with_run_duration(Duration::from_secs(60)) // Let framework calculate expected blocks .expect_consensus_liveness() // \\"Did we produce the expected blocks?\\" .build(); // Bad: wall-clock assumptions\\n// \\"I expect at least 30 blocks in 60 seconds\\"\\n// Brittle if readiness or startup takes longer on slow CI } Why it matters: Block production rate is fixed by consensus parameters (e.g.,\\n2-second slot duration), but node startup and readiness vary by environment—fast\\non a laptop, slow on overloaded CI. The framework measures in blocks (protocol\\ntime), not wall-clock seconds, so tests focus on “did consensus work?” rather\\nthan “was the hardware fast enough?”","breadcrumbs":"Part I — Foundations » Testing Philosophy » Protocol Time, Not Wall Time","id":"7","title":"Protocol Time, Not Wall Time"},"70":{"body":"Validator: node role responsible for participating in consensus and block\\nproduction. Executor: a validator node with the DA dispersal service enabled. Executors\\ncan submit transactions and disperse blob data to the DA network, in addition\\nto performing all validator functions. DA (Data Availability): subsystem ensuring blobs or channel data are\\npublished and retrievable for validation. Deployer: component that provisions infrastructure (spawns processes,\\ncreates containers, or launches pods), waits for readiness, and returns a\\nRunner. Examples: LocalDeployer, ComposeDeployer, K8sDeployer. Runner: component returned by deployers that orchestrates scenario\\nexecution—starts workloads, observes signals, evaluates expectations, and\\ntriggers cleanup. Workload: traffic or behavior generator that exercises the system during a\\nscenario run. Expectation: post-run assertion that judges whether the system met the\\nintended success criteria. Topology: declarative description of the cluster shape, roles, and\\nhigh-level parameters for a scenario. Scenario: immutable plan combining topology, workloads, expectations, and\\nrun duration. Blockfeed: stream of block observations used for liveness or inclusion\\nsignals during a run. Control capability: the ability for a runner to start, stop, or restart\\nnodes, used by chaos workloads.","breadcrumbs":"Part IV — Appendix » Glossary » Glossary","id":"70","title":"Glossary"},"8":{"body":"Default scenarios are repeatable: Fixed topology Predictable traffic rates Deterministic checks Chaos is opt-in: #![allow(unused)] fn main() {\\n// Separate: functional test (deterministic)\\nlet mut plan = ScenarioBuilder::topology() .network_star() .validators(2) .executors(1) .apply() .wallets(10) .transactions().rate(5).users(5).apply() .expect_consensus_liveness() .build(); // Separate: chaos test (introduces randomness)\\nlet mut chaos_plan = ScenarioBuilder::topology() .network_star() .validators(4) .executors(1) .apply() .enable_node_control() .wallets(10) .chaos().restart() .min_delay(Duration::from_secs(15)) .max_delay(Duration::from_secs(25)) .target_cooldown(Duration::from_secs(45)) .apply() .transactions().rate(5).users(5).apply() .expect_consensus_liveness() .build(); } Why it matters: Mixing determinism with chaos creates noisy, hard-to-debug\\nfailures. Separate concerns make failures actionable.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Determinism First, Chaos When Needed","id":"8","title":"Determinism First, Chaos When Needed"},"9":{"body":"Prefer user-facing signals over internal state: Good checks: ✅ Blocks progressing at expected rate (liveness) ✅ Transactions included within N blocks (inclusion) ✅ DA blobs retrievable (availability) Avoid internal checks: ❌ Memory pool size ❌ Internal service state ❌ Cache hit rates Why it matters: User-facing signals reflect actual system health.\\nInternal state can be “healthy” while the system is broken from a user\\nperspective.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Observable Health Signals","id":"9","title":"Observable Health Signals"}},"length":71,"save":true},"fields":["title","body","breadcrumbs"],"index":{"body":{"root":{"0":{"df":2,"docs":{"10":{"tf":1.0},"53":{"tf":1.0}}},"1":{"0":{"0":{"df":1,"docs":{"29":{"tf":1.0}}},"df":3,"docs":{"10":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0}}},"df":2,"docs":{"10":{"tf":1.0},"44":{"tf":1.0}}},"2":{"0":{"df":1,"docs":{"29":{"tf":1.0}}},"df":2,"docs":{"45":{"tf":1.0},"7":{"tf":1.0}}},"3":{"0":{"df":1,"docs":{"7":{"tf":1.0}}},"df":1,"docs":{"46":{"tf":1.0}}},"4":{"df":1,"docs":{"47":{"tf":1.0}}},"5":{"0":{"df":1,"docs":{"29":{"tf":1.0}}},"df":2,"docs":{"48":{"tf":1.0},"7":{"tf":1.0}}},"6":{"0":{"df":1,"docs":{"7":{"tf":1.0}}},"df":1,"docs":{"49":{"tf":1.0}}},"7":{"df":1,"docs":{"31":{"tf":1.0}}},"9":{"0":{"9":{"0":{"df":1,"docs":{"51":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":7,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"62":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"a":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"70":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":6,"docs":{"41":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"55":{"tf":1.0},"62":{"tf":1.0},"8":{"tf":1.0}}}},"v":{"df":9,"docs":{"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"55":{"tf":1.0},"62":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"19":{"tf":1.0},"21":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"34":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"65":{"tf":1.0}}}}},"d":{"df":4,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"43":{"tf":1.0},"70":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"57":{"tf":1.0}}}}}}},"df":6,"docs":{"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"23":{"tf":1.0},"42":{"tf":1.0},"67":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"28":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"58":{"tf":1.0}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"31":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"68":{"tf":1.0}}}}}}}}}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":4,"docs":{"17":{"tf":1.0},"21":{"tf":1.4142135623730951},"36":{"tf":1.0},"69":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":16,"docs":{"10":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}}}}},"df":1,"docs":{"22":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"10":{"tf":1.0},"69":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"i":{"df":2,"docs":{"50":{"tf":1.0},"53":{"tf":1.4142135623730951}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"66":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":11,"docs":{"20":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"26":{"tf":1.7320508075688772},"27":{"tf":1.7320508075688772},"29":{"tf":1.4142135623730951},"30":{"tf":1.7320508075688772},"31":{"tf":1.7320508075688772},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.7320508075688772}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"4":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"53":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"15":{"tf":1.0},"55":{"tf":1.0},"65":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":12,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"42":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0},"63":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0}}}},"t":{"df":3,"docs":{"16":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"0":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{":":{":":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"62":{"tf":1.0},"63":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"62":{"tf":1.0},"63":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":13,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":2.0},"52":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"55":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":6,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"64":{"tf":1.0},"67":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"48":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"17":{"tf":1.0},"36":{"tf":1.0},"5":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"51":{"tf":1.0},"64":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":17,"docs":{"0":{"tf":1.7320508075688772},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"36":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"55":{"tf":1.0},"65":{"tf":1.0},"67":{"tf":1.7320508075688772},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"22":{"tf":1.0},"42":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"df":0,"docs":{}}}}},"b":{"(":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"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":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"4":{"tf":1.0},"59":{"tf":1.0},"65":{"tf":1.0}}},"df":0,"docs":{}}}}},"d":{"df":4,"docs":{"10":{"tf":1.0},"33":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"22":{"tf":1.0},"37":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"55":{"tf":1.0},"58":{"tf":1.0},"63":{"tf":1.0}}}}}},"i":{"c":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}}}},"df":1,"docs":{"4":{"tf":1.0}},"e":{"c":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"63":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":6,"docs":{"22":{"tf":1.0},"30":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.0},"55":{"tf":1.0},"68":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"41":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":9,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"36":{"tf":1.0},"40":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"22":{"tf":1.0},"38":{"tf":1.0}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":7,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"68":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"42":{"tf":1.0},"44":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"b":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{"df":1,"docs":{"26":{"tf":1.0}}},"2":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":6,"docs":{"0":{"tf":1.7320508075688772},"17":{"tf":1.0},"19":{"tf":1.0},"67":{"tf":1.0},"70":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":19,"docs":{"0":{"tf":1.0},"10":{"tf":2.23606797749979},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":2.23606797749979},"55":{"tf":1.0},"59":{"tf":1.0},"65":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.4142135623730951},"69":{"tf":2.0},"7":{"tf":2.6457513110645907},"70":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"70":{"tf":1.0}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"0":{"tf":1.0},"1":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"18":{"tf":1.0},"20":{"tf":1.0},"26":{"tf":1.0},"67":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"55":{"tf":1.0}}}}},"df":1,"docs":{"35":{"tf":1.0}}},"df":0,"docs":{}}},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":7,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"13":{"tf":1.0},"29":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"o":{"a":{"d":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"9":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":15,"docs":{"12":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"44":{"tf":1.4142135623730951},"55":{"tf":1.0},"6":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"67":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":5,"docs":{"21":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"62":{"tf":1.7320508075688772},"64":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"z":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"c":{"(":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}},"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":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"9":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"68":{"tf":1.4142135623730951},"69":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":2,"docs":{"53":{"tf":1.4142135623730951},"64":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"62":{"tf":1.0}}}}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"55":{"tf":1.0},"65":{"tf":1.0},"68":{"tf":1.0},"70":{"tf":1.0}}}},"c":{"df":2,"docs":{"28":{"tf":1.0},"29":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"36":{"tf":1.0},"55":{"tf":1.0},"69":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":1,"docs":{"49":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"31":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"30":{"tf":1.0},"35":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"68":{"tf":1.0}}}}},"df":1,"docs":{"4":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"1":{"tf":1.0},"65":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"2":{"df":1,"docs":{"26":{"tf":1.0}}},"5":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"0":{"tf":1.0}}},"df":0,"docs":{}}}},"df":3,"docs":{"19":{"tf":1.0},"67":{"tf":1.0},"70":{"tf":1.0}}}}}},"o":{"df":13,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"27":{"tf":1.4142135623730951},"31":{"tf":1.7320508075688772},"34":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.7320508075688772},"69":{"tf":1.4142135623730951},"70":{"tf":1.0},"8":{"tf":2.0}},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"55":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"67":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":15,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.4142135623730951},"42":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.4142135623730951},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"42":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"22":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"17":{"tf":1.4142135623730951},"22":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0},"68":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}}}}},"i":{"df":5,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"36":{"tf":1.0},"40":{"tf":1.0},"7":{"tf":1.4142135623730951}},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"42":{"tf":1.0},"47":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"60":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"42":{"tf":1.0},"68":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":5,"docs":{"12":{"tf":1.0},"55":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"70":{"tf":1.0}},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"r":{"df":7,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0},"55":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"67":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}},"d":{"a":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"|":{"df":2,"docs":{"62":{"tf":1.0},"63":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"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":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}},"df":5,"docs":{"53":{"tf":1.0},"57":{"tf":1.0},"62":{"tf":1.7320508075688772},"63":{"tf":1.7320508075688772},"65":{"tf":1.0}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":15,"docs":{"1":{"tf":1.0},"13":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.7320508075688772},"40":{"tf":1.4142135623730951},"42":{"tf":1.0},"45":{"tf":2.0},"48":{"tf":1.0},"49":{"tf":1.0},"55":{"tf":1.0},"70":{"tf":1.0}},"—":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"55":{"tf":1.0}}}}}}}}}}}},"o":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"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":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}}},"df":3,"docs":{"20":{"tf":1.0},"35":{"tf":1.0},"53":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"14":{"tf":1.0},"23":{"tf":1.0},"4":{"tf":1.0},"55":{"tf":1.0},"70":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"41":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"34":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"22":{"tf":1.0},"36":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"18":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"3":{"tf":1.0},"70":{"tf":1.4142135623730951}}},"s":{"df":14,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"51":{"tf":1.0},"55":{"tf":1.0},"65":{"tf":1.0},"69":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"70":{"tf":1.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":2,"docs":{"30":{"tf":1.0},"31":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":2,"docs":{"2":{"tf":1.0},"36":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"8":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"20":{"tf":1.0},"67":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"4":{"tf":1.0},"55":{"tf":1.0},"63":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"3":{"tf":1.0},"69":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":3,"docs":{"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"65":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"r":{"df":10,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.0},"65":{"tf":1.4142135623730951},"67":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"63":{"tf":1.0},"68":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":9,"docs":{"0":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.4142135623730951},"27":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"7":{"tf":1.7320508075688772},"70":{"tf":1.0}}}}}},"i":{"d":{"df":1,"docs":{"57":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.0},"37":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"35":{"tf":1.0},"59":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"m":{"df":3,"docs":{"15":{"tf":1.0},"53":{"tf":1.4142135623730951},"65":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"39":{"tf":1.0},"44":{"tf":1.0},"70":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"1":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"67":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"0":{"tf":1.0},"55":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"20":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"54":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":6,"docs":{"19":{"tf":1.4142135623730951},"34":{"tf":1.0},"42":{"tf":1.0},"55":{"tf":1.0},"68":{"tf":1.4142135623730951},"70":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"39":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":3,"docs":{"12":{"tf":1.0},"31":{"tf":1.0},"55":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"55":{"tf":1.0},"65":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"23":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":7,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"65":{"tf":1.4142135623730951},"67":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"36":{"tf":1.0}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.4142135623730951}}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"21":{"tf":1.0},"67":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"33":{"tf":1.0},"34":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"54":{"tf":1.0},"65":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"17":{"tf":1.0},"48":{"tf":1.7320508075688772},"70":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":4,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"52":{"tf":1.0}}}}}}}}}}}},"df":4,"docs":{"52":{"tf":1.0},"53":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"33":{"tf":1.0},"34":{"tf":1.0},"60":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":6,"docs":{"33":{"tf":1.0},"35":{"tf":1.0},"46":{"tf":1.0},"52":{"tf":1.7320508075688772},"53":{"tf":1.0},"61":{"tf":1.0}}}}}}}},"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"[":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"a":{"df":8,"docs":{"0":{"tf":2.449489742783178},"22":{"tf":1.0},"26":{"tf":2.0},"30":{"tf":1.0},"53":{"tf":1.0},"60":{"tf":1.0},"70":{"tf":1.7320508075688772},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"45":{"tf":1.0}}}}}},"t":{"a":{"df":14,"docs":{"0":{"tf":2.23606797749979},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"33":{"tf":1.0},"4":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"65":{"tf":1.0},"67":{"tf":1.4142135623730951},"69":{"tf":1.0},"70":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":2,"docs":{"12":{"tf":1.0},"4":{"tf":1.0}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":4,"docs":{"38":{"tf":1.0},"42":{"tf":1.0},"51":{"tf":1.0},"8":{"tf":1.0}},"g":{"df":2,"docs":{"11":{"tf":1.0},"66":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"12":{"tf":1.0},"17":{"tf":1.0}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"r":{"df":8,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"3":{"tf":1.0},"55":{"tf":1.0},"6":{"tf":1.4142135623730951},"70":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"54":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"64":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":9,"docs":{"21":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.4142135623730951},"55":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"17":{"tf":1.0},"55":{"tf":1.0},"67":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"20":{"tf":1.0},"21":{"tf":1.0},"67":{"tf":1.0}}}}}}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":2,"docs":{"30":{"tf":1.0},"35":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}},"t":{"a":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"16":{"tf":1.0},"65":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"42":{"tf":1.0},"44":{"tf":1.0},"69":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":21,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.7320508075688772},"40":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.4142135623730951},"6":{"tf":1.0},"65":{"tf":1.0},"70":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"(":{"&":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":7,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0}}}}},"df":0,"docs":{}}},"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":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"57":{"tf":1.0},"62":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":6,"docs":{"16":{"tf":1.0},"18":{"tf":1.4142135623730951},"3":{"tf":1.0},"4":{"tf":1.0},"55":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"55":{"tf":1.0},"70":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"13":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"45":{"tf":1.4142135623730951}}}}}}},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"11":{"tf":1.0},"8":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":6,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"14":{"tf":1.0},"36":{"tf":1.0},"69":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"38":{"tf":1.0},"53":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":2,"docs":{"39":{"tf":1.0},"51":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"66":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":3,"docs":{"0":{"tf":1.7320508075688772},"60":{"tf":1.0},"70":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"42":{"tf":1.0},"54":{"tf":1.0}},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":2.449489742783178},"65":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"22":{"tf":1.0},"65":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"\'":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":2,"docs":{"33":{"tf":1.0},"62":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"[":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}},"df":8,"docs":{"12":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"62":{"tf":1.0}},"n":{"df":1,"docs":{"18":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"l":{"df":6,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.0},"57":{"tf":1.0},"65":{"tf":1.0},"67":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":13,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"55":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":3,"docs":{"12":{"tf":1.0},"63":{"tf":1.0},"70":{"tf":1.4142135623730951}}}}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"34":{"tf":2.0},"52":{"tf":1.0},"53":{"tf":1.0},"62":{"tf":1.7320508075688772},"63":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}},"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":7,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"7":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"62":{"tf":1.0}}}}}}},"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"12":{"tf":1.0}}}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"13":{"tf":1.0},"16":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"42":{"tf":1.0}}}}},"s":{"df":1,"docs":{"39":{"tf":1.0}},"i":{"df":1,"docs":{"17":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":2,"docs":{"12":{"tf":1.0},"4":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":6,"docs":{"0":{"tf":1.0},"21":{"tf":1.0},"42":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":3,"docs":{"27":{"tf":1.0},"31":{"tf":1.0},"8":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"d":{"df":4,"docs":{"16":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"65":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"53":{"tf":1.0},"59":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":2,"docs":{"10":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"15":{"tf":1.0},"3":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":6,"docs":{"10":{"tf":1.4142135623730951},"17":{"tf":1.0},"55":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":7,"docs":{"33":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.0},"55":{"tf":1.4142135623730951},"60":{"tf":1.0},"70":{"tf":1.0}}}}},"v":{"df":1,"docs":{"51":{"tf":1.0}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":19,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"36":{"tf":1.7320508075688772},"37":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.7320508075688772},"65":{"tf":1.0},"68":{"tf":1.4142135623730951},"69":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"68":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"—":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"57":{"tf":1.0}}}}}}},"r":{"(":{"\\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"62":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"58":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"2":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"a":{"df":0,"docs":{},"l":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"52":{"tf":1.0},"53":{"tf":1.0},"63":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":8,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0},"63":{"tf":1.0},"70":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"59":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":3,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"54":{"tf":1.0}}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":7,"docs":{"15":{"tf":1.0},"23":{"tf":1.0},"28":{"tf":1.0},"53":{"tf":1.0},"61":{"tf":1.0},"65":{"tf":1.0},"70":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"m":{"d":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"c":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"4":{"tf":1.4142135623730951},"41":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"70":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"0":{"tf":1.4142135623730951},"17":{"tf":1.0},"3":{"tf":1.0},"67":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951}},"s":{"(":{"0":{"df":1,"docs":{"24":{"tf":1.0}}},"1":{"df":6,"docs":{"25":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}},"2":{"df":3,"docs":{"26":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":6,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"65":{"tf":1.0},"70":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":10,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"62":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":32,"docs":{"1":{"tf":1.0},"12":{"tf":2.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"35":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"42":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.0},"55":{"tf":2.23606797749979},"57":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":2.0},"63":{"tf":1.7320508075688772},"64":{"tf":1.0},"65":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.4142135623730951},"7":{"tf":1.7320508075688772},"70":{"tf":1.7320508075688772},"9":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"67":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"58":{"tf":1.0}}}},"s":{"df":3,"docs":{"51":{"tf":1.4142135623730951},"53":{"tf":1.0},"57":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"—":{"a":{"d":{"df":0,"docs":{},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"68":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"20":{"tf":1.0},"21":{"tf":1.0},"67":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":7,"docs":{"13":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":2,"docs":{"16":{"tf":1.0},"32":{"tf":1.0}}}}}}},"}":{"\\"":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"63":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"f":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"15":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":4,"docs":{"12":{"tf":1.0},"47":{"tf":1.0},"57":{"tf":1.0},"69":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":8,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.4142135623730951},"53":{"tf":1.0},"59":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}},"l":{"df":0,"docs":{},"s":{"df":3,"docs":{"10":{"tf":1.0},"42":{"tf":1.0},"69":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}}}},"q":{"df":1,"docs":{"69":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"17":{"tf":1.0},"47":{"tf":1.0},"57":{"tf":1.0},"64":{"tf":1.0},"7":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"22":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"35":{"tf":1.0},"59":{"tf":1.0}}},"df":0,"docs":{}},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"42":{"tf":1.0},"47":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"22":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"29":{"tf":1.4142135623730951},"31":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":1,"docs":{"69":{"tf":1.0}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"17":{"tf":1.0},"58":{"tf":1.0},"63":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"42":{"tf":1.0},"8":{"tf":1.0}},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"69":{"tf":1.0}}}}}}}}}},"t":{"df":6,"docs":{"15":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0},"61":{"tf":1.0}}},"x":{"df":2,"docs":{"7":{"tf":1.0},"8":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"36":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0}}},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"68":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":3,"docs":{"13":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"65":{"tf":1.0},"67":{"tf":1.0}}}}}}},"n":{"df":16,"docs":{"10":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"34":{"tf":2.23606797749979},"52":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"6":{"tf":1.0},"62":{"tf":2.449489742783178},"63":{"tf":2.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"o":{"c":{"df":0,"docs":{},"u":{"df":2,"docs":{"6":{"tf":1.0},"7":{"tf":1.0}},"s":{"df":3,"docs":{"0":{"tf":1.0},"15":{"tf":1.0},"42":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"36":{"tf":1.0},"4":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"t":{"!":{"(":{"\\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"4":{"tf":1.0}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"48":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"2":{"tf":1.0},"21":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"z":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"44":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"57":{"tf":1.0},"58":{"tf":1.0}}}}}}}}}}},"df":16,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.4142135623730951},"2":{"tf":1.0},"3":{"tf":1.4142135623730951},"4":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.4142135623730951},"61":{"tf":1.0},"65":{"tf":1.4142135623730951},"67":{"tf":1.0},"7":{"tf":1.4142135623730951}},"’":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"8":{"tf":1.0}}}}}}},"d":{"df":1,"docs":{"67":{"tf":1.0}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"g":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"3":{"tf":1.0},"68":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"41":{"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":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"57":{"tf":1.0},"62":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":8,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"33":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"55":{"tf":1.0},"62":{"tf":1.0},"70":{"tf":1.0}}}}},"t":{"(":{"0":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"62":{"tf":1.0},"63":{"tf":1.0}}}},"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":1,"docs":{"1":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"70":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"17":{"tf":1.0},"22":{"tf":1.0}}}},"df":0,"docs":{},"o":{"d":{"df":5,"docs":{"10":{"tf":1.0},"39":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"33":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"17":{"tf":1.0},"22":{"tf":1.0}}},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"29":{"tf":1.0},"30":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":1,"docs":{"64":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"14":{"tf":1.0},"55":{"tf":1.0},"66":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"1":{"tf":1.0},"14":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"12":{"tf":1.0}},"l":{"df":4,"docs":{"0":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"r":{"d":{"df":1,"docs":{"8":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"24":{"tf":1.0},"29":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"17":{"tf":1.0},"4":{"tf":1.0},"9":{"tf":1.4142135623730951}},"i":{"df":2,"docs":{"20":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"df":1,"docs":{"48":{"tf":1.0}}},"p":{"df":1,"docs":{"5":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"0":{"tf":1.0},"63":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":8,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"4":{"tf":1.0},"65":{"tf":1.0},"67":{"tf":1.0},"70":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"13":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0},"51":{"tf":1.0},"65":{"tf":1.0},"69":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"65":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"9":{"0":{"9":{"0":{"df":1,"docs":{"51":{"tf":1.0}}},"df":0,"docs":{}},"df":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":{"53":{"tf":1.4142135623730951}}}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"i":{"[":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"20":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"a":{"df":3,"docs":{"32":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"62":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"49":{"tf":1.4142135623730951}}}}}},"i":{"df":1,"docs":{"14":{"tf":1.0}},"i":{"df":1,"docs":{"54":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"61":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"44":{"tf":1.4142135623730951},"45":{"tf":2.0},"46":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"70":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.4142135623730951}}}},"l":{"df":2,"docs":{"62":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"65":{"tf":1.0}}}}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":4,"docs":{"0":{"tf":1.4142135623730951},"67":{"tf":1.0},"68":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":7,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.4142135623730951},"69":{"tf":1.0},"70":{"tf":1.0},"9":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"68":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"29":{"tf":1.0},"41":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"\\"":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"62":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"34":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"53":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"3":{"tf":1.0},"4":{"tf":1.4142135623730951},"6":{"tf":1.0},"70":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"12":{"tf":1.0},"21":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":3,"docs":{"20":{"tf":1.4142135623730951},"57":{"tf":1.0},"62":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"33":{"tf":1.0},"57":{"tf":1.0},"62":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"df":2,"docs":{"39":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"68":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"48":{"tf":1.0}}},"n":{"c":{"df":1,"docs":{"51":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"68":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":4,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"3":{"tf":1.0},"65":{"tf":1.0}}}},"n":{"d":{"df":4,"docs":{"17":{"tf":1.0},"55":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"6":{"tf":1.0},"67":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"0":{"tf":1.4142135623730951},"3":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":2,"docs":{"65":{"tf":1.0},"9":{"tf":2.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"5":{"tf":1.0}}}}}},"v":{"df":3,"docs":{"35":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"8":{"tf":1.0}},"t":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"33":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":2,"docs":{"42":{"tf":1.0},"62":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.0},"38":{"tf":1.0}}}},"’":{"df":1,"docs":{"0":{"tf":1.0}}}},"v":{"df":1,"docs":{"66":{"tf":1.0}}}},"j":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"g":{"df":4,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"55":{"tf":1.0},"70":{"tf":1.0}}}},"df":0,"docs":{}}},"k":{"8":{"df":11,"docs":{"16":{"tf":1.0},"22":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.4142135623730951},"51":{"tf":1.0},"69":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"49":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"70":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":15,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.7320508075688772},"22":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.0},"64":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951}}}},"y":{"df":2,"docs":{"62":{"tf":1.0},"63":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"45":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"67":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"u":{"b":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"48":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"48":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":7,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0},"65":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"g":{"df":1,"docs":{"47":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"13":{"tf":1.0},"7":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"21":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"38":{"tf":1.0},"70":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"26":{"tf":1.0},"4":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"15":{"tf":1.0},"21":{"tf":1.0},"3":{"tf":1.0},"60":{"tf":1.0},"67":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":3,"docs":{"12":{"tf":1.0},"30":{"tf":1.4142135623730951},"55":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":2,"docs":{"3":{"tf":1.0},"34":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":10,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"4":{"tf":1.0},"55":{"tf":1.0},"65":{"tf":1.0},"67":{"tf":1.0},"70":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}}}}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"19":{"tf":1.0},"29":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"20":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":17,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"49":{"tf":1.0},"65":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.4142135623730951},"70":{"tf":1.0},"9":{"tf":1.0}}}}},"o":{"a":{"d":{"df":4,"docs":{"25":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"70":{"tf":1.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":5,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":14,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"36":{"tf":1.4142135623730951},"38":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"65":{"tf":1.0},"69":{"tf":1.0}}},"t":{"df":1,"docs":{"65":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":3,"docs":{"62":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0}},"i":{"c":{"df":2,"docs":{"61":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{}},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":6,"docs":{"10":{"tf":1.0},"17":{"tf":1.0},"30":{"tf":1.0},"55":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"40":{"tf":1.0},"7":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"69":{"tf":1.0}}},"p":{"df":3,"docs":{"22":{"tf":1.0},"38":{"tf":1.0},"6":{"tf":1.0}}},"s":{"df":1,"docs":{"15":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"r":{"df":2,"docs":{"12":{"tf":1.0},"4":{"tf":1.0}}},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"10":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"39":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":16,"docs":{"10":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"13":{"tf":1.0},"54":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":8,"docs":{"13":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"45":{"tf":1.0},"65":{"tf":1.0},"8":{"tf":1.0}}}},"l":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"33":{"tf":1.4142135623730951}}}}}},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"33":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"i":{"df":6,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"55":{"tf":1.0},"67":{"tf":1.0}}}},"p":{"df":3,"docs":{"16":{"tf":1.0},"42":{"tf":1.0},"65":{"tf":1.0}}},"t":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"66":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"17":{"tf":1.0},"40":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}},"x":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"0":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}},"2":{"5":{"df":2,"docs":{"27":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"y":{"b":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":8,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"55":{"tf":1.0},"69":{"tf":1.0}}}}},"t":{"df":1,"docs":{"21":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"30":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"2":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"42":{"tf":1.0},"70":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"c":{"df":6,"docs":{"12":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.7320508075688772},"58":{"tf":1.0},"59":{"tf":1.0},"68":{"tf":1.0}},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"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":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{"\\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"_":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"5":{"df":2,"docs":{"27":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"u":{"b":{"df":1,"docs":{"45":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"m":{"df":5,"docs":{"22":{"tf":1.0},"24":{"tf":1.0},"38":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"10":{"tf":1.4142135623730951},"67":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"68":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":6,"docs":{"35":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.0},"57":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0}}}},"x":{"df":2,"docs":{"68":{"tf":1.0},"8":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":7,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"55":{"tf":1.7320508075688772},"65":{"tf":1.0}}},"r":{"df":1,"docs":{"30":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"13":{"tf":1.0}}}},"df":1,"docs":{"57":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"51":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"31":{"tf":1.4142135623730951},"64":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"13":{"tf":1.0},"22":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":7,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.4142135623730951},"39":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":4,"docs":{"22":{"tf":1.0},"31":{"tf":1.4142135623730951},"67":{"tf":1.0},"69":{"tf":1.0}}}}}}},"t":{"df":10,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"62":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"62":{"tf":1.0},"63":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"57":{"tf":1.0},"62":{"tf":1.0}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"48":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"df":1,"docs":{"9":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":13,"docs":{"21":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"47":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"69":{"tf":1.4142135623730951},"8":{"tf":1.0}},"—":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"g":{"df":1,"docs":{"42":{"tf":1.0}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":10,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":12,"docs":{"0":{"tf":1.7320508075688772},"15":{"tf":1.0},"17":{"tf":1.0},"3":{"tf":1.4142135623730951},"34":{"tf":2.0},"4":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"65":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"70":{"tf":1.0}}}}}}},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"62":{"tf":1.0},"63":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":5,"docs":{"34":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"65":{"tf":1.0}}}},"o":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"49":{"tf":1.0}}}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"59":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":2,"docs":{"34":{"tf":1.4142135623730951},"59":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":29,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"12":{"tf":1.4142135623730951},"15":{"tf":1.7320508075688772},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"2":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.7320508075688772},"38":{"tf":1.0},"39":{"tf":1.4142135623730951},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.7320508075688772},"44":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.7320508075688772},"55":{"tf":1.0},"57":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.4142135623730951},"68":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":2,"docs":{"22":{"tf":1.0},"8":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"df":9,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.7320508075688772},"42":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.7320508075688772},"46":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"=":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"46":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"49":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"21":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"[":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":17,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"50":{"tf":1.0},"55":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.4142135623730951},"69":{"tf":1.0},"70":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"22":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"12":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"65":{"tf":1.0},"67":{"tf":1.0}}}}}},"k":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"\\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"62":{"tf":1.0},"63":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":10,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"62":{"tf":1.0}}},"n":{"c":{"df":3,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"55":{"tf":1.0}}},"df":4,"docs":{"15":{"tf":1.0},"3":{"tf":1.0},"41":{"tf":1.0},"60":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"40":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":11,"docs":{"0":{"tf":1.0},"17":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"42":{"tf":1.7320508075688772},"69":{"tf":1.0}}}},"t":{"df":2,"docs":{"21":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"12":{"tf":1.0},"59":{"tf":1.0}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.4142135623730951},"65":{"tf":1.4142135623730951},"70":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"21":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":8,"docs":{"12":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"3":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"38":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"51":{"tf":1.0}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}}},"p":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"12":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"16":{"tf":1.0},"65":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"1":{"tf":1.0},"36":{"tf":1.0}}}},"n":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"4":{"tf":1.0},"47":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":4,"docs":{"14":{"tf":1.0},"2":{"tf":1.0},"54":{"tf":1.0},"66":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":5,"docs":{"0":{"tf":1.0},"19":{"tf":1.0},"60":{"tf":1.0},"67":{"tf":1.0},"70":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.7320508075688772}}}}}},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"36":{"tf":1.0},"53":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":1,"docs":{"12":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"19":{"tf":1.0},"26":{"tf":1.0},"31":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":3,"docs":{"15":{"tf":1.0},"21":{"tf":2.0},"22":{"tf":1.0}}}}}}}},"df":1,"docs":{"49":{"tf":1.0}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"34":{"tf":1.4142135623730951}}}},"r":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":4,"docs":{"0":{"tf":1.0},"29":{"tf":1.0},"4":{"tf":1.0},"70":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"48":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"62":{"tf":1.0},"67":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"15":{"tf":1.0},"16":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"69":{"tf":1.0}}}}}}}}},"l":{"a":{"df":0,"docs":{},"n":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":7,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"[":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":23,"docs":{"1":{"tf":1.0},"12":{"tf":2.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"20":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.4142135623730951},"3":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":2.0},"37":{"tf":1.4142135623730951},"4":{"tf":1.0},"41":{"tf":1.0},"55":{"tf":1.0},"65":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.0},"8":{"tf":1.0}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"42":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"61":{"tf":1.0}},"g":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"13":{"tf":1.0},"18":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"d":{"df":2,"docs":{"48":{"tf":1.0},"70":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"3":{"tf":1.0}}}},"df":0,"docs":{}},"df":5,"docs":{"39":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.7320508075688772},"68":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"55":{"tf":1.0},"70":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"14":{"tf":1.0},"22":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"9":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"15":{"tf":1.0},"43":{"tf":1.0},"65":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"36":{"tf":1.4142135623730951},"42":{"tf":2.0},"55":{"tf":1.0},"57":{"tf":1.0}}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"42":{"tf":1.0},"47":{"tf":1.0}}}},"t":{"df":3,"docs":{"22":{"tf":1.0},"60":{"tf":1.0},"68":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"36":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"65":{"tf":1.4142135623730951}}}}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"11":{"tf":1.0},"5":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"o":{"b":{"df":0,"docs":{},"e":{"df":8,"docs":{"17":{"tf":1.0},"21":{"tf":1.0},"28":{"tf":1.0},"41":{"tf":1.0},"59":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"33":{"tf":1.0},"34":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":6,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"51":{"tf":1.0},"70":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":6,"docs":{"0":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"59":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0}},"t":{"df":5,"docs":{"10":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":8,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"55":{"tf":1.0},"68":{"tf":1.0},"9":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":3,"docs":{"50":{"tf":1.0},"51":{"tf":2.23606797749979},"52":{"tf":1.4142135623730951}}}}}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":7,"docs":{"0":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"21":{"tf":1.0},"3":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"10":{"tf":1.0},"62":{"tf":1.0}},"r":{"df":1,"docs":{"42":{"tf":1.0}}}},"i":{"d":{"df":4,"docs":{"39":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":4,"docs":{"12":{"tf":1.4142135623730951},"4":{"tf":1.0},"41":{"tf":1.0},"70":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"41":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"b":{"df":3,"docs":{"34":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"70":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"69":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"18":{"tf":1.0},"3":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"45":{"tf":1.4142135623730951}}}}}},"q":{"a":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"52":{"tf":1.7320508075688772}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"24":{"tf":1.0},"66":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}}}}}},"r":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"12":{"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":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"(":{"1":{"0":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":3,"docs":{"25":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":10,"docs":{"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"29":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"12":{"tf":1.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"62":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"62":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"l":{"df":3,"docs":{"41":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.0}},"e":{"df":0,"docs":{},"—":{"a":{"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"67":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"46":{"tf":1.0}},"i":{"df":12,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"27":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.7320508075688772},"59":{"tf":1.0},"6":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.4142135623730951},"70":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"65":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":4,"docs":{"0":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"61":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"1":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"19":{"tf":1.0},"31":{"tf":1.4142135623730951},"34":{"tf":1.7320508075688772},"69":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":3,"docs":{"13":{"tf":1.0},"21":{"tf":1.0},"69":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"54":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"36":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"45":{"tf":1.0}}},"y":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"45":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}}}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}},"x":{"df":2,"docs":{"41":{"tf":1.0},"42":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"22":{"tf":1.0},"59":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"20":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"3":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"55":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":4,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":9,"docs":{"19":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"49":{"tf":1.0},"69":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":7,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"69":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"12":{"tf":1.0},"55":{"tf":1.0},"59":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":4,"docs":{"16":{"tf":1.0},"4":{"tf":1.0},"55":{"tf":1.0},"70":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":9,"docs":{"12":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"27":{"tf":1.4142135623730951},"31":{"tf":2.23606797749979},"34":{"tf":1.4142135623730951},"67":{"tf":1.0},"68":{"tf":1.4142135623730951},"70":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":15,"docs":{"22":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":2.0},"36":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"70":{"tf":1.0},"9":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"4":{"tf":1.0},"58":{"tf":1.0},"62":{"tf":1.0},"70":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"15":{"tf":1.4142135623730951},"21":{"tf":1.0},"58":{"tf":1.0},"65":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":3,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"69":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"64":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"10":{"tf":1.0},"69":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":6,"docs":{"0":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"55":{"tf":1.0},"65":{"tf":1.0},"70":{"tf":1.4142135623730951}}}}},"p":{"c":{"df":1,"docs":{"62":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":6,"docs":{"52":{"tf":1.4142135623730951},"53":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"62":{"tf":1.7320508075688772},"63":{"tf":1.4142135623730951}}}}}}}}},"df":23,"docs":{"1":{"tf":1.0},"10":{"tf":1.7320508075688772},"12":{"tf":1.7320508075688772},"13":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.7320508075688772},"20":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.0},"36":{"tf":1.7320508075688772},"4":{"tf":1.7320508075688772},"40":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"55":{"tf":2.0},"63":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.7320508075688772},"69":{"tf":1.4142135623730951},"70":{"tf":2.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"57":{"tf":1.0},"62":{"tf":1.4142135623730951}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":7,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":31,"docs":{"12":{"tf":1.0},"13":{"tf":1.4142135623730951},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":1.7320508075688772},"37":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"51":{"tf":2.0},"55":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"65":{"tf":1.7320508075688772},"68":{"tf":1.7320508075688772},"69":{"tf":1.7320508075688772},"70":{"tf":1.7320508075688772}},"’":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"41":{"tf":1.0}},"{":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"41":{"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":{},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"41":{"tf":1.0},"55":{"tf":1.0},"65":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"41":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"60":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":5,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"36":{"tf":1.4142135623730951},"65":{"tf":1.0},"69":{"tf":1.4142135623730951}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"0":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"42":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"24":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":10,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":31,"docs":{"1":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":2.23606797749979},"16":{"tf":1.7320508075688772},"17":{"tf":1.7320508075688772},"18":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":2.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"28":{"tf":1.0},"36":{"tf":1.7320508075688772},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"5":{"tf":1.0},"55":{"tf":2.23606797749979},"64":{"tf":1.4142135623730951},"65":{"tf":2.23606797749979},"66":{"tf":1.0},"67":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"69":{"tf":1.7320508075688772},"70":{"tf":2.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"40":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"16":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"22":{"tf":1.0},"7":{"tf":2.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"d":{"df":9,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"33":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"55":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0}}},"df":5,"docs":{"17":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{}},"f":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"62":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":5,"docs":{"21":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"62":{"tf":1.7320508075688772},"63":{"tf":1.7320508075688772}}}},"n":{"d":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"8":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"65":{"tf":1.0}},"i":{"c":{"df":6,"docs":{"0":{"tf":1.0},"39":{"tf":1.0},"48":{"tf":1.0},"68":{"tf":1.0},"70":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":7,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"36":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.0},"67":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"p":{"df":4,"docs":{"16":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0},"68":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":10,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"55":{"tf":1.0},"61":{"tf":1.0},"67":{"tf":1.0},"70":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":7,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"40":{"tf":1.0},"55":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"67":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"10":{"tf":1.4142135623730951},"31":{"tf":1.0},"69":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"w":{"df":4,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"23":{"tf":1.0},"61":{"tf":1.0}}}}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":14,"docs":{"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"36":{"tf":1.7320508075688772},"4":{"tf":1.0},"42":{"tf":1.4142135623730951},"53":{"tf":1.0},"59":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.4142135623730951},"9":{"tf":1.7320508075688772}},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"53":{"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":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"24":{"tf":1.0},"62":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"26":{"tf":1.0},"31":{"tf":1.0}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":3,"docs":{"12":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0}}}}},"t":{"df":1,"docs":{"15":{"tf":1.0}}},"z":{"df":0,"docs":{},"e":{"df":1,"docs":{"9":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}}},"w":{"df":3,"docs":{"42":{"tf":1.0},"68":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"35":{"tf":1.0}}}},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"68":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"17":{"tf":1.0},"3":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":5,"docs":{"21":{"tf":1.0},"24":{"tf":1.0},"64":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"58":{"tf":1.0},"63":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"o":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"3":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":1,"docs":{"70":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"60":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":6,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"42":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"67":{"tf":1.0}},"i":{"df":1,"docs":{"17":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":3,"docs":{"22":{"tf":1.0},"37":{"tf":1.0},"69":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"39":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"68":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"22":{"tf":1.0},"68":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"62":{"tf":1.0}}}}}}},"df":0,"docs":{}},"_":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"58":{"tf":1.0},"63":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":13,"docs":{"12":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.7320508075688772},"55":{"tf":1.0},"57":{"tf":1.0},"62":{"tf":1.0},"68":{"tf":1.0},"70":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"7":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"e":{"df":3,"docs":{"12":{"tf":1.0},"22":{"tf":1.0},"9":{"tf":1.7320508075688772}}},"i":{"c":{"df":1,"docs":{"62":{"tf":1.0}}},"df":0,"docs":{}}},"y":{"df":5,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"35":{"tf":1.4142135623730951},"63":{"tf":1.0},"69":{"tf":1.0}}}},"d":{":":{":":{"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":7,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{":":{":":{"a":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"62":{"tf":1.0}}},"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":{":":{":":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"24":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"21":{"tf":1.0},"42":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"69":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"p":{"df":3,"docs":{"12":{"tf":1.0},"55":{"tf":1.0},"70":{"tf":1.0}}}},"r":{"df":2,"docs":{"62":{"tf":1.0},"63":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"70":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"26":{"tf":1.0},"31":{"tf":1.4142135623730951}}}}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"62":{"tf":1.0},"63":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"67":{"tf":1.4142135623730951}}}}}},"u":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"25":{"tf":1.0}}}},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"6":{"tf":1.0}}}}},"df":6,"docs":{"0":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":1.0},"70":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"0":{"tf":1.0},"70":{"tf":1.0}}}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"4":{"tf":1.0},"55":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"40":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"16":{"tf":1.0},"34":{"tf":1.0},"66":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"13":{"tf":1.0},"22":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"27":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"30":{"tf":1.0}}}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"69":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"68":{"tf":1.0}}}}}}},"n":{"c":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":7,"docs":{"20":{"tf":1.4142135623730951},"3":{"tf":1.0},"4":{"tf":1.0},"55":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}}}}}}}},"t":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951}}},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"7":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"2":{"0":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}},"4":{"5":{"df":2,"docs":{"27":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"62":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"63":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":4,"docs":{"17":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"55":{"tf":1.0}}}}},"d":{"df":3,"docs":{"20":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"22":{"tf":1.0},"3":{"tf":1.4142135623730951},"67":{"tf":1.0}}},"r":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"21":{"tf":1.0},"30":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"c":{"a":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"25":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":34,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.0},"11":{"tf":1.0},"15":{"tf":2.0},"16":{"tf":1.7320508075688772},"17":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.7320508075688772},"30":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.7320508075688772},"44":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":2.23606797749979},"5":{"tf":1.4142135623730951},"55":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.4142135623730951},"61":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.4142135623730951},"68":{"tf":1.0},"69":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"59":{"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":{"58":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"{":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"24":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"63":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"62":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"62":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"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":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{":":{":":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{":":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":3,"docs":{"44":{"tf":1.0},"45":{"tf":1.7320508075688772},"46":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"v":{"1":{"df":1,"docs":{"45":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":1,"docs":{"44":{"tf":1.0}}}}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"7":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"13":{"tf":1.0},"36":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"e":{"df":13,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"3":{"tf":1.4142135623730951},"31":{"tf":1.0},"35":{"tf":1.7320508075688772},"38":{"tf":1.0},"42":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.7320508075688772}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"41":{"tf":1.0},"42":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"35":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"15":{"tf":1.0},"20":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"42":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"31":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":18,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.7320508075688772},"55":{"tf":1.7320508075688772},"60":{"tf":1.0},"62":{"tf":1.4142135623730951},"65":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"8":{"tf":1.0}},"y":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"g":{"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":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"62":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"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":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"67":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"15":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"65":{"tf":1.0}}},"k":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"65":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":14,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.7320508075688772},"41":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"70":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"34":{"tf":1.0},"61":{"tf":1.0},"67":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":19,"docs":{"0":{"tf":1.7320508075688772},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"21":{"tf":1.0},"25":{"tf":2.0},"26":{"tf":2.0},"27":{"tf":1.0},"29":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":2.449489742783178},"41":{"tf":1.0},"67":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"69":{"tf":1.0},"70":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"5":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"5":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"16":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"19":{"tf":1.0},"70":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"68":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"34":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"69":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":3,"docs":{"22":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"37":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}}},"x":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"7":{"tf":1.0}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"37":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"25":{"tf":1.0},"3":{"tf":1.4142135623730951},"55":{"tf":1.0},"57":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"63":{"tf":1.0},"68":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}}}},"p":{"df":3,"docs":{"4":{"tf":1.0},"51":{"tf":1.0},"65":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"17":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"16":{"tf":1.0}}}},"df":26,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":2.23606797749979},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.0},"62":{"tf":2.23606797749979},"63":{"tf":1.7320508075688772},"65":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"19":{"tf":1.0},"67":{"tf":1.0},"9":{"tf":1.7320508075688772}},"s":{"(":{"1":{"0":{"df":2,"docs":{"26":{"tf":1.0},"31":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"3":{"0":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":2,"docs":{"25":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"z":{"df":3,"docs":{"34":{"tf":2.449489742783178},"62":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"64":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"2":{"df":4,"docs":{"25":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"3":{"df":3,"docs":{"24":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0}}},"4":{"df":3,"docs":{"27":{"tf":1.0},"30":{"tf":1.0},"8":{"tf":1.0}}},"7":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":21,"docs":{"0":{"tf":2.0},"13":{"tf":1.0},"17":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.4142135623730951},"55":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"67":{"tf":1.4142135623730951},"69":{"tf":1.0},"70":{"tf":2.0}}},"df":0,"docs":{}},"u":{"df":1,"docs":{"52":{"tf":1.0}}}},"r":{"df":1,"docs":{"51":{"tf":1.0}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"46":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"!":{"[":{"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":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":1,"docs":{"62":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"10":{"tf":1.0},"31":{"tf":1.0},"69":{"tf":1.0}},"f":{"df":1,"docs":{"13":{"tf":1.0}},"i":{"df":13,"docs":{"0":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"27":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"i":{"a":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"16":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"[":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"12":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"70":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":2.0}},"e":{"df":0,"docs":{},"t":{"df":13,"docs":{"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"33":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"65":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.4142135623730951},"69":{"tf":1.0}},"s":{"(":{"1":{"0":{"0":{"df":1,"docs":{"30":{"tf":1.0}}},"df":5,"docs":{"25":{"tf":1.0},"27":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"2":{"0":{"df":2,"docs":{"26":{"tf":1.0},"31":{"tf":1.0}}},"df":0,"docs":{}},"5":{"0":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}},"y":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":1,"docs":{"12":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"’":{"df":2,"docs":{"33":{"tf":1.0},"34":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"21":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"67":{"tf":1.0},"70":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"68":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":8,"docs":{"10":{"tf":1.0},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"20":{"tf":1.0},"36":{"tf":1.0},"55":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":4,"docs":{"39":{"tf":1.0},"57":{"tf":1.0},"64":{"tf":1.0},"68":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"64":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"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":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"2":{"0":{"df":2,"docs":{"26":{"tf":1.0},"31":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"0":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":1,"docs":{"10":{"tf":1.0}}},"6":{"0":{"0":{"df":1,"docs":{"30":{"tf":1.0}}},"df":4,"docs":{"10":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"9":{"0":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"0":{"df":1,"docs":{"64":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"0":{"tf":1.0},"35":{"tf":1.4142135623730951},"9":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"33":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":5,"docs":{"24":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":4,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"49":{"tf":1.0},"65":{"tf":1.7320508075688772}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":34,"docs":{"1":{"tf":1.0},"12":{"tf":2.23606797749979},"13":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.7320508075688772},"18":{"tf":1.4142135623730951},"19":{"tf":2.0},"20":{"tf":2.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":1.7320508075688772},"4":{"tf":1.4142135623730951},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"55":{"tf":2.23606797749979},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":2.23606797749979},"63":{"tf":1.0},"65":{"tf":1.0},"67":{"tf":1.7320508075688772},"68":{"tf":1.0},"69":{"tf":1.4142135623730951},"70":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"5":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"e":{"df":1,"docs":{"69":{"tf":1.0}}}}}},"breadcrumbs":{"root":{"0":{"df":2,"docs":{"10":{"tf":1.0},"53":{"tf":1.0}}},"1":{"0":{"0":{"df":1,"docs":{"29":{"tf":1.0}}},"df":3,"docs":{"10":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0}}},"df":2,"docs":{"10":{"tf":1.0},"44":{"tf":1.4142135623730951}}},"2":{"0":{"df":1,"docs":{"29":{"tf":1.0}}},"df":2,"docs":{"45":{"tf":1.4142135623730951},"7":{"tf":1.0}}},"3":{"0":{"df":1,"docs":{"7":{"tf":1.0}}},"df":1,"docs":{"46":{"tf":1.4142135623730951}}},"4":{"df":1,"docs":{"47":{"tf":1.4142135623730951}}},"5":{"0":{"df":1,"docs":{"29":{"tf":1.0}}},"df":2,"docs":{"48":{"tf":1.4142135623730951},"7":{"tf":1.0}}},"6":{"0":{"df":1,"docs":{"7":{"tf":1.0}}},"df":1,"docs":{"49":{"tf":1.4142135623730951}}},"7":{"df":1,"docs":{"31":{"tf":1.0}}},"9":{"0":{"9":{"0":{"df":1,"docs":{"51":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":7,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"62":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"a":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"70":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":6,"docs":{"41":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"55":{"tf":1.0},"62":{"tf":1.0},"8":{"tf":1.0}}}},"v":{"df":9,"docs":{"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"55":{"tf":1.0},"62":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"19":{"tf":1.0},"21":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"34":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"65":{"tf":1.0}}}}},"d":{"df":4,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"43":{"tf":1.0},"70":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"57":{"tf":1.0}}}}}}},"df":6,"docs":{"55":{"tf":1.0},"57":{"tf":1.7320508075688772},"58":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"61":{"tf":1.0}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"23":{"tf":1.0},"42":{"tf":1.0},"67":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":8,"docs":{"28":{"tf":2.0},"29":{"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}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"58":{"tf":1.0}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"31":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"68":{"tf":1.0}}}}}}}}}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":4,"docs":{"17":{"tf":1.0},"21":{"tf":1.4142135623730951},"36":{"tf":1.0},"69":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":16,"docs":{"10":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}}}}},"df":1,"docs":{"22":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"10":{"tf":1.0},"69":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.7320508075688772}}}}}},"p":{"df":0,"docs":{},"i":{"df":2,"docs":{"50":{"tf":1.4142135623730951},"53":{"tf":1.7320508075688772}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":5,"docs":{"66":{"tf":1.7320508075688772},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":11,"docs":{"20":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"26":{"tf":1.7320508075688772},"27":{"tf":1.7320508075688772},"29":{"tf":1.4142135623730951},"30":{"tf":1.7320508075688772},"31":{"tf":1.7320508075688772},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.7320508075688772}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"4":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"53":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":8,"docs":{"28":{"tf":1.0},"29":{"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}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"15":{"tf":1.0},"55":{"tf":1.0},"65":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":12,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"42":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0},"63":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0}}}},"t":{"df":3,"docs":{"16":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.7320508075688772}}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"0":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{":":{":":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"62":{"tf":1.0},"63":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"62":{"tf":1.0},"63":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":13,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":2.0},"52":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"55":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":6,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"64":{"tf":1.0},"67":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"48":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"17":{"tf":1.7320508075688772},"36":{"tf":1.0},"5":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"51":{"tf":1.0},"64":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":17,"docs":{"0":{"tf":1.7320508075688772},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"36":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.4142135623730951},"45":{"tf":1.7320508075688772},"55":{"tf":1.0},"65":{"tf":1.0},"67":{"tf":1.7320508075688772},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"22":{"tf":1.0},"42":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"df":0,"docs":{}}}}},"b":{"(":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"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":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"4":{"tf":1.0},"59":{"tf":1.0},"65":{"tf":1.0}}},"df":0,"docs":{}}}}},"d":{"df":4,"docs":{"10":{"tf":1.0},"33":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"22":{"tf":1.0},"37":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"55":{"tf":1.0},"58":{"tf":1.0},"63":{"tf":1.0}}}}}},"i":{"c":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}}}},"df":1,"docs":{"4":{"tf":1.0}},"e":{"c":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"63":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":6,"docs":{"22":{"tf":1.0},"30":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.0},"55":{"tf":1.0},"68":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"41":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":9,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"36":{"tf":1.0},"40":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"22":{"tf":1.7320508075688772},"38":{"tf":1.0}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":7,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"68":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"42":{"tf":1.0},"44":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"b":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{"df":1,"docs":{"26":{"tf":1.0}}},"2":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":6,"docs":{"0":{"tf":1.7320508075688772},"17":{"tf":1.0},"19":{"tf":1.0},"67":{"tf":1.0},"70":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":19,"docs":{"0":{"tf":1.0},"10":{"tf":2.23606797749979},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":2.449489742783178},"55":{"tf":1.0},"59":{"tf":1.0},"65":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.4142135623730951},"69":{"tf":2.0},"7":{"tf":2.6457513110645907},"70":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"70":{"tf":1.0}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"0":{"tf":1.0},"1":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"18":{"tf":1.0},"20":{"tf":1.0},"26":{"tf":1.0},"67":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"55":{"tf":1.0}}}}},"df":1,"docs":{"35":{"tf":1.0}}},"df":0,"docs":{}}},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":7,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"13":{"tf":1.0},"29":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"o":{"a":{"d":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"9":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":15,"docs":{"12":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"44":{"tf":1.7320508075688772},"55":{"tf":1.0},"6":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"67":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":5,"docs":{"21":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"62":{"tf":1.7320508075688772},"64":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"z":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"c":{"(":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}},"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":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"9":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"68":{"tf":1.4142135623730951},"69":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":2,"docs":{"53":{"tf":1.4142135623730951},"64":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"62":{"tf":1.0}}}}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"55":{"tf":1.0},"65":{"tf":1.0},"68":{"tf":1.0},"70":{"tf":1.0}}}},"c":{"df":2,"docs":{"28":{"tf":1.0},"29":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"36":{"tf":1.0},"55":{"tf":1.0},"69":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":1,"docs":{"49":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"31":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"30":{"tf":1.0},"35":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"68":{"tf":1.0}}}}},"df":1,"docs":{"4":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"1":{"tf":1.0},"65":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"2":{"df":1,"docs":{"26":{"tf":1.0}}},"5":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"0":{"tf":1.0}}},"df":0,"docs":{}}}},"df":3,"docs":{"19":{"tf":1.0},"67":{"tf":1.0},"70":{"tf":1.0}}}}}},"o":{"df":13,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"27":{"tf":1.7320508075688772},"31":{"tf":2.0},"34":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.7320508075688772},"69":{"tf":1.4142135623730951},"70":{"tf":1.0},"8":{"tf":2.23606797749979}},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"55":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"67":{"tf":1.7320508075688772}}}},"c":{"df":0,"docs":{},"k":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":15,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.4142135623730951},"42":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.4142135623730951},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"42":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"22":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"17":{"tf":1.4142135623730951},"22":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0},"68":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}}}}},"i":{"df":5,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"36":{"tf":1.0},"40":{"tf":1.0},"7":{"tf":1.4142135623730951}},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"42":{"tf":1.0},"47":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"60":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"42":{"tf":1.0},"68":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":5,"docs":{"12":{"tf":1.0},"55":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"70":{"tf":1.0}},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"r":{"df":7,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0},"55":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"67":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}},"d":{"a":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"|":{"df":2,"docs":{"62":{"tf":1.0},"63":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"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":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}},"df":5,"docs":{"53":{"tf":1.0},"57":{"tf":1.0},"62":{"tf":1.7320508075688772},"63":{"tf":1.7320508075688772},"65":{"tf":1.0}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":15,"docs":{"1":{"tf":1.0},"13":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.7320508075688772},"40":{"tf":1.4142135623730951},"42":{"tf":1.0},"45":{"tf":2.23606797749979},"48":{"tf":1.4142135623730951},"49":{"tf":1.0},"55":{"tf":1.0},"70":{"tf":1.0}},"—":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"55":{"tf":1.0}}}}}}}}}}}},"o":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"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":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}}},"df":3,"docs":{"20":{"tf":1.0},"35":{"tf":1.0},"53":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"14":{"tf":1.0},"23":{"tf":1.0},"4":{"tf":1.0},"55":{"tf":1.0},"70":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"41":{"tf":1.4142135623730951},"67":{"tf":1.0},"68":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"34":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"22":{"tf":1.0},"36":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"18":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"3":{"tf":1.0},"70":{"tf":1.4142135623730951}}},"s":{"df":14,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.4142135623730951},"4":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"51":{"tf":1.0},"55":{"tf":1.0},"65":{"tf":1.0},"69":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"70":{"tf":1.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":2,"docs":{"30":{"tf":1.0},"31":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":2,"docs":{"2":{"tf":1.0},"36":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"8":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"20":{"tf":1.0},"67":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"4":{"tf":1.0},"55":{"tf":1.0},"63":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"3":{"tf":1.0},"69":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":3,"docs":{"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"65":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"r":{"df":10,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.0},"65":{"tf":1.4142135623730951},"67":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"63":{"tf":1.4142135623730951},"68":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":9,"docs":{"0":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.7320508075688772},"27":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"7":{"tf":1.7320508075688772},"70":{"tf":1.0}}}}}},"i":{"d":{"df":1,"docs":{"57":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.0},"37":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"35":{"tf":1.4142135623730951},"59":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"m":{"df":3,"docs":{"15":{"tf":1.0},"53":{"tf":1.4142135623730951},"65":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"39":{"tf":1.0},"44":{"tf":1.0},"70":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"1":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"17":{"tf":1.0},"18":{"tf":1.7320508075688772},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.7320508075688772},"67":{"tf":1.4142135623730951}}}},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"0":{"tf":1.7320508075688772},"55":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"20":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"54":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":6,"docs":{"19":{"tf":1.4142135623730951},"34":{"tf":1.0},"42":{"tf":1.0},"55":{"tf":1.0},"68":{"tf":1.4142135623730951},"70":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"39":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":3,"docs":{"12":{"tf":1.0},"31":{"tf":1.0},"55":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"55":{"tf":1.0},"65":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"23":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":9,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.7320508075688772},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.7320508075688772},"65":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"36":{"tf":1.0}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.4142135623730951}}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"21":{"tf":1.0},"67":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"33":{"tf":1.0},"34":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"54":{"tf":1.0},"65":{"tf":2.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"17":{"tf":1.0},"48":{"tf":1.7320508075688772},"70":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":4,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"52":{"tf":1.0}}}}}}}}}}}},"df":4,"docs":{"52":{"tf":1.0},"53":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"33":{"tf":1.0},"34":{"tf":1.0},"60":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":6,"docs":{"33":{"tf":1.0},"35":{"tf":1.4142135623730951},"46":{"tf":1.0},"52":{"tf":2.0},"53":{"tf":1.0},"61":{"tf":1.0}}}}}}}},"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"[":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"a":{"df":8,"docs":{"0":{"tf":2.449489742783178},"22":{"tf":1.0},"26":{"tf":2.23606797749979},"30":{"tf":1.0},"53":{"tf":1.0},"60":{"tf":1.0},"70":{"tf":1.7320508075688772},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"45":{"tf":1.0}}}}}},"t":{"a":{"df":14,"docs":{"0":{"tf":2.23606797749979},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"33":{"tf":1.0},"4":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"65":{"tf":1.0},"67":{"tf":1.4142135623730951},"69":{"tf":1.0},"70":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":2,"docs":{"12":{"tf":1.0},"4":{"tf":1.0}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":4,"docs":{"38":{"tf":1.0},"42":{"tf":1.0},"51":{"tf":1.0},"8":{"tf":1.0}},"g":{"df":2,"docs":{"11":{"tf":1.0},"66":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"12":{"tf":1.0},"17":{"tf":1.0}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"r":{"df":8,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"3":{"tf":1.0},"55":{"tf":1.0},"6":{"tf":1.7320508075688772},"70":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"54":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"64":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":9,"docs":{"21":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.4142135623730951},"55":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"17":{"tf":1.0},"55":{"tf":1.0},"67":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"20":{"tf":1.0},"21":{"tf":1.0},"67":{"tf":1.0}}}}}}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":2,"docs":{"30":{"tf":1.0},"35":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}},"t":{"a":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"16":{"tf":1.0},"65":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"42":{"tf":1.0},"44":{"tf":1.0},"69":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":21,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.7320508075688772},"40":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.4142135623730951},"6":{"tf":1.0},"65":{"tf":1.0},"70":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"(":{"&":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":7,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0}}}}},"df":0,"docs":{}}},"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":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"57":{"tf":1.0},"62":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":6,"docs":{"16":{"tf":1.0},"18":{"tf":1.4142135623730951},"3":{"tf":1.0},"4":{"tf":1.0},"55":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"55":{"tf":1.0},"70":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"13":{"tf":1.7320508075688772}}}}},"k":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"45":{"tf":1.4142135623730951}}}}}}},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"11":{"tf":1.0},"8":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":16,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"54":{"tf":1.7320508075688772},"55":{"tf":2.23606797749979},"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}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"14":{"tf":1.0},"36":{"tf":1.0},"69":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"38":{"tf":1.0},"53":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":2,"docs":{"39":{"tf":1.0},"51":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"66":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":3,"docs":{"0":{"tf":1.7320508075688772},"60":{"tf":1.0},"70":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"42":{"tf":1.0},"54":{"tf":1.0}},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"39":{"tf":1.4142135623730951},"4":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":2.449489742783178},"65":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"22":{"tf":1.0},"65":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"\'":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":2,"docs":{"33":{"tf":1.0},"62":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"[":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}},"df":8,"docs":{"12":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"62":{"tf":1.0}},"n":{"df":1,"docs":{"18":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"l":{"df":6,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.0},"57":{"tf":1.0},"65":{"tf":1.0},"67":{"tf":1.7320508075688772}}}},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":13,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"55":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":3,"docs":{"12":{"tf":1.0},"63":{"tf":1.0},"70":{"tf":1.4142135623730951}}}}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"34":{"tf":2.0},"52":{"tf":1.0},"53":{"tf":1.0},"62":{"tf":1.7320508075688772},"63":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}},"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":7,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"7":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"62":{"tf":1.0}}}}}}},"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"12":{"tf":1.0}}}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"13":{"tf":1.0},"16":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"42":{"tf":1.0}}}}},"s":{"df":1,"docs":{"39":{"tf":1.0}},"i":{"df":1,"docs":{"17":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":2,"docs":{"12":{"tf":1.0},"4":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":6,"docs":{"0":{"tf":1.0},"21":{"tf":1.0},"42":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":3,"docs":{"27":{"tf":1.0},"31":{"tf":1.0},"8":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"d":{"df":4,"docs":{"16":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"65":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"53":{"tf":1.0},"59":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":2,"docs":{"10":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"15":{"tf":1.0},"3":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":6,"docs":{"10":{"tf":1.4142135623730951},"17":{"tf":1.0},"55":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":7,"docs":{"33":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"60":{"tf":1.0},"70":{"tf":1.0}}}}},"v":{"df":1,"docs":{"51":{"tf":1.0}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":19,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"36":{"tf":1.7320508075688772},"37":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.7320508075688772},"65":{"tf":1.0},"68":{"tf":1.4142135623730951},"69":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"68":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"—":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"57":{"tf":1.0}}}}}}},"r":{"(":{"\\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"62":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"58":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"2":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"a":{"df":0,"docs":{},"l":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"52":{"tf":1.0},"53":{"tf":1.0},"63":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":8,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0},"63":{"tf":1.0},"70":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"59":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":3,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"54":{"tf":1.0}}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":21,"docs":{"15":{"tf":1.0},"23":{"tf":1.7320508075688772},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.7320508075688772},"29":{"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},"53":{"tf":1.0},"61":{"tf":1.7320508075688772},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"70":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"m":{"d":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"c":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"4":{"tf":1.4142135623730951},"41":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"70":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"0":{"tf":1.4142135623730951},"17":{"tf":1.0},"3":{"tf":1.0},"67":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951}},"s":{"(":{"0":{"df":1,"docs":{"24":{"tf":1.0}}},"1":{"df":6,"docs":{"25":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}},"2":{"df":3,"docs":{"26":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":6,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"65":{"tf":1.0},"70":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":10,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"62":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":33,"docs":{"1":{"tf":1.0},"12":{"tf":2.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":2.0},"19":{"tf":1.0},"20":{"tf":2.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"35":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772},"42":{"tf":1.0},"52":{"tf":1.7320508075688772},"53":{"tf":1.0},"55":{"tf":2.23606797749979},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"61":{"tf":2.0},"62":{"tf":2.23606797749979},"63":{"tf":2.23606797749979},"64":{"tf":1.4142135623730951},"65":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.4142135623730951},"7":{"tf":1.7320508075688772},"70":{"tf":1.7320508075688772},"9":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"67":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"45":{"tf":1.0},"46":{"tf":1.7320508075688772},"58":{"tf":1.0}}}},"s":{"df":3,"docs":{"51":{"tf":1.4142135623730951},"53":{"tf":1.0},"57":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"—":{"a":{"d":{"df":0,"docs":{},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"68":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"20":{"tf":1.0},"21":{"tf":1.0},"67":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":10,"docs":{"13":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.7320508075688772},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.4142135623730951}}},"df":0,"docs":{},"s":{"df":2,"docs":{"16":{"tf":1.0},"32":{"tf":1.4142135623730951}}}}}}},"}":{"\\"":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"63":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"f":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"15":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":4,"docs":{"12":{"tf":1.0},"47":{"tf":1.0},"57":{"tf":1.0},"69":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":8,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.4142135623730951},"53":{"tf":1.0},"59":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}},"l":{"df":0,"docs":{},"s":{"df":3,"docs":{"10":{"tf":1.0},"42":{"tf":1.0},"69":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}}}},"q":{"df":1,"docs":{"69":{"tf":1.7320508075688772}}},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"17":{"tf":1.0},"47":{"tf":1.0},"57":{"tf":1.0},"64":{"tf":1.0},"7":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"22":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"35":{"tf":1.0},"59":{"tf":1.0}}},"df":0,"docs":{}},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"42":{"tf":1.0},"47":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"22":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"29":{"tf":1.4142135623730951},"31":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":1,"docs":{"69":{"tf":1.0}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"17":{"tf":1.0},"58":{"tf":1.0},"63":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"42":{"tf":1.0},"8":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"69":{"tf":1.0}}}}}}}}}},"t":{"df":6,"docs":{"15":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0},"61":{"tf":1.0}}},"x":{"df":2,"docs":{"7":{"tf":1.0},"8":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"36":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0}}},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"68":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":3,"docs":{"13":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"65":{"tf":1.0},"67":{"tf":1.0}}}}}}},"n":{"df":16,"docs":{"10":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"34":{"tf":2.23606797749979},"52":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"6":{"tf":1.0},"62":{"tf":2.449489742783178},"63":{"tf":2.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"o":{"c":{"df":0,"docs":{},"u":{"df":2,"docs":{"6":{"tf":1.0},"7":{"tf":1.0}},"s":{"df":3,"docs":{"0":{"tf":1.0},"15":{"tf":1.0},"42":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"36":{"tf":1.0},"4":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"t":{"!":{"(":{"\\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"4":{"tf":1.0}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"48":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":13,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"2":{"tf":1.7320508075688772},"21":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"z":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"44":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"57":{"tf":1.0},"58":{"tf":1.0}}}}}}}}}}},"df":20,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.4142135623730951},"2":{"tf":1.0},"3":{"tf":1.4142135623730951},"4":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.7320508075688772},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.0},"65":{"tf":1.4142135623730951},"67":{"tf":1.0},"7":{"tf":1.4142135623730951}},"’":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"8":{"tf":1.0}}}}}}},"d":{"df":1,"docs":{"67":{"tf":1.0}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"33":{"tf":1.4142135623730951}}}}}},"g":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"3":{"tf":1.0},"68":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"41":{"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":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"57":{"tf":1.0},"62":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":8,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"33":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"55":{"tf":1.0},"62":{"tf":1.0},"70":{"tf":1.0}}}}},"t":{"(":{"0":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"62":{"tf":1.0},"63":{"tf":1.0}}}},"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":1,"docs":{"1":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"70":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"17":{"tf":1.0},"22":{"tf":1.0}}}},"df":0,"docs":{},"o":{"d":{"df":5,"docs":{"10":{"tf":1.0},"39":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"33":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"17":{"tf":1.0},"22":{"tf":1.0}}},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"29":{"tf":1.0},"30":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":1,"docs":{"64":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"14":{"tf":1.0},"55":{"tf":1.0},"66":{"tf":1.0}}},"df":0,"docs":{}}},"df":41,"docs":{"1":{"tf":1.0},"14":{"tf":1.7320508075688772},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"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},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"12":{"tf":1.0}},"l":{"df":4,"docs":{"0":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"r":{"d":{"df":1,"docs":{"8":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"24":{"tf":1.0},"29":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"17":{"tf":1.0},"4":{"tf":1.0},"9":{"tf":1.7320508075688772}},"i":{"df":2,"docs":{"20":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"df":1,"docs":{"48":{"tf":1.0}}},"p":{"df":1,"docs":{"5":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.7320508075688772}}}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"0":{"tf":1.0},"63":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":8,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"4":{"tf":1.0},"65":{"tf":1.0},"67":{"tf":1.0},"70":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"13":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0},"51":{"tf":1.0},"65":{"tf":1.0},"69":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"65":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"9":{"0":{"9":{"0":{"df":1,"docs":{"51":{"tf":1.0}}},"df":0,"docs":{}},"df":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":{"53":{"tf":1.7320508075688772}}}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"i":{"[":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"20":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"a":{"df":3,"docs":{"32":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"62":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"49":{"tf":1.4142135623730951}}}}}},"i":{"df":40,"docs":{"14":{"tf":1.7320508075688772},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"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},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0}},"i":{"df":12,"docs":{"54":{"tf":1.7320508075688772},"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}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"61":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"44":{"tf":1.7320508075688772},"45":{"tf":2.23606797749979},"46":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"70":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.7320508075688772}}}},"l":{"df":2,"docs":{"62":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"65":{"tf":1.0}}}}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":4,"docs":{"0":{"tf":1.4142135623730951},"67":{"tf":1.0},"68":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":7,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.4142135623730951},"69":{"tf":1.0},"70":{"tf":1.0},"9":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"68":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"29":{"tf":1.0},"41":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"\\"":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"62":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"34":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"53":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"3":{"tf":1.0},"4":{"tf":1.4142135623730951},"6":{"tf":1.0},"70":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"12":{"tf":1.0},"21":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":3,"docs":{"20":{"tf":1.4142135623730951},"57":{"tf":1.0},"62":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"33":{"tf":1.0},"57":{"tf":1.0},"62":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"df":2,"docs":{"39":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"68":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"48":{"tf":1.0}}},"n":{"c":{"df":1,"docs":{"51":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"68":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":4,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"3":{"tf":1.0},"65":{"tf":1.0}}}},"n":{"d":{"df":4,"docs":{"17":{"tf":1.0},"55":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"6":{"tf":1.0},"67":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"0":{"tf":1.4142135623730951},"3":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":2,"docs":{"65":{"tf":1.7320508075688772},"9":{"tf":2.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"5":{"tf":1.0}}}}}},"v":{"df":3,"docs":{"35":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"8":{"tf":1.0}},"t":{"df":1,"docs":{"3":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"33":{"tf":2.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":2,"docs":{"42":{"tf":1.0},"62":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.0},"38":{"tf":1.0}}}},"’":{"df":1,"docs":{"0":{"tf":1.0}}}},"v":{"df":5,"docs":{"66":{"tf":1.7320508075688772},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0}}}},"j":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"g":{"df":4,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"55":{"tf":1.0},"70":{"tf":1.0}}}},"df":0,"docs":{}}},"k":{"8":{"df":11,"docs":{"16":{"tf":1.0},"22":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.7320508075688772},"51":{"tf":1.0},"69":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"49":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"70":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":15,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.7320508075688772},"22":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.0},"64":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951}}}},"y":{"df":2,"docs":{"62":{"tf":1.0},"63":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"45":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"67":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"u":{"b":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"48":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"48":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":7,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"65":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"g":{"df":1,"docs":{"47":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"13":{"tf":1.0},"7":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"21":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"38":{"tf":1.0},"70":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"26":{"tf":1.0},"4":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"15":{"tf":1.7320508075688772},"21":{"tf":1.0},"3":{"tf":1.0},"60":{"tf":1.0},"67":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":3,"docs":{"12":{"tf":1.0},"30":{"tf":1.4142135623730951},"55":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"t":{"df":2,"docs":{"3":{"tf":1.0},"34":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":10,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"4":{"tf":1.0},"55":{"tf":1.7320508075688772},"65":{"tf":1.0},"67":{"tf":1.0},"70":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"12":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}}}}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"19":{"tf":1.0},"29":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"20":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":17,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.4142135623730951},"3":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"49":{"tf":1.0},"65":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.4142135623730951},"70":{"tf":1.0},"9":{"tf":1.0}}}}},"o":{"a":{"d":{"df":4,"docs":{"25":{"tf":1.0},"29":{"tf":1.4142135623730951},"30":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"70":{"tf":1.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":5,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":14,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"36":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"4":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"65":{"tf":1.0},"69":{"tf":1.0}}},"t":{"df":1,"docs":{"65":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":3,"docs":{"62":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0}},"i":{"c":{"df":2,"docs":{"61":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{}},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":6,"docs":{"10":{"tf":1.0},"17":{"tf":1.0},"30":{"tf":1.0},"55":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"40":{"tf":1.0},"7":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"69":{"tf":1.0}}},"p":{"df":3,"docs":{"22":{"tf":1.0},"38":{"tf":1.0},"6":{"tf":1.0}}},"s":{"df":1,"docs":{"15":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"r":{"df":2,"docs":{"12":{"tf":1.0},"4":{"tf":1.0}}},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"10":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"39":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":16,"docs":{"10":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"13":{"tf":1.0},"54":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":8,"docs":{"13":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"45":{"tf":1.4142135623730951},"65":{"tf":1.0},"8":{"tf":1.0}}}},"l":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"33":{"tf":1.4142135623730951}}}}}},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"33":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"i":{"df":6,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"55":{"tf":1.0},"67":{"tf":1.0}}}},"p":{"df":3,"docs":{"16":{"tf":1.0},"42":{"tf":1.0},"65":{"tf":1.0}}},"t":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"66":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"17":{"tf":1.0},"40":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}},"x":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"0":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}},"2":{"5":{"df":2,"docs":{"27":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"y":{"b":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":8,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"55":{"tf":1.0},"69":{"tf":1.0}}}}},"t":{"df":1,"docs":{"21":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"30":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"2":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"42":{"tf":1.0},"70":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"c":{"df":6,"docs":{"12":{"tf":1.0},"51":{"tf":1.7320508075688772},"52":{"tf":2.0},"58":{"tf":1.0},"59":{"tf":1.0},"68":{"tf":1.0}},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"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":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{"\\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"_":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"5":{"df":2,"docs":{"27":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"u":{"b":{"df":1,"docs":{"45":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"m":{"df":5,"docs":{"22":{"tf":1.0},"24":{"tf":1.0},"38":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"10":{"tf":1.7320508075688772},"67":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"68":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":6,"docs":{"35":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.0},"57":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0}}}},"x":{"df":2,"docs":{"68":{"tf":1.0},"8":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":7,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"55":{"tf":2.23606797749979},"65":{"tf":1.0}}},"r":{"df":1,"docs":{"30":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"13":{"tf":1.0}}}},"df":1,"docs":{"57":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"51":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"31":{"tf":1.4142135623730951},"64":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"13":{"tf":1.0},"22":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":7,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.4142135623730951},"39":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":4,"docs":{"22":{"tf":1.0},"31":{"tf":1.4142135623730951},"67":{"tf":1.0},"69":{"tf":1.0}}}}}}},"t":{"df":10,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"62":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"62":{"tf":1.0},"63":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"57":{"tf":1.0},"62":{"tf":1.0}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"48":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"df":1,"docs":{"9":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":13,"docs":{"21":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"47":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"69":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"g":{"df":1,"docs":{"42":{"tf":1.0}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":10,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":12,"docs":{"0":{"tf":1.7320508075688772},"15":{"tf":1.0},"17":{"tf":1.0},"3":{"tf":1.4142135623730951},"34":{"tf":2.23606797749979},"4":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"65":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"70":{"tf":1.0}}}}}}},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"62":{"tf":1.0},"63":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":8,"docs":{"34":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.7320508075688772},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0}}}},"o":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"49":{"tf":1.0}}}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"59":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":2,"docs":{"34":{"tf":1.4142135623730951},"59":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":29,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"12":{"tf":1.4142135623730951},"15":{"tf":1.7320508075688772},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"2":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.7320508075688772},"38":{"tf":1.0},"39":{"tf":1.4142135623730951},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.7320508075688772},"44":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"53":{"tf":2.0},"55":{"tf":1.0},"57":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.4142135623730951},"68":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":2,"docs":{"22":{"tf":1.0},"8":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"df":9,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.7320508075688772},"42":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.7320508075688772},"46":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"=":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"46":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"49":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"21":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"[":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":17,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"55":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.4142135623730951},"69":{"tf":1.0},"70":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"22":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"12":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"65":{"tf":1.0},"67":{"tf":1.0}}}}}},"k":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"\\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"62":{"tf":1.0},"63":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":10,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"62":{"tf":1.0}}},"n":{"c":{"df":3,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"55":{"tf":1.0}}},"df":4,"docs":{"15":{"tf":1.0},"3":{"tf":1.0},"41":{"tf":1.0},"60":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"40":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":22,"docs":{"0":{"tf":1.0},"17":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"42":{"tf":2.23606797749979},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"69":{"tf":1.0}}}},"t":{"df":2,"docs":{"21":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"12":{"tf":1.0},"59":{"tf":1.0}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.4142135623730951},"65":{"tf":1.4142135623730951},"70":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"21":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":8,"docs":{"12":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"3":{"tf":1.0},"6":{"tf":1.4142135623730951},"9":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"38":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"51":{"tf":1.0}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.7320508075688772}}}}}}}}}},"p":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"12":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"16":{"tf":1.0},"65":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"1":{"tf":1.0},"36":{"tf":1.0}}}},"n":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"4":{"tf":1.0},"47":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":69,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.7320508075688772},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.7320508075688772},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"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},"4":{"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":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.7320508075688772},"55":{"tf":1.0},"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.7320508075688772},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":5,"docs":{"0":{"tf":1.0},"19":{"tf":1.0},"60":{"tf":1.0},"67":{"tf":1.0},"70":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":2.0}}}}}},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"36":{"tf":1.0},"53":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":1,"docs":{"12":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"19":{"tf":1.0},"26":{"tf":1.0},"31":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":3,"docs":{"15":{"tf":1.0},"21":{"tf":2.449489742783178},"22":{"tf":1.0}}}}}}}},"df":1,"docs":{"49":{"tf":1.0}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"34":{"tf":1.4142135623730951}}}},"r":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":4,"docs":{"0":{"tf":1.0},"29":{"tf":1.0},"4":{"tf":1.0},"70":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"48":{"tf":1.7320508075688772}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":7,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"5":{"tf":1.7320508075688772},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"62":{"tf":1.0},"67":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"15":{"tf":1.0},"16":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"69":{"tf":1.0}}}}}}}}},"l":{"a":{"df":0,"docs":{},"n":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":7,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"[":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":23,"docs":{"1":{"tf":1.0},"12":{"tf":2.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"20":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.4142135623730951},"3":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":2.0},"37":{"tf":1.4142135623730951},"4":{"tf":1.0},"41":{"tf":1.0},"55":{"tf":1.0},"65":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.0},"8":{"tf":1.0}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"42":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"61":{"tf":1.0}},"g":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"13":{"tf":1.0},"18":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"d":{"df":2,"docs":{"48":{"tf":1.0},"70":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"3":{"tf":1.0}}}},"df":0,"docs":{}},"df":5,"docs":{"39":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.7320508075688772},"68":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"55":{"tf":1.0},"70":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"14":{"tf":1.0},"22":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"9":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"15":{"tf":1.0},"43":{"tf":1.0},"65":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"36":{"tf":1.4142135623730951},"42":{"tf":2.0},"55":{"tf":1.0},"57":{"tf":1.0}}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"42":{"tf":1.0},"47":{"tf":1.4142135623730951}}}},"t":{"df":3,"docs":{"22":{"tf":1.0},"60":{"tf":1.0},"68":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"36":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":2.0}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"65":{"tf":1.4142135623730951}}}}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"11":{"tf":1.0},"5":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"o":{"b":{"df":0,"docs":{},"e":{"df":8,"docs":{"17":{"tf":1.0},"21":{"tf":1.0},"28":{"tf":1.0},"41":{"tf":1.0},"59":{"tf":1.0},"62":{"tf":1.4142135623730951},"64":{"tf":1.0},"65":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"33":{"tf":1.0},"34":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":6,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"51":{"tf":1.0},"70":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":6,"docs":{"0":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"59":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0}},"t":{"df":5,"docs":{"10":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":8,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"29":{"tf":1.4142135623730951},"3":{"tf":1.0},"35":{"tf":1.0},"55":{"tf":1.0},"68":{"tf":1.0},"9":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":3,"docs":{"50":{"tf":1.4142135623730951},"51":{"tf":2.449489742783178},"52":{"tf":1.4142135623730951}}}}}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":7,"docs":{"0":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"21":{"tf":1.0},"3":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":2.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"10":{"tf":1.0},"62":{"tf":1.0}},"r":{"df":1,"docs":{"42":{"tf":1.0}}}},"i":{"d":{"df":4,"docs":{"39":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":4,"docs":{"12":{"tf":1.4142135623730951},"4":{"tf":1.0},"41":{"tf":1.0},"70":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"41":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"b":{"df":3,"docs":{"34":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"70":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"69":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"18":{"tf":1.0},"3":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"45":{"tf":1.4142135623730951}}}}}},"q":{"a":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"52":{"tf":1.7320508075688772}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"24":{"tf":1.0},"66":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}}}}}},"r":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"12":{"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":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"(":{"1":{"0":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":3,"docs":{"25":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":10,"docs":{"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"29":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"12":{"tf":1.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"62":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"62":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"l":{"df":3,"docs":{"41":{"tf":1.0},"62":{"tf":1.7320508075688772},"63":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"—":{"a":{"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"67":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"46":{"tf":1.0}},"i":{"df":12,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"27":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.7320508075688772},"59":{"tf":1.0},"6":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.4142135623730951},"70":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"65":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":4,"docs":{"0":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"61":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"1":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"19":{"tf":1.0},"31":{"tf":1.4142135623730951},"34":{"tf":2.0},"69":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":3,"docs":{"13":{"tf":1.0},"21":{"tf":1.0},"69":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":13,"docs":{"54":{"tf":1.7320508075688772},"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":2.0},"66":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"36":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"45":{"tf":1.0}}},"y":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"45":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}}}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}},"x":{"df":2,"docs":{"41":{"tf":1.0},"42":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"22":{"tf":1.0},"59":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"20":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"3":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"55":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":4,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":9,"docs":{"19":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"49":{"tf":1.0},"69":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":7,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"27":{"tf":1.7320508075688772},"28":{"tf":1.0},"69":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"12":{"tf":1.0},"55":{"tf":1.0},"59":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":4,"docs":{"16":{"tf":1.0},"4":{"tf":1.0},"55":{"tf":1.0},"70":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":9,"docs":{"12":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"27":{"tf":1.4142135623730951},"31":{"tf":2.23606797749979},"34":{"tf":1.4142135623730951},"67":{"tf":1.0},"68":{"tf":1.4142135623730951},"70":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":15,"docs":{"22":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":2.0},"36":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"70":{"tf":1.0},"9":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"4":{"tf":1.0},"58":{"tf":1.0},"62":{"tf":1.0},"70":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"15":{"tf":1.4142135623730951},"21":{"tf":1.0},"58":{"tf":1.0},"65":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":3,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"69":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"64":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"10":{"tf":1.0},"69":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":6,"docs":{"0":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"55":{"tf":1.0},"65":{"tf":1.0},"70":{"tf":1.4142135623730951}}}}},"p":{"c":{"df":1,"docs":{"62":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":6,"docs":{"52":{"tf":1.4142135623730951},"53":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"62":{"tf":1.7320508075688772},"63":{"tf":1.4142135623730951}}}}}}}}},"df":23,"docs":{"1":{"tf":1.0},"10":{"tf":2.0},"12":{"tf":1.7320508075688772},"13":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.7320508075688772},"20":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.0},"36":{"tf":2.23606797749979},"4":{"tf":1.7320508075688772},"40":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"49":{"tf":1.4142135623730951},"5":{"tf":1.0},"51":{"tf":1.0},"55":{"tf":2.0},"63":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.7320508075688772},"69":{"tf":1.4142135623730951},"70":{"tf":2.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"57":{"tf":1.0},"62":{"tf":1.4142135623730951}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":7,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":31,"docs":{"12":{"tf":1.0},"13":{"tf":1.4142135623730951},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":1.7320508075688772},"37":{"tf":2.0},"38":{"tf":1.7320508075688772},"39":{"tf":1.7320508075688772},"4":{"tf":1.4142135623730951},"40":{"tf":1.7320508075688772},"41":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"51":{"tf":2.0},"55":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.7320508075688772},"65":{"tf":1.7320508075688772},"68":{"tf":1.7320508075688772},"69":{"tf":1.7320508075688772},"70":{"tf":1.7320508075688772}},"’":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"41":{"tf":1.0}},"{":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"41":{"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":{},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"41":{"tf":1.0},"55":{"tf":1.0},"65":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"41":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"61":{"tf":1.7320508075688772},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"60":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":5,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"36":{"tf":1.4142135623730951},"65":{"tf":1.0},"69":{"tf":1.4142135623730951}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"0":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"42":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"24":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":10,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.7320508075688772}}}}}}}},"df":0,"docs":{}}}}},"df":31,"docs":{"1":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.7320508075688772},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":2.23606797749979},"16":{"tf":1.7320508075688772},"17":{"tf":2.23606797749979},"18":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":2.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"28":{"tf":1.0},"36":{"tf":2.23606797749979},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"5":{"tf":1.0},"55":{"tf":2.6457513110645907},"64":{"tf":1.4142135623730951},"65":{"tf":2.23606797749979},"66":{"tf":1.0},"67":{"tf":1.4142135623730951},"68":{"tf":2.0},"69":{"tf":1.7320508075688772},"70":{"tf":2.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"40":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"16":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"22":{"tf":1.0},"7":{"tf":2.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"d":{"df":9,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"33":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"55":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0}}},"df":5,"docs":{"17":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{}},"f":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"62":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":5,"docs":{"21":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"62":{"tf":1.7320508075688772},"63":{"tf":1.7320508075688772}}}},"n":{"d":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"8":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"65":{"tf":1.0}},"i":{"c":{"df":6,"docs":{"0":{"tf":1.0},"39":{"tf":1.0},"48":{"tf":1.0},"68":{"tf":1.0},"70":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":7,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"36":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.0},"67":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"p":{"df":4,"docs":{"16":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.4142135623730951},"68":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":10,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"55":{"tf":1.0},"61":{"tf":1.0},"67":{"tf":1.0},"70":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":7,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"40":{"tf":1.0},"55":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"67":{"tf":1.7320508075688772}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"10":{"tf":1.4142135623730951},"31":{"tf":1.0},"69":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"w":{"df":4,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"23":{"tf":1.0},"61":{"tf":1.0}}}}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":14,"docs":{"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"36":{"tf":1.7320508075688772},"4":{"tf":1.0},"42":{"tf":1.4142135623730951},"53":{"tf":1.0},"59":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.4142135623730951},"9":{"tf":2.0}},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"53":{"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":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"24":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"26":{"tf":1.0},"31":{"tf":1.0}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":3,"docs":{"12":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0}}}}},"t":{"df":1,"docs":{"15":{"tf":1.0}}},"z":{"df":0,"docs":{},"e":{"df":1,"docs":{"9":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}}},"w":{"df":3,"docs":{"42":{"tf":1.0},"68":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"35":{"tf":1.0}}}},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"68":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"17":{"tf":1.0},"3":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":5,"docs":{"21":{"tf":1.0},"24":{"tf":1.0},"64":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"58":{"tf":1.0},"63":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"o":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"3":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":1,"docs":{"70":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"60":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":6,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"42":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"67":{"tf":1.0}},"i":{"df":1,"docs":{"17":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":3,"docs":{"22":{"tf":1.0},"37":{"tf":1.0},"69":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"39":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"68":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"22":{"tf":1.0},"68":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"62":{"tf":1.0}}}}}}},"df":0,"docs":{}},"_":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"58":{"tf":1.0},"63":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":13,"docs":{"12":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.7320508075688772},"55":{"tf":1.0},"57":{"tf":1.0},"62":{"tf":1.0},"68":{"tf":1.0},"70":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"7":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"e":{"df":3,"docs":{"12":{"tf":1.0},"22":{"tf":1.0},"9":{"tf":1.7320508075688772}}},"i":{"c":{"df":1,"docs":{"62":{"tf":1.0}}},"df":0,"docs":{}}},"y":{"df":5,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"35":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"69":{"tf":1.0}}}},"d":{":":{":":{"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":7,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{":":{":":{"a":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"62":{"tf":1.0}}},"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":{":":{":":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"24":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"21":{"tf":1.0},"42":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"69":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"p":{"df":3,"docs":{"12":{"tf":1.0},"55":{"tf":1.0},"70":{"tf":1.0}}}},"r":{"df":2,"docs":{"62":{"tf":1.0},"63":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"70":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"26":{"tf":1.0},"31":{"tf":1.4142135623730951}}}}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"62":{"tf":1.0},"63":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"67":{"tf":1.4142135623730951}}}}}},"u":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"25":{"tf":1.0}}}},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"6":{"tf":1.0}}}}},"df":6,"docs":{"0":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":1.0},"70":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"0":{"tf":1.0},"70":{"tf":1.0}}}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"4":{"tf":1.0},"55":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"40":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"16":{"tf":1.0},"34":{"tf":1.0},"66":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"13":{"tf":1.0},"22":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"27":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"30":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"69":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"68":{"tf":1.0}}}}}}},"n":{"c":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":7,"docs":{"20":{"tf":1.4142135623730951},"3":{"tf":1.0},"4":{"tf":1.0},"55":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}}}}}}}},"t":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.7320508075688772}}},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"7":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"2":{"0":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}},"4":{"5":{"df":2,"docs":{"27":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"62":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"63":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":4,"docs":{"17":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.7320508075688772},"69":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"55":{"tf":1.0}}}}},"d":{"df":3,"docs":{"20":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"22":{"tf":1.0},"3":{"tf":1.4142135623730951},"67":{"tf":1.0}}},"r":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"21":{"tf":1.0},"30":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"c":{"a":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"25":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":36,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.4142135623730951},"15":{"tf":2.0},"16":{"tf":1.7320508075688772},"17":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.7320508075688772},"28":{"tf":1.0},"29":{"tf":1.4142135623730951},"3":{"tf":1.7320508075688772},"30":{"tf":1.7320508075688772},"31":{"tf":1.7320508075688772},"33":{"tf":1.0},"34":{"tf":1.7320508075688772},"44":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":2.449489742783178},"5":{"tf":2.0},"55":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.7320508075688772},"61":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.4142135623730951},"68":{"tf":1.0},"69":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951},"8":{"tf":1.7320508075688772},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"59":{"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":{"58":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"{":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"24":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"63":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"62":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"62":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"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":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{":":{":":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{":":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":3,"docs":{"44":{"tf":1.0},"45":{"tf":1.7320508075688772},"46":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"v":{"1":{"df":1,"docs":{"45":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":1,"docs":{"44":{"tf":1.4142135623730951}}}}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"7":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"13":{"tf":1.0},"36":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"e":{"df":13,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"3":{"tf":1.4142135623730951},"31":{"tf":1.0},"35":{"tf":2.0},"38":{"tf":1.0},"42":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":2.23606797749979}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"41":{"tf":1.0},"42":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"35":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"15":{"tf":1.0},"20":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"42":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"31":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":18,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.7320508075688772},"55":{"tf":1.7320508075688772},"60":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"65":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"8":{"tf":1.0}},"y":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"g":{"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":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"62":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"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":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"67":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"15":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"65":{"tf":1.0}}},"k":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"65":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":14,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.7320508075688772},"41":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"70":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"34":{"tf":1.0},"61":{"tf":1.0},"67":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":19,"docs":{"0":{"tf":1.7320508075688772},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"21":{"tf":1.0},"25":{"tf":2.23606797749979},"26":{"tf":2.23606797749979},"27":{"tf":1.0},"29":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":2.6457513110645907},"41":{"tf":1.0},"67":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"69":{"tf":1.0},"70":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"5":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"5":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"16":{"tf":1.7320508075688772}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"19":{"tf":1.0},"70":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"68":{"tf":1.7320508075688772}}}}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"34":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"69":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":3,"docs":{"22":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"37":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}}},"x":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"7":{"tf":1.0}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"37":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"25":{"tf":1.0},"3":{"tf":1.4142135623730951},"55":{"tf":1.0},"57":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"63":{"tf":1.0},"68":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}}}},"p":{"df":3,"docs":{"4":{"tf":1.0},"51":{"tf":1.0},"65":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"17":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"16":{"tf":1.0}}}},"df":26,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":2.23606797749979},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.0},"62":{"tf":2.23606797749979},"63":{"tf":1.7320508075688772},"65":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":42,"docs":{"14":{"tf":1.7320508075688772},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"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},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"67":{"tf":1.0},"9":{"tf":1.7320508075688772}},"s":{"(":{"1":{"0":{"df":2,"docs":{"26":{"tf":1.0},"31":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"3":{"0":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":2,"docs":{"25":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"z":{"df":3,"docs":{"34":{"tf":2.449489742783178},"62":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"64":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"2":{"df":4,"docs":{"25":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"3":{"df":3,"docs":{"24":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0}}},"4":{"df":3,"docs":{"27":{"tf":1.0},"30":{"tf":1.0},"8":{"tf":1.0}}},"7":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":21,"docs":{"0":{"tf":2.0},"13":{"tf":1.0},"17":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.4142135623730951},"55":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"67":{"tf":1.4142135623730951},"69":{"tf":1.0},"70":{"tf":2.0}}},"df":0,"docs":{}},"u":{"df":1,"docs":{"52":{"tf":1.0}}}},"r":{"df":1,"docs":{"51":{"tf":1.0}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"46":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"!":{"[":{"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":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":1,"docs":{"62":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"10":{"tf":1.0},"31":{"tf":1.0},"69":{"tf":1.0}},"f":{"df":1,"docs":{"13":{"tf":1.0}},"i":{"df":13,"docs":{"0":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"27":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":1.4142135623730951},"67":{"tf":1.0},"68":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"i":{"a":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"16":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"[":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"12":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"70":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":2.23606797749979}},"e":{"df":0,"docs":{},"t":{"df":13,"docs":{"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"33":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"65":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.4142135623730951},"69":{"tf":1.0}},"s":{"(":{"1":{"0":{"0":{"df":1,"docs":{"30":{"tf":1.0}}},"df":5,"docs":{"25":{"tf":1.0},"27":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"2":{"0":{"df":2,"docs":{"26":{"tf":1.0},"31":{"tf":1.0}}},"df":0,"docs":{}},"5":{"0":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}},"y":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":1,"docs":{"12":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"’":{"df":2,"docs":{"33":{"tf":1.0},"34":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"21":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"67":{"tf":1.0},"70":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"68":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":8,"docs":{"10":{"tf":1.4142135623730951},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"20":{"tf":1.0},"36":{"tf":1.0},"55":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":4,"docs":{"39":{"tf":1.0},"57":{"tf":1.0},"64":{"tf":1.4142135623730951},"68":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"64":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"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":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"2":{"0":{"df":2,"docs":{"26":{"tf":1.0},"31":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"0":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":1,"docs":{"10":{"tf":1.0}}},"6":{"0":{"0":{"df":1,"docs":{"30":{"tf":1.0}}},"df":4,"docs":{"10":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"9":{"0":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"0":{"df":1,"docs":{"64":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"0":{"tf":1.0},"35":{"tf":1.4142135623730951},"9":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"33":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":5,"docs":{"24":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":4,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"49":{"tf":1.0},"65":{"tf":1.7320508075688772}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":35,"docs":{"1":{"tf":1.0},"12":{"tf":2.23606797749979},"13":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.7320508075688772},"18":{"tf":2.0},"19":{"tf":2.449489742783178},"20":{"tf":2.23606797749979},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"25":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":1.7320508075688772},"4":{"tf":1.4142135623730951},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"55":{"tf":2.23606797749979},"57":{"tf":1.7320508075688772},"58":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":2.0},"62":{"tf":2.6457513110645907},"63":{"tf":1.4142135623730951},"64":{"tf":1.0},"65":{"tf":1.0},"67":{"tf":1.7320508075688772},"68":{"tf":1.0},"69":{"tf":1.4142135623730951},"70":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"15":{"tf":2.0},"16":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"5":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"e":{"df":1,"docs":{"69":{"tf":1.0}}}}}},"title":{"root":{"1":{"df":1,"docs":{"44":{"tf":1.0}}},"2":{"df":1,"docs":{"45":{"tf":1.0}}},"3":{"df":1,"docs":{"46":{"tf":1.0}}},"4":{"df":1,"docs":{"47":{"tf":1.0}}},"5":{"df":1,"docs":{"48":{"tf":1.0}}},"6":{"df":1,"docs":{"49":{"tf":1.0}}},"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"52":{"tf":1.0},"53":{"tf":1.0}}}}}},"df":0,"docs":{}},"d":{"df":4,"docs":{"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"31":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"i":{"df":2,"docs":{"50":{"tf":1.0},"53":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"66":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"17":{"tf":1.0}}}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"45":{"tf":1.0}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":3,"docs":{"27":{"tf":1.0},"31":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"67":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"45":{"tf":1.0},"48":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"41":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"39":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"63":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"24":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"67":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"67":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"65":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"35":{"tf":1.0},"52":{"tf":1.0}}}}}}}},"d":{"a":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"54":{"tf":1.0},"55":{"tf":1.0}}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"39":{"tf":1.0}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"l":{"df":1,"docs":{"67":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"23":{"tf":1.0},"28":{"tf":1.0},"61":{"tf":1.0}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":8,"docs":{"18":{"tf":1.0},"20":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"52":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"56":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"32":{"tf":1.0}}}}}}}},"f":{"a":{"df":0,"docs":{},"q":{"df":1,"docs":{"69":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"56":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"70":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"14":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"60":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":1,"docs":{"14":{"tf":1.0}},"i":{"df":1,"docs":{"54":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"65":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"v":{"df":1,"docs":{"66":{"tf":1.0}}}},"k":{"8":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"40":{"tf":1.0},"43":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"24":{"tf":1.0}}}}},"o":{"a":{"d":{"df":2,"docs":{"29":{"tf":1.0},"30":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"45":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"51":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"10":{"tf":1.0}}}}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"55":{"tf":1.0}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"w":{"df":1,"docs":{"61":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"50":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":2,"docs":{"50":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"42":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"14":{"tf":1.0},"2":{"tf":1.0},"54":{"tf":1.0},"66":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"48":{"tf":1.0}}}}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"o":{"b":{"df":0,"docs":{},"e":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"29":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"62":{"tf":1.0},"63":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"54":{"tf":1.0},"65":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"n":{"df":3,"docs":{"10":{"tf":1.0},"36":{"tf":1.0},"49":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"59":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":5,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"36":{"tf":1.0},"55":{"tf":1.0},"68":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"67":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"24":{"tf":1.0},"62":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"63":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"30":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"46":{"tf":1.0}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"60":{"tf":1.0}}}}}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"25":{"tf":1.0},"26":{"tf":1.0},"33":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":1,"docs":{"16":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"68":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"48":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"10":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"64":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":7,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"lang":"English","pipeline":["trimmer","stopWordFilter","stemmer"],"ref":"id","version":"0.9.5"},"results_options":{"limit_results":30,"teaser_word_count":30},"search_options":{"bool":"OR","expand":true,"fields":{"body":{"boost":1},"breadcrumbs":{"boost":1},"title":{"boost":2}}}}')); \ No newline at end of file diff --git a/docs/searchindex-c39805e5.js b/docs/searchindex-c39805e5.js new file mode 100644 index 0000000..a88d755 --- /dev/null +++ b/docs/searchindex-c39805e5.js @@ -0,0 +1 @@ +window.search = Object.assign(window.search, JSON.parse('{"doc_urls":["project-context-primer.html#project-context-primer","what-you-will-learn.html#what-you-will-learn","part-i.html#part-i--foundations","introduction.html#introduction","architecture-overview.html#architecture-overview","testing-philosophy.html#testing-philosophy","testing-philosophy.html#declarative-over-imperative","testing-philosophy.html#protocol-time-not-wall-time","testing-philosophy.html#determinism-first-chaos-when-needed","testing-philosophy.html#observable-health-signals","testing-philosophy.html#minimum-run-windows","testing-philosophy.html#summary","scenario-lifecycle.html#scenario-lifecycle","design-rationale.html#design-rationale","part-ii.html#part-ii--user-guide","workspace-layout.html#workspace-layout","annotated-tree.html#annotated-tree","authoring-scenarios.html#authoring-scenarios","workloads.html#core-content-workloads--expectations","workloads.html#workloads","workloads.html#expectations","scenario-builder-ext-patterns.html#core-content-scenariobuilderext-patterns","best-practices.html#best-practices","examples.html#examples","examples.html#simple-consensus-liveness","examples.html#transaction-workload","examples.html#da--transaction-workload","examples.html#chaos-resilience-test","examples-advanced.html#advanced-examples","examples-advanced.html#load-progression-test","examples-advanced.html#sustained-load-test","examples-advanced.html#rolling-restart-test","examples-advanced.html#aggressive-chaos-test","examples-advanced.html#extension-ideas","examples-advanced.html#network-partition-recovery","examples-advanced.html#custom-expectation-block-timing-consistency","examples-advanced.html#custom-deployer-config-validator","running-scenarios.html#running-scenarios","runners.html#runners","runners.html#local-runner","runners.html#docker-compose-runner","runners.html#kubernetes-runner","runners.html#common-expectations","operations.html#operations","part-iii.html#part-iii--developer-reference","scenario-model.html#scenario-model-developer-level","extending.html#extending-the-framework","extending.html#adding-a-workload","extending.html#adding-an-expectation","extending.html#adding-a-runner","extending.html#adding-topology-helpers","custom-workload-example.html#example-new-workload--expectation-rust","custom-workload-example.html#workload-simple-reachability-probe","custom-workload-example.html#expectation-confirm-the-target-stayed-reachable","custom-workload-example.html#how-to-wire-it","internal-crate-reference.html#internal-crate-reference","part-iv.html#part-iv--appendix","dsl-cheat-sheet.html#core-content-dsl-cheat-sheet","troubleshooting.html#troubleshooting-scenarios","faq.html#faq","glossary.html#glossary"],"index":{"documentStore":{"docInfo":{"0":{"body":78,"breadcrumbs":6,"title":3},"1":{"body":26,"breadcrumbs":2,"title":1},"10":{"body":40,"breadcrumbs":7,"title":3},"11":{"body":26,"breadcrumbs":5,"title":1},"12":{"body":102,"breadcrumbs":6,"title":2},"13":{"body":68,"breadcrumbs":6,"title":2},"14":{"body":10,"breadcrumbs":8,"title":4},"15":{"body":94,"breadcrumbs":8,"title":2},"16":{"body":59,"breadcrumbs":8,"title":2},"17":{"body":101,"breadcrumbs":8,"title":2},"18":{"body":18,"breadcrumbs":12,"title":4},"19":{"body":38,"breadcrumbs":9,"title":1},"2":{"body":10,"breadcrumbs":4,"title":2},"20":{"body":54,"breadcrumbs":9,"title":1},"21":{"body":84,"breadcrumbs":12,"title":4},"22":{"body":96,"breadcrumbs":8,"title":2},"23":{"body":11,"breadcrumbs":6,"title":1},"24":{"body":51,"breadcrumbs":8,"title":3},"25":{"body":45,"breadcrumbs":7,"title":2},"26":{"body":52,"breadcrumbs":8,"title":3},"27":{"body":51,"breadcrumbs":8,"title":3},"28":{"body":9,"breadcrumbs":9,"title":2},"29":{"body":66,"breadcrumbs":10,"title":3},"3":{"body":84,"breadcrumbs":4,"title":1},"30":{"body":61,"breadcrumbs":10,"title":3},"31":{"body":70,"breadcrumbs":10,"title":3},"32":{"body":77,"breadcrumbs":10,"title":3},"33":{"body":0,"breadcrumbs":9,"title":2},"34":{"body":85,"breadcrumbs":10,"title":3},"35":{"body":32,"breadcrumbs":12,"title":5},"36":{"body":24,"breadcrumbs":11,"title":4},"37":{"body":75,"breadcrumbs":8,"title":2},"38":{"body":20,"breadcrumbs":6,"title":1},"39":{"body":16,"breadcrumbs":7,"title":2},"4":{"body":106,"breadcrumbs":6,"title":2},"40":{"body":23,"breadcrumbs":8,"title":3},"41":{"body":17,"breadcrumbs":7,"title":2},"42":{"body":43,"breadcrumbs":7,"title":2},"43":{"body":130,"breadcrumbs":6,"title":1},"44":{"body":10,"breadcrumbs":8,"title":4},"45":{"body":116,"breadcrumbs":12,"title":4},"46":{"body":0,"breadcrumbs":8,"title":2},"47":{"body":39,"breadcrumbs":8,"title":2},"48":{"body":21,"breadcrumbs":8,"title":2},"49":{"body":29,"breadcrumbs":8,"title":2},"5":{"body":17,"breadcrumbs":6,"title":2},"50":{"body":21,"breadcrumbs":9,"title":3},"51":{"body":19,"breadcrumbs":14,"title":5},"52":{"body":120,"breadcrumbs":13,"title":4},"53":{"body":67,"breadcrumbs":14,"title":5},"54":{"body":24,"breadcrumbs":10,"title":1},"55":{"body":91,"breadcrumbs":10,"title":3},"56":{"body":10,"breadcrumbs":6,"title":3},"57":{"body":84,"breadcrumbs":11,"title":5},"58":{"body":86,"breadcrumbs":7,"title":2},"59":{"body":99,"breadcrumbs":5,"title":1},"6":{"body":40,"breadcrumbs":7,"title":3},"60":{"body":130,"breadcrumbs":5,"title":1},"7":{"body":89,"breadcrumbs":8,"title":4},"8":{"body":66,"breadcrumbs":8,"title":4},"9":{"body":51,"breadcrumbs":7,"title":3}},"docs":{"0":{"body":"This book focuses on the Nomos Testing Framework. It assumes familiarity with\\nthe Nomos architecture, but for completeness, here is a short primer. Nomos is a modular blockchain protocol with validators and a data-availability\\n(DA) subsystem. Validators participate in consensus and produce blocks. Executors are validators with the DA dispersal service enabled. They can\\nsubmit transactions and disperse blob data to the DA network. Data Availability (DA) handles blob data within transactions. When\\ntransactions include ChannelBlob operations, executors disperse the blob data\\nto the DA network, and validators sample and verify it’s available. These roles interact tightly, which is why meaningful testing must be performed\\nin multi-node environments that include real networking, timing, and DA\\ninteraction.","breadcrumbs":"Project Context Primer » Project Context Primer","id":"0","title":"Project Context Primer"},"1":{"body":"This book gives you a clear mental model for Nomos multi-node testing, shows how\\nto author scenarios that pair realistic workloads with explicit expectations,\\nand guides you to run them across local, containerized, and cluster environments\\nwithout changing the plan.","breadcrumbs":"What You Will Learn » What You Will Learn","id":"1","title":"What You Will Learn"},"10":{"body":"Always run long enough for meaningful block production: #![allow(unused)] fn main() {\\n// Bad: too short\\n.with_run_duration(Duration::from_secs(5)) // Maybe 0-1 blocks // Good: enough blocks for assertions\\n.with_run_duration(Duration::from_secs(60)) // ~10+ blocks } The framework enforces minimum durations, but be explicit. Very short runs\\nrisk false confidence—one lucky block doesn’t prove liveness.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Minimum Run Windows","id":"10","title":"Minimum Run Windows"},"11":{"body":"These principles keep scenarios: Portable across environments (protocol time, declarative) Debuggable (determinism, separation of concerns) Meaningful (observable signals, sufficient duration) When authoring scenarios, ask: “Does this test the protocol behavior or\\nmy local environment quirks?”","breadcrumbs":"Part I — Foundations » Testing Philosophy » Summary","id":"11","title":"Summary"},"12":{"body":"Build the plan: Declare a topology, attach workloads and expectations, and set the run window. The plan is the single source of truth for what will happen. Deploy: Hand the plan to a runner. It provisions the environment on the chosen backend and waits for nodes to signal readiness. Drive workloads: Start traffic and behaviors (transactions, data-availability activity, restarts) for the planned duration. Observe blocks and signals: Track block progression and other high-level metrics during or after the run window to ground assertions in protocol time. Evaluate expectations: Once activity stops (and optional cooldown completes), check liveness and workload-specific outcomes to decide pass or fail. Cleanup: Tear down resources so successive runs start fresh and do not inherit leaked state. flowchart LR P[Plan
topology + workloads + expectations] --> D[Deploy
runner provisions] D --> R[Readiness
wait for nodes] R --> W[Drive Workloads] W --> O[Observe
blocks/metrics] O --> E[Evaluate Expectations] E --> C[Cleanup]","breadcrumbs":"Part I — Foundations » Scenario Lifecycle » Scenario Lifecycle","id":"12","title":"Scenario Lifecycle"},"13":{"body":"Modular crates keep configuration, orchestration, workloads, and runners decoupled so each can evolve without breaking the others. Pluggable runners let the same scenario run on a laptop, a Docker host, or a Kubernetes cluster, making validation portable across environments. Separated workloads and expectations clarify intent: what traffic to generate versus how to judge success. This simplifies review and reuse. Declarative topology makes cluster shape explicit and repeatable, reducing surprise when moving between CI and developer machines. Maintainability through predictability: a clear flow from plan to deployment to verification lowers the cost of extending the framework and interpreting failures.","breadcrumbs":"Part I — Foundations » Design Rationale » Design Rationale","id":"13","title":"Design Rationale"},"14":{"body":"Practical guidance for shaping scenarios, combining workloads and expectations,\\nand running them across different environments.","breadcrumbs":"Part II — User Guide » Part II — User Guide","id":"14","title":"Part II — User Guide"},"15":{"body":"The workspace focuses on multi-node integration testing and sits alongside a nomos-node checkout. Its crates separate concerns to keep scenarios\\nrepeatable and portable: Configs: prepares high-level node, network, tracing, and wallet settings\\nused across test environments. Core scenario orchestration: the engine that holds topology descriptions,\\nscenario plans, runtimes, workloads, and expectations. Workflows: ready-made workloads (transactions, data-availability, chaos)\\nand reusable expectations assembled into a user-facing DSL. Runners: deployment backends for local processes, Docker Compose, and\\nKubernetes, all consuming the same scenario plan. Test workflows: example scenarios and integration checks that show how\\nthe pieces fit together. This split keeps configuration, orchestration, reusable traffic patterns, and\\ndeployment adapters loosely coupled while sharing one mental model for tests.","breadcrumbs":"Part II — User Guide » Workspace Layout » Workspace Layout","id":"15","title":"Workspace Layout"},"16":{"body":"High-level view of the workspace and how pieces relate: nomos-testing/\\n├─ testing-framework/\\n│ ├─ configs/ # shared configuration helpers\\n│ ├─ core/ # scenario model, runtime, topology\\n│ ├─ workflows/ # workloads, expectations, DSL extensions\\n│ └─ runners/ # local, compose, k8s deployment backends\\n├─ tests/ # integration scenarios using the framework\\n└─ scripts/ # supporting setup utilities (e.g., assets) Each area maps to a responsibility: describe configs, orchestrate scenarios,\\npackage common traffic and assertions, adapt to environments, and demonstrate\\nend-to-end usage.","breadcrumbs":"Part II — User Guide » Annotated Tree » Annotated Tree","id":"16","title":"Annotated Tree"},"17":{"body":"Creating a scenario is a declarative exercise: Shape the topology: decide how many validators and executors to run, and\\nwhat high-level network and data-availability characteristics matter for the\\ntest. Attach workloads: pick traffic generators that align with your goals\\n(transactions, data-availability blobs, or chaos for resilience probes). Define expectations: specify the health signals that must hold when the\\nrun finishes (e.g., consensus liveness, inclusion of submitted activity; see Core Content: Workloads & Expectations). Set duration: choose a run window long enough to observe meaningful\\nblock progression and the effects of your workloads. Choose a runner: target local processes for fast iteration, Docker\\nCompose for reproducible multi-node stacks, or Kubernetes for cluster-grade\\nvalidation. For environment considerations, see Operations. Keep scenarios small and explicit: make the intended behavior and the success\\ncriteria clear so failures are easy to interpret and act upon.","breadcrumbs":"Part II — User Guide » Authoring Scenarios » Authoring Scenarios","id":"17","title":"Authoring Scenarios"},"18":{"body":"Workloads describe the activity a scenario generates; expectations describe the\\nsignals that must hold when that activity completes. Both are pluggable so\\nscenarios stay readable and purpose-driven.","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Core Content: Workloads & Expectations","id":"18","title":"Core Content: Workloads & Expectations"},"19":{"body":"Transaction workload: submits user-level transactions at a configurable\\nrate and can limit how many distinct actors participate. Data-availability workload: drives blob and channel activity to exercise\\ndata-availability paths. Chaos workload: triggers controlled node restarts to test resilience and\\nrecovery behaviors (requires a runner that can control nodes).","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Workloads","id":"19","title":"Workloads"},"2":{"body":"Conceptual chapters that establish the mental model for the framework and how\\nit approaches multi-node testing.","breadcrumbs":"Part I — Foundations » Part I — Foundations","id":"2","title":"Part I — Foundations"},"20":{"body":"Consensus liveness: verifies the system continues to produce blocks in\\nline with the planned workload and timing window. Workload-specific checks: each workload can attach its own success\\ncriteria (e.g., inclusion of submitted activity) so scenarios remain concise. Together, workloads and expectations let you express both the pressure applied\\nto the system and the definition of “healthy” for that run. flowchart TD I[Inputs
topology + wallets + rates] --> Init[Workload init] Init --> Drive[Drive traffic] Drive --> Collect[Collect signals] Collect --> Eval[Expectations evaluate]","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Expectations","id":"20","title":"Expectations"},"21":{"body":"Patterns that keep scenarios readable and reusable: Topology-first: start by shaping the cluster (counts, layout) so later\\nsteps inherit a clear foundation. Bundle defaults: use the DSL helpers to attach common expectations (like\\nliveness) whenever you add a matching workload, reducing forgotten checks. Intentional rates: express traffic in per-block terms to align with\\nprotocol timing rather than wall-clock assumptions. Opt-in chaos: enable restart patterns only in scenarios meant to probe\\nresilience; keep functional smoke tests deterministic. Wallet clarity: seed only the number of actors you need; it keeps\\ntransaction scenarios deterministic and interpretable. These patterns make scenario definitions self-explanatory while staying aligned\\nwith the framework’s block-oriented timing model.","breadcrumbs":"Part II — User Guide » Core Content: ScenarioBuilderExt Patterns » Core Content: ScenarioBuilderExt Patterns","id":"21","title":"Core Content: ScenarioBuilderExt Patterns"},"22":{"body":"State your intent: document the goal of each scenario (throughput, DA\\nvalidation, resilience) so expectation choices are obvious. Keep runs meaningful: choose durations that allow multiple blocks and make\\ntiming-based assertions trustworthy. Separate concerns: start with deterministic workloads for functional\\nchecks; add chaos in dedicated resilience scenarios to avoid noisy failures. Reuse patterns: standardize on shared topology and workload presets so\\nresults are comparable across environments and teams. Observe first, tune second: rely on liveness and inclusion signals to\\ninterpret outcomes before tweaking rates or topology. Environment fit: pick runners that match the feedback loop you need—local\\nfor speed, compose for reproducible stacks, k8s for cluster-grade fidelity. Minimal surprises: seed only necessary wallets and keep configuration\\ndeltas explicit when moving between CI and developer machines.","breadcrumbs":"Part II — User Guide » Best Practices » Best Practices","id":"22","title":"Best Practices"},"23":{"body":"Concrete scenarios showing how to combine topologies, workloads, and\\nexpectations. Copy and adjust these to fit your needs.","breadcrumbs":"Part II — User Guide » Examples » Examples","id":"23","title":"Examples"},"24":{"body":"Basic smoke test verifying validators can produce blocks. #![allow(unused)] fn main() {\\nuse nomos_testing_core::scenario::{Deployer, ScenarioBuilder};\\nuse nomos_testing_runner_local::LocalDeployer;\\nuse nomos_testing_workflows::ScenarioBuilderExt;\\nuse std::time::Duration; #[tokio::test]\\nasync fn test_consensus_liveness() -> Result<(), Box> { let mut plan = ScenarioBuilder::topology() .network_star() .validators(3) .executors(0) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(30)) .build(); let deployer = LocalDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } When to use: Quick validation that consensus works on minimal hardware.","breadcrumbs":"Part II — User Guide » Examples » Simple consensus liveness","id":"24","title":"Simple consensus liveness"},"25":{"body":"Submit transactions and verify inclusion. #![allow(unused)] fn main() {\\n#[tokio::test]\\nasync fn test_transaction_inclusion() -> Result<(), Box> { let mut plan = ScenarioBuilder::topology() .network_star() .validators(2) .executors(1) .apply() .wallets(10) .transactions() .rate(5) .users(5) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(60)) .build(); let deployer = LocalDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } When to use: Verify transaction submission and inclusion under light load.","breadcrumbs":"Part II — User Guide » Examples » Transaction workload","id":"25","title":"Transaction workload"},"26":{"body":"Stress both transaction and DA paths simultaneously. #![allow(unused)] fn main() {\\n#[tokio::test]\\nasync fn test_mixed_workload() -> Result<(), Box> { let mut plan = ScenarioBuilder::topology() .network_star() .validators(3) .executors(2) .apply() .wallets(20) .transactions() .rate(10) .users(10) .apply() .da() .channel_rate(2) .blob_rate(1) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(120)) .build(); let deployer = LocalDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } When to use: End-to-end validation that transaction and DA layers work together.","breadcrumbs":"Part II — User Guide » Examples » DA + transaction workload","id":"26","title":"DA + transaction workload"},"27":{"body":"Verify consensus survives node restarts. #![allow(unused)] fn main() {\\n#[tokio::test]\\nasync fn test_chaos_resilience() -> Result<(), Box> { let mut plan = ScenarioBuilder::topology() .network_star() .validators(4) .executors(1) .apply() .enable_node_control() .wallets(10) .transactions() .rate(5) .users(5) .apply() .chaos() .restart() .min_delay(Duration::from_secs(15)) .max_delay(Duration::from_secs(25)) .target_cooldown(Duration::from_secs(45)) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(90)) .build(); let deployer = LocalDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } When to use: Resilience validation and operational readiness testing.","breadcrumbs":"Part II — User Guide » Examples » Chaos resilience test","id":"27","title":"Chaos resilience test"},"28":{"body":"Realistic advanced scenarios for capacity testing, operational validation, and\\nresilience probing.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Advanced Examples","id":"28","title":"Advanced Examples"},"29":{"body":"Find the breaking point by gradually increasing transaction rate. #![allow(unused)] fn main() {\\n#[tokio::test]\\nasync fn test_capacity_limit() -> Result<(), Box> { for rate in [10, 20, 50, 100] { let mut plan = ScenarioBuilder::topology() .network_star() .validators(3) .executors(2) .apply() .wallets(50) .transactions() .rate(rate) .users(20) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(60)) .build(); let deployer = LocalDeployer::default(); let runner = deployer.deploy(&plan).await?; match runner.run(&mut plan).await { Ok(_) => println!(\\"✓ Handled {rate} tx/block\\"), Err(e) => { println!(\\"✗ Failed at {rate} tx/block: {e}\\"); break; } } } Ok(())\\n} } When to use: Capacity planning, finding performance limits, validating\\nhardware requirements.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Load progression test","id":"29","title":"Load progression test"},"3":{"body":"The Nomos Testing Framework is a purpose-built toolkit for exercising Nomos in\\nrealistic, multi-node environments. It solves the gap between small, isolated\\ntests and full-system validation by letting teams describe a cluster layout,\\ndrive meaningful traffic, and assert the outcomes in one coherent plan. It is for protocol engineers, infrastructure operators, and QA teams who need\\nrepeatable confidence that validators, executors, and data-availability\\ncomponents work together under network and timing constraints. Multi-node integration testing is required because many Nomos behaviors—block\\nprogress, data availability, liveness under churn—only emerge when several\\nroles interact over real networking and time. This framework makes those checks\\ndeclarative, observable, and portable across environments.","breadcrumbs":"Part I — Foundations » Introduction » Introduction","id":"3","title":"Introduction"},"30":{"body":"Run moderate load for extended duration to catch memory leaks or gradual\\ndegradation. #![allow(unused)] fn main() {\\n#[tokio::test]\\nasync fn test_sustained_load() -> Result<(), Box> { let mut plan = ScenarioBuilder::topology() .network_star() .validators(4) .executors(2) .apply() .wallets(100) .transactions() .rate(20) .users(30) .apply() .da() .channel_rate(5) .blob_rate(2) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(600)) // 10 minutes .build(); let deployer = ComposeRunner::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } When to use: Soak testing, memory leak detection, long-term stability\\nvalidation before production.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Sustained load test","id":"30","title":"Sustained load test"},"31":{"body":"Restart validators one at a time (like a rolling upgrade) while maintaining\\nconsensus. #![allow(unused)] fn main() {\\n#[tokio::test]\\nasync fn test_rolling_restart() -> Result<(), Box> { let mut plan = ScenarioBuilder::topology() .network_star() .validators(5) // Need 5 to tolerate 1 down .executors(1) .apply() .enable_node_control() .wallets(20) .transactions() .rate(10) .users(10) .apply() .chaos() .restart() .min_delay(Duration::from_secs(30)) // Space out restarts .max_delay(Duration::from_secs(40)) .target_cooldown(Duration::from_secs(120)) // Long cooldown = one at a time .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(300)) .build(); let deployer = ComposeRunner::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } When to use: Validating rolling upgrade procedures, verifying graceful\\nhandoff during restarts.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Rolling restart test","id":"31","title":"Rolling restart test"},"32":{"body":"Frequent restarts with shorter cooldown to stress recovery paths. #![allow(unused)] fn main() {\\n#[tokio::test]\\nasync fn test_aggressive_chaos() -> Result<(), Box> { let mut plan = ScenarioBuilder::topology() .network_star() .validators(7) // Need more nodes for aggressive chaos .executors(1) .apply() .enable_node_control() .wallets(20) .transactions() .rate(5) .users(10) .apply() .chaos() .restart() .min_delay(Duration::from_secs(5)) // Very short delays .max_delay(Duration::from_secs(10)) .target_cooldown(Duration::from_secs(20)) // Nodes can restart multiple times .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(120)) .build(); let deployer = ComposeRunner::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } When to use: Stress testing recovery mechanisms, finding edge cases in restart\\nhandling. Requires more validators (7) to tolerate multiple simultaneous restarts.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Aggressive chaos test","id":"32","title":"Aggressive chaos test"},"33":{"body":"","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Extension Ideas","id":"33","title":"Extension Ideas"},"34":{"body":"Problem: Test consensus recovery after a true network partition (not just restarts). What’s needed: Extend NodeControlHandle with network control operations: #![allow(unused)] fn main() {\\npub trait NodeControlHandle: Send + Sync { async fn restart_validator(&self, index: usize) -> Result<(), DynError>; async fn restart_executor(&self, index: usize) -> Result<(), DynError>; // New operations needed: async fn block_peer(&self, node: usize, peer: usize) -> Result<(), DynError>; async fn unblock_peer(&self, node: usize, peer: usize) -> Result<(), DynError>;\\n} } Why useful: Current chaos workload only supports restarts. Real partition testing\\nrequires blocking network communication between nodes, letting them diverge, then\\nreconnecting and verifying they converge. This tests actual Byzantine fault tolerance,\\nnot just crash recovery.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Network Partition Recovery","id":"34","title":"Network Partition Recovery"},"35":{"body":"Verify block production stays within expected timing bounds by collecting block\\ntimestamps from the block feed, calculating intervals, and asserting they stay\\nwithin tolerance of the configured slot duration. Why useful: Catches timing degradation that liveness checks miss (blocks\\nprogress, but too slowly).","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Custom Expectation: Block Timing Consistency","id":"35","title":"Custom Expectation: Block Timing Consistency"},"36":{"body":"A deployer that generates configs, validates them against schema, checks for\\nconflicts (duplicate ports, invalid DA params), but never starts processes. Why useful: Fast config validation in CI before actual deployment.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Custom Deployer: Config Validator","id":"36","title":"Custom Deployer: Config Validator"},"37":{"body":"Running a scenario follows the same conceptual flow regardless of environment: Select or author a scenario plan that pairs a topology with workloads,\\nexpectations, and a suitable run window. Choose a runner aligned with your environment (local, compose, or k8s) and\\nensure its prerequisites are available. Deploy the plan through the runner; wait for readiness signals before\\nstarting workloads. Let workloads drive activity for the planned duration; keep observability\\nsignals visible so you can correlate outcomes. Evaluate expectations and capture results as the primary pass/fail signal. Use the same plan across different runners to compare behavior between local\\ndevelopment and CI or cluster settings. For environment prerequisites and\\nflags, see Operations.","breadcrumbs":"Part II — User Guide » Running Scenarios » Running Scenarios","id":"37","title":"Running Scenarios"},"38":{"body":"Runners turn a scenario plan into a live environment while keeping the plan\\nunchanged. Choose based on feedback speed, reproducibility, and fidelity. For\\nenvironment and operational considerations, see Operations:","breadcrumbs":"Part II — User Guide » Runners » Runners","id":"38","title":"Runners"},"39":{"body":"Launches node processes directly on the host. Fastest feedback loop and minimal orchestration overhead. Best for development-time iteration and debugging.","breadcrumbs":"Part II — User Guide » Runners » Local runner","id":"39","title":"Local runner"},"4":{"body":"The framework follows a clear flow: Topology → Scenario → Deploy → Run → Verify. Topology describes the cluster: how many nodes, their roles, and the high-level network and data-availability parameters they should follow. Scenario combines that topology with the activities to run and the checks to perform, forming a single plan. Deployer provisions infrastructure on the chosen backend (local processes, Docker Compose, or Kubernetes), waits for readiness, and returns a Runner. Runner orchestrates execution: starts workloads, observes signals, evaluates expectations, and cleans up. Workloads generate traffic and conditions that exercise the system. Expectations observe the run and judge success or failure once activity completes. flowchart LR A(Topology
shape cluster) --> B(Scenario
plan) B --> C(Deployer
provision infrastructure) C --> D(Runner
orchestrate execution) D --> E(Workloads
drive traffic) E --> F(Expectations
verify outcomes) Each layer has a narrow responsibility so that cluster shape, deployment choice,\\ntraffic generation, and health checks can evolve independently while fitting\\ntogether predictably.","breadcrumbs":"Part I — Foundations » Architecture Overview » Architecture Overview","id":"4","title":"Architecture Overview"},"40":{"body":"Starts nodes in containers to provide a reproducible multi-node stack on a\\nsingle machine. Discovers service ports and wires observability for convenient inspection. Good balance between fidelity and ease of setup.","breadcrumbs":"Part II — User Guide » Runners » Docker Compose runner","id":"40","title":"Docker Compose runner"},"41":{"body":"Deploys nodes onto a cluster for higher-fidelity, longer-running scenarios. Suits CI or shared environments where cluster behavior and scheduling matter.","breadcrumbs":"Part II — User Guide » Runners » Kubernetes runner","id":"41","title":"Kubernetes runner"},"42":{"body":"All runners require at least one validator and, for transaction scenarios,\\naccess to seeded wallets. Readiness probes gate workload start so traffic begins only after nodes are\\nreachable. Environment flags can relax timeouts or increase tracing when diagnostics are\\nneeded. flowchart TD Plan[Scenario Plan] --> RunSel{Runner
(local | compose | k8s)} RunSel --> Provision[Provision & readiness] Provision --> Runtime[Runtime + observability] Runtime --> Exec[Workloads & Expectations execute]","breadcrumbs":"Part II — User Guide » Runners » Common expectations","id":"42","title":"Common expectations"},"43":{"body":"Operational readiness focuses on prerequisites, environment fit, and clear\\nsignals: Prerequisites: keep a sibling nomos-node checkout available; ensure the\\nchosen runner’s platform needs are met (local binaries for host runs, Docker\\nfor compose, cluster access for k8s). Artifacts: some scenarios depend on prover or circuit assets; fetch them\\nahead of time with the provided helper scripts when needed. Environment flags: use slow-environment toggles to relax timeouts, enable\\ntracing when debugging, and adjust observability ports to avoid clashes. Readiness checks: verify runners report node readiness before starting\\nworkloads; this avoids false negatives from starting too early. Failure triage: map failures to missing prerequisites (wallet seeding,\\nnode control availability), runner platform issues, or unmet expectations.\\nStart with liveness signals, then dive into workload-specific assertions. Treat operational hygiene—assets present, prerequisites satisfied, observability\\nreachable—as the first step to reliable scenario outcomes. flowchart TD Expose[Runner exposes endpoints/ports] --> Collect[Runtime collects block/health signals] Collect --> Consume[Expectations consume signals
decide pass/fail] Consume --> Inspect[Operators inspect logs/metrics
when failures arise]","breadcrumbs":"Part II — User Guide » Operations » Operations","id":"43","title":"Operations"},"44":{"body":"Deep dives for contributors who extend the framework, evolve its abstractions,\\nor maintain the crate set.","breadcrumbs":"Part III — Developer Reference » Part III — Developer Reference","id":"44","title":"Part III — Developer Reference"},"45":{"body":"The scenario model defines clear, composable responsibilities: Topology: a declarative description of the cluster—how many nodes, their\\nroles, and the broad network and data-availability characteristics. It\\nrepresents the intended shape of the system under test. Scenario: a plan combining topology, workloads, expectations, and a run\\nwindow. Building a scenario validates prerequisites (like seeded wallets) and\\nensures the run lasts long enough to observe meaningful block progression. Workloads: asynchronous tasks that generate traffic or conditions. They\\nuse shared context to interact with the deployed cluster and may bundle\\ndefault expectations. Expectations: post-run assertions. They can capture baselines before\\nworkloads start and evaluate success once activity stops. Runtime: coordinates workloads and expectations for the configured\\nduration, enforces cooldowns when control actions occur, and ensures cleanup\\nso runs do not leak resources. Developers extending the model should keep these boundaries strict: topology\\ndescribes, scenarios assemble, runners deploy, workloads drive, and expectations\\njudge outcomes. For guidance on adding new capabilities, see Extending the Framework.","breadcrumbs":"Part III — Developer Reference » Scenario Model (Developer Level) » Scenario Model (Developer Level)","id":"45","title":"Scenario Model (Developer Level)"},"46":{"body":"","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Extending the Framework","id":"46","title":"Extending the Framework"},"47":{"body":"Implement testing_framework_core::scenario::Workload: Provide a name and any bundled expectations. In init, derive inputs from GeneratedTopology and RunMetrics; fail\\nfast if prerequisites are missing (e.g., wallet data, node addresses). In start, drive async traffic using the RunContext clients. Expose the workload from a module under testing-framework/workflows and\\nconsider adding a DSL helper for ergonomic wiring.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding a workload","id":"47","title":"Adding a workload"},"48":{"body":"Implement testing_framework_core::scenario::Expectation: Use start_capture to snapshot baseline metrics. Use evaluate to assert outcomes after workloads finish; return all errors\\nso the runner can aggregate them. Export it from testing-framework/workflows if it is reusable.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding an expectation","id":"48","title":"Adding an expectation"},"49":{"body":"Implement testing_framework_core::scenario::Deployer for your backend. Produce a RunContext with NodeClients, metrics endpoints, and optional NodeControlHandle. Guard cleanup with CleanupGuard to reclaim resources even on failures. Mirror the readiness and block-feed probes used by the existing runners so\\nworkloads can rely on consistent signals.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding a runner","id":"49","title":"Adding a runner"},"5":{"body":"This framework embodies specific principles that shape how you author and run\\nscenarios. Understanding these principles helps you write effective tests and\\ninterpret results correctly.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Testing Philosophy","id":"5","title":"Testing Philosophy"},"50":{"body":"Extend testing_framework_core::topology::TopologyBuilder with new layouts or\\nconfiguration presets (e.g., specialized DA parameters). Keep defaults safe:\\nensure at least one participant and clamp dispersal factors as the current\\nhelpers do.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding topology helpers","id":"50","title":"Adding topology helpers"},"51":{"body":"A minimal, end-to-end illustration of adding a custom workload and matching\\nexpectation. This shows the shape of the traits and where to plug into the\\nframework; expand the logic to fit your real test.","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Example: New Workload & Expectation (Rust)","id":"51","title":"Example: New Workload & Expectation (Rust)"},"52":{"body":"Key ideas: name: identifies the workload in logs. expectations: workloads can bundle defaults so callers don’t forget checks. init: derive inputs from the generated topology (e.g., pick a target node). start: drive async activity using the shared RunContext. #![allow(unused)] fn main() {\\nuse std::sync::Arc;\\nuse async_trait::async_trait;\\nuse testing_framework_core::scenario::{ DynError, Expectation, RunContext, RunMetrics, Workload,\\n};\\nuse testing_framework_core::topology::GeneratedTopology; pub struct ReachabilityWorkload { target_idx: usize, bundled: Vec>,\\n} impl ReachabilityWorkload { pub fn new(target_idx: usize) -> Self { Self { target_idx, bundled: vec![Box::new(ReachabilityExpectation::new(target_idx))], } }\\n} #[async_trait]\\nimpl Workload for ReachabilityWorkload { fn name(&self) -> &\'static str { \\"reachability_workload\\" } fn expectations(&self) -> Vec> { self.bundled.clone() } fn init( &mut self, topology: &GeneratedTopology, _metrics: &RunMetrics, ) -> Result<(), DynError> { if topology.validators().get(self.target_idx).is_none() { return Err(\\"no validator at requested index\\".into()); } Ok(()) } async fn start(&self, ctx: &RunContext) -> Result<(), DynError> { let client = ctx .clients() .validators() .get(self.target_idx) .ok_or(\\"missing target client\\")?; // Pseudo-action: issue a lightweight RPC to prove reachability. client.health_check().await.map_err(|e| e.into()) }\\n} }","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Workload: simple reachability probe","id":"52","title":"Workload: simple reachability probe"},"53":{"body":"Key ideas: start_capture: snapshot baseline if needed (not used here). evaluate: assert the condition after workloads finish. #![allow(unused)] fn main() {\\nuse async_trait::async_trait;\\nuse testing_framework_core::scenario::{DynError, Expectation, RunContext}; pub struct ReachabilityExpectation { target_idx: usize,\\n} impl ReachabilityExpectation { pub fn new(target_idx: usize) -> Self { Self { target_idx } }\\n} #[async_trait]\\nimpl Expectation for ReachabilityExpectation { fn name(&self) -> &str { \\"target_reachable\\" } async fn evaluate(&mut self, ctx: &RunContext) -> Result<(), DynError> { let client = ctx .clients() .validators() .get(self.target_idx) .ok_or(\\"missing target client\\")?; client.health_check().await.map_err(|e| { format!(\\"target became unreachable during run: {e}\\").into() }) }\\n} }","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Expectation: confirm the target stayed reachable","id":"53","title":"Expectation: confirm the target stayed reachable"},"54":{"body":"Build your scenario as usual and call .with_workload(ReachabilityWorkload::new(0)). The bundled expectation is attached automatically; you can add more with .with_expectation(...) if needed. Keep the logic minimal and fast for smoke tests; grow it into richer probes\\nfor deeper scenarios.","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » How to wire it","id":"54","title":"How to wire it"},"55":{"body":"High-level roles of the crates that make up the framework: Configs: prepares reusable configuration primitives for nodes, networking,\\ntracing, data availability, and wallets, shared by all scenarios and runners. Core scenario orchestration: houses the topology and scenario model,\\nruntime coordination, node clients, and readiness/health probes. Workflows: packages workloads and expectations into reusable building\\nblocks and offers a fluent DSL to assemble them. Runners: implements deployment backends (local host, Docker Compose,\\nKubernetes) that all consume the same scenario plan. Test workflows: example scenarios and integration checks that exercise the\\nframework end to end and serve as living documentation. Use this map to locate where to add new capabilities: configuration primitives\\nin configs, orchestration changes in core, reusable traffic/assertions in\\nworkflows, environment adapters in runners, and demonstrations in tests.","breadcrumbs":"Part III — Developer Reference » Internal Crate Reference » Internal Crate Reference","id":"55","title":"Internal Crate Reference"},"56":{"body":"Quick-reference material and supporting guidance to keep scenarios discoverable,\\ndebuggable, and consistent.","breadcrumbs":"Part IV — Appendix » Part IV — Appendix","id":"56","title":"Part IV — Appendix"},"57":{"body":"The framework offers a fluent builder style to keep scenarios readable. Common\\nknobs: Topology shaping: set validator and executor counts, pick a network layout\\nstyle, and adjust high-level data-availability traits. Wallet seeding: define how many users participate and the total funds\\navailable for transaction workloads. Workload tuning: configure transaction rates, data-availability channel\\nand blob rates, and whether chaos restarts should include validators,\\nexecutors, or both. Expectations: attach liveness and workload-specific checks so success is\\nexplicit. Run window: set a minimum duration long enough for multiple blocks to be\\nobserved and verified. Use these knobs to express intent clearly, keeping scenario definitions concise\\nand consistent across teams.","breadcrumbs":"Part IV — Appendix » DSL Cheat Sheet » Core Content: DSL Cheat Sheet","id":"57","title":"Core Content: DSL Cheat Sheet"},"58":{"body":"Common symptoms and likely causes: No or slow block progression: runner started workloads before readiness, insufficient run window, or environment too slow—extend duration or enable slow-environment tuning. Transactions not included: missing or insufficient wallet seeding, misaligned transaction rate with block cadence, or network instability—reduce rate and verify wallet setup. Chaos stalls the run: node control not available for the chosen runner or restart cadence too aggressive—enable control capability and widen restart intervals. Observability gaps: metrics or logs unreachable because ports clash or services are not exposed—adjust observability ports and confirm runner wiring. Flaky behavior across runs: mixing chaos with functional smoke tests or inconsistent topology between environments—separate deterministic and chaos scenarios and standardize topology presets.","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Troubleshooting Scenarios","id":"58","title":"Troubleshooting Scenarios"},"59":{"body":"Why block-oriented timing? Using block cadence reduces dependence on host speed and keeps assertions aligned\\nwith protocol behavior. Can I reuse the same scenario across runners? Yes. The plan stays the same; swap runners (local, compose, k8s) to target\\ndifferent environments. When should I enable chaos workloads? Only when testing resilience or operational recovery; keep functional smoke\\ntests deterministic. How long should runs be? Long enough for multiple blocks so liveness and inclusion checks are\\nmeaningful; very short runs risk false confidence. Do I always need seeded wallets? Only for transaction scenarios. Data-availability or pure chaos scenarios may\\nnot require them, but liveness checks still need validators producing blocks. What if expectations fail but workloads “look fine”? Trust expectations first—they capture the intended success criteria. Use the\\nobservability signals and runner logs to pinpoint why the system missed the\\ntarget.","breadcrumbs":"Part IV — Appendix » FAQ » FAQ","id":"59","title":"FAQ"},"6":{"body":"Describe what you want to test, not how to orchestrate it: #![allow(unused)] fn main() {\\n// Good: declarative\\nScenarioBuilder::topology() .network_star() .validators(2) .executors(1) .apply() .wallets(10) .transactions().rate(5).users(5).apply() .expect_consensus_liveness() .build(); // Bad: imperative (framework doesn\'t work this way)\\n// spawn_validator(); spawn_executor(); // loop { submit_tx(); check_block(); } } Why it matters: The framework handles deployment, readiness, and cleanup.\\nYou focus on test intent, not infrastructure orchestration.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Declarative over Imperative","id":"6","title":"Declarative over Imperative"},"60":{"body":"Validator: node role responsible for participating in consensus and block\\nproduction. Executor: a validator node with the DA dispersal service enabled. Executors\\ncan submit transactions and disperse blob data to the DA network, in addition\\nto performing all validator functions. DA (Data Availability): subsystem ensuring blobs or channel data are\\npublished and retrievable for validation. Deployer: component that provisions infrastructure (spawns processes,\\ncreates containers, or launches pods), waits for readiness, and returns a\\nRunner. Examples: LocalDeployer, ComposeRunner, K8sRunner. Runner: component returned by deployers that orchestrates scenario\\nexecution—starts workloads, observes signals, evaluates expectations, and\\ntriggers cleanup. Workload: traffic or behavior generator that exercises the system during a\\nscenario run. Expectation: post-run assertion that judges whether the system met the\\nintended success criteria. Topology: declarative description of the cluster shape, roles, and\\nhigh-level parameters for a scenario. Scenario: immutable plan combining topology, workloads, expectations, and\\nrun duration. Blockfeed: stream of block observations used for liveness or inclusion\\nsignals during a run. Control capability: the ability for a runner to start, stop, or restart\\nnodes, used by chaos workloads.","breadcrumbs":"Part IV — Appendix » Glossary » Glossary","id":"60","title":"Glossary"},"7":{"body":"Reason in blocks and consensus intervals, not wall-clock seconds: #![allow(unused)] fn main() {\\n// Good: protocol-oriented thinking\\nlet mut plan = ScenarioBuilder::topology() .network_star() .validators(2) .executors(1) .apply() .wallets(10) .transactions().rate(5).users(5).apply() // 5 tx per block .with_run_duration(Duration::from_secs(60)) // Let framework calculate expected blocks .expect_consensus_liveness() // \\"Did we produce the expected blocks?\\" .build(); // Bad: wall-clock assumptions\\n// \\"I expect at least 30 blocks in 60 seconds\\"\\n// Brittle if readiness or startup takes longer on slow CI } Why it matters: Block production rate is fixed by consensus parameters (e.g.,\\n2-second slot duration), but node startup and readiness vary by environment—fast\\non a laptop, slow on overloaded CI. The framework measures in blocks (protocol\\ntime), not wall-clock seconds, so tests focus on “did consensus work?” rather\\nthan “was the hardware fast enough?”","breadcrumbs":"Part I — Foundations » Testing Philosophy » Protocol Time, Not Wall Time","id":"7","title":"Protocol Time, Not Wall Time"},"8":{"body":"Default scenarios are repeatable: Fixed topology Predictable traffic rates Deterministic checks Chaos is opt-in: #![allow(unused)] fn main() {\\n// Separate: functional test (deterministic)\\nlet mut plan = ScenarioBuilder::topology() .network_star() .validators(2) .executors(1) .apply() .wallets(10) .transactions().rate(5).users(5).apply() .expect_consensus_liveness() .build(); // Separate: chaos test (introduces randomness)\\nlet mut chaos_plan = ScenarioBuilder::topology() .network_star() .validators(4) .executors(1) .apply() .enable_node_control() .wallets(10) .chaos().restart() .min_delay(Duration::from_secs(15)) .max_delay(Duration::from_secs(25)) .target_cooldown(Duration::from_secs(45)) .apply() .transactions().rate(5).users(5).apply() .expect_consensus_liveness() .build(); } Why it matters: Mixing determinism with chaos creates noisy, hard-to-debug\\nfailures. Separate concerns make failures actionable.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Determinism First, Chaos When Needed","id":"8","title":"Determinism First, Chaos When Needed"},"9":{"body":"Prefer user-facing signals over internal state: Good checks: ✅ Blocks progressing at expected rate (liveness) ✅ Transactions included within N blocks (inclusion) ✅ DA blobs retrievable (availability) Avoid internal checks: ❌ Memory pool size ❌ Internal service state ❌ Cache hit rates Why it matters: User-facing signals reflect actual system health.\\nInternal state can be “healthy” while the system is broken from a user\\nperspective.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Observable Health Signals","id":"9","title":"Observable Health Signals"}},"length":61,"save":true},"fields":["title","body","breadcrumbs"],"index":{"body":{"root":{"0":{"df":1,"docs":{"10":{"tf":1.0}}},"1":{"0":{"0":{"df":1,"docs":{"29":{"tf":1.0}}},"df":3,"docs":{"10":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0}}},"df":2,"docs":{"10":{"tf":1.0},"31":{"tf":1.0}}},"2":{"0":{"df":1,"docs":{"29":{"tf":1.0}}},"df":1,"docs":{"7":{"tf":1.0}}},"3":{"0":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}},"5":{"0":{"df":1,"docs":{"29":{"tf":1.0}}},"df":2,"docs":{"31":{"tf":1.0},"7":{"tf":1.0}}},"6":{"0":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}},"7":{"df":1,"docs":{"32":{"tf":1.0}}},"_":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":7,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"a":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"60":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"42":{"tf":1.0},"43":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"45":{"tf":1.0},"52":{"tf":1.0},"8":{"tf":1.0}}}},"v":{"df":9,"docs":{"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"45":{"tf":1.0},"52":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"19":{"tf":1.0},"21":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"34":{"tf":1.0},"36":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"55":{"tf":1.0}}}}},"d":{"df":4,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"47":{"tf":1.0}}}}}}},"df":6,"docs":{"45":{"tf":1.0},"47":{"tf":1.4142135623730951},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"23":{"tf":1.0},"43":{"tf":1.0},"57":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"28":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"36":{"tf":1.0}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"48":{"tf":1.0}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"32":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"58":{"tf":1.0}}}}}}}}}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":4,"docs":{"17":{"tf":1.0},"21":{"tf":1.4142135623730951},"37":{"tf":1.0},"59":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":15,"docs":{"10":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}}}}},"df":1,"docs":{"22":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"10":{"tf":1.0},"59":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"56":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":12,"docs":{"20":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"26":{"tf":1.7320508075688772},"27":{"tf":1.7320508075688772},"29":{"tf":1.4142135623730951},"30":{"tf":1.7320508075688772},"31":{"tf":1.7320508075688772},"32":{"tf":1.7320508075688772},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.7320508075688772}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"4":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"43":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"15":{"tf":1.0},"45":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":12,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}}},"t":{"df":2,"docs":{"16":{"tf":1.0},"43":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"0":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{":":{":":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"52":{"tf":1.0},"53":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"52":{"tf":1.0},"53":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":12,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":2.0},"47":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":6,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"54":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"17":{"tf":1.0},"37":{"tf":1.0},"5":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":16,"docs":{"0":{"tf":1.7320508075688772},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"37":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.4142135623730951},"45":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.7320508075688772},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"22":{"tf":1.0},"43":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"df":0,"docs":{}}}}},"b":{"(":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"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":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"4":{"tf":1.0},"49":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{}}}}},"d":{"df":3,"docs":{"10":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"22":{"tf":1.0},"38":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"45":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0}}}}}},"i":{"c":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}}}},"df":1,"docs":{"4":{"tf":1.0}},"e":{"c":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":7,"docs":{"22":{"tf":1.0},"30":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"58":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"42":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":9,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"22":{"tf":1.0},"39":{"tf":1.0}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":7,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"58":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"b":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{"df":1,"docs":{"26":{"tf":1.0}}},"2":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":6,"docs":{"0":{"tf":1.7320508075688772},"17":{"tf":1.0},"19":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":19,"docs":{"0":{"tf":1.0},"10":{"tf":2.23606797749979},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":2.23606797749979},"45":{"tf":1.0},"49":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":2.0},"60":{"tf":1.4142135623730951},"7":{"tf":2.6457513110645907},"9":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"0":{"tf":1.0},"1":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"18":{"tf":1.0},"20":{"tf":1.0},"26":{"tf":1.0},"57":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"45":{"tf":1.0}}}}},"df":1,"docs":{"35":{"tf":1.0}}},"df":0,"docs":{}}},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":8,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"13":{"tf":1.0},"29":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"o":{"a":{"d":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"9":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":15,"docs":{"12":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"45":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"57":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":5,"docs":{"21":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.7320508075688772},"54":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"z":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"c":{"(":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}},"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":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"9":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"58":{"tf":1.4142135623730951},"59":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"54":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"45":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0}}}},"c":{"df":2,"docs":{"28":{"tf":1.0},"29":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"37":{"tf":1.0},"45":{"tf":1.0},"59":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"32":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"30":{"tf":1.0},"35":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"58":{"tf":1.0}}}}},"df":1,"docs":{"4":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"1":{"tf":1.0},"55":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"2":{"df":1,"docs":{"26":{"tf":1.0}}},"5":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"0":{"tf":1.0}}},"df":0,"docs":{}}}},"df":3,"docs":{"19":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0}}}}}},"o":{"df":14,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"27":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":1.7320508075688772},"34":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.7320508075688772},"59":{"tf":1.4142135623730951},"60":{"tf":1.0},"8":{"tf":2.0}},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"45":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":16,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.4142135623730951},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"43":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"22":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"17":{"tf":1.4142135623730951},"22":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}}}}},"i":{"df":6,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0},"7":{"tf":1.4142135623730951}},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"50":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"43":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":5,"docs":{"12":{"tf":1.0},"45":{"tf":1.0},"49":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0}},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"r":{"df":7,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"57":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"|":{"df":2,"docs":{"52":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":4,"docs":{"47":{"tf":1.0},"52":{"tf":1.7320508075688772},"53":{"tf":1.7320508075688772},"55":{"tf":1.0}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":12,"docs":{"1":{"tf":1.0},"13":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.7320508075688772},"41":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.0},"60":{"tf":1.0}},"—":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"45":{"tf":1.0}}}}}}}}}}}},"o":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"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":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"43":{"tf":1.0}}}}}}}}},"df":3,"docs":{"20":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"14":{"tf":1.0},"23":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0},"60":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"42":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"34":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"22":{"tf":1.0},"37":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"18":{"tf":1.0},"4":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"3":{"tf":1.0},"60":{"tf":1.4142135623730951}}},"s":{"df":12,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"55":{"tf":1.0},"59":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"60":{"tf":1.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":3,"docs":{"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":2,"docs":{"2":{"tf":1.0},"37":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"8":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"20":{"tf":1.0},"57":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"4":{"tf":1.0},"45":{"tf":1.0},"53":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"3":{"tf":1.0},"59":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":4,"docs":{"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"36":{"tf":1.7320508075688772},"55":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"r":{"df":10,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.4142135623730951},"57":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"53":{"tf":1.0},"58":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":9,"docs":{"0":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.4142135623730951},"27":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.7320508075688772}}}}}},"i":{"d":{"df":1,"docs":{"47":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.0},"38":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"35":{"tf":1.0},"49":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"m":{"df":3,"docs":{"15":{"tf":1.0},"43":{"tf":1.4142135623730951},"55":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"40":{"tf":1.0},"60":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"1":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"57":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"0":{"tf":1.0},"45":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"20":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":6,"docs":{"19":{"tf":1.4142135623730951},"34":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"58":{"tf":1.4142135623730951},"60":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"40":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":4,"docs":{"12":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"45":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"45":{"tf":1.0},"55":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"23":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":7,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"55":{"tf":1.4142135623730951},"57":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"37":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"21":{"tf":1.0},"57":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"34":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"44":{"tf":1.0},"55":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"17":{"tf":1.0},"60":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":4,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"x":{"df":2,"docs":{"52":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"34":{"tf":1.0},"50":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":3,"docs":{"35":{"tf":1.0},"36":{"tf":1.0},"51":{"tf":1.0}}}}}}}},"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"[":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"a":{"df":8,"docs":{"0":{"tf":2.449489742783178},"22":{"tf":1.0},"26":{"tf":2.0},"30":{"tf":1.0},"36":{"tf":1.0},"50":{"tf":1.0},"60":{"tf":1.7320508075688772},"9":{"tf":1.0}},"t":{"a":{"df":13,"docs":{"0":{"tf":2.23606797749979},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"4":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"59":{"tf":1.0},"60":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":2,"docs":{"12":{"tf":1.0},"4":{"tf":1.0}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":3,"docs":{"39":{"tf":1.0},"43":{"tf":1.0},"8":{"tf":1.0}},"g":{"df":2,"docs":{"11":{"tf":1.0},"56":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"12":{"tf":1.0},"17":{"tf":1.0}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"r":{"df":8,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"3":{"tf":1.0},"45":{"tf":1.0},"6":{"tf":1.4142135623730951},"60":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"44":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":5,"docs":{"21":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"17":{"tf":1.0},"45":{"tf":1.0},"57":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"20":{"tf":1.0},"21":{"tf":1.0},"57":{"tf":1.0}}}}}}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":2,"docs":{"30":{"tf":1.0},"35":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"16":{"tf":1.0},"55":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"43":{"tf":1.0},"59":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":20,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.7320508075688772},"37":{"tf":1.0},"4":{"tf":1.7320508075688772},"41":{"tf":1.0},"45":{"tf":1.4142135623730951},"55":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"(":{"&":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":8,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0}}}}},"df":0,"docs":{}}},"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":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"47":{"tf":1.0},"52":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":6,"docs":{"16":{"tf":1.0},"18":{"tf":1.4142135623730951},"3":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"45":{"tf":1.0},"60":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"11":{"tf":1.0},"8":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":6,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"14":{"tf":1.0},"37":{"tf":1.0},"59":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"39":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"40":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"56":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":3,"docs":{"0":{"tf":1.7320508075688772},"50":{"tf":1.0},"60":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"22":{"tf":1.0},"55":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"\'":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"12":{"tf":1.0},"31":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"[":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}},"df":8,"docs":{"12":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.0}},"n":{"df":1,"docs":{"18":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"l":{"df":6,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.0},"47":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":13,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"45":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":4,"docs":{"12":{"tf":1.0},"31":{"tf":1.0},"53":{"tf":1.0},"60":{"tf":1.4142135623730951}}}}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"34":{"tf":2.0},"52":{"tf":1.7320508075688772},"53":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}},"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":7,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"7":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"52":{"tf":1.0}}}}}}},"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"12":{"tf":1.0}}}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"13":{"tf":1.0},"16":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"43":{"tf":1.0}}}}},"s":{"df":1,"docs":{"40":{"tf":1.0}},"i":{"df":1,"docs":{"17":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":3,"docs":{"12":{"tf":1.0},"29":{"tf":1.0},"4":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":6,"docs":{"0":{"tf":1.0},"21":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":4,"docs":{"27":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"8":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"d":{"df":4,"docs":{"16":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":2,"docs":{"10":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"15":{"tf":1.0},"3":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":6,"docs":{"10":{"tf":1.4142135623730951},"17":{"tf":1.0},"45":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"7":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"37":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.4142135623730951},"50":{"tf":1.0},"60":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":19,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"37":{"tf":1.7320508075688772},"38":{"tf":1.4142135623730951},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.7320508075688772},"55":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"—":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"47":{"tf":1.0}}}}}}},"r":{"(":{"\\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"52":{"tf":1.0}}}}},"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"2":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"a":{"df":0,"docs":{},"l":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":8,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0},"60":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"49":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":3,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0}}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":6,"docs":{"15":{"tf":1.0},"23":{"tf":1.0},"28":{"tf":1.0},"51":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"4":{"tf":1.4142135623730951},"42":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"0":{"tf":1.4142135623730951},"17":{"tf":1.0},"3":{"tf":1.0},"57":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951}},"s":{"(":{"0":{"df":1,"docs":{"24":{"tf":1.0}}},"1":{"df":7,"docs":{"25":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}},"2":{"df":3,"docs":{"26":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":6,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"51":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":11,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"52":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":30,"docs":{"1":{"tf":1.0},"12":{"tf":2.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"35":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":2.23606797749979},"47":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":2.0},"53":{"tf":1.7320508075688772},"54":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.7320508075688772},"7":{"tf":1.7320508075688772},"9":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"57":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}},"s":{"df":2,"docs":{"43":{"tf":1.0},"47":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"43":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"—":{"a":{"d":{"df":0,"docs":{},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"20":{"tf":1.0},"21":{"tf":1.0},"57":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":7,"docs":{"13":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":2,"docs":{"16":{"tf":1.0},"33":{"tf":1.0}}}}}}},"}":{"\\"":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"f":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"15":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":4,"docs":{"12":{"tf":1.0},"29":{"tf":1.0},"47":{"tf":1.0},"59":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":7,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.7320508075688772},"49":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}},"l":{"df":0,"docs":{},"s":{"df":3,"docs":{"10":{"tf":1.0},"43":{"tf":1.0},"59":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}}}},"q":{"df":1,"docs":{"59":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"17":{"tf":1.0},"36":{"tf":1.0},"47":{"tf":1.0},"54":{"tf":1.0},"7":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"39":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"22":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"35":{"tf":1.0},"49":{"tf":1.0}}},"df":0,"docs":{}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"22":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"29":{"tf":1.4142135623730951},"32":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":1,"docs":{"59":{"tf":1.0}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"17":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"43":{"tf":1.0},"8":{"tf":1.0}},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}}}},"t":{"df":6,"docs":{"15":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"51":{"tf":1.0}}},"x":{"df":2,"docs":{"7":{"tf":1.0},"8":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"37":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0}}},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"58":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":3,"docs":{"13":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"55":{"tf":1.0},"57":{"tf":1.0}}}}}}},"n":{"df":15,"docs":{"10":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"34":{"tf":2.23606797749979},"52":{"tf":2.449489742783178},"53":{"tf":2.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"o":{"c":{"df":0,"docs":{},"u":{"df":2,"docs":{"6":{"tf":1.0},"7":{"tf":1.0}},"s":{"df":3,"docs":{"0":{"tf":1.0},"15":{"tf":1.0},"43":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"37":{"tf":1.0},"4":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"t":{"!":{"(":{"\\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"4":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"2":{"tf":1.0},"21":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"47":{"tf":1.0},"48":{"tf":1.0}}}}}}}}}}},"df":16,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.4142135623730951},"2":{"tf":1.0},"3":{"tf":1.4142135623730951},"4":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"55":{"tf":1.4142135623730951},"57":{"tf":1.0},"6":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}},"’":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"8":{"tf":1.0}}}}}}},"d":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"3":{"tf":1.0},"58":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"42":{"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":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"47":{"tf":1.0},"52":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":8,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"45":{"tf":1.0},"52":{"tf":1.0},"60":{"tf":1.0}}}}},"t":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"52":{"tf":1.0},"53":{"tf":1.0}}}},"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":1,"docs":{"1":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"60":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"17":{"tf":1.0},"22":{"tf":1.0}}}},"df":0,"docs":{},"o":{"d":{"df":5,"docs":{"10":{"tf":1.0},"40":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"31":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"17":{"tf":1.0},"22":{"tf":1.0}}},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"29":{"tf":1.0},"30":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":1,"docs":{"54":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"14":{"tf":1.0},"45":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"1":{"tf":1.0},"14":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"12":{"tf":1.0}},"l":{"df":4,"docs":{"0":{"tf":1.0},"29":{"tf":1.0},"32":{"tf":1.0},"6":{"tf":1.0}}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"r":{"d":{"df":1,"docs":{"8":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"24":{"tf":1.0},"29":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"17":{"tf":1.0},"4":{"tf":1.0},"9":{"tf":1.4142135623730951}},"i":{"df":2,"docs":{"20":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":1,"docs":{"5":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"0":{"tf":1.0},"53":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":8,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"4":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0},"59":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"55":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"i":{"[":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"20":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"a":{"df":3,"docs":{"33":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"52":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"14":{"tf":1.0}},"i":{"df":1,"docs":{"44":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"51":{"tf":1.0}}}}}}}},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.4142135623730951}}}},"l":{"df":2,"docs":{"52":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"55":{"tf":1.0}}}}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":4,"docs":{"0":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":7,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.4142135623730951},"59":{"tf":1.0},"60":{"tf":1.0},"9":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"29":{"tf":1.0},"42":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"\\"":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"52":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"34":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"3":{"tf":1.0},"4":{"tf":1.4142135623730951},"6":{"tf":1.0},"60":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"12":{"tf":1.0},"21":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":3,"docs":{"20":{"tf":1.4142135623730951},"47":{"tf":1.0},"52":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"47":{"tf":1.0},"52":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"43":{"tf":1.0}}}}}}},"df":2,"docs":{"40":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"58":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":4,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"3":{"tf":1.0},"55":{"tf":1.0}}}},"n":{"d":{"df":4,"docs":{"17":{"tf":1.0},"45":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"0":{"tf":1.4142135623730951},"3":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":2,"docs":{"55":{"tf":1.0},"9":{"tf":2.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"5":{"tf":1.0}}}}}},"v":{"df":3,"docs":{"35":{"tf":1.0},"58":{"tf":1.0},"7":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"8":{"tf":1.0}},"t":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":2,"docs":{"43":{"tf":1.0},"52":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.0},"39":{"tf":1.0}}}},"’":{"df":1,"docs":{"0":{"tf":1.0}}}},"v":{"df":1,"docs":{"56":{"tf":1.0}}}},"j":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"g":{"df":4,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{}}},"k":{"8":{"df":6,"docs":{"16":{"tf":1.0},"22":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"59":{"tf":1.0}},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"60":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":15,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.7320508075688772},"22":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951}}}},"y":{"df":2,"docs":{"52":{"tf":1.0},"53":{"tf":1.0}}}},"n":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"57":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"55":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"13":{"tf":1.0},"7":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"21":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"39":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"26":{"tf":1.0},"4":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"15":{"tf":1.0},"21":{"tf":1.0},"3":{"tf":1.0},"50":{"tf":1.0},"57":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":3,"docs":{"12":{"tf":1.0},"30":{"tf":1.4142135623730951},"45":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":2,"docs":{"3":{"tf":1.0},"34":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":10,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"19":{"tf":1.0},"29":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"20":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":16,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.0},"9":{"tf":1.0}}}}},"o":{"a":{"d":{"df":3,"docs":{"25":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"60":{"tf":1.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":5,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":11,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"37":{"tf":1.4142135623730951},"39":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0},"59":{"tf":1.0}}},"t":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":3,"docs":{"52":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0}},"i":{"c":{"df":2,"docs":{"51":{"tf":1.0},"54":{"tf":1.0}}},"df":0,"docs":{}},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"43":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":7,"docs":{"10":{"tf":1.0},"17":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"45":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"41":{"tf":1.0},"7":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"59":{"tf":1.0}}},"p":{"df":3,"docs":{"22":{"tf":1.0},"39":{"tf":1.0},"6":{"tf":1.0}}},"s":{"df":1,"docs":{"15":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"r":{"df":2,"docs":{"12":{"tf":1.0},"4":{"tf":1.0}}},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"10":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"40":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":15,"docs":{"10":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"13":{"tf":1.0},"31":{"tf":1.0},"44":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":7,"docs":{"13":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"55":{"tf":1.0},"8":{"tf":1.0}}}},"n":{"df":0,"docs":{},"i":{"df":6,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0},"57":{"tf":1.0}}}},"p":{"df":3,"docs":{"16":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0}}},"t":{"c":{"df":0,"docs":{},"h":{"df":4,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"29":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"56":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"17":{"tf":1.0},"41":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}},"x":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"0":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}},"2":{"5":{"df":2,"docs":{"27":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"4":{"0":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"y":{"b":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":8,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"45":{"tf":1.0},"59":{"tf":1.0}}}}},"t":{"df":1,"docs":{"21":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"30":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"2":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"43":{"tf":1.0},"60":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"c":{"df":4,"docs":{"12":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"5":{"df":2,"docs":{"27":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"3":{"0":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"22":{"tf":1.0},"24":{"tf":1.0},"39":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"10":{"tf":1.4142135623730951},"57":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"58":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":5,"docs":{"35":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0}}}},"x":{"df":2,"docs":{"58":{"tf":1.0},"8":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":7,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"45":{"tf":1.7320508075688772},"55":{"tf":1.0}}},"r":{"df":1,"docs":{"30":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"13":{"tf":1.0}}}},"df":1,"docs":{"47":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"32":{"tf":1.4142135623730951},"54":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"13":{"tf":1.0},"22":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":7,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.4142135623730951},"40":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":4,"docs":{"22":{"tf":1.0},"32":{"tf":1.4142135623730951},"57":{"tf":1.0},"59":{"tf":1.0}}}}}}},"t":{"df":11,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"52":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"52":{"tf":1.0},"53":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"47":{"tf":1.0},"52":{"tf":1.0}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"df":1,"docs":{"9":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":12,"docs":{"21":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.4142135623730951},"53":{"tf":1.0},"54":{"tf":1.0},"59":{"tf":1.4142135623730951},"8":{"tf":1.0}},"—":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"g":{"df":1,"docs":{"43":{"tf":1.0}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":11,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":11,"docs":{"0":{"tf":1.7320508075688772},"15":{"tf":1.0},"17":{"tf":1.0},"3":{"tf":1.4142135623730951},"34":{"tf":2.0},"4":{"tf":1.0},"45":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"36":{"tf":1.0}}}}},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"52":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":5,"docs":{"34":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"55":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"49":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":2,"docs":{"34":{"tf":1.4142135623730951},"49":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":24,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"12":{"tf":1.4142135623730951},"15":{"tf":1.7320508075688772},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"2":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"34":{"tf":1.7320508075688772},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.7320508075688772},"45":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.4142135623730951},"58":{"tf":1.0},"60":{"tf":1.7320508075688772},"7":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":2,"docs":{"22":{"tf":1.0},"8":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"df":6,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.7320508075688772},"43":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"{":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{":":{":":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"21":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"[":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":16,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.4142135623730951},"45":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.0},"60":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"22":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"45":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"12":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"55":{"tf":1.0},"57":{"tf":1.0}}}}}},"k":{"(":{"_":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"\\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"52":{"tf":1.0},"53":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":9,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"52":{"tf":1.0}}},"n":{"c":{"df":3,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0}}},"df":5,"docs":{"15":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.4142135623730951},"42":{"tf":1.0},"50":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"41":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":10,"docs":{"0":{"tf":1.0},"17":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":1.4142135623730951},"43":{"tf":1.7320508075688772},"59":{"tf":1.0}}}},"t":{"df":2,"docs":{"21":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"12":{"tf":1.0},"49":{"tf":1.0}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"55":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"60":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"21":{"tf":1.0},"59":{"tf":1.0},"7":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":8,"docs":{"12":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0}}}}},"df":1,"docs":{"31":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"3":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}}},"p":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"12":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"16":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"1":{"tf":1.0},"37":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"36":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"4":{"tf":1.0},"50":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":4,"docs":{"14":{"tf":1.0},"2":{"tf":1.0},"44":{"tf":1.0},"56":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":5,"docs":{"0":{"tf":1.0},"19":{"tf":1.0},"50":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.7320508075688772}}}}}},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"37":{"tf":1.0},"43":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":1,"docs":{"12":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"19":{"tf":1.0},"26":{"tf":1.0},"32":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":3,"docs":{"15":{"tf":1.0},"21":{"tf":2.0},"22":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"34":{"tf":1.4142135623730951}}}},"r":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":4,"docs":{"0":{"tf":1.0},"29":{"tf":1.0},"4":{"tf":1.0},"60":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"52":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"15":{"tf":1.0},"16":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}}},"l":{"a":{"df":0,"docs":{},"n":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":8,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"[":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":24,"docs":{"1":{"tf":1.0},"12":{"tf":2.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"20":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.4142135623730951},"3":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"37":{"tf":2.0},"38":{"tf":1.4142135623730951},"4":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"55":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"43":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"51":{"tf":1.0}},"g":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"13":{"tf":1.0},"18":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"d":{"df":1,"docs":{"60":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"3":{"tf":1.0}}}},"df":0,"docs":{}},"df":4,"docs":{"36":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"45":{"tf":1.0},"60":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"14":{"tf":1.0},"22":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"9":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"15":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"37":{"tf":1.4142135623730951},"43":{"tf":2.0},"45":{"tf":1.0},"47":{"tf":1.0}}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}},"t":{"df":3,"docs":{"22":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"37":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.4142135623730951}}}}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"11":{"tf":1.0},"5":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"n":{"df":1,"docs":{"29":{"tf":1.4142135623730951}}}}}}},"o":{"b":{"df":0,"docs":{},"e":{"df":8,"docs":{"17":{"tf":1.0},"21":{"tf":1.0},"28":{"tf":1.0},"42":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"31":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":6,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"60":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":6,"docs":{"0":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"49":{"tf":1.0},"59":{"tf":1.0},"7":{"tf":1.0}},"t":{"df":5,"docs":{"10":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":8,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"45":{"tf":1.0},"58":{"tf":1.0},"9":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":7,"docs":{"0":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"21":{"tf":1.0},"3":{"tf":1.0},"59":{"tf":1.0},"7":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"10":{"tf":1.0},"52":{"tf":1.0}},"r":{"df":1,"docs":{"43":{"tf":1.0}}}},"i":{"d":{"df":3,"docs":{"40":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":4,"docs":{"12":{"tf":1.4142135623730951},"4":{"tf":1.0},"42":{"tf":1.0},"60":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"42":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"b":{"df":3,"docs":{"34":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"60":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"59":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"18":{"tf":1.0},"3":{"tf":1.0}}}}}}}},"q":{"a":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"24":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}}}}}},"r":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"12":{"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":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"(":{"1":{"0":{"df":2,"docs":{"26":{"tf":1.0},"31":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":3,"docs":{"25":{"tf":1.0},"27":{"tf":1.0},"32":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":10,"docs":{"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"29":{"tf":2.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"12":{"tf":1.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"52":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"l":{"df":3,"docs":{"42":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.0}},"e":{"df":0,"docs":{},"—":{"a":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":12,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.7320508075688772},"49":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.4142135623730951}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":4,"docs":{"0":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"51":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"1":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"49":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"19":{"tf":1.0},"32":{"tf":1.4142135623730951},"34":{"tf":1.7320508075688772},"59":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":3,"docs":{"13":{"tf":1.0},"21":{"tf":1.0},"59":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"44":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"37":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}},"x":{"df":2,"docs":{"42":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"22":{"tf":1.0},"49":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"20":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"3":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"45":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":4,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":7,"docs":{"19":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0},"42":{"tf":1.0},"59":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":7,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"59":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"12":{"tf":1.0},"45":{"tf":1.0},"49":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":4,"docs":{"16":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0},"60":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":10,"docs":{"12":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"27":{"tf":1.4142135623730951},"31":{"tf":2.23606797749979},"32":{"tf":2.23606797749979},"34":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"60":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":14,"docs":{"22":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":2.0},"37":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"60":{"tf":1.0},"9":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"4":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0},"60":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"15":{"tf":1.4142135623730951},"21":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":3,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"59":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"10":{"tf":1.0},"59":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":6,"docs":{"0":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.4142135623730951}}},"l":{"df":1,"docs":{"31":{"tf":1.7320508075688772}}}}},"p":{"c":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"47":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.7320508075688772},"53":{"tf":1.4142135623730951}}}}}}}}},"df":20,"docs":{"1":{"tf":1.0},"10":{"tf":1.7320508075688772},"12":{"tf":1.7320508075688772},"13":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.7320508075688772},"20":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.7320508075688772},"4":{"tf":1.7320508075688772},"41":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":2.0},"5":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.7320508075688772},"59":{"tf":1.4142135623730951},"60":{"tf":2.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"47":{"tf":1.0},"52":{"tf":1.4142135623730951}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":8,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":30,"docs":{"12":{"tf":1.0},"13":{"tf":1.4142135623730951},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"37":{"tf":1.7320508075688772},"38":{"tf":1.4142135623730951},"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.4142135623730951},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.4142135623730951},"55":{"tf":1.7320508075688772},"58":{"tf":1.7320508075688772},"59":{"tf":1.7320508075688772},"60":{"tf":1.7320508075688772}},"’":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"42":{"tf":1.0}},"{":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"55":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"42":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"50":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":5,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"37":{"tf":1.4142135623730951},"55":{"tf":1.0},"59":{"tf":1.4142135623730951}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"0":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"43":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"24":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":11,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":30,"docs":{"1":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":2.23606797749979},"16":{"tf":1.7320508075688772},"17":{"tf":1.7320508075688772},"18":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":2.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"28":{"tf":1.0},"37":{"tf":1.7320508075688772},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.4142135623730951},"45":{"tf":2.23606797749979},"5":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":2.23606797749979},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"59":{"tf":1.7320508075688772},"60":{"tf":2.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"41":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"a":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"43":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"22":{"tf":1.0},"7":{"tf":2.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"d":{"df":8,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0}}},"df":4,"docs":{"17":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":1.0},"45":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}},"f":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":3,"docs":{"21":{"tf":1.0},"52":{"tf":1.7320508075688772},"53":{"tf":1.7320508075688772}}}},"n":{"d":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"8":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"55":{"tf":1.0}},"i":{"c":{"df":5,"docs":{"0":{"tf":1.0},"40":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":6,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"37":{"tf":1.0},"44":{"tf":1.0},"57":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"16":{"tf":1.0},"40":{"tf":1.0},"58":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":10,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":7,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"10":{"tf":1.4142135623730951},"32":{"tf":1.0},"59":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"w":{"df":4,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"23":{"tf":1.0},"51":{"tf":1.0}}}}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":13,"docs":{"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"37":{"tf":1.7320508075688772},"4":{"tf":1.0},"43":{"tf":1.7320508075688772},"49":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.4142135623730951},"9":{"tf":1.7320508075688772}},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"24":{"tf":1.0},"52":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"26":{"tf":1.0},"32":{"tf":1.0}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":3,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0}}}}},"t":{"df":1,"docs":{"15":{"tf":1.0}}},"z":{"df":0,"docs":{},"e":{"df":1,"docs":{"9":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}}},"w":{"df":3,"docs":{"43":{"tf":1.0},"58":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"35":{"tf":1.0}}}},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"17":{"tf":1.0},"3":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":5,"docs":{"21":{"tf":1.0},"24":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"48":{"tf":1.0},"53":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"o":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"3":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":1,"docs":{"60":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":5,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"43":{"tf":1.0},"5":{"tf":1.0},"57":{"tf":1.0}},"i":{"df":1,"docs":{"17":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":3,"docs":{"22":{"tf":1.0},"38":{"tf":1.0},"59":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"58":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"22":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"52":{"tf":1.0}}}}}}},"df":0,"docs":{}},"_":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"48":{"tf":1.0},"53":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":14,"docs":{"12":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.7320508075688772},"45":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"7":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"e":{"df":3,"docs":{"12":{"tf":1.0},"22":{"tf":1.0},"9":{"tf":1.7320508075688772}}},"i":{"c":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}}},"y":{"df":5,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"35":{"tf":1.4142135623730951},"53":{"tf":1.0},"59":{"tf":1.0}}}},"d":{":":{":":{"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":8,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{":":{":":{"a":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"52":{"tf":1.0}}},"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":{":":{":":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"24":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"21":{"tf":1.0},"43":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"59":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"p":{"df":3,"docs":{"12":{"tf":1.0},"45":{"tf":1.0},"60":{"tf":1.0}}}},"r":{"df":2,"docs":{"52":{"tf":1.0},"53":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"60":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"26":{"tf":1.0},"32":{"tf":1.4142135623730951}}}}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"52":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"57":{"tf":1.4142135623730951}}}}}},"u":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"25":{"tf":1.0}}}},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"6":{"tf":1.0}}}}},"df":6,"docs":{"0":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":1.0},"60":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"0":{"tf":1.0},"60":{"tf":1.0}}}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"41":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"16":{"tf":1.0},"34":{"tf":1.0},"56":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"13":{"tf":1.0},"22":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"27":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"30":{"tf":1.0}}}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"58":{"tf":1.0}}}}}}},"n":{"c":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":7,"docs":{"20":{"tf":1.4142135623730951},"3":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}}}}}}}},"t":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"7":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"2":{"0":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"0":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}},"4":{"5":{"df":2,"docs":{"27":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"52":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":4,"docs":{"17":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"45":{"tf":1.0}}}}},"d":{"df":3,"docs":{"20":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"22":{"tf":1.0},"3":{"tf":1.4142135623730951},"57":{"tf":1.0}}},"r":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"21":{"tf":1.0},"30":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"c":{"a":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"26":{"tf":1.0}}},"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":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"25":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":30,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.0},"11":{"tf":1.0},"15":{"tf":2.0},"16":{"tf":1.7320508075688772},"17":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.7320508075688772},"30":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":1.4142135623730951},"34":{"tf":1.7320508075688772},"45":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.4142135623730951},"51":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"49":{"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":{"48":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"{":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"52":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"52":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"7":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"13":{"tf":1.0},"37":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"e":{"df":14,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"3":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"35":{"tf":1.7320508075688772},"39":{"tf":1.0},"43":{"tf":1.0},"59":{"tf":1.0},"7":{"tf":1.7320508075688772}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"42":{"tf":1.0},"43":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"35":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"15":{"tf":1.0},"20":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"43":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"31":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":18,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772},"50":{"tf":1.0},"52":{"tf":1.4142135623730951},"55":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"8":{"tf":1.0}},"y":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"g":{"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":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"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":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"15":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0}}},"k":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":14,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.7320508075688772},"42":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"60":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"34":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":19,"docs":{"0":{"tf":1.7320508075688772},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"21":{"tf":1.0},"25":{"tf":2.0},"26":{"tf":2.0},"27":{"tf":1.0},"29":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"42":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"59":{"tf":1.0},"60":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"5":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"5":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"16":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"19":{"tf":1.0},"60":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"34":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":3,"docs":{"22":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"38":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}}},"x":{"/":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"29":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"38":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"25":{"tf":1.0},"3":{"tf":1.4142135623730951},"45":{"tf":1.0},"47":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"53":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":2,"docs":{"4":{"tf":1.0},"55":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"31":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"17":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"16":{"tf":1.0}}}},"df":26,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":2.23606797749979},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.4142135623730951},"49":{"tf":1.0},"52":{"tf":2.23606797749979},"53":{"tf":1.7320508075688772},"55":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"19":{"tf":1.0},"57":{"tf":1.0},"9":{"tf":1.7320508075688772}},"s":{"(":{"1":{"0":{"df":3,"docs":{"26":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"3":{"0":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":2,"docs":{"25":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"z":{"df":3,"docs":{"34":{"tf":2.449489742783178},"52":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"2":{"df":4,"docs":{"25":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"3":{"df":3,"docs":{"24":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0}}},"4":{"df":3,"docs":{"27":{"tf":1.0},"30":{"tf":1.0},"8":{"tf":1.0}}},"5":{"df":1,"docs":{"31":{"tf":1.0}}},"7":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":21,"docs":{"0":{"tf":2.0},"13":{"tf":1.0},"17":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"36":{"tf":1.7320508075688772},"42":{"tf":1.0},"45":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.0},"57":{"tf":1.4142135623730951},"59":{"tf":1.0},"60":{"tf":2.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"!":{"[":{"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":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":1,"docs":{"52":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"10":{"tf":1.0},"32":{"tf":1.0},"59":{"tf":1.0}},"f":{"df":1,"docs":{"13":{"tf":1.0}},"i":{"df":12,"docs":{"0":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"27":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"16":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"[":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"12":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"60":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":2.0}},"e":{"df":0,"docs":{},"t":{"df":12,"docs":{"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.0}},"s":{"(":{"1":{"0":{"0":{"df":1,"docs":{"30":{"tf":1.0}}},"df":5,"docs":{"25":{"tf":1.0},"27":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"2":{"0":{"df":3,"docs":{"26":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0}}},"df":0,"docs":{}},"5":{"0":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}},"y":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":1,"docs":{"12":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"’":{"df":1,"docs":{"34":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"21":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"57":{"tf":1.0},"60":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"58":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":8,"docs":{"10":{"tf":1.0},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"20":{"tf":1.0},"37":{"tf":1.0},"45":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":4,"docs":{"40":{"tf":1.0},"47":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"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":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"2":{"0":{"df":2,"docs":{"26":{"tf":1.0},"32":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"0":{"0":{"df":1,"docs":{"31":{"tf":1.0}}},"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":1,"docs":{"10":{"tf":1.0}}},"6":{"0":{"0":{"df":1,"docs":{"30":{"tf":1.0}}},"df":4,"docs":{"10":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"9":{"0":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"0":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"0":{"tf":1.0},"35":{"tf":1.4142135623730951},"9":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"1":{"tf":1.0},"13":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":5,"docs":{"24":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"55":{"tf":1.7320508075688772}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":32,"docs":{"1":{"tf":1.0},"12":{"tf":2.23606797749979},"13":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.7320508075688772},"18":{"tf":1.4142135623730951},"19":{"tf":2.0},"20":{"tf":2.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.7320508075688772},"4":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.4142135623730951},"45":{"tf":2.23606797749979},"47":{"tf":1.4142135623730951},"48":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":2.23606797749979},"53":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.7320508075688772},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"5":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"e":{"df":1,"docs":{"59":{"tf":1.0}}}}}},"breadcrumbs":{"root":{"0":{"df":1,"docs":{"10":{"tf":1.0}}},"1":{"0":{"0":{"df":1,"docs":{"29":{"tf":1.0}}},"df":3,"docs":{"10":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0}}},"df":2,"docs":{"10":{"tf":1.0},"31":{"tf":1.0}}},"2":{"0":{"df":1,"docs":{"29":{"tf":1.0}}},"df":1,"docs":{"7":{"tf":1.0}}},"3":{"0":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}},"5":{"0":{"df":1,"docs":{"29":{"tf":1.0}}},"df":2,"docs":{"31":{"tf":1.0},"7":{"tf":1.0}}},"6":{"0":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}},"7":{"df":1,"docs":{"32":{"tf":1.0}}},"_":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":7,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"a":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"60":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"42":{"tf":1.0},"43":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"45":{"tf":1.0},"52":{"tf":1.0},"8":{"tf":1.0}}}},"v":{"df":9,"docs":{"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"45":{"tf":1.0},"52":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"19":{"tf":1.0},"21":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"34":{"tf":1.0},"36":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"55":{"tf":1.0}}}}},"d":{"df":4,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"47":{"tf":1.0}}}}}}},"df":6,"docs":{"45":{"tf":1.0},"47":{"tf":1.7320508075688772},"48":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"51":{"tf":1.0}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"23":{"tf":1.0},"43":{"tf":1.0},"57":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":9,"docs":{"28":{"tf":2.0},"29":{"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}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"36":{"tf":1.0}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"48":{"tf":1.0}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"32":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"58":{"tf":1.0}}}}}}}}}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":4,"docs":{"17":{"tf":1.0},"21":{"tf":1.4142135623730951},"37":{"tf":1.0},"59":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":15,"docs":{"10":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}}}}},"df":1,"docs":{"22":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"10":{"tf":1.0},"59":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.7320508075688772}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":5,"docs":{"56":{"tf":1.7320508075688772},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":12,"docs":{"20":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"26":{"tf":1.7320508075688772},"27":{"tf":1.7320508075688772},"29":{"tf":1.4142135623730951},"30":{"tf":1.7320508075688772},"31":{"tf":1.7320508075688772},"32":{"tf":1.7320508075688772},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.7320508075688772}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"4":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"43":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":9,"docs":{"28":{"tf":1.0},"29":{"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}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"15":{"tf":1.0},"45":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":12,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}}},"t":{"df":2,"docs":{"16":{"tf":1.0},"43":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"0":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{":":{":":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"52":{"tf":1.0},"53":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"52":{"tf":1.0},"53":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":12,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":2.0},"47":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":6,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"54":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"17":{"tf":1.7320508075688772},"37":{"tf":1.0},"5":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":16,"docs":{"0":{"tf":1.7320508075688772},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"37":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.4142135623730951},"45":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.7320508075688772},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"22":{"tf":1.0},"43":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"df":0,"docs":{}}}}},"b":{"(":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"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":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"4":{"tf":1.0},"49":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{}}}}},"d":{"df":3,"docs":{"10":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"22":{"tf":1.0},"38":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"45":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0}}}}}},"i":{"c":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}}}},"df":1,"docs":{"4":{"tf":1.0}},"e":{"c":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":7,"docs":{"22":{"tf":1.0},"30":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"58":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"42":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":9,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"22":{"tf":1.7320508075688772},"39":{"tf":1.0}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":7,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"58":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"b":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{"df":1,"docs":{"26":{"tf":1.0}}},"2":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":6,"docs":{"0":{"tf":1.7320508075688772},"17":{"tf":1.0},"19":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":19,"docs":{"0":{"tf":1.0},"10":{"tf":2.23606797749979},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":2.449489742783178},"45":{"tf":1.0},"49":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":2.0},"60":{"tf":1.4142135623730951},"7":{"tf":2.6457513110645907},"9":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"0":{"tf":1.0},"1":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"18":{"tf":1.0},"20":{"tf":1.0},"26":{"tf":1.0},"57":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"45":{"tf":1.0}}}}},"df":1,"docs":{"35":{"tf":1.0}}},"df":0,"docs":{}}},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":8,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"13":{"tf":1.0},"29":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"o":{"a":{"d":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"9":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":15,"docs":{"12":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"45":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"57":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":5,"docs":{"21":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.7320508075688772},"54":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"z":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"c":{"(":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}},"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":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"9":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"58":{"tf":1.4142135623730951},"59":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"54":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"45":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0}}}},"c":{"df":2,"docs":{"28":{"tf":1.0},"29":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"37":{"tf":1.0},"45":{"tf":1.0},"59":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"32":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"30":{"tf":1.0},"35":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"58":{"tf":1.0}}}}},"df":1,"docs":{"4":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"1":{"tf":1.0},"55":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"2":{"df":1,"docs":{"26":{"tf":1.0}}},"5":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"0":{"tf":1.0}}},"df":0,"docs":{}}}},"df":3,"docs":{"19":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0}}}}}},"o":{"df":14,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"27":{"tf":1.7320508075688772},"31":{"tf":1.0},"32":{"tf":2.0},"34":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.7320508075688772},"59":{"tf":1.4142135623730951},"60":{"tf":1.0},"8":{"tf":2.23606797749979}},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"45":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.7320508075688772}}}},"c":{"df":0,"docs":{},"k":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":16,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.4142135623730951},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"43":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"22":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"17":{"tf":1.4142135623730951},"22":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}}}}},"i":{"df":6,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0},"7":{"tf":1.4142135623730951}},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"50":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"43":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":5,"docs":{"12":{"tf":1.0},"45":{"tf":1.0},"49":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0}},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"r":{"df":7,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"57":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"|":{"df":2,"docs":{"52":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":4,"docs":{"47":{"tf":1.0},"52":{"tf":1.7320508075688772},"53":{"tf":1.7320508075688772},"55":{"tf":1.0}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":12,"docs":{"1":{"tf":1.0},"13":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.7320508075688772},"41":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.0},"60":{"tf":1.0}},"—":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"45":{"tf":1.0}}}}}}}}}}}},"o":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"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":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"43":{"tf":1.0}}}}}}}}},"df":3,"docs":{"20":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"14":{"tf":1.0},"23":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0},"60":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"42":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"34":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"22":{"tf":1.0},"37":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"18":{"tf":1.0},"4":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"3":{"tf":1.0},"60":{"tf":1.4142135623730951}}},"s":{"df":12,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"55":{"tf":1.0},"59":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"60":{"tf":1.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":3,"docs":{"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":2,"docs":{"2":{"tf":1.0},"37":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"8":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"20":{"tf":1.0},"57":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"4":{"tf":1.0},"45":{"tf":1.0},"53":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"3":{"tf":1.0},"59":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":4,"docs":{"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"36":{"tf":2.0},"55":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"r":{"df":10,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.4142135623730951},"57":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"53":{"tf":1.4142135623730951},"58":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":9,"docs":{"0":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.7320508075688772},"27":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.7320508075688772}}}}}},"i":{"d":{"df":1,"docs":{"47":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.0},"38":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"35":{"tf":1.4142135623730951},"49":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"m":{"df":3,"docs":{"15":{"tf":1.0},"43":{"tf":1.4142135623730951},"55":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"40":{"tf":1.0},"60":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"1":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"17":{"tf":1.0},"18":{"tf":1.7320508075688772},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.7320508075688772},"57":{"tf":1.4142135623730951}}}},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"0":{"tf":1.7320508075688772},"45":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"20":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":6,"docs":{"19":{"tf":1.4142135623730951},"34":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"58":{"tf":1.4142135623730951},"60":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"40":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":4,"docs":{"12":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"45":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"45":{"tf":1.0},"55":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"23":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":9,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.7320508075688772},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.7320508075688772},"55":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"37":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"21":{"tf":1.0},"57":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"34":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"44":{"tf":1.0},"55":{"tf":2.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"17":{"tf":1.0},"60":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":4,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"x":{"df":2,"docs":{"52":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"34":{"tf":1.0},"50":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":3,"docs":{"35":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"51":{"tf":1.0}}}}}}}},"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"[":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"a":{"df":8,"docs":{"0":{"tf":2.449489742783178},"22":{"tf":1.0},"26":{"tf":2.23606797749979},"30":{"tf":1.0},"36":{"tf":1.0},"50":{"tf":1.0},"60":{"tf":1.7320508075688772},"9":{"tf":1.0}},"t":{"a":{"df":13,"docs":{"0":{"tf":2.23606797749979},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"4":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"59":{"tf":1.0},"60":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":2,"docs":{"12":{"tf":1.0},"4":{"tf":1.0}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":3,"docs":{"39":{"tf":1.0},"43":{"tf":1.0},"8":{"tf":1.0}},"g":{"df":2,"docs":{"11":{"tf":1.0},"56":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"12":{"tf":1.0},"17":{"tf":1.0}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"r":{"df":8,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"3":{"tf":1.0},"45":{"tf":1.0},"6":{"tf":1.7320508075688772},"60":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"44":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":5,"docs":{"21":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"17":{"tf":1.0},"45":{"tf":1.0},"57":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"20":{"tf":1.0},"21":{"tf":1.0},"57":{"tf":1.0}}}}}}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":2,"docs":{"30":{"tf":1.0},"35":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"16":{"tf":1.0},"55":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"43":{"tf":1.0},"59":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":20,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":2.0},"37":{"tf":1.0},"4":{"tf":1.7320508075688772},"41":{"tf":1.0},"45":{"tf":1.4142135623730951},"55":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"(":{"&":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":8,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0}}}}},"df":0,"docs":{}}},"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":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"47":{"tf":1.0},"52":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":6,"docs":{"16":{"tf":1.0},"18":{"tf":1.4142135623730951},"3":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"45":{"tf":1.0},"60":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"13":{"tf":1.7320508075688772}}}}}},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"11":{"tf":1.0},"8":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":16,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"44":{"tf":1.7320508075688772},"45":{"tf":2.23606797749979},"46":{"tf":1.0},"47":{"tf":1.0},"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},"55":{"tf":1.0}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"14":{"tf":1.0},"37":{"tf":1.0},"59":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"39":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"40":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"56":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":3,"docs":{"0":{"tf":1.7320508075688772},"50":{"tf":1.0},"60":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.4142135623730951},"43":{"tf":1.0},"55":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"22":{"tf":1.0},"55":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"\'":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"12":{"tf":1.0},"31":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"[":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}},"df":8,"docs":{"12":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.0}},"n":{"df":1,"docs":{"18":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"l":{"df":6,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.0},"47":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.7320508075688772}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":13,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"45":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":4,"docs":{"12":{"tf":1.0},"31":{"tf":1.0},"53":{"tf":1.0},"60":{"tf":1.4142135623730951}}}}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"34":{"tf":2.0},"52":{"tf":1.7320508075688772},"53":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}},"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":7,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"7":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"52":{"tf":1.0}}}}}}},"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"12":{"tf":1.0}}}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"13":{"tf":1.0},"16":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"43":{"tf":1.0}}}}},"s":{"df":1,"docs":{"40":{"tf":1.0}},"i":{"df":1,"docs":{"17":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":3,"docs":{"12":{"tf":1.0},"29":{"tf":1.0},"4":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":6,"docs":{"0":{"tf":1.0},"21":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":4,"docs":{"27":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"8":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"d":{"df":4,"docs":{"16":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":2,"docs":{"10":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"15":{"tf":1.0},"3":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":6,"docs":{"10":{"tf":1.4142135623730951},"17":{"tf":1.0},"45":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"7":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"37":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.4142135623730951},"50":{"tf":1.0},"60":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":19,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"37":{"tf":1.7320508075688772},"38":{"tf":1.4142135623730951},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.7320508075688772},"55":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"—":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"47":{"tf":1.0}}}}}}},"r":{"(":{"\\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"52":{"tf":1.0}}}}},"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"2":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"a":{"df":0,"docs":{},"l":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":8,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0},"60":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"49":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":3,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0}}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":21,"docs":{"15":{"tf":1.0},"23":{"tf":1.7320508075688772},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.7320508075688772},"29":{"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},"51":{"tf":1.7320508075688772},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"4":{"tf":1.4142135623730951},"42":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"0":{"tf":1.4142135623730951},"17":{"tf":1.0},"3":{"tf":1.0},"57":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951}},"s":{"(":{"0":{"df":1,"docs":{"24":{"tf":1.0}}},"1":{"df":7,"docs":{"25":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}},"2":{"df":3,"docs":{"26":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":6,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"51":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":11,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"52":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":31,"docs":{"1":{"tf":1.0},"12":{"tf":2.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":2.0},"19":{"tf":1.0},"20":{"tf":2.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"35":{"tf":1.7320508075688772},"37":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"42":{"tf":1.7320508075688772},"43":{"tf":1.0},"45":{"tf":2.23606797749979},"47":{"tf":1.0},"48":{"tf":1.4142135623730951},"51":{"tf":2.0},"52":{"tf":2.23606797749979},"53":{"tf":2.23606797749979},"54":{"tf":1.4142135623730951},"55":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.7320508075688772},"7":{"tf":1.7320508075688772},"9":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"57":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}},"s":{"df":2,"docs":{"43":{"tf":1.0},"47":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"43":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"—":{"a":{"d":{"df":0,"docs":{},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"20":{"tf":1.0},"21":{"tf":1.0},"57":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":10,"docs":{"13":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.7320508075688772},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.4142135623730951}}},"df":0,"docs":{},"s":{"df":2,"docs":{"16":{"tf":1.0},"33":{"tf":1.4142135623730951}}}}}}},"}":{"\\"":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"f":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"15":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":4,"docs":{"12":{"tf":1.0},"29":{"tf":1.0},"47":{"tf":1.0},"59":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":7,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.7320508075688772},"49":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}},"l":{"df":0,"docs":{},"s":{"df":3,"docs":{"10":{"tf":1.0},"43":{"tf":1.0},"59":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}}}},"q":{"df":1,"docs":{"59":{"tf":1.7320508075688772}}},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"17":{"tf":1.0},"36":{"tf":1.0},"47":{"tf":1.0},"54":{"tf":1.0},"7":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"39":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"22":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"35":{"tf":1.0},"49":{"tf":1.0}}},"df":0,"docs":{}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"22":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"29":{"tf":1.4142135623730951},"32":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":1,"docs":{"59":{"tf":1.0}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"17":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"43":{"tf":1.0},"8":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}}}},"t":{"df":6,"docs":{"15":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"51":{"tf":1.0}}},"x":{"df":2,"docs":{"7":{"tf":1.0},"8":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"37":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0}}},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"58":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":3,"docs":{"13":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"55":{"tf":1.0},"57":{"tf":1.0}}}}}}},"n":{"df":15,"docs":{"10":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"34":{"tf":2.23606797749979},"52":{"tf":2.449489742783178},"53":{"tf":2.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"o":{"c":{"df":0,"docs":{},"u":{"df":2,"docs":{"6":{"tf":1.0},"7":{"tf":1.0}},"s":{"df":3,"docs":{"0":{"tf":1.0},"15":{"tf":1.0},"43":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"37":{"tf":1.0},"4":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"t":{"!":{"(":{"\\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"4":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":13,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"2":{"tf":1.7320508075688772},"21":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"47":{"tf":1.0},"48":{"tf":1.0}}}}}}}}}}},"df":20,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.4142135623730951},"2":{"tf":1.0},"3":{"tf":1.4142135623730951},"4":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.7320508075688772},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"55":{"tf":1.4142135623730951},"57":{"tf":1.0},"6":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}},"’":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"8":{"tf":1.0}}}}}}},"d":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"3":{"tf":1.0},"58":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"42":{"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":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"47":{"tf":1.0},"52":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":8,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"45":{"tf":1.0},"52":{"tf":1.0},"60":{"tf":1.0}}}}},"t":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"52":{"tf":1.0},"53":{"tf":1.0}}}},"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":1,"docs":{"1":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"60":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"17":{"tf":1.0},"22":{"tf":1.0}}}},"df":0,"docs":{},"o":{"d":{"df":5,"docs":{"10":{"tf":1.0},"40":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"31":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"17":{"tf":1.0},"22":{"tf":1.0}}},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"29":{"tf":1.0},"30":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":1,"docs":{"54":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"14":{"tf":1.0},"45":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}}},"df":31,"docs":{"1":{"tf":1.0},"14":{"tf":1.7320508075688772},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"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}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"12":{"tf":1.0}},"l":{"df":4,"docs":{"0":{"tf":1.0},"29":{"tf":1.0},"32":{"tf":1.0},"6":{"tf":1.0}}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"r":{"d":{"df":1,"docs":{"8":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"24":{"tf":1.0},"29":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"17":{"tf":1.0},"4":{"tf":1.0},"9":{"tf":1.7320508075688772}},"i":{"df":2,"docs":{"20":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":1,"docs":{"5":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.7320508075688772}}}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"0":{"tf":1.0},"53":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":8,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"4":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0},"59":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"55":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"i":{"[":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"20":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"a":{"df":3,"docs":{"33":{"tf":1.4142135623730951},"52":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"52":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"i":{"df":30,"docs":{"14":{"tf":1.7320508075688772},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"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}},"i":{"df":12,"docs":{"44":{"tf":1.7320508075688772},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"51":{"tf":1.0}}}}}}}},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.7320508075688772}}}},"l":{"df":2,"docs":{"52":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"55":{"tf":1.0}}}}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":4,"docs":{"0":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":7,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.4142135623730951},"59":{"tf":1.0},"60":{"tf":1.0},"9":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"29":{"tf":1.0},"42":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"\\"":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"52":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"34":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"3":{"tf":1.0},"4":{"tf":1.4142135623730951},"6":{"tf":1.0},"60":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"12":{"tf":1.0},"21":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":3,"docs":{"20":{"tf":1.4142135623730951},"47":{"tf":1.0},"52":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"47":{"tf":1.0},"52":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"43":{"tf":1.0}}}}}}},"df":2,"docs":{"40":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"58":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":4,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"3":{"tf":1.0},"55":{"tf":1.0}}}},"n":{"d":{"df":4,"docs":{"17":{"tf":1.0},"45":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"0":{"tf":1.4142135623730951},"3":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":2,"docs":{"55":{"tf":1.7320508075688772},"9":{"tf":2.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"5":{"tf":1.0}}}}}},"v":{"df":3,"docs":{"35":{"tf":1.0},"58":{"tf":1.0},"7":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"8":{"tf":1.0}},"t":{"df":1,"docs":{"3":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":2,"docs":{"43":{"tf":1.0},"52":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.0},"39":{"tf":1.0}}}},"’":{"df":1,"docs":{"0":{"tf":1.0}}}},"v":{"df":5,"docs":{"56":{"tf":1.7320508075688772},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}}},"j":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"g":{"df":4,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{}}},"k":{"8":{"df":6,"docs":{"16":{"tf":1.0},"22":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"59":{"tf":1.0}},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"60":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":15,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.7320508075688772},"22":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951}}}},"y":{"df":2,"docs":{"52":{"tf":1.0},"53":{"tf":1.0}}}},"n":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"57":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.4142135623730951},"55":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"13":{"tf":1.0},"7":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"21":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"39":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"26":{"tf":1.0},"4":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"15":{"tf":1.7320508075688772},"21":{"tf":1.0},"3":{"tf":1.0},"50":{"tf":1.0},"57":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":3,"docs":{"12":{"tf":1.0},"30":{"tf":1.4142135623730951},"45":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"t":{"df":2,"docs":{"3":{"tf":1.0},"34":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":10,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.7320508075688772},"55":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"12":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"19":{"tf":1.0},"29":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"20":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":16,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.4142135623730951},"3":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.0},"9":{"tf":1.0}}}}},"o":{"a":{"d":{"df":3,"docs":{"25":{"tf":1.0},"29":{"tf":1.4142135623730951},"30":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"60":{"tf":1.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":5,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":11,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"37":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951},"4":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0},"59":{"tf":1.0}}},"t":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":3,"docs":{"52":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0}},"i":{"c":{"df":2,"docs":{"51":{"tf":1.0},"54":{"tf":1.0}}},"df":0,"docs":{}},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"43":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":7,"docs":{"10":{"tf":1.0},"17":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"45":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"41":{"tf":1.0},"7":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"59":{"tf":1.0}}},"p":{"df":3,"docs":{"22":{"tf":1.0},"39":{"tf":1.0},"6":{"tf":1.0}}},"s":{"df":1,"docs":{"15":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"r":{"df":2,"docs":{"12":{"tf":1.0},"4":{"tf":1.0}}},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"10":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"40":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":15,"docs":{"10":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"13":{"tf":1.0},"31":{"tf":1.0},"44":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":7,"docs":{"13":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"55":{"tf":1.0},"8":{"tf":1.0}}}},"n":{"df":0,"docs":{},"i":{"df":6,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0},"57":{"tf":1.0}}}},"p":{"df":3,"docs":{"16":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0}}},"t":{"c":{"df":0,"docs":{},"h":{"df":4,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"29":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"56":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"17":{"tf":1.0},"41":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}},"x":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"0":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}},"2":{"5":{"df":2,"docs":{"27":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"4":{"0":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"y":{"b":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":8,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"45":{"tf":1.0},"59":{"tf":1.0}}}}},"t":{"df":1,"docs":{"21":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"30":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"2":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"43":{"tf":1.0},"60":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"c":{"df":4,"docs":{"12":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"5":{"df":2,"docs":{"27":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"3":{"0":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"22":{"tf":1.0},"24":{"tf":1.0},"39":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"10":{"tf":1.7320508075688772},"57":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"58":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":5,"docs":{"35":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0}}}},"x":{"df":2,"docs":{"58":{"tf":1.0},"8":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":7,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"45":{"tf":2.23606797749979},"55":{"tf":1.0}}},"r":{"df":1,"docs":{"30":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"13":{"tf":1.0}}}},"df":1,"docs":{"47":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"32":{"tf":1.4142135623730951},"54":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"13":{"tf":1.0},"22":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":7,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.4142135623730951},"40":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":4,"docs":{"22":{"tf":1.0},"32":{"tf":1.4142135623730951},"57":{"tf":1.0},"59":{"tf":1.0}}}}}}},"t":{"df":11,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"52":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"52":{"tf":1.0},"53":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"47":{"tf":1.0},"52":{"tf":1.0}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"df":1,"docs":{"9":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":12,"docs":{"21":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.4142135623730951},"53":{"tf":1.0},"54":{"tf":1.0},"59":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"g":{"df":1,"docs":{"43":{"tf":1.0}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":11,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":11,"docs":{"0":{"tf":1.7320508075688772},"15":{"tf":1.0},"17":{"tf":1.0},"3":{"tf":1.4142135623730951},"34":{"tf":2.23606797749979},"4":{"tf":1.0},"45":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"36":{"tf":1.0}}}}},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"52":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":8,"docs":{"34":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.7320508075688772},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"49":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":2,"docs":{"34":{"tf":1.4142135623730951},"49":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":24,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"12":{"tf":1.4142135623730951},"15":{"tf":1.7320508075688772},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"2":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"34":{"tf":1.7320508075688772},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.7320508075688772},"45":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.4142135623730951},"58":{"tf":1.0},"60":{"tf":1.7320508075688772},"7":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":2,"docs":{"22":{"tf":1.0},"8":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"df":6,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.7320508075688772},"43":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"{":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{":":{":":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"21":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"[":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":16,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.4142135623730951},"45":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.0},"60":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"22":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"45":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"12":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"55":{"tf":1.0},"57":{"tf":1.0}}}}}},"k":{"(":{"_":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"\\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"52":{"tf":1.0},"53":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":9,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"52":{"tf":1.0}}},"n":{"c":{"df":3,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0}}},"df":5,"docs":{"15":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.4142135623730951},"42":{"tf":1.0},"50":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"41":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":10,"docs":{"0":{"tf":1.0},"17":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":1.4142135623730951},"43":{"tf":2.23606797749979},"59":{"tf":1.0}}}},"t":{"df":2,"docs":{"21":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"12":{"tf":1.0},"49":{"tf":1.0}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"55":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"60":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"21":{"tf":1.0},"59":{"tf":1.0},"7":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":8,"docs":{"12":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0}}}}},"df":1,"docs":{"31":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"3":{"tf":1.0},"6":{"tf":1.4142135623730951},"9":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.7320508075688772}}}}}}}}}},"p":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"12":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"16":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"1":{"tf":1.0},"37":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"36":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"4":{"tf":1.0},"50":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":59,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.7320508075688772},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.7320508075688772},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"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},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.7320508075688772},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.7320508075688772},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":5,"docs":{"0":{"tf":1.0},"19":{"tf":1.0},"50":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":2.0}}}}}},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"37":{"tf":1.0},"43":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":1,"docs":{"12":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"19":{"tf":1.0},"26":{"tf":1.0},"32":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":3,"docs":{"15":{"tf":1.0},"21":{"tf":2.449489742783178},"22":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"34":{"tf":1.4142135623730951}}}},"r":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":4,"docs":{"0":{"tf":1.0},"29":{"tf":1.0},"4":{"tf":1.0},"60":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":7,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"5":{"tf":1.7320508075688772},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"52":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"15":{"tf":1.0},"16":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}}},"l":{"a":{"df":0,"docs":{},"n":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":8,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"[":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":24,"docs":{"1":{"tf":1.0},"12":{"tf":2.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"20":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.4142135623730951},"3":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"37":{"tf":2.0},"38":{"tf":1.4142135623730951},"4":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"55":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"43":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"51":{"tf":1.0}},"g":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"13":{"tf":1.0},"18":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"d":{"df":1,"docs":{"60":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"3":{"tf":1.0}}}},"df":0,"docs":{}},"df":4,"docs":{"36":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"45":{"tf":1.0},"60":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"14":{"tf":1.0},"22":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"9":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"15":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"37":{"tf":1.4142135623730951},"43":{"tf":2.0},"45":{"tf":1.0},"47":{"tf":1.0}}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}},"t":{"df":3,"docs":{"22":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"37":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":2.0}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.4142135623730951}}}}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"11":{"tf":1.0},"5":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"n":{"df":1,"docs":{"29":{"tf":1.4142135623730951}}}}}}},"o":{"b":{"df":0,"docs":{},"e":{"df":8,"docs":{"17":{"tf":1.0},"21":{"tf":1.0},"28":{"tf":1.0},"42":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"31":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":6,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"60":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":6,"docs":{"0":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"49":{"tf":1.0},"59":{"tf":1.0},"7":{"tf":1.0}},"t":{"df":5,"docs":{"10":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":8,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"29":{"tf":1.4142135623730951},"3":{"tf":1.0},"35":{"tf":1.0},"45":{"tf":1.0},"58":{"tf":1.0},"9":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":7,"docs":{"0":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"21":{"tf":1.0},"3":{"tf":1.0},"59":{"tf":1.0},"7":{"tf":2.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"10":{"tf":1.0},"52":{"tf":1.0}},"r":{"df":1,"docs":{"43":{"tf":1.0}}}},"i":{"d":{"df":3,"docs":{"40":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":4,"docs":{"12":{"tf":1.4142135623730951},"4":{"tf":1.0},"42":{"tf":1.0},"60":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"42":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"b":{"df":3,"docs":{"34":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"60":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"59":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"18":{"tf":1.0},"3":{"tf":1.0}}}}}}}},"q":{"a":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"24":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}}}}}},"r":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"12":{"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":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"(":{"1":{"0":{"df":2,"docs":{"26":{"tf":1.0},"31":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":3,"docs":{"25":{"tf":1.0},"27":{"tf":1.0},"32":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":10,"docs":{"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"29":{"tf":2.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"12":{"tf":1.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"52":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"l":{"df":3,"docs":{"42":{"tf":1.0},"52":{"tf":1.7320508075688772},"53":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"—":{"a":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":12,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.7320508075688772},"49":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.4142135623730951}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":4,"docs":{"0":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"51":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"1":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"49":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"19":{"tf":1.0},"32":{"tf":1.4142135623730951},"34":{"tf":2.0},"59":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":3,"docs":{"13":{"tf":1.0},"21":{"tf":1.0},"59":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":13,"docs":{"44":{"tf":1.7320508075688772},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":2.0},"56":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"37":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}},"x":{"df":2,"docs":{"42":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"22":{"tf":1.0},"49":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"20":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"3":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"45":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":4,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":7,"docs":{"19":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0},"42":{"tf":1.0},"59":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":7,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"27":{"tf":1.7320508075688772},"28":{"tf":1.0},"59":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"12":{"tf":1.0},"45":{"tf":1.0},"49":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":4,"docs":{"16":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0},"60":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":10,"docs":{"12":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"27":{"tf":1.4142135623730951},"31":{"tf":2.449489742783178},"32":{"tf":2.23606797749979},"34":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"60":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":14,"docs":{"22":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":2.0},"37":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"60":{"tf":1.0},"9":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"4":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0},"60":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"15":{"tf":1.4142135623730951},"21":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":3,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"59":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"10":{"tf":1.0},"59":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":6,"docs":{"0":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.4142135623730951}}},"l":{"df":1,"docs":{"31":{"tf":2.0}}}}},"p":{"c":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"47":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.7320508075688772},"53":{"tf":1.4142135623730951}}}}}}}}},"df":20,"docs":{"1":{"tf":1.0},"10":{"tf":2.0},"12":{"tf":1.7320508075688772},"13":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.7320508075688772},"20":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":2.23606797749979},"4":{"tf":1.7320508075688772},"41":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":2.0},"5":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.7320508075688772},"59":{"tf":1.4142135623730951},"60":{"tf":2.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"47":{"tf":1.0},"52":{"tf":1.4142135623730951}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":8,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":30,"docs":{"12":{"tf":1.0},"13":{"tf":1.4142135623730951},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"37":{"tf":1.7320508075688772},"38":{"tf":2.0},"39":{"tf":1.7320508075688772},"4":{"tf":1.4142135623730951},"40":{"tf":1.7320508075688772},"41":{"tf":1.7320508075688772},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.7320508075688772},"55":{"tf":1.7320508075688772},"58":{"tf":1.7320508075688772},"59":{"tf":1.7320508075688772},"60":{"tf":1.7320508075688772}},"’":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"42":{"tf":1.0}},"{":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"55":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"42":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"51":{"tf":1.7320508075688772},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"50":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":5,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"37":{"tf":1.4142135623730951},"55":{"tf":1.0},"59":{"tf":1.4142135623730951}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"0":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"43":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"24":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":11,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.7320508075688772}}}}}}}},"df":0,"docs":{}}}}},"df":30,"docs":{"1":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.7320508075688772},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":2.23606797749979},"16":{"tf":1.7320508075688772},"17":{"tf":2.23606797749979},"18":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":2.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"28":{"tf":1.0},"37":{"tf":2.23606797749979},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.4142135623730951},"45":{"tf":2.6457513110645907},"5":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":2.23606797749979},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":2.0},"59":{"tf":1.7320508075688772},"60":{"tf":2.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"41":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"a":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"43":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"22":{"tf":1.0},"7":{"tf":2.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"d":{"df":8,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0}}},"df":4,"docs":{"17":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":1.0},"45":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}},"f":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":3,"docs":{"21":{"tf":1.0},"52":{"tf":1.7320508075688772},"53":{"tf":1.7320508075688772}}}},"n":{"d":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"8":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"55":{"tf":1.0}},"i":{"c":{"df":5,"docs":{"0":{"tf":1.0},"40":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":6,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"37":{"tf":1.0},"44":{"tf":1.0},"57":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"16":{"tf":1.0},"40":{"tf":1.0},"58":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":10,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":7,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.7320508075688772}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"10":{"tf":1.4142135623730951},"32":{"tf":1.0},"59":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"w":{"df":4,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"23":{"tf":1.0},"51":{"tf":1.0}}}}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":13,"docs":{"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"37":{"tf":1.7320508075688772},"4":{"tf":1.0},"43":{"tf":1.7320508075688772},"49":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.4142135623730951},"9":{"tf":2.0}},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"24":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"26":{"tf":1.0},"32":{"tf":1.0}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":3,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0}}}}},"t":{"df":1,"docs":{"15":{"tf":1.0}}},"z":{"df":0,"docs":{},"e":{"df":1,"docs":{"9":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}}},"w":{"df":3,"docs":{"43":{"tf":1.0},"58":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"35":{"tf":1.0}}}},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"17":{"tf":1.0},"3":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":5,"docs":{"21":{"tf":1.0},"24":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"48":{"tf":1.0},"53":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"o":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"3":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":1,"docs":{"60":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":5,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"43":{"tf":1.0},"5":{"tf":1.0},"57":{"tf":1.0}},"i":{"df":1,"docs":{"17":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":3,"docs":{"22":{"tf":1.0},"38":{"tf":1.0},"59":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"58":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"22":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"52":{"tf":1.0}}}}}}},"df":0,"docs":{}},"_":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"48":{"tf":1.0},"53":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":14,"docs":{"12":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.7320508075688772},"45":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"7":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"e":{"df":3,"docs":{"12":{"tf":1.0},"22":{"tf":1.0},"9":{"tf":1.7320508075688772}}},"i":{"c":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}}},"y":{"df":5,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"35":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"59":{"tf":1.0}}}},"d":{":":{":":{"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":8,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{":":{":":{"a":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"52":{"tf":1.0}}},"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":{":":{":":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"24":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"21":{"tf":1.0},"43":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"59":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"p":{"df":3,"docs":{"12":{"tf":1.0},"45":{"tf":1.0},"60":{"tf":1.0}}}},"r":{"df":2,"docs":{"52":{"tf":1.0},"53":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"60":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"26":{"tf":1.0},"32":{"tf":1.4142135623730951}}}}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"52":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"57":{"tf":1.4142135623730951}}}}}},"u":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"25":{"tf":1.0}}}},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"6":{"tf":1.0}}}}},"df":6,"docs":{"0":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":1.0},"60":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"0":{"tf":1.0},"60":{"tf":1.0}}}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"41":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"16":{"tf":1.0},"34":{"tf":1.0},"56":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"13":{"tf":1.0},"22":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"27":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"30":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"58":{"tf":1.0}}}}}}},"n":{"c":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":7,"docs":{"20":{"tf":1.4142135623730951},"3":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}}}}}}}},"t":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"7":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"2":{"0":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"0":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}},"4":{"5":{"df":2,"docs":{"27":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"52":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":4,"docs":{"17":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.7320508075688772},"59":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"45":{"tf":1.0}}}}},"d":{"df":3,"docs":{"20":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"22":{"tf":1.0},"3":{"tf":1.4142135623730951},"57":{"tf":1.0}}},"r":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"21":{"tf":1.0},"30":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"c":{"a":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"26":{"tf":1.0}}},"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":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"25":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":32,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.4142135623730951},"15":{"tf":2.0},"16":{"tf":1.7320508075688772},"17":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.7320508075688772},"28":{"tf":1.0},"29":{"tf":1.4142135623730951},"3":{"tf":1.7320508075688772},"30":{"tf":1.7320508075688772},"31":{"tf":1.4142135623730951},"32":{"tf":1.7320508075688772},"34":{"tf":1.7320508075688772},"45":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":2.0},"51":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"6":{"tf":1.7320508075688772},"7":{"tf":1.4142135623730951},"8":{"tf":1.7320508075688772},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"49":{"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":{"48":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"{":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"52":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"52":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"7":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"13":{"tf":1.0},"37":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"e":{"df":14,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"3":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"35":{"tf":2.0},"39":{"tf":1.0},"43":{"tf":1.0},"59":{"tf":1.0},"7":{"tf":2.23606797749979}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"42":{"tf":1.0},"43":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"35":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"15":{"tf":1.0},"20":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"43":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"31":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":18,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772},"50":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"55":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"8":{"tf":1.0}},"y":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"g":{"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":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"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":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"15":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0}}},"k":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":14,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.7320508075688772},"42":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"60":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"34":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":19,"docs":{"0":{"tf":1.7320508075688772},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"21":{"tf":1.0},"25":{"tf":2.23606797749979},"26":{"tf":2.23606797749979},"27":{"tf":1.0},"29":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"42":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"59":{"tf":1.0},"60":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"5":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"5":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"16":{"tf":1.7320508075688772}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"19":{"tf":1.0},"60":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.7320508075688772}}}}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"34":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":3,"docs":{"22":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"38":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}}},"x":{"/":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"29":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"38":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"25":{"tf":1.0},"3":{"tf":1.4142135623730951},"45":{"tf":1.0},"47":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"53":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":2,"docs":{"4":{"tf":1.0},"55":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"31":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"17":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"16":{"tf":1.0}}}},"df":26,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":2.23606797749979},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.4142135623730951},"49":{"tf":1.0},"52":{"tf":2.23606797749979},"53":{"tf":1.7320508075688772},"55":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":32,"docs":{"14":{"tf":1.7320508075688772},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"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},"57":{"tf":1.0},"9":{"tf":1.7320508075688772}},"s":{"(":{"1":{"0":{"df":3,"docs":{"26":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"3":{"0":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":2,"docs":{"25":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"z":{"df":3,"docs":{"34":{"tf":2.449489742783178},"52":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"2":{"df":4,"docs":{"25":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"3":{"df":3,"docs":{"24":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0}}},"4":{"df":3,"docs":{"27":{"tf":1.0},"30":{"tf":1.0},"8":{"tf":1.0}}},"5":{"df":1,"docs":{"31":{"tf":1.0}}},"7":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":21,"docs":{"0":{"tf":2.0},"13":{"tf":1.0},"17":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"36":{"tf":2.0},"42":{"tf":1.0},"45":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.0},"57":{"tf":1.4142135623730951},"59":{"tf":1.0},"60":{"tf":2.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"!":{"[":{"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":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":1,"docs":{"52":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"10":{"tf":1.0},"32":{"tf":1.0},"59":{"tf":1.0}},"f":{"df":1,"docs":{"13":{"tf":1.0}},"i":{"df":12,"docs":{"0":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"27":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"16":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"[":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"12":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"60":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":2.23606797749979}},"e":{"df":0,"docs":{},"t":{"df":12,"docs":{"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.0}},"s":{"(":{"1":{"0":{"0":{"df":1,"docs":{"30":{"tf":1.0}}},"df":5,"docs":{"25":{"tf":1.0},"27":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"2":{"0":{"df":3,"docs":{"26":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0}}},"df":0,"docs":{}},"5":{"0":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}},"y":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":1,"docs":{"12":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"’":{"df":1,"docs":{"34":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"21":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"57":{"tf":1.0},"60":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"58":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":8,"docs":{"10":{"tf":1.4142135623730951},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"20":{"tf":1.0},"37":{"tf":1.0},"45":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":4,"docs":{"40":{"tf":1.0},"47":{"tf":1.0},"54":{"tf":1.4142135623730951},"58":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"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":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"2":{"0":{"df":2,"docs":{"26":{"tf":1.0},"32":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"0":{"0":{"df":1,"docs":{"31":{"tf":1.0}}},"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":1,"docs":{"10":{"tf":1.0}}},"6":{"0":{"0":{"df":1,"docs":{"30":{"tf":1.0}}},"df":4,"docs":{"10":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"9":{"0":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"0":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"0":{"tf":1.0},"35":{"tf":1.4142135623730951},"9":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"1":{"tf":1.0},"13":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":5,"docs":{"24":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"55":{"tf":1.7320508075688772}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":33,"docs":{"1":{"tf":1.0},"12":{"tf":2.23606797749979},"13":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.7320508075688772},"18":{"tf":2.0},"19":{"tf":2.449489742783178},"20":{"tf":2.23606797749979},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"25":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"34":{"tf":1.0},"37":{"tf":1.7320508075688772},"4":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.4142135623730951},"45":{"tf":2.23606797749979},"47":{"tf":1.7320508075688772},"48":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":2.0},"52":{"tf":2.6457513110645907},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.7320508075688772},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"15":{"tf":2.0},"16":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"5":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"e":{"df":1,"docs":{"59":{"tf":1.0}}}}}},"title":{"root":{"a":{"d":{"df":4,"docs":{"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"32":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"56":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"17":{"tf":1.0}}}}}}}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":3,"docs":{"27":{"tf":1.0},"32":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"42":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"36":{"tf":1.0}}},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"24":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"57":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"57":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"55":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"35":{"tf":1.0},"36":{"tf":1.0}}}}}}}},"d":{"a":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"36":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"l":{"df":1,"docs":{"57":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"23":{"tf":1.0},"28":{"tf":1.0},"51":{"tf":1.0}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"18":{"tf":1.0},"20":{"tf":1.0},"35":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"46":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"33":{"tf":1.0}}}}}}}},"f":{"a":{"df":0,"docs":{},"q":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"46":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"60":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"14":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":1,"docs":{"14":{"tf":1.0}},"i":{"df":1,"docs":{"44":{"tf":1.0}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"55":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"v":{"df":1,"docs":{"56":{"tf":1.0}}}},"k":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"45":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"24":{"tf":1.0}}}}},"o":{"a":{"d":{"df":2,"docs":{"29":{"tf":1.0},"30":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"39":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"10":{"tf":1.0}}}}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"45":{"tf":1.0}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"w":{"df":1,"docs":{"51":{"tf":1.0}}}}},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"9":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"43":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"14":{"tf":1.0},"2":{"tf":1.0},"44":{"tf":1.0},"56":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"o":{"b":{"df":0,"docs":{},"e":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"29":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"52":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"44":{"tf":1.0},"55":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"df":2,"docs":{"10":{"tf":1.0},"37":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"49":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":5,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"37":{"tf":1.0},"45":{"tf":1.0},"58":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"24":{"tf":1.0},"52":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"30":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"5":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"25":{"tf":1.0},"26":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":1,"docs":{"16":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"10":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"54":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":7,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"47":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"lang":"English","pipeline":["trimmer","stopWordFilter","stemmer"],"ref":"id","version":"0.9.5"},"results_options":{"limit_results":30,"teaser_word_count":30},"search_options":{"bool":"OR","expand":true,"fields":{"body":{"boost":1},"breadcrumbs":{"boost":1},"title":{"boost":2}}}}')); \ No newline at end of file diff --git a/docs/searchindex-c62f0e9a.js b/docs/searchindex-c62f0e9a.js new file mode 100644 index 0000000..fa11a6a --- /dev/null +++ b/docs/searchindex-c62f0e9a.js @@ -0,0 +1 @@ +window.search = Object.assign(window.search, JSON.parse('{"doc_urls":["project-context-primer.html#project-context-primer","what-you-will-learn.html#what-you-will-learn","part-i.html#part-i--foundations","introduction.html#introduction","architecture-overview.html#architecture-overview","testing-philosophy.html#testing-philosophy","testing-philosophy.html#declarative-over-imperative","testing-philosophy.html#protocol-time-not-wall-time","testing-philosophy.html#determinism-first-chaos-when-needed","testing-philosophy.html#observable-health-signals","testing-philosophy.html#minimum-run-windows","testing-philosophy.html#summary","scenario-lifecycle.html#scenario-lifecycle","design-rationale.html#design-rationale","part-ii.html#part-ii--user-guide","workspace-layout.html#workspace-layout","annotated-tree.html#annotated-tree","authoring-scenarios.html#authoring-scenarios","workloads.html#core-content-workloads--expectations","workloads.html#workloads","workloads.html#expectations","scenario-builder-ext-patterns.html#core-content-scenariobuilderext-patterns","best-practices.html#best-practices","examples.html#examples","examples.html#simple-consensus-liveness","examples.html#transaction-workload","examples.html#da--transaction-workload","examples.html#chaos-resilience-test","examples-advanced.html#advanced-examples","examples-advanced.html#load-progression-test","examples-advanced.html#sustained-load-test","examples-advanced.html#rolling-restart-test","examples-advanced.html#aggressive-chaos-test","examples-advanced.html#extension-ideas","examples-advanced.html#network-partition-recovery","examples-advanced.html#custom-expectation-block-timing-consistency","examples-advanced.html#custom-workload-targeted-executor-restart","examples-advanced.html#custom-deployer-config-validator","running-scenarios.html#running-scenarios","runners.html#runners","runners.html#local-runner","runners.html#docker-compose-runner","runners.html#kubernetes-runner","runners.html#common-expectations","operations.html#operations","part-iii.html#part-iii--developer-reference","scenario-model.html#scenario-model-developer-level","extending.html#extending-the-framework","extending.html#adding-a-workload","extending.html#adding-an-expectation","extending.html#adding-a-runner","extending.html#adding-topology-helpers","custom-workload-example.html#example-new-workload--expectation-rust","custom-workload-example.html#workload-simple-reachability-probe","custom-workload-example.html#expectation-confirm-the-target-stayed-reachable","custom-workload-example.html#how-to-wire-it","internal-crate-reference.html#internal-crate-reference","part-iv.html#part-iv--appendix","dsl-cheat-sheet.html#core-content-dsl-cheat-sheet","troubleshooting.html#troubleshooting-scenarios","faq.html#faq","glossary.html#glossary"],"index":{"documentStore":{"docInfo":{"0":{"body":78,"breadcrumbs":6,"title":3},"1":{"body":26,"breadcrumbs":2,"title":1},"10":{"body":40,"breadcrumbs":7,"title":3},"11":{"body":26,"breadcrumbs":5,"title":1},"12":{"body":102,"breadcrumbs":6,"title":2},"13":{"body":68,"breadcrumbs":6,"title":2},"14":{"body":10,"breadcrumbs":8,"title":4},"15":{"body":94,"breadcrumbs":8,"title":2},"16":{"body":59,"breadcrumbs":8,"title":2},"17":{"body":101,"breadcrumbs":8,"title":2},"18":{"body":18,"breadcrumbs":12,"title":4},"19":{"body":38,"breadcrumbs":9,"title":1},"2":{"body":10,"breadcrumbs":4,"title":2},"20":{"body":54,"breadcrumbs":9,"title":1},"21":{"body":84,"breadcrumbs":12,"title":4},"22":{"body":96,"breadcrumbs":8,"title":2},"23":{"body":11,"breadcrumbs":6,"title":1},"24":{"body":51,"breadcrumbs":8,"title":3},"25":{"body":45,"breadcrumbs":7,"title":2},"26":{"body":52,"breadcrumbs":8,"title":3},"27":{"body":51,"breadcrumbs":8,"title":3},"28":{"body":9,"breadcrumbs":9,"title":2},"29":{"body":66,"breadcrumbs":10,"title":3},"3":{"body":84,"breadcrumbs":4,"title":1},"30":{"body":61,"breadcrumbs":10,"title":3},"31":{"body":70,"breadcrumbs":10,"title":3},"32":{"body":77,"breadcrumbs":10,"title":3},"33":{"body":0,"breadcrumbs":9,"title":2},"34":{"body":85,"breadcrumbs":10,"title":3},"35":{"body":32,"breadcrumbs":12,"title":5},"36":{"body":42,"breadcrumbs":12,"title":5},"37":{"body":24,"breadcrumbs":11,"title":4},"38":{"body":75,"breadcrumbs":8,"title":2},"39":{"body":20,"breadcrumbs":6,"title":1},"4":{"body":106,"breadcrumbs":6,"title":2},"40":{"body":16,"breadcrumbs":7,"title":2},"41":{"body":23,"breadcrumbs":8,"title":3},"42":{"body":17,"breadcrumbs":7,"title":2},"43":{"body":43,"breadcrumbs":7,"title":2},"44":{"body":130,"breadcrumbs":6,"title":1},"45":{"body":10,"breadcrumbs":8,"title":4},"46":{"body":116,"breadcrumbs":12,"title":4},"47":{"body":0,"breadcrumbs":8,"title":2},"48":{"body":39,"breadcrumbs":8,"title":2},"49":{"body":21,"breadcrumbs":8,"title":2},"5":{"body":17,"breadcrumbs":6,"title":2},"50":{"body":29,"breadcrumbs":8,"title":2},"51":{"body":21,"breadcrumbs":9,"title":3},"52":{"body":19,"breadcrumbs":14,"title":5},"53":{"body":120,"breadcrumbs":13,"title":4},"54":{"body":67,"breadcrumbs":14,"title":5},"55":{"body":24,"breadcrumbs":10,"title":1},"56":{"body":91,"breadcrumbs":10,"title":3},"57":{"body":10,"breadcrumbs":6,"title":3},"58":{"body":84,"breadcrumbs":11,"title":5},"59":{"body":86,"breadcrumbs":7,"title":2},"6":{"body":40,"breadcrumbs":7,"title":3},"60":{"body":99,"breadcrumbs":5,"title":1},"61":{"body":130,"breadcrumbs":5,"title":1},"7":{"body":89,"breadcrumbs":8,"title":4},"8":{"body":66,"breadcrumbs":8,"title":4},"9":{"body":51,"breadcrumbs":7,"title":3}},"docs":{"0":{"body":"This book focuses on the Nomos Testing Framework. It assumes familiarity with\\nthe Nomos architecture, but for completeness, here is a short primer. Nomos is a modular blockchain protocol with validators and a data-availability\\n(DA) subsystem. Validators participate in consensus and produce blocks. Executors are validators with the DA dispersal service enabled. They can\\nsubmit transactions and disperse blob data to the DA network. Data Availability (DA) handles blob data within transactions. When\\ntransactions include ChannelBlob operations, executors disperse the blob data\\nto the DA network, and validators sample and verify it’s available. These roles interact tightly, which is why meaningful testing must be performed\\nin multi-node environments that include real networking, timing, and DA\\ninteraction.","breadcrumbs":"Project Context Primer » Project Context Primer","id":"0","title":"Project Context Primer"},"1":{"body":"This book gives you a clear mental model for Nomos multi-node testing, shows how\\nto author scenarios that pair realistic workloads with explicit expectations,\\nand guides you to run them across local, containerized, and cluster environments\\nwithout changing the plan.","breadcrumbs":"What You Will Learn » What You Will Learn","id":"1","title":"What You Will Learn"},"10":{"body":"Always run long enough for meaningful block production: #![allow(unused)] fn main() {\\n// Bad: too short\\n.with_run_duration(Duration::from_secs(5)) // Maybe 0-1 blocks // Good: enough blocks for assertions\\n.with_run_duration(Duration::from_secs(60)) // ~10+ blocks } The framework enforces minimum durations, but be explicit. Very short runs\\nrisk false confidence—one lucky block doesn’t prove liveness.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Minimum Run Windows","id":"10","title":"Minimum Run Windows"},"11":{"body":"These principles keep scenarios: Portable across environments (protocol time, declarative) Debuggable (determinism, separation of concerns) Meaningful (observable signals, sufficient duration) When authoring scenarios, ask: “Does this test the protocol behavior or\\nmy local environment quirks?”","breadcrumbs":"Part I — Foundations » Testing Philosophy » Summary","id":"11","title":"Summary"},"12":{"body":"Build the plan: Declare a topology, attach workloads and expectations, and set the run window. The plan is the single source of truth for what will happen. Deploy: Hand the plan to a runner. It provisions the environment on the chosen backend and waits for nodes to signal readiness. Drive workloads: Start traffic and behaviors (transactions, data-availability activity, restarts) for the planned duration. Observe blocks and signals: Track block progression and other high-level metrics during or after the run window to ground assertions in protocol time. Evaluate expectations: Once activity stops (and optional cooldown completes), check liveness and workload-specific outcomes to decide pass or fail. Cleanup: Tear down resources so successive runs start fresh and do not inherit leaked state. flowchart LR P[Plan
topology + workloads + expectations] --> D[Deploy
runner provisions] D --> R[Readiness
wait for nodes] R --> W[Drive Workloads] W --> O[Observe
blocks/metrics] O --> E[Evaluate Expectations] E --> C[Cleanup]","breadcrumbs":"Part I — Foundations » Scenario Lifecycle » Scenario Lifecycle","id":"12","title":"Scenario Lifecycle"},"13":{"body":"Modular crates keep configuration, orchestration, workloads, and runners decoupled so each can evolve without breaking the others. Pluggable runners let the same scenario run on a laptop, a Docker host, or a Kubernetes cluster, making validation portable across environments. Separated workloads and expectations clarify intent: what traffic to generate versus how to judge success. This simplifies review and reuse. Declarative topology makes cluster shape explicit and repeatable, reducing surprise when moving between CI and developer machines. Maintainability through predictability: a clear flow from plan to deployment to verification lowers the cost of extending the framework and interpreting failures.","breadcrumbs":"Part I — Foundations » Design Rationale » Design Rationale","id":"13","title":"Design Rationale"},"14":{"body":"Practical guidance for shaping scenarios, combining workloads and expectations,\\nand running them across different environments.","breadcrumbs":"Part II — User Guide » Part II — User Guide","id":"14","title":"Part II — User Guide"},"15":{"body":"The workspace focuses on multi-node integration testing and sits alongside a nomos-node checkout. Its crates separate concerns to keep scenarios\\nrepeatable and portable: Configs: prepares high-level node, network, tracing, and wallet settings\\nused across test environments. Core scenario orchestration: the engine that holds topology descriptions,\\nscenario plans, runtimes, workloads, and expectations. Workflows: ready-made workloads (transactions, data-availability, chaos)\\nand reusable expectations assembled into a user-facing DSL. Runners: deployment backends for local processes, Docker Compose, and\\nKubernetes, all consuming the same scenario plan. Test workflows: example scenarios and integration checks that show how\\nthe pieces fit together. This split keeps configuration, orchestration, reusable traffic patterns, and\\ndeployment adapters loosely coupled while sharing one mental model for tests.","breadcrumbs":"Part II — User Guide » Workspace Layout » Workspace Layout","id":"15","title":"Workspace Layout"},"16":{"body":"High-level view of the workspace and how pieces relate: nomos-testing/\\n├─ testing-framework/\\n│ ├─ configs/ # shared configuration helpers\\n│ ├─ core/ # scenario model, runtime, topology\\n│ ├─ workflows/ # workloads, expectations, DSL extensions\\n│ └─ runners/ # local, compose, k8s deployment backends\\n├─ tests/ # integration scenarios using the framework\\n└─ scripts/ # supporting setup utilities (e.g., assets) Each area maps to a responsibility: describe configs, orchestrate scenarios,\\npackage common traffic and assertions, adapt to environments, and demonstrate\\nend-to-end usage.","breadcrumbs":"Part II — User Guide » Annotated Tree » Annotated Tree","id":"16","title":"Annotated Tree"},"17":{"body":"Creating a scenario is a declarative exercise: Shape the topology: decide how many validators and executors to run, and\\nwhat high-level network and data-availability characteristics matter for the\\ntest. Attach workloads: pick traffic generators that align with your goals\\n(transactions, data-availability blobs, or chaos for resilience probes). Define expectations: specify the health signals that must hold when the\\nrun finishes (e.g., consensus liveness, inclusion of submitted activity; see Core Content: Workloads & Expectations). Set duration: choose a run window long enough to observe meaningful\\nblock progression and the effects of your workloads. Choose a runner: target local processes for fast iteration, Docker\\nCompose for reproducible multi-node stacks, or Kubernetes for cluster-grade\\nvalidation. For environment considerations, see Operations. Keep scenarios small and explicit: make the intended behavior and the success\\ncriteria clear so failures are easy to interpret and act upon.","breadcrumbs":"Part II — User Guide » Authoring Scenarios » Authoring Scenarios","id":"17","title":"Authoring Scenarios"},"18":{"body":"Workloads describe the activity a scenario generates; expectations describe the\\nsignals that must hold when that activity completes. Both are pluggable so\\nscenarios stay readable and purpose-driven.","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Core Content: Workloads & Expectations","id":"18","title":"Core Content: Workloads & Expectations"},"19":{"body":"Transaction workload: submits user-level transactions at a configurable\\nrate and can limit how many distinct actors participate. Data-availability workload: drives blob and channel activity to exercise\\ndata-availability paths. Chaos workload: triggers controlled node restarts to test resilience and\\nrecovery behaviors (requires a runner that can control nodes).","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Workloads","id":"19","title":"Workloads"},"2":{"body":"Conceptual chapters that establish the mental model for the framework and how\\nit approaches multi-node testing.","breadcrumbs":"Part I — Foundations » Part I — Foundations","id":"2","title":"Part I — Foundations"},"20":{"body":"Consensus liveness: verifies the system continues to produce blocks in\\nline with the planned workload and timing window. Workload-specific checks: each workload can attach its own success\\ncriteria (e.g., inclusion of submitted activity) so scenarios remain concise. Together, workloads and expectations let you express both the pressure applied\\nto the system and the definition of “healthy” for that run. flowchart TD I[Inputs
topology + wallets + rates] --> Init[Workload init] Init --> Drive[Drive traffic] Drive --> Collect[Collect signals] Collect --> Eval[Expectations evaluate]","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Expectations","id":"20","title":"Expectations"},"21":{"body":"Patterns that keep scenarios readable and reusable: Topology-first: start by shaping the cluster (counts, layout) so later\\nsteps inherit a clear foundation. Bundle defaults: use the DSL helpers to attach common expectations (like\\nliveness) whenever you add a matching workload, reducing forgotten checks. Intentional rates: express traffic in per-block terms to align with\\nprotocol timing rather than wall-clock assumptions. Opt-in chaos: enable restart patterns only in scenarios meant to probe\\nresilience; keep functional smoke tests deterministic. Wallet clarity: seed only the number of actors you need; it keeps\\ntransaction scenarios deterministic and interpretable. These patterns make scenario definitions self-explanatory while staying aligned\\nwith the framework’s block-oriented timing model.","breadcrumbs":"Part II — User Guide » Core Content: ScenarioBuilderExt Patterns » Core Content: ScenarioBuilderExt Patterns","id":"21","title":"Core Content: ScenarioBuilderExt Patterns"},"22":{"body":"State your intent: document the goal of each scenario (throughput, DA\\nvalidation, resilience) so expectation choices are obvious. Keep runs meaningful: choose durations that allow multiple blocks and make\\ntiming-based assertions trustworthy. Separate concerns: start with deterministic workloads for functional\\nchecks; add chaos in dedicated resilience scenarios to avoid noisy failures. Reuse patterns: standardize on shared topology and workload presets so\\nresults are comparable across environments and teams. Observe first, tune second: rely on liveness and inclusion signals to\\ninterpret outcomes before tweaking rates or topology. Environment fit: pick runners that match the feedback loop you need—local\\nfor speed, compose for reproducible stacks, k8s for cluster-grade fidelity. Minimal surprises: seed only necessary wallets and keep configuration\\ndeltas explicit when moving between CI and developer machines.","breadcrumbs":"Part II — User Guide » Best Practices » Best Practices","id":"22","title":"Best Practices"},"23":{"body":"Concrete scenarios showing how to combine topologies, workloads, and\\nexpectations. Copy and adjust these to fit your needs.","breadcrumbs":"Part II — User Guide » Examples » Examples","id":"23","title":"Examples"},"24":{"body":"Basic smoke test verifying validators can produce blocks. #![allow(unused)] fn main() {\\nuse nomos_testing_core::scenario::{Deployer, ScenarioBuilder};\\nuse nomos_testing_runner_local::LocalDeployer;\\nuse nomos_testing_workflows::ScenarioBuilderExt;\\nuse std::time::Duration; #[tokio::test]\\nasync fn test_consensus_liveness() -> Result<(), Box> { let mut plan = ScenarioBuilder::topology() .network_star() .validators(3) .executors(0) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(30)) .build(); let deployer = LocalDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } When to use: Quick validation that consensus works on minimal hardware.","breadcrumbs":"Part II — User Guide » Examples » Simple consensus liveness","id":"24","title":"Simple consensus liveness"},"25":{"body":"Submit transactions and verify inclusion. #![allow(unused)] fn main() {\\n#[tokio::test]\\nasync fn test_transaction_inclusion() -> Result<(), Box> { let mut plan = ScenarioBuilder::topology() .network_star() .validators(2) .executors(1) .apply() .wallets(10) .transactions() .rate(5) .users(5) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(60)) .build(); let deployer = LocalDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } When to use: Verify transaction submission and inclusion under light load.","breadcrumbs":"Part II — User Guide » Examples » Transaction workload","id":"25","title":"Transaction workload"},"26":{"body":"Stress both transaction and DA paths simultaneously. #![allow(unused)] fn main() {\\n#[tokio::test]\\nasync fn test_mixed_workload() -> Result<(), Box> { let mut plan = ScenarioBuilder::topology() .network_star() .validators(3) .executors(2) .apply() .wallets(20) .transactions() .rate(10) .users(10) .apply() .da() .channel_rate(2) .blob_rate(1) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(120)) .build(); let deployer = LocalDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } When to use: End-to-end validation that transaction and DA layers work together.","breadcrumbs":"Part II — User Guide » Examples » DA + transaction workload","id":"26","title":"DA + transaction workload"},"27":{"body":"Verify consensus survives node restarts. #![allow(unused)] fn main() {\\n#[tokio::test]\\nasync fn test_chaos_resilience() -> Result<(), Box> { let mut plan = ScenarioBuilder::topology() .network_star() .validators(4) .executors(1) .apply() .enable_node_control() .wallets(10) .transactions() .rate(5) .users(5) .apply() .chaos() .restart() .min_delay(Duration::from_secs(15)) .max_delay(Duration::from_secs(25)) .target_cooldown(Duration::from_secs(45)) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(90)) .build(); let deployer = LocalDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } When to use: Resilience validation and operational readiness testing.","breadcrumbs":"Part II — User Guide » Examples » Chaos resilience test","id":"27","title":"Chaos resilience test"},"28":{"body":"Realistic advanced scenarios for capacity testing, operational validation, and\\nresilience probing.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Advanced Examples","id":"28","title":"Advanced Examples"},"29":{"body":"Find the breaking point by gradually increasing transaction rate. #![allow(unused)] fn main() {\\n#[tokio::test]\\nasync fn test_capacity_limit() -> Result<(), Box> { for rate in [10, 20, 50, 100] { let mut plan = ScenarioBuilder::topology() .network_star() .validators(3) .executors(2) .apply() .wallets(50) .transactions() .rate(rate) .users(20) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(60)) .build(); let deployer = LocalDeployer::default(); let runner = deployer.deploy(&plan).await?; match runner.run(&mut plan).await { Ok(_) => println!(\\"✓ Handled {rate} tx/block\\"), Err(e) => { println!(\\"✗ Failed at {rate} tx/block: {e}\\"); break; } } } Ok(())\\n} } When to use: Capacity planning, finding performance limits, validating\\nhardware requirements.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Load progression test","id":"29","title":"Load progression test"},"3":{"body":"The Nomos Testing Framework is a purpose-built toolkit for exercising Nomos in\\nrealistic, multi-node environments. It solves the gap between small, isolated\\ntests and full-system validation by letting teams describe a cluster layout,\\ndrive meaningful traffic, and assert the outcomes in one coherent plan. It is for protocol engineers, infrastructure operators, and QA teams who need\\nrepeatable confidence that validators, executors, and data-availability\\ncomponents work together under network and timing constraints. Multi-node integration testing is required because many Nomos behaviors—block\\nprogress, data availability, liveness under churn—only emerge when several\\nroles interact over real networking and time. This framework makes those checks\\ndeclarative, observable, and portable across environments.","breadcrumbs":"Part I — Foundations » Introduction » Introduction","id":"3","title":"Introduction"},"30":{"body":"Run moderate load for extended duration to catch memory leaks or gradual\\ndegradation. #![allow(unused)] fn main() {\\n#[tokio::test]\\nasync fn test_sustained_load() -> Result<(), Box> { let mut plan = ScenarioBuilder::topology() .network_star() .validators(4) .executors(2) .apply() .wallets(100) .transactions() .rate(20) .users(30) .apply() .da() .channel_rate(5) .blob_rate(2) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(600)) // 10 minutes .build(); let deployer = ComposeRunner::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } When to use: Soak testing, memory leak detection, long-term stability\\nvalidation before production.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Sustained load test","id":"30","title":"Sustained load test"},"31":{"body":"Restart validators one at a time (like a rolling upgrade) while maintaining\\nconsensus. #![allow(unused)] fn main() {\\n#[tokio::test]\\nasync fn test_rolling_restart() -> Result<(), Box> { let mut plan = ScenarioBuilder::topology() .network_star() .validators(5) // Need 5 to tolerate 1 down .executors(1) .apply() .enable_node_control() .wallets(20) .transactions() .rate(10) .users(10) .apply() .chaos() .restart() .min_delay(Duration::from_secs(30)) // Space out restarts .max_delay(Duration::from_secs(40)) .target_cooldown(Duration::from_secs(120)) // Long cooldown = one at a time .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(300)) .build(); let deployer = ComposeRunner::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } When to use: Validating rolling upgrade procedures, verifying graceful\\nhandoff during restarts.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Rolling restart test","id":"31","title":"Rolling restart test"},"32":{"body":"Frequent restarts with shorter cooldown to stress recovery paths. #![allow(unused)] fn main() {\\n#[tokio::test]\\nasync fn test_aggressive_chaos() -> Result<(), Box> { let mut plan = ScenarioBuilder::topology() .network_star() .validators(7) // Need more nodes for aggressive chaos .executors(1) .apply() .enable_node_control() .wallets(20) .transactions() .rate(5) .users(10) .apply() .chaos() .restart() .min_delay(Duration::from_secs(5)) // Very short delays .max_delay(Duration::from_secs(10)) .target_cooldown(Duration::from_secs(20)) // Nodes can restart multiple times .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(120)) .build(); let deployer = ComposeRunner::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } When to use: Stress testing recovery mechanisms, finding edge cases in restart\\nhandling. Requires more validators (7) to tolerate multiple simultaneous restarts.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Aggressive chaos test","id":"32","title":"Aggressive chaos test"},"33":{"body":"","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Extension Ideas","id":"33","title":"Extension Ideas"},"34":{"body":"Problem: Test consensus recovery after a true network partition (not just restarts). What’s needed: Extend NodeControlHandle with network control operations: #![allow(unused)] fn main() {\\npub trait NodeControlHandle: Send + Sync { async fn restart_validator(&self, index: usize) -> Result<(), DynError>; async fn restart_executor(&self, index: usize) -> Result<(), DynError>; // New operations needed: async fn block_peer(&self, node: usize, peer: usize) -> Result<(), DynError>; async fn unblock_peer(&self, node: usize, peer: usize) -> Result<(), DynError>;\\n} } Why useful: Current chaos workload only supports restarts. Real partition testing\\nrequires blocking network communication between nodes, letting them diverge, then\\nreconnecting and verifying they converge. This tests actual Byzantine fault tolerance,\\nnot just crash recovery.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Network Partition Recovery","id":"34","title":"Network Partition Recovery"},"35":{"body":"Verify block production stays within expected timing bounds by collecting block\\ntimestamps from the block feed, calculating intervals, and asserting they stay\\nwithin tolerance of the configured slot duration. Why useful: Catches timing degradation that liveness checks miss (blocks\\nprogress, but too slowly).","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Custom Expectation: Block Timing Consistency","id":"35","title":"Custom Expectation: Block Timing Consistency"},"36":{"body":"A workload that specifically targets and restarts executors (not random nodes),\\nthen verifies transaction submission continued through a different executor. Why useful: True executor failover testing. Current chaos workload restarts\\nrandom nodes, so you can’t verify “executor A died, executor B took over.” Would\\nrequire custom node control logic to identify and target specific executors.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Custom Workload: Targeted Executor Restart","id":"36","title":"Custom Workload: Targeted Executor Restart"},"37":{"body":"A deployer that generates configs, validates them against schema, checks for\\nconflicts (duplicate ports, invalid DA params), but never starts processes. Why useful: Fast config validation in CI before actual deployment.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Custom Deployer: Config Validator","id":"37","title":"Custom Deployer: Config Validator"},"38":{"body":"Running a scenario follows the same conceptual flow regardless of environment: Select or author a scenario plan that pairs a topology with workloads,\\nexpectations, and a suitable run window. Choose a runner aligned with your environment (local, compose, or k8s) and\\nensure its prerequisites are available. Deploy the plan through the runner; wait for readiness signals before\\nstarting workloads. Let workloads drive activity for the planned duration; keep observability\\nsignals visible so you can correlate outcomes. Evaluate expectations and capture results as the primary pass/fail signal. Use the same plan across different runners to compare behavior between local\\ndevelopment and CI or cluster settings. For environment prerequisites and\\nflags, see Operations.","breadcrumbs":"Part II — User Guide » Running Scenarios » Running Scenarios","id":"38","title":"Running Scenarios"},"39":{"body":"Runners turn a scenario plan into a live environment while keeping the plan\\nunchanged. Choose based on feedback speed, reproducibility, and fidelity. For\\nenvironment and operational considerations, see Operations:","breadcrumbs":"Part II — User Guide » Runners » Runners","id":"39","title":"Runners"},"4":{"body":"The framework follows a clear flow: Topology → Scenario → Deploy → Run → Verify. Topology describes the cluster: how many nodes, their roles, and the high-level network and data-availability parameters they should follow. Scenario combines that topology with the activities to run and the checks to perform, forming a single plan. Deployer provisions infrastructure on the chosen backend (local processes, Docker Compose, or Kubernetes), waits for readiness, and returns a Runner. Runner orchestrates execution: starts workloads, observes signals, evaluates expectations, and cleans up. Workloads generate traffic and conditions that exercise the system. Expectations observe the run and judge success or failure once activity completes. flowchart LR A(Topology
shape cluster) --> B(Scenario
plan) B --> C(Deployer
provision infrastructure) C --> D(Runner
orchestrate execution) D --> E(Workloads
drive traffic) E --> F(Expectations
verify outcomes) Each layer has a narrow responsibility so that cluster shape, deployment choice,\\ntraffic generation, and health checks can evolve independently while fitting\\ntogether predictably.","breadcrumbs":"Part I — Foundations » Architecture Overview » Architecture Overview","id":"4","title":"Architecture Overview"},"40":{"body":"Launches node processes directly on the host. Fastest feedback loop and minimal orchestration overhead. Best for development-time iteration and debugging.","breadcrumbs":"Part II — User Guide » Runners » Local runner","id":"40","title":"Local runner"},"41":{"body":"Starts nodes in containers to provide a reproducible multi-node stack on a\\nsingle machine. Discovers service ports and wires observability for convenient inspection. Good balance between fidelity and ease of setup.","breadcrumbs":"Part II — User Guide » Runners » Docker Compose runner","id":"41","title":"Docker Compose runner"},"42":{"body":"Deploys nodes onto a cluster for higher-fidelity, longer-running scenarios. Suits CI or shared environments where cluster behavior and scheduling matter.","breadcrumbs":"Part II — User Guide » Runners » Kubernetes runner","id":"42","title":"Kubernetes runner"},"43":{"body":"All runners require at least one validator and, for transaction scenarios,\\naccess to seeded wallets. Readiness probes gate workload start so traffic begins only after nodes are\\nreachable. Environment flags can relax timeouts or increase tracing when diagnostics are\\nneeded. flowchart TD Plan[Scenario Plan] --> RunSel{Runner
(local | compose | k8s)} RunSel --> Provision[Provision & readiness] Provision --> Runtime[Runtime + observability] Runtime --> Exec[Workloads & Expectations execute]","breadcrumbs":"Part II — User Guide » Runners » Common expectations","id":"43","title":"Common expectations"},"44":{"body":"Operational readiness focuses on prerequisites, environment fit, and clear\\nsignals: Prerequisites: keep a sibling nomos-node checkout available; ensure the\\nchosen runner’s platform needs are met (local binaries for host runs, Docker\\nfor compose, cluster access for k8s). Artifacts: some scenarios depend on prover or circuit assets; fetch them\\nahead of time with the provided helper scripts when needed. Environment flags: use slow-environment toggles to relax timeouts, enable\\ntracing when debugging, and adjust observability ports to avoid clashes. Readiness checks: verify runners report node readiness before starting\\nworkloads; this avoids false negatives from starting too early. Failure triage: map failures to missing prerequisites (wallet seeding,\\nnode control availability), runner platform issues, or unmet expectations.\\nStart with liveness signals, then dive into workload-specific assertions. Treat operational hygiene—assets present, prerequisites satisfied, observability\\nreachable—as the first step to reliable scenario outcomes. flowchart TD Expose[Runner exposes endpoints/ports] --> Collect[Runtime collects block/health signals] Collect --> Consume[Expectations consume signals
decide pass/fail] Consume --> Inspect[Operators inspect logs/metrics
when failures arise]","breadcrumbs":"Part II — User Guide » Operations » Operations","id":"44","title":"Operations"},"45":{"body":"Deep dives for contributors who extend the framework, evolve its abstractions,\\nor maintain the crate set.","breadcrumbs":"Part III — Developer Reference » Part III — Developer Reference","id":"45","title":"Part III — Developer Reference"},"46":{"body":"The scenario model defines clear, composable responsibilities: Topology: a declarative description of the cluster—how many nodes, their\\nroles, and the broad network and data-availability characteristics. It\\nrepresents the intended shape of the system under test. Scenario: a plan combining topology, workloads, expectations, and a run\\nwindow. Building a scenario validates prerequisites (like seeded wallets) and\\nensures the run lasts long enough to observe meaningful block progression. Workloads: asynchronous tasks that generate traffic or conditions. They\\nuse shared context to interact with the deployed cluster and may bundle\\ndefault expectations. Expectations: post-run assertions. They can capture baselines before\\nworkloads start and evaluate success once activity stops. Runtime: coordinates workloads and expectations for the configured\\nduration, enforces cooldowns when control actions occur, and ensures cleanup\\nso runs do not leak resources. Developers extending the model should keep these boundaries strict: topology\\ndescribes, scenarios assemble, runners deploy, workloads drive, and expectations\\njudge outcomes. For guidance on adding new capabilities, see Extending the Framework.","breadcrumbs":"Part III — Developer Reference » Scenario Model (Developer Level) » Scenario Model (Developer Level)","id":"46","title":"Scenario Model (Developer Level)"},"47":{"body":"","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Extending the Framework","id":"47","title":"Extending the Framework"},"48":{"body":"Implement testing_framework_core::scenario::Workload: Provide a name and any bundled expectations. In init, derive inputs from GeneratedTopology and RunMetrics; fail\\nfast if prerequisites are missing (e.g., wallet data, node addresses). In start, drive async traffic using the RunContext clients. Expose the workload from a module under testing-framework/workflows and\\nconsider adding a DSL helper for ergonomic wiring.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding a workload","id":"48","title":"Adding a workload"},"49":{"body":"Implement testing_framework_core::scenario::Expectation: Use start_capture to snapshot baseline metrics. Use evaluate to assert outcomes after workloads finish; return all errors\\nso the runner can aggregate them. Export it from testing-framework/workflows if it is reusable.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding an expectation","id":"49","title":"Adding an expectation"},"5":{"body":"This framework embodies specific principles that shape how you author and run\\nscenarios. Understanding these principles helps you write effective tests and\\ninterpret results correctly.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Testing Philosophy","id":"5","title":"Testing Philosophy"},"50":{"body":"Implement testing_framework_core::scenario::Deployer for your backend. Produce a RunContext with NodeClients, metrics endpoints, and optional NodeControlHandle. Guard cleanup with CleanupGuard to reclaim resources even on failures. Mirror the readiness and block-feed probes used by the existing runners so\\nworkloads can rely on consistent signals.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding a runner","id":"50","title":"Adding a runner"},"51":{"body":"Extend testing_framework_core::topology::TopologyBuilder with new layouts or\\nconfiguration presets (e.g., specialized DA parameters). Keep defaults safe:\\nensure at least one participant and clamp dispersal factors as the current\\nhelpers do.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding topology helpers","id":"51","title":"Adding topology helpers"},"52":{"body":"A minimal, end-to-end illustration of adding a custom workload and matching\\nexpectation. This shows the shape of the traits and where to plug into the\\nframework; expand the logic to fit your real test.","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Example: New Workload & Expectation (Rust)","id":"52","title":"Example: New Workload & Expectation (Rust)"},"53":{"body":"Key ideas: name: identifies the workload in logs. expectations: workloads can bundle defaults so callers don’t forget checks. init: derive inputs from the generated topology (e.g., pick a target node). start: drive async activity using the shared RunContext. #![allow(unused)] fn main() {\\nuse std::sync::Arc;\\nuse async_trait::async_trait;\\nuse testing_framework_core::scenario::{ DynError, Expectation, RunContext, RunMetrics, Workload,\\n};\\nuse testing_framework_core::topology::GeneratedTopology; pub struct ReachabilityWorkload { target_idx: usize, bundled: Vec>,\\n} impl ReachabilityWorkload { pub fn new(target_idx: usize) -> Self { Self { target_idx, bundled: vec![Box::new(ReachabilityExpectation::new(target_idx))], } }\\n} #[async_trait]\\nimpl Workload for ReachabilityWorkload { fn name(&self) -> &\'static str { \\"reachability_workload\\" } fn expectations(&self) -> Vec> { self.bundled.clone() } fn init( &mut self, topology: &GeneratedTopology, _metrics: &RunMetrics, ) -> Result<(), DynError> { if topology.validators().get(self.target_idx).is_none() { return Err(\\"no validator at requested index\\".into()); } Ok(()) } async fn start(&self, ctx: &RunContext) -> Result<(), DynError> { let client = ctx .clients() .validators() .get(self.target_idx) .ok_or(\\"missing target client\\")?; // Pseudo-action: issue a lightweight RPC to prove reachability. client.health_check().await.map_err(|e| e.into()) }\\n} }","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Workload: simple reachability probe","id":"53","title":"Workload: simple reachability probe"},"54":{"body":"Key ideas: start_capture: snapshot baseline if needed (not used here). evaluate: assert the condition after workloads finish. #![allow(unused)] fn main() {\\nuse async_trait::async_trait;\\nuse testing_framework_core::scenario::{DynError, Expectation, RunContext}; pub struct ReachabilityExpectation { target_idx: usize,\\n} impl ReachabilityExpectation { pub fn new(target_idx: usize) -> Self { Self { target_idx } }\\n} #[async_trait]\\nimpl Expectation for ReachabilityExpectation { fn name(&self) -> &str { \\"target_reachable\\" } async fn evaluate(&mut self, ctx: &RunContext) -> Result<(), DynError> { let client = ctx .clients() .validators() .get(self.target_idx) .ok_or(\\"missing target client\\")?; client.health_check().await.map_err(|e| { format!(\\"target became unreachable during run: {e}\\").into() }) }\\n} }","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Expectation: confirm the target stayed reachable","id":"54","title":"Expectation: confirm the target stayed reachable"},"55":{"body":"Build your scenario as usual and call .with_workload(ReachabilityWorkload::new(0)). The bundled expectation is attached automatically; you can add more with .with_expectation(...) if needed. Keep the logic minimal and fast for smoke tests; grow it into richer probes\\nfor deeper scenarios.","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » How to wire it","id":"55","title":"How to wire it"},"56":{"body":"High-level roles of the crates that make up the framework: Configs: prepares reusable configuration primitives for nodes, networking,\\ntracing, data availability, and wallets, shared by all scenarios and runners. Core scenario orchestration: houses the topology and scenario model,\\nruntime coordination, node clients, and readiness/health probes. Workflows: packages workloads and expectations into reusable building\\nblocks and offers a fluent DSL to assemble them. Runners: implements deployment backends (local host, Docker Compose,\\nKubernetes) that all consume the same scenario plan. Test workflows: example scenarios and integration checks that exercise the\\nframework end to end and serve as living documentation. Use this map to locate where to add new capabilities: configuration primitives\\nin configs, orchestration changes in core, reusable traffic/assertions in\\nworkflows, environment adapters in runners, and demonstrations in tests.","breadcrumbs":"Part III — Developer Reference » Internal Crate Reference » Internal Crate Reference","id":"56","title":"Internal Crate Reference"},"57":{"body":"Quick-reference material and supporting guidance to keep scenarios discoverable,\\ndebuggable, and consistent.","breadcrumbs":"Part IV — Appendix » Part IV — Appendix","id":"57","title":"Part IV — Appendix"},"58":{"body":"The framework offers a fluent builder style to keep scenarios readable. Common\\nknobs: Topology shaping: set validator and executor counts, pick a network layout\\nstyle, and adjust high-level data-availability traits. Wallet seeding: define how many users participate and the total funds\\navailable for transaction workloads. Workload tuning: configure transaction rates, data-availability channel\\nand blob rates, and whether chaos restarts should include validators,\\nexecutors, or both. Expectations: attach liveness and workload-specific checks so success is\\nexplicit. Run window: set a minimum duration long enough for multiple blocks to be\\nobserved and verified. Use these knobs to express intent clearly, keeping scenario definitions concise\\nand consistent across teams.","breadcrumbs":"Part IV — Appendix » DSL Cheat Sheet » Core Content: DSL Cheat Sheet","id":"58","title":"Core Content: DSL Cheat Sheet"},"59":{"body":"Common symptoms and likely causes: No or slow block progression: runner started workloads before readiness, insufficient run window, or environment too slow—extend duration or enable slow-environment tuning. Transactions not included: missing or insufficient wallet seeding, misaligned transaction rate with block cadence, or network instability—reduce rate and verify wallet setup. Chaos stalls the run: node control not available for the chosen runner or restart cadence too aggressive—enable control capability and widen restart intervals. Observability gaps: metrics or logs unreachable because ports clash or services are not exposed—adjust observability ports and confirm runner wiring. Flaky behavior across runs: mixing chaos with functional smoke tests or inconsistent topology between environments—separate deterministic and chaos scenarios and standardize topology presets.","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Troubleshooting Scenarios","id":"59","title":"Troubleshooting Scenarios"},"6":{"body":"Describe what you want to test, not how to orchestrate it: #![allow(unused)] fn main() {\\n// Good: declarative\\nScenarioBuilder::topology() .network_star() .validators(2) .executors(1) .apply() .wallets(10) .transactions().rate(5).users(5).apply() .expect_consensus_liveness() .build(); // Bad: imperative (framework doesn\'t work this way)\\n// spawn_validator(); spawn_executor(); // loop { submit_tx(); check_block(); } } Why it matters: The framework handles deployment, readiness, and cleanup.\\nYou focus on test intent, not infrastructure orchestration.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Declarative over Imperative","id":"6","title":"Declarative over Imperative"},"60":{"body":"Why block-oriented timing? Using block cadence reduces dependence on host speed and keeps assertions aligned\\nwith protocol behavior. Can I reuse the same scenario across runners? Yes. The plan stays the same; swap runners (local, compose, k8s) to target\\ndifferent environments. When should I enable chaos workloads? Only when testing resilience or operational recovery; keep functional smoke\\ntests deterministic. How long should runs be? Long enough for multiple blocks so liveness and inclusion checks are\\nmeaningful; very short runs risk false confidence. Do I always need seeded wallets? Only for transaction scenarios. Data-availability or pure chaos scenarios may\\nnot require them, but liveness checks still need validators producing blocks. What if expectations fail but workloads “look fine”? Trust expectations first—they capture the intended success criteria. Use the\\nobservability signals and runner logs to pinpoint why the system missed the\\ntarget.","breadcrumbs":"Part IV — Appendix » FAQ » FAQ","id":"60","title":"FAQ"},"61":{"body":"Validator: node role responsible for participating in consensus and block\\nproduction. Executor: a validator node with the DA dispersal service enabled. Executors\\ncan submit transactions and disperse blob data to the DA network, in addition\\nto performing all validator functions. DA (Data Availability): subsystem ensuring blobs or channel data are\\npublished and retrievable for validation. Deployer: component that provisions infrastructure (spawns processes,\\ncreates containers, or launches pods), waits for readiness, and returns a\\nRunner. Examples: LocalDeployer, ComposeRunner, K8sRunner. Runner: component returned by deployers that orchestrates scenario\\nexecution—starts workloads, observes signals, evaluates expectations, and\\ntriggers cleanup. Workload: traffic or behavior generator that exercises the system during a\\nscenario run. Expectation: post-run assertion that judges whether the system met the\\nintended success criteria. Topology: declarative description of the cluster shape, roles, and\\nhigh-level parameters for a scenario. Scenario: immutable plan combining topology, workloads, expectations, and\\nrun duration. Blockfeed: stream of block observations used for liveness or inclusion\\nsignals during a run. Control capability: the ability for a runner to start, stop, or restart\\nnodes, used by chaos workloads.","breadcrumbs":"Part IV — Appendix » Glossary » Glossary","id":"61","title":"Glossary"},"7":{"body":"Reason in blocks and consensus intervals, not wall-clock seconds: #![allow(unused)] fn main() {\\n// Good: protocol-oriented thinking\\nlet mut plan = ScenarioBuilder::topology() .network_star() .validators(2) .executors(1) .apply() .wallets(10) .transactions().rate(5).users(5).apply() // 5 tx per block .with_run_duration(Duration::from_secs(60)) // Let framework calculate expected blocks .expect_consensus_liveness() // \\"Did we produce the expected blocks?\\" .build(); // Bad: wall-clock assumptions\\n// \\"I expect at least 30 blocks in 60 seconds\\"\\n// Brittle if readiness or startup takes longer on slow CI } Why it matters: Block production rate is fixed by consensus parameters (e.g.,\\n2-second slot duration), but node startup and readiness vary by environment—fast\\non a laptop, slow on overloaded CI. The framework measures in blocks (protocol\\ntime), not wall-clock seconds, so tests focus on “did consensus work?” rather\\nthan “was the hardware fast enough?”","breadcrumbs":"Part I — Foundations » Testing Philosophy » Protocol Time, Not Wall Time","id":"7","title":"Protocol Time, Not Wall Time"},"8":{"body":"Default scenarios are repeatable: Fixed topology Predictable traffic rates Deterministic checks Chaos is opt-in: #![allow(unused)] fn main() {\\n// Separate: functional test (deterministic)\\nlet mut plan = ScenarioBuilder::topology() .network_star() .validators(2) .executors(1) .apply() .wallets(10) .transactions().rate(5).users(5).apply() .expect_consensus_liveness() .build(); // Separate: chaos test (introduces randomness)\\nlet mut chaos_plan = ScenarioBuilder::topology() .network_star() .validators(4) .executors(1) .apply() .enable_node_control() .wallets(10) .chaos().restart() .min_delay(Duration::from_secs(15)) .max_delay(Duration::from_secs(25)) .target_cooldown(Duration::from_secs(45)) .apply() .transactions().rate(5).users(5).apply() .expect_consensus_liveness() .build(); } Why it matters: Mixing determinism with chaos creates noisy, hard-to-debug\\nfailures. Separate concerns make failures actionable.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Determinism First, Chaos When Needed","id":"8","title":"Determinism First, Chaos When Needed"},"9":{"body":"Prefer user-facing signals over internal state: Good checks: ✅ Blocks progressing at expected rate (liveness) ✅ Transactions included within N blocks (inclusion) ✅ DA blobs retrievable (availability) Avoid internal checks: ❌ Memory pool size ❌ Internal service state ❌ Cache hit rates Why it matters: User-facing signals reflect actual system health.\\nInternal state can be “healthy” while the system is broken from a user\\nperspective.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Observable Health Signals","id":"9","title":"Observable Health Signals"}},"length":62,"save":true},"fields":["title","body","breadcrumbs"],"index":{"body":{"root":{"0":{"df":1,"docs":{"10":{"tf":1.0}}},"1":{"0":{"0":{"df":1,"docs":{"29":{"tf":1.0}}},"df":3,"docs":{"10":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0}}},"df":2,"docs":{"10":{"tf":1.0},"31":{"tf":1.0}}},"2":{"0":{"df":1,"docs":{"29":{"tf":1.0}}},"df":1,"docs":{"7":{"tf":1.0}}},"3":{"0":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}},"5":{"0":{"df":1,"docs":{"29":{"tf":1.0}}},"df":2,"docs":{"31":{"tf":1.0},"7":{"tf":1.0}}},"6":{"0":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}},"7":{"df":1,"docs":{"32":{"tf":1.0}}},"_":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":7,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"a":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"61":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"46":{"tf":1.0},"53":{"tf":1.0},"8":{"tf":1.0}}}},"v":{"df":9,"docs":{"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"46":{"tf":1.0},"53":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"19":{"tf":1.0},"21":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"34":{"tf":1.0},"37":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"56":{"tf":1.0}}}}},"d":{"df":4,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"48":{"tf":1.0}}}}}}},"df":6,"docs":{"46":{"tf":1.0},"48":{"tf":1.4142135623730951},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"23":{"tf":1.0},"44":{"tf":1.0},"58":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"28":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"49":{"tf":1.0}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"32":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}}}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":4,"docs":{"17":{"tf":1.0},"21":{"tf":1.4142135623730951},"38":{"tf":1.0},"60":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":15,"docs":{"10":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}}}}},"df":1,"docs":{"22":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"10":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"57":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":12,"docs":{"20":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"26":{"tf":1.7320508075688772},"27":{"tf":1.7320508075688772},"29":{"tf":1.4142135623730951},"30":{"tf":1.7320508075688772},"31":{"tf":1.7320508075688772},"32":{"tf":1.7320508075688772},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.7320508075688772}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"4":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"44":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"15":{"tf":1.0},"46":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":12,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}}},"t":{"df":2,"docs":{"16":{"tf":1.0},"44":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"0":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{":":{":":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":12,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":2.0},"48":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"46":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":6,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"17":{"tf":1.0},"38":{"tf":1.0},"5":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":16,"docs":{"0":{"tf":1.7320508075688772},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"38":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.4142135623730951},"46":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.7320508075688772},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"22":{"tf":1.0},"44":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"df":0,"docs":{}}}}},"b":{"(":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"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":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"4":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}}}}},"d":{"df":3,"docs":{"10":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"22":{"tf":1.0},"39":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"46":{"tf":1.0},"49":{"tf":1.0},"54":{"tf":1.0}}}}}},"i":{"c":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}}}},"df":2,"docs":{"36":{"tf":1.0},"4":{"tf":1.0}},"e":{"c":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":7,"docs":{"22":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"59":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"43":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":9,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"22":{"tf":1.0},"40":{"tf":1.0}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":7,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0},"59":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"44":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"b":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{"df":1,"docs":{"26":{"tf":1.0}}},"2":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":6,"docs":{"0":{"tf":1.7320508075688772},"17":{"tf":1.0},"19":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":19,"docs":{"0":{"tf":1.0},"10":{"tf":2.23606797749979},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":2.23606797749979},"46":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":2.0},"61":{"tf":1.4142135623730951},"7":{"tf":2.6457513110645907},"9":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"61":{"tf":1.0}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"0":{"tf":1.0},"1":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"18":{"tf":1.0},"20":{"tf":1.0},"26":{"tf":1.0},"58":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"46":{"tf":1.0}}}}},"df":1,"docs":{"35":{"tf":1.0}}},"df":0,"docs":{}}},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":8,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"13":{"tf":1.0},"29":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"o":{"a":{"d":{"df":1,"docs":{"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"9":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":15,"docs":{"12":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"46":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"58":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":5,"docs":{"21":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.7320508075688772},"55":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"z":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"c":{"(":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}},"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":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"9":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"59":{"tf":1.4142135623730951},"60":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"55":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"36":{"tf":1.0}}}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"46":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0}}}},"c":{"df":2,"docs":{"28":{"tf":1.0},"29":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"38":{"tf":1.0},"46":{"tf":1.0},"60":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"32":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"30":{"tf":1.0},"35":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":1,"docs":{"4":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"1":{"tf":1.0},"56":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"2":{"df":1,"docs":{"26":{"tf":1.0}}},"5":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"0":{"tf":1.0}}},"df":0,"docs":{}}}},"df":3,"docs":{"19":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.0}}}}}},"o":{"df":15,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"27":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":1.7320508075688772},"34":{"tf":1.0},"36":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.7320508075688772},"60":{"tf":1.4142135623730951},"61":{"tf":1.0},"8":{"tf":2.0}},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"46":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":16,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"44":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.4142135623730951},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"44":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"22":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"17":{"tf":1.4142135623730951},"22":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"59":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}}}}},"i":{"df":6,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0},"7":{"tf":1.4142135623730951}},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"51":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"44":{"tf":1.0},"59":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":5,"docs":{"12":{"tf":1.0},"46":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0}},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"r":{"df":7,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"58":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"|":{"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":4,"docs":{"48":{"tf":1.0},"53":{"tf":1.7320508075688772},"54":{"tf":1.7320508075688772},"56":{"tf":1.0}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":12,"docs":{"1":{"tf":1.0},"13":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.7320508075688772},"42":{"tf":1.4142135623730951},"44":{"tf":1.0},"46":{"tf":1.0},"61":{"tf":1.0}},"—":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"46":{"tf":1.0}}}}}}}}}}}},"o":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"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":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"44":{"tf":1.0}}}}}}}}},"df":3,"docs":{"20":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"14":{"tf":1.0},"23":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"61":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"34":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"22":{"tf":1.0},"38":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"18":{"tf":1.0},"4":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"3":{"tf":1.0},"61":{"tf":1.4142135623730951}}},"s":{"df":12,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"61":{"tf":1.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":3,"docs":{"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":2,"docs":{"2":{"tf":1.0},"38":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"8":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"20":{"tf":1.0},"58":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"4":{"tf":1.0},"46":{"tf":1.0},"54":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"3":{"tf":1.0},"60":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":4,"docs":{"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"37":{"tf":1.7320508075688772},"56":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"r":{"df":10,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"54":{"tf":1.0},"59":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":9,"docs":{"0":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.4142135623730951},"27":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.7320508075688772}}}}}},"i":{"d":{"df":1,"docs":{"48":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.0},"39":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"35":{"tf":1.0},"50":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"m":{"df":3,"docs":{"15":{"tf":1.0},"44":{"tf":1.4142135623730951},"56":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"41":{"tf":1.0},"61":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"1":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"58":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"0":{"tf":1.0},"46":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":2,"docs":{"20":{"tf":1.0},"36":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":7,"docs":{"19":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"59":{"tf":1.4142135623730951},"61":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"41":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":4,"docs":{"12":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"46":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"46":{"tf":1.0},"56":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"23":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":7,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"38":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"21":{"tf":1.0},"58":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"34":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"45":{"tf":1.0},"56":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"17":{"tf":1.0},"61":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":4,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"x":{"df":2,"docs":{"53":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"34":{"tf":1.0},"36":{"tf":1.0},"51":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":4,"docs":{"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"52":{"tf":1.0}}}}}}}},"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"[":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"a":{"df":8,"docs":{"0":{"tf":2.449489742783178},"22":{"tf":1.0},"26":{"tf":2.0},"30":{"tf":1.0},"37":{"tf":1.0},"51":{"tf":1.0},"61":{"tf":1.7320508075688772},"9":{"tf":1.0}},"t":{"a":{"df":13,"docs":{"0":{"tf":2.23606797749979},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"4":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":2,"docs":{"12":{"tf":1.0},"4":{"tf":1.0}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":3,"docs":{"40":{"tf":1.0},"44":{"tf":1.0},"8":{"tf":1.0}},"g":{"df":2,"docs":{"11":{"tf":1.0},"57":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"12":{"tf":1.0},"17":{"tf":1.0}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"r":{"df":8,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"3":{"tf":1.0},"46":{"tf":1.0},"6":{"tf":1.4142135623730951},"61":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"45":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":5,"docs":{"21":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"17":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"20":{"tf":1.0},"21":{"tf":1.0},"58":{"tf":1.0}}}}}}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":2,"docs":{"30":{"tf":1.0},"35":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"16":{"tf":1.0},"56":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"44":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":20,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"37":{"tf":1.7320508075688772},"38":{"tf":1.0},"4":{"tf":1.7320508075688772},"42":{"tf":1.0},"46":{"tf":1.4142135623730951},"56":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"(":{"&":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":8,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0}}}}},"df":0,"docs":{}}},"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":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"48":{"tf":1.0},"53":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":6,"docs":{"16":{"tf":1.0},"18":{"tf":1.4142135623730951},"3":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"46":{"tf":1.0},"61":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"11":{"tf":1.0},"8":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":6,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}}}}}},"df":1,"docs":{"36":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"14":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"60":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"41":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"57":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":3,"docs":{"0":{"tf":1.7320508075688772},"51":{"tf":1.0},"61":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"56":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"22":{"tf":1.0},"56":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"\'":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"12":{"tf":1.0},"31":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"[":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}},"df":8,"docs":{"12":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.0},"38":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0}},"n":{"df":1,"docs":{"18":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"l":{"df":6,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.0},"48":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":13,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":4,"docs":{"12":{"tf":1.0},"31":{"tf":1.0},"54":{"tf":1.0},"61":{"tf":1.4142135623730951}}}}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"34":{"tf":2.0},"53":{"tf":1.7320508075688772},"54":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}},"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":7,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"7":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"12":{"tf":1.0}}}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"13":{"tf":1.0},"16":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"44":{"tf":1.0}}}}},"s":{"df":1,"docs":{"41":{"tf":1.0}},"i":{"df":1,"docs":{"17":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":3,"docs":{"12":{"tf":1.0},"29":{"tf":1.0},"4":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":6,"docs":{"0":{"tf":1.0},"21":{"tf":1.0},"44":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":4,"docs":{"27":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"8":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"d":{"df":4,"docs":{"16":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":2,"docs":{"10":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"15":{"tf":1.0},"3":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":6,"docs":{"10":{"tf":1.4142135623730951},"17":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"38":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.4142135623730951},"51":{"tf":1.0},"61":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":19,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"38":{"tf":1.7320508075688772},"39":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.7320508075688772},"56":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"—":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"48":{"tf":1.0}}}}}}},"r":{"(":{"\\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"2":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"a":{"df":0,"docs":{},"l":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":8,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"54":{"tf":1.0},"61":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":3,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0}}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":6,"docs":{"15":{"tf":1.0},"23":{"tf":1.0},"28":{"tf":1.0},"52":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"4":{"tf":1.4142135623730951},"43":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"r":{"df":6,"docs":{"0":{"tf":1.4142135623730951},"17":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":2.6457513110645907},"58":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951}},"s":{"(":{"0":{"df":1,"docs":{"24":{"tf":1.0}}},"1":{"df":7,"docs":{"25":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}},"2":{"df":3,"docs":{"26":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":6,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":11,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":30,"docs":{"1":{"tf":1.0},"12":{"tf":2.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"35":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"46":{"tf":2.23606797749979},"48":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":2.0},"54":{"tf":1.7320508075688772},"55":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.7320508075688772},"7":{"tf":1.7320508075688772},"9":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}},"s":{"df":2,"docs":{"44":{"tf":1.0},"48":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"—":{"a":{"d":{"df":0,"docs":{},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"20":{"tf":1.0},"21":{"tf":1.0},"58":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":7,"docs":{"13":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":2,"docs":{"16":{"tf":1.0},"33":{"tf":1.0}}}}}}},"}":{"\\"":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"54":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"f":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"15":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"51":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":4,"docs":{"12":{"tf":1.0},"29":{"tf":1.0},"48":{"tf":1.0},"60":{"tf":1.0}},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"36":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":7,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.7320508075688772},"50":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}},"l":{"df":0,"docs":{},"s":{"df":3,"docs":{"10":{"tf":1.0},"44":{"tf":1.0},"60":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}}}},"q":{"df":1,"docs":{"60":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"17":{"tf":1.0},"37":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.0},"7":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"22":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"35":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"22":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"29":{"tf":1.4142135623730951},"32":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":1,"docs":{"60":{"tf":1.0}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"17":{"tf":1.0},"49":{"tf":1.0},"54":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"44":{"tf":1.0},"8":{"tf":1.0}},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"60":{"tf":1.0}}}}}}}}}},"t":{"df":6,"docs":{"15":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"52":{"tf":1.0}}},"x":{"df":2,"docs":{"7":{"tf":1.0},"8":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"38":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0}}},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":3,"docs":{"13":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"56":{"tf":1.0},"58":{"tf":1.0}}}}}}},"n":{"df":15,"docs":{"10":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"34":{"tf":2.23606797749979},"53":{"tf":2.449489742783178},"54":{"tf":2.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"o":{"c":{"df":0,"docs":{},"u":{"df":2,"docs":{"6":{"tf":1.0},"7":{"tf":1.0}},"s":{"df":3,"docs":{"0":{"tf":1.0},"15":{"tf":1.0},"44":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"38":{"tf":1.0},"4":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"t":{"!":{"(":{"\\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"4":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"2":{"tf":1.0},"21":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"48":{"tf":1.0},"49":{"tf":1.0}}}}}}}}}}},"df":16,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.4142135623730951},"2":{"tf":1.0},"3":{"tf":1.4142135623730951},"4":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0},"6":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}},"’":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"8":{"tf":1.0}}}}}}},"d":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"3":{"tf":1.0},"59":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"43":{"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":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"48":{"tf":1.0},"53":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":8,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"46":{"tf":1.0},"53":{"tf":1.0},"61":{"tf":1.0}}}}},"t":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}}}},"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":1,"docs":{"1":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"61":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"17":{"tf":1.0},"22":{"tf":1.0}}}},"df":0,"docs":{},"o":{"d":{"df":5,"docs":{"10":{"tf":1.0},"41":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"31":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"17":{"tf":1.0},"22":{"tf":1.0}}},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"29":{"tf":1.0},"30":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":1,"docs":{"55":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"14":{"tf":1.0},"46":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"1":{"tf":1.0},"14":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"12":{"tf":1.0}},"l":{"df":4,"docs":{"0":{"tf":1.0},"29":{"tf":1.0},"32":{"tf":1.0},"6":{"tf":1.0}}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"r":{"d":{"df":1,"docs":{"8":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"24":{"tf":1.0},"29":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"17":{"tf":1.0},"4":{"tf":1.0},"9":{"tf":1.4142135623730951}},"i":{"df":2,"docs":{"20":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":1,"docs":{"5":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"0":{"tf":1.0},"54":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":8,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"4":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"56":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"i":{"[":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"20":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"a":{"df":3,"docs":{"33":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"36":{"tf":1.0},"53":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"14":{"tf":1.0}},"i":{"df":1,"docs":{"45":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}}}}}},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.4142135623730951}}}},"l":{"df":2,"docs":{"53":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.0}}}}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":4,"docs":{"0":{"tf":1.4142135623730951},"58":{"tf":1.0},"59":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":7,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.0},"9":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"29":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"\\"":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"34":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"3":{"tf":1.0},"4":{"tf":1.4142135623730951},"6":{"tf":1.0},"61":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"12":{"tf":1.0},"21":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":3,"docs":{"20":{"tf":1.4142135623730951},"48":{"tf":1.0},"53":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"48":{"tf":1.0},"53":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"df":2,"docs":{"41":{"tf":1.0},"44":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"59":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":4,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"3":{"tf":1.0},"56":{"tf":1.0}}}},"n":{"d":{"df":4,"docs":{"17":{"tf":1.0},"46":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"0":{"tf":1.4142135623730951},"3":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":2,"docs":{"56":{"tf":1.0},"9":{"tf":2.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"5":{"tf":1.0}}}}}},"v":{"df":3,"docs":{"35":{"tf":1.0},"59":{"tf":1.0},"7":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"8":{"tf":1.0}},"t":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":2,"docs":{"44":{"tf":1.0},"53":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.0},"40":{"tf":1.0}}}},"’":{"df":1,"docs":{"0":{"tf":1.0}}}},"v":{"df":1,"docs":{"57":{"tf":1.0}}}},"j":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"g":{"df":4,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}}},"k":{"8":{"df":6,"docs":{"16":{"tf":1.0},"22":{"tf":1.0},"38":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"60":{"tf":1.0}},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"61":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":15,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.7320508075688772},"22":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951}}}},"y":{"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}}}},"n":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"58":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0},"56":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"13":{"tf":1.0},"7":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"21":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"40":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"26":{"tf":1.0},"4":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"15":{"tf":1.0},"21":{"tf":1.0},"3":{"tf":1.0},"51":{"tf":1.0},"58":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":3,"docs":{"12":{"tf":1.0},"30":{"tf":1.4142135623730951},"46":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":2,"docs":{"3":{"tf":1.0},"34":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":10,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"19":{"tf":1.0},"29":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"20":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":16,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"44":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.0},"9":{"tf":1.0}}}}},"o":{"a":{"d":{"df":3,"docs":{"25":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"61":{"tf":1.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":5,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":11,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"38":{"tf":1.4142135623730951},"4":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0}}},"t":{"df":1,"docs":{"56":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":3,"docs":{"53":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}},"i":{"c":{"df":3,"docs":{"36":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{}},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":7,"docs":{"10":{"tf":1.0},"17":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"42":{"tf":1.0},"7":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"60":{"tf":1.0}}},"p":{"df":3,"docs":{"22":{"tf":1.0},"40":{"tf":1.0},"6":{"tf":1.0}}},"s":{"df":1,"docs":{"15":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"r":{"df":2,"docs":{"12":{"tf":1.0},"4":{"tf":1.0}}},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"10":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"41":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":15,"docs":{"10":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"13":{"tf":1.0},"31":{"tf":1.0},"45":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":7,"docs":{"13":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"56":{"tf":1.0},"8":{"tf":1.0}}}},"n":{"df":0,"docs":{},"i":{"df":6,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.0}}}},"p":{"df":3,"docs":{"16":{"tf":1.0},"44":{"tf":1.0},"56":{"tf":1.0}}},"t":{"c":{"df":0,"docs":{},"h":{"df":4,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"29":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"57":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"17":{"tf":1.0},"42":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}},"x":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"0":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}},"2":{"5":{"df":2,"docs":{"27":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"4":{"0":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"y":{"b":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":8,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"46":{"tf":1.0},"60":{"tf":1.0}}}}},"t":{"df":1,"docs":{"21":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"30":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"2":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"44":{"tf":1.0},"61":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"c":{"df":4,"docs":{"12":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"59":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"5":{"df":2,"docs":{"27":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"3":{"0":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"22":{"tf":1.0},"24":{"tf":1.0},"40":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"10":{"tf":1.4142135623730951},"58":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":5,"docs":{"35":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}}},"x":{"df":2,"docs":{"59":{"tf":1.0},"8":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":7,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"46":{"tf":1.7320508075688772},"56":{"tf":1.0}}},"r":{"df":1,"docs":{"30":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"13":{"tf":1.0}}}},"df":1,"docs":{"48":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"32":{"tf":1.4142135623730951},"55":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"13":{"tf":1.0},"22":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":7,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.4142135623730951},"41":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":4,"docs":{"22":{"tf":1.0},"32":{"tf":1.4142135623730951},"58":{"tf":1.0},"60":{"tf":1.0}}}}}}},"t":{"df":11,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"53":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"48":{"tf":1.0},"53":{"tf":1.0}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"df":1,"docs":{"9":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":12,"docs":{"21":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.4142135623730951},"8":{"tf":1.0}},"—":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"g":{"df":1,"docs":{"44":{"tf":1.0}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":11,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":11,"docs":{"0":{"tf":1.7320508075688772},"15":{"tf":1.0},"17":{"tf":1.0},"3":{"tf":1.4142135623730951},"34":{"tf":2.0},"4":{"tf":1.0},"46":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"37":{"tf":1.0}}}}},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":5,"docs":{"34":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"56":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"50":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":2,"docs":{"34":{"tf":1.4142135623730951},"50":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":25,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"12":{"tf":1.4142135623730951},"15":{"tf":1.7320508075688772},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"2":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"34":{"tf":1.7320508075688772},"36":{"tf":1.7320508075688772},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.7320508075688772},"46":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.4142135623730951},"59":{"tf":1.0},"61":{"tf":1.7320508075688772},"7":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":2,"docs":{"22":{"tf":1.0},"8":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"df":6,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.7320508075688772},"44":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"{":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{":":{":":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"21":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"[":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":16,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.4142135623730951},"46":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"22":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"46":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"12":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"56":{"tf":1.0},"58":{"tf":1.0}}}}}},"k":{"(":{"_":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"\\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":9,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"53":{"tf":1.0}}},"n":{"c":{"df":3,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0}}},"df":5,"docs":{"15":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.4142135623730951},"43":{"tf":1.0},"51":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"42":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":10,"docs":{"0":{"tf":1.0},"17":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.4142135623730951},"44":{"tf":1.7320508075688772},"60":{"tf":1.0}}}},"t":{"df":2,"docs":{"21":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"12":{"tf":1.0},"50":{"tf":1.0}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"56":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"61":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"21":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":8,"docs":{"12":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0}}}}},"df":1,"docs":{"31":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"3":{"tf":1.0},"36":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}}},"p":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"12":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"16":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"1":{"tf":1.0},"38":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"37":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"4":{"tf":1.0},"51":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":4,"docs":{"14":{"tf":1.0},"2":{"tf":1.0},"45":{"tf":1.0},"57":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":5,"docs":{"0":{"tf":1.0},"19":{"tf":1.0},"51":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.7320508075688772}}}}}},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"38":{"tf":1.0},"44":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":1,"docs":{"12":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"19":{"tf":1.0},"26":{"tf":1.0},"32":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":3,"docs":{"15":{"tf":1.0},"21":{"tf":2.0},"22":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"34":{"tf":1.4142135623730951}}}},"r":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":4,"docs":{"0":{"tf":1.0},"29":{"tf":1.0},"4":{"tf":1.0},"61":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"15":{"tf":1.0},"16":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}}}}}}}}},"l":{"a":{"df":0,"docs":{},"n":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":8,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"[":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":24,"docs":{"1":{"tf":1.0},"12":{"tf":2.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"20":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.4142135623730951},"3":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"38":{"tf":2.0},"39":{"tf":1.4142135623730951},"4":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"44":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"52":{"tf":1.0}},"g":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"13":{"tf":1.0},"18":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"d":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"3":{"tf":1.0}}}},"df":0,"docs":{}},"df":4,"docs":{"37":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"59":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"46":{"tf":1.0},"61":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"14":{"tf":1.0},"22":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"9":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"15":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"38":{"tf":1.4142135623730951},"44":{"tf":2.0},"46":{"tf":1.0},"48":{"tf":1.0}}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}},"t":{"df":3,"docs":{"22":{"tf":1.0},"51":{"tf":1.0},"59":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"38":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.4142135623730951}}}}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"11":{"tf":1.0},"5":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"n":{"df":1,"docs":{"29":{"tf":1.4142135623730951}}}}}}},"o":{"b":{"df":0,"docs":{},"e":{"df":8,"docs":{"17":{"tf":1.0},"21":{"tf":1.0},"28":{"tf":1.0},"43":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"31":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":6,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"61":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":6,"docs":{"0":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"50":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.0}},"t":{"df":5,"docs":{"10":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":8,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"46":{"tf":1.0},"59":{"tf":1.0},"9":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":7,"docs":{"0":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"21":{"tf":1.0},"3":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"10":{"tf":1.0},"53":{"tf":1.0}},"r":{"df":1,"docs":{"44":{"tf":1.0}}}},"i":{"d":{"df":3,"docs":{"41":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":4,"docs":{"12":{"tf":1.4142135623730951},"4":{"tf":1.0},"43":{"tf":1.0},"61":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"43":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"b":{"df":3,"docs":{"34":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"61":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"60":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"18":{"tf":1.0},"3":{"tf":1.0}}}}}}}},"q":{"a":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"24":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}}}}}},"r":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"12":{"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":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"36":{"tf":1.4142135623730951},"8":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"(":{"1":{"0":{"df":2,"docs":{"26":{"tf":1.0},"31":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":3,"docs":{"25":{"tf":1.0},"27":{"tf":1.0},"32":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":10,"docs":{"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"29":{"tf":2.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"12":{"tf":1.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"53":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"l":{"df":3,"docs":{"43":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0}},"e":{"df":0,"docs":{},"—":{"a":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":12,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"27":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.7320508075688772},"50":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.4142135623730951}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"56":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":4,"docs":{"0":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"52":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"1":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"50":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"19":{"tf":1.0},"32":{"tf":1.4142135623730951},"34":{"tf":1.7320508075688772},"60":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":3,"docs":{"13":{"tf":1.0},"21":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"45":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"38":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}},"x":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}}},"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"22":{"tf":1.0},"50":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"20":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"3":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"46":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":4,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":8,"docs":{"19":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"60":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":7,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"60":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"12":{"tf":1.0},"46":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":4,"docs":{"16":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"61":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":11,"docs":{"12":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"27":{"tf":1.4142135623730951},"31":{"tf":2.23606797749979},"32":{"tf":2.23606797749979},"34":{"tf":1.4142135623730951},"36":{"tf":1.7320508075688772},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"61":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":14,"docs":{"22":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":2.0},"38":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"61":{"tf":1.0},"9":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"4":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0},"61":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"15":{"tf":1.4142135623730951},"21":{"tf":1.0},"49":{"tf":1.0},"56":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":3,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"60":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"10":{"tf":1.0},"60":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":6,"docs":{"0":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.4142135623730951}}},"l":{"df":1,"docs":{"31":{"tf":1.7320508075688772}}}}},"p":{"c":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"48":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.7320508075688772},"54":{"tf":1.4142135623730951}}}}}}}}},"df":20,"docs":{"1":{"tf":1.0},"10":{"tf":1.7320508075688772},"12":{"tf":1.7320508075688772},"13":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.7320508075688772},"20":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.0},"38":{"tf":1.7320508075688772},"4":{"tf":1.7320508075688772},"42":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":2.0},"5":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.7320508075688772},"60":{"tf":1.4142135623730951},"61":{"tf":2.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"48":{"tf":1.0},"53":{"tf":1.4142135623730951}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":8,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":30,"docs":{"12":{"tf":1.0},"13":{"tf":1.4142135623730951},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"38":{"tf":1.7320508075688772},"39":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.4142135623730951},"46":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.4142135623730951},"56":{"tf":1.7320508075688772},"59":{"tf":1.7320508075688772},"60":{"tf":1.7320508075688772},"61":{"tf":1.7320508075688772}},"’":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"43":{"tf":1.0}},"{":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"43":{"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":{},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"56":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"43":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"51":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":5,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"38":{"tf":1.4142135623730951},"56":{"tf":1.0},"60":{"tf":1.4142135623730951}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"0":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"44":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"24":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":11,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":30,"docs":{"1":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":2.23606797749979},"16":{"tf":1.7320508075688772},"17":{"tf":1.7320508075688772},"18":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":2.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"28":{"tf":1.0},"38":{"tf":1.7320508075688772},"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.4142135623730951},"46":{"tf":2.23606797749979},"5":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":2.23606797749979},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"60":{"tf":1.7320508075688772},"61":{"tf":2.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"42":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"a":{"df":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"44":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"22":{"tf":1.0},"7":{"tf":2.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"d":{"df":8,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}},"df":4,"docs":{"17":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.0},"46":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}},"f":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":3,"docs":{"21":{"tf":1.0},"53":{"tf":1.7320508075688772},"54":{"tf":1.7320508075688772}}}},"n":{"d":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"8":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"56":{"tf":1.0}},"i":{"c":{"df":5,"docs":{"0":{"tf":1.0},"41":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":6,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"38":{"tf":1.0},"45":{"tf":1.0},"58":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"16":{"tf":1.0},"41":{"tf":1.0},"59":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":10,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":7,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"10":{"tf":1.4142135623730951},"32":{"tf":1.0},"60":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"w":{"df":4,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"23":{"tf":1.0},"52":{"tf":1.0}}}}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":13,"docs":{"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"38":{"tf":1.7320508075688772},"4":{"tf":1.0},"44":{"tf":1.7320508075688772},"50":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"9":{"tf":1.7320508075688772}},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"44":{"tf":1.0}}},"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":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"24":{"tf":1.0},"53":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"26":{"tf":1.0},"32":{"tf":1.0}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":3,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0}}}}},"t":{"df":1,"docs":{"15":{"tf":1.0}}},"z":{"df":0,"docs":{},"e":{"df":1,"docs":{"9":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}}},"w":{"df":3,"docs":{"44":{"tf":1.0},"59":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"35":{"tf":1.0}}}},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"17":{"tf":1.0},"3":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":5,"docs":{"21":{"tf":1.0},"24":{"tf":1.0},"55":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"49":{"tf":1.0},"54":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"o":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"3":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":1,"docs":{"61":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":6,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"36":{"tf":1.4142135623730951},"44":{"tf":1.0},"5":{"tf":1.0},"58":{"tf":1.0}},"i":{"df":1,"docs":{"17":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":3,"docs":{"22":{"tf":1.0},"39":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"41":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"59":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"22":{"tf":1.0},"59":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"df":0,"docs":{}},"_":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"49":{"tf":1.0},"54":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":14,"docs":{"12":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.7320508075688772},"46":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"7":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"e":{"df":3,"docs":{"12":{"tf":1.0},"22":{"tf":1.0},"9":{"tf":1.7320508075688772}}},"i":{"c":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}},"y":{"df":5,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"35":{"tf":1.4142135623730951},"54":{"tf":1.0},"60":{"tf":1.0}}}},"d":{":":{":":{"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":8,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{":":{":":{"a":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"53":{"tf":1.0}}},"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":{":":{":":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"24":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"21":{"tf":1.0},"44":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"60":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"p":{"df":3,"docs":{"12":{"tf":1.0},"46":{"tf":1.0},"61":{"tf":1.0}}}},"r":{"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"26":{"tf":1.0},"32":{"tf":1.4142135623730951}}}}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"58":{"tf":1.4142135623730951}}}}}},"u":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"25":{"tf":1.0},"36":{"tf":1.0}}}},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"6":{"tf":1.0}}}}},"df":6,"docs":{"0":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":1.0},"61":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"0":{"tf":1.0},"61":{"tf":1.0}}}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"42":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"16":{"tf":1.0},"34":{"tf":1.0},"57":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"13":{"tf":1.0},"22":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"27":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"30":{"tf":1.0}}}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"60":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"n":{"c":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":7,"docs":{"20":{"tf":1.4142135623730951},"3":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}}}}}}}},"t":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"7":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"2":{"0":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"0":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}},"4":{"5":{"df":2,"docs":{"27":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"53":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":5,"docs":{"17":{"tf":1.0},"36":{"tf":1.7320508075688772},"53":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"46":{"tf":1.0}}}}},"d":{"df":3,"docs":{"20":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"22":{"tf":1.0},"3":{"tf":1.4142135623730951},"58":{"tf":1.0}}},"r":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"21":{"tf":1.0},"30":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"c":{"a":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"26":{"tf":1.0}}},"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":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"25":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":31,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.0},"11":{"tf":1.0},"15":{"tf":2.0},"16":{"tf":1.7320508075688772},"17":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.7320508075688772},"30":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":1.4142135623730951},"34":{"tf":1.7320508075688772},"36":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.4142135623730951},"52":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"59":{"tf":1.0},"6":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"50":{"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":{"49":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"{":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"54":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"53":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"51":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"7":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":3,"docs":{"13":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"e":{"df":14,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"3":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"35":{"tf":1.7320508075688772},"40":{"tf":1.0},"44":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.7320508075688772}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"35":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"15":{"tf":1.0},"20":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"44":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"31":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"36":{"tf":1.0}}},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":18,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.7320508075688772},"46":{"tf":1.7320508075688772},"51":{"tf":1.0},"53":{"tf":1.4142135623730951},"56":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"8":{"tf":1.0}},"y":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"g":{"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":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"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":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"15":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"56":{"tf":1.0}}},"k":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":14,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.7320508075688772},"43":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"61":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"34":{"tf":1.0},"52":{"tf":1.0},"58":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":20,"docs":{"0":{"tf":1.7320508075688772},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"21":{"tf":1.0},"25":{"tf":2.0},"26":{"tf":2.0},"27":{"tf":1.0},"29":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"5":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"5":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"16":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"19":{"tf":1.0},"61":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"e":{"df":2,"docs":{"34":{"tf":1.0},"36":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":3,"docs":{"22":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"39":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}}},"x":{"/":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"29":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"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":{}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"25":{"tf":1.0},"3":{"tf":1.4142135623730951},"46":{"tf":1.0},"48":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"54":{"tf":1.0},"59":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":2,"docs":{"4":{"tf":1.0},"56":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"31":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"17":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"16":{"tf":1.0}}}},"df":27,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":2.23606797749979},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.4142135623730951},"50":{"tf":1.0},"53":{"tf":2.23606797749979},"54":{"tf":1.7320508075688772},"56":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"19":{"tf":1.0},"58":{"tf":1.0},"9":{"tf":1.7320508075688772}},"s":{"(":{"1":{"0":{"df":3,"docs":{"26":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"3":{"0":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":2,"docs":{"25":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"z":{"df":3,"docs":{"34":{"tf":2.449489742783178},"53":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"2":{"df":4,"docs":{"25":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"3":{"df":3,"docs":{"24":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0}}},"4":{"df":3,"docs":{"27":{"tf":1.0},"30":{"tf":1.0},"8":{"tf":1.0}}},"5":{"df":1,"docs":{"31":{"tf":1.0}}},"7":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":21,"docs":{"0":{"tf":2.0},"13":{"tf":1.0},"17":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"37":{"tf":1.7320508075688772},"43":{"tf":1.0},"46":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"58":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":2.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"!":{"[":{"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":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"10":{"tf":1.0},"32":{"tf":1.0},"60":{"tf":1.0}},"f":{"df":1,"docs":{"13":{"tf":1.0}},"i":{"df":13,"docs":{"0":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"27":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"4":{"tf":1.0},"44":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"16":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"[":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"12":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"61":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":2.0}},"e":{"df":0,"docs":{},"t":{"df":12,"docs":{"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.0}},"s":{"(":{"1":{"0":{"0":{"df":1,"docs":{"30":{"tf":1.0}}},"df":5,"docs":{"25":{"tf":1.0},"27":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"2":{"0":{"df":3,"docs":{"26":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0}}},"df":0,"docs":{}},"5":{"0":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}},"y":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":1,"docs":{"12":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"’":{"df":1,"docs":{"34":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"21":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"58":{"tf":1.0},"61":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":8,"docs":{"10":{"tf":1.0},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"20":{"tf":1.0},"38":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":4,"docs":{"41":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.0},"59":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"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":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"2":{"0":{"df":2,"docs":{"26":{"tf":1.0},"32":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"0":{"0":{"df":1,"docs":{"31":{"tf":1.0}}},"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":1,"docs":{"10":{"tf":1.0}}},"6":{"0":{"0":{"df":1,"docs":{"30":{"tf":1.0}}},"df":4,"docs":{"10":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"9":{"0":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"0":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"0":{"tf":1.0},"35":{"tf":1.4142135623730951},"9":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"1":{"tf":1.0},"13":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":5,"docs":{"24":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"56":{"tf":1.7320508075688772}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":33,"docs":{"1":{"tf":1.0},"12":{"tf":2.23606797749979},"13":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.7320508075688772},"18":{"tf":1.4142135623730951},"19":{"tf":2.0},"20":{"tf":2.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.7320508075688772},"38":{"tf":1.7320508075688772},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.4142135623730951},"46":{"tf":2.23606797749979},"48":{"tf":1.4142135623730951},"49":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":2.23606797749979},"54":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.7320508075688772},"59":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"5":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"e":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"breadcrumbs":{"root":{"0":{"df":1,"docs":{"10":{"tf":1.0}}},"1":{"0":{"0":{"df":1,"docs":{"29":{"tf":1.0}}},"df":3,"docs":{"10":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0}}},"df":2,"docs":{"10":{"tf":1.0},"31":{"tf":1.0}}},"2":{"0":{"df":1,"docs":{"29":{"tf":1.0}}},"df":1,"docs":{"7":{"tf":1.0}}},"3":{"0":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}},"5":{"0":{"df":1,"docs":{"29":{"tf":1.0}}},"df":2,"docs":{"31":{"tf":1.0},"7":{"tf":1.0}}},"6":{"0":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}},"7":{"df":1,"docs":{"32":{"tf":1.0}}},"_":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":7,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"a":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"61":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"46":{"tf":1.0},"53":{"tf":1.0},"8":{"tf":1.0}}}},"v":{"df":9,"docs":{"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"46":{"tf":1.0},"53":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"19":{"tf":1.0},"21":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"34":{"tf":1.0},"37":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"56":{"tf":1.0}}}}},"d":{"df":4,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"48":{"tf":1.0}}}}}}},"df":6,"docs":{"46":{"tf":1.0},"48":{"tf":1.7320508075688772},"49":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"52":{"tf":1.0}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"23":{"tf":1.0},"44":{"tf":1.0},"58":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":10,"docs":{"28":{"tf":2.0},"29":{"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}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"49":{"tf":1.0}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"32":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}}}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":4,"docs":{"17":{"tf":1.0},"21":{"tf":1.4142135623730951},"38":{"tf":1.0},"60":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":15,"docs":{"10":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}}}}},"df":1,"docs":{"22":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"10":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.7320508075688772}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":5,"docs":{"57":{"tf":1.7320508075688772},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":12,"docs":{"20":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"26":{"tf":1.7320508075688772},"27":{"tf":1.7320508075688772},"29":{"tf":1.4142135623730951},"30":{"tf":1.7320508075688772},"31":{"tf":1.7320508075688772},"32":{"tf":1.7320508075688772},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.7320508075688772}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"4":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"44":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":10,"docs":{"28":{"tf":1.0},"29":{"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}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"15":{"tf":1.0},"46":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":12,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}}},"t":{"df":2,"docs":{"16":{"tf":1.0},"44":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"0":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{":":{":":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":12,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":2.0},"48":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"46":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":6,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"17":{"tf":1.7320508075688772},"38":{"tf":1.0},"5":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":16,"docs":{"0":{"tf":1.7320508075688772},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"38":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.4142135623730951},"46":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.7320508075688772},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"22":{"tf":1.0},"44":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"df":0,"docs":{}}}}},"b":{"(":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"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":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"4":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}}}}},"d":{"df":3,"docs":{"10":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"22":{"tf":1.0},"39":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"46":{"tf":1.0},"49":{"tf":1.0},"54":{"tf":1.0}}}}}},"i":{"c":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}}}},"df":2,"docs":{"36":{"tf":1.0},"4":{"tf":1.0}},"e":{"c":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":7,"docs":{"22":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"59":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"43":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":9,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"22":{"tf":1.7320508075688772},"40":{"tf":1.0}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":7,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0},"59":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"44":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"b":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{"df":1,"docs":{"26":{"tf":1.0}}},"2":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":6,"docs":{"0":{"tf":1.7320508075688772},"17":{"tf":1.0},"19":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":19,"docs":{"0":{"tf":1.0},"10":{"tf":2.23606797749979},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":2.449489742783178},"46":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":2.0},"61":{"tf":1.4142135623730951},"7":{"tf":2.6457513110645907},"9":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"61":{"tf":1.0}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"0":{"tf":1.0},"1":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"18":{"tf":1.0},"20":{"tf":1.0},"26":{"tf":1.0},"58":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"46":{"tf":1.0}}}}},"df":1,"docs":{"35":{"tf":1.0}}},"df":0,"docs":{}}},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":8,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"13":{"tf":1.0},"29":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"o":{"a":{"d":{"df":1,"docs":{"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"9":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":15,"docs":{"12":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"46":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"58":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":5,"docs":{"21":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.7320508075688772},"55":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"z":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"c":{"(":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}},"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":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"9":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"59":{"tf":1.4142135623730951},"60":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"55":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"36":{"tf":1.0}}}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"46":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0}}}},"c":{"df":2,"docs":{"28":{"tf":1.0},"29":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"38":{"tf":1.0},"46":{"tf":1.0},"60":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"32":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"30":{"tf":1.0},"35":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":1,"docs":{"4":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"1":{"tf":1.0},"56":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"2":{"df":1,"docs":{"26":{"tf":1.0}}},"5":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"0":{"tf":1.0}}},"df":0,"docs":{}}}},"df":3,"docs":{"19":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.0}}}}}},"o":{"df":15,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"27":{"tf":1.7320508075688772},"31":{"tf":1.0},"32":{"tf":2.0},"34":{"tf":1.0},"36":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.7320508075688772},"60":{"tf":1.4142135623730951},"61":{"tf":1.0},"8":{"tf":2.23606797749979}},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"46":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.7320508075688772}}}},"c":{"df":0,"docs":{},"k":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":16,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"44":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.4142135623730951},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"44":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"22":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"17":{"tf":1.4142135623730951},"22":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"59":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}}}}},"i":{"df":6,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0},"7":{"tf":1.4142135623730951}},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"51":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"44":{"tf":1.0},"59":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":5,"docs":{"12":{"tf":1.0},"46":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0}},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"r":{"df":7,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"58":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"|":{"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":4,"docs":{"48":{"tf":1.0},"53":{"tf":1.7320508075688772},"54":{"tf":1.7320508075688772},"56":{"tf":1.0}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":12,"docs":{"1":{"tf":1.0},"13":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.7320508075688772},"42":{"tf":1.4142135623730951},"44":{"tf":1.0},"46":{"tf":1.0},"61":{"tf":1.0}},"—":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"46":{"tf":1.0}}}}}}}}}}}},"o":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"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":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"44":{"tf":1.0}}}}}}}}},"df":3,"docs":{"20":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"14":{"tf":1.0},"23":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"61":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"43":{"tf":1.4142135623730951},"58":{"tf":1.0},"59":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"34":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"22":{"tf":1.0},"38":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"18":{"tf":1.0},"4":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"3":{"tf":1.0},"61":{"tf":1.4142135623730951}}},"s":{"df":12,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"61":{"tf":1.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":3,"docs":{"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":2,"docs":{"2":{"tf":1.0},"38":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"8":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"20":{"tf":1.0},"58":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"4":{"tf":1.0},"46":{"tf":1.0},"54":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"3":{"tf":1.0},"60":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":4,"docs":{"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"37":{"tf":2.0},"56":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"r":{"df":10,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"54":{"tf":1.4142135623730951},"59":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":9,"docs":{"0":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.7320508075688772},"27":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.7320508075688772}}}}}},"i":{"d":{"df":1,"docs":{"48":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.0},"39":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"35":{"tf":1.4142135623730951},"50":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"m":{"df":3,"docs":{"15":{"tf":1.0},"44":{"tf":1.4142135623730951},"56":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"41":{"tf":1.0},"61":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"1":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"17":{"tf":1.0},"18":{"tf":1.7320508075688772},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.7320508075688772},"58":{"tf":1.4142135623730951}}}},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"0":{"tf":1.7320508075688772},"46":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":2,"docs":{"20":{"tf":1.0},"36":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":7,"docs":{"19":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"59":{"tf":1.4142135623730951},"61":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"41":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":4,"docs":{"12":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"46":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"46":{"tf":1.0},"56":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"23":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":9,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.7320508075688772},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.7320508075688772},"56":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"38":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"21":{"tf":1.0},"58":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"34":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"45":{"tf":1.0},"56":{"tf":2.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"17":{"tf":1.0},"61":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":4,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"x":{"df":2,"docs":{"53":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"34":{"tf":1.0},"36":{"tf":1.0},"51":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":4,"docs":{"35":{"tf":1.4142135623730951},"36":{"tf":1.7320508075688772},"37":{"tf":1.4142135623730951},"52":{"tf":1.0}}}}}}}},"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"[":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"a":{"df":8,"docs":{"0":{"tf":2.449489742783178},"22":{"tf":1.0},"26":{"tf":2.23606797749979},"30":{"tf":1.0},"37":{"tf":1.0},"51":{"tf":1.0},"61":{"tf":1.7320508075688772},"9":{"tf":1.0}},"t":{"a":{"df":13,"docs":{"0":{"tf":2.23606797749979},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"4":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":2,"docs":{"12":{"tf":1.0},"4":{"tf":1.0}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":3,"docs":{"40":{"tf":1.0},"44":{"tf":1.0},"8":{"tf":1.0}},"g":{"df":2,"docs":{"11":{"tf":1.0},"57":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"12":{"tf":1.0},"17":{"tf":1.0}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"r":{"df":8,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"3":{"tf":1.0},"46":{"tf":1.0},"6":{"tf":1.7320508075688772},"61":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"45":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":5,"docs":{"21":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"17":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"20":{"tf":1.0},"21":{"tf":1.0},"58":{"tf":1.0}}}}}}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":2,"docs":{"30":{"tf":1.0},"35":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"16":{"tf":1.0},"56":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"44":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":20,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"37":{"tf":2.0},"38":{"tf":1.0},"4":{"tf":1.7320508075688772},"42":{"tf":1.0},"46":{"tf":1.4142135623730951},"56":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"(":{"&":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":8,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0}}}}},"df":0,"docs":{}}},"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":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"48":{"tf":1.0},"53":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":6,"docs":{"16":{"tf":1.0},"18":{"tf":1.4142135623730951},"3":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"46":{"tf":1.0},"61":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"13":{"tf":1.7320508075688772}}}}}},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"11":{"tf":1.0},"8":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":16,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0},"45":{"tf":1.7320508075688772},"46":{"tf":2.23606797749979},"47":{"tf":1.0},"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},"55":{"tf":1.0},"56":{"tf":1.0}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}}}}}},"df":1,"docs":{"36":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"14":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"60":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"41":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"57":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":3,"docs":{"0":{"tf":1.7320508075688772},"51":{"tf":1.0},"61":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.4142135623730951},"44":{"tf":1.0},"56":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"22":{"tf":1.0},"56":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"\'":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"12":{"tf":1.0},"31":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"[":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}},"df":8,"docs":{"12":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.0},"38":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0}},"n":{"df":1,"docs":{"18":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"l":{"df":6,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.0},"48":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.7320508075688772}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":13,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":4,"docs":{"12":{"tf":1.0},"31":{"tf":1.0},"54":{"tf":1.0},"61":{"tf":1.4142135623730951}}}}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"34":{"tf":2.0},"53":{"tf":1.7320508075688772},"54":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}},"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":7,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"7":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"12":{"tf":1.0}}}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"13":{"tf":1.0},"16":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"44":{"tf":1.0}}}}},"s":{"df":1,"docs":{"41":{"tf":1.0}},"i":{"df":1,"docs":{"17":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":3,"docs":{"12":{"tf":1.0},"29":{"tf":1.0},"4":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":6,"docs":{"0":{"tf":1.0},"21":{"tf":1.0},"44":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":4,"docs":{"27":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"8":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"d":{"df":4,"docs":{"16":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":2,"docs":{"10":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"15":{"tf":1.0},"3":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":6,"docs":{"10":{"tf":1.4142135623730951},"17":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"38":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.4142135623730951},"51":{"tf":1.0},"61":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":19,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"38":{"tf":1.7320508075688772},"39":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.7320508075688772},"56":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"—":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"48":{"tf":1.0}}}}}}},"r":{"(":{"\\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"2":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"a":{"df":0,"docs":{},"l":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":8,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"54":{"tf":1.0},"61":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":3,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0}}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":22,"docs":{"15":{"tf":1.0},"23":{"tf":1.7320508075688772},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.7320508075688772},"29":{"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},"52":{"tf":1.7320508075688772},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"4":{"tf":1.4142135623730951},"43":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"r":{"df":6,"docs":{"0":{"tf":1.4142135623730951},"17":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":2.8284271247461903},"58":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951}},"s":{"(":{"0":{"df":1,"docs":{"24":{"tf":1.0}}},"1":{"df":7,"docs":{"25":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}},"2":{"df":3,"docs":{"26":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":6,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":11,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":31,"docs":{"1":{"tf":1.0},"12":{"tf":2.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":2.0},"19":{"tf":1.0},"20":{"tf":2.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"35":{"tf":1.7320508075688772},"38":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"43":{"tf":1.7320508075688772},"44":{"tf":1.0},"46":{"tf":2.23606797749979},"48":{"tf":1.0},"49":{"tf":1.4142135623730951},"52":{"tf":2.0},"53":{"tf":2.23606797749979},"54":{"tf":2.23606797749979},"55":{"tf":1.4142135623730951},"56":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.7320508075688772},"7":{"tf":1.7320508075688772},"9":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}},"s":{"df":2,"docs":{"44":{"tf":1.0},"48":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"—":{"a":{"d":{"df":0,"docs":{},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"20":{"tf":1.0},"21":{"tf":1.0},"58":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":10,"docs":{"13":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":1.7320508075688772},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.4142135623730951}}},"df":0,"docs":{},"s":{"df":2,"docs":{"16":{"tf":1.0},"33":{"tf":1.4142135623730951}}}}}}},"}":{"\\"":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"54":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"f":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"15":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"51":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":4,"docs":{"12":{"tf":1.0},"29":{"tf":1.0},"48":{"tf":1.0},"60":{"tf":1.0}},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"36":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":7,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.7320508075688772},"50":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}},"l":{"df":0,"docs":{},"s":{"df":3,"docs":{"10":{"tf":1.0},"44":{"tf":1.0},"60":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}}}},"q":{"df":1,"docs":{"60":{"tf":1.7320508075688772}}},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"17":{"tf":1.0},"37":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.0},"7":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"22":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"35":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"22":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"29":{"tf":1.4142135623730951},"32":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":1,"docs":{"60":{"tf":1.0}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"17":{"tf":1.0},"49":{"tf":1.0},"54":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"44":{"tf":1.0},"8":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"60":{"tf":1.0}}}}}}}}}},"t":{"df":6,"docs":{"15":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"52":{"tf":1.0}}},"x":{"df":2,"docs":{"7":{"tf":1.0},"8":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"38":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0}}},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":3,"docs":{"13":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"56":{"tf":1.0},"58":{"tf":1.0}}}}}}},"n":{"df":15,"docs":{"10":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"34":{"tf":2.23606797749979},"53":{"tf":2.449489742783178},"54":{"tf":2.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"o":{"c":{"df":0,"docs":{},"u":{"df":2,"docs":{"6":{"tf":1.0},"7":{"tf":1.0}},"s":{"df":3,"docs":{"0":{"tf":1.0},"15":{"tf":1.0},"44":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"38":{"tf":1.0},"4":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"t":{"!":{"(":{"\\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"4":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":13,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"2":{"tf":1.7320508075688772},"21":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"48":{"tf":1.0},"49":{"tf":1.0}}}}}}}}}}},"df":20,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.4142135623730951},"2":{"tf":1.0},"3":{"tf":1.4142135623730951},"4":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.7320508075688772},"48":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0},"6":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}},"’":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"8":{"tf":1.0}}}}}}},"d":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"3":{"tf":1.0},"59":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"43":{"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":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"48":{"tf":1.0},"53":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":8,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"46":{"tf":1.0},"53":{"tf":1.0},"61":{"tf":1.0}}}}},"t":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}}}},"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":1,"docs":{"1":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"61":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"17":{"tf":1.0},"22":{"tf":1.0}}}},"df":0,"docs":{},"o":{"d":{"df":5,"docs":{"10":{"tf":1.0},"41":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"31":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"17":{"tf":1.0},"22":{"tf":1.0}}},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"29":{"tf":1.0},"30":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":1,"docs":{"55":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"14":{"tf":1.0},"46":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}},"df":32,"docs":{"1":{"tf":1.0},"14":{"tf":1.7320508075688772},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"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}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"12":{"tf":1.0}},"l":{"df":4,"docs":{"0":{"tf":1.0},"29":{"tf":1.0},"32":{"tf":1.0},"6":{"tf":1.0}}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"r":{"d":{"df":1,"docs":{"8":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"24":{"tf":1.0},"29":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"17":{"tf":1.0},"4":{"tf":1.0},"9":{"tf":1.7320508075688772}},"i":{"df":2,"docs":{"20":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":1,"docs":{"5":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.7320508075688772}}}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"0":{"tf":1.0},"54":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":8,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"4":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"56":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"i":{"[":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"20":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"a":{"df":3,"docs":{"33":{"tf":1.4142135623730951},"53":{"tf":1.0},"54":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"36":{"tf":1.0},"53":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"i":{"df":31,"docs":{"14":{"tf":1.7320508075688772},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"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}},"i":{"df":12,"docs":{"45":{"tf":1.7320508075688772},"46":{"tf":1.0},"47":{"tf":1.0},"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},"55":{"tf":1.0},"56":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}}}}}},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.7320508075688772}}}},"l":{"df":2,"docs":{"53":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.0}}}}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":4,"docs":{"0":{"tf":1.4142135623730951},"58":{"tf":1.0},"59":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":7,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.0},"9":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"29":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"\\"":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"34":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"3":{"tf":1.0},"4":{"tf":1.4142135623730951},"6":{"tf":1.0},"61":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"12":{"tf":1.0},"21":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":3,"docs":{"20":{"tf":1.4142135623730951},"48":{"tf":1.0},"53":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"48":{"tf":1.0},"53":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"df":2,"docs":{"41":{"tf":1.0},"44":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"59":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":4,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"3":{"tf":1.0},"56":{"tf":1.0}}}},"n":{"d":{"df":4,"docs":{"17":{"tf":1.0},"46":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"0":{"tf":1.4142135623730951},"3":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":2,"docs":{"56":{"tf":1.7320508075688772},"9":{"tf":2.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"5":{"tf":1.0}}}}}},"v":{"df":3,"docs":{"35":{"tf":1.0},"59":{"tf":1.0},"7":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"8":{"tf":1.0}},"t":{"df":1,"docs":{"3":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":2,"docs":{"44":{"tf":1.0},"53":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.0},"40":{"tf":1.0}}}},"’":{"df":1,"docs":{"0":{"tf":1.0}}}},"v":{"df":5,"docs":{"57":{"tf":1.7320508075688772},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}}},"j":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"g":{"df":4,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}}},"k":{"8":{"df":6,"docs":{"16":{"tf":1.0},"22":{"tf":1.0},"38":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"60":{"tf":1.0}},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"61":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":15,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.7320508075688772},"22":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951}}}},"y":{"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}}}},"n":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"58":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.4142135623730951},"56":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"13":{"tf":1.0},"7":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"21":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"40":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"26":{"tf":1.0},"4":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"15":{"tf":1.7320508075688772},"21":{"tf":1.0},"3":{"tf":1.0},"51":{"tf":1.0},"58":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":3,"docs":{"12":{"tf":1.0},"30":{"tf":1.4142135623730951},"46":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"t":{"df":2,"docs":{"3":{"tf":1.0},"34":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":10,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.7320508075688772},"56":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"12":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"19":{"tf":1.0},"29":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"20":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":16,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.4142135623730951},"3":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"44":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.0},"9":{"tf":1.0}}}}},"o":{"a":{"d":{"df":3,"docs":{"25":{"tf":1.0},"29":{"tf":1.4142135623730951},"30":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"61":{"tf":1.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":5,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":11,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"38":{"tf":1.4142135623730951},"4":{"tf":1.0},"40":{"tf":1.4142135623730951},"44":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0}}},"t":{"df":1,"docs":{"56":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":3,"docs":{"53":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}},"i":{"c":{"df":3,"docs":{"36":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{}},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":7,"docs":{"10":{"tf":1.0},"17":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"42":{"tf":1.0},"7":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"60":{"tf":1.0}}},"p":{"df":3,"docs":{"22":{"tf":1.0},"40":{"tf":1.0},"6":{"tf":1.0}}},"s":{"df":1,"docs":{"15":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"r":{"df":2,"docs":{"12":{"tf":1.0},"4":{"tf":1.0}}},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"10":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"41":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":15,"docs":{"10":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"13":{"tf":1.0},"31":{"tf":1.0},"45":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":7,"docs":{"13":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"56":{"tf":1.0},"8":{"tf":1.0}}}},"n":{"df":0,"docs":{},"i":{"df":6,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.0}}}},"p":{"df":3,"docs":{"16":{"tf":1.0},"44":{"tf":1.0},"56":{"tf":1.0}}},"t":{"c":{"df":0,"docs":{},"h":{"df":4,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"29":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"57":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"17":{"tf":1.0},"42":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}},"x":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"0":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}},"2":{"5":{"df":2,"docs":{"27":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"4":{"0":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"y":{"b":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":8,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"46":{"tf":1.0},"60":{"tf":1.0}}}}},"t":{"df":1,"docs":{"21":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"30":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"2":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"44":{"tf":1.0},"61":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"c":{"df":4,"docs":{"12":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"59":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"5":{"df":2,"docs":{"27":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"3":{"0":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"22":{"tf":1.0},"24":{"tf":1.0},"40":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"10":{"tf":1.7320508075688772},"58":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":5,"docs":{"35":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}}},"x":{"df":2,"docs":{"59":{"tf":1.0},"8":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":7,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"46":{"tf":2.23606797749979},"56":{"tf":1.0}}},"r":{"df":1,"docs":{"30":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"13":{"tf":1.0}}}},"df":1,"docs":{"48":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"32":{"tf":1.4142135623730951},"55":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"13":{"tf":1.0},"22":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":7,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.4142135623730951},"41":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":4,"docs":{"22":{"tf":1.0},"32":{"tf":1.4142135623730951},"58":{"tf":1.0},"60":{"tf":1.0}}}}}}},"t":{"df":11,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"53":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"48":{"tf":1.0},"53":{"tf":1.0}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"df":1,"docs":{"9":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":12,"docs":{"21":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"g":{"df":1,"docs":{"44":{"tf":1.0}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":11,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":11,"docs":{"0":{"tf":1.7320508075688772},"15":{"tf":1.0},"17":{"tf":1.0},"3":{"tf":1.4142135623730951},"34":{"tf":2.23606797749979},"4":{"tf":1.0},"46":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"37":{"tf":1.0}}}}},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":8,"docs":{"34":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.7320508075688772},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"50":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":2,"docs":{"34":{"tf":1.4142135623730951},"50":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":25,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"12":{"tf":1.4142135623730951},"15":{"tf":1.7320508075688772},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"2":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"34":{"tf":1.7320508075688772},"36":{"tf":1.7320508075688772},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.7320508075688772},"46":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.4142135623730951},"59":{"tf":1.0},"61":{"tf":1.7320508075688772},"7":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":2,"docs":{"22":{"tf":1.0},"8":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"df":6,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.7320508075688772},"44":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"{":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{":":{":":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"21":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"[":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":16,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.4142135623730951},"46":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"22":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"46":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"12":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"56":{"tf":1.0},"58":{"tf":1.0}}}}}},"k":{"(":{"_":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"\\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":9,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"53":{"tf":1.0}}},"n":{"c":{"df":3,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0}}},"df":5,"docs":{"15":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.4142135623730951},"43":{"tf":1.0},"51":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"42":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":10,"docs":{"0":{"tf":1.0},"17":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.4142135623730951},"44":{"tf":2.23606797749979},"60":{"tf":1.0}}}},"t":{"df":2,"docs":{"21":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"12":{"tf":1.0},"50":{"tf":1.0}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"56":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"61":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"21":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":8,"docs":{"12":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0}}}}},"df":1,"docs":{"31":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"3":{"tf":1.0},"36":{"tf":1.0},"6":{"tf":1.4142135623730951},"9":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.7320508075688772}}}}}}}}}},"p":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"12":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"16":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"1":{"tf":1.0},"38":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"37":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"4":{"tf":1.0},"51":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":60,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.7320508075688772},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.7320508075688772},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"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},"4":{"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.7320508075688772},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.7320508075688772},"58":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":5,"docs":{"0":{"tf":1.0},"19":{"tf":1.0},"51":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":2.0}}}}}},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"38":{"tf":1.0},"44":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":1,"docs":{"12":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"19":{"tf":1.0},"26":{"tf":1.0},"32":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":3,"docs":{"15":{"tf":1.0},"21":{"tf":2.449489742783178},"22":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"34":{"tf":1.4142135623730951}}}},"r":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":4,"docs":{"0":{"tf":1.0},"29":{"tf":1.0},"4":{"tf":1.0},"61":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":7,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"5":{"tf":1.7320508075688772},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"15":{"tf":1.0},"16":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}}}}}}}}},"l":{"a":{"df":0,"docs":{},"n":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":8,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"[":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":24,"docs":{"1":{"tf":1.0},"12":{"tf":2.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"20":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.4142135623730951},"3":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"38":{"tf":2.0},"39":{"tf":1.4142135623730951},"4":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"44":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"52":{"tf":1.0}},"g":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"13":{"tf":1.0},"18":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"d":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"3":{"tf":1.0}}}},"df":0,"docs":{}},"df":4,"docs":{"37":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"59":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"46":{"tf":1.0},"61":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"14":{"tf":1.0},"22":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"9":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"15":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"38":{"tf":1.4142135623730951},"44":{"tf":2.0},"46":{"tf":1.0},"48":{"tf":1.0}}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}},"t":{"df":3,"docs":{"22":{"tf":1.0},"51":{"tf":1.0},"59":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"38":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":2.0}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.4142135623730951}}}}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"11":{"tf":1.0},"5":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"n":{"df":1,"docs":{"29":{"tf":1.4142135623730951}}}}}}},"o":{"b":{"df":0,"docs":{},"e":{"df":8,"docs":{"17":{"tf":1.0},"21":{"tf":1.0},"28":{"tf":1.0},"43":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"31":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":6,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"61":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":6,"docs":{"0":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"50":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.0}},"t":{"df":5,"docs":{"10":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":8,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"29":{"tf":1.4142135623730951},"3":{"tf":1.0},"35":{"tf":1.0},"46":{"tf":1.0},"59":{"tf":1.0},"9":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":7,"docs":{"0":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"21":{"tf":1.0},"3":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":2.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"10":{"tf":1.0},"53":{"tf":1.0}},"r":{"df":1,"docs":{"44":{"tf":1.0}}}},"i":{"d":{"df":3,"docs":{"41":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":4,"docs":{"12":{"tf":1.4142135623730951},"4":{"tf":1.0},"43":{"tf":1.0},"61":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"43":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"b":{"df":3,"docs":{"34":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"61":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"60":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"18":{"tf":1.0},"3":{"tf":1.0}}}}}}}},"q":{"a":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"24":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}}}}}},"r":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"12":{"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":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"36":{"tf":1.4142135623730951},"8":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"(":{"1":{"0":{"df":2,"docs":{"26":{"tf":1.0},"31":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":3,"docs":{"25":{"tf":1.0},"27":{"tf":1.0},"32":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":10,"docs":{"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"29":{"tf":2.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"12":{"tf":1.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"53":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"l":{"df":3,"docs":{"43":{"tf":1.0},"53":{"tf":1.7320508075688772},"54":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"—":{"a":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":12,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"27":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.7320508075688772},"50":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.4142135623730951}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"56":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":4,"docs":{"0":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"52":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"1":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"50":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"19":{"tf":1.0},"32":{"tf":1.4142135623730951},"34":{"tf":2.0},"60":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":3,"docs":{"13":{"tf":1.0},"21":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":13,"docs":{"45":{"tf":1.7320508075688772},"46":{"tf":1.0},"47":{"tf":1.0},"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},"55":{"tf":1.0},"56":{"tf":2.0},"57":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"38":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}},"x":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}}},"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"22":{"tf":1.0},"50":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"20":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"3":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"46":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":4,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":8,"docs":{"19":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"60":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":7,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"27":{"tf":1.7320508075688772},"28":{"tf":1.0},"60":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"12":{"tf":1.0},"46":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":4,"docs":{"16":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"61":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":11,"docs":{"12":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"27":{"tf":1.4142135623730951},"31":{"tf":2.449489742783178},"32":{"tf":2.23606797749979},"34":{"tf":1.4142135623730951},"36":{"tf":2.0},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"61":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":14,"docs":{"22":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":2.0},"38":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"61":{"tf":1.0},"9":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"4":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0},"61":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"15":{"tf":1.4142135623730951},"21":{"tf":1.0},"49":{"tf":1.0},"56":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":3,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"60":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"10":{"tf":1.0},"60":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":6,"docs":{"0":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.4142135623730951}}},"l":{"df":1,"docs":{"31":{"tf":2.0}}}}},"p":{"c":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"48":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.7320508075688772},"54":{"tf":1.4142135623730951}}}}}}}}},"df":20,"docs":{"1":{"tf":1.0},"10":{"tf":2.0},"12":{"tf":1.7320508075688772},"13":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.7320508075688772},"20":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.0},"38":{"tf":2.23606797749979},"4":{"tf":1.7320508075688772},"42":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":2.0},"5":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.7320508075688772},"60":{"tf":1.4142135623730951},"61":{"tf":2.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"48":{"tf":1.0},"53":{"tf":1.4142135623730951}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":8,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":30,"docs":{"12":{"tf":1.0},"13":{"tf":1.4142135623730951},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"38":{"tf":1.7320508075688772},"39":{"tf":2.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.7320508075688772},"41":{"tf":1.7320508075688772},"42":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"46":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.7320508075688772},"56":{"tf":1.7320508075688772},"59":{"tf":1.7320508075688772},"60":{"tf":1.7320508075688772},"61":{"tf":1.7320508075688772}},"’":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"43":{"tf":1.0}},"{":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"43":{"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":{},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"56":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"43":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"52":{"tf":1.7320508075688772},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"51":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":5,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"38":{"tf":1.4142135623730951},"56":{"tf":1.0},"60":{"tf":1.4142135623730951}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"0":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"44":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"24":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":11,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.7320508075688772}}}}}}}},"df":0,"docs":{}}}}},"df":30,"docs":{"1":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.7320508075688772},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":2.23606797749979},"16":{"tf":1.7320508075688772},"17":{"tf":2.23606797749979},"18":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":2.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"28":{"tf":1.0},"38":{"tf":2.23606797749979},"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.4142135623730951},"46":{"tf":2.6457513110645907},"5":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":2.23606797749979},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":2.0},"60":{"tf":1.7320508075688772},"61":{"tf":2.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"42":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"a":{"df":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"44":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"22":{"tf":1.0},"7":{"tf":2.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"d":{"df":8,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}},"df":4,"docs":{"17":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.0},"46":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}},"f":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":3,"docs":{"21":{"tf":1.0},"53":{"tf":1.7320508075688772},"54":{"tf":1.7320508075688772}}}},"n":{"d":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"8":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"56":{"tf":1.0}},"i":{"c":{"df":5,"docs":{"0":{"tf":1.0},"41":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":6,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"38":{"tf":1.0},"45":{"tf":1.0},"58":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"16":{"tf":1.0},"41":{"tf":1.0},"59":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":10,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":7,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.7320508075688772}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"10":{"tf":1.4142135623730951},"32":{"tf":1.0},"60":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"w":{"df":4,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"23":{"tf":1.0},"52":{"tf":1.0}}}}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":13,"docs":{"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"38":{"tf":1.7320508075688772},"4":{"tf":1.0},"44":{"tf":1.7320508075688772},"50":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"9":{"tf":2.0}},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"44":{"tf":1.0}}},"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":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"24":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"26":{"tf":1.0},"32":{"tf":1.0}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":3,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0}}}}},"t":{"df":1,"docs":{"15":{"tf":1.0}}},"z":{"df":0,"docs":{},"e":{"df":1,"docs":{"9":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}}},"w":{"df":3,"docs":{"44":{"tf":1.0},"59":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"35":{"tf":1.0}}}},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"17":{"tf":1.0},"3":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":5,"docs":{"21":{"tf":1.0},"24":{"tf":1.0},"55":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"49":{"tf":1.0},"54":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"o":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"3":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":1,"docs":{"61":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":6,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"36":{"tf":1.4142135623730951},"44":{"tf":1.0},"5":{"tf":1.0},"58":{"tf":1.0}},"i":{"df":1,"docs":{"17":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":3,"docs":{"22":{"tf":1.0},"39":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"41":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"59":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"22":{"tf":1.0},"59":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"df":0,"docs":{}},"_":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"49":{"tf":1.0},"54":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":14,"docs":{"12":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.7320508075688772},"46":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"7":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"e":{"df":3,"docs":{"12":{"tf":1.0},"22":{"tf":1.0},"9":{"tf":1.7320508075688772}}},"i":{"c":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}},"y":{"df":5,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"35":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"60":{"tf":1.0}}}},"d":{":":{":":{"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":8,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{":":{":":{"a":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"53":{"tf":1.0}}},"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":{":":{":":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"24":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"21":{"tf":1.0},"44":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"60":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"p":{"df":3,"docs":{"12":{"tf":1.0},"46":{"tf":1.0},"61":{"tf":1.0}}}},"r":{"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"26":{"tf":1.0},"32":{"tf":1.4142135623730951}}}}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"58":{"tf":1.4142135623730951}}}}}},"u":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"25":{"tf":1.0},"36":{"tf":1.0}}}},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"6":{"tf":1.0}}}}},"df":6,"docs":{"0":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":1.0},"61":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"0":{"tf":1.0},"61":{"tf":1.0}}}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"42":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"16":{"tf":1.0},"34":{"tf":1.0},"57":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"13":{"tf":1.0},"22":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"27":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"30":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"60":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"n":{"c":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":7,"docs":{"20":{"tf":1.4142135623730951},"3":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}}}}}}}},"t":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"7":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"2":{"0":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"0":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}},"4":{"5":{"df":2,"docs":{"27":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"53":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":5,"docs":{"17":{"tf":1.0},"36":{"tf":2.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.7320508075688772},"60":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"46":{"tf":1.0}}}}},"d":{"df":3,"docs":{"20":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"22":{"tf":1.0},"3":{"tf":1.4142135623730951},"58":{"tf":1.0}}},"r":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"21":{"tf":1.0},"30":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"c":{"a":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"26":{"tf":1.0}}},"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":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"25":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":33,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.4142135623730951},"15":{"tf":2.0},"16":{"tf":1.7320508075688772},"17":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.7320508075688772},"28":{"tf":1.0},"29":{"tf":1.4142135623730951},"3":{"tf":1.7320508075688772},"30":{"tf":1.7320508075688772},"31":{"tf":1.4142135623730951},"32":{"tf":1.7320508075688772},"34":{"tf":1.7320508075688772},"36":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":2.0},"52":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"59":{"tf":1.0},"6":{"tf":1.7320508075688772},"60":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951},"8":{"tf":1.7320508075688772},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"50":{"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":{"49":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"{":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"54":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"53":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"51":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"7":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":3,"docs":{"13":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"e":{"df":14,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"3":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"35":{"tf":2.0},"40":{"tf":1.0},"44":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":2.23606797749979}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"35":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"15":{"tf":1.0},"20":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"44":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"31":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"36":{"tf":1.0}}},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":18,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.7320508075688772},"46":{"tf":1.7320508075688772},"51":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"56":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"8":{"tf":1.0}},"y":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"g":{"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":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"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":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"15":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"56":{"tf":1.0}}},"k":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":14,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.7320508075688772},"43":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"61":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"34":{"tf":1.0},"52":{"tf":1.0},"58":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":20,"docs":{"0":{"tf":1.7320508075688772},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"21":{"tf":1.0},"25":{"tf":2.23606797749979},"26":{"tf":2.23606797749979},"27":{"tf":1.0},"29":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"5":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"5":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"16":{"tf":1.7320508075688772}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"19":{"tf":1.0},"61":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.7320508075688772}}}}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"e":{"df":2,"docs":{"34":{"tf":1.0},"36":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":3,"docs":{"22":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"39":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}}},"x":{"/":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"29":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"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":{}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"25":{"tf":1.0},"3":{"tf":1.4142135623730951},"46":{"tf":1.0},"48":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"54":{"tf":1.0},"59":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":2,"docs":{"4":{"tf":1.0},"56":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"31":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"17":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"16":{"tf":1.0}}}},"df":27,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":2.23606797749979},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.4142135623730951},"50":{"tf":1.0},"53":{"tf":2.23606797749979},"54":{"tf":1.7320508075688772},"56":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":33,"docs":{"14":{"tf":1.7320508075688772},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"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},"58":{"tf":1.0},"9":{"tf":1.7320508075688772}},"s":{"(":{"1":{"0":{"df":3,"docs":{"26":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"3":{"0":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":2,"docs":{"25":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"z":{"df":3,"docs":{"34":{"tf":2.449489742783178},"53":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"2":{"df":4,"docs":{"25":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"3":{"df":3,"docs":{"24":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0}}},"4":{"df":3,"docs":{"27":{"tf":1.0},"30":{"tf":1.0},"8":{"tf":1.0}}},"5":{"df":1,"docs":{"31":{"tf":1.0}}},"7":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":21,"docs":{"0":{"tf":2.0},"13":{"tf":1.0},"17":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"37":{"tf":2.0},"43":{"tf":1.0},"46":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"58":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":2.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"!":{"[":{"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":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"10":{"tf":1.0},"32":{"tf":1.0},"60":{"tf":1.0}},"f":{"df":1,"docs":{"13":{"tf":1.0}},"i":{"df":13,"docs":{"0":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"27":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"4":{"tf":1.0},"44":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"16":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"[":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"12":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"61":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":2.23606797749979}},"e":{"df":0,"docs":{},"t":{"df":12,"docs":{"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.0}},"s":{"(":{"1":{"0":{"0":{"df":1,"docs":{"30":{"tf":1.0}}},"df":5,"docs":{"25":{"tf":1.0},"27":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"2":{"0":{"df":3,"docs":{"26":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0}}},"df":0,"docs":{}},"5":{"0":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}},"y":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":1,"docs":{"12":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"’":{"df":1,"docs":{"34":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"21":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"58":{"tf":1.0},"61":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":8,"docs":{"10":{"tf":1.4142135623730951},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"20":{"tf":1.0},"38":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":4,"docs":{"41":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.4142135623730951},"59":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"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":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"2":{"0":{"df":2,"docs":{"26":{"tf":1.0},"32":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"0":{"0":{"df":1,"docs":{"31":{"tf":1.0}}},"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":1,"docs":{"10":{"tf":1.0}}},"6":{"0":{"0":{"df":1,"docs":{"30":{"tf":1.0}}},"df":4,"docs":{"10":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"9":{"0":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"0":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"0":{"tf":1.0},"35":{"tf":1.4142135623730951},"9":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"1":{"tf":1.0},"13":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":5,"docs":{"24":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"56":{"tf":1.7320508075688772}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":34,"docs":{"1":{"tf":1.0},"12":{"tf":2.23606797749979},"13":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.7320508075688772},"18":{"tf":2.0},"19":{"tf":2.449489742783178},"20":{"tf":2.23606797749979},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"25":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":2.0},"38":{"tf":1.7320508075688772},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.4142135623730951},"46":{"tf":2.23606797749979},"48":{"tf":1.7320508075688772},"49":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":2.0},"53":{"tf":2.6457513110645907},"54":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.7320508075688772},"59":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"15":{"tf":2.0},"16":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"5":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"e":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"title":{"root":{"a":{"d":{"df":4,"docs":{"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"32":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"57":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"17":{"tf":1.0}}}}}}}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":3,"docs":{"27":{"tf":1.0},"32":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"43":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"37":{"tf":1.0}}},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"24":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"58":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"58":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"56":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":3,"docs":{"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0}}}}}}}},"d":{"a":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"37":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"45":{"tf":1.0},"46":{"tf":1.0}}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"l":{"df":1,"docs":{"58":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"23":{"tf":1.0},"28":{"tf":1.0},"52":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"36":{"tf":1.0}}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"18":{"tf":1.0},"20":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"33":{"tf":1.0}}}}}}}},"f":{"a":{"df":0,"docs":{},"q":{"df":1,"docs":{"60":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"47":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"61":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"14":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"51":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":1,"docs":{"14":{"tf":1.0}},"i":{"df":1,"docs":{"45":{"tf":1.0}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"56":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"v":{"df":1,"docs":{"57":{"tf":1.0}}}},"k":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"46":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"24":{"tf":1.0}}}}},"o":{"a":{"d":{"df":2,"docs":{"29":{"tf":1.0},"30":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"40":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"10":{"tf":1.0}}}}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"46":{"tf":1.0}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"w":{"df":1,"docs":{"52":{"tf":1.0}}}}},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"9":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"44":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"14":{"tf":1.0},"2":{"tf":1.0},"45":{"tf":1.0},"57":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"o":{"b":{"df":0,"docs":{},"e":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"29":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"45":{"tf":1.0},"56":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"31":{"tf":1.0},"36":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"df":2,"docs":{"10":{"tf":1.0},"38":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"50":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":5,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"38":{"tf":1.0},"46":{"tf":1.0},"59":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"24":{"tf":1.0},"53":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"30":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"36":{"tf":1.0},"54":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"5":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"51":{"tf":1.0}}}}}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"25":{"tf":1.0},"26":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":1,"docs":{"16":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"10":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"55":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":8,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"36":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"lang":"English","pipeline":["trimmer","stopWordFilter","stemmer"],"ref":"id","version":"0.9.5"},"results_options":{"limit_results":30,"teaser_word_count":30},"search_options":{"bool":"OR","expand":true,"fields":{"body":{"boost":1},"breadcrumbs":{"boost":1},"title":{"boost":2}}}}')); \ No newline at end of file diff --git a/docs/searchindex-cb99b118.js b/docs/searchindex-cb99b118.js new file mode 100644 index 0000000..8a81ad9 --- /dev/null +++ b/docs/searchindex-cb99b118.js @@ -0,0 +1 @@ +window.search = Object.assign(window.search, JSON.parse('{"doc_urls":["project-context-primer.html#project-context-primer","what-you-will-learn.html#what-you-will-learn","part-i.html#part-i--foundations","introduction.html#introduction","architecture-overview.html#architecture-overview","testing-philosophy.html#testing-philosophy","testing-philosophy.html#declarative-over-imperative","testing-philosophy.html#protocol-time-not-wall-time","testing-philosophy.html#determinism-first-chaos-when-needed","testing-philosophy.html#observable-health-signals","testing-philosophy.html#minimum-run-windows","testing-philosophy.html#summary","scenario-lifecycle.html#scenario-lifecycle","design-rationale.html#design-rationale","part-ii.html#part-ii--user-guide","workspace-layout.html#workspace-layout","annotated-tree.html#annotated-tree","authoring-scenarios.html#authoring-scenarios","workloads.html#core-content-workloads--expectations","workloads.html#workloads","workloads.html#expectations","scenario-builder-ext-patterns.html#core-content-scenariobuilderext-patterns","best-practices.html#best-practices","examples.html#examples","examples.html#simple-consensus-liveness","examples.html#transaction-workload","examples.html#da--transaction-workload","examples.html#chaos-resilience","examples-advanced.html#advanced--artificial-examples","examples-advanced.html#synthetic-delay-workload-network-latency-simulation","examples-advanced.html#oscillating-load-workload-traffic-waves","examples-advanced.html#byzantine-behavior-mock","examples-advanced.html#custom-expectation-block-finality-drift","examples-advanced.html#custom-deployer-dry-run-deployer","examples-advanced.html#stochastic-topology-generator","examples-advanced.html#multi-phase-scenario-pipelines","running-scenarios.html#running-scenarios","runners.html#runners","runners.html#local-runner","runners.html#docker-compose-runner","runners.html#kubernetes-runner","runners.html#common-expectations","operations.html#operations","operations.html#ci-usage","operations.html#running-examples","operations.html#local-runner","operations.html#compose-runner","operations.html#k8s-runner","part-iii.html#part-iii--developer-reference","scenario-model.html#scenario-model-developer-level","extending.html#extending-the-framework","extending.html#adding-a-workload","extending.html#adding-an-expectation","extending.html#adding-a-runner","extending.html#adding-topology-helpers","custom-workload-example.html#example-new-workload--expectation-rust","custom-workload-example.html#workload-simple-reachability-probe","custom-workload-example.html#expectation-confirm-the-target-stayed-reachable","custom-workload-example.html#how-to-wire-it","internal-crate-reference.html#internal-crate-reference","part-iv.html#part-iv--appendix","dsl-cheat-sheet.html#core-content-dsl-cheat-sheet","troubleshooting.html#troubleshooting-scenarios","faq.html#faq","glossary.html#glossary"],"index":{"documentStore":{"docInfo":{"0":{"body":73,"breadcrumbs":6,"title":3},"1":{"body":26,"breadcrumbs":2,"title":1},"10":{"body":48,"breadcrumbs":7,"title":3},"11":{"body":26,"breadcrumbs":5,"title":1},"12":{"body":106,"breadcrumbs":6,"title":2},"13":{"body":68,"breadcrumbs":6,"title":2},"14":{"body":10,"breadcrumbs":8,"title":4},"15":{"body":94,"breadcrumbs":8,"title":2},"16":{"body":59,"breadcrumbs":8,"title":2},"17":{"body":101,"breadcrumbs":8,"title":2},"18":{"body":18,"breadcrumbs":12,"title":4},"19":{"body":38,"breadcrumbs":9,"title":1},"2":{"body":10,"breadcrumbs":4,"title":2},"20":{"body":54,"breadcrumbs":9,"title":1},"21":{"body":84,"breadcrumbs":12,"title":4},"22":{"body":103,"breadcrumbs":8,"title":2},"23":{"body":14,"breadcrumbs":6,"title":1},"24":{"body":51,"breadcrumbs":8,"title":3},"25":{"body":54,"breadcrumbs":7,"title":2},"26":{"body":62,"breadcrumbs":8,"title":3},"27":{"body":74,"breadcrumbs":7,"title":2},"28":{"body":19,"breadcrumbs":10,"title":3},"29":{"body":41,"breadcrumbs":13,"title":6},"3":{"body":84,"breadcrumbs":4,"title":1},"30":{"body":37,"breadcrumbs":12,"title":5},"31":{"body":34,"breadcrumbs":10,"title":3},"32":{"body":41,"breadcrumbs":12,"title":5},"33":{"body":39,"breadcrumbs":12,"title":5},"34":{"body":35,"breadcrumbs":10,"title":3},"35":{"body":40,"breadcrumbs":11,"title":4},"36":{"body":75,"breadcrumbs":8,"title":2},"37":{"body":20,"breadcrumbs":6,"title":1},"38":{"body":23,"breadcrumbs":7,"title":2},"39":{"body":29,"breadcrumbs":8,"title":3},"4":{"body":108,"breadcrumbs":6,"title":2},"40":{"body":20,"breadcrumbs":7,"title":2},"41":{"body":43,"breadcrumbs":7,"title":2},"42":{"body":111,"breadcrumbs":6,"title":1},"43":{"body":48,"breadcrumbs":7,"title":2},"44":{"body":0,"breadcrumbs":7,"title":2},"45":{"body":44,"breadcrumbs":7,"title":2},"46":{"body":69,"breadcrumbs":7,"title":2},"47":{"body":48,"breadcrumbs":7,"title":2},"48":{"body":10,"breadcrumbs":8,"title":4},"49":{"body":118,"breadcrumbs":12,"title":4},"5":{"body":17,"breadcrumbs":6,"title":2},"50":{"body":0,"breadcrumbs":8,"title":2},"51":{"body":39,"breadcrumbs":8,"title":2},"52":{"body":21,"breadcrumbs":8,"title":2},"53":{"body":29,"breadcrumbs":8,"title":2},"54":{"body":21,"breadcrumbs":9,"title":3},"55":{"body":19,"breadcrumbs":14,"title":5},"56":{"body":120,"breadcrumbs":13,"title":4},"57":{"body":67,"breadcrumbs":14,"title":5},"58":{"body":24,"breadcrumbs":10,"title":1},"59":{"body":91,"breadcrumbs":10,"title":3},"6":{"body":41,"breadcrumbs":7,"title":3},"60":{"body":10,"breadcrumbs":6,"title":3},"61":{"body":84,"breadcrumbs":11,"title":5},"62":{"body":92,"breadcrumbs":7,"title":2},"63":{"body":108,"breadcrumbs":5,"title":1},"64":{"body":299,"breadcrumbs":5,"title":1},"7":{"body":101,"breadcrumbs":8,"title":4},"8":{"body":64,"breadcrumbs":8,"title":4},"9":{"body":51,"breadcrumbs":7,"title":3}},"docs":{"0":{"body":"This book focuses on the Nomos Testing Framework. It assumes familiarity with\\nthe Nomos architecture, but for completeness, here is a short primer. Nomos is a modular blockchain protocol composed of validators, executors,\\nand a data-availability (DA) subsystem. Validators participate in consensus and produce blocks. Executors are validators with the DA dispersal service enabled. They perform\\nall validator functions plus submit blob data to the DA network. Data Availability (DA) ensures that blob data submitted via channel operations\\nin transactions is published and retrievable by the network. These roles interact tightly, which is why meaningful testing must be performed\\nin multi-node environments that include real networking, timing, and DA\\ninteraction.","breadcrumbs":"Project Context Primer » Project Context Primer","id":"0","title":"Project Context Primer"},"1":{"body":"This book gives you a clear mental model for Nomos multi-node testing, shows how\\nto author scenarios that pair realistic workloads with explicit expectations,\\nand guides you to run them across local, containerized, and cluster environments\\nwithout changing the plan.","breadcrumbs":"What You Will Learn » What You Will Learn","id":"1","title":"What You Will Learn"},"10":{"body":"Always run long enough for meaningful block production: #![allow(unused)] fn main() {\\n// Bad: too short\\n.with_run_duration(Duration::from_secs(5)) // ~2 blocks (with default 2s slots, 0.9 coeff) // Good: enough blocks for assertions\\n.with_run_duration(Duration::from_secs(60)) // ~27 blocks (with default 2s slots, 0.9 coeff) } The framework enforces minimum durations, but be explicit. Very short runs\\nrisk false confidence—one lucky block doesn’t prove liveness.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Minimum Run Windows","id":"10","title":"Minimum Run Windows"},"11":{"body":"These principles keep scenarios: Portable across environments (protocol time, declarative) Debuggable (determinism, separation of concerns) Meaningful (observable signals, sufficient duration) When authoring scenarios, ask: “Does this test the protocol behavior or\\nmy local environment quirks?”","breadcrumbs":"Part I — Foundations » Testing Philosophy » Summary","id":"11","title":"Summary"},"12":{"body":"Build the plan: Declare a topology, attach workloads and expectations, and set the run window. The plan is the single source of truth for what will happen. Deploy: Hand the plan to a deployer. It provisions the environment on the chosen backend, waits for nodes to signal readiness, and returns a runner. Drive workloads: The runner starts traffic and behaviors (transactions, data-availability activity, restarts) for the planned duration. Observe blocks and signals: Track block progression and other high-level metrics during or after the run window to ground assertions in protocol time. Evaluate expectations: Once activity stops (and optional cooldown completes), the runner checks liveness and workload-specific outcomes to decide pass or fail. Cleanup: Tear down resources so successive runs start fresh and do not inherit leaked state. flowchart LR P[Plan
topology + workloads + expectations] --> D[Deploy
deployer provisions] D --> R[Runner
orchestrates execution] R --> W[Drive Workloads] W --> O[Observe
blocks/metrics] O --> E[Evaluate Expectations] E --> C[Cleanup]","breadcrumbs":"Part I — Foundations » Scenario Lifecycle » Scenario Lifecycle","id":"12","title":"Scenario Lifecycle"},"13":{"body":"Modular crates keep configuration, orchestration, workloads, and runners decoupled so each can evolve without breaking the others. Pluggable runners let the same scenario run on a laptop, a Docker host, or a Kubernetes cluster, making validation portable across environments. Separated workloads and expectations clarify intent: what traffic to generate versus how to judge success. This simplifies review and reuse. Declarative topology makes cluster shape explicit and repeatable, reducing surprise when moving between CI and developer machines. Maintainability through predictability: a clear flow from plan to deployment to verification lowers the cost of extending the framework and interpreting failures.","breadcrumbs":"Part I — Foundations » Design Rationale » Design Rationale","id":"13","title":"Design Rationale"},"14":{"body":"Practical guidance for shaping scenarios, combining workloads and expectations,\\nand running them across different environments.","breadcrumbs":"Part II — User Guide » Part II — User Guide","id":"14","title":"Part II — User Guide"},"15":{"body":"The workspace focuses on multi-node integration testing and sits alongside a nomos-node checkout. Its crates separate concerns to keep scenarios\\nrepeatable and portable: Configs: prepares high-level node, network, tracing, and wallet settings\\nused across test environments. Core scenario orchestration: the engine that holds topology descriptions,\\nscenario plans, runtimes, workloads, and expectations. Workflows: ready-made workloads (transactions, data-availability, chaos)\\nand reusable expectations assembled into a user-facing DSL. Runners: deployment backends for local processes, Docker Compose, and\\nKubernetes, all consuming the same scenario plan. Test workflows: example scenarios and integration checks that show how\\nthe pieces fit together. This split keeps configuration, orchestration, reusable traffic patterns, and\\ndeployment adapters loosely coupled while sharing one mental model for tests.","breadcrumbs":"Part II — User Guide » Workspace Layout » Workspace Layout","id":"15","title":"Workspace Layout"},"16":{"body":"High-level view of the workspace and how pieces relate: nomos-testing/\\n├─ testing-framework/\\n│ ├─ configs/ # shared configuration helpers\\n│ ├─ core/ # scenario model, runtime, topology\\n│ ├─ workflows/ # workloads, expectations, DSL extensions\\n│ └─ runners/ # local, compose, k8s deployment backends\\n├─ tests/ # integration scenarios using the framework\\n└─ scripts/ # supporting setup utilities (e.g., assets) Each area maps to a responsibility: describe configs, orchestrate scenarios,\\npackage common traffic and assertions, adapt to environments, and demonstrate\\nend-to-end usage.","breadcrumbs":"Part II — User Guide » Annotated Tree » Annotated Tree","id":"16","title":"Annotated Tree"},"17":{"body":"Creating a scenario is a declarative exercise: Shape the topology: decide how many validators and executors to run, and\\nwhat high-level network and data-availability characteristics matter for the\\ntest. Attach workloads: pick traffic generators that align with your goals\\n(transactions, data-availability blobs, or chaos for resilience probes). Define expectations: specify the health signals that must hold when the\\nrun finishes (e.g., consensus liveness, inclusion of submitted activity; see Core Content: Workloads & Expectations). Set duration: choose a run window long enough to observe meaningful\\nblock progression and the effects of your workloads. Choose a runner: target local processes for fast iteration, Docker\\nCompose for reproducible multi-node stacks, or Kubernetes for cluster-grade\\nvalidation. For environment considerations, see Operations. Keep scenarios small and explicit: make the intended behavior and the success\\ncriteria clear so failures are easy to interpret and act upon.","breadcrumbs":"Part II — User Guide » Authoring Scenarios » Authoring Scenarios","id":"17","title":"Authoring Scenarios"},"18":{"body":"Workloads describe the activity a scenario generates; expectations describe the\\nsignals that must hold when that activity completes. Both are pluggable so\\nscenarios stay readable and purpose-driven.","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Core Content: Workloads & Expectations","id":"18","title":"Core Content: Workloads & Expectations"},"19":{"body":"Transaction workload: submits user-level transactions at a configurable\\nrate and can limit how many distinct actors participate. Data-availability workload: drives blob and channel activity to exercise\\ndata-availability paths. Chaos workload: triggers controlled node restarts to test resilience and\\nrecovery behaviors (requires a runner that can control nodes).","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Workloads","id":"19","title":"Workloads"},"2":{"body":"Conceptual chapters that establish the mental model for the framework and how\\nit approaches multi-node testing.","breadcrumbs":"Part I — Foundations » Part I — Foundations","id":"2","title":"Part I — Foundations"},"20":{"body":"Consensus liveness: verifies the system continues to produce blocks in\\nline with the planned workload and timing window. Workload-specific checks: each workload can attach its own success\\ncriteria (e.g., inclusion of submitted activity) so scenarios remain concise. Together, workloads and expectations let you express both the pressure applied\\nto the system and the definition of “healthy” for that run. flowchart TD I[Inputs
(topology + wallets + rates)] --> Init[Workload init] Init --> Drive[Drive traffic] Drive --> Collect[Collect signals] Collect --> Eval[Expectations evaluate]","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Expectations","id":"20","title":"Expectations"},"21":{"body":"Patterns that keep scenarios readable and reusable: Topology-first: start by shaping the cluster (counts, layout) so later\\nsteps inherit a clear foundation. Bundle defaults: use the DSL helpers to attach common expectations (like\\nliveness) whenever you add a matching workload, reducing forgotten checks. Intentional rates: express traffic in per-block terms to align with\\nprotocol timing rather than wall-clock assumptions. Opt-in chaos: enable restart patterns only in scenarios meant to probe\\nresilience; keep functional smoke tests deterministic. Wallet clarity: seed only the number of actors you need; it keeps\\ntransaction scenarios deterministic and interpretable. These patterns make scenario definitions self-explanatory while staying aligned\\nwith the framework’s block-oriented timing model.","breadcrumbs":"Part II — User Guide » Core Content: ScenarioBuilderExt Patterns » Core Content: ScenarioBuilderExt Patterns","id":"21","title":"Core Content: ScenarioBuilderExt Patterns"},"22":{"body":"State your intent: document the goal of each scenario (throughput, DA\\nvalidation, resilience) so expectation choices are obvious. Keep runs meaningful: choose durations that allow multiple blocks and make\\ntiming-based assertions trustworthy. Separate concerns: start with deterministic workloads for functional\\nchecks; add chaos in dedicated resilience scenarios to avoid noisy failures. Reuse patterns: standardize on shared topology and workload presets so\\nresults are comparable across environments and teams. Observe first, tune second: rely on liveness and inclusion signals to\\ninterpret outcomes before tweaking rates or topology. Environment fit: pick runners that match the feedback loop you need—local\\nfor speed (including fast CI smoke tests), compose for reproducible stacks\\n(recommended for CI), k8s for cluster-grade fidelity. Minimal surprises: seed only necessary wallets and keep configuration\\ndeltas explicit when moving between CI and developer machines.","breadcrumbs":"Part II — User Guide » Best Practices » Best Practices","id":"22","title":"Best Practices"},"23":{"body":"Concrete scenario shapes that illustrate how to combine topologies, workloads,\\nand expectations. Adjust counts, rates, and durations to fit your environment.","breadcrumbs":"Part II — User Guide » Examples » Examples","id":"23","title":"Examples"},"24":{"body":"Minimal test that validates basic block production: #![allow(unused)] fn main() {\\nuse testing_framework_core::scenario::{Deployer, ScenarioBuilder};\\nuse testing_framework_runner_local::LocalDeployer;\\nuse testing_framework_workflows::ScenarioBuilderExt;\\nuse std::time::Duration; #[tokio::test]\\nasync fn simple_consensus() -> Result<(), Box> { let mut plan = ScenarioBuilder::topology() .network_star() .validators(3) .executors(0) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(30)) .build(); let deployer = LocalDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } When to use: smoke tests for consensus on minimal hardware.","breadcrumbs":"Part II — User Guide » Examples » Simple consensus liveness","id":"24","title":"Simple consensus liveness"},"25":{"body":"Test consensus under transaction load: #![allow(unused)] fn main() {\\nuse testing_framework_core::scenario::{Deployer, ScenarioBuilder};\\nuse testing_framework_runner_local::LocalDeployer;\\nuse testing_framework_workflows::ScenarioBuilderExt;\\nuse std::time::Duration; #[tokio::test]\\nasync fn transaction_workload() -> Result<(), Box> { let mut plan = ScenarioBuilder::topology() .network_star() .validators(2) .executors(0) .apply() .wallets(20) .transactions() .rate(5) .users(10) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(60)) .build(); let deployer = LocalDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } When to use: validate transaction submission and inclusion.","breadcrumbs":"Part II — User Guide » Examples » Transaction workload","id":"25","title":"Transaction workload"},"26":{"body":"Combined test stressing both transaction and DA layers: #![allow(unused)] fn main() {\\nuse testing_framework_core::scenario::{Deployer, ScenarioBuilder};\\nuse testing_framework_runner_local::LocalDeployer;\\nuse testing_framework_workflows::ScenarioBuilderExt;\\nuse std::time::Duration; #[tokio::test]\\nasync fn da_and_transactions() -> Result<(), Box> { let mut plan = ScenarioBuilder::topology() .network_star() .validators(3) .executors(2) .apply() .wallets(30) .transactions() .rate(5) .users(15) .apply() .da() .channel_rate(1) .blob_rate(2) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(90)) .build(); let deployer = LocalDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } When to use: end-to-end coverage of transaction and DA layers.","breadcrumbs":"Part II — User Guide » Examples » DA + transaction workload","id":"26","title":"DA + transaction workload"},"27":{"body":"Test system resilience under node restarts: #![allow(unused)] fn main() {\\nuse testing_framework_core::scenario::{Deployer, ScenarioBuilder};\\nuse testing_framework_runner_compose::ComposeDeployer;\\nuse testing_framework_workflows::{ScenarioBuilderExt, ChaosBuilderExt};\\nuse std::time::Duration; #[tokio::test]\\nasync fn chaos_resilience() -> Result<(), Box> { let mut plan = ScenarioBuilder::topology() .network_star() .validators(4) .executors(2) .apply() .enable_node_control() .wallets(20) .transactions() .rate(3) .users(10) .apply() .chaos() .restart() .min_delay(Duration::from_secs(20)) .max_delay(Duration::from_secs(40)) .target_cooldown(Duration::from_secs(30)) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(120)) .build(); let deployer = ComposeDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } When to use: resilience validation and operational readiness drills. Note: Chaos tests require ComposeDeployer or another runner with node control support.","breadcrumbs":"Part II — User Guide » Examples » Chaos resilience","id":"27","title":"Chaos resilience"},"28":{"body":"These illustrative scenarios stretch the framework to show how to build new\\nworkloads, expectations, deployers, and topology tricks. They are intentionally\\n“synthetic” to teach capabilities rather than prescribe production tests.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Advanced & Artificial Examples","id":"28","title":"Advanced & Artificial Examples"},"29":{"body":"Idea: inject fake latency between node interactions using internal timers,\\nnot OS-level tooling. Demonstrates: sequencing control inside a workload, verifying protocol\\nprogression under induced lag, using timers to pace submissions. Shape: wrap submissions in delays that mimic slow peers; ensure the\\nexpectation checks blocks still progress.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Synthetic Delay Workload (Network Latency Simulation)","id":"29","title":"Synthetic Delay Workload (Network Latency Simulation)"},"3":{"body":"The Nomos Testing Framework is a purpose-built toolkit for exercising Nomos in\\nrealistic, multi-node environments. It solves the gap between small, isolated\\ntests and full-system validation by letting teams describe a cluster layout,\\ndrive meaningful traffic, and assert the outcomes in one coherent plan. It is for protocol engineers, infrastructure operators, and QA teams who need\\nrepeatable confidence that validators, executors, and data-availability\\ncomponents work together under network and timing constraints. Multi-node integration testing is required because many Nomos behaviors—block\\nprogress, data availability, liveness under churn—only emerge when several\\nroles interact over real networking and time. This framework makes those checks\\ndeclarative, observable, and portable across environments.","breadcrumbs":"Part I — Foundations » Introduction » Introduction","id":"3","title":"Introduction"},"30":{"body":"Idea: traffic rate changes every block or N seconds (e.g., blocks 1–3 low,\\n4–5 high, 6–7 zero, repeat). Demonstrates: dynamic, stateful workloads that use RunMetrics to time\\nphases; modeling real-world burstiness. Shape: schedule per-phase rates; confirm inclusion/liveness across peaks\\nand troughs.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Oscillating Load Workload (Traffic Waves)","id":"30","title":"Oscillating Load Workload (Traffic Waves)"},"31":{"body":"Idea: a workload that drops half its planned submissions, sometimes\\ndouble-submits, and intentionally triggers expectation failures. Demonstrates: negative testing, resilience checks, and the value of clear\\nexpectations when behavior is adversarial by design. Shape: parameterize drop/double-submit probabilities; pair with an\\nexpectation that documents what “bad” looks like.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Byzantine Behavior Mock","id":"31","title":"Byzantine Behavior Mock"},"32":{"body":"Idea: assert the last few blocks differ and block time stays within a\\ntolerated drift budget. Demonstrates: consuming BlockFeed or time-series metrics to validate\\nprotocol cadence; crafting post-run assertions around block diversity and\\ntiming. Shape: collect recent blocks, confirm no duplicates, and compare observed\\nintervals to a drift threshold.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Custom Expectation: Block Finality Drift","id":"32","title":"Custom Expectation: Block Finality Drift"},"33":{"body":"Idea: a deployer that never starts nodes; it emits configs, simulates\\nreadiness, provides fake blockfeed/metrics. Demonstrates: full power of the deployer interface for CI dry-runs,\\nconfig verification, and ultra-fast feedback without Nomos binaries. Shape: produce logs/artifacts, stub readiness, and feed synthetic blocks\\nso expectations can still run.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Custom Deployer: Dry-Run Deployer","id":"33","title":"Custom Deployer: Dry-Run Deployer"},"34":{"body":"Idea: topology parameters change at runtime (random validators, DA\\nsettings, network shapes). Demonstrates: randomized property testing and fuzzing approaches to\\ntopology building. Shape: pick roles and network layouts randomly per run; keep expectations\\ntolerant to variability while still asserting core liveness.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Stochastic Topology Generator","id":"34","title":"Stochastic Topology Generator"},"35":{"body":"Idea: scenario runs in phases (e.g., phase 1 transactions, phase 2 DA,\\nphase 3 restarts, phase 4 sync check). Demonstrates: multi-stage tests, modular scenario assembly, and deliberate\\nlifecycle control. Shape: drive phase-specific workloads/expectations sequentially; enforce\\nclear boundaries and post-phase checks.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Multi-Phase Scenario (“Pipelines”)","id":"35","title":"Multi-Phase Scenario (“Pipelines”)"},"36":{"body":"Running a scenario follows the same conceptual flow regardless of environment: Select or author a scenario plan that pairs a topology with workloads,\\nexpectations, and a suitable run window. Choose a deployer aligned with your environment (local, compose, or k8s) and\\nensure its prerequisites are available. Deploy the plan through the deployer, which provisions infrastructure and\\nreturns a runner. The runner orchestrates workload execution for the planned duration; keep\\nobservability signals visible so you can correlate outcomes. The runner evaluates expectations and captures results as the primary\\npass/fail signal. Use the same plan across different deployers to compare behavior between local\\ndevelopment and CI or cluster settings. For environment prerequisites and\\nflags, see Operations.","breadcrumbs":"Part II — User Guide » Running Scenarios » Running Scenarios","id":"36","title":"Running Scenarios"},"37":{"body":"Runners turn a scenario plan into a live environment while keeping the plan\\nunchanged. Choose based on feedback speed, reproducibility, and fidelity. For\\nenvironment and operational considerations, see Operations:","breadcrumbs":"Part II — User Guide » Runners » Runners","id":"37","title":"Runners"},"38":{"body":"Launches node processes directly on the host. Fastest feedback loop and minimal orchestration overhead. Best for development-time iteration and debugging. Can run in CI for fast smoke tests (requires POL_PROOF_DEV_MODE=true).","breadcrumbs":"Part II — User Guide » Runners » Local runner","id":"38","title":"Local runner"},"39":{"body":"Starts nodes in containers to provide a reproducible multi-node stack on a\\nsingle machine. Discovers service ports and wires observability for convenient inspection. Good balance between fidelity and ease of setup. Recommended for CI pipelines (isolated environment, reproducible).","breadcrumbs":"Part II — User Guide » Runners » Docker Compose runner","id":"39","title":"Docker Compose runner"},"4":{"body":"The framework follows a clear flow: Topology → Scenario → Deployer → Runner → Workloads → Expectations. Topology describes the cluster: how many nodes, their roles, and the high-level network and data-availability parameters they should follow. Scenario combines that topology with the activities to run and the checks to perform, forming a single plan. Deployer provisions infrastructure on the chosen backend (local processes, Docker Compose, or Kubernetes), waits for readiness, and returns a Runner. Runner orchestrates scenario execution: starts workloads, observes signals, evaluates expectations, and triggers cleanup. Workloads generate traffic and conditions that exercise the system. Expectations observe the run and judge success or failure once activity completes. flowchart LR A(Topology
shape cluster) --> B(Scenario
plan) B --> C(Deployer
provision & readiness) C --> D(Runner
orchestrate execution) D --> E(Workloads
drive traffic) E --> F(Expectations
verify outcomes) Each layer has a narrow responsibility so that cluster shape, deployment choice,\\ntraffic generation, and health checks can evolve independently while fitting\\ntogether predictably.","breadcrumbs":"Part I — Foundations » Architecture Overview » Architecture Overview","id":"4","title":"Architecture Overview"},"40":{"body":"Deploys nodes onto a cluster for higher-fidelity, longer-running scenarios. Suits CI with cluster access or shared test environments where cluster behavior\\nand scheduling matter.","breadcrumbs":"Part II — User Guide » Runners » Kubernetes runner","id":"40","title":"Kubernetes runner"},"41":{"body":"All runners require at least one validator and, for transaction scenarios,\\naccess to seeded wallets. Readiness probes gate workload start so traffic begins only after nodes are\\nreachable. Environment flags can relax timeouts or increase tracing when diagnostics are\\nneeded. flowchart TD Plan[Scenario Plan] --> RunSel{Runner
(local | compose | k8s)} RunSel --> Provision[Provision & readiness] Provision --> Runtime[Runtime + observability] Runtime --> Exec[Workloads & Expectations execute]","breadcrumbs":"Part II — User Guide » Runners » Common expectations","id":"41","title":"Common expectations"},"42":{"body":"Operational readiness focuses on prerequisites, environment fit, and clear\\nsignals: Prerequisites: keep a sibling nomos-node checkout available; ensure the\\nchosen runner’s platform needs are met (local binaries for host runs, Docker\\nfor compose, cluster access for k8s). Artifacts: some scenarios depend on prover or circuit assets; fetch them\\nahead of time with the provided helper scripts when needed. Environment flags: POL_PROOF_DEV_MODE=true is required for local runs;\\noptionally configure logging ( NOMOS_LOG_DIR, NOMOS_LOG_LEVEL, NOMOS_LOG_FILTER)\\nand OTLP telemetry endpoints for advanced observability. Readiness checks: verify runners report node readiness before starting\\nworkloads; this avoids false negatives from starting too early. Failure triage: map failures to missing prerequisites (wallet seeding,\\nnode control availability), runner platform issues, or unmet expectations.\\nStart with liveness signals, then dive into workload-specific assertions. Treat operational hygiene—assets present, prerequisites satisfied, observability\\nreachable—as the first step to reliable scenario outcomes.","breadcrumbs":"Part II — User Guide » Operations » Operations","id":"42","title":"Operations"},"43":{"body":"Both LocalDeployer and ComposeDeployer work in CI environments: LocalDeployer in CI: ✅ Faster (no Docker overhead) ✅ Good for quick smoke tests ⚠️ Requires POL_PROOF_DEV_MODE=true ⚠️ Less isolation (processes share host) ComposeDeployer in CI (recommended): ✅ Better isolation (containerized) ✅ Reproducible environment ✅ Includes Prometheus/observability ⚠️ Slower startup (Docker image build) ⚠️ Requires Docker daemon See .github/workflows/compose-mixed.yml for a complete CI example using ComposeDeployer.","breadcrumbs":"Part II — User Guide » Operations » CI Usage","id":"43","title":"CI Usage"},"44":{"body":"","breadcrumbs":"Part II — User Guide » Operations » Running Examples","id":"44","title":"Running Examples"},"45":{"body":"POL_PROOF_DEV_MODE=true cargo run -p runner-examples --bin local_runner Optional environment variables: LOCAL_DEMO_VALIDATORS=3 — Number of validators (default: 1) LOCAL_DEMO_EXECUTORS=2 — Number of executors (default: 1) LOCAL_DEMO_RUN_SECS=120 — Run duration in seconds (default: 60) NOMOS_LOG_DIR=/tmp/logs — Write logs to files instead of console NOMOS_LOG_LEVEL=debug — Set log level (default: info) NOMOS_LOG_FILTER=consensus=trace,da=debug — Fine-grained module filtering","breadcrumbs":"Part II — User Guide » Operations » Local Runner","id":"45","title":"Local Runner"},"46":{"body":"NOMOS_TESTNET_IMAGE=nomos-testnet:local \\\\\\nPOL_PROOF_DEV_MODE=true \\\\\\ncargo run -p runner-examples --bin compose_runner Required environment variables: NOMOS_TESTNET_IMAGE — Docker image tag (must be built first) POL_PROOF_DEV_MODE=true — Enable dev mode for fast proofs Optional environment variables: COMPOSE_NODE_PAIRS=1x1 — Topology: “validators×executors” (default varies by example) TEST_FRAMEWORK_PROMETHEUS_PORT=9091 — Override Prometheus port (default: 9090) COMPOSE_RUNNER_HOST=127.0.0.1 — Host address for port mappings (default: 127.0.0.1) COMPOSE_RUNNER_PRESERVE=1 — Keep containers running after test (for debugging) NOMOS_LOG_DIR=/tmp/compose-logs — Collect logs to files NOMOS_LOG_LEVEL=debug — Set log level Before running: Build the Docker image: testing-framework/assets/stack/scripts/build_test_image.sh","breadcrumbs":"Part II — User Guide » Operations » Compose Runner","id":"46","title":"Compose Runner"},"47":{"body":"export NOMOS_TESTNET_IMAGE=nomos-testnet:local\\nkind load docker-image nomos-testnet:local # or minikube/push to registry\\ncargo run -p runner-examples --bin k8s_runner Prerequisites: K8s cluster access, image built and loaded/pushed, circuit assets available. flowchart TD Expose[Runner exposes endpoints/ports] --> Collect[Runtime collects block/health signals] Collect --> Consume[Expectations consume signals
decide pass/fail] Consume --> Inspect[Operators inspect logs/metrics
when failures arise]","breadcrumbs":"Part II — User Guide » Operations » K8s Runner","id":"47","title":"K8s Runner"},"48":{"body":"Deep dives for contributors who extend the framework, evolve its abstractions,\\nor maintain the crate set.","breadcrumbs":"Part III — Developer Reference » Part III — Developer Reference","id":"48","title":"Part III — Developer Reference"},"49":{"body":"The scenario model defines clear, composable responsibilities: Topology: a declarative description of the cluster—how many nodes, their\\nroles, and the broad network and data-availability characteristics. It\\nrepresents the intended shape of the system under test. Scenario: a plan combining topology, workloads, expectations, and a run\\nwindow. Building a scenario validates prerequisites (like seeded wallets) and\\nensures the run lasts long enough to observe meaningful block progression. Workloads: asynchronous tasks that generate traffic or conditions. They\\nuse shared context to interact with the deployed cluster and may bundle\\ndefault expectations. Expectations: post-run assertions. They can capture baselines before\\nworkloads start and evaluate success once activity stops. Runtime: coordinates workloads and expectations for the configured\\nduration, enforces cooldowns when control actions occur, and ensures cleanup\\nso runs do not leak resources. Developers extending the model should keep these boundaries strict: topology\\ndescribes, scenarios assemble, deployers provision, runners orchestrate,\\nworkloads drive, and expectations judge outcomes. For guidance on adding new\\ncapabilities, see Extending the Framework.","breadcrumbs":"Part III — Developer Reference » Scenario Model (Developer Level) » Scenario Model (Developer Level)","id":"49","title":"Scenario Model (Developer Level)"},"5":{"body":"This framework embodies specific principles that shape how you author and run\\nscenarios. Understanding these principles helps you write effective tests and\\ninterpret results correctly.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Testing Philosophy","id":"5","title":"Testing Philosophy"},"50":{"body":"","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Extending the Framework","id":"50","title":"Extending the Framework"},"51":{"body":"Implement testing_framework_core::scenario::Workload: Provide a name and any bundled expectations. In init, derive inputs from GeneratedTopology and RunMetrics; fail\\nfast if prerequisites are missing (e.g., wallet data, node addresses). In start, drive async traffic using the RunContext clients. Expose the workload from a module under testing-framework/workflows and\\nconsider adding a DSL helper for ergonomic wiring.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding a workload","id":"51","title":"Adding a workload"},"52":{"body":"Implement testing_framework_core::scenario::Expectation: Use start_capture to snapshot baseline metrics. Use evaluate to assert outcomes after workloads finish; return all errors\\nso the runner can aggregate them. Export it from testing-framework/workflows if it is reusable.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding an expectation","id":"52","title":"Adding an expectation"},"53":{"body":"Implement testing_framework_core::scenario::Deployer for your backend. Produce a RunContext with NodeClients, metrics endpoints, and optional NodeControlHandle. Guard cleanup with CleanupGuard to reclaim resources even on failures. Mirror the readiness and block-feed probes used by the existing runners so\\nworkloads can rely on consistent signals.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding a runner","id":"53","title":"Adding a runner"},"54":{"body":"Extend testing_framework_core::topology::TopologyBuilder with new layouts or\\nconfiguration presets (e.g., specialized DA parameters). Keep defaults safe:\\nensure at least one participant and clamp dispersal factors as the current\\nhelpers do.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding topology helpers","id":"54","title":"Adding topology helpers"},"55":{"body":"A minimal, end-to-end illustration of adding a custom workload and matching\\nexpectation. This shows the shape of the traits and where to plug into the\\nframework; expand the logic to fit your real test.","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Example: New Workload & Expectation (Rust)","id":"55","title":"Example: New Workload & Expectation (Rust)"},"56":{"body":"Key ideas: name: identifies the workload in logs. expectations: workloads can bundle defaults so callers don’t forget checks. init: derive inputs from the generated topology (e.g., pick a target node). start: drive async activity using the shared RunContext. #![allow(unused)] fn main() {\\nuse std::sync::Arc;\\nuse async_trait::async_trait;\\nuse testing_framework_core::scenario::{ DynError, Expectation, RunContext, RunMetrics, Workload,\\n};\\nuse testing_framework_core::topology::GeneratedTopology; pub struct ReachabilityWorkload { target_idx: usize, bundled: Vec>,\\n} impl ReachabilityWorkload { pub fn new(target_idx: usize) -> Self { Self { target_idx, bundled: vec![Box::new(ReachabilityExpectation::new(target_idx))], } }\\n} #[async_trait]\\nimpl Workload for ReachabilityWorkload { fn name(&self) -> &\'static str { \\"reachability_workload\\" } fn expectations(&self) -> Vec> { self.bundled.clone() } fn init( &mut self, topology: &GeneratedTopology, _metrics: &RunMetrics, ) -> Result<(), DynError> { if topology.validators().get(self.target_idx).is_none() { return Err(\\"no validator at requested index\\".into()); } Ok(()) } async fn start(&self, ctx: &RunContext) -> Result<(), DynError> { let client = ctx .clients() .validators() .get(self.target_idx) .ok_or(\\"missing target client\\")?; // Pseudo-action: issue a lightweight RPC to prove reachability. client.health_check().await.map_err(|e| e.into()) }\\n} }","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Workload: simple reachability probe","id":"56","title":"Workload: simple reachability probe"},"57":{"body":"Key ideas: start_capture: snapshot baseline if needed (not used here). evaluate: assert the condition after workloads finish. #![allow(unused)] fn main() {\\nuse async_trait::async_trait;\\nuse testing_framework_core::scenario::{DynError, Expectation, RunContext}; pub struct ReachabilityExpectation { target_idx: usize,\\n} impl ReachabilityExpectation { pub fn new(target_idx: usize) -> Self { Self { target_idx } }\\n} #[async_trait]\\nimpl Expectation for ReachabilityExpectation { fn name(&self) -> &str { \\"target_reachable\\" } async fn evaluate(&mut self, ctx: &RunContext) -> Result<(), DynError> { let client = ctx .clients() .validators() .get(self.target_idx) .ok_or(\\"missing target client\\")?; client.health_check().await.map_err(|e| { format!(\\"target became unreachable during run: {e}\\").into() }) }\\n} }","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Expectation: confirm the target stayed reachable","id":"57","title":"Expectation: confirm the target stayed reachable"},"58":{"body":"Build your scenario as usual and call .with_workload(ReachabilityWorkload::new(0)). The bundled expectation is attached automatically; you can add more with .with_expectation(...) if needed. Keep the logic minimal and fast for smoke tests; grow it into richer probes\\nfor deeper scenarios.","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » How to wire it","id":"58","title":"How to wire it"},"59":{"body":"High-level roles of the crates that make up the framework: Configs: prepares reusable configuration primitives for nodes, networking,\\ntracing, data availability, and wallets, shared by all scenarios and runners. Core scenario orchestration: houses the topology and scenario model,\\nruntime coordination, node clients, and readiness/health probes. Workflows: packages workloads and expectations into reusable building\\nblocks and offers a fluent DSL to assemble them. Runners: implements deployment backends (local host, Docker Compose,\\nKubernetes) that all consume the same scenario plan. Test workflows: example scenarios and integration checks that exercise the\\nframework end to end and serve as living documentation. Use this map to locate where to add new capabilities: configuration primitives\\nin configs, orchestration changes in core, reusable traffic/assertions in\\nworkflows, environment adapters in runners, and demonstrations in tests.","breadcrumbs":"Part III — Developer Reference » Internal Crate Reference » Internal Crate Reference","id":"59","title":"Internal Crate Reference"},"6":{"body":"Describe what you want to test, not how to orchestrate it: #![allow(unused)] fn main() {\\n// Good: declarative\\nScenarioBuilder::topology() .network_star() .validators(2) .executors(1) .apply() .transactions() .rate(5) .apply() .expect_consensus_liveness() .build(); // Bad: imperative (framework doesn\'t work this way)\\n// spawn_validator(); spawn_executor(); // loop { submit_tx(); check_block(); } } Why it matters: The framework handles deployment, readiness, and cleanup.\\nYou focus on test intent, not infrastructure orchestration.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Declarative over Imperative","id":"6","title":"Declarative over Imperative"},"60":{"body":"Quick-reference material and supporting guidance to keep scenarios discoverable,\\ndebuggable, and consistent.","breadcrumbs":"Part IV — Appendix » Part IV — Appendix","id":"60","title":"Part IV — Appendix"},"61":{"body":"The framework offers a fluent builder style to keep scenarios readable. Common\\nknobs: Topology shaping: set validator and executor counts, pick a network layout\\nstyle, and adjust high-level data-availability traits. Wallet seeding: define how many users participate and the total funds\\navailable for transaction workloads. Workload tuning: configure transaction rates, data-availability channel\\nand blob rates, and whether chaos restarts should include validators,\\nexecutors, or both. Expectations: attach liveness and workload-specific checks so success is\\nexplicit. Run window: set a minimum duration long enough for multiple blocks to be\\nobserved and verified. Use these knobs to express intent clearly, keeping scenario definitions concise\\nand consistent across teams.","breadcrumbs":"Part IV — Appendix » DSL Cheat Sheet » Core Content: DSL Cheat Sheet","id":"61","title":"Core Content: DSL Cheat Sheet"},"62":{"body":"Common symptoms and likely causes: No or slow block progression: runner started workloads before readiness, insufficient run window, or nodes couldn’t keep up with validation—extend duration, check node logs for errors, or verify network connectivity. Transactions not included: missing or insufficient wallet seeding, misaligned transaction rate with block cadence, or network instability—reduce rate and verify wallet setup. Chaos stalls the run: node control not available for the chosen runner or restart cadence too aggressive—enable control capability and widen restart intervals. Observability gaps: metrics or logs unreachable because ports clash or services are not exposed—adjust observability ports and confirm runner wiring. Flaky behavior across runs: mixing chaos with functional smoke tests or inconsistent topology between environments—separate deterministic and chaos scenarios and standardize topology presets.","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Troubleshooting Scenarios","id":"62","title":"Troubleshooting Scenarios"},"63":{"body":"Why block-oriented timing? Slots advance at a fixed rate (NTP-synchronized, 2s by default), so reasoning\\nabout blocks and consensus intervals keeps assertions aligned with protocol\\nbehavior rather than arbitrary wall-clock durations. Can I reuse the same scenario across runners? Yes. The plan stays the same; swap runners (local, compose, k8s) to target\\ndifferent environments. When should I enable chaos workloads? Only when testing resilience or operational recovery; keep functional smoke\\ntests deterministic. How long should runs be? Long enough for multiple blocks so liveness and inclusion checks are\\nmeaningful; very short runs risk false confidence. Do I always need seeded wallets? Only for transaction scenarios. Data-availability or pure chaos scenarios may\\nnot require them, but liveness checks still need validators producing blocks. What if expectations fail but workloads “look fine”? Trust expectations first—they capture the intended success criteria. Use the\\nobservability signals and runner logs to pinpoint why the system missed the\\ntarget.","breadcrumbs":"Part IV — Appendix » FAQ » FAQ","id":"63","title":"FAQ"},"64":{"body":"Validator: node role responsible for participating in consensus and block\\nproduction. Executor: a validator node with the DA dispersal service enabled. Executors\\ncan submit transactions and disperse blob data to the DA network, in addition\\nto performing all validator functions. DA (Data Availability): subsystem ensuring blobs or channel data are\\npublished and retrievable for validation. Deployer: component that provisions infrastructure (spawns processes,\\ncreates containers, or launches pods), waits for readiness, and returns a\\nRunner. Examples: LocalDeployer, ComposeDeployer, K8sDeployer. Runner: component returned by deployers that orchestrates scenario\\nexecution—starts workloads, observes signals, evaluates expectations, and\\ntriggers cleanup. Workload: traffic or behavior generator that exercises the system during a\\nscenario run. Expectation: post-run assertion that judges whether the system met the\\nintended success criteria. Topology: declarative description of the cluster shape, roles, and\\nhigh-level parameters for a scenario. Scenario: immutable plan combining topology, workloads, expectations, and\\nrun duration. Blockfeed: stream of block observations used for liveness or inclusion\\nsignals during a run. Control capability: the ability for a runner to start, stop, or restart\\nnodes, used by chaos workloads. Slot duration: time interval between consensus rounds in Cryptarchia. Blocks\\nare produced at multiples of the slot duration based on lottery outcomes. Block cadence: observed rate of block production in a live network, measured\\nin blocks per second or seconds per block. Cooldown: waiting period after a chaos action (e.g., node restart) before\\ntriggering the next action, allowing the system to stabilize. Run window: total duration a scenario executes, specified via with_run_duration(). Framework auto-extends to at least 2× slot duration. Readiness probe: health check performed by runners to ensure nodes are\\nreachable and responsive before starting workloads. Prevents false negatives\\nfrom premature traffic. Liveness: property that the system continues making progress (producing\\nblocks) under specified conditions. Contrasts with safety/correctness which\\nverifies that state transitions are accurate. State assertion: expectation that verifies specific values in the system\\nstate (e.g., wallet balances, UTXO sets) rather than just progress signals.\\nAlso called “correctness expectations.” Mantle transaction: transaction type in Nomos that can contain UTXO transfers\\n(LedgerTx) and operations (Op), including channel data (ChannelBlob). Channel: logical grouping for DA blobs; each blob belongs to a channel and\\nreferences a parent blob in the same channel, creating a chain of related data. POL_PROOF_DEV_MODE: environment variable that disables expensive Groth16 zero-knowledge\\nproof generation for leader election. Required for LocalDeployer tests to run in\\nreasonable time. Should never be used in production environments.","breadcrumbs":"Part IV — Appendix » Glossary » Glossary","id":"64","title":"Glossary"},"7":{"body":"Reason in blocks and consensus intervals, not wall-clock seconds: #![allow(unused)] fn main() {\\n// Good: protocol-oriented thinking\\nlet plan = ScenarioBuilder::topology() .network_star() .validators(2) .executors(1) .apply() .transactions() .rate(5) .apply() // 5 tx per block .with_run_duration(Duration::from_secs(60)) // Let framework calculate expected blocks .expect_consensus_liveness() // \\"Did we produce the expected blocks?\\" .build(); // Bad: wall-clock assumptions\\n// \\"I expect exactly 30 blocks in 60 seconds\\"\\n// This breaks on slow CI where slot timing might drift } Why it matters: Slot timing is fixed (2s by default, NTP-synchronized), so the\\nexpected number of blocks is predictable: ~27 blocks in 60s with the default\\n0.9 active slot coefficient. The framework calculates expected blocks from slot\\nduration and run window, making assertions protocol-based rather than tied to\\nspecific wall-clock expectations. Assert on “blocks produced relative to slots”\\nnot “blocks produced in exact wall-clock seconds”.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Protocol Time, Not Wall Time","id":"7","title":"Protocol Time, Not Wall Time"},"8":{"body":"Default scenarios are repeatable: Fixed topology Predictable traffic rates Deterministic checks Chaos is opt-in: #![allow(unused)] fn main() {\\n// Separate: functional test (deterministic)\\nlet plan = ScenarioBuilder::topology() .network_star() .validators(2) .executors(1) .apply() .transactions() .rate(5) .apply() .expect_consensus_liveness() .build(); // Separate: chaos test (introduces randomness)\\nlet chaos_plan = ScenarioBuilder::topology() .network_star() .validators(3) .executors(2) .apply() .enable_node_control() .chaos() .restart() .apply() .transactions() .rate(5) .apply() .expect_consensus_liveness() .build(); } Why it matters: Mixing determinism with chaos creates noisy, hard-to-debug\\nfailures. Separate concerns make failures actionable.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Determinism First, Chaos When Needed","id":"8","title":"Determinism First, Chaos When Needed"},"9":{"body":"Prefer user-facing signals over internal state: Good checks: ✅ Blocks progressing at expected rate (liveness) ✅ Transactions included within N blocks (inclusion) ✅ DA blobs retrievable (availability) Avoid internal checks: ❌ Memory pool size ❌ Internal service state ❌ Cache hit rates Why it matters: User-facing signals reflect actual system health.\\nInternal state can be “healthy” while the system is broken from a user\\nperspective.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Observable Health Signals","id":"9","title":"Observable Health Signals"}},"length":65,"save":true},"fields":["title","body","breadcrumbs"],"index":{"body":{"root":{"0":{".":{"9":{"df":2,"docs":{"10":{"tf":1.4142135623730951},"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"2":{"7":{".":{"0":{".":{"0":{".":{"1":{"df":1,"docs":{"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"35":{"tf":1.0},"45":{"tf":1.4142135623730951}},"–":{"3":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}}},"2":{"7":{"df":2,"docs":{"10":{"tf":1.0},"7":{"tf":1.0}}},"df":3,"docs":{"10":{"tf":1.0},"35":{"tf":1.0},"64":{"tf":1.0}},"s":{"df":3,"docs":{"10":{"tf":1.4142135623730951},"63":{"tf":1.0},"7":{"tf":1.0}}}},"3":{"0":{"df":1,"docs":{"7":{"tf":1.0}}},"df":1,"docs":{"35":{"tf":1.0}}},"4":{"df":1,"docs":{"35":{"tf":1.0}},"–":{"5":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}}},"5":{"df":1,"docs":{"7":{"tf":1.0}}},"6":{"0":{"df":2,"docs":{"45":{"tf":1.0},"7":{"tf":1.4142135623730951}}},"df":0,"docs":{},"–":{"7":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}}},"9":{"0":{"9":{"0":{"df":1,"docs":{"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":4,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"56":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"a":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"64":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"64":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"49":{"tf":1.0},"56":{"tf":1.0},"64":{"tf":1.4142135623730951},"8":{"tf":1.0}}}},"v":{"df":9,"docs":{"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.0},"4":{"tf":1.4142135623730951},"49":{"tf":1.0},"56":{"tf":1.0},"7":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"19":{"tf":1.0},"21":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"59":{"tf":1.0}}}}},"d":{"df":4,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"64":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"46":{"tf":1.0},"51":{"tf":1.0}}}}}}},"df":6,"docs":{"49":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"23":{"tf":1.0},"61":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"28":{"tf":1.0},"42":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"31":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"52":{"tf":1.0}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"62":{"tf":1.0}}}}}}}}}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":4,"docs":{"17":{"tf":1.0},"21":{"tf":1.4142135623730951},"36":{"tf":1.0},"63":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":10,"docs":{"10":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}}}}},"df":2,"docs":{"22":{"tf":1.0},"64":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"10":{"tf":1.0},"63":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"27":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"60":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":8,"docs":{"20":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"26":{"tf":1.7320508075688772},"27":{"tf":1.7320508075688772},"6":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951},"8":{"tf":2.23606797749979}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"2":{"tf":1.0},"34":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"63":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"4":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"47":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"15":{"tf":1.0},"35":{"tf":1.0},"49":{"tf":1.0},"59":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":14,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.4142135623730951},"34":{"tf":1.0},"42":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0},"57":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}}}},"t":{"df":3,"docs":{"16":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"0":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{":":{":":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"56":{"tf":1.0},"57":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"56":{"tf":1.0},"57":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":7,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"51":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"49":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":6,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"17":{"tf":1.0},"36":{"tf":1.0},"5":{"tf":1.0}}}}},"o":{"df":1,"docs":{"64":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":17,"docs":{"0":{"tf":1.4142135623730951},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"36":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.4142135623730951},"47":{"tf":1.0},"49":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.7320508075688772},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"22":{"tf":1.0},"42":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}}},"b":{"(":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"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":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.0},"59":{"tf":1.0}}},"df":0,"docs":{}}}}},"d":{"df":4,"docs":{"10":{"tf":1.0},"31":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"39":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":4,"docs":{"22":{"tf":1.0},"37":{"tf":1.0},"64":{"tf":1.0},"7":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"49":{"tf":1.0},"52":{"tf":1.0},"57":{"tf":1.0}}}}}},"i":{"c":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}}}},"df":1,"docs":{"4":{"tf":1.0}},"e":{"c":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":6,"docs":{"22":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.4142135623730951}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"41":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":10,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"31":{"tf":1.4142135623730951},"36":{"tf":1.0},"40":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"64":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"22":{"tf":1.0},"38":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"43":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":8,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"33":{"tf":1.0},"42":{"tf":1.0}}}}},"df":3,"docs":{"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"b":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"2":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":6,"docs":{"0":{"tf":1.4142135623730951},"17":{"tf":1.0},"19":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":2.23606797749979},"9":{"tf":1.0}}},"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":21,"docs":{"0":{"tf":1.0},"10":{"tf":2.23606797749979},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.4142135623730951},"32":{"tf":2.23606797749979},"33":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":2.0},"64":{"tf":2.8284271247461903},"7":{"tf":3.1622776601683795},"9":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"e":{"df":2,"docs":{"32":{"tf":1.0},"64":{"tf":1.0}},"e":{"d":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"0":{"tf":1.0},"1":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"18":{"tf":1.0},"20":{"tf":1.0},"26":{"tf":1.0},"43":{"tf":1.0},"61":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"35":{"tf":1.0},"49":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":4,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"13":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"a":{"d":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"9":{"tf":1.0}}}}}}},"u":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":15,"docs":{"12":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"61":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":3,"docs":{"3":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0}}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":5,"docs":{"21":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0},"56":{"tf":1.7320508075688772},"58":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"z":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"31":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"c":{"(":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}},"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":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"9":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"32":{"tf":1.0},"62":{"tf":1.4142135623730951},"64":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"l":{"df":2,"docs":{"58":{"tf":1.0},"64":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"56":{"tf":1.0}}}}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"28":{"tf":1.0},"49":{"tf":1.0},"59":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"36":{"tf":1.0},"49":{"tf":1.0},"63":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":3,"docs":{"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"62":{"tf":1.0}}}}},"df":1,"docs":{"4":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"64":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"1":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.0},"59":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"64":{"tf":1.0}}},"df":0,"docs":{}}}},"df":4,"docs":{"0":{"tf":1.0},"19":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":2.23606797749979}}}}}},"o":{"df":11,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"27":{"tf":1.7320508075688772},"61":{"tf":1.0},"62":{"tf":1.7320508075688772},"63":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951},"8":{"tf":2.23606797749979}},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"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":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"49":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":19,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"42":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"64":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"42":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"22":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"17":{"tf":1.4142135623730951},"22":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0},"62":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}}}}},"i":{"df":9,"docs":{"13":{"tf":1.0},"22":{"tf":1.7320508075688772},"33":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":2.23606797749979},"7":{"tf":1.0}},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"42":{"tf":1.0},"47":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"54":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"62":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":6,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.0},"64":{"tf":1.0}},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"r":{"df":9,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0},"49":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"61":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"|":{"df":2,"docs":{"56":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":4,"docs":{"51":{"tf":1.0},"56":{"tf":1.7320508075688772},"57":{"tf":1.7320508075688772},"59":{"tf":1.0}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"21":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":2.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":13,"docs":{"1":{"tf":1.0},"13":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.7320508075688772},"40":{"tf":1.7320508075688772},"42":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"64":{"tf":1.0}},"—":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"49":{"tf":1.0}}}}}}}}}}}},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"10":{"tf":1.4142135623730951}},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"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":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"47":{"tf":1.0}}}}}}}}},"df":4,"docs":{"20":{"tf":1.0},"32":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"14":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"4":{"tf":1.0},"49":{"tf":1.0},"64":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"41":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"22":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"18":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"3":{"tf":1.0},"64":{"tf":1.4142135623730951}}},"s":{"df":14,"docs":{"0":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"=":{"1":{"df":0,"docs":{},"x":{"1":{"df":1,"docs":{"46":{"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":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"46":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"=":{"1":{"2":{"7":{".":{"0":{".":{"0":{".":{"1":{"df":1,"docs":{"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"=":{"1":{"df":1,"docs":{"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":3,"docs":{"27":{"tf":1.0},"43":{"tf":1.7320508075688772},"64":{"tf":1.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":{"27":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":2,"docs":{"2":{"tf":1.0},"36":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"8":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"20":{"tf":1.0},"61":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"4":{"tf":1.0},"49":{"tf":1.0},"57":{"tf":1.0},"64":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"3":{"tf":1.0},"63":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":4,"docs":{"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"r":{"df":10,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"42":{"tf":1.0},"49":{"tf":1.0},"54":{"tf":1.0},"59":{"tf":1.4142135623730951},"61":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"df":4,"docs":{"30":{"tf":1.0},"32":{"tf":1.0},"57":{"tf":1.0},"62":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":8,"docs":{"0":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.4142135623730951},"7":{"tf":1.0}}}}}},"i":{"d":{"df":1,"docs":{"51":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.0},"37":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"53":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"45":{"tf":1.0}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"m":{"df":4,"docs":{"15":{"tf":1.0},"32":{"tf":1.0},"47":{"tf":1.4142135623730951},"59":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"39":{"tf":1.0},"46":{"tf":1.0},"64":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"1":{"tf":1.0},"43":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"61":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"0":{"tf":1.0},"49":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":2,"docs":{"20":{"tf":1.0},"64":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"64":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"48":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":8,"docs":{"19":{"tf":1.4142135623730951},"27":{"tf":1.0},"29":{"tf":1.0},"35":{"tf":1.0},"42":{"tf":1.0},"49":{"tf":1.0},"62":{"tf":1.4142135623730951},"64":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"39":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":3,"docs":{"12":{"tf":1.0},"49":{"tf":1.0},"64":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"49":{"tf":1.0},"59":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":8,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"34":{"tf":1.0},"59":{"tf":1.4142135623730951},"61":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"64":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"36":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"21":{"tf":1.0},"23":{"tf":1.0},"61":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"15":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"26":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"48":{"tf":1.0},"59":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"17":{"tf":1.0},"64":{"tf":1.4142135623730951},"8":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":4,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{}}}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"64":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"x":{"df":2,"docs":{"56":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":3,"docs":{"32":{"tf":1.0},"33":{"tf":1.0},"55":{"tf":1.0}}}}}}}},"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"[":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"12":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"a":{"_":{"a":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":8,"docs":{"0":{"tf":2.23606797749979},"22":{"tf":1.0},"26":{"tf":2.0},"34":{"tf":1.0},"35":{"tf":1.0},"54":{"tf":1.0},"64":{"tf":2.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"t":{"a":{"df":13,"docs":{"0":{"tf":2.0},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"4":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.4142135623730951},"63":{"tf":1.0},"64":{"tf":2.23606797749979}}},"df":0,"docs":{}}},"df":2,"docs":{"12":{"tf":1.0},"4":{"tf":1.0}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":3,"docs":{"38":{"tf":1.0},"46":{"tf":1.0},"8":{"tf":1.0}},"g":{"df":2,"docs":{"11":{"tf":1.0},"60":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"12":{"tf":1.0},"17":{"tf":1.0}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"r":{"df":8,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"3":{"tf":1.0},"49":{"tf":1.0},"6":{"tf":1.4142135623730951},"64":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"48":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"58":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":10,"docs":{"10":{"tf":1.4142135623730951},"21":{"tf":1.0},"45":{"tf":2.0},"46":{"tf":1.7320508075688772},"49":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.4142135623730951},"8":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"17":{"tf":1.0},"49":{"tf":1.0},"61":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"20":{"tf":1.0},"21":{"tf":1.0},"61":{"tf":1.0}}}}}}},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"29":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"35":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"a":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":9,"docs":{"16":{"tf":1.0},"29":{"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},"59":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":17,"docs":{"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"33":{"tf":2.0},"36":{"tf":2.0},"4":{"tf":1.7320508075688772},"40":{"tf":1.0},"49":{"tf":1.4142135623730951},"59":{"tf":1.0},"6":{"tf":1.0},"64":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"(":{"&":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"51":{"tf":1.0},"56":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":6,"docs":{"16":{"tf":1.0},"18":{"tf":1.4142135623730951},"3":{"tf":1.0},"4":{"tf":1.0},"49":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"49":{"tf":1.0},"64":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"13":{"tf":1.0},"31":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"11":{"tf":1.0},"8":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}}}}}}},"v":{"df":1,"docs":{"46":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":6,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.4142135623730951}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"14":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"63":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"38":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"64":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"39":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"60":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":3,"docs":{"0":{"tf":1.0},"54":{"tf":1.0},"64":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"42":{"tf":1.0},"48":{"tf":1.0}},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"32":{"tf":1.0}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":10,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.7320508075688772},"46":{"tf":1.4142135623730951},"47":{"tf":1.0},"59":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"22":{"tf":1.0},"31":{"tf":1.0},"59":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"\'":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"33":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"t":{"df":2,"docs":{"32":{"tf":1.7320508075688772},"7":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"27":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"[":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}},"df":8,"docs":{"12":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0},"56":{"tf":1.0}},"n":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"p":{"/":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"31":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"l":{"df":6,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.0},"51":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":14,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"49":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":2.23606797749979},"7":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":3,"docs":{"12":{"tf":1.0},"57":{"tf":1.0},"64":{"tf":1.4142135623730951}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"56":{"tf":1.7320508075688772},"57":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}},"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":9,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"64":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"56":{"tf":1.0}}}}}}},"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"12":{"tf":1.0}}}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":6,"docs":{"13":{"tf":1.0},"16":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"4":{"tf":1.0},"64":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"42":{"tf":1.0}}}}},"s":{"df":1,"docs":{"39":{"tf":1.0}},"i":{"df":1,"docs":{"17":{"tf":1.0}}}}},"df":2,"docs":{"12":{"tf":1.0},"4":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"64":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"b":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"3":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"0":{"tf":1.0},"21":{"tf":1.0},"46":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"27":{"tf":1.0},"8":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"d":{"df":4,"docs":{"16":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"42":{"tf":1.0},"53":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"10":{"tf":1.0},"35":{"tf":1.0},"49":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"15":{"tf":1.0},"3":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":5,"docs":{"10":{"tf":1.4142135623730951},"17":{"tf":1.0},"49":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":7,"docs":{"0":{"tf":1.0},"29":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.0},"49":{"tf":1.4142135623730951},"54":{"tf":1.0},"64":{"tf":1.4142135623730951}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":24,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"3":{"tf":1.4142135623730951},"36":{"tf":1.7320508075688772},"37":{"tf":1.4142135623730951},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"59":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.4142135623730951}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"51":{"tf":1.0}}}}}}},"r":{"(":{"\\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"56":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"52":{"tf":1.0},"62":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"2":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"a":{"df":0,"docs":{},"l":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":8,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0},"57":{"tf":1.0},"64":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"53":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":3,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":11,"docs":{"15":{"tf":1.0},"23":{"tf":1.0},"28":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":1.0},"55":{"tf":1.0},"59":{"tf":1.0},"64":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"12":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.0},"64":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"64":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"r":{"df":6,"docs":{"0":{"tf":1.4142135623730951},"17":{"tf":1.0},"3":{"tf":1.0},"45":{"tf":1.0},"61":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951}},"s":{"(":{"0":{"df":2,"docs":{"24":{"tf":1.0},"25":{"tf":1.0}}},"1":{"df":3,"docs":{"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"2":{"df":3,"docs":{"26":{"tf":1.0},"27":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":6,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"59":{"tf":1.0},"64":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":7,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"56":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":35,"docs":{"1":{"tf":1.0},"12":{"tf":2.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.7320508075688772},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.4142135623730951},"4":{"tf":1.7320508075688772},"41":{"tf":1.4142135623730951},"42":{"tf":1.0},"49":{"tf":2.23606797749979},"51":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":2.0},"57":{"tf":1.7320508075688772},"58":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.4142135623730951},"64":{"tf":2.23606797749979},"7":{"tf":2.449489742783178},"9":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"64":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"61":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"47":{"tf":1.0},"52":{"tf":1.0}}}},"s":{"df":2,"docs":{"47":{"tf":1.0},"51":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"47":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"—":{"a":{"d":{"df":0,"docs":{},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"20":{"tf":1.0},"21":{"tf":1.0},"61":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"13":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.4142135623730951},"50":{"tf":1.0},"54":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"16":{"tf":1.0}}}}}}},"}":{"\\"":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"57":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"f":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"15":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"12":{"tf":1.0},"51":{"tf":1.0},"63":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":9,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"31":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.4142135623730951},"47":{"tf":1.0},"53":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}},"k":{"df":0,"docs":{},"e":{"df":2,"docs":{"29":{"tf":1.0},"33":{"tf":1.0}}}},"l":{"df":0,"docs":{},"s":{"df":4,"docs":{"10":{"tf":1.0},"42":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}}}},"q":{"df":1,"docs":{"63":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"33":{"tf":1.0},"38":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"58":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"43":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"22":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"33":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":1,"docs":{"32":{"tf":1.0}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"22":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":2,"docs":{"45":{"tf":1.0},"46":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"45":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"45":{"tf":1.0},"63":{"tf":1.0}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"17":{"tf":1.0},"52":{"tf":1.0},"57":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0},"8":{"tf":1.0}},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"63":{"tf":1.0}}}}}}}}}},"t":{"df":6,"docs":{"15":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0},"55":{"tf":1.0}}},"x":{"df":3,"docs":{"63":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"36":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0}}},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"62":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"47":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":3,"docs":{"13":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"59":{"tf":1.0},"61":{"tf":1.0}}}}}}},"n":{"df":10,"docs":{"10":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"56":{"tf":2.449489742783178},"57":{"tf":2.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"o":{"c":{"df":0,"docs":{},"u":{"df":1,"docs":{"6":{"tf":1.0}},"s":{"df":3,"docs":{"0":{"tf":1.0},"15":{"tf":1.0},"42":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"36":{"tf":1.0},"4":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"t":{"!":{"(":{"\\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"4":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"2":{"tf":1.0},"21":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"46":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"51":{"tf":1.0},"52":{"tf":1.0}}}}}}}}}}},"df":18,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.4142135623730951},"2":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.4142135623730951},"4":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.0},"59":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"61":{"tf":1.0},"64":{"tf":1.0},"7":{"tf":1.4142135623730951}},"’":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"3":{"tf":1.0},"33":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":7,"docs":{"0":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"8":{"tf":1.0}}}}}}},"d":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"g":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"3":{"tf":1.0},"62":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"41":{"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":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"51":{"tf":1.0},"56":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":8,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.4142135623730951},"49":{"tf":1.0},"56":{"tf":1.0},"64":{"tf":1.4142135623730951}}}}},"t":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"56":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"43":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"1":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"64":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"17":{"tf":1.0},"22":{"tf":1.0}}}},"df":0,"docs":{},"o":{"d":{"df":6,"docs":{"10":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"17":{"tf":1.0},"22":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"45":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"1":{"6":{"df":1,"docs":{"64":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":1,"docs":{"64":{"tf":1.0}}}},"w":{"df":1,"docs":{"58":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"14":{"tf":1.0},"49":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"1":{"tf":1.0},"14":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"31":{"tf":1.0}}}},"n":{"d":{"df":1,"docs":{"12":{"tf":1.0}},"l":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"r":{"d":{"df":1,"docs":{"8":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"17":{"tf":1.0},"4":{"tf":1.0},"64":{"tf":1.0},"9":{"tf":1.4142135623730951}},"i":{"df":2,"docs":{"20":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":1,"docs":{"5":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"42":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"0":{"tf":1.0},"57":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":9,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"30":{"tf":1.0},"4":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"13":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"59":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"59":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"i":{"[":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"20":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"a":{"df":9,"docs":{"29":{"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},"56":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"56":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"14":{"tf":1.0}},"i":{"df":1,"docs":{"48":{"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":3,"docs":{"23":{"tf":1.0},"28":{"tf":1.0},"55":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"43":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"64":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.4142135623730951}}}},"l":{"df":2,"docs":{"56":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"59":{"tf":1.0}}}}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":7,"docs":{"0":{"tf":1.0},"22":{"tf":1.0},"43":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":7,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"\\"":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"56":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"c":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"45":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"3":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0},"64":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"12":{"tf":1.0},"21":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":3,"docs":{"20":{"tf":1.4142135623730951},"51":{"tf":1.0},"56":{"tf":1.4142135623730951}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"51":{"tf":1.0},"56":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"47":{"tf":1.0}}}}}}},"df":2,"docs":{"39":{"tf":1.0},"47":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"62":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"62":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":4,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"3":{"tf":1.0},"59":{"tf":1.0}}}},"n":{"d":{"df":4,"docs":{"17":{"tf":1.0},"49":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"28":{"tf":1.0},"31":{"tf":1.0}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.4142135623730951},"29":{"tf":1.0},"3":{"tf":1.0},"49":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":3,"docs":{"29":{"tf":1.0},"59":{"tf":1.0},"9":{"tf":2.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"5":{"tf":1.0}}}}}},"v":{"df":5,"docs":{"32":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"7":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"8":{"tf":1.0}},"t":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":3,"docs":{"3":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"u":{"df":2,"docs":{"42":{"tf":1.0},"56":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.0},"38":{"tf":1.0}}}}},"v":{"df":1,"docs":{"60":{"tf":1.0}}}},"j":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"g":{"df":4,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"49":{"tf":1.0},"64":{"tf":1.0}}}},"df":0,"docs":{}}},"k":{"8":{"df":7,"docs":{"16":{"tf":1.0},"22":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.4142135623730951},"63":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"47":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"64":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":18,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.7320508075688772},"22":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.4142135623730951}}}},"y":{"df":2,"docs":{"56":{"tf":1.0},"57":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"61":{"tf":1.4142135623730951}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"64":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"59":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"29":{"tf":1.0}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"32":{"tf":1.0},"49":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"29":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"21":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"38":{"tf":1.0},"64":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"26":{"tf":1.4142135623730951},"4":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"15":{"tf":1.0},"21":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"54":{"tf":1.0},"61":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"64":{"tf":1.0}}}}},"df":0,"docs":{},"k":{"df":2,"docs":{"12":{"tf":1.0},"49":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"64":{"tf":1.0}}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"43":{"tf":1.0}}}},"t":{"df":1,"docs":{"3":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":13,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"29":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":2,"docs":{"12":{"tf":1.0},"35":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"20":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":16,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.4142135623730951},"64":{"tf":1.7320508075688772},"9":{"tf":1.0}}}}},"o":{"a":{"d":{"df":3,"docs":{"25":{"tf":1.0},"30":{"tf":1.0},"47":{"tf":1.0}},"e":{"d":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"47":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"=":{"2":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"=":{"1":{"2":{"0":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"=":{"3":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":2,"docs":{"43":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951}},"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":3,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":12,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"36":{"tf":1.4142135623730951},"38":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.4142135623730951},"45":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.0}}},"t":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":6,"docs":{"42":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.7320508075688772},"56":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.0}},"i":{"c":{"df":3,"docs":{"55":{"tf":1.0},"58":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{}},"s":{"/":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"47":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":5,"docs":{"10":{"tf":1.0},"17":{"tf":1.0},"49":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"31":{"tf":1.0},"63":{"tf":1.0}}},"p":{"df":3,"docs":{"22":{"tf":1.0},"38":{"tf":1.0},"6":{"tf":1.0}}},"s":{"df":1,"docs":{"15":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"64":{"tf":1.0}}}}}}},"w":{"df":1,"docs":{"30":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"r":{"df":2,"docs":{"12":{"tf":1.0},"4":{"tf":1.0}}},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"10":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"39":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":10,"docs":{"10":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"13":{"tf":1.0},"48":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":9,"docs":{"13":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"59":{"tf":1.0},"64":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}},"n":{"df":0,"docs":{},"i":{"df":6,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"49":{"tf":1.0},"61":{"tf":1.0}}},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"64":{"tf":1.0}}}}},"p":{"df":4,"docs":{"16":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0},"59":{"tf":1.0}}},"t":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"60":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"17":{"tf":1.0},"40":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}},"x":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"4":{"0":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":8,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"49":{"tf":1.0},"63":{"tf":1.0}}}}},"t":{"df":1,"docs":{"21":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"64":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"2":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"42":{"tf":1.0},"64":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"c":{"df":5,"docs":{"12":{"tf":1.0},"32":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"62":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"2":{"0":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"47":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"m":{"df":5,"docs":{"22":{"tf":1.0},"24":{"tf":1.4142135623730951},"38":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"10":{"tf":1.4142135623730951},"61":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"62":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":4,"docs":{"42":{"tf":1.0},"51":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0}}}},"x":{"df":2,"docs":{"62":{"tf":1.0},"8":{"tf":1.0}},"e":{"d":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"31":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"46":{"tf":1.0}},"l":{"df":8,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"30":{"tf":1.0},"49":{"tf":1.7320508075688772},"59":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"35":{"tf":1.0}}}},"df":2,"docs":{"45":{"tf":1.0},"51":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"58":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"13":{"tf":1.0},"22":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":8,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"39":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":4,"docs":{"22":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}}}}}}},"t":{"df":5,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"56":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"56":{"tf":1.0},"57":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"51":{"tf":1.0},"56":{"tf":1.0}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"df":2,"docs":{"30":{"tf":1.0},"9":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":8,"docs":{"21":{"tf":1.0},"3":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.0},"63":{"tf":1.4142135623730951},"8":{"tf":1.0}},"—":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"g":{"df":3,"docs":{"31":{"tf":1.0},"42":{"tf":1.0},"64":{"tf":1.0}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":7,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":12,"docs":{"0":{"tf":1.7320508075688772},"15":{"tf":1.0},"17":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"4":{"tf":1.0},"49":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"33":{"tf":1.0},"64":{"tf":1.0}}}}},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"56":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":5,"docs":{"28":{"tf":1.0},"49":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"59":{"tf":1.0}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"64":{"tf":1.0}}}}},"o":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"53":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":23,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"12":{"tf":1.0},"15":{"tf":1.7320508075688772},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"2":{"tf":1.0},"27":{"tf":1.4142135623730951},"29":{"tf":1.0},"3":{"tf":1.4142135623730951},"33":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.4142135623730951},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.7320508075688772},"49":{"tf":1.0},"51":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.4142135623730951},"62":{"tf":1.7320508075688772},"64":{"tf":2.23606797749979}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":2,"docs":{"22":{"tf":1.0},"8":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"df":9,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.7320508075688772},"33":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.0},"64":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"=":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"46":{"tf":1.0}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"45":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"42":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"=":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"e":{",":{"d":{"a":{"=":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"45":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"=":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":2,"docs":{"45":{"tf":1.0},"46":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"42":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"46":{"tf":1.0}},"e":{"=":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":2,"docs":{"46":{"tf":1.0},"47":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"27":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"p":{"df":2,"docs":{"63":{"tf":1.0},"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"21":{"tf":1.0},"45":{"tf":1.4142135623730951},"7":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"[":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":17,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"49":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"64":{"tf":1.7320508075688772},"9":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"22":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"49":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"12":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"59":{"tf":1.0},"61":{"tf":1.0}}}}}},"k":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"\\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"56":{"tf":1.0},"57":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":5,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"56":{"tf":1.0}}},"n":{"c":{"df":3,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"49":{"tf":1.0}}},"df":4,"docs":{"15":{"tf":1.0},"3":{"tf":1.0},"41":{"tf":1.0},"54":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"40":{"tf":1.0}}}}},"p":{"df":1,"docs":{"64":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"0":{"tf":1.0},"17":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"42":{"tf":1.7320508075688772},"63":{"tf":1.0},"64":{"tf":1.0}}}},"t":{"df":2,"docs":{"21":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"12":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"53":{"tf":1.0}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":10,"docs":{"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"49":{"tf":1.0},"59":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"64":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"21":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0}}}}}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}}},"df":1,"docs":{"29":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"p":{"df":1,"docs":{"42":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":9,"docs":{"12":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0},"64":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"3":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"38":{"tf":1.0},"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"46":{"tf":1.0}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}}},"p":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"12":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"29":{"tf":1.0}}},"k":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"16":{"tf":1.0},"59":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":3,"docs":{"1":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"34":{"tf":1.0},"4":{"tf":1.0},"54":{"tf":1.0},"64":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"31":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"64":{"tf":1.0}}}}},"t":{"df":4,"docs":{"14":{"tf":1.0},"2":{"tf":1.0},"48":{"tf":1.0},"60":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":5,"docs":{"0":{"tf":1.0},"19":{"tf":1.0},"54":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":1.0}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"36":{"tf":1.0},"47":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":1,"docs":{"12":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"19":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":3,"docs":{"15":{"tf":1.0},"21":{"tf":2.0},"22":{"tf":1.0}}}}}}}},"df":3,"docs":{"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"29":{"tf":1.0}}}},"r":{"df":5,"docs":{"21":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.0},"64":{"tf":1.4142135623730951},"7":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":3,"docs":{"0":{"tf":1.4142135623730951},"4":{"tf":1.0},"64":{"tf":1.4142135623730951}}}}}},"i":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"64":{"tf":1.0}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"30":{"tf":1.4142135623730951},"35":{"tf":2.8284271247461903}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"34":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"15":{"tf":1.0},"16":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"35":{"tf":1.0},"39":{"tf":1.0}}}}}}}},"l":{"a":{"df":0,"docs":{},"n":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"[":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":21,"docs":{"1":{"tf":1.0},"12":{"tf":2.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"20":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":2.0},"37":{"tf":1.4142135623730951},"4":{"tf":1.0},"41":{"tf":1.0},"49":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"42":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"u":{"df":1,"docs":{"0":{"tf":1.0}},"g":{"df":1,"docs":{"55":{"tf":1.0}},"g":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"13":{"tf":1.0},"18":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"d":{"df":1,"docs":{"64":{"tf":1.0}}},"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"64":{"tf":1.0}},"e":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":5,"docs":{"38":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"3":{"tf":1.0}}}},"df":0,"docs":{}},"df":3,"docs":{"39":{"tf":1.0},"46":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"32":{"tf":1.0},"35":{"tf":1.0},"49":{"tf":1.0},"64":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"14":{"tf":1.0},"22":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"9":{"tf":1.0}}}}},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"64":{"tf":1.0}}}}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"15":{"tf":1.0},"59":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"36":{"tf":1.4142135623730951},"42":{"tf":2.0},"47":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0}}}}}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}},"t":{"df":3,"docs":{"22":{"tf":1.0},"54":{"tf":1.0},"62":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"64":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"36":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.4142135623730951}}}}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"11":{"tf":1.0},"5":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"o":{"b":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":8,"docs":{"17":{"tf":1.0},"21":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"64":{"tf":1.0}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":6,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"64":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":7,"docs":{"0":{"tf":1.0},"20":{"tf":1.0},"33":{"tf":1.0},"53":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.4142135623730951},"7":{"tf":1.7320508075688772}},"t":{"df":4,"docs":{"10":{"tf":1.0},"24":{"tf":1.0},"28":{"tf":1.0},"64":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":8,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"29":{"tf":1.4142135623730951},"3":{"tf":1.0},"49":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"46":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"43":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"o":{"df":0,"docs":{},"f":{"df":2,"docs":{"46":{"tf":1.0},"64":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"34":{"tf":1.0},"64":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":9,"docs":{"0":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"21":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"10":{"tf":1.0},"56":{"tf":1.0}},"r":{"df":1,"docs":{"42":{"tf":1.0}}}},"i":{"d":{"df":4,"docs":{"33":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":6,"docs":{"12":{"tf":1.4142135623730951},"36":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"49":{"tf":1.0},"64":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"41":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"56":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"b":{"df":2,"docs":{"56":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"0":{"tf":1.0},"64":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"63":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"18":{"tf":1.0},"3":{"tf":1.0}}}}}}}},"q":{"a":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"43":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}}}}}},"r":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"12":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"34":{"tf":1.4142135623730951},"8":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"(":{"3":{"df":1,"docs":{"27":{"tf":1.0}}},"5":{"df":5,"docs":{"25":{"tf":1.0},"26":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":12,"docs":{"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"30":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"64":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"12":{"tf":1.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"56":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"56":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"l":{"df":4,"docs":{"41":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"64":{"tf":1.0}},"e":{"df":0,"docs":{},"—":{"a":{"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":11,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"27":{"tf":1.0},"33":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"42":{"tf":1.7320508075688772},"53":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.4142135623730951}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"59":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":4,"docs":{"0":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"55":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"1":{"tf":1.0},"3":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"63":{"tf":1.0},"64":{"tf":1.0},"7":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"22":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"19":{"tf":1.0},"63":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":2,"docs":{"13":{"tf":1.0},"21":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"48":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"64":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"36":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"47":{"tf":1.0}}}}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"64":{"tf":1.0}}},"x":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":1,"docs":{"7":{"tf":1.0}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"22":{"tf":1.0},"53":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"20":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"49":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":5,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.4142135623730951},"43":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":10,"docs":{"19":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.4142135623730951},"46":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":7,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"27":{"tf":1.7320508075688772},"31":{"tf":1.0},"63":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"12":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":4,"docs":{"16":{"tf":1.0},"4":{"tf":1.0},"49":{"tf":1.0},"64":{"tf":1.4142135623730951}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":9,"docs":{"12":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"27":{"tf":1.4142135623730951},"35":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951},"8":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":9,"docs":{"22":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"36":{"tf":1.0},"5":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":3,"docs":{"0":{"tf":1.0},"64":{"tf":1.0},"9":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":6,"docs":{"12":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"52":{"tf":1.0},"56":{"tf":1.0},"64":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"15":{"tf":1.4142135623730951},"21":{"tf":1.0},"52":{"tf":1.0},"59":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":3,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"63":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"58":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"10":{"tf":1.0},"63":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":7,"docs":{"0":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"49":{"tf":1.0},"59":{"tf":1.0},"64":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"64":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"c":{"df":1,"docs":{"56":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"51":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.7320508075688772},"57":{"tf":1.4142135623730951}}}}}}}}},"df":29,"docs":{"1":{"tf":1.0},"10":{"tf":1.7320508075688772},"12":{"tf":1.7320508075688772},"13":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.7320508075688772},"20":{"tf":1.0},"22":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.7320508075688772},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.7320508075688772},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"42":{"tf":1.4142135623730951},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.7320508075688772},"47":{"tf":1.0},"49":{"tf":2.0},"5":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.7320508075688772},"63":{"tf":1.4142135623730951},"64":{"tf":2.449489742783178},"7":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":3,"docs":{"30":{"tf":1.0},"51":{"tf":1.0},"56":{"tf":1.4142135623730951}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":4,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":29,"docs":{"12":{"tf":1.7320508075688772},"13":{"tf":1.4142135623730951},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"36":{"tf":1.7320508075688772},"37":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.7320508075688772},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"49":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.4142135623730951},"59":{"tf":1.7320508075688772},"62":{"tf":1.7320508075688772},"63":{"tf":1.7320508075688772},"64":{"tf":2.0}},"’":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"41":{"tf":1.0}},"{":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"41":{"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":{},"i":{"df":0,"docs":{},"m":{"df":6,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0},"49":{"tf":1.0},"59":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"41":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"54":{"tf":1.0}},"t":{"df":0,"docs":{},"y":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"64":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"m":{"df":0,"docs":{},"e":{"df":6,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"36":{"tf":1.4142135623730951},"59":{"tf":1.0},"63":{"tf":1.4142135623730951},"64":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"42":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":4,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":7,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":31,"docs":{"1":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":2.23606797749979},"16":{"tf":1.7320508075688772},"17":{"tf":1.7320508075688772},"18":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":2.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":1.7320508075688772},"36":{"tf":1.7320508075688772},"37":{"tf":1.0},"4":{"tf":1.7320508075688772},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"49":{"tf":2.23606797749979},"5":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":2.23606797749979},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"63":{"tf":1.7320508075688772},"64":{"tf":2.23606797749979},"8":{"tf":1.0}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"30":{"tf":1.0},"40":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"42":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":5,"docs":{"22":{"tf":1.0},"30":{"tf":1.0},"45":{"tf":1.0},"64":{"tf":1.4142135623730951},"7":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"d":{"df":8,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"49":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0}}},"df":5,"docs":{"17":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.0},"43":{"tf":1.0},"49":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{}},"f":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"56":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":3,"docs":{"21":{"tf":1.0},"56":{"tf":1.7320508075688772},"57":{"tf":1.7320508075688772}}}},"n":{"d":{"df":4,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"8":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"35":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"32":{"tf":1.0}}},"v":{"df":1,"docs":{"59":{"tf":1.0}},"i":{"c":{"df":5,"docs":{"0":{"tf":1.0},"39":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":10,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"61":{"tf":1.4142135623730951},"64":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"16":{"tf":1.0},"39":{"tf":1.0},"62":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":18,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.0},"4":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"55":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":8,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0},"49":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"0":{"tf":1.0},"10":{"tf":1.4142135623730951},"63":{"tf":1.0}}}},"w":{"df":4,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"28":{"tf":1.0},"55":{"tf":1.0}}}}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":14,"docs":{"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"36":{"tf":1.4142135623730951},"4":{"tf":1.0},"42":{"tf":1.4142135623730951},"47":{"tf":1.0},"53":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.7320508075688772},"9":{"tf":1.7320508075688772}},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"47":{"tf":1.0}}},"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":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"24":{"tf":1.0},"56":{"tf":1.0}},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"29":{"tf":1.0},"33":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":3,"docs":{"12":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0}}}}},"t":{"df":1,"docs":{"15":{"tf":1.0}}},"z":{"df":0,"docs":{},"e":{"df":1,"docs":{"9":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":4,"docs":{"10":{"tf":1.4142135623730951},"63":{"tf":1.0},"64":{"tf":1.7320508075688772},"7":{"tf":2.23606797749979}}},"w":{"df":3,"docs":{"29":{"tf":1.0},"62":{"tf":1.0},"7":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"43":{"tf":1.0}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"17":{"tf":1.0},"3":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":8,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"38":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"52":{"tf":1.0},"57":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"3":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"31":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":1,"docs":{"64":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":8,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"35":{"tf":1.0},"42":{"tf":1.0},"5":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":1.0},"7":{"tf":1.0}},"i":{"df":2,"docs":{"17":{"tf":1.0},"64":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"e":{"d":{"df":2,"docs":{"22":{"tf":1.0},"37":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"64":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"39":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"35":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"62":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"22":{"tf":1.0},"62":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"56":{"tf":1.0}}}}}}},"df":0,"docs":{}},"_":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"52":{"tf":1.0},"57":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":13,"docs":{"12":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"33":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.7320508075688772},"49":{"tf":1.0},"51":{"tf":1.0},"56":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":5,"docs":{"12":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.0},"64":{"tf":1.7320508075688772},"9":{"tf":1.7320508075688772}}},"i":{"c":{"df":1,"docs":{"56":{"tf":1.0}}},"df":0,"docs":{}}},"y":{"df":5,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"32":{"tf":1.0},"57":{"tf":1.0},"63":{"tf":1.0}}}},"d":{":":{":":{"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":4,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{":":{":":{"a":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"56":{"tf":1.0}}},"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":{":":{":":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"21":{"tf":1.0},"42":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"29":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"63":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":3,"docs":{"12":{"tf":1.0},"49":{"tf":1.0},"64":{"tf":1.0}}}},"r":{"df":2,"docs":{"56":{"tf":1.0},"57":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"64":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"26":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"56":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"b":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"61":{"tf":1.4142135623730951}}}}}},"u":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"25":{"tf":1.0},"29":{"tf":1.4142135623730951},"31":{"tf":1.0}}}},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"6":{"tf":1.0}}}}},"df":6,"docs":{"0":{"tf":1.4142135623730951},"17":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"31":{"tf":1.4142135623730951},"64":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"0":{"tf":1.0},"64":{"tf":1.0}}}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"4":{"tf":1.0},"49":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"40":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"16":{"tf":1.0},"27":{"tf":1.0},"60":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"13":{"tf":1.0},"22":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"63":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"62":{"tf":1.0}}}}}}},"n":{"c":{"df":5,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"35":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"63":{"tf":1.0},"7":{"tf":1.0}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"28":{"tf":1.0},"29":{"tf":1.0},"33":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":8,"docs":{"20":{"tf":1.4142135623730951},"27":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"49":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":2.23606797749979},"9":{"tf":1.4142135623730951}}}}}}}},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"46":{"tf":1.0}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"3":{"0":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"56":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":4,"docs":{"17":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"49":{"tf":1.0}}}}},"d":{"df":3,"docs":{"20":{"tf":1.0},"41":{"tf":1.0},"47":{"tf":1.0}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":3,"docs":{"22":{"tf":1.0},"3":{"tf":1.4142135623730951},"61":{"tf":1.0}}},"r":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"42":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"21":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"=":{"9":{"0":{"9":{"1":{"df":1,"docs":{"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":35,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.0},"11":{"tf":1.0},"15":{"tf":2.0},"16":{"tf":1.7320508075688772},"17":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"3":{"tf":1.7320508075688772},"31":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.4142135623730951},"49":{"tf":1.0},"5":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"64":{"tf":1.0},"8":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"53":{"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":{"52":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"51":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"{":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":4,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"57":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"56":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"56":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"54":{"tf":1.0}}},"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":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"27":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{":":{":":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":3,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":3,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"{":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{":":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":2,"docs":{"46":{"tf":1.0},"47":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"7":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"13":{"tf":1.0},"36":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}}}}},"i":{"df":1,"docs":{"7":{"tf":1.0}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"e":{"df":14,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":1.0},"32":{"tf":1.7320508075688772},"38":{"tf":1.0},"42":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.4142135623730951},"7":{"tf":2.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}},"r":{"df":1,"docs":{"29":{"tf":1.4142135623730951}}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"15":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"32":{"tf":1.0},"34":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"29":{"tf":1.0}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":21,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"28":{"tf":1.0},"34":{"tf":1.7320508075688772},"36":{"tf":1.0},"4":{"tf":1.7320508075688772},"46":{"tf":1.0},"49":{"tf":1.7320508075688772},"54":{"tf":1.0},"56":{"tf":1.4142135623730951},"59":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951},"8":{"tf":1.0}},"y":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"g":{"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":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"56":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"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":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"61":{"tf":1.0},"64":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":3,"docs":{"15":{"tf":1.0},"41":{"tf":1.0},"59":{"tf":1.0}}},"k":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":15,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.4142135623730951},"4":{"tf":1.7320508075688772},"41":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0},"64":{"tf":1.4142135623730951},"8":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"55":{"tf":1.0},"61":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":19,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"21":{"tf":1.0},"25":{"tf":2.0},"26":{"tf":2.0},"27":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"64":{"tf":1.7320508075688772},"7":{"tf":1.0},"8":{"tf":1.4142135623730951},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"64":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"64":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"16":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"42":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"19":{"tf":1.0},"31":{"tf":1.0},"4":{"tf":1.0},"64":{"tf":1.4142135623730951}}}}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"30":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":2,"docs":{"22":{"tf":1.0},"61":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"37":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}}},"x":{"df":1,"docs":{"7":{"tf":1.0}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"64":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"37":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"25":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.4142135623730951},"49":{"tf":1.0},"51":{"tf":1.0},"64":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"57":{"tf":1.0},"62":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":2,"docs":{"59":{"tf":1.0},"62":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"17":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"16":{"tf":1.0},"43":{"tf":1.0}}}},"df":21,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":2.23606797749979},"25":{"tf":2.23606797749979},"26":{"tf":2.23606797749979},"27":{"tf":2.23606797749979},"29":{"tf":1.4142135623730951},"30":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.0},"56":{"tf":2.23606797749979},"57":{"tf":1.7320508075688772},"59":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"19":{"tf":1.0},"61":{"tf":1.0},"9":{"tf":1.7320508075688772}},"s":{"(":{"1":{"0":{"df":2,"docs":{"25":{"tf":1.0},"27":{"tf":1.0}}},"5":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"z":{"df":2,"docs":{"56":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"16":{"tf":1.0}}}},"x":{"df":0,"docs":{},"o":{"df":1,"docs":{"64":{"tf":1.4142135623730951}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"62":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"2":{"df":4,"docs":{"25":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"3":{"df":3,"docs":{"24":{"tf":1.0},"26":{"tf":1.0},"8":{"tf":1.0}}},"4":{"df":1,"docs":{"27":{"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":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"46":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":18,"docs":{"0":{"tf":2.0},"13":{"tf":1.0},"17":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.4142135623730951},"32":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"49":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"61":{"tf":1.4142135623730951},"63":{"tf":1.0},"64":{"tf":2.0}}},"df":0,"docs":{}},"u":{"df":2,"docs":{"31":{"tf":1.0},"64":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"34":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"64":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"46":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"!":{"[":{"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":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":1,"docs":{"56":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":1,"docs":{"56":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"10":{"tf":1.0},"63":{"tf":1.0}},"f":{"df":2,"docs":{"13":{"tf":1.0},"33":{"tf":1.0}},"i":{"df":6,"docs":{"20":{"tf":1.0},"29":{"tf":1.0},"42":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"i":{"a":{"df":2,"docs":{"0":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"16":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"[":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"64":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"21":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":2.23606797749979}},"e":{"df":0,"docs":{},"t":{"df":13,"docs":{"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"64":{"tf":1.0}},"s":{"(":{"2":{"0":{"df":2,"docs":{"25":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}},"3":{"0":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"30":{"tf":1.0}}}},"y":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":1,"docs":{"12":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"21":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"61":{"tf":1.0},"64":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"62":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":10,"docs":{"10":{"tf":1.0},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"20":{"tf":1.0},"36":{"tf":1.0},"49":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":4,"docs":{"39":{"tf":1.0},"51":{"tf":1.0},"58":{"tf":1.0},"62":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"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":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"2":{"0":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"0":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":1,"docs":{"10":{"tf":1.0}}},"6":{"0":{"df":3,"docs":{"10":{"tf":1.0},"25":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"9":{"0":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"64":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"0":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"32":{"tf":1.0},"9":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"33":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":3,"docs":{"3":{"tf":1.0},"43":{"tf":1.0},"6":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"59":{"tf":1.7320508075688772}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":35,"docs":{"1":{"tf":1.0},"12":{"tf":2.23606797749979},"13":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.7320508075688772},"18":{"tf":1.4142135623730951},"19":{"tf":2.0},"20":{"tf":2.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"31":{"tf":1.0},"36":{"tf":1.4142135623730951},"4":{"tf":1.7320508075688772},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"49":{"tf":2.23606797749979},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":2.23606797749979},"57":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.7320508075688772},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"64":{"tf":2.23606797749979}},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"d":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"45":{"tf":1.0},"5":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"e":{"df":1,"docs":{"63":{"tf":1.0}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":2,"docs":{"30":{"tf":1.0},"64":{"tf":1.0}}}}}}}},"breadcrumbs":{"root":{"0":{".":{"9":{"df":2,"docs":{"10":{"tf":1.4142135623730951},"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"2":{"7":{".":{"0":{".":{"0":{".":{"1":{"df":1,"docs":{"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"35":{"tf":1.0},"45":{"tf":1.4142135623730951}},"–":{"3":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}}},"2":{"7":{"df":2,"docs":{"10":{"tf":1.0},"7":{"tf":1.0}}},"df":3,"docs":{"10":{"tf":1.0},"35":{"tf":1.0},"64":{"tf":1.0}},"s":{"df":3,"docs":{"10":{"tf":1.4142135623730951},"63":{"tf":1.0},"7":{"tf":1.0}}}},"3":{"0":{"df":1,"docs":{"7":{"tf":1.0}}},"df":1,"docs":{"35":{"tf":1.0}}},"4":{"df":1,"docs":{"35":{"tf":1.0}},"–":{"5":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}}},"5":{"df":1,"docs":{"7":{"tf":1.0}}},"6":{"0":{"df":2,"docs":{"45":{"tf":1.0},"7":{"tf":1.4142135623730951}}},"df":0,"docs":{},"–":{"7":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}}},"9":{"0":{"9":{"0":{"df":1,"docs":{"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":4,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"56":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"a":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"64":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"64":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"49":{"tf":1.0},"56":{"tf":1.0},"64":{"tf":1.4142135623730951},"8":{"tf":1.0}}}},"v":{"df":9,"docs":{"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.0},"4":{"tf":1.4142135623730951},"49":{"tf":1.0},"56":{"tf":1.0},"7":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"19":{"tf":1.0},"21":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"59":{"tf":1.0}}}}},"d":{"df":4,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"64":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"46":{"tf":1.0},"51":{"tf":1.0}}}}}}},"df":6,"docs":{"49":{"tf":1.0},"51":{"tf":1.7320508075688772},"52":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"55":{"tf":1.0}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"23":{"tf":1.0},"61":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":10,"docs":{"28":{"tf":1.7320508075688772},"29":{"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},"42":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"31":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"52":{"tf":1.0}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"62":{"tf":1.0}}}}}}}}}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":4,"docs":{"17":{"tf":1.0},"21":{"tf":1.4142135623730951},"36":{"tf":1.0},"63":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":10,"docs":{"10":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}}}}},"df":2,"docs":{"22":{"tf":1.0},"64":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"10":{"tf":1.0},"63":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.7320508075688772}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"27":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":5,"docs":{"60":{"tf":1.7320508075688772},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":8,"docs":{"20":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"26":{"tf":1.7320508075688772},"27":{"tf":1.7320508075688772},"6":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951},"8":{"tf":2.23606797749979}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"2":{"tf":1.0},"34":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"63":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"4":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"47":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":8,"docs":{"28":{"tf":1.7320508075688772},"29":{"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}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"15":{"tf":1.0},"35":{"tf":1.0},"49":{"tf":1.0},"59":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":14,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.4142135623730951},"34":{"tf":1.0},"42":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0},"57":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}}}},"t":{"df":3,"docs":{"16":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"0":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{":":{":":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"56":{"tf":1.0},"57":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"56":{"tf":1.0},"57":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":7,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"51":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"49":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":6,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"17":{"tf":1.7320508075688772},"36":{"tf":1.0},"5":{"tf":1.0}}}}},"o":{"df":1,"docs":{"64":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":17,"docs":{"0":{"tf":1.4142135623730951},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"36":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.4142135623730951},"47":{"tf":1.0},"49":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.7320508075688772},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"22":{"tf":1.0},"42":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}}},"b":{"(":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"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":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.0},"59":{"tf":1.0}}},"df":0,"docs":{}}}}},"d":{"df":4,"docs":{"10":{"tf":1.0},"31":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"39":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":4,"docs":{"22":{"tf":1.0},"37":{"tf":1.0},"64":{"tf":1.0},"7":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"49":{"tf":1.0},"52":{"tf":1.0},"57":{"tf":1.0}}}}}},"i":{"c":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}}}},"df":1,"docs":{"4":{"tf":1.0}},"e":{"c":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":6,"docs":{"22":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.4142135623730951}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"41":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":10,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"31":{"tf":1.7320508075688772},"36":{"tf":1.0},"40":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"64":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"22":{"tf":1.7320508075688772},"38":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"43":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":8,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"33":{"tf":1.0},"42":{"tf":1.0}}}}},"df":3,"docs":{"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"b":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"2":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":6,"docs":{"0":{"tf":1.4142135623730951},"17":{"tf":1.0},"19":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":2.23606797749979},"9":{"tf":1.0}}},"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":21,"docs":{"0":{"tf":1.0},"10":{"tf":2.23606797749979},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.4142135623730951},"32":{"tf":2.449489742783178},"33":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":2.0},"64":{"tf":2.8284271247461903},"7":{"tf":3.1622776601683795},"9":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"e":{"df":2,"docs":{"32":{"tf":1.0},"64":{"tf":1.0}},"e":{"d":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"0":{"tf":1.0},"1":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"18":{"tf":1.0},"20":{"tf":1.0},"26":{"tf":1.0},"43":{"tf":1.0},"61":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"35":{"tf":1.0},"49":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":4,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"13":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"a":{"d":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"9":{"tf":1.0}}}}}}},"u":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":15,"docs":{"12":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"61":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":3,"docs":{"3":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0}}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":5,"docs":{"21":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0},"56":{"tf":1.7320508075688772},"58":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"z":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"31":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}},"c":{"(":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}},"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":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"9":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"32":{"tf":1.0},"62":{"tf":1.4142135623730951},"64":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"l":{"df":2,"docs":{"58":{"tf":1.0},"64":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"56":{"tf":1.0}}}}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"28":{"tf":1.0},"49":{"tf":1.0},"59":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"36":{"tf":1.0},"49":{"tf":1.0},"63":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":3,"docs":{"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"62":{"tf":1.0}}}}},"df":1,"docs":{"4":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"64":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"1":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.0},"59":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"64":{"tf":1.0}}},"df":0,"docs":{}}}},"df":4,"docs":{"0":{"tf":1.0},"19":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":2.23606797749979}}}}}},"o":{"df":11,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"27":{"tf":2.0},"61":{"tf":1.0},"62":{"tf":1.7320508075688772},"63":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951},"8":{"tf":2.449489742783178}},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"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":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"49":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.7320508075688772}}}},"c":{"df":0,"docs":{},"k":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":19,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"42":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"64":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"42":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"22":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"17":{"tf":1.4142135623730951},"22":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0},"62":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}}}}},"i":{"df":9,"docs":{"13":{"tf":1.0},"22":{"tf":1.7320508075688772},"33":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":2.449489742783178},"7":{"tf":1.0}},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"42":{"tf":1.0},"47":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"54":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"62":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":6,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.0},"64":{"tf":1.0}},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"r":{"df":9,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0},"49":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"61":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"|":{"df":2,"docs":{"56":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":4,"docs":{"51":{"tf":1.0},"56":{"tf":1.7320508075688772},"57":{"tf":1.7320508075688772},"59":{"tf":1.0}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"21":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":2.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":13,"docs":{"1":{"tf":1.0},"13":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.7320508075688772},"40":{"tf":1.7320508075688772},"42":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"64":{"tf":1.0}},"—":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"49":{"tf":1.0}}}}}}}}}}}},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"10":{"tf":1.4142135623730951}},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"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":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"47":{"tf":1.0}}}}}}}}},"df":4,"docs":{"20":{"tf":1.0},"32":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"14":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"4":{"tf":1.0},"49":{"tf":1.0},"64":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"41":{"tf":1.4142135623730951},"61":{"tf":1.0},"62":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"22":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"18":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"3":{"tf":1.0},"64":{"tf":1.4142135623730951}}},"s":{"df":14,"docs":{"0":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.4142135623730951},"4":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.4142135623730951},"49":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"=":{"1":{"df":0,"docs":{},"x":{"1":{"df":1,"docs":{"46":{"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":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"46":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"=":{"1":{"2":{"7":{".":{"0":{".":{"0":{".":{"1":{"df":1,"docs":{"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"=":{"1":{"df":1,"docs":{"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":3,"docs":{"27":{"tf":1.0},"43":{"tf":1.7320508075688772},"64":{"tf":1.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":{"27":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":2,"docs":{"2":{"tf":1.0},"36":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"8":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"20":{"tf":1.0},"61":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"4":{"tf":1.0},"49":{"tf":1.0},"57":{"tf":1.0},"64":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"3":{"tf":1.0},"63":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":4,"docs":{"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"r":{"df":10,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"42":{"tf":1.0},"49":{"tf":1.0},"54":{"tf":1.0},"59":{"tf":1.4142135623730951},"61":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"df":4,"docs":{"30":{"tf":1.0},"32":{"tf":1.0},"57":{"tf":1.4142135623730951},"62":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":8,"docs":{"0":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.7320508075688772},"25":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.4142135623730951},"7":{"tf":1.0}}}}}},"i":{"d":{"df":1,"docs":{"51":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.0},"37":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"53":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"45":{"tf":1.0}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"m":{"df":4,"docs":{"15":{"tf":1.0},"32":{"tf":1.0},"47":{"tf":1.4142135623730951},"59":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"39":{"tf":1.0},"46":{"tf":1.0},"64":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"1":{"tf":1.0},"43":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"17":{"tf":1.0},"18":{"tf":1.7320508075688772},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.7320508075688772},"61":{"tf":1.4142135623730951}}}},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"0":{"tf":1.7320508075688772},"49":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":2,"docs":{"20":{"tf":1.0},"64":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"64":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"48":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":8,"docs":{"19":{"tf":1.4142135623730951},"27":{"tf":1.0},"29":{"tf":1.0},"35":{"tf":1.0},"42":{"tf":1.0},"49":{"tf":1.0},"62":{"tf":1.4142135623730951},"64":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"39":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":3,"docs":{"12":{"tf":1.0},"49":{"tf":1.0},"64":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"49":{"tf":1.0},"59":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":10,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.7320508075688772},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.7320508075688772},"34":{"tf":1.0},"59":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"64":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"36":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"21":{"tf":1.0},"23":{"tf":1.0},"61":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"15":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"26":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"48":{"tf":1.0},"59":{"tf":2.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"17":{"tf":1.0},"64":{"tf":1.4142135623730951},"8":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":4,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{}}}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"64":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"x":{"df":2,"docs":{"56":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":3,"docs":{"32":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"55":{"tf":1.0}}}}}}}},"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"[":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"12":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"a":{"_":{"a":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":8,"docs":{"0":{"tf":2.23606797749979},"22":{"tf":1.0},"26":{"tf":2.23606797749979},"34":{"tf":1.0},"35":{"tf":1.0},"54":{"tf":1.0},"64":{"tf":2.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"t":{"a":{"df":13,"docs":{"0":{"tf":2.0},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"4":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.4142135623730951},"63":{"tf":1.0},"64":{"tf":2.23606797749979}}},"df":0,"docs":{}}},"df":2,"docs":{"12":{"tf":1.0},"4":{"tf":1.0}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":3,"docs":{"38":{"tf":1.0},"46":{"tf":1.0},"8":{"tf":1.0}},"g":{"df":2,"docs":{"11":{"tf":1.0},"60":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"12":{"tf":1.0},"17":{"tf":1.0}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"r":{"df":8,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"3":{"tf":1.0},"49":{"tf":1.0},"6":{"tf":1.7320508075688772},"64":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"48":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"58":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":10,"docs":{"10":{"tf":1.4142135623730951},"21":{"tf":1.0},"45":{"tf":2.0},"46":{"tf":1.7320508075688772},"49":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.4142135623730951},"8":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"17":{"tf":1.0},"49":{"tf":1.0},"61":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"20":{"tf":1.0},"21":{"tf":1.0},"61":{"tf":1.0}}}}}}},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"29":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"35":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"a":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":9,"docs":{"16":{"tf":1.0},"29":{"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},"59":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":17,"docs":{"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"33":{"tf":2.449489742783178},"36":{"tf":2.0},"4":{"tf":1.7320508075688772},"40":{"tf":1.0},"49":{"tf":1.4142135623730951},"59":{"tf":1.0},"6":{"tf":1.0},"64":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"(":{"&":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"51":{"tf":1.0},"56":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":6,"docs":{"16":{"tf":1.0},"18":{"tf":1.4142135623730951},"3":{"tf":1.0},"4":{"tf":1.0},"49":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"49":{"tf":1.0},"64":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"13":{"tf":1.7320508075688772},"31":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"11":{"tf":1.0},"8":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}}}}}}},"v":{"df":1,"docs":{"46":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":16,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"48":{"tf":1.7320508075688772},"49":{"tf":2.23606797749979},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"14":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"63":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"38":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"64":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"39":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"60":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":3,"docs":{"0":{"tf":1.0},"54":{"tf":1.0},"64":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"42":{"tf":1.0},"48":{"tf":1.0}},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"32":{"tf":1.0}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":10,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"39":{"tf":1.4142135623730951},"4":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.7320508075688772},"46":{"tf":1.4142135623730951},"47":{"tf":1.0},"59":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"22":{"tf":1.0},"31":{"tf":1.0},"59":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"\'":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"33":{"tf":1.7320508075688772}},"f":{"df":0,"docs":{},"t":{"df":2,"docs":{"32":{"tf":2.0},"7":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"27":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"[":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}},"df":8,"docs":{"12":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0},"56":{"tf":1.0}},"n":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"p":{"/":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"31":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"l":{"df":6,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.0},"51":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.7320508075688772}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":14,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"49":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":2.23606797749979},"7":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":3,"docs":{"12":{"tf":1.0},"57":{"tf":1.0},"64":{"tf":1.4142135623730951}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"56":{"tf":1.7320508075688772},"57":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}},"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":9,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"64":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"56":{"tf":1.0}}}}}}},"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"12":{"tf":1.0}}}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":6,"docs":{"13":{"tf":1.0},"16":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"4":{"tf":1.0},"64":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"42":{"tf":1.0}}}}},"s":{"df":1,"docs":{"39":{"tf":1.0}},"i":{"df":1,"docs":{"17":{"tf":1.0}}}}},"df":2,"docs":{"12":{"tf":1.0},"4":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"64":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"b":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"3":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"0":{"tf":1.0},"21":{"tf":1.0},"46":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"27":{"tf":1.0},"8":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"d":{"df":4,"docs":{"16":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"42":{"tf":1.0},"53":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"10":{"tf":1.0},"35":{"tf":1.0},"49":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"15":{"tf":1.0},"3":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":5,"docs":{"10":{"tf":1.4142135623730951},"17":{"tf":1.0},"49":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":7,"docs":{"0":{"tf":1.0},"29":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.0},"49":{"tf":1.4142135623730951},"54":{"tf":1.0},"64":{"tf":1.4142135623730951}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":24,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"3":{"tf":1.4142135623730951},"36":{"tf":1.7320508075688772},"37":{"tf":1.4142135623730951},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"59":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.4142135623730951}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"51":{"tf":1.0}}}}}}},"r":{"(":{"\\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"56":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"52":{"tf":1.0},"62":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"2":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"a":{"df":0,"docs":{},"l":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":8,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0},"57":{"tf":1.0},"64":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"53":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":3,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":25,"docs":{"15":{"tf":1.0},"23":{"tf":1.7320508075688772},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.7320508075688772},"29":{"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},"43":{"tf":1.0},"44":{"tf":1.4142135623730951},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":1.0},"55":{"tf":1.7320508075688772},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"64":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"12":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.0},"64":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"64":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"r":{"df":6,"docs":{"0":{"tf":1.4142135623730951},"17":{"tf":1.0},"3":{"tf":1.0},"45":{"tf":1.0},"61":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951}},"s":{"(":{"0":{"df":2,"docs":{"24":{"tf":1.0},"25":{"tf":1.0}}},"1":{"df":3,"docs":{"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"2":{"df":3,"docs":{"26":{"tf":1.0},"27":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":6,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"59":{"tf":1.0},"64":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":7,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"56":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":36,"docs":{"1":{"tf":1.0},"12":{"tf":2.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":2.0},"19":{"tf":1.0},"20":{"tf":2.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.7320508075688772},"32":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.4142135623730951},"4":{"tf":1.7320508075688772},"41":{"tf":1.7320508075688772},"42":{"tf":1.0},"49":{"tf":2.23606797749979},"51":{"tf":1.0},"52":{"tf":1.4142135623730951},"55":{"tf":2.0},"56":{"tf":2.23606797749979},"57":{"tf":2.23606797749979},"58":{"tf":1.4142135623730951},"59":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.4142135623730951},"64":{"tf":2.23606797749979},"7":{"tf":2.449489742783178},"9":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"64":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"61":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"47":{"tf":1.0},"52":{"tf":1.0}}}},"s":{"df":2,"docs":{"47":{"tf":1.0},"51":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"47":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"—":{"a":{"d":{"df":0,"docs":{},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"20":{"tf":1.0},"21":{"tf":1.0},"61":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":9,"docs":{"13":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.4142135623730951},"50":{"tf":1.7320508075688772},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"64":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"16":{"tf":1.0}}}}}}},"}":{"\\"":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"57":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"f":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"15":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"12":{"tf":1.0},"51":{"tf":1.0},"63":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":9,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"31":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.4142135623730951},"47":{"tf":1.0},"53":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}},"k":{"df":0,"docs":{},"e":{"df":2,"docs":{"29":{"tf":1.0},"33":{"tf":1.0}}}},"l":{"df":0,"docs":{},"s":{"df":4,"docs":{"10":{"tf":1.0},"42":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}}}},"q":{"df":1,"docs":{"63":{"tf":1.7320508075688772}}},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"33":{"tf":1.0},"38":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"58":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"43":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"22":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"33":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":1,"docs":{"32":{"tf":1.0}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"22":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":2,"docs":{"45":{"tf":1.0},"46":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"45":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"32":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"45":{"tf":1.0},"63":{"tf":1.0}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"17":{"tf":1.0},"52":{"tf":1.0},"57":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0},"8":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"63":{"tf":1.0}}}}}}}}}},"t":{"df":6,"docs":{"15":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0},"55":{"tf":1.0}}},"x":{"df":3,"docs":{"63":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"36":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0}}},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"62":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"47":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":3,"docs":{"13":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"59":{"tf":1.0},"61":{"tf":1.0}}}}}}},"n":{"df":10,"docs":{"10":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"56":{"tf":2.449489742783178},"57":{"tf":2.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"o":{"c":{"df":0,"docs":{},"u":{"df":1,"docs":{"6":{"tf":1.0}},"s":{"df":3,"docs":{"0":{"tf":1.0},"15":{"tf":1.0},"42":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"36":{"tf":1.0},"4":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"t":{"!":{"(":{"\\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"4":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":13,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"2":{"tf":1.7320508075688772},"21":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"46":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"51":{"tf":1.0},"52":{"tf":1.0}}}}}}}}}}},"df":22,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.4142135623730951},"2":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.4142135623730951},"4":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.7320508075688772},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"59":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"61":{"tf":1.0},"64":{"tf":1.0},"7":{"tf":1.4142135623730951}},"’":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"3":{"tf":1.0},"33":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":7,"docs":{"0":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"8":{"tf":1.0}}}}}}},"d":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"g":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"3":{"tf":1.0},"62":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"41":{"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":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"51":{"tf":1.0},"56":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":8,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"34":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"49":{"tf":1.0},"56":{"tf":1.0},"64":{"tf":1.4142135623730951}}}}},"t":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"56":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"43":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"1":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"64":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"17":{"tf":1.0},"22":{"tf":1.0}}}},"df":0,"docs":{},"o":{"d":{"df":6,"docs":{"10":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"17":{"tf":1.0},"22":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"45":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"1":{"6":{"df":1,"docs":{"64":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":1,"docs":{"64":{"tf":1.0}}}},"w":{"df":1,"docs":{"58":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"14":{"tf":1.0},"49":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{}}},"df":35,"docs":{"1":{"tf":1.0},"14":{"tf":1.7320508075688772},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"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}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"31":{"tf":1.0}}}},"n":{"d":{"df":1,"docs":{"12":{"tf":1.0}},"l":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"r":{"d":{"df":1,"docs":{"8":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"17":{"tf":1.0},"4":{"tf":1.0},"64":{"tf":1.0},"9":{"tf":1.7320508075688772}},"i":{"df":2,"docs":{"20":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":1,"docs":{"5":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"42":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.7320508075688772}}}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"0":{"tf":1.0},"57":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":9,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"30":{"tf":1.0},"4":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"13":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"59":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"59":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"i":{"[":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"20":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"a":{"df":9,"docs":{"29":{"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},"56":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"56":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"i":{"df":34,"docs":{"14":{"tf":1.7320508075688772},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"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}},"i":{"df":12,"docs":{"48":{"tf":1.7320508075688772},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":3,"docs":{"23":{"tf":1.0},"28":{"tf":1.0},"55":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"43":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"64":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.7320508075688772}}}},"l":{"df":2,"docs":{"56":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"59":{"tf":1.0}}}}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":7,"docs":{"0":{"tf":1.0},"22":{"tf":1.0},"43":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":7,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"\\"":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"56":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"c":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"45":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"3":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0},"64":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"12":{"tf":1.0},"21":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":3,"docs":{"20":{"tf":1.4142135623730951},"51":{"tf":1.0},"56":{"tf":1.4142135623730951}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"51":{"tf":1.0},"56":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"47":{"tf":1.0}}}}}}},"df":2,"docs":{"39":{"tf":1.0},"47":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"62":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"62":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":4,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"3":{"tf":1.0},"59":{"tf":1.0}}}},"n":{"d":{"df":4,"docs":{"17":{"tf":1.0},"49":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"28":{"tf":1.0},"31":{"tf":1.0}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.4142135623730951},"29":{"tf":1.0},"3":{"tf":1.0},"49":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":3,"docs":{"29":{"tf":1.0},"59":{"tf":1.7320508075688772},"9":{"tf":2.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"5":{"tf":1.0}}}}}},"v":{"df":5,"docs":{"32":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"7":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"8":{"tf":1.0}},"t":{"df":1,"docs":{"3":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":3,"docs":{"3":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"u":{"df":2,"docs":{"42":{"tf":1.0},"56":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.0},"38":{"tf":1.0}}}}},"v":{"df":5,"docs":{"60":{"tf":1.7320508075688772},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}}}},"j":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"g":{"df":4,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"49":{"tf":1.0},"64":{"tf":1.0}}}},"df":0,"docs":{}}},"k":{"8":{"df":7,"docs":{"16":{"tf":1.0},"22":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.7320508075688772},"63":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"47":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"64":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":18,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.7320508075688772},"22":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.4142135623730951}}}},"y":{"df":2,"docs":{"56":{"tf":1.0},"57":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"61":{"tf":1.4142135623730951}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"64":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.4142135623730951},"59":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"29":{"tf":1.0}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"32":{"tf":1.0},"49":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"29":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"21":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"38":{"tf":1.0},"64":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"26":{"tf":1.4142135623730951},"4":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"15":{"tf":1.7320508075688772},"21":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"54":{"tf":1.0},"61":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"64":{"tf":1.0}}}}},"df":0,"docs":{},"k":{"df":2,"docs":{"12":{"tf":1.0},"49":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.7320508075688772}}}}},"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"64":{"tf":1.0}}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"43":{"tf":1.0}}}},"t":{"df":1,"docs":{"3":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":13,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"29":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.7320508075688772},"59":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":2,"docs":{"12":{"tf":1.7320508075688772},"35":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"20":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":16,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.4142135623730951},"3":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.4142135623730951},"64":{"tf":1.7320508075688772},"9":{"tf":1.0}}}}},"o":{"a":{"d":{"df":3,"docs":{"25":{"tf":1.0},"30":{"tf":1.4142135623730951},"47":{"tf":1.0}},"e":{"d":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"47":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"=":{"2":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"=":{"1":{"2":{"0":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"=":{"3":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":2,"docs":{"43":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951}},"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":3,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":12,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"36":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"4":{"tf":1.0},"42":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"59":{"tf":1.0},"63":{"tf":1.0}}},"t":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":6,"docs":{"42":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.7320508075688772},"56":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.0}},"i":{"c":{"df":3,"docs":{"55":{"tf":1.0},"58":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{}},"s":{"/":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"47":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":5,"docs":{"10":{"tf":1.0},"17":{"tf":1.0},"49":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"31":{"tf":1.0},"63":{"tf":1.0}}},"p":{"df":3,"docs":{"22":{"tf":1.0},"38":{"tf":1.0},"6":{"tf":1.0}}},"s":{"df":1,"docs":{"15":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"64":{"tf":1.0}}}}}}},"w":{"df":1,"docs":{"30":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"r":{"df":2,"docs":{"12":{"tf":1.0},"4":{"tf":1.0}}},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"10":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"39":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":10,"docs":{"10":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"13":{"tf":1.0},"48":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":9,"docs":{"13":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"59":{"tf":1.0},"64":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}},"n":{"df":0,"docs":{},"i":{"df":6,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"49":{"tf":1.0},"61":{"tf":1.0}}},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"64":{"tf":1.0}}}}},"p":{"df":4,"docs":{"16":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0},"59":{"tf":1.0}}},"t":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"60":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"17":{"tf":1.0},"40":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}},"x":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"4":{"0":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":8,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"49":{"tf":1.0},"63":{"tf":1.0}}}}},"t":{"df":1,"docs":{"21":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"64":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"2":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"42":{"tf":1.0},"64":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"c":{"df":5,"docs":{"12":{"tf":1.0},"32":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"62":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"2":{"0":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"47":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"m":{"df":5,"docs":{"22":{"tf":1.0},"24":{"tf":1.4142135623730951},"38":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"10":{"tf":1.7320508075688772},"61":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"62":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":4,"docs":{"42":{"tf":1.0},"51":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0}}}},"x":{"df":2,"docs":{"62":{"tf":1.0},"8":{"tf":1.0}},"e":{"d":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"31":{"tf":1.4142135623730951}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"46":{"tf":1.0}},"l":{"df":8,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"30":{"tf":1.0},"49":{"tf":2.23606797749979},"59":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"35":{"tf":1.0}}}},"df":2,"docs":{"45":{"tf":1.0},"51":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"58":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"13":{"tf":1.0},"22":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":8,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.4142135623730951},"35":{"tf":1.7320508075688772},"39":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":4,"docs":{"22":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}}}}}}},"t":{"df":5,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"56":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"56":{"tf":1.0},"57":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"51":{"tf":1.0},"56":{"tf":1.0}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"df":2,"docs":{"30":{"tf":1.0},"9":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":8,"docs":{"21":{"tf":1.0},"3":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.0},"63":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"g":{"df":3,"docs":{"31":{"tf":1.0},"42":{"tf":1.0},"64":{"tf":1.0}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":7,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":12,"docs":{"0":{"tf":1.7320508075688772},"15":{"tf":1.0},"17":{"tf":1.0},"29":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"4":{"tf":1.0},"49":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"33":{"tf":1.0},"64":{"tf":1.0}}}}},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"56":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":8,"docs":{"28":{"tf":1.0},"49":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.7320508075688772},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"64":{"tf":1.0}}}}},"o":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"53":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":23,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"12":{"tf":1.0},"15":{"tf":1.7320508075688772},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"2":{"tf":1.0},"27":{"tf":1.4142135623730951},"29":{"tf":1.0},"3":{"tf":1.4142135623730951},"33":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.4142135623730951},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.7320508075688772},"49":{"tf":1.0},"51":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.4142135623730951},"62":{"tf":1.7320508075688772},"64":{"tf":2.23606797749979}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":2,"docs":{"22":{"tf":1.0},"8":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"df":9,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.7320508075688772},"33":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.0},"64":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"=":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"46":{"tf":1.0}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"45":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"42":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"=":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"e":{",":{"d":{"a":{"=":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"45":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"=":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":2,"docs":{"45":{"tf":1.0},"46":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"42":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"46":{"tf":1.0}},"e":{"=":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":2,"docs":{"46":{"tf":1.0},"47":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"27":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"p":{"df":2,"docs":{"63":{"tf":1.0},"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"21":{"tf":1.0},"45":{"tf":1.4142135623730951},"7":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"[":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":17,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"49":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"64":{"tf":1.7320508075688772},"9":{"tf":1.4142135623730951}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"22":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"49":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"12":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"59":{"tf":1.0},"61":{"tf":1.0}}}}}},"k":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"\\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"56":{"tf":1.0},"57":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":5,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"56":{"tf":1.0}}},"n":{"c":{"df":3,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"49":{"tf":1.0}}},"df":4,"docs":{"15":{"tf":1.0},"3":{"tf":1.0},"41":{"tf":1.0},"54":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"40":{"tf":1.0}}}}},"p":{"df":1,"docs":{"64":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":14,"docs":{"0":{"tf":1.0},"17":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"42":{"tf":2.23606797749979},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}}}},"t":{"df":2,"docs":{"21":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"12":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"53":{"tf":1.0}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":10,"docs":{"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"49":{"tf":1.0},"59":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"64":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"21":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0}}}}}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.4142135623730951}}}}},"df":1,"docs":{"29":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"p":{"df":1,"docs":{"42":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":9,"docs":{"12":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0},"64":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"3":{"tf":1.0},"6":{"tf":1.4142135623730951},"9":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"38":{"tf":1.0},"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"46":{"tf":1.0}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.7320508075688772}}}}}}}}}},"p":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"12":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"29":{"tf":1.0}}},"k":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"16":{"tf":1.0},"59":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":3,"docs":{"1":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"34":{"tf":1.0},"4":{"tf":1.0},"54":{"tf":1.0},"64":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"31":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"64":{"tf":1.0}}}}},"t":{"df":63,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.7320508075688772},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.7320508075688772},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"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},"4":{"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.7320508075688772},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.7320508075688772},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":5,"docs":{"0":{"tf":1.0},"19":{"tf":1.0},"54":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":1.0}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"36":{"tf":1.0},"47":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":1,"docs":{"12":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"19":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":3,"docs":{"15":{"tf":1.0},"21":{"tf":2.449489742783178},"22":{"tf":1.0}}}}}}}},"df":3,"docs":{"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"29":{"tf":1.0}}}},"r":{"df":5,"docs":{"21":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.0},"64":{"tf":1.4142135623730951},"7":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":3,"docs":{"0":{"tf":1.4142135623730951},"4":{"tf":1.0},"64":{"tf":1.4142135623730951}}}}}},"i":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"64":{"tf":1.0}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"30":{"tf":1.4142135623730951},"35":{"tf":3.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":7,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"5":{"tf":1.7320508075688772},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"34":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"15":{"tf":1.0},"16":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"35":{"tf":1.4142135623730951},"39":{"tf":1.0}}}}}}}},"l":{"a":{"df":0,"docs":{},"n":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"[":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":21,"docs":{"1":{"tf":1.0},"12":{"tf":2.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"20":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":2.0},"37":{"tf":1.4142135623730951},"4":{"tf":1.0},"41":{"tf":1.0},"49":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"42":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"u":{"df":1,"docs":{"0":{"tf":1.0}},"g":{"df":1,"docs":{"55":{"tf":1.0}},"g":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"13":{"tf":1.0},"18":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"d":{"df":1,"docs":{"64":{"tf":1.0}}},"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"64":{"tf":1.0}},"e":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":5,"docs":{"38":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"3":{"tf":1.0}}}},"df":0,"docs":{}},"df":3,"docs":{"39":{"tf":1.0},"46":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"32":{"tf":1.0},"35":{"tf":1.0},"49":{"tf":1.0},"64":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"14":{"tf":1.0},"22":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"9":{"tf":1.0}}}}},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"64":{"tf":1.0}}}}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"15":{"tf":1.0},"59":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"36":{"tf":1.4142135623730951},"42":{"tf":2.0},"47":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0}}}}}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}},"t":{"df":3,"docs":{"22":{"tf":1.0},"54":{"tf":1.0},"62":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"64":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"36":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":2.0}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.4142135623730951}}}}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"11":{"tf":1.0},"5":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"o":{"b":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":8,"docs":{"17":{"tf":1.0},"21":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0},"59":{"tf":1.0},"64":{"tf":1.0}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":6,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"64":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":7,"docs":{"0":{"tf":1.0},"20":{"tf":1.0},"33":{"tf":1.0},"53":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.4142135623730951},"7":{"tf":1.7320508075688772}},"t":{"df":4,"docs":{"10":{"tf":1.0},"24":{"tf":1.0},"28":{"tf":1.0},"64":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":8,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"29":{"tf":1.4142135623730951},"3":{"tf":1.0},"49":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"46":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"43":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"o":{"df":0,"docs":{},"f":{"df":2,"docs":{"46":{"tf":1.0},"64":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"34":{"tf":1.0},"64":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":9,"docs":{"0":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"21":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":2.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"10":{"tf":1.0},"56":{"tf":1.0}},"r":{"df":1,"docs":{"42":{"tf":1.0}}}},"i":{"d":{"df":4,"docs":{"33":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":6,"docs":{"12":{"tf":1.4142135623730951},"36":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"49":{"tf":1.0},"64":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"41":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"56":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"b":{"df":2,"docs":{"56":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"0":{"tf":1.0},"64":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"63":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"18":{"tf":1.0},"3":{"tf":1.0}}}}}}}},"q":{"a":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"43":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}}}}}},"r":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"12":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"34":{"tf":1.4142135623730951},"8":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"(":{"3":{"df":1,"docs":{"27":{"tf":1.0}}},"5":{"df":5,"docs":{"25":{"tf":1.0},"26":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":12,"docs":{"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"30":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"64":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"12":{"tf":1.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"56":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"56":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"l":{"df":4,"docs":{"41":{"tf":1.0},"56":{"tf":1.7320508075688772},"57":{"tf":1.4142135623730951},"64":{"tf":1.0}},"e":{"df":0,"docs":{},"—":{"a":{"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":11,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"27":{"tf":1.0},"33":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"42":{"tf":1.7320508075688772},"53":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.4142135623730951}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"59":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":4,"docs":{"0":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"55":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"1":{"tf":1.0},"3":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"63":{"tf":1.0},"64":{"tf":1.0},"7":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"22":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"19":{"tf":1.0},"63":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":2,"docs":{"13":{"tf":1.0},"21":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":14,"docs":{"48":{"tf":1.7320508075688772},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":2.0},"60":{"tf":1.0},"64":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"36":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"47":{"tf":1.0}}}}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"64":{"tf":1.0}}},"x":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":1,"docs":{"7":{"tf":1.0}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"22":{"tf":1.0},"53":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"20":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"49":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":5,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.4142135623730951},"43":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":10,"docs":{"19":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.4142135623730951},"46":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":7,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"27":{"tf":2.0},"31":{"tf":1.0},"63":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"12":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":4,"docs":{"16":{"tf":1.0},"4":{"tf":1.0},"49":{"tf":1.0},"64":{"tf":1.4142135623730951}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":9,"docs":{"12":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"27":{"tf":1.4142135623730951},"35":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951},"8":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":9,"docs":{"22":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"36":{"tf":1.0},"5":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":3,"docs":{"0":{"tf":1.0},"64":{"tf":1.0},"9":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":6,"docs":{"12":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"52":{"tf":1.0},"56":{"tf":1.0},"64":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"15":{"tf":1.4142135623730951},"21":{"tf":1.0},"52":{"tf":1.0},"59":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":3,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"63":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"58":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"10":{"tf":1.0},"63":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":7,"docs":{"0":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"49":{"tf":1.0},"59":{"tf":1.0},"64":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"64":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"c":{"df":1,"docs":{"56":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"51":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.7320508075688772},"57":{"tf":1.4142135623730951}}}}}}}}},"df":29,"docs":{"1":{"tf":1.0},"10":{"tf":2.0},"12":{"tf":1.7320508075688772},"13":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.7320508075688772},"20":{"tf":1.0},"22":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":2.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":2.23606797749979},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"42":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"46":{"tf":1.7320508075688772},"47":{"tf":1.0},"49":{"tf":2.0},"5":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.7320508075688772},"63":{"tf":1.4142135623730951},"64":{"tf":2.449489742783178},"7":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":3,"docs":{"30":{"tf":1.0},"51":{"tf":1.0},"56":{"tf":1.4142135623730951}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":4,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":29,"docs":{"12":{"tf":1.7320508075688772},"13":{"tf":1.4142135623730951},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"36":{"tf":1.7320508075688772},"37":{"tf":2.0},"38":{"tf":1.7320508075688772},"39":{"tf":1.7320508075688772},"4":{"tf":1.7320508075688772},"40":{"tf":1.7320508075688772},"41":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"45":{"tf":1.7320508075688772},"46":{"tf":1.7320508075688772},"47":{"tf":1.7320508075688772},"49":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.7320508075688772},"59":{"tf":1.7320508075688772},"62":{"tf":1.7320508075688772},"63":{"tf":1.7320508075688772},"64":{"tf":2.0}},"’":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"41":{"tf":1.0}},"{":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"41":{"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":{},"i":{"df":0,"docs":{},"m":{"df":6,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0},"49":{"tf":1.0},"59":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"41":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"55":{"tf":1.7320508075688772},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"54":{"tf":1.0}},"t":{"df":0,"docs":{},"y":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"64":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"m":{"df":0,"docs":{},"e":{"df":6,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"36":{"tf":1.4142135623730951},"59":{"tf":1.0},"63":{"tf":1.4142135623730951},"64":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"42":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":4,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":7,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.7320508075688772}}}}}}}},"df":0,"docs":{}}}}},"df":31,"docs":{"1":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.7320508075688772},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":2.23606797749979},"16":{"tf":1.7320508075688772},"17":{"tf":2.23606797749979},"18":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":2.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":2.0},"36":{"tf":2.23606797749979},"37":{"tf":1.0},"4":{"tf":1.7320508075688772},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"49":{"tf":2.6457513110645907},"5":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":2.23606797749979},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":2.0},"63":{"tf":1.7320508075688772},"64":{"tf":2.23606797749979},"8":{"tf":1.0}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"30":{"tf":1.0},"40":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"42":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":5,"docs":{"22":{"tf":1.0},"30":{"tf":1.0},"45":{"tf":1.0},"64":{"tf":1.4142135623730951},"7":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"d":{"df":8,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"49":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0}}},"df":5,"docs":{"17":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.0},"43":{"tf":1.0},"49":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{}},"f":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"56":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":3,"docs":{"21":{"tf":1.0},"56":{"tf":1.7320508075688772},"57":{"tf":1.7320508075688772}}}},"n":{"d":{"df":4,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"8":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"35":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"32":{"tf":1.0}}},"v":{"df":1,"docs":{"59":{"tf":1.0}},"i":{"c":{"df":5,"docs":{"0":{"tf":1.0},"39":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":10,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"61":{"tf":1.4142135623730951},"64":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"16":{"tf":1.0},"39":{"tf":1.0},"62":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":18,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.0},"4":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"55":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":8,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0},"49":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.7320508075688772}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"0":{"tf":1.0},"10":{"tf":1.4142135623730951},"63":{"tf":1.0}}}},"w":{"df":4,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"28":{"tf":1.0},"55":{"tf":1.0}}}}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":14,"docs":{"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"36":{"tf":1.4142135623730951},"4":{"tf":1.0},"42":{"tf":1.4142135623730951},"47":{"tf":1.0},"53":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.7320508075688772},"9":{"tf":2.0}},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"47":{"tf":1.0}}},"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":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"24":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951}},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"29":{"tf":1.4142135623730951},"33":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":3,"docs":{"12":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0}}}}},"t":{"df":1,"docs":{"15":{"tf":1.0}}},"z":{"df":0,"docs":{},"e":{"df":1,"docs":{"9":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":4,"docs":{"10":{"tf":1.4142135623730951},"63":{"tf":1.0},"64":{"tf":1.7320508075688772},"7":{"tf":2.23606797749979}}},"w":{"df":3,"docs":{"29":{"tf":1.0},"62":{"tf":1.0},"7":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"43":{"tf":1.0}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"17":{"tf":1.0},"3":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":8,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"38":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"52":{"tf":1.0},"57":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"3":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"31":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":1,"docs":{"64":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":8,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"35":{"tf":1.0},"42":{"tf":1.0},"5":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":1.0},"7":{"tf":1.0}},"i":{"df":2,"docs":{"17":{"tf":1.0},"64":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"e":{"d":{"df":2,"docs":{"22":{"tf":1.0},"37":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"64":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"39":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"35":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"62":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"22":{"tf":1.0},"62":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"56":{"tf":1.0}}}}}}},"df":0,"docs":{}},"_":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"52":{"tf":1.0},"57":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":13,"docs":{"12":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"33":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.7320508075688772},"49":{"tf":1.0},"51":{"tf":1.0},"56":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":5,"docs":{"12":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.0},"64":{"tf":1.7320508075688772},"9":{"tf":1.7320508075688772}}},"i":{"c":{"df":1,"docs":{"56":{"tf":1.0}}},"df":0,"docs":{}}},"y":{"df":5,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"32":{"tf":1.0},"57":{"tf":1.4142135623730951},"63":{"tf":1.0}}}},"d":{":":{":":{"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":4,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{":":{":":{"a":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"56":{"tf":1.0}}},"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":{":":{":":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"21":{"tf":1.0},"42":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"29":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"63":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":3,"docs":{"12":{"tf":1.0},"49":{"tf":1.0},"64":{"tf":1.0}}}},"r":{"df":2,"docs":{"56":{"tf":1.0},"57":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"64":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"26":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"56":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"b":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"61":{"tf":1.4142135623730951}}}}}},"u":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"25":{"tf":1.0},"29":{"tf":1.4142135623730951},"31":{"tf":1.0}}}},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"6":{"tf":1.0}}}}},"df":6,"docs":{"0":{"tf":1.4142135623730951},"17":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"31":{"tf":1.4142135623730951},"64":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"0":{"tf":1.0},"64":{"tf":1.0}}}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"4":{"tf":1.0},"49":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"40":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"16":{"tf":1.0},"27":{"tf":1.0},"60":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"13":{"tf":1.0},"22":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"63":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"62":{"tf":1.0}}}}}}},"n":{"c":{"df":5,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"35":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"63":{"tf":1.0},"7":{"tf":1.0}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"28":{"tf":1.0},"29":{"tf":1.4142135623730951},"33":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":8,"docs":{"20":{"tf":1.4142135623730951},"27":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"49":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":2.23606797749979},"9":{"tf":1.4142135623730951}}}}}}}},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"46":{"tf":1.0}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"3":{"0":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"56":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":4,"docs":{"17":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.7320508075688772},"63":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"49":{"tf":1.0}}}}},"d":{"df":3,"docs":{"20":{"tf":1.0},"41":{"tf":1.0},"47":{"tf":1.0}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":3,"docs":{"22":{"tf":1.0},"3":{"tf":1.4142135623730951},"61":{"tf":1.0}}},"r":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"42":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"21":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"=":{"9":{"0":{"9":{"1":{"df":1,"docs":{"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":38,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.4142135623730951},"15":{"tf":2.0},"16":{"tf":1.7320508075688772},"17":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"3":{"tf":1.7320508075688772},"31":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.4142135623730951},"49":{"tf":1.0},"5":{"tf":2.0},"51":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"6":{"tf":1.7320508075688772},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"64":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.7320508075688772},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"53":{"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":{"52":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"51":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"{":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":4,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"57":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"56":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"56":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"54":{"tf":1.0}}},"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":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"27":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{":":{":":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":3,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":3,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"{":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{":":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":2,"docs":{"46":{"tf":1.0},"47":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"7":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"13":{"tf":1.0},"36":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}}}}},"i":{"df":1,"docs":{"7":{"tf":1.0}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"e":{"df":14,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":1.0},"32":{"tf":1.7320508075688772},"38":{"tf":1.0},"42":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.4142135623730951},"7":{"tf":2.449489742783178}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}},"r":{"df":1,"docs":{"29":{"tf":1.4142135623730951}}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"15":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"32":{"tf":1.0},"34":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"29":{"tf":1.0}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":21,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"28":{"tf":1.0},"34":{"tf":2.0},"36":{"tf":1.0},"4":{"tf":1.7320508075688772},"46":{"tf":1.0},"49":{"tf":1.7320508075688772},"54":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"59":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951},"8":{"tf":1.0}},"y":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"g":{"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":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"56":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"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":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"61":{"tf":1.0},"64":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":3,"docs":{"15":{"tf":1.0},"41":{"tf":1.0},"59":{"tf":1.0}}},"k":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":15,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.7320508075688772},"4":{"tf":1.7320508075688772},"41":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0},"64":{"tf":1.4142135623730951},"8":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"55":{"tf":1.0},"61":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":19,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"21":{"tf":1.0},"25":{"tf":2.23606797749979},"26":{"tf":2.23606797749979},"27":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"64":{"tf":1.7320508075688772},"7":{"tf":1.0},"8":{"tf":1.4142135623730951},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"64":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"64":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"16":{"tf":1.7320508075688772}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"42":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"19":{"tf":1.0},"31":{"tf":1.0},"4":{"tf":1.0},"64":{"tf":1.4142135623730951}}}}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.7320508075688772}}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"30":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":2,"docs":{"22":{"tf":1.0},"61":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"37":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}}},"x":{"df":1,"docs":{"7":{"tf":1.0}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"64":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"37":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"25":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.4142135623730951},"49":{"tf":1.0},"51":{"tf":1.0},"64":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"57":{"tf":1.0},"62":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":2,"docs":{"59":{"tf":1.0},"62":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"17":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"16":{"tf":1.0},"43":{"tf":1.4142135623730951}}}},"df":21,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":2.23606797749979},"25":{"tf":2.23606797749979},"26":{"tf":2.23606797749979},"27":{"tf":2.23606797749979},"29":{"tf":1.4142135623730951},"30":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.0},"56":{"tf":2.23606797749979},"57":{"tf":1.7320508075688772},"59":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"df":36,"docs":{"14":{"tf":1.7320508075688772},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"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},"61":{"tf":1.0},"9":{"tf":1.7320508075688772}},"s":{"(":{"1":{"0":{"df":2,"docs":{"25":{"tf":1.0},"27":{"tf":1.0}}},"5":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"z":{"df":2,"docs":{"56":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"16":{"tf":1.0}}}},"x":{"df":0,"docs":{},"o":{"df":1,"docs":{"64":{"tf":1.4142135623730951}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"62":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"2":{"df":4,"docs":{"25":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"3":{"df":3,"docs":{"24":{"tf":1.0},"26":{"tf":1.0},"8":{"tf":1.0}}},"4":{"df":1,"docs":{"27":{"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":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"46":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":18,"docs":{"0":{"tf":2.0},"13":{"tf":1.0},"17":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.4142135623730951},"32":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"49":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"61":{"tf":1.4142135623730951},"63":{"tf":1.0},"64":{"tf":2.0}}},"df":0,"docs":{}},"u":{"df":2,"docs":{"31":{"tf":1.0},"64":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"34":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"64":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"46":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"!":{"[":{"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":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":1,"docs":{"56":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":1,"docs":{"56":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"10":{"tf":1.0},"63":{"tf":1.0}},"f":{"df":2,"docs":{"13":{"tf":1.0},"33":{"tf":1.0}},"i":{"df":6,"docs":{"20":{"tf":1.0},"29":{"tf":1.0},"42":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"i":{"a":{"df":2,"docs":{"0":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"16":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"[":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"64":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"21":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":2.449489742783178}},"e":{"df":0,"docs":{},"t":{"df":13,"docs":{"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"64":{"tf":1.0}},"s":{"(":{"2":{"0":{"df":2,"docs":{"25":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}},"3":{"0":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"30":{"tf":1.4142135623730951}}}},"y":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":1,"docs":{"12":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"21":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"61":{"tf":1.0},"64":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"62":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":10,"docs":{"10":{"tf":1.4142135623730951},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"20":{"tf":1.0},"36":{"tf":1.0},"49":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":4,"docs":{"39":{"tf":1.0},"51":{"tf":1.0},"58":{"tf":1.4142135623730951},"62":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"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":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"2":{"0":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"0":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":1,"docs":{"10":{"tf":1.0}}},"6":{"0":{"df":3,"docs":{"10":{"tf":1.0},"25":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"9":{"0":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"64":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"0":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"32":{"tf":1.0},"9":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"33":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":3,"docs":{"3":{"tf":1.0},"43":{"tf":1.0},"6":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"59":{"tf":1.7320508075688772}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":36,"docs":{"1":{"tf":1.0},"12":{"tf":2.23606797749979},"13":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.7320508075688772},"18":{"tf":2.0},"19":{"tf":2.449489742783178},"20":{"tf":2.23606797749979},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"25":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"28":{"tf":1.0},"29":{"tf":1.7320508075688772},"30":{"tf":1.7320508075688772},"31":{"tf":1.0},"36":{"tf":1.4142135623730951},"4":{"tf":1.7320508075688772},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"49":{"tf":2.23606797749979},"51":{"tf":1.7320508075688772},"52":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":2.0},"56":{"tf":2.6457513110645907},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.7320508075688772},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"64":{"tf":2.23606797749979}},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"15":{"tf":2.0},"16":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"d":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"45":{"tf":1.0},"5":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"e":{"df":1,"docs":{"63":{"tf":1.0}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":2,"docs":{"30":{"tf":1.0},"64":{"tf":1.0}}}}}}}},"title":{"root":{"a":{"d":{"df":4,"docs":{"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"60":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"28":{"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":{"17":{"tf":1.0}}}}}}}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"31":{"tf":1.0}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"z":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"31":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":2,"docs":{"27":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":1,"docs":{"43":{"tf":1.0}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"41":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"39":{"tf":1.0},"46":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"57":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"24":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"61":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"61":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"32":{"tf":1.0},"33":{"tf":1.0}}}}}}}},"d":{"a":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"33":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"48":{"tf":1.0},"49":{"tf":1.0}}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"39":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"33":{"tf":1.0}},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"l":{"df":1,"docs":{"61":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":4,"docs":{"23":{"tf":1.0},"28":{"tf":1.0},"44":{"tf":1.0},"55":{"tf":1.0}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"18":{"tf":1.0},"20":{"tf":1.0},"32":{"tf":1.0},"41":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}}}}},"f":{"a":{"df":0,"docs":{},"q":{"df":1,"docs":{"63":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"50":{"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":{"34":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"64":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"14":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"54":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"i":{"df":1,"docs":{"14":{"tf":1.0}},"i":{"df":1,"docs":{"48":{"tf":1.0}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"59":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"v":{"df":1,"docs":{"60":{"tf":1.0}}}},"k":{"8":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"24":{"tf":1.0}}}}},"o":{"a":{"d":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"38":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"10":{"tf":1.0}}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"31":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"49":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"35":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"29":{"tf":1.0}}}}}}},"w":{"df":1,"docs":{"55":{"tf":1.0}}}}},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"9":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"42":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"14":{"tf":1.0},"2":{"tf":1.0},"48":{"tf":1.0},"60":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"35":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}}}}}}},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"35":{"tf":1.0}}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"o":{"b":{"df":0,"docs":{},"e":{"df":1,"docs":{"56":{"tf":1.0}}}},"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"56":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"48":{"tf":1.0},"59":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"n":{"df":4,"docs":{"10":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"44":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":6,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"49":{"tf":1.0},"62":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"24":{"tf":1.0},"56":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"29":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"tf":1.0}}}}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"7":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"34":{"tf":1.0},"54":{"tf":1.0}}}}}}}},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"25":{"tf":1.0},"26":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":1,"docs":{"16":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}}}},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"30":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"10":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"58":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":9,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"51":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"lang":"English","pipeline":["trimmer","stopWordFilter","stemmer"],"ref":"id","version":"0.9.5"},"results_options":{"limit_results":30,"teaser_word_count":30},"search_options":{"bool":"OR","expand":true,"fields":{"body":{"boost":1},"breadcrumbs":{"boost":1},"title":{"boost":2}}}}')); \ No newline at end of file diff --git a/docs/searchindex-dbe13d61.js b/docs/searchindex-dbe13d61.js new file mode 100644 index 0000000..1e67118 --- /dev/null +++ b/docs/searchindex-dbe13d61.js @@ -0,0 +1 @@ +window.search = Object.assign(window.search, JSON.parse('{"doc_urls":["project-context-primer.html#project-context-primer","what-you-will-learn.html#what-you-will-learn","part-i.html#part-i--foundations","introduction.html#introduction","architecture-overview.html#architecture-overview","testing-philosophy.html#testing-philosophy","scenario-lifecycle.html#scenario-lifecycle-conceptual","design-rationale.html#design-rationale","part-ii.html#part-ii--user-guide","workspace-layout.html#workspace-layout","annotated-tree.html#annotated-tree","authoring-scenarios.html#authoring-scenarios","workloads.html#core-content-workloads--expectations","workloads.html#workloads","workloads.html#expectations","scenario-builder-ext-patterns.html#core-content-scenariobuilderext-patterns","best-practices.html#best-practices","examples.html#examples","examples.html#simple-2-validator-transaction-workload","examples.html#da--transaction-workload","examples.html#chaos--liveness-check","examples-advanced.html#advanced--artificial-examples","examples-advanced.html#synthetic-delay-workload-network-latency-simulation","examples-advanced.html#oscillating-load-workload-traffic-waves","examples-advanced.html#byzantine-behavior-mock","examples-advanced.html#custom-expectation-block-finality-drift","examples-advanced.html#custom-deployer-dry-run-deployer","examples-advanced.html#stochastic-topology-generator","examples-advanced.html#multi-phase-scenario-pipelines","running-scenarios.html#running-scenarios","runners.html#runners","runners.html#local-runner","runners.html#docker-compose-runner","runners.html#kubernetes-runner","runners.html#common-expectations","operations.html#operations","part-iii.html#part-iii--developer-reference","scenario-model.html#scenario-model-developer-level","extending.html#extending-the-framework","extending.html#adding-a-workload","extending.html#adding-an-expectation","extending.html#adding-a-runner","extending.html#adding-topology-helpers","custom-workload-example.html#example-new-workload--expectation-rust","custom-workload-example.html#workload-simple-reachability-probe","custom-workload-example.html#expectation-confirm-the-target-stayed-reachable","custom-workload-example.html#how-to-wire-it","internal-crate-reference.html#internal-crate-reference","part-iv.html#part-iv--appendix","dsl-cheat-sheet.html#core-content-dsl-cheat-sheet","troubleshooting.html#troubleshooting-scenarios","faq.html#faq","glossary.html#glossary"],"index":{"documentStore":{"docInfo":{"0":{"body":67,"breadcrumbs":6,"title":3},"1":{"body":26,"breadcrumbs":2,"title":1},"10":{"body":59,"breadcrumbs":8,"title":2},"11":{"body":101,"breadcrumbs":8,"title":2},"12":{"body":18,"breadcrumbs":12,"title":4},"13":{"body":38,"breadcrumbs":9,"title":1},"14":{"body":59,"breadcrumbs":9,"title":1},"15":{"body":84,"breadcrumbs":12,"title":4},"16":{"body":96,"breadcrumbs":8,"title":2},"17":{"body":14,"breadcrumbs":6,"title":1},"18":{"body":49,"breadcrumbs":10,"title":5},"19":{"body":51,"breadcrumbs":8,"title":3},"2":{"body":10,"breadcrumbs":4,"title":2},"20":{"body":61,"breadcrumbs":8,"title":3},"21":{"body":19,"breadcrumbs":10,"title":3},"22":{"body":56,"breadcrumbs":13,"title":6},"23":{"body":67,"breadcrumbs":12,"title":5},"24":{"body":50,"breadcrumbs":10,"title":3},"25":{"body":58,"breadcrumbs":12,"title":5},"26":{"body":61,"breadcrumbs":12,"title":5},"27":{"body":53,"breadcrumbs":10,"title":3},"28":{"body":68,"breadcrumbs":11,"title":4},"29":{"body":75,"breadcrumbs":8,"title":2},"3":{"body":84,"breadcrumbs":4,"title":1},"30":{"body":20,"breadcrumbs":6,"title":1},"31":{"body":16,"breadcrumbs":7,"title":2},"32":{"body":23,"breadcrumbs":8,"title":3},"33":{"body":17,"breadcrumbs":7,"title":2},"34":{"body":48,"breadcrumbs":7,"title":2},"35":{"body":135,"breadcrumbs":6,"title":1},"36":{"body":10,"breadcrumbs":8,"title":4},"37":{"body":134,"breadcrumbs":12,"title":4},"38":{"body":0,"breadcrumbs":8,"title":2},"39":{"body":28,"breadcrumbs":8,"title":2},"4":{"body":170,"breadcrumbs":6,"title":2},"40":{"body":23,"breadcrumbs":8,"title":2},"41":{"body":31,"breadcrumbs":8,"title":2},"42":{"body":20,"breadcrumbs":9,"title":3},"43":{"body":19,"breadcrumbs":14,"title":5},"44":{"body":117,"breadcrumbs":13,"title":4},"45":{"body":64,"breadcrumbs":14,"title":5},"46":{"body":24,"breadcrumbs":10,"title":1},"47":{"body":91,"breadcrumbs":10,"title":3},"48":{"body":10,"breadcrumbs":6,"title":3},"49":{"body":84,"breadcrumbs":11,"title":5},"5":{"body":96,"breadcrumbs":6,"title":2},"50":{"body":86,"breadcrumbs":7,"title":2},"51":{"body":99,"breadcrumbs":5,"title":1},"52":{"body":88,"breadcrumbs":5,"title":1},"6":{"body":159,"breadcrumbs":8,"title":3},"7":{"body":68,"breadcrumbs":6,"title":2},"8":{"body":10,"breadcrumbs":8,"title":4},"9":{"body":94,"breadcrumbs":8,"title":2}},"docs":{"0":{"body":"This book focuses on the Nomos Testing Framework. It assumes familiarity with\\nthe Nomos architecture, but for completeness, here is a short primer. Nomos is a modular blockchain protocol composed of validators, executors,\\nand a data-availability (DA) subsystem. Validators participate in consensus and produce blocks. Executors run application logic or off-chain computations referenced by\\nblocks. Data Availability (DA) ensures that data referenced in blocks is\\npublished and retrievable, including blobs or channel data used by workloads. These roles interact tightly, which is why meaningful testing must be performed\\nin multi-node environments that include real networking, timing, and DA\\ninteraction.","breadcrumbs":"Project Context Primer » Project Context Primer","id":"0","title":"Project Context Primer"},"1":{"body":"This book gives you a clear mental model for Nomos multi-node testing, shows how\\nto author scenarios that pair realistic workloads with explicit expectations,\\nand guides you to run them across local, containerized, and cluster environments\\nwithout changing the plan.","breadcrumbs":"What You Will Learn » What You Will Learn","id":"1","title":"What You Will Learn"},"10":{"body":"High-level view of the workspace and how pieces relate: nomos-testing/\\n├─ testing-framework/\\n│ ├─ configs/ # shared configuration helpers\\n│ ├─ core/ # scenario model, runtime, topology\\n│ ├─ workflows/ # workloads, expectations, DSL extensions\\n│ └─ runners/ # local, compose, k8s deployment backends\\n├─ tests/ # integration scenarios using the framework\\n└─ scripts/ # supporting setup utilities (e.g., assets) Each area maps to a responsibility: describe configs, orchestrate scenarios,\\npackage common traffic and assertions, adapt to environments, and demonstrate\\nend-to-end usage.","breadcrumbs":"Part II — User Guide » Annotated Tree » Annotated Tree","id":"10","title":"Annotated Tree"},"11":{"body":"Creating a scenario is a declarative exercise: Shape the topology: decide how many validators and executors to run, and\\nwhat high-level network and data-availability characteristics matter for the\\ntest. Attach workloads: pick traffic generators that align with your goals\\n(transactions, data-availability blobs, or chaos for resilience probes). Define expectations: specify the health signals that must hold when the\\nrun finishes (e.g., consensus liveness, inclusion of submitted activity; see Core Content: Workloads & Expectations). Set duration: choose a run window long enough to observe meaningful\\nblock progression and the effects of your workloads. Choose a runner: target local processes for fast iteration, Docker\\nCompose for reproducible multi-node stacks, or Kubernetes for cluster-grade\\nvalidation. For environment considerations, see Operations. Keep scenarios small and explicit: make the intended behavior and the success\\ncriteria clear so failures are easy to interpret and act upon.","breadcrumbs":"Part II — User Guide » Authoring Scenarios » Authoring Scenarios","id":"11","title":"Authoring Scenarios"},"12":{"body":"Workloads describe the activity a scenario generates; expectations describe the\\nsignals that must hold when that activity completes. Both are pluggable so\\nscenarios stay readable and purpose-driven.","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Core Content: Workloads & Expectations","id":"12","title":"Core Content: Workloads & Expectations"},"13":{"body":"Transaction workload: submits user-level transactions at a configurable\\nrate and can limit how many distinct actors participate. Data-availability workload: drives blob and channel activity to exercise\\ndata-availability paths. Chaos workload: triggers controlled node restarts to test resilience and\\nrecovery behaviors (requires a runner that can control nodes).","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Workloads","id":"13","title":"Workloads"},"14":{"body":"Consensus liveness: verifies the system continues to produce blocks in\\nline with the planned workload and timing window. Workload-specific checks: each workload can attach its own success\\ncriteria (e.g., inclusion of submitted activity) so scenarios remain concise. Together, workloads and expectations let you express both the pressure applied\\nto the system and the definition of “healthy” for that run. Mermaid view (pipeline): flowchart TD I[\\"Inputs: topology + wallets + rates\\"] Init[\\"Workload init\\"] Drive[\\"Drive traffic\\"] Collect[\\"Collect signals\\"] Eval[\\"Expectations evaluate\\"] I --> Init --> Drive --> Collect --> Eval","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Expectations","id":"14","title":"Expectations"},"15":{"body":"Patterns that keep scenarios readable and reusable: Topology-first: start by shaping the cluster (counts, layout) so later\\nsteps inherit a clear foundation. Bundle defaults: use the DSL helpers to attach common expectations (like\\nliveness) whenever you add a matching workload, reducing forgotten checks. Intentional rates: express traffic in per-block terms to align with\\nprotocol timing rather than wall-clock assumptions. Opt-in chaos: enable restart patterns only in scenarios meant to probe\\nresilience; keep functional smoke tests deterministic. Wallet clarity: seed only the number of actors you need; it keeps\\ntransaction scenarios deterministic and interpretable. These patterns make scenario definitions self-explanatory while staying aligned\\nwith the framework’s block-oriented timing model.","breadcrumbs":"Part II — User Guide » Core Content: ScenarioBuilderExt Patterns » Core Content: ScenarioBuilderExt Patterns","id":"15","title":"Core Content: ScenarioBuilderExt Patterns"},"16":{"body":"State your intent: document the goal of each scenario (throughput, DA\\nvalidation, resilience) so expectation choices are obvious. Keep runs meaningful: choose durations that allow multiple blocks and make\\ntiming-based assertions trustworthy. Separate concerns: start with deterministic workloads for functional\\nchecks; add chaos in dedicated resilience scenarios to avoid noisy failures. Reuse patterns: standardize on shared topology and workload presets so\\nresults are comparable across environments and teams. Observe first, tune second: rely on liveness and inclusion signals to\\ninterpret outcomes before tweaking rates or topology. Environment fit: pick runners that match the feedback loop you need—local\\nfor speed, compose for reproducible stacks, k8s for cluster-grade fidelity. Minimal surprises: seed only necessary wallets and keep configuration\\ndeltas explicit when moving between CI and developer machines.","breadcrumbs":"Part II — User Guide » Best Practices » Best Practices","id":"16","title":"Best Practices"},"17":{"body":"Concrete scenario shapes that illustrate how to combine topologies, workloads,\\nand expectations. Adjust counts, rates, and durations to fit your environment.","breadcrumbs":"Part II — User Guide » Examples » Examples","id":"17","title":"Examples"},"18":{"body":"Topology: two validators. Workload: transaction submissions at a modest per-block rate with a small\\nset of wallet actors. Expectations: consensus liveness and inclusion of submitted activity. When to use: smoke tests for consensus and transaction flow on minimal\\nhardware. Setup (Rust): use std::time::Duration;\\nuse testing_framework_core::scenario::ScenarioBuilder; let plan = ScenarioBuilder::with_node_counts(2, 0) .transactions() .rate(3) .users(4) .apply() .with_run_duration(Duration::from_secs(60)) .expect_consensus_liveness() .build();\\n// deploy with your runner of choice (local/compose/k8s) and run","breadcrumbs":"Part II — User Guide » Examples » Simple 2-validator transaction workload","id":"18","title":"Simple 2-validator transaction workload"},"19":{"body":"Topology: validators plus executors if available. Workloads: data-availability blobs/channels and transactions running\\ntogether to stress both paths. Expectations: consensus liveness and workload-level inclusion/availability\\nchecks. When to use: end-to-end coverage of transaction and DA layers in one run. Setup (Rust): use std::time::Duration;\\nuse testing_framework_core::scenario::ScenarioBuilder; let plan = ScenarioBuilder::with_node_counts(2, 1) .transactions() .rate(5) .users(8) .apply() .da() .channel_rate(1) .blob_rate(1) .apply() .with_run_duration(Duration::from_secs(90)) .expect_consensus_liveness() .build();","breadcrumbs":"Part II — User Guide » Examples » DA + transaction workload","id":"19","title":"DA + transaction workload"},"2":{"body":"Conceptual chapters that establish the mental model for the framework and how\\nit approaches multi-node testing.","breadcrumbs":"Part I — Foundations » Part I — Foundations","id":"2","title":"Part I — Foundations"},"20":{"body":"Topology: validators (optionally executors) with node control enabled. Workloads: baseline traffic (transactions or DA) plus chaos restarts on\\nselected roles. Expectations: consensus liveness to confirm the system keeps progressing\\ndespite restarts; workload-specific inclusion if traffic is present. When to use: resilience validation and operational readiness drills. Setup (Rust): use std::time::Duration;\\nuse testing_framework_core::scenario::ScenarioBuilder;\\nuse testing_framework_workflows::workloads::transaction; let plan = ScenarioBuilder::with_node_counts(2, 1) .enable_node_control() .transactions() .rate(3) .users(4) .apply() .chaos_random_restart() .min_delay(Duration::from_secs(45)) .max_delay(Duration::from_secs(75)) .target_cooldown(Duration::from_secs(120)) .apply() .with_run_duration(Duration::from_secs(120)) .expect_consensus_liveness() .build();","breadcrumbs":"Part II — User Guide » Examples » Chaos + liveness check","id":"20","title":"Chaos + liveness check"},"21":{"body":"These illustrative scenarios stretch the framework to show how to build new\\nworkloads, expectations, deployers, and topology tricks. They are intentionally\\n“synthetic” to teach capabilities rather than prescribe production tests.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Advanced & Artificial Examples","id":"21","title":"Advanced & Artificial Examples"},"22":{"body":"Idea: inject fake latency between node interactions using internal timers,\\nnot OS-level tooling. Demonstrates: sequencing control inside a workload, verifying protocol\\nprogression under induced lag, using timers to pace submissions. Shape: wrap submissions in delays that mimic slow peers; ensure the\\nexpectation checks blocks still progress. Setup (Rust): use testing_framework_core::scenario::ScenarioBuilder;\\n// SyntheticDelayWorkload is a custom workload you implement. let plan = ScenarioBuilder::with_node_counts(2, 0) .with_workload(SyntheticDelayWorkload::new(Duration::from_millis(200))) .expect_consensus_liveness() .with_run_duration(Duration::from_secs(90)) .build();","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Synthetic Delay Workload (Network Latency Simulation)","id":"22","title":"Synthetic Delay Workload (Network Latency Simulation)"},"23":{"body":"Idea: traffic rate changes every block or N seconds (e.g., blocks 1–3 low,\\n4–5 high, 6–7 zero, repeat). Demonstrates: dynamic, stateful workloads that use RunMetrics to time\\nphases; modeling real-world burstiness. Shape: schedule per-phase rates; confirm inclusion/liveness across peaks\\nand troughs. Setup (Rust): use testing_framework_core::scenario::ScenarioBuilder;\\n// OscillatingLoadWorkload is a custom workload you implement with phased rates. let plan = ScenarioBuilder::with_node_counts(2, 1) .with_workload( OscillatingLoadWorkload::new() .low(2) // blocks 1-3 .high(8) // blocks 4-5 .idle() // blocks 6-7 ) .expect_consensus_liveness() .with_run_duration(Duration::from_secs(120)) .build();","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Oscillating Load Workload (Traffic Waves)","id":"23","title":"Oscillating Load Workload (Traffic Waves)"},"24":{"body":"Idea: a workload that drops half its planned submissions, sometimes\\ndouble-submits, and intentionally triggers expectation failures. Demonstrates: negative testing, resilience checks, and the value of clear\\nexpectations when behavior is adversarial by design. Shape: parameterize drop/double-submit probabilities; pair with an\\nexpectation that documents what “bad” looks like. Setup (Rust): use testing_framework_core::scenario::ScenarioBuilder;\\n// ByzantineMockWorkload and ByzantineExpectation are custom components you write. let plan = ScenarioBuilder::with_node_counts(2, 0) .with_workload(ByzantineMockWorkload::new().drop_rate(0.5).double_rate(0.1)) .with_expectation(ByzantineExpectation::new()) .with_run_duration(Duration::from_secs(90)) .build();","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Byzantine Behavior Mock","id":"24","title":"Byzantine Behavior Mock"},"25":{"body":"Idea: assert the last few blocks differ and block time stays within a\\ntolerated drift budget. Demonstrates: consuming BlockFeed or time-series metrics to validate\\nprotocol cadence; crafting post-run assertions around block diversity and\\ntiming. Shape: collect recent blocks, confirm no duplicates, and compare observed\\nintervals to a drift threshold. Setup (Rust): use testing_framework_core::scenario::ScenarioBuilder;\\n// BlockFinalityDrift is a custom expectation you implement using BlockFeed/metrics. let plan = ScenarioBuilder::with_node_counts(2, 0) .expect_consensus_liveness() .with_expectation(BlockFinalityDrift::with_tolerance(Duration::from_secs(4))) .with_run_duration(Duration::from_secs(120)) .build();","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Custom Expectation: Block Finality Drift","id":"25","title":"Custom Expectation: Block Finality Drift"},"26":{"body":"Idea: a deployer that never starts nodes; it emits configs, simulates\\nreadiness, provides fake blockfeed/metrics. Demonstrates: full power of the deployer interface for CI dry-runs,\\nconfig verification, and ultra-fast feedback without Nomos binaries. Shape: produce logs/artifacts, stub readiness, and feed synthetic blocks\\nso expectations can still run. Setup (Rust): // DryRunDeployer is a custom deployer you implement to satisfy the Deployer trait.\\nuse testing_framework_core::scenario::ScenarioBuilder; let plan = ScenarioBuilder::with_node_counts(2, 0) .expect_consensus_liveness() .with_run_duration(Duration::from_secs(30)) .build(); let runner = DryRunDeployer::default().deploy(&plan).await?;\\nlet _handle = runner.run(&mut plan.clone()).await?;","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Custom Deployer: Dry-Run Deployer","id":"26","title":"Custom Deployer: Dry-Run Deployer"},"27":{"body":"Idea: topology parameters change at runtime (random validators, DA\\nsettings, network shapes). Demonstrates: randomized property testing and fuzzing approaches to\\ntopology building. Shape: pick roles and network layouts randomly per run; keep expectations\\ntolerant to variability while still asserting core liveness. Setup (Rust): use testing_framework_core::scenario::ScenarioBuilder;\\n// StochasticTopologyBuilder wraps ScenarioBuilder to randomize counts/layout. let plan = StochasticTopologyBuilder::new() .with_validator_range(1..=4) .with_executor_range(0..=2) .with_random_layouts() .finish() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(90)) .build();","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Stochastic Topology Generator","id":"27","title":"Stochastic Topology Generator"},"28":{"body":"Idea: scenario runs in phases (e.g., phase 1 transactions, phase 2 DA,\\nphase 3 restarts, phase 4 sync check). Demonstrates: multi-stage tests, modular scenario assembly, and deliberate\\nlifecycle control. Shape: drive phase-specific workloads/expectations sequentially; enforce\\nclear boundaries and post-phase checks. Setup (Rust): use std::time::Duration;\\nuse testing_framework_core::scenario::ScenarioBuilder; let plan = ScenarioBuilder::with_node_counts(2, 1) .transactions().rate(4).apply() // phase 1 .da().channel_rate(1).blob_rate(1).apply() // phase 2 .chaos_random_restart() // phase 3 .min_delay(Duration::from_secs(30)) .max_delay(Duration::from_secs(60)) .target_cooldown(Duration::from_secs(90)) .apply() .expect_consensus_liveness() // phase 4 check .with_run_duration(Duration::from_secs(180)) .build();","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Multi-Phase Scenario (“Pipelines”)","id":"28","title":"Multi-Phase Scenario (“Pipelines”)"},"29":{"body":"Running a scenario follows the same conceptual flow regardless of environment: Select or author a scenario plan that pairs a topology with workloads,\\nexpectations, and a suitable run window. Choose a runner aligned with your environment (local, compose, or k8s) and\\nensure its prerequisites are available. Deploy the plan through the runner; wait for readiness signals before\\nstarting workloads. Let workloads drive activity for the planned duration; keep observability\\nsignals visible so you can correlate outcomes. Evaluate expectations and capture results as the primary pass/fail signal. Use the same plan across different runners to compare behavior between local\\ndevelopment and CI or cluster settings. For environment prerequisites and\\nflags, see Operations.","breadcrumbs":"Part II — User Guide » Running Scenarios » Running Scenarios","id":"29","title":"Running Scenarios"},"3":{"body":"The Nomos Testing Framework is a purpose-built toolkit for exercising Nomos in\\nrealistic, multi-node environments. It solves the gap between small, isolated\\ntests and full-system validation by letting teams describe a cluster layout,\\ndrive meaningful traffic, and assert the outcomes in one coherent plan. It is for protocol engineers, infrastructure operators, and QA teams who need\\nrepeatable confidence that validators, executors, and data-availability\\ncomponents work together under network and timing constraints. Multi-node integration testing is required because many Nomos behaviors—block\\nprogress, data availability, liveness under churn—only emerge when several\\nroles interact over real networking and time. This framework makes those checks\\ndeclarative, observable, and portable across environments.","breadcrumbs":"Part I — Foundations » Introduction » Introduction","id":"3","title":"Introduction"},"30":{"body":"Runners turn a scenario plan into a live environment while keeping the plan\\nunchanged. Choose based on feedback speed, reproducibility, and fidelity. For\\nenvironment and operational considerations, see Operations:","breadcrumbs":"Part II — User Guide » Runners » Runners","id":"30","title":"Runners"},"31":{"body":"Launches node processes directly on the host. Fastest feedback loop and minimal orchestration overhead. Best for development-time iteration and debugging.","breadcrumbs":"Part II — User Guide » Runners » Local runner","id":"31","title":"Local runner"},"32":{"body":"Starts nodes in containers to provide a reproducible multi-node stack on a\\nsingle machine. Discovers service ports and wires observability for convenient inspection. Good balance between fidelity and ease of setup.","breadcrumbs":"Part II — User Guide » Runners » Docker Compose runner","id":"32","title":"Docker Compose runner"},"33":{"body":"Deploys nodes onto a cluster for higher-fidelity, longer-running scenarios. Suits CI or shared environments where cluster behavior and scheduling matter.","breadcrumbs":"Part II — User Guide » Runners » Kubernetes runner","id":"33","title":"Kubernetes runner"},"34":{"body":"All runners require at least one validator and, for transaction scenarios,\\naccess to seeded wallets. Readiness probes gate workload start so traffic begins only after nodes are\\nreachable. Environment flags can relax timeouts or increase tracing when diagnostics are\\nneeded. Mermaid view (runner abstraction): flowchart TD Plan[Scenario Plan] --> RunSel{Runner (local | compose | k8s)} RunSel --> Provision[Provision & readiness] Provision --> Runtime[Runtime + observability] Runtime --> Exec[Workloads & Expectations execute]","breadcrumbs":"Part II — User Guide » Runners » Common expectations","id":"34","title":"Common expectations"},"35":{"body":"Operational readiness focuses on prerequisites, environment fit, and clear\\nsignals: Prerequisites: keep a sibling nomos-node checkout available; ensure the\\nchosen runner’s platform needs are met (local binaries for host runs, Docker\\nfor compose, cluster access for k8s). Artifacts: some scenarios depend on prover or circuit assets; fetch them\\nahead of time with the provided helper scripts when needed. Environment flags: use slow-environment toggles to relax timeouts, enable\\ntracing when debugging, and adjust observability ports to avoid clashes. Readiness checks: verify runners report node readiness before starting\\nworkloads; this avoids false negatives from starting too early. Failure triage: map failures to missing prerequisites (wallet seeding,\\nnode control availability), runner platform issues, or unmet expectations.\\nStart with liveness signals, then dive into workload-specific assertions. Treat operational hygiene—assets present, prerequisites satisfied, observability\\nreachable—as the first step to reliable scenario outcomes. Mermaid view (metrics/observability flow): flowchart TD Expose[Runner exposes endpoints/ports] --> Collect[Runtime collects block/health signals] Collect --> Consume[Expectations consume signals and decide pass/fail] Consume --> Inspect[Operators inspect logs/metrics when failures arise]","breadcrumbs":"Part II — User Guide » Operations » Operations","id":"35","title":"Operations"},"36":{"body":"Deep dives for contributors who extend the framework, evolve its abstractions,\\nor maintain the crate set.","breadcrumbs":"Part III — Developer Reference » Part III — Developer Reference","id":"36","title":"Part III — Developer Reference"},"37":{"body":"The scenario model defines clear, composable responsibilities: Topology: a declarative description of the cluster—how many nodes, their\\nroles, and the broad network and data-availability characteristics. Validators\\nrun the nomos-node binary (consensus/block production); executors run the nomos-executor binary (consensus-aware executor service stack). The topology\\nrepresents the intended shape of the system under test. Scenario: a plan combining topology, workloads, expectations, and a run\\nwindow. Building a scenario validates prerequisites (like seeded wallets) and\\nensures the run lasts long enough to observe meaningful block progression. Workloads: asynchronous tasks that generate traffic or conditions. They\\nuse shared context to interact with the deployed cluster and may bundle\\ndefault expectations. Expectations: post-run assertions. They can capture baselines before\\nworkloads start and evaluate success once activity stops. Runtime: coordinates workloads and expectations for the configured\\nduration, enforces cooldowns when control actions occur, and ensures cleanup\\nso runs do not leak resources. Developers extending the model should keep these boundaries strict: topology\\ndescribes, scenarios assemble, runners deploy, workloads drive, and expectations\\njudge outcomes. For guidance on adding new capabilities, see Extending the Framework.","breadcrumbs":"Part III — Developer Reference » Scenario Model (Developer Level) » Scenario Model (Developer Level)","id":"37","title":"Scenario Model (Developer Level)"},"38":{"body":"","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Extending the Framework","id":"38","title":"Extending the Framework"},"39":{"body":"Implement the workload contract: provide a name, optional bundled expectations, validate prerequisites up front, and drive asynchronous activity against the deployed cluster. Export it through the workflows layer and consider adding DSL helpers for ergonomic wiring.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding a workload","id":"39","title":"Adding a workload"},"4":{"body":"The framework follows a clear flow: Topology → Scenario → Deployer → Runner → Workloads → Expectations. Topology describes the cluster: how many nodes, their roles, and the high-level network and data-availability parameters they should follow. Scenario combines that topology with the activities to run and the checks to perform, forming a single plan. Deployer turns the plan into a concrete environment on the chosen backend (local processes, Docker Compose, or Kubernetes). Runner is shared across deployers; it drives workloads and expectations using the provided runtime context. Workloads generate traffic and conditions that exercise the system. Expectations observe the run and judge success or failure once activity completes. The deployer supplies a RunContext (clients, metrics, optional NodeControlHandle) that the runner and workloads/expectations share; it carries the runtime view and control hooks for the deployed cluster. The optional NodeControlHandle lets the runner (and chaos workloads) restart or manage nodes in the deployed environment. Mermaid view: sequenceDiagram participant T as Topology (shape cluster) participant S as Scenario (plan) participant D as Deployer (provision env) participant R as Runner (drive with RunContext) participant W as Workloads (drive traffic) participant X as Expectations (verify outcomes) T->>S: describe roles/params S->>D: hand plan D->>R: provision + provide RunContext R->>W: start workloads with context R->>X: evaluate outcomes after run Each layer has a narrow responsibility so that cluster shape, deployment choice,\\ntraffic generation, and health checks can evolve independently while fitting\\ntogether predictably.","breadcrumbs":"Part I — Foundations » Architecture Overview » Architecture Overview","id":"4","title":"Architecture Overview"},"40":{"body":"Implement the expectation contract: capture baselines if needed and evaluate outcomes after workloads finish; report meaningful errors to aid debugging. Expose reusable expectations from the workflows layer so scenarios can attach them declaratively.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding an expectation","id":"40","title":"Adding an expectation"},"41":{"body":"Implement the deployer contract for the target backend, producing a runtime context with client access, metrics endpoints, and optional node control. Preserve cleanup guarantees so resources are reclaimed even when runs fail; mirror readiness and observation signals used by existing runners for consistency.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding a runner","id":"41","title":"Adding a runner"},"42":{"body":"Extend the topology description with new layouts or presets while keeping defaults safe and predictable; favor declarative inputs over ad hoc logic so scenarios stay reviewable.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding topology helpers","id":"42","title":"Adding topology helpers"},"43":{"body":"A minimal, end-to-end illustration of adding a custom workload and matching\\nexpectation. This shows the shape of the traits and where to plug into the\\nframework; expand the logic to fit your real test.","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Example: New Workload & Expectation (Rust)","id":"43","title":"Example: New Workload & Expectation (Rust)"},"44":{"body":"Key ideas: name: identifies the workload in logs. expectations: workloads can bundle defaults so callers don’t forget checks. init: derive inputs from the generated topology (e.g., pick a target node). start: drive async activity using the shared RunContext. use std::sync::Arc;\\nuse async_trait::async_trait;\\nuse testing_framework_core::scenario::{ DynError, Expectation, RunContext, RunMetrics, Workload,\\n};\\nuse testing_framework_core::topology::GeneratedTopology; pub struct ReachabilityWorkload { target_idx: usize, bundled: Vec>,\\n} impl ReachabilityWorkload { pub fn new(target_idx: usize) -> Self { Self { target_idx, bundled: vec![Box::new(ReachabilityExpectation::new(target_idx))], } }\\n} #[async_trait]\\nimpl Workload for ReachabilityWorkload { fn name(&self) -> &\'static str { \\"reachability_workload\\" } fn expectations(&self) -> Vec> { self.bundled.clone() } fn init( &mut self, topology: &GeneratedTopology, _metrics: &RunMetrics, ) -> Result<(), DynError> { if topology.validators().get(self.target_idx).is_none() { return Err(\\"no validator at requested index\\".into()); } Ok(()) } async fn start(&self, ctx: &RunContext) -> Result<(), DynError> { let client = ctx .clients() .validators() .get(self.target_idx) .ok_or(\\"missing target client\\")?; // Pseudo-action: issue a lightweight RPC to prove reachability. client.health_check().await.map_err(|e| e.into()) }\\n}","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Workload: simple reachability probe","id":"44","title":"Workload: simple reachability probe"},"45":{"body":"Key ideas: start_capture: snapshot baseline if needed (not used here). evaluate: assert the condition after workloads finish. use async_trait::async_trait;\\nuse testing_framework_core::scenario::{DynError, Expectation, RunContext}; pub struct ReachabilityExpectation { target_idx: usize,\\n} impl ReachabilityExpectation { pub fn new(target_idx: usize) -> Self { Self { target_idx } }\\n} #[async_trait]\\nimpl Expectation for ReachabilityExpectation { fn name(&self) -> &str { \\"target_reachable\\" } async fn evaluate(&mut self, ctx: &RunContext) -> Result<(), DynError> { let client = ctx .clients() .validators() .get(self.target_idx) .ok_or(\\"missing target client\\")?; client.health_check().await.map_err(|e| { format!(\\"target became unreachable during run: {e}\\").into() }) }\\n}","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Expectation: confirm the target stayed reachable","id":"45","title":"Expectation: confirm the target stayed reachable"},"46":{"body":"Build your scenario as usual and call .with_workload(ReachabilityWorkload::new(0)). The bundled expectation is attached automatically; you can add more with .with_expectation(...) if needed. Keep the logic minimal and fast for smoke tests; grow it into richer probes\\nfor deeper scenarios.","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » How to wire it","id":"46","title":"How to wire it"},"47":{"body":"High-level roles of the crates that make up the framework: Configs: prepares reusable configuration primitives for nodes, networking,\\ntracing, data availability, and wallets, shared by all scenarios and runners. Core scenario orchestration: houses the topology and scenario model,\\nruntime coordination, node clients, and readiness/health probes. Workflows: packages workloads and expectations into reusable building\\nblocks and offers a fluent DSL to assemble them. Runners: implements deployment backends (local host, Docker Compose,\\nKubernetes) that all consume the same scenario plan. Test workflows: example scenarios and integration checks that exercise the\\nframework end to end and serve as living documentation. Use this map to locate where to add new capabilities: configuration primitives\\nin configs, orchestration changes in core, reusable traffic/assertions in\\nworkflows, environment adapters in runners, and demonstrations in tests.","breadcrumbs":"Part III — Developer Reference » Internal Crate Reference » Internal Crate Reference","id":"47","title":"Internal Crate Reference"},"48":{"body":"Quick-reference material and supporting guidance to keep scenarios discoverable,\\ndebuggable, and consistent.","breadcrumbs":"Part IV — Appendix » Part IV — Appendix","id":"48","title":"Part IV — Appendix"},"49":{"body":"The framework offers a fluent builder style to keep scenarios readable. Common\\nknobs: Topology shaping: set validator and executor counts, pick a network layout\\nstyle, and adjust high-level data-availability traits. Wallet seeding: define how many users participate and the total funds\\navailable for transaction workloads. Workload tuning: configure transaction rates, data-availability channel\\nand blob rates, and whether chaos restarts should include validators,\\nexecutors, or both. Expectations: attach liveness and workload-specific checks so success is\\nexplicit. Run window: set a minimum duration long enough for multiple blocks to be\\nobserved and verified. Use these knobs to express intent clearly, keeping scenario definitions concise\\nand consistent across teams.","breadcrumbs":"Part IV — Appendix » DSL Cheat Sheet » Core Content: DSL Cheat Sheet","id":"49","title":"Core Content: DSL Cheat Sheet"},"5":{"body":"Declarative over imperative: describe the desired cluster shape, traffic, and success criteria; let the framework orchestrate the run. Observable health signals: prefer liveness and inclusion signals that reflect real user impact instead of internal debug state. Determinism first: default scenarios aim for repeatable outcomes with fixed topologies and traffic rates; variability is opt-in. Targeted non-determinism: introduce randomness (e.g., restarts) only when probing resilience or operational robustness. Protocol time, not wall time: reason in blocks and protocol-driven intervals to reduce dependence on host speed or scheduler noise. Minimum run window: always allow enough block production to make assertions meaningful; very short runs risk false confidence. Use chaos with intent: chaos workloads are for recovery and fault-tolerance validation, not for baseline functional checks.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Testing Philosophy","id":"5","title":"Testing Philosophy"},"50":{"body":"Common symptoms and likely causes: No or slow block progression: runner started workloads before readiness, insufficient run window, or environment too slow—extend duration or enable slow-environment tuning. Transactions not included: missing or insufficient wallet seeding, misaligned transaction rate with block cadence, or network instability—reduce rate and verify wallet setup. Chaos stalls the run: node control not available for the chosen runner or restart cadence too aggressive—enable control capability and widen restart intervals. Observability gaps: metrics or logs unreachable because ports clash or services are not exposed—adjust observability ports and confirm runner wiring. Flaky behavior across runs: mixing chaos with functional smoke tests or inconsistent topology between environments—separate deterministic and chaos scenarios and standardize topology presets.","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Troubleshooting Scenarios","id":"50","title":"Troubleshooting Scenarios"},"51":{"body":"Why block-oriented timing? Using block cadence reduces dependence on host speed and keeps assertions aligned with protocol behavior. Can I reuse the same scenario across runners? Yes. The plan stays the same; swap runners (local, compose, k8s) to target different environments. When should I enable chaos workloads? Only when testing resilience or operational recovery; keep functional smoke tests deterministic. How long should runs be? Long enough for multiple blocks so liveness and inclusion checks are meaningful; very short runs risk false confidence. Do I always need seeded wallets? Only for transaction scenarios. Data-availability or pure chaos scenarios may not require them, but liveness checks still need validators producing blocks. What if expectations fail but workloads “look fine”? Trust expectations first—they capture the intended success criteria. Use the observability signals and runner logs to pinpoint why the system missed the target.","breadcrumbs":"Part IV — Appendix » FAQ » FAQ","id":"51","title":"FAQ"},"52":{"body":"Validator: node role that runs the nomos-node binary for consensus and\\nblock production. Executor: node role that runs the nomos-executor binary, participates in\\nconsensus, and executes the executor service stack (including its own\\nmempool/topic wiring). DA (Data Availability): subsystem ensuring blobs or channel data are\\npublished and retrievable for validation. Workload: traffic or behavior generator that exercises the system during a\\nscenario run. Expectation: post-run assertion that judges whether the system met the\\nintended success criteria. Topology: declarative description of the cluster shape, roles, and\\nhigh-level parameters for a scenario. Blockfeed: stream of block observations used for liveness or inclusion\\nsignals during a run. Control capability: the ability for a runner to start, stop, or restart\\nnodes, used by chaos workloads.","breadcrumbs":"Part IV — Appendix » Glossary » Glossary","id":"52","title":"Glossary"},"6":{"body":"Build the plan: Declare a topology, attach workloads and expectations, and set the run window. The plan is the single source of truth for what will happen. Deploy: Hand the plan to a runner. It provisions the environment on the chosen backend and waits for nodes to signal readiness. Drive workloads: Start traffic and behaviors (transactions, data-availability activity, restarts) for the planned duration. Observe blocks and signals: Track block progression and other high-level metrics during or after the run window to ground assertions in protocol time. Evaluate expectations: Once activity stops (and optional cooldown completes), check liveness and workload-specific outcomes to decide pass or fail. Cleanup: Tear down resources so successive runs start fresh and do not inherit leaked state. Mermaid view (sequence): sequenceDiagram participant P as Plan (topology + workloads + expectations) participant D as Deployer (provision & readiness) participant R as Runner (orchestrate run) participant X as Expectations (baseline + evaluation) participant W as Workloads (drive traffic) participant C as Cleanup P->>D: hand scenario plan D->>R: provision env + provide RunContext R->>X: start_capture baseline R->>W: start workloads for run window R-->>X: consume signals during run (block feed/metrics) R-->>R: observe blocks/metrics during run R->>X: evaluate expectations after workloads R->>C: cleanup resources","breadcrumbs":"Part I — Foundations » Scenario Lifecycle (Conceptual) » Scenario Lifecycle (Conceptual)","id":"6","title":"Scenario Lifecycle (Conceptual)"},"7":{"body":"Modular crates keep configuration, orchestration, workloads, and runners decoupled so each can evolve without breaking the others. Pluggable runners let the same scenario run on a laptop, a Docker host, or a Kubernetes cluster, making validation portable across environments. Separated workloads and expectations clarify intent: what traffic to generate versus how to judge success. This simplifies review and reuse. Declarative topology makes cluster shape explicit and repeatable, reducing surprise when moving between CI and developer machines. Maintainability through predictability: a clear flow from plan to deployment to verification lowers the cost of extending the framework and interpreting failures.","breadcrumbs":"Part I — Foundations » Design Rationale » Design Rationale","id":"7","title":"Design Rationale"},"8":{"body":"Practical guidance for shaping scenarios, combining workloads and expectations,\\nand running them across different environments.","breadcrumbs":"Part II — User Guide » Part II — User Guide","id":"8","title":"Part II — User Guide"},"9":{"body":"The workspace focuses on multi-node integration testing and sits alongside a nomos-node checkout. Its crates separate concerns to keep scenarios\\nrepeatable and portable: Configs: prepares high-level node, network, tracing, and wallet settings\\nused across test environments. Core scenario orchestration: the engine that holds topology descriptions,\\nscenario plans, runtimes, workloads, and expectations. Workflows: ready-made workloads (transactions, data-availability, chaos)\\nand reusable expectations assembled into a user-facing DSL. Runners: deployment backends for local processes, Docker Compose, and\\nKubernetes, all consuming the same scenario plan. Test workflows: example scenarios and integration checks that show how\\nthe pieces fit together. This split keeps configuration, orchestration, reusable traffic patterns, and\\ndeployment adapters loosely coupled while sharing one mental model for tests.","breadcrumbs":"Part II — User Guide » Workspace Layout » Workspace Layout","id":"9","title":"Workspace Layout"}},"length":53,"save":true},"fields":["title","body","breadcrumbs"],"index":{"body":{"root":{"0":{"df":5,"docs":{"18":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0}}},"1":{"df":4,"docs":{"19":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.4142135623730951},"28":{"tf":1.7320508075688772}},"–":{"3":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}}},"2":{"df":2,"docs":{"18":{"tf":1.0},"28":{"tf":1.4142135623730951}}},"3":{"df":2,"docs":{"23":{"tf":1.0},"28":{"tf":1.4142135623730951}}},"4":{"df":2,"docs":{"23":{"tf":1.0},"28":{"tf":1.4142135623730951}},"–":{"5":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}}},"5":{"df":1,"docs":{"23":{"tf":1.0}}},"6":{"df":1,"docs":{"23":{"tf":1.0}},"–":{"7":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}}},"7":{"df":1,"docs":{"23":{"tf":1.0}}},"_":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"26":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"52":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"34":{"tf":1.0},"36":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"34":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"37":{"tf":1.0},"44":{"tf":1.0}}}},"v":{"df":11,"docs":{"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.0},"29":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"44":{"tf":1.0},"6":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"18":{"tf":1.0}}}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"10":{"tf":1.0},"47":{"tf":1.0},"9":{"tf":1.0}}}}},"d":{"df":4,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0}}},"df":6,"docs":{"37":{"tf":1.0},"39":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.0}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"17":{"tf":1.0},"35":{"tf":1.0},"49":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"21":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"24":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"39":{"tf":1.0}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}}}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"35":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"d":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":1,"docs":{"5":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":4,"docs":{"11":{"tf":1.0},"15":{"tf":1.4142135623730951},"29":{"tf":1.0},"51":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"16":{"tf":1.0},"5":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"5":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"48":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"0":{"tf":1.0}}},"df":5,"docs":{"14":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"28":{"tf":1.0}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"2":{"tf":1.0},"27":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"4":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"35":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"28":{"tf":1.0},"37":{"tf":1.0},"47":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":12,"docs":{"10":{"tf":1.0},"16":{"tf":1.0},"25":{"tf":1.4142135623730951},"27":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0}}}},"t":{"df":2,"docs":{"10":{"tf":1.0},"35":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"0":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{":":{":":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"44":{"tf":1.4142135623730951},"45":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"37":{"tf":1.0},"39":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":7,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"40":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"29":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":16,"docs":{"0":{"tf":1.4142135623730951},"11":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"29":{"tf":1.0},"3":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"37":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.7320508075688772},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"16":{"tf":1.0},"35":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"10":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"47":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}}},"d":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"16":{"tf":1.0},"30":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"20":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"e":{"c":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"16":{"tf":1.0},"29":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"50":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"34":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":9,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"24":{"tf":1.4142135623730951},"29":{"tf":1.0},"33":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"31":{"tf":1.0}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":7,"docs":{"16":{"tf":1.0},"22":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0},"50":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"26":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"b":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":5,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"13":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0}},"s":{"/":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"19":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"35":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":18,"docs":{"0":{"tf":1.7320508075688772},"11":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"18":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":2.23606797749979},"25":{"tf":2.23606797749979},"26":{"tf":1.0},"37":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"51":{"tf":2.0},"52":{"tf":1.4142135623730951},"6":{"tf":1.7320508075688772}},"f":{"df":0,"docs":{},"e":{"df":2,"docs":{"25":{"tf":1.0},"52":{"tf":1.0}},"e":{"d":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"25":{"tf":1.0},"26":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"0":{"tf":1.0},"1":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"12":{"tf":1.0},"14":{"tf":1.0},"19":{"tf":1.0},"49":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"28":{"tf":1.0},"37":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"a":{"d":{"df":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":15,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"6":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"49":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":5,"docs":{"15":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"44":{"tf":1.7320508075688772},"46":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"23":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"z":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"24":{"tf":1.0}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}}}},"m":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"c":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"25":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"46":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"21":{"tf":1.0},"37":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"29":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"51":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"50":{"tf":1.0}}}}},"df":1,"docs":{"6":{"tf":1.4142135623730951}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"1":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"47":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":4,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0}}}}}},"o":{"df":12,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"20":{"tf":1.4142135623730951},"4":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.4142135623730951},"50":{"tf":1.7320508075688772},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"9":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"20":{"tf":1.0},"28":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"11":{"tf":1.0},"37":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":18,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"28":{"tf":1.7320508075688772},"3":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.4142135623730951},"44":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.4142135623730951},"6":{"tf":1.0},"9":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"16":{"tf":1.0},"18":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"11":{"tf":1.4142135623730951},"16":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"35":{"tf":1.0},"4":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}}}}},"i":{"df":5,"docs":{"16":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0},"33":{"tf":1.0},"7":{"tf":1.0}},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"35":{"tf":1.0},"50":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"37":{"tf":1.0},"41":{"tf":1.0},"6":{"tf":1.7320508075688772}}}}},"r":{"df":9,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"15":{"tf":1.0},"24":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"|":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":5,"docs":{"4":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772},"47":{"tf":1.0}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":14,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.4142135623730951},"35":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":2.0},"5":{"tf":1.0},"52":{"tf":1.0},"7":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"37":{"tf":1.0}}}}}}}}}}}},"o":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"\\"":{"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":{"14":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"35":{"tf":1.0}}}}}}}}},"df":3,"docs":{"14":{"tf":1.0},"25":{"tf":1.0},"35":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"17":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"8":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"10":{"tf":1.0},"15":{"tf":1.0},"34":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"16":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"24":{"tf":1.0},"3":{"tf":1.0}}},"s":{"df":13,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"16":{"tf":1.0},"29":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"51":{"tf":1.0},"9":{"tf":1.0}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":3,"docs":{"2":{"tf":1.0},"29":{"tf":1.0},"6":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"16":{"tf":1.0},"9":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"14":{"tf":1.0},"49":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"4":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"37":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"3":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":4,"docs":{"10":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"9":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":8,"docs":{"10":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.0},"37":{"tf":1.0},"47":{"tf":1.4142135623730951},"49":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"df":5,"docs":{"20":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":8,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.0},"37":{"tf":1.0},"52":{"tf":1.4142135623730951}},"s":{"/":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"i":{"d":{"df":1,"docs":{"39":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"11":{"tf":1.0},"30":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"41":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"m":{"df":5,"docs":{"25":{"tf":1.0},"35":{"tf":1.4142135623730951},"47":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"32":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"1":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"15":{"tf":1.0},"49":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"14":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"36":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":10,"docs":{"13":{"tf":1.4142135623730951},"20":{"tf":1.0},"22":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"50":{"tf":1.4142135623730951},"52":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"32":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"37":{"tf":1.0},"6":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"37":{"tf":1.0},"47":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":8,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"15":{"tf":1.0},"27":{"tf":1.0},"47":{"tf":1.4142135623730951},"49":{"tf":1.0},"9":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"29":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"49":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"19":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"36":{"tf":1.0},"47":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":5,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"x":{"df":2,"docs":{"44":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":6,"docs":{"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"43":{"tf":1.0}}}}}}}},"d":{"a":{"(":{")":{".":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{")":{".":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"28":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":7,"docs":{"0":{"tf":1.7320508075688772},"16":{"tf":1.0},"19":{"tf":1.7320508075688772},"20":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"52":{"tf":1.0}},"t":{"a":{"df":13,"docs":{"0":{"tf":2.0},"11":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"19":{"tf":1.0},"3":{"tf":1.4142135623730951},"37":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.4142135623730951},"6":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"4":{"tf":1.7320508075688772},"6":{"tf":1.7320508075688772}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":4,"docs":{"31":{"tf":1.0},"35":{"tf":1.0},"40":{"tf":1.0},"5":{"tf":1.0}},"g":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"11":{"tf":1.0},"35":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"r":{"df":9,"docs":{"11":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"36":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"46":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":5,"docs":{"15":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"5":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"11":{"tf":1.0},"37":{"tf":1.0},"49":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"49":{"tf":1.0}}}}}}},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"22":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"28":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"a":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":9,"docs":{"10":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"47":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"35":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":14,"docs":{"10":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"26":{"tf":2.449489742783178},"29":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.4142135623730951},"39":{"tf":1.0},"4":{"tf":2.8284271247461903},"41":{"tf":1.0},"47":{"tf":1.0},"6":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"44":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":6,"docs":{"10":{"tf":1.0},"12":{"tf":1.4142135623730951},"3":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"5":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":4,"docs":{"37":{"tf":1.0},"42":{"tf":1.0},"52":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"24":{"tf":1.0},"7":{"tf":1.0}}}},"r":{"df":1,"docs":{"5":{"tf":1.0}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"5":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":6,"docs":{"16":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"7":{"tf":1.0}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"25":{"tf":1.0},"29":{"tf":1.0},"51":{"tf":1.0},"8":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"32":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"48":{"tf":1.0}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"35":{"tf":1.0},"36":{"tf":1.0}},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"25":{"tf":1.0}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"11":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"16":{"tf":1.0},"24":{"tf":1.0},"47":{"tf":1.0}}}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"6":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"26":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.7320508075688772}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"20":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"[":{"\\"":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":10,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.7320508075688772},"44":{"tf":1.0},"6":{"tf":1.4142135623730951}},"n":{"df":2,"docs":{"12":{"tf":1.0},"5":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"p":{"/":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"24":{"tf":1.0}}}},"y":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"26":{"tf":1.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":{"(":{")":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"(":{"&":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"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":{},"l":{"df":6,"docs":{"10":{"tf":1.0},"15":{"tf":1.0},"39":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"9":{"tf":1.0}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":8,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"29":{"tf":1.0},"37":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":3,"docs":{"45":{"tf":1.0},"52":{"tf":1.4142135623730951},"6":{"tf":1.7320508075688772}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"44":{"tf":1.7320508075688772},"45":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":7,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"14":{"tf":1.0},"23":{"tf":1.0},"28":{"tf":1.0},"44":{"tf":1.0},"5":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"10":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"35":{"tf":1.0}}}}},"s":{"df":1,"docs":{"32":{"tf":1.0}},"i":{"df":1,"docs":{"11":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"3":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"15":{"tf":1.0},"20":{"tf":1.0},"35":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"20":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"d":{"df":4,"docs":{"10":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":2,"docs":{"28":{"tf":1.0},"37":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"3":{"tf":1.0},"9":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":5,"docs":{"11":{"tf":1.0},"37":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":6,"docs":{"0":{"tf":1.0},"22":{"tf":1.0},"29":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.4142135623730951},"52":{"tf":1.0}}}}},"v":{"df":2,"docs":{"4":{"tf":1.0},"6":{"tf":1.0}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":20,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"29":{"tf":1.7320508075688772},"3":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.7320508075688772},"4":{"tf":1.4142135623730951},"47":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"39":{"tf":1.0}}}}}}},"r":{"(":{"\\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"44":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"2":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"a":{"df":0,"docs":{},"l":{"[":{"\\"":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":1,"docs":{"14":{"tf":1.0}},"u":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":7,"docs":{"14":{"tf":1.0},"29":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"45":{"tf":1.0},"6":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"41":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":3,"docs":{"36":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0}}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":5,"docs":{"17":{"tf":1.0},"21":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"9":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"34":{"tf":1.0},"52":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":8,"docs":{"0":{"tf":1.4142135623730951},"11":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.7320508075688772},"49":{"tf":1.4142135623730951},"52":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":6,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":9,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":36,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.4142135623730951},"14":{"tf":1.4142135623730951},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.7320508075688772},"25":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"35":{"tf":1.0},"37":{"tf":2.23606797749979},"39":{"tf":1.0},"4":{"tf":2.0},"40":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"44":{"tf":2.0},"45":{"tf":1.7320508075688772},"46":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"6":{"tf":2.23606797749979},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"15":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"16":{"tf":1.0},"49":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"39":{"tf":1.0}}}},"s":{"df":2,"docs":{"35":{"tf":1.0},"40":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"35":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"—":{"a":{"d":{"df":0,"docs":{},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"49":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":5,"docs":{"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"38":{"tf":1.0},"42":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"}":{"\\"":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"f":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"41":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":6,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"24":{"tf":1.0},"35":{"tf":1.7320508075688772},"4":{"tf":1.0},"7":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":2,"docs":{"22":{"tf":1.0},"26":{"tf":1.0}}}},"l":{"df":0,"docs":{},"s":{"df":3,"docs":{"35":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}}}},"q":{"df":1,"docs":{"51":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"11":{"tf":1.0},"26":{"tf":1.0},"46":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"16":{"tf":1.0},"26":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":1,"docs":{"25":{"tf":1.0}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"16":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"51":{"tf":1.0}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":4,"docs":{"11":{"tf":1.0},"27":{"tf":1.0},"40":{"tf":1.0},"45":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"35":{"tf":1.0},"5":{"tf":1.0}},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"51":{"tf":1.0}}}}}}}}}},"t":{"df":6,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"9":{"tf":1.0}}},"x":{"df":1,"docs":{"5":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"29":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0}}},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"50":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"14":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":5,"docs":{"18":{"tf":1.0},"29":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"47":{"tf":1.0},"49":{"tf":1.0}}}}}}},"n":{"df":2,"docs":{"44":{"tf":2.23606797749979},"45":{"tf":1.7320508075688772}}},"o":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":3,"docs":{"0":{"tf":1.0},"35":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"29":{"tf":1.0},"4":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"15":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"t":{"!":{"(":{"\\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"4":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"2":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":14,"docs":{"0":{"tf":1.0},"10":{"tf":1.4142135623730951},"2":{"tf":1.0},"21":{"tf":1.0},"3":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.4142135623730951},"49":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0}},"’":{"df":1,"docs":{"15":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"6":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"39":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"26":{"tf":1.0},"3":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}}}}}}},"d":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"27":{"tf":1.0}}}}}},"g":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"3":{"tf":1.0},"50":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"34":{"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":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"44":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":8,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"44":{"tf":1.0},"52":{"tf":1.0},"7":{"tf":1.0}}}}},"t":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}}},"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":1,"docs":{"1":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"52":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"11":{"tf":1.0},"16":{"tf":1.0}}}},"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"11":{"tf":1.0},"16":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":1,"docs":{"46":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"37":{"tf":1.0},"48":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"1":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"24":{"tf":1.0}}}},"n":{"d":{"df":2,"docs":{"4":{"tf":1.0},"6":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"r":{"d":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"11":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0}},"i":{"df":1,"docs":{"14":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"10":{"tf":1.0},"15":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"0":{"tf":1.0},"45":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"(":{"8":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}},"df":9,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"23":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"o":{"c":{"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"4":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"31":{"tf":1.0},"35":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"47":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"i":{"[":{"\\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"e":{"a":{"df":9,"docs":{"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"44":{"tf":1.0}}}}}}}},"l":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}},"i":{"df":1,"docs":{"36":{"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":3,"docs":{"17":{"tf":1.0},"21":{"tf":1.0},"43":{"tf":1.0}}}}}}}},"m":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"5":{"tf":1.0}}}},"l":{"df":2,"docs":{"44":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":8,"docs":{"22":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"47":{"tf":1.0}}}}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":4,"docs":{"0":{"tf":1.4142135623730951},"49":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":8,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"19":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"\\"":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"6":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"[":{"\\"":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"14":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"14":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"42":{"tf":1.0},"44":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"35":{"tf":1.0}}}}}}},"df":2,"docs":{"32":{"tf":1.0},"35":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":4,"docs":{"10":{"tf":1.0},"3":{"tf":1.0},"47":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"n":{"d":{"df":4,"docs":{"11":{"tf":1.0},"37":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":5,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"21":{"tf":1.0},"24":{"tf":1.0}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.4142135623730951},"22":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":3,"docs":{"22":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"7":{"tf":1.0}}}}}},"v":{"df":3,"docs":{"25":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"5":{"tf":1.0}},"t":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":2,"docs":{"35":{"tf":1.0},"44":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"11":{"tf":1.0},"31":{"tf":1.0}}}}},"v":{"df":1,"docs":{"48":{"tf":1.0}}}},"j":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"g":{"df":4,"docs":{"37":{"tf":1.0},"4":{"tf":1.0},"52":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"k":{"8":{"df":6,"docs":{"10":{"tf":1.0},"16":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":16,"docs":{"11":{"tf":1.0},"15":{"tf":1.7320508075688772},"16":{"tf":1.4142135623730951},"20":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"y":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}}},"n":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"49":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"11":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"22":{"tf":1.0}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"25":{"tf":1.0},"37":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"22":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"15":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"19":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"15":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"42":{"tf":1.0},"49":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"37":{"tf":1.0},"6":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":2,"docs":{"3":{"tf":1.0},"4":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":12,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"13":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":2,"docs":{"28":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"14":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":17,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"27":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"6":{"tf":1.0}}}}},"o":{"a":{"d":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"k":{"8":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":11,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"29":{"tf":1.4142135623730951},"31":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"51":{"tf":1.0},"9":{"tf":1.0}}},"t":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":3,"docs":{"44":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}},"i":{"c":{"df":4,"docs":{"0":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"s":{"/":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"35":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"11":{"tf":1.0},"37":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"24":{"tf":1.0},"51":{"tf":1.0}}},"p":{"df":2,"docs":{"16":{"tf":1.0},"31":{"tf":1.0}}},"s":{"df":1,"docs":{"9":{"tf":1.0}}}},"w":{"(":{"2":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"23":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"16":{"tf":1.0},"32":{"tf":1.0},"7":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"36":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":7,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.4142135623730951}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":6,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"49":{"tf":1.0}}}},"p":{"df":3,"docs":{"10":{"tf":1.0},"35":{"tf":1.0},"47":{"tf":1.0}}},"t":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"48":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"11":{"tf":1.0},"33":{"tf":1.0}}}}}},"x":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"6":{"0":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}},"7":{"5":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"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":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":8,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0}}}}},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"1":{"tf":1.0},"2":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"d":{"df":5,"docs":{"14":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"35":{"tf":1.0},"52":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"c":{"df":5,"docs":{"25":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"35":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"3":{"0":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}},"4":{"5":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"16":{"tf":1.0},"18":{"tf":1.0},"31":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"49":{"tf":1.0},"5":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":3,"docs":{"35":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}}}},"x":{"df":1,"docs":{"50":{"tf":1.0}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"24":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":8,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"15":{"tf":1.0},"2":{"tf":1.0},"23":{"tf":1.0},"37":{"tf":1.7320508075688772},"47":{"tf":1.0},"9":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"0":{"tf":1.0},"28":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"46":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"16":{"tf":1.0},"7":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":8,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"11":{"tf":1.0},"2":{"tf":1.0},"28":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"32":{"tf":1.0},"9":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"16":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"39":{"tf":1.0},"44":{"tf":1.0}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"df":1,"docs":{"23":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"16":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":8,"docs":{"15":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"40":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"g":{"df":2,"docs":{"24":{"tf":1.0},"35":{"tf":1.0}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":11,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"22":{"tf":1.0},"27":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"37":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"9":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"26":{"tf":1.0}}}}},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":5,"docs":{"21":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"4":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":23,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"11":{"tf":1.0},"13":{"tf":1.4142135623730951},"2":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.7320508075688772},"37":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"41":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.4142135623730951},"50":{"tf":1.0},"52":{"tf":2.0},"6":{"tf":1.0},"9":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"5":{"tf":1.0}},"i":{"df":1,"docs":{"16":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"df":9,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"10":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.7320508075688772},"35":{"tf":1.0},"37":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"9":{"tf":1.0}}}},"n":{"df":1,"docs":{"5":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"15":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":17,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"37":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.4142135623730951}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"16":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"37":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"47":{"tf":1.0},"49":{"tf":1.0}}}}}},"k":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"\\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":1,"docs":{"44":{"tf":1.0}}},"n":{"c":{"df":3,"docs":{"37":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0}}},"df":4,"docs":{"19":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"9":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"33":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"11":{"tf":1.0},"20":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.4142135623730951},"35":{"tf":1.7320508075688772},"5":{"tf":1.0},"51":{"tf":1.0}}}},"t":{"df":2,"docs":{"15":{"tf":1.0},"5":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"20":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.0},"6":{"tf":1.0}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":7,"docs":{"10":{"tf":1.0},"31":{"tf":1.0},"47":{"tf":1.4142135623730951},"5":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"51":{"tf":1.0}}}}}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"23":{"tf":1.0}},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"22":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":9,"docs":{"16":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"3":{"tf":1.0},"42":{"tf":1.0},"5":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"22":{"tf":1.0}}},"k":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"10":{"tf":1.0},"47":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":3,"docs":{"1":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"27":{"tf":1.0},"4":{"tf":1.0},"52":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}},"df":0,"docs":{},"t":{"df":4,"docs":{"2":{"tf":1.0},"36":{"tf":1.0},"48":{"tf":1.0},"8":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":6,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"4":{"tf":2.449489742783178},"49":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":2.449489742783178}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"29":{"tf":1.0},"35":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":1,"docs":{"6":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"13":{"tf":1.0},"19":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":3,"docs":{"15":{"tf":2.0},"16":{"tf":1.0},"9":{"tf":1.0}}}}}}}},"df":1,"docs":{"6":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"22":{"tf":1.0}}}},"r":{"df":4,"docs":{"15":{"tf":1.0},"18":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"0":{"tf":1.0},"4":{"tf":1.0}}}}}}}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"23":{"tf":1.7320508075688772},"28":{"tf":3.4641016151377544}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"27":{"tf":1.0},"44":{"tf":1.0},"49":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"10":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"14":{"tf":1.0},"28":{"tf":1.0}}}}}}}},"l":{"a":{"df":0,"docs":{},"n":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"(":{")":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"[":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":23,"docs":{"1":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":2.0},"3":{"tf":1.0},"30":{"tf":1.4142135623730951},"34":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":2.0},"47":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":2.449489742783178},"7":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"35":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"u":{"df":2,"docs":{"19":{"tf":1.0},"20":{"tf":1.0}},"g":{"df":1,"docs":{"43":{"tf":1.0}},"g":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"12":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"3":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":3,"docs":{"32":{"tf":1.0},"35":{"tf":1.0},"50":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"25":{"tf":1.0},"28":{"tf":1.0},"37":{"tf":1.0},"52":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"26":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"16":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"4":{"tf":1.0},"42":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"5":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"47":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"29":{"tf":1.4142135623730951},"35":{"tf":2.0},"37":{"tf":1.0},"39":{"tf":1.0}}}}}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"21":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"20":{"tf":1.0},"35":{"tf":1.0}}}},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"41":{"tf":1.0}}}},"t":{"df":3,"docs":{"16":{"tf":1.0},"42":{"tf":1.0},"50":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"29":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.4142135623730951}}}}}},"o":{"b":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":7,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"34":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"11":{"tf":1.0},"31":{"tf":1.0},"4":{"tf":1.0},"9":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":5,"docs":{"0":{"tf":1.0},"14":{"tf":1.0},"26":{"tf":1.0},"41":{"tf":1.0},"51":{"tf":1.0}},"t":{"df":4,"docs":{"21":{"tf":1.0},"37":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":7,"docs":{"11":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.4142135623730951},"3":{"tf":1.0},"37":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":8,"docs":{"0":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.4142135623730951},"51":{"tf":1.0},"6":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"44":{"tf":1.0}},"r":{"df":1,"docs":{"35":{"tf":1.0}}}},"i":{"d":{"df":6,"docs":{"26":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"6":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":3,"docs":{"34":{"tf":1.0},"4":{"tf":1.4142135623730951},"6":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"b":{"df":2,"docs":{"44":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"0":{"tf":1.0},"52":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"51":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"12":{"tf":1.0},"3":{"tf":1.0}}}}}}}},"q":{"a":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"27":{"tf":1.7320508075688772},"5":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"tf":1.0}}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"(":{"3":{"df":2,"docs":{"18":{"tf":1.0},"20":{"tf":1.0}}},"5":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}},"df":10,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"23":{"tf":1.7320508075688772},"49":{"tf":1.4142135623730951},"5":{"tf":1.0},"50":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":2,"docs":{"4":{"tf":2.0},"6":{"tf":3.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"44":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"l":{"df":3,"docs":{"34":{"tf":1.0},"44":{"tf":1.4142135623730951},"45":{"tf":1.0}},"e":{"df":0,"docs":{},"—":{"a":{"df":1,"docs":{"35":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"49":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":9,"docs":{"20":{"tf":1.0},"26":{"tf":1.4142135623730951},"29":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.7320508075688772},"41":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.4142135623730951},"9":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":5,"docs":{"0":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.0},"43":{"tf":1.0},"5":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"1":{"tf":1.0},"3":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"5":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"41":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"13":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":4,"docs":{"15":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"36":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"0":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"29":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}},"x":{"df":2,"docs":{"34":{"tf":1.0},"35":{"tf":1.0}}}},"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"16":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"14":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"23":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"40":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"37":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":4,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":4,"docs":{"13":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"51":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":8,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"20":{"tf":1.0},"24":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"37":{"tf":1.0},"41":{"tf":1.0},"6":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":3,"docs":{"10":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":10,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.4142135623730951},"28":{"tf":1.0},"4":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.4142135623730951},"52":{"tf":1.0},"6":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":4,"docs":{"16":{"tf":1.0},"29":{"tf":1.0},"44":{"tf":1.4142135623730951},"45":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"0":{"tf":1.0},"52":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"15":{"tf":1.0},"40":{"tf":1.0},"47":{"tf":1.7320508075688772},"9":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":3,"docs":{"16":{"tf":1.0},"51":{"tf":1.0},"7":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"42":{"tf":1.0},"7":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"46":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"5":{"tf":1.0},"51":{"tf":1.0}}}}},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":8,"docs":{"0":{"tf":1.0},"20":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.7320508075688772}},"s":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"p":{"c":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"4":{"tf":1.7320508075688772},"44":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951},"6":{"tf":1.0}}}}}}}}},"df":26,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"11":{"tf":1.7320508075688772},"14":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.7320508075688772},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.7320508075688772},"33":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":2.449489742783178},"4":{"tf":1.7320508075688772},"41":{"tf":1.0},"45":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.7320508075688772},"50":{"tf":1.7320508075688772},"51":{"tf":1.4142135623730951},"52":{"tf":2.23606797749979},"6":{"tf":2.6457513110645907},"7":{"tf":1.0},"8":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"23":{"tf":1.0},"44":{"tf":1.4142135623730951}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":23,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.7320508075688772},"30":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"37":{"tf":1.0},"4":{"tf":2.23606797749979},"41":{"tf":1.4142135623730951},"47":{"tf":1.7320508075688772},"50":{"tf":1.7320508075688772},"51":{"tf":1.7320508075688772},"52":{"tf":1.0},"6":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951},"9":{"tf":1.0}},"’":{"df":1,"docs":{"35":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"34":{"tf":1.0}},"{":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":8,"docs":{"10":{"tf":1.0},"27":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.0},"47":{"tf":1.0},"9":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"df":11,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"43":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"42":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":5,"docs":{"29":{"tf":1.4142135623730951},"47":{"tf":1.0},"51":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"26":{"tf":1.0},"35":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"27":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"2":{"df":9,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":31,"docs":{"1":{"tf":1.0},"10":{"tf":1.7320508075688772},"11":{"tf":1.7320508075688772},"12":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":2.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"28":{"tf":1.7320508075688772},"29":{"tf":1.7320508075688772},"30":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"37":{"tf":2.23606797749979},"4":{"tf":1.7320508075688772},"40":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":2.23606797749979},"48":{"tf":1.0},"49":{"tf":1.4142135623730951},"5":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.7320508075688772},"52":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":2.23606797749979}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"23":{"tf":1.0},"33":{"tf":1.0},"5":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"10":{"tf":1.0},"35":{"tf":1.0}}}}}}},"df":1,"docs":{"4":{"tf":1.7320508075688772}},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"16":{"tf":1.0},"23":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"d":{"df":8,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}}},"df":4,"docs":{"11":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"20":{"tf":1.0},"29":{"tf":1.0}}}},"df":0,"docs":{}},"f":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":3,"docs":{"15":{"tf":1.0},"44":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"16":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"22":{"tf":1.0},"6":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"4":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"28":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"25":{"tf":1.0}}},"v":{"df":1,"docs":{"47":{"tf":1.0}},"i":{"c":{"df":4,"docs":{"32":{"tf":1.0},"37":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":8,"docs":{"11":{"tf":1.0},"18":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"36":{"tf":1.0},"49":{"tf":1.4142135623730951},"6":{"tf":1.0},"9":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":13,"docs":{"10":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"32":{"tf":1.0},"50":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":18,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":8,"docs":{"10":{"tf":1.0},"16":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"44":{"tf":1.0},"47":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"0":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0}}}},"w":{"df":4,"docs":{"1":{"tf":1.0},"21":{"tf":1.0},"43":{"tf":1.0},"9":{"tf":1.0}}}}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":11,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"29":{"tf":1.7320508075688772},"35":{"tf":2.0},"41":{"tf":1.0},"5":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"18":{"tf":1.0},"44":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"22":{"tf":1.0},"26":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":3,"docs":{"32":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0}}}}},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"22":{"tf":1.0},"35":{"tf":1.0},"50":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"11":{"tf":1.0},"18":{"tf":1.0},"3":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":5,"docs":{"15":{"tf":1.0},"18":{"tf":1.0},"46":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"3":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"24":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":6,"docs":{"14":{"tf":1.0},"20":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":1.0},"49":{"tf":1.0},"6":{"tf":1.0}},"i":{"df":1,"docs":{"11":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":4,"docs":{"16":{"tf":1.0},"30":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"t":{"a":{"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"32":{"tf":1.0},"37":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"28":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"50":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"16":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"df":0,"docs":{}},"_":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"45":{"tf":1.0},"6":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":13,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.7320508075688772},"37":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.7320508075688772}}}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"16":{"tf":1.0},"23":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0}}},"i":{"c":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}}},"y":{"df":6,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"25":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"51":{"tf":1.0}}}},"d":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{":":{":":{"a":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"44":{"tf":1.0}}},"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":{":":{":":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"28":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"15":{"tf":1.0},"35":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"22":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"51":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"27":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"27":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":3,"docs":{"37":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0}}}},"r":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"19":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"b":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"49":{"tf":1.4142135623730951}}}}}},"u":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"18":{"tf":1.0},"22":{"tf":1.4142135623730951},"24":{"tf":1.0}}}},"t":{"df":5,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.0},"24":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"0":{"tf":1.0},"52":{"tf":1.0}}}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":10,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"33":{"tf":1.0}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"10":{"tf":1.0},"48":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"16":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"n":{"c":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.0}},"i":{"c":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"22":{"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":{},"e":{"df":0,"docs":{},"m":{"df":7,"docs":{"14":{"tf":1.4142135623730951},"20":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.4142135623730951}}}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"2":{"0":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"0":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"44":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":6,"docs":{"11":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"5":{"tf":1.0},"51":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"37":{"tf":1.0}}}}},"d":{"df":3,"docs":{"14":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0}}},"df":1,"docs":{"4":{"tf":1.4142135623730951}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":3,"docs":{"16":{"tf":1.0},"3":{"tf":1.4142135623730951},"49":{"tf":1.0}}},"r":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"15":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":21,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.0},"10":{"tf":1.7320508075688772},"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"18":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.7320508075688772},"37":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.4142135623730951},"5":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.4142135623730951},"9":{"tf":2.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":10,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"{":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"45":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"44":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"44":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":3,"docs":{"29":{"tf":1.0},"39":{"tf":1.0},"7":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"e":{"df":12,"docs":{"0":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.7320508075688772},"3":{"tf":1.4142135623730951},"31":{"tf":1.0},"35":{"tf":1.0},"5":{"tf":1.4142135623730951},"51":{"tf":1.0},"6":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"34":{"tf":1.0},"35":{"tf":1.0}}}}},"r":{"df":1,"docs":{"22":{"tf":1.4142135623730951}}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"14":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"9":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"25":{"tf":1.0},"27":{"tf":1.0},"5":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"22":{"tf":1.0}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":24,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"27":{"tf":1.7320508075688772},"29":{"tf":1.0},"37":{"tf":2.0},"4":{"tf":2.0},"42":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"47":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.4142135623730951},"52":{"tf":1.0},"6":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.0}},"y":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"g":{"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":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"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":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"49":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"34":{"tf":1.0},"35":{"tf":1.0},"47":{"tf":1.0},"9":{"tf":1.0}}},"k":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":15,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"3":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.7320508075688772},"5":{"tf":1.4142135623730951},"52":{"tf":1.0},"6":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"26":{"tf":1.0},"43":{"tf":1.0},"49":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":13,"docs":{"11":{"tf":1.0},"13":{"tf":1.4142135623730951},"15":{"tf":1.0},"18":{"tf":2.0},"19":{"tf":2.0},"20":{"tf":1.4142135623730951},"28":{"tf":1.0},"34":{"tf":1.0},"49":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"4":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"28":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"10":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"35":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"13":{"tf":1.0},"24":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"16":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":3,"docs":{"16":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"30":{"tf":1.0},"4":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"16":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":1,"docs":{"18":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"30":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"22":{"tf":1.0},"3":{"tf":1.4142135623730951},"37":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"45":{"tf":1.0},"50":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":2,"docs":{"39":{"tf":1.0},"47":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"11":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"10":{"tf":1.0}}}},"df":26,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"15":{"tf":1.0},"18":{"tf":1.7320508075688772},"19":{"tf":1.7320508075688772},"20":{"tf":2.0},"22":{"tf":1.7320508075688772},"23":{"tf":1.4142135623730951},"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.4142135623730951},"29":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":2.23606797749979},"45":{"tf":1.7320508075688772},"47":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"13":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}},"s":{"(":{"4":{"df":2,"docs":{"18":{"tf":1.0},"20":{"tf":1.0}}},"8":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"z":{"df":2,"docs":{"44":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"46":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"10":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":19,"docs":{"0":{"tf":1.4142135623730951},"11":{"tf":1.4142135623730951},"16":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"25":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.4142135623730951},"34":{"tf":1.0},"37":{"tf":1.4142135623730951},"39":{"tf":1.0},"44":{"tf":1.4142135623730951},"45":{"tf":1.0},"49":{"tf":1.4142135623730951},"5":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.4142135623730951},"7":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":1,"docs":{"24":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"27":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"c":{"!":{"[":{"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":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":1,"docs":{"44":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"5":{"tf":1.0},"51":{"tf":1.0}},"f":{"df":2,"docs":{"26":{"tf":1.0},"7":{"tf":1.0}},"i":{"df":6,"docs":{"14":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":6,"docs":{"10":{"tf":1.0},"14":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.4142135623730951},"6":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"29":{"tf":1.0},"6":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"15":{"tf":1.0},"5":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":12,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"9":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"23":{"tf":1.0}}}}},"df":2,"docs":{"4":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"15":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"49":{"tf":1.0},"52":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":8,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"29":{"tf":1.0},"37":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":5,"docs":{"32":{"tf":1.0},"39":{"tf":1.0},"46":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"(":{"0":{".":{".":{"=":{"2":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"(":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"4":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"z":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"24":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":1,"docs":{"46":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"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":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"2":{"0":{"df":3,"docs":{"20":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0}}},"df":0,"docs":{}},"8":{"0":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"0":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"6":{"0":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}},"9":{"0":{"df":4,"docs":{"19":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"(":{"1":{".":{".":{"=":{"4":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"z":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{")":{".":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"0":{".":{"5":{")":{".":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"0":{".":{"1":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"0":{"df":1,"docs":{"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"(":{"2":{"0":{"0":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":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":{"23":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"25":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"1":{"tf":1.0},"26":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":5,"docs":{"10":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"47":{"tf":1.7320508075688772},"9":{"tf":1.4142135623730951}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":37,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.7320508075688772},"12":{"tf":1.4142135623730951},"13":{"tf":2.0},"14":{"tf":2.0},"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.7320508075688772},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.7320508075688772},"23":{"tf":1.7320508075688772},"24":{"tf":1.0},"29":{"tf":1.7320508075688772},"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"37":{"tf":2.23606797749979},"39":{"tf":1.4142135623730951},"4":{"tf":2.449489742783178},"40":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":2.23606797749979},"45":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.7320508075688772},"5":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"6":{"tf":2.6457513110645907},"7":{"tf":1.4142135623730951},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"28":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"10":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"d":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"22":{"tf":1.0},"27":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"24":{"tf":1.0}}}}}}},"x":{"df":2,"docs":{"4":{"tf":1.4142135623730951},"6":{"tf":2.0}}},"y":{"df":0,"docs":{},"e":{"df":1,"docs":{"51":{"tf":1.0}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"23":{"tf":1.0}}}}}}}},"breadcrumbs":{"root":{"0":{"df":5,"docs":{"18":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0}}},"1":{"df":4,"docs":{"19":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.4142135623730951},"28":{"tf":1.7320508075688772}},"–":{"3":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}}},"2":{"df":2,"docs":{"18":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951}}},"3":{"df":2,"docs":{"23":{"tf":1.0},"28":{"tf":1.4142135623730951}}},"4":{"df":2,"docs":{"23":{"tf":1.0},"28":{"tf":1.4142135623730951}},"–":{"5":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}}},"5":{"df":1,"docs":{"23":{"tf":1.0}}},"6":{"df":1,"docs":{"23":{"tf":1.0}},"–":{"7":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}}},"7":{"df":1,"docs":{"23":{"tf":1.0}}},"_":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"26":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"52":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"34":{"tf":1.0},"36":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"34":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"37":{"tf":1.0},"44":{"tf":1.0}}}},"v":{"df":11,"docs":{"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.0},"29":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"44":{"tf":1.0},"6":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"18":{"tf":1.0}}}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"10":{"tf":1.0},"47":{"tf":1.0},"9":{"tf":1.0}}}}},"d":{"df":4,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0}}},"df":6,"docs":{"37":{"tf":1.0},"39":{"tf":1.7320508075688772},"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"42":{"tf":1.7320508075688772},"43":{"tf":1.0}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"17":{"tf":1.0},"35":{"tf":1.0},"49":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":8,"docs":{"21":{"tf":1.7320508075688772},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"24":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"39":{"tf":1.0}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}}}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"35":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"d":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":1,"docs":{"5":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":4,"docs":{"11":{"tf":1.0},"15":{"tf":1.4142135623730951},"29":{"tf":1.0},"51":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"16":{"tf":1.0},"5":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"5":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.7320508075688772}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":5,"docs":{"48":{"tf":1.7320508075688772},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"0":{"tf":1.0}}},"df":5,"docs":{"14":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"28":{"tf":1.0}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"2":{"tf":1.0},"27":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"4":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"35":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":8,"docs":{"21":{"tf":1.7320508075688772},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"28":{"tf":1.0},"37":{"tf":1.0},"47":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":12,"docs":{"10":{"tf":1.0},"16":{"tf":1.0},"25":{"tf":1.4142135623730951},"27":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0}}}},"t":{"df":2,"docs":{"10":{"tf":1.0},"35":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"0":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{":":{":":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"44":{"tf":1.4142135623730951},"45":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"37":{"tf":1.0},"39":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":7,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"40":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"1":{"tf":1.0},"11":{"tf":1.7320508075688772},"29":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":16,"docs":{"0":{"tf":1.4142135623730951},"11":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"29":{"tf":1.0},"3":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"37":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.7320508075688772},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"16":{"tf":1.0},"35":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"10":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"47":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}}},"d":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"16":{"tf":1.0},"30":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"20":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"e":{"c":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"16":{"tf":1.0},"29":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"50":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"34":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":9,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"24":{"tf":1.7320508075688772},"29":{"tf":1.0},"33":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.7320508075688772},"31":{"tf":1.0}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":7,"docs":{"16":{"tf":1.0},"22":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0},"50":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"26":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"b":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":5,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"13":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0}},"s":{"/":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"19":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"35":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":18,"docs":{"0":{"tf":1.7320508075688772},"11":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"18":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":2.23606797749979},"25":{"tf":2.449489742783178},"26":{"tf":1.0},"37":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"51":{"tf":2.0},"52":{"tf":1.4142135623730951},"6":{"tf":1.7320508075688772}},"f":{"df":0,"docs":{},"e":{"df":2,"docs":{"25":{"tf":1.0},"52":{"tf":1.0}},"e":{"d":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"25":{"tf":1.0},"26":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"0":{"tf":1.0},"1":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"12":{"tf":1.0},"14":{"tf":1.0},"19":{"tf":1.0},"49":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"28":{"tf":1.0},"37":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"a":{"d":{"df":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":15,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"6":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"49":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":5,"docs":{"15":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"44":{"tf":1.7320508075688772},"46":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"23":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"z":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"24":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}}}},"m":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"c":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"25":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"46":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"21":{"tf":1.0},"37":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"29":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"51":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"50":{"tf":1.0}}}}},"df":1,"docs":{"6":{"tf":1.4142135623730951}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"1":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"47":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":4,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0}}}}}},"o":{"df":12,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"20":{"tf":1.7320508075688772},"4":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.4142135623730951},"50":{"tf":1.7320508075688772},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"9":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"20":{"tf":1.0},"28":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"11":{"tf":1.0},"37":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.7320508075688772}}}},"c":{"df":0,"docs":{},"k":{"df":18,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.0},"28":{"tf":1.7320508075688772},"3":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.4142135623730951},"44":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.4142135623730951},"6":{"tf":1.0},"9":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"16":{"tf":1.0},"18":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"11":{"tf":1.4142135623730951},"16":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"35":{"tf":1.0},"4":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}}}}},"i":{"df":5,"docs":{"16":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0},"33":{"tf":1.0},"7":{"tf":1.0}},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"35":{"tf":1.0},"50":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"37":{"tf":1.0},"41":{"tf":1.0},"6":{"tf":1.7320508075688772}}}}},"r":{"df":9,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"15":{"tf":1.0},"24":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"|":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":5,"docs":{"4":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772},"47":{"tf":1.0}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":14,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.4142135623730951},"35":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":2.0},"5":{"tf":1.0},"52":{"tf":1.0},"7":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"37":{"tf":1.0}}}}}}}}}}}},"o":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"\\"":{"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":{"14":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"35":{"tf":1.0}}}}}}}}},"df":3,"docs":{"14":{"tf":1.0},"25":{"tf":1.0},"35":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"17":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"8":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"10":{"tf":1.0},"15":{"tf":1.0},"34":{"tf":1.4142135623730951},"49":{"tf":1.0},"50":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"16":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"24":{"tf":1.0},"3":{"tf":1.0}}},"s":{"df":13,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"16":{"tf":1.0},"29":{"tf":1.0},"32":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"51":{"tf":1.0},"9":{"tf":1.0}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":3,"docs":{"2":{"tf":1.0},"29":{"tf":1.0},"6":{"tf":1.7320508075688772}}}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"16":{"tf":1.0},"9":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"14":{"tf":1.0},"49":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"4":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"37":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"3":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":4,"docs":{"10":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"9":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":8,"docs":{"10":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.0},"37":{"tf":1.0},"47":{"tf":1.4142135623730951},"49":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"df":5,"docs":{"20":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"45":{"tf":1.4142135623730951},"50":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":8,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.0},"37":{"tf":1.0},"52":{"tf":1.4142135623730951}},"s":{"/":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"i":{"d":{"df":1,"docs":{"39":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"11":{"tf":1.0},"30":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"41":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"m":{"df":5,"docs":{"25":{"tf":1.0},"35":{"tf":1.4142135623730951},"47":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"32":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"1":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"11":{"tf":1.0},"12":{"tf":1.7320508075688772},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.7320508075688772},"49":{"tf":1.4142135623730951}}}},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.7320508075688772},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"14":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"36":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":10,"docs":{"13":{"tf":1.4142135623730951},"20":{"tf":1.0},"22":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"50":{"tf":1.4142135623730951},"52":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"32":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"37":{"tf":1.0},"6":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"37":{"tf":1.0},"47":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":10,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.7320508075688772},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.7320508075688772},"27":{"tf":1.0},"47":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"29":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"49":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"19":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"36":{"tf":1.0},"47":{"tf":2.0},"7":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":5,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"x":{"df":2,"docs":{"44":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":6,"docs":{"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.7320508075688772},"26":{"tf":1.7320508075688772},"43":{"tf":1.0}}}}}}}},"d":{"a":{"(":{")":{".":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{")":{".":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"28":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":7,"docs":{"0":{"tf":1.7320508075688772},"16":{"tf":1.0},"19":{"tf":2.0},"20":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"52":{"tf":1.0}},"t":{"a":{"df":13,"docs":{"0":{"tf":2.0},"11":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"19":{"tf":1.0},"3":{"tf":1.4142135623730951},"37":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.4142135623730951},"6":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"4":{"tf":1.7320508075688772},"6":{"tf":1.7320508075688772}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":4,"docs":{"31":{"tf":1.0},"35":{"tf":1.0},"40":{"tf":1.0},"5":{"tf":1.0}},"g":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"11":{"tf":1.0},"35":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"r":{"df":9,"docs":{"11":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"36":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"46":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":5,"docs":{"15":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"5":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"11":{"tf":1.0},"37":{"tf":1.0},"49":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"49":{"tf":1.0}}}}}}},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"22":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"28":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"a":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":9,"docs":{"10":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"47":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"35":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":14,"docs":{"10":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"26":{"tf":2.8284271247461903},"29":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.4142135623730951},"39":{"tf":1.0},"4":{"tf":2.8284271247461903},"41":{"tf":1.0},"47":{"tf":1.0},"6":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"44":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":6,"docs":{"10":{"tf":1.0},"12":{"tf":1.4142135623730951},"3":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"5":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":4,"docs":{"37":{"tf":1.0},"42":{"tf":1.0},"52":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"24":{"tf":1.0},"7":{"tf":1.7320508075688772}}}},"r":{"df":1,"docs":{"5":{"tf":1.0}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"5":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":16,"docs":{"16":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":1.7320508075688772},"37":{"tf":2.23606797749979},"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},"7":{"tf":1.0}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"25":{"tf":1.0},"29":{"tf":1.0},"51":{"tf":1.0},"8":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"32":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"48":{"tf":1.0}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"35":{"tf":1.0},"36":{"tf":1.0}},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"25":{"tf":1.0}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"11":{"tf":1.0},"32":{"tf":1.4142135623730951},"35":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"16":{"tf":1.0},"24":{"tf":1.0},"47":{"tf":1.0}}}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"6":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"26":{"tf":1.7320508075688772}},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":2.0}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"20":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"[":{"\\"":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":10,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.7320508075688772},"44":{"tf":1.0},"6":{"tf":1.4142135623730951}},"n":{"df":2,"docs":{"12":{"tf":1.0},"5":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"p":{"/":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"24":{"tf":1.0}}}},"y":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"26":{"tf":1.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":{"(":{")":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"(":{"&":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"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":{},"l":{"df":6,"docs":{"10":{"tf":1.0},"15":{"tf":1.0},"39":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.7320508075688772},"9":{"tf":1.0}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":8,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"29":{"tf":1.0},"37":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":3,"docs":{"45":{"tf":1.0},"52":{"tf":1.4142135623730951},"6":{"tf":1.7320508075688772}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"44":{"tf":1.7320508075688772},"45":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":7,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"14":{"tf":1.0},"23":{"tf":1.0},"28":{"tf":1.0},"44":{"tf":1.0},"5":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"10":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"35":{"tf":1.0}}}}},"s":{"df":1,"docs":{"32":{"tf":1.0}},"i":{"df":1,"docs":{"11":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"3":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"15":{"tf":1.0},"20":{"tf":1.0},"35":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"20":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"d":{"df":4,"docs":{"10":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":2,"docs":{"28":{"tf":1.0},"37":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"3":{"tf":1.0},"9":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":5,"docs":{"11":{"tf":1.0},"37":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":6,"docs":{"0":{"tf":1.0},"22":{"tf":1.0},"29":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.4142135623730951},"52":{"tf":1.0}}}}},"v":{"df":2,"docs":{"4":{"tf":1.0},"6":{"tf":1.0}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":20,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"29":{"tf":1.7320508075688772},"3":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.7320508075688772},"4":{"tf":1.4142135623730951},"47":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"39":{"tf":1.0}}}}}}},"r":{"(":{"\\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"44":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"2":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"a":{"df":0,"docs":{},"l":{"[":{"\\"":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":1,"docs":{"14":{"tf":1.0}},"u":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":7,"docs":{"14":{"tf":1.0},"29":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"45":{"tf":1.0},"6":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"41":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":3,"docs":{"36":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0}}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":18,"docs":{"17":{"tf":1.7320508075688772},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.7320508075688772},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"43":{"tf":1.7320508075688772},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"9":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"34":{"tf":1.0},"52":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":8,"docs":{"0":{"tf":1.4142135623730951},"11":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.7320508075688772},"49":{"tf":1.4142135623730951},"52":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":6,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":9,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":37,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":2.0},"13":{"tf":1.0},"14":{"tf":2.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.7320508075688772},"25":{"tf":1.7320508075688772},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.4142135623730951},"34":{"tf":1.7320508075688772},"35":{"tf":1.0},"37":{"tf":2.23606797749979},"39":{"tf":1.0},"4":{"tf":2.0},"40":{"tf":2.0},"43":{"tf":2.0},"44":{"tf":2.23606797749979},"45":{"tf":2.23606797749979},"46":{"tf":1.4142135623730951},"47":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"6":{"tf":2.23606797749979},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"15":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"16":{"tf":1.0},"49":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"39":{"tf":1.0}}}},"s":{"df":2,"docs":{"35":{"tf":1.0},"40":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"35":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"—":{"a":{"d":{"df":0,"docs":{},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"49":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":8,"docs":{"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"38":{"tf":1.7320508075688772},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"7":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"}":{"\\"":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"f":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"41":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":6,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"24":{"tf":1.0},"35":{"tf":1.7320508075688772},"4":{"tf":1.0},"7":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":2,"docs":{"22":{"tf":1.0},"26":{"tf":1.0}}}},"l":{"df":0,"docs":{},"s":{"df":3,"docs":{"35":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}}}},"q":{"df":1,"docs":{"51":{"tf":1.7320508075688772}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"11":{"tf":1.0},"26":{"tf":1.0},"46":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"16":{"tf":1.0},"26":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":1,"docs":{"25":{"tf":1.0}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"16":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"51":{"tf":1.0}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":4,"docs":{"11":{"tf":1.0},"27":{"tf":1.0},"40":{"tf":1.0},"45":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"35":{"tf":1.0},"5":{"tf":1.0}},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"51":{"tf":1.0}}}}}}}}}},"t":{"df":6,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"9":{"tf":1.0}}},"x":{"df":1,"docs":{"5":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"29":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0}}},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"50":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"14":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":5,"docs":{"18":{"tf":1.0},"29":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"47":{"tf":1.0},"49":{"tf":1.0}}}}}}},"n":{"df":2,"docs":{"44":{"tf":2.23606797749979},"45":{"tf":1.7320508075688772}}},"o":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":3,"docs":{"0":{"tf":1.0},"35":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"29":{"tf":1.0},"4":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"15":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"t":{"!":{"(":{"\\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"4":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":7,"docs":{"15":{"tf":1.0},"2":{"tf":1.7320508075688772},"3":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":18,"docs":{"0":{"tf":1.0},"10":{"tf":1.4142135623730951},"2":{"tf":1.0},"21":{"tf":1.0},"3":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.7320508075688772},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.4142135623730951},"49":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0}},"’":{"df":1,"docs":{"15":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"6":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"39":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"26":{"tf":1.0},"3":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}}}}}}},"d":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"27":{"tf":1.0}}}}}},"g":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"3":{"tf":1.0},"50":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"34":{"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":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"44":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":8,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"27":{"tf":1.4142135623730951},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"44":{"tf":1.0},"52":{"tf":1.0},"7":{"tf":1.0}}}}},"t":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}}},"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":1,"docs":{"1":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"52":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"11":{"tf":1.0},"16":{"tf":1.0}}}},"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"11":{"tf":1.0},"16":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":1,"docs":{"46":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"37":{"tf":1.0},"48":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}},"df":29,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"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},"8":{"tf":1.7320508075688772},"9":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"24":{"tf":1.0}}}},"n":{"d":{"df":2,"docs":{"4":{"tf":1.0},"6":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"r":{"d":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"11":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0}},"i":{"df":1,"docs":{"14":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"10":{"tf":1.0},"15":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"0":{"tf":1.0},"45":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"(":{"8":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}},"df":9,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"23":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"o":{"c":{"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"4":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"31":{"tf":1.0},"35":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"47":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"i":{"[":{"\\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"e":{"a":{"df":9,"docs":{"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"44":{"tf":1.0}}}}}}}},"l":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":28,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"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},"8":{"tf":1.7320508075688772},"9":{"tf":1.0}},"i":{"df":12,"docs":{"36":{"tf":1.7320508075688772},"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}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":3,"docs":{"17":{"tf":1.0},"21":{"tf":1.0},"43":{"tf":1.0}}}}}}}},"m":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"5":{"tf":1.0}}}},"l":{"df":2,"docs":{"44":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":8,"docs":{"22":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"47":{"tf":1.0}}}}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":4,"docs":{"0":{"tf":1.4142135623730951},"49":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":8,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"19":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"\\"":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"6":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"[":{"\\"":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"14":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"14":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"42":{"tf":1.0},"44":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"35":{"tf":1.0}}}}}}},"df":2,"docs":{"32":{"tf":1.0},"35":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":4,"docs":{"10":{"tf":1.0},"3":{"tf":1.0},"47":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"n":{"d":{"df":4,"docs":{"11":{"tf":1.0},"37":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":5,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"21":{"tf":1.0},"24":{"tf":1.0}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.4142135623730951},"22":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":3,"docs":{"22":{"tf":1.0},"47":{"tf":1.7320508075688772},"5":{"tf":1.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"7":{"tf":1.0}}}}}},"v":{"df":3,"docs":{"25":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"5":{"tf":1.0}},"t":{"df":1,"docs":{"3":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":2,"docs":{"35":{"tf":1.0},"44":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"11":{"tf":1.0},"31":{"tf":1.0}}}}},"v":{"df":5,"docs":{"48":{"tf":1.7320508075688772},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0}}}},"j":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"g":{"df":4,"docs":{"37":{"tf":1.0},"4":{"tf":1.0},"52":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"k":{"8":{"df":6,"docs":{"10":{"tf":1.0},"16":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":16,"docs":{"11":{"tf":1.0},"15":{"tf":1.7320508075688772},"16":{"tf":1.4142135623730951},"20":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"y":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}}},"n":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"49":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"11":{"tf":1.0},"33":{"tf":1.4142135623730951},"4":{"tf":1.0},"47":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"22":{"tf":1.0}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"25":{"tf":1.0},"37":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"22":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"15":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"19":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"15":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"42":{"tf":1.0},"49":{"tf":1.0},"9":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"37":{"tf":1.0},"6":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"t":{"df":2,"docs":{"3":{"tf":1.0},"4":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":12,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"13":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"37":{"tf":1.7320508075688772},"4":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":2,"docs":{"28":{"tf":1.0},"6":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"14":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":17,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.7320508075688772},"27":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"6":{"tf":1.0}}}}},"o":{"a":{"d":{"df":1,"docs":{"23":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"k":{"8":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":11,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"29":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"51":{"tf":1.0},"9":{"tf":1.0}}},"t":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":3,"docs":{"44":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}},"i":{"c":{"df":4,"docs":{"0":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"s":{"/":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"35":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"11":{"tf":1.0},"37":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"24":{"tf":1.0},"51":{"tf":1.0}}},"p":{"df":2,"docs":{"16":{"tf":1.0},"31":{"tf":1.0}}},"s":{"df":1,"docs":{"9":{"tf":1.0}}}},"w":{"(":{"2":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"23":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"16":{"tf":1.0},"32":{"tf":1.0},"7":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"36":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":7,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.4142135623730951}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":6,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"49":{"tf":1.0}}}},"p":{"df":3,"docs":{"10":{"tf":1.0},"35":{"tf":1.0},"47":{"tf":1.0}}},"t":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"48":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"11":{"tf":1.0},"33":{"tf":1.0}}}}}},"x":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"6":{"0":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}},"7":{"5":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"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":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":8,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0}}}}},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"1":{"tf":1.0},"2":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"d":{"df":5,"docs":{"14":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"35":{"tf":1.0},"52":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"c":{"df":5,"docs":{"25":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"35":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"3":{"0":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}},"4":{"5":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"16":{"tf":1.0},"18":{"tf":1.0},"31":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"49":{"tf":1.0},"5":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":3,"docs":{"35":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}}}},"x":{"df":1,"docs":{"50":{"tf":1.0}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"24":{"tf":1.4142135623730951}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":8,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"15":{"tf":1.0},"2":{"tf":1.0},"23":{"tf":1.0},"37":{"tf":2.23606797749979},"47":{"tf":1.0},"9":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"0":{"tf":1.0},"28":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"46":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"16":{"tf":1.0},"7":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":8,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"11":{"tf":1.0},"2":{"tf":1.0},"28":{"tf":1.7320508075688772},"3":{"tf":1.4142135623730951},"32":{"tf":1.0},"9":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"16":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"39":{"tf":1.0},"44":{"tf":1.0}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"df":1,"docs":{"23":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"16":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":8,"docs":{"15":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"40":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"g":{"df":2,"docs":{"24":{"tf":1.0},"35":{"tf":1.0}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":11,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"22":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"37":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"9":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"26":{"tf":1.0}}}}},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":8,"docs":{"21":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.7320508075688772},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"4":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":23,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"11":{"tf":1.0},"13":{"tf":1.4142135623730951},"2":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.7320508075688772},"37":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"41":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.4142135623730951},"50":{"tf":1.0},"52":{"tf":2.0},"6":{"tf":1.0},"9":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"5":{"tf":1.0}},"i":{"df":1,"docs":{"16":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"df":9,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"10":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.7320508075688772},"35":{"tf":1.0},"37":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"9":{"tf":1.0}}}},"n":{"df":1,"docs":{"5":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"15":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":17,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"37":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.4142135623730951}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"16":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"37":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"47":{"tf":1.0},"49":{"tf":1.0}}}}}},"k":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"\\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":1,"docs":{"44":{"tf":1.0}}},"n":{"c":{"df":3,"docs":{"37":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0}}},"df":4,"docs":{"19":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"9":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"33":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"11":{"tf":1.0},"20":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.4142135623730951},"35":{"tf":2.23606797749979},"5":{"tf":1.0},"51":{"tf":1.0}}}},"t":{"df":2,"docs":{"15":{"tf":1.0},"5":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"20":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.0},"6":{"tf":1.0}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":7,"docs":{"10":{"tf":1.0},"31":{"tf":1.0},"47":{"tf":1.4142135623730951},"5":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"51":{"tf":1.0}}}}}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"23":{"tf":1.4142135623730951}},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"22":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":9,"docs":{"16":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"3":{"tf":1.0},"42":{"tf":1.0},"5":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.7320508075688772}}}}}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"22":{"tf":1.0}}},"k":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"10":{"tf":1.0},"47":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":3,"docs":{"1":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"27":{"tf":1.0},"4":{"tf":1.0},"52":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}},"df":0,"docs":{},"t":{"df":51,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.7320508075688772},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"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.7320508075688772},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"4":{"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.7320508075688772},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.7320508075688772},"9":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":6,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"4":{"tf":2.449489742783178},"49":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":2.449489742783178}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"29":{"tf":1.0},"35":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":1,"docs":{"6":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"13":{"tf":1.0},"19":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":3,"docs":{"15":{"tf":2.449489742783178},"16":{"tf":1.0},"9":{"tf":1.0}}}}}}}},"df":1,"docs":{"6":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"22":{"tf":1.0}}}},"r":{"df":4,"docs":{"15":{"tf":1.0},"18":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"0":{"tf":1.0},"4":{"tf":1.0}}}}}}}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"23":{"tf":1.7320508075688772},"28":{"tf":3.605551275463989}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.7320508075688772}}}}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"27":{"tf":1.0},"44":{"tf":1.0},"49":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"10":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"14":{"tf":1.0},"28":{"tf":1.4142135623730951}}}}}}}},"l":{"a":{"df":0,"docs":{},"n":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"(":{")":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"[":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":23,"docs":{"1":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":2.0},"3":{"tf":1.0},"30":{"tf":1.4142135623730951},"34":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":2.0},"47":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":2.449489742783178},"7":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"35":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"u":{"df":2,"docs":{"19":{"tf":1.0},"20":{"tf":1.0}},"g":{"df":1,"docs":{"43":{"tf":1.0}},"g":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"12":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"3":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":3,"docs":{"32":{"tf":1.0},"35":{"tf":1.0},"50":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"25":{"tf":1.0},"28":{"tf":1.0},"37":{"tf":1.0},"52":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"26":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"16":{"tf":1.7320508075688772},"8":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"4":{"tf":1.0},"42":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"5":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"47":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"29":{"tf":1.4142135623730951},"35":{"tf":2.0},"37":{"tf":1.0},"39":{"tf":1.0}}}}}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"21":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"20":{"tf":1.0},"35":{"tf":1.0}}}},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"41":{"tf":1.0}}}},"t":{"df":3,"docs":{"16":{"tf":1.0},"42":{"tf":1.0},"50":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"29":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":2.0}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.4142135623730951}}}}}},"o":{"b":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":7,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"34":{"tf":1.0},"44":{"tf":1.4142135623730951},"46":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"11":{"tf":1.0},"31":{"tf":1.0},"4":{"tf":1.0},"9":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":5,"docs":{"0":{"tf":1.0},"14":{"tf":1.0},"26":{"tf":1.0},"41":{"tf":1.0},"51":{"tf":1.0}},"t":{"df":4,"docs":{"21":{"tf":1.0},"37":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":7,"docs":{"11":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.4142135623730951},"3":{"tf":1.0},"37":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":8,"docs":{"0":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.4142135623730951},"51":{"tf":1.0},"6":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"44":{"tf":1.0}},"r":{"df":1,"docs":{"35":{"tf":1.0}}}},"i":{"d":{"df":6,"docs":{"26":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"6":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":3,"docs":{"34":{"tf":1.0},"4":{"tf":1.4142135623730951},"6":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"b":{"df":2,"docs":{"44":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"0":{"tf":1.0},"52":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"51":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"12":{"tf":1.0},"3":{"tf":1.0}}}}}}}},"q":{"a":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"27":{"tf":1.7320508075688772},"5":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"tf":1.0}}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"(":{"3":{"df":2,"docs":{"18":{"tf":1.0},"20":{"tf":1.0}}},"5":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}},"df":10,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"23":{"tf":1.7320508075688772},"49":{"tf":1.4142135623730951},"5":{"tf":1.0},"50":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}}},"df":2,"docs":{"4":{"tf":2.0},"6":{"tf":3.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"44":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"l":{"df":3,"docs":{"34":{"tf":1.0},"44":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"—":{"a":{"df":1,"docs":{"35":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"49":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":9,"docs":{"20":{"tf":1.0},"26":{"tf":1.4142135623730951},"29":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.7320508075688772},"41":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.4142135623730951},"9":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":5,"docs":{"0":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.0},"43":{"tf":1.0},"5":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"1":{"tf":1.0},"3":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"5":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"41":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"13":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":4,"docs":{"15":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":13,"docs":{"36":{"tf":1.7320508075688772},"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":2.0},"48":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"0":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"29":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}},"x":{"df":2,"docs":{"34":{"tf":1.0},"35":{"tf":1.0}}}},"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"16":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"14":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"23":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"40":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"37":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":4,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":4,"docs":{"13":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"51":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":8,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"20":{"tf":1.0},"24":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"37":{"tf":1.0},"41":{"tf":1.0},"6":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":3,"docs":{"10":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":10,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.4142135623730951},"28":{"tf":1.0},"4":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.4142135623730951},"52":{"tf":1.0},"6":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":4,"docs":{"16":{"tf":1.0},"29":{"tf":1.0},"44":{"tf":1.4142135623730951},"45":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"0":{"tf":1.0},"52":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"15":{"tf":1.0},"40":{"tf":1.0},"47":{"tf":1.7320508075688772},"9":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":3,"docs":{"16":{"tf":1.0},"51":{"tf":1.0},"7":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"42":{"tf":1.0},"7":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"46":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"5":{"tf":1.0},"51":{"tf":1.0}}}}},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":8,"docs":{"0":{"tf":1.0},"20":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.7320508075688772}},"s":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"p":{"c":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"4":{"tf":1.7320508075688772},"44":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951},"6":{"tf":1.0}}}}}}}}},"df":26,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"11":{"tf":1.7320508075688772},"14":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":2.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":2.23606797749979},"33":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":2.449489742783178},"4":{"tf":1.7320508075688772},"41":{"tf":1.0},"45":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.7320508075688772},"50":{"tf":1.7320508075688772},"51":{"tf":1.4142135623730951},"52":{"tf":2.23606797749979},"6":{"tf":2.6457513110645907},"7":{"tf":1.0},"8":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"23":{"tf":1.0},"44":{"tf":1.4142135623730951}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":23,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.7320508075688772},"30":{"tf":2.0},"31":{"tf":1.7320508075688772},"32":{"tf":1.7320508075688772},"33":{"tf":1.7320508075688772},"34":{"tf":1.7320508075688772},"35":{"tf":1.4142135623730951},"37":{"tf":1.0},"4":{"tf":2.23606797749979},"41":{"tf":1.7320508075688772},"47":{"tf":1.7320508075688772},"50":{"tf":1.7320508075688772},"51":{"tf":1.7320508075688772},"52":{"tf":1.0},"6":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951},"9":{"tf":1.0}},"’":{"df":1,"docs":{"35":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"34":{"tf":1.0}},"{":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":8,"docs":{"10":{"tf":1.0},"27":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.0},"47":{"tf":1.0},"9":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"df":14,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"43":{"tf":1.7320508075688772},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"42":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":5,"docs":{"29":{"tf":1.4142135623730951},"47":{"tf":1.0},"51":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"26":{"tf":1.0},"35":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"27":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"2":{"df":9,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.7320508075688772}}}}}}}},"df":0,"docs":{}}}}},"df":31,"docs":{"1":{"tf":1.0},"10":{"tf":1.7320508075688772},"11":{"tf":2.23606797749979},"12":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":2.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"28":{"tf":2.0},"29":{"tf":2.23606797749979},"30":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"37":{"tf":2.6457513110645907},"4":{"tf":1.7320508075688772},"40":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":2.23606797749979},"48":{"tf":1.0},"49":{"tf":1.4142135623730951},"5":{"tf":1.0},"50":{"tf":2.0},"51":{"tf":1.7320508075688772},"52":{"tf":1.4142135623730951},"6":{"tf":2.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":2.23606797749979}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"23":{"tf":1.0},"33":{"tf":1.0},"5":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"10":{"tf":1.0},"35":{"tf":1.0}}}}}}},"df":1,"docs":{"4":{"tf":1.7320508075688772}},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"16":{"tf":1.0},"23":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"d":{"df":8,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}}},"df":4,"docs":{"11":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"20":{"tf":1.0},"29":{"tf":1.0}}}},"df":0,"docs":{}},"f":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":3,"docs":{"15":{"tf":1.0},"44":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"16":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"22":{"tf":1.0},"6":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"4":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"28":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"25":{"tf":1.0}}},"v":{"df":1,"docs":{"47":{"tf":1.0}},"i":{"c":{"df":4,"docs":{"32":{"tf":1.0},"37":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":8,"docs":{"11":{"tf":1.0},"18":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"36":{"tf":1.0},"49":{"tf":1.4142135623730951},"6":{"tf":1.0},"9":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":13,"docs":{"10":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"32":{"tf":1.0},"50":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":18,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":8,"docs":{"10":{"tf":1.0},"16":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"44":{"tf":1.0},"47":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.7320508075688772}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"0":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0}}}},"w":{"df":4,"docs":{"1":{"tf":1.0},"21":{"tf":1.0},"43":{"tf":1.0},"9":{"tf":1.0}}}}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":11,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"29":{"tf":1.7320508075688772},"35":{"tf":2.0},"41":{"tf":1.0},"5":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"18":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"22":{"tf":1.4142135623730951},"26":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":3,"docs":{"32":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0}}}}},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"22":{"tf":1.0},"35":{"tf":1.0},"50":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"11":{"tf":1.0},"18":{"tf":1.0},"3":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":5,"docs":{"15":{"tf":1.0},"18":{"tf":1.0},"46":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"3":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"24":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":6,"docs":{"14":{"tf":1.0},"20":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":1.0},"49":{"tf":1.0},"6":{"tf":1.0}},"i":{"df":1,"docs":{"11":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":4,"docs":{"16":{"tf":1.0},"30":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"t":{"a":{"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"32":{"tf":1.0},"37":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"28":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"50":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"16":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"df":0,"docs":{}},"_":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"45":{"tf":1.0},"6":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":13,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.7320508075688772},"37":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.7320508075688772}}}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"16":{"tf":1.0},"23":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0}}},"i":{"c":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}}},"y":{"df":6,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"25":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.4142135623730951},"51":{"tf":1.0}}}},"d":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{":":{":":{"a":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"44":{"tf":1.0}}},"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":{":":{":":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"28":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"15":{"tf":1.0},"35":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"22":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"51":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.4142135623730951}},"i":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"27":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"27":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":3,"docs":{"37":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0}}}},"r":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"19":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"b":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"49":{"tf":1.4142135623730951}}}}}},"u":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"18":{"tf":1.0},"22":{"tf":1.4142135623730951},"24":{"tf":1.0}}}},"t":{"df":5,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.0},"24":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"0":{"tf":1.0},"52":{"tf":1.0}}}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":10,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"33":{"tf":1.0}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"10":{"tf":1.0},"48":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"16":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"n":{"c":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"26":{"tf":1.0}},"i":{"c":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"22":{"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":{},"e":{"df":0,"docs":{},"m":{"df":7,"docs":{"14":{"tf":1.4142135623730951},"20":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.4142135623730951}}}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"2":{"0":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"0":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"44":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":6,"docs":{"11":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.4142135623730951},"45":{"tf":1.7320508075688772},"5":{"tf":1.0},"51":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"37":{"tf":1.0}}}}},"d":{"df":3,"docs":{"14":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0}}},"df":1,"docs":{"4":{"tf":1.4142135623730951}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":3,"docs":{"16":{"tf":1.0},"3":{"tf":1.4142135623730951},"49":{"tf":1.0}}},"r":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"15":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":21,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.0},"10":{"tf":1.7320508075688772},"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"18":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.7320508075688772},"37":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.4142135623730951},"5":{"tf":1.7320508075688772},"50":{"tf":1.0},"51":{"tf":1.4142135623730951},"9":{"tf":2.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":10,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"{":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"45":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"44":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"44":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":3,"docs":{"29":{"tf":1.0},"39":{"tf":1.0},"7":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"e":{"df":12,"docs":{"0":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.7320508075688772},"3":{"tf":1.4142135623730951},"31":{"tf":1.0},"35":{"tf":1.0},"5":{"tf":1.4142135623730951},"51":{"tf":1.0},"6":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"34":{"tf":1.0},"35":{"tf":1.0}}}}},"r":{"df":1,"docs":{"22":{"tf":1.4142135623730951}}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"14":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"9":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"25":{"tf":1.0},"27":{"tf":1.0},"5":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"22":{"tf":1.0}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":24,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"27":{"tf":2.0},"29":{"tf":1.0},"37":{"tf":2.0},"4":{"tf":2.0},"42":{"tf":1.7320508075688772},"44":{"tf":1.4142135623730951},"47":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.4142135623730951},"52":{"tf":1.0},"6":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.0}},"y":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"g":{"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":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"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":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"49":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"34":{"tf":1.0},"35":{"tf":1.0},"47":{"tf":1.0},"9":{"tf":1.0}}},"k":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":15,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.4142135623730951},"23":{"tf":1.7320508075688772},"3":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.7320508075688772},"5":{"tf":1.4142135623730951},"52":{"tf":1.0},"6":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"26":{"tf":1.0},"43":{"tf":1.0},"49":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":13,"docs":{"11":{"tf":1.0},"13":{"tf":1.4142135623730951},"15":{"tf":1.0},"18":{"tf":2.23606797749979},"19":{"tf":2.23606797749979},"20":{"tf":1.4142135623730951},"28":{"tf":1.0},"34":{"tf":1.0},"49":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"4":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"28":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"10":{"tf":1.7320508075688772}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"35":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"13":{"tf":1.0},"24":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.7320508075688772}}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"16":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":3,"docs":{"16":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"30":{"tf":1.0},"4":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"16":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":1,"docs":{"18":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"30":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"22":{"tf":1.0},"3":{"tf":1.4142135623730951},"37":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"45":{"tf":1.0},"50":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":2,"docs":{"39":{"tf":1.0},"47":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"11":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"10":{"tf":1.0}}}},"df":26,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"15":{"tf":1.0},"18":{"tf":1.7320508075688772},"19":{"tf":1.7320508075688772},"20":{"tf":2.0},"22":{"tf":1.7320508075688772},"23":{"tf":1.4142135623730951},"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.4142135623730951},"29":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":2.23606797749979},"45":{"tf":1.7320508075688772},"47":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":30,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"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},"49":{"tf":1.0},"5":{"tf":1.0},"8":{"tf":1.7320508075688772},"9":{"tf":1.4142135623730951}},"s":{"(":{"4":{"df":2,"docs":{"18":{"tf":1.0},"20":{"tf":1.0}}},"8":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"z":{"df":2,"docs":{"44":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"46":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"10":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":19,"docs":{"0":{"tf":1.4142135623730951},"11":{"tf":1.4142135623730951},"16":{"tf":1.0},"18":{"tf":1.7320508075688772},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"25":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.4142135623730951},"34":{"tf":1.0},"37":{"tf":1.4142135623730951},"39":{"tf":1.0},"44":{"tf":1.4142135623730951},"45":{"tf":1.0},"49":{"tf":1.4142135623730951},"5":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.4142135623730951},"7":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":1,"docs":{"24":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"27":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"c":{"!":{"[":{"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":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":1,"docs":{"44":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"5":{"tf":1.0},"51":{"tf":1.0}},"f":{"df":2,"docs":{"26":{"tf":1.0},"7":{"tf":1.0}},"i":{"df":6,"docs":{"14":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":6,"docs":{"10":{"tf":1.0},"14":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.4142135623730951},"6":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"29":{"tf":1.0},"6":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"15":{"tf":1.0},"5":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":12,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"9":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"23":{"tf":1.4142135623730951}}}}},"df":2,"docs":{"4":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"15":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"49":{"tf":1.0},"52":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":8,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"29":{"tf":1.0},"37":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":5,"docs":{"32":{"tf":1.0},"39":{"tf":1.0},"46":{"tf":1.4142135623730951},"50":{"tf":1.0},"52":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"(":{"0":{".":{".":{"=":{"2":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"(":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"4":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"z":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"24":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":1,"docs":{"46":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"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":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"2":{"0":{"df":3,"docs":{"20":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0}}},"df":0,"docs":{}},"8":{"0":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"0":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"6":{"0":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}},"9":{"0":{"df":4,"docs":{"19":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"(":{"1":{".":{".":{"=":{"4":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"z":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{")":{".":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"0":{".":{"5":{")":{".":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"0":{".":{"1":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"0":{"df":1,"docs":{"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"(":{"2":{"0":{"0":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":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":{"23":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"25":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"1":{"tf":1.0},"26":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":5,"docs":{"10":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"47":{"tf":1.7320508075688772},"9":{"tf":1.4142135623730951}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":38,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.7320508075688772},"12":{"tf":2.0},"13":{"tf":2.449489742783178},"14":{"tf":2.23606797749979},"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.7320508075688772},"19":{"tf":2.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":2.0},"23":{"tf":2.0},"24":{"tf":1.0},"29":{"tf":1.7320508075688772},"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"37":{"tf":2.23606797749979},"39":{"tf":1.7320508075688772},"4":{"tf":2.449489742783178},"40":{"tf":1.0},"43":{"tf":2.0},"44":{"tf":2.6457513110645907},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.7320508075688772},"5":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"6":{"tf":2.6457513110645907},"7":{"tf":1.4142135623730951},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"28":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"10":{"tf":1.0},"9":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"d":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"22":{"tf":1.0},"27":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"24":{"tf":1.0}}}}}}},"x":{"df":2,"docs":{"4":{"tf":1.4142135623730951},"6":{"tf":2.0}}},"y":{"df":0,"docs":{},"e":{"df":1,"docs":{"51":{"tf":1.0}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"23":{"tf":1.0}}}}}}}},"title":{"root":{"2":{"df":1,"docs":{"18":{"tf":1.0}}},"a":{"d":{"df":4,"docs":{"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"21":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"48":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"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":{"11":{"tf":1.0}}}}}}}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"24":{"tf":1.0}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"z":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"24":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"34":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"45":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"49":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"49":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"47":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"25":{"tf":1.0},"26":{"tf":1.0}}}}}}}},"d":{"a":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"26":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"36":{"tf":1.0},"37":{"tf":1.0}}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"26":{"tf":1.0}},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"l":{"df":1,"docs":{"49":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"17":{"tf":1.0},"21":{"tf":1.0},"43":{"tf":1.0}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"12":{"tf":1.0},"14":{"tf":1.0},"25":{"tf":1.0},"34":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"38":{"tf":1.0}}},"df":0,"docs":{}}}}}},"f":{"a":{"df":0,"docs":{},"q":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"38":{"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":{"27":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"52":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"42":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}},"i":{"df":1,"docs":{"36":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"47":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"v":{"df":1,"docs":{"48":{"tf":1.0}}}},"k":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"37":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"20":{"tf":1.0}}}}},"o":{"a":{"d":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"24":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"37":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"28":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"22":{"tf":1.0}}}}}}},"w":{"df":1,"docs":{"43":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"35":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"23":{"tf":1.0}}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"2":{"tf":1.0},"36":{"tf":1.0},"48":{"tf":1.0},"8":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"15":{"tf":1.0}}}}}}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"28":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}}}}}}},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"28":{"tf":1.0}}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"o":{"b":{"df":0,"docs":{},"e":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"36":{"tf":1.0},"47":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":2,"docs":{"26":{"tf":1.0},"29":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"41":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":6,"docs":{"11":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"37":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"18":{"tf":1.0},"44":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"22":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"45":{"tf":1.0}}}},"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"27":{"tf":1.0},"42":{"tf":1.0}}}}}}}},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"18":{"tf":1.0},"19":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":1,"docs":{"10":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"w":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"23":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"46":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":9,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"lang":"English","pipeline":["trimmer","stopWordFilter","stemmer"],"ref":"id","version":"0.9.5"},"results_options":{"limit_results":30,"teaser_word_count":30},"search_options":{"bool":"OR","expand":true,"fields":{"body":{"boost":1},"breadcrumbs":{"boost":1},"title":{"boost":2}}}}')); \ No newline at end of file diff --git a/docs/searchindex-ddb80ddb.js b/docs/searchindex-ddb80ddb.js new file mode 100644 index 0000000..81deb2a --- /dev/null +++ b/docs/searchindex-ddb80ddb.js @@ -0,0 +1 @@ +window.search = Object.assign(window.search, JSON.parse('{"doc_urls":["project-context-primer.html#project-context-primer","what-you-will-learn.html#what-you-will-learn","part-i.html#part-i--foundations","introduction.html#introduction","architecture-overview.html#architecture-overview","testing-philosophy.html#testing-philosophy","scenario-lifecycle.html#scenario-lifecycle-conceptual","design-rationale.html#design-rationale","part-ii.html#part-ii--user-guide","workspace-layout.html#workspace-layout","annotated-tree.html#annotated-tree","authoring-scenarios.html#authoring-scenarios","workloads.html#core-content-workloads--expectations","workloads.html#workloads","workloads.html#expectations","scenario-builder-ext-patterns.html#core-content-scenariobuilderext-patterns","best-practices.html#best-practices","examples.html#examples","examples.html#simple-2-validator-transaction-workload","examples.html#da--transaction-workload","examples.html#chaos--liveness-check","examples-advanced.html#advanced--artificial-examples","examples-advanced.html#partition-and-recover-chaos","examples-advanced.html#mempool-saturation-slo","examples-advanced.html#api-contract-probe","examples-advanced.html#validator-churn-replacejoin","examples-advanced.html#mixed-da--tx-throughput-sweep","examples-advanced.html#stochastic-topology-generator","running-scenarios.html#running-scenarios","runners.html#runners","runners.html#local-runner","runners.html#docker-compose-runner","runners.html#kubernetes-runner","runners.html#common-expectations","operations.html#operations","part-iii.html#part-iii--developer-reference","scenario-model.html#scenario-model-developer-level","extending.html#extending-the-framework","extending.html#adding-a-workload","extending.html#adding-an-expectation","extending.html#adding-a-runner","extending.html#adding-topology-helpers","node-control.html#node-control--runcontext","node-control.html#accessing-node-control-in-workloadsexpectations","node-control.html#peer-blocking-example","node-control.html#considerations","chaos.html#chaos-workloads","chaos.html#how-it-works","chaos.html#usage","chaos.html#expectations-to-pair","chaos.html#best-practices","topology-chaos.html#topology--chaos-patterns","topology-chaos.html#node-control-availability","topology-chaos.html#chaos-patterns-to-consider","topology-chaos.html#expectations-to-pair","topology-chaos.html#guidance","custom-workload-example.html#example-new-workload--expectation-rust","custom-workload-example.html#workload-simple-reachability-probe","custom-workload-example.html#expectation-confirm-the-target-stayed-reachable","custom-workload-example.html#how-to-wire-it","internal-crate-reference.html#internal-crate-reference","part-iv.html#part-iv--appendix","dsl-cheat-sheet.html#core-content-dsl-cheat-sheet","troubleshooting.html#troubleshooting-scenarios","faq.html#faq","glossary.html#glossary"],"index":{"documentStore":{"docInfo":{"0":{"body":67,"breadcrumbs":6,"title":3},"1":{"body":26,"breadcrumbs":2,"title":1},"10":{"body":59,"breadcrumbs":8,"title":2},"11":{"body":101,"breadcrumbs":8,"title":2},"12":{"body":18,"breadcrumbs":12,"title":4},"13":{"body":38,"breadcrumbs":9,"title":1},"14":{"body":81,"breadcrumbs":9,"title":1},"15":{"body":84,"breadcrumbs":12,"title":4},"16":{"body":96,"breadcrumbs":8,"title":2},"17":{"body":14,"breadcrumbs":6,"title":1},"18":{"body":49,"breadcrumbs":10,"title":5},"19":{"body":51,"breadcrumbs":8,"title":3},"2":{"body":10,"breadcrumbs":4,"title":2},"20":{"body":61,"breadcrumbs":8,"title":3},"21":{"body":19,"breadcrumbs":10,"title":3},"22":{"body":58,"breadcrumbs":10,"title":3},"23":{"body":58,"breadcrumbs":10,"title":3},"24":{"body":58,"breadcrumbs":10,"title":3},"25":{"body":57,"breadcrumbs":10,"title":3},"26":{"body":69,"breadcrumbs":12,"title":5},"27":{"body":53,"breadcrumbs":10,"title":3},"28":{"body":75,"breadcrumbs":8,"title":2},"29":{"body":20,"breadcrumbs":6,"title":1},"3":{"body":84,"breadcrumbs":4,"title":1},"30":{"body":16,"breadcrumbs":7,"title":2},"31":{"body":23,"breadcrumbs":8,"title":3},"32":{"body":17,"breadcrumbs":7,"title":2},"33":{"body":48,"breadcrumbs":7,"title":2},"34":{"body":135,"breadcrumbs":6,"title":1},"35":{"body":10,"breadcrumbs":8,"title":4},"36":{"body":134,"breadcrumbs":12,"title":4},"37":{"body":0,"breadcrumbs":8,"title":2},"38":{"body":28,"breadcrumbs":8,"title":2},"39":{"body":23,"breadcrumbs":8,"title":2},"4":{"body":170,"breadcrumbs":6,"title":2},"40":{"body":31,"breadcrumbs":8,"title":2},"41":{"body":20,"breadcrumbs":9,"title":3},"42":{"body":28,"breadcrumbs":10,"title":3},"43":{"body":50,"breadcrumbs":11,"title":4},"44":{"body":51,"breadcrumbs":10,"title":3},"45":{"body":32,"breadcrumbs":8,"title":1},"46":{"body":14,"breadcrumbs":8,"title":2},"47":{"body":56,"breadcrumbs":7,"title":1},"48":{"body":37,"breadcrumbs":7,"title":1},"49":{"body":24,"breadcrumbs":8,"title":2},"5":{"body":96,"breadcrumbs":6,"title":2},"50":{"body":26,"breadcrumbs":8,"title":2},"51":{"body":11,"breadcrumbs":10,"title":3},"52":{"body":16,"breadcrumbs":10,"title":3},"53":{"body":57,"breadcrumbs":10,"title":3},"54":{"body":24,"breadcrumbs":9,"title":2},"55":{"body":35,"breadcrumbs":8,"title":1},"56":{"body":19,"breadcrumbs":14,"title":5},"57":{"body":117,"breadcrumbs":13,"title":4},"58":{"body":64,"breadcrumbs":14,"title":5},"59":{"body":24,"breadcrumbs":10,"title":1},"6":{"body":159,"breadcrumbs":8,"title":3},"60":{"body":91,"breadcrumbs":10,"title":3},"61":{"body":10,"breadcrumbs":6,"title":3},"62":{"body":84,"breadcrumbs":11,"title":5},"63":{"body":86,"breadcrumbs":7,"title":2},"64":{"body":99,"breadcrumbs":5,"title":1},"65":{"body":88,"breadcrumbs":5,"title":1},"7":{"body":68,"breadcrumbs":6,"title":2},"8":{"body":10,"breadcrumbs":8,"title":4},"9":{"body":94,"breadcrumbs":8,"title":2}},"docs":{"0":{"body":"This book focuses on the Nomos Testing Framework. It assumes familiarity with\\nthe Nomos architecture, but for completeness, here is a short primer. Nomos is a modular blockchain protocol composed of validators, executors,\\nand a data-availability (DA) subsystem. Validators participate in consensus and produce blocks. Executors run application logic or off-chain computations referenced by\\nblocks. Data Availability (DA) ensures that data referenced in blocks is\\npublished and retrievable, including blobs or channel data used by workloads. These roles interact tightly, which is why meaningful testing must be performed\\nin multi-node environments that include real networking, timing, and DA\\ninteraction.","breadcrumbs":"Project Context Primer » Project Context Primer","id":"0","title":"Project Context Primer"},"1":{"body":"This book gives you a clear mental model for Nomos multi-node testing, shows how\\nto author scenarios that pair realistic workloads with explicit expectations,\\nand guides you to run them across local, containerized, and cluster environments\\nwithout changing the plan.","breadcrumbs":"What You Will Learn » What You Will Learn","id":"1","title":"What You Will Learn"},"10":{"body":"High-level view of the workspace and how pieces relate: nomos-testing/\\n├─ testing-framework/\\n│ ├─ configs/ # shared configuration helpers\\n│ ├─ core/ # scenario model, runtime, topology\\n│ ├─ workflows/ # workloads, expectations, DSL extensions\\n│ └─ runners/ # local, compose, k8s deployment backends\\n├─ tests/ # integration scenarios using the framework\\n└─ scripts/ # supporting setup utilities (e.g., assets) Each area maps to a responsibility: describe configs, orchestrate scenarios,\\npackage common traffic and assertions, adapt to environments, and demonstrate\\nend-to-end usage.","breadcrumbs":"Part II — User Guide » Annotated Tree » Annotated Tree","id":"10","title":"Annotated Tree"},"11":{"body":"Creating a scenario is a declarative exercise: Shape the topology: decide how many validators and executors to run, and\\nwhat high-level network and data-availability characteristics matter for the\\ntest. Attach workloads: pick traffic generators that align with your goals\\n(transactions, data-availability blobs, or chaos for resilience probes). Define expectations: specify the health signals that must hold when the\\nrun finishes (e.g., consensus liveness, inclusion of submitted activity; see Core Content: Workloads & Expectations). Set duration: choose a run window long enough to observe meaningful\\nblock progression and the effects of your workloads. Choose a runner: target local processes for fast iteration, Docker\\nCompose for reproducible multi-node stacks, or Kubernetes for cluster-grade\\nvalidation. For environment considerations, see Operations. Keep scenarios small and explicit: make the intended behavior and the success\\ncriteria clear so failures are easy to interpret and act upon.","breadcrumbs":"Part II — User Guide » Authoring Scenarios » Authoring Scenarios","id":"11","title":"Authoring Scenarios"},"12":{"body":"Workloads describe the activity a scenario generates; expectations describe the\\nsignals that must hold when that activity completes. Both are pluggable so\\nscenarios stay readable and purpose-driven.","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Core Content: Workloads & Expectations","id":"12","title":"Core Content: Workloads & Expectations"},"13":{"body":"Transaction workload: submits user-level transactions at a configurable\\nrate and can limit how many distinct actors participate. Data-availability workload: drives blob and channel activity to exercise\\ndata-availability paths. Chaos workload: triggers controlled node restarts to test resilience and\\nrecovery behaviors (requires a runner that can control nodes).","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Workloads","id":"13","title":"Workloads"},"14":{"body":"Consensus liveness: verifies the system continues to produce blocks in\\nline with the planned workload and timing window. Workload-specific checks: each workload can attach its own success\\ncriteria (e.g., inclusion of submitted activity) so scenarios remain concise. Together, workloads and expectations let you express both the pressure applied\\nto the system and the definition of “healthy” for that run. Mermaid view (pipeline): flowchart TD I[\\"Inputs: topology + wallets + rates\\"] Init[\\"Workload init\\"] Drive[\\"Drive traffic\\"] Collect[\\"Collect signals\\"] Eval[\\"Expectations evaluate\\"] I --> Init --> Drive --> Collect --> Eval Usage example: use std::time::Duration;\\nuse testing_framework_core::scenario::ScenarioBuilder;\\nuse testing_framework_workflows::{ConsensusLiveness, workloads::transaction}; let plan = ScenarioBuilder::with_node_counts(2, 0) .with_workload(transaction::Workload::default()) .with_expectation(ConsensusLiveness::default()) .with_run_duration(Duration::from_secs(60)) .build();\\n// deploy with your runner of choice and call runner.run(&mut plan)","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Expectations","id":"14","title":"Expectations"},"15":{"body":"Patterns that keep scenarios readable and reusable: Topology-first: start by shaping the cluster (counts, layout) so later\\nsteps inherit a clear foundation. Bundle defaults: use the DSL helpers to attach common expectations (like\\nliveness) whenever you add a matching workload, reducing forgotten checks. Intentional rates: express traffic in per-block terms to align with\\nprotocol timing rather than wall-clock assumptions. Opt-in chaos: enable restart patterns only in scenarios meant to probe\\nresilience; keep functional smoke tests deterministic. Wallet clarity: seed only the number of actors you need; it keeps\\ntransaction scenarios deterministic and interpretable. These patterns make scenario definitions self-explanatory while staying aligned\\nwith the framework’s block-oriented timing model.","breadcrumbs":"Part II — User Guide » Core Content: ScenarioBuilderExt Patterns » Core Content: ScenarioBuilderExt Patterns","id":"15","title":"Core Content: ScenarioBuilderExt Patterns"},"16":{"body":"State your intent: document the goal of each scenario (throughput, DA\\nvalidation, resilience) so expectation choices are obvious. Keep runs meaningful: choose durations that allow multiple blocks and make\\ntiming-based assertions trustworthy. Separate concerns: start with deterministic workloads for functional\\nchecks; add chaos in dedicated resilience scenarios to avoid noisy failures. Reuse patterns: standardize on shared topology and workload presets so\\nresults are comparable across environments and teams. Observe first, tune second: rely on liveness and inclusion signals to\\ninterpret outcomes before tweaking rates or topology. Environment fit: pick runners that match the feedback loop you need—local\\nfor speed, compose for reproducible stacks, k8s for cluster-grade fidelity. Minimal surprises: seed only necessary wallets and keep configuration\\ndeltas explicit when moving between CI and developer machines.","breadcrumbs":"Part II — User Guide » Best Practices » Best Practices","id":"16","title":"Best Practices"},"17":{"body":"Concrete scenario shapes that illustrate how to combine topologies, workloads,\\nand expectations. Adjust counts, rates, and durations to fit your environment.","breadcrumbs":"Part II — User Guide » Examples » Examples","id":"17","title":"Examples"},"18":{"body":"Topology: two validators. Workload: transaction submissions at a modest per-block rate with a small\\nset of wallet actors. Expectations: consensus liveness and inclusion of submitted activity. When to use: smoke tests for consensus and transaction flow on minimal\\nhardware. Setup (Rust): use std::time::Duration;\\nuse testing_framework_core::scenario::ScenarioBuilder; let plan = ScenarioBuilder::with_node_counts(2, 0) .transactions() .rate(3) .users(4) .apply() .with_run_duration(Duration::from_secs(60)) .expect_consensus_liveness() .build();\\n// deploy with your runner of choice (local/compose/k8s) and run","breadcrumbs":"Part II — User Guide » Examples » Simple 2-validator transaction workload","id":"18","title":"Simple 2-validator transaction workload"},"19":{"body":"Topology: validators plus executors if available. Workloads: data-availability blobs/channels and transactions running\\ntogether to stress both paths. Expectations: consensus liveness and workload-level inclusion/availability\\nchecks. When to use: end-to-end coverage of transaction and DA layers in one run. Setup (Rust): use std::time::Duration;\\nuse testing_framework_core::scenario::ScenarioBuilder; let plan = ScenarioBuilder::with_node_counts(2, 1) .transactions() .rate(5) .users(8) .apply() .da() .channel_rate(1) .blob_rate(1) .apply() .with_run_duration(Duration::from_secs(90)) .expect_consensus_liveness() .build();","breadcrumbs":"Part II — User Guide » Examples » DA + transaction workload","id":"19","title":"DA + transaction workload"},"2":{"body":"Conceptual chapters that establish the mental model for the framework and how\\nit approaches multi-node testing.","breadcrumbs":"Part I — Foundations » Part I — Foundations","id":"2","title":"Part I — Foundations"},"20":{"body":"Topology: validators (optionally executors) with node control enabled. Workloads: baseline traffic (transactions or DA) plus chaos restarts on\\nselected roles. Expectations: consensus liveness to confirm the system keeps progressing\\ndespite restarts; workload-specific inclusion if traffic is present. When to use: resilience validation and operational readiness drills. Setup (Rust): use std::time::Duration;\\nuse testing_framework_core::scenario::ScenarioBuilder;\\nuse testing_framework_workflows::workloads::transaction; let plan = ScenarioBuilder::with_node_counts(2, 1) .enable_node_control() .transactions() .rate(3) .users(4) .apply() .chaos_random_restart() .min_delay(Duration::from_secs(45)) .max_delay(Duration::from_secs(75)) .target_cooldown(Duration::from_secs(120)) .apply() .with_run_duration(Duration::from_secs(120)) .expect_consensus_liveness() .build();","breadcrumbs":"Part II — User Guide » Examples » Chaos + liveness check","id":"20","title":"Chaos + liveness check"},"21":{"body":"These illustrative scenarios stretch the framework to show how to build new\\nworkloads, expectations, deployers, and topology tricks. They are intentionally\\n“synthetic” to teach capabilities rather than prescribe production tests.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Advanced & Artificial Examples","id":"21","title":"Advanced & Artificial Examples"},"22":{"body":"Idea: induce a partial partition between nodes (e.g., block a subset of peers) mid-run, then heal it, to verify recovery and catch-up. Demonstrates: using node control/peer blocking to simulate partitions and asserting liveness plus height convergence afterward. Shape: a custom workload that blocks/unblocks peers; an expectation that all nodes reach the same height after healing. Setup (Rust): use testing_framework_core::scenario::ScenarioBuilder;\\n// PartitionChaosWorkload and HeightConvergenceExpectation are custom components you write. let plan = ScenarioBuilder::with_node_counts(3, 0) .enable_node_control() .with_workload(PartitionChaosWorkload::new().duration(Duration::from_secs(60))) .with_expectation(HeightConvergenceExpectation::new()) .with_run_duration(Duration::from_secs(150)) .build();","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Partition-and-Recover Chaos","id":"22","title":"Partition-and-Recover Chaos"},"23":{"body":"Idea: drive a high transaction rate to create backpressure and assert inclusion latency stays under a target budget. Demonstrates: SLO-style expectations (e.g., p95 inclusion time) under load, beyond simple liveness. Shape: high-rate tx workload plus an expectation that measures inclusion delay versus a threshold. Setup (Rust): use std::time::Duration;\\nuse testing_framework_core::scenario::ScenarioBuilder;\\n// HighRateTxWorkload drives load; InclusionSLOExpectation measures latency. let plan = ScenarioBuilder::with_node_counts(2, 1) .transactions().rate(20).users(16).apply() .with_expectation(InclusionSLOExpectation::with_budget(Duration::from_secs(10))) .with_run_duration(Duration::from_secs(120)) .build();","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Mempool Saturation SLO","id":"23","title":"Mempool Saturation SLO"},"24":{"body":"Idea: repeatedly hit node HTTP/RPC endpoints with schema-aware checks to ensure responses stay well-formed and timely under load. Demonstrates: validating external contract stability (shape + latency) while workloads run; catching regressions in public-facing APIs. Shape: custom probe workload that polls endpoints; expectation that enforces response codes/fields and latency bands. Setup (Rust): use testing_framework_core::scenario::ScenarioBuilder;\\n// ApiProbeWorkload and ApiContractExpectation are custom components you write. let plan = ScenarioBuilder::with_node_counts(2, 1) .with_workload(ApiProbeWorkload::new().endpoint(\\"/health\\").p95_latency(Duration::from_millis(500))) .with_expectation(ApiContractExpectation::default()) .with_run_duration(Duration::from_secs(60)) .build();","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » API Contract Probe","id":"24","title":"API Contract Probe"},"25":{"body":"Idea: remove a validator and add a new one mid-run (or restart with a new key) to verify the cluster reconfigures and maintains progress. Demonstrates: handling validator churn and ensuring consensus/height convergence after membership changes. Shape: custom workload that stops one validator and starts another; expectation that heights converge and no prolonged stalls occur. Setup (Rust): use testing_framework_core::scenario::ScenarioBuilder;\\n// ValidatorChurnWorkload manages stop/start; HeightConvergenceExpectation checks final state. let plan = ScenarioBuilder::with_node_counts(3, 0) .enable_node_control() .with_workload(ValidatorChurnWorkload::new().replace_after(Duration::from_secs(45))) .with_expectation(HeightConvergenceExpectation::new()) .with_run_duration(Duration::from_secs(180)) .build();","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Validator Churn (Replace/Join)","id":"25","title":"Validator Churn (Replace/Join)"},"26":{"body":"Idea: sweep transaction and DA blob rates upward in steps to identify throughput limits and where inclusion/availability SLOs start failing. Demonstrates: combined-path stress (tx + DA) with SLO-based expectations on inclusion and DA responsiveness. Shape: workload that increases rates every N seconds; expectation that tracks inclusion latency and DA API health within budgets. Setup (Rust): use testing_framework_core::scenario::ScenarioBuilder;\\n// ThroughputSweepWorkload ramps tx + DA; CombinedSLOExpectation enforces budgets. let plan = ScenarioBuilder::with_node_counts(2, 1) .with_workload(ThroughputSweepWorkload::new() .start_tx_rate(2).end_tx_rate(20) .start_da_rate(1).end_da_rate(10) .step_duration(Duration::from_secs(30))) .with_expectation(CombinedSLOExpectation::with_budgets( Duration::from_secs(10), // tx inclusion Duration::from_secs(5), // DA responsiveness )) .with_run_duration(Duration::from_secs(180)) .build();","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Mixed DA + Tx Throughput Sweep","id":"26","title":"Mixed DA + Tx Throughput Sweep"},"27":{"body":"Idea: topology parameters change at runtime (random validators, DA\\nsettings, network shapes). Demonstrates: randomized property testing and fuzzing approaches to\\ntopology building. Shape: pick roles and network layouts randomly per run; keep expectations\\ntolerant to variability while still asserting core liveness. Setup (Rust): use testing_framework_core::scenario::ScenarioBuilder;\\n// StochasticTopologyBuilder wraps ScenarioBuilder to randomize counts/layout. let plan = StochasticTopologyBuilder::new() .with_validator_range(1..=4) .with_executor_range(0..=2) .with_random_layouts() .finish() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(90)) .build();","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Stochastic Topology Generator","id":"27","title":"Stochastic Topology Generator"},"28":{"body":"Running a scenario follows the same conceptual flow regardless of environment: Select or author a scenario plan that pairs a topology with workloads,\\nexpectations, and a suitable run window. Choose a runner aligned with your environment (local, compose, or k8s) and\\nensure its prerequisites are available. Deploy the plan through the runner; wait for readiness signals before\\nstarting workloads. Let workloads drive activity for the planned duration; keep observability\\nsignals visible so you can correlate outcomes. Evaluate expectations and capture results as the primary pass/fail signal. Use the same plan across different runners to compare behavior between local\\ndevelopment and CI or cluster settings. For environment prerequisites and\\nflags, see Operations.","breadcrumbs":"Part II — User Guide » Running Scenarios » Running Scenarios","id":"28","title":"Running Scenarios"},"29":{"body":"Runners turn a scenario plan into a live environment while keeping the plan\\nunchanged. Choose based on feedback speed, reproducibility, and fidelity. For\\nenvironment and operational considerations, see Operations:","breadcrumbs":"Part II — User Guide » Runners » Runners","id":"29","title":"Runners"},"3":{"body":"The Nomos Testing Framework is a purpose-built toolkit for exercising Nomos in\\nrealistic, multi-node environments. It solves the gap between small, isolated\\ntests and full-system validation by letting teams describe a cluster layout,\\ndrive meaningful traffic, and assert the outcomes in one coherent plan. It is for protocol engineers, infrastructure operators, and QA teams who need\\nrepeatable confidence that validators, executors, and data-availability\\ncomponents work together under network and timing constraints. Multi-node integration testing is required because many Nomos behaviors—block\\nprogress, data availability, liveness under churn—only emerge when several\\nroles interact over real networking and time. This framework makes those checks\\ndeclarative, observable, and portable across environments.","breadcrumbs":"Part I — Foundations » Introduction » Introduction","id":"3","title":"Introduction"},"30":{"body":"Launches node processes directly on the host. Fastest feedback loop and minimal orchestration overhead. Best for development-time iteration and debugging.","breadcrumbs":"Part II — User Guide » Runners » Local runner","id":"30","title":"Local runner"},"31":{"body":"Starts nodes in containers to provide a reproducible multi-node stack on a\\nsingle machine. Discovers service ports and wires observability for convenient inspection. Good balance between fidelity and ease of setup.","breadcrumbs":"Part II — User Guide » Runners » Docker Compose runner","id":"31","title":"Docker Compose runner"},"32":{"body":"Deploys nodes onto a cluster for higher-fidelity, longer-running scenarios. Suits CI or shared environments where cluster behavior and scheduling matter.","breadcrumbs":"Part II — User Guide » Runners » Kubernetes runner","id":"32","title":"Kubernetes runner"},"33":{"body":"All runners require at least one validator and, for transaction scenarios,\\naccess to seeded wallets. Readiness probes gate workload start so traffic begins only after nodes are\\nreachable. Environment flags can relax timeouts or increase tracing when diagnostics are\\nneeded. Mermaid view (runner abstraction): flowchart TD Plan[Scenario Plan] --> RunSel{Runner (local | compose | k8s)} RunSel --> Provision[Provision & readiness] Provision --> Runtime[Runtime + observability] Runtime --> Exec[Workloads & Expectations execute]","breadcrumbs":"Part II — User Guide » Runners » Common expectations","id":"33","title":"Common expectations"},"34":{"body":"Operational readiness focuses on prerequisites, environment fit, and clear\\nsignals: Prerequisites: keep a sibling nomos-node checkout available; ensure the\\nchosen runner’s platform needs are met (local binaries for host runs, Docker\\nfor compose, cluster access for k8s). Artifacts: some scenarios depend on prover or circuit assets; fetch them\\nahead of time with the provided helper scripts when needed. Environment flags: use slow-environment toggles to relax timeouts, enable\\ntracing when debugging, and adjust observability ports to avoid clashes. Readiness checks: verify runners report node readiness before starting\\nworkloads; this avoids false negatives from starting too early. Failure triage: map failures to missing prerequisites (wallet seeding,\\nnode control availability), runner platform issues, or unmet expectations.\\nStart with liveness signals, then dive into workload-specific assertions. Treat operational hygiene—assets present, prerequisites satisfied, observability\\nreachable—as the first step to reliable scenario outcomes. Mermaid view (metrics/observability flow): flowchart TD Expose[Runner exposes endpoints/ports] --> Collect[Runtime collects block/health signals] Collect --> Consume[Expectations consume signals and decide pass/fail] Consume --> Inspect[Operators inspect logs/metrics when failures arise]","breadcrumbs":"Part II — User Guide » Operations » Operations","id":"34","title":"Operations"},"35":{"body":"Deep dives for contributors who extend the framework, evolve its abstractions,\\nor maintain the crate set.","breadcrumbs":"Part III — Developer Reference » Part III — Developer Reference","id":"35","title":"Part III — Developer Reference"},"36":{"body":"The scenario model defines clear, composable responsibilities: Topology: a declarative description of the cluster—how many nodes, their\\nroles, and the broad network and data-availability characteristics. Validators\\nrun the nomos-node binary (consensus/block production); executors run the nomos-executor binary (consensus-aware executor service stack). The topology\\nrepresents the intended shape of the system under test. Scenario: a plan combining topology, workloads, expectations, and a run\\nwindow. Building a scenario validates prerequisites (like seeded wallets) and\\nensures the run lasts long enough to observe meaningful block progression. Workloads: asynchronous tasks that generate traffic or conditions. They\\nuse shared context to interact with the deployed cluster and may bundle\\ndefault expectations. Expectations: post-run assertions. They can capture baselines before\\nworkloads start and evaluate success once activity stops. Runtime: coordinates workloads and expectations for the configured\\nduration, enforces cooldowns when control actions occur, and ensures cleanup\\nso runs do not leak resources. Developers extending the model should keep these boundaries strict: topology\\ndescribes, scenarios assemble, runners deploy, workloads drive, and expectations\\njudge outcomes. For guidance on adding new capabilities, see Extending the Framework.","breadcrumbs":"Part III — Developer Reference » Scenario Model (Developer Level) » Scenario Model (Developer Level)","id":"36","title":"Scenario Model (Developer Level)"},"37":{"body":"","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Extending the Framework","id":"37","title":"Extending the Framework"},"38":{"body":"Implement the workload contract: provide a name, optional bundled expectations, validate prerequisites up front, and drive asynchronous activity against the deployed cluster. Export it through the workflows layer and consider adding DSL helpers for ergonomic wiring.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding a workload","id":"38","title":"Adding a workload"},"39":{"body":"Implement the expectation contract: capture baselines if needed and evaluate outcomes after workloads finish; report meaningful errors to aid debugging. Expose reusable expectations from the workflows layer so scenarios can attach them declaratively.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding an expectation","id":"39","title":"Adding an expectation"},"4":{"body":"The framework follows a clear flow: Topology → Scenario → Deployer → Runner → Workloads → Expectations. Topology describes the cluster: how many nodes, their roles, and the high-level network and data-availability parameters they should follow. Scenario combines that topology with the activities to run and the checks to perform, forming a single plan. Deployer turns the plan into a concrete environment on the chosen backend (local processes, Docker Compose, or Kubernetes). Runner is shared across deployers; it drives workloads and expectations using the provided runtime context. Workloads generate traffic and conditions that exercise the system. Expectations observe the run and judge success or failure once activity completes. The deployer supplies a RunContext (clients, metrics, optional NodeControlHandle) that the runner and workloads/expectations share; it carries the runtime view and control hooks for the deployed cluster. The optional NodeControlHandle lets the runner (and chaos workloads) restart or manage nodes in the deployed environment. Mermaid view: sequenceDiagram participant T as Topology (shape cluster) participant S as Scenario (plan) participant D as Deployer (provision env) participant R as Runner (drive with RunContext) participant W as Workloads (drive traffic) participant X as Expectations (verify outcomes) T->>S: describe roles/params S->>D: hand plan D->>R: provision + provide RunContext R->>W: start workloads with context R->>X: evaluate outcomes after run Each layer has a narrow responsibility so that cluster shape, deployment choice,\\ntraffic generation, and health checks can evolve independently while fitting\\ntogether predictably.","breadcrumbs":"Part I — Foundations » Architecture Overview » Architecture Overview","id":"4","title":"Architecture Overview"},"40":{"body":"Implement the deployer contract for the target backend, producing a runtime context with client access, metrics endpoints, and optional node control. Preserve cleanup guarantees so resources are reclaimed even when runs fail; mirror readiness and observation signals used by existing runners for consistency.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding a runner","id":"40","title":"Adding a runner"},"41":{"body":"Extend the topology description with new layouts or presets while keeping defaults safe and predictable; favor declarative inputs over ad hoc logic so scenarios stay reviewable.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding topology helpers","id":"41","title":"Adding topology helpers"},"42":{"body":"The deployer supplies a RunContext that workloads and expectations share. It\\nprovides: Topology descriptors ( GeneratedTopology) Client handles ( NodeClients / ClusterClient) for HTTP/RPC calls Metrics ( RunMetrics, Metrics) and block feed Optional NodeControlHandle for managing nodes (restart, block/unblock peers)","breadcrumbs":"Part III — Developer Reference » Node Control & RunContext » Node Control & RunContext","id":"42","title":"Node Control & RunContext"},"43":{"body":"Check for control support and use it conditionally: use testing_framework_core::scenario::{Expectation, RunContext, Workload}; struct RestartWorkload; impl Workload for RestartWorkload { fn name(&self) -> &\'static str { \\"restart_workload\\" } async fn start(&self, ctx: &RunContext) -> Result<(), Box> { if let Some(control) = ctx.node_control() { // Restart the first validator (index 0) if supported. control.restart_validator(0).await?; } Ok(()) }\\n} When chaos workloads need control, require enable_node_control() in the\\nscenario builder and deploy with a runner that supports it.","breadcrumbs":"Part III — Developer Reference » Node Control & RunContext » Accessing node control in workloads/expectations","id":"43","title":"Accessing node control in workloads/expectations"},"44":{"body":"Some runners expose peer management through NodeControlHandle. A simple\\nexpectation could block/unblock a peer to simulate isolation: struct PeerBlockExpectation; impl Expectation for PeerBlockExpectation { fn name(&self) -> &str { \\"peer_block_test\\" } async fn evaluate(&mut self, ctx: &RunContext) -> Result<(), Box> { let Some(control) = ctx.node_control() else { return Err(\\"node control not available\\".into()); }; // Block peer on validator 0 control.block_peer(0, \\"peer-id\\".to_string()).await?; // ... perform checks ... control.unblock_peer(0, \\"peer-id\\".to_string()).await?; Ok(()) }\\n}","breadcrumbs":"Part III — Developer Reference » Node Control & RunContext » Peer blocking example","id":"44","title":"Peer blocking example"},"45":{"body":"Always guard control usage: not all runners expose NodeControlHandle. Treat control as best-effort: failures should surface as test failures, but\\nworkloads should degrade gracefully when control is absent. Combine control actions with expectations (e.g., restart then assert height\\nconvergence) to keep scenarios meaningful.","breadcrumbs":"Part III — Developer Reference » Node Control & RunContext » Considerations","id":"45","title":"Considerations"},"46":{"body":"Chaos in the framework uses node control to introduce failures and validate\\nrecovery. The built-in restart workload lives in testing_framework_workflows::workloads::chaos::RandomRestartWorkload.","breadcrumbs":"Part III — Developer Reference » Chaos Workloads » Chaos Workloads","id":"46","title":"Chaos Workloads"},"47":{"body":"Requires NodeControlCapability ( enable_node_control() in the scenario\\nbuilder) and a runner that provides a NodeControlHandle. Randomly selects nodes (validators, executors) to restart based on your\\ninclude/exclude flags. Respects min/max delay between restarts and a target cooldown to avoid\\nflapping the same node too frequently. Runs alongside other workloads; expectations should account for the added\\ndisruption. Support varies by runner: node control is not provided by the local runner\\nand is not yet implemented for the k8s runner. Use a runner that advertises NodeControlHandle support (e.g., compose) for chaos workloads.","breadcrumbs":"Part III — Developer Reference » Chaos Workloads » How it works","id":"47","title":"How it works"},"48":{"body":"use std::time::Duration;\\nuse testing_framework_core::scenario::ScenarioBuilder;\\nuse testing_framework_workflows::workloads::chaos::RandomRestartWorkload; let plan = ScenarioBuilder::with_node_counts(2, 1) .enable_node_control() .with_workload( RandomRestartWorkload::new( Duration::from_secs(45), // min delay Duration::from_secs(75), // max delay Duration::from_secs(120), // target cooldown true, // include validators true, // include executors ) ) .expect_consensus_liveness() .with_run_duration(Duration::from_secs(150)) .build();\\n// deploy with a runner that supports node control and run the scenario","breadcrumbs":"Part III — Developer Reference » Chaos Workloads » Usage","id":"48","title":"Usage"},"49":{"body":"Consensus liveness: ensure blocks keep progressing despite restarts. Height convergence: optionally check all nodes converge after the chaos\\nwindow. Any workload-specific inclusion checks if you’re also driving tx/DA traffic.","breadcrumbs":"Part III — Developer Reference » Chaos Workloads » Expectations to pair","id":"49","title":"Expectations to pair"},"5":{"body":"Declarative over imperative: describe the desired cluster shape, traffic, and success criteria; let the framework orchestrate the run. Observable health signals: prefer liveness and inclusion signals that reflect real user impact instead of internal debug state. Determinism first: default scenarios aim for repeatable outcomes with fixed topologies and traffic rates; variability is opt-in. Targeted non-determinism: introduce randomness (e.g., restarts) only when probing resilience or operational robustness. Protocol time, not wall time: reason in blocks and protocol-driven intervals to reduce dependence on host speed or scheduler noise. Minimum run window: always allow enough block production to make assertions meaningful; very short runs risk false confidence. Use chaos with intent: chaos workloads are for recovery and fault-tolerance validation, not for baseline functional checks.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Testing Philosophy","id":"5","title":"Testing Philosophy"},"50":{"body":"Keep delays/cooldowns realistic; avoid back-to-back restarts that would never\\nhappen in production. Limit chaos scope: toggle validators vs executors based on what you want to\\ntest. Combine with observability: monitor metrics/logs to explain failures.","breadcrumbs":"Part III — Developer Reference » Chaos Workloads » Best practices","id":"50","title":"Best practices"},"51":{"body":"This page focuses on cluster manipulation: node control, chaos patterns, and\\nwhat the tooling supports today.","breadcrumbs":"Part III — Developer Reference » Topology & Chaos Patterns » Topology & Chaos Patterns","id":"51","title":"Topology & Chaos Patterns"},"52":{"body":"Supported: restart/peer control via NodeControlHandle (compose runner). Not supported: local runner does not expose node control; k8s runner does\\nnot support it yet.","breadcrumbs":"Part III — Developer Reference » Topology & Chaos Patterns » Node control availability","id":"52","title":"Node control availability"},"53":{"body":"Restarts: random restarts with minimum delay/cooldown to test recovery. Partitions: block/unblock peers to simulate partial isolation, then assert\\nheight convergence after healing. Validator churn: stop one validator and start another (new key) mid-run to\\ntest membership changes; expect convergence. Load SLOs: push tx/DA rates and assert inclusion/availability budgets\\ninstead of only liveness. API probes: poll HTTP/RPC endpoints during chaos to ensure external\\ncontracts stay healthy (shape + latency).","breadcrumbs":"Part III — Developer Reference » Topology & Chaos Patterns » Chaos patterns to consider","id":"53","title":"Chaos patterns to consider"},"54":{"body":"Liveness/height convergence after chaos windows. SLO checks: inclusion latency, DA responsiveness, API latency/shape. Recovery checks: ensure nodes that were isolated or restarted catch up to\\ncluster height within a timeout.","breadcrumbs":"Part III — Developer Reference » Topology & Chaos Patterns » Expectations to pair","id":"54","title":"Expectations to pair"},"55":{"body":"Keep chaos realistic: avoid flapping or patterns you wouldn’t operate in prod. Scope chaos: choose validators vs executors intentionally; don’t restart all\\nnodes at once unless you’re testing full outages. Combine chaos with observability: capture block feed/metrics and API health so\\nfailures are diagnosable.","breadcrumbs":"Part III — Developer Reference » Topology & Chaos Patterns » Guidance","id":"55","title":"Guidance"},"56":{"body":"A minimal, end-to-end illustration of adding a custom workload and matching\\nexpectation. This shows the shape of the traits and where to plug into the\\nframework; expand the logic to fit your real test.","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Example: New Workload & Expectation (Rust)","id":"56","title":"Example: New Workload & Expectation (Rust)"},"57":{"body":"Key ideas: name: identifies the workload in logs. expectations: workloads can bundle defaults so callers don’t forget checks. init: derive inputs from the generated topology (e.g., pick a target node). start: drive async activity using the shared RunContext. use std::sync::Arc;\\nuse async_trait::async_trait;\\nuse testing_framework_core::scenario::{ DynError, Expectation, RunContext, RunMetrics, Workload,\\n};\\nuse testing_framework_core::topology::GeneratedTopology; pub struct ReachabilityWorkload { target_idx: usize, bundled: Vec>,\\n} impl ReachabilityWorkload { pub fn new(target_idx: usize) -> Self { Self { target_idx, bundled: vec![Box::new(ReachabilityExpectation::new(target_idx))], } }\\n} #[async_trait]\\nimpl Workload for ReachabilityWorkload { fn name(&self) -> &\'static str { \\"reachability_workload\\" } fn expectations(&self) -> Vec> { self.bundled.clone() } fn init( &mut self, topology: &GeneratedTopology, _metrics: &RunMetrics, ) -> Result<(), DynError> { if topology.validators().get(self.target_idx).is_none() { return Err(\\"no validator at requested index\\".into()); } Ok(()) } async fn start(&self, ctx: &RunContext) -> Result<(), DynError> { let client = ctx .clients() .validators() .get(self.target_idx) .ok_or(\\"missing target client\\")?; // Pseudo-action: issue a lightweight RPC to prove reachability. client.health_check().await.map_err(|e| e.into()) }\\n}","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Workload: simple reachability probe","id":"57","title":"Workload: simple reachability probe"},"58":{"body":"Key ideas: start_capture: snapshot baseline if needed (not used here). evaluate: assert the condition after workloads finish. use async_trait::async_trait;\\nuse testing_framework_core::scenario::{DynError, Expectation, RunContext}; pub struct ReachabilityExpectation { target_idx: usize,\\n} impl ReachabilityExpectation { pub fn new(target_idx: usize) -> Self { Self { target_idx } }\\n} #[async_trait]\\nimpl Expectation for ReachabilityExpectation { fn name(&self) -> &str { \\"target_reachable\\" } async fn evaluate(&mut self, ctx: &RunContext) -> Result<(), DynError> { let client = ctx .clients() .validators() .get(self.target_idx) .ok_or(\\"missing target client\\")?; client.health_check().await.map_err(|e| { format!(\\"target became unreachable during run: {e}\\").into() }) }\\n}","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Expectation: confirm the target stayed reachable","id":"58","title":"Expectation: confirm the target stayed reachable"},"59":{"body":"Build your scenario as usual and call .with_workload(ReachabilityWorkload::new(0)). The bundled expectation is attached automatically; you can add more with .with_expectation(...) if needed. Keep the logic minimal and fast for smoke tests; grow it into richer probes\\nfor deeper scenarios.","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » How to wire it","id":"59","title":"How to wire it"},"6":{"body":"Build the plan: Declare a topology, attach workloads and expectations, and set the run window. The plan is the single source of truth for what will happen. Deploy: Hand the plan to a runner. It provisions the environment on the chosen backend and waits for nodes to signal readiness. Drive workloads: Start traffic and behaviors (transactions, data-availability activity, restarts) for the planned duration. Observe blocks and signals: Track block progression and other high-level metrics during or after the run window to ground assertions in protocol time. Evaluate expectations: Once activity stops (and optional cooldown completes), check liveness and workload-specific outcomes to decide pass or fail. Cleanup: Tear down resources so successive runs start fresh and do not inherit leaked state. Mermaid view (sequence): sequenceDiagram participant P as Plan (topology + workloads + expectations) participant D as Deployer (provision & readiness) participant R as Runner (orchestrate run) participant X as Expectations (baseline + evaluation) participant W as Workloads (drive traffic) participant C as Cleanup P->>D: hand scenario plan D->>R: provision env + provide RunContext R->>X: start_capture baseline R->>W: start workloads for run window R-->>X: consume signals during run (block feed/metrics) R-->>R: observe blocks/metrics during run R->>X: evaluate expectations after workloads R->>C: cleanup resources","breadcrumbs":"Part I — Foundations » Scenario Lifecycle (Conceptual) » Scenario Lifecycle (Conceptual)","id":"6","title":"Scenario Lifecycle (Conceptual)"},"60":{"body":"High-level roles of the crates that make up the framework: Configs: prepares reusable configuration primitives for nodes, networking,\\ntracing, data availability, and wallets, shared by all scenarios and runners. Core scenario orchestration: houses the topology and scenario model,\\nruntime coordination, node clients, and readiness/health probes. Workflows: packages workloads and expectations into reusable building\\nblocks and offers a fluent DSL to assemble them. Runners: implements deployment backends (local host, Docker Compose,\\nKubernetes) that all consume the same scenario plan. Test workflows: example scenarios and integration checks that exercise the\\nframework end to end and serve as living documentation. Use this map to locate where to add new capabilities: configuration primitives\\nin configs, orchestration changes in core, reusable traffic/assertions in\\nworkflows, environment adapters in runners, and demonstrations in tests.","breadcrumbs":"Part III — Developer Reference » Internal Crate Reference » Internal Crate Reference","id":"60","title":"Internal Crate Reference"},"61":{"body":"Quick-reference material and supporting guidance to keep scenarios discoverable,\\ndebuggable, and consistent.","breadcrumbs":"Part IV — Appendix » Part IV — Appendix","id":"61","title":"Part IV — Appendix"},"62":{"body":"The framework offers a fluent builder style to keep scenarios readable. Common\\nknobs: Topology shaping: set validator and executor counts, pick a network layout\\nstyle, and adjust high-level data-availability traits. Wallet seeding: define how many users participate and the total funds\\navailable for transaction workloads. Workload tuning: configure transaction rates, data-availability channel\\nand blob rates, and whether chaos restarts should include validators,\\nexecutors, or both. Expectations: attach liveness and workload-specific checks so success is\\nexplicit. Run window: set a minimum duration long enough for multiple blocks to be\\nobserved and verified. Use these knobs to express intent clearly, keeping scenario definitions concise\\nand consistent across teams.","breadcrumbs":"Part IV — Appendix » DSL Cheat Sheet » Core Content: DSL Cheat Sheet","id":"62","title":"Core Content: DSL Cheat Sheet"},"63":{"body":"Common symptoms and likely causes: No or slow block progression: runner started workloads before readiness, insufficient run window, or environment too slow—extend duration or enable slow-environment tuning. Transactions not included: missing or insufficient wallet seeding, misaligned transaction rate with block cadence, or network instability—reduce rate and verify wallet setup. Chaos stalls the run: node control not available for the chosen runner or restart cadence too aggressive—enable control capability and widen restart intervals. Observability gaps: metrics or logs unreachable because ports clash or services are not exposed—adjust observability ports and confirm runner wiring. Flaky behavior across runs: mixing chaos with functional smoke tests or inconsistent topology between environments—separate deterministic and chaos scenarios and standardize topology presets.","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Troubleshooting Scenarios","id":"63","title":"Troubleshooting Scenarios"},"64":{"body":"Why block-oriented timing? Using block cadence reduces dependence on host speed and keeps assertions aligned with protocol behavior. Can I reuse the same scenario across runners? Yes. The plan stays the same; swap runners (local, compose, k8s) to target different environments. When should I enable chaos workloads? Only when testing resilience or operational recovery; keep functional smoke tests deterministic. How long should runs be? Long enough for multiple blocks so liveness and inclusion checks are meaningful; very short runs risk false confidence. Do I always need seeded wallets? Only for transaction scenarios. Data-availability or pure chaos scenarios may not require them, but liveness checks still need validators producing blocks. What if expectations fail but workloads “look fine”? Trust expectations first—they capture the intended success criteria. Use the observability signals and runner logs to pinpoint why the system missed the target.","breadcrumbs":"Part IV — Appendix » FAQ » FAQ","id":"64","title":"FAQ"},"65":{"body":"Validator: node role that runs the nomos-node binary for consensus and\\nblock production. Executor: node role that runs the nomos-executor binary, participates in\\nconsensus, and executes the executor service stack (including its own\\nmempool/topic wiring). DA (Data Availability): subsystem ensuring blobs or channel data are\\npublished and retrievable for validation. Workload: traffic or behavior generator that exercises the system during a\\nscenario run. Expectation: post-run assertion that judges whether the system met the\\nintended success criteria. Topology: declarative description of the cluster shape, roles, and\\nhigh-level parameters for a scenario. Blockfeed: stream of block observations used for liveness or inclusion\\nsignals during a run. Control capability: the ability for a runner to start, stop, or restart\\nnodes, used by chaos workloads.","breadcrumbs":"Part IV — Appendix » Glossary » Glossary","id":"65","title":"Glossary"},"7":{"body":"Modular crates keep configuration, orchestration, workloads, and runners decoupled so each can evolve without breaking the others. Pluggable runners let the same scenario run on a laptop, a Docker host, or a Kubernetes cluster, making validation portable across environments. Separated workloads and expectations clarify intent: what traffic to generate versus how to judge success. This simplifies review and reuse. Declarative topology makes cluster shape explicit and repeatable, reducing surprise when moving between CI and developer machines. Maintainability through predictability: a clear flow from plan to deployment to verification lowers the cost of extending the framework and interpreting failures.","breadcrumbs":"Part I — Foundations » Design Rationale » Design Rationale","id":"7","title":"Design Rationale"},"8":{"body":"Practical guidance for shaping scenarios, combining workloads and expectations,\\nand running them across different environments.","breadcrumbs":"Part II — User Guide » Part II — User Guide","id":"8","title":"Part II — User Guide"},"9":{"body":"The workspace focuses on multi-node integration testing and sits alongside a nomos-node checkout. Its crates separate concerns to keep scenarios\\nrepeatable and portable: Configs: prepares high-level node, network, tracing, and wallet settings\\nused across test environments. Core scenario orchestration: the engine that holds topology descriptions,\\nscenario plans, runtimes, workloads, and expectations. Workflows: ready-made workloads (transactions, data-availability, chaos)\\nand reusable expectations assembled into a user-facing DSL. Runners: deployment backends for local processes, Docker Compose, and\\nKubernetes, all consuming the same scenario plan. Test workflows: example scenarios and integration checks that show how\\nthe pieces fit together. This split keeps configuration, orchestration, reusable traffic patterns, and\\ndeployment adapters loosely coupled while sharing one mental model for tests.","breadcrumbs":"Part II — User Guide » Workspace Layout » Workspace Layout","id":"9","title":"Workspace Layout"}},"length":66,"save":true},"fields":["title","body","breadcrumbs"],"index":{"body":{"root":{"0":{"df":6,"docs":{"14":{"tf":1.0},"18":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0}}},"1":{"df":6,"docs":{"19":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"48":{"tf":1.0}}},"2":{"df":1,"docs":{"18":{"tf":1.0}}},"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"65":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"33":{"tf":1.0},"35":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"33":{"tf":1.0},"34":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"36":{"tf":1.0},"45":{"tf":1.0},"57":{"tf":1.0}}}},"v":{"df":11,"docs":{"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.0},"28":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"57":{"tf":1.0},"6":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"18":{"tf":1.0}}}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"10":{"tf":1.0},"60":{"tf":1.0},"9":{"tf":1.0}}}}},"d":{"df":5,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"25":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}},"df":7,"docs":{"36":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"47":{"tf":1.0},"56":{"tf":1.0}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"17":{"tf":1.0},"34":{"tf":1.0},"62":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"21":{"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":{"47":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"f":{"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":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"63":{"tf":1.0}}}}}}}}}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"d":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":1,"docs":{"5":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":4,"docs":{"11":{"tf":1.0},"15":{"tf":1.4142135623730951},"28":{"tf":1.0},"64":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"16":{"tf":1.0},"5":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"47":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":3,"docs":{"45":{"tf":1.0},"5":{"tf":1.0},"64":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"25":{"tf":1.0},"53":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":5,"docs":{"24":{"tf":1.4142135623730951},"26":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"61":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"0":{"tf":1.0}}},"df":4,"docs":{"14":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"2":{"tf":1.0},"27":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"4":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"34":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"36":{"tf":1.0},"60":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":15,"docs":{"10":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.4142135623730951},"58":{"tf":1.0},"6":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0}}}},"t":{"df":2,"docs":{"10":{"tf":1.0},"34":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"0":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{":":{":":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"57":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"57":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":4,"docs":{"43":{"tf":1.0},"44":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"36":{"tf":1.0},"38":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":7,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"39":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"28":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"\\"":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":17,"docs":{"0":{"tf":1.4142135623730951},"11":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"28":{"tf":1.0},"3":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"36":{"tf":1.0},"4":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.7320508075688772},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":5,"docs":{"16":{"tf":1.0},"34":{"tf":1.4142135623730951},"47":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"24":{"tf":1.0},"36":{"tf":1.0}}}},"df":0,"docs":{}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"50":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"10":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"23":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"n":{"d":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":5,"docs":{"16":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"20":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"5":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"e":{"c":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"16":{"tf":1.0},"28":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"63":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"33":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":8,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"28":{"tf":1.0},"32":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"16":{"tf":1.0},"30":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":8,"docs":{"16":{"tf":1.0},"22":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"47":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"34":{"tf":1.0},"36":{"tf":1.4142135623730951},"65":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"b":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":6,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"13":{"tf":1.0},"26":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0}},"s":{"/":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"19":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"42":{"tf":1.0},"44":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":19,"docs":{"0":{"tf":1.7320508075688772},"11":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"18":{"tf":1.0},"22":{"tf":1.4142135623730951},"36":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.4142135623730951},"49":{"tf":1.0},"5":{"tf":1.4142135623730951},"55":{"tf":1.0},"6":{"tf":1.7320508075688772},"60":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"64":{"tf":2.0},"65":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"65":{"tf":1.0}}}},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"0":{"tf":1.0},"1":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"12":{"tf":1.0},"14":{"tf":1.0},"19":{"tf":1.0},"62":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"36":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"a":{"d":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"23":{"tf":1.0},"26":{"tf":1.4142135623730951},"53":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":16,"docs":{"14":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"36":{"tf":1.0},"48":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"43":{"tf":1.0},"47":{"tf":1.0},"62":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":2,"docs":{"3":{"tf":1.0},"46":{"tf":1.0}}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":5,"docs":{"15":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"57":{"tf":1.7320508075688772},"59":{"tf":1.0}}}},"df":0,"docs":{}}}},"c":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"63":{"tf":1.4142135623730951},"64":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"14":{"tf":1.0},"42":{"tf":1.0},"59":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"57":{"tf":1.0}}}}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"21":{"tf":1.0},"36":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"28":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"55":{"tf":1.0},"64":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"22":{"tf":1.0},"24":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"63":{"tf":1.0}}}}},"df":1,"docs":{"6":{"tf":1.4142135623730951}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":5,"docs":{"1":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"53":{"tf":1.0},"60":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":4,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0}}}}}},"o":{"df":22,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"20":{"tf":1.4142135623730951},"22":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.4142135623730951},"50":{"tf":1.0},"51":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.7320508075688772},"62":{"tf":1.0},"63":{"tf":1.7320508075688772},"64":{"tf":1.4142135623730951},"65":{"tf":1.0},"9":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"11":{"tf":1.0},"36":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":21,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0},"49":{"tf":1.4142135623730951},"5":{"tf":1.0},"54":{"tf":1.4142135623730951},"57":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.4142135623730951},"9":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"34":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"c":{"df":4,"docs":{"14":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":5,"docs":{"11":{"tf":1.4142135623730951},"16":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"55":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"34":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"25":{"tf":1.4142135623730951},"53":{"tf":1.0}},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}}}}},"i":{"df":4,"docs":{"16":{"tf":1.0},"28":{"tf":1.0},"32":{"tf":1.0},"7":{"tf":1.0}},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"34":{"tf":1.0},"63":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"36":{"tf":1.0},"40":{"tf":1.0},"6":{"tf":1.7320508075688772}}}}},"r":{"df":7,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"15":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"62":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"|":{"df":2,"docs":{"57":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":6,"docs":{"4":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.0},"57":{"tf":1.7320508075688772},"58":{"tf":1.7320508075688772},"60":{"tf":1.0}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"42":{"tf":1.0}}}}},"df":17,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":2.0},"5":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.0},"65":{"tf":1.0},"7":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"36":{"tf":1.0}}}}}}}}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"\\"":{"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":{"14":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}}},"df":2,"docs":{"14":{"tf":1.0},"34":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":8,"docs":{"17":{"tf":1.0},"26":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.0},"8":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"10":{"tf":1.0},"15":{"tf":1.0},"33":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"16":{"tf":1.0},"28":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"22":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.0}}},"s":{"df":15,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"16":{"tf":1.0},"28":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.0},"60":{"tf":1.0},"64":{"tf":1.0},"9":{"tf":1.0}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":3,"docs":{"2":{"tf":1.0},"28":{"tf":1.0},"6":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"16":{"tf":1.0},"9":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"14":{"tf":1.0},"62":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"4":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"36":{"tf":1.0},"4":{"tf":1.0},"58":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"43":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"3":{"tf":1.0},"5":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":3,"docs":{"10":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"9":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":8,"docs":{"10":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.0},"36":{"tf":1.0},"60":{"tf":1.4142135623730951},"62":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"df":3,"docs":{"20":{"tf":1.0},"58":{"tf":1.0},"63":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":9,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.0},"36":{"tf":1.0},"49":{"tf":1.0},"65":{"tf":1.4142135623730951}},"s":{"/":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"i":{"d":{"df":2,"docs":{"38":{"tf":1.0},"53":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"11":{"tf":1.0},"29":{"tf":1.0},"45":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"40":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"m":{"df":4,"docs":{"34":{"tf":1.4142135623730951},"6":{"tf":1.0},"60":{"tf":1.0},"9":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"31":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"1":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"15":{"tf":1.0},"62":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"14":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"24":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"35":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{".":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"0":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"0":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"0":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"/":{"df":0,"docs":{},"p":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":17,"docs":{"13":{"tf":1.4142135623730951},"20":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.7320508075688772},"44":{"tf":1.0},"45":{"tf":2.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.7320508075688772},"63":{"tf":1.4142135623730951},"65":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"31":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":6,"docs":{"22":{"tf":1.0},"25":{"tf":1.4142135623730951},"45":{"tf":1.0},"49":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"54":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":4,"docs":{"36":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"6":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"36":{"tf":1.0},"60":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":8,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"15":{"tf":1.0},"27":{"tf":1.0},"60":{"tf":1.4142135623730951},"62":{"tf":1.0},"9":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"62":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"19":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"35":{"tf":1.0},"60":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"11":{"tf":1.0},"23":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":5,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"5":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":4,"docs":{"43":{"tf":1.0},"44":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":4,"docs":{"22":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"56":{"tf":1.0}}}}}}}},"d":{"a":{"df":8,"docs":{"0":{"tf":1.7320508075688772},"16":{"tf":1.0},"19":{"tf":1.7320508075688772},"20":{"tf":1.0},"26":{"tf":2.6457513110645907},"27":{"tf":1.0},"54":{"tf":1.0},"65":{"tf":1.0}},"t":{"a":{"df":13,"docs":{"0":{"tf":2.0},"11":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"19":{"tf":1.0},"3":{"tf":1.4142135623730951},"36":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.4142135623730951},"64":{"tf":1.0},"65":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"4":{"tf":1.7320508075688772},"6":{"tf":1.7320508075688772}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":4,"docs":{"30":{"tf":1.0},"34":{"tf":1.0},"39":{"tf":1.0},"5":{"tf":1.0}},"g":{"df":1,"docs":{"61":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"11":{"tf":1.0},"34":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"r":{"df":9,"docs":{"11":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"65":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"35":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":5,"docs":{"15":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"5":{"tf":1.0},"57":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"11":{"tf":1.0},"36":{"tf":1.0},"62":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"62":{"tf":1.0}}}}}}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"y":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":3,"docs":{"23":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.4142135623730951}},"s":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":8,"docs":{"10":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"60":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"34":{"tf":1.0},"5":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":17,"docs":{"10":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"28":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.4142135623730951},"38":{"tf":1.0},"4":{"tf":2.8284271247461903},"40":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0},"6":{"tf":1.4142135623730951},"60":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"57":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":6,"docs":{"10":{"tf":1.0},"12":{"tf":1.4142135623730951},"3":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"5":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":4,"docs":{"36":{"tf":1.0},"41":{"tf":1.0},"65":{"tf":1.0},"9":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"42":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"7":{"tf":1.0}}}},"r":{"df":1,"docs":{"5":{"tf":1.0}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"20":{"tf":1.0},"49":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"5":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":6,"docs":{"16":{"tf":1.0},"28":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"7":{"tf":1.0}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"55":{"tf":1.0}},"t":{"df":1,"docs":{"33":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"28":{"tf":1.0},"64":{"tf":1.0},"8":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"30":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"31":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"61":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"34":{"tf":1.0},"35":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"11":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"60":{"tf":1.0}}}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":2,"docs":{"55":{"tf":1.0},"57":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"6":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"20":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"[":{"\\"":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":11,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"23":{"tf":1.4142135623730951},"28":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.7320508075688772},"49":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":1.4142135623730951}},"n":{"df":2,"docs":{"12":{"tf":1.0},"5":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"l":{"df":6,"docs":{"10":{"tf":1.0},"15":{"tf":1.0},"38":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"9":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":8,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"28":{"tf":1.0},"36":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"0":{"df":1,"docs":{"26":{"tf":1.0}}},"2":{"0":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"5":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":1,"docs":{"26":{"tf":1.0}}},"7":{"5":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":4,"docs":{"53":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.7320508075688772},"65":{"tf":1.4142135623730951}}}}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"57":{"tf":1.7320508075688772},"58":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":9,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"14":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"57":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"57":{"tf":1.0}}}}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"10":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"34":{"tf":1.0}}}}},"s":{"df":1,"docs":{"31":{"tf":1.0}},"i":{"df":1,"docs":{"11":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"15":{"tf":1.0},"20":{"tf":1.0},"34":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":6,"docs":{"20":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"d":{"df":4,"docs":{"10":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"24":{"tf":1.4142135623730951},"40":{"tf":1.0},"53":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"24":{"tf":1.0},"26":{"tf":1.0},"36":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"3":{"tf":1.0},"9":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":5,"docs":{"11":{"tf":1.0},"36":{"tf":1.0},"5":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":10,"docs":{"0":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.4142135623730951},"49":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"65":{"tf":1.0}}}}},"v":{"df":2,"docs":{"4":{"tf":1.0},"6":{"tf":1.0}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":20,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"28":{"tf":1.7320508075688772},"29":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.7320508075688772},"4":{"tf":1.4142135623730951},"6":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.4142135623730951},"64":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"63":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"38":{"tf":1.0}}}}}}},"r":{"(":{"\\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"44":{"tf":1.0}}},"df":1,"docs":{"57":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"39":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"2":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"a":{"df":0,"docs":{},"l":{"[":{"\\"":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":1,"docs":{"14":{"tf":1.0}},"u":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"44":{"tf":1.0},"58":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":7,"docs":{"14":{"tf":1.0},"28":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"40":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":3,"docs":{"35":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0}}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":7,"docs":{"14":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"44":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"9":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"33":{"tf":1.0},"65":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":12,"docs":{"0":{"tf":1.4142135623730951},"11":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.7320508075688772},"47":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.0},"62":{"tf":1.4142135623730951},"65":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":6,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"60":{"tf":1.0},"65":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"56":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":5,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"27":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"57":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":44,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.4142135623730951},"14":{"tf":1.4142135623730951},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.0},"28":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":2.23606797749979},"38":{"tf":1.0},"39":{"tf":1.7320508075688772},"4":{"tf":2.0},"42":{"tf":1.0},"44":{"tf":1.4142135623730951},"45":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":2.0},"58":{"tf":1.7320508075688772},"59":{"tf":1.0},"6":{"tf":2.23606797749979},"60":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.4142135623730951},"65":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"15":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"16":{"tf":1.0},"62":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}},"s":{"df":5,"docs":{"34":{"tf":1.0},"39":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"52":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"—":{"a":{"d":{"df":0,"docs":{},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"62":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":5,"docs":{"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"41":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"10":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"24":{"tf":1.0},"53":{"tf":1.0}}}}}}},"}":{"\\"":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"58":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"f":{"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"24":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":4,"docs":{"26":{"tf":1.0},"40":{"tf":1.0},"6":{"tf":1.0},"64":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":9,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"34":{"tf":1.7320508075688772},"4":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.0},"7":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"s":{"df":3,"docs":{"34":{"tf":1.0},"5":{"tf":1.0},"64":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}}}},"q":{"df":1,"docs":{"64":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"11":{"tf":1.0},"59":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"55":{"tf":1.0},"6":{"tf":1.0}}}}}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"16":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"16":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"64":{"tf":1.0}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":4,"docs":{"11":{"tf":1.0},"27":{"tf":1.0},"39":{"tf":1.0},"58":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"5":{"tf":1.0}},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"64":{"tf":1.0}}}}}}}}}},"t":{"df":6,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"56":{"tf":1.0},"9":{"tf":1.0}}},"x":{"df":1,"docs":{"5":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"28":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"47":{"tf":1.0}}},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"63":{"tf":1.0}}}},"p":{"df":2,"docs":{"47":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"14":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":5,"docs":{"18":{"tf":1.0},"28":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"60":{"tf":1.0},"62":{"tf":1.0}}}}}}},"n":{"df":4,"docs":{"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"57":{"tf":2.23606797749979},"58":{"tf":1.7320508075688772}}},"o":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":4,"docs":{"0":{"tf":1.0},"34":{"tf":1.0},"51":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"28":{"tf":1.0},"4":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"15":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"t":{"!":{"(":{"\\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":2,"docs":{"24":{"tf":1.0},"4":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"2":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":15,"docs":{"0":{"tf":1.0},"10":{"tf":1.4142135623730951},"2":{"tf":1.0},"21":{"tf":1.0},"3":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"5":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.4142135623730951},"62":{"tf":1.0},"7":{"tf":1.0}},"’":{"df":1,"docs":{"15":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"6":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"3":{"tf":1.0},"55":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"5":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}}}}}}},"d":{"df":1,"docs":{"62":{"tf":1.0}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"27":{"tf":1.0}}}}}},"g":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"3":{"tf":1.0},"63":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"33":{"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":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"42":{"tf":1.0},"57":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":8,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"27":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"57":{"tf":1.0},"65":{"tf":1.0},"7":{"tf":1.0}}}}},"t":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"57":{"tf":1.0},"58":{"tf":1.0}}}},"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":1,"docs":{"1":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"65":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"11":{"tf":1.0},"16":{"tf":1.0}}}},"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"45":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"11":{"tf":1.0},"16":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":1,"docs":{"59":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"d":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":4,"docs":{"36":{"tf":1.0},"55":{"tf":1.0},"61":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"1":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"4":{"tf":1.0},"6":{"tf":1.4142135623730951}},"l":{"df":2,"docs":{"25":{"tf":1.0},"42":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"50":{"tf":1.0},"6":{"tf":1.0}}}}}},"r":{"d":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"22":{"tf":1.4142135623730951},"53":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"11":{"tf":1.0},"26":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"55":{"tf":1.0}},"i":{"df":2,"docs":{"14":{"tf":1.0},"53":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"22":{"tf":1.0},"25":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":6,"docs":{"22":{"tf":1.4142135623730951},"25":{"tf":1.0},"45":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"10":{"tf":1.0},"15":{"tf":1.0},"34":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"0":{"tf":1.0},"58":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":9,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"23":{"tf":1.4142135623730951},"4":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}},"t":{"df":1,"docs":{"24":{"tf":1.0}}}},"o":{"c":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"4":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"30":{"tf":1.0},"34":{"tf":1.0},"5":{"tf":1.0},"60":{"tf":1.0},"64":{"tf":1.0},"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"60":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"c":{"df":3,"docs":{"24":{"tf":1.0},"42":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"i":{"[":{"\\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"d":{"\\"":{".":{"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":{"(":{")":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"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":{"a":{"df":8,"docs":{"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"26":{"tf":1.0},"57":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}},"i":{"df":1,"docs":{"35":{"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":3,"docs":{"17":{"tf":1.0},"21":{"tf":1.0},"56":{"tf":1.0}}}}}}}},"m":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"5":{"tf":1.0}}}},"l":{"df":4,"docs":{"43":{"tf":1.0},"44":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"47":{"tf":1.0},"60":{"tf":1.0}}}}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":5,"docs":{"0":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":12,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.7320508075688772},"26":{"tf":1.7320508075688772},"49":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"19":{"tf":1.0},"26":{"tf":1.0},"53":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"26":{"tf":1.0},"33":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"\\"":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"57":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"43":{"tf":1.0}}}},"u":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"6":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"[":{"\\"":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"14":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"14":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"41":{"tf":1.0},"57":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"df":2,"docs":{"31":{"tf":1.0},"34":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"5":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"63":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":4,"docs":{"10":{"tf":1.0},"3":{"tf":1.0},"60":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"n":{"d":{"df":4,"docs":{"11":{"tf":1.0},"36":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":5,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"5":{"tf":1.0},"62":{"tf":1.0},"7":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"21":{"tf":1.0},"55":{"tf":1.0}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"0":{"tf":1.4142135623730951},"3":{"tf":1.0},"36":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":2,"docs":{"5":{"tf":1.0},"60":{"tf":1.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"7":{"tf":1.0}}}}}},"v":{"df":2,"docs":{"5":{"tf":1.0},"63":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":2,"docs":{"46":{"tf":1.0},"5":{"tf":1.0}},"t":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":4,"docs":{"3":{"tf":1.0},"44":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":2,"docs":{"34":{"tf":1.0},"57":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"11":{"tf":1.0},"30":{"tf":1.0}}}}},"v":{"df":1,"docs":{"61":{"tf":1.0}}}},"j":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"g":{"df":4,"docs":{"36":{"tf":1.0},"4":{"tf":1.0},"65":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"k":{"8":{"df":8,"docs":{"10":{"tf":1.0},"16":{"tf":1.0},"28":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":20,"docs":{"11":{"tf":1.0},"15":{"tf":1.7320508075688772},"16":{"tf":1.4142135623730951},"20":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"y":{"df":4,"docs":{"25":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}}},"n":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"62":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"11":{"tf":1.0},"32":{"tf":1.0},"4":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"36":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":5,"docs":{"23":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"26":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0}},"y":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"15":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"19":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"15":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"41":{"tf":1.0},"62":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"36":{"tf":1.0},"6":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":2,"docs":{"3":{"tf":1.0},"4":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":11,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"13":{"tf":1.0},"19":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"9":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}}}}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"13":{"tf":1.0},"26":{"tf":1.0},"50":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"14":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":22,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.4142135623730951},"65":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}},"o":{"a":{"d":{"df":3,"docs":{"23":{"tf":1.4142135623730951},"24":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"k":{"8":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":13,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"28":{"tf":1.4142135623730951},"30":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.0},"60":{"tf":1.0},"64":{"tf":1.0},"9":{"tf":1.0}}},"t":{"df":1,"docs":{"60":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":3,"docs":{"57":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}},"i":{"c":{"df":4,"docs":{"0":{"tf":1.0},"41":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0}}},"df":0,"docs":{}},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"11":{"tf":1.0},"36":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"64":{"tf":1.0}}},"p":{"df":2,"docs":{"16":{"tf":1.0},"30":{"tf":1.0}}},"s":{"df":1,"docs":{"9":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"16":{"tf":1.0},"31":{"tf":1.0},"7":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"25":{"tf":1.0},"35":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":7,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.4142135623730951}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"25":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":6,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"62":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"51":{"tf":1.0}}}}}}},"p":{"df":3,"docs":{"10":{"tf":1.0},"34":{"tf":1.0},"60":{"tf":1.0}}},"t":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"61":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"11":{"tf":1.0},"32":{"tf":1.0}}}}}},"x":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"7":{"5":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":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":{"48":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":9,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0},"64":{"tf":1.0}}}}},"t":{"df":1,"docs":{"15":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"23":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"25":{"tf":1.0},"53":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"65":{"tf":1.0}}}}}},"df":1,"docs":{"23":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"1":{"tf":1.0},"2":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"d":{"df":5,"docs":{"14":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"34":{"tf":1.0},"65":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"c":{"df":5,"docs":{"4":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.4142135623730951},"6":{"tf":1.0},"63":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"50":{"tf":1.0}}}}},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"i":{"d":{"df":3,"docs":{"22":{"tf":1.0},"25":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}}},"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"4":{"5":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":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":{"48":{"tf":1.0}},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"16":{"tf":1.0},"18":{"tf":1.0},"30":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":3,"docs":{"5":{"tf":1.0},"53":{"tf":1.0},"62":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"63":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":3,"docs":{"34":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}}}},"x":{"df":2,"docs":{"26":{"tf":1.0},"63":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":7,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"15":{"tf":1.0},"2":{"tf":1.0},"36":{"tf":1.7320508075688772},"60":{"tf":1.0},"9":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"59":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"16":{"tf":1.0},"7":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":7,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"11":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.4142135623730951},"31":{"tf":1.0},"9":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"16":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"57":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":4,"docs":{"43":{"tf":1.0},"44":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"38":{"tf":1.0},"57":{"tf":1.0}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"df":1,"docs":{"26":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"16":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":9,"docs":{"15":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"39":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"64":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"g":{"df":1,"docs":{"34":{"tf":1.0}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":10,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"27":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"36":{"tf":1.0},"4":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"9":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}}},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"57":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":7,"docs":{"21":{"tf":1.0},"25":{"tf":1.4142135623730951},"36":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"42":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":6,"docs":{"4":{"tf":1.4142135623730951},"42":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.4142135623730951},"52":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":33,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"11":{"tf":1.0},"13":{"tf":1.4142135623730951},"2":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.7320508075688772},"24":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.7320508075688772},"48":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.4142135623730951},"63":{"tf":1.0},"65":{"tf":2.0},"9":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"5":{"tf":1.0}},"i":{"df":1,"docs":{"16":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"df":8,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"10":{"tf":1.0},"3":{"tf":1.7320508075688772},"34":{"tf":1.0},"36":{"tf":1.4142135623730951},"65":{"tf":1.4142135623730951},"9":{"tf":1.0}}}},"n":{"df":1,"docs":{"5":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"15":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":18,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"36":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.0},"6":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"64":{"tf":1.0},"65":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"16":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"25":{"tf":1.0},"36":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"60":{"tf":1.0},"62":{"tf":1.0}}}}}},"k":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"\\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"57":{"tf":1.0},"58":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":3,"docs":{"43":{"tf":1.0},"44":{"tf":1.0},"57":{"tf":1.0}}},"n":{"c":{"df":4,"docs":{"36":{"tf":1.0},"4":{"tf":1.0},"55":{"tf":1.0},"6":{"tf":1.0}}},"df":6,"docs":{"19":{"tf":1.0},"25":{"tf":1.4142135623730951},"3":{"tf":1.0},"33":{"tf":1.0},"53":{"tf":1.0},"9":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"32":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"11":{"tf":1.0},"20":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.4142135623730951},"3":{"tf":1.0},"34":{"tf":1.7320508075688772},"5":{"tf":1.0},"55":{"tf":1.0},"64":{"tf":1.0}}}},"t":{"df":2,"docs":{"15":{"tf":1.0},"5":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":7,"docs":{"20":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"42":{"tf":1.0},"49":{"tf":1.0},"6":{"tf":1.0}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":7,"docs":{"10":{"tf":1.0},"30":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"64":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"55":{"tf":1.0}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":9,"docs":{"16":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"5":{"tf":1.0},"6":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"3":{"tf":1.0},"41":{"tf":1.0},"5":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}}},"p":{"9":{"5":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"10":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"51":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":4,"docs":{"1":{"tf":1.0},"28":{"tf":1.0},"49":{"tf":1.0},"54":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"27":{"tf":1.0},"4":{"tf":1.0},"65":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":4,"docs":{"2":{"tf":1.0},"35":{"tf":1.0},"61":{"tf":1.0},"8":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"22":{"tf":1.0},"53":{"tf":1.0}}}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":6,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"4":{"tf":2.449489742783178},"6":{"tf":2.449489742783178},"62":{"tf":1.0},"65":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":2,"docs":{"22":{"tf":1.7320508075688772},"53":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"28":{"tf":1.0},"34":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":1,"docs":{"6":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"13":{"tf":1.0},"19":{"tf":1.0},"26":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":6,"docs":{"15":{"tf":2.0},"16":{"tf":1.0},"51":{"tf":1.4142135623730951},"53":{"tf":1.0},"55":{"tf":1.0},"9":{"tf":1.0}}}}}}}},"df":1,"docs":{"6":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":4,"docs":{"22":{"tf":1.4142135623730951},"42":{"tf":1.0},"44":{"tf":2.449489742783178},"53":{"tf":1.0}}}},"r":{"df":3,"docs":{"15":{"tf":1.0},"18":{"tf":1.0},"27":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":3,"docs":{"0":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0}}}}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"27":{"tf":1.0},"57":{"tf":1.0},"62":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"10":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"64":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"14":{"tf":1.0}}}}}}}},"l":{"a":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":23,"docs":{"1":{"tf":1.0},"14":{"tf":1.7320508075688772},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":2.0},"29":{"tf":1.4142135623730951},"3":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":2.0},"48":{"tf":1.0},"6":{"tf":2.449489742783178},"60":{"tf":1.0},"64":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"34":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"u":{"df":4,"docs":{"19":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0}},"g":{"df":1,"docs":{"56":{"tf":1.0}},"g":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"12":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"24":{"tf":1.0},"53":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"3":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":3,"docs":{"31":{"tf":1.0},"34":{"tf":1.0},"63":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"36":{"tf":1.0},"65":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"16":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"4":{"tf":1.0},"41":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"5":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"60":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"28":{"tf":1.4142135623730951},"34":{"tf":2.0},"36":{"tf":1.0},"38":{"tf":1.0}}}}}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"21":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"20":{"tf":1.0},"34":{"tf":1.0}}}},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"40":{"tf":1.0}}}},"t":{"df":3,"docs":{"16":{"tf":1.0},"41":{"tf":1.0},"63":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"28":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.4142135623730951}}}}}},"o":{"b":{"df":0,"docs":{},"e":{"df":9,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"24":{"tf":1.4142135623730951},"33":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"11":{"tf":1.0},"30":{"tf":1.0},"4":{"tf":1.0},"9":{"tf":1.0}}}}}},"d":{"df":1,"docs":{"55":{"tf":1.0}},"u":{"c":{"df":4,"docs":{"0":{"tf":1.0},"14":{"tf":1.0},"40":{"tf":1.0},"64":{"tf":1.0}},"t":{"df":5,"docs":{"21":{"tf":1.0},"36":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"65":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":8,"docs":{"11":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"49":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"25":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":6,"docs":{"0":{"tf":1.0},"15":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.4142135623730951},"6":{"tf":1.0},"64":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"57":{"tf":1.0}},"r":{"df":1,"docs":{"34":{"tf":1.0}}}},"i":{"d":{"df":7,"docs":{"31":{"tf":1.0},"34":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"42":{"tf":1.0},"47":{"tf":1.4142135623730951},"6":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":3,"docs":{"33":{"tf":1.0},"4":{"tf":1.4142135623730951},"6":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"33":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"b":{"df":2,"docs":{"57":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"0":{"tf":1.0},"65":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"64":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"12":{"tf":1.0},"3":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"q":{"a":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"26":{"tf":1.0}}}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":3,"docs":{"27":{"tf":1.7320508075688772},"5":{"tf":1.0},"53":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"27":{"tf":1.0},"47":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"(":{"3":{"df":2,"docs":{"18":{"tf":1.0},"20":{"tf":1.0}}},"5":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}},"df":12,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"23":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"5":{"tf":1.0},"53":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":2,"docs":{"4":{"tf":2.0},"6":{"tf":3.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"57":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"l":{"df":3,"docs":{"33":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.0}},"e":{"df":0,"docs":{},"—":{"a":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"22":{"tf":1.0}}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"62":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":8,"docs":{"20":{"tf":1.0},"28":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.7320508075688772},"40":{"tf":1.0},"6":{"tf":1.4142135623730951},"63":{"tf":1.0},"9":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":4,"docs":{"0":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.0},"56":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"1":{"tf":1.0},"3":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"5":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"40":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"25":{"tf":1.0}}}}}}}},"v":{"df":1,"docs":{"22":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":7,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"46":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"64":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":4,"docs":{"15":{"tf":1.0},"5":{"tf":1.0},"64":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"35":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"0":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"28":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"24":{"tf":1.0}}}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}},"x":{"df":2,"docs":{"33":{"tf":1.0},"34":{"tf":1.0}}}},"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"16":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"14":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"25":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"3":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"24":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"25":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"34":{"tf":1.0},"39":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"36":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":4,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":6,"docs":{"13":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"64":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":7,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"20":{"tf":1.0},"5":{"tf":1.0},"64":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"36":{"tf":1.0},"40":{"tf":1.0},"6":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":6,"docs":{"10":{"tf":1.0},"24":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"36":{"tf":1.0},"4":{"tf":1.0},"54":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"p":{"df":1,"docs":{"52":{"tf":1.0}}}},"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":20,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.4142135623730951},"25":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.4142135623730951},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"65":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"43":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":6,"docs":{"16":{"tf":1.0},"28":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"0":{"tf":1.0},"65":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"44":{"tf":1.0},"57":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"15":{"tf":1.0},"39":{"tf":1.0},"60":{"tf":1.7320508075688772},"9":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":3,"docs":{"16":{"tf":1.0},"64":{"tf":1.0},"7":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"41":{"tf":1.0},"7":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"5":{"tf":1.0},"64":{"tf":1.0}}}}},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":8,"docs":{"0":{"tf":1.0},"20":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"60":{"tf":1.0},"65":{"tf":1.7320508075688772}},"s":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"p":{"c":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":7,"docs":{"4":{"tf":1.7320508075688772},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"57":{"tf":1.7320508075688772},"58":{"tf":1.4142135623730951},"6":{"tf":1.0}}}}}}}}},"df":29,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"11":{"tf":1.7320508075688772},"14":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.7320508075688772},"32":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":2.449489742783178},"4":{"tf":1.7320508075688772},"40":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.7320508075688772},"53":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":2.6457513110645907},"62":{"tf":1.0},"63":{"tf":1.7320508075688772},"64":{"tf":1.4142135623730951},"65":{"tf":2.23606797749979},"7":{"tf":1.0},"8":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"42":{"tf":1.0},"57":{"tf":1.4142135623730951}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":29,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"28":{"tf":1.7320508075688772},"29":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"36":{"tf":1.0},"4":{"tf":2.23606797749979},"40":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":2.23606797749979},"48":{"tf":1.0},"52":{"tf":1.7320508075688772},"6":{"tf":1.4142135623730951},"60":{"tf":1.7320508075688772},"63":{"tf":1.7320508075688772},"64":{"tf":1.7320508075688772},"65":{"tf":1.0},"7":{"tf":1.4142135623730951},"9":{"tf":1.0}},"’":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"33":{"tf":1.0}},"{":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"33":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":8,"docs":{"10":{"tf":1.0},"27":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"60":{"tf":1.0},"9":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"33":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"df":10,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"56":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"41":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":7,"docs":{"22":{"tf":1.0},"28":{"tf":1.4142135623730951},"47":{"tf":1.0},"60":{"tf":1.0},"64":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"27":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"2":{"df":8,"docs":{"14":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"48":{"tf":1.0}}},"3":{"df":2,"docs":{"22":{"tf":1.0},"25":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":34,"docs":{"1":{"tf":1.0},"10":{"tf":1.7320508075688772},"11":{"tf":1.7320508075688772},"12":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":2.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"28":{"tf":1.7320508075688772},"29":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"36":{"tf":2.23606797749979},"39":{"tf":1.0},"4":{"tf":1.7320508075688772},"41":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0},"59":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"60":{"tf":2.23606797749979},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"64":{"tf":1.7320508075688772},"65":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":2.23606797749979}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"32":{"tf":1.0},"5":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"a":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":2,"docs":{"50":{"tf":1.0},"55":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"10":{"tf":1.0},"34":{"tf":1.0}}}}}}},"df":1,"docs":{"4":{"tf":1.7320508075688772}},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"16":{"tf":1.0},"26":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"d":{"df":8,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}}},"df":4,"docs":{"11":{"tf":1.4142135623730951},"28":{"tf":1.0},"29":{"tf":1.0},"36":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"20":{"tf":1.0},"28":{"tf":1.0},"47":{"tf":1.0}}}},"df":0,"docs":{}},"f":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"57":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":4,"docs":{"15":{"tf":1.0},"44":{"tf":1.0},"57":{"tf":1.7320508075688772},"58":{"tf":1.7320508075688772}}}},"n":{"d":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"16":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"6":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"4":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"60":{"tf":1.0}},"i":{"c":{"df":4,"docs":{"31":{"tf":1.0},"36":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":8,"docs":{"11":{"tf":1.0},"18":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.4142135623730951},"9":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":12,"docs":{"10":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.0},"63":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":18,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"5":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":9,"docs":{"10":{"tf":1.0},"16":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"42":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"0":{"tf":1.0},"5":{"tf":1.0},"64":{"tf":1.0}}}},"w":{"df":4,"docs":{"1":{"tf":1.0},"21":{"tf":1.0},"56":{"tf":1.0},"9":{"tf":1.0}}}}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":11,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"28":{"tf":1.7320508075688772},"34":{"tf":2.0},"40":{"tf":1.0},"5":{"tf":1.4142135623730951},"6":{"tf":1.7320508075688772},"64":{"tf":1.0},"65":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":4,"docs":{"18":{"tf":1.0},"23":{"tf":1.0},"44":{"tf":1.0},"57":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"22":{"tf":1.0},"44":{"tf":1.0},"53":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":3,"docs":{"31":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0}}}}},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"df":4,"docs":{"23":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"53":{"tf":1.0},"54":{"tf":1.0}},"w":{"df":2,"docs":{"34":{"tf":1.0},"63":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"11":{"tf":1.0},"18":{"tf":1.0},"3":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":5,"docs":{"15":{"tf":1.0},"18":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"3":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":6,"docs":{"14":{"tf":1.0},"20":{"tf":1.0},"34":{"tf":1.0},"49":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.0}},"i":{"df":1,"docs":{"11":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":4,"docs":{"16":{"tf":1.0},"29":{"tf":1.0},"5":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":1.0},"65":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"25":{"tf":1.0},"63":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"16":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"43":{"tf":1.0},"57":{"tf":1.0}}}}}}},"df":0,"docs":{}},"_":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"58":{"tf":1.0},"6":{"tf":1.0}}}}}}},"df":0,"docs":{}},"d":{"a":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{")":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"_":{"d":{"a":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{"0":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"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":{},"x":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"2":{")":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"2":{"0":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":15,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.7320508075688772},"36":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":1.7320508075688772},"63":{"tf":1.0},"65":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"16":{"tf":1.0},"25":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0}}},"i":{"c":{"df":2,"docs":{"43":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}},"y":{"df":8,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":1.0},"64":{"tf":1.0}}}},"d":{":":{":":{"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":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{":":{":":{"a":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"57":{"tf":1.0}}},"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":{":":{":":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":6,"docs":{"14":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.0},"48":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"_":{"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":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"3":{"0":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":3,"docs":{"15":{"tf":1.0},"26":{"tf":1.0},"34":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"27":{"tf":1.0},"64":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"27":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"27":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":5,"docs":{"25":{"tf":1.0},"36":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.0},"65":{"tf":1.0}}}},"r":{"df":4,"docs":{"43":{"tf":1.0},"44":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"65":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"19":{"tf":1.0},"26":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"43":{"tf":1.0},"44":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":2,"docs":{"23":{"tf":1.0},"62":{"tf":1.4142135623730951}}}}}},"u":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"18":{"tf":1.0}}}},"t":{"df":4,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"0":{"tf":1.0},"65":{"tf":1.0}}}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":10,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"7":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"32":{"tf":1.0}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"4":{"tf":1.0},"42":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":7,"docs":{"10":{"tf":1.0},"43":{"tf":1.7320508075688772},"47":{"tf":1.4142135623730951},"48":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.7320508075688772},"61":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"45":{"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":{"16":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"64":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"26":{"tf":1.4142135623730951}}}}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"63":{"tf":1.0}}}}}}},"n":{"c":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":7,"docs":{"14":{"tf":1.4142135623730951},"20":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.4142135623730951}}}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"2":{"0":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"57":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":9,"docs":{"11":{"tf":1.0},"23":{"tf":1.0},"40":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"36":{"tf":1.0}}}}},"d":{"df":3,"docs":{"14":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0}}},"df":1,"docs":{"4":{"tf":1.4142135623730951}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":3,"docs":{"16":{"tf":1.0},"3":{"tf":1.4142135623730951},"62":{"tf":1.0}}},"r":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"15":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":23,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.0},"10":{"tf":1.7320508075688772},"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"18":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.7320508075688772},"36":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.4142135623730951},"63":{"tf":1.0},"64":{"tf":1.4142135623730951},"9":{"tf":2.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":11,"docs":{"14":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"{":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"58":{"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":{"43":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"57":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"57":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"s":{":":{":":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":2,"docs":{"46":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"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":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":1,"docs":{"14":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":4,"docs":{"28":{"tf":1.0},"38":{"tf":1.0},"44":{"tf":1.0},"7":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"26":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"e":{"df":12,"docs":{"0":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":1.0},"34":{"tf":1.0},"5":{"tf":1.4142135623730951},"6":{"tf":1.0},"64":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"33":{"tf":1.0},"34":{"tf":1.0},"54":{"tf":1.0}}}}}}}},"o":{"d":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"14":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"9":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"l":{"df":2,"docs":{"34":{"tf":1.0},"50":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"27":{"tf":1.0},"5":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"51":{"tf":1.0}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":26,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"27":{"tf":1.7320508075688772},"28":{"tf":1.0},"36":{"tf":2.0},"4":{"tf":2.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"60":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"65":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}},"y":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"g":{"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":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"57":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"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":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"33":{"tf":1.0},"34":{"tf":1.0},"60":{"tf":1.0},"9":{"tf":1.0}}},"k":{"df":2,"docs":{"26":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":15,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.4142135623730951},"3":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.7320508075688772},"49":{"tf":1.0},"5":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"65":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"56":{"tf":1.0},"62":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":14,"docs":{"11":{"tf":1.0},"13":{"tf":1.4142135623730951},"15":{"tf":1.0},"18":{"tf":2.0},"19":{"tf":2.0},"20":{"tf":1.4142135623730951},"23":{"tf":1.0},"26":{"tf":1.0},"33":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"64":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"2":{"0":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"1":{"6":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"23":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"34":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"10":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"34":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"48":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"64":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"16":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":3,"docs":{"16":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"29":{"tf":1.0},"4":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"16":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":1,"docs":{"18":{"tf":1.0}}}},"x":{"/":{"d":{"a":{"df":2,"docs":{"49":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"23":{"tf":1.0},"26":{"tf":2.0}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"29":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"23":{"tf":1.4142135623730951},"24":{"tf":1.0},"3":{"tf":1.4142135623730951},"36":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"58":{"tf":1.0},"63":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":4,"docs":{"22":{"tf":1.0},"38":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"11":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"s":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"10":{"tf":1.0},"14":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0}}}},"df":30,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"14":{"tf":1.7320508075688772},"15":{"tf":1.0},"18":{"tf":1.7320508075688772},"19":{"tf":1.7320508075688772},"20":{"tf":2.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.4142135623730951},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.7320508075688772},"5":{"tf":1.0},"57":{"tf":2.23606797749979},"58":{"tf":1.7320508075688772},"60":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.4142135623730951},"65":{"tf":1.4142135623730951},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"13":{"tf":1.0},"5":{"tf":1.0},"62":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}},"s":{"(":{"4":{"df":2,"docs":{"18":{"tf":1.0},"20":{"tf":1.0}}},"8":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"z":{"df":2,"docs":{"57":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"10":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}}},"df":28,"docs":{"0":{"tf":1.4142135623730951},"11":{"tf":1.4142135623730951},"16":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"24":{"tf":1.0},"25":{"tf":2.0},"27":{"tf":1.0},"3":{"tf":1.4142135623730951},"33":{"tf":1.0},"36":{"tf":1.4142135623730951},"38":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.4142135623730951},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"62":{"tf":1.4142135623730951},"64":{"tf":1.0},"65":{"tf":1.4142135623730951},"7":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"27":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"47":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"!":{"[":{"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":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":1,"docs":{"57":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"5":{"tf":1.0},"64":{"tf":1.0}},"f":{"df":1,"docs":{"7":{"tf":1.0}},"i":{"df":7,"docs":{"14":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"u":{"df":2,"docs":{"23":{"tf":1.0},"7":{"tf":1.0}}}}}},"i":{"a":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":6,"docs":{"10":{"tf":1.0},"14":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.4142135623730951},"6":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":2,"docs":{"50":{"tf":1.0},"55":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"28":{"tf":1.0},"6":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"15":{"tf":1.0},"5":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":12,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"64":{"tf":1.0},"9":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}},"df":2,"docs":{"4":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"15":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"62":{"tf":1.0},"65":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"63":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":10,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"28":{"tf":1.0},"36":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.0},"6":{"tf":1.7320508075688772},"62":{"tf":1.0},"63":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":5,"docs":{"31":{"tf":1.0},"38":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"(":{"0":{".":{".":{"=":{"2":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"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":{"24":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"b":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}}},"df":0,"docs":{}}},"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":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"22":{"tf":1.0},"25":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"b":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"0":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":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":{"59":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"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":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"2":{"0":{"df":2,"docs":{"20":{"tf":1.0},"23":{"tf":1.0}}},"df":0,"docs":{}},"5":{"0":{"df":2,"docs":{"22":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}},"8":{"0":{"df":2,"docs":{"25":{"tf":1.0},"26":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"0":{"df":3,"docs":{"14":{"tf":1.0},"18":{"tf":1.0},"24":{"tf":1.0}}},"df":0,"docs":{}},"9":{"0":{"df":2,"docs":{"19":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"(":{"1":{".":{".":{"=":{"4":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"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":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"6":{"0":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"0":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"26":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}}}}}}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"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":{"14":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"48":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"26":{"tf":1.0},"54":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"1":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":2,"docs":{"3":{"tf":1.0},"47":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":5,"docs":{"10":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"60":{"tf":1.7320508075688772},"9":{"tf":1.4142135623730951}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":45,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.7320508075688772},"12":{"tf":1.4142135623730951},"13":{"tf":2.0},"14":{"tf":2.0},"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.7320508075688772},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.7320508075688772},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"36":{"tf":2.23606797749979},"38":{"tf":1.4142135623730951},"39":{"tf":1.0},"4":{"tf":2.449489742783178},"42":{"tf":1.0},"43":{"tf":1.7320508075688772},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"49":{"tf":1.0},"5":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":2.23606797749979},"58":{"tf":1.0},"6":{"tf":2.6457513110645907},"60":{"tf":1.0},"62":{"tf":1.7320508075688772},"63":{"tf":1.0},"64":{"tf":1.4142135623730951},"65":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"4":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{}}}}}},":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"10":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"22":{"tf":1.0},"24":{"tf":1.0}}}}}}},"x":{"df":2,"docs":{"4":{"tf":1.4142135623730951},"6":{"tf":2.0}}},"y":{"df":0,"docs":{},"e":{"df":1,"docs":{"64":{"tf":1.0}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"’":{"df":0,"docs":{},"r":{"df":2,"docs":{"49":{"tf":1.0},"55":{"tf":1.0}}}}}}}}},"breadcrumbs":{"root":{"0":{"df":6,"docs":{"14":{"tf":1.0},"18":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0}}},"1":{"df":6,"docs":{"19":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"48":{"tf":1.0}}},"2":{"df":1,"docs":{"18":{"tf":1.4142135623730951}}},"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"65":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"33":{"tf":1.0},"35":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"33":{"tf":1.0},"34":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"36":{"tf":1.0},"45":{"tf":1.0},"57":{"tf":1.0}}}},"v":{"df":11,"docs":{"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.0},"28":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"57":{"tf":1.0},"6":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"18":{"tf":1.0}}}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"10":{"tf":1.0},"60":{"tf":1.0},"9":{"tf":1.0}}}}},"d":{"df":5,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"25":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}},"df":7,"docs":{"36":{"tf":1.0},"38":{"tf":1.7320508075688772},"39":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772},"47":{"tf":1.0},"56":{"tf":1.0}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"17":{"tf":1.0},"34":{"tf":1.0},"62":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":7,"docs":{"21":{"tf":1.7320508075688772},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"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":{"47":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"f":{"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":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"63":{"tf":1.0}}}}}}}}}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"d":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":1,"docs":{"5":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":4,"docs":{"11":{"tf":1.0},"15":{"tf":1.4142135623730951},"28":{"tf":1.0},"64":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"16":{"tf":1.0},"5":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"47":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":3,"docs":{"45":{"tf":1.0},"5":{"tf":1.0},"64":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.7320508075688772}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"25":{"tf":1.0},"53":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":5,"docs":{"24":{"tf":1.7320508075688772},"26":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":5,"docs":{"61":{"tf":1.7320508075688772},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"0":{"tf":1.0}}},"df":4,"docs":{"14":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"2":{"tf":1.0},"27":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"4":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"34":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":7,"docs":{"21":{"tf":1.7320508075688772},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"36":{"tf":1.0},"60":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":15,"docs":{"10":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.4142135623730951},"58":{"tf":1.0},"6":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0}}}},"t":{"df":2,"docs":{"10":{"tf":1.0},"34":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"0":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{":":{":":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"57":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"57":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":4,"docs":{"43":{"tf":1.0},"44":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"36":{"tf":1.0},"38":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":7,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"39":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"1":{"tf":1.0},"11":{"tf":1.7320508075688772},"28":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"\\"":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":17,"docs":{"0":{"tf":1.4142135623730951},"11":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"28":{"tf":1.0},"3":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"36":{"tf":1.0},"4":{"tf":1.0},"52":{"tf":1.4142135623730951},"6":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.7320508075688772},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":5,"docs":{"16":{"tf":1.0},"34":{"tf":1.4142135623730951},"47":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"24":{"tf":1.0},"36":{"tf":1.0}}}},"df":0,"docs":{}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"50":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"10":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"23":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"n":{"d":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":5,"docs":{"16":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"20":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"5":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"e":{"c":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"16":{"tf":1.0},"28":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"63":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"33":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":8,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"28":{"tf":1.0},"32":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"16":{"tf":1.7320508075688772},"30":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":8,"docs":{"16":{"tf":1.0},"22":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"47":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"34":{"tf":1.0},"36":{"tf":1.4142135623730951},"65":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"b":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":6,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"13":{"tf":1.0},"26":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0}},"s":{"/":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"19":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"42":{"tf":1.0},"44":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":19,"docs":{"0":{"tf":1.7320508075688772},"11":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"18":{"tf":1.0},"22":{"tf":1.4142135623730951},"36":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.7320508075688772},"49":{"tf":1.0},"5":{"tf":1.4142135623730951},"55":{"tf":1.0},"6":{"tf":1.7320508075688772},"60":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"64":{"tf":2.0},"65":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"65":{"tf":1.0}}}},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"0":{"tf":1.0},"1":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"12":{"tf":1.0},"14":{"tf":1.0},"19":{"tf":1.0},"62":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"36":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"a":{"d":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"23":{"tf":1.0},"26":{"tf":1.4142135623730951},"53":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":16,"docs":{"14":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"36":{"tf":1.0},"48":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"43":{"tf":1.0},"47":{"tf":1.0},"62":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":2,"docs":{"3":{"tf":1.0},"46":{"tf":1.0}}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":5,"docs":{"15":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"57":{"tf":1.7320508075688772},"59":{"tf":1.0}}}},"df":0,"docs":{}}}},"c":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"63":{"tf":1.4142135623730951},"64":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"14":{"tf":1.0},"42":{"tf":1.0},"59":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"57":{"tf":1.0}}}}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"21":{"tf":1.0},"36":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"28":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"55":{"tf":1.0},"64":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"22":{"tf":1.0},"24":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"63":{"tf":1.0}}}}},"df":1,"docs":{"6":{"tf":1.4142135623730951}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":5,"docs":{"1":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"53":{"tf":1.0},"60":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":4,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0}}}}}},"o":{"df":24,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"20":{"tf":1.7320508075688772},"22":{"tf":1.4142135623730951},"4":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":2.0},"47":{"tf":1.4142135623730951},"48":{"tf":1.0},"49":{"tf":1.4142135623730951},"5":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"51":{"tf":2.0},"52":{"tf":1.0},"53":{"tf":2.0},"54":{"tf":1.4142135623730951},"55":{"tf":2.0},"62":{"tf":1.0},"63":{"tf":1.7320508075688772},"64":{"tf":1.4142135623730951},"65":{"tf":1.0},"9":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"11":{"tf":1.0},"36":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.7320508075688772}}}},"c":{"df":0,"docs":{},"k":{"df":21,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"24":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0},"49":{"tf":1.4142135623730951},"5":{"tf":1.0},"54":{"tf":1.4142135623730951},"57":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.4142135623730951},"9":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"34":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"c":{"df":4,"docs":{"14":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":5,"docs":{"11":{"tf":1.4142135623730951},"16":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"55":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"34":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"25":{"tf":1.7320508075688772},"53":{"tf":1.0}},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}}}}},"i":{"df":4,"docs":{"16":{"tf":1.0},"28":{"tf":1.0},"32":{"tf":1.0},"7":{"tf":1.0}},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"34":{"tf":1.0},"63":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"36":{"tf":1.0},"40":{"tf":1.0},"6":{"tf":1.7320508075688772}}}}},"r":{"df":7,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"15":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"62":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"|":{"df":2,"docs":{"57":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":6,"docs":{"4":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.0},"57":{"tf":1.7320508075688772},"58":{"tf":1.7320508075688772},"60":{"tf":1.0}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"42":{"tf":1.0}}}}},"df":17,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":2.0},"5":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.0},"65":{"tf":1.0},"7":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"36":{"tf":1.0}}}}}}}}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"\\"":{"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":{"14":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}}},"df":2,"docs":{"14":{"tf":1.0},"34":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":8,"docs":{"17":{"tf":1.0},"26":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.0},"8":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"10":{"tf":1.0},"15":{"tf":1.0},"33":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"16":{"tf":1.0},"28":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"22":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.0}}},"s":{"df":15,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"16":{"tf":1.0},"28":{"tf":1.0},"31":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.0},"60":{"tf":1.0},"64":{"tf":1.0},"9":{"tf":1.0}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":3,"docs":{"2":{"tf":1.0},"28":{"tf":1.0},"6":{"tf":1.7320508075688772}}}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"16":{"tf":1.0},"9":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"14":{"tf":1.0},"62":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"4":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"36":{"tf":1.0},"4":{"tf":1.0},"58":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"43":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"3":{"tf":1.0},"5":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":3,"docs":{"10":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"9":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":8,"docs":{"10":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.0},"36":{"tf":1.0},"60":{"tf":1.4142135623730951},"62":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"df":3,"docs":{"20":{"tf":1.0},"58":{"tf":1.4142135623730951},"63":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":9,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.0},"36":{"tf":1.0},"49":{"tf":1.0},"65":{"tf":1.4142135623730951}},"s":{"/":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"i":{"d":{"df":2,"docs":{"38":{"tf":1.0},"53":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"11":{"tf":1.0},"29":{"tf":1.0},"45":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"40":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"m":{"df":4,"docs":{"34":{"tf":1.4142135623730951},"6":{"tf":1.0},"60":{"tf":1.0},"9":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"31":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"1":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"11":{"tf":1.0},"12":{"tf":1.7320508075688772},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.7320508075688772},"62":{"tf":1.4142135623730951}}}},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.7320508075688772},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"14":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"24":{"tf":1.7320508075688772},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"35":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{".":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"0":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"0":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"0":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"/":{"df":0,"docs":{},"p":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":17,"docs":{"13":{"tf":1.4142135623730951},"20":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.7320508075688772},"43":{"tf":2.23606797749979},"44":{"tf":1.4142135623730951},"45":{"tf":2.23606797749979},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":2.0},"63":{"tf":1.4142135623730951},"65":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"31":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":6,"docs":{"22":{"tf":1.0},"25":{"tf":1.4142135623730951},"45":{"tf":1.0},"49":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"54":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":4,"docs":{"36":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"6":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"36":{"tf":1.0},"60":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":10,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.7320508075688772},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.7320508075688772},"27":{"tf":1.0},"60":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"62":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"19":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"35":{"tf":1.0},"60":{"tf":2.0},"7":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"11":{"tf":1.0},"23":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":5,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"5":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":4,"docs":{"43":{"tf":1.0},"44":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":4,"docs":{"22":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"56":{"tf":1.0}}}}}}}},"d":{"a":{"df":8,"docs":{"0":{"tf":1.7320508075688772},"16":{"tf":1.0},"19":{"tf":2.0},"20":{"tf":1.0},"26":{"tf":2.8284271247461903},"27":{"tf":1.0},"54":{"tf":1.0},"65":{"tf":1.0}},"t":{"a":{"df":13,"docs":{"0":{"tf":2.0},"11":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"19":{"tf":1.0},"3":{"tf":1.4142135623730951},"36":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.4142135623730951},"64":{"tf":1.0},"65":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"4":{"tf":1.7320508075688772},"6":{"tf":1.7320508075688772}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":4,"docs":{"30":{"tf":1.0},"34":{"tf":1.0},"39":{"tf":1.0},"5":{"tf":1.0}},"g":{"df":1,"docs":{"61":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"11":{"tf":1.0},"34":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"r":{"df":9,"docs":{"11":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"65":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"35":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":5,"docs":{"15":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"5":{"tf":1.0},"57":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"11":{"tf":1.0},"36":{"tf":1.0},"62":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"62":{"tf":1.0}}}}}}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"y":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":3,"docs":{"23":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.4142135623730951}},"s":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":8,"docs":{"10":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"60":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"34":{"tf":1.0},"5":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":17,"docs":{"10":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"28":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.4142135623730951},"38":{"tf":1.0},"4":{"tf":2.8284271247461903},"40":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0},"6":{"tf":1.4142135623730951},"60":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"57":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":6,"docs":{"10":{"tf":1.0},"12":{"tf":1.4142135623730951},"3":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"5":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":4,"docs":{"36":{"tf":1.0},"41":{"tf":1.0},"65":{"tf":1.0},"9":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"42":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"7":{"tf":1.7320508075688772}}}},"r":{"df":1,"docs":{"5":{"tf":1.0}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"20":{"tf":1.0},"49":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"5":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":30,"docs":{"16":{"tf":1.0},"28":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.7320508075688772},"36":{"tf":2.23606797749979},"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},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"55":{"tf":1.0}},"t":{"df":1,"docs":{"33":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"28":{"tf":1.0},"64":{"tf":1.0},"8":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"30":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"31":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"61":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"34":{"tf":1.0},"35":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"11":{"tf":1.0},"31":{"tf":1.4142135623730951},"34":{"tf":1.0},"4":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"60":{"tf":1.0}}}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":2,"docs":{"55":{"tf":1.0},"57":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"6":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"20":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"[":{"\\"":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":11,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"23":{"tf":1.4142135623730951},"28":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.7320508075688772},"49":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":1.4142135623730951}},"n":{"df":2,"docs":{"12":{"tf":1.0},"5":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"l":{"df":6,"docs":{"10":{"tf":1.0},"15":{"tf":1.0},"38":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.7320508075688772},"9":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":8,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"28":{"tf":1.0},"36":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"0":{"df":1,"docs":{"26":{"tf":1.0}}},"2":{"0":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"5":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":1,"docs":{"26":{"tf":1.0}}},"7":{"5":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":4,"docs":{"53":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.7320508075688772},"65":{"tf":1.4142135623730951}}}}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"57":{"tf":1.7320508075688772},"58":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":9,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"14":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"57":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"57":{"tf":1.0}}}}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"10":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"34":{"tf":1.0}}}}},"s":{"df":1,"docs":{"31":{"tf":1.0}},"i":{"df":1,"docs":{"11":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"15":{"tf":1.0},"20":{"tf":1.0},"34":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":6,"docs":{"20":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"d":{"df":4,"docs":{"10":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"24":{"tf":1.4142135623730951},"40":{"tf":1.0},"53":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"24":{"tf":1.0},"26":{"tf":1.0},"36":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"3":{"tf":1.0},"9":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":5,"docs":{"11":{"tf":1.0},"36":{"tf":1.0},"5":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":10,"docs":{"0":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.4142135623730951},"49":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"65":{"tf":1.0}}}}},"v":{"df":2,"docs":{"4":{"tf":1.0},"6":{"tf":1.0}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":20,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"28":{"tf":1.7320508075688772},"29":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.7320508075688772},"4":{"tf":1.4142135623730951},"6":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.4142135623730951},"64":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"63":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"38":{"tf":1.0}}}}}}},"r":{"(":{"\\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"44":{"tf":1.0}}},"df":1,"docs":{"57":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"39":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"2":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"a":{"df":0,"docs":{},"l":{"[":{"\\"":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":1,"docs":{"14":{"tf":1.0}},"u":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"44":{"tf":1.0},"58":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":7,"docs":{"14":{"tf":1.0},"28":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"40":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":3,"docs":{"35":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0}}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":19,"docs":{"14":{"tf":1.0},"17":{"tf":1.7320508075688772},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.7320508075688772},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"44":{"tf":1.4142135623730951},"56":{"tf":1.7320508075688772},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"9":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"33":{"tf":1.0},"65":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":12,"docs":{"0":{"tf":1.4142135623730951},"11":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.7320508075688772},"47":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.0},"62":{"tf":1.4142135623730951},"65":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":6,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"60":{"tf":1.0},"65":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"56":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":5,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"27":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"57":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":45,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":2.0},"13":{"tf":1.0},"14":{"tf":2.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.0},"28":{"tf":1.4142135623730951},"33":{"tf":1.7320508075688772},"34":{"tf":1.0},"36":{"tf":2.23606797749979},"38":{"tf":1.0},"39":{"tf":2.0},"4":{"tf":2.0},"42":{"tf":1.0},"44":{"tf":1.4142135623730951},"45":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.4142135623730951},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"56":{"tf":2.0},"57":{"tf":2.23606797749979},"58":{"tf":2.23606797749979},"59":{"tf":1.4142135623730951},"6":{"tf":2.23606797749979},"60":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.4142135623730951},"65":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"15":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"16":{"tf":1.0},"62":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}},"s":{"df":5,"docs":{"34":{"tf":1.0},"39":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"52":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"—":{"a":{"d":{"df":0,"docs":{},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"62":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":8,"docs":{"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"37":{"tf":1.7320508075688772},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"7":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"10":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"24":{"tf":1.0},"53":{"tf":1.0}}}}}}},"}":{"\\"":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"58":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"f":{"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"24":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":4,"docs":{"26":{"tf":1.0},"40":{"tf":1.0},"6":{"tf":1.0},"64":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":9,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"34":{"tf":1.7320508075688772},"4":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.0},"7":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"s":{"df":3,"docs":{"34":{"tf":1.0},"5":{"tf":1.0},"64":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}}}},"q":{"df":1,"docs":{"64":{"tf":1.7320508075688772}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"11":{"tf":1.0},"59":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"55":{"tf":1.0},"6":{"tf":1.0}}}}}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"16":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"16":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"64":{"tf":1.0}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":4,"docs":{"11":{"tf":1.0},"27":{"tf":1.0},"39":{"tf":1.0},"58":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"5":{"tf":1.0}},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"64":{"tf":1.0}}}}}}}}}},"t":{"df":6,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"56":{"tf":1.0},"9":{"tf":1.0}}},"x":{"df":1,"docs":{"5":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"28":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"47":{"tf":1.0}}},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"63":{"tf":1.0}}}},"p":{"df":2,"docs":{"47":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"14":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":5,"docs":{"18":{"tf":1.0},"28":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"60":{"tf":1.0},"62":{"tf":1.0}}}}}}},"n":{"df":4,"docs":{"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"57":{"tf":2.23606797749979},"58":{"tf":1.7320508075688772}}},"o":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":4,"docs":{"0":{"tf":1.0},"34":{"tf":1.0},"51":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"28":{"tf":1.0},"4":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"15":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"t":{"!":{"(":{"\\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":2,"docs":{"24":{"tf":1.0},"4":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":7,"docs":{"15":{"tf":1.0},"2":{"tf":1.7320508075688772},"3":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":19,"docs":{"0":{"tf":1.0},"10":{"tf":1.4142135623730951},"2":{"tf":1.0},"21":{"tf":1.0},"3":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.7320508075688772},"38":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"46":{"tf":1.0},"5":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.4142135623730951},"62":{"tf":1.0},"7":{"tf":1.0}},"’":{"df":1,"docs":{"15":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"6":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"3":{"tf":1.0},"55":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"5":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}}}}}}},"d":{"df":1,"docs":{"62":{"tf":1.0}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"27":{"tf":1.0}}}}}},"g":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"3":{"tf":1.0},"63":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"33":{"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":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"42":{"tf":1.0},"57":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":8,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"27":{"tf":1.4142135623730951},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"57":{"tf":1.0},"65":{"tf":1.0},"7":{"tf":1.0}}}}},"t":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"57":{"tf":1.0},"58":{"tf":1.0}}}},"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":1,"docs":{"1":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"65":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"11":{"tf":1.0},"16":{"tf":1.0}}}},"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"45":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"11":{"tf":1.0},"16":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":1,"docs":{"59":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"d":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":4,"docs":{"36":{"tf":1.0},"55":{"tf":1.4142135623730951},"61":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}},"df":28,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"8":{"tf":1.7320508075688772},"9":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"4":{"tf":1.0},"6":{"tf":1.4142135623730951}},"l":{"df":2,"docs":{"25":{"tf":1.0},"42":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"50":{"tf":1.0},"6":{"tf":1.0}}}}}},"r":{"d":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"22":{"tf":1.4142135623730951},"53":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"11":{"tf":1.0},"26":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"55":{"tf":1.0}},"i":{"df":2,"docs":{"14":{"tf":1.0},"53":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"22":{"tf":1.0},"25":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":6,"docs":{"22":{"tf":1.4142135623730951},"25":{"tf":1.0},"45":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"10":{"tf":1.0},"15":{"tf":1.0},"34":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"0":{"tf":1.0},"58":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":9,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"23":{"tf":1.4142135623730951},"4":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}},"t":{"df":1,"docs":{"24":{"tf":1.0}}}},"o":{"c":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"4":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"30":{"tf":1.0},"34":{"tf":1.0},"5":{"tf":1.0},"60":{"tf":1.0},"64":{"tf":1.0},"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"60":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"c":{"df":3,"docs":{"24":{"tf":1.0},"42":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"i":{"[":{"\\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"d":{"\\"":{".":{"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":{"(":{")":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"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":{"a":{"df":8,"docs":{"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"26":{"tf":1.0},"57":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"i":{"df":27,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"8":{"tf":1.7320508075688772},"9":{"tf":1.0}},"i":{"df":26,"docs":{"35":{"tf":1.7320508075688772},"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},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":3,"docs":{"17":{"tf":1.0},"21":{"tf":1.0},"56":{"tf":1.0}}}}}}}},"m":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"5":{"tf":1.0}}}},"l":{"df":4,"docs":{"43":{"tf":1.0},"44":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"47":{"tf":1.0},"60":{"tf":1.0}}}}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":5,"docs":{"0":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":12,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.7320508075688772},"26":{"tf":1.7320508075688772},"49":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"19":{"tf":1.0},"26":{"tf":1.0},"53":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"26":{"tf":1.0},"33":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"\\"":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"57":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"43":{"tf":1.0}}}},"u":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"6":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"[":{"\\"":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"14":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"14":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"41":{"tf":1.0},"57":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"df":2,"docs":{"31":{"tf":1.0},"34":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"5":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"63":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":4,"docs":{"10":{"tf":1.0},"3":{"tf":1.0},"60":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"n":{"d":{"df":4,"docs":{"11":{"tf":1.0},"36":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":5,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"5":{"tf":1.0},"62":{"tf":1.0},"7":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"21":{"tf":1.0},"55":{"tf":1.0}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"0":{"tf":1.4142135623730951},"3":{"tf":1.0},"36":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":2,"docs":{"5":{"tf":1.0},"60":{"tf":1.7320508075688772}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"7":{"tf":1.0}}}}}},"v":{"df":2,"docs":{"5":{"tf":1.0},"63":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":2,"docs":{"46":{"tf":1.0},"5":{"tf":1.0}},"t":{"df":1,"docs":{"3":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":4,"docs":{"3":{"tf":1.0},"44":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":2,"docs":{"34":{"tf":1.0},"57":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"11":{"tf":1.0},"30":{"tf":1.0}}}}},"v":{"df":5,"docs":{"61":{"tf":1.7320508075688772},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0}}}},"j":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"g":{"df":4,"docs":{"36":{"tf":1.0},"4":{"tf":1.0},"65":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"k":{"8":{"df":8,"docs":{"10":{"tf":1.0},"16":{"tf":1.0},"28":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":20,"docs":{"11":{"tf":1.0},"15":{"tf":1.7320508075688772},"16":{"tf":1.4142135623730951},"20":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"y":{"df":4,"docs":{"25":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}}},"n":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"62":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"11":{"tf":1.0},"32":{"tf":1.4142135623730951},"4":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"36":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":5,"docs":{"23":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"26":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0}},"y":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"15":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"19":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"15":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"41":{"tf":1.0},"62":{"tf":1.0},"9":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"36":{"tf":1.0},"6":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"t":{"df":2,"docs":{"3":{"tf":1.0},"4":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":11,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"13":{"tf":1.0},"19":{"tf":1.0},"36":{"tf":1.7320508075688772},"4":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"9":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"6":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}}}}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"13":{"tf":1.0},"26":{"tf":1.0},"50":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"14":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":22,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.7320508075688772},"22":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.4142135623730951},"65":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}},"o":{"a":{"d":{"df":3,"docs":{"23":{"tf":1.4142135623730951},"24":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"k":{"8":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":13,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"28":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.0},"60":{"tf":1.0},"64":{"tf":1.0},"9":{"tf":1.0}}},"t":{"df":1,"docs":{"60":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":3,"docs":{"57":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}},"i":{"c":{"df":4,"docs":{"0":{"tf":1.0},"41":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0}}},"df":0,"docs":{}},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"11":{"tf":1.0},"36":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"64":{"tf":1.0}}},"p":{"df":2,"docs":{"16":{"tf":1.0},"30":{"tf":1.0}}},"s":{"df":1,"docs":{"9":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"16":{"tf":1.0},"31":{"tf":1.0},"7":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"25":{"tf":1.0},"35":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":7,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.4142135623730951}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"25":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":6,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"62":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"51":{"tf":1.0}}}}}}},"p":{"df":3,"docs":{"10":{"tf":1.0},"34":{"tf":1.0},"60":{"tf":1.0}}},"t":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"61":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"11":{"tf":1.0},"32":{"tf":1.0}}}}}},"x":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"7":{"5":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":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":{"48":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":9,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0},"64":{"tf":1.0}}}}},"t":{"df":1,"docs":{"15":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"23":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"25":{"tf":1.0},"53":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"65":{"tf":1.0}}}}}},"df":1,"docs":{"23":{"tf":1.4142135623730951}}}}}}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"1":{"tf":1.0},"2":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"d":{"df":5,"docs":{"14":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"34":{"tf":1.0},"65":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"c":{"df":5,"docs":{"4":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.4142135623730951},"6":{"tf":1.0},"63":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"50":{"tf":1.0}}}}},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"i":{"d":{"df":3,"docs":{"22":{"tf":1.0},"25":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}}},"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"4":{"5":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":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":{"48":{"tf":1.0}},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"16":{"tf":1.0},"18":{"tf":1.0},"30":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":3,"docs":{"5":{"tf":1.0},"53":{"tf":1.0},"62":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"63":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":3,"docs":{"34":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}}}},"x":{"df":2,"docs":{"26":{"tf":1.4142135623730951},"63":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":7,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"15":{"tf":1.0},"2":{"tf":1.0},"36":{"tf":2.23606797749979},"60":{"tf":1.0},"9":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"59":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"16":{"tf":1.0},"7":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":7,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"11":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.4142135623730951},"31":{"tf":1.0},"9":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"16":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"57":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":4,"docs":{"43":{"tf":1.0},"44":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"38":{"tf":1.0},"57":{"tf":1.0}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"df":1,"docs":{"26":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"16":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":9,"docs":{"15":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"39":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"64":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"g":{"df":1,"docs":{"34":{"tf":1.0}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":10,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"27":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"36":{"tf":1.0},"4":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"9":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}}},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"57":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":10,"docs":{"21":{"tf":1.0},"25":{"tf":1.4142135623730951},"36":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.7320508075688772},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"42":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":6,"docs":{"4":{"tf":1.4142135623730951},"42":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.4142135623730951},"52":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":35,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"11":{"tf":1.0},"13":{"tf":1.4142135623730951},"2":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.7320508075688772},"24":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"42":{"tf":2.0},"43":{"tf":1.7320508075688772},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.7320508075688772},"48":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.7320508075688772},"54":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.4142135623730951},"63":{"tf":1.0},"65":{"tf":2.0},"9":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"5":{"tf":1.0}},"i":{"df":1,"docs":{"16":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"df":8,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"10":{"tf":1.0},"3":{"tf":1.7320508075688772},"34":{"tf":1.0},"36":{"tf":1.4142135623730951},"65":{"tf":1.4142135623730951},"9":{"tf":1.0}}}},"n":{"df":1,"docs":{"5":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"15":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":18,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"36":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.0},"6":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"64":{"tf":1.0},"65":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"16":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"25":{"tf":1.0},"36":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"60":{"tf":1.0},"62":{"tf":1.0}}}}}},"k":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"\\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"57":{"tf":1.0},"58":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":3,"docs":{"43":{"tf":1.0},"44":{"tf":1.0},"57":{"tf":1.0}}},"n":{"c":{"df":4,"docs":{"36":{"tf":1.0},"4":{"tf":1.0},"55":{"tf":1.0},"6":{"tf":1.0}}},"df":6,"docs":{"19":{"tf":1.0},"25":{"tf":1.4142135623730951},"3":{"tf":1.0},"33":{"tf":1.0},"53":{"tf":1.0},"9":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"32":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"11":{"tf":1.0},"20":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.4142135623730951},"3":{"tf":1.0},"34":{"tf":2.23606797749979},"5":{"tf":1.0},"55":{"tf":1.0},"64":{"tf":1.0}}}},"t":{"df":2,"docs":{"15":{"tf":1.0},"5":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":7,"docs":{"20":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"42":{"tf":1.0},"49":{"tf":1.0},"6":{"tf":1.0}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":7,"docs":{"10":{"tf":1.0},"30":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"64":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"55":{"tf":1.0}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":9,"docs":{"16":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"5":{"tf":1.0},"6":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"3":{"tf":1.0},"41":{"tf":1.0},"5":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.7320508075688772}}}}}}}}}},"p":{"9":{"5":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"10":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"51":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":4,"docs":{"1":{"tf":1.0},"28":{"tf":1.0},"49":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"27":{"tf":1.0},"4":{"tf":1.0},"65":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":64,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.7320508075688772},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"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.7320508075688772},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"4":{"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":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.7320508075688772},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.7320508075688772},"9":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"22":{"tf":1.0},"53":{"tf":1.0}}}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":6,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"4":{"tf":2.449489742783178},"6":{"tf":2.449489742783178},"62":{"tf":1.0},"65":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":2,"docs":{"22":{"tf":2.0},"53":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"28":{"tf":1.0},"34":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":1,"docs":{"6":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"13":{"tf":1.0},"19":{"tf":1.0},"26":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":8,"docs":{"15":{"tf":2.449489742783178},"16":{"tf":1.0},"51":{"tf":2.0},"52":{"tf":1.0},"53":{"tf":1.7320508075688772},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}}}}},"df":1,"docs":{"6":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":4,"docs":{"22":{"tf":1.4142135623730951},"42":{"tf":1.0},"44":{"tf":2.6457513110645907},"53":{"tf":1.0}}}},"r":{"df":3,"docs":{"15":{"tf":1.0},"18":{"tf":1.0},"27":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":3,"docs":{"0":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0}}}}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.7320508075688772}}}}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"27":{"tf":1.0},"57":{"tf":1.0},"62":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"10":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"64":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"14":{"tf":1.0}}}}}}}},"l":{"a":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":23,"docs":{"1":{"tf":1.0},"14":{"tf":1.7320508075688772},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":2.0},"29":{"tf":1.4142135623730951},"3":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":2.0},"48":{"tf":1.0},"6":{"tf":2.449489742783178},"60":{"tf":1.0},"64":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"34":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"u":{"df":4,"docs":{"19":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0}},"g":{"df":1,"docs":{"56":{"tf":1.0}},"g":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"12":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"24":{"tf":1.0},"53":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"3":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":3,"docs":{"31":{"tf":1.0},"34":{"tf":1.0},"63":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"36":{"tf":1.0},"65":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"16":{"tf":1.7320508075688772},"50":{"tf":1.4142135623730951},"8":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"4":{"tf":1.0},"41":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"5":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"60":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"28":{"tf":1.4142135623730951},"34":{"tf":2.0},"36":{"tf":1.0},"38":{"tf":1.0}}}}}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"21":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"20":{"tf":1.0},"34":{"tf":1.0}}}},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"40":{"tf":1.0}}}},"t":{"df":3,"docs":{"16":{"tf":1.0},"41":{"tf":1.0},"63":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"28":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":2.0}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.4142135623730951}}}}}},"o":{"b":{"df":0,"docs":{},"e":{"df":9,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"24":{"tf":1.7320508075688772},"33":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.4142135623730951},"59":{"tf":1.0},"60":{"tf":1.0}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"11":{"tf":1.0},"30":{"tf":1.0},"4":{"tf":1.0},"9":{"tf":1.0}}}}}},"d":{"df":1,"docs":{"55":{"tf":1.0}},"u":{"c":{"df":4,"docs":{"0":{"tf":1.0},"14":{"tf":1.0},"40":{"tf":1.0},"64":{"tf":1.0}},"t":{"df":5,"docs":{"21":{"tf":1.0},"36":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"65":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":8,"docs":{"11":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"49":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"25":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":6,"docs":{"0":{"tf":1.0},"15":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.4142135623730951},"6":{"tf":1.0},"64":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"57":{"tf":1.0}},"r":{"df":1,"docs":{"34":{"tf":1.0}}}},"i":{"d":{"df":7,"docs":{"31":{"tf":1.0},"34":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"42":{"tf":1.0},"47":{"tf":1.4142135623730951},"6":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":3,"docs":{"33":{"tf":1.0},"4":{"tf":1.4142135623730951},"6":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"33":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"b":{"df":2,"docs":{"57":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"0":{"tf":1.0},"65":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"64":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"12":{"tf":1.0},"3":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"q":{"a":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"26":{"tf":1.0}}}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":3,"docs":{"27":{"tf":1.7320508075688772},"5":{"tf":1.0},"53":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"27":{"tf":1.0},"47":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"(":{"3":{"df":2,"docs":{"18":{"tf":1.0},"20":{"tf":1.0}}},"5":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}},"df":12,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"23":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"5":{"tf":1.0},"53":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}}},"df":2,"docs":{"4":{"tf":2.0},"6":{"tf":3.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"57":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"l":{"df":3,"docs":{"33":{"tf":1.0},"57":{"tf":1.7320508075688772},"58":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"—":{"a":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"22":{"tf":1.0}}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"62":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":8,"docs":{"20":{"tf":1.0},"28":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.7320508075688772},"40":{"tf":1.0},"6":{"tf":1.4142135623730951},"63":{"tf":1.0},"9":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":4,"docs":{"0":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.0},"56":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"1":{"tf":1.0},"3":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"5":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"40":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"25":{"tf":1.0}}}}}}}},"v":{"df":1,"docs":{"22":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":7,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"46":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"64":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":4,"docs":{"15":{"tf":1.0},"5":{"tf":1.0},"64":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":27,"docs":{"35":{"tf":1.7320508075688772},"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},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":2.0},"61":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"0":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"28":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"24":{"tf":1.0}}}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}},"x":{"df":2,"docs":{"33":{"tf":1.0},"34":{"tf":1.0}}}},"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"16":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"14":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"25":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"3":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"24":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"25":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"34":{"tf":1.0},"39":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"36":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":4,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":6,"docs":{"13":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"64":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":7,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"20":{"tf":1.0},"5":{"tf":1.0},"64":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"36":{"tf":1.0},"40":{"tf":1.0},"6":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":6,"docs":{"10":{"tf":1.0},"24":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"36":{"tf":1.0},"4":{"tf":1.0},"54":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"p":{"df":1,"docs":{"52":{"tf":1.0}}}},"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":20,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.4142135623730951},"25":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.4142135623730951},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"65":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"43":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":6,"docs":{"16":{"tf":1.0},"28":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"0":{"tf":1.0},"65":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"44":{"tf":1.0},"57":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"15":{"tf":1.0},"39":{"tf":1.0},"60":{"tf":1.7320508075688772},"9":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":3,"docs":{"16":{"tf":1.0},"64":{"tf":1.0},"7":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"41":{"tf":1.0},"7":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"5":{"tf":1.0},"64":{"tf":1.0}}}}},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":8,"docs":{"0":{"tf":1.0},"20":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"60":{"tf":1.0},"65":{"tf":1.7320508075688772}},"s":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"p":{"c":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":8,"docs":{"4":{"tf":1.7320508075688772},"42":{"tf":2.0},"43":{"tf":1.7320508075688772},"44":{"tf":1.4142135623730951},"45":{"tf":1.0},"57":{"tf":1.7320508075688772},"58":{"tf":1.4142135623730951},"6":{"tf":1.0}}}}}}}}},"df":29,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"11":{"tf":1.7320508075688772},"14":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":2.23606797749979},"32":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":2.449489742783178},"4":{"tf":1.7320508075688772},"40":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.7320508075688772},"53":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":2.6457513110645907},"62":{"tf":1.0},"63":{"tf":1.7320508075688772},"64":{"tf":1.4142135623730951},"65":{"tf":2.23606797749979},"7":{"tf":1.0},"8":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"42":{"tf":1.0},"57":{"tf":1.4142135623730951}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":29,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"28":{"tf":1.7320508075688772},"29":{"tf":2.0},"30":{"tf":1.7320508075688772},"31":{"tf":1.7320508075688772},"32":{"tf":1.7320508075688772},"33":{"tf":1.7320508075688772},"34":{"tf":1.4142135623730951},"36":{"tf":1.0},"4":{"tf":2.23606797749979},"40":{"tf":1.7320508075688772},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":2.23606797749979},"48":{"tf":1.0},"52":{"tf":1.7320508075688772},"6":{"tf":1.4142135623730951},"60":{"tf":1.7320508075688772},"63":{"tf":1.7320508075688772},"64":{"tf":1.7320508075688772},"65":{"tf":1.0},"7":{"tf":1.4142135623730951},"9":{"tf":1.0}},"’":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"33":{"tf":1.0}},"{":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"33":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":8,"docs":{"10":{"tf":1.0},"27":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"60":{"tf":1.0},"9":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"33":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"df":13,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"56":{"tf":1.7320508075688772},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"41":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":7,"docs":{"22":{"tf":1.0},"28":{"tf":1.4142135623730951},"47":{"tf":1.0},"60":{"tf":1.0},"64":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"23":{"tf":1.4142135623730951}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"27":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"2":{"df":8,"docs":{"14":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"48":{"tf":1.0}}},"3":{"df":2,"docs":{"22":{"tf":1.0},"25":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.7320508075688772}}}}}}}},"df":0,"docs":{}}}}},"df":34,"docs":{"1":{"tf":1.0},"10":{"tf":1.7320508075688772},"11":{"tf":2.23606797749979},"12":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":2.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"28":{"tf":2.23606797749979},"29":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"36":{"tf":2.6457513110645907},"39":{"tf":1.0},"4":{"tf":1.7320508075688772},"41":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0},"59":{"tf":1.4142135623730951},"6":{"tf":2.0},"60":{"tf":2.23606797749979},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":2.0},"64":{"tf":1.7320508075688772},"65":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":2.23606797749979}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"32":{"tf":1.0},"5":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"a":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":2,"docs":{"50":{"tf":1.0},"55":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"10":{"tf":1.0},"34":{"tf":1.0}}}}}}},"df":1,"docs":{"4":{"tf":1.7320508075688772}},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"16":{"tf":1.0},"26":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"d":{"df":8,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}}},"df":4,"docs":{"11":{"tf":1.4142135623730951},"28":{"tf":1.0},"29":{"tf":1.0},"36":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"20":{"tf":1.0},"28":{"tf":1.0},"47":{"tf":1.0}}}},"df":0,"docs":{}},"f":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"57":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":4,"docs":{"15":{"tf":1.0},"44":{"tf":1.0},"57":{"tf":1.7320508075688772},"58":{"tf":1.7320508075688772}}}},"n":{"d":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"16":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"6":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"4":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"60":{"tf":1.0}},"i":{"c":{"df":4,"docs":{"31":{"tf":1.0},"36":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":8,"docs":{"11":{"tf":1.0},"18":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.4142135623730951},"9":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":12,"docs":{"10":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.0},"63":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":18,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"5":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":9,"docs":{"10":{"tf":1.0},"16":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"42":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.7320508075688772}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"0":{"tf":1.0},"5":{"tf":1.0},"64":{"tf":1.0}}}},"w":{"df":4,"docs":{"1":{"tf":1.0},"21":{"tf":1.0},"56":{"tf":1.0},"9":{"tf":1.0}}}}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":11,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"28":{"tf":1.7320508075688772},"34":{"tf":2.0},"40":{"tf":1.0},"5":{"tf":1.4142135623730951},"6":{"tf":1.7320508075688772},"64":{"tf":1.0},"65":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":4,"docs":{"18":{"tf":1.4142135623730951},"23":{"tf":1.0},"44":{"tf":1.0},"57":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"22":{"tf":1.0},"44":{"tf":1.0},"53":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":3,"docs":{"31":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0}}}}},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"df":4,"docs":{"23":{"tf":1.7320508075688772},"26":{"tf":1.4142135623730951},"53":{"tf":1.0},"54":{"tf":1.0}},"w":{"df":2,"docs":{"34":{"tf":1.0},"63":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"11":{"tf":1.0},"18":{"tf":1.0},"3":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":5,"docs":{"15":{"tf":1.0},"18":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"3":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":6,"docs":{"14":{"tf":1.0},"20":{"tf":1.0},"34":{"tf":1.0},"49":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.0}},"i":{"df":1,"docs":{"11":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":4,"docs":{"16":{"tf":1.0},"29":{"tf":1.0},"5":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":1.0},"65":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"25":{"tf":1.0},"63":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"16":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"43":{"tf":1.0},"57":{"tf":1.0}}}}}}},"df":0,"docs":{}},"_":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"58":{"tf":1.0},"6":{"tf":1.0}}}}}}},"df":0,"docs":{}},"d":{"a":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{")":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"_":{"d":{"a":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{"0":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"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":{},"x":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"2":{")":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"2":{"0":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":15,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.7320508075688772},"36":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":1.7320508075688772},"63":{"tf":1.0},"65":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"16":{"tf":1.0},"25":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0}}},"i":{"c":{"df":2,"docs":{"43":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}},"y":{"df":8,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":1.4142135623730951},"64":{"tf":1.0}}}},"d":{":":{":":{"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":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{":":{":":{"a":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"57":{"tf":1.0}}},"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":{":":{":":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":6,"docs":{"14":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.0},"48":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"_":{"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":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"3":{"0":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":3,"docs":{"15":{"tf":1.0},"26":{"tf":1.0},"34":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"27":{"tf":1.0},"64":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.4142135623730951}},"i":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"27":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"27":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":5,"docs":{"25":{"tf":1.0},"36":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.0},"65":{"tf":1.0}}}},"r":{"df":4,"docs":{"43":{"tf":1.0},"44":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"65":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"19":{"tf":1.0},"26":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"43":{"tf":1.0},"44":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":2,"docs":{"23":{"tf":1.0},"62":{"tf":1.4142135623730951}}}}}},"u":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"18":{"tf":1.0}}}},"t":{"df":4,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"0":{"tf":1.0},"65":{"tf":1.0}}}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":10,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"7":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"32":{"tf":1.0}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"4":{"tf":1.0},"42":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":7,"docs":{"10":{"tf":1.0},"43":{"tf":1.7320508075688772},"47":{"tf":1.4142135623730951},"48":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.7320508075688772},"61":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"45":{"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":{"16":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"64":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"26":{"tf":1.7320508075688772}}}}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"63":{"tf":1.0}}}}}}},"n":{"c":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":7,"docs":{"14":{"tf":1.4142135623730951},"20":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.4142135623730951}}}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"2":{"0":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"57":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":9,"docs":{"11":{"tf":1.0},"23":{"tf":1.0},"40":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.7320508075688772},"64":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"36":{"tf":1.0}}}}},"d":{"df":3,"docs":{"14":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0}}},"df":1,"docs":{"4":{"tf":1.4142135623730951}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":3,"docs":{"16":{"tf":1.0},"3":{"tf":1.4142135623730951},"62":{"tf":1.0}}},"r":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"15":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":23,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.0},"10":{"tf":1.7320508075688772},"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"18":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.7320508075688772},"36":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.7320508075688772},"50":{"tf":1.0},"53":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.4142135623730951},"63":{"tf":1.0},"64":{"tf":1.4142135623730951},"9":{"tf":2.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":11,"docs":{"14":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"{":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"58":{"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":{"43":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"57":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"57":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"s":{":":{":":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":2,"docs":{"46":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"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":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":1,"docs":{"14":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":4,"docs":{"28":{"tf":1.0},"38":{"tf":1.0},"44":{"tf":1.0},"7":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"26":{"tf":1.7320508075688772}},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"e":{"df":12,"docs":{"0":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":1.0},"34":{"tf":1.0},"5":{"tf":1.4142135623730951},"6":{"tf":1.0},"64":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"33":{"tf":1.0},"34":{"tf":1.0},"54":{"tf":1.0}}}}}}}},"o":{"d":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"14":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"9":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"l":{"df":2,"docs":{"34":{"tf":1.0},"50":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"27":{"tf":1.0},"5":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"51":{"tf":1.0}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":30,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"27":{"tf":2.0},"28":{"tf":1.0},"36":{"tf":2.0},"4":{"tf":2.0},"41":{"tf":1.7320508075688772},"42":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.7320508075688772},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"60":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"65":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}},"y":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"g":{"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":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"57":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"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":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"33":{"tf":1.0},"34":{"tf":1.0},"60":{"tf":1.0},"9":{"tf":1.0}}},"k":{"df":2,"docs":{"26":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":15,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.4142135623730951},"3":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.7320508075688772},"49":{"tf":1.0},"5":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"65":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"56":{"tf":1.0},"62":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":14,"docs":{"11":{"tf":1.0},"13":{"tf":1.4142135623730951},"15":{"tf":1.0},"18":{"tf":2.23606797749979},"19":{"tf":2.23606797749979},"20":{"tf":1.4142135623730951},"23":{"tf":1.0},"26":{"tf":1.0},"33":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"64":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"2":{"0":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"1":{"6":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"23":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"34":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"10":{"tf":1.7320508075688772}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"34":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.7320508075688772}}}}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"48":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"64":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"16":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":3,"docs":{"16":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"29":{"tf":1.0},"4":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"16":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":1,"docs":{"18":{"tf":1.0}}}},"x":{"/":{"d":{"a":{"df":2,"docs":{"49":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"23":{"tf":1.0},"26":{"tf":2.23606797749979}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"29":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"23":{"tf":1.4142135623730951},"24":{"tf":1.0},"3":{"tf":1.4142135623730951},"36":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"58":{"tf":1.0},"63":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":4,"docs":{"22":{"tf":1.0},"38":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"11":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"s":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"10":{"tf":1.0},"14":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.4142135623730951}}}},"df":30,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"14":{"tf":1.7320508075688772},"15":{"tf":1.0},"18":{"tf":1.7320508075688772},"19":{"tf":1.7320508075688772},"20":{"tf":2.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.4142135623730951},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.7320508075688772},"5":{"tf":1.0},"57":{"tf":2.23606797749979},"58":{"tf":1.7320508075688772},"60":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.4142135623730951},"65":{"tf":1.4142135623730951},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":29,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"5":{"tf":1.0},"62":{"tf":1.0},"8":{"tf":1.7320508075688772},"9":{"tf":1.4142135623730951}},"s":{"(":{"4":{"df":2,"docs":{"18":{"tf":1.0},"20":{"tf":1.0}}},"8":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"z":{"df":2,"docs":{"57":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"10":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}}},"df":28,"docs":{"0":{"tf":1.4142135623730951},"11":{"tf":1.4142135623730951},"16":{"tf":1.0},"18":{"tf":1.7320508075688772},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"24":{"tf":1.0},"25":{"tf":2.23606797749979},"27":{"tf":1.0},"3":{"tf":1.4142135623730951},"33":{"tf":1.0},"36":{"tf":1.4142135623730951},"38":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.4142135623730951},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"62":{"tf":1.4142135623730951},"64":{"tf":1.0},"65":{"tf":1.4142135623730951},"7":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"27":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"47":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"!":{"[":{"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":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":1,"docs":{"57":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"5":{"tf":1.0},"64":{"tf":1.0}},"f":{"df":1,"docs":{"7":{"tf":1.0}},"i":{"df":7,"docs":{"14":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"u":{"df":2,"docs":{"23":{"tf":1.0},"7":{"tf":1.0}}}}}},"i":{"a":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":6,"docs":{"10":{"tf":1.0},"14":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.4142135623730951},"6":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":2,"docs":{"50":{"tf":1.0},"55":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"28":{"tf":1.0},"6":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"15":{"tf":1.0},"5":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":12,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"64":{"tf":1.0},"9":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}},"df":2,"docs":{"4":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"15":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"62":{"tf":1.0},"65":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"63":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":10,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"28":{"tf":1.0},"36":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.0},"6":{"tf":1.7320508075688772},"62":{"tf":1.0},"63":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":5,"docs":{"31":{"tf":1.0},"38":{"tf":1.0},"59":{"tf":1.4142135623730951},"63":{"tf":1.0},"65":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"(":{"0":{".":{".":{"=":{"2":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"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":{"24":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"b":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}}},"df":0,"docs":{}}},"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":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"22":{"tf":1.0},"25":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"b":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"0":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":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":{"59":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"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":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"2":{"0":{"df":2,"docs":{"20":{"tf":1.0},"23":{"tf":1.0}}},"df":0,"docs":{}},"5":{"0":{"df":2,"docs":{"22":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}},"8":{"0":{"df":2,"docs":{"25":{"tf":1.0},"26":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"0":{"df":3,"docs":{"14":{"tf":1.0},"18":{"tf":1.0},"24":{"tf":1.0}}},"df":0,"docs":{}},"9":{"0":{"df":2,"docs":{"19":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"(":{"1":{".":{".":{"=":{"4":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"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":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"6":{"0":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"0":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"26":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}}}}}}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"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":{"14":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"48":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"26":{"tf":1.0},"54":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"1":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":2,"docs":{"3":{"tf":1.0},"47":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":5,"docs":{"10":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"60":{"tf":1.7320508075688772},"9":{"tf":1.4142135623730951}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":48,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.7320508075688772},"12":{"tf":2.0},"13":{"tf":2.449489742783178},"14":{"tf":2.23606797749979},"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.7320508075688772},"19":{"tf":2.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.7320508075688772},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"36":{"tf":2.23606797749979},"38":{"tf":1.7320508075688772},"39":{"tf":1.0},"4":{"tf":2.449489742783178},"42":{"tf":1.0},"43":{"tf":1.7320508075688772},"45":{"tf":1.0},"46":{"tf":2.0},"47":{"tf":1.7320508075688772},"48":{"tf":1.0},"49":{"tf":1.4142135623730951},"5":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":2.0},"57":{"tf":2.6457513110645907},"58":{"tf":1.4142135623730951},"59":{"tf":1.0},"6":{"tf":2.6457513110645907},"60":{"tf":1.0},"62":{"tf":1.7320508075688772},"63":{"tf":1.0},"64":{"tf":1.4142135623730951},"65":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"4":{"tf":1.0},"43":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"10":{"tf":1.0},"9":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"22":{"tf":1.0},"24":{"tf":1.0}}}}}}},"x":{"df":2,"docs":{"4":{"tf":1.4142135623730951},"6":{"tf":2.0}}},"y":{"df":0,"docs":{},"e":{"df":1,"docs":{"64":{"tf":1.0}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"’":{"df":0,"docs":{},"r":{"df":2,"docs":{"49":{"tf":1.0},"55":{"tf":1.0}}}}}}}}},"title":{"root":{"2":{"df":1,"docs":{"18":{"tf":1.0}}},"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"df":0,"docs":{}},"d":{"df":4,"docs":{"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"21":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"24":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"61":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"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":{"11":{"tf":1.0}}}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"52":{"tf":1.0}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"50":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":5,"docs":{"20":{"tf":1.0},"22":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"25":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"33":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"58":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"53":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"45":{"tf":1.0}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"62":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":3,"docs":{"42":{"tf":1.0},"43":{"tf":1.0},"52":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"62":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"60":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"a":{"df":2,"docs":{"19":{"tf":1.0},"26":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"35":{"tf":1.0},"36":{"tf":1.0}}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"l":{"df":1,"docs":{"62":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":4,"docs":{"17":{"tf":1.0},"21":{"tf":1.0},"44":{"tf":1.0},"56":{"tf":1.0}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":8,"docs":{"12":{"tf":1.0},"14":{"tf":1.0},"33":{"tf":1.0},"39":{"tf":1.0},"49":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}}}}}},"f":{"a":{"df":0,"docs":{},"q":{"df":1,"docs":{"64":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"37":{"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":{"27":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"65":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}},"i":{"df":1,"docs":{"35":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"60":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"v":{"df":1,"docs":{"61":{"tf":1.0}}}},"k":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"36":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"20":{"tf":1.0}}}}},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"23":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"26":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"36":{"tf":1.0}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"56":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":3,"docs":{"42":{"tf":1.0},"43":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"34":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}}},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"49":{"tf":1.0},"54":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"2":{"tf":1.0},"35":{"tf":1.0},"61":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":3,"docs":{"15":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"44":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"16":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"o":{"b":{"df":0,"docs":{},"e":{"df":2,"docs":{"24":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"57":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"22":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"35":{"tf":1.0},"60":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"l":{"a":{"c":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"25":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}}}}}}},"df":1,"docs":{"28":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"40":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":5,"docs":{"11":{"tf":1.0},"28":{"tf":1.0},"36":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"18":{"tf":1.0},"57":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"23":{"tf":1.0}}}},"t":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"26":{"tf":1.0}}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}}}}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":3,"docs":{"27":{"tf":1.0},"41":{"tf":1.0},"51":{"tf":1.0}}}}}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"18":{"tf":1.0},"19":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":1,"docs":{"10":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"x":{"df":1,"docs":{"26":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"18":{"tf":1.0},"25":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"59":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"47":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":8,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"38":{"tf":1.0},"46":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"lang":"English","pipeline":["trimmer","stopWordFilter","stemmer"],"ref":"id","version":"0.9.5"},"results_options":{"limit_results":30,"teaser_word_count":30},"search_options":{"bool":"OR","expand":true,"fields":{"body":{"boost":1},"breadcrumbs":{"boost":1},"title":{"boost":2}}}}')); \ No newline at end of file diff --git a/docs/searchindex-e1706c05.js b/docs/searchindex-e1706c05.js new file mode 100644 index 0000000..2956991 --- /dev/null +++ b/docs/searchindex-e1706c05.js @@ -0,0 +1 @@ +window.search = Object.assign(window.search, JSON.parse('{"doc_urls":["project-context-primer.html#project-context-primer","what-you-will-learn.html#what-you-will-learn","part-i.html#part-i--foundations","introduction.html#introduction","architecture-overview.html#architecture-overview","testing-philosophy.html#testing-philosophy","testing-philosophy.html#declarative-over-imperative","testing-philosophy.html#protocol-time-not-wall-time","testing-philosophy.html#determinism-first-chaos-when-needed","testing-philosophy.html#observable-health-signals","testing-philosophy.html#minimum-run-windows","testing-philosophy.html#summary","scenario-lifecycle.html#scenario-lifecycle-conceptual","design-rationale.html#design-rationale","part-ii.html#part-ii--user-guide","workspace-layout.html#workspace-layout","annotated-tree.html#annotated-tree","authoring-scenarios.html#authoring-scenarios","workloads.html#core-content-workloads--expectations","workloads.html#workloads","workloads.html#expectations","scenario-builder-ext-patterns.html#core-content-scenariobuilderext-patterns","best-practices.html#best-practices","examples.html#examples","examples.html#simple-2-validator-transaction-workload","examples.html#da--transaction-workload","examples.html#chaos--liveness-check","examples-advanced.html#advanced--artificial-examples","examples-advanced.html#synthetic-delay-workload-network-latency-simulation","examples-advanced.html#oscillating-load-workload-traffic-waves","examples-advanced.html#byzantine-behavior-mock","examples-advanced.html#custom-expectation-block-finality-drift","examples-advanced.html#custom-deployer-dry-run-deployer","examples-advanced.html#stochastic-topology-generator","examples-advanced.html#multi-phase-scenario-pipelines","running-scenarios.html#running-scenarios","runners.html#runners","runners.html#local-runner","runners.html#docker-compose-runner","runners.html#kubernetes-runner","runners.html#common-expectations","operations.html#operations","operations.html#ci-usage","operations.html#running-examples","operations.html#local-runner","operations.html#compose-runner","operations.html#k8s-runner","part-iii.html#part-iii--developer-reference","scenario-model.html#scenario-model-developer-level","extending.html#extending-the-framework","extending.html#adding-a-workload","extending.html#adding-an-expectation","extending.html#adding-a-runner","extending.html#adding-topology-helpers","custom-workload-example.html#example-new-workload--expectation-rust","custom-workload-example.html#workload-simple-reachability-probe","custom-workload-example.html#expectation-confirm-the-target-stayed-reachable","custom-workload-example.html#how-to-wire-it","internal-crate-reference.html#internal-crate-reference","part-iv.html#part-iv--appendix","dsl-cheat-sheet.html#core-content-dsl-cheat-sheet","troubleshooting.html#troubleshooting-scenarios","faq.html#faq","glossary.html#glossary"],"index":{"documentStore":{"docInfo":{"0":{"body":67,"breadcrumbs":6,"title":3},"1":{"body":26,"breadcrumbs":2,"title":1},"10":{"body":40,"breadcrumbs":7,"title":3},"11":{"body":26,"breadcrumbs":5,"title":1},"12":{"body":115,"breadcrumbs":8,"title":3},"13":{"body":68,"breadcrumbs":6,"title":2},"14":{"body":10,"breadcrumbs":8,"title":4},"15":{"body":94,"breadcrumbs":8,"title":2},"16":{"body":59,"breadcrumbs":8,"title":2},"17":{"body":101,"breadcrumbs":8,"title":2},"18":{"body":18,"breadcrumbs":12,"title":4},"19":{"body":38,"breadcrumbs":9,"title":1},"2":{"body":10,"breadcrumbs":4,"title":2},"20":{"body":71,"breadcrumbs":9,"title":1},"21":{"body":84,"breadcrumbs":12,"title":4},"22":{"body":103,"breadcrumbs":8,"title":2},"23":{"body":14,"breadcrumbs":6,"title":1},"24":{"body":28,"breadcrumbs":10,"title":5},"25":{"body":31,"breadcrumbs":8,"title":3},"26":{"body":37,"breadcrumbs":8,"title":3},"27":{"body":19,"breadcrumbs":10,"title":3},"28":{"body":41,"breadcrumbs":13,"title":6},"29":{"body":37,"breadcrumbs":12,"title":5},"3":{"body":84,"breadcrumbs":4,"title":1},"30":{"body":34,"breadcrumbs":10,"title":3},"31":{"body":41,"breadcrumbs":12,"title":5},"32":{"body":39,"breadcrumbs":12,"title":5},"33":{"body":35,"breadcrumbs":10,"title":3},"34":{"body":40,"breadcrumbs":11,"title":4},"35":{"body":75,"breadcrumbs":8,"title":2},"36":{"body":20,"breadcrumbs":6,"title":1},"37":{"body":23,"breadcrumbs":7,"title":2},"38":{"body":29,"breadcrumbs":8,"title":3},"39":{"body":20,"breadcrumbs":7,"title":2},"4":{"body":111,"breadcrumbs":6,"title":2},"40":{"body":61,"breadcrumbs":7,"title":2},"41":{"body":111,"breadcrumbs":6,"title":1},"42":{"body":48,"breadcrumbs":7,"title":2},"43":{"body":0,"breadcrumbs":7,"title":2},"44":{"body":44,"breadcrumbs":7,"title":2},"45":{"body":69,"breadcrumbs":7,"title":2},"46":{"body":48,"breadcrumbs":7,"title":2},"47":{"body":10,"breadcrumbs":8,"title":4},"48":{"body":116,"breadcrumbs":12,"title":4},"49":{"body":0,"breadcrumbs":8,"title":2},"5":{"body":17,"breadcrumbs":6,"title":2},"50":{"body":39,"breadcrumbs":8,"title":2},"51":{"body":21,"breadcrumbs":8,"title":2},"52":{"body":29,"breadcrumbs":8,"title":2},"53":{"body":21,"breadcrumbs":9,"title":3},"54":{"body":19,"breadcrumbs":14,"title":5},"55":{"body":120,"breadcrumbs":13,"title":4},"56":{"body":67,"breadcrumbs":14,"title":5},"57":{"body":24,"breadcrumbs":10,"title":1},"58":{"body":91,"breadcrumbs":10,"title":3},"59":{"body":10,"breadcrumbs":6,"title":3},"6":{"body":39,"breadcrumbs":7,"title":3},"60":{"body":84,"breadcrumbs":11,"title":5},"61":{"body":86,"breadcrumbs":7,"title":2},"62":{"body":99,"breadcrumbs":5,"title":1},"63":{"body":78,"breadcrumbs":5,"title":1},"7":{"body":89,"breadcrumbs":8,"title":4},"8":{"body":58,"breadcrumbs":8,"title":4},"9":{"body":51,"breadcrumbs":7,"title":3}},"docs":{"0":{"body":"This book focuses on the Nomos Testing Framework. It assumes familiarity with\\nthe Nomos architecture, but for completeness, here is a short primer. Nomos is a modular blockchain protocol composed of validators, executors,\\nand a data-availability (DA) subsystem. Validators participate in consensus and produce blocks. Executors run application logic or off-chain computations referenced by\\nblocks. Data Availability (DA) ensures that data referenced in blocks is\\npublished and retrievable, including blobs or channel data used by workloads. These roles interact tightly, which is why meaningful testing must be performed\\nin multi-node environments that include real networking, timing, and DA\\ninteraction.","breadcrumbs":"Project Context Primer » Project Context Primer","id":"0","title":"Project Context Primer"},"1":{"body":"This book gives you a clear mental model for Nomos multi-node testing, shows how\\nto author scenarios that pair realistic workloads with explicit expectations,\\nand guides you to run them across local, containerized, and cluster environments\\nwithout changing the plan.","breadcrumbs":"What You Will Learn » What You Will Learn","id":"1","title":"What You Will Learn"},"10":{"body":"Always run long enough for meaningful block production: #![allow(unused)] fn main() {\\n// Bad: too short\\n.with_run_duration(Duration::from_secs(5)) // Maybe 0-1 blocks // Good: enough blocks for assertions\\n.with_run_duration(Duration::from_secs(60)) // ~10+ blocks } The framework enforces minimum durations, but be explicit. Very short runs\\nrisk false confidence—one lucky block doesn’t prove liveness.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Minimum Run Windows","id":"10","title":"Minimum Run Windows"},"11":{"body":"These principles keep scenarios: Portable across environments (protocol time, declarative) Debuggable (determinism, separation of concerns) Meaningful (observable signals, sufficient duration) When authoring scenarios, ask: “Does this test the protocol behavior or\\nmy local environment quirks?”","breadcrumbs":"Part I — Foundations » Testing Philosophy » Summary","id":"11","title":"Summary"},"12":{"body":"Build the plan: Declare a topology, attach workloads and expectations, and set the run window. The plan is the single source of truth for what will happen. Deploy: Hand the plan to a runner. It provisions the environment on the chosen backend and waits for nodes to signal readiness. Drive workloads: Start traffic and behaviors (transactions, data-availability activity, restarts) for the planned duration. Observe blocks and signals: Track block progression and other high-level metrics during or after the run window to ground assertions in protocol time. Evaluate expectations: Once activity stops (and optional cooldown completes), check liveness and workload-specific outcomes to decide pass or fail. Cleanup: Tear down resources so successive runs start fresh and do not inherit leaked state. Conceptual lifecycle diagram: Plan → Deploy → Readiness → Drive Workloads → Observe → Evaluate → Cleanup Mermaid view: flowchart LR P[Plan
topology + workloads + expectations] --> D[Deploy
runner provisions] D --> R[Readiness
wait for nodes] R --> W[Drive Workloads] W --> O[Observe
blocks/metrics] O --> E[Evaluate Expectations] E --> C[Cleanup]","breadcrumbs":"Part I — Foundations » Scenario Lifecycle (Conceptual) » Scenario Lifecycle (Conceptual)","id":"12","title":"Scenario Lifecycle (Conceptual)"},"13":{"body":"Modular crates keep configuration, orchestration, workloads, and runners decoupled so each can evolve without breaking the others. Pluggable runners let the same scenario run on a laptop, a Docker host, or a Kubernetes cluster, making validation portable across environments. Separated workloads and expectations clarify intent: what traffic to generate versus how to judge success. This simplifies review and reuse. Declarative topology makes cluster shape explicit and repeatable, reducing surprise when moving between CI and developer machines. Maintainability through predictability: a clear flow from plan to deployment to verification lowers the cost of extending the framework and interpreting failures.","breadcrumbs":"Part I — Foundations » Design Rationale » Design Rationale","id":"13","title":"Design Rationale"},"14":{"body":"Practical guidance for shaping scenarios, combining workloads and expectations,\\nand running them across different environments.","breadcrumbs":"Part II — User Guide » Part II — User Guide","id":"14","title":"Part II — User Guide"},"15":{"body":"The workspace focuses on multi-node integration testing and sits alongside a nomos-node checkout. Its crates separate concerns to keep scenarios\\nrepeatable and portable: Configs: prepares high-level node, network, tracing, and wallet settings\\nused across test environments. Core scenario orchestration: the engine that holds topology descriptions,\\nscenario plans, runtimes, workloads, and expectations. Workflows: ready-made workloads (transactions, data-availability, chaos)\\nand reusable expectations assembled into a user-facing DSL. Runners: deployment backends for local processes, Docker Compose, and\\nKubernetes, all consuming the same scenario plan. Test workflows: example scenarios and integration checks that show how\\nthe pieces fit together. This split keeps configuration, orchestration, reusable traffic patterns, and\\ndeployment adapters loosely coupled while sharing one mental model for tests.","breadcrumbs":"Part II — User Guide » Workspace Layout » Workspace Layout","id":"15","title":"Workspace Layout"},"16":{"body":"High-level view of the workspace and how pieces relate: nomos-testing/\\n├─ testing-framework/\\n│ ├─ configs/ # shared configuration helpers\\n│ ├─ core/ # scenario model, runtime, topology\\n│ ├─ workflows/ # workloads, expectations, DSL extensions\\n│ └─ runners/ # local, compose, k8s deployment backends\\n├─ tests/ # integration scenarios using the framework\\n└─ scripts/ # supporting setup utilities (e.g., assets) Each area maps to a responsibility: describe configs, orchestrate scenarios,\\npackage common traffic and assertions, adapt to environments, and demonstrate\\nend-to-end usage.","breadcrumbs":"Part II — User Guide » Annotated Tree » Annotated Tree","id":"16","title":"Annotated Tree"},"17":{"body":"Creating a scenario is a declarative exercise: Shape the topology: decide how many validators and executors to run, and\\nwhat high-level network and data-availability characteristics matter for the\\ntest. Attach workloads: pick traffic generators that align with your goals\\n(transactions, data-availability blobs, or chaos for resilience probes). Define expectations: specify the health signals that must hold when the\\nrun finishes (e.g., consensus liveness, inclusion of submitted activity; see Core Content: Workloads & Expectations). Set duration: choose a run window long enough to observe meaningful\\nblock progression and the effects of your workloads. Choose a runner: target local processes for fast iteration, Docker\\nCompose for reproducible multi-node stacks, or Kubernetes for cluster-grade\\nvalidation. For environment considerations, see Operations. Keep scenarios small and explicit: make the intended behavior and the success\\ncriteria clear so failures are easy to interpret and act upon.","breadcrumbs":"Part II — User Guide » Authoring Scenarios » Authoring Scenarios","id":"17","title":"Authoring Scenarios"},"18":{"body":"Workloads describe the activity a scenario generates; expectations describe the\\nsignals that must hold when that activity completes. Both are pluggable so\\nscenarios stay readable and purpose-driven.","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Core Content: Workloads & Expectations","id":"18","title":"Core Content: Workloads & Expectations"},"19":{"body":"Transaction workload: submits user-level transactions at a configurable\\nrate and can limit how many distinct actors participate. Data-availability workload: drives blob and channel activity to exercise\\ndata-availability paths. Chaos workload: triggers controlled node restarts to test resilience and\\nrecovery behaviors (requires a runner that can control nodes).","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Workloads","id":"19","title":"Workloads"},"2":{"body":"Conceptual chapters that establish the mental model for the framework and how\\nit approaches multi-node testing.","breadcrumbs":"Part I — Foundations » Part I — Foundations","id":"2","title":"Part I — Foundations"},"20":{"body":"Consensus liveness: verifies the system continues to produce blocks in\\nline with the planned workload and timing window. Workload-specific checks: each workload can attach its own success\\ncriteria (e.g., inclusion of submitted activity) so scenarios remain concise. Together, workloads and expectations let you express both the pressure applied\\nto the system and the definition of “healthy” for that run. Workload pipeline (conceptual): Inputs (topology + wallets + rates) │ ▼\\nWorkload init → Drive traffic → Collect signals │ ▼ Expectations evaluate Mermaid view: flowchart TD I[Inputs
(topology + wallets + rates)] --> Init[Workload init] Init --> Drive[Drive traffic] Drive --> Collect[Collect signals] Collect --> Eval[Expectations evaluate]","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Expectations","id":"20","title":"Expectations"},"21":{"body":"Patterns that keep scenarios readable and reusable: Topology-first: start by shaping the cluster (counts, layout) so later\\nsteps inherit a clear foundation. Bundle defaults: use the DSL helpers to attach common expectations (like\\nliveness) whenever you add a matching workload, reducing forgotten checks. Intentional rates: express traffic in per-block terms to align with\\nprotocol timing rather than wall-clock assumptions. Opt-in chaos: enable restart patterns only in scenarios meant to probe\\nresilience; keep functional smoke tests deterministic. Wallet clarity: seed only the number of actors you need; it keeps\\ntransaction scenarios deterministic and interpretable. These patterns make scenario definitions self-explanatory while staying aligned\\nwith the framework’s block-oriented timing model.","breadcrumbs":"Part II — User Guide » Core Content: ScenarioBuilderExt Patterns » Core Content: ScenarioBuilderExt Patterns","id":"21","title":"Core Content: ScenarioBuilderExt Patterns"},"22":{"body":"State your intent: document the goal of each scenario (throughput, DA\\nvalidation, resilience) so expectation choices are obvious. Keep runs meaningful: choose durations that allow multiple blocks and make\\ntiming-based assertions trustworthy. Separate concerns: start with deterministic workloads for functional\\nchecks; add chaos in dedicated resilience scenarios to avoid noisy failures. Reuse patterns: standardize on shared topology and workload presets so\\nresults are comparable across environments and teams. Observe first, tune second: rely on liveness and inclusion signals to\\ninterpret outcomes before tweaking rates or topology. Environment fit: pick runners that match the feedback loop you need—local\\nfor speed (including fast CI smoke tests), compose for reproducible stacks\\n(recommended for CI), k8s for cluster-grade fidelity. Minimal surprises: seed only necessary wallets and keep configuration\\ndeltas explicit when moving between CI and developer machines.","breadcrumbs":"Part II — User Guide » Best Practices » Best Practices","id":"22","title":"Best Practices"},"23":{"body":"Concrete scenario shapes that illustrate how to combine topologies, workloads,\\nand expectations. Adjust counts, rates, and durations to fit your environment.","breadcrumbs":"Part II — User Guide » Examples » Examples","id":"23","title":"Examples"},"24":{"body":"Topology: two validators. Workload: transaction submissions at a modest per-block rate with a small\\nset of wallet actors. Expectations: consensus liveness and inclusion of submitted activity. When to use: smoke tests for consensus and transaction flow on minimal\\nhardware.","breadcrumbs":"Part II — User Guide » Examples » Simple 2-validator transaction workload","id":"24","title":"Simple 2-validator transaction workload"},"25":{"body":"Topology: validators plus executors if available. Workloads: data-availability blobs/channels and transactions running\\ntogether to stress both paths. Expectations: consensus liveness and workload-level inclusion/availability\\nchecks. When to use: end-to-end coverage of transaction and DA layers in one run.","breadcrumbs":"Part II — User Guide » Examples » DA + transaction workload","id":"25","title":"DA + transaction workload"},"26":{"body":"Topology: validators (optionally executors) with node control enabled. Workloads: baseline traffic (transactions or DA) plus chaos restarts on\\nselected roles. Expectations: consensus liveness to confirm the system keeps progressing\\ndespite restarts; workload-specific inclusion if traffic is present. When to use: resilience validation and operational readiness drills.","breadcrumbs":"Part II — User Guide » Examples » Chaos + liveness check","id":"26","title":"Chaos + liveness check"},"27":{"body":"These illustrative scenarios stretch the framework to show how to build new\\nworkloads, expectations, deployers, and topology tricks. They are intentionally\\n“synthetic” to teach capabilities rather than prescribe production tests.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Advanced & Artificial Examples","id":"27","title":"Advanced & Artificial Examples"},"28":{"body":"Idea: inject fake latency between node interactions using internal timers,\\nnot OS-level tooling. Demonstrates: sequencing control inside a workload, verifying protocol\\nprogression under induced lag, using timers to pace submissions. Shape: wrap submissions in delays that mimic slow peers; ensure the\\nexpectation checks blocks still progress.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Synthetic Delay Workload (Network Latency Simulation)","id":"28","title":"Synthetic Delay Workload (Network Latency Simulation)"},"29":{"body":"Idea: traffic rate changes every block or N seconds (e.g., blocks 1–3 low,\\n4–5 high, 6–7 zero, repeat). Demonstrates: dynamic, stateful workloads that use RunMetrics to time\\nphases; modeling real-world burstiness. Shape: schedule per-phase rates; confirm inclusion/liveness across peaks\\nand troughs.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Oscillating Load Workload (Traffic Waves)","id":"29","title":"Oscillating Load Workload (Traffic Waves)"},"3":{"body":"The Nomos Testing Framework is a purpose-built toolkit for exercising Nomos in\\nrealistic, multi-node environments. It solves the gap between small, isolated\\ntests and full-system validation by letting teams describe a cluster layout,\\ndrive meaningful traffic, and assert the outcomes in one coherent plan. It is for protocol engineers, infrastructure operators, and QA teams who need\\nrepeatable confidence that validators, executors, and data-availability\\ncomponents work together under network and timing constraints. Multi-node integration testing is required because many Nomos behaviors—block\\nprogress, data availability, liveness under churn—only emerge when several\\nroles interact over real networking and time. This framework makes those checks\\ndeclarative, observable, and portable across environments.","breadcrumbs":"Part I — Foundations » Introduction » Introduction","id":"3","title":"Introduction"},"30":{"body":"Idea: a workload that drops half its planned submissions, sometimes\\ndouble-submits, and intentionally triggers expectation failures. Demonstrates: negative testing, resilience checks, and the value of clear\\nexpectations when behavior is adversarial by design. Shape: parameterize drop/double-submit probabilities; pair with an\\nexpectation that documents what “bad” looks like.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Byzantine Behavior Mock","id":"30","title":"Byzantine Behavior Mock"},"31":{"body":"Idea: assert the last few blocks differ and block time stays within a\\ntolerated drift budget. Demonstrates: consuming BlockFeed or time-series metrics to validate\\nprotocol cadence; crafting post-run assertions around block diversity and\\ntiming. Shape: collect recent blocks, confirm no duplicates, and compare observed\\nintervals to a drift threshold.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Custom Expectation: Block Finality Drift","id":"31","title":"Custom Expectation: Block Finality Drift"},"32":{"body":"Idea: a deployer that never starts nodes; it emits configs, simulates\\nreadiness, provides fake blockfeed/metrics. Demonstrates: full power of the deployer interface for CI dry-runs,\\nconfig verification, and ultra-fast feedback without Nomos binaries. Shape: produce logs/artifacts, stub readiness, and feed synthetic blocks\\nso expectations can still run.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Custom Deployer: Dry-Run Deployer","id":"32","title":"Custom Deployer: Dry-Run Deployer"},"33":{"body":"Idea: topology parameters change at runtime (random validators, DA\\nsettings, network shapes). Demonstrates: randomized property testing and fuzzing approaches to\\ntopology building. Shape: pick roles and network layouts randomly per run; keep expectations\\ntolerant to variability while still asserting core liveness.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Stochastic Topology Generator","id":"33","title":"Stochastic Topology Generator"},"34":{"body":"Idea: scenario runs in phases (e.g., phase 1 transactions, phase 2 DA,\\nphase 3 restarts, phase 4 sync check). Demonstrates: multi-stage tests, modular scenario assembly, and deliberate\\nlifecycle control. Shape: drive phase-specific workloads/expectations sequentially; enforce\\nclear boundaries and post-phase checks.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Multi-Phase Scenario (“Pipelines”)","id":"34","title":"Multi-Phase Scenario (“Pipelines”)"},"35":{"body":"Running a scenario follows the same conceptual flow regardless of environment: Select or author a scenario plan that pairs a topology with workloads,\\nexpectations, and a suitable run window. Choose a runner aligned with your environment (local, compose, or k8s) and\\nensure its prerequisites are available. Deploy the plan through the runner; wait for readiness signals before\\nstarting workloads. Let workloads drive activity for the planned duration; keep observability\\nsignals visible so you can correlate outcomes. Evaluate expectations and capture results as the primary pass/fail signal. Use the same plan across different runners to compare behavior between local\\ndevelopment and CI or cluster settings. For environment prerequisites and\\nflags, see Operations.","breadcrumbs":"Part II — User Guide » Running Scenarios » Running Scenarios","id":"35","title":"Running Scenarios"},"36":{"body":"Runners turn a scenario plan into a live environment while keeping the plan\\nunchanged. Choose based on feedback speed, reproducibility, and fidelity. For\\nenvironment and operational considerations, see Operations:","breadcrumbs":"Part II — User Guide » Runners » Runners","id":"36","title":"Runners"},"37":{"body":"Launches node processes directly on the host. Fastest feedback loop and minimal orchestration overhead. Best for development-time iteration and debugging. Can run in CI for fast smoke tests (requires POL_PROOF_DEV_MODE=true).","breadcrumbs":"Part II — User Guide » Runners » Local runner","id":"37","title":"Local runner"},"38":{"body":"Starts nodes in containers to provide a reproducible multi-node stack on a\\nsingle machine. Discovers service ports and wires observability for convenient inspection. Good balance between fidelity and ease of setup. Recommended for CI pipelines (isolated environment, reproducible).","breadcrumbs":"Part II — User Guide » Runners » Docker Compose runner","id":"38","title":"Docker Compose runner"},"39":{"body":"Deploys nodes onto a cluster for higher-fidelity, longer-running scenarios. Suits CI with cluster access or shared test environments where cluster behavior\\nand scheduling matter.","breadcrumbs":"Part II — User Guide » Runners » Kubernetes runner","id":"39","title":"Kubernetes runner"},"4":{"body":"The framework follows a clear flow: Topology → Scenario → Runner → Workloads → Expectations. Topology describes the cluster: how many nodes, their roles, and the high-level network and data-availability parameters they should follow. Scenario combines that topology with the activities to run and the checks to perform, forming a single plan. Deployer/Runner pair turns the plan into a live environment on the chosen backend (local processes, Docker Compose, or Kubernetes) and brokers readiness. Workloads generate traffic and conditions that exercise the system. Expectations observe the run and judge success or failure once activity completes. Conceptual diagram: Topology → Scenario → Runner → Workloads → Expectations (shape (plan) (deploy (drive (verify cluster) & orchestrate) traffic) outcomes) Mermaid view: flowchart LR A(Topology
shape cluster) --> B(Scenario
plan) B --> C(Deployer/Runner
deploy & orchestrate) C --> D(Workloads
drive traffic) D --> E(Expectations
verify outcomes) Each layer has a narrow responsibility so that cluster shape, deployment choice,\\ntraffic generation, and health checks can evolve independently while fitting\\ntogether predictably.","breadcrumbs":"Part I — Foundations » Architecture Overview » Architecture Overview","id":"4","title":"Architecture Overview"},"40":{"body":"All runners require at least one validator and, for transaction scenarios,\\naccess to seeded wallets. Readiness probes gate workload start so traffic begins only after nodes are\\nreachable. Environment flags can relax timeouts or increase tracing when diagnostics are\\nneeded. Runner abstraction: Scenario Plan │ ▼\\nRunner (local | compose | k8s) │ provisions env + readiness ▼\\nRuntime + Observability │ ▼\\nWorkloads / Expectations execute Mermaid view: flowchart TD Plan[Scenario Plan] --> RunSel{Runner
(local | compose | k8s)} RunSel --> Provision[Provision & readiness] Provision --> Runtime[Runtime + observability] Runtime --> Exec[Workloads & Expectations execute]","breadcrumbs":"Part II — User Guide » Runners » Common expectations","id":"40","title":"Common expectations"},"41":{"body":"Operational readiness focuses on prerequisites, environment fit, and clear\\nsignals: Prerequisites: keep a sibling nomos-node checkout available; ensure the\\nchosen runner’s platform needs are met (local binaries for host runs, Docker\\nfor compose, cluster access for k8s). Artifacts: some scenarios depend on prover or circuit assets; fetch them\\nahead of time with the provided helper scripts when needed. Environment flags: POL_PROOF_DEV_MODE=true is required for local runs;\\noptionally configure logging ( NOMOS_LOG_DIR, NOMOS_LOG_LEVEL, NOMOS_LOG_FILTER)\\nand OTLP telemetry endpoints for advanced observability. Readiness checks: verify runners report node readiness before starting\\nworkloads; this avoids false negatives from starting too early. Failure triage: map failures to missing prerequisites (wallet seeding,\\nnode control availability), runner platform issues, or unmet expectations.\\nStart with liveness signals, then dive into workload-specific assertions. Treat operational hygiene—assets present, prerequisites satisfied, observability\\nreachable—as the first step to reliable scenario outcomes.","breadcrumbs":"Part II — User Guide » Operations » Operations","id":"41","title":"Operations"},"42":{"body":"Both LocalDeployer and ComposeDeployer work in CI environments: LocalDeployer in CI: ✅ Faster (no Docker overhead) ✅ Good for quick smoke tests ⚠️ Requires POL_PROOF_DEV_MODE=true ⚠️ Less isolation (processes share host) ComposeDeployer in CI (recommended): ✅ Better isolation (containerized) ✅ Reproducible environment ✅ Includes Prometheus/observability ⚠️ Slower startup (Docker image build) ⚠️ Requires Docker daemon See .github/workflows/compose-mixed.yml for a complete CI example using ComposeDeployer.","breadcrumbs":"Part II — User Guide » Operations » CI Usage","id":"42","title":"CI Usage"},"43":{"body":"","breadcrumbs":"Part II — User Guide » Operations » Running Examples","id":"43","title":"Running Examples"},"44":{"body":"POL_PROOF_DEV_MODE=true cargo run -p runner-examples --bin local_runner Optional environment variables: LOCAL_DEMO_VALIDATORS=3 — Number of validators (default: 1) LOCAL_DEMO_EXECUTORS=2 — Number of executors (default: 1) LOCAL_DEMO_RUN_SECS=120 — Run duration in seconds (default: 60) NOMOS_LOG_DIR=/tmp/logs — Write logs to files instead of console NOMOS_LOG_LEVEL=debug — Set log level (default: info) NOMOS_LOG_FILTER=consensus=trace,da=debug — Fine-grained module filtering","breadcrumbs":"Part II — User Guide » Operations » Local Runner","id":"44","title":"Local Runner"},"45":{"body":"NOMOS_TESTNET_IMAGE=nomos-testnet:local \\\\\\nPOL_PROOF_DEV_MODE=true \\\\\\ncargo run -p runner-examples --bin compose_runner Required environment variables: NOMOS_TESTNET_IMAGE — Docker image tag (must be built first) POL_PROOF_DEV_MODE=true — Enable dev mode for fast proofs Optional environment variables: COMPOSE_NODE_PAIRS=1x1 — Topology: “validators×executors” (default varies by example) TEST_FRAMEWORK_PROMETHEUS_PORT=9091 — Override Prometheus port (default: 9090) COMPOSE_RUNNER_HOST=127.0.0.1 — Host address for port mappings (default: 127.0.0.1) COMPOSE_RUNNER_PRESERVE=1 — Keep containers running after test (for debugging) NOMOS_LOG_DIR=/tmp/compose-logs — Collect logs to files NOMOS_LOG_LEVEL=debug — Set log level Before running: Build the Docker image: testing-framework/assets/stack/scripts/build_test_image.sh","breadcrumbs":"Part II — User Guide » Operations » Compose Runner","id":"45","title":"Compose Runner"},"46":{"body":"export NOMOS_TESTNET_IMAGE=nomos-testnet:local\\nkind load docker-image nomos-testnet:local # or minikube/push to registry\\ncargo run -p runner-examples --bin k8s_runner Prerequisites: K8s cluster access, image built and loaded/pushed, circuit assets available. flowchart TD Expose[Runner exposes endpoints/ports] --> Collect[Runtime collects block/health signals] Collect --> Consume[Expectations consume signals
decide pass/fail] Consume --> Inspect[Operators inspect logs/metrics
when failures arise]","breadcrumbs":"Part II — User Guide » Operations » K8s Runner","id":"46","title":"K8s Runner"},"47":{"body":"Deep dives for contributors who extend the framework, evolve its abstractions,\\nor maintain the crate set.","breadcrumbs":"Part III — Developer Reference » Part III — Developer Reference","id":"47","title":"Part III — Developer Reference"},"48":{"body":"The scenario model defines clear, composable responsibilities: Topology: a declarative description of the cluster—how many nodes, their\\nroles, and the broad network and data-availability characteristics. It\\nrepresents the intended shape of the system under test. Scenario: a plan combining topology, workloads, expectations, and a run\\nwindow. Building a scenario validates prerequisites (like seeded wallets) and\\nensures the run lasts long enough to observe meaningful block progression. Workloads: asynchronous tasks that generate traffic or conditions. They\\nuse shared context to interact with the deployed cluster and may bundle\\ndefault expectations. Expectations: post-run assertions. They can capture baselines before\\nworkloads start and evaluate success once activity stops. Runtime: coordinates workloads and expectations for the configured\\nduration, enforces cooldowns when control actions occur, and ensures cleanup\\nso runs do not leak resources. Developers extending the model should keep these boundaries strict: topology\\ndescribes, scenarios assemble, runners deploy, workloads drive, and expectations\\njudge outcomes. For guidance on adding new capabilities, see Extending the Framework.","breadcrumbs":"Part III — Developer Reference » Scenario Model (Developer Level) » Scenario Model (Developer Level)","id":"48","title":"Scenario Model (Developer Level)"},"49":{"body":"","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Extending the Framework","id":"49","title":"Extending the Framework"},"5":{"body":"This framework embodies specific principles that shape how you author and run\\nscenarios. Understanding these principles helps you write effective tests and\\ninterpret results correctly.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Testing Philosophy","id":"5","title":"Testing Philosophy"},"50":{"body":"Implement testing_framework_core::scenario::Workload: Provide a name and any bundled expectations. In init, derive inputs from GeneratedTopology and RunMetrics; fail\\nfast if prerequisites are missing (e.g., wallet data, node addresses). In start, drive async traffic using the RunContext clients. Expose the workload from a module under testing-framework/workflows and\\nconsider adding a DSL helper for ergonomic wiring.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding a workload","id":"50","title":"Adding a workload"},"51":{"body":"Implement testing_framework_core::scenario::Expectation: Use start_capture to snapshot baseline metrics. Use evaluate to assert outcomes after workloads finish; return all errors\\nso the runner can aggregate them. Export it from testing-framework/workflows if it is reusable.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding an expectation","id":"51","title":"Adding an expectation"},"52":{"body":"Implement testing_framework_core::scenario::Deployer for your backend. Produce a RunContext with NodeClients, metrics endpoints, and optional NodeControlHandle. Guard cleanup with CleanupGuard to reclaim resources even on failures. Mirror the readiness and block-feed probes used by the existing runners so\\nworkloads can rely on consistent signals.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding a runner","id":"52","title":"Adding a runner"},"53":{"body":"Extend testing_framework_core::topology::TopologyBuilder with new layouts or\\nconfiguration presets (e.g., specialized DA parameters). Keep defaults safe:\\nensure at least one participant and clamp dispersal factors as the current\\nhelpers do.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding topology helpers","id":"53","title":"Adding topology helpers"},"54":{"body":"A minimal, end-to-end illustration of adding a custom workload and matching\\nexpectation. This shows the shape of the traits and where to plug into the\\nframework; expand the logic to fit your real test.","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Example: New Workload & Expectation (Rust)","id":"54","title":"Example: New Workload & Expectation (Rust)"},"55":{"body":"Key ideas: name: identifies the workload in logs. expectations: workloads can bundle defaults so callers don’t forget checks. init: derive inputs from the generated topology (e.g., pick a target node). start: drive async activity using the shared RunContext. #![allow(unused)] fn main() {\\nuse std::sync::Arc;\\nuse async_trait::async_trait;\\nuse testing_framework_core::scenario::{ DynError, Expectation, RunContext, RunMetrics, Workload,\\n};\\nuse testing_framework_core::topology::GeneratedTopology; pub struct ReachabilityWorkload { target_idx: usize, bundled: Vec>,\\n} impl ReachabilityWorkload { pub fn new(target_idx: usize) -> Self { Self { target_idx, bundled: vec![Box::new(ReachabilityExpectation::new(target_idx))], } }\\n} #[async_trait]\\nimpl Workload for ReachabilityWorkload { fn name(&self) -> &\'static str { \\"reachability_workload\\" } fn expectations(&self) -> Vec> { self.bundled.clone() } fn init( &mut self, topology: &GeneratedTopology, _metrics: &RunMetrics, ) -> Result<(), DynError> { if topology.validators().get(self.target_idx).is_none() { return Err(\\"no validator at requested index\\".into()); } Ok(()) } async fn start(&self, ctx: &RunContext) -> Result<(), DynError> { let client = ctx .clients() .validators() .get(self.target_idx) .ok_or(\\"missing target client\\")?; // Pseudo-action: issue a lightweight RPC to prove reachability. client.health_check().await.map_err(|e| e.into()) }\\n} }","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Workload: simple reachability probe","id":"55","title":"Workload: simple reachability probe"},"56":{"body":"Key ideas: start_capture: snapshot baseline if needed (not used here). evaluate: assert the condition after workloads finish. #![allow(unused)] fn main() {\\nuse async_trait::async_trait;\\nuse testing_framework_core::scenario::{DynError, Expectation, RunContext}; pub struct ReachabilityExpectation { target_idx: usize,\\n} impl ReachabilityExpectation { pub fn new(target_idx: usize) -> Self { Self { target_idx } }\\n} #[async_trait]\\nimpl Expectation for ReachabilityExpectation { fn name(&self) -> &str { \\"target_reachable\\" } async fn evaluate(&mut self, ctx: &RunContext) -> Result<(), DynError> { let client = ctx .clients() .validators() .get(self.target_idx) .ok_or(\\"missing target client\\")?; client.health_check().await.map_err(|e| { format!(\\"target became unreachable during run: {e}\\").into() }) }\\n} }","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Expectation: confirm the target stayed reachable","id":"56","title":"Expectation: confirm the target stayed reachable"},"57":{"body":"Build your scenario as usual and call .with_workload(ReachabilityWorkload::new(0)). The bundled expectation is attached automatically; you can add more with .with_expectation(...) if needed. Keep the logic minimal and fast for smoke tests; grow it into richer probes\\nfor deeper scenarios.","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » How to wire it","id":"57","title":"How to wire it"},"58":{"body":"High-level roles of the crates that make up the framework: Configs: prepares reusable configuration primitives for nodes, networking,\\ntracing, data availability, and wallets, shared by all scenarios and runners. Core scenario orchestration: houses the topology and scenario model,\\nruntime coordination, node clients, and readiness/health probes. Workflows: packages workloads and expectations into reusable building\\nblocks and offers a fluent DSL to assemble them. Runners: implements deployment backends (local host, Docker Compose,\\nKubernetes) that all consume the same scenario plan. Test workflows: example scenarios and integration checks that exercise the\\nframework end to end and serve as living documentation. Use this map to locate where to add new capabilities: configuration primitives\\nin configs, orchestration changes in core, reusable traffic/assertions in\\nworkflows, environment adapters in runners, and demonstrations in tests.","breadcrumbs":"Part III — Developer Reference » Internal Crate Reference » Internal Crate Reference","id":"58","title":"Internal Crate Reference"},"59":{"body":"Quick-reference material and supporting guidance to keep scenarios discoverable,\\ndebuggable, and consistent.","breadcrumbs":"Part IV — Appendix » Part IV — Appendix","id":"59","title":"Part IV — Appendix"},"6":{"body":"Describe what you want to test, not how to orchestrate it: #![allow(unused)] fn main() {\\n// Good: declarative\\nScenarioBuilder::topology() .network_star() .validators(2) .executors(1) .apply() .transactions().rate(5).apply() .expect_consensus_liveness() .build(); // Bad: imperative (framework doesn\'t work this way)\\n// spawn_validator(); spawn_executor(); // loop { submit_tx(); check_block(); } } Why it matters: The framework handles deployment, readiness, and cleanup.\\nYou focus on test intent, not infrastructure orchestration.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Declarative over Imperative","id":"6","title":"Declarative over Imperative"},"60":{"body":"The framework offers a fluent builder style to keep scenarios readable. Common\\nknobs: Topology shaping: set validator and executor counts, pick a network layout\\nstyle, and adjust high-level data-availability traits. Wallet seeding: define how many users participate and the total funds\\navailable for transaction workloads. Workload tuning: configure transaction rates, data-availability channel\\nand blob rates, and whether chaos restarts should include validators,\\nexecutors, or both. Expectations: attach liveness and workload-specific checks so success is\\nexplicit. Run window: set a minimum duration long enough for multiple blocks to be\\nobserved and verified. Use these knobs to express intent clearly, keeping scenario definitions concise\\nand consistent across teams.","breadcrumbs":"Part IV — Appendix » DSL Cheat Sheet » Core Content: DSL Cheat Sheet","id":"60","title":"Core Content: DSL Cheat Sheet"},"61":{"body":"Common symptoms and likely causes: No or slow block progression: runner started workloads before readiness, insufficient run window, or environment too slow—extend duration or enable slow-environment tuning. Transactions not included: missing or insufficient wallet seeding, misaligned transaction rate with block cadence, or network instability—reduce rate and verify wallet setup. Chaos stalls the run: node control not available for the chosen runner or restart cadence too aggressive—enable control capability and widen restart intervals. Observability gaps: metrics or logs unreachable because ports clash or services are not exposed—adjust observability ports and confirm runner wiring. Flaky behavior across runs: mixing chaos with functional smoke tests or inconsistent topology between environments—separate deterministic and chaos scenarios and standardize topology presets.","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Troubleshooting Scenarios","id":"61","title":"Troubleshooting Scenarios"},"62":{"body":"Why block-oriented timing? Using block cadence reduces dependence on host speed and keeps assertions aligned\\nwith protocol behavior. Can I reuse the same scenario across runners? Yes. The plan stays the same; swap runners (local, compose, k8s) to target\\ndifferent environments. When should I enable chaos workloads? Only when testing resilience or operational recovery; keep functional smoke\\ntests deterministic. How long should runs be? Long enough for multiple blocks so liveness and inclusion checks are\\nmeaningful; very short runs risk false confidence. Do I always need seeded wallets? Only for transaction scenarios. Data-availability or pure chaos scenarios may\\nnot require them, but liveness checks still need validators producing blocks. What if expectations fail but workloads “look fine”? Trust expectations first—they capture the intended success criteria. Use the\\nobservability signals and runner logs to pinpoint why the system missed the\\ntarget.","breadcrumbs":"Part IV — Appendix » FAQ » FAQ","id":"62","title":"FAQ"},"63":{"body":"Validator: node role responsible for participating in consensus and block\\nproduction. Executor: node role that processes transactions or workloads delegated by\\nvalidators. DA (Data Availability): subsystem ensuring blobs or channel data are\\npublished and retrievable for validation. Workload: traffic or behavior generator that exercises the system during a\\nscenario run. Expectation: post-run assertion that judges whether the system met the\\nintended success criteria. Topology: declarative description of the cluster shape, roles, and\\nhigh-level parameters for a scenario. Blockfeed: stream of block observations used for liveness or inclusion\\nsignals during a run. Control capability: the ability for a runner to start, stop, or restart\\nnodes, used by chaos workloads.","breadcrumbs":"Part IV — Appendix » Glossary » Glossary","id":"63","title":"Glossary"},"7":{"body":"Reason in blocks and consensus intervals, not wall-clock seconds: #![allow(unused)] fn main() {\\n// Good: protocol-oriented thinking\\nlet plan = ScenarioBuilder::topology() .network_star() .validators(2) .executors(1) .apply() .transactions().rate(5).apply() // 5 tx per block .with_run_duration(Duration::from_secs(60)) // Let framework calculate expected blocks .expect_consensus_liveness() // \\"Did we produce the expected blocks?\\" .build(); // Bad: wall-clock assumptions\\n// \\"I expect exactly 10 blocks in 60 seconds\\"\\n// This breaks on slow CI where blocks might take 7s instead of 6s } Why it matters: Block production timing varies across environments—fast on\\na laptop (5s/block), slow on overloaded CI (8s/block). The framework calculates\\nexpected blocks based on configured slot duration, making assertions\\nenvironment-independent. Assert on “blocks produced relative to the run window”\\nnot “blocks produced per wall-clock second”.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Protocol Time, Not Wall Time","id":"7","title":"Protocol Time, Not Wall Time"},"8":{"body":"Default scenarios are repeatable: Fixed topology Predictable traffic rates Deterministic checks Chaos is opt-in: #![allow(unused)] fn main() {\\n// Separate: functional test (deterministic)\\nlet plan = ScenarioBuilder::topology() .network_star() .validators(2) .executors(1) .apply() .transactions().rate(5).apply() .expect_consensus_liveness() .build(); // Separate: chaos test (introduces randomness)\\nlet chaos_plan = ScenarioBuilder::topology() .network_star() .validators(3) .executors(2) .apply() .enable_node_control() .chaos().restart().apply() .transactions().rate(5).apply() .expect_consensus_liveness() .build(); } Why it matters: Mixing determinism with chaos creates noisy, hard-to-debug\\nfailures. Separate concerns make failures actionable.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Determinism First, Chaos When Needed","id":"8","title":"Determinism First, Chaos When Needed"},"9":{"body":"Prefer user-facing signals over internal state: Good checks: ✅ Blocks progressing at expected rate (liveness) ✅ Transactions included within N blocks (inclusion) ✅ DA blobs retrievable (availability) Avoid internal checks: ❌ Memory pool size ❌ Internal service state ❌ Cache hit rates Why it matters: User-facing signals reflect actual system health.\\nInternal state can be “healthy” while the system is broken from a user\\nperspective.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Observable Health Signals","id":"9","title":"Observable Health Signals"}},"length":64,"save":true},"fields":["title","body","breadcrumbs"],"index":{"body":{"root":{"0":{"df":1,"docs":{"10":{"tf":1.0}}},"1":{"0":{"df":2,"docs":{"10":{"tf":1.0},"7":{"tf":1.0}}},"2":{"7":{".":{"0":{".":{"0":{".":{"1":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"10":{"tf":1.0},"34":{"tf":1.0},"44":{"tf":1.4142135623730951}},"–":{"3":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}},"2":{"df":2,"docs":{"24":{"tf":1.0},"34":{"tf":1.0}}},"3":{"df":1,"docs":{"34":{"tf":1.0}}},"4":{"df":1,"docs":{"34":{"tf":1.0}},"–":{"5":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}},"5":{"df":1,"docs":{"7":{"tf":1.0}},"s":{"/":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"6":{"0":{"df":2,"docs":{"44":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"7":{"tf":1.0}}},"–":{"7":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}},"7":{"df":0,"docs":{},"s":{"df":1,"docs":{"7":{"tf":1.0}}}},"8":{"df":0,"docs":{},"s":{"/":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"9":{"0":{"9":{"0":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"a":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"63":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"40":{"tf":1.0},"47":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"46":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"48":{"tf":1.0},"55":{"tf":1.0},"8":{"tf":1.0}}}},"v":{"df":10,"docs":{"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.4142135623730951},"48":{"tf":1.0},"55":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"19":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"58":{"tf":1.0}}}}},"d":{"df":4,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"45":{"tf":1.0},"50":{"tf":1.0}}}}}}},"df":6,"docs":{"48":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"23":{"tf":1.0},"60":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"27":{"tf":1.0},"41":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"30":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"51":{"tf":1.0}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"61":{"tf":1.0}}}}}}}}}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":4,"docs":{"17":{"tf":1.0},"21":{"tf":1.4142135623730951},"35":{"tf":1.0},"62":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":6,"docs":{"10":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}}}}},"df":1,"docs":{"22":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"10":{"tf":1.0},"62":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"0":{"tf":1.0}}},"df":4,"docs":{"20":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"2":{"tf":1.0},"33":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"4":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"46":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"15":{"tf":1.0},"34":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":14,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.4142135623730951},"33":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0},"56":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.4142135623730951}}}},"t":{"df":3,"docs":{"16":{"tf":1.0},"41":{"tf":1.0},"46":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"0":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{":":{":":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"55":{"tf":1.0},"56":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"55":{"tf":1.0},"56":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":3,"docs":{"50":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"48":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":6,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"17":{"tf":1.0},"35":{"tf":1.0},"5":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":18,"docs":{"0":{"tf":1.4142135623730951},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"35":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.4142135623730951},"46":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.7320508075688772},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"22":{"tf":1.0},"41":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}}},"b":{"(":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"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":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"4":{"tf":1.0},"52":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}}}}},"d":{"df":4,"docs":{"10":{"tf":1.0},"30":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"38":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":3,"docs":{"22":{"tf":1.0},"36":{"tf":1.0},"7":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"26":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0},"56":{"tf":1.0}}}}}}}},"df":1,"docs":{"4":{"tf":1.0}},"e":{"c":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"56":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":6,"docs":{"22":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"61":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"40":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":10,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"30":{"tf":1.4142135623730951},"35":{"tf":1.0},"39":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"22":{"tf":1.0},"37":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"42":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":7,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"61":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"32":{"tf":1.0},"41":{"tf":1.0}}}}},"df":3,"docs":{"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"b":{"df":6,"docs":{"0":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"9":{"tf":1.0}},"s":{"/":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"46":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":21,"docs":{"0":{"tf":1.7320508075688772},"10":{"tf":2.23606797749979},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.4142135623730951},"31":{"tf":2.23606797749979},"32":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":2.0},"63":{"tf":1.4142135623730951},"7":{"tf":3.1622776601683795},"9":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"e":{"df":2,"docs":{"31":{"tf":1.0},"63":{"tf":1.0}},"e":{"d":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"0":{"tf":1.0},"1":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"18":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":1.0},"42":{"tf":1.0},"60":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"34":{"tf":1.0},"48":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"13":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"a":{"d":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"9":{"tf":1.0}}},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"u":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":11,"docs":{"12":{"tf":1.0},"27":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"60":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":3,"docs":{"3":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0}}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":5,"docs":{"21":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.7320508075688772},"57":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"29":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"z":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"c":{"(":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"4":{"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":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"9":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"31":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"57":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"27":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"35":{"tf":1.0},"48":{"tf":1.0},"62":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":3,"docs":{"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"61":{"tf":1.0}}}}},"df":1,"docs":{"4":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"1":{"tf":1.0},"29":{"tf":1.0},"33":{"tf":1.0},"58":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"0":{"tf":1.0},"19":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0}}}}}},"o":{"df":11,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.7320508075688772},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"8":{"tf":2.0}},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"48":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":19,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"41":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.4142135623730951},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"41":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"22":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"17":{"tf":1.4142135623730951},"22":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"61":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}}}}},"i":{"df":9,"docs":{"13":{"tf":1.0},"22":{"tf":1.7320508075688772},"32":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":2.23606797749979},"7":{"tf":1.4142135623730951}},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"41":{"tf":1.0},"46":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"53":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"61":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":4,"docs":{"12":{"tf":1.4142135623730951},"48":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0}},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"r":{"df":9,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"|":{"df":2,"docs":{"55":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":4,"docs":{"50":{"tf":1.0},"55":{"tf":1.7320508075688772},"56":{"tf":1.7320508075688772},"58":{"tf":1.0}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":13,"docs":{"1":{"tf":1.0},"13":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.7320508075688772},"4":{"tf":2.0},"41":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"63":{"tf":1.0}},"—":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"48":{"tf":1.0}}}}}}}}}}}},"o":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"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":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"46":{"tf":1.0}}}}}}}}},"df":4,"docs":{"20":{"tf":1.4142135623730951},"31":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"14":{"tf":1.0},"23":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"40":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"22":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"18":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"3":{"tf":1.0}}},"s":{"df":14,"docs":{"0":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.0},"62":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"=":{"1":{"df":0,"docs":{},"x":{"1":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"45":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"=":{"1":{"2":{"7":{".":{"0":{".":{"0":{".":{"1":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"=":{"1":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"42":{"tf":1.7320508075688772}}}}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":5,"docs":{"12":{"tf":1.4142135623730951},"2":{"tf":1.0},"20":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"8":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"20":{"tf":1.0},"60":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"4":{"tf":1.0},"48":{"tf":1.0},"56":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"3":{"tf":1.0},"62":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":4,"docs":{"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"r":{"df":11,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":1.4142135623730951},"60":{"tf":1.0},"7":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"df":5,"docs":{"26":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":8,"docs":{"0":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0}}}}}},"i":{"d":{"df":1,"docs":{"50":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.0},"36":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"52":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"44":{"tf":1.0}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"m":{"df":4,"docs":{"15":{"tf":1.0},"31":{"tf":1.0},"46":{"tf":1.4142135623730951},"58":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"38":{"tf":1.0},"45":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"1":{"tf":1.0},"42":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"60":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"0":{"tf":1.0},"48":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"20":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"47":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":8,"docs":{"19":{"tf":1.4142135623730951},"26":{"tf":1.0},"28":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0},"61":{"tf":1.4142135623730951},"63":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"38":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"12":{"tf":1.0},"48":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"48":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":8,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"33":{"tf":1.0},"58":{"tf":1.4142135623730951},"60":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"21":{"tf":1.0},"23":{"tf":1.0},"60":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"15":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"47":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":4,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"x":{"df":2,"docs":{"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":3,"docs":{"31":{"tf":1.0},"32":{"tf":1.0},"54":{"tf":1.0}}}}}}}},"d":{"(":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"[":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"a":{"df":9,"docs":{"0":{"tf":1.7320508075688772},"22":{"tf":1.0},"25":{"tf":1.4142135623730951},"26":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"53":{"tf":1.0},"63":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"t":{"a":{"df":14,"docs":{"0":{"tf":2.0},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"25":{"tf":1.0},"3":{"tf":1.4142135623730951},"4":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":2,"docs":{"12":{"tf":1.0},"4":{"tf":1.0}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":3,"docs":{"37":{"tf":1.0},"45":{"tf":1.0},"8":{"tf":1.0}},"g":{"df":2,"docs":{"11":{"tf":1.0},"59":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"12":{"tf":1.0},"17":{"tf":1.0}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"r":{"df":8,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"3":{"tf":1.0},"48":{"tf":1.0},"6":{"tf":1.4142135623730951},"63":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"47":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"57":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":7,"docs":{"21":{"tf":1.0},"44":{"tf":2.0},"45":{"tf":1.7320508075688772},"48":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"17":{"tf":1.0},"48":{"tf":1.0},"60":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"20":{"tf":1.0},"21":{"tf":1.0},"60":{"tf":1.0}}}}}}},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"28":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"63":{"tf":1.0}}}},"i":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"34":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"a":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":9,"docs":{"16":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"58":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"41":{"tf":1.0},"62":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":12,"docs":{"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"27":{"tf":1.0},"32":{"tf":2.0},"35":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"58":{"tf":1.0},"6":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"50":{"tf":1.0},"55":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":6,"docs":{"16":{"tf":1.0},"18":{"tf":1.4142135623730951},"3":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"48":{"tf":1.0},"63":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"13":{"tf":1.0},"30":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"11":{"tf":1.0},"8":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}}}}}}},"v":{"df":1,"docs":{"45":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":6,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.4142135623730951}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"12":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"14":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"62":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"37":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"38":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"41":{"tf":1.0},"47":{"tf":1.0}},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"31":{"tf":1.0}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":10,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"58":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"22":{"tf":1.0},"30":{"tf":1.0},"58":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"\'":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"32":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.7320508075688772}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"26":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"[":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}},"df":10,"docs":{"12":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"3":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.0}},"n":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"p":{"/":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"30":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"l":{"df":6,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":12,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":3,"docs":{"12":{"tf":1.0},"56":{"tf":1.0},"63":{"tf":1.4142135623730951}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"55":{"tf":1.7320508075688772},"56":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},".":{"df":0,"docs":{},"g":{"df":8,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"55":{"tf":1.0}}}}}}},"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"12":{"tf":1.0}}}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"13":{"tf":1.0},"16":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"41":{"tf":1.0}}}}},"s":{"df":1,"docs":{"38":{"tf":1.0}},"i":{"df":1,"docs":{"17":{"tf":1.0}}}}},"df":1,"docs":{"12":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"3":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"21":{"tf":1.0},"26":{"tf":1.0},"45":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"d":{"df":4,"docs":{"16":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"41":{"tf":1.0},"52":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"10":{"tf":1.0},"34":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"15":{"tf":1.0},"3":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":5,"docs":{"10":{"tf":1.4142135623730951},"17":{"tf":1.0},"48":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":7,"docs":{"0":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.4142135623730951},"53":{"tf":1.0},"63":{"tf":1.0}}}}},"v":{"df":1,"docs":{"40":{"tf":1.0}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":26,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"3":{"tf":1.4142135623730951},"35":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"58":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"7":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"r":{"(":{"\\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"55":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"51":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"2":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"a":{"df":0,"docs":{},"l":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":6,"docs":{"12":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"35":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0},"56":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"52":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":3,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":10,"docs":{"15":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"r":{"df":8,"docs":{"0":{"tf":1.4142135623730951},"17":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"44":{"tf":1.0},"60":{"tf":1.4142135623730951},"63":{"tf":1.0}},"s":{"(":{"1":{"df":3,"docs":{"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"2":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":6,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"58":{"tf":1.0},"63":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":3,"docs":{"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"55":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":38,"docs":{"1":{"tf":1.0},"12":{"tf":2.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"20":{"tf":1.7320508075688772},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"30":{"tf":1.7320508075688772},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.4142135623730951},"4":{"tf":1.7320508075688772},"40":{"tf":1.7320508075688772},"41":{"tf":1.0},"48":{"tf":2.23606797749979},"50":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":2.0},"56":{"tf":1.7320508075688772},"57":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"7":{"tf":2.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"60":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"46":{"tf":1.0},"51":{"tf":1.0}}}},"s":{"df":2,"docs":{"46":{"tf":1.0},"50":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"46":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"—":{"a":{"d":{"df":0,"docs":{},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"20":{"tf":1.0},"21":{"tf":1.0},"60":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":5,"docs":{"13":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.4142135623730951},"49":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"16":{"tf":1.0}}}}}}},"}":{"\\"":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"56":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"f":{"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"15":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"12":{"tf":1.0},"50":{"tf":1.0},"62":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":9,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.4142135623730951},"46":{"tf":1.0},"52":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}},"k":{"df":0,"docs":{},"e":{"df":2,"docs":{"28":{"tf":1.0},"32":{"tf":1.0}}}},"l":{"df":0,"docs":{},"s":{"df":3,"docs":{"10":{"tf":1.0},"41":{"tf":1.0},"62":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}}}},"q":{"df":1,"docs":{"62":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"32":{"tf":1.0},"37":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0},"57":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"42":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"22":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"32":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":1,"docs":{"31":{"tf":1.0}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"22":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"44":{"tf":1.0},"62":{"tf":1.0}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"17":{"tf":1.0},"51":{"tf":1.0},"56":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"8":{"tf":1.0}},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"62":{"tf":1.0}}}}}}}}}},"t":{"df":6,"docs":{"15":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"54":{"tf":1.0}}},"x":{"df":1,"docs":{"8":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"35":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0}}},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"61":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"46":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":4,"docs":{"13":{"tf":1.0},"24":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"58":{"tf":1.0},"60":{"tf":1.0}}}}}}},"n":{"df":6,"docs":{"10":{"tf":1.0},"55":{"tf":2.449489742783178},"56":{"tf":2.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"o":{"c":{"df":0,"docs":{},"u":{"df":1,"docs":{"6":{"tf":1.0}},"s":{"df":3,"docs":{"0":{"tf":1.0},"15":{"tf":1.0},"41":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"35":{"tf":1.0},"4":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"t":{"!":{"(":{"\\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"4":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"2":{"tf":1.0},"21":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"45":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}}}}}}}}},"df":17,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.4142135623730951},"2":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.4142135623730951},"4":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"60":{"tf":1.0},"7":{"tf":1.4142135623730951}},"’":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"3":{"tf":1.0},"32":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"8":{"tf":1.0}}}}}}},"d":{"df":1,"docs":{"60":{"tf":1.0}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"g":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"3":{"tf":1.0},"61":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"40":{"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":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"50":{"tf":1.0},"55":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":8,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":1.4142135623730951},"48":{"tf":1.0},"55":{"tf":1.0},"63":{"tf":1.0}}}}},"t":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"55":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"42":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"1":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"63":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"17":{"tf":1.0},"22":{"tf":1.0}}}},"df":0,"docs":{},"o":{"d":{"df":6,"docs":{"10":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"17":{"tf":1.0},"22":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"44":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":1,"docs":{"57":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"14":{"tf":1.0},"48":{"tf":1.0},"59":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"1":{"tf":1.0},"14":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"30":{"tf":1.0}}}},"n":{"d":{"df":1,"docs":{"12":{"tf":1.0}},"l":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"r":{"d":{"df":1,"docs":{"8":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"17":{"tf":1.0},"4":{"tf":1.0},"9":{"tf":1.4142135623730951}},"i":{"df":2,"docs":{"20":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":1,"docs":{"5":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"41":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"0":{"tf":1.0},"56":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":9,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"29":{"tf":1.0},"4":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"39":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"13":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"58":{"tf":1.0},"62":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"58":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"i":{"[":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"20":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"a":{"df":9,"docs":{"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"55":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"14":{"tf":1.0}},"i":{"df":1,"docs":{"47":{"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":3,"docs":{"23":{"tf":1.0},"27":{"tf":1.0},"54":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"42":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.4142135623730951}}}},"l":{"df":2,"docs":{"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"58":{"tf":1.0}}}}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":6,"docs":{"0":{"tf":1.4142135623730951},"22":{"tf":1.0},"42":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":8,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"40":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"4":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"\\"":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"55":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"c":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"44":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"3":{"tf":1.0},"6":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"12":{"tf":1.0},"21":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":3,"docs":{"20":{"tf":1.7320508075688772},"50":{"tf":1.0},"55":{"tf":1.4142135623730951}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"20":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"46":{"tf":1.0}}}}}}},"df":2,"docs":{"38":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"44":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"61":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":4,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"3":{"tf":1.0},"58":{"tf":1.0}}}},"n":{"d":{"df":4,"docs":{"17":{"tf":1.0},"48":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"27":{"tf":1.0},"30":{"tf":1.0}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.4142135623730951},"28":{"tf":1.0},"3":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":3,"docs":{"28":{"tf":1.0},"58":{"tf":1.0},"9":{"tf":2.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"5":{"tf":1.0}}}}}},"v":{"df":3,"docs":{"31":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"8":{"tf":1.0}},"t":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":3,"docs":{"3":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"u":{"df":2,"docs":{"41":{"tf":1.0},"55":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.0},"37":{"tf":1.0}}}}},"v":{"df":1,"docs":{"59":{"tf":1.0}}}},"j":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"g":{"df":4,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"63":{"tf":1.0}}}},"df":0,"docs":{}}},"k":{"8":{"df":7,"docs":{"16":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.0},"46":{"tf":1.4142135623730951},"62":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"46":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":18,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.7320508075688772},"22":{"tf":1.4142135623730951},"26":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951}}}},"y":{"df":2,"docs":{"55":{"tf":1.0},"56":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"46":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"60":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"58":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"28":{"tf":1.0}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"13":{"tf":1.0},"7":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"31":{"tf":1.0},"48":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"28":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"21":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"25":{"tf":1.0},"4":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"15":{"tf":1.0},"21":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"53":{"tf":1.0},"60":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"12":{"tf":1.0},"48":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"42":{"tf":1.0}}}},"t":{"df":1,"docs":{"3":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":14,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":2,"docs":{"12":{"tf":1.4142135623730951},"34":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"20":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":19,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"3":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"9":{"tf":1.0}}}}},"o":{"a":{"d":{"df":2,"docs":{"29":{"tf":1.0},"46":{"tf":1.0}},"e":{"d":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"46":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"=":{"2":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"=":{"1":{"2":{"0":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"=":{"3":{"df":1,"docs":{"44":{"tf":1.0}}},"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":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"42":{"tf":1.4142135623730951}}}}}}}},"df":13,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"35":{"tf":1.4142135623730951},"37":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"44":{"tf":1.0},"58":{"tf":1.0},"62":{"tf":1.0}}},"t":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":6,"docs":{"41":{"tf":1.0},"44":{"tf":1.4142135623730951},"45":{"tf":1.7320508075688772},"55":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0}},"i":{"c":{"df":3,"docs":{"0":{"tf":1.0},"54":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}},"s":{"/":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"46":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":5,"docs":{"10":{"tf":1.0},"17":{"tf":1.0},"48":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"39":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"30":{"tf":1.0},"62":{"tf":1.0}}},"p":{"df":3,"docs":{"22":{"tf":1.0},"37":{"tf":1.0},"6":{"tf":1.0}}},"s":{"df":1,"docs":{"15":{"tf":1.0}}}},"w":{"df":1,"docs":{"29":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"r":{"df":2,"docs":{"12":{"tf":1.0},"4":{"tf":1.0}}},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"10":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"38":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"10":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"13":{"tf":1.0},"47":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":8,"docs":{"13":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"58":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}},"n":{"df":0,"docs":{},"i":{"df":6,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"60":{"tf":1.0}}}},"p":{"df":4,"docs":{"16":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"58":{"tf":1.0}}},"t":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"59":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"17":{"tf":1.0},"39":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}},"y":{"b":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":8,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"48":{"tf":1.0},"62":{"tf":1.0}}}}},"t":{"df":1,"docs":{"21":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"2":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"41":{"tf":1.0},"63":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"c":{"df":5,"docs":{"12":{"tf":1.0},"31":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"61":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"46":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"m":{"df":5,"docs":{"22":{"tf":1.0},"24":{"tf":1.0},"37":{"tf":1.0},"54":{"tf":1.0},"57":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"10":{"tf":1.4142135623730951},"60":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"61":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":4,"docs":{"41":{"tf":1.0},"50":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0}}}},"x":{"df":2,"docs":{"61":{"tf":1.0},"8":{"tf":1.0}},"e":{"d":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"30":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"45":{"tf":1.0}},"l":{"df":8,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"29":{"tf":1.0},"48":{"tf":1.7320508075688772},"58":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"34":{"tf":1.0}}}},"df":2,"docs":{"44":{"tf":1.0},"50":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"57":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"13":{"tf":1.0},"22":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":8,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"38":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"22":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"55":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"55":{"tf":1.0},"56":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"50":{"tf":1.0},"55":{"tf":1.0}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"df":2,"docs":{"29":{"tf":1.0},"9":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":8,"docs":{"21":{"tf":1.0},"3":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.0},"62":{"tf":1.4142135623730951},"8":{"tf":1.0}},"—":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"g":{"df":2,"docs":{"30":{"tf":1.0},"41":{"tf":1.0}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":11,"docs":{"0":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"4":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}}},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"55":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":5,"docs":{"27":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"52":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":23,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"12":{"tf":1.4142135623730951},"15":{"tf":1.7320508075688772},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"2":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.4142135623730951},"32":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.7320508075688772},"48":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.4142135623730951},"61":{"tf":1.0},"63":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":2,"docs":{"22":{"tf":1.0},"8":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"df":8,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.7320508075688772},"32":{"tf":1.0},"41":{"tf":1.0},"46":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"=":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"45":{"tf":1.0}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"41":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"=":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"e":{",":{"d":{"a":{"=":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"44":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"=":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"41":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"45":{"tf":1.0}},"e":{"=":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":2,"docs":{"45":{"tf":1.0},"46":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"21":{"tf":1.0},"44":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"o":{"[":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":17,"docs":{"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"48":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.0},"9":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"22":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"48":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"12":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"58":{"tf":1.0},"60":{"tf":1.0}}}}}},"k":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"\\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"55":{"tf":1.0},"56":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":1,"docs":{"55":{"tf":1.0}}},"n":{"c":{"df":3,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0}}},"df":5,"docs":{"15":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"40":{"tf":1.0},"53":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"39":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"17":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772},"62":{"tf":1.0}}}},"t":{"df":2,"docs":{"21":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"12":{"tf":1.0},"26":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"52":{"tf":1.0}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":7,"docs":{"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"21":{"tf":1.0},"62":{"tf":1.0},"7":{"tf":1.0}}}}}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"29":{"tf":1.0}}}}},"df":1,"docs":{"28":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"p":{"df":1,"docs":{"41":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":8,"docs":{"12":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"3":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"37":{"tf":1.0},"42":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}}},"p":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"12":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"28":{"tf":1.0}}},"k":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"16":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":4,"docs":{"1":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"33":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.0},"63":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"30":{"tf":1.0}}}}}}}},"df":0,"docs":{},"t":{"df":4,"docs":{"14":{"tf":1.0},"2":{"tf":1.0},"47":{"tf":1.0},"59":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":5,"docs":{"0":{"tf":1.0},"19":{"tf":1.0},"53":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"35":{"tf":1.0},"46":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":1,"docs":{"12":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"19":{"tf":1.0},"25":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":3,"docs":{"15":{"tf":1.0},"21":{"tf":2.0},"22":{"tf":1.0}}}}}}}},"df":3,"docs":{"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"28":{"tf":1.0}}}},"r":{"df":5,"docs":{"21":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":1.0},"33":{"tf":1.0},"7":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"0":{"tf":1.0},"4":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"29":{"tf":1.4142135623730951},"34":{"tf":2.8284271247461903}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"33":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"15":{"tf":1.0},"16":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"20":{"tf":1.0},"34":{"tf":1.0},"38":{"tf":1.0}}}}}}}},"l":{"a":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":16,"docs":{"1":{"tf":1.0},"12":{"tf":2.23606797749979},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"20":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":2.0},"36":{"tf":1.4142135623730951},"4":{"tf":1.7320508075688772},"40":{"tf":1.4142135623730951},"48":{"tf":1.0},"58":{"tf":1.0},"62":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"41":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"u":{"df":2,"docs":{"25":{"tf":1.0},"26":{"tf":1.0}},"g":{"df":1,"docs":{"54":{"tf":1.0}},"g":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"13":{"tf":1.0},"18":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":5,"docs":{"37":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"3":{"tf":1.0}}}},"df":0,"docs":{}},"df":3,"docs":{"38":{"tf":1.0},"45":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"31":{"tf":1.0},"34":{"tf":1.0},"48":{"tf":1.0},"63":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"14":{"tf":1.0},"22":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"9":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"15":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"35":{"tf":1.4142135623730951},"41":{"tf":2.0},"46":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0}}}}}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"26":{"tf":1.0},"41":{"tf":1.0}}}},"t":{"df":3,"docs":{"22":{"tf":1.0},"53":{"tf":1.0},"61":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"35":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.4142135623730951}}}}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"11":{"tf":1.0},"5":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"o":{"b":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":7,"docs":{"17":{"tf":1.0},"21":{"tf":1.0},"40":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":6,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0},"63":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":6,"docs":{"0":{"tf":1.0},"20":{"tf":1.0},"32":{"tf":1.0},"52":{"tf":1.0},"62":{"tf":1.0},"7":{"tf":1.7320508075688772}},"t":{"df":4,"docs":{"10":{"tf":1.0},"27":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":8,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.4142135623730951},"3":{"tf":1.0},"48":{"tf":1.0},"61":{"tf":1.0},"9":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"45":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"42":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"45":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":9,"docs":{"0":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"21":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"62":{"tf":1.0},"7":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"10":{"tf":1.0},"55":{"tf":1.0}},"r":{"df":1,"docs":{"41":{"tf":1.0}}}},"i":{"d":{"df":4,"docs":{"32":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":2,"docs":{"12":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"40":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"b":{"df":2,"docs":{"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"0":{"tf":1.0},"63":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"62":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"18":{"tf":1.0},"3":{"tf":1.0}}}}}}}},"q":{"a":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"42":{"tf":1.0},"59":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}}}}}},"r":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"12":{"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":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"33":{"tf":1.4142135623730951},"8":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"df":11,"docs":{"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"12":{"tf":1.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"55":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"l":{"df":3,"docs":{"40":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.0}},"e":{"df":0,"docs":{},"—":{"a":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":11,"docs":{"12":{"tf":1.4142135623730951},"15":{"tf":1.0},"26":{"tf":1.0},"32":{"tf":1.4142135623730951},"35":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.7320508075688772},"41":{"tf":1.7320508075688772},"52":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"58":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":4,"docs":{"0":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"54":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"1":{"tf":1.0},"3":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"52":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"22":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"19":{"tf":1.0},"62":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":3,"docs":{"13":{"tf":1.0},"21":{"tf":1.0},"62":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"47":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"0":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"35":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"46":{"tf":1.0}}}}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}},"x":{"df":1,"docs":{"40":{"tf":1.0}}}},"df":1,"docs":{"7":{"tf":1.0}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"22":{"tf":1.0},"52":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"20":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"48":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":5,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.4142135623730951},"42":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":8,"docs":{"19":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"45":{"tf":1.0},"62":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":7,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"26":{"tf":1.0},"30":{"tf":1.0},"62":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"12":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":4,"docs":{"16":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"63":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":8,"docs":{"12":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"26":{"tf":1.4142135623730951},"34":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"63":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":5,"docs":{"22":{"tf":1.0},"35":{"tf":1.0},"5":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":3,"docs":{"0":{"tf":1.0},"63":{"tf":1.0},"9":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"51":{"tf":1.0},"55":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"15":{"tf":1.4142135623730951},"21":{"tf":1.0},"51":{"tf":1.0},"58":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":3,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"62":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"57":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"10":{"tf":1.0},"62":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":8,"docs":{"0":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.0},"63":{"tf":1.7320508075688772}}}}},"p":{"c":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"50":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.7320508075688772},"56":{"tf":1.4142135623730951}}}}}}}}},"df":31,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"10":{"tf":1.7320508075688772},"12":{"tf":1.7320508075688772},"13":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.7320508075688772},"20":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":1.7320508075688772},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.7320508075688772},"37":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.4142135623730951},"45":{"tf":1.7320508075688772},"46":{"tf":1.0},"48":{"tf":2.0},"5":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.7320508075688772},"62":{"tf":1.4142135623730951},"63":{"tf":1.7320508075688772},"7":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":3,"docs":{"29":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.4142135623730951}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":25,"docs":{"12":{"tf":1.0},"13":{"tf":1.4142135623730951},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.7320508075688772},"41":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"48":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.4142135623730951},"58":{"tf":1.7320508075688772},"61":{"tf":1.7320508075688772},"62":{"tf":1.7320508075688772},"63":{"tf":1.0}},"’":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"40":{"tf":1.0}},"{":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"40":{"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":{},"i":{"df":0,"docs":{},"m":{"df":6,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"33":{"tf":1.0},"40":{"tf":1.4142135623730951},"48":{"tf":1.0},"58":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"40":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"53":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":5,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"35":{"tf":1.4142135623730951},"58":{"tf":1.0},"62":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"41":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":3,"docs":{"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":31,"docs":{"1":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":2.23606797749979},"16":{"tf":1.7320508075688772},"17":{"tf":1.7320508075688772},"18":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":2.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"27":{"tf":1.0},"34":{"tf":1.7320508075688772},"35":{"tf":1.7320508075688772},"36":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.7320508075688772},"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"48":{"tf":2.23606797749979},"5":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":2.23606797749979},"59":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"62":{"tf":1.7320508075688772},"63":{"tf":1.4142135623730951},"8":{"tf":1.0}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"29":{"tf":1.0},"39":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"41":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"22":{"tf":1.0},"29":{"tf":1.0},"44":{"tf":1.0},"7":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"d":{"df":8,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0}}},"df":5,"docs":{"17":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"26":{"tf":1.0},"35":{"tf":1.0}}}},"df":0,"docs":{}},"f":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":3,"docs":{"21":{"tf":1.0},"55":{"tf":1.7320508075688772},"56":{"tf":1.7320508075688772}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"8":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"31":{"tf":1.0}}},"v":{"df":1,"docs":{"58":{"tf":1.0}},"i":{"c":{"df":3,"docs":{"38":{"tf":1.0},"61":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":10,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"24":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"60":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"16":{"tf":1.0},"38":{"tf":1.0},"61":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":18,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"4":{"tf":1.4142135623730951},"48":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":8,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"0":{"tf":1.0},"10":{"tf":1.4142135623730951},"62":{"tf":1.0}}}},"w":{"df":4,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"27":{"tf":1.0},"54":{"tf":1.0}}}}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":13,"docs":{"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.4142135623730951},"22":{"tf":1.0},"35":{"tf":1.7320508075688772},"41":{"tf":1.4142135623730951},"46":{"tf":1.0},"52":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"9":{"tf":1.7320508075688772}},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"46":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"24":{"tf":1.0},"55":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"28":{"tf":1.0},"32":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":3,"docs":{"12":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0}}}}},"t":{"df":1,"docs":{"15":{"tf":1.0}}},"z":{"df":0,"docs":{},"e":{"df":1,"docs":{"9":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}},"w":{"df":3,"docs":{"28":{"tf":1.0},"61":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"42":{"tf":1.0}}}},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"17":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":8,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"51":{"tf":1.0},"56":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"3":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":7,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"26":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0},"5":{"tf":1.0},"60":{"tf":1.0}},"i":{"df":1,"docs":{"17":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":3,"docs":{"22":{"tf":1.0},"36":{"tf":1.0},"62":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"t":{"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"38":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"34":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"61":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"22":{"tf":1.0},"61":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"55":{"tf":1.0}}}}}}},"df":0,"docs":{}},"_":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"51":{"tf":1.0},"56":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":13,"docs":{"12":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.7320508075688772},"48":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"12":{"tf":1.0},"22":{"tf":1.0},"29":{"tf":1.0},"9":{"tf":1.7320508075688772}}},"i":{"c":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}}},"y":{"df":5,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"31":{"tf":1.0},"56":{"tf":1.0},"62":{"tf":1.0}}}},"d":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{":":{":":{"a":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"55":{"tf":1.0}}},"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":{},"p":{"df":2,"docs":{"21":{"tf":1.0},"41":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"28":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"62":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":3,"docs":{"12":{"tf":1.0},"48":{"tf":1.0},"63":{"tf":1.0}}}},"r":{"df":2,"docs":{"55":{"tf":1.0},"56":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"63":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"25":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"55":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"b":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"60":{"tf":1.4142135623730951}}}}}},"u":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"24":{"tf":1.0},"28":{"tf":1.4142135623730951},"30":{"tf":1.0}}}},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"6":{"tf":1.0}}}}},"df":5,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"30":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"0":{"tf":1.0},"63":{"tf":1.0}}}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"39":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"59":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"13":{"tf":1.0},"22":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"61":{"tf":1.0}}}}}}},"n":{"c":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"27":{"tf":1.0},"28":{"tf":1.0},"32":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":8,"docs":{"20":{"tf":1.4142135623730951},"26":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}}}}}}}},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"45":{"tf":1.0}}},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"7":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"56":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":4,"docs":{"17":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"48":{"tf":1.0}}}}},"d":{"df":3,"docs":{"20":{"tf":1.0},"40":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":3,"docs":{"22":{"tf":1.0},"3":{"tf":1.4142135623730951},"60":{"tf":1.0}}},"r":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"41":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"21":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"=":{"9":{"0":{"9":{"1":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":31,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.0},"11":{"tf":1.0},"15":{"tf":2.0},"16":{"tf":1.7320508075688772},"17":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.7320508075688772},"30":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.4142135623730951},"48":{"tf":1.0},"5":{"tf":1.4142135623730951},"50":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"52":{"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":{"51":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"{":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"56":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"55":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"55":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"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":{},"t":{":":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":2,"docs":{"45":{"tf":1.0},"46":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"7":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"13":{"tf":1.0},"35":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"e":{"df":13,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.4142135623730951},"31":{"tf":1.7320508075688772},"37":{"tf":1.0},"41":{"tf":1.0},"62":{"tf":1.0},"7":{"tf":1.7320508075688772}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.0}}}}},"r":{"df":1,"docs":{"28":{"tf":1.4142135623730951}}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"15":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"31":{"tf":1.0},"33":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":25,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"33":{"tf":1.7320508075688772},"35":{"tf":1.0},"4":{"tf":2.0},"45":{"tf":1.0},"48":{"tf":1.7320508075688772},"53":{"tf":1.0},"55":{"tf":1.4142135623730951},"58":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"63":{"tf":1.0},"8":{"tf":1.0}},"y":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"g":{"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":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"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":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"60":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":3,"docs":{"15":{"tf":1.0},"40":{"tf":1.0},"58":{"tf":1.0}}},"k":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":16,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"26":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"3":{"tf":1.0},"4":{"tf":2.0},"40":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"63":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"54":{"tf":1.0},"60":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":15,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"21":{"tf":1.0},"24":{"tf":1.7320508075688772},"25":{"tf":1.7320508075688772},"26":{"tf":1.0},"34":{"tf":1.0},"40":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"5":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"16":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"41":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"19":{"tf":1.0},"30":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"29":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":3,"docs":{"22":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"36":{"tf":1.0},"4":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":1,"docs":{"24":{"tf":1.0}}}},"x":{"df":1,"docs":{"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"36":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"28":{"tf":1.0},"3":{"tf":1.4142135623730951},"48":{"tf":1.0},"50":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"56":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":1,"docs":{"58":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"17":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"16":{"tf":1.0},"42":{"tf":1.0}}}},"df":21,"docs":{"0":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.4142135623730951},"29":{"tf":1.0},"35":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"55":{"tf":2.23606797749979},"56":{"tf":1.7320508075688772},"58":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"19":{"tf":1.0},"60":{"tf":1.0},"9":{"tf":1.7320508075688772}}}},"i":{"df":0,"docs":{},"z":{"df":2,"docs":{"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"2":{"df":3,"docs":{"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"3":{"df":1,"docs":{"8":{"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":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":18,"docs":{"0":{"tf":1.4142135623730951},"13":{"tf":1.0},"17":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"31":{"tf":1.0},"33":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.0},"60":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"u":{"df":1,"docs":{"30":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"33":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":2,"docs":{"45":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"!":{"[":{"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":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":1,"docs":{"55":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"10":{"tf":1.0},"62":{"tf":1.0}},"f":{"df":2,"docs":{"13":{"tf":1.0},"32":{"tf":1.0}},"i":{"df":6,"docs":{"20":{"tf":1.0},"28":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":5,"docs":{"12":{"tf":1.0},"16":{"tf":1.0},"20":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"[":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"12":{"tf":1.0},"35":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":2.0}},"e":{"df":0,"docs":{},"t":{"df":13,"docs":{"15":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"29":{"tf":1.0}}}},"y":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":1,"docs":{"12":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"21":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"60":{"tf":1.0},"63":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"61":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":9,"docs":{"10":{"tf":1.0},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"20":{"tf":1.0},"35":{"tf":1.0},"48":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":4,"docs":{"38":{"tf":1.0},"50":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"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":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"5":{"df":1,"docs":{"10":{"tf":1.0}}},"6":{"0":{"df":2,"docs":{"10":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"0":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"31":{"tf":1.0},"9":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"32":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":3,"docs":{"3":{"tf":1.0},"42":{"tf":1.0},"6":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"58":{"tf":1.7320508075688772}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":37,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"12":{"tf":2.449489742783178},"13":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.7320508075688772},"18":{"tf":1.4142135623730951},"19":{"tf":2.0},"20":{"tf":2.449489742783178},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.7320508075688772},"26":{"tf":1.4142135623730951},"27":{"tf":1.0},"28":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"30":{"tf":1.0},"35":{"tf":1.7320508075688772},"4":{"tf":1.7320508075688772},"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"48":{"tf":2.23606797749979},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":2.23606797749979},"56":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.7320508075688772},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.7320508075688772}},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"d":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"44":{"tf":1.0},"5":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"e":{"df":1,"docs":{"62":{"tf":1.0}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"29":{"tf":1.0}}}}}}}},"breadcrumbs":{"root":{"0":{"df":1,"docs":{"10":{"tf":1.0}}},"1":{"0":{"df":2,"docs":{"10":{"tf":1.0},"7":{"tf":1.0}}},"2":{"7":{".":{"0":{".":{"0":{".":{"1":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"10":{"tf":1.0},"34":{"tf":1.0},"44":{"tf":1.4142135623730951}},"–":{"3":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}},"2":{"df":2,"docs":{"24":{"tf":1.4142135623730951},"34":{"tf":1.0}}},"3":{"df":1,"docs":{"34":{"tf":1.0}}},"4":{"df":1,"docs":{"34":{"tf":1.0}},"–":{"5":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}},"5":{"df":1,"docs":{"7":{"tf":1.0}},"s":{"/":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"6":{"0":{"df":2,"docs":{"44":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"7":{"tf":1.0}}},"–":{"7":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}},"7":{"df":0,"docs":{},"s":{"df":1,"docs":{"7":{"tf":1.0}}}},"8":{"df":0,"docs":{},"s":{"/":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"9":{"0":{"9":{"0":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"a":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"63":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"40":{"tf":1.0},"47":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"46":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"48":{"tf":1.0},"55":{"tf":1.0},"8":{"tf":1.0}}}},"v":{"df":10,"docs":{"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.4142135623730951},"48":{"tf":1.0},"55":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"19":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"58":{"tf":1.0}}}}},"d":{"df":4,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"45":{"tf":1.0},"50":{"tf":1.0}}}}}}},"df":6,"docs":{"48":{"tf":1.0},"50":{"tf":1.7320508075688772},"51":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"54":{"tf":1.0}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"23":{"tf":1.0},"60":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":9,"docs":{"27":{"tf":1.7320508075688772},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"30":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"51":{"tf":1.0}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"61":{"tf":1.0}}}}}}}}}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":4,"docs":{"17":{"tf":1.0},"21":{"tf":1.4142135623730951},"35":{"tf":1.0},"62":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":6,"docs":{"10":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}}}}},"df":1,"docs":{"22":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"10":{"tf":1.0},"62":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.7320508075688772}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":5,"docs":{"59":{"tf":1.7320508075688772},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"0":{"tf":1.0}}},"df":4,"docs":{"20":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"2":{"tf":1.0},"33":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"4":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"46":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":8,"docs":{"27":{"tf":1.7320508075688772},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"15":{"tf":1.0},"34":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":14,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.4142135623730951},"33":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0},"56":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.4142135623730951}}}},"t":{"df":3,"docs":{"16":{"tf":1.0},"41":{"tf":1.0},"46":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"0":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{":":{":":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"55":{"tf":1.0},"56":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"55":{"tf":1.0},"56":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":3,"docs":{"50":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"48":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":6,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"17":{"tf":1.7320508075688772},"35":{"tf":1.0},"5":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":18,"docs":{"0":{"tf":1.4142135623730951},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"35":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.4142135623730951},"46":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.7320508075688772},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"22":{"tf":1.0},"41":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}}},"b":{"(":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"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":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"4":{"tf":1.0},"52":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}}}}},"d":{"df":4,"docs":{"10":{"tf":1.0},"30":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"38":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":3,"docs":{"22":{"tf":1.0},"36":{"tf":1.0},"7":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"26":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0},"56":{"tf":1.0}}}}}}}},"df":1,"docs":{"4":{"tf":1.0}},"e":{"c":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"56":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":6,"docs":{"22":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"61":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"40":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":10,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"30":{"tf":1.7320508075688772},"35":{"tf":1.0},"39":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"22":{"tf":1.7320508075688772},"37":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"42":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":7,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"61":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"32":{"tf":1.0},"41":{"tf":1.0}}}}},"df":3,"docs":{"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"b":{"df":6,"docs":{"0":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"9":{"tf":1.0}},"s":{"/":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"46":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":21,"docs":{"0":{"tf":1.7320508075688772},"10":{"tf":2.23606797749979},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.4142135623730951},"31":{"tf":2.449489742783178},"32":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":2.0},"63":{"tf":1.4142135623730951},"7":{"tf":3.1622776601683795},"9":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"e":{"df":2,"docs":{"31":{"tf":1.0},"63":{"tf":1.0}},"e":{"d":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"0":{"tf":1.0},"1":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"18":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":1.0},"42":{"tf":1.0},"60":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"34":{"tf":1.0},"48":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"13":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"a":{"d":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"9":{"tf":1.0}}},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"u":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":11,"docs":{"12":{"tf":1.0},"27":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"60":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":3,"docs":{"3":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0}}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":5,"docs":{"21":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.7320508075688772},"57":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"29":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"z":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"30":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}},"c":{"(":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"4":{"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":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"9":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"31":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"57":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"27":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"35":{"tf":1.0},"48":{"tf":1.0},"62":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":3,"docs":{"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"61":{"tf":1.0}}}}},"df":1,"docs":{"4":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"1":{"tf":1.0},"29":{"tf":1.0},"33":{"tf":1.0},"58":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"0":{"tf":1.0},"19":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0}}}}}},"o":{"df":11,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.7320508075688772},"60":{"tf":1.0},"61":{"tf":1.7320508075688772},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"8":{"tf":2.23606797749979}},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"48":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.7320508075688772}}}},"c":{"df":0,"docs":{},"k":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":19,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"28":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"41":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.4142135623730951},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"41":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"22":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"17":{"tf":1.4142135623730951},"22":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"61":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}}}}},"i":{"df":9,"docs":{"13":{"tf":1.0},"22":{"tf":1.7320508075688772},"32":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":2.449489742783178},"7":{"tf":1.4142135623730951}},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"41":{"tf":1.0},"46":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"53":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"61":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":4,"docs":{"12":{"tf":1.4142135623730951},"48":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0}},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"r":{"df":9,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"|":{"df":2,"docs":{"55":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":4,"docs":{"50":{"tf":1.0},"55":{"tf":1.7320508075688772},"56":{"tf":1.7320508075688772},"58":{"tf":1.0}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":13,"docs":{"1":{"tf":1.0},"13":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.7320508075688772},"4":{"tf":2.0},"41":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"63":{"tf":1.0}},"—":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"48":{"tf":1.0}}}}}}}}}}}},"o":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"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":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"46":{"tf":1.0}}}}}}}}},"df":4,"docs":{"20":{"tf":1.4142135623730951},"31":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"14":{"tf":1.0},"23":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"40":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"22":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"18":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"3":{"tf":1.0}}},"s":{"df":14,"docs":{"0":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.4142135623730951},"4":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.0},"45":{"tf":1.4142135623730951},"48":{"tf":1.0},"58":{"tf":1.0},"62":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"=":{"1":{"df":0,"docs":{},"x":{"1":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"45":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"=":{"1":{"2":{"7":{".":{"0":{".":{"0":{".":{"1":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"=":{"1":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"42":{"tf":1.7320508075688772}}}}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":5,"docs":{"12":{"tf":2.0},"2":{"tf":1.0},"20":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"8":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"20":{"tf":1.0},"60":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"4":{"tf":1.0},"48":{"tf":1.0},"56":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"3":{"tf":1.0},"62":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":4,"docs":{"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"r":{"df":11,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":1.4142135623730951},"60":{"tf":1.0},"7":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"df":5,"docs":{"26":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"56":{"tf":1.4142135623730951},"61":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":8,"docs":{"0":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0}}}}}},"i":{"d":{"df":1,"docs":{"50":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.0},"36":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"52":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"44":{"tf":1.0}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"m":{"df":4,"docs":{"15":{"tf":1.0},"31":{"tf":1.0},"46":{"tf":1.4142135623730951},"58":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"38":{"tf":1.0},"45":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"1":{"tf":1.0},"42":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"17":{"tf":1.0},"18":{"tf":1.7320508075688772},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.7320508075688772},"60":{"tf":1.4142135623730951}}}},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"0":{"tf":1.7320508075688772},"48":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"20":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"47":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":8,"docs":{"19":{"tf":1.4142135623730951},"26":{"tf":1.0},"28":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0},"61":{"tf":1.4142135623730951},"63":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"38":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"12":{"tf":1.0},"48":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"48":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":10,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.7320508075688772},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.7320508075688772},"33":{"tf":1.0},"58":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"21":{"tf":1.0},"23":{"tf":1.0},"60":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"15":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"47":{"tf":1.0},"58":{"tf":2.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":4,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"x":{"df":2,"docs":{"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":3,"docs":{"31":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"54":{"tf":1.0}}}}}}}},"d":{"(":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"[":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"a":{"df":9,"docs":{"0":{"tf":1.7320508075688772},"22":{"tf":1.0},"25":{"tf":1.7320508075688772},"26":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"53":{"tf":1.0},"63":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"t":{"a":{"df":14,"docs":{"0":{"tf":2.0},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"25":{"tf":1.0},"3":{"tf":1.4142135623730951},"4":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":2,"docs":{"12":{"tf":1.0},"4":{"tf":1.0}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":3,"docs":{"37":{"tf":1.0},"45":{"tf":1.0},"8":{"tf":1.0}},"g":{"df":2,"docs":{"11":{"tf":1.0},"59":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"12":{"tf":1.0},"17":{"tf":1.0}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"r":{"df":8,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"3":{"tf":1.0},"48":{"tf":1.0},"6":{"tf":1.7320508075688772},"63":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"47":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"57":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":7,"docs":{"21":{"tf":1.0},"44":{"tf":2.0},"45":{"tf":1.7320508075688772},"48":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"17":{"tf":1.0},"48":{"tf":1.0},"60":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"20":{"tf":1.0},"21":{"tf":1.0},"60":{"tf":1.0}}}}}}},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"28":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"63":{"tf":1.0}}}},"i":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"34":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"a":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":9,"docs":{"16":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"58":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"41":{"tf":1.0},"62":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":12,"docs":{"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"27":{"tf":1.0},"32":{"tf":2.449489742783178},"35":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"58":{"tf":1.0},"6":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"50":{"tf":1.0},"55":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":6,"docs":{"16":{"tf":1.0},"18":{"tf":1.4142135623730951},"3":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"48":{"tf":1.0},"63":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"13":{"tf":1.7320508075688772},"30":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"11":{"tf":1.0},"8":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}}}}}}},"v":{"df":1,"docs":{"45":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":16,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"47":{"tf":1.7320508075688772},"48":{"tf":2.23606797749979},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"12":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"14":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"62":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"37":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"38":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"41":{"tf":1.0},"47":{"tf":1.0}},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"31":{"tf":1.0}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":10,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"38":{"tf":1.4142135623730951},"4":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"58":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"22":{"tf":1.0},"30":{"tf":1.0},"58":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"\'":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"32":{"tf":1.7320508075688772}},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":2.0}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"26":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"[":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}},"df":10,"docs":{"12":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"3":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.0}},"n":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"p":{"/":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"30":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"l":{"df":6,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.7320508075688772}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":12,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":3,"docs":{"12":{"tf":1.0},"56":{"tf":1.0},"63":{"tf":1.4142135623730951}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"55":{"tf":1.7320508075688772},"56":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},".":{"df":0,"docs":{},"g":{"df":8,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"55":{"tf":1.0}}}}}}},"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"12":{"tf":1.0}}}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"13":{"tf":1.0},"16":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"41":{"tf":1.0}}}}},"s":{"df":1,"docs":{"38":{"tf":1.0}},"i":{"df":1,"docs":{"17":{"tf":1.0}}}}},"df":1,"docs":{"12":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"3":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"21":{"tf":1.0},"26":{"tf":1.0},"45":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"d":{"df":4,"docs":{"16":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"41":{"tf":1.0},"52":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"10":{"tf":1.0},"34":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"15":{"tf":1.0},"3":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":5,"docs":{"10":{"tf":1.4142135623730951},"17":{"tf":1.0},"48":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":7,"docs":{"0":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.4142135623730951},"53":{"tf":1.0},"63":{"tf":1.0}}}}},"v":{"df":1,"docs":{"40":{"tf":1.0}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":26,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"3":{"tf":1.4142135623730951},"35":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"58":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"7":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"r":{"(":{"\\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"55":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"51":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"2":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"a":{"df":0,"docs":{},"l":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":6,"docs":{"12":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"35":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0},"56":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"52":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":3,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":23,"docs":{"15":{"tf":1.0},"23":{"tf":1.7320508075688772},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.7320508075688772},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"54":{"tf":1.7320508075688772},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"r":{"df":8,"docs":{"0":{"tf":1.4142135623730951},"17":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"44":{"tf":1.0},"60":{"tf":1.4142135623730951},"63":{"tf":1.0}},"s":{"(":{"1":{"df":3,"docs":{"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"2":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":6,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"58":{"tf":1.0},"63":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":3,"docs":{"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"55":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":39,"docs":{"1":{"tf":1.0},"12":{"tf":2.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":2.0},"19":{"tf":1.0},"20":{"tf":2.23606797749979},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"30":{"tf":1.7320508075688772},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.4142135623730951},"4":{"tf":1.7320508075688772},"40":{"tf":2.0},"41":{"tf":1.0},"48":{"tf":2.23606797749979},"50":{"tf":1.0},"51":{"tf":1.4142135623730951},"54":{"tf":2.0},"55":{"tf":2.23606797749979},"56":{"tf":2.23606797749979},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"7":{"tf":2.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"60":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"46":{"tf":1.0},"51":{"tf":1.0}}}},"s":{"df":2,"docs":{"46":{"tf":1.0},"50":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"46":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"—":{"a":{"d":{"df":0,"docs":{},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"20":{"tf":1.0},"21":{"tf":1.0},"60":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":8,"docs":{"13":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.4142135623730951},"49":{"tf":1.7320508075688772},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.4142135623730951}}},"df":0,"docs":{},"s":{"df":1,"docs":{"16":{"tf":1.0}}}}}}},"}":{"\\"":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"56":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"f":{"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"15":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"12":{"tf":1.0},"50":{"tf":1.0},"62":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":9,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.4142135623730951},"46":{"tf":1.0},"52":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}},"k":{"df":0,"docs":{},"e":{"df":2,"docs":{"28":{"tf":1.0},"32":{"tf":1.0}}}},"l":{"df":0,"docs":{},"s":{"df":3,"docs":{"10":{"tf":1.0},"41":{"tf":1.0},"62":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}}}},"q":{"df":1,"docs":{"62":{"tf":1.7320508075688772}}},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"32":{"tf":1.0},"37":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0},"57":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"42":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"22":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"32":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":1,"docs":{"31":{"tf":1.0}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"22":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"44":{"tf":1.0},"62":{"tf":1.0}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"17":{"tf":1.0},"51":{"tf":1.0},"56":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"8":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"62":{"tf":1.0}}}}}}}}}},"t":{"df":6,"docs":{"15":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"54":{"tf":1.0}}},"x":{"df":1,"docs":{"8":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"35":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0}}},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"61":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"46":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":4,"docs":{"13":{"tf":1.0},"24":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"58":{"tf":1.0},"60":{"tf":1.0}}}}}}},"n":{"df":6,"docs":{"10":{"tf":1.0},"55":{"tf":2.449489742783178},"56":{"tf":2.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"o":{"c":{"df":0,"docs":{},"u":{"df":1,"docs":{"6":{"tf":1.0}},"s":{"df":3,"docs":{"0":{"tf":1.0},"15":{"tf":1.0},"41":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"35":{"tf":1.0},"4":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"t":{"!":{"(":{"\\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"4":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":13,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"2":{"tf":1.7320508075688772},"21":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"45":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}}}}}}}}},"df":21,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.4142135623730951},"2":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.4142135623730951},"4":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.7320508075688772},"5":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"60":{"tf":1.0},"7":{"tf":1.4142135623730951}},"’":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"3":{"tf":1.0},"32":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"8":{"tf":1.0}}}}}}},"d":{"df":1,"docs":{"60":{"tf":1.0}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"g":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"3":{"tf":1.0},"61":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"40":{"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":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"50":{"tf":1.0},"55":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":8,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"33":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"48":{"tf":1.0},"55":{"tf":1.0},"63":{"tf":1.0}}}}},"t":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"55":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"42":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"1":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"63":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"17":{"tf":1.0},"22":{"tf":1.0}}}},"df":0,"docs":{},"o":{"d":{"df":6,"docs":{"10":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"17":{"tf":1.0},"22":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"44":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":1,"docs":{"57":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"14":{"tf":1.0},"48":{"tf":1.0},"59":{"tf":1.0}}},"df":0,"docs":{}}},"df":34,"docs":{"1":{"tf":1.0},"14":{"tf":1.7320508075688772},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"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}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"30":{"tf":1.0}}}},"n":{"d":{"df":1,"docs":{"12":{"tf":1.0}},"l":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"r":{"d":{"df":1,"docs":{"8":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"17":{"tf":1.0},"4":{"tf":1.0},"9":{"tf":1.7320508075688772}},"i":{"df":2,"docs":{"20":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":1,"docs":{"5":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"41":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.7320508075688772}}}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"0":{"tf":1.0},"56":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":9,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"29":{"tf":1.0},"4":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"39":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"13":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"58":{"tf":1.0},"62":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"58":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"i":{"[":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"20":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"a":{"df":9,"docs":{"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"55":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"i":{"df":33,"docs":{"14":{"tf":1.7320508075688772},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"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}},"i":{"df":12,"docs":{"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},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"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":3,"docs":{"23":{"tf":1.0},"27":{"tf":1.0},"54":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"42":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.7320508075688772}}}},"l":{"df":2,"docs":{"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"58":{"tf":1.0}}}}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":6,"docs":{"0":{"tf":1.4142135623730951},"22":{"tf":1.0},"42":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":8,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"40":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"4":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"\\"":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"55":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"c":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"44":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"3":{"tf":1.0},"6":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"12":{"tf":1.0},"21":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":3,"docs":{"20":{"tf":1.7320508075688772},"50":{"tf":1.0},"55":{"tf":1.4142135623730951}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"20":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"46":{"tf":1.0}}}}}}},"df":2,"docs":{"38":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"44":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"61":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":4,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"3":{"tf":1.0},"58":{"tf":1.0}}}},"n":{"d":{"df":4,"docs":{"17":{"tf":1.0},"48":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"27":{"tf":1.0},"30":{"tf":1.0}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.4142135623730951},"28":{"tf":1.0},"3":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":3,"docs":{"28":{"tf":1.0},"58":{"tf":1.7320508075688772},"9":{"tf":2.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"5":{"tf":1.0}}}}}},"v":{"df":3,"docs":{"31":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"8":{"tf":1.0}},"t":{"df":1,"docs":{"3":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":3,"docs":{"3":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"u":{"df":2,"docs":{"41":{"tf":1.0},"55":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.0},"37":{"tf":1.0}}}}},"v":{"df":5,"docs":{"59":{"tf":1.7320508075688772},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0}}}},"j":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"g":{"df":4,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"63":{"tf":1.0}}}},"df":0,"docs":{}}},"k":{"8":{"df":7,"docs":{"16":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.0},"46":{"tf":1.7320508075688772},"62":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"46":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":18,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.7320508075688772},"22":{"tf":1.4142135623730951},"26":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951}}}},"y":{"df":2,"docs":{"55":{"tf":1.0},"56":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"46":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"60":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"39":{"tf":1.4142135623730951},"4":{"tf":1.0},"58":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"28":{"tf":1.0}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"13":{"tf":1.0},"7":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"31":{"tf":1.0},"48":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"28":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"21":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"25":{"tf":1.0},"4":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"15":{"tf":1.7320508075688772},"21":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"53":{"tf":1.0},"60":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"12":{"tf":1.0},"48":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"42":{"tf":1.0}}}},"t":{"df":1,"docs":{"3":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":14,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.7320508075688772},"58":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":2,"docs":{"12":{"tf":2.0},"34":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"20":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":19,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.7320508075688772},"3":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"9":{"tf":1.0}}}}},"o":{"a":{"d":{"df":2,"docs":{"29":{"tf":1.4142135623730951},"46":{"tf":1.0}},"e":{"d":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"46":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"=":{"2":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"=":{"1":{"2":{"0":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"=":{"3":{"df":1,"docs":{"44":{"tf":1.0}}},"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":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"42":{"tf":1.4142135623730951}}}}}}}},"df":13,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"35":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"58":{"tf":1.0},"62":{"tf":1.0}}},"t":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":6,"docs":{"41":{"tf":1.0},"44":{"tf":1.4142135623730951},"45":{"tf":1.7320508075688772},"55":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0}},"i":{"c":{"df":3,"docs":{"0":{"tf":1.0},"54":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}},"s":{"/":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"46":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":5,"docs":{"10":{"tf":1.0},"17":{"tf":1.0},"48":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"39":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"30":{"tf":1.0},"62":{"tf":1.0}}},"p":{"df":3,"docs":{"22":{"tf":1.0},"37":{"tf":1.0},"6":{"tf":1.0}}},"s":{"df":1,"docs":{"15":{"tf":1.0}}}},"w":{"df":1,"docs":{"29":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"r":{"df":2,"docs":{"12":{"tf":1.0},"4":{"tf":1.0}}},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"10":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"38":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"10":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"13":{"tf":1.0},"47":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":8,"docs":{"13":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"58":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}},"n":{"df":0,"docs":{},"i":{"df":6,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"60":{"tf":1.0}}}},"p":{"df":4,"docs":{"16":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"58":{"tf":1.0}}},"t":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"59":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"17":{"tf":1.0},"39":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}},"y":{"b":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":8,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"48":{"tf":1.0},"62":{"tf":1.0}}}}},"t":{"df":1,"docs":{"21":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"2":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"41":{"tf":1.0},"63":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"c":{"df":5,"docs":{"12":{"tf":1.0},"31":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"61":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"46":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"m":{"df":5,"docs":{"22":{"tf":1.0},"24":{"tf":1.0},"37":{"tf":1.0},"54":{"tf":1.0},"57":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"10":{"tf":1.7320508075688772},"60":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"61":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":4,"docs":{"41":{"tf":1.0},"50":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0}}}},"x":{"df":2,"docs":{"61":{"tf":1.0},"8":{"tf":1.0}},"e":{"d":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"30":{"tf":1.4142135623730951}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"45":{"tf":1.0}},"l":{"df":8,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"29":{"tf":1.0},"48":{"tf":2.23606797749979},"58":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"34":{"tf":1.0}}}},"df":2,"docs":{"44":{"tf":1.0},"50":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"57":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"13":{"tf":1.0},"22":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":8,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.4142135623730951},"34":{"tf":1.7320508075688772},"38":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"22":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"55":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"55":{"tf":1.0},"56":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"50":{"tf":1.0},"55":{"tf":1.0}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"df":2,"docs":{"29":{"tf":1.0},"9":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":8,"docs":{"21":{"tf":1.0},"3":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.0},"62":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"g":{"df":2,"docs":{"30":{"tf":1.0},"41":{"tf":1.0}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":11,"docs":{"0":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"28":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"4":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}}},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"55":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":8,"docs":{"27":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.7320508075688772},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"52":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":23,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"12":{"tf":1.4142135623730951},"15":{"tf":1.7320508075688772},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"2":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.4142135623730951},"32":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.7320508075688772},"48":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.4142135623730951},"61":{"tf":1.0},"63":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":2,"docs":{"22":{"tf":1.0},"8":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"df":8,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.7320508075688772},"32":{"tf":1.0},"41":{"tf":1.0},"46":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"=":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"45":{"tf":1.0}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"41":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"=":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"e":{",":{"d":{"a":{"=":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"44":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"=":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"41":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"45":{"tf":1.0}},"e":{"=":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":2,"docs":{"45":{"tf":1.0},"46":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"21":{"tf":1.0},"44":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"o":{"[":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":17,"docs":{"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"48":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"22":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"48":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"12":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"58":{"tf":1.0},"60":{"tf":1.0}}}}}},"k":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"\\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"55":{"tf":1.0},"56":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":1,"docs":{"55":{"tf":1.0}}},"n":{"c":{"df":3,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0}}},"df":5,"docs":{"15":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"40":{"tf":1.0},"53":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"39":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":12,"docs":{"17":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"41":{"tf":2.23606797749979},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"62":{"tf":1.0}}}},"t":{"df":2,"docs":{"21":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"12":{"tf":1.0},"26":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"52":{"tf":1.0}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":7,"docs":{"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"21":{"tf":1.0},"62":{"tf":1.0},"7":{"tf":1.0}}}}}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"29":{"tf":1.4142135623730951}}}}},"df":1,"docs":{"28":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"p":{"df":1,"docs":{"41":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":8,"docs":{"12":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"3":{"tf":1.0},"6":{"tf":1.4142135623730951},"9":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"37":{"tf":1.0},"42":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.7320508075688772}}}}}}}}}},"p":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"12":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"28":{"tf":1.0}}},"k":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"16":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":4,"docs":{"1":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"33":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.0},"63":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"30":{"tf":1.0}}}}}}}},"df":0,"docs":{},"t":{"df":62,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.7320508075688772},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.7320508075688772},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"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},"4":{"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.7320508075688772},"48":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.7320508075688772},"6":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":5,"docs":{"0":{"tf":1.0},"19":{"tf":1.0},"53":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"35":{"tf":1.0},"46":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":1,"docs":{"12":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"19":{"tf":1.0},"25":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":3,"docs":{"15":{"tf":1.0},"21":{"tf":2.449489742783178},"22":{"tf":1.0}}}}}}}},"df":3,"docs":{"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"28":{"tf":1.0}}}},"r":{"df":5,"docs":{"21":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":1.0},"33":{"tf":1.0},"7":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"0":{"tf":1.0},"4":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"29":{"tf":1.4142135623730951},"34":{"tf":3.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":7,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"5":{"tf":1.7320508075688772},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"33":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"15":{"tf":1.0},"16":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"20":{"tf":1.0},"34":{"tf":1.4142135623730951},"38":{"tf":1.0}}}}}}}},"l":{"a":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":16,"docs":{"1":{"tf":1.0},"12":{"tf":2.23606797749979},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"20":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":2.0},"36":{"tf":1.4142135623730951},"4":{"tf":1.7320508075688772},"40":{"tf":1.4142135623730951},"48":{"tf":1.0},"58":{"tf":1.0},"62":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"41":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"u":{"df":2,"docs":{"25":{"tf":1.0},"26":{"tf":1.0}},"g":{"df":1,"docs":{"54":{"tf":1.0}},"g":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"13":{"tf":1.0},"18":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":5,"docs":{"37":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"3":{"tf":1.0}}}},"df":0,"docs":{}},"df":3,"docs":{"38":{"tf":1.0},"45":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"31":{"tf":1.0},"34":{"tf":1.0},"48":{"tf":1.0},"63":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"14":{"tf":1.0},"22":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"9":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"15":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"35":{"tf":1.4142135623730951},"41":{"tf":2.0},"46":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0}}}}}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"26":{"tf":1.0},"41":{"tf":1.0}}}},"t":{"df":3,"docs":{"22":{"tf":1.0},"53":{"tf":1.0},"61":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"35":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":2.0}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.4142135623730951}}}}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"11":{"tf":1.0},"5":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"o":{"b":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":7,"docs":{"17":{"tf":1.0},"21":{"tf":1.0},"40":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.0}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":6,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0},"63":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":6,"docs":{"0":{"tf":1.0},"20":{"tf":1.0},"32":{"tf":1.0},"52":{"tf":1.0},"62":{"tf":1.0},"7":{"tf":1.7320508075688772}},"t":{"df":4,"docs":{"10":{"tf":1.0},"27":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":8,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.4142135623730951},"3":{"tf":1.0},"48":{"tf":1.0},"61":{"tf":1.0},"9":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"45":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"42":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"45":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":9,"docs":{"0":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"21":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"62":{"tf":1.0},"7":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"10":{"tf":1.0},"55":{"tf":1.0}},"r":{"df":1,"docs":{"41":{"tf":1.0}}}},"i":{"d":{"df":4,"docs":{"32":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":2,"docs":{"12":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"40":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"b":{"df":2,"docs":{"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"0":{"tf":1.0},"63":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"62":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"18":{"tf":1.0},"3":{"tf":1.0}}}}}}}},"q":{"a":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"42":{"tf":1.0},"59":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}}}}}},"r":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"12":{"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":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"33":{"tf":1.4142135623730951},"8":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"df":11,"docs":{"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"12":{"tf":1.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"55":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"l":{"df":3,"docs":{"40":{"tf":1.0},"55":{"tf":1.7320508075688772},"56":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"—":{"a":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":11,"docs":{"12":{"tf":1.4142135623730951},"15":{"tf":1.0},"26":{"tf":1.0},"32":{"tf":1.4142135623730951},"35":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.7320508075688772},"41":{"tf":1.7320508075688772},"52":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"58":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":4,"docs":{"0":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"54":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"1":{"tf":1.0},"3":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"52":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"22":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"19":{"tf":1.0},"62":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":3,"docs":{"13":{"tf":1.0},"21":{"tf":1.0},"62":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":13,"docs":{"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},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":2.0},"59":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"0":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"35":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"46":{"tf":1.0}}}}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}},"x":{"df":1,"docs":{"40":{"tf":1.0}}}},"df":1,"docs":{"7":{"tf":1.0}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"22":{"tf":1.0},"52":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"20":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"48":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":5,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.4142135623730951},"42":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":8,"docs":{"19":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"45":{"tf":1.0},"62":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":7,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"26":{"tf":1.0},"30":{"tf":1.0},"62":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"12":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":4,"docs":{"16":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"63":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":8,"docs":{"12":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"26":{"tf":1.4142135623730951},"34":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"63":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":5,"docs":{"22":{"tf":1.0},"35":{"tf":1.0},"5":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":3,"docs":{"0":{"tf":1.0},"63":{"tf":1.0},"9":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"51":{"tf":1.0},"55":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"15":{"tf":1.4142135623730951},"21":{"tf":1.0},"51":{"tf":1.0},"58":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":3,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"62":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"57":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"10":{"tf":1.0},"62":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":8,"docs":{"0":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.0},"63":{"tf":1.7320508075688772}}}}},"p":{"c":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"50":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.7320508075688772},"56":{"tf":1.4142135623730951}}}}}}}}},"df":31,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"10":{"tf":2.0},"12":{"tf":1.7320508075688772},"13":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.7320508075688772},"20":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":2.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":2.23606797749979},"37":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"45":{"tf":1.7320508075688772},"46":{"tf":1.0},"48":{"tf":2.0},"5":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.7320508075688772},"62":{"tf":1.4142135623730951},"63":{"tf":1.7320508075688772},"7":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":3,"docs":{"29":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.4142135623730951}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":25,"docs":{"12":{"tf":1.0},"13":{"tf":1.4142135623730951},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.7320508075688772},"36":{"tf":2.0},"37":{"tf":1.7320508075688772},"38":{"tf":1.7320508075688772},"39":{"tf":1.7320508075688772},"4":{"tf":1.4142135623730951},"40":{"tf":2.0},"41":{"tf":1.4142135623730951},"44":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772},"46":{"tf":1.7320508075688772},"48":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.7320508075688772},"58":{"tf":1.7320508075688772},"61":{"tf":1.7320508075688772},"62":{"tf":1.7320508075688772},"63":{"tf":1.0}},"’":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"40":{"tf":1.0}},"{":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"40":{"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":{},"i":{"df":0,"docs":{},"m":{"df":6,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"33":{"tf":1.0},"40":{"tf":1.4142135623730951},"48":{"tf":1.0},"58":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"40":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"54":{"tf":1.7320508075688772},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"53":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":5,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"35":{"tf":1.4142135623730951},"58":{"tf":1.0},"62":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"41":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":3,"docs":{"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.7320508075688772}}}}}}}},"df":0,"docs":{}}}}},"df":31,"docs":{"1":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.7320508075688772},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":2.23606797749979},"16":{"tf":1.7320508075688772},"17":{"tf":2.23606797749979},"18":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":2.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"27":{"tf":1.0},"34":{"tf":2.0},"35":{"tf":2.23606797749979},"36":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.7320508075688772},"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"48":{"tf":2.6457513110645907},"5":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":2.23606797749979},"59":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":2.0},"62":{"tf":1.7320508075688772},"63":{"tf":1.4142135623730951},"8":{"tf":1.0}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"29":{"tf":1.0},"39":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"41":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"22":{"tf":1.0},"29":{"tf":1.0},"44":{"tf":1.0},"7":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"d":{"df":8,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0}}},"df":5,"docs":{"17":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"26":{"tf":1.0},"35":{"tf":1.0}}}},"df":0,"docs":{}},"f":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":3,"docs":{"21":{"tf":1.0},"55":{"tf":1.7320508075688772},"56":{"tf":1.7320508075688772}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"8":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"31":{"tf":1.0}}},"v":{"df":1,"docs":{"58":{"tf":1.0}},"i":{"c":{"df":3,"docs":{"38":{"tf":1.0},"61":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":10,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"24":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"60":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"16":{"tf":1.0},"38":{"tf":1.0},"61":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":18,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"4":{"tf":1.4142135623730951},"48":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":8,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.7320508075688772}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"0":{"tf":1.0},"10":{"tf":1.4142135623730951},"62":{"tf":1.0}}}},"w":{"df":4,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"27":{"tf":1.0},"54":{"tf":1.0}}}}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":13,"docs":{"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.4142135623730951},"22":{"tf":1.0},"35":{"tf":1.7320508075688772},"41":{"tf":1.4142135623730951},"46":{"tf":1.0},"52":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"9":{"tf":2.0}},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"46":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"24":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"28":{"tf":1.4142135623730951},"32":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":3,"docs":{"12":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0}}}}},"t":{"df":1,"docs":{"15":{"tf":1.0}}},"z":{"df":0,"docs":{},"e":{"df":1,"docs":{"9":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}},"w":{"df":3,"docs":{"28":{"tf":1.0},"61":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"42":{"tf":1.0}}}},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"17":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":8,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"51":{"tf":1.0},"56":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"3":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":7,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"26":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0},"5":{"tf":1.0},"60":{"tf":1.0}},"i":{"df":1,"docs":{"17":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":3,"docs":{"22":{"tf":1.0},"36":{"tf":1.0},"62":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"t":{"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"38":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"34":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"61":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"22":{"tf":1.0},"61":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"55":{"tf":1.0}}}}}}},"df":0,"docs":{}},"_":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"51":{"tf":1.0},"56":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":13,"docs":{"12":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.7320508075688772},"48":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"12":{"tf":1.0},"22":{"tf":1.0},"29":{"tf":1.0},"9":{"tf":1.7320508075688772}}},"i":{"c":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}}},"y":{"df":5,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"31":{"tf":1.0},"56":{"tf":1.4142135623730951},"62":{"tf":1.0}}}},"d":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{":":{":":{"a":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"55":{"tf":1.0}}},"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":{},"p":{"df":2,"docs":{"21":{"tf":1.0},"41":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"28":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"62":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":3,"docs":{"12":{"tf":1.0},"48":{"tf":1.0},"63":{"tf":1.0}}}},"r":{"df":2,"docs":{"55":{"tf":1.0},"56":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"63":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"25":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"55":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"b":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"60":{"tf":1.4142135623730951}}}}}},"u":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"24":{"tf":1.0},"28":{"tf":1.4142135623730951},"30":{"tf":1.0}}}},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"6":{"tf":1.0}}}}},"df":5,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"30":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"0":{"tf":1.0},"63":{"tf":1.0}}}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"39":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"59":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"13":{"tf":1.0},"22":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"61":{"tf":1.0}}}}}}},"n":{"c":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"27":{"tf":1.0},"28":{"tf":1.4142135623730951},"32":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":8,"docs":{"20":{"tf":1.4142135623730951},"26":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}}}}}}}},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"45":{"tf":1.0}}},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"7":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"56":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":4,"docs":{"17":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.7320508075688772},"62":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"48":{"tf":1.0}}}}},"d":{"df":3,"docs":{"20":{"tf":1.0},"40":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":3,"docs":{"22":{"tf":1.0},"3":{"tf":1.4142135623730951},"60":{"tf":1.0}}},"r":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"41":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"21":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"=":{"9":{"0":{"9":{"1":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":34,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.4142135623730951},"15":{"tf":2.0},"16":{"tf":1.7320508075688772},"17":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.7320508075688772},"30":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.4142135623730951},"48":{"tf":1.0},"5":{"tf":2.0},"50":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"6":{"tf":1.7320508075688772},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":1.7320508075688772},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"52":{"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":{"51":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"{":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"56":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"55":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"55":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"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":{},"t":{":":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":2,"docs":{"45":{"tf":1.0},"46":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"7":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"13":{"tf":1.0},"35":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"e":{"df":13,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.4142135623730951},"31":{"tf":1.7320508075688772},"37":{"tf":1.0},"41":{"tf":1.0},"62":{"tf":1.0},"7":{"tf":2.23606797749979}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.0}}}}},"r":{"df":1,"docs":{"28":{"tf":1.4142135623730951}}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"15":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"31":{"tf":1.0},"33":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":25,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"33":{"tf":2.0},"35":{"tf":1.0},"4":{"tf":2.0},"45":{"tf":1.0},"48":{"tf":1.7320508075688772},"53":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"58":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"63":{"tf":1.0},"8":{"tf":1.0}},"y":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"g":{"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":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"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":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"60":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":3,"docs":{"15":{"tf":1.0},"40":{"tf":1.0},"58":{"tf":1.0}}},"k":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":16,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"26":{"tf":1.4142135623730951},"29":{"tf":1.7320508075688772},"3":{"tf":1.0},"4":{"tf":2.0},"40":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"63":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"54":{"tf":1.0},"60":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":15,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"21":{"tf":1.0},"24":{"tf":2.0},"25":{"tf":2.0},"26":{"tf":1.0},"34":{"tf":1.0},"40":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"5":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"16":{"tf":1.7320508075688772}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"41":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"19":{"tf":1.0},"30":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.7320508075688772}}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"29":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":3,"docs":{"22":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"36":{"tf":1.0},"4":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":1,"docs":{"24":{"tf":1.0}}}},"x":{"df":1,"docs":{"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"36":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"28":{"tf":1.0},"3":{"tf":1.4142135623730951},"48":{"tf":1.0},"50":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"56":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":1,"docs":{"58":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"17":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"16":{"tf":1.0},"42":{"tf":1.4142135623730951}}}},"df":21,"docs":{"0":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.4142135623730951},"29":{"tf":1.0},"35":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"55":{"tf":2.23606797749979},"56":{"tf":1.7320508075688772},"58":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":35,"docs":{"14":{"tf":1.7320508075688772},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"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},"60":{"tf":1.0},"9":{"tf":1.7320508075688772}}}},"i":{"df":0,"docs":{},"z":{"df":2,"docs":{"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"2":{"df":3,"docs":{"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"3":{"df":1,"docs":{"8":{"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":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":18,"docs":{"0":{"tf":1.4142135623730951},"13":{"tf":1.0},"17":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.7320508075688772},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"31":{"tf":1.0},"33":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.0},"60":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"u":{"df":1,"docs":{"30":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"33":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":2,"docs":{"45":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"!":{"[":{"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":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":1,"docs":{"55":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"10":{"tf":1.0},"62":{"tf":1.0}},"f":{"df":2,"docs":{"13":{"tf":1.0},"32":{"tf":1.0}},"i":{"df":6,"docs":{"20":{"tf":1.0},"28":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":5,"docs":{"12":{"tf":1.0},"16":{"tf":1.0},"20":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"[":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"12":{"tf":1.0},"35":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":2.23606797749979}},"e":{"df":0,"docs":{},"t":{"df":13,"docs":{"15":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"29":{"tf":1.4142135623730951}}}},"y":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":1,"docs":{"12":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"21":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"60":{"tf":1.0},"63":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"61":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":9,"docs":{"10":{"tf":1.4142135623730951},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"20":{"tf":1.0},"35":{"tf":1.0},"48":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":4,"docs":{"38":{"tf":1.0},"50":{"tf":1.0},"57":{"tf":1.4142135623730951},"61":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"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":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"5":{"df":1,"docs":{"10":{"tf":1.0}}},"6":{"0":{"df":2,"docs":{"10":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"0":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"31":{"tf":1.0},"9":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"32":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":3,"docs":{"3":{"tf":1.0},"42":{"tf":1.0},"6":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"58":{"tf":1.7320508075688772}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":38,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"12":{"tf":2.449489742783178},"13":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.7320508075688772},"18":{"tf":2.0},"19":{"tf":2.449489742783178},"20":{"tf":2.6457513110645907},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"24":{"tf":1.7320508075688772},"25":{"tf":2.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.0},"28":{"tf":1.7320508075688772},"29":{"tf":1.7320508075688772},"30":{"tf":1.0},"35":{"tf":1.7320508075688772},"4":{"tf":1.7320508075688772},"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"48":{"tf":2.23606797749979},"50":{"tf":1.7320508075688772},"51":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":2.0},"55":{"tf":2.6457513110645907},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.7320508075688772},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.7320508075688772}},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"15":{"tf":2.0},"16":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"d":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"44":{"tf":1.0},"5":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"e":{"df":1,"docs":{"62":{"tf":1.0}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"29":{"tf":1.0}}}}}}}},"title":{"root":{"2":{"df":1,"docs":{"24":{"tf":1.0}}},"a":{"d":{"df":4,"docs":{"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"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":{"17":{"tf":1.0}}}}}}}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"z":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":2,"docs":{"26":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"26":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":1,"docs":{"42":{"tf":1.0}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"40":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"38":{"tf":1.0},"45":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"56":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"60":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"60":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"58":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"31":{"tf":1.0},"32":{"tf":1.0}}}}}}}},"d":{"a":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"32":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"47":{"tf":1.0},"48":{"tf":1.0}}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"38":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"32":{"tf":1.0}},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"l":{"df":1,"docs":{"60":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":4,"docs":{"23":{"tf":1.0},"27":{"tf":1.0},"43":{"tf":1.0},"54":{"tf":1.0}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"18":{"tf":1.0},"20":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}}}}}},"f":{"a":{"df":0,"docs":{},"q":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"49":{"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":{"33":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"63":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"14":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"i":{"df":1,"docs":{"14":{"tf":1.0}},"i":{"df":1,"docs":{"47":{"tf":1.0}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"58":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"v":{"df":1,"docs":{"59":{"tf":1.0}}}},"k":{"8":{"df":1,"docs":{"46":{"tf":1.0}}},"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"39":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"26":{"tf":1.0}}}}},"o":{"a":{"d":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"37":{"tf":1.0},"44":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"10":{"tf":1.0}}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"30":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"48":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"28":{"tf":1.0}}}}}}},"w":{"df":1,"docs":{"54":{"tf":1.0}}}}},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"9":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"29":{"tf":1.0}}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"14":{"tf":1.0},"2":{"tf":1.0},"47":{"tf":1.0},"59":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"34":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}}}}}}},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"o":{"b":{"df":0,"docs":{},"e":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"55":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"47":{"tf":1.0},"58":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":4,"docs":{"10":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"52":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":6,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"48":{"tf":1.0},"61":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"24":{"tf":1.0},"55":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"56":{"tf":1.0}}}},"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"28":{"tf":1.0}}}}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"7":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"33":{"tf":1.0},"53":{"tf":1.0}}}}}}}},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"24":{"tf":1.0},"25":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":1,"docs":{"16":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"29":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"10":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"57":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":9,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"lang":"English","pipeline":["trimmer","stopWordFilter","stemmer"],"ref":"id","version":"0.9.5"},"results_options":{"limit_results":30,"teaser_word_count":30},"search_options":{"bool":"OR","expand":true,"fields":{"body":{"boost":1},"breadcrumbs":{"boost":1},"title":{"boost":2}}}}')); \ No newline at end of file diff --git a/docs/searchindex-e18617a5.js b/docs/searchindex-e18617a5.js new file mode 100644 index 0000000..3ff7fe2 --- /dev/null +++ b/docs/searchindex-e18617a5.js @@ -0,0 +1 @@ +window.search = Object.assign(window.search, JSON.parse('{"doc_urls":["project-context-primer.html#project-context-primer","what-you-will-learn.html#what-you-will-learn","part-i.html#part-i--foundations","introduction.html#introduction","architecture-overview.html#architecture-overview","testing-philosophy.html#testing-philosophy","testing-philosophy.html#declarative-over-imperative","testing-philosophy.html#protocol-time-not-wall-time","testing-philosophy.html#determinism-first-chaos-when-needed","testing-philosophy.html#observable-health-signals","testing-philosophy.html#minimum-run-windows","testing-philosophy.html#summary","scenario-lifecycle.html#scenario-lifecycle-conceptual","design-rationale.html#design-rationale","part-ii.html#part-ii--user-guide","workspace-layout.html#workspace-layout","annotated-tree.html#annotated-tree","authoring-scenarios.html#authoring-scenarios","workloads.html#core-content-workloads--expectations","workloads.html#workloads","workloads.html#expectations","scenario-builder-ext-patterns.html#core-content-scenariobuilderext-patterns","best-practices.html#best-practices","examples.html#examples","examples.html#simple-2-validator-transaction-workload","examples.html#da--transaction-workload","examples.html#chaos--liveness-check","examples-advanced.html#advanced--artificial-examples","examples-advanced.html#synthetic-delay-workload-network-latency-simulation","examples-advanced.html#oscillating-load-workload-traffic-waves","examples-advanced.html#byzantine-behavior-mock","examples-advanced.html#custom-expectation-block-finality-drift","examples-advanced.html#custom-deployer-dry-run-deployer","examples-advanced.html#stochastic-topology-generator","examples-advanced.html#multi-phase-scenario-pipelines","running-scenarios.html#running-scenarios","runners.html#runners","runners.html#local-runner","runners.html#docker-compose-runner","runners.html#kubernetes-runner","runners.html#common-expectations","operations.html#operations","part-iii.html#part-iii--developer-reference","scenario-model.html#scenario-model-developer-level","extending.html#extending-the-framework","extending.html#adding-a-workload","extending.html#adding-an-expectation","extending.html#adding-a-runner","extending.html#adding-topology-helpers","custom-workload-example.html#example-new-workload--expectation-rust","custom-workload-example.html#workload-simple-reachability-probe","custom-workload-example.html#expectation-confirm-the-target-stayed-reachable","custom-workload-example.html#how-to-wire-it","internal-crate-reference.html#internal-crate-reference","part-iv.html#part-iv--appendix","dsl-cheat-sheet.html#core-content-dsl-cheat-sheet","troubleshooting.html#troubleshooting-scenarios","faq.html#faq","glossary.html#glossary"],"index":{"documentStore":{"docInfo":{"0":{"body":67,"breadcrumbs":6,"title":3},"1":{"body":26,"breadcrumbs":2,"title":1},"10":{"body":40,"breadcrumbs":7,"title":3},"11":{"body":26,"breadcrumbs":5,"title":1},"12":{"body":107,"breadcrumbs":8,"title":3},"13":{"body":68,"breadcrumbs":6,"title":2},"14":{"body":10,"breadcrumbs":8,"title":4},"15":{"body":94,"breadcrumbs":8,"title":2},"16":{"body":59,"breadcrumbs":8,"title":2},"17":{"body":101,"breadcrumbs":8,"title":2},"18":{"body":18,"breadcrumbs":12,"title":4},"19":{"body":38,"breadcrumbs":9,"title":1},"2":{"body":10,"breadcrumbs":4,"title":2},"20":{"body":54,"breadcrumbs":9,"title":1},"21":{"body":84,"breadcrumbs":12,"title":4},"22":{"body":96,"breadcrumbs":8,"title":2},"23":{"body":14,"breadcrumbs":6,"title":1},"24":{"body":28,"breadcrumbs":10,"title":5},"25":{"body":31,"breadcrumbs":8,"title":3},"26":{"body":37,"breadcrumbs":8,"title":3},"27":{"body":19,"breadcrumbs":10,"title":3},"28":{"body":41,"breadcrumbs":13,"title":6},"29":{"body":37,"breadcrumbs":12,"title":5},"3":{"body":84,"breadcrumbs":4,"title":1},"30":{"body":34,"breadcrumbs":10,"title":3},"31":{"body":41,"breadcrumbs":12,"title":5},"32":{"body":39,"breadcrumbs":12,"title":5},"33":{"body":35,"breadcrumbs":10,"title":3},"34":{"body":40,"breadcrumbs":11,"title":4},"35":{"body":75,"breadcrumbs":8,"title":2},"36":{"body":20,"breadcrumbs":6,"title":1},"37":{"body":16,"breadcrumbs":7,"title":2},"38":{"body":23,"breadcrumbs":8,"title":3},"39":{"body":17,"breadcrumbs":7,"title":2},"4":{"body":106,"breadcrumbs":6,"title":2},"40":{"body":43,"breadcrumbs":7,"title":2},"41":{"body":130,"breadcrumbs":6,"title":1},"42":{"body":10,"breadcrumbs":8,"title":4},"43":{"body":116,"breadcrumbs":12,"title":4},"44":{"body":0,"breadcrumbs":8,"title":2},"45":{"body":39,"breadcrumbs":8,"title":2},"46":{"body":21,"breadcrumbs":8,"title":2},"47":{"body":29,"breadcrumbs":8,"title":2},"48":{"body":21,"breadcrumbs":9,"title":3},"49":{"body":19,"breadcrumbs":14,"title":5},"5":{"body":8,"breadcrumbs":6,"title":2},"50":{"body":120,"breadcrumbs":13,"title":4},"51":{"body":67,"breadcrumbs":14,"title":5},"52":{"body":24,"breadcrumbs":10,"title":1},"53":{"body":91,"breadcrumbs":10,"title":3},"54":{"body":10,"breadcrumbs":6,"title":3},"55":{"body":84,"breadcrumbs":11,"title":5},"56":{"body":86,"breadcrumbs":7,"title":2},"57":{"body":99,"breadcrumbs":5,"title":1},"58":{"body":119,"breadcrumbs":5,"title":1},"6":{"body":36,"breadcrumbs":7,"title":3},"7":{"body":84,"breadcrumbs":8,"title":4},"8":{"body":52,"breadcrumbs":8,"title":4},"9":{"body":51,"breadcrumbs":7,"title":3}},"docs":{"0":{"body":"This book focuses on the Nomos Testing Framework. It assumes familiarity with\\nthe Nomos architecture, but for completeness, here is a short primer. Nomos is a modular blockchain protocol composed of validators, executors,\\nand a data-availability (DA) subsystem. Validators participate in consensus and produce blocks. Executors run application logic or off-chain computations referenced by\\nblocks. Data Availability (DA) ensures that data referenced in blocks is\\npublished and retrievable, including blobs or channel data used by workloads. These roles interact tightly, which is why meaningful testing must be performed\\nin multi-node environments that include real networking, timing, and DA\\ninteraction.","breadcrumbs":"Project Context Primer » Project Context Primer","id":"0","title":"Project Context Primer"},"1":{"body":"This book gives you a clear mental model for Nomos multi-node testing, shows how\\nto author scenarios that pair realistic workloads with explicit expectations,\\nand guides you to run them across local, containerized, and cluster environments\\nwithout changing the plan.","breadcrumbs":"What You Will Learn » What You Will Learn","id":"1","title":"What You Will Learn"},"10":{"body":"Always run long enough for meaningful block production: #![allow(unused)] fn main() {\\n// Bad: too short\\n.with_run_duration(Duration::from_secs(5)) // Maybe 0-1 blocks // Good: enough blocks for assertions\\n.with_run_duration(Duration::from_secs(60)) // ~10+ blocks } The framework enforces minimum durations, but be explicit. Very short runs\\nrisk false confidence—one lucky block doesn’t prove liveness.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Minimum Run Windows","id":"10","title":"Minimum Run Windows"},"11":{"body":"These principles keep scenarios: Portable across environments (protocol time, declarative) Debuggable (determinism, separation of concerns) Meaningful (observable signals, sufficient duration) When authoring scenarios, ask: “Does this test the protocol behavior or\\nmy local environment quirks?”","breadcrumbs":"Part I — Foundations » Testing Philosophy » Summary","id":"11","title":"Summary"},"12":{"body":"Build the plan: Declare a topology, attach workloads and expectations, and set the run window. The plan is the single source of truth for what will happen. Deploy: Hand the plan to a deployer. It provisions the environment on the chosen backend and waits for nodes to signal readiness, then returns a Runner. Drive workloads: Start traffic and behaviors (transactions, data-availability activity, restarts) for the planned duration. Observe blocks and signals: Track block progression and other high-level metrics during or after the run window to ground assertions in protocol time. Evaluate expectations: Once activity stops (and optional cooldown completes), check liveness and workload-specific outcomes to decide pass or fail. Cleanup: Tear down resources so successive runs start fresh and do not inherit leaked state. flowchart LR P[Plan
topology + workloads + expectations] --> D[Deploy
deployer provisions] D --> R[Readiness
wait for nodes] R --> Run[Run
runner orchestrates] Run --> W[Drive Workloads] W --> O[Observe
blocks/metrics] O --> E[Evaluate Expectations] E --> C[Cleanup]","breadcrumbs":"Part I — Foundations » Scenario Lifecycle (Conceptual) » Scenario Lifecycle (Conceptual)","id":"12","title":"Scenario Lifecycle (Conceptual)"},"13":{"body":"Modular crates keep configuration, orchestration, workloads, and runners decoupled so each can evolve without breaking the others. Pluggable runners let the same scenario run on a laptop, a Docker host, or a Kubernetes cluster, making validation portable across environments. Separated workloads and expectations clarify intent: what traffic to generate versus how to judge success. This simplifies review and reuse. Declarative topology makes cluster shape explicit and repeatable, reducing surprise when moving between CI and developer machines. Maintainability through predictability: a clear flow from plan to deployment to verification lowers the cost of extending the framework and interpreting failures.","breadcrumbs":"Part I — Foundations » Design Rationale » Design Rationale","id":"13","title":"Design Rationale"},"14":{"body":"Practical guidance for shaping scenarios, combining workloads and expectations,\\nand running them across different environments.","breadcrumbs":"Part II — User Guide » Part II — User Guide","id":"14","title":"Part II — User Guide"},"15":{"body":"The workspace focuses on multi-node integration testing and sits alongside a nomos-node checkout. Its crates separate concerns to keep scenarios\\nrepeatable and portable: Configs: prepares high-level node, network, tracing, and wallet settings\\nused across test environments. Core scenario orchestration: the engine that holds topology descriptions,\\nscenario plans, runtimes, workloads, and expectations. Workflows: ready-made workloads (transactions, data-availability, chaos)\\nand reusable expectations assembled into a user-facing DSL. Runners: deployment backends for local processes, Docker Compose, and\\nKubernetes, all consuming the same scenario plan. Test workflows: example scenarios and integration checks that show how\\nthe pieces fit together. This split keeps configuration, orchestration, reusable traffic patterns, and\\ndeployment adapters loosely coupled while sharing one mental model for tests.","breadcrumbs":"Part II — User Guide » Workspace Layout » Workspace Layout","id":"15","title":"Workspace Layout"},"16":{"body":"High-level view of the workspace and how pieces relate: nomos-testing/\\n├─ testing-framework/\\n│ ├─ configs/ # shared configuration helpers\\n│ ├─ core/ # scenario model, runtime, topology\\n│ ├─ workflows/ # workloads, expectations, DSL extensions\\n│ └─ runners/ # local, compose, k8s deployment backends\\n├─ tests/ # integration scenarios using the framework\\n└─ scripts/ # supporting setup utilities (e.g., assets) Each area maps to a responsibility: describe configs, orchestrate scenarios,\\npackage common traffic and assertions, adapt to environments, and demonstrate\\nend-to-end usage.","breadcrumbs":"Part II — User Guide » Annotated Tree » Annotated Tree","id":"16","title":"Annotated Tree"},"17":{"body":"Creating a scenario is a declarative exercise: Shape the topology: decide how many validators and executors to run, and\\nwhat high-level network and data-availability characteristics matter for the\\ntest. Attach workloads: pick traffic generators that align with your goals\\n(transactions, data-availability blobs, or chaos for resilience probes). Define expectations: specify the health signals that must hold when the\\nrun finishes (e.g., consensus liveness, inclusion of submitted activity; see Core Content: Workloads & Expectations). Set duration: choose a run window long enough to observe meaningful\\nblock progression and the effects of your workloads. Choose a runner: target local processes for fast iteration, Docker\\nCompose for reproducible multi-node stacks, or Kubernetes for cluster-grade\\nvalidation. For environment considerations, see Operations. Keep scenarios small and explicit: make the intended behavior and the success\\ncriteria clear so failures are easy to interpret and act upon.","breadcrumbs":"Part II — User Guide » Authoring Scenarios » Authoring Scenarios","id":"17","title":"Authoring Scenarios"},"18":{"body":"Workloads describe the activity a scenario generates; expectations describe the\\nsignals that must hold when that activity completes. Both are pluggable so\\nscenarios stay readable and purpose-driven.","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Core Content: Workloads & Expectations","id":"18","title":"Core Content: Workloads & Expectations"},"19":{"body":"Transaction workload: submits user-level transactions at a configurable\\nrate and can limit how many distinct actors participate. Data-availability workload: drives blob and channel activity to exercise\\ndata-availability paths. Chaos workload: triggers controlled node restarts to test resilience and\\nrecovery behaviors (requires a runner that can control nodes).","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Workloads","id":"19","title":"Workloads"},"2":{"body":"Conceptual chapters that establish the mental model for the framework and how\\nit approaches multi-node testing.","breadcrumbs":"Part I — Foundations » Part I — Foundations","id":"2","title":"Part I — Foundations"},"20":{"body":"Consensus liveness: verifies the system continues to produce blocks in\\nline with the planned workload and timing window. Workload-specific checks: each workload can attach its own success\\ncriteria (e.g., inclusion of submitted activity) so scenarios remain concise. Together, workloads and expectations let you express both the pressure applied\\nto the system and the definition of “healthy” for that run. flowchart TD I[Inputs
topology + wallets + rates] --> Init[Workload init] Init --> Drive[Drive traffic] Drive --> Collect[Collect signals] Collect --> Eval[Expectations evaluate]","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Expectations","id":"20","title":"Expectations"},"21":{"body":"Patterns that keep scenarios readable and reusable: Topology-first: start by shaping the cluster (counts, layout) so later\\nsteps inherit a clear foundation. Bundle defaults: use the DSL helpers to attach common expectations (like\\nliveness) whenever you add a matching workload, reducing forgotten checks. Intentional rates: express traffic in per-block terms to align with\\nprotocol timing rather than wall-clock assumptions. Opt-in chaos: enable restart patterns only in scenarios meant to probe\\nresilience; keep functional smoke tests deterministic. Wallet clarity: seed only the number of actors you need; it keeps\\ntransaction scenarios deterministic and interpretable. These patterns make scenario definitions self-explanatory while staying aligned\\nwith the framework’s block-oriented timing model.","breadcrumbs":"Part II — User Guide » Core Content: ScenarioBuilderExt Patterns » Core Content: ScenarioBuilderExt Patterns","id":"21","title":"Core Content: ScenarioBuilderExt Patterns"},"22":{"body":"State your intent: document the goal of each scenario (throughput, DA\\nvalidation, resilience) so expectation choices are obvious. Keep runs meaningful: choose durations that allow multiple blocks and make\\ntiming-based assertions trustworthy. Separate concerns: start with deterministic workloads for functional\\nchecks; add chaos in dedicated resilience scenarios to avoid noisy failures. Reuse patterns: standardize on shared topology and workload presets so\\nresults are comparable across environments and teams. Observe first, tune second: rely on liveness and inclusion signals to\\ninterpret outcomes before tweaking rates or topology. Environment fit: pick runners that match the feedback loop you need—local\\nfor speed, compose for reproducible stacks, k8s for cluster-grade fidelity. Minimal surprises: seed only necessary wallets and keep configuration\\ndeltas explicit when moving between CI and developer machines.","breadcrumbs":"Part II — User Guide » Best Practices » Best Practices","id":"22","title":"Best Practices"},"23":{"body":"Concrete scenario shapes that illustrate how to combine topologies, workloads,\\nand expectations. Adjust counts, rates, and durations to fit your environment.","breadcrumbs":"Part II — User Guide » Examples » Examples","id":"23","title":"Examples"},"24":{"body":"Topology: two validators. Workload: transaction submissions at a modest per-block rate with a small\\nset of wallet actors. Expectations: consensus liveness and inclusion of submitted activity. When to use: smoke tests for consensus and transaction flow on minimal\\nhardware.","breadcrumbs":"Part II — User Guide » Examples » Simple 2-validator transaction workload","id":"24","title":"Simple 2-validator transaction workload"},"25":{"body":"Topology: validators plus executors if available. Workloads: data-availability blobs/channels and transactions running\\ntogether to stress both paths. Expectations: consensus liveness and workload-level inclusion/availability\\nchecks. When to use: end-to-end coverage of transaction and DA layers in one run.","breadcrumbs":"Part II — User Guide » Examples » DA + transaction workload","id":"25","title":"DA + transaction workload"},"26":{"body":"Topology: validators (optionally executors) with node control enabled. Workloads: baseline traffic (transactions or DA) plus chaos restarts on\\nselected roles. Expectations: consensus liveness to confirm the system keeps progressing\\ndespite restarts; workload-specific inclusion if traffic is present. When to use: resilience validation and operational readiness drills.","breadcrumbs":"Part II — User Guide » Examples » Chaos + liveness check","id":"26","title":"Chaos + liveness check"},"27":{"body":"These illustrative scenarios stretch the framework to show how to build new\\nworkloads, expectations, deployers, and topology tricks. They are intentionally\\n“synthetic” to teach capabilities rather than prescribe production tests.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Advanced & Artificial Examples","id":"27","title":"Advanced & Artificial Examples"},"28":{"body":"Idea: inject fake latency between node interactions using internal timers,\\nnot OS-level tooling. Demonstrates: sequencing control inside a workload, verifying protocol\\nprogression under induced lag, using timers to pace submissions. Shape: wrap submissions in delays that mimic slow peers; ensure the\\nexpectation checks blocks still progress.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Synthetic Delay Workload (Network Latency Simulation)","id":"28","title":"Synthetic Delay Workload (Network Latency Simulation)"},"29":{"body":"Idea: traffic rate changes every block or N seconds (e.g., blocks 1–3 low,\\n4–5 high, 6–7 zero, repeat). Demonstrates: dynamic, stateful workloads that use RunMetrics to time\\nphases; modeling real-world burstiness. Shape: schedule per-phase rates; confirm inclusion/liveness across peaks\\nand troughs.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Oscillating Load Workload (Traffic Waves)","id":"29","title":"Oscillating Load Workload (Traffic Waves)"},"3":{"body":"The Nomos Testing Framework is a purpose-built toolkit for exercising Nomos in\\nrealistic, multi-node environments. It solves the gap between small, isolated\\ntests and full-system validation by letting teams describe a cluster layout,\\ndrive meaningful traffic, and assert the outcomes in one coherent plan. It is for protocol engineers, infrastructure operators, and QA teams who need\\nrepeatable confidence that validators, executors, and data-availability\\ncomponents work together under network and timing constraints. Multi-node integration testing is required because many Nomos behaviors—block\\nprogress, data availability, liveness under churn—only emerge when several\\nroles interact over real networking and time. This framework makes those checks\\ndeclarative, observable, and portable across environments.","breadcrumbs":"Part I — Foundations » Introduction » Introduction","id":"3","title":"Introduction"},"30":{"body":"Idea: a workload that drops half its planned submissions, sometimes\\ndouble-submits, and intentionally triggers expectation failures. Demonstrates: negative testing, resilience checks, and the value of clear\\nexpectations when behavior is adversarial by design. Shape: parameterize drop/double-submit probabilities; pair with an\\nexpectation that documents what “bad” looks like.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Byzantine Behavior Mock","id":"30","title":"Byzantine Behavior Mock"},"31":{"body":"Idea: assert the last few blocks differ and block time stays within a\\ntolerated drift budget. Demonstrates: consuming BlockFeed or time-series metrics to validate\\nprotocol cadence; crafting post-run assertions around block diversity and\\ntiming. Shape: collect recent blocks, confirm no duplicates, and compare observed\\nintervals to a drift threshold.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Custom Expectation: Block Finality Drift","id":"31","title":"Custom Expectation: Block Finality Drift"},"32":{"body":"Idea: a deployer that never starts nodes; it emits configs, simulates\\nreadiness, provides fake blockfeed/metrics. Demonstrates: full power of the deployer interface for CI dry-runs,\\nconfig verification, and ultra-fast feedback without Nomos binaries. Shape: produce logs/artifacts, stub readiness, and feed synthetic blocks\\nso expectations can still run.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Custom Deployer: Dry-Run Deployer","id":"32","title":"Custom Deployer: Dry-Run Deployer"},"33":{"body":"Idea: topology parameters change at runtime (random validators, DA\\nsettings, network shapes). Demonstrates: randomized property testing and fuzzing approaches to\\ntopology building. Shape: pick roles and network layouts randomly per run; keep expectations\\ntolerant to variability while still asserting core liveness.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Stochastic Topology Generator","id":"33","title":"Stochastic Topology Generator"},"34":{"body":"Idea: scenario runs in phases (e.g., phase 1 transactions, phase 2 DA,\\nphase 3 restarts, phase 4 sync check). Demonstrates: multi-stage tests, modular scenario assembly, and deliberate\\nlifecycle control. Shape: drive phase-specific workloads/expectations sequentially; enforce\\nclear boundaries and post-phase checks.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Multi-Phase Scenario (“Pipelines”)","id":"34","title":"Multi-Phase Scenario (“Pipelines”)"},"35":{"body":"Running a scenario follows the same conceptual flow regardless of environment: Select or author a scenario plan that pairs a topology with workloads,\\nexpectations, and a suitable run window. Choose a runner aligned with your environment (local, compose, or k8s) and\\nensure its prerequisites are available. Deploy the plan through the runner; wait for readiness signals before\\nstarting workloads. Let workloads drive activity for the planned duration; keep observability\\nsignals visible so you can correlate outcomes. Evaluate expectations and capture results as the primary pass/fail signal. Use the same plan across different runners to compare behavior between local\\ndevelopment and CI or cluster settings. For environment prerequisites and\\nflags, see Operations.","breadcrumbs":"Part II — User Guide » Running Scenarios » Running Scenarios","id":"35","title":"Running Scenarios"},"36":{"body":"Runners turn a scenario plan into a live environment while keeping the plan\\nunchanged. Choose based on feedback speed, reproducibility, and fidelity. For\\nenvironment and operational considerations, see Operations:","breadcrumbs":"Part II — User Guide » Runners » Runners","id":"36","title":"Runners"},"37":{"body":"Launches node processes directly on the host. Fastest feedback loop and minimal orchestration overhead. Best for development-time iteration and debugging.","breadcrumbs":"Part II — User Guide » Runners » Local runner","id":"37","title":"Local runner"},"38":{"body":"Starts nodes in containers to provide a reproducible multi-node stack on a\\nsingle machine. Discovers service ports and wires observability for convenient inspection. Good balance between fidelity and ease of setup.","breadcrumbs":"Part II — User Guide » Runners » Docker Compose runner","id":"38","title":"Docker Compose runner"},"39":{"body":"Deploys nodes onto a cluster for higher-fidelity, longer-running scenarios. Suits CI or shared environments where cluster behavior and scheduling matter.","breadcrumbs":"Part II — User Guide » Runners » Kubernetes runner","id":"39","title":"Kubernetes runner"},"4":{"body":"The framework follows a clear flow: Topology → Scenario → Deploy → Run → Verify. Topology describes the cluster: how many nodes, their roles, and the high-level network and data-availability parameters they should follow. Scenario combines that topology with the activities to run and the checks to perform, forming a single plan. Deployer provisions infrastructure on the chosen backend (local processes, Docker Compose, or Kubernetes), waits for readiness, and returns a Runner. Runner orchestrates execution: starts workloads, observes signals, evaluates expectations, and cleans up. Workloads generate traffic and conditions that exercise the system. Expectations observe the run and judge success or failure once activity completes. flowchart LR A(Topology
shape cluster) --> B(Scenario
plan) B --> C(Deployer
provision infrastructure) C --> D(Runner
orchestrate execution) D --> E(Workloads
drive traffic) E --> F(Expectations
verify outcomes) Each layer has a narrow responsibility so that cluster shape, deployment choice,\\ntraffic generation, and health checks can evolve independently while fitting\\ntogether predictably.","breadcrumbs":"Part I — Foundations » Architecture Overview » Architecture Overview","id":"4","title":"Architecture Overview"},"40":{"body":"All runners require at least one validator and, for transaction scenarios,\\naccess to seeded wallets. Readiness probes gate workload start so traffic begins only after nodes are\\nreachable. Environment flags can relax timeouts or increase tracing when diagnostics are\\nneeded. flowchart TD Plan[Scenario Plan] --> RunSel[Runner
local | compose | k8s] RunSel --> Provision[Provision & readiness] Provision --> Runtime[Runtime + observability] Runtime --> Exec[Workloads & Expectations execute]","breadcrumbs":"Part II — User Guide » Runners » Common expectations","id":"40","title":"Common expectations"},"41":{"body":"Operational readiness focuses on prerequisites, environment fit, and clear\\nsignals: Prerequisites: keep a sibling nomos-node checkout available; ensure the\\nchosen runner’s platform needs are met (local binaries for host runs, Docker\\nfor compose, cluster access for k8s). Artifacts: some scenarios depend on prover or circuit assets; fetch them\\nahead of time with the provided helper scripts when needed. Environment flags: use slow-environment toggles to relax timeouts, enable\\ntracing when debugging, and adjust observability ports to avoid clashes. Readiness checks: verify runners report node readiness before starting\\nworkloads; this avoids false negatives from starting too early. Failure triage: map failures to missing prerequisites (wallet seeding,\\nnode control availability), runner platform issues, or unmet expectations.\\nStart with liveness signals, then dive into workload-specific assertions. Treat operational hygiene—assets present, prerequisites satisfied, observability\\nreachable—as the first step to reliable scenario outcomes. flowchart TD Expose[Runner exposes endpoints/ports] --> Collect[Runtime collects block/health signals] Collect --> Consume[Expectations consume signals
decide pass/fail] Consume --> Inspect[Operators inspect logs/metrics
when failures arise]","breadcrumbs":"Part II — User Guide » Operations » Operations","id":"41","title":"Operations"},"42":{"body":"Deep dives for contributors who extend the framework, evolve its abstractions,\\nor maintain the crate set.","breadcrumbs":"Part III — Developer Reference » Part III — Developer Reference","id":"42","title":"Part III — Developer Reference"},"43":{"body":"The scenario model defines clear, composable responsibilities: Topology: a declarative description of the cluster—how many nodes, their\\nroles, and the broad network and data-availability characteristics. It\\nrepresents the intended shape of the system under test. Scenario: a plan combining topology, workloads, expectations, and a run\\nwindow. Building a scenario validates prerequisites (like seeded wallets) and\\nensures the run lasts long enough to observe meaningful block progression. Workloads: asynchronous tasks that generate traffic or conditions. They\\nuse shared context to interact with the deployed cluster and may bundle\\ndefault expectations. Expectations: post-run assertions. They can capture baselines before\\nworkloads start and evaluate success once activity stops. Runtime: coordinates workloads and expectations for the configured\\nduration, enforces cooldowns when control actions occur, and ensures cleanup\\nso runs do not leak resources. Developers extending the model should keep these boundaries strict: topology\\ndescribes, scenarios assemble, runners deploy, workloads drive, and expectations\\njudge outcomes. For guidance on adding new capabilities, see Extending the Framework.","breadcrumbs":"Part III — Developer Reference » Scenario Model (Developer Level) » Scenario Model (Developer Level)","id":"43","title":"Scenario Model (Developer Level)"},"44":{"body":"","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Extending the Framework","id":"44","title":"Extending the Framework"},"45":{"body":"Implement testing_framework_core::scenario::Workload: Provide a name and any bundled expectations. In init, derive inputs from GeneratedTopology and RunMetrics; fail\\nfast if prerequisites are missing (e.g., wallet data, node addresses). In start, drive async traffic using the RunContext clients. Expose the workload from a module under testing-framework/workflows and\\nconsider adding a DSL helper for ergonomic wiring.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding a workload","id":"45","title":"Adding a workload"},"46":{"body":"Implement testing_framework_core::scenario::Expectation: Use start_capture to snapshot baseline metrics. Use evaluate to assert outcomes after workloads finish; return all errors\\nso the runner can aggregate them. Export it from testing-framework/workflows if it is reusable.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding an expectation","id":"46","title":"Adding an expectation"},"47":{"body":"Implement testing_framework_core::scenario::Deployer for your backend. Produce a RunContext with NodeClients, metrics endpoints, and optional NodeControlHandle. Guard cleanup with CleanupGuard to reclaim resources even on failures. Mirror the readiness and block-feed probes used by the existing runners so\\nworkloads can rely on consistent signals.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding a runner","id":"47","title":"Adding a runner"},"48":{"body":"Extend testing_framework_core::topology::TopologyBuilder with new layouts or\\nconfiguration presets (e.g., specialized DA parameters). Keep defaults safe:\\nensure at least one participant and clamp dispersal factors as the current\\nhelpers do.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding topology helpers","id":"48","title":"Adding topology helpers"},"49":{"body":"A minimal, end-to-end illustration of adding a custom workload and matching\\nexpectation. This shows the shape of the traits and where to plug into the\\nframework; expand the logic to fit your real test.","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Example: New Workload & Expectation (Rust)","id":"49","title":"Example: New Workload & Expectation (Rust)"},"5":{"body":"The framework follows these principles. They shape how you write tests and\\ninterpret results.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Testing Philosophy","id":"5","title":"Testing Philosophy"},"50":{"body":"Key ideas: name: identifies the workload in logs. expectations: workloads can bundle defaults so callers don’t forget checks. init: derive inputs from the generated topology (e.g., pick a target node). start: drive async activity using the shared RunContext. #![allow(unused)] fn main() {\\nuse std::sync::Arc;\\nuse async_trait::async_trait;\\nuse testing_framework_core::scenario::{ DynError, Expectation, RunContext, RunMetrics, Workload,\\n};\\nuse testing_framework_core::topology::GeneratedTopology; pub struct ReachabilityWorkload { target_idx: usize, bundled: Vec>,\\n} impl ReachabilityWorkload { pub fn new(target_idx: usize) -> Self { Self { target_idx, bundled: vec![Box::new(ReachabilityExpectation::new(target_idx))], } }\\n} #[async_trait]\\nimpl Workload for ReachabilityWorkload { fn name(&self) -> &\'static str { \\"reachability_workload\\" } fn expectations(&self) -> Vec> { self.bundled.clone() } fn init( &mut self, topology: &GeneratedTopology, _metrics: &RunMetrics, ) -> Result<(), DynError> { if topology.validators().get(self.target_idx).is_none() { return Err(\\"no validator at requested index\\".into()); } Ok(()) } async fn start(&self, ctx: &RunContext) -> Result<(), DynError> { let client = ctx .clients() .validators() .get(self.target_idx) .ok_or(\\"missing target client\\")?; // Pseudo-action: issue a lightweight RPC to prove reachability. client.health_check().await.map_err(|e| e.into()) }\\n} }","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Workload: simple reachability probe","id":"50","title":"Workload: simple reachability probe"},"51":{"body":"Key ideas: start_capture: snapshot baseline if needed (not used here). evaluate: assert the condition after workloads finish. #![allow(unused)] fn main() {\\nuse async_trait::async_trait;\\nuse testing_framework_core::scenario::{DynError, Expectation, RunContext}; pub struct ReachabilityExpectation { target_idx: usize,\\n} impl ReachabilityExpectation { pub fn new(target_idx: usize) -> Self { Self { target_idx } }\\n} #[async_trait]\\nimpl Expectation for ReachabilityExpectation { fn name(&self) -> &str { \\"target_reachable\\" } async fn evaluate(&mut self, ctx: &RunContext) -> Result<(), DynError> { let client = ctx .clients() .validators() .get(self.target_idx) .ok_or(\\"missing target client\\")?; client.health_check().await.map_err(|e| { format!(\\"target became unreachable during run: {e}\\").into() }) }\\n} }","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Expectation: confirm the target stayed reachable","id":"51","title":"Expectation: confirm the target stayed reachable"},"52":{"body":"Build your scenario as usual and call .with_workload(ReachabilityWorkload::new(0)). The bundled expectation is attached automatically; you can add more with .with_expectation(...) if needed. Keep the logic minimal and fast for smoke tests; grow it into richer probes\\nfor deeper scenarios.","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » How to wire it","id":"52","title":"How to wire it"},"53":{"body":"High-level roles of the crates that make up the framework: Configs: prepares reusable configuration primitives for nodes, networking,\\ntracing, data availability, and wallets, shared by all scenarios and runners. Core scenario orchestration: houses the topology and scenario model,\\nruntime coordination, node clients, and readiness/health probes. Workflows: packages workloads and expectations into reusable building\\nblocks and offers a fluent DSL to assemble them. Runners: implements deployment backends (local host, Docker Compose,\\nKubernetes) that all consume the same scenario plan. Test workflows: example scenarios and integration checks that exercise the\\nframework end to end and serve as living documentation. Use this map to locate where to add new capabilities: configuration primitives\\nin configs, orchestration changes in core, reusable traffic/assertions in\\nworkflows, environment adapters in runners, and demonstrations in tests.","breadcrumbs":"Part III — Developer Reference » Internal Crate Reference » Internal Crate Reference","id":"53","title":"Internal Crate Reference"},"54":{"body":"Quick-reference material and supporting guidance to keep scenarios discoverable,\\ndebuggable, and consistent.","breadcrumbs":"Part IV — Appendix » Part IV — Appendix","id":"54","title":"Part IV — Appendix"},"55":{"body":"The framework offers a fluent builder style to keep scenarios readable. Common\\nknobs: Topology shaping: set validator and executor counts, pick a network layout\\nstyle, and adjust high-level data-availability traits. Wallet seeding: define how many users participate and the total funds\\navailable for transaction workloads. Workload tuning: configure transaction rates, data-availability channel\\nand blob rates, and whether chaos restarts should include validators,\\nexecutors, or both. Expectations: attach liveness and workload-specific checks so success is\\nexplicit. Run window: set a minimum duration long enough for multiple blocks to be\\nobserved and verified. Use these knobs to express intent clearly, keeping scenario definitions concise\\nand consistent across teams.","breadcrumbs":"Part IV — Appendix » DSL Cheat Sheet » Core Content: DSL Cheat Sheet","id":"55","title":"Core Content: DSL Cheat Sheet"},"56":{"body":"Common symptoms and likely causes: No or slow block progression: runner started workloads before readiness, insufficient run window, or environment too slow—extend duration or enable slow-environment tuning. Transactions not included: missing or insufficient wallet seeding, misaligned transaction rate with block cadence, or network instability—reduce rate and verify wallet setup. Chaos stalls the run: node control not available for the chosen runner or restart cadence too aggressive—enable control capability and widen restart intervals. Observability gaps: metrics or logs unreachable because ports clash or services are not exposed—adjust observability ports and confirm runner wiring. Flaky behavior across runs: mixing chaos with functional smoke tests or inconsistent topology between environments—separate deterministic and chaos scenarios and standardize topology presets.","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Troubleshooting Scenarios","id":"56","title":"Troubleshooting Scenarios"},"57":{"body":"Why block-oriented timing? Using block cadence reduces dependence on host speed and keeps assertions aligned\\nwith protocol behavior. Can I reuse the same scenario across runners? Yes. The plan stays the same; swap runners (local, compose, k8s) to target\\ndifferent environments. When should I enable chaos workloads? Only when testing resilience or operational recovery; keep functional smoke\\ntests deterministic. How long should runs be? Long enough for multiple blocks so liveness and inclusion checks are\\nmeaningful; very short runs risk false confidence. Do I always need seeded wallets? Only for transaction scenarios. Data-availability or pure chaos scenarios may\\nnot require them, but liveness checks still need validators producing blocks. What if expectations fail but workloads “look fine”? Trust expectations first—they capture the intended success criteria. Use the\\nobservability signals and runner logs to pinpoint why the system missed the\\ntarget.","breadcrumbs":"Part IV — Appendix » FAQ » FAQ","id":"57","title":"FAQ"},"58":{"body":"Validator: node role responsible for participating in consensus and block\\nproduction. Executor: node role that processes transactions or workloads delegated by\\nvalidators. DA (Data Availability): subsystem ensuring blobs or channel data are\\npublished and retrievable for validation. Deployer: component that provisions infrastructure (spawns processes,\\ncreates containers, or launches pods), waits for readiness, and returns a\\nRunner. Examples: LocalDeployer, ComposeRunner, K8sRunner. Runner: component returned by deployers that orchestrates scenario\\nexecution—starts workloads, observes signals, evaluates expectations, and\\ntriggers cleanup. Workload: traffic or behavior generator that exercises the system during a\\nscenario run. Expectation: post-run assertion that judges whether the system met the\\nintended success criteria. Topology: declarative description of the cluster shape, roles, and\\nhigh-level parameters for a scenario. Scenario: immutable plan combining topology, workloads, expectations, and\\nrun duration. Blockfeed: stream of block observations used for liveness or inclusion\\nsignals during a run. Control capability: the ability for a runner to start, stop, or restart\\nnodes, used by chaos workloads.","breadcrumbs":"Part IV — Appendix » Glossary » Glossary","id":"58","title":"Glossary"},"6":{"body":"Describe what you want to test, not how to orchestrate it: #![allow(unused)] fn main() {\\n// Good: declarative\\nScenarioBuilder::with_node_counts(2, 1) .transactions().rate(5).apply() .expect_consensus_liveness() .build(); // Bad: imperative (framework doesn\'t work this way)\\n// spawn_validator(); spawn_executor(); // loop { submit_tx(); check_block(); } } Why it matters: The framework handles deployment, readiness, and cleanup.\\nYou focus on test intent, not infrastructure orchestration.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Declarative over Imperative","id":"6","title":"Declarative over Imperative"},"7":{"body":"Reason in blocks and consensus intervals, not wall-clock seconds: #![allow(unused)] fn main() {\\n// Good: protocol-oriented thinking\\nlet plan = ScenarioBuilder::with_node_counts(2, 1) .transactions().rate(5).apply() // 5 tx per block .with_run_duration(Duration::from_secs(60)) // Let framework calculate expected blocks .expect_consensus_liveness() // \\"Did we produce the expected blocks?\\" .build(); // Bad: wall-clock assumptions\\n// \\"I expect at least 30 blocks in 60 seconds\\"\\n// Brittle if readiness or startup takes longer on slow CI } Why it matters: Block production rate is fixed by consensus parameters (e.g.,\\n2-second slot duration), but node startup and readiness vary by environment—fast\\non a laptop, slow on overloaded CI. The framework measures in blocks (protocol\\ntime), not wall-clock seconds, so tests focus on “did consensus work?” rather\\nthan “was the hardware fast enough?”","breadcrumbs":"Part I — Foundations » Testing Philosophy » Protocol Time, Not Wall Time","id":"7","title":"Protocol Time, Not Wall Time"},"8":{"body":"Default scenarios are repeatable: Fixed topology Predictable traffic rates Deterministic checks Chaos is opt-in: #![allow(unused)] fn main() {\\n// Separate: functional test (deterministic)\\nlet plan = ScenarioBuilder::with_node_counts(2, 1) .transactions().rate(5).apply() .expect_consensus_liveness() .build(); // Separate: chaos test (introduces randomness)\\nlet chaos_plan = ScenarioBuilder::with_node_counts(3, 2) .enable_node_control() .chaos().restart().apply() .transactions().rate(5).apply() .expect_consensus_liveness() .build(); } Why it matters: Mixing determinism with chaos creates noisy, hard-to-debug\\nfailures. Separate concerns make failures actionable.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Determinism First, Chaos When Needed","id":"8","title":"Determinism First, Chaos When Needed"},"9":{"body":"Prefer user-facing signals over internal state: Good checks: ✅ Blocks progressing at expected rate (liveness) ✅ Transactions included within N blocks (inclusion) ✅ DA blobs retrievable (availability) Avoid internal checks: ❌ Memory pool size ❌ Internal service state ❌ Cache hit rates Why it matters: User-facing signals reflect actual system health.\\nInternal state can be “healthy” while the system is broken from a user\\nperspective.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Observable Health Signals","id":"9","title":"Observable Health Signals"}},"length":59,"save":true},"fields":["title","body","breadcrumbs"],"index":{"body":{"root":{"0":{"df":1,"docs":{"10":{"tf":1.0}}},"1":{"0":{"df":1,"docs":{"10":{"tf":1.0}}},"df":5,"docs":{"10":{"tf":1.0},"34":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}},"–":{"3":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}},"2":{"df":4,"docs":{"24":{"tf":1.0},"34":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"3":{"0":{"df":1,"docs":{"7":{"tf":1.0}}},"df":1,"docs":{"34":{"tf":1.0}}},"4":{"df":1,"docs":{"34":{"tf":1.0}},"–":{"5":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}},"5":{"df":1,"docs":{"7":{"tf":1.0}}},"6":{"0":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{},"–":{"7":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"a":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"58":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"43":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0}}}},"v":{"df":10,"docs":{"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"50":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"19":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"53":{"tf":1.0}}}}},"d":{"df":4,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"df":6,"docs":{"43":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"23":{"tf":1.0},"41":{"tf":1.0},"55":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"30":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"46":{"tf":1.0}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"56":{"tf":1.0}}}}}}}}}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":4,"docs":{"17":{"tf":1.0},"21":{"tf":1.4142135623730951},"35":{"tf":1.0},"57":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":6,"docs":{"10":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}}}}},"df":1,"docs":{"22":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"10":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"54":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"0":{"tf":1.0}}},"df":1,"docs":{"20":{"tf":1.0}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"2":{"tf":1.0},"33":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"4":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"41":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"15":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":13,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.4142135623730951},"33":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}}},"t":{"df":2,"docs":{"16":{"tf":1.0},"41":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"0":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{":":{":":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":3,"docs":{"45":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"43":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":6,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"17":{"tf":1.0},"35":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":17,"docs":{"0":{"tf":1.4142135623730951},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"35":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.7320508075688772},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"22":{"tf":1.0},"41":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"df":0,"docs":{}}}}},"b":{"(":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"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":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{}}}}},"d":{"df":4,"docs":{"10":{"tf":1.0},"30":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"38":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"22":{"tf":1.0},"36":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"26":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0}}}}}}}},"df":1,"docs":{"4":{"tf":1.0}},"e":{"c":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"22":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"56":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"40":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":10,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"30":{"tf":1.4142135623730951},"35":{"tf":1.0},"39":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"22":{"tf":1.0},"37":{"tf":1.0}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":7,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"56":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"32":{"tf":1.0},"41":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"b":{"df":6,"docs":{"0":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0},"9":{"tf":1.0}},"s":{"/":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":21,"docs":{"0":{"tf":1.7320508075688772},"10":{"tf":2.23606797749979},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.4142135623730951},"31":{"tf":2.23606797749979},"32":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":2.0},"58":{"tf":1.4142135623730951},"7":{"tf":2.6457513110645907},"9":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"e":{"df":2,"docs":{"31":{"tf":1.0},"58":{"tf":1.0}},"e":{"d":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"0":{"tf":1.0},"1":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"18":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":1.0},"55":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"34":{"tf":1.0},"43":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"o":{"a":{"d":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"9":{"tf":1.0}}}}}}},"u":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":9,"docs":{"12":{"tf":1.0},"27":{"tf":1.0},"33":{"tf":1.0},"43":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":5,"docs":{"21":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.7320508075688772},"52":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"29":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"z":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"c":{"(":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}},"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":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"9":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"31":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"52":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"27":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"35":{"tf":1.0},"43":{"tf":1.0},"57":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"56":{"tf":1.0}}}}},"df":1,"docs":{"4":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"1":{"tf":1.0},"29":{"tf":1.0},"33":{"tf":1.0},"53":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"0":{"tf":1.0},"19":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0}}}}}},"o":{"df":11,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.7320508075688772},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"8":{"tf":2.0}},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"43":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":19,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"41":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"41":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"22":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"17":{"tf":1.4142135623730951},"22":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"56":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}}}}},"i":{"df":6,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"7":{"tf":1.4142135623730951}},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"48":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"41":{"tf":1.0},"56":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":5,"docs":{"12":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0}},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"r":{"df":9,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"|":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":4,"docs":{"45":{"tf":1.0},"50":{"tf":1.7320508075688772},"51":{"tf":1.7320508075688772},"53":{"tf":1.0}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":12,"docs":{"1":{"tf":1.0},"13":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.4142135623730951},"4":{"tf":1.7320508075688772},"41":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0}},"—":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"43":{"tf":1.0}}}}}}}}}}}},"o":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"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":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"41":{"tf":1.0}}}}}}}}},"df":3,"docs":{"20":{"tf":1.0},"31":{"tf":1.0},"41":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"14":{"tf":1.0},"23":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"40":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"22":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"18":{"tf":1.0},"4":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"3":{"tf":1.0},"58":{"tf":1.4142135623730951}}},"s":{"df":13,"docs":{"0":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"58":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":3,"docs":{"12":{"tf":1.0},"2":{"tf":1.0},"35":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"8":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"20":{"tf":1.0},"55":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"4":{"tf":1.0},"43":{"tf":1.0},"51":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"3":{"tf":1.0},"57":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":4,"docs":{"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"r":{"df":9,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.4142135623730951},"55":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"df":5,"docs":{"26":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"51":{"tf":1.0},"56":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":8,"docs":{"0":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.0},"58":{"tf":1.0},"7":{"tf":1.7320508075688772}}}}}},"i":{"d":{"df":1,"docs":{"45":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.0},"36":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"47":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"m":{"df":4,"docs":{"15":{"tf":1.0},"31":{"tf":1.0},"41":{"tf":1.4142135623730951},"53":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"38":{"tf":1.0},"58":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"1":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"55":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"0":{"tf":1.0},"43":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"20":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"42":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":8,"docs":{"19":{"tf":1.4142135623730951},"26":{"tf":1.0},"28":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"38":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"12":{"tf":1.0},"43":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"43":{"tf":1.0},"53":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":8,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"33":{"tf":1.0},"53":{"tf":1.4142135623730951},"55":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"21":{"tf":1.0},"23":{"tf":1.0},"55":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"15":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"42":{"tf":1.0},"53":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"17":{"tf":1.0},"58":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":4,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"x":{"df":2,"docs":{"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":3,"docs":{"31":{"tf":1.0},"32":{"tf":1.0},"49":{"tf":1.0}}}}}}}},"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"[":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"12":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"a":{"df":9,"docs":{"0":{"tf":1.7320508075688772},"22":{"tf":1.0},"25":{"tf":1.4142135623730951},"26":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.0},"9":{"tf":1.0}},"t":{"a":{"df":14,"docs":{"0":{"tf":2.0},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"25":{"tf":1.0},"3":{"tf":1.4142135623730951},"4":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":2,"docs":{"12":{"tf":1.0},"4":{"tf":1.0}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":3,"docs":{"37":{"tf":1.0},"41":{"tf":1.0},"8":{"tf":1.0}},"g":{"df":2,"docs":{"11":{"tf":1.0},"54":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"12":{"tf":1.0},"17":{"tf":1.0}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"r":{"df":8,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"3":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"42":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":5,"docs":{"21":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"17":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"20":{"tf":1.0},"21":{"tf":1.0},"55":{"tf":1.0}}}}}}},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"28":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"58":{"tf":1.0}}}},"i":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"34":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"a":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":9,"docs":{"16":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"53":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"41":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":13,"docs":{"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"27":{"tf":1.0},"32":{"tf":2.0},"35":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"53":{"tf":1.0},"58":{"tf":1.4142135623730951},"6":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"45":{"tf":1.0},"50":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":6,"docs":{"16":{"tf":1.0},"18":{"tf":1.4142135623730951},"3":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"13":{"tf":1.0},"30":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"11":{"tf":1.0},"8":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":6,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.4142135623730951}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"14":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"57":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"37":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"38":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"54":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"41":{"tf":1.0},"42":{"tf":1.0}},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"31":{"tf":1.0}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"22":{"tf":1.0},"30":{"tf":1.0},"53":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"\'":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"32":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.7320508075688772}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"26":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"[":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}},"df":9,"docs":{"12":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0}},"n":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"p":{"/":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"30":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"l":{"df":6,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.0},"45":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":12,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":3,"docs":{"12":{"tf":1.0},"51":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"50":{"tf":1.7320508075688772},"51":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}},"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":9,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"7":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"12":{"tf":1.0}}}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"13":{"tf":1.0},"16":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"41":{"tf":1.0}}}}},"s":{"df":1,"docs":{"38":{"tf":1.0}},"i":{"df":1,"docs":{"17":{"tf":1.0}}}}},"df":2,"docs":{"12":{"tf":1.0},"4":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"3":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"21":{"tf":1.0},"26":{"tf":1.0},"41":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"d":{"df":4,"docs":{"16":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"10":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"15":{"tf":1.0},"3":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":6,"docs":{"10":{"tf":1.4142135623730951},"17":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":7,"docs":{"0":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.4142135623730951},"48":{"tf":1.0},"58":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":20,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"3":{"tf":1.4142135623730951},"35":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.7320508075688772},"53":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"56":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"—":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"r":{"(":{"\\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"50":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"46":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"2":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"a":{"df":0,"docs":{},"l":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":8,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"47":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":3,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0}}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":6,"docs":{"15":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"4":{"tf":1.4142135623730951},"40":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"r":{"df":7,"docs":{"0":{"tf":1.4142135623730951},"17":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"55":{"tf":1.4142135623730951},"58":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":6,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":3,"docs":{"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":38,"docs":{"1":{"tf":1.0},"12":{"tf":2.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"30":{"tf":1.7320508075688772},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951},"41":{"tf":1.0},"43":{"tf":2.23606797749979},"45":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.4142135623730951},"50":{"tf":2.0},"51":{"tf":1.7320508075688772},"52":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.7320508075688772},"7":{"tf":1.7320508075688772},"9":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"55":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}},"s":{"df":2,"docs":{"41":{"tf":1.0},"45":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"—":{"a":{"d":{"df":0,"docs":{},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"20":{"tf":1.0},"21":{"tf":1.0},"55":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":5,"docs":{"13":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"16":{"tf":1.0}}}}}}},"}":{"\\"":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"51":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"f":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"15":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"12":{"tf":1.0},"45":{"tf":1.0},"57":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":8,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.7320508075688772},"47":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}},"k":{"df":0,"docs":{},"e":{"df":2,"docs":{"28":{"tf":1.0},"32":{"tf":1.0}}}},"l":{"df":0,"docs":{},"s":{"df":3,"docs":{"10":{"tf":1.0},"41":{"tf":1.0},"57":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}}}},"q":{"df":1,"docs":{"57":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"17":{"tf":1.0},"32":{"tf":1.0},"45":{"tf":1.0},"52":{"tf":1.0},"7":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"22":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"32":{"tf":1.0},"47":{"tf":1.0}}},"df":0,"docs":{}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":1,"docs":{"31":{"tf":1.0}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"22":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"57":{"tf":1.0}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"17":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"41":{"tf":1.0},"8":{"tf":1.0}},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"57":{"tf":1.0}}}}}}}}}},"t":{"df":6,"docs":{"15":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"49":{"tf":1.0}}},"x":{"df":2,"docs":{"7":{"tf":1.0},"8":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"35":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0}}},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"56":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":4,"docs":{"13":{"tf":1.0},"24":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"53":{"tf":1.0},"55":{"tf":1.0}}}}}}},"n":{"df":6,"docs":{"10":{"tf":1.0},"50":{"tf":2.449489742783178},"51":{"tf":2.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"o":{"c":{"df":0,"docs":{},"u":{"df":2,"docs":{"6":{"tf":1.0},"7":{"tf":1.0}},"s":{"df":3,"docs":{"0":{"tf":1.0},"15":{"tf":1.0},"41":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"35":{"tf":1.0},"4":{"tf":1.4142135623730951},"5":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"t":{"!":{"(":{"\\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"4":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"2":{"tf":1.0},"21":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"45":{"tf":1.0},"46":{"tf":1.0}}}}}}}}}}},"df":17,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.4142135623730951},"2":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.4142135623730951},"4":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.4142135623730951},"55":{"tf":1.0},"6":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}},"’":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"3":{"tf":1.0},"32":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"8":{"tf":1.0}}}}}}},"d":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"g":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"3":{"tf":1.0},"56":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"40":{"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":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"45":{"tf":1.0},"50":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":8,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0}}}}},"t":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}},"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":1,"docs":{"1":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"58":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"17":{"tf":1.0},"22":{"tf":1.0}}}},"df":0,"docs":{},"o":{"d":{"df":5,"docs":{"10":{"tf":1.0},"38":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"17":{"tf":1.0},"22":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":1,"docs":{"52":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"14":{"tf":1.0},"43":{"tf":1.0},"54":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"1":{"tf":1.0},"14":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"30":{"tf":1.0}}}},"n":{"d":{"df":1,"docs":{"12":{"tf":1.0}},"l":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"r":{"d":{"df":1,"docs":{"8":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"24":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"17":{"tf":1.0},"4":{"tf":1.0},"9":{"tf":1.4142135623730951}},"i":{"df":2,"docs":{"20":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"0":{"tf":1.0},"51":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":9,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"29":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"39":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"53":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"i":{"[":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"20":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"a":{"df":9,"docs":{"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"14":{"tf":1.0}},"i":{"df":1,"docs":{"42":{"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":3,"docs":{"23":{"tf":1.0},"27":{"tf":1.0},"49":{"tf":1.0}}}}}}}},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.4142135623730951}}}},"l":{"df":2,"docs":{"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0}}}}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":4,"docs":{"0":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":8,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"40":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"\\"":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"c":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"3":{"tf":1.0},"4":{"tf":1.4142135623730951},"58":{"tf":1.0},"6":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"12":{"tf":1.0},"21":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":3,"docs":{"20":{"tf":1.4142135623730951},"45":{"tf":1.0},"50":{"tf":1.4142135623730951}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"45":{"tf":1.0},"50":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"df":2,"docs":{"38":{"tf":1.0},"41":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"56":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"56":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":4,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"3":{"tf":1.0},"53":{"tf":1.0}}}},"n":{"d":{"df":4,"docs":{"17":{"tf":1.0},"43":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"55":{"tf":1.0},"6":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"27":{"tf":1.0},"30":{"tf":1.0}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.4142135623730951},"28":{"tf":1.0},"3":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":3,"docs":{"28":{"tf":1.0},"53":{"tf":1.0},"9":{"tf":2.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"5":{"tf":1.0}}}}}},"v":{"df":3,"docs":{"31":{"tf":1.0},"56":{"tf":1.0},"7":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"8":{"tf":1.0}},"t":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":2,"docs":{"41":{"tf":1.0},"50":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.0},"37":{"tf":1.0}}}}},"v":{"df":1,"docs":{"54":{"tf":1.0}}}},"j":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"g":{"df":4,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}}},"k":{"8":{"df":6,"docs":{"16":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"57":{"tf":1.0}},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"58":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":17,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.7320508075688772},"22":{"tf":1.4142135623730951},"26":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951}}}},"y":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}},"n":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"55":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"28":{"tf":1.0}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"13":{"tf":1.0},"7":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"31":{"tf":1.0},"43":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"28":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"21":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"37":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"25":{"tf":1.0},"4":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"15":{"tf":1.0},"21":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"12":{"tf":1.0},"43":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":12,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":2,"docs":{"12":{"tf":1.0},"34":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"20":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":18,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"3":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"9":{"tf":1.0}}}}},"o":{"a":{"d":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"58":{"tf":1.0}}}}}}}},"df":11,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"35":{"tf":1.4142135623730951},"37":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.0}}},"t":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":3,"docs":{"50":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}},"i":{"c":{"df":3,"docs":{"0":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{}},"s":{"/":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":5,"docs":{"10":{"tf":1.0},"17":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"39":{"tf":1.0},"7":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"30":{"tf":1.0},"57":{"tf":1.0}}},"p":{"df":3,"docs":{"22":{"tf":1.0},"37":{"tf":1.0},"6":{"tf":1.0}}},"s":{"df":1,"docs":{"15":{"tf":1.0}}}},"w":{"df":1,"docs":{"29":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"r":{"df":2,"docs":{"12":{"tf":1.0},"4":{"tf":1.0}}},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"10":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"38":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"10":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"13":{"tf":1.0},"42":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":7,"docs":{"13":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"53":{"tf":1.0},"8":{"tf":1.0}}}},"n":{"df":0,"docs":{},"i":{"df":6,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0}}}},"p":{"df":3,"docs":{"16":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0}}},"t":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"49":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"54":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"17":{"tf":1.0},"39":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}},"y":{"b":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":8,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"43":{"tf":1.0},"57":{"tf":1.0}}}}},"t":{"df":1,"docs":{"21":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"2":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"41":{"tf":1.0},"58":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"c":{"df":5,"docs":{"12":{"tf":1.0},"31":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"22":{"tf":1.0},"24":{"tf":1.0},"37":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"10":{"tf":1.4142135623730951},"55":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"56":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":4,"docs":{"41":{"tf":1.0},"45":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}}}},"x":{"df":2,"docs":{"56":{"tf":1.0},"8":{"tf":1.0}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"30":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":8,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"29":{"tf":1.0},"43":{"tf":1.7320508075688772},"53":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"34":{"tf":1.0}}}},"df":1,"docs":{"45":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"52":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"13":{"tf":1.0},"22":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":8,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"38":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"22":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"45":{"tf":1.0},"50":{"tf":1.0}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"df":2,"docs":{"29":{"tf":1.0},"9":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":8,"docs":{"21":{"tf":1.0},"3":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.0},"57":{"tf":1.4142135623730951},"8":{"tf":1.0}},"—":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"g":{"df":2,"docs":{"30":{"tf":1.0},"41":{"tf":1.0}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":11,"docs":{"0":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"4":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}}},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":5,"docs":{"27":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"47":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":24,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"12":{"tf":1.4142135623730951},"15":{"tf":1.7320508075688772},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"2":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.4142135623730951},"32":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.7320508075688772},"43":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.4142135623730951},"56":{"tf":1.0},"58":{"tf":1.7320508075688772},"7":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":2,"docs":{"22":{"tf":1.0},"8":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"df":7,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.7320508075688772},"32":{"tf":1.0},"41":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"21":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"[":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":17,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"22":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"12":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"53":{"tf":1.0},"55":{"tf":1.0}}}}}},"k":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"\\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":1,"docs":{"50":{"tf":1.0}}},"n":{"c":{"df":3,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0}}},"df":5,"docs":{"15":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"40":{"tf":1.0},"48":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"39":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"17":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772},"57":{"tf":1.0}}}},"t":{"df":2,"docs":{"21":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"12":{"tf":1.0},"26":{"tf":1.0},"47":{"tf":1.0}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":9,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.4142135623730951},"58":{"tf":1.0},"6":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"21":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":1.0}}}}}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"29":{"tf":1.0}}}}},"df":1,"docs":{"28":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":8,"docs":{"12":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"3":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}}},"p":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"12":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"28":{"tf":1.0}}},"k":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"16":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":3,"docs":{"1":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"33":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.0},"7":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"30":{"tf":1.0}}}}}}}},"df":0,"docs":{},"t":{"df":4,"docs":{"14":{"tf":1.0},"2":{"tf":1.0},"42":{"tf":1.0},"54":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":5,"docs":{"0":{"tf":1.0},"19":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"35":{"tf":1.0},"41":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":1,"docs":{"12":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"19":{"tf":1.0},"25":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":3,"docs":{"15":{"tf":1.0},"21":{"tf":2.0},"22":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"28":{"tf":1.0}}}},"r":{"df":5,"docs":{"21":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":1.0},"33":{"tf":1.0},"7":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"0":{"tf":1.0},"4":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"29":{"tf":1.4142135623730951},"34":{"tf":2.8284271247461903}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"33":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"15":{"tf":1.0},"16":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}},"l":{"a":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":17,"docs":{"1":{"tf":1.0},"12":{"tf":2.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"20":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":2.0},"36":{"tf":1.4142135623730951},"4":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"41":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"u":{"df":2,"docs":{"25":{"tf":1.0},"26":{"tf":1.0}},"g":{"df":1,"docs":{"49":{"tf":1.0}},"g":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"13":{"tf":1.0},"18":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"d":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"3":{"tf":1.0}}}},"df":0,"docs":{}},"df":3,"docs":{"38":{"tf":1.0},"41":{"tf":1.0},"56":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"31":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"14":{"tf":1.0},"22":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"9":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"15":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"35":{"tf":1.4142135623730951},"41":{"tf":2.0},"43":{"tf":1.0},"45":{"tf":1.0}}}}}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"26":{"tf":1.0},"41":{"tf":1.0}}}},"t":{"df":3,"docs":{"22":{"tf":1.0},"48":{"tf":1.0},"56":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"35":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"11":{"tf":1.0},"5":{"tf":1.0}}}}}},"df":0,"docs":{}}},"o":{"b":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":7,"docs":{"17":{"tf":1.0},"21":{"tf":1.0},"40":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":5,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":6,"docs":{"0":{"tf":1.0},"20":{"tf":1.0},"32":{"tf":1.0},"47":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":1.0}},"t":{"df":4,"docs":{"10":{"tf":1.0},"27":{"tf":1.0},"58":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":8,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.4142135623730951},"3":{"tf":1.0},"43":{"tf":1.0},"56":{"tf":1.0},"9":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":9,"docs":{"0":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"21":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"10":{"tf":1.0},"50":{"tf":1.0}},"r":{"df":1,"docs":{"41":{"tf":1.0}}}},"i":{"d":{"df":4,"docs":{"32":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":4,"docs":{"12":{"tf":1.4142135623730951},"4":{"tf":1.0},"40":{"tf":1.0},"58":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"40":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"b":{"df":2,"docs":{"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"0":{"tf":1.0},"58":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"57":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"18":{"tf":1.0},"3":{"tf":1.0}}}}}}}},"q":{"a":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}}}}}},"r":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"12":{"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":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"33":{"tf":1.4142135623730951},"8":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"df":12,"docs":{"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"12":{"tf":1.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"50":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"l":{"df":3,"docs":{"40":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0}},"e":{"df":0,"docs":{},"—":{"a":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":13,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"26":{"tf":1.0},"32":{"tf":1.4142135623730951},"35":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772},"47":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.4142135623730951}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":4,"docs":{"0":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"49":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"1":{"tf":1.0},"3":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"47":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"19":{"tf":1.0},"57":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":3,"docs":{"13":{"tf":1.0},"21":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"42":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"0":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"35":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}},"x":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}},"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"22":{"tf":1.0},"47":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"20":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"43":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":4,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":4,"docs":{"19":{"tf":1.0},"3":{"tf":1.0},"40":{"tf":1.0},"57":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":7,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"26":{"tf":1.0},"30":{"tf":1.0},"57":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"12":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":4,"docs":{"16":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":8,"docs":{"12":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"26":{"tf":1.4142135623730951},"34":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":5,"docs":{"22":{"tf":1.0},"35":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":3,"docs":{"0":{"tf":1.0},"58":{"tf":1.0},"9":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":5,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"15":{"tf":1.4142135623730951},"21":{"tf":1.0},"46":{"tf":1.0},"53":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":3,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"57":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"10":{"tf":1.0},"57":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":8,"docs":{"0":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":1.7320508075688772}}}}},"p":{"c":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"45":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.7320508075688772},"51":{"tf":1.4142135623730951}}}}}}}}},"df":24,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"10":{"tf":1.7320508075688772},"12":{"tf":2.0},"13":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.7320508075688772},"20":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":1.7320508075688772},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.7320508075688772},"39":{"tf":1.0},"4":{"tf":1.7320508075688772},"41":{"tf":1.0},"43":{"tf":2.0},"51":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.7320508075688772},"57":{"tf":1.4142135623730951},"58":{"tf":2.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":3,"docs":{"29":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.4142135623730951}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":22,"docs":{"12":{"tf":1.0},"13":{"tf":1.4142135623730951},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.4142135623730951},"53":{"tf":1.7320508075688772},"56":{"tf":1.7320508075688772},"57":{"tf":1.7320508075688772},"58":{"tf":1.7320508075688772}},"’":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"40":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":6,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"33":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"40":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"48":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":5,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"35":{"tf":1.4142135623730951},"53":{"tf":1.0},"57":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"41":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"2":{"df":3,"docs":{"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"3":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":30,"docs":{"1":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":2.23606797749979},"16":{"tf":1.7320508075688772},"17":{"tf":1.7320508075688772},"18":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":2.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"27":{"tf":1.0},"34":{"tf":1.7320508075688772},"35":{"tf":1.7320508075688772},"36":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":2.23606797749979},"52":{"tf":1.4142135623730951},"53":{"tf":2.23606797749979},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"57":{"tf":1.7320508075688772},"58":{"tf":2.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"29":{"tf":1.0},"39":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"41":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"22":{"tf":1.0},"29":{"tf":1.0},"7":{"tf":2.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"d":{"df":8,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}}},"df":4,"docs":{"17":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"26":{"tf":1.0},"35":{"tf":1.0}}}},"df":0,"docs":{}},"f":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":3,"docs":{"21":{"tf":1.0},"50":{"tf":1.7320508075688772},"51":{"tf":1.7320508075688772}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"8":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"31":{"tf":1.0}}},"v":{"df":1,"docs":{"53":{"tf":1.0}},"i":{"c":{"df":3,"docs":{"38":{"tf":1.0},"56":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":8,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"24":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"42":{"tf":1.0},"55":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"16":{"tf":1.0},"38":{"tf":1.0},"56":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":18,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":7,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"0":{"tf":1.0},"10":{"tf":1.4142135623730951},"57":{"tf":1.0}}}},"w":{"df":4,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"27":{"tf":1.0},"49":{"tf":1.0}}}}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":13,"docs":{"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.7320508075688772},"4":{"tf":1.0},"41":{"tf":1.7320508075688772},"47":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"9":{"tf":1.7320508075688772}},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"41":{"tf":1.0}}},"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":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"24":{"tf":1.0},"50":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"28":{"tf":1.0},"32":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":3,"docs":{"12":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0}}}}},"t":{"df":1,"docs":{"15":{"tf":1.0}}},"z":{"df":0,"docs":{},"e":{"df":1,"docs":{"9":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}},"w":{"df":4,"docs":{"28":{"tf":1.0},"41":{"tf":1.0},"56":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"56":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"17":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":5,"docs":{"21":{"tf":1.0},"24":{"tf":1.0},"52":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"46":{"tf":1.0},"51":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"3":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":1,"docs":{"58":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":6,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"26":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0},"55":{"tf":1.0}},"i":{"df":1,"docs":{"17":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":3,"docs":{"22":{"tf":1.0},"36":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"t":{"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"38":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"34":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"56":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"22":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"df":0,"docs":{}},"_":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"46":{"tf":1.0},"51":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":14,"docs":{"12":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.7320508075688772},"43":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"7":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"12":{"tf":1.0},"22":{"tf":1.0},"29":{"tf":1.0},"9":{"tf":1.7320508075688772}}},"i":{"c":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}},"y":{"df":5,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"31":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":1.0}}}},"d":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{":":{":":{"a":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"50":{"tf":1.0}}},"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":{},"p":{"df":2,"docs":{"21":{"tf":1.0},"41":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"28":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"57":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":3,"docs":{"12":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0}}}},"r":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"25":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"b":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"55":{"tf":1.4142135623730951}}}}}},"u":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"24":{"tf":1.0},"28":{"tf":1.4142135623730951},"30":{"tf":1.0}}}},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"6":{"tf":1.0}}}}},"df":5,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"30":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"0":{"tf":1.0},"58":{"tf":1.0}}}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"39":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"54":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"13":{"tf":1.0},"22":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"56":{"tf":1.0}}}}}}},"n":{"c":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"27":{"tf":1.0},"28":{"tf":1.0},"32":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":8,"docs":{"20":{"tf":1.4142135623730951},"26":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}}}}}}}},"t":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"7":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":4,"docs":{"17":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"43":{"tf":1.0}}}}},"d":{"df":3,"docs":{"20":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":3,"docs":{"22":{"tf":1.0},"3":{"tf":1.4142135623730951},"55":{"tf":1.0}}},"r":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"21":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":27,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.0},"11":{"tf":1.0},"15":{"tf":2.0},"16":{"tf":1.7320508075688772},"17":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.7320508075688772},"30":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.4142135623730951},"52":{"tf":1.0},"53":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"47":{"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":{"46":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"{":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"51":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"7":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"13":{"tf":1.0},"35":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"e":{"df":13,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.4142135623730951},"31":{"tf":1.7320508075688772},"37":{"tf":1.0},"41":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":1.7320508075688772}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}}},"r":{"df":1,"docs":{"28":{"tf":1.4142135623730951}}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"15":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"41":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"31":{"tf":1.0},"33":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":23,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"33":{"tf":1.7320508075688772},"35":{"tf":1.0},"4":{"tf":1.7320508075688772},"43":{"tf":1.7320508075688772},"48":{"tf":1.0},"50":{"tf":1.4142135623730951},"53":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"8":{"tf":1.0}},"y":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"g":{"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":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"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":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"15":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0}}},"k":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":16,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"26":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"3":{"tf":1.0},"4":{"tf":1.7320508075688772},"40":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"58":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"49":{"tf":1.0},"55":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":15,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"21":{"tf":1.0},"24":{"tf":1.7320508075688772},"25":{"tf":1.7320508075688772},"26":{"tf":1.0},"34":{"tf":1.0},"40":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"5":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"16":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"41":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"19":{"tf":1.0},"30":{"tf":1.0},"58":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"29":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":3,"docs":{"22":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"36":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":1,"docs":{"24":{"tf":1.0}}}},"x":{"df":1,"docs":{"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"36":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"28":{"tf":1.0},"3":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"51":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":2,"docs":{"4":{"tf":1.0},"53":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"17":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"16":{"tf":1.0}}}},"df":21,"docs":{"0":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.4142135623730951},"29":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":1.0},"50":{"tf":2.23606797749979},"51":{"tf":1.7320508075688772},"53":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"19":{"tf":1.0},"55":{"tf":1.0},"9":{"tf":1.7320508075688772}}}},"i":{"df":0,"docs":{},"z":{"df":2,"docs":{"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":17,"docs":{"0":{"tf":1.4142135623730951},"13":{"tf":1.0},"17":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"31":{"tf":1.0},"33":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"55":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"u":{"df":1,"docs":{"30":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"33":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"!":{"[":{"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":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"10":{"tf":1.0},"57":{"tf":1.0}},"f":{"df":2,"docs":{"13":{"tf":1.0},"32":{"tf":1.0}},"i":{"df":6,"docs":{"20":{"tf":1.0},"28":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"16":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"[":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"12":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"58":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":2.0}},"e":{"df":0,"docs":{},"t":{"df":13,"docs":{"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"29":{"tf":1.0}}}},"y":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":1,"docs":{"12":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"21":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"55":{"tf":1.0},"58":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"56":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":8,"docs":{"10":{"tf":1.0},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"20":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":4,"docs":{"38":{"tf":1.0},"45":{"tf":1.0},"52":{"tf":1.0},"56":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"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":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"5":{"df":1,"docs":{"10":{"tf":1.0}}},"6":{"0":{"df":2,"docs":{"10":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"0":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"31":{"tf":1.0},"9":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"32":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":3,"docs":{"3":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"53":{"tf":1.7320508075688772}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":37,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"12":{"tf":2.23606797749979},"13":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.7320508075688772},"18":{"tf":1.4142135623730951},"19":{"tf":2.0},"20":{"tf":2.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.7320508075688772},"26":{"tf":1.4142135623730951},"27":{"tf":1.0},"28":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"30":{"tf":1.0},"35":{"tf":1.7320508075688772},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":2.23606797749979},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.4142135623730951},"50":{"tf":2.23606797749979},"51":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.7320508075688772},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":2.23606797749979}},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"d":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"5":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"e":{"df":1,"docs":{"57":{"tf":1.0}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"29":{"tf":1.0}}}}}}}},"breadcrumbs":{"root":{"0":{"df":1,"docs":{"10":{"tf":1.0}}},"1":{"0":{"df":1,"docs":{"10":{"tf":1.0}}},"df":5,"docs":{"10":{"tf":1.0},"34":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}},"–":{"3":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}},"2":{"df":4,"docs":{"24":{"tf":1.4142135623730951},"34":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"3":{"0":{"df":1,"docs":{"7":{"tf":1.0}}},"df":1,"docs":{"34":{"tf":1.0}}},"4":{"df":1,"docs":{"34":{"tf":1.0}},"–":{"5":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}},"5":{"df":1,"docs":{"7":{"tf":1.0}}},"6":{"0":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{},"–":{"7":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"a":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"58":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"43":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0}}}},"v":{"df":10,"docs":{"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"50":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"19":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"53":{"tf":1.0}}}}},"d":{"df":4,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"df":6,"docs":{"43":{"tf":1.0},"45":{"tf":1.7320508075688772},"46":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"49":{"tf":1.0}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"23":{"tf":1.0},"41":{"tf":1.0},"55":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":8,"docs":{"27":{"tf":1.7320508075688772},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"30":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"46":{"tf":1.0}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"56":{"tf":1.0}}}}}}}}}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":4,"docs":{"17":{"tf":1.0},"21":{"tf":1.4142135623730951},"35":{"tf":1.0},"57":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":6,"docs":{"10":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}}}}},"df":1,"docs":{"22":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"10":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.7320508075688772}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":5,"docs":{"54":{"tf":1.7320508075688772},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"0":{"tf":1.0}}},"df":1,"docs":{"20":{"tf":1.0}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"2":{"tf":1.0},"33":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"4":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"41":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":8,"docs":{"27":{"tf":1.7320508075688772},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"15":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":13,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.4142135623730951},"33":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}}},"t":{"df":2,"docs":{"16":{"tf":1.0},"41":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"0":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{":":{":":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":3,"docs":{"45":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"43":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":6,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"17":{"tf":1.7320508075688772},"35":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":17,"docs":{"0":{"tf":1.4142135623730951},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"35":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.7320508075688772},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"22":{"tf":1.0},"41":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"df":0,"docs":{}}}}},"b":{"(":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"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":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{}}}}},"d":{"df":4,"docs":{"10":{"tf":1.0},"30":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"38":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"22":{"tf":1.0},"36":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"26":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0}}}}}}}},"df":1,"docs":{"4":{"tf":1.0}},"e":{"c":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"22":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"56":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"40":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":10,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"30":{"tf":1.7320508075688772},"35":{"tf":1.0},"39":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"22":{"tf":1.7320508075688772},"37":{"tf":1.0}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":7,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"56":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"32":{"tf":1.0},"41":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"b":{"df":6,"docs":{"0":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0},"9":{"tf":1.0}},"s":{"/":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":21,"docs":{"0":{"tf":1.7320508075688772},"10":{"tf":2.23606797749979},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.4142135623730951},"31":{"tf":2.449489742783178},"32":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":2.0},"58":{"tf":1.4142135623730951},"7":{"tf":2.6457513110645907},"9":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"e":{"df":2,"docs":{"31":{"tf":1.0},"58":{"tf":1.0}},"e":{"d":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"0":{"tf":1.0},"1":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"18":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":1.0},"55":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"34":{"tf":1.0},"43":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"o":{"a":{"d":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"9":{"tf":1.0}}}}}}},"u":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":9,"docs":{"12":{"tf":1.0},"27":{"tf":1.0},"33":{"tf":1.0},"43":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":5,"docs":{"21":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.7320508075688772},"52":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"29":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"z":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"30":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}},"c":{"(":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}},"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":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"9":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"31":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"52":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"27":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"35":{"tf":1.0},"43":{"tf":1.0},"57":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"56":{"tf":1.0}}}}},"df":1,"docs":{"4":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"1":{"tf":1.0},"29":{"tf":1.0},"33":{"tf":1.0},"53":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"0":{"tf":1.0},"19":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0}}}}}},"o":{"df":11,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.7320508075688772},"55":{"tf":1.0},"56":{"tf":1.7320508075688772},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"8":{"tf":2.23606797749979}},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"43":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.7320508075688772}}}},"c":{"df":0,"docs":{},"k":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":19,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"28":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"41":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"41":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"22":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"17":{"tf":1.4142135623730951},"22":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"56":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}}}}},"i":{"df":6,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"7":{"tf":1.4142135623730951}},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"48":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"41":{"tf":1.0},"56":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":5,"docs":{"12":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0}},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"r":{"df":9,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"|":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":4,"docs":{"45":{"tf":1.0},"50":{"tf":1.7320508075688772},"51":{"tf":1.7320508075688772},"53":{"tf":1.0}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":12,"docs":{"1":{"tf":1.0},"13":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.4142135623730951},"4":{"tf":1.7320508075688772},"41":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0}},"—":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"43":{"tf":1.0}}}}}}}}}}}},"o":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"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":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"41":{"tf":1.0}}}}}}}}},"df":3,"docs":{"20":{"tf":1.0},"31":{"tf":1.0},"41":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"14":{"tf":1.0},"23":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"40":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"22":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"18":{"tf":1.0},"4":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"3":{"tf":1.0},"58":{"tf":1.4142135623730951}}},"s":{"df":13,"docs":{"0":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.4142135623730951},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"58":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":3,"docs":{"12":{"tf":1.7320508075688772},"2":{"tf":1.0},"35":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"8":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"20":{"tf":1.0},"55":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"4":{"tf":1.0},"43":{"tf":1.0},"51":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"3":{"tf":1.0},"57":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":4,"docs":{"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"r":{"df":9,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.4142135623730951},"55":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"df":5,"docs":{"26":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"51":{"tf":1.4142135623730951},"56":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":8,"docs":{"0":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.0},"58":{"tf":1.0},"7":{"tf":1.7320508075688772}}}}}},"i":{"d":{"df":1,"docs":{"45":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.0},"36":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"47":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"m":{"df":4,"docs":{"15":{"tf":1.0},"31":{"tf":1.0},"41":{"tf":1.4142135623730951},"53":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"38":{"tf":1.0},"58":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"1":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"17":{"tf":1.0},"18":{"tf":1.7320508075688772},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.7320508075688772},"55":{"tf":1.4142135623730951}}}},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"0":{"tf":1.7320508075688772},"43":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"20":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"42":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":8,"docs":{"19":{"tf":1.4142135623730951},"26":{"tf":1.0},"28":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"38":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"12":{"tf":1.0},"43":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"43":{"tf":1.0},"53":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":10,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.7320508075688772},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.7320508075688772},"33":{"tf":1.0},"53":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"21":{"tf":1.0},"23":{"tf":1.0},"55":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"15":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"42":{"tf":1.0},"53":{"tf":2.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"17":{"tf":1.0},"58":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":4,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"x":{"df":2,"docs":{"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":3,"docs":{"31":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"49":{"tf":1.0}}}}}}}},"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"[":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"12":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"a":{"df":9,"docs":{"0":{"tf":1.7320508075688772},"22":{"tf":1.0},"25":{"tf":1.7320508075688772},"26":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.0},"9":{"tf":1.0}},"t":{"a":{"df":14,"docs":{"0":{"tf":2.0},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"25":{"tf":1.0},"3":{"tf":1.4142135623730951},"4":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":2,"docs":{"12":{"tf":1.0},"4":{"tf":1.0}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":3,"docs":{"37":{"tf":1.0},"41":{"tf":1.0},"8":{"tf":1.0}},"g":{"df":2,"docs":{"11":{"tf":1.0},"54":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"12":{"tf":1.0},"17":{"tf":1.0}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"r":{"df":8,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"3":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"42":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":5,"docs":{"21":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"17":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"20":{"tf":1.0},"21":{"tf":1.0},"55":{"tf":1.0}}}}}}},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"28":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"58":{"tf":1.0}}}},"i":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"34":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"a":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":9,"docs":{"16":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"53":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"41":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":13,"docs":{"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"27":{"tf":1.0},"32":{"tf":2.449489742783178},"35":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"53":{"tf":1.0},"58":{"tf":1.4142135623730951},"6":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"45":{"tf":1.0},"50":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":6,"docs":{"16":{"tf":1.0},"18":{"tf":1.4142135623730951},"3":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"13":{"tf":1.7320508075688772},"30":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"11":{"tf":1.0},"8":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":16,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.7320508075688772},"43":{"tf":2.23606797749979},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"14":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"57":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"37":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"38":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"54":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"41":{"tf":1.0},"42":{"tf":1.0}},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"31":{"tf":1.0}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"38":{"tf":1.4142135623730951},"4":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"22":{"tf":1.0},"30":{"tf":1.0},"53":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"\'":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"32":{"tf":1.7320508075688772}},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":2.0}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"26":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"[":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}},"df":9,"docs":{"12":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0}},"n":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"p":{"/":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"30":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"l":{"df":6,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.0},"45":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.7320508075688772}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":12,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":3,"docs":{"12":{"tf":1.0},"51":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"50":{"tf":1.7320508075688772},"51":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}},"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":9,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"7":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"12":{"tf":1.0}}}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"13":{"tf":1.0},"16":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"41":{"tf":1.0}}}}},"s":{"df":1,"docs":{"38":{"tf":1.0}},"i":{"df":1,"docs":{"17":{"tf":1.0}}}}},"df":2,"docs":{"12":{"tf":1.0},"4":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"3":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"21":{"tf":1.0},"26":{"tf":1.0},"41":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"d":{"df":4,"docs":{"16":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"10":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"15":{"tf":1.0},"3":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":6,"docs":{"10":{"tf":1.4142135623730951},"17":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":7,"docs":{"0":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.4142135623730951},"48":{"tf":1.0},"58":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":20,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"3":{"tf":1.4142135623730951},"35":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.7320508075688772},"53":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"56":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"—":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"r":{"(":{"\\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"50":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"46":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"2":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"a":{"df":0,"docs":{},"l":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":8,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"47":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":3,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0}}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":19,"docs":{"15":{"tf":1.0},"23":{"tf":1.7320508075688772},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.7320508075688772},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"49":{"tf":1.7320508075688772},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"4":{"tf":1.4142135623730951},"40":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"r":{"df":7,"docs":{"0":{"tf":1.4142135623730951},"17":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"55":{"tf":1.4142135623730951},"58":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":6,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":3,"docs":{"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":39,"docs":{"1":{"tf":1.0},"12":{"tf":2.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":2.0},"19":{"tf":1.0},"20":{"tf":2.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"30":{"tf":1.7320508075688772},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"40":{"tf":1.7320508075688772},"41":{"tf":1.0},"43":{"tf":2.23606797749979},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"49":{"tf":2.0},"50":{"tf":2.23606797749979},"51":{"tf":2.23606797749979},"52":{"tf":1.4142135623730951},"53":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.7320508075688772},"7":{"tf":1.7320508075688772},"9":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"55":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}},"s":{"df":2,"docs":{"41":{"tf":1.0},"45":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"—":{"a":{"d":{"df":0,"docs":{},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"20":{"tf":1.0},"21":{"tf":1.0},"55":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":8,"docs":{"13":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.7320508075688772},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.4142135623730951}}},"df":0,"docs":{},"s":{"df":1,"docs":{"16":{"tf":1.0}}}}}}},"}":{"\\"":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"51":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"f":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"15":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"12":{"tf":1.0},"45":{"tf":1.0},"57":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":8,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.7320508075688772},"47":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}},"k":{"df":0,"docs":{},"e":{"df":2,"docs":{"28":{"tf":1.0},"32":{"tf":1.0}}}},"l":{"df":0,"docs":{},"s":{"df":3,"docs":{"10":{"tf":1.0},"41":{"tf":1.0},"57":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}}}},"q":{"df":1,"docs":{"57":{"tf":1.7320508075688772}}},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"17":{"tf":1.0},"32":{"tf":1.0},"45":{"tf":1.0},"52":{"tf":1.0},"7":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"22":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"32":{"tf":1.0},"47":{"tf":1.0}}},"df":0,"docs":{}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":1,"docs":{"31":{"tf":1.0}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"22":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"57":{"tf":1.0}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"17":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"41":{"tf":1.0},"8":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"57":{"tf":1.0}}}}}}}}}},"t":{"df":6,"docs":{"15":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"49":{"tf":1.0}}},"x":{"df":2,"docs":{"7":{"tf":1.0},"8":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"35":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0}}},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"56":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":4,"docs":{"13":{"tf":1.0},"24":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"53":{"tf":1.0},"55":{"tf":1.0}}}}}}},"n":{"df":6,"docs":{"10":{"tf":1.0},"50":{"tf":2.449489742783178},"51":{"tf":2.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"o":{"c":{"df":0,"docs":{},"u":{"df":2,"docs":{"6":{"tf":1.0},"7":{"tf":1.0}},"s":{"df":3,"docs":{"0":{"tf":1.0},"15":{"tf":1.0},"41":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"35":{"tf":1.0},"4":{"tf":1.4142135623730951},"5":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"t":{"!":{"(":{"\\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"4":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":13,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"2":{"tf":1.7320508075688772},"21":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"45":{"tf":1.0},"46":{"tf":1.0}}}}}}}}}}},"df":21,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.4142135623730951},"2":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.4142135623730951},"4":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.7320508075688772},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.4142135623730951},"55":{"tf":1.0},"6":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}},"’":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"3":{"tf":1.0},"32":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"8":{"tf":1.0}}}}}}},"d":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"g":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"3":{"tf":1.0},"56":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"40":{"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":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"45":{"tf":1.0},"50":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":8,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"33":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0}}}}},"t":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}},"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":1,"docs":{"1":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"58":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"17":{"tf":1.0},"22":{"tf":1.0}}}},"df":0,"docs":{},"o":{"d":{"df":5,"docs":{"10":{"tf":1.0},"38":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"17":{"tf":1.0},"22":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":1,"docs":{"52":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"14":{"tf":1.0},"43":{"tf":1.0},"54":{"tf":1.0}}},"df":0,"docs":{}}},"df":29,"docs":{"1":{"tf":1.0},"14":{"tf":1.7320508075688772},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"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}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"30":{"tf":1.0}}}},"n":{"d":{"df":1,"docs":{"12":{"tf":1.0}},"l":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"r":{"d":{"df":1,"docs":{"8":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"24":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"17":{"tf":1.0},"4":{"tf":1.0},"9":{"tf":1.7320508075688772}},"i":{"df":2,"docs":{"20":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.7320508075688772}}}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"0":{"tf":1.0},"51":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":9,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"29":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"39":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"53":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"i":{"[":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"20":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"a":{"df":9,"docs":{"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"i":{"df":28,"docs":{"14":{"tf":1.7320508075688772},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"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}},"i":{"df":12,"docs":{"42":{"tf":1.7320508075688772},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"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":3,"docs":{"23":{"tf":1.0},"27":{"tf":1.0},"49":{"tf":1.0}}}}}}}},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.7320508075688772}}}},"l":{"df":2,"docs":{"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0}}}}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":4,"docs":{"0":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":8,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"40":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"\\"":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"c":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"3":{"tf":1.0},"4":{"tf":1.4142135623730951},"58":{"tf":1.0},"6":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"12":{"tf":1.0},"21":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":3,"docs":{"20":{"tf":1.4142135623730951},"45":{"tf":1.0},"50":{"tf":1.4142135623730951}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"45":{"tf":1.0},"50":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"df":2,"docs":{"38":{"tf":1.0},"41":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"56":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"56":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":4,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"3":{"tf":1.0},"53":{"tf":1.0}}}},"n":{"d":{"df":4,"docs":{"17":{"tf":1.0},"43":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"55":{"tf":1.0},"6":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"27":{"tf":1.0},"30":{"tf":1.0}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.4142135623730951},"28":{"tf":1.0},"3":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":3,"docs":{"28":{"tf":1.0},"53":{"tf":1.7320508075688772},"9":{"tf":2.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"5":{"tf":1.0}}}}}},"v":{"df":3,"docs":{"31":{"tf":1.0},"56":{"tf":1.0},"7":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"8":{"tf":1.0}},"t":{"df":1,"docs":{"3":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":2,"docs":{"41":{"tf":1.0},"50":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.0},"37":{"tf":1.0}}}}},"v":{"df":5,"docs":{"54":{"tf":1.7320508075688772},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}}},"j":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"g":{"df":4,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}}},"k":{"8":{"df":6,"docs":{"16":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"57":{"tf":1.0}},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"58":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":17,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.7320508075688772},"22":{"tf":1.4142135623730951},"26":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951}}}},"y":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}},"n":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"55":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"39":{"tf":1.4142135623730951},"4":{"tf":1.0},"53":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"28":{"tf":1.0}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"13":{"tf":1.0},"7":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"31":{"tf":1.0},"43":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"28":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"21":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"37":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"25":{"tf":1.0},"4":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"15":{"tf":1.7320508075688772},"21":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"12":{"tf":1.0},"43":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":12,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.7320508075688772},"53":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":2,"docs":{"12":{"tf":1.7320508075688772},"34":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"20":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":18,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.7320508075688772},"3":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"9":{"tf":1.0}}}}},"o":{"a":{"d":{"df":1,"docs":{"29":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"58":{"tf":1.0}}}}}}}},"df":11,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"35":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"4":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.0}}},"t":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":3,"docs":{"50":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}},"i":{"c":{"df":3,"docs":{"0":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{}},"s":{"/":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":5,"docs":{"10":{"tf":1.0},"17":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"39":{"tf":1.0},"7":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"30":{"tf":1.0},"57":{"tf":1.0}}},"p":{"df":3,"docs":{"22":{"tf":1.0},"37":{"tf":1.0},"6":{"tf":1.0}}},"s":{"df":1,"docs":{"15":{"tf":1.0}}}},"w":{"df":1,"docs":{"29":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"r":{"df":2,"docs":{"12":{"tf":1.0},"4":{"tf":1.0}}},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"10":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"38":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"10":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"13":{"tf":1.0},"42":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":7,"docs":{"13":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"53":{"tf":1.0},"8":{"tf":1.0}}}},"n":{"df":0,"docs":{},"i":{"df":6,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0}}}},"p":{"df":3,"docs":{"16":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0}}},"t":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"49":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"54":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"17":{"tf":1.0},"39":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}},"y":{"b":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":8,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"43":{"tf":1.0},"57":{"tf":1.0}}}}},"t":{"df":1,"docs":{"21":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"2":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"41":{"tf":1.0},"58":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"c":{"df":5,"docs":{"12":{"tf":1.0},"31":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"22":{"tf":1.0},"24":{"tf":1.0},"37":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"10":{"tf":1.7320508075688772},"55":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"56":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":4,"docs":{"41":{"tf":1.0},"45":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}}}},"x":{"df":2,"docs":{"56":{"tf":1.0},"8":{"tf":1.0}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"30":{"tf":1.4142135623730951}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":8,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"29":{"tf":1.0},"43":{"tf":2.23606797749979},"53":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"34":{"tf":1.0}}}},"df":1,"docs":{"45":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"52":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"13":{"tf":1.0},"22":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":8,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.4142135623730951},"34":{"tf":1.7320508075688772},"38":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"22":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"45":{"tf":1.0},"50":{"tf":1.0}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"df":2,"docs":{"29":{"tf":1.0},"9":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":8,"docs":{"21":{"tf":1.0},"3":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.0},"57":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"g":{"df":2,"docs":{"30":{"tf":1.0},"41":{"tf":1.0}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":11,"docs":{"0":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"28":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"4":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}}},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":8,"docs":{"27":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.7320508075688772},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"47":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":24,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"12":{"tf":1.4142135623730951},"15":{"tf":1.7320508075688772},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"2":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.4142135623730951},"32":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.7320508075688772},"43":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.4142135623730951},"56":{"tf":1.0},"58":{"tf":1.7320508075688772},"7":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":2,"docs":{"22":{"tf":1.0},"8":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"df":7,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.7320508075688772},"32":{"tf":1.0},"41":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"21":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"[":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":17,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"22":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"12":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"53":{"tf":1.0},"55":{"tf":1.0}}}}}},"k":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"\\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":1,"docs":{"50":{"tf":1.0}}},"n":{"c":{"df":3,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0}}},"df":5,"docs":{"15":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"40":{"tf":1.0},"48":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"39":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"17":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"41":{"tf":2.23606797749979},"57":{"tf":1.0}}}},"t":{"df":2,"docs":{"21":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"12":{"tf":1.0},"26":{"tf":1.0},"47":{"tf":1.0}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":9,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.4142135623730951},"58":{"tf":1.0},"6":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"21":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":1.0}}}}}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"29":{"tf":1.4142135623730951}}}}},"df":1,"docs":{"28":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":8,"docs":{"12":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"3":{"tf":1.0},"6":{"tf":1.4142135623730951},"9":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.7320508075688772}}}}}}}}}},"p":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"12":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"28":{"tf":1.0}}},"k":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"16":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":3,"docs":{"1":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"33":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.0},"7":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"30":{"tf":1.0}}}}}}}},"df":0,"docs":{},"t":{"df":57,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.7320508075688772},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.7320508075688772},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"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},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.7320508075688772},"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":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.7320508075688772},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":5,"docs":{"0":{"tf":1.0},"19":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"35":{"tf":1.0},"41":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":1,"docs":{"12":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"19":{"tf":1.0},"25":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":3,"docs":{"15":{"tf":1.0},"21":{"tf":2.449489742783178},"22":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"28":{"tf":1.0}}}},"r":{"df":5,"docs":{"21":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":1.0},"33":{"tf":1.0},"7":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"0":{"tf":1.0},"4":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"29":{"tf":1.4142135623730951},"34":{"tf":3.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":7,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"5":{"tf":1.7320508075688772},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"33":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"15":{"tf":1.0},"16":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"34":{"tf":1.4142135623730951}}}}}}}},"l":{"a":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":17,"docs":{"1":{"tf":1.0},"12":{"tf":2.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"20":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":2.0},"36":{"tf":1.4142135623730951},"4":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"41":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"u":{"df":2,"docs":{"25":{"tf":1.0},"26":{"tf":1.0}},"g":{"df":1,"docs":{"49":{"tf":1.0}},"g":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"13":{"tf":1.0},"18":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"d":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"3":{"tf":1.0}}}},"df":0,"docs":{}},"df":3,"docs":{"38":{"tf":1.0},"41":{"tf":1.0},"56":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"31":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"14":{"tf":1.0},"22":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"9":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"15":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"35":{"tf":1.4142135623730951},"41":{"tf":2.0},"43":{"tf":1.0},"45":{"tf":1.0}}}}}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"26":{"tf":1.0},"41":{"tf":1.0}}}},"t":{"df":3,"docs":{"22":{"tf":1.0},"48":{"tf":1.0},"56":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"35":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":2.0}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"11":{"tf":1.0},"5":{"tf":1.0}}}}}},"df":0,"docs":{}}},"o":{"b":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":7,"docs":{"17":{"tf":1.0},"21":{"tf":1.0},"40":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.4142135623730951},"52":{"tf":1.0},"53":{"tf":1.0}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":5,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":6,"docs":{"0":{"tf":1.0},"20":{"tf":1.0},"32":{"tf":1.0},"47":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":1.0}},"t":{"df":4,"docs":{"10":{"tf":1.0},"27":{"tf":1.0},"58":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":8,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.4142135623730951},"3":{"tf":1.0},"43":{"tf":1.0},"56":{"tf":1.0},"9":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":9,"docs":{"0":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"21":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":2.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"10":{"tf":1.0},"50":{"tf":1.0}},"r":{"df":1,"docs":{"41":{"tf":1.0}}}},"i":{"d":{"df":4,"docs":{"32":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":4,"docs":{"12":{"tf":1.4142135623730951},"4":{"tf":1.0},"40":{"tf":1.0},"58":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"40":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"b":{"df":2,"docs":{"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"0":{"tf":1.0},"58":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"57":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"18":{"tf":1.0},"3":{"tf":1.0}}}}}}}},"q":{"a":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}}}}}},"r":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"12":{"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":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"33":{"tf":1.4142135623730951},"8":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"df":12,"docs":{"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"12":{"tf":1.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"50":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"l":{"df":3,"docs":{"40":{"tf":1.0},"50":{"tf":1.7320508075688772},"51":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"—":{"a":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":13,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"26":{"tf":1.0},"32":{"tf":1.4142135623730951},"35":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772},"47":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.4142135623730951}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":4,"docs":{"0":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"49":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"1":{"tf":1.0},"3":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"47":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"19":{"tf":1.0},"57":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":3,"docs":{"13":{"tf":1.0},"21":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":13,"docs":{"42":{"tf":1.7320508075688772},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":2.0},"54":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"0":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"35":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}},"x":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}},"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"22":{"tf":1.0},"47":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"20":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"43":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":4,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":4,"docs":{"19":{"tf":1.0},"3":{"tf":1.0},"40":{"tf":1.0},"57":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":7,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"26":{"tf":1.0},"30":{"tf":1.0},"57":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"12":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":4,"docs":{"16":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":8,"docs":{"12":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"26":{"tf":1.4142135623730951},"34":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":5,"docs":{"22":{"tf":1.0},"35":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":3,"docs":{"0":{"tf":1.0},"58":{"tf":1.0},"9":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":5,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"15":{"tf":1.4142135623730951},"21":{"tf":1.0},"46":{"tf":1.0},"53":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":3,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"57":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"10":{"tf":1.0},"57":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":8,"docs":{"0":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":1.7320508075688772}}}}},"p":{"c":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"45":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.7320508075688772},"51":{"tf":1.4142135623730951}}}}}}}}},"df":24,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"10":{"tf":2.0},"12":{"tf":2.0},"13":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.7320508075688772},"20":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":2.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":2.23606797749979},"39":{"tf":1.0},"4":{"tf":1.7320508075688772},"41":{"tf":1.0},"43":{"tf":2.0},"51":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.7320508075688772},"57":{"tf":1.4142135623730951},"58":{"tf":2.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":3,"docs":{"29":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.4142135623730951}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":22,"docs":{"12":{"tf":1.0},"13":{"tf":1.4142135623730951},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.7320508075688772},"36":{"tf":2.0},"37":{"tf":1.7320508075688772},"38":{"tf":1.7320508075688772},"39":{"tf":1.7320508075688772},"4":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"43":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.7320508075688772},"53":{"tf":1.7320508075688772},"56":{"tf":1.7320508075688772},"57":{"tf":1.7320508075688772},"58":{"tf":1.7320508075688772}},"’":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"40":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":6,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"33":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"40":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"49":{"tf":1.7320508075688772},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"48":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":5,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"35":{"tf":1.4142135623730951},"53":{"tf":1.0},"57":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"41":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"2":{"df":3,"docs":{"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"3":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.7320508075688772}}}}}}}},"df":0,"docs":{}}}}},"df":30,"docs":{"1":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.7320508075688772},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":2.23606797749979},"16":{"tf":1.7320508075688772},"17":{"tf":2.23606797749979},"18":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":2.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"27":{"tf":1.0},"34":{"tf":2.0},"35":{"tf":2.23606797749979},"36":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":2.6457513110645907},"52":{"tf":1.4142135623730951},"53":{"tf":2.23606797749979},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":2.0},"57":{"tf":1.7320508075688772},"58":{"tf":2.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"29":{"tf":1.0},"39":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"41":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"22":{"tf":1.0},"29":{"tf":1.0},"7":{"tf":2.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"d":{"df":8,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}}},"df":4,"docs":{"17":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"26":{"tf":1.0},"35":{"tf":1.0}}}},"df":0,"docs":{}},"f":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":3,"docs":{"21":{"tf":1.0},"50":{"tf":1.7320508075688772},"51":{"tf":1.7320508075688772}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"8":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"31":{"tf":1.0}}},"v":{"df":1,"docs":{"53":{"tf":1.0}},"i":{"c":{"df":3,"docs":{"38":{"tf":1.0},"56":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":8,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"24":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"42":{"tf":1.0},"55":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"16":{"tf":1.0},"38":{"tf":1.0},"56":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":18,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":7,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.7320508075688772}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"0":{"tf":1.0},"10":{"tf":1.4142135623730951},"57":{"tf":1.0}}}},"w":{"df":4,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"27":{"tf":1.0},"49":{"tf":1.0}}}}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":13,"docs":{"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.7320508075688772},"4":{"tf":1.0},"41":{"tf":1.7320508075688772},"47":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"9":{"tf":2.0}},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"41":{"tf":1.0}}},"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":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"24":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"28":{"tf":1.4142135623730951},"32":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":3,"docs":{"12":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0}}}}},"t":{"df":1,"docs":{"15":{"tf":1.0}}},"z":{"df":0,"docs":{},"e":{"df":1,"docs":{"9":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}},"w":{"df":4,"docs":{"28":{"tf":1.0},"41":{"tf":1.0},"56":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"56":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"17":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":5,"docs":{"21":{"tf":1.0},"24":{"tf":1.0},"52":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"46":{"tf":1.0},"51":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"3":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":1,"docs":{"58":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":6,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"26":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0},"55":{"tf":1.0}},"i":{"df":1,"docs":{"17":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":3,"docs":{"22":{"tf":1.0},"36":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"t":{"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"38":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"34":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"56":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"22":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"df":0,"docs":{}},"_":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"46":{"tf":1.0},"51":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":14,"docs":{"12":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.7320508075688772},"43":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"7":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"12":{"tf":1.0},"22":{"tf":1.0},"29":{"tf":1.0},"9":{"tf":1.7320508075688772}}},"i":{"c":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}},"y":{"df":5,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"31":{"tf":1.0},"51":{"tf":1.4142135623730951},"57":{"tf":1.0}}}},"d":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{":":{":":{"a":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"50":{"tf":1.0}}},"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":{},"p":{"df":2,"docs":{"21":{"tf":1.0},"41":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"28":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"57":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":3,"docs":{"12":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0}}}},"r":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"25":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"b":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"55":{"tf":1.4142135623730951}}}}}},"u":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"24":{"tf":1.0},"28":{"tf":1.4142135623730951},"30":{"tf":1.0}}}},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"6":{"tf":1.0}}}}},"df":5,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"30":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"0":{"tf":1.0},"58":{"tf":1.0}}}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"39":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"54":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"13":{"tf":1.0},"22":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"56":{"tf":1.0}}}}}}},"n":{"c":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"27":{"tf":1.0},"28":{"tf":1.4142135623730951},"32":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":8,"docs":{"20":{"tf":1.4142135623730951},"26":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}}}}}}}},"t":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"7":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":4,"docs":{"17":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.7320508075688772},"57":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"43":{"tf":1.0}}}}},"d":{"df":3,"docs":{"20":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":3,"docs":{"22":{"tf":1.0},"3":{"tf":1.4142135623730951},"55":{"tf":1.0}}},"r":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"21":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":29,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.4142135623730951},"15":{"tf":2.0},"16":{"tf":1.7320508075688772},"17":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.7320508075688772},"30":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":2.0},"52":{"tf":1.0},"53":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"6":{"tf":1.7320508075688772},"7":{"tf":1.4142135623730951},"8":{"tf":1.7320508075688772},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"47":{"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":{"46":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"{":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"51":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"7":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"13":{"tf":1.0},"35":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"e":{"df":13,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.4142135623730951},"31":{"tf":1.7320508075688772},"37":{"tf":1.0},"41":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":2.23606797749979}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}}},"r":{"df":1,"docs":{"28":{"tf":1.4142135623730951}}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"15":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"41":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"31":{"tf":1.0},"33":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":23,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"33":{"tf":2.0},"35":{"tf":1.0},"4":{"tf":1.7320508075688772},"43":{"tf":1.7320508075688772},"48":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"53":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"8":{"tf":1.0}},"y":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"g":{"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":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"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":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"15":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0}}},"k":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":16,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"26":{"tf":1.4142135623730951},"29":{"tf":1.7320508075688772},"3":{"tf":1.0},"4":{"tf":1.7320508075688772},"40":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"58":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"49":{"tf":1.0},"55":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":15,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"21":{"tf":1.0},"24":{"tf":2.0},"25":{"tf":2.0},"26":{"tf":1.0},"34":{"tf":1.0},"40":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"5":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"16":{"tf":1.7320508075688772}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"41":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"19":{"tf":1.0},"30":{"tf":1.0},"58":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.7320508075688772}}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"29":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":3,"docs":{"22":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"36":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":1,"docs":{"24":{"tf":1.0}}}},"x":{"df":1,"docs":{"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"36":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"28":{"tf":1.0},"3":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"51":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":2,"docs":{"4":{"tf":1.0},"53":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"17":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"16":{"tf":1.0}}}},"df":21,"docs":{"0":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.4142135623730951},"29":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":1.0},"50":{"tf":2.23606797749979},"51":{"tf":1.7320508075688772},"53":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":30,"docs":{"14":{"tf":1.7320508075688772},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"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},"55":{"tf":1.0},"9":{"tf":1.7320508075688772}}}},"i":{"df":0,"docs":{},"z":{"df":2,"docs":{"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":17,"docs":{"0":{"tf":1.4142135623730951},"13":{"tf":1.0},"17":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.7320508075688772},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"31":{"tf":1.0},"33":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"55":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"u":{"df":1,"docs":{"30":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"33":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"!":{"[":{"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":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"10":{"tf":1.0},"57":{"tf":1.0}},"f":{"df":2,"docs":{"13":{"tf":1.0},"32":{"tf":1.0}},"i":{"df":6,"docs":{"20":{"tf":1.0},"28":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"16":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"[":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"12":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"58":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":2.23606797749979}},"e":{"df":0,"docs":{},"t":{"df":13,"docs":{"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"29":{"tf":1.4142135623730951}}}},"y":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":1,"docs":{"12":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"21":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"55":{"tf":1.0},"58":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"56":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":8,"docs":{"10":{"tf":1.4142135623730951},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"20":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":4,"docs":{"38":{"tf":1.0},"45":{"tf":1.0},"52":{"tf":1.4142135623730951},"56":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"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":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"5":{"df":1,"docs":{"10":{"tf":1.0}}},"6":{"0":{"df":2,"docs":{"10":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"0":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"31":{"tf":1.0},"9":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"32":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":3,"docs":{"3":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"53":{"tf":1.7320508075688772}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":38,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"12":{"tf":2.23606797749979},"13":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.7320508075688772},"18":{"tf":2.0},"19":{"tf":2.449489742783178},"20":{"tf":2.23606797749979},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"24":{"tf":1.7320508075688772},"25":{"tf":2.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.0},"28":{"tf":1.7320508075688772},"29":{"tf":1.7320508075688772},"30":{"tf":1.0},"35":{"tf":1.7320508075688772},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":2.23606797749979},"45":{"tf":1.7320508075688772},"46":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":2.0},"50":{"tf":2.6457513110645907},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.7320508075688772},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":2.23606797749979}},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"15":{"tf":2.0},"16":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"d":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"5":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"e":{"df":1,"docs":{"57":{"tf":1.0}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"29":{"tf":1.0}}}}}}}},"title":{"root":{"2":{"df":1,"docs":{"24":{"tf":1.0}}},"a":{"d":{"df":4,"docs":{"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"54":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"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":{"17":{"tf":1.0}}}}}}}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"z":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":2,"docs":{"26":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"26":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"40":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"38":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"51":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"55":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"55":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"31":{"tf":1.0},"32":{"tf":1.0}}}}}}}},"d":{"a":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"32":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"42":{"tf":1.0},"43":{"tf":1.0}}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"38":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"32":{"tf":1.0}},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"l":{"df":1,"docs":{"55":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"23":{"tf":1.0},"27":{"tf":1.0},"49":{"tf":1.0}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"18":{"tf":1.0},"20":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}}}}}},"f":{"a":{"df":0,"docs":{},"q":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"44":{"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":{"33":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"58":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"14":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"48":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"i":{"df":1,"docs":{"14":{"tf":1.0}},"i":{"df":1,"docs":{"42":{"tf":1.0}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"53":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"v":{"df":1,"docs":{"54":{"tf":1.0}}}},"k":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"39":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"26":{"tf":1.0}}}}},"o":{"a":{"d":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"10":{"tf":1.0}}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"30":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"28":{"tf":1.0}}}}}}},"w":{"df":1,"docs":{"49":{"tf":1.0}}}}},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"9":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"29":{"tf":1.0}}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"14":{"tf":1.0},"2":{"tf":1.0},"42":{"tf":1.0},"54":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"34":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}}}}}}},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"o":{"b":{"df":0,"docs":{},"e":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"42":{"tf":1.0},"53":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":3,"docs":{"10":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"47":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":6,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":1.0},"56":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"24":{"tf":1.0},"50":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"28":{"tf":1.0}}}}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"7":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"33":{"tf":1.0},"48":{"tf":1.0}}}}}}}},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"24":{"tf":1.0},"25":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":1,"docs":{"16":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"29":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"10":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"52":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":9,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"45":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"lang":"English","pipeline":["trimmer","stopWordFilter","stemmer"],"ref":"id","version":"0.9.5"},"results_options":{"limit_results":30,"teaser_word_count":30},"search_options":{"bool":"OR","expand":true,"fields":{"body":{"boost":1},"breadcrumbs":{"boost":1},"title":{"boost":2}}}}')); \ No newline at end of file diff --git a/docs/searchindex-e2a1b1b4.js b/docs/searchindex-e2a1b1b4.js new file mode 100644 index 0000000..ee249cf --- /dev/null +++ b/docs/searchindex-e2a1b1b4.js @@ -0,0 +1 @@ +window.search = Object.assign(window.search, JSON.parse('{"doc_urls":["project-context-primer.html#project-context-primer","what-you-will-learn.html#what-you-will-learn","part-i.html#part-i--foundations","introduction.html#introduction","architecture-overview.html#architecture-overview","testing-philosophy.html#testing-philosophy","testing-philosophy.html#declarative-over-imperative","testing-philosophy.html#protocol-time-not-wall-time","testing-philosophy.html#determinism-first-chaos-when-needed","testing-philosophy.html#observable-health-signals","testing-philosophy.html#minimum-run-windows","testing-philosophy.html#summary","scenario-lifecycle.html#scenario-lifecycle-conceptual","design-rationale.html#design-rationale","part-ii.html#part-ii--user-guide","workspace-layout.html#workspace-layout","annotated-tree.html#annotated-tree","authoring-scenarios.html#authoring-scenarios","workloads.html#core-content-workloads--expectations","workloads.html#workloads","workloads.html#expectations","scenario-builder-ext-patterns.html#core-content-scenariobuilderext-patterns","best-practices.html#best-practices","examples.html#examples","examples.html#simple-consensus-liveness","examples.html#transaction-workload","examples.html#da--transaction-workload","examples.html#chaos-resilience-test","examples-advanced.html#extension-ideas","examples-advanced.html#custom-expectation-block-timing-consistency","examples-advanced.html#custom-deployer-config-validator","running-scenarios.html#running-scenarios","runners.html#runners","runners.html#local-runner","runners.html#docker-compose-runner","runners.html#kubernetes-runner","runners.html#common-expectations","operations.html#operations","part-iii.html#part-iii--developer-reference","scenario-model.html#scenario-model-developer-level","extending.html#extending-the-framework","extending.html#adding-a-workload","extending.html#adding-an-expectation","extending.html#adding-a-runner","extending.html#adding-topology-helpers","custom-workload-example.html#example-new-workload--expectation-rust","custom-workload-example.html#workload-simple-reachability-probe","custom-workload-example.html#expectation-confirm-the-target-stayed-reachable","custom-workload-example.html#how-to-wire-it","internal-crate-reference.html#internal-crate-reference","part-iv.html#part-iv--appendix","dsl-cheat-sheet.html#core-content-dsl-cheat-sheet","troubleshooting.html#troubleshooting-scenarios","faq.html#faq","glossary.html#glossary"],"index":{"documentStore":{"docInfo":{"0":{"body":78,"breadcrumbs":6,"title":3},"1":{"body":26,"breadcrumbs":2,"title":1},"10":{"body":40,"breadcrumbs":7,"title":3},"11":{"body":26,"breadcrumbs":5,"title":1},"12":{"body":107,"breadcrumbs":8,"title":3},"13":{"body":68,"breadcrumbs":6,"title":2},"14":{"body":10,"breadcrumbs":8,"title":4},"15":{"body":94,"breadcrumbs":8,"title":2},"16":{"body":59,"breadcrumbs":8,"title":2},"17":{"body":101,"breadcrumbs":8,"title":2},"18":{"body":18,"breadcrumbs":12,"title":4},"19":{"body":38,"breadcrumbs":9,"title":1},"2":{"body":10,"breadcrumbs":4,"title":2},"20":{"body":54,"breadcrumbs":9,"title":1},"21":{"body":84,"breadcrumbs":12,"title":4},"22":{"body":96,"breadcrumbs":8,"title":2},"23":{"body":11,"breadcrumbs":6,"title":1},"24":{"body":48,"breadcrumbs":8,"title":3},"25":{"body":42,"breadcrumbs":7,"title":2},"26":{"body":49,"breadcrumbs":8,"title":3},"27":{"body":48,"breadcrumbs":8,"title":3},"28":{"body":12,"breadcrumbs":9,"title":2},"29":{"body":39,"breadcrumbs":12,"title":5},"3":{"body":84,"breadcrumbs":4,"title":1},"30":{"body":37,"breadcrumbs":11,"title":4},"31":{"body":75,"breadcrumbs":8,"title":2},"32":{"body":20,"breadcrumbs":6,"title":1},"33":{"body":16,"breadcrumbs":7,"title":2},"34":{"body":23,"breadcrumbs":8,"title":3},"35":{"body":17,"breadcrumbs":7,"title":2},"36":{"body":43,"breadcrumbs":7,"title":2},"37":{"body":130,"breadcrumbs":6,"title":1},"38":{"body":10,"breadcrumbs":8,"title":4},"39":{"body":116,"breadcrumbs":12,"title":4},"4":{"body":106,"breadcrumbs":6,"title":2},"40":{"body":0,"breadcrumbs":8,"title":2},"41":{"body":39,"breadcrumbs":8,"title":2},"42":{"body":21,"breadcrumbs":8,"title":2},"43":{"body":29,"breadcrumbs":8,"title":2},"44":{"body":21,"breadcrumbs":9,"title":3},"45":{"body":19,"breadcrumbs":14,"title":5},"46":{"body":120,"breadcrumbs":13,"title":4},"47":{"body":67,"breadcrumbs":14,"title":5},"48":{"body":24,"breadcrumbs":10,"title":1},"49":{"body":91,"breadcrumbs":10,"title":3},"5":{"body":8,"breadcrumbs":6,"title":2},"50":{"body":10,"breadcrumbs":6,"title":3},"51":{"body":84,"breadcrumbs":11,"title":5},"52":{"body":86,"breadcrumbs":7,"title":2},"53":{"body":99,"breadcrumbs":5,"title":1},"54":{"body":130,"breadcrumbs":5,"title":1},"6":{"body":36,"breadcrumbs":7,"title":3},"7":{"body":84,"breadcrumbs":8,"title":4},"8":{"body":52,"breadcrumbs":8,"title":4},"9":{"body":51,"breadcrumbs":7,"title":3}},"docs":{"0":{"body":"This book focuses on the Nomos Testing Framework. It assumes familiarity with\\nthe Nomos architecture, but for completeness, here is a short primer. Nomos is a modular blockchain protocol with validators and a data-availability\\n(DA) subsystem. Validators participate in consensus and produce blocks. Executors are validators with the DA dispersal service enabled. They can\\nsubmit transactions and disperse blob data to the DA network. Data Availability (DA) handles blob data within transactions. When\\ntransactions include ChannelBlob operations, executors disperse the blob data\\nto the DA network, and validators sample and verify it’s available. These roles interact tightly, which is why meaningful testing must be performed\\nin multi-node environments that include real networking, timing, and DA\\ninteraction.","breadcrumbs":"Project Context Primer » Project Context Primer","id":"0","title":"Project Context Primer"},"1":{"body":"This book gives you a clear mental model for Nomos multi-node testing, shows how\\nto author scenarios that pair realistic workloads with explicit expectations,\\nand guides you to run them across local, containerized, and cluster environments\\nwithout changing the plan.","breadcrumbs":"What You Will Learn » What You Will Learn","id":"1","title":"What You Will Learn"},"10":{"body":"Always run long enough for meaningful block production: #![allow(unused)] fn main() {\\n// Bad: too short\\n.with_run_duration(Duration::from_secs(5)) // Maybe 0-1 blocks // Good: enough blocks for assertions\\n.with_run_duration(Duration::from_secs(60)) // ~10+ blocks } The framework enforces minimum durations, but be explicit. Very short runs\\nrisk false confidence—one lucky block doesn’t prove liveness.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Minimum Run Windows","id":"10","title":"Minimum Run Windows"},"11":{"body":"These principles keep scenarios: Portable across environments (protocol time, declarative) Debuggable (determinism, separation of concerns) Meaningful (observable signals, sufficient duration) When authoring scenarios, ask: “Does this test the protocol behavior or\\nmy local environment quirks?”","breadcrumbs":"Part I — Foundations » Testing Philosophy » Summary","id":"11","title":"Summary"},"12":{"body":"Build the plan: Declare a topology, attach workloads and expectations, and set the run window. The plan is the single source of truth for what will happen. Deploy: Hand the plan to a deployer. It provisions the environment on the chosen backend and waits for nodes to signal readiness, then returns a Runner. Drive workloads: Start traffic and behaviors (transactions, data-availability activity, restarts) for the planned duration. Observe blocks and signals: Track block progression and other high-level metrics during or after the run window to ground assertions in protocol time. Evaluate expectations: Once activity stops (and optional cooldown completes), check liveness and workload-specific outcomes to decide pass or fail. Cleanup: Tear down resources so successive runs start fresh and do not inherit leaked state. flowchart LR P[Plan
topology + workloads + expectations] --> D[Deploy
deployer provisions] D --> R[Readiness
wait for nodes] R --> Run[Run
runner orchestrates] Run --> W[Drive Workloads] W --> O[Observe
blocks/metrics] O --> E[Evaluate Expectations] E --> C[Cleanup]","breadcrumbs":"Part I — Foundations » Scenario Lifecycle (Conceptual) » Scenario Lifecycle (Conceptual)","id":"12","title":"Scenario Lifecycle (Conceptual)"},"13":{"body":"Modular crates keep configuration, orchestration, workloads, and runners decoupled so each can evolve without breaking the others. Pluggable runners let the same scenario run on a laptop, a Docker host, or a Kubernetes cluster, making validation portable across environments. Separated workloads and expectations clarify intent: what traffic to generate versus how to judge success. This simplifies review and reuse. Declarative topology makes cluster shape explicit and repeatable, reducing surprise when moving between CI and developer machines. Maintainability through predictability: a clear flow from plan to deployment to verification lowers the cost of extending the framework and interpreting failures.","breadcrumbs":"Part I — Foundations » Design Rationale » Design Rationale","id":"13","title":"Design Rationale"},"14":{"body":"Practical guidance for shaping scenarios, combining workloads and expectations,\\nand running them across different environments.","breadcrumbs":"Part II — User Guide » Part II — User Guide","id":"14","title":"Part II — User Guide"},"15":{"body":"The workspace focuses on multi-node integration testing and sits alongside a nomos-node checkout. Its crates separate concerns to keep scenarios\\nrepeatable and portable: Configs: prepares high-level node, network, tracing, and wallet settings\\nused across test environments. Core scenario orchestration: the engine that holds topology descriptions,\\nscenario plans, runtimes, workloads, and expectations. Workflows: ready-made workloads (transactions, data-availability, chaos)\\nand reusable expectations assembled into a user-facing DSL. Runners: deployment backends for local processes, Docker Compose, and\\nKubernetes, all consuming the same scenario plan. Test workflows: example scenarios and integration checks that show how\\nthe pieces fit together. This split keeps configuration, orchestration, reusable traffic patterns, and\\ndeployment adapters loosely coupled while sharing one mental model for tests.","breadcrumbs":"Part II — User Guide » Workspace Layout » Workspace Layout","id":"15","title":"Workspace Layout"},"16":{"body":"High-level view of the workspace and how pieces relate: nomos-testing/\\n├─ testing-framework/\\n│ ├─ configs/ # shared configuration helpers\\n│ ├─ core/ # scenario model, runtime, topology\\n│ ├─ workflows/ # workloads, expectations, DSL extensions\\n│ └─ runners/ # local, compose, k8s deployment backends\\n├─ tests/ # integration scenarios using the framework\\n└─ scripts/ # supporting setup utilities (e.g., assets) Each area maps to a responsibility: describe configs, orchestrate scenarios,\\npackage common traffic and assertions, adapt to environments, and demonstrate\\nend-to-end usage.","breadcrumbs":"Part II — User Guide » Annotated Tree » Annotated Tree","id":"16","title":"Annotated Tree"},"17":{"body":"Creating a scenario is a declarative exercise: Shape the topology: decide how many validators and executors to run, and\\nwhat high-level network and data-availability characteristics matter for the\\ntest. Attach workloads: pick traffic generators that align with your goals\\n(transactions, data-availability blobs, or chaos for resilience probes). Define expectations: specify the health signals that must hold when the\\nrun finishes (e.g., consensus liveness, inclusion of submitted activity; see Core Content: Workloads & Expectations). Set duration: choose a run window long enough to observe meaningful\\nblock progression and the effects of your workloads. Choose a runner: target local processes for fast iteration, Docker\\nCompose for reproducible multi-node stacks, or Kubernetes for cluster-grade\\nvalidation. For environment considerations, see Operations. Keep scenarios small and explicit: make the intended behavior and the success\\ncriteria clear so failures are easy to interpret and act upon.","breadcrumbs":"Part II — User Guide » Authoring Scenarios » Authoring Scenarios","id":"17","title":"Authoring Scenarios"},"18":{"body":"Workloads describe the activity a scenario generates; expectations describe the\\nsignals that must hold when that activity completes. Both are pluggable so\\nscenarios stay readable and purpose-driven.","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Core Content: Workloads & Expectations","id":"18","title":"Core Content: Workloads & Expectations"},"19":{"body":"Transaction workload: submits user-level transactions at a configurable\\nrate and can limit how many distinct actors participate. Data-availability workload: drives blob and channel activity to exercise\\ndata-availability paths. Chaos workload: triggers controlled node restarts to test resilience and\\nrecovery behaviors (requires a runner that can control nodes).","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Workloads","id":"19","title":"Workloads"},"2":{"body":"Conceptual chapters that establish the mental model for the framework and how\\nit approaches multi-node testing.","breadcrumbs":"Part I — Foundations » Part I — Foundations","id":"2","title":"Part I — Foundations"},"20":{"body":"Consensus liveness: verifies the system continues to produce blocks in\\nline with the planned workload and timing window. Workload-specific checks: each workload can attach its own success\\ncriteria (e.g., inclusion of submitted activity) so scenarios remain concise. Together, workloads and expectations let you express both the pressure applied\\nto the system and the definition of “healthy” for that run. flowchart TD I[Inputs
topology + wallets + rates] --> Init[Workload init] Init --> Drive[Drive traffic] Drive --> Collect[Collect signals] Collect --> Eval[Expectations evaluate]","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Expectations","id":"20","title":"Expectations"},"21":{"body":"Patterns that keep scenarios readable and reusable: Topology-first: start by shaping the cluster (counts, layout) so later\\nsteps inherit a clear foundation. Bundle defaults: use the DSL helpers to attach common expectations (like\\nliveness) whenever you add a matching workload, reducing forgotten checks. Intentional rates: express traffic in per-block terms to align with\\nprotocol timing rather than wall-clock assumptions. Opt-in chaos: enable restart patterns only in scenarios meant to probe\\nresilience; keep functional smoke tests deterministic. Wallet clarity: seed only the number of actors you need; it keeps\\ntransaction scenarios deterministic and interpretable. These patterns make scenario definitions self-explanatory while staying aligned\\nwith the framework’s block-oriented timing model.","breadcrumbs":"Part II — User Guide » Core Content: ScenarioBuilderExt Patterns » Core Content: ScenarioBuilderExt Patterns","id":"21","title":"Core Content: ScenarioBuilderExt Patterns"},"22":{"body":"State your intent: document the goal of each scenario (throughput, DA\\nvalidation, resilience) so expectation choices are obvious. Keep runs meaningful: choose durations that allow multiple blocks and make\\ntiming-based assertions trustworthy. Separate concerns: start with deterministic workloads for functional\\nchecks; add chaos in dedicated resilience scenarios to avoid noisy failures. Reuse patterns: standardize on shared topology and workload presets so\\nresults are comparable across environments and teams. Observe first, tune second: rely on liveness and inclusion signals to\\ninterpret outcomes before tweaking rates or topology. Environment fit: pick runners that match the feedback loop you need—local\\nfor speed, compose for reproducible stacks, k8s for cluster-grade fidelity. Minimal surprises: seed only necessary wallets and keep configuration\\ndeltas explicit when moving between CI and developer machines.","breadcrumbs":"Part II — User Guide » Best Practices » Best Practices","id":"22","title":"Best Practices"},"23":{"body":"Concrete scenarios showing how to combine topologies, workloads, and\\nexpectations. Copy and adjust these to fit your needs.","breadcrumbs":"Part II — User Guide » Examples » Examples","id":"23","title":"Examples"},"24":{"body":"Basic smoke test verifying validators can produce blocks. #![allow(unused)] fn main() {\\nuse nomos_testing_core::scenario::{Deployer, ScenarioBuilder};\\nuse nomos_testing_runner_local::LocalDeployer;\\nuse nomos_testing_workflows::ScenarioBuilderExt;\\nuse std::time::Duration; #[tokio::test]\\nasync fn test_consensus_liveness() -> Result<(), Box> { let mut plan = ScenarioBuilder::with_node_counts(3, 0) .expect_consensus_liveness() .with_run_duration(Duration::from_secs(30)) .build(); let deployer = LocalDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } When to use: Quick validation that consensus works on minimal hardware.","breadcrumbs":"Part II — User Guide » Examples » Simple consensus liveness","id":"24","title":"Simple consensus liveness"},"25":{"body":"Submit transactions and verify inclusion. #![allow(unused)] fn main() {\\n#[tokio::test]\\nasync fn test_transaction_inclusion() -> Result<(), Box> { let mut plan = ScenarioBuilder::with_node_counts(2, 1) .wallets(10) .transactions() .rate(5) .users(5) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(60)) .build(); let deployer = LocalDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } When to use: Verify transaction submission and inclusion under light load.","breadcrumbs":"Part II — User Guide » Examples » Transaction workload","id":"25","title":"Transaction workload"},"26":{"body":"Stress both transaction and DA paths simultaneously. #![allow(unused)] fn main() {\\n#[tokio::test]\\nasync fn test_mixed_workload() -> Result<(), Box> { let mut plan = ScenarioBuilder::with_node_counts(3, 2) .wallets(20) .transactions() .rate(10) .users(10) .apply() .da() .channel_rate(2) .blob_rate(1) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(120)) .build(); let deployer = LocalDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } When to use: End-to-end validation that transaction and DA layers work together.","breadcrumbs":"Part II — User Guide » Examples » DA + transaction workload","id":"26","title":"DA + transaction workload"},"27":{"body":"Verify consensus survives node restarts. #![allow(unused)] fn main() {\\n#[tokio::test]\\nasync fn test_chaos_resilience() -> Result<(), Box> { let mut plan = ScenarioBuilder::with_node_counts(4, 1) .enable_node_control() .wallets(10) .transactions() .rate(5) .users(5) .apply() .chaos() .restart() .min_delay(Duration::from_secs(15)) .max_delay(Duration::from_secs(25)) .target_cooldown(Duration::from_secs(45)) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(90)) .build(); let deployer = LocalDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } When to use: Resilience validation and operational readiness testing.","breadcrumbs":"Part II — User Guide » Examples » Chaos resilience test","id":"27","title":"Chaos resilience test"},"28":{"body":"Ideas for extending the framework with custom workloads, expectations, or\\ndeployers. These haven’t been implemented but show what’s possible.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Extension Ideas","id":"28","title":"Extension Ideas"},"29":{"body":"Problem: Verify block production stays within expected timing bounds, even\\nunder load or chaos. Implementation: Collect block timestamps from the block feed, calculate\\nintervals, and assert they stay within tolerance of the configured slot duration. Why useful: Catches timing issues that consensus liveness alone might miss\\n(blocks progress, but too slowly).","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Custom Expectation: Block Timing Consistency","id":"29","title":"Custom Expectation: Block Timing Consistency"},"3":{"body":"The Nomos Testing Framework is a purpose-built toolkit for exercising Nomos in\\nrealistic, multi-node environments. It solves the gap between small, isolated\\ntests and full-system validation by letting teams describe a cluster layout,\\ndrive meaningful traffic, and assert the outcomes in one coherent plan. It is for protocol engineers, infrastructure operators, and QA teams who need\\nrepeatable confidence that validators, executors, and data-availability\\ncomponents work together under network and timing constraints. Multi-node integration testing is required because many Nomos behaviors—block\\nprogress, data availability, liveness under churn—only emerge when several\\nroles interact over real networking and time. This framework makes those checks\\ndeclarative, observable, and portable across environments.","breadcrumbs":"Part I — Foundations » Introduction » Introduction","id":"3","title":"Introduction"},"30":{"body":"Problem: Validate generated configs without spinning up nodes. Implementation: A deployer that generates configs, validates them against\\nschema, checks for conflicts (duplicate ports, invalid DA params), but never\\nstarts processes. Returns early with validation results. Why useful: Fast config validation in CI before actual deployment.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Custom Deployer: Config Validator","id":"30","title":"Custom Deployer: Config Validator"},"31":{"body":"Running a scenario follows the same conceptual flow regardless of environment: Select or author a scenario plan that pairs a topology with workloads,\\nexpectations, and a suitable run window. Choose a runner aligned with your environment (local, compose, or k8s) and\\nensure its prerequisites are available. Deploy the plan through the runner; wait for readiness signals before\\nstarting workloads. Let workloads drive activity for the planned duration; keep observability\\nsignals visible so you can correlate outcomes. Evaluate expectations and capture results as the primary pass/fail signal. Use the same plan across different runners to compare behavior between local\\ndevelopment and CI or cluster settings. For environment prerequisites and\\nflags, see Operations.","breadcrumbs":"Part II — User Guide » Running Scenarios » Running Scenarios","id":"31","title":"Running Scenarios"},"32":{"body":"Runners turn a scenario plan into a live environment while keeping the plan\\nunchanged. Choose based on feedback speed, reproducibility, and fidelity. For\\nenvironment and operational considerations, see Operations:","breadcrumbs":"Part II — User Guide » Runners » Runners","id":"32","title":"Runners"},"33":{"body":"Launches node processes directly on the host. Fastest feedback loop and minimal orchestration overhead. Best for development-time iteration and debugging.","breadcrumbs":"Part II — User Guide » Runners » Local runner","id":"33","title":"Local runner"},"34":{"body":"Starts nodes in containers to provide a reproducible multi-node stack on a\\nsingle machine. Discovers service ports and wires observability for convenient inspection. Good balance between fidelity and ease of setup.","breadcrumbs":"Part II — User Guide » Runners » Docker Compose runner","id":"34","title":"Docker Compose runner"},"35":{"body":"Deploys nodes onto a cluster for higher-fidelity, longer-running scenarios. Suits CI or shared environments where cluster behavior and scheduling matter.","breadcrumbs":"Part II — User Guide » Runners » Kubernetes runner","id":"35","title":"Kubernetes runner"},"36":{"body":"All runners require at least one validator and, for transaction scenarios,\\naccess to seeded wallets. Readiness probes gate workload start so traffic begins only after nodes are\\nreachable. Environment flags can relax timeouts or increase tracing when diagnostics are\\nneeded. flowchart TD Plan[Scenario Plan] --> RunSel[Runner
local | compose | k8s] RunSel --> Provision[Provision & readiness] Provision --> Runtime[Runtime + observability] Runtime --> Exec[Workloads & Expectations execute]","breadcrumbs":"Part II — User Guide » Runners » Common expectations","id":"36","title":"Common expectations"},"37":{"body":"Operational readiness focuses on prerequisites, environment fit, and clear\\nsignals: Prerequisites: keep a sibling nomos-node checkout available; ensure the\\nchosen runner’s platform needs are met (local binaries for host runs, Docker\\nfor compose, cluster access for k8s). Artifacts: some scenarios depend on prover or circuit assets; fetch them\\nahead of time with the provided helper scripts when needed. Environment flags: use slow-environment toggles to relax timeouts, enable\\ntracing when debugging, and adjust observability ports to avoid clashes. Readiness checks: verify runners report node readiness before starting\\nworkloads; this avoids false negatives from starting too early. Failure triage: map failures to missing prerequisites (wallet seeding,\\nnode control availability), runner platform issues, or unmet expectations.\\nStart with liveness signals, then dive into workload-specific assertions. Treat operational hygiene—assets present, prerequisites satisfied, observability\\nreachable—as the first step to reliable scenario outcomes. flowchart TD Expose[Runner exposes endpoints/ports] --> Collect[Runtime collects block/health signals] Collect --> Consume[Expectations consume signals
decide pass/fail] Consume --> Inspect[Operators inspect logs/metrics
when failures arise]","breadcrumbs":"Part II — User Guide » Operations » Operations","id":"37","title":"Operations"},"38":{"body":"Deep dives for contributors who extend the framework, evolve its abstractions,\\nor maintain the crate set.","breadcrumbs":"Part III — Developer Reference » Part III — Developer Reference","id":"38","title":"Part III — Developer Reference"},"39":{"body":"The scenario model defines clear, composable responsibilities: Topology: a declarative description of the cluster—how many nodes, their\\nroles, and the broad network and data-availability characteristics. It\\nrepresents the intended shape of the system under test. Scenario: a plan combining topology, workloads, expectations, and a run\\nwindow. Building a scenario validates prerequisites (like seeded wallets) and\\nensures the run lasts long enough to observe meaningful block progression. Workloads: asynchronous tasks that generate traffic or conditions. They\\nuse shared context to interact with the deployed cluster and may bundle\\ndefault expectations. Expectations: post-run assertions. They can capture baselines before\\nworkloads start and evaluate success once activity stops. Runtime: coordinates workloads and expectations for the configured\\nduration, enforces cooldowns when control actions occur, and ensures cleanup\\nso runs do not leak resources. Developers extending the model should keep these boundaries strict: topology\\ndescribes, scenarios assemble, runners deploy, workloads drive, and expectations\\njudge outcomes. For guidance on adding new capabilities, see Extending the Framework.","breadcrumbs":"Part III — Developer Reference » Scenario Model (Developer Level) » Scenario Model (Developer Level)","id":"39","title":"Scenario Model (Developer Level)"},"4":{"body":"The framework follows a clear flow: Topology → Scenario → Deploy → Run → Verify. Topology describes the cluster: how many nodes, their roles, and the high-level network and data-availability parameters they should follow. Scenario combines that topology with the activities to run and the checks to perform, forming a single plan. Deployer provisions infrastructure on the chosen backend (local processes, Docker Compose, or Kubernetes), waits for readiness, and returns a Runner. Runner orchestrates execution: starts workloads, observes signals, evaluates expectations, and cleans up. Workloads generate traffic and conditions that exercise the system. Expectations observe the run and judge success or failure once activity completes. flowchart LR A(Topology
shape cluster) --> B(Scenario
plan) B --> C(Deployer
provision infrastructure) C --> D(Runner
orchestrate execution) D --> E(Workloads
drive traffic) E --> F(Expectations
verify outcomes) Each layer has a narrow responsibility so that cluster shape, deployment choice,\\ntraffic generation, and health checks can evolve independently while fitting\\ntogether predictably.","breadcrumbs":"Part I — Foundations » Architecture Overview » Architecture Overview","id":"4","title":"Architecture Overview"},"40":{"body":"","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Extending the Framework","id":"40","title":"Extending the Framework"},"41":{"body":"Implement testing_framework_core::scenario::Workload: Provide a name and any bundled expectations. In init, derive inputs from GeneratedTopology and RunMetrics; fail\\nfast if prerequisites are missing (e.g., wallet data, node addresses). In start, drive async traffic using the RunContext clients. Expose the workload from a module under testing-framework/workflows and\\nconsider adding a DSL helper for ergonomic wiring.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding a workload","id":"41","title":"Adding a workload"},"42":{"body":"Implement testing_framework_core::scenario::Expectation: Use start_capture to snapshot baseline metrics. Use evaluate to assert outcomes after workloads finish; return all errors\\nso the runner can aggregate them. Export it from testing-framework/workflows if it is reusable.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding an expectation","id":"42","title":"Adding an expectation"},"43":{"body":"Implement testing_framework_core::scenario::Deployer for your backend. Produce a RunContext with NodeClients, metrics endpoints, and optional NodeControlHandle. Guard cleanup with CleanupGuard to reclaim resources even on failures. Mirror the readiness and block-feed probes used by the existing runners so\\nworkloads can rely on consistent signals.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding a runner","id":"43","title":"Adding a runner"},"44":{"body":"Extend testing_framework_core::topology::TopologyBuilder with new layouts or\\nconfiguration presets (e.g., specialized DA parameters). Keep defaults safe:\\nensure at least one participant and clamp dispersal factors as the current\\nhelpers do.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding topology helpers","id":"44","title":"Adding topology helpers"},"45":{"body":"A minimal, end-to-end illustration of adding a custom workload and matching\\nexpectation. This shows the shape of the traits and where to plug into the\\nframework; expand the logic to fit your real test.","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Example: New Workload & Expectation (Rust)","id":"45","title":"Example: New Workload & Expectation (Rust)"},"46":{"body":"Key ideas: name: identifies the workload in logs. expectations: workloads can bundle defaults so callers don’t forget checks. init: derive inputs from the generated topology (e.g., pick a target node). start: drive async activity using the shared RunContext. #![allow(unused)] fn main() {\\nuse std::sync::Arc;\\nuse async_trait::async_trait;\\nuse testing_framework_core::scenario::{ DynError, Expectation, RunContext, RunMetrics, Workload,\\n};\\nuse testing_framework_core::topology::GeneratedTopology; pub struct ReachabilityWorkload { target_idx: usize, bundled: Vec>,\\n} impl ReachabilityWorkload { pub fn new(target_idx: usize) -> Self { Self { target_idx, bundled: vec![Box::new(ReachabilityExpectation::new(target_idx))], } }\\n} #[async_trait]\\nimpl Workload for ReachabilityWorkload { fn name(&self) -> &\'static str { \\"reachability_workload\\" } fn expectations(&self) -> Vec> { self.bundled.clone() } fn init( &mut self, topology: &GeneratedTopology, _metrics: &RunMetrics, ) -> Result<(), DynError> { if topology.validators().get(self.target_idx).is_none() { return Err(\\"no validator at requested index\\".into()); } Ok(()) } async fn start(&self, ctx: &RunContext) -> Result<(), DynError> { let client = ctx .clients() .validators() .get(self.target_idx) .ok_or(\\"missing target client\\")?; // Pseudo-action: issue a lightweight RPC to prove reachability. client.health_check().await.map_err(|e| e.into()) }\\n} }","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Workload: simple reachability probe","id":"46","title":"Workload: simple reachability probe"},"47":{"body":"Key ideas: start_capture: snapshot baseline if needed (not used here). evaluate: assert the condition after workloads finish. #![allow(unused)] fn main() {\\nuse async_trait::async_trait;\\nuse testing_framework_core::scenario::{DynError, Expectation, RunContext}; pub struct ReachabilityExpectation { target_idx: usize,\\n} impl ReachabilityExpectation { pub fn new(target_idx: usize) -> Self { Self { target_idx } }\\n} #[async_trait]\\nimpl Expectation for ReachabilityExpectation { fn name(&self) -> &str { \\"target_reachable\\" } async fn evaluate(&mut self, ctx: &RunContext) -> Result<(), DynError> { let client = ctx .clients() .validators() .get(self.target_idx) .ok_or(\\"missing target client\\")?; client.health_check().await.map_err(|e| { format!(\\"target became unreachable during run: {e}\\").into() }) }\\n} }","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Expectation: confirm the target stayed reachable","id":"47","title":"Expectation: confirm the target stayed reachable"},"48":{"body":"Build your scenario as usual and call .with_workload(ReachabilityWorkload::new(0)). The bundled expectation is attached automatically; you can add more with .with_expectation(...) if needed. Keep the logic minimal and fast for smoke tests; grow it into richer probes\\nfor deeper scenarios.","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » How to wire it","id":"48","title":"How to wire it"},"49":{"body":"High-level roles of the crates that make up the framework: Configs: prepares reusable configuration primitives for nodes, networking,\\ntracing, data availability, and wallets, shared by all scenarios and runners. Core scenario orchestration: houses the topology and scenario model,\\nruntime coordination, node clients, and readiness/health probes. Workflows: packages workloads and expectations into reusable building\\nblocks and offers a fluent DSL to assemble them. Runners: implements deployment backends (local host, Docker Compose,\\nKubernetes) that all consume the same scenario plan. Test workflows: example scenarios and integration checks that exercise the\\nframework end to end and serve as living documentation. Use this map to locate where to add new capabilities: configuration primitives\\nin configs, orchestration changes in core, reusable traffic/assertions in\\nworkflows, environment adapters in runners, and demonstrations in tests.","breadcrumbs":"Part III — Developer Reference » Internal Crate Reference » Internal Crate Reference","id":"49","title":"Internal Crate Reference"},"5":{"body":"The framework follows these principles. They shape how you write tests and\\ninterpret results.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Testing Philosophy","id":"5","title":"Testing Philosophy"},"50":{"body":"Quick-reference material and supporting guidance to keep scenarios discoverable,\\ndebuggable, and consistent.","breadcrumbs":"Part IV — Appendix » Part IV — Appendix","id":"50","title":"Part IV — Appendix"},"51":{"body":"The framework offers a fluent builder style to keep scenarios readable. Common\\nknobs: Topology shaping: set validator and executor counts, pick a network layout\\nstyle, and adjust high-level data-availability traits. Wallet seeding: define how many users participate and the total funds\\navailable for transaction workloads. Workload tuning: configure transaction rates, data-availability channel\\nand blob rates, and whether chaos restarts should include validators,\\nexecutors, or both. Expectations: attach liveness and workload-specific checks so success is\\nexplicit. Run window: set a minimum duration long enough for multiple blocks to be\\nobserved and verified. Use these knobs to express intent clearly, keeping scenario definitions concise\\nand consistent across teams.","breadcrumbs":"Part IV — Appendix » DSL Cheat Sheet » Core Content: DSL Cheat Sheet","id":"51","title":"Core Content: DSL Cheat Sheet"},"52":{"body":"Common symptoms and likely causes: No or slow block progression: runner started workloads before readiness, insufficient run window, or environment too slow—extend duration or enable slow-environment tuning. Transactions not included: missing or insufficient wallet seeding, misaligned transaction rate with block cadence, or network instability—reduce rate and verify wallet setup. Chaos stalls the run: node control not available for the chosen runner or restart cadence too aggressive—enable control capability and widen restart intervals. Observability gaps: metrics or logs unreachable because ports clash or services are not exposed—adjust observability ports and confirm runner wiring. Flaky behavior across runs: mixing chaos with functional smoke tests or inconsistent topology between environments—separate deterministic and chaos scenarios and standardize topology presets.","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Troubleshooting Scenarios","id":"52","title":"Troubleshooting Scenarios"},"53":{"body":"Why block-oriented timing? Using block cadence reduces dependence on host speed and keeps assertions aligned\\nwith protocol behavior. Can I reuse the same scenario across runners? Yes. The plan stays the same; swap runners (local, compose, k8s) to target\\ndifferent environments. When should I enable chaos workloads? Only when testing resilience or operational recovery; keep functional smoke\\ntests deterministic. How long should runs be? Long enough for multiple blocks so liveness and inclusion checks are\\nmeaningful; very short runs risk false confidence. Do I always need seeded wallets? Only for transaction scenarios. Data-availability or pure chaos scenarios may\\nnot require them, but liveness checks still need validators producing blocks. What if expectations fail but workloads “look fine”? Trust expectations first—they capture the intended success criteria. Use the\\nobservability signals and runner logs to pinpoint why the system missed the\\ntarget.","breadcrumbs":"Part IV — Appendix » FAQ » FAQ","id":"53","title":"FAQ"},"54":{"body":"Validator: node role responsible for participating in consensus and block\\nproduction. Executor: a validator node with the DA dispersal service enabled. Executors\\ncan submit transactions and disperse blob data to the DA network, in addition\\nto performing all validator functions. DA (Data Availability): subsystem ensuring blobs or channel data are\\npublished and retrievable for validation. Deployer: component that provisions infrastructure (spawns processes,\\ncreates containers, or launches pods), waits for readiness, and returns a\\nRunner. Examples: LocalDeployer, ComposeRunner, K8sRunner. Runner: component returned by deployers that orchestrates scenario\\nexecution—starts workloads, observes signals, evaluates expectations, and\\ntriggers cleanup. Workload: traffic or behavior generator that exercises the system during a\\nscenario run. Expectation: post-run assertion that judges whether the system met the\\nintended success criteria. Topology: declarative description of the cluster shape, roles, and\\nhigh-level parameters for a scenario. Scenario: immutable plan combining topology, workloads, expectations, and\\nrun duration. Blockfeed: stream of block observations used for liveness or inclusion\\nsignals during a run. Control capability: the ability for a runner to start, stop, or restart\\nnodes, used by chaos workloads.","breadcrumbs":"Part IV — Appendix » Glossary » Glossary","id":"54","title":"Glossary"},"6":{"body":"Describe what you want to test, not how to orchestrate it: #![allow(unused)] fn main() {\\n// Good: declarative\\nScenarioBuilder::with_node_counts(2, 1) .transactions().rate(5).apply() .expect_consensus_liveness() .build(); // Bad: imperative (framework doesn\'t work this way)\\n// spawn_validator(); spawn_executor(); // loop { submit_tx(); check_block(); } } Why it matters: The framework handles deployment, readiness, and cleanup.\\nYou focus on test intent, not infrastructure orchestration.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Declarative over Imperative","id":"6","title":"Declarative over Imperative"},"7":{"body":"Reason in blocks and consensus intervals, not wall-clock seconds: #![allow(unused)] fn main() {\\n// Good: protocol-oriented thinking\\nlet plan = ScenarioBuilder::with_node_counts(2, 1) .transactions().rate(5).apply() // 5 tx per block .with_run_duration(Duration::from_secs(60)) // Let framework calculate expected blocks .expect_consensus_liveness() // \\"Did we produce the expected blocks?\\" .build(); // Bad: wall-clock assumptions\\n// \\"I expect at least 30 blocks in 60 seconds\\"\\n// Brittle if readiness or startup takes longer on slow CI } Why it matters: Block production rate is fixed by consensus parameters (e.g.,\\n2-second slot duration), but node startup and readiness vary by environment—fast\\non a laptop, slow on overloaded CI. The framework measures in blocks (protocol\\ntime), not wall-clock seconds, so tests focus on “did consensus work?” rather\\nthan “was the hardware fast enough?”","breadcrumbs":"Part I — Foundations » Testing Philosophy » Protocol Time, Not Wall Time","id":"7","title":"Protocol Time, Not Wall Time"},"8":{"body":"Default scenarios are repeatable: Fixed topology Predictable traffic rates Deterministic checks Chaos is opt-in: #![allow(unused)] fn main() {\\n// Separate: functional test (deterministic)\\nlet plan = ScenarioBuilder::with_node_counts(2, 1) .transactions().rate(5).apply() .expect_consensus_liveness() .build(); // Separate: chaos test (introduces randomness)\\nlet chaos_plan = ScenarioBuilder::with_node_counts(3, 2) .enable_node_control() .chaos().restart().apply() .transactions().rate(5).apply() .expect_consensus_liveness() .build(); } Why it matters: Mixing determinism with chaos creates noisy, hard-to-debug\\nfailures. Separate concerns make failures actionable.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Determinism First, Chaos When Needed","id":"8","title":"Determinism First, Chaos When Needed"},"9":{"body":"Prefer user-facing signals over internal state: Good checks: ✅ Blocks progressing at expected rate (liveness) ✅ Transactions included within N blocks (inclusion) ✅ DA blobs retrievable (availability) Avoid internal checks: ❌ Memory pool size ❌ Internal service state ❌ Cache hit rates Why it matters: User-facing signals reflect actual system health.\\nInternal state can be “healthy” while the system is broken from a user\\nperspective.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Observable Health Signals","id":"9","title":"Observable Health Signals"}},"length":55,"save":true},"fields":["title","body","breadcrumbs"],"index":{"body":{"root":{"0":{"df":2,"docs":{"10":{"tf":1.0},"24":{"tf":1.0}}},"1":{"0":{"df":1,"docs":{"10":{"tf":1.0}}},"df":6,"docs":{"10":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"2":{"df":3,"docs":{"26":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"3":{"0":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":1,"docs":{"7":{"tf":1.0}}},"6":{"0":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":4,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"46":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"a":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"54":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"36":{"tf":1.0},"37":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"39":{"tf":1.0},"46":{"tf":1.0},"8":{"tf":1.0}}}},"v":{"df":9,"docs":{"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.0},"31":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"46":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"19":{"tf":1.0},"21":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"30":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"49":{"tf":1.0}}}}},"d":{"df":4,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"df":6,"docs":{"39":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"23":{"tf":1.0},"37":{"tf":1.0},"51":{"tf":1.0}}}}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"42":{"tf":1.0}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"52":{"tf":1.0}}}}}}}}}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":4,"docs":{"17":{"tf":1.0},"21":{"tf":1.4142135623730951},"31":{"tf":1.0},"53":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":10,"docs":{"10":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}}}}},"df":1,"docs":{"22":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"29":{"tf":1.0}},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"10":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"50":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"20":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"4":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"37":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"15":{"tf":1.0},"39":{"tf":1.0},"49":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":12,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0}}}},"t":{"df":2,"docs":{"16":{"tf":1.0},"37":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"0":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{":":{":":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"46":{"tf":1.0},"47":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"46":{"tf":1.0},"47":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":7,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"41":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"39":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":6,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"17":{"tf":1.0},"31":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":16,"docs":{"0":{"tf":1.7320508075688772},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"31":{"tf":1.0},"37":{"tf":1.4142135623730951},"39":{"tf":1.0},"4":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.7320508075688772},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"22":{"tf":1.0},"37":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"df":0,"docs":{}}}}},"b":{"(":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"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":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"49":{"tf":1.0}}},"df":0,"docs":{}}}}},"d":{"df":3,"docs":{"10":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"22":{"tf":1.0},"32":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"39":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.0}}}}}},"i":{"c":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}}}},"df":1,"docs":{"4":{"tf":1.0}},"e":{"c":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":6,"docs":{"22":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"52":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"36":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":9,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"22":{"tf":1.0},"33":{"tf":1.0}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":6,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"52":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"37":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"b":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":6,"docs":{"0":{"tf":1.7320508075688772},"17":{"tf":1.0},"19":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"37":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":18,"docs":{"0":{"tf":1.0},"10":{"tf":2.23606797749979},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":2.23606797749979},"39":{"tf":1.0},"43":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":2.0},"54":{"tf":1.4142135623730951},"7":{"tf":2.6457513110645907},"9":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"0":{"tf":1.0},"1":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"18":{"tf":1.0},"20":{"tf":1.0},"26":{"tf":1.0},"51":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"39":{"tf":1.0}}}}},"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":4,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"o":{"a":{"d":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"9":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":11,"docs":{"12":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"39":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"51":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":5,"docs":{"21":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.0},"46":{"tf":1.7320508075688772},"48":{"tf":1.0}}}},"df":0,"docs":{}}}},"c":{"(":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}},"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":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"9":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"52":{"tf":1.4142135623730951},"53":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"29":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"48":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"46":{"tf":1.0}}}}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"39":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"31":{"tf":1.0},"39":{"tf":1.0},"53":{"tf":1.0}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"52":{"tf":1.0}}}}},"df":1,"docs":{"4":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"1":{"tf":1.0},"49":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"2":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"0":{"tf":1.0}}},"df":0,"docs":{}}}},"df":3,"docs":{"19":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.0}}}}}},"o":{"df":12,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"27":{"tf":1.4142135623730951},"29":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.7320508075688772},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"8":{"tf":2.0}},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"39":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":15,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"46":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.4142135623730951},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"37":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"22":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"17":{"tf":1.4142135623730951},"22":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"12":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"52":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}}}}},"i":{"df":6,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"7":{"tf":1.4142135623730951}},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"44":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"37":{"tf":1.0},"52":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":5,"docs":{"12":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0},"54":{"tf":1.0},"6":{"tf":1.0}},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"r":{"df":7,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"51":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"|":{"df":2,"docs":{"46":{"tf":1.0},"47":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":4,"docs":{"41":{"tf":1.0},"46":{"tf":1.7320508075688772},"47":{"tf":1.7320508075688772},"49":{"tf":1.0}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":12,"docs":{"1":{"tf":1.0},"13":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.4142135623730951},"37":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.7320508075688772},"54":{"tf":1.0}},"—":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"39":{"tf":1.0}}}}}}}}}}}},"o":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"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":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"37":{"tf":1.0}}}}}}}}},"df":3,"docs":{"20":{"tf":1.0},"29":{"tf":1.0},"37":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"14":{"tf":1.0},"23":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"54":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"36":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"22":{"tf":1.0},"31":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"18":{"tf":1.0},"4":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"3":{"tf":1.0},"54":{"tf":1.4142135623730951}}},"s":{"df":12,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"54":{"tf":1.0}}}}}}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":3,"docs":{"12":{"tf":1.0},"2":{"tf":1.0},"31":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"8":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"20":{"tf":1.0},"51":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"39":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"3":{"tf":1.0},"53":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":4,"docs":{"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"30":{"tf":2.0},"49":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"r":{"df":10,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"29":{"tf":1.0},"39":{"tf":1.0},"44":{"tf":1.0},"49":{"tf":1.4142135623730951},"51":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"47":{"tf":1.0},"52":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":8,"docs":{"0":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.4142135623730951},"27":{"tf":1.0},"29":{"tf":1.0},"54":{"tf":1.0},"7":{"tf":1.7320508075688772}}}}}},"i":{"d":{"df":1,"docs":{"41":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.0},"32":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"29":{"tf":1.0},"43":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"m":{"df":3,"docs":{"15":{"tf":1.0},"37":{"tf":1.4142135623730951},"49":{"tf":1.0}},"e":{"[":{"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":{}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"34":{"tf":1.0},"54":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"1":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"51":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"0":{"tf":1.0},"39":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"20":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"38":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":5,"docs":{"19":{"tf":1.4142135623730951},"37":{"tf":1.0},"39":{"tf":1.0},"52":{"tf":1.4142135623730951},"54":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"12":{"tf":1.0},"39":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"39":{"tf":1.0},"49":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"23":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":7,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"49":{"tf":1.4142135623730951},"51":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"21":{"tf":1.0},"51":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"38":{"tf":1.0},"49":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"17":{"tf":1.0},"54":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":4,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"x":{"df":2,"docs":{"46":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":4,"docs":{"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"45":{"tf":1.0}}}}}}}},"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"[":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"12":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"a":{"df":7,"docs":{"0":{"tf":2.449489742783178},"22":{"tf":1.0},"26":{"tf":2.0},"30":{"tf":1.0},"44":{"tf":1.0},"54":{"tf":1.7320508075688772},"9":{"tf":1.0}},"t":{"a":{"df":13,"docs":{"0":{"tf":2.23606797749979},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"39":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.4142135623730951},"53":{"tf":1.0},"54":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":2,"docs":{"12":{"tf":1.0},"4":{"tf":1.0}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":3,"docs":{"33":{"tf":1.0},"37":{"tf":1.0},"8":{"tf":1.0}},"g":{"df":2,"docs":{"11":{"tf":1.0},"50":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"12":{"tf":1.0},"17":{"tf":1.0}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"r":{"df":8,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"3":{"tf":1.0},"39":{"tf":1.0},"54":{"tf":1.0},"6":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"38":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":5,"docs":{"21":{"tf":1.0},"39":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"17":{"tf":1.0},"39":{"tf":1.0},"51":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"20":{"tf":1.0},"21":{"tf":1.0},"51":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"16":{"tf":1.0},"49":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"37":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":17,"docs":{"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"30":{"tf":1.7320508075688772},"31":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.4142135623730951},"4":{"tf":1.7320508075688772},"49":{"tf":1.0},"54":{"tf":1.4142135623730951},"6":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"(":{"&":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"41":{"tf":1.0},"46":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":6,"docs":{"16":{"tf":1.0},"18":{"tf":1.4142135623730951},"3":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"39":{"tf":1.0},"54":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"11":{"tf":1.0},"8":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":6,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.4142135623730951}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"36":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"14":{"tf":1.0},"31":{"tf":1.0},"53":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"34":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":3,"docs":{"0":{"tf":1.7320508075688772},"44":{"tf":1.0},"54":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"37":{"tf":1.0},"38":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"49":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"22":{"tf":1.0},"49":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"\'":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"[":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}},"df":8,"docs":{"12":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.0},"46":{"tf":1.0}},"n":{"df":1,"docs":{"18":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"l":{"df":6,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.0},"41":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":12,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"39":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":3,"docs":{"12":{"tf":1.0},"47":{"tf":1.0},"54":{"tf":1.4142135623730951}}}}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"46":{"tf":1.7320508075688772},"47":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}},"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":7,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"7":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"46":{"tf":1.0}}}}}}},"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"12":{"tf":1.0}}}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"13":{"tf":1.0},"16":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"30":{"tf":1.0},"37":{"tf":1.0}}}}},"s":{"df":1,"docs":{"34":{"tf":1.0}},"i":{"df":1,"docs":{"17":{"tf":1.0}}}}},"df":2,"docs":{"12":{"tf":1.0},"4":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":6,"docs":{"0":{"tf":1.0},"21":{"tf":1.0},"37":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"27":{"tf":1.0},"8":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"d":{"df":4,"docs":{"16":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":2,"docs":{"10":{"tf":1.0},"39":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"15":{"tf":1.0},"3":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":6,"docs":{"10":{"tf":1.4142135623730951},"17":{"tf":1.0},"39":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"7":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"31":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.4142135623730951},"44":{"tf":1.0},"54":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":19,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"31":{"tf":1.7320508075688772},"32":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.7320508075688772},"49":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"—":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"r":{"(":{"\\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"46":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"2":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"a":{"df":0,"docs":{},"l":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":8,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"31":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.0},"54":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"29":{"tf":1.0},"43":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":3,"docs":{"13":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0}}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":5,"docs":{"15":{"tf":1.0},"23":{"tf":1.0},"45":{"tf":1.0},"49":{"tf":1.0},"54":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"36":{"tf":1.0},"4":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"0":{"tf":1.4142135623730951},"17":{"tf":1.0},"3":{"tf":1.0},"51":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":6,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"49":{"tf":1.0},"54":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":7,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"46":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":31,"docs":{"1":{"tf":1.0},"12":{"tf":2.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"39":{"tf":2.23606797749979},"4":{"tf":1.4142135623730951},"41":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":2.0},"47":{"tf":1.7320508075688772},"48":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.7320508075688772},"7":{"tf":1.7320508075688772},"9":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"51":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}},"s":{"df":2,"docs":{"37":{"tf":1.0},"41":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"37":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"—":{"a":{"d":{"df":0,"docs":{},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"20":{"tf":1.0},"21":{"tf":1.0},"51":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"13":{"tf":1.0},"28":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.4142135623730951},"40":{"tf":1.0},"44":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":2,"docs":{"16":{"tf":1.0},"28":{"tf":1.0}}}}}}},"}":{"\\"":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"47":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"f":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"15":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"12":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":7,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"37":{"tf":1.7320508075688772},"4":{"tf":1.0},"43":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}},"l":{"df":0,"docs":{},"s":{"df":3,"docs":{"10":{"tf":1.0},"37":{"tf":1.0},"53":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}}}},"q":{"df":1,"docs":{"53":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"17":{"tf":1.0},"30":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0},"7":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"22":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"29":{"tf":1.0},"43":{"tf":1.0}}},"df":0,"docs":{}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"22":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"53":{"tf":1.0}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"17":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"37":{"tf":1.0},"8":{"tf":1.0}},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}}}},"t":{"df":6,"docs":{"15":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0}}},"x":{"df":2,"docs":{"7":{"tf":1.0},"8":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"31":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0}}},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"52":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":3,"docs":{"13":{"tf":1.0},"31":{"tf":1.0},"4":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"49":{"tf":1.0},"51":{"tf":1.0}}}}}}},"n":{"df":10,"docs":{"10":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"46":{"tf":2.449489742783178},"47":{"tf":2.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"o":{"c":{"df":0,"docs":{},"u":{"df":2,"docs":{"6":{"tf":1.0},"7":{"tf":1.0}},"s":{"df":3,"docs":{"0":{"tf":1.0},"15":{"tf":1.0},"37":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"31":{"tf":1.0},"4":{"tf":1.4142135623730951},"5":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"t":{"!":{"(":{"\\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"4":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"2":{"tf":1.0},"21":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"41":{"tf":1.0},"42":{"tf":1.0}}}}}}}}}}},"df":17,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.4142135623730951},"2":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"45":{"tf":1.0},"49":{"tf":1.4142135623730951},"5":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}},"’":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"8":{"tf":1.0}}}}}}},"d":{"df":1,"docs":{"51":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"3":{"tf":1.0},"52":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"36":{"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":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"41":{"tf":1.0},"46":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":8,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"30":{"tf":1.4142135623730951},"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"46":{"tf":1.0},"54":{"tf":1.0}}}}},"t":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"46":{"tf":1.0},"47":{"tf":1.0}}}},"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":1,"docs":{"1":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"54":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"17":{"tf":1.0},"22":{"tf":1.0}}}},"df":0,"docs":{},"o":{"d":{"df":5,"docs":{"10":{"tf":1.0},"34":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"17":{"tf":1.0},"22":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":1,"docs":{"48":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"14":{"tf":1.0},"39":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"1":{"tf":1.0},"14":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"12":{"tf":1.0}},"l":{"df":2,"docs":{"0":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"r":{"d":{"df":1,"docs":{"8":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"24":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"28":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"17":{"tf":1.0},"4":{"tf":1.0},"9":{"tf":1.4142135623730951}},"i":{"df":2,"docs":{"20":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"0":{"tf":1.0},"47":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":8,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"4":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"35":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"49":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"i":{"[":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"20":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"a":{"df":3,"docs":{"28":{"tf":1.4142135623730951},"46":{"tf":1.0},"47":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"46":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"14":{"tf":1.0}},"i":{"df":1,"docs":{"38":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"45":{"tf":1.0}}}}}}}},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.4142135623730951}}}},"l":{"df":2,"docs":{"46":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":7,"docs":{"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"49":{"tf":1.0}}}}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":4,"docs":{"0":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":7,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.4142135623730951},"53":{"tf":1.0},"54":{"tf":1.0},"9":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"\\"":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"46":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"3":{"tf":1.0},"4":{"tf":1.4142135623730951},"54":{"tf":1.0},"6":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"12":{"tf":1.0},"21":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":3,"docs":{"20":{"tf":1.4142135623730951},"41":{"tf":1.0},"46":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"41":{"tf":1.0},"46":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"37":{"tf":1.0}}}}}}},"df":2,"docs":{"34":{"tf":1.0},"37":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"52":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":4,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"3":{"tf":1.0},"49":{"tf":1.0}}}},"n":{"d":{"df":4,"docs":{"17":{"tf":1.0},"39":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"0":{"tf":1.4142135623730951},"3":{"tf":1.0},"39":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":2,"docs":{"49":{"tf":1.0},"9":{"tf":2.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"5":{"tf":1.0}}}}}},"v":{"df":3,"docs":{"29":{"tf":1.0},"52":{"tf":1.0},"7":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"8":{"tf":1.0}},"t":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":3,"docs":{"29":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.0},"33":{"tf":1.0}}}},"’":{"df":1,"docs":{"0":{"tf":1.0}}}},"v":{"df":1,"docs":{"50":{"tf":1.0}}}},"j":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"g":{"df":4,"docs":{"13":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}}},"k":{"8":{"df":6,"docs":{"16":{"tf":1.0},"22":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"53":{"tf":1.0}},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"54":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":15,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.7320508075688772},"22":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951}}}},"y":{"df":2,"docs":{"46":{"tf":1.0},"47":{"tf":1.0}}}},"n":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"51":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"49":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"13":{"tf":1.0},"7":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"39":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"21":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"33":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"26":{"tf":1.0},"4":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"15":{"tf":1.0},"21":{"tf":1.0},"3":{"tf":1.0},"44":{"tf":1.0},"51":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"12":{"tf":1.0},"39":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":10,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"20":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":16,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0},"37":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"9":{"tf":1.0}}}}},"o":{"a":{"d":{"df":2,"docs":{"25":{"tf":1.0},"29":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"54":{"tf":1.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":4,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":11,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"31":{"tf":1.4142135623730951},"33":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0}}},"t":{"df":1,"docs":{"49":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":3,"docs":{"46":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0}},"i":{"c":{"df":2,"docs":{"45":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"37":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":5,"docs":{"10":{"tf":1.0},"17":{"tf":1.0},"39":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"53":{"tf":1.0}}},"p":{"df":3,"docs":{"22":{"tf":1.0},"33":{"tf":1.0},"6":{"tf":1.0}}},"s":{"df":1,"docs":{"15":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"r":{"df":2,"docs":{"12":{"tf":1.0},"4":{"tf":1.0}}},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"10":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"34":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":10,"docs":{"10":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"13":{"tf":1.0},"38":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":7,"docs":{"13":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"49":{"tf":1.0},"8":{"tf":1.0}}}},"n":{"df":0,"docs":{},"i":{"df":6,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"51":{"tf":1.0}}}},"p":{"df":3,"docs":{"16":{"tf":1.0},"37":{"tf":1.0},"49":{"tf":1.0}}},"t":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"50":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"17":{"tf":1.0},"35":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}},"x":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"2":{"5":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"y":{"b":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":8,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"39":{"tf":1.0},"53":{"tf":1.0}}}}},"t":{"df":1,"docs":{"21":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"2":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"37":{"tf":1.0},"54":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"c":{"df":4,"docs":{"12":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"5":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"22":{"tf":1.0},"24":{"tf":1.0},"33":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"10":{"tf":1.4142135623730951},"51":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"52":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":5,"docs":{"29":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0}}}},"x":{"df":2,"docs":{"52":{"tf":1.0},"8":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":7,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"39":{"tf":1.7320508075688772},"49":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"13":{"tf":1.0}}}},"df":1,"docs":{"41":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"48":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"13":{"tf":1.0},"22":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":7,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.4142135623730951},"34":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"22":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0}}}}}}},"t":{"df":5,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"46":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"46":{"tf":1.0},"47":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"41":{"tf":1.0},"46":{"tf":1.0}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"df":1,"docs":{"9":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":9,"docs":{"21":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"47":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.4142135623730951},"8":{"tf":1.0}},"—":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"g":{"df":1,"docs":{"37":{"tf":1.0}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":10,"docs":{"0":{"tf":1.7320508075688772},"15":{"tf":1.0},"17":{"tf":1.0},"3":{"tf":1.4142135623730951},"39":{"tf":1.0},"4":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"30":{"tf":1.0}}}}},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"46":{"tf":1.0},"47":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":4,"docs":{"39":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"49":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"43":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":23,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"12":{"tf":1.4142135623730951},"15":{"tf":1.7320508075688772},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"2":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.7320508075688772},"39":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.4142135623730951},"52":{"tf":1.0},"54":{"tf":1.7320508075688772},"7":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":2,"docs":{"22":{"tf":1.0},"8":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"df":6,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.7320508075688772},"37":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"{":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{":":{":":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"21":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"[":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":16,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"22":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"39":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"12":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"49":{"tf":1.0},"51":{"tf":1.0}}}}}},"k":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"\\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"46":{"tf":1.0},"47":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":5,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"46":{"tf":1.0}}},"n":{"c":{"df":3,"docs":{"12":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0}}},"df":4,"docs":{"15":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"44":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"35":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"0":{"tf":1.0},"17":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.4142135623730951},"37":{"tf":1.7320508075688772},"53":{"tf":1.0}}}},"t":{"df":2,"docs":{"21":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"12":{"tf":1.0},"43":{"tf":1.0}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":9,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":1.0},"49":{"tf":1.4142135623730951},"54":{"tf":1.0},"6":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"21":{"tf":1.0},"53":{"tf":1.0},"7":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":8,"docs":{"12":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"3":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}}},"p":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"12":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"16":{"tf":1.0},"49":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"1":{"tf":1.0},"31":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"30":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"4":{"tf":1.0},"44":{"tf":1.0},"54":{"tf":1.0},"7":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":4,"docs":{"14":{"tf":1.0},"2":{"tf":1.0},"38":{"tf":1.0},"50":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":5,"docs":{"0":{"tf":1.0},"19":{"tf":1.0},"44":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.0}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"31":{"tf":1.0},"37":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":1,"docs":{"12":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"19":{"tf":1.0},"26":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":3,"docs":{"15":{"tf":1.0},"21":{"tf":2.0},"22":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":3,"docs":{"0":{"tf":1.0},"4":{"tf":1.0},"54":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"15":{"tf":1.0},"16":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}}},"l":{"a":{"df":0,"docs":{},"n":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"[":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"36":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":20,"docs":{"1":{"tf":1.0},"12":{"tf":2.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"20":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":2.0},"32":{"tf":1.4142135623730951},"36":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"37":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"45":{"tf":1.0}},"g":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"13":{"tf":1.0},"18":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"d":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"3":{"tf":1.0}}}},"df":0,"docs":{}},"df":4,"docs":{"30":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0},"52":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"39":{"tf":1.0},"54":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"14":{"tf":1.0},"22":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"9":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"15":{"tf":1.0},"49":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"31":{"tf":1.4142135623730951},"37":{"tf":2.0},"39":{"tf":1.0},"41":{"tf":1.0}}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}},"t":{"df":3,"docs":{"22":{"tf":1.0},"44":{"tf":1.0},"52":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"31":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.4142135623730951}}}}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"11":{"tf":1.0},"5":{"tf":1.0}}}}}},"df":0,"docs":{}}},"o":{"b":{"df":0,"docs":{},"e":{"df":7,"docs":{"17":{"tf":1.0},"21":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"29":{"tf":1.0},"30":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":6,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"30":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":1.0},"54":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":6,"docs":{"0":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0},"7":{"tf":1.0}},"t":{"df":4,"docs":{"10":{"tf":1.0},"29":{"tf":1.0},"54":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":7,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"39":{"tf":1.0},"52":{"tf":1.0},"9":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":7,"docs":{"0":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"21":{"tf":1.0},"3":{"tf":1.0},"53":{"tf":1.0},"7":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"10":{"tf":1.0},"46":{"tf":1.0}},"r":{"df":1,"docs":{"37":{"tf":1.0}}}},"i":{"d":{"df":3,"docs":{"34":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":4,"docs":{"12":{"tf":1.4142135623730951},"36":{"tf":1.0},"4":{"tf":1.0},"54":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"36":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"46":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"b":{"df":2,"docs":{"46":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"54":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"53":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"18":{"tf":1.0},"3":{"tf":1.0}}}}}}}},"q":{"a":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"24":{"tf":1.0},"50":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}}}}}},"r":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"12":{"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":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"(":{"1":{"0":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":2,"docs":{"25":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}},"df":9,"docs":{"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"12":{"tf":1.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"46":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"l":{"df":3,"docs":{"36":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":1.0}},"e":{"df":0,"docs":{},"—":{"a":{"df":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":12,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":1.4142135623730951},"37":{"tf":1.7320508075688772},"4":{"tf":1.0},"43":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.4142135623730951}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":3,"docs":{"0":{"tf":1.0},"3":{"tf":1.0},"45":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"1":{"tf":1.0},"3":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"19":{"tf":1.0},"53":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":3,"docs":{"13":{"tf":1.0},"21":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"38":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"31":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}},"x":{"df":2,"docs":{"36":{"tf":1.0},"37":{"tf":1.0}}}},"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"22":{"tf":1.0},"43":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"20":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"3":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"39":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":4,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":4,"docs":{"19":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"53":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":6,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"53":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"12":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":4,"docs":{"16":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"54":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":7,"docs":{"12":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"27":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.4142135623730951},"54":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":10,"docs":{"22":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":1.0},"5":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"54":{"tf":1.0},"9":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":6,"docs":{"12":{"tf":1.0},"30":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0},"54":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"15":{"tf":1.4142135623730951},"21":{"tf":1.0},"42":{"tf":1.0},"49":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":3,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"53":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"10":{"tf":1.0},"53":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":6,"docs":{"0":{"tf":1.0},"3":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"49":{"tf":1.0},"54":{"tf":1.4142135623730951}}}}},"p":{"c":{"df":1,"docs":{"46":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"41":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.7320508075688772},"47":{"tf":1.4142135623730951}}}}}}}}},"df":18,"docs":{"1":{"tf":1.0},"10":{"tf":1.7320508075688772},"12":{"tf":2.0},"13":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.7320508075688772},"20":{"tf":1.0},"22":{"tf":1.0},"31":{"tf":1.7320508075688772},"35":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":2.0},"4":{"tf":1.7320508075688772},"47":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.7320508075688772},"53":{"tf":1.4142135623730951},"54":{"tf":2.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"41":{"tf":1.0},"46":{"tf":1.4142135623730951}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":4,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":26,"docs":{"12":{"tf":1.0},"13":{"tf":1.4142135623730951},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.7320508075688772},"32":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.4142135623730951},"49":{"tf":1.7320508075688772},"52":{"tf":1.7320508075688772},"53":{"tf":1.7320508075688772},"54":{"tf":1.7320508075688772}},"’":{"df":1,"docs":{"37":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"36":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"49":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"36":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"44":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":5,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"31":{"tf":1.4142135623730951},"49":{"tf":1.0},"53":{"tf":1.4142135623730951}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"0":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"37":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"24":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"2":{"df":4,"docs":{"25":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"3":{"df":3,"docs":{"24":{"tf":1.0},"26":{"tf":1.0},"8":{"tf":1.0}}},"4":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":28,"docs":{"1":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":2.23606797749979},"16":{"tf":1.7320508075688772},"17":{"tf":1.7320508075688772},"18":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":2.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"31":{"tf":1.7320508075688772},"32":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"39":{"tf":2.23606797749979},"4":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"49":{"tf":2.23606797749979},"50":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"53":{"tf":1.7320508075688772},"54":{"tf":2.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"a":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"37":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"22":{"tf":1.0},"7":{"tf":2.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"d":{"df":8,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0}}},"df":4,"docs":{"17":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":1.0},"39":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}},"f":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"46":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":3,"docs":{"21":{"tf":1.0},"46":{"tf":1.7320508075688772},"47":{"tf":1.7320508075688772}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"8":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"49":{"tf":1.0}},"i":{"c":{"df":5,"docs":{"0":{"tf":1.0},"34":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":6,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.0},"51":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"16":{"tf":1.0},"34":{"tf":1.0},"52":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":10,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":7,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"0":{"tf":1.0},"10":{"tf":1.4142135623730951},"53":{"tf":1.0}}}},"w":{"df":5,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"23":{"tf":1.0},"28":{"tf":1.0},"45":{"tf":1.0}}}}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":13,"docs":{"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"31":{"tf":1.7320508075688772},"37":{"tf":1.7320508075688772},"4":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"9":{"tf":1.7320508075688772}},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"24":{"tf":1.0},"46":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"26":{"tf":1.0}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":3,"docs":{"12":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0}}}}},"t":{"df":1,"docs":{"15":{"tf":1.0}}},"z":{"df":0,"docs":{},"e":{"df":1,"docs":{"9":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"29":{"tf":1.0},"7":{"tf":1.0}}},"w":{"df":3,"docs":{"37":{"tf":1.0},"52":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"29":{"tf":1.0}}}},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"17":{"tf":1.0},"3":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":5,"docs":{"21":{"tf":1.0},"24":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"42":{"tf":1.0},"47":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"3":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":1,"docs":{"54":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":4,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"37":{"tf":1.0},"51":{"tf":1.0}},"i":{"df":1,"docs":{"17":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":3,"docs":{"22":{"tf":1.0},"32":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"30":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"t":{"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"34":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"52":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"22":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"46":{"tf":1.0}}}}}}},"df":0,"docs":{}},"_":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"42":{"tf":1.0},"47":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":14,"docs":{"12":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.7320508075688772},"39":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"46":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"7":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"e":{"df":3,"docs":{"12":{"tf":1.0},"22":{"tf":1.0},"9":{"tf":1.7320508075688772}}},"i":{"c":{"df":1,"docs":{"46":{"tf":1.0}}},"df":0,"docs":{}}},"y":{"df":5,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"29":{"tf":1.4142135623730951},"47":{"tf":1.0},"53":{"tf":1.0}}}},"d":{":":{":":{"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":4,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{":":{":":{"a":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"46":{"tf":1.0}}},"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":{":":{":":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"24":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"21":{"tf":1.0},"37":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"53":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"p":{"df":3,"docs":{"12":{"tf":1.0},"39":{"tf":1.0},"54":{"tf":1.0}}}},"r":{"df":2,"docs":{"46":{"tf":1.0},"47":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"26":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"39":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"46":{"tf":1.0},"47":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"51":{"tf":1.4142135623730951}}}}}},"u":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"25":{"tf":1.0}}}},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"6":{"tf":1.0}}}}},"df":6,"docs":{"0":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":1.0},"54":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"0":{"tf":1.0},"54":{"tf":1.0}}}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"35":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"50":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"13":{"tf":1.0},"22":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"27":{"tf":1.0}}}}}}},"w":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"52":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":7,"docs":{"20":{"tf":1.4142135623730951},"3":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}}}}}}}},"t":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"7":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"4":{"5":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"46":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":4,"docs":{"17":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"39":{"tf":1.0}}}}},"d":{"df":3,"docs":{"20":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"22":{"tf":1.0},"3":{"tf":1.4142135623730951},"51":{"tf":1.0}}},"r":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"21":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"25":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":24,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.0},"11":{"tf":1.0},"15":{"tf":2.0},"16":{"tf":1.7320508075688772},"17":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.4142135623730951},"3":{"tf":1.7320508075688772},"39":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.4142135623730951},"5":{"tf":1.4142135623730951},"52":{"tf":1.0},"53":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"43":{"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":{"42":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"{":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"47":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"46":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"46":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"7":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"13":{"tf":1.0},"31":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"e":{"df":12,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"29":{"tf":1.7320508075688772},"3":{"tf":1.4142135623730951},"33":{"tf":1.0},"37":{"tf":1.0},"53":{"tf":1.0},"7":{"tf":1.7320508075688772}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"36":{"tf":1.0},"37":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"29":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"15":{"tf":1.0},"20":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"37":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"29":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":18,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"31":{"tf":1.0},"39":{"tf":1.7320508075688772},"4":{"tf":1.7320508075688772},"44":{"tf":1.0},"46":{"tf":1.4142135623730951},"49":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"8":{"tf":1.0}},"y":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"g":{"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":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"46":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"15":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"49":{"tf":1.0}}},"k":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":14,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.7320508075688772},"41":{"tf":1.0},"54":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"45":{"tf":1.0},"51":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":15,"docs":{"0":{"tf":1.7320508075688772},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"21":{"tf":1.0},"25":{"tf":2.0},"26":{"tf":2.0},"27":{"tf":1.0},"36":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"53":{"tf":1.0},"54":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"5":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"16":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"19":{"tf":1.0},"54":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":3,"docs":{"22":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"32":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}}},"x":{"df":1,"docs":{"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"32":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"25":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.4142135623730951},"39":{"tf":1.0},"41":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"47":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":3,"docs":{"30":{"tf":1.0},"4":{"tf":1.0},"49":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"17":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"16":{"tf":1.0}}}},"df":21,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":2.23606797749979},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"46":{"tf":2.23606797749979},"47":{"tf":1.7320508075688772},"49":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"19":{"tf":1.0},"51":{"tf":1.0},"9":{"tf":1.7320508075688772}},"s":{"(":{"1":{"0":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":2,"docs":{"25":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"z":{"df":2,"docs":{"46":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":16,"docs":{"0":{"tf":2.0},"13":{"tf":1.0},"17":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":2.23606797749979},"36":{"tf":1.0},"39":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":1.0},"51":{"tf":1.4142135623730951},"53":{"tf":1.0},"54":{"tf":2.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"!":{"[":{"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":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":1,"docs":{"46":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":1,"docs":{"46":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"10":{"tf":1.0},"53":{"tf":1.0}},"f":{"df":1,"docs":{"13":{"tf":1.0}},"i":{"df":10,"docs":{"0":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"27":{"tf":1.0},"29":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"16":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"[":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"12":{"tf":1.0},"31":{"tf":1.0},"4":{"tf":1.0},"54":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":2.0}},"e":{"df":0,"docs":{},"t":{"df":12,"docs":{"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.0}},"s":{"(":{"1":{"0":{"df":2,"docs":{"25":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}},"y":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":1,"docs":{"12":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"’":{"df":1,"docs":{"28":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"21":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"51":{"tf":1.0},"54":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"52":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":8,"docs":{"10":{"tf":1.0},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"20":{"tf":1.0},"31":{"tf":1.0},"39":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":4,"docs":{"34":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"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":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"2":{"0":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"0":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":1,"docs":{"10":{"tf":1.0}}},"6":{"0":{"df":3,"docs":{"10":{"tf":1.0},"25":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"9":{"0":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"0":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"0":{"tf":1.0},"29":{"tf":1.4142135623730951},"9":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"30":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":5,"docs":{"24":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"49":{"tf":1.7320508075688772}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":32,"docs":{"1":{"tf":1.0},"12":{"tf":2.23606797749979},"13":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.7320508075688772},"18":{"tf":1.4142135623730951},"19":{"tf":2.0},"20":{"tf":2.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"31":{"tf":1.7320508075688772},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"39":{"tf":2.23606797749979},"4":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":2.23606797749979},"47":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.7320508075688772},"52":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"5":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"e":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"breadcrumbs":{"root":{"0":{"df":2,"docs":{"10":{"tf":1.0},"24":{"tf":1.0}}},"1":{"0":{"df":1,"docs":{"10":{"tf":1.0}}},"df":6,"docs":{"10":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"2":{"df":3,"docs":{"26":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"3":{"0":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":1,"docs":{"7":{"tf":1.0}}},"6":{"0":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":4,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"46":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"a":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"54":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"36":{"tf":1.0},"37":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"39":{"tf":1.0},"46":{"tf":1.0},"8":{"tf":1.0}}}},"v":{"df":9,"docs":{"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.0},"31":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"46":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"19":{"tf":1.0},"21":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"30":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"49":{"tf":1.0}}}}},"d":{"df":4,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"df":6,"docs":{"39":{"tf":1.0},"41":{"tf":1.7320508075688772},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"45":{"tf":1.0}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"23":{"tf":1.0},"37":{"tf":1.0},"51":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"42":{"tf":1.0}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"52":{"tf":1.0}}}}}}}}}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":4,"docs":{"17":{"tf":1.0},"21":{"tf":1.4142135623730951},"31":{"tf":1.0},"53":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":10,"docs":{"10":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}}}}},"df":1,"docs":{"22":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"29":{"tf":1.0}},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"10":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.7320508075688772}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":5,"docs":{"50":{"tf":1.7320508075688772},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"20":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"4":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"37":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":3,"docs":{"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"15":{"tf":1.0},"39":{"tf":1.0},"49":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":12,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0}}}},"t":{"df":2,"docs":{"16":{"tf":1.0},"37":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"0":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{":":{":":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"46":{"tf":1.0},"47":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"46":{"tf":1.0},"47":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":7,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"41":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"39":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":6,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"17":{"tf":1.7320508075688772},"31":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":16,"docs":{"0":{"tf":1.7320508075688772},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"31":{"tf":1.0},"37":{"tf":1.4142135623730951},"39":{"tf":1.0},"4":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.7320508075688772},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"22":{"tf":1.0},"37":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"df":0,"docs":{}}}}},"b":{"(":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"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":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"49":{"tf":1.0}}},"df":0,"docs":{}}}}},"d":{"df":3,"docs":{"10":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"22":{"tf":1.0},"32":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"39":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.0}}}}}},"i":{"c":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}}}},"df":1,"docs":{"4":{"tf":1.0}},"e":{"c":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":6,"docs":{"22":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"52":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"36":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":9,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"22":{"tf":1.7320508075688772},"33":{"tf":1.0}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":6,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"52":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"37":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"b":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":6,"docs":{"0":{"tf":1.7320508075688772},"17":{"tf":1.0},"19":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"37":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":18,"docs":{"0":{"tf":1.0},"10":{"tf":2.23606797749979},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":2.449489742783178},"39":{"tf":1.0},"43":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":2.0},"54":{"tf":1.4142135623730951},"7":{"tf":2.6457513110645907},"9":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"0":{"tf":1.0},"1":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"18":{"tf":1.0},"20":{"tf":1.0},"26":{"tf":1.0},"51":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"39":{"tf":1.0}}}}},"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":4,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"o":{"a":{"d":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"9":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":11,"docs":{"12":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"39":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"51":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":5,"docs":{"21":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.0},"46":{"tf":1.7320508075688772},"48":{"tf":1.0}}}},"df":0,"docs":{}}}},"c":{"(":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}},"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":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"9":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"52":{"tf":1.4142135623730951},"53":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"29":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"48":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"46":{"tf":1.0}}}}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"39":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"31":{"tf":1.0},"39":{"tf":1.0},"53":{"tf":1.0}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"52":{"tf":1.0}}}}},"df":1,"docs":{"4":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"1":{"tf":1.0},"49":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"2":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"0":{"tf":1.0}}},"df":0,"docs":{}}}},"df":3,"docs":{"19":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.0}}}}}},"o":{"df":12,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"27":{"tf":1.7320508075688772},"29":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.7320508075688772},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"8":{"tf":2.23606797749979}},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"39":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.7320508075688772}}}},"c":{"df":0,"docs":{},"k":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":15,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"46":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.4142135623730951},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"37":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"22":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"17":{"tf":1.4142135623730951},"22":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"12":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"52":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}}}}},"i":{"df":6,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"7":{"tf":1.4142135623730951}},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"44":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"37":{"tf":1.0},"52":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":5,"docs":{"12":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0},"54":{"tf":1.0},"6":{"tf":1.0}},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"r":{"df":7,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"51":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"|":{"df":2,"docs":{"46":{"tf":1.0},"47":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":4,"docs":{"41":{"tf":1.0},"46":{"tf":1.7320508075688772},"47":{"tf":1.7320508075688772},"49":{"tf":1.0}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":12,"docs":{"1":{"tf":1.0},"13":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.4142135623730951},"37":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.7320508075688772},"54":{"tf":1.0}},"—":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"39":{"tf":1.0}}}}}}}}}}}},"o":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"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":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"37":{"tf":1.0}}}}}}}}},"df":3,"docs":{"20":{"tf":1.0},"29":{"tf":1.0},"37":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"14":{"tf":1.0},"23":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"54":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"36":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"22":{"tf":1.0},"31":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"18":{"tf":1.0},"4":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"3":{"tf":1.0},"54":{"tf":1.4142135623730951}}},"s":{"df":12,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"54":{"tf":1.0}}}}}}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":3,"docs":{"12":{"tf":1.7320508075688772},"2":{"tf":1.0},"31":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"8":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"20":{"tf":1.0},"51":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"39":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"3":{"tf":1.0},"53":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":4,"docs":{"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"30":{"tf":2.23606797749979},"49":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"r":{"df":10,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"29":{"tf":1.0},"39":{"tf":1.0},"44":{"tf":1.0},"49":{"tf":1.4142135623730951},"51":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"47":{"tf":1.4142135623730951},"52":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":8,"docs":{"0":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.7320508075688772},"27":{"tf":1.0},"29":{"tf":1.0},"54":{"tf":1.0},"7":{"tf":1.7320508075688772}}}}}},"i":{"d":{"df":1,"docs":{"41":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.0},"32":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"29":{"tf":1.4142135623730951},"43":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"m":{"df":3,"docs":{"15":{"tf":1.0},"37":{"tf":1.4142135623730951},"49":{"tf":1.0}},"e":{"[":{"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":{}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"34":{"tf":1.0},"54":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"1":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"17":{"tf":1.0},"18":{"tf":1.7320508075688772},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.7320508075688772},"51":{"tf":1.4142135623730951}}}},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"0":{"tf":1.7320508075688772},"39":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"20":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"38":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":5,"docs":{"19":{"tf":1.4142135623730951},"37":{"tf":1.0},"39":{"tf":1.0},"52":{"tf":1.4142135623730951},"54":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"12":{"tf":1.0},"39":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"39":{"tf":1.0},"49":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"23":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":9,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.7320508075688772},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.7320508075688772},"49":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"21":{"tf":1.0},"51":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"38":{"tf":1.0},"49":{"tf":2.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"17":{"tf":1.0},"54":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":4,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"x":{"df":2,"docs":{"46":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":4,"docs":{"28":{"tf":1.0},"29":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"45":{"tf":1.0}}}}}}}},"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"[":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"12":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"a":{"df":7,"docs":{"0":{"tf":2.449489742783178},"22":{"tf":1.0},"26":{"tf":2.23606797749979},"30":{"tf":1.0},"44":{"tf":1.0},"54":{"tf":1.7320508075688772},"9":{"tf":1.0}},"t":{"a":{"df":13,"docs":{"0":{"tf":2.23606797749979},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"39":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.4142135623730951},"53":{"tf":1.0},"54":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":2,"docs":{"12":{"tf":1.0},"4":{"tf":1.0}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":3,"docs":{"33":{"tf":1.0},"37":{"tf":1.0},"8":{"tf":1.0}},"g":{"df":2,"docs":{"11":{"tf":1.0},"50":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"12":{"tf":1.0},"17":{"tf":1.0}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"r":{"df":8,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"3":{"tf":1.0},"39":{"tf":1.0},"54":{"tf":1.0},"6":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"38":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":5,"docs":{"21":{"tf":1.0},"39":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"17":{"tf":1.0},"39":{"tf":1.0},"51":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"20":{"tf":1.0},"21":{"tf":1.0},"51":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"16":{"tf":1.0},"49":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"37":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":17,"docs":{"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"30":{"tf":2.0},"31":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.4142135623730951},"4":{"tf":1.7320508075688772},"49":{"tf":1.0},"54":{"tf":1.4142135623730951},"6":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"(":{"&":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"41":{"tf":1.0},"46":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":6,"docs":{"16":{"tf":1.0},"18":{"tf":1.4142135623730951},"3":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"39":{"tf":1.0},"54":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"13":{"tf":1.7320508075688772}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"11":{"tf":1.0},"8":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":16,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"38":{"tf":1.7320508075688772},"39":{"tf":2.23606797749979},"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}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"36":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"14":{"tf":1.0},"31":{"tf":1.0},"53":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"34":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":3,"docs":{"0":{"tf":1.7320508075688772},"44":{"tf":1.0},"54":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"37":{"tf":1.0},"38":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"34":{"tf":1.4142135623730951},"37":{"tf":1.0},"4":{"tf":1.0},"49":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"22":{"tf":1.0},"49":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"\'":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"[":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}},"df":8,"docs":{"12":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.0},"46":{"tf":1.0}},"n":{"df":1,"docs":{"18":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"l":{"df":6,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.0},"41":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.7320508075688772}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":12,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"39":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":3,"docs":{"12":{"tf":1.0},"47":{"tf":1.0},"54":{"tf":1.4142135623730951}}}}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"46":{"tf":1.7320508075688772},"47":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}},"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":7,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"7":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"46":{"tf":1.0}}}}}}},"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"12":{"tf":1.0}}}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"13":{"tf":1.0},"16":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"30":{"tf":1.0},"37":{"tf":1.0}}}}},"s":{"df":1,"docs":{"34":{"tf":1.0}},"i":{"df":1,"docs":{"17":{"tf":1.0}}}}},"df":2,"docs":{"12":{"tf":1.0},"4":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":6,"docs":{"0":{"tf":1.0},"21":{"tf":1.0},"37":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"27":{"tf":1.0},"8":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"d":{"df":4,"docs":{"16":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":2,"docs":{"10":{"tf":1.0},"39":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"15":{"tf":1.0},"3":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":6,"docs":{"10":{"tf":1.4142135623730951},"17":{"tf":1.0},"39":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"7":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"31":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.4142135623730951},"44":{"tf":1.0},"54":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":19,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"31":{"tf":1.7320508075688772},"32":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.7320508075688772},"49":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"—":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"r":{"(":{"\\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"46":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"2":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"a":{"df":0,"docs":{},"l":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":8,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"31":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.0},"54":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"29":{"tf":1.0},"43":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":3,"docs":{"13":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0}}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":15,"docs":{"15":{"tf":1.0},"23":{"tf":1.7320508075688772},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"45":{"tf":1.7320508075688772},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"54":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"36":{"tf":1.0},"4":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"0":{"tf":1.4142135623730951},"17":{"tf":1.0},"3":{"tf":1.0},"51":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":6,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"49":{"tf":1.0},"54":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":7,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"46":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":32,"docs":{"1":{"tf":1.0},"12":{"tf":2.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":2.0},"19":{"tf":1.0},"20":{"tf":2.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.7320508075688772},"31":{"tf":1.4142135623730951},"36":{"tf":1.7320508075688772},"37":{"tf":1.0},"39":{"tf":2.23606797749979},"4":{"tf":1.4142135623730951},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"45":{"tf":2.0},"46":{"tf":2.23606797749979},"47":{"tf":2.23606797749979},"48":{"tf":1.4142135623730951},"49":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.7320508075688772},"7":{"tf":1.7320508075688772},"9":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"51":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}},"s":{"df":2,"docs":{"37":{"tf":1.0},"41":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"37":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"—":{"a":{"d":{"df":0,"docs":{},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"20":{"tf":1.0},"21":{"tf":1.0},"51":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":9,"docs":{"13":{"tf":1.0},"28":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.4142135623730951},"40":{"tf":1.7320508075688772},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.4142135623730951}}},"df":0,"docs":{},"s":{"df":2,"docs":{"16":{"tf":1.0},"28":{"tf":1.4142135623730951}}}}}}},"}":{"\\"":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"47":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"f":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"15":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"12":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":7,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"37":{"tf":1.7320508075688772},"4":{"tf":1.0},"43":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}},"l":{"df":0,"docs":{},"s":{"df":3,"docs":{"10":{"tf":1.0},"37":{"tf":1.0},"53":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}}}},"q":{"df":1,"docs":{"53":{"tf":1.7320508075688772}}},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"17":{"tf":1.0},"30":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0},"7":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"22":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"29":{"tf":1.0},"43":{"tf":1.0}}},"df":0,"docs":{}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"22":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"53":{"tf":1.0}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"17":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"37":{"tf":1.0},"8":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}}}},"t":{"df":6,"docs":{"15":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0}}},"x":{"df":2,"docs":{"7":{"tf":1.0},"8":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"31":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0}}},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"52":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":3,"docs":{"13":{"tf":1.0},"31":{"tf":1.0},"4":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"49":{"tf":1.0},"51":{"tf":1.0}}}}}}},"n":{"df":10,"docs":{"10":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"46":{"tf":2.449489742783178},"47":{"tf":2.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"o":{"c":{"df":0,"docs":{},"u":{"df":2,"docs":{"6":{"tf":1.0},"7":{"tf":1.0}},"s":{"df":3,"docs":{"0":{"tf":1.0},"15":{"tf":1.0},"37":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"31":{"tf":1.0},"4":{"tf":1.4142135623730951},"5":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"t":{"!":{"(":{"\\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"4":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":13,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"2":{"tf":1.7320508075688772},"21":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"41":{"tf":1.0},"42":{"tf":1.0}}}}}}}}}}},"df":21,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.4142135623730951},"2":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.7320508075688772},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"49":{"tf":1.4142135623730951},"5":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}},"’":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"8":{"tf":1.0}}}}}}},"d":{"df":1,"docs":{"51":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"3":{"tf":1.0},"52":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"36":{"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":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"41":{"tf":1.0},"46":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":8,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"30":{"tf":1.4142135623730951},"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"46":{"tf":1.0},"54":{"tf":1.0}}}}},"t":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"46":{"tf":1.0},"47":{"tf":1.0}}}},"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":1,"docs":{"1":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"54":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"17":{"tf":1.0},"22":{"tf":1.0}}}},"df":0,"docs":{},"o":{"d":{"df":5,"docs":{"10":{"tf":1.0},"34":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"17":{"tf":1.0},"22":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":1,"docs":{"48":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"14":{"tf":1.0},"39":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{}}},"df":25,"docs":{"1":{"tf":1.0},"14":{"tf":1.7320508075688772},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"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}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"12":{"tf":1.0}},"l":{"df":2,"docs":{"0":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"r":{"d":{"df":1,"docs":{"8":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"24":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"28":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"17":{"tf":1.0},"4":{"tf":1.0},"9":{"tf":1.7320508075688772}},"i":{"df":2,"docs":{"20":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.7320508075688772}}}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"0":{"tf":1.0},"47":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":8,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"4":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"35":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"49":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"i":{"[":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"20":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"a":{"df":3,"docs":{"28":{"tf":1.7320508075688772},"46":{"tf":1.0},"47":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"46":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"i":{"df":24,"docs":{"14":{"tf":1.7320508075688772},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"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}},"i":{"df":12,"docs":{"38":{"tf":1.7320508075688772},"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}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"45":{"tf":1.0}}}}}}}},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.7320508075688772}}}},"l":{"df":2,"docs":{"46":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":7,"docs":{"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"49":{"tf":1.0}}}}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":4,"docs":{"0":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":7,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.4142135623730951},"53":{"tf":1.0},"54":{"tf":1.0},"9":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"\\"":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"46":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"3":{"tf":1.0},"4":{"tf":1.4142135623730951},"54":{"tf":1.0},"6":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"12":{"tf":1.0},"21":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":3,"docs":{"20":{"tf":1.4142135623730951},"41":{"tf":1.0},"46":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"41":{"tf":1.0},"46":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"37":{"tf":1.0}}}}}}},"df":2,"docs":{"34":{"tf":1.0},"37":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"52":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":4,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"3":{"tf":1.0},"49":{"tf":1.0}}}},"n":{"d":{"df":4,"docs":{"17":{"tf":1.0},"39":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"0":{"tf":1.4142135623730951},"3":{"tf":1.0},"39":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":2,"docs":{"49":{"tf":1.7320508075688772},"9":{"tf":2.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"5":{"tf":1.0}}}}}},"v":{"df":3,"docs":{"29":{"tf":1.0},"52":{"tf":1.0},"7":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"8":{"tf":1.0}},"t":{"df":1,"docs":{"3":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":3,"docs":{"29":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.0},"33":{"tf":1.0}}}},"’":{"df":1,"docs":{"0":{"tf":1.0}}}},"v":{"df":5,"docs":{"50":{"tf":1.7320508075688772},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0}}}},"j":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"g":{"df":4,"docs":{"13":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}}},"k":{"8":{"df":6,"docs":{"16":{"tf":1.0},"22":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"53":{"tf":1.0}},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"54":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":15,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.7320508075688772},"22":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951}}}},"y":{"df":2,"docs":{"46":{"tf":1.0},"47":{"tf":1.0}}}},"n":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"51":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"35":{"tf":1.4142135623730951},"4":{"tf":1.0},"49":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"13":{"tf":1.0},"7":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"39":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"21":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"33":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"26":{"tf":1.0},"4":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"15":{"tf":1.7320508075688772},"21":{"tf":1.0},"3":{"tf":1.0},"44":{"tf":1.0},"51":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"12":{"tf":1.0},"39":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":10,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"39":{"tf":1.7320508075688772},"4":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"12":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"20":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":16,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.4142135623730951},"29":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0},"37":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"9":{"tf":1.0}}}}},"o":{"a":{"d":{"df":2,"docs":{"25":{"tf":1.0},"29":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"54":{"tf":1.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":4,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":11,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"31":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"37":{"tf":1.0},"4":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0}}},"t":{"df":1,"docs":{"49":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":3,"docs":{"46":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0}},"i":{"c":{"df":2,"docs":{"45":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"37":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":5,"docs":{"10":{"tf":1.0},"17":{"tf":1.0},"39":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"53":{"tf":1.0}}},"p":{"df":3,"docs":{"22":{"tf":1.0},"33":{"tf":1.0},"6":{"tf":1.0}}},"s":{"df":1,"docs":{"15":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"r":{"df":2,"docs":{"12":{"tf":1.0},"4":{"tf":1.0}}},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"10":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"34":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":10,"docs":{"10":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"13":{"tf":1.0},"38":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":7,"docs":{"13":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"49":{"tf":1.0},"8":{"tf":1.0}}}},"n":{"df":0,"docs":{},"i":{"df":6,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"51":{"tf":1.0}}}},"p":{"df":3,"docs":{"16":{"tf":1.0},"37":{"tf":1.0},"49":{"tf":1.0}}},"t":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"50":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"17":{"tf":1.0},"35":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}},"x":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"2":{"5":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"y":{"b":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":8,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"39":{"tf":1.0},"53":{"tf":1.0}}}}},"t":{"df":1,"docs":{"21":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"2":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"37":{"tf":1.0},"54":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"c":{"df":4,"docs":{"12":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"5":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"22":{"tf":1.0},"24":{"tf":1.0},"33":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"10":{"tf":1.7320508075688772},"51":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"52":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":5,"docs":{"29":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0}}}},"x":{"df":2,"docs":{"52":{"tf":1.0},"8":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":7,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"39":{"tf":2.23606797749979},"49":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"13":{"tf":1.0}}}},"df":1,"docs":{"41":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"48":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"13":{"tf":1.0},"22":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":7,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.4142135623730951},"34":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"22":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0}}}}}}},"t":{"df":5,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"46":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"46":{"tf":1.0},"47":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"41":{"tf":1.0},"46":{"tf":1.0}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"df":1,"docs":{"9":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":9,"docs":{"21":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"47":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"g":{"df":1,"docs":{"37":{"tf":1.0}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":10,"docs":{"0":{"tf":1.7320508075688772},"15":{"tf":1.0},"17":{"tf":1.0},"3":{"tf":1.4142135623730951},"39":{"tf":1.0},"4":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"30":{"tf":1.0}}}}},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"46":{"tf":1.0},"47":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":7,"docs":{"39":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.7320508075688772},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"43":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":23,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"12":{"tf":1.4142135623730951},"15":{"tf":1.7320508075688772},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"2":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.7320508075688772},"39":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.4142135623730951},"52":{"tf":1.0},"54":{"tf":1.7320508075688772},"7":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":2,"docs":{"22":{"tf":1.0},"8":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"df":6,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.7320508075688772},"37":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"{":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{":":{":":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"21":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"[":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":16,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"22":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"39":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"12":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"49":{"tf":1.0},"51":{"tf":1.0}}}}}},"k":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"\\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"46":{"tf":1.0},"47":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":5,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"46":{"tf":1.0}}},"n":{"c":{"df":3,"docs":{"12":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0}}},"df":4,"docs":{"15":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"44":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"35":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"0":{"tf":1.0},"17":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.4142135623730951},"37":{"tf":2.23606797749979},"53":{"tf":1.0}}}},"t":{"df":2,"docs":{"21":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"12":{"tf":1.0},"43":{"tf":1.0}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":9,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":1.0},"49":{"tf":1.4142135623730951},"54":{"tf":1.0},"6":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"21":{"tf":1.0},"53":{"tf":1.0},"7":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":8,"docs":{"12":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"3":{"tf":1.0},"6":{"tf":1.4142135623730951},"9":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.7320508075688772}}}}}}}}}},"p":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"12":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"16":{"tf":1.0},"49":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"1":{"tf":1.0},"31":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"30":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"4":{"tf":1.0},"44":{"tf":1.0},"54":{"tf":1.0},"7":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":53,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.7320508075688772},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.7320508075688772},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"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.7320508075688772},"39":{"tf":1.0},"4":{"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":1.0},"50":{"tf":1.7320508075688772},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":5,"docs":{"0":{"tf":1.0},"19":{"tf":1.0},"44":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.0}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"31":{"tf":1.0},"37":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":1,"docs":{"12":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"19":{"tf":1.0},"26":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":3,"docs":{"15":{"tf":1.0},"21":{"tf":2.449489742783178},"22":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":3,"docs":{"0":{"tf":1.0},"4":{"tf":1.0},"54":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":7,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"5":{"tf":1.7320508075688772},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"15":{"tf":1.0},"16":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}}},"l":{"a":{"df":0,"docs":{},"n":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"[":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"36":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":20,"docs":{"1":{"tf":1.0},"12":{"tf":2.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"20":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":2.0},"32":{"tf":1.4142135623730951},"36":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"37":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"45":{"tf":1.0}},"g":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"13":{"tf":1.0},"18":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"d":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"3":{"tf":1.0}}}},"df":0,"docs":{}},"df":4,"docs":{"30":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0},"52":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"39":{"tf":1.0},"54":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"14":{"tf":1.0},"22":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"9":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"15":{"tf":1.0},"49":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"31":{"tf":1.4142135623730951},"37":{"tf":2.0},"39":{"tf":1.0},"41":{"tf":1.0}}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}},"t":{"df":3,"docs":{"22":{"tf":1.0},"44":{"tf":1.0},"52":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"31":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":2.0}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.4142135623730951}}}}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"11":{"tf":1.0},"5":{"tf":1.0}}}}}},"df":0,"docs":{}}},"o":{"b":{"df":0,"docs":{},"e":{"df":7,"docs":{"17":{"tf":1.0},"21":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.4142135623730951},"48":{"tf":1.0},"49":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"29":{"tf":1.0},"30":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":6,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"30":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":1.0},"54":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":6,"docs":{"0":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0},"7":{"tf":1.0}},"t":{"df":4,"docs":{"10":{"tf":1.0},"29":{"tf":1.0},"54":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":7,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"39":{"tf":1.0},"52":{"tf":1.0},"9":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":7,"docs":{"0":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"21":{"tf":1.0},"3":{"tf":1.0},"53":{"tf":1.0},"7":{"tf":2.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"10":{"tf":1.0},"46":{"tf":1.0}},"r":{"df":1,"docs":{"37":{"tf":1.0}}}},"i":{"d":{"df":3,"docs":{"34":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":4,"docs":{"12":{"tf":1.4142135623730951},"36":{"tf":1.0},"4":{"tf":1.0},"54":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"36":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"46":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"b":{"df":2,"docs":{"46":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"54":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"53":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"18":{"tf":1.0},"3":{"tf":1.0}}}}}}}},"q":{"a":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"24":{"tf":1.0},"50":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}}}}}},"r":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"12":{"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":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"(":{"1":{"0":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":2,"docs":{"25":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}},"df":9,"docs":{"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"12":{"tf":1.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"46":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"l":{"df":3,"docs":{"36":{"tf":1.0},"46":{"tf":1.7320508075688772},"47":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"—":{"a":{"df":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":12,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":1.4142135623730951},"37":{"tf":1.7320508075688772},"4":{"tf":1.0},"43":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.4142135623730951}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":3,"docs":{"0":{"tf":1.0},"3":{"tf":1.0},"45":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"1":{"tf":1.0},"3":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"19":{"tf":1.0},"53":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":3,"docs":{"13":{"tf":1.0},"21":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":13,"docs":{"38":{"tf":1.7320508075688772},"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":2.0},"50":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"31":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}},"x":{"df":2,"docs":{"36":{"tf":1.0},"37":{"tf":1.0}}}},"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"22":{"tf":1.0},"43":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"20":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"3":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"39":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":4,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":4,"docs":{"19":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"53":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":6,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"27":{"tf":1.7320508075688772},"53":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"12":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":4,"docs":{"16":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"54":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":7,"docs":{"12":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"27":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.4142135623730951},"54":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":10,"docs":{"22":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":1.0},"5":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"54":{"tf":1.0},"9":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":6,"docs":{"12":{"tf":1.0},"30":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0},"54":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"15":{"tf":1.4142135623730951},"21":{"tf":1.0},"42":{"tf":1.0},"49":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":3,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"53":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"10":{"tf":1.0},"53":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":6,"docs":{"0":{"tf":1.0},"3":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"49":{"tf":1.0},"54":{"tf":1.4142135623730951}}}}},"p":{"c":{"df":1,"docs":{"46":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"41":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.7320508075688772},"47":{"tf":1.4142135623730951}}}}}}}}},"df":18,"docs":{"1":{"tf":1.0},"10":{"tf":2.0},"12":{"tf":2.0},"13":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.7320508075688772},"20":{"tf":1.0},"22":{"tf":1.0},"31":{"tf":2.23606797749979},"35":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":2.0},"4":{"tf":1.7320508075688772},"47":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.7320508075688772},"53":{"tf":1.4142135623730951},"54":{"tf":2.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"41":{"tf":1.0},"46":{"tf":1.4142135623730951}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":4,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":26,"docs":{"12":{"tf":1.0},"13":{"tf":1.4142135623730951},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.7320508075688772},"32":{"tf":2.0},"33":{"tf":1.7320508075688772},"34":{"tf":1.7320508075688772},"35":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.7320508075688772},"49":{"tf":1.7320508075688772},"52":{"tf":1.7320508075688772},"53":{"tf":1.7320508075688772},"54":{"tf":1.7320508075688772}},"’":{"df":1,"docs":{"37":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"36":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"49":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"36":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"45":{"tf":1.7320508075688772},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"44":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":5,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"31":{"tf":1.4142135623730951},"49":{"tf":1.0},"53":{"tf":1.4142135623730951}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"0":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"37":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"24":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"2":{"df":4,"docs":{"25":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"3":{"df":3,"docs":{"24":{"tf":1.0},"26":{"tf":1.0},"8":{"tf":1.0}}},"4":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.7320508075688772}}}}}}}},"df":0,"docs":{}}}}},"df":28,"docs":{"1":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.7320508075688772},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":2.23606797749979},"16":{"tf":1.7320508075688772},"17":{"tf":2.23606797749979},"18":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":2.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"31":{"tf":2.23606797749979},"32":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"39":{"tf":2.6457513110645907},"4":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"49":{"tf":2.23606797749979},"50":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":2.0},"53":{"tf":1.7320508075688772},"54":{"tf":2.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"a":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"37":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"22":{"tf":1.0},"7":{"tf":2.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"d":{"df":8,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0}}},"df":4,"docs":{"17":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":1.0},"39":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}},"f":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"46":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":3,"docs":{"21":{"tf":1.0},"46":{"tf":1.7320508075688772},"47":{"tf":1.7320508075688772}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"8":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"49":{"tf":1.0}},"i":{"c":{"df":5,"docs":{"0":{"tf":1.0},"34":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":6,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.0},"51":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"16":{"tf":1.0},"34":{"tf":1.0},"52":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":10,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":7,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.7320508075688772}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"0":{"tf":1.0},"10":{"tf":1.4142135623730951},"53":{"tf":1.0}}}},"w":{"df":5,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"23":{"tf":1.0},"28":{"tf":1.0},"45":{"tf":1.0}}}}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":13,"docs":{"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"31":{"tf":1.7320508075688772},"37":{"tf":1.7320508075688772},"4":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"9":{"tf":2.0}},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"24":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"26":{"tf":1.0}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":3,"docs":{"12":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0}}}}},"t":{"df":1,"docs":{"15":{"tf":1.0}}},"z":{"df":0,"docs":{},"e":{"df":1,"docs":{"9":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"29":{"tf":1.0},"7":{"tf":1.0}}},"w":{"df":3,"docs":{"37":{"tf":1.0},"52":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"29":{"tf":1.0}}}},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"17":{"tf":1.0},"3":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":5,"docs":{"21":{"tf":1.0},"24":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"42":{"tf":1.0},"47":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"3":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":1,"docs":{"54":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":4,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"37":{"tf":1.0},"51":{"tf":1.0}},"i":{"df":1,"docs":{"17":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":3,"docs":{"22":{"tf":1.0},"32":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"30":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"t":{"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"34":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"52":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"22":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"46":{"tf":1.0}}}}}}},"df":0,"docs":{}},"_":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"42":{"tf":1.0},"47":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":14,"docs":{"12":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.7320508075688772},"39":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"46":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"7":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"e":{"df":3,"docs":{"12":{"tf":1.0},"22":{"tf":1.0},"9":{"tf":1.7320508075688772}}},"i":{"c":{"df":1,"docs":{"46":{"tf":1.0}}},"df":0,"docs":{}}},"y":{"df":5,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"29":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"53":{"tf":1.0}}}},"d":{":":{":":{"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":4,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{":":{":":{"a":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"46":{"tf":1.0}}},"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":{":":{":":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"24":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"21":{"tf":1.0},"37":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"53":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"p":{"df":3,"docs":{"12":{"tf":1.0},"39":{"tf":1.0},"54":{"tf":1.0}}}},"r":{"df":2,"docs":{"46":{"tf":1.0},"47":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"26":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"39":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"46":{"tf":1.0},"47":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"51":{"tf":1.4142135623730951}}}}}},"u":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"25":{"tf":1.0}}}},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"6":{"tf":1.0}}}}},"df":6,"docs":{"0":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":1.0},"54":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"0":{"tf":1.0},"54":{"tf":1.0}}}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"35":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"50":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"13":{"tf":1.0},"22":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"27":{"tf":1.0}}}}}}},"w":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"52":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":7,"docs":{"20":{"tf":1.4142135623730951},"3":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}}}}}}}},"t":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"7":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"4":{"5":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"46":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":4,"docs":{"17":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":1.7320508075688772},"53":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"39":{"tf":1.0}}}}},"d":{"df":3,"docs":{"20":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"22":{"tf":1.0},"3":{"tf":1.4142135623730951},"51":{"tf":1.0}}},"r":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"21":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"25":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":26,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.4142135623730951},"15":{"tf":2.0},"16":{"tf":1.7320508075688772},"17":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.7320508075688772},"3":{"tf":1.7320508075688772},"39":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.4142135623730951},"5":{"tf":2.0},"52":{"tf":1.0},"53":{"tf":1.4142135623730951},"6":{"tf":1.7320508075688772},"7":{"tf":1.4142135623730951},"8":{"tf":1.7320508075688772},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"43":{"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":{"42":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"{":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"47":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"46":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"46":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"7":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"13":{"tf":1.0},"31":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"e":{"df":12,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"29":{"tf":2.0},"3":{"tf":1.4142135623730951},"33":{"tf":1.0},"37":{"tf":1.0},"53":{"tf":1.0},"7":{"tf":2.23606797749979}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"36":{"tf":1.0},"37":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"29":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"15":{"tf":1.0},"20":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"37":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"29":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":18,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"31":{"tf":1.0},"39":{"tf":1.7320508075688772},"4":{"tf":1.7320508075688772},"44":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"49":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"8":{"tf":1.0}},"y":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"g":{"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":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"46":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"15":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"49":{"tf":1.0}}},"k":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":14,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.7320508075688772},"41":{"tf":1.0},"54":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"45":{"tf":1.0},"51":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":15,"docs":{"0":{"tf":1.7320508075688772},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"21":{"tf":1.0},"25":{"tf":2.23606797749979},"26":{"tf":2.23606797749979},"27":{"tf":1.0},"36":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"53":{"tf":1.0},"54":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"5":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"16":{"tf":1.7320508075688772}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"19":{"tf":1.0},"54":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.7320508075688772}}}}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":3,"docs":{"22":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"32":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}}},"x":{"df":1,"docs":{"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"32":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"25":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.4142135623730951},"39":{"tf":1.0},"41":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"47":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":3,"docs":{"30":{"tf":1.0},"4":{"tf":1.0},"49":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"17":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"16":{"tf":1.0}}}},"df":21,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":2.23606797749979},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"46":{"tf":2.23606797749979},"47":{"tf":1.7320508075688772},"49":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":26,"docs":{"14":{"tf":1.7320508075688772},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"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},"51":{"tf":1.0},"9":{"tf":1.7320508075688772}},"s":{"(":{"1":{"0":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":2,"docs":{"25":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"z":{"df":2,"docs":{"46":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":16,"docs":{"0":{"tf":2.0},"13":{"tf":1.0},"17":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":2.449489742783178},"36":{"tf":1.0},"39":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":1.0},"51":{"tf":1.4142135623730951},"53":{"tf":1.0},"54":{"tf":2.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"!":{"[":{"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":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":1,"docs":{"46":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":1,"docs":{"46":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"10":{"tf":1.0},"53":{"tf":1.0}},"f":{"df":1,"docs":{"13":{"tf":1.0}},"i":{"df":10,"docs":{"0":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"27":{"tf":1.0},"29":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"16":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"[":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"12":{"tf":1.0},"31":{"tf":1.0},"4":{"tf":1.0},"54":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":2.23606797749979}},"e":{"df":0,"docs":{},"t":{"df":12,"docs":{"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.0}},"s":{"(":{"1":{"0":{"df":2,"docs":{"25":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}},"y":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":1,"docs":{"12":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"’":{"df":1,"docs":{"28":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"21":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"51":{"tf":1.0},"54":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"52":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":8,"docs":{"10":{"tf":1.4142135623730951},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"20":{"tf":1.0},"31":{"tf":1.0},"39":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":4,"docs":{"34":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.4142135623730951},"52":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"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":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"2":{"0":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"0":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":1,"docs":{"10":{"tf":1.0}}},"6":{"0":{"df":3,"docs":{"10":{"tf":1.0},"25":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"9":{"0":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"0":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"0":{"tf":1.0},"29":{"tf":1.4142135623730951},"9":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"30":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":5,"docs":{"24":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"49":{"tf":1.7320508075688772}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":33,"docs":{"1":{"tf":1.0},"12":{"tf":2.23606797749979},"13":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.7320508075688772},"18":{"tf":2.0},"19":{"tf":2.449489742783178},"20":{"tf":2.23606797749979},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"25":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"28":{"tf":1.0},"31":{"tf":1.7320508075688772},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"39":{"tf":2.23606797749979},"4":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772},"42":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":2.0},"46":{"tf":2.6457513110645907},"47":{"tf":1.4142135623730951},"48":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.7320508075688772},"52":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"15":{"tf":2.0},"16":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"5":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"e":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"title":{"root":{"a":{"d":{"df":4,"docs":{"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"50":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"17":{"tf":1.0}}}}}}}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":2,"docs":{"27":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"36":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"30":{"tf":1.0}}},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"24":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"51":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"51":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"49":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"29":{"tf":1.0},"30":{"tf":1.0}}}}}}}},"d":{"a":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"30":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"38":{"tf":1.0},"39":{"tf":1.0}}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"l":{"df":1,"docs":{"51":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"23":{"tf":1.0},"45":{"tf":1.0}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"18":{"tf":1.0},"20":{"tf":1.0},"29":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"28":{"tf":1.0}}}}}}}},"f":{"a":{"df":0,"docs":{},"q":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"40":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"54":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"14":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"44":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":1,"docs":{"14":{"tf":1.0}},"i":{"df":1,"docs":{"38":{"tf":1.0}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"49":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"v":{"df":1,"docs":{"50":{"tf":1.0}}}},"k":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"39":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"24":{"tf":1.0}}}}},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"33":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"10":{"tf":1.0}}}}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"39":{"tf":1.0}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}},"w":{"df":1,"docs":{"45":{"tf":1.0}}}}},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"9":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"37":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"14":{"tf":1.0},"2":{"tf":1.0},"38":{"tf":1.0},"50":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"o":{"b":{"df":0,"docs":{},"e":{"df":1,"docs":{"46":{"tf":1.0}}}},"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"46":{"tf":1.0},"47":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"38":{"tf":1.0},"49":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"n":{"df":2,"docs":{"10":{"tf":1.0},"31":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":5,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"31":{"tf":1.0},"39":{"tf":1.0},"52":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"24":{"tf":1.0},"46":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"27":{"tf":1.0},"5":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":2,"docs":{"29":{"tf":1.0},"7":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"44":{"tf":1.0}}}}}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"25":{"tf":1.0},"26":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":1,"docs":{"16":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"10":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"48":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":7,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"lang":"English","pipeline":["trimmer","stopWordFilter","stemmer"],"ref":"id","version":"0.9.5"},"results_options":{"limit_results":30,"teaser_word_count":30},"search_options":{"bool":"OR","expand":true,"fields":{"body":{"boost":1},"breadcrumbs":{"boost":1},"title":{"boost":2}}}}')); \ No newline at end of file diff --git a/docs/searchindex-f0f9086f.js b/docs/searchindex-f0f9086f.js new file mode 100644 index 0000000..94a413d --- /dev/null +++ b/docs/searchindex-f0f9086f.js @@ -0,0 +1 @@ +window.search = Object.assign(window.search, JSON.parse('{"doc_urls":["project-context-primer.html#project-context-primer","what-you-will-learn.html#what-you-will-learn","part-i.html#part-i--foundations","introduction.html#introduction","architecture-overview.html#architecture-overview","testing-philosophy.html#testing-philosophy","scenario-lifecycle.html#scenario-lifecycle-conceptual","design-rationale.html#design-rationale","part-ii.html#part-ii--user-guide","workspace-layout.html#workspace-layout","annotated-tree.html#annotated-tree","authoring-scenarios.html#authoring-scenarios","workloads.html#core-content-workloads--expectations","workloads.html#workloads","workloads.html#expectations","scenario-builder-ext-patterns.html#core-content-scenariobuilderext-patterns","best-practices.html#best-practices","examples.html#examples","examples.html#simple-2-validator-transaction-workload","examples.html#da--transaction-workload","examples.html#chaos--liveness-check","examples-advanced.html#advanced--artificial-examples","examples-advanced.html#partition-and-recover-chaos","examples-advanced.html#da-loss-injection","examples-advanced.html#late-joiner--catch-up","examples-advanced.html#mempool-saturation-slo","examples-advanced.html#stochastic-topology-generator","running-scenarios.html#running-scenarios","runners.html#runners","runners.html#local-runner","runners.html#docker-compose-runner","runners.html#kubernetes-runner","runners.html#common-expectations","operations.html#operations","part-iii.html#part-iii--developer-reference","scenario-model.html#scenario-model-developer-level","extending.html#extending-the-framework","extending.html#adding-a-workload","extending.html#adding-an-expectation","extending.html#adding-a-runner","extending.html#adding-topology-helpers","custom-workload-example.html#example-new-workload--expectation-rust","custom-workload-example.html#workload-simple-reachability-probe","custom-workload-example.html#expectation-confirm-the-target-stayed-reachable","custom-workload-example.html#how-to-wire-it","internal-crate-reference.html#internal-crate-reference","part-iv.html#part-iv--appendix","dsl-cheat-sheet.html#core-content-dsl-cheat-sheet","troubleshooting.html#troubleshooting-scenarios","faq.html#faq","glossary.html#glossary"],"index":{"documentStore":{"docInfo":{"0":{"body":67,"breadcrumbs":6,"title":3},"1":{"body":26,"breadcrumbs":2,"title":1},"10":{"body":59,"breadcrumbs":8,"title":2},"11":{"body":101,"breadcrumbs":8,"title":2},"12":{"body":18,"breadcrumbs":12,"title":4},"13":{"body":38,"breadcrumbs":9,"title":1},"14":{"body":59,"breadcrumbs":9,"title":1},"15":{"body":84,"breadcrumbs":12,"title":4},"16":{"body":96,"breadcrumbs":8,"title":2},"17":{"body":14,"breadcrumbs":6,"title":1},"18":{"body":49,"breadcrumbs":10,"title":5},"19":{"body":51,"breadcrumbs":8,"title":3},"2":{"body":10,"breadcrumbs":4,"title":2},"20":{"body":61,"breadcrumbs":8,"title":3},"21":{"body":19,"breadcrumbs":10,"title":3},"22":{"body":58,"breadcrumbs":10,"title":3},"23":{"body":52,"breadcrumbs":10,"title":3},"24":{"body":57,"breadcrumbs":11,"title":4},"25":{"body":58,"breadcrumbs":10,"title":3},"26":{"body":53,"breadcrumbs":10,"title":3},"27":{"body":75,"breadcrumbs":8,"title":2},"28":{"body":20,"breadcrumbs":6,"title":1},"29":{"body":16,"breadcrumbs":7,"title":2},"3":{"body":84,"breadcrumbs":4,"title":1},"30":{"body":23,"breadcrumbs":8,"title":3},"31":{"body":17,"breadcrumbs":7,"title":2},"32":{"body":48,"breadcrumbs":7,"title":2},"33":{"body":135,"breadcrumbs":6,"title":1},"34":{"body":10,"breadcrumbs":8,"title":4},"35":{"body":134,"breadcrumbs":12,"title":4},"36":{"body":0,"breadcrumbs":8,"title":2},"37":{"body":28,"breadcrumbs":8,"title":2},"38":{"body":23,"breadcrumbs":8,"title":2},"39":{"body":31,"breadcrumbs":8,"title":2},"4":{"body":170,"breadcrumbs":6,"title":2},"40":{"body":20,"breadcrumbs":9,"title":3},"41":{"body":19,"breadcrumbs":14,"title":5},"42":{"body":117,"breadcrumbs":13,"title":4},"43":{"body":64,"breadcrumbs":14,"title":5},"44":{"body":24,"breadcrumbs":10,"title":1},"45":{"body":91,"breadcrumbs":10,"title":3},"46":{"body":10,"breadcrumbs":6,"title":3},"47":{"body":84,"breadcrumbs":11,"title":5},"48":{"body":86,"breadcrumbs":7,"title":2},"49":{"body":99,"breadcrumbs":5,"title":1},"5":{"body":96,"breadcrumbs":6,"title":2},"50":{"body":88,"breadcrumbs":5,"title":1},"6":{"body":159,"breadcrumbs":8,"title":3},"7":{"body":68,"breadcrumbs":6,"title":2},"8":{"body":10,"breadcrumbs":8,"title":4},"9":{"body":94,"breadcrumbs":8,"title":2}},"docs":{"0":{"body":"This book focuses on the Nomos Testing Framework. It assumes familiarity with\\nthe Nomos architecture, but for completeness, here is a short primer. Nomos is a modular blockchain protocol composed of validators, executors,\\nand a data-availability (DA) subsystem. Validators participate in consensus and produce blocks. Executors run application logic or off-chain computations referenced by\\nblocks. Data Availability (DA) ensures that data referenced in blocks is\\npublished and retrievable, including blobs or channel data used by workloads. These roles interact tightly, which is why meaningful testing must be performed\\nin multi-node environments that include real networking, timing, and DA\\ninteraction.","breadcrumbs":"Project Context Primer » Project Context Primer","id":"0","title":"Project Context Primer"},"1":{"body":"This book gives you a clear mental model for Nomos multi-node testing, shows how\\nto author scenarios that pair realistic workloads with explicit expectations,\\nand guides you to run them across local, containerized, and cluster environments\\nwithout changing the plan.","breadcrumbs":"What You Will Learn » What You Will Learn","id":"1","title":"What You Will Learn"},"10":{"body":"High-level view of the workspace and how pieces relate: nomos-testing/\\n├─ testing-framework/\\n│ ├─ configs/ # shared configuration helpers\\n│ ├─ core/ # scenario model, runtime, topology\\n│ ├─ workflows/ # workloads, expectations, DSL extensions\\n│ └─ runners/ # local, compose, k8s deployment backends\\n├─ tests/ # integration scenarios using the framework\\n└─ scripts/ # supporting setup utilities (e.g., assets) Each area maps to a responsibility: describe configs, orchestrate scenarios,\\npackage common traffic and assertions, adapt to environments, and demonstrate\\nend-to-end usage.","breadcrumbs":"Part II — User Guide » Annotated Tree » Annotated Tree","id":"10","title":"Annotated Tree"},"11":{"body":"Creating a scenario is a declarative exercise: Shape the topology: decide how many validators and executors to run, and\\nwhat high-level network and data-availability characteristics matter for the\\ntest. Attach workloads: pick traffic generators that align with your goals\\n(transactions, data-availability blobs, or chaos for resilience probes). Define expectations: specify the health signals that must hold when the\\nrun finishes (e.g., consensus liveness, inclusion of submitted activity; see Core Content: Workloads & Expectations). Set duration: choose a run window long enough to observe meaningful\\nblock progression and the effects of your workloads. Choose a runner: target local processes for fast iteration, Docker\\nCompose for reproducible multi-node stacks, or Kubernetes for cluster-grade\\nvalidation. For environment considerations, see Operations. Keep scenarios small and explicit: make the intended behavior and the success\\ncriteria clear so failures are easy to interpret and act upon.","breadcrumbs":"Part II — User Guide » Authoring Scenarios » Authoring Scenarios","id":"11","title":"Authoring Scenarios"},"12":{"body":"Workloads describe the activity a scenario generates; expectations describe the\\nsignals that must hold when that activity completes. Both are pluggable so\\nscenarios stay readable and purpose-driven.","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Core Content: Workloads & Expectations","id":"12","title":"Core Content: Workloads & Expectations"},"13":{"body":"Transaction workload: submits user-level transactions at a configurable\\nrate and can limit how many distinct actors participate. Data-availability workload: drives blob and channel activity to exercise\\ndata-availability paths. Chaos workload: triggers controlled node restarts to test resilience and\\nrecovery behaviors (requires a runner that can control nodes).","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Workloads","id":"13","title":"Workloads"},"14":{"body":"Consensus liveness: verifies the system continues to produce blocks in\\nline with the planned workload and timing window. Workload-specific checks: each workload can attach its own success\\ncriteria (e.g., inclusion of submitted activity) so scenarios remain concise. Together, workloads and expectations let you express both the pressure applied\\nto the system and the definition of “healthy” for that run. Mermaid view (pipeline): flowchart TD I[\\"Inputs: topology + wallets + rates\\"] Init[\\"Workload init\\"] Drive[\\"Drive traffic\\"] Collect[\\"Collect signals\\"] Eval[\\"Expectations evaluate\\"] I --> Init --> Drive --> Collect --> Eval","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Expectations","id":"14","title":"Expectations"},"15":{"body":"Patterns that keep scenarios readable and reusable: Topology-first: start by shaping the cluster (counts, layout) so later\\nsteps inherit a clear foundation. Bundle defaults: use the DSL helpers to attach common expectations (like\\nliveness) whenever you add a matching workload, reducing forgotten checks. Intentional rates: express traffic in per-block terms to align with\\nprotocol timing rather than wall-clock assumptions. Opt-in chaos: enable restart patterns only in scenarios meant to probe\\nresilience; keep functional smoke tests deterministic. Wallet clarity: seed only the number of actors you need; it keeps\\ntransaction scenarios deterministic and interpretable. These patterns make scenario definitions self-explanatory while staying aligned\\nwith the framework’s block-oriented timing model.","breadcrumbs":"Part II — User Guide » Core Content: ScenarioBuilderExt Patterns » Core Content: ScenarioBuilderExt Patterns","id":"15","title":"Core Content: ScenarioBuilderExt Patterns"},"16":{"body":"State your intent: document the goal of each scenario (throughput, DA\\nvalidation, resilience) so expectation choices are obvious. Keep runs meaningful: choose durations that allow multiple blocks and make\\ntiming-based assertions trustworthy. Separate concerns: start with deterministic workloads for functional\\nchecks; add chaos in dedicated resilience scenarios to avoid noisy failures. Reuse patterns: standardize on shared topology and workload presets so\\nresults are comparable across environments and teams. Observe first, tune second: rely on liveness and inclusion signals to\\ninterpret outcomes before tweaking rates or topology. Environment fit: pick runners that match the feedback loop you need—local\\nfor speed, compose for reproducible stacks, k8s for cluster-grade fidelity. Minimal surprises: seed only necessary wallets and keep configuration\\ndeltas explicit when moving between CI and developer machines.","breadcrumbs":"Part II — User Guide » Best Practices » Best Practices","id":"16","title":"Best Practices"},"17":{"body":"Concrete scenario shapes that illustrate how to combine topologies, workloads,\\nand expectations. Adjust counts, rates, and durations to fit your environment.","breadcrumbs":"Part II — User Guide » Examples » Examples","id":"17","title":"Examples"},"18":{"body":"Topology: two validators. Workload: transaction submissions at a modest per-block rate with a small\\nset of wallet actors. Expectations: consensus liveness and inclusion of submitted activity. When to use: smoke tests for consensus and transaction flow on minimal\\nhardware. Setup (Rust): use std::time::Duration;\\nuse testing_framework_core::scenario::ScenarioBuilder; let plan = ScenarioBuilder::with_node_counts(2, 0) .transactions() .rate(3) .users(4) .apply() .with_run_duration(Duration::from_secs(60)) .expect_consensus_liveness() .build();\\n// deploy with your runner of choice (local/compose/k8s) and run","breadcrumbs":"Part II — User Guide » Examples » Simple 2-validator transaction workload","id":"18","title":"Simple 2-validator transaction workload"},"19":{"body":"Topology: validators plus executors if available. Workloads: data-availability blobs/channels and transactions running\\ntogether to stress both paths. Expectations: consensus liveness and workload-level inclusion/availability\\nchecks. When to use: end-to-end coverage of transaction and DA layers in one run. Setup (Rust): use std::time::Duration;\\nuse testing_framework_core::scenario::ScenarioBuilder; let plan = ScenarioBuilder::with_node_counts(2, 1) .transactions() .rate(5) .users(8) .apply() .da() .channel_rate(1) .blob_rate(1) .apply() .with_run_duration(Duration::from_secs(90)) .expect_consensus_liveness() .build();","breadcrumbs":"Part II — User Guide » Examples » DA + transaction workload","id":"19","title":"DA + transaction workload"},"2":{"body":"Conceptual chapters that establish the mental model for the framework and how\\nit approaches multi-node testing.","breadcrumbs":"Part I — Foundations » Part I — Foundations","id":"2","title":"Part I — Foundations"},"20":{"body":"Topology: validators (optionally executors) with node control enabled. Workloads: baseline traffic (transactions or DA) plus chaos restarts on\\nselected roles. Expectations: consensus liveness to confirm the system keeps progressing\\ndespite restarts; workload-specific inclusion if traffic is present. When to use: resilience validation and operational readiness drills. Setup (Rust): use std::time::Duration;\\nuse testing_framework_core::scenario::ScenarioBuilder;\\nuse testing_framework_workflows::workloads::transaction; let plan = ScenarioBuilder::with_node_counts(2, 1) .enable_node_control() .transactions() .rate(3) .users(4) .apply() .chaos_random_restart() .min_delay(Duration::from_secs(45)) .max_delay(Duration::from_secs(75)) .target_cooldown(Duration::from_secs(120)) .apply() .with_run_duration(Duration::from_secs(120)) .expect_consensus_liveness() .build();","breadcrumbs":"Part II — User Guide » Examples » Chaos + liveness check","id":"20","title":"Chaos + liveness check"},"21":{"body":"These illustrative scenarios stretch the framework to show how to build new\\nworkloads, expectations, deployers, and topology tricks. They are intentionally\\n“synthetic” to teach capabilities rather than prescribe production tests.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Advanced & Artificial Examples","id":"21","title":"Advanced & Artificial Examples"},"22":{"body":"Idea: induce a partial partition between nodes (e.g., block a subset of peers) mid-run, then heal it, to verify recovery and catch-up. Demonstrates: using node control/peer blocking to simulate partitions and asserting liveness plus height convergence afterward. Shape: a custom workload that blocks/unblocks peers; an expectation that all nodes reach the same height after healing. Setup (Rust): use testing_framework_core::scenario::ScenarioBuilder;\\n// PartitionChaosWorkload and HeightConvergenceExpectation are custom components you write. let plan = ScenarioBuilder::with_node_counts(3, 0) .enable_node_control() .with_workload(PartitionChaosWorkload::new().duration(Duration::from_secs(60))) .with_expectation(HeightConvergenceExpectation::new()) .with_run_duration(Duration::from_secs(150)) .build();","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Partition-and-Recover Chaos","id":"22","title":"Partition-and-Recover Chaos"},"23":{"body":"Idea: drop or delay a fraction of DA submissions to emulate lossy dispersal/replication paths. Demonstrates: DA resilience under loss and expectations that consensus still progresses and DA endpoints remain responsive. Shape: custom DA workload that randomly skips blobs/shares; expectations on liveness and DA API health. Setup (Rust): use testing_framework_core::scenario::ScenarioBuilder;\\n// DaLossyWorkload and DaHealthExpectation are custom components you write. let plan = ScenarioBuilder::with_node_counts(2, 1) .with_workload(DaLossyWorkload::new().drop_rate(0.2)) .expect_consensus_liveness() .with_expectation(DaHealthExpectation::default()) .with_run_duration(Duration::from_secs(120)) .build();","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » DA Loss Injection","id":"23","title":"DA Loss Injection"},"24":{"body":"Idea: start a node late or restart it mid-run so it falls behind, then assert it catches up to the cluster height. Demonstrates: recovery and sync behavior after delay or restart; expectations on height convergence within a timeout. Shape: custom workload that restarts a node after some time; expectation that heights converge by end of run. Setup (Rust): use testing_framework_core::scenario::ScenarioBuilder;\\n// LateJoinerWorkload restarts/starts a node mid-run; HeightConvergenceExpectation checks final heights. let plan = ScenarioBuilder::with_node_counts(3, 0) .enable_node_control() .with_workload(LateJoinerWorkload::new().restart_after(Duration::from_secs(45))) .with_expectation(HeightConvergenceExpectation::new()) .with_run_duration(Duration::from_secs(150)) .build();","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Late Joiner / Catch-Up","id":"24","title":"Late Joiner / Catch-Up"},"25":{"body":"Idea: drive a high transaction rate to create backpressure and assert inclusion latency stays under a target budget. Demonstrates: SLO-style expectations (e.g., p95 inclusion time) under load, beyond simple liveness. Shape: high-rate tx workload plus an expectation that measures inclusion delay versus a threshold. Setup (Rust): use std::time::Duration;\\nuse testing_framework_core::scenario::ScenarioBuilder;\\n// HighRateTxWorkload drives load; InclusionSLOExpectation measures latency. let plan = ScenarioBuilder::with_node_counts(2, 1) .transactions().rate(20).users(16).apply() .with_expectation(InclusionSLOExpectation::with_budget(Duration::from_secs(10))) .with_run_duration(Duration::from_secs(120)) .build();","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Mempool Saturation SLO","id":"25","title":"Mempool Saturation SLO"},"26":{"body":"Idea: topology parameters change at runtime (random validators, DA\\nsettings, network shapes). Demonstrates: randomized property testing and fuzzing approaches to\\ntopology building. Shape: pick roles and network layouts randomly per run; keep expectations\\ntolerant to variability while still asserting core liveness. Setup (Rust): use testing_framework_core::scenario::ScenarioBuilder;\\n// StochasticTopologyBuilder wraps ScenarioBuilder to randomize counts/layout. let plan = StochasticTopologyBuilder::new() .with_validator_range(1..=4) .with_executor_range(0..=2) .with_random_layouts() .finish() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(90)) .build();","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Stochastic Topology Generator","id":"26","title":"Stochastic Topology Generator"},"27":{"body":"Running a scenario follows the same conceptual flow regardless of environment: Select or author a scenario plan that pairs a topology with workloads,\\nexpectations, and a suitable run window. Choose a runner aligned with your environment (local, compose, or k8s) and\\nensure its prerequisites are available. Deploy the plan through the runner; wait for readiness signals before\\nstarting workloads. Let workloads drive activity for the planned duration; keep observability\\nsignals visible so you can correlate outcomes. Evaluate expectations and capture results as the primary pass/fail signal. Use the same plan across different runners to compare behavior between local\\ndevelopment and CI or cluster settings. For environment prerequisites and\\nflags, see Operations.","breadcrumbs":"Part II — User Guide » Running Scenarios » Running Scenarios","id":"27","title":"Running Scenarios"},"28":{"body":"Runners turn a scenario plan into a live environment while keeping the plan\\nunchanged. Choose based on feedback speed, reproducibility, and fidelity. For\\nenvironment and operational considerations, see Operations:","breadcrumbs":"Part II — User Guide » Runners » Runners","id":"28","title":"Runners"},"29":{"body":"Launches node processes directly on the host. Fastest feedback loop and minimal orchestration overhead. Best for development-time iteration and debugging.","breadcrumbs":"Part II — User Guide » Runners » Local runner","id":"29","title":"Local runner"},"3":{"body":"The Nomos Testing Framework is a purpose-built toolkit for exercising Nomos in\\nrealistic, multi-node environments. It solves the gap between small, isolated\\ntests and full-system validation by letting teams describe a cluster layout,\\ndrive meaningful traffic, and assert the outcomes in one coherent plan. It is for protocol engineers, infrastructure operators, and QA teams who need\\nrepeatable confidence that validators, executors, and data-availability\\ncomponents work together under network and timing constraints. Multi-node integration testing is required because many Nomos behaviors—block\\nprogress, data availability, liveness under churn—only emerge when several\\nroles interact over real networking and time. This framework makes those checks\\ndeclarative, observable, and portable across environments.","breadcrumbs":"Part I — Foundations » Introduction » Introduction","id":"3","title":"Introduction"},"30":{"body":"Starts nodes in containers to provide a reproducible multi-node stack on a\\nsingle machine. Discovers service ports and wires observability for convenient inspection. Good balance between fidelity and ease of setup.","breadcrumbs":"Part II — User Guide » Runners » Docker Compose runner","id":"30","title":"Docker Compose runner"},"31":{"body":"Deploys nodes onto a cluster for higher-fidelity, longer-running scenarios. Suits CI or shared environments where cluster behavior and scheduling matter.","breadcrumbs":"Part II — User Guide » Runners » Kubernetes runner","id":"31","title":"Kubernetes runner"},"32":{"body":"All runners require at least one validator and, for transaction scenarios,\\naccess to seeded wallets. Readiness probes gate workload start so traffic begins only after nodes are\\nreachable. Environment flags can relax timeouts or increase tracing when diagnostics are\\nneeded. Mermaid view (runner abstraction): flowchart TD Plan[Scenario Plan] --> RunSel{Runner (local | compose | k8s)} RunSel --> Provision[Provision & readiness] Provision --> Runtime[Runtime + observability] Runtime --> Exec[Workloads & Expectations execute]","breadcrumbs":"Part II — User Guide » Runners » Common expectations","id":"32","title":"Common expectations"},"33":{"body":"Operational readiness focuses on prerequisites, environment fit, and clear\\nsignals: Prerequisites: keep a sibling nomos-node checkout available; ensure the\\nchosen runner’s platform needs are met (local binaries for host runs, Docker\\nfor compose, cluster access for k8s). Artifacts: some scenarios depend on prover or circuit assets; fetch them\\nahead of time with the provided helper scripts when needed. Environment flags: use slow-environment toggles to relax timeouts, enable\\ntracing when debugging, and adjust observability ports to avoid clashes. Readiness checks: verify runners report node readiness before starting\\nworkloads; this avoids false negatives from starting too early. Failure triage: map failures to missing prerequisites (wallet seeding,\\nnode control availability), runner platform issues, or unmet expectations.\\nStart with liveness signals, then dive into workload-specific assertions. Treat operational hygiene—assets present, prerequisites satisfied, observability\\nreachable—as the first step to reliable scenario outcomes. Mermaid view (metrics/observability flow): flowchart TD Expose[Runner exposes endpoints/ports] --> Collect[Runtime collects block/health signals] Collect --> Consume[Expectations consume signals and decide pass/fail] Consume --> Inspect[Operators inspect logs/metrics when failures arise]","breadcrumbs":"Part II — User Guide » Operations » Operations","id":"33","title":"Operations"},"34":{"body":"Deep dives for contributors who extend the framework, evolve its abstractions,\\nor maintain the crate set.","breadcrumbs":"Part III — Developer Reference » Part III — Developer Reference","id":"34","title":"Part III — Developer Reference"},"35":{"body":"The scenario model defines clear, composable responsibilities: Topology: a declarative description of the cluster—how many nodes, their\\nroles, and the broad network and data-availability characteristics. Validators\\nrun the nomos-node binary (consensus/block production); executors run the nomos-executor binary (consensus-aware executor service stack). The topology\\nrepresents the intended shape of the system under test. Scenario: a plan combining topology, workloads, expectations, and a run\\nwindow. Building a scenario validates prerequisites (like seeded wallets) and\\nensures the run lasts long enough to observe meaningful block progression. Workloads: asynchronous tasks that generate traffic or conditions. They\\nuse shared context to interact with the deployed cluster and may bundle\\ndefault expectations. Expectations: post-run assertions. They can capture baselines before\\nworkloads start and evaluate success once activity stops. Runtime: coordinates workloads and expectations for the configured\\nduration, enforces cooldowns when control actions occur, and ensures cleanup\\nso runs do not leak resources. Developers extending the model should keep these boundaries strict: topology\\ndescribes, scenarios assemble, runners deploy, workloads drive, and expectations\\njudge outcomes. For guidance on adding new capabilities, see Extending the Framework.","breadcrumbs":"Part III — Developer Reference » Scenario Model (Developer Level) » Scenario Model (Developer Level)","id":"35","title":"Scenario Model (Developer Level)"},"36":{"body":"","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Extending the Framework","id":"36","title":"Extending the Framework"},"37":{"body":"Implement the workload contract: provide a name, optional bundled expectations, validate prerequisites up front, and drive asynchronous activity against the deployed cluster. Export it through the workflows layer and consider adding DSL helpers for ergonomic wiring.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding a workload","id":"37","title":"Adding a workload"},"38":{"body":"Implement the expectation contract: capture baselines if needed and evaluate outcomes after workloads finish; report meaningful errors to aid debugging. Expose reusable expectations from the workflows layer so scenarios can attach them declaratively.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding an expectation","id":"38","title":"Adding an expectation"},"39":{"body":"Implement the deployer contract for the target backend, producing a runtime context with client access, metrics endpoints, and optional node control. Preserve cleanup guarantees so resources are reclaimed even when runs fail; mirror readiness and observation signals used by existing runners for consistency.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding a runner","id":"39","title":"Adding a runner"},"4":{"body":"The framework follows a clear flow: Topology → Scenario → Deployer → Runner → Workloads → Expectations. Topology describes the cluster: how many nodes, their roles, and the high-level network and data-availability parameters they should follow. Scenario combines that topology with the activities to run and the checks to perform, forming a single plan. Deployer turns the plan into a concrete environment on the chosen backend (local processes, Docker Compose, or Kubernetes). Runner is shared across deployers; it drives workloads and expectations using the provided runtime context. Workloads generate traffic and conditions that exercise the system. Expectations observe the run and judge success or failure once activity completes. The deployer supplies a RunContext (clients, metrics, optional NodeControlHandle) that the runner and workloads/expectations share; it carries the runtime view and control hooks for the deployed cluster. The optional NodeControlHandle lets the runner (and chaos workloads) restart or manage nodes in the deployed environment. Mermaid view: sequenceDiagram participant T as Topology (shape cluster) participant S as Scenario (plan) participant D as Deployer (provision env) participant R as Runner (drive with RunContext) participant W as Workloads (drive traffic) participant X as Expectations (verify outcomes) T->>S: describe roles/params S->>D: hand plan D->>R: provision + provide RunContext R->>W: start workloads with context R->>X: evaluate outcomes after run Each layer has a narrow responsibility so that cluster shape, deployment choice,\\ntraffic generation, and health checks can evolve independently while fitting\\ntogether predictably.","breadcrumbs":"Part I — Foundations » Architecture Overview » Architecture Overview","id":"4","title":"Architecture Overview"},"40":{"body":"Extend the topology description with new layouts or presets while keeping defaults safe and predictable; favor declarative inputs over ad hoc logic so scenarios stay reviewable.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding topology helpers","id":"40","title":"Adding topology helpers"},"41":{"body":"A minimal, end-to-end illustration of adding a custom workload and matching\\nexpectation. This shows the shape of the traits and where to plug into the\\nframework; expand the logic to fit your real test.","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Example: New Workload & Expectation (Rust)","id":"41","title":"Example: New Workload & Expectation (Rust)"},"42":{"body":"Key ideas: name: identifies the workload in logs. expectations: workloads can bundle defaults so callers don’t forget checks. init: derive inputs from the generated topology (e.g., pick a target node). start: drive async activity using the shared RunContext. use std::sync::Arc;\\nuse async_trait::async_trait;\\nuse testing_framework_core::scenario::{ DynError, Expectation, RunContext, RunMetrics, Workload,\\n};\\nuse testing_framework_core::topology::GeneratedTopology; pub struct ReachabilityWorkload { target_idx: usize, bundled: Vec>,\\n} impl ReachabilityWorkload { pub fn new(target_idx: usize) -> Self { Self { target_idx, bundled: vec![Box::new(ReachabilityExpectation::new(target_idx))], } }\\n} #[async_trait]\\nimpl Workload for ReachabilityWorkload { fn name(&self) -> &\'static str { \\"reachability_workload\\" } fn expectations(&self) -> Vec> { self.bundled.clone() } fn init( &mut self, topology: &GeneratedTopology, _metrics: &RunMetrics, ) -> Result<(), DynError> { if topology.validators().get(self.target_idx).is_none() { return Err(\\"no validator at requested index\\".into()); } Ok(()) } async fn start(&self, ctx: &RunContext) -> Result<(), DynError> { let client = ctx .clients() .validators() .get(self.target_idx) .ok_or(\\"missing target client\\")?; // Pseudo-action: issue a lightweight RPC to prove reachability. client.health_check().await.map_err(|e| e.into()) }\\n}","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Workload: simple reachability probe","id":"42","title":"Workload: simple reachability probe"},"43":{"body":"Key ideas: start_capture: snapshot baseline if needed (not used here). evaluate: assert the condition after workloads finish. use async_trait::async_trait;\\nuse testing_framework_core::scenario::{DynError, Expectation, RunContext}; pub struct ReachabilityExpectation { target_idx: usize,\\n} impl ReachabilityExpectation { pub fn new(target_idx: usize) -> Self { Self { target_idx } }\\n} #[async_trait]\\nimpl Expectation for ReachabilityExpectation { fn name(&self) -> &str { \\"target_reachable\\" } async fn evaluate(&mut self, ctx: &RunContext) -> Result<(), DynError> { let client = ctx .clients() .validators() .get(self.target_idx) .ok_or(\\"missing target client\\")?; client.health_check().await.map_err(|e| { format!(\\"target became unreachable during run: {e}\\").into() }) }\\n}","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Expectation: confirm the target stayed reachable","id":"43","title":"Expectation: confirm the target stayed reachable"},"44":{"body":"Build your scenario as usual and call .with_workload(ReachabilityWorkload::new(0)). The bundled expectation is attached automatically; you can add more with .with_expectation(...) if needed. Keep the logic minimal and fast for smoke tests; grow it into richer probes\\nfor deeper scenarios.","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » How to wire it","id":"44","title":"How to wire it"},"45":{"body":"High-level roles of the crates that make up the framework: Configs: prepares reusable configuration primitives for nodes, networking,\\ntracing, data availability, and wallets, shared by all scenarios and runners. Core scenario orchestration: houses the topology and scenario model,\\nruntime coordination, node clients, and readiness/health probes. Workflows: packages workloads and expectations into reusable building\\nblocks and offers a fluent DSL to assemble them. Runners: implements deployment backends (local host, Docker Compose,\\nKubernetes) that all consume the same scenario plan. Test workflows: example scenarios and integration checks that exercise the\\nframework end to end and serve as living documentation. Use this map to locate where to add new capabilities: configuration primitives\\nin configs, orchestration changes in core, reusable traffic/assertions in\\nworkflows, environment adapters in runners, and demonstrations in tests.","breadcrumbs":"Part III — Developer Reference » Internal Crate Reference » Internal Crate Reference","id":"45","title":"Internal Crate Reference"},"46":{"body":"Quick-reference material and supporting guidance to keep scenarios discoverable,\\ndebuggable, and consistent.","breadcrumbs":"Part IV — Appendix » Part IV — Appendix","id":"46","title":"Part IV — Appendix"},"47":{"body":"The framework offers a fluent builder style to keep scenarios readable. Common\\nknobs: Topology shaping: set validator and executor counts, pick a network layout\\nstyle, and adjust high-level data-availability traits. Wallet seeding: define how many users participate and the total funds\\navailable for transaction workloads. Workload tuning: configure transaction rates, data-availability channel\\nand blob rates, and whether chaos restarts should include validators,\\nexecutors, or both. Expectations: attach liveness and workload-specific checks so success is\\nexplicit. Run window: set a minimum duration long enough for multiple blocks to be\\nobserved and verified. Use these knobs to express intent clearly, keeping scenario definitions concise\\nand consistent across teams.","breadcrumbs":"Part IV — Appendix » DSL Cheat Sheet » Core Content: DSL Cheat Sheet","id":"47","title":"Core Content: DSL Cheat Sheet"},"48":{"body":"Common symptoms and likely causes: No or slow block progression: runner started workloads before readiness, insufficient run window, or environment too slow—extend duration or enable slow-environment tuning. Transactions not included: missing or insufficient wallet seeding, misaligned transaction rate with block cadence, or network instability—reduce rate and verify wallet setup. Chaos stalls the run: node control not available for the chosen runner or restart cadence too aggressive—enable control capability and widen restart intervals. Observability gaps: metrics or logs unreachable because ports clash or services are not exposed—adjust observability ports and confirm runner wiring. Flaky behavior across runs: mixing chaos with functional smoke tests or inconsistent topology between environments—separate deterministic and chaos scenarios and standardize topology presets.","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Troubleshooting Scenarios","id":"48","title":"Troubleshooting Scenarios"},"49":{"body":"Why block-oriented timing? Using block cadence reduces dependence on host speed and keeps assertions aligned with protocol behavior. Can I reuse the same scenario across runners? Yes. The plan stays the same; swap runners (local, compose, k8s) to target different environments. When should I enable chaos workloads? Only when testing resilience or operational recovery; keep functional smoke tests deterministic. How long should runs be? Long enough for multiple blocks so liveness and inclusion checks are meaningful; very short runs risk false confidence. Do I always need seeded wallets? Only for transaction scenarios. Data-availability or pure chaos scenarios may not require them, but liveness checks still need validators producing blocks. What if expectations fail but workloads “look fine”? Trust expectations first—they capture the intended success criteria. Use the observability signals and runner logs to pinpoint why the system missed the target.","breadcrumbs":"Part IV — Appendix » FAQ » FAQ","id":"49","title":"FAQ"},"5":{"body":"Declarative over imperative: describe the desired cluster shape, traffic, and success criteria; let the framework orchestrate the run. Observable health signals: prefer liveness and inclusion signals that reflect real user impact instead of internal debug state. Determinism first: default scenarios aim for repeatable outcomes with fixed topologies and traffic rates; variability is opt-in. Targeted non-determinism: introduce randomness (e.g., restarts) only when probing resilience or operational robustness. Protocol time, not wall time: reason in blocks and protocol-driven intervals to reduce dependence on host speed or scheduler noise. Minimum run window: always allow enough block production to make assertions meaningful; very short runs risk false confidence. Use chaos with intent: chaos workloads are for recovery and fault-tolerance validation, not for baseline functional checks.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Testing Philosophy","id":"5","title":"Testing Philosophy"},"50":{"body":"Validator: node role that runs the nomos-node binary for consensus and\\nblock production. Executor: node role that runs the nomos-executor binary, participates in\\nconsensus, and executes the executor service stack (including its own\\nmempool/topic wiring). DA (Data Availability): subsystem ensuring blobs or channel data are\\npublished and retrievable for validation. Workload: traffic or behavior generator that exercises the system during a\\nscenario run. Expectation: post-run assertion that judges whether the system met the\\nintended success criteria. Topology: declarative description of the cluster shape, roles, and\\nhigh-level parameters for a scenario. Blockfeed: stream of block observations used for liveness or inclusion\\nsignals during a run. Control capability: the ability for a runner to start, stop, or restart\\nnodes, used by chaos workloads.","breadcrumbs":"Part IV — Appendix » Glossary » Glossary","id":"50","title":"Glossary"},"6":{"body":"Build the plan: Declare a topology, attach workloads and expectations, and set the run window. The plan is the single source of truth for what will happen. Deploy: Hand the plan to a runner. It provisions the environment on the chosen backend and waits for nodes to signal readiness. Drive workloads: Start traffic and behaviors (transactions, data-availability activity, restarts) for the planned duration. Observe blocks and signals: Track block progression and other high-level metrics during or after the run window to ground assertions in protocol time. Evaluate expectations: Once activity stops (and optional cooldown completes), check liveness and workload-specific outcomes to decide pass or fail. Cleanup: Tear down resources so successive runs start fresh and do not inherit leaked state. Mermaid view (sequence): sequenceDiagram participant P as Plan (topology + workloads + expectations) participant D as Deployer (provision & readiness) participant R as Runner (orchestrate run) participant X as Expectations (baseline + evaluation) participant W as Workloads (drive traffic) participant C as Cleanup P->>D: hand scenario plan D->>R: provision env + provide RunContext R->>X: start_capture baseline R->>W: start workloads for run window R-->>X: consume signals during run (block feed/metrics) R-->>R: observe blocks/metrics during run R->>X: evaluate expectations after workloads R->>C: cleanup resources","breadcrumbs":"Part I — Foundations » Scenario Lifecycle (Conceptual) » Scenario Lifecycle (Conceptual)","id":"6","title":"Scenario Lifecycle (Conceptual)"},"7":{"body":"Modular crates keep configuration, orchestration, workloads, and runners decoupled so each can evolve without breaking the others. Pluggable runners let the same scenario run on a laptop, a Docker host, or a Kubernetes cluster, making validation portable across environments. Separated workloads and expectations clarify intent: what traffic to generate versus how to judge success. This simplifies review and reuse. Declarative topology makes cluster shape explicit and repeatable, reducing surprise when moving between CI and developer machines. Maintainability through predictability: a clear flow from plan to deployment to verification lowers the cost of extending the framework and interpreting failures.","breadcrumbs":"Part I — Foundations » Design Rationale » Design Rationale","id":"7","title":"Design Rationale"},"8":{"body":"Practical guidance for shaping scenarios, combining workloads and expectations,\\nand running them across different environments.","breadcrumbs":"Part II — User Guide » Part II — User Guide","id":"8","title":"Part II — User Guide"},"9":{"body":"The workspace focuses on multi-node integration testing and sits alongside a nomos-node checkout. Its crates separate concerns to keep scenarios\\nrepeatable and portable: Configs: prepares high-level node, network, tracing, and wallet settings\\nused across test environments. Core scenario orchestration: the engine that holds topology descriptions,\\nscenario plans, runtimes, workloads, and expectations. Workflows: ready-made workloads (transactions, data-availability, chaos)\\nand reusable expectations assembled into a user-facing DSL. Runners: deployment backends for local processes, Docker Compose, and\\nKubernetes, all consuming the same scenario plan. Test workflows: example scenarios and integration checks that show how\\nthe pieces fit together. This split keeps configuration, orchestration, reusable traffic patterns, and\\ndeployment adapters loosely coupled while sharing one mental model for tests.","breadcrumbs":"Part II — User Guide » Workspace Layout » Workspace Layout","id":"9","title":"Workspace Layout"}},"length":51,"save":true},"fields":["title","body","breadcrumbs"],"index":{"body":{"root":{"0":{"df":3,"docs":{"18":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0}}},"1":{"df":4,"docs":{"19":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0}}},"2":{"df":1,"docs":{"18":{"tf":1.0}}},"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"50":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"32":{"tf":1.0},"34":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"32":{"tf":1.0},"33":{"tf":1.0},"39":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"35":{"tf":1.0},"42":{"tf":1.0}}}},"v":{"df":11,"docs":{"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.0},"27":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"42":{"tf":1.0},"6":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"18":{"tf":1.0}}}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"10":{"tf":1.0},"45":{"tf":1.0},"9":{"tf":1.0}}}}},"d":{"df":4,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0}}},"df":6,"docs":{"35":{"tf":1.0},"37":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.0}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"17":{"tf":1.0},"33":{"tf":1.0},"47":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"21":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"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":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"48":{"tf":1.0}}}}}}}}}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"d":{"df":1,"docs":{"38":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":1,"docs":{"5":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":4,"docs":{"11":{"tf":1.0},"15":{"tf":1.4142135623730951},"27":{"tf":1.0},"49":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"16":{"tf":1.0},"5":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"49":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"23":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"46":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"0":{"tf":1.0}}},"df":4,"docs":{"14":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"2":{"tf":1.0},"26":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"4":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"33":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"35":{"tf":1.0},"45":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":14,"docs":{"10":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0}}}},"t":{"df":2,"docs":{"10":{"tf":1.0},"33":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"0":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{":":{":":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"42":{"tf":1.0},"43":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"42":{"tf":1.0},"43":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"42":{"tf":1.4142135623730951},"43":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"35":{"tf":1.0},"37":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":7,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"38":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"27":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":16,"docs":{"0":{"tf":1.4142135623730951},"11":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"27":{"tf":1.0},"3":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"35":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.7320508075688772},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"16":{"tf":1.0},"33":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"10":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"25":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"16":{"tf":1.0},"28":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"20":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"43":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"e":{"c":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"16":{"tf":1.0},"27":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"48":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"32":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":9,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"29":{"tf":1.0}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":7,"docs":{"16":{"tf":1.0},"22":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"48":{"tf":1.0},"7":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"33":{"tf":1.0},"35":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"b":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":5,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"13":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.0}},"s":{"/":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"19":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":15,"docs":{"0":{"tf":1.7320508075688772},"11":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"18":{"tf":1.0},"22":{"tf":1.4142135623730951},"35":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.4142135623730951},"49":{"tf":2.0},"5":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"6":{"tf":1.7320508075688772}},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"50":{"tf":1.0}}}},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"0":{"tf":1.0},"1":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"12":{"tf":1.0},"14":{"tf":1.0},"19":{"tf":1.0},"47":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"35":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"a":{"d":{"df":1,"docs":{"35":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":13,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"35":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"6":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"47":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":5,"docs":{"15":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.7320508075688772},"44":{"tf":1.0}}}},"df":0,"docs":{}}}},"c":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"48":{"tf":1.4142135623730951},"49":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"44":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"21":{"tf":1.0},"35":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"27":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"49":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"22":{"tf":1.0},"24":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"48":{"tf":1.0}}}}},"df":1,"docs":{"6":{"tf":1.4142135623730951}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"1":{"tf":1.0},"26":{"tf":1.0},"45":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":4,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.0}}}}}},"o":{"df":13,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"20":{"tf":1.4142135623730951},"22":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.7320508075688772},"49":{"tf":1.4142135623730951},"5":{"tf":1.4142135623730951},"50":{"tf":1.0},"9":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"11":{"tf":1.0},"35":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":16,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":1.4142135623730951},"42":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.4142135623730951},"5":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"33":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"16":{"tf":1.0},"18":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"11":{"tf":1.4142135623730951},"16":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"33":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"6":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}}}}},"i":{"df":4,"docs":{"16":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.0},"7":{"tf":1.0}},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"33":{"tf":1.0},"48":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"35":{"tf":1.0},"39":{"tf":1.0},"6":{"tf":1.7320508075688772}}}}},"r":{"df":7,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"15":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"|":{"df":2,"docs":{"42":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":5,"docs":{"39":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.7320508075688772},"43":{"tf":1.7320508075688772},"45":{"tf":1.0}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":15,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.4142135623730951},"33":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":2.0},"5":{"tf":1.0},"50":{"tf":1.0},"7":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"35":{"tf":1.0}}}}}}}}}}}},"o":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"\\"":{"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":{"14":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"33":{"tf":1.0}}}}}}}}},"df":2,"docs":{"14":{"tf":1.0},"33":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"17":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"8":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"10":{"tf":1.0},"15":{"tf":1.0},"32":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"16":{"tf":1.0},"27":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"22":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.0}}},"s":{"df":13,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"16":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0},"49":{"tf":1.0},"9":{"tf":1.0}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":3,"docs":{"2":{"tf":1.0},"27":{"tf":1.0},"6":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"16":{"tf":1.0},"9":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"14":{"tf":1.0},"47":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"4":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"35":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"3":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":3,"docs":{"10":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"9":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":8,"docs":{"10":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.0},"35":{"tf":1.0},"45":{"tf":1.4142135623730951},"47":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"df":3,"docs":{"20":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":9,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.0},"35":{"tf":1.0},"50":{"tf":1.4142135623730951}},"s":{"/":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"i":{"d":{"df":1,"docs":{"37":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"11":{"tf":1.0},"28":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"39":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"m":{"df":4,"docs":{"33":{"tf":1.4142135623730951},"45":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"30":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"1":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"15":{"tf":1.0},"47":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"14":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"p":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":8,"docs":{"13":{"tf":1.4142135623730951},"20":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.4142135623730951},"50":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"30":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"22":{"tf":1.0},"24":{"tf":1.4142135623730951}}}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"35":{"tf":1.0},"6":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"35":{"tf":1.0},"45":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":8,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"15":{"tf":1.0},"26":{"tf":1.0},"45":{"tf":1.4142135623730951},"47":{"tf":1.0},"9":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"27":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"47":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"19":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"34":{"tf":1.0},"45":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"11":{"tf":1.0},"25":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":5,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"x":{"df":2,"docs":{"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":4,"docs":{"22":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"24":{"tf":1.0},"41":{"tf":1.0}}}}}}}},"d":{"a":{"df":7,"docs":{"0":{"tf":1.7320508075688772},"16":{"tf":1.0},"19":{"tf":1.7320508075688772},"20":{"tf":1.0},"23":{"tf":2.449489742783178},"26":{"tf":1.0},"50":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"t":{"a":{"df":13,"docs":{"0":{"tf":2.0},"11":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"19":{"tf":1.0},"3":{"tf":1.4142135623730951},"35":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.4142135623730951},"49":{"tf":1.0},"50":{"tf":1.4142135623730951},"6":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"4":{"tf":1.7320508075688772},"6":{"tf":1.7320508075688772}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":4,"docs":{"29":{"tf":1.0},"33":{"tf":1.0},"38":{"tf":1.0},"5":{"tf":1.0}},"g":{"df":1,"docs":{"46":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"11":{"tf":1.0},"33":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"r":{"df":9,"docs":{"11":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"34":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":5,"docs":{"15":{"tf":1.0},"35":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.0},"5":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"11":{"tf":1.0},"35":{"tf":1.0},"47":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"47":{"tf":1.0}}}}}}},"l":{"a":{"df":0,"docs":{},"y":{"df":3,"docs":{"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0}}}},"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":7,"docs":{"10":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"45":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"33":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":13,"docs":{"10":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.4142135623730951},"37":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":2.8284271247461903},"45":{"tf":1.0},"6":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"42":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":6,"docs":{"10":{"tf":1.0},"12":{"tf":1.4142135623730951},"3":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.4142135623730951},"5":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":4,"docs":{"35":{"tf":1.0},"40":{"tf":1.0},"50":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"7":{"tf":1.0}}}},"r":{"df":1,"docs":{"5":{"tf":1.0}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"5":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":6,"docs":{"16":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"7":{"tf":1.0}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"27":{"tf":1.0},"49":{"tf":1.0},"8":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"29":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"30":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"46":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"23":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"33":{"tf":1.0},"34":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"11":{"tf":1.0},"30":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"45":{"tf":1.0}}}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"6":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"20":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"[":{"\\"":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":10,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"25":{"tf":1.4142135623730951},"27":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.7320508075688772},"42":{"tf":1.0},"6":{"tf":1.4142135623730951}},"n":{"df":2,"docs":{"12":{"tf":1.0},"5":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"23":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"l":{"df":6,"docs":{"10":{"tf":1.0},"15":{"tf":1.0},"37":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"9":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":8,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"27":{"tf":1.0},"35":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":3,"docs":{"43":{"tf":1.0},"50":{"tf":1.4142135623730951},"6":{"tf":1.7320508075688772}}}}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"42":{"tf":1.7320508075688772},"43":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":7,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"14":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.0},"42":{"tf":1.0},"5":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"42":{"tf":1.0}}}}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"10":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"33":{"tf":1.0}}}}},"s":{"df":1,"docs":{"30":{"tf":1.0}},"i":{"df":1,"docs":{"11":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"3":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"23":{"tf":1.0}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"15":{"tf":1.0},"20":{"tf":1.0},"33":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":3,"docs":{"20":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"d":{"df":5,"docs":{"10":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"24":{"tf":1.0},"41":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"23":{"tf":1.0},"39":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"35":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"3":{"tf":1.0},"9":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":5,"docs":{"11":{"tf":1.0},"35":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"0":{"tf":1.0},"27":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.4142135623730951},"50":{"tf":1.0}}}}},"v":{"df":2,"docs":{"4":{"tf":1.0},"6":{"tf":1.0}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":20,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"27":{"tf":1.7320508075688772},"28":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.7320508075688772},"4":{"tf":1.4142135623730951},"45":{"tf":1.0},"48":{"tf":1.4142135623730951},"49":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"37":{"tf":1.0}}}}}}},"r":{"(":{"\\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"42":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"38":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"2":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"a":{"df":0,"docs":{},"l":{"[":{"\\"":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":1,"docs":{"14":{"tf":1.0}},"u":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":7,"docs":{"14":{"tf":1.0},"27":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"6":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"39":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":3,"docs":{"34":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0}}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":5,"docs":{"17":{"tf":1.0},"21":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"9":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"32":{"tf":1.0},"50":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":8,"docs":{"0":{"tf":1.4142135623730951},"11":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.7320508075688772},"47":{"tf":1.4142135623730951},"50":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":6,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"39":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":5,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"42":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":36,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.4142135623730951},"14":{"tf":1.4142135623730951},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"33":{"tf":1.0},"35":{"tf":2.23606797749979},"37":{"tf":1.0},"38":{"tf":1.7320508075688772},"4":{"tf":2.0},"41":{"tf":1.4142135623730951},"42":{"tf":2.0},"43":{"tf":1.7320508075688772},"44":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.4142135623730951},"50":{"tf":1.0},"6":{"tf":2.23606797749979},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"15":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"16":{"tf":1.0},"47":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}},"s":{"df":2,"docs":{"33":{"tf":1.0},"38":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"—":{"a":{"d":{"df":0,"docs":{},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"47":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":5,"docs":{"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"36":{"tf":1.0},"40":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"}":{"\\"":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"43":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"f":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"39":{"tf":1.0},"49":{"tf":1.0},"6":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"33":{"tf":1.7320508075688772},"4":{"tf":1.0},"7":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}},"s":{"df":3,"docs":{"33":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}}}},"q":{"df":1,"docs":{"49":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"11":{"tf":1.0},"44":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"16":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"33":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"16":{"tf":1.0},"28":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"49":{"tf":1.0}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":4,"docs":{"11":{"tf":1.0},"26":{"tf":1.0},"38":{"tf":1.0},"43":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"33":{"tf":1.0},"5":{"tf":1.0}},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"49":{"tf":1.0}}}}}}}}}},"t":{"df":6,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"9":{"tf":1.0}}},"x":{"df":1,"docs":{"5":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"27":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"48":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"14":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":5,"docs":{"18":{"tf":1.0},"27":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"45":{"tf":1.0},"47":{"tf":1.0}}}}}}},"n":{"df":2,"docs":{"42":{"tf":2.23606797749979},"43":{"tf":1.7320508075688772}}},"o":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":3,"docs":{"0":{"tf":1.0},"33":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"27":{"tf":1.0},"4":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"15":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"t":{"!":{"(":{"\\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"4":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"2":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"23":{"tf":1.0}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":14,"docs":{"0":{"tf":1.0},"10":{"tf":1.4142135623730951},"2":{"tf":1.0},"21":{"tf":1.0},"3":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.4142135623730951},"47":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0}},"’":{"df":1,"docs":{"15":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"6":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0}}}}}}},"d":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"26":{"tf":1.0}}}}}},"g":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"3":{"tf":1.0},"48":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"32":{"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":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"42":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":8,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"26":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.4142135623730951},"42":{"tf":1.0},"50":{"tf":1.0},"7":{"tf":1.0}}}}},"t":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"42":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"1":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"50":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"11":{"tf":1.0},"16":{"tf":1.0}}}},"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"11":{"tf":1.0},"16":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":1,"docs":{"44":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"39":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"35":{"tf":1.0},"46":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"1":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"4":{"tf":1.0},"6":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"r":{"d":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"22":{"tf":1.4142135623730951}},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"11":{"tf":1.0},"23":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0}},"i":{"df":1,"docs":{"14":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"22":{"tf":1.0},"24":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":2,"docs":{"22":{"tf":1.4142135623730951},"24":{"tf":2.0}}}}}},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"10":{"tf":1.0},"15":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"0":{"tf":1.0},"43":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":9,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"25":{"tf":1.4142135623730951},"4":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"31":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}}},"o":{"c":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"4":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"29":{"tf":1.0},"33":{"tf":1.0},"45":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"45":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"i":{"[":{"\\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"e":{"a":{"df":7,"docs":{"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"42":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}},"i":{"df":1,"docs":{"34":{"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":3,"docs":{"17":{"tf":1.0},"21":{"tf":1.0},"41":{"tf":1.0}}}}}}}},"m":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"5":{"tf":1.0}}}},"l":{"df":2,"docs":{"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"45":{"tf":1.0}}}}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":4,"docs":{"0":{"tf":1.4142135623730951},"47":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":9,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":1.7320508075688772},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"19":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"\\"":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"42":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"6":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"[":{"\\"":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"14":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"14":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"40":{"tf":1.0},"42":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"df":2,"docs":{"30":{"tf":1.0},"33":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"48":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":4,"docs":{"10":{"tf":1.0},"3":{"tf":1.0},"45":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"n":{"d":{"df":4,"docs":{"11":{"tf":1.0},"35":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":5,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"21":{"tf":1.0}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"0":{"tf":1.4142135623730951},"3":{"tf":1.0},"35":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":2,"docs":{"45":{"tf":1.0},"5":{"tf":1.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"7":{"tf":1.0}}}}}},"v":{"df":2,"docs":{"48":{"tf":1.0},"5":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"5":{"tf":1.0}},"t":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":2,"docs":{"33":{"tf":1.0},"42":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"11":{"tf":1.0},"29":{"tf":1.0}}}}},"v":{"df":1,"docs":{"46":{"tf":1.0}}}},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"24":{"tf":1.0}}}}}}},"u":{"d":{"df":0,"docs":{},"g":{"df":4,"docs":{"35":{"tf":1.0},"4":{"tf":1.0},"50":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"k":{"8":{"df":6,"docs":{"10":{"tf":1.0},"16":{"tf":1.0},"27":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"49":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":16,"docs":{"11":{"tf":1.0},"15":{"tf":1.7320508075688772},"16":{"tf":1.4142135623730951},"20":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"y":{"df":2,"docs":{"42":{"tf":1.0},"43":{"tf":1.0}}}},"n":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"47":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"11":{"tf":1.0},"31":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"24":{"tf":1.4142135623730951}},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"n":{"c":{"df":1,"docs":{"25":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"15":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"19":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"15":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"40":{"tf":1.0},"47":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"35":{"tf":1.0},"6":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":2,"docs":{"3":{"tf":1.0},"4":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":11,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"13":{"tf":1.0},"19":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"14":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":20,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.4142135623730951},"5":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0}}}}},"o":{"a":{"d":{"df":1,"docs":{"25":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"k":{"8":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":11,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"27":{"tf":1.4142135623730951},"29":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0},"49":{"tf":1.0},"9":{"tf":1.0}}},"t":{"df":1,"docs":{"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":3,"docs":{"42":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0}},"i":{"c":{"df":4,"docs":{"0":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0}}},"df":0,"docs":{}},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"11":{"tf":1.0},"35":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"49":{"tf":1.0}}},"p":{"df":2,"docs":{"16":{"tf":1.0},"29":{"tf":1.0}}},"s":{"df":1,"docs":{"9":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"23":{"tf":1.4142135623730951}},"i":{"df":1,"docs":{"23":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"16":{"tf":1.0},"30":{"tf":1.0},"7":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"34":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":7,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.4142135623730951}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":6,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0}}}},"p":{"df":3,"docs":{"10":{"tf":1.0},"33":{"tf":1.0},"45":{"tf":1.0}}},"t":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"41":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"46":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"11":{"tf":1.0},"31":{"tf":1.0}}}}}},"x":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"7":{"5":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"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":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":8,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0}}}}},"t":{"df":1,"docs":{"15":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"25":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":1,"docs":{"25":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"1":{"tf":1.0},"2":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"d":{"df":5,"docs":{"14":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"33":{"tf":1.0},"50":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"c":{"df":4,"docs":{"39":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"6":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"i":{"d":{"df":2,"docs":{"22":{"tf":1.0},"24":{"tf":1.4142135623730951}}},"df":0,"docs":{},"n":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"4":{"5":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"16":{"tf":1.0},"18":{"tf":1.0},"29":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"47":{"tf":1.0},"5":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"39":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"48":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":3,"docs":{"33":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0}}}},"x":{"df":1,"docs":{"48":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":7,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"15":{"tf":1.0},"2":{"tf":1.0},"35":{"tf":1.7320508075688772},"45":{"tf":1.0},"9":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"44":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"16":{"tf":1.0},"7":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":7,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"11":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":1.0},"9":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"16":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"42":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"42":{"tf":1.0},"43":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"37":{"tf":1.0},"42":{"tf":1.0}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"16":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":8,"docs":{"15":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"38":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"49":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"g":{"df":1,"docs":{"33":{"tf":1.0}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":10,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"26":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"35":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"9":{"tf":1.0}}}}}}},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"42":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":5,"docs":{"21":{"tf":1.0},"35":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"4":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":23,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"11":{"tf":1.0},"13":{"tf":1.4142135623730951},"2":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.7320508075688772},"24":{"tf":1.7320508075688772},"29":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.7320508075688772},"35":{"tf":1.4142135623730951},"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"42":{"tf":1.0},"45":{"tf":1.4142135623730951},"48":{"tf":1.0},"50":{"tf":2.0},"6":{"tf":1.0},"9":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"5":{"tf":1.0}},"i":{"df":1,"docs":{"16":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"df":8,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"10":{"tf":1.0},"3":{"tf":1.7320508075688772},"33":{"tf":1.0},"35":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"9":{"tf":1.0}}}},"n":{"df":1,"docs":{"5":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"15":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":16,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"35":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.4142135623730951},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.4142135623730951}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"16":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"35":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"45":{"tf":1.0},"47":{"tf":1.0}}}}}},"k":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"\\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"42":{"tf":1.0},"43":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":1,"docs":{"42":{"tf":1.0}}},"n":{"c":{"df":3,"docs":{"35":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0}}},"df":4,"docs":{"19":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0},"9":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"31":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"11":{"tf":1.0},"20":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.4142135623730951},"3":{"tf":1.0},"33":{"tf":1.7320508075688772},"49":{"tf":1.0},"5":{"tf":1.0}}}},"t":{"df":2,"docs":{"15":{"tf":1.0},"5":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"20":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"6":{"tf":1.0}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":7,"docs":{"10":{"tf":1.0},"29":{"tf":1.0},"45":{"tf":1.4142135623730951},"5":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"49":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":9,"docs":{"16":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"5":{"tf":1.0},"6":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"3":{"tf":1.0},"40":{"tf":1.0},"5":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}}},"p":{"9":{"5":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"10":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"1":{"tf":1.0},"27":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"26":{"tf":1.0},"4":{"tf":1.0},"50":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":4,"docs":{"2":{"tf":1.0},"34":{"tf":1.0},"46":{"tf":1.0},"8":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"22":{"tf":1.0}}}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":6,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"4":{"tf":2.449489742783178},"47":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":2.449489742783178}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"27":{"tf":1.0},"33":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":1,"docs":{"6":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"13":{"tf":1.0},"19":{"tf":1.0},"23":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":3,"docs":{"15":{"tf":2.0},"16":{"tf":1.0},"9":{"tf":1.0}}}}}}}},"df":1,"docs":{"6":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"22":{"tf":1.4142135623730951}}}},"r":{"df":3,"docs":{"15":{"tf":1.0},"18":{"tf":1.0},"26":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"0":{"tf":1.0},"4":{"tf":1.0}}}}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"26":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"10":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"14":{"tf":1.0}}}}}}}},"l":{"a":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":21,"docs":{"1":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":2.0},"28":{"tf":1.4142135623730951},"3":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":2.0},"45":{"tf":1.0},"49":{"tf":1.0},"6":{"tf":2.449489742783178},"7":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"33":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"u":{"df":4,"docs":{"19":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.0}},"g":{"df":1,"docs":{"41":{"tf":1.0}},"g":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"12":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"3":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":3,"docs":{"30":{"tf":1.0},"33":{"tf":1.0},"48":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"50":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"16":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"4":{"tf":1.0},"40":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"5":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"45":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"27":{"tf":1.4142135623730951},"33":{"tf":2.0},"35":{"tf":1.0},"37":{"tf":1.0}}}}}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"21":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"20":{"tf":1.0},"33":{"tf":1.0}}}},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"39":{"tf":1.0}}}},"t":{"df":3,"docs":{"16":{"tf":1.0},"40":{"tf":1.0},"48":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.4142135623730951}}}}}},"o":{"b":{"df":0,"docs":{},"e":{"df":7,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"32":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"11":{"tf":1.0},"29":{"tf":1.0},"4":{"tf":1.0},"9":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":4,"docs":{"0":{"tf":1.0},"14":{"tf":1.0},"39":{"tf":1.0},"49":{"tf":1.0}},"t":{"df":4,"docs":{"21":{"tf":1.0},"35":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":7,"docs":{"11":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"48":{"tf":1.0},"6":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"26":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":6,"docs":{"0":{"tf":1.0},"15":{"tf":1.0},"3":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.4142135623730951},"6":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"42":{"tf":1.0}},"r":{"df":1,"docs":{"33":{"tf":1.0}}}},"i":{"d":{"df":5,"docs":{"30":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"6":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":3,"docs":{"32":{"tf":1.0},"4":{"tf":1.4142135623730951},"6":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"32":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"b":{"df":2,"docs":{"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"0":{"tf":1.0},"50":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"49":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"12":{"tf":1.0},"3":{"tf":1.0}}}}}}}},"q":{"a":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"46":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"26":{"tf":1.7320508075688772},"5":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"23":{"tf":1.0},"26":{"tf":1.0}}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"(":{"3":{"df":2,"docs":{"18":{"tf":1.0},"20":{"tf":1.0}}},"5":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}},"df":10,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"25":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"5":{"tf":1.0}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":2,"docs":{"4":{"tf":2.0},"6":{"tf":3.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"42":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"l":{"df":3,"docs":{"32":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.0}},"e":{"df":0,"docs":{},"—":{"a":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"22":{"tf":1.0}}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"47":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":8,"docs":{"20":{"tf":1.0},"27":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.7320508075688772},"39":{"tf":1.0},"48":{"tf":1.0},"6":{"tf":1.4142135623730951},"9":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"45":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":4,"docs":{"0":{"tf":1.0},"3":{"tf":1.0},"41":{"tf":1.0},"5":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"1":{"tf":1.0},"3":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"5":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"39":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"22":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":5,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":4,"docs":{"15":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"34":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"0":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"27":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}},"x":{"df":2,"docs":{"32":{"tf":1.0},"33":{"tf":1.0}}}},"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"33":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"16":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"14":{"tf":1.0},"23":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"3":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"33":{"tf":1.0},"38":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"35":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":4,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"28":{"tf":1.0},"30":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":4,"docs":{"13":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0},"49":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":8,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"20":{"tf":1.0},"23":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"35":{"tf":1.0},"39":{"tf":1.0},"6":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":4,"docs":{"10":{"tf":1.0},"23":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":10,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.4142135623730951},"24":{"tf":1.7320508075688772},"4":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.4142135623730951},"5":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":4,"docs":{"16":{"tf":1.0},"27":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"0":{"tf":1.0},"50":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"15":{"tf":1.0},"38":{"tf":1.0},"45":{"tf":1.7320508075688772},"9":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":3,"docs":{"16":{"tf":1.0},"49":{"tf":1.0},"7":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"40":{"tf":1.0},"7":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"49":{"tf":1.0},"5":{"tf":1.0}}}}},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":8,"docs":{"0":{"tf":1.0},"20":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.7320508075688772}},"s":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"p":{"c":{"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"4":{"tf":1.7320508075688772},"42":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"6":{"tf":1.0}}}}}}}}},"df":25,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"11":{"tf":1.7320508075688772},"14":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.7320508075688772},"26":{"tf":1.0},"27":{"tf":1.7320508075688772},"31":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":2.449489742783178},"39":{"tf":1.0},"4":{"tf":1.7320508075688772},"43":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.7320508075688772},"49":{"tf":1.4142135623730951},"5":{"tf":1.7320508075688772},"50":{"tf":2.23606797749979},"6":{"tf":2.6457513110645907},"7":{"tf":1.0},"8":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"42":{"tf":1.4142135623730951}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":22,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"27":{"tf":1.7320508075688772},"28":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"35":{"tf":1.0},"39":{"tf":1.4142135623730951},"4":{"tf":2.23606797749979},"45":{"tf":1.7320508075688772},"48":{"tf":1.7320508075688772},"49":{"tf":1.7320508075688772},"50":{"tf":1.0},"6":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951},"9":{"tf":1.0}},"’":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"32":{"tf":1.0}},"{":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"32":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":8,"docs":{"10":{"tf":1.0},"26":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"45":{"tf":1.0},"9":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"32":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"df":9,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"41":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"40":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":6,"docs":{"22":{"tf":1.0},"27":{"tf":1.4142135623730951},"45":{"tf":1.0},"49":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"25":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"26":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"2":{"df":5,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0}}},"3":{"df":2,"docs":{"22":{"tf":1.0},"24":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":30,"docs":{"1":{"tf":1.0},"10":{"tf":1.7320508075688772},"11":{"tf":1.7320508075688772},"12":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":2.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"27":{"tf":1.7320508075688772},"28":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"35":{"tf":2.23606797749979},"38":{"tf":1.0},"4":{"tf":1.7320508075688772},"40":{"tf":1.0},"44":{"tf":1.4142135623730951},"45":{"tf":2.23606797749979},"46":{"tf":1.0},"47":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"49":{"tf":1.7320508075688772},"5":{"tf":1.0},"50":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":2.23606797749979}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"31":{"tf":1.0},"5":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"10":{"tf":1.0},"33":{"tf":1.0}}}}}}},"df":1,"docs":{"4":{"tf":1.7320508075688772}},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"d":{"df":8,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0}}},"df":4,"docs":{"11":{"tf":1.4142135623730951},"27":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"20":{"tf":1.0},"27":{"tf":1.0}}}},"df":0,"docs":{}},"f":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":3,"docs":{"15":{"tf":1.0},"42":{"tf":1.7320508075688772},"43":{"tf":1.7320508075688772}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"16":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"6":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"4":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"45":{"tf":1.0}},"i":{"c":{"df":4,"docs":{"30":{"tf":1.0},"35":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":8,"docs":{"11":{"tf":1.0},"18":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"34":{"tf":1.0},"47":{"tf":1.4142135623730951},"6":{"tf":1.0},"9":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":11,"docs":{"10":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"30":{"tf":1.0},"48":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":16,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"35":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":8,"docs":{"10":{"tf":1.0},"16":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.4142135623730951},"42":{"tf":1.0},"45":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"0":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0}}}},"w":{"df":4,"docs":{"1":{"tf":1.0},"21":{"tf":1.0},"41":{"tf":1.0},"9":{"tf":1.0}}}}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"33":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":11,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"27":{"tf":1.7320508075688772},"33":{"tf":2.0},"39":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.4142135623730951},"50":{"tf":1.0},"6":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"18":{"tf":1.0},"25":{"tf":1.0},"42":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"22":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":3,"docs":{"30":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0}}}}},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"23":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"25":{"tf":1.4142135623730951}},"w":{"df":2,"docs":{"33":{"tf":1.0},"48":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"11":{"tf":1.0},"18":{"tf":1.0},"3":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":5,"docs":{"15":{"tf":1.0},"18":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"3":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":5,"docs":{"14":{"tf":1.0},"20":{"tf":1.0},"33":{"tf":1.0},"47":{"tf":1.0},"6":{"tf":1.0}},"i":{"df":1,"docs":{"11":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":4,"docs":{"16":{"tf":1.0},"28":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"t":{"a":{"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"50":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"48":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"16":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"42":{"tf":1.0}}}}}}},"df":0,"docs":{}},"_":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"43":{"tf":1.0},"6":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":13,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.7320508075688772},"35":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.7320508075688772}}}},"t":{"df":0,"docs":{},"e":{"df":3,"docs":{"16":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0}}},"i":{"c":{"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{}}},"y":{"df":6,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"25":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0},"49":{"tf":1.0}}}},"d":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{":":{":":{"a":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"42":{"tf":1.0}}},"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":{":":{":":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"15":{"tf":1.0},"33":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"23":{"tf":1.0},"26":{"tf":1.0},"49":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"26":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"26":{"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":3,"docs":{"35":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0}}}},"r":{"df":2,"docs":{"42":{"tf":1.0},"43":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"19":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"42":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":2,"docs":{"25":{"tf":1.0},"47":{"tf":1.4142135623730951}}}}}},"u":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"18":{"tf":1.0},"23":{"tf":1.0}}}},"t":{"df":4,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"0":{"tf":1.0},"50":{"tf":1.0}}}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":10,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"31":{"tf":1.0}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"10":{"tf":1.0},"46":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"16":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"49":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"48":{"tf":1.0}}}}}}},"n":{"c":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":7,"docs":{"14":{"tf":1.4142135623730951},"20":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.4142135623730951}}}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"2":{"0":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":7,"docs":{"11":{"tf":1.0},"25":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"5":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"35":{"tf":1.0}}}}},"d":{"df":3,"docs":{"14":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}},"df":1,"docs":{"4":{"tf":1.4142135623730951}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":3,"docs":{"16":{"tf":1.0},"3":{"tf":1.4142135623730951},"47":{"tf":1.0}}},"r":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"15":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":19,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.0},"10":{"tf":1.7320508075688772},"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"18":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.7320508075688772},"35":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"48":{"tf":1.0},"49":{"tf":1.4142135623730951},"5":{"tf":1.0},"9":{"tf":2.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":8,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"{":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"43":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"42":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"42":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":3,"docs":{"27":{"tf":1.0},"37":{"tf":1.0},"7":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"e":{"df":12,"docs":{"0":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.4142135623730951},"33":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.4142135623730951},"6":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"24":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"14":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"9":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"33":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"26":{"tf":1.0},"5":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":24,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"26":{"tf":1.7320508075688772},"27":{"tf":1.0},"35":{"tf":2.0},"4":{"tf":2.0},"40":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"45":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.4142135623730951},"5":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.0}},"y":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"g":{"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":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":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":{},"l":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"32":{"tf":1.0},"33":{"tf":1.0},"45":{"tf":1.0},"9":{"tf":1.0}}},"k":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":14,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.4142135623730951},"3":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.7320508075688772},"5":{"tf":1.4142135623730951},"50":{"tf":1.0},"6":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"41":{"tf":1.0},"47":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":13,"docs":{"11":{"tf":1.0},"13":{"tf":1.4142135623730951},"15":{"tf":1.0},"18":{"tf":2.0},"19":{"tf":2.0},"20":{"tf":1.4142135623730951},"25":{"tf":1.0},"32":{"tf":1.0},"47":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"49":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"2":{"0":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"1":{"6":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"25":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"10":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"33":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"16":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":3,"docs":{"16":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"28":{"tf":1.0},"4":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"16":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":1,"docs":{"18":{"tf":1.0}}}},"x":{"df":1,"docs":{"25":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"28":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"23":{"tf":1.0},"25":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"35":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"43":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":4,"docs":{"22":{"tf":1.0},"24":{"tf":1.4142135623730951},"37":{"tf":1.0},"45":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"11":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"10":{"tf":1.0}}}},"df":24,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"15":{"tf":1.0},"18":{"tf":1.7320508075688772},"19":{"tf":1.7320508075688772},"20":{"tf":2.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":2.23606797749979},"43":{"tf":1.7320508075688772},"45":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.4142135623730951},"5":{"tf":1.0},"50":{"tf":1.4142135623730951},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"13":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}},"s":{"(":{"4":{"df":2,"docs":{"18":{"tf":1.0},"20":{"tf":1.0}}},"8":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"z":{"df":2,"docs":{"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"10":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":18,"docs":{"0":{"tf":1.4142135623730951},"11":{"tf":1.4142135623730951},"16":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"26":{"tf":1.0},"3":{"tf":1.4142135623730951},"32":{"tf":1.0},"35":{"tf":1.4142135623730951},"37":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"47":{"tf":1.4142135623730951},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.4142135623730951},"7":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"26":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"c":{"!":{"[":{"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":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":1,"docs":{"42":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"49":{"tf":1.0},"5":{"tf":1.0}},"f":{"df":1,"docs":{"7":{"tf":1.0}},"i":{"df":6,"docs":{"14":{"tf":1.0},"22":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"u":{"df":2,"docs":{"25":{"tf":1.0},"7":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":6,"docs":{"10":{"tf":1.0},"14":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":1.4142135623730951},"6":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"27":{"tf":1.0},"6":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"15":{"tf":1.0},"5":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":12,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.4142135623730951},"49":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":2,"docs":{"4":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"15":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"47":{"tf":1.0},"50":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"48":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":8,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"27":{"tf":1.0},"35":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":5,"docs":{"30":{"tf":1.0},"37":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"(":{"0":{".":{".":{"=":{"2":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"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":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"d":{"a":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"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":{"23":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"22":{"tf":1.0},"24":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"b":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"0":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":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":{"44":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"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":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"2":{"0":{"df":3,"docs":{"20":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0}}},"df":0,"docs":{}},"5":{"0":{"df":2,"docs":{"22":{"tf":1.0},"24":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"0":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}},"9":{"0":{"df":2,"docs":{"19":{"tf":1.0},"26":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"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":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"(":{"1":{".":{".":{"=":{"4":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"d":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{")":{".":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"0":{".":{"2":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{")":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"4":{"5":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"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":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"6":{"0":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"0":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"24":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"1":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":5,"docs":{"10":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"45":{"tf":1.7320508075688772},"9":{"tf":1.4142135623730951}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":38,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.7320508075688772},"12":{"tf":1.4142135623730951},"13":{"tf":2.0},"14":{"tf":2.0},"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.7320508075688772},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.7320508075688772},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"35":{"tf":2.23606797749979},"37":{"tf":1.4142135623730951},"38":{"tf":1.0},"4":{"tf":2.449489742783178},"41":{"tf":1.4142135623730951},"42":{"tf":2.23606797749979},"43":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.7320508075688772},"48":{"tf":1.0},"49":{"tf":1.4142135623730951},"5":{"tf":1.0},"50":{"tf":1.4142135623730951},"6":{"tf":2.6457513110645907},"7":{"tf":1.4142135623730951},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"10":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"26":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"22":{"tf":1.0},"23":{"tf":1.0}}}}}}},"x":{"df":2,"docs":{"4":{"tf":1.4142135623730951},"6":{"tf":2.0}}},"y":{"df":0,"docs":{},"e":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"breadcrumbs":{"root":{"0":{"df":3,"docs":{"18":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0}}},"1":{"df":4,"docs":{"19":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0}}},"2":{"df":1,"docs":{"18":{"tf":1.4142135623730951}}},"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"50":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"32":{"tf":1.0},"34":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"32":{"tf":1.0},"33":{"tf":1.0},"39":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"35":{"tf":1.0},"42":{"tf":1.0}}}},"v":{"df":11,"docs":{"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.0},"27":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"42":{"tf":1.0},"6":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"18":{"tf":1.0}}}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"10":{"tf":1.0},"45":{"tf":1.0},"9":{"tf":1.0}}}}},"d":{"df":4,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0}}},"df":6,"docs":{"35":{"tf":1.0},"37":{"tf":1.7320508075688772},"38":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951},"40":{"tf":1.7320508075688772},"41":{"tf":1.0}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"17":{"tf":1.0},"33":{"tf":1.0},"47":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":6,"docs":{"21":{"tf":1.7320508075688772},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"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":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"48":{"tf":1.0}}}}}}}}}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"d":{"df":1,"docs":{"38":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":1,"docs":{"5":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":4,"docs":{"11":{"tf":1.0},"15":{"tf":1.4142135623730951},"27":{"tf":1.0},"49":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"16":{"tf":1.0},"5":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"49":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.7320508075688772}}}}}},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"23":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":5,"docs":{"46":{"tf":1.7320508075688772},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"0":{"tf":1.0}}},"df":4,"docs":{"14":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"2":{"tf":1.0},"26":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"4":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"33":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":6,"docs":{"21":{"tf":1.7320508075688772},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"35":{"tf":1.0},"45":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":14,"docs":{"10":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0}}}},"t":{"df":2,"docs":{"10":{"tf":1.0},"33":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"0":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{":":{":":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"42":{"tf":1.0},"43":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"42":{"tf":1.0},"43":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"42":{"tf":1.4142135623730951},"43":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"35":{"tf":1.0},"37":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":7,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"38":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"1":{"tf":1.0},"11":{"tf":1.7320508075688772},"27":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":16,"docs":{"0":{"tf":1.4142135623730951},"11":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"27":{"tf":1.0},"3":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"35":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.7320508075688772},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"16":{"tf":1.0},"33":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"10":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"25":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"16":{"tf":1.0},"28":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"20":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"43":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"e":{"c":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"16":{"tf":1.0},"27":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"48":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"32":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":9,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.7320508075688772},"29":{"tf":1.0}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":7,"docs":{"16":{"tf":1.0},"22":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"48":{"tf":1.0},"7":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"33":{"tf":1.0},"35":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"b":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":5,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"13":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.0}},"s":{"/":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"19":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":15,"docs":{"0":{"tf":1.7320508075688772},"11":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"18":{"tf":1.0},"22":{"tf":1.4142135623730951},"35":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.4142135623730951},"49":{"tf":2.0},"5":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"6":{"tf":1.7320508075688772}},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"50":{"tf":1.0}}}},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"0":{"tf":1.0},"1":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"12":{"tf":1.0},"14":{"tf":1.0},"19":{"tf":1.0},"47":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"35":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"a":{"d":{"df":1,"docs":{"35":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":13,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"35":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"6":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"47":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":5,"docs":{"15":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.7320508075688772},"44":{"tf":1.0}}}},"df":0,"docs":{}}}},"c":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"48":{"tf":1.4142135623730951},"49":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"44":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"21":{"tf":1.0},"35":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"27":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"49":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"22":{"tf":1.0},"24":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"48":{"tf":1.0}}}}},"df":1,"docs":{"6":{"tf":1.4142135623730951}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"1":{"tf":1.0},"26":{"tf":1.0},"45":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":4,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.0}}}}}},"o":{"df":13,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"20":{"tf":1.7320508075688772},"22":{"tf":1.4142135623730951},"4":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.7320508075688772},"49":{"tf":1.4142135623730951},"5":{"tf":1.4142135623730951},"50":{"tf":1.0},"9":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"11":{"tf":1.0},"35":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.7320508075688772}}}},"c":{"df":0,"docs":{},"k":{"df":16,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"24":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":1.4142135623730951},"42":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.4142135623730951},"5":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"33":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"16":{"tf":1.0},"18":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"11":{"tf":1.4142135623730951},"16":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"33":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"6":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}}}}},"i":{"df":4,"docs":{"16":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.0},"7":{"tf":1.0}},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"33":{"tf":1.0},"48":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"35":{"tf":1.0},"39":{"tf":1.0},"6":{"tf":1.7320508075688772}}}}},"r":{"df":7,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"15":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"|":{"df":2,"docs":{"42":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":5,"docs":{"39":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.7320508075688772},"43":{"tf":1.7320508075688772},"45":{"tf":1.0}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":15,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.4142135623730951},"33":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":2.0},"5":{"tf":1.0},"50":{"tf":1.0},"7":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"35":{"tf":1.0}}}}}}}}}}}},"o":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"\\"":{"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":{"14":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"33":{"tf":1.0}}}}}}}}},"df":2,"docs":{"14":{"tf":1.0},"33":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"17":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"8":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"10":{"tf":1.0},"15":{"tf":1.0},"32":{"tf":1.4142135623730951},"47":{"tf":1.0},"48":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"16":{"tf":1.0},"27":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"22":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.0}}},"s":{"df":13,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"16":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0},"49":{"tf":1.0},"9":{"tf":1.0}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":3,"docs":{"2":{"tf":1.0},"27":{"tf":1.0},"6":{"tf":1.7320508075688772}}}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"16":{"tf":1.0},"9":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"14":{"tf":1.0},"47":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"4":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"35":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"3":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":3,"docs":{"10":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"9":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":8,"docs":{"10":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.0},"35":{"tf":1.0},"45":{"tf":1.4142135623730951},"47":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"df":3,"docs":{"20":{"tf":1.0},"43":{"tf":1.4142135623730951},"48":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":9,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.0},"35":{"tf":1.0},"50":{"tf":1.4142135623730951}},"s":{"/":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"i":{"d":{"df":1,"docs":{"37":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"11":{"tf":1.0},"28":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"39":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"m":{"df":4,"docs":{"33":{"tf":1.4142135623730951},"45":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"30":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"1":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"11":{"tf":1.0},"12":{"tf":1.7320508075688772},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.7320508075688772},"47":{"tf":1.4142135623730951}}}},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.7320508075688772},"35":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"14":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"p":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":8,"docs":{"13":{"tf":1.4142135623730951},"20":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.4142135623730951},"50":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"30":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"22":{"tf":1.0},"24":{"tf":1.4142135623730951}}}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"35":{"tf":1.0},"6":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"35":{"tf":1.0},"45":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":10,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.7320508075688772},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.7320508075688772},"26":{"tf":1.0},"45":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"27":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"47":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"19":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"34":{"tf":1.0},"45":{"tf":2.0},"7":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"11":{"tf":1.0},"25":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":5,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"x":{"df":2,"docs":{"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":4,"docs":{"22":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"24":{"tf":1.0},"41":{"tf":1.0}}}}}}}},"d":{"a":{"df":7,"docs":{"0":{"tf":1.7320508075688772},"16":{"tf":1.0},"19":{"tf":2.0},"20":{"tf":1.0},"23":{"tf":2.6457513110645907},"26":{"tf":1.0},"50":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"t":{"a":{"df":13,"docs":{"0":{"tf":2.0},"11":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"19":{"tf":1.0},"3":{"tf":1.4142135623730951},"35":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.4142135623730951},"49":{"tf":1.0},"50":{"tf":1.4142135623730951},"6":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"4":{"tf":1.7320508075688772},"6":{"tf":1.7320508075688772}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":4,"docs":{"29":{"tf":1.0},"33":{"tf":1.0},"38":{"tf":1.0},"5":{"tf":1.0}},"g":{"df":1,"docs":{"46":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"11":{"tf":1.0},"33":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"r":{"df":9,"docs":{"11":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"34":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":5,"docs":{"15":{"tf":1.0},"35":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.0},"5":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"11":{"tf":1.0},"35":{"tf":1.0},"47":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"47":{"tf":1.0}}}}}}},"l":{"a":{"df":0,"docs":{},"y":{"df":3,"docs":{"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0}}}},"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":7,"docs":{"10":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"45":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"33":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":13,"docs":{"10":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.4142135623730951},"37":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":2.8284271247461903},"45":{"tf":1.0},"6":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"42":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":6,"docs":{"10":{"tf":1.0},"12":{"tf":1.4142135623730951},"3":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.4142135623730951},"5":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":4,"docs":{"35":{"tf":1.0},"40":{"tf":1.0},"50":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"7":{"tf":1.7320508075688772}}}},"r":{"df":1,"docs":{"5":{"tf":1.0}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"5":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":16,"docs":{"16":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.7320508075688772},"35":{"tf":2.23606797749979},"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},"7":{"tf":1.0}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"27":{"tf":1.0},"49":{"tf":1.0},"8":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"29":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"30":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"46":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"23":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"33":{"tf":1.0},"34":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"11":{"tf":1.0},"30":{"tf":1.4142135623730951},"33":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"45":{"tf":1.0}}}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"6":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"20":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"[":{"\\"":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":10,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"25":{"tf":1.4142135623730951},"27":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.7320508075688772},"42":{"tf":1.0},"6":{"tf":1.4142135623730951}},"n":{"df":2,"docs":{"12":{"tf":1.0},"5":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"23":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"l":{"df":6,"docs":{"10":{"tf":1.0},"15":{"tf":1.0},"37":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.7320508075688772},"9":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":8,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"27":{"tf":1.0},"35":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":3,"docs":{"43":{"tf":1.0},"50":{"tf":1.4142135623730951},"6":{"tf":1.7320508075688772}}}}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"42":{"tf":1.7320508075688772},"43":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":7,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"14":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.0},"42":{"tf":1.0},"5":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"42":{"tf":1.0}}}}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"10":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"33":{"tf":1.0}}}}},"s":{"df":1,"docs":{"30":{"tf":1.0}},"i":{"df":1,"docs":{"11":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"3":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"23":{"tf":1.0}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"15":{"tf":1.0},"20":{"tf":1.0},"33":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":3,"docs":{"20":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"d":{"df":5,"docs":{"10":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"24":{"tf":1.0},"41":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"23":{"tf":1.0},"39":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"35":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"3":{"tf":1.0},"9":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":5,"docs":{"11":{"tf":1.0},"35":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"0":{"tf":1.0},"27":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.4142135623730951},"50":{"tf":1.0}}}}},"v":{"df":2,"docs":{"4":{"tf":1.0},"6":{"tf":1.0}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":20,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"27":{"tf":1.7320508075688772},"28":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.7320508075688772},"4":{"tf":1.4142135623730951},"45":{"tf":1.0},"48":{"tf":1.4142135623730951},"49":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"37":{"tf":1.0}}}}}}},"r":{"(":{"\\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"42":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"38":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"2":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"a":{"df":0,"docs":{},"l":{"[":{"\\"":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":1,"docs":{"14":{"tf":1.0}},"u":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":7,"docs":{"14":{"tf":1.0},"27":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"6":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"39":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":3,"docs":{"34":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0}}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":16,"docs":{"17":{"tf":1.7320508075688772},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.7320508075688772},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"41":{"tf":1.7320508075688772},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"9":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"32":{"tf":1.0},"50":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":8,"docs":{"0":{"tf":1.4142135623730951},"11":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.7320508075688772},"47":{"tf":1.4142135623730951},"50":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":6,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"39":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":5,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"42":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":37,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":2.0},"13":{"tf":1.0},"14":{"tf":2.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"32":{"tf":1.7320508075688772},"33":{"tf":1.0},"35":{"tf":2.23606797749979},"37":{"tf":1.0},"38":{"tf":2.0},"4":{"tf":2.0},"41":{"tf":2.0},"42":{"tf":2.23606797749979},"43":{"tf":2.23606797749979},"44":{"tf":1.4142135623730951},"45":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.4142135623730951},"50":{"tf":1.0},"6":{"tf":2.23606797749979},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"15":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"16":{"tf":1.0},"47":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}},"s":{"df":2,"docs":{"33":{"tf":1.0},"38":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"—":{"a":{"d":{"df":0,"docs":{},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"47":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":8,"docs":{"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"36":{"tf":1.7320508075688772},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.4142135623730951},"7":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"}":{"\\"":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"43":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"f":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"39":{"tf":1.0},"49":{"tf":1.0},"6":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"33":{"tf":1.7320508075688772},"4":{"tf":1.0},"7":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}},"s":{"df":3,"docs":{"33":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}}}},"q":{"df":1,"docs":{"49":{"tf":1.7320508075688772}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"11":{"tf":1.0},"44":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"16":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"33":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"16":{"tf":1.0},"28":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"49":{"tf":1.0}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":4,"docs":{"11":{"tf":1.0},"26":{"tf":1.0},"38":{"tf":1.0},"43":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"33":{"tf":1.0},"5":{"tf":1.0}},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"49":{"tf":1.0}}}}}}}}}},"t":{"df":6,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"9":{"tf":1.0}}},"x":{"df":1,"docs":{"5":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"27":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"48":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"14":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":5,"docs":{"18":{"tf":1.0},"27":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"45":{"tf":1.0},"47":{"tf":1.0}}}}}}},"n":{"df":2,"docs":{"42":{"tf":2.23606797749979},"43":{"tf":1.7320508075688772}}},"o":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":3,"docs":{"0":{"tf":1.0},"33":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"27":{"tf":1.0},"4":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"15":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"t":{"!":{"(":{"\\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"4":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":7,"docs":{"15":{"tf":1.0},"2":{"tf":1.7320508075688772},"3":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"23":{"tf":1.0}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":18,"docs":{"0":{"tf":1.0},"10":{"tf":1.4142135623730951},"2":{"tf":1.0},"21":{"tf":1.0},"3":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.7320508075688772},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.4142135623730951},"47":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0}},"’":{"df":1,"docs":{"15":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"6":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0}}}}}}},"d":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"26":{"tf":1.0}}}}}},"g":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"3":{"tf":1.0},"48":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"32":{"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":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"42":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":8,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"26":{"tf":1.4142135623730951},"35":{"tf":1.0},"4":{"tf":1.4142135623730951},"42":{"tf":1.0},"50":{"tf":1.0},"7":{"tf":1.0}}}}},"t":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"42":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"1":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"50":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"11":{"tf":1.0},"16":{"tf":1.0}}}},"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"11":{"tf":1.0},"16":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":1,"docs":{"44":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"39":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"35":{"tf":1.0},"46":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}},"df":27,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"8":{"tf":1.7320508075688772},"9":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"4":{"tf":1.0},"6":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"r":{"d":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"22":{"tf":1.4142135623730951}},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"11":{"tf":1.0},"23":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0}},"i":{"df":1,"docs":{"14":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"22":{"tf":1.0},"24":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":2,"docs":{"22":{"tf":1.4142135623730951},"24":{"tf":2.0}}}}}},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"10":{"tf":1.0},"15":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"0":{"tf":1.0},"43":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":9,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"25":{"tf":1.4142135623730951},"4":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"31":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}}},"o":{"c":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"4":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"29":{"tf":1.0},"33":{"tf":1.0},"45":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"45":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"i":{"[":{"\\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"e":{"a":{"df":7,"docs":{"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"42":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"i":{"df":26,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"8":{"tf":1.7320508075688772},"9":{"tf":1.0}},"i":{"df":12,"docs":{"34":{"tf":1.7320508075688772},"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}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":3,"docs":{"17":{"tf":1.0},"21":{"tf":1.0},"41":{"tf":1.0}}}}}}}},"m":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"5":{"tf":1.0}}}},"l":{"df":2,"docs":{"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"45":{"tf":1.0}}}}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":4,"docs":{"0":{"tf":1.4142135623730951},"47":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":9,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":1.7320508075688772},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"19":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"\\"":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"42":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"6":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"[":{"\\"":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"14":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"14":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"40":{"tf":1.0},"42":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"df":2,"docs":{"30":{"tf":1.0},"33":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"48":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":4,"docs":{"10":{"tf":1.0},"3":{"tf":1.0},"45":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"n":{"d":{"df":4,"docs":{"11":{"tf":1.0},"35":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":5,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"21":{"tf":1.0}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"0":{"tf":1.4142135623730951},"3":{"tf":1.0},"35":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":2,"docs":{"45":{"tf":1.7320508075688772},"5":{"tf":1.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"7":{"tf":1.0}}}}}},"v":{"df":2,"docs":{"48":{"tf":1.0},"5":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"5":{"tf":1.0}},"t":{"df":1,"docs":{"3":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":2,"docs":{"33":{"tf":1.0},"42":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"11":{"tf":1.0},"29":{"tf":1.0}}}}},"v":{"df":5,"docs":{"46":{"tf":1.7320508075688772},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"24":{"tf":1.4142135623730951}}}}}}},"u":{"d":{"df":0,"docs":{},"g":{"df":4,"docs":{"35":{"tf":1.0},"4":{"tf":1.0},"50":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"k":{"8":{"df":6,"docs":{"10":{"tf":1.0},"16":{"tf":1.0},"27":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"49":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":16,"docs":{"11":{"tf":1.0},"15":{"tf":1.7320508075688772},"16":{"tf":1.4142135623730951},"20":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"y":{"df":2,"docs":{"42":{"tf":1.0},"43":{"tf":1.0}}}},"n":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"47":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"11":{"tf":1.0},"31":{"tf":1.4142135623730951},"4":{"tf":1.0},"45":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"24":{"tf":1.7320508075688772}},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"n":{"c":{"df":1,"docs":{"25":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"15":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"19":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"15":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"40":{"tf":1.0},"47":{"tf":1.0},"9":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"35":{"tf":1.0},"6":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"t":{"df":2,"docs":{"3":{"tf":1.0},"4":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":11,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"13":{"tf":1.0},"19":{"tf":1.0},"35":{"tf":1.7320508075688772},"4":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"6":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"14":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":20,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.7320508075688772},"22":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.4142135623730951},"5":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0}}}}},"o":{"a":{"d":{"df":1,"docs":{"25":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"k":{"8":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":11,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"27":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0},"49":{"tf":1.0},"9":{"tf":1.0}}},"t":{"df":1,"docs":{"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":3,"docs":{"42":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0}},"i":{"c":{"df":4,"docs":{"0":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0}}},"df":0,"docs":{}},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"11":{"tf":1.0},"35":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"49":{"tf":1.0}}},"p":{"df":2,"docs":{"16":{"tf":1.0},"29":{"tf":1.0}}},"s":{"df":1,"docs":{"9":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"23":{"tf":1.7320508075688772}},"i":{"df":1,"docs":{"23":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"16":{"tf":1.0},"30":{"tf":1.0},"7":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"34":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":7,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.4142135623730951}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":6,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0}}}},"p":{"df":3,"docs":{"10":{"tf":1.0},"33":{"tf":1.0},"45":{"tf":1.0}}},"t":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"41":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"46":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"11":{"tf":1.0},"31":{"tf":1.0}}}}}},"x":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"7":{"5":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"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":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":8,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0}}}}},"t":{"df":1,"docs":{"15":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"25":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":1,"docs":{"25":{"tf":1.4142135623730951}}}}}}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"1":{"tf":1.0},"2":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"d":{"df":5,"docs":{"14":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"33":{"tf":1.0},"50":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"c":{"df":4,"docs":{"39":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"6":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"i":{"d":{"df":2,"docs":{"22":{"tf":1.0},"24":{"tf":1.4142135623730951}}},"df":0,"docs":{},"n":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"4":{"5":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"16":{"tf":1.0},"18":{"tf":1.0},"29":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"47":{"tf":1.0},"5":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"39":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"48":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":3,"docs":{"33":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0}}}},"x":{"df":1,"docs":{"48":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":7,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"15":{"tf":1.0},"2":{"tf":1.0},"35":{"tf":2.23606797749979},"45":{"tf":1.0},"9":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"44":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"16":{"tf":1.0},"7":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":7,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"11":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":1.0},"9":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"16":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"42":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"42":{"tf":1.0},"43":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"37":{"tf":1.0},"42":{"tf":1.0}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"16":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":8,"docs":{"15":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"38":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"49":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"g":{"df":1,"docs":{"33":{"tf":1.0}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":10,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"26":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"35":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"9":{"tf":1.0}}}}}}},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"42":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":8,"docs":{"21":{"tf":1.0},"35":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.7320508075688772},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"4":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":23,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"11":{"tf":1.0},"13":{"tf":1.4142135623730951},"2":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.7320508075688772},"24":{"tf":1.7320508075688772},"29":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.7320508075688772},"35":{"tf":1.4142135623730951},"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"42":{"tf":1.0},"45":{"tf":1.4142135623730951},"48":{"tf":1.0},"50":{"tf":2.0},"6":{"tf":1.0},"9":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"5":{"tf":1.0}},"i":{"df":1,"docs":{"16":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"df":8,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"10":{"tf":1.0},"3":{"tf":1.7320508075688772},"33":{"tf":1.0},"35":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"9":{"tf":1.0}}}},"n":{"df":1,"docs":{"5":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"15":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":16,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"35":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.4142135623730951},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.4142135623730951}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"16":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"35":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"45":{"tf":1.0},"47":{"tf":1.0}}}}}},"k":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"\\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"42":{"tf":1.0},"43":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":1,"docs":{"42":{"tf":1.0}}},"n":{"c":{"df":3,"docs":{"35":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0}}},"df":4,"docs":{"19":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0},"9":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"31":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"11":{"tf":1.0},"20":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.4142135623730951},"3":{"tf":1.0},"33":{"tf":2.23606797749979},"49":{"tf":1.0},"5":{"tf":1.0}}}},"t":{"df":2,"docs":{"15":{"tf":1.0},"5":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"20":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"6":{"tf":1.0}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":7,"docs":{"10":{"tf":1.0},"29":{"tf":1.0},"45":{"tf":1.4142135623730951},"5":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"49":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":9,"docs":{"16":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"5":{"tf":1.0},"6":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"3":{"tf":1.0},"40":{"tf":1.0},"5":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.7320508075688772}}}}}}}}}},"p":{"9":{"5":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"10":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"1":{"tf":1.0},"27":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"26":{"tf":1.0},"4":{"tf":1.0},"50":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":49,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.7320508075688772},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"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.7320508075688772},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"4":{"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.7320508075688772},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.7320508075688772},"9":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"22":{"tf":1.0}}}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":6,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"4":{"tf":2.449489742783178},"47":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":2.449489742783178}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":2.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"27":{"tf":1.0},"33":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":1,"docs":{"6":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"13":{"tf":1.0},"19":{"tf":1.0},"23":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":3,"docs":{"15":{"tf":2.449489742783178},"16":{"tf":1.0},"9":{"tf":1.0}}}}}}}},"df":1,"docs":{"6":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"22":{"tf":1.4142135623730951}}}},"r":{"df":3,"docs":{"15":{"tf":1.0},"18":{"tf":1.0},"26":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"0":{"tf":1.0},"4":{"tf":1.0}}}}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.7320508075688772}}}}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"26":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"10":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"14":{"tf":1.0}}}}}}}},"l":{"a":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":21,"docs":{"1":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":2.0},"28":{"tf":1.4142135623730951},"3":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":2.0},"45":{"tf":1.0},"49":{"tf":1.0},"6":{"tf":2.449489742783178},"7":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"33":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"u":{"df":4,"docs":{"19":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.0}},"g":{"df":1,"docs":{"41":{"tf":1.0}},"g":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"12":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"3":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":3,"docs":{"30":{"tf":1.0},"33":{"tf":1.0},"48":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"50":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"16":{"tf":1.7320508075688772},"8":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"4":{"tf":1.0},"40":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"5":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"45":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"27":{"tf":1.4142135623730951},"33":{"tf":2.0},"35":{"tf":1.0},"37":{"tf":1.0}}}}}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"21":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"20":{"tf":1.0},"33":{"tf":1.0}}}},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"39":{"tf":1.0}}}},"t":{"df":3,"docs":{"16":{"tf":1.0},"40":{"tf":1.0},"48":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":2.0}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.4142135623730951}}}}}},"o":{"b":{"df":0,"docs":{},"e":{"df":7,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"32":{"tf":1.0},"42":{"tf":1.4142135623730951},"44":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"11":{"tf":1.0},"29":{"tf":1.0},"4":{"tf":1.0},"9":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":4,"docs":{"0":{"tf":1.0},"14":{"tf":1.0},"39":{"tf":1.0},"49":{"tf":1.0}},"t":{"df":4,"docs":{"21":{"tf":1.0},"35":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":7,"docs":{"11":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"48":{"tf":1.0},"6":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"26":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":6,"docs":{"0":{"tf":1.0},"15":{"tf":1.0},"3":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.4142135623730951},"6":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"42":{"tf":1.0}},"r":{"df":1,"docs":{"33":{"tf":1.0}}}},"i":{"d":{"df":5,"docs":{"30":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"6":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":3,"docs":{"32":{"tf":1.0},"4":{"tf":1.4142135623730951},"6":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"32":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"b":{"df":2,"docs":{"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"0":{"tf":1.0},"50":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"49":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"12":{"tf":1.0},"3":{"tf":1.0}}}}}}}},"q":{"a":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"46":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"26":{"tf":1.7320508075688772},"5":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"23":{"tf":1.0},"26":{"tf":1.0}}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"(":{"3":{"df":2,"docs":{"18":{"tf":1.0},"20":{"tf":1.0}}},"5":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}},"df":10,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"25":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"5":{"tf":1.0}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}}},"df":2,"docs":{"4":{"tf":2.0},"6":{"tf":3.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"42":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"l":{"df":3,"docs":{"32":{"tf":1.0},"42":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"—":{"a":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"22":{"tf":1.0}}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"47":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":8,"docs":{"20":{"tf":1.0},"27":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.7320508075688772},"39":{"tf":1.0},"48":{"tf":1.0},"6":{"tf":1.4142135623730951},"9":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"45":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":4,"docs":{"0":{"tf":1.0},"3":{"tf":1.0},"41":{"tf":1.0},"5":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"1":{"tf":1.0},"3":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"5":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"39":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"22":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":5,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":4,"docs":{"15":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":13,"docs":{"34":{"tf":1.7320508075688772},"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":2.0},"46":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"0":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"27":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}},"x":{"df":2,"docs":{"32":{"tf":1.0},"33":{"tf":1.0}}}},"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"33":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"16":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"14":{"tf":1.0},"23":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"3":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"33":{"tf":1.0},"38":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"35":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":4,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"28":{"tf":1.0},"30":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":4,"docs":{"13":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0},"49":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":8,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"20":{"tf":1.0},"23":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"35":{"tf":1.0},"39":{"tf":1.0},"6":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":4,"docs":{"10":{"tf":1.0},"23":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":10,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.4142135623730951},"24":{"tf":1.7320508075688772},"4":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.4142135623730951},"5":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":4,"docs":{"16":{"tf":1.0},"27":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"0":{"tf":1.0},"50":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"15":{"tf":1.0},"38":{"tf":1.0},"45":{"tf":1.7320508075688772},"9":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":3,"docs":{"16":{"tf":1.0},"49":{"tf":1.0},"7":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"40":{"tf":1.0},"7":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"49":{"tf":1.0},"5":{"tf":1.0}}}}},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":8,"docs":{"0":{"tf":1.0},"20":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.7320508075688772}},"s":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"p":{"c":{"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"4":{"tf":1.7320508075688772},"42":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"6":{"tf":1.0}}}}}}}}},"df":25,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"11":{"tf":1.7320508075688772},"14":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.7320508075688772},"26":{"tf":1.0},"27":{"tf":2.23606797749979},"31":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":2.449489742783178},"39":{"tf":1.0},"4":{"tf":1.7320508075688772},"43":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.7320508075688772},"49":{"tf":1.4142135623730951},"5":{"tf":1.7320508075688772},"50":{"tf":2.23606797749979},"6":{"tf":2.6457513110645907},"7":{"tf":1.0},"8":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"42":{"tf":1.4142135623730951}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":22,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"27":{"tf":1.7320508075688772},"28":{"tf":2.0},"29":{"tf":1.7320508075688772},"30":{"tf":1.7320508075688772},"31":{"tf":1.7320508075688772},"32":{"tf":1.7320508075688772},"33":{"tf":1.4142135623730951},"35":{"tf":1.0},"39":{"tf":1.7320508075688772},"4":{"tf":2.23606797749979},"45":{"tf":1.7320508075688772},"48":{"tf":1.7320508075688772},"49":{"tf":1.7320508075688772},"50":{"tf":1.0},"6":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951},"9":{"tf":1.0}},"’":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"32":{"tf":1.0}},"{":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"32":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":8,"docs":{"10":{"tf":1.0},"26":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"45":{"tf":1.0},"9":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"32":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"df":12,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"41":{"tf":1.7320508075688772},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"40":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":6,"docs":{"22":{"tf":1.0},"27":{"tf":1.4142135623730951},"45":{"tf":1.0},"49":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"25":{"tf":1.4142135623730951}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"26":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"2":{"df":5,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0}}},"3":{"df":2,"docs":{"22":{"tf":1.0},"24":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.7320508075688772}}}}}}}},"df":0,"docs":{}}}}},"df":30,"docs":{"1":{"tf":1.0},"10":{"tf":1.7320508075688772},"11":{"tf":2.23606797749979},"12":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":2.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"27":{"tf":2.23606797749979},"28":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"35":{"tf":2.6457513110645907},"38":{"tf":1.0},"4":{"tf":1.7320508075688772},"40":{"tf":1.0},"44":{"tf":1.4142135623730951},"45":{"tf":2.23606797749979},"46":{"tf":1.0},"47":{"tf":1.4142135623730951},"48":{"tf":2.0},"49":{"tf":1.7320508075688772},"5":{"tf":1.0},"50":{"tf":1.4142135623730951},"6":{"tf":2.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":2.23606797749979}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"31":{"tf":1.0},"5":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"10":{"tf":1.0},"33":{"tf":1.0}}}}}}},"df":1,"docs":{"4":{"tf":1.7320508075688772}},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"d":{"df":8,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0}}},"df":4,"docs":{"11":{"tf":1.4142135623730951},"27":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"20":{"tf":1.0},"27":{"tf":1.0}}}},"df":0,"docs":{}},"f":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":3,"docs":{"15":{"tf":1.0},"42":{"tf":1.7320508075688772},"43":{"tf":1.7320508075688772}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"16":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"6":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"4":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"45":{"tf":1.0}},"i":{"c":{"df":4,"docs":{"30":{"tf":1.0},"35":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":8,"docs":{"11":{"tf":1.0},"18":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"34":{"tf":1.0},"47":{"tf":1.4142135623730951},"6":{"tf":1.0},"9":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":11,"docs":{"10":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"30":{"tf":1.0},"48":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":16,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"35":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":8,"docs":{"10":{"tf":1.0},"16":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.4142135623730951},"42":{"tf":1.0},"45":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.7320508075688772}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"0":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0}}}},"w":{"df":4,"docs":{"1":{"tf":1.0},"21":{"tf":1.0},"41":{"tf":1.0},"9":{"tf":1.0}}}}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"33":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":11,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"27":{"tf":1.7320508075688772},"33":{"tf":2.0},"39":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.4142135623730951},"50":{"tf":1.0},"6":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"18":{"tf":1.4142135623730951},"25":{"tf":1.0},"42":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"22":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":3,"docs":{"30":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0}}}}},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"23":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"25":{"tf":1.7320508075688772}},"w":{"df":2,"docs":{"33":{"tf":1.0},"48":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"11":{"tf":1.0},"18":{"tf":1.0},"3":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":5,"docs":{"15":{"tf":1.0},"18":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"3":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":5,"docs":{"14":{"tf":1.0},"20":{"tf":1.0},"33":{"tf":1.0},"47":{"tf":1.0},"6":{"tf":1.0}},"i":{"df":1,"docs":{"11":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":4,"docs":{"16":{"tf":1.0},"28":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"t":{"a":{"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"50":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"48":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"16":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"42":{"tf":1.0}}}}}}},"df":0,"docs":{}},"_":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"43":{"tf":1.0},"6":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":13,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.7320508075688772},"35":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.7320508075688772}}}},"t":{"df":0,"docs":{},"e":{"df":3,"docs":{"16":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0}}},"i":{"c":{"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{}}},"y":{"df":6,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"25":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.4142135623730951},"49":{"tf":1.0}}}},"d":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{":":{":":{"a":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"42":{"tf":1.0}}},"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":{":":{":":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"15":{"tf":1.0},"33":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"23":{"tf":1.0},"26":{"tf":1.0},"49":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.4142135623730951}},"i":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"26":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"26":{"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":3,"docs":{"35":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0}}}},"r":{"df":2,"docs":{"42":{"tf":1.0},"43":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"19":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"42":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":2,"docs":{"25":{"tf":1.0},"47":{"tf":1.4142135623730951}}}}}},"u":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"18":{"tf":1.0},"23":{"tf":1.0}}}},"t":{"df":4,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"0":{"tf":1.0},"50":{"tf":1.0}}}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":10,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"31":{"tf":1.0}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"10":{"tf":1.0},"46":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"16":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"49":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"48":{"tf":1.0}}}}}}},"n":{"c":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":7,"docs":{"14":{"tf":1.4142135623730951},"20":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.4142135623730951}}}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"2":{"0":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":7,"docs":{"11":{"tf":1.0},"25":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.7320508075688772},"49":{"tf":1.4142135623730951},"5":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"35":{"tf":1.0}}}}},"d":{"df":3,"docs":{"14":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}},"df":1,"docs":{"4":{"tf":1.4142135623730951}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":3,"docs":{"16":{"tf":1.0},"3":{"tf":1.4142135623730951},"47":{"tf":1.0}}},"r":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"15":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":19,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.0},"10":{"tf":1.7320508075688772},"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"18":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.7320508075688772},"35":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"48":{"tf":1.0},"49":{"tf":1.4142135623730951},"5":{"tf":1.7320508075688772},"9":{"tf":2.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":8,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"{":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"43":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"42":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"42":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":3,"docs":{"27":{"tf":1.0},"37":{"tf":1.0},"7":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"e":{"df":12,"docs":{"0":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.4142135623730951},"33":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.4142135623730951},"6":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"24":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"14":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"9":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"33":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"26":{"tf":1.0},"5":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":24,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"26":{"tf":2.0},"27":{"tf":1.0},"35":{"tf":2.0},"4":{"tf":2.0},"40":{"tf":1.7320508075688772},"42":{"tf":1.4142135623730951},"45":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.4142135623730951},"5":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.0}},"y":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"g":{"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":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":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":{},"l":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"32":{"tf":1.0},"33":{"tf":1.0},"45":{"tf":1.0},"9":{"tf":1.0}}},"k":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":14,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.4142135623730951},"3":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.7320508075688772},"5":{"tf":1.4142135623730951},"50":{"tf":1.0},"6":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"41":{"tf":1.0},"47":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":13,"docs":{"11":{"tf":1.0},"13":{"tf":1.4142135623730951},"15":{"tf":1.0},"18":{"tf":2.23606797749979},"19":{"tf":2.23606797749979},"20":{"tf":1.4142135623730951},"25":{"tf":1.0},"32":{"tf":1.0},"47":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"49":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"2":{"0":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"1":{"6":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"25":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"10":{"tf":1.7320508075688772}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"33":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.7320508075688772}}}}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"16":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":3,"docs":{"16":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"28":{"tf":1.0},"4":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"16":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":1,"docs":{"18":{"tf":1.0}}}},"x":{"df":1,"docs":{"25":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"28":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"23":{"tf":1.0},"25":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"35":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"43":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":4,"docs":{"22":{"tf":1.0},"24":{"tf":1.7320508075688772},"37":{"tf":1.0},"45":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"11":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"10":{"tf":1.0}}}},"df":24,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"15":{"tf":1.0},"18":{"tf":1.7320508075688772},"19":{"tf":1.7320508075688772},"20":{"tf":2.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":2.23606797749979},"43":{"tf":1.7320508075688772},"45":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.4142135623730951},"5":{"tf":1.0},"50":{"tf":1.4142135623730951},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":28,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"8":{"tf":1.7320508075688772},"9":{"tf":1.4142135623730951}},"s":{"(":{"4":{"df":2,"docs":{"18":{"tf":1.0},"20":{"tf":1.0}}},"8":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"z":{"df":2,"docs":{"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"10":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":18,"docs":{"0":{"tf":1.4142135623730951},"11":{"tf":1.4142135623730951},"16":{"tf":1.0},"18":{"tf":1.7320508075688772},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"26":{"tf":1.0},"3":{"tf":1.4142135623730951},"32":{"tf":1.0},"35":{"tf":1.4142135623730951},"37":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"47":{"tf":1.4142135623730951},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.4142135623730951},"7":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"26":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"c":{"!":{"[":{"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":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":1,"docs":{"42":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"49":{"tf":1.0},"5":{"tf":1.0}},"f":{"df":1,"docs":{"7":{"tf":1.0}},"i":{"df":6,"docs":{"14":{"tf":1.0},"22":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"u":{"df":2,"docs":{"25":{"tf":1.0},"7":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":6,"docs":{"10":{"tf":1.0},"14":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":1.4142135623730951},"6":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"27":{"tf":1.0},"6":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"15":{"tf":1.0},"5":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":12,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.4142135623730951},"49":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":2,"docs":{"4":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"15":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"47":{"tf":1.0},"50":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"48":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":8,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"27":{"tf":1.0},"35":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":5,"docs":{"30":{"tf":1.0},"37":{"tf":1.0},"44":{"tf":1.4142135623730951},"48":{"tf":1.0},"50":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"(":{"0":{".":{".":{"=":{"2":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"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":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"d":{"a":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"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":{"23":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"22":{"tf":1.0},"24":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"b":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"0":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":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":{"44":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"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":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"2":{"0":{"df":3,"docs":{"20":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0}}},"df":0,"docs":{}},"5":{"0":{"df":2,"docs":{"22":{"tf":1.0},"24":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"0":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}},"9":{"0":{"df":2,"docs":{"19":{"tf":1.0},"26":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"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":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"(":{"1":{".":{".":{"=":{"4":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"d":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{")":{".":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"0":{".":{"2":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{")":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"4":{"5":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"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":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"6":{"0":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"0":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"24":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"1":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":5,"docs":{"10":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"45":{"tf":1.7320508075688772},"9":{"tf":1.4142135623730951}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":39,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.7320508075688772},"12":{"tf":2.0},"13":{"tf":2.449489742783178},"14":{"tf":2.23606797749979},"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.7320508075688772},"19":{"tf":2.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.7320508075688772},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"35":{"tf":2.23606797749979},"37":{"tf":1.7320508075688772},"38":{"tf":1.0},"4":{"tf":2.449489742783178},"41":{"tf":2.0},"42":{"tf":2.6457513110645907},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.7320508075688772},"48":{"tf":1.0},"49":{"tf":1.4142135623730951},"5":{"tf":1.0},"50":{"tf":1.4142135623730951},"6":{"tf":2.6457513110645907},"7":{"tf":1.4142135623730951},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"10":{"tf":1.0},"9":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"26":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"22":{"tf":1.0},"23":{"tf":1.0}}}}}}},"x":{"df":2,"docs":{"4":{"tf":1.4142135623730951},"6":{"tf":2.0}}},"y":{"df":0,"docs":{},"e":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"title":{"root":{"2":{"df":1,"docs":{"18":{"tf":1.0}}},"a":{"d":{"df":4,"docs":{"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"21":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"46":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"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":{"11":{"tf":1.0}}}}}}}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"c":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":2,"docs":{"20":{"tf":1.0},"22":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"32":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"30":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"47":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"47":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"45":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"a":{"df":2,"docs":{"19":{"tf":1.0},"23":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"34":{"tf":1.0},"35":{"tf":1.0}}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"30":{"tf":1.0}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"l":{"df":1,"docs":{"47":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"17":{"tf":1.0},"21":{"tf":1.0},"41":{"tf":1.0}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":6,"docs":{"12":{"tf":1.0},"14":{"tf":1.0},"32":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}}}}}},"f":{"a":{"df":0,"docs":{},"q":{"df":1,"docs":{"49":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"36":{"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":{"26":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"50":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"40":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}},"i":{"df":1,"docs":{"34":{"tf":1.0}}}},"n":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"45":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"v":{"df":1,"docs":{"46":{"tf":1.0}}}},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}},"k":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"24":{"tf":1.0}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"20":{"tf":1.0}}}}},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}}}}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"41":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"33":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"2":{"tf":1.0},"34":{"tf":1.0},"46":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"15":{"tf":1.0}}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"o":{"b":{"df":0,"docs":{},"e":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"42":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"22":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"34":{"tf":1.0},"45":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"27":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"39":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"25":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":5,"docs":{"11":{"tf":1.0},"27":{"tf":1.0},"35":{"tf":1.0},"48":{"tf":1.0},"6":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"18":{"tf":1.0},"42":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"25":{"tf":1.0}}}},"t":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"26":{"tf":1.0},"40":{"tf":1.0}}}}}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"18":{"tf":1.0},"19":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":1,"docs":{"10":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"24":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"44":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":7,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"lang":"English","pipeline":["trimmer","stopWordFilter","stemmer"],"ref":"id","version":"0.9.5"},"results_options":{"limit_results":30,"teaser_word_count":30},"search_options":{"bool":"OR","expand":true,"fields":{"body":{"boost":1},"breadcrumbs":{"boost":1},"title":{"boost":2}}}}')); \ No newline at end of file diff --git a/docs/searchindex-f207cb14.js b/docs/searchindex-f207cb14.js new file mode 100644 index 0000000..8a6ed34 --- /dev/null +++ b/docs/searchindex-f207cb14.js @@ -0,0 +1 @@ +window.search = Object.assign(window.search, JSON.parse('{"doc_urls":["project-context-primer.html#project-context-primer","what-you-will-learn.html#what-you-will-learn","part-i.html#part-i--foundations","introduction.html#introduction","architecture-overview.html#architecture-overview","testing-philosophy.html#testing-philosophy","testing-philosophy.html#declarative-over-imperative","testing-philosophy.html#protocol-time-not-wall-time","testing-philosophy.html#determinism-first-chaos-when-needed","testing-philosophy.html#observable-health-signals","testing-philosophy.html#minimum-run-windows","testing-philosophy.html#summary","scenario-lifecycle.html#scenario-lifecycle","design-rationale.html#design-rationale","part-ii.html#part-ii--user-guide","workspace-layout.html#workspace-layout","annotated-tree.html#annotated-tree","authoring-scenarios.html#authoring-scenarios","workloads.html#core-content-workloads--expectations","workloads.html#workloads","workloads.html#expectations","scenario-builder-ext-patterns.html#core-content-scenariobuilderext-patterns","best-practices.html#best-practices","examples.html#examples","examples.html#simple-2-validator-transaction-workload","examples.html#da--transaction-workload","examples.html#chaos--liveness-check","examples-advanced.html#advanced--artificial-examples","examples-advanced.html#synthetic-delay-workload-network-latency-simulation","examples-advanced.html#oscillating-load-workload-traffic-waves","examples-advanced.html#byzantine-behavior-mock","examples-advanced.html#custom-expectation-block-finality-drift","examples-advanced.html#custom-deployer-dry-run-deployer","examples-advanced.html#stochastic-topology-generator","examples-advanced.html#multi-phase-scenario-pipelines","running-scenarios.html#running-scenarios","runners.html#runners","runners.html#local-runner","runners.html#docker-compose-runner","runners.html#kubernetes-runner","runners.html#common-expectations","operations.html#operations","operations.html#ci-usage","operations.html#running-examples","operations.html#local-runner","operations.html#compose-runner","operations.html#k8s-runner","part-iii.html#part-iii--developer-reference","scenario-model.html#scenario-model-developer-level","extending.html#extending-the-framework","extending.html#adding-a-workload","extending.html#adding-an-expectation","extending.html#adding-a-runner","extending.html#adding-topology-helpers","custom-workload-example.html#example-new-workload--expectation-rust","custom-workload-example.html#workload-simple-reachability-probe","custom-workload-example.html#expectation-confirm-the-target-stayed-reachable","custom-workload-example.html#how-to-wire-it","internal-crate-reference.html#internal-crate-reference","part-iv.html#part-iv--appendix","dsl-cheat-sheet.html#core-content-dsl-cheat-sheet","troubleshooting.html#troubleshooting-scenarios","faq.html#faq","glossary.html#glossary"],"index":{"documentStore":{"docInfo":{"0":{"body":73,"breadcrumbs":6,"title":3},"1":{"body":26,"breadcrumbs":2,"title":1},"10":{"body":40,"breadcrumbs":7,"title":3},"11":{"body":26,"breadcrumbs":5,"title":1},"12":{"body":102,"breadcrumbs":6,"title":2},"13":{"body":68,"breadcrumbs":6,"title":2},"14":{"body":10,"breadcrumbs":8,"title":4},"15":{"body":94,"breadcrumbs":8,"title":2},"16":{"body":59,"breadcrumbs":8,"title":2},"17":{"body":101,"breadcrumbs":8,"title":2},"18":{"body":18,"breadcrumbs":12,"title":4},"19":{"body":38,"breadcrumbs":9,"title":1},"2":{"body":10,"breadcrumbs":4,"title":2},"20":{"body":54,"breadcrumbs":9,"title":1},"21":{"body":84,"breadcrumbs":12,"title":4},"22":{"body":103,"breadcrumbs":8,"title":2},"23":{"body":14,"breadcrumbs":6,"title":1},"24":{"body":28,"breadcrumbs":10,"title":5},"25":{"body":31,"breadcrumbs":8,"title":3},"26":{"body":37,"breadcrumbs":8,"title":3},"27":{"body":19,"breadcrumbs":10,"title":3},"28":{"body":41,"breadcrumbs":13,"title":6},"29":{"body":37,"breadcrumbs":12,"title":5},"3":{"body":84,"breadcrumbs":4,"title":1},"30":{"body":34,"breadcrumbs":10,"title":3},"31":{"body":41,"breadcrumbs":12,"title":5},"32":{"body":39,"breadcrumbs":12,"title":5},"33":{"body":35,"breadcrumbs":10,"title":3},"34":{"body":40,"breadcrumbs":11,"title":4},"35":{"body":75,"breadcrumbs":8,"title":2},"36":{"body":20,"breadcrumbs":6,"title":1},"37":{"body":23,"breadcrumbs":7,"title":2},"38":{"body":29,"breadcrumbs":8,"title":3},"39":{"body":20,"breadcrumbs":7,"title":2},"4":{"body":93,"breadcrumbs":6,"title":2},"40":{"body":43,"breadcrumbs":7,"title":2},"41":{"body":111,"breadcrumbs":6,"title":1},"42":{"body":48,"breadcrumbs":7,"title":2},"43":{"body":0,"breadcrumbs":7,"title":2},"44":{"body":44,"breadcrumbs":7,"title":2},"45":{"body":69,"breadcrumbs":7,"title":2},"46":{"body":48,"breadcrumbs":7,"title":2},"47":{"body":10,"breadcrumbs":8,"title":4},"48":{"body":116,"breadcrumbs":12,"title":4},"49":{"body":0,"breadcrumbs":8,"title":2},"5":{"body":17,"breadcrumbs":6,"title":2},"50":{"body":39,"breadcrumbs":8,"title":2},"51":{"body":21,"breadcrumbs":8,"title":2},"52":{"body":29,"breadcrumbs":8,"title":2},"53":{"body":21,"breadcrumbs":9,"title":3},"54":{"body":19,"breadcrumbs":14,"title":5},"55":{"body":120,"breadcrumbs":13,"title":4},"56":{"body":67,"breadcrumbs":14,"title":5},"57":{"body":24,"breadcrumbs":10,"title":1},"58":{"body":91,"breadcrumbs":10,"title":3},"59":{"body":10,"breadcrumbs":6,"title":3},"6":{"body":39,"breadcrumbs":7,"title":3},"60":{"body":84,"breadcrumbs":11,"title":5},"61":{"body":86,"breadcrumbs":7,"title":2},"62":{"body":99,"breadcrumbs":5,"title":1},"63":{"body":299,"breadcrumbs":5,"title":1},"7":{"body":89,"breadcrumbs":8,"title":4},"8":{"body":58,"breadcrumbs":8,"title":4},"9":{"body":51,"breadcrumbs":7,"title":3}},"docs":{"0":{"body":"This book focuses on the Nomos Testing Framework. It assumes familiarity with\\nthe Nomos architecture, but for completeness, here is a short primer. Nomos is a modular blockchain protocol composed of validators, executors,\\nand a data-availability (DA) subsystem. Validators participate in consensus and produce blocks. Executors are validators with the DA dispersal service enabled. They perform\\nall validator functions plus submit blob data to the DA network. Data Availability (DA) ensures that blob data submitted via channel operations\\nin transactions is published and retrievable by the network. These roles interact tightly, which is why meaningful testing must be performed\\nin multi-node environments that include real networking, timing, and DA\\ninteraction.","breadcrumbs":"Project Context Primer » Project Context Primer","id":"0","title":"Project Context Primer"},"1":{"body":"This book gives you a clear mental model for Nomos multi-node testing, shows how\\nto author scenarios that pair realistic workloads with explicit expectations,\\nand guides you to run them across local, containerized, and cluster environments\\nwithout changing the plan.","breadcrumbs":"What You Will Learn » What You Will Learn","id":"1","title":"What You Will Learn"},"10":{"body":"Always run long enough for meaningful block production: #![allow(unused)] fn main() {\\n// Bad: too short\\n.with_run_duration(Duration::from_secs(5)) // Maybe 0-1 blocks // Good: enough blocks for assertions\\n.with_run_duration(Duration::from_secs(60)) // ~10+ blocks } The framework enforces minimum durations, but be explicit. Very short runs\\nrisk false confidence—one lucky block doesn’t prove liveness.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Minimum Run Windows","id":"10","title":"Minimum Run Windows"},"11":{"body":"These principles keep scenarios: Portable across environments (protocol time, declarative) Debuggable (determinism, separation of concerns) Meaningful (observable signals, sufficient duration) When authoring scenarios, ask: “Does this test the protocol behavior or\\nmy local environment quirks?”","breadcrumbs":"Part I — Foundations » Testing Philosophy » Summary","id":"11","title":"Summary"},"12":{"body":"Build the plan: Declare a topology, attach workloads and expectations, and set the run window. The plan is the single source of truth for what will happen. Deploy: Hand the plan to a runner. It provisions the environment on the chosen backend and waits for nodes to signal readiness. Drive workloads: Start traffic and behaviors (transactions, data-availability activity, restarts) for the planned duration. Observe blocks and signals: Track block progression and other high-level metrics during or after the run window to ground assertions in protocol time. Evaluate expectations: Once activity stops (and optional cooldown completes), check liveness and workload-specific outcomes to decide pass or fail. Cleanup: Tear down resources so successive runs start fresh and do not inherit leaked state. flowchart LR P[Plan
topology + workloads + expectations] --> D[Deploy
runner provisions] D --> R[Readiness
wait for nodes] R --> W[Drive Workloads] W --> O[Observe
blocks/metrics] O --> E[Evaluate Expectations] E --> C[Cleanup]","breadcrumbs":"Part I — Foundations » Scenario Lifecycle » Scenario Lifecycle","id":"12","title":"Scenario Lifecycle"},"13":{"body":"Modular crates keep configuration, orchestration, workloads, and runners decoupled so each can evolve without breaking the others. Pluggable runners let the same scenario run on a laptop, a Docker host, or a Kubernetes cluster, making validation portable across environments. Separated workloads and expectations clarify intent: what traffic to generate versus how to judge success. This simplifies review and reuse. Declarative topology makes cluster shape explicit and repeatable, reducing surprise when moving between CI and developer machines. Maintainability through predictability: a clear flow from plan to deployment to verification lowers the cost of extending the framework and interpreting failures.","breadcrumbs":"Part I — Foundations » Design Rationale » Design Rationale","id":"13","title":"Design Rationale"},"14":{"body":"Practical guidance for shaping scenarios, combining workloads and expectations,\\nand running them across different environments.","breadcrumbs":"Part II — User Guide » Part II — User Guide","id":"14","title":"Part II — User Guide"},"15":{"body":"The workspace focuses on multi-node integration testing and sits alongside a nomos-node checkout. Its crates separate concerns to keep scenarios\\nrepeatable and portable: Configs: prepares high-level node, network, tracing, and wallet settings\\nused across test environments. Core scenario orchestration: the engine that holds topology descriptions,\\nscenario plans, runtimes, workloads, and expectations. Workflows: ready-made workloads (transactions, data-availability, chaos)\\nand reusable expectations assembled into a user-facing DSL. Runners: deployment backends for local processes, Docker Compose, and\\nKubernetes, all consuming the same scenario plan. Test workflows: example scenarios and integration checks that show how\\nthe pieces fit together. This split keeps configuration, orchestration, reusable traffic patterns, and\\ndeployment adapters loosely coupled while sharing one mental model for tests.","breadcrumbs":"Part II — User Guide » Workspace Layout » Workspace Layout","id":"15","title":"Workspace Layout"},"16":{"body":"High-level view of the workspace and how pieces relate: nomos-testing/\\n├─ testing-framework/\\n│ ├─ configs/ # shared configuration helpers\\n│ ├─ core/ # scenario model, runtime, topology\\n│ ├─ workflows/ # workloads, expectations, DSL extensions\\n│ └─ runners/ # local, compose, k8s deployment backends\\n├─ tests/ # integration scenarios using the framework\\n└─ scripts/ # supporting setup utilities (e.g., assets) Each area maps to a responsibility: describe configs, orchestrate scenarios,\\npackage common traffic and assertions, adapt to environments, and demonstrate\\nend-to-end usage.","breadcrumbs":"Part II — User Guide » Annotated Tree » Annotated Tree","id":"16","title":"Annotated Tree"},"17":{"body":"Creating a scenario is a declarative exercise: Shape the topology: decide how many validators and executors to run, and\\nwhat high-level network and data-availability characteristics matter for the\\ntest. Attach workloads: pick traffic generators that align with your goals\\n(transactions, data-availability blobs, or chaos for resilience probes). Define expectations: specify the health signals that must hold when the\\nrun finishes (e.g., consensus liveness, inclusion of submitted activity; see Core Content: Workloads & Expectations). Set duration: choose a run window long enough to observe meaningful\\nblock progression and the effects of your workloads. Choose a runner: target local processes for fast iteration, Docker\\nCompose for reproducible multi-node stacks, or Kubernetes for cluster-grade\\nvalidation. For environment considerations, see Operations. Keep scenarios small and explicit: make the intended behavior and the success\\ncriteria clear so failures are easy to interpret and act upon.","breadcrumbs":"Part II — User Guide » Authoring Scenarios » Authoring Scenarios","id":"17","title":"Authoring Scenarios"},"18":{"body":"Workloads describe the activity a scenario generates; expectations describe the\\nsignals that must hold when that activity completes. Both are pluggable so\\nscenarios stay readable and purpose-driven.","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Core Content: Workloads & Expectations","id":"18","title":"Core Content: Workloads & Expectations"},"19":{"body":"Transaction workload: submits user-level transactions at a configurable\\nrate and can limit how many distinct actors participate. Data-availability workload: drives blob and channel activity to exercise\\ndata-availability paths. Chaos workload: triggers controlled node restarts to test resilience and\\nrecovery behaviors (requires a runner that can control nodes).","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Workloads","id":"19","title":"Workloads"},"2":{"body":"Conceptual chapters that establish the mental model for the framework and how\\nit approaches multi-node testing.","breadcrumbs":"Part I — Foundations » Part I — Foundations","id":"2","title":"Part I — Foundations"},"20":{"body":"Consensus liveness: verifies the system continues to produce blocks in\\nline with the planned workload and timing window. Workload-specific checks: each workload can attach its own success\\ncriteria (e.g., inclusion of submitted activity) so scenarios remain concise. Together, workloads and expectations let you express both the pressure applied\\nto the system and the definition of “healthy” for that run. flowchart TD I[Inputs
(topology + wallets + rates)] --> Init[Workload init] Init --> Drive[Drive traffic] Drive --> Collect[Collect signals] Collect --> Eval[Expectations evaluate]","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Expectations","id":"20","title":"Expectations"},"21":{"body":"Patterns that keep scenarios readable and reusable: Topology-first: start by shaping the cluster (counts, layout) so later\\nsteps inherit a clear foundation. Bundle defaults: use the DSL helpers to attach common expectations (like\\nliveness) whenever you add a matching workload, reducing forgotten checks. Intentional rates: express traffic in per-block terms to align with\\nprotocol timing rather than wall-clock assumptions. Opt-in chaos: enable restart patterns only in scenarios meant to probe\\nresilience; keep functional smoke tests deterministic. Wallet clarity: seed only the number of actors you need; it keeps\\ntransaction scenarios deterministic and interpretable. These patterns make scenario definitions self-explanatory while staying aligned\\nwith the framework’s block-oriented timing model.","breadcrumbs":"Part II — User Guide » Core Content: ScenarioBuilderExt Patterns » Core Content: ScenarioBuilderExt Patterns","id":"21","title":"Core Content: ScenarioBuilderExt Patterns"},"22":{"body":"State your intent: document the goal of each scenario (throughput, DA\\nvalidation, resilience) so expectation choices are obvious. Keep runs meaningful: choose durations that allow multiple blocks and make\\ntiming-based assertions trustworthy. Separate concerns: start with deterministic workloads for functional\\nchecks; add chaos in dedicated resilience scenarios to avoid noisy failures. Reuse patterns: standardize on shared topology and workload presets so\\nresults are comparable across environments and teams. Observe first, tune second: rely on liveness and inclusion signals to\\ninterpret outcomes before tweaking rates or topology. Environment fit: pick runners that match the feedback loop you need—local\\nfor speed (including fast CI smoke tests), compose for reproducible stacks\\n(recommended for CI), k8s for cluster-grade fidelity. Minimal surprises: seed only necessary wallets and keep configuration\\ndeltas explicit when moving between CI and developer machines.","breadcrumbs":"Part II — User Guide » Best Practices » Best Practices","id":"22","title":"Best Practices"},"23":{"body":"Concrete scenario shapes that illustrate how to combine topologies, workloads,\\nand expectations. Adjust counts, rates, and durations to fit your environment.","breadcrumbs":"Part II — User Guide » Examples » Examples","id":"23","title":"Examples"},"24":{"body":"Topology: two validators. Workload: transaction submissions at a modest per-block rate with a small\\nset of wallet actors. Expectations: consensus liveness and inclusion of submitted activity. When to use: smoke tests for consensus and transaction flow on minimal\\nhardware.","breadcrumbs":"Part II — User Guide » Examples » Simple 2-validator transaction workload","id":"24","title":"Simple 2-validator transaction workload"},"25":{"body":"Topology: validators plus executors if available. Workloads: data-availability blobs/channels and transactions running\\ntogether to stress both paths. Expectations: consensus liveness and workload-level inclusion/availability\\nchecks. When to use: end-to-end coverage of transaction and DA layers in one run.","breadcrumbs":"Part II — User Guide » Examples » DA + transaction workload","id":"25","title":"DA + transaction workload"},"26":{"body":"Topology: validators (optionally executors) with node control enabled. Workloads: baseline traffic (transactions or DA) plus chaos restarts on\\nselected roles. Expectations: consensus liveness to confirm the system keeps progressing\\ndespite restarts; workload-specific inclusion if traffic is present. When to use: resilience validation and operational readiness drills.","breadcrumbs":"Part II — User Guide » Examples » Chaos + liveness check","id":"26","title":"Chaos + liveness check"},"27":{"body":"These illustrative scenarios stretch the framework to show how to build new\\nworkloads, expectations, deployers, and topology tricks. They are intentionally\\n“synthetic” to teach capabilities rather than prescribe production tests.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Advanced & Artificial Examples","id":"27","title":"Advanced & Artificial Examples"},"28":{"body":"Idea: inject fake latency between node interactions using internal timers,\\nnot OS-level tooling. Demonstrates: sequencing control inside a workload, verifying protocol\\nprogression under induced lag, using timers to pace submissions. Shape: wrap submissions in delays that mimic slow peers; ensure the\\nexpectation checks blocks still progress.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Synthetic Delay Workload (Network Latency Simulation)","id":"28","title":"Synthetic Delay Workload (Network Latency Simulation)"},"29":{"body":"Idea: traffic rate changes every block or N seconds (e.g., blocks 1–3 low,\\n4–5 high, 6–7 zero, repeat). Demonstrates: dynamic, stateful workloads that use RunMetrics to time\\nphases; modeling real-world burstiness. Shape: schedule per-phase rates; confirm inclusion/liveness across peaks\\nand troughs.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Oscillating Load Workload (Traffic Waves)","id":"29","title":"Oscillating Load Workload (Traffic Waves)"},"3":{"body":"The Nomos Testing Framework is a purpose-built toolkit for exercising Nomos in\\nrealistic, multi-node environments. It solves the gap between small, isolated\\ntests and full-system validation by letting teams describe a cluster layout,\\ndrive meaningful traffic, and assert the outcomes in one coherent plan. It is for protocol engineers, infrastructure operators, and QA teams who need\\nrepeatable confidence that validators, executors, and data-availability\\ncomponents work together under network and timing constraints. Multi-node integration testing is required because many Nomos behaviors—block\\nprogress, data availability, liveness under churn—only emerge when several\\nroles interact over real networking and time. This framework makes those checks\\ndeclarative, observable, and portable across environments.","breadcrumbs":"Part I — Foundations » Introduction » Introduction","id":"3","title":"Introduction"},"30":{"body":"Idea: a workload that drops half its planned submissions, sometimes\\ndouble-submits, and intentionally triggers expectation failures. Demonstrates: negative testing, resilience checks, and the value of clear\\nexpectations when behavior is adversarial by design. Shape: parameterize drop/double-submit probabilities; pair with an\\nexpectation that documents what “bad” looks like.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Byzantine Behavior Mock","id":"30","title":"Byzantine Behavior Mock"},"31":{"body":"Idea: assert the last few blocks differ and block time stays within a\\ntolerated drift budget. Demonstrates: consuming BlockFeed or time-series metrics to validate\\nprotocol cadence; crafting post-run assertions around block diversity and\\ntiming. Shape: collect recent blocks, confirm no duplicates, and compare observed\\nintervals to a drift threshold.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Custom Expectation: Block Finality Drift","id":"31","title":"Custom Expectation: Block Finality Drift"},"32":{"body":"Idea: a deployer that never starts nodes; it emits configs, simulates\\nreadiness, provides fake blockfeed/metrics. Demonstrates: full power of the deployer interface for CI dry-runs,\\nconfig verification, and ultra-fast feedback without Nomos binaries. Shape: produce logs/artifacts, stub readiness, and feed synthetic blocks\\nso expectations can still run.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Custom Deployer: Dry-Run Deployer","id":"32","title":"Custom Deployer: Dry-Run Deployer"},"33":{"body":"Idea: topology parameters change at runtime (random validators, DA\\nsettings, network shapes). Demonstrates: randomized property testing and fuzzing approaches to\\ntopology building. Shape: pick roles and network layouts randomly per run; keep expectations\\ntolerant to variability while still asserting core liveness.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Stochastic Topology Generator","id":"33","title":"Stochastic Topology Generator"},"34":{"body":"Idea: scenario runs in phases (e.g., phase 1 transactions, phase 2 DA,\\nphase 3 restarts, phase 4 sync check). Demonstrates: multi-stage tests, modular scenario assembly, and deliberate\\nlifecycle control. Shape: drive phase-specific workloads/expectations sequentially; enforce\\nclear boundaries and post-phase checks.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Multi-Phase Scenario (“Pipelines”)","id":"34","title":"Multi-Phase Scenario (“Pipelines”)"},"35":{"body":"Running a scenario follows the same conceptual flow regardless of environment: Select or author a scenario plan that pairs a topology with workloads,\\nexpectations, and a suitable run window. Choose a runner aligned with your environment (local, compose, or k8s) and\\nensure its prerequisites are available. Deploy the plan through the runner; wait for readiness signals before\\nstarting workloads. Let workloads drive activity for the planned duration; keep observability\\nsignals visible so you can correlate outcomes. Evaluate expectations and capture results as the primary pass/fail signal. Use the same plan across different runners to compare behavior between local\\ndevelopment and CI or cluster settings. For environment prerequisites and\\nflags, see Operations.","breadcrumbs":"Part II — User Guide » Running Scenarios » Running Scenarios","id":"35","title":"Running Scenarios"},"36":{"body":"Runners turn a scenario plan into a live environment while keeping the plan\\nunchanged. Choose based on feedback speed, reproducibility, and fidelity. For\\nenvironment and operational considerations, see Operations:","breadcrumbs":"Part II — User Guide » Runners » Runners","id":"36","title":"Runners"},"37":{"body":"Launches node processes directly on the host. Fastest feedback loop and minimal orchestration overhead. Best for development-time iteration and debugging. Can run in CI for fast smoke tests (requires POL_PROOF_DEV_MODE=true).","breadcrumbs":"Part II — User Guide » Runners » Local runner","id":"37","title":"Local runner"},"38":{"body":"Starts nodes in containers to provide a reproducible multi-node stack on a\\nsingle machine. Discovers service ports and wires observability for convenient inspection. Good balance between fidelity and ease of setup. Recommended for CI pipelines (isolated environment, reproducible).","breadcrumbs":"Part II — User Guide » Runners » Docker Compose runner","id":"38","title":"Docker Compose runner"},"39":{"body":"Deploys nodes onto a cluster for higher-fidelity, longer-running scenarios. Suits CI with cluster access or shared test environments where cluster behavior\\nand scheduling matter.","breadcrumbs":"Part II — User Guide » Runners » Kubernetes runner","id":"39","title":"Kubernetes runner"},"4":{"body":"The framework follows a clear flow: Topology → Scenario → Runner → Workloads → Expectations. Topology describes the cluster: how many nodes, their roles, and the high-level network and data-availability parameters they should follow. Scenario combines that topology with the activities to run and the checks to perform, forming a single plan. Deployer/Runner pair turns the plan into a live environment on the chosen backend (local processes, Docker Compose, or Kubernetes) and brokers readiness. Workloads generate traffic and conditions that exercise the system. Expectations observe the run and judge success or failure once activity completes. flowchart LR A(Topology
shape cluster) --> B(Scenario
plan) B --> C(Deployer/Runner
deploy & orchestrate) C --> D(Workloads
drive traffic) D --> E(Expectations
verify outcomes) Each layer has a narrow responsibility so that cluster shape, deployment choice,\\ntraffic generation, and health checks can evolve independently while fitting\\ntogether predictably.","breadcrumbs":"Part I — Foundations » Architecture Overview » Architecture Overview","id":"4","title":"Architecture Overview"},"40":{"body":"All runners require at least one validator and, for transaction scenarios,\\naccess to seeded wallets. Readiness probes gate workload start so traffic begins only after nodes are\\nreachable. Environment flags can relax timeouts or increase tracing when diagnostics are\\nneeded. flowchart TD Plan[Scenario Plan] --> RunSel{Runner
(local | compose | k8s)} RunSel --> Provision[Provision & readiness] Provision --> Runtime[Runtime + observability] Runtime --> Exec[Workloads & Expectations execute]","breadcrumbs":"Part II — User Guide » Runners » Common expectations","id":"40","title":"Common expectations"},"41":{"body":"Operational readiness focuses on prerequisites, environment fit, and clear\\nsignals: Prerequisites: keep a sibling nomos-node checkout available; ensure the\\nchosen runner’s platform needs are met (local binaries for host runs, Docker\\nfor compose, cluster access for k8s). Artifacts: some scenarios depend on prover or circuit assets; fetch them\\nahead of time with the provided helper scripts when needed. Environment flags: POL_PROOF_DEV_MODE=true is required for local runs;\\noptionally configure logging ( NOMOS_LOG_DIR, NOMOS_LOG_LEVEL, NOMOS_LOG_FILTER)\\nand OTLP telemetry endpoints for advanced observability. Readiness checks: verify runners report node readiness before starting\\nworkloads; this avoids false negatives from starting too early. Failure triage: map failures to missing prerequisites (wallet seeding,\\nnode control availability), runner platform issues, or unmet expectations.\\nStart with liveness signals, then dive into workload-specific assertions. Treat operational hygiene—assets present, prerequisites satisfied, observability\\nreachable—as the first step to reliable scenario outcomes.","breadcrumbs":"Part II — User Guide » Operations » Operations","id":"41","title":"Operations"},"42":{"body":"Both LocalDeployer and ComposeDeployer work in CI environments: LocalDeployer in CI: ✅ Faster (no Docker overhead) ✅ Good for quick smoke tests ⚠️ Requires POL_PROOF_DEV_MODE=true ⚠️ Less isolation (processes share host) ComposeDeployer in CI (recommended): ✅ Better isolation (containerized) ✅ Reproducible environment ✅ Includes Prometheus/observability ⚠️ Slower startup (Docker image build) ⚠️ Requires Docker daemon See .github/workflows/compose-mixed.yml for a complete CI example using ComposeDeployer.","breadcrumbs":"Part II — User Guide » Operations » CI Usage","id":"42","title":"CI Usage"},"43":{"body":"","breadcrumbs":"Part II — User Guide » Operations » Running Examples","id":"43","title":"Running Examples"},"44":{"body":"POL_PROOF_DEV_MODE=true cargo run -p runner-examples --bin local_runner Optional environment variables: LOCAL_DEMO_VALIDATORS=3 — Number of validators (default: 1) LOCAL_DEMO_EXECUTORS=2 — Number of executors (default: 1) LOCAL_DEMO_RUN_SECS=120 — Run duration in seconds (default: 60) NOMOS_LOG_DIR=/tmp/logs — Write logs to files instead of console NOMOS_LOG_LEVEL=debug — Set log level (default: info) NOMOS_LOG_FILTER=consensus=trace,da=debug — Fine-grained module filtering","breadcrumbs":"Part II — User Guide » Operations » Local Runner","id":"44","title":"Local Runner"},"45":{"body":"NOMOS_TESTNET_IMAGE=nomos-testnet:local \\\\\\nPOL_PROOF_DEV_MODE=true \\\\\\ncargo run -p runner-examples --bin compose_runner Required environment variables: NOMOS_TESTNET_IMAGE — Docker image tag (must be built first) POL_PROOF_DEV_MODE=true — Enable dev mode for fast proofs Optional environment variables: COMPOSE_NODE_PAIRS=1x1 — Topology: “validators×executors” (default varies by example) TEST_FRAMEWORK_PROMETHEUS_PORT=9091 — Override Prometheus port (default: 9090) COMPOSE_RUNNER_HOST=127.0.0.1 — Host address for port mappings (default: 127.0.0.1) COMPOSE_RUNNER_PRESERVE=1 — Keep containers running after test (for debugging) NOMOS_LOG_DIR=/tmp/compose-logs — Collect logs to files NOMOS_LOG_LEVEL=debug — Set log level Before running: Build the Docker image: testing-framework/assets/stack/scripts/build_test_image.sh","breadcrumbs":"Part II — User Guide » Operations » Compose Runner","id":"45","title":"Compose Runner"},"46":{"body":"export NOMOS_TESTNET_IMAGE=nomos-testnet:local\\nkind load docker-image nomos-testnet:local # or minikube/push to registry\\ncargo run -p runner-examples --bin k8s_runner Prerequisites: K8s cluster access, image built and loaded/pushed, circuit assets available. flowchart TD Expose[Runner exposes endpoints/ports] --> Collect[Runtime collects block/health signals] Collect --> Consume[Expectations consume signals
decide pass/fail] Consume --> Inspect[Operators inspect logs/metrics
when failures arise]","breadcrumbs":"Part II — User Guide » Operations » K8s Runner","id":"46","title":"K8s Runner"},"47":{"body":"Deep dives for contributors who extend the framework, evolve its abstractions,\\nor maintain the crate set.","breadcrumbs":"Part III — Developer Reference » Part III — Developer Reference","id":"47","title":"Part III — Developer Reference"},"48":{"body":"The scenario model defines clear, composable responsibilities: Topology: a declarative description of the cluster—how many nodes, their\\nroles, and the broad network and data-availability characteristics. It\\nrepresents the intended shape of the system under test. Scenario: a plan combining topology, workloads, expectations, and a run\\nwindow. Building a scenario validates prerequisites (like seeded wallets) and\\nensures the run lasts long enough to observe meaningful block progression. Workloads: asynchronous tasks that generate traffic or conditions. They\\nuse shared context to interact with the deployed cluster and may bundle\\ndefault expectations. Expectations: post-run assertions. They can capture baselines before\\nworkloads start and evaluate success once activity stops. Runtime: coordinates workloads and expectations for the configured\\nduration, enforces cooldowns when control actions occur, and ensures cleanup\\nso runs do not leak resources. Developers extending the model should keep these boundaries strict: topology\\ndescribes, scenarios assemble, runners deploy, workloads drive, and expectations\\njudge outcomes. For guidance on adding new capabilities, see Extending the Framework.","breadcrumbs":"Part III — Developer Reference » Scenario Model (Developer Level) » Scenario Model (Developer Level)","id":"48","title":"Scenario Model (Developer Level)"},"49":{"body":"","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Extending the Framework","id":"49","title":"Extending the Framework"},"5":{"body":"This framework embodies specific principles that shape how you author and run\\nscenarios. Understanding these principles helps you write effective tests and\\ninterpret results correctly.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Testing Philosophy","id":"5","title":"Testing Philosophy"},"50":{"body":"Implement testing_framework_core::scenario::Workload: Provide a name and any bundled expectations. In init, derive inputs from GeneratedTopology and RunMetrics; fail\\nfast if prerequisites are missing (e.g., wallet data, node addresses). In start, drive async traffic using the RunContext clients. Expose the workload from a module under testing-framework/workflows and\\nconsider adding a DSL helper for ergonomic wiring.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding a workload","id":"50","title":"Adding a workload"},"51":{"body":"Implement testing_framework_core::scenario::Expectation: Use start_capture to snapshot baseline metrics. Use evaluate to assert outcomes after workloads finish; return all errors\\nso the runner can aggregate them. Export it from testing-framework/workflows if it is reusable.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding an expectation","id":"51","title":"Adding an expectation"},"52":{"body":"Implement testing_framework_core::scenario::Deployer for your backend. Produce a RunContext with NodeClients, metrics endpoints, and optional NodeControlHandle. Guard cleanup with CleanupGuard to reclaim resources even on failures. Mirror the readiness and block-feed probes used by the existing runners so\\nworkloads can rely on consistent signals.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding a runner","id":"52","title":"Adding a runner"},"53":{"body":"Extend testing_framework_core::topology::TopologyBuilder with new layouts or\\nconfiguration presets (e.g., specialized DA parameters). Keep defaults safe:\\nensure at least one participant and clamp dispersal factors as the current\\nhelpers do.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding topology helpers","id":"53","title":"Adding topology helpers"},"54":{"body":"A minimal, end-to-end illustration of adding a custom workload and matching\\nexpectation. This shows the shape of the traits and where to plug into the\\nframework; expand the logic to fit your real test.","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Example: New Workload & Expectation (Rust)","id":"54","title":"Example: New Workload & Expectation (Rust)"},"55":{"body":"Key ideas: name: identifies the workload in logs. expectations: workloads can bundle defaults so callers don’t forget checks. init: derive inputs from the generated topology (e.g., pick a target node). start: drive async activity using the shared RunContext. #![allow(unused)] fn main() {\\nuse std::sync::Arc;\\nuse async_trait::async_trait;\\nuse testing_framework_core::scenario::{ DynError, Expectation, RunContext, RunMetrics, Workload,\\n};\\nuse testing_framework_core::topology::GeneratedTopology; pub struct ReachabilityWorkload { target_idx: usize, bundled: Vec>,\\n} impl ReachabilityWorkload { pub fn new(target_idx: usize) -> Self { Self { target_idx, bundled: vec![Box::new(ReachabilityExpectation::new(target_idx))], } }\\n} #[async_trait]\\nimpl Workload for ReachabilityWorkload { fn name(&self) -> &\'static str { \\"reachability_workload\\" } fn expectations(&self) -> Vec> { self.bundled.clone() } fn init( &mut self, topology: &GeneratedTopology, _metrics: &RunMetrics, ) -> Result<(), DynError> { if topology.validators().get(self.target_idx).is_none() { return Err(\\"no validator at requested index\\".into()); } Ok(()) } async fn start(&self, ctx: &RunContext) -> Result<(), DynError> { let client = ctx .clients() .validators() .get(self.target_idx) .ok_or(\\"missing target client\\")?; // Pseudo-action: issue a lightweight RPC to prove reachability. client.health_check().await.map_err(|e| e.into()) }\\n} }","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Workload: simple reachability probe","id":"55","title":"Workload: simple reachability probe"},"56":{"body":"Key ideas: start_capture: snapshot baseline if needed (not used here). evaluate: assert the condition after workloads finish. #![allow(unused)] fn main() {\\nuse async_trait::async_trait;\\nuse testing_framework_core::scenario::{DynError, Expectation, RunContext}; pub struct ReachabilityExpectation { target_idx: usize,\\n} impl ReachabilityExpectation { pub fn new(target_idx: usize) -> Self { Self { target_idx } }\\n} #[async_trait]\\nimpl Expectation for ReachabilityExpectation { fn name(&self) -> &str { \\"target_reachable\\" } async fn evaluate(&mut self, ctx: &RunContext) -> Result<(), DynError> { let client = ctx .clients() .validators() .get(self.target_idx) .ok_or(\\"missing target client\\")?; client.health_check().await.map_err(|e| { format!(\\"target became unreachable during run: {e}\\").into() }) }\\n} }","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Expectation: confirm the target stayed reachable","id":"56","title":"Expectation: confirm the target stayed reachable"},"57":{"body":"Build your scenario as usual and call .with_workload(ReachabilityWorkload::new(0)). The bundled expectation is attached automatically; you can add more with .with_expectation(...) if needed. Keep the logic minimal and fast for smoke tests; grow it into richer probes\\nfor deeper scenarios.","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » How to wire it","id":"57","title":"How to wire it"},"58":{"body":"High-level roles of the crates that make up the framework: Configs: prepares reusable configuration primitives for nodes, networking,\\ntracing, data availability, and wallets, shared by all scenarios and runners. Core scenario orchestration: houses the topology and scenario model,\\nruntime coordination, node clients, and readiness/health probes. Workflows: packages workloads and expectations into reusable building\\nblocks and offers a fluent DSL to assemble them. Runners: implements deployment backends (local host, Docker Compose,\\nKubernetes) that all consume the same scenario plan. Test workflows: example scenarios and integration checks that exercise the\\nframework end to end and serve as living documentation. Use this map to locate where to add new capabilities: configuration primitives\\nin configs, orchestration changes in core, reusable traffic/assertions in\\nworkflows, environment adapters in runners, and demonstrations in tests.","breadcrumbs":"Part III — Developer Reference » Internal Crate Reference » Internal Crate Reference","id":"58","title":"Internal Crate Reference"},"59":{"body":"Quick-reference material and supporting guidance to keep scenarios discoverable,\\ndebuggable, and consistent.","breadcrumbs":"Part IV — Appendix » Part IV — Appendix","id":"59","title":"Part IV — Appendix"},"6":{"body":"Describe what you want to test, not how to orchestrate it: #![allow(unused)] fn main() {\\n// Good: declarative\\nScenarioBuilder::topology() .network_star() .validators(2) .executors(1) .apply() .transactions().rate(5).apply() .expect_consensus_liveness() .build(); // Bad: imperative (framework doesn\'t work this way)\\n// spawn_validator(); spawn_executor(); // loop { submit_tx(); check_block(); } } Why it matters: The framework handles deployment, readiness, and cleanup.\\nYou focus on test intent, not infrastructure orchestration.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Declarative over Imperative","id":"6","title":"Declarative over Imperative"},"60":{"body":"The framework offers a fluent builder style to keep scenarios readable. Common\\nknobs: Topology shaping: set validator and executor counts, pick a network layout\\nstyle, and adjust high-level data-availability traits. Wallet seeding: define how many users participate and the total funds\\navailable for transaction workloads. Workload tuning: configure transaction rates, data-availability channel\\nand blob rates, and whether chaos restarts should include validators,\\nexecutors, or both. Expectations: attach liveness and workload-specific checks so success is\\nexplicit. Run window: set a minimum duration long enough for multiple blocks to be\\nobserved and verified. Use these knobs to express intent clearly, keeping scenario definitions concise\\nand consistent across teams.","breadcrumbs":"Part IV — Appendix » DSL Cheat Sheet » Core Content: DSL Cheat Sheet","id":"60","title":"Core Content: DSL Cheat Sheet"},"61":{"body":"Common symptoms and likely causes: No or slow block progression: runner started workloads before readiness, insufficient run window, or environment too slow—extend duration or enable slow-environment tuning. Transactions not included: missing or insufficient wallet seeding, misaligned transaction rate with block cadence, or network instability—reduce rate and verify wallet setup. Chaos stalls the run: node control not available for the chosen runner or restart cadence too aggressive—enable control capability and widen restart intervals. Observability gaps: metrics or logs unreachable because ports clash or services are not exposed—adjust observability ports and confirm runner wiring. Flaky behavior across runs: mixing chaos with functional smoke tests or inconsistent topology between environments—separate deterministic and chaos scenarios and standardize topology presets.","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Troubleshooting Scenarios","id":"61","title":"Troubleshooting Scenarios"},"62":{"body":"Why block-oriented timing? Using block cadence reduces dependence on host speed and keeps assertions aligned\\nwith protocol behavior. Can I reuse the same scenario across runners? Yes. The plan stays the same; swap runners (local, compose, k8s) to target\\ndifferent environments. When should I enable chaos workloads? Only when testing resilience or operational recovery; keep functional smoke\\ntests deterministic. How long should runs be? Long enough for multiple blocks so liveness and inclusion checks are\\nmeaningful; very short runs risk false confidence. Do I always need seeded wallets? Only for transaction scenarios. Data-availability or pure chaos scenarios may\\nnot require them, but liveness checks still need validators producing blocks. What if expectations fail but workloads “look fine”? Trust expectations first—they capture the intended success criteria. Use the\\nobservability signals and runner logs to pinpoint why the system missed the\\ntarget.","breadcrumbs":"Part IV — Appendix » FAQ » FAQ","id":"62","title":"FAQ"},"63":{"body":"Validator: node role responsible for participating in consensus and block\\nproduction. Executor: a validator node with the DA dispersal service enabled. Executors\\ncan submit transactions and disperse blob data to the DA network, in addition\\nto performing all validator functions. DA (Data Availability): subsystem ensuring blobs or channel data are\\npublished and retrievable for validation. Deployer: component that provisions infrastructure (spawns processes,\\ncreates containers, or launches pods), waits for readiness, and returns a\\nRunner. Examples: LocalDeployer, ComposeDeployer, K8sDeployer. Runner: component returned by deployers that orchestrates scenario\\nexecution—starts workloads, observes signals, evaluates expectations, and\\ntriggers cleanup. Workload: traffic or behavior generator that exercises the system during a\\nscenario run. Expectation: post-run assertion that judges whether the system met the\\nintended success criteria. Topology: declarative description of the cluster shape, roles, and\\nhigh-level parameters for a scenario. Scenario: immutable plan combining topology, workloads, expectations, and\\nrun duration. Blockfeed: stream of block observations used for liveness or inclusion\\nsignals during a run. Control capability: the ability for a runner to start, stop, or restart\\nnodes, used by chaos workloads. Slot duration: time interval between consensus rounds in Cryptarchia. Blocks\\nare produced at multiples of the slot duration based on lottery outcomes. Block cadence: observed rate of block production in a live network, measured\\nin blocks per second or seconds per block. Cooldown: waiting period after a chaos action (e.g., node restart) before\\ntriggering the next action, allowing the system to stabilize. Run window: total duration a scenario executes, specified via with_run_duration(). Framework auto-extends to at least 2× slot duration. Readiness probe: health check performed by runners to ensure nodes are\\nreachable and responsive before starting workloads. Prevents false negatives\\nfrom premature traffic. Liveness: property that the system continues making progress (producing\\nblocks) under specified conditions. Contrasts with safety/correctness which\\nverifies that state transitions are accurate. State assertion: expectation that verifies specific values in the system\\nstate (e.g., wallet balances, UTXO sets) rather than just progress signals.\\nAlso called “correctness expectations.” Mantle transaction: transaction type in Nomos that can contain UTXO transfers\\n(LedgerTx) and operations (Op), including channel data (ChannelBlob). Channel: logical grouping for DA blobs; each blob belongs to a channel and\\nreferences a parent blob in the same channel, creating a chain of related data. POL_PROOF_DEV_MODE: environment variable that disables expensive Groth16 zero-knowledge\\nproof generation for leader election. Required for LocalDeployer tests to run in\\nreasonable time. Should never be used in production environments.","breadcrumbs":"Part IV — Appendix » Glossary » Glossary","id":"63","title":"Glossary"},"7":{"body":"Reason in blocks and consensus intervals, not wall-clock seconds: #![allow(unused)] fn main() {\\n// Good: protocol-oriented thinking\\nlet plan = ScenarioBuilder::topology() .network_star() .validators(2) .executors(1) .apply() .transactions().rate(5).apply() // 5 tx per block .with_run_duration(Duration::from_secs(60)) // Let framework calculate expected blocks .expect_consensus_liveness() // \\"Did we produce the expected blocks?\\" .build(); // Bad: wall-clock assumptions\\n// \\"I expect exactly 10 blocks in 60 seconds\\"\\n// This breaks on slow CI where blocks might take 7s instead of 6s } Why it matters: Block production timing varies across environments—fast on\\na laptop (5s/block), slow on overloaded CI (8s/block). The framework calculates\\nexpected blocks based on configured slot duration, making assertions\\nenvironment-independent. Assert on “blocks produced relative to the run window”\\nnot “blocks produced per wall-clock second”.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Protocol Time, Not Wall Time","id":"7","title":"Protocol Time, Not Wall Time"},"8":{"body":"Default scenarios are repeatable: Fixed topology Predictable traffic rates Deterministic checks Chaos is opt-in: #![allow(unused)] fn main() {\\n// Separate: functional test (deterministic)\\nlet plan = ScenarioBuilder::topology() .network_star() .validators(2) .executors(1) .apply() .transactions().rate(5).apply() .expect_consensus_liveness() .build(); // Separate: chaos test (introduces randomness)\\nlet chaos_plan = ScenarioBuilder::topology() .network_star() .validators(3) .executors(2) .apply() .enable_node_control() .chaos().restart().apply() .transactions().rate(5).apply() .expect_consensus_liveness() .build(); } Why it matters: Mixing determinism with chaos creates noisy, hard-to-debug\\nfailures. Separate concerns make failures actionable.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Determinism First, Chaos When Needed","id":"8","title":"Determinism First, Chaos When Needed"},"9":{"body":"Prefer user-facing signals over internal state: Good checks: ✅ Blocks progressing at expected rate (liveness) ✅ Transactions included within N blocks (inclusion) ✅ DA blobs retrievable (availability) Avoid internal checks: ❌ Memory pool size ❌ Internal service state ❌ Cache hit rates Why it matters: User-facing signals reflect actual system health.\\nInternal state can be “healthy” while the system is broken from a user\\nperspective.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Observable Health Signals","id":"9","title":"Observable Health Signals"}},"length":64,"save":true},"fields":["title","body","breadcrumbs"],"index":{"body":{"root":{"0":{"df":1,"docs":{"10":{"tf":1.0}}},"1":{"0":{"df":2,"docs":{"10":{"tf":1.0},"7":{"tf":1.0}}},"2":{"7":{".":{"0":{".":{"0":{".":{"1":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"10":{"tf":1.0},"34":{"tf":1.0},"44":{"tf":1.4142135623730951}},"–":{"3":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}},"2":{"df":3,"docs":{"24":{"tf":1.0},"34":{"tf":1.0},"63":{"tf":1.0}}},"3":{"df":1,"docs":{"34":{"tf":1.0}}},"4":{"df":1,"docs":{"34":{"tf":1.0}},"–":{"5":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}},"5":{"df":1,"docs":{"7":{"tf":1.0}},"s":{"/":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"6":{"0":{"df":2,"docs":{"44":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"7":{"tf":1.0}}},"–":{"7":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}},"7":{"df":0,"docs":{},"s":{"df":1,"docs":{"7":{"tf":1.0}}}},"8":{"df":0,"docs":{},"s":{"/":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"9":{"0":{"9":{"0":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"a":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"63":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"46":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"63":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"48":{"tf":1.0},"55":{"tf":1.0},"63":{"tf":1.4142135623730951},"8":{"tf":1.0}}}},"v":{"df":10,"docs":{"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.4142135623730951},"48":{"tf":1.0},"55":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"19":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"58":{"tf":1.0}}}}},"d":{"df":4,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"45":{"tf":1.0},"50":{"tf":1.0}}}}}}},"df":6,"docs":{"48":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"23":{"tf":1.0},"60":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"27":{"tf":1.0},"41":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"30":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"51":{"tf":1.0}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"61":{"tf":1.0}}}}}}}}}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":4,"docs":{"17":{"tf":1.0},"21":{"tf":1.4142135623730951},"35":{"tf":1.0},"62":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":6,"docs":{"10":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}}}}},"df":2,"docs":{"22":{"tf":1.0},"63":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"10":{"tf":1.0},"62":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"20":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"2":{"tf":1.0},"33":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"4":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"46":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"15":{"tf":1.0},"34":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":14,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.4142135623730951},"33":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0},"56":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}}}},"t":{"df":3,"docs":{"16":{"tf":1.0},"41":{"tf":1.0},"46":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"0":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{":":{":":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"55":{"tf":1.0},"56":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"55":{"tf":1.0},"56":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":3,"docs":{"50":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"48":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":6,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"17":{"tf":1.0},"35":{"tf":1.0},"5":{"tf":1.0}}}}},"o":{"df":1,"docs":{"63":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":18,"docs":{"0":{"tf":1.4142135623730951},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"35":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.4142135623730951},"46":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.7320508075688772},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"22":{"tf":1.0},"41":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}}},"b":{"(":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"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":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"4":{"tf":1.0},"52":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}}}}},"d":{"df":4,"docs":{"10":{"tf":1.0},"30":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"38":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":4,"docs":{"22":{"tf":1.0},"36":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"26":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0},"56":{"tf":1.0}}}}}}}},"df":1,"docs":{"4":{"tf":1.0}},"e":{"c":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"56":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":7,"docs":{"22":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.4142135623730951}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"40":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":10,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"30":{"tf":1.4142135623730951},"35":{"tf":1.0},"39":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"63":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"22":{"tf":1.0},"37":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"42":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":8,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"32":{"tf":1.0},"41":{"tf":1.0}}}}},"df":3,"docs":{"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"b":{"df":6,"docs":{"0":{"tf":1.4142135623730951},"17":{"tf":1.0},"19":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":2.23606797749979},"9":{"tf":1.0}},"s":{"/":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"46":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":21,"docs":{"0":{"tf":1.0},"10":{"tf":2.23606797749979},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.4142135623730951},"31":{"tf":2.23606797749979},"32":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":2.0},"63":{"tf":2.8284271247461903},"7":{"tf":3.1622776601683795},"9":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"e":{"df":2,"docs":{"31":{"tf":1.0},"63":{"tf":1.0}},"e":{"d":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"0":{"tf":1.0},"1":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"18":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":1.0},"42":{"tf":1.0},"60":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"34":{"tf":1.0},"48":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"13":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"a":{"d":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"9":{"tf":1.0}}},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"u":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":11,"docs":{"12":{"tf":1.0},"27":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"60":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":3,"docs":{"3":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0}}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":5,"docs":{"21":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.7320508075688772},"57":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"29":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"z":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"c":{"(":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"4":{"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":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"9":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":4,"docs":{"31":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"l":{"df":2,"docs":{"57":{"tf":1.0},"63":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"27":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"35":{"tf":1.0},"48":{"tf":1.0},"62":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":3,"docs":{"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"61":{"tf":1.0}}}}},"df":1,"docs":{"4":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"63":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"1":{"tf":1.0},"29":{"tf":1.0},"33":{"tf":1.0},"58":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}}}},"df":4,"docs":{"0":{"tf":1.0},"19":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":2.23606797749979}}}}}},"o":{"df":11,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.7320508075688772},"62":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"8":{"tf":2.0}},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"48":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":20,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"41":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"41":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"22":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"17":{"tf":1.4142135623730951},"22":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"61":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}}}}},"i":{"df":9,"docs":{"13":{"tf":1.0},"22":{"tf":1.7320508075688772},"32":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":2.23606797749979},"7":{"tf":1.4142135623730951}},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"41":{"tf":1.0},"46":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"53":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"61":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":5,"docs":{"12":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.0}},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"r":{"df":9,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"|":{"df":2,"docs":{"55":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":4,"docs":{"50":{"tf":1.0},"55":{"tf":1.7320508075688772},"56":{"tf":1.7320508075688772},"58":{"tf":1.0}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":13,"docs":{"1":{"tf":1.0},"13":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.7320508075688772},"4":{"tf":1.7320508075688772},"41":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"63":{"tf":1.0}},"—":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"48":{"tf":1.0}}}}}}}}}}}},"o":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"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":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"46":{"tf":1.0}}}}}}}}},"df":4,"docs":{"20":{"tf":1.0},"31":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"14":{"tf":1.0},"23":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"63":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"40":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"22":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"18":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"3":{"tf":1.0},"63":{"tf":1.4142135623730951}}},"s":{"df":14,"docs":{"0":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.0},"62":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"=":{"1":{"df":0,"docs":{},"x":{"1":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"45":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"=":{"1":{"2":{"7":{".":{"0":{".":{"0":{".":{"1":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"=":{"1":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":2,"docs":{"42":{"tf":1.7320508075688772},"63":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":2,"docs":{"2":{"tf":1.0},"35":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"8":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"20":{"tf":1.0},"60":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"4":{"tf":1.0},"48":{"tf":1.0},"56":{"tf":1.0},"63":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"3":{"tf":1.0},"62":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":4,"docs":{"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"r":{"df":11,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":1.4142135623730951},"60":{"tf":1.0},"7":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"df":5,"docs":{"26":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":8,"docs":{"0":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.0},"63":{"tf":1.4142135623730951},"7":{"tf":1.0}}}}}},"i":{"d":{"df":1,"docs":{"50":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.0},"36":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"52":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"44":{"tf":1.0}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"m":{"df":4,"docs":{"15":{"tf":1.0},"31":{"tf":1.0},"46":{"tf":1.4142135623730951},"58":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"38":{"tf":1.0},"45":{"tf":1.0},"63":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"1":{"tf":1.0},"42":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"60":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"0":{"tf":1.0},"48":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":2,"docs":{"20":{"tf":1.0},"63":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"47":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":8,"docs":{"19":{"tf":1.4142135623730951},"26":{"tf":1.0},"28":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0},"61":{"tf":1.4142135623730951},"63":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"38":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":3,"docs":{"12":{"tf":1.0},"48":{"tf":1.0},"63":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"48":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":8,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"33":{"tf":1.0},"58":{"tf":1.4142135623730951},"60":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"21":{"tf":1.0},"23":{"tf":1.0},"60":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"15":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"47":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"17":{"tf":1.0},"63":{"tf":1.4142135623730951},"8":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":4,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{}}}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"x":{"df":2,"docs":{"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":3,"docs":{"31":{"tf":1.0},"32":{"tf":1.0},"54":{"tf":1.0}}}}}}}},"d":{"(":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"[":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"a":{"df":9,"docs":{"0":{"tf":2.23606797749979},"22":{"tf":1.0},"25":{"tf":1.4142135623730951},"26":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"53":{"tf":1.0},"63":{"tf":2.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"t":{"a":{"df":14,"docs":{"0":{"tf":2.0},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"25":{"tf":1.0},"3":{"tf":1.4142135623730951},"4":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":2.23606797749979}}},"df":0,"docs":{}}},"df":2,"docs":{"12":{"tf":1.0},"4":{"tf":1.0}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":3,"docs":{"37":{"tf":1.0},"45":{"tf":1.0},"8":{"tf":1.0}},"g":{"df":2,"docs":{"11":{"tf":1.0},"59":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"12":{"tf":1.0},"17":{"tf":1.0}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"r":{"df":8,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"3":{"tf":1.0},"48":{"tf":1.0},"6":{"tf":1.4142135623730951},"63":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"47":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"57":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":7,"docs":{"21":{"tf":1.0},"44":{"tf":2.0},"45":{"tf":1.7320508075688772},"48":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"17":{"tf":1.0},"48":{"tf":1.0},"60":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"20":{"tf":1.0},"21":{"tf":1.0},"60":{"tf":1.0}}}}}}},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"28":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"34":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"a":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":9,"docs":{"16":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"58":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"41":{"tf":1.0},"62":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":13,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"27":{"tf":1.0},"32":{"tf":2.0},"35":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.4142135623730951},"58":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"50":{"tf":1.0},"55":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":6,"docs":{"16":{"tf":1.0},"18":{"tf":1.4142135623730951},"3":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"48":{"tf":1.0},"63":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"13":{"tf":1.0},"30":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"11":{"tf":1.0},"8":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}}}}}}},"v":{"df":1,"docs":{"45":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":6,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.4142135623730951}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"14":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"62":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"37":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"63":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"38":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":3,"docs":{"0":{"tf":1.0},"53":{"tf":1.0},"63":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"41":{"tf":1.0},"47":{"tf":1.0}},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"31":{"tf":1.0}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":10,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"58":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"22":{"tf":1.0},"30":{"tf":1.0},"58":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"\'":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"32":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.7320508075688772}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"26":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"[":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}},"df":9,"docs":{"12":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.0}},"n":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"p":{"/":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"30":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"l":{"df":6,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":13,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":2.23606797749979},"7":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":3,"docs":{"12":{"tf":1.0},"56":{"tf":1.0},"63":{"tf":1.4142135623730951}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"55":{"tf":1.7320508075688772},"56":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},".":{"df":0,"docs":{},"g":{"df":9,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"63":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"55":{"tf":1.0}}}}}}},"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"12":{"tf":1.0}}}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":6,"docs":{"13":{"tf":1.0},"16":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"4":{"tf":1.0},"63":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"41":{"tf":1.0}}}}},"s":{"df":1,"docs":{"38":{"tf":1.0}},"i":{"df":1,"docs":{"17":{"tf":1.0}}}}},"df":1,"docs":{"12":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"b":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"3":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":7,"docs":{"0":{"tf":1.0},"21":{"tf":1.0},"26":{"tf":1.0},"45":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"d":{"df":4,"docs":{"16":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"41":{"tf":1.0},"52":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"10":{"tf":1.0},"34":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"15":{"tf":1.0},"3":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":5,"docs":{"10":{"tf":1.4142135623730951},"17":{"tf":1.0},"48":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":7,"docs":{"0":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.4142135623730951},"53":{"tf":1.0},"63":{"tf":1.4142135623730951}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":27,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"3":{"tf":1.4142135623730951},"35":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"58":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"7":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"r":{"(":{"\\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"55":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"51":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"2":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"a":{"df":0,"docs":{},"l":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":7,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"35":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0},"56":{"tf":1.0},"63":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"52":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":3,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":11,"docs":{"15":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"63":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"40":{"tf":1.0},"63":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"r":{"df":8,"docs":{"0":{"tf":1.4142135623730951},"17":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"44":{"tf":1.0},"60":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951}},"s":{"(":{"1":{"df":3,"docs":{"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"2":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":6,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"58":{"tf":1.0},"63":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":3,"docs":{"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"55":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":38,"docs":{"1":{"tf":1.0},"12":{"tf":2.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"30":{"tf":1.7320508075688772},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951},"41":{"tf":1.0},"48":{"tf":2.23606797749979},"50":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":2.0},"56":{"tf":1.7320508075688772},"57":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":2.23606797749979},"7":{"tf":2.0},"9":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"63":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"60":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"46":{"tf":1.0},"51":{"tf":1.0}}}},"s":{"df":2,"docs":{"46":{"tf":1.0},"50":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"46":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"—":{"a":{"d":{"df":0,"docs":{},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"20":{"tf":1.0},"21":{"tf":1.0},"60":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"13":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.4142135623730951},"49":{"tf":1.0},"53":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"16":{"tf":1.0}}}}}}},"}":{"\\"":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"56":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"f":{"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"15":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"12":{"tf":1.0},"50":{"tf":1.0},"62":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":9,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.4142135623730951},"46":{"tf":1.0},"52":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}},"k":{"df":0,"docs":{},"e":{"df":2,"docs":{"28":{"tf":1.0},"32":{"tf":1.0}}}},"l":{"df":0,"docs":{},"s":{"df":4,"docs":{"10":{"tf":1.0},"41":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}}}},"q":{"df":1,"docs":{"62":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"32":{"tf":1.0},"37":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0},"57":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"42":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"22":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"32":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":1,"docs":{"31":{"tf":1.0}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"22":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"44":{"tf":1.0},"62":{"tf":1.0}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"17":{"tf":1.0},"51":{"tf":1.0},"56":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"8":{"tf":1.0}},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"62":{"tf":1.0}}}}}}}}}},"t":{"df":6,"docs":{"15":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"54":{"tf":1.0}}},"x":{"df":1,"docs":{"8":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"35":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0}}},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"61":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"46":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":4,"docs":{"13":{"tf":1.0},"24":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"58":{"tf":1.0},"60":{"tf":1.0}}}}}}},"n":{"df":6,"docs":{"10":{"tf":1.0},"55":{"tf":2.449489742783178},"56":{"tf":2.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"o":{"c":{"df":0,"docs":{},"u":{"df":1,"docs":{"6":{"tf":1.0}},"s":{"df":3,"docs":{"0":{"tf":1.0},"15":{"tf":1.0},"41":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"35":{"tf":1.0},"4":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"t":{"!":{"(":{"\\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"4":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"2":{"tf":1.0},"21":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"45":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}}}}}}}}},"df":18,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.4142135623730951},"2":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.4142135623730951},"4":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"60":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.4142135623730951}},"’":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"3":{"tf":1.0},"32":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":7,"docs":{"0":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"8":{"tf":1.0}}}}}}},"d":{"df":1,"docs":{"60":{"tf":1.0}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"g":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"3":{"tf":1.0},"61":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"40":{"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":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"50":{"tf":1.0},"55":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":8,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":1.4142135623730951},"48":{"tf":1.0},"55":{"tf":1.0},"63":{"tf":1.4142135623730951}}}}},"t":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"55":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"42":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"1":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"63":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"17":{"tf":1.0},"22":{"tf":1.0}}}},"df":0,"docs":{},"o":{"d":{"df":6,"docs":{"10":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"17":{"tf":1.0},"22":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"44":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"1":{"6":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":1,"docs":{"63":{"tf":1.0}}}},"w":{"df":1,"docs":{"57":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"14":{"tf":1.0},"48":{"tf":1.0},"59":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"1":{"tf":1.0},"14":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"30":{"tf":1.0}}}},"n":{"d":{"df":1,"docs":{"12":{"tf":1.0}},"l":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"r":{"d":{"df":1,"docs":{"8":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"17":{"tf":1.0},"4":{"tf":1.0},"63":{"tf":1.0},"9":{"tf":1.4142135623730951}},"i":{"df":2,"docs":{"20":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":1,"docs":{"5":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"41":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"0":{"tf":1.0},"56":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":9,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"29":{"tf":1.0},"4":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"39":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"13":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"58":{"tf":1.0},"62":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"58":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"i":{"[":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"20":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"a":{"df":9,"docs":{"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"55":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"14":{"tf":1.0}},"i":{"df":1,"docs":{"47":{"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":3,"docs":{"23":{"tf":1.0},"27":{"tf":1.0},"54":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"42":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.4142135623730951}}}},"l":{"df":2,"docs":{"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"58":{"tf":1.0}}}}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":7,"docs":{"0":{"tf":1.0},"22":{"tf":1.0},"42":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":8,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"40":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"4":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"\\"":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"55":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"c":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"44":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"3":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"12":{"tf":1.0},"21":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":3,"docs":{"20":{"tf":1.4142135623730951},"50":{"tf":1.0},"55":{"tf":1.4142135623730951}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"50":{"tf":1.0},"55":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"46":{"tf":1.0}}}}}}},"df":2,"docs":{"38":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"44":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"61":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":4,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"3":{"tf":1.0},"58":{"tf":1.0}}}},"n":{"d":{"df":4,"docs":{"17":{"tf":1.0},"48":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"27":{"tf":1.0},"30":{"tf":1.0}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.4142135623730951},"28":{"tf":1.0},"3":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":3,"docs":{"28":{"tf":1.0},"58":{"tf":1.0},"9":{"tf":2.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"5":{"tf":1.0}}}}}},"v":{"df":4,"docs":{"31":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"8":{"tf":1.0}},"t":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":3,"docs":{"3":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"u":{"df":2,"docs":{"41":{"tf":1.0},"55":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.0},"37":{"tf":1.0}}}}},"v":{"df":1,"docs":{"59":{"tf":1.0}}}},"j":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"g":{"df":4,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"63":{"tf":1.0}}}},"df":0,"docs":{}}},"k":{"8":{"df":7,"docs":{"16":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"46":{"tf":1.4142135623730951},"62":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"46":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"63":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":18,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.7320508075688772},"22":{"tf":1.4142135623730951},"26":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951}}}},"y":{"df":2,"docs":{"55":{"tf":1.0},"56":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"46":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"60":{"tf":1.4142135623730951}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"63":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"58":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"28":{"tf":1.0}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"13":{"tf":1.0},"7":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"31":{"tf":1.0},"48":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"28":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"21":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"37":{"tf":1.0},"63":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"25":{"tf":1.0},"4":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"15":{"tf":1.0},"21":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"53":{"tf":1.0},"60":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"63":{"tf":1.0}}}}},"df":0,"docs":{},"k":{"df":2,"docs":{"12":{"tf":1.0},"48":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"63":{"tf":1.0}}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"42":{"tf":1.0}}}},"t":{"df":1,"docs":{"3":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":14,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":2,"docs":{"12":{"tf":1.0},"34":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"20":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":19,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"3":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.7320508075688772},"9":{"tf":1.0}}}}},"o":{"a":{"d":{"df":2,"docs":{"29":{"tf":1.0},"46":{"tf":1.0}},"e":{"d":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"46":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"=":{"2":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"=":{"1":{"2":{"0":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"=":{"3":{"df":1,"docs":{"44":{"tf":1.0}}},"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":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":2,"docs":{"42":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951}}}}}}}},"df":12,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"35":{"tf":1.4142135623730951},"37":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.4142135623730951},"44":{"tf":1.0},"58":{"tf":1.0},"62":{"tf":1.0}}},"t":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":6,"docs":{"41":{"tf":1.0},"44":{"tf":1.4142135623730951},"45":{"tf":1.7320508075688772},"55":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0}},"i":{"c":{"df":3,"docs":{"54":{"tf":1.0},"57":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{}},"s":{"/":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"46":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":5,"docs":{"10":{"tf":1.0},"17":{"tf":1.0},"48":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"39":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"30":{"tf":1.0},"62":{"tf":1.0}}},"p":{"df":3,"docs":{"22":{"tf":1.0},"37":{"tf":1.0},"6":{"tf":1.0}}},"s":{"df":1,"docs":{"15":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"63":{"tf":1.0}}}}}}},"w":{"df":1,"docs":{"29":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"r":{"df":2,"docs":{"12":{"tf":1.0},"4":{"tf":1.0}}},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"10":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"38":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"10":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"13":{"tf":1.0},"47":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":9,"docs":{"13":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"58":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}},"n":{"df":0,"docs":{},"i":{"df":6,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"60":{"tf":1.0}}},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"63":{"tf":1.0}}}}},"p":{"df":4,"docs":{"16":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"58":{"tf":1.0}}},"t":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"59":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"17":{"tf":1.0},"39":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}},"y":{"b":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":8,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"48":{"tf":1.0},"62":{"tf":1.0}}}}},"t":{"df":1,"docs":{"21":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"63":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"2":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"41":{"tf":1.0},"63":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"c":{"df":5,"docs":{"12":{"tf":1.0},"31":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"61":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"46":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"m":{"df":5,"docs":{"22":{"tf":1.0},"24":{"tf":1.0},"37":{"tf":1.0},"54":{"tf":1.0},"57":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"10":{"tf":1.4142135623730951},"60":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"61":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":4,"docs":{"41":{"tf":1.0},"50":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0}}}},"x":{"df":2,"docs":{"61":{"tf":1.0},"8":{"tf":1.0}},"e":{"d":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"30":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"45":{"tf":1.0}},"l":{"df":8,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"29":{"tf":1.0},"48":{"tf":1.7320508075688772},"58":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"34":{"tf":1.0}}}},"df":2,"docs":{"44":{"tf":1.0},"50":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"57":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"13":{"tf":1.0},"22":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":8,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"38":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":4,"docs":{"22":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"55":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"55":{"tf":1.0},"56":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"50":{"tf":1.0},"55":{"tf":1.0}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"df":2,"docs":{"29":{"tf":1.0},"9":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":8,"docs":{"21":{"tf":1.0},"3":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.0},"62":{"tf":1.4142135623730951},"8":{"tf":1.0}},"—":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"g":{"df":3,"docs":{"30":{"tf":1.0},"41":{"tf":1.0},"63":{"tf":1.0}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":12,"docs":{"0":{"tf":1.7320508075688772},"15":{"tf":1.0},"17":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"4":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.4142135623730951}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"32":{"tf":1.0},"63":{"tf":1.0}}}}},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"55":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":5,"docs":{"27":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}}}}},"o":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"52":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":23,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"12":{"tf":1.4142135623730951},"15":{"tf":1.7320508075688772},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"2":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.4142135623730951},"32":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.7320508075688772},"48":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.4142135623730951},"61":{"tf":1.0},"63":{"tf":2.23606797749979}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":2,"docs":{"22":{"tf":1.0},"8":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"df":9,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.7320508075688772},"32":{"tf":1.0},"41":{"tf":1.0},"46":{"tf":1.0},"63":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"=":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"45":{"tf":1.0}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"41":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"=":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"e":{",":{"d":{"a":{"=":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"44":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"=":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"41":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"45":{"tf":1.0}},"e":{"=":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":2,"docs":{"45":{"tf":1.0},"46":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"21":{"tf":1.0},"44":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"o":{"[":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":17,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"48":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.7320508075688772},"9":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"22":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"48":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"12":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"58":{"tf":1.0},"60":{"tf":1.0}}}}}},"k":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"\\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"55":{"tf":1.0},"56":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":1,"docs":{"55":{"tf":1.0}}},"n":{"c":{"df":3,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0}}},"df":5,"docs":{"15":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"40":{"tf":1.0},"53":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"39":{"tf":1.0}}}}},"p":{"df":1,"docs":{"63":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"0":{"tf":1.0},"17":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772},"62":{"tf":1.0},"63":{"tf":1.0}}}},"t":{"df":2,"docs":{"21":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"12":{"tf":1.0},"26":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"52":{"tf":1.0}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"58":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"63":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"21":{"tf":1.0},"62":{"tf":1.0},"7":{"tf":1.0}}}}}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"29":{"tf":1.0}}}}},"df":1,"docs":{"28":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"p":{"df":1,"docs":{"41":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":9,"docs":{"12":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0},"63":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"3":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"37":{"tf":1.0},"42":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}}},"p":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"12":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"28":{"tf":1.0}}},"k":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"16":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":4,"docs":{"1":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"33":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.0},"63":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"30":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}}}}},"t":{"df":4,"docs":{"14":{"tf":1.0},"2":{"tf":1.0},"47":{"tf":1.0},"59":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":5,"docs":{"0":{"tf":1.0},"19":{"tf":1.0},"53":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"35":{"tf":1.0},"46":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":1,"docs":{"12":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"19":{"tf":1.0},"25":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":3,"docs":{"15":{"tf":1.0},"21":{"tf":2.0},"22":{"tf":1.0}}}}}}}},"df":3,"docs":{"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"28":{"tf":1.0}}}},"r":{"df":6,"docs":{"21":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":1.0},"33":{"tf":1.0},"63":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":3,"docs":{"0":{"tf":1.4142135623730951},"4":{"tf":1.0},"63":{"tf":1.4142135623730951}}}}}},"i":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"29":{"tf":1.4142135623730951},"34":{"tf":2.8284271247461903}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"33":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"15":{"tf":1.0},"16":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"34":{"tf":1.0},"38":{"tf":1.0}}}}}}}},"l":{"a":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":17,"docs":{"1":{"tf":1.0},"12":{"tf":2.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"20":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":2.0},"36":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"41":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"u":{"df":3,"docs":{"0":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0}},"g":{"df":1,"docs":{"54":{"tf":1.0}},"g":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"13":{"tf":1.0},"18":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"d":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"63":{"tf":1.0}},"e":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":5,"docs":{"37":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"3":{"tf":1.0}}}},"df":0,"docs":{}},"df":3,"docs":{"38":{"tf":1.0},"45":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"31":{"tf":1.0},"34":{"tf":1.0},"48":{"tf":1.0},"63":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"14":{"tf":1.0},"22":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"9":{"tf":1.0}}}}},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"63":{"tf":1.0}}}}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"15":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"35":{"tf":1.4142135623730951},"41":{"tf":2.0},"46":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0}}}}}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"26":{"tf":1.0},"41":{"tf":1.0}}}},"t":{"df":3,"docs":{"22":{"tf":1.0},"53":{"tf":1.0},"61":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"35":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.4142135623730951}}}}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"11":{"tf":1.0},"5":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"o":{"b":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":8,"docs":{"17":{"tf":1.0},"21":{"tf":1.0},"40":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"63":{"tf":1.0}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":6,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0},"63":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":7,"docs":{"0":{"tf":1.0},"20":{"tf":1.0},"32":{"tf":1.0},"52":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"7":{"tf":1.7320508075688772}},"t":{"df":4,"docs":{"10":{"tf":1.0},"27":{"tf":1.0},"63":{"tf":1.7320508075688772},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.4142135623730951},"3":{"tf":1.0},"48":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"45":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"42":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"o":{"df":0,"docs":{},"f":{"df":2,"docs":{"45":{"tf":1.0},"63":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"33":{"tf":1.0},"63":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":9,"docs":{"0":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"21":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"62":{"tf":1.0},"7":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"10":{"tf":1.0},"55":{"tf":1.0}},"r":{"df":1,"docs":{"41":{"tf":1.0}}}},"i":{"d":{"df":4,"docs":{"32":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":3,"docs":{"12":{"tf":1.4142135623730951},"40":{"tf":1.0},"63":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"40":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"b":{"df":2,"docs":{"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"0":{"tf":1.0},"63":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"62":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"18":{"tf":1.0},"3":{"tf":1.0}}}}}}}},"q":{"a":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"42":{"tf":1.0},"59":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}}}}}},"r":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"12":{"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":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"33":{"tf":1.4142135623730951},"8":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"df":12,"docs":{"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"63":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"12":{"tf":1.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"55":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"l":{"df":4,"docs":{"40":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.0},"63":{"tf":1.0}},"e":{"df":0,"docs":{},"—":{"a":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":12,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"26":{"tf":1.0},"32":{"tf":1.4142135623730951},"35":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772},"52":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.4142135623730951}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"58":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":4,"docs":{"0":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"54":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"1":{"tf":1.0},"3":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"63":{"tf":1.0},"7":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"52":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"22":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"19":{"tf":1.0},"62":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":3,"docs":{"13":{"tf":1.0},"21":{"tf":1.0},"62":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"47":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"35":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"46":{"tf":1.0}}}}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"63":{"tf":1.0}}},"x":{"df":1,"docs":{"40":{"tf":1.0}}}},"df":1,"docs":{"7":{"tf":1.0}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"22":{"tf":1.0},"52":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"20":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"48":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":5,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.4142135623730951},"42":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":9,"docs":{"19":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"45":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":7,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"26":{"tf":1.0},"30":{"tf":1.0},"62":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"12":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":4,"docs":{"16":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"63":{"tf":1.4142135623730951}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":8,"docs":{"12":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"26":{"tf":1.4142135623730951},"34":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":5,"docs":{"22":{"tf":1.0},"35":{"tf":1.0},"5":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":3,"docs":{"0":{"tf":1.0},"63":{"tf":1.0},"9":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":3,"docs":{"51":{"tf":1.0},"55":{"tf":1.0},"63":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"15":{"tf":1.4142135623730951},"21":{"tf":1.0},"51":{"tf":1.0},"58":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":3,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"62":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"57":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"10":{"tf":1.0},"62":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":8,"docs":{"0":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.0},"63":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"c":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"50":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.7320508075688772},"56":{"tf":1.4142135623730951}}}}}}}}},"df":30,"docs":{"1":{"tf":1.0},"10":{"tf":1.7320508075688772},"12":{"tf":1.7320508075688772},"13":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.7320508075688772},"20":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":1.7320508075688772},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.7320508075688772},"37":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.4142135623730951},"45":{"tf":1.7320508075688772},"46":{"tf":1.0},"48":{"tf":2.0},"5":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.7320508075688772},"62":{"tf":1.4142135623730951},"63":{"tf":2.449489742783178},"7":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":3,"docs":{"29":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.4142135623730951}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":25,"docs":{"12":{"tf":1.0},"13":{"tf":1.4142135623730951},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"48":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.4142135623730951},"58":{"tf":1.7320508075688772},"61":{"tf":1.7320508075688772},"62":{"tf":1.7320508075688772},"63":{"tf":2.0}},"’":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"40":{"tf":1.0}},"{":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"40":{"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":{},"i":{"df":0,"docs":{},"m":{"df":6,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"33":{"tf":1.0},"40":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"40":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"53":{"tf":1.0}},"t":{"df":0,"docs":{},"y":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"m":{"df":0,"docs":{},"e":{"df":6,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"35":{"tf":1.4142135623730951},"58":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"41":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":3,"docs":{"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":31,"docs":{"1":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":2.23606797749979},"16":{"tf":1.7320508075688772},"17":{"tf":1.7320508075688772},"18":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":2.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"27":{"tf":1.0},"34":{"tf":1.7320508075688772},"35":{"tf":1.7320508075688772},"36":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"48":{"tf":2.23606797749979},"5":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":2.23606797749979},"59":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"62":{"tf":1.7320508075688772},"63":{"tf":2.23606797749979},"8":{"tf":1.0}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"29":{"tf":1.0},"39":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"41":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":5,"docs":{"22":{"tf":1.0},"29":{"tf":1.0},"44":{"tf":1.0},"63":{"tf":1.4142135623730951},"7":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"d":{"df":8,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0}}},"df":5,"docs":{"17":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"26":{"tf":1.0},"35":{"tf":1.0}}}},"df":0,"docs":{}},"f":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":3,"docs":{"21":{"tf":1.0},"55":{"tf":1.7320508075688772},"56":{"tf":1.7320508075688772}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"8":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"31":{"tf":1.0}}},"v":{"df":1,"docs":{"58":{"tf":1.0}},"i":{"c":{"df":5,"docs":{"0":{"tf":1.0},"38":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":11,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"24":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"60":{"tf":1.4142135623730951},"63":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"16":{"tf":1.0},"38":{"tf":1.0},"61":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":18,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":8,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"0":{"tf":1.0},"10":{"tf":1.4142135623730951},"62":{"tf":1.0}}}},"w":{"df":4,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"27":{"tf":1.0},"54":{"tf":1.0}}}}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":13,"docs":{"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.7320508075688772},"41":{"tf":1.4142135623730951},"46":{"tf":1.0},"52":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.7320508075688772},"9":{"tf":1.7320508075688772}},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"46":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"24":{"tf":1.0},"55":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"28":{"tf":1.0},"32":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":3,"docs":{"12":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0}}}}},"t":{"df":1,"docs":{"15":{"tf":1.0}}},"z":{"df":0,"docs":{},"e":{"df":1,"docs":{"9":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"63":{"tf":1.7320508075688772},"7":{"tf":1.0}}},"w":{"df":3,"docs":{"28":{"tf":1.0},"61":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"42":{"tf":1.0}}}},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"17":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":8,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"51":{"tf":1.0},"56":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"3":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":1,"docs":{"63":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":8,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"26":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0},"5":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0}},"i":{"df":2,"docs":{"17":{"tf":1.0},"63":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"e":{"d":{"df":3,"docs":{"22":{"tf":1.0},"36":{"tf":1.0},"62":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"63":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"38":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"34":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"61":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"22":{"tf":1.0},"61":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"55":{"tf":1.0}}}}}}},"df":0,"docs":{}},"_":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"51":{"tf":1.0},"56":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":13,"docs":{"12":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.7320508075688772},"48":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":5,"docs":{"12":{"tf":1.0},"22":{"tf":1.0},"29":{"tf":1.0},"63":{"tf":1.7320508075688772},"9":{"tf":1.7320508075688772}}},"i":{"c":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}}},"y":{"df":5,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"31":{"tf":1.0},"56":{"tf":1.0},"62":{"tf":1.0}}}},"d":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{":":{":":{"a":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"55":{"tf":1.0}}},"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":{},"p":{"df":2,"docs":{"21":{"tf":1.0},"41":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"28":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"62":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":3,"docs":{"12":{"tf":1.0},"48":{"tf":1.0},"63":{"tf":1.0}}}},"r":{"df":2,"docs":{"55":{"tf":1.0},"56":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"63":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"25":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"55":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"b":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"60":{"tf":1.4142135623730951}}}}}},"u":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"24":{"tf":1.0},"28":{"tf":1.4142135623730951},"30":{"tf":1.0}}}},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"6":{"tf":1.0}}}}},"df":7,"docs":{"0":{"tf":1.4142135623730951},"17":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"30":{"tf":1.4142135623730951},"63":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"0":{"tf":1.0},"63":{"tf":1.0}}}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"39":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"59":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"13":{"tf":1.0},"22":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"61":{"tf":1.0}}}}}}},"n":{"c":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"27":{"tf":1.0},"28":{"tf":1.0},"32":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":8,"docs":{"20":{"tf":1.4142135623730951},"26":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":2.23606797749979},"9":{"tf":1.4142135623730951}}}}}}}},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"45":{"tf":1.0}}},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"7":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"56":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":4,"docs":{"17":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"48":{"tf":1.0}}}}},"d":{"df":3,"docs":{"20":{"tf":1.0},"40":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":3,"docs":{"22":{"tf":1.0},"3":{"tf":1.4142135623730951},"60":{"tf":1.0}}},"r":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"41":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"21":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"=":{"9":{"0":{"9":{"1":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":32,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.0},"11":{"tf":1.0},"15":{"tf":2.0},"16":{"tf":1.7320508075688772},"17":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.7320508075688772},"30":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.4142135623730951},"48":{"tf":1.0},"5":{"tf":1.4142135623730951},"50":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"8":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"52":{"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":{"51":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"{":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"56":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"55":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"55":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"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":{},"t":{":":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":2,"docs":{"45":{"tf":1.0},"46":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"7":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"13":{"tf":1.0},"35":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"e":{"df":14,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.4142135623730951},"31":{"tf":1.7320508075688772},"37":{"tf":1.0},"41":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"7":{"tf":1.7320508075688772}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.0}}}}},"r":{"df":1,"docs":{"28":{"tf":1.4142135623730951}}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"15":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"31":{"tf":1.0},"33":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":24,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"33":{"tf":1.7320508075688772},"35":{"tf":1.0},"4":{"tf":1.7320508075688772},"45":{"tf":1.0},"48":{"tf":1.7320508075688772},"53":{"tf":1.0},"55":{"tf":1.4142135623730951},"58":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"8":{"tf":1.0}},"y":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"g":{"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":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"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":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"60":{"tf":1.0},"63":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":3,"docs":{"15":{"tf":1.0},"40":{"tf":1.0},"58":{"tf":1.0}}},"k":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":16,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"26":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"3":{"tf":1.0},"4":{"tf":1.7320508075688772},"40":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"63":{"tf":1.4142135623730951},"8":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"54":{"tf":1.0},"60":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":16,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"21":{"tf":1.0},"24":{"tf":1.7320508075688772},"25":{"tf":1.7320508075688772},"26":{"tf":1.0},"34":{"tf":1.0},"40":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.7320508075688772},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"5":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"63":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"16":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"41":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"19":{"tf":1.0},"30":{"tf":1.0},"63":{"tf":1.4142135623730951}}}}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"29":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":3,"docs":{"22":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"36":{"tf":1.0},"4":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":1,"docs":{"24":{"tf":1.0}}}},"x":{"df":1,"docs":{"7":{"tf":1.0}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"63":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"36":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"28":{"tf":1.0},"3":{"tf":1.4142135623730951},"48":{"tf":1.0},"50":{"tf":1.0},"63":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"56":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":1,"docs":{"58":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"17":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"16":{"tf":1.0},"42":{"tf":1.0}}}},"df":20,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.4142135623730951},"29":{"tf":1.0},"35":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"55":{"tf":2.23606797749979},"56":{"tf":1.7320508075688772},"58":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"19":{"tf":1.0},"60":{"tf":1.0},"9":{"tf":1.7320508075688772}}}},"i":{"df":0,"docs":{},"z":{"df":2,"docs":{"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"16":{"tf":1.0}}}},"x":{"df":0,"docs":{},"o":{"df":1,"docs":{"63":{"tf":1.4142135623730951}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"2":{"df":3,"docs":{"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"3":{"df":1,"docs":{"8":{"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":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":18,"docs":{"0":{"tf":2.0},"13":{"tf":1.0},"17":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"31":{"tf":1.0},"33":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.0},"60":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":2.0}}},"df":0,"docs":{}},"u":{"df":2,"docs":{"30":{"tf":1.0},"63":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"33":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"63":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"45":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"!":{"[":{"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":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":1,"docs":{"55":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"10":{"tf":1.0},"62":{"tf":1.0}},"f":{"df":2,"docs":{"13":{"tf":1.0},"32":{"tf":1.0}},"i":{"df":6,"docs":{"20":{"tf":1.0},"28":{"tf":1.0},"41":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"i":{"a":{"df":2,"docs":{"0":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"16":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"[":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"12":{"tf":1.0},"35":{"tf":1.0},"63":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":2.0}},"e":{"df":0,"docs":{},"t":{"df":14,"docs":{"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"29":{"tf":1.0}}}},"y":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":1,"docs":{"12":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"21":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"60":{"tf":1.0},"63":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"61":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":10,"docs":{"10":{"tf":1.0},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"20":{"tf":1.0},"35":{"tf":1.0},"48":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":4,"docs":{"38":{"tf":1.0},"50":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"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":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"5":{"df":1,"docs":{"10":{"tf":1.0}}},"6":{"0":{"df":2,"docs":{"10":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":1,"docs":{"63":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"0":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"31":{"tf":1.0},"9":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"32":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":3,"docs":{"3":{"tf":1.0},"42":{"tf":1.0},"6":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"58":{"tf":1.7320508075688772}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":36,"docs":{"1":{"tf":1.0},"12":{"tf":2.23606797749979},"13":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.7320508075688772},"18":{"tf":1.4142135623730951},"19":{"tf":2.0},"20":{"tf":2.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.7320508075688772},"26":{"tf":1.4142135623730951},"27":{"tf":1.0},"28":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"30":{"tf":1.0},"35":{"tf":1.7320508075688772},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"48":{"tf":2.23606797749979},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":2.23606797749979},"56":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.7320508075688772},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":2.23606797749979}},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"d":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"44":{"tf":1.0},"5":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"e":{"df":1,"docs":{"62":{"tf":1.0}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":2,"docs":{"29":{"tf":1.0},"63":{"tf":1.0}}}}}}}},"breadcrumbs":{"root":{"0":{"df":1,"docs":{"10":{"tf":1.0}}},"1":{"0":{"df":2,"docs":{"10":{"tf":1.0},"7":{"tf":1.0}}},"2":{"7":{".":{"0":{".":{"0":{".":{"1":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"10":{"tf":1.0},"34":{"tf":1.0},"44":{"tf":1.4142135623730951}},"–":{"3":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}},"2":{"df":3,"docs":{"24":{"tf":1.4142135623730951},"34":{"tf":1.0},"63":{"tf":1.0}}},"3":{"df":1,"docs":{"34":{"tf":1.0}}},"4":{"df":1,"docs":{"34":{"tf":1.0}},"–":{"5":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}},"5":{"df":1,"docs":{"7":{"tf":1.0}},"s":{"/":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"6":{"0":{"df":2,"docs":{"44":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"7":{"tf":1.0}}},"–":{"7":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}},"7":{"df":0,"docs":{},"s":{"df":1,"docs":{"7":{"tf":1.0}}}},"8":{"df":0,"docs":{},"s":{"/":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"9":{"0":{"9":{"0":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"a":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"63":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"46":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"63":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"48":{"tf":1.0},"55":{"tf":1.0},"63":{"tf":1.4142135623730951},"8":{"tf":1.0}}}},"v":{"df":10,"docs":{"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.4142135623730951},"48":{"tf":1.0},"55":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"19":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"58":{"tf":1.0}}}}},"d":{"df":4,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"45":{"tf":1.0},"50":{"tf":1.0}}}}}}},"df":6,"docs":{"48":{"tf":1.0},"50":{"tf":1.7320508075688772},"51":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"54":{"tf":1.0}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"23":{"tf":1.0},"60":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":9,"docs":{"27":{"tf":1.7320508075688772},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"30":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"51":{"tf":1.0}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"61":{"tf":1.0}}}}}}}}}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":4,"docs":{"17":{"tf":1.0},"21":{"tf":1.4142135623730951},"35":{"tf":1.0},"62":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":6,"docs":{"10":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}}}}},"df":2,"docs":{"22":{"tf":1.0},"63":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"10":{"tf":1.0},"62":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.7320508075688772}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":5,"docs":{"59":{"tf":1.7320508075688772},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"20":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"2":{"tf":1.0},"33":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"4":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"46":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":8,"docs":{"27":{"tf":1.7320508075688772},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"15":{"tf":1.0},"34":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":14,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.4142135623730951},"33":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0},"56":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}}}},"t":{"df":3,"docs":{"16":{"tf":1.0},"41":{"tf":1.0},"46":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"0":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{":":{":":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"55":{"tf":1.0},"56":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"55":{"tf":1.0},"56":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":3,"docs":{"50":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"48":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":6,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"17":{"tf":1.7320508075688772},"35":{"tf":1.0},"5":{"tf":1.0}}}}},"o":{"df":1,"docs":{"63":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":18,"docs":{"0":{"tf":1.4142135623730951},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"35":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.4142135623730951},"46":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.7320508075688772},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"22":{"tf":1.0},"41":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}}},"b":{"(":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"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":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"4":{"tf":1.0},"52":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}}}}},"d":{"df":4,"docs":{"10":{"tf":1.0},"30":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"38":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":4,"docs":{"22":{"tf":1.0},"36":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"26":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0},"56":{"tf":1.0}}}}}}}},"df":1,"docs":{"4":{"tf":1.0}},"e":{"c":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"56":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":7,"docs":{"22":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.4142135623730951}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"40":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":10,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"30":{"tf":1.7320508075688772},"35":{"tf":1.0},"39":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"63":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"22":{"tf":1.7320508075688772},"37":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"42":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":8,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"32":{"tf":1.0},"41":{"tf":1.0}}}}},"df":3,"docs":{"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"b":{"df":6,"docs":{"0":{"tf":1.4142135623730951},"17":{"tf":1.0},"19":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":2.23606797749979},"9":{"tf":1.0}},"s":{"/":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"46":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":21,"docs":{"0":{"tf":1.0},"10":{"tf":2.23606797749979},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.4142135623730951},"31":{"tf":2.449489742783178},"32":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":2.0},"63":{"tf":2.8284271247461903},"7":{"tf":3.1622776601683795},"9":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"e":{"df":2,"docs":{"31":{"tf":1.0},"63":{"tf":1.0}},"e":{"d":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"0":{"tf":1.0},"1":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"18":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":1.0},"42":{"tf":1.0},"60":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"34":{"tf":1.0},"48":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"13":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"a":{"d":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"9":{"tf":1.0}}},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"u":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":11,"docs":{"12":{"tf":1.0},"27":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"60":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":3,"docs":{"3":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0}}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":5,"docs":{"21":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.7320508075688772},"57":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"29":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"z":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"30":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}},"c":{"(":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"4":{"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":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"9":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":4,"docs":{"31":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"l":{"df":2,"docs":{"57":{"tf":1.0},"63":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"27":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"35":{"tf":1.0},"48":{"tf":1.0},"62":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":3,"docs":{"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"61":{"tf":1.0}}}}},"df":1,"docs":{"4":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"63":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"1":{"tf":1.0},"29":{"tf":1.0},"33":{"tf":1.0},"58":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}}}},"df":4,"docs":{"0":{"tf":1.0},"19":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":2.23606797749979}}}}}},"o":{"df":11,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.7320508075688772},"60":{"tf":1.0},"61":{"tf":1.7320508075688772},"62":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"8":{"tf":2.23606797749979}},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"48":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.7320508075688772}}}},"c":{"df":0,"docs":{},"k":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":20,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"28":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"41":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"41":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"22":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"17":{"tf":1.4142135623730951},"22":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"61":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}}}}},"i":{"df":9,"docs":{"13":{"tf":1.0},"22":{"tf":1.7320508075688772},"32":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":2.449489742783178},"7":{"tf":1.4142135623730951}},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"41":{"tf":1.0},"46":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"53":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"61":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":5,"docs":{"12":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.0}},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"r":{"df":9,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"|":{"df":2,"docs":{"55":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":4,"docs":{"50":{"tf":1.0},"55":{"tf":1.7320508075688772},"56":{"tf":1.7320508075688772},"58":{"tf":1.0}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":13,"docs":{"1":{"tf":1.0},"13":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.7320508075688772},"4":{"tf":1.7320508075688772},"41":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"63":{"tf":1.0}},"—":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"48":{"tf":1.0}}}}}}}}}}}},"o":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"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":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"46":{"tf":1.0}}}}}}}}},"df":4,"docs":{"20":{"tf":1.0},"31":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"14":{"tf":1.0},"23":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"63":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"40":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"22":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"18":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"3":{"tf":1.0},"63":{"tf":1.4142135623730951}}},"s":{"df":14,"docs":{"0":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.4142135623730951},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.4142135623730951},"48":{"tf":1.0},"58":{"tf":1.0},"62":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"=":{"1":{"df":0,"docs":{},"x":{"1":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"45":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"=":{"1":{"2":{"7":{".":{"0":{".":{"0":{".":{"1":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"=":{"1":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":2,"docs":{"42":{"tf":1.7320508075688772},"63":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":2,"docs":{"2":{"tf":1.0},"35":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"8":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"20":{"tf":1.0},"60":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"4":{"tf":1.0},"48":{"tf":1.0},"56":{"tf":1.0},"63":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"3":{"tf":1.0},"62":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":4,"docs":{"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"r":{"df":11,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":1.4142135623730951},"60":{"tf":1.0},"7":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"df":5,"docs":{"26":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"56":{"tf":1.4142135623730951},"61":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":8,"docs":{"0":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.0},"63":{"tf":1.4142135623730951},"7":{"tf":1.0}}}}}},"i":{"d":{"df":1,"docs":{"50":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.0},"36":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"52":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"44":{"tf":1.0}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"m":{"df":4,"docs":{"15":{"tf":1.0},"31":{"tf":1.0},"46":{"tf":1.4142135623730951},"58":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"38":{"tf":1.0},"45":{"tf":1.0},"63":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"1":{"tf":1.0},"42":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"17":{"tf":1.0},"18":{"tf":1.7320508075688772},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.7320508075688772},"60":{"tf":1.4142135623730951}}}},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"0":{"tf":1.7320508075688772},"48":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":2,"docs":{"20":{"tf":1.0},"63":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"47":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":8,"docs":{"19":{"tf":1.4142135623730951},"26":{"tf":1.0},"28":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0},"61":{"tf":1.4142135623730951},"63":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"38":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":3,"docs":{"12":{"tf":1.0},"48":{"tf":1.0},"63":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"48":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":10,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.7320508075688772},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.7320508075688772},"33":{"tf":1.0},"58":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"21":{"tf":1.0},"23":{"tf":1.0},"60":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"15":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"47":{"tf":1.0},"58":{"tf":2.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"17":{"tf":1.0},"63":{"tf":1.4142135623730951},"8":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":4,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{}}}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"x":{"df":2,"docs":{"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":3,"docs":{"31":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"54":{"tf":1.0}}}}}}}},"d":{"(":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"[":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"a":{"df":9,"docs":{"0":{"tf":2.23606797749979},"22":{"tf":1.0},"25":{"tf":1.7320508075688772},"26":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"53":{"tf":1.0},"63":{"tf":2.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"t":{"a":{"df":14,"docs":{"0":{"tf":2.0},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"25":{"tf":1.0},"3":{"tf":1.4142135623730951},"4":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":2.23606797749979}}},"df":0,"docs":{}}},"df":2,"docs":{"12":{"tf":1.0},"4":{"tf":1.0}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":3,"docs":{"37":{"tf":1.0},"45":{"tf":1.0},"8":{"tf":1.0}},"g":{"df":2,"docs":{"11":{"tf":1.0},"59":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"12":{"tf":1.0},"17":{"tf":1.0}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"r":{"df":8,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"3":{"tf":1.0},"48":{"tf":1.0},"6":{"tf":1.7320508075688772},"63":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"47":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"57":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":7,"docs":{"21":{"tf":1.0},"44":{"tf":2.0},"45":{"tf":1.7320508075688772},"48":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"17":{"tf":1.0},"48":{"tf":1.0},"60":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"20":{"tf":1.0},"21":{"tf":1.0},"60":{"tf":1.0}}}}}}},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"28":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"34":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"a":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":9,"docs":{"16":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"58":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"41":{"tf":1.0},"62":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":13,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"27":{"tf":1.0},"32":{"tf":2.449489742783178},"35":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.4142135623730951},"58":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"50":{"tf":1.0},"55":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":6,"docs":{"16":{"tf":1.0},"18":{"tf":1.4142135623730951},"3":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"48":{"tf":1.0},"63":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"13":{"tf":1.7320508075688772},"30":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"11":{"tf":1.0},"8":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}}}}}}},"v":{"df":1,"docs":{"45":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":16,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"47":{"tf":1.7320508075688772},"48":{"tf":2.23606797749979},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"14":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"62":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"37":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"63":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"38":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":3,"docs":{"0":{"tf":1.0},"53":{"tf":1.0},"63":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"41":{"tf":1.0},"47":{"tf":1.0}},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"31":{"tf":1.0}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":10,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"38":{"tf":1.4142135623730951},"4":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"58":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"22":{"tf":1.0},"30":{"tf":1.0},"58":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"\'":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"32":{"tf":1.7320508075688772}},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":2.0}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"26":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"[":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}},"df":9,"docs":{"12":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.0}},"n":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"p":{"/":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"30":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"l":{"df":6,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.7320508075688772}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":13,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":2.23606797749979},"7":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":3,"docs":{"12":{"tf":1.0},"56":{"tf":1.0},"63":{"tf":1.4142135623730951}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"55":{"tf":1.7320508075688772},"56":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},".":{"df":0,"docs":{},"g":{"df":9,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"63":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"55":{"tf":1.0}}}}}}},"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"12":{"tf":1.0}}}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":6,"docs":{"13":{"tf":1.0},"16":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"4":{"tf":1.0},"63":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"41":{"tf":1.0}}}}},"s":{"df":1,"docs":{"38":{"tf":1.0}},"i":{"df":1,"docs":{"17":{"tf":1.0}}}}},"df":1,"docs":{"12":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"b":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"3":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":7,"docs":{"0":{"tf":1.0},"21":{"tf":1.0},"26":{"tf":1.0},"45":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"d":{"df":4,"docs":{"16":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"41":{"tf":1.0},"52":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"10":{"tf":1.0},"34":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"15":{"tf":1.0},"3":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":5,"docs":{"10":{"tf":1.4142135623730951},"17":{"tf":1.0},"48":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":7,"docs":{"0":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.4142135623730951},"53":{"tf":1.0},"63":{"tf":1.4142135623730951}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":27,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"3":{"tf":1.4142135623730951},"35":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"58":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"7":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"r":{"(":{"\\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"55":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"51":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"2":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"a":{"df":0,"docs":{},"l":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":7,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"35":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0},"56":{"tf":1.0},"63":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"52":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":3,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":24,"docs":{"15":{"tf":1.0},"23":{"tf":1.7320508075688772},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.7320508075688772},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"54":{"tf":1.7320508075688772},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"63":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"40":{"tf":1.0},"63":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"r":{"df":8,"docs":{"0":{"tf":1.4142135623730951},"17":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"44":{"tf":1.0},"60":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951}},"s":{"(":{"1":{"df":3,"docs":{"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"2":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":6,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"58":{"tf":1.0},"63":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":3,"docs":{"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"55":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":39,"docs":{"1":{"tf":1.0},"12":{"tf":2.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":2.0},"19":{"tf":1.0},"20":{"tf":2.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"30":{"tf":1.7320508075688772},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"40":{"tf":1.7320508075688772},"41":{"tf":1.0},"48":{"tf":2.23606797749979},"50":{"tf":1.0},"51":{"tf":1.4142135623730951},"54":{"tf":2.0},"55":{"tf":2.23606797749979},"56":{"tf":2.23606797749979},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":2.23606797749979},"7":{"tf":2.0},"9":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"63":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"60":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"46":{"tf":1.0},"51":{"tf":1.0}}}},"s":{"df":2,"docs":{"46":{"tf":1.0},"50":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"46":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"—":{"a":{"d":{"df":0,"docs":{},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"20":{"tf":1.0},"21":{"tf":1.0},"60":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":9,"docs":{"13":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.4142135623730951},"49":{"tf":1.7320508075688772},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.4142135623730951},"63":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"16":{"tf":1.0}}}}}}},"}":{"\\"":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"56":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"f":{"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"15":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"12":{"tf":1.0},"50":{"tf":1.0},"62":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":9,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.4142135623730951},"46":{"tf":1.0},"52":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}},"k":{"df":0,"docs":{},"e":{"df":2,"docs":{"28":{"tf":1.0},"32":{"tf":1.0}}}},"l":{"df":0,"docs":{},"s":{"df":4,"docs":{"10":{"tf":1.0},"41":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}}}},"q":{"df":1,"docs":{"62":{"tf":1.7320508075688772}}},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"32":{"tf":1.0},"37":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0},"57":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"42":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"22":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"32":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":1,"docs":{"31":{"tf":1.0}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"22":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"44":{"tf":1.0},"62":{"tf":1.0}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"17":{"tf":1.0},"51":{"tf":1.0},"56":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"8":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"62":{"tf":1.0}}}}}}}}}},"t":{"df":6,"docs":{"15":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"54":{"tf":1.0}}},"x":{"df":1,"docs":{"8":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"35":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0}}},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"61":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"46":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":4,"docs":{"13":{"tf":1.0},"24":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"58":{"tf":1.0},"60":{"tf":1.0}}}}}}},"n":{"df":6,"docs":{"10":{"tf":1.0},"55":{"tf":2.449489742783178},"56":{"tf":2.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"o":{"c":{"df":0,"docs":{},"u":{"df":1,"docs":{"6":{"tf":1.0}},"s":{"df":3,"docs":{"0":{"tf":1.0},"15":{"tf":1.0},"41":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"35":{"tf":1.0},"4":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"t":{"!":{"(":{"\\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"4":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":13,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"2":{"tf":1.7320508075688772},"21":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"45":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}}}}}}}}},"df":22,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.4142135623730951},"2":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.4142135623730951},"4":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.7320508075688772},"5":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"60":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.4142135623730951}},"’":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"3":{"tf":1.0},"32":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":7,"docs":{"0":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"8":{"tf":1.0}}}}}}},"d":{"df":1,"docs":{"60":{"tf":1.0}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"g":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"3":{"tf":1.0},"61":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"40":{"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":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"50":{"tf":1.0},"55":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":8,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"33":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"48":{"tf":1.0},"55":{"tf":1.0},"63":{"tf":1.4142135623730951}}}}},"t":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"55":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"42":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"1":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"63":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"17":{"tf":1.0},"22":{"tf":1.0}}}},"df":0,"docs":{},"o":{"d":{"df":6,"docs":{"10":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"17":{"tf":1.0},"22":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"44":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"1":{"6":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":1,"docs":{"63":{"tf":1.0}}}},"w":{"df":1,"docs":{"57":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"14":{"tf":1.0},"48":{"tf":1.0},"59":{"tf":1.0}}},"df":0,"docs":{}}},"df":34,"docs":{"1":{"tf":1.0},"14":{"tf":1.7320508075688772},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"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}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"30":{"tf":1.0}}}},"n":{"d":{"df":1,"docs":{"12":{"tf":1.0}},"l":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"r":{"d":{"df":1,"docs":{"8":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"17":{"tf":1.0},"4":{"tf":1.0},"63":{"tf":1.0},"9":{"tf":1.7320508075688772}},"i":{"df":2,"docs":{"20":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":1,"docs":{"5":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"41":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.7320508075688772}}}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"0":{"tf":1.0},"56":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":9,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"29":{"tf":1.0},"4":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"39":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"13":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"58":{"tf":1.0},"62":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"58":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"i":{"[":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"20":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"a":{"df":9,"docs":{"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"55":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"i":{"df":33,"docs":{"14":{"tf":1.7320508075688772},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"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}},"i":{"df":12,"docs":{"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},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"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":3,"docs":{"23":{"tf":1.0},"27":{"tf":1.0},"54":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"42":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.7320508075688772}}}},"l":{"df":2,"docs":{"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"58":{"tf":1.0}}}}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":7,"docs":{"0":{"tf":1.0},"22":{"tf":1.0},"42":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":8,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"40":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"4":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"\\"":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"55":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"c":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"44":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"3":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"12":{"tf":1.0},"21":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":3,"docs":{"20":{"tf":1.4142135623730951},"50":{"tf":1.0},"55":{"tf":1.4142135623730951}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"50":{"tf":1.0},"55":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"46":{"tf":1.0}}}}}}},"df":2,"docs":{"38":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"44":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"61":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":4,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"3":{"tf":1.0},"58":{"tf":1.0}}}},"n":{"d":{"df":4,"docs":{"17":{"tf":1.0},"48":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"27":{"tf":1.0},"30":{"tf":1.0}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.4142135623730951},"28":{"tf":1.0},"3":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":3,"docs":{"28":{"tf":1.0},"58":{"tf":1.7320508075688772},"9":{"tf":2.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"5":{"tf":1.0}}}}}},"v":{"df":4,"docs":{"31":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"8":{"tf":1.0}},"t":{"df":1,"docs":{"3":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":3,"docs":{"3":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"u":{"df":2,"docs":{"41":{"tf":1.0},"55":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.0},"37":{"tf":1.0}}}}},"v":{"df":5,"docs":{"59":{"tf":1.7320508075688772},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0}}}},"j":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"g":{"df":4,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"63":{"tf":1.0}}}},"df":0,"docs":{}}},"k":{"8":{"df":7,"docs":{"16":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"46":{"tf":1.7320508075688772},"62":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"46":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"63":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":18,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.7320508075688772},"22":{"tf":1.4142135623730951},"26":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951}}}},"y":{"df":2,"docs":{"55":{"tf":1.0},"56":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"46":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"60":{"tf":1.4142135623730951}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"63":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"39":{"tf":1.4142135623730951},"4":{"tf":1.0},"58":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"28":{"tf":1.0}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"13":{"tf":1.0},"7":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"31":{"tf":1.0},"48":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"28":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"21":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"37":{"tf":1.0},"63":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"25":{"tf":1.0},"4":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"15":{"tf":1.7320508075688772},"21":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"53":{"tf":1.0},"60":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"63":{"tf":1.0}}}}},"df":0,"docs":{},"k":{"df":2,"docs":{"12":{"tf":1.0},"48":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.7320508075688772}}}}},"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"63":{"tf":1.0}}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"42":{"tf":1.0}}}},"t":{"df":1,"docs":{"3":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":14,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.7320508075688772},"58":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":2,"docs":{"12":{"tf":1.7320508075688772},"34":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"20":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":19,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.7320508075688772},"3":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.7320508075688772},"9":{"tf":1.0}}}}},"o":{"a":{"d":{"df":2,"docs":{"29":{"tf":1.4142135623730951},"46":{"tf":1.0}},"e":{"d":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"46":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"=":{"2":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"=":{"1":{"2":{"0":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"=":{"3":{"df":1,"docs":{"44":{"tf":1.0}}},"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":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":2,"docs":{"42":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951}}}}}}}},"df":12,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"35":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"4":{"tf":1.0},"41":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"58":{"tf":1.0},"62":{"tf":1.0}}},"t":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":6,"docs":{"41":{"tf":1.0},"44":{"tf":1.4142135623730951},"45":{"tf":1.7320508075688772},"55":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0}},"i":{"c":{"df":3,"docs":{"54":{"tf":1.0},"57":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{}},"s":{"/":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"46":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":5,"docs":{"10":{"tf":1.0},"17":{"tf":1.0},"48":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"39":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"30":{"tf":1.0},"62":{"tf":1.0}}},"p":{"df":3,"docs":{"22":{"tf":1.0},"37":{"tf":1.0},"6":{"tf":1.0}}},"s":{"df":1,"docs":{"15":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"63":{"tf":1.0}}}}}}},"w":{"df":1,"docs":{"29":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"r":{"df":2,"docs":{"12":{"tf":1.0},"4":{"tf":1.0}}},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"10":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"38":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"10":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"13":{"tf":1.0},"47":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":9,"docs":{"13":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"58":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}},"n":{"df":0,"docs":{},"i":{"df":6,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"60":{"tf":1.0}}},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"63":{"tf":1.0}}}}},"p":{"df":4,"docs":{"16":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"58":{"tf":1.0}}},"t":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"59":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"17":{"tf":1.0},"39":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}},"y":{"b":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":8,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"48":{"tf":1.0},"62":{"tf":1.0}}}}},"t":{"df":1,"docs":{"21":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"63":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"2":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"41":{"tf":1.0},"63":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"c":{"df":5,"docs":{"12":{"tf":1.0},"31":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"61":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"46":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"m":{"df":5,"docs":{"22":{"tf":1.0},"24":{"tf":1.0},"37":{"tf":1.0},"54":{"tf":1.0},"57":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"10":{"tf":1.7320508075688772},"60":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"61":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":4,"docs":{"41":{"tf":1.0},"50":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0}}}},"x":{"df":2,"docs":{"61":{"tf":1.0},"8":{"tf":1.0}},"e":{"d":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"30":{"tf":1.4142135623730951}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"45":{"tf":1.0}},"l":{"df":8,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"29":{"tf":1.0},"48":{"tf":2.23606797749979},"58":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"34":{"tf":1.0}}}},"df":2,"docs":{"44":{"tf":1.0},"50":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"57":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"13":{"tf":1.0},"22":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":8,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.4142135623730951},"34":{"tf":1.7320508075688772},"38":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":4,"docs":{"22":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"55":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"55":{"tf":1.0},"56":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"50":{"tf":1.0},"55":{"tf":1.0}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"df":2,"docs":{"29":{"tf":1.0},"9":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":8,"docs":{"21":{"tf":1.0},"3":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.0},"62":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"g":{"df":3,"docs":{"30":{"tf":1.0},"41":{"tf":1.0},"63":{"tf":1.0}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":12,"docs":{"0":{"tf":1.7320508075688772},"15":{"tf":1.0},"17":{"tf":1.0},"28":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"4":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.4142135623730951}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"32":{"tf":1.0},"63":{"tf":1.0}}}}},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"55":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":8,"docs":{"27":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.7320508075688772},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}}}}},"o":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"52":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":23,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"12":{"tf":1.4142135623730951},"15":{"tf":1.7320508075688772},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"2":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.4142135623730951},"32":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.7320508075688772},"48":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.4142135623730951},"61":{"tf":1.0},"63":{"tf":2.23606797749979}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":2,"docs":{"22":{"tf":1.0},"8":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"df":9,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.7320508075688772},"32":{"tf":1.0},"41":{"tf":1.0},"46":{"tf":1.0},"63":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"=":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"45":{"tf":1.0}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"41":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"=":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"e":{",":{"d":{"a":{"=":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"44":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"=":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"41":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"45":{"tf":1.0}},"e":{"=":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":2,"docs":{"45":{"tf":1.0},"46":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"21":{"tf":1.0},"44":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"o":{"[":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":17,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"48":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.7320508075688772},"9":{"tf":1.4142135623730951}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"22":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"48":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"12":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"58":{"tf":1.0},"60":{"tf":1.0}}}}}},"k":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"\\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"55":{"tf":1.0},"56":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":1,"docs":{"55":{"tf":1.0}}},"n":{"c":{"df":3,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0}}},"df":5,"docs":{"15":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"40":{"tf":1.0},"53":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"39":{"tf":1.0}}}}},"p":{"df":1,"docs":{"63":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":14,"docs":{"0":{"tf":1.0},"17":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"41":{"tf":2.23606797749979},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0}}}},"t":{"df":2,"docs":{"21":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"12":{"tf":1.0},"26":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"52":{"tf":1.0}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"58":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"63":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"21":{"tf":1.0},"62":{"tf":1.0},"7":{"tf":1.0}}}}}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"29":{"tf":1.4142135623730951}}}}},"df":1,"docs":{"28":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"p":{"df":1,"docs":{"41":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":9,"docs":{"12":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0},"63":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"3":{"tf":1.0},"6":{"tf":1.4142135623730951},"9":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"37":{"tf":1.0},"42":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.7320508075688772}}}}}}}}}},"p":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"12":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"28":{"tf":1.0}}},"k":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"16":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":4,"docs":{"1":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"33":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.0},"63":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"30":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}}}}},"t":{"df":62,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.7320508075688772},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.7320508075688772},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"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},"4":{"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.7320508075688772},"48":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.7320508075688772},"6":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":5,"docs":{"0":{"tf":1.0},"19":{"tf":1.0},"53":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"35":{"tf":1.0},"46":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":1,"docs":{"12":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"19":{"tf":1.0},"25":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":3,"docs":{"15":{"tf":1.0},"21":{"tf":2.449489742783178},"22":{"tf":1.0}}}}}}}},"df":3,"docs":{"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"28":{"tf":1.0}}}},"r":{"df":6,"docs":{"21":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":1.0},"33":{"tf":1.0},"63":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":3,"docs":{"0":{"tf":1.4142135623730951},"4":{"tf":1.0},"63":{"tf":1.4142135623730951}}}}}},"i":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"29":{"tf":1.4142135623730951},"34":{"tf":3.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":7,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"5":{"tf":1.7320508075688772},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"33":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"15":{"tf":1.0},"16":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"34":{"tf":1.4142135623730951},"38":{"tf":1.0}}}}}}}},"l":{"a":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":17,"docs":{"1":{"tf":1.0},"12":{"tf":2.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"20":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":2.0},"36":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"41":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"u":{"df":3,"docs":{"0":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0}},"g":{"df":1,"docs":{"54":{"tf":1.0}},"g":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"13":{"tf":1.0},"18":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"d":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"63":{"tf":1.0}},"e":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":5,"docs":{"37":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"3":{"tf":1.0}}}},"df":0,"docs":{}},"df":3,"docs":{"38":{"tf":1.0},"45":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"31":{"tf":1.0},"34":{"tf":1.0},"48":{"tf":1.0},"63":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"14":{"tf":1.0},"22":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"9":{"tf":1.0}}}}},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"63":{"tf":1.0}}}}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"15":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"35":{"tf":1.4142135623730951},"41":{"tf":2.0},"46":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0}}}}}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"26":{"tf":1.0},"41":{"tf":1.0}}}},"t":{"df":3,"docs":{"22":{"tf":1.0},"53":{"tf":1.0},"61":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"35":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":2.0}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.4142135623730951}}}}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"11":{"tf":1.0},"5":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"o":{"b":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":8,"docs":{"17":{"tf":1.0},"21":{"tf":1.0},"40":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.0},"63":{"tf":1.0}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":6,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0},"63":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":7,"docs":{"0":{"tf":1.0},"20":{"tf":1.0},"32":{"tf":1.0},"52":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"7":{"tf":1.7320508075688772}},"t":{"df":4,"docs":{"10":{"tf":1.0},"27":{"tf":1.0},"63":{"tf":1.7320508075688772},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.4142135623730951},"3":{"tf":1.0},"48":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"45":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"42":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"o":{"df":0,"docs":{},"f":{"df":2,"docs":{"45":{"tf":1.0},"63":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"33":{"tf":1.0},"63":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":9,"docs":{"0":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"21":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"62":{"tf":1.0},"7":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"10":{"tf":1.0},"55":{"tf":1.0}},"r":{"df":1,"docs":{"41":{"tf":1.0}}}},"i":{"d":{"df":4,"docs":{"32":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":3,"docs":{"12":{"tf":1.4142135623730951},"40":{"tf":1.0},"63":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"40":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"b":{"df":2,"docs":{"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"0":{"tf":1.0},"63":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"62":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"18":{"tf":1.0},"3":{"tf":1.0}}}}}}}},"q":{"a":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"42":{"tf":1.0},"59":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}}}}}},"r":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"12":{"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":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"33":{"tf":1.4142135623730951},"8":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"df":12,"docs":{"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"63":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"12":{"tf":1.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"55":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"l":{"df":4,"docs":{"40":{"tf":1.0},"55":{"tf":1.7320508075688772},"56":{"tf":1.4142135623730951},"63":{"tf":1.0}},"e":{"df":0,"docs":{},"—":{"a":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":12,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"26":{"tf":1.0},"32":{"tf":1.4142135623730951},"35":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772},"52":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.4142135623730951}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"58":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":4,"docs":{"0":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"54":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"1":{"tf":1.0},"3":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"63":{"tf":1.0},"7":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"52":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"22":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"19":{"tf":1.0},"62":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":3,"docs":{"13":{"tf":1.0},"21":{"tf":1.0},"62":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":14,"docs":{"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},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":2.0},"59":{"tf":1.0},"63":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"35":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"46":{"tf":1.0}}}}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"63":{"tf":1.0}}},"x":{"df":1,"docs":{"40":{"tf":1.0}}}},"df":1,"docs":{"7":{"tf":1.0}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"22":{"tf":1.0},"52":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"20":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"48":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":5,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.4142135623730951},"42":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":9,"docs":{"19":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"45":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":7,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"26":{"tf":1.0},"30":{"tf":1.0},"62":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"12":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":4,"docs":{"16":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"63":{"tf":1.4142135623730951}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":8,"docs":{"12":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"26":{"tf":1.4142135623730951},"34":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":5,"docs":{"22":{"tf":1.0},"35":{"tf":1.0},"5":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":3,"docs":{"0":{"tf":1.0},"63":{"tf":1.0},"9":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":3,"docs":{"51":{"tf":1.0},"55":{"tf":1.0},"63":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"15":{"tf":1.4142135623730951},"21":{"tf":1.0},"51":{"tf":1.0},"58":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":3,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"62":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"57":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"10":{"tf":1.0},"62":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":8,"docs":{"0":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.0},"63":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"c":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"50":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.7320508075688772},"56":{"tf":1.4142135623730951}}}}}}}}},"df":30,"docs":{"1":{"tf":1.0},"10":{"tf":2.0},"12":{"tf":1.7320508075688772},"13":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.7320508075688772},"20":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":2.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":2.23606797749979},"37":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"45":{"tf":1.7320508075688772},"46":{"tf":1.0},"48":{"tf":2.0},"5":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.7320508075688772},"62":{"tf":1.4142135623730951},"63":{"tf":2.449489742783178},"7":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":3,"docs":{"29":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.4142135623730951}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":25,"docs":{"12":{"tf":1.0},"13":{"tf":1.4142135623730951},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.7320508075688772},"36":{"tf":2.0},"37":{"tf":1.7320508075688772},"38":{"tf":1.7320508075688772},"39":{"tf":1.7320508075688772},"4":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"44":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772},"46":{"tf":1.7320508075688772},"48":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.7320508075688772},"58":{"tf":1.7320508075688772},"61":{"tf":1.7320508075688772},"62":{"tf":1.7320508075688772},"63":{"tf":2.0}},"’":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"40":{"tf":1.0}},"{":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"40":{"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":{},"i":{"df":0,"docs":{},"m":{"df":6,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"33":{"tf":1.0},"40":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"40":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"54":{"tf":1.7320508075688772},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"53":{"tf":1.0}},"t":{"df":0,"docs":{},"y":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"m":{"df":0,"docs":{},"e":{"df":6,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"35":{"tf":1.4142135623730951},"58":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"41":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":3,"docs":{"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.7320508075688772}}}}}}}},"df":0,"docs":{}}}}},"df":31,"docs":{"1":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.7320508075688772},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":2.23606797749979},"16":{"tf":1.7320508075688772},"17":{"tf":2.23606797749979},"18":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":2.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"27":{"tf":1.0},"34":{"tf":2.0},"35":{"tf":2.23606797749979},"36":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"48":{"tf":2.6457513110645907},"5":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":2.23606797749979},"59":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":2.0},"62":{"tf":1.7320508075688772},"63":{"tf":2.23606797749979},"8":{"tf":1.0}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"29":{"tf":1.0},"39":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"41":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":5,"docs":{"22":{"tf":1.0},"29":{"tf":1.0},"44":{"tf":1.0},"63":{"tf":1.4142135623730951},"7":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"d":{"df":8,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0}}},"df":5,"docs":{"17":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"26":{"tf":1.0},"35":{"tf":1.0}}}},"df":0,"docs":{}},"f":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":3,"docs":{"21":{"tf":1.0},"55":{"tf":1.7320508075688772},"56":{"tf":1.7320508075688772}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"8":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"31":{"tf":1.0}}},"v":{"df":1,"docs":{"58":{"tf":1.0}},"i":{"c":{"df":5,"docs":{"0":{"tf":1.0},"38":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":11,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"24":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"60":{"tf":1.4142135623730951},"63":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"16":{"tf":1.0},"38":{"tf":1.0},"61":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":18,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":8,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.7320508075688772}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"0":{"tf":1.0},"10":{"tf":1.4142135623730951},"62":{"tf":1.0}}}},"w":{"df":4,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"27":{"tf":1.0},"54":{"tf":1.0}}}}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":13,"docs":{"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.7320508075688772},"41":{"tf":1.4142135623730951},"46":{"tf":1.0},"52":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.7320508075688772},"9":{"tf":2.0}},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"46":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"24":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"28":{"tf":1.4142135623730951},"32":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":3,"docs":{"12":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0}}}}},"t":{"df":1,"docs":{"15":{"tf":1.0}}},"z":{"df":0,"docs":{},"e":{"df":1,"docs":{"9":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"63":{"tf":1.7320508075688772},"7":{"tf":1.0}}},"w":{"df":3,"docs":{"28":{"tf":1.0},"61":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"42":{"tf":1.0}}}},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"17":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":8,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"51":{"tf":1.0},"56":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"3":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":1,"docs":{"63":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":8,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"26":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0},"5":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0}},"i":{"df":2,"docs":{"17":{"tf":1.0},"63":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"e":{"d":{"df":3,"docs":{"22":{"tf":1.0},"36":{"tf":1.0},"62":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"63":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"38":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"34":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"61":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"22":{"tf":1.0},"61":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"55":{"tf":1.0}}}}}}},"df":0,"docs":{}},"_":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"51":{"tf":1.0},"56":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":13,"docs":{"12":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.7320508075688772},"48":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":5,"docs":{"12":{"tf":1.0},"22":{"tf":1.0},"29":{"tf":1.0},"63":{"tf":1.7320508075688772},"9":{"tf":1.7320508075688772}}},"i":{"c":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}}},"y":{"df":5,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"31":{"tf":1.0},"56":{"tf":1.4142135623730951},"62":{"tf":1.0}}}},"d":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{":":{":":{"a":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"55":{"tf":1.0}}},"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":{},"p":{"df":2,"docs":{"21":{"tf":1.0},"41":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"28":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"62":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":3,"docs":{"12":{"tf":1.0},"48":{"tf":1.0},"63":{"tf":1.0}}}},"r":{"df":2,"docs":{"55":{"tf":1.0},"56":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"63":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"25":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"55":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"b":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"60":{"tf":1.4142135623730951}}}}}},"u":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"24":{"tf":1.0},"28":{"tf":1.4142135623730951},"30":{"tf":1.0}}}},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"6":{"tf":1.0}}}}},"df":7,"docs":{"0":{"tf":1.4142135623730951},"17":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"30":{"tf":1.4142135623730951},"63":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"0":{"tf":1.0},"63":{"tf":1.0}}}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"39":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"59":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"13":{"tf":1.0},"22":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"61":{"tf":1.0}}}}}}},"n":{"c":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"27":{"tf":1.0},"28":{"tf":1.4142135623730951},"32":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":8,"docs":{"20":{"tf":1.4142135623730951},"26":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":2.23606797749979},"9":{"tf":1.4142135623730951}}}}}}}},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"45":{"tf":1.0}}},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"7":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"56":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":4,"docs":{"17":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.7320508075688772},"62":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"48":{"tf":1.0}}}}},"d":{"df":3,"docs":{"20":{"tf":1.0},"40":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":3,"docs":{"22":{"tf":1.0},"3":{"tf":1.4142135623730951},"60":{"tf":1.0}}},"r":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"41":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"21":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"=":{"9":{"0":{"9":{"1":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":35,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.4142135623730951},"15":{"tf":2.0},"16":{"tf":1.7320508075688772},"17":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.7320508075688772},"30":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.4142135623730951},"48":{"tf":1.0},"5":{"tf":2.0},"50":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"6":{"tf":1.7320508075688772},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.7320508075688772},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"52":{"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":{"51":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"{":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"56":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"55":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"55":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"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":{},"t":{":":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":2,"docs":{"45":{"tf":1.0},"46":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"7":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"13":{"tf":1.0},"35":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"e":{"df":14,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.4142135623730951},"31":{"tf":1.7320508075688772},"37":{"tf":1.0},"41":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"7":{"tf":2.23606797749979}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.0}}}}},"r":{"df":1,"docs":{"28":{"tf":1.4142135623730951}}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"15":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"31":{"tf":1.0},"33":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":24,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"33":{"tf":2.0},"35":{"tf":1.0},"4":{"tf":1.7320508075688772},"45":{"tf":1.0},"48":{"tf":1.7320508075688772},"53":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"58":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"8":{"tf":1.0}},"y":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"g":{"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":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"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":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"60":{"tf":1.0},"63":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":3,"docs":{"15":{"tf":1.0},"40":{"tf":1.0},"58":{"tf":1.0}}},"k":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":16,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"26":{"tf":1.4142135623730951},"29":{"tf":1.7320508075688772},"3":{"tf":1.0},"4":{"tf":1.7320508075688772},"40":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"63":{"tf":1.4142135623730951},"8":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"54":{"tf":1.0},"60":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":16,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"21":{"tf":1.0},"24":{"tf":2.0},"25":{"tf":2.0},"26":{"tf":1.0},"34":{"tf":1.0},"40":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.7320508075688772},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"5":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"63":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"16":{"tf":1.7320508075688772}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"41":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"19":{"tf":1.0},"30":{"tf":1.0},"63":{"tf":1.4142135623730951}}}}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.7320508075688772}}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"29":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":3,"docs":{"22":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"36":{"tf":1.0},"4":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":1,"docs":{"24":{"tf":1.0}}}},"x":{"df":1,"docs":{"7":{"tf":1.0}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"63":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"36":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"28":{"tf":1.0},"3":{"tf":1.4142135623730951},"48":{"tf":1.0},"50":{"tf":1.0},"63":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"56":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":1,"docs":{"58":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"17":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"16":{"tf":1.0},"42":{"tf":1.4142135623730951}}}},"df":20,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.4142135623730951},"29":{"tf":1.0},"35":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"55":{"tf":2.23606797749979},"56":{"tf":1.7320508075688772},"58":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"df":35,"docs":{"14":{"tf":1.7320508075688772},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"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},"60":{"tf":1.0},"9":{"tf":1.7320508075688772}}}},"i":{"df":0,"docs":{},"z":{"df":2,"docs":{"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"16":{"tf":1.0}}}},"x":{"df":0,"docs":{},"o":{"df":1,"docs":{"63":{"tf":1.4142135623730951}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"2":{"df":3,"docs":{"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"3":{"df":1,"docs":{"8":{"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":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":18,"docs":{"0":{"tf":2.0},"13":{"tf":1.0},"17":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.7320508075688772},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"31":{"tf":1.0},"33":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.0},"60":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":2.0}}},"df":0,"docs":{}},"u":{"df":2,"docs":{"30":{"tf":1.0},"63":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"33":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"63":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"45":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"!":{"[":{"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":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":1,"docs":{"55":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"10":{"tf":1.0},"62":{"tf":1.0}},"f":{"df":2,"docs":{"13":{"tf":1.0},"32":{"tf":1.0}},"i":{"df":6,"docs":{"20":{"tf":1.0},"28":{"tf":1.0},"41":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"i":{"a":{"df":2,"docs":{"0":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"16":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"[":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"12":{"tf":1.0},"35":{"tf":1.0},"63":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":2.23606797749979}},"e":{"df":0,"docs":{},"t":{"df":14,"docs":{"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"29":{"tf":1.4142135623730951}}}},"y":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":1,"docs":{"12":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"21":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"60":{"tf":1.0},"63":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"61":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":10,"docs":{"10":{"tf":1.4142135623730951},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"20":{"tf":1.0},"35":{"tf":1.0},"48":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":4,"docs":{"38":{"tf":1.0},"50":{"tf":1.0},"57":{"tf":1.4142135623730951},"61":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"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":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"5":{"df":1,"docs":{"10":{"tf":1.0}}},"6":{"0":{"df":2,"docs":{"10":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":1,"docs":{"63":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"0":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"31":{"tf":1.0},"9":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"32":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":3,"docs":{"3":{"tf":1.0},"42":{"tf":1.0},"6":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"58":{"tf":1.7320508075688772}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":37,"docs":{"1":{"tf":1.0},"12":{"tf":2.23606797749979},"13":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.7320508075688772},"18":{"tf":2.0},"19":{"tf":2.449489742783178},"20":{"tf":2.23606797749979},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"24":{"tf":1.7320508075688772},"25":{"tf":2.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.0},"28":{"tf":1.7320508075688772},"29":{"tf":1.7320508075688772},"30":{"tf":1.0},"35":{"tf":1.7320508075688772},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"48":{"tf":2.23606797749979},"50":{"tf":1.7320508075688772},"51":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":2.0},"55":{"tf":2.6457513110645907},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.7320508075688772},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":2.23606797749979}},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"15":{"tf":2.0},"16":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"d":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"44":{"tf":1.0},"5":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"e":{"df":1,"docs":{"62":{"tf":1.0}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":2,"docs":{"29":{"tf":1.0},"63":{"tf":1.0}}}}}}}},"title":{"root":{"2":{"df":1,"docs":{"24":{"tf":1.0}}},"a":{"d":{"df":4,"docs":{"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"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":{"17":{"tf":1.0}}}}}}}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"z":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":2,"docs":{"26":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"26":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":1,"docs":{"42":{"tf":1.0}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"40":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"38":{"tf":1.0},"45":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"56":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"60":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"60":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"58":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"31":{"tf":1.0},"32":{"tf":1.0}}}}}}}},"d":{"a":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"32":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"47":{"tf":1.0},"48":{"tf":1.0}}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"38":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"32":{"tf":1.0}},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"l":{"df":1,"docs":{"60":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":4,"docs":{"23":{"tf":1.0},"27":{"tf":1.0},"43":{"tf":1.0},"54":{"tf":1.0}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"18":{"tf":1.0},"20":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}}}}}},"f":{"a":{"df":0,"docs":{},"q":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"49":{"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":{"33":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"63":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"14":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"i":{"df":1,"docs":{"14":{"tf":1.0}},"i":{"df":1,"docs":{"47":{"tf":1.0}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"58":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"v":{"df":1,"docs":{"59":{"tf":1.0}}}},"k":{"8":{"df":1,"docs":{"46":{"tf":1.0}}},"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"39":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"26":{"tf":1.0}}}}},"o":{"a":{"d":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"37":{"tf":1.0},"44":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"10":{"tf":1.0}}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"30":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"48":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"28":{"tf":1.0}}}}}}},"w":{"df":1,"docs":{"54":{"tf":1.0}}}}},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"9":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"29":{"tf":1.0}}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"14":{"tf":1.0},"2":{"tf":1.0},"47":{"tf":1.0},"59":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"34":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}}}}}}},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"o":{"b":{"df":0,"docs":{},"e":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"55":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"47":{"tf":1.0},"58":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":4,"docs":{"10":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"52":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":6,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"48":{"tf":1.0},"61":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"24":{"tf":1.0},"55":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"56":{"tf":1.0}}}},"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"28":{"tf":1.0}}}}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"7":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"33":{"tf":1.0},"53":{"tf":1.0}}}}}}}},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"24":{"tf":1.0},"25":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":1,"docs":{"16":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"29":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"10":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"57":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":9,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"lang":"English","pipeline":["trimmer","stopWordFilter","stemmer"],"ref":"id","version":"0.9.5"},"results_options":{"limit_results":30,"teaser_word_count":30},"search_options":{"bool":"OR","expand":true,"fields":{"body":{"boost":1},"breadcrumbs":{"boost":1},"title":{"boost":2}}}}')); \ No newline at end of file diff --git a/docs/searchindex-f748cc66.js b/docs/searchindex-f748cc66.js new file mode 100644 index 0000000..69f76c1 --- /dev/null +++ b/docs/searchindex-f748cc66.js @@ -0,0 +1 @@ +window.search = Object.assign(window.search, JSON.parse('{"doc_urls":["project-context-primer.html#project-context-primer","what-you-will-learn.html#what-you-will-learn","part-i.html#part-i--foundations","introduction.html#introduction","architecture-overview.html#architecture-overview","testing-philosophy.html#testing-philosophy","testing-philosophy.html#declarative-over-imperative","testing-philosophy.html#protocol-time-not-wall-time","testing-philosophy.html#determinism-first-chaos-when-needed","testing-philosophy.html#observable-health-signals","testing-philosophy.html#minimum-run-windows","testing-philosophy.html#summary","scenario-lifecycle.html#scenario-lifecycle-conceptual","design-rationale.html#design-rationale","part-ii.html#part-ii--user-guide","workspace-layout.html#workspace-layout","annotated-tree.html#annotated-tree","authoring-scenarios.html#authoring-scenarios","workloads.html#core-content-workloads--expectations","workloads.html#workloads","workloads.html#expectations","scenario-builder-ext-patterns.html#core-content-scenariobuilderext-patterns","best-practices.html#best-practices","examples.html#examples","examples.html#simple-2-validator-transaction-workload","examples.html#da--transaction-workload","examples.html#chaos--liveness-check","examples-advanced.html#advanced--artificial-examples","examples-advanced.html#synthetic-delay-workload-network-latency-simulation","examples-advanced.html#oscillating-load-workload-traffic-waves","examples-advanced.html#byzantine-behavior-mock","examples-advanced.html#custom-expectation-block-finality-drift","examples-advanced.html#custom-deployer-dry-run-deployer","examples-advanced.html#stochastic-topology-generator","examples-advanced.html#multi-phase-scenario-pipelines","running-scenarios.html#running-scenarios","runners.html#runners","runners.html#local-runner","runners.html#docker-compose-runner","runners.html#kubernetes-runner","runners.html#common-expectations","operations.html#operations","part-iii.html#part-iii--developer-reference","scenario-model.html#scenario-model-developer-level","extending.html#extending-the-framework","extending.html#adding-a-workload","extending.html#adding-an-expectation","extending.html#adding-a-runner","extending.html#adding-topology-helpers","custom-workload-example.html#example-new-workload--expectation-rust","custom-workload-example.html#workload-simple-reachability-probe","custom-workload-example.html#expectation-confirm-the-target-stayed-reachable","custom-workload-example.html#how-to-wire-it","internal-crate-reference.html#internal-crate-reference","part-iv.html#part-iv--appendix","dsl-cheat-sheet.html#core-content-dsl-cheat-sheet","troubleshooting.html#troubleshooting-scenarios","faq.html#faq","glossary.html#glossary"],"index":{"documentStore":{"docInfo":{"0":{"body":67,"breadcrumbs":6,"title":3},"1":{"body":26,"breadcrumbs":2,"title":1},"10":{"body":40,"breadcrumbs":7,"title":3},"11":{"body":26,"breadcrumbs":5,"title":1},"12":{"body":102,"breadcrumbs":8,"title":3},"13":{"body":68,"breadcrumbs":6,"title":2},"14":{"body":10,"breadcrumbs":8,"title":4},"15":{"body":94,"breadcrumbs":8,"title":2},"16":{"body":59,"breadcrumbs":8,"title":2},"17":{"body":101,"breadcrumbs":8,"title":2},"18":{"body":18,"breadcrumbs":12,"title":4},"19":{"body":38,"breadcrumbs":9,"title":1},"2":{"body":10,"breadcrumbs":4,"title":2},"20":{"body":54,"breadcrumbs":9,"title":1},"21":{"body":84,"breadcrumbs":12,"title":4},"22":{"body":96,"breadcrumbs":8,"title":2},"23":{"body":14,"breadcrumbs":6,"title":1},"24":{"body":28,"breadcrumbs":10,"title":5},"25":{"body":31,"breadcrumbs":8,"title":3},"26":{"body":37,"breadcrumbs":8,"title":3},"27":{"body":19,"breadcrumbs":10,"title":3},"28":{"body":41,"breadcrumbs":13,"title":6},"29":{"body":37,"breadcrumbs":12,"title":5},"3":{"body":84,"breadcrumbs":4,"title":1},"30":{"body":34,"breadcrumbs":10,"title":3},"31":{"body":41,"breadcrumbs":12,"title":5},"32":{"body":39,"breadcrumbs":12,"title":5},"33":{"body":35,"breadcrumbs":10,"title":3},"34":{"body":40,"breadcrumbs":11,"title":4},"35":{"body":75,"breadcrumbs":8,"title":2},"36":{"body":20,"breadcrumbs":6,"title":1},"37":{"body":16,"breadcrumbs":7,"title":2},"38":{"body":23,"breadcrumbs":8,"title":3},"39":{"body":17,"breadcrumbs":7,"title":2},"4":{"body":93,"breadcrumbs":6,"title":2},"40":{"body":43,"breadcrumbs":7,"title":2},"41":{"body":130,"breadcrumbs":6,"title":1},"42":{"body":10,"breadcrumbs":8,"title":4},"43":{"body":116,"breadcrumbs":12,"title":4},"44":{"body":0,"breadcrumbs":8,"title":2},"45":{"body":39,"breadcrumbs":8,"title":2},"46":{"body":21,"breadcrumbs":8,"title":2},"47":{"body":29,"breadcrumbs":8,"title":2},"48":{"body":21,"breadcrumbs":9,"title":3},"49":{"body":19,"breadcrumbs":14,"title":5},"5":{"body":17,"breadcrumbs":6,"title":2},"50":{"body":120,"breadcrumbs":13,"title":4},"51":{"body":67,"breadcrumbs":14,"title":5},"52":{"body":24,"breadcrumbs":10,"title":1},"53":{"body":91,"breadcrumbs":10,"title":3},"54":{"body":10,"breadcrumbs":6,"title":3},"55":{"body":84,"breadcrumbs":11,"title":5},"56":{"body":86,"breadcrumbs":7,"title":2},"57":{"body":99,"breadcrumbs":5,"title":1},"58":{"body":78,"breadcrumbs":5,"title":1},"6":{"body":36,"breadcrumbs":7,"title":3},"7":{"body":86,"breadcrumbs":8,"title":4},"8":{"body":52,"breadcrumbs":8,"title":4},"9":{"body":51,"breadcrumbs":7,"title":3}},"docs":{"0":{"body":"This book focuses on the Nomos Testing Framework. It assumes familiarity with\\nthe Nomos architecture, but for completeness, here is a short primer. Nomos is a modular blockchain protocol composed of validators, executors,\\nand a data-availability (DA) subsystem. Validators participate in consensus and produce blocks. Executors run application logic or off-chain computations referenced by\\nblocks. Data Availability (DA) ensures that data referenced in blocks is\\npublished and retrievable, including blobs or channel data used by workloads. These roles interact tightly, which is why meaningful testing must be performed\\nin multi-node environments that include real networking, timing, and DA\\ninteraction.","breadcrumbs":"Project Context Primer » Project Context Primer","id":"0","title":"Project Context Primer"},"1":{"body":"This book gives you a clear mental model for Nomos multi-node testing, shows how\\nto author scenarios that pair realistic workloads with explicit expectations,\\nand guides you to run them across local, containerized, and cluster environments\\nwithout changing the plan.","breadcrumbs":"What You Will Learn » What You Will Learn","id":"1","title":"What You Will Learn"},"10":{"body":"Always run long enough for meaningful block production: #![allow(unused)] fn main() {\\n// Bad: too short\\n.with_run_duration(Duration::from_secs(5)) // Maybe 0-1 blocks // Good: enough blocks for assertions\\n.with_run_duration(Duration::from_secs(60)) // ~10+ blocks } The framework enforces minimum durations, but be explicit. Very short runs\\nrisk false confidence—one lucky block doesn’t prove liveness.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Minimum Run Windows","id":"10","title":"Minimum Run Windows"},"11":{"body":"These principles keep scenarios: Portable across environments (protocol time, declarative) Debuggable (determinism, separation of concerns) Meaningful (observable signals, sufficient duration) When authoring scenarios, ask: “Does this test the protocol behavior or\\nmy local environment quirks?”","breadcrumbs":"Part I — Foundations » Testing Philosophy » Summary","id":"11","title":"Summary"},"12":{"body":"Build the plan: Declare a topology, attach workloads and expectations, and set the run window. The plan is the single source of truth for what will happen. Deploy: Hand the plan to a runner. It provisions the environment on the chosen backend and waits for nodes to signal readiness. Drive workloads: Start traffic and behaviors (transactions, data-availability activity, restarts) for the planned duration. Observe blocks and signals: Track block progression and other high-level metrics during or after the run window to ground assertions in protocol time. Evaluate expectations: Once activity stops (and optional cooldown completes), check liveness and workload-specific outcomes to decide pass or fail. Cleanup: Tear down resources so successive runs start fresh and do not inherit leaked state. flowchart LR P[Plan
topology + workloads + expectations] --> D[Deploy
runner provisions] D --> R[Readiness
wait for nodes] R --> W[Drive Workloads] W --> O[Observe
blocks/metrics] O --> E[Evaluate Expectations] E --> C[Cleanup]","breadcrumbs":"Part I — Foundations » Scenario Lifecycle (Conceptual) » Scenario Lifecycle (Conceptual)","id":"12","title":"Scenario Lifecycle (Conceptual)"},"13":{"body":"Modular crates keep configuration, orchestration, workloads, and runners decoupled so each can evolve without breaking the others. Pluggable runners let the same scenario run on a laptop, a Docker host, or a Kubernetes cluster, making validation portable across environments. Separated workloads and expectations clarify intent: what traffic to generate versus how to judge success. This simplifies review and reuse. Declarative topology makes cluster shape explicit and repeatable, reducing surprise when moving between CI and developer machines. Maintainability through predictability: a clear flow from plan to deployment to verification lowers the cost of extending the framework and interpreting failures.","breadcrumbs":"Part I — Foundations » Design Rationale » Design Rationale","id":"13","title":"Design Rationale"},"14":{"body":"Practical guidance for shaping scenarios, combining workloads and expectations,\\nand running them across different environments.","breadcrumbs":"Part II — User Guide » Part II — User Guide","id":"14","title":"Part II — User Guide"},"15":{"body":"The workspace focuses on multi-node integration testing and sits alongside a nomos-node checkout. Its crates separate concerns to keep scenarios\\nrepeatable and portable: Configs: prepares high-level node, network, tracing, and wallet settings\\nused across test environments. Core scenario orchestration: the engine that holds topology descriptions,\\nscenario plans, runtimes, workloads, and expectations. Workflows: ready-made workloads (transactions, data-availability, chaos)\\nand reusable expectations assembled into a user-facing DSL. Runners: deployment backends for local processes, Docker Compose, and\\nKubernetes, all consuming the same scenario plan. Test workflows: example scenarios and integration checks that show how\\nthe pieces fit together. This split keeps configuration, orchestration, reusable traffic patterns, and\\ndeployment adapters loosely coupled while sharing one mental model for tests.","breadcrumbs":"Part II — User Guide » Workspace Layout » Workspace Layout","id":"15","title":"Workspace Layout"},"16":{"body":"High-level view of the workspace and how pieces relate: nomos-testing/\\n├─ testing-framework/\\n│ ├─ configs/ # shared configuration helpers\\n│ ├─ core/ # scenario model, runtime, topology\\n│ ├─ workflows/ # workloads, expectations, DSL extensions\\n│ └─ runners/ # local, compose, k8s deployment backends\\n├─ tests/ # integration scenarios using the framework\\n└─ scripts/ # supporting setup utilities (e.g., assets) Each area maps to a responsibility: describe configs, orchestrate scenarios,\\npackage common traffic and assertions, adapt to environments, and demonstrate\\nend-to-end usage.","breadcrumbs":"Part II — User Guide » Annotated Tree » Annotated Tree","id":"16","title":"Annotated Tree"},"17":{"body":"Creating a scenario is a declarative exercise: Shape the topology: decide how many validators and executors to run, and\\nwhat high-level network and data-availability characteristics matter for the\\ntest. Attach workloads: pick traffic generators that align with your goals\\n(transactions, data-availability blobs, or chaos for resilience probes). Define expectations: specify the health signals that must hold when the\\nrun finishes (e.g., consensus liveness, inclusion of submitted activity; see Core Content: Workloads & Expectations). Set duration: choose a run window long enough to observe meaningful\\nblock progression and the effects of your workloads. Choose a runner: target local processes for fast iteration, Docker\\nCompose for reproducible multi-node stacks, or Kubernetes for cluster-grade\\nvalidation. For environment considerations, see Operations. Keep scenarios small and explicit: make the intended behavior and the success\\ncriteria clear so failures are easy to interpret and act upon.","breadcrumbs":"Part II — User Guide » Authoring Scenarios » Authoring Scenarios","id":"17","title":"Authoring Scenarios"},"18":{"body":"Workloads describe the activity a scenario generates; expectations describe the\\nsignals that must hold when that activity completes. Both are pluggable so\\nscenarios stay readable and purpose-driven.","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Core Content: Workloads & Expectations","id":"18","title":"Core Content: Workloads & Expectations"},"19":{"body":"Transaction workload: submits user-level transactions at a configurable\\nrate and can limit how many distinct actors participate. Data-availability workload: drives blob and channel activity to exercise\\ndata-availability paths. Chaos workload: triggers controlled node restarts to test resilience and\\nrecovery behaviors (requires a runner that can control nodes).","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Workloads","id":"19","title":"Workloads"},"2":{"body":"Conceptual chapters that establish the mental model for the framework and how\\nit approaches multi-node testing.","breadcrumbs":"Part I — Foundations » Part I — Foundations","id":"2","title":"Part I — Foundations"},"20":{"body":"Consensus liveness: verifies the system continues to produce blocks in\\nline with the planned workload and timing window. Workload-specific checks: each workload can attach its own success\\ncriteria (e.g., inclusion of submitted activity) so scenarios remain concise. Together, workloads and expectations let you express both the pressure applied\\nto the system and the definition of “healthy” for that run. flowchart TD I[Inputs
(topology + wallets + rates)] --> Init[Workload init] Init --> Drive[Drive traffic] Drive --> Collect[Collect signals] Collect --> Eval[Expectations evaluate]","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Expectations","id":"20","title":"Expectations"},"21":{"body":"Patterns that keep scenarios readable and reusable: Topology-first: start by shaping the cluster (counts, layout) so later\\nsteps inherit a clear foundation. Bundle defaults: use the DSL helpers to attach common expectations (like\\nliveness) whenever you add a matching workload, reducing forgotten checks. Intentional rates: express traffic in per-block terms to align with\\nprotocol timing rather than wall-clock assumptions. Opt-in chaos: enable restart patterns only in scenarios meant to probe\\nresilience; keep functional smoke tests deterministic. Wallet clarity: seed only the number of actors you need; it keeps\\ntransaction scenarios deterministic and interpretable. These patterns make scenario definitions self-explanatory while staying aligned\\nwith the framework’s block-oriented timing model.","breadcrumbs":"Part II — User Guide » Core Content: ScenarioBuilderExt Patterns » Core Content: ScenarioBuilderExt Patterns","id":"21","title":"Core Content: ScenarioBuilderExt Patterns"},"22":{"body":"State your intent: document the goal of each scenario (throughput, DA\\nvalidation, resilience) so expectation choices are obvious. Keep runs meaningful: choose durations that allow multiple blocks and make\\ntiming-based assertions trustworthy. Separate concerns: start with deterministic workloads for functional\\nchecks; add chaos in dedicated resilience scenarios to avoid noisy failures. Reuse patterns: standardize on shared topology and workload presets so\\nresults are comparable across environments and teams. Observe first, tune second: rely on liveness and inclusion signals to\\ninterpret outcomes before tweaking rates or topology. Environment fit: pick runners that match the feedback loop you need—local\\nfor speed, compose for reproducible stacks, k8s for cluster-grade fidelity. Minimal surprises: seed only necessary wallets and keep configuration\\ndeltas explicit when moving between CI and developer machines.","breadcrumbs":"Part II — User Guide » Best Practices » Best Practices","id":"22","title":"Best Practices"},"23":{"body":"Concrete scenario shapes that illustrate how to combine topologies, workloads,\\nand expectations. Adjust counts, rates, and durations to fit your environment.","breadcrumbs":"Part II — User Guide » Examples » Examples","id":"23","title":"Examples"},"24":{"body":"Topology: two validators. Workload: transaction submissions at a modest per-block rate with a small\\nset of wallet actors. Expectations: consensus liveness and inclusion of submitted activity. When to use: smoke tests for consensus and transaction flow on minimal\\nhardware.","breadcrumbs":"Part II — User Guide » Examples » Simple 2-validator transaction workload","id":"24","title":"Simple 2-validator transaction workload"},"25":{"body":"Topology: validators plus executors if available. Workloads: data-availability blobs/channels and transactions running\\ntogether to stress both paths. Expectations: consensus liveness and workload-level inclusion/availability\\nchecks. When to use: end-to-end coverage of transaction and DA layers in one run.","breadcrumbs":"Part II — User Guide » Examples » DA + transaction workload","id":"25","title":"DA + transaction workload"},"26":{"body":"Topology: validators (optionally executors) with node control enabled. Workloads: baseline traffic (transactions or DA) plus chaos restarts on\\nselected roles. Expectations: consensus liveness to confirm the system keeps progressing\\ndespite restarts; workload-specific inclusion if traffic is present. When to use: resilience validation and operational readiness drills.","breadcrumbs":"Part II — User Guide » Examples » Chaos + liveness check","id":"26","title":"Chaos + liveness check"},"27":{"body":"These illustrative scenarios stretch the framework to show how to build new\\nworkloads, expectations, deployers, and topology tricks. They are intentionally\\n“synthetic” to teach capabilities rather than prescribe production tests.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Advanced & Artificial Examples","id":"27","title":"Advanced & Artificial Examples"},"28":{"body":"Idea: inject fake latency between node interactions using internal timers,\\nnot OS-level tooling. Demonstrates: sequencing control inside a workload, verifying protocol\\nprogression under induced lag, using timers to pace submissions. Shape: wrap submissions in delays that mimic slow peers; ensure the\\nexpectation checks blocks still progress.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Synthetic Delay Workload (Network Latency Simulation)","id":"28","title":"Synthetic Delay Workload (Network Latency Simulation)"},"29":{"body":"Idea: traffic rate changes every block or N seconds (e.g., blocks 1–3 low,\\n4–5 high, 6–7 zero, repeat). Demonstrates: dynamic, stateful workloads that use RunMetrics to time\\nphases; modeling real-world burstiness. Shape: schedule per-phase rates; confirm inclusion/liveness across peaks\\nand troughs.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Oscillating Load Workload (Traffic Waves)","id":"29","title":"Oscillating Load Workload (Traffic Waves)"},"3":{"body":"The Nomos Testing Framework is a purpose-built toolkit for exercising Nomos in\\nrealistic, multi-node environments. It solves the gap between small, isolated\\ntests and full-system validation by letting teams describe a cluster layout,\\ndrive meaningful traffic, and assert the outcomes in one coherent plan. It is for protocol engineers, infrastructure operators, and QA teams who need\\nrepeatable confidence that validators, executors, and data-availability\\ncomponents work together under network and timing constraints. Multi-node integration testing is required because many Nomos behaviors—block\\nprogress, data availability, liveness under churn—only emerge when several\\nroles interact over real networking and time. This framework makes those checks\\ndeclarative, observable, and portable across environments.","breadcrumbs":"Part I — Foundations » Introduction » Introduction","id":"3","title":"Introduction"},"30":{"body":"Idea: a workload that drops half its planned submissions, sometimes\\ndouble-submits, and intentionally triggers expectation failures. Demonstrates: negative testing, resilience checks, and the value of clear\\nexpectations when behavior is adversarial by design. Shape: parameterize drop/double-submit probabilities; pair with an\\nexpectation that documents what “bad” looks like.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Byzantine Behavior Mock","id":"30","title":"Byzantine Behavior Mock"},"31":{"body":"Idea: assert the last few blocks differ and block time stays within a\\ntolerated drift budget. Demonstrates: consuming BlockFeed or time-series metrics to validate\\nprotocol cadence; crafting post-run assertions around block diversity and\\ntiming. Shape: collect recent blocks, confirm no duplicates, and compare observed\\nintervals to a drift threshold.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Custom Expectation: Block Finality Drift","id":"31","title":"Custom Expectation: Block Finality Drift"},"32":{"body":"Idea: a deployer that never starts nodes; it emits configs, simulates\\nreadiness, provides fake blockfeed/metrics. Demonstrates: full power of the deployer interface for CI dry-runs,\\nconfig verification, and ultra-fast feedback without Nomos binaries. Shape: produce logs/artifacts, stub readiness, and feed synthetic blocks\\nso expectations can still run.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Custom Deployer: Dry-Run Deployer","id":"32","title":"Custom Deployer: Dry-Run Deployer"},"33":{"body":"Idea: topology parameters change at runtime (random validators, DA\\nsettings, network shapes). Demonstrates: randomized property testing and fuzzing approaches to\\ntopology building. Shape: pick roles and network layouts randomly per run; keep expectations\\ntolerant to variability while still asserting core liveness.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Stochastic Topology Generator","id":"33","title":"Stochastic Topology Generator"},"34":{"body":"Idea: scenario runs in phases (e.g., phase 1 transactions, phase 2 DA,\\nphase 3 restarts, phase 4 sync check). Demonstrates: multi-stage tests, modular scenario assembly, and deliberate\\nlifecycle control. Shape: drive phase-specific workloads/expectations sequentially; enforce\\nclear boundaries and post-phase checks.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Multi-Phase Scenario (“Pipelines”)","id":"34","title":"Multi-Phase Scenario (“Pipelines”)"},"35":{"body":"Running a scenario follows the same conceptual flow regardless of environment: Select or author a scenario plan that pairs a topology with workloads,\\nexpectations, and a suitable run window. Choose a runner aligned with your environment (local, compose, or k8s) and\\nensure its prerequisites are available. Deploy the plan through the runner; wait for readiness signals before\\nstarting workloads. Let workloads drive activity for the planned duration; keep observability\\nsignals visible so you can correlate outcomes. Evaluate expectations and capture results as the primary pass/fail signal. Use the same plan across different runners to compare behavior between local\\ndevelopment and CI or cluster settings. For environment prerequisites and\\nflags, see Operations.","breadcrumbs":"Part II — User Guide » Running Scenarios » Running Scenarios","id":"35","title":"Running Scenarios"},"36":{"body":"Runners turn a scenario plan into a live environment while keeping the plan\\nunchanged. Choose based on feedback speed, reproducibility, and fidelity. For\\nenvironment and operational considerations, see Operations:","breadcrumbs":"Part II — User Guide » Runners » Runners","id":"36","title":"Runners"},"37":{"body":"Launches node processes directly on the host. Fastest feedback loop and minimal orchestration overhead. Best for development-time iteration and debugging.","breadcrumbs":"Part II — User Guide » Runners » Local runner","id":"37","title":"Local runner"},"38":{"body":"Starts nodes in containers to provide a reproducible multi-node stack on a\\nsingle machine. Discovers service ports and wires observability for convenient inspection. Good balance between fidelity and ease of setup.","breadcrumbs":"Part II — User Guide » Runners » Docker Compose runner","id":"38","title":"Docker Compose runner"},"39":{"body":"Deploys nodes onto a cluster for higher-fidelity, longer-running scenarios. Suits CI or shared environments where cluster behavior and scheduling matter.","breadcrumbs":"Part II — User Guide » Runners » Kubernetes runner","id":"39","title":"Kubernetes runner"},"4":{"body":"The framework follows a clear flow: Topology → Scenario → Runner → Workloads → Expectations. Topology describes the cluster: how many nodes, their roles, and the high-level network and data-availability parameters they should follow. Scenario combines that topology with the activities to run and the checks to perform, forming a single plan. Deployer/Runner pair turns the plan into a live environment on the chosen backend (local processes, Docker Compose, or Kubernetes) and brokers readiness. Workloads generate traffic and conditions that exercise the system. Expectations observe the run and judge success or failure once activity completes. flowchart LR A(Topology
shape cluster) --> B(Scenario
plan) B --> C(Deployer/Runner
deploy & orchestrate) C --> D(Workloads
drive traffic) D --> E(Expectations
verify outcomes) Each layer has a narrow responsibility so that cluster shape, deployment choice,\\ntraffic generation, and health checks can evolve independently while fitting\\ntogether predictably.","breadcrumbs":"Part I — Foundations » Architecture Overview » Architecture Overview","id":"4","title":"Architecture Overview"},"40":{"body":"All runners require at least one validator and, for transaction scenarios,\\naccess to seeded wallets. Readiness probes gate workload start so traffic begins only after nodes are\\nreachable. Environment flags can relax timeouts or increase tracing when diagnostics are\\nneeded. flowchart TD Plan[Scenario Plan] --> RunSel{Runner
(local | compose | k8s)} RunSel --> Provision[Provision & readiness] Provision --> Runtime[Runtime + observability] Runtime --> Exec[Workloads & Expectations execute]","breadcrumbs":"Part II — User Guide » Runners » Common expectations","id":"40","title":"Common expectations"},"41":{"body":"Operational readiness focuses on prerequisites, environment fit, and clear\\nsignals: Prerequisites: keep a sibling nomos-node checkout available; ensure the\\nchosen runner’s platform needs are met (local binaries for host runs, Docker\\nfor compose, cluster access for k8s). Artifacts: some scenarios depend on prover or circuit assets; fetch them\\nahead of time with the provided helper scripts when needed. Environment flags: use slow-environment toggles to relax timeouts, enable\\ntracing when debugging, and adjust observability ports to avoid clashes. Readiness checks: verify runners report node readiness before starting\\nworkloads; this avoids false negatives from starting too early. Failure triage: map failures to missing prerequisites (wallet seeding,\\nnode control availability), runner platform issues, or unmet expectations.\\nStart with liveness signals, then dive into workload-specific assertions. Treat operational hygiene—assets present, prerequisites satisfied, observability\\nreachable—as the first step to reliable scenario outcomes. flowchart TD Expose[Runner exposes endpoints/ports] --> Collect[Runtime collects block/health signals] Collect --> Consume[Expectations consume signals
decide pass/fail] Consume --> Inspect[Operators inspect logs/metrics
when failures arise]","breadcrumbs":"Part II — User Guide » Operations » Operations","id":"41","title":"Operations"},"42":{"body":"Deep dives for contributors who extend the framework, evolve its abstractions,\\nor maintain the crate set.","breadcrumbs":"Part III — Developer Reference » Part III — Developer Reference","id":"42","title":"Part III — Developer Reference"},"43":{"body":"The scenario model defines clear, composable responsibilities: Topology: a declarative description of the cluster—how many nodes, their\\nroles, and the broad network and data-availability characteristics. It\\nrepresents the intended shape of the system under test. Scenario: a plan combining topology, workloads, expectations, and a run\\nwindow. Building a scenario validates prerequisites (like seeded wallets) and\\nensures the run lasts long enough to observe meaningful block progression. Workloads: asynchronous tasks that generate traffic or conditions. They\\nuse shared context to interact with the deployed cluster and may bundle\\ndefault expectations. Expectations: post-run assertions. They can capture baselines before\\nworkloads start and evaluate success once activity stops. Runtime: coordinates workloads and expectations for the configured\\nduration, enforces cooldowns when control actions occur, and ensures cleanup\\nso runs do not leak resources. Developers extending the model should keep these boundaries strict: topology\\ndescribes, scenarios assemble, runners deploy, workloads drive, and expectations\\njudge outcomes. For guidance on adding new capabilities, see Extending the Framework.","breadcrumbs":"Part III — Developer Reference » Scenario Model (Developer Level) » Scenario Model (Developer Level)","id":"43","title":"Scenario Model (Developer Level)"},"44":{"body":"","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Extending the Framework","id":"44","title":"Extending the Framework"},"45":{"body":"Implement testing_framework_core::scenario::Workload: Provide a name and any bundled expectations. In init, derive inputs from GeneratedTopology and RunMetrics; fail\\nfast if prerequisites are missing (e.g., wallet data, node addresses). In start, drive async traffic using the RunContext clients. Expose the workload from a module under testing-framework/workflows and\\nconsider adding a DSL helper for ergonomic wiring.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding a workload","id":"45","title":"Adding a workload"},"46":{"body":"Implement testing_framework_core::scenario::Expectation: Use start_capture to snapshot baseline metrics. Use evaluate to assert outcomes after workloads finish; return all errors\\nso the runner can aggregate them. Export it from testing-framework/workflows if it is reusable.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding an expectation","id":"46","title":"Adding an expectation"},"47":{"body":"Implement testing_framework_core::scenario::Deployer for your backend. Produce a RunContext with NodeClients, metrics endpoints, and optional NodeControlHandle. Guard cleanup with CleanupGuard to reclaim resources even on failures. Mirror the readiness and block-feed probes used by the existing runners so\\nworkloads can rely on consistent signals.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding a runner","id":"47","title":"Adding a runner"},"48":{"body":"Extend testing_framework_core::topology::TopologyBuilder with new layouts or\\nconfiguration presets (e.g., specialized DA parameters). Keep defaults safe:\\nensure at least one participant and clamp dispersal factors as the current\\nhelpers do.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding topology helpers","id":"48","title":"Adding topology helpers"},"49":{"body":"A minimal, end-to-end illustration of adding a custom workload and matching\\nexpectation. This shows the shape of the traits and where to plug into the\\nframework; expand the logic to fit your real test.","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Example: New Workload & Expectation (Rust)","id":"49","title":"Example: New Workload & Expectation (Rust)"},"5":{"body":"This framework embodies specific principles that shape how you author and run\\nscenarios. Understanding these principles helps you write effective tests and\\ninterpret results correctly.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Testing Philosophy","id":"5","title":"Testing Philosophy"},"50":{"body":"Key ideas: name: identifies the workload in logs. expectations: workloads can bundle defaults so callers don’t forget checks. init: derive inputs from the generated topology (e.g., pick a target node). start: drive async activity using the shared RunContext. #![allow(unused)] fn main() {\\nuse std::sync::Arc;\\nuse async_trait::async_trait;\\nuse testing_framework_core::scenario::{ DynError, Expectation, RunContext, RunMetrics, Workload,\\n};\\nuse testing_framework_core::topology::GeneratedTopology; pub struct ReachabilityWorkload { target_idx: usize, bundled: Vec>,\\n} impl ReachabilityWorkload { pub fn new(target_idx: usize) -> Self { Self { target_idx, bundled: vec![Box::new(ReachabilityExpectation::new(target_idx))], } }\\n} #[async_trait]\\nimpl Workload for ReachabilityWorkload { fn name(&self) -> &\'static str { \\"reachability_workload\\" } fn expectations(&self) -> Vec> { self.bundled.clone() } fn init( &mut self, topology: &GeneratedTopology, _metrics: &RunMetrics, ) -> Result<(), DynError> { if topology.validators().get(self.target_idx).is_none() { return Err(\\"no validator at requested index\\".into()); } Ok(()) } async fn start(&self, ctx: &RunContext) -> Result<(), DynError> { let client = ctx .clients() .validators() .get(self.target_idx) .ok_or(\\"missing target client\\")?; // Pseudo-action: issue a lightweight RPC to prove reachability. client.health_check().await.map_err(|e| e.into()) }\\n} }","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Workload: simple reachability probe","id":"50","title":"Workload: simple reachability probe"},"51":{"body":"Key ideas: start_capture: snapshot baseline if needed (not used here). evaluate: assert the condition after workloads finish. #![allow(unused)] fn main() {\\nuse async_trait::async_trait;\\nuse testing_framework_core::scenario::{DynError, Expectation, RunContext}; pub struct ReachabilityExpectation { target_idx: usize,\\n} impl ReachabilityExpectation { pub fn new(target_idx: usize) -> Self { Self { target_idx } }\\n} #[async_trait]\\nimpl Expectation for ReachabilityExpectation { fn name(&self) -> &str { \\"target_reachable\\" } async fn evaluate(&mut self, ctx: &RunContext) -> Result<(), DynError> { let client = ctx .clients() .validators() .get(self.target_idx) .ok_or(\\"missing target client\\")?; client.health_check().await.map_err(|e| { format!(\\"target became unreachable during run: {e}\\").into() }) }\\n} }","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Expectation: confirm the target stayed reachable","id":"51","title":"Expectation: confirm the target stayed reachable"},"52":{"body":"Build your scenario as usual and call .with_workload(ReachabilityWorkload::new(0)). The bundled expectation is attached automatically; you can add more with .with_expectation(...) if needed. Keep the logic minimal and fast for smoke tests; grow it into richer probes\\nfor deeper scenarios.","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » How to wire it","id":"52","title":"How to wire it"},"53":{"body":"High-level roles of the crates that make up the framework: Configs: prepares reusable configuration primitives for nodes, networking,\\ntracing, data availability, and wallets, shared by all scenarios and runners. Core scenario orchestration: houses the topology and scenario model,\\nruntime coordination, node clients, and readiness/health probes. Workflows: packages workloads and expectations into reusable building\\nblocks and offers a fluent DSL to assemble them. Runners: implements deployment backends (local host, Docker Compose,\\nKubernetes) that all consume the same scenario plan. Test workflows: example scenarios and integration checks that exercise the\\nframework end to end and serve as living documentation. Use this map to locate where to add new capabilities: configuration primitives\\nin configs, orchestration changes in core, reusable traffic/assertions in\\nworkflows, environment adapters in runners, and demonstrations in tests.","breadcrumbs":"Part III — Developer Reference » Internal Crate Reference » Internal Crate Reference","id":"53","title":"Internal Crate Reference"},"54":{"body":"Quick-reference material and supporting guidance to keep scenarios discoverable,\\ndebuggable, and consistent.","breadcrumbs":"Part IV — Appendix » Part IV — Appendix","id":"54","title":"Part IV — Appendix"},"55":{"body":"The framework offers a fluent builder style to keep scenarios readable. Common\\nknobs: Topology shaping: set validator and executor counts, pick a network layout\\nstyle, and adjust high-level data-availability traits. Wallet seeding: define how many users participate and the total funds\\navailable for transaction workloads. Workload tuning: configure transaction rates, data-availability channel\\nand blob rates, and whether chaos restarts should include validators,\\nexecutors, or both. Expectations: attach liveness and workload-specific checks so success is\\nexplicit. Run window: set a minimum duration long enough for multiple blocks to be\\nobserved and verified. Use these knobs to express intent clearly, keeping scenario definitions concise\\nand consistent across teams.","breadcrumbs":"Part IV — Appendix » DSL Cheat Sheet » Core Content: DSL Cheat Sheet","id":"55","title":"Core Content: DSL Cheat Sheet"},"56":{"body":"Common symptoms and likely causes: No or slow block progression: runner started workloads before readiness, insufficient run window, or environment too slow—extend duration or enable slow-environment tuning. Transactions not included: missing or insufficient wallet seeding, misaligned transaction rate with block cadence, or network instability—reduce rate and verify wallet setup. Chaos stalls the run: node control not available for the chosen runner or restart cadence too aggressive—enable control capability and widen restart intervals. Observability gaps: metrics or logs unreachable because ports clash or services are not exposed—adjust observability ports and confirm runner wiring. Flaky behavior across runs: mixing chaos with functional smoke tests or inconsistent topology between environments—separate deterministic and chaos scenarios and standardize topology presets.","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Troubleshooting Scenarios","id":"56","title":"Troubleshooting Scenarios"},"57":{"body":"Why block-oriented timing? Using block cadence reduces dependence on host speed and keeps assertions aligned\\nwith protocol behavior. Can I reuse the same scenario across runners? Yes. The plan stays the same; swap runners (local, compose, k8s) to target\\ndifferent environments. When should I enable chaos workloads? Only when testing resilience or operational recovery; keep functional smoke\\ntests deterministic. How long should runs be? Long enough for multiple blocks so liveness and inclusion checks are\\nmeaningful; very short runs risk false confidence. Do I always need seeded wallets? Only for transaction scenarios. Data-availability or pure chaos scenarios may\\nnot require them, but liveness checks still need validators producing blocks. What if expectations fail but workloads “look fine”? Trust expectations first—they capture the intended success criteria. Use the\\nobservability signals and runner logs to pinpoint why the system missed the\\ntarget.","breadcrumbs":"Part IV — Appendix » FAQ » FAQ","id":"57","title":"FAQ"},"58":{"body":"Validator: node role responsible for participating in consensus and block\\nproduction. Executor: node role that processes transactions or workloads delegated by\\nvalidators. DA (Data Availability): subsystem ensuring blobs or channel data are\\npublished and retrievable for validation. Workload: traffic or behavior generator that exercises the system during a\\nscenario run. Expectation: post-run assertion that judges whether the system met the\\nintended success criteria. Topology: declarative description of the cluster shape, roles, and\\nhigh-level parameters for a scenario. Blockfeed: stream of block observations used for liveness or inclusion\\nsignals during a run. Control capability: the ability for a runner to start, stop, or restart\\nnodes, used by chaos workloads.","breadcrumbs":"Part IV — Appendix » Glossary » Glossary","id":"58","title":"Glossary"},"6":{"body":"Describe what you want to test, not how to orchestrate it: #![allow(unused)] fn main() {\\n// Good: declarative\\nScenarioBuilder::with_node_counts(2, 1) .transactions().rate(5).apply() .expect_consensus_liveness() .build(); // Bad: imperative (framework doesn\'t work this way)\\n// spawn_validator(); spawn_executor(); // loop { submit_tx(); check_block(); } } Why it matters: The framework handles deployment, readiness, and cleanup.\\nYou focus on test intent, not infrastructure orchestration.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Declarative over Imperative","id":"6","title":"Declarative over Imperative"},"7":{"body":"Reason in blocks and consensus intervals, not wall-clock seconds: #![allow(unused)] fn main() {\\n// Good: protocol-oriented thinking\\nlet plan = ScenarioBuilder::with_node_counts(2, 1) .transactions().rate(5).apply() // 5 tx per block .with_run_duration(Duration::from_secs(60)) // Let framework calculate expected blocks .expect_consensus_liveness() // \\"Did we produce the expected blocks?\\" .build(); // Bad: wall-clock assumptions\\n// \\"I expect exactly 10 blocks in 60 seconds\\"\\n// This breaks on slow CI where blocks might take 7s instead of 6s } Why it matters: Block production timing varies across environments—fast on\\na laptop (5s/block), slow on overloaded CI (8s/block). The framework calculates\\nexpected blocks based on configured slot duration, making assertions\\nenvironment-independent. Assert on “blocks produced relative to the run window”\\nnot “blocks produced per wall-clock second”.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Protocol Time, Not Wall Time","id":"7","title":"Protocol Time, Not Wall Time"},"8":{"body":"Default scenarios are repeatable: Fixed topology Predictable traffic rates Deterministic checks Chaos is opt-in: #![allow(unused)] fn main() {\\n// Separate: functional test (deterministic)\\nlet plan = ScenarioBuilder::with_node_counts(2, 1) .transactions().rate(5).apply() .expect_consensus_liveness() .build(); // Separate: chaos test (introduces randomness)\\nlet chaos_plan = ScenarioBuilder::with_node_counts(3, 2) .enable_node_control() .chaos().restart().apply() .transactions().rate(5).apply() .expect_consensus_liveness() .build(); } Why it matters: Mixing determinism with chaos creates noisy, hard-to-debug\\nfailures. Separate concerns make failures actionable.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Determinism First, Chaos When Needed","id":"8","title":"Determinism First, Chaos When Needed"},"9":{"body":"Prefer user-facing signals over internal state: Good checks: ✅ Blocks progressing at expected rate (liveness) ✅ Transactions included within N blocks (inclusion) ✅ DA blobs retrievable (availability) Avoid internal checks: ❌ Memory pool size ❌ Internal service state ❌ Cache hit rates Why it matters: User-facing signals reflect actual system health.\\nInternal state can be “healthy” while the system is broken from a user\\nperspective.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Observable Health Signals","id":"9","title":"Observable Health Signals"}},"length":59,"save":true},"fields":["title","body","breadcrumbs"],"index":{"body":{"root":{"0":{"df":1,"docs":{"10":{"tf":1.0}}},"1":{"0":{"df":2,"docs":{"10":{"tf":1.0},"7":{"tf":1.0}}},"df":5,"docs":{"10":{"tf":1.0},"34":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}},"–":{"3":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}},"2":{"df":3,"docs":{"24":{"tf":1.0},"34":{"tf":1.0},"8":{"tf":1.0}}},"3":{"df":1,"docs":{"34":{"tf":1.0}}},"4":{"df":1,"docs":{"34":{"tf":1.0}},"–":{"5":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}},"5":{"df":1,"docs":{"7":{"tf":1.0}},"s":{"/":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"6":{"0":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"7":{"tf":1.0}}},"–":{"7":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}},"7":{"df":0,"docs":{},"s":{"df":1,"docs":{"7":{"tf":1.0}}}},"8":{"df":0,"docs":{},"s":{"/":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"a":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"58":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"43":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0}}}},"v":{"df":10,"docs":{"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"50":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"19":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"53":{"tf":1.0}}}}},"d":{"df":4,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"df":6,"docs":{"43":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"23":{"tf":1.0},"41":{"tf":1.0},"55":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"30":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"46":{"tf":1.0}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"56":{"tf":1.0}}}}}}}}}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":4,"docs":{"17":{"tf":1.0},"21":{"tf":1.4142135623730951},"35":{"tf":1.0},"57":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":6,"docs":{"10":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}}}}},"df":1,"docs":{"22":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"10":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"54":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"0":{"tf":1.0}}},"df":1,"docs":{"20":{"tf":1.0}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"2":{"tf":1.0},"33":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"4":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"41":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"15":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":14,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.4142135623730951},"33":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"7":{"tf":1.4142135623730951}}}},"t":{"df":2,"docs":{"16":{"tf":1.0},"41":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"0":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{":":{":":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":3,"docs":{"45":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"43":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":6,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"17":{"tf":1.0},"35":{"tf":1.0},"5":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":17,"docs":{"0":{"tf":1.4142135623730951},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"35":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.7320508075688772},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"22":{"tf":1.0},"41":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"df":0,"docs":{}}}}},"b":{"(":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"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":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{}}}}},"d":{"df":4,"docs":{"10":{"tf":1.0},"30":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"38":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":3,"docs":{"22":{"tf":1.0},"36":{"tf":1.0},"7":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"26":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0}}}}}}}},"df":1,"docs":{"4":{"tf":1.0}},"e":{"c":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"22":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"56":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"40":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":10,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"30":{"tf":1.4142135623730951},"35":{"tf":1.0},"39":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"22":{"tf":1.0},"37":{"tf":1.0}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":7,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"56":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"32":{"tf":1.0},"41":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"b":{"df":6,"docs":{"0":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0},"9":{"tf":1.0}},"s":{"/":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":21,"docs":{"0":{"tf":1.7320508075688772},"10":{"tf":2.23606797749979},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.4142135623730951},"31":{"tf":2.23606797749979},"32":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":2.0},"58":{"tf":1.4142135623730951},"7":{"tf":3.1622776601683795},"9":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"e":{"df":2,"docs":{"31":{"tf":1.0},"58":{"tf":1.0}},"e":{"d":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"0":{"tf":1.0},"1":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"18":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":1.0},"55":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"34":{"tf":1.0},"43":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"13":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"a":{"d":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"9":{"tf":1.0}}},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"u":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":9,"docs":{"12":{"tf":1.0},"27":{"tf":1.0},"33":{"tf":1.0},"43":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":5,"docs":{"21":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.7320508075688772},"52":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"29":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"z":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"c":{"(":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"4":{"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":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"9":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"31":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"52":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"27":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"35":{"tf":1.0},"43":{"tf":1.0},"57":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"56":{"tf":1.0}}}}},"df":1,"docs":{"4":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"1":{"tf":1.0},"29":{"tf":1.0},"33":{"tf":1.0},"53":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"0":{"tf":1.0},"19":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0}}}}}},"o":{"df":11,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.7320508075688772},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"8":{"tf":2.0}},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"43":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":19,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"41":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"41":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"22":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"17":{"tf":1.4142135623730951},"22":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"56":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}}}}},"i":{"df":6,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"7":{"tf":1.4142135623730951}},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"48":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"41":{"tf":1.0},"56":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":4,"docs":{"12":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"6":{"tf":1.0}},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"r":{"df":9,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"|":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":4,"docs":{"45":{"tf":1.0},"50":{"tf":1.7320508075688772},"51":{"tf":1.7320508075688772},"53":{"tf":1.0}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":12,"docs":{"1":{"tf":1.0},"13":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.4142135623730951},"4":{"tf":1.7320508075688772},"41":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0}},"—":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"43":{"tf":1.0}}}}}}}}}}}},"o":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"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":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"41":{"tf":1.0}}}}}}}}},"df":3,"docs":{"20":{"tf":1.0},"31":{"tf":1.0},"41":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"14":{"tf":1.0},"23":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"40":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"22":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"18":{"tf":1.0},"4":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"3":{"tf":1.0}}},"s":{"df":13,"docs":{"0":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.0}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":3,"docs":{"12":{"tf":1.0},"2":{"tf":1.0},"35":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"8":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"20":{"tf":1.0},"55":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"4":{"tf":1.0},"43":{"tf":1.0},"51":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"3":{"tf":1.0},"57":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":4,"docs":{"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"r":{"df":10,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.4142135623730951},"55":{"tf":1.0},"7":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"df":5,"docs":{"26":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"51":{"tf":1.0},"56":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":8,"docs":{"0":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.0},"58":{"tf":1.0},"7":{"tf":1.0}}}}}},"i":{"d":{"df":1,"docs":{"45":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.0},"36":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"47":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"m":{"df":4,"docs":{"15":{"tf":1.0},"31":{"tf":1.0},"41":{"tf":1.4142135623730951},"53":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"38":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"1":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"55":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"0":{"tf":1.0},"43":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"20":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"42":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":8,"docs":{"19":{"tf":1.4142135623730951},"26":{"tf":1.0},"28":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"38":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"12":{"tf":1.0},"43":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"43":{"tf":1.0},"53":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":8,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"33":{"tf":1.0},"53":{"tf":1.4142135623730951},"55":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"21":{"tf":1.0},"23":{"tf":1.0},"55":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"15":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"42":{"tf":1.0},"53":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":4,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"x":{"df":2,"docs":{"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":3,"docs":{"31":{"tf":1.0},"32":{"tf":1.0},"49":{"tf":1.0}}}}}}}},"d":{"(":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"[":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"a":{"df":9,"docs":{"0":{"tf":1.7320508075688772},"22":{"tf":1.0},"25":{"tf":1.4142135623730951},"26":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.0},"9":{"tf":1.0}},"t":{"a":{"df":14,"docs":{"0":{"tf":2.0},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"25":{"tf":1.0},"3":{"tf":1.4142135623730951},"4":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":2,"docs":{"12":{"tf":1.0},"4":{"tf":1.0}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":3,"docs":{"37":{"tf":1.0},"41":{"tf":1.0},"8":{"tf":1.0}},"g":{"df":2,"docs":{"11":{"tf":1.0},"54":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"12":{"tf":1.0},"17":{"tf":1.0}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"r":{"df":8,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"3":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"42":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":5,"docs":{"21":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"17":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"20":{"tf":1.0},"21":{"tf":1.0},"55":{"tf":1.0}}}}}}},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"28":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"58":{"tf":1.0}}}},"i":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"34":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"a":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":9,"docs":{"16":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"53":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"41":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":12,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"27":{"tf":1.0},"32":{"tf":2.0},"35":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.4142135623730951},"53":{"tf":1.0},"6":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"45":{"tf":1.0},"50":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":6,"docs":{"16":{"tf":1.0},"18":{"tf":1.4142135623730951},"3":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"13":{"tf":1.0},"30":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"11":{"tf":1.0},"8":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":6,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.4142135623730951}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"14":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"57":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"37":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"38":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"54":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"41":{"tf":1.0},"42":{"tf":1.0}},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"31":{"tf":1.0}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"22":{"tf":1.0},"30":{"tf":1.0},"53":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"\'":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"32":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.7320508075688772}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"26":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"[":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}},"df":9,"docs":{"12":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0}},"n":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"p":{"/":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"30":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"l":{"df":6,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.0},"45":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":11,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":3,"docs":{"12":{"tf":1.0},"51":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"50":{"tf":1.7320508075688772},"51":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},".":{"df":0,"docs":{},"g":{"df":8,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"12":{"tf":1.0}}}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"13":{"tf":1.0},"16":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"41":{"tf":1.0}}}}},"s":{"df":1,"docs":{"38":{"tf":1.0}},"i":{"df":1,"docs":{"17":{"tf":1.0}}}}},"df":1,"docs":{"12":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"3":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"21":{"tf":1.0},"26":{"tf":1.0},"41":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"d":{"df":4,"docs":{"16":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"10":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"15":{"tf":1.0},"3":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":5,"docs":{"10":{"tf":1.4142135623730951},"17":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":7,"docs":{"0":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.4142135623730951},"48":{"tf":1.0},"58":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":22,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"3":{"tf":1.4142135623730951},"35":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.7320508075688772},"53":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"7":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"56":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"r":{"(":{"\\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"50":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"46":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"2":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"a":{"df":0,"docs":{},"l":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":6,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"47":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":3,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":5,"docs":{"15":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":7,"docs":{"0":{"tf":1.4142135623730951},"17":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"55":{"tf":1.4142135623730951},"58":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":6,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":3,"docs":{"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":38,"docs":{"1":{"tf":1.0},"12":{"tf":2.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"30":{"tf":1.7320508075688772},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951},"41":{"tf":1.0},"43":{"tf":2.23606797749979},"45":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.4142135623730951},"50":{"tf":2.0},"51":{"tf":1.7320508075688772},"52":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"7":{"tf":2.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"55":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}},"s":{"df":2,"docs":{"41":{"tf":1.0},"45":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"—":{"a":{"d":{"df":0,"docs":{},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"20":{"tf":1.0},"21":{"tf":1.0},"55":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":5,"docs":{"13":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"16":{"tf":1.0}}}}}}},"}":{"\\"":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"51":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"f":{"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"15":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"12":{"tf":1.0},"45":{"tf":1.0},"57":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":8,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.7320508075688772},"47":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}},"k":{"df":0,"docs":{},"e":{"df":2,"docs":{"28":{"tf":1.0},"32":{"tf":1.0}}}},"l":{"df":0,"docs":{},"s":{"df":3,"docs":{"10":{"tf":1.0},"41":{"tf":1.0},"57":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}}}},"q":{"df":1,"docs":{"57":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"17":{"tf":1.0},"32":{"tf":1.0},"45":{"tf":1.0},"52":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"22":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"32":{"tf":1.0},"47":{"tf":1.0}}},"df":0,"docs":{}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":1,"docs":{"31":{"tf":1.0}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"22":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"57":{"tf":1.0}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"17":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"41":{"tf":1.0},"8":{"tf":1.0}},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"57":{"tf":1.0}}}}}}}}}},"t":{"df":6,"docs":{"15":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"49":{"tf":1.0}}},"x":{"df":1,"docs":{"8":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"35":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0}}},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"56":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":4,"docs":{"13":{"tf":1.0},"24":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"53":{"tf":1.0},"55":{"tf":1.0}}}}}}},"n":{"df":6,"docs":{"10":{"tf":1.0},"50":{"tf":2.449489742783178},"51":{"tf":2.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"o":{"c":{"df":0,"docs":{},"u":{"df":1,"docs":{"6":{"tf":1.0}},"s":{"df":3,"docs":{"0":{"tf":1.0},"15":{"tf":1.0},"41":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"35":{"tf":1.0},"4":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"t":{"!":{"(":{"\\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"4":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"2":{"tf":1.0},"21":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"45":{"tf":1.0},"46":{"tf":1.0}}}}}}}}}}},"df":17,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.4142135623730951},"2":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.4142135623730951},"4":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.4142135623730951},"55":{"tf":1.0},"6":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}},"’":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"3":{"tf":1.0},"32":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"8":{"tf":1.0}}}}}}},"d":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"g":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"3":{"tf":1.0},"56":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"40":{"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":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"45":{"tf":1.0},"50":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":8,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0}}}}},"t":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}},"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":1,"docs":{"1":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"58":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"17":{"tf":1.0},"22":{"tf":1.0}}}},"df":0,"docs":{},"o":{"d":{"df":5,"docs":{"10":{"tf":1.0},"38":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"17":{"tf":1.0},"22":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":1,"docs":{"52":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"14":{"tf":1.0},"43":{"tf":1.0},"54":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"1":{"tf":1.0},"14":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"30":{"tf":1.0}}}},"n":{"d":{"df":1,"docs":{"12":{"tf":1.0}},"l":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"r":{"d":{"df":1,"docs":{"8":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"17":{"tf":1.0},"4":{"tf":1.0},"9":{"tf":1.4142135623730951}},"i":{"df":2,"docs":{"20":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":1,"docs":{"5":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"0":{"tf":1.0},"51":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":9,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"29":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"39":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"53":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"i":{"[":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"20":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"a":{"df":9,"docs":{"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"14":{"tf":1.0}},"i":{"df":1,"docs":{"42":{"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":3,"docs":{"23":{"tf":1.0},"27":{"tf":1.0},"49":{"tf":1.0}}}}}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.4142135623730951}}}},"l":{"df":2,"docs":{"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0}}}}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":4,"docs":{"0":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":8,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"40":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"4":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"\\"":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"c":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"3":{"tf":1.0},"6":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"12":{"tf":1.0},"21":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":3,"docs":{"20":{"tf":1.4142135623730951},"45":{"tf":1.0},"50":{"tf":1.4142135623730951}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"45":{"tf":1.0},"50":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"df":2,"docs":{"38":{"tf":1.0},"41":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"56":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"56":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":4,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"3":{"tf":1.0},"53":{"tf":1.0}}}},"n":{"d":{"df":4,"docs":{"17":{"tf":1.0},"43":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"55":{"tf":1.0},"6":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"27":{"tf":1.0},"30":{"tf":1.0}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.4142135623730951},"28":{"tf":1.0},"3":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":3,"docs":{"28":{"tf":1.0},"53":{"tf":1.0},"9":{"tf":2.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"5":{"tf":1.0}}}}}},"v":{"df":3,"docs":{"31":{"tf":1.0},"56":{"tf":1.0},"7":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"8":{"tf":1.0}},"t":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":2,"docs":{"41":{"tf":1.0},"50":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.0},"37":{"tf":1.0}}}}},"v":{"df":1,"docs":{"54":{"tf":1.0}}}},"j":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"g":{"df":4,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}}},"k":{"8":{"df":6,"docs":{"16":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":17,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.7320508075688772},"22":{"tf":1.4142135623730951},"26":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951}}}},"y":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}},"n":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"55":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"28":{"tf":1.0}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"13":{"tf":1.0},"7":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"31":{"tf":1.0},"43":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"28":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"21":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"25":{"tf":1.0},"4":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"15":{"tf":1.0},"21":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"12":{"tf":1.0},"43":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":12,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":2,"docs":{"12":{"tf":1.0},"34":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"20":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":19,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"3":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"9":{"tf":1.0}}}}},"o":{"a":{"d":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"df":11,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"35":{"tf":1.4142135623730951},"37":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.0}}},"t":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":3,"docs":{"50":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}},"i":{"c":{"df":3,"docs":{"0":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{}},"s":{"/":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":5,"docs":{"10":{"tf":1.0},"17":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"39":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"30":{"tf":1.0},"57":{"tf":1.0}}},"p":{"df":3,"docs":{"22":{"tf":1.0},"37":{"tf":1.0},"6":{"tf":1.0}}},"s":{"df":1,"docs":{"15":{"tf":1.0}}}},"w":{"df":1,"docs":{"29":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"r":{"df":2,"docs":{"12":{"tf":1.0},"4":{"tf":1.0}}},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"10":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"38":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"10":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"13":{"tf":1.0},"42":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":8,"docs":{"13":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"53":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}},"n":{"df":0,"docs":{},"i":{"df":6,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0}}}},"p":{"df":3,"docs":{"16":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0}}},"t":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"49":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"54":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"17":{"tf":1.0},"39":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}},"y":{"b":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":8,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"43":{"tf":1.0},"57":{"tf":1.0}}}}},"t":{"df":1,"docs":{"21":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"2":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"41":{"tf":1.0},"58":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"c":{"df":5,"docs":{"12":{"tf":1.0},"31":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"22":{"tf":1.0},"24":{"tf":1.0},"37":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"10":{"tf":1.4142135623730951},"55":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"56":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":4,"docs":{"41":{"tf":1.0},"45":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}}}},"x":{"df":2,"docs":{"56":{"tf":1.0},"8":{"tf":1.0}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"30":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":8,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"29":{"tf":1.0},"43":{"tf":1.7320508075688772},"53":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"34":{"tf":1.0}}}},"df":1,"docs":{"45":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"52":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"13":{"tf":1.0},"22":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":8,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"38":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"22":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"45":{"tf":1.0},"50":{"tf":1.0}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"df":2,"docs":{"29":{"tf":1.0},"9":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":8,"docs":{"21":{"tf":1.0},"3":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.0},"57":{"tf":1.4142135623730951},"8":{"tf":1.0}},"—":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"g":{"df":2,"docs":{"30":{"tf":1.0},"41":{"tf":1.0}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":11,"docs":{"0":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"4":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}}},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":5,"docs":{"27":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"47":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":23,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"12":{"tf":1.4142135623730951},"15":{"tf":1.7320508075688772},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"2":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.4142135623730951},"32":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.7320508075688772},"43":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.4142135623730951},"56":{"tf":1.0},"58":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":2,"docs":{"22":{"tf":1.0},"8":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"df":7,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.7320508075688772},"32":{"tf":1.0},"41":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"21":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"[":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":17,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.0},"9":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"22":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"12":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"53":{"tf":1.0},"55":{"tf":1.0}}}}}},"k":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"\\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":1,"docs":{"50":{"tf":1.0}}},"n":{"c":{"df":3,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0}}},"df":5,"docs":{"15":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"40":{"tf":1.0},"48":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"39":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"17":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772},"57":{"tf":1.0}}}},"t":{"df":2,"docs":{"21":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"12":{"tf":1.0},"26":{"tf":1.0},"47":{"tf":1.0}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":7,"docs":{"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"21":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":1.0}}}}}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"29":{"tf":1.0}}}}},"df":1,"docs":{"28":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":8,"docs":{"12":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"3":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}}},"p":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"12":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"28":{"tf":1.0}}},"k":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"16":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":4,"docs":{"1":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"33":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"30":{"tf":1.0}}}}}}}},"df":0,"docs":{},"t":{"df":4,"docs":{"14":{"tf":1.0},"2":{"tf":1.0},"42":{"tf":1.0},"54":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":5,"docs":{"0":{"tf":1.0},"19":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"35":{"tf":1.0},"41":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":1,"docs":{"12":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"19":{"tf":1.0},"25":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":3,"docs":{"15":{"tf":1.0},"21":{"tf":2.0},"22":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"28":{"tf":1.0}}}},"r":{"df":5,"docs":{"21":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":1.0},"33":{"tf":1.0},"7":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"0":{"tf":1.0},"4":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"29":{"tf":1.4142135623730951},"34":{"tf":2.8284271247461903}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"33":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"15":{"tf":1.0},"16":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}},"l":{"a":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":16,"docs":{"1":{"tf":1.0},"12":{"tf":2.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"20":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":2.0},"36":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"41":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"u":{"df":2,"docs":{"25":{"tf":1.0},"26":{"tf":1.0}},"g":{"df":1,"docs":{"49":{"tf":1.0}},"g":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"13":{"tf":1.0},"18":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"3":{"tf":1.0}}}},"df":0,"docs":{}},"df":3,"docs":{"38":{"tf":1.0},"41":{"tf":1.0},"56":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"31":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"14":{"tf":1.0},"22":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"9":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"15":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"35":{"tf":1.4142135623730951},"41":{"tf":2.0},"43":{"tf":1.0},"45":{"tf":1.0}}}}}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"26":{"tf":1.0},"41":{"tf":1.0}}}},"t":{"df":3,"docs":{"22":{"tf":1.0},"48":{"tf":1.0},"56":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"35":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"11":{"tf":1.0},"5":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"o":{"b":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":7,"docs":{"17":{"tf":1.0},"21":{"tf":1.0},"40":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":5,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"58":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":6,"docs":{"0":{"tf":1.0},"20":{"tf":1.0},"32":{"tf":1.0},"47":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":1.7320508075688772}},"t":{"df":4,"docs":{"10":{"tf":1.0},"27":{"tf":1.0},"58":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":8,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.4142135623730951},"3":{"tf":1.0},"43":{"tf":1.0},"56":{"tf":1.0},"9":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":9,"docs":{"0":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"21":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"10":{"tf":1.0},"50":{"tf":1.0}},"r":{"df":1,"docs":{"41":{"tf":1.0}}}},"i":{"d":{"df":4,"docs":{"32":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":2,"docs":{"12":{"tf":1.4142135623730951},"40":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"40":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"b":{"df":2,"docs":{"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"0":{"tf":1.0},"58":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"57":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"18":{"tf":1.0},"3":{"tf":1.0}}}}}}}},"q":{"a":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}}}}}},"r":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"12":{"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":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"33":{"tf":1.4142135623730951},"8":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"df":11,"docs":{"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"12":{"tf":1.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"50":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"l":{"df":3,"docs":{"40":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0}},"e":{"df":0,"docs":{},"—":{"a":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":11,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"26":{"tf":1.0},"32":{"tf":1.4142135623730951},"35":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772},"47":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":4,"docs":{"0":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"49":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"1":{"tf":1.0},"3":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"47":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"19":{"tf":1.0},"57":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":3,"docs":{"13":{"tf":1.0},"21":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"42":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"0":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"35":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}},"x":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}},"df":1,"docs":{"7":{"tf":1.0}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"22":{"tf":1.0},"47":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"20":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"43":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":4,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":4,"docs":{"19":{"tf":1.0},"3":{"tf":1.0},"40":{"tf":1.0},"57":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":7,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"26":{"tf":1.0},"30":{"tf":1.0},"57":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"12":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":4,"docs":{"16":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":8,"docs":{"12":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"26":{"tf":1.4142135623730951},"34":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":5,"docs":{"22":{"tf":1.0},"35":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":3,"docs":{"0":{"tf":1.0},"58":{"tf":1.0},"9":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"46":{"tf":1.0},"50":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"15":{"tf":1.4142135623730951},"21":{"tf":1.0},"46":{"tf":1.0},"53":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":3,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"57":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"10":{"tf":1.0},"57":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":8,"docs":{"0":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":1.7320508075688772}}}}},"p":{"c":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"45":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.7320508075688772},"51":{"tf":1.4142135623730951}}}}}}}}},"df":26,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"10":{"tf":1.7320508075688772},"12":{"tf":1.7320508075688772},"13":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.7320508075688772},"20":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":1.7320508075688772},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.7320508075688772},"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.0},"43":{"tf":2.0},"5":{"tf":1.0},"51":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.7320508075688772},"57":{"tf":1.4142135623730951},"58":{"tf":1.7320508075688772},"7":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":3,"docs":{"29":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.4142135623730951}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":22,"docs":{"12":{"tf":1.0},"13":{"tf":1.4142135623730951},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.4142135623730951},"53":{"tf":1.7320508075688772},"56":{"tf":1.7320508075688772},"57":{"tf":1.7320508075688772},"58":{"tf":1.0}},"’":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"40":{"tf":1.0}},"{":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"40":{"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":{},"i":{"df":0,"docs":{},"m":{"df":6,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"33":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"40":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"48":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":5,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"35":{"tf":1.4142135623730951},"53":{"tf":1.0},"57":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"41":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"2":{"df":3,"docs":{"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"3":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":31,"docs":{"1":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":2.23606797749979},"16":{"tf":1.7320508075688772},"17":{"tf":1.7320508075688772},"18":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":2.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"27":{"tf":1.0},"34":{"tf":1.7320508075688772},"35":{"tf":1.7320508075688772},"36":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":2.23606797749979},"5":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":2.23606797749979},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"57":{"tf":1.7320508075688772},"58":{"tf":1.4142135623730951},"8":{"tf":1.0}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"29":{"tf":1.0},"39":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"41":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"22":{"tf":1.0},"29":{"tf":1.0},"7":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"d":{"df":8,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}}},"df":4,"docs":{"17":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"26":{"tf":1.0},"35":{"tf":1.0}}}},"df":0,"docs":{}},"f":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":3,"docs":{"21":{"tf":1.0},"50":{"tf":1.7320508075688772},"51":{"tf":1.7320508075688772}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"8":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"31":{"tf":1.0}}},"v":{"df":1,"docs":{"53":{"tf":1.0}},"i":{"c":{"df":3,"docs":{"38":{"tf":1.0},"56":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":8,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"24":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"42":{"tf":1.0},"55":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"16":{"tf":1.0},"38":{"tf":1.0},"56":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":18,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":7,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"0":{"tf":1.0},"10":{"tf":1.4142135623730951},"57":{"tf":1.0}}}},"w":{"df":4,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"27":{"tf":1.0},"49":{"tf":1.0}}}}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":12,"docs":{"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.7320508075688772},"41":{"tf":1.7320508075688772},"47":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"9":{"tf":1.7320508075688772}},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"41":{"tf":1.0}}},"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":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"24":{"tf":1.0},"50":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"28":{"tf":1.0},"32":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":3,"docs":{"12":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0}}}}},"t":{"df":1,"docs":{"15":{"tf":1.0}}},"z":{"df":0,"docs":{},"e":{"df":1,"docs":{"9":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}},"w":{"df":4,"docs":{"28":{"tf":1.0},"41":{"tf":1.0},"56":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"56":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"17":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":5,"docs":{"21":{"tf":1.0},"24":{"tf":1.0},"52":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"46":{"tf":1.0},"51":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"3":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":7,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"26":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0},"5":{"tf":1.0},"55":{"tf":1.0}},"i":{"df":1,"docs":{"17":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":3,"docs":{"22":{"tf":1.0},"36":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"t":{"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"38":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"34":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"56":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"22":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"df":0,"docs":{}},"_":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"46":{"tf":1.0},"51":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":13,"docs":{"12":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.7320508075688772},"43":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"12":{"tf":1.0},"22":{"tf":1.0},"29":{"tf":1.0},"9":{"tf":1.7320508075688772}}},"i":{"c":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}},"y":{"df":5,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"31":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":1.0}}}},"d":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{":":{":":{"a":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"50":{"tf":1.0}}},"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":{},"p":{"df":2,"docs":{"21":{"tf":1.0},"41":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"28":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"57":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":3,"docs":{"12":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0}}}},"r":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"25":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"b":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"55":{"tf":1.4142135623730951}}}}}},"u":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"24":{"tf":1.0},"28":{"tf":1.4142135623730951},"30":{"tf":1.0}}}},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"6":{"tf":1.0}}}}},"df":5,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"30":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"0":{"tf":1.0},"58":{"tf":1.0}}}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"39":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"54":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"13":{"tf":1.0},"22":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"56":{"tf":1.0}}}}}}},"n":{"c":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"27":{"tf":1.0},"28":{"tf":1.0},"32":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":8,"docs":{"20":{"tf":1.4142135623730951},"26":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}}}}}}}},"t":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"7":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":4,"docs":{"17":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"43":{"tf":1.0}}}}},"d":{"df":3,"docs":{"20":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":3,"docs":{"22":{"tf":1.0},"3":{"tf":1.4142135623730951},"55":{"tf":1.0}}},"r":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"21":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":26,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.0},"11":{"tf":1.0},"15":{"tf":2.0},"16":{"tf":1.7320508075688772},"17":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.7320508075688772},"30":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.4142135623730951},"52":{"tf":1.0},"53":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"47":{"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":{"46":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"{":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"51":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"7":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"13":{"tf":1.0},"35":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"e":{"df":13,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.4142135623730951},"31":{"tf":1.7320508075688772},"37":{"tf":1.0},"41":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":1.7320508075688772}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}}},"r":{"df":1,"docs":{"28":{"tf":1.4142135623730951}}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"15":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"41":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"31":{"tf":1.0},"33":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":23,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"33":{"tf":1.7320508075688772},"35":{"tf":1.0},"4":{"tf":1.7320508075688772},"43":{"tf":1.7320508075688772},"48":{"tf":1.0},"50":{"tf":1.4142135623730951},"53":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0},"8":{"tf":1.0}},"y":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"g":{"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":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"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":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"15":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0}}},"k":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":16,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"26":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"3":{"tf":1.0},"4":{"tf":1.7320508075688772},"40":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"58":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"49":{"tf":1.0},"55":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":15,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"21":{"tf":1.0},"24":{"tf":1.7320508075688772},"25":{"tf":1.7320508075688772},"26":{"tf":1.0},"34":{"tf":1.0},"40":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"5":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"16":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"41":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"19":{"tf":1.0},"30":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"29":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":3,"docs":{"22":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"36":{"tf":1.0},"4":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":1,"docs":{"24":{"tf":1.0}}}},"x":{"df":1,"docs":{"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"36":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"28":{"tf":1.0},"3":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"51":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":1,"docs":{"53":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"17":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"16":{"tf":1.0}}}},"df":21,"docs":{"0":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.4142135623730951},"29":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":1.0},"50":{"tf":2.23606797749979},"51":{"tf":1.7320508075688772},"53":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"19":{"tf":1.0},"55":{"tf":1.0},"9":{"tf":1.7320508075688772}}}},"i":{"df":0,"docs":{},"z":{"df":2,"docs":{"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":17,"docs":{"0":{"tf":1.4142135623730951},"13":{"tf":1.0},"17":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"31":{"tf":1.0},"33":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"55":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"u":{"df":1,"docs":{"30":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"33":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"!":{"[":{"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":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"10":{"tf":1.0},"57":{"tf":1.0}},"f":{"df":2,"docs":{"13":{"tf":1.0},"32":{"tf":1.0}},"i":{"df":5,"docs":{"20":{"tf":1.0},"28":{"tf":1.0},"41":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"16":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"[":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"12":{"tf":1.0},"35":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":2.0}},"e":{"df":0,"docs":{},"t":{"df":13,"docs":{"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"29":{"tf":1.0}}}},"y":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":1,"docs":{"12":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"21":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"55":{"tf":1.0},"58":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"56":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":9,"docs":{"10":{"tf":1.0},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"20":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":4,"docs":{"38":{"tf":1.0},"45":{"tf":1.0},"52":{"tf":1.0},"56":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"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":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"5":{"df":1,"docs":{"10":{"tf":1.0}}},"6":{"0":{"df":2,"docs":{"10":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"0":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"31":{"tf":1.0},"9":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"32":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":2,"docs":{"3":{"tf":1.0},"6":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"53":{"tf":1.7320508075688772}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":37,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"12":{"tf":2.23606797749979},"13":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.7320508075688772},"18":{"tf":1.4142135623730951},"19":{"tf":2.0},"20":{"tf":2.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.7320508075688772},"26":{"tf":1.4142135623730951},"27":{"tf":1.0},"28":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"30":{"tf":1.0},"35":{"tf":1.7320508075688772},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":2.23606797749979},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.4142135623730951},"50":{"tf":2.23606797749979},"51":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.7320508075688772},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.7320508075688772}},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"d":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"5":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"e":{"df":1,"docs":{"57":{"tf":1.0}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"29":{"tf":1.0}}}}}}}},"breadcrumbs":{"root":{"0":{"df":1,"docs":{"10":{"tf":1.0}}},"1":{"0":{"df":2,"docs":{"10":{"tf":1.0},"7":{"tf":1.0}}},"df":5,"docs":{"10":{"tf":1.0},"34":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}},"–":{"3":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}},"2":{"df":3,"docs":{"24":{"tf":1.4142135623730951},"34":{"tf":1.0},"8":{"tf":1.0}}},"3":{"df":1,"docs":{"34":{"tf":1.0}}},"4":{"df":1,"docs":{"34":{"tf":1.0}},"–":{"5":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}},"5":{"df":1,"docs":{"7":{"tf":1.0}},"s":{"/":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"6":{"0":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"7":{"tf":1.0}}},"–":{"7":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}},"7":{"df":0,"docs":{},"s":{"df":1,"docs":{"7":{"tf":1.0}}}},"8":{"df":0,"docs":{},"s":{"/":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"a":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"58":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"43":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0}}}},"v":{"df":10,"docs":{"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"50":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"19":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"53":{"tf":1.0}}}}},"d":{"df":4,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"df":6,"docs":{"43":{"tf":1.0},"45":{"tf":1.7320508075688772},"46":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"49":{"tf":1.0}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"23":{"tf":1.0},"41":{"tf":1.0},"55":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":8,"docs":{"27":{"tf":1.7320508075688772},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"30":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"46":{"tf":1.0}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"56":{"tf":1.0}}}}}}}}}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":4,"docs":{"17":{"tf":1.0},"21":{"tf":1.4142135623730951},"35":{"tf":1.0},"57":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":6,"docs":{"10":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}}}}},"df":1,"docs":{"22":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"10":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.7320508075688772}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":5,"docs":{"54":{"tf":1.7320508075688772},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"0":{"tf":1.0}}},"df":1,"docs":{"20":{"tf":1.0}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"2":{"tf":1.0},"33":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"4":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"41":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":8,"docs":{"27":{"tf":1.7320508075688772},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"15":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":14,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.4142135623730951},"33":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"7":{"tf":1.4142135623730951}}}},"t":{"df":2,"docs":{"16":{"tf":1.0},"41":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"0":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{":":{":":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":3,"docs":{"45":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"43":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":6,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"17":{"tf":1.7320508075688772},"35":{"tf":1.0},"5":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":17,"docs":{"0":{"tf":1.4142135623730951},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"35":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.7320508075688772},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"22":{"tf":1.0},"41":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"df":0,"docs":{}}}}},"b":{"(":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"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":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{}}}}},"d":{"df":4,"docs":{"10":{"tf":1.0},"30":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"38":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":3,"docs":{"22":{"tf":1.0},"36":{"tf":1.0},"7":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"26":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0}}}}}}}},"df":1,"docs":{"4":{"tf":1.0}},"e":{"c":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"22":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"56":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"40":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":10,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"30":{"tf":1.7320508075688772},"35":{"tf":1.0},"39":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"22":{"tf":1.7320508075688772},"37":{"tf":1.0}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":7,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"56":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"32":{"tf":1.0},"41":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"b":{"df":6,"docs":{"0":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0},"9":{"tf":1.0}},"s":{"/":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":21,"docs":{"0":{"tf":1.7320508075688772},"10":{"tf":2.23606797749979},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.4142135623730951},"31":{"tf":2.449489742783178},"32":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":2.0},"58":{"tf":1.4142135623730951},"7":{"tf":3.1622776601683795},"9":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"e":{"df":2,"docs":{"31":{"tf":1.0},"58":{"tf":1.0}},"e":{"d":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"0":{"tf":1.0},"1":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"18":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":1.0},"55":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"34":{"tf":1.0},"43":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"13":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"a":{"d":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"9":{"tf":1.0}}},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"u":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":9,"docs":{"12":{"tf":1.0},"27":{"tf":1.0},"33":{"tf":1.0},"43":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":5,"docs":{"21":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.7320508075688772},"52":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"29":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"z":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"30":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}},"c":{"(":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"4":{"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":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"9":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"31":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"52":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"27":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"35":{"tf":1.0},"43":{"tf":1.0},"57":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"56":{"tf":1.0}}}}},"df":1,"docs":{"4":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"1":{"tf":1.0},"29":{"tf":1.0},"33":{"tf":1.0},"53":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"0":{"tf":1.0},"19":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0}}}}}},"o":{"df":11,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.7320508075688772},"55":{"tf":1.0},"56":{"tf":1.7320508075688772},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"8":{"tf":2.23606797749979}},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"43":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.7320508075688772}}}},"c":{"df":0,"docs":{},"k":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":19,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"28":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"41":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"41":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"22":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"17":{"tf":1.4142135623730951},"22":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"56":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}}}}},"i":{"df":6,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"7":{"tf":1.4142135623730951}},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"48":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"41":{"tf":1.0},"56":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":4,"docs":{"12":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"6":{"tf":1.0}},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"r":{"df":9,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"|":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":4,"docs":{"45":{"tf":1.0},"50":{"tf":1.7320508075688772},"51":{"tf":1.7320508075688772},"53":{"tf":1.0}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":12,"docs":{"1":{"tf":1.0},"13":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.4142135623730951},"4":{"tf":1.7320508075688772},"41":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0}},"—":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"43":{"tf":1.0}}}}}}}}}}}},"o":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"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":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"41":{"tf":1.0}}}}}}}}},"df":3,"docs":{"20":{"tf":1.0},"31":{"tf":1.0},"41":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"14":{"tf":1.0},"23":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"40":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"22":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"18":{"tf":1.0},"4":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"3":{"tf":1.0}}},"s":{"df":13,"docs":{"0":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.4142135623730951},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.0}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":3,"docs":{"12":{"tf":1.7320508075688772},"2":{"tf":1.0},"35":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"8":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"20":{"tf":1.0},"55":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"4":{"tf":1.0},"43":{"tf":1.0},"51":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"3":{"tf":1.0},"57":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":4,"docs":{"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"r":{"df":10,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.4142135623730951},"55":{"tf":1.0},"7":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"df":5,"docs":{"26":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"51":{"tf":1.4142135623730951},"56":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":8,"docs":{"0":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.0},"58":{"tf":1.0},"7":{"tf":1.0}}}}}},"i":{"d":{"df":1,"docs":{"45":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.0},"36":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"47":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"m":{"df":4,"docs":{"15":{"tf":1.0},"31":{"tf":1.0},"41":{"tf":1.4142135623730951},"53":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"38":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"1":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"17":{"tf":1.0},"18":{"tf":1.7320508075688772},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.7320508075688772},"55":{"tf":1.4142135623730951}}}},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"0":{"tf":1.7320508075688772},"43":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"20":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"42":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":8,"docs":{"19":{"tf":1.4142135623730951},"26":{"tf":1.0},"28":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"38":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"12":{"tf":1.0},"43":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"43":{"tf":1.0},"53":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":10,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.7320508075688772},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.7320508075688772},"33":{"tf":1.0},"53":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"21":{"tf":1.0},"23":{"tf":1.0},"55":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"15":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"42":{"tf":1.0},"53":{"tf":2.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":4,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"x":{"df":2,"docs":{"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":3,"docs":{"31":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"49":{"tf":1.0}}}}}}}},"d":{"(":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"[":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"a":{"df":9,"docs":{"0":{"tf":1.7320508075688772},"22":{"tf":1.0},"25":{"tf":1.7320508075688772},"26":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.0},"9":{"tf":1.0}},"t":{"a":{"df":14,"docs":{"0":{"tf":2.0},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"25":{"tf":1.0},"3":{"tf":1.4142135623730951},"4":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":2,"docs":{"12":{"tf":1.0},"4":{"tf":1.0}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":3,"docs":{"37":{"tf":1.0},"41":{"tf":1.0},"8":{"tf":1.0}},"g":{"df":2,"docs":{"11":{"tf":1.0},"54":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"12":{"tf":1.0},"17":{"tf":1.0}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"r":{"df":8,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"3":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"42":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":5,"docs":{"21":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"17":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"20":{"tf":1.0},"21":{"tf":1.0},"55":{"tf":1.0}}}}}}},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"28":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"58":{"tf":1.0}}}},"i":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"34":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"a":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":9,"docs":{"16":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"53":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"41":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":12,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"27":{"tf":1.0},"32":{"tf":2.449489742783178},"35":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.4142135623730951},"53":{"tf":1.0},"6":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"45":{"tf":1.0},"50":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":6,"docs":{"16":{"tf":1.0},"18":{"tf":1.4142135623730951},"3":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"13":{"tf":1.7320508075688772},"30":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"11":{"tf":1.0},"8":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":16,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.7320508075688772},"43":{"tf":2.23606797749979},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"14":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"57":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"37":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"38":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"54":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"41":{"tf":1.0},"42":{"tf":1.0}},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"31":{"tf":1.0}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"38":{"tf":1.4142135623730951},"4":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"22":{"tf":1.0},"30":{"tf":1.0},"53":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"\'":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"32":{"tf":1.7320508075688772}},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":2.0}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"26":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"[":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}},"df":9,"docs":{"12":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0}},"n":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"p":{"/":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"30":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"l":{"df":6,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.0},"45":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.7320508075688772}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":11,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":3,"docs":{"12":{"tf":1.0},"51":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"50":{"tf":1.7320508075688772},"51":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},".":{"df":0,"docs":{},"g":{"df":8,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"12":{"tf":1.0}}}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"13":{"tf":1.0},"16":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"41":{"tf":1.0}}}}},"s":{"df":1,"docs":{"38":{"tf":1.0}},"i":{"df":1,"docs":{"17":{"tf":1.0}}}}},"df":1,"docs":{"12":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"3":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"21":{"tf":1.0},"26":{"tf":1.0},"41":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"d":{"df":4,"docs":{"16":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"10":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"15":{"tf":1.0},"3":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":5,"docs":{"10":{"tf":1.4142135623730951},"17":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":7,"docs":{"0":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.4142135623730951},"48":{"tf":1.0},"58":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":22,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"3":{"tf":1.4142135623730951},"35":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.7320508075688772},"53":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"7":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"56":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"r":{"(":{"\\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"50":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"46":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"2":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"a":{"df":0,"docs":{},"l":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":6,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"47":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":3,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":18,"docs":{"15":{"tf":1.0},"23":{"tf":1.7320508075688772},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.7320508075688772},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"49":{"tf":1.7320508075688772},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":7,"docs":{"0":{"tf":1.4142135623730951},"17":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"55":{"tf":1.4142135623730951},"58":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":6,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":3,"docs":{"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":39,"docs":{"1":{"tf":1.0},"12":{"tf":2.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":2.0},"19":{"tf":1.0},"20":{"tf":2.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"30":{"tf":1.7320508075688772},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"40":{"tf":1.7320508075688772},"41":{"tf":1.0},"43":{"tf":2.23606797749979},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"49":{"tf":2.0},"50":{"tf":2.23606797749979},"51":{"tf":2.23606797749979},"52":{"tf":1.4142135623730951},"53":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"7":{"tf":2.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"55":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}},"s":{"df":2,"docs":{"41":{"tf":1.0},"45":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"—":{"a":{"d":{"df":0,"docs":{},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"20":{"tf":1.0},"21":{"tf":1.0},"55":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":8,"docs":{"13":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.7320508075688772},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.4142135623730951}}},"df":0,"docs":{},"s":{"df":1,"docs":{"16":{"tf":1.0}}}}}}},"}":{"\\"":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"51":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"f":{"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"15":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"12":{"tf":1.0},"45":{"tf":1.0},"57":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":8,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.7320508075688772},"47":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}},"k":{"df":0,"docs":{},"e":{"df":2,"docs":{"28":{"tf":1.0},"32":{"tf":1.0}}}},"l":{"df":0,"docs":{},"s":{"df":3,"docs":{"10":{"tf":1.0},"41":{"tf":1.0},"57":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}}}},"q":{"df":1,"docs":{"57":{"tf":1.7320508075688772}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"17":{"tf":1.0},"32":{"tf":1.0},"45":{"tf":1.0},"52":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"22":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"32":{"tf":1.0},"47":{"tf":1.0}}},"df":0,"docs":{}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":1,"docs":{"31":{"tf":1.0}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"22":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"57":{"tf":1.0}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"17":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"41":{"tf":1.0},"8":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"57":{"tf":1.0}}}}}}}}}},"t":{"df":6,"docs":{"15":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"49":{"tf":1.0}}},"x":{"df":1,"docs":{"8":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"35":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0}}},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"56":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":4,"docs":{"13":{"tf":1.0},"24":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"53":{"tf":1.0},"55":{"tf":1.0}}}}}}},"n":{"df":6,"docs":{"10":{"tf":1.0},"50":{"tf":2.449489742783178},"51":{"tf":2.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"o":{"c":{"df":0,"docs":{},"u":{"df":1,"docs":{"6":{"tf":1.0}},"s":{"df":3,"docs":{"0":{"tf":1.0},"15":{"tf":1.0},"41":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"35":{"tf":1.0},"4":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"t":{"!":{"(":{"\\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"4":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":13,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"2":{"tf":1.7320508075688772},"21":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"45":{"tf":1.0},"46":{"tf":1.0}}}}}}}}}}},"df":21,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.4142135623730951},"2":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.4142135623730951},"4":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.7320508075688772},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.4142135623730951},"55":{"tf":1.0},"6":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}},"’":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"3":{"tf":1.0},"32":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"8":{"tf":1.0}}}}}}},"d":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"g":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"3":{"tf":1.0},"56":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"40":{"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":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"45":{"tf":1.0},"50":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":8,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"33":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0}}}}},"t":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}},"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":1,"docs":{"1":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"58":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"17":{"tf":1.0},"22":{"tf":1.0}}}},"df":0,"docs":{},"o":{"d":{"df":5,"docs":{"10":{"tf":1.0},"38":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"17":{"tf":1.0},"22":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":1,"docs":{"52":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"14":{"tf":1.0},"43":{"tf":1.0},"54":{"tf":1.0}}},"df":0,"docs":{}}},"df":29,"docs":{"1":{"tf":1.0},"14":{"tf":1.7320508075688772},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"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}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"30":{"tf":1.0}}}},"n":{"d":{"df":1,"docs":{"12":{"tf":1.0}},"l":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"r":{"d":{"df":1,"docs":{"8":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"17":{"tf":1.0},"4":{"tf":1.0},"9":{"tf":1.7320508075688772}},"i":{"df":2,"docs":{"20":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":1,"docs":{"5":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.7320508075688772}}}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"0":{"tf":1.0},"51":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":9,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"29":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"39":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"53":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"i":{"[":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"20":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"a":{"df":9,"docs":{"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"i":{"df":28,"docs":{"14":{"tf":1.7320508075688772},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"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}},"i":{"df":12,"docs":{"42":{"tf":1.7320508075688772},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"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":3,"docs":{"23":{"tf":1.0},"27":{"tf":1.0},"49":{"tf":1.0}}}}}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.7320508075688772}}}},"l":{"df":2,"docs":{"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0}}}}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":4,"docs":{"0":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":8,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"40":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"4":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"\\"":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"c":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"3":{"tf":1.0},"6":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"12":{"tf":1.0},"21":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":3,"docs":{"20":{"tf":1.4142135623730951},"45":{"tf":1.0},"50":{"tf":1.4142135623730951}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"45":{"tf":1.0},"50":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"df":2,"docs":{"38":{"tf":1.0},"41":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"56":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"56":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":4,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"3":{"tf":1.0},"53":{"tf":1.0}}}},"n":{"d":{"df":4,"docs":{"17":{"tf":1.0},"43":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"55":{"tf":1.0},"6":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"27":{"tf":1.0},"30":{"tf":1.0}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.4142135623730951},"28":{"tf":1.0},"3":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":3,"docs":{"28":{"tf":1.0},"53":{"tf":1.7320508075688772},"9":{"tf":2.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"5":{"tf":1.0}}}}}},"v":{"df":3,"docs":{"31":{"tf":1.0},"56":{"tf":1.0},"7":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"8":{"tf":1.0}},"t":{"df":1,"docs":{"3":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":2,"docs":{"41":{"tf":1.0},"50":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.0},"37":{"tf":1.0}}}}},"v":{"df":5,"docs":{"54":{"tf":1.7320508075688772},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}}},"j":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"g":{"df":4,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}}},"k":{"8":{"df":6,"docs":{"16":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":17,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.7320508075688772},"22":{"tf":1.4142135623730951},"26":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951}}}},"y":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}},"n":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"55":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"39":{"tf":1.4142135623730951},"4":{"tf":1.0},"53":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"28":{"tf":1.0}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"13":{"tf":1.0},"7":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"31":{"tf":1.0},"43":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"28":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"21":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"25":{"tf":1.0},"4":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"15":{"tf":1.7320508075688772},"21":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"12":{"tf":1.0},"43":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":12,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.7320508075688772},"53":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":2,"docs":{"12":{"tf":1.7320508075688772},"34":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"20":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":19,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.7320508075688772},"3":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"9":{"tf":1.0}}}}},"o":{"a":{"d":{"df":1,"docs":{"29":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"df":11,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"35":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"4":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.0}}},"t":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":3,"docs":{"50":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}},"i":{"c":{"df":3,"docs":{"0":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{}},"s":{"/":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":5,"docs":{"10":{"tf":1.0},"17":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"39":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"30":{"tf":1.0},"57":{"tf":1.0}}},"p":{"df":3,"docs":{"22":{"tf":1.0},"37":{"tf":1.0},"6":{"tf":1.0}}},"s":{"df":1,"docs":{"15":{"tf":1.0}}}},"w":{"df":1,"docs":{"29":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"r":{"df":2,"docs":{"12":{"tf":1.0},"4":{"tf":1.0}}},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"10":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"38":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"10":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"13":{"tf":1.0},"42":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":8,"docs":{"13":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"53":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}},"n":{"df":0,"docs":{},"i":{"df":6,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0}}}},"p":{"df":3,"docs":{"16":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0}}},"t":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"49":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"54":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"17":{"tf":1.0},"39":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}},"y":{"b":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":8,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"43":{"tf":1.0},"57":{"tf":1.0}}}}},"t":{"df":1,"docs":{"21":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"2":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"41":{"tf":1.0},"58":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"c":{"df":5,"docs":{"12":{"tf":1.0},"31":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"22":{"tf":1.0},"24":{"tf":1.0},"37":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"10":{"tf":1.7320508075688772},"55":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"56":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":4,"docs":{"41":{"tf":1.0},"45":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}}}},"x":{"df":2,"docs":{"56":{"tf":1.0},"8":{"tf":1.0}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"30":{"tf":1.4142135623730951}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":8,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"29":{"tf":1.0},"43":{"tf":2.23606797749979},"53":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"34":{"tf":1.0}}}},"df":1,"docs":{"45":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"52":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"13":{"tf":1.0},"22":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":8,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.4142135623730951},"34":{"tf":1.7320508075688772},"38":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"22":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"45":{"tf":1.0},"50":{"tf":1.0}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"df":2,"docs":{"29":{"tf":1.0},"9":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":8,"docs":{"21":{"tf":1.0},"3":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.0},"57":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"g":{"df":2,"docs":{"30":{"tf":1.0},"41":{"tf":1.0}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":11,"docs":{"0":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"28":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"4":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}}},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":8,"docs":{"27":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.7320508075688772},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"47":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":23,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"12":{"tf":1.4142135623730951},"15":{"tf":1.7320508075688772},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"2":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.4142135623730951},"32":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.7320508075688772},"43":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.4142135623730951},"56":{"tf":1.0},"58":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":2,"docs":{"22":{"tf":1.0},"8":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"df":7,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.7320508075688772},"32":{"tf":1.0},"41":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"21":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"[":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":17,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"22":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"12":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"53":{"tf":1.0},"55":{"tf":1.0}}}}}},"k":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"\\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":1,"docs":{"50":{"tf":1.0}}},"n":{"c":{"df":3,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0}}},"df":5,"docs":{"15":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"40":{"tf":1.0},"48":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"39":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"17":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"41":{"tf":2.23606797749979},"57":{"tf":1.0}}}},"t":{"df":2,"docs":{"21":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"12":{"tf":1.0},"26":{"tf":1.0},"47":{"tf":1.0}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":7,"docs":{"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"21":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":1.0}}}}}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"29":{"tf":1.4142135623730951}}}}},"df":1,"docs":{"28":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":8,"docs":{"12":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"3":{"tf":1.0},"6":{"tf":1.4142135623730951},"9":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.7320508075688772}}}}}}}}}},"p":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"12":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"28":{"tf":1.0}}},"k":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"16":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":4,"docs":{"1":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"33":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"30":{"tf":1.0}}}}}}}},"df":0,"docs":{},"t":{"df":57,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.7320508075688772},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.7320508075688772},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"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},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.7320508075688772},"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":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.7320508075688772},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":5,"docs":{"0":{"tf":1.0},"19":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"35":{"tf":1.0},"41":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":1,"docs":{"12":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"19":{"tf":1.0},"25":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":3,"docs":{"15":{"tf":1.0},"21":{"tf":2.449489742783178},"22":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"28":{"tf":1.0}}}},"r":{"df":5,"docs":{"21":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":1.0},"33":{"tf":1.0},"7":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"0":{"tf":1.0},"4":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"29":{"tf":1.4142135623730951},"34":{"tf":3.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":7,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"5":{"tf":1.7320508075688772},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"33":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"15":{"tf":1.0},"16":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"34":{"tf":1.4142135623730951}}}}}}}},"l":{"a":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":16,"docs":{"1":{"tf":1.0},"12":{"tf":2.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"20":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":2.0},"36":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"41":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"u":{"df":2,"docs":{"25":{"tf":1.0},"26":{"tf":1.0}},"g":{"df":1,"docs":{"49":{"tf":1.0}},"g":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"13":{"tf":1.0},"18":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"3":{"tf":1.0}}}},"df":0,"docs":{}},"df":3,"docs":{"38":{"tf":1.0},"41":{"tf":1.0},"56":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"31":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"14":{"tf":1.0},"22":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"9":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"15":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"35":{"tf":1.4142135623730951},"41":{"tf":2.0},"43":{"tf":1.0},"45":{"tf":1.0}}}}}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"26":{"tf":1.0},"41":{"tf":1.0}}}},"t":{"df":3,"docs":{"22":{"tf":1.0},"48":{"tf":1.0},"56":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"35":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":2.0}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"11":{"tf":1.0},"5":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"o":{"b":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":7,"docs":{"17":{"tf":1.0},"21":{"tf":1.0},"40":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.4142135623730951},"52":{"tf":1.0},"53":{"tf":1.0}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":5,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"58":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":6,"docs":{"0":{"tf":1.0},"20":{"tf":1.0},"32":{"tf":1.0},"47":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":1.7320508075688772}},"t":{"df":4,"docs":{"10":{"tf":1.0},"27":{"tf":1.0},"58":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":8,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.4142135623730951},"3":{"tf":1.0},"43":{"tf":1.0},"56":{"tf":1.0},"9":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":9,"docs":{"0":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"21":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"10":{"tf":1.0},"50":{"tf":1.0}},"r":{"df":1,"docs":{"41":{"tf":1.0}}}},"i":{"d":{"df":4,"docs":{"32":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":2,"docs":{"12":{"tf":1.4142135623730951},"40":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"40":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"b":{"df":2,"docs":{"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"0":{"tf":1.0},"58":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"57":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"18":{"tf":1.0},"3":{"tf":1.0}}}}}}}},"q":{"a":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}}}}}},"r":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"12":{"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":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"33":{"tf":1.4142135623730951},"8":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"df":11,"docs":{"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"12":{"tf":1.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"50":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"l":{"df":3,"docs":{"40":{"tf":1.0},"50":{"tf":1.7320508075688772},"51":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"—":{"a":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":11,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"26":{"tf":1.0},"32":{"tf":1.4142135623730951},"35":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772},"47":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":4,"docs":{"0":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"49":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"1":{"tf":1.0},"3":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"47":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"19":{"tf":1.0},"57":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":3,"docs":{"13":{"tf":1.0},"21":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":13,"docs":{"42":{"tf":1.7320508075688772},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":2.0},"54":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"0":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"35":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}},"x":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}},"df":1,"docs":{"7":{"tf":1.0}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"22":{"tf":1.0},"47":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"20":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"43":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":4,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":4,"docs":{"19":{"tf":1.0},"3":{"tf":1.0},"40":{"tf":1.0},"57":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":7,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"26":{"tf":1.0},"30":{"tf":1.0},"57":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"12":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":4,"docs":{"16":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":8,"docs":{"12":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"26":{"tf":1.4142135623730951},"34":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":5,"docs":{"22":{"tf":1.0},"35":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":3,"docs":{"0":{"tf":1.0},"58":{"tf":1.0},"9":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"46":{"tf":1.0},"50":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"15":{"tf":1.4142135623730951},"21":{"tf":1.0},"46":{"tf":1.0},"53":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":3,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"57":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"10":{"tf":1.0},"57":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":8,"docs":{"0":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":1.7320508075688772}}}}},"p":{"c":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"45":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.7320508075688772},"51":{"tf":1.4142135623730951}}}}}}}}},"df":26,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"10":{"tf":2.0},"12":{"tf":1.7320508075688772},"13":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.7320508075688772},"20":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":2.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":2.23606797749979},"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.0},"43":{"tf":2.0},"5":{"tf":1.0},"51":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.7320508075688772},"57":{"tf":1.4142135623730951},"58":{"tf":1.7320508075688772},"7":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":3,"docs":{"29":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.4142135623730951}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":22,"docs":{"12":{"tf":1.0},"13":{"tf":1.4142135623730951},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.7320508075688772},"36":{"tf":2.0},"37":{"tf":1.7320508075688772},"38":{"tf":1.7320508075688772},"39":{"tf":1.7320508075688772},"4":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"43":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.7320508075688772},"53":{"tf":1.7320508075688772},"56":{"tf":1.7320508075688772},"57":{"tf":1.7320508075688772},"58":{"tf":1.0}},"’":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"40":{"tf":1.0}},"{":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"40":{"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":{},"i":{"df":0,"docs":{},"m":{"df":6,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"33":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"40":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"49":{"tf":1.7320508075688772},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"48":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":5,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"35":{"tf":1.4142135623730951},"53":{"tf":1.0},"57":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"41":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"2":{"df":3,"docs":{"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"3":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.7320508075688772}}}}}}}},"df":0,"docs":{}}}}},"df":31,"docs":{"1":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.7320508075688772},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":2.23606797749979},"16":{"tf":1.7320508075688772},"17":{"tf":2.23606797749979},"18":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":2.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"27":{"tf":1.0},"34":{"tf":2.0},"35":{"tf":2.23606797749979},"36":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":2.6457513110645907},"5":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":2.23606797749979},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":2.0},"57":{"tf":1.7320508075688772},"58":{"tf":1.4142135623730951},"8":{"tf":1.0}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"29":{"tf":1.0},"39":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"41":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"22":{"tf":1.0},"29":{"tf":1.0},"7":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"d":{"df":8,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}}},"df":4,"docs":{"17":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"26":{"tf":1.0},"35":{"tf":1.0}}}},"df":0,"docs":{}},"f":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":3,"docs":{"21":{"tf":1.0},"50":{"tf":1.7320508075688772},"51":{"tf":1.7320508075688772}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"8":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"31":{"tf":1.0}}},"v":{"df":1,"docs":{"53":{"tf":1.0}},"i":{"c":{"df":3,"docs":{"38":{"tf":1.0},"56":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":8,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"24":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"42":{"tf":1.0},"55":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"16":{"tf":1.0},"38":{"tf":1.0},"56":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":18,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":7,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.7320508075688772}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"0":{"tf":1.0},"10":{"tf":1.4142135623730951},"57":{"tf":1.0}}}},"w":{"df":4,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"27":{"tf":1.0},"49":{"tf":1.0}}}}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":12,"docs":{"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.7320508075688772},"41":{"tf":1.7320508075688772},"47":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"9":{"tf":2.0}},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"41":{"tf":1.0}}},"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":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"24":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"28":{"tf":1.4142135623730951},"32":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":3,"docs":{"12":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0}}}}},"t":{"df":1,"docs":{"15":{"tf":1.0}}},"z":{"df":0,"docs":{},"e":{"df":1,"docs":{"9":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}},"w":{"df":4,"docs":{"28":{"tf":1.0},"41":{"tf":1.0},"56":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"56":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"17":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":5,"docs":{"21":{"tf":1.0},"24":{"tf":1.0},"52":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"46":{"tf":1.0},"51":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"3":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":7,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"26":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0},"5":{"tf":1.0},"55":{"tf":1.0}},"i":{"df":1,"docs":{"17":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":3,"docs":{"22":{"tf":1.0},"36":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"t":{"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"38":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"34":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"56":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"22":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"df":0,"docs":{}},"_":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"46":{"tf":1.0},"51":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":13,"docs":{"12":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.7320508075688772},"43":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"12":{"tf":1.0},"22":{"tf":1.0},"29":{"tf":1.0},"9":{"tf":1.7320508075688772}}},"i":{"c":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}},"y":{"df":5,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"31":{"tf":1.0},"51":{"tf":1.4142135623730951},"57":{"tf":1.0}}}},"d":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{":":{":":{"a":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"50":{"tf":1.0}}},"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":{},"p":{"df":2,"docs":{"21":{"tf":1.0},"41":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"28":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"57":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":3,"docs":{"12":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0}}}},"r":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"25":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"b":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"55":{"tf":1.4142135623730951}}}}}},"u":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"24":{"tf":1.0},"28":{"tf":1.4142135623730951},"30":{"tf":1.0}}}},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"6":{"tf":1.0}}}}},"df":5,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"30":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"0":{"tf":1.0},"58":{"tf":1.0}}}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"39":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"54":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"13":{"tf":1.0},"22":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"56":{"tf":1.0}}}}}}},"n":{"c":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"27":{"tf":1.0},"28":{"tf":1.4142135623730951},"32":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":8,"docs":{"20":{"tf":1.4142135623730951},"26":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}}}}}}}},"t":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"7":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":4,"docs":{"17":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.7320508075688772},"57":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"43":{"tf":1.0}}}}},"d":{"df":3,"docs":{"20":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":3,"docs":{"22":{"tf":1.0},"3":{"tf":1.4142135623730951},"55":{"tf":1.0}}},"r":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"21":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":29,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.4142135623730951},"15":{"tf":2.0},"16":{"tf":1.7320508075688772},"17":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.7320508075688772},"30":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":2.0},"52":{"tf":1.0},"53":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"6":{"tf":1.7320508075688772},"7":{"tf":1.0},"8":{"tf":1.7320508075688772},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"47":{"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":{"46":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"{":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"51":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"7":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"13":{"tf":1.0},"35":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"e":{"df":13,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.4142135623730951},"31":{"tf":1.7320508075688772},"37":{"tf":1.0},"41":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":2.23606797749979}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}}},"r":{"df":1,"docs":{"28":{"tf":1.4142135623730951}}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"15":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"41":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"31":{"tf":1.0},"33":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":23,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"33":{"tf":2.0},"35":{"tf":1.0},"4":{"tf":1.7320508075688772},"43":{"tf":1.7320508075688772},"48":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"53":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0},"8":{"tf":1.0}},"y":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"g":{"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":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"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":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"15":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0}}},"k":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":16,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"26":{"tf":1.4142135623730951},"29":{"tf":1.7320508075688772},"3":{"tf":1.0},"4":{"tf":1.7320508075688772},"40":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"58":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"49":{"tf":1.0},"55":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":15,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"21":{"tf":1.0},"24":{"tf":2.0},"25":{"tf":2.0},"26":{"tf":1.0},"34":{"tf":1.0},"40":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"5":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"16":{"tf":1.7320508075688772}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"41":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"19":{"tf":1.0},"30":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.7320508075688772}}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"29":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":3,"docs":{"22":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"36":{"tf":1.0},"4":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":1,"docs":{"24":{"tf":1.0}}}},"x":{"df":1,"docs":{"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"36":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"28":{"tf":1.0},"3":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"51":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":1,"docs":{"53":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"17":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"16":{"tf":1.0}}}},"df":21,"docs":{"0":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.4142135623730951},"29":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":1.0},"50":{"tf":2.23606797749979},"51":{"tf":1.7320508075688772},"53":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":30,"docs":{"14":{"tf":1.7320508075688772},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"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},"55":{"tf":1.0},"9":{"tf":1.7320508075688772}}}},"i":{"df":0,"docs":{},"z":{"df":2,"docs":{"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":17,"docs":{"0":{"tf":1.4142135623730951},"13":{"tf":1.0},"17":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.7320508075688772},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"31":{"tf":1.0},"33":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"55":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"u":{"df":1,"docs":{"30":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"33":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"!":{"[":{"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":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"10":{"tf":1.0},"57":{"tf":1.0}},"f":{"df":2,"docs":{"13":{"tf":1.0},"32":{"tf":1.0}},"i":{"df":5,"docs":{"20":{"tf":1.0},"28":{"tf":1.0},"41":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"16":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"[":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"12":{"tf":1.0},"35":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":2.23606797749979}},"e":{"df":0,"docs":{},"t":{"df":13,"docs":{"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"29":{"tf":1.4142135623730951}}}},"y":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":1,"docs":{"12":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"21":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"55":{"tf":1.0},"58":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"56":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":9,"docs":{"10":{"tf":1.4142135623730951},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"20":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":4,"docs":{"38":{"tf":1.0},"45":{"tf":1.0},"52":{"tf":1.4142135623730951},"56":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"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":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"5":{"df":1,"docs":{"10":{"tf":1.0}}},"6":{"0":{"df":2,"docs":{"10":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"0":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"31":{"tf":1.0},"9":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"32":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":2,"docs":{"3":{"tf":1.0},"6":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"53":{"tf":1.7320508075688772}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":38,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"12":{"tf":2.23606797749979},"13":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.7320508075688772},"18":{"tf":2.0},"19":{"tf":2.449489742783178},"20":{"tf":2.23606797749979},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"24":{"tf":1.7320508075688772},"25":{"tf":2.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.0},"28":{"tf":1.7320508075688772},"29":{"tf":1.7320508075688772},"30":{"tf":1.0},"35":{"tf":1.7320508075688772},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":2.23606797749979},"45":{"tf":1.7320508075688772},"46":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":2.0},"50":{"tf":2.6457513110645907},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.7320508075688772},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.7320508075688772}},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"15":{"tf":2.0},"16":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"d":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"5":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"e":{"df":1,"docs":{"57":{"tf":1.0}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"29":{"tf":1.0}}}}}}}},"title":{"root":{"2":{"df":1,"docs":{"24":{"tf":1.0}}},"a":{"d":{"df":4,"docs":{"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"54":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"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":{"17":{"tf":1.0}}}}}}}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"z":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":2,"docs":{"26":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"26":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"40":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"38":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"51":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"55":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"55":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"31":{"tf":1.0},"32":{"tf":1.0}}}}}}}},"d":{"a":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"32":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"42":{"tf":1.0},"43":{"tf":1.0}}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"38":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"32":{"tf":1.0}},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"l":{"df":1,"docs":{"55":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"23":{"tf":1.0},"27":{"tf":1.0},"49":{"tf":1.0}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"18":{"tf":1.0},"20":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}}}}}},"f":{"a":{"df":0,"docs":{},"q":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"44":{"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":{"33":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"58":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"14":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"48":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"i":{"df":1,"docs":{"14":{"tf":1.0}},"i":{"df":1,"docs":{"42":{"tf":1.0}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"53":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"v":{"df":1,"docs":{"54":{"tf":1.0}}}},"k":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"39":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"26":{"tf":1.0}}}}},"o":{"a":{"d":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"10":{"tf":1.0}}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"30":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"28":{"tf":1.0}}}}}}},"w":{"df":1,"docs":{"49":{"tf":1.0}}}}},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"9":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"29":{"tf":1.0}}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"14":{"tf":1.0},"2":{"tf":1.0},"42":{"tf":1.0},"54":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"34":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}}}}}}},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"o":{"b":{"df":0,"docs":{},"e":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"42":{"tf":1.0},"53":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":3,"docs":{"10":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"47":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":6,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":1.0},"56":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"24":{"tf":1.0},"50":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"28":{"tf":1.0}}}}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"7":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"33":{"tf":1.0},"48":{"tf":1.0}}}}}}}},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"24":{"tf":1.0},"25":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":1,"docs":{"16":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"29":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"10":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"52":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":9,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"45":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"lang":"English","pipeline":["trimmer","stopWordFilter","stemmer"],"ref":"id","version":"0.9.5"},"results_options":{"limit_results":30,"teaser_word_count":30},"search_options":{"bool":"OR","expand":true,"fields":{"body":{"boost":1},"breadcrumbs":{"boost":1},"title":{"boost":2}}}}')); \ No newline at end of file diff --git a/docs/searchindex-fbbb157a.js b/docs/searchindex-fbbb157a.js new file mode 100644 index 0000000..88ddbe7 --- /dev/null +++ b/docs/searchindex-fbbb157a.js @@ -0,0 +1 @@ +window.search = Object.assign(window.search, JSON.parse('{"doc_urls":["project-context-primer.html#project-context-primer","what-you-will-learn.html#what-you-will-learn","what-you-will-learn.html#who-this-book-is-for","what-you-will-learn.html#what-youll-be-able-to-do","what-you-will-learn.html#prerequisites","what-you-will-learn.html#how-to-use-this-book","what-you-will-learn.html#whats-covered","quickstart.html#quickstart","quickstart.html#prerequisites","quickstart.html#your-first-test","quickstart.html#run-it","quickstart.html#what-just-happened","quickstart.html#1-topology-configuration","quickstart.html#2-expectation","quickstart.html#3-run-duration","quickstart.html#4-deploy-and-execute","quickstart.html#add-transaction-traffic","quickstart.html#try-docker-compose","quickstart.html#next-steps","part-i.html#part-i--foundations","introduction.html#introduction","introduction.html#next-steps","architecture-overview.html#architecture-overview","testing-philosophy.html#testing-philosophy","testing-philosophy.html#declarative-over-imperative","testing-philosophy.html#protocol-time-not-wall-time","testing-philosophy.html#determinism-first-chaos-when-needed","testing-philosophy.html#observable-health-signals","testing-philosophy.html#minimum-run-windows","testing-philosophy.html#summary","scenario-lifecycle.html#scenario-lifecycle","design-rationale.html#design-rationale","part-ii.html#part-ii--user-guide","workspace-layout.html#workspace-layout","workspace-layout.html#directory-structure","workspace-layout.html#key-files-by-crate","workspace-layout.html#testing-frameworkconfigs","workspace-layout.html#testing-frameworkcore","workspace-layout.html#testing-frameworkworkflows","workspace-layout.html#testing-frameworkrunners","workspace-layout.html#design-philosophy","annotated-tree.html#annotated-tree","annotated-tree.html#navigation-guide","authoring-scenarios.html#authoring-scenarios","authoring-scenarios.html#see-also","workloads.html#core-content-workloads--expectations","workloads.html#workloads","workloads.html#expectations","scenario-builder-ext-patterns.html#core-content-scenariobuilderext-patterns","scenario-builder-ext-patterns.html#design-fluent-builder-pattern","scenario-builder-ext-patterns.html#available-extensions","scenario-builder-ext-patterns.html#topology-configuration","scenario-builder-ext-patterns.html#wallet-seeding","scenario-builder-ext-patterns.html#transaction-workload","scenario-builder-ext-patterns.html#da-workload","scenario-builder-ext-patterns.html#chaos-workload","scenario-builder-ext-patterns.html#consensus-liveness-expectation","scenario-builder-ext-patterns.html#extension-workflow","scenario-builder-ext-patterns.html#see-also","best-practices.html#best-practices","best-practices.html#state-your-intent","best-practices.html#keep-runs-meaningful","best-practices.html#separate-concerns","best-practices.html#reuse-patterns","best-practices.html#observe-first-tune-second","best-practices.html#environment-fit","best-practices.html#minimal-surprises","examples.html#examples","examples.html#quick-reference","examples.html#simple-consensus-liveness","examples.html#transaction-workload","examples.html#da--transaction-workload","examples.html#chaos-resilience-test","examples.html#see-also","examples-advanced.html#advanced-examples","examples-advanced.html#quick-reference","examples-advanced.html#load-progression-test","examples-advanced.html#sustained-load-test","examples-advanced.html#aggressive-chaos-test","examples-advanced.html#extension-ideas","examples-advanced.html#invalid-transaction-fuzzing","examples-advanced.html#custom-expectation-wallet-balance-verification","examples-advanced.html#network-partition-recovery","examples-advanced.html#custom-expectation-block-timing-consistency","examples-advanced.html#see-also","running-scenarios.html#running-scenarios","runners.html#runners","runners.html#local-runner","runners.html#docker-compose-runner","runners.html#kubernetes-runner","runners.html#common-expectations","runners.html#see-also","operations.html#operations","operations.html#environment-variables","operations.html#pol_proof_dev_mode","operations.html#other-variables","operations.html#kubernetes-setup","operations.html#1-build-the-testnet-image","operations.html#2-make-the-image-available-to-your-cluster","operations.html#3-export-the-image-tag","operations.html#4-ensure-circuit-assets-are-present","operations.html#5-verify-cluster-permissions","operations.html#6-run-k8s-tests","operations.html#observability-prometheus-and-node-apis","operations.html#prometheus-metrics","operations.html#accessing-metrics-in-custom-expectations","operations.html#accessing-node-http-apis","operations.html#see-also","part-iii.html#part-iii--developer-reference","scenario-model.html#scenario-model-developer-level","extending.html#extending-the-framework","extending.html#adding-a-workload","extending.html#adding-an-expectation","extending.html#adding-a-runner","extending.html#adding-topology-helpers","extending.html#see-also","custom-workload-example.html#example-new-workload--expectation-rust","custom-workload-example.html#workload-simple-reachability-probe","custom-workload-example.html#expectation-confirm-the-target-stayed-reachable","custom-workload-example.html#how-to-wire-it","internal-crate-reference.html#internal-crate-reference","internal-crate-reference.html#testing-frameworkconfigs","internal-crate-reference.html#testing-frameworkcore","internal-crate-reference.html#testing-frameworkworkflows","internal-crate-reference.html#testing-frameworkrunners","internal-crate-reference.html#testsworkflows","internal-crate-reference.html#decision-tree-where-to-add-code","part-iv.html#part-iv--appendix","dsl-cheat-sheet.html#builder-api-quick-reference","dsl-cheat-sheet.html#imports","dsl-cheat-sheet.html#topology-configuration","dsl-cheat-sheet.html#wallet-seeding","dsl-cheat-sheet.html#transaction-workload","dsl-cheat-sheet.html#data-availability-workload","dsl-cheat-sheet.html#consensus-liveness-expectation","dsl-cheat-sheet.html#run-duration","dsl-cheat-sheet.html#node-control-capabilities","dsl-cheat-sheet.html#chaos-workload","dsl-cheat-sheet.html#building-the-scenario","dsl-cheat-sheet.html#deploying-and-running","dsl-cheat-sheet.html#complete-example","troubleshooting.html#troubleshooting-scenarios","troubleshooting.html#failure-triage-guide","troubleshooting.html#step-1-identify-the-failure-mode","troubleshooting.html#step-2-check-high-level-signals","troubleshooting.html#step-3-examine-node-logs","troubleshooting.html#step-4-scenario-specific-triage","troubleshooting.html#step-5-common-root-causes","troubleshooting.html#step-6-environment-variables-for-debugging","troubleshooting.html#common-error-messages","troubleshooting.html#deployment-errors","troubleshooting.html#workload-errors","troubleshooting.html#expectation-failures","troubleshooting.html#runner-specific-errors","troubleshooting.html#see-also","faq.html#faq","glossary.html#glossary"],"index":{"documentStore":{"docInfo":{"0":{"body":78,"breadcrumbs":6,"title":3},"1":{"body":0,"breadcrumbs":2,"title":1},"10":{"body":46,"breadcrumbs":4,"title":1},"100":{"body":17,"breadcrumbs":10,"title":5},"101":{"body":22,"breadcrumbs":9,"title":4},"102":{"body":17,"breadcrumbs":9,"title":4},"103":{"body":0,"breadcrumbs":9,"title":4},"104":{"body":39,"breadcrumbs":7,"title":2},"105":{"body":32,"breadcrumbs":9,"title":4},"106":{"body":61,"breadcrumbs":9,"title":4},"107":{"body":20,"breadcrumbs":6,"title":1},"108":{"body":10,"breadcrumbs":8,"title":4},"109":{"body":116,"breadcrumbs":12,"title":4},"11":{"body":3,"breadcrumbs":4,"title":1},"110":{"body":0,"breadcrumbs":8,"title":2},"111":{"body":39,"breadcrumbs":8,"title":2},"112":{"body":21,"breadcrumbs":8,"title":2},"113":{"body":29,"breadcrumbs":8,"title":2},"114":{"body":21,"breadcrumbs":9,"title":3},"115":{"body":23,"breadcrumbs":7,"title":1},"116":{"body":19,"breadcrumbs":14,"title":5},"117":{"body":121,"breadcrumbs":13,"title":4},"118":{"body":68,"breadcrumbs":14,"title":5},"119":{"body":24,"breadcrumbs":10,"title":1},"12":{"body":26,"breadcrumbs":6,"title":3},"120":{"body":7,"breadcrumbs":10,"title":3},"121":{"body":37,"breadcrumbs":9,"title":2},"122":{"body":89,"breadcrumbs":9,"title":2},"123":{"body":81,"breadcrumbs":9,"title":2},"124":{"body":79,"breadcrumbs":9,"title":2},"125":{"body":34,"breadcrumbs":8,"title":1},"126":{"body":56,"breadcrumbs":11,"title":4},"127":{"body":10,"breadcrumbs":6,"title":3},"128":{"body":33,"breadcrumbs":11,"title":4},"129":{"body":15,"breadcrumbs":8,"title":1},"13":{"body":9,"breadcrumbs":5,"title":2},"130":{"body":27,"breadcrumbs":9,"title":2},"131":{"body":13,"breadcrumbs":9,"title":2},"132":{"body":18,"breadcrumbs":9,"title":2},"133":{"body":19,"breadcrumbs":10,"title":3},"134":{"body":8,"breadcrumbs":10,"title":3},"135":{"body":14,"breadcrumbs":9,"title":2},"136":{"body":15,"breadcrumbs":10,"title":3},"137":{"body":14,"breadcrumbs":9,"title":2},"138":{"body":6,"breadcrumbs":9,"title":2},"139":{"body":12,"breadcrumbs":9,"title":2},"14":{"body":13,"breadcrumbs":6,"title":3},"140":{"body":44,"breadcrumbs":9,"title":2},"141":{"body":0,"breadcrumbs":7,"title":2},"142":{"body":6,"breadcrumbs":8,"title":3},"143":{"body":19,"breadcrumbs":10,"title":5},"144":{"body":41,"breadcrumbs":11,"title":6},"145":{"body":52,"breadcrumbs":10,"title":5},"146":{"body":256,"breadcrumbs":10,"title":5},"147":{"body":69,"breadcrumbs":10,"title":5},"148":{"body":35,"breadcrumbs":10,"title":5},"149":{"body":6,"breadcrumbs":8,"title":3},"15":{"body":25,"breadcrumbs":6,"title":3},"150":{"body":108,"breadcrumbs":7,"title":2},"151":{"body":75,"breadcrumbs":7,"title":2},"152":{"body":109,"breadcrumbs":7,"title":2},"153":{"body":58,"breadcrumbs":8,"title":3},"154":{"body":21,"breadcrumbs":6,"title":1},"155":{"body":99,"breadcrumbs":5,"title":1},"156":{"body":299,"breadcrumbs":5,"title":1},"16":{"body":50,"breadcrumbs":6,"title":3},"17":{"body":27,"breadcrumbs":6,"title":3},"18":{"body":24,"breadcrumbs":5,"title":2},"19":{"body":10,"breadcrumbs":4,"title":2},"2":{"body":35,"breadcrumbs":2,"title":1},"20":{"body":84,"breadcrumbs":4,"title":1},"21":{"body":32,"breadcrumbs":5,"title":2},"22":{"body":106,"breadcrumbs":6,"title":2},"23":{"body":17,"breadcrumbs":6,"title":2},"24":{"body":40,"breadcrumbs":7,"title":3},"25":{"body":89,"breadcrumbs":8,"title":4},"26":{"body":66,"breadcrumbs":8,"title":4},"27":{"body":51,"breadcrumbs":7,"title":3},"28":{"body":40,"breadcrumbs":7,"title":3},"29":{"body":26,"breadcrumbs":5,"title":1},"3":{"body":45,"breadcrumbs":2,"title":1},"30":{"body":102,"breadcrumbs":6,"title":2},"31":{"body":68,"breadcrumbs":6,"title":2},"32":{"body":10,"breadcrumbs":8,"title":4},"33":{"body":18,"breadcrumbs":8,"title":2},"34":{"body":98,"breadcrumbs":8,"title":2},"35":{"body":0,"breadcrumbs":9,"title":3},"36":{"body":22,"breadcrumbs":8,"title":2},"37":{"body":59,"breadcrumbs":8,"title":2},"38":{"body":22,"breadcrumbs":8,"title":2},"39":{"body":22,"breadcrumbs":8,"title":2},"4":{"body":52,"breadcrumbs":2,"title":1},"40":{"body":50,"breadcrumbs":8,"title":2},"41":{"body":198,"breadcrumbs":8,"title":2},"42":{"body":40,"breadcrumbs":8,"title":2},"43":{"body":101,"breadcrumbs":8,"title":2},"44":{"body":28,"breadcrumbs":7,"title":1},"45":{"body":18,"breadcrumbs":12,"title":4},"46":{"body":38,"breadcrumbs":9,"title":1},"47":{"body":54,"breadcrumbs":9,"title":1},"48":{"body":16,"breadcrumbs":12,"title":4},"49":{"body":55,"breadcrumbs":12,"title":4},"5":{"body":63,"breadcrumbs":3,"title":2},"50":{"body":0,"breadcrumbs":10,"title":2},"51":{"body":35,"breadcrumbs":10,"title":2},"52":{"body":25,"breadcrumbs":10,"title":2},"53":{"body":30,"breadcrumbs":10,"title":2},"54":{"body":32,"breadcrumbs":10,"title":2},"55":{"body":33,"breadcrumbs":10,"title":2},"56":{"body":27,"breadcrumbs":11,"title":3},"57":{"body":71,"breadcrumbs":10,"title":2},"58":{"body":24,"breadcrumbs":9,"title":1},"59":{"body":9,"breadcrumbs":8,"title":2},"6":{"body":26,"breadcrumbs":3,"title":2},"60":{"body":41,"breadcrumbs":8,"title":2},"61":{"body":40,"breadcrumbs":9,"title":3},"62":{"body":62,"breadcrumbs":8,"title":2},"63":{"body":54,"breadcrumbs":8,"title":2},"64":{"body":65,"breadcrumbs":10,"title":4},"65":{"body":56,"breadcrumbs":8,"title":2},"66":{"body":60,"breadcrumbs":8,"title":2},"67":{"body":11,"breadcrumbs":6,"title":1},"68":{"body":69,"breadcrumbs":7,"title":2},"69":{"body":51,"breadcrumbs":8,"title":3},"7":{"body":6,"breadcrumbs":4,"title":1},"70":{"body":45,"breadcrumbs":7,"title":2},"71":{"body":52,"breadcrumbs":8,"title":3},"72":{"body":51,"breadcrumbs":8,"title":3},"73":{"body":25,"breadcrumbs":6,"title":1},"74":{"body":9,"breadcrumbs":9,"title":2},"75":{"body":76,"breadcrumbs":9,"title":2},"76":{"body":54,"breadcrumbs":10,"title":3},"77":{"body":61,"breadcrumbs":10,"title":3},"78":{"body":77,"breadcrumbs":10,"title":3},"79":{"body":0,"breadcrumbs":9,"title":2},"8":{"body":11,"breadcrumbs":4,"title":1},"80":{"body":45,"breadcrumbs":10,"title":3},"81":{"body":203,"breadcrumbs":12,"title":5},"82":{"body":85,"breadcrumbs":10,"title":3},"83":{"body":32,"breadcrumbs":12,"title":5},"84":{"body":26,"breadcrumbs":8,"title":1},"85":{"body":75,"breadcrumbs":8,"title":2},"86":{"body":20,"breadcrumbs":6,"title":1},"87":{"body":16,"breadcrumbs":7,"title":2},"88":{"body":23,"breadcrumbs":8,"title":3},"89":{"body":17,"breadcrumbs":7,"title":2},"9":{"body":48,"breadcrumbs":5,"title":2},"90":{"body":43,"breadcrumbs":7,"title":2},"91":{"body":15,"breadcrumbs":6,"title":1},"92":{"body":119,"breadcrumbs":6,"title":1},"93":{"body":0,"breadcrumbs":7,"title":2},"94":{"body":71,"breadcrumbs":6,"title":1},"95":{"body":17,"breadcrumbs":6,"title":1},"96":{"body":10,"breadcrumbs":7,"title":2},"97":{"body":12,"breadcrumbs":9,"title":4},"98":{"body":48,"breadcrumbs":10,"title":5},"99":{"body":13,"breadcrumbs":9,"title":4}},"docs":{"0":{"body":"This book focuses on the Nomos Testing Framework. It assumes familiarity with\\nthe Nomos architecture, but for completeness, here is a short primer. Nomos is a modular blockchain protocol with validators and a data-availability\\n(DA) subsystem. Validators participate in consensus and produce blocks. Executors are validators with the DA dispersal service enabled. They can\\nsubmit transactions and disperse blob data to the DA network. Data Availability (DA) handles blob data within transactions. When\\ntransactions include ChannelBlob operations, executors disperse the blob data\\nto the DA network, and validators sample and verify it’s available. These roles interact tightly, which is why meaningful testing must be performed\\nin multi-node environments that include real networking, timing, and DA\\ninteraction.","breadcrumbs":"Project Context Primer » Project Context Primer","id":"0","title":"Project Context Primer"},"1":{"body":"","breadcrumbs":"What You Will Learn » What You Will Learn","id":"1","title":"What You Will Learn"},"10":{"body":"# From the nomos-testing directory\\nPOL_PROOF_DEV_MODE=true cargo test -p tests-workflows smoke_test -- --nocapture Important: POL_PROOF_DEV_MODE=true disables expensive cryptographic proof generation, making tests run in seconds instead of minutes. This is required for LocalDeployer tests on local machines. What you should see: Nodes spawn as local processes Consensus starts producing blocks Test passes after 30 seconds Logs appear in ~/.nomos-tests/node-*/","breadcrumbs":"Part 0 — Quickstart » Run It","id":"10","title":"Run It"},"100":{"body":"K8s runner mounts the KZG parameters from: testing-framework/assets/stack/kzgrs_test_params/ If missing, the runner will fail fast. Fetch assets with provided helper scripts if needed.","breadcrumbs":"Part II — User Guide » Operations » 4. Ensure Circuit Assets Are Present","id":"100","title":"4. Ensure Circuit Assets Are Present"},"101":{"body":"Your kubeconfig must have permissions to: Create and delete namespaces Install and uninstall Helm releases Port-forward to pods and services Test with: kubectl auth can-i create namespaces\\nkubectl auth can-i create deployments","breadcrumbs":"Part II — User Guide » Operations » 5. Verify Cluster Permissions","id":"101","title":"5. Verify Cluster Permissions"},"102":{"body":"cargo test -p tests-workflows --test k8s_runner -- --nocapture Note: K8s tests are ignored by default ( #[ignore]) and require a live cluster.","breadcrumbs":"Part II — User Guide » Operations » 6. Run K8s Tests","id":"102","title":"6. Run K8s Tests"},"103":{"body":"","breadcrumbs":"Part II — User Guide » Operations » Observability: Prometheus and Node APIs","id":"103","title":"Observability: Prometheus and Node APIs"},"104":{"body":"Runners expose Prometheus metrics for monitoring and debugging: Compose runner: Exposes Prometheus on host port (default 9090, override with TEST_FRAMEWORK_PROMETHEUS_PORT env var). Access at http://localhost:9090. K8s runner: Sets up port-forwarding to Prometheus. Port is discovered automatically. Local runner: No Prometheus instance by default (nodes run as local processes).","breadcrumbs":"Part II — User Guide » Operations » Prometheus Metrics","id":"104","title":"Prometheus Metrics"},"105":{"body":"Custom expectations can query Prometheus via RunContext: #![allow(unused)] fn main() {\\nasync fn evaluate(&mut self, ctx: &RunContext) -> Result<(), DynError> { let metrics = ctx.telemetry(); // Query specific metrics let block_count = metrics.consensus_processed_blocks()?; let tx_total = metrics.consensus_transactions_total()?; // Custom Prometheus queries let values = metrics.instant_values(\\"my_custom_metric\\")?; Ok(())\\n} }","breadcrumbs":"Part II — User Guide » Operations » Accessing Metrics in Custom Expectations","id":"105","title":"Accessing Metrics in Custom Expectations"},"106":{"body":"Expectations and workloads can call node HTTP endpoints directly: #![allow(unused)] fn main() {\\nasync fn evaluate(&mut self, ctx: &RunContext) -> Result<(), DynError> { let client = ctx.node_clients() .validators() .get(0) .ok_or(\\"no validator 0\\")?; // Call node APIs let info = client.consensus_info().await?; let network = client.network_info().await?; let da = client.da_membership().await?; Ok(())\\n} } See custom-workload-example.md for complete examples. flowchart TD Expose[Runner exposes endpoints/ports] --> Collect[Runtime collects block/health signals] Collect --> Consume[Expectations consume signals
decide pass/fail] Consume --> Inspect[Operators inspect logs/metrics
when failures arise]","breadcrumbs":"Part II — User Guide » Operations » Accessing Node HTTP APIs","id":"106","title":"Accessing Node HTTP APIs"},"107":{"body":"Runners — Deployer backends (Local, Compose, K8s) Troubleshooting — Common issues and solutions Custom Workload Example — Using RunContext in practice FAQ — Frequently asked questions","breadcrumbs":"Part II — User Guide » Operations » See Also","id":"107","title":"See Also"},"108":{"body":"Deep dives for contributors who extend the framework, evolve its abstractions,\\nor maintain the crate set.","breadcrumbs":"Part III — Developer Reference » Part III — Developer Reference","id":"108","title":"Part III — Developer Reference"},"109":{"body":"The scenario model defines clear, composable responsibilities: Topology: a declarative description of the cluster—how many nodes, their\\nroles, and the broad network and data-availability characteristics. It\\nrepresents the intended shape of the system under test. Scenario: a plan combining topology, workloads, expectations, and a run\\nwindow. Building a scenario validates prerequisites (like seeded wallets) and\\nensures the run lasts long enough to observe meaningful block progression. Workloads: asynchronous tasks that generate traffic or conditions. They\\nuse shared context to interact with the deployed cluster and may bundle\\ndefault expectations. Expectations: post-run assertions. They can capture baselines before\\nworkloads start and evaluate success once activity stops. Runtime: coordinates workloads and expectations for the configured\\nduration, enforces cooldowns when control actions occur, and ensures cleanup\\nso runs do not leak resources. Developers extending the model should keep these boundaries strict: topology\\ndescribes, scenarios assemble, runners deploy, workloads drive, and expectations\\njudge outcomes. For guidance on adding new capabilities, see Extending the Framework.","breadcrumbs":"Part III — Developer Reference » Scenario Model (Developer Level) » Scenario Model (Developer Level)","id":"109","title":"Scenario Model (Developer Level)"},"11":{"body":"Let’s unpack the code:","breadcrumbs":"Part 0 — Quickstart » What Just Happened?","id":"11","title":"What Just Happened?"},"110":{"body":"","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Extending the Framework","id":"110","title":"Extending the Framework"},"111":{"body":"Implement testing_framework_core::scenario::Workload: Provide a name and any bundled expectations. In init, derive inputs from GeneratedTopology and RunMetrics; fail\\nfast if prerequisites are missing (e.g., wallet data, node addresses). In start, drive async traffic using the RunContext clients. Expose the workload from a module under testing-framework/workflows and\\nconsider adding a DSL helper for ergonomic wiring.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding a workload","id":"111","title":"Adding a workload"},"112":{"body":"Implement testing_framework_core::scenario::Expectation: Use start_capture to snapshot baseline metrics. Use evaluate to assert outcomes after workloads finish; return all errors\\nso the runner can aggregate them. Export it from testing-framework/workflows if it is reusable.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding an expectation","id":"112","title":"Adding an expectation"},"113":{"body":"Implement testing_framework_core::scenario::Deployer for your backend. Produce a RunContext with NodeClients, metrics endpoints, and optional NodeControlHandle. Guard cleanup with CleanupGuard to reclaim resources even on failures. Mirror the readiness and block-feed probes used by the existing runners so\\nworkloads can rely on consistent signals.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding a runner","id":"113","title":"Adding a runner"},"114":{"body":"Extend testing_framework_core::topology::TopologyBuilder with new layouts or\\nconfiguration presets (e.g., specialized DA parameters). Keep defaults safe:\\nensure at least one participant and clamp dispersal factors as the current\\nhelpers do.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding topology helpers","id":"114","title":"Adding topology helpers"},"115":{"body":"Custom Workload Example — Step-by-step implementation guide Internal Crate Reference — Where to add new capabilities Workspace Layout — Detailed file structure Scenario Model — Core traits and concepts","breadcrumbs":"Part III — Developer Reference » Extending the Framework » See Also","id":"115","title":"See Also"},"116":{"body":"A minimal, end-to-end illustration of adding a custom workload and matching\\nexpectation. This shows the shape of the traits and where to plug into the\\nframework; expand the logic to fit your real test.","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Example: New Workload & Expectation (Rust)","id":"116","title":"Example: New Workload & Expectation (Rust)"},"117":{"body":"Key ideas: name: identifies the workload in logs. expectations: workloads can bundle defaults so callers don’t forget checks. init: derive inputs from the generated topology (e.g., pick a target node). start: drive async activity using the shared RunContext. #![allow(unused)] fn main() {\\nuse std::sync::Arc;\\nuse async_trait::async_trait;\\nuse testing_framework_core::scenario::{ DynError, Expectation, RunContext, RunMetrics, Workload,\\n};\\nuse testing_framework_core::topology::GeneratedTopology; pub struct ReachabilityWorkload { target_idx: usize, bundled: Vec>,\\n} impl ReachabilityWorkload { pub fn new(target_idx: usize) -> Self { Self { target_idx, bundled: vec![Box::new(ReachabilityExpectation::new(target_idx))], } }\\n} #[async_trait]\\nimpl Workload for ReachabilityWorkload { fn name(&self) -> &\'static str { \\"reachability_workload\\" } fn expectations(&self) -> Vec> { self.bundled.clone() } fn init( &mut self, topology: &GeneratedTopology, _metrics: &RunMetrics, ) -> Result<(), DynError> { if topology.validators().get(self.target_idx).is_none() { return Err(\\"no validator at requested index\\".into()); } Ok(()) } async fn start(&self, ctx: &RunContext) -> Result<(), DynError> { let client = ctx .node_clients() .validators() .get(self.target_idx) .ok_or(\\"missing target client\\")?; // Pseudo-action: issue a lightweight RPC to prove reachability. client.consensus_info().await.map_err(|e| e.into())?; Ok(()) }\\n} }","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Workload: simple reachability probe","id":"117","title":"Workload: simple reachability probe"},"118":{"body":"Key ideas: start_capture: snapshot baseline if needed (not used here). evaluate: assert the condition after workloads finish. #![allow(unused)] fn main() {\\nuse async_trait::async_trait;\\nuse testing_framework_core::scenario::{DynError, Expectation, RunContext}; pub struct ReachabilityExpectation { target_idx: usize,\\n} impl ReachabilityExpectation { pub fn new(target_idx: usize) -> Self { Self { target_idx } }\\n} #[async_trait]\\nimpl Expectation for ReachabilityExpectation { fn name(&self) -> &str { \\"target_reachable\\" } async fn evaluate(&mut self, ctx: &RunContext) -> Result<(), DynError> { let client = ctx .node_clients() .validators() .get(self.target_idx) .ok_or(\\"missing target client\\")?; client.consensus_info().await.map_err(|e| { format!(\\"target became unreachable during run: {e}\\").into() })?; Ok(()) }\\n} }","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Expectation: confirm the target stayed reachable","id":"118","title":"Expectation: confirm the target stayed reachable"},"119":{"body":"Build your scenario as usual and call .with_workload(ReachabilityWorkload::new(0)). The bundled expectation is attached automatically; you can add more with .with_expectation(...) if needed. Keep the logic minimal and fast for smoke tests; grow it into richer probes\\nfor deeper scenarios.","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » How to wire it","id":"119","title":"How to wire it"},"12":{"body":"#![allow(unused)] fn main() {\\nScenarioBuilder::topology() .network_star() // Star topology: all nodes connect to seed .validators(2) // Spin up 2 validator nodes .executors(0) // No executors (DA not needed for this test) .apply() } This defines what your test network looks like.","breadcrumbs":"Part 0 — Quickstart » 1. Topology Configuration","id":"12","title":"1. Topology Configuration"},"120":{"body":"Detailed roles and extension points for each crate in the framework.","breadcrumbs":"Part III — Developer Reference » Internal Crate Reference » Internal Crate Reference","id":"120","title":"Internal Crate Reference"},"121":{"body":"Purpose: Configuration primitives for nodes, networking, and wallets. Key modules: common/kms — Key management service types nodes/validator — Validator config builder nodes/executor — Executor config builder topology — Network layout and wallet seeding Add here: New node configuration options, network topologies, or wallet\\ngeneration strategies.","breadcrumbs":"Part III — Developer Reference » Internal Crate Reference » testing-framework/configs","id":"121","title":"testing-framework/configs"},"122":{"body":"Purpose: Core scenario engine—topology, orchestration, traits, and runtime. Key modules: nodes/ — Node spawning ( Validator, Executor), ApiClient for HTTP APIs scenario/definition — Scenario, Builder structs scenario/workload — Workload trait (implement for custom traffic generators) scenario/expectation — Expectation trait (implement for custom assertions) scenario/capabilities — Type-safe feature gating (e.g., NodeControlCapability) scenario/runtime/deployer — Deployer trait (provisioning abstraction) scenario/runtime/runner — Runner orchestration (executes scenario) scenario/runtime/context — RunContext (exposes topology, clients, metrics to workloads/expectations) scenario/runtime/metrics — Prometheus integration topology/ — TopologyBuilder, GeneratedTopology, readiness checks Add here: New core traits or scenario capabilities Orchestration changes (Runner logic, RunContext extensions) New node lifecycle methods (e.g., pause, resume) Topology generation strategies","breadcrumbs":"Part III — Developer Reference » Internal Crate Reference » testing-framework/core","id":"122","title":"testing-framework/core"},"123":{"body":"Purpose: Ready-made workloads, expectations, and fluent builder API. Key modules: builder/mod — ScenarioBuilderExt, ChaosBuilderExt (fluent API extensions) expectations/consensus_liveness — Block production expectation workloads/transaction/ — Transaction submission workload workloads/da/ — DA blob dispersal workload workloads/chaos — Random node restart workload Add here: New workloads (e.g., invalid transaction fuzzing, mempool flood) New expectations (e.g., DA availability, block timing consistency) New builder methods to expose workloads/expectations in the fluent API Example workflow for new workload: Implement Workload trait in workloads//workload.rs Add builder method in builder/mod.rs: #![allow(unused)] fn main() {\\nfn my_workload(self) -> MyWorkloadBuilder { ... } } Add integration test in tests/workflows/","breadcrumbs":"Part III — Developer Reference » Internal Crate Reference » testing-framework/workflows","id":"123","title":"testing-framework/workflows"},"124":{"body":"Purpose: Deployment backends that implement the Deployer trait. Crates: local — Spawns nodes as local processes compose — Orchestrates Docker Compose stack k8s — Deploys to Kubernetes via Helm Key traits: Deployer — Provisions infrastructure, returns Runner NodeControlHandle — Controls nodes (restart, etc.) if capability enabled Add here: New deployer backends (e.g., AWS ECS, Nomad) Runner-specific features (e.g., network partitioning, resource constraints) Node control extensions (e.g., pause, block_peer) Example: Adding a new deployer Create testing-framework/runners// Implement Deployer trait in src/deployer.rs Optionally implement NodeControlHandle for chaos support Add integration test in tests/workflows/tests/_runner.rs","breadcrumbs":"Part III — Developer Reference » Internal Crate Reference » testing-framework/runners","id":"124","title":"testing-framework/runners"},"125":{"body":"Purpose: Integration tests and living documentation. Key files: tests/local_runner.rs — LocalDeployer scenarios tests/compose_runner.rs — ComposeDeployer scenarios (CI-friendly) tests/k8s_runner.rs — K8sDeployer scenarios (requires cluster) Add here: New example scenarios demonstrating framework features Regression tests for bug fixes Performance benchmarks","breadcrumbs":"Part III — Developer Reference » Internal Crate Reference » tests/workflows","id":"125","title":"tests/workflows"},"126":{"body":"I want to… Add code in… Create a new workload workflows/src/workloads/ Create a new expectation workflows/src/expectations/ Extend builder API workflows/src/builder/mod.rs Modify scenario orchestration core/src/scenario/runtime/ Add node lifecycle methods core/src/nodes/ (traits in scenario/) Add Prometheus metrics queries core/src/scenario/runtime/metrics.rs Create a new deployer backend runners// Change topology generation core/src/topology/ Add node config options configs/src/nodes/ Document usage tests/workflows/tests/ See workspace-layout.md and annotated-tree.md\\nfor detailed file structure.","breadcrumbs":"Part III — Developer Reference » Internal Crate Reference » Decision Tree: Where to Add Code","id":"126","title":"Decision Tree: Where to Add Code"},"127":{"body":"Quick-reference material and supporting guidance to keep scenarios discoverable,\\ndebuggable, and consistent.","breadcrumbs":"Part IV — Appendix » Part IV — Appendix","id":"127","title":"Part IV — Appendix"},"128":{"body":"The framework uses fluent Rust builders to construct scenarios. This page shows\\nthe complete API surface for rapid authoring. Source of truth: For the latest API and implementation details, refer to: Core traits: testing-framework/core/src/scenario/ Builder extensions: testing-framework/workflows/src/builder/mod.rs Scenario definition: testing-framework/core/src/scenario/definition.rs","breadcrumbs":"Part IV — Appendix » Builder API Quick Reference » Builder API Quick Reference","id":"128","title":"Builder API Quick Reference"},"129":{"body":"#![allow(unused)] fn main() {\\nuse testing_framework_core::scenario::{Deployer, ScenarioBuilder};\\nuse testing_framework_runner_local::LocalDeployer;\\nuse testing_framework_runner_compose::ComposeDeployer;\\nuse testing_framework_workflows::{ScenarioBuilderExt, ChaosBuilderExt};\\nuse std::time::Duration; }","breadcrumbs":"Part IV — Appendix » Builder API Quick Reference » Imports","id":"129","title":"Imports"},"13":{"body":"#![allow(unused)] fn main() {\\n.expect_consensus_liveness() } This says what success means: blocks must be produced continuously.","breadcrumbs":"Part 0 — Quickstart » 2. Expectation","id":"13","title":"2. Expectation"},"130":{"body":"Define network shape and node counts: #![allow(unused)] fn main() {\\nScenarioBuilder::topology() .network_star() // Star topology (all nodes connect to seed) .validators(3) // Number of validator nodes .executors(2) // Number of executor nodes (validators + DA dispersal) .apply() }","breadcrumbs":"Part IV — Appendix » Builder API Quick Reference » Topology Configuration","id":"130","title":"Topology Configuration"},"131":{"body":"Prepare funded accounts for transaction workloads: #![allow(unused)] fn main() {\\n.wallets(50) // Seed 50 wallet accounts }","breadcrumbs":"Part IV — Appendix » Builder API Quick Reference » Wallet Seeding","id":"131","title":"Wallet Seeding"},"132":{"body":"Submit signed Mantle transactions: #![allow(unused)] fn main() {\\n.transactions() .rate(10) // Transactions per second .users(20) // Number of concurrent wallet users .apply() }","breadcrumbs":"Part IV — Appendix » Builder API Quick Reference » Transaction Workload","id":"132","title":"Transaction Workload"},"133":{"body":"Submit blobs to DA via executors: #![allow(unused)] fn main() {\\n.da() .channel_rate(5) // New channels per second .blob_rate(10) // Blobs per second .apply() }","breadcrumbs":"Part IV — Appendix » Builder API Quick Reference » Data Availability Workload","id":"133","title":"Data Availability Workload"},"134":{"body":"Verify block production continues: #![allow(unused)] fn main() {\\n.expect_consensus_liveness() }","breadcrumbs":"Part IV — Appendix » Builder API Quick Reference » Consensus Liveness Expectation","id":"134","title":"Consensus Liveness Expectation"},"135":{"body":"Set scenario duration (minimum duration auto-adjusted to 2× slot length): #![allow(unused)] fn main() {\\n.with_run_duration(Duration::from_secs(30)) }","breadcrumbs":"Part IV — Appendix » Builder API Quick Reference » Run Duration","id":"135","title":"Run Duration"},"136":{"body":"Enable chaos/restart capabilities (requires explicit opt-in): #![allow(unused)] fn main() {\\n.enable_node_control() // Must call before using chaos workloads }","breadcrumbs":"Part IV — Appendix » Builder API Quick Reference » Node Control Capabilities","id":"136","title":"Node Control Capabilities"},"137":{"body":"Random node restarts for resilience testing: #![allow(unused)] fn main() {\\n.chaos() .restart() .min_delay(Duration::from_secs(5)) .max_delay(Duration::from_secs(15)) .target_cooldown(Duration::from_secs(20)) .apply() }","breadcrumbs":"Part IV — Appendix » Builder API Quick Reference » Chaos Workload","id":"137","title":"Chaos Workload"},"138":{"body":"Finalize the plan: #![allow(unused)] fn main() {\\n.build() }","breadcrumbs":"Part IV — Appendix » Builder API Quick Reference » Building the Scenario","id":"138","title":"Building the Scenario"},"139":{"body":"#![allow(unused)] fn main() {\\nlet deployer = LocalDeployer::default();\\n// or ComposeDeployer::default()\\n// or K8sDeployer::default() let runner = deployer.deploy(&plan).await?;\\nlet _handle = runner.run(&mut plan).await?; }","breadcrumbs":"Part IV — Appendix » Builder API Quick Reference » Deploying and Running","id":"139","title":"Deploying and Running"},"14":{"body":"#![allow(unused)] fn main() {\\n.with_run_duration(Duration::from_secs(30)) } How long to run the test. Framework ensures this is at least 2× the consensus slot duration.","breadcrumbs":"Part 0 — Quickstart » 3. Run Duration","id":"14","title":"3. Run Duration"},"140":{"body":"#![allow(unused)] fn main() {\\nlet mut plan = ScenarioBuilder::topology() .network_star() .validators(3) .executors(2) .apply() .wallets(50) .transactions() .rate(10) .users(20) .apply() .da() .channel_rate(5) .blob_rate(10) .apply() .enable_node_control() .chaos() .restart() .min_delay(Duration::from_secs(5)) .max_delay(Duration::from_secs(15)) .target_cooldown(Duration::from_secs(20)) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(60)) .build(); let deployer = LocalDeployer::default();\\nlet runner = deployer.deploy(&plan).await?;\\nlet _handle = runner.run(&mut plan).await?; } See authoring-scenarios.md for detailed explanations and examples.md for more scenarios.","breadcrumbs":"Part IV — Appendix » Builder API Quick Reference » Complete Example","id":"140","title":"Complete Example"},"141":{"body":"","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Troubleshooting Scenarios","id":"141","title":"Troubleshooting Scenarios"},"142":{"body":"When a scenario fails, follow this structured debugging workflow:","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Failure Triage Guide","id":"142","title":"Failure Triage Guide"},"143":{"body":"What failed? Expectation failure (e.g., “Consensus Liveness failed”) Timeout during scenario execution Panic or error during workload execution Node readiness timeout","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Step 1: Identify the Failure Mode","id":"143","title":"Step 1: Identify the Failure Mode"},"144":{"body":"Start with observability: Check Prometheus metrics (if available): # Compose runner: http://localhost:9090\\n# K8s runner: port shown in test output Look for: consensus_processed_blocks — Are blocks progressing? consensus_transactions_total — Are transactions being processed? Check consensus via HTTP API (for LocalDeployer): curl http://localhost:3000/consensus-info # Validator 0 Look for: Current block height Parent hash progression","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Step 2: Check High-Level Signals","id":"144","title":"Step 2: Check High-Level Signals"},"145":{"body":"Log locations by runner: Runner Log Location Local ~/.nomos-tests/node-/nomos-node.log Compose docker-compose logs nomos-validator- K8s kubectl logs -n nomos-validator- What to look for: Consensus errors: “failed to produce block”, “invalid signature” Network issues: “peer disconnected”, “timeout connecting” DA errors: “dispersal failed”, “sampling timeout” Panic traces: Rust backtraces indicating bugs","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Step 3: Examine Node Logs","id":"145","title":"Step 3: Examine Node Logs"},"146":{"body":"Consensus Liveness Failure Triage flowchart: flowchart TD Start[Liveness expectation failed] --> CheckMetrics{Check Prometheus
consensus_processed_blocks} CheckMetrics -->|Zero blocks| NoBlocks[No blocks produced] CheckMetrics -->|Some blocks| SlowBlocks[Blocks too slow] NoBlocks --> CheckReadiness{Were nodes ready
before workload start?} CheckReadiness -->|No| FixReadiness[Increase readiness timeout
or check runner logs] CheckReadiness -->|Yes| CheckLogs[Check validator logs
for consensus errors] SlowBlocks --> CheckEnv{Is environment slow?
CI, constrained resources?} CheckEnv -->|Yes| ExtendDuration[Extend run duration
or enable SLOW_TEST_ENV] CheckEnv -->|No| CheckLoad[Check if workload
overwhelmed network] Steps: Check Prometheus: consensus_processed_blocks — Is it zero or just low? If zero: Check validator logs for consensus initialization errors If non-zero but low: Environment may be slow; extend duration Check if readiness completed before workloads started (runner logs) Transaction Inclusion Failure Triage flowchart: flowchart TD Start[Transaction expectation failed] --> CheckMetrics{Check Prometheus
consensus_transactions_total} CheckMetrics -->|Zero txs| NoTxs[No transactions processed] CheckMetrics -->|Some txs| PartialTxs[Partial inclusion] NoTxs --> CheckWallets{Are wallets seeded?
Check scenario builder} CheckWallets -->|No .wallets call| AddWallets[Add .wallets to scenario] CheckWallets -->|Yes| CheckSubmission[Check workload logs
for submission errors] PartialTxs --> CheckRate{Is tx rate too high
for block capacity?} CheckRate -->|Yes| LowerRate[Lower transaction rate
or increase duration] CheckRate -->|No| CheckMempool[Check validator logs
for mempool issues] Steps: Verify .wallets(N) was called in scenario builder Check transaction workload logs for submission errors Reduce transaction rate if overwhelming mempool Check validator logs for transaction validation errors Chaos Workload Stalls Triage flowchart: flowchart TD Start[Chaos workload stalled/failed] --> CheckControl{Did scenario call
.enable_node_control?} CheckControl -->|No| AddControl[Add .enable_node_control
before .chaos] CheckControl -->|Yes| CheckRunner{Does runner support
node control?} CheckRunner -->|Local: Yes| CheckCadence[Check restart cadence
min/max delays] CheckRunner -->|Compose: Yes| CheckCadence CheckRunner -->|K8s: Yes| CheckCadence CheckRunner -->|Unknown| SeeNodeControl[See node-control.md
for runner support] CheckCadence --> TooAggressive{Is restart cadence
too aggressive?} TooAggressive -->|Yes| WidentIntervals[Widen min_delay/max_delay
increase target_cooldown] TooAggressive -->|No| CheckLogs[Check node control logs
for restart failures] Steps: Verify .enable_node_control() was called Check runner supports NodeControlHandle (all current runners do) Widen chaos timing: increase min_delay, max_delay, target_cooldown Check if nodes recover after restart (consensus progresses)","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Step 4: Scenario-Specific Triage","id":"146","title":"Step 4: Scenario-Specific Triage"},"147":{"body":"Symptom Likely Cause Fix Readiness timeout (LocalDeployer) Missing POL_PROOF_DEV_MODE=true Set env var before running tests Readiness timeout Binaries not built, ports in use Build nomos-node, check port availability Transactions not submitted Missing .wallets() call Add .wallets(N) to scenario Blocks produced but expectation fails Run duration too short Increase .with_run_duration() Prometheus unreachable Port conflict or service not started Check TEST_FRAMEWORK_PROMETHEUS_PORT Node control not available Missing .enable_node_control() Add before chaos workload Flaky results Mixing chaos with functional tests Separate into distinct scenarios","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Step 5: Common Root Causes","id":"147","title":"Step 5: Common Root Causes"},"148":{"body":"Enable detailed tracing and preserve logs: # Keep node logs after test completion\\nexport NOMOS_TESTS_KEEP_LOGS=1 # Enable tracing output (verbose)\\nexport NOMOS_TESTS_TRACING=1 # Relax timeouts for slow environments\\nexport SLOW_TEST_ENV=1 # Run test\\nPOL_PROOF_DEV_MODE=true cargo test -p tests-workflows --test local_runner -- --nocapture","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Step 6: Environment Variables for Debugging","id":"148","title":"Step 6: Environment Variables for Debugging"},"149":{"body":"Actual error messages you’ll encounter and what they mean:","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Common Error Messages","id":"149","title":"Common Error Messages"},"15":{"body":"#![allow(unused)] fn main() {\\nlet deployer = LocalDeployer::default(); // Use local process runner\\nlet runner = deployer.deploy(&plan).await?; // Provision infrastructure\\nlet _handle = runner.run(&mut plan).await?; // Execute workloads & expectations } Deployer provisions the infrastructure. Runner orchestrates execution.","breadcrumbs":"Part 0 — Quickstart » 4. Deploy and Execute","id":"15","title":"4. Deploy and Execute"},"150":{"body":"Error: Validator readiness timeout after 30s Meaning: Node process didn’t respond to HTTP health checks within the timeout. Fix: For LocalDeployer: Set POL_PROOF_DEV_MODE=true (required for fast proof generation) Check if nomos-node binary exists and is built Verify ports aren’t already in use: lsof -i :3000-3010 Check node logs in ~/.nomos-tests/node-0/ for startup errors Set SLOW_TEST_ENV=1 if running on slow hardware Error: Failed to allocate port for validator 0 Meaning: The framework couldn’t find available ports for node services. Fix: Check for port conflicts: lsof -i :3000-4000 Kill stale processes from previous test runs Restart Docker (for Compose runner) Error: No wallets seeded but transaction workload requires users Meaning: Scenario has .transactions() but no .wallets() call. Fix: #![allow(unused)] fn main() {\\nlet mut plan = ScenarioBuilder::topology() .validators(3).apply() .wallets(50) // ADD THIS .transactions() .rate(10) .users(20) .apply() .build(); }","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Deployment Errors","id":"150","title":"Deployment Errors"},"151":{"body":"Error: NodeControl not available for this runner Meaning: Chaos workload requires .enable_node_control() in scenario. Fix: #![allow(unused)] fn main() {\\nlet mut plan = ScenarioBuilder::topology() .validators(5).apply() .enable_node_control() // ADD THIS before chaos .chaos() .restart() .apply() .build(); } Error: No validators in topology Meaning: Scenario topology has 0 validators. Fix: #![allow(unused)] fn main() {\\nScenarioBuilder::topology() .validators(3) // At least 1 required .executors(0) .apply() } Error: Transaction submission failed: insufficient funds Meaning: Wallet ran out of funds during test (too many transactions). Fix: Increase wallet count: .wallets(100) instead of .wallets(20) Reduce transaction rate: .rate(5) instead of .rate(50) Shorten test duration","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Workload Errors","id":"151","title":"Workload Errors"},"152":{"body":"Error: Consensus liveness expectation failed: no blocks observed Meaning: Block feed didn’t detect any blocks during the run. Fix: Verify nodes started: check readiness completed successfully Check validator logs for consensus errors Ensure run duration is sufficient: .with_run_duration(Duration::from_secs(30)) Check Prometheus consensus_processed_blocks metric Error: Transaction inclusion expectation failed: submitted 100, included 0 Meaning: Transactions submitted but none appeared in blocks. Fix: Check validator logs for transaction validation errors Verify wallets are properly funded Reduce transaction rate to match block capacity Check mempool isn’t full or rejecting transactions Error: Expected at least 10 blocks, got 3 Meaning: Block production slower than expected for the run duration. Fix: Extend run duration: .with_run_duration(Duration::from_secs(60)) Check if environment is slow (CI, constrained resources) Set SLOW_TEST_ENV=1 to relax timing constraints Reduce workload intensity (lower transaction/DA rates)","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Expectation Failures","id":"152","title":"Expectation Failures"},"153":{"body":"Compose runner: Error: Docker daemon not running Fix: Start Docker Desktop or dockerd Error: Port 9090 already in use (Prometheus) Fix: export TEST_FRAMEWORK_PROMETHEUS_PORT=9091 K8s runner: Error: Image pull failed: nomos-testnet:local not found Fix: # Build and load image\\ntesting-framework/assets/stack/scripts/build_test_image.sh\\nkind load docker-image nomos-testnet:local Error: Insufficient permissions to create namespace Fix: # Verify cluster access\\nkubectl auth can-i create namespaces\\n# If no: request cluster admin permissions","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Runner-Specific Errors","id":"153","title":"Runner-Specific Errors"},"154":{"body":"FAQ — Common questions and answers Operations — Prerequisites, environment flags, observability Best Practices — Patterns to avoid common pitfalls Testing Philosophy — Design principles for reliable scenarios","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » See Also","id":"154","title":"See Also"},"155":{"body":"Why block-oriented timing? Using block cadence reduces dependence on host speed and keeps assertions aligned\\nwith protocol behavior. Can I reuse the same scenario across runners? Yes. The plan stays the same; swap runners (local, compose, k8s) to target\\ndifferent environments. When should I enable chaos workloads? Only when testing resilience or operational recovery; keep functional smoke\\ntests deterministic. How long should runs be? Long enough for multiple blocks so liveness and inclusion checks are\\nmeaningful; very short runs risk false confidence. Do I always need seeded wallets? Only for transaction scenarios. Data-availability or pure chaos scenarios may\\nnot require them, but liveness checks still need validators producing blocks. What if expectations fail but workloads “look fine”? Trust expectations first—they capture the intended success criteria. Use the\\nobservability signals and runner logs to pinpoint why the system missed the\\ntarget.","breadcrumbs":"Part IV — Appendix » FAQ » FAQ","id":"155","title":"FAQ"},"156":{"body":"Validator: node role responsible for participating in consensus and block\\nproduction. Executor: a validator node with the DA dispersal service enabled. Executors\\ncan submit transactions and disperse blob data to the DA network, in addition\\nto performing all validator functions. DA (Data Availability): subsystem ensuring blobs or channel data are\\npublished and retrievable for validation. Deployer: component that provisions infrastructure (spawns processes,\\ncreates containers, or launches pods), waits for readiness, and returns a\\nRunner. Examples: LocalDeployer, ComposeDeployer, K8sDeployer. Runner: component returned by deployers that orchestrates scenario\\nexecution—starts workloads, observes signals, evaluates expectations, and\\ntriggers cleanup. Workload: traffic or behavior generator that exercises the system during a\\nscenario run. Expectation: post-run assertion that judges whether the system met the\\nintended success criteria. Topology: declarative description of the cluster shape, roles, and\\nhigh-level parameters for a scenario. Scenario: immutable plan combining topology, workloads, expectations, and\\nrun duration. Blockfeed: stream of block observations used for liveness or inclusion\\nsignals during a run. Control capability: the ability for a runner to start, stop, or restart\\nnodes, used by chaos workloads. Slot duration: time interval between consensus rounds in Cryptarchia. Blocks\\nare produced at multiples of the slot duration based on lottery outcomes. Block cadence: observed rate of block production in a live network, measured\\nin blocks per second or seconds per block. Cooldown: waiting period after a chaos action (e.g., node restart) before\\ntriggering the next action, allowing the system to stabilize. Run window: total duration a scenario executes, specified via with_run_duration(). Framework auto-extends to at least 2× slot duration. Readiness probe: health check performed by runners to ensure nodes are\\nreachable and responsive before starting workloads. Prevents false negatives\\nfrom premature traffic. Liveness: property that the system continues making progress (producing\\nblocks) under specified conditions. Contrasts with safety/correctness which\\nverifies that state transitions are accurate. State assertion: expectation that verifies specific values in the system\\nstate (e.g., wallet balances, UTXO sets) rather than just progress signals.\\nAlso called “correctness expectations.” Mantle transaction: transaction type in Nomos that can contain UTXO transfers\\n(LedgerTx) and operations (Op), including channel data (ChannelBlob). Channel: logical grouping for DA blobs; each blob belongs to a channel and\\nreferences a parent blob in the same channel, creating a chain of related data. POL_PROOF_DEV_MODE: environment variable that disables expensive Groth16 zero-knowledge\\nproof generation for leader election. Required for LocalDeployer tests to run in\\nreasonable time. Should never be used in production environments.","breadcrumbs":"Part IV — Appendix » Glossary » Glossary","id":"156","title":"Glossary"},"16":{"body":"Let’s make it more interesting: #![allow(unused)] fn main() {\\nlet mut plan = ScenarioBuilder::topology() .network_star() .validators(3) .executors(0) .apply() .wallets(20) // Seed 20 funded wallet accounts .transactions() // Add transaction workload .rate(5) // 5 transactions per second .users(10) // Use 10 of the 20 wallets .apply() .expect_consensus_liveness() // Blocks still produced? .with_run_duration(Duration::from_secs(45)) .build(); } Now you’re testing: Does consensus stay live under transaction load?","breadcrumbs":"Part 0 — Quickstart » Add Transaction Traffic","id":"16","title":"Add Transaction Traffic"},"17":{"body":"Same scenario, different runner: #![allow(unused)] fn main() {\\nuse testing_framework_runner_compose::ComposeDeployer; // ... same scenario ... let deployer = ComposeDeployer::default(); // Use Docker Compose\\nlet runner = deployer.deploy(&plan).await?;\\nlet _handle = runner.run(&mut plan).await?; } Benefit: Reproducible containerized environment with Prometheus at http://localhost:9090.","breadcrumbs":"Part 0 — Quickstart » Try Docker Compose","id":"17","title":"Try Docker Compose"},"18":{"body":"Now that you have a working test: Understand the philosophy: Testing Philosophy Learn the architecture: Architecture Overview See more examples: Examples API reference: Builder API Quick Reference Debug failures: Troubleshooting","breadcrumbs":"Part 0 — Quickstart » Next Steps","id":"18","title":"Next Steps"},"19":{"body":"Conceptual chapters that establish the mental model for the framework and how\\nit approaches multi-node testing.","breadcrumbs":"Part I — Foundations » Part I — Foundations","id":"19","title":"Part I — Foundations"},"2":{"body":"This book is written for: Protocol Engineers building and validating Nomos consensus, DA, and execution layers QA Engineers creating comprehensive test suites for multi-node behavior Infrastructure Operators running validation tests across different deployment environments Contributors extending the framework with new workloads, expectations, or runners","breadcrumbs":"What You Will Learn » Who This Book Is For","id":"2","title":"Who This Book Is For"},"20":{"body":"The Nomos Testing Framework is a purpose-built toolkit for exercising Nomos in\\nrealistic, multi-node environments. It solves the gap between small, isolated\\ntests and full-system validation by letting teams describe a cluster layout,\\ndrive meaningful traffic, and assert the outcomes in one coherent plan. It is for protocol engineers, infrastructure operators, and QA teams who need\\nrepeatable confidence that validators, executors, and data-availability\\ncomponents work together under network and timing constraints. Multi-node integration testing is required because many Nomos behaviors—block\\nprogress, data availability, liveness under churn—only emerge when several\\nroles interact over real networking and time. This framework makes those checks\\ndeclarative, observable, and portable across environments.","breadcrumbs":"Part I — Foundations » Introduction » Introduction","id":"20","title":"Introduction"},"21":{"body":"New to the framework? Start with Architecture Overview and Testing Philosophy to build intuition. Ready to write tests? Jump to Authoring Scenarios and Examples. Need API reference? See Builder API Quick Reference. Extending the framework? Check Extending the Framework and Internal Crate Reference.","breadcrumbs":"Part I — Foundations » Introduction » Next Steps","id":"21","title":"Next Steps"},"22":{"body":"The framework follows a clear flow: Topology → Scenario → Deploy → Run → Verify. Topology describes the cluster: how many nodes, their roles, and the high-level network and data-availability parameters they should follow. Scenario combines that topology with the activities to run and the checks to perform, forming a single plan. Deployer provisions infrastructure on the chosen backend (local processes, Docker Compose, or Kubernetes), waits for readiness, and returns a Runner. Runner orchestrates execution: starts workloads, observes signals, evaluates expectations, and cleans up. Workloads generate traffic and conditions that exercise the system. Expectations observe the run and judge success or failure once activity completes. flowchart LR A(Topology
shape cluster) --> B(Scenario
plan) B --> C(Deployer
provision infrastructure) C --> D(Runner
orchestrate execution) D --> E(Workloads
drive traffic) E --> F(Expectations
verify outcomes) Each layer has a narrow responsibility so that cluster shape, deployment choice,\\ntraffic generation, and health checks can evolve independently while fitting\\ntogether predictably.","breadcrumbs":"Part I — Foundations » Architecture Overview » Architecture Overview","id":"22","title":"Architecture Overview"},"23":{"body":"This framework embodies specific principles that shape how you author and run\\nscenarios. Understanding these principles helps you write effective tests and\\ninterpret results correctly.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Testing Philosophy","id":"23","title":"Testing Philosophy"},"24":{"body":"Describe what you want to test, not how to orchestrate it: #![allow(unused)] fn main() {\\n// Good: declarative\\nScenarioBuilder::topology() .network_star() .validators(2) .executors(1) .apply() .wallets(10) .transactions().rate(5).users(5).apply() .expect_consensus_liveness() .build(); // Bad: imperative (framework doesn\'t work this way)\\n// spawn_validator(); spawn_executor(); // loop { submit_tx(); check_block(); } } Why it matters: The framework handles deployment, readiness, and cleanup.\\nYou focus on test intent, not infrastructure orchestration.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Declarative over Imperative","id":"24","title":"Declarative over Imperative"},"25":{"body":"Reason in blocks and consensus intervals, not wall-clock seconds: #![allow(unused)] fn main() {\\n// Good: protocol-oriented thinking\\nlet mut plan = ScenarioBuilder::topology() .network_star() .validators(2) .executors(1) .apply() .wallets(10) .transactions().rate(5).users(5).apply() // 5 tx per block .with_run_duration(Duration::from_secs(60)) // Let framework calculate expected blocks .expect_consensus_liveness() // \\"Did we produce the expected blocks?\\" .build(); // Bad: wall-clock assumptions\\n// \\"I expect at least 30 blocks in 60 seconds\\"\\n// Brittle if readiness or startup takes longer on slow CI } Why it matters: Block production rate is fixed by consensus parameters (e.g.,\\n2-second slot duration), but node startup and readiness vary by environment—fast\\non a laptop, slow on overloaded CI. The framework measures in blocks (protocol\\ntime), not wall-clock seconds, so tests focus on “did consensus work?” rather\\nthan “was the hardware fast enough?”","breadcrumbs":"Part I — Foundations » Testing Philosophy » Protocol Time, Not Wall Time","id":"25","title":"Protocol Time, Not Wall Time"},"26":{"body":"Default scenarios are repeatable: Fixed topology Predictable traffic rates Deterministic checks Chaos is opt-in: #![allow(unused)] fn main() {\\n// Separate: functional test (deterministic)\\nlet mut plan = ScenarioBuilder::topology() .network_star() .validators(2) .executors(1) .apply() .wallets(10) .transactions().rate(5).users(5).apply() .expect_consensus_liveness() .build(); // Separate: chaos test (introduces randomness)\\nlet mut chaos_plan = ScenarioBuilder::topology() .network_star() .validators(4) .executors(1) .apply() .enable_node_control() .wallets(10) .chaos().restart() .min_delay(Duration::from_secs(15)) .max_delay(Duration::from_secs(25)) .target_cooldown(Duration::from_secs(45)) .apply() .transactions().rate(5).users(5).apply() .expect_consensus_liveness() .build(); } Why it matters: Mixing determinism with chaos creates noisy, hard-to-debug\\nfailures. Separate concerns make failures actionable.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Determinism First, Chaos When Needed","id":"26","title":"Determinism First, Chaos When Needed"},"27":{"body":"Prefer user-facing signals over internal state: Good checks: ✅ Blocks progressing at expected rate (liveness) ✅ Transactions included within N blocks (inclusion) ✅ DA blobs retrievable (availability) Avoid internal checks: ❌ Memory pool size ❌ Internal service state ❌ Cache hit rates Why it matters: User-facing signals reflect actual system health.\\nInternal state can be “healthy” while the system is broken from a user\\nperspective.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Observable Health Signals","id":"27","title":"Observable Health Signals"},"28":{"body":"Always run long enough for meaningful block production: #![allow(unused)] fn main() {\\n// Bad: too short\\n.with_run_duration(Duration::from_secs(5)) // Maybe 0-1 blocks // Good: enough blocks for assertions\\n.with_run_duration(Duration::from_secs(60)) // ~10+ blocks } The framework enforces minimum durations, but be explicit. Very short runs\\nrisk false confidence—one lucky block doesn’t prove liveness.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Minimum Run Windows","id":"28","title":"Minimum Run Windows"},"29":{"body":"These principles keep scenarios: Portable across environments (protocol time, declarative) Debuggable (determinism, separation of concerns) Meaningful (observable signals, sufficient duration) When authoring scenarios, ask: “Does this test the protocol behavior or\\nmy local environment quirks?”","breadcrumbs":"Part I — Foundations » Testing Philosophy » Summary","id":"29","title":"Summary"},"3":{"body":"After reading this book, you will: Author declarative test scenarios that combine topology, workloads, and expectations Run the same scenario across local processes, Docker Compose, and Kubernetes without code changes Debug failures systematically using logs, Prometheus metrics, and structured triage workflows Extend the framework with custom workloads, expectations, and deployment backends Apply best practices for maintainable, reliable integration tests","breadcrumbs":"What You Will Learn » What You’ll Be Able to Do","id":"3","title":"What You’ll Be Able to Do"},"30":{"body":"Build the plan: Declare a topology, attach workloads and expectations, and set the run window. The plan is the single source of truth for what will happen. Deploy: Hand the plan to a runner. It provisions the environment on the chosen backend and waits for nodes to signal readiness. Drive workloads: Start traffic and behaviors (transactions, data-availability activity, restarts) for the planned duration. Observe blocks and signals: Track block progression and other high-level metrics during or after the run window to ground assertions in protocol time. Evaluate expectations: Once activity stops (and optional cooldown completes), check liveness and workload-specific outcomes to decide pass or fail. Cleanup: Tear down resources so successive runs start fresh and do not inherit leaked state. flowchart LR P[Plan
topology + workloads + expectations] --> D[Deploy
runner provisions] D --> R[Readiness
wait for nodes] R --> W[Drive Workloads] W --> O[Observe
blocks/metrics] O --> E[Evaluate Expectations] E --> C[Cleanup]","breadcrumbs":"Part I — Foundations » Scenario Lifecycle » Scenario Lifecycle","id":"30","title":"Scenario Lifecycle"},"31":{"body":"Modular crates keep configuration, orchestration, workloads, and runners decoupled so each can evolve without breaking the others. Pluggable runners let the same scenario run on a laptop, a Docker host, or a Kubernetes cluster, making validation portable across environments. Separated workloads and expectations clarify intent: what traffic to generate versus how to judge success. This simplifies review and reuse. Declarative topology makes cluster shape explicit and repeatable, reducing surprise when moving between CI and developer machines. Maintainability through predictability: a clear flow from plan to deployment to verification lowers the cost of extending the framework and interpreting failures.","breadcrumbs":"Part I — Foundations » Design Rationale » Design Rationale","id":"31","title":"Design Rationale"},"32":{"body":"Practical guidance for shaping scenarios, combining workloads and expectations,\\nand running them across different environments.","breadcrumbs":"Part II — User Guide » Part II — User Guide","id":"32","title":"Part II — User Guide"},"33":{"body":"The workspace focuses on multi-node integration testing and sits alongside a nomos-node checkout. Its crates separate concerns to keep scenarios\\nrepeatable and portable.","breadcrumbs":"Part II — User Guide » Workspace Layout » Workspace Layout","id":"33","title":"Workspace Layout"},"34":{"body":"nomos-testing/\\n├── testing-framework/\\n│ ├── configs/ # Configuration primitives\\n│ │ └── src/\\n│ │ ├── common/ # KMS, shared utilities\\n│ │ ├── nodes/ # Validator and executor configs\\n│ │ └── topology/ # Network topology, wallet seeding\\n│ │\\n│ ├── core/ # Scenario engine\\n│ │ └── src/\\n│ │ ├── nodes/ # Node spawning (Validator, Executor, ApiClient)\\n│ │ ├── scenario/ # Scenario model, traits, capabilities\\n│ │ │ └── runtime/ # Runner, Deployer, RunContext, Metrics\\n│ │ └── topology/ # Topology generation, readiness checks\\n│ │\\n│ ├── workflows/ # Reusable workloads & expectations\\n│ │ └── src/\\n│ │ ├── builder/ # ScenarioBuilderExt, ChaosBuilderExt DSL\\n│ │ ├── expectations/ # ConsensusLiveness, etc.\\n│ │ └── workloads/ # Transaction, DA, Chaos implementations\\n│ │\\n│ ├── runners/ # Deployment backends\\n│ │ ├── local/ # LocalDeployer (host processes)\\n│ │ ├── compose/ # ComposeDeployer (Docker Compose)\\n│ │ └── k8s/ # K8sDeployer (Kubernetes + Helm)\\n│ │\\n│ ├── tools/\\n│ │ └── cfgsync/ # Config synchronization server\\n│ │\\n│ └── assets/\\n│ └── stack/ # Docker configs, Helm charts, scripts\\n│\\n├── tests/\\n│ └── workflows/ # Integration test examples\\n│\\n└── scripts/ # Helper utilities","breadcrumbs":"Part II — User Guide » Workspace Layout » Directory Structure","id":"34","title":"Directory Structure"},"35":{"body":"","breadcrumbs":"Part II — User Guide » Workspace Layout » Key Files by Crate","id":"35","title":"Key Files by Crate"},"36":{"body":"File Purpose common/kms.rs Key management service types nodes/validator.rs Validator node configuration builder nodes/executor.rs Executor node configuration builder topology/mod.rs Network topology and wallet seeding","breadcrumbs":"Part II — User Guide » Workspace Layout » testing-framework/configs","id":"36","title":"testing-framework/configs"},"37":{"body":"File Purpose nodes/validator.rs Spawns and manages validator processes nodes/executor.rs Spawns and manages executor processes nodes/api_client.rs HTTP client for node APIs scenario/definition.rs Scenario and Builder structs scenario/workload.rs Workload trait scenario/expectation.rs Expectation trait scenario/capabilities.rs Type-safe feature gating ( NodeControlCapability) scenario/runtime/deployer.rs Deployer trait scenario/runtime/runner.rs Runner orchestration logic scenario/runtime/context.rs RunContext (exposes topology, clients, metrics) scenario/runtime/metrics.rs Prometheus integration scenario/runtime/block_feed.rs Real-time block observation topology/mod.rs Topology generation and readiness checks","breadcrumbs":"Part II — User Guide » Workspace Layout » testing-framework/core","id":"37","title":"testing-framework/core"},"38":{"body":"File Purpose builder/mod.rs ScenarioBuilderExt, ChaosBuilderExt expectations/consensus_liveness.rs Block production expectation workloads/transaction/workload.rs Transaction submission workload workloads/da/workload.rs DA blob dispersal workload workloads/chaos.rs Random restart workload","breadcrumbs":"Part II — User Guide » Workspace Layout » testing-framework/workflows","id":"38","title":"testing-framework/workflows"},"39":{"body":"Crate Entry Point Purpose local runner.rs Spawns nodes as local processes compose deployer.rs Orchestrates Docker Compose stack k8s deployer.rs Deploys to Kubernetes via Helm","breadcrumbs":"Part II — User Guide » Workspace Layout » testing-framework/runners","id":"39","title":"testing-framework/runners"},"4":{"body":"To get the most from this book, you should have: Rust proficiency: Comfortable with async/await, traits, and error handling Basic Nomos knowledge: Understand validators, executors, and DA concepts (see Project Context Primer) Deployment familiarity: Know your way around Docker, Kubernetes (optional for K8s runner) Testing mindset: Experience with integration or end-to-end testing helps You don’t need deep Nomos internals knowledge—the framework abstracts node management and provides high-level APIs.","breadcrumbs":"What You Will Learn » Prerequisites","id":"4","title":"Prerequisites"},"40":{"body":"This split keeps configuration, orchestration, reusable traffic patterns, and\\ndeployment adapters loosely coupled while sharing one mental model for tests. Configs provides primitives; core provides the engine. Workflows assembles traffic and assertions into a fluent API. Runners adapt the same scenario plan to different backends. Tests demonstrate end-to-end usage as living documentation. See internal-crate-reference.md for guidance on\\nwhere to add new capabilities.","breadcrumbs":"Part II — User Guide » Workspace Layout » Design Philosophy","id":"40","title":"Design Philosophy"},"41":{"body":"Detailed view of the workspace showing crate boundaries and key modules: nomos-testing/\\n│\\n├── testing-framework/\\n│ │\\n│ ├── configs/ # Configuration primitives\\n│ │ └── src/\\n│ │ ├── common/ # KMS, shared utilities\\n│ │ ├── nodes/ # Validator and executor config builders\\n│ │ └── topology/ # Network layout, wallet seeding\\n│ │\\n│ ├── core/ # Scenario orchestration engine\\n│ │ └── src/\\n│ │ ├── nodes/ # Node spawning & lifecycle\\n│ │ │ ├── validator.rs # Validator process management\\n│ │ │ ├── executor.rs # Executor process management\\n│ │ │ └── api_client.rs # HTTP client for node APIs\\n│ │ │\\n│ │ ├── scenario/ # Core traits & definitions\\n│ │ │ ├── definition.rs # Scenario, Builder\\n│ │ │ ├── workload.rs # Workload trait\\n│ │ │ ├── expectation.rs # Expectation trait\\n│ │ │ ├── capabilities.rs # Type-safe features (NodeControl)\\n│ │ │ └── runtime/ # Execution machinery\\n│ │ │ ├── deployer.rs # Deployer trait\\n│ │ │ ├── runner.rs # Runner orchestration\\n│ │ │ ├── context.rs # RunContext (topology, clients, metrics)\\n│ │ │ ├── metrics.rs # Prometheus integration\\n│ │ │ └── block_feed.rs # Real-time block observation\\n│ │ │\\n│ │ └── topology/ # Network generation & readiness\\n│ │ └── mod.rs # TopologyBuilder, GeneratedTopology\\n│ │\\n│ ├── workflows/ # Ready-made workloads & expectations\\n│ │ └── src/\\n│ │ ├── builder/ # Fluent API extensions\\n│ │ │ └── mod.rs # ScenarioBuilderExt, ChaosBuilderExt\\n│ │ │\\n│ │ ├── expectations/ # Packaged assertions\\n│ │ │ ├── consensus_liveness.rs\\n│ │ │ └── mod.rs\\n│ │ │\\n│ │ └── workloads/ # Traffic generators\\n│ │ ├── transaction/ # Signed Mantle tx submission\\n│ │ ├── da/ # Blob dispersal to DA\\n│ │ └── chaos.rs # Random node restarts\\n│ │\\n│ ├── runners/ # Deployment backends\\n│ │ ├── local/ # Spawns nodes as local processes\\n│ │ │ └── src/runner.rs # LocalDeployer implementation\\n│ │ │\\n│ │ ├── compose/ # Docker Compose orchestration\\n│ │ │ ├── src/deployer.rs # ComposeDeployer implementation\\n│ │ │ └── assets/ # Compose templates\\n│ │ │\\n│ │ └── k8s/ # Kubernetes deployment\\n│ │ ├── src/deployer.rs # K8sDeployer implementation\\n│ │ └── helm/ # Helm chart for nomos-testnet\\n│ │\\n│ ├── tools/\\n│ │ └── cfgsync/ # Config sync server (for Compose/K8s)\\n│ │\\n│ └── assets/\\n│ └── stack/\\n│ ├── monitoring/ # Prometheus config\\n│ └── scripts/ # Docker build scripts\\n│\\n├── tests/\\n│ └── workflows/ # Integration test examples\\n│ └── tests/\\n│ ├── local_runner.rs # LocalDeployer scenarios\\n│ ├── compose_runner.rs # ComposeDeployer scenarios\\n│ └── k8s_runner.rs # K8sDeployer scenarios\\n│\\n└── scripts/ # Helper utilities","breadcrumbs":"Part II — User Guide » Annotated Tree » Annotated Tree","id":"41","title":"Annotated Tree"},"42":{"body":"To add a new workload or expectation: Start in workflows/src/workloads/ or workflows/src/expectations/, then expose it via builder/mod.rs. To modify scenario orchestration: Look in core/src/scenario/runtime/. To add deployer features: Extend the Deployer trait in core/src/scenario/runtime/deployer.rs and update runner implementations. To see examples: Check tests/workflows/tests/ for complete end-to-end\\nscenarios. See workspace-layout.md for detailed descriptions of each\\nmodule.","breadcrumbs":"Part II — User Guide » Annotated Tree » Navigation Guide","id":"42","title":"Navigation Guide"},"43":{"body":"Creating a scenario is a declarative exercise: Shape the topology: decide how many validators and executors to run, and\\nwhat high-level network and data-availability characteristics matter for the\\ntest. Attach workloads: pick traffic generators that align with your goals\\n(transactions, data-availability blobs, or chaos for resilience probes). Define expectations: specify the health signals that must hold when the\\nrun finishes (e.g., consensus liveness, inclusion of submitted activity; see Core Content: Workloads & Expectations). Set duration: choose a run window long enough to observe meaningful\\nblock progression and the effects of your workloads. Choose a runner: target local processes for fast iteration, Docker\\nCompose for reproducible multi-node stacks, or Kubernetes for cluster-grade\\nvalidation. For environment considerations, see Operations. Keep scenarios small and explicit: make the intended behavior and the success\\ncriteria clear so failures are easy to interpret and act upon.","breadcrumbs":"Part II — User Guide » Authoring Scenarios » Authoring Scenarios","id":"43","title":"Authoring Scenarios"},"44":{"body":"Testing Philosophy — Principles for effective scenario design Examples — Complete runnable scenarios Builder API Quick Reference — API syntax reference Best Practices — Patterns for maintainable tests Workloads & Expectations — Available traffic generators and assertions","breadcrumbs":"Part II — User Guide » Authoring Scenarios » See Also","id":"44","title":"See Also"},"45":{"body":"Workloads describe the activity a scenario generates; expectations describe the\\nsignals that must hold when that activity completes. Both are pluggable so\\nscenarios stay readable and purpose-driven.","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Core Content: Workloads & Expectations","id":"45","title":"Core Content: Workloads & Expectations"},"46":{"body":"Transaction workload: submits user-level transactions at a configurable\\nrate and can limit how many distinct actors participate. Data-availability workload: drives blob and channel activity to exercise\\ndata-availability paths. Chaos workload: triggers controlled node restarts to test resilience and\\nrecovery behaviors (requires a runner that can control nodes).","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Workloads","id":"46","title":"Workloads"},"47":{"body":"Consensus liveness: verifies the system continues to produce blocks in\\nline with the planned workload and timing window. Workload-specific checks: each workload can attach its own success\\ncriteria (e.g., inclusion of submitted activity) so scenarios remain concise. Together, workloads and expectations let you express both the pressure applied\\nto the system and the definition of “healthy” for that run. flowchart TD I[Inputs
topology + wallets + rates] --> Init[Workload init] Init --> Drive[Drive traffic] Drive --> Collect[Collect signals] Collect --> Eval[Expectations evaluate]","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Expectations","id":"47","title":"Expectations"},"48":{"body":"The ScenarioBuilderExt trait extends ScenarioBuilder with domain-specific\\nmethods for common testing patterns. This page explains the technical design and\\nusage of these extensions.","breadcrumbs":"Part II — User Guide » Core Content: ScenarioBuilderExt Patterns » Core Content: ScenarioBuilderExt Patterns","id":"48","title":"Core Content: ScenarioBuilderExt Patterns"},"49":{"body":"Extensions follow the builder pattern with explicit .apply() termination: #![allow(unused)] fn main() {\\nScenarioBuilder::topology() .validators(3).apply() // Topology builder ends with .apply() .transactions() // Start transaction builder .rate(10) .users(20) .apply() // Transaction builder ends with .apply() .expect_consensus_liveness() // Attach expectation .build() // Final build() returns Scenario } Why .apply()? Each sub-builder (topology, transactions, DA, chaos) has its\\nown configuration state. .apply() commits that state to the parent builder,\\nallowing method chaining without ambiguity.","breadcrumbs":"Part II — User Guide » Core Content: ScenarioBuilderExt Patterns » Design: Fluent Builder Pattern","id":"49","title":"Design: Fluent Builder Pattern"},"5":{"body":"If you’re new to the framework: Start with Quickstart for a 5-minute working example Read Testing Philosophy to understand the design approach Work through Examples to see common patterns Refer to Builder API Quick Reference as you write tests If you’re extending the framework: Review Architecture Overview and Scenario Model Study Extending the Framework and Custom Workload Example Consult Internal Crate Reference for where to add code If you’re debugging: Jump to Troubleshooting for triage workflows Check FAQ for common issues Use Operations for environment setup and observability","breadcrumbs":"What You Will Learn » How to Use This Book","id":"5","title":"How to Use This Book"},"50":{"body":"","breadcrumbs":"Part II — User Guide » Core Content: ScenarioBuilderExt Patterns » Available Extensions","id":"50","title":"Available Extensions"},"51":{"body":"Method: .topology() Returns: TopologyBuilder Purpose: Configure network layout and node counts. Example: #![allow(unused)] fn main() {\\nScenarioBuilder::topology() .network_star() // Star topology (all connect to seed) .validators(5) // 5 validator nodes .executors(2) // 2 executor nodes (validators + DA dispersal) .apply() } See: testing-framework/core/src/topology/mod.rs","breadcrumbs":"Part II — User Guide » Core Content: ScenarioBuilderExt Patterns » Topology Configuration","id":"51","title":"Topology Configuration"},"52":{"body":"Method: .wallets(n: usize) Purpose: Seed n funded wallet accounts for transaction workloads. Example: #![allow(unused)] fn main() {\\n.wallets(50) // 50 accounts, used by .transactions() } Note: Required before .transactions() workload.","breadcrumbs":"Part II — User Guide » Core Content: ScenarioBuilderExt Patterns » Wallet Seeding","id":"52","title":"Wallet Seeding"},"53":{"body":"Method: .transactions() Returns: TransactionWorkloadBuilder Purpose: Submit signed Mantle transactions at specified rate. Example: #![allow(unused)] fn main() {\\n.transactions() .rate(10) // 10 tx/sec .users(20) // 20 concurrent users (must have .wallets(N) where N >= 20) .apply() } See: testing-framework/workflows/src/workloads/transaction/","breadcrumbs":"Part II — User Guide » Core Content: ScenarioBuilderExt Patterns » Transaction Workload","id":"53","title":"Transaction Workload"},"54":{"body":"Method: .da() Returns: DaWorkloadBuilder Purpose: Submit blobs to DA network via executors. Example: #![allow(unused)] fn main() {\\n.da() .channel_rate(5) // 5 new channels/sec .blob_rate(10) // 10 blobs/sec across all channels .apply() } Requirements: Topology must have at least 1 executor. See: testing-framework/workflows/src/workloads/da/","breadcrumbs":"Part II — User Guide » Core Content: ScenarioBuilderExt Patterns » DA Workload","id":"54","title":"DA Workload"},"55":{"body":"Method: .chaos() Returns: ChaosBuilder Purpose: Random node restarts for resilience testing. Example: #![allow(unused)] fn main() {\\n.enable_node_control() // REQUIRED before chaos\\n.chaos() .restart() .min_delay(Duration::from_secs(10)) .max_delay(Duration::from_secs(20)) .target_cooldown(Duration::from_secs(30)) .apply() } Requirements: Must call .enable_node_control() first to enable NodeControlCapability. See: testing-framework/workflows/src/workloads/chaos.rs","breadcrumbs":"Part II — User Guide » Core Content: ScenarioBuilderExt Patterns » Chaos Workload","id":"55","title":"Chaos Workload"},"56":{"body":"Method: .expect_consensus_liveness() Purpose: Assert that blocks are continuously produced during the run. Example: #![allow(unused)] fn main() {\\n.expect_consensus_liveness() } Implementation: Observes block feed and verifies blocks appear throughout\\nthe run duration. See: testing-framework/workflows/src/expectations/consensus_liveness.rs","breadcrumbs":"Part II — User Guide » Core Content: ScenarioBuilderExt Patterns » Consensus Liveness Expectation","id":"56","title":"Consensus Liveness Expectation"},"57":{"body":"To add a new builder extension: Implement the workload/expectation in testing-framework/workflows/src/ Add builder struct with configuration fields Implement builder methods (setters that return Self) Add .apply() method that calls add_workload() or add_expectation() Extend ScenarioBuilderExt trait with entry method Example: #![allow(unused)] fn main() {\\npub trait ScenarioBuilderExt: Sized { fn my_workload(self) -> MyWorkloadBuilder { MyWorkloadBuilder { parent: self, rate: 10, // default } }\\n} pub struct MyWorkloadBuilder { parent: CoreScenarioBuilder, rate: u64,\\n} impl MyWorkloadBuilder { pub fn rate(mut self, rate: u64) -> Self { self.rate = rate; self } pub fn apply(self) -> CoreScenarioBuilder { self.parent.add_workload(Box::new(MyWorkload::new(self.rate))) }\\n} }","breadcrumbs":"Part II — User Guide » Core Content: ScenarioBuilderExt Patterns » Extension Workflow","id":"57","title":"Extension Workflow"},"58":{"body":"Builder API Quick Reference — Complete API syntax Best Practices — Usage patterns and design principles Custom Workload Example — Implementing new workloads Extending the Framework — General extension guide","breadcrumbs":"Part II — User Guide » Core Content: ScenarioBuilderExt Patterns » See Also","id":"58","title":"See Also"},"59":{"body":"These patterns help keep scenarios maintainable, debuggable, and comparable\\nacross teams and environments.","breadcrumbs":"Part II — User Guide » Best Practices » Best Practices","id":"59","title":"Best Practices"},"6":{"body":"This book gives you a clear mental model for Nomos multi-node testing, shows how\\nto author scenarios that pair realistic workloads with explicit expectations,\\nand guides you to run them across local, containerized, and cluster environments\\nwithout changing the plan.","breadcrumbs":"What You Will Learn » What’s Covered","id":"6","title":"What’s Covered"},"60":{"body":"What: Name scenarios and add comments describing what you’re testing. Why: Makes expectation choices obvious and helps others understand purpose\\nwhen tests fail. #![allow(unused)] fn main() {\\n// Verify consensus liveness under sustained transaction load\\nlet mut plan = ScenarioBuilder::topology() .network_star() .validators(3) .executors(0) .apply() .transactions() .rate(50) .users(30) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(60)) .build(); }","breadcrumbs":"Part II — User Guide » Best Practices » State Your Intent","id":"60","title":"State Your Intent"},"61":{"body":"What: Choose durations that allow multiple blocks (at least 5–10) to be\\nproduced and observed. Why: Single-block tests catch trivial failures but miss timing issues,\\nliveness gaps, and gradual degradation. #![allow(unused)] fn main() {\\n// Bad: Only 5 seconds might produce 1–2 blocks\\n.with_run_duration(Duration::from_secs(5)) // Good: 30+ seconds ensures multiple blocks for reliable assertions\\n.with_run_duration(Duration::from_secs(30)) }","breadcrumbs":"Part II — User Guide » Best Practices » Keep Runs Meaningful","id":"61","title":"Keep Runs Meaningful"},"62":{"body":"What: Test deterministic behavior (liveness, transaction inclusion) in stable\\nscenarios; add chaos in dedicated resilience tests. Why: Mixing workloads makes failures noisy—is it a bug or chaos timing? #![allow(unused)] fn main() {\\n// Scenario A: Deterministic baseline\\nlet mut baseline = ScenarioBuilder::topology() .network_star() .validators(3) .executors(2) .apply() .transactions() .rate(10) .users(10) .apply() .expect_consensus_liveness() .build(); // Scenario B: Chaos overlay (separate test)\\nlet mut resilience = ScenarioBuilder::topology() .network_star() .validators(5) .executors(0) .apply() .enable_node_control() .chaos() .restart() .min_delay(Duration::from_secs(5)) .max_delay(Duration::from_secs(15)) .target_cooldown(Duration::from_secs(20)) .apply() .expect_consensus_liveness() .build(); }","breadcrumbs":"Part II — User Guide » Best Practices » Separate Concerns","id":"62","title":"Separate Concerns"},"63":{"body":"What: Define standard topology/workload constants or helper functions for\\ncommon configurations. Why: Makes results comparable across environments and teams; reduces\\ncopy-paste errors. #![allow(unused)] fn main() {\\n// Define shared constants\\nconst STANDARD_TOPOLOGY_VALIDATORS: u16 = 3;\\nconst STANDARD_TOPOLOGY_EXECUTORS: u16 = 2;\\nconst LIGHT_TX_RATE: u64 = 5;\\nconst MEDIUM_TX_RATE: u64 = 20; // Use in multiple scenarios\\nlet mut plan = ScenarioBuilder::topology() .network_star() .validators(STANDARD_TOPOLOGY_VALIDATORS) .executors(STANDARD_TOPOLOGY_EXECUTORS) .apply() .transactions() .rate(MEDIUM_TX_RATE) .users(10) .apply() .build(); }","breadcrumbs":"Part II — User Guide » Best Practices » Reuse Patterns","id":"63","title":"Reuse Patterns"},"64":{"body":"What: Start with liveness checks and examine block/transaction counts before\\nadjusting rates or topology. Why: Premature tuning masks root causes. Observability reveals whether\\nfailure is in consensus, mempool, or network layer. #![allow(unused)] fn main() {\\n// Step 1: Observe baseline with minimal load\\nlet mut plan = ScenarioBuilder::topology() .network_star() .validators(3) .executors(0) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(30)) .build(); // Step 2: Check Prometheus metrics or logs for block production rate // Step 3: Add load incrementally, re-observe\\n// (Don\'t jump to high rates without baseline data) }","breadcrumbs":"Part II — User Guide » Best Practices » Observe First, Tune Second","id":"64","title":"Observe First, Tune Second"},"65":{"body":"What: Match runner to your feedback loop needs. Why: Each runner has trade-offs—optimize for iteration speed or fidelity as\\nappropriate. Runner Use Case Trade-off Local Fast iteration, unit-like tests No Docker isolation Compose Reproducible stacks, CI pipelines Slower startup K8s Cluster-grade fidelity Requires cluster access #![allow(unused)] fn main() {\\n// Local for rapid development\\nlet deployer = LocalDeployer::default(); // Compose for CI reproducibility\\nlet deployer = ComposeDeployer::default(); // K8s for production-like testing\\nlet deployer = K8sDeployer::default(); }","breadcrumbs":"Part II — User Guide » Best Practices » Environment Fit","id":"65","title":"Environment Fit"},"66":{"body":"What: Seed only the wallets you need; keep configuration explicit when moving\\nbetween environments. Why: Unnecessary wallets slow setup; implicit config differences cause CI vs.\\nlocal mismatches. #![allow(unused)] fn main() {\\n// Bad: Over-provisioning wallets increases startup time\\n.wallets(1000) // Only using 10 in transaction workload // Good: Match wallet count to actual usage\\n.wallets(20) // Transactions use 20 users\\n.transactions() .users(20) .apply() } See authoring-scenarios.md for workflow guidance and examples.md for applying these patterns in real scenarios.","breadcrumbs":"Part II — User Guide » Best Practices » Minimal Surprises","id":"66","title":"Minimal Surprises"},"67":{"body":"Concrete scenarios showing how to combine topologies, workloads, and\\nexpectations. Copy and adjust these to fit your needs.","breadcrumbs":"Part II — User Guide » Examples » Examples","id":"67","title":"Examples"},"68":{"body":"Scenario Topology Workloads Duration What It Tests Simple Liveness 3 validators, 0 executors None 30s Basic consensus block production Transaction Workload 2 validators, 1 executor TX: 5/s, 5 users 60s Transaction inclusion under light load DA + Transaction 3 validators, 2 executors TX: 10/s, 10 users DA: 5 ch/s, 10 blob/s 120s Mixed workload performance Chaos Resilience 4 validators, 1 executor TX: 5/s, 5 users Random restarts 90s Recovery under node failures","breadcrumbs":"Part II — User Guide » Examples » Quick Reference","id":"68","title":"Quick Reference"},"69":{"body":"Basic smoke test verifying validators can produce blocks. #![allow(unused)] fn main() {\\nuse testing_framework_core::scenario::{Deployer, ScenarioBuilder};\\nuse testing_framework_runner_local::LocalDeployer;\\nuse testing_framework_workflows::ScenarioBuilderExt;\\nuse std::time::Duration; #[tokio::test]\\nasync fn test_consensus_liveness() -> Result<(), Box> { let mut plan = ScenarioBuilder::topology() .network_star() .validators(3) .executors(0) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(30)) .build(); let deployer = LocalDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } When to use: Quick validation that consensus works on minimal hardware.","breadcrumbs":"Part II — User Guide » Examples » Simple consensus liveness","id":"69","title":"Simple consensus liveness"},"7":{"body":"Get a working test running in under 5 minutes.","breadcrumbs":"Part 0 — Quickstart » Quickstart","id":"7","title":"Quickstart"},"70":{"body":"Submit transactions and verify inclusion. #![allow(unused)] fn main() {\\n#[tokio::test]\\nasync fn test_transaction_inclusion() -> Result<(), Box> { let mut plan = ScenarioBuilder::topology() .network_star() .validators(2) .executors(1) .apply() .wallets(10) .transactions() .rate(5) .users(5) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(60)) .build(); let deployer = LocalDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } When to use: Verify transaction submission and inclusion under light load.","breadcrumbs":"Part II — User Guide » Examples » Transaction workload","id":"70","title":"Transaction workload"},"71":{"body":"Stress both transaction and DA paths simultaneously. #![allow(unused)] fn main() {\\n#[tokio::test]\\nasync fn test_mixed_workload() -> Result<(), Box> { let mut plan = ScenarioBuilder::topology() .network_star() .validators(3) .executors(2) .apply() .wallets(20) .transactions() .rate(10) .users(10) .apply() .da() .channel_rate(2) .blob_rate(1) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(120)) .build(); let deployer = LocalDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } When to use: End-to-end validation that transaction and DA layers work together.","breadcrumbs":"Part II — User Guide » Examples » DA + transaction workload","id":"71","title":"DA + transaction workload"},"72":{"body":"Verify consensus survives node restarts. #![allow(unused)] fn main() {\\n#[tokio::test]\\nasync fn test_chaos_resilience() -> Result<(), Box> { let mut plan = ScenarioBuilder::topology() .network_star() .validators(4) .executors(1) .apply() .enable_node_control() .wallets(10) .transactions() .rate(5) .users(5) .apply() .chaos() .restart() .min_delay(Duration::from_secs(15)) .max_delay(Duration::from_secs(25)) .target_cooldown(Duration::from_secs(45)) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(90)) .build(); let deployer = LocalDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } When to use: Resilience validation and operational readiness testing.","breadcrumbs":"Part II — User Guide » Examples » Chaos resilience test","id":"72","title":"Chaos resilience test"},"73":{"body":"Advanced Examples — Load progression, sustained load, aggressive chaos Builder API Quick Reference — Complete API syntax Authoring Scenarios — Design workflow and principles Best Practices — Patterns for maintainable tests","breadcrumbs":"Part II — User Guide » Examples » See Also","id":"73","title":"See Also"},"74":{"body":"Realistic advanced scenarios for capacity testing, operational validation, and\\nresilience probing.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Advanced Examples","id":"74","title":"Advanced Examples"},"75":{"body":"Scenario Topology Workloads Duration What It Tests Load Progression 3 validators, 2 executors TX: 5→10→20/s DA: 5 ch/s, 10 blob/s 3× 60s Performance under increasing load Sustained Load 4 validators, 2 executors TX: 20/s, 30 users DA: 10 ch/s, 15 blob/s 600s (10 min) Long-running stability under heavy load Aggressive Chaos 7 validators, 1 executor TX: 5/s, 5 users Frequent restarts (5-10s) 120s Recovery under frequent failures Note: Extension Ideas section below contains proposed features (not yet implemented).","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Quick Reference","id":"75","title":"Quick Reference"},"76":{"body":"Find the breaking point by gradually increasing transaction rate. #![allow(unused)] fn main() {\\n#[tokio::test]\\nasync fn test_capacity_limit() -> Result<(), Box> { for rate in [10, 20, 50, 100] { let mut plan = ScenarioBuilder::topology() .network_star() .validators(3) .executors(2) .apply() .wallets(50) .transactions() .rate(rate) .users(20) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(60)) .build(); let deployer = LocalDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; } Ok(())\\n} } When to use: Capacity planning, finding performance limits, validating\\nhardware requirements.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Load progression test","id":"76","title":"Load progression test"},"77":{"body":"Run moderate load for extended duration to catch memory leaks or gradual\\ndegradation. #![allow(unused)] fn main() {\\n#[tokio::test]\\nasync fn test_sustained_load() -> Result<(), Box> { let mut plan = ScenarioBuilder::topology() .network_star() .validators(4) .executors(2) .apply() .wallets(100) .transactions() .rate(20) .users(30) .apply() .da() .channel_rate(5) .blob_rate(2) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(600)) // 10 minutes .build(); let deployer = ComposeDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } When to use: Soak testing, memory leak detection, long-term stability\\nvalidation before production.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Sustained load test","id":"77","title":"Sustained load test"},"78":{"body":"Frequent restarts with shorter cooldown to stress recovery paths. #![allow(unused)] fn main() {\\n#[tokio::test]\\nasync fn test_aggressive_chaos() -> Result<(), Box> { let mut plan = ScenarioBuilder::topology() .network_star() .validators(7) // Need more nodes for aggressive chaos .executors(1) .apply() .enable_node_control() .wallets(20) .transactions() .rate(5) .users(10) .apply() .chaos() .restart() .min_delay(Duration::from_secs(5)) // Very short delays .max_delay(Duration::from_secs(10)) .target_cooldown(Duration::from_secs(20)) // Nodes can restart multiple times .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(120)) .build(); let deployer = ComposeDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } When to use: Stress testing recovery mechanisms, finding edge cases in restart\\nhandling. Requires more validators (7) to tolerate multiple simultaneous restarts.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Aggressive chaos test","id":"78","title":"Aggressive chaos test"},"79":{"body":"","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Extension Ideas","id":"79","title":"Extension Ideas"},"8":{"body":"Rust toolchain (nightly) Sibling nomos-node checkout built and available This repository cloned","breadcrumbs":"Part 0 — Quickstart » Prerequisites","id":"8","title":"Prerequisites"},"80":{"body":"Problem: Verify nodes handle malformed transactions gracefully without crashing. What’s needed: Custom workload that generates invalid transactions: Bad signatures Invalid operation types Corrupted transaction data Malformed structure Why useful: Security/robustness testing. Ensures mempool and consensus don’t\\npanic on malicious or corrupted input. Current transaction workload only generates\\nvalid transactions from seeded wallets.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Invalid Transaction Fuzzing","id":"80","title":"Invalid Transaction Fuzzing"},"81":{"body":"Problem: Current expectations only verify liveness (blocks produced), not state\\ncorrectness (transactions actually transferred funds). What’s needed: Custom expectation that queries wallet balances before and after\\nthe scenario: #![allow(unused)] fn main() {\\nuse testing_framework_core::scenario::{Expectation, RunContext};\\nuse std::collections::HashMap; pub struct WalletBalanceExpectation { initial_balances: HashMap, expected_changes: HashMap, // Address -> expected delta\\n} impl Expectation for WalletBalanceExpectation { fn name(&self) -> &\'static str { \\"wallet_balance_verification\\" } async fn start_capture(&mut self, ctx: &RunContext) -> Result<(), DynError> { // Query initial balances from node API // NOTE: query_balance() doesn\'t exist yet - needs to be added to ApiClient let client = ctx.node_clients().validators().get(0) .ok_or(\\"no validator 0\\")?; for (address, _) in &self.expected_changes { let balance = client.query_balance(address).await?; // Proposed API self.initial_balances.insert(address.clone(), balance); } Ok(()) } async fn evaluate(&mut self, ctx: &RunContext) -> Result<(), DynError> { let client = ctx.node_clients().validators().get(0) .ok_or(\\"no validator 0\\")?; for (address, expected_delta) in &self.expected_changes { let initial = self.initial_balances.get(address) .ok_or(format!(\\"no initial balance for {}\\", address))?; let final_balance = client.query_balance(address).await?; let actual_delta = final_balance as i64 - *initial as i64; if actual_delta != *expected_delta { return Err(format!( \\"Wallet {} balance mismatch: expected delta {}, got {}\\", address, expected_delta, actual_delta ).into()); } } Ok(()) }\\n} } Usage example: #![allow(unused)] fn main() {\\nlet mut plan = ScenarioBuilder::topology() .validators(3).executors(0).apply() .wallets(10) .transactions() .rate(5) .users(5) .apply() .add_expectation(Box::new(WalletBalanceExpectation { initial_balances: HashMap::new(), expected_changes: vec![ (wallet_0_address, -100), // Sent 100 tokens (wallet_1_address, 100), // Received 100 tokens ].into_iter().collect(), })) .with_run_duration(Duration::from_secs(30)) .build(); } Why useful: Verifies functional correctness, not just liveness. Ensures: Transactions actually transfer funds UTXO state transitions are correct No silent failures where blocks are produced but state is corrupted Implementation requirements: Node API must expose balance query endpoint (currently may not exist) Expectation must map seeded wallet indices to their addresses Handles gas fees (expected delta includes transaction costs)","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Custom Expectation: Wallet Balance Verification","id":"81","title":"Custom Expectation: Wallet Balance Verification"},"82":{"body":"Problem: Test consensus recovery after a true network partition (not just restarts). What’s needed: Extend NodeControlHandle with network control operations: #![allow(unused)] fn main() {\\npub trait NodeControlHandle: Send + Sync { async fn restart_validator(&self, index: usize) -> Result<(), DynError>; async fn restart_executor(&self, index: usize) -> Result<(), DynError>; // New operations needed: async fn block_peer(&self, node: usize, peer: usize) -> Result<(), DynError>; async fn unblock_peer(&self, node: usize, peer: usize) -> Result<(), DynError>;\\n} } Why useful: Current chaos workload only supports restarts. Real partition testing\\nrequires blocking network communication between nodes, letting them diverge, then\\nreconnecting and verifying they converge. This tests actual Byzantine fault tolerance,\\nnot just crash recovery.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Network Partition Recovery","id":"82","title":"Network Partition Recovery"},"83":{"body":"Verify block production stays within expected timing bounds by collecting block\\ntimestamps from the block feed, calculating intervals, and asserting they stay\\nwithin tolerance of the configured slot duration. Why useful: Catches timing degradation that liveness checks miss (blocks\\nprogress, but too slowly).","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Custom Expectation: Block Timing Consistency","id":"83","title":"Custom Expectation: Block Timing Consistency"},"84":{"body":"Examples — Basic scenarios (liveness, transactions, DA, chaos) Custom Workload Example — Step-by-step implementation guide Extending the Framework — How to add workloads, expectations, and runners Node Control — Using chaos capabilities in scenarios","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » See Also","id":"84","title":"See Also"},"85":{"body":"Running a scenario follows the same conceptual flow regardless of environment: Select or author a scenario plan that pairs a topology with workloads,\\nexpectations, and a suitable run window. Choose a runner aligned with your environment (local, compose, or k8s) and\\nensure its prerequisites are available. Deploy the plan through the runner; wait for readiness signals before\\nstarting workloads. Let workloads drive activity for the planned duration; keep observability\\nsignals visible so you can correlate outcomes. Evaluate expectations and capture results as the primary pass/fail signal. Use the same plan across different runners to compare behavior between local\\ndevelopment and CI or cluster settings. For environment prerequisites and\\nflags, see Operations.","breadcrumbs":"Part II — User Guide » Running Scenarios » Running Scenarios","id":"85","title":"Running Scenarios"},"86":{"body":"Runners turn a scenario plan into a live environment while keeping the plan\\nunchanged. Choose based on feedback speed, reproducibility, and fidelity. For\\nenvironment and operational considerations, see Operations:","breadcrumbs":"Part II — User Guide » Runners » Runners","id":"86","title":"Runners"},"87":{"body":"Launches node processes directly on the host. Fastest feedback loop and minimal orchestration overhead. Best for development-time iteration and debugging.","breadcrumbs":"Part II — User Guide » Runners » Local runner","id":"87","title":"Local runner"},"88":{"body":"Starts nodes in containers to provide a reproducible multi-node stack on a\\nsingle machine. Discovers service ports and wires observability for convenient inspection. Good balance between fidelity and ease of setup.","breadcrumbs":"Part II — User Guide » Runners » Docker Compose runner","id":"88","title":"Docker Compose runner"},"89":{"body":"Deploys nodes onto a cluster for higher-fidelity, longer-running scenarios. Suits CI or shared environments where cluster behavior and scheduling matter.","breadcrumbs":"Part II — User Guide » Runners » Kubernetes runner","id":"89","title":"Kubernetes runner"},"9":{"body":"Create a simple consensus liveness test: #![allow(unused)] fn main() {\\nuse testing_framework_core::scenario::{Deployer, ScenarioBuilder};\\nuse testing_framework_runner_local::LocalDeployer;\\nuse testing_framework_workflows::ScenarioBuilderExt;\\nuse std::time::Duration; #[tokio::test]\\nasync fn smoke_test() -> Result<(), Box> { // Define the scenario let mut plan = ScenarioBuilder::topology() .network_star() .validators(2) .executors(0) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(30)) .build(); // Deploy and run let deployer = LocalDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} }","breadcrumbs":"Part 0 — Quickstart » Your First Test","id":"9","title":"Your First Test"},"90":{"body":"All runners require at least one validator and, for transaction scenarios,\\naccess to seeded wallets. Readiness probes gate workload start so traffic begins only after nodes are\\nreachable. Environment flags can relax timeouts or increase tracing when diagnostics are\\nneeded. flowchart TD Plan[Scenario Plan] --> RunSel{Runner
(local | compose | k8s)} RunSel --> Provision[Provision & readiness] Provision --> Runtime[Runtime + observability] Runtime --> Exec[Workloads & Expectations execute]","breadcrumbs":"Part II — User Guide » Runners » Common expectations","id":"90","title":"Common expectations"},"91":{"body":"Operations — Prerequisites, K8s setup, observability Running Scenarios — How to execute tests Extending the Framework — Adding new deployer backends","breadcrumbs":"Part II — User Guide » Runners » See Also","id":"91","title":"See Also"},"92":{"body":"Operational readiness focuses on prerequisites, environment fit, and clear\\nsignals: Prerequisites: keep a sibling nomos-node checkout available; ensure the\\nchosen runner’s platform needs are met (local binaries for host runs, Docker\\nfor compose, cluster access for k8s). Artifacts: some scenarios depend on prover or circuit assets; fetch them\\nahead of time with the provided helper scripts when needed. Environment flags: use slow-environment toggles to relax timeouts, enable\\ntracing when debugging, adjust observability ports to avoid clashes, and enable\\ndev mode for proof generation to speed up local testing. Readiness checks: verify runners report node readiness before starting\\nworkloads; this avoids false negatives from starting too early. Failure triage: map failures to missing prerequisites (wallet seeding,\\nnode control availability), runner platform issues, or unmet expectations.\\nStart with liveness signals, then dive into workload-specific assertions. Treat operational hygiene—assets present, prerequisites satisfied, observability\\nreachable—as the first step to reliable scenario outcomes.","breadcrumbs":"Part II — User Guide » Operations » Operations","id":"92","title":"Operations"},"93":{"body":"","breadcrumbs":"Part II — User Guide » Operations » Environment Variables","id":"93","title":"Environment Variables"},"94":{"body":"Required for LocalDeployer. Disables expensive Groth16 zero-knowledge proof generation for leader election proofs. Why it’s needed: Real proof generation takes ~30 seconds per block (CPU-intensive cryptography) Tests would timeout waiting for proof computation For testing protocol logic, we don’t need cryptographically valid proofs When to use: ✅ Always with LocalDeployer (local process tests) ❌ Not needed with ComposeDeployer (sets automatically) ❌ Not needed with K8sDeployer (sets automatically) Example: POL_PROOF_DEV_MODE=true cargo test -p tests-workflows --test local_runner ⚠️ Warning: This should NEVER be used in production. It generates dummy proofs that skip cryptographic verification.","breadcrumbs":"Part II — User Guide » Operations » POL_PROOF_DEV_MODE","id":"94","title":"POL_PROOF_DEV_MODE"},"95":{"body":"SLOW_TEST_ENV=1 — Relaxes timeouts for slow CI environments NOMOS_TESTS_KEEP_LOGS=1 — Preserves node logs after test completion NOMOS_TESTS_TRACING=1 — Enables verbose tracing output","breadcrumbs":"Part II — User Guide » Operations » Other Variables","id":"95","title":"Other Variables"},"96":{"body":"Running scenarios on K8s requires additional preparation beyond local or compose deployments:","breadcrumbs":"Part II — User Guide » Operations » Kubernetes Setup","id":"96","title":"Kubernetes Setup"},"97":{"body":"testing-framework/assets/stack/scripts/build_test_image.sh This builds a container image (default tag: nomos-testnet:local) with all node binaries and dependencies.","breadcrumbs":"Part II — User Guide » Operations » 1. Build the Testnet Image","id":"97","title":"1. Build the Testnet Image"},"98":{"body":"Local clusters (Kind, Minikube, Docker Desktop): # Kind\\nkind load docker-image nomos-testnet:local # Minikube\\nminikube image load nomos-testnet:local # Docker Desktop: image is already available (uses local Docker daemon) Remote clusters: Push to a registry accessible to your cluster: docker tag nomos-testnet:local your-registry/nomos-testnet:v1\\ndocker push your-registry/nomos-testnet:v1\\nexport NOMOS_TESTNET_IMAGE=your-registry/nomos-testnet:v1","breadcrumbs":"Part II — User Guide » Operations » 2. Make the Image Available to Your Cluster","id":"98","title":"2. Make the Image Available to Your Cluster"},"99":{"body":"export NOMOS_TESTNET_IMAGE=nomos-testnet:local # or your custom tag The K8s deployer reads this variable (defaults to nomos-testnet:local if unset).","breadcrumbs":"Part II — User Guide » Operations » 3. Export the Image Tag","id":"99","title":"3. Export the Image Tag"}},"length":157,"save":true},"fields":["title","body","breadcrumbs"],"index":{"body":{"root":{"0":{"df":8,"docs":{"106":{"tf":1.0},"144":{"tf":1.0},"150":{"tf":1.4142135623730951},"151":{"tf":1.0},"152":{"tf":1.0},"28":{"tf":1.0},"68":{"tf":1.0},"81":{"tf":1.4142135623730951}}},"1":{"0":{"/":{"df":1,"docs":{"68":{"tf":1.0}}},"0":{"df":3,"docs":{"152":{"tf":1.0},"76":{"tf":1.0},"81":{"tf":2.0}}},"df":11,"docs":{"152":{"tf":1.0},"16":{"tf":1.0},"28":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"57":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.4142135623730951},"75":{"tf":2.0},"76":{"tf":1.0},"77":{"tf":1.0}}},"2":{"0":{"df":2,"docs":{"68":{"tf":1.0},"75":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":1,"docs":{"75":{"tf":1.0}}},"df":9,"docs":{"12":{"tf":1.0},"143":{"tf":1.0},"151":{"tf":1.0},"28":{"tf":1.0},"54":{"tf":1.0},"64":{"tf":1.0},"68":{"tf":1.4142135623730951},"75":{"tf":1.0},"97":{"tf":1.0}},"–":{"2":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}}},"2":{"0":{"/":{"df":1,"docs":{"75":{"tf":1.0}}},"df":5,"docs":{"16":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"63":{"tf":1.0},"66":{"tf":1.0},"76":{"tf":1.0}}},"df":13,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"135":{"tf":1.0},"14":{"tf":1.0},"144":{"tf":1.0},"156":{"tf":1.0},"25":{"tf":1.0},"51":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"68":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"98":{"tf":1.0}}},"3":{"0":{"0":{"0":{"df":1,"docs":{"150":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"1":{"0":{"df":1,"docs":{"150":{"tf":1.0}}},"df":0,"docs":{}},"df":7,"docs":{"10":{"tf":1.0},"150":{"tf":1.0},"25":{"tf":1.0},"61":{"tf":1.0},"68":{"tf":1.0},"75":{"tf":1.0},"94":{"tf":1.0}}},"df":8,"docs":{"14":{"tf":1.0},"145":{"tf":1.0},"152":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"68":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"99":{"tf":1.0}}},"4":{"0":{"0":{"0":{"df":1,"docs":{"150":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":5,"docs":{"100":{"tf":1.0},"146":{"tf":1.0},"15":{"tf":1.0},"68":{"tf":1.0},"75":{"tf":1.0}}},"5":{"/":{"df":2,"docs":{"68":{"tf":1.4142135623730951},"75":{"tf":1.0}}},"0":{"df":3,"docs":{"131":{"tf":1.0},"52":{"tf":1.0},"76":{"tf":1.0}}},"df":12,"docs":{"101":{"tf":1.0},"147":{"tf":1.0},"16":{"tf":1.0},"25":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0},"68":{"tf":1.7320508075688772},"7":{"tf":1.0},"75":{"tf":1.7320508075688772}},"–":{"1":{"0":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"→":{"1":{"0":{"df":0,"docs":{},"→":{"2":{"0":{"/":{"df":1,"docs":{"75":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"6":{"0":{"0":{"df":1,"docs":{"75":{"tf":1.0}}},"df":3,"docs":{"25":{"tf":1.0},"68":{"tf":1.0},"75":{"tf":1.0}}},"df":2,"docs":{"102":{"tf":1.0},"148":{"tf":1.0}}},"7":{"df":2,"docs":{"75":{"tf":1.0},"78":{"tf":1.0}}},"9":{"0":{"9":{"0":{"df":2,"docs":{"104":{"tf":1.0},"153":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"68":{"tf":1.0}}},"df":0,"docs":{}},"_":{"df":1,"docs":{"81":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":12,"docs":{"139":{"tf":1.0},"140":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"a":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"156":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"108":{"tf":1.0},"122":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":8,"docs":{"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"153":{"tf":1.0},"65":{"tf":1.0},"90":{"tf":1.0},"92":{"tf":1.0},"98":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"131":{"tf":1.4142135623730951},"16":{"tf":1.0},"52":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"156":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"109":{"tf":1.0},"117":{"tf":1.0},"156":{"tf":1.4142135623730951},"26":{"tf":1.0}}}},"v":{"df":9,"docs":{"109":{"tf":1.0},"117":{"tf":1.0},"22":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"47":{"tf":1.0},"85":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"46":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"81":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":5,"docs":{"149":{"tf":1.0},"27":{"tf":1.0},"66":{"tf":1.0},"81":{"tf":1.4142135623730951},"82":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.4142135623730951}}}}},"d":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"81":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"[":{"a":{"d":{"d":{"df":1,"docs":{"146":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":20,"docs":{"115":{"tf":1.0},"119":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.7320508075688772},"124":{"tf":1.4142135623730951},"125":{"tf":1.0},"126":{"tf":2.23606797749979},"147":{"tf":1.4142135623730951},"150":{"tf":1.0},"151":{"tf":1.0},"16":{"tf":1.4142135623730951},"40":{"tf":1.0},"42":{"tf":1.4142135623730951},"5":{"tf":1.0},"57":{"tf":1.7320508075688772},"60":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.0},"84":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"156":{"tf":1.0},"96":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"111":{"tf":1.0},"81":{"tf":2.449489742783178}}}}}},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"[":{"a":{"d":{"d":{"df":1,"docs":{"146":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":9,"docs":{"109":{"tf":1.0},"111":{"tf":1.4142135623730951},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"116":{"tf":1.0},"124":{"tf":1.0},"81":{"tf":1.0},"91":{"tf":1.0}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"135":{"tf":1.0},"64":{"tf":1.0},"67":{"tf":1.0},"92":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"153":{"tf":1.0}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"73":{"tf":1.0},"74":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"112":{"tf":1.0}}},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"146":{"tf":1.0},"73":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.4142135623730951}}}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"92":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":3,"docs":{"155":{"tf":1.0},"43":{"tf":1.0},"85":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"150":{"tf":1.0}}},"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":54,"docs":{"105":{"tf":1.0},"106":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"12":{"tf":1.0},"123":{"tf":1.0},"129":{"tf":1.0},"13":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"14":{"tf":1.0},"140":{"tf":1.0},"15":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"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},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.4142135623730951},"82":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":3,"docs":{"156":{"tf":1.0},"49":{"tf":1.0},"61":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":3,"docs":{"150":{"tf":1.0},"153":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"a":{"df":0,"docs":{},"y":{"df":3,"docs":{"155":{"tf":1.0},"28":{"tf":1.0},"94":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"126":{"tf":1.0},"41":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"154":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"i":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"122":{"tf":1.0},"34":{"tf":1.0},"81":{"tf":1.0}}}}},"df":18,"docs":{"103":{"tf":1.0},"106":{"tf":1.4142135623730951},"122":{"tf":1.0},"123":{"tf":1.7320508075688772},"126":{"tf":1.0},"128":{"tf":1.7320508075688772},"144":{"tf":1.0},"18":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"37":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"5":{"tf":1.0},"58":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951},"81":{"tf":1.7320508075688772}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"10":{"tf":1.0},"152":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"127":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":34,"docs":{"12":{"tf":1.0},"130":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"137":{"tf":1.0},"140":{"tf":2.0},"150":{"tf":1.0},"151":{"tf":1.4142135623730951},"16":{"tf":1.4142135623730951},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.7320508075688772},"3":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":2.449489742783178},"51":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.4142135623730951},"62":{"tf":2.0},"63":{"tf":1.4142135623730951},"64":{"tf":1.0},"66":{"tf":1.4142135623730951},"69":{"tf":1.0},"70":{"tf":1.4142135623730951},"71":{"tf":1.7320508075688772},"72":{"tf":1.7320508075688772},"76":{"tf":1.4142135623730951},"77":{"tf":1.7320508075688772},"78":{"tf":1.7320508075688772},"81":{"tf":1.0},"9":{"tf":1.0}}},"y":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"57":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"19":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"65":{"tf":1.0}}}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"0":{"tf":1.0},"18":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"5":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"150":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"106":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"92":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"107":{"tf":1.0},"29":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"109":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":16,"docs":{"109":{"tf":1.0},"112":{"tf":1.0},"118":{"tf":1.0},"122":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.4142135623730951},"20":{"tf":1.0},"28":{"tf":1.0},"30":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0},"83":{"tf":1.0},"92":{"tf":1.0}}}},"t":{"df":4,"docs":{"100":{"tf":1.4142135623730951},"34":{"tf":1.0},"41":{"tf":1.4142135623730951},"92":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"0":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"c":{"/":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{":":{":":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"117":{"tf":1.0},"118":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"117":{"tf":1.0},"118":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":15,"docs":{"105":{"tf":1.0},"106":{"tf":1.0},"111":{"tf":1.0},"117":{"tf":1.4142135623730951},"118":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.4142135623730951},"82":{"tf":2.0},"9":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"109":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"119":{"tf":1.0},"30":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"101":{"tf":1.4142135623730951},"153":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":11,"docs":{"128":{"tf":1.0},"140":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"43":{"tf":1.0},"6":{"tf":1.0},"66":{"tf":1.0},"73":{"tf":1.0},"85":{"tf":1.0}}}}},"o":{"df":2,"docs":{"135":{"tf":1.0},"156":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"104":{"tf":1.0},"119":{"tf":1.0},"94":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":22,"docs":{"0":{"tf":1.7320508075688772},"109":{"tf":1.0},"123":{"tf":1.0},"133":{"tf":1.0},"144":{"tf":1.0},"147":{"tf":1.4142135623730951},"150":{"tf":1.0},"151":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"20":{"tf":1.4142135623730951},"22":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"46":{"tf":1.4142135623730951},"50":{"tf":1.0},"8":{"tf":1.0},"85":{"tf":1.0},"92":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"154":{"tf":1.0},"27":{"tf":1.0},"92":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"w":{"df":1,"docs":{"124":{"tf":1.0}}}},"b":{"(":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":11,"docs":{"107":{"tf":1.0},"113":{"tf":1.0},"124":{"tf":1.4142135623730951},"126":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":1,"docs":{"145":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"d":{"df":6,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"61":{"tf":1.0},"66":{"tf":1.0},"80":{"tf":1.0}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"156":{"tf":1.0},"81":{"tf":2.8284271247461903},"88":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"156":{"tf":1.0},"86":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"109":{"tf":1.0},"112":{"tf":1.0},"118":{"tf":1.0},"62":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951}}}}}},"i":{"c":{"df":4,"docs":{"4":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"84":{"tf":1.0}}},"df":0,"docs":{}}}},"df":2,"docs":{"22":{"tf":1.0},"62":{"tf":1.0}},"e":{"c":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"118":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"144":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":13,"docs":{"109":{"tf":1.0},"136":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.4142135623730951},"151":{"tf":1.0},"156":{"tf":1.4142135623730951},"52":{"tf":1.0},"55":{"tf":1.0},"64":{"tf":1.0},"77":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"92":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"90":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":10,"docs":{"155":{"tf":1.0},"156":{"tf":1.0},"2":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"62":{"tf":1.0},"85":{"tf":1.0},"89":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"156":{"tf":1.0}}}},"w":{"df":1,"docs":{"75":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"125":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"154":{"tf":1.0},"3":{"tf":1.0},"44":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"73":{"tf":1.0},"87":{"tf":1.0}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":7,"docs":{"156":{"tf":1.0},"20":{"tf":1.0},"31":{"tf":1.0},"66":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"96":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"147":{"tf":1.0},"150":{"tf":1.0},"92":{"tf":1.0},"97":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"b":{"/":{"df":2,"docs":{"68":{"tf":1.0},"75":{"tf":1.4142135623730951}}},"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{"0":{"df":3,"docs":{"133":{"tf":1.0},"140":{"tf":1.0},"54":{"tf":1.0}}},"df":1,"docs":{"71":{"tf":1.0}}},"2":{"df":1,"docs":{"77":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":10,"docs":{"0":{"tf":1.7320508075688772},"123":{"tf":1.0},"133":{"tf":1.4142135623730951},"156":{"tf":2.23606797749979},"27":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"54":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"106":{"tf":1.0}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"64":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"105":{"tf":1.0}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"82":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"124":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":33,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"109":{"tf":1.0},"113":{"tf":1.0},"123":{"tf":1.4142135623730951},"13":{"tf":1.0},"134":{"tf":1.0},"144":{"tf":1.4142135623730951},"145":{"tf":1.0},"146":{"tf":2.0},"147":{"tf":1.0},"152":{"tf":2.6457513110645907},"155":{"tf":2.0},"156":{"tf":2.8284271247461903},"16":{"tf":1.0},"25":{"tf":2.6457513110645907},"27":{"tf":1.4142135623730951},"28":{"tf":2.23606797749979},"30":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"56":{"tf":1.7320508075688772},"61":{"tf":2.0},"64":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"81":{"tf":1.4142135623730951},"82":{"tf":1.0},"83":{"tf":2.23606797749979},"94":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"156":{"tf":1.0}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":6,"docs":{"0":{"tf":1.0},"2":{"tf":1.4142135623730951},"3":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"45":{"tf":1.0},"47":{"tf":1.0},"71":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"109":{"tf":1.0},"41":{"tf":1.0}}}}},"df":1,"docs":{"83":{"tf":1.0}}},"df":0,"docs":{}}},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":8,"docs":{"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"31":{"tf":1.0},"76":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}}}}}},"o":{"a":{"d":{"df":1,"docs":{"109":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"27":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"g":{"df":3,"docs":{"125":{"tf":1.0},"145":{"tf":1.0},"62":{"tf":1.0}}},"i":{"df":0,"docs":{},"l":{"d":{"df":31,"docs":{"109":{"tf":1.0},"119":{"tf":1.0},"138":{"tf":1.4142135623730951},"140":{"tf":1.0},"147":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"153":{"tf":1.0},"16":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"30":{"tf":1.0},"41":{"tf":1.0},"49":{"tf":1.4142135623730951},"60":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"64":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.0},"9":{"tf":1.0},"97":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{".":{"df":0,"docs":{},"r":{"df":3,"docs":{"123":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0}}}},"df":1,"docs":{"123":{"tf":1.0}}},"df":0,"docs":{}}}},"df":18,"docs":{"121":{"tf":1.4142135623730951},"122":{"tf":1.0},"123":{"tf":1.7320508075688772},"126":{"tf":1.0},"128":{"tf":1.7320508075688772},"146":{"tf":1.4142135623730951},"18":{"tf":1.0},"21":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"41":{"tf":1.7320508075688772},"44":{"tf":1.0},"49":{"tf":2.6457513110645907},"5":{"tf":1.0},"57":{"tf":1.7320508075688772},"58":{"tf":1.0},"73":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":4,"docs":{"147":{"tf":1.0},"150":{"tf":1.0},"20":{"tf":1.0},"8":{"tf":1.0}}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":4,"docs":{"109":{"tf":1.0},"111":{"tf":1.0},"117":{"tf":1.7320508075688772},"119":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"z":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"82":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"c":{"(":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}}},"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":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"30":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"27":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"155":{"tf":1.0},"156":{"tf":1.0}},"e":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"146":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":1,"docs":{"146":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"25":{"tf":1.0},"83":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"146":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":9,"docs":{"106":{"tf":1.4142135623730951},"119":{"tf":1.0},"136":{"tf":1.0},"146":{"tf":1.7320508075688772},"147":{"tf":1.0},"150":{"tf":1.0},"156":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"117":{"tf":1.0}}}}}},"p":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"l":{"df":9,"docs":{"109":{"tf":1.0},"115":{"tf":1.0},"122":{"tf":1.0},"124":{"tf":1.0},"136":{"tf":1.4142135623730951},"156":{"tf":1.0},"34":{"tf":1.0},"40":{"tf":1.0},"84":{"tf":1.0}}}},"c":{"df":4,"docs":{"146":{"tf":1.0},"152":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"109":{"tf":1.0},"155":{"tf":1.0},"85":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":4,"docs":{"10":{"tf":1.0},"102":{"tf":1.0},"148":{"tf":1.0},"94":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"65":{"tf":1.0},"78":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"61":{"tf":1.0},"77":{"tf":1.0},"83":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":3,"docs":{"147":{"tf":1.4142135623730951},"64":{"tf":1.0},"66":{"tf":1.0}}}}},"df":1,"docs":{"22":{"tf":1.0}},"f":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"34":{"tf":1.0},"41":{"tf":1.0}}},"df":0,"docs":{}}}}}},"h":{"/":{"df":2,"docs":{"68":{"tf":1.0},"75":{"tf":1.4142135623730951}}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"156":{"tf":1.0},"49":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"122":{"tf":1.0},"126":{"tf":1.0},"3":{"tf":1.0},"6":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"2":{"df":1,"docs":{"71":{"tf":1.0}}},"5":{"df":4,"docs":{"133":{"tf":1.0},"140":{"tf":1.0},"54":{"tf":1.0},"77":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"df":2,"docs":{"0":{"tf":1.0},"156":{"tf":1.0}}},"df":0,"docs":{}}}},"df":4,"docs":{"133":{"tf":1.0},"156":{"tf":2.23606797749979},"46":{"tf":1.0},"54":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"o":{"df":23,"docs":{"124":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.4142135623730951},"140":{"tf":1.0},"146":{"tf":1.7320508075688772},"147":{"tf":1.4142135623730951},"151":{"tf":1.7320508075688772},"155":{"tf":1.4142135623730951},"156":{"tf":1.4142135623730951},"26":{"tf":2.0},"34":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"55":{"tf":2.0},"62":{"tf":2.0},"68":{"tf":1.0},"72":{"tf":1.4142135623730951},"73":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.7320508075688772},"82":{"tf":1.0},"84":{"tf":1.4142135623730951}},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}},"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"136":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"26":{"tf":1.0}}}},"df":0,"docs":{}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"55":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":5,"docs":{"123":{"tf":1.0},"129":{"tf":1.0},"34":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"19":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"109":{"tf":1.0},"43":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":2,"docs":{"34":{"tf":1.0},"41":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"c":{"a":{"d":{"df":1,"docs":{"146":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"[":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"146":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"146":{"tf":1.4142135623730951}},"{":{"d":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"146":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":23,"docs":{"117":{"tf":1.0},"122":{"tf":1.0},"144":{"tf":1.7320508075688772},"146":{"tf":2.8284271247461903},"147":{"tf":1.4142135623730951},"150":{"tf":2.0},"152":{"tf":2.449489742783178},"155":{"tf":1.4142135623730951},"156":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"30":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"64":{"tf":1.4142135623730951},"83":{"tf":1.0},"92":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":1,"docs":{"146":{"tf":1.4142135623730951}},"{":{"df":0,"docs":{},"i":{"df":1,"docs":{"146":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"[":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"146":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"[":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"146":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"[":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"146":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"146":{"tf":2.0}},"i":{"c":{"df":0,"docs":{},"s":{"df":0,"docs":{},"{":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"146":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"33":{"tf":1.0},"8":{"tf":1.0},"92":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"146":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"{":{"df":0,"docs":{},"i":{"df":1,"docs":{"146":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"146":{"tf":1.4142135623730951}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"{":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"146":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"146":{"tf":2.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"{":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"146":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"[":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"146":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"146":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"{":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"146":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"22":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"43":{"tf":1.4142135623730951},"61":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"22":{"tf":1.0},"30":{"tf":1.0},"92":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"20":{"tf":1.0}}}}}}}}}}},"i":{"df":9,"docs":{"125":{"tf":1.0},"152":{"tf":1.0},"25":{"tf":1.4142135623730951},"31":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.0},"85":{"tf":1.0},"89":{"tf":1.0},"95":{"tf":1.0}},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"100":{"tf":1.0},"92":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"114":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"92":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"22":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":5,"docs":{"109":{"tf":1.0},"113":{"tf":1.0},"156":{"tf":1.0},"24":{"tf":1.0},"30":{"tf":1.0}},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"113":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"r":{"df":6,"docs":{"109":{"tf":1.0},"22":{"tf":1.0},"31":{"tf":1.0},"43":{"tf":1.0},"6":{"tf":1.0},"92":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"|":{"df":2,"docs":{"117":{"tf":1.0},"118":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"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":{}}}}}}}}}},"d":{"a":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"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":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"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":{}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"(":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"81":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":8,"docs":{"106":{"tf":1.0},"111":{"tf":1.0},"117":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"122":{"tf":1.0},"37":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"25":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"8":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":16,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"109":{"tf":1.0},"125":{"tf":1.0},"153":{"tf":1.4142135623730951},"156":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.7320508075688772},"31":{"tf":1.4142135623730951},"43":{"tf":1.0},"6":{"tf":1.0},"65":{"tf":1.4142135623730951},"85":{"tf":1.0},"89":{"tf":1.4142135623730951},"92":{"tf":1.0},"98":{"tf":2.0}},"—":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"109":{"tf":1.0}}}}}}}}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":4,"docs":{"11":{"tf":1.0},"126":{"tf":1.4142135623730951},"3":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"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":{"47":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"106":{"tf":1.0}}}}}}}}},"df":3,"docs":{"106":{"tf":1.4142135623730951},"47":{"tf":1.0},"83":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"109":{"tf":1.0},"156":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0},"67":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"m":{"df":1,"docs":{"121":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":10,"docs":{"107":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":1.0},"154":{"tf":1.4142135623730951},"34":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.4142135623730951},"63":{"tf":1.0},"90":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"82":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"59":{"tf":1.0},"63":{"tf":1.0},"85":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":15,"docs":{"0":{"tf":1.0},"106":{"tf":1.0},"128":{"tf":1.0},"140":{"tf":1.0},"146":{"tf":1.0},"148":{"tf":1.0},"152":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"58":{"tf":1.0},"73":{"tf":1.0},"95":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"156":{"tf":1.4142135623730951},"20":{"tf":1.0}}},"s":{"df":23,"docs":{"104":{"tf":1.0},"107":{"tf":1.0},"109":{"tf":1.0},"124":{"tf":1.4142135623730951},"144":{"tf":1.0},"145":{"tf":1.4142135623730951},"146":{"tf":1.0},"150":{"tf":1.0},"153":{"tf":1.0},"155":{"tf":1.0},"17":{"tf":1.4142135623730951},"22":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772},"43":{"tf":1.0},"65":{"tf":1.4142135623730951},"85":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"k":{"8":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":5,"docs":{"125":{"tf":1.0},"156":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.4142135623730951},"94":{"tf":1.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":5,"docs":{"139":{"tf":1.0},"17":{"tf":1.0},"65":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"2":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"94":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"115":{"tf":1.0},"4":{"tf":1.0}},"u":{"df":2,"docs":{"19":{"tf":1.0},"85":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"26":{"tf":1.0},"29":{"tf":1.0},"33":{"tf":1.0},"62":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"47":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"67":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":2,"docs":{"132":{"tf":1.0},"53":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"109":{"tf":1.0},"118":{"tf":1.0},"156":{"tf":1.0},"22":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"155":{"tf":1.0},"20":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"28":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":6,"docs":{"121":{"tf":1.4142135623730951},"126":{"tf":1.0},"34":{"tf":2.0},"40":{"tf":1.0},"41":{"tf":2.0},"66":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"126":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"r":{"df":17,"docs":{"109":{"tf":1.0},"114":{"tf":1.0},"12":{"tf":1.0},"121":{"tf":1.4142135623730951},"130":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.4142135623730951},"57":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.0},"83":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"118":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"147":{"tf":1.0},"150":{"tf":1.0}}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"12":{"tf":1.0},"130":{"tf":1.0},"145":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":24,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"134":{"tf":1.0},"14":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":2.0},"152":{"tf":1.4142135623730951},"156":{"tf":1.4142135623730951},"16":{"tf":1.0},"2":{"tf":1.0},"25":{"tf":1.7320508075688772},"43":{"tf":1.0},"47":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"64":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.4142135623730951},"72":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0},"9":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"144":{"tf":1.0},"146":{"tf":1.0},"152":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"144":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}},"i":{"d":{"df":1,"docs":{"111":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"43":{"tf":1.0},"86":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"113":{"tf":1.0},"123":{"tf":1.0},"127":{"tf":1.0},"83":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.4142135623730951}}}}},"df":1,"docs":{"63":{"tf":2.0}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"146":{"tf":1.0},"152":{"tf":1.0}},"t":{"df":3,"docs":{"124":{"tf":1.0},"152":{"tf":1.0},"20":{"tf":1.0}}}}}},"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"128":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}},"m":{"df":1,"docs":{"106":{"tf":1.4142135623730951}},"e":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"106":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"156":{"tf":1.4142135623730951},"75":{"tf":1.0},"88":{"tf":1.0},"97":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.0},"6":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"43":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":3,"docs":{"0":{"tf":1.0},"109":{"tf":1.0},"4":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":5,"docs":{"13":{"tf":1.0},"134":{"tf":1.0},"156":{"tf":1.0},"47":{"tf":1.0},"56":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"156":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"108":{"tf":1.0},"2":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"m":{"d":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"146":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":10,"docs":{"109":{"tf":1.0},"124":{"tf":1.4142135623730951},"136":{"tf":1.0},"146":{"tf":1.4142135623730951},"147":{"tf":1.0},"156":{"tf":1.0},"46":{"tf":1.4142135623730951},"82":{"tf":1.0},"84":{"tf":1.0},"92":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"88":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"82":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":4,"docs":{"109":{"tf":1.0},"156":{"tf":1.0},"30":{"tf":1.0},"78":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"109":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"i":{"df":2,"docs":{"63":{"tf":1.0},"67":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"126":{"tf":1.0}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"126":{"tf":1.0},"42":{"tf":1.0}},"e":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"126":{"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":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"126":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":9,"docs":{"115":{"tf":1.0},"122":{"tf":1.4142135623730951},"128":{"tf":1.0},"34":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"c":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"57":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"156":{"tf":1.0},"81":{"tf":1.7320508075688772}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"85":{"tf":1.0}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"80":{"tf":1.4142135623730951},"81":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"31":{"tf":1.0},"81":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"150":{"tf":1.0}}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"130":{"tf":1.0},"151":{"tf":1.0},"51":{"tf":1.0},"64":{"tf":1.0},"66":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"40":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"u":{"df":1,"docs":{"94":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"80":{"tf":1.0},"82":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":12,"docs":{"108":{"tf":1.0},"115":{"tf":1.0},"120":{"tf":1.4142135623730951},"124":{"tf":1.0},"21":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"5":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":9,"docs":{"101":{"tf":1.7320508075688772},"124":{"tf":1.0},"126":{"tf":1.7320508075688772},"153":{"tf":1.4142135623730951},"156":{"tf":1.4142135623730951},"2":{"tf":1.0},"26":{"tf":1.0},"43":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":4,"docs":{"155":{"tf":1.0},"156":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0}}},"df":0,"docs":{}}}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"156":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":2,"docs":{"10":{"tf":1.0},"94":{"tf":1.4142135623730951}},"i":{"df":1,"docs":{"94":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"t":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"106":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"0":{"df":1,"docs":{"81":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"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":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"105":{"tf":1.0}}}}}}}}}}}},"df":5,"docs":{"105":{"tf":1.0},"106":{"tf":1.0},"117":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":1,"docs":{"144":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"114":{"tf":1.0},"144":{"tf":1.0},"146":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.4142135623730951},"82":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":14,"docs":{"105":{"tf":1.7320508075688772},"106":{"tf":1.0},"107":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"122":{"tf":1.4142135623730951},"3":{"tf":1.0},"5":{"tf":1.0},"58":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.4142135623730951},"83":{"tf":1.0},"84":{"tf":1.0},"99":{"tf":1.0}}}}}}}},"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"[":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"a":{"df":24,"docs":{"0":{"tf":2.449489742783178},"106":{"tf":1.0},"114":{"tf":1.0},"12":{"tf":1.0},"123":{"tf":1.4142135623730951},"130":{"tf":1.0},"133":{"tf":1.4142135623730951},"140":{"tf":1.0},"145":{"tf":1.0},"156":{"tf":2.0},"2":{"tf":1.0},"27":{"tf":1.0},"34":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.4142135623730951},"49":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":2.0},"68":{"tf":1.4142135623730951},"71":{"tf":2.0},"75":{"tf":1.4142135623730951},"77":{"tf":1.0},"84":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"153":{"tf":1.0},"98":{"tf":1.0}}}}}},"t":{"a":{"df":13,"docs":{"0":{"tf":2.23606797749979},"109":{"tf":1.0},"111":{"tf":1.0},"133":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":2.23606797749979},"20":{"tf":1.4142135623730951},"22":{"tf":1.0},"30":{"tf":1.0},"43":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"64":{"tf":1.0},"80":{"tf":1.0}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":2,"docs":{"22":{"tf":1.0},"30":{"tf":1.0}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":9,"docs":{"104":{"tf":1.0},"142":{"tf":1.0},"148":{"tf":1.0},"18":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.0},"87":{"tf":1.0},"92":{"tf":1.0}},"g":{"df":3,"docs":{"127":{"tf":1.0},"29":{"tf":1.0},"59":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"30":{"tf":1.0},"43":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"126":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"r":{"df":9,"docs":{"109":{"tf":1.0},"156":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.4142135623730951},"29":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"62":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"108":{"tf":1.0},"4":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"119":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":9,"docs":{"102":{"tf":1.0},"104":{"tf":1.4142135623730951},"109":{"tf":1.0},"114":{"tf":1.0},"117":{"tf":1.0},"26":{"tf":1.0},"57":{"tf":1.0},"97":{"tf":1.0},"99":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"109":{"tf":1.0},"12":{"tf":1.0},"130":{"tf":1.0},"43":{"tf":1.0},"63":{"tf":1.4142135623730951},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"128":{"tf":1.0},"41":{"tf":1.0},"47":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":3,"docs":{"61":{"tf":1.0},"77":{"tf":1.0},"83":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"146":{"tf":1.0},"78":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"101":{"tf":1.0}}}},"t":{"a":{"df":1,"docs":{"81":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"125":{"tf":1.0},"40":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"155":{"tf":1.0},"92":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":39,"docs":{"101":{"tf":1.0},"107":{"tf":1.0},"109":{"tf":1.4142135623730951},"122":{"tf":1.0},"124":{"tf":2.449489742783178},"126":{"tf":1.0},"139":{"tf":1.4142135623730951},"140":{"tf":1.0},"15":{"tf":1.7320508075688772},"150":{"tf":1.0},"156":{"tf":1.4142135623730951},"17":{"tf":1.0},"2":{"tf":1.0},"22":{"tf":1.7320508075688772},"24":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.4142135623730951},"37":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.7320508075688772},"42":{"tf":1.4142135623730951},"65":{"tf":1.7320508075688772},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"85":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.4142135623730951},"91":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"(":{"&":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":12,"docs":{"139":{"tf":1.0},"140":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"9":{"tf":1.0}}}}},"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":2,"docs":{"39":{"tf":1.4142135623730951},"41":{"tf":1.0}}}},"<":{"c":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"124":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"111":{"tf":1.0},"117":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":6,"docs":{"109":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"45":{"tf":1.4142135623730951},"60":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"109":{"tf":1.0},"156":{"tf":1.0},"42":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":9,"docs":{"154":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"58":{"tf":1.0},"73":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"153":{"tf":1.0},"98":{"tf":1.4142135623730951}}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":8,"docs":{"115":{"tf":1.0},"120":{"tf":1.0},"126":{"tf":1.0},"128":{"tf":1.0},"140":{"tf":1.0},"148":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"152":{"tf":1.0},"77":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"26":{"tf":1.4142135623730951},"29":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"155":{"tf":1.0},"26":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951}}}}}}}}}}},"v":{"df":1,"docs":{"92":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":6,"docs":{"108":{"tf":1.0},"109":{"tf":1.4142135623730951},"31":{"tf":1.0},"65":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"90":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":2,"docs":{"150":{"tf":1.0},"152":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"155":{"tf":1.0},"17":{"tf":1.0},"2":{"tf":1.0},"32":{"tf":1.0},"40":{"tf":1.0},"66":{"tf":1.0},"85":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"106":{"tf":1.0},"87":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"10":{"tf":1.0},"34":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"10":{"tf":1.0},"156":{"tf":1.0},"94":{"tf":1.0}}}},"df":0,"docs":{}},"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":{"145":{"tf":1.0}}}},"df":0,"docs":{}}}},"v":{"df":2,"docs":{"104":{"tf":1.0},"88":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"127":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":9,"docs":{"0":{"tf":1.7320508075688772},"114":{"tf":1.0},"123":{"tf":1.0},"130":{"tf":1.0},"145":{"tf":1.0},"156":{"tf":1.4142135623730951},"38":{"tf":1.0},"41":{"tf":1.0},"51":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"147":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"108":{"tf":1.0},"92":{"tf":1.0}},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"82":{"tf":1.0}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"153":{"tf":1.0}}},"df":17,"docs":{"124":{"tf":1.0},"145":{"tf":1.0},"150":{"tf":1.0},"153":{"tf":1.7320508075688772},"17":{"tf":1.4142135623730951},"22":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.4142135623730951},"39":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":1.0},"65":{"tf":1.0},"88":{"tf":1.0},"92":{"tf":1.0},"98":{"tf":2.449489742783178}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"125":{"tf":1.0},"126":{"tf":1.0},"40":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"\'":{"df":0,"docs":{},"t":{"df":2,"docs":{"24":{"tf":1.0},"81":{"tf":1.0}}}},"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"28":{"tf":1.0}}}}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"48":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"\'":{"df":0,"docs":{},"t":{"df":1,"docs":{"64":{"tf":1.0}}}},"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":4,"docs":{"117":{"tf":1.0},"4":{"tf":1.0},"80":{"tf":1.0},"94":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"30":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"[":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}},"df":8,"docs":{"109":{"tf":1.0},"111":{"tf":1.0},"117":{"tf":1.0},"20":{"tf":1.0},"30":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"85":{"tf":1.0}},"n":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"l":{"df":2,"docs":{"111":{"tf":1.0},"34":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":1,"docs":{"94":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":20,"docs":{"109":{"tf":1.0},"135":{"tf":1.7320508075688772},"14":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"147":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.7320508075688772},"156":{"tf":2.23606797749979},"25":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"43":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0},"68":{"tf":1.0},"75":{"tf":1.0},"77":{"tf":1.0},"83":{"tf":1.0},"85":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"146":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":7,"docs":{"118":{"tf":1.0},"143":{"tf":1.4142135623730951},"151":{"tf":1.0},"152":{"tf":1.0},"156":{"tf":1.4142135623730951},"30":{"tf":1.0},"56":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":6,"docs":{"105":{"tf":1.0},"106":{"tf":1.0},"117":{"tf":1.7320508075688772},"118":{"tf":1.0},"81":{"tf":1.4142135623730951},"82":{"tf":2.0}}}}}}}}}},"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},".":{"df":0,"docs":{},"g":{"df":11,"docs":{"111":{"tf":1.0},"114":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"124":{"tf":1.7320508075688772},"143":{"tf":1.0},"156":{"tf":1.4142135623730951},"25":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"117":{"tf":1.0}}}}}}},"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"30":{"tf":1.0}}}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":8,"docs":{"120":{"tf":1.0},"156":{"tf":1.0},"22":{"tf":1.0},"31":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"65":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"92":{"tf":1.0}}}}},"s":{"df":1,"docs":{"88":{"tf":1.0}},"i":{"df":1,"docs":{"43":{"tf":1.0}}}}},"c":{"df":1,"docs":{"124":{"tf":1.0}}},"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"78":{"tf":1.0}}}},"df":2,"docs":{"22":{"tf":1.0},"30":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"23":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"156":{"tf":1.0},"94":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"b":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"20":{"tf":1.0}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":10,"docs":{"0":{"tf":1.0},"124":{"tf":1.0},"136":{"tf":1.0},"146":{"tf":1.0},"148":{"tf":1.4142135623730951},"155":{"tf":1.0},"156":{"tf":1.0},"55":{"tf":1.0},"92":{"tf":1.4142135623730951},"95":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"146":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":10,"docs":{"136":{"tf":1.0},"140":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"151":{"tf":1.4142135623730951},"26":{"tf":1.0},"55":{"tf":1.4142135623730951},"62":{"tf":1.0},"72":{"tf":1.0},"78":{"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":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"149":{"tf":1.0}}}}}}},"d":{"df":6,"docs":{"116":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"71":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"106":{"tf":1.0},"113":{"tf":1.0},"81":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"106":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":2,"docs":{"109":{"tf":1.0},"28":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"2":{"tf":1.4142135623730951},"20":{"tf":1.0},"34":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0}},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"122":{"tf":1.0}}}}}}}}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":5,"docs":{"109":{"tf":1.0},"155":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.4142135623730951},"43":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":11,"docs":{"100":{"tf":1.0},"109":{"tf":1.4142135623730951},"114":{"tf":1.0},"14":{"tf":1.0},"152":{"tf":1.0},"156":{"tf":1.4142135623730951},"61":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"92":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"39":{"tf":1.0},"57":{"tf":1.0}}}}},"v":{"df":2,"docs":{"104":{"tf":1.0},"147":{"tf":1.0}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":28,"docs":{"0":{"tf":1.0},"146":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"152":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.4142135623730951},"17":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"43":{"tf":1.0},"5":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"85":{"tf":1.7320508075688772},"86":{"tf":1.4142135623730951},"89":{"tf":1.0},"90":{"tf":1.0},"92":{"tf":1.7320508075688772},"93":{"tf":1.0},"95":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"—":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"111":{"tf":1.0}}}}}}},"r":{"(":{"\\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"117":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"81":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":11,"docs":{"112":{"tf":1.0},"143":{"tf":1.0},"145":{"tf":1.4142135623730951},"146":{"tf":2.23606797749979},"149":{"tf":1.4142135623730951},"150":{"tf":2.23606797749979},"151":{"tf":2.0},"152":{"tf":2.23606797749979},"153":{"tf":2.23606797749979},"4":{"tf":1.0},"63":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"19":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"c":{"df":2,"docs":{"124":{"tf":1.0},"34":{"tf":1.0}}},"df":0,"docs":{}},"v":{"a":{"df":0,"docs":{},"l":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":4,"docs":{"105":{"tf":1.0},"106":{"tf":1.0},"118":{"tf":1.0},"81":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":8,"docs":{"109":{"tf":1.0},"112":{"tf":1.0},"118":{"tf":1.0},"156":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.0},"47":{"tf":1.0},"85":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"113":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":3,"docs":{"108":{"tf":1.0},"22":{"tf":1.0},"31":{"tf":1.0}}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"145":{"tf":1.0},"64":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":30,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"140":{"tf":1.0},"156":{"tf":1.0},"18":{"tf":1.4142135623730951},"21":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"5":{"tf":1.7320508075688772},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"67":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.4142135623730951},"94":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"m":{"d":{"df":1,"docs":{"106":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"m":{"d":{"df":2,"docs":{"140":{"tf":1.0},"66":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"c":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"90":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":9,"docs":{"122":{"tf":1.0},"143":{"tf":1.4142135623730951},"15":{"tf":1.7320508075688772},"156":{"tf":1.0},"2":{"tf":1.0},"22":{"tf":1.4142135623730951},"41":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"156":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":18,"docs":{"0":{"tf":1.4142135623730951},"12":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"156":{"tf":1.4142135623730951},"20":{"tf":1.0},"34":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.4142135623730951},"68":{"tf":2.0},"75":{"tf":1.7320508075688772}},"s":{"(":{"0":{"df":8,"docs":{"12":{"tf":1.0},"151":{"tf":1.0},"16":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.0},"69":{"tf":1.0},"9":{"tf":1.0}}},"1":{"df":6,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"70":{"tf":1.0},"72":{"tf":1.0},"78":{"tf":1.0}}},"2":{"df":7,"docs":{"130":{"tf":1.0},"140":{"tf":1.0},"51":{"tf":1.0},"62":{"tf":1.0},"71":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"63":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"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":{},"i":{"df":0,"docs":{},"s":{"df":5,"docs":{"156":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"113":{"tf":1.0},"150":{"tf":1.0},"81":{"tf":1.4142135623730951}}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"116":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":20,"docs":{"13":{"tf":1.0},"134":{"tf":1.0},"140":{"tf":1.0},"16":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"49":{"tf":1.0},"56":{"tf":1.4142135623730951},"60":{"tf":1.0},"62":{"tf":1.4142135623730951},"64":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"117":{"tf":1.0}}}}}}},"df":0,"docs":{}},"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":1,"docs":{"123":{"tf":1.0}},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":49,"docs":{"105":{"tf":1.4142135623730951},"106":{"tf":1.0},"109":{"tf":2.23606797749979},"111":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.4142135623730951},"117":{"tf":2.0},"118":{"tf":1.7320508075688772},"119":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.7320508075688772},"126":{"tf":1.0},"13":{"tf":1.0},"134":{"tf":1.0},"143":{"tf":1.0},"146":{"tf":1.4142135623730951},"147":{"tf":1.0},"15":{"tf":1.0},"152":{"tf":2.23606797749979},"155":{"tf":1.4142135623730951},"156":{"tf":2.23606797749979},"2":{"tf":1.0},"22":{"tf":1.4142135623730951},"25":{"tf":1.7320508075688772},"27":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":2.0},"31":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.7320508075688772},"42":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"49":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"67":{"tf":1.0},"81":{"tf":2.8284271247461903},"83":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"92":{"tf":1.0}},"e":{"d":{"_":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"81":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"81":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":3,"docs":{"10":{"tf":1.0},"156":{"tf":1.0},"94":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"48":{"tf":1.0}}}},"n":{"df":1,"docs":{"140":{"tf":1.0}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":7,"docs":{"136":{"tf":1.0},"28":{"tf":1.0},"31":{"tf":1.0},"43":{"tf":1.0},"49":{"tf":1.0},"6":{"tf":1.0},"66":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"112":{"tf":1.0},"148":{"tf":1.7320508075688772},"153":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.4142135623730951}}}},"s":{"df":8,"docs":{"104":{"tf":1.4142135623730951},"106":{"tf":1.0},"111":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"81":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"106":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"47":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"146":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":21,"docs":{"108":{"tf":1.0},"109":{"tf":1.4142135623730951},"110":{"tf":1.0},"114":{"tf":1.0},"126":{"tf":1.0},"146":{"tf":1.0},"152":{"tf":1.0},"156":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.4142135623730951},"3":{"tf":1.0},"31":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.0},"77":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":13,"docs":{"120":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"128":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"75":{"tf":1.0},"79":{"tf":1.0}}}}}}},"}":{"\\"":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"118":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"f":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"27":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"114":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":14,"docs":{"100":{"tf":1.0},"111":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.4142135623730951},"145":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"147":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.4142135623730951},"153":{"tf":1.0},"155":{"tf":1.0},"30":{"tf":1.0},"60":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":19,"docs":{"106":{"tf":1.0},"113":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.4142135623730951},"146":{"tf":1.7320508075688772},"152":{"tf":1.0},"18":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.4142135623730951},"3":{"tf":1.0},"31":{"tf":1.0},"43":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.0},"68":{"tf":1.0},"75":{"tf":1.0},"81":{"tf":1.0},"92":{"tf":1.4142135623730951}}}}}},"l":{"df":0,"docs":{},"s":{"df":4,"docs":{"155":{"tf":1.0},"156":{"tf":1.0},"28":{"tf":1.0},"92":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{}}}}},"q":{"df":4,"docs":{"107":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"5":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"100":{"tf":1.0},"111":{"tf":1.0},"119":{"tf":1.0},"150":{"tf":1.0},"25":{"tf":1.0},"43":{"tf":1.0},"65":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"87":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"82":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":7,"docs":{"122":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"75":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"65":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":4,"docs":{"113":{"tf":1.0},"152":{"tf":1.0},"56":{"tf":1.0},"83":{"tf":1.0}}},"df":1,"docs":{"81":{"tf":1.0}}},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"100":{"tf":1.0},"92":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"65":{"tf":1.4142135623730951},"86":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"df":7,"docs":{"115":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"l":{"_":{"b":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"81":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"138":{"tf":1.0},"49":{"tf":1.0}}}},"d":{"df":3,"docs":{"150":{"tf":1.0},"76":{"tf":1.4142135623730951},"78":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":1,"docs":{"155":{"tf":1.0}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"112":{"tf":1.0},"118":{"tf":1.0},"43":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"26":{"tf":1.0},"55":{"tf":1.0},"64":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":1.0}},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"155":{"tf":1.0}}}}}}}}}},"t":{"df":5,"docs":{"116":{"tf":1.0},"22":{"tf":1.0},"65":{"tf":1.0},"67":{"tf":1.0},"92":{"tf":1.0}}},"x":{"df":8,"docs":{"125":{"tf":1.0},"147":{"tf":1.0},"150":{"tf":1.7320508075688772},"151":{"tf":1.7320508075688772},"152":{"tf":1.7320508075688772},"153":{"tf":2.0},"25":{"tf":1.0},"26":{"tf":1.0}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"[":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"146":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"154":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.0},"92":{"tf":1.0}}},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"147":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"123":{"tf":1.0}}},"df":0,"docs":{}},"w":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":6,"docs":{"106":{"tf":1.0},"146":{"tf":2.449489742783178},"22":{"tf":1.0},"30":{"tf":1.0},"47":{"tf":1.0},"90":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":3,"docs":{"22":{"tf":1.0},"31":{"tf":1.0},"85":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"123":{"tf":1.7320508075688772},"128":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"49":{"tf":1.0}}}}}}},"n":{"df":54,"docs":{"105":{"tf":1.4142135623730951},"106":{"tf":1.4142135623730951},"117":{"tf":2.449489742783178},"118":{"tf":2.0},"12":{"tf":1.0},"123":{"tf":1.4142135623730951},"129":{"tf":1.0},"13":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"14":{"tf":1.0},"140":{"tf":1.0},"15":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":2.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},"69":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"71":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"77":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951},"81":{"tf":2.23606797749979},"82":{"tf":2.23606797749979},"9":{"tf":1.4142135623730951}}},"o":{"c":{"df":0,"docs":{},"u":{"df":2,"docs":{"24":{"tf":1.0},"25":{"tf":1.0}},"s":{"df":3,"docs":{"0":{"tf":1.0},"33":{"tf":1.0},"92":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":4,"docs":{"142":{"tf":1.0},"22":{"tf":1.4142135623730951},"49":{"tf":1.0},"85":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"117":{"tf":1.0}}}}},"m":{"a":{"df":0,"docs":{},"t":{"!":{"(":{"\\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"118":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"22":{"tf":1.0}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"101":{"tf":1.0},"104":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}},"df":1,"docs":{"153":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"z":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"100":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"153":{"tf":1.0},"97":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":2,"docs":{"121":{"tf":1.0},"36":{"tf":1.0}}}}}},"r":{"df":2,"docs":{"122":{"tf":1.0},"37":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"128":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"128":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"51":{"tf":1.0}}}},"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":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":2,"docs":{"124":{"tf":1.0},"39":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"/":{"<":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"124":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":4,"docs":{"111":{"tf":1.0},"112":{"tf":1.0},"123":{"tf":1.0},"38":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"128":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"56":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"s":{"/":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"d":{"a":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}},"df":29,"docs":{"0":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"116":{"tf":1.0},"120":{"tf":1.0},"125":{"tf":1.0},"128":{"tf":1.0},"14":{"tf":1.0},"150":{"tf":1.0},"156":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.7320508075688772},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"28":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"5":{"tf":1.7320508075688772},"58":{"tf":1.0},"84":{"tf":1.0},"91":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"107":{"tf":1.0},"75":{"tf":1.4142135623730951},"78":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"30":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"125":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"152":{"tf":1.0},"20":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"147":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"26":{"tf":1.0},"63":{"tf":1.0},"81":{"tf":1.0}}}}}}},"d":{"df":6,"docs":{"131":{"tf":1.0},"151":{"tf":1.4142135623730951},"152":{"tf":1.0},"16":{"tf":1.0},"52":{"tf":1.0},"81":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"z":{"df":2,"docs":{"123":{"tf":1.0},"80":{"tf":1.0}}}}}},"g":{"a":{"df":1,"docs":{"81":{"tf":1.0}},"p":{"df":2,"docs":{"20":{"tf":1.0},"61":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":3,"docs":{"122":{"tf":1.0},"37":{"tf":1.0},"90":{"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":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":4,"docs":{"111":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"41":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":20,"docs":{"10":{"tf":1.0},"109":{"tf":1.0},"117":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.4142135623730951},"126":{"tf":1.0},"150":{"tf":1.0},"156":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"31":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"58":{"tf":1.0},"80":{"tf":1.4142135623730951},"92":{"tf":1.0},"94":{"tf":1.7320508075688772}}}}},"t":{"(":{"0":{"df":1,"docs":{"106":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"117":{"tf":1.0},"118":{"tf":1.0}}}},"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":1,"docs":{"6":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"156":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{},"o":{"d":{"df":7,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"61":{"tf":1.0},"66":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"80":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"43":{"tf":1.0},"65":{"tf":1.0}}},"u":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"61":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"1":{"6":{"df":2,"docs":{"156":{"tf":1.0},"94":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":1,"docs":{"156":{"tf":1.0}}}},"w":{"df":1,"docs":{"119":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"113":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":5,"docs":{"109":{"tf":1.0},"127":{"tf":1.0},"32":{"tf":1.0},"40":{"tf":1.0},"66":{"tf":1.0}}},"df":0,"docs":{}}},"df":7,"docs":{"115":{"tf":1.0},"142":{"tf":1.0},"32":{"tf":1.0},"42":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0},"84":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"30":{"tf":1.0}},"l":{"df":6,"docs":{"0":{"tf":1.0},"24":{"tf":1.0},"4":{"tf":1.0},"78":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"11":{"tf":1.0},"30":{"tf":1.0}}}}}},"r":{"d":{"df":1,"docs":{"26":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"150":{"tf":1.0},"25":{"tf":1.0},"69":{"tf":1.0},"76":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"144":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"p":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"81":{"tf":1.0}}}}}},"df":0,"docs":{}},"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"81":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"150":{"tf":1.0},"156":{"tf":1.0},"22":{"tf":1.0},"27":{"tf":1.4142135623730951},"43":{"tf":1.0}},"i":{"df":2,"docs":{"27":{"tf":1.0},"47":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":1,"docs":{"75":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"144":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"m":{"df":5,"docs":{"101":{"tf":1.0},"124":{"tf":1.0},"34":{"tf":1.4142135623730951},"39":{"tf":1.0},"41":{"tf":1.4142135623730951}}},"p":{"df":4,"docs":{"23":{"tf":1.0},"4":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"100":{"tf":1.0},"111":{"tf":1.0},"114":{"tf":1.4142135623730951},"34":{"tf":1.0},"41":{"tf":1.0},"63":{"tf":1.0},"92":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":7,"docs":{"0":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"146":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":7,"docs":{"144":{"tf":1.0},"156":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"64":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"89":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"27":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"43":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"104":{"tf":1.0},"155":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"87":{"tf":1.0},"92":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"3":{"0":{"0":{"0":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"144":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"0":{"9":{"0":{"df":3,"docs":{"104":{"tf":1.0},"144":{"tf":1.0},"17":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":6,"docs":{"106":{"tf":1.4142135623730951},"122":{"tf":1.0},"144":{"tf":1.0},"150":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"92":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"i":{"6":{"4":{"df":1,"docs":{"81":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"[":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"47":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"a":{"df":4,"docs":{"117":{"tf":1.0},"118":{"tf":1.0},"75":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"117":{"tf":1.0},"143":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"102":{"tf":1.4142135623730951}}}}}},"i":{"df":1,"docs":{"32":{"tf":1.0}},"i":{"df":1,"docs":{"108":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"116":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"153":{"tf":1.7320508075688772},"97":{"tf":1.4142135623730951},"98":{"tf":2.0},"99":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"156":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"24":{"tf":1.4142135623730951}}}},"l":{"df":4,"docs":{"117":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"57":{"tf":1.0},"81":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":17,"docs":{"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":1.0},"124":{"tf":1.7320508075688772},"128":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.7320508075688772},"42":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"75":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"66":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"10":{"tf":1.0},"129":{"tf":1.0}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":5,"docs":{"0":{"tf":1.4142135623730951},"152":{"tf":1.0},"156":{"tf":1.0},"27":{"tf":1.0},"81":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":10,"docs":{"146":{"tf":1.4142135623730951},"152":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"27":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"62":{"tf":1.0},"68":{"tf":1.0},"70":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":7,"docs":{"146":{"tf":1.4142135623730951},"147":{"tf":1.0},"151":{"tf":1.0},"66":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"90":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"64":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"\\"":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"117":{"tf":1.0}}}}}}},"df":0,"docs":{}},">":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"145":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"145":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951}}}},"i":{"c":{"df":2,"docs":{"145":{"tf":1.0},"81":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":2,"docs":{"106":{"tf":1.0},"144":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":7,"docs":{"124":{"tf":1.0},"15":{"tf":1.4142135623730951},"156":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.4142135623730951},"24":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":3,"docs":{"111":{"tf":1.0},"117":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951}},"i":{"a":{"df":0,"docs":{},"l":{"_":{"b":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"81":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":2,"docs":{"146":{"tf":1.0},"81":{"tf":2.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"111":{"tf":1.0},"117":{"tf":1.0},"80":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"106":{"tf":1.0}}}}}}},"df":2,"docs":{"106":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"101":{"tf":1.0}}},"n":{"c":{"df":1,"docs":{"104":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"10":{"tf":1.0},"151":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"151":{"tf":1.0},"153":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":11,"docs":{"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.4142135623730951}}}},"n":{"d":{"df":4,"docs":{"109":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"43":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":2,"docs":{"152":{"tf":1.0},"94":{"tf":1.0}}},"t":{"df":3,"docs":{"24":{"tf":1.0},"31":{"tf":1.0},"60":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"0":{"tf":1.4142135623730951},"109":{"tf":1.0},"20":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}},"n":{"df":7,"docs":{"115":{"tf":1.0},"120":{"tf":1.0},"21":{"tf":1.0},"27":{"tf":2.0},"4":{"tf":1.0},"40":{"tf":1.0},"5":{"tf":1.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"23":{"tf":1.0},"31":{"tf":1.0},"43":{"tf":1.0}}}}}},"v":{"df":3,"docs":{"156":{"tf":1.0},"25":{"tf":1.0},"83":{"tf":1.0}}}}},"o":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{")":{".":{"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":{"81":{"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":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"26":{"tf":1.0}},"t":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"123":{"tf":1.0},"145":{"tf":1.0},"80":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"152":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"20":{"tf":1.0},"65":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":7,"docs":{"107":{"tf":1.0},"117":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.0},"5":{"tf":1.0},"61":{"tf":1.0},"92":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"43":{"tf":1.0},"65":{"tf":1.4142135623730951},"87":{"tf":1.0}}}},"’":{"df":2,"docs":{"0":{"tf":1.0},"94":{"tf":1.0}}}},"v":{"df":1,"docs":{"127":{"tf":1.0}}}},"j":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"g":{"df":4,"docs":{"109":{"tf":1.0},"156":{"tf":1.0},"22":{"tf":1.0},"31":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":3,"docs":{"21":{"tf":1.0},"5":{"tf":1.0},"64":{"tf":1.0}}}}}},"k":{"8":{"df":21,"docs":{"100":{"tf":1.0},"102":{"tf":1.4142135623730951},"104":{"tf":1.0},"107":{"tf":1.0},"124":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.0},"153":{"tf":1.0},"155":{"tf":1.0},"34":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"65":{"tf":1.4142135623730951},"85":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":1,"docs":{"102":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":5,"docs":{"125":{"tf":1.0},"156":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.4142135623730951},"94":{"tf":1.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":2,"docs":{"139":{"tf":1.0},"65":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":17,"docs":{"109":{"tf":1.0},"114":{"tf":1.0},"119":{"tf":1.0},"127":{"tf":1.0},"148":{"tf":1.0},"155":{"tf":1.4142135623730951},"29":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"66":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"92":{"tf":1.0}}}},"y":{"df":10,"docs":{"117":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.4142135623730951},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"150":{"tf":1.0}}}},"n":{"d":{"df":2,"docs":{"153":{"tf":1.0},"98":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"m":{"df":2,"docs":{"34":{"tf":1.0},"41":{"tf":1.0}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":3,"docs":{"156":{"tf":1.0},"4":{"tf":1.0},"94":{"tf":1.0}},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"u":{"b":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"101":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"l":{"df":3,"docs":{"101":{"tf":1.4142135623730951},"145":{"tf":1.0},"153":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":11,"docs":{"124":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"89":{"tf":1.0},"96":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"g":{"df":1,"docs":{"100":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"25":{"tf":1.0},"31":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"109":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"128":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"156":{"tf":1.0},"87":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"2":{"tf":1.0},"22":{"tf":1.0},"64":{"tf":1.0},"71":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"d":{"df":2,"docs":{"126":{"tf":1.0},"42":{"tf":1.0}}},"df":0,"docs":{}}},"df":7,"docs":{"114":{"tf":1.0},"115":{"tf":1.0},"121":{"tf":1.0},"20":{"tf":1.0},"33":{"tf":1.0},"41":{"tf":1.0},"51":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"156":{"tf":1.0},"94":{"tf":1.0}}}}},"df":0,"docs":{},"k":{"df":3,"docs":{"109":{"tf":1.0},"30":{"tf":1.0},"77":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"1":{"tf":1.0},"18":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"156":{"tf":1.0}}}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"135":{"tf":1.0}}}}}},"t":{"df":2,"docs":{"20":{"tf":1.0},"82":{"tf":1.0}},"’":{"df":2,"docs":{"11":{"tf":1.0},"16":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":8,"docs":{"109":{"tf":1.0},"144":{"tf":1.0},"156":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":4,"docs":{"122":{"tf":1.0},"126":{"tf":1.0},"30":{"tf":1.0},"41":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":2,"docs":{"68":{"tf":1.0},"70":{"tf":1.0}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"117":{"tf":1.0}}}}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"46":{"tf":1.0},"76":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"47":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":29,"docs":{"102":{"tf":1.0},"125":{"tf":1.0},"134":{"tf":1.0},"143":{"tf":1.0},"146":{"tf":1.0},"152":{"tf":1.0},"155":{"tf":1.4142135623730951},"156":{"tf":1.7320508075688772},"16":{"tf":1.0},"20":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"30":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"81":{"tf":1.4142135623730951},"83":{"tf":1.0},"84":{"tf":1.0},"86":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":1.0}}}}},"o":{"a":{"d":{"df":11,"docs":{"153":{"tf":1.4142135623730951},"16":{"tf":1.0},"60":{"tf":1.0},"64":{"tf":1.4142135623730951},"68":{"tf":1.0},"70":{"tf":1.0},"73":{"tf":1.4142135623730951},"75":{"tf":2.0},"76":{"tf":1.0},"77":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":2,"docs":{"148":{"tf":1.0},"94":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":9,"docs":{"10":{"tf":1.0},"125":{"tf":1.0},"144":{"tf":1.0},"147":{"tf":1.0},"150":{"tf":1.0},"156":{"tf":1.4142135623730951},"34":{"tf":1.0},"41":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951}},"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":10,"docs":{"139":{"tf":1.0},"140":{"tf":1.0},"15":{"tf":1.0},"65":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"9":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":24,"docs":{"10":{"tf":1.4142135623730951},"104":{"tf":1.4142135623730951},"107":{"tf":1.0},"124":{"tf":1.4142135623730951},"145":{"tf":1.0},"146":{"tf":1.0},"15":{"tf":1.0},"155":{"tf":1.0},"22":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"39":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"43":{"tf":1.0},"6":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.0},"85":{"tf":1.4142135623730951},"87":{"tf":1.0},"92":{"tf":1.4142135623730951},"94":{"tf":1.0},"96":{"tf":1.0},"98":{"tf":1.4142135623730951}}},"t":{"df":1,"docs":{"145":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":11,"docs":{"10":{"tf":1.0},"117":{"tf":1.0},"145":{"tf":2.23606797749979},"146":{"tf":2.23606797749979},"148":{"tf":1.4142135623730951},"150":{"tf":1.0},"152":{"tf":1.4142135623730951},"155":{"tf":1.0},"3":{"tf":1.0},"64":{"tf":1.0},"95":{"tf":1.0}},"i":{"c":{"df":6,"docs":{"116":{"tf":1.0},"119":{"tf":1.0},"122":{"tf":1.0},"156":{"tf":1.0},"37":{"tf":1.0},"94":{"tf":1.0}}},"df":0,"docs":{}},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"106":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"146":{"tf":2.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":7,"docs":{"109":{"tf":1.0},"14":{"tf":1.0},"155":{"tf":1.4142135623730951},"28":{"tf":1.0},"43":{"tf":1.0},"75":{"tf":1.0},"77":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"25":{"tf":1.0},"89":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":5,"docs":{"12":{"tf":1.0},"144":{"tf":1.4142135623730951},"145":{"tf":1.0},"155":{"tf":1.0},"42":{"tf":1.0}}},"p":{"df":3,"docs":{"24":{"tf":1.0},"65":{"tf":1.0},"87":{"tf":1.0}}},"s":{"df":1,"docs":{"40":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"156":{"tf":1.0}}}}}}},"w":{"df":1,"docs":{"146":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"152":{"tf":1.0},"31":{"tf":1.0}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"[":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"146":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"r":{"df":2,"docs":{"22":{"tf":1.0},"30":{"tf":1.0}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"150":{"tf":1.4142135623730951}}}}},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"28":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"10":{"tf":1.0},"31":{"tf":1.0},"88":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"41":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"123":{"tf":1.0},"41":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":54,"docs":{"105":{"tf":1.0},"106":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"12":{"tf":1.0},"123":{"tf":1.0},"129":{"tf":1.0},"13":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"14":{"tf":1.0},"140":{"tf":1.0},"15":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"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},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.4142135623730951},"82":{"tf":1.0},"9":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"108":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"44":{"tf":1.0},"59":{"tf":1.0},"73":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":11,"docs":{"10":{"tf":1.0},"156":{"tf":1.0},"16":{"tf":1.0},"20":{"tf":1.0},"26":{"tf":1.0},"31":{"tf":1.4142135623730951},"43":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"98":{"tf":1.0}}}},"l":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"80":{"tf":1.4142135623730951}}}}}},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"80":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"g":{"df":5,"docs":{"121":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"4":{"tf":1.0},"41":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"i":{"df":6,"docs":{"109":{"tf":1.0},"151":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0}}},"t":{"df":0,"docs":{},"l":{"df":4,"docs":{"132":{"tf":1.0},"156":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0}}}}},"p":{"df":2,"docs":{"81":{"tf":1.0},"92":{"tf":1.0}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"64":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":4,"docs":{"116":{"tf":1.0},"152":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"127":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"43":{"tf":1.0},"89":{"tf":1.0}}}}}},"x":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"0":{"df":1,"docs":{"78":{"tf":1.0}}},"5":{"df":3,"docs":{"137":{"tf":1.0},"140":{"tf":1.0},"62":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":1,"docs":{"55":{"tf":1.0}}},"5":{"df":2,"docs":{"26":{"tf":1.0},"72":{"tf":1.0}}},"df":0,"docs":{}},"df":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":{"146":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"y":{"b":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":5,"docs":{"13":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.7320508075688772},"151":{"tf":1.7320508075688772},"152":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":8,"docs":{"0":{"tf":1.0},"109":{"tf":1.0},"155":{"tf":1.0},"20":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"43":{"tf":1.0},"61":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"156":{"tf":1.0},"25":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"78":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"r":{"df":1,"docs":{"63":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"27":{"tf":1.0},"77":{"tf":1.4142135623730951}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":5,"docs":{"123":{"tf":1.0},"146":{"tf":1.4142135623730951},"152":{"tf":1.0},"64":{"tf":1.0},"80":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"19":{"tf":1.0},"40":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"149":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"156":{"tf":1.0},"92":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"d":{"df":12,"docs":{"122":{"tf":1.0},"123":{"tf":1.4142135623730951},"126":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"c":{"df":14,"docs":{"104":{"tf":1.4142135623730951},"105":{"tf":1.7320508075688772},"112":{"tf":1.0},"113":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"144":{"tf":1.0},"152":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0},"64":{"tf":1.0}},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"105":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"105":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{"\\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"_":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"105":{"tf":1.0}}}}}}},"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":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"0":{"df":1,"docs":{"55":{"tf":1.0}}},"5":{"df":2,"docs":{"26":{"tf":1.0},"72":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":4,"docs":{"137":{"tf":1.0},"140":{"tf":1.0},"62":{"tf":1.0},"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":{}}}},"df":0,"docs":{}},"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"x":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"146":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":1,"docs":{"146":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"df":1,"docs":{"75":{"tf":1.0}},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"u":{"b":{"df":1,"docs":{"98":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"m":{"df":6,"docs":{"116":{"tf":1.0},"119":{"tf":1.0},"64":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0},"87":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"135":{"tf":1.0},"28":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"t":{"df":4,"docs":{"10":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0},"77":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"113":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"66":{"tf":1.0},"81":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":7,"docs":{"100":{"tf":1.0},"111":{"tf":1.0},"147":{"tf":1.7320508075688772},"155":{"tf":1.0},"61":{"tf":1.0},"83":{"tf":1.0},"92":{"tf":1.0}}}},"x":{"df":4,"docs":{"147":{"tf":1.0},"26":{"tf":1.0},"62":{"tf":1.0},"68":{"tf":1.0}}}},"o":{"d":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"143":{"tf":1.0},"92":{"tf":1.0}},"l":{"df":7,"docs":{"109":{"tf":1.7320508075688772},"115":{"tf":1.0},"19":{"tf":1.0},"34":{"tf":1.0},"40":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0}}},"r":{"df":1,"docs":{"77":{"tf":1.0}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"126":{"tf":1.0},"42":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"31":{"tf":1.0}}}},"df":6,"docs":{"111":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"104":{"tf":1.0},"41":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":5,"docs":{"119":{"tf":1.0},"140":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"78":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"100":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"31":{"tf":1.0},"66":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":8,"docs":{"0":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.4142135623730951},"33":{"tf":1.0},"43":{"tf":1.0},"6":{"tf":1.0},"88":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":5,"docs":{"155":{"tf":1.0},"156":{"tf":1.0},"61":{"tf":1.4142135623730951},"63":{"tf":1.0},"78":{"tf":1.4142135623730951}}}}}}},"t":{"df":20,"docs":{"117":{"tf":1.0},"140":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"16":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"60":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"64":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.0},"9":{"tf":1.0}}}},"y":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"123":{"tf":1.0},"57":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"123":{"tf":1.0},"57":{"tf":2.0}}},"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":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":3,"docs":{"117":{"tf":1.0},"118":{"tf":1.0},"81":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":3,"docs":{"111":{"tf":1.0},"117":{"tf":1.0},"60":{"tf":1.0}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":3,"docs":{"101":{"tf":1.4142135623730951},"145":{"tf":1.0},"153":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"22":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"df":4,"docs":{"145":{"tf":1.0},"27":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0}},"e":{"df":0,"docs":{},"e":{"d":{"df":19,"docs":{"100":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"12":{"tf":1.0},"155":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":1.0},"26":{"tf":1.0},"4":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"78":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951},"90":{"tf":1.0},"92":{"tf":1.4142135623730951},"94":{"tf":2.0}}},"df":0,"docs":{}},"g":{"df":2,"docs":{"156":{"tf":1.0},"92":{"tf":1.0}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":20,"docs":{"12":{"tf":1.0},"130":{"tf":1.0},"140":{"tf":1.0},"16":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"51":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"64":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":20,"docs":{"0":{"tf":1.7320508075688772},"106":{"tf":1.0},"109":{"tf":1.0},"12":{"tf":1.0},"121":{"tf":1.7320508075688772},"124":{"tf":1.0},"130":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.0},"156":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"22":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.0},"64":{"tf":1.0},"82":{"tf":2.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"156":{"tf":1.0},"94":{"tf":1.0}}}}},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"117":{"tf":1.0},"118":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":21,"docs":{"109":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":2.0},"124":{"tf":1.4142135623730951},"125":{"tf":1.0},"126":{"tf":1.7320508075688772},"133":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"82":{"tf":1.0},"91":{"tf":1.0}}},"x":{"df":0,"docs":{},"t":{"df":3,"docs":{"156":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}},"o":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"146":{"tf":1.0}},"s":{"[":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"146":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"10":{"tf":1.0},"102":{"tf":1.0},"148":{"tf":1.0}}}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"145":{"tf":1.0}}}}}},"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"117":{"tf":1.0},"118":{"tf":1.0}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"113":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"a":{"df":0,"docs":{},"p":{"df":3,"docs":{"122":{"tf":1.0},"37":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"151":{"tf":1.0},"41":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":4,"docs":{"113":{"tf":1.0},"124":{"tf":1.4142135623730951},"146":{"tf":1.0},"82":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":58,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"106":{"tf":1.7320508075688772},"109":{"tf":1.0},"111":{"tf":1.0},"117":{"tf":1.0},"12":{"tf":1.4142135623730951},"121":{"tf":1.4142135623730951},"122":{"tf":1.7320508075688772},"123":{"tf":1.0},"124":{"tf":1.7320508075688772},"126":{"tf":1.4142135623730951},"130":{"tf":2.0},"136":{"tf":1.0},"137":{"tf":1.0},"143":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":2.0},"147":{"tf":1.4142135623730951},"148":{"tf":1.0},"150":{"tf":2.0},"152":{"tf":1.0},"156":{"tf":2.23606797749979},"19":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.4142135623730951},"22":{"tf":1.0},"25":{"tf":1.0},"30":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"34":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":2.449489742783178},"43":{"tf":1.0},"46":{"tf":1.4142135623730951},"51":{"tf":1.7320508075688772},"55":{"tf":1.0},"6":{"tf":1.0},"68":{"tf":1.0},"72":{"tf":1.0},"78":{"tf":1.4142135623730951},"8":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.4142135623730951},"82":{"tf":1.7320508075688772},"84":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.4142135623730951},"89":{"tf":1.0},"90":{"tf":1.0},"92":{"tf":1.7320508075688772},"95":{"tf":1.0},"97":{"tf":1.0}},"s":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"37":{"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":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":2,"docs":{"36":{"tf":1.0},"37":{"tf":1.0}}}},"df":1,"docs":{"121":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":2,"docs":{"36":{"tf":1.0},"37":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"121":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"26":{"tf":1.0}}},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"i":{"df":1,"docs":{"62":{"tf":1.0}}}}}}},"m":{"a":{"d":{"df":1,"docs":{"124":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":19,"docs":{"0":{"tf":1.7320508075688772},"10":{"tf":1.4142135623730951},"145":{"tf":1.7320508075688772},"147":{"tf":1.0},"150":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"156":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.7320508075688772},"33":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"6":{"tf":1.0},"8":{"tf":1.0},"92":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.7320508075688772},"99":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"=":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"99":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"98":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"s":{"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"=":{"1":{"df":2,"docs":{"148":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"=":{"1":{"df":2,"docs":{"148":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"n":{"df":1,"docs":{"146":{"tf":1.0}},"e":{"df":2,"docs":{"152":{"tf":1.0},"68":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"102":{"tf":1.0},"52":{"tf":1.0},"75":{"tf":1.0},"81":{"tf":1.0}}},"x":{"df":1,"docs":{"146":{"tf":1.0}},"s":{"[":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"146":{"tf":1.0}}}}},"df":0,"docs":{}}}},"w":{"df":2,"docs":{"16":{"tf":1.0},"18":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"130":{"tf":1.4142135623730951},"132":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"[":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":24,"docs":{"103":{"tf":1.0},"109":{"tf":1.0},"144":{"tf":1.0},"152":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.7320508075688772},"20":{"tf":1.0},"22":{"tf":1.4142135623730951},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"5":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":2.0},"85":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.4142135623730951}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"60":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"109":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"30":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"65":{"tf":1.0}}}}}}}}}}},"k":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"\\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"117":{"tf":1.0},"118":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"o":{"df":2,"docs":{"106":{"tf":1.0},"81":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"!":{"(":{"\\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"81":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":13,"docs":{"105":{"tf":1.0},"106":{"tf":1.0},"117":{"tf":1.4142135623730951},"118":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"n":{"c":{"df":3,"docs":{"109":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.0}}},"df":4,"docs":{"114":{"tf":1.0},"20":{"tf":1.0},"40":{"tf":1.0},"90":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"89":{"tf":1.0}}}}},"p":{"df":1,"docs":{"156":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":16,"docs":{"0":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"43":{"tf":1.0},"5":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.4142135623730951},"85":{"tf":1.0},"86":{"tf":1.4142135623730951},"91":{"tf":1.0},"92":{"tf":1.7320508075688772}}}},"t":{"df":2,"docs":{"136":{"tf":1.0},"26":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"113":{"tf":1.0},"121":{"tf":1.0},"124":{"tf":1.0},"126":{"tf":1.0},"30":{"tf":1.0},"4":{"tf":1.0}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":14,"docs":{"122":{"tf":1.7320508075688772},"124":{"tf":1.0},"126":{"tf":1.0},"15":{"tf":1.0},"156":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.4142135623730951},"31":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.7320508075688772},"42":{"tf":1.0},"87":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"155":{"tf":1.0},"25":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"31":{"tf":1.0},"60":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":8,"docs":{"109":{"tf":1.0},"112":{"tf":1.0},"156":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.0},"85":{"tf":1.0},"92":{"tf":1.0}}}}},"df":1,"docs":{"151":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"144":{"tf":1.0},"148":{"tf":1.0},"95":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"20":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.0},"66":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"87":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"104":{"tf":1.0}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":4,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"5":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"df":1,"docs":{"146":{"tf":1.0}}}}}}}}}}},"p":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"30":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":2,"docs":{"128":{"tf":1.0},"48":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"6":{"tf":1.0},"85":{"tf":1.0}}}},"n":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"143":{"tf":1.0},"145":{"tf":1.0},"80":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"100":{"tf":1.0},"114":{"tf":1.0},"156":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"144":{"tf":1.0},"156":{"tf":1.0},"49":{"tf":1.0},"57":{"tf":1.4142135623730951}}}}},"t":{"df":4,"docs":{"108":{"tf":1.0},"127":{"tf":1.0},"19":{"tf":1.0},"32":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"146":{"tf":1.0}},"s":{"[":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"146":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":4,"docs":{"0":{"tf":1.0},"114":{"tf":1.0},"156":{"tf":1.0},"46":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":2,"docs":{"124":{"tf":1.0},"82":{"tf":1.7320508075688772}}}}}},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"106":{"tf":1.0},"85":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":2,"docs":{"10":{"tf":1.0},"30":{"tf":1.0}}},"t":{"df":1,"docs":{"63":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"46":{"tf":1.0},"71":{"tf":1.0},"78":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":11,"docs":{"154":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"5":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.0},"73":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"122":{"tf":1.0},"124":{"tf":1.0}}}}},"df":4,"docs":{"10":{"tf":1.0},"102":{"tf":1.0},"148":{"tf":1.0},"94":{"tf":1.0}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"145":{"tf":1.0},"82":{"tf":1.4142135623730951}}}},"r":{"df":6,"docs":{"132":{"tf":1.0},"133":{"tf":1.4142135623730951},"156":{"tf":1.4142135623730951},"16":{"tf":1.0},"25":{"tf":1.0},"94":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":7,"docs":{"0":{"tf":1.0},"125":{"tf":1.0},"156":{"tf":1.4142135623730951},"22":{"tf":1.0},"68":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"156":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"101":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":7,"docs":{"154":{"tf":1.0},"18":{"tf":1.4142135623730951},"21":{"tf":1.0},"23":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0},"5":{"tf":1.0}}}}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"117":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"155":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"65":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"154":{"tf":1.0}}}},"df":0,"docs":{}}}},"l":{"a":{"df":0,"docs":{},"n":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":12,"docs":{"139":{"tf":1.0},"140":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"[":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"90":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":32,"docs":{"109":{"tf":1.0},"138":{"tf":1.0},"140":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"16":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"30":{"tf":2.0},"31":{"tf":1.0},"40":{"tf":1.0},"47":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.4142135623730951},"77":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":2.0},"86":{"tf":1.4142135623730951},"9":{"tf":1.0},"90":{"tf":1.0}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"92":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"116":{"tf":1.0}},"g":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"31":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"d":{"df":2,"docs":{"101":{"tf":1.0},"156":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"120":{"tf":1.0},"39":{"tf":1.0},"76":{"tf":1.0}}}}},"l":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"156":{"tf":1.0},"94":{"tf":1.0}},"e":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":5,"docs":{"10":{"tf":1.4142135623730951},"147":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.0},"94":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"27":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"20":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0}}}},"df":0,"docs":{}},"df":8,"docs":{"101":{"tf":1.0},"104":{"tf":1.7320508075688772},"144":{"tf":1.0},"147":{"tf":1.7320508075688772},"150":{"tf":2.0},"153":{"tf":1.0},"88":{"tf":1.0},"92":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"109":{"tf":1.0},"156":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":8,"docs":{"107":{"tf":1.0},"154":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0},"44":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"73":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"22":{"tf":1.0},"26":{"tf":1.0},"31":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"27":{"tf":1.0}}}}},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"156":{"tf":1.0},"64":{"tf":1.0}}}}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"131":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":8,"docs":{"109":{"tf":1.0},"111":{"tf":1.0},"154":{"tf":1.0},"4":{"tf":1.0},"8":{"tf":1.0},"85":{"tf":1.4142135623730951},"91":{"tf":1.0},"92":{"tf":2.0}}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"100":{"tf":1.0},"92":{"tf":1.0}}}},"r":{"df":0,"docs":{},"v":{"df":2,"docs":{"148":{"tf":1.0},"95":{"tf":1.0}}}},"t":{"df":1,"docs":{"114":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"156":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"150":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"85":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.4142135623730951},"4":{"tf":1.0}}}},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"121":{"tf":1.0},"34":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":6,"docs":{"154":{"tf":1.0},"23":{"tf":1.4142135623730951},"29":{"tf":1.0},"44":{"tf":1.0},"58":{"tf":1.0},"73":{"tf":1.0}}}}}},"df":0,"docs":{}}},"o":{"b":{"df":0,"docs":{},"e":{"df":7,"docs":{"113":{"tf":1.0},"117":{"tf":1.0},"119":{"tf":1.0},"156":{"tf":1.0},"43":{"tf":1.0},"74":{"tf":1.0},"90":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":3,"docs":{"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":17,"docs":{"10":{"tf":1.0},"104":{"tf":1.0},"124":{"tf":1.0},"144":{"tf":1.0},"146":{"tf":1.0},"15":{"tf":1.0},"150":{"tf":1.4142135623730951},"156":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.4142135623730951},"39":{"tf":1.0},"41":{"tf":1.7320508075688772},"43":{"tf":1.0},"87":{"tf":1.0},"94":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":16,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"113":{"tf":1.0},"13":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.4142135623730951},"16":{"tf":1.0},"25":{"tf":1.0},"47":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.4142135623730951},"69":{"tf":1.0},"81":{"tf":1.4142135623730951}},"t":{"df":13,"docs":{"123":{"tf":1.0},"134":{"tf":1.0},"152":{"tf":1.0},"156":{"tf":1.7320508075688772},"25":{"tf":1.0},"28":{"tf":1.0},"38":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"68":{"tf":1.0},"77":{"tf":1.0},"83":{"tf":1.0},"94":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":12,"docs":{"109":{"tf":1.0},"144":{"tf":1.4142135623730951},"146":{"tf":1.0},"156":{"tf":1.4142135623730951},"20":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"43":{"tf":1.0},"73":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"83":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"0":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":15,"docs":{"103":{"tf":1.0},"104":{"tf":2.23606797749979},"105":{"tf":1.4142135623730951},"122":{"tf":1.0},"126":{"tf":1.0},"144":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"17":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.4142135623730951},"64":{"tf":1.0}},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"146":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"146":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"o":{"df":0,"docs":{},"f":{"df":5,"docs":{"10":{"tf":1.0},"150":{"tf":1.0},"156":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":2.449489742783178}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"152":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"156":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"75":{"tf":1.0},"81":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":8,"docs":{"0":{"tf":1.0},"155":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":1.7320508075688772},"29":{"tf":1.4142135623730951},"30":{"tf":1.0},"94":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"117":{"tf":1.0},"28":{"tf":1.0}},"r":{"df":1,"docs":{"92":{"tf":1.0}}}},"i":{"d":{"df":6,"docs":{"100":{"tf":1.0},"111":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.4142135623730951},"88":{"tf":1.0},"92":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":8,"docs":{"122":{"tf":1.0},"124":{"tf":1.0},"15":{"tf":1.4142135623730951},"156":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.4142135623730951},"66":{"tf":1.0},"90":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"90":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"117":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"b":{"df":5,"docs":{"117":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"57":{"tf":2.0},"81":{"tf":1.0},"82":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"156":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"153":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"155":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":18,"docs":{"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"20":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"45":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"98":{"tf":1.4142135623730951}}}}}},"q":{"a":{"df":2,"docs":{"2":{"tf":1.0},"20":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"105":{"tf":1.7320508075688772},"126":{"tf":1.0},"81":{"tf":1.7320508075688772}}},"y":{"_":{"b":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"81":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"107":{"tf":1.0},"154":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":11,"docs":{"127":{"tf":1.0},"128":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"44":{"tf":1.0},"5":{"tf":1.0},"58":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"73":{"tf":1.0},"75":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"5":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"29":{"tf":1.0}}}}}}},"r":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"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":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":7,"docs":{"123":{"tf":1.0},"137":{"tf":1.0},"26":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0},"55":{"tf":1.0},"68":{"tf":1.0}}}}},"df":1,"docs":{"151":{"tf":1.0}}},"p":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"128":{"tf":1.0},"65":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"(":{"1":{"0":{"df":7,"docs":{"132":{"tf":1.0},"140":{"tf":1.0},"150":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0},"62":{"tf":1.0},"71":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":1,"docs":{"77":{"tf":1.0}}},"df":0,"docs":{}},"5":{"0":{"df":2,"docs":{"151":{"tf":1.0},"60":{"tf":1.0}}},"df":6,"docs":{"151":{"tf":1.0},"16":{"tf":1.0},"70":{"tf":1.0},"72":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"r":{"df":1,"docs":{"63":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}}}}},"r":{"df":1,"docs":{"76":{"tf":1.0}}}},"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"146":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":13,"docs":{"146":{"tf":1.4142135623730951},"151":{"tf":1.0},"152":{"tf":1.4142135623730951},"156":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"46":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":2.0},"64":{"tf":1.7320508075688772},"76":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"30":{"tf":1.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"118":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"117":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"l":{"df":4,"docs":{"117":{"tf":1.4142135623730951},"118":{"tf":1.0},"156":{"tf":1.0},"90":{"tf":1.0}},"e":{"df":0,"docs":{},"—":{"a":{"df":1,"docs":{"92":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":3,"docs":{"3":{"tf":1.0},"5":{"tf":1.0},"99":{"tf":1.0}},"i":{"df":21,"docs":{"113":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"143":{"tf":1.0},"146":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"150":{"tf":1.0},"152":{"tf":1.0},"156":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"30":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.4142135623730951},"72":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.4142135623730951},"92":{"tf":1.7320508075688772}}},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"146":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":8,"docs":{"0":{"tf":1.0},"116":{"tf":1.0},"20":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0},"66":{"tf":1.0},"82":{"tf":1.0},"94":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"20":{"tf":1.0},"6":{"tf":1.0},"74":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"156":{"tf":1.0},"25":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"81":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"113":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"82":{"tf":1.0}}}},"df":0,"docs":{}}}},"v":{"df":1,"docs":{"146":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":6,"docs":{"155":{"tf":1.0},"46":{"tf":1.0},"68":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.4142135623730951},"82":{"tf":1.7320508075688772}}}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":6,"docs":{"146":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.4142135623730951},"155":{"tf":1.0},"31":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"64":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":14,"docs":{"108":{"tf":1.0},"115":{"tf":1.0},"120":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.4142135623730951},"156":{"tf":1.0},"18":{"tf":1.4142135623730951},"21":{"tf":1.7320508075688772},"44":{"tf":1.4142135623730951},"5":{"tf":1.7320508075688772},"58":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.0},"75":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"m":{"d":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"85":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"98":{"tf":1.0}}},"y":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"98":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"125":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"152":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"156":{"tf":1.0}}},"x":{"df":5,"docs":{"148":{"tf":1.0},"152":{"tf":1.0},"90":{"tf":1.0},"92":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"101":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"154":{"tf":1.0},"3":{"tf":1.0},"61":{"tf":1.0},"92":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"113":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"47":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"98":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"20":{"tf":1.0},"26":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"92":{"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":{"8":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"109":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":5,"docs":{"17":{"tf":1.0},"43":{"tf":1.0},"65":{"tf":1.4142135623730951},"86":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"117":{"tf":1.0},"153":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":21,"docs":{"10":{"tf":1.0},"102":{"tf":1.0},"125":{"tf":1.0},"136":{"tf":1.0},"150":{"tf":1.4142135623730951},"151":{"tf":1.4142135623730951},"155":{"tf":1.0},"156":{"tf":1.0},"20":{"tf":1.0},"46":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"65":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0},"96":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":9,"docs":{"137":{"tf":1.0},"155":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"55":{"tf":1.0},"62":{"tf":1.4142135623730951},"68":{"tf":1.0},"72":{"tf":1.4142135623730951},"74":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":6,"docs":{"109":{"tf":1.0},"113":{"tf":1.0},"124":{"tf":1.0},"146":{"tf":1.0},"152":{"tf":1.0},"30":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"150":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":3,"docs":{"109":{"tf":1.0},"156":{"tf":1.4142135623730951},"22":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"82":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"82":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":19,"docs":{"123":{"tf":1.0},"124":{"tf":1.0},"137":{"tf":1.4142135623730951},"140":{"tf":1.0},"146":{"tf":2.0},"150":{"tf":1.0},"151":{"tf":1.0},"156":{"tf":1.4142135623730951},"30":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0},"46":{"tf":1.0},"55":{"tf":1.4142135623730951},"62":{"tf":1.0},"68":{"tf":1.0},"72":{"tf":1.4142135623730951},"75":{"tf":1.0},"78":{"tf":2.23606797749979},"82":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":18,"docs":{"105":{"tf":1.0},"106":{"tf":1.0},"117":{"tf":1.4142135623730951},"118":{"tf":1.0},"147":{"tf":1.0},"23":{"tf":1.0},"63":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.4142135623730951},"82":{"tf":2.0},"85":{"tf":1.0},"9":{"tf":1.0}}}},"m":{"df":1,"docs":{"122":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"156":{"tf":1.0},"27":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":12,"docs":{"112":{"tf":1.0},"117":{"tf":1.0},"124":{"tf":1.0},"156":{"tf":1.4142135623730951},"22":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"81":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"112":{"tf":1.0},"34":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{}},"df":3,"docs":{"155":{"tf":1.0},"31":{"tf":1.0},"63":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"64":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"31":{"tf":1.0},"5":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"119":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"155":{"tf":1.0},"28":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":6,"docs":{"0":{"tf":1.0},"109":{"tf":1.0},"120":{"tf":1.0},"156":{"tf":1.4142135623730951},"20":{"tf":1.0},"22":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"147":{"tf":1.0},"64":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"156":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"c":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":12,"docs":{"105":{"tf":1.4142135623730951},"106":{"tf":1.0},"107":{"tf":1.0},"111":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.7320508075688772},"118":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"34":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0},"81":{"tf":1.7320508075688772}}}}}}}}},"df":38,"docs":{"10":{"tf":1.4142135623730951},"102":{"tf":1.0},"104":{"tf":1.0},"109":{"tf":2.0},"118":{"tf":1.0},"135":{"tf":1.0},"139":{"tf":1.0},"14":{"tf":1.4142135623730951},"146":{"tf":1.0},"147":{"tf":1.4142135623730951},"148":{"tf":1.0},"150":{"tf":1.4142135623730951},"152":{"tf":2.0},"153":{"tf":1.0},"155":{"tf":1.4142135623730951},"156":{"tf":2.449489742783178},"2":{"tf":1.0},"22":{"tf":1.7320508075688772},"23":{"tf":1.0},"28":{"tf":1.7320508075688772},"3":{"tf":1.0},"30":{"tf":1.7320508075688772},"31":{"tf":1.0},"32":{"tf":1.0},"43":{"tf":1.7320508075688772},"47":{"tf":1.0},"56":{"tf":1.4142135623730951},"6":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.0},"75":{"tf":1.0},"77":{"tf":1.0},"85":{"tf":1.7320508075688772},"89":{"tf":1.0},"9":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"111":{"tf":1.0},"117":{"tf":1.4142135623730951}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":2,"docs":{"39":{"tf":1.0},"41":{"tf":1.0}},"u":{"df":0,"docs":{},"n":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":12,"docs":{"139":{"tf":1.0},"140":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"9":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":49,"docs":{"100":{"tf":1.4142135623730951},"104":{"tf":2.0},"107":{"tf":1.0},"109":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"124":{"tf":1.4142135623730951},"139":{"tf":1.0},"140":{"tf":1.0},"144":{"tf":1.4142135623730951},"145":{"tf":1.4142135623730951},"146":{"tf":2.449489742783178},"15":{"tf":1.7320508075688772},"150":{"tf":1.0},"151":{"tf":1.0},"153":{"tf":1.7320508075688772},"155":{"tf":1.7320508075688772},"156":{"tf":2.0},"17":{"tf":1.4142135623730951},"2":{"tf":1.0},"22":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"37":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"65":{"tf":1.7320508075688772},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.7320508075688772},"86":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.0},"90":{"tf":1.0},"92":{"tf":1.4142135623730951}},"s":{"/":{"<":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"126":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"’":{"df":1,"docs":{"92":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"90":{"tf":1.0}},"{":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"90":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"109":{"tf":1.0},"122":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0},"90":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"90":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"116":{"tf":1.0},"128":{"tf":1.0},"145":{"tf":1.0},"4":{"tf":1.0},"8":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":4,"docs":{"114":{"tf":1.0},"122":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0}},"t":{"df":0,"docs":{},"y":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"156":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"m":{"df":0,"docs":{},"e":{"df":7,"docs":{"155":{"tf":1.4142135623730951},"156":{"tf":1.0},"17":{"tf":1.4142135623730951},"3":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.0},"85":{"tf":1.4142135623730951}}},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"0":{"tf":1.0},"145":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"92":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"c":{"a":{"df":0,"docs":{},"p":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"122":{"tf":1.0}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"122":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"122":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"/":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":1,"docs":{"122":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"122":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"122":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"122":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":1,"docs":{"122":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":4,"docs":{"129":{"tf":1.0},"48":{"tf":1.0},"69":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":24,"docs":{"12":{"tf":1.0},"130":{"tf":1.0},"140":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.4142135623730951},"16":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"49":{"tf":1.0},"51":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"64":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.0},"9":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"<":{"c":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":6,"docs":{"123":{"tf":1.0},"34":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.4142135623730951},"57":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":64,"docs":{"109":{"tf":2.23606797749979},"115":{"tf":1.0},"119":{"tf":1.4142135623730951},"122":{"tf":2.0},"125":{"tf":2.0},"126":{"tf":1.4142135623730951},"127":{"tf":1.0},"128":{"tf":1.4142135623730951},"135":{"tf":1.0},"138":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"146":{"tf":2.23606797749979},"147":{"tf":1.4142135623730951},"150":{"tf":1.0},"151":{"tf":1.4142135623730951},"154":{"tf":1.0},"155":{"tf":1.7320508075688772},"156":{"tf":2.23606797749979},"17":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.7320508075688772},"37":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":2.449489742783178},"42":{"tf":1.4142135623730951},"43":{"tf":1.7320508075688772},"44":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"47":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.7320508075688772},"63":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.7320508075688772},"86":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.4142135623730951},"96":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"m":{"d":{"df":2,"docs":{"140":{"tf":1.0},"66":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"89":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":4,"docs":{"100":{"tf":1.0},"34":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772},"92":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":9,"docs":{"10":{"tf":1.4142135623730951},"132":{"tf":1.0},"133":{"tf":1.4142135623730951},"156":{"tf":1.4142135623730951},"16":{"tf":1.0},"25":{"tf":2.0},"61":{"tf":1.4142135623730951},"64":{"tf":1.0},"94":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"75":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"80":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"d":{"df":18,"docs":{"109":{"tf":1.0},"12":{"tf":1.0},"121":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.4142135623730951},"150":{"tf":1.0},"155":{"tf":1.0},"16":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.4142135623730951},"66":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"90":{"tf":1.0},"92":{"tf":1.0}},"e":{"d":{"?":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"146":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":28,"docs":{"10":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"109":{"tf":1.0},"115":{"tf":1.0},"126":{"tf":1.0},"140":{"tf":1.0},"154":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"66":{"tf":1.0},"73":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"91":{"tf":1.0}},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"[":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"146":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"85":{"tf":1.0}}}},"df":0,"docs":{}},"f":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"117":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"81":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"_":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"81":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"81":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"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":0,"docs":{},"t":{".":{"a":{"d":{"d":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}}},"df":6,"docs":{"105":{"tf":1.0},"106":{"tf":1.0},"117":{"tf":1.7320508075688772},"118":{"tf":1.7320508075688772},"57":{"tf":2.23606797749979},"81":{"tf":1.4142135623730951}}}},"n":{"d":{"df":2,"docs":{"82":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":1,"docs":{"81":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":6,"docs":{"147":{"tf":1.0},"26":{"tf":1.7320508075688772},"29":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"62":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"34":{"tf":1.0},"41":{"tf":1.0}}}},"i":{"c":{"df":9,"docs":{"0":{"tf":1.0},"101":{"tf":1.0},"121":{"tf":1.0},"147":{"tf":1.0},"150":{"tf":1.0},"156":{"tf":1.0},"27":{"tf":1.0},"36":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":11,"docs":{"104":{"tf":1.0},"108":{"tf":1.0},"135":{"tf":1.0},"147":{"tf":1.0},"150":{"tf":1.4142135623730951},"152":{"tf":1.0},"156":{"tf":1.0},"30":{"tf":1.0},"43":{"tf":1.0},"85":{"tf":1.0},"94":{"tf":1.4142135623730951}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"57":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"p":{"df":5,"docs":{"5":{"tf":1.0},"66":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"96":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":9,"docs":{"109":{"tf":1.0},"116":{"tf":1.0},"130":{"tf":1.0},"156":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"43":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":7,"docs":{"109":{"tf":1.0},"117":{"tf":1.0},"34":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"63":{"tf":1.0},"89":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"0":{"tf":1.0},"147":{"tf":1.0},"155":{"tf":1.0},"28":{"tf":1.4142135623730951},"78":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"151":{"tf":1.0}}},"r":{"df":1,"docs":{"78":{"tf":1.0}}}}}},"w":{"df":5,"docs":{"116":{"tf":1.0},"128":{"tf":1.0},"41":{"tf":1.0},"6":{"tf":1.0},"67":{"tf":1.0}},"n":{"df":1,"docs":{"144":{"tf":1.0}}}}}},"i":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"8":{"tf":1.0},"92":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":14,"docs":{"106":{"tf":1.0},"113":{"tf":1.0},"144":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.7320508075688772},"22":{"tf":1.0},"27":{"tf":1.7320508075688772},"29":{"tf":1.0},"30":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"85":{"tf":1.7320508075688772},"92":{"tf":1.4142135623730951}},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"d":{"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":{}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"145":{"tf":1.0},"80":{"tf":1.0}}}}}},"df":3,"docs":{"132":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"81":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":4,"docs":{"117":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"31":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"71":{"tf":1.0},"78":{"tf":1.0}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":4,"docs":{"22":{"tf":1.0},"30":{"tf":1.0},"61":{"tf":1.0},"88":{"tf":1.0}}}}},"t":{"df":1,"docs":{"33":{"tf":1.0}}},"z":{"df":0,"docs":{},"e":{"df":2,"docs":{"27":{"tf":1.0},"57":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"94":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":5,"docs":{"135":{"tf":1.0},"14":{"tf":1.0},"156":{"tf":1.7320508075688772},"25":{"tf":1.0},"83":{"tf":1.0}}},"w":{"?":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"146":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"=":{"1":{"df":4,"docs":{"148":{"tf":1.0},"150":{"tf":1.0},"152":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"146":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"146":{"tf":1.0}},"s":{"[":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"146":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":8,"docs":{"146":{"tf":1.4142135623730951},"148":{"tf":1.0},"150":{"tf":1.0},"152":{"tf":1.0},"25":{"tf":1.4142135623730951},"66":{"tf":1.0},"92":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"152":{"tf":1.0},"65":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"83":{"tf":1.0}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"20":{"tf":1.0},"43":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"10":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":3,"docs":{"119":{"tf":1.0},"155":{"tf":1.0},"69":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"112":{"tf":1.0},"118":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"o":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"77":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"107":{"tf":1.0}}}},"v":{"df":1,"docs":{"20":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":2,"docs":{"128":{"tf":1.0},"30":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"24":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":8,"docs":{"10":{"tf":1.0},"122":{"tf":1.0},"124":{"tf":1.0},"156":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.4142135623730951},"39":{"tf":1.0},"41":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"114":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":10,"docs":{"105":{"tf":1.0},"124":{"tf":1.0},"146":{"tf":1.0},"153":{"tf":1.0},"156":{"tf":1.0},"23":{"tf":1.0},"30":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"92":{"tf":1.0}},"i":{"df":3,"docs":{"156":{"tf":1.4142135623730951},"43":{"tf":1.0},"53":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":4,"docs":{"155":{"tf":1.0},"65":{"tf":1.0},"86":{"tf":1.0},"92":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"r":{"c":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":2,"docs":{"124":{"tf":1.0},"41":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":2,"docs":{"34":{"tf":1.7320508075688772},"41":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"156":{"tf":1.0},"75":{"tf":1.0},"77":{"tf":1.0}}}},"l":{"df":1,"docs":{"62":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":7,"docs":{"124":{"tf":1.0},"34":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"65":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"150":{"tf":1.0}}},"l":{"df":1,"docs":{"146":{"tf":1.0}},"e":{"d":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"146":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"63":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":3,"docs":{"12":{"tf":1.0},"130":{"tf":1.0},"51":{"tf":1.0}},"t":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"117":{"tf":1.0}}}}}}},"df":0,"docs":{}},"[":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":1,"docs":{"146":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"146":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"146":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"_":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"112":{"tf":1.0},"118":{"tf":1.0}},"e":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"81":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":21,"docs":{"10":{"tf":1.0},"109":{"tf":1.0},"111":{"tf":1.0},"117":{"tf":1.0},"144":{"tf":1.0},"146":{"tf":1.4142135623730951},"147":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"156":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.4142135623730951},"42":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"64":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"92":{"tf":1.7320508075688772}},"u":{"df":0,"docs":{},"p":{"df":4,"docs":{"150":{"tf":1.0},"25":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":6,"docs":{"156":{"tf":1.7320508075688772},"27":{"tf":1.7320508075688772},"30":{"tf":1.0},"49":{"tf":1.4142135623730951},"60":{"tf":1.0},"81":{"tf":1.7320508075688772}}},"i":{"c":{"df":2,"docs":{"117":{"tf":1.0},"81":{"tf":1.0}}},"df":0,"docs":{}}},"y":{"df":5,"docs":{"118":{"tf":1.0},"155":{"tf":1.0},"16":{"tf":1.0},"45":{"tf":1.0},"83":{"tf":1.4142135623730951}}}},"d":{":":{":":{"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":{"81":{"tf":1.0}}}},"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":{},"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":8,"docs":{"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"9":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{":":{":":{"a":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"117":{"tf":1.0}}},"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":{":":{":":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"129":{"tf":1.0},"69":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":12,"docs":{"115":{"tf":1.4142135623730951},"143":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":2.0},"147":{"tf":1.0},"148":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"64":{"tf":1.7320508075688772},"84":{"tf":1.4142135623730951},"92":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"155":{"tf":1.0},"16":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"p":{"df":3,"docs":{"109":{"tf":1.0},"156":{"tf":1.0},"30":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":2,"docs":{"121":{"tf":1.0},"122":{"tf":1.0}}}}}}},"df":3,"docs":{"117":{"tf":1.0},"118":{"tf":1.0},"81":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"156":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"71":{"tf":1.0},"78":{"tf":1.4142135623730951}}}}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"109":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"t":{"df":6,"docs":{"117":{"tf":1.0},"118":{"tf":1.0},"122":{"tf":1.0},"37":{"tf":1.0},"57":{"tf":1.4142135623730951},"81":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":6,"docs":{"115":{"tf":1.0},"126":{"tf":1.0},"142":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"80":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"b":{"df":1,"docs":{"49":{"tf":1.0}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":6,"docs":{"123":{"tf":1.0},"146":{"tf":1.4142135623730951},"151":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0},"70":{"tf":1.0}}}},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"24":{"tf":1.0}}}}},"df":12,"docs":{"0":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"147":{"tf":1.0},"152":{"tf":1.4142135623730951},"156":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"70":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"0":{"tf":1.0},"156":{"tf":1.0}}}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"109":{"tf":1.0},"13":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"152":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"152":{"tf":1.0},"29":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"85":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"2":{"tf":1.0},"89":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"29":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"146":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":4,"docs":{"124":{"tf":1.0},"127":{"tf":1.0},"146":{"tf":1.4142135623730951},"82":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"128":{"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":{"31":{"tf":1.0},"66":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"72":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"60":{"tf":1.0},"73":{"tf":1.0},"75":{"tf":1.0},"77":{"tf":1.0}}}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"155":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"147":{"tf":1.0}}}}}}},"n":{"c":{"df":3,"docs":{"41":{"tf":1.0},"82":{"tf":1.0},"9":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"x":{"df":3,"docs":{"44":{"tf":1.0},"58":{"tf":1.0},"73":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":7,"docs":{"109":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":2.23606797749979},"20":{"tf":1.0},"22":{"tf":1.0},"27":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951}}}}}}}},"t":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.4142135623730951}}},"k":{"df":0,"docs":{},"e":{"df":2,"docs":{"25":{"tf":1.0},"94":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"2":{"0":{"df":4,"docs":{"137":{"tf":1.0},"140":{"tf":1.0},"62":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{}},"3":{"0":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}},"4":{"5":{"df":2,"docs":{"26":{"tf":1.0},"72":{"tf":1.0}}},"df":0,"docs":{}},"df":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":{"146":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"117":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"118":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":4,"docs":{"117":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"155":{"tf":1.4142135623730951},"43":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"109":{"tf":1.0}}}}},"d":{"df":4,"docs":{"106":{"tf":1.0},"146":{"tf":1.7320508075688772},"47":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"20":{"tf":1.4142135623730951},"59":{"tf":1.0},"63":{"tf":1.0}}},"r":{"df":1,"docs":{"30":{"tf":1.0}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"77":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":1,"docs":{"78":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"c":{"a":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"76":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"72":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":1,"docs":{"69":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"=":{"9":{"0":{"9":{"1":{"df":1,"docs":{"153":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"104":{"tf":1.0},"147":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"71":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"77":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"70":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":83,"docs":{"0":{"tf":1.4142135623730951},"10":{"tf":2.449489742783178},"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":2.23606797749979},"109":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.0},"119":{"tf":1.0},"12":{"tf":1.4142135623730951},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.4142135623730951},"124":{"tf":1.7320508075688772},"125":{"tf":1.4142135623730951},"128":{"tf":1.7320508075688772},"137":{"tf":1.0},"14":{"tf":1.0},"144":{"tf":1.0},"147":{"tf":1.4142135623730951},"148":{"tf":2.23606797749979},"150":{"tf":1.0},"151":{"tf":1.4142135623730951},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.4142135623730951},"156":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"2":{"tf":1.4142135623730951},"20":{"tf":1.7320508075688772},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"29":{"tf":1.0},"3":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":2.0},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951},"41":{"tf":2.23606797749979},"43":{"tf":1.0},"44":{"tf":1.4142135623730951},"46":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.4142135623730951},"51":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.0},"62":{"tf":1.7320508075688772},"65":{"tf":1.4142135623730951},"68":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0},"72":{"tf":1.4142135623730951},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951},"80":{"tf":1.0},"82":{"tf":1.7320508075688772},"9":{"tf":1.4142135623730951},"91":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":2.449489742783178},"95":{"tf":1.0},"97":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"113":{"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":{"112":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"111":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"{":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":3,"docs":{"129":{"tf":1.0},"69":{"tf":1.0},"9":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"118":{"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":{"81":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"117":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"117":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"114":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":2,"docs":{"129":{"tf":1.0},"17":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{":":{":":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":3,"docs":{"129":{"tf":1.0},"69":{"tf":1.0},"9":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"69":{"tf":1.0},"9":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"{":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"129":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{":":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":4,"docs":{"153":{"tf":1.4142135623730951},"97":{"tf":1.0},"98":{"tf":1.7320508075688772},"99":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"v":{"1":{"df":1,"docs":{"98":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":2,"docs":{"41":{"tf":1.0},"97":{"tf":1.0}}}}},"s":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"125":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"k":{"8":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"125":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"125":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"d":{"df":3,"docs":{"10":{"tf":1.0},"145":{"tf":1.0},"150":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"123":{"tf":1.0},"125":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"126":{"tf":1.0},"42":{"tf":1.0}},"s":{"/":{"<":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{">":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"124":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"25":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"20":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":3,"docs":{"31":{"tf":1.0},"5":{"tf":1.0},"85":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"e":{"df":20,"docs":{"0":{"tf":1.0},"123":{"tf":1.0},"146":{"tf":1.0},"152":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"25":{"tf":1.7320508075688772},"29":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0},"47":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"78":{"tf":1.0},"83":{"tf":1.7320508075688772},"87":{"tf":1.0},"92":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"146":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":9,"docs":{"143":{"tf":1.4142135623730951},"145":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"148":{"tf":1.0},"150":{"tf":1.4142135623730951},"90":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"83":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"20":{"tf":1.0},"22":{"tf":1.0},"47":{"tf":1.0},"71":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"92":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"81":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"78":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0}}}}},"o":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"146":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"{":{"df":0,"docs":{},"i":{"df":1,"docs":{"146":{"tf":1.0}}}}}}}}}}}}}},"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":2,"docs":{"34":{"tf":1.0},"41":{"tf":1.0}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":28,"docs":{"109":{"tf":1.7320508075688772},"114":{"tf":1.0},"117":{"tf":1.4142135623730951},"12":{"tf":1.4142135623730951},"121":{"tf":1.4142135623730951},"122":{"tf":1.7320508075688772},"126":{"tf":1.0},"130":{"tf":1.4142135623730951},"151":{"tf":1.4142135623730951},"156":{"tf":1.4142135623730951},"22":{"tf":1.7320508075688772},"26":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":2.0},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772},"43":{"tf":1.0},"49":{"tf":1.4142135623730951},"51":{"tf":1.7320508075688772},"54":{"tf":1.0},"64":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"75":{"tf":1.0},"85":{"tf":1.0}},"y":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"g":{"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":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"117":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{".":{"df":0,"docs":{},"r":{"df":2,"docs":{"36":{"tf":1.0},"37":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"122":{"tf":1.0},"41":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"156":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":5,"docs":{"145":{"tf":1.0},"148":{"tf":1.4142135623730951},"90":{"tf":1.0},"92":{"tf":1.0},"95":{"tf":1.0}}},"k":{"df":1,"docs":{"30":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"65":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":16,"docs":{"109":{"tf":1.0},"111":{"tf":1.0},"122":{"tf":1.0},"156":{"tf":1.4142135623730951},"16":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.7320508075688772},"26":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":15,"docs":{"115":{"tf":1.0},"116":{"tf":1.0},"122":{"tf":2.23606797749979},"123":{"tf":1.0},"124":{"tf":1.7320508075688772},"126":{"tf":1.0},"128":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.7320508075688772},"4":{"tf":1.0},"41":{"tf":2.0},"42":{"tf":1.0},"48":{"tf":1.0},"57":{"tf":1.4142135623730951},"82":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":39,"docs":{"0":{"tf":1.7320508075688772},"123":{"tf":1.4142135623730951},"131":{"tf":1.0},"132":{"tf":2.0},"140":{"tf":1.0},"144":{"tf":1.0},"146":{"tf":2.449489742783178},"147":{"tf":1.0},"150":{"tf":1.7320508075688772},"151":{"tf":1.7320508075688772},"152":{"tf":2.23606797749979},"155":{"tf":1.0},"156":{"tf":1.7320508075688772},"16":{"tf":2.23606797749979},"27":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.4142135623730951},"49":{"tf":2.0},"52":{"tf":1.7320508075688772},"53":{"tf":2.0},"60":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"66":{"tf":1.7320508075688772},"68":{"tf":1.7320508075688772},"70":{"tf":2.0},"71":{"tf":2.0},"72":{"tf":1.0},"76":{"tf":1.4142135623730951},"77":{"tf":1.0},"78":{"tf":1.0},"80":{"tf":2.449489742783178},"81":{"tf":2.0},"84":{"tf":1.0},"90":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"d":{"a":{"df":1,"docs":{"152":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"5":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"5":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"156":{"tf":1.0},"81":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"156":{"tf":1.0},"81":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"92":{"tf":1.0}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"m":{"d":{"df":1,"docs":{"126":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"126":{"tf":1.0},"41":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":5,"docs":{"142":{"tf":1.0},"146":{"tf":2.0},"3":{"tf":1.0},"5":{"tf":1.0},"92":{"tf":1.0}}}},"df":1,"docs":{"17":{"tf":1.0}},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"156":{"tf":1.4142135623730951},"46":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":4,"docs":{"107":{"tf":1.0},"141":{"tf":1.0},"18":{"tf":1.0},"5":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"82":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"155":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"128":{"tf":1.0},"30":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"64":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"86":{"tf":1.0}}}}},"x":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}}},"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"105":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":5,"docs":{"146":{"tf":1.7320508075688772},"25":{"tf":1.0},"41":{"tf":1.0},"68":{"tf":1.7320508075688772},"75":{"tf":1.7320508075688772}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":7,"docs":{"121":{"tf":1.0},"122":{"tf":1.0},"156":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0},"80":{"tf":1.0}}}}}},"u":{"1":{"6":{"df":1,"docs":{"63":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"6":{"4":{"df":3,"docs":{"57":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"81":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"82":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"86":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":10,"docs":{"109":{"tf":1.0},"111":{"tf":1.0},"156":{"tf":1.0},"16":{"tf":1.0},"20":{"tf":1.4142135623730951},"60":{"tf":1.0},"68":{"tf":1.4142135623730951},"7":{"tf":1.0},"70":{"tf":1.0},"75":{"tf":1.7320508075688772}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":5,"docs":{"18":{"tf":1.0},"23":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"101":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"df":1,"docs":{"65":{"tf":1.0}}}},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"146":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"92":{"tf":1.0}}}}},"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":1,"docs":{"66":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"118":{"tf":1.0},"147":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"99":{"tf":1.0}}}}}},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}},"df":4,"docs":{"104":{"tf":1.0},"12":{"tf":1.0},"22":{"tf":1.0},"92":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"43":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":6,"docs":{"126":{"tf":1.0},"40":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.0},"66":{"tf":1.0},"81":{"tf":1.0}}}},"df":41,"docs":{"107":{"tf":1.0},"109":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"117":{"tf":2.23606797749979},"118":{"tf":1.7320508075688772},"128":{"tf":1.0},"129":{"tf":2.23606797749979},"136":{"tf":1.0},"147":{"tf":1.0},"15":{"tf":1.0},"150":{"tf":1.0},"153":{"tf":1.0},"155":{"tf":1.4142135623730951},"156":{"tf":1.7320508075688772},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"3":{"tf":1.0},"5":{"tf":1.4142135623730951},"52":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"69":{"tf":2.23606797749979},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.7320508075688772},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"9":{"tf":2.0},"92":{"tf":1.0},"94":{"tf":1.4142135623730951},"98":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"132":{"tf":1.0},"150":{"tf":1.0},"27":{"tf":1.7320508075688772},"32":{"tf":1.0},"46":{"tf":1.0},"53":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.7320508075688772},"75":{"tf":1.4142135623730951}},"s":{"(":{"1":{"0":{"df":5,"docs":{"16":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"71":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":7,"docs":{"132":{"tf":1.0},"140":{"tf":1.0},"150":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0},"66":{"tf":1.0},"76":{"tf":1.0}}},"df":0,"docs":{}},"3":{"0":{"df":2,"docs":{"60":{"tf":1.0},"77":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":3,"docs":{"70":{"tf":1.0},"72":{"tf":1.0},"81":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"z":{"df":4,"docs":{"117":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"52":{"tf":1.0},"82":{"tf":2.449489742783178}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"119":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"34":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951}}}},"x":{"df":0,"docs":{},"o":{"df":2,"docs":{"156":{"tf":1.4142135623730951},"81":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{},"s":{"(":{"2":{"df":6,"docs":{"12":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"70":{"tf":1.0},"9":{"tf":1.0}}},"3":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"150":{"tf":1.0},"49":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"0":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"81":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":10,"docs":{"130":{"tf":1.0},"140":{"tf":1.0},"151":{"tf":1.0},"16":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.0},"69":{"tf":1.0},"71":{"tf":1.0},"76":{"tf":1.0}}},"4":{"df":3,"docs":{"26":{"tf":1.0},"72":{"tf":1.0},"77":{"tf":1.0}}},"5":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"151":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"51":{"tf":1.0},"62":{"tf":1.0}}},"7":{"df":1,"docs":{"78":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":40,"docs":{"0":{"tf":2.0},"106":{"tf":1.4142135623730951},"109":{"tf":1.0},"117":{"tf":1.4142135623730951},"118":{"tf":1.0},"12":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"130":{"tf":1.4142135623730951},"144":{"tf":1.0},"145":{"tf":1.4142135623730951},"146":{"tf":2.23606797749979},"150":{"tf":1.4142135623730951},"151":{"tf":1.4142135623730951},"152":{"tf":1.7320508075688772},"155":{"tf":1.0},"156":{"tf":2.0},"2":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"31":{"tf":1.0},"34":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"68":{"tf":2.0},"69":{"tf":1.4142135623730951},"71":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.7320508075688772},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.4142135623730951},"90":{"tf":1.0},"94":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":2,"docs":{"105":{"tf":1.0},"156":{"tf":1.0}}}},"r":{"df":2,"docs":{"104":{"tf":1.0},"147":{"tf":1.0}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"148":{"tf":1.0},"156":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"25":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"!":{"[":{"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":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":1,"docs":{"117":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":1,"docs":{"117":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"81":{"tf":1.0}}},"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"148":{"tf":1.0},"95":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":3,"docs":{"155":{"tf":1.0},"28":{"tf":1.0},"78":{"tf":1.0}},"f":{"df":3,"docs":{"31":{"tf":1.0},"81":{"tf":1.0},"94":{"tf":1.0}},"i":{"df":20,"docs":{"0":{"tf":1.0},"101":{"tf":1.0},"134":{"tf":1.0},"146":{"tf":1.4142135623730951},"150":{"tf":1.0},"152":{"tf":1.4142135623730951},"153":{"tf":1.0},"156":{"tf":1.4142135623730951},"22":{"tf":1.0},"47":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.4142135623730951},"72":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.4142135623730951},"82":{"tf":1.0},"83":{"tf":1.0},"92":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"i":{"a":{"df":8,"docs":{"105":{"tf":1.0},"124":{"tf":1.0},"133":{"tf":1.0},"144":{"tf":1.0},"156":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.0},"54":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"41":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"85":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":1,"docs":{"66":{"tf":1.0}}}},"w":{"[":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"156":{"tf":1.4142135623730951},"22":{"tf":1.0},"30":{"tf":1.0},"85":{"tf":1.0},"94":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":2.0}},"e":{"df":0,"docs":{},"t":{"_":{"0":{"_":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"81":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"_":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"81":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"81":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"81":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":23,"docs":{"109":{"tf":1.0},"111":{"tf":1.0},"121":{"tf":1.7320508075688772},"131":{"tf":1.4142135623730951},"132":{"tf":1.0},"146":{"tf":1.7320508075688772},"147":{"tf":1.0},"150":{"tf":1.4142135623730951},"151":{"tf":1.4142135623730951},"152":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"16":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.4142135623730951},"66":{"tf":2.0},"80":{"tf":1.0},"81":{"tf":2.0},"90":{"tf":1.0},"92":{"tf":1.0}},"s":{"(":{"1":{"0":{"0":{"0":{"df":1,"docs":{"66":{"tf":1.0}}},"df":2,"docs":{"151":{"tf":1.0},"77":{"tf":1.0}}},"df":6,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"70":{"tf":1.0},"72":{"tf":1.0},"81":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":5,"docs":{"151":{"tf":1.0},"16":{"tf":1.0},"66":{"tf":1.0},"71":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{}},"5":{"0":{"df":5,"docs":{"131":{"tf":1.0},"140":{"tf":1.0},"150":{"tf":1.0},"52":{"tf":1.0},"76":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":4,"docs":{"146":{"tf":1.0},"147":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"126":{"tf":1.0},"24":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"94":{"tf":1.0}}}},"y":{"df":2,"docs":{"24":{"tf":1.0},"4":{"tf":1.0}}}},"df":1,"docs":{"30":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"’":{"df":4,"docs":{"6":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"156":{"tf":1.0},"64":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"146":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"146":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":7,"docs":{"109":{"tf":1.0},"156":{"tf":1.0},"28":{"tf":1.0},"30":{"tf":1.4142135623730951},"43":{"tf":1.0},"47":{"tf":1.0},"85":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"111":{"tf":1.0},"119":{"tf":1.0},"88":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"119":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"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":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"2":{"0":{"df":2,"docs":{"71":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"0":{"df":8,"docs":{"135":{"tf":1.0},"14":{"tf":1.0},"152":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":1.0},"69":{"tf":1.0},"81":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}},"4":{"5":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":2,"docs":{"28":{"tf":1.0},"61":{"tf":1.0}}},"6":{"0":{"0":{"df":1,"docs":{"77":{"tf":1.0}}},"df":7,"docs":{"140":{"tf":1.0},"152":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"60":{"tf":1.0},"70":{"tf":1.0},"76":{"tf":1.0}}},"df":0,"docs":{}},"9":{"0":{"df":1,"docs":{"72":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"147":{"tf":1.0},"156":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"0":{"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":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"0":{"tf":1.0},"150":{"tf":1.0},"27":{"tf":1.0},"83":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"3":{"tf":1.0},"31":{"tf":1.0},"49":{"tf":1.0},"6":{"tf":1.0},"64":{"tf":1.0},"80":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":8,"docs":{"18":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"5":{"tf":1.4142135623730951},"69":{"tf":1.0},"7":{"tf":1.0},"71":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":14,"docs":{"10":{"tf":1.0},"102":{"tf":1.0},"123":{"tf":1.0},"142":{"tf":1.0},"148":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"5":{"tf":1.0},"57":{"tf":1.0},"66":{"tf":1.0},"73":{"tf":1.0},"94":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"126":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"126":{"tf":1.0},"42":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":2,"docs":{"126":{"tf":1.0},"42":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"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":{"57":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"df":1,"docs":{"146":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":64,"docs":{"106":{"tf":1.4142135623730951},"107":{"tf":1.0},"109":{"tf":2.23606797749979},"111":{"tf":1.4142135623730951},"112":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.4142135623730951},"117":{"tf":2.23606797749979},"118":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":2.6457513110645907},"126":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"143":{"tf":1.0},"146":{"tf":2.449489742783178},"147":{"tf":1.0},"15":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.4142135623730951},"152":{"tf":1.0},"155":{"tf":1.4142135623730951},"156":{"tf":2.23606797749979},"16":{"tf":1.0},"2":{"tf":1.0},"22":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"30":{"tf":2.23606797749979},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"34":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":1.7320508075688772},"41":{"tf":1.7320508075688772},"42":{"tf":1.0},"43":{"tf":1.7320508075688772},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":2.0},"47":{"tf":2.0},"5":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.4142135623730951},"6":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.7320508075688772},"70":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"80":{"tf":1.4142135623730951},"82":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.7320508075688772},"90":{"tf":1.0},"92":{"tf":1.4142135623730951}},"s":{"/":{"<":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{">":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"123":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":1,"docs":{"123":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"d":{"a":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"123":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"122":{"tf":1.0},"123":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"123":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{},"p":{"a":{"c":{"df":5,"docs":{"115":{"tf":1.0},"126":{"tf":1.0},"33":{"tf":1.4142135623730951},"41":{"tf":1.0},"42":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":3,"docs":{"21":{"tf":1.0},"23":{"tf":1.0},"5":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"2":{"tf":1.0}}}}}}}}},"y":{"df":0,"docs":{},"e":{"df":2,"docs":{"146":{"tf":3.0},"155":{"tf":1.0}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"’":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"149":{"tf":1.0},"3":{"tf":1.0}}}},"r":{"df":3,"docs":{"16":{"tf":1.0},"5":{"tf":1.7320508075688772},"60":{"tf":1.0}}}}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":3,"docs":{"146":{"tf":2.23606797749979},"156":{"tf":1.0},"94":{"tf":1.0}}}}}}}},"breadcrumbs":{"root":{"0":{"df":20,"docs":{"10":{"tf":1.0},"106":{"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},"150":{"tf":1.4142135623730951},"151":{"tf":1.0},"152":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"28":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"1":{"0":{"/":{"df":1,"docs":{"68":{"tf":1.0}}},"0":{"df":3,"docs":{"152":{"tf":1.0},"76":{"tf":1.0},"81":{"tf":2.0}}},"df":11,"docs":{"152":{"tf":1.0},"16":{"tf":1.0},"28":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"57":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.4142135623730951},"75":{"tf":2.0},"76":{"tf":1.0},"77":{"tf":1.0}}},"2":{"0":{"df":2,"docs":{"68":{"tf":1.0},"75":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":1,"docs":{"75":{"tf":1.0}}},"df":9,"docs":{"12":{"tf":1.4142135623730951},"143":{"tf":1.4142135623730951},"151":{"tf":1.0},"28":{"tf":1.0},"54":{"tf":1.0},"64":{"tf":1.0},"68":{"tf":1.4142135623730951},"75":{"tf":1.0},"97":{"tf":1.4142135623730951}},"–":{"2":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}}},"2":{"0":{"/":{"df":1,"docs":{"75":{"tf":1.0}}},"df":5,"docs":{"16":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"63":{"tf":1.0},"66":{"tf":1.0},"76":{"tf":1.0}}},"df":13,"docs":{"12":{"tf":1.0},"13":{"tf":1.4142135623730951},"135":{"tf":1.0},"14":{"tf":1.0},"144":{"tf":1.4142135623730951},"156":{"tf":1.0},"25":{"tf":1.0},"51":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"68":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951}}},"3":{"0":{"0":{"0":{"df":1,"docs":{"150":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"1":{"0":{"df":1,"docs":{"150":{"tf":1.0}}},"df":0,"docs":{}},"df":7,"docs":{"10":{"tf":1.0},"150":{"tf":1.0},"25":{"tf":1.0},"61":{"tf":1.0},"68":{"tf":1.0},"75":{"tf":1.0},"94":{"tf":1.0}}},"df":8,"docs":{"14":{"tf":1.4142135623730951},"145":{"tf":1.4142135623730951},"152":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"68":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}},"4":{"0":{"0":{"0":{"df":1,"docs":{"150":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":5,"docs":{"100":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"68":{"tf":1.0},"75":{"tf":1.0}}},"5":{"/":{"df":2,"docs":{"68":{"tf":1.4142135623730951},"75":{"tf":1.0}}},"0":{"df":3,"docs":{"131":{"tf":1.0},"52":{"tf":1.0},"76":{"tf":1.0}}},"df":12,"docs":{"101":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"16":{"tf":1.0},"25":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0},"68":{"tf":1.7320508075688772},"7":{"tf":1.0},"75":{"tf":1.7320508075688772}},"–":{"1":{"0":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"→":{"1":{"0":{"df":0,"docs":{},"→":{"2":{"0":{"/":{"df":1,"docs":{"75":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"6":{"0":{"0":{"df":1,"docs":{"75":{"tf":1.0}}},"df":3,"docs":{"25":{"tf":1.0},"68":{"tf":1.0},"75":{"tf":1.0}}},"df":2,"docs":{"102":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951}}},"7":{"df":2,"docs":{"75":{"tf":1.0},"78":{"tf":1.0}}},"9":{"0":{"9":{"0":{"df":2,"docs":{"104":{"tf":1.0},"153":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"68":{"tf":1.0}}},"df":0,"docs":{}},"_":{"df":1,"docs":{"81":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":12,"docs":{"139":{"tf":1.0},"140":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"a":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"156":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"108":{"tf":1.0},"122":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":8,"docs":{"104":{"tf":1.0},"105":{"tf":1.4142135623730951},"106":{"tf":1.4142135623730951},"153":{"tf":1.0},"65":{"tf":1.0},"90":{"tf":1.0},"92":{"tf":1.0},"98":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"131":{"tf":1.4142135623730951},"16":{"tf":1.0},"52":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"156":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"109":{"tf":1.0},"117":{"tf":1.0},"156":{"tf":1.4142135623730951},"26":{"tf":1.0}}}},"v":{"df":9,"docs":{"109":{"tf":1.0},"117":{"tf":1.0},"22":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"47":{"tf":1.0},"85":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"46":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"81":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":5,"docs":{"149":{"tf":1.0},"27":{"tf":1.0},"66":{"tf":1.0},"81":{"tf":1.4142135623730951},"82":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.4142135623730951}}}}},"d":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"81":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"[":{"a":{"d":{"d":{"df":1,"docs":{"146":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":20,"docs":{"115":{"tf":1.0},"119":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.7320508075688772},"124":{"tf":1.4142135623730951},"125":{"tf":1.0},"126":{"tf":2.449489742783178},"147":{"tf":1.4142135623730951},"150":{"tf":1.0},"151":{"tf":1.0},"16":{"tf":1.7320508075688772},"40":{"tf":1.0},"42":{"tf":1.4142135623730951},"5":{"tf":1.0},"57":{"tf":1.7320508075688772},"60":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.0},"84":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"156":{"tf":1.0},"96":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"111":{"tf":1.0},"81":{"tf":2.449489742783178}}}}}},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"[":{"a":{"d":{"d":{"df":1,"docs":{"146":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":9,"docs":{"109":{"tf":1.0},"111":{"tf":1.7320508075688772},"112":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"114":{"tf":1.4142135623730951},"116":{"tf":1.0},"124":{"tf":1.0},"81":{"tf":1.0},"91":{"tf":1.0}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"135":{"tf":1.0},"64":{"tf":1.0},"67":{"tf":1.0},"92":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"153":{"tf":1.0}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":12,"docs":{"73":{"tf":1.0},"74":{"tf":2.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"112":{"tf":1.0}}},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"146":{"tf":1.0},"73":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.7320508075688772}}}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"92":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":3,"docs":{"155":{"tf":1.0},"43":{"tf":1.0},"85":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"150":{"tf":1.0}}},"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":54,"docs":{"105":{"tf":1.0},"106":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"12":{"tf":1.0},"123":{"tf":1.0},"129":{"tf":1.0},"13":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"14":{"tf":1.0},"140":{"tf":1.0},"15":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"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},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.4142135623730951},"82":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":3,"docs":{"156":{"tf":1.0},"49":{"tf":1.0},"61":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":3,"docs":{"150":{"tf":1.0},"153":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"a":{"df":0,"docs":{},"y":{"df":3,"docs":{"155":{"tf":1.0},"28":{"tf":1.0},"94":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":3,"docs":{"126":{"tf":1.0},"41":{"tf":1.7320508075688772},"42":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"154":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"i":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"122":{"tf":1.0},"34":{"tf":1.0},"81":{"tf":1.0}}}}},"df":30,"docs":{"103":{"tf":1.4142135623730951},"106":{"tf":1.7320508075688772},"122":{"tf":1.0},"123":{"tf":1.7320508075688772},"126":{"tf":1.0},"128":{"tf":2.23606797749979},"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},"144":{"tf":1.0},"18":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"37":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"5":{"tf":1.0},"58":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951},"81":{"tf":1.7320508075688772}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"10":{"tf":1.0},"152":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":30,"docs":{"127":{"tf":1.7320508075688772},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":34,"docs":{"12":{"tf":1.0},"130":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"137":{"tf":1.0},"140":{"tf":2.0},"150":{"tf":1.0},"151":{"tf":1.4142135623730951},"16":{"tf":1.4142135623730951},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.7320508075688772},"3":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":2.449489742783178},"51":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.4142135623730951},"62":{"tf":2.0},"63":{"tf":1.4142135623730951},"64":{"tf":1.0},"66":{"tf":1.4142135623730951},"69":{"tf":1.0},"70":{"tf":1.4142135623730951},"71":{"tf":1.7320508075688772},"72":{"tf":1.7320508075688772},"76":{"tf":1.4142135623730951},"77":{"tf":1.7320508075688772},"78":{"tf":1.7320508075688772},"81":{"tf":1.0},"9":{"tf":1.0}}},"y":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"57":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"19":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"65":{"tf":1.0}}}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"0":{"tf":1.0},"18":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.7320508075688772},"5":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"150":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"106":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"92":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":11,"docs":{"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"107":{"tf":1.0},"29":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"109":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":16,"docs":{"109":{"tf":1.0},"112":{"tf":1.0},"118":{"tf":1.0},"122":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.4142135623730951},"20":{"tf":1.0},"28":{"tf":1.0},"30":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0},"83":{"tf":1.0},"92":{"tf":1.0}}}},"t":{"df":4,"docs":{"100":{"tf":1.7320508075688772},"34":{"tf":1.0},"41":{"tf":1.4142135623730951},"92":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"0":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"c":{"/":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{":":{":":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"117":{"tf":1.0},"118":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"117":{"tf":1.0},"118":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":15,"docs":{"105":{"tf":1.0},"106":{"tf":1.0},"111":{"tf":1.0},"117":{"tf":1.4142135623730951},"118":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.4142135623730951},"82":{"tf":2.0},"9":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"109":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"119":{"tf":1.0},"30":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"101":{"tf":1.4142135623730951},"153":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":12,"docs":{"128":{"tf":1.0},"140":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"43":{"tf":1.7320508075688772},"44":{"tf":1.0},"6":{"tf":1.0},"66":{"tf":1.0},"73":{"tf":1.0},"85":{"tf":1.0}}}}},"o":{"df":2,"docs":{"135":{"tf":1.0},"156":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"104":{"tf":1.0},"119":{"tf":1.0},"94":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":22,"docs":{"0":{"tf":1.7320508075688772},"109":{"tf":1.0},"123":{"tf":1.0},"133":{"tf":1.4142135623730951},"144":{"tf":1.0},"147":{"tf":1.4142135623730951},"150":{"tf":1.0},"151":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"20":{"tf":1.4142135623730951},"22":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"46":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"8":{"tf":1.0},"85":{"tf":1.0},"92":{"tf":1.4142135623730951},"98":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"154":{"tf":1.0},"27":{"tf":1.0},"92":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"w":{"df":1,"docs":{"124":{"tf":1.0}}}},"b":{"(":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":11,"docs":{"107":{"tf":1.0},"113":{"tf":1.0},"124":{"tf":1.4142135623730951},"126":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":1,"docs":{"145":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"d":{"df":6,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"61":{"tf":1.0},"66":{"tf":1.0},"80":{"tf":1.0}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"156":{"tf":1.0},"81":{"tf":3.0},"88":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"156":{"tf":1.0},"86":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"109":{"tf":1.0},"112":{"tf":1.0},"118":{"tf":1.0},"62":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951}}}}}},"i":{"c":{"df":4,"docs":{"4":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"84":{"tf":1.0}}},"df":0,"docs":{}}}},"df":2,"docs":{"22":{"tf":1.0},"62":{"tf":1.0}},"e":{"c":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"118":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"144":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":13,"docs":{"109":{"tf":1.0},"136":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.4142135623730951},"151":{"tf":1.0},"156":{"tf":1.4142135623730951},"52":{"tf":1.0},"55":{"tf":1.0},"64":{"tf":1.0},"77":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"92":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"90":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":10,"docs":{"155":{"tf":1.0},"156":{"tf":1.0},"2":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"62":{"tf":1.0},"85":{"tf":1.0},"89":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"156":{"tf":1.0}}}},"w":{"df":1,"docs":{"75":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"125":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":14,"docs":{"154":{"tf":1.0},"3":{"tf":1.0},"44":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.7320508075688772},"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},"73":{"tf":1.0},"87":{"tf":1.0}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":7,"docs":{"156":{"tf":1.0},"20":{"tf":1.0},"31":{"tf":1.0},"66":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"96":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"147":{"tf":1.0},"150":{"tf":1.0},"92":{"tf":1.0},"97":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"b":{"/":{"df":2,"docs":{"68":{"tf":1.0},"75":{"tf":1.4142135623730951}}},"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{"0":{"df":3,"docs":{"133":{"tf":1.0},"140":{"tf":1.0},"54":{"tf":1.0}}},"df":1,"docs":{"71":{"tf":1.0}}},"2":{"df":1,"docs":{"77":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":10,"docs":{"0":{"tf":1.7320508075688772},"123":{"tf":1.0},"133":{"tf":1.4142135623730951},"156":{"tf":2.23606797749979},"27":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"54":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"106":{"tf":1.0}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"64":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"105":{"tf":1.0}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"82":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"124":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":33,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"109":{"tf":1.0},"113":{"tf":1.0},"123":{"tf":1.4142135623730951},"13":{"tf":1.0},"134":{"tf":1.0},"144":{"tf":1.4142135623730951},"145":{"tf":1.0},"146":{"tf":2.0},"147":{"tf":1.0},"152":{"tf":2.6457513110645907},"155":{"tf":2.0},"156":{"tf":2.8284271247461903},"16":{"tf":1.0},"25":{"tf":2.6457513110645907},"27":{"tf":1.4142135623730951},"28":{"tf":2.23606797749979},"30":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"56":{"tf":1.7320508075688772},"61":{"tf":2.0},"64":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"81":{"tf":1.4142135623730951},"82":{"tf":1.0},"83":{"tf":2.449489742783178},"94":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"156":{"tf":1.0}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":6,"docs":{"0":{"tf":1.0},"2":{"tf":1.7320508075688772},"3":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.4142135623730951},"6":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"45":{"tf":1.0},"47":{"tf":1.0},"71":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"109":{"tf":1.0},"41":{"tf":1.0}}}}},"df":1,"docs":{"83":{"tf":1.0}}},"df":0,"docs":{}}},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":8,"docs":{"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"31":{"tf":1.0},"76":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}}}}}},"o":{"a":{"d":{"df":1,"docs":{"109":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"27":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"g":{"df":3,"docs":{"125":{"tf":1.0},"145":{"tf":1.0},"62":{"tf":1.0}}},"i":{"df":0,"docs":{},"l":{"d":{"df":31,"docs":{"109":{"tf":1.0},"119":{"tf":1.0},"138":{"tf":1.7320508075688772},"140":{"tf":1.0},"147":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"153":{"tf":1.0},"16":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"30":{"tf":1.0},"41":{"tf":1.0},"49":{"tf":1.4142135623730951},"60":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"64":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.0},"9":{"tf":1.0},"97":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{".":{"df":0,"docs":{},"r":{"df":3,"docs":{"123":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0}}}},"df":1,"docs":{"123":{"tf":1.0}}},"df":0,"docs":{}}}},"df":30,"docs":{"121":{"tf":1.4142135623730951},"122":{"tf":1.0},"123":{"tf":1.7320508075688772},"126":{"tf":1.0},"128":{"tf":2.23606797749979},"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},"146":{"tf":1.4142135623730951},"18":{"tf":1.0},"21":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"41":{"tf":1.7320508075688772},"44":{"tf":1.0},"49":{"tf":2.8284271247461903},"5":{"tf":1.0},"57":{"tf":1.7320508075688772},"58":{"tf":1.0},"73":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":4,"docs":{"147":{"tf":1.0},"150":{"tf":1.0},"20":{"tf":1.0},"8":{"tf":1.0}}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":4,"docs":{"109":{"tf":1.0},"111":{"tf":1.0},"117":{"tf":1.7320508075688772},"119":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"z":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"82":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"c":{"(":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}}},"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":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"30":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"27":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"155":{"tf":1.0},"156":{"tf":1.0}},"e":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"146":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":1,"docs":{"146":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"25":{"tf":1.0},"83":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"146":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":9,"docs":{"106":{"tf":1.4142135623730951},"119":{"tf":1.0},"136":{"tf":1.0},"146":{"tf":1.7320508075688772},"147":{"tf":1.0},"150":{"tf":1.0},"156":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"117":{"tf":1.0}}}}}},"p":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"l":{"df":9,"docs":{"109":{"tf":1.0},"115":{"tf":1.0},"122":{"tf":1.0},"124":{"tf":1.0},"136":{"tf":1.7320508075688772},"156":{"tf":1.0},"34":{"tf":1.0},"40":{"tf":1.0},"84":{"tf":1.0}}}},"c":{"df":4,"docs":{"146":{"tf":1.0},"152":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"109":{"tf":1.0},"155":{"tf":1.0},"85":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":4,"docs":{"10":{"tf":1.0},"102":{"tf":1.0},"148":{"tf":1.0},"94":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"65":{"tf":1.0},"78":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"61":{"tf":1.0},"77":{"tf":1.0},"83":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":3,"docs":{"147":{"tf":1.7320508075688772},"64":{"tf":1.0},"66":{"tf":1.0}}}}},"df":1,"docs":{"22":{"tf":1.0}},"f":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"34":{"tf":1.0},"41":{"tf":1.0}}},"df":0,"docs":{}}}}}},"h":{"/":{"df":2,"docs":{"68":{"tf":1.0},"75":{"tf":1.4142135623730951}}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"156":{"tf":1.0},"49":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"122":{"tf":1.0},"126":{"tf":1.0},"3":{"tf":1.0},"6":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"2":{"df":1,"docs":{"71":{"tf":1.0}}},"5":{"df":4,"docs":{"133":{"tf":1.0},"140":{"tf":1.0},"54":{"tf":1.0},"77":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"df":2,"docs":{"0":{"tf":1.0},"156":{"tf":1.0}}},"df":0,"docs":{}}}},"df":4,"docs":{"133":{"tf":1.0},"156":{"tf":2.23606797749979},"46":{"tf":1.0},"54":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"o":{"df":23,"docs":{"124":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.7320508075688772},"140":{"tf":1.0},"146":{"tf":1.7320508075688772},"147":{"tf":1.4142135623730951},"151":{"tf":1.7320508075688772},"155":{"tf":1.4142135623730951},"156":{"tf":1.4142135623730951},"26":{"tf":2.23606797749979},"34":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"55":{"tf":2.23606797749979},"62":{"tf":2.0},"68":{"tf":1.0},"72":{"tf":1.7320508075688772},"73":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":2.0},"82":{"tf":1.0},"84":{"tf":1.4142135623730951}},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}},"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"136":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"26":{"tf":1.0}}}},"df":0,"docs":{}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"55":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":5,"docs":{"123":{"tf":1.0},"129":{"tf":1.0},"34":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"19":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"109":{"tf":1.0},"43":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":2,"docs":{"34":{"tf":1.0},"41":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"c":{"a":{"d":{"df":1,"docs":{"146":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"[":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"146":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"146":{"tf":1.4142135623730951}},"{":{"d":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"146":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":23,"docs":{"117":{"tf":1.0},"122":{"tf":1.0},"144":{"tf":2.0},"146":{"tf":2.8284271247461903},"147":{"tf":1.4142135623730951},"150":{"tf":2.0},"152":{"tf":2.449489742783178},"155":{"tf":1.4142135623730951},"156":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"30":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"64":{"tf":1.4142135623730951},"83":{"tf":1.0},"92":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":1,"docs":{"146":{"tf":1.4142135623730951}},"{":{"df":0,"docs":{},"i":{"df":1,"docs":{"146":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"[":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"146":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"[":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"146":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"[":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"146":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"146":{"tf":2.0}},"i":{"c":{"df":0,"docs":{},"s":{"df":0,"docs":{},"{":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"146":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"33":{"tf":1.0},"8":{"tf":1.0},"92":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"146":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"{":{"df":0,"docs":{},"i":{"df":1,"docs":{"146":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"146":{"tf":1.4142135623730951}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"{":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"146":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"146":{"tf":2.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"{":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"146":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"[":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"146":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"146":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"{":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"146":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"22":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"43":{"tf":1.4142135623730951},"61":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"22":{"tf":1.0},"30":{"tf":1.0},"92":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"20":{"tf":1.0}}}}}}}}}}},"i":{"df":9,"docs":{"125":{"tf":1.0},"152":{"tf":1.0},"25":{"tf":1.4142135623730951},"31":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.0},"85":{"tf":1.0},"89":{"tf":1.0},"95":{"tf":1.0}},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"100":{"tf":1.4142135623730951},"92":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"114":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"92":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"22":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":5,"docs":{"109":{"tf":1.0},"113":{"tf":1.0},"156":{"tf":1.0},"24":{"tf":1.0},"30":{"tf":1.0}},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"113":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"r":{"df":6,"docs":{"109":{"tf":1.0},"22":{"tf":1.0},"31":{"tf":1.0},"43":{"tf":1.0},"6":{"tf":1.0},"92":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"|":{"df":2,"docs":{"117":{"tf":1.0},"118":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"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":{}}}}}}}}}},"d":{"a":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"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":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"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":{}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"(":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"81":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":8,"docs":{"106":{"tf":1.0},"111":{"tf":1.0},"117":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"122":{"tf":1.0},"37":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"25":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"8":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":16,"docs":{"101":{"tf":1.4142135623730951},"102":{"tf":1.0},"109":{"tf":1.0},"125":{"tf":1.0},"153":{"tf":1.4142135623730951},"156":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.7320508075688772},"31":{"tf":1.4142135623730951},"43":{"tf":1.0},"6":{"tf":1.0},"65":{"tf":1.4142135623730951},"85":{"tf":1.0},"89":{"tf":1.4142135623730951},"92":{"tf":1.0},"98":{"tf":2.23606797749979}},"—":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"109":{"tf":1.0}}}}}}}}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":4,"docs":{"11":{"tf":1.0},"126":{"tf":1.7320508075688772},"3":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"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":{"47":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"106":{"tf":1.0}}}}}}}}},"df":3,"docs":{"106":{"tf":1.4142135623730951},"47":{"tf":1.0},"83":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"109":{"tf":1.0},"156":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0},"67":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"m":{"df":1,"docs":{"121":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":10,"docs":{"107":{"tf":1.0},"147":{"tf":1.4142135623730951},"149":{"tf":1.4142135623730951},"154":{"tf":1.4142135623730951},"34":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.4142135623730951},"63":{"tf":1.0},"90":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"82":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"59":{"tf":1.0},"63":{"tf":1.0},"85":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":15,"docs":{"0":{"tf":1.0},"106":{"tf":1.0},"128":{"tf":1.0},"140":{"tf":1.4142135623730951},"146":{"tf":1.0},"148":{"tf":1.0},"152":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"58":{"tf":1.0},"73":{"tf":1.0},"95":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"156":{"tf":1.4142135623730951},"20":{"tf":1.0}}},"s":{"df":23,"docs":{"104":{"tf":1.0},"107":{"tf":1.0},"109":{"tf":1.0},"124":{"tf":1.4142135623730951},"144":{"tf":1.0},"145":{"tf":1.4142135623730951},"146":{"tf":1.0},"150":{"tf":1.0},"153":{"tf":1.0},"155":{"tf":1.0},"17":{"tf":1.7320508075688772},"22":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772},"43":{"tf":1.0},"65":{"tf":1.4142135623730951},"85":{"tf":1.0},"88":{"tf":1.4142135623730951},"90":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"k":{"8":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":5,"docs":{"125":{"tf":1.0},"156":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.4142135623730951},"94":{"tf":1.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":5,"docs":{"139":{"tf":1.0},"17":{"tf":1.0},"65":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"2":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"94":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"115":{"tf":1.0},"4":{"tf":1.0}},"u":{"df":2,"docs":{"19":{"tf":1.0},"85":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"26":{"tf":1.0},"29":{"tf":1.0},"33":{"tf":1.0},"62":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"47":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"67":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":2,"docs":{"132":{"tf":1.0},"53":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"109":{"tf":1.0},"118":{"tf":1.0},"156":{"tf":1.0},"22":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"155":{"tf":1.0},"20":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"28":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":6,"docs":{"121":{"tf":1.4142135623730951},"126":{"tf":1.0},"34":{"tf":2.0},"40":{"tf":1.0},"41":{"tf":2.0},"66":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"126":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"r":{"df":17,"docs":{"109":{"tf":1.0},"114":{"tf":1.0},"12":{"tf":1.4142135623730951},"121":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"31":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.7320508075688772},"57":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.0},"83":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"118":{"tf":1.4142135623730951}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"147":{"tf":1.0},"150":{"tf":1.0}}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"12":{"tf":1.0},"130":{"tf":1.0},"145":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":24,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"134":{"tf":1.4142135623730951},"14":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":2.0},"152":{"tf":1.4142135623730951},"156":{"tf":1.4142135623730951},"16":{"tf":1.0},"2":{"tf":1.0},"25":{"tf":1.7320508075688772},"43":{"tf":1.0},"47":{"tf":1.0},"56":{"tf":1.4142135623730951},"60":{"tf":1.0},"64":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.7320508075688772},"72":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0},"9":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"144":{"tf":1.0},"146":{"tf":1.0},"152":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"144":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}},"i":{"d":{"df":1,"docs":{"111":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"43":{"tf":1.0},"86":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"113":{"tf":1.0},"123":{"tf":1.0},"127":{"tf":1.0},"83":{"tf":1.4142135623730951}}}}},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.4142135623730951}}}}},"df":1,"docs":{"63":{"tf":2.0}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"146":{"tf":1.0},"152":{"tf":1.0}},"t":{"df":3,"docs":{"124":{"tf":1.0},"152":{"tf":1.0},"20":{"tf":1.0}}}}}},"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"128":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}},"m":{"df":1,"docs":{"106":{"tf":1.4142135623730951}},"e":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"106":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"156":{"tf":1.4142135623730951},"75":{"tf":1.0},"88":{"tf":1.0},"97":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.0},"6":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":15,"docs":{"43":{"tf":1.0},"45":{"tf":1.7320508075688772},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.7320508075688772},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":3,"docs":{"0":{"tf":1.7320508075688772},"109":{"tf":1.0},"4":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":5,"docs":{"13":{"tf":1.0},"134":{"tf":1.0},"156":{"tf":1.0},"47":{"tf":1.0},"56":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"156":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"108":{"tf":1.0},"2":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"m":{"d":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"146":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":10,"docs":{"109":{"tf":1.0},"124":{"tf":1.4142135623730951},"136":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"147":{"tf":1.0},"156":{"tf":1.0},"46":{"tf":1.4142135623730951},"82":{"tf":1.0},"84":{"tf":1.0},"92":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"88":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"82":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":4,"docs":{"109":{"tf":1.0},"156":{"tf":1.0},"30":{"tf":1.0},"78":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"109":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"i":{"df":2,"docs":{"63":{"tf":1.0},"67":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"126":{"tf":1.0}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"126":{"tf":1.0},"42":{"tf":1.0}},"e":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"126":{"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":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"126":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":21,"docs":{"115":{"tf":1.0},"122":{"tf":1.4142135623730951},"128":{"tf":1.0},"34":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.7320508075688772},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.7320508075688772},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"c":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"57":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"156":{"tf":1.0},"81":{"tf":1.7320508075688772}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"85":{"tf":1.0}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"80":{"tf":1.4142135623730951},"81":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"31":{"tf":1.0},"81":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"150":{"tf":1.0}}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"130":{"tf":1.0},"151":{"tf":1.0},"51":{"tf":1.0},"64":{"tf":1.0},"66":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"40":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.4142135623730951}}}}}},"p":{"df":0,"docs":{},"u":{"df":1,"docs":{"94":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"80":{"tf":1.0},"82":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":17,"docs":{"108":{"tf":1.0},"115":{"tf":1.0},"120":{"tf":2.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.4142135623730951},"125":{"tf":1.0},"126":{"tf":1.0},"21":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.4142135623730951},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"5":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":9,"docs":{"101":{"tf":1.7320508075688772},"124":{"tf":1.0},"126":{"tf":1.7320508075688772},"153":{"tf":1.4142135623730951},"156":{"tf":1.4142135623730951},"2":{"tf":1.0},"26":{"tf":1.0},"43":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":4,"docs":{"155":{"tf":1.0},"156":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0}}},"df":0,"docs":{}}}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"156":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":2,"docs":{"10":{"tf":1.0},"94":{"tf":1.4142135623730951}},"i":{"df":1,"docs":{"94":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"t":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"106":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"0":{"df":1,"docs":{"81":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"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":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"105":{"tf":1.0}}}}}}}}}}}},"df":5,"docs":{"105":{"tf":1.0},"106":{"tf":1.0},"117":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":1,"docs":{"144":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"114":{"tf":1.0},"144":{"tf":1.0},"146":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.4142135623730951},"82":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":14,"docs":{"105":{"tf":2.0},"106":{"tf":1.0},"107":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"122":{"tf":1.4142135623730951},"3":{"tf":1.0},"5":{"tf":1.0},"58":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.7320508075688772},"83":{"tf":1.4142135623730951},"84":{"tf":1.0},"99":{"tf":1.0}}}}}}}},"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"[":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"a":{"df":24,"docs":{"0":{"tf":2.449489742783178},"106":{"tf":1.0},"114":{"tf":1.0},"12":{"tf":1.0},"123":{"tf":1.4142135623730951},"130":{"tf":1.0},"133":{"tf":1.4142135623730951},"140":{"tf":1.0},"145":{"tf":1.0},"156":{"tf":2.0},"2":{"tf":1.0},"27":{"tf":1.0},"34":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.4142135623730951},"49":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":2.23606797749979},"68":{"tf":1.4142135623730951},"71":{"tf":2.23606797749979},"75":{"tf":1.4142135623730951},"77":{"tf":1.0},"84":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"153":{"tf":1.0},"98":{"tf":1.0}}}}}},"t":{"a":{"df":13,"docs":{"0":{"tf":2.23606797749979},"109":{"tf":1.0},"111":{"tf":1.0},"133":{"tf":1.4142135623730951},"155":{"tf":1.0},"156":{"tf":2.23606797749979},"20":{"tf":1.4142135623730951},"22":{"tf":1.0},"30":{"tf":1.0},"43":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"64":{"tf":1.0},"80":{"tf":1.0}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":2,"docs":{"22":{"tf":1.0},"30":{"tf":1.0}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":9,"docs":{"104":{"tf":1.0},"142":{"tf":1.0},"148":{"tf":1.4142135623730951},"18":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.0},"87":{"tf":1.0},"92":{"tf":1.0}},"g":{"df":3,"docs":{"127":{"tf":1.0},"29":{"tf":1.0},"59":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"30":{"tf":1.0},"43":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"126":{"tf":1.4142135623730951}}}},"l":{"a":{"df":0,"docs":{},"r":{"df":9,"docs":{"109":{"tf":1.0},"156":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.7320508075688772},"29":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"62":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"108":{"tf":1.0},"4":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"119":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":9,"docs":{"102":{"tf":1.0},"104":{"tf":1.4142135623730951},"109":{"tf":1.0},"114":{"tf":1.0},"117":{"tf":1.0},"26":{"tf":1.0},"57":{"tf":1.0},"97":{"tf":1.0},"99":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"109":{"tf":1.0},"12":{"tf":1.0},"130":{"tf":1.0},"43":{"tf":1.0},"63":{"tf":1.4142135623730951},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"128":{"tf":1.0},"41":{"tf":1.0},"47":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":3,"docs":{"61":{"tf":1.0},"77":{"tf":1.0},"83":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"146":{"tf":1.0},"78":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"101":{"tf":1.0}}}},"t":{"a":{"df":1,"docs":{"81":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"125":{"tf":1.0},"40":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"155":{"tf":1.0},"92":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":39,"docs":{"101":{"tf":1.0},"107":{"tf":1.0},"109":{"tf":1.4142135623730951},"122":{"tf":1.0},"124":{"tf":2.449489742783178},"126":{"tf":1.0},"139":{"tf":1.7320508075688772},"140":{"tf":1.0},"15":{"tf":2.0},"150":{"tf":1.4142135623730951},"156":{"tf":1.4142135623730951},"17":{"tf":1.0},"2":{"tf":1.0},"22":{"tf":1.7320508075688772},"24":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.4142135623730951},"37":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.7320508075688772},"42":{"tf":1.4142135623730951},"65":{"tf":1.7320508075688772},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"85":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.4142135623730951},"91":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"(":{"&":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":12,"docs":{"139":{"tf":1.0},"140":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"9":{"tf":1.0}}}}},"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":2,"docs":{"39":{"tf":1.4142135623730951},"41":{"tf":1.0}}}},"<":{"c":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"124":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"111":{"tf":1.0},"117":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":6,"docs":{"109":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"45":{"tf":1.4142135623730951},"60":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"109":{"tf":1.0},"156":{"tf":1.0},"42":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":9,"docs":{"154":{"tf":1.0},"31":{"tf":1.7320508075688772},"40":{"tf":1.4142135623730951},"44":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.4142135623730951},"5":{"tf":1.0},"58":{"tf":1.0},"73":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"153":{"tf":1.0},"98":{"tf":1.4142135623730951}}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":8,"docs":{"115":{"tf":1.0},"120":{"tf":1.0},"126":{"tf":1.0},"128":{"tf":1.0},"140":{"tf":1.0},"148":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"152":{"tf":1.0},"77":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"26":{"tf":1.7320508075688772},"29":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"155":{"tf":1.0},"26":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951}}}}}}}}}}},"v":{"df":1,"docs":{"92":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":23,"docs":{"108":{"tf":1.7320508075688772},"109":{"tf":2.23606797749979},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"31":{"tf":1.0},"65":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"90":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":2,"docs":{"150":{"tf":1.0},"152":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"155":{"tf":1.0},"17":{"tf":1.0},"2":{"tf":1.0},"32":{"tf":1.0},"40":{"tf":1.0},"66":{"tf":1.0},"85":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"106":{"tf":1.0},"87":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"10":{"tf":1.0},"34":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"10":{"tf":1.0},"156":{"tf":1.0},"94":{"tf":1.0}}}},"df":0,"docs":{}},"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":{"145":{"tf":1.0}}}},"df":0,"docs":{}}}},"v":{"df":2,"docs":{"104":{"tf":1.0},"88":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"127":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":9,"docs":{"0":{"tf":1.7320508075688772},"114":{"tf":1.0},"123":{"tf":1.0},"130":{"tf":1.0},"145":{"tf":1.0},"156":{"tf":1.4142135623730951},"38":{"tf":1.0},"41":{"tf":1.0},"51":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"147":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"108":{"tf":1.0},"92":{"tf":1.0}},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"82":{"tf":1.0}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"153":{"tf":1.0}}},"df":17,"docs":{"124":{"tf":1.0},"145":{"tf":1.0},"150":{"tf":1.0},"153":{"tf":1.7320508075688772},"17":{"tf":1.7320508075688772},"22":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.4142135623730951},"39":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":1.0},"65":{"tf":1.0},"88":{"tf":1.4142135623730951},"92":{"tf":1.0},"98":{"tf":2.449489742783178}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"125":{"tf":1.0},"126":{"tf":1.0},"40":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"\'":{"df":0,"docs":{},"t":{"df":2,"docs":{"24":{"tf":1.0},"81":{"tf":1.0}}}},"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"28":{"tf":1.0}}}}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"48":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"\'":{"df":0,"docs":{},"t":{"df":1,"docs":{"64":{"tf":1.0}}}},"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":4,"docs":{"117":{"tf":1.0},"4":{"tf":1.0},"80":{"tf":1.0},"94":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"30":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"[":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}},"df":8,"docs":{"109":{"tf":1.0},"111":{"tf":1.0},"117":{"tf":1.0},"20":{"tf":1.0},"30":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"85":{"tf":1.0}},"n":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"l":{"df":2,"docs":{"111":{"tf":1.0},"34":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":1,"docs":{"94":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":20,"docs":{"109":{"tf":1.0},"135":{"tf":2.0},"14":{"tf":1.7320508075688772},"146":{"tf":1.4142135623730951},"147":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.7320508075688772},"156":{"tf":2.23606797749979},"25":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"43":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0},"68":{"tf":1.0},"75":{"tf":1.0},"77":{"tf":1.0},"83":{"tf":1.0},"85":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"146":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":7,"docs":{"118":{"tf":1.0},"143":{"tf":1.4142135623730951},"151":{"tf":1.0},"152":{"tf":1.0},"156":{"tf":1.4142135623730951},"30":{"tf":1.0},"56":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":6,"docs":{"105":{"tf":1.0},"106":{"tf":1.0},"117":{"tf":1.7320508075688772},"118":{"tf":1.0},"81":{"tf":1.4142135623730951},"82":{"tf":2.0}}}}}}}}}},"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},".":{"df":0,"docs":{},"g":{"df":11,"docs":{"111":{"tf":1.0},"114":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"124":{"tf":1.7320508075688772},"143":{"tf":1.0},"156":{"tf":1.4142135623730951},"25":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"117":{"tf":1.0}}}}}}},"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"30":{"tf":1.0}}}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":8,"docs":{"120":{"tf":1.0},"156":{"tf":1.0},"22":{"tf":1.0},"31":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"65":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"92":{"tf":1.0}}}}},"s":{"df":1,"docs":{"88":{"tf":1.0}},"i":{"df":1,"docs":{"43":{"tf":1.0}}}}},"c":{"df":1,"docs":{"124":{"tf":1.0}}},"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"78":{"tf":1.0}}}},"df":2,"docs":{"22":{"tf":1.0},"30":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"23":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"156":{"tf":1.0},"94":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"b":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"20":{"tf":1.0}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":10,"docs":{"0":{"tf":1.0},"124":{"tf":1.0},"136":{"tf":1.0},"146":{"tf":1.0},"148":{"tf":1.4142135623730951},"155":{"tf":1.0},"156":{"tf":1.0},"55":{"tf":1.0},"92":{"tf":1.4142135623730951},"95":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"146":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":10,"docs":{"136":{"tf":1.0},"140":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"151":{"tf":1.4142135623730951},"26":{"tf":1.0},"55":{"tf":1.4142135623730951},"62":{"tf":1.0},"72":{"tf":1.0},"78":{"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":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"149":{"tf":1.0}}}}}}},"d":{"df":6,"docs":{"116":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"71":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"106":{"tf":1.0},"113":{"tf":1.0},"81":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"106":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":2,"docs":{"109":{"tf":1.0},"28":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"2":{"tf":1.4142135623730951},"20":{"tf":1.0},"34":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0}},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"122":{"tf":1.0}}}}}}}}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":5,"docs":{"109":{"tf":1.0},"155":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.4142135623730951},"43":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":11,"docs":{"100":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"114":{"tf":1.0},"14":{"tf":1.0},"152":{"tf":1.0},"156":{"tf":1.4142135623730951},"61":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"92":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"39":{"tf":1.0},"57":{"tf":1.0}}}}},"v":{"df":2,"docs":{"104":{"tf":1.0},"147":{"tf":1.0}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":28,"docs":{"0":{"tf":1.0},"146":{"tf":1.4142135623730951},"148":{"tf":1.7320508075688772},"152":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.4142135623730951},"17":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"43":{"tf":1.0},"5":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.0},"85":{"tf":1.7320508075688772},"86":{"tf":1.4142135623730951},"89":{"tf":1.0},"90":{"tf":1.0},"92":{"tf":1.7320508075688772},"93":{"tf":1.4142135623730951},"95":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"—":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"111":{"tf":1.0}}}}}}},"r":{"(":{"\\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"117":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"81":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":11,"docs":{"112":{"tf":1.0},"143":{"tf":1.0},"145":{"tf":1.4142135623730951},"146":{"tf":2.23606797749979},"149":{"tf":1.7320508075688772},"150":{"tf":2.449489742783178},"151":{"tf":2.23606797749979},"152":{"tf":2.23606797749979},"153":{"tf":2.449489742783178},"4":{"tf":1.0},"63":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"19":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"c":{"df":2,"docs":{"124":{"tf":1.0},"34":{"tf":1.0}}},"df":0,"docs":{}},"v":{"a":{"df":0,"docs":{},"l":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":4,"docs":{"105":{"tf":1.0},"106":{"tf":1.0},"118":{"tf":1.0},"81":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":8,"docs":{"109":{"tf":1.0},"112":{"tf":1.0},"118":{"tf":1.0},"156":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.0},"47":{"tf":1.0},"85":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"113":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":3,"docs":{"108":{"tf":1.0},"22":{"tf":1.0},"31":{"tf":1.0}}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"145":{"tf":1.4142135623730951},"64":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":46,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.7320508075688772},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"140":{"tf":1.4142135623730951},"156":{"tf":1.0},"18":{"tf":1.4142135623730951},"21":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"5":{"tf":1.7320508075688772},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"67":{"tf":1.7320508075688772},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.4142135623730951},"74":{"tf":1.7320508075688772},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.4142135623730951},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.7320508075688772},"94":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"m":{"d":{"df":1,"docs":{"106":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"m":{"d":{"df":2,"docs":{"140":{"tf":1.0},"66":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"c":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"90":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":9,"docs":{"122":{"tf":1.0},"143":{"tf":1.4142135623730951},"15":{"tf":2.0},"156":{"tf":1.0},"2":{"tf":1.0},"22":{"tf":1.4142135623730951},"41":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"156":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":18,"docs":{"0":{"tf":1.4142135623730951},"12":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"156":{"tf":1.4142135623730951},"20":{"tf":1.0},"34":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.4142135623730951},"68":{"tf":2.0},"75":{"tf":1.7320508075688772}},"s":{"(":{"0":{"df":8,"docs":{"12":{"tf":1.0},"151":{"tf":1.0},"16":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.0},"69":{"tf":1.0},"9":{"tf":1.0}}},"1":{"df":6,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"70":{"tf":1.0},"72":{"tf":1.0},"78":{"tf":1.0}}},"2":{"df":7,"docs":{"130":{"tf":1.0},"140":{"tf":1.0},"51":{"tf":1.0},"62":{"tf":1.0},"71":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"63":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"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":{},"i":{"df":0,"docs":{},"s":{"df":5,"docs":{"156":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"113":{"tf":1.0},"150":{"tf":1.0},"81":{"tf":1.4142135623730951}}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"116":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":20,"docs":{"13":{"tf":1.0},"134":{"tf":1.0},"140":{"tf":1.0},"16":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"49":{"tf":1.0},"56":{"tf":1.4142135623730951},"60":{"tf":1.0},"62":{"tf":1.4142135623730951},"64":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"117":{"tf":1.0}}}}}}},"df":0,"docs":{}},"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":1,"docs":{"123":{"tf":1.0}},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":50,"docs":{"105":{"tf":1.7320508075688772},"106":{"tf":1.0},"109":{"tf":2.23606797749979},"111":{"tf":1.0},"112":{"tf":1.4142135623730951},"116":{"tf":2.0},"117":{"tf":2.23606797749979},"118":{"tf":2.23606797749979},"119":{"tf":1.4142135623730951},"122":{"tf":1.0},"123":{"tf":1.7320508075688772},"126":{"tf":1.0},"13":{"tf":1.4142135623730951},"134":{"tf":1.4142135623730951},"143":{"tf":1.0},"146":{"tf":1.4142135623730951},"147":{"tf":1.0},"15":{"tf":1.0},"152":{"tf":2.449489742783178},"155":{"tf":1.4142135623730951},"156":{"tf":2.23606797749979},"2":{"tf":1.0},"22":{"tf":1.4142135623730951},"25":{"tf":1.7320508075688772},"27":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":2.0},"31":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.7320508075688772},"42":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"45":{"tf":2.0},"46":{"tf":1.0},"47":{"tf":2.0},"49":{"tf":1.0},"56":{"tf":1.4142135623730951},"6":{"tf":1.0},"60":{"tf":1.0},"67":{"tf":1.0},"81":{"tf":3.0},"83":{"tf":1.7320508075688772},"84":{"tf":1.0},"85":{"tf":1.4142135623730951},"90":{"tf":1.7320508075688772},"92":{"tf":1.0}},"e":{"d":{"_":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"81":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"81":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":3,"docs":{"10":{"tf":1.0},"156":{"tf":1.0},"94":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"48":{"tf":1.0}}}},"n":{"df":1,"docs":{"140":{"tf":1.0}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":7,"docs":{"136":{"tf":1.0},"28":{"tf":1.0},"31":{"tf":1.0},"43":{"tf":1.0},"49":{"tf":1.0},"6":{"tf":1.0},"66":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"112":{"tf":1.0},"148":{"tf":1.7320508075688772},"153":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.7320508075688772}}}},"s":{"df":8,"docs":{"104":{"tf":1.4142135623730951},"106":{"tf":1.0},"111":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"81":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"106":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"47":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"146":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":25,"docs":{"108":{"tf":1.0},"109":{"tf":1.4142135623730951},"110":{"tf":1.7320508075688772},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.4142135623730951},"115":{"tf":1.0},"126":{"tf":1.0},"146":{"tf":1.0},"152":{"tf":1.0},"156":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.4142135623730951},"3":{"tf":1.0},"31":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.0},"77":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":13,"docs":{"120":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"128":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.4142135623730951},"57":{"tf":1.7320508075688772},"58":{"tf":1.0},"75":{"tf":1.0},"79":{"tf":1.4142135623730951}}}}}}},"}":{"\\"":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"118":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"f":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"27":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"114":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":14,"docs":{"100":{"tf":1.0},"111":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.4142135623730951},"145":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"147":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.4142135623730951},"153":{"tf":1.0},"155":{"tf":1.0},"30":{"tf":1.0},"60":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":19,"docs":{"106":{"tf":1.0},"113":{"tf":1.0},"142":{"tf":1.4142135623730951},"143":{"tf":1.7320508075688772},"146":{"tf":1.7320508075688772},"152":{"tf":1.4142135623730951},"18":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.4142135623730951},"3":{"tf":1.0},"31":{"tf":1.0},"43":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.0},"68":{"tf":1.0},"75":{"tf":1.0},"81":{"tf":1.0},"92":{"tf":1.4142135623730951}}}}}},"l":{"df":0,"docs":{},"s":{"df":4,"docs":{"155":{"tf":1.0},"156":{"tf":1.0},"28":{"tf":1.0},"92":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{}}}}},"q":{"df":4,"docs":{"107":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.7320508075688772},"5":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"100":{"tf":1.0},"111":{"tf":1.0},"119":{"tf":1.0},"150":{"tf":1.0},"25":{"tf":1.0},"43":{"tf":1.0},"65":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"87":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"82":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":7,"docs":{"122":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"75":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"65":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":4,"docs":{"113":{"tf":1.0},"152":{"tf":1.0},"56":{"tf":1.0},"83":{"tf":1.0}}},"df":1,"docs":{"81":{"tf":1.0}}},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"100":{"tf":1.0},"92":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"65":{"tf":1.4142135623730951},"86":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"df":7,"docs":{"115":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"35":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"l":{"_":{"b":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"81":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"138":{"tf":1.0},"49":{"tf":1.0}}}},"d":{"df":3,"docs":{"150":{"tf":1.0},"76":{"tf":1.4142135623730951},"78":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":1,"docs":{"155":{"tf":1.0}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"112":{"tf":1.0},"118":{"tf":1.0},"43":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"26":{"tf":1.4142135623730951},"55":{"tf":1.0},"64":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951},"92":{"tf":1.0}},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"155":{"tf":1.0}}}}}}}}}},"t":{"df":5,"docs":{"116":{"tf":1.0},"22":{"tf":1.0},"65":{"tf":1.4142135623730951},"67":{"tf":1.0},"92":{"tf":1.0}}},"x":{"df":8,"docs":{"125":{"tf":1.0},"147":{"tf":1.0},"150":{"tf":1.7320508075688772},"151":{"tf":1.7320508075688772},"152":{"tf":1.7320508075688772},"153":{"tf":2.0},"25":{"tf":1.0},"26":{"tf":1.0}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"[":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"146":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"154":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.0},"92":{"tf":1.0}}},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"147":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"123":{"tf":1.0}}},"df":0,"docs":{}},"w":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":6,"docs":{"106":{"tf":1.0},"146":{"tf":2.449489742783178},"22":{"tf":1.0},"30":{"tf":1.0},"47":{"tf":1.0},"90":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":3,"docs":{"22":{"tf":1.0},"31":{"tf":1.0},"85":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"123":{"tf":1.7320508075688772},"128":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"49":{"tf":1.4142135623730951}}}}}}},"n":{"df":54,"docs":{"105":{"tf":1.4142135623730951},"106":{"tf":1.4142135623730951},"117":{"tf":2.449489742783178},"118":{"tf":2.0},"12":{"tf":1.0},"123":{"tf":1.4142135623730951},"129":{"tf":1.0},"13":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"14":{"tf":1.0},"140":{"tf":1.0},"15":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":2.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},"69":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"71":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"77":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951},"81":{"tf":2.23606797749979},"82":{"tf":2.23606797749979},"9":{"tf":1.4142135623730951}}},"o":{"c":{"df":0,"docs":{},"u":{"df":2,"docs":{"24":{"tf":1.0},"25":{"tf":1.0}},"s":{"df":3,"docs":{"0":{"tf":1.0},"33":{"tf":1.0},"92":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":4,"docs":{"142":{"tf":1.0},"22":{"tf":1.4142135623730951},"49":{"tf":1.0},"85":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"117":{"tf":1.0}}}}},"m":{"a":{"df":0,"docs":{},"t":{"!":{"(":{"\\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"118":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"22":{"tf":1.0}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"101":{"tf":1.0},"104":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":13,"docs":{"19":{"tf":1.7320508075688772},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0}}}},"df":1,"docs":{"153":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"z":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"100":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"153":{"tf":1.0},"97":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":2,"docs":{"121":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951}}}}}},"r":{"df":2,"docs":{"122":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951}},"e":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"128":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"128":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"51":{"tf":1.0}}}},"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":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":2,"docs":{"124":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"/":{"<":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"124":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":4,"docs":{"111":{"tf":1.0},"112":{"tf":1.0},"123":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951}},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"128":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"56":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"s":{"/":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"d":{"a":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}},"df":34,"docs":{"0":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.7320508075688772},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"120":{"tf":1.0},"125":{"tf":1.0},"128":{"tf":1.0},"14":{"tf":1.0},"150":{"tf":1.0},"156":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.7320508075688772},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"28":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"5":{"tf":1.7320508075688772},"58":{"tf":1.0},"84":{"tf":1.0},"91":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"107":{"tf":1.0},"75":{"tf":1.4142135623730951},"78":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"30":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"125":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"152":{"tf":1.0},"20":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"147":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"26":{"tf":1.0},"63":{"tf":1.0},"81":{"tf":1.0}}}}}}},"d":{"df":6,"docs":{"131":{"tf":1.0},"151":{"tf":1.4142135623730951},"152":{"tf":1.0},"16":{"tf":1.0},"52":{"tf":1.0},"81":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"z":{"df":2,"docs":{"123":{"tf":1.0},"80":{"tf":1.4142135623730951}}}}}},"g":{"a":{"df":1,"docs":{"81":{"tf":1.0}},"p":{"df":2,"docs":{"20":{"tf":1.0},"61":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":3,"docs":{"122":{"tf":1.0},"37":{"tf":1.0},"90":{"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":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":4,"docs":{"111":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"41":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":20,"docs":{"10":{"tf":1.0},"109":{"tf":1.0},"117":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.4142135623730951},"126":{"tf":1.0},"150":{"tf":1.0},"156":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"31":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"58":{"tf":1.0},"80":{"tf":1.4142135623730951},"92":{"tf":1.0},"94":{"tf":1.7320508075688772}}}}},"t":{"(":{"0":{"df":1,"docs":{"106":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"117":{"tf":1.0},"118":{"tf":1.0}}}},"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":1,"docs":{"6":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"156":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{},"o":{"d":{"df":7,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"61":{"tf":1.0},"66":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"80":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"43":{"tf":1.0},"65":{"tf":1.0}}},"u":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"61":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"1":{"6":{"df":2,"docs":{"156":{"tf":1.0},"94":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":1,"docs":{"156":{"tf":1.0}}}},"w":{"df":1,"docs":{"119":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"113":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":5,"docs":{"109":{"tf":1.0},"127":{"tf":1.0},"32":{"tf":1.0},"40":{"tf":1.0},"66":{"tf":1.0}}},"df":0,"docs":{}}},"df":79,"docs":{"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},"115":{"tf":1.0},"142":{"tf":1.4142135623730951},"32":{"tf":1.7320508075688772},"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.7320508075688772},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"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},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"30":{"tf":1.0}},"l":{"df":6,"docs":{"0":{"tf":1.0},"24":{"tf":1.0},"4":{"tf":1.0},"78":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"11":{"tf":1.4142135623730951},"30":{"tf":1.0}}}}}},"r":{"d":{"df":1,"docs":{"26":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"150":{"tf":1.0},"25":{"tf":1.0},"69":{"tf":1.0},"76":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"144":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"p":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"81":{"tf":1.0}}}}}},"df":0,"docs":{}},"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"81":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"150":{"tf":1.0},"156":{"tf":1.0},"22":{"tf":1.0},"27":{"tf":1.7320508075688772},"43":{"tf":1.0}},"i":{"df":2,"docs":{"27":{"tf":1.0},"47":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":1,"docs":{"75":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"144":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"m":{"df":5,"docs":{"101":{"tf":1.0},"124":{"tf":1.0},"34":{"tf":1.4142135623730951},"39":{"tf":1.0},"41":{"tf":1.4142135623730951}}},"p":{"df":4,"docs":{"23":{"tf":1.0},"4":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"100":{"tf":1.0},"111":{"tf":1.0},"114":{"tf":1.7320508075688772},"34":{"tf":1.0},"41":{"tf":1.0},"63":{"tf":1.0},"92":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":7,"docs":{"0":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"146":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":7,"docs":{"144":{"tf":1.4142135623730951},"156":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"64":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"89":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"27":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"43":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"104":{"tf":1.0},"155":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"87":{"tf":1.0},"92":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"3":{"0":{"0":{"0":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"144":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"0":{"9":{"0":{"df":3,"docs":{"104":{"tf":1.0},"144":{"tf":1.0},"17":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":6,"docs":{"106":{"tf":1.7320508075688772},"122":{"tf":1.0},"144":{"tf":1.0},"150":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"92":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"i":{"6":{"4":{"df":1,"docs":{"81":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"[":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"47":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"a":{"df":4,"docs":{"117":{"tf":1.0},"118":{"tf":1.0},"75":{"tf":1.0},"79":{"tf":1.4142135623730951}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"117":{"tf":1.0},"143":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"102":{"tf":1.4142135623730951}}}}}},"i":{"df":76,"docs":{"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},"32":{"tf":1.7320508075688772},"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},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.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},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}},"i":{"df":19,"docs":{"108":{"tf":1.7320508075688772},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"116":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"153":{"tf":1.7320508075688772},"97":{"tf":1.7320508075688772},"98":{"tf":2.23606797749979},"99":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"156":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"24":{"tf":1.7320508075688772}}}},"l":{"df":4,"docs":{"117":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"57":{"tf":1.0},"81":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":17,"docs":{"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":1.0},"124":{"tf":1.7320508075688772},"128":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.7320508075688772},"42":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"75":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"66":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"10":{"tf":1.0},"129":{"tf":1.4142135623730951}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":5,"docs":{"0":{"tf":1.4142135623730951},"152":{"tf":1.0},"156":{"tf":1.0},"27":{"tf":1.0},"81":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":10,"docs":{"146":{"tf":1.4142135623730951},"152":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"27":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"62":{"tf":1.0},"68":{"tf":1.0},"70":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":7,"docs":{"146":{"tf":1.4142135623730951},"147":{"tf":1.0},"151":{"tf":1.0},"66":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"90":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"64":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"\\"":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"117":{"tf":1.0}}}}}}},"df":0,"docs":{}},">":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"145":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"145":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951}}}},"i":{"c":{"df":2,"docs":{"145":{"tf":1.0},"81":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":2,"docs":{"106":{"tf":1.0},"144":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":7,"docs":{"124":{"tf":1.0},"15":{"tf":1.4142135623730951},"156":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.4142135623730951},"24":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":3,"docs":{"111":{"tf":1.0},"117":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951}},"i":{"a":{"df":0,"docs":{},"l":{"_":{"b":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"81":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":2,"docs":{"146":{"tf":1.0},"81":{"tf":2.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"111":{"tf":1.0},"117":{"tf":1.0},"80":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"106":{"tf":1.0}}}}}}},"df":2,"docs":{"106":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"101":{"tf":1.0}}},"n":{"c":{"df":1,"docs":{"104":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"10":{"tf":1.0},"151":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"151":{"tf":1.0},"153":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":11,"docs":{"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.4142135623730951}}}},"n":{"d":{"df":4,"docs":{"109":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"43":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":2,"docs":{"152":{"tf":1.0},"94":{"tf":1.0}}},"t":{"df":3,"docs":{"24":{"tf":1.0},"31":{"tf":1.0},"60":{"tf":1.4142135623730951}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"0":{"tf":1.4142135623730951},"109":{"tf":1.0},"20":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}},"n":{"df":13,"docs":{"115":{"tf":1.0},"120":{"tf":1.7320508075688772},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"21":{"tf":1.0},"27":{"tf":2.0},"4":{"tf":1.0},"40":{"tf":1.0},"5":{"tf":1.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"23":{"tf":1.0},"31":{"tf":1.0},"43":{"tf":1.0}}}}}},"v":{"df":3,"docs":{"156":{"tf":1.0},"25":{"tf":1.0},"83":{"tf":1.0}}}}},"o":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{")":{".":{"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":{"81":{"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":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"26":{"tf":1.0}},"t":{"df":2,"docs":{"20":{"tf":1.7320508075688772},"21":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"123":{"tf":1.0},"145":{"tf":1.0},"80":{"tf":2.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"152":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"20":{"tf":1.0},"65":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":7,"docs":{"107":{"tf":1.0},"117":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.0},"5":{"tf":1.0},"61":{"tf":1.0},"92":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"43":{"tf":1.0},"65":{"tf":1.4142135623730951},"87":{"tf":1.0}}}},"’":{"df":2,"docs":{"0":{"tf":1.0},"94":{"tf":1.0}}}},"v":{"df":30,"docs":{"127":{"tf":1.7320508075688772},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0}}}},"j":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"g":{"df":4,"docs":{"109":{"tf":1.0},"156":{"tf":1.0},"22":{"tf":1.0},"31":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":3,"docs":{"21":{"tf":1.0},"5":{"tf":1.0},"64":{"tf":1.0}}}}}},"k":{"8":{"df":21,"docs":{"100":{"tf":1.0},"102":{"tf":1.7320508075688772},"104":{"tf":1.0},"107":{"tf":1.0},"124":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.0},"153":{"tf":1.0},"155":{"tf":1.0},"34":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"65":{"tf":1.4142135623730951},"85":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":1,"docs":{"102":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":5,"docs":{"125":{"tf":1.0},"156":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.4142135623730951},"94":{"tf":1.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":2,"docs":{"139":{"tf":1.0},"65":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":17,"docs":{"109":{"tf":1.0},"114":{"tf":1.0},"119":{"tf":1.0},"127":{"tf":1.0},"148":{"tf":1.0},"155":{"tf":1.4142135623730951},"29":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.4142135623730951},"66":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"92":{"tf":1.0}}}},"y":{"df":10,"docs":{"117":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.4142135623730951},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"35":{"tf":1.4142135623730951},"36":{"tf":1.0},"41":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"150":{"tf":1.0}}}},"n":{"d":{"df":2,"docs":{"153":{"tf":1.0},"98":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"m":{"df":2,"docs":{"34":{"tf":1.0},"41":{"tf":1.0}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":3,"docs":{"156":{"tf":1.0},"4":{"tf":1.0},"94":{"tf":1.0}},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"u":{"b":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"101":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"l":{"df":3,"docs":{"101":{"tf":1.4142135623730951},"145":{"tf":1.0},"153":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":11,"docs":{"124":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"89":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"g":{"df":1,"docs":{"100":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"25":{"tf":1.0},"31":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"109":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"128":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"156":{"tf":1.0},"87":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"2":{"tf":1.0},"22":{"tf":1.0},"64":{"tf":1.0},"71":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"d":{"df":2,"docs":{"126":{"tf":1.0},"42":{"tf":1.0}}},"df":0,"docs":{}}},"df":14,"docs":{"114":{"tf":1.0},"115":{"tf":1.0},"121":{"tf":1.0},"20":{"tf":1.0},"33":{"tf":1.7320508075688772},"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},"51":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"156":{"tf":1.0},"94":{"tf":1.0}}}}},"df":0,"docs":{},"k":{"df":3,"docs":{"109":{"tf":1.0},"30":{"tf":1.0},"77":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"n":{"df":7,"docs":{"1":{"tf":1.7320508075688772},"18":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"156":{"tf":1.0}}}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"135":{"tf":1.0}}}}}},"t":{"df":2,"docs":{"20":{"tf":1.0},"82":{"tf":1.0}},"’":{"df":2,"docs":{"11":{"tf":1.0},"16":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":8,"docs":{"109":{"tf":1.7320508075688772},"144":{"tf":1.4142135623730951},"156":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":4,"docs":{"122":{"tf":1.0},"126":{"tf":1.0},"30":{"tf":1.7320508075688772},"41":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":2,"docs":{"68":{"tf":1.0},"70":{"tf":1.0}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"117":{"tf":1.0}}}}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"46":{"tf":1.0},"76":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"47":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":29,"docs":{"102":{"tf":1.0},"125":{"tf":1.0},"134":{"tf":1.4142135623730951},"143":{"tf":1.0},"146":{"tf":1.0},"152":{"tf":1.0},"155":{"tf":1.4142135623730951},"156":{"tf":1.7320508075688772},"16":{"tf":1.0},"20":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"30":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"56":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"83":{"tf":1.0},"84":{"tf":1.0},"86":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":1.0}}}}},"o":{"a":{"d":{"df":11,"docs":{"153":{"tf":1.4142135623730951},"16":{"tf":1.0},"60":{"tf":1.0},"64":{"tf":1.4142135623730951},"68":{"tf":1.0},"70":{"tf":1.0},"73":{"tf":1.4142135623730951},"75":{"tf":2.0},"76":{"tf":1.4142135623730951},"77":{"tf":1.7320508075688772},"98":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":2,"docs":{"148":{"tf":1.0},"94":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":9,"docs":{"10":{"tf":1.0},"125":{"tf":1.0},"144":{"tf":1.0},"147":{"tf":1.0},"150":{"tf":1.0},"156":{"tf":1.4142135623730951},"34":{"tf":1.0},"41":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951}},"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":10,"docs":{"139":{"tf":1.0},"140":{"tf":1.0},"15":{"tf":1.0},"65":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"9":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":24,"docs":{"10":{"tf":1.4142135623730951},"104":{"tf":1.4142135623730951},"107":{"tf":1.0},"124":{"tf":1.4142135623730951},"145":{"tf":1.0},"146":{"tf":1.0},"15":{"tf":1.0},"155":{"tf":1.0},"22":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"39":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"43":{"tf":1.0},"6":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.0},"85":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951},"94":{"tf":1.0},"96":{"tf":1.0},"98":{"tf":1.4142135623730951}}},"t":{"df":1,"docs":{"145":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":11,"docs":{"10":{"tf":1.0},"117":{"tf":1.0},"145":{"tf":2.449489742783178},"146":{"tf":2.23606797749979},"148":{"tf":1.4142135623730951},"150":{"tf":1.0},"152":{"tf":1.4142135623730951},"155":{"tf":1.0},"3":{"tf":1.0},"64":{"tf":1.0},"95":{"tf":1.0}},"i":{"c":{"df":6,"docs":{"116":{"tf":1.0},"119":{"tf":1.0},"122":{"tf":1.0},"156":{"tf":1.0},"37":{"tf":1.0},"94":{"tf":1.0}}},"df":0,"docs":{}},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"106":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"146":{"tf":2.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":7,"docs":{"109":{"tf":1.0},"14":{"tf":1.0},"155":{"tf":1.4142135623730951},"28":{"tf":1.0},"43":{"tf":1.0},"75":{"tf":1.0},"77":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"25":{"tf":1.0},"89":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":5,"docs":{"12":{"tf":1.0},"144":{"tf":1.4142135623730951},"145":{"tf":1.0},"155":{"tf":1.0},"42":{"tf":1.0}}},"p":{"df":3,"docs":{"24":{"tf":1.0},"65":{"tf":1.0},"87":{"tf":1.0}}},"s":{"df":1,"docs":{"40":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"156":{"tf":1.0}}}}}}},"w":{"df":1,"docs":{"146":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"152":{"tf":1.0},"31":{"tf":1.0}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"[":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"146":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"r":{"df":2,"docs":{"22":{"tf":1.0},"30":{"tf":1.0}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"150":{"tf":1.4142135623730951}}}}},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"28":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"10":{"tf":1.0},"31":{"tf":1.0},"88":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"41":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"123":{"tf":1.0},"41":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":54,"docs":{"105":{"tf":1.0},"106":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"12":{"tf":1.0},"123":{"tf":1.0},"129":{"tf":1.0},"13":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"14":{"tf":1.0},"140":{"tf":1.0},"15":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"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},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.4142135623730951},"82":{"tf":1.0},"9":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"108":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"44":{"tf":1.0},"59":{"tf":1.0},"73":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":11,"docs":{"10":{"tf":1.0},"156":{"tf":1.0},"16":{"tf":1.0},"20":{"tf":1.0},"26":{"tf":1.0},"31":{"tf":1.4142135623730951},"43":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"98":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"80":{"tf":1.4142135623730951}}}}}},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"80":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"g":{"df":5,"docs":{"121":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"4":{"tf":1.0},"41":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"i":{"df":6,"docs":{"109":{"tf":1.0},"151":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0}}},"t":{"df":0,"docs":{},"l":{"df":4,"docs":{"132":{"tf":1.0},"156":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0}}}}},"p":{"df":2,"docs":{"81":{"tf":1.0},"92":{"tf":1.0}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"64":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":4,"docs":{"116":{"tf":1.0},"152":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"127":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"43":{"tf":1.0},"89":{"tf":1.0}}}}}},"x":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"0":{"df":1,"docs":{"78":{"tf":1.0}}},"5":{"df":3,"docs":{"137":{"tf":1.0},"140":{"tf":1.0},"62":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":1,"docs":{"55":{"tf":1.0}}},"5":{"df":2,"docs":{"26":{"tf":1.0},"72":{"tf":1.0}}},"df":0,"docs":{}},"df":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":{"146":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"y":{"b":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":5,"docs":{"13":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.7320508075688772},"151":{"tf":1.7320508075688772},"152":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":8,"docs":{"0":{"tf":1.0},"109":{"tf":1.0},"155":{"tf":1.0},"20":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"43":{"tf":1.0},"61":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"156":{"tf":1.0},"25":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"78":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"r":{"df":1,"docs":{"63":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"27":{"tf":1.0},"77":{"tf":1.4142135623730951}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":5,"docs":{"123":{"tf":1.0},"146":{"tf":1.4142135623730951},"152":{"tf":1.0},"64":{"tf":1.0},"80":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"19":{"tf":1.0},"40":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"149":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"156":{"tf":1.0},"92":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"d":{"df":12,"docs":{"122":{"tf":1.0},"123":{"tf":1.4142135623730951},"126":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"c":{"df":14,"docs":{"104":{"tf":1.7320508075688772},"105":{"tf":2.0},"112":{"tf":1.0},"113":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"144":{"tf":1.0},"152":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0},"64":{"tf":1.0}},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"105":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"105":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{"\\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"_":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"105":{"tf":1.0}}}}}}},"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":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"0":{"df":1,"docs":{"55":{"tf":1.0}}},"5":{"df":2,"docs":{"26":{"tf":1.0},"72":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":4,"docs":{"137":{"tf":1.0},"140":{"tf":1.0},"62":{"tf":1.0},"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":{}}}},"df":0,"docs":{}},"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"x":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"146":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":1,"docs":{"146":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"df":1,"docs":{"75":{"tf":1.0}},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"u":{"b":{"df":1,"docs":{"98":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"m":{"df":6,"docs":{"116":{"tf":1.0},"119":{"tf":1.0},"64":{"tf":1.0},"66":{"tf":1.4142135623730951},"69":{"tf":1.0},"87":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"135":{"tf":1.0},"28":{"tf":1.7320508075688772}}}}}},"u":{"df":0,"docs":{},"t":{"df":4,"docs":{"10":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0},"77":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"113":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"66":{"tf":1.0},"81":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":7,"docs":{"100":{"tf":1.0},"111":{"tf":1.0},"147":{"tf":1.7320508075688772},"155":{"tf":1.0},"61":{"tf":1.0},"83":{"tf":1.0},"92":{"tf":1.0}}}},"x":{"df":4,"docs":{"147":{"tf":1.0},"26":{"tf":1.0},"62":{"tf":1.0},"68":{"tf":1.0}}}},"o":{"d":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"143":{"tf":1.4142135623730951},"92":{"tf":1.0}},"l":{"df":7,"docs":{"109":{"tf":2.23606797749979},"115":{"tf":1.0},"19":{"tf":1.0},"34":{"tf":1.0},"40":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0}}},"r":{"df":1,"docs":{"77":{"tf":1.0}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"126":{"tf":1.0},"42":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"31":{"tf":1.0}}}},"df":6,"docs":{"111":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"104":{"tf":1.0},"41":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":5,"docs":{"119":{"tf":1.0},"140":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"78":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"100":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"31":{"tf":1.0},"66":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":8,"docs":{"0":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.4142135623730951},"33":{"tf":1.0},"43":{"tf":1.0},"6":{"tf":1.0},"88":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":5,"docs":{"155":{"tf":1.0},"156":{"tf":1.0},"61":{"tf":1.4142135623730951},"63":{"tf":1.0},"78":{"tf":1.4142135623730951}}}}}}},"t":{"df":20,"docs":{"117":{"tf":1.0},"140":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"16":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"60":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"64":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.0},"9":{"tf":1.0}}}},"y":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"123":{"tf":1.0},"57":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"123":{"tf":1.0},"57":{"tf":2.0}}},"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":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":3,"docs":{"117":{"tf":1.0},"118":{"tf":1.0},"81":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":3,"docs":{"111":{"tf":1.0},"117":{"tf":1.0},"60":{"tf":1.0}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":3,"docs":{"101":{"tf":1.4142135623730951},"145":{"tf":1.0},"153":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"22":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"42":{"tf":1.4142135623730951}}}}}},"df":4,"docs":{"145":{"tf":1.0},"27":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0}},"e":{"df":0,"docs":{},"e":{"d":{"df":19,"docs":{"100":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"12":{"tf":1.0},"155":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":1.0},"26":{"tf":1.4142135623730951},"4":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"78":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951},"90":{"tf":1.0},"92":{"tf":1.4142135623730951},"94":{"tf":2.0}}},"df":0,"docs":{}},"g":{"df":2,"docs":{"156":{"tf":1.0},"92":{"tf":1.0}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":20,"docs":{"12":{"tf":1.0},"130":{"tf":1.0},"140":{"tf":1.0},"16":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"51":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"64":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":20,"docs":{"0":{"tf":1.7320508075688772},"106":{"tf":1.0},"109":{"tf":1.0},"12":{"tf":1.0},"121":{"tf":1.7320508075688772},"124":{"tf":1.0},"130":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.0},"156":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"22":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.0},"64":{"tf":1.0},"82":{"tf":2.23606797749979}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"156":{"tf":1.0},"94":{"tf":1.0}}}}},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"117":{"tf":1.0},"118":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":24,"docs":{"109":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.7320508075688772},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":2.0},"124":{"tf":1.4142135623730951},"125":{"tf":1.0},"126":{"tf":1.7320508075688772},"133":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"82":{"tf":1.0},"91":{"tf":1.0}}},"x":{"df":0,"docs":{},"t":{"df":3,"docs":{"156":{"tf":1.0},"18":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}},"o":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"146":{"tf":1.0}},"s":{"[":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"146":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"10":{"tf":1.0},"102":{"tf":1.0},"148":{"tf":1.0}}}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"145":{"tf":1.0}}}}}},"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"117":{"tf":1.0},"118":{"tf":1.0}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"113":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"a":{"df":0,"docs":{},"p":{"df":3,"docs":{"122":{"tf":1.0},"37":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"151":{"tf":1.0},"41":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":4,"docs":{"113":{"tf":1.0},"124":{"tf":1.4142135623730951},"146":{"tf":1.0},"82":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":58,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"103":{"tf":1.4142135623730951},"104":{"tf":1.0},"106":{"tf":2.0},"109":{"tf":1.0},"111":{"tf":1.0},"117":{"tf":1.0},"12":{"tf":1.4142135623730951},"121":{"tf":1.4142135623730951},"122":{"tf":1.7320508075688772},"123":{"tf":1.0},"124":{"tf":1.7320508075688772},"126":{"tf":1.4142135623730951},"130":{"tf":2.0},"136":{"tf":1.4142135623730951},"137":{"tf":1.0},"143":{"tf":1.0},"145":{"tf":1.4142135623730951},"146":{"tf":2.0},"147":{"tf":1.4142135623730951},"148":{"tf":1.0},"150":{"tf":2.0},"152":{"tf":1.0},"156":{"tf":2.23606797749979},"19":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.4142135623730951},"22":{"tf":1.0},"25":{"tf":1.0},"30":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"34":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":2.449489742783178},"43":{"tf":1.0},"46":{"tf":1.4142135623730951},"51":{"tf":1.7320508075688772},"55":{"tf":1.0},"6":{"tf":1.0},"68":{"tf":1.0},"72":{"tf":1.0},"78":{"tf":1.4142135623730951},"8":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.4142135623730951},"82":{"tf":1.7320508075688772},"84":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.4142135623730951},"89":{"tf":1.0},"90":{"tf":1.0},"92":{"tf":1.7320508075688772},"95":{"tf":1.0},"97":{"tf":1.0}},"s":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"37":{"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":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":2,"docs":{"36":{"tf":1.0},"37":{"tf":1.0}}}},"df":1,"docs":{"121":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":2,"docs":{"36":{"tf":1.0},"37":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"121":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"26":{"tf":1.0}}},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"i":{"df":1,"docs":{"62":{"tf":1.0}}}}}}},"m":{"a":{"d":{"df":1,"docs":{"124":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":19,"docs":{"0":{"tf":1.7320508075688772},"10":{"tf":1.4142135623730951},"145":{"tf":1.7320508075688772},"147":{"tf":1.0},"150":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"156":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.7320508075688772},"33":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"6":{"tf":1.0},"8":{"tf":1.0},"92":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.7320508075688772},"99":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"=":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"99":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"98":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"s":{"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"=":{"1":{"df":2,"docs":{"148":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"=":{"1":{"df":2,"docs":{"148":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"n":{"df":1,"docs":{"146":{"tf":1.0}},"e":{"df":2,"docs":{"152":{"tf":1.0},"68":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"102":{"tf":1.0},"52":{"tf":1.0},"75":{"tf":1.0},"81":{"tf":1.0}}},"x":{"df":1,"docs":{"146":{"tf":1.0}},"s":{"[":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"146":{"tf":1.0}}}}},"df":0,"docs":{}}}},"w":{"df":2,"docs":{"16":{"tf":1.0},"18":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"130":{"tf":1.4142135623730951},"132":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"[":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":24,"docs":{"103":{"tf":1.4142135623730951},"109":{"tf":1.0},"144":{"tf":1.0},"152":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.7320508075688772},"20":{"tf":1.0},"22":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"5":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":2.23606797749979},"85":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.4142135623730951}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"60":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"109":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"30":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"65":{"tf":1.0}}}}}}}}}}},"k":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"\\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"117":{"tf":1.0},"118":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"o":{"df":2,"docs":{"106":{"tf":1.0},"81":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"!":{"(":{"\\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"81":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":13,"docs":{"105":{"tf":1.0},"106":{"tf":1.0},"117":{"tf":1.4142135623730951},"118":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"n":{"c":{"df":3,"docs":{"109":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.0}}},"df":4,"docs":{"114":{"tf":1.0},"20":{"tf":1.0},"40":{"tf":1.0},"90":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"89":{"tf":1.0}}}}},"p":{"df":1,"docs":{"156":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":31,"docs":{"0":{"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},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"43":{"tf":1.0},"5":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.4142135623730951},"85":{"tf":1.0},"86":{"tf":1.4142135623730951},"91":{"tf":1.0},"92":{"tf":2.23606797749979},"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}}}},"t":{"df":2,"docs":{"136":{"tf":1.0},"26":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"113":{"tf":1.0},"121":{"tf":1.0},"124":{"tf":1.0},"126":{"tf":1.0},"30":{"tf":1.0},"4":{"tf":1.0}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":14,"docs":{"122":{"tf":1.7320508075688772},"124":{"tf":1.0},"126":{"tf":1.0},"15":{"tf":1.0},"156":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.4142135623730951},"31":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.7320508075688772},"42":{"tf":1.0},"87":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"155":{"tf":1.0},"25":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"31":{"tf":1.0},"60":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":8,"docs":{"109":{"tf":1.0},"112":{"tf":1.0},"156":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.0},"85":{"tf":1.0},"92":{"tf":1.0}}}}},"df":1,"docs":{"151":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"144":{"tf":1.0},"148":{"tf":1.0},"95":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"20":{"tf":1.0},"24":{"tf":1.4142135623730951},"27":{"tf":1.0},"66":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"87":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"104":{"tf":1.0}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":4,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.7320508075688772},"5":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"df":1,"docs":{"146":{"tf":1.0}}}}}}}}}}},"p":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"30":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":2,"docs":{"128":{"tf":1.0},"48":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"6":{"tf":1.0},"85":{"tf":1.0}}}},"n":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"143":{"tf":1.0},"145":{"tf":1.0},"80":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"100":{"tf":1.0},"114":{"tf":1.0},"156":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"144":{"tf":1.0},"156":{"tf":1.0},"49":{"tf":1.0},"57":{"tf":1.4142135623730951}}}}},"t":{"df":150,"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.7320508075688772},"109":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"12":{"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.7320508075688772},"128":{"tf":1.0},"129":{"tf":1.0},"13":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"14":{"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},"15":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.7320508075688772},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.7320508075688772},"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},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.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}},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"146":{"tf":1.0}},"s":{"[":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"146":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":4,"docs":{"0":{"tf":1.0},"114":{"tf":1.0},"156":{"tf":1.0},"46":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":2,"docs":{"124":{"tf":1.0},"82":{"tf":2.0}}}}}},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"106":{"tf":1.0},"85":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":2,"docs":{"10":{"tf":1.0},"30":{"tf":1.0}}},"t":{"df":1,"docs":{"63":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"46":{"tf":1.0},"71":{"tf":1.0},"78":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":19,"docs":{"154":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":2.0},"49":{"tf":2.0},"5":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.0},"63":{"tf":1.4142135623730951},"66":{"tf":1.0},"73":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"122":{"tf":1.0},"124":{"tf":1.0}}}}},"df":4,"docs":{"10":{"tf":1.0},"102":{"tf":1.0},"148":{"tf":1.0},"94":{"tf":1.0}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"145":{"tf":1.0},"82":{"tf":1.4142135623730951}}}},"r":{"df":6,"docs":{"132":{"tf":1.0},"133":{"tf":1.4142135623730951},"156":{"tf":1.4142135623730951},"16":{"tf":1.0},"25":{"tf":1.0},"94":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":7,"docs":{"0":{"tf":1.0},"125":{"tf":1.0},"156":{"tf":1.4142135623730951},"22":{"tf":1.0},"68":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"156":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"101":{"tf":1.7320508075688772},"153":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":13,"docs":{"154":{"tf":1.0},"18":{"tf":1.4142135623730951},"21":{"tf":1.0},"23":{"tf":1.7320508075688772},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"40":{"tf":1.4142135623730951},"44":{"tf":1.0},"5":{"tf":1.0}}}}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"117":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"155":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"65":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"154":{"tf":1.0}}}},"df":0,"docs":{}}}},"l":{"a":{"df":0,"docs":{},"n":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":12,"docs":{"139":{"tf":1.0},"140":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"[":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"90":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":32,"docs":{"109":{"tf":1.0},"138":{"tf":1.0},"140":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"16":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"30":{"tf":2.0},"31":{"tf":1.0},"40":{"tf":1.0},"47":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.4142135623730951},"77":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":2.0},"86":{"tf":1.4142135623730951},"9":{"tf":1.0},"90":{"tf":1.0}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"92":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"116":{"tf":1.0}},"g":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"31":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"d":{"df":2,"docs":{"101":{"tf":1.0},"156":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"120":{"tf":1.0},"39":{"tf":1.0},"76":{"tf":1.0}}}}},"l":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"156":{"tf":1.0},"94":{"tf":1.4142135623730951}},"e":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":5,"docs":{"10":{"tf":1.4142135623730951},"147":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.0},"94":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"27":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"20":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0}}}},"df":0,"docs":{}},"df":8,"docs":{"101":{"tf":1.0},"104":{"tf":1.7320508075688772},"144":{"tf":1.0},"147":{"tf":1.7320508075688772},"150":{"tf":2.0},"153":{"tf":1.0},"88":{"tf":1.0},"92":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"109":{"tf":1.0},"156":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":15,"docs":{"107":{"tf":1.0},"154":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0},"44":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.7320508075688772},"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},"73":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"22":{"tf":1.0},"26":{"tf":1.0},"31":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"27":{"tf":1.0}}}}},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"156":{"tf":1.0},"64":{"tf":1.0}}}}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"131":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":8,"docs":{"109":{"tf":1.0},"111":{"tf":1.0},"154":{"tf":1.0},"4":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"91":{"tf":1.0},"92":{"tf":2.0}}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"100":{"tf":1.4142135623730951},"92":{"tf":1.0}}}},"r":{"df":0,"docs":{},"v":{"df":2,"docs":{"148":{"tf":1.0},"95":{"tf":1.0}}}},"t":{"df":1,"docs":{"114":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"156":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"150":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"85":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":2.0},"4":{"tf":1.0}}}},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"121":{"tf":1.0},"34":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":6,"docs":{"154":{"tf":1.0},"23":{"tf":1.4142135623730951},"29":{"tf":1.0},"44":{"tf":1.0},"58":{"tf":1.0},"73":{"tf":1.0}}}}}},"df":0,"docs":{}}},"o":{"b":{"df":0,"docs":{},"e":{"df":7,"docs":{"113":{"tf":1.0},"117":{"tf":1.4142135623730951},"119":{"tf":1.0},"156":{"tf":1.0},"43":{"tf":1.0},"74":{"tf":1.0},"90":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":3,"docs":{"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":17,"docs":{"10":{"tf":1.0},"104":{"tf":1.0},"124":{"tf":1.0},"144":{"tf":1.0},"146":{"tf":1.0},"15":{"tf":1.0},"150":{"tf":1.4142135623730951},"156":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.4142135623730951},"39":{"tf":1.0},"41":{"tf":1.7320508075688772},"43":{"tf":1.0},"87":{"tf":1.0},"94":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":16,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"113":{"tf":1.0},"13":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.4142135623730951},"16":{"tf":1.0},"25":{"tf":1.0},"47":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.4142135623730951},"69":{"tf":1.0},"81":{"tf":1.4142135623730951}},"t":{"df":13,"docs":{"123":{"tf":1.0},"134":{"tf":1.0},"152":{"tf":1.0},"156":{"tf":1.7320508075688772},"25":{"tf":1.0},"28":{"tf":1.0},"38":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"68":{"tf":1.0},"77":{"tf":1.0},"83":{"tf":1.0},"94":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":12,"docs":{"109":{"tf":1.0},"144":{"tf":1.4142135623730951},"146":{"tf":1.0},"156":{"tf":1.4142135623730951},"20":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"43":{"tf":1.0},"73":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.4142135623730951},"83":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"0":{"tf":1.7320508075688772},"4":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":15,"docs":{"103":{"tf":1.4142135623730951},"104":{"tf":2.449489742783178},"105":{"tf":1.4142135623730951},"122":{"tf":1.0},"126":{"tf":1.0},"144":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"17":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.4142135623730951},"64":{"tf":1.0}},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"146":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"146":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"o":{"df":0,"docs":{},"f":{"df":5,"docs":{"10":{"tf":1.0},"150":{"tf":1.0},"156":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":2.449489742783178}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"152":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"156":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"75":{"tf":1.0},"81":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":8,"docs":{"0":{"tf":1.0},"155":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":2.0},"29":{"tf":1.4142135623730951},"30":{"tf":1.0},"94":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"117":{"tf":1.0},"28":{"tf":1.0}},"r":{"df":1,"docs":{"92":{"tf":1.0}}}},"i":{"d":{"df":6,"docs":{"100":{"tf":1.0},"111":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.4142135623730951},"88":{"tf":1.0},"92":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":8,"docs":{"122":{"tf":1.0},"124":{"tf":1.0},"15":{"tf":1.4142135623730951},"156":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.4142135623730951},"66":{"tf":1.0},"90":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"90":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"117":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"b":{"df":5,"docs":{"117":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"57":{"tf":2.0},"81":{"tf":1.0},"82":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"156":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"153":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"155":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":18,"docs":{"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"20":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"45":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"98":{"tf":1.4142135623730951}}}}}},"q":{"a":{"df":2,"docs":{"2":{"tf":1.0},"20":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"105":{"tf":1.7320508075688772},"126":{"tf":1.0},"81":{"tf":1.7320508075688772}}},"y":{"_":{"b":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"81":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"107":{"tf":1.0},"154":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":23,"docs":{"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},"18":{"tf":1.0},"21":{"tf":1.0},"44":{"tf":1.0},"5":{"tf":1.0},"58":{"tf":1.0},"68":{"tf":1.4142135623730951},"69":{"tf":1.0},"73":{"tf":1.0},"75":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":13,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.7320508075688772},"8":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"29":{"tf":1.0}}}}}}},"r":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"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":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":7,"docs":{"123":{"tf":1.0},"137":{"tf":1.0},"26":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0},"55":{"tf":1.0},"68":{"tf":1.0}}}}},"df":1,"docs":{"151":{"tf":1.0}}},"p":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"128":{"tf":1.0},"65":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"(":{"1":{"0":{"df":7,"docs":{"132":{"tf":1.0},"140":{"tf":1.0},"150":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0},"62":{"tf":1.0},"71":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":1,"docs":{"77":{"tf":1.0}}},"df":0,"docs":{}},"5":{"0":{"df":2,"docs":{"151":{"tf":1.0},"60":{"tf":1.0}}},"df":6,"docs":{"151":{"tf":1.0},"16":{"tf":1.0},"70":{"tf":1.0},"72":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"r":{"df":1,"docs":{"63":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}}}}},"r":{"df":1,"docs":{"76":{"tf":1.0}}}},"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"146":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":13,"docs":{"146":{"tf":1.4142135623730951},"151":{"tf":1.0},"152":{"tf":1.4142135623730951},"156":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"46":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":2.0},"64":{"tf":1.7320508075688772},"76":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"30":{"tf":1.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"118":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"117":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"l":{"df":4,"docs":{"117":{"tf":1.7320508075688772},"118":{"tf":1.4142135623730951},"156":{"tf":1.0},"90":{"tf":1.0}},"e":{"df":0,"docs":{},"—":{"a":{"df":1,"docs":{"92":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":3,"docs":{"3":{"tf":1.0},"5":{"tf":1.0},"99":{"tf":1.0}},"i":{"df":21,"docs":{"113":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"143":{"tf":1.0},"146":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"150":{"tf":1.0},"152":{"tf":1.0},"156":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"30":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.4142135623730951},"72":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.4142135623730951},"92":{"tf":1.7320508075688772}}},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"146":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":8,"docs":{"0":{"tf":1.0},"116":{"tf":1.0},"20":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0},"66":{"tf":1.0},"82":{"tf":1.0},"94":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"20":{"tf":1.0},"6":{"tf":1.0},"74":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"156":{"tf":1.0},"25":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"81":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"113":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"82":{"tf":1.0}}}},"df":0,"docs":{}}}},"v":{"df":1,"docs":{"146":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":6,"docs":{"155":{"tf":1.0},"46":{"tf":1.0},"68":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.4142135623730951},"82":{"tf":2.0}}}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":6,"docs":{"146":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.4142135623730951},"155":{"tf":1.0},"31":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"64":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":42,"docs":{"108":{"tf":1.7320508075688772},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.4142135623730951},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":2.0},"121":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"124":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951},"127":{"tf":1.0},"128":{"tf":2.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"156":{"tf":1.0},"18":{"tf":1.4142135623730951},"21":{"tf":1.7320508075688772},"44":{"tf":1.4142135623730951},"5":{"tf":1.7320508075688772},"58":{"tf":1.0},"68":{"tf":1.4142135623730951},"73":{"tf":1.0},"75":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"m":{"d":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"85":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"98":{"tf":1.0}}},"y":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"98":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"125":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"152":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"156":{"tf":1.0}}},"x":{"df":5,"docs":{"148":{"tf":1.0},"152":{"tf":1.0},"90":{"tf":1.0},"92":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"101":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"154":{"tf":1.0},"3":{"tf":1.0},"61":{"tf":1.0},"92":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"113":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"47":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"98":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"20":{"tf":1.0},"26":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"92":{"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":{"8":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"109":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":5,"docs":{"17":{"tf":1.0},"43":{"tf":1.0},"65":{"tf":1.4142135623730951},"86":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"117":{"tf":1.0},"153":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":21,"docs":{"10":{"tf":1.0},"102":{"tf":1.0},"125":{"tf":1.0},"136":{"tf":1.0},"150":{"tf":1.4142135623730951},"151":{"tf":1.4142135623730951},"155":{"tf":1.0},"156":{"tf":1.0},"20":{"tf":1.0},"46":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"65":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0},"96":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":9,"docs":{"137":{"tf":1.0},"155":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"55":{"tf":1.0},"62":{"tf":1.4142135623730951},"68":{"tf":1.0},"72":{"tf":1.7320508075688772},"74":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":6,"docs":{"109":{"tf":1.0},"113":{"tf":1.0},"124":{"tf":1.0},"146":{"tf":1.0},"152":{"tf":1.0},"30":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"150":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":3,"docs":{"109":{"tf":1.0},"156":{"tf":1.4142135623730951},"22":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"82":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"82":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":19,"docs":{"123":{"tf":1.0},"124":{"tf":1.0},"137":{"tf":1.4142135623730951},"140":{"tf":1.0},"146":{"tf":2.0},"150":{"tf":1.0},"151":{"tf":1.0},"156":{"tf":1.4142135623730951},"30":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0},"46":{"tf":1.0},"55":{"tf":1.4142135623730951},"62":{"tf":1.0},"68":{"tf":1.0},"72":{"tf":1.4142135623730951},"75":{"tf":1.0},"78":{"tf":2.23606797749979},"82":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":18,"docs":{"105":{"tf":1.0},"106":{"tf":1.0},"117":{"tf":1.4142135623730951},"118":{"tf":1.0},"147":{"tf":1.0},"23":{"tf":1.0},"63":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.4142135623730951},"82":{"tf":2.0},"85":{"tf":1.0},"9":{"tf":1.0}}}},"m":{"df":1,"docs":{"122":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"156":{"tf":1.0},"27":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":12,"docs":{"112":{"tf":1.0},"117":{"tf":1.0},"124":{"tf":1.0},"156":{"tf":1.4142135623730951},"22":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"81":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"112":{"tf":1.0},"34":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{}},"df":3,"docs":{"155":{"tf":1.0},"31":{"tf":1.0},"63":{"tf":1.4142135623730951}}}},"v":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"64":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"31":{"tf":1.0},"5":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"119":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"155":{"tf":1.0},"28":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":6,"docs":{"0":{"tf":1.0},"109":{"tf":1.0},"120":{"tf":1.0},"156":{"tf":1.4142135623730951},"20":{"tf":1.0},"22":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"147":{"tf":1.4142135623730951},"64":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"156":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"c":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":12,"docs":{"105":{"tf":1.4142135623730951},"106":{"tf":1.0},"107":{"tf":1.0},"111":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.7320508075688772},"118":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"34":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0},"81":{"tf":1.7320508075688772}}}}}}}}},"df":38,"docs":{"10":{"tf":1.7320508075688772},"102":{"tf":1.4142135623730951},"104":{"tf":1.0},"109":{"tf":2.0},"118":{"tf":1.0},"135":{"tf":1.4142135623730951},"139":{"tf":1.4142135623730951},"14":{"tf":1.7320508075688772},"146":{"tf":1.0},"147":{"tf":1.4142135623730951},"148":{"tf":1.0},"150":{"tf":1.4142135623730951},"152":{"tf":2.0},"153":{"tf":1.0},"155":{"tf":1.4142135623730951},"156":{"tf":2.449489742783178},"2":{"tf":1.0},"22":{"tf":1.7320508075688772},"23":{"tf":1.0},"28":{"tf":2.0},"3":{"tf":1.0},"30":{"tf":1.7320508075688772},"31":{"tf":1.0},"32":{"tf":1.0},"43":{"tf":1.7320508075688772},"47":{"tf":1.0},"56":{"tf":1.4142135623730951},"6":{"tf":1.0},"61":{"tf":1.4142135623730951},"7":{"tf":1.0},"75":{"tf":1.0},"77":{"tf":1.0},"85":{"tf":2.23606797749979},"89":{"tf":1.0},"9":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"111":{"tf":1.0},"117":{"tf":1.4142135623730951}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":2,"docs":{"39":{"tf":1.0},"41":{"tf":1.0}},"u":{"df":0,"docs":{},"n":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":12,"docs":{"139":{"tf":1.0},"140":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"9":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":50,"docs":{"100":{"tf":1.4142135623730951},"104":{"tf":2.0},"107":{"tf":1.0},"109":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.7320508075688772},"122":{"tf":1.4142135623730951},"124":{"tf":1.4142135623730951},"139":{"tf":1.0},"140":{"tf":1.0},"144":{"tf":1.4142135623730951},"145":{"tf":1.4142135623730951},"146":{"tf":2.449489742783178},"15":{"tf":1.7320508075688772},"150":{"tf":1.0},"151":{"tf":1.0},"153":{"tf":2.0},"155":{"tf":1.7320508075688772},"156":{"tf":2.0},"17":{"tf":1.4142135623730951},"2":{"tf":1.0},"22":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"37":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"65":{"tf":1.7320508075688772},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.7320508075688772},"86":{"tf":2.0},"87":{"tf":1.7320508075688772},"88":{"tf":1.7320508075688772},"89":{"tf":1.7320508075688772},"9":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.0},"92":{"tf":1.4142135623730951}},"s":{"/":{"<":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"126":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"’":{"df":1,"docs":{"92":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"90":{"tf":1.0}},"{":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"90":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"109":{"tf":1.0},"122":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0},"90":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"90":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"116":{"tf":1.7320508075688772},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"128":{"tf":1.0},"145":{"tf":1.0},"4":{"tf":1.0},"8":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":4,"docs":{"114":{"tf":1.0},"122":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0}},"t":{"df":0,"docs":{},"y":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"156":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"m":{"df":0,"docs":{},"e":{"df":7,"docs":{"155":{"tf":1.4142135623730951},"156":{"tf":1.0},"17":{"tf":1.4142135623730951},"3":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.0},"85":{"tf":1.4142135623730951}}},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"0":{"tf":1.0},"145":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"92":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"c":{"a":{"df":0,"docs":{},"p":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"122":{"tf":1.0}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"122":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"122":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"/":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":1,"docs":{"122":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"122":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"122":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"122":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":1,"docs":{"122":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":4,"docs":{"129":{"tf":1.0},"48":{"tf":1.0},"69":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":24,"docs":{"12":{"tf":1.0},"130":{"tf":1.0},"140":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.4142135623730951},"16":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"49":{"tf":1.0},"51":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"64":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.0},"9":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"<":{"c":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":15,"docs":{"123":{"tf":1.0},"34":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":2.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},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":70,"docs":{"109":{"tf":2.6457513110645907},"115":{"tf":1.0},"119":{"tf":1.4142135623730951},"122":{"tf":2.0},"125":{"tf":2.0},"126":{"tf":1.4142135623730951},"127":{"tf":1.0},"128":{"tf":1.4142135623730951},"135":{"tf":1.0},"138":{"tf":1.4142135623730951},"140":{"tf":1.0},"141":{"tf":1.7320508075688772},"142":{"tf":1.4142135623730951},"143":{"tf":1.4142135623730951},"144":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":2.6457513110645907},"147":{"tf":1.7320508075688772},"148":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.4142135623730951},"151":{"tf":1.7320508075688772},"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.4142135623730951},"155":{"tf":1.7320508075688772},"156":{"tf":2.23606797749979},"17":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"30":{"tf":1.7320508075688772},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.7320508075688772},"37":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":2.449489742783178},"42":{"tf":1.4142135623730951},"43":{"tf":2.23606797749979},"44":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951},"47":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.7320508075688772},"63":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":2.23606797749979},"86":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.4142135623730951},"96":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"m":{"d":{"df":2,"docs":{"140":{"tf":1.0},"66":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"89":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":4,"docs":{"100":{"tf":1.0},"34":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772},"92":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":9,"docs":{"10":{"tf":1.4142135623730951},"132":{"tf":1.0},"133":{"tf":1.4142135623730951},"156":{"tf":1.4142135623730951},"16":{"tf":1.0},"25":{"tf":2.0},"61":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951},"94":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"75":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"80":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"d":{"df":18,"docs":{"109":{"tf":1.0},"12":{"tf":1.0},"121":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.7320508075688772},"150":{"tf":1.0},"155":{"tf":1.0},"16":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.7320508075688772},"66":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"90":{"tf":1.0},"92":{"tf":1.0}},"e":{"d":{"?":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"146":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":28,"docs":{"10":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.4142135623730951},"109":{"tf":1.0},"115":{"tf":1.4142135623730951},"126":{"tf":1.0},"140":{"tf":1.0},"154":{"tf":1.4142135623730951},"18":{"tf":1.0},"21":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"5":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.4142135623730951},"66":{"tf":1.0},"73":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"85":{"tf":1.0},"86":{"tf":1.0},"91":{"tf":1.4142135623730951}},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"[":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"146":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"85":{"tf":1.0}}}},"df":0,"docs":{}},"f":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"117":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"81":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"_":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"81":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"81":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"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":0,"docs":{},"t":{".":{"a":{"d":{"d":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}}},"df":6,"docs":{"105":{"tf":1.0},"106":{"tf":1.0},"117":{"tf":1.7320508075688772},"118":{"tf":1.7320508075688772},"57":{"tf":2.23606797749979},"81":{"tf":1.4142135623730951}}}},"n":{"d":{"df":2,"docs":{"82":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":1,"docs":{"81":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":6,"docs":{"147":{"tf":1.0},"26":{"tf":1.7320508075688772},"29":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"62":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"34":{"tf":1.0},"41":{"tf":1.0}}}},"i":{"c":{"df":9,"docs":{"0":{"tf":1.0},"101":{"tf":1.0},"121":{"tf":1.0},"147":{"tf":1.0},"150":{"tf":1.0},"156":{"tf":1.0},"27":{"tf":1.0},"36":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":11,"docs":{"104":{"tf":1.0},"108":{"tf":1.0},"135":{"tf":1.0},"147":{"tf":1.0},"150":{"tf":1.4142135623730951},"152":{"tf":1.0},"156":{"tf":1.0},"30":{"tf":1.0},"43":{"tf":1.0},"85":{"tf":1.0},"94":{"tf":1.4142135623730951}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"57":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"p":{"df":5,"docs":{"5":{"tf":1.0},"66":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"96":{"tf":1.4142135623730951}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":9,"docs":{"109":{"tf":1.0},"116":{"tf":1.0},"130":{"tf":1.0},"156":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"43":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":7,"docs":{"109":{"tf":1.0},"117":{"tf":1.0},"34":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"63":{"tf":1.0},"89":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"0":{"tf":1.0},"147":{"tf":1.0},"155":{"tf":1.0},"28":{"tf":1.4142135623730951},"78":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"151":{"tf":1.0}}},"r":{"df":1,"docs":{"78":{"tf":1.0}}}}}},"w":{"df":5,"docs":{"116":{"tf":1.0},"128":{"tf":1.0},"41":{"tf":1.0},"6":{"tf":1.0},"67":{"tf":1.0}},"n":{"df":1,"docs":{"144":{"tf":1.0}}}}}},"i":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"8":{"tf":1.0},"92":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":14,"docs":{"106":{"tf":1.0},"113":{"tf":1.0},"144":{"tf":1.4142135623730951},"155":{"tf":1.0},"156":{"tf":1.7320508075688772},"22":{"tf":1.0},"27":{"tf":2.0},"29":{"tf":1.0},"30":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"85":{"tf":1.7320508075688772},"92":{"tf":1.4142135623730951}},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"d":{"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":{}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"145":{"tf":1.0},"80":{"tf":1.0}}}}}},"df":3,"docs":{"132":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"81":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":4,"docs":{"117":{"tf":1.4142135623730951},"68":{"tf":1.0},"69":{"tf":1.4142135623730951},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"31":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"71":{"tf":1.0},"78":{"tf":1.0}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":4,"docs":{"22":{"tf":1.0},"30":{"tf":1.0},"61":{"tf":1.0},"88":{"tf":1.0}}}}},"t":{"df":1,"docs":{"33":{"tf":1.0}}},"z":{"df":0,"docs":{},"e":{"df":2,"docs":{"27":{"tf":1.0},"57":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"94":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":5,"docs":{"135":{"tf":1.0},"14":{"tf":1.0},"156":{"tf":1.7320508075688772},"25":{"tf":1.0},"83":{"tf":1.0}}},"w":{"?":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"146":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"=":{"1":{"df":4,"docs":{"148":{"tf":1.0},"150":{"tf":1.0},"152":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"146":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"146":{"tf":1.0}},"s":{"[":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"146":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":8,"docs":{"146":{"tf":1.4142135623730951},"148":{"tf":1.0},"150":{"tf":1.0},"152":{"tf":1.0},"25":{"tf":1.4142135623730951},"66":{"tf":1.0},"92":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"152":{"tf":1.0},"65":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"83":{"tf":1.0}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"20":{"tf":1.0},"43":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"10":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":3,"docs":{"119":{"tf":1.0},"155":{"tf":1.0},"69":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"112":{"tf":1.0},"118":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"o":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"77":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"107":{"tf":1.0}}}},"v":{"df":1,"docs":{"20":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":2,"docs":{"128":{"tf":1.0},"30":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"24":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":8,"docs":{"10":{"tf":1.0},"122":{"tf":1.0},"124":{"tf":1.0},"156":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.4142135623730951},"39":{"tf":1.0},"41":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"114":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":10,"docs":{"105":{"tf":1.0},"124":{"tf":1.0},"146":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"156":{"tf":1.0},"23":{"tf":1.0},"30":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"92":{"tf":1.0}},"i":{"df":3,"docs":{"156":{"tf":1.4142135623730951},"43":{"tf":1.0},"53":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":4,"docs":{"155":{"tf":1.0},"65":{"tf":1.0},"86":{"tf":1.0},"92":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"r":{"c":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":2,"docs":{"124":{"tf":1.0},"41":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":2,"docs":{"34":{"tf":1.7320508075688772},"41":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"156":{"tf":1.0},"75":{"tf":1.0},"77":{"tf":1.0}}}},"l":{"df":1,"docs":{"62":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":7,"docs":{"124":{"tf":1.0},"34":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"65":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"150":{"tf":1.0}}},"l":{"df":1,"docs":{"146":{"tf":1.0}},"e":{"d":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"146":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"63":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":3,"docs":{"12":{"tf":1.0},"130":{"tf":1.0},"51":{"tf":1.0}},"t":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"117":{"tf":1.0}}}}}}},"df":0,"docs":{}},"[":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":1,"docs":{"146":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"146":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"146":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"_":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"112":{"tf":1.0},"118":{"tf":1.0}},"e":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"81":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":21,"docs":{"10":{"tf":1.0},"109":{"tf":1.0},"111":{"tf":1.0},"117":{"tf":1.0},"144":{"tf":1.0},"146":{"tf":1.4142135623730951},"147":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"156":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.4142135623730951},"42":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"64":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"92":{"tf":1.7320508075688772}},"u":{"df":0,"docs":{},"p":{"df":4,"docs":{"150":{"tf":1.0},"25":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":6,"docs":{"156":{"tf":1.7320508075688772},"27":{"tf":1.7320508075688772},"30":{"tf":1.0},"49":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"81":{"tf":1.7320508075688772}}},"i":{"c":{"df":2,"docs":{"117":{"tf":1.0},"81":{"tf":1.0}}},"df":0,"docs":{}}},"y":{"df":5,"docs":{"118":{"tf":1.4142135623730951},"155":{"tf":1.0},"16":{"tf":1.0},"45":{"tf":1.0},"83":{"tf":1.4142135623730951}}}},"d":{":":{":":{"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":{"81":{"tf":1.0}}}},"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":{},"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":8,"docs":{"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"9":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{":":{":":{"a":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"117":{"tf":1.0}}},"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":{":":{":":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"129":{"tf":1.0},"69":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":12,"docs":{"115":{"tf":1.4142135623730951},"143":{"tf":1.4142135623730951},"144":{"tf":1.4142135623730951},"145":{"tf":1.4142135623730951},"146":{"tf":2.23606797749979},"147":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"64":{"tf":1.7320508075688772},"84":{"tf":1.4142135623730951},"92":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"155":{"tf":1.0},"16":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"p":{"df":3,"docs":{"109":{"tf":1.0},"156":{"tf":1.0},"30":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":2,"docs":{"121":{"tf":1.0},"122":{"tf":1.0}}}}}}},"df":3,"docs":{"117":{"tf":1.0},"118":{"tf":1.0},"81":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"156":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"71":{"tf":1.0},"78":{"tf":1.4142135623730951}}}}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"109":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"t":{"df":6,"docs":{"117":{"tf":1.0},"118":{"tf":1.0},"122":{"tf":1.0},"37":{"tf":1.0},"57":{"tf":1.4142135623730951},"81":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":6,"docs":{"115":{"tf":1.0},"126":{"tf":1.0},"142":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.4142135623730951},"80":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"b":{"df":1,"docs":{"49":{"tf":1.0}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":6,"docs":{"123":{"tf":1.0},"146":{"tf":1.4142135623730951},"151":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0},"70":{"tf":1.0}}}},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"24":{"tf":1.0}}}}},"df":12,"docs":{"0":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"147":{"tf":1.0},"152":{"tf":1.4142135623730951},"156":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"70":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"0":{"tf":1.0},"156":{"tf":1.0}}}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"109":{"tf":1.0},"13":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"152":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"152":{"tf":1.0},"29":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"85":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"2":{"tf":1.0},"89":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"29":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"146":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":4,"docs":{"124":{"tf":1.0},"127":{"tf":1.0},"146":{"tf":1.4142135623730951},"82":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"128":{"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":{"31":{"tf":1.0},"66":{"tf":1.4142135623730951}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"72":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"60":{"tf":1.0},"73":{"tf":1.0},"75":{"tf":1.0},"77":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"155":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"147":{"tf":1.0}}}}}}},"n":{"c":{"df":3,"docs":{"41":{"tf":1.0},"82":{"tf":1.0},"9":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"x":{"df":3,"docs":{"44":{"tf":1.0},"58":{"tf":1.0},"73":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":7,"docs":{"109":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":2.23606797749979},"20":{"tf":1.0},"22":{"tf":1.0},"27":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951}}}}}}}},"t":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.7320508075688772}}},"k":{"df":0,"docs":{},"e":{"df":2,"docs":{"25":{"tf":1.0},"94":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"2":{"0":{"df":4,"docs":{"137":{"tf":1.0},"140":{"tf":1.0},"62":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{}},"3":{"0":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}},"4":{"5":{"df":2,"docs":{"26":{"tf":1.0},"72":{"tf":1.0}}},"df":0,"docs":{}},"df":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":{"146":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"117":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"118":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":4,"docs":{"117":{"tf":1.4142135623730951},"118":{"tf":1.7320508075688772},"155":{"tf":1.4142135623730951},"43":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"109":{"tf":1.0}}}}},"d":{"df":4,"docs":{"106":{"tf":1.0},"146":{"tf":1.7320508075688772},"47":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"20":{"tf":1.4142135623730951},"59":{"tf":1.0},"63":{"tf":1.0}}},"r":{"df":1,"docs":{"30":{"tf":1.0}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"77":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":1,"docs":{"78":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"c":{"a":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"76":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"72":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":1,"docs":{"69":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"=":{"9":{"0":{"9":{"1":{"df":1,"docs":{"153":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"104":{"tf":1.0},"147":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"71":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"77":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"70":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":85,"docs":{"0":{"tf":1.4142135623730951},"10":{"tf":2.449489742783178},"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":2.449489742783178},"109":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.0},"119":{"tf":1.0},"12":{"tf":1.4142135623730951},"121":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"123":{"tf":1.7320508075688772},"124":{"tf":2.0},"125":{"tf":1.4142135623730951},"128":{"tf":1.7320508075688772},"137":{"tf":1.0},"14":{"tf":1.0},"144":{"tf":1.0},"147":{"tf":1.4142135623730951},"148":{"tf":2.23606797749979},"150":{"tf":1.0},"151":{"tf":1.4142135623730951},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.4142135623730951},"156":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"2":{"tf":1.4142135623730951},"20":{"tf":1.7320508075688772},"21":{"tf":1.4142135623730951},"23":{"tf":2.0},"24":{"tf":1.7320508075688772},"25":{"tf":1.4142135623730951},"26":{"tf":1.7320508075688772},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":2.0},"36":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951},"41":{"tf":2.23606797749979},"43":{"tf":1.0},"44":{"tf":1.4142135623730951},"46":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.4142135623730951},"51":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.0},"62":{"tf":1.7320508075688772},"65":{"tf":1.4142135623730951},"68":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0},"72":{"tf":1.7320508075688772},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.4142135623730951},"77":{"tf":1.7320508075688772},"78":{"tf":1.7320508075688772},"80":{"tf":1.0},"82":{"tf":1.7320508075688772},"9":{"tf":1.7320508075688772},"91":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":2.449489742783178},"95":{"tf":1.0},"97":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"113":{"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":{"112":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"111":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"{":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":3,"docs":{"129":{"tf":1.0},"69":{"tf":1.0},"9":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"118":{"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":{"81":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"117":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"117":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"114":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":2,"docs":{"129":{"tf":1.0},"17":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{":":{":":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":3,"docs":{"129":{"tf":1.0},"69":{"tf":1.0},"9":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"69":{"tf":1.0},"9":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"{":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"129":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{":":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":4,"docs":{"153":{"tf":1.4142135623730951},"97":{"tf":1.0},"98":{"tf":1.7320508075688772},"99":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"v":{"1":{"df":1,"docs":{"98":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":2,"docs":{"41":{"tf":1.0},"97":{"tf":1.4142135623730951}}}}},"s":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"125":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"k":{"8":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"125":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"125":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"d":{"df":3,"docs":{"10":{"tf":1.0},"145":{"tf":1.0},"150":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"123":{"tf":1.0},"125":{"tf":1.4142135623730951}},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"126":{"tf":1.0},"42":{"tf":1.0}},"s":{"/":{"<":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{">":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"124":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"25":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"20":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":3,"docs":{"31":{"tf":1.0},"5":{"tf":1.0},"85":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"e":{"df":20,"docs":{"0":{"tf":1.0},"123":{"tf":1.0},"146":{"tf":1.0},"152":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"25":{"tf":2.23606797749979},"29":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0},"47":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"78":{"tf":1.0},"83":{"tf":2.0},"87":{"tf":1.0},"92":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"146":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":9,"docs":{"143":{"tf":1.4142135623730951},"145":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"148":{"tf":1.0},"150":{"tf":1.4142135623730951},"90":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"83":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"20":{"tf":1.0},"22":{"tf":1.0},"47":{"tf":1.0},"71":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"92":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"81":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"78":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0}}}}},"o":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"146":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"{":{"df":0,"docs":{},"i":{"df":1,"docs":{"146":{"tf":1.0}}}}}}}}}}}}}},"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":2,"docs":{"34":{"tf":1.0},"41":{"tf":1.0}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":28,"docs":{"109":{"tf":1.7320508075688772},"114":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"12":{"tf":1.7320508075688772},"121":{"tf":1.4142135623730951},"122":{"tf":1.7320508075688772},"126":{"tf":1.0},"130":{"tf":1.7320508075688772},"151":{"tf":1.4142135623730951},"156":{"tf":1.4142135623730951},"22":{"tf":1.7320508075688772},"26":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":2.0},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772},"43":{"tf":1.0},"49":{"tf":1.4142135623730951},"51":{"tf":2.0},"54":{"tf":1.0},"64":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"75":{"tf":1.0},"85":{"tf":1.0}},"y":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"g":{"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":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"117":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{".":{"df":0,"docs":{},"r":{"df":2,"docs":{"36":{"tf":1.0},"37":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"122":{"tf":1.0},"41":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"156":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":5,"docs":{"145":{"tf":1.0},"148":{"tf":1.4142135623730951},"90":{"tf":1.0},"92":{"tf":1.0},"95":{"tf":1.0}}},"k":{"df":1,"docs":{"30":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"65":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":16,"docs":{"109":{"tf":1.0},"111":{"tf":1.0},"122":{"tf":1.0},"156":{"tf":1.4142135623730951},"16":{"tf":1.4142135623730951},"20":{"tf":1.0},"22":{"tf":1.7320508075688772},"26":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":15,"docs":{"115":{"tf":1.0},"116":{"tf":1.0},"122":{"tf":2.23606797749979},"123":{"tf":1.0},"124":{"tf":1.7320508075688772},"126":{"tf":1.0},"128":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.7320508075688772},"4":{"tf":1.0},"41":{"tf":2.0},"42":{"tf":1.0},"48":{"tf":1.0},"57":{"tf":1.4142135623730951},"82":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":39,"docs":{"0":{"tf":1.7320508075688772},"123":{"tf":1.4142135623730951},"131":{"tf":1.0},"132":{"tf":2.23606797749979},"140":{"tf":1.0},"144":{"tf":1.0},"146":{"tf":2.449489742783178},"147":{"tf":1.0},"150":{"tf":1.7320508075688772},"151":{"tf":1.7320508075688772},"152":{"tf":2.23606797749979},"155":{"tf":1.0},"156":{"tf":1.7320508075688772},"16":{"tf":2.449489742783178},"27":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.4142135623730951},"49":{"tf":2.0},"52":{"tf":1.7320508075688772},"53":{"tf":2.23606797749979},"60":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"66":{"tf":1.7320508075688772},"68":{"tf":1.7320508075688772},"70":{"tf":2.23606797749979},"71":{"tf":2.23606797749979},"72":{"tf":1.0},"76":{"tf":1.4142135623730951},"77":{"tf":1.0},"78":{"tf":1.0},"80":{"tf":2.6457513110645907},"81":{"tf":2.0},"84":{"tf":1.0},"90":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"d":{"a":{"df":1,"docs":{"152":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"5":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"5":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"156":{"tf":1.0},"81":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"156":{"tf":1.0},"81":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"92":{"tf":1.0}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"m":{"d":{"df":1,"docs":{"126":{"tf":1.0}}},"df":0,"docs":{}}},"df":3,"docs":{"126":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772},"42":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":5,"docs":{"142":{"tf":1.4142135623730951},"146":{"tf":2.23606797749979},"3":{"tf":1.0},"5":{"tf":1.0},"92":{"tf":1.0}}}},"df":1,"docs":{"17":{"tf":1.4142135623730951}},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"156":{"tf":1.4142135623730951},"46":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":17,"docs":{"107":{"tf":1.0},"141":{"tf":1.7320508075688772},"142":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"18":{"tf":1.0},"5":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"82":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"155":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"128":{"tf":1.0},"30":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"64":{"tf":1.7320508075688772}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"86":{"tf":1.0}}}}},"x":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}}},"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"105":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":5,"docs":{"146":{"tf":1.7320508075688772},"25":{"tf":1.0},"41":{"tf":1.0},"68":{"tf":1.7320508075688772},"75":{"tf":1.7320508075688772}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":7,"docs":{"121":{"tf":1.0},"122":{"tf":1.0},"156":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0},"80":{"tf":1.0}}}}}},"u":{"1":{"6":{"df":1,"docs":{"63":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"6":{"4":{"df":3,"docs":{"57":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"81":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"82":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"86":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":10,"docs":{"109":{"tf":1.0},"111":{"tf":1.0},"156":{"tf":1.0},"16":{"tf":1.0},"20":{"tf":1.4142135623730951},"60":{"tf":1.0},"68":{"tf":1.4142135623730951},"7":{"tf":1.0},"70":{"tf":1.0},"75":{"tf":1.7320508075688772}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":5,"docs":{"18":{"tf":1.0},"23":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"101":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"df":1,"docs":{"65":{"tf":1.0}}}},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"146":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"92":{"tf":1.0}}}}},"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":1,"docs":{"66":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"118":{"tf":1.0},"147":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"99":{"tf":1.0}}}}}},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}},"df":4,"docs":{"104":{"tf":1.0},"12":{"tf":1.0},"22":{"tf":1.0},"92":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"43":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":6,"docs":{"126":{"tf":1.0},"40":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.0},"66":{"tf":1.0},"81":{"tf":1.0}}}},"df":41,"docs":{"107":{"tf":1.0},"109":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"117":{"tf":2.23606797749979},"118":{"tf":1.7320508075688772},"128":{"tf":1.0},"129":{"tf":2.23606797749979},"136":{"tf":1.0},"147":{"tf":1.0},"15":{"tf":1.0},"150":{"tf":1.0},"153":{"tf":1.0},"155":{"tf":1.4142135623730951},"156":{"tf":1.7320508075688772},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"3":{"tf":1.0},"5":{"tf":1.7320508075688772},"52":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"69":{"tf":2.23606797749979},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.7320508075688772},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"9":{"tf":2.0},"92":{"tf":1.0},"94":{"tf":1.4142135623730951},"98":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":79,"docs":{"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},"132":{"tf":1.0},"150":{"tf":1.0},"27":{"tf":1.7320508075688772},"32":{"tf":1.7320508075688772},"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.4142135623730951},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"68":{"tf":2.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.7320508075688772},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}},"s":{"(":{"1":{"0":{"df":5,"docs":{"16":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"71":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":7,"docs":{"132":{"tf":1.0},"140":{"tf":1.0},"150":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0},"66":{"tf":1.0},"76":{"tf":1.0}}},"df":0,"docs":{}},"3":{"0":{"df":2,"docs":{"60":{"tf":1.0},"77":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":3,"docs":{"70":{"tf":1.0},"72":{"tf":1.0},"81":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"z":{"df":4,"docs":{"117":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"52":{"tf":1.0},"82":{"tf":2.449489742783178}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"119":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"34":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951}}}},"x":{"df":0,"docs":{},"o":{"df":2,"docs":{"156":{"tf":1.4142135623730951},"81":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{},"s":{"(":{"2":{"df":6,"docs":{"12":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"70":{"tf":1.0},"9":{"tf":1.0}}},"3":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"150":{"tf":1.0},"49":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"0":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"81":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":10,"docs":{"130":{"tf":1.0},"140":{"tf":1.0},"151":{"tf":1.0},"16":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.0},"69":{"tf":1.0},"71":{"tf":1.0},"76":{"tf":1.0}}},"4":{"df":3,"docs":{"26":{"tf":1.0},"72":{"tf":1.0},"77":{"tf":1.0}}},"5":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"151":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"51":{"tf":1.0},"62":{"tf":1.0}}},"7":{"df":1,"docs":{"78":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":40,"docs":{"0":{"tf":2.0},"106":{"tf":1.4142135623730951},"109":{"tf":1.0},"117":{"tf":1.4142135623730951},"118":{"tf":1.0},"12":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"130":{"tf":1.4142135623730951},"144":{"tf":1.0},"145":{"tf":1.4142135623730951},"146":{"tf":2.23606797749979},"150":{"tf":1.4142135623730951},"151":{"tf":1.4142135623730951},"152":{"tf":1.7320508075688772},"155":{"tf":1.0},"156":{"tf":2.0},"2":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"31":{"tf":1.0},"34":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"68":{"tf":2.0},"69":{"tf":1.4142135623730951},"71":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.7320508075688772},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.4142135623730951},"90":{"tf":1.0},"94":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":2,"docs":{"105":{"tf":1.0},"156":{"tf":1.0}}}},"r":{"df":2,"docs":{"104":{"tf":1.0},"147":{"tf":1.0}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"148":{"tf":1.4142135623730951},"156":{"tf":1.0},"93":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"99":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"25":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"!":{"[":{"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":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":1,"docs":{"117":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":1,"docs":{"117":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"81":{"tf":1.0}}},"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"148":{"tf":1.0},"95":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":3,"docs":{"155":{"tf":1.0},"28":{"tf":1.0},"78":{"tf":1.0}},"f":{"df":3,"docs":{"31":{"tf":1.0},"81":{"tf":1.4142135623730951},"94":{"tf":1.0}},"i":{"df":20,"docs":{"0":{"tf":1.0},"101":{"tf":1.4142135623730951},"134":{"tf":1.0},"146":{"tf":1.4142135623730951},"150":{"tf":1.0},"152":{"tf":1.4142135623730951},"153":{"tf":1.0},"156":{"tf":1.4142135623730951},"22":{"tf":1.0},"47":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.4142135623730951},"72":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.4142135623730951},"82":{"tf":1.0},"83":{"tf":1.0},"92":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"i":{"a":{"df":8,"docs":{"105":{"tf":1.0},"124":{"tf":1.0},"133":{"tf":1.0},"144":{"tf":1.0},"156":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.0},"54":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"41":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"85":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":1,"docs":{"66":{"tf":1.0}}}},"w":{"[":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"156":{"tf":1.4142135623730951},"22":{"tf":1.0},"30":{"tf":1.0},"85":{"tf":1.0},"94":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":2.23606797749979}},"e":{"df":0,"docs":{},"t":{"_":{"0":{"_":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"81":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"_":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"81":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"81":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"81":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":23,"docs":{"109":{"tf":1.0},"111":{"tf":1.0},"121":{"tf":1.7320508075688772},"131":{"tf":1.7320508075688772},"132":{"tf":1.0},"146":{"tf":1.7320508075688772},"147":{"tf":1.0},"150":{"tf":1.4142135623730951},"151":{"tf":1.4142135623730951},"152":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"16":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.7320508075688772},"66":{"tf":2.0},"80":{"tf":1.0},"81":{"tf":2.23606797749979},"90":{"tf":1.0},"92":{"tf":1.0}},"s":{"(":{"1":{"0":{"0":{"0":{"df":1,"docs":{"66":{"tf":1.0}}},"df":2,"docs":{"151":{"tf":1.0},"77":{"tf":1.0}}},"df":6,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"70":{"tf":1.0},"72":{"tf":1.0},"81":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":5,"docs":{"151":{"tf":1.0},"16":{"tf":1.0},"66":{"tf":1.0},"71":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{}},"5":{"0":{"df":5,"docs":{"131":{"tf":1.0},"140":{"tf":1.0},"150":{"tf":1.0},"52":{"tf":1.0},"76":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":4,"docs":{"146":{"tf":1.0},"147":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"126":{"tf":1.0},"24":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"94":{"tf":1.0}}}},"y":{"df":2,"docs":{"24":{"tf":1.0},"4":{"tf":1.0}}}},"df":1,"docs":{"30":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"’":{"df":4,"docs":{"6":{"tf":1.4142135623730951},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"156":{"tf":1.0},"64":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"146":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"146":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":7,"docs":{"109":{"tf":1.0},"156":{"tf":1.0},"28":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"43":{"tf":1.0},"47":{"tf":1.0},"85":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"111":{"tf":1.0},"119":{"tf":1.4142135623730951},"88":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"119":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"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":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"2":{"0":{"df":2,"docs":{"71":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"0":{"df":8,"docs":{"135":{"tf":1.0},"14":{"tf":1.0},"152":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":1.0},"69":{"tf":1.0},"81":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}},"4":{"5":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":2,"docs":{"28":{"tf":1.0},"61":{"tf":1.0}}},"6":{"0":{"0":{"df":1,"docs":{"77":{"tf":1.0}}},"df":7,"docs":{"140":{"tf":1.0},"152":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"60":{"tf":1.0},"70":{"tf":1.0},"76":{"tf":1.0}}},"df":0,"docs":{}},"9":{"0":{"df":1,"docs":{"72":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"147":{"tf":1.0},"156":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"0":{"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":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"0":{"tf":1.0},"150":{"tf":1.0},"27":{"tf":1.0},"83":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"3":{"tf":1.0},"31":{"tf":1.0},"49":{"tf":1.0},"6":{"tf":1.0},"64":{"tf":1.0},"80":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":8,"docs":{"18":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"5":{"tf":1.4142135623730951},"69":{"tf":1.0},"7":{"tf":1.0},"71":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":14,"docs":{"10":{"tf":1.0},"102":{"tf":1.0},"123":{"tf":1.0},"142":{"tf":1.0},"148":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"5":{"tf":1.0},"57":{"tf":1.4142135623730951},"66":{"tf":1.0},"73":{"tf":1.0},"94":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"126":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"126":{"tf":1.0},"42":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":2,"docs":{"126":{"tf":1.0},"42":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"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":{"57":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"df":1,"docs":{"146":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":65,"docs":{"106":{"tf":1.4142135623730951},"107":{"tf":1.0},"109":{"tf":2.23606797749979},"111":{"tf":1.7320508075688772},"112":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":2.0},"117":{"tf":2.6457513110645907},"118":{"tf":1.4142135623730951},"119":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":2.6457513110645907},"126":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.4142135623730951},"133":{"tf":1.4142135623730951},"136":{"tf":1.0},"137":{"tf":1.4142135623730951},"143":{"tf":1.0},"146":{"tf":2.449489742783178},"147":{"tf":1.0},"15":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.7320508075688772},"152":{"tf":1.0},"155":{"tf":1.4142135623730951},"156":{"tf":2.23606797749979},"16":{"tf":1.0},"2":{"tf":1.0},"22":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"30":{"tf":2.23606797749979},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"34":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":1.7320508075688772},"41":{"tf":1.7320508075688772},"42":{"tf":1.0},"43":{"tf":1.7320508075688772},"44":{"tf":1.0},"45":{"tf":2.0},"46":{"tf":2.449489742783178},"47":{"tf":2.23606797749979},"5":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"6":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.7320508075688772},"70":{"tf":1.4142135623730951},"71":{"tf":1.4142135623730951},"75":{"tf":1.0},"80":{"tf":1.4142135623730951},"82":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.7320508075688772},"90":{"tf":1.0},"92":{"tf":1.4142135623730951}},"s":{"/":{"<":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{">":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"123":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":1,"docs":{"123":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"d":{"a":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"123":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"122":{"tf":1.0},"123":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"123":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{},"p":{"a":{"c":{"df":12,"docs":{"115":{"tf":1.0},"126":{"tf":1.0},"33":{"tf":2.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}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":3,"docs":{"21":{"tf":1.0},"23":{"tf":1.0},"5":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"2":{"tf":1.0}}}}}}}}},"y":{"df":0,"docs":{},"e":{"df":2,"docs":{"146":{"tf":3.0},"155":{"tf":1.0}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"’":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"149":{"tf":1.0},"3":{"tf":1.4142135623730951}}}},"r":{"df":3,"docs":{"16":{"tf":1.0},"5":{"tf":1.7320508075688772},"60":{"tf":1.0}}}}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":3,"docs":{"146":{"tf":2.23606797749979},"156":{"tf":1.0},"94":{"tf":1.0}}}}}}}},"title":{"root":{"1":{"df":3,"docs":{"12":{"tf":1.0},"143":{"tf":1.0},"97":{"tf":1.0}}},"2":{"df":3,"docs":{"13":{"tf":1.0},"144":{"tf":1.0},"98":{"tf":1.0}}},"3":{"df":3,"docs":{"14":{"tf":1.0},"145":{"tf":1.0},"99":{"tf":1.0}}},"4":{"df":3,"docs":{"100":{"tf":1.0},"146":{"tf":1.0},"15":{"tf":1.0}}},"5":{"df":2,"docs":{"101":{"tf":1.0},"147":{"tf":1.0}}},"6":{"df":2,"docs":{"102":{"tf":1.0},"148":{"tf":1.0}}},"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"105":{"tf":1.0},"106":{"tf":1.0}}}}}},"df":0,"docs":{}},"d":{"d":{"df":2,"docs":{"126":{"tf":1.0},"16":{"tf":1.0}}},"df":4,"docs":{"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"74":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"78":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"i":{"df":3,"docs":{"103":{"tf":1.0},"106":{"tf":1.0},"128":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"127":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"22":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"100":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"43":{"tf":1.0}}}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"133":{"tf":1.0},"50":{"tf":1.0},"98":{"tf":1.0}}}}},"df":0,"docs":{}}},"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"81":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"83":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"2":{"tf":1.0},"5":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"138":{"tf":1.0},"97":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"128":{"tf":1.0},"49":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"c":{"a":{"df":0,"docs":{},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"136":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"147":{"tf":1.0}}}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":5,"docs":{"137":{"tf":1.0},"26":{"tf":1.0},"55":{"tf":1.0},"72":{"tf":1.0},"78":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"144":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"100":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"101":{"tf":1.0},"98":{"tf":1.0}}}}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"126":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"147":{"tf":1.0},"149":{"tf":1.0},"90":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"140":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"17":{"tf":1.0},"88":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"62":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"12":{"tf":1.0},"130":{"tf":1.0},"51":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"118":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":3,"docs":{"134":{"tf":1.0},"56":{"tf":1.0},"69":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"83":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"45":{"tf":1.0},"48":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"136":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"45":{"tf":1.0},"48":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"120":{"tf":1.0},"35":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":3,"docs":{"105":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":1.0}}}}}}}},"d":{"a":{"df":2,"docs":{"54":{"tf":1.0},"71":{"tf":1.0}},"t":{"a":{"df":1,"docs":{"133":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"148":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"126":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":3,"docs":{"139":{"tf":1.0},"15":{"tf":1.0},"150":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":3,"docs":{"31":{"tf":1.0},"40":{"tf":1.0},"49":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"26":{"tf":1.0}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"108":{"tf":1.0},"109":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.0},"88":{"tf":1.0}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"135":{"tf":1.0},"14":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"100":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"148":{"tf":1.0},"65":{"tf":1.0},"93":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"149":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"153":{"tf":1.0}}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"145":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":4,"docs":{"116":{"tf":1.0},"140":{"tf":1.0},"67":{"tf":1.0},"74":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":13,"docs":{"105":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.0},"118":{"tf":1.0},"13":{"tf":1.0},"134":{"tf":1.0},"152":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"56":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":1.0},"90":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"99":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"110":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":3,"docs":{"50":{"tf":1.0},"57":{"tf":1.0},"79":{"tf":1.0}}}}}}}},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"142":{"tf":1.0},"143":{"tf":1.0},"152":{"tf":1.0}}}}}},"q":{"df":1,"docs":{"155":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"35":{"tf":1.0}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"26":{"tf":1.0},"64":{"tf":1.0},"9":{"tf":1.0}}}}},"t":{"df":1,"docs":{"65":{"tf":1.0}}}},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":2,"docs":{"121":{"tf":1.0},"36":{"tf":1.0}}}}}},"r":{"df":2,"docs":{"122":{"tf":1.0},"37":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":2,"docs":{"124":{"tf":1.0},"39":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"123":{"tf":1.0},"38":{"tf":1.0}}}}}}}}}}},"df":1,"docs":{"110":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"80":{"tf":1.0}}}}}},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"156":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"142":{"tf":1.0},"32":{"tf":1.0},"42":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"11":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"27":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"114":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"144":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"106":{"tf":1.0}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"79":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"143":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"32":{"tf":1.0}},"i":{"df":1,"docs":{"108":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"24":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"129":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"120":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"80":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"v":{"df":1,"docs":{"127":{"tf":1.0}}}},"k":{"8":{"df":1,"docs":{"102":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"61":{"tf":1.0}}}},"y":{"df":1,"docs":{"35":{"tf":1.0}}}},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"89":{"tf":1.0},"96":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"109":{"tf":1.0},"144":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":3,"docs":{"134":{"tf":1.0},"56":{"tf":1.0},"69":{"tf":1.0}}}}},"o":{"a":{"d":{"df":2,"docs":{"76":{"tf":1.0},"77":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"87":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":1,"docs":{"145":{"tf":1.0}}}}},"m":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"98":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"61":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"149":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"104":{"tf":1.0},"105":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"66":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"28":{"tf":1.0}}}}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"143":{"tf":1.0}},"l":{"df":1,"docs":{"109":{"tf":1.0}}}}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"82":{"tf":1.0}}}}}}},"w":{"df":1,"docs":{"116":{"tf":1.0}}},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"18":{"tf":1.0},"21":{"tf":1.0}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":4,"docs":{"103":{"tf":1.0},"106":{"tf":1.0},"136":{"tf":1.0},"145":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":3,"docs":{"103":{"tf":1.0},"27":{"tf":1.0},"64":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"92":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"24":{"tf":1.0}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"108":{"tf":1.0},"127":{"tf":1.0},"19":{"tf":1.0},"32":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"82":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":3,"docs":{"48":{"tf":1.0},"49":{"tf":1.0},"63":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"101":{"tf":1.0}}}}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":2,"docs":{"23":{"tf":1.0},"40":{"tf":1.0}}}}}}}}}}},"o":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"94":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"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":2,"docs":{"4":{"tf":1.0},"8":{"tf":1.0}}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"100":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"o":{"b":{"df":0,"docs":{},"e":{"df":1,"docs":{"117":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"76":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":2,"docs":{"103":{"tf":1.0},"104":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"128":{"tf":1.0},"68":{"tf":1.0},"75":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"117":{"tf":1.0},"118":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"82":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"108":{"tf":1.0},"120":{"tf":1.0},"128":{"tf":1.0},"68":{"tf":1.0},"75":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"72":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"63":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"147":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"df":8,"docs":{"10":{"tf":1.0},"102":{"tf":1.0},"135":{"tf":1.0},"139":{"tf":1.0},"14":{"tf":1.0},"28":{"tf":1.0},"61":{"tf":1.0},"85":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"113":{"tf":1.0},"153":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"116":{"tf":1.0}}}}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":7,"docs":{"109":{"tf":1.0},"138":{"tf":1.0},"141":{"tf":1.0},"146":{"tf":1.0},"30":{"tf":1.0},"43":{"tf":1.0},"85":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"64":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"d":{"df":2,"docs":{"131":{"tf":1.0},"52":{"tf":1.0}}},"df":8,"docs":{"107":{"tf":1.0},"115":{"tf":1.0},"154":{"tf":1.0},"44":{"tf":1.0},"58":{"tf":1.0},"73":{"tf":1.0},"84":{"tf":1.0},"91":{"tf":1.0}}},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"96":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"144":{"tf":1.0},"27":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"117":{"tf":1.0},"69":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":2,"docs":{"146":{"tf":1.0},"153":{"tf":1.0}}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"60":{"tf":1.0}}}},"y":{"df":1,"docs":{"118":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":8,"docs":{"143":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0}}}},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"29":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"66":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"77":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"99":{"tf":1.0}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"118":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":15,"docs":{"102":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"23":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"9":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"97":{"tf":1.0}}}}},"s":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"125":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":2,"docs":{"25":{"tf":1.4142135623730951},"83":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":4,"docs":{"114":{"tf":1.0},"12":{"tf":1.0},"130":{"tf":1.0},"51":{"tf":1.0}}}}}}}},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":6,"docs":{"132":{"tf":1.0},"16":{"tf":1.0},"53":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"80":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":2,"docs":{"126":{"tf":1.0},"41":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"142":{"tf":1.0},"146":{"tf":1.0}}}},"df":1,"docs":{"17":{"tf":1.0}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"141":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"64":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"5":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"148":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"81":{"tf":1.0}},"i":{"df":1,"docs":{"101":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"131":{"tf":1.0},"52":{"tf":1.0},"81":{"tf":1.0}}}}}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"’":{"df":1,"docs":{"6":{"tf":1.0}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"28":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"119":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"57":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":14,"docs":{"111":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"137":{"tf":1.0},"151":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"’":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"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/docs/searchindex-fc0dcc16.js b/docs/searchindex-fc0dcc16.js new file mode 100644 index 0000000..e9b7631 --- /dev/null +++ b/docs/searchindex-fc0dcc16.js @@ -0,0 +1 @@ +window.search = Object.assign(window.search, JSON.parse('{"doc_urls":["project-context-primer.html#project-context-primer","what-you-will-learn.html#what-you-will-learn","part-i.html#part-i--foundations","introduction.html#introduction","architecture-overview.html#architecture-overview","testing-philosophy.html#testing-philosophy","testing-philosophy.html#declarative-over-imperative","testing-philosophy.html#protocol-time-not-wall-time","testing-philosophy.html#determinism-first-chaos-when-needed","testing-philosophy.html#observable-health-signals","testing-philosophy.html#minimum-run-windows","testing-philosophy.html#summary","scenario-lifecycle.html#scenario-lifecycle","design-rationale.html#design-rationale","part-ii.html#part-ii--user-guide","workspace-layout.html#workspace-layout","annotated-tree.html#annotated-tree","authoring-scenarios.html#authoring-scenarios","workloads.html#core-content-workloads--expectations","workloads.html#workloads","workloads.html#expectations","scenario-builder-ext-patterns.html#core-content-scenariobuilderext-patterns","best-practices.html#best-practices","examples.html#examples","examples.html#simple-consensus-liveness","examples.html#transaction-workload","examples.html#da--transaction-workload","examples.html#chaos-resilience-test","examples-advanced.html#advanced-examples","examples-advanced.html#load-progression-test","examples-advanced.html#sustained-load-test","examples-advanced.html#aggressive-chaos-test","examples-advanced.html#extension-ideas","examples-advanced.html#network-partition-recovery","examples-advanced.html#custom-expectation-block-timing-consistency","running-scenarios.html#running-scenarios","runners.html#runners","runners.html#local-runner","runners.html#docker-compose-runner","runners.html#kubernetes-runner","runners.html#common-expectations","operations.html#operations","part-iii.html#part-iii--developer-reference","scenario-model.html#scenario-model-developer-level","extending.html#extending-the-framework","extending.html#adding-a-workload","extending.html#adding-an-expectation","extending.html#adding-a-runner","extending.html#adding-topology-helpers","custom-workload-example.html#example-new-workload--expectation-rust","custom-workload-example.html#workload-simple-reachability-probe","custom-workload-example.html#expectation-confirm-the-target-stayed-reachable","custom-workload-example.html#how-to-wire-it","internal-crate-reference.html#internal-crate-reference","part-iv.html#part-iv--appendix","dsl-cheat-sheet.html#core-content-dsl-cheat-sheet","troubleshooting.html#troubleshooting-scenarios","faq.html#faq","glossary.html#glossary"],"index":{"documentStore":{"docInfo":{"0":{"body":78,"breadcrumbs":6,"title":3},"1":{"body":26,"breadcrumbs":2,"title":1},"10":{"body":40,"breadcrumbs":7,"title":3},"11":{"body":26,"breadcrumbs":5,"title":1},"12":{"body":102,"breadcrumbs":6,"title":2},"13":{"body":68,"breadcrumbs":6,"title":2},"14":{"body":10,"breadcrumbs":8,"title":4},"15":{"body":94,"breadcrumbs":8,"title":2},"16":{"body":59,"breadcrumbs":8,"title":2},"17":{"body":101,"breadcrumbs":8,"title":2},"18":{"body":18,"breadcrumbs":12,"title":4},"19":{"body":38,"breadcrumbs":9,"title":1},"2":{"body":10,"breadcrumbs":4,"title":2},"20":{"body":54,"breadcrumbs":9,"title":1},"21":{"body":84,"breadcrumbs":12,"title":4},"22":{"body":96,"breadcrumbs":8,"title":2},"23":{"body":11,"breadcrumbs":6,"title":1},"24":{"body":51,"breadcrumbs":8,"title":3},"25":{"body":45,"breadcrumbs":7,"title":2},"26":{"body":52,"breadcrumbs":8,"title":3},"27":{"body":51,"breadcrumbs":8,"title":3},"28":{"body":9,"breadcrumbs":9,"title":2},"29":{"body":66,"breadcrumbs":10,"title":3},"3":{"body":84,"breadcrumbs":4,"title":1},"30":{"body":61,"breadcrumbs":10,"title":3},"31":{"body":77,"breadcrumbs":10,"title":3},"32":{"body":0,"breadcrumbs":9,"title":2},"33":{"body":85,"breadcrumbs":10,"title":3},"34":{"body":32,"breadcrumbs":12,"title":5},"35":{"body":75,"breadcrumbs":8,"title":2},"36":{"body":20,"breadcrumbs":6,"title":1},"37":{"body":16,"breadcrumbs":7,"title":2},"38":{"body":23,"breadcrumbs":8,"title":3},"39":{"body":17,"breadcrumbs":7,"title":2},"4":{"body":106,"breadcrumbs":6,"title":2},"40":{"body":43,"breadcrumbs":7,"title":2},"41":{"body":130,"breadcrumbs":6,"title":1},"42":{"body":10,"breadcrumbs":8,"title":4},"43":{"body":116,"breadcrumbs":12,"title":4},"44":{"body":0,"breadcrumbs":8,"title":2},"45":{"body":39,"breadcrumbs":8,"title":2},"46":{"body":21,"breadcrumbs":8,"title":2},"47":{"body":29,"breadcrumbs":8,"title":2},"48":{"body":21,"breadcrumbs":9,"title":3},"49":{"body":19,"breadcrumbs":14,"title":5},"5":{"body":17,"breadcrumbs":6,"title":2},"50":{"body":120,"breadcrumbs":13,"title":4},"51":{"body":67,"breadcrumbs":14,"title":5},"52":{"body":24,"breadcrumbs":10,"title":1},"53":{"body":91,"breadcrumbs":10,"title":3},"54":{"body":10,"breadcrumbs":6,"title":3},"55":{"body":84,"breadcrumbs":11,"title":5},"56":{"body":86,"breadcrumbs":7,"title":2},"57":{"body":99,"breadcrumbs":5,"title":1},"58":{"body":130,"breadcrumbs":5,"title":1},"6":{"body":40,"breadcrumbs":7,"title":3},"7":{"body":89,"breadcrumbs":8,"title":4},"8":{"body":66,"breadcrumbs":8,"title":4},"9":{"body":51,"breadcrumbs":7,"title":3}},"docs":{"0":{"body":"This book focuses on the Nomos Testing Framework. It assumes familiarity with\\nthe Nomos architecture, but for completeness, here is a short primer. Nomos is a modular blockchain protocol with validators and a data-availability\\n(DA) subsystem. Validators participate in consensus and produce blocks. Executors are validators with the DA dispersal service enabled. They can\\nsubmit transactions and disperse blob data to the DA network. Data Availability (DA) handles blob data within transactions. When\\ntransactions include ChannelBlob operations, executors disperse the blob data\\nto the DA network, and validators sample and verify it’s available. These roles interact tightly, which is why meaningful testing must be performed\\nin multi-node environments that include real networking, timing, and DA\\ninteraction.","breadcrumbs":"Project Context Primer » Project Context Primer","id":"0","title":"Project Context Primer"},"1":{"body":"This book gives you a clear mental model for Nomos multi-node testing, shows how\\nto author scenarios that pair realistic workloads with explicit expectations,\\nand guides you to run them across local, containerized, and cluster environments\\nwithout changing the plan.","breadcrumbs":"What You Will Learn » What You Will Learn","id":"1","title":"What You Will Learn"},"10":{"body":"Always run long enough for meaningful block production: #![allow(unused)] fn main() {\\n// Bad: too short\\n.with_run_duration(Duration::from_secs(5)) // Maybe 0-1 blocks // Good: enough blocks for assertions\\n.with_run_duration(Duration::from_secs(60)) // ~10+ blocks } The framework enforces minimum durations, but be explicit. Very short runs\\nrisk false confidence—one lucky block doesn’t prove liveness.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Minimum Run Windows","id":"10","title":"Minimum Run Windows"},"11":{"body":"These principles keep scenarios: Portable across environments (protocol time, declarative) Debuggable (determinism, separation of concerns) Meaningful (observable signals, sufficient duration) When authoring scenarios, ask: “Does this test the protocol behavior or\\nmy local environment quirks?”","breadcrumbs":"Part I — Foundations » Testing Philosophy » Summary","id":"11","title":"Summary"},"12":{"body":"Build the plan: Declare a topology, attach workloads and expectations, and set the run window. The plan is the single source of truth for what will happen. Deploy: Hand the plan to a runner. It provisions the environment on the chosen backend and waits for nodes to signal readiness. Drive workloads: Start traffic and behaviors (transactions, data-availability activity, restarts) for the planned duration. Observe blocks and signals: Track block progression and other high-level metrics during or after the run window to ground assertions in protocol time. Evaluate expectations: Once activity stops (and optional cooldown completes), check liveness and workload-specific outcomes to decide pass or fail. Cleanup: Tear down resources so successive runs start fresh and do not inherit leaked state. flowchart LR P[Plan
topology + workloads + expectations] --> D[Deploy
runner provisions] D --> R[Readiness
wait for nodes] R --> W[Drive Workloads] W --> O[Observe
blocks/metrics] O --> E[Evaluate Expectations] E --> C[Cleanup]","breadcrumbs":"Part I — Foundations » Scenario Lifecycle » Scenario Lifecycle","id":"12","title":"Scenario Lifecycle"},"13":{"body":"Modular crates keep configuration, orchestration, workloads, and runners decoupled so each can evolve without breaking the others. Pluggable runners let the same scenario run on a laptop, a Docker host, or a Kubernetes cluster, making validation portable across environments. Separated workloads and expectations clarify intent: what traffic to generate versus how to judge success. This simplifies review and reuse. Declarative topology makes cluster shape explicit and repeatable, reducing surprise when moving between CI and developer machines. Maintainability through predictability: a clear flow from plan to deployment to verification lowers the cost of extending the framework and interpreting failures.","breadcrumbs":"Part I — Foundations » Design Rationale » Design Rationale","id":"13","title":"Design Rationale"},"14":{"body":"Practical guidance for shaping scenarios, combining workloads and expectations,\\nand running them across different environments.","breadcrumbs":"Part II — User Guide » Part II — User Guide","id":"14","title":"Part II — User Guide"},"15":{"body":"The workspace focuses on multi-node integration testing and sits alongside a nomos-node checkout. Its crates separate concerns to keep scenarios\\nrepeatable and portable: Configs: prepares high-level node, network, tracing, and wallet settings\\nused across test environments. Core scenario orchestration: the engine that holds topology descriptions,\\nscenario plans, runtimes, workloads, and expectations. Workflows: ready-made workloads (transactions, data-availability, chaos)\\nand reusable expectations assembled into a user-facing DSL. Runners: deployment backends for local processes, Docker Compose, and\\nKubernetes, all consuming the same scenario plan. Test workflows: example scenarios and integration checks that show how\\nthe pieces fit together. This split keeps configuration, orchestration, reusable traffic patterns, and\\ndeployment adapters loosely coupled while sharing one mental model for tests.","breadcrumbs":"Part II — User Guide » Workspace Layout » Workspace Layout","id":"15","title":"Workspace Layout"},"16":{"body":"High-level view of the workspace and how pieces relate: nomos-testing/\\n├─ testing-framework/\\n│ ├─ configs/ # shared configuration helpers\\n│ ├─ core/ # scenario model, runtime, topology\\n│ ├─ workflows/ # workloads, expectations, DSL extensions\\n│ └─ runners/ # local, compose, k8s deployment backends\\n├─ tests/ # integration scenarios using the framework\\n└─ scripts/ # supporting setup utilities (e.g., assets) Each area maps to a responsibility: describe configs, orchestrate scenarios,\\npackage common traffic and assertions, adapt to environments, and demonstrate\\nend-to-end usage.","breadcrumbs":"Part II — User Guide » Annotated Tree » Annotated Tree","id":"16","title":"Annotated Tree"},"17":{"body":"Creating a scenario is a declarative exercise: Shape the topology: decide how many validators and executors to run, and\\nwhat high-level network and data-availability characteristics matter for the\\ntest. Attach workloads: pick traffic generators that align with your goals\\n(transactions, data-availability blobs, or chaos for resilience probes). Define expectations: specify the health signals that must hold when the\\nrun finishes (e.g., consensus liveness, inclusion of submitted activity; see Core Content: Workloads & Expectations). Set duration: choose a run window long enough to observe meaningful\\nblock progression and the effects of your workloads. Choose a runner: target local processes for fast iteration, Docker\\nCompose for reproducible multi-node stacks, or Kubernetes for cluster-grade\\nvalidation. For environment considerations, see Operations. Keep scenarios small and explicit: make the intended behavior and the success\\ncriteria clear so failures are easy to interpret and act upon.","breadcrumbs":"Part II — User Guide » Authoring Scenarios » Authoring Scenarios","id":"17","title":"Authoring Scenarios"},"18":{"body":"Workloads describe the activity a scenario generates; expectations describe the\\nsignals that must hold when that activity completes. Both are pluggable so\\nscenarios stay readable and purpose-driven.","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Core Content: Workloads & Expectations","id":"18","title":"Core Content: Workloads & Expectations"},"19":{"body":"Transaction workload: submits user-level transactions at a configurable\\nrate and can limit how many distinct actors participate. Data-availability workload: drives blob and channel activity to exercise\\ndata-availability paths. Chaos workload: triggers controlled node restarts to test resilience and\\nrecovery behaviors (requires a runner that can control nodes).","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Workloads","id":"19","title":"Workloads"},"2":{"body":"Conceptual chapters that establish the mental model for the framework and how\\nit approaches multi-node testing.","breadcrumbs":"Part I — Foundations » Part I — Foundations","id":"2","title":"Part I — Foundations"},"20":{"body":"Consensus liveness: verifies the system continues to produce blocks in\\nline with the planned workload and timing window. Workload-specific checks: each workload can attach its own success\\ncriteria (e.g., inclusion of submitted activity) so scenarios remain concise. Together, workloads and expectations let you express both the pressure applied\\nto the system and the definition of “healthy” for that run. flowchart TD I[Inputs
topology + wallets + rates] --> Init[Workload init] Init --> Drive[Drive traffic] Drive --> Collect[Collect signals] Collect --> Eval[Expectations evaluate]","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Expectations","id":"20","title":"Expectations"},"21":{"body":"Patterns that keep scenarios readable and reusable: Topology-first: start by shaping the cluster (counts, layout) so later\\nsteps inherit a clear foundation. Bundle defaults: use the DSL helpers to attach common expectations (like\\nliveness) whenever you add a matching workload, reducing forgotten checks. Intentional rates: express traffic in per-block terms to align with\\nprotocol timing rather than wall-clock assumptions. Opt-in chaos: enable restart patterns only in scenarios meant to probe\\nresilience; keep functional smoke tests deterministic. Wallet clarity: seed only the number of actors you need; it keeps\\ntransaction scenarios deterministic and interpretable. These patterns make scenario definitions self-explanatory while staying aligned\\nwith the framework’s block-oriented timing model.","breadcrumbs":"Part II — User Guide » Core Content: ScenarioBuilderExt Patterns » Core Content: ScenarioBuilderExt Patterns","id":"21","title":"Core Content: ScenarioBuilderExt Patterns"},"22":{"body":"State your intent: document the goal of each scenario (throughput, DA\\nvalidation, resilience) so expectation choices are obvious. Keep runs meaningful: choose durations that allow multiple blocks and make\\ntiming-based assertions trustworthy. Separate concerns: start with deterministic workloads for functional\\nchecks; add chaos in dedicated resilience scenarios to avoid noisy failures. Reuse patterns: standardize on shared topology and workload presets so\\nresults are comparable across environments and teams. Observe first, tune second: rely on liveness and inclusion signals to\\ninterpret outcomes before tweaking rates or topology. Environment fit: pick runners that match the feedback loop you need—local\\nfor speed, compose for reproducible stacks, k8s for cluster-grade fidelity. Minimal surprises: seed only necessary wallets and keep configuration\\ndeltas explicit when moving between CI and developer machines.","breadcrumbs":"Part II — User Guide » Best Practices » Best Practices","id":"22","title":"Best Practices"},"23":{"body":"Concrete scenarios showing how to combine topologies, workloads, and\\nexpectations. Copy and adjust these to fit your needs.","breadcrumbs":"Part II — User Guide » Examples » Examples","id":"23","title":"Examples"},"24":{"body":"Basic smoke test verifying validators can produce blocks. #![allow(unused)] fn main() {\\nuse nomos_testing_core::scenario::{Deployer, ScenarioBuilder};\\nuse nomos_testing_runner_local::LocalDeployer;\\nuse nomos_testing_workflows::ScenarioBuilderExt;\\nuse std::time::Duration; #[tokio::test]\\nasync fn test_consensus_liveness() -> Result<(), Box> { let mut plan = ScenarioBuilder::topology() .network_star() .validators(3) .executors(0) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(30)) .build(); let deployer = LocalDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } When to use: Quick validation that consensus works on minimal hardware.","breadcrumbs":"Part II — User Guide » Examples » Simple consensus liveness","id":"24","title":"Simple consensus liveness"},"25":{"body":"Submit transactions and verify inclusion. #![allow(unused)] fn main() {\\n#[tokio::test]\\nasync fn test_transaction_inclusion() -> Result<(), Box> { let mut plan = ScenarioBuilder::topology() .network_star() .validators(2) .executors(1) .apply() .wallets(10) .transactions() .rate(5) .users(5) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(60)) .build(); let deployer = LocalDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } When to use: Verify transaction submission and inclusion under light load.","breadcrumbs":"Part II — User Guide » Examples » Transaction workload","id":"25","title":"Transaction workload"},"26":{"body":"Stress both transaction and DA paths simultaneously. #![allow(unused)] fn main() {\\n#[tokio::test]\\nasync fn test_mixed_workload() -> Result<(), Box> { let mut plan = ScenarioBuilder::topology() .network_star() .validators(3) .executors(2) .apply() .wallets(20) .transactions() .rate(10) .users(10) .apply() .da() .channel_rate(2) .blob_rate(1) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(120)) .build(); let deployer = LocalDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } When to use: End-to-end validation that transaction and DA layers work together.","breadcrumbs":"Part II — User Guide » Examples » DA + transaction workload","id":"26","title":"DA + transaction workload"},"27":{"body":"Verify consensus survives node restarts. #![allow(unused)] fn main() {\\n#[tokio::test]\\nasync fn test_chaos_resilience() -> Result<(), Box> { let mut plan = ScenarioBuilder::topology() .network_star() .validators(4) .executors(1) .apply() .enable_node_control() .wallets(10) .transactions() .rate(5) .users(5) .apply() .chaos() .restart() .min_delay(Duration::from_secs(15)) .max_delay(Duration::from_secs(25)) .target_cooldown(Duration::from_secs(45)) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(90)) .build(); let deployer = LocalDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } When to use: Resilience validation and operational readiness testing.","breadcrumbs":"Part II — User Guide » Examples » Chaos resilience test","id":"27","title":"Chaos resilience test"},"28":{"body":"Realistic advanced scenarios for capacity testing, operational validation, and\\nresilience probing.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Advanced Examples","id":"28","title":"Advanced Examples"},"29":{"body":"Find the breaking point by gradually increasing transaction rate. #![allow(unused)] fn main() {\\n#[tokio::test]\\nasync fn test_capacity_limit() -> Result<(), Box> { for rate in [10, 20, 50, 100] { let mut plan = ScenarioBuilder::topology() .network_star() .validators(3) .executors(2) .apply() .wallets(50) .transactions() .rate(rate) .users(20) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(60)) .build(); let deployer = LocalDeployer::default(); let runner = deployer.deploy(&plan).await?; match runner.run(&mut plan).await { Ok(_) => println!(\\"✓ Handled {rate} tx/block\\"), Err(e) => { println!(\\"✗ Failed at {rate} tx/block: {e}\\"); break; } } } Ok(())\\n} } When to use: Capacity planning, finding performance limits, validating\\nhardware requirements.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Load progression test","id":"29","title":"Load progression test"},"3":{"body":"The Nomos Testing Framework is a purpose-built toolkit for exercising Nomos in\\nrealistic, multi-node environments. It solves the gap between small, isolated\\ntests and full-system validation by letting teams describe a cluster layout,\\ndrive meaningful traffic, and assert the outcomes in one coherent plan. It is for protocol engineers, infrastructure operators, and QA teams who need\\nrepeatable confidence that validators, executors, and data-availability\\ncomponents work together under network and timing constraints. Multi-node integration testing is required because many Nomos behaviors—block\\nprogress, data availability, liveness under churn—only emerge when several\\nroles interact over real networking and time. This framework makes those checks\\ndeclarative, observable, and portable across environments.","breadcrumbs":"Part I — Foundations » Introduction » Introduction","id":"3","title":"Introduction"},"30":{"body":"Run moderate load for extended duration to catch memory leaks or gradual\\ndegradation. #![allow(unused)] fn main() {\\n#[tokio::test]\\nasync fn test_sustained_load() -> Result<(), Box> { let mut plan = ScenarioBuilder::topology() .network_star() .validators(4) .executors(2) .apply() .wallets(100) .transactions() .rate(20) .users(30) .apply() .da() .channel_rate(5) .blob_rate(2) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(600)) // 10 minutes .build(); let deployer = ComposeRunner::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } When to use: Soak testing, memory leak detection, long-term stability\\nvalidation before production.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Sustained load test","id":"30","title":"Sustained load test"},"31":{"body":"Frequent restarts with shorter cooldown to stress recovery paths. #![allow(unused)] fn main() {\\n#[tokio::test]\\nasync fn test_aggressive_chaos() -> Result<(), Box> { let mut plan = ScenarioBuilder::topology() .network_star() .validators(7) // Need more nodes for aggressive chaos .executors(1) .apply() .enable_node_control() .wallets(20) .transactions() .rate(5) .users(10) .apply() .chaos() .restart() .min_delay(Duration::from_secs(5)) // Very short delays .max_delay(Duration::from_secs(10)) .target_cooldown(Duration::from_secs(20)) // Nodes can restart multiple times .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(120)) .build(); let deployer = ComposeRunner::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } When to use: Stress testing recovery mechanisms, finding edge cases in restart\\nhandling. Requires more validators (7) to tolerate multiple simultaneous restarts.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Aggressive chaos test","id":"31","title":"Aggressive chaos test"},"32":{"body":"","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Extension Ideas","id":"32","title":"Extension Ideas"},"33":{"body":"Problem: Test consensus recovery after a true network partition (not just restarts). What’s needed: Extend NodeControlHandle with network control operations: #![allow(unused)] fn main() {\\npub trait NodeControlHandle: Send + Sync { async fn restart_validator(&self, index: usize) -> Result<(), DynError>; async fn restart_executor(&self, index: usize) -> Result<(), DynError>; // New operations needed: async fn block_peer(&self, node: usize, peer: usize) -> Result<(), DynError>; async fn unblock_peer(&self, node: usize, peer: usize) -> Result<(), DynError>;\\n} } Why useful: Current chaos workload only supports restarts. Real partition testing\\nrequires blocking network communication between nodes, letting them diverge, then\\nreconnecting and verifying they converge. This tests actual Byzantine fault tolerance,\\nnot just crash recovery.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Network Partition Recovery","id":"33","title":"Network Partition Recovery"},"34":{"body":"Verify block production stays within expected timing bounds by collecting block\\ntimestamps from the block feed, calculating intervals, and asserting they stay\\nwithin tolerance of the configured slot duration. Why useful: Catches timing degradation that liveness checks miss (blocks\\nprogress, but too slowly).","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Custom Expectation: Block Timing Consistency","id":"34","title":"Custom Expectation: Block Timing Consistency"},"35":{"body":"Running a scenario follows the same conceptual flow regardless of environment: Select or author a scenario plan that pairs a topology with workloads,\\nexpectations, and a suitable run window. Choose a runner aligned with your environment (local, compose, or k8s) and\\nensure its prerequisites are available. Deploy the plan through the runner; wait for readiness signals before\\nstarting workloads. Let workloads drive activity for the planned duration; keep observability\\nsignals visible so you can correlate outcomes. Evaluate expectations and capture results as the primary pass/fail signal. Use the same plan across different runners to compare behavior between local\\ndevelopment and CI or cluster settings. For environment prerequisites and\\nflags, see Operations.","breadcrumbs":"Part II — User Guide » Running Scenarios » Running Scenarios","id":"35","title":"Running Scenarios"},"36":{"body":"Runners turn a scenario plan into a live environment while keeping the plan\\nunchanged. Choose based on feedback speed, reproducibility, and fidelity. For\\nenvironment and operational considerations, see Operations:","breadcrumbs":"Part II — User Guide » Runners » Runners","id":"36","title":"Runners"},"37":{"body":"Launches node processes directly on the host. Fastest feedback loop and minimal orchestration overhead. Best for development-time iteration and debugging.","breadcrumbs":"Part II — User Guide » Runners » Local runner","id":"37","title":"Local runner"},"38":{"body":"Starts nodes in containers to provide a reproducible multi-node stack on a\\nsingle machine. Discovers service ports and wires observability for convenient inspection. Good balance between fidelity and ease of setup.","breadcrumbs":"Part II — User Guide » Runners » Docker Compose runner","id":"38","title":"Docker Compose runner"},"39":{"body":"Deploys nodes onto a cluster for higher-fidelity, longer-running scenarios. Suits CI or shared environments where cluster behavior and scheduling matter.","breadcrumbs":"Part II — User Guide » Runners » Kubernetes runner","id":"39","title":"Kubernetes runner"},"4":{"body":"The framework follows a clear flow: Topology → Scenario → Deploy → Run → Verify. Topology describes the cluster: how many nodes, their roles, and the high-level network and data-availability parameters they should follow. Scenario combines that topology with the activities to run and the checks to perform, forming a single plan. Deployer provisions infrastructure on the chosen backend (local processes, Docker Compose, or Kubernetes), waits for readiness, and returns a Runner. Runner orchestrates execution: starts workloads, observes signals, evaluates expectations, and cleans up. Workloads generate traffic and conditions that exercise the system. Expectations observe the run and judge success or failure once activity completes. flowchart LR A(Topology
shape cluster) --> B(Scenario
plan) B --> C(Deployer
provision infrastructure) C --> D(Runner
orchestrate execution) D --> E(Workloads
drive traffic) E --> F(Expectations
verify outcomes) Each layer has a narrow responsibility so that cluster shape, deployment choice,\\ntraffic generation, and health checks can evolve independently while fitting\\ntogether predictably.","breadcrumbs":"Part I — Foundations » Architecture Overview » Architecture Overview","id":"4","title":"Architecture Overview"},"40":{"body":"All runners require at least one validator and, for transaction scenarios,\\naccess to seeded wallets. Readiness probes gate workload start so traffic begins only after nodes are\\nreachable. Environment flags can relax timeouts or increase tracing when diagnostics are\\nneeded. flowchart TD Plan[Scenario Plan] --> RunSel{Runner
(local | compose | k8s)} RunSel --> Provision[Provision & readiness] Provision --> Runtime[Runtime + observability] Runtime --> Exec[Workloads & Expectations execute]","breadcrumbs":"Part II — User Guide » Runners » Common expectations","id":"40","title":"Common expectations"},"41":{"body":"Operational readiness focuses on prerequisites, environment fit, and clear\\nsignals: Prerequisites: keep a sibling nomos-node checkout available; ensure the\\nchosen runner’s platform needs are met (local binaries for host runs, Docker\\nfor compose, cluster access for k8s). Artifacts: some scenarios depend on prover or circuit assets; fetch them\\nahead of time with the provided helper scripts when needed. Environment flags: use slow-environment toggles to relax timeouts, enable\\ntracing when debugging, and adjust observability ports to avoid clashes. Readiness checks: verify runners report node readiness before starting\\nworkloads; this avoids false negatives from starting too early. Failure triage: map failures to missing prerequisites (wallet seeding,\\nnode control availability), runner platform issues, or unmet expectations.\\nStart with liveness signals, then dive into workload-specific assertions. Treat operational hygiene—assets present, prerequisites satisfied, observability\\nreachable—as the first step to reliable scenario outcomes. flowchart TD Expose[Runner exposes endpoints/ports] --> Collect[Runtime collects block/health signals] Collect --> Consume[Expectations consume signals
decide pass/fail] Consume --> Inspect[Operators inspect logs/metrics
when failures arise]","breadcrumbs":"Part II — User Guide » Operations » Operations","id":"41","title":"Operations"},"42":{"body":"Deep dives for contributors who extend the framework, evolve its abstractions,\\nor maintain the crate set.","breadcrumbs":"Part III — Developer Reference » Part III — Developer Reference","id":"42","title":"Part III — Developer Reference"},"43":{"body":"The scenario model defines clear, composable responsibilities: Topology: a declarative description of the cluster—how many nodes, their\\nroles, and the broad network and data-availability characteristics. It\\nrepresents the intended shape of the system under test. Scenario: a plan combining topology, workloads, expectations, and a run\\nwindow. Building a scenario validates prerequisites (like seeded wallets) and\\nensures the run lasts long enough to observe meaningful block progression. Workloads: asynchronous tasks that generate traffic or conditions. They\\nuse shared context to interact with the deployed cluster and may bundle\\ndefault expectations. Expectations: post-run assertions. They can capture baselines before\\nworkloads start and evaluate success once activity stops. Runtime: coordinates workloads and expectations for the configured\\nduration, enforces cooldowns when control actions occur, and ensures cleanup\\nso runs do not leak resources. Developers extending the model should keep these boundaries strict: topology\\ndescribes, scenarios assemble, runners deploy, workloads drive, and expectations\\njudge outcomes. For guidance on adding new capabilities, see Extending the Framework.","breadcrumbs":"Part III — Developer Reference » Scenario Model (Developer Level) » Scenario Model (Developer Level)","id":"43","title":"Scenario Model (Developer Level)"},"44":{"body":"","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Extending the Framework","id":"44","title":"Extending the Framework"},"45":{"body":"Implement testing_framework_core::scenario::Workload: Provide a name and any bundled expectations. In init, derive inputs from GeneratedTopology and RunMetrics; fail\\nfast if prerequisites are missing (e.g., wallet data, node addresses). In start, drive async traffic using the RunContext clients. Expose the workload from a module under testing-framework/workflows and\\nconsider adding a DSL helper for ergonomic wiring.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding a workload","id":"45","title":"Adding a workload"},"46":{"body":"Implement testing_framework_core::scenario::Expectation: Use start_capture to snapshot baseline metrics. Use evaluate to assert outcomes after workloads finish; return all errors\\nso the runner can aggregate them. Export it from testing-framework/workflows if it is reusable.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding an expectation","id":"46","title":"Adding an expectation"},"47":{"body":"Implement testing_framework_core::scenario::Deployer for your backend. Produce a RunContext with NodeClients, metrics endpoints, and optional NodeControlHandle. Guard cleanup with CleanupGuard to reclaim resources even on failures. Mirror the readiness and block-feed probes used by the existing runners so\\nworkloads can rely on consistent signals.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding a runner","id":"47","title":"Adding a runner"},"48":{"body":"Extend testing_framework_core::topology::TopologyBuilder with new layouts or\\nconfiguration presets (e.g., specialized DA parameters). Keep defaults safe:\\nensure at least one participant and clamp dispersal factors as the current\\nhelpers do.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding topology helpers","id":"48","title":"Adding topology helpers"},"49":{"body":"A minimal, end-to-end illustration of adding a custom workload and matching\\nexpectation. This shows the shape of the traits and where to plug into the\\nframework; expand the logic to fit your real test.","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Example: New Workload & Expectation (Rust)","id":"49","title":"Example: New Workload & Expectation (Rust)"},"5":{"body":"This framework embodies specific principles that shape how you author and run\\nscenarios. Understanding these principles helps you write effective tests and\\ninterpret results correctly.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Testing Philosophy","id":"5","title":"Testing Philosophy"},"50":{"body":"Key ideas: name: identifies the workload in logs. expectations: workloads can bundle defaults so callers don’t forget checks. init: derive inputs from the generated topology (e.g., pick a target node). start: drive async activity using the shared RunContext. #![allow(unused)] fn main() {\\nuse std::sync::Arc;\\nuse async_trait::async_trait;\\nuse testing_framework_core::scenario::{ DynError, Expectation, RunContext, RunMetrics, Workload,\\n};\\nuse testing_framework_core::topology::GeneratedTopology; pub struct ReachabilityWorkload { target_idx: usize, bundled: Vec>,\\n} impl ReachabilityWorkload { pub fn new(target_idx: usize) -> Self { Self { target_idx, bundled: vec![Box::new(ReachabilityExpectation::new(target_idx))], } }\\n} #[async_trait]\\nimpl Workload for ReachabilityWorkload { fn name(&self) -> &\'static str { \\"reachability_workload\\" } fn expectations(&self) -> Vec> { self.bundled.clone() } fn init( &mut self, topology: &GeneratedTopology, _metrics: &RunMetrics, ) -> Result<(), DynError> { if topology.validators().get(self.target_idx).is_none() { return Err(\\"no validator at requested index\\".into()); } Ok(()) } async fn start(&self, ctx: &RunContext) -> Result<(), DynError> { let client = ctx .clients() .validators() .get(self.target_idx) .ok_or(\\"missing target client\\")?; // Pseudo-action: issue a lightweight RPC to prove reachability. client.health_check().await.map_err(|e| e.into()) }\\n} }","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Workload: simple reachability probe","id":"50","title":"Workload: simple reachability probe"},"51":{"body":"Key ideas: start_capture: snapshot baseline if needed (not used here). evaluate: assert the condition after workloads finish. #![allow(unused)] fn main() {\\nuse async_trait::async_trait;\\nuse testing_framework_core::scenario::{DynError, Expectation, RunContext}; pub struct ReachabilityExpectation { target_idx: usize,\\n} impl ReachabilityExpectation { pub fn new(target_idx: usize) -> Self { Self { target_idx } }\\n} #[async_trait]\\nimpl Expectation for ReachabilityExpectation { fn name(&self) -> &str { \\"target_reachable\\" } async fn evaluate(&mut self, ctx: &RunContext) -> Result<(), DynError> { let client = ctx .clients() .validators() .get(self.target_idx) .ok_or(\\"missing target client\\")?; client.health_check().await.map_err(|e| { format!(\\"target became unreachable during run: {e}\\").into() }) }\\n} }","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Expectation: confirm the target stayed reachable","id":"51","title":"Expectation: confirm the target stayed reachable"},"52":{"body":"Build your scenario as usual and call .with_workload(ReachabilityWorkload::new(0)). The bundled expectation is attached automatically; you can add more with .with_expectation(...) if needed. Keep the logic minimal and fast for smoke tests; grow it into richer probes\\nfor deeper scenarios.","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » How to wire it","id":"52","title":"How to wire it"},"53":{"body":"High-level roles of the crates that make up the framework: Configs: prepares reusable configuration primitives for nodes, networking,\\ntracing, data availability, and wallets, shared by all scenarios and runners. Core scenario orchestration: houses the topology and scenario model,\\nruntime coordination, node clients, and readiness/health probes. Workflows: packages workloads and expectations into reusable building\\nblocks and offers a fluent DSL to assemble them. Runners: implements deployment backends (local host, Docker Compose,\\nKubernetes) that all consume the same scenario plan. Test workflows: example scenarios and integration checks that exercise the\\nframework end to end and serve as living documentation. Use this map to locate where to add new capabilities: configuration primitives\\nin configs, orchestration changes in core, reusable traffic/assertions in\\nworkflows, environment adapters in runners, and demonstrations in tests.","breadcrumbs":"Part III — Developer Reference » Internal Crate Reference » Internal Crate Reference","id":"53","title":"Internal Crate Reference"},"54":{"body":"Quick-reference material and supporting guidance to keep scenarios discoverable,\\ndebuggable, and consistent.","breadcrumbs":"Part IV — Appendix » Part IV — Appendix","id":"54","title":"Part IV — Appendix"},"55":{"body":"The framework offers a fluent builder style to keep scenarios readable. Common\\nknobs: Topology shaping: set validator and executor counts, pick a network layout\\nstyle, and adjust high-level data-availability traits. Wallet seeding: define how many users participate and the total funds\\navailable for transaction workloads. Workload tuning: configure transaction rates, data-availability channel\\nand blob rates, and whether chaos restarts should include validators,\\nexecutors, or both. Expectations: attach liveness and workload-specific checks so success is\\nexplicit. Run window: set a minimum duration long enough for multiple blocks to be\\nobserved and verified. Use these knobs to express intent clearly, keeping scenario definitions concise\\nand consistent across teams.","breadcrumbs":"Part IV — Appendix » DSL Cheat Sheet » Core Content: DSL Cheat Sheet","id":"55","title":"Core Content: DSL Cheat Sheet"},"56":{"body":"Common symptoms and likely causes: No or slow block progression: runner started workloads before readiness, insufficient run window, or environment too slow—extend duration or enable slow-environment tuning. Transactions not included: missing or insufficient wallet seeding, misaligned transaction rate with block cadence, or network instability—reduce rate and verify wallet setup. Chaos stalls the run: node control not available for the chosen runner or restart cadence too aggressive—enable control capability and widen restart intervals. Observability gaps: metrics or logs unreachable because ports clash or services are not exposed—adjust observability ports and confirm runner wiring. Flaky behavior across runs: mixing chaos with functional smoke tests or inconsistent topology between environments—separate deterministic and chaos scenarios and standardize topology presets.","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Troubleshooting Scenarios","id":"56","title":"Troubleshooting Scenarios"},"57":{"body":"Why block-oriented timing? Using block cadence reduces dependence on host speed and keeps assertions aligned\\nwith protocol behavior. Can I reuse the same scenario across runners? Yes. The plan stays the same; swap runners (local, compose, k8s) to target\\ndifferent environments. When should I enable chaos workloads? Only when testing resilience or operational recovery; keep functional smoke\\ntests deterministic. How long should runs be? Long enough for multiple blocks so liveness and inclusion checks are\\nmeaningful; very short runs risk false confidence. Do I always need seeded wallets? Only for transaction scenarios. Data-availability or pure chaos scenarios may\\nnot require them, but liveness checks still need validators producing blocks. What if expectations fail but workloads “look fine”? Trust expectations first—they capture the intended success criteria. Use the\\nobservability signals and runner logs to pinpoint why the system missed the\\ntarget.","breadcrumbs":"Part IV — Appendix » FAQ » FAQ","id":"57","title":"FAQ"},"58":{"body":"Validator: node role responsible for participating in consensus and block\\nproduction. Executor: a validator node with the DA dispersal service enabled. Executors\\ncan submit transactions and disperse blob data to the DA network, in addition\\nto performing all validator functions. DA (Data Availability): subsystem ensuring blobs or channel data are\\npublished and retrievable for validation. Deployer: component that provisions infrastructure (spawns processes,\\ncreates containers, or launches pods), waits for readiness, and returns a\\nRunner. Examples: LocalDeployer, ComposeRunner, K8sRunner. Runner: component returned by deployers that orchestrates scenario\\nexecution—starts workloads, observes signals, evaluates expectations, and\\ntriggers cleanup. Workload: traffic or behavior generator that exercises the system during a\\nscenario run. Expectation: post-run assertion that judges whether the system met the\\nintended success criteria. Topology: declarative description of the cluster shape, roles, and\\nhigh-level parameters for a scenario. Scenario: immutable plan combining topology, workloads, expectations, and\\nrun duration. Blockfeed: stream of block observations used for liveness or inclusion\\nsignals during a run. Control capability: the ability for a runner to start, stop, or restart\\nnodes, used by chaos workloads.","breadcrumbs":"Part IV — Appendix » Glossary » Glossary","id":"58","title":"Glossary"},"6":{"body":"Describe what you want to test, not how to orchestrate it: #![allow(unused)] fn main() {\\n// Good: declarative\\nScenarioBuilder::topology() .network_star() .validators(2) .executors(1) .apply() .wallets(10) .transactions().rate(5).users(5).apply() .expect_consensus_liveness() .build(); // Bad: imperative (framework doesn\'t work this way)\\n// spawn_validator(); spawn_executor(); // loop { submit_tx(); check_block(); } } Why it matters: The framework handles deployment, readiness, and cleanup.\\nYou focus on test intent, not infrastructure orchestration.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Declarative over Imperative","id":"6","title":"Declarative over Imperative"},"7":{"body":"Reason in blocks and consensus intervals, not wall-clock seconds: #![allow(unused)] fn main() {\\n// Good: protocol-oriented thinking\\nlet mut plan = ScenarioBuilder::topology() .network_star() .validators(2) .executors(1) .apply() .wallets(10) .transactions().rate(5).users(5).apply() // 5 tx per block .with_run_duration(Duration::from_secs(60)) // Let framework calculate expected blocks .expect_consensus_liveness() // \\"Did we produce the expected blocks?\\" .build(); // Bad: wall-clock assumptions\\n// \\"I expect at least 30 blocks in 60 seconds\\"\\n// Brittle if readiness or startup takes longer on slow CI } Why it matters: Block production rate is fixed by consensus parameters (e.g.,\\n2-second slot duration), but node startup and readiness vary by environment—fast\\non a laptop, slow on overloaded CI. The framework measures in blocks (protocol\\ntime), not wall-clock seconds, so tests focus on “did consensus work?” rather\\nthan “was the hardware fast enough?”","breadcrumbs":"Part I — Foundations » Testing Philosophy » Protocol Time, Not Wall Time","id":"7","title":"Protocol Time, Not Wall Time"},"8":{"body":"Default scenarios are repeatable: Fixed topology Predictable traffic rates Deterministic checks Chaos is opt-in: #![allow(unused)] fn main() {\\n// Separate: functional test (deterministic)\\nlet mut plan = ScenarioBuilder::topology() .network_star() .validators(2) .executors(1) .apply() .wallets(10) .transactions().rate(5).users(5).apply() .expect_consensus_liveness() .build(); // Separate: chaos test (introduces randomness)\\nlet mut chaos_plan = ScenarioBuilder::topology() .network_star() .validators(4) .executors(1) .apply() .enable_node_control() .wallets(10) .chaos().restart() .min_delay(Duration::from_secs(15)) .max_delay(Duration::from_secs(25)) .target_cooldown(Duration::from_secs(45)) .apply() .transactions().rate(5).users(5).apply() .expect_consensus_liveness() .build(); } Why it matters: Mixing determinism with chaos creates noisy, hard-to-debug\\nfailures. Separate concerns make failures actionable.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Determinism First, Chaos When Needed","id":"8","title":"Determinism First, Chaos When Needed"},"9":{"body":"Prefer user-facing signals over internal state: Good checks: ✅ Blocks progressing at expected rate (liveness) ✅ Transactions included within N blocks (inclusion) ✅ DA blobs retrievable (availability) Avoid internal checks: ❌ Memory pool size ❌ Internal service state ❌ Cache hit rates Why it matters: User-facing signals reflect actual system health.\\nInternal state can be “healthy” while the system is broken from a user\\nperspective.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Observable Health Signals","id":"9","title":"Observable Health Signals"}},"length":59,"save":true},"fields":["title","body","breadcrumbs"],"index":{"body":{"root":{"0":{"df":1,"docs":{"10":{"tf":1.0}}},"1":{"0":{"0":{"df":1,"docs":{"29":{"tf":1.0}}},"df":3,"docs":{"10":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0}}},"df":1,"docs":{"10":{"tf":1.0}}},"2":{"0":{"df":1,"docs":{"29":{"tf":1.0}}},"df":1,"docs":{"7":{"tf":1.0}}},"3":{"0":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}},"5":{"0":{"df":1,"docs":{"29":{"tf":1.0}}},"df":1,"docs":{"7":{"tf":1.0}}},"6":{"0":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}},"7":{"df":1,"docs":{"31":{"tf":1.0}}},"_":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":6,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"a":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"58":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"43":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0}}}},"v":{"df":9,"docs":{"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"50":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"19":{"tf":1.0},"21":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"33":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"53":{"tf":1.0}}}}},"d":{"df":4,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"df":6,"docs":{"43":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"23":{"tf":1.0},"41":{"tf":1.0},"55":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"28":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"46":{"tf":1.0}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"31":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"56":{"tf":1.0}}}}}}}}}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":4,"docs":{"17":{"tf":1.0},"21":{"tf":1.4142135623730951},"35":{"tf":1.0},"57":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":14,"docs":{"10":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}}}}},"df":1,"docs":{"22":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"10":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"54":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":11,"docs":{"20":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"26":{"tf":1.7320508075688772},"27":{"tf":1.7320508075688772},"29":{"tf":1.4142135623730951},"30":{"tf":1.7320508075688772},"31":{"tf":1.7320508075688772},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.7320508075688772}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"4":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"41":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"15":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":12,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}}},"t":{"df":2,"docs":{"16":{"tf":1.0},"41":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"0":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{":":{":":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":11,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":2.0},"45":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"43":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":6,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"17":{"tf":1.0},"35":{"tf":1.0},"5":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":16,"docs":{"0":{"tf":1.7320508075688772},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"35":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.7320508075688772},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"22":{"tf":1.0},"41":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"df":0,"docs":{}}}}},"b":{"(":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"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":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{}}}}},"d":{"df":3,"docs":{"10":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"38":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"22":{"tf":1.0},"36":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"43":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0}}}}}},"i":{"c":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}}}},"df":1,"docs":{"4":{"tf":1.0}},"e":{"c":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":6,"docs":{"22":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"56":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"40":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":9,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"22":{"tf":1.0},"37":{"tf":1.0}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":7,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"56":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"41":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"b":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{"df":1,"docs":{"26":{"tf":1.0}}},"2":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":6,"docs":{"0":{"tf":1.7320508075688772},"17":{"tf":1.0},"19":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":19,"docs":{"0":{"tf":1.0},"10":{"tf":2.23606797749979},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":2.23606797749979},"43":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":2.0},"58":{"tf":1.4142135623730951},"7":{"tf":2.6457513110645907},"9":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"58":{"tf":1.0}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"0":{"tf":1.0},"1":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"18":{"tf":1.0},"20":{"tf":1.0},"26":{"tf":1.0},"55":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}}},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":7,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"13":{"tf":1.0},"29":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"o":{"a":{"d":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"9":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":14,"docs":{"12":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"43":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":5,"docs":{"21":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.7320508075688772},"52":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"z":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"c":{"(":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}},"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":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"9":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"56":{"tf":1.4142135623730951},"57":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"34":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"52":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"43":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0}}}},"c":{"df":2,"docs":{"28":{"tf":1.0},"29":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"35":{"tf":1.0},"43":{"tf":1.0},"57":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"31":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"30":{"tf":1.0},"34":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"56":{"tf":1.0}}}}},"df":1,"docs":{"4":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"1":{"tf":1.0},"53":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"2":{"df":1,"docs":{"26":{"tf":1.0}}},"5":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"0":{"tf":1.0}}},"df":0,"docs":{}}}},"df":3,"docs":{"19":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0}}}}}},"o":{"df":13,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"27":{"tf":1.4142135623730951},"31":{"tf":1.7320508075688772},"33":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.7320508075688772},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"8":{"tf":2.0}},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"43":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":15,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"41":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"22":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"17":{"tf":1.4142135623730951},"22":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"56":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}}}}},"i":{"df":5,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"7":{"tf":1.4142135623730951}},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"48":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"41":{"tf":1.0},"56":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":5,"docs":{"12":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0}},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"r":{"df":7,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"|":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":4,"docs":{"45":{"tf":1.0},"50":{"tf":1.7320508075688772},"51":{"tf":1.7320508075688772},"53":{"tf":1.0}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":12,"docs":{"1":{"tf":1.0},"13":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.4142135623730951},"4":{"tf":1.7320508075688772},"41":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0}},"—":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"43":{"tf":1.0}}}}}}}}}}}},"o":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"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":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"41":{"tf":1.0}}}}}}}}},"df":3,"docs":{"20":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"14":{"tf":1.0},"23":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"40":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"33":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"22":{"tf":1.0},"35":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"18":{"tf":1.0},"4":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"3":{"tf":1.0},"58":{"tf":1.4142135623730951}}},"s":{"df":12,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"58":{"tf":1.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":2,"docs":{"30":{"tf":1.0},"31":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":2,"docs":{"2":{"tf":1.0},"35":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"8":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"20":{"tf":1.0},"55":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"4":{"tf":1.0},"43":{"tf":1.0},"51":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"3":{"tf":1.0},"57":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":3,"docs":{"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"r":{"df":10,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.4142135623730951},"55":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"51":{"tf":1.0},"56":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":8,"docs":{"0":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.4142135623730951},"27":{"tf":1.0},"33":{"tf":1.0},"58":{"tf":1.0},"7":{"tf":1.7320508075688772}}}}}},"i":{"d":{"df":1,"docs":{"45":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.0},"36":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"34":{"tf":1.0},"47":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"m":{"df":3,"docs":{"15":{"tf":1.0},"41":{"tf":1.4142135623730951},"53":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"38":{"tf":1.0},"58":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"1":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"55":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"0":{"tf":1.0},"43":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"20":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"42":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":6,"docs":{"19":{"tf":1.4142135623730951},"33":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"38":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":3,"docs":{"12":{"tf":1.0},"31":{"tf":1.0},"43":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"43":{"tf":1.0},"53":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"23":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":7,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"53":{"tf":1.4142135623730951},"55":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"21":{"tf":1.0},"55":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"33":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"42":{"tf":1.0},"53":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"17":{"tf":1.0},"58":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":4,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"x":{"df":2,"docs":{"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"33":{"tf":1.0},"48":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"34":{"tf":1.0},"49":{"tf":1.0}}}}}}}},"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"[":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"a":{"df":7,"docs":{"0":{"tf":2.449489742783178},"22":{"tf":1.0},"26":{"tf":2.0},"30":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.7320508075688772},"9":{"tf":1.0}},"t":{"a":{"df":13,"docs":{"0":{"tf":2.23606797749979},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"4":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":2,"docs":{"12":{"tf":1.0},"4":{"tf":1.0}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":3,"docs":{"37":{"tf":1.0},"41":{"tf":1.0},"8":{"tf":1.0}},"g":{"df":2,"docs":{"11":{"tf":1.0},"54":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"12":{"tf":1.0},"17":{"tf":1.0}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"r":{"df":8,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"3":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"42":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":5,"docs":{"21":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"17":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"20":{"tf":1.0},"21":{"tf":1.0},"55":{"tf":1.0}}}}}}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":2,"docs":{"30":{"tf":1.0},"34":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"16":{"tf":1.0},"53":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"41":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":18,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"53":{"tf":1.0},"58":{"tf":1.4142135623730951},"6":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"(":{"&":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":7,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0}}}}},"df":0,"docs":{}}},"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":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"45":{"tf":1.0},"50":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":6,"docs":{"16":{"tf":1.0},"18":{"tf":1.4142135623730951},"3":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"11":{"tf":1.0},"8":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":6,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.4142135623730951}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"14":{"tf":1.0},"35":{"tf":1.0},"57":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"37":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"38":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"54":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":3,"docs":{"0":{"tf":1.7320508075688772},"48":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"41":{"tf":1.0},"42":{"tf":1.0}},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"22":{"tf":1.0},"53":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"\'":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"[":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}},"df":8,"docs":{"12":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0}},"n":{"df":1,"docs":{"18":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"l":{"df":6,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.0},"45":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":13,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":3,"docs":{"12":{"tf":1.0},"51":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"33":{"tf":2.0},"50":{"tf":1.7320508075688772},"51":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}},"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":7,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"7":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"12":{"tf":1.0}}}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"13":{"tf":1.0},"16":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"41":{"tf":1.0}}}}},"s":{"df":1,"docs":{"38":{"tf":1.0}},"i":{"df":1,"docs":{"17":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":3,"docs":{"12":{"tf":1.0},"29":{"tf":1.0},"4":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":6,"docs":{"0":{"tf":1.0},"21":{"tf":1.0},"41":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":3,"docs":{"27":{"tf":1.0},"31":{"tf":1.0},"8":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"d":{"df":4,"docs":{"16":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":2,"docs":{"10":{"tf":1.0},"43":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"15":{"tf":1.0},"3":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":6,"docs":{"10":{"tf":1.4142135623730951},"17":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"35":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.4142135623730951},"48":{"tf":1.0},"58":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":19,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"35":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.7320508075688772},"53":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"56":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"—":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"r":{"(":{"\\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"50":{"tf":1.0}}}}},"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"46":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"2":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"a":{"df":0,"docs":{},"l":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":8,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"47":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":3,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0}}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":6,"docs":{"15":{"tf":1.0},"23":{"tf":1.0},"28":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"4":{"tf":1.4142135623730951},"40":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"0":{"tf":1.4142135623730951},"17":{"tf":1.0},"3":{"tf":1.0},"55":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951}},"s":{"(":{"0":{"df":1,"docs":{"24":{"tf":1.0}}},"1":{"df":6,"docs":{"25":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}},"2":{"df":3,"docs":{"26":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":6,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":10,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":30,"docs":{"1":{"tf":1.0},"12":{"tf":2.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951},"41":{"tf":1.0},"43":{"tf":2.23606797749979},"45":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.4142135623730951},"50":{"tf":2.0},"51":{"tf":1.7320508075688772},"52":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.7320508075688772},"7":{"tf":1.7320508075688772},"9":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"55":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}},"s":{"df":2,"docs":{"41":{"tf":1.0},"45":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"—":{"a":{"d":{"df":0,"docs":{},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"20":{"tf":1.0},"21":{"tf":1.0},"55":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":7,"docs":{"13":{"tf":1.0},"30":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":2,"docs":{"16":{"tf":1.0},"32":{"tf":1.0}}}}}}},"}":{"\\"":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"51":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"f":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"15":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":4,"docs":{"12":{"tf":1.0},"29":{"tf":1.0},"45":{"tf":1.0},"57":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":7,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.7320508075688772},"47":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}},"l":{"df":0,"docs":{},"s":{"df":3,"docs":{"10":{"tf":1.0},"41":{"tf":1.0},"57":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}}}},"q":{"df":1,"docs":{"57":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"17":{"tf":1.0},"45":{"tf":1.0},"52":{"tf":1.0},"7":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"22":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"34":{"tf":1.0},"47":{"tf":1.0}}},"df":0,"docs":{}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"22":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"29":{"tf":1.4142135623730951},"31":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":1,"docs":{"57":{"tf":1.0}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"17":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"41":{"tf":1.0},"8":{"tf":1.0}},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"57":{"tf":1.0}}}}}}}}}},"t":{"df":6,"docs":{"15":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"49":{"tf":1.0}}},"x":{"df":2,"docs":{"7":{"tf":1.0},"8":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"35":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0}}},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"56":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":3,"docs":{"13":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"53":{"tf":1.0},"55":{"tf":1.0}}}}}}},"n":{"df":14,"docs":{"10":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"33":{"tf":2.23606797749979},"50":{"tf":2.449489742783178},"51":{"tf":2.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"o":{"c":{"df":0,"docs":{},"u":{"df":2,"docs":{"6":{"tf":1.0},"7":{"tf":1.0}},"s":{"df":3,"docs":{"0":{"tf":1.0},"15":{"tf":1.0},"41":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"35":{"tf":1.0},"4":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"t":{"!":{"(":{"\\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"4":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"2":{"tf":1.0},"21":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"45":{"tf":1.0},"46":{"tf":1.0}}}}}}}}}}},"df":16,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.4142135623730951},"2":{"tf":1.0},"3":{"tf":1.4142135623730951},"4":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.4142135623730951},"55":{"tf":1.0},"6":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}},"’":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"8":{"tf":1.0}}}}}}},"d":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"3":{"tf":1.0},"56":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"40":{"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":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"45":{"tf":1.0},"50":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":7,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0}}}}},"t":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}},"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":1,"docs":{"1":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"58":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"17":{"tf":1.0},"22":{"tf":1.0}}}},"df":0,"docs":{},"o":{"d":{"df":5,"docs":{"10":{"tf":1.0},"38":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"17":{"tf":1.0},"22":{"tf":1.0}}},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"29":{"tf":1.0},"30":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":1,"docs":{"52":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"14":{"tf":1.0},"43":{"tf":1.0},"54":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"1":{"tf":1.0},"14":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"12":{"tf":1.0}},"l":{"df":4,"docs":{"0":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"r":{"d":{"df":1,"docs":{"8":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"24":{"tf":1.0},"29":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"17":{"tf":1.0},"4":{"tf":1.0},"9":{"tf":1.4142135623730951}},"i":{"df":2,"docs":{"20":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":1,"docs":{"5":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"0":{"tf":1.0},"51":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":8,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"39":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"53":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"i":{"[":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"20":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"a":{"df":3,"docs":{"32":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"14":{"tf":1.0}},"i":{"df":1,"docs":{"42":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"49":{"tf":1.0}}}}}}}},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.4142135623730951}}}},"l":{"df":2,"docs":{"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0}}}}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":4,"docs":{"0":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":7,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.0},"9":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"29":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"\\"":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"33":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"3":{"tf":1.0},"4":{"tf":1.4142135623730951},"58":{"tf":1.0},"6":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"12":{"tf":1.0},"21":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":3,"docs":{"20":{"tf":1.4142135623730951},"45":{"tf":1.0},"50":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"45":{"tf":1.0},"50":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"df":2,"docs":{"38":{"tf":1.0},"41":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"56":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"56":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":4,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"3":{"tf":1.0},"53":{"tf":1.0}}}},"n":{"d":{"df":4,"docs":{"17":{"tf":1.0},"43":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"55":{"tf":1.0},"6":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"0":{"tf":1.4142135623730951},"3":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":2,"docs":{"53":{"tf":1.0},"9":{"tf":2.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"5":{"tf":1.0}}}}}},"v":{"df":3,"docs":{"34":{"tf":1.0},"56":{"tf":1.0},"7":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"8":{"tf":1.0}},"t":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":2,"docs":{"41":{"tf":1.0},"50":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.0},"37":{"tf":1.0}}}},"’":{"df":1,"docs":{"0":{"tf":1.0}}}},"v":{"df":1,"docs":{"54":{"tf":1.0}}}},"j":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"g":{"df":4,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}}},"k":{"8":{"df":6,"docs":{"16":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"57":{"tf":1.0}},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"58":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":15,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.7320508075688772},"22":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951}}}},"y":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}},"n":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"55":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"13":{"tf":1.0},"7":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"21":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"37":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"26":{"tf":1.0},"4":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"15":{"tf":1.0},"21":{"tf":1.0},"3":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":3,"docs":{"12":{"tf":1.0},"30":{"tf":1.4142135623730951},"43":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":2,"docs":{"3":{"tf":1.0},"33":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":10,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"19":{"tf":1.0},"29":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"20":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":16,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"9":{"tf":1.0}}}}},"o":{"a":{"d":{"df":3,"docs":{"25":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"58":{"tf":1.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":5,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":11,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"35":{"tf":1.4142135623730951},"37":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.0}}},"t":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":3,"docs":{"50":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}},"i":{"c":{"df":2,"docs":{"49":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{}},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":6,"docs":{"10":{"tf":1.0},"17":{"tf":1.0},"30":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"39":{"tf":1.0},"7":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"57":{"tf":1.0}}},"p":{"df":3,"docs":{"22":{"tf":1.0},"37":{"tf":1.0},"6":{"tf":1.0}}},"s":{"df":1,"docs":{"15":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"r":{"df":2,"docs":{"12":{"tf":1.0},"4":{"tf":1.0}}},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"10":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"38":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":14,"docs":{"10":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"13":{"tf":1.0},"42":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":7,"docs":{"13":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"53":{"tf":1.0},"8":{"tf":1.0}}}},"n":{"df":0,"docs":{},"i":{"df":6,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0}}}},"p":{"df":3,"docs":{"16":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0}}},"t":{"c":{"df":0,"docs":{},"h":{"df":4,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"29":{"tf":1.0},"49":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"54":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"17":{"tf":1.0},"39":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}},"x":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"0":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}},"2":{"5":{"df":2,"docs":{"27":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"y":{"b":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":8,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"43":{"tf":1.0},"57":{"tf":1.0}}}}},"t":{"df":1,"docs":{"21":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"30":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"2":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"41":{"tf":1.0},"58":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"c":{"df":4,"docs":{"12":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"5":{"df":2,"docs":{"27":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"22":{"tf":1.0},"24":{"tf":1.0},"37":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"10":{"tf":1.4142135623730951},"55":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"56":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":5,"docs":{"34":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}}}},"x":{"df":2,"docs":{"56":{"tf":1.0},"8":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":7,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"43":{"tf":1.7320508075688772},"53":{"tf":1.0}}},"r":{"df":1,"docs":{"30":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"13":{"tf":1.0}}}},"df":1,"docs":{"45":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"31":{"tf":1.4142135623730951},"52":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"13":{"tf":1.0},"22":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":7,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.4142135623730951},"38":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":4,"docs":{"22":{"tf":1.0},"31":{"tf":1.4142135623730951},"55":{"tf":1.0},"57":{"tf":1.0}}}}}}},"t":{"df":10,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"50":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"45":{"tf":1.0},"50":{"tf":1.0}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"df":1,"docs":{"9":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":11,"docs":{"21":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.0},"57":{"tf":1.4142135623730951},"8":{"tf":1.0}},"—":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"g":{"df":1,"docs":{"41":{"tf":1.0}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":10,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":11,"docs":{"0":{"tf":1.7320508075688772},"15":{"tf":1.0},"17":{"tf":1.0},"3":{"tf":1.4142135623730951},"33":{"tf":2.0},"4":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0}}}}}}},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":5,"docs":{"33":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"47":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":2,"docs":{"33":{"tf":1.4142135623730951},"47":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":24,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"12":{"tf":1.4142135623730951},"15":{"tf":1.7320508075688772},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"2":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"33":{"tf":1.7320508075688772},"37":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.7320508075688772},"43":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.4142135623730951},"56":{"tf":1.0},"58":{"tf":1.7320508075688772},"7":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":2,"docs":{"22":{"tf":1.0},"8":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"df":6,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.7320508075688772},"41":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"{":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{":":{":":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"21":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"[":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":16,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"22":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"12":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"53":{"tf":1.0},"55":{"tf":1.0}}}}}},"k":{"(":{"_":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"\\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":8,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"50":{"tf":1.0}}},"n":{"c":{"df":3,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0}}},"df":4,"docs":{"15":{"tf":1.0},"3":{"tf":1.0},"40":{"tf":1.0},"48":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"39":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":10,"docs":{"0":{"tf":1.0},"17":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772},"57":{"tf":1.0}}}},"t":{"df":2,"docs":{"21":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"12":{"tf":1.0},"47":{"tf":1.0}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.4142135623730951},"58":{"tf":1.0},"6":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"21":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":8,"docs":{"12":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"3":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}}},"p":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"12":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"16":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"1":{"tf":1.0},"35":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"4":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.0},"7":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":4,"docs":{"14":{"tf":1.0},"2":{"tf":1.0},"42":{"tf":1.0},"54":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":5,"docs":{"0":{"tf":1.0},"19":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.7320508075688772}}}}}},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"35":{"tf":1.0},"41":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":1,"docs":{"12":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"19":{"tf":1.0},"26":{"tf":1.0},"31":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":3,"docs":{"15":{"tf":1.0},"21":{"tf":2.0},"22":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"33":{"tf":1.4142135623730951}}}},"r":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":4,"docs":{"0":{"tf":1.0},"29":{"tf":1.0},"4":{"tf":1.0},"58":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"15":{"tf":1.0},"16":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}}}}}}}}},"l":{"a":{"df":0,"docs":{},"n":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":7,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"[":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":23,"docs":{"1":{"tf":1.0},"12":{"tf":2.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"20":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.4142135623730951},"3":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":2.0},"36":{"tf":1.4142135623730951},"4":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"41":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"49":{"tf":1.0}},"g":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"13":{"tf":1.0},"18":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"d":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"3":{"tf":1.0}}}},"df":0,"docs":{}},"df":3,"docs":{"38":{"tf":1.0},"41":{"tf":1.0},"56":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"43":{"tf":1.0},"58":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"14":{"tf":1.0},"22":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"9":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"15":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"35":{"tf":1.4142135623730951},"41":{"tf":2.0},"43":{"tf":1.0},"45":{"tf":1.0}}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}},"t":{"df":3,"docs":{"22":{"tf":1.0},"48":{"tf":1.0},"56":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"35":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"11":{"tf":1.0},"5":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"n":{"df":1,"docs":{"29":{"tf":1.4142135623730951}}}}}}},"o":{"b":{"df":0,"docs":{},"e":{"df":8,"docs":{"17":{"tf":1.0},"21":{"tf":1.0},"28":{"tf":1.0},"40":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":5,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"58":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":6,"docs":{"0":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"47":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":1.0}},"t":{"df":5,"docs":{"10":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.0},"58":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":8,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"56":{"tf":1.0},"9":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":7,"docs":{"0":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"21":{"tf":1.0},"3":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"10":{"tf":1.0},"50":{"tf":1.0}},"r":{"df":1,"docs":{"41":{"tf":1.0}}}},"i":{"d":{"df":3,"docs":{"38":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":4,"docs":{"12":{"tf":1.4142135623730951},"4":{"tf":1.0},"40":{"tf":1.0},"58":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"40":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"b":{"df":3,"docs":{"33":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"58":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"57":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"18":{"tf":1.0},"3":{"tf":1.0}}}}}}}},"q":{"a":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"24":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}}}}}},"r":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"12":{"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":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"(":{"1":{"0":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":3,"docs":{"25":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":10,"docs":{"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"29":{"tf":2.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"12":{"tf":1.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"50":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"l":{"df":3,"docs":{"40":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0}},"e":{"df":0,"docs":{},"—":{"a":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":12,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"27":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772},"47":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.4142135623730951}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":4,"docs":{"0":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"49":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"1":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"47":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"19":{"tf":1.0},"31":{"tf":1.4142135623730951},"33":{"tf":1.7320508075688772},"57":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":3,"docs":{"13":{"tf":1.0},"21":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"42":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"35":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}},"x":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}},"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"22":{"tf":1.0},"47":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"20":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"3":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"43":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":4,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":7,"docs":{"19":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"40":{"tf":1.0},"57":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":7,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"57":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"12":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":4,"docs":{"16":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":9,"docs":{"12":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"27":{"tf":1.4142135623730951},"31":{"tf":2.23606797749979},"33":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":13,"docs":{"22":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":2.0},"35":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"58":{"tf":1.0},"9":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"4":{"tf":1.0},"46":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"15":{"tf":1.4142135623730951},"21":{"tf":1.0},"46":{"tf":1.0},"53":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":3,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"57":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"10":{"tf":1.0},"57":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":6,"docs":{"0":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}},"p":{"c":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"45":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.7320508075688772},"51":{"tf":1.4142135623730951}}}}}}}}},"df":20,"docs":{"1":{"tf":1.0},"10":{"tf":1.7320508075688772},"12":{"tf":1.7320508075688772},"13":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.7320508075688772},"20":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.7320508075688772},"39":{"tf":1.0},"4":{"tf":1.7320508075688772},"41":{"tf":1.0},"43":{"tf":2.0},"5":{"tf":1.0},"51":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.7320508075688772},"57":{"tf":1.4142135623730951},"58":{"tf":2.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"45":{"tf":1.0},"50":{"tf":1.4142135623730951}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":7,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":29,"docs":{"12":{"tf":1.0},"13":{"tf":1.4142135623730951},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.4142135623730951},"53":{"tf":1.7320508075688772},"56":{"tf":1.7320508075688772},"57":{"tf":1.7320508075688772},"58":{"tf":1.7320508075688772}},"’":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"40":{"tf":1.0}},"{":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"40":{"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":{},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"40":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"48":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":5,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"35":{"tf":1.4142135623730951},"53":{"tf":1.0},"57":{"tf":1.4142135623730951}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"0":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"41":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"24":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":10,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":30,"docs":{"1":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":2.23606797749979},"16":{"tf":1.7320508075688772},"17":{"tf":1.7320508075688772},"18":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":2.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":1.7320508075688772},"36":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":2.23606797749979},"5":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":2.23606797749979},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"57":{"tf":1.7320508075688772},"58":{"tf":2.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"39":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"41":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"22":{"tf":1.0},"7":{"tf":2.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"d":{"df":8,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}}},"df":4,"docs":{"17":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}},"f":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":3,"docs":{"21":{"tf":1.0},"50":{"tf":1.7320508075688772},"51":{"tf":1.7320508075688772}}}},"n":{"d":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"8":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"53":{"tf":1.0}},"i":{"c":{"df":5,"docs":{"0":{"tf":1.0},"38":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":6,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"35":{"tf":1.0},"42":{"tf":1.0},"55":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"16":{"tf":1.0},"38":{"tf":1.0},"56":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":10,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":7,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"10":{"tf":1.4142135623730951},"31":{"tf":1.0},"57":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"w":{"df":4,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"23":{"tf":1.0},"49":{"tf":1.0}}}}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":13,"docs":{"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.7320508075688772},"4":{"tf":1.0},"41":{"tf":1.7320508075688772},"47":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"9":{"tf":1.7320508075688772}},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"41":{"tf":1.0}}},"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":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"24":{"tf":1.0},"50":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"26":{"tf":1.0},"31":{"tf":1.0}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":3,"docs":{"12":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0}}}}},"t":{"df":1,"docs":{"15":{"tf":1.0}}},"z":{"df":0,"docs":{},"e":{"df":1,"docs":{"9":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"34":{"tf":1.0},"7":{"tf":1.0}}},"w":{"df":3,"docs":{"41":{"tf":1.0},"56":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"34":{"tf":1.0}}}},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"56":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"17":{"tf":1.0},"3":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":5,"docs":{"21":{"tf":1.0},"24":{"tf":1.0},"52":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"46":{"tf":1.0},"51":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"o":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"3":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":1,"docs":{"58":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":5,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"41":{"tf":1.0},"5":{"tf":1.0},"55":{"tf":1.0}},"i":{"df":1,"docs":{"17":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":3,"docs":{"22":{"tf":1.0},"36":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"38":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"56":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"22":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"df":0,"docs":{}},"_":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"46":{"tf":1.0},"51":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":13,"docs":{"12":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.7320508075688772},"43":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"7":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"e":{"df":3,"docs":{"12":{"tf":1.0},"22":{"tf":1.0},"9":{"tf":1.7320508075688772}}},"i":{"c":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}},"y":{"df":5,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"34":{"tf":1.4142135623730951},"51":{"tf":1.0},"57":{"tf":1.0}}}},"d":{":":{":":{"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":7,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{":":{":":{"a":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"50":{"tf":1.0}}},"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":{":":{":":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"24":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"21":{"tf":1.0},"41":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"57":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"p":{"df":3,"docs":{"12":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0}}}},"r":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"26":{"tf":1.0},"31":{"tf":1.4142135623730951}}}}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"55":{"tf":1.4142135623730951}}}}}},"u":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"25":{"tf":1.0}}}},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"6":{"tf":1.0}}}}},"df":6,"docs":{"0":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":1.0},"58":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"0":{"tf":1.0},"58":{"tf":1.0}}}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"39":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"16":{"tf":1.0},"33":{"tf":1.0},"54":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"13":{"tf":1.0},"22":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"27":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"30":{"tf":1.0}}}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"56":{"tf":1.0}}}}}}},"n":{"c":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":7,"docs":{"20":{"tf":1.4142135623730951},"3":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}}}}}}}},"t":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"7":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"2":{"0":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}},"4":{"5":{"df":2,"docs":{"27":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":4,"docs":{"17":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"43":{"tf":1.0}}}}},"d":{"df":3,"docs":{"20":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"22":{"tf":1.0},"3":{"tf":1.4142135623730951},"55":{"tf":1.0}}},"r":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"21":{"tf":1.0},"30":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"c":{"a":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"25":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":29,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.0},"11":{"tf":1.0},"15":{"tf":2.0},"16":{"tf":1.7320508075688772},"17":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.7320508075688772},"30":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"33":{"tf":1.7320508075688772},"43":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.4142135623730951},"52":{"tf":1.0},"53":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"47":{"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":{"46":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"{":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"51":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"7":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"13":{"tf":1.0},"35":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"e":{"df":13,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"3":{"tf":1.4142135623730951},"31":{"tf":1.0},"34":{"tf":1.7320508075688772},"37":{"tf":1.0},"41":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":1.7320508075688772}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"34":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"15":{"tf":1.0},"20":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"41":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"31":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":18,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.7320508075688772},"43":{"tf":1.7320508075688772},"48":{"tf":1.0},"50":{"tf":1.4142135623730951},"53":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"8":{"tf":1.0}},"y":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"g":{"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":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"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":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"15":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0}}},"k":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":14,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.7320508075688772},"40":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"58":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"33":{"tf":1.0},"49":{"tf":1.0},"55":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":18,"docs":{"0":{"tf":1.7320508075688772},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"21":{"tf":1.0},"25":{"tf":2.0},"26":{"tf":2.0},"27":{"tf":1.0},"29":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"5":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"5":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"16":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"19":{"tf":1.0},"58":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"33":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":3,"docs":{"22":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"36":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}}},"x":{"/":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"29":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"36":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"25":{"tf":1.0},"3":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"51":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":2,"docs":{"4":{"tf":1.0},"53":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"17":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"16":{"tf":1.0}}}},"df":24,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":2.23606797749979},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":1.0},"50":{"tf":2.23606797749979},"51":{"tf":1.7320508075688772},"53":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"19":{"tf":1.0},"55":{"tf":1.0},"9":{"tf":1.7320508075688772}},"s":{"(":{"1":{"0":{"df":2,"docs":{"26":{"tf":1.0},"31":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"3":{"0":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":2,"docs":{"25":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"z":{"df":3,"docs":{"33":{"tf":2.449489742783178},"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"2":{"df":4,"docs":{"25":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"3":{"df":3,"docs":{"24":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0}}},"4":{"df":3,"docs":{"27":{"tf":1.0},"30":{"tf":1.0},"8":{"tf":1.0}}},"7":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":19,"docs":{"0":{"tf":2.0},"13":{"tf":1.0},"17":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"55":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":2.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"!":{"[":{"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":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"10":{"tf":1.0},"31":{"tf":1.0},"57":{"tf":1.0}},"f":{"df":1,"docs":{"13":{"tf":1.0}},"i":{"df":11,"docs":{"0":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"27":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"16":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"[":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"12":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"58":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":2.0}},"e":{"df":0,"docs":{},"t":{"df":12,"docs":{"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.0}},"s":{"(":{"1":{"0":{"0":{"df":1,"docs":{"30":{"tf":1.0}}},"df":5,"docs":{"25":{"tf":1.0},"27":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"2":{"0":{"df":2,"docs":{"26":{"tf":1.0},"31":{"tf":1.0}}},"df":0,"docs":{}},"5":{"0":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}},"y":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":1,"docs":{"12":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"’":{"df":1,"docs":{"33":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"21":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"55":{"tf":1.0},"58":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"56":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":8,"docs":{"10":{"tf":1.0},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"20":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":4,"docs":{"38":{"tf":1.0},"45":{"tf":1.0},"52":{"tf":1.0},"56":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"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":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"2":{"0":{"df":2,"docs":{"26":{"tf":1.0},"31":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"0":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":1,"docs":{"10":{"tf":1.0}}},"6":{"0":{"0":{"df":1,"docs":{"30":{"tf":1.0}}},"df":4,"docs":{"10":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"9":{"0":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"0":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"0":{"tf":1.0},"34":{"tf":1.4142135623730951},"9":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"1":{"tf":1.0},"13":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":5,"docs":{"24":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"53":{"tf":1.7320508075688772}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":32,"docs":{"1":{"tf":1.0},"12":{"tf":2.23606797749979},"13":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.7320508075688772},"18":{"tf":1.4142135623730951},"19":{"tf":2.0},"20":{"tf":2.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.7320508075688772},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":2.23606797749979},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.4142135623730951},"50":{"tf":2.23606797749979},"51":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.7320508075688772},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"5":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"e":{"df":1,"docs":{"57":{"tf":1.0}}}}}},"breadcrumbs":{"root":{"0":{"df":1,"docs":{"10":{"tf":1.0}}},"1":{"0":{"0":{"df":1,"docs":{"29":{"tf":1.0}}},"df":3,"docs":{"10":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0}}},"df":1,"docs":{"10":{"tf":1.0}}},"2":{"0":{"df":1,"docs":{"29":{"tf":1.0}}},"df":1,"docs":{"7":{"tf":1.0}}},"3":{"0":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}},"5":{"0":{"df":1,"docs":{"29":{"tf":1.0}}},"df":1,"docs":{"7":{"tf":1.0}}},"6":{"0":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}},"7":{"df":1,"docs":{"31":{"tf":1.0}}},"_":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":6,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"a":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"58":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"43":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0}}}},"v":{"df":9,"docs":{"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"50":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"19":{"tf":1.0},"21":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"33":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"53":{"tf":1.0}}}}},"d":{"df":4,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"df":6,"docs":{"43":{"tf":1.0},"45":{"tf":1.7320508075688772},"46":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"49":{"tf":1.0}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"23":{"tf":1.0},"41":{"tf":1.0},"55":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":7,"docs":{"28":{"tf":2.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"46":{"tf":1.0}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"31":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"56":{"tf":1.0}}}}}}}}}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":4,"docs":{"17":{"tf":1.0},"21":{"tf":1.4142135623730951},"35":{"tf":1.0},"57":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":14,"docs":{"10":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}}}}},"df":1,"docs":{"22":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"10":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.7320508075688772}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":5,"docs":{"54":{"tf":1.7320508075688772},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":11,"docs":{"20":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"26":{"tf":1.7320508075688772},"27":{"tf":1.7320508075688772},"29":{"tf":1.4142135623730951},"30":{"tf":1.7320508075688772},"31":{"tf":1.7320508075688772},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.7320508075688772}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"4":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"41":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":7,"docs":{"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"15":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":12,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}}},"t":{"df":2,"docs":{"16":{"tf":1.0},"41":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"0":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{":":{":":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":11,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":2.0},"45":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"43":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":6,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"17":{"tf":1.7320508075688772},"35":{"tf":1.0},"5":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":16,"docs":{"0":{"tf":1.7320508075688772},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"35":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.7320508075688772},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"22":{"tf":1.0},"41":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"df":0,"docs":{}}}}},"b":{"(":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"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":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{}}}}},"d":{"df":3,"docs":{"10":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"38":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"22":{"tf":1.0},"36":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"43":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0}}}}}},"i":{"c":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}}}},"df":1,"docs":{"4":{"tf":1.0}},"e":{"c":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":6,"docs":{"22":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"56":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"40":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":9,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"22":{"tf":1.7320508075688772},"37":{"tf":1.0}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":7,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"56":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"41":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"b":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{"df":1,"docs":{"26":{"tf":1.0}}},"2":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":6,"docs":{"0":{"tf":1.7320508075688772},"17":{"tf":1.0},"19":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":19,"docs":{"0":{"tf":1.0},"10":{"tf":2.23606797749979},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":2.449489742783178},"43":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":2.0},"58":{"tf":1.4142135623730951},"7":{"tf":2.6457513110645907},"9":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"58":{"tf":1.0}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"0":{"tf":1.0},"1":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"18":{"tf":1.0},"20":{"tf":1.0},"26":{"tf":1.0},"55":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}}},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":7,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"13":{"tf":1.0},"29":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"o":{"a":{"d":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"9":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":14,"docs":{"12":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"43":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":5,"docs":{"21":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.7320508075688772},"52":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"z":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"c":{"(":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}},"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":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"9":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"56":{"tf":1.4142135623730951},"57":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"34":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"52":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"43":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0}}}},"c":{"df":2,"docs":{"28":{"tf":1.0},"29":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"35":{"tf":1.0},"43":{"tf":1.0},"57":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"31":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"30":{"tf":1.0},"34":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"56":{"tf":1.0}}}}},"df":1,"docs":{"4":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"1":{"tf":1.0},"53":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"2":{"df":1,"docs":{"26":{"tf":1.0}}},"5":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"0":{"tf":1.0}}},"df":0,"docs":{}}}},"df":3,"docs":{"19":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0}}}}}},"o":{"df":13,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"27":{"tf":1.7320508075688772},"31":{"tf":2.0},"33":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.7320508075688772},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"8":{"tf":2.23606797749979}},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"43":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.7320508075688772}}}},"c":{"df":0,"docs":{},"k":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":15,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"41":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"22":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"17":{"tf":1.4142135623730951},"22":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"56":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}}}}},"i":{"df":5,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"7":{"tf":1.4142135623730951}},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"48":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"41":{"tf":1.0},"56":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":5,"docs":{"12":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0}},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"r":{"df":7,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"|":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":4,"docs":{"45":{"tf":1.0},"50":{"tf":1.7320508075688772},"51":{"tf":1.7320508075688772},"53":{"tf":1.0}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":12,"docs":{"1":{"tf":1.0},"13":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.4142135623730951},"4":{"tf":1.7320508075688772},"41":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0}},"—":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"43":{"tf":1.0}}}}}}}}}}}},"o":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"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":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"41":{"tf":1.0}}}}}}}}},"df":3,"docs":{"20":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"14":{"tf":1.0},"23":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"40":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"33":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"22":{"tf":1.0},"35":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"18":{"tf":1.0},"4":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"3":{"tf":1.0},"58":{"tf":1.4142135623730951}}},"s":{"df":12,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.4142135623730951},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"58":{"tf":1.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":2,"docs":{"30":{"tf":1.0},"31":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":2,"docs":{"2":{"tf":1.0},"35":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"8":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"20":{"tf":1.0},"55":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"4":{"tf":1.0},"43":{"tf":1.0},"51":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"3":{"tf":1.0},"57":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":3,"docs":{"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"r":{"df":10,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.4142135623730951},"55":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"51":{"tf":1.4142135623730951},"56":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":8,"docs":{"0":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.7320508075688772},"27":{"tf":1.0},"33":{"tf":1.0},"58":{"tf":1.0},"7":{"tf":1.7320508075688772}}}}}},"i":{"d":{"df":1,"docs":{"45":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.0},"36":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"34":{"tf":1.4142135623730951},"47":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"m":{"df":3,"docs":{"15":{"tf":1.0},"41":{"tf":1.4142135623730951},"53":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"38":{"tf":1.0},"58":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"1":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"17":{"tf":1.0},"18":{"tf":1.7320508075688772},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.7320508075688772},"55":{"tf":1.4142135623730951}}}},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"0":{"tf":1.7320508075688772},"43":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"20":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"42":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":6,"docs":{"19":{"tf":1.4142135623730951},"33":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"38":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":3,"docs":{"12":{"tf":1.0},"31":{"tf":1.0},"43":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"43":{"tf":1.0},"53":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"23":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":9,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.7320508075688772},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.7320508075688772},"53":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"21":{"tf":1.0},"55":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"33":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"42":{"tf":1.0},"53":{"tf":2.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"17":{"tf":1.0},"58":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":4,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"x":{"df":2,"docs":{"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"33":{"tf":1.0},"48":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"34":{"tf":1.4142135623730951},"49":{"tf":1.0}}}}}}}},"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"[":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"a":{"df":7,"docs":{"0":{"tf":2.449489742783178},"22":{"tf":1.0},"26":{"tf":2.23606797749979},"30":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.7320508075688772},"9":{"tf":1.0}},"t":{"a":{"df":13,"docs":{"0":{"tf":2.23606797749979},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"4":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":2,"docs":{"12":{"tf":1.0},"4":{"tf":1.0}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":3,"docs":{"37":{"tf":1.0},"41":{"tf":1.0},"8":{"tf":1.0}},"g":{"df":2,"docs":{"11":{"tf":1.0},"54":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"12":{"tf":1.0},"17":{"tf":1.0}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"r":{"df":8,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"3":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"42":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":5,"docs":{"21":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"17":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"20":{"tf":1.0},"21":{"tf":1.0},"55":{"tf":1.0}}}}}}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":2,"docs":{"30":{"tf":1.0},"34":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"16":{"tf":1.0},"53":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"41":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":18,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"53":{"tf":1.0},"58":{"tf":1.4142135623730951},"6":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"(":{"&":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":7,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0}}}}},"df":0,"docs":{}}},"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":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"45":{"tf":1.0},"50":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":6,"docs":{"16":{"tf":1.0},"18":{"tf":1.4142135623730951},"3":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"13":{"tf":1.7320508075688772}}}}}},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"11":{"tf":1.0},"8":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":16,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.7320508075688772},"43":{"tf":2.23606797749979},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"14":{"tf":1.0},"35":{"tf":1.0},"57":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"37":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"38":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"54":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":3,"docs":{"0":{"tf":1.7320508075688772},"48":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"41":{"tf":1.0},"42":{"tf":1.0}},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"38":{"tf":1.4142135623730951},"4":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"22":{"tf":1.0},"53":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"\'":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"[":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}},"df":8,"docs":{"12":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0}},"n":{"df":1,"docs":{"18":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"l":{"df":6,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.0},"45":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.7320508075688772}}}},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":13,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":3,"docs":{"12":{"tf":1.0},"51":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"33":{"tf":2.0},"50":{"tf":1.7320508075688772},"51":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}},"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":7,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"7":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"12":{"tf":1.0}}}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"13":{"tf":1.0},"16":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"41":{"tf":1.0}}}}},"s":{"df":1,"docs":{"38":{"tf":1.0}},"i":{"df":1,"docs":{"17":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":3,"docs":{"12":{"tf":1.0},"29":{"tf":1.0},"4":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":6,"docs":{"0":{"tf":1.0},"21":{"tf":1.0},"41":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":3,"docs":{"27":{"tf":1.0},"31":{"tf":1.0},"8":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"d":{"df":4,"docs":{"16":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":2,"docs":{"10":{"tf":1.0},"43":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"15":{"tf":1.0},"3":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":6,"docs":{"10":{"tf":1.4142135623730951},"17":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"35":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.4142135623730951},"48":{"tf":1.0},"58":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":19,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"35":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.7320508075688772},"53":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"56":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"—":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"r":{"(":{"\\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"50":{"tf":1.0}}}}},"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"46":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"2":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"a":{"df":0,"docs":{},"l":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":8,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"47":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":3,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0}}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":19,"docs":{"15":{"tf":1.0},"23":{"tf":1.7320508075688772},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.7320508075688772},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"49":{"tf":1.7320508075688772},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"4":{"tf":1.4142135623730951},"40":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"0":{"tf":1.4142135623730951},"17":{"tf":1.0},"3":{"tf":1.0},"55":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951}},"s":{"(":{"0":{"df":1,"docs":{"24":{"tf":1.0}}},"1":{"df":6,"docs":{"25":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}},"2":{"df":3,"docs":{"26":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":6,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":10,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":31,"docs":{"1":{"tf":1.0},"12":{"tf":2.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":2.0},"19":{"tf":1.0},"20":{"tf":2.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"34":{"tf":1.7320508075688772},"35":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"40":{"tf":1.7320508075688772},"41":{"tf":1.0},"43":{"tf":2.23606797749979},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"49":{"tf":2.0},"50":{"tf":2.23606797749979},"51":{"tf":2.23606797749979},"52":{"tf":1.4142135623730951},"53":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.7320508075688772},"7":{"tf":1.7320508075688772},"9":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"55":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}},"s":{"df":2,"docs":{"41":{"tf":1.0},"45":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"—":{"a":{"d":{"df":0,"docs":{},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"20":{"tf":1.0},"21":{"tf":1.0},"55":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":10,"docs":{"13":{"tf":1.0},"30":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.7320508075688772},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.4142135623730951}}},"df":0,"docs":{},"s":{"df":2,"docs":{"16":{"tf":1.0},"32":{"tf":1.4142135623730951}}}}}}},"}":{"\\"":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"51":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"f":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"15":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":4,"docs":{"12":{"tf":1.0},"29":{"tf":1.0},"45":{"tf":1.0},"57":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":7,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.7320508075688772},"47":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}},"l":{"df":0,"docs":{},"s":{"df":3,"docs":{"10":{"tf":1.0},"41":{"tf":1.0},"57":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}}}},"q":{"df":1,"docs":{"57":{"tf":1.7320508075688772}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"17":{"tf":1.0},"45":{"tf":1.0},"52":{"tf":1.0},"7":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"22":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"34":{"tf":1.0},"47":{"tf":1.0}}},"df":0,"docs":{}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"22":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"29":{"tf":1.4142135623730951},"31":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":1,"docs":{"57":{"tf":1.0}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"17":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"41":{"tf":1.0},"8":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"57":{"tf":1.0}}}}}}}}}},"t":{"df":6,"docs":{"15":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"49":{"tf":1.0}}},"x":{"df":2,"docs":{"7":{"tf":1.0},"8":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"35":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0}}},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"56":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":3,"docs":{"13":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"53":{"tf":1.0},"55":{"tf":1.0}}}}}}},"n":{"df":14,"docs":{"10":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"33":{"tf":2.23606797749979},"50":{"tf":2.449489742783178},"51":{"tf":2.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"o":{"c":{"df":0,"docs":{},"u":{"df":2,"docs":{"6":{"tf":1.0},"7":{"tf":1.0}},"s":{"df":3,"docs":{"0":{"tf":1.0},"15":{"tf":1.0},"41":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"35":{"tf":1.0},"4":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"t":{"!":{"(":{"\\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"4":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":13,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"2":{"tf":1.7320508075688772},"21":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"45":{"tf":1.0},"46":{"tf":1.0}}}}}}}}}}},"df":20,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.4142135623730951},"2":{"tf":1.0},"3":{"tf":1.4142135623730951},"4":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.7320508075688772},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.4142135623730951},"55":{"tf":1.0},"6":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}},"’":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"8":{"tf":1.0}}}}}}},"d":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"3":{"tf":1.0},"56":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"40":{"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":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"45":{"tf":1.0},"50":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":7,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0}}}}},"t":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}},"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":1,"docs":{"1":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"58":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"17":{"tf":1.0},"22":{"tf":1.0}}}},"df":0,"docs":{},"o":{"d":{"df":5,"docs":{"10":{"tf":1.0},"38":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"17":{"tf":1.0},"22":{"tf":1.0}}},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"29":{"tf":1.0},"30":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":1,"docs":{"52":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"14":{"tf":1.0},"43":{"tf":1.0},"54":{"tf":1.0}}},"df":0,"docs":{}}},"df":29,"docs":{"1":{"tf":1.0},"14":{"tf":1.7320508075688772},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"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}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"12":{"tf":1.0}},"l":{"df":4,"docs":{"0":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"r":{"d":{"df":1,"docs":{"8":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"24":{"tf":1.0},"29":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"17":{"tf":1.0},"4":{"tf":1.0},"9":{"tf":1.7320508075688772}},"i":{"df":2,"docs":{"20":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":1,"docs":{"5":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.7320508075688772}}}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"0":{"tf":1.0},"51":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":8,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"39":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"53":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"i":{"[":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"20":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"a":{"df":3,"docs":{"32":{"tf":1.4142135623730951},"50":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"i":{"df":28,"docs":{"14":{"tf":1.7320508075688772},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"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}},"i":{"df":12,"docs":{"42":{"tf":1.7320508075688772},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"49":{"tf":1.0}}}}}}}},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.7320508075688772}}}},"l":{"df":2,"docs":{"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0}}}}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":4,"docs":{"0":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":7,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.0},"9":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"29":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"\\"":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"33":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"3":{"tf":1.0},"4":{"tf":1.4142135623730951},"58":{"tf":1.0},"6":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"12":{"tf":1.0},"21":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":3,"docs":{"20":{"tf":1.4142135623730951},"45":{"tf":1.0},"50":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"45":{"tf":1.0},"50":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"df":2,"docs":{"38":{"tf":1.0},"41":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"56":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"56":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":4,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"3":{"tf":1.0},"53":{"tf":1.0}}}},"n":{"d":{"df":4,"docs":{"17":{"tf":1.0},"43":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"55":{"tf":1.0},"6":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"0":{"tf":1.4142135623730951},"3":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":2,"docs":{"53":{"tf":1.7320508075688772},"9":{"tf":2.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"5":{"tf":1.0}}}}}},"v":{"df":3,"docs":{"34":{"tf":1.0},"56":{"tf":1.0},"7":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"8":{"tf":1.0}},"t":{"df":1,"docs":{"3":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":2,"docs":{"41":{"tf":1.0},"50":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.0},"37":{"tf":1.0}}}},"’":{"df":1,"docs":{"0":{"tf":1.0}}}},"v":{"df":5,"docs":{"54":{"tf":1.7320508075688772},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}}},"j":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"g":{"df":4,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}}},"k":{"8":{"df":6,"docs":{"16":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"57":{"tf":1.0}},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"58":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":15,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.7320508075688772},"22":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951}}}},"y":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}},"n":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"55":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"39":{"tf":1.4142135623730951},"4":{"tf":1.0},"53":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"13":{"tf":1.0},"7":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"21":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"37":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"26":{"tf":1.0},"4":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"15":{"tf":1.7320508075688772},"21":{"tf":1.0},"3":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":3,"docs":{"12":{"tf":1.0},"30":{"tf":1.4142135623730951},"43":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"t":{"df":2,"docs":{"3":{"tf":1.0},"33":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":10,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.7320508075688772},"53":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"12":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"19":{"tf":1.0},"29":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"20":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":16,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.4142135623730951},"3":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"9":{"tf":1.0}}}}},"o":{"a":{"d":{"df":3,"docs":{"25":{"tf":1.0},"29":{"tf":1.4142135623730951},"30":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"58":{"tf":1.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":5,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":11,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"35":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"4":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.0}}},"t":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":3,"docs":{"50":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}},"i":{"c":{"df":2,"docs":{"49":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{}},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":6,"docs":{"10":{"tf":1.0},"17":{"tf":1.0},"30":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"39":{"tf":1.0},"7":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"57":{"tf":1.0}}},"p":{"df":3,"docs":{"22":{"tf":1.0},"37":{"tf":1.0},"6":{"tf":1.0}}},"s":{"df":1,"docs":{"15":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"r":{"df":2,"docs":{"12":{"tf":1.0},"4":{"tf":1.0}}},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"10":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"38":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":14,"docs":{"10":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"13":{"tf":1.0},"42":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":7,"docs":{"13":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"53":{"tf":1.0},"8":{"tf":1.0}}}},"n":{"df":0,"docs":{},"i":{"df":6,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0}}}},"p":{"df":3,"docs":{"16":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0}}},"t":{"c":{"df":0,"docs":{},"h":{"df":4,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"29":{"tf":1.0},"49":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"54":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"17":{"tf":1.0},"39":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}},"x":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"0":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}},"2":{"5":{"df":2,"docs":{"27":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"y":{"b":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":8,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"43":{"tf":1.0},"57":{"tf":1.0}}}}},"t":{"df":1,"docs":{"21":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"30":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"2":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"41":{"tf":1.0},"58":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"c":{"df":4,"docs":{"12":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"5":{"df":2,"docs":{"27":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"22":{"tf":1.0},"24":{"tf":1.0},"37":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"10":{"tf":1.7320508075688772},"55":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"56":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":5,"docs":{"34":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}}}},"x":{"df":2,"docs":{"56":{"tf":1.0},"8":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":7,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"43":{"tf":2.23606797749979},"53":{"tf":1.0}}},"r":{"df":1,"docs":{"30":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"13":{"tf":1.0}}}},"df":1,"docs":{"45":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"31":{"tf":1.4142135623730951},"52":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"13":{"tf":1.0},"22":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":7,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.4142135623730951},"38":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":4,"docs":{"22":{"tf":1.0},"31":{"tf":1.4142135623730951},"55":{"tf":1.0},"57":{"tf":1.0}}}}}}},"t":{"df":10,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"50":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"45":{"tf":1.0},"50":{"tf":1.0}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"df":1,"docs":{"9":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":11,"docs":{"21":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.0},"57":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"g":{"df":1,"docs":{"41":{"tf":1.0}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":10,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":11,"docs":{"0":{"tf":1.7320508075688772},"15":{"tf":1.0},"17":{"tf":1.0},"3":{"tf":1.4142135623730951},"33":{"tf":2.23606797749979},"4":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0}}}}}}},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":8,"docs":{"33":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.7320508075688772},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"47":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":2,"docs":{"33":{"tf":1.4142135623730951},"47":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":24,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"12":{"tf":1.4142135623730951},"15":{"tf":1.7320508075688772},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"2":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"33":{"tf":1.7320508075688772},"37":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.7320508075688772},"43":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.4142135623730951},"56":{"tf":1.0},"58":{"tf":1.7320508075688772},"7":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":2,"docs":{"22":{"tf":1.0},"8":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"df":6,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.7320508075688772},"41":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"{":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{":":{":":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"21":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"[":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":16,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"22":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"12":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"53":{"tf":1.0},"55":{"tf":1.0}}}}}},"k":{"(":{"_":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"\\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":8,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"50":{"tf":1.0}}},"n":{"c":{"df":3,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0}}},"df":4,"docs":{"15":{"tf":1.0},"3":{"tf":1.0},"40":{"tf":1.0},"48":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"39":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":10,"docs":{"0":{"tf":1.0},"17":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"41":{"tf":2.23606797749979},"57":{"tf":1.0}}}},"t":{"df":2,"docs":{"21":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"12":{"tf":1.0},"47":{"tf":1.0}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.4142135623730951},"58":{"tf":1.0},"6":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"21":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":8,"docs":{"12":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"3":{"tf":1.0},"6":{"tf":1.4142135623730951},"9":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.7320508075688772}}}}}}}}}},"p":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"12":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"16":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"1":{"tf":1.0},"35":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"4":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.0},"7":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":57,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.7320508075688772},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.7320508075688772},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"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},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.7320508075688772},"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":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.7320508075688772},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":5,"docs":{"0":{"tf":1.0},"19":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":2.0}}}}}},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"35":{"tf":1.0},"41":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":1,"docs":{"12":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"19":{"tf":1.0},"26":{"tf":1.0},"31":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":3,"docs":{"15":{"tf":1.0},"21":{"tf":2.449489742783178},"22":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"33":{"tf":1.4142135623730951}}}},"r":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":4,"docs":{"0":{"tf":1.0},"29":{"tf":1.0},"4":{"tf":1.0},"58":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":7,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"5":{"tf":1.7320508075688772},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"15":{"tf":1.0},"16":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}}}}}}}}},"l":{"a":{"df":0,"docs":{},"n":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":7,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"[":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":23,"docs":{"1":{"tf":1.0},"12":{"tf":2.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"20":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.4142135623730951},"3":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":2.0},"36":{"tf":1.4142135623730951},"4":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"41":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"49":{"tf":1.0}},"g":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"13":{"tf":1.0},"18":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"d":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"3":{"tf":1.0}}}},"df":0,"docs":{}},"df":3,"docs":{"38":{"tf":1.0},"41":{"tf":1.0},"56":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"43":{"tf":1.0},"58":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"14":{"tf":1.0},"22":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"9":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"15":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"35":{"tf":1.4142135623730951},"41":{"tf":2.0},"43":{"tf":1.0},"45":{"tf":1.0}}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}},"t":{"df":3,"docs":{"22":{"tf":1.0},"48":{"tf":1.0},"56":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"35":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":2.0}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"11":{"tf":1.0},"5":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"n":{"df":1,"docs":{"29":{"tf":1.4142135623730951}}}}}}},"o":{"b":{"df":0,"docs":{},"e":{"df":8,"docs":{"17":{"tf":1.0},"21":{"tf":1.0},"28":{"tf":1.0},"40":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.4142135623730951},"52":{"tf":1.0},"53":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":5,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"58":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":6,"docs":{"0":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"47":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":1.0}},"t":{"df":5,"docs":{"10":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.0},"58":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":8,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"29":{"tf":1.4142135623730951},"3":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"56":{"tf":1.0},"9":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":7,"docs":{"0":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"21":{"tf":1.0},"3":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":2.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"10":{"tf":1.0},"50":{"tf":1.0}},"r":{"df":1,"docs":{"41":{"tf":1.0}}}},"i":{"d":{"df":3,"docs":{"38":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":4,"docs":{"12":{"tf":1.4142135623730951},"4":{"tf":1.0},"40":{"tf":1.0},"58":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"40":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"b":{"df":3,"docs":{"33":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"58":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"57":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"18":{"tf":1.0},"3":{"tf":1.0}}}}}}}},"q":{"a":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"24":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}}}}}},"r":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"12":{"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":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"(":{"1":{"0":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":3,"docs":{"25":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":10,"docs":{"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"29":{"tf":2.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"12":{"tf":1.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"50":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"l":{"df":3,"docs":{"40":{"tf":1.0},"50":{"tf":1.7320508075688772},"51":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"—":{"a":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":12,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"27":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772},"47":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.4142135623730951}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":4,"docs":{"0":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"49":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"1":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"47":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"19":{"tf":1.0},"31":{"tf":1.4142135623730951},"33":{"tf":2.0},"57":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":3,"docs":{"13":{"tf":1.0},"21":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":13,"docs":{"42":{"tf":1.7320508075688772},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":2.0},"54":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"35":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}},"x":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}},"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"22":{"tf":1.0},"47":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"20":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"3":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"43":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":4,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":7,"docs":{"19":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"40":{"tf":1.0},"57":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":7,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"27":{"tf":1.7320508075688772},"28":{"tf":1.0},"57":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"12":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":4,"docs":{"16":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":9,"docs":{"12":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"27":{"tf":1.4142135623730951},"31":{"tf":2.23606797749979},"33":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":13,"docs":{"22":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":2.0},"35":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"58":{"tf":1.0},"9":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"4":{"tf":1.0},"46":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"15":{"tf":1.4142135623730951},"21":{"tf":1.0},"46":{"tf":1.0},"53":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":3,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"57":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"10":{"tf":1.0},"57":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":6,"docs":{"0":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}},"p":{"c":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"45":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.7320508075688772},"51":{"tf":1.4142135623730951}}}}}}}}},"df":20,"docs":{"1":{"tf":1.0},"10":{"tf":2.0},"12":{"tf":1.7320508075688772},"13":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.7320508075688772},"20":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":2.23606797749979},"39":{"tf":1.0},"4":{"tf":1.7320508075688772},"41":{"tf":1.0},"43":{"tf":2.0},"5":{"tf":1.0},"51":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.7320508075688772},"57":{"tf":1.4142135623730951},"58":{"tf":2.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"45":{"tf":1.0},"50":{"tf":1.4142135623730951}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":7,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":29,"docs":{"12":{"tf":1.0},"13":{"tf":1.4142135623730951},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.7320508075688772},"36":{"tf":2.0},"37":{"tf":1.7320508075688772},"38":{"tf":1.7320508075688772},"39":{"tf":1.7320508075688772},"4":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"43":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.7320508075688772},"53":{"tf":1.7320508075688772},"56":{"tf":1.7320508075688772},"57":{"tf":1.7320508075688772},"58":{"tf":1.7320508075688772}},"’":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"40":{"tf":1.0}},"{":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"40":{"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":{},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"40":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"49":{"tf":1.7320508075688772},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"48":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":5,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"35":{"tf":1.4142135623730951},"53":{"tf":1.0},"57":{"tf":1.4142135623730951}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"0":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"41":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"24":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":10,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.7320508075688772}}}}}}}},"df":0,"docs":{}}}}},"df":30,"docs":{"1":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.7320508075688772},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":2.23606797749979},"16":{"tf":1.7320508075688772},"17":{"tf":2.23606797749979},"18":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":2.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":2.23606797749979},"36":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":2.6457513110645907},"5":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":2.23606797749979},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":2.0},"57":{"tf":1.7320508075688772},"58":{"tf":2.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"39":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"41":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"22":{"tf":1.0},"7":{"tf":2.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"d":{"df":8,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}}},"df":4,"docs":{"17":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}},"f":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":3,"docs":{"21":{"tf":1.0},"50":{"tf":1.7320508075688772},"51":{"tf":1.7320508075688772}}}},"n":{"d":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"8":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"53":{"tf":1.0}},"i":{"c":{"df":5,"docs":{"0":{"tf":1.0},"38":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":6,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"35":{"tf":1.0},"42":{"tf":1.0},"55":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"16":{"tf":1.0},"38":{"tf":1.0},"56":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":10,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":7,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.7320508075688772}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"10":{"tf":1.4142135623730951},"31":{"tf":1.0},"57":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"w":{"df":4,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"23":{"tf":1.0},"49":{"tf":1.0}}}}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":13,"docs":{"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.7320508075688772},"4":{"tf":1.0},"41":{"tf":1.7320508075688772},"47":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"9":{"tf":2.0}},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"41":{"tf":1.0}}},"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":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"24":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"26":{"tf":1.0},"31":{"tf":1.0}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":3,"docs":{"12":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0}}}}},"t":{"df":1,"docs":{"15":{"tf":1.0}}},"z":{"df":0,"docs":{},"e":{"df":1,"docs":{"9":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"34":{"tf":1.0},"7":{"tf":1.0}}},"w":{"df":3,"docs":{"41":{"tf":1.0},"56":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"34":{"tf":1.0}}}},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"56":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"17":{"tf":1.0},"3":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":5,"docs":{"21":{"tf":1.0},"24":{"tf":1.0},"52":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"46":{"tf":1.0},"51":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"o":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"3":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":1,"docs":{"58":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":5,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"41":{"tf":1.0},"5":{"tf":1.0},"55":{"tf":1.0}},"i":{"df":1,"docs":{"17":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":3,"docs":{"22":{"tf":1.0},"36":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"38":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"56":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"22":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"df":0,"docs":{}},"_":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"46":{"tf":1.0},"51":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":13,"docs":{"12":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.7320508075688772},"43":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"7":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"e":{"df":3,"docs":{"12":{"tf":1.0},"22":{"tf":1.0},"9":{"tf":1.7320508075688772}}},"i":{"c":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}},"y":{"df":5,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"34":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"57":{"tf":1.0}}}},"d":{":":{":":{"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":7,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{":":{":":{"a":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"50":{"tf":1.0}}},"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":{":":{":":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"24":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"21":{"tf":1.0},"41":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"57":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"p":{"df":3,"docs":{"12":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0}}}},"r":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"26":{"tf":1.0},"31":{"tf":1.4142135623730951}}}}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"55":{"tf":1.4142135623730951}}}}}},"u":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"25":{"tf":1.0}}}},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"6":{"tf":1.0}}}}},"df":6,"docs":{"0":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":1.0},"58":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"0":{"tf":1.0},"58":{"tf":1.0}}}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"39":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"16":{"tf":1.0},"33":{"tf":1.0},"54":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"13":{"tf":1.0},"22":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"27":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"30":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"56":{"tf":1.0}}}}}}},"n":{"c":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":7,"docs":{"20":{"tf":1.4142135623730951},"3":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}}}}}}}},"t":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"7":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"2":{"0":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}},"4":{"5":{"df":2,"docs":{"27":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":4,"docs":{"17":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.7320508075688772},"57":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"43":{"tf":1.0}}}}},"d":{"df":3,"docs":{"20":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"22":{"tf":1.0},"3":{"tf":1.4142135623730951},"55":{"tf":1.0}}},"r":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"21":{"tf":1.0},"30":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"c":{"a":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"25":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":31,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.4142135623730951},"15":{"tf":2.0},"16":{"tf":1.7320508075688772},"17":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.7320508075688772},"28":{"tf":1.0},"29":{"tf":1.4142135623730951},"3":{"tf":1.7320508075688772},"30":{"tf":1.7320508075688772},"31":{"tf":1.7320508075688772},"33":{"tf":1.7320508075688772},"43":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":2.0},"52":{"tf":1.0},"53":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"6":{"tf":1.7320508075688772},"7":{"tf":1.4142135623730951},"8":{"tf":1.7320508075688772},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"47":{"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":{"46":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"{":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"51":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"7":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"13":{"tf":1.0},"35":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"e":{"df":13,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"3":{"tf":1.4142135623730951},"31":{"tf":1.0},"34":{"tf":2.0},"37":{"tf":1.0},"41":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":2.23606797749979}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"34":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"15":{"tf":1.0},"20":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"41":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"31":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":18,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.7320508075688772},"43":{"tf":1.7320508075688772},"48":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"53":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"8":{"tf":1.0}},"y":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"g":{"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":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"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":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"15":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0}}},"k":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":14,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.7320508075688772},"40":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"58":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"33":{"tf":1.0},"49":{"tf":1.0},"55":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":18,"docs":{"0":{"tf":1.7320508075688772},"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"21":{"tf":1.0},"25":{"tf":2.23606797749979},"26":{"tf":2.23606797749979},"27":{"tf":1.0},"29":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"5":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"5":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"16":{"tf":1.7320508075688772}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"19":{"tf":1.0},"58":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.7320508075688772}}}}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"33":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":3,"docs":{"22":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"36":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}}},"x":{"/":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"29":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"36":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"25":{"tf":1.0},"3":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"51":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":2,"docs":{"4":{"tf":1.0},"53":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"17":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"16":{"tf":1.0}}}},"df":24,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":2.23606797749979},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":1.0},"50":{"tf":2.23606797749979},"51":{"tf":1.7320508075688772},"53":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":30,"docs":{"14":{"tf":1.7320508075688772},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"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},"55":{"tf":1.0},"9":{"tf":1.7320508075688772}},"s":{"(":{"1":{"0":{"df":2,"docs":{"26":{"tf":1.0},"31":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"3":{"0":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":2,"docs":{"25":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"z":{"df":3,"docs":{"33":{"tf":2.449489742783178},"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"2":{"df":4,"docs":{"25":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"3":{"df":3,"docs":{"24":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0}}},"4":{"df":3,"docs":{"27":{"tf":1.0},"30":{"tf":1.0},"8":{"tf":1.0}}},"7":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":19,"docs":{"0":{"tf":2.0},"13":{"tf":1.0},"17":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"55":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":2.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"!":{"[":{"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":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"10":{"tf":1.0},"31":{"tf":1.0},"57":{"tf":1.0}},"f":{"df":1,"docs":{"13":{"tf":1.0}},"i":{"df":11,"docs":{"0":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"27":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"16":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"[":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"12":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"58":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"21":{"tf":1.0},"7":{"tf":2.23606797749979}},"e":{"df":0,"docs":{},"t":{"df":12,"docs":{"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.0}},"s":{"(":{"1":{"0":{"0":{"df":1,"docs":{"30":{"tf":1.0}}},"df":5,"docs":{"25":{"tf":1.0},"27":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"2":{"0":{"df":2,"docs":{"26":{"tf":1.0},"31":{"tf":1.0}}},"df":0,"docs":{}},"5":{"0":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}},"y":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":1,"docs":{"12":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"’":{"df":1,"docs":{"33":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"21":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"55":{"tf":1.0},"58":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"56":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":8,"docs":{"10":{"tf":1.4142135623730951},"12":{"tf":1.4142135623730951},"17":{"tf":1.0},"20":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":4,"docs":{"38":{"tf":1.0},"45":{"tf":1.0},"52":{"tf":1.4142135623730951},"56":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"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":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"2":{"0":{"df":2,"docs":{"26":{"tf":1.0},"31":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"0":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":1,"docs":{"10":{"tf":1.0}}},"6":{"0":{"0":{"df":1,"docs":{"30":{"tf":1.0}}},"df":4,"docs":{"10":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"9":{"0":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"0":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"0":{"tf":1.0},"34":{"tf":1.4142135623730951},"9":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"1":{"tf":1.0},"13":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":5,"docs":{"24":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"53":{"tf":1.7320508075688772}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":33,"docs":{"1":{"tf":1.0},"12":{"tf":2.23606797749979},"13":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.7320508075688772},"18":{"tf":2.0},"19":{"tf":2.449489742783178},"20":{"tf":2.23606797749979},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"25":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"33":{"tf":1.0},"35":{"tf":1.7320508075688772},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":2.23606797749979},"45":{"tf":1.7320508075688772},"46":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":2.0},"50":{"tf":2.6457513110645907},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.7320508075688772},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"15":{"tf":2.0},"16":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"5":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"e":{"df":1,"docs":{"57":{"tf":1.0}}}}}},"title":{"root":{"a":{"d":{"df":4,"docs":{"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"31":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"54":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"17":{"tf":1.0}}}}}}}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":3,"docs":{"27":{"tf":1.0},"31":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"40":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"38":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"51":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"24":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"55":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"55":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"53":{"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":{"34":{"tf":1.0}}}}}}}},"d":{"a":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"42":{"tf":1.0},"43":{"tf":1.0}}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"38":{"tf":1.0}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"l":{"df":1,"docs":{"55":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"23":{"tf":1.0},"28":{"tf":1.0},"49":{"tf":1.0}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"18":{"tf":1.0},"20":{"tf":1.0},"34":{"tf":1.0},"40":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"32":{"tf":1.0}}}}}}}},"f":{"a":{"df":0,"docs":{},"q":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"44":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"58":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"14":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"48":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":1,"docs":{"14":{"tf":1.0}},"i":{"df":1,"docs":{"42":{"tf":1.0}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"53":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"v":{"df":1,"docs":{"54":{"tf":1.0}}}},"k":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"39":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"24":{"tf":1.0}}}}},"o":{"a":{"d":{"df":2,"docs":{"29":{"tf":1.0},"30":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"10":{"tf":1.0}}}}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"w":{"df":1,"docs":{"49":{"tf":1.0}}}}},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"9":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"14":{"tf":1.0},"2":{"tf":1.0},"42":{"tf":1.0},"54":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"o":{"b":{"df":0,"docs":{},"e":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"29":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"33":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"42":{"tf":1.0},"53":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"n":{"df":2,"docs":{"10":{"tf":1.0},"35":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"47":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":5,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":1.0},"56":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"24":{"tf":1.0},"50":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"30":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"5":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":2,"docs":{"34":{"tf":1.0},"7":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"48":{"tf":1.0}}}}}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"25":{"tf":1.0},"26":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":1,"docs":{"16":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}}}},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"10":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"52":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":7,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"45":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"lang":"English","pipeline":["trimmer","stopWordFilter","stemmer"],"ref":"id","version":"0.9.5"},"results_options":{"limit_results":30,"teaser_word_count":30},"search_options":{"bool":"OR","expand":true,"fields":{"body":{"boost":1},"breadcrumbs":{"boost":1},"title":{"boost":2}}}}')); \ No newline at end of file diff --git a/docs/searchindex-ff54b984.js b/docs/searchindex-ff54b984.js new file mode 100644 index 0000000..7414ae8 --- /dev/null +++ b/docs/searchindex-ff54b984.js @@ -0,0 +1 @@ +window.search = Object.assign(window.search, JSON.parse('{"doc_urls":["project-context-primer.html#project-context-primer","what-you-will-learn.html#what-you-will-learn","part-i.html#part-i--foundations","introduction.html#introduction","architecture-overview.html#architecture-overview","architecture-overview.html#core-flow","architecture-overview.html#components","architecture-overview.html#entry-points","architecture-overview.html#builder-api","architecture-overview.html#deployers","architecture-overview.html#assets-and-images","architecture-overview.html#docker-image","architecture-overview.html#circuit-assets","architecture-overview.html#compose-stack","architecture-overview.html#logging-architecture","architecture-overview.html#observability","testing-philosophy.html#testing-philosophy","testing-philosophy.html#declarative-over-imperative","testing-philosophy.html#protocol-time-not-wall-time","testing-philosophy.html#determinism-first-chaos-when-needed","testing-philosophy.html#observable-health-signals","testing-philosophy.html#minimum-run-windows","testing-philosophy.html#summary","scenario-lifecycle.html#scenario-lifecycle","design-rationale.html#design-rationale","part-ii.html#part-ii--user-guide","workspace-layout.html#workspace-layout","annotated-tree.html#annotated-tree","annotated-tree.html#key-directories-explained","annotated-tree.html#testing-framework","annotated-tree.html#testing-frameworkassetsstack","annotated-tree.html#examples-start-here","annotated-tree.html#scripts","annotated-tree.html#observability","annotated-tree.html#navigation-guide","authoring-scenarios.html#authoring-scenarios","workloads.html#core-content-workloads--expectations","workloads.html#workloads","workloads.html#expectations","scenario-builder-ext-patterns.html#core-content-scenariobuilderext-patterns","best-practices.html#best-practices","examples.html#examples","examples.html#simple-consensus-liveness","examples.html#transaction-workload","examples.html#da--transaction-workload","examples.html#chaos-resilience","examples-advanced.html#advanced-examples","examples-advanced.html#summary","examples-advanced.html#load-progression-test","examples-advanced.html#sustained-load-test","examples-advanced.html#aggressive-chaos-test","examples-advanced.html#extension-ideas","examples-advanced.html#network-partition-recovery","examples-advanced.html#block-timing-consistency","examples-advanced.html#invalid-transaction-fuzzing","examples-advanced.html#wallet-balance-verification","running-scenarios.html#running-scenarios","runners.html#runners","runners.html#local-runner","runners.html#docker-compose-runner","runners.html#kubernetes-runner","runners.html#common-expectations","operations.html#operations","operations.html#ci-usage","operations.html#running-examples","operations.html#local-runner","operations.html#compose-runner","operations.html#k8s-runner","operations.html#circuit-assets-kzg-parameters","operations.html#asset-location","operations.html#getting-circuit-assets","operations.html#ci-workflow","operations.html#when-are-assets-needed","operations.html#logging-and-observability","operations.html#node-logging-vs-framework-logging","operations.html#logging-environment-variables","operations.html#per-node-log-files","operations.html#filter-target-names","operations.html#accessing-logs-per-runner","operations.html#otlp-and-telemetry","operations.html#observability-prometheus-and-node-apis","part-iii.html#part-iii--developer-reference","scenario-model.html#scenario-model-developer-level","extending.html#extending-the-framework","extending.html#adding-a-workload","extending.html#adding-an-expectation","extending.html#adding-a-runner","extending.html#adding-topology-helpers","custom-workload-example.html#example-new-workload--expectation-rust","custom-workload-example.html#workload-simple-reachability-probe","custom-workload-example.html#expectation-confirm-the-target-stayed-reachable","custom-workload-example.html#how-to-wire-it","internal-crate-reference.html#internal-crate-reference","internal-crate-reference.html#where-to-add-new-capabilities","internal-crate-reference.html#extension-workflow","internal-crate-reference.html#adding-a-new-workload","internal-crate-reference.html#adding-a-new-expectation","internal-crate-reference.html#adding-a-new-deployer","part-iv.html#part-iv--appendix","dsl-cheat-sheet.html#builder-api-quick-reference","dsl-cheat-sheet.html#imports","dsl-cheat-sheet.html#topology","dsl-cheat-sheet.html#wallets","dsl-cheat-sheet.html#transaction-workload","dsl-cheat-sheet.html#da-workload","dsl-cheat-sheet.html#chaos-workload-requires-enable_node_control","dsl-cheat-sheet.html#expectations","dsl-cheat-sheet.html#run-duration","dsl-cheat-sheet.html#build","dsl-cheat-sheet.html#deployers","dsl-cheat-sheet.html#execution","dsl-cheat-sheet.html#complete-example","troubleshooting.html#troubleshooting-scenarios","troubleshooting.html#quick-symptom-guide","troubleshooting.html#where-to-find-logs","troubleshooting.html#log-location-quick-reference","troubleshooting.html#accessing-node-logs-by-runner","troubleshooting.html#debugging-workflow","troubleshooting.html#1-check-framework-output","troubleshooting.html#2-verify-node-readiness","troubleshooting.html#3-inspect-node-logs","troubleshooting.html#4-check-log-levels","troubleshooting.html#5-verify-observability-endpoints","troubleshooting.html#6-compare-with-known-good-scenario","troubleshooting.html#common-error-messages","troubleshooting.html#consensus-liveness-expectation-failed","troubleshooting.html#wallet-seeding-failed","troubleshooting.html#node-control-not-available","troubleshooting.html#readiness-timeout","troubleshooting.html#port-already-in-use","troubleshooting.html#image-not-found-nomos-testnetlocal","troubleshooting.html#failed-to-load-kzg-parameters-or-circuit-file-not-found","faq.html#faq","glossary.html#glossary"],"index":{"documentStore":{"docInfo":{"0":{"body":73,"breadcrumbs":6,"title":3},"1":{"body":26,"breadcrumbs":2,"title":1},"10":{"body":0,"breadcrumbs":6,"title":2},"100":{"body":17,"breadcrumbs":8,"title":1},"101":{"body":22,"breadcrumbs":8,"title":1},"102":{"body":9,"breadcrumbs":8,"title":1},"103":{"body":19,"breadcrumbs":9,"title":2},"104":{"body":21,"breadcrumbs":9,"title":2},"105":{"body":31,"breadcrumbs":11,"title":4},"106":{"body":8,"breadcrumbs":8,"title":1},"107":{"body":7,"breadcrumbs":9,"title":2},"108":{"body":7,"breadcrumbs":8,"title":1},"109":{"body":14,"breadcrumbs":8,"title":1},"11":{"body":20,"breadcrumbs":6,"title":2},"110":{"body":8,"breadcrumbs":8,"title":1},"111":{"body":61,"breadcrumbs":9,"title":2},"112":{"body":28,"breadcrumbs":7,"title":2},"113":{"body":119,"breadcrumbs":8,"title":3},"114":{"body":0,"breadcrumbs":7,"title":2},"115":{"body":141,"breadcrumbs":9,"title":4},"116":{"body":345,"breadcrumbs":9,"title":4},"117":{"body":4,"breadcrumbs":7,"title":2},"118":{"body":16,"breadcrumbs":9,"title":4},"119":{"body":60,"breadcrumbs":9,"title":4},"12":{"body":18,"breadcrumbs":6,"title":2},"120":{"body":56,"breadcrumbs":9,"title":4},"121":{"body":13,"breadcrumbs":9,"title":4},"122":{"body":18,"breadcrumbs":9,"title":4},"123":{"body":14,"breadcrumbs":10,"title":5},"124":{"body":0,"breadcrumbs":8,"title":3},"125":{"body":49,"breadcrumbs":9,"title":4},"126":{"body":18,"breadcrumbs":8,"title":3},"127":{"body":27,"breadcrumbs":8,"title":3},"128":{"body":41,"breadcrumbs":7,"title":2},"129":{"body":25,"breadcrumbs":8,"title":3},"13":{"body":18,"breadcrumbs":6,"title":2},"130":{"body":32,"breadcrumbs":9,"title":4},"131":{"body":39,"breadcrumbs":12,"title":7},"132":{"body":155,"breadcrumbs":5,"title":1},"133":{"body":304,"breadcrumbs":5,"title":1},"14":{"body":81,"breadcrumbs":6,"title":2},"15":{"body":45,"breadcrumbs":5,"title":1},"16":{"body":17,"breadcrumbs":6,"title":2},"17":{"body":45,"breadcrumbs":7,"title":3},"18":{"body":127,"breadcrumbs":8,"title":4},"19":{"body":72,"breadcrumbs":8,"title":4},"2":{"body":10,"breadcrumbs":4,"title":2},"20":{"body":51,"breadcrumbs":7,"title":3},"21":{"body":86,"breadcrumbs":7,"title":3},"22":{"body":26,"breadcrumbs":5,"title":1},"23":{"body":106,"breadcrumbs":6,"title":2},"24":{"body":68,"breadcrumbs":6,"title":2},"25":{"body":10,"breadcrumbs":8,"title":4},"26":{"body":99,"breadcrumbs":8,"title":2},"27":{"body":121,"breadcrumbs":8,"title":2},"28":{"body":0,"breadcrumbs":9,"title":3},"29":{"body":44,"breadcrumbs":8,"title":2},"3":{"body":84,"breadcrumbs":4,"title":1},"30":{"body":22,"breadcrumbs":8,"title":2},"31":{"body":35,"breadcrumbs":9,"title":3},"32":{"body":9,"breadcrumbs":7,"title":1},"33":{"body":44,"breadcrumbs":7,"title":1},"34":{"body":63,"breadcrumbs":8,"title":2},"35":{"body":101,"breadcrumbs":8,"title":2},"36":{"body":18,"breadcrumbs":12,"title":4},"37":{"body":38,"breadcrumbs":9,"title":1},"38":{"body":54,"breadcrumbs":9,"title":1},"39":{"body":84,"breadcrumbs":12,"title":4},"4":{"body":10,"breadcrumbs":6,"title":2},"40":{"body":103,"breadcrumbs":8,"title":2},"41":{"body":60,"breadcrumbs":6,"title":1},"42":{"body":50,"breadcrumbs":8,"title":3},"43":{"body":53,"breadcrumbs":7,"title":2},"44":{"body":61,"breadcrumbs":8,"title":3},"45":{"body":73,"breadcrumbs":7,"title":2},"46":{"body":8,"breadcrumbs":9,"title":2},"47":{"body":44,"breadcrumbs":8,"title":1},"48":{"body":66,"breadcrumbs":10,"title":3},"49":{"body":64,"breadcrumbs":10,"title":3},"5":{"body":17,"breadcrumbs":6,"title":2},"50":{"body":70,"breadcrumbs":10,"title":3},"51":{"body":7,"breadcrumbs":9,"title":2},"52":{"body":41,"breadcrumbs":10,"title":3},"53":{"body":33,"breadcrumbs":10,"title":3},"54":{"body":42,"breadcrumbs":10,"title":3},"55":{"body":44,"breadcrumbs":10,"title":3},"56":{"body":75,"breadcrumbs":8,"title":2},"57":{"body":31,"breadcrumbs":6,"title":1},"58":{"body":27,"breadcrumbs":7,"title":2},"59":{"body":36,"breadcrumbs":8,"title":3},"6":{"body":81,"breadcrumbs":5,"title":1},"60":{"body":26,"breadcrumbs":7,"title":2},"61":{"body":43,"breadcrumbs":7,"title":2},"62":{"body":134,"breadcrumbs":6,"title":1},"63":{"body":49,"breadcrumbs":7,"title":2},"64":{"body":0,"breadcrumbs":7,"title":2},"65":{"body":74,"breadcrumbs":7,"title":2},"66":{"body":156,"breadcrumbs":7,"title":2},"67":{"body":110,"breadcrumbs":7,"title":2},"68":{"body":9,"breadcrumbs":9,"title":4},"69":{"body":18,"breadcrumbs":7,"title":2},"7":{"body":56,"breadcrumbs":6,"title":2},"70":{"body":41,"breadcrumbs":8,"title":3},"71":{"body":22,"breadcrumbs":7,"title":2},"72":{"body":30,"breadcrumbs":7,"title":2},"73":{"body":0,"breadcrumbs":7,"title":2},"74":{"body":95,"breadcrumbs":10,"title":5},"75":{"body":76,"breadcrumbs":8,"title":3},"76":{"body":58,"breadcrumbs":9,"title":4},"77":{"body":36,"breadcrumbs":8,"title":3},"78":{"body":321,"breadcrumbs":9,"title":4},"79":{"body":35,"breadcrumbs":7,"title":2},"8":{"body":58,"breadcrumbs":6,"title":2},"80":{"body":56,"breadcrumbs":9,"title":4},"81":{"body":10,"breadcrumbs":8,"title":4},"82":{"body":118,"breadcrumbs":12,"title":4},"83":{"body":0,"breadcrumbs":8,"title":2},"84":{"body":39,"breadcrumbs":8,"title":2},"85":{"body":21,"breadcrumbs":8,"title":2},"86":{"body":29,"breadcrumbs":8,"title":2},"87":{"body":21,"breadcrumbs":9,"title":3},"88":{"body":19,"breadcrumbs":14,"title":5},"89":{"body":120,"breadcrumbs":13,"title":4},"9":{"body":47,"breadcrumbs":5,"title":1},"90":{"body":67,"breadcrumbs":14,"title":5},"91":{"body":24,"breadcrumbs":10,"title":1},"92":{"body":112,"breadcrumbs":10,"title":3},"93":{"body":63,"breadcrumbs":10,"title":3},"94":{"body":0,"breadcrumbs":9,"title":2},"95":{"body":69,"breadcrumbs":10,"title":3},"96":{"body":50,"breadcrumbs":10,"title":3},"97":{"body":54,"breadcrumbs":10,"title":3},"98":{"body":10,"breadcrumbs":6,"title":3},"99":{"body":7,"breadcrumbs":11,"title":4}},"docs":{"0":{"body":"This book focuses on the Nomos Testing Framework. It assumes familiarity with\\nthe Nomos architecture, but for completeness, here is a short primer. Nomos is a modular blockchain protocol composed of validators, executors,\\nand a data-availability (DA) subsystem. Validators participate in consensus and produce blocks. Executors are validators with the DA dispersal service enabled. They perform\\nall validator functions plus submit blob data to the DA network. Data Availability (DA) ensures that blob data submitted via channel operations\\nin transactions is published and retrievable by the network. These roles interact tightly, which is why meaningful testing must be performed\\nin multi-node environments that include real networking, timing, and DA\\ninteraction.","breadcrumbs":"Project Context Primer » Project Context Primer","id":"0","title":"Project Context Primer"},"1":{"body":"This book gives you a clear mental model for Nomos multi-node testing, shows how\\nto author scenarios that pair realistic workloads with explicit expectations,\\nand guides you to run them across local, containerized, and cluster environments\\nwithout changing the plan.","breadcrumbs":"What You Will Learn » What You Will Learn","id":"1","title":"What You Will Learn"},"10":{"body":"","breadcrumbs":"Part I — Foundations » Architecture Overview » Assets and Images","id":"10","title":"Assets and Images"},"100":{"body":"#![allow(unused)] fn main() {\\nuse testing_framework_core::scenario::{Deployer, ScenarioBuilder};\\nuse testing_framework_runner_local::LocalDeployer;\\nuse testing_framework_runner_compose::ComposeDeployer;\\nuse testing_framework_runner_k8s::K8sDeployer;\\nuse testing_framework_workflows::{ScenarioBuilderExt, ChaosBuilderExt};\\nuse std::time::Duration; }","breadcrumbs":"Part IV — Appendix » Builder API Quick Reference » Imports","id":"100","title":"Imports"},"101":{"body":"#![allow(unused)] fn main() {\\nScenarioBuilder::topology() .network_star() // Star topology (all connect to seed node) .validators(3) // Number of validator nodes .executors(2) // Number of executor nodes .apply() // Finish topology configuration }","breadcrumbs":"Part IV — Appendix » Builder API Quick Reference » Topology","id":"101","title":"Topology"},"102":{"body":"#![allow(unused)] fn main() {\\n.wallets(50) // Seed 50 funded wallet accounts }","breadcrumbs":"Part IV — Appendix » Builder API Quick Reference » Wallets","id":"102","title":"Wallets"},"103":{"body":"#![allow(unused)] fn main() {\\n.transactions() .rate(5) // 5 transactions per block .users(20) // Use 20 of the seeded wallets .apply() // Finish transaction workload config }","breadcrumbs":"Part IV — Appendix » Builder API Quick Reference » Transaction Workload","id":"103","title":"Transaction Workload"},"104":{"body":"#![allow(unused)] fn main() {\\n.da() .channel_rate(1) // 1 channel operation per block .blob_rate(2) // 2 blob dispersals per block .apply() // Finish DA workload config }","breadcrumbs":"Part IV — Appendix » Builder API Quick Reference » DA Workload","id":"104","title":"DA Workload"},"105":{"body":"#![allow(unused)] fn main() {\\n.enable_node_control() // Enable node control capability\\n.chaos() .restart() // Random restart chaos .min_delay(Duration::from_secs(30)) // Min time between restarts .max_delay(Duration::from_secs(60)) // Max time between restarts .target_cooldown(Duration::from_secs(45)) // Cooldown after restart .apply() // Finish chaos workload config }","breadcrumbs":"Part IV — Appendix » Builder API Quick Reference » Chaos Workload (Requires enable_node_control())","id":"105","title":"Chaos Workload (Requires enable_node_control())"},"106":{"body":"#![allow(unused)] fn main() {\\n.expect_consensus_liveness() // Assert blocks are produced continuously }","breadcrumbs":"Part IV — Appendix » Builder API Quick Reference » Expectations","id":"106","title":"Expectations"},"107":{"body":"#![allow(unused)] fn main() {\\n.with_run_duration(Duration::from_secs(120)) // Run for 120 seconds }","breadcrumbs":"Part IV — Appendix » Builder API Quick Reference » Run Duration","id":"107","title":"Run Duration"},"108":{"body":"#![allow(unused)] fn main() {\\n.build() // Construct the final Scenario }","breadcrumbs":"Part IV — Appendix » Builder API Quick Reference » Build","id":"108","title":"Build"},"109":{"body":"#![allow(unused)] fn main() {\\n// Local processes\\nlet deployer = LocalDeployer::default(); // Docker Compose\\nlet deployer = ComposeDeployer::default(); // Kubernetes\\nlet deployer = K8sDeployer::default(); }","breadcrumbs":"Part IV — Appendix » Builder API Quick Reference » Deployers","id":"109","title":"Deployers"},"11":{"body":"Built via testing-framework/assets/stack/scripts/build_test_image.sh: Embeds KZG circuit parameters from testing-framework/assets/stack/kzgrs_test_params/ Includes runner scripts: run_nomos_node.sh, run_nomos_executor.sh Tagged as NOMOS_TESTNET_IMAGE (default: nomos-testnet:local)","breadcrumbs":"Part I — Foundations » Architecture Overview » Docker Image","id":"11","title":"Docker Image"},"110":{"body":"#![allow(unused)] fn main() {\\nlet runner = deployer.deploy(&plan).await?;\\nlet _handle = runner.run(&mut plan).await?; }","breadcrumbs":"Part IV — Appendix » Builder API Quick Reference » Execution","id":"110","title":"Execution"},"111":{"body":"#![allow(unused)] fn main() {\\nuse testing_framework_core::scenario::{Deployer, ScenarioBuilder};\\nuse testing_framework_runner_local::LocalDeployer;\\nuse testing_framework_workflows::ScenarioBuilderExt;\\nuse std::time::Duration; async fn run_test() -> Result<(), Box> { let mut plan = ScenarioBuilder::topology() .network_star() .validators(3) .executors(2) .apply() .wallets(50) .transactions() .rate(5) // 5 transactions per block .users(20) .apply() .da() .channel_rate(1) // 1 channel operation per block .blob_rate(2) // 2 blob dispersals per block .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(90)) .build(); let deployer = LocalDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} }","breadcrumbs":"Part IV — Appendix » Builder API Quick Reference » Complete Example","id":"111","title":"Complete Example"},"112":{"body":"Prerequisites for All Runners: POL_PROOF_DEV_MODE=true MUST be set for all runners (local, compose, k8s) to avoid expensive Groth16 proof generation that causes timeouts KZG circuit assets must be present at testing-framework/assets/stack/kzgrs_test_params/ for DA workloads (fetch via scripts/setup-nomos-circuits.sh)","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Troubleshooting Scenarios","id":"112","title":"Troubleshooting Scenarios"},"113":{"body":"Common symptoms and likely causes: No or slow block progression: missing POL_PROOF_DEV_MODE=true, missing KZG circuit assets for DA workloads, too-short run window, port conflicts, or resource exhaustion—set required env vars, verify assets, extend duration, check node logs for startup errors. Transactions not included: unfunded or misconfigured wallets (check .wallets(N) vs .users(M)), transaction rate exceeding block capacity, or rates exceeding block production speed—reduce rate, increase wallet count, verify wallet setup in logs. Chaos stalls the run: chaos (node control) only works with ComposeDeployer; LocalDeployer and K8sDeployer don’t support it (won’t “stall”, just can’t execute chaos workloads). With compose, aggressive restart cadence can prevent consensus recovery—widen restart intervals. Observability gaps: metrics or logs unreachable because ports clash or services are not exposed—adjust observability ports and confirm runner wiring. Flaky behavior across runs: mixing chaos with functional smoke tests or inconsistent topology between environments—separate deterministic and chaos scenarios and standardize topology presets.","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Quick Symptom Guide","id":"113","title":"Quick Symptom Guide"},"114":{"body":"","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Where to Find Logs","id":"114","title":"Where to Find Logs"},"115":{"body":"Runner Default Output With NOMOS_LOG_DIR + Flags Access Command Local Temporary directories (cleaned up) Per-node files with prefix nomos-node-{index} (requires NOMOS_TESTS_TRACING=true) cat $NOMOS_LOG_DIR/nomos-node-0* Compose Docker container stdout/stderr Per-node files inside containers (if path is mounted) docker ps then docker logs K8s Pod stdout/stderr Per-node files inside pods (if path is mounted) kubectl logs -l app=nomos-validator Important Notes: Local runner: Logs go to system temporary directories (NOT in working directory) by default and are automatically cleaned up after tests. To persist logs, you MUST set both NOMOS_TESTS_TRACING=true AND NOMOS_LOG_DIR=/path/to/logs. Compose/K8s: Per-node log files only exist inside containers/pods if NOMOS_LOG_DIR is set AND the path is writable inside the container/pod. By default, rely on docker logs or kubectl logs. File naming: Log files use prefix nomos-node-{index}* or nomos-executor-{index}* with timestamps, e.g., nomos-node-0.2024-12-01T10-30-45.log (NOT just .log suffix). Container names: Compose containers include project UUID, e.g., nomos-compose--validator-0-1 where is randomly generated per run","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Log Location Quick Reference","id":"115","title":"Log Location Quick Reference"},"116":{"body":"Local Runner Console output (default): POL_PROOF_DEV_MODE=true cargo run -p runner-examples --bin local_runner 2>&1 | tee test.log Persistent file output: NOMOS_TESTS_TRACING=true \\\\\\nNOMOS_LOG_DIR=/tmp/debug-logs \\\\\\nNOMOS_LOG_LEVEL=debug \\\\\\nPOL_PROOF_DEV_MODE=true \\\\\\ncargo run -p runner-examples --bin local_runner # Inspect logs (note: filenames include timestamps):\\nls /tmp/debug-logs/\\n# Example: nomos-node-0.2024-12-01T10-30-45.log\\ntail -f /tmp/debug-logs/nomos-node-0* # Use wildcard to match timestamp Compose Runner Stream live logs: # List running containers (note the UUID prefix in names)\\ndocker ps --filter \\"name=nomos-compose-\\" # Find your container ID or name from the list, then:\\ndocker logs -f # Or filter by name pattern:\\ndocker logs -f $(docker ps --filter \\"name=nomos-compose-.*-validator-0\\" -q | head -1) # Show last 100 lines\\ndocker logs --tail 100 Keep containers for post-mortem debugging: COMPOSE_RUNNER_PRESERVE=1 \\\\\\nNOMOS_TESTNET_IMAGE=nomos-testnet:local \\\\\\ncargo run -p runner-examples --bin compose_runner # After test failure, containers remain running:\\ndocker ps --filter \\"name=nomos-compose-\\"\\ndocker exec -it /bin/sh\\ndocker logs > debug.log Note: Container names follow the pattern nomos-compose-{uuid}-validator-{index}-1 or nomos-compose-{uuid}-executor-{index}-1, where {uuid} is randomly generated per run. K8s Runner Important: Always verify your namespace and use label selectors instead of assuming pod names. Stream pod logs (use label selectors): # Check your namespace first\\nkubectl config view --minify | grep namespace # All validator pods (add -n if not using default)\\nkubectl logs -l app=nomos-validator -f # All executor pods\\nkubectl logs -l app=nomos-executor -f # Specific pod by name (find exact name first)\\nkubectl get pods -l app=nomos-validator # Find the exact pod name\\nkubectl logs -f # Then use it # With explicit namespace\\nkubectl logs -n my-namespace -l app=nomos-validator -f Download logs from crashed pods: # Previous logs from crashed pod\\nkubectl get pods -l app=nomos-validator # Find crashed pod name first\\nkubectl logs --previous > crashed-validator.log # Or use label selector for all crashed validators\\nfor pod in $(kubectl get pods -l app=nomos-validator -o name); do kubectl logs --previous $pod > $(basename $pod)-previous.log 2>&1\\ndone Access logs from all pods: # All pods in current namespace\\nfor pod in $(kubectl get pods -o name); do echo \\"=== $pod ===\\" kubectl logs $pod\\ndone > all-logs.txt # Or use label selectors (recommended)\\nkubectl logs -l app=nomos-validator --tail=500 > validators.log\\nkubectl logs -l app=nomos-executor --tail=500 > executors.log # With explicit namespace\\nkubectl logs -n my-namespace -l app=nomos-validator --tail=500 > validators.log","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Accessing Node Logs by Runner","id":"116","title":"Accessing Node Logs by Runner"},"117":{"body":"When a test fails, follow this sequence:","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Debugging Workflow","id":"117","title":"Debugging Workflow"},"118":{"body":"Start with the test harness output—did expectations fail? Was there a deployment error? Look for: Expectation failure messages Timeout errors Deployment/readiness failures","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » 1. Check Framework Output","id":"118","title":"1. Check Framework Output"},"119":{"body":"Ensure all nodes started successfully and became ready before workloads began. Commands: # Local: check process list\\nps aux | grep nomos # Compose: check container status (note UUID in names)\\ndocker ps -a --filter \\"name=nomos-compose-\\" # K8s: check pod status (use label selectors, add -n if needed)\\nkubectl get pods -l app=nomos-validator\\nkubectl get pods -l app=nomos-executor\\nkubectl describe pod # Get name from above first","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » 2. Verify Node Readiness","id":"119","title":"2. Verify Node Readiness"},"12":{"body":"KZG parameters required for DA workloads: Default path: testing-framework/assets/stack/kzgrs_test_params/ Override: NOMOS_KZGRS_PARAMS_PATH=/custom/path Fetch via: scripts/setup-nomos-circuits.sh v0.3.1 /tmp/circuits","breadcrumbs":"Part I — Foundations » Architecture Overview » Circuit Assets","id":"12","title":"Circuit Assets"},"120":{"body":"Focus on the first node that exhibited problems or the node with the highest index (often the last to start). Common error patterns: “Failed to bind address” → port conflict “Connection refused” → peer not ready or network issue “Proof verification failed” or “Proof generation timeout” → missing POL_PROOF_DEV_MODE=true (REQUIRED for all runners) “Failed to load KZG parameters” or “Circuit file not found” → missing KZG circuit assets at testing-framework/assets/stack/kzgrs_test_params/ “Insufficient funds” → wallet seeding issue (increase .wallets(N) or reduce .users(M))","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » 3. Inspect Node Logs","id":"120","title":"3. Inspect Node Logs"},"121":{"body":"If logs are too sparse, increase verbosity: NOMOS_LOG_LEVEL=debug \\\\\\nNOMOS_LOG_FILTER=\\"nomos_consensus=trace,nomos_da_sampling=debug\\" \\\\\\ncargo run -p runner-examples --bin local_runner","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » 4. Check Log Levels","id":"121","title":"4. Check Log Levels"},"122":{"body":"If expectations report observability issues: Prometheus (Compose): curl http://localhost:9090/-/healthy Node HTTP APIs: curl http://localhost:18080/consensus/info # Adjust port per node","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » 5. Verify Observability Endpoints","id":"122","title":"5. Verify Observability Endpoints"},"123":{"body":"Run a minimal baseline test (e.g., 2 validators, consensus liveness only). If it passes, the issue is in your workload or topology configuration.","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » 6. Compare with Known-Good Scenario","id":"123","title":"6. Compare with Known-Good Scenario"},"124":{"body":"","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » Common Error Messages","id":"124","title":"Common Error Messages"},"125":{"body":"Cause: Not enough blocks produced during run window, missing POL_PROOF_DEV_MODE=true (causes slow proof generation), or missing KZG assets for DA workloads Fix: Verify POL_PROOF_DEV_MODE=true is set (REQUIRED for all runners) Verify KZG assets exist at testing-framework/assets/stack/kzgrs_test_params/ (for DA workloads) Extend with_run_duration() to allow more blocks Check node logs for proof generation or DA errors Reduce transaction/DA rate if nodes are overwhelmed","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » “Consensus liveness expectation failed”","id":"125","title":"“Consensus liveness expectation failed”"},"126":{"body":"Cause: Topology doesn’t have enough funded wallets for the workload Fix: Increase .wallets(N) count or reduce .users(M) in transaction workload (ensure N ≥ M)","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » “Wallet seeding failed”","id":"126","title":"“Wallet seeding failed”"},"127":{"body":"Cause: Runner doesn’t support node control (only ComposeDeployer does), or enable_node_control() wasn’t called Fix: Use ComposeDeployer for chaos tests (LocalDeployer and K8sDeployer don’t support node control) Ensure .enable_node_control() is called in scenario before .chaos()","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » “Node control not available”","id":"127","title":"“Node control not available”"},"128":{"body":"Cause: Nodes didn’t become responsive within expected time (often due to missing prerequisites) Fix: Verify POL_PROOF_DEV_MODE=true is set (REQUIRED for all runners—without it, proof generation is too slow) Check node logs for startup errors (port conflicts, missing assets) Verify network connectivity between nodes For DA workloads, ensure KZG circuit assets are present","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » “Readiness timeout”","id":"128","title":"“Readiness timeout”"},"129":{"body":"Cause: Previous test didn’t clean up, or another process holds the port Fix: Kill orphaned processes ( pkill nomos-node), wait for Docker cleanup ( docker compose down), or restart Docker","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » “Port already in use”","id":"129","title":"“Port already in use”"},"13":{"body":"Templates and configs in testing-framework/runners/compose/assets/: docker-compose.yml.tera — Stack template (validators, executors, Prometheus) Cfgsync config: testing-framework/assets/stack/cfgsync.yaml Monitoring: testing-framework/assets/stack/monitoring/prometheus.yml","breadcrumbs":"Part I — Foundations » Architecture Overview » Compose Stack","id":"13","title":"Compose Stack"},"130":{"body":"Cause: Docker image not built for Compose/K8s runners, or KZG assets not baked into image Fix: Fetch KZG assets: scripts/setup-nomos-circuits.sh v0.3.1 /tmp/nomos-circuits Copy to assets: cp -r /tmp/nomos-circuits/* testing-framework/assets/stack/kzgrs_test_params/ Build image: testing-framework/assets/stack/scripts/build_test_image.sh","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » “Image not found: nomos-testnet:local”","id":"130","title":"“Image not found: nomos-testnet:local”"},"131":{"body":"Cause: DA workload requires KZG circuit assets that aren’t present Fix: Fetch assets: scripts/setup-nomos-circuits.sh v0.3.1 /tmp/nomos-circuits Copy to expected path: cp -r /tmp/nomos-circuits/* testing-framework/assets/stack/kzgrs_test_params/ For Compose/K8s: rebuild image with assets baked in For detailed logging configuration and observability setup, see Operations.","breadcrumbs":"Part IV — Appendix » Troubleshooting Scenarios » “Failed to load KZG parameters” or “Circuit file not found”","id":"131","title":"“Failed to load KZG parameters” or “Circuit file not found”"},"132":{"body":"Why block-oriented timing? Slots advance at a fixed rate (NTP-synchronized, 2s by default), so reasoning\\nabout blocks and consensus intervals keeps assertions aligned with protocol\\nbehavior rather than arbitrary wall-clock durations. Can I reuse the same scenario across runners? Yes. The plan stays the same; swap runners (local, compose, k8s) to target\\ndifferent environments. When should I enable chaos workloads? Only when testing resilience or operational recovery; keep functional smoke\\ntests deterministic. How long should runs be? The framework enforces a minimum of 2× slot duration (4 seconds with default 2s slots), but practical recommendations: Smoke tests: 30s minimum (~14 blocks with default 2s slots, 0.9 coefficient) Transaction workloads: 60s+ (~27 blocks) to observe inclusion patterns DA workloads: 90s+ (~40 blocks) to account for dispersal and sampling Chaos tests: 120s+ (~54 blocks) to allow recovery after restarts Very short runs (< 30s) risk false confidence—one or two lucky blocks don’t prove liveness. Do I always need seeded wallets? Only for transaction scenarios. Data-availability or pure chaos scenarios may\\nnot require them, but liveness checks still need validators producing blocks. What if expectations fail but workloads “look fine”? Trust expectations first—they capture the intended success criteria. Use the\\nobservability signals and runner logs to pinpoint why the system missed the\\ntarget.","breadcrumbs":"Part IV — Appendix » FAQ » FAQ","id":"132","title":"FAQ"},"133":{"body":"Validator: node role responsible for participating in consensus and block\\nproduction. Executor: a validator node with the DA dispersal service enabled. Executors\\ncan submit transactions and disperse blob data to the DA network, in addition\\nto performing all validator functions. DA (Data Availability): subsystem ensuring blobs or channel data are\\npublished and retrievable for validation. Deployer: component that provisions infrastructure (spawns processes,\\ncreates containers, or launches pods), waits for readiness, and returns a\\nRunner. Examples: LocalDeployer, ComposeDeployer, K8sDeployer. Runner: component returned by deployers that orchestrates scenario\\nexecution—starts workloads, observes signals, evaluates expectations, and\\ntriggers cleanup. Workload: traffic or behavior generator that exercises the system during a\\nscenario run. Expectation: post-run assertion that judges whether the system met the\\nintended success criteria. Topology: declarative description of the cluster shape, roles, and\\nhigh-level parameters for a scenario. Scenario: immutable plan combining topology, workloads, expectations, and\\nrun duration. Blockfeed: stream of block observations used for liveness or inclusion\\nsignals during a run. Control capability: the ability for a runner to start, stop, or restart\\nnodes, used by chaos workloads. Slot duration: time interval between consensus rounds in Cryptarchia. Blocks\\nare produced at multiples of the slot duration based on lottery outcomes. Block cadence: observed rate of block production in a live network, measured\\nin blocks per second or seconds per block. Cooldown: waiting period after a chaos action (e.g., node restart) before\\ntriggering the next action, allowing the system to stabilize. Run window: total duration a scenario executes, specified via with_run_duration(). Framework auto-extends to at least 2× slot duration. Readiness probe: health check performed by runners to ensure nodes are\\nreachable and responsive before starting workloads. Prevents false negatives\\nfrom premature traffic. Liveness: property that the system continues making progress (producing\\nblocks) under specified conditions. Contrasts with safety/correctness which\\nverifies that state transitions are accurate. State assertion: expectation that verifies specific values in the system\\nstate (e.g., wallet balances, UTXO sets) rather than just progress signals.\\nAlso called “correctness expectations.” Mantle transaction: transaction type in Nomos that can contain UTXO transfers\\n(LedgerTx) and operations (Op), including channel data (ChannelBlob). Channel: logical grouping for DA blobs; each blob belongs to a channel and\\nreferences a parent blob in the same channel, creating a chain of related data. POL_PROOF_DEV_MODE: environment variable that disables expensive Groth16 zero-knowledge\\nproof generation for leader election. Required for all runners (local, compose, k8s)\\nfor practical testing—without it, proof generation causes timeouts. Should never be\\nused in production environments.","breadcrumbs":"Part IV — Appendix » Glossary » Glossary","id":"133","title":"Glossary"},"14":{"body":"Two separate logging pipelines: Component Configuration Output Runner binaries RUST_LOG Framework orchestration logs Node processes NOMOS_LOG_LEVEL, NOMOS_LOG_FILTER, NOMOS_LOG_DIR Consensus, DA, mempool logs Node logging: Local runner: Writes to temporary directories by default (cleaned up). Set NOMOS_TESTS_TRACING=true + NOMOS_LOG_DIR for persistent files. Compose runner: Default logs to container stdout/stderr ( docker logs). Optional per-node files if NOMOS_LOG_DIR is set and mounted. K8s runner: Logs to pod stdout/stderr ( kubectl logs). Optional per-node files if NOMOS_LOG_DIR is set and mounted. File naming: Per-node files use prefix nomos-node-{index} or nomos-executor-{index} (may include timestamps).","breadcrumbs":"Part I — Foundations » Architecture Overview » Logging Architecture","id":"14","title":"Logging Architecture"},"15":{"body":"Prometheus (Compose only): Exposed at http://localhost:9090 (configurable) Scrapes all validator and executor metrics Accessible in expectations: ctx.telemetry().prometheus_endpoint() Node APIs: HTTP endpoints per node for consensus info, network status, DA membership Accessible in expectations: ctx.node_clients().validators().get(0) OTLP (optional): Trace endpoint: NOMOS_OTLP_ENDPOINT=http://localhost:4317 Metrics endpoint: NOMOS_OTLP_METRICS_ENDPOINT=http://localhost:4318 Disabled by default (no noise if unset) For detailed logging configuration, see Logging and Observability.","breadcrumbs":"Part I — Foundations » Architecture Overview » Observability","id":"15","title":"Observability"},"16":{"body":"This framework embodies specific principles that shape how you author and run\\nscenarios. Understanding these principles helps you write effective tests and\\ninterpret results correctly.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Testing Philosophy","id":"16","title":"Testing Philosophy"},"17":{"body":"Describe what you want to test, not how to orchestrate it: #![allow(unused)] fn main() {\\n// Good: declarative\\nScenarioBuilder::topology() .network_star() .validators(2) .executors(1) .apply() .transactions() .rate(5) // 5 transactions per block .apply() .expect_consensus_liveness() .build(); // Bad: imperative (framework doesn\'t work this way)\\n// spawn_validator(); spawn_executor(); // loop { submit_tx(); check_block(); } } Why it matters: The framework handles deployment, readiness, and cleanup.\\nYou focus on test intent, not infrastructure orchestration.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Declarative over Imperative","id":"17","title":"Declarative over Imperative"},"18":{"body":"Reason in blocks and consensus intervals, not wall-clock seconds. Consensus defaults: Slot duration: 2 seconds (NTP-synchronized, configurable via CONSENSUS_SLOT_TIME) Active slot coefficient: 0.9 (90% block probability per slot) Expected rate: ~27 blocks per minute #![allow(unused)] fn main() {\\n// Good: protocol-oriented thinking\\nlet plan = ScenarioBuilder::topology() .network_star() .validators(2) .executors(1) .apply() .transactions() .rate(5) // 5 transactions per block .apply() .with_run_duration(Duration::from_secs(60)) // Let framework calculate expected blocks .expect_consensus_liveness() // \\"Did we produce the expected blocks?\\" .build(); // Bad: wall-clock assumptions\\n// \\"I expect exactly 30 blocks in 60 seconds\\"\\n// This breaks on slow CI where slot timing might drift } Why it matters: Slot timing is fixed (2s by default, NTP-synchronized), so the\\nexpected number of blocks is predictable: ~27 blocks in 60s with the default\\n0.9 active slot coefficient. The framework calculates expected blocks from slot\\nduration and run window, making assertions protocol-based rather than tied to\\nspecific wall-clock expectations. Assert on “blocks produced relative to slots”\\nnot “blocks produced in exact wall-clock seconds”.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Protocol Time, Not Wall Time","id":"18","title":"Protocol Time, Not Wall Time"},"19":{"body":"Default scenarios are repeatable: Fixed topology Predictable traffic rates Deterministic checks Chaos is opt-in: #![allow(unused)] fn main() {\\n// Separate: functional test (deterministic)\\nlet plan = ScenarioBuilder::topology() .network_star() .validators(2) .executors(1) .apply() .transactions() .rate(5) // 5 transactions per block .apply() .expect_consensus_liveness() .build(); // Separate: chaos test (introduces randomness)\\nlet chaos_plan = ScenarioBuilder::topology() .network_star() .validators(3) .executors(2) .apply() .enable_node_control() .chaos() .restart() .apply() .transactions() .rate(5) // 5 transactions per block .apply() .expect_consensus_liveness() .build(); } Why it matters: Mixing determinism with chaos creates noisy, hard-to-debug\\nfailures. Separate concerns make failures actionable.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Determinism First, Chaos When Needed","id":"19","title":"Determinism First, Chaos When Needed"},"2":{"body":"Conceptual chapters that establish the mental model for the framework and how\\nit approaches multi-node testing.","breadcrumbs":"Part I — Foundations » Part I — Foundations","id":"2","title":"Part I — Foundations"},"20":{"body":"Prefer user-facing signals over internal state: Good checks: Blocks progressing at expected rate (liveness) Transactions included within N blocks (inclusion) DA blobs retrievable (availability) Avoid internal checks: Memory pool size Internal service state Cache hit rates Why it matters: User-facing signals reflect actual system health.\\nInternal state can be “healthy” while the system is broken from a user\\nperspective.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Observable Health Signals","id":"20","title":"Observable Health Signals"},"21":{"body":"Always run long enough for meaningful block production: #![allow(unused)] fn main() {\\n// Bad: too short\\n.with_run_duration(Duration::from_secs(5)) // ~2 blocks (with default 2s slots, 0.9 coeff) // Good: enough blocks for assertions\\n.with_run_duration(Duration::from_secs(60)) // ~27 blocks (with default 2s slots, 0.9 coeff) } Note: Block counts assume default consensus parameters: Slot duration: 2 seconds (configurable via CONSENSUS_SLOT_TIME) Active slot coefficient: 0.9 (90% block probability per slot) Formula: blocks ≈ (duration / slot_duration) × active_slot_coeff If upstream changes these parameters, adjust your duration expectations accordingly. The framework enforces minimum durations (at least 2× slot duration), but be explicit. Very short runs risk false confidence—one lucky block doesn’t prove liveness.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Minimum Run Windows","id":"21","title":"Minimum Run Windows"},"22":{"body":"These principles keep scenarios: Portable across environments (protocol time, declarative) Debuggable (determinism, separation of concerns) Meaningful (observable signals, sufficient duration) When authoring scenarios, ask: “Does this test the protocol behavior or\\nmy local environment quirks?”","breadcrumbs":"Part I — Foundations » Testing Philosophy » Summary","id":"22","title":"Summary"},"23":{"body":"Build the plan: Declare a topology, attach workloads and expectations, and set the run window. The plan is the single source of truth for what will happen. Deploy: Hand the plan to a deployer. It provisions the environment on the chosen backend, waits for nodes to signal readiness, and returns a runner. Drive workloads: The runner starts traffic and behaviors (transactions, data-availability activity, restarts) for the planned duration. Observe blocks and signals: Track block progression and other high-level metrics during or after the run window to ground assertions in protocol time. Evaluate expectations: Once activity stops (and optional cooldown completes), the runner checks liveness and workload-specific outcomes to decide pass or fail. Cleanup: Tear down resources so successive runs start fresh and do not inherit leaked state. flowchart LR P[Plan
topology + workloads + expectations] --> D[Deploy
deployer provisions] D --> R[Runner
orchestrates execution] R --> W[Drive Workloads] W --> O[Observe
blocks/metrics] O --> E[Evaluate Expectations] E --> C[Cleanup]","breadcrumbs":"Part I — Foundations » Scenario Lifecycle » Scenario Lifecycle","id":"23","title":"Scenario Lifecycle"},"24":{"body":"Modular crates keep configuration, orchestration, workloads, and runners decoupled so each can evolve without breaking the others. Pluggable runners let the same scenario run on a laptop, a Docker host, or a Kubernetes cluster, making validation portable across environments. Separated workloads and expectations clarify intent: what traffic to generate versus how to judge success. This simplifies review and reuse. Declarative topology makes cluster shape explicit and repeatable, reducing surprise when moving between CI and developer machines. Maintainability through predictability: a clear flow from plan to deployment to verification lowers the cost of extending the framework and interpreting failures.","breadcrumbs":"Part I — Foundations » Design Rationale » Design Rationale","id":"24","title":"Design Rationale"},"25":{"body":"Practical guidance for shaping scenarios, combining workloads and expectations,\\nand running them across different environments.","breadcrumbs":"Part II — User Guide » Part II — User Guide","id":"25","title":"Part II — User Guide"},"26":{"body":"The workspace focuses on multi-node integration testing and sits alongside a nomos-node checkout. Its crates separate concerns to keep scenarios\\nrepeatable and portable: Configs: prepares high-level node, network, tracing, and wallet settings\\nused across test environments. Core scenario orchestration: the engine that holds topology descriptions,\\nscenario plans, runtimes, workloads, and expectations. Workflows: ready-made workloads (transactions, data-availability, chaos)\\nand reusable expectations assembled into a user-facing DSL. Runners: deployment backends for local processes, Docker Compose, and\\nKubernetes, all consuming the same scenario plan. Runner Examples ( examples/runner-examples): runnable binaries\\n( local_runner.rs, compose_runner.rs, k8s_runner.rs) that demonstrate\\ncomplete scenario execution with each deployer. This split keeps configuration, orchestration, reusable traffic patterns, and\\ndeployment adapters loosely coupled while sharing one mental model for tests.","breadcrumbs":"Part II — User Guide » Workspace Layout » Workspace Layout","id":"26","title":"Workspace Layout"},"27":{"body":"Directory structure with key paths annotated: nomos-testing/\\n├─ testing-framework/ # Core library crates\\n│ ├─ configs/ # Node config builders, topology generation, tracing/logging config\\n│ ├─ core/ # Scenario model (ScenarioBuilder), runtime (Runner, Deployer), topology, node spawning\\n│ ├─ workflows/ # Workloads (transactions, DA, chaos), expectations (liveness), builder DSL extensions\\n│ ├─ runners/ # Deployment backends\\n│ │ ├─ local/ # LocalDeployer (spawns local processes)\\n│ │ ├─ compose/ # ComposeDeployer (Docker Compose + Prometheus)\\n│ │ └─ k8s/ # K8sDeployer (Kubernetes Helm)\\n│ └─ assets/ # Docker/K8s stack assets\\n│ └─ stack/\\n│ ├─ kzgrs_test_params/ # KZG circuit parameters (fetch via setup-nomos-circuits.sh)\\n│ ├─ monitoring/ # Prometheus config\\n│ ├─ scripts/ # Container entrypoints, image builder\\n│ └─ cfgsync.yaml # Config sync server template\\n│\\n├─ examples/ # PRIMARY ENTRY POINT: runnable binaries\\n│ └─ src/bin/\\n│ ├─ local_runner.rs # Local processes demo (POL_PROOF_DEV_MODE=true)\\n│ ├─ compose_runner.rs # Docker Compose demo (requires image)\\n│ └─ k8s_runner.rs # Kubernetes demo (requires cluster + image)\\n│\\n├─ scripts/ # Helper utilities\\n│ └─ setup-nomos-circuits.sh # Fetch KZG circuit parameters\\n│\\n└─ book/ # This documentation (mdBook)","breadcrumbs":"Part II — User Guide » Annotated Tree » Annotated Tree","id":"27","title":"Annotated Tree"},"28":{"body":"","breadcrumbs":"Part II — User Guide » Annotated Tree » Key Directories Explained","id":"28","title":"Key Directories Explained"},"29":{"body":"Core library crates providing the testing API. Crate Purpose Key Exports configs Node configuration builders Topology generation, tracing config core Scenario model & runtime ScenarioBuilder, Deployer, Runner workflows Workloads & expectations ScenarioBuilderExt, ChaosBuilderExt runners/local Local process deployer LocalDeployer runners/compose Docker Compose deployer ComposeDeployer runners/k8s Kubernetes deployer K8sDeployer","breadcrumbs":"Part II — User Guide » Annotated Tree » testing-framework/","id":"29","title":"testing-framework/"},"3":{"body":"The Nomos Testing Framework is a purpose-built toolkit for exercising Nomos in\\nrealistic, multi-node environments. It solves the gap between small, isolated\\ntests and full-system validation by letting teams describe a cluster layout,\\ndrive meaningful traffic, and assert the outcomes in one coherent plan. It is for protocol engineers, infrastructure operators, and QA teams who need\\nrepeatable confidence that validators, executors, and data-availability\\ncomponents work together under network and timing constraints. Multi-node integration testing is required because many Nomos behaviors—block\\nprogress, data availability, liveness under churn—only emerge when several\\nroles interact over real networking and time. This framework makes those checks\\ndeclarative, observable, and portable across environments.","breadcrumbs":"Part I — Foundations » Introduction » Introduction","id":"3","title":"Introduction"},"30":{"body":"Docker/K8s deployment assets: kzgrs_test_params/: Circuit parameters (override via NOMOS_KZGRS_PARAMS_PATH) monitoring/: Prometheus config scripts/: Container entrypoints and image builder cfgsync.yaml: Configuration sync server template","breadcrumbs":"Part II — User Guide » Annotated Tree » testing-framework/assets/stack/","id":"30","title":"testing-framework/assets/stack/"},"31":{"body":"Runnable binaries demonstrating framework usage: local_runner.rs — Local processes compose_runner.rs — Docker Compose (requires NOMOS_TESTNET_IMAGE built) k8s_runner.rs — Kubernetes (requires cluster + image) Run with: POL_PROOF_DEV_MODE=true cargo run -p runner-examples --bin All runners require POL_PROOF_DEV_MODE=true to avoid expensive proof generation.","breadcrumbs":"Part II — User Guide » Annotated Tree » examples/ (Start Here!)","id":"31","title":"examples/ (Start Here!)"},"32":{"body":"Helper utilities: setup-nomos-circuits.sh: Fetch KZG parameters from releases","breadcrumbs":"Part II — User Guide » Annotated Tree » scripts/","id":"32","title":"scripts/"},"33":{"body":"Compose runner includes: Prometheus at http://localhost:9090 (metrics scraping) Node metrics exposed per validator/executor Access in expectations: ctx.telemetry().prometheus_endpoint() Logging controlled by: NOMOS_LOG_DIR — Write per-node log files NOMOS_LOG_LEVEL — Global log level (error/warn/info/debug/trace) NOMOS_LOG_FILTER — Target-specific filtering (e.g., consensus=trace,da=debug) NOMOS_TESTS_TRACING — Enable file logging for local runner See Logging and Observability for details.","breadcrumbs":"Part II — User Guide » Annotated Tree » Observability","id":"33","title":"Observability"},"34":{"body":"To Do This Go Here Run an example examples/src/bin/ → cargo run -p runner-examples --bin Write a custom scenario testing-framework/core/ → Implement using ScenarioBuilder Add a new workload testing-framework/workflows/src/workloads/ → Implement Workload trait Add a new expectation testing-framework/workflows/src/expectations/ → Implement Expectation trait Modify node configs testing-framework/configs/src/topology/configs/ Extend builder DSL testing-framework/workflows/src/builder/ → Add trait methods Add a new deployer testing-framework/runners/ → Implement Deployer trait For detailed guidance, see Internal Crate Reference.","breadcrumbs":"Part II — User Guide » Annotated Tree » Navigation Guide","id":"34","title":"Navigation Guide"},"35":{"body":"Creating a scenario is a declarative exercise: Shape the topology: decide how many validators and executors to run, and\\nwhat high-level network and data-availability characteristics matter for the\\ntest. Attach workloads: pick traffic generators that align with your goals\\n(transactions, data-availability blobs, or chaos for resilience probes). Define expectations: specify the health signals that must hold when the\\nrun finishes (e.g., consensus liveness, inclusion of submitted activity; see Core Content: Workloads & Expectations). Set duration: choose a run window long enough to observe meaningful\\nblock progression and the effects of your workloads. Choose a runner: target local processes for fast iteration, Docker\\nCompose for reproducible multi-node stacks, or Kubernetes for cluster-grade\\nvalidation. For environment considerations, see Operations. Keep scenarios small and explicit: make the intended behavior and the success\\ncriteria clear so failures are easy to interpret and act upon.","breadcrumbs":"Part II — User Guide » Authoring Scenarios » Authoring Scenarios","id":"35","title":"Authoring Scenarios"},"36":{"body":"Workloads describe the activity a scenario generates; expectations describe the\\nsignals that must hold when that activity completes. Both are pluggable so\\nscenarios stay readable and purpose-driven.","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Core Content: Workloads & Expectations","id":"36","title":"Core Content: Workloads & Expectations"},"37":{"body":"Transaction workload: submits user-level transactions at a configurable\\nrate and can limit how many distinct actors participate. Data-availability workload: drives blob and channel activity to exercise\\ndata-availability paths. Chaos workload: triggers controlled node restarts to test resilience and\\nrecovery behaviors (requires a runner that can control nodes).","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Workloads","id":"37","title":"Workloads"},"38":{"body":"Consensus liveness: verifies the system continues to produce blocks in\\nline with the planned workload and timing window. Workload-specific checks: each workload can attach its own success\\ncriteria (e.g., inclusion of submitted activity) so scenarios remain concise. Together, workloads and expectations let you express both the pressure applied\\nto the system and the definition of “healthy” for that run. flowchart TD I[Inputs
topology + wallets + rates] --> Init[Workload init] Init --> Drive[Drive traffic] Drive --> Collect[Collect signals] Collect --> Eval[Expectations evaluate]","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Expectations","id":"38","title":"Expectations"},"39":{"body":"Patterns that keep scenarios readable and reusable: Topology-first: start by shaping the cluster (counts, layout) so later\\nsteps inherit a clear foundation. Bundle defaults: use the DSL helpers to attach common expectations (like\\nliveness) whenever you add a matching workload, reducing forgotten checks. Intentional rates: express traffic in per-block terms to align with\\nprotocol timing rather than wall-clock assumptions. Opt-in chaos: enable restart patterns only in scenarios meant to probe\\nresilience; keep functional smoke tests deterministic. Wallet clarity: seed only the number of actors you need; it keeps\\ntransaction scenarios deterministic and interpretable. These patterns make scenario definitions self-explanatory while staying aligned\\nwith the framework’s block-oriented timing model.","breadcrumbs":"Part II — User Guide » Core Content: ScenarioBuilderExt Patterns » Core Content: ScenarioBuilderExt Patterns","id":"39","title":"Core Content: ScenarioBuilderExt Patterns"},"4":{"body":"The framework follows a clear flow: Topology → Scenario → Deployer → Runner → Workloads → Expectations.","breadcrumbs":"Part I — Foundations » Architecture Overview » Architecture Overview","id":"4","title":"Architecture Overview"},"40":{"body":"State your intent: document the goal of each scenario (throughput, DA\\nvalidation, resilience) so expectation choices are obvious. Keep runs meaningful: choose durations that allow multiple blocks and make\\ntiming-based assertions trustworthy. Separate concerns: start with deterministic workloads for functional\\nchecks; add chaos in dedicated resilience scenarios to avoid noisy failures. Reuse patterns: standardize on shared topology and workload presets so\\nresults are comparable across environments and teams. Observe first, tune second: rely on liveness and inclusion signals to\\ninterpret outcomes before tweaking rates or topology. Environment fit: pick runners that match the feedback loop you need—local\\nfor speed (including fast CI smoke tests), compose for reproducible stacks\\n(recommended for CI), k8s for cluster-grade fidelity. Minimal surprises: seed only necessary wallets and keep configuration\\ndeltas explicit when moving between CI and developer machines.","breadcrumbs":"Part II — User Guide » Best Practices » Best Practices","id":"40","title":"Best Practices"},"41":{"body":"Concrete scenario shapes that illustrate how to combine topologies, workloads,\\nand expectations. Runnable examples: The repo includes complete binaries in examples/src/bin/: local_runner.rs — Local processes compose_runner.rs — Docker Compose (requires NOMOS_TESTNET_IMAGE built) k8s_runner.rs — Kubernetes (requires cluster access and image loaded) Run with: POL_PROOF_DEV_MODE=true cargo run -p runner-examples --bin All runners require POL_PROOF_DEV_MODE=true to avoid expensive proof generation. Code patterns below show how to build scenarios. Wrap these in #[tokio::test] functions for integration tests, or #[tokio::main] for binaries.","breadcrumbs":"Part II — User Guide » Examples » Examples","id":"41","title":"Examples"},"42":{"body":"Minimal test that validates basic block production: #![allow(unused)] fn main() {\\nuse testing_framework_core::scenario::{Deployer, ScenarioBuilder};\\nuse testing_framework_runner_local::LocalDeployer;\\nuse testing_framework_workflows::ScenarioBuilderExt;\\nuse std::time::Duration; async fn simple_consensus() -> Result<(), Box> { let mut plan = ScenarioBuilder::topology() .network_star() .validators(3) .executors(0) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(30)) .build(); let deployer = LocalDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } When to use: smoke tests for consensus on minimal hardware.","breadcrumbs":"Part II — User Guide » Examples » Simple consensus liveness","id":"42","title":"Simple consensus liveness"},"43":{"body":"Test consensus under transaction load: #![allow(unused)] fn main() {\\nuse testing_framework_core::scenario::{Deployer, ScenarioBuilder};\\nuse testing_framework_runner_local::LocalDeployer;\\nuse testing_framework_workflows::ScenarioBuilderExt;\\nuse std::time::Duration; async fn transaction_workload() -> Result<(), Box> { let mut plan = ScenarioBuilder::topology() .network_star() .validators(2) .executors(0) .apply() .wallets(20) .transactions() .rate(5) .users(10) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(60)) .build(); let deployer = LocalDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } When to use: validate transaction submission and inclusion.","breadcrumbs":"Part II — User Guide » Examples » Transaction workload","id":"43","title":"Transaction workload"},"44":{"body":"Combined test stressing both transaction and DA layers: #![allow(unused)] fn main() {\\nuse testing_framework_core::scenario::{Deployer, ScenarioBuilder};\\nuse testing_framework_runner_local::LocalDeployer;\\nuse testing_framework_workflows::ScenarioBuilderExt;\\nuse std::time::Duration; async fn da_and_transactions() -> Result<(), Box> { let mut plan = ScenarioBuilder::topology() .network_star() .validators(3) .executors(2) .apply() .wallets(30) .transactions() .rate(5) .users(15) .apply() .da() .channel_rate(1) .blob_rate(2) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(90)) .build(); let deployer = LocalDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } When to use: end-to-end coverage of transaction and DA layers.","breadcrumbs":"Part II — User Guide » Examples » DA + transaction workload","id":"44","title":"DA + transaction workload"},"45":{"body":"Test system resilience under node restarts: #![allow(unused)] fn main() {\\nuse testing_framework_core::scenario::{Deployer, ScenarioBuilder};\\nuse testing_framework_runner_compose::ComposeDeployer;\\nuse testing_framework_workflows::{ScenarioBuilderExt, ChaosBuilderExt};\\nuse std::time::Duration; async fn chaos_resilience() -> Result<(), Box> { let mut plan = ScenarioBuilder::topology() .network_star() .validators(4) .executors(2) .apply() .enable_node_control() .wallets(20) .transactions() .rate(3) .users(10) .apply() .chaos() .restart() .min_delay(Duration::from_secs(20)) .max_delay(Duration::from_secs(40)) .target_cooldown(Duration::from_secs(30)) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(120)) .build(); let deployer = ComposeDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } When to use: resilience validation and operational readiness drills. Note: Chaos tests require ComposeDeployer or another runner with node control support.","breadcrumbs":"Part II — User Guide » Examples » Chaos resilience","id":"45","title":"Chaos resilience"},"46":{"body":"Realistic advanced scenarios demonstrating framework capabilities for production testing.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Advanced Examples","id":"46","title":"Advanced Examples"},"47":{"body":"Example Topology Workloads Deployer Key Feature Load Progression 3 validators + 2 executors Increasing tx rate Compose Dynamic load testing Sustained Load 4 validators + 2 executors High tx + DA rate Compose Stress testing Aggressive Chaos 4 validators + 2 executors Frequent restarts + traffic Compose Resilience validation","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Summary","id":"47","title":"Summary"},"48":{"body":"Test consensus under progressively increasing transaction load: #![allow(unused)] fn main() {\\nuse testing_framework_core::scenario::{Deployer, ScenarioBuilder};\\nuse testing_framework_runner_compose::ComposeDeployer;\\nuse testing_framework_workflows::ScenarioBuilderExt;\\nuse std::time::Duration; async fn load_progression_test() -> Result<(), Box> { for rate in [5, 10, 20, 30] { println!(\\"Testing with rate: {}\\", rate); let mut plan = ScenarioBuilder::topology() .network_star() .validators(3) .executors(2) .apply() .wallets(50) .transactions() .rate(rate) .users(20) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(60)) .build(); let deployer = ComposeDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; } Ok(())\\n} } When to use: Finding the maximum sustainable transaction rate for a given topology.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Load Progression Test","id":"48","title":"Load Progression Test"},"49":{"body":"Run high transaction and DA load for extended duration: #![allow(unused)] fn main() {\\nuse testing_framework_core::scenario::{Deployer, ScenarioBuilder};\\nuse testing_framework_runner_compose::ComposeDeployer;\\nuse testing_framework_workflows::ScenarioBuilderExt;\\nuse std::time::Duration; async fn sustained_load_test() -> Result<(), Box> { let mut plan = ScenarioBuilder::topology() .network_star() .validators(4) .executors(2) .apply() .wallets(100) .transactions() .rate(15) .users(50) .apply() .da() .channel_rate(2) .blob_rate(3) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(300)) .build(); let deployer = ComposeDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } When to use: Validating stability under continuous high load over extended periods.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Sustained Load Test","id":"49","title":"Sustained Load Test"},"5":{"body":"flowchart LR A(Topology
shape cluster) --> B(Scenario
plan) B --> C(Deployer
provision & readiness) C --> D(Runner
orchestrate execution) D --> E(Workloads
drive traffic) E --> F(Expectations
verify outcomes)","breadcrumbs":"Part I — Foundations » Architecture Overview » Core Flow","id":"5","title":"Core Flow"},"50":{"body":"Frequent node restarts with active traffic: #![allow(unused)] fn main() {\\nuse testing_framework_core::scenario::{Deployer, ScenarioBuilder};\\nuse testing_framework_runner_compose::ComposeDeployer;\\nuse testing_framework_workflows::{ScenarioBuilderExt, ChaosBuilderExt};\\nuse std::time::Duration; async fn aggressive_chaos_test() -> Result<(), Box> { let mut plan = ScenarioBuilder::topology() .network_star() .validators(4) .executors(2) .apply() .enable_node_control() .wallets(50) .transactions() .rate(10) .users(20) .apply() .chaos() .restart() .min_delay(Duration::from_secs(10)) .max_delay(Duration::from_secs(20)) .target_cooldown(Duration::from_secs(15)) .apply() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(180)) .build(); let deployer = ComposeDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\\n} } When to use: Validating recovery and liveness under aggressive failure conditions. Note: Requires ComposeDeployer for node control support.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Aggressive Chaos Test","id":"50","title":"Aggressive Chaos Test"},"51":{"body":"These scenarios require custom implementations but demonstrate framework extensibility:","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Extension Ideas","id":"51","title":"Extension Ideas"},"52":{"body":"Concept: Test consensus recovery after network partitions. Requirements: Needs block_peer() / unblock_peer() methods in NodeControlHandle Partition subsets of validators, wait, then restore connectivity Verify chain convergence after partition heals Why useful: Tests the most realistic failure mode in distributed systems. Current blocker: Node control doesn’t yet support network-level actions (only process restarts).","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Network Partition Recovery","id":"52","title":"Network Partition Recovery"},"53":{"body":"Concept: Verify block production intervals stay within expected bounds. Implementation approach: Custom expectation that consumes BlockFeed Collect block timestamps during run Assert intervals are within (slot_duration * active_slot_coeff) ± tolerance Why useful: Validates consensus timing under various loads.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Block Timing Consistency","id":"53","title":"Block Timing Consistency"},"54":{"body":"Concept: Submit malformed transactions and verify they’re rejected properly. Implementation approach: Custom workload that generates invalid transactions (bad signatures, insufficient funds, malformed structure) Expectation verifies mempool rejects them and they never appear in blocks Test mempool resilience and filtering Why useful: Ensures mempool doesn’t crash or include invalid transactions under fuzzing.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Invalid Transaction Fuzzing","id":"54","title":"Invalid Transaction Fuzzing"},"55":{"body":"Concept: Track wallet balances and verify state consistency. Description: After transaction workload completes, query all wallet balances via node API and verify total supply is conserved. Requires tracking initial state, submitted transactions, and final balances. Validates that the ledger maintains correctness under load (no funds lost or created). This is a state assertion expectation that checks correctness, not just liveness.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Wallet Balance Verification","id":"55","title":"Wallet Balance Verification"},"56":{"body":"Running a scenario follows the same conceptual flow regardless of environment: Select or author a scenario plan that pairs a topology with workloads,\\nexpectations, and a suitable run window. Choose a deployer aligned with your environment (local, compose, or k8s) and\\nensure its prerequisites are available. Deploy the plan through the deployer, which provisions infrastructure and\\nreturns a runner. The runner orchestrates workload execution for the planned duration; keep\\nobservability signals visible so you can correlate outcomes. The runner evaluates expectations and captures results as the primary\\npass/fail signal. Use the same plan across different deployers to compare behavior between local\\ndevelopment and CI or cluster settings. For environment prerequisites and\\nflags, see Operations.","breadcrumbs":"Part II — User Guide » Running Scenarios » Running Scenarios","id":"56","title":"Running Scenarios"},"57":{"body":"Runners turn a scenario plan into a live environment while keeping the plan\\nunchanged. Choose based on feedback speed, reproducibility, and fidelity. For\\nenvironment and operational considerations, see Operations. Important: All runners require POL_PROOF_DEV_MODE=true to avoid expensive Groth16 proof generation that causes timeouts.","breadcrumbs":"Part II — User Guide » Runners » Runners","id":"57","title":"Runners"},"58":{"body":"Launches node processes directly on the host. Fastest feedback loop and minimal orchestration overhead. Best for development-time iteration and debugging. Can run in CI for fast smoke tests. Node control: Not supported (chaos workloads not available)","breadcrumbs":"Part II — User Guide » Runners » Local runner","id":"58","title":"Local runner"},"59":{"body":"Starts nodes in containers to provide a reproducible multi-node stack on a\\nsingle machine. Discovers service ports and wires observability for convenient inspection. Good balance between fidelity and ease of setup. Recommended for CI pipelines (isolated environment, reproducible). Node control: Supported (can restart nodes for chaos testing)","breadcrumbs":"Part II — User Guide » Runners » Docker Compose runner","id":"59","title":"Docker Compose runner"},"6":{"body":"Topology describes the cluster: how many nodes, their roles, and the high-level network and data-availability parameters they should follow. Scenario combines that topology with the activities to run and the checks to perform, forming a single plan. Deployer provisions infrastructure on the chosen backend (local processes, Docker Compose, or Kubernetes), waits for readiness, and returns a Runner. Runner orchestrates scenario execution: starts workloads, observes signals, evaluates expectations, and triggers cleanup. Workloads generate traffic and conditions that exercise the system. Expectations observe the run and judge success or failure once activity completes. Each layer has a narrow responsibility so that cluster shape, deployment choice,\\ntraffic generation, and health checks can evolve independently while fitting\\ntogether predictably.","breadcrumbs":"Part I — Foundations » Architecture Overview » Components","id":"6","title":"Components"},"60":{"body":"Deploys nodes onto a cluster for higher-fidelity, longer-running scenarios. Suits CI with cluster access or shared test environments where cluster behavior\\nand scheduling matter. Node control: Not supported yet (chaos workloads not available)","breadcrumbs":"Part II — User Guide » Runners » Kubernetes runner","id":"60","title":"Kubernetes runner"},"61":{"body":"All runners require at least one validator and, for transaction scenarios,\\naccess to seeded wallets. Readiness probes gate workload start so traffic begins only after nodes are\\nreachable. Environment flags can relax timeouts or increase tracing when diagnostics are\\nneeded. flowchart TD Plan[Scenario Plan] --> RunSel{Runner
(local | compose | k8s)} RunSel --> Provision[Provision & readiness] Provision --> Runtime[Runtime + observability] Runtime --> Exec[Workloads & Expectations execute]","breadcrumbs":"Part II — User Guide » Runners » Common expectations","id":"61","title":"Common expectations"},"62":{"body":"Operational readiness focuses on prerequisites, environment fit, and clear\\nsignals: Prerequisites: keep a sibling nomos-node checkout available; ensure the\\nchosen runner’s platform needs are met (local binaries for host runs, Docker\\nfor compose, cluster access for k8s). Artifacts: DA scenarios require KZG parameters (circuit assets) located at testing-framework/assets/stack/kzgrs_test_params. Fetch them via scripts/setup-nomos-circuits.sh or override the path with NOMOS_KZGRS_PARAMS_PATH. Environment flags: POL_PROOF_DEV_MODE=true is required for all runners\\n(local, compose, k8s) unless you want expensive Groth16 proof generation that\\nwill cause tests to timeout. Configure logging via NOMOS_LOG_DIR, NOMOS_LOG_LEVEL,\\nand NOMOS_LOG_FILTER (see Logging and Observability\\nfor details). Note that nodes ignore RUST_LOG and only respond to NOMOS_* variables. Readiness checks: verify runners report node readiness before starting\\nworkloads; this avoids false negatives from starting too early. Failure triage: map failures to missing prerequisites (wallet seeding,\\nnode control availability), runner platform issues, or unmet expectations.\\nStart with liveness signals, then dive into workload-specific assertions. Treat operational hygiene—assets present, prerequisites satisfied, observability\\nreachable—as the first step to reliable scenario outcomes.","breadcrumbs":"Part II — User Guide » Operations » Operations","id":"62","title":"Operations"},"63":{"body":"Both LocalDeployer and ComposeDeployer work in CI environments: LocalDeployer in CI: Faster (no Docker overhead) Good for quick smoke tests Trade-off: Less isolation (processes share host) ComposeDeployer in CI (recommended): Better isolation (containerized) Reproducible environment Includes Prometheus/observability Trade-off: Slower startup (Docker image build) Trade-off: Requires Docker daemon See .github/workflows/compose-mixed.yml for a complete CI example using ComposeDeployer.","breadcrumbs":"Part II — User Guide » Operations » CI Usage","id":"63","title":"CI Usage"},"64":{"body":"","breadcrumbs":"Part II — User Guide » Operations » Running Examples","id":"64","title":"Running Examples"},"65":{"body":"POL_PROOF_DEV_MODE=true cargo run -p runner-examples --bin local_runner Optional environment variables: LOCAL_DEMO_VALIDATORS=3 — Number of validators (default: 1) LOCAL_DEMO_EXECUTORS=2 — Number of executors (default: 1) LOCAL_DEMO_RUN_SECS=120 — Run duration in seconds (default: 60) NOMOS_TESTS_TRACING=true — Enable persistent file logging (required with NOMOS_LOG_DIR) NOMOS_LOG_DIR=/tmp/logs — Directory for per-node log files (only with NOMOS_TESTS_TRACING=true) NOMOS_LOG_LEVEL=debug — Set log level (default: info) NOMOS_LOG_FILTER=consensus=trace,da=debug — Fine-grained module filtering (rate is per-block, not per-second) Note: The default local_runner example includes DA workload, so circuit assets in testing-framework/assets/stack/kzgrs_test_params/ are required (fetch via scripts/setup-nomos-circuits.sh).","breadcrumbs":"Part II — User Guide » Operations » Local Runner","id":"65","title":"Local Runner"},"66":{"body":"Prerequisites: Docker daemon running Circuit assets in testing-framework/assets/stack/kzgrs_test_params (fetched via scripts/setup-nomos-circuits.sh) Test image built (see below) Build the test image: # Fetch circuit assets first\\nchmod +x scripts/setup-nomos-circuits.sh\\nscripts/setup-nomos-circuits.sh v0.3.1 /tmp/nomos-circuits\\ncp -r /tmp/nomos-circuits/* testing-framework/assets/stack/kzgrs_test_params/ # Build image (embeds assets)\\nchmod +x testing-framework/assets/stack/scripts/build_test_image.sh\\ntesting-framework/assets/stack/scripts/build_test_image.sh Run the example: NOMOS_TESTNET_IMAGE=nomos-testnet:local \\\\\\nPOL_PROOF_DEV_MODE=true \\\\\\ncargo run -p runner-examples --bin compose_runner Required environment variables: NOMOS_TESTNET_IMAGE=nomos-testnet:local — Image tag (must match built image) POL_PROOF_DEV_MODE=true — Critical: Without this, proof generation is CPU-intensive and tests will timeout Optional environment variables: COMPOSE_NODE_PAIRS=1x1 — Topology: “validators×executors” (default varies by example) TEST_FRAMEWORK_PROMETHEUS_PORT=9091 — Override Prometheus port (default: 9090) COMPOSE_RUNNER_HOST=127.0.0.1 — Host address for port mappings (default: 127.0.0.1) COMPOSE_RUNNER_PRESERVE=1 — Keep containers running after test (for debugging) NOMOS_LOG_DIR=/tmp/compose-logs — Write logs to files inside containers (requires copy-out or volume mount) NOMOS_LOG_LEVEL=debug — Set log level Compose-specific features: Node control support: Only runner that supports chaos testing ( .enable_node_control() + .chaos() workloads) Prometheus observability: Metrics at http://localhost:9090 Important: Chaos workloads (random restarts) only work with ComposeDeployer. LocalDeployer and K8sDeployer do not support node control.","breadcrumbs":"Part II — User Guide » Operations » Compose Runner","id":"66","title":"Compose Runner"},"67":{"body":"Prerequisites: Kubernetes cluster with kubectl configured and working Circuit assets in testing-framework/assets/stack/kzgrs_test_params Test image built (same as Compose: testing-framework/assets/stack/scripts/build_test_image.sh) Image available in cluster (loaded via kind, minikube, or pushed to registry) POL_PROOF_DEV_MODE=true environment variable set Load image into cluster: # For kind clusters\\nexport NOMOS_TESTNET_IMAGE=nomos-testnet:local\\nkind load docker-image nomos-testnet:local # For minikube\\nminikube image load nomos-testnet:local # For remote clusters (push to registry)\\ndocker tag nomos-testnet:local your-registry/nomos-testnet:local\\ndocker push your-registry/nomos-testnet:local\\nexport NOMOS_TESTNET_IMAGE=your-registry/nomos-testnet:local Run the example: export NOMOS_TESTNET_IMAGE=nomos-testnet:local\\nexport POL_PROOF_DEV_MODE=true\\ncargo run -p runner-examples --bin k8s_runner Important: K8s runner mounts testing-framework/assets/stack/kzgrs_test_params as a hostPath volume. Ensure this directory exists and contains circuit assets on the node where pods will be scheduled. No node control support yet: Chaos workloads ( .enable_node_control()) will fail. Use ComposeDeployer for chaos testing.","breadcrumbs":"Part II — User Guide » Operations » K8s Runner","id":"67","title":"K8s Runner"},"68":{"body":"DA workloads require KZG cryptographic parameters for polynomial commitment schemes.","breadcrumbs":"Part II — User Guide » Operations » Circuit Assets (KZG Parameters)","id":"68","title":"Circuit Assets (KZG Parameters)"},"69":{"body":"Default path: testing-framework/assets/stack/kzgrs_test_params Override: Set NOMOS_KZGRS_PARAMS_PATH to use a custom location: NOMOS_KZGRS_PARAMS_PATH=/path/to/custom/params cargo run -p runner-examples --bin local_runner","breadcrumbs":"Part II — User Guide » Operations » Asset Location","id":"69","title":"Asset Location"},"7":{"body":"The framework is consumed via runnable example binaries in examples/src/bin/: local_runner.rs — Spawns nodes as local processes compose_runner.rs — Deploys via Docker Compose (requires NOMOS_TESTNET_IMAGE built) k8s_runner.rs — Deploys via Kubernetes Helm (requires cluster + image) Run with: POL_PROOF_DEV_MODE=true cargo run -p runner-examples --bin Important: All runners require POL_PROOF_DEV_MODE=true to avoid expensive Groth16 proof generation that causes timeouts. These binaries use the framework API ( ScenarioBuilder) to construct and execute scenarios.","breadcrumbs":"Part I — Foundations » Architecture Overview » Entry Points","id":"7","title":"Entry Points"},"70":{"body":"Option 1: Use helper script (recommended): # From the repository root\\nchmod +x scripts/setup-nomos-circuits.sh\\nscripts/setup-nomos-circuits.sh v0.3.1 /tmp/nomos-circuits # Copy to default location\\ncp -r /tmp/nomos-circuits/* testing-framework/assets/stack/kzgrs_test_params/ Option 2: Build locally (advanced): # Requires Go, Rust, and circuit build tools\\nmake kzgrs_test_params","breadcrumbs":"Part II — User Guide » Operations » Getting Circuit Assets","id":"70","title":"Getting Circuit Assets"},"71":{"body":"The CI automatically fetches and places assets: - name: Install circuits for host build run: | scripts/setup-nomos-circuits.sh v0.3.1 \\"$TMPDIR/nomos-circuits\\" cp -a \\"$TMPDIR/nomos-circuits\\"/. testing-framework/assets/stack/kzgrs_test_params/","breadcrumbs":"Part II — User Guide » Operations » CI Workflow","id":"71","title":"CI Workflow"},"72":{"body":"Runner When Required Local Always (for DA workloads) Compose During image build (baked into NOMOS_TESTNET_IMAGE) K8s During image build + deployed to cluster via hostPath volume Error without assets: Error: missing KZG parameters at testing-framework/assets/stack/kzgrs_test_params","breadcrumbs":"Part II — User Guide » Operations » When Are Assets Needed?","id":"72","title":"When Are Assets Needed?"},"73":{"body":"","breadcrumbs":"Part II — User Guide » Operations » Logging and Observability","id":"73","title":"Logging and Observability"},"74":{"body":"Critical distinction: Node logs and framework logs use different configuration mechanisms. Component Controlled By Purpose Framework binaries ( cargo run -p runner-examples --bin local_runner) RUST_LOG Runner orchestration, deployment logs Node processes (validators, executors spawned by runner) NOMOS_LOG_LEVEL, NOMOS_LOG_FILTER, NOMOS_LOG_DIR Consensus, DA, mempool, network logs Common mistake: Setting RUST_LOG=debug only increases verbosity of the runner binary itself. Node logs remain at their default level unless you also set NOMOS_LOG_LEVEL=debug. Example: # This only makes the RUNNER verbose, not the nodes:\\nRUST_LOG=debug cargo run -p runner-examples --bin local_runner # This makes the NODES verbose:\\nNOMOS_LOG_LEVEL=debug cargo run -p runner-examples --bin local_runner # Both verbose (typically not needed):\\nRUST_LOG=debug NOMOS_LOG_LEVEL=debug cargo run -p runner-examples --bin local_runner","breadcrumbs":"Part II — User Guide » Operations » Node Logging vs Framework Logging","id":"74","title":"Node Logging vs Framework Logging"},"75":{"body":"Variable Default Effect NOMOS_LOG_DIR None (console only) Directory for per-node log files. If unset, logs go to stdout/stderr. NOMOS_LOG_LEVEL info Global log level: error, warn, info, debug, trace NOMOS_LOG_FILTER None Fine-grained target filtering (e.g., consensus=trace,da=debug) NOMOS_TESTS_TRACING false Enable tracing subscriber for local runner file logging NOMOS_OTLP_ENDPOINT None OTLP trace endpoint (optional, disables OTLP noise if unset) NOMOS_OTLP_METRICS_ENDPOINT None OTLP metrics endpoint (optional) Example: Full debug logging to files: NOMOS_TESTS_TRACING=true \\\\\\nNOMOS_LOG_DIR=/tmp/test-logs \\\\\\nNOMOS_LOG_LEVEL=debug \\\\\\nNOMOS_LOG_FILTER=\\"nomos_consensus=trace,nomos_da_sampling=debug\\" \\\\\\nPOL_PROOF_DEV_MODE=true \\\\\\ncargo run -p runner-examples --bin local_runner","breadcrumbs":"Part II — User Guide » Operations » Logging Environment Variables","id":"75","title":"Logging Environment Variables"},"76":{"body":"When NOMOS_LOG_DIR is set, each node writes logs to separate files: File naming pattern: Validators: Prefix nomos-node-0, nomos-node-1, etc. (may include timestamp suffix) Executors: Prefix nomos-executor-0, nomos-executor-1, etc. (may include timestamp suffix) Local runner caveat: By default, the local runner writes logs to temporary directories in the working directory. These are automatically cleaned up after tests complete. To preserve logs, you MUST set both NOMOS_TESTS_TRACING=true AND NOMOS_LOG_DIR=/path/to/logs.","breadcrumbs":"Part II — User Guide » Operations » Per-Node Log Files","id":"76","title":"Per-Node Log Files"},"77":{"body":"Common target prefixes for NOMOS_LOG_FILTER: Target Prefix Subsystem nomos_consensus Consensus (Cryptarchia) nomos_da_sampling DA sampling service nomos_da_dispersal DA dispersal service nomos_da_verifier DA verification nomos_mempool Transaction mempool nomos_blend Mix network/privacy layer chain_network P2P networking chain_leader Leader election Example filter: NOMOS_LOG_FILTER=\\"nomos_consensus=trace,nomos_da_sampling=debug,chain_network=info\\"","breadcrumbs":"Part II — User Guide » Operations » Filter Target Names","id":"77","title":"Filter Target Names"},"78":{"body":"Local Runner Default (temporary directories, auto-cleanup): POL_PROOF_DEV_MODE=true cargo run -p runner-examples --bin local_runner\\n# Logs written to temporary directories in working directory\\n# Automatically cleaned up after test completes Persistent file output: NOMOS_TESTS_TRACING=true \\\\\\nNOMOS_LOG_DIR=/tmp/local-logs \\\\\\nPOL_PROOF_DEV_MODE=true \\\\\\ncargo run -p runner-examples --bin local_runner # After test completes:\\nls /tmp/local-logs/\\n# Files with prefix: nomos-node-0*, nomos-node-1*, nomos-executor-0*\\n# May include timestamps in filename Both flags required: You MUST set both NOMOS_TESTS_TRACING=true (enables tracing file sink) AND NOMOS_LOG_DIR (specifies directory) to get persistent logs. Compose Runner Via Docker logs (default, recommended): # List containers (note the UUID prefix in names)\\ndocker ps --filter \\"name=nomos-compose-\\" # Stream logs from specific container\\ndocker logs -f # Or use name pattern matching:\\ndocker logs -f $(docker ps --filter \\"name=nomos-compose-.*-validator-0\\" -q | head -1) Via file collection (advanced): Setting NOMOS_LOG_DIR writes files inside the container. To access them, you must either: Copy files out after the run: NOMOS_LOG_DIR=/logs \\\\\\nNOMOS_TESTNET_IMAGE=nomos-testnet:local \\\\\\nPOL_PROOF_DEV_MODE=true \\\\\\ncargo run -p runner-examples --bin compose_runner # After test, copy files from containers:\\ndocker ps --filter \\"name=nomos-compose-\\"\\ndocker cp :/logs/nomos-node-0* /tmp/ Mount a host volume (requires modifying compose template): volumes: - /tmp/host-logs:/logs # Add to docker-compose.yml.tera Recommendation: Use docker logs by default. File collection inside containers is complex and rarely needed. Keep containers for debugging: COMPOSE_RUNNER_PRESERVE=1 \\\\\\nNOMOS_TESTNET_IMAGE=nomos-testnet:local \\\\\\ncargo run -p runner-examples --bin compose_runner\\n# Containers remain running after test—inspect with docker logs or docker exec Note: Container names follow pattern nomos-compose-{uuid}-validator-{index}-1 where {uuid} changes per run. K8s Runner Via kubectl logs (use label selectors): # List pods\\nkubectl get pods # Stream logs using label selectors (recommended)\\nkubectl logs -l app=nomos-validator -f\\nkubectl logs -l app=nomos-executor -f # Stream logs from specific pod\\nkubectl logs -f nomos-validator-0 # Previous logs from crashed pods\\nkubectl logs --previous -l app=nomos-validator Download logs for offline analysis: # Using label selectors\\nkubectl logs -l app=nomos-validator --tail=1000 > all-validators.log\\nkubectl logs -l app=nomos-executor --tail=1000 > all-executors.log # Specific pods\\nkubectl logs nomos-validator-0 > validator-0.log\\nkubectl logs nomos-executor-1 > executor-1.log Specify namespace (if not using default): kubectl logs -n my-namespace -l app=nomos-validator -f","breadcrumbs":"Part II — User Guide » Operations » Accessing Logs Per Runner","id":"78","title":"Accessing Logs Per Runner"},"79":{"body":"OTLP exporters are optional. If you see errors about unreachable OTLP endpoints, it’s safe to ignore them unless you’re actively collecting traces/metrics. To enable OTLP: NOMOS_OTLP_ENDPOINT=http://localhost:4317 \\\\\\nNOMOS_OTLP_METRICS_ENDPOINT=http://localhost:4318 \\\\\\ncargo run -p runner-examples --bin local_runner To silence OTLP errors: Simply leave these variables unset (the default).","breadcrumbs":"Part II — User Guide » Operations » OTLP and Telemetry","id":"79","title":"OTLP and Telemetry"},"8":{"body":"Scenarios are defined using a fluent builder pattern: #![allow(unused)] fn main() {\\nlet mut plan = ScenarioBuilder::topology() .network_star() // Topology configuration .validators(3) .executors(2) .apply() .wallets(50) // Wallet seeding .transactions() // Transaction workload .rate(5) .users(20) .apply() .da() // DA workload .channel_rate(1) .blob_rate(2) .apply() .expect_consensus_liveness() // Expectations .with_run_duration(Duration::from_secs(90)) .build(); } Key API Points: Topology uses .topology().validators(N).executors(M).apply() pattern (not with_node_counts) Workloads are configured via extension traits ( ScenarioBuilderExt, ChaosBuilderExt) Chaos workloads require .enable_node_control() and a compatible runner","breadcrumbs":"Part I — Foundations » Architecture Overview » Builder API","id":"8","title":"Builder API"},"80":{"body":"Runners expose metrics and node HTTP endpoints for expectation code and debugging: Prometheus (Compose only): Default: http://localhost:9090 Override: TEST_FRAMEWORK_PROMETHEUS_PORT=9091 Access from expectations: ctx.telemetry().prometheus_endpoint() Node APIs: Access from expectations: ctx.node_clients().validators().get(0) Endpoints: consensus info, network info, DA membership, etc. See testing-framework/core/src/nodes/api_client.rs for available methods flowchart TD Expose[Runner exposes endpoints/ports] --> Collect[Runtime collects block/health signals] Collect --> Consume[Expectations consume signals
decide pass/fail] Consume --> Inspect[Operators inspect logs/metrics
when failures arise]","breadcrumbs":"Part II — User Guide » Operations » Observability: Prometheus and Node APIs","id":"80","title":"Observability: Prometheus and Node APIs"},"81":{"body":"Deep dives for contributors who extend the framework, evolve its abstractions,\\nor maintain the crate set.","breadcrumbs":"Part III — Developer Reference » Part III — Developer Reference","id":"81","title":"Part III — Developer Reference"},"82":{"body":"The scenario model defines clear, composable responsibilities: Topology: a declarative description of the cluster—how many nodes, their\\nroles, and the broad network and data-availability characteristics. It\\nrepresents the intended shape of the system under test. Scenario: a plan combining topology, workloads, expectations, and a run\\nwindow. Building a scenario validates prerequisites (like seeded wallets) and\\nensures the run lasts long enough to observe meaningful block progression. Workloads: asynchronous tasks that generate traffic or conditions. They\\nuse shared context to interact with the deployed cluster and may bundle\\ndefault expectations. Expectations: post-run assertions. They can capture baselines before\\nworkloads start and evaluate success once activity stops. Runtime: coordinates workloads and expectations for the configured\\nduration, enforces cooldowns when control actions occur, and ensures cleanup\\nso runs do not leak resources. Developers extending the model should keep these boundaries strict: topology\\ndescribes, scenarios assemble, deployers provision, runners orchestrate,\\nworkloads drive, and expectations judge outcomes. For guidance on adding new\\ncapabilities, see Extending the Framework.","breadcrumbs":"Part III — Developer Reference » Scenario Model (Developer Level) » Scenario Model (Developer Level)","id":"82","title":"Scenario Model (Developer Level)"},"83":{"body":"","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Extending the Framework","id":"83","title":"Extending the Framework"},"84":{"body":"Implement testing_framework_core::scenario::Workload: Provide a name and any bundled expectations. In init, derive inputs from GeneratedTopology and RunMetrics; fail\\nfast if prerequisites are missing (e.g., wallet data, node addresses). In start, drive async traffic using the RunContext clients. Expose the workload from a module under testing-framework/workflows and\\nconsider adding a DSL helper for ergonomic wiring.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding a workload","id":"84","title":"Adding a workload"},"85":{"body":"Implement testing_framework_core::scenario::Expectation: Use start_capture to snapshot baseline metrics. Use evaluate to assert outcomes after workloads finish; return all errors\\nso the runner can aggregate them. Export it from testing-framework/workflows if it is reusable.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding an expectation","id":"85","title":"Adding an expectation"},"86":{"body":"Implement testing_framework_core::scenario::Deployer for your backend. Produce a RunContext with NodeClients, metrics endpoints, and optional NodeControlHandle. Guard cleanup with CleanupGuard to reclaim resources even on failures. Mirror the readiness and block-feed probes used by the existing runners so\\nworkloads can rely on consistent signals.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding a runner","id":"86","title":"Adding a runner"},"87":{"body":"Extend testing_framework_core::topology::TopologyBuilder with new layouts or\\nconfiguration presets (e.g., specialized DA parameters). Keep defaults safe:\\nensure at least one participant and clamp dispersal factors as the current\\nhelpers do.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding topology helpers","id":"87","title":"Adding topology helpers"},"88":{"body":"A minimal, end-to-end illustration of adding a custom workload and matching\\nexpectation. This shows the shape of the traits and where to plug into the\\nframework; expand the logic to fit your real test.","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Example: New Workload & Expectation (Rust)","id":"88","title":"Example: New Workload & Expectation (Rust)"},"89":{"body":"Key ideas: name: identifies the workload in logs. expectations: workloads can bundle defaults so callers don’t forget checks. init: derive inputs from the generated topology (e.g., pick a target node). start: drive async activity using the shared RunContext. #![allow(unused)] fn main() {\\nuse std::sync::Arc;\\nuse async_trait::async_trait;\\nuse testing_framework_core::scenario::{ DynError, Expectation, RunContext, RunMetrics, Workload,\\n};\\nuse testing_framework_core::topology::GeneratedTopology; pub struct ReachabilityWorkload { target_idx: usize, bundled: Vec>,\\n} impl ReachabilityWorkload { pub fn new(target_idx: usize) -> Self { Self { target_idx, bundled: vec![Box::new(ReachabilityExpectation::new(target_idx))], } }\\n} #[async_trait]\\nimpl Workload for ReachabilityWorkload { fn name(&self) -> &\'static str { \\"reachability_workload\\" } fn expectations(&self) -> Vec> { self.bundled.clone() } fn init( &mut self, topology: &GeneratedTopology, _metrics: &RunMetrics, ) -> Result<(), DynError> { if topology.validators().get(self.target_idx).is_none() { return Err(\\"no validator at requested index\\".into()); } Ok(()) } async fn start(&self, ctx: &RunContext) -> Result<(), DynError> { let client = ctx .clients() .validators() .get(self.target_idx) .ok_or(\\"missing target client\\")?; // Pseudo-action: issue a lightweight RPC to prove reachability. client.health_check().await.map_err(|e| e.into()) }\\n} }","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Workload: simple reachability probe","id":"89","title":"Workload: simple reachability probe"},"9":{"body":"Three deployer implementations: Deployer Backend Prerequisites Node Control LocalDeployer Local processes Binaries in sibling checkout No ComposeDeployer Docker Compose NOMOS_TESTNET_IMAGE built Yes K8sDeployer Kubernetes Helm Cluster + image loaded Not yet Compose-specific features: Includes Prometheus at http://localhost:9090 (override via TEST_FRAMEWORK_PROMETHEUS_PORT) Optional OTLP trace/metrics endpoints ( NOMOS_OTLP_ENDPOINT, NOMOS_OTLP_METRICS_ENDPOINT) Node control for chaos testing (restart validators/executors)","breadcrumbs":"Part I — Foundations » Architecture Overview » Deployers","id":"9","title":"Deployers"},"90":{"body":"Key ideas: start_capture: snapshot baseline if needed (not used here). evaluate: assert the condition after workloads finish. #![allow(unused)] fn main() {\\nuse async_trait::async_trait;\\nuse testing_framework_core::scenario::{DynError, Expectation, RunContext}; pub struct ReachabilityExpectation { target_idx: usize,\\n} impl ReachabilityExpectation { pub fn new(target_idx: usize) -> Self { Self { target_idx } }\\n} #[async_trait]\\nimpl Expectation for ReachabilityExpectation { fn name(&self) -> &str { \\"target_reachable\\" } async fn evaluate(&mut self, ctx: &RunContext) -> Result<(), DynError> { let client = ctx .clients() .validators() .get(self.target_idx) .ok_or(\\"missing target client\\")?; client.health_check().await.map_err(|e| { format!(\\"target became unreachable during run: {e}\\").into() }) }\\n} }","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Expectation: confirm the target stayed reachable","id":"90","title":"Expectation: confirm the target stayed reachable"},"91":{"body":"Build your scenario as usual and call .with_workload(ReachabilityWorkload::new(0)). The bundled expectation is attached automatically; you can add more with .with_expectation(...) if needed. Keep the logic minimal and fast for smoke tests; grow it into richer probes\\nfor deeper scenarios.","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » How to wire it","id":"91","title":"How to wire it"},"92":{"body":"High-level roles of the crates that make up the framework: Configs ( testing-framework/configs/): Prepares reusable configuration primitives for nodes, networking, tracing, data availability, and wallets, shared by all scenarios and runners. Includes topology generation and circuit asset resolution. Core scenario orchestration ( testing-framework/core/): Houses the topology and scenario model, runtime coordination, node clients, and readiness/health probes. Defines Deployer and Runner traits, ScenarioBuilder, and RunContext. Workflows ( testing-framework/workflows/): Packages workloads (transaction, DA, chaos) and expectations (consensus liveness) into reusable building blocks. Offers fluent DSL extensions ( ScenarioBuilderExt, ChaosBuilderExt). Runners ( testing-framework/runners/{local,compose,k8s}/): Implements deployment backends (local host, Docker Compose, Kubernetes) that all consume the same scenario plan. Each provides a Deployer implementation ( LocalDeployer, ComposeDeployer, K8sDeployer). Runner Examples ( examples/runner-examples): Runnable binaries demonstrating framework usage and serving as living documentation. These are the primary entry point for running scenarios ( local_runner.rs, compose_runner.rs, k8s_runner.rs).","breadcrumbs":"Part III — Developer Reference » Internal Crate Reference » Internal Crate Reference","id":"92","title":"Internal Crate Reference"},"93":{"body":"What You’re Adding Where It Goes Examples Node config parameter testing-framework/configs/src/topology/configs/ Slot duration, log levels, DA params Topology feature testing-framework/core/src/topology/ New network layouts, node roles Scenario capability testing-framework/core/src/scenario/ New capabilities, context methods Workload testing-framework/workflows/src/workloads/ New traffic generators Expectation testing-framework/workflows/src/expectations/ New success criteria Builder API testing-framework/workflows/src/builder/ DSL extensions, fluent methods Deployer testing-framework/runners/ New deployment backends Example scenario examples/src/bin/ Demonstration binaries","breadcrumbs":"Part III — Developer Reference » Internal Crate Reference » Where to Add New Capabilities","id":"93","title":"Where to Add New Capabilities"},"94":{"body":"","breadcrumbs":"Part III — Developer Reference » Internal Crate Reference » Extension Workflow","id":"94","title":"Extension Workflow"},"95":{"body":"Define the workload in testing-framework/workflows/src/workloads/your_workload.rs: #![allow(unused)] fn main() {\\nuse async_trait::async_trait;\\nuse testing_framework_core::scenario::{Workload, RunContext, DynError}; pub struct YourWorkload { // config fields\\n} #[async_trait]\\nimpl Workload for YourWorkload { fn name(&self) -> &\'static str { \\"your_workload\\" } async fn start(&self, ctx: &RunContext) -> Result<(), DynError> { // implementation Ok(()) }\\n} } Add builder extension in testing-framework/workflows/src/builder/mod.rs: #![allow(unused)] fn main() {\\npub trait ScenarioBuilderExt { fn your_workload(self) -> YourWorkloadBuilder;\\n} } Use in examples in examples/src/bin/your_scenario.rs: #![allow(unused)] fn main() {\\nlet mut plan = ScenarioBuilder::topology() .network_star() .validators(3) .executors(0) .apply() .your_workload() // Your new DSL method .apply() .build(); }","breadcrumbs":"Part III — Developer Reference » Internal Crate Reference » Adding a New Workload","id":"95","title":"Adding a New Workload"},"96":{"body":"Define the expectation in testing-framework/workflows/src/expectations/your_expectation.rs: #![allow(unused)] fn main() {\\nuse async_trait::async_trait;\\nuse testing_framework_core::scenario::{Expectation, RunContext, DynError}; pub struct YourExpectation { // config fields\\n} #[async_trait]\\nimpl Expectation for YourExpectation { fn name(&self) -> &str { \\"your_expectation\\" } async fn evaluate(&mut self, ctx: &RunContext) -> Result<(), DynError> { // implementation Ok(()) }\\n} } Add builder extension in testing-framework/workflows/src/builder/mod.rs: #![allow(unused)] fn main() {\\npub trait ScenarioBuilderExt { fn expect_your_condition(self) -> Self;\\n} }","breadcrumbs":"Part III — Developer Reference » Internal Crate Reference » Adding a New Expectation","id":"96","title":"Adding a New Expectation"},"97":{"body":"Implement Deployer trait in testing-framework/runners/your_runner/src/deployer.rs: #![allow(unused)] fn main() {\\nuse async_trait::async_trait;\\nuse testing_framework_core::scenario::{Deployer, Runner, Scenario}; pub struct YourDeployer; #[async_trait]\\nimpl Deployer for YourDeployer { type Error = YourError; async fn deploy(&self, scenario: &Scenario) -> Result { // Provision infrastructure // Wait for readiness // Return Runner }\\n} } Provide cleanup and handle node control if supported. Add example in examples/src/bin/your_runner.rs. For detailed examples, see Extending the Framework and Custom Workload Example.","breadcrumbs":"Part III — Developer Reference » Internal Crate Reference » Adding a New Deployer","id":"97","title":"Adding a New Deployer"},"98":{"body":"Quick-reference material and supporting guidance to keep scenarios discoverable,\\ndebuggable, and consistent.","breadcrumbs":"Part IV — Appendix » Part IV — Appendix","id":"98","title":"Part IV — Appendix"},"99":{"body":"Quick reference for the scenario builder DSL. All methods are chainable.","breadcrumbs":"Part IV — Appendix » Builder API Quick Reference » Builder API Quick Reference","id":"99","title":"Builder API Quick Reference"}},"length":134,"save":true},"fields":["title","body","breadcrumbs"],"index":{"body":{"root":{"0":{".":{"2":{"0":{"2":{"4":{"df":2,"docs":{"115":{"tf":1.0},"116":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"df":3,"docs":{"132":{"tf":1.0},"18":{"tf":1.4142135623730951},"21":{"tf":1.7320508075688772}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"78":{"tf":1.0}}}}}},"1":{"df":0,"docs":{},"t":{"1":{"0":{"df":2,"docs":{"115":{"tf":1.0},"116":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":4,"docs":{"115":{"tf":1.4142135623730951},"116":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"78":{"tf":2.449489742783178}}},"1":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"78":{"tf":1.0}}}}}},"0":{"0":{"df":1,"docs":{"116":{"tf":1.4142135623730951}}},"df":1,"docs":{"48":{"tf":1.0}}},"2":{"0":{"df":2,"docs":{"107":{"tf":1.0},"132":{"tf":1.0}}},"7":{".":{"0":{".":{"0":{".":{"1":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"115":{"tf":1.0},"116":{"tf":1.0}}},"4":{"df":1,"docs":{"132":{"tf":1.0}}},"df":9,"docs":{"104":{"tf":1.0},"111":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.7320508075688772},"118":{"tf":1.0},"65":{"tf":1.4142135623730951},"70":{"tf":1.0},"76":{"tf":1.4142135623730951},"78":{"tf":2.0}}},"2":{"0":{"df":2,"docs":{"103":{"tf":1.0},"48":{"tf":1.0}}},"7":{"df":3,"docs":{"132":{"tf":1.0},"18":{"tf":1.4142135623730951},"21":{"tf":1.0}}},">":{"&":{"1":{"df":1,"docs":{"116":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":10,"docs":{"104":{"tf":1.0},"111":{"tf":1.0},"119":{"tf":1.0},"123":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.7320508075688772},"47":{"tf":1.7320508075688772},"70":{"tf":1.0}},"s":{"df":3,"docs":{"132":{"tf":1.7320508075688772},"18":{"tf":1.0},"21":{"tf":1.4142135623730951}}}},"3":{"0":{"df":5,"docs":{"115":{"tf":1.0},"116":{"tf":1.0},"132":{"tf":1.4142135623730951},"18":{"tf":1.0},"48":{"tf":1.0}}},"df":2,"docs":{"120":{"tf":1.0},"47":{"tf":1.0}}},"4":{"0":{"df":1,"docs":{"132":{"tf":1.0}}},"5":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"115":{"tf":1.0},"116":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":3,"docs":{"121":{"tf":1.0},"132":{"tf":1.0},"47":{"tf":1.4142135623730951}}},"5":{"0":{"df":1,"docs":{"102":{"tf":1.0}}},"4":{"df":1,"docs":{"132":{"tf":1.0}}},"df":7,"docs":{"103":{"tf":1.0},"111":{"tf":1.0},"122":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"48":{"tf":1.0}}},"6":{"0":{"df":3,"docs":{"132":{"tf":1.0},"18":{"tf":1.4142135623730951},"65":{"tf":1.0}}},"df":1,"docs":{"123":{"tf":1.0}}},"9":{"0":{"9":{"0":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}},"df":3,"docs":{"132":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":9,"docs":{"110":{"tf":1.0},"111":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"89":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"a":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"133":{"tf":1.0}}}},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"119":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"81":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":10,"docs":{"115":{"tf":1.0},"116":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"33":{"tf":1.0},"41":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"78":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"102":{"tf":1.0},"132":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"133":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"133":{"tf":1.4142135623730951},"19":{"tf":1.0},"52":{"tf":1.0},"82":{"tf":1.0},"89":{"tf":1.0}}}},"v":{"df":12,"docs":{"18":{"tf":1.4142135623730951},"21":{"tf":1.0},"23":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.4142135623730951},"79":{"tf":1.0},"82":{"tf":1.0},"89":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":2,"docs":{"21":{"tf":1.0},"53":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"37":{"tf":1.0},"39":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"116":{"tf":1.4142135623730951},"119":{"tf":1.0},"20":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}},"d":{"df":11,"docs":{"116":{"tf":1.0},"119":{"tf":1.0},"34":{"tf":2.0},"39":{"tf":1.0},"40":{"tf":1.0},"78":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"120":{"tf":1.0},"66":{"tf":1.0},"84":{"tf":1.0}}}}}}},"df":10,"docs":{"82":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"122":{"tf":1.0},"21":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":4,"docs":{"132":{"tf":1.0},"46":{"tf":1.4142135623730951},"70":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"85":{"tf":1.0}}},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"113":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":4,"docs":{"132":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.4142135623730951},"56":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":29,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"95":{"tf":1.7320508075688772},"96":{"tf":1.4142135623730951},"97":{"tf":1.0}}}}}}},"df":4,"docs":{"125":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"40":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"129":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"a":{"df":0,"docs":{},"y":{"df":4,"docs":{"116":{"tf":1.0},"132":{"tf":1.0},"21":{"tf":1.0},"72":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"78":{"tf":1.0}}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"129":{"tf":1.0},"45":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"i":{"df":9,"docs":{"122":{"tf":1.0},"15":{"tf":1.0},"29":{"tf":1.0},"55":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951},"93":{"tf":1.0},"99":{"tf":1.0}}},"p":{"=":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":4,"docs":{"115":{"tf":1.0},"116":{"tf":3.0},"119":{"tf":1.4142135623730951},"78":{"tf":2.449489742783178}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"98":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":18,"docs":{"101":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"111":{"tf":1.7320508075688772},"17":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"19":{"tf":2.23606797749979},"38":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772},"48":{"tf":1.4142135623730951},"49":{"tf":1.7320508075688772},"50":{"tf":1.7320508075688772},"8":{"tf":1.7320508075688772},"95":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"2":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"132":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"0":{"tf":1.0},"14":{"tf":1.0},"4":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"131":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"80":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"22":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"26":{"tf":1.0},"82":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":14,"docs":{"106":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"21":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.0},"40":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"62":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.0}}}},"t":{"df":21,"docs":{"10":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"12":{"tf":1.0},"120":{"tf":1.0},"125":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"130":{"tf":1.7320508075688772},"131":{"tf":1.7320508075688772},"27":{"tf":1.4142135623730951},"30":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.7320508075688772},"67":{"tf":1.4142135623730951},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.4142135623730951},"92":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":3,"docs":{"0":{"tf":1.0},"116":{"tf":1.0},"21":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"18":{"tf":1.0},"39":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{":":{":":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"89":{"tf":1.0},"90":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":5,"docs":{"89":{"tf":1.0},"90":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":14,"docs":{"111":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"84":{"tf":1.0},"89":{"tf":1.4142135623730951},"90":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"82":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"23":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"1":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0},"56":{"tf":1.0}}}}},"o":{"df":2,"docs":{"133":{"tf":1.0},"78":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"115":{"tf":1.0},"71":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{}}}},"x":{"df":1,"docs":{"119":{"tf":1.0}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":19,"docs":{"0":{"tf":1.4142135623730951},"127":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"56":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.4142135623730951},"67":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0},"92":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":8,"docs":{"112":{"tf":1.0},"20":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"57":{"tf":1.0},"62":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}}}}},"b":{"(":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"5":{"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":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":8,"docs":{"23":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"6":{"tf":1.0},"86":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}}}}},"d":{"df":4,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"54":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":3,"docs":{"130":{"tf":1.0},"131":{"tf":1.0},"72":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"133":{"tf":1.0},"55":{"tf":2.0},"59":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":4,"docs":{"133":{"tf":1.0},"18":{"tf":1.0},"40":{"tf":1.0},"57":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"123":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"116":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"c":{"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{}}}},"df":1,"docs":{"5":{"tf":1.0}},"e":{"c":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"119":{"tf":1.0},"90":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"128":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":6,"docs":{"119":{"tf":1.0},"127":{"tf":1.0},"133":{"tf":1.4142135623730951},"40":{"tf":1.0},"62":{"tf":1.0},"82":{"tf":1.0}}}}},"g":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"119":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"61":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":9,"docs":{"113":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"133":{"tf":1.0}}}},"w":{"df":2,"docs":{"41":{"tf":1.0},"66":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"40":{"tf":1.0},"58":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"63":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":9,"docs":{"105":{"tf":1.4142135623730951},"113":{"tf":1.0},"128":{"tf":1.0},"133":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.0},"40":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"116":{"tf":1.0}}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":11,"docs":{"14":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.0},"41":{"tf":1.4142135623730951},"62":{"tf":1.0},"7":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951},"9":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0}}}}},"d":{"df":1,"docs":{"120":{"tf":1.0}}},"df":14,"docs":{"116":{"tf":1.7320508075688772},"121":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0},"74":{"tf":2.0},"75":{"tf":1.0},"78":{"tf":2.0},"79":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"b":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"2":{"df":4,"docs":{"104":{"tf":1.0},"111":{"tf":1.0},"44":{"tf":1.0},"8":{"tf":1.0}}},"3":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":7,"docs":{"0":{"tf":1.4142135623730951},"104":{"tf":1.0},"111":{"tf":1.0},"133":{"tf":2.23606797749979},"20":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0}}},"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"80":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":26,"docs":{"0":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.4142135623730951},"106":{"tf":1.0},"111":{"tf":1.7320508075688772},"113":{"tf":1.7320508075688772},"125":{"tf":1.4142135623730951},"132":{"tf":2.8284271247461903},"133":{"tf":2.8284271247461903},"17":{"tf":1.0},"18":{"tf":3.4641016151377544},"19":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"21":{"tf":2.8284271247461903},"23":{"tf":1.4142135623730951},"35":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.4142135623730951},"40":{"tf":1.0},"42":{"tf":1.0},"53":{"tf":1.7320508075688772},"54":{"tf":1.0},"65":{"tf":1.0},"82":{"tf":1.0},"86":{"tf":1.0},"92":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}},"f":{"df":0,"docs":{},"e":{"df":2,"docs":{"133":{"tf":1.0},"53":{"tf":1.0}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":3,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"27":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":8,"docs":{"115":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"44":{"tf":1.0},"63":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"82":{"tf":1.0}}}}},"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":8,"docs":{"111":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"18":{"tf":1.0},"24":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"a":{"d":{"df":1,"docs":{"82":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"20":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":25,"docs":{"108":{"tf":1.4142135623730951},"111":{"tf":1.0},"130":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"23":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"71":{"tf":1.0},"72":{"tf":1.4142135623730951},"8":{"tf":1.0},"82":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"27":{"tf":1.7320508075688772},"29":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.0},"8":{"tf":1.4142135623730951},"93":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"t":{"df":9,"docs":{"11":{"tf":1.0},"130":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"41":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":5,"docs":{"39":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"89":{"tf":1.7320508075688772},"91":{"tf":1.0}}}},"df":0,"docs":{}}}},"c":{"(":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"5":{"tf":1.0}}}}}}}}},"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":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"20":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"113":{"tf":1.0},"133":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"18":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"l":{"df":3,"docs":{"127":{"tf":1.4142135623730951},"133":{"tf":1.0},"91":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"89":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"113":{"tf":1.0}}}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"105":{"tf":1.0},"133":{"tf":1.0},"46":{"tf":1.0},"82":{"tf":1.0},"93":{"tf":1.7320508075688772}}}},"c":{"df":1,"docs":{"113":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"132":{"tf":1.0},"56":{"tf":1.0},"82":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":14,"docs":{"116":{"tf":1.7320508075688772},"121":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0},"74":{"tf":2.0},"75":{"tf":1.0},"78":{"tf":2.0},"79":{"tf":1.0}}}}},"t":{"df":1,"docs":{"115":{"tf":1.0}}},"u":{"df":0,"docs":{},"s":{"df":13,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"125":{"tf":1.4142135623730951},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"133":{"tf":1.0},"57":{"tf":1.0},"62":{"tf":1.0},"7":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"76":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":1,"docs":{"5":{"tf":1.0}},"f":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"27":{"tf":1.0},"30":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":1,"docs":{"13":{"tf":1.0}}},"df":0,"docs":{}}}}}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"77":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"77":{"tf":1.0}}}}}}}}}},"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"99":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"133":{"tf":1.0},"52":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"1":{"tf":1.0},"21":{"tf":1.0},"78":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{"df":4,"docs":{"104":{"tf":1.0},"111":{"tf":1.0},"44":{"tf":1.0},"8":{"tf":1.0}}},"2":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"133":{"tf":1.0}}},"df":0,"docs":{}}}},"df":5,"docs":{"0":{"tf":1.0},"104":{"tf":1.0},"111":{"tf":1.0},"133":{"tf":2.23606797749979},"37":{"tf":1.0}}}}}},"o":{"df":23,"docs":{"105":{"tf":2.0},"113":{"tf":2.23606797749979},"127":{"tf":1.4142135623730951},"132":{"tf":1.7320508075688772},"133":{"tf":1.4142135623730951},"19":{"tf":2.23606797749979},"26":{"tf":1.0},"27":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"45":{"tf":1.7320508075688772},"47":{"tf":1.0},"50":{"tf":1.4142135623730951},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"66":{"tf":1.7320508075688772},"67":{"tf":1.4142135623730951},"8":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"19":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"45":{"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":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":6,"docs":{"100":{"tf":1.0},"29":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0},"92":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"82":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"17":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":20,"docs":{"113":{"tf":1.4142135623730951},"116":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.7320508075688772},"121":{"tf":1.0},"125":{"tf":1.0},"128":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"23":{"tf":1.0},"3":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"55":{"tf":1.0},"6":{"tf":1.4142135623730951},"62":{"tf":1.0},"89":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"26":{"tf":1.0},"62":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"66":{"tf":1.4142135623730951},"70":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"40":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"35":{"tf":1.4142135623730951},"40":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"23":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}}}}},"i":{"df":9,"docs":{"18":{"tf":1.0},"24":{"tf":1.0},"40":{"tf":1.7320508075688772},"56":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":2.23606797749979},"71":{"tf":1.4142135623730951}},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":18,"docs":{"11":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.4142135623730951},"128":{"tf":1.0},"130":{"tf":1.4142135623730951},"131":{"tf":2.0},"27":{"tf":1.4142135623730951},"30":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":2.0},"67":{"tf":1.4142135623730951},"68":{"tf":1.0},"70":{"tf":2.0},"71":{"tf":1.7320508075688772},"92":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":11,"docs":{"112":{"tf":1.0},"12":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"27":{"tf":1.4142135623730951},"32":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.7320508075688772},"70":{"tf":1.4142135623730951},"71":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"87":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"24":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"39":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"113":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":5,"docs":{"115":{"tf":1.4142135623730951},"129":{"tf":1.0},"14":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":9,"docs":{"129":{"tf":1.0},"133":{"tf":1.0},"17":{"tf":1.0},"23":{"tf":1.0},"6":{"tf":1.0},"78":{"tf":1.0},"82":{"tf":1.0},"86":{"tf":1.0},"97":{"tf":1.0}},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"86":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"r":{"df":7,"docs":{"1":{"tf":1.0},"24":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"62":{"tf":1.0},"82":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"|":{"df":2,"docs":{"89":{"tf":1.0},"90":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":4,"docs":{"84":{"tf":1.0},"89":{"tf":1.7320508075688772},"90":{"tf":1.7320508075688772},"92":{"tf":1.0}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"132":{"tf":1.0},"18":{"tf":2.0},"39":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":20,"docs":{"1":{"tf":1.0},"133":{"tf":1.0},"24":{"tf":1.4142135623730951},"27":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"5":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.4142135623730951},"60":{"tf":1.7320508075688772},"62":{"tf":1.0},"67":{"tf":2.23606797749979},"7":{"tf":1.0},"72":{"tf":1.0},"82":{"tf":1.0},"9":{"tf":1.0}},"—":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"82":{"tf":1.0}}}}}}}}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"41":{"tf":1.0},"80":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"21":{"tf":1.4142135623730951}},"i":{"c":{"df":0,"docs":{},"i":{"df":3,"docs":{"132":{"tf":1.0},"18":{"tf":1.4142135623730951},"21":{"tf":1.0}}}},"df":0,"docs":{}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"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":{"38":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"80":{"tf":1.0}}}}}}}}},"df":5,"docs":{"38":{"tf":1.0},"53":{"tf":1.0},"78":{"tf":1.4142135623730951},"79":{"tf":1.0},"80":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"133":{"tf":1.0},"25":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"6":{"tf":1.0},"82":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"115":{"tf":1.0},"119":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"68":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":7,"docs":{"113":{"tf":1.0},"120":{"tf":1.0},"124":{"tf":1.0},"39":{"tf":1.0},"61":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"123":{"tf":1.0},"40":{"tf":1.0},"56":{"tf":1.0}}},"t":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":11,"docs":{"0":{"tf":1.0},"111":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"55":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.4142135623730951}}},"x":{"df":1,"docs":{"78":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"133":{"tf":1.4142135623730951},"14":{"tf":1.0},"3":{"tf":1.0},"6":{"tf":1.0},"74":{"tf":1.0}}},"s":{"df":37,"docs":{"0":{"tf":1.0},"109":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.7320508075688772},"116":{"tf":2.449489742783178},"119":{"tf":1.4142135623730951},"122":{"tf":1.0},"129":{"tf":1.0},"13":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.7320508075688772},"29":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"47":{"tf":1.7320508075688772},"56":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"7":{"tf":1.0},"72":{"tf":1.0},"78":{"tf":2.449489742783178},"80":{"tf":1.0},"82":{"tf":1.0},"9":{"tf":1.4142135623730951},"92":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":2,"docs":{"13":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"/":{"df":0,"docs":{},"k":{"8":{"df":3,"docs":{"115":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"=":{"1":{"df":0,"docs":{},"x":{"1":{"df":1,"docs":{"66":{"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":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":3,"docs":{"116":{"tf":1.0},"66":{"tf":1.0},"78":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":6,"docs":{"26":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.0},"41":{"tf":1.0},"7":{"tf":1.0},"92":{"tf":1.0}}}},"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"=":{"1":{"2":{"7":{".":{"0":{".":{"0":{".":{"1":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"=":{"1":{"df":3,"docs":{"116":{"tf":1.0},"66":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":12,"docs":{"113":{"tf":1.0},"127":{"tf":1.4142135623730951},"133":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0},"63":{"tf":1.7320508075688772},"66":{"tf":1.0},"67":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":1.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":5,"docs":{"109":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":4,"docs":{"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0}},"u":{"df":2,"docs":{"2":{"tf":1.0},"56":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"19":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.0},"40":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"38":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"133":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0},"82":{"tf":1.0},"90":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"3":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"132":{"tf":1.0},"21":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":14,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"116":{"tf":1.0},"13":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":2.23606797749979},"29":{"tf":1.4142135623730951},"30":{"tf":1.0},"34":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":20,"docs":{"101":{"tf":1.0},"123":{"tf":1.0},"131":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"18":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"62":{"tf":1.0},"67":{"tf":1.0},"74":{"tf":1.0},"8":{"tf":1.4142135623730951},"82":{"tf":1.0},"87":{"tf":1.0},"92":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"113":{"tf":1.0},"90":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"113":{"tf":1.0},"120":{"tf":1.0},"128":{"tf":1.0}}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"101":{"tf":1.0},"120":{"tf":1.0},"128":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":21,"docs":{"0":{"tf":1.0},"113":{"tf":1.0},"123":{"tf":1.0},"125":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":1.0},"18":{"tf":1.4142135623730951},"21":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"80":{"tf":1.0},"92":{"tf":1.0}},"s":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"e":{",":{"d":{"a":{"=":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":2,"docs":{"33":{"tf":1.0},"75":{"tf":1.0}}}}},"df":0,"docs":{}}},"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":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"18":{"tf":1.0},"21":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"55":{"tf":1.0}}}}},"i":{"d":{"df":1,"docs":{"84":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"35":{"tf":1.0},"57":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"53":{"tf":1.0},"55":{"tf":1.0},"86":{"tf":1.0},"98":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"116":{"tf":1.0},"75":{"tf":1.0}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"108":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"df":5,"docs":{"26":{"tf":1.0},"53":{"tf":1.0},"7":{"tf":1.0},"80":{"tf":1.4142135623730951},"92":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"80":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":11,"docs":{"115":{"tf":2.23606797749979},"116":{"tf":3.0},"119":{"tf":1.0},"133":{"tf":1.4142135623730951},"14":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"59":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"78":{"tf":3.1622776601683795}},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"115":{"tf":1.0}}},"df":0,"docs":{}}}},"df":2,"docs":{"1":{"tf":1.0},"63":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"115":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"35":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":3,"docs":{"0":{"tf":1.0},"82":{"tf":1.0},"93":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":4,"docs":{"106":{"tf":1.0},"133":{"tf":1.0},"38":{"tf":1.0},"49":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"81":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":19,"docs":{"105":{"tf":1.0},"113":{"tf":1.0},"127":{"tf":1.7320508075688772},"133":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.4142135623730951},"45":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"74":{"tf":1.0},"82":{"tf":1.0},"9":{"tf":1.4142135623730951},"97":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"59":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"52":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":4,"docs":{"105":{"tf":1.0},"133":{"tf":1.0},"23":{"tf":1.0},"82":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"82":{"tf":1.0},"92":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"i":{"df":5,"docs":{"130":{"tf":1.0},"131":{"tf":1.0},"66":{"tf":1.0},"70":{"tf":1.0},"78":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"e":{"df":8,"docs":{"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"5":{"tf":1.0},"92":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"133":{"tf":1.0},"55":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"56":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"113":{"tf":1.0},"126":{"tf":1.0},"21":{"tf":1.0},"39":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"26":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}}}}},"p":{"df":6,"docs":{"130":{"tf":1.0},"131":{"tf":1.0},"66":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"78":{"tf":1.0}},"u":{"df":1,"docs":{"66":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"116":{"tf":2.23606797749979},"54":{"tf":1.0},"78":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":7,"docs":{"24":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.4142135623730951},"34":{"tf":1.0},"81":{"tf":1.0},"92":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"133":{"tf":1.4142135623730951},"19":{"tf":1.0},"35":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":5,"docs":{"132":{"tf":1.0},"133":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"c":{"df":2,"docs":{"66":{"tf":1.0},"74":{"tf":1.0}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"a":{"df":2,"docs":{"133":{"tf":1.0},"77":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"68":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"t":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"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":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"0":{"df":2,"docs":{"15":{"tf":1.0},"80":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"(":{")":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"33":{"tf":1.0},"80":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":4,"docs":{"89":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"95":{"tf":1.0},"96":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":1,"docs":{"122":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"116":{"tf":1.0},"52":{"tf":1.0},"87":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":7,"docs":{"34":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"69":{"tf":1.0},"88":{"tf":1.0},"97":{"tf":1.0}}}}}}}},"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"5":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"[":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"23":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"a":{"_":{"a":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":30,"docs":{"0":{"tf":2.23606797749979},"104":{"tf":1.7320508075688772},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"12":{"tf":1.0},"125":{"tf":1.7320508075688772},"128":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":2.0},"14":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"27":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":2.0},"47":{"tf":1.0},"49":{"tf":1.4142135623730951},"62":{"tf":1.0},"65":{"tf":1.0},"68":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.7320508075688772},"8":{"tf":1.4142135623730951},"80":{"tf":1.0},"87":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"63":{"tf":1.0},"66":{"tf":1.0}}}}}},"t":{"a":{"df":12,"docs":{"0":{"tf":2.0},"132":{"tf":1.0},"133":{"tf":2.23606797749979},"23":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"6":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"92":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"23":{"tf":1.0},"5":{"tf":1.0}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"116":{"tf":1.0}}}}}},"df":8,"docs":{"116":{"tf":1.0},"117":{"tf":1.0},"19":{"tf":1.0},"58":{"tf":1.0},"66":{"tf":1.0},"75":{"tf":1.4142135623730951},"78":{"tf":1.0},"80":{"tf":1.0}},"g":{"df":2,"docs":{"22":{"tf":1.0},"98":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"23":{"tf":1.0},"35":{"tf":1.0}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"r":{"df":8,"docs":{"133":{"tf":1.0},"17":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"82":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"81":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"91":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":24,"docs":{"11":{"tf":1.0},"115":{"tf":1.7320508075688772},"116":{"tf":1.4142135623730951},"12":{"tf":1.0},"132":{"tf":1.7320508075688772},"14":{"tf":1.4142135623730951},"15":{"tf":1.0},"18":{"tf":1.7320508075688772},"19":{"tf":1.0},"21":{"tf":1.7320508075688772},"39":{"tf":1.0},"65":{"tf":2.23606797749979},"66":{"tf":1.7320508075688772},"69":{"tf":1.0},"70":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":2.0},"79":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0},"87":{"tf":1.0},"89":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"35":{"tf":1.0},"8":{"tf":1.0},"82":{"tf":1.0},"92":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"38":{"tf":1.0},"39":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"27":{"tf":1.7320508075688772}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":6,"docs":{"26":{"tf":1.0},"31":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"97":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":32,"docs":{"109":{"tf":2.0},"111":{"tf":1.0},"118":{"tf":1.0},"133":{"tf":1.4142135623730951},"17":{"tf":1.0},"23":{"tf":1.4142135623730951},"24":{"tf":1.0},"26":{"tf":1.7320508075688772},"27":{"tf":1.4142135623730951},"29":{"tf":2.0},"30":{"tf":1.0},"34":{"tf":1.4142135623730951},"4":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":2.0},"6":{"tf":1.4142135623730951},"60":{"tf":1.0},"7":{"tf":1.4142135623730951},"72":{"tf":1.0},"74":{"tf":1.0},"82":{"tf":1.4142135623730951},"9":{"tf":1.7320508075688772},"92":{"tf":1.7320508075688772},"93":{"tf":1.4142135623730951},"97":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"(":{"&":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":9,"docs":{"110":{"tf":1.0},"111":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"118":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"84":{"tf":1.0},"89":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":6,"docs":{"119":{"tf":1.0},"17":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.4142135623730951},"6":{"tf":1.0},"82":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":4,"docs":{"133":{"tf":1.0},"26":{"tf":1.0},"55":{"tf":1.0},"82":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"24":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":6,"docs":{"131":{"tf":1.0},"15":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"62":{"tf":1.0},"97":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"19":{"tf":1.4142135623730951},"22":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"113":{"tf":1.0},"132":{"tf":1.0},"19":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951},"40":{"tf":1.0}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":6,"docs":{"24":{"tf":1.0},"40":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.4142135623730951}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":2,"docs":{"128":{"tf":1.0},"129":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"132":{"tf":1.0},"25":{"tf":1.0},"56":{"tf":1.0},"74":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"58":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":9,"docs":{"115":{"tf":1.7320508075688772},"14":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"65":{"tf":1.0},"67":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.4142135623730951},"78":{"tf":2.0}}}}}}},"df":0,"docs":{}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"133":{"tf":1.0},"15":{"tf":1.0},"75":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"59":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"98":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":7,"docs":{"0":{"tf":1.0},"104":{"tf":1.0},"111":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.4142135623730951},"77":{"tf":1.0},"87":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"37":{"tf":1.0},"74":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"62":{"tf":1.0},"81":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"8":{"df":2,"docs":{"27":{"tf":1.0},"30":{"tf":1.0}}},"df":0,"docs":{}}},"df":26,"docs":{"109":{"tf":1.0},"11":{"tf":1.0},"115":{"tf":2.0},"116":{"tf":2.8284271247461903},"119":{"tf":1.0},"129":{"tf":1.7320508075688772},"13":{"tf":1.0},"130":{"tf":1.0},"14":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"29":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.7320508075688772},"66":{"tf":1.0},"67":{"tf":1.7320508075688772},"7":{"tf":1.0},"78":{"tf":3.3166247903554},"9":{"tf":1.0},"92":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"27":{"tf":1.0},"40":{"tf":1.0},"92":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"\'":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}},"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":5,"docs":{"126":{"tf":1.0},"127":{"tf":1.0},"21":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"116":{"tf":1.4142135623730951}}},"’":{"df":0,"docs":{},"t":{"df":4,"docs":{"113":{"tf":1.0},"127":{"tf":1.0},"132":{"tf":1.0},"89":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"129":{"tf":1.0},"23":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":2,"docs":{"116":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"45":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"[":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}},"df":7,"docs":{"23":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"89":{"tf":1.0}},"n":{"df":1,"docs":{"36":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"l":{"df":9,"docs":{"26":{"tf":1.0},"27":{"tf":1.0},"34":{"tf":1.0},"39":{"tf":1.0},"84":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"128":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"t":{"df":15,"docs":{"107":{"tf":1.0},"113":{"tf":1.0},"132":{"tf":1.4142135623730951},"133":{"tf":2.23606797749979},"18":{"tf":1.4142135623730951},"21":{"tf":2.23606797749979},"22":{"tf":1.0},"23":{"tf":1.0},"35":{"tf":1.0},"40":{"tf":1.0},"49":{"tf":1.0},"56":{"tf":1.0},"65":{"tf":1.0},"82":{"tf":1.0},"93":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":6,"docs":{"125":{"tf":1.0},"133":{"tf":1.4142135623730951},"23":{"tf":1.0},"53":{"tf":1.0},"72":{"tf":1.4142135623730951},"90":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"89":{"tf":1.7320508075688772},"90":{"tf":1.0},"95":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}}}}}}}}}},"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"5":{"tf":1.0}}}},"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":10,"docs":{"115":{"tf":1.4142135623730951},"123":{"tf":1.0},"133":{"tf":1.4142135623730951},"33":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"75":{"tf":1.0},"84":{"tf":1.0},"87":{"tf":1.0},"89":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"89":{"tf":1.0}}}}}}},"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"23":{"tf":1.0}}}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":8,"docs":{"133":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0},"6":{"tf":1.0},"76":{"tf":1.0},"92":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"62":{"tf":1.0}}}}},"s":{"df":1,"docs":{"59":{"tf":1.0}},"i":{"df":1,"docs":{"35":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":1,"docs":{"116":{"tf":1.0}}}}},"df":2,"docs":{"23":{"tf":1.0},"5":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"16":{"tf":1.0},"35":{"tf":1.0},"75":{"tf":1.0}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"133":{"tf":1.0},"77":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"b":{"df":2,"docs":{"11":{"tf":1.0},"66":{"tf":1.0}},"o":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"16":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":10,"docs":{"0":{"tf":1.0},"105":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"33":{"tf":1.0},"39":{"tf":1.0},"65":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":8,"docs":{"105":{"tf":1.4142135623730951},"127":{"tf":1.4142135623730951},"19":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"8":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"d":{"df":2,"docs":{"44":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":7,"docs":{"122":{"tf":1.0},"15":{"tf":1.7320508075688772},"75":{"tf":1.4142135623730951},"79":{"tf":1.0},"80":{"tf":1.4142135623730951},"86":{"tf":1.0},"9":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"80":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"132":{"tf":1.0},"21":{"tf":1.0},"82":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"26":{"tf":1.0},"3":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":5,"docs":{"125":{"tf":1.0},"126":{"tf":1.0},"21":{"tf":1.4142135623730951},"35":{"tf":1.0},"82":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":12,"docs":{"0":{"tf":1.0},"119":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"133":{"tf":1.4142135623730951},"54":{"tf":1.0},"56":{"tf":1.0},"62":{"tf":1.0},"67":{"tf":1.0},"82":{"tf":1.4142135623730951},"87":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"27":{"tf":1.0},"7":{"tf":1.0},"92":{"tf":1.0}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"27":{"tf":1.0},"30":{"tf":1.0}}}}}}}}}},"v":{"df":1,"docs":{"113":{"tf":1.0}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":23,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.4142135623730951},"35":{"tf":1.0},"40":{"tf":1.4142135623730951},"56":{"tf":1.7320508075688772},"57":{"tf":1.4142135623730951},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"75":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"113":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"84":{"tf":1.0}}}}}}},"r":{"(":{"\\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"89":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"/":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":11,"docs":{"113":{"tf":1.0},"118":{"tf":1.4142135623730951},"120":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"128":{"tf":1.0},"72":{"tf":1.4142135623730951},"75":{"tf":1.0},"79":{"tf":1.4142135623730951},"85":{"tf":1.0},"97":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"2":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"c":{"df":2,"docs":{"76":{"tf":1.4142135623730951},"80":{"tf":1.0}}},"df":0,"docs":{}},"v":{"a":{"df":0,"docs":{},"l":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"90":{"tf":1.0},"96":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":8,"docs":{"133":{"tf":1.0},"23":{"tf":1.0},"38":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"86":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":3,"docs":{"24":{"tf":1.0},"6":{"tf":1.0},"81":{"tf":1.0}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"116":{"tf":1.4142135623730951},"18":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":28,"docs":{"111":{"tf":1.0},"116":{"tf":2.0},"121":{"tf":1.0},"133":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.0},"31":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772},"46":{"tf":1.0},"47":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.7320508075688772},"67":{"tf":1.4142135623730951},"69":{"tf":1.0},"7":{"tf":1.4142135623730951},"74":{"tf":2.23606797749979},"75":{"tf":1.4142135623730951},"77":{"tf":1.0},"78":{"tf":2.0},"79":{"tf":1.0},"88":{"tf":1.0},"92":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"95":{"tf":1.0},"97":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":2,"docs":{"26":{"tf":1.0},"92":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"r":{"c":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"97":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"95":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":4,"docs":{"34":{"tf":1.0},"41":{"tf":1.0},"7":{"tf":1.0},"93":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"113":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"c":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":2,"docs":{"116":{"tf":1.0},"78":{"tf":1.0}},"u":{"df":0,"docs":{},"t":{"df":10,"docs":{"110":{"tf":1.0},"113":{"tf":1.0},"133":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"5":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"r":{"df":16,"docs":{"0":{"tf":1.4142135623730951},"101":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":2.0},"119":{"tf":1.0},"13":{"tf":1.0},"133":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"47":{"tf":1.7320508075688772},"65":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.7320508075688772},"78":{"tf":2.23606797749979}},"s":{"(":{"0":{"df":3,"docs":{"42":{"tf":1.0},"43":{"tf":1.0},"95":{"tf":1.0}}},"1":{"df":3,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0}}},"2":{"df":9,"docs":{"101":{"tf":1.0},"111":{"tf":1.0},"19":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"116":{"tf":1.0},"78":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":5,"docs":{"133":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"6":{"tf":1.0}}}}},"df":0,"docs":{}}},"h":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"113":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"115":{"tf":1.0},"125":{"tf":1.0},"67":{"tf":1.0},"86":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":13,"docs":{"106":{"tf":1.0},"111":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"_":{"c":{"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":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"96":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"89":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":47,"docs":{"1":{"tf":1.0},"106":{"tf":1.0},"118":{"tf":1.4142135623730951},"122":{"tf":1.0},"125":{"tf":1.0},"128":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.4142135623730951},"133":{"tf":2.23606797749979},"15":{"tf":1.4142135623730951},"18":{"tf":2.6457513110645907},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":2.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.0},"29":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.7320508075688772},"82":{"tf":2.23606797749979},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.4142135623730951},"89":{"tf":2.0},"90":{"tf":1.7320508075688772},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"96":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":7,"docs":{"112":{"tf":1.0},"133":{"tf":1.0},"31":{"tf":1.0},"41":{"tf":1.0},"57":{"tf":1.0},"62":{"tf":1.0},"7":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"28":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"39":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"1":{"tf":1.0},"116":{"tf":1.4142135623730951},"21":{"tf":1.0},"24":{"tf":1.0},"35":{"tf":1.0},"40":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"29":{"tf":1.0},"67":{"tf":2.0},"79":{"tf":1.0},"85":{"tf":1.0}}}},"s":{"df":4,"docs":{"15":{"tf":1.0},"33":{"tf":1.0},"80":{"tf":1.4142135623730951},"84":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"80":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"—":{"a":{"d":{"df":0,"docs":{},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"113":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"38":{"tf":1.0},"39":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":11,"docs":{"113":{"tf":1.0},"125":{"tf":1.0},"133":{"tf":1.0},"24":{"tf":1.0},"34":{"tf":1.0},"49":{"tf":1.4142135623730951},"81":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":1.0},"87":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":8,"docs":{"27":{"tf":1.0},"51":{"tf":1.4142135623730951},"8":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}}}}}}},"}":{"\\"":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"90":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"f":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"20":{"tf":1.4142135623730951},"26":{"tf":1.0}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"87":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":10,"docs":{"117":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.7320508075688772},"125":{"tf":1.0},"126":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"23":{"tf":1.0},"67":{"tf":1.0},"84":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":12,"docs":{"116":{"tf":1.0},"118":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"24":{"tf":1.0},"35":{"tf":1.0},"40":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.4142135623730951},"80":{"tf":1.0},"86":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"s":{"df":5,"docs":{"132":{"tf":1.0},"133":{"tf":1.0},"21":{"tf":1.0},"62":{"tf":1.0},"75":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}}}},"q":{"df":1,"docs":{"132":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"35":{"tf":1.0},"40":{"tf":1.0},"58":{"tf":1.0},"84":{"tf":1.0},"91":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"63":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}}}}},"df":2,"docs":{"116":{"tf":2.6457513110645907},"78":{"tf":2.449489742783178}},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"47":{"tf":1.0},"66":{"tf":1.0},"9":{"tf":1.0},"93":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"40":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"86":{"tf":1.0}}},"df":0,"docs":{}},"t":{"c":{"df":0,"docs":{},"h":{"df":10,"docs":{"112":{"tf":1.0},"12":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"27":{"tf":1.4142135623730951},"32":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"71":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"40":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"95":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"df":11,"docs":{"115":{"tf":2.449489742783178},"116":{"tf":1.0},"120":{"tf":1.0},"131":{"tf":1.0},"14":{"tf":2.23606797749979},"33":{"tf":1.4142135623730951},"65":{"tf":1.4142135623730951},"66":{"tf":1.0},"75":{"tf":1.7320508075688772},"76":{"tf":1.7320508075688772},"78":{"tf":2.8284271247461903}},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"116":{"tf":1.0},"78":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"116":{"tf":2.0},"119":{"tf":1.0},"33":{"tf":1.0},"54":{"tf":1.0},"65":{"tf":1.0},"75":{"tf":1.0},"77":{"tf":1.4142135623730951},"78":{"tf":1.7320508075688772}}}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"108":{"tf":1.0},"55":{"tf":1.0}}}},"d":{"df":3,"docs":{"114":{"tf":1.0},"116":{"tf":2.0},"48":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":3,"docs":{"132":{"tf":1.0},"65":{"tf":1.0},"75":{"tf":1.0}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":7,"docs":{"101":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"35":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"116":{"tf":1.7320508075688772},"119":{"tf":1.0},"120":{"tf":1.0},"19":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0}},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"132":{"tf":1.0}}}}}}}}}},"t":{"df":4,"docs":{"40":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.0},"88":{"tf":1.0}}},"x":{"df":10,"docs":{"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":5,"docs":{"115":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"78":{"tf":1.0}}},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"113":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"23":{"tf":1.0},"38":{"tf":1.0},"5":{"tf":1.0},"61":{"tf":1.0},"80":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":4,"docs":{"24":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"56":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"8":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0}}}}}}},"n":{"df":29,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"8":{"tf":1.0},"89":{"tf":2.449489742783178},"90":{"tf":2.0},"95":{"tf":2.449489742783178},"96":{"tf":2.23606797749979},"97":{"tf":1.4142135623730951}}},"o":{"c":{"df":0,"docs":{},"u":{"df":2,"docs":{"120":{"tf":1.0},"17":{"tf":1.0}},"s":{"df":3,"docs":{"0":{"tf":1.0},"26":{"tf":1.0},"62":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":6,"docs":{"116":{"tf":1.0},"117":{"tf":1.0},"4":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0},"78":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"89":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"39":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"t":{"!":{"(":{"\\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"90":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"6":{"tf":1.0}},"u":{"df":0,"docs":{},"l":{"a":{"df":1,"docs":{"21":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"2":{"tf":1.0},"39":{"tf":1.0}}}},"df":3,"docs":{"120":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"k":{"/":{"c":{"df":0,"docs":{},"f":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"z":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":15,"docs":{"11":{"tf":1.0},"112":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.0},"125":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}}}}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":4,"docs":{"11":{"tf":1.0},"130":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0}}}}},"df":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":{"30":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"92":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"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":2,"docs":{"34":{"tf":1.0},"93":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"r":{"df":2,"docs":{"34":{"tf":1.0},"92":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"80":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"93":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"93":{"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":0,"docs":{},"n":{"df":2,"docs":{"34":{"tf":1.0},"93":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"97":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"{":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{",":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{",":{"df":0,"docs":{},"k":{"8":{"df":1,"docs":{"92":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"84":{"tf":1.0},"85":{"tf":1.0},"92":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"34":{"tf":1.0},"93":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{".":{"df":0,"docs":{},"r":{"df":2,"docs":{"95":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"96":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":2,"docs":{"34":{"tf":1.0},"93":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":2,"docs":{"34":{"tf":1.0},"93":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"95":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}},"df":26,"docs":{"0":{"tf":1.0},"118":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"2":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.4142135623730951},"31":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"7":{"tf":1.4142135623730951},"74":{"tf":1.7320508075688772},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.0},"92":{"tf":1.4142135623730951},"97":{"tf":1.0}},"’":{"df":1,"docs":{"39":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"47":{"tf":1.0},"50":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"3":{"tf":1.0},"75":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":8,"docs":{"0":{"tf":1.0},"113":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"19":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0}}}}}}},"d":{"df":5,"docs":{"102":{"tf":1.0},"120":{"tf":1.0},"126":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"54":{"tf":1.4142135623730951}}}}}},"g":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"113":{"tf":1.0},"3":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"61":{"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":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"84":{"tf":1.0},"89":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":24,"docs":{"112":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"120":{"tf":1.0},"125":{"tf":1.4142135623730951},"128":{"tf":1.0},"133":{"tf":1.7320508075688772},"24":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"54":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":1.4142135623730951},"62":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.0},"82":{"tf":1.0},"89":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0}}}}},"t":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"89":{"tf":1.0},"90":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"70":{"tf":1.0}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"63":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"1":{"tf":1.0}},"n":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"33":{"tf":1.0},"75":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"133":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"35":{"tf":1.0},"40":{"tf":1.0}}}},"df":4,"docs":{"115":{"tf":1.0},"34":{"tf":1.0},"70":{"tf":1.0},"75":{"tf":1.0}},"e":{"df":1,"docs":{"93":{"tf":1.0}}},"o":{"d":{"df":7,"docs":{"123":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"35":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"65":{"tf":1.0},"75":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"116":{"tf":1.0},"119":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"1":{"6":{"df":5,"docs":{"112":{"tf":1.0},"133":{"tf":1.0},"57":{"tf":1.0},"62":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":1,"docs":{"133":{"tf":1.0}}}},"w":{"df":1,"docs":{"91":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"86":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":4,"docs":{"25":{"tf":1.0},"34":{"tf":1.0},"82":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{}}},"df":4,"docs":{"1":{"tf":1.0},"113":{"tf":1.0},"25":{"tf":1.0},"34":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"23":{"tf":1.0}},"l":{"df":2,"docs":{"17":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"r":{"d":{"df":1,"docs":{"19":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}}},"df":1,"docs":{"118":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"116":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":1,"docs":{"52":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"133":{"tf":1.0},"20":{"tf":1.4142135623730951},"35":{"tf":1.0},"6":{"tf":1.0}},"i":{"df":3,"docs":{"122":{"tf":1.0},"20":{"tf":1.0},"38":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"df":3,"docs":{"27":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}},"p":{"df":1,"docs":{"16":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"27":{"tf":1.0},"32":{"tf":1.0},"39":{"tf":1.0},"70":{"tf":1.0},"84":{"tf":1.0},"87":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"e":{"df":4,"docs":{"0":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"90":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":8,"docs":{"133":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"35":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.4142135623730951},"6":{"tf":1.0},"92":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"60":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"20":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":4,"docs":{"129":{"tf":1.0},"26":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"24":{"tf":1.0},"58":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.0},"71":{"tf":1.0},"78":{"tf":1.0},"92":{"tf":1.0}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"67":{"tf":1.0},"72":{"tf":1.0}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"92":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"1":{"8":{"0":{"8":{"0":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"122":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"0":{"9":{"0":{"df":6,"docs":{"122":{"tf":1.0},"15":{"tf":1.0},"33":{"tf":1.0},"66":{"tf":1.0},"80":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"122":{"tf":1.0},"15":{"tf":1.0},"80":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"i":{"[":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"38":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"d":{">":{":":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"78":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"115":{"tf":1.0},"116":{"tf":2.23606797749979},"78":{"tf":1.0}},"e":{"a":{"df":3,"docs":{"51":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"89":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"62":{"tf":1.0},"79":{"tf":1.0}}}}}},"i":{"df":1,"docs":{"25":{"tf":1.0}},"i":{"df":1,"docs":{"81":{"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":{"41":{"tf":1.0},"88":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":14,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"130":{"tf":2.0},"131":{"tf":1.0},"27":{"tf":1.7320508075688772},"30":{"tf":1.0},"31":{"tf":1.0},"41":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":2.23606797749979},"67":{"tf":2.23606797749979},"7":{"tf":1.0},"72":{"tf":1.4142135623730951},"9":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"17":{"tf":1.4142135623730951}}}},"l":{"df":5,"docs":{"89":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":12,"docs":{"34":{"tf":2.0},"51":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":1.4142135623730951},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":7,"docs":{"100":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"57":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.0}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":18,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"133":{"tf":1.0},"14":{"tf":1.0},"20":{"tf":1.0},"33":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"54":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0},"76":{"tf":1.4142135623730951},"78":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":7,"docs":{"132":{"tf":1.0},"133":{"tf":1.0},"20":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"113":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":8,"docs":{"113":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"126":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"61":{"tf":1.0},"74":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"\\"":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"89":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":5,"docs":{"115":{"tf":1.7320508075688772},"116":{"tf":1.4142135623730951},"120":{"tf":1.0},"14":{"tf":1.4142135623730951},"78":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":4,"docs":{"15":{"tf":1.0},"65":{"tf":1.0},"75":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":6,"docs":{"133":{"tf":1.0},"17":{"tf":1.0},"3":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0},"97":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"23":{"tf":1.0},"39":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"38":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":3,"docs":{"38":{"tf":1.4142135623730951},"84":{"tf":1.0},"89":{"tf":1.4142135623730951}},"i":{"df":1,"docs":{"55":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"84":{"tf":1.0},"89":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"115":{"tf":2.0},"66":{"tf":1.0},"78":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"80":{"tf":1.0}}}}}}},"df":4,"docs":{"116":{"tf":1.0},"120":{"tf":1.0},"59":{"tf":1.0},"80":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"71":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"116":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"120":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":3,"docs":{"26":{"tf":1.0},"3":{"tf":1.0},"41":{"tf":1.0}}}},"n":{"d":{"df":4,"docs":{"132":{"tf":1.0},"133":{"tf":1.0},"35":{"tf":1.0},"82":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"66":{"tf":1.0}}},"t":{"df":4,"docs":{"17":{"tf":1.0},"24":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"0":{"tf":1.4142135623730951},"3":{"tf":1.0},"82":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":3,"docs":{"20":{"tf":2.0},"34":{"tf":1.0},"92":{"tf":1.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"16":{"tf":1.0},"24":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0}}}}}},"v":{"df":5,"docs":{"113":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"18":{"tf":1.0},"53":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"19":{"tf":1.0}},"t":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"54":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":3,"docs":{"3":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"u":{"df":5,"docs":{"120":{"tf":1.4142135623730951},"122":{"tf":1.0},"123":{"tf":1.0},"62":{"tf":1.0},"89":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"35":{"tf":1.0},"58":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"74":{"tf":1.0}}}}}},"’":{"df":1,"docs":{"79":{"tf":1.0}}}},"v":{"df":1,"docs":{"98":{"tf":1.0}}}},"j":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"g":{"df":4,"docs":{"133":{"tf":1.0},"24":{"tf":1.0},"6":{"tf":1.0},"82":{"tf":1.0}}}},"df":0,"docs":{}}},"k":{"8":{"df":15,"docs":{"112":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"119":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"14":{"tf":1.0},"27":{"tf":1.0},"40":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"72":{"tf":1.0},"78":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":6,"docs":{"26":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.0},"41":{"tf":1.0},"7":{"tf":1.0},"92":{"tf":1.0}}}},"df":1,"docs":{"67":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":8,"docs":{"113":{"tf":1.0},"127":{"tf":1.0},"133":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"66":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":1.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":{"109":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":17,"docs":{"116":{"tf":1.0},"132":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.4142135623730951},"35":{"tf":1.0},"39":{"tf":1.7320508075688772},"40":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"78":{"tf":1.0},"82":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0},"98":{"tf":1.0}}}},"y":{"df":7,"docs":{"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"47":{"tf":1.0},"8":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"129":{"tf":1.0}}}},"n":{"d":{"df":1,"docs":{"67":{"tf":1.7320508075688772}}},"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":{"133":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":1,"docs":{"123":{"tf":1.0}}}}}},"u":{"b":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":6,"docs":{"115":{"tf":1.4142135623730951},"116":{"tf":3.872983346207417},"119":{"tf":1.7320508075688772},"14":{"tf":1.0},"67":{"tf":1.0},"78":{"tf":3.3166247903554}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":14,"docs":{"109":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"29":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"g":{"df":14,"docs":{"11":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"128":{"tf":1.0},"130":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"32":{"tf":1.0},"62":{"tf":1.0},"68":{"tf":1.4142135623730951},"72":{"tf":1.0}},"r":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"27":{"tf":1.0},"30":{"tf":1.0},"70":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":3,"docs":{"116":{"tf":2.0},"119":{"tf":1.0},"78":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"24":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"116":{"tf":1.0},"120":{"tf":1.0},"82":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"39":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"133":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"44":{"tf":1.4142135623730951},"6":{"tf":1.0},"77":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"26":{"tf":1.0},"3":{"tf":1.0},"39":{"tf":1.0},"87":{"tf":1.0},"93":{"tf":1.0}}}}}}},"df":4,"docs":{"115":{"tf":1.0},"116":{"tf":3.0},"119":{"tf":1.4142135623730951},"78":{"tf":2.449489742783178}},"e":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"133":{"tf":1.0},"77":{"tf":1.0}}}}},"df":0,"docs":{},"k":{"df":2,"docs":{"23":{"tf":1.0},"82":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}},"v":{"df":1,"docs":{"79":{"tf":1.0}}}},"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"133":{"tf":1.0}}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"63":{"tf":1.0}}}},"t":{"df":1,"docs":{"3":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":16,"docs":{"121":{"tf":1.0},"133":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"82":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0}}}}}},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"27":{"tf":1.0},"29":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"89":{"tf":1.0}}}}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":2,"docs":{"116":{"tf":1.0},"38":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"116":{"tf":1.4142135623730951},"119":{"tf":1.0},"78":{"tf":1.4142135623730951}}}},"v":{"df":0,"docs":{},"e":{"df":20,"docs":{"116":{"tf":1.0},"123":{"tf":1.0},"125":{"tf":1.0},"132":{"tf":1.4142135623730951},"133":{"tf":1.7320508075688772},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"62":{"tf":1.0},"92":{"tf":1.4142135623730951}}}}},"o":{"a":{"d":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}}}}},"df":11,"docs":{"120":{"tf":1.0},"131":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.7320508075688772},"48":{"tf":1.4142135623730951},"49":{"tf":1.7320508075688772},"53":{"tf":1.0},"55":{"tf":1.0},"67":{"tf":2.0},"9":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"=":{"2":{"df":1,"docs":{"65":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"=":{"1":{"2":{"0":{"df":1,"docs":{"65":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"=":{"3":{"df":1,"docs":{"65":{"tf":1.0}}},"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":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":8,"docs":{"116":{"tf":1.4142135623730951},"121":{"tf":1.0},"65":{"tf":1.4142135623730951},"69":{"tf":1.0},"74":{"tf":2.0},"75":{"tf":1.0},"78":{"tf":1.4142135623730951},"79":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":6,"docs":{"26":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.0},"41":{"tf":1.0},"7":{"tf":1.0},"92":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":9,"docs":{"113":{"tf":1.0},"127":{"tf":1.0},"133":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"63":{"tf":1.4142135623730951},"66":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":1.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":5,"docs":{"109":{"tf":1.0},"111":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":30,"docs":{"1":{"tf":1.0},"109":{"tf":1.0},"112":{"tf":1.0},"115":{"tf":1.4142135623730951},"116":{"tf":1.0},"119":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"14":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.7320508075688772},"29":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.4142135623730951},"65":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.4142135623730951},"78":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":1.0}}},"t":{"df":4,"docs":{"115":{"tf":1.0},"62":{"tf":1.0},"69":{"tf":1.4142135623730951},"70":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":23,"docs":{"113":{"tf":1.7320508075688772},"114":{"tf":1.0},"115":{"tf":3.1622776601683795},"116":{"tf":4.795831523312719},"120":{"tf":1.0},"121":{"tf":1.4142135623730951},"125":{"tf":1.0},"128":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"14":{"tf":3.0},"15":{"tf":1.4142135623730951},"33":{"tf":2.23606797749979},"62":{"tf":1.4142135623730951},"65":{"tf":1.7320508075688772},"66":{"tf":1.7320508075688772},"73":{"tf":1.0},"74":{"tf":2.6457513110645907},"75":{"tf":2.6457513110645907},"76":{"tf":2.0},"78":{"tf":5.0},"89":{"tf":1.0},"93":{"tf":1.0}},"i":{"c":{"df":3,"docs":{"133":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}},"s":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"116":{"tf":1.0}}}}}},"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"80":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"116":{"tf":1.0}}}}}}},":":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"78":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"132":{"tf":1.0},"21":{"tf":1.0},"35":{"tf":1.0},"82":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"118":{"tf":1.0},"132":{"tf":1.0}}},"p":{"df":3,"docs":{"17":{"tf":1.0},"40":{"tf":1.0},"58":{"tf":1.0}}},"s":{"df":1,"docs":{"26":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"133":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"24":{"tf":1.0}}}}}},"r":{"df":2,"docs":{"23":{"tf":1.0},"5":{"tf":1.0}}},"s":{"df":2,"docs":{"116":{"tf":1.0},"78":{"tf":1.0}}},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":2,"docs":{"132":{"tf":1.0},"21":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"24":{"tf":1.0},"40":{"tf":1.0},"59":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"26":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":29,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"95":{"tf":1.7320508075688772},"96":{"tf":1.4142135623730951},"97":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"24":{"tf":1.0},"55":{"tf":1.0},"81":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":11,"docs":{"133":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"24":{"tf":1.4142135623730951},"3":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"70":{"tf":1.0},"74":{"tf":1.4142135623730951},"92":{"tf":1.0}}}},"l":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"54":{"tf":1.4142135623730951}}}}}}},"n":{"df":0,"docs":{},"i":{"df":5,"docs":{"3":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"6":{"tf":1.0},"82":{"tf":1.0}}},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"133":{"tf":1.0}}}}},"p":{"df":2,"docs":{"62":{"tf":1.0},"66":{"tf":1.0}}},"t":{"c":{"df":0,"docs":{},"h":{"df":6,"docs":{"116":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"66":{"tf":1.0},"78":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"98":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"35":{"tf":1.0},"60":{"tf":1.0}}}}}},"x":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"2":{"0":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}},"4":{"0":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"6":{"0":{"df":1,"docs":{"105":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":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":{"105":{"tf":1.0}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"48":{"tf":1.0}}}}}}}},"d":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"27":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":1,"docs":{"126":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":7,"docs":{"0":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"40":{"tf":1.0},"82":{"tf":1.0}}}}},"t":{"df":1,"docs":{"39":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"133":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"74":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"15":{"tf":1.0},"80":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"20":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":4,"docs":{"14":{"tf":1.0},"54":{"tf":1.7320508075688772},"74":{"tf":1.0},"77":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"1":{"tf":1.0},"2":{"tf":1.0},"26":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"118":{"tf":1.0},"124":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"133":{"tf":1.0},"62":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"d":{"df":6,"docs":{"34":{"tf":1.0},"52":{"tf":1.0},"80":{"tf":1.0},"93":{"tf":1.4142135623730951},"95":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"c":{"df":9,"docs":{"113":{"tf":1.0},"15":{"tf":1.4142135623730951},"23":{"tf":1.0},"33":{"tf":1.4142135623730951},"66":{"tf":1.0},"75":{"tf":1.0},"80":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"0":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"3":{"0":{"df":1,"docs":{"105":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":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":{"105":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"116":{"tf":1.0}}}},"k":{"df":0,"docs":{},"u":{"b":{"df":1,"docs":{"67":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"m":{"df":6,"docs":{"123":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.4142135623730951},"58":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"132":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"86":{"tf":1.0}}}}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"113":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"s":{"df":8,"docs":{"113":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"132":{"tf":1.0},"62":{"tf":1.0},"72":{"tf":1.0},"84":{"tf":1.0}}},"t":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"74":{"tf":1.0}}}},"df":0,"docs":{}}},"x":{"df":3,"docs":{"113":{"tf":1.0},"19":{"tf":1.0},"77":{"tf":1.0}},"e":{"d":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"63":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"52":{"tf":1.0}},"l":{"df":8,"docs":{"1":{"tf":1.0},"2":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"39":{"tf":1.0},"82":{"tf":1.7320508075688772},"92":{"tf":1.0}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"34":{"tf":1.0},"78":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"24":{"tf":1.0}}}},"df":2,"docs":{"65":{"tf":1.0},"84":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"13":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"125":{"tf":1.0},"91":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"116":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"115":{"tf":1.4142135623730951},"14":{"tf":1.4142135623730951},"66":{"tf":1.0},"67":{"tf":1.0},"78":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"24":{"tf":1.0},"40":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":7,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"2":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.4142135623730951},"35":{"tf":1.0},"59":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"133":{"tf":1.0},"40":{"tf":1.0}}}}}}},"t":{"df":11,"docs":{"111":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0},"89":{"tf":1.0},"95":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":4,"docs":{"89":{"tf":1.0},"90":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}}}}}}},"df":0,"docs":{}},"=":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":3,"docs":{"116":{"tf":1.7320508075688772},"119":{"tf":1.0},"78":{"tf":1.7320508075688772}}}}}}},"df":14,"docs":{"115":{"tf":1.4142135623730951},"116":{"tf":3.605551275463989},"119":{"tf":1.7320508075688772},"14":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0},"7":{"tf":1.0},"71":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":2.0},"84":{"tf":1.0},"89":{"tf":1.0}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":3,"docs":{"116":{"tf":3.0},"119":{"tf":1.0},"78":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"df":5,"docs":{"116":{"tf":1.7320508075688772},"119":{"tf":1.0},"126":{"tf":1.0},"20":{"tf":1.0},"78":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"40":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":13,"docs":{"119":{"tf":1.0},"132":{"tf":1.4142135623730951},"19":{"tf":1.0},"3":{"tf":1.0},"39":{"tf":1.0},"52":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}},"—":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"g":{"df":2,"docs":{"133":{"tf":1.0},"62":{"tf":1.0}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"77":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":14,"docs":{"101":{"tf":1.0},"111":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":16,"docs":{"0":{"tf":1.7320508075688772},"120":{"tf":1.0},"128":{"tf":1.0},"133":{"tf":1.4142135623730951},"15":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.4142135623730951},"35":{"tf":1.0},"52":{"tf":1.7320508075688772},"6":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"133":{"tf":1.0},"54":{"tf":1.0}}}}},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"89":{"tf":1.0},"90":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":8,"docs":{"34":{"tf":1.7320508075688772},"82":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"93":{"tf":2.449489742783178},"95":{"tf":1.4142135623730951},"96":{"tf":1.0},"97":{"tf":1.0}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}}},"o":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"86":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":2,"docs":{"52":{"tf":1.0},"86":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":53,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"101":{"tf":1.7320508075688772},"105":{"tf":1.0},"113":{"tf":1.4142135623730951},"115":{"tf":2.8284271247461903},"116":{"tf":1.7320508075688772},"119":{"tf":1.4142135623730951},"120":{"tf":1.7320508075688772},"122":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"127":{"tf":1.7320508075688772},"128":{"tf":1.7320508075688772},"129":{"tf":1.0},"133":{"tf":2.23606797749979},"14":{"tf":2.449489742783178},"15":{"tf":1.4142135623730951},"2":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.7320508075688772},"27":{"tf":1.4142135623730951},"29":{"tf":1.0},"3":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"52":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":2.0},"6":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.0},"62":{"tf":2.0},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"7":{"tf":1.0},"74":{"tf":2.449489742783178},"75":{"tf":1.0},"76":{"tf":2.0},"78":{"tf":1.7320508075688772},"80":{"tf":1.7320508075688772},"82":{"tf":1.0},"84":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"97":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"15":{"tf":1.0},"75":{"tf":1.0}},"i":{"df":2,"docs":{"19":{"tf":1.0},"40":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"df":25,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"11":{"tf":1.0},"112":{"tf":1.0},"115":{"tf":2.23606797749979},"116":{"tf":1.7320508075688772},"119":{"tf":1.0},"12":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.4142135623730951},"131":{"tf":1.0},"133":{"tf":1.0},"14":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.7320508075688772},"3":{"tf":1.7320508075688772},"32":{"tf":1.0},"62":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.7320508075688772},"67":{"tf":1.7320508075688772},"70":{"tf":1.4142135623730951},"71":{"tf":1.0},"76":{"tf":2.0},"78":{"tf":2.6457513110645907}},"s":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"77":{"tf":1.0}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"77":{"tf":1.0}}}}}}}}}},"d":{"a":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"77":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"77":{"tf":1.0}}}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"77":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"62":{"tf":1.0}},"k":{"df":0,"docs":{},"z":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"=":{"/":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"12":{"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":{},"t":{"df":0,"docs":{},"o":{"/":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"69":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":3,"docs":{"30":{"tf":1.0},"62":{"tf":1.0},"69":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"115":{"tf":1.0}}}}}}},"=":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"78":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"115":{"tf":1.0},"76":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"66":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"116":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"78":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":1,"docs":{"65":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"75":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":9,"docs":{"115":{"tf":1.4142135623730951},"14":{"tf":2.0},"33":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":6,"docs":{"14":{"tf":1.0},"33":{"tf":1.0},"62":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"77":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"=":{"\\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"e":{",":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"_":{"d":{"a":{"_":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"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":2,"docs":{"121":{"tf":1.0},"75":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"e":{",":{"d":{"a":{"=":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"65":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"=":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":6,"docs":{"116":{"tf":1.0},"121":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"74":{"tf":1.7320508075688772},"75":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":5,"docs":{"14":{"tf":1.0},"33":{"tf":1.0},"62":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"77":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"=":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"4":{"3":{"1":{"7":{"df":2,"docs":{"15":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":2,"docs":{"75":{"tf":1.0},"9":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"=":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"4":{"3":{"1":{"8":{"df":2,"docs":{"15":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":2,"docs":{"75":{"tf":1.0},"9":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":6,"docs":{"11":{"tf":1.0},"31":{"tf":1.0},"41":{"tf":1.0},"7":{"tf":1.0},"72":{"tf":1.0},"9":{"tf":1.0}},"e":{"=":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":4,"docs":{"116":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951}}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"67":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":2,"docs":{"33":{"tf":1.0},"75":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":7,"docs":{"115":{"tf":1.4142135623730951},"116":{"tf":1.0},"14":{"tf":1.0},"65":{"tf":1.4142135623730951},"75":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"75":{"tf":2.0}}}},"t":{"df":0,"docs":{},"e":{"df":9,"docs":{"115":{"tf":1.0},"116":{"tf":1.7320508075688772},"119":{"tf":1.0},"21":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"78":{"tf":1.4142135623730951}}}}},"t":{"df":0,"docs":{},"p":{"df":2,"docs":{"132":{"tf":1.0},"18":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"101":{"tf":1.4142135623730951},"18":{"tf":1.0},"39":{"tf":1.0},"65":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"o":{"[":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"23":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":22,"docs":{"113":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"131":{"tf":1.0},"132":{"tf":1.4142135623730951},"133":{"tf":1.7320508075688772},"15":{"tf":1.4142135623730951},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.4142135623730951},"35":{"tf":1.0},"40":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.4142135623730951},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"66":{"tf":1.0},"73":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"40":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"82":{"tf":1.0}}}}},"df":0,"docs":{}},"df":2,"docs":{"116":{"tf":1.4142135623730951},"23":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"92":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"78":{"tf":1.0}}}}}}},"k":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"\\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"89":{"tf":1.0},"90":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":11,"docs":{"111":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"89":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}}},"n":{"c":{"df":3,"docs":{"23":{"tf":1.0},"6":{"tf":1.0},"82":{"tf":1.0}}},"df":4,"docs":{"26":{"tf":1.0},"3":{"tf":1.0},"61":{"tf":1.0},"87":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"60":{"tf":1.0}}}}},"p":{"df":1,"docs":{"133":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":12,"docs":{"0":{"tf":1.0},"104":{"tf":1.0},"111":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"45":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"62":{"tf":1.7320508075688772}}}},"t":{"df":2,"docs":{"19":{"tf":1.0},"39":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":10,"docs":{"14":{"tf":1.4142135623730951},"15":{"tf":1.0},"23":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"70":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"79":{"tf":1.0},"86":{"tf":1.0},"9":{"tf":1.0}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":11,"docs":{"133":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.4142135623730951},"24":{"tf":1.0},"26":{"tf":1.4142135623730951},"56":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0},"74":{"tf":1.0},"82":{"tf":1.0},"92":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"132":{"tf":1.0},"18":{"tf":1.0},"39":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"129":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"24":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"p":{"df":4,"docs":{"15":{"tf":1.0},"75":{"tf":1.7320508075688772},"79":{"tf":2.23606797749979},"9":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":9,"docs":{"133":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.0},"40":{"tf":1.0},"5":{"tf":1.0},"56":{"tf":1.0},"62":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.0}}}}},"df":2,"docs":{"66":{"tf":1.0},"78":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"115":{"tf":1.0},"116":{"tf":1.4142135623730951},"118":{"tf":1.0},"14":{"tf":1.0},"78":{"tf":1.0}},"—":{"d":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.0},"49":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"58":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"d":{"df":7,"docs":{"12":{"tf":1.0},"30":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0},"80":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"df":1,"docs":{"125":{"tf":1.0}}}}}}}}}}},"p":{"2":{"df":0,"docs":{},"p":{"df":1,"docs":{"77":{"tf":1.0}}}},"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"23":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"92":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"1":{"tf":1.0},"56":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"93":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":15,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.0},"131":{"tf":1.0},"133":{"tf":1.0},"21":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.0},"32":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.0},"68":{"tf":1.4142135623730951},"72":{"tf":1.0},"87":{"tf":1.0},"93":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}}},"t":{"df":4,"docs":{"2":{"tf":1.0},"25":{"tf":1.0},"81":{"tf":1.0},"98":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":4,"docs":{"0":{"tf":1.0},"133":{"tf":1.0},"37":{"tf":1.0},"87":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":2.0}}}}}},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"56":{"tf":1.0},"80":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":2,"docs":{"123":{"tf":1.0},"23":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":7,"docs":{"115":{"tf":1.7320508075688772},"12":{"tf":1.0},"131":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0},"62":{"tf":1.0},"69":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":10,"docs":{"116":{"tf":1.4142135623730951},"120":{"tf":1.0},"132":{"tf":1.0},"26":{"tf":1.0},"39":{"tf":2.0},"40":{"tf":1.0},"41":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951}}}}}}}},"df":14,"docs":{"116":{"tf":1.7320508075688772},"121":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0},"74":{"tf":2.0},"75":{"tf":1.0},"78":{"tf":2.0},"79":{"tf":1.0}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"120":{"tf":1.0}}}},"r":{"df":19,"docs":{"103":{"tf":1.0},"104":{"tf":1.4142135623730951},"111":{"tf":1.7320508075688772},"115":{"tf":2.23606797749979},"116":{"tf":1.0},"122":{"tf":1.0},"133":{"tf":1.4142135623730951},"14":{"tf":1.7320508075688772},"15":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.7320508075688772},"19":{"tf":1.4142135623730951},"21":{"tf":1.0},"33":{"tf":1.4142135623730951},"39":{"tf":1.0},"65":{"tf":1.7320508075688772},"75":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":3,"docs":{"0":{"tf":1.4142135623730951},"133":{"tf":1.4142135623730951},"6":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"133":{"tf":1.0},"49":{"tf":1.0}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"115":{"tf":1.0},"116":{"tf":1.0},"14":{"tf":1.0},"65":{"tf":1.0},"78":{"tf":1.4142135623730951}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"16":{"tf":1.0}}}}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"35":{"tf":1.0},"40":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"132":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"14":{"tf":1.0},"59":{"tf":1.0}}}}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"129":{"tf":1.0}}}}}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"71":{"tf":1.0}}}},"df":0,"docs":{},"n":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":9,"docs":{"110":{"tf":1.0},"111":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"[":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"61":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":26,"docs":{"1":{"tf":1.0},"111":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"23":{"tf":2.0},"24":{"tf":1.0},"26":{"tf":1.4142135623730951},"3":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":2.0},"57":{"tf":1.4142135623730951},"6":{"tf":1.0},"61":{"tf":1.0},"8":{"tf":1.0},"82":{"tf":1.0},"92":{"tf":1.0},"95":{"tf":1.0}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"62":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"u":{"df":1,"docs":{"0":{"tf":1.0}},"g":{"df":1,"docs":{"88":{"tf":1.0}},"g":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"24":{"tf":1.0},"36":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"d":{"df":7,"docs":{"115":{"tf":1.4142135623730951},"116":{"tf":4.795831523312719},"119":{"tf":2.23606797749979},"133":{"tf":1.0},"14":{"tf":1.0},"67":{"tf":1.0},"78":{"tf":2.23606797749979}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"27":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"92":{"tf":1.0}}}}},"l":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"133":{"tf":1.0}},"e":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":17,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"116":{"tf":1.4142135623730951},"120":{"tf":1.0},"125":{"tf":1.4142135623730951},"128":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"57":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951},"75":{"tf":1.0},"78":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":1,"docs":{"68":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"20":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"22":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0}}}},"df":0,"docs":{}},"df":7,"docs":{"113":{"tf":1.7320508075688772},"120":{"tf":1.0},"122":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.4142135623730951},"59":{"tf":1.0},"66":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"116":{"tf":1.0},"133":{"tf":1.0},"82":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":4,"docs":{"132":{"tf":1.0},"133":{"tf":1.0},"25":{"tf":1.0},"40":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"24":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}},"i":{"df":0,"docs":{},"x":{"df":6,"docs":{"115":{"tf":1.4142135623730951},"116":{"tf":1.0},"14":{"tf":1.0},"76":{"tf":1.4142135623730951},"77":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951}}}}},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"133":{"tf":1.0}}}}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"26":{"tf":1.0},"92":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":9,"docs":{"112":{"tf":1.0},"128":{"tf":1.0},"56":{"tf":1.4142135623730951},"62":{"tf":2.0},"66":{"tf":1.0},"67":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"9":{"tf":1.0}}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"112":{"tf":1.0},"128":{"tf":1.0},"131":{"tf":1.0},"62":{"tf":1.0}}}},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"76":{"tf":1.0}}}},"t":{"df":3,"docs":{"113":{"tf":1.0},"40":{"tf":1.0},"87":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"38":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"113":{"tf":1.0},"133":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":3,"docs":{"116":{"tf":1.7320508075688772},"129":{"tf":1.0},"78":{"tf":1.4142135623730951}},"s":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"116":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"27":{"tf":1.0},"56":{"tf":1.0},"92":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"92":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"16":{"tf":1.4142135623730951},"22":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"n":{"!":{"(":{"\\"":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"o":{"b":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"18":{"tf":1.0},"21":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":8,"docs":{"133":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"61":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"120":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":18,"docs":{"109":{"tf":1.0},"119":{"tf":1.0},"129":{"tf":1.4142135623730951},"133":{"tf":1.0},"14":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"29":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"52":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0},"74":{"tf":1.0},"9":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":8,"docs":{"0":{"tf":1.0},"106":{"tf":1.0},"125":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.4142135623730951},"18":{"tf":1.7320508075688772},"38":{"tf":1.0},"86":{"tf":1.0}},"t":{"df":6,"docs":{"113":{"tf":1.0},"133":{"tf":1.7320508075688772},"21":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"113":{"tf":1.0},"133":{"tf":1.4142135623730951},"20":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.4142135623730951},"82":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"0":{"tf":1.0},"115":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":9,"docs":{"122":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"27":{"tf":1.4142135623730951},"30":{"tf":1.0},"33":{"tf":1.0},"66":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951},"9":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"63":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"o":{"df":0,"docs":{},"f":{"df":11,"docs":{"112":{"tf":1.0},"120":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"128":{"tf":1.0},"133":{"tf":1.4142135623730951},"31":{"tf":1.0},"41":{"tf":1.0},"57":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"54":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"133":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":7,"docs":{"0":{"tf":1.0},"132":{"tf":1.0},"18":{"tf":1.7320508075688772},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"3":{"tf":1.0},"39":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":3,"docs":{"132":{"tf":1.0},"21":{"tf":1.0},"89":{"tf":1.0}}},"i":{"d":{"df":5,"docs":{"29":{"tf":1.0},"59":{"tf":1.0},"84":{"tf":1.0},"92":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":7,"docs":{"133":{"tf":1.0},"23":{"tf":1.4142135623730951},"56":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0},"82":{"tf":1.0},"97":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"61":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}},"s":{"df":4,"docs":{"115":{"tf":1.0},"116":{"tf":1.7320508075688772},"119":{"tf":1.4142135623730951},"78":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"89":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"b":{"df":5,"docs":{"89":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951},"97":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"0":{"tf":1.0},"133":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"132":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"29":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"74":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"67":{"tf":1.7320508075688772}}}}}},"q":{"a":{"df":1,"docs":{"3":{"tf":1.0}}},"df":2,"docs":{"116":{"tf":1.0},"78":{"tf":1.0}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"55":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"113":{"tf":1.0},"115":{"tf":1.0},"63":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"22":{"tf":1.0}}}}}}},"r":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"23":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":3,"docs":{"105":{"tf":1.0},"19":{"tf":1.0},"66":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"115":{"tf":1.0},"116":{"tf":1.0}}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"78":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"(":{"1":{"0":{"df":1,"docs":{"50":{"tf":1.0}}},"5":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"3":{"df":1,"docs":{"45":{"tf":1.0}}},"5":{"df":8,"docs":{"103":{"tf":1.0},"111":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":14,"docs":{"113":{"tf":1.7320508075688772},"125":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"47":{"tf":1.4142135623730951},"48":{"tf":2.0},"65":{"tf":1.0}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":5,"docs":{"130":{"tf":1.0},"131":{"tf":1.0},"23":{"tf":1.0},"66":{"tf":1.0},"70":{"tf":1.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"89":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"90":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"89":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"l":{"df":4,"docs":{"133":{"tf":1.0},"61":{"tf":1.0},"89":{"tf":1.4142135623730951},"90":{"tf":1.0}},"e":{"df":0,"docs":{},"—":{"a":{"df":1,"docs":{"62":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"36":{"tf":1.0},"39":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":14,"docs":{"119":{"tf":1.4142135623730951},"120":{"tf":1.0},"128":{"tf":1.0},"133":{"tf":1.4142135623730951},"17":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.7320508075688772},"86":{"tf":1.0},"97":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"92":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":3,"docs":{"0":{"tf":1.0},"3":{"tf":1.0},"88":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"1":{"tf":1.0},"3":{"tf":1.0},"46":{"tf":1.0},"52":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"132":{"tf":1.0},"18":{"tf":1.0}}}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"131":{"tf":1.0}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"86":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":7,"docs":{"116":{"tf":1.0},"132":{"tf":1.0},"40":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.0},"70":{"tf":1.0},"78":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"132":{"tf":1.4142135623730951},"37":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.4142135623730951}}},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"113":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":5,"docs":{"120":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"24":{"tf":1.0},"39":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"115":{"tf":1.0},"133":{"tf":1.0},"34":{"tf":1.0},"81":{"tf":1.0},"92":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"120":{"tf":1.0}}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"56":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"67":{"tf":1.4142135623730951}}},"y":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"67":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}},"x":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":1,"docs":{"18":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{}},"df":3,"docs":{"115":{"tf":1.0},"40":{"tf":1.0},"86":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"116":{"tf":1.0},"38":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"67":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"19":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":1,"docs":{"41":{"tf":1.0}},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"122":{"tf":1.0},"62":{"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":{"70":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"82":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":5,"docs":{"35":{"tf":1.0},"40":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.4142135623730951},"63":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"89":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":32,"docs":{"105":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.0},"125":{"tf":1.0},"128":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"27":{"tf":1.4142135623730951},"3":{"tf":1.0},"31":{"tf":1.7320508075688772},"37":{"tf":1.0},"41":{"tf":1.7320508075688772},"45":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"68":{"tf":1.0},"7":{"tf":1.7320508075688772},"70":{"tf":1.0},"72":{"tf":1.0},"78":{"tf":1.4142135623730951},"8":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":8,"docs":{"132":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.4142135623730951},"45":{"tf":1.7320508075688772},"47":{"tf":1.0},"54":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"92":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":4,"docs":{"113":{"tf":1.0},"23":{"tf":1.0},"82":{"tf":1.0},"86":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"62":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":4,"docs":{"128":{"tf":1.0},"133":{"tf":1.4142135623730951},"6":{"tf":1.0},"82":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":16,"docs":{"105":{"tf":2.23606797749979},"113":{"tf":1.4142135623730951},"129":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.4142135623730951},"19":{"tf":1.0},"23":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"45":{"tf":1.4142135623730951},"47":{"tf":1.0},"50":{"tf":1.4142135623730951},"52":{"tf":1.0},"59":{"tf":1.0},"66":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"<":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"97":{"tf":1.0}}}}}}},"df":15,"docs":{"111":{"tf":1.0},"16":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.0},"89":{"tf":1.4142135623730951},"90":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":3,"docs":{"0":{"tf":1.0},"133":{"tf":1.0},"20":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":7,"docs":{"133":{"tf":1.4142135623730951},"23":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0},"85":{"tf":1.0},"89":{"tf":1.0},"97":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"26":{"tf":1.4142135623730951},"39":{"tf":1.0},"85":{"tf":1.0},"92":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":3,"docs":{"132":{"tf":1.0},"24":{"tf":1.0},"40":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"24":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"91":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"132":{"tf":1.0},"21":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":7,"docs":{"0":{"tf":1.0},"133":{"tf":1.4142135623730951},"3":{"tf":1.0},"6":{"tf":1.0},"82":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"70":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"133":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"c":{"df":1,"docs":{"89":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"11":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"11":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"111":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":7,"docs":{"84":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.7320508075688772},"90":{"tf":1.4142135623730951},"92":{"tf":1.0},"95":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}}}}}}}}},"df":43,"docs":{"1":{"tf":1.0},"107":{"tf":1.4142135623730951},"113":{"tf":1.7320508075688772},"115":{"tf":1.0},"116":{"tf":2.449489742783178},"121":{"tf":1.0},"123":{"tf":1.0},"125":{"tf":1.0},"132":{"tf":1.4142135623730951},"133":{"tf":2.23606797749979},"16":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.7320508075688772},"23":{"tf":1.7320508075688772},"24":{"tf":1.0},"25":{"tf":1.0},"31":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"35":{"tf":1.7320508075688772},"38":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"49":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.7320508075688772},"58":{"tf":1.0},"6":{"tf":1.4142135623730951},"60":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":2.0},"67":{"tf":1.4142135623730951},"69":{"tf":1.0},"7":{"tf":1.4142135623730951},"71":{"tf":1.0},"74":{"tf":2.0},"75":{"tf":1.0},"78":{"tf":2.6457513110645907},"79":{"tf":1.0},"82":{"tf":2.0},"90":{"tf":1.0},"92":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"84":{"tf":1.0},"89":{"tf":1.4142135623730951}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":6,"docs":{"26":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.0},"41":{"tf":1.0},"7":{"tf":1.0},"92":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":9,"docs":{"110":{"tf":1.0},"111":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":61,"docs":{"11":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"115":{"tf":1.4142135623730951},"116":{"tf":2.6457513110645907},"120":{"tf":1.0},"121":{"tf":1.0},"125":{"tf":1.0},"127":{"tf":1.0},"130":{"tf":1.0},"132":{"tf":1.7320508075688772},"133":{"tf":2.23606797749979},"14":{"tf":2.0},"23":{"tf":1.7320508075688772},"24":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"29":{"tf":1.0},"31":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.7320508075688772},"57":{"tf":1.7320508075688772},"58":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.7320508075688772},"65":{"tf":1.4142135623730951},"66":{"tf":1.7320508075688772},"67":{"tf":1.7320508075688772},"69":{"tf":1.0},"7":{"tf":1.4142135623730951},"72":{"tf":1.0},"74":{"tf":2.8284271247461903},"75":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"78":{"tf":2.8284271247461903},"79":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.4142135623730951},"92":{"tf":2.0},"97":{"tf":1.4142135623730951}},"s":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"29":{"tf":1.0}}}}}}}},"df":0,"docs":{},"k":{"8":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"—":{"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":{"df":1,"docs":{"128":{"tf":1.0}}}}}}}}}}},"’":{"df":1,"docs":{"62":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"61":{"tf":1.0}},"{":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":6,"docs":{"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"61":{"tf":1.0},"82":{"tf":1.0},"92":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"61":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"=":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"74":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":3,"docs":{"14":{"tf":1.0},"62":{"tf":1.0},"74":{"tf":1.0}}}}}},"df":2,"docs":{"70":{"tf":1.0},"88":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":2,"docs":{"79":{"tf":1.0},"87":{"tf":1.0}},"t":{"df":0,"docs":{},"y":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"m":{"df":0,"docs":{},"e":{"df":7,"docs":{"132":{"tf":1.4142135623730951},"133":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"56":{"tf":1.4142135623730951},"67":{"tf":1.0},"92":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"132":{"tf":1.0},"77":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"62":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":14,"docs":{"100":{"tf":1.0},"111":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"7":{"tf":1.0},"92":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":14,"docs":{"101":{"tf":1.0},"111":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0},"95":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":6,"docs":{"29":{"tf":1.0},"39":{"tf":1.0},"8":{"tf":1.0},"92":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":42,"docs":{"1":{"tf":1.0},"108":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"123":{"tf":1.0},"127":{"tf":1.0},"132":{"tf":1.7320508075688772},"133":{"tf":2.23606797749979},"16":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":2.23606797749979},"27":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":2.0},"4":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"46":{"tf":1.0},"51":{"tf":1.0},"56":{"tf":1.7320508075688772},"57":{"tf":1.0},"6":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":1.0},"82":{"tf":2.23606797749979},"91":{"tf":1.4142135623730951},"92":{"tf":2.23606797749979},"93":{"tf":1.4142135623730951},"97":{"tf":1.7320508075688772},"98":{"tf":1.0},"99":{"tf":1.0}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"60":{"tf":1.0},"67":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"68":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":2,"docs":{"15":{"tf":1.0},"33":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":5,"docs":{"11":{"tf":1.0},"27":{"tf":1.4142135623730951},"30":{"tf":1.0},"32":{"tf":1.0},"70":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":9,"docs":{"112":{"tf":1.0},"12":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.7320508075688772},"70":{"tf":1.4142135623730951},"71":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":7,"docs":{"107":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.4142135623730951},"18":{"tf":2.0},"21":{"tf":1.0},"40":{"tf":1.0},"65":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"d":{"df":12,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"120":{"tf":1.0},"126":{"tf":1.0},"132":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"8":{"tf":1.0},"82":{"tf":1.0}}},"df":14,"docs":{"131":{"tf":1.0},"15":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0},"97":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"116":{"tf":2.0},"119":{"tf":1.0},"78":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}},"f":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"89":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"97":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":4,"docs":{"39":{"tf":1.0},"89":{"tf":1.7320508075688772},"90":{"tf":1.7320508075688772},"96":{"tf":1.4142135623730951}}}},"n":{"d":{"df":8,"docs":{"111":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":7,"docs":{"14":{"tf":1.0},"19":{"tf":1.7320508075688772},"22":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"40":{"tf":1.0},"76":{"tf":1.0}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"92":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"27":{"tf":1.0},"30":{"tf":1.0}}}},"i":{"c":{"df":6,"docs":{"0":{"tf":1.0},"113":{"tf":1.0},"133":{"tf":1.0},"20":{"tf":1.0},"59":{"tf":1.0},"77":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"t":{"df":18,"docs":{"112":{"tf":1.0},"115":{"tf":1.4142135623730951},"125":{"tf":1.0},"128":{"tf":1.0},"133":{"tf":1.0},"14":{"tf":1.7320508075688772},"23":{"tf":1.0},"26":{"tf":1.0},"35":{"tf":1.0},"56":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"74":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951},"81":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":5,"docs":{"113":{"tf":1.0},"131":{"tf":1.0},"27":{"tf":1.4142135623730951},"32":{"tf":1.0},"59":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":10,"docs":{"133":{"tf":1.0},"16":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.0},"6":{"tf":1.0},"82":{"tf":1.0},"88":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":7,"docs":{"26":{"tf":1.0},"40":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"82":{"tf":1.0},"89":{"tf":1.0},"92":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"113":{"tf":1.0},"132":{"tf":1.0},"21":{"tf":1.4142135623730951}}}},"w":{"df":4,"docs":{"1":{"tf":1.0},"116":{"tf":1.0},"41":{"tf":1.0},"88":{"tf":1.0}}}}},"i":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"62":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":14,"docs":{"132":{"tf":1.0},"133":{"tf":1.7320508075688772},"20":{"tf":1.7320508075688772},"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0},"56":{"tf":1.4142135623730951},"6":{"tf":1.0},"62":{"tf":1.4142135623730951},"80":{"tf":1.0},"86":{"tf":1.0}},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"80":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"79":{"tf":1.0}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"42":{"tf":1.0},"89":{"tf":1.0}},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"42":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"i":{"df":1,"docs":{"79":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":3,"docs":{"23":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0}}}},"k":{"df":1,"docs":{"78":{"tf":1.0}}}},"t":{"df":1,"docs":{"26":{"tf":1.0}}},"z":{"df":0,"docs":{},"e":{"df":1,"docs":{"20":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"_":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"21":{"tf":1.0},"53":{"tf":1.0}}}}},"df":0,"docs":{}},"df":5,"docs":{"132":{"tf":2.0},"133":{"tf":1.7320508075688772},"18":{"tf":2.8284271247461903},"21":{"tf":2.449489742783178},"93":{"tf":1.0}}},"w":{"df":4,"docs":{"113":{"tf":1.0},"125":{"tf":1.0},"128":{"tf":1.0},"18":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"63":{"tf":1.0}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"3":{"tf":1.0},"35":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":8,"docs":{"113":{"tf":1.0},"132":{"tf":1.4142135623730951},"39":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.0},"58":{"tf":1.0},"63":{"tf":1.0},"91":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"85":{"tf":1.0},"90":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"3":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"121":{"tf":1.0}}}},"w":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"17":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"17":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":4,"docs":{"133":{"tf":1.0},"27":{"tf":1.4142135623730951},"7":{"tf":1.0},"74":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"87":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":11,"docs":{"116":{"tf":1.0},"133":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"23":{"tf":1.0},"33":{"tf":1.0},"38":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"78":{"tf":1.7320508075688772},"9":{"tf":1.0}},"i":{"df":3,"docs":{"133":{"tf":1.4142135623730951},"35":{"tf":1.0},"78":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"e":{"d":{"df":2,"docs":{"40":{"tf":1.0},"57":{"tf":1.0}},"—":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"113":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}}},"r":{"c":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"27":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"133":{"tf":1.0},"49":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"13":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"35":{"tf":1.0},"40":{"tf":1.0},"59":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"113":{"tf":1.4142135623730951}}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"113":{"tf":1.0},"40":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":1,"docs":{"101":{"tf":1.0}},"t":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"89":{"tf":1.0},"95":{"tf":1.0}}}}}}},"df":0,"docs":{}},"_":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"85":{"tf":1.0},"90":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":15,"docs":{"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"133":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"31":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.7320508075688772},"82":{"tf":1.0},"84":{"tf":1.0},"89":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"113":{"tf":1.0},"128":{"tf":1.0},"63":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":5,"docs":{"133":{"tf":1.7320508075688772},"20":{"tf":1.7320508075688772},"23":{"tf":1.0},"40":{"tf":1.0},"55":{"tf":1.7320508075688772}}},"i":{"c":{"df":2,"docs":{"89":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":2,"docs":{"119":{"tf":1.4142135623730951},"15":{"tf":1.0}}}},"y":{"df":5,"docs":{"132":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"53":{"tf":1.0},"90":{"tf":1.0}}}},"d":{":":{":":{"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":8,"docs":{"111":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{":":{":":{"a":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"89":{"tf":1.0}}},"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":{":":{":":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":9,"docs":{"100":{"tf":1.0},"111":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":3,"docs":{"115":{"tf":1.4142135623730951},"14":{"tf":1.4142135623730951},"75":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"39":{"tf":1.0},"62":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"132":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"p":{"df":3,"docs":{"133":{"tf":1.0},"23":{"tf":1.0},"82":{"tf":1.0}}}},"r":{"df":4,"docs":{"89":{"tf":1.0},"90":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"116":{"tf":1.4142135623730951},"133":{"tf":1.0},"78":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"44":{"tf":1.0},"47":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"82":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"89":{"tf":1.0},"90":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"27":{"tf":1.0},"54":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"u":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"43":{"tf":1.0}}}},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"17":{"tf":1.0}}}}},"df":7,"docs":{"0":{"tf":1.4142135623730951},"133":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"75":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":3,"docs":{"0":{"tf":1.0},"133":{"tf":1.0},"77":{"tf":1.0}}}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"132":{"tf":1.0},"133":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"6":{"tf":1.0},"82":{"tf":1.0},"93":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"119":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{},"x":{"df":2,"docs":{"115":{"tf":1.0},"76":{"tf":1.4142135623730951}}}}}},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"56":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"60":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"22":{"tf":1.0},"47":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"55":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":12,"docs":{"113":{"tf":1.0},"127":{"tf":1.4142135623730951},"45":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"66":{"tf":1.7320508075688772},"67":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"24":{"tf":1.0},"40":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0}},"e":{"d":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"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":{}}}},"w":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"132":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"113":{"tf":1.4142135623730951}}}}}}},"n":{"c":{"df":10,"docs":{"111":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"132":{"tf":1.0},"18":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":10,"docs":{"115":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":2.23606797749979},"20":{"tf":1.4142135623730951},"3":{"tf":1.0},"38":{"tf":1.4142135623730951},"45":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"82":{"tf":1.0}}}}}}}},"t":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"11":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0}}},"i":{"df":0,"docs":{},"l":{"=":{"1":{"0":{"0":{"0":{"df":1,"docs":{"78":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"0":{"0":{"df":1,"docs":{"116":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"116":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"5":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}},"3":{"0":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"4":{"5":{"df":1,"docs":{"105":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"89":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"90":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":7,"docs":{"132":{"tf":1.4142135623730951},"33":{"tf":1.0},"35":{"tf":1.0},"75":{"tf":1.0},"77":{"tf":1.7320508075688772},"89":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"82":{"tf":1.0}}}}},"d":{"df":3,"docs":{"38":{"tf":1.0},"61":{"tf":1.0},"80":{"tf":1.0}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"3":{"tf":1.4142135623730951},"40":{"tf":1.0}}},"r":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"116":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"79":{"tf":1.0}}}}}}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"13":{"tf":1.4142135623730951},"27":{"tf":1.0},"30":{"tf":1.0},"78":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"115":{"tf":1.4142135623730951},"14":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"39":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"116":{"tf":1.0}}}}}},"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"=":{"9":{"0":{"9":{"1":{"df":2,"docs":{"66":{"tf":1.0},"80":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"9":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":72,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.0},"11":{"tf":1.4142135623730951},"112":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.0},"123":{"tf":1.0},"125":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.0},"13":{"tf":1.7320508075688772},"130":{"tf":1.4142135623730951},"131":{"tf":1.0},"132":{"tf":2.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"2":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.7320508075688772},"27":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"3":{"tf":1.7320508075688772},"30":{"tf":1.0},"34":{"tf":2.449489742783178},"35":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"47":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"49":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.4142135623730951},"54":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":3.0},"67":{"tf":2.23606797749979},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.7320508075688772},"80":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"9":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":2.0},"93":{"tf":2.6457513110645907},"95":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951},"97":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"86":{"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":{"85":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"84":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"{":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":10,"docs":{"100":{"tf":1.0},"111":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"97":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"90":{"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":{"96":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"95":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"89":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"89":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"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":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":5,"docs":{"100":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"k":{"8":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"k":{"8":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"100":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{":":{":":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":5,"docs":{"100":{"tf":1.0},"111":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":6,"docs":{"111":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"{":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":3,"docs":{"100":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"—":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}}}}}}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{":":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":6,"docs":{"11":{"tf":1.0},"116":{"tf":1.0},"130":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":2.8284271247461903},"78":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"—":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"78":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"’":{"df":0,"docs":{},"r":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"18":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":1,"docs":{"9":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"24":{"tf":1.0},"56":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.0}}}}}}}}}}},"i":{"df":1,"docs":{"18":{"tf":1.0}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"e":{"df":14,"docs":{"0":{"tf":1.0},"105":{"tf":1.4142135623730951},"128":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"18":{"tf":2.0},"22":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.4142135623730951},"40":{"tf":1.0},"53":{"tf":1.4142135623730951},"58":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":10,"docs":{"112":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.0},"128":{"tf":1.0},"133":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":6,"docs":{"115":{"tf":1.0},"116":{"tf":1.4142135623730951},"14":{"tf":1.0},"53":{"tf":1.0},"76":{"tf":1.4142135623730951},"78":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"m":{"df":0,"docs":{},"p":{"/":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"116":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"78":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"78":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":4,"docs":{"130":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"71":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"78":{"tf":1.0}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"3":{"tf":1.0},"38":{"tf":1.0},"6":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"41":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"53":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"70":{"tf":1.0}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":27,"docs":{"101":{"tf":1.7320508075688772},"113":{"tf":1.4142135623730951},"123":{"tf":1.0},"126":{"tf":1.0},"133":{"tf":1.4142135623730951},"19":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"29":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.4142135623730951},"66":{"tf":1.0},"8":{"tf":1.4142135623730951},"82":{"tf":1.7320508075688772},"87":{"tf":1.0},"89":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951},"93":{"tf":1.0}},"y":{"(":{")":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"n":{")":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"m":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"g":{"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":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"89":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"133":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"9":{"tf":1.0}}}}}}},"df":7,"docs":{"15":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0},"61":{"tf":1.0},"75":{"tf":1.7320508075688772},"78":{"tf":1.0},"92":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"79":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"27":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"k":{"df":2,"docs":{"23":{"tf":1.0},"55":{"tf":1.4142135623730951}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"63":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":17,"docs":{"133":{"tf":1.4142135623730951},"19":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.4142135623730951},"61":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":7,"docs":{"34":{"tf":2.0},"8":{"tf":1.0},"88":{"tf":1.0},"92":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":29,"docs":{"0":{"tf":1.0},"103":{"tf":2.0},"111":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"126":{"tf":1.0},"132":{"tf":1.4142135623730951},"133":{"tf":1.7320508075688772},"17":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"19":{"tf":2.0},"20":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.4142135623730951},"39":{"tf":1.0},"43":{"tf":2.0},"44":{"tf":2.0},"45":{"tf":1.0},"48":{"tf":1.7320508075688772},"49":{"tf":1.4142135623730951},"50":{"tf":1.0},"54":{"tf":2.0},"55":{"tf":1.4142135623730951},"61":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.4142135623730951},"92":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"d":{"a":{"df":1,"docs":{"125":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"133":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"27":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"133":{"tf":1.4142135623730951},"37":{"tf":1.0},"6":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"112":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"132":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"40":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"40":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"57":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"40":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":2,"docs":{"132":{"tf":1.0},"14":{"tf":1.0}}}},"x":{"df":1,"docs":{"47":{"tf":1.4142135623730951}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":2,"docs":{"133":{"tf":1.0},"97":{"tf":1.0}}},"i":{"c":{"df":1,"docs":{"74":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"p":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"57":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":12,"docs":{"133":{"tf":1.0},"3":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"113":{"tf":1.0}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"62":{"tf":1.0},"74":{"tf":1.0},"79":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"113":{"tf":1.0},"79":{"tf":1.0},"90":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"75":{"tf":1.4142135623730951},"79":{"tf":1.0}}}}}},"p":{"df":6,"docs":{"115":{"tf":1.4142135623730951},"129":{"tf":1.0},"14":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"92":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"35":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"31":{"tf":1.0},"63":{"tf":1.0},"92":{"tf":1.0}}}},"df":42,"docs":{"100":{"tf":2.449489742783178},"103":{"tf":1.0},"111":{"tf":2.0},"115":{"tf":1.0},"116":{"tf":2.6457513110645907},"119":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.7320508075688772},"14":{"tf":1.0},"26":{"tf":1.0},"34":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":2.23606797749979},"43":{"tf":2.23606797749979},"44":{"tf":2.23606797749979},"45":{"tf":2.23606797749979},"48":{"tf":2.23606797749979},"49":{"tf":2.23606797749979},"50":{"tf":2.23606797749979},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":2.449489742783178},"8":{"tf":1.4142135623730951},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.4142135623730951},"86":{"tf":1.0},"89":{"tf":2.23606797749979},"90":{"tf":1.7320508075688772},"95":{"tf":1.7320508075688772},"96":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"20":{"tf":1.7320508075688772},"25":{"tf":1.0},"26":{"tf":1.0},"37":{"tf":1.0}},"s":{"(":{"1":{"0":{"df":2,"docs":{"43":{"tf":1.0},"45":{"tf":1.0}}},"5":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":5,"docs":{"103":{"tf":1.0},"111":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"5":{"0":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":3,"docs":{"113":{"tf":1.0},"120":{"tf":1.0},"126":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"z":{"df":2,"docs":{"89":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"91":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"27":{"tf":1.0},"32":{"tf":1.0}}}},"x":{"df":0,"docs":{},"o":{"df":1,"docs":{"133":{"tf":1.4142135623730951}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"115":{"tf":1.7320508075688772},"116":{"tf":2.0},"119":{"tf":1.0},"78":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"v":{"0":{".":{"3":{".":{"1":{"df":6,"docs":{"12":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"66":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"116":{"tf":1.0}}}}}},"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"(":{"2":{"df":4,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"43":{"tf":1.0}}},"3":{"df":8,"docs":{"101":{"tf":1.0},"111":{"tf":1.0},"19":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.0},"8":{"tf":1.0},"95":{"tf":1.0}}},"4":{"df":3,"docs":{"45":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{}},".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"116":{"tf":1.4142135623730951},"78":{"tf":1.0}}}}}},"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"9":{"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":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"66":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":31,"docs":{"0":{"tf":2.0},"101":{"tf":1.0},"115":{"tf":1.4142135623730951},"116":{"tf":3.3166247903554},"119":{"tf":1.0},"123":{"tf":1.0},"13":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":2.0},"15":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"40":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":2.0},"49":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"61":{"tf":1.0},"65":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":3.0},"82":{"tf":1.0},"89":{"tf":1.4142135623730951},"90":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":1,"docs":{"133":{"tf":1.0}}}},"r":{"df":1,"docs":{"113":{"tf":1.0}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":7,"docs":{"133":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"75":{"tf":1.4142135623730951},"79":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"66":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"c":{"!":{"[":{"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":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":1,"docs":{"89":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"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":{},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":1,"docs":{"89":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"121":{"tf":1.0},"74":{"tf":2.0}}}}},"df":0,"docs":{},"i":{"df":2,"docs":{"132":{"tf":1.0},"21":{"tf":1.0}},"f":{"df":4,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"55":{"tf":1.0},"77":{"tf":1.0}},"i":{"df":13,"docs":{"113":{"tf":1.4142135623730951},"116":{"tf":1.0},"119":{"tf":1.0},"122":{"tf":1.0},"125":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"133":{"tf":1.4142135623730951},"38":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"62":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"24":{"tf":1.0}}}}}},"i":{"a":{"df":19,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"112":{"tf":1.0},"12":{"tf":1.0},"133":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"55":{"tf":1.0},"62":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.7320508075688772},"72":{"tf":1.0},"78":{"tf":1.7320508075688772},"8":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"116":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"56":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":4,"docs":{"66":{"tf":1.0},"67":{"tf":1.0},"72":{"tf":1.0},"78":{"tf":1.4142135623730951}}}}}},"s":{"df":2,"docs":{"113":{"tf":1.0},"74":{"tf":1.0}}}},"w":{"[":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"23":{"tf":1.0}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"129":{"tf":1.0},"133":{"tf":1.4142135623730951},"23":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"97":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"132":{"tf":1.0},"18":{"tf":2.23606797749979},"39":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":18,"docs":{"102":{"tf":1.4142135623730951},"103":{"tf":1.0},"113":{"tf":1.7320508075688772},"120":{"tf":1.0},"126":{"tf":1.4142135623730951},"132":{"tf":1.0},"133":{"tf":1.0},"26":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"55":{"tf":1.7320508075688772},"61":{"tf":1.0},"62":{"tf":1.0},"8":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"92":{"tf":1.0}},"s":{"(":{"1":{"0":{"0":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"0":{"df":2,"docs":{"43":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}},"3":{"0":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}},"5":{"0":{"df":5,"docs":{"102":{"tf":1.0},"111":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":3,"docs":{"113":{"tf":1.0},"120":{"tf":1.0},"126":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"62":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"75":{"tf":1.0}}}},"s":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"127":{"tf":1.0}}}}}},"y":{"df":1,"docs":{"17":{"tf":1.0}}}},"df":1,"docs":{"23":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"39":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"133":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"l":{"d":{"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"116":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":10,"docs":{"113":{"tf":1.0},"125":{"tf":1.0},"133":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.4142135623730951},"35":{"tf":1.0},"38":{"tf":1.0},"56":{"tf":1.0},"82":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":4,"docs":{"113":{"tf":1.0},"59":{"tf":1.0},"84":{"tf":1.0},"91":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"91":{"tf":1.0}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"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":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"2":{"0":{"df":2,"docs":{"107":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}},"8":{"0":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"0":{"0":{"df":1,"docs":{"49":{"tf":1.0}}},"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":1,"docs":{"21":{"tf":1.0}}},"6":{"0":{"df":4,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}},"9":{"0":{"df":3,"docs":{"111":{"tf":1.0},"44":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":2,"docs":{"125":{"tf":1.0},"133":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"0":{"df":1,"docs":{"91":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"128":{"tf":1.0},"20":{"tf":1.0},"53":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":4,"docs":{"1":{"tf":1.0},"24":{"tf":1.0},"66":{"tf":1.0},"72":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"113":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"k":{"df":9,"docs":{"113":{"tf":1.0},"115":{"tf":1.0},"17":{"tf":1.0},"3":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":7,"docs":{"117":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"71":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":58,"docs":{"1":{"tf":1.0},"103":{"tf":1.4142135623730951},"104":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"119":{"tf":1.0},"12":{"tf":1.0},"123":{"tf":1.0},"125":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951},"128":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":2.0},"133":{"tf":2.23606797749979},"23":{"tf":2.23606797749979},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"37":{"tf":2.0},"38":{"tf":2.0},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0},"6":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"68":{"tf":1.0},"72":{"tf":1.0},"8":{"tf":2.0},"82":{"tf":2.23606797749979},"84":{"tf":1.4142135623730951},"85":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.4142135623730951},"89":{"tf":2.23606797749979},"90":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.7320508075688772},"97":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"26":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"115":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":7,"docs":{"14":{"tf":1.0},"16":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"66":{"tf":1.0},"76":{"tf":1.4142135623730951},"78":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"78":{"tf":1.0}}}}}}}}},"x":{"df":2,"docs":{"66":{"tf":1.4142135623730951},"70":{"tf":1.0}}},"y":{"df":0,"docs":{},"e":{"df":2,"docs":{"132":{"tf":1.0},"9":{"tf":1.0}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"96":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"95":{"tf":1.0}}}}}}},"df":1,"docs":{"95":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"97":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"97":{"tf":1.0}}}}}},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"96":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"95":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":1,"docs":{"95":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"’":{"df":0,"docs":{},"r":{"df":2,"docs":{"79":{"tf":1.0},"93":{"tf":1.0}}}}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"133":{"tf":1.0}}}}}}}},"breadcrumbs":{"root":{"0":{".":{"2":{"0":{"2":{"4":{"df":2,"docs":{"115":{"tf":1.0},"116":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"df":3,"docs":{"132":{"tf":1.0},"18":{"tf":1.4142135623730951},"21":{"tf":1.7320508075688772}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"78":{"tf":1.0}}}}}},"1":{"df":0,"docs":{},"t":{"1":{"0":{"df":2,"docs":{"115":{"tf":1.0},"116":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":4,"docs":{"115":{"tf":1.4142135623730951},"116":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"78":{"tf":2.449489742783178}}},"1":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"78":{"tf":1.0}}}}}},"0":{"0":{"df":1,"docs":{"116":{"tf":1.4142135623730951}}},"df":1,"docs":{"48":{"tf":1.0}}},"2":{"0":{"df":2,"docs":{"107":{"tf":1.0},"132":{"tf":1.0}}},"7":{".":{"0":{".":{"0":{".":{"1":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"115":{"tf":1.0},"116":{"tf":1.0}}},"4":{"df":1,"docs":{"132":{"tf":1.0}}},"df":9,"docs":{"104":{"tf":1.0},"111":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.7320508075688772},"118":{"tf":1.4142135623730951},"65":{"tf":1.4142135623730951},"70":{"tf":1.0},"76":{"tf":1.4142135623730951},"78":{"tf":2.0}}},"2":{"0":{"df":2,"docs":{"103":{"tf":1.0},"48":{"tf":1.0}}},"7":{"df":3,"docs":{"132":{"tf":1.0},"18":{"tf":1.4142135623730951},"21":{"tf":1.0}}},">":{"&":{"1":{"df":1,"docs":{"116":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":10,"docs":{"104":{"tf":1.0},"111":{"tf":1.0},"119":{"tf":1.4142135623730951},"123":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.7320508075688772},"47":{"tf":1.7320508075688772},"70":{"tf":1.0}},"s":{"df":3,"docs":{"132":{"tf":1.7320508075688772},"18":{"tf":1.0},"21":{"tf":1.4142135623730951}}}},"3":{"0":{"df":5,"docs":{"115":{"tf":1.0},"116":{"tf":1.0},"132":{"tf":1.4142135623730951},"18":{"tf":1.0},"48":{"tf":1.0}}},"df":2,"docs":{"120":{"tf":1.4142135623730951},"47":{"tf":1.0}}},"4":{"0":{"df":1,"docs":{"132":{"tf":1.0}}},"5":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"115":{"tf":1.0},"116":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":3,"docs":{"121":{"tf":1.4142135623730951},"132":{"tf":1.0},"47":{"tf":1.4142135623730951}}},"5":{"0":{"df":1,"docs":{"102":{"tf":1.0}}},"4":{"df":1,"docs":{"132":{"tf":1.0}}},"df":7,"docs":{"103":{"tf":1.0},"111":{"tf":1.0},"122":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"48":{"tf":1.0}}},"6":{"0":{"df":3,"docs":{"132":{"tf":1.0},"18":{"tf":1.4142135623730951},"65":{"tf":1.0}}},"df":1,"docs":{"123":{"tf":1.4142135623730951}}},"9":{"0":{"9":{"0":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}},"df":3,"docs":{"132":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":9,"docs":{"110":{"tf":1.0},"111":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"89":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"a":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"133":{"tf":1.0}}}},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"119":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"81":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":10,"docs":{"115":{"tf":1.0},"116":{"tf":1.7320508075688772},"15":{"tf":1.4142135623730951},"33":{"tf":1.0},"41":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"78":{"tf":1.7320508075688772},"80":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"102":{"tf":1.0},"132":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"133":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"133":{"tf":1.4142135623730951},"19":{"tf":1.0},"52":{"tf":1.0},"82":{"tf":1.0},"89":{"tf":1.0}}}},"v":{"df":12,"docs":{"18":{"tf":1.4142135623730951},"21":{"tf":1.0},"23":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.4142135623730951},"79":{"tf":1.0},"82":{"tf":1.0},"89":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":2,"docs":{"21":{"tf":1.0},"53":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"37":{"tf":1.0},"39":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"116":{"tf":1.4142135623730951},"119":{"tf":1.0},"20":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}},"d":{"df":11,"docs":{"116":{"tf":1.0},"119":{"tf":1.0},"34":{"tf":2.0},"39":{"tf":1.0},"40":{"tf":1.0},"78":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.4142135623730951},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"120":{"tf":1.0},"66":{"tf":1.0},"84":{"tf":1.0}}}}}}},"df":10,"docs":{"82":{"tf":1.0},"84":{"tf":1.7320508075688772},"85":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"122":{"tf":1.0},"21":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":13,"docs":{"132":{"tf":1.0},"46":{"tf":2.0},"47":{"tf":1.0},"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},"55":{"tf":1.0},"70":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"85":{"tf":1.0}}},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"113":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":4,"docs":{"132":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.4142135623730951},"56":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":29,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"95":{"tf":1.7320508075688772},"96":{"tf":1.4142135623730951},"97":{"tf":1.0}}}}}}},"df":4,"docs":{"125":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"40":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"129":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"a":{"df":0,"docs":{},"y":{"df":4,"docs":{"116":{"tf":1.0},"132":{"tf":1.0},"21":{"tf":1.0},"72":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"78":{"tf":1.0}}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":8,"docs":{"27":{"tf":2.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"129":{"tf":1.0},"45":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"i":{"df":21,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"122":{"tf":1.0},"15":{"tf":1.0},"29":{"tf":1.0},"55":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.7320508075688772},"80":{"tf":1.7320508075688772},"93":{"tf":1.0},"99":{"tf":1.7320508075688772}}},"p":{"=":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":4,"docs":{"115":{"tf":1.0},"116":{"tf":3.0},"119":{"tf":1.4142135623730951},"78":{"tf":2.449489742783178}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":36,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.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.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"98":{"tf":1.7320508075688772},"99":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":18,"docs":{"101":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"111":{"tf":1.7320508075688772},"17":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"19":{"tf":2.23606797749979},"38":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772},"48":{"tf":1.4142135623730951},"49":{"tf":1.7320508075688772},"50":{"tf":1.7320508075688772},"8":{"tf":1.7320508075688772},"95":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"2":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"132":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":13,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.7320508075688772},"15":{"tf":1.0},"4":{"tf":1.7320508075688772},"5":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"131":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"80":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":10,"docs":{"46":{"tf":1.0},"47":{"tf":1.0},"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},"55":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"22":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"26":{"tf":1.0},"82":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":14,"docs":{"106":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"21":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.0},"40":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"62":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.0}}}},"t":{"df":21,"docs":{"10":{"tf":1.4142135623730951},"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"12":{"tf":1.4142135623730951},"120":{"tf":1.0},"125":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"130":{"tf":1.7320508075688772},"131":{"tf":1.7320508075688772},"27":{"tf":1.4142135623730951},"30":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.7320508075688772},"67":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"71":{"tf":1.0},"72":{"tf":1.7320508075688772},"92":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":3,"docs":{"0":{"tf":1.0},"116":{"tf":1.0},"21":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"18":{"tf":1.0},"39":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{":":{":":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"89":{"tf":1.0},"90":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":5,"docs":{"89":{"tf":1.0},"90":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":14,"docs":{"111":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"84":{"tf":1.0},"89":{"tf":1.4142135623730951},"90":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"82":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"23":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"1":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.7320508075688772},"56":{"tf":1.0}}}}},"o":{"df":2,"docs":{"133":{"tf":1.0},"78":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"115":{"tf":1.0},"71":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{}}}},"x":{"df":1,"docs":{"119":{"tf":1.0}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":19,"docs":{"0":{"tf":1.4142135623730951},"127":{"tf":1.4142135623730951},"132":{"tf":1.0},"133":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"56":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.4142135623730951},"67":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0},"92":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":8,"docs":{"112":{"tf":1.0},"20":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"57":{"tf":1.0},"62":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}}}}},"b":{"(":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"5":{"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":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":8,"docs":{"23":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"6":{"tf":1.0},"86":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}}}}},"d":{"df":4,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"54":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":3,"docs":{"130":{"tf":1.0},"131":{"tf":1.0},"72":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"133":{"tf":1.0},"55":{"tf":2.23606797749979},"59":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":4,"docs":{"133":{"tf":1.0},"18":{"tf":1.0},"40":{"tf":1.0},"57":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"123":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"116":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"c":{"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{}}}},"df":1,"docs":{"5":{"tf":1.0}},"e":{"c":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"119":{"tf":1.0},"90":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"128":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":6,"docs":{"119":{"tf":1.0},"127":{"tf":1.0},"133":{"tf":1.4142135623730951},"40":{"tf":1.0},"62":{"tf":1.0},"82":{"tf":1.0}}}}},"g":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"119":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"61":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":9,"docs":{"113":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"133":{"tf":1.0}}}},"w":{"df":2,"docs":{"41":{"tf":1.0},"66":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"40":{"tf":1.7320508075688772},"58":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"63":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":9,"docs":{"105":{"tf":1.4142135623730951},"113":{"tf":1.0},"128":{"tf":1.0},"133":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.0},"40":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"116":{"tf":1.0}}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":11,"docs":{"14":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.0},"41":{"tf":1.4142135623730951},"62":{"tf":1.0},"7":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951},"9":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0}}}}},"d":{"df":1,"docs":{"120":{"tf":1.0}}},"df":14,"docs":{"116":{"tf":1.7320508075688772},"121":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0},"74":{"tf":2.0},"75":{"tf":1.0},"78":{"tf":2.0},"79":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"b":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"2":{"df":4,"docs":{"104":{"tf":1.0},"111":{"tf":1.0},"44":{"tf":1.0},"8":{"tf":1.0}}},"3":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":7,"docs":{"0":{"tf":1.4142135623730951},"104":{"tf":1.0},"111":{"tf":1.0},"133":{"tf":2.23606797749979},"20":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0}}},"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"80":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":26,"docs":{"0":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.4142135623730951},"106":{"tf":1.0},"111":{"tf":1.7320508075688772},"113":{"tf":1.7320508075688772},"125":{"tf":1.4142135623730951},"132":{"tf":2.8284271247461903},"133":{"tf":2.8284271247461903},"17":{"tf":1.0},"18":{"tf":3.4641016151377544},"19":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"21":{"tf":2.8284271247461903},"23":{"tf":1.4142135623730951},"35":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.4142135623730951},"40":{"tf":1.0},"42":{"tf":1.0},"53":{"tf":2.0},"54":{"tf":1.0},"65":{"tf":1.0},"82":{"tf":1.0},"86":{"tf":1.0},"92":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}},"f":{"df":0,"docs":{},"e":{"df":2,"docs":{"133":{"tf":1.0},"53":{"tf":1.0}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":3,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"27":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":8,"docs":{"115":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"44":{"tf":1.0},"63":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"82":{"tf":1.0}}}}},"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":8,"docs":{"111":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"18":{"tf":1.0},"24":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"a":{"d":{"df":1,"docs":{"82":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"20":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":25,"docs":{"108":{"tf":1.7320508075688772},"111":{"tf":1.0},"130":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"23":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"71":{"tf":1.0},"72":{"tf":1.4142135623730951},"8":{"tf":1.0},"82":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":21,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"27":{"tf":1.7320508075688772},"29":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.0},"8":{"tf":1.7320508075688772},"93":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":2.0}}}}},"df":0,"docs":{},"t":{"df":9,"docs":{"11":{"tf":1.0},"130":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"41":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":5,"docs":{"39":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"89":{"tf":1.7320508075688772},"91":{"tf":1.0}}}},"df":0,"docs":{}}}},"c":{"(":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"5":{"tf":1.0}}}}}}}}},"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":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"20":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"113":{"tf":1.0},"133":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"18":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"l":{"df":3,"docs":{"127":{"tf":1.4142135623730951},"133":{"tf":1.0},"91":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"89":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"113":{"tf":1.0}}}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"105":{"tf":1.0},"133":{"tf":1.0},"46":{"tf":1.0},"82":{"tf":1.0},"93":{"tf":2.0}}}},"c":{"df":1,"docs":{"113":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"132":{"tf":1.0},"56":{"tf":1.0},"82":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":14,"docs":{"116":{"tf":1.7320508075688772},"121":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0},"74":{"tf":2.0},"75":{"tf":1.0},"78":{"tf":2.0},"79":{"tf":1.0}}}}},"t":{"df":1,"docs":{"115":{"tf":1.0}}},"u":{"df":0,"docs":{},"s":{"df":13,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"125":{"tf":1.4142135623730951},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"133":{"tf":1.0},"57":{"tf":1.0},"62":{"tf":1.0},"7":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"76":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":1,"docs":{"5":{"tf":1.0}},"f":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"27":{"tf":1.0},"30":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":1,"docs":{"13":{"tf":1.0}}},"df":0,"docs":{}}}}}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"77":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"77":{"tf":1.0}}}}}}}}}},"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"99":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"133":{"tf":1.0},"52":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"1":{"tf":1.0},"21":{"tf":1.0},"78":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{"df":4,"docs":{"104":{"tf":1.0},"111":{"tf":1.0},"44":{"tf":1.0},"8":{"tf":1.0}}},"2":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"133":{"tf":1.0}}},"df":0,"docs":{}}}},"df":5,"docs":{"0":{"tf":1.0},"104":{"tf":1.0},"111":{"tf":1.0},"133":{"tf":2.23606797749979},"37":{"tf":1.0}}}}}},"o":{"df":23,"docs":{"105":{"tf":2.23606797749979},"113":{"tf":2.23606797749979},"127":{"tf":1.4142135623730951},"132":{"tf":1.7320508075688772},"133":{"tf":1.4142135623730951},"19":{"tf":2.449489742783178},"26":{"tf":1.0},"27":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"45":{"tf":2.0},"47":{"tf":1.0},"50":{"tf":1.7320508075688772},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"66":{"tf":1.7320508075688772},"67":{"tf":1.4142135623730951},"8":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"19":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"45":{"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":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":6,"docs":{"100":{"tf":1.0},"29":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0},"92":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"82":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"17":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":20,"docs":{"113":{"tf":1.4142135623730951},"116":{"tf":1.0},"118":{"tf":1.4142135623730951},"119":{"tf":1.7320508075688772},"121":{"tf":1.4142135623730951},"125":{"tf":1.0},"128":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"23":{"tf":1.0},"3":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"55":{"tf":1.0},"6":{"tf":1.4142135623730951},"62":{"tf":1.0},"89":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"26":{"tf":1.0},"62":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"66":{"tf":1.4142135623730951},"70":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"40":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"35":{"tf":1.4142135623730951},"40":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"23":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}}}}},"i":{"df":9,"docs":{"18":{"tf":1.0},"24":{"tf":1.0},"40":{"tf":1.7320508075688772},"56":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":2.449489742783178},"71":{"tf":1.7320508075688772}},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":18,"docs":{"11":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"12":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"128":{"tf":1.0},"130":{"tf":1.4142135623730951},"131":{"tf":2.23606797749979},"27":{"tf":1.4142135623730951},"30":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":2.0},"67":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"70":{"tf":2.23606797749979},"71":{"tf":1.7320508075688772},"92":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":11,"docs":{"112":{"tf":1.0},"12":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"27":{"tf":1.4142135623730951},"32":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.7320508075688772},"70":{"tf":1.4142135623730951},"71":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"87":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"24":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"39":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"113":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":5,"docs":{"115":{"tf":1.4142135623730951},"129":{"tf":1.0},"14":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":9,"docs":{"129":{"tf":1.0},"133":{"tf":1.0},"17":{"tf":1.0},"23":{"tf":1.0},"6":{"tf":1.0},"78":{"tf":1.0},"82":{"tf":1.0},"86":{"tf":1.0},"97":{"tf":1.0}},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"86":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"r":{"df":7,"docs":{"1":{"tf":1.0},"24":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"62":{"tf":1.0},"82":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"|":{"df":2,"docs":{"89":{"tf":1.0},"90":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":4,"docs":{"84":{"tf":1.0},"89":{"tf":1.7320508075688772},"90":{"tf":1.7320508075688772},"92":{"tf":1.0}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"132":{"tf":1.0},"18":{"tf":2.0},"39":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":20,"docs":{"1":{"tf":1.0},"133":{"tf":1.0},"24":{"tf":1.4142135623730951},"27":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"5":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.4142135623730951},"60":{"tf":1.7320508075688772},"62":{"tf":1.0},"67":{"tf":2.23606797749979},"7":{"tf":1.0},"72":{"tf":1.0},"82":{"tf":1.0},"9":{"tf":1.0}},"—":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"82":{"tf":1.0}}}}}}}}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"41":{"tf":1.0},"80":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"21":{"tf":1.4142135623730951}},"i":{"c":{"df":0,"docs":{},"i":{"df":3,"docs":{"132":{"tf":1.0},"18":{"tf":1.4142135623730951},"21":{"tf":1.0}}}},"df":0,"docs":{}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"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":{"38":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"80":{"tf":1.0}}}}}}}}},"df":5,"docs":{"38":{"tf":1.0},"53":{"tf":1.0},"78":{"tf":1.4142135623730951},"79":{"tf":1.0},"80":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"133":{"tf":1.0},"25":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"6":{"tf":1.0},"82":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"115":{"tf":1.0},"119":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"68":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":7,"docs":{"113":{"tf":1.0},"120":{"tf":1.0},"124":{"tf":1.4142135623730951},"39":{"tf":1.0},"61":{"tf":1.4142135623730951},"74":{"tf":1.0},"77":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"123":{"tf":1.4142135623730951},"40":{"tf":1.0},"56":{"tf":1.0}}},"t":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":11,"docs":{"0":{"tf":1.0},"111":{"tf":1.4142135623730951},"23":{"tf":1.0},"26":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"55":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.4142135623730951}}},"x":{"df":1,"docs":{"78":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"133":{"tf":1.4142135623730951},"14":{"tf":1.0},"3":{"tf":1.0},"6":{"tf":1.4142135623730951},"74":{"tf":1.0}}},"s":{"df":37,"docs":{"0":{"tf":1.0},"109":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.7320508075688772},"116":{"tf":2.449489742783178},"119":{"tf":1.4142135623730951},"122":{"tf":1.0},"129":{"tf":1.0},"13":{"tf":1.4142135623730951},"132":{"tf":1.0},"133":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.7320508075688772},"29":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"47":{"tf":1.7320508075688772},"56":{"tf":1.0},"59":{"tf":1.4142135623730951},"6":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"66":{"tf":1.7320508075688772},"67":{"tf":1.0},"7":{"tf":1.0},"72":{"tf":1.0},"78":{"tf":2.449489742783178},"80":{"tf":1.0},"82":{"tf":1.0},"9":{"tf":1.4142135623730951},"92":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":2,"docs":{"13":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"/":{"df":0,"docs":{},"k":{"8":{"df":3,"docs":{"115":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"=":{"1":{"df":0,"docs":{},"x":{"1":{"df":1,"docs":{"66":{"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":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":3,"docs":{"116":{"tf":1.0},"66":{"tf":1.0},"78":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":6,"docs":{"26":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.0},"41":{"tf":1.0},"7":{"tf":1.0},"92":{"tf":1.0}}}},"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"=":{"1":{"2":{"7":{".":{"0":{".":{"0":{".":{"1":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"=":{"1":{"df":3,"docs":{"116":{"tf":1.0},"66":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":12,"docs":{"113":{"tf":1.0},"127":{"tf":1.4142135623730951},"133":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0},"63":{"tf":1.7320508075688772},"66":{"tf":1.0},"67":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":1.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":5,"docs":{"109":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":4,"docs":{"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0}},"u":{"df":2,"docs":{"2":{"tf":1.0},"56":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"19":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.0},"40":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"38":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"133":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0},"82":{"tf":1.0},"90":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"3":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"132":{"tf":1.0},"21":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":14,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"116":{"tf":1.0},"13":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":2.23606797749979},"29":{"tf":1.4142135623730951},"30":{"tf":1.0},"34":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":20,"docs":{"101":{"tf":1.0},"123":{"tf":1.0},"131":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"18":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"62":{"tf":1.0},"67":{"tf":1.0},"74":{"tf":1.0},"8":{"tf":1.4142135623730951},"82":{"tf":1.0},"87":{"tf":1.0},"92":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"113":{"tf":1.0},"90":{"tf":1.4142135623730951}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"113":{"tf":1.0},"120":{"tf":1.0},"128":{"tf":1.0}}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"101":{"tf":1.0},"120":{"tf":1.0},"128":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":21,"docs":{"0":{"tf":1.0},"113":{"tf":1.0},"123":{"tf":1.0},"125":{"tf":1.4142135623730951},"132":{"tf":1.0},"133":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":1.0},"18":{"tf":1.4142135623730951},"21":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.7320508075688772},"43":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"80":{"tf":1.0},"92":{"tf":1.0}},"s":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"e":{",":{"d":{"a":{"=":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":2,"docs":{"33":{"tf":1.0},"75":{"tf":1.0}}}}},"df":0,"docs":{}}},"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":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"18":{"tf":1.0},"21":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"55":{"tf":1.0}}}}},"i":{"d":{"df":1,"docs":{"84":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"35":{"tf":1.0},"57":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"53":{"tf":1.4142135623730951},"55":{"tf":1.0},"86":{"tf":1.0},"98":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"116":{"tf":1.0},"75":{"tf":1.0}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"108":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"df":5,"docs":{"26":{"tf":1.0},"53":{"tf":1.0},"7":{"tf":1.0},"80":{"tf":1.4142135623730951},"92":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"80":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":11,"docs":{"115":{"tf":2.23606797749979},"116":{"tf":3.0},"119":{"tf":1.0},"133":{"tf":1.4142135623730951},"14":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"59":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"78":{"tf":3.1622776601683795}},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"115":{"tf":1.0}}},"df":0,"docs":{}}}},"df":2,"docs":{"1":{"tf":1.0},"63":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"115":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"35":{"tf":1.0},"36":{"tf":1.7320508075688772},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.7320508075688772}}}},"x":{"df":0,"docs":{},"t":{"df":3,"docs":{"0":{"tf":1.7320508075688772},"82":{"tf":1.0},"93":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":4,"docs":{"106":{"tf":1.0},"133":{"tf":1.0},"38":{"tf":1.0},"49":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"81":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":19,"docs":{"105":{"tf":1.0},"113":{"tf":1.0},"127":{"tf":2.0},"133":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.4142135623730951},"45":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"74":{"tf":1.0},"82":{"tf":1.0},"9":{"tf":1.4142135623730951},"97":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"59":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"52":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":4,"docs":{"105":{"tf":1.0},"133":{"tf":1.0},"23":{"tf":1.0},"82":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"82":{"tf":1.0},"92":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"i":{"df":5,"docs":{"130":{"tf":1.0},"131":{"tf":1.0},"66":{"tf":1.0},"70":{"tf":1.0},"78":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"e":{"df":10,"docs":{"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.7320508075688772},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.7320508075688772},"5":{"tf":1.4142135623730951},"92":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"133":{"tf":1.0},"55":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"56":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"113":{"tf":1.0},"126":{"tf":1.0},"21":{"tf":1.0},"39":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"26":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}}}}},"p":{"df":6,"docs":{"130":{"tf":1.0},"131":{"tf":1.0},"66":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"78":{"tf":1.0}},"u":{"df":1,"docs":{"66":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"116":{"tf":2.23606797749979},"54":{"tf":1.0},"78":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":12,"docs":{"24":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.4142135623730951},"34":{"tf":1.0},"81":{"tf":1.0},"92":{"tf":2.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"133":{"tf":1.4142135623730951},"19":{"tf":1.0},"35":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":5,"docs":{"132":{"tf":1.0},"133":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"c":{"df":2,"docs":{"66":{"tf":1.0},"74":{"tf":1.0}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"a":{"df":2,"docs":{"133":{"tf":1.0},"77":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"68":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"t":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"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":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"0":{"df":2,"docs":{"15":{"tf":1.0},"80":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"(":{")":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"33":{"tf":1.0},"80":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":4,"docs":{"89":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"95":{"tf":1.0},"96":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":1,"docs":{"122":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"116":{"tf":1.0},"52":{"tf":1.0},"87":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":7,"docs":{"34":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"69":{"tf":1.0},"88":{"tf":1.0},"97":{"tf":1.0}}}}}}}},"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"5":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"[":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"23":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"a":{"_":{"a":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":30,"docs":{"0":{"tf":2.23606797749979},"104":{"tf":2.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"12":{"tf":1.0},"125":{"tf":1.7320508075688772},"128":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":2.0},"14":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"27":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":2.23606797749979},"47":{"tf":1.0},"49":{"tf":1.4142135623730951},"62":{"tf":1.0},"65":{"tf":1.0},"68":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.7320508075688772},"8":{"tf":1.4142135623730951},"80":{"tf":1.0},"87":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"63":{"tf":1.0},"66":{"tf":1.0}}}}}},"t":{"a":{"df":12,"docs":{"0":{"tf":2.0},"132":{"tf":1.0},"133":{"tf":2.23606797749979},"23":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"6":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"92":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"23":{"tf":1.0},"5":{"tf":1.0}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"116":{"tf":1.0}}}}}},"df":8,"docs":{"116":{"tf":1.0},"117":{"tf":1.4142135623730951},"19":{"tf":1.0},"58":{"tf":1.0},"66":{"tf":1.0},"75":{"tf":1.4142135623730951},"78":{"tf":1.0},"80":{"tf":1.0}},"g":{"df":2,"docs":{"22":{"tf":1.0},"98":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"23":{"tf":1.0},"35":{"tf":1.0}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"r":{"df":8,"docs":{"133":{"tf":1.0},"17":{"tf":1.7320508075688772},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"82":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"81":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"91":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":24,"docs":{"11":{"tf":1.0},"115":{"tf":1.7320508075688772},"116":{"tf":1.4142135623730951},"12":{"tf":1.0},"132":{"tf":1.7320508075688772},"14":{"tf":1.4142135623730951},"15":{"tf":1.0},"18":{"tf":1.7320508075688772},"19":{"tf":1.0},"21":{"tf":1.7320508075688772},"39":{"tf":1.0},"65":{"tf":2.23606797749979},"66":{"tf":1.7320508075688772},"69":{"tf":1.0},"70":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":2.0},"79":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0},"87":{"tf":1.0},"89":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"35":{"tf":1.0},"8":{"tf":1.0},"82":{"tf":1.0},"92":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"38":{"tf":1.0},"39":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"27":{"tf":1.7320508075688772}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":6,"docs":{"26":{"tf":1.0},"31":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"97":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":32,"docs":{"109":{"tf":2.23606797749979},"111":{"tf":1.0},"118":{"tf":1.0},"133":{"tf":1.4142135623730951},"17":{"tf":1.0},"23":{"tf":1.4142135623730951},"24":{"tf":1.0},"26":{"tf":1.7320508075688772},"27":{"tf":1.4142135623730951},"29":{"tf":2.0},"30":{"tf":1.0},"34":{"tf":1.4142135623730951},"4":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":2.0},"6":{"tf":1.4142135623730951},"60":{"tf":1.0},"7":{"tf":1.4142135623730951},"72":{"tf":1.0},"74":{"tf":1.0},"82":{"tf":1.4142135623730951},"9":{"tf":2.0},"92":{"tf":1.7320508075688772},"93":{"tf":1.4142135623730951},"97":{"tf":2.0}},"e":{"df":0,"docs":{},"r":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"(":{"&":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":9,"docs":{"110":{"tf":1.0},"111":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"118":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"84":{"tf":1.0},"89":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":6,"docs":{"119":{"tf":1.0},"17":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.4142135623730951},"6":{"tf":1.0},"82":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":4,"docs":{"133":{"tf":1.0},"26":{"tf":1.0},"55":{"tf":1.0},"82":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"24":{"tf":1.7320508075688772}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":6,"docs":{"131":{"tf":1.0},"15":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"62":{"tf":1.0},"97":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"19":{"tf":1.7320508075688772},"22":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"113":{"tf":1.0},"132":{"tf":1.0},"19":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951},"40":{"tf":1.0}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":21,"docs":{"24":{"tf":1.0},"40":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"81":{"tf":1.7320508075688772},"82":{"tf":2.23606797749979},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":2,"docs":{"128":{"tf":1.0},"129":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"132":{"tf":1.0},"25":{"tf":1.0},"56":{"tf":1.0},"74":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"58":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":9,"docs":{"115":{"tf":1.7320508075688772},"14":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.4142135623730951},"65":{"tf":1.0},"67":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.4142135623730951},"78":{"tf":2.0}}}}}}},"df":0,"docs":{}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"133":{"tf":1.0},"15":{"tf":1.0},"75":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"59":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"98":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":7,"docs":{"0":{"tf":1.0},"104":{"tf":1.0},"111":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.4142135623730951},"77":{"tf":1.0},"87":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"37":{"tf":1.0},"74":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"62":{"tf":1.0},"81":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"8":{"df":2,"docs":{"27":{"tf":1.0},"30":{"tf":1.0}}},"df":0,"docs":{}}},"df":26,"docs":{"109":{"tf":1.0},"11":{"tf":1.4142135623730951},"115":{"tf":2.0},"116":{"tf":2.8284271247461903},"119":{"tf":1.0},"129":{"tf":1.7320508075688772},"13":{"tf":1.0},"130":{"tf":1.0},"14":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"29":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"59":{"tf":1.4142135623730951},"6":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.7320508075688772},"66":{"tf":1.0},"67":{"tf":1.7320508075688772},"7":{"tf":1.0},"78":{"tf":3.3166247903554},"9":{"tf":1.0},"92":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"27":{"tf":1.0},"40":{"tf":1.0},"92":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"\'":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}},"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":5,"docs":{"126":{"tf":1.0},"127":{"tf":1.0},"21":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"116":{"tf":1.4142135623730951}}},"’":{"df":0,"docs":{},"t":{"df":4,"docs":{"113":{"tf":1.0},"127":{"tf":1.0},"132":{"tf":1.0},"89":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"129":{"tf":1.0},"23":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":2,"docs":{"116":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"45":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"[":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}},"df":7,"docs":{"23":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"89":{"tf":1.0}},"n":{"df":1,"docs":{"36":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"l":{"df":9,"docs":{"26":{"tf":1.0},"27":{"tf":1.0},"34":{"tf":1.0},"39":{"tf":1.0},"84":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"128":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"t":{"df":15,"docs":{"107":{"tf":1.4142135623730951},"113":{"tf":1.0},"132":{"tf":1.4142135623730951},"133":{"tf":2.23606797749979},"18":{"tf":1.4142135623730951},"21":{"tf":2.23606797749979},"22":{"tf":1.0},"23":{"tf":1.0},"35":{"tf":1.0},"40":{"tf":1.0},"49":{"tf":1.0},"56":{"tf":1.0},"65":{"tf":1.0},"82":{"tf":1.0},"93":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":6,"docs":{"125":{"tf":1.0},"133":{"tf":1.4142135623730951},"23":{"tf":1.0},"53":{"tf":1.0},"72":{"tf":1.4142135623730951},"90":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"89":{"tf":1.7320508075688772},"90":{"tf":1.0},"95":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}}}}}}}}}},"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"5":{"tf":1.0}}}},"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":10,"docs":{"115":{"tf":1.4142135623730951},"123":{"tf":1.0},"133":{"tf":1.4142135623730951},"33":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"75":{"tf":1.0},"84":{"tf":1.0},"87":{"tf":1.0},"89":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"89":{"tf":1.0}}}}}}},"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"23":{"tf":1.0}}}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":8,"docs":{"133":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0},"6":{"tf":1.0},"76":{"tf":1.0},"92":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"62":{"tf":1.0}}}}},"s":{"df":1,"docs":{"59":{"tf":1.0}},"i":{"df":1,"docs":{"35":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":1,"docs":{"116":{"tf":1.0}}}}},"df":2,"docs":{"23":{"tf":1.0},"5":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"16":{"tf":1.0},"35":{"tf":1.0},"75":{"tf":1.0}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"133":{"tf":1.0},"77":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"b":{"df":2,"docs":{"11":{"tf":1.0},"66":{"tf":1.0}},"o":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"16":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":10,"docs":{"0":{"tf":1.0},"105":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"33":{"tf":1.0},"39":{"tf":1.0},"65":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":8,"docs":{"105":{"tf":1.7320508075688772},"127":{"tf":1.4142135623730951},"19":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"8":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"d":{"df":2,"docs":{"44":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":7,"docs":{"122":{"tf":1.4142135623730951},"15":{"tf":1.7320508075688772},"75":{"tf":1.4142135623730951},"79":{"tf":1.0},"80":{"tf":1.4142135623730951},"86":{"tf":1.0},"9":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"80":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"132":{"tf":1.0},"21":{"tf":1.0},"82":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"26":{"tf":1.0},"3":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":5,"docs":{"125":{"tf":1.0},"126":{"tf":1.0},"21":{"tf":1.4142135623730951},"35":{"tf":1.0},"82":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":12,"docs":{"0":{"tf":1.0},"119":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"133":{"tf":1.4142135623730951},"54":{"tf":1.0},"56":{"tf":1.0},"62":{"tf":1.0},"67":{"tf":1.0},"82":{"tf":1.4142135623730951},"87":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"27":{"tf":1.0},"7":{"tf":1.4142135623730951},"92":{"tf":1.0}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"27":{"tf":1.0},"30":{"tf":1.0}}}}}}}}}},"v":{"df":1,"docs":{"113":{"tf":1.0}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":23,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.4142135623730951},"35":{"tf":1.0},"40":{"tf":1.4142135623730951},"56":{"tf":1.7320508075688772},"57":{"tf":1.4142135623730951},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"75":{"tf":1.4142135623730951}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"113":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"84":{"tf":1.0}}}}}}},"r":{"(":{"\\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"89":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"/":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":11,"docs":{"113":{"tf":1.0},"118":{"tf":1.4142135623730951},"120":{"tf":1.0},"124":{"tf":1.4142135623730951},"125":{"tf":1.0},"128":{"tf":1.0},"72":{"tf":1.4142135623730951},"75":{"tf":1.0},"79":{"tf":1.4142135623730951},"85":{"tf":1.0},"97":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"2":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"c":{"df":2,"docs":{"76":{"tf":1.4142135623730951},"80":{"tf":1.0}}},"df":0,"docs":{}},"v":{"a":{"df":0,"docs":{},"l":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"90":{"tf":1.0},"96":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":8,"docs":{"133":{"tf":1.0},"23":{"tf":1.0},"38":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"86":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":3,"docs":{"24":{"tf":1.0},"6":{"tf":1.0},"81":{"tf":1.0}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"116":{"tf":1.4142135623730951},"18":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":43,"docs":{"111":{"tf":1.4142135623730951},"116":{"tf":2.0},"121":{"tf":1.0},"133":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.0},"31":{"tf":1.7320508075688772},"34":{"tf":1.4142135623730951},"41":{"tf":2.23606797749979},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.7320508075688772},"47":{"tf":1.4142135623730951},"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},"55":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.4142135623730951},"65":{"tf":1.4142135623730951},"66":{"tf":1.7320508075688772},"67":{"tf":1.4142135623730951},"69":{"tf":1.0},"7":{"tf":1.4142135623730951},"74":{"tf":2.23606797749979},"75":{"tf":1.4142135623730951},"77":{"tf":1.0},"78":{"tf":2.0},"79":{"tf":1.0},"88":{"tf":1.7320508075688772},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"95":{"tf":1.0},"97":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":2,"docs":{"26":{"tf":1.0},"92":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"r":{"c":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"97":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"95":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":4,"docs":{"34":{"tf":1.0},"41":{"tf":1.0},"7":{"tf":1.0},"93":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"113":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"c":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":2,"docs":{"116":{"tf":1.0},"78":{"tf":1.0}},"u":{"df":0,"docs":{},"t":{"df":10,"docs":{"110":{"tf":1.4142135623730951},"113":{"tf":1.0},"133":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"5":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"r":{"df":16,"docs":{"0":{"tf":1.4142135623730951},"101":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":2.0},"119":{"tf":1.0},"13":{"tf":1.0},"133":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"47":{"tf":1.7320508075688772},"65":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.7320508075688772},"78":{"tf":2.23606797749979}},"s":{"(":{"0":{"df":3,"docs":{"42":{"tf":1.0},"43":{"tf":1.0},"95":{"tf":1.0}}},"1":{"df":3,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0}}},"2":{"df":9,"docs":{"101":{"tf":1.0},"111":{"tf":1.0},"19":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"116":{"tf":1.0},"78":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":5,"docs":{"133":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"6":{"tf":1.0}}}}},"df":0,"docs":{}}},"h":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"113":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"115":{"tf":1.0},"125":{"tf":1.0},"67":{"tf":1.0},"86":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":13,"docs":{"106":{"tf":1.0},"111":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"_":{"c":{"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":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"96":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"89":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":48,"docs":{"1":{"tf":1.0},"106":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"122":{"tf":1.0},"125":{"tf":1.4142135623730951},"128":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.4142135623730951},"133":{"tf":2.23606797749979},"15":{"tf":1.4142135623730951},"18":{"tf":2.6457513110645907},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":2.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.0},"29":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"36":{"tf":2.0},"37":{"tf":1.0},"38":{"tf":2.0},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"61":{"tf":1.7320508075688772},"62":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.7320508075688772},"82":{"tf":2.23606797749979},"84":{"tf":1.0},"85":{"tf":1.4142135623730951},"88":{"tf":2.0},"89":{"tf":2.23606797749979},"90":{"tf":2.23606797749979},"91":{"tf":1.4142135623730951},"92":{"tf":1.0},"93":{"tf":1.0},"96":{"tf":2.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":7,"docs":{"112":{"tf":1.0},"133":{"tf":1.0},"31":{"tf":1.0},"41":{"tf":1.0},"57":{"tf":1.0},"62":{"tf":1.0},"7":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"28":{"tf":1.4142135623730951}}}},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"39":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"1":{"tf":1.0},"116":{"tf":1.4142135623730951},"21":{"tf":1.0},"24":{"tf":1.0},"35":{"tf":1.0},"40":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"29":{"tf":1.0},"67":{"tf":2.0},"79":{"tf":1.0},"85":{"tf":1.0}}}},"s":{"df":4,"docs":{"15":{"tf":1.0},"33":{"tf":1.0},"80":{"tf":1.4142135623730951},"84":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"80":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"—":{"a":{"d":{"df":0,"docs":{},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"113":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"38":{"tf":1.0},"39":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":14,"docs":{"113":{"tf":1.0},"125":{"tf":1.0},"133":{"tf":1.0},"24":{"tf":1.0},"34":{"tf":1.0},"49":{"tf":1.4142135623730951},"81":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":1.7320508075688772},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.4142135623730951},"97":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":8,"docs":{"27":{"tf":1.0},"51":{"tf":1.7320508075688772},"8":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.0},"96":{"tf":1.0}}}}}}},"}":{"\\"":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"90":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"f":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"20":{"tf":1.4142135623730951},"26":{"tf":1.0}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"87":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":10,"docs":{"117":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.7320508075688772},"125":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"132":{"tf":1.0},"23":{"tf":1.0},"67":{"tf":1.0},"84":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":12,"docs":{"116":{"tf":1.0},"118":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"24":{"tf":1.0},"35":{"tf":1.0},"40":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.4142135623730951},"80":{"tf":1.0},"86":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"s":{"df":5,"docs":{"132":{"tf":1.0},"133":{"tf":1.0},"21":{"tf":1.0},"62":{"tf":1.0},"75":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}}}},"q":{"df":1,"docs":{"132":{"tf":1.7320508075688772}}},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"35":{"tf":1.0},"40":{"tf":1.0},"58":{"tf":1.0},"84":{"tf":1.0},"91":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"63":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}}}}},"df":2,"docs":{"116":{"tf":2.6457513110645907},"78":{"tf":2.449489742783178}},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"47":{"tf":1.0},"66":{"tf":1.0},"9":{"tf":1.0},"93":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"40":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"86":{"tf":1.0}}},"df":0,"docs":{}},"t":{"c":{"df":0,"docs":{},"h":{"df":10,"docs":{"112":{"tf":1.0},"12":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"27":{"tf":1.4142135623730951},"32":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"71":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"40":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"95":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"df":11,"docs":{"115":{"tf":2.449489742783178},"116":{"tf":1.0},"120":{"tf":1.0},"131":{"tf":1.4142135623730951},"14":{"tf":2.23606797749979},"33":{"tf":1.4142135623730951},"65":{"tf":1.4142135623730951},"66":{"tf":1.0},"75":{"tf":1.7320508075688772},"76":{"tf":2.0},"78":{"tf":2.8284271247461903}},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"116":{"tf":1.0},"78":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"116":{"tf":2.0},"119":{"tf":1.0},"33":{"tf":1.0},"54":{"tf":1.0},"65":{"tf":1.0},"75":{"tf":1.0},"77":{"tf":1.7320508075688772},"78":{"tf":1.7320508075688772}}}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"108":{"tf":1.0},"55":{"tf":1.0}}}},"d":{"df":3,"docs":{"114":{"tf":1.4142135623730951},"116":{"tf":2.0},"48":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":3,"docs":{"132":{"tf":1.0},"65":{"tf":1.0},"75":{"tf":1.0}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":7,"docs":{"101":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"35":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"116":{"tf":1.7320508075688772},"119":{"tf":1.0},"120":{"tf":1.0},"19":{"tf":1.4142135623730951},"39":{"tf":1.0},"40":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0}},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"132":{"tf":1.0}}}}}}}}}},"t":{"df":4,"docs":{"40":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.0},"88":{"tf":1.0}}},"x":{"df":10,"docs":{"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":5,"docs":{"115":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"78":{"tf":1.0}}},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"113":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"23":{"tf":1.0},"38":{"tf":1.0},"5":{"tf":1.0},"61":{"tf":1.0},"80":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":4,"docs":{"24":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.4142135623730951},"56":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"8":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0}}}}}}},"n":{"df":29,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"8":{"tf":1.0},"89":{"tf":2.449489742783178},"90":{"tf":2.0},"95":{"tf":2.449489742783178},"96":{"tf":2.23606797749979},"97":{"tf":1.4142135623730951}}},"o":{"c":{"df":0,"docs":{},"u":{"df":2,"docs":{"120":{"tf":1.0},"17":{"tf":1.0}},"s":{"df":3,"docs":{"0":{"tf":1.0},"26":{"tf":1.0},"62":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":6,"docs":{"116":{"tf":1.0},"117":{"tf":1.0},"4":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0},"78":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"89":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"39":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"t":{"!":{"(":{"\\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"90":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"6":{"tf":1.0}},"u":{"df":0,"docs":{},"l":{"a":{"df":1,"docs":{"21":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":24,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.7320508075688772},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}},"df":3,"docs":{"120":{"tf":1.0},"130":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"k":{"/":{"c":{"df":0,"docs":{},"f":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"z":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":15,"docs":{"11":{"tf":1.0},"112":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.0},"125":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}}}}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":4,"docs":{"11":{"tf":1.0},"130":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0}}}}},"df":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":{"30":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"92":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"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":2,"docs":{"34":{"tf":1.0},"93":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"r":{"df":2,"docs":{"34":{"tf":1.0},"92":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"80":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"93":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"93":{"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":0,"docs":{},"n":{"df":2,"docs":{"34":{"tf":1.0},"93":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"97":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"{":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{",":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{",":{"df":0,"docs":{},"k":{"8":{"df":1,"docs":{"92":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"84":{"tf":1.0},"85":{"tf":1.0},"92":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"34":{"tf":1.0},"93":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{".":{"df":0,"docs":{},"r":{"df":2,"docs":{"95":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"96":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":2,"docs":{"34":{"tf":1.0},"93":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":2,"docs":{"34":{"tf":1.0},"93":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"95":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}},"df":30,"docs":{"0":{"tf":1.0},"118":{"tf":1.4142135623730951},"132":{"tf":1.0},"133":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"2":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"31":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"7":{"tf":1.4142135623730951},"74":{"tf":2.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.7320508075688772},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"92":{"tf":1.4142135623730951},"97":{"tf":1.0}},"’":{"df":1,"docs":{"39":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"47":{"tf":1.0},"50":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"3":{"tf":1.0},"75":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":8,"docs":{"0":{"tf":1.0},"113":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"19":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0}}}}}}},"d":{"df":5,"docs":{"102":{"tf":1.0},"120":{"tf":1.0},"126":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"54":{"tf":1.7320508075688772}}}}}},"g":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"113":{"tf":1.0},"3":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"61":{"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":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"84":{"tf":1.0},"89":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":24,"docs":{"112":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"120":{"tf":1.0},"125":{"tf":1.4142135623730951},"128":{"tf":1.0},"133":{"tf":1.7320508075688772},"24":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"54":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":1.4142135623730951},"62":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.0},"82":{"tf":1.0},"89":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0}}}}},"t":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"89":{"tf":1.0},"90":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"70":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"63":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"1":{"tf":1.0}},"n":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"33":{"tf":1.0},"75":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"133":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"35":{"tf":1.0},"40":{"tf":1.0}}}},"df":4,"docs":{"115":{"tf":1.0},"34":{"tf":1.0},"70":{"tf":1.0},"75":{"tf":1.0}},"e":{"df":1,"docs":{"93":{"tf":1.0}}},"o":{"d":{"df":7,"docs":{"123":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"35":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"65":{"tf":1.0},"75":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"116":{"tf":1.0},"119":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"1":{"6":{"df":5,"docs":{"112":{"tf":1.0},"133":{"tf":1.0},"57":{"tf":1.0},"62":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":1,"docs":{"133":{"tf":1.0}}}},"w":{"df":1,"docs":{"91":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"86":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":4,"docs":{"25":{"tf":1.0},"34":{"tf":1.0},"82":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{}}},"df":58,"docs":{"1":{"tf":1.0},"113":{"tf":1.4142135623730951},"25":{"tf":1.7320508075688772},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.7320508075688772},"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},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.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},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"23":{"tf":1.0}},"l":{"df":2,"docs":{"17":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"r":{"d":{"df":1,"docs":{"19":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}}},"df":1,"docs":{"118":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"116":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":1,"docs":{"52":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"133":{"tf":1.0},"20":{"tf":1.7320508075688772},"35":{"tf":1.0},"6":{"tf":1.0}},"i":{"df":3,"docs":{"122":{"tf":1.0},"20":{"tf":1.0},"38":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"df":3,"docs":{"27":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}},"p":{"df":1,"docs":{"16":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"27":{"tf":1.0},"32":{"tf":1.0},"39":{"tf":1.0},"70":{"tf":1.0},"84":{"tf":1.0},"87":{"tf":1.7320508075688772}}}}}},"r":{"df":0,"docs":{},"e":{"df":4,"docs":{"0":{"tf":1.0},"31":{"tf":1.4142135623730951},"34":{"tf":1.0},"90":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":8,"docs":{"133":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"35":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.4142135623730951},"6":{"tf":1.0},"92":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"60":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"20":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":4,"docs":{"129":{"tf":1.0},"26":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"24":{"tf":1.0},"58":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.0},"71":{"tf":1.0},"78":{"tf":1.0},"92":{"tf":1.0}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"67":{"tf":1.0},"72":{"tf":1.0}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"92":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"1":{"8":{"0":{"8":{"0":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"122":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"0":{"9":{"0":{"df":6,"docs":{"122":{"tf":1.0},"15":{"tf":1.0},"33":{"tf":1.0},"66":{"tf":1.0},"80":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"122":{"tf":1.0},"15":{"tf":1.0},"80":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"i":{"[":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"38":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"d":{">":{":":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"78":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"115":{"tf":1.0},"116":{"tf":2.23606797749979},"78":{"tf":1.0}},"e":{"a":{"df":3,"docs":{"51":{"tf":1.4142135623730951},"89":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"89":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"62":{"tf":1.0},"79":{"tf":1.0}}}}}},"i":{"df":56,"docs":{"25":{"tf":1.7320508075688772},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"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},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.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},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0}},"i":{"df":17,"docs":{"81":{"tf":1.7320508075688772},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"41":{"tf":1.0},"88":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":14,"docs":{"10":{"tf":1.4142135623730951},"11":{"tf":1.4142135623730951},"130":{"tf":2.23606797749979},"131":{"tf":1.0},"27":{"tf":1.7320508075688772},"30":{"tf":1.0},"31":{"tf":1.0},"41":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":2.23606797749979},"67":{"tf":2.23606797749979},"7":{"tf":1.0},"72":{"tf":1.4142135623730951},"9":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"17":{"tf":1.7320508075688772}}}},"l":{"df":5,"docs":{"89":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":12,"docs":{"34":{"tf":2.0},"51":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":1.4142135623730951},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":7,"docs":{"100":{"tf":1.4142135623730951},"115":{"tf":1.0},"116":{"tf":1.0},"57":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.0}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":18,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"133":{"tf":1.0},"14":{"tf":1.0},"20":{"tf":1.0},"33":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"54":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0},"76":{"tf":1.4142135623730951},"78":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":7,"docs":{"132":{"tf":1.0},"133":{"tf":1.0},"20":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"113":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":8,"docs":{"113":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"126":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"61":{"tf":1.0},"74":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"\\"":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"89":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":5,"docs":{"115":{"tf":1.7320508075688772},"116":{"tf":1.4142135623730951},"120":{"tf":1.0},"14":{"tf":1.4142135623730951},"78":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":4,"docs":{"15":{"tf":1.0},"65":{"tf":1.0},"75":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":6,"docs":{"133":{"tf":1.0},"17":{"tf":1.0},"3":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0},"97":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"23":{"tf":1.0},"39":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"38":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":3,"docs":{"38":{"tf":1.4142135623730951},"84":{"tf":1.0},"89":{"tf":1.4142135623730951}},"i":{"df":1,"docs":{"55":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"84":{"tf":1.0},"89":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"115":{"tf":2.0},"66":{"tf":1.0},"78":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"80":{"tf":1.0}}}}}}},"df":4,"docs":{"116":{"tf":1.0},"120":{"tf":1.4142135623730951},"59":{"tf":1.0},"80":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"71":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"116":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"120":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":3,"docs":{"26":{"tf":1.0},"3":{"tf":1.0},"41":{"tf":1.0}}}},"n":{"d":{"df":4,"docs":{"132":{"tf":1.0},"133":{"tf":1.0},"35":{"tf":1.0},"82":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"66":{"tf":1.0}}},"t":{"df":4,"docs":{"17":{"tf":1.0},"24":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"0":{"tf":1.4142135623730951},"3":{"tf":1.0},"82":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":8,"docs":{"20":{"tf":2.0},"34":{"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}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"16":{"tf":1.0},"24":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0}}}}}},"v":{"df":5,"docs":{"113":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"18":{"tf":1.0},"53":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"19":{"tf":1.0}},"t":{"df":1,"docs":{"3":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"54":{"tf":2.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":3,"docs":{"3":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"u":{"df":5,"docs":{"120":{"tf":1.4142135623730951},"122":{"tf":1.0},"123":{"tf":1.0},"62":{"tf":1.0},"89":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"35":{"tf":1.0},"58":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"74":{"tf":1.0}}}}}},"’":{"df":1,"docs":{"79":{"tf":1.0}}}},"v":{"df":36,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.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.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"98":{"tf":1.7320508075688772},"99":{"tf":1.0}}}},"j":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"g":{"df":4,"docs":{"133":{"tf":1.0},"24":{"tf":1.0},"6":{"tf":1.0},"82":{"tf":1.0}}}},"df":0,"docs":{}}},"k":{"8":{"df":15,"docs":{"112":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"119":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"14":{"tf":1.0},"27":{"tf":1.0},"40":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"67":{"tf":1.7320508075688772},"72":{"tf":1.0},"78":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":6,"docs":{"26":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.0},"41":{"tf":1.0},"7":{"tf":1.0},"92":{"tf":1.0}}}},"df":1,"docs":{"67":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":8,"docs":{"113":{"tf":1.0},"127":{"tf":1.0},"133":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"66":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":1.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":{"109":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":17,"docs":{"116":{"tf":1.0},"132":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.4142135623730951},"35":{"tf":1.0},"39":{"tf":1.7320508075688772},"40":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"78":{"tf":1.0},"82":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0},"98":{"tf":1.0}}}},"y":{"df":7,"docs":{"27":{"tf":1.0},"28":{"tf":1.4142135623730951},"29":{"tf":1.0},"47":{"tf":1.0},"8":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"129":{"tf":1.0}}}},"n":{"d":{"df":1,"docs":{"67":{"tf":1.7320508075688772}}},"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":{"133":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":1,"docs":{"123":{"tf":1.4142135623730951}}}}}},"u":{"b":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":6,"docs":{"115":{"tf":1.4142135623730951},"116":{"tf":3.872983346207417},"119":{"tf":1.7320508075688772},"14":{"tf":1.0},"67":{"tf":1.0},"78":{"tf":3.3166247903554}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":14,"docs":{"109":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"29":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.4142135623730951},"67":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"g":{"df":14,"docs":{"11":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"128":{"tf":1.0},"130":{"tf":1.4142135623730951},"131":{"tf":1.7320508075688772},"27":{"tf":1.4142135623730951},"32":{"tf":1.0},"62":{"tf":1.0},"68":{"tf":1.7320508075688772},"72":{"tf":1.0}},"r":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"27":{"tf":1.0},"30":{"tf":1.0},"70":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":3,"docs":{"116":{"tf":2.0},"119":{"tf":1.0},"78":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"24":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"116":{"tf":1.0},"120":{"tf":1.0},"82":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"39":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"133":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"44":{"tf":1.4142135623730951},"6":{"tf":1.0},"77":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"26":{"tf":1.7320508075688772},"3":{"tf":1.0},"39":{"tf":1.0},"87":{"tf":1.0},"93":{"tf":1.0}}}}}}},"df":4,"docs":{"115":{"tf":1.0},"116":{"tf":3.0},"119":{"tf":1.4142135623730951},"78":{"tf":2.449489742783178}},"e":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"133":{"tf":1.0},"77":{"tf":1.0}}}}},"df":0,"docs":{},"k":{"df":2,"docs":{"23":{"tf":1.0},"82":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.7320508075688772}}}},"v":{"df":1,"docs":{"79":{"tf":1.0}}}},"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"133":{"tf":1.0}}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"63":{"tf":1.0}}}},"t":{"df":1,"docs":{"3":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":16,"docs":{"121":{"tf":1.4142135623730951},"133":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"82":{"tf":1.7320508075688772},"92":{"tf":1.0},"93":{"tf":1.0}}}}}},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"27":{"tf":1.0},"29":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"23":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"89":{"tf":1.0}}}}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":2,"docs":{"116":{"tf":1.0},"38":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"116":{"tf":1.4142135623730951},"119":{"tf":1.0},"78":{"tf":1.4142135623730951}}}},"v":{"df":0,"docs":{},"e":{"df":20,"docs":{"116":{"tf":1.0},"123":{"tf":1.0},"125":{"tf":1.4142135623730951},"132":{"tf":1.4142135623730951},"133":{"tf":1.7320508075688772},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.4142135623730951},"50":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"62":{"tf":1.0},"92":{"tf":1.4142135623730951}}}}},"o":{"a":{"d":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}}}}},"df":11,"docs":{"120":{"tf":1.0},"131":{"tf":1.4142135623730951},"41":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.7320508075688772},"48":{"tf":1.7320508075688772},"49":{"tf":2.0},"53":{"tf":1.0},"55":{"tf":1.0},"67":{"tf":2.0},"9":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"=":{"2":{"df":1,"docs":{"65":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"=":{"1":{"2":{"0":{"df":1,"docs":{"65":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"=":{"3":{"df":1,"docs":{"65":{"tf":1.0}}},"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":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":8,"docs":{"116":{"tf":1.4142135623730951},"121":{"tf":1.0},"65":{"tf":1.4142135623730951},"69":{"tf":1.0},"74":{"tf":2.0},"75":{"tf":1.0},"78":{"tf":1.4142135623730951},"79":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":6,"docs":{"26":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.0},"41":{"tf":1.0},"7":{"tf":1.0},"92":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":9,"docs":{"113":{"tf":1.0},"127":{"tf":1.0},"133":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"63":{"tf":1.4142135623730951},"66":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":1.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":5,"docs":{"109":{"tf":1.0},"111":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":30,"docs":{"1":{"tf":1.0},"109":{"tf":1.0},"112":{"tf":1.0},"115":{"tf":1.4142135623730951},"116":{"tf":1.0},"119":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"14":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.7320508075688772},"29":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"6":{"tf":1.0},"62":{"tf":1.4142135623730951},"65":{"tf":1.4142135623730951},"7":{"tf":1.0},"70":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.4142135623730951},"78":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":1.0}}},"t":{"df":4,"docs":{"115":{"tf":1.4142135623730951},"62":{"tf":1.0},"69":{"tf":1.7320508075688772},"70":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":23,"docs":{"113":{"tf":1.7320508075688772},"114":{"tf":1.4142135623730951},"115":{"tf":3.3166247903554},"116":{"tf":4.898979485566356},"120":{"tf":1.4142135623730951},"121":{"tf":1.7320508075688772},"125":{"tf":1.0},"128":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"14":{"tf":3.1622776601683795},"15":{"tf":1.4142135623730951},"33":{"tf":2.23606797749979},"62":{"tf":1.4142135623730951},"65":{"tf":1.7320508075688772},"66":{"tf":1.7320508075688772},"73":{"tf":1.4142135623730951},"74":{"tf":3.0},"75":{"tf":2.8284271247461903},"76":{"tf":2.23606797749979},"78":{"tf":5.0990195135927845},"89":{"tf":1.0},"93":{"tf":1.0}},"i":{"c":{"df":3,"docs":{"133":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}},"s":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"116":{"tf":1.0}}}}}},"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"80":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"116":{"tf":1.0}}}}}}},":":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"78":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"132":{"tf":1.0},"21":{"tf":1.0},"35":{"tf":1.0},"82":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"118":{"tf":1.0},"132":{"tf":1.0}}},"p":{"df":3,"docs":{"17":{"tf":1.0},"40":{"tf":1.0},"58":{"tf":1.0}}},"s":{"df":1,"docs":{"26":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"133":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"24":{"tf":1.0}}}}}},"r":{"df":2,"docs":{"23":{"tf":1.0},"5":{"tf":1.0}}},"s":{"df":2,"docs":{"116":{"tf":1.0},"78":{"tf":1.0}}},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":2,"docs":{"132":{"tf":1.0},"21":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"24":{"tf":1.0},"40":{"tf":1.0},"59":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"26":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":29,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"95":{"tf":1.7320508075688772},"96":{"tf":1.4142135623730951},"97":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"24":{"tf":1.0},"55":{"tf":1.0},"81":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":11,"docs":{"133":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"24":{"tf":1.4142135623730951},"3":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"70":{"tf":1.0},"74":{"tf":1.4142135623730951},"92":{"tf":1.0}}}},"l":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"54":{"tf":1.4142135623730951}}}}}}},"n":{"df":0,"docs":{},"i":{"df":5,"docs":{"3":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"6":{"tf":1.0},"82":{"tf":1.0}}},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"133":{"tf":1.0}}}}},"p":{"df":2,"docs":{"62":{"tf":1.0},"66":{"tf":1.0}}},"t":{"c":{"df":0,"docs":{},"h":{"df":6,"docs":{"116":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"66":{"tf":1.0},"78":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"98":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"35":{"tf":1.0},"60":{"tf":1.0}}}}}},"x":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"2":{"0":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}},"4":{"0":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"6":{"0":{"df":1,"docs":{"105":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":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":{"105":{"tf":1.0}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"48":{"tf":1.0}}}}}}}},"d":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"27":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":1,"docs":{"126":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":7,"docs":{"0":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"40":{"tf":1.0},"82":{"tf":1.0}}}}},"t":{"df":1,"docs":{"39":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"133":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"74":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"15":{"tf":1.0},"80":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"20":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":4,"docs":{"14":{"tf":1.0},"54":{"tf":1.7320508075688772},"74":{"tf":1.0},"77":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"1":{"tf":1.0},"2":{"tf":1.0},"26":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"118":{"tf":1.0},"124":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"133":{"tf":1.0},"62":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"d":{"df":6,"docs":{"34":{"tf":1.0},"52":{"tf":1.0},"80":{"tf":1.0},"93":{"tf":1.4142135623730951},"95":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"c":{"df":9,"docs":{"113":{"tf":1.0},"15":{"tf":1.4142135623730951},"23":{"tf":1.0},"33":{"tf":1.4142135623730951},"66":{"tf":1.0},"75":{"tf":1.0},"80":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"0":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"3":{"0":{"df":1,"docs":{"105":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":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":{"105":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"116":{"tf":1.0}}}},"k":{"df":0,"docs":{},"u":{"b":{"df":1,"docs":{"67":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"m":{"df":6,"docs":{"123":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.4142135623730951},"58":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"132":{"tf":1.4142135623730951},"21":{"tf":1.7320508075688772}}}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"86":{"tf":1.0}}}}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"113":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"s":{"df":8,"docs":{"113":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"132":{"tf":1.0},"62":{"tf":1.0},"72":{"tf":1.0},"84":{"tf":1.0}}},"t":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"74":{"tf":1.0}}}},"df":0,"docs":{}}},"x":{"df":3,"docs":{"113":{"tf":1.0},"19":{"tf":1.0},"77":{"tf":1.0}},"e":{"d":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"63":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"52":{"tf":1.0}},"l":{"df":8,"docs":{"1":{"tf":1.0},"2":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"39":{"tf":1.0},"82":{"tf":2.23606797749979},"92":{"tf":1.0}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"34":{"tf":1.0},"78":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"24":{"tf":1.0}}}},"df":2,"docs":{"65":{"tf":1.0},"84":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"13":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"125":{"tf":1.0},"91":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"116":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"115":{"tf":1.4142135623730951},"14":{"tf":1.4142135623730951},"66":{"tf":1.0},"67":{"tf":1.0},"78":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"24":{"tf":1.0},"40":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":7,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"2":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.4142135623730951},"35":{"tf":1.0},"59":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"133":{"tf":1.0},"40":{"tf":1.0}}}}}}},"t":{"df":11,"docs":{"111":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0},"89":{"tf":1.0},"95":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":4,"docs":{"89":{"tf":1.0},"90":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}}}}}}},"df":0,"docs":{}},"=":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":3,"docs":{"116":{"tf":1.7320508075688772},"119":{"tf":1.0},"78":{"tf":1.7320508075688772}}}}}}},"df":14,"docs":{"115":{"tf":1.4142135623730951},"116":{"tf":3.605551275463989},"119":{"tf":1.7320508075688772},"14":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0},"7":{"tf":1.0},"71":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.4142135623730951},"78":{"tf":2.0},"84":{"tf":1.0},"89":{"tf":1.0}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":3,"docs":{"116":{"tf":3.0},"119":{"tf":1.0},"78":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"34":{"tf":1.4142135623730951}}}}}},"df":5,"docs":{"116":{"tf":1.7320508075688772},"119":{"tf":1.0},"126":{"tf":1.0},"20":{"tf":1.0},"78":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"40":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":13,"docs":{"119":{"tf":1.0},"132":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"3":{"tf":1.0},"39":{"tf":1.0},"52":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"72":{"tf":1.4142135623730951},"74":{"tf":1.0},"78":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}},"—":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"g":{"df":2,"docs":{"133":{"tf":1.0},"62":{"tf":1.0}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"77":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":14,"docs":{"101":{"tf":1.0},"111":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":16,"docs":{"0":{"tf":1.7320508075688772},"120":{"tf":1.0},"128":{"tf":1.0},"133":{"tf":1.4142135623730951},"15":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.4142135623730951},"35":{"tf":1.0},"52":{"tf":2.0},"6":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"133":{"tf":1.0},"54":{"tf":1.0}}}}},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"89":{"tf":1.0},"90":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":11,"docs":{"34":{"tf":1.7320508075688772},"82":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.7320508075688772},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":2.6457513110645907},"95":{"tf":1.7320508075688772},"96":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}}},"o":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"86":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":2,"docs":{"52":{"tf":1.0},"86":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":53,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"101":{"tf":1.7320508075688772},"105":{"tf":1.0},"113":{"tf":1.4142135623730951},"115":{"tf":2.8284271247461903},"116":{"tf":2.0},"119":{"tf":1.7320508075688772},"120":{"tf":2.0},"122":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"127":{"tf":2.0},"128":{"tf":1.7320508075688772},"129":{"tf":1.0},"133":{"tf":2.23606797749979},"14":{"tf":2.449489742783178},"15":{"tf":1.4142135623730951},"2":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.7320508075688772},"27":{"tf":1.4142135623730951},"29":{"tf":1.0},"3":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"52":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":2.0},"6":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.0},"62":{"tf":2.0},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"7":{"tf":1.0},"74":{"tf":2.6457513110645907},"75":{"tf":1.0},"76":{"tf":2.23606797749979},"78":{"tf":1.7320508075688772},"80":{"tf":2.0},"82":{"tf":1.0},"84":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"97":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"15":{"tf":1.0},"75":{"tf":1.0}},"i":{"df":2,"docs":{"19":{"tf":1.0},"40":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"df":25,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"11":{"tf":1.0},"112":{"tf":1.0},"115":{"tf":2.23606797749979},"116":{"tf":1.7320508075688772},"119":{"tf":1.0},"12":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.7320508075688772},"131":{"tf":1.0},"133":{"tf":1.0},"14":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.7320508075688772},"3":{"tf":1.7320508075688772},"32":{"tf":1.0},"62":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.7320508075688772},"67":{"tf":1.7320508075688772},"70":{"tf":1.4142135623730951},"71":{"tf":1.0},"76":{"tf":2.0},"78":{"tf":2.6457513110645907}},"s":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"77":{"tf":1.0}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"77":{"tf":1.0}}}}}}}}}},"d":{"a":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"77":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"77":{"tf":1.0}}}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"77":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"62":{"tf":1.0}},"k":{"df":0,"docs":{},"z":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"=":{"/":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"12":{"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":{},"t":{"df":0,"docs":{},"o":{"/":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"69":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":3,"docs":{"30":{"tf":1.0},"62":{"tf":1.0},"69":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"115":{"tf":1.0}}}}}}},"=":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"78":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"115":{"tf":1.0},"76":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"66":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"116":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"78":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":1,"docs":{"65":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"75":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":9,"docs":{"115":{"tf":1.4142135623730951},"14":{"tf":2.0},"33":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":6,"docs":{"14":{"tf":1.0},"33":{"tf":1.0},"62":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"77":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"=":{"\\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"e":{",":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"_":{"d":{"a":{"_":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"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":2,"docs":{"121":{"tf":1.0},"75":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"e":{",":{"d":{"a":{"=":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"65":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"=":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":6,"docs":{"116":{"tf":1.0},"121":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"74":{"tf":1.7320508075688772},"75":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":5,"docs":{"14":{"tf":1.0},"33":{"tf":1.0},"62":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"77":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"=":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"4":{"3":{"1":{"7":{"df":2,"docs":{"15":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":2,"docs":{"75":{"tf":1.0},"9":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"=":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"4":{"3":{"1":{"8":{"df":2,"docs":{"15":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":2,"docs":{"75":{"tf":1.0},"9":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":6,"docs":{"11":{"tf":1.0},"31":{"tf":1.0},"41":{"tf":1.0},"7":{"tf":1.0},"72":{"tf":1.0},"9":{"tf":1.0}},"e":{"=":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":4,"docs":{"116":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951}}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"67":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":2,"docs":{"33":{"tf":1.0},"75":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":7,"docs":{"115":{"tf":1.4142135623730951},"116":{"tf":1.0},"14":{"tf":1.0},"65":{"tf":1.4142135623730951},"75":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"75":{"tf":2.0}}}},"t":{"df":0,"docs":{},"e":{"df":9,"docs":{"115":{"tf":1.0},"116":{"tf":1.7320508075688772},"119":{"tf":1.0},"21":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"78":{"tf":1.4142135623730951}}}}},"t":{"df":0,"docs":{},"p":{"df":2,"docs":{"132":{"tf":1.0},"18":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"101":{"tf":1.4142135623730951},"18":{"tf":1.0},"39":{"tf":1.0},"65":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"o":{"[":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"23":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":22,"docs":{"113":{"tf":1.4142135623730951},"122":{"tf":1.7320508075688772},"131":{"tf":1.0},"132":{"tf":1.4142135623730951},"133":{"tf":1.7320508075688772},"15":{"tf":1.7320508075688772},"20":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.7320508075688772},"35":{"tf":1.0},"40":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.4142135623730951},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"66":{"tf":1.0},"73":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951},"82":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"40":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"82":{"tf":1.0}}}}},"df":0,"docs":{}},"df":2,"docs":{"116":{"tf":1.4142135623730951},"23":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"92":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"78":{"tf":1.0}}}}}}},"k":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"\\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"89":{"tf":1.0},"90":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":11,"docs":{"111":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"89":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}}},"n":{"c":{"df":3,"docs":{"23":{"tf":1.0},"6":{"tf":1.0},"82":{"tf":1.0}}},"df":4,"docs":{"26":{"tf":1.0},"3":{"tf":1.0},"61":{"tf":1.0},"87":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"60":{"tf":1.0}}}}},"p":{"df":1,"docs":{"133":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":30,"docs":{"0":{"tf":1.0},"104":{"tf":1.0},"111":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"45":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"62":{"tf":2.23606797749979},"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},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0}}}},"t":{"df":2,"docs":{"19":{"tf":1.0},"39":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":10,"docs":{"14":{"tf":1.4142135623730951},"15":{"tf":1.0},"23":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"70":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"79":{"tf":1.0},"86":{"tf":1.0},"9":{"tf":1.0}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":11,"docs":{"133":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.4142135623730951},"24":{"tf":1.0},"26":{"tf":1.4142135623730951},"56":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0},"74":{"tf":1.0},"82":{"tf":1.0},"92":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"132":{"tf":1.0},"18":{"tf":1.0},"39":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"129":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"24":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"p":{"df":4,"docs":{"15":{"tf":1.0},"75":{"tf":1.7320508075688772},"79":{"tf":2.449489742783178},"9":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":9,"docs":{"133":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.0},"40":{"tf":1.0},"5":{"tf":1.0},"56":{"tf":1.0},"62":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.0}}}}},"df":2,"docs":{"66":{"tf":1.0},"78":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"115":{"tf":1.0},"116":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"14":{"tf":1.0},"78":{"tf":1.0}},"—":{"d":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"17":{"tf":1.4142135623730951},"20":{"tf":1.0},"3":{"tf":1.0},"49":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"58":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"d":{"df":7,"docs":{"12":{"tf":1.0},"30":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0},"80":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":12,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"4":{"tf":1.7320508075688772},"5":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"df":1,"docs":{"125":{"tf":1.0}}}}}}}}}}},"p":{"2":{"df":0,"docs":{},"p":{"df":1,"docs":{"77":{"tf":1.0}}}},"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"23":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"92":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"1":{"tf":1.0},"56":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"93":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":15,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.0},"131":{"tf":1.4142135623730951},"133":{"tf":1.0},"21":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.0},"32":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.0},"68":{"tf":1.7320508075688772},"72":{"tf":1.0},"87":{"tf":1.0},"93":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}}},"t":{"df":132,"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},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"12":{"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},"13":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.7320508075688772},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.7320508075688772},"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},"4":{"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":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"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.7320508075688772},"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.7320508075688772},"99":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":4,"docs":{"0":{"tf":1.0},"133":{"tf":1.0},"37":{"tf":1.0},"87":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":2.23606797749979}}}}}},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"56":{"tf":1.0},"80":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":2,"docs":{"123":{"tf":1.0},"23":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":7,"docs":{"115":{"tf":1.7320508075688772},"12":{"tf":1.0},"131":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0},"62":{"tf":1.0},"69":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":10,"docs":{"116":{"tf":1.4142135623730951},"120":{"tf":1.0},"132":{"tf":1.0},"26":{"tf":1.0},"39":{"tf":2.449489742783178},"40":{"tf":1.0},"41":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951}}}}}}}},"df":14,"docs":{"116":{"tf":1.7320508075688772},"121":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0},"74":{"tf":2.0},"75":{"tf":1.0},"78":{"tf":2.0},"79":{"tf":1.0}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"120":{"tf":1.0}}}},"r":{"df":19,"docs":{"103":{"tf":1.0},"104":{"tf":1.4142135623730951},"111":{"tf":1.7320508075688772},"115":{"tf":2.23606797749979},"116":{"tf":1.0},"122":{"tf":1.0},"133":{"tf":1.4142135623730951},"14":{"tf":1.7320508075688772},"15":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.7320508075688772},"19":{"tf":1.4142135623730951},"21":{"tf":1.0},"33":{"tf":1.4142135623730951},"39":{"tf":1.0},"65":{"tf":1.7320508075688772},"75":{"tf":1.0},"76":{"tf":1.4142135623730951},"78":{"tf":1.7320508075688772}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":3,"docs":{"0":{"tf":1.4142135623730951},"133":{"tf":1.4142135623730951},"6":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"133":{"tf":1.0},"49":{"tf":1.0}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"115":{"tf":1.0},"116":{"tf":1.0},"14":{"tf":1.0},"65":{"tf":1.0},"78":{"tf":1.4142135623730951}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":7,"docs":{"16":{"tf":1.7320508075688772},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0}}}}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"35":{"tf":1.0},"40":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"132":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"14":{"tf":1.0},"59":{"tf":1.0}}}}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"129":{"tf":1.0}}}}}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"71":{"tf":1.0}}}},"df":0,"docs":{},"n":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":9,"docs":{"110":{"tf":1.0},"111":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"[":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"61":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":26,"docs":{"1":{"tf":1.0},"111":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"23":{"tf":2.0},"24":{"tf":1.0},"26":{"tf":1.4142135623730951},"3":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":2.0},"57":{"tf":1.4142135623730951},"6":{"tf":1.0},"61":{"tf":1.0},"8":{"tf":1.0},"82":{"tf":1.0},"92":{"tf":1.0},"95":{"tf":1.0}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"62":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"u":{"df":1,"docs":{"0":{"tf":1.0}},"g":{"df":1,"docs":{"88":{"tf":1.0}},"g":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"24":{"tf":1.0},"36":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"d":{"df":7,"docs":{"115":{"tf":1.4142135623730951},"116":{"tf":4.795831523312719},"119":{"tf":2.23606797749979},"133":{"tf":1.0},"14":{"tf":1.0},"67":{"tf":1.0},"78":{"tf":2.23606797749979}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"27":{"tf":1.0},"7":{"tf":1.4142135623730951},"8":{"tf":1.0},"92":{"tf":1.0}}}}},"l":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"133":{"tf":1.0}},"e":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":17,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"116":{"tf":1.4142135623730951},"120":{"tf":1.0},"125":{"tf":1.4142135623730951},"128":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"57":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951},"75":{"tf":1.0},"78":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":1,"docs":{"68":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"20":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"22":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0}}}},"df":0,"docs":{}},"df":7,"docs":{"113":{"tf":1.7320508075688772},"120":{"tf":1.0},"122":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.7320508075688772},"59":{"tf":1.0},"66":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"116":{"tf":1.0},"133":{"tf":1.0},"82":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":4,"docs":{"132":{"tf":1.0},"133":{"tf":1.0},"25":{"tf":1.0},"40":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"24":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}},"i":{"df":0,"docs":{},"x":{"df":6,"docs":{"115":{"tf":1.4142135623730951},"116":{"tf":1.0},"14":{"tf":1.0},"76":{"tf":1.4142135623730951},"77":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951}}}}},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"133":{"tf":1.0}}}}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"26":{"tf":1.0},"92":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":9,"docs":{"112":{"tf":1.0},"128":{"tf":1.0},"56":{"tf":1.4142135623730951},"62":{"tf":2.0},"66":{"tf":1.0},"67":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"9":{"tf":1.0}}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"112":{"tf":1.0},"128":{"tf":1.0},"131":{"tf":1.0},"62":{"tf":1.0}}}},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"76":{"tf":1.0}}}},"t":{"df":3,"docs":{"113":{"tf":1.0},"40":{"tf":1.0},"87":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"38":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"113":{"tf":1.0},"133":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":3,"docs":{"116":{"tf":1.7320508075688772},"129":{"tf":1.0},"78":{"tf":1.4142135623730951}},"s":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"116":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"27":{"tf":1.0},"56":{"tf":1.0},"92":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":2.0}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"92":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"16":{"tf":1.4142135623730951},"22":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"n":{"!":{"(":{"\\"":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"o":{"b":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"18":{"tf":1.0},"21":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":8,"docs":{"133":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"61":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.4142135623730951},"91":{"tf":1.0},"92":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"120":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":18,"docs":{"109":{"tf":1.0},"119":{"tf":1.0},"129":{"tf":1.4142135623730951},"133":{"tf":1.0},"14":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"29":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"52":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0},"74":{"tf":1.0},"9":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":8,"docs":{"0":{"tf":1.0},"106":{"tf":1.0},"125":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.4142135623730951},"18":{"tf":1.7320508075688772},"38":{"tf":1.0},"86":{"tf":1.0}},"t":{"df":6,"docs":{"113":{"tf":1.0},"133":{"tf":1.7320508075688772},"21":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"113":{"tf":1.0},"133":{"tf":1.4142135623730951},"20":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.7320508075688772},"82":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"0":{"tf":1.7320508075688772},"115":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":9,"docs":{"122":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"27":{"tf":1.4142135623730951},"30":{"tf":1.0},"33":{"tf":1.0},"66":{"tf":1.4142135623730951},"80":{"tf":1.7320508075688772},"9":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"63":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"o":{"df":0,"docs":{},"f":{"df":11,"docs":{"112":{"tf":1.0},"120":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"128":{"tf":1.0},"133":{"tf":1.4142135623730951},"31":{"tf":1.0},"41":{"tf":1.0},"57":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"54":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"133":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":7,"docs":{"0":{"tf":1.0},"132":{"tf":1.0},"18":{"tf":2.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"3":{"tf":1.0},"39":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":3,"docs":{"132":{"tf":1.0},"21":{"tf":1.0},"89":{"tf":1.0}}},"i":{"d":{"df":5,"docs":{"29":{"tf":1.0},"59":{"tf":1.0},"84":{"tf":1.0},"92":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":7,"docs":{"133":{"tf":1.0},"23":{"tf":1.4142135623730951},"56":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0},"82":{"tf":1.0},"97":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"61":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}},"s":{"df":4,"docs":{"115":{"tf":1.0},"116":{"tf":1.7320508075688772},"119":{"tf":1.4142135623730951},"78":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"89":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"b":{"df":5,"docs":{"89":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951},"97":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"0":{"tf":1.0},"133":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"132":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"29":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"74":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"67":{"tf":1.7320508075688772}}}}}},"q":{"a":{"df":1,"docs":{"3":{"tf":1.0}}},"df":2,"docs":{"116":{"tf":1.0},"78":{"tf":1.0}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"55":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":17,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"113":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"63":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":2.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"22":{"tf":1.0}}}}}}},"r":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"23":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":3,"docs":{"105":{"tf":1.0},"19":{"tf":1.0},"66":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"115":{"tf":1.0},"116":{"tf":1.0}}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"78":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"(":{"1":{"0":{"df":1,"docs":{"50":{"tf":1.0}}},"5":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"3":{"df":1,"docs":{"45":{"tf":1.0}}},"5":{"df":8,"docs":{"103":{"tf":1.0},"111":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":14,"docs":{"113":{"tf":1.7320508075688772},"125":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"47":{"tf":1.4142135623730951},"48":{"tf":2.0},"65":{"tf":1.0}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}}},"df":5,"docs":{"130":{"tf":1.0},"131":{"tf":1.0},"23":{"tf":1.0},"66":{"tf":1.0},"70":{"tf":1.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"89":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"90":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"89":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"l":{"df":4,"docs":{"133":{"tf":1.0},"61":{"tf":1.0},"89":{"tf":1.7320508075688772},"90":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"—":{"a":{"df":1,"docs":{"62":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"36":{"tf":1.0},"39":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":14,"docs":{"119":{"tf":1.7320508075688772},"120":{"tf":1.0},"128":{"tf":1.4142135623730951},"133":{"tf":1.4142135623730951},"17":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.7320508075688772},"86":{"tf":1.0},"97":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"92":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":3,"docs":{"0":{"tf":1.0},"3":{"tf":1.0},"88":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"1":{"tf":1.0},"3":{"tf":1.0},"46":{"tf":1.0},"52":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"132":{"tf":1.0},"18":{"tf":1.0}}}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"131":{"tf":1.0}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"86":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":7,"docs":{"116":{"tf":1.0},"132":{"tf":1.0},"40":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.0},"70":{"tf":1.0},"78":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"132":{"tf":1.4142135623730951},"37":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.7320508075688772}}},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"113":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":5,"docs":{"120":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"24":{"tf":1.0},"39":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":34,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"115":{"tf":1.4142135623730951},"133":{"tf":1.0},"34":{"tf":1.0},"81":{"tf":1.7320508075688772},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":2.0},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951},"98":{"tf":1.0},"99":{"tf":2.0}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"120":{"tf":1.0}}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"56":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"67":{"tf":1.4142135623730951}}},"y":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"67":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}},"x":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":1,"docs":{"18":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{}},"df":3,"docs":{"115":{"tf":1.0},"40":{"tf":1.0},"86":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"116":{"tf":1.0},"38":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"67":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"19":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":1,"docs":{"41":{"tf":1.0}},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"122":{"tf":1.0},"62":{"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":{"70":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"82":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":5,"docs":{"35":{"tf":1.0},"40":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.4142135623730951},"63":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"89":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":32,"docs":{"105":{"tf":1.4142135623730951},"113":{"tf":1.0},"115":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.0},"125":{"tf":1.0},"128":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"27":{"tf":1.4142135623730951},"3":{"tf":1.0},"31":{"tf":1.7320508075688772},"37":{"tf":1.0},"41":{"tf":1.7320508075688772},"45":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"68":{"tf":1.0},"7":{"tf":1.7320508075688772},"70":{"tf":1.0},"72":{"tf":1.0},"78":{"tf":1.4142135623730951},"8":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":8,"docs":{"132":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.4142135623730951},"45":{"tf":2.0},"47":{"tf":1.0},"54":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"92":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":4,"docs":{"113":{"tf":1.0},"23":{"tf":1.0},"82":{"tf":1.0},"86":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"62":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":4,"docs":{"128":{"tf":1.0},"133":{"tf":1.4142135623730951},"6":{"tf":1.0},"82":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":16,"docs":{"105":{"tf":2.23606797749979},"113":{"tf":1.4142135623730951},"129":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.4142135623730951},"19":{"tf":1.0},"23":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"45":{"tf":1.4142135623730951},"47":{"tf":1.0},"50":{"tf":1.4142135623730951},"52":{"tf":1.0},"59":{"tf":1.0},"66":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"<":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"97":{"tf":1.0}}}}}}},"df":15,"docs":{"111":{"tf":1.0},"16":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.0},"89":{"tf":1.4142135623730951},"90":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":3,"docs":{"0":{"tf":1.0},"133":{"tf":1.0},"20":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":7,"docs":{"133":{"tf":1.4142135623730951},"23":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0},"85":{"tf":1.0},"89":{"tf":1.0},"97":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"26":{"tf":1.4142135623730951},"39":{"tf":1.0},"85":{"tf":1.0},"92":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":3,"docs":{"132":{"tf":1.0},"24":{"tf":1.0},"40":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"24":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"91":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"132":{"tf":1.0},"21":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":7,"docs":{"0":{"tf":1.0},"133":{"tf":1.4142135623730951},"3":{"tf":1.0},"6":{"tf":1.0},"82":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"70":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"133":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"c":{"df":1,"docs":{"89":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"11":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"11":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"111":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":7,"docs":{"84":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.7320508075688772},"90":{"tf":1.4142135623730951},"92":{"tf":1.0},"95":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}}}}}}}}},"df":43,"docs":{"1":{"tf":1.0},"107":{"tf":1.7320508075688772},"113":{"tf":1.7320508075688772},"115":{"tf":1.0},"116":{"tf":2.449489742783178},"121":{"tf":1.0},"123":{"tf":1.0},"125":{"tf":1.0},"132":{"tf":1.4142135623730951},"133":{"tf":2.23606797749979},"16":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":2.0},"23":{"tf":1.7320508075688772},"24":{"tf":1.0},"25":{"tf":1.0},"31":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"35":{"tf":1.7320508075688772},"38":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"49":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":2.23606797749979},"58":{"tf":1.0},"6":{"tf":1.4142135623730951},"60":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.4142135623730951},"65":{"tf":1.4142135623730951},"66":{"tf":2.0},"67":{"tf":1.4142135623730951},"69":{"tf":1.0},"7":{"tf":1.4142135623730951},"71":{"tf":1.0},"74":{"tf":2.0},"75":{"tf":1.0},"78":{"tf":2.6457513110645907},"79":{"tf":1.0},"82":{"tf":2.0},"90":{"tf":1.0},"92":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"84":{"tf":1.0},"89":{"tf":1.4142135623730951}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":6,"docs":{"26":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.0},"41":{"tf":1.0},"7":{"tf":1.0},"92":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":9,"docs":{"110":{"tf":1.0},"111":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":61,"docs":{"11":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"115":{"tf":1.4142135623730951},"116":{"tf":2.8284271247461903},"120":{"tf":1.0},"121":{"tf":1.0},"125":{"tf":1.0},"127":{"tf":1.0},"130":{"tf":1.0},"132":{"tf":1.7320508075688772},"133":{"tf":2.23606797749979},"14":{"tf":2.0},"23":{"tf":1.7320508075688772},"24":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"29":{"tf":1.0},"31":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.7320508075688772},"57":{"tf":2.23606797749979},"58":{"tf":1.7320508075688772},"59":{"tf":1.7320508075688772},"6":{"tf":1.4142135623730951},"60":{"tf":1.7320508075688772},"61":{"tf":1.4142135623730951},"62":{"tf":1.7320508075688772},"65":{"tf":1.7320508075688772},"66":{"tf":2.0},"67":{"tf":2.0},"69":{"tf":1.0},"7":{"tf":1.4142135623730951},"72":{"tf":1.0},"74":{"tf":2.8284271247461903},"75":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"78":{"tf":3.0},"79":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.7320508075688772},"92":{"tf":2.0},"97":{"tf":1.4142135623730951}},"s":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"29":{"tf":1.0}}}}}}}},"df":0,"docs":{},"k":{"8":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"—":{"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":{"df":1,"docs":{"128":{"tf":1.0}}}}}}}}}}},"’":{"df":1,"docs":{"62":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"61":{"tf":1.0}},"{":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":6,"docs":{"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"61":{"tf":1.0},"82":{"tf":1.0},"92":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"61":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"=":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"74":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":3,"docs":{"14":{"tf":1.0},"62":{"tf":1.0},"74":{"tf":1.0}}}}}},"df":5,"docs":{"70":{"tf":1.0},"88":{"tf":1.7320508075688772},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":2,"docs":{"79":{"tf":1.0},"87":{"tf":1.0}},"t":{"df":0,"docs":{},"y":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"m":{"df":0,"docs":{},"e":{"df":7,"docs":{"132":{"tf":1.4142135623730951},"133":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"56":{"tf":1.4142135623730951},"67":{"tf":1.0},"92":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"132":{"tf":1.0},"77":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"62":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":14,"docs":{"100":{"tf":1.0},"111":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"7":{"tf":1.0},"92":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":14,"docs":{"101":{"tf":1.0},"111":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0},"95":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":6,"docs":{"29":{"tf":1.0},"39":{"tf":1.7320508075688772},"8":{"tf":1.0},"92":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":58,"docs":{"1":{"tf":1.0},"108":{"tf":1.0},"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.7320508075688772},"124":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.4142135623730951},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.7320508075688772},"133":{"tf":2.23606797749979},"16":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.7320508075688772},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":2.23606797749979},"27":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":2.23606797749979},"36":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":2.0},"4":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"46":{"tf":1.0},"51":{"tf":1.0},"56":{"tf":2.23606797749979},"57":{"tf":1.0},"6":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":1.0},"82":{"tf":2.6457513110645907},"91":{"tf":1.4142135623730951},"92":{"tf":2.23606797749979},"93":{"tf":1.4142135623730951},"97":{"tf":1.7320508075688772},"98":{"tf":1.0},"99":{"tf":1.0}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"60":{"tf":1.0},"67":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"68":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":2,"docs":{"15":{"tf":1.0},"33":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":5,"docs":{"11":{"tf":1.0},"27":{"tf":1.4142135623730951},"30":{"tf":1.0},"32":{"tf":1.4142135623730951},"70":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":9,"docs":{"112":{"tf":1.0},"12":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.7320508075688772},"70":{"tf":1.4142135623730951},"71":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":7,"docs":{"107":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.4142135623730951},"18":{"tf":2.0},"21":{"tf":1.0},"40":{"tf":1.0},"65":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"d":{"df":12,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"120":{"tf":1.0},"126":{"tf":1.4142135623730951},"132":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"8":{"tf":1.0},"82":{"tf":1.0}}},"df":14,"docs":{"131":{"tf":1.0},"15":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0},"97":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"116":{"tf":2.0},"119":{"tf":1.0},"78":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}},"f":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"89":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"97":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":4,"docs":{"39":{"tf":1.0},"89":{"tf":1.7320508075688772},"90":{"tf":1.7320508075688772},"96":{"tf":1.4142135623730951}}}},"n":{"d":{"df":8,"docs":{"111":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":7,"docs":{"14":{"tf":1.0},"19":{"tf":1.7320508075688772},"22":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"40":{"tf":1.0},"76":{"tf":1.0}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"92":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"27":{"tf":1.0},"30":{"tf":1.0}}}},"i":{"c":{"df":6,"docs":{"0":{"tf":1.0},"113":{"tf":1.0},"133":{"tf":1.0},"20":{"tf":1.0},"59":{"tf":1.0},"77":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"t":{"df":18,"docs":{"112":{"tf":1.0},"115":{"tf":1.4142135623730951},"125":{"tf":1.0},"128":{"tf":1.0},"133":{"tf":1.0},"14":{"tf":1.7320508075688772},"23":{"tf":1.0},"26":{"tf":1.0},"35":{"tf":1.0},"56":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"74":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951},"81":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":5,"docs":{"113":{"tf":1.0},"131":{"tf":1.0},"27":{"tf":1.4142135623730951},"32":{"tf":1.0},"59":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":10,"docs":{"133":{"tf":1.0},"16":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.0},"6":{"tf":1.0},"82":{"tf":1.0},"88":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":7,"docs":{"26":{"tf":1.0},"40":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"82":{"tf":1.0},"89":{"tf":1.0},"92":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"113":{"tf":1.0},"132":{"tf":1.0},"21":{"tf":1.4142135623730951}}}},"w":{"df":4,"docs":{"1":{"tf":1.0},"116":{"tf":1.0},"41":{"tf":1.0},"88":{"tf":1.0}}}}},"i":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"62":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":14,"docs":{"132":{"tf":1.0},"133":{"tf":1.7320508075688772},"20":{"tf":2.0},"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0},"56":{"tf":1.4142135623730951},"6":{"tf":1.0},"62":{"tf":1.4142135623730951},"80":{"tf":1.0},"86":{"tf":1.0}},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"80":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"79":{"tf":1.0}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"42":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951}},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"42":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"i":{"df":1,"docs":{"79":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":3,"docs":{"23":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0}}}},"k":{"df":1,"docs":{"78":{"tf":1.0}}}},"t":{"df":1,"docs":{"26":{"tf":1.0}}},"z":{"df":0,"docs":{},"e":{"df":1,"docs":{"20":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"_":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"21":{"tf":1.0},"53":{"tf":1.0}}}}},"df":0,"docs":{}},"df":5,"docs":{"132":{"tf":2.0},"133":{"tf":1.7320508075688772},"18":{"tf":2.8284271247461903},"21":{"tf":2.449489742783178},"93":{"tf":1.0}}},"w":{"df":4,"docs":{"113":{"tf":1.0},"125":{"tf":1.0},"128":{"tf":1.0},"18":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"63":{"tf":1.0}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"3":{"tf":1.0},"35":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":8,"docs":{"113":{"tf":1.0},"132":{"tf":1.4142135623730951},"39":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.0},"58":{"tf":1.0},"63":{"tf":1.0},"91":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"85":{"tf":1.0},"90":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"3":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"121":{"tf":1.0}}}},"w":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"17":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"17":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":4,"docs":{"133":{"tf":1.0},"27":{"tf":1.4142135623730951},"7":{"tf":1.0},"74":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"87":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":11,"docs":{"116":{"tf":1.0},"133":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"23":{"tf":1.0},"33":{"tf":1.0},"38":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"78":{"tf":1.7320508075688772},"9":{"tf":1.0}},"i":{"df":3,"docs":{"133":{"tf":1.4142135623730951},"35":{"tf":1.0},"78":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"e":{"d":{"df":2,"docs":{"40":{"tf":1.0},"57":{"tf":1.0}},"—":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"113":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}}},"r":{"c":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"27":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"133":{"tf":1.0},"49":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"13":{"tf":1.7320508075688772},"27":{"tf":1.4142135623730951},"35":{"tf":1.0},"40":{"tf":1.0},"59":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"113":{"tf":1.4142135623730951}}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"113":{"tf":1.0},"40":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":1,"docs":{"101":{"tf":1.0}},"t":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"89":{"tf":1.0},"95":{"tf":1.0}}}}}}},"df":0,"docs":{}},"_":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"85":{"tf":1.0},"90":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":15,"docs":{"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"133":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"39":{"tf":1.0},"40":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.7320508075688772},"82":{"tf":1.0},"84":{"tf":1.0},"89":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"113":{"tf":1.0},"128":{"tf":1.0},"63":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":5,"docs":{"133":{"tf":1.7320508075688772},"20":{"tf":1.7320508075688772},"23":{"tf":1.0},"40":{"tf":1.0},"55":{"tf":1.7320508075688772}}},"i":{"c":{"df":2,"docs":{"89":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":2,"docs":{"119":{"tf":1.4142135623730951},"15":{"tf":1.0}}}},"y":{"df":5,"docs":{"132":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"53":{"tf":1.0},"90":{"tf":1.4142135623730951}}}},"d":{":":{":":{"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":8,"docs":{"111":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{":":{":":{"a":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"89":{"tf":1.0}}},"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":{":":{":":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":9,"docs":{"100":{"tf":1.0},"111":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":3,"docs":{"115":{"tf":1.4142135623730951},"14":{"tf":1.4142135623730951},"75":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"39":{"tf":1.0},"62":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"132":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"p":{"df":3,"docs":{"133":{"tf":1.0},"23":{"tf":1.0},"82":{"tf":1.0}}}},"r":{"df":4,"docs":{"89":{"tf":1.0},"90":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"116":{"tf":1.4142135623730951},"133":{"tf":1.0},"78":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"44":{"tf":1.0},"47":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"82":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"89":{"tf":1.0},"90":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"27":{"tf":1.0},"54":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"u":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"43":{"tf":1.0}}}},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"17":{"tf":1.0}}}}},"df":7,"docs":{"0":{"tf":1.4142135623730951},"133":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"75":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":3,"docs":{"0":{"tf":1.0},"133":{"tf":1.0},"77":{"tf":1.0}}}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"132":{"tf":1.0},"133":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"6":{"tf":1.0},"82":{"tf":1.0},"93":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"119":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{},"x":{"df":2,"docs":{"115":{"tf":1.0},"76":{"tf":1.4142135623730951}}}}}},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"56":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"60":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"22":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"55":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":12,"docs":{"113":{"tf":1.0},"127":{"tf":1.4142135623730951},"45":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"66":{"tf":1.7320508075688772},"67":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"24":{"tf":1.0},"40":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.4142135623730951}},"e":{"d":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"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":{}}}},"w":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"132":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"113":{"tf":1.7320508075688772}}}}}}},"n":{"c":{"df":10,"docs":{"111":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"132":{"tf":1.0},"18":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":10,"docs":{"115":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":2.23606797749979},"20":{"tf":1.4142135623730951},"3":{"tf":1.0},"38":{"tf":1.4142135623730951},"45":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"82":{"tf":1.0}}}}}}}},"t":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"11":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0}}},"i":{"df":0,"docs":{},"l":{"=":{"1":{"0":{"0":{"0":{"df":1,"docs":{"78":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"0":{"0":{"df":1,"docs":{"116":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"116":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"5":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}},"3":{"0":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"4":{"5":{"df":1,"docs":{"105":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"89":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"90":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":7,"docs":{"132":{"tf":1.4142135623730951},"33":{"tf":1.0},"35":{"tf":1.0},"75":{"tf":1.0},"77":{"tf":2.0},"89":{"tf":1.4142135623730951},"90":{"tf":1.7320508075688772}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"82":{"tf":1.0}}}}},"d":{"df":3,"docs":{"38":{"tf":1.0},"61":{"tf":1.0},"80":{"tf":1.0}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"3":{"tf":1.4142135623730951},"40":{"tf":1.0}}},"r":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"116":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"79":{"tf":1.4142135623730951}}}}}}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"13":{"tf":1.4142135623730951},"27":{"tf":1.0},"30":{"tf":1.0},"78":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"115":{"tf":1.4142135623730951},"14":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"39":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"116":{"tf":1.0}}}}}},"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"=":{"9":{"0":{"9":{"1":{"df":2,"docs":{"66":{"tf":1.0},"80":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"9":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":75,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.0},"11":{"tf":1.4142135623730951},"112":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.0},"123":{"tf":1.0},"125":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.0},"13":{"tf":1.7320508075688772},"130":{"tf":1.4142135623730951},"131":{"tf":1.0},"132":{"tf":2.0},"16":{"tf":2.0},"17":{"tf":1.7320508075688772},"18":{"tf":1.0},"19":{"tf":1.7320508075688772},"2":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"26":{"tf":1.7320508075688772},"27":{"tf":1.4142135623730951},"29":{"tf":1.7320508075688772},"3":{"tf":1.7320508075688772},"30":{"tf":1.4142135623730951},"34":{"tf":2.449489742783178},"35":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"47":{"tf":1.4142135623730951},"48":{"tf":1.7320508075688772},"49":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"54":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":3.0},"67":{"tf":2.23606797749979},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.7320508075688772},"80":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"9":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":2.0},"93":{"tf":2.6457513110645907},"95":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951},"97":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"86":{"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":{"85":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"84":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"{":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":10,"docs":{"100":{"tf":1.0},"111":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"97":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"90":{"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":{"96":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"95":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"89":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"89":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"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":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":5,"docs":{"100":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"k":{"8":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"k":{"8":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"100":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{":":{":":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":5,"docs":{"100":{"tf":1.0},"111":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":6,"docs":{"111":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"{":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":3,"docs":{"100":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"—":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}}}}}}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{":":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":6,"docs":{"11":{"tf":1.0},"116":{"tf":1.0},"130":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"67":{"tf":2.8284271247461903},"78":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"—":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"78":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"’":{"df":0,"docs":{},"r":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"18":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":1,"docs":{"9":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"24":{"tf":1.0},"56":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.0}}}}}}}}}}},"i":{"df":1,"docs":{"18":{"tf":1.0}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"e":{"df":14,"docs":{"0":{"tf":1.0},"105":{"tf":1.4142135623730951},"128":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"18":{"tf":2.449489742783178},"22":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.4142135623730951},"40":{"tf":1.0},"53":{"tf":1.7320508075688772},"58":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":10,"docs":{"112":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.0},"128":{"tf":1.4142135623730951},"133":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":6,"docs":{"115":{"tf":1.0},"116":{"tf":1.4142135623730951},"14":{"tf":1.0},"53":{"tf":1.0},"76":{"tf":1.4142135623730951},"78":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"m":{"df":0,"docs":{},"p":{"/":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"116":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"78":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"78":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":4,"docs":{"130":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"71":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"78":{"tf":1.0}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"3":{"tf":1.0},"38":{"tf":1.0},"6":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"41":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"53":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"70":{"tf":1.0}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":27,"docs":{"101":{"tf":2.0},"113":{"tf":1.4142135623730951},"123":{"tf":1.0},"126":{"tf":1.0},"133":{"tf":1.4142135623730951},"19":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"29":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.4142135623730951},"66":{"tf":1.0},"8":{"tf":1.4142135623730951},"82":{"tf":1.7320508075688772},"87":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951},"93":{"tf":1.0}},"y":{"(":{")":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"n":{")":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"m":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"g":{"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":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"89":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"133":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"9":{"tf":1.0}}}}}}},"df":7,"docs":{"15":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0},"61":{"tf":1.0},"75":{"tf":1.7320508075688772},"78":{"tf":1.0},"92":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"79":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"27":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"k":{"df":2,"docs":{"23":{"tf":1.0},"55":{"tf":1.4142135623730951}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"63":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":17,"docs":{"133":{"tf":1.4142135623730951},"19":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.4142135623730951},"61":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":7,"docs":{"34":{"tf":2.0},"8":{"tf":1.0},"88":{"tf":1.0},"92":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":29,"docs":{"0":{"tf":1.0},"103":{"tf":2.23606797749979},"111":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"126":{"tf":1.0},"132":{"tf":1.4142135623730951},"133":{"tf":1.7320508075688772},"17":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"19":{"tf":2.0},"20":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.4142135623730951},"39":{"tf":1.0},"43":{"tf":2.23606797749979},"44":{"tf":2.23606797749979},"45":{"tf":1.0},"48":{"tf":1.7320508075688772},"49":{"tf":1.4142135623730951},"50":{"tf":1.0},"54":{"tf":2.23606797749979},"55":{"tf":1.4142135623730951},"61":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.4142135623730951},"92":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"d":{"a":{"df":1,"docs":{"125":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"133":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":8,"docs":{"27":{"tf":1.7320508075688772},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"133":{"tf":1.4142135623730951},"37":{"tf":1.0},"6":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":20,"docs":{"112":{"tf":1.7320508075688772},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"132":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"40":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"40":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"57":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"40":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":2,"docs":{"132":{"tf":1.0},"14":{"tf":1.0}}}},"x":{"df":1,"docs":{"47":{"tf":1.4142135623730951}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":2,"docs":{"133":{"tf":1.0},"97":{"tf":1.0}}},"i":{"c":{"df":1,"docs":{"74":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"p":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"57":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":12,"docs":{"133":{"tf":1.0},"3":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"113":{"tf":1.0}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"62":{"tf":1.0},"74":{"tf":1.0},"79":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"113":{"tf":1.0},"79":{"tf":1.0},"90":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"75":{"tf":1.4142135623730951},"79":{"tf":1.0}}}}}},"p":{"df":6,"docs":{"115":{"tf":1.4142135623730951},"129":{"tf":1.0},"14":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"92":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"35":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"31":{"tf":1.0},"63":{"tf":1.4142135623730951},"92":{"tf":1.0}}}},"df":42,"docs":{"100":{"tf":2.449489742783178},"103":{"tf":1.0},"111":{"tf":2.0},"115":{"tf":1.0},"116":{"tf":2.6457513110645907},"119":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.4142135623730951},"132":{"tf":1.0},"133":{"tf":1.7320508075688772},"14":{"tf":1.0},"26":{"tf":1.0},"34":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":2.23606797749979},"43":{"tf":2.23606797749979},"44":{"tf":2.23606797749979},"45":{"tf":2.23606797749979},"48":{"tf":2.23606797749979},"49":{"tf":2.23606797749979},"50":{"tf":2.23606797749979},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":2.449489742783178},"8":{"tf":1.4142135623730951},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.4142135623730951},"86":{"tf":1.0},"89":{"tf":2.23606797749979},"90":{"tf":1.7320508075688772},"95":{"tf":1.7320508075688772},"96":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":57,"docs":{"20":{"tf":1.7320508075688772},"25":{"tf":1.7320508075688772},"26":{"tf":1.4142135623730951},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"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.4142135623730951},"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},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.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},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0}},"s":{"(":{"1":{"0":{"df":2,"docs":{"43":{"tf":1.0},"45":{"tf":1.0}}},"5":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":5,"docs":{"103":{"tf":1.0},"111":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"5":{"0":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":3,"docs":{"113":{"tf":1.0},"120":{"tf":1.0},"126":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"z":{"df":2,"docs":{"89":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"91":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"27":{"tf":1.0},"32":{"tf":1.0}}}},"x":{"df":0,"docs":{},"o":{"df":1,"docs":{"133":{"tf":1.4142135623730951}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"115":{"tf":1.7320508075688772},"116":{"tf":2.0},"119":{"tf":1.0},"78":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"v":{"0":{".":{"3":{".":{"1":{"df":6,"docs":{"12":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"66":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"116":{"tf":1.0}}}}}},"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"(":{"2":{"df":4,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"43":{"tf":1.0}}},"3":{"df":8,"docs":{"101":{"tf":1.0},"111":{"tf":1.0},"19":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.0},"8":{"tf":1.0},"95":{"tf":1.0}}},"4":{"df":3,"docs":{"45":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{}},".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"116":{"tf":1.4142135623730951},"78":{"tf":1.0}}}}}},"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"9":{"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":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"66":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":31,"docs":{"0":{"tf":2.0},"101":{"tf":1.0},"115":{"tf":1.4142135623730951},"116":{"tf":3.3166247903554},"119":{"tf":1.0},"123":{"tf":1.0},"13":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":2.0},"15":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"40":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":2.0},"49":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"61":{"tf":1.0},"65":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":3.0},"82":{"tf":1.0},"89":{"tf":1.4142135623730951},"90":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":1,"docs":{"133":{"tf":1.0}}}},"r":{"df":1,"docs":{"113":{"tf":1.0}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":7,"docs":{"133":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"75":{"tf":1.7320508075688772},"79":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"66":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"c":{"!":{"[":{"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":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":1,"docs":{"89":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"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":{},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":1,"docs":{"89":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"121":{"tf":1.0},"74":{"tf":2.0}}}}},"df":0,"docs":{},"i":{"df":2,"docs":{"132":{"tf":1.0},"21":{"tf":1.0}},"f":{"df":4,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"55":{"tf":1.4142135623730951},"77":{"tf":1.0}},"i":{"df":13,"docs":{"113":{"tf":1.4142135623730951},"116":{"tf":1.0},"119":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"133":{"tf":1.4142135623730951},"38":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"62":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"24":{"tf":1.0}}}}}},"i":{"a":{"df":19,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"112":{"tf":1.0},"12":{"tf":1.0},"133":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"55":{"tf":1.0},"62":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.7320508075688772},"72":{"tf":1.0},"78":{"tf":1.7320508075688772},"8":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"116":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"56":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":4,"docs":{"66":{"tf":1.0},"67":{"tf":1.0},"72":{"tf":1.0},"78":{"tf":1.4142135623730951}}}}}},"s":{"df":2,"docs":{"113":{"tf":1.0},"74":{"tf":1.4142135623730951}}}},"w":{"[":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"23":{"tf":1.0}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"129":{"tf":1.0},"133":{"tf":1.4142135623730951},"23":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"97":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"132":{"tf":1.0},"18":{"tf":2.449489742783178},"39":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":18,"docs":{"102":{"tf":1.7320508075688772},"103":{"tf":1.0},"113":{"tf":1.7320508075688772},"120":{"tf":1.0},"126":{"tf":1.7320508075688772},"132":{"tf":1.0},"133":{"tf":1.0},"26":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"55":{"tf":2.0},"61":{"tf":1.0},"62":{"tf":1.0},"8":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"92":{"tf":1.0}},"s":{"(":{"1":{"0":{"0":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"0":{"df":2,"docs":{"43":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}},"3":{"0":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}},"5":{"0":{"df":5,"docs":{"102":{"tf":1.0},"111":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":3,"docs":{"113":{"tf":1.0},"120":{"tf":1.0},"126":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"62":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"75":{"tf":1.0}}}},"s":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"127":{"tf":1.0}}}}}},"y":{"df":1,"docs":{"17":{"tf":1.0}}}},"df":1,"docs":{"23":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"39":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"133":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"l":{"d":{"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"116":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":10,"docs":{"113":{"tf":1.0},"125":{"tf":1.0},"133":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"35":{"tf":1.0},"38":{"tf":1.0},"56":{"tf":1.0},"82":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":4,"docs":{"113":{"tf":1.0},"59":{"tf":1.0},"84":{"tf":1.0},"91":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"91":{"tf":1.0}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"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":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"2":{"0":{"df":2,"docs":{"107":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}},"8":{"0":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"0":{"0":{"df":1,"docs":{"49":{"tf":1.0}}},"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":1,"docs":{"21":{"tf":1.0}}},"6":{"0":{"df":4,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}},"9":{"0":{"df":3,"docs":{"111":{"tf":1.0},"44":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":2,"docs":{"125":{"tf":1.0},"133":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"0":{"df":1,"docs":{"91":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"128":{"tf":1.0},"20":{"tf":1.0},"53":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":4,"docs":{"1":{"tf":1.0},"24":{"tf":1.0},"66":{"tf":1.0},"72":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"113":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"k":{"df":9,"docs":{"113":{"tf":1.0},"115":{"tf":1.0},"17":{"tf":1.0},"3":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":7,"docs":{"117":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"71":{"tf":1.4142135623730951},"92":{"tf":1.0},"94":{"tf":1.4142135623730951}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":59,"docs":{"1":{"tf":1.0},"103":{"tf":1.7320508075688772},"104":{"tf":1.7320508075688772},"105":{"tf":1.7320508075688772},"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"119":{"tf":1.0},"12":{"tf":1.0},"123":{"tf":1.0},"125":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951},"128":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":2.0},"133":{"tf":2.23606797749979},"23":{"tf":2.23606797749979},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.7320508075688772},"36":{"tf":2.0},"37":{"tf":2.449489742783178},"38":{"tf":2.23606797749979},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"47":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0},"6":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"68":{"tf":1.0},"72":{"tf":1.0},"8":{"tf":2.0},"82":{"tf":2.23606797749979},"84":{"tf":1.7320508075688772},"85":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":2.0},"89":{"tf":2.6457513110645907},"90":{"tf":1.4142135623730951},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":2.0},"97":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"26":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"115":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":7,"docs":{"14":{"tf":1.0},"16":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"66":{"tf":1.0},"76":{"tf":1.4142135623730951},"78":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"78":{"tf":1.0}}}}}}}}},"x":{"df":2,"docs":{"66":{"tf":1.4142135623730951},"70":{"tf":1.0}}},"y":{"df":0,"docs":{},"e":{"df":2,"docs":{"132":{"tf":1.0},"9":{"tf":1.0}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"96":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"95":{"tf":1.0}}}}}}},"df":1,"docs":{"95":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"97":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"97":{"tf":1.0}}}}}},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"96":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"95":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":1,"docs":{"95":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"’":{"df":0,"docs":{},"r":{"df":2,"docs":{"79":{"tf":1.0},"93":{"tf":1.0}}}}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"133":{"tf":1.0}}}}}}}},"title":{"root":{"1":{"df":1,"docs":{"118":{"tf":1.0}}},"2":{"df":1,"docs":{"119":{"tf":1.0}}},"3":{"df":1,"docs":{"120":{"tf":1.0}}},"4":{"df":1,"docs":{"121":{"tf":1.0}}},"5":{"df":1,"docs":{"122":{"tf":1.0}}},"6":{"df":1,"docs":{"123":{"tf":1.0}}},"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"116":{"tf":1.0},"78":{"tf":1.0}}}}}},"df":0,"docs":{}},"d":{"d":{"df":1,"docs":{"93":{"tf":1.0}}},"df":7,"docs":{"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"46":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}},"l":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"129":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"i":{"df":3,"docs":{"8":{"tf":1.0},"80":{"tf":1.0},"99":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"98":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"14":{"tf":1.0},"4":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"72":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"35":{"tf":1.0}}}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"127":{"tf":1.0}}}}},"df":0,"docs":{}}},"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"108":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"8":{"tf":1.0},"99":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"c":{"a":{"df":0,"docs":{},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"93":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":4,"docs":{"105":{"tf":1.0},"19":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"118":{"tf":1.0},"121":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":2,"docs":{"63":{"tf":1.0},"71":{"tf":1.0}},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"12":{"tf":1.0},"131":{"tf":1.0},"68":{"tf":1.0},"70":{"tf":1.0}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"124":{"tf":1.0},"61":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"123":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"111":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"6":{"tf":1.0}}},"s":{"df":3,"docs":{"13":{"tf":1.0},"59":{"tf":1.0},"66":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"90":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":2,"docs":{"125":{"tf":1.0},"42":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"36":{"tf":1.0},"39":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"127":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"36":{"tf":1.0},"39":{"tf":1.0},"5":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"92":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"a":{"df":2,"docs":{"104":{"tf":1.0},"44":{"tf":1.0}}},"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"117":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"17":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":3,"docs":{"109":{"tf":1.0},"9":{"tf":1.0},"97":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"24":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"19":{"tf":1.0}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"81":{"tf":1.0},"82":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"28":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"11":{"tf":1.0},"59":{"tf":1.0}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"107":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"105":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"122":{"tf":1.0}}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"75":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"124":{"tf":1.0}}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":6,"docs":{"111":{"tf":1.0},"31":{"tf":1.0},"41":{"tf":1.0},"46":{"tf":1.0},"64":{"tf":1.0},"88":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"110":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":9,"docs":{"106":{"tf":1.0},"125":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"61":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"28":{"tf":1.0}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"83":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":2,"docs":{"51":{"tf":1.0},"94":{"tf":1.0}}}}}}}},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"125":{"tf":1.0},"126":{"tf":1.0},"131":{"tf":1.0}}}},"q":{"df":1,"docs":{"132":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":2,"docs":{"131":{"tf":1.0},"76":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"77":{"tf":1.0}}}}}},"n":{"d":{"df":1,"docs":{"114":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"5":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":2,"docs":{"130":{"tf":1.0},"131":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":4,"docs":{"118":{"tf":1.0},"29":{"tf":1.0},"74":{"tf":1.0},"83":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"70":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"133":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"123":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"113":{"tf":1.0},"25":{"tf":1.0},"34":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"20":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"87":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"51":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":1,"docs":{"25":{"tf":1.0}},"i":{"df":1,"docs":{"81":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"130":{"tf":1.0}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"17":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"100":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"92":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"v":{"df":1,"docs":{"98":{"tf":1.0}}}},"k":{"8":{"df":1,"docs":{"67":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"28":{"tf":1.0}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"123":{"tf":1.0}}}}}},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"g":{"df":2,"docs":{"131":{"tf":1.0},"68":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"121":{"tf":1.0},"82":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"125":{"tf":1.0},"42":{"tf":1.0}}}}},"o":{"a":{"d":{"df":3,"docs":{"131":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"58":{"tf":1.0},"65":{"tf":1.0}}},"t":{"df":2,"docs":{"115":{"tf":1.0},"69":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":11,"docs":{"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"14":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.4142135623730951},"75":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"124":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"82":{"tf":1.0}}}}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"77":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":2,"docs":{"19":{"tf":1.0},"72":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"52":{"tf":1.0}}}}}}},"w":{"df":5,"docs":{"88":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":7,"docs":{"116":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"127":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0},"80":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"130":{"tf":1.0}}}}}},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":6,"docs":{"122":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"33":{"tf":1.0},"73":{"tf":1.0},"80":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"62":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":1,"docs":{"79":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"118":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"17":{"tf":1.0}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"131":{"tf":1.0},"68":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":4,"docs":{"2":{"tf":1.0},"25":{"tf":1.0},"81":{"tf":1.0},"98":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"39":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"76":{"tf":1.0},"78":{"tf":1.0}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"16":{"tf":1.0}}}}}}}}}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"129":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"o":{"b":{"df":0,"docs":{},"e":{"df":1,"docs":{"89":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"48":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"80":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"113":{"tf":1.0},"115":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"89":{"tf":1.0},"90":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"119":{"tf":1.0},"128":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"52":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"115":{"tf":1.0},"81":{"tf":1.0},"92":{"tf":1.0},"99":{"tf":1.0}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"105":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"n":{"df":4,"docs":{"107":{"tf":1.0},"21":{"tf":1.0},"56":{"tf":1.0},"64":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":10,"docs":{"116":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"78":{"tf":1.0},"86":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"88":{"tf":1.0}}}}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"39":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":6,"docs":{"112":{"tf":1.0},"123":{"tf":1.0},"23":{"tf":1.0},"35":{"tf":1.0},"56":{"tf":1.0},"82":{"tf":1.0}}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"126":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"42":{"tf":1.0},"89":{"tf":1.0}}}}}},"t":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}},"y":{"df":1,"docs":{"90":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"22":{"tf":1.0},"47":{"tf":1.0}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"49":{"tf":1.0}}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"113":{"tf":1.0}}}}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"77":{"tf":1.0},"90":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"79":{"tf":1.0}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"16":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{":":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"130":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":2,"docs":{"18":{"tf":1.4142135623730951},"53":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"128":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"101":{"tf":1.0},"87":{"tf":1.0}}}}}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"103":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":1,"docs":{"27":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"112":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"63":{"tf":1.0}}}},"df":1,"docs":{"129":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"25":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"75":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"55":{"tf":1.0}},"i":{"df":2,"docs":{"119":{"tf":1.0},"122":{"tf":1.0}}}}}}},"s":{"df":1,"docs":{"74":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"18":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"102":{"tf":1.0},"126":{"tf":1.0},"55":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"21":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"91":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"117":{"tf":1.0},"71":{"tf":1.0},"94":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":11,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"lang":"English","pipeline":["trimmer","stopWordFilter","stemmer"],"ref":"id","version":"0.9.5"},"results_options":{"limit_results":30,"teaser_word_count":30},"search_options":{"bool":"OR","expand":true,"fields":{"body":{"boost":1},"breadcrumbs":{"boost":1},"title":{"boost":2}}}}')); \ No newline at end of file diff --git a/docs/searchindex.js b/docs/searchindex.js new file mode 100644 index 0000000..8529907 --- /dev/null +++ b/docs/searchindex.js @@ -0,0 +1 @@ +Object.assign(window.search, {"doc_urls":["project-context-primer.html#logos-testing-framework","project-context-primer.html#core-concept","project-context-primer.html#how-it-works","project-context-primer.html#key-features","project-context-primer.html#quick-example","project-context-primer.html#choose-your-path","project-context-primer.html#new-to-the-framework","project-context-primer.html#ready-to-write-tests","project-context-primer.html#setting-up-cicd","project-context-primer.html#extending-the-framework","project-context-primer.html#project-context","project-context-primer.html#documentation-structure","project-context-primer.html#quick-links","what-you-will-learn.html#what-you-will-learn","what-you-will-learn.html#by-the-end-of-this-book-you-will-be-able-to","what-you-will-learn.html#learning-path","what-you-will-learn.html#what-this-book-does-not-cover","quickstart.html#quickstart","quickstart.html#prerequisites","quickstart.html#your-first-test","quickstart.html#what-just-happened","quickstart.html#1-topology-configuration","quickstart.html#2-wallet-seeding","quickstart.html#3-workloads","quickstart.html#4-expectation","quickstart.html#5-run-duration","quickstart.html#6-deploy-and-execute","quickstart.html#adjust-the-topology","quickstart.html#try-docker-compose","quickstart.html#next-steps","part-i.html#part-i--foundations","introduction.html#introduction","introduction.html#a-scenario-in-20-lines","architecture-overview.html#architecture-overview","architecture-overview.html#core-flow","architecture-overview.html#crate-architecture","architecture-overview.html#layer-responsibilities","architecture-overview.html#extension-points","architecture-overview.html#components","architecture-overview.html#entry-points","architecture-overview.html#builder-api","architecture-overview.html#deployers","architecture-overview.html#assets-and-images","architecture-overview.html#docker-image","architecture-overview.html#circuit-assets","architecture-overview.html#compose-stack","architecture-overview.html#logging-architecture","architecture-overview.html#observability","testing-philosophy.html#testing-philosophy","testing-philosophy.html#declarative-over-imperative","testing-philosophy.html#protocol-time-not-wall-time","testing-philosophy.html#determinism-first-chaos-when-needed","testing-philosophy.html#observable-health-signals","testing-philosophy.html#minimum-run-windows","testing-philosophy.html#summary","scenario-lifecycle.html#scenario-lifecycle","scenario-lifecycle.html#phase-details","scenario-lifecycle.html#1-build-the-plan","scenario-lifecycle.html#2-deploy","scenario-lifecycle.html#3-capture-baseline","scenario-lifecycle.html#4-drive-workloads","scenario-lifecycle.html#5-evaluate-expectations","scenario-lifecycle.html#6-cleanup","design-rationale.html#design-rationale","part-ii.html#part-ii--user-guide","workspace-layout.html#workspace-layout","annotated-tree.html#annotated-tree","annotated-tree.html#key-directories-explained","annotated-tree.html#testing-framework","annotated-tree.html#testing-frameworkassetsstack","annotated-tree.html#scripts","annotated-tree.html#examples-start-here","annotated-tree.html#scripts-1","annotated-tree.html#observability","annotated-tree.html#navigation-guide","authoring-scenarios.html#authoring-scenarios","authoring-scenarios.html#the-core-authoring-loop","authoring-scenarios.html#hello-scenario-your-first-test","authoring-scenarios.html#step-1-shape-the-topology","authoring-scenarios.html#step-2-attach-workloads","authoring-scenarios.html#step-3-define-expectations","authoring-scenarios.html#step-4-set-duration","authoring-scenarios.html#step-5-build-and-deploy","authoring-scenarios.html#complete-hello-scenario","authoring-scenarios.html#understanding-units--timing","authoring-scenarios.html#transaction-rate-per-block-not-per-second","authoring-scenarios.html#duration-wall-clock-time","authoring-scenarios.html#structuring-scenarios-in-a-test-suite","authoring-scenarios.html#pattern-1-integration-test-module","authoring-scenarios.html#pattern-2-shared-scenario-builders","authoring-scenarios.html#pattern-3-parameterized-scenarios","authoring-scenarios.html#what-belongs-where","authoring-scenarios.html#topology","authoring-scenarios.html#workloads","authoring-scenarios.html#expectations","authoring-scenarios.html#best-practices","authoring-scenarios.html#next-steps","workloads.html#core-content-workloads--expectations","workloads.html#overview","workloads.html#built-in-workloads","workloads.html#1-transaction-workload","workloads.html#2-data-availability-da-workload","workloads.html#3-chaos-workload-random-restart","workloads.html#built-in-expectations","workloads.html#1-consensus-liveness","workloads.html#2-workload-specific-expectations","workloads.html#configuration-quick-reference","workloads.html#transaction-workload","workloads.html#da-workload","workloads.html#chaos-workload","workloads.html#common-patterns","workloads.html#pattern-1-multiple-workloads","workloads.html#pattern-2-custom-expectation","workloads.html#debugging-checklist","workloads.html#see-also","scenario-builder-ext-patterns.html#core-content-scenariobuilderext-patterns","best-practices.html#best-practices","best-practices.html#scenario-design","best-practices.html#code-organization","best-practices.html#debugging--observability","best-practices.html#environment--runner-selection","best-practices.html#cicd-integration","best-practices.html#anti-patterns-to-avoid","best-practices.html#scenario-design-heuristics","best-practices.html#testing-the-tests","usage-patterns.html#usage-patterns","examples.html#examples","examples.html#simple-consensus-liveness","examples.html#transaction-workload","examples.html#da--transaction-workload","examples.html#chaos-resilience","examples-advanced.html#advanced-examples","examples-advanced.html#summary","examples-advanced.html#load-progression-test","examples-advanced.html#sustained-load-test","examples-advanced.html#aggressive-chaos-test","examples-advanced.html#extension-ideas","examples-advanced.html#mempool--transaction-handling","examples-advanced.html#network--gossip","examples-advanced.html#time--timing","examples-advanced.html#topology--membership","examples-advanced.html#api--external-interfaces","examples-advanced.html#state--correctness","cucumber-bdd.html#cucumberbdd-interface","cucumber-bdd.html#what-exists-today","cucumber-bdd.html#example-feature-matches-current-steps","cucumber-bdd.html#running-the-smoke-features","cucumber-bdd.html#available-steps-current","cucumber-bdd.html#notes","running-scenarios.html#running-scenarios","running-scenarios.html#execution-flow-high-level","running-scenarios.html#the-core-api","running-scenarios.html#runner-differences","running-scenarios.html#local-host-runner","running-scenarios.html#compose-runner","running-scenarios.html#k8s-runner","running-scenarios.html#artifacts--where-to-look","running-scenarios.html#see-also","runners.html#runners","runners.html#host-runner-local-processes","runners.html#docker-compose-runner","runners.html#kubernetes-runner","runners.html#common-expectations","runners.html#runner-comparison","runners.html#detailed-feature-matrix","runners.html#decision-guide","runners.html#quick-recommendations","node-control.html#runcontext-blockfeed--node-control","node-control.html#blockfeed-observing-block-production","node-control.html#what-blockfeed-provides","node-control.html#accessing-blockfeed","node-control.html#usage-in-expectations","node-control.html#usage-in-workloads","node-control.html#blockfeed-vs-direct-polling","node-control.html#block-statistics","node-control.html#important-notes","node-control.html#real-world-examples","node-control.html#current-chaos-capabilities-and-limitations","node-control.html#accessing-node-control-in-workloadsexpectations","node-control.html#current-api-surface","node-control.html#considerations","chaos.html#chaos-workloads","chaos.html#how-it-works","chaos.html#usage","chaos.html#expectations-to-pair","chaos.html#best-practices","topology-chaos.html#topology--chaos-patterns","topology-chaos.html#node-control-availability","topology-chaos.html#chaos-patterns-to-consider","topology-chaos.html#expectations-to-pair","topology-chaos.html#guidance","part-iii.html#part-iii--developer-reference","scenario-model.html#scenario-model-developer-level","api-levels.html#api-levels-builder-dsl-vs-direct-instantiation","api-levels.html#high-level-builder-dsl-recommended","api-levels.html#low-level-direct-instantiation","api-levels.html#method-correspondence","api-levels.html#bundled-expectations-important","api-levels.html#mixing-both-styles","api-levels.html#implementation-detail-how-the-dsl-works","api-levels.html#troubleshooting","api-levels.html#see-also","extending.html#extending-the-framework","extending.html#adding-a-workload","extending.html#adding-an-expectation","extending.html#adding-a-runner-deployer","extending.html#adding-topology-helpers","extending.html#adding-a-dsl-helper","extending.html#see-also","custom-workload-example.html#example-new-workload--expectation-rust","custom-workload-example.html#workload-simple-reachability-probe","custom-workload-example.html#expectation-confirm-the-target-stayed-reachable","custom-workload-example.html#how-to-wire-it","internal-crate-reference.html#internal-crate-reference","internal-crate-reference.html#where-to-add-new-capabilities","internal-crate-reference.html#extension-workflow","internal-crate-reference.html#adding-a-new-workload","internal-crate-reference.html#adding-a-new-expectation","internal-crate-reference.html#adding-a-new-deployer","part-iv.html#part-iv--operations--deployment","part-iv.html#what-youll-learn","part-iv.html#who-this-section-is-for","part-iv.html#navigation","part-iv.html#key-principles","operations-overview.html#operations--deployment-overview","operations-overview.html#core-principles","operations-overview.html#key-operational-concerns","operations-overview.html#runner-agnostic-design","operations-overview.html#operational-workflow","operations-overview.html#documentation-structure","prerequisites.html#prerequisites--setup","prerequisites.html#required-files","prerequisites.html#versionsenv-required","prerequisites.html#node-binaries","prerequisites.html#option-1-use-helper-scripts-recommended","prerequisites.html#option-2-manual-build","prerequisites.html#option-3-prebuilt-bundles-ci","prerequisites.html#circuit-assets-kzg-parameters","prerequisites.html#asset-location","prerequisites.html#getting-assets","prerequisites.html#override-path","prerequisites.html#when-are-assets-needed","prerequisites.html#platform-requirements","prerequisites.html#host-runner-local-processes","prerequisites.html#compose-runner-docker-compose","prerequisites.html#k8s-runner-kubernetes","prerequisites.html#critical-environment-variable","prerequisites.html#quick-setup-check","prerequisites.html#recommended-use-helper-scripts","running-examples.html#running-examples","running-examples.html#quick-start-recommended","running-examples.html#quick-smoke-matrix","running-examples.html#dev-workflow-updating-nomos-node-revision","running-examples.html#cleanup-helper","running-examples.html#host-runner-direct-cargo-run","running-examples.html#host-runner-environment-variables","running-examples.html#compose-runner-direct-cargo-run","running-examples.html#option-1-prebuilt-bundle-recommended","running-examples.html#option-2-manual-circuitimage-setup","running-examples.html#platform-note-macos--apple-silicon","running-examples.html#compose-runner-environment-variables","running-examples.html#compose-specific-features","running-examples.html#k8s-runner-direct-cargo-run","running-examples.html#prerequisites","running-examples.html#build-and-load-image","running-examples.html#run-the-example","running-examples.html#k8s-runner-environment-variables","running-examples.html#k8s--observability-optional","running-examples.html#via-scriptsrunrun-examplessh-recommended","running-examples.html#in-code-optional","running-examples.html#important-k8s-notes","running-examples.html#next-steps","ci-integration.html#ci-integration","ci-integration.html#runner-comparison-for-ci","ci-integration.html#complete-ci-workflow-example","ci-integration.html#workflow-features","ci-integration.html#customization-points","ci-integration.html#best-practices","ci-integration.html#required-set-pol_proof_dev_mode","ci-integration.html#use-helper-scripts","ci-integration.html#cache-aggressively","ci-integration.html#collect-logs-on-failure","ci-integration.html#split-workflows-for-faster-iteration","ci-integration.html#run-k8s-tests-less-frequently","ci-integration.html#platform-specific-notes","ci-integration.html#ubuntu-runners","ci-integration.html#macos-runners","ci-integration.html#self-hosted-runners","ci-integration.html#debugging-ci-failures","ci-integration.html#enable-debug-logging","ci-integration.html#preserve-containers-compose","ci-integration.html#access-artifacts","ci-integration.html#next-steps","environment-variables.html#environment-variables-reference","environment-variables.html#critical-variables","environment-variables.html#runner-selection--topology","environment-variables.html#node-binaries-host-runner","environment-variables.html#docker-images-compose--k8s","environment-variables.html#circuit-assets-kzg-parameters","environment-variables.html#node-logging","environment-variables.html#observability--metrics","environment-variables.html#compose-runner-specific","environment-variables.html#k8s-runner-specific","environment-variables.html#platform--build-configuration","environment-variables.html#timeouts--performance","environment-variables.html#node-configuration-advanced","environment-variables.html#framework-runner-logging-not-node-logs","environment-variables.html#helper-script-variables","environment-variables.html#quick-reference-examples","environment-variables.html#minimal-host-run","environment-variables.html#debug-logging-host","environment-variables.html#compose-with-observability","environment-variables.html#k8s-with-debug","environment-variables.html#ci-environment","environment-variables.html#see-also","logging-observability.html#logging--observability","logging-observability.html#node-logging-vs-framework-logging","logging-observability.html#logging-environment-variables","logging-observability.html#per-node-log-files","logging-observability.html#filter-target-names","logging-observability.html#accessing-logs-by-runner","logging-observability.html#local-runner-host-processes","logging-observability.html#compose-runner-docker-containers","logging-observability.html#k8s-runner-kubernetes-pods","logging-observability.html#otlp-and-telemetry","logging-observability.html#observability-prometheus-and-node-apis","logging-observability.html#prometheus-compatible-metrics-querying-optional","logging-observability.html#grafana-optional","logging-observability.html#node-apis","logging-observability.html#observability-flow","logging-observability.html#quick-reference","logging-observability.html#debug-logging-host","logging-observability.html#compose-with-observability","logging-observability.html#k8s-with-debug","logging-observability.html#see-also","part-v.html#part-v--appendix","part-v.html#contents","part-v.html#when-to-use-this-section","dsl-cheat-sheet.html#builder-api-quick-reference","dsl-cheat-sheet.html#imports","dsl-cheat-sheet.html#topology","dsl-cheat-sheet.html#wallets","dsl-cheat-sheet.html#transaction-workload","dsl-cheat-sheet.html#da-workload","dsl-cheat-sheet.html#chaos-workload-requires-enable_node_control","dsl-cheat-sheet.html#expectations","dsl-cheat-sheet.html#run-duration","dsl-cheat-sheet.html#build","dsl-cheat-sheet.html#deployers","dsl-cheat-sheet.html#execution","dsl-cheat-sheet.html#complete-example","troubleshooting.html#troubleshooting-scenarios","troubleshooting.html#quick-symptom-guide","troubleshooting.html#what-failure-looks-like","troubleshooting.html#1-missing-pol_proof_dev_modetrue-most-common","troubleshooting.html#2-missing-versionsenv-file","troubleshooting.html#3-missing-kzg-circuit-assets-da-workloads","troubleshooting.html#4-node-binaries-not-found","troubleshooting.html#5-docker-daemon-not-running-compose","troubleshooting.html#6-image-not-found-composek8s","troubleshooting.html#7-port-conflicts","troubleshooting.html#8-wallet-seeding-failed-insufficient-funds","troubleshooting.html#9-resource-exhaustion-oom--cpu","troubleshooting.html#10-logs-disappear-after-run","troubleshooting.html#11-consensus-timing-too-tight--run-duration-too-short","troubleshooting.html#summary-quick-checklist-for-failed-runs","troubleshooting.html#where-to-find-logs","troubleshooting.html#log-location-quick-reference","troubleshooting.html#accessing-node-logs-by-runner","troubleshooting.html#debugging-workflow","troubleshooting.html#1-check-framework-output","troubleshooting.html#2-verify-node-readiness","troubleshooting.html#3-inspect-node-logs","troubleshooting.html#4-check-log-levels","troubleshooting.html#5-verify-observability-endpoints","troubleshooting.html#6-compare-with-known-good-scenario","troubleshooting.html#common-error-messages","troubleshooting.html#consensus-liveness-expectation-failed","troubleshooting.html#wallet-seeding-failed","troubleshooting.html#node-control-not-available","troubleshooting.html#readiness-timeout","troubleshooting.html#error-versionsenv-missing","troubleshooting.html#port-already-in-use","troubleshooting.html#image-not-found-logos-blockchain-testinglocal","troubleshooting.html#failed-to-load-kzg-parameters-or-circuit-file-not-found","faq.html#faq","glossary.html#glossary","glossary.html#external-resources"],"index":{"documentStore":{"docInfo":{"0":{"body":27,"breadcrumbs":6,"title":3},"1":{"body":43,"breadcrumbs":5,"title":2},"10":{"body":80,"breadcrumbs":5,"title":2},"100":{"body":225,"breadcrumbs":11,"title":3},"101":{"body":229,"breadcrumbs":13,"title":5},"102":{"body":248,"breadcrumbs":13,"title":5},"103":{"body":0,"breadcrumbs":10,"title":2},"104":{"body":105,"breadcrumbs":11,"title":3},"105":{"body":30,"breadcrumbs":12,"title":4},"106":{"body":0,"breadcrumbs":11,"title":3},"107":{"body":16,"breadcrumbs":10,"title":2},"108":{"body":15,"breadcrumbs":10,"title":2},"109":{"body":12,"breadcrumbs":10,"title":2},"11":{"body":33,"breadcrumbs":5,"title":2},"110":{"body":0,"breadcrumbs":10,"title":2},"111":{"body":20,"breadcrumbs":12,"title":4},"112":{"body":34,"breadcrumbs":12,"title":4},"113":{"body":53,"breadcrumbs":10,"title":2},"114":{"body":36,"breadcrumbs":9,"title":1},"115":{"body":101,"breadcrumbs":12,"title":4},"116":{"body":12,"breadcrumbs":8,"title":2},"117":{"body":116,"breadcrumbs":8,"title":2},"118":{"body":59,"breadcrumbs":8,"title":2},"119":{"body":79,"breadcrumbs":8,"title":2},"12":{"body":28,"breadcrumbs":5,"title":2},"120":{"body":96,"breadcrumbs":9,"title":3},"121":{"body":97,"breadcrumbs":8,"title":2},"122":{"body":175,"breadcrumbs":9,"title":3},"123":{"body":101,"breadcrumbs":9,"title":3},"124":{"body":71,"breadcrumbs":8,"title":2},"125":{"body":84,"breadcrumbs":8,"title":2},"126":{"body":92,"breadcrumbs":6,"title":1},"127":{"body":43,"breadcrumbs":8,"title":3},"128":{"body":44,"breadcrumbs":7,"title":2},"129":{"body":50,"breadcrumbs":8,"title":3},"13":{"body":26,"breadcrumbs":2,"title":1},"130":{"body":64,"breadcrumbs":7,"title":2},"131":{"body":44,"breadcrumbs":9,"title":2},"132":{"body":44,"breadcrumbs":8,"title":1},"133":{"body":57,"breadcrumbs":10,"title":3},"134":{"body":53,"breadcrumbs":10,"title":3},"135":{"body":61,"breadcrumbs":10,"title":3},"136":{"body":7,"breadcrumbs":9,"title":2},"137":{"body":443,"breadcrumbs":10,"title":3},"138":{"body":328,"breadcrumbs":9,"title":2},"139":{"body":168,"breadcrumbs":9,"title":2},"14":{"body":130,"breadcrumbs":3,"title":2},"140":{"body":158,"breadcrumbs":9,"title":2},"141":{"body":141,"breadcrumbs":10,"title":3},"142":{"body":47,"breadcrumbs":9,"title":2},"143":{"body":24,"breadcrumbs":8,"title":2},"144":{"body":30,"breadcrumbs":8,"title":2},"145":{"body":61,"breadcrumbs":11,"title":5},"146":{"body":22,"breadcrumbs":9,"title":3},"147":{"body":73,"breadcrumbs":9,"title":3},"148":{"body":36,"breadcrumbs":7,"title":1},"149":{"body":19,"breadcrumbs":8,"title":2},"15":{"body":63,"breadcrumbs":3,"title":2},"150":{"body":52,"breadcrumbs":10,"title":4},"151":{"body":51,"breadcrumbs":8,"title":2},"152":{"body":0,"breadcrumbs":8,"title":2},"153":{"body":41,"breadcrumbs":9,"title":3},"154":{"body":39,"breadcrumbs":8,"title":2},"155":{"body":29,"breadcrumbs":8,"title":2},"156":{"body":31,"breadcrumbs":8,"title":2},"157":{"body":6,"breadcrumbs":7,"title":1},"158":{"body":32,"breadcrumbs":6,"title":1},"159":{"body":44,"breadcrumbs":9,"title":4},"16":{"body":66,"breadcrumbs":3,"title":2},"160":{"body":53,"breadcrumbs":8,"title":3},"161":{"body":43,"breadcrumbs":7,"title":2},"162":{"body":26,"breadcrumbs":7,"title":2},"163":{"body":77,"breadcrumbs":7,"title":2},"164":{"body":64,"breadcrumbs":8,"title":3},"165":{"body":61,"breadcrumbs":7,"title":2},"166":{"body":56,"breadcrumbs":7,"title":2},"167":{"body":25,"breadcrumbs":12,"title":4},"168":{"body":21,"breadcrumbs":12,"title":4},"169":{"body":58,"breadcrumbs":10,"title":2},"17":{"body":4,"breadcrumbs":2,"title":1},"170":{"body":6,"breadcrumbs":10,"title":2},"171":{"body":163,"breadcrumbs":10,"title":2},"172":{"body":140,"breadcrumbs":10,"title":2},"173":{"body":79,"breadcrumbs":12,"title":4},"174":{"body":35,"breadcrumbs":10,"title":2},"175":{"body":61,"breadcrumbs":10,"title":2},"176":{"body":37,"breadcrumbs":11,"title":3},"177":{"body":56,"breadcrumbs":12,"title":4},"178":{"body":49,"breadcrumbs":12,"title":4},"179":{"body":45,"breadcrumbs":11,"title":3},"18":{"body":62,"breadcrumbs":2,"title":1},"180":{"body":32,"breadcrumbs":9,"title":1},"181":{"body":34,"breadcrumbs":8,"title":2},"182":{"body":56,"breadcrumbs":7,"title":1},"183":{"body":34,"breadcrumbs":7,"title":1},"184":{"body":24,"breadcrumbs":8,"title":2},"185":{"body":26,"breadcrumbs":8,"title":2},"186":{"body":11,"breadcrumbs":10,"title":3},"187":{"body":16,"breadcrumbs":10,"title":3},"188":{"body":57,"breadcrumbs":10,"title":3},"189":{"body":24,"breadcrumbs":9,"title":2},"19":{"body":229,"breadcrumbs":3,"title":2},"190":{"body":35,"breadcrumbs":8,"title":1},"191":{"body":10,"breadcrumbs":8,"title":4},"192":{"body":118,"breadcrumbs":12,"title":4},"193":{"body":37,"breadcrumbs":17,"title":7},"194":{"body":37,"breadcrumbs":15,"title":5},"195":{"body":65,"breadcrumbs":14,"title":4},"196":{"body":13,"breadcrumbs":12,"title":2},"197":{"body":22,"breadcrumbs":13,"title":3},"198":{"body":34,"breadcrumbs":13,"title":3},"199":{"body":10,"breadcrumbs":14,"title":4},"2":{"body":58,"breadcrumbs":4,"title":1},"20":{"body":3,"breadcrumbs":2,"title":1},"200":{"body":18,"breadcrumbs":11,"title":1},"201":{"body":11,"breadcrumbs":11,"title":1},"202":{"body":18,"breadcrumbs":8,"title":2},"203":{"body":182,"breadcrumbs":8,"title":2},"204":{"body":148,"breadcrumbs":8,"title":2},"205":{"body":182,"breadcrumbs":9,"title":3},"206":{"body":58,"breadcrumbs":9,"title":3},"207":{"body":115,"breadcrumbs":9,"title":3},"208":{"body":22,"breadcrumbs":7,"title":1},"209":{"body":19,"breadcrumbs":14,"title":5},"21":{"body":28,"breadcrumbs":4,"title":3},"210":{"body":117,"breadcrumbs":13,"title":4},"211":{"body":67,"breadcrumbs":14,"title":5},"212":{"body":24,"breadcrumbs":10,"title":1},"213":{"body":116,"breadcrumbs":10,"title":3},"214":{"body":63,"breadcrumbs":10,"title":3},"215":{"body":0,"breadcrumbs":9,"title":2},"216":{"body":103,"breadcrumbs":10,"title":3},"217":{"body":61,"breadcrumbs":10,"title":3},"218":{"body":56,"breadcrumbs":10,"title":3},"219":{"body":13,"breadcrumbs":8,"title":4},"22":{"body":20,"breadcrumbs":4,"title":3},"220":{"body":42,"breadcrumbs":6,"title":2},"221":{"body":26,"breadcrumbs":5,"title":1},"222":{"body":36,"breadcrumbs":5,"title":1},"223":{"body":45,"breadcrumbs":6,"title":2},"224":{"body":16,"breadcrumbs":8,"title":3},"225":{"body":50,"breadcrumbs":7,"title":2},"226":{"body":86,"breadcrumbs":8,"title":3},"227":{"body":101,"breadcrumbs":8,"title":3},"228":{"body":47,"breadcrumbs":7,"title":2},"229":{"body":50,"breadcrumbs":7,"title":2},"23":{"body":49,"breadcrumbs":3,"title":2},"230":{"body":8,"breadcrumbs":8,"title":2},"231":{"body":0,"breadcrumbs":8,"title":2},"232":{"body":69,"breadcrumbs":8,"title":2},"233":{"body":8,"breadcrumbs":8,"title":2},"234":{"body":20,"breadcrumbs":12,"title":6},"235":{"body":31,"breadcrumbs":10,"title":4},"236":{"body":36,"breadcrumbs":11,"title":5},"237":{"body":8,"breadcrumbs":10,"title":4},"238":{"body":19,"breadcrumbs":8,"title":2},"239":{"body":51,"breadcrumbs":8,"title":2},"24":{"body":20,"breadcrumbs":3,"title":2},"240":{"body":13,"breadcrumbs":8,"title":2},"241":{"body":33,"breadcrumbs":8,"title":2},"242":{"body":0,"breadcrumbs":8,"title":2},"243":{"body":25,"breadcrumbs":10,"title":4},"244":{"body":47,"breadcrumbs":10,"title":4},"245":{"body":66,"breadcrumbs":9,"title":3},"246":{"body":47,"breadcrumbs":9,"title":3},"247":{"body":59,"breadcrumbs":9,"title":3},"248":{"body":79,"breadcrumbs":10,"title":4},"249":{"body":13,"breadcrumbs":8,"title":2},"25":{"body":32,"breadcrumbs":4,"title":3},"250":{"body":103,"breadcrumbs":9,"title":3},"251":{"body":140,"breadcrumbs":9,"title":3},"252":{"body":68,"breadcrumbs":12,"title":6},"253":{"body":16,"breadcrumbs":8,"title":2},"254":{"body":18,"breadcrumbs":11,"title":5},"255":{"body":92,"breadcrumbs":10,"title":4},"256":{"body":12,"breadcrumbs":11,"title":5},"257":{"body":41,"breadcrumbs":11,"title":5},"258":{"body":30,"breadcrumbs":11,"title":5},"259":{"body":18,"breadcrumbs":11,"title":5},"26":{"body":39,"breadcrumbs":4,"title":3},"260":{"body":96,"breadcrumbs":10,"title":4},"261":{"body":44,"breadcrumbs":9,"title":3},"262":{"body":12,"breadcrumbs":11,"title":5},"263":{"body":18,"breadcrumbs":7,"title":1},"264":{"body":61,"breadcrumbs":9,"title":3},"265":{"body":13,"breadcrumbs":8,"title":2},"266":{"body":83,"breadcrumbs":10,"title":4},"267":{"body":56,"breadcrumbs":9,"title":3},"268":{"body":20,"breadcrumbs":10,"title":4},"269":{"body":13,"breadcrumbs":8,"title":2},"27":{"body":42,"breadcrumbs":3,"title":2},"270":{"body":44,"breadcrumbs":9,"title":3},"271":{"body":20,"breadcrumbs":8,"title":2},"272":{"body":10,"breadcrumbs":8,"title":2},"273":{"body":74,"breadcrumbs":9,"title":3},"274":{"body":482,"breadcrumbs":10,"title":4},"275":{"body":52,"breadcrumbs":8,"title":2},"276":{"body":55,"breadcrumbs":8,"title":2},"277":{"body":0,"breadcrumbs":8,"title":2},"278":{"body":17,"breadcrumbs":9,"title":3},"279":{"body":21,"breadcrumbs":9,"title":3},"28":{"body":190,"breadcrumbs":4,"title":3},"280":{"body":27,"breadcrumbs":8,"title":2},"281":{"body":24,"breadcrumbs":9,"title":3},"282":{"body":22,"breadcrumbs":10,"title":4},"283":{"body":17,"breadcrumbs":11,"title":5},"284":{"body":0,"breadcrumbs":9,"title":3},"285":{"body":9,"breadcrumbs":8,"title":2},"286":{"body":12,"breadcrumbs":8,"title":2},"287":{"body":18,"breadcrumbs":9,"title":3},"288":{"body":0,"breadcrumbs":9,"title":3},"289":{"body":10,"breadcrumbs":9,"title":3},"29":{"body":24,"breadcrumbs":3,"title":2},"290":{"body":25,"breadcrumbs":9,"title":3},"291":{"body":9,"breadcrumbs":8,"title":2},"292":{"body":16,"breadcrumbs":8,"title":2},"293":{"body":9,"breadcrumbs":9,"title":3},"294":{"body":39,"breadcrumbs":8,"title":2},"295":{"body":70,"breadcrumbs":9,"title":3},"296":{"body":41,"breadcrumbs":10,"title":4},"297":{"body":89,"breadcrumbs":10,"title":4},"298":{"body":156,"breadcrumbs":10,"title":4},"299":{"body":144,"breadcrumbs":8,"title":2},"3":{"body":73,"breadcrumbs":5,"title":2},"30":{"body":10,"breadcrumbs":4,"title":2},"300":{"body":62,"breadcrumbs":8,"title":2},"301":{"body":68,"breadcrumbs":9,"title":3},"302":{"body":107,"breadcrumbs":9,"title":3},"303":{"body":60,"breadcrumbs":9,"title":3},"304":{"body":96,"breadcrumbs":8,"title":2},"305":{"body":66,"breadcrumbs":9,"title":3},"306":{"body":47,"breadcrumbs":11,"title":5},"307":{"body":60,"breadcrumbs":9,"title":3},"308":{"body":0,"breadcrumbs":9,"title":3},"309":{"body":10,"breadcrumbs":9,"title":3},"31":{"body":84,"breadcrumbs":4,"title":1},"310":{"body":13,"breadcrumbs":9,"title":3},"311":{"body":12,"breadcrumbs":8,"title":2},"312":{"body":14,"breadcrumbs":8,"title":2},"313":{"body":7,"breadcrumbs":8,"title":2},"314":{"body":23,"breadcrumbs":7,"title":1},"315":{"body":7,"breadcrumbs":8,"title":2},"316":{"body":97,"breadcrumbs":11,"title":5},"317":{"body":77,"breadcrumbs":9,"title":3},"318":{"body":85,"breadcrumbs":10,"title":4},"319":{"body":38,"breadcrumbs":9,"title":3},"32":{"body":57,"breadcrumbs":6,"title":3},"320":{"body":0,"breadcrumbs":9,"title":3},"321":{"body":75,"breadcrumbs":10,"title":4},"322":{"body":193,"breadcrumbs":10,"title":4},"323":{"body":146,"breadcrumbs":10,"title":4},"324":{"body":35,"breadcrumbs":8,"title":2},"325":{"body":9,"breadcrumbs":10,"title":4},"326":{"body":70,"breadcrumbs":11,"title":5},"327":{"body":56,"breadcrumbs":8,"title":2},"328":{"body":39,"breadcrumbs":8,"title":2},"329":{"body":20,"breadcrumbs":8,"title":2},"33":{"body":10,"breadcrumbs":6,"title":2},"330":{"body":0,"breadcrumbs":8,"title":2},"331":{"body":13,"breadcrumbs":9,"title":3},"332":{"body":27,"breadcrumbs":8,"title":2},"333":{"body":24,"breadcrumbs":8,"title":2},"334":{"body":23,"breadcrumbs":7,"title":1},"335":{"body":7,"breadcrumbs":6,"title":3},"336":{"body":25,"breadcrumbs":4,"title":1},"337":{"body":53,"breadcrumbs":5,"title":2},"338":{"body":7,"breadcrumbs":11,"title":4},"339":{"body":14,"breadcrumbs":8,"title":1},"34":{"body":17,"breadcrumbs":6,"title":2},"340":{"body":22,"breadcrumbs":8,"title":1},"341":{"body":17,"breadcrumbs":8,"title":1},"342":{"body":27,"breadcrumbs":9,"title":2},"343":{"body":35,"breadcrumbs":9,"title":2},"344":{"body":42,"breadcrumbs":11,"title":4},"345":{"body":16,"breadcrumbs":8,"title":1},"346":{"body":17,"breadcrumbs":9,"title":2},"347":{"body":13,"breadcrumbs":8,"title":1},"348":{"body":20,"breadcrumbs":8,"title":1},"349":{"body":28,"breadcrumbs":8,"title":1},"35":{"body":86,"breadcrumbs":6,"title":2},"350":{"body":54,"breadcrumbs":9,"title":2},"351":{"body":133,"breadcrumbs":7,"title":2},"352":{"body":124,"breadcrumbs":8,"title":3},"353":{"body":15,"breadcrumbs":7,"title":2},"354":{"body":102,"breadcrumbs":9,"title":4},"355":{"body":72,"breadcrumbs":9,"title":4},"356":{"body":115,"breadcrumbs":12,"title":7},"357":{"body":128,"breadcrumbs":9,"title":4},"358":{"body":90,"breadcrumbs":10,"title":5},"359":{"body":124,"breadcrumbs":9,"title":4},"36":{"body":97,"breadcrumbs":6,"title":2},"360":{"body":136,"breadcrumbs":8,"title":3},"361":{"body":81,"breadcrumbs":11,"title":6},"362":{"body":114,"breadcrumbs":10,"title":5},"363":{"body":87,"breadcrumbs":9,"title":4},"364":{"body":114,"breadcrumbs":12,"title":7},"365":{"body":82,"breadcrumbs":10,"title":5},"366":{"body":0,"breadcrumbs":7,"title":2},"367":{"body":151,"breadcrumbs":9,"title":4},"368":{"body":362,"breadcrumbs":9,"title":4},"369":{"body":4,"breadcrumbs":7,"title":2},"37":{"body":48,"breadcrumbs":6,"title":2},"370":{"body":16,"breadcrumbs":9,"title":4},"371":{"body":60,"breadcrumbs":9,"title":4},"372":{"body":65,"breadcrumbs":9,"title":4},"373":{"body":35,"breadcrumbs":9,"title":4},"374":{"body":18,"breadcrumbs":9,"title":4},"375":{"body":14,"breadcrumbs":10,"title":5},"376":{"body":0,"breadcrumbs":8,"title":3},"377":{"body":49,"breadcrumbs":9,"title":4},"378":{"body":18,"breadcrumbs":8,"title":3},"379":{"body":27,"breadcrumbs":8,"title":3},"38":{"body":81,"breadcrumbs":5,"title":1},"380":{"body":41,"breadcrumbs":7,"title":2},"381":{"body":44,"breadcrumbs":8,"title":3},"382":{"body":25,"breadcrumbs":8,"title":3},"383":{"body":66,"breadcrumbs":10,"title":5},"384":{"body":73,"breadcrumbs":12,"title":7},"385":{"body":155,"breadcrumbs":5,"title":1},"386":{"body":304,"breadcrumbs":5,"title":1},"387":{"body":9,"breadcrumbs":6,"title":2},"39":{"body":87,"breadcrumbs":6,"title":2},"4":{"body":37,"breadcrumbs":5,"title":2},"40":{"body":49,"breadcrumbs":6,"title":2},"41":{"body":51,"breadcrumbs":5,"title":1},"42":{"body":0,"breadcrumbs":6,"title":2},"43":{"body":35,"breadcrumbs":6,"title":2},"44":{"body":33,"breadcrumbs":6,"title":2},"45":{"body":20,"breadcrumbs":6,"title":2},"46":{"body":93,"breadcrumbs":6,"title":2},"47":{"body":69,"breadcrumbs":5,"title":1},"48":{"body":17,"breadcrumbs":6,"title":2},"49":{"body":46,"breadcrumbs":7,"title":3},"5":{"body":0,"breadcrumbs":5,"title":2},"50":{"body":132,"breadcrumbs":8,"title":4},"51":{"body":74,"breadcrumbs":8,"title":4},"52":{"body":51,"breadcrumbs":7,"title":3},"53":{"body":105,"breadcrumbs":7,"title":3},"54":{"body":26,"breadcrumbs":5,"title":1},"55":{"body":148,"breadcrumbs":6,"title":2},"56":{"body":0,"breadcrumbs":6,"title":2},"57":{"body":47,"breadcrumbs":7,"title":3},"58":{"body":49,"breadcrumbs":6,"title":2},"59":{"body":26,"breadcrumbs":7,"title":3},"6":{"body":9,"breadcrumbs":5,"title":2},"60":{"body":35,"breadcrumbs":7,"title":3},"61":{"body":41,"breadcrumbs":7,"title":3},"62":{"body":37,"breadcrumbs":6,"title":2},"63":{"body":68,"breadcrumbs":6,"title":2},"64":{"body":10,"breadcrumbs":8,"title":4},"65":{"body":103,"breadcrumbs":8,"title":2},"66":{"body":142,"breadcrumbs":8,"title":2},"67":{"body":0,"breadcrumbs":9,"title":3},"68":{"body":44,"breadcrumbs":8,"title":2},"69":{"body":19,"breadcrumbs":8,"title":2},"7":{"body":10,"breadcrumbs":6,"title":3},"70":{"body":37,"breadcrumbs":7,"title":1},"71":{"body":35,"breadcrumbs":9,"title":3},"72":{"body":9,"breadcrumbs":7,"title":1},"73":{"body":45,"breadcrumbs":7,"title":1},"74":{"body":63,"breadcrumbs":8,"title":2},"75":{"body":22,"breadcrumbs":8,"title":2},"76":{"body":52,"breadcrumbs":9,"title":3},"77":{"body":8,"breadcrumbs":10,"title":4},"78":{"body":51,"breadcrumbs":10,"title":4},"79":{"body":51,"breadcrumbs":10,"title":4},"8":{"body":9,"breadcrumbs":6,"title":3},"80":{"body":30,"breadcrumbs":10,"title":4},"81":{"body":43,"breadcrumbs":10,"title":4},"82":{"body":14,"breadcrumbs":10,"title":4},"83":{"body":42,"breadcrumbs":9,"title":3},"84":{"body":0,"breadcrumbs":9,"title":3},"85":{"body":53,"breadcrumbs":12,"title":6},"86":{"body":39,"breadcrumbs":10,"title":4},"87":{"body":0,"breadcrumbs":10,"title":4},"88":{"body":53,"breadcrumbs":11,"title":5},"89":{"body":54,"breadcrumbs":11,"title":5},"9":{"body":8,"breadcrumbs":5,"title":2},"90":{"body":60,"breadcrumbs":10,"title":4},"91":{"body":0,"breadcrumbs":7,"title":1},"92":{"body":27,"breadcrumbs":7,"title":1},"93":{"body":23,"breadcrumbs":7,"title":1},"94":{"body":21,"breadcrumbs":7,"title":1},"95":{"body":57,"breadcrumbs":8,"title":2},"96":{"body":34,"breadcrumbs":8,"title":2},"97":{"body":24,"breadcrumbs":12,"title":4},"98":{"body":41,"breadcrumbs":9,"title":1},"99":{"body":0,"breadcrumbs":10,"title":2}},"docs":{"0":{"body":"Declarative, multi-node blockchain testing for the Logos network The Logos Testing Framework enables you to test consensus, data availability, and transaction workloads across local processes, Docker Compose, and Kubernetes deployments—all with a unified scenario API. Get Started","breadcrumbs":"Project Context Primer » Logos Testing Framework","id":"0","title":"Logos Testing Framework"},"1":{"body":"Everything in this framework is a Scenario. A Scenario is a controlled experiment over time, composed of: Topology — The cluster shape (validators, executors, network layout) Workloads — Traffic and conditions that exercise the system (transactions, DA, chaos) Expectations — Success criteria verified after execution (liveness, inclusion, recovery) Duration — The time window for the experiment This single abstraction makes tests declarative, portable, and composable.","breadcrumbs":"Project Context Primer » Core Concept","id":"1","title":"Core Concept"},"10":{"body":"Logos is a modular blockchain protocol composed of validators, executors, and a data-availability (DA) subsystem: Validators participate in consensus and produce blocks Executors are validators with the DA dispersal service enabled. They perform all validator functions plus submit blob data to the DA network Data Availability (DA) ensures that blob data submitted via channel operations in transactions is published and retrievable by the network These roles interact tightly, which is why meaningful testing must be performed in multi-node environments that include real networking, timing, and DA interaction. The Logos Testing Framework provides the infrastructure to orchestrate these multi-node scenarios reliably across development, CI, and production-like environments. Learn more about the protocol: Logos Project Documentation","breadcrumbs":"Project Context Primer » Project Context","id":"10","title":"Project Context"},"100":{"body":"Submits user-level transactions at a configurable rate to exercise transaction processing and inclusion paths. Import: use testing_framework_workflows::workloads::transaction::Workload; Configuration Parameter Type Default Description rate u64 Required Transactions per block (not per second!) users Option All wallets Number of distinct wallet accounts to use DSL Usage use testing_framework_workflows::ScenarioBuilderExt; ScenarioBuilder::topology_with(|t| t.network_star().validators(3).executors(1)) .wallets(20) // Seed 20 wallet accounts .transactions_with(|tx| { tx.rate(10) // 10 transactions per block .users(5) // Use only 5 of the 20 wallets }) .with_run_duration(Duration::from_secs(60)) .build(); Direct Instantiation use testing_framework_workflows::workloads::transaction; let tx_workload = transaction::Workload::with_rate(10) .expect(\"transaction rate must be non-zero\"); ScenarioBuilder::topology_with(|t| t.network_star().validators(3).executors(1)) .wallets(20) .with_workload(tx_workload) .with_run_duration(Duration::from_secs(60)) .build(); Prerequisites Wallet accounts must be seeded: .wallets(N) // Before .transactions_with() The workload will fail during init() if no wallets are configured. Proof generation must be fast: export POL_PROOF_DEV_MODE=true Without this, proof generation takes ~30-60 seconds per transaction, causing timeouts. Circuit artifacts must be available: Automatically staged by scripts/run/run-examples.sh Or manually via scripts/setup/setup-circuits-stack.sh (recommended) / scripts/setup/setup-nomos-circuits.sh Attached Expectation TxInclusionExpectation — Verifies that submitted transactions were included in blocks. What it checks: At least N transactions were included on-chain (where N = rate × user count × expected block count) Uses BlockFeed to count transactions across all observed blocks Failure modes: \"Expected >= X transactions, observed Y\" (Y < X) Common causes: proof generation timeouts, node crashes, insufficient duration What Failure Looks Like Error: Expectation failed: TxInclusionExpectation Expected: >= 600 transactions (10 tx/block × 60 blocks) Observed: 127 transactions Possible causes: - POL_PROOF_DEV_MODE not set (proof generation too slow) - Duration too short (nodes still syncing) - Node crashes (check logs for panics/OOM) - Wallet accounts not seeded (check topology config) How to debug: Check logs for proof generation timing: grep \"proof generation\" $NOMOS_LOG_DIR/executor-0/*.log Verify POL_PROOF_DEV_MODE=true was set Increase duration: .with_run_duration(Duration::from_secs(120)) Reduce rate: .rate(5) instead of .rate(10)","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » 1. Transaction Workload","id":"100","title":"1. Transaction Workload"},"101":{"body":"Drives blob and channel activity to exercise data availability paths and storage. Import: use testing_framework_workflows::workloads::da::Workload; Configuration Parameter Type Default Description blob_rate_per_block NonZeroU64 Required Blobs to publish per block channel_rate_per_block NonZeroU64 Required Channels to create per block headroom_percent u64 20 Extra capacity for channel planning (avoids saturation) DSL Usage use testing_framework_workflows::ScenarioBuilderExt; ScenarioBuilder::topology_with(|t| t.network_star().validators(3).executors(2)) .da_with(|da| { da.channel_rate(2) // 2 channels per block .blob_rate(4) // 4 blobs per block }) .with_run_duration(Duration::from_secs(120)) .build(); Direct Instantiation use std::num::NonZeroU64;\nuse testing_framework_workflows::workloads::da; let da_workload = da::Workload::with_rate( NonZeroU64::new(4).unwrap(), // blob_rate_per_block NonZeroU64::new(2).unwrap(), // channel_rate_per_block 20, // headroom_percent\n); ScenarioBuilder::topology_with(|t| t.network_star().validators(3).executors(2)) .with_workload(da_workload) .with_run_duration(Duration::from_secs(120)) .build(); Prerequisites Executors must be present: .executors(N) // At least 1 executor DA workload requires executor nodes to handle blob publishing. Sufficient duration: Channel creation and blob publishing are slower than transaction submission. Allow 120+ seconds. Circuit artifacts: Same as transaction workload (POL_PROOF_DEV_MODE, circuits staged). Attached Expectation DaWorkloadExpectation — Verifies blobs and channels were created and published. What it checks: At least N channels were created (where N = channel_rate × expected blocks) At least M blobs were published (where M = blob_rate × expected blocks × headroom) Uses BlockFeed and executor API to verify Failure modes: \"Expected >= X channels, observed Y\" (Y < X) \"Expected >= X blobs, observed Y\" (Y < X) Common causes: executor crashes, insufficient duration, DA saturation What Failure Looks Like Error: Expectation failed: DaWorkloadExpectation Expected: >= 60 channels (2 channels/block × 30 blocks) Observed: 23 channels Possible causes: - Executors crashed or restarted (check executor logs) - Duration too short (channels still being created) - Blob publishing failed (check executor API errors) - Network issues (check validator/executor connectivity) How to debug: Check executor logs: grep \"channel\\|blob\" $NOMOS_LOG_DIR/executor-0/*.log Verify executors stayed running: grep \"panic\\|killed\" $NOMOS_LOG_DIR/executor-*/*.log Increase duration: .with_run_duration(Duration::from_secs(180)) Reduce rates: .channel_rate(1).blob_rate(2)","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » 2. Data Availability (DA) Workload","id":"101","title":"2. Data Availability (DA) Workload"},"102":{"body":"Triggers controlled node restarts to test resilience and recovery behaviors. Import: use testing_framework_workflows::workloads::chaos::RandomRestartWorkload; Configuration Parameter Type Default Description min_delay Duration Required Minimum time between restart attempts max_delay Duration Required Maximum time between restart attempts target_cooldown Duration Required Minimum time before restarting same node again include_validators bool Required Whether to restart validators include_executors bool Required Whether to restart executors Usage use std::time::Duration; use testing_framework_core::scenario::ScenarioBuilder;\nuse testing_framework_workflows::{ScenarioBuilderExt, workloads::chaos::RandomRestartWorkload}; let scenario = ScenarioBuilder::topology_with(|t| { t.network_star().validators(3).executors(2)\n})\n.enable_node_control() // REQUIRED for chaos\n.with_workload(RandomRestartWorkload::new( Duration::from_secs(45), // min_delay Duration::from_secs(75), // max_delay Duration::from_secs(120), // target_cooldown true, // include_validators true, // include_executors\n))\n.expect_consensus_liveness()\n.with_run_duration(Duration::from_secs(180))\n.build(); Prerequisites Node control must be enabled: .enable_node_control() This adds NodeControlCapability to the scenario. Runner must support node control: Compose runner: Supported Local runner: Not supported K8s runner: Not yet implemented Sufficient topology: For validators: Need >1 validator (workload skips if only 1) For executors: Can restart all executors Realistic timing: Total duration should be 2-3× the max_delay + cooldown Example: max_delay=75s, cooldown=120s → duration >= 180s Attached Expectation None. You must explicitly add expectations (typically .expect_consensus_liveness()). Why? Chaos workloads are about testing recovery under disruption. The appropriate expectation depends on what you're testing: Consensus survives restarts → .expect_consensus_liveness() Height converges after chaos → Custom expectation checking BlockFeed What Failure Looks Like Error: Workload failed: chaos_restart Cause: NodeControlHandle not available Possible causes: - Forgot .enable_node_control() in scenario builder - Using local runner (doesn't support node control) - Using k8s runner (doesn't support node control) Or: Error: Expectation failed: ConsensusLiveness Expected: >= 20 blocks Observed: 8 blocks Possible causes: - Restart frequency too high (nodes can't recover) - Consensus timing too slow (increase duration) - Too many validators restarted simultaneously - Nodes crashed after restart (check logs) How to debug: Check restart events in logs: grep \"restarting\\|restart complete\" $NOMOS_LOG_DIR/*/*.log Verify node control is enabled: grep \"NodeControlHandle\" $NOMOS_LOG_DIR/*/*.log Increase cooldown: Duration::from_secs(180) Reduce restart scope: include_validators = false (test executors only) Increase duration: .with_run_duration(Duration::from_secs(300))","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » 3. Chaos Workload (Random Restart)","id":"102","title":"3. Chaos Workload (Random Restart)"},"103":{"body":"","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Built-in Expectations","id":"103","title":"Built-in Expectations"},"104":{"body":"Verifies the system continues to produce blocks during the execution window. Import: use testing_framework_workflows::ScenarioBuilderExt; DSL Usage ScenarioBuilder::topology_with(|t| t.network_star().validators(3).executors(1)) .expect_consensus_liveness() .with_run_duration(Duration::from_secs(60)) .build(); What It Checks At least N blocks were produced (where N = duration / expected_block_time) Uses BlockFeed to count observed blocks Compares against a minimum threshold (typically 50% of theoretical max) Failure Modes Error: Expectation failed: ConsensusLiveness Expected: >= 30 blocks Observed: 3 blocks Possible causes: - Nodes crashed or never started (check logs) - Consensus timing misconfigured (CONSENSUS_SLOT_TIME too high) - Insufficient validators (need >= 2 for BFT consensus) - Duration too short (nodes still syncing) How to Debug Check if nodes started: grep \"node started\\|listening on\" $NOMOS_LOG_DIR/*/*.log Check block production: grep \"block.*height\" $NOMOS_LOG_DIR/validator-*/*.log Check consensus participation: grep \"consensus.*slot\\|proposal\" $NOMOS_LOG_DIR/validator-*/*.log Increase duration: .with_run_duration(Duration::from_secs(120)) Check env vars: echo $CONSENSUS_SLOT_TIME $CONSENSUS_ACTIVE_SLOT_COEFF","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » 1. Consensus Liveness","id":"104","title":"1. Consensus Liveness"},"105":{"body":"Each workload automatically attaches its own expectation: Workload Expectation What It Checks Transaction TxInclusionExpectation Transactions were included in blocks DA DaWorkloadExpectation Blobs and channels were created/published Chaos (None) Add .expect_consensus_liveness() explicitly These expectations are added automatically when using the DSL (.transactions_with(), .da_with()).","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » 2. Workload-Specific Expectations","id":"105","title":"2. Workload-Specific Expectations"},"106":{"body":"","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Configuration Quick Reference","id":"106","title":"Configuration Quick Reference"},"107":{"body":".wallets(20)\n.transactions_with(|tx| tx.rate(10).users(5)) What Value Unit Rate 10 tx/block Users 5 wallet accounts Wallets 20 total seeded","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Transaction Workload","id":"107","title":"Transaction Workload"},"108":{"body":".da_with(|da| da.channel_rate(2).blob_rate(4)) What Value Unit Channel rate 2 channels/block Blob rate 4 blobs/block Headroom 20 percent","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » DA Workload","id":"108","title":"DA Workload"},"109":{"body":".enable_node_control()\n.with_workload(RandomRestartWorkload::new( Duration::from_secs(45), // min Duration::from_secs(75), // max Duration::from_secs(120), // cooldown true, // validators true, // executors\n))","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Chaos Workload","id":"109","title":"Chaos Workload"},"11":{"body":"Section Description Foundations Architecture, philosophy, and design principles User Guide Writing and running scenarios, workloads, and expectations Developer Reference Extending the framework with custom components Operations & Deployment Setup, CI integration, and environment configuration Appendix Quick reference, troubleshooting, FAQ, and glossary","breadcrumbs":"Project Context Primer » Documentation Structure","id":"11","title":"Documentation Structure"},"110":{"body":"","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Common Patterns","id":"110","title":"Common Patterns"},"111":{"body":"ScenarioBuilder::topology_with(|t| t.network_star().validators(3).executors(2)) .wallets(20) .transactions_with(|tx| tx.rate(5).users(10)) .da_with(|da| da.channel_rate(2).blob_rate(2)) .expect_consensus_liveness() .with_run_duration(Duration::from_secs(120)) .build(); All workloads run concurrently. Expectations for each workload run after the execution window ends.","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Pattern 1: Multiple Workloads","id":"111","title":"Pattern 1: Multiple Workloads"},"112":{"body":"use testing_framework_core::scenario::Expectation; struct MyCustomExpectation; #[async_trait]\nimpl Expectation for MyCustomExpectation { async fn evaluate(&self, ctx: &RunContext) -> Result<(), DynError> { // Access BlockFeed, metrics, topology, etc. let block_count = ctx.block_feed()?.count(); if block_count < 10 { return Err(\"Not enough blocks\".into()); } Ok(()) }\n} ScenarioBuilder::topology_with(|t| t.network_star().validators(3).executors(1)) .with_expectation(MyCustomExpectation) .with_run_duration(Duration::from_secs(60)) .build();","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Pattern 2: Custom Expectation","id":"112","title":"Pattern 2: Custom Expectation"},"113":{"body":"When a workload or expectation fails: Check logs: $NOMOS_LOG_DIR/*/ or docker compose logs or kubectl logs Verify environment variables: POL_PROOF_DEV_MODE, NOMOS_NODE_BIN, etc. Check prerequisites: wallets, executors, node control, circuits Increase duration: Double the run duration and retry Reduce rates: Half the traffic rates and retry Check metrics: Prometheus queries for block height, tx count, DA stats Reproduce locally: Use local runner for faster iteration","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Debugging Checklist","id":"113","title":"Debugging Checklist"},"114":{"body":"Authoring Scenarios — Step-by-step tutorial for building scenarios RunContext: BlockFeed & Node Control — Learn how to use BlockFeed in expectations and access node control Examples — Concrete scenario patterns combining workloads and expectations Extending the Framework — Implement custom workloads and expectations Troubleshooting — Common failure scenarios and fixes","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » See Also","id":"114","title":"See Also"},"115":{"body":"When should I read this? After writing 2-3 scenarios. This page documents patterns that emerge from real usage—come back when you're refactoring or standardizing your test suite. Patterns that keep scenarios readable and reusable: Topology-first : start by shaping the cluster (counts, layout) so later steps inherit a clear foundation. Bundle defaults : use the DSL helpers to attach common expectations (like liveness) whenever you add a matching workload, reducing forgotten checks. Intentional rates : express traffic in per-block terms to align with protocol timing rather than wall-clock assumptions. Opt-in chaos : enable restart patterns only in scenarios meant to probe resilience; keep functional smoke tests deterministic. Wallet clarity : seed only the number of actors you need; it keeps transaction scenarios deterministic and interpretable. These patterns make scenario definitions self-explanatory while staying aligned with the framework’s block-oriented timing model.","breadcrumbs":"Part II — User Guide » Core Content: ScenarioBuilderExt Patterns » Core Content: ScenarioBuilderExt Patterns","id":"115","title":"Core Content: ScenarioBuilderExt Patterns"},"116":{"body":"This page collects proven patterns for authoring, running, and maintaining test scenarios that are reliable, maintainable, and actionable.","breadcrumbs":"Part II — User Guide » Best Practices » Best Practices","id":"116","title":"Best Practices"},"117":{"body":"State your intent Document the goal of each scenario (throughput, DA validation, resilience) so expectation choices are obvious Use descriptive variable names that explain topology purpose (e.g., star_topology_3val_2exec vs topology) Add comments explaining why specific rates or durations were chosen Keep runs meaningful Choose durations that allow multiple blocks and make timing-based assertions trustworthy Use FAQ: Run Duration Calculator to estimate minimum duration Avoid runs shorter than 30 seconds unless testing startup behavior specifically Separate concerns Start with deterministic workloads for functional checks Add chaos in dedicated resilience scenarios to avoid noisy failures Don't mix high transaction load with aggressive chaos in the same test (hard to debug) Start small, scale up Begin with minimal topology (1-2 validators) to validate scenario logic Gradually increase topology size and workload rates Use Host runner for fast iteration, then validate on Compose before production","breadcrumbs":"Part II — User Guide » Best Practices » Scenario Design","id":"117","title":"Scenario Design"},"118":{"body":"Reuse patterns Standardize on shared topology and workload presets so results are comparable across environments and teams Extract common topology builders into helper functions Create workspace-level constants for standard rates and durations Example: Topology preset pub fn standard_da_topology() -> GeneratedTopology { TopologyBuilder::new() .network_star() .validators(3) .executors(2) .generate()\n} Example: Shared constants pub const STANDARD_TX_RATE: f64 = 10.0;\npub const STANDARD_DA_CHANNEL_RATE: f64 = 2.0;\npub const SHORT_RUN_DURATION: Duration = Duration::from_secs(60);\npub const LONG_RUN_DURATION: Duration = Duration::from_secs(300);","breadcrumbs":"Part II — User Guide » Best Practices » Code Organization","id":"118","title":"Code Organization"},"119":{"body":"Observe first, tune second Rely on liveness and inclusion signals to interpret outcomes before tweaking rates or topology Enable detailed logging (RUST_LOG=debug, NOMOS_LOG_LEVEL=debug) only after initial failure Use NOMOS_TESTS_KEEP_LOGS=1 to persist logs when debugging failures Use BlockFeed effectively Subscribe to BlockFeed in expectations for real-time block monitoring Track block production rate to detect liveness issues early Use block statistics (block_feed.stats().total_transactions()) to verify inclusion Collect metrics Set up Prometheus/Grafana via scripts/setup/setup-observability.sh compose up for visualizing node behavior Use metrics to identify bottlenecks before adding more load Monitor mempool size, block size, and consensus timing","breadcrumbs":"Part II — User Guide » Best Practices » Debugging & Observability","id":"119","title":"Debugging & Observability"},"12":{"body":"What You Will Learn — Overview of book contents and learning path Quickstart — Get up and running in 10 minutes Examples — Concrete scenario patterns Troubleshooting — Common issues and solutions Environment Variables — Complete configuration reference Ready to start? Head to the Quickstart","breadcrumbs":"Project Context Primer » Quick Links","id":"12","title":"Quick Links"},"120":{"body":"Environment fit Pick runners that match the feedback loop you need: Host : Fast iteration during development, quick CI smoke tests Compose : Reproducible environments (recommended for CI), chaos testing K8s : Production-like fidelity, large topologies (10+ nodes) Runner-specific considerations Runner When to Use When to Avoid Host Development iteration, fast feedback Chaos testing, container-specific issues Compose CI pipelines, chaos tests, reproducibility Very large topologies (>10 nodes) K8s Production-like testing, cluster behaviors Local development, fast iteration Minimal surprises Seed only necessary wallets and keep configuration deltas explicit when moving between CI and developer machines Use versions.env to pin node versions consistently across environments Document non-default environment variables in scenario comments or README","breadcrumbs":"Part II — User Guide » Best Practices » Environment & Runner Selection","id":"120","title":"Environment & Runner Selection"},"121":{"body":"Use matrix builds strategy: matrix: runner: [host, compose] topology: [small, medium] Cache aggressively Cache Rust build artifacts (target/) Cache circuit parameters (assets/stack/kzgrs_test_params/) Cache Docker layers (use BuildKit cache) Collect logs on failure - name: Collect logs on failure if: failure() run: | mkdir -p test-logs find /tmp -name \"nomos-*.log\" -exec cp {} test-logs/ \\;\n- uses: actions/upload-artifact@v3 if: failure() with: name: test-logs-${{ matrix.runner }} path: test-logs/ Time limits Set job timeout to prevent hung runs: timeout-minutes: 30 Use shorter durations in CI (60s) vs local testing (300s) Run expensive tests (k8s, large topologies) only on main branch or release tags See also: CI Integration for complete workflow examples","breadcrumbs":"Part II — User Guide » Best Practices » CI/CD Integration","id":"121","title":"CI/CD Integration"},"122":{"body":"DON'T: Run without POL_PROOF_DEV_MODE # BAD: Will hang/timeout on proof generation\ncargo run -p runner-examples --bin local_runner # GOOD: Fast mode for testing\nPOL_PROOF_DEV_MODE=true cargo run -p runner-examples --bin local_runner DON'T: Use tiny durations // BAD: Not enough time for blocks to propagate\n.with_run_duration(Duration::from_secs(5)) // GOOD: Allow multiple consensus rounds\n.with_run_duration(Duration::from_secs(60)) DON'T: Ignore cleanup failures // BAD: Next run inherits leaked state\nrunner.run(&mut scenario).await?;\n// forgot to call cleanup or use CleanupGuard // GOOD: Cleanup via guard (automatic on panic)\nlet _cleanup = CleanupGuard::new(runner.clone());\nrunner.run(&mut scenario).await?; DON'T: Mix concerns in one scenario // BAD: Hard to debug when it fails\n.transactions_with(|tx| tx.rate(50).users(100)) // high load\n.chaos_with(|c| c.restart().min_delay(...)) // AND chaos\n.da_with(|da| da.channel_rate(10).blob_rate(20)) // AND DA stress // GOOD: Separate tests for each concern\n// Test 1: High transaction load only\n// Test 2: Chaos resilience only\n// Test 3: DA stress only DON'T: Hardcode paths or ports // BAD: Breaks on different machines\nlet path = PathBuf::from(\"/home/user/circuits/kzgrs_test_params\");\nlet port = 9000; // might conflict // GOOD: Use env vars and dynamic allocation\nlet path = std::env::var(\"NOMOS_KZGRS_PARAMS_PATH\") .unwrap_or_else(|_| \"assets/stack/kzgrs_test_params/kzgrs_test_params\".to_string());\nlet port = get_available_tcp_port(); DON'T: Ignore resource limits # BAD: Large topology without checking resources\nscripts/run/run-examples.sh -v 20 -e 10 compose\n# (might OOM or exhaust ulimits) # GOOD: Scale gradually and monitor resources\nscripts/run/run-examples.sh -v 3 -e 2 compose # start small\ndocker stats # monitor resource usage\n# then increase if resources allow","breadcrumbs":"Part II — User Guide » Best Practices » Anti-Patterns to Avoid","id":"122","title":"Anti-Patterns to Avoid"},"123":{"body":"Minimal viable topology Consensus: 3 validators (minimum for Byzantine fault tolerance) DA: 2+ executors (test dispersal and sampling) Network: Star topology (simplest for debugging) Workload rate selection Start with 1-5 tx/s per user, then increase DA: 1-2 channels, 1-3 blobs/channel initially Chaos: 30s+ intervals between restarts (allow recovery) Duration guidelines Test Type Minimum Duration Typical Duration Smoke test 30s 60s Integration test 60s 120s Load test 120s 300s Resilience test 120s 300s Soak test 600s (10m) 3600s (1h) Expectation selection Test Goal Expectations Basic functionality expect_consensus_liveness() Transaction handling expect_consensus_liveness() + custom inclusion check DA correctness expect_consensus_liveness() + DA dispersal/sampling checks Resilience expect_consensus_liveness() + recovery time measurement","breadcrumbs":"Part II — User Guide » Best Practices » Scenario Design Heuristics","id":"123","title":"Scenario Design Heuristics"},"124":{"body":"Validate scenarios before committing Run on Host runner first (fast feedback) Run on Compose runner (reproducibility check) Check logs for warnings or errors Verify cleanup (no leaked processes/containers) Run 2-3 times to check for flakiness Handling flaky tests Increase run duration (timing-sensitive assertions need longer runs) Reduce workload rates (might be saturating nodes) Check resource limits (CPU/RAM/ulimits) Add debugging output to identify race conditions Consider if test is over-specified (too strict expectations) See also: Troubleshooting for common failure patterns FAQ for design decisions and gotchas","breadcrumbs":"Part II — User Guide » Best Practices » Testing the Tests","id":"124","title":"Testing the Tests"},"125":{"body":"Shape a topology, pick a runner : choose local for quick iteration, compose for reproducible multi-node stacks with observability, or k8s for cluster-grade validation. Compose workloads deliberately : pair transactions and data-availability traffic for end-to-end coverage; add chaos only when assessing recovery and resilience. Align expectations with goals : use liveness-style checks to confirm the system keeps up with planned activity, and add workload-specific assertions for inclusion or availability. Reuse plans across environments : keep the scenario constant while swapping runners to compare behavior between developer machines and CI clusters. Iterate with clear signals : treat expectation outcomes as the primary pass/fail indicator, and adjust topology or workloads based on what those signals reveal.","breadcrumbs":"Part II — User Guide » Usage Patterns » Usage Patterns","id":"125","title":"Usage Patterns"},"126":{"body":"Concrete scenario shapes that illustrate how to combine topologies, workloads, and expectations. View Complete Source Code: local_runner.rs — Host processes (local) compose_runner.rs — Docker Compose k8s_runner.rs — Kubernetes Runnable examples: The repo includes complete binaries in examples/src/bin/: local_runner.rs — Host processes (local) compose_runner.rs — Docker Compose (requires image built) k8s_runner.rs — Kubernetes (requires cluster access and image loaded) Recommended: Use scripts/run/run-examples.sh -t -v -e where mode is host, compose, or k8s. Alternative: Direct cargo run: POL_PROOF_DEV_MODE=true cargo run -p runner-examples --bin All runners require POL_PROOF_DEV_MODE=true to avoid expensive proof generation. Code patterns below show how to build scenarios. Wrap these in #[tokio::test] functions for integration tests, or #[tokio::main] for binaries.","breadcrumbs":"Part II — User Guide » Examples » Examples","id":"126","title":"Examples"},"127":{"body":"Minimal test that validates basic block production: use std::time::Duration; use anyhow::Result;\nuse testing_framework_core::scenario::{Deployer, ScenarioBuilder};\nuse testing_framework_runner_local::LocalDeployer;\nuse testing_framework_workflows::ScenarioBuilderExt; pub async fn simple_consensus() -> Result<()> { let mut plan = ScenarioBuilder::topology_with(|t| t.network_star().validators(3).executors(0)) .expect_consensus_liveness() .with_run_duration(Duration::from_secs(30)) .build(); let deployer = LocalDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\n} When to use : smoke tests for consensus on minimal hardware.","breadcrumbs":"Part II — User Guide » Examples » Simple consensus liveness","id":"127","title":"Simple consensus liveness"},"128":{"body":"Test consensus under transaction load: use std::time::Duration; use anyhow::Result;\nuse testing_framework_core::scenario::{Deployer, ScenarioBuilder};\nuse testing_framework_runner_local::LocalDeployer;\nuse testing_framework_workflows::ScenarioBuilderExt; pub async fn transaction_workload() -> Result<()> { let mut plan = ScenarioBuilder::topology_with(|t| t.network_star().validators(2).executors(0)) .wallets(20) .transactions_with(|txs| txs.rate(5).users(10)) .expect_consensus_liveness() .with_run_duration(Duration::from_secs(60)) .build(); let deployer = LocalDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\n} When to use : validate transaction submission and inclusion.","breadcrumbs":"Part II — User Guide » Examples » Transaction workload","id":"128","title":"Transaction workload"},"129":{"body":"Combined test stressing both transaction and DA layers: use std::time::Duration; use anyhow::Result;\nuse testing_framework_core::scenario::{Deployer, ScenarioBuilder};\nuse testing_framework_runner_local::LocalDeployer;\nuse testing_framework_workflows::ScenarioBuilderExt; pub async fn da_and_transactions() -> Result<()> { let mut plan = ScenarioBuilder::topology_with(|t| t.network_star().validators(3).executors(2)) .wallets(30) .transactions_with(|txs| txs.rate(5).users(15)) .da_with(|da| da.channel_rate(2).blob_rate(2)) .expect_consensus_liveness() .with_run_duration(Duration::from_secs(90)) .build(); let deployer = LocalDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\n} When to use : end-to-end coverage of transaction and DA layers.","breadcrumbs":"Part II — User Guide » Examples » DA + transaction workload","id":"129","title":"DA + transaction workload"},"13":{"body":"This book gives you a clear mental model for Logos multi-node testing, shows how to author scenarios that pair realistic workloads with explicit expectations, and guides you to run them across local, containerized, and cluster environments without changing the plan.","breadcrumbs":"What You Will Learn » What You Will Learn","id":"13","title":"What You Will Learn"},"130":{"body":"Test system resilience under node restarts: use std::time::Duration; use anyhow::Result;\nuse testing_framework_core::scenario::{Deployer, ScenarioBuilder};\nuse testing_framework_runner_compose::ComposeDeployer;\nuse testing_framework_workflows::{ChaosBuilderExt, ScenarioBuilderExt}; pub async fn chaos_resilience() -> Result<()> { let mut plan = ScenarioBuilder::topology_with(|t| t.network_star().validators(4).executors(2)) .enable_node_control() .wallets(20) .transactions_with(|txs| txs.rate(3).users(10)) .chaos_with(|c| { c.restart() .min_delay(Duration::from_secs(20)) .max_delay(Duration::from_secs(40)) .target_cooldown(Duration::from_secs(30)) .apply() }) .expect_consensus_liveness() .with_run_duration(Duration::from_secs(120)) .build(); let deployer = ComposeDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\n} When to use : resilience validation and operational readiness drills. Note : Chaos tests require ComposeDeployer or another runner with node control support.","breadcrumbs":"Part II — User Guide » Examples » Chaos resilience","id":"130","title":"Chaos resilience"},"131":{"body":"When should I read this? Skim now to see what's possible, revisit later when you need load testing, chaos scenarios, or custom extensions. Start with basic examples first. Realistic advanced scenarios demonstrating framework capabilities for production testing. Adapt from Complete Source: compose_runner.rs — Compose examples with workloads k8s_runner.rs — K8s production patterns Chaos testing patterns — Node control implementation","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Advanced Examples","id":"131","title":"Advanced Examples"},"132":{"body":"Example Topology Workloads Deployer Key Feature Load Progression 3 validators + 2 executors Increasing tx rate Compose Dynamic load testing Sustained Load 4 validators + 2 executors High tx + DA rate Compose Stress testing Aggressive Chaos 4 validators + 2 executors Frequent restarts + traffic Compose Resilience validation","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Summary","id":"132","title":"Summary"},"133":{"body":"Test consensus under progressively increasing transaction load: use std::time::Duration; use anyhow::Result;\nuse testing_framework_core::scenario::{Deployer, ScenarioBuilder};\nuse testing_framework_runner_compose::ComposeDeployer;\nuse testing_framework_workflows::ScenarioBuilderExt; pub async fn load_progression_test() -> Result<()> { for rate in [5, 10, 20, 30] { println!(\"Testing with rate: {}\", rate); let mut plan = ScenarioBuilder::topology_with(|t| t.network_star().validators(3).executors(2)) .wallets(50) .transactions_with(|txs| txs.rate(rate).users(20)) .expect_consensus_liveness() .with_run_duration(Duration::from_secs(60)) .build(); let deployer = ComposeDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; } Ok(())\n} When to use: Finding the maximum sustainable transaction rate for a given topology.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Load Progression Test","id":"133","title":"Load Progression Test"},"134":{"body":"Run high transaction and DA load for extended duration: use std::time::Duration; use anyhow::Result;\nuse testing_framework_core::scenario::{Deployer, ScenarioBuilder};\nuse testing_framework_runner_compose::ComposeDeployer;\nuse testing_framework_workflows::ScenarioBuilderExt; pub async fn sustained_load_test() -> Result<()> { let mut plan = ScenarioBuilder::topology_with(|t| t.network_star().validators(4).executors(2)) .wallets(100) .transactions_with(|txs| txs.rate(15).users(50)) .da_with(|da| da.channel_rate(2).blob_rate(3)) .expect_consensus_liveness() .with_run_duration(Duration::from_secs(300)) .build(); let deployer = ComposeDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\n} When to use: Validating stability under continuous high load over extended periods.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Sustained Load Test","id":"134","title":"Sustained Load Test"},"135":{"body":"Frequent node restarts with active traffic: use std::time::Duration; use anyhow::Result;\nuse testing_framework_core::scenario::{Deployer, ScenarioBuilder};\nuse testing_framework_runner_compose::ComposeDeployer;\nuse testing_framework_workflows::{ChaosBuilderExt, ScenarioBuilderExt}; pub async fn aggressive_chaos_test() -> Result<()> { let mut plan = ScenarioBuilder::topology_with(|t| t.network_star().validators(4).executors(2)) .enable_node_control() .wallets(50) .transactions_with(|txs| txs.rate(10).users(20)) .chaos_with(|c| { c.restart() .min_delay(Duration::from_secs(10)) .max_delay(Duration::from_secs(20)) .target_cooldown(Duration::from_secs(15)) .apply() }) .expect_consensus_liveness() .with_run_duration(Duration::from_secs(180)) .build(); let deployer = ComposeDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\n} When to use: Validating recovery and liveness under aggressive failure conditions. Note: Requires ComposeDeployer for node control support.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Aggressive Chaos Test","id":"135","title":"Aggressive Chaos Test"},"136":{"body":"These scenarios require custom implementations but demonstrate framework extensibility:","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Extension Ideas","id":"136","title":"Extension Ideas"},"137":{"body":"Transaction Propagation & Inclusion Test Concept: Submit the same batch of independent transactions to different nodes in randomized order/offsets, then verify all transactions are included and final state matches across nodes. Requirements: Custom workload: Generates a fixed batch of transactions and submits the same set to different nodes via ctx.node_clients(), with randomized submission order and timing offsets per node Custom expectation: Verifies all transactions appear in blocks (order may vary), final state matches across all nodes (compare balances or state roots), and no transactions are dropped Why useful: Exercises mempool propagation, proposer fairness, and transaction inclusion guarantees under realistic race conditions. Tests that the protocol maintains consistency regardless of which node receives transactions first. Implementation notes: Requires both a custom Workload implementation (to submit same transactions to multiple nodes with jitter) and a custom Expectation implementation (to verify inclusion and state consistency). Cross-Validator Mempool Divergence & Convergence Concept: Drive different transaction subsets into different validators (or differing arrival orders) to create temporary mempool divergence, then verify mempools/blocks converge to contain the union (no permanent divergence). Requirements: Custom workload: Targets specific nodes via ctx.node_clients() with disjoint or jittered transaction batches Custom expectation: After a convergence window, verifies that all transactions appear in blocks (order may vary) or that mempool contents converge across nodes Run normal workloads during convergence period Expectations: Temporary mempool divergence is acceptable (different nodes see different transactions initially) After convergence window, all transactions appear in blocks or mempools converge No transactions are permanently dropped despite initial divergence Mempool gossip/reconciliation mechanisms work correctly Why useful: Exercises mempool gossip and reconciliation under uneven input or latency. Ensures no node \"drops\" transactions seen elsewhere, validating that mempool synchronization mechanisms correctly propagate transactions across the network even when they arrive at different nodes in different orders. Implementation notes: Requires both a custom Workload implementation (to inject disjoint/jittered batches per node) and a custom Expectation implementation (to verify mempool convergence or block inclusion). Uses existing ctx.node_clients() capability—no new infrastructure needed. Adaptive Mempool Pressure Test Concept: Ramp transaction load over time to observe mempool growth, fee prioritization/eviction, and block saturation behavior, detecting performance regressions and ensuring backpressure/eviction work under increasing load. Requirements: Custom workload: Steadily increases transaction rate over time (optional: use fee tiers) Custom expectation: Monitors mempool size, evictions, and throughput (blocks/txs per slot), flagging runaway growth or stalls Run for extended duration to observe pressure buildup Expectations: Mempool size grows predictably with load (not runaway growth) Fee prioritization/eviction mechanisms activate under pressure Block saturation behavior is acceptable (blocks fill appropriately) Throughput (blocks/txs per slot) remains stable or degrades gracefully No stalls or unbounded mempool growth Why useful: Detects performance regressions in mempool management. Ensures backpressure and eviction mechanisms work correctly under increasing load, preventing memory exhaustion or unbounded growth. Validates that fee prioritization correctly selects high-value transactions when mempool is full. Implementation notes: Can be built with current workload model (ramping rate). Requires custom Expectation implementation that reads mempool metrics (via node HTTP APIs or Prometheus) and monitors throughput to judge behavior. No new infrastructure needed—uses existing observability capabilities. Invalid Transaction Fuzzing Concept: Submit malformed transactions and verify they're rejected properly. Implementation approach: Custom workload that generates invalid transactions (bad signatures, insufficient funds, malformed structure) Expectation verifies mempool rejects them and they never appear in blocks Test mempool resilience and filtering Why useful: Ensures mempool doesn't crash or include invalid transactions under fuzzing.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Mempool & Transaction Handling","id":"137","title":"Mempool & Transaction Handling"},"138":{"body":"Gossip Latency Gradient Scenario Concept: Test consensus robustness under skewed gossip delays by partitioning nodes into latency tiers (tier A ≈10ms, tier B ≈100ms, tier C ≈300ms) and observing propagation lag, fork rate, and eventual convergence. Requirements: Partition nodes into three groups (tiers) Apply per-group network delay via chaos: netem/iptables in compose; NetworkPolicy + netem sidecar in k8s Run standard workload (transactions/block production) Optional: Remove delays at end to check recovery Expectations: Propagation: Messages reach all tiers within acceptable bounds Safety: No divergent finalized heads; fork rate stays within tolerance Liveness: Chain keeps advancing; convergence after delays relaxed (if healed) Why useful: Real networks have heterogeneous latency. This stress-tests proposer selection and fork resolution when some peers are \"far\" (high latency), validating that consensus remains safe and live under realistic network conditions. Current blocker: Runner support for per-group delay injection (network delay via netem/iptables) is not present today. Would require new chaos plumbing in compose/k8s deployers to inject network delays per node group. Byzantine Gossip Flooding (libp2p Peer) Concept: Spin up a custom workload/sidecar that runs a libp2p host, joins the cluster's gossip mesh, and publishes a high rate of syntactically valid but useless/stale messages to selected topics, testing gossip backpressure, scoring, and queue handling under a \"malicious\" peer. Requirements: Custom workload/sidecar that implements a libp2p host Join the cluster's gossip mesh as a peer Publish high-rate syntactically valid but useless/stale messages to selected gossip topics Run alongside normal workloads (transactions/block production) Expectations: Gossip backpressure mechanisms prevent message flooding from overwhelming nodes Peer scoring correctly identifies and penalizes the malicious peer Queue handling remains stable under flood conditions Normal consensus operation continues despite malicious peer Why useful: Tests Byzantine behavior (malicious peer) which is critical for consensus protocol robustness. More realistic than RPC spam since it uses the actual gossip protocol. Validates that gossip backpressure, peer scoring, and queue management correctly handle adversarial peers without disrupting consensus. Current blocker: Requires adding gossip-capable helper (libp2p integration) to the framework. Would need a custom workload/sidecar implementation that can join the gossip mesh and inject messages. The rest of the scenario can use existing runners/workloads. Network Partition Recovery Concept: Test consensus recovery after network partitions. Requirements: Needs block_peer() / unblock_peer() methods in NodeControlHandle Partition subsets of validators, wait, then restore connectivity Verify chain convergence after partition heals Why useful: Tests the most realistic failure mode in distributed systems. Current blocker: Node control doesn't yet support network-level actions (only process restarts).","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Network & Gossip","id":"138","title":"Network & Gossip"},"139":{"body":"Time-Shifted Blocks (Clock Skew Test) Concept: Test consensus and timestamp handling when nodes run with skewed clocks (e.g., +1s, −1s, +200ms jitter) to surface timestamp validation issues, reorg sensitivity, and clock drift handling. Requirements: Assign per-node time offsets (e.g., +1s, −1s, +200ms jitter) Run normal workload (transactions/block production) Observe whether blocks are accepted/propagated and the chain stays consistent Expectations: Blocks with skewed timestamps are handled correctly (accepted or rejected per protocol rules) Chain remains consistent across nodes despite clock differences No unexpected reorgs or chain splits due to timestamp validation issues Why useful: Clock skew is a common real-world issue in distributed systems. This validates that consensus correctly handles timestamp validation and maintains safety/liveness when nodes have different clock offsets, preventing timestamp-based attacks or failures. Current blocker: Runner ability to skew per-node clocks (e.g., privileged containers with libfaketime/chrony or time-offset netns) is not available today. Would require a new chaos/time-skew hook in deployers to inject clock offsets per node. Block Timing Consistency Concept: Verify block production intervals stay within expected bounds. Implementation approach: Custom expectation that consumes BlockFeed Collect block timestamps during run Assert intervals are within (slot_duration * active_slot_coeff) ± tolerance Why useful: Validates consensus timing under various loads.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Time & Timing","id":"139","title":"Time & Timing"},"14":{"body":"Understand the Framework Explain the six-phase scenario lifecycle (Build, Deploy, Capture, Execute, Evaluate, Cleanup) Describe how Deployers, Runners, Workloads, and Expectations work together Navigate the crate architecture and identify extension points Understand when to use each runner (Host, Compose, Kubernetes) Author and Run Scenarios Define multi-node topologies with validators and executors Configure transaction and DA workloads with appropriate rates Add consensus liveness and inclusion expectations Run scenarios across all three deployment modes Use BlockFeed to monitor block production in real-time Implement chaos testing with node restarts Operate in Production Set up prerequisites and dependencies correctly Configure environment variables for different runners Integrate tests into CI/CD pipelines (GitHub Actions) Troubleshoot common failure scenarios Collect and analyze logs from multi-node runs Optimize test durations and resource usage Extend the Framework Implement custom Workload traits for new traffic patterns Create custom Expectation traits for domain-specific checks Add new Deployer implementations for different backends Contribute topology helpers and DSL extensions","breadcrumbs":"What You Will Learn » By the End of This Book, You Will Be Able To:","id":"14","title":"By the End of This Book, You Will Be Able To:"},"140":{"body":"Dynamic Topology (Churn) Scenario Concept: Nodes join and leave mid-run (new identities/addresses added; some nodes permanently removed) to exercise peer discovery, bootstrapping, reputation, and load balancing under churn. Requirements: Runner must be able to spin up new nodes with fresh keys/addresses at runtime Update peer lists and bootstraps dynamically as nodes join/leave Optionally tear down nodes permanently (not just restart) Run normal workloads (transactions/block production) during churn Expectations: New nodes successfully discover and join the network Peer discovery mechanisms correctly handle dynamic topology changes Reputation systems adapt to new/removed peers Load balancing adjusts to changing node set Consensus remains safe and live despite topology churn Why useful: Real networks experience churn (nodes joining/leaving). Unlike restarts (which preserve topology), churn changes the actual topology size and peer set, testing how the protocol handles dynamic membership. This exercises peer discovery, bootstrapping, reputation systems, and load balancing under realistic conditions. Current blocker: Runner support for dynamic node addition/removal at runtime is not available today. Chaos today only restarts existing nodes; churn would require the ability to spin up new nodes with fresh identities/addresses, update peer lists/bootstraps dynamically, and permanently remove nodes. Would need new topology management capabilities in deployers.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Topology & Membership","id":"140","title":"Topology & Membership"},"141":{"body":"API DoS/Stress Test Concept: Adversarial workload floods node HTTP/WS APIs with high QPS and malformed/bursty requests; expectation checks nodes remain responsive or rate-limit without harming consensus. Requirements: Custom workload: Targets node HTTP/WS API endpoints with mixed valid/invalid requests at high rate Custom expectation: Monitors error rates, latency, and confirms block production/liveness unaffected Run alongside normal workloads (transactions/block production) Expectations: Nodes remain responsive or correctly rate-limit under API flood Error rates/latency are acceptable (rate limiting works) Block production/liveness unaffected by API abuse Consensus continues normally despite API stress Why useful: Validates API hardening under abuse and ensures control/telemetry endpoints don't destabilize the node. Tests that API abuse is properly isolated from consensus operations, preventing DoS attacks on API endpoints from affecting blockchain functionality. Implementation notes: Requires custom Workload implementation that directs high-QPS traffic to node APIs (via ctx.node_clients() or direct HTTP clients) and custom Expectation implementation that monitors API responsiveness metrics and consensus liveness. Uses existing node API access—no new infrastructure needed.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » API & External Interfaces","id":"141","title":"API & External Interfaces"},"142":{"body":"Wallet Balance Verification Concept: Track wallet balances and verify state consistency. Description: After transaction workload completes, query all wallet balances via node API and verify total supply is conserved. Requires tracking initial state, submitted transactions, and final balances. Validates that the ledger maintains correctness under load (no funds lost or created). This is a state assertion expectation that checks correctness, not just liveness.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » State & Correctness","id":"142","title":"State & Correctness"},"143":{"body":"The Logos testing repo includes a small Cucumber (Gherkin) harness for “smoke” scenarios. It is useful when you want readable acceptance-style checks, but it intentionally exposes a limited surface area compared to Rust scenarios.","breadcrumbs":"Part II — User Guide » Cucumber/BDD Interface » Cucumber/BDD Interface","id":"143","title":"Cucumber/BDD Interface"},"144":{"body":"Step definitions live in testing-framework/cucumber. The runnable entrypoints are binaries in examples (crate runner-examples): cucumber_host (local/host deployer) cucumber_compose (compose deployer) Feature files live in examples/cucumber/features/. Supported deployers: local and compose (no k8s runner integration in Cucumber yet).","breadcrumbs":"Part II — User Guide » Cucumber/BDD Interface » What Exists Today","id":"144","title":"What Exists Today"},"145":{"body":"This is the shape used by the repo’s smoke features: Feature: Testing Framework - Local Runner Scenario: Run a local smoke scenario (tx + DA + liveness) Given deployer is \"local\" And topology has 1 validators and 1 executors And run duration is 60 seconds And wallets total funds is 1000000000 split across 50 users And transactions rate is 1 per block And data availability channel rate is 1 per block and blob rate is 1 per block And expect consensus liveness When run scenario Then scenario should succeed","breadcrumbs":"Part II — User Guide » Cucumber/BDD Interface » Example Feature (Matches Current Steps)","id":"145","title":"Example Feature (Matches Current Steps)"},"146":{"body":"Local runner smoke: POL_PROOF_DEV_MODE=true \\\ncargo run -p runner-examples --bin cucumber_host Compose runner smoke: POL_PROOF_DEV_MODE=true \\\ncargo run -p runner-examples --bin cucumber_compose","breadcrumbs":"Part II — User Guide » Cucumber/BDD Interface » Running The Smoke Features","id":"146","title":"Running The Smoke Features"},"147":{"body":"Topology / runner selection: Given deployer is \"local\"|\"compose\" Given topology has validators and executors Run configuration: Given run duration is seconds Given wallets total funds is split across users Workloads: Given transactions rate is per block Given transactions rate is per block using users Given data availability channel rate is per block and blob rate is per block Expectations: Given expect consensus liveness Given consensus liveness lag allowance is Execution + assertion: When run scenario Then scenario should succeed","breadcrumbs":"Part II — User Guide » Cucumber/BDD Interface » Available Steps (Current)","id":"147","title":"Available Steps (Current)"},"148":{"body":"The Cucumber harness builds scenarios using the same core + workflow builder APIs as the Rust examples, so the same prerequisites apply (notably POL_PROOF_DEV_MODE=true for practical runs). If you need more flexibility (custom workloads/expectations, richer checks, node control/chaos), write Rust scenarios instead: see Examples and Extending the Framework .","breadcrumbs":"Part II — User Guide » Cucumber/BDD Interface » Notes","id":"148","title":"Notes"},"149":{"body":"This page focuses on how scenarios are executed (deploy → run → evaluate → cleanup), what artifacts you get back, and how that differs across runners. For “just run something that works” commands, see Running Examples .","breadcrumbs":"Part II — User Guide » Running Scenarios » Running Scenarios","id":"149","title":"Running Scenarios"},"15":{"body":"Beginner (0-2 hours) Read Quickstart and run your first scenario Review Examples to see common patterns Understand Scenario Lifecycle phases Intermediate (2-8 hours) Study Runners comparison and choose appropriate mode Learn Workloads & Expectations in depth Review Prerequisites & Setup for your environment Practice with Advanced Examples Advanced (8+ hours) Master Environment Variables configuration Implement Custom Workloads for your use cases Set up CI Integration for automated testing Explore Internal Crate Reference for deep dives","breadcrumbs":"What You Will Learn » Learning Path","id":"15","title":"Learning Path"},"150":{"body":"When you run a built scenario via a deployer, the run follows the same shape: flowchart TD Build[Scenario built] --> Deploy[Deploy] Deploy --> Capture[Capture] Capture --> Execute[Execute] Execute --> Evaluate[Evaluate] Evaluate --> Cleanup[Cleanup] Deploy : provision infrastructure and start nodes (processes/containers/pods) Capture : establish clients/observability and capture initial state Execute : run workloads for the configured wall-clock duration Evaluate : run expectations (after the execution window ends) Cleanup : stop resources and finalize artifacts","breadcrumbs":"Part II — User Guide » Running Scenarios » Execution Flow (High Level)","id":"150","title":"Execution Flow (High Level)"},"151":{"body":"use std::time::Duration; use testing_framework_core::scenario::{Deployer as _, ScenarioBuilder};\nuse testing_framework_runner_local::LocalDeployer;\nuse testing_framework_workflows::ScenarioBuilderExt; async fn run_once() -> anyhow::Result<()> { let mut scenario = ScenarioBuilder::topology_with(|t| t.network_star().validators(3).executors(1)) .wallets(20) .transactions_with(|tx| tx.rate(1).users(5)) .expect_consensus_liveness() .with_run_duration(Duration::from_secs(60)) .build()?; let runner = LocalDeployer::default().deploy(&scenario).await?; runner.run(&mut scenario).await?; Ok(())\n} Notes: with_run_duration(...) is wall-clock time, not “number of blocks”. .transactions_with(...) rates are per-block. Most users should run scenarios via scripts/run/run-examples.sh unless they are embedding the framework in their own test crate.","breadcrumbs":"Part II — User Guide » Running Scenarios » The Core API","id":"151","title":"The Core API"},"152":{"body":"","breadcrumbs":"Part II — User Guide » Running Scenarios » Runner Differences","id":"152","title":"Runner Differences"},"153":{"body":"Best for : fast iteration and debugging Logs/state : stored under a temporary run directory unless you set NOMOS_TESTS_KEEP_LOGS=1 and/or NOMOS_LOG_DIR=... Limitations : no node-control capability (chaos workflows that require node control won’t work here) Run the built-in local examples: POL_PROOF_DEV_MODE=true \\\nscripts/run/run-examples.sh -t 60 -v 3 -e 1 host","breadcrumbs":"Part II — User Guide » Running Scenarios » Local (Host) Runner","id":"153","title":"Local (Host) Runner"},"154":{"body":"Best for : reproducible multi-node environments and node control Logs : primarily via docker compose logs (and any node-level log configuration you apply) Debugging : set COMPOSE_RUNNER_PRESERVE=1 to keep the environment up after a run Run the built-in compose examples: POL_PROOF_DEV_MODE=true \\\nscripts/run/run-examples.sh -t 60 -v 3 -e 1 compose","breadcrumbs":"Part II — User Guide » Running Scenarios » Compose Runner","id":"154","title":"Compose Runner"},"155":{"body":"Best for : production-like behavior, cluster scheduling/networking Logs : kubectl logs ... Debugging : set K8S_RUNNER_PRESERVE=1 and K8S_RUNNER_NAMESPACE=... to keep resources around Run the built-in k8s examples: POL_PROOF_DEV_MODE=true \\\nscripts/run/run-examples.sh -t 60 -v 3 -e 1 k8s","breadcrumbs":"Part II — User Guide » Running Scenarios » K8s Runner","id":"155","title":"K8s Runner"},"156":{"body":"Node logs : configure via NOMOS_LOG_DIR, NOMOS_LOG_LEVEL, NOMOS_LOG_FILTER (see Logging & Observability ) Runner logs : controlled by RUST_LOG (runner process only) Keep run directories : set NOMOS_TESTS_KEEP_LOGS=1 Compose environment preservation : set COMPOSE_RUNNER_PRESERVE=1 K8s environment preservation : set K8S_RUNNER_PRESERVE=1","breadcrumbs":"Part II — User Guide » Running Scenarios » Artifacts & Where to Look","id":"156","title":"Artifacts & Where to Look"},"157":{"body":"Scenario Lifecycle Running Examples Troubleshooting Scenarios","breadcrumbs":"Part II — User Guide » Running Scenarios » See Also","id":"157","title":"See Also"},"158":{"body":"Runners turn a scenario plan into a live environment while keeping the plan unchanged. Choose based on feedback speed, reproducibility, and fidelity. For environment and operational considerations, see Operations Overview . Important: All runners require POL_PROOF_DEV_MODE=true to avoid expensive Groth16 proof generation that causes timeouts.","breadcrumbs":"Part II — User Guide » Runners » Runners","id":"158","title":"Runners"},"159":{"body":"Launches node processes directly on the host (via LocalDeployer). Binary: local_runner.rs, script mode: host Fastest feedback loop and minimal orchestration overhead. Best for development-time iteration and debugging. Can run in CI for fast smoke tests. Node control: Not supported (chaos workloads not available) Run with: scripts/run/run-examples.sh -t 60 -v 1 -e 1 host","breadcrumbs":"Part II — User Guide » Runners » Host runner (local processes)","id":"159","title":"Host runner (local processes)"},"16":{"body":"Logos node internals — This book focuses on testing infrastructure, not the blockchain protocol implementation. See the Logos node repository (nomos-node) for protocol documentation. Consensus algorithm theory — We assume familiarity with basic blockchain concepts (validators, blocks, transactions, data availability). Rust language basics — Examples use Rust, but we don't teach the language. See The Rust Book if you're new to Rust. Kubernetes administration — We show how to use the K8s runner, but don't cover cluster setup, networking, or operations. Docker fundamentals — We assume basic Docker/Compose knowledge for the Compose runner.","breadcrumbs":"What You Will Learn » What This Book Does NOT Cover","id":"16","title":"What This Book Does NOT Cover"},"160":{"body":"Starts nodes in containers to provide a reproducible multi-node stack on a single machine (via ComposeDeployer). Binary: compose_runner.rs, script mode: compose Discovers service ports and wires observability for convenient inspection. Good balance between fidelity and ease of setup. Recommended for CI pipelines (isolated environment, reproducible). Node control: Supported (can restart nodes for chaos testing) Run with: scripts/run/run-examples.sh -t 60 -v 1 -e 1 compose","breadcrumbs":"Part II — User Guide » Runners » Docker Compose runner","id":"160","title":"Docker Compose runner"},"161":{"body":"Deploys nodes onto a cluster for higher-fidelity, longer-running scenarios (via K8sDeployer). Binary: k8s_runner.rs, script mode: k8s Suits CI with cluster access or shared test environments where cluster behavior and scheduling matter. Node control: Not supported yet (chaos workloads not available) Run with: scripts/run/run-examples.sh -t 60 -v 1 -e 1 k8s","breadcrumbs":"Part II — User Guide » Runners » Kubernetes runner","id":"161","title":"Kubernetes runner"},"162":{"body":"All runners require at least one validator and, for transaction scenarios, access to seeded wallets. Readiness probes gate workload start so traffic begins only after nodes are reachable. Environment flags can relax timeouts or increase tracing when diagnostics are needed.","breadcrumbs":"Part II — User Guide » Runners » Common expectations","id":"162","title":"Common expectations"},"163":{"body":"flowchart TB subgraph Host[\"Host Runner (Local)\"] H1[\"Speed: Fast\"] H2[\"Isolation: Shared host\"] H3[\"Setup: Minimal\"] H4[\"Chaos: Not supported\"] H5[\"CI: Quick smoke tests\"] end subgraph Compose[\"Compose Runner (Docker)\"] C1[\"Speed: Medium\"] C2[\"Isolation: Containerized\"] C3[\"Setup: Image build required\"] C4[\"Chaos: Supported\"] C5[\"CI: Recommended\"] end subgraph K8s[\"K8s Runner (Cluster)\"] K1[\"Speed: Slower\"] K2[\"Isolation: Pod-level\"] K3[\"Setup: Cluster + image\"] K4[\"Chaos: Not yet supported\"] K5[\"CI: Large-scale tests\"] end Decision{Choose Based On} Decision -->|Fast iteration| Host Decision -->|Reproducibility| Compose Decision -->|Production-like| K8s style Host fill:#e1f5ff style Compose fill:#e1ffe1 style K8s fill:#ffe1f5","breadcrumbs":"Part II — User Guide » Runners » Runner Comparison","id":"163","title":"Runner Comparison"},"164":{"body":"Feature Host Compose K8s Speed Fastest Medium Slowest Setup Time < 1 min 2-5 min 5-10 min Isolation Process-level Container Pod + namespace Node Control No Yes Not yet Observability Basic External stack Cluster-wide CI Integration Smoke tests Recommended Heavy tests Resource Usage Low Medium High Reproducibility Environment-dependent High Highest Network Fidelity Localhost only Virtual network Real cluster Parallel Runs Port conflicts Isolated Namespace isolation","breadcrumbs":"Part II — User Guide » Runners » Detailed Feature Matrix","id":"164","title":"Detailed Feature Matrix"},"165":{"body":"flowchart TD Start[Need to run tests?] --> Q1{Local development?} Q1 -->|Yes| Q2{Testing chaos?} Q1 -->|No| Q5{Have cluster access?} Q2 -->|Yes| UseCompose[Use Compose] Q2 -->|No| Q3{Need isolation?} Q3 -->|Yes| UseCompose Q3 -->|No| UseHost[Use Host] Q5 -->|Yes| Q6{Large topology?} Q5 -->|No| Q7{CI pipeline?} Q6 -->|Yes| UseK8s[Use K8s] Q6 -->|No| UseCompose Q7 -->|Yes| Q8{Docker available?} Q7 -->|No| UseHost Q8 -->|Yes| UseCompose Q8 -->|No| UseHost style UseHost fill:#e1f5ff style UseCompose fill:#e1ffe1 style UseK8s fill:#ffe1f5","breadcrumbs":"Part II — User Guide » Runners » Decision Guide","id":"165","title":"Decision Guide"},"166":{"body":"Use Host Runner when: Iterating rapidly during development Running quick smoke tests Testing on a laptop with limited resources Don't need chaos testing Use Compose Runner when: Need reproducible test environments Testing chaos scenarios (node restarts) Running in CI pipelines Want containerized isolation Use K8s Runner when: Testing large-scale topologies (10+ nodes) Need production-like environment Have cluster access in CI Testing cluster-specific behaviors","breadcrumbs":"Part II — User Guide » Runners » Quick Recommendations","id":"166","title":"Quick Recommendations"},"167":{"body":"The deployer supplies a RunContext that workloads and expectations share. It provides: Topology descriptors (GeneratedTopology) Client handles (NodeClients / ClusterClient) for HTTP/RPC calls Metrics (RunMetrics, Metrics) and block feed Optional NodeControlHandle for managing nodes","breadcrumbs":"Part II — User Guide » RunContext: BlockFeed & Node Control » RunContext: BlockFeed & Node Control","id":"167","title":"RunContext: BlockFeed & Node Control"},"168":{"body":"The BlockFeed is a broadcast stream of block observations that allows workloads and expectations to monitor blockchain progress in real-time. It polls a validator node continuously and broadcasts new blocks to all subscribers.","breadcrumbs":"Part II — User Guide » RunContext: BlockFeed & Node Control » BlockFeed: Observing Block Production","id":"168","title":"BlockFeed: Observing Block Production"},"169":{"body":"Real-time block stream: Subscribe to receive BlockRecord notifications as blocks are produced Each record includes the block header (HeaderId) and full block payload Backed by a background task that polls node storage every second Block statistics: Track total transactions across all observed blocks Access via block_feed.stats().total_transactions() Broadcast semantics: Multiple subscribers can receive the same blocks independently Late subscribers start receiving from current block (no history replay) Lagged subscribers skip missed blocks automatically","breadcrumbs":"Part II — User Guide » RunContext: BlockFeed & Node Control » What BlockFeed Provides","id":"169","title":"What BlockFeed Provides"},"17":{"body":"Get a working example running quickly.","breadcrumbs":"Quickstart » Quickstart","id":"17","title":"Quickstart"},"170":{"body":"BlockFeed is available through RunContext: let block_feed = ctx.block_feed();","breadcrumbs":"Part II — User Guide » RunContext: BlockFeed & Node Control » Accessing BlockFeed","id":"170","title":"Accessing BlockFeed"},"171":{"body":"Expectations typically use BlockFeed to verify block production and inclusion of transactions/data. Example: Counting blocks during a run use std::sync::{ Arc, atomic::{AtomicU64, Ordering},\n}; use async_trait::async_trait;\nuse testing_framework_core::scenario::{DynError, Expectation, RunContext}; struct MinimumBlocksExpectation { min_blocks: u64, captured_blocks: Option>,\n} #[async_trait]\nimpl Expectation for MinimumBlocksExpectation { fn name(&self) -> &'static str { \"minimum_blocks\" } async fn start_capture(&mut self, ctx: &RunContext) -> Result<(), DynError> { let block_count = Arc::new(AtomicU64::new(0)); let block_count_task = Arc::clone(&block_count); // Subscribe to block feed let mut receiver = ctx.block_feed().subscribe(); // Spawn a task to count blocks tokio::spawn(async move { loop { match receiver.recv().await { Ok(_record) => { block_count_task.fetch_add(1, Ordering::Relaxed); } Err(tokio::sync::broadcast::error::RecvError::Lagged(skipped)) => { tracing::debug!(skipped, \"receiver lagged, skipping blocks\"); } Err(tokio::sync::broadcast::error::RecvError::Closed) => { tracing::debug!(\"block feed closed\"); break; } } } }); self.captured_blocks = Some(block_count); Ok(()) } async fn evaluate(&mut self, ctx: &RunContext) -> Result<(), DynError> { let blocks = self.captured_blocks .as_ref() .expect(\"start_capture must be called first\") .load(Ordering::Relaxed); if blocks < self.min_blocks { return Err(format!( \"expected at least {} blocks, observed {}\", self.min_blocks, blocks ).into()); } tracing::info!(blocks, min = self.min_blocks, \"minimum blocks expectation passed\"); Ok(()) }\n} Example: Inspecting block contents use testing_framework_core::scenario::{DynError, RunContext}; async fn start_capture(ctx: &RunContext) -> Result<(), DynError> { let mut receiver = ctx.block_feed().subscribe(); tokio::spawn(async move { loop { match receiver.recv().await { Ok(record) => { // Access block header let header_id = &record.header; // Access full block let tx_count = record.block.transactions().len(); tracing::debug!( ?header_id, tx_count, \"observed block\" ); // Process transactions, DA blobs, etc. } Err(tokio::sync::broadcast::error::RecvError::Closed) => break, Err(_) => continue, } } }); Ok(())\n}","breadcrumbs":"Part II — User Guide » RunContext: BlockFeed & Node Control » Usage in Expectations","id":"171","title":"Usage in Expectations"},"172":{"body":"Workloads can use BlockFeed to coordinate timing or wait for specific conditions before proceeding. Example: Wait for N blocks before starting use async_trait::async_trait;\nuse testing_framework_core::scenario::{DynError, RunContext, Workload}; struct DelayedWorkload { wait_blocks: usize,\n} #[async_trait]\nimpl Workload for DelayedWorkload { fn name(&self) -> &str { \"delayed_workload\" } async fn start(&self, ctx: &RunContext) -> Result<(), DynError> { tracing::info!(wait_blocks = self.wait_blocks, \"waiting for blocks before starting\"); // Subscribe to block feed let mut receiver = ctx.block_feed().subscribe(); let mut count = 0; // Wait for N blocks while count < self.wait_blocks { match receiver.recv().await { Ok(_) => count += 1, Err(tokio::sync::broadcast::error::RecvError::Lagged(_)) => continue, Err(tokio::sync::broadcast::error::RecvError::Closed) => { return Err(\"block feed closed before reaching target\".into()); } } } tracing::info!(\"warmup complete, starting actual workload\"); // Now do the actual work // ... Ok(()) }\n} Example: Rate limiting based on block production use testing_framework_core::scenario::{DynError, RunContext}; async fn generate_request() -> Option<()> { None\n} async fn start(ctx: &RunContext) -> Result<(), DynError> { let clients = ctx.node_clients().validator_clients(); let mut receiver = ctx.block_feed().subscribe(); let mut pending_requests: Vec<()> = Vec::new(); loop { tokio::select! { // Issue a batch on each new block. Ok(_record) = receiver.recv() => { if !pending_requests.is_empty() { tracing::debug!(count = pending_requests.len(), \"issuing requests on new block\"); for _req in pending_requests.drain(..) { let _info = clients[0].consensus_info().await?; } } } // Generate work continuously. Some(req) = generate_request() => { pending_requests.push(req); } } }\n}","breadcrumbs":"Part II — User Guide » RunContext: BlockFeed & Node Control » Usage in Workloads","id":"172","title":"Usage in Workloads"},"173":{"body":"Use BlockFeed when: You need to react to blocks as they're produced Multiple components need to observe the same blocks You want automatic retry/reconnect logic You're tracking statistics across many blocks Use direct polling when: You need to query specific historical blocks You're checking final state after workloads complete You need transaction receipts or other indexed data You're implementing a one-time health check Example direct polling in expectations: use testing_framework_core::scenario::{DynError, RunContext}; async fn evaluate(ctx: &RunContext) -> Result<(), DynError> { let client = &ctx.node_clients().validator_clients()[0]; // Poll current height once let info = client.consensus_info().await?; tracing::info!(height = info.height, \"final block height\"); // This is simpler than BlockFeed for one-time checks Ok(())\n}","breadcrumbs":"Part II — User Guide » RunContext: BlockFeed & Node Control » BlockFeed vs Direct Polling","id":"173","title":"BlockFeed vs Direct Polling"},"174":{"body":"Access aggregated statistics without subscribing to the feed: use testing_framework_core::scenario::{DynError, RunContext}; async fn evaluate(ctx: &RunContext, expected_min: u64) -> Result<(), DynError> { let stats = ctx.block_feed().stats(); let total_txs = stats.total_transactions(); tracing::info!(total_txs, \"transactions observed across all blocks\"); if total_txs < expected_min { return Err(format!( \"expected at least {} transactions, observed {}\", expected_min, total_txs ).into()); } Ok(())\n}","breadcrumbs":"Part II — User Guide » RunContext: BlockFeed & Node Control » Block Statistics","id":"174","title":"Block Statistics"},"175":{"body":"Subscription timing: Subscribe in start_capture() for expectations Subscribe in start() for workloads Late subscribers miss historical blocks (no replay) Lagged receivers: If your subscriber is too slow, it may lag behind Handle RecvError::Lagged(skipped) gracefully Consider increasing processing speed or reducing block rate Feed lifetime: BlockFeed runs for the entire scenario duration Automatically cleaned up when the run completes Closed channels signal graceful shutdown Performance: BlockFeed polls nodes every 1 second Broadcasts to all subscribers with minimal overhead Suitable for scenarios with hundreds of blocks","breadcrumbs":"Part II — User Guide » RunContext: BlockFeed & Node Control » Important Notes","id":"175","title":"Important Notes"},"176":{"body":"The framework's built-in expectations use BlockFeed extensively: ConsensusLiveness : Doesn't directly subscribe but uses block feed stats to verify progress DataAvailabilityExpectation : Subscribes to inspect DA blobs in each block and track inscription/dispersal TransactionInclusion : Subscribes to find specific transactions in blocks See Examples and Workloads & Expectations for more patterns.","breadcrumbs":"Part II — User Guide » RunContext: BlockFeed & Node Control » Real-World Examples","id":"176","title":"Real-World Examples"},"177":{"body":"The framework currently supports process-level chaos (node restarts) for resilience testing: Supported: Restart validators (restart_validator) Restart executors (restart_executor) Random restart workload via .chaos().restart() Not Yet Supported: Network partitions (blocking peers, packet loss) Resource constraints (CPU throttling, memory limits) Byzantine behavior injection (invalid blocks, bad signatures) Selective peer blocking/unblocking For network partition testing, see Extension Ideas which describes the proposed block_peer/unblock_peer API (not yet implemented).","breadcrumbs":"Part II — User Guide » RunContext: BlockFeed & Node Control » Current Chaos Capabilities and Limitations","id":"177","title":"Current Chaos Capabilities and Limitations"},"178":{"body":"Check for control support and use it conditionally: use async_trait::async_trait;\nuse testing_framework_core::scenario::{DynError, RunContext, Workload}; struct RestartWorkload; #[async_trait]\nimpl Workload for RestartWorkload { fn name(&self) -> &str { \"restart_workload\" } async fn start(&self, ctx: &RunContext) -> Result<(), DynError> { if let Some(control) = ctx.node_control() { // Restart the first validator (index 0) if supported. control.restart_validator(0).await?; } Ok(()) }\n} When chaos workloads need control, require enable_node_control() in the scenario builder and deploy with a runner that supports it.","breadcrumbs":"Part II — User Guide » RunContext: BlockFeed & Node Control » Accessing node control in workloads/expectations","id":"178","title":"Accessing node control in workloads/expectations"},"179":{"body":"The NodeControlHandle trait currently provides: use async_trait::async_trait;\nuse testing_framework_core::scenario::DynError; #[async_trait]\npub trait NodeControlHandle: Send + Sync { async fn restart_validator(&self, index: usize) -> Result<(), DynError>; async fn restart_executor(&self, index: usize) -> Result<(), DynError>;\n} Future extensions may include peer blocking/unblocking or other control operations. For now, focus on restart-based chaos patterns as shown in the chaos workload examples.","breadcrumbs":"Part II — User Guide » RunContext: BlockFeed & Node Control » Current API surface","id":"179","title":"Current API surface"},"18":{"body":"Rust toolchain (nightly) This repository cloned Unix-like system (tested on Linux and macOS) For Docker Compose examples: Docker daemon running For Docker Desktop on Apple silicon (compose/k8s): set NOMOS_BUNDLE_DOCKER_PLATFORM=linux/arm64 to avoid slow/fragile amd64 emulation builds versions.env file at repository root (defines VERSION, NOMOS_NODE_REV, NOMOS_BUNDLE_VERSION) Note: nomos-node binaries are built automatically on demand or can be provided via prebuilt bundles. Important: The versions.env file is required by helper scripts. If missing, the scripts will fail with an error. The file should already exist in the repository root.","breadcrumbs":"Quickstart » Prerequisites","id":"18","title":"Prerequisites"},"180":{"body":"Always guard control usage: not all runners expose NodeControlHandle. Treat control as best-effort: failures should surface as test failures, but workloads should degrade gracefully when control is absent. Combine control actions with expectations (e.g., restart then assert height convergence) to keep scenarios meaningful.","breadcrumbs":"Part II — User Guide » RunContext: BlockFeed & Node Control » Considerations","id":"180","title":"Considerations"},"181":{"body":"When should I read this? You don't need chaos testing to be productive with the framework. Focus on basic scenarios first—chaos is for resilience validation and operational readiness drills once your core tests are stable. Chaos in the framework uses node control to introduce failures and validate recovery. The built-in restart workload lives in testing_framework_workflows::workloads::chaos::RandomRestartWorkload.","breadcrumbs":"Part II — User Guide » Chaos Workloads » Chaos Workloads","id":"181","title":"Chaos Workloads"},"182":{"body":"Requires NodeControlCapability (enable_node_control() in the scenario builder) and a runner that provides a NodeControlHandle. Randomly selects nodes (validators, executors) to restart based on your include/exclude flags. Respects min/max delay between restarts and a target cooldown to avoid flapping the same node too frequently. Runs alongside other workloads; expectations should account for the added disruption. Support varies by runner: node control is not provided by the local runner and is not yet implemented for the k8s runner. Use a runner that advertises NodeControlHandle support (e.g., compose) for chaos workloads.","breadcrumbs":"Part II — User Guide » Chaos Workloads » How it works","id":"182","title":"How it works"},"183":{"body":"use std::time::Duration; use testing_framework_core::scenario::ScenarioBuilder;\nuse testing_framework_workflows::{ScenarioBuilderExt, workloads::chaos::RandomRestartWorkload}; pub fn random_restart_plan() -> testing_framework_core::scenario::Scenario< testing_framework_core::scenario::NodeControlCapability,\n> { ScenarioBuilder::topology_with(|t| t.network_star().validators(2).executors(1)) .enable_node_control() .with_workload(RandomRestartWorkload::new( Duration::from_secs(45), // min delay Duration::from_secs(75), // max delay Duration::from_secs(120), // target cooldown true, // include validators true, // include executors )) .expect_consensus_liveness() .with_run_duration(Duration::from_secs(150)) .build()\n}","breadcrumbs":"Part II — User Guide » Chaos Workloads » Usage","id":"183","title":"Usage"},"184":{"body":"Consensus liveness : ensure blocks keep progressing despite restarts. Height convergence : optionally check all nodes converge after the chaos window. Any workload-specific inclusion checks if you’re also driving tx/DA traffic.","breadcrumbs":"Part II — User Guide » Chaos Workloads » Expectations to pair","id":"184","title":"Expectations to pair"},"185":{"body":"Keep delays/cooldowns realistic; avoid back-to-back restarts that would never happen in production. Limit chaos scope: toggle validators vs executors based on what you want to test. Combine with observability: monitor metrics/logs to explain failures.","breadcrumbs":"Part II — User Guide » Chaos Workloads » Best practices","id":"185","title":"Best practices"},"186":{"body":"This page focuses on cluster manipulation: node control, chaos patterns, and what the tooling supports today.","breadcrumbs":"Part II — User Guide » Topology & Chaos Patterns » Topology & Chaos Patterns","id":"186","title":"Topology & Chaos Patterns"},"187":{"body":"Supported : restart/peer control via NodeControlHandle (compose runner). Not supported : local runner does not expose node control; k8s runner does not support it yet.","breadcrumbs":"Part II — User Guide » Topology & Chaos Patterns » Node control availability","id":"187","title":"Node control availability"},"188":{"body":"Restarts : random restarts with minimum delay/cooldown to test recovery. Partitions : block/unblock peers to simulate partial isolation, then assert height convergence after healing. Validator churn : stop one validator and start another (new key) mid-run to test membership changes; expect convergence. Load SLOs : push tx/DA rates and assert inclusion/availability budgets instead of only liveness. API probes : poll HTTP/RPC endpoints during chaos to ensure external contracts stay healthy (shape + latency).","breadcrumbs":"Part II — User Guide » Topology & Chaos Patterns » Chaos patterns to consider","id":"188","title":"Chaos patterns to consider"},"189":{"body":"Liveness/height convergence after chaos windows. SLO checks : inclusion latency, DA responsiveness, API latency/shape. Recovery checks : ensure nodes that were isolated or restarted catch up to cluster height within a timeout.","breadcrumbs":"Part II — User Guide » Topology & Chaos Patterns » Expectations to pair","id":"189","title":"Expectations to pair"},"19":{"body":"The framework ships with runnable example binaries in examples/src/bin/. Recommended: Use the convenience script: # From the logos-blockchain-testing directory\nscripts/run/run-examples.sh -t 60 -v 1 -e 1 host This handles circuit setup, binary building, and runs a complete scenario: 1 validator + 1 executor, mixed transaction + DA workload (5 tx/block + 1 channel + 1 blob), 60s duration. Alternative: Direct cargo run (requires manual setup): # Requires circuits in place and NOMOS_NODE_BIN/NOMOS_EXECUTOR_BIN set\nPOL_PROOF_DEV_MODE=true cargo run -p runner-examples --bin local_runner Core API Pattern (simplified example): use std::time::Duration; use anyhow::Result;\nuse testing_framework_core::scenario::{Deployer, ScenarioBuilder};\nuse testing_framework_runner_local::LocalDeployer;\nuse testing_framework_workflows::ScenarioBuilderExt; pub async fn run_local_demo() -> Result<()> { // Define the scenario (1 validator + 1 executor, tx + DA workload) let mut plan = ScenarioBuilder::topology_with(|t| t.network_star().validators(1).executors(1)) .wallets(1_000) .transactions_with(|txs| { txs.rate(5) // 5 transactions per block .users(500) // use 500 of the seeded wallets }) .da_with(|da| { da.channel_rate(1) // 1 channel .blob_rate(1) // target 1 blob per block .headroom_percent(20) // default headroom when sizing channels }) .expect_consensus_liveness() .with_run_duration(Duration::from_secs(60)) .build(); // Deploy and run let deployer = LocalDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\n} Note: The examples are binaries with #[tokio::main], not test functions. If you want to write integration tests, wrap this pattern in #[tokio::test] functions in your own test suite. Important: POL_PROOF_DEV_MODE=true disables expensive Groth16 zero-knowledge proof generation for leader election. Without it, proof generation is CPU-intensive and tests will timeout. This is required for all runners (local, compose, k8s) for practical testing. Never use in production. What you should see: Nodes spawn as local processes Consensus starts producing blocks Scenario runs for the configured duration Node state/logs written under a temporary per-run directory in the current working directory (removed after the run unless NOMOS_TESTS_KEEP_LOGS=1) To write per-node log files to a stable location: set NOMOS_LOG_DIR=/path/to/logs (files will have prefix like nomos-node-0*, may include timestamps)","breadcrumbs":"Quickstart » Your First Test","id":"19","title":"Your First Test"},"190":{"body":"Keep chaos realistic: avoid flapping or patterns you wouldn't operate in prod. Scope chaos: choose validators vs executors intentionally; don't restart all nodes at once unless you're testing full outages. Combine chaos with observability: capture block feed/metrics and API health so failures are diagnosable.","breadcrumbs":"Part II — User Guide » Topology & Chaos Patterns » Guidance","id":"190","title":"Guidance"},"191":{"body":"Deep dives for contributors who extend the framework, evolve its abstractions, or maintain the crate set.","breadcrumbs":"Part III — Developer Reference » Part III — Developer Reference","id":"191","title":"Part III — Developer Reference"},"192":{"body":"The scenario model defines clear, composable responsibilities: Topology : a declarative description of the cluster—how many nodes, their roles, and the broad network and data-availability characteristics. It represents the intended shape of the system under test. Scenario : a plan combining topology, workloads, expectations, and a run window. Building a scenario validates prerequisites (like seeded wallets) and ensures the run lasts long enough to observe meaningful block progression. Workloads : asynchronous tasks that generate traffic or conditions. They use shared context to interact with the deployed cluster and may bundle default expectations. Expectations : post-run assertions. They can capture baselines before workloads start and evaluate success once activity stops. Runtime : coordinates workloads and expectations for the configured duration, enforces cooldowns when control actions occur, and ensures cleanup so runs do not leak resources. Developers extending the model should keep these boundaries strict: topology describes, scenarios assemble, deployers provision, runners orchestrate, workloads drive, and expectations judge outcomes. For guidance on adding new capabilities, see Extending the Framework .","breadcrumbs":"Part III — Developer Reference » Scenario Model (Developer Level) » Scenario Model (Developer Level)","id":"192","title":"Scenario Model (Developer Level)"},"193":{"body":"The framework supports two styles for constructing scenarios: High-level Builder DSL (recommended): fluent helper methods (e.g. .transactions_with(...)) Low-level direct instantiation : construct workload/expectation types explicitly, then attach them Both styles produce the same runtime behavior because they ultimately call the same core builder APIs.","breadcrumbs":"Part III — Developer Reference » API Levels: Builder DSL vs. Direct » API Levels: Builder DSL vs. Direct Instantiation","id":"193","title":"API Levels: Builder DSL vs. Direct Instantiation"},"194":{"body":"The DSL is implemented as extension traits (primarily testing_framework_workflows::ScenarioBuilderExt) on the core scenario builder. use std::time::Duration; use testing_framework_core::scenario::ScenarioBuilder;\nuse testing_framework_workflows::ScenarioBuilderExt; let plan = ScenarioBuilder::topology_with(|t| t.network_star().validators(3).executors(2)) .wallets(5) .transactions_with(|txs| txs.rate(5).users(3)) .da_with(|da| da.channel_rate(1).blob_rate(1).headroom_percent(20)) .expect_consensus_liveness() .with_run_duration(Duration::from_secs(60)) .build(); When to use: Most test code (smoke, regression, CI) When you want sensible defaults and minimal boilerplate","breadcrumbs":"Part III — Developer Reference » API Levels: Builder DSL vs. Direct » High-Level Builder DSL (Recommended)","id":"194","title":"High-Level Builder DSL (Recommended)"},"195":{"body":"Direct instantiation gives you explicit control over the concrete types you attach: use std::{ num::{NonZeroU64, NonZeroUsize}, time::Duration,\n}; use testing_framework_core::scenario::ScenarioBuilder;\nuse testing_framework_workflows::{ expectations::ConsensusLiveness, workloads::{da, transaction},\n}; let tx_workload = transaction::Workload::with_rate(5) .expect(\"transaction rate must be non-zero\") .with_user_limit(NonZeroUsize::new(3)); let da_workload = da::Workload::with_rate( NonZeroU64::new(1).unwrap(), // blob rate per block NonZeroU64::new(1).unwrap(), // channel rate per block da::Workload::default_headroom_percent(),\n); let plan = ScenarioBuilder::topology_with(|t| t.network_star().validators(3).executors(2)) .wallets(5) .with_workload(tx_workload) .with_workload(da_workload) .with_expectation(ConsensusLiveness::default()) .with_run_duration(Duration::from_secs(60)) .build(); When to use: Custom workload/expectation implementations Reusing preconfigured workload instances across multiple scenarios Debugging / exploring the underlying workload types","breadcrumbs":"Part III — Developer Reference » API Levels: Builder DSL vs. Direct » Low-Level Direct Instantiation","id":"195","title":"Low-Level Direct Instantiation"},"196":{"body":"High-Level DSL Low-Level Direct .transactions_with(|txs| txs.rate(5).users(3)) .with_workload(transaction::Workload::with_rate(5).expect(...).with_user_limit(...)) .da_with(|da| da.blob_rate(1).channel_rate(1)) .with_workload(da::Workload::with_rate(...)) .expect_consensus_liveness() .with_expectation(ConsensusLiveness::default())","breadcrumbs":"Part III — Developer Reference » API Levels: Builder DSL vs. Direct » Method Correspondence","id":"196","title":"Method Correspondence"},"197":{"body":"Workloads can bundle expectations by implementing Workload::expectations(). These bundled expectations are attached automatically whenever you call .with_workload(...) (including when you use the DSL), because the core builder expands workload expectations during attachment.","breadcrumbs":"Part III — Developer Reference » API Levels: Builder DSL vs. Direct » Bundled Expectations (Important)","id":"197","title":"Bundled Expectations (Important)"},"198":{"body":"Mixing is common: use the DSL for built-ins, and direct instantiation for custom pieces. use std::time::Duration; use testing_framework_core::scenario::ScenarioBuilder;\nuse testing_framework_workflows::{ScenarioBuilderExt, workloads::transaction}; let tx_workload = transaction::Workload::with_rate(5) .expect(\"transaction rate must be non-zero\"); let plan = ScenarioBuilder::topology_with(|t| t.network_star().validators(3).executors(2)) .wallets(5) .with_workload(tx_workload) // direct instantiation .expect_consensus_liveness() // DSL .with_run_duration(Duration::from_secs(60)) .build();","breadcrumbs":"Part III — Developer Reference » API Levels: Builder DSL vs. Direct » Mixing Both Styles","id":"198","title":"Mixing Both Styles"},"199":{"body":"The DSL methods are thin wrappers. For example: builder.transactions_with(|txs| txs.rate(5).users(3)) is roughly equivalent to: builder.transactions().rate(5).users(3).apply()","breadcrumbs":"Part III — Developer Reference » API Levels: Builder DSL vs. Direct » Implementation Detail (How the DSL Works)","id":"199","title":"Implementation Detail (How the DSL Works)"},"2":{"body":"flowchart LR Build[Define Scenario] --> Deploy[Deploy Topology] Deploy --> Execute[Run Workloads] Execute --> Evaluate[Check Expectations] style Build fill:#e1f5ff style Deploy fill:#fff4e1 style Execute fill:#ffe1f5 style Evaluate fill:#e1ffe1 Define Scenario — Describe your test: topology, workloads, and success criteria Deploy Topology — Launch validators and executors using host, compose, or k8s runners Run Workloads — Drive transactions, DA traffic, and chaos operations Check Expectations — Verify consensus liveness, inclusion, and system health","breadcrumbs":"Project Context Primer » How It Works","id":"2","title":"How It Works"},"20":{"body":"Let's unpack the code:","breadcrumbs":"Quickstart » What Just Happened?","id":"20","title":"What Just Happened?"},"200":{"body":"DSL method not found Ensure the extension traits are in scope, e.g. use testing_framework_workflows::ScenarioBuilderExt; Cross-check method names in Builder API Quick Reference","breadcrumbs":"Part III — Developer Reference » API Levels: Builder DSL vs. Direct » Troubleshooting","id":"200","title":"Troubleshooting"},"201":{"body":"Builder API Quick Reference Example: New Workload & Expectation (Rust) Extending the Framework","breadcrumbs":"Part III — Developer Reference » API Levels: Builder DSL vs. Direct » See Also","id":"201","title":"See Also"},"202":{"body":"This guide shows how to extend the framework with custom workloads, expectations, runners, and topology helpers. Each section includes the trait outline and a minimal code example.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Extending the Framework","id":"202","title":"Extending the Framework"},"203":{"body":"Steps: Implement testing_framework_core::scenario::Workload Provide a name and any bundled expectations Use init to derive inputs from topology/metrics; fail fast if prerequisites missing Use start to drive async traffic using RunContext clients Expose from testing-framework/workflows and optionally add a DSL helper Trait outline: use async_trait::async_trait;\nuse testing_framework_core::scenario::{ DynError, Expectation, RunContext, RunMetrics, Workload,\n};\nuse testing_framework_core::topology::generation::GeneratedTopology; struct MyExpectation; #[async_trait]\nimpl Expectation for MyExpectation { fn name(&self) -> &str { \"my_expectation\" } async fn evaluate(&mut self, _ctx: &RunContext) -> Result<(), DynError> { Ok(()) }\n} pub struct MyWorkload { // Configuration fields target_rate: u64,\n} impl MyWorkload { pub fn new(target_rate: u64) -> Self { Self { target_rate } }\n} #[async_trait]\nimpl Workload for MyWorkload { fn name(&self) -> &str { \"my_workload\" } fn expectations(&self) -> Vec> { // Return bundled expectations that should run with this workload vec![Box::new(MyExpectation)] } fn init( &mut self, topology: &GeneratedTopology, _run_metrics: &RunMetrics, ) -> Result<(), DynError> { // Validate prerequisites (e.g., enough nodes, wallet data present) if topology.validators().is_empty() { return Err(\"no validators available\".into()); } Ok(()) } async fn start(&self, ctx: &RunContext) -> Result<(), DynError> { // Drive async activity: submit transactions, query nodes, etc. let clients = ctx.node_clients().validator_clients(); for client in clients { let info = client.consensus_info().await?; tracing::info!(height = info.height, \"workload queried node\"); } Ok(()) }\n} Key points: name() identifies the workload in logs expectations() bundles default checks (can be empty) init() validates topology before run starts start() executes concurrently with other workloads; it should complete before run duration expires See Example: New Workload & Expectation for a complete, runnable example.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding a Workload","id":"203","title":"Adding a Workload"},"204":{"body":"Steps: Implement testing_framework_core::scenario::Expectation Use start_capture to snapshot baseline metrics (optional) Use evaluate to assert outcomes after workloads finish Return descriptive errors; the runner aggregates them Export from testing-framework/workflows if reusable Trait outline: use async_trait::async_trait;\nuse testing_framework_core::scenario::{DynError, Expectation, RunContext}; pub struct MyExpectation { expected_value: u64, captured_baseline: Option,\n} impl MyExpectation { pub fn new(expected_value: u64) -> Self { Self { expected_value, captured_baseline: None, } }\n} #[async_trait]\nimpl Expectation for MyExpectation { fn name(&self) -> &str { \"my_expectation\" } async fn start_capture(&mut self, ctx: &RunContext) -> Result<(), DynError> { // Optional: capture baseline state before workloads start let client = ctx.node_clients().validator_clients().first() .ok_or(\"no validators\")?; let info = client.consensus_info().await?; self.captured_baseline = Some(info.height); tracing::info!(baseline = self.captured_baseline, \"captured baseline\"); Ok(()) } async fn evaluate(&mut self, ctx: &RunContext) -> Result<(), DynError> { // Assert the expected condition holds after workloads finish let client = ctx.node_clients().validator_clients().first() .ok_or(\"no validators\")?; let info = client.consensus_info().await?; let final_height = info.height; let baseline = self.captured_baseline.unwrap_or(0); let delta = final_height.saturating_sub(baseline); if delta < self.expected_value { return Err(format!( \"expected at least {} blocks, got {}\", self.expected_value, delta ).into()); } tracing::info!(delta, \"expectation passed\"); Ok(()) }\n} Key points: name() identifies the expectation in logs start_capture() runs before workloads start (optional) evaluate() runs after workloads finish; return descriptive errors Expectations run sequentially; keep them fast","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding an Expectation","id":"204","title":"Adding an Expectation"},"205":{"body":"Steps: Implement testing_framework_core::scenario::Deployer for your capability type Deploy infrastructure and return a Runner Construct NodeClients and spawn a BlockFeed Build a RunContext and provide a CleanupGuard for teardown Trait outline: use async_trait::async_trait;\nuse testing_framework_core::scenario::{ CleanupGuard, Deployer, DynError, Metrics, NodeClients, RunContext, Runner, Scenario, spawn_block_feed,\n};\nuse testing_framework_core::topology::deployment::Topology; pub struct MyDeployer { // Configuration: cluster connection details, etc.\n} impl MyDeployer { pub fn new() -> Self { Self {} }\n} #[async_trait]\nimpl Deployer<()> for MyDeployer { type Error = DynError; async fn deploy(&self, scenario: &Scenario<()>) -> Result { // 1. Launch nodes using scenario.topology() // 2. Wait for readiness (e.g., consensus info endpoint responds) // 3. Build NodeClients for validators/executors // 4. Spawn a block feed for expectations (optional but recommended) // 5. Create NodeControlHandle if you support restarts (optional) // 6. Return a Runner wrapping RunContext + CleanupGuard tracing::info!(\"deploying scenario with MyDeployer\"); let topology: Option = None; // Some(topology) if you spawned one let node_clients = NodeClients::default(); // Or NodeClients::from_topology(...) let client = node_clients .any_client() .ok_or(\"no api clients available\")? .clone(); let (block_feed, block_feed_guard) = spawn_block_feed(client).await?; let telemetry = Metrics::empty(); // or Metrics::from_prometheus(...) let node_control = None; // or Some(Arc) let context = RunContext::new( scenario.topology().clone(), topology, node_clients, scenario.duration(), telemetry, block_feed, node_control, ); // If you also have other resources to clean up (containers/pods/etc), // wrap them in your own CleanupGuard implementation and call // CleanupGuard::cleanup(Box::new(block_feed_guard)) inside it. Ok(Runner::new(context, Some(Box::new(block_feed_guard)))) }\n} Key points: deploy() must return a fully prepared Runner Block until nodes are ready before returning (avoid false negatives) Use a CleanupGuard to tear down resources on failure (and on RunHandle drop) If you want chaos workloads, also provide a NodeControlHandle via RunContext","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding a Runner (Deployer)","id":"205","title":"Adding a Runner (Deployer)"},"206":{"body":"Steps: Extend testing_framework_core::topology::config::TopologyBuilder with new layouts Keep defaults safe: ensure at least one participant, clamp dispersal factors Consider adding configuration presets for specialized parameters Example: use testing_framework_core::topology::{ config::TopologyBuilder, configs::network::Libp2pNetworkLayout,\n}; pub trait TopologyBuilderExt { fn network_full(self) -> Self;\n} impl TopologyBuilderExt for TopologyBuilder { fn network_full(self) -> Self { self.with_network_layout(Libp2pNetworkLayout::Full) }\n} Key points: Maintain method chaining (return &mut Self) Validate inputs: clamp factors, enforce minimums Document assumptions (e.g., \"requires at least 4 nodes\")","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding Topology Helpers","id":"206","title":"Adding Topology Helpers"},"207":{"body":"To expose your custom workload through the high-level DSL, add a trait extension: use async_trait::async_trait;\nuse testing_framework_core::scenario::{DynError, RunContext, ScenarioBuilder, Workload}; #[derive(Default)]\npub struct MyWorkloadBuilder { target_rate: u64, some_option: bool,\n} impl MyWorkloadBuilder { pub const fn target_rate(mut self, target_rate: u64) -> Self { self.target_rate = target_rate; self } pub const fn some_option(mut self, some_option: bool) -> Self { self.some_option = some_option; self } pub const fn build(self) -> MyWorkload { MyWorkload { target_rate: self.target_rate, some_option: self.some_option, } }\n} pub struct MyWorkload { target_rate: u64, some_option: bool,\n} #[async_trait]\nimpl Workload for MyWorkload { fn name(&self) -> &str { \"my_workload\" } async fn start(&self, _ctx: &RunContext) -> Result<(), DynError> { Ok(()) }\n} pub trait MyWorkloadDsl { fn my_workload_with( self, f: impl FnOnce(MyWorkloadBuilder) -> MyWorkloadBuilder, ) -> Self;\n} impl MyWorkloadDsl for ScenarioBuilder { fn my_workload_with( self, f: impl FnOnce(MyWorkloadBuilder) -> MyWorkloadBuilder, ) -> Self { let builder = f(MyWorkloadBuilder::default()); self.with_workload(builder.build()) }\n} Users can then call: ScenarioBuilder::topology_with(|t| t.network_star().validators(1).executors(1)) .my_workload_with(|w| { w.target_rate(10) .some_option(true) }) .build()","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding a DSL Helper","id":"207","title":"Adding a DSL Helper"},"208":{"body":"API Levels: Builder DSL vs. Direct - Understanding the two API levels Custom Workload Example - Complete runnable example Internal Crate Reference - Where to add new code","breadcrumbs":"Part III — Developer Reference » Extending the Framework » See Also","id":"208","title":"See Also"},"209":{"body":"A minimal, end-to-end illustration of adding a custom workload and matching expectation. This shows the shape of the traits and where to plug into the framework; expand the logic to fit your real test.","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Example: New Workload & Expectation (Rust)","id":"209","title":"Example: New Workload & Expectation (Rust)"},"21":{"body":"use testing_framework_core::scenario::ScenarioBuilder; pub fn step_1_topology() -> testing_framework_core::scenario::Builder<()> { ScenarioBuilder::topology_with(|t| { t.network_star() // Star topology: all nodes connect to seed .validators(1) // 1 validator node .executors(1) // 1 executor node (validator + DA dispersal) })\n} This defines what your test network looks like.","breadcrumbs":"Quickstart » 1. Topology Configuration","id":"21","title":"1. Topology Configuration"},"210":{"body":"Key ideas: name : identifies the workload in logs. expectations : workloads can bundle defaults so callers don’t forget checks. init : derive inputs from the generated topology (e.g., pick a target node). start : drive async activity using the shared RunContext. use async_trait::async_trait;\nuse testing_framework_core::{ scenario::{DynError, Expectation, RunContext, RunMetrics, Workload}, topology::generation::GeneratedTopology,\n}; pub struct ReachabilityWorkload { target_idx: usize,\n} impl ReachabilityWorkload { pub fn new(target_idx: usize) -> Self { Self { target_idx } }\n} #[async_trait]\nimpl Workload for ReachabilityWorkload { fn name(&self) -> &str { \"reachability_workload\" } fn expectations(&self) -> Vec> { vec![Box::new( crate::custom_workload_example_expectation::ReachabilityExpectation::new( self.target_idx, ), )] } fn init( &mut self, topology: &GeneratedTopology, _run_metrics: &RunMetrics, ) -> Result<(), DynError> { if topology.validators().get(self.target_idx).is_none() { return Err(Box::new(std::io::Error::new( std::io::ErrorKind::Other, \"no validator at requested index\", ))); } Ok(()) } async fn start(&self, ctx: &RunContext) -> Result<(), DynError> { let client = ctx .node_clients() .validator_clients() .get(self.target_idx) .ok_or_else(|| { Box::new(std::io::Error::new( std::io::ErrorKind::Other, \"missing target client\", )) as DynError })?; // Lightweight API call to prove reachability. client .consensus_info() .await .map(|_| ()) .map_err(|e| e.into()) }\n}","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Workload: simple reachability probe","id":"210","title":"Workload: simple reachability probe"},"211":{"body":"Key ideas: start_capture : snapshot baseline if needed (not used here). evaluate : assert the condition after workloads finish. use async_trait::async_trait;\nuse testing_framework_core::scenario::{DynError, Expectation, RunContext}; pub struct ReachabilityExpectation { target_idx: usize,\n} impl ReachabilityExpectation { pub fn new(target_idx: usize) -> Self { Self { target_idx } }\n} #[async_trait]\nimpl Expectation for ReachabilityExpectation { fn name(&self) -> &str { \"target_reachable\" } async fn evaluate(&mut self, ctx: &RunContext) -> Result<(), DynError> { let client = ctx .node_clients() .validator_clients() .get(self.target_idx) .ok_or_else(|| { Box::new(std::io::Error::new( std::io::ErrorKind::Other, \"missing target client\", )) as DynError })?; client .consensus_info() .await .map(|_| ()) .map_err(|e| e.into()) }\n}","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Expectation: confirm the target stayed reachable","id":"211","title":"Expectation: confirm the target stayed reachable"},"212":{"body":"Build your scenario as usual and call .with_workload(ReachabilityWorkload::new(0)). The bundled expectation is attached automatically; you can add more with .with_expectation(...) if needed. Keep the logic minimal and fast for smoke tests; grow it into richer probes for deeper scenarios.","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » How to wire it","id":"212","title":"How to wire it"},"213":{"body":"High-level roles of the crates that make up the framework: Configs (testing-framework/configs/): Prepares reusable configuration primitives for nodes, networking, tracing, data availability, and wallets, shared by all scenarios and runners. Includes topology generation and circuit asset resolution. Core scenario orchestration (testing-framework/core/): Houses the topology and scenario model, runtime coordination, node clients, and readiness/health probes. Defines Deployer and Runner traits, ScenarioBuilder, and RunContext. Workflows (testing-framework/workflows/): Packages workloads (transaction, DA, chaos) and expectations (consensus liveness) into reusable building blocks. Offers fluent DSL extensions (ScenarioBuilderExt, ChaosBuilderExt). Runners (testing-framework/runners/{local,compose,k8s}/): Implements deployment backends (local host, Docker Compose, Kubernetes) that all consume the same scenario plan. Each provides a Deployer implementation (LocalDeployer, ComposeDeployer, K8sDeployer). Runner Examples (crate name: runner-examples, path: examples/): Runnable binaries demonstrating framework usage and serving as living documentation. These are the primary entry point for running scenarios (examples/src/bin/local_runner.rs, examples/src/bin/compose_runner.rs, examples/src/bin/k8s_runner.rs).","breadcrumbs":"Part III — Developer Reference » Internal Crate Reference » Internal Crate Reference","id":"213","title":"Internal Crate Reference"},"214":{"body":"What You're Adding Where It Goes Examples Node config parameter testing-framework/configs/src/topology/configs/ Slot duration, log levels, DA params Topology feature testing-framework/core/src/topology/ New network layouts, node roles Scenario capability testing-framework/core/src/scenario/ New capabilities, context methods Workload testing-framework/workflows/src/workloads/ New traffic generators Expectation testing-framework/workflows/src/expectations/ New success criteria Builder API testing-framework/workflows/src/builder/ DSL extensions, fluent methods Deployer testing-framework/runners/ New deployment backends Example scenario examples/src/bin/ Demonstration binaries","breadcrumbs":"Part III — Developer Reference » Internal Crate Reference » Where to Add New Capabilities","id":"214","title":"Where to Add New Capabilities"},"215":{"body":"","breadcrumbs":"Part III — Developer Reference » Internal Crate Reference » Extension Workflow","id":"215","title":"Extension Workflow"},"216":{"body":"Define the workload in testing-framework/workflows/src/workloads/your_workload.rs: use async_trait::async_trait;\nuse testing_framework_core::scenario::{DynError, RunContext, Workload}; pub struct YourWorkload; #[async_trait]\nimpl Workload for YourWorkload { fn name(&self) -> &'static str { \"your_workload\" } async fn start(&self, _ctx: &RunContext) -> Result<(), DynError> { // implementation Ok(()) }\n} Add builder extension in testing-framework/workflows/src/builder/mod.rs: pub struct YourWorkloadBuilder; impl YourWorkloadBuilder { pub fn some_config(self) -> Self { self }\n} pub trait ScenarioBuilderExt: Sized { fn your_workload(self) -> YourWorkloadBuilder;\n} Use in examples in examples/src/bin/your_scenario.rs: use testing_framework_core::scenario::ScenarioBuilder; pub struct YourWorkloadBuilder; impl YourWorkloadBuilder { pub fn some_config(self) -> Self { self }\n} pub trait YourWorkloadDslExt: Sized { fn your_workload_with(self, configurator: F) -> Self where F: FnOnce(YourWorkloadBuilder) -> YourWorkloadBuilder;\n} impl YourWorkloadDslExt for testing_framework_core::scenario::Builder { fn your_workload_with(self, configurator: F) -> Self where F: FnOnce(YourWorkloadBuilder) -> YourWorkloadBuilder, { let _ = configurator(YourWorkloadBuilder); self }\n} pub fn use_in_examples() { let _plan = ScenarioBuilder::topology_with(|t| t.network_star().validators(3).executors(0)) .your_workload_with(|w| w.some_config()) .build();\n}","breadcrumbs":"Part III — Developer Reference » Internal Crate Reference » Adding a New Workload","id":"216","title":"Adding a New Workload"},"217":{"body":"Define the expectation in testing-framework/workflows/src/expectations/your_expectation.rs: use async_trait::async_trait;\nuse testing_framework_core::scenario::{DynError, Expectation, RunContext}; pub struct YourExpectation; #[async_trait]\nimpl Expectation for YourExpectation { fn name(&self) -> &'static str { \"your_expectation\" } async fn evaluate(&mut self, _ctx: &RunContext) -> Result<(), DynError> { // implementation Ok(()) }\n} Add builder extension in testing-framework/workflows/src/builder/mod.rs: use testing_framework_core::scenario::ScenarioBuilder; pub trait YourExpectationDslExt: Sized { fn expect_your_condition(self) -> Self;\n} impl YourExpectationDslExt for testing_framework_core::scenario::Builder { fn expect_your_condition(self) -> Self { self }\n} pub fn use_in_examples() { let _plan = ScenarioBuilder::topology_with(|t| t.network_star().validators(3).executors(0)) .expect_your_condition() .build();\n}","breadcrumbs":"Part III — Developer Reference » Internal Crate Reference » Adding a New Expectation","id":"217","title":"Adding a New Expectation"},"218":{"body":"Implement Deployer trait in testing-framework/runners/your_runner/src/deployer.rs: use async_trait::async_trait;\nuse testing_framework_core::scenario::{Deployer, Runner, Scenario}; #[derive(Debug)]\npub struct YourError; pub struct YourDeployer; #[async_trait]\nimpl Deployer for YourDeployer { type Error = YourError; async fn deploy(&self, _scenario: &Scenario<()>) -> Result { // Provision infrastructure // Wait for readiness // Return Runner todo!() }\n} Provide cleanup and handle node control if supported. Add example in examples/src/bin/your_runner.rs. For detailed examples, see Extending the Framework and Custom Workload Example .","breadcrumbs":"Part III — Developer Reference » Internal Crate Reference » Adding a New Deployer","id":"218","title":"Adding a New Deployer"},"219":{"body":"This section covers operational aspects of running the testing framework: prerequisites, deployment configuration, continuous integration, and observability.","breadcrumbs":"Part IV — Operations & Deployment » Part IV — Operations & Deployment","id":"219","title":"Part IV — Operations & Deployment"},"22":{"body":"use testing_framework_core::scenario::ScenarioBuilder;\nuse testing_framework_workflows::ScenarioBuilderExt; pub fn step_2_wallets() -> testing_framework_core::scenario::Builder<()> { ScenarioBuilder::with_node_counts(1, 1).wallets(1_000) // Seed 1,000 funded wallet accounts\n} Provides funded accounts for transaction submission.","breadcrumbs":"Quickstart » 2. Wallet Seeding","id":"22","title":"2. Wallet Seeding"},"220":{"body":"Prerequisites & Setup : Required files, binaries, circuit assets, and environment configuration Running Examples : How to execute scenarios across host, compose, and k8s runners CI Integration : Automating tests in continuous integration pipelines with caching and matrix testing Environment Variables : Complete reference of all configuration variables Logging & Observability : Log collection strategies, metrics integration, and debugging techniques","breadcrumbs":"Part IV — Operations & Deployment » What You'll Learn","id":"220","title":"What You'll Learn"},"221":{"body":"Operators setting up the framework for the first time DevOps Engineers integrating tests into CI/CD pipelines Developers debugging test failures or performance issues Platform Engineers deploying across different environments (local, Docker, Kubernetes)","breadcrumbs":"Part IV — Operations & Deployment » Who This Section Is For","id":"221","title":"Who This Section Is For"},"222":{"body":"This section is organized for progressive depth: Start with Operations Overview for the big picture Follow Prerequisites & Setup to prepare your environment Use Running Examples to execute your first scenarios Integrate with CI Integration for automated testing Reference Environment Variables for complete configuration options Debug with Logging & Observability when issues arise","breadcrumbs":"Part IV — Operations & Deployment » Navigation","id":"222","title":"Navigation"},"223":{"body":"Operational Hygiene: Assets present, prerequisites satisfied, observability reachable Environment Fit: Choose the right deployment target based on isolation, reproducibility, and resource needs Clear Signals: Verify runners report node readiness before starting workloads Failure Triage: Map failures to specific causes—missing prerequisites, platform issues, or unmet expectations Ready to get started? Begin with Operations Overview →","breadcrumbs":"Part IV — Operations & Deployment » Key Principles","id":"223","title":"Key Principles"},"224":{"body":"Operational readiness focuses on prerequisites, environment fit, and clear signals that ensure your test scenarios run reliably across different deployment targets.","breadcrumbs":"Part IV — Operations & Deployment » Overview » Operations & Deployment Overview","id":"224","title":"Operations & Deployment Overview"},"225":{"body":"Prerequisites First : Ensure all required files, binaries, and assets are in place before attempting to run scenarios Environment Fit : Choose the right deployment target (host, compose, k8s) based on your isolation, reproducibility, and resource needs Clear Signals : Verify runners report node readiness before starting workloads to avoid false negatives Failure Triage : Map failures to specific causes—missing prerequisites, platform issues, or unmet expectations","breadcrumbs":"Part IV — Operations & Deployment » Overview » Core Principles","id":"225","title":"Core Principles"},"226":{"body":"Prerequisites: versions.env file at repository root (required by helper scripts) Node binaries (nomos-node, nomos-executor) available or built on demand Platform requirements met (Docker for compose, cluster access for k8s) Circuit assets for DA workloads Artifacts: KZG parameters (circuit assets) for Data Availability scenarios Docker images for compose/k8s deployments Binary bundles for reproducible builds Environment Configuration: POL_PROOF_DEV_MODE=true is REQUIRED for all runners to avoid expensive proof generation Logging configured via NOMOS_LOG_* variables Observability endpoints (Prometheus, Grafana) optional but useful Readiness & Health: Runners verify node readiness before starting workloads Health checks prevent premature workload execution Consensus liveness expectations validate basic operation","breadcrumbs":"Part IV — Operations & Deployment » Overview » Key Operational Concerns","id":"226","title":"Key Operational Concerns"},"227":{"body":"The framework is intentionally runner-agnostic : the same scenario plan runs across all deployment targets. Understanding which operational concerns apply to each runner helps you choose the right fit. Concern Host Compose Kubernetes Topology Full support Full support Full support Workloads All workloads All workloads All workloads Expectations All expectations All expectations All expectations Chaos / Node Control Not supported Supported Not yet Metrics / Observability Manual setup External stack Cluster-wide Log Collection Temp files Container logs Pod logs Isolation Process-level Container Pod + namespace Setup Time < 1 min 2-5 min 5-10 min CI Recommended? Smoke tests Primary Large-scale only Key insight: Operational concerns (prerequisites, environment variables) are largely consistent across runners, while deployment-specific concerns (isolation, chaos support) vary by backend.","breadcrumbs":"Part IV — Operations & Deployment » Overview » Runner-Agnostic Design","id":"227","title":"Runner-Agnostic Design"},"228":{"body":"flowchart LR Setup[Prerequisites & Setup] --> Run[Run Scenarios] Run --> Monitor[Monitor & Observe] Monitor --> Debug{Success?} Debug -->|No| Triage[Failure Triage] Triage --> Setup Debug -->|Yes| Done[Complete] Setup : Verify prerequisites, configure environment, prepare assets Run : Execute scenarios using appropriate runner (host/compose/k8s) Monitor : Collect logs, metrics, and observability signals Triage : When failures occur, map to root causes and fix prerequisites","breadcrumbs":"Part IV — Operations & Deployment » Overview » Operational Workflow","id":"228","title":"Operational Workflow"},"229":{"body":"This Operations & Deployment section covers: Prerequisites & Setup — Required files, binaries, and environment setup Running Examples — How to run scenarios across different runners CI Integration — Automating tests in continuous integration pipelines Environment Variables — Complete reference of configuration variables Logging & Observability — Log collection, metrics, and debugging Philosophy: Treat operational hygiene—assets present, prerequisites satisfied, observability reachable—as the first step to reliable scenario outcomes.","breadcrumbs":"Part IV — Operations & Deployment » Overview » Documentation Structure","id":"229","title":"Documentation Structure"},"23":{"body":"use testing_framework_core::scenario::ScenarioBuilder;\nuse testing_framework_workflows::ScenarioBuilderExt; pub fn step_3_workloads() -> testing_framework_core::scenario::Builder<()> { ScenarioBuilder::with_node_counts(1, 1) .wallets(1_000) .transactions_with(|txs| { txs.rate(5) // 5 transactions per block .users(500) // Use 500 of the 1,000 wallets }) .da_with(|da| { da.channel_rate(1) // 1 DA channel (more spawned with headroom) .blob_rate(1) // target 1 blob per block .headroom_percent(20) // default headroom when sizing channels })\n} Generates both transaction and DA traffic to stress both subsystems.","breadcrumbs":"Quickstart » 3. Workloads","id":"23","title":"3. Workloads"},"230":{"body":"This page covers everything you need before running your first scenario.","breadcrumbs":"Part IV — Operations & Deployment » Prerequisites & Setup » Prerequisites & Setup","id":"230","title":"Prerequisites & Setup"},"231":{"body":"","breadcrumbs":"Part IV — Operations & Deployment » Prerequisites & Setup » Required Files","id":"231","title":"Required Files"},"232":{"body":"All helper scripts require a versions.env file at the repository root: VERSION=v0.3.1\nNOMOS_NODE_REV=abc123def456789\nNOMOS_BUNDLE_VERSION=v1 What it defines: VERSION — Circuit release tag for KZG parameters NOMOS_NODE_REV — Git revision of nomos-node to build/fetch NOMOS_BUNDLE_VERSION — Bundle schema version Where it's used: scripts/run/run-examples.sh scripts/build/build-bundle.sh scripts/setup/setup-nomos-circuits.sh CI workflows Error if missing: ERROR: versions.env not found at repository root\nThis file is required and should define: VERSION= NOMOS_NODE_REV= NOMOS_BUNDLE_VERSION= Fix: Ensure you're in the repository root. The file should already exist in the checked-out repo.","breadcrumbs":"Part IV — Operations & Deployment » Prerequisites & Setup » versions.env (Required)","id":"232","title":"versions.env (Required)"},"233":{"body":"Scenarios need compiled nomos-node and nomos-executor binaries.","breadcrumbs":"Part IV — Operations & Deployment » Prerequisites & Setup » Node Binaries","id":"233","title":"Node Binaries"},"234":{"body":"scripts/run/run-examples.sh -t 60 -v 3 -e 1 host This automatically: Clones/updates nomos-node checkout Builds required binaries Sets NOMOS_NODE_BIN / NOMOS_EXECUTOR_BIN","breadcrumbs":"Part IV — Operations & Deployment » Prerequisites & Setup » Option 1: Use Helper Scripts (Recommended)","id":"234","title":"Option 1: Use Helper Scripts (Recommended)"},"235":{"body":"If you have a sibling nomos-node checkout: cd ../nomos-node\ncargo build --release --bin nomos-node --bin nomos-executor # Set environment variables\nexport NOMOS_NODE_BIN=$PWD/target/release/nomos-node\nexport NOMOS_EXECUTOR_BIN=$PWD/target/release/nomos-executor # Return to testing framework\ncd ../nomos-testing","breadcrumbs":"Part IV — Operations & Deployment » Prerequisites & Setup » Option 2: Manual Build","id":"235","title":"Option 2: Manual Build"},"236":{"body":"CI workflows use prebuilt artifacts: - name: Download nomos binaries uses: actions/download-artifact@v3 with: name: nomos-binaries-linux path: .tmp/ - name: Extract bundle run: | tar -xzf .tmp/nomos-binaries-linux-*.tar.gz -C .tmp/ export NOMOS_NODE_BIN=$PWD/.tmp/nomos-node export NOMOS_EXECUTOR_BIN=$PWD/.tmp/nomos-executor","breadcrumbs":"Part IV — Operations & Deployment » Prerequisites & Setup » Option 3: Prebuilt Bundles (CI)","id":"236","title":"Option 3: Prebuilt Bundles (CI)"},"237":{"body":"Data Availability (DA) workloads require KZG cryptographic parameters.","breadcrumbs":"Part IV — Operations & Deployment » Prerequisites & Setup » Circuit Assets (KZG Parameters)","id":"237","title":"Circuit Assets (KZG Parameters)"},"238":{"body":"Default path: testing-framework/assets/stack/kzgrs_test_params/kzgrs_test_params Note: The directory kzgrs_test_params/ contains a file named kzgrs_test_params. This is the proving key file (~120MB). Container path (compose/k8s): /kzgrs_test_params/kzgrs_test_params","breadcrumbs":"Part IV — Operations & Deployment » Prerequisites & Setup » Asset Location","id":"238","title":"Asset Location"},"239":{"body":"Option 1: Use helper script (recommended): # Fetch circuits\nscripts/setup/setup-nomos-circuits.sh v0.3.1 /tmp/nomos-circuits # Copy to default location\nmkdir -p testing-framework/assets/stack/kzgrs_test_params\ncp -r /tmp/nomos-circuits/* testing-framework/assets/stack/kzgrs_test_params/ # Verify (should be ~120MB)\nls -lh testing-framework/assets/stack/kzgrs_test_params/kzgrs_test_params Option 2: Let run-examples.sh handle it : scripts/run/run-examples.sh -t 60 -v 3 -e 1 host This automatically fetches and places assets.","breadcrumbs":"Part IV — Operations & Deployment » Prerequisites & Setup » Getting Assets","id":"239","title":"Getting Assets"},"24":{"body":"use testing_framework_core::scenario::ScenarioBuilder;\nuse testing_framework_workflows::ScenarioBuilderExt; pub fn step_4_expectation() -> testing_framework_core::scenario::Builder<()> { ScenarioBuilder::with_node_counts(1, 1).expect_consensus_liveness() // This says what success means: blocks must be produced continuously.\n} This says what success means : blocks must be produced continuously.","breadcrumbs":"Quickstart » 4. Expectation","id":"24","title":"4. Expectation"},"240":{"body":"Set NOMOS_KZGRS_PARAMS_PATH to use a custom location: NOMOS_KZGRS_PARAMS_PATH=/custom/path/to/kzgrs_test_params \\\ncargo run -p runner-examples --bin local_runner","breadcrumbs":"Part IV — Operations & Deployment » Prerequisites & Setup » Override Path","id":"240","title":"Override Path"},"241":{"body":"Runner When Required Host (local) Always (for DA workloads) Compose During image build (baked into image) K8s During image build + mounted via hostPath Error without assets: Error: Custom { kind: NotFound, error: \"Circuit file not found at: testing-framework/assets/stack/kzgrs_test_params/kzgrs_test_params\" }","breadcrumbs":"Part IV — Operations & Deployment » Prerequisites & Setup » When Are Assets Needed?","id":"241","title":"When Are Assets Needed?"},"242":{"body":"","breadcrumbs":"Part IV — Operations & Deployment » Prerequisites & Setup » Platform Requirements","id":"242","title":"Platform Requirements"},"243":{"body":"Requires: Rust nightly toolchain Node binaries built KZG circuit assets (for DA workloads) Available ports (18080+, 3100+, etc.) No Docker required. Best for: Quick iteration Development Smoke tests","breadcrumbs":"Part IV — Operations & Deployment » Prerequisites & Setup » Host Runner (Local Processes)","id":"243","title":"Host Runner (Local Processes)"},"244":{"body":"Requires: Docker daemon running Docker image built: logos-blockchain-testing:local KZG assets baked into image Docker Desktop (macOS) or Docker Engine (Linux) Platform notes (macOS / Apple silicon): Prefer NOMOS_BUNDLE_DOCKER_PLATFORM=linux/arm64 for native performance Use linux/amd64 only if targeting amd64 environments (slower via emulation) Best for: Reproducible environments CI testing Chaos workloads (node control support)","breadcrumbs":"Part IV — Operations & Deployment » Prerequisites & Setup » Compose Runner (Docker Compose)","id":"244","title":"Compose Runner (Docker Compose)"},"245":{"body":"Requires: Kubernetes cluster (Docker Desktop K8s, minikube, kind, or remote) kubectl configured Docker image built and loaded/pushed KZG assets baked into image + mounted via hostPath Local cluster setup: # Docker Desktop: Enable Kubernetes in settings # OR: Use kind\nkind create cluster\nkind load docker-image logos-blockchain-testing:local # OR: Use minikube\nminikube start\nminikube image load logos-blockchain-testing:local Remote cluster: Push image to registry and set NOMOS_TESTNET_IMAGE. Best for: Production-like testing Resource isolation Large topologies","breadcrumbs":"Part IV — Operations & Deployment » Prerequisites & Setup » K8s Runner (Kubernetes)","id":"245","title":"K8s Runner (Kubernetes)"},"246":{"body":"POL_PROOF_DEV_MODE=true is REQUIRED for ALL runners! Without this, proof generation uses expensive Groth16 proving, causing: Tests \"hang\" for minutes CPU spikes to 100% Timeouts and failures Always set: POL_PROOF_DEV_MODE=true cargo run -p runner-examples --bin local_runner\nPOL_PROOF_DEV_MODE=true scripts/run/run-examples.sh -t 60 -v 3 -e 1 compose\n# etc. Or add to your shell profile: # ~/.bashrc or ~/.zshrc\nexport POL_PROOF_DEV_MODE=true","breadcrumbs":"Part IV — Operations & Deployment » Prerequisites & Setup » Critical Environment Variable","id":"246","title":"Critical Environment Variable"},"247":{"body":"Run this checklist before your first scenario: # 1. Verify versions.env exists\ncat versions.env # 2. Check circuit assets (for DA workloads)\nls -lh testing-framework/assets/stack/kzgrs_test_params/kzgrs_test_params # 3. Verify POL_PROOF_DEV_MODE is set\necho $POL_PROOF_DEV_MODE # Should print: true # 4. For compose/k8s: verify Docker is running\ndocker ps # 5. For compose/k8s: verify image exists\ndocker images | grep logos-blockchain-testing # 6. For host runner: verify node binaries (if not using scripts)\n$NOMOS_NODE_BIN --version\n$NOMOS_EXECUTOR_BIN --version","breadcrumbs":"Part IV — Operations & Deployment » Prerequisites & Setup » Quick Setup Check","id":"247","title":"Quick Setup Check"},"248":{"body":"The easiest path is to let the helper scripts handle everything: # Host runner\nscripts/run/run-examples.sh -t 60 -v 3 -e 1 host # Compose runner\nscripts/run/run-examples.sh -t 60 -v 3 -e 1 compose # K8s runner\nscripts/run/run-examples.sh -t 60 -v 3 -e 1 k8s These scripts: Verify versions.env exists Clone/build nomos-node if needed Fetch circuit assets if missing Build Docker images (compose/k8s) Load images into cluster (k8s) Run the scenario with proper environment Next Steps: Running Examples — Learn how to run scenarios Environment Variables — Full variable reference Troubleshooting — Common issues and fixes","breadcrumbs":"Part IV — Operations & Deployment » Prerequisites & Setup » Recommended: Use Helper Scripts","id":"248","title":"Recommended: Use Helper Scripts"},"249":{"body":"The framework provides three runner modes: host (local processes), compose (Docker Compose), and k8s (Kubernetes).","breadcrumbs":"Part IV — Operations & Deployment » Running Examples » Running Examples","id":"249","title":"Running Examples"},"25":{"body":"use std::time::Duration; use testing_framework_core::scenario::ScenarioBuilder; pub fn step_5_run_duration() -> testing_framework_core::scenario::Builder<()> { ScenarioBuilder::with_node_counts(1, 1).with_run_duration(Duration::from_secs(60))\n} Run for 60 seconds (~27 blocks with default 2s slots, 0.9 coefficient). Framework ensures this is at least 2× the consensus slot duration. Adjust consensus timing via CONSENSUS_SLOT_TIME and CONSENSUS_ACTIVE_SLOT_COEFF.","breadcrumbs":"Quickstart » 5. Run Duration","id":"25","title":"5. Run Duration"},"250":{"body":"Use scripts/run/run-examples.sh for all modes—it handles all setup automatically: # Host mode (local processes)\nscripts/run/run-examples.sh -t 60 -v 3 -e 1 host # Compose mode (Docker Compose)\nscripts/run/run-examples.sh -t 60 -v 3 -e 1 compose # K8s mode (Kubernetes)\nscripts/run/run-examples.sh -t 60 -v 3 -e 1 k8s Parameters: -t 60 — Run duration in seconds -v 3 — Number of validators -e 1 — Number of executors host|compose|k8s — Deployment mode This script handles: Circuit asset setup Binary building/bundling Image building (compose/k8s) Image loading into cluster (k8s) Execution with proper environment Note: For k8s runs against non-local clusters (e.g. EKS), the cluster pulls images from a registry. In that case, build + push your image separately (see scripts/build/build_test_image.sh) and set NOMOS_TESTNET_IMAGE to the pushed reference.","breadcrumbs":"Part IV — Operations & Deployment » Running Examples » Quick Start (Recommended)","id":"250","title":"Quick Start (Recommended)"},"251":{"body":"For a small \"does everything still run?\" matrix across all runners: scripts/run/run-test-matrix.sh -t 120 -v 1 -e 1 This runs host, compose, and k8s modes with various image-build configurations. Useful after making runner/image/script changes. Forwards --metrics-* options through to scripts/run/run-examples.sh. Common options: --modes host,compose,k8s — Restrict which modes run --no-clean — Skip scripts/ops/clean.sh step --no-bundles — Skip scripts/build/build-bundle.sh (reuses existing .tmp tarballs) --no-image-build — Skip the “rebuild image” variants in the matrix (compose/k8s) --allow-nonzero-progress — Soft-pass expectation failures if logs show non-zero progress (local iteration only) --force-k8s-image-build — Allow the k8s image-build variant even on non-docker-desktop clusters Environment overrides: VERSION=v0.3.1 — Circuit version NOMOS_NODE_REV= — nomos-node git revision NOMOS_BINARIES_TAR=path/to/bundle.tar.gz — Use prebuilt bundle NOMOS_SKIP_IMAGE_BUILD=1 — Skip image rebuild inside run-examples.sh (compose/k8s) NOMOS_BUNDLE_DOCKER_PLATFORM=linux/arm64|linux/amd64 — Docker platform for bundle builds (macOS/Windows) COMPOSE_CIRCUITS_PLATFORM=linux-aarch64|linux-x86_64 — Circuits platform for image builds SLOW_TEST_ENV=true — Doubles built-in readiness timeouts (useful in CI / constrained laptops) TESTNET_PRINT_ENDPOINTS=1 — Print TESTNET_ENDPOINTS / TESTNET_PPROF lines during deploy","breadcrumbs":"Part IV — Operations & Deployment » Running Examples » Quick Smoke Matrix","id":"251","title":"Quick Smoke Matrix"},"252":{"body":"The repo pins a nomos-node revision in versions.env for reproducible builds. To update it or point to a local checkout: # Pin to a new git revision (updates versions.env + Cargo.toml git revs)\nscripts/ops/update-nomos-rev.sh --rev # Use a local nomos-node checkout instead (for development)\nscripts/ops/update-nomos-rev.sh --path /path/to/nomos-node # If Cargo.toml was marked skip-worktree, clear it\nscripts/ops/update-nomos-rev.sh --unskip-worktree Notes: Don't commit absolute NOMOS_NODE_PATH values; prefer --rev for shared history/CI After changing rev/path, expect Cargo.lock to update on the next cargo build/cargo test","breadcrumbs":"Part IV — Operations & Deployment » Running Examples » Dev Workflow: Updating nomos-node Revision","id":"252","title":"Dev Workflow: Updating nomos-node Revision"},"253":{"body":"If you hit Docker build failures, I/O errors, or disk space issues: scripts/ops/clean.sh For extra Docker cache cleanup: scripts/ops/clean.sh --docker","breadcrumbs":"Part IV — Operations & Deployment » Running Examples » Cleanup Helper","id":"253","title":"Cleanup Helper"},"254":{"body":"For manual control, run the local_runner binary directly: POL_PROOF_DEV_MODE=true \\\nNOMOS_NODE_BIN=/path/to/nomos-node \\\nNOMOS_EXECUTOR_BIN=/path/to/nomos-executor \\\ncargo run -p runner-examples --bin local_runner","breadcrumbs":"Part IV — Operations & Deployment » Running Examples » Host Runner (Direct Cargo Run)","id":"254","title":"Host Runner (Direct Cargo Run)"},"255":{"body":"Variable Default Effect NOMOS_DEMO_VALIDATORS 1 Number of validators (legacy: LOCAL_DEMO_VALIDATORS) NOMOS_DEMO_EXECUTORS 1 Number of executors (legacy: LOCAL_DEMO_EXECUTORS) NOMOS_DEMO_RUN_SECS 60 Run duration in seconds (legacy: LOCAL_DEMO_RUN_SECS) NOMOS_NODE_BIN — Path to nomos-node binary (required) NOMOS_EXECUTOR_BIN — Path to nomos-executor binary (required) NOMOS_LOG_DIR None Directory for per-node log files NOMOS_TESTS_KEEP_LOGS 0 Keep per-run temporary directories (useful for debugging/CI) NOMOS_TESTS_TRACING false Enable debug tracing preset NOMOS_LOG_LEVEL info Global log level: error, warn, info, debug, trace NOMOS_LOG_FILTER None Fine-grained module filtering (e.g., cryptarchia=trace,nomos_da_sampling=debug) POL_PROOF_DEV_MODE — REQUIRED : Set to true for all runners Note: Requires circuit assets and host binaries. Use scripts/run/run-examples.sh host to handle setup automatically.","breadcrumbs":"Part IV — Operations & Deployment » Running Examples » Host Runner Environment Variables","id":"255","title":"Host Runner Environment Variables"},"256":{"body":"For manual control, run the compose_runner binary directly. Compose requires a Docker image with embedded assets.","breadcrumbs":"Part IV — Operations & Deployment » Running Examples » Compose Runner (Direct Cargo Run)","id":"256","title":"Compose Runner (Direct Cargo Run)"},"257":{"body":"# 1. Build a Linux bundle (includes binaries + circuits)\nscripts/build/build-bundle.sh --platform linux\n# Creates .tmp/nomos-binaries-linux-v0.3.1.tar.gz # 2. Build image (embeds bundle assets)\nexport NOMOS_BINARIES_TAR=.tmp/nomos-binaries-linux-v0.3.1.tar.gz\nscripts/build/build_test_image.sh # 3. Run\nNOMOS_TESTNET_IMAGE=logos-blockchain-testing:local \\\nPOL_PROOF_DEV_MODE=true \\\ncargo run -p runner-examples --bin compose_runner","breadcrumbs":"Part IV — Operations & Deployment » Running Examples » Option 1: Prebuilt Bundle (Recommended)","id":"257","title":"Option 1: Prebuilt Bundle (Recommended)"},"258":{"body":"# Fetch and copy circuits\nscripts/setup/setup-nomos-circuits.sh v0.3.1 /tmp/nomos-circuits\ncp -r /tmp/nomos-circuits/* testing-framework/assets/stack/kzgrs_test_params/ # Build image\nscripts/build/build_test_image.sh # Run\nNOMOS_TESTNET_IMAGE=logos-blockchain-testing:local \\\nPOL_PROOF_DEV_MODE=true \\\ncargo run -p runner-examples --bin compose_runner","breadcrumbs":"Part IV — Operations & Deployment » Running Examples » Option 2: Manual Circuit/Image Setup","id":"258","title":"Option 2: Manual Circuit/Image Setup"},"259":{"body":"Docker Desktop runs a linux/arm64 engine by default For native performance: NOMOS_BUNDLE_DOCKER_PLATFORM=linux/arm64 (recommended for local testing) For amd64 targets: NOMOS_BUNDLE_DOCKER_PLATFORM=linux/amd64 (slower via emulation)","breadcrumbs":"Part IV — Operations & Deployment » Running Examples » Platform Note (macOS / Apple Silicon)","id":"259","title":"Platform Note (macOS / Apple Silicon)"},"26":{"body":"use anyhow::Result;\nuse testing_framework_core::scenario::{Deployer, ScenarioBuilder};\nuse testing_framework_runner_local::LocalDeployer; pub async fn step_6_deploy_and_execute() -> Result<()> { let mut plan = ScenarioBuilder::with_node_counts(1, 1).build(); let deployer = LocalDeployer::default(); // Use local process deployer let runner = deployer.deploy(&plan).await?; // Provision infrastructure let _handle = runner.run(&mut plan).await?; // Execute workloads & expectations Ok(())\n} Deployer provisions the infrastructure. Runner orchestrates execution.","breadcrumbs":"Quickstart » 6. Deploy and Execute","id":"26","title":"6. Deploy and Execute"},"260":{"body":"Variable Default Effect NOMOS_TESTNET_IMAGE — Image tag (required, must match built image) POL_PROOF_DEV_MODE — REQUIRED : Set to true for all runners NOMOS_DEMO_VALIDATORS 1 Number of validators NOMOS_DEMO_EXECUTORS 1 Number of executors NOMOS_DEMO_RUN_SECS 60 Run duration in seconds COMPOSE_NODE_PAIRS — Alternative topology format: \"validators×executors\" (e.g., 3x2) NOMOS_METRICS_QUERY_URL None Prometheus-compatible base URL for runner to query NOMOS_METRICS_OTLP_INGEST_URL None Full OTLP HTTP ingest URL for node metrics export NOMOS_GRAFANA_URL None Grafana base URL for printing/logging COMPOSE_RUNNER_HOST 127.0.0.1 Host address for port mappings COMPOSE_RUNNER_PRESERVE 0 Keep containers running after test NOMOS_LOG_LEVEL info Node log level (stdout/stderr) NOMOS_LOG_FILTER None Fine-grained module filtering Config file option: testing-framework/assets/stack/cfgsync.yaml (tracing_settings.logger) — Switch node logs between stdout/stderr and file output","breadcrumbs":"Part IV — Operations & Deployment » Running Examples » Compose Runner Environment Variables","id":"260","title":"Compose Runner Environment Variables"},"261":{"body":"Node control support : Only runner that supports chaos testing (.enable_node_control() + chaos workloads) External observability : Set NOMOS_METRICS_* / NOMOS_GRAFANA_URL to enable telemetry links and querying Quickstart: scripts/setup/setup-observability.sh compose up then scripts/setup/setup-observability.sh compose env Important: Containers expect KZG parameters at /kzgrs_test_params/kzgrs_test_params (note the repeated filename) Use scripts/run/run-examples.sh compose to handle all setup automatically","breadcrumbs":"Part IV — Operations & Deployment » Running Examples » Compose-Specific Features","id":"261","title":"Compose-Specific Features"},"262":{"body":"For manual control, run the k8s_runner binary directly. K8s requires the same image setup as Compose.","breadcrumbs":"Part IV — Operations & Deployment » Running Examples » K8s Runner (Direct Cargo Run)","id":"262","title":"K8s Runner (Direct Cargo Run)"},"263":{"body":"Kubernetes cluster with kubectl configured Test image built (same as Compose, preferably with prebuilt bundle) Image available in cluster (loaded or pushed to registry)","breadcrumbs":"Part IV — Operations & Deployment » Running Examples » Prerequisites","id":"263","title":"Prerequisites"},"264":{"body":"# 1. Build image with bundle (recommended)\nscripts/build/build-bundle.sh --platform linux\nexport NOMOS_BINARIES_TAR=.tmp/nomos-binaries-linux-v0.3.1.tar.gz\nscripts/build/build_test_image.sh # 2. Load into cluster (choose one)\nexport NOMOS_TESTNET_IMAGE=logos-blockchain-testing:local # For kind:\nkind load docker-image logos-blockchain-testing:local # For minikube:\nminikube image load logos-blockchain-testing:local # For remote cluster (push to registry):\ndocker tag logos-blockchain-testing:local your-registry/logos-blockchain-testing:latest\ndocker push your-registry/logos-blockchain-testing:latest\nexport NOMOS_TESTNET_IMAGE=your-registry/logos-blockchain-testing:latest","breadcrumbs":"Part IV — Operations & Deployment » Running Examples » Build and Load Image","id":"264","title":"Build and Load Image"},"265":{"body":"export NOMOS_TESTNET_IMAGE=logos-blockchain-testing:local\nexport POL_PROOF_DEV_MODE=true\ncargo run -p runner-examples --bin k8s_runner","breadcrumbs":"Part IV — Operations & Deployment » Running Examples » Run the Example","id":"265","title":"Run the Example"},"266":{"body":"Variable Default Effect NOMOS_TESTNET_IMAGE — Image tag (required) POL_PROOF_DEV_MODE — REQUIRED : Set to true for all runners NOMOS_DEMO_VALIDATORS 1 Number of validators NOMOS_DEMO_EXECUTORS 1 Number of executors NOMOS_DEMO_RUN_SECS 60 Run duration in seconds NOMOS_METRICS_QUERY_URL None Prometheus-compatible base URL for runner to query (PromQL) NOMOS_METRICS_OTLP_INGEST_URL None Full OTLP HTTP ingest URL for node metrics export NOMOS_GRAFANA_URL None Grafana base URL for printing/logging K8S_RUNNER_NAMESPACE Random Kubernetes namespace (pin for debugging) K8S_RUNNER_RELEASE Random Helm release name (pin for debugging) K8S_RUNNER_NODE_HOST — NodePort host resolution for non-local clusters K8S_RUNNER_DEBUG 0 Log Helm stdout/stderr for install commands K8S_RUNNER_PRESERVE 0 Keep namespace/release after run (for debugging)","breadcrumbs":"Part IV — Operations & Deployment » Running Examples » K8s Runner Environment Variables","id":"266","title":"K8s Runner Environment Variables"},"267":{"body":"export NOMOS_METRICS_QUERY_URL=http://your-prometheus:9090\n# Prometheus OTLP receiver example:\nexport NOMOS_METRICS_OTLP_INGEST_URL=http://your-prometheus:9090/api/v1/otlp/v1/metrics\n# Optional: print Grafana link in TESTNET_ENDPOINTS\nexport NOMOS_GRAFANA_URL=http://your-grafana:3000\ncargo run -p runner-examples --bin k8s_runner Notes: NOMOS_METRICS_QUERY_URL must be reachable from the runner process (often via kubectl port-forward) NOMOS_METRICS_OTLP_INGEST_URL must be reachable from nodes (pods/containers) and is backend-specific Quickstart installer: scripts/setup/setup-observability.sh k8s install then scripts/setup/setup-observability.sh k8s env Optional dashboards: scripts/setup/setup-observability.sh k8s dashboards","breadcrumbs":"Part IV — Operations & Deployment » Running Examples » K8s + Observability (Optional)","id":"267","title":"K8s + Observability (Optional)"},"268":{"body":"scripts/run/run-examples.sh -t 60 -v 3 -e 1 k8s \\ --metrics-query-url http://your-prometheus:9090 \\ --metrics-otlp-ingest-url http://your-prometheus:9090/api/v1/otlp/v1/metrics","breadcrumbs":"Part IV — Operations & Deployment » Running Examples » Via scripts/run/run-examples.sh (Recommended)","id":"268","title":"Via scripts/run/run-examples.sh (Recommended)"},"269":{"body":"use testing_framework_core::scenario::ScenarioBuilder;\nuse testing_framework_workflows::ObservabilityBuilderExt as _; let plan = ScenarioBuilder::with_node_counts(1, 1) .with_metrics_query_url_str(\"http://your-prometheus:9090\") .with_metrics_otlp_ingest_url_str(\"http://your-prometheus:9090/api/v1/otlp/v1/metrics\") .build();","breadcrumbs":"Part IV — Operations & Deployment » Running Examples » In Code (Optional)","id":"269","title":"In Code (Optional)"},"27":{"body":"With run-examples.sh (recommended): # Scale up to 3 validators + 2 executors, run for 2 minutes\nscripts/run/run-examples.sh -t 120 -v 3 -e 2 host With direct cargo run: # Uses NOMOS_DEMO_* env vars (or legacy *_DEMO_* vars)\nNOMOS_DEMO_VALIDATORS=3 \\\nNOMOS_DEMO_EXECUTORS=2 \\\nNOMOS_DEMO_RUN_SECS=120 \\\nPOL_PROOF_DEV_MODE=true \\\ncargo run -p runner-examples --bin local_runner","breadcrumbs":"Quickstart » Adjust the Topology","id":"27","title":"Adjust the Topology"},"270":{"body":"K8s runner mounts testing-framework/assets/stack/kzgrs_test_params as a hostPath volume File path inside pods: /kzgrs_test_params/kzgrs_test_params No node control support yet : Chaos workloads (.enable_node_control()) will fail Optimized for local clusters (Docker Desktop K8s / minikube / kind) Remote clusters require additional setup (registry push, PV/CSI for assets, etc.) Use scripts/run/run-examples.sh k8s to handle all setup automatically","breadcrumbs":"Part IV — Operations & Deployment » Running Examples » Important K8s Notes","id":"270","title":"Important K8s Notes"},"271":{"body":"CI Integration — Automate tests in continuous integration Environment Variables — Full variable reference Logging & Observability — Log collection and metrics Troubleshooting — Common issues and fixes","breadcrumbs":"Part IV — Operations & Deployment » Running Examples » Next Steps","id":"271","title":"Next Steps"},"272":{"body":"Both LocalDeployer and ComposeDeployer work well in CI environments. Choose based on your tradeoffs.","breadcrumbs":"Part IV — Operations & Deployment » CI Integration » CI Integration","id":"272","title":"CI Integration"},"273":{"body":"LocalDeployer (Host Runner): Faster startup (no Docker overhead) Good for quick smoke tests Trade-off: Less isolation (processes share host resources) ComposeDeployer (Recommended for CI): Better isolation (containerized) Reproducible environment Can integrate with external Prometheus/Grafana (optional) Trade-offs: Slower startup (Docker image build), requires Docker daemon K8sDeployer: Production-like environment Full resource isolation Trade-offs: Slowest (cluster setup + image loading), requires cluster access Best for nightly/weekly runs or production validation Existing Examples: See .github/workflows/lint.yml (jobs: host_smoke, compose_smoke) for CI examples running the demo scenarios in this repository.","breadcrumbs":"Part IV — Operations & Deployment » CI Integration » Runner Comparison for CI","id":"273","title":"Runner Comparison for CI"},"274":{"body":"Here's a comprehensive GitHub Actions workflow demonstrating host and compose runners with caching, matrix testing, and log collection: name: Testing Framework CI on: push: branches: [main, develop] pull_request: branches: [main] env: POL_PROOF_DEV_MODE: true CARGO_TERM_COLOR: always RUST_BACKTRACE: 1 jobs: # Quick smoke test with host runner (no Docker) host_smoke: name: Host Runner Smoke Test runs-on: ubuntu-latest timeout-minutes: 15 steps: - name: Checkout repository uses: actions/checkout@v4 - name: Set up Rust toolchain uses: actions-rs/toolchain@v1 with: profile: minimal toolchain: nightly override: true - name: Cache Rust dependencies uses: actions/cache@v3 with: path: | ~/.cargo/bin/ ~/.cargo/registry/index/ ~/.cargo/registry/cache/ ~/.cargo/git/db/ target/ key: ${{ runner.os }}-cargo-host-${{ hashFiles('**/Cargo.lock') }} restore-keys: | ${{ runner.os }}-cargo-host- - name: Cache nomos-node build uses: actions/cache@v3 with: path: | ../nomos-node/target/release/nomos-node ../nomos-node/target/release/nomos-executor key: ${{ runner.os }}-nomos-${{ hashFiles('../nomos-node/**/Cargo.lock') }} restore-keys: | ${{ runner.os }}-nomos- - name: Run host smoke test run: | # Use run-examples.sh which handles setup automatically scripts/run/run-examples.sh -t 120 -v 3 -e 1 host - name: Upload logs on failure if: failure() uses: actions/upload-artifact@v3 with: name: host-runner-logs path: | .tmp/ *.log retention-days: 7 # Compose runner matrix (with Docker) compose_matrix: name: Compose Runner (${{ matrix.topology }}) runs-on: ubuntu-latest timeout-minutes: 25 strategy: fail-fast: false matrix: topology: - \"3v1e\" - \"5v1e\" steps: - name: Checkout repository uses: actions/checkout@v4 - name: Set up Rust toolchain uses: actions-rs/toolchain@v1 with: profile: minimal toolchain: nightly override: true - name: Set up Docker Buildx uses: docker/setup-buildx-action@v2 - name: Cache Rust dependencies uses: actions/cache@v3 with: path: | ~/.cargo/bin/ ~/.cargo/registry/index/ ~/.cargo/registry/cache/ ~/.cargo/git/db/ target/ key: ${{ runner.os }}-cargo-compose-${{ hashFiles('**/Cargo.lock') }} restore-keys: | ${{ runner.os }}-cargo-compose- - name: Cache Docker layers uses: actions/cache@v3 with: path: /tmp/.buildx-cache key: ${{ runner.os }}-buildx-${{ hashFiles('Dockerfile', 'scripts/build/build_test_image.sh') }} restore-keys: | ${{ runner.os }}-buildx- - name: Run compose test env: TOPOLOGY: ${{ matrix.topology }} run: | # Build and run with the specified topology scripts/run/run-examples.sh -t 120 -v ${TOPOLOGY:0:1} -e ${TOPOLOGY:2:1} compose - name: Collect Docker logs on failure if: failure() run: | mkdir -p logs for container in $(docker ps -a --filter \"name=nomos-compose-\" -q); do docker logs $container > logs/$(docker inspect --format='{{.Name}}' $container).log 2>&1 done - name: Upload logs and artifacts if: failure() uses: actions/upload-artifact@v3 with: name: compose-${{ matrix.topology }}-logs path: | logs/ .tmp/ retention-days: 7 - name: Clean up Docker resources if: always() run: | docker compose down -v 2>/dev/null || true docker ps -a --filter \"name=nomos-compose-\" -q | xargs -r docker rm -f # Cucumber/BDD integration tests (if enabled) cucumber_tests: name: Cucumber BDD Tests runs-on: ubuntu-latest timeout-minutes: 20 steps: - name: Checkout repository uses: actions/checkout@v4 - name: Set up Rust toolchain uses: actions-rs/toolchain@v1 with: profile: minimal toolchain: nightly override: true - name: Cache dependencies uses: actions/cache@v3 with: path: | ~/.cargo/bin/ ~/.cargo/registry/index/ ~/.cargo/registry/cache/ ~/.cargo/git/db/ target/ key: ${{ runner.os }}-cargo-cucumber-${{ hashFiles('**/Cargo.lock') }} restore-keys: | ${{ runner.os }}-cargo-cucumber- - name: Run Cucumber tests run: | # Build prerequisites scripts/build/build-bundle.sh --platform linux export NOMOS_BINARIES_TAR=$(ls -t .tmp/nomos-binaries-linux-*.tar.gz | head -1) # Run Cucumber tests (host runner) cargo test -p runner-examples --bin cucumber_host - name: Upload test report if: always() uses: actions/upload-artifact@v3 with: name: cucumber-report path: | target/cucumber-reports/ retention-days: 14 # Summary job (requires all tests to pass) ci_success: name: CI Success needs: [host_smoke, compose_matrix, cucumber_tests] runs-on: ubuntu-latest if: always() steps: - name: Check all jobs run: | if [[ \"${{ needs.host_smoke.result }}\" != \"success\" ]] || \\ [[ \"${{ needs.compose_matrix.result }}\" != \"success\" ]] || \\ [[ \"${{ needs.cucumber_tests.result }}\" != \"success\" ]]; then echo \"One or more CI jobs failed\" exit 1 fi echo \"All CI jobs passed!\"","breadcrumbs":"Part IV — Operations & Deployment » CI Integration » Complete CI Workflow Example","id":"274","title":"Complete CI Workflow Example"},"275":{"body":"Matrix Testing: Runs compose tests with different topologies (3v1e, 5v1e) Caching: Caches Rust dependencies, Docker layers, and nomos-node builds for faster runs Log Collection: Automatically uploads logs and artifacts when tests fail Timeout Protection: Reasonable timeouts prevent jobs from hanging indefinitely Cucumber Integration: Shows how to integrate BDD tests into CI Clean Teardown: Ensures Docker resources are cleaned up even on failure","breadcrumbs":"Part IV — Operations & Deployment » CI Integration » Workflow Features","id":"275","title":"Workflow Features"},"276":{"body":"Topology Matrix: Add more topologies for comprehensive testing: matrix: topology: - \"3v1e\" - \"5v1e\" - \"10v2e\" # Larger scale Timeout Adjustments: Increase timeout-minutes for longer-running scenarios or slower environments: timeout-minutes: 30 # Instead of 15 Artifact Retention: Change retention-days based on your storage needs: retention-days: 14 # Keep logs for 2 weeks Conditional Execution: Run expensive tests only on merge to main: if: github.event_name == 'push' && github.ref == 'refs/heads/main'","breadcrumbs":"Part IV — Operations & Deployment » CI Integration » Customization Points","id":"276","title":"Customization Points"},"277":{"body":"","breadcrumbs":"Part IV — Operations & Deployment » CI Integration » Best Practices","id":"277","title":"Best Practices"},"278":{"body":"Always set POL_PROOF_DEV_MODE=true globally in your workflow env: env: POL_PROOF_DEV_MODE: true # REQUIRED! Without this, tests will hang due to expensive proof generation.","breadcrumbs":"Part IV — Operations & Deployment » CI Integration » Required: Set POL_PROOF_DEV_MODE","id":"278","title":"Required: Set POL_PROOF_DEV_MODE"},"279":{"body":"Prefer scripts/run/run-examples.sh which handles all setup automatically: scripts/run/run-examples.sh -t 120 -v 3 -e 1 host This is more reliable than manual cargo run commands.","breadcrumbs":"Part IV — Operations & Deployment » CI Integration » Use Helper Scripts","id":"279","title":"Use Helper Scripts"},"28":{"body":"Use the same API with a different deployer for reproducible containerized environment. Recommended: Use the convenience script (handles everything): scripts/run/run-examples.sh -t 60 -v 1 -e 1 compose This automatically: Fetches circuit assets (to testing-framework/assets/stack/kzgrs_test_params/kzgrs_test_params) Builds/uses prebuilt binaries (via NOMOS_BINARIES_TAR if available) Builds the Docker image Runs the compose scenario Alternative: Direct cargo run with manual setup: # Option 1: Use prebuilt bundle (recommended for compose/k8s)\nscripts/build/build-bundle.sh --platform linux # Creates .tmp/nomos-binaries-linux-v0.3.1.tar.gz\nexport NOMOS_BINARIES_TAR=.tmp/nomos-binaries-linux-v0.3.1.tar.gz # Option 2: Manual circuit/image setup (rebuilds during image build)\nscripts/setup/setup-nomos-circuits.sh v0.3.1 /tmp/nomos-circuits\ncp -r /tmp/nomos-circuits/* testing-framework/assets/stack/kzgrs_test_params/\nscripts/build/build_test_image.sh # Run with Compose\nNOMOS_TESTNET_IMAGE=logos-blockchain-testing:local \\\nPOL_PROOF_DEV_MODE=true \\\ncargo run -p runner-examples --bin compose_runner Benefit: Reproducible containerized environment (Dockerized nodes, repeatable deployments). Optional: Prometheus + Grafana The runner can integrate with external observability endpoints. For a ready-to-run local stack: scripts/setup/setup-observability.sh compose up\neval \"$(scripts/setup/setup-observability.sh compose env)\" Then run your compose scenario as usual (the environment variables enable PromQL querying and node OTLP metrics export). Note: Compose expects KZG parameters at /kzgrs_test_params/kzgrs_test_params inside containers (the directory name is repeated as the filename). In code: Just swap the deployer: use anyhow::Result;\nuse testing_framework_core::scenario::{Deployer, ScenarioBuilder};\nuse testing_framework_runner_compose::ComposeDeployer; pub async fn run_with_compose_deployer() -> Result<()> { // ... same scenario definition ... let mut plan = ScenarioBuilder::with_node_counts(1, 1).build(); let deployer = ComposeDeployer::default(); // Use Docker Compose let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\n}","breadcrumbs":"Quickstart » Try Docker Compose","id":"28","title":"Try Docker Compose"},"280":{"body":"Cache Rust dependencies, nomos-node builds, and Docker layers to speed up CI: - name: Cache Rust dependencies uses: actions/cache@v3 with: path: | ~/.cargo/bin/ ~/.cargo/registry/index/ ~/.cargo/registry/cache/ ~/.cargo/git/db/ target/ key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}","breadcrumbs":"Part IV — Operations & Deployment » CI Integration » Cache Aggressively","id":"280","title":"Cache Aggressively"},"281":{"body":"Always upload logs when tests fail for easier debugging: - name: Upload logs on failure if: failure() uses: actions/upload-artifact@v3 with: name: test-logs path: | .tmp/ *.log retention-days: 7","breadcrumbs":"Part IV — Operations & Deployment » CI Integration » Collect Logs on Failure","id":"281","title":"Collect Logs on Failure"},"282":{"body":"For large projects, split host/compose/k8s into separate workflow files: .github/workflows/test-host.yml — Fast smoke tests .github/workflows/test-compose.yml — Reproducible integration tests .github/workflows/test-k8s.yml — Production-like validation (nightly)","breadcrumbs":"Part IV — Operations & Deployment » CI Integration » Split Workflows for Faster Iteration","id":"282","title":"Split Workflows for Faster Iteration"},"283":{"body":"K8s tests are slower. Consider running them only on main branch or scheduled: on: push: branches: [main] schedule: - cron: '0 2 * * *' # Daily at 2 AM","breadcrumbs":"Part IV — Operations & Deployment » CI Integration » Run K8s Tests Less Frequently","id":"283","title":"Run K8s Tests Less Frequently"},"284":{"body":"","breadcrumbs":"Part IV — Operations & Deployment » CI Integration » Platform-Specific Notes","id":"284","title":"Platform-Specific Notes"},"285":{"body":"Docker pre-installed and running Best for compose/k8s runners Most common choice","breadcrumbs":"Part IV — Operations & Deployment » CI Integration » Ubuntu Runners","id":"285","title":"Ubuntu Runners"},"286":{"body":"Docker Desktop not installed by default Slower and more expensive Use only if testing macOS-specific issues","breadcrumbs":"Part IV — Operations & Deployment » CI Integration » macOS Runners","id":"286","title":"macOS Runners"},"287":{"body":"Cache Docker images locally for faster builds Set resource limits (SLOW_TEST_ENV=true if needed) Ensure cleanup scripts run (docker system prune)","breadcrumbs":"Part IV — Operations & Deployment » CI Integration » Self-Hosted Runners","id":"287","title":"Self-Hosted Runners"},"288":{"body":"","breadcrumbs":"Part IV — Operations & Deployment » CI Integration » Debugging CI Failures","id":"288","title":"Debugging CI Failures"},"289":{"body":"Add debug environment variables temporarily: env: RUST_LOG: debug NOMOS_LOG_LEVEL: debug","breadcrumbs":"Part IV — Operations & Deployment » CI Integration » Enable Debug Logging","id":"289","title":"Enable Debug Logging"},"29":{"body":"Now that you have a working test: Understand the philosophy : Testing Philosophy Learn the architecture : Architecture Overview See more examples : Examples API reference : Builder API Quick Reference Debug failures : Troubleshooting","breadcrumbs":"Quickstart » Next Steps","id":"29","title":"Next Steps"},"290":{"body":"Set COMPOSE_RUNNER_PRESERVE=1 to keep containers running for inspection: - name: Run compose test (preserve on failure) env: COMPOSE_RUNNER_PRESERVE: 1 run: scripts/run/run-examples.sh -t 120 -v 3 -e 1 compose","breadcrumbs":"Part IV — Operations & Deployment » CI Integration » Preserve Containers (Compose)","id":"290","title":"Preserve Containers (Compose)"},"291":{"body":"Download uploaded artifacts from the GitHub Actions UI to inspect logs locally.","breadcrumbs":"Part IV — Operations & Deployment » CI Integration » Access Artifacts","id":"291","title":"Access Artifacts"},"292":{"body":"Running Examples — Manual execution for local development Environment Variables — Full variable reference Troubleshooting — Common CI-specific issues","breadcrumbs":"Part IV — Operations & Deployment » CI Integration » Next Steps","id":"292","title":"Next Steps"},"293":{"body":"Complete reference of environment variables used by the testing framework, organized by category.","breadcrumbs":"Part IV — Operations & Deployment » Environment Variables » Environment Variables Reference","id":"293","title":"Environment Variables Reference"},"294":{"body":"These MUST be set for successful test runs: Variable Required Default Effect POL_PROOF_DEV_MODE YES — REQUIRED for all runners . Set to true to use fast dev-mode proving instead of expensive Groth16. Without this, tests will hang/timeout. Example: export POL_PROOF_DEV_MODE=true Or add to your shell profile (~/.bashrc, ~/.zshrc): # Required for nomos-testing framework\nexport POL_PROOF_DEV_MODE=true","breadcrumbs":"Part IV — Operations & Deployment » Environment Variables » Critical Variables","id":"294","title":"Critical Variables"},"295":{"body":"Control which runner to use and the test topology: Variable Default Effect NOMOS_DEMO_VALIDATORS 1 Number of validators (all runners) NOMOS_DEMO_EXECUTORS 1 Number of executors (all runners) NOMOS_DEMO_RUN_SECS 60 Run duration in seconds (all runners) LOCAL_DEMO_VALIDATORS — Legacy: Number of validators (host runner only) LOCAL_DEMO_EXECUTORS — Legacy: Number of executors (host runner only) LOCAL_DEMO_RUN_SECS — Legacy: Run duration (host runner only) COMPOSE_NODE_PAIRS — Compose-specific topology format: \"validators×executors\" (e.g., 3x2) Example: # Run with 5 validators, 2 executors, for 120 seconds\nNOMOS_DEMO_VALIDATORS=5 \\\nNOMOS_DEMO_EXECUTORS=2 \\\nNOMOS_DEMO_RUN_SECS=120 \\\nscripts/run/run-examples.sh -t 120 -v 5 -e 2 host","breadcrumbs":"Part IV — Operations & Deployment » Environment Variables » Runner Selection & Topology","id":"295","title":"Runner Selection & Topology"},"296":{"body":"Required for host runner when not using helper scripts: Variable Required Default Effect NOMOS_NODE_BIN Yes (host) — Path to nomos-node binary NOMOS_EXECUTOR_BIN Yes (host) — Path to nomos-executor binary NOMOS_NODE_PATH No — Path to nomos-node git checkout (dev workflow) Example: export NOMOS_NODE_BIN=/path/to/nomos-node/target/release/nomos-node\nexport NOMOS_EXECUTOR_BIN=/path/to/nomos-node/target/release/nomos-executor","breadcrumbs":"Part IV — Operations & Deployment » Environment Variables » Node Binaries (Host Runner)","id":"296","title":"Node Binaries (Host Runner)"},"297":{"body":"Required for compose and k8s runners: Variable Required Default Effect NOMOS_TESTNET_IMAGE Yes (compose/k8s) logos-blockchain-testing:local Docker image tag for node containers NOMOS_TESTNET_IMAGE_PULL_POLICY No IfNotPresent (local) / Always (ECR) K8s imagePullPolicy used by the runner NOMOS_BINARIES_TAR No — Path to prebuilt bundle (.tar.gz) for image build NOMOS_SKIP_IMAGE_BUILD No 0 Skip image rebuild (compose/k8s); assumes image already exists NOMOS_FORCE_IMAGE_BUILD No 0 Force rebuilding the image even when the script would normally skip it (e.g. non-local k8s) Example: # Using prebuilt bundle\nexport NOMOS_BINARIES_TAR=.tmp/nomos-binaries-linux-v0.3.1.tar.gz\nexport NOMOS_TESTNET_IMAGE=logos-blockchain-testing:local\nscripts/build/build_test_image.sh # Using pre-existing image (skip build)\nexport NOMOS_SKIP_IMAGE_BUILD=1\nscripts/run/run-examples.sh -t 60 -v 3 -e 1 compose","breadcrumbs":"Part IV — Operations & Deployment » Environment Variables » Docker Images (Compose / K8s)","id":"297","title":"Docker Images (Compose / K8s)"},"298":{"body":"Circuit asset configuration for DA workloads: Variable Default Effect NOMOS_KZGRS_PARAMS_PATH testing-framework/assets/stack/kzgrs_test_params/kzgrs_test_params Path to KZG proving key file NOMOS_KZG_DIR_REL testing-framework/assets/stack/kzgrs_test_params Directory containing KZG assets (relative to workspace root) NOMOS_KZG_FILE kzgrs_test_params Filename of the proving key within NOMOS_KZG_DIR_REL NOMOS_KZG_CONTAINER_PATH /kzgrs_test_params/kzgrs_test_params File path where the node expects KZG params inside containers NOMOS_KZG_MODE Runner-specific K8s only: hostPath (mount from host) or inImage (embed into image) NOMOS_KZG_IN_IMAGE_PARAMS_PATH /opt/nomos/kzg-params/kzgrs_test_params K8s inImage mode: where the proving key is stored inside the image VERSION From versions.env Circuit release tag (used by helper scripts) NOMOS_CIRCUITS — Directory containing fetched circuit bundles (set by scripts/setup/setup-circuits-stack.sh) NOMOS_CIRCUITS_VERSION — Legacy alias for VERSION (supported by some build scripts) NOMOS_CIRCUITS_PLATFORM Auto-detected Override circuits platform (e.g. linux-x86_64, macos-aarch64) NOMOS_CIRCUITS_HOST_DIR_REL .tmp/nomos-circuits-host Output dir for host circuits bundle (relative to repo root) NOMOS_CIRCUITS_LINUX_DIR_REL .tmp/nomos-circuits-linux Output dir for linux circuits bundle (relative to repo root) NOMOS_CIRCUITS_NONINTERACTIVE 0 Set to 1 to overwrite outputs without prompting in setup scripts NOMOS_CIRCUITS_REBUILD_RAPIDSNARK 0 Set to 1 to force rebuilding rapidsnark (host bundle only) Example: # Use custom circuit assets\nNOMOS_KZGRS_PARAMS_PATH=/custom/path/to/kzgrs_test_params \\\ncargo run -p runner-examples --bin local_runner","breadcrumbs":"Part IV — Operations & Deployment » Environment Variables » Circuit Assets (KZG Parameters)","id":"298","title":"Circuit Assets (KZG Parameters)"},"299":{"body":"Control node log output (not framework runner logs): Variable Default Effect NOMOS_LOG_LEVEL info Global log level: error, warn, info, debug, trace NOMOS_LOG_FILTER — Fine-grained module filtering (e.g., cryptarchia=trace,nomos_da_sampling=debug) NOMOS_LOG_DIR — Host runner: directory for per-node log files (persistent). Compose/k8s: use cfgsync.yaml for file logging. NOMOS_TESTS_KEEP_LOGS 0 Keep per-run temporary directories (useful for debugging/CI artifacts) NOMOS_TESTS_TRACING false Enable debug tracing preset (combine with NOMOS_LOG_DIR unless external tracing backends configured) Important: Node logging ignores RUST_LOG; use NOMOS_LOG_LEVEL and NOMOS_LOG_FILTER for node logs. Example: # Debug logging to files\nNOMOS_LOG_DIR=/tmp/test-logs \\\nNOMOS_LOG_LEVEL=debug \\\nNOMOS_LOG_FILTER=\"cryptarchia=trace,nomos_da_sampling=debug\" \\\nPOL_PROOF_DEV_MODE=true \\\ncargo run -p runner-examples --bin local_runner # Inspect logs\nls /tmp/test-logs/\n# nomos-node-0.2024-12-18T14-30-00.log\n# nomos-node-1.2024-12-18T14-30-00.log Common filter targets: Target Prefix Subsystem cryptarchia Consensus (Cryptarchia) nomos_da_sampling DA sampling service nomos_da_dispersal DA dispersal service nomos_da_verifier DA verification nomos_blend Mix network/privacy layer chain_service Chain service (node APIs/state) chain_network P2P networking chain_leader Leader election","breadcrumbs":"Part IV — Operations & Deployment » Environment Variables » Node Logging","id":"299","title":"Node Logging"},"3":{"body":"Declarative API Express scenarios as topology + workloads + expectations Reuse the same test definition across different deployment targets Compose complex tests from modular components Multiple Deployment Modes Host Runner : Local processes for fast iteration Compose Runner : Containerized environments with node control Kubernetes Runner : Production-like cluster testing Built-in Workloads Transaction submission with configurable rates Data availability (DA) blob dispersal and sampling Chaos testing with controlled node restarts Comprehensive Observability Real-time block feed for monitoring consensus progress Prometheus/Grafana integration for metrics Per-node log collection and debugging","breadcrumbs":"Project Context Primer » Key Features","id":"3","title":"Key Features"},"30":{"body":"Conceptual chapters that establish the mental model for the framework and how it approaches multi-node testing.","breadcrumbs":"Part I — Foundations » Part I — Foundations","id":"30","title":"Part I — Foundations"},"300":{"body":"Optional observability integration: Variable Default Effect NOMOS_METRICS_QUERY_URL — Prometheus-compatible base URL for runner to query (e.g., http://localhost:9090) NOMOS_METRICS_OTLP_INGEST_URL — Full OTLP HTTP ingest URL for node metrics export (e.g., http://localhost:9090/api/v1/otlp/v1/metrics) NOMOS_GRAFANA_URL — Grafana base URL for printing/logging (e.g., http://localhost:3000) NOMOS_OTLP_ENDPOINT — OTLP trace endpoint (optional) NOMOS_OTLP_METRICS_ENDPOINT — OTLP metrics endpoint (optional) Example: # Enable Prometheus querying\nexport NOMOS_METRICS_QUERY_URL=http://localhost:9090\nexport NOMOS_METRICS_OTLP_INGEST_URL=http://localhost:9090/api/v1/otlp/v1/metrics\nexport NOMOS_GRAFANA_URL=http://localhost:3000 scripts/run/run-examples.sh -t 60 -v 3 -e 1 compose","breadcrumbs":"Part IV — Operations & Deployment » Environment Variables » Observability & Metrics","id":"300","title":"Observability & Metrics"},"301":{"body":"Variables specific to Docker Compose deployment: Variable Default Effect COMPOSE_RUNNER_HOST 127.0.0.1 Host address for port mappings COMPOSE_RUNNER_PRESERVE 0 Keep containers running after test (for debugging) COMPOSE_RUNNER_HTTP_TIMEOUT_SECS — Override HTTP readiness timeout (seconds) COMPOSE_RUNNER_HOST_GATEWAY host.docker.internal:host-gateway Controls extra_hosts entry injected into compose (set to disable to omit) TESTNET_RUNNER_PRESERVE — Alias for COMPOSE_RUNNER_PRESERVE Example: # Keep containers after test for debugging\nCOMPOSE_RUNNER_PRESERVE=1 \\\nscripts/run/run-examples.sh -t 60 -v 3 -e 1 compose # Containers remain running\ndocker ps --filter \"name=nomos-compose-\"\ndocker logs ","breadcrumbs":"Part IV — Operations & Deployment » Environment Variables » Compose Runner Specific","id":"301","title":"Compose Runner Specific"},"302":{"body":"Variables specific to Kubernetes deployment: Variable Default Effect K8S_RUNNER_NAMESPACE Random UUID Kubernetes namespace (pin for debugging) K8S_RUNNER_RELEASE Random UUID Helm release name (pin for debugging) K8S_RUNNER_NODE_HOST — NodePort host resolution for non-local clusters K8S_RUNNER_DEBUG 0 Log Helm stdout/stderr for install commands K8S_RUNNER_PRESERVE 0 Keep namespace/release after run (for debugging) K8S_RUNNER_DEPLOYMENT_TIMEOUT_SECS — Override deployment readiness timeout K8S_RUNNER_HTTP_TIMEOUT_SECS — Override HTTP readiness timeout (port-forwards) K8S_RUNNER_HTTP_PROBE_TIMEOUT_SECS — Override HTTP readiness timeout (NodePort probes) K8S_RUNNER_PROMETHEUS_HTTP_TIMEOUT_SECS — Override Prometheus readiness timeout K8S_RUNNER_PROMETHEUS_HTTP_PROBE_TIMEOUT_SECS — Override Prometheus NodePort probe timeout Example: # Pin namespace for debugging\nK8S_RUNNER_NAMESPACE=nomos-test-debug \\\nK8S_RUNNER_PRESERVE=1 \\\nK8S_RUNNER_DEBUG=1 \\\nscripts/run/run-examples.sh -t 60 -v 3 -e 1 k8s # Inspect resources\nkubectl get pods -n nomos-test-debug\nkubectl logs -n nomos-test-debug -l nomos/logical-role=validator","breadcrumbs":"Part IV — Operations & Deployment » Environment Variables » K8s Runner Specific","id":"302","title":"K8s Runner Specific"},"303":{"body":"Platform-specific build configuration: Variable Default Effect NOMOS_BUNDLE_DOCKER_PLATFORM Host arch Docker platform for bundle builds: linux/arm64 or linux/amd64 (macOS/Windows hosts) NOMOS_BIN_PLATFORM — Legacy alias for NOMOS_BUNDLE_DOCKER_PLATFORM COMPOSE_CIRCUITS_PLATFORM Host arch Circuits platform for image builds: linux-aarch64 or linux-x86_64 NOMOS_EXTRA_FEATURES — Extra cargo features to enable when building bundles (used by scripts/build/build-bundle.sh) macOS / Apple Silicon: # Native performance (recommended for local testing)\nexport NOMOS_BUNDLE_DOCKER_PLATFORM=linux/arm64 # Or target amd64 (slower via emulation)\nexport NOMOS_BUNDLE_DOCKER_PLATFORM=linux/amd64","breadcrumbs":"Part IV — Operations & Deployment » Environment Variables » Platform & Build Configuration","id":"303","title":"Platform & Build Configuration"},"304":{"body":"Timeout and performance tuning: Variable Default Effect SLOW_TEST_ENV false Doubles built-in readiness timeouts (useful in CI / constrained laptops) TESTNET_PRINT_ENDPOINTS 0 Print TESTNET_ENDPOINTS / TESTNET_PPROF lines during deploy (set automatically by scripts/run/run-examples.sh) NOMOS_DISPERSAL_TIMEOUT_SECS 20 DA dispersal timeout (seconds) NOMOS_RETRY_COOLDOWN_SECS 3 Cooldown between retries (seconds) NOMOS_GRACE_PERIOD_SECS 1200 Grace period before enforcing strict time-based expectations (seconds) NOMOS_PRUNE_DURATION_SECS 30 Prune step duration (seconds) NOMOS_PRUNE_INTERVAL_SECS 5 Interval between prune cycles (seconds) NOMOS_SHARE_DURATION_SECS 5 Share duration (seconds) NOMOS_COMMITMENTS_WAIT_SECS 1 Commitments wait duration (seconds) NOMOS_SDP_TRIGGER_DELAY_SECS 5 SDP trigger delay (seconds) Example: # Increase timeouts for slow environments\nSLOW_TEST_ENV=true \\\nscripts/run/run-examples.sh -t 120 -v 5 -e 2 compose","breadcrumbs":"Part IV — Operations & Deployment » Environment Variables » Timeouts & Performance","id":"304","title":"Timeouts & Performance"},"305":{"body":"Node-level configuration passed through to nomos-node/nomos-executor: Variable Default Effect CONSENSUS_SLOT_TIME — Consensus slot time (seconds) CONSENSUS_ACTIVE_SLOT_COEFF — Active slot coefficient (0.0-1.0) NOMOS_USE_AUTONAT Unset If set, use AutoNAT instead of a static loopback address for libp2p NAT settings NOMOS_CFGSYNC_PORT 4400 Port used for cfgsync service inside the stack NOMOS_TIME_BACKEND monotonic Select time backend (used by compose/k8s stack scripts and deployers) Example: # Faster block production\nCONSENSUS_SLOT_TIME=5 \\\nCONSENSUS_ACTIVE_SLOT_COEFF=0.9 \\\nPOL_PROOF_DEV_MODE=true \\\ncargo run -p runner-examples --bin local_runner","breadcrumbs":"Part IV — Operations & Deployment » Environment Variables » Node Configuration (Advanced)","id":"305","title":"Node Configuration (Advanced)"},"306":{"body":"Control framework runner process logs (uses RUST_LOG, not NOMOS_*): Variable Default Effect RUST_LOG — Framework runner log level (e.g., debug, info) RUST_BACKTRACE — Enable Rust backtraces on panic (1 or full) CARGO_TERM_COLOR — Cargo output color (always, never, auto) Example: # Debug framework runner (not nodes)\nRUST_LOG=debug \\\nRUST_BACKTRACE=1 \\\ncargo run -p runner-examples --bin local_runner","breadcrumbs":"Part IV — Operations & Deployment » Environment Variables » Framework Runner Logging (Not Node Logs)","id":"306","title":"Framework Runner Logging (Not Node Logs)"},"307":{"body":"Variables used by helper scripts (scripts/run/run-examples.sh, etc.): Variable Default Effect NOMOS_NODE_REV From versions.env nomos-node git revision to build/fetch NOMOS_BUNDLE_VERSION From versions.env Bundle schema version NOMOS_IMAGE_SELECTION — Internal: image selection mode set by run-examples.sh (local/ecr/auto) NOMOS_NODE_APPLY_PATCHES 1 Set to 0 to disable applying local patches when building bundles NOMOS_NODE_PATCH_DIR patches/nomos-node Patch directory applied to nomos-node checkout during bundle builds NOMOS_NODE_PATCH_LEVEL — Patch application level (all or an integer) for bundle builds","breadcrumbs":"Part IV — Operations & Deployment » Environment Variables » Helper Script Variables","id":"307","title":"Helper Script Variables"},"308":{"body":"","breadcrumbs":"Part IV — Operations & Deployment » Environment Variables » Quick Reference Examples","id":"308","title":"Quick Reference Examples"},"309":{"body":"POL_PROOF_DEV_MODE=true \\\nscripts/run/run-examples.sh -t 60 -v 3 -e 1 host","breadcrumbs":"Part IV — Operations & Deployment » Environment Variables » Minimal Host Run","id":"309","title":"Minimal Host Run"},"31":{"body":"The Logos Testing Framework is a purpose-built toolkit for exercising Logos in realistic, multi-node environments. It solves the gap between small, isolated tests and full-system validation by letting teams describe a cluster layout, drive meaningful traffic, and assert the outcomes in one coherent plan. It is for protocol engineers, infrastructure operators, and QA teams who need repeatable confidence that validators, executors, and data-availability components work together under network and timing constraints. Multi-node integration testing is required because many Logos behaviors—block progress, data availability, liveness under churn—only emerge when several roles interact over real networking and time. This framework makes those checks declarative, observable, and portable across environments.","breadcrumbs":"Part I — Foundations » Introduction » Introduction","id":"31","title":"Introduction"},"310":{"body":"POL_PROOF_DEV_MODE=true \\\nNOMOS_LOG_DIR=/tmp/logs \\\nNOMOS_LOG_LEVEL=debug \\\nNOMOS_LOG_FILTER=\"cryptarchia=trace\" \\\nscripts/run/run-examples.sh -t 60 -v 3 -e 1 host","breadcrumbs":"Part IV — Operations & Deployment » Environment Variables » Debug Logging (Host)","id":"310","title":"Debug Logging (Host)"},"311":{"body":"POL_PROOF_DEV_MODE=true \\\nNOMOS_METRICS_QUERY_URL=http://localhost:9090 \\\nNOMOS_GRAFANA_URL=http://localhost:3000 \\\nscripts/run/run-examples.sh -t 60 -v 3 -e 1 compose","breadcrumbs":"Part IV — Operations & Deployment » Environment Variables » Compose with Observability","id":"311","title":"Compose with Observability"},"312":{"body":"POL_PROOF_DEV_MODE=true \\\nK8S_RUNNER_NAMESPACE=nomos-debug \\\nK8S_RUNNER_DEBUG=1 \\\nK8S_RUNNER_PRESERVE=1 \\\nscripts/run/run-examples.sh -t 60 -v 3 -e 1 k8s","breadcrumbs":"Part IV — Operations & Deployment » Environment Variables » K8s with Debug","id":"312","title":"K8s with Debug"},"313":{"body":"env: POL_PROOF_DEV_MODE: true RUST_BACKTRACE: 1 NOMOS_TESTS_KEEP_LOGS: 1","breadcrumbs":"Part IV — Operations & Deployment » Environment Variables » CI Environment","id":"313","title":"CI Environment"},"314":{"body":"Prerequisites & Setup — Required files and setup Running Examples — How to run scenarios Logging & Observability — Log collection details CI Integration — CI-specific variables Troubleshooting — Common issues with variables","breadcrumbs":"Part IV — Operations & Deployment » Environment Variables » See Also","id":"314","title":"See Also"},"315":{"body":"Comprehensive guide to log collection, metrics, and debugging across all runners.","breadcrumbs":"Part IV — Operations & Deployment » Logging & Observability » Logging & Observability","id":"315","title":"Logging & Observability"},"316":{"body":"Critical distinction: Node logs and framework logs use different configuration mechanisms. Component Controlled By Purpose Framework binaries (cargo run -p runner-examples --bin local_runner) RUST_LOG Runner orchestration, deployment logs Node processes (validators, executors spawned by runner) NOMOS_LOG_LEVEL, NOMOS_LOG_FILTER (+ NOMOS_LOG_DIR on host runner) Consensus, DA, mempool, network logs Common mistake: Setting RUST_LOG=debug only increases verbosity of the runner binary itself. Node logs remain at their default level unless you also set NOMOS_LOG_LEVEL=debug. Example: # This only makes the RUNNER verbose, not the nodes:\nRUST_LOG=debug cargo run -p runner-examples --bin local_runner # This makes the NODES verbose:\nNOMOS_LOG_LEVEL=debug cargo run -p runner-examples --bin local_runner # Both verbose (typically not needed):\nRUST_LOG=debug NOMOS_LOG_LEVEL=debug cargo run -p runner-examples --bin local_runner","breadcrumbs":"Part IV — Operations & Deployment » Logging & Observability » Node Logging vs Framework Logging","id":"316","title":"Node Logging vs Framework Logging"},"317":{"body":"See Environment Variables Reference for complete details. Quick summary: Variable Default Effect NOMOS_LOG_DIR None (console only) Host runner: directory for per-node log files. Compose/k8s: use cfgsync.yaml NOMOS_LOG_LEVEL info Global log level: error, warn, info, debug, trace NOMOS_LOG_FILTER None Fine-grained target filtering (e.g., cryptarchia=trace,nomos_da_sampling=debug) NOMOS_TESTS_TRACING false Enable debug tracing preset NOMOS_OTLP_ENDPOINT None OTLP trace endpoint (optional) NOMOS_OTLP_METRICS_ENDPOINT None OTLP metrics endpoint (optional) Example: Full debug logging to files: NOMOS_TESTS_TRACING=true \\\nNOMOS_LOG_DIR=/tmp/test-logs \\\nNOMOS_LOG_LEVEL=debug \\\nNOMOS_LOG_FILTER=\"cryptarchia=trace,nomos_da_sampling=debug,nomos_da_dispersal=debug,nomos_da_verifier=debug\" \\\nPOL_PROOF_DEV_MODE=true \\\ncargo run -p runner-examples --bin local_runner","breadcrumbs":"Part IV — Operations & Deployment » Logging & Observability » Logging Environment Variables","id":"317","title":"Logging Environment Variables"},"318":{"body":"When NOMOS_LOG_DIR is set, each node writes logs to separate files: File naming pattern: Validators : Prefix nomos-node-0, nomos-node-1, etc. (may include timestamp suffix) Executors : Prefix nomos-executor-0, nomos-executor-1, etc. (may include timestamp suffix) Example filenames: nomos-node-0.2024-12-18T14-30-00.log nomos-node-1.2024-12-18T14-30-00.log nomos-executor-0.2024-12-18T14-30-00.log Local runner note: The local runner uses per-run temporary directories under the current working directory and removes them after the run unless NOMOS_TESTS_KEEP_LOGS=1. Use NOMOS_LOG_DIR=/path/to/logs to write per-node log files to a stable location.","breadcrumbs":"Part IV — Operations & Deployment » Logging & Observability » Per-Node Log Files","id":"318","title":"Per-Node Log Files"},"319":{"body":"Common target prefixes for NOMOS_LOG_FILTER: Target Prefix Subsystem cryptarchia Consensus (Cryptarchia) nomos_da_sampling DA sampling service nomos_da_dispersal DA dispersal service nomos_da_verifier DA verification nomos_blend Mix network/privacy layer chain_service Chain service (node APIs/state) chain_network P2P networking chain_leader Leader election Example filter: NOMOS_LOG_FILTER=\"cryptarchia=trace,nomos_da_sampling=debug,chain_service=info,chain_network=info\"","breadcrumbs":"Part IV — Operations & Deployment » Logging & Observability » Filter Target Names","id":"319","title":"Filter Target Names"},"32":{"body":"Here's the conceptual shape of every test you'll write: // 1. Define the cluster\nlet scenario = ScenarioBuilder::topology_with(|t| { t.network_star() .validators(3) .executors(2)\n})\n// 2. Add workloads (traffic)\n.transactions_with(|tx| tx.rate(10).users(5))\n.da_with(|da| da.channel_rate(2).blob_rate(2)) // 3. Define success criteria\n.expect_consensus_liveness() // 4. Set experiment duration\n.with_run_duration(Duration::from_secs(60))\n.build(); // 5. Deploy and run\nlet runner = deployer.deploy(&scenario).await?;\nrunner.run(&mut scenario).await?; This pattern—topology, workloads, expectations, duration—repeats across all scenarios in this book. Learn more: For protocol-level documentation and node internals, see the Logos Project Documentation .","breadcrumbs":"Part I — Foundations » Introduction » A Scenario in 20 Lines","id":"32","title":"A Scenario in 20 Lines"},"320":{"body":"","breadcrumbs":"Part IV — Operations & Deployment » Logging & Observability » Accessing Logs by Runner","id":"320","title":"Accessing Logs by Runner"},"321":{"body":"Default (temporary directories, auto-cleanup): POL_PROOF_DEV_MODE=true cargo run -p runner-examples --bin local_runner\n# Logs written to temporary directories in working directory\n# Automatically cleaned up after test completes Persistent file output: NOMOS_LOG_DIR=/tmp/local-logs \\\nPOL_PROOF_DEV_MODE=true \\\ncargo run -p runner-examples --bin local_runner # After test completes:\nls /tmp/local-logs/\n# Files with prefix: nomos-node-0*, nomos-node-1*, nomos-executor-0*\n# May include timestamps in filename Tip: Use NOMOS_LOG_DIR for persistent per-node log files, and NOMOS_TESTS_KEEP_LOGS=1 if you want to keep the per-run temporary directories (configs/state) for post-mortem inspection.","breadcrumbs":"Part IV — Operations & Deployment » Logging & Observability » Local Runner (Host Processes)","id":"321","title":"Local Runner (Host Processes)"},"322":{"body":"Via Docker logs (default, recommended): # List containers (note the UUID prefix in names)\ndocker ps --filter \"name=nomos-compose-\" # Stream logs from specific container\ndocker logs -f # Or use name pattern matching:\ndocker logs -f $(docker ps --filter \"name=nomos-compose-.*-validator-0\" -q | head -1) # Show last 100 lines\ndocker logs --tail 100 Via file collection (advanced): To write per-node log files inside containers, set tracing_settings.logger: !File in testing-framework/assets/stack/cfgsync.yaml (and ensure the directory is writable). To access them, you must either: Copy files out after the run: # Ensure cfgsync.yaml is configured to log to /logs\nNOMOS_TESTNET_IMAGE=logos-blockchain-testing:local \\\nPOL_PROOF_DEV_MODE=true \\\ncargo run -p runner-examples --bin compose_runner # After test, copy files from containers:\ndocker ps --filter \"name=nomos-compose-\"\ndocker cp :/logs/node* /tmp/ Mount a host volume (requires modifying compose template): volumes: - /tmp/host-logs:/logs # Add to docker-compose.yml.tera Recommendation: Use docker logs by default. File collection inside containers is complex and rarely needed. Keep containers for debugging: COMPOSE_RUNNER_PRESERVE=1 \\\nNOMOS_TESTNET_IMAGE=logos-blockchain-testing:local \\\ncargo run -p runner-examples --bin compose_runner\n# Containers remain running after test—inspect with docker logs or docker exec Compose debugging variables: COMPOSE_RUNNER_HOST=127.0.0.1 — host used for readiness probes COMPOSE_RUNNER_HOST_GATEWAY=host.docker.internal:host-gateway — controls extra_hosts entry (set to disable to omit) TESTNET_RUNNER_PRESERVE=1 — alias for COMPOSE_RUNNER_PRESERVE=1 COMPOSE_RUNNER_HTTP_TIMEOUT_SECS= — override HTTP readiness timeout Note: Container names follow pattern nomos-compose-{uuid}-validator-{index}-1 where {uuid} changes per run.","breadcrumbs":"Part IV — Operations & Deployment » Logging & Observability » Compose Runner (Docker Containers)","id":"322","title":"Compose Runner (Docker Containers)"},"323":{"body":"Via kubectl logs (use label selectors): # List pods\nkubectl get pods # Stream logs using label selectors (recommended)\n# Helm chart labels:\n# - nomos/logical-role=validator|executor\n# - nomos/validator-index / nomos/executor-index\nkubectl logs -l nomos/logical-role=validator -f\nkubectl logs -l nomos/logical-role=executor -f # Stream logs from specific pod\nkubectl logs -f nomos-validator-0 # Previous logs from crashed pods\nkubectl logs --previous -l nomos/logical-role=validator Download logs for offline analysis: # Using label selectors\nkubectl logs -l nomos/logical-role=validator --tail=1000 > all-validators.log\nkubectl logs -l nomos/logical-role=executor --tail=1000 > all-executors.log # Specific pods\nkubectl logs nomos-validator-0 > validator-0.log\nkubectl logs nomos-executor-1 > executor-1.log K8s debugging variables: K8S_RUNNER_DEBUG=1 — logs Helm stdout/stderr for install commands K8S_RUNNER_PRESERVE=1 — keep namespace/release after run K8S_RUNNER_NODE_HOST= — override NodePort host resolution K8S_RUNNER_NAMESPACE= / K8S_RUNNER_RELEASE= — pin namespace/release (useful for debugging) Specify namespace (if not using default): kubectl logs -n my-namespace -l nomos/logical-role=validator -f Note: K8s runner is optimized for local clusters (Docker Desktop K8s, minikube, kind). Remote clusters require additional setup.","breadcrumbs":"Part IV — Operations & Deployment » Logging & Observability » K8s Runner (Kubernetes Pods)","id":"323","title":"K8s Runner (Kubernetes Pods)"},"324":{"body":"OTLP exporters are optional. If you see errors about unreachable OTLP endpoints, it's safe to ignore them unless you're actively collecting traces/metrics. To enable OTLP: NOMOS_OTLP_ENDPOINT=http://localhost:4317 \\\nNOMOS_OTLP_METRICS_ENDPOINT=http://localhost:4318 \\\ncargo run -p runner-examples --bin local_runner To silence OTLP errors: Simply leave these variables unset (the default).","breadcrumbs":"Part IV — Operations & Deployment » Logging & Observability » OTLP and Telemetry","id":"324","title":"OTLP and Telemetry"},"325":{"body":"Runners expose metrics and node HTTP endpoints for expectation code and debugging.","breadcrumbs":"Part IV — Operations & Deployment » Logging & Observability » Observability: Prometheus and Node APIs","id":"325","title":"Observability: Prometheus and Node APIs"},"326":{"body":"Runners do not provision Prometheus automatically For a ready-to-run stack, use scripts/setup/setup-observability.sh: Compose: scripts/setup/setup-observability.sh compose up then scripts/setup/setup-observability.sh compose env K8s: scripts/setup/setup-observability.sh k8s install then scripts/setup/setup-observability.sh k8s env Provide NOMOS_METRICS_QUERY_URL (PromQL base URL) to enable ctx.telemetry() queries Access from expectations when configured: ctx.telemetry().prometheus().map(|p| p.base_url()) Example: # Start observability stack (Compose)\nscripts/setup/setup-observability.sh compose up # Get environment variables\neval $(scripts/setup/setup-observability.sh compose env) # Run scenario with metrics\nPOL_PROOF_DEV_MODE=true \\\nscripts/run/run-examples.sh -t 60 -v 3 -e 1 compose","breadcrumbs":"Part IV — Operations & Deployment » Logging & Observability » Prometheus-Compatible Metrics Querying (Optional)","id":"326","title":"Prometheus-Compatible Metrics Querying (Optional)"},"327":{"body":"Runners do not provision Grafana automatically (but scripts/setup/setup-observability.sh can) If you set NOMOS_GRAFANA_URL, the deployer prints it in TESTNET_ENDPOINTS Dashboards live in testing-framework/assets/stack/monitoring/grafana/dashboards/ (the bundled stack auto-provisions them) Example: # Bring up the bundled Prometheus+Grafana stack (optional)\nscripts/setup/setup-observability.sh compose up\neval $(scripts/setup/setup-observability.sh compose env) export NOMOS_GRAFANA_URL=http://localhost:3000\nPOL_PROOF_DEV_MODE=true scripts/run/run-examples.sh -t 60 -v 3 -e 1 compose Default bundled Grafana login: admin / admin (see scripts/observability/compose/docker-compose.yml).","breadcrumbs":"Part IV — Operations & Deployment » Logging & Observability » Grafana (Optional)","id":"327","title":"Grafana (Optional)"},"328":{"body":"Access from expectations: ctx.node_clients().validator_clients().get(0) Endpoints: consensus info, network info, DA membership, etc. See testing-framework/core/src/nodes/api_client.rs for available methods Example usage in expectations: use testing_framework_core::scenario::{DynError, RunContext}; async fn evaluate(ctx: &RunContext) -> Result<(), DynError> { let client = &ctx.node_clients().validator_clients()[0]; let info = client.consensus_info().await?; tracing::info!(height = info.height, \"consensus info from validator 0\"); Ok(())\n}","breadcrumbs":"Part IV — Operations & Deployment » Logging & Observability » Node APIs","id":"328","title":"Node APIs"},"329":{"body":"flowchart TD Expose[Runner exposes endpoints/ports] --> Collect[Runtime collects block/health signals] Collect --> Consume[Expectations consume signals
decide pass/fail] Consume --> Inspect[Operators inspect logs/metrics
when failures arise]","breadcrumbs":"Part IV — Operations & Deployment » Logging & Observability » Observability Flow","id":"329","title":"Observability Flow"},"33":{"body":"The framework follows a clear flow: Topology → Scenario → Deployer → Runner → Workloads → Expectations .","breadcrumbs":"Part I — Foundations » Architecture Overview » Architecture Overview","id":"33","title":"Architecture Overview"},"330":{"body":"","breadcrumbs":"Part IV — Operations & Deployment » Logging & Observability » Quick Reference","id":"330","title":"Quick Reference"},"331":{"body":"NOMOS_LOG_DIR=/tmp/logs \\\nNOMOS_LOG_LEVEL=debug \\\nNOMOS_LOG_FILTER=\"cryptarchia=trace\" \\\nPOL_PROOF_DEV_MODE=true \\\nscripts/run/run-examples.sh -t 60 -v 3 -e 1 host","breadcrumbs":"Part IV — Operations & Deployment » Logging & Observability » Debug Logging (Host)","id":"331","title":"Debug Logging (Host)"},"332":{"body":"# Start observability stack\nscripts/setup/setup-observability.sh compose up\neval $(scripts/setup/setup-observability.sh compose env) # Run with metrics\nPOL_PROOF_DEV_MODE=true \\\nscripts/run/run-examples.sh -t 60 -v 3 -e 1 compose # Access Grafana at http://localhost:3000","breadcrumbs":"Part IV — Operations & Deployment » Logging & Observability » Compose with Observability","id":"332","title":"Compose with Observability"},"333":{"body":"K8S_RUNNER_NAMESPACE=nomos-debug \\\nK8S_RUNNER_DEBUG=1 \\\nK8S_RUNNER_PRESERVE=1 \\\nPOL_PROOF_DEV_MODE=true \\\nscripts/run/run-examples.sh -t 60 -v 3 -e 1 k8s # Inspect logs\nkubectl logs -n nomos-debug -l nomos/logical-role=validator","breadcrumbs":"Part IV — Operations & Deployment » Logging & Observability » K8s with Debug","id":"333","title":"K8s with Debug"},"334":{"body":"Environment Variables — Complete variable reference Troubleshooting — Log-related debugging (see \"Where to Find Logs\") Running Examples — Runner-specific logging details Prerequisites & Setup — Setup before running","breadcrumbs":"Part IV — Operations & Deployment » Logging & Observability » See Also","id":"334","title":"See Also"},"335":{"body":"Quick reference materials, troubleshooting guides, and supplementary information.","breadcrumbs":"Part V — Appendix » Part V — Appendix","id":"335","title":"Part V — Appendix"},"336":{"body":"Builder API Quick Reference : Cheat sheet for DSL methods Troubleshooting Scenarios : Common issues and their solutions, including \"What Failure Looks Like\" with realistic examples FAQ : Frequently asked questions Glossary : Terminology reference","breadcrumbs":"Part V — Appendix » Contents","id":"336","title":"Contents"},"337":{"body":"Quick lookups : Find DSL method signatures without reading full guides Debugging failures : Match symptoms to known issues and fixes Clarifying concepts : Look up unfamiliar terms in the glossary Common questions : Check FAQ before asking for help This section complements the main documentation with practical reference materials that you'll return to frequently during development and operations. Jump to: Builder API Quick Reference Troubleshooting Scenarios FAQ Glossary","breadcrumbs":"Part V — Appendix » When to Use This Section","id":"337","title":"When to Use This Section"},"338":{"body":"Quick reference for the scenario builder DSL. All methods are chainable.","breadcrumbs":"Part V — Appendix » Builder API Quick Reference » Builder API Quick Reference","id":"338","title":"Builder API Quick Reference"},"339":{"body":"use std::time::Duration; use testing_framework_core::scenario::{Deployer, ScenarioBuilder};\nuse testing_framework_runner_compose::ComposeDeployer;\nuse testing_framework_runner_k8s::K8sDeployer;\nuse testing_framework_runner_local::LocalDeployer;\nuse testing_framework_workflows::{ChaosBuilderExt, ScenarioBuilderExt};","breadcrumbs":"Part V — Appendix » Builder API Quick Reference » Imports","id":"339","title":"Imports"},"34":{"body":"flowchart LR A(Topology
shape cluster) --> B(Scenario
plan) B --> C(Deployer
provision & readiness) C --> D(Runner
orchestrate execution) D --> E(Workloads
drive traffic) E --> F(Expectations
verify outcomes)","breadcrumbs":"Part I — Foundations » Architecture Overview » Core Flow","id":"34","title":"Core Flow"},"340":{"body":"use testing_framework_core::scenario::{Builder, ScenarioBuilder}; pub fn topology() -> Builder<()> { ScenarioBuilder::topology_with(|t| { t.network_star() // Star topology (all connect to seed node) .validators(3) // Number of validator nodes .executors(2) // Number of executor nodes })\n}","breadcrumbs":"Part V — Appendix » Builder API Quick Reference » Topology","id":"340","title":"Topology"},"341":{"body":"use testing_framework_core::scenario::ScenarioBuilder;\nuse testing_framework_workflows::ScenarioBuilderExt; pub fn wallets_plan() -> testing_framework_core::scenario::Scenario<()> { ScenarioBuilder::topology_with(|t| t.network_star().validators(1).executors(0)) .wallets(50) // Seed 50 funded wallet accounts .build()\n}","breadcrumbs":"Part V — Appendix » Builder API Quick Reference » Wallets","id":"341","title":"Wallets"},"342":{"body":"use testing_framework_core::scenario::ScenarioBuilder;\nuse testing_framework_workflows::ScenarioBuilderExt; pub fn transactions_plan() -> testing_framework_core::scenario::Scenario<()> { ScenarioBuilder::topology_with(|t| t.network_star().validators(1).executors(0)) .wallets(50) .transactions_with(|txs| { txs.rate(5) // 5 transactions per block .users(20) // Use 20 of the seeded wallets }) // Finish transaction workload config .build()\n}","breadcrumbs":"Part V — Appendix » Builder API Quick Reference » Transaction Workload","id":"342","title":"Transaction Workload"},"343":{"body":"use testing_framework_core::scenario::ScenarioBuilder;\nuse testing_framework_workflows::ScenarioBuilderExt; pub fn da_plan() -> testing_framework_core::scenario::Scenario<()> { ScenarioBuilder::topology_with(|t| t.network_star().validators(1).executors(1)) .wallets(50) .da_with(|da| { da.channel_rate(1) // number of DA channels to run .blob_rate(2) // target 2 blobs per block (headroom applied) .headroom_percent(20) // optional headroom when sizing channels }) // Finish DA workload config .build()\n}","breadcrumbs":"Part V — Appendix » Builder API Quick Reference » DA Workload","id":"343","title":"DA Workload"},"344":{"body":"use std::time::Duration; use testing_framework_core::scenario::{NodeControlCapability, ScenarioBuilder};\nuse testing_framework_workflows::{ChaosBuilderExt, ScenarioBuilderExt}; pub fn chaos_plan() -> testing_framework_core::scenario::Scenario { ScenarioBuilder::topology_with(|t| t.network_star().validators(3).executors(2)) .enable_node_control() // Enable node control capability .chaos_with(|c| { c.restart() // Random restart chaos .min_delay(Duration::from_secs(30)) // Min time between restarts .max_delay(Duration::from_secs(60)) // Max time between restarts .target_cooldown(Duration::from_secs(45)) // Cooldown after restart .apply() // Required for chaos configuration }) .build()\n}","breadcrumbs":"Part V — Appendix » Builder API Quick Reference » Chaos Workload (Requires enable_node_control())","id":"344","title":"Chaos Workload (Requires enable_node_control())"},"345":{"body":"use testing_framework_core::scenario::ScenarioBuilder;\nuse testing_framework_workflows::ScenarioBuilderExt; pub fn expectations_plan() -> testing_framework_core::scenario::Scenario<()> { ScenarioBuilder::topology_with(|t| t.network_star().validators(1).executors(0)) .expect_consensus_liveness() // Assert blocks are produced continuously .build()\n}","breadcrumbs":"Part V — Appendix » Builder API Quick Reference » Expectations","id":"345","title":"Expectations"},"346":{"body":"use std::time::Duration; use testing_framework_core::scenario::ScenarioBuilder;\nuse testing_framework_workflows::ScenarioBuilderExt; pub fn run_duration_plan() -> testing_framework_core::scenario::Scenario<()> { ScenarioBuilder::topology_with(|t| t.network_star().validators(1).executors(0)) .with_run_duration(Duration::from_secs(120)) // Run for 120 seconds .build()\n}","breadcrumbs":"Part V — Appendix » Builder API Quick Reference » Run Duration","id":"346","title":"Run Duration"},"347":{"body":"use testing_framework_core::scenario::ScenarioBuilder;\nuse testing_framework_workflows::ScenarioBuilderExt; pub fn build_plan() -> testing_framework_core::scenario::Scenario<()> { ScenarioBuilder::topology_with(|t| t.network_star().validators(1).executors(0)).build() // Construct the final Scenario\n}","breadcrumbs":"Part V — Appendix » Builder API Quick Reference » Build","id":"347","title":"Build"},"348":{"body":"use testing_framework_runner_compose::ComposeDeployer;\nuse testing_framework_runner_k8s::K8sDeployer;\nuse testing_framework_runner_local::LocalDeployer; pub fn deployers() { // Local processes let _deployer = LocalDeployer::default(); // Docker Compose let _deployer = ComposeDeployer::default(); // Kubernetes let _deployer = K8sDeployer::default();\n}","breadcrumbs":"Part V — Appendix » Builder API Quick Reference » Deployers","id":"348","title":"Deployers"},"349":{"body":"use anyhow::Result;\nuse testing_framework_core::scenario::{Deployer, ScenarioBuilder};\nuse testing_framework_runner_local::LocalDeployer;\nuse testing_framework_workflows::ScenarioBuilderExt; pub async fn execution() -> Result<()> { let mut plan = ScenarioBuilder::topology_with(|t| t.network_star().validators(1).executors(0)) .expect_consensus_liveness() .build(); let deployer = LocalDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\n}","breadcrumbs":"Part V — Appendix » Builder API Quick Reference » Execution","id":"349","title":"Execution"},"35":{"body":"flowchart TB subgraph Examples[\"Runner Examples\"] LocalBin[local_runner.rs] ComposeBin[compose_runner.rs] K8sBin[k8s_runner.rs] CucumberBin[cucumber_*.rs] end subgraph Workflows[\"Workflows (Batteries Included)\"] DSL[ScenarioBuilderExt
Fluent API] TxWorkload[Transaction Workload] DAWorkload[DA Workload] ChaosWorkload[Chaos Workload] Expectations[Built-in Expectations] end subgraph Core[\"Core Framework\"] ScenarioModel[Scenario Model] Traits[Deployer + Runner Traits] BlockFeed[BlockFeed] NodeClients[Node Clients] Topology[Topology Generation] end subgraph Deployers[\"Runner Implementations\"] LocalDeployer[LocalDeployer] ComposeDeployer[ComposeDeployer] K8sDeployer[K8sDeployer] end subgraph Support[\"Supporting Crates\"] Configs[Configs & Topology] Nodes[Node API Clients] Cucumber[Cucumber Extensions] end Examples --> Workflows Examples --> Deployers Workflows --> Core Deployers --> Core Deployers --> Support Core --> Support Workflows --> Support style Examples fill:#e1f5ff style Workflows fill:#e1ffe1 style Core fill:#fff4e1 style Deployers fill:#ffe1f5 style Support fill:#f0f0f0","breadcrumbs":"Part I — Foundations » Architecture Overview » Crate Architecture","id":"35","title":"Crate Architecture"},"350":{"body":"use std::time::Duration; use anyhow::Result;\nuse testing_framework_core::scenario::{Deployer, ScenarioBuilder};\nuse testing_framework_runner_local::LocalDeployer;\nuse testing_framework_workflows::ScenarioBuilderExt; pub async fn run_test() -> Result<()> { let mut plan = ScenarioBuilder::topology_with(|t| t.network_star().validators(3).executors(2)) .wallets(50) .transactions_with(|txs| { txs.rate(5) // 5 transactions per block .users(20) }) .da_with(|da| { da.channel_rate(1) // number of DA channels .blob_rate(2) // target 2 blobs per block .headroom_percent(20) // optional channel headroom }) .expect_consensus_liveness() .with_run_duration(Duration::from_secs(90)) .build(); let deployer = LocalDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\n}","breadcrumbs":"Part V — Appendix » Builder API Quick Reference » Complete Example","id":"350","title":"Complete Example"},"351":{"body":"Prerequisites for All Runners: versions.env file at repository root (required by helper scripts) POL_PROOF_DEV_MODE=true MUST be set for all runners (host, compose, k8s) to avoid expensive Groth16 proof generation that causes timeouts KZG circuit assets must be present at testing-framework/assets/stack/kzgrs_test_params/kzgrs_test_params (note the repeated filename) for DA workloads Platform/Environment Notes: macOS + Docker Desktop (Apple silicon): prefer NOMOS_BUNDLE_DOCKER_PLATFORM=linux/arm64 for local compose/k8s runs to avoid slow/fragile amd64 emulation builds. Disk space: bundle/image builds are storage-heavy. If you see I/O errors or Docker build failures, check free space and prune old artifacts (.tmp/, target/, and Docker build cache) before retrying. K8s runner scope: the default Helm chart mounts KZG params via hostPath and uses a local image tag (logos-blockchain-testing:local). This is intended for local clusters (Docker Desktop / minikube / kind), not remote managed clusters without additional setup. Quick cleanup: scripts/ops/clean.sh (and scripts/ops/clean.sh --docker if needed). Destructive cleanup (last resort): scripts/ops/clean.sh --docker-system --dangerous (add --volumes if you also want to prune Docker volumes). Recommended: Use scripts/run/run-examples.sh which handles all setup automatically.","breadcrumbs":"Part V — Appendix » Troubleshooting Scenarios » Troubleshooting Scenarios","id":"351","title":"Troubleshooting Scenarios"},"352":{"body":"Common symptoms and likely causes: No or slow block progression : missing POL_PROOF_DEV_MODE=true, missing KZG circuit assets (/kzgrs_test_params/kzgrs_test_params file) for DA workloads, too-short run window, port conflicts, or resource exhaustion—set required env vars, verify assets exist, extend duration, check node logs for startup errors. Transactions not included : unfunded or misconfigured wallets (check .wallets(N) vs .users(M)), transaction rate exceeding block capacity, or rates exceeding block production speed—reduce rate, increase wallet count, verify wallet setup in logs. Chaos stalls the run : chaos (node control) only works with ComposeDeployer; host runner (LocalDeployer) and K8sDeployer don't support it (won't \"stall\", just can't execute chaos workloads). With compose, aggressive restart cadence can prevent consensus recovery—widen restart intervals. Observability gaps : metrics or logs unreachable because ports clash or services are not exposed—adjust observability ports and confirm runner wiring. Flaky behavior across runs : mixing chaos with functional smoke tests or inconsistent topology between environments—separate deterministic and chaos scenarios and standardize topology presets.","breadcrumbs":"Part V — Appendix » Troubleshooting Scenarios » Quick Symptom Guide","id":"352","title":"Quick Symptom Guide"},"353":{"body":"This section shows what you'll actually see when common issues occur. Each example includes realistic console output and the fix.","breadcrumbs":"Part V — Appendix » Troubleshooting Scenarios » What Failure Looks Like","id":"353","title":"What Failure Looks Like"},"354":{"body":"Symptoms: Test \"hangs\" with no visible progress CPU usage spikes to 100% Eventually hits timeout after several minutes Nodes appear to start but blocks aren't produced What you'll see: $ cargo run -p runner-examples --bin local_runner Finished dev [unoptimized + debuginfo] target(s) in 0.48s Running `target/debug/local_runner`\n[INFO runner_examples::local_runner] Starting local runner scenario\n[INFO testing_framework_runner_local] Launching 3 validators\n[INFO testing_framework_runner_local] Waiting for node readiness...\n(hangs here for 5+ minutes, CPU at 100%)\nthread 'main' panicked at 'readiness timeout expired' Root Cause: Groth16 proof generation is extremely slow without dev mode. The system tries to compute real cryptographic proofs, which can take minutes per block. Fix: POL_PROOF_DEV_MODE=true cargo run -p runner-examples --bin local_runner Prevention: Set this in your shell profile or .env file so you never forget it.","breadcrumbs":"Part V — Appendix » Troubleshooting Scenarios » 1. Missing POL_PROOF_DEV_MODE=true (Most Common!)","id":"354","title":"1. Missing POL_PROOF_DEV_MODE=true (Most Common!)"},"355":{"body":"Symptoms: Helper scripts fail immediately Error about missing file at repo root Scripts can't determine which circuit/node versions to use What you'll see: $ scripts/run/run-examples.sh -t 60 -v 1 -e 1 host\nERROR: versions.env not found at repository root\nThis file is required and should define: VERSION= NOMOS_NODE_REV= NOMOS_BUNDLE_VERSION= Root Cause: Helper scripts need versions.env to know which versions to build/fetch. Fix: Ensure you're in the repository root directory. The versions.env file should already exist—verify it's present: cat versions.env\n# Should show:\n# VERSION=v0.3.1\n# NOMOS_NODE_REV=abc123def456\n# NOMOS_BUNDLE_VERSION=v1","breadcrumbs":"Part V — Appendix » Troubleshooting Scenarios » 2. Missing versions.env File","id":"355","title":"2. Missing versions.env File"},"356":{"body":"Symptoms: DA workload tests fail Error messages about missing circuit files Nodes crash during DA operations What you'll see: $ POL_PROOF_DEV_MODE=true cargo run -p runner-examples --bin local_runner\n[INFO testing_framework_runner_local] Starting DA workload\n[ERROR nomos_da_dispersal] Failed to load KZG parameters\nError: Custom { kind: NotFound, error: \"Circuit file not found at: testing-framework/assets/stack/kzgrs_test_params/kzgrs_test_params\" }\nthread 'main' panicked at 'workload init failed' Root Cause: DA (Data Availability) workloads require KZG cryptographic parameters. The file must exist at: testing-framework/assets/stack/kzgrs_test_params/kzgrs_test_params (note the repeated filename). Fix (recommended): # Use run-examples.sh which handles setup automatically\nscripts/run/run-examples.sh -t 60 -v 1 -e 1 host Fix (manual): # Fetch circuits\nscripts/setup/setup-nomos-circuits.sh v0.3.1 /tmp/nomos-circuits # Copy to expected location\nmkdir -p testing-framework/assets/stack/kzgrs_test_params\ncp -r /tmp/nomos-circuits/* testing-framework/assets/stack/kzgrs_test_params/ # Verify (should be ~120MB)\nls -lh testing-framework/assets/stack/kzgrs_test_params/kzgrs_test_params","breadcrumbs":"Part V — Appendix » Troubleshooting Scenarios » 3. Missing KZG Circuit Assets (DA Workloads)","id":"356","title":"3. Missing KZG Circuit Assets (DA Workloads)"},"357":{"body":"Symptoms: Error about missing nomos-node or nomos-executor binary \"file not found\" or \"no such file or directory\" Environment variables NOMOS_NODE_BIN / NOMOS_EXECUTOR_BIN not set What you'll see: $ POL_PROOF_DEV_MODE=true cargo run -p runner-examples --bin local_runner\n[INFO testing_framework_runner_local] Spawning validator 0\nError: Os { code: 2, kind: NotFound, message: \"No such file or directory\" }\nthread 'main' panicked at 'failed to spawn nomos-node process' Root Cause: The local runner needs compiled nomos-node and nomos-executor binaries, but doesn't know where they are. Fix (recommended): # Use run-examples.sh which builds binaries automatically\nscripts/run/run-examples.sh -t 60 -v 1 -e 1 host Fix (manual - set paths explicitly): # Build binaries first\ncd ../nomos-node # or wherever your nomos-node checkout is\ncargo build --release --bin nomos-node --bin nomos-executor # Set environment variables\nexport NOMOS_NODE_BIN=$PWD/target/release/nomos-node\nexport NOMOS_EXECUTOR_BIN=$PWD/target/release/nomos-executor # Return to testing framework\ncd ../nomos-testing\nPOL_PROOF_DEV_MODE=true cargo run -p runner-examples --bin local_runner","breadcrumbs":"Part V — Appendix » Troubleshooting Scenarios » 4. Node Binaries Not Found","id":"357","title":"4. Node Binaries Not Found"},"358":{"body":"Symptoms: Compose tests fail immediately \"Cannot connect to Docker daemon\" Docker commands don't work What you'll see: $ scripts/run/run-examples.sh -t 60 -v 1 -e 1 compose\n[INFO runner_examples::compose_runner] Starting compose deployment\nError: Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?\nthread 'main' panicked at 'compose deployment failed' Root Cause: Docker Desktop isn't running, or your user doesn't have permission to access Docker. Fix: # macOS: Start Docker Desktop application\nopen -a Docker # Linux: Start Docker daemon\nsudo systemctl start docker # Verify Docker is working\ndocker ps # If permission denied, add your user to docker group (Linux)\nsudo usermod -aG docker $USER\n# Then log out and log back in","breadcrumbs":"Part V — Appendix » Troubleshooting Scenarios » 5. Docker Daemon Not Running (Compose)","id":"358","title":"5. Docker Daemon Not Running (Compose)"},"359":{"body":"Symptoms: Compose/K8s tests fail during deployment \"Image not found: logos-blockchain-testing:local\" Containers fail to start What you'll see: $ POL_PROOF_DEV_MODE=true cargo run -p runner-examples --bin compose_runner\n[INFO testing_framework_runner_compose] Starting compose deployment\nError: Failed to pull image 'logos-blockchain-testing:local': No such image\nthread 'main' panicked at 'compose deployment failed' Root Cause: The Docker image hasn't been built yet, or was pruned. Fix (recommended): # Use run-examples.sh which builds the image automatically\nscripts/run/run-examples.sh -t 60 -v 1 -e 1 compose Fix (manual): # 1. Build Linux bundle\nscripts/build/build-bundle.sh --platform linux # 2. Set bundle path\nexport NOMOS_BINARIES_TAR=$(ls -t .tmp/nomos-binaries-linux-*.tar.gz | head -1) # 3. Build Docker image\nscripts/build/build_test_image.sh # 4. Verify image exists\ndocker images | grep logos-blockchain-testing # 5. For kind/minikube: load image into cluster\nkind load docker-image logos-blockchain-testing:local\n# OR: minikube image load logos-blockchain-testing:local","breadcrumbs":"Part V — Appendix » Troubleshooting Scenarios » 6. Image Not Found (Compose/K8s)","id":"359","title":"6. Image Not Found (Compose/K8s)"},"36":{"body":"Runner Examples (Entry Points) Executable binaries that demonstrate framework usage Wire together deployers, scenarios, and execution Provide CLI interfaces for different modes Workflows (High-Level API) ScenarioBuilderExt trait provides fluent DSL Built-in workloads (transactions, DA, chaos) Common expectations (liveness, inclusion) Simplifies scenario authoring Core Framework (Foundation) Scenario model and lifecycle orchestration Deployer and Runner traits (extension points) BlockFeed for real-time block observation RunContext providing node clients and metrics Topology generation and validation Runner Implementations LocalDeployer - spawns processes on host ComposeDeployer - orchestrates Docker Compose K8sDeployer - deploys to Kubernetes cluster Each implements Deployer trait Supporting Crates configs - Topology configuration and generation nodes - HTTP/RPC client for node APIs cucumber - BDD/Gherkin integration","breadcrumbs":"Part I — Foundations » Architecture Overview » Layer Responsibilities","id":"36","title":"Layer Responsibilities"},"360":{"body":"Symptoms: \"Address already in use\" errors Tests fail during node startup Observability stack (Prometheus/Grafana) won't start What you'll see: $ POL_PROOF_DEV_MODE=true cargo run -p runner-examples --bin local_runner\n[INFO testing_framework_runner_local] Launching validator 0 on port 18080\nError: Os { code: 48, kind: AddrInUse, message: \"Address already in use\" }\nthread 'main' panicked at 'failed to bind port 18080' Root Cause: Previous test didn't clean up properly, or another service is using the port. Fix: # Find processes using the port\nlsof -i :18080 # macOS/Linux\nnetstat -ano | findstr :18080 # Windows # Kill orphaned nomos processes\npkill nomos-node\npkill nomos-executor # For compose: ensure containers are stopped\ndocker compose down\ndocker ps -a --filter \"name=nomos-compose-\" -q | xargs docker rm -f # Check if port is now free\nlsof -i :18080 # Should return nothing For Observability Stack Port Conflicts: # Edit ports in observability compose file\nvim scripts/observability/compose/docker-compose.yml # Change conflicting port mappings:\n# ports:\n# - \"9090:9090\" # Prometheus - change to \"19090:9090\" if needed\n# - \"3000:3000\" # Grafana - change to \"13000:3000\" if needed","breadcrumbs":"Part V — Appendix » Troubleshooting Scenarios » 7. Port Conflicts","id":"360","title":"7. Port Conflicts"},"361":{"body":"Symptoms: Transaction workload reports wallet issues \"Insufficient funds\" errors Transactions aren't being submitted What you'll see: $ POL_PROOF_DEV_MODE=true cargo run -p runner-examples --bin local_runner\n[INFO testing_framework_workflows] Starting transaction workload with 10 users\n[ERROR testing_framework_workflows] Wallet seeding failed: requested 10 users but only 3 wallets available\nthread 'main' panicked at 'workload init failed: insufficient wallets' Root Cause: Topology configured fewer wallets than the workload needs. Transaction workload has .users(M) but topology only has .wallets(N) where N < M. Fix: use testing_framework_core::scenario::ScenarioBuilder;\nuse testing_framework_workflows::ScenarioBuilderExt; let scenario = ScenarioBuilder::topology_with(|t| t.network_star().validators(3).executors(1)) .wallets(20) // ← Increase wallet count .transactions_with(|tx| { tx.users(10) // ← Must be ≤ wallets(20) .rate(5) }) .build();","breadcrumbs":"Part V — Appendix » Troubleshooting Scenarios » 8. Wallet Seeding Failed (Insufficient Funds)","id":"361","title":"8. Wallet Seeding Failed (Insufficient Funds)"},"362":{"body":"Symptoms: Nodes crash randomly \"OOM Killed\" messages Test becomes flaky under load Docker containers restart repeatedly What you'll see: $ docker ps --filter \"name=nomos-compose-\"\nCONTAINER ID STATUS\nabc123def456 Restarting (137) 30 seconds ago # 137 = OOM killed $ docker logs abc123def456\n[INFO nomos_node] Starting validator\n[INFO consensus] Processing block\nKilled # ← OOM killer terminated the process Root Cause: Too many nodes, too much workload traffic, or insufficient Docker resources. Fix: # 1. Reduce topology size\n# In your scenario:\n# .topology(Topology::preset_3v1e()) # Instead of preset_10v2e() # 2. Reduce workload rates\n# .workload(TransactionWorkload::new().rate(5.0)) # Instead of rate(100.0) # 3. Increase Docker resources (Docker Desktop)\n# Settings → Resources → Memory: 8GB minimum (12GB+ recommended for large topologies)\n# Settings → Resources → CPUs: 4+ cores recommended # 4. Increase file descriptor limits (Linux/macOS)\nulimit -n 4096 # 5. Close other heavy applications (browsers, IDEs, etc.)","breadcrumbs":"Part V — Appendix » Troubleshooting Scenarios » 9. Resource Exhaustion (OOM / CPU)","id":"362","title":"9. Resource Exhaustion (OOM / CPU)"},"363":{"body":"Symptoms: Test completes but no logs on disk Can't debug failures because logs are gone Temporary directories cleaned up automatically What you'll see: $ POL_PROOF_DEV_MODE=true cargo run -p runner-examples --bin local_runner\n[INFO runner_examples] Test complete, cleaning up\n[INFO testing_framework_runner_local] Removing temporary directories\n$ ls .tmp/\n# Empty or missing Root Cause: Framework cleans up temporary directories by default to avoid disk bloat. Fix: # Persist logs to a specific directory\nNOMOS_LOG_DIR=/tmp/test-logs \\\nNOMOS_TESTS_KEEP_LOGS=1 \\\nPOL_PROOF_DEV_MODE=true \\\ncargo run -p runner-examples --bin local_runner # Logs persist after run\nls /tmp/test-logs/\n# nomos-node-0.2024-12-18T14-30-00.log\n# nomos-node-1.2024-12-18T14-30-00.log\n# ...","breadcrumbs":"Part V — Appendix » Troubleshooting Scenarios » 10. Logs Disappear After Run","id":"363","title":"10. Logs Disappear After Run"},"364":{"body":"Symptoms: \"Consensus liveness expectation failed\" Only 1-2 blocks produced (or zero) Nodes appear healthy but not making progress What you'll see: $ POL_PROOF_DEV_MODE=true cargo run -p runner-examples --bin local_runner\n[INFO testing_framework_core] Starting workloads\n[INFO testing_framework_core] Run window: 10 seconds\n[INFO testing_framework_core] Evaluating expectations\n[ERROR testing_framework_core] Consensus liveness expectation failed: expected min 5 blocks, got 1\nthread 'main' panicked at 'expectations failed' Root Cause: Run duration too short for consensus parameters. If CONSENSUS_SLOT_TIME=20s but run duration is only 10s, you can't produce many blocks. Fix: use std::time::Duration; use testing_framework_core::scenario::ScenarioBuilder;\nuse testing_framework_workflows::ScenarioBuilderExt; // Increase run duration to allow more blocks.\nlet scenario = ScenarioBuilder::topology_with(|t| t.network_star().validators(3).executors(1)) .expect_consensus_liveness() .with_run_duration(Duration::from_secs(120)) // ← Give more time .build(); Or adjust consensus timing (if you control node config): # Faster block production (shorter slot time)\nCONSENSUS_SLOT_TIME=5 \\\nCONSENSUS_ACTIVE_SLOT_COEFF=0.9 \\\nPOL_PROOF_DEV_MODE=true \\\ncargo run -p runner-examples --bin local_runner","breadcrumbs":"Part V — Appendix » Troubleshooting Scenarios » 11. Consensus Timing Too Tight / Run Duration Too Short","id":"364","title":"11. Consensus Timing Too Tight / Run Duration Too Short"},"365":{"body":"When a test fails, check these in order: POL_PROOF_DEV_MODE=true is set (REQUIRED for all runners) versions.env exists at repo root KZG circuit assets present (for DA workloads): testing-framework/assets/stack/kzgrs_test_params/kzgrs_test_params Node binaries available (NOMOS_NODE_BIN / NOMOS_EXECUTOR_BIN set, or using run-examples.sh) Docker daemon running (for compose/k8s) Docker image built (logos-blockchain-testing:local exists for compose/k8s) No port conflicts (lsof -i :18080, kill orphaned processes) Sufficient wallets (.wallets(N) ≥ .users(M)) Enough resources (Docker memory 8GB+, ulimit -n 4096) Run duration appropriate (long enough for consensus timing) Logs persisted (NOMOS_LOG_DIR + NOMOS_TESTS_KEEP_LOGS=1 if needed) Still stuck? Check node logs (see Where to Find Logs ) for the actual error.","breadcrumbs":"Part V — Appendix » Troubleshooting Scenarios » Summary: Quick Checklist for Failed Runs","id":"365","title":"Summary: Quick Checklist for Failed Runs"},"366":{"body":"","breadcrumbs":"Part V — Appendix » Troubleshooting Scenarios » Where to Find Logs","id":"366","title":"Where to Find Logs"},"367":{"body":"Runner Default Output With NOMOS_LOG_DIR + Flags Access Command Host (local) Per-run temporary directories under the current working directory (removed unless NOMOS_TESTS_KEEP_LOGS=1) Per-node files with prefix nomos-node-{index} (set NOMOS_LOG_DIR) cat $NOMOS_LOG_DIR/nomos-node-0* Compose Docker container stdout/stderr Set tracing_settings.logger: !File in testing-framework/assets/stack/cfgsync.yaml (and mount a writable directory) docker ps then docker logs K8s Pod stdout/stderr Set tracing_settings.logger: !File in testing-framework/assets/stack/cfgsync.yaml (and mount a writable directory) kubectl logs -l nomos/logical-role=validator Important Notes: Host runner (local processes): Per-run temporary directories are created under the current working directory and removed after the run unless NOMOS_TESTS_KEEP_LOGS=1. To write per-node log files to a stable location, set NOMOS_LOG_DIR=/path/to/logs. Compose/K8s : Node log destination is controlled by testing-framework/assets/stack/cfgsync.yaml (tracing_settings.logger). By default, rely on docker logs or kubectl logs. File naming : Log files use prefix nomos-node-{index}* or nomos-executor-{index}* with timestamps, e.g., nomos-node-0.2024-12-01T10-30-45.log (NOT just .log suffix). Container names : Compose containers include project UUID, e.g., nomos-compose--validator-0-1 where is randomly generated per run","breadcrumbs":"Part V — Appendix » Troubleshooting Scenarios » Log Location Quick Reference","id":"367","title":"Log Location Quick Reference"},"368":{"body":"Local Runner Console output (default): POL_PROOF_DEV_MODE=true cargo run -p runner-examples --bin local_runner 2>&1 | tee test.log Persistent file output: NOMOS_LOG_DIR=/tmp/debug-logs \\\nNOMOS_LOG_LEVEL=debug \\\nPOL_PROOF_DEV_MODE=true \\\ncargo run -p runner-examples --bin local_runner # Inspect logs (note: filenames include timestamps):\nls /tmp/debug-logs/\n# Example: nomos-node-0.2024-12-01T10-30-45.log\ntail -f /tmp/debug-logs/nomos-node-0* # Use wildcard to match timestamp Compose Runner Stream live logs: # List running containers (note the UUID prefix in names)\ndocker ps --filter \"name=nomos-compose-\" # Find your container ID or name from the list, then:\ndocker logs -f # Or filter by name pattern:\ndocker logs -f $(docker ps --filter \"name=nomos-compose-.*-validator-0\" -q | head -1) # Show last 100 lines\ndocker logs --tail 100 Keep containers for post-mortem debugging: COMPOSE_RUNNER_PRESERVE=1 \\\nNOMOS_TESTNET_IMAGE=logos-blockchain-testing:local \\\nPOL_PROOF_DEV_MODE=true \\\ncargo run -p runner-examples --bin compose_runner # OR: Use run-examples.sh (handles setup automatically)\nCOMPOSE_RUNNER_PRESERVE=1 scripts/run/run-examples.sh -t 60 -v 1 -e 1 compose # After test failure, containers remain running:\ndocker ps --filter \"name=nomos-compose-\"\ndocker exec -it /bin/sh\ndocker logs > debug.log Note: Container names follow the pattern nomos-compose-{uuid}-validator-{index}-1 or nomos-compose-{uuid}-executor-{index}-1, where {uuid} is randomly generated per run. K8s Runner Important: Always verify your namespace and use label selectors instead of assuming pod names. Stream pod logs (use label selectors): # Check your namespace first\nkubectl config view --minify | grep namespace # All validator pods (add -n if not using default)\nkubectl logs -l nomos/logical-role=validator -f # All executor pods\nkubectl logs -l nomos/logical-role=executor -f # Specific pod by name (find exact name first)\nkubectl get pods -l nomos/logical-role=validator # Find the exact pod name\nkubectl logs -f # Then use it # With explicit namespace\nkubectl logs -n my-namespace -l nomos/logical-role=validator -f Download logs from crashed pods: # Previous logs from crashed pod\nkubectl get pods -l nomos/logical-role=validator # Find crashed pod name first\nkubectl logs --previous > crashed-validator.log # Or use label selector for all crashed validators\nfor pod in $(kubectl get pods -l nomos/logical-role=validator -o name); do kubectl logs --previous $pod > $(basename $pod)-previous.log 2>&1\ndone Access logs from all pods: # All pods in current namespace\nfor pod in $(kubectl get pods -o name); do echo \"=== $pod ===\" kubectl logs $pod\ndone > all-logs.txt # Or use label selectors (recommended)\nkubectl logs -l nomos/logical-role=validator --tail=500 > validators.log\nkubectl logs -l nomos/logical-role=executor --tail=500 > executors.log # With explicit namespace\nkubectl logs -n my-namespace -l nomos/logical-role=validator --tail=500 > validators.log","breadcrumbs":"Part V — Appendix » Troubleshooting Scenarios » Accessing Node Logs by Runner","id":"368","title":"Accessing Node Logs by Runner"},"369":{"body":"When a test fails, follow this sequence:","breadcrumbs":"Part V — Appendix » Troubleshooting Scenarios » Debugging Workflow","id":"369","title":"Debugging Workflow"},"37":{"body":"flowchart LR Custom[Your Code] -.implements.-> Workload[Workload Trait] Custom -.implements.-> Expectation[Expectation Trait] Custom -.implements.-> Deployer[Deployer Trait] Workload --> Core[Core Framework] Expectation --> Core Deployer --> Core style Custom fill:#ffe1f5 style Core fill:#fff4e1 Extend by implementing: Workload - Custom traffic generation patterns Expectation - Custom success criteria Deployer - Support for new deployment targets See Extending the Framework for details.","breadcrumbs":"Part I — Foundations » Architecture Overview » Extension Points","id":"37","title":"Extension Points"},"370":{"body":"Start with the test harness output—did expectations fail? Was there a deployment error? Look for: Expectation failure messages Timeout errors Deployment/readiness failures","breadcrumbs":"Part V — Appendix » Troubleshooting Scenarios » 1. Check Framework Output","id":"370","title":"1. Check Framework Output"},"371":{"body":"Ensure all nodes started successfully and became ready before workloads began. Commands: # Local: check process list\nps aux | grep nomos # Compose: check container status (note UUID in names)\ndocker ps -a --filter \"name=nomos-compose-\" # K8s: check pod status (use label selectors, add -n if needed)\nkubectl get pods -l nomos/logical-role=validator\nkubectl get pods -l nomos/logical-role=executor\nkubectl describe pod # Get name from above first","breadcrumbs":"Part V — Appendix » Troubleshooting Scenarios » 2. Verify Node Readiness","id":"371","title":"2. Verify Node Readiness"},"372":{"body":"Focus on the first node that exhibited problems or the node with the highest index (often the last to start). Common error patterns: \"ERROR: versions.env missing\" → missing required versions.env file at repository root \"Failed to bind address\" → port conflict \"Connection refused\" → peer not ready or network issue \"Proof verification failed\" or \"Proof generation timeout\" → missing POL_PROOF_DEV_MODE=true (REQUIRED for all runners) \"Failed to load KZG parameters\" or \"Circuit file not found\" → missing KZG circuit assets at testing-framework/assets/stack/kzgrs_test_params/ \"Insufficient funds\" → wallet seeding issue (increase .wallets(N) or reduce .users(M))","breadcrumbs":"Part V — Appendix » Troubleshooting Scenarios » 3. Inspect Node Logs","id":"372","title":"3. Inspect Node Logs"},"373":{"body":"If logs are too sparse, increase verbosity: NOMOS_LOG_LEVEL=debug \\\nNOMOS_LOG_FILTER=\"cryptarchia=trace,nomos_da_sampling=debug\" \\\ncargo run -p runner-examples --bin local_runner If metric updates are polluting your logs (fields like counter.* / gauge.*), move those events to a dedicated tracing target (e.g. target: \"nomos_metrics\") and set NOMOS_LOG_FILTER=\"nomos_metrics=off,...\" so they don’t get formatted into log output.","breadcrumbs":"Part V — Appendix » Troubleshooting Scenarios » 4. Check Log Levels","id":"373","title":"4. Check Log Levels"},"374":{"body":"If expectations report observability issues: Prometheus (Compose): curl http://localhost:9090/-/healthy Node HTTP APIs: curl http://localhost:18080/consensus/info # Adjust port per node","breadcrumbs":"Part V — Appendix » Troubleshooting Scenarios » 5. Verify Observability Endpoints","id":"374","title":"5. Verify Observability Endpoints"},"375":{"body":"Run a minimal baseline test (e.g., 2 validators, consensus liveness only). If it passes, the issue is in your workload or topology configuration.","breadcrumbs":"Part V — Appendix » Troubleshooting Scenarios » 6. Compare with Known-Good Scenario","id":"375","title":"6. Compare with Known-Good Scenario"},"376":{"body":"","breadcrumbs":"Part V — Appendix » Troubleshooting Scenarios » Common Error Messages","id":"376","title":"Common Error Messages"},"377":{"body":"Cause : Not enough blocks produced during the run window, missing POL_PROOF_DEV_MODE=true (causes slow proof generation), or missing KZG assets for DA workloads. Fix : Verify POL_PROOF_DEV_MODE=true is set (REQUIRED for all runners). Verify KZG assets exist at testing-framework/assets/stack/kzgrs_test_params/ (for DA workloads). Extend with_run_duration() to allow more blocks. Check node logs for proof generation or DA errors. Reduce transaction/DA rate if nodes are overwhelmed.","breadcrumbs":"Part V — Appendix » Troubleshooting Scenarios » \"Consensus liveness expectation failed\"","id":"377","title":"\"Consensus liveness expectation failed\""},"378":{"body":"Cause : Topology doesn't have enough funded wallets for the workload. Fix : Increase .wallets(N) count or reduce .users(M) in the transaction workload (ensure N ≥ M).","breadcrumbs":"Part V — Appendix » Troubleshooting Scenarios » \"Wallet seeding failed\"","id":"378","title":"\"Wallet seeding failed\""},"379":{"body":"Cause : Runner doesn't support node control (only ComposeDeployer does), or enable_node_control() wasn't called. Fix : Use ComposeDeployer for chaos tests (LocalDeployer and K8sDeployer don't support node control). Ensure .enable_node_control() is called in the scenario before .chaos().","breadcrumbs":"Part V — Appendix » Troubleshooting Scenarios » \"Node control not available\"","id":"379","title":"\"Node control not available\""},"38":{"body":"Topology describes the cluster: how many nodes, their roles, and the high-level network and data-availability parameters they should follow. Scenario combines that topology with the activities to run and the checks to perform, forming a single plan. Deployer provisions infrastructure on the chosen backend (local processes, Docker Compose, or Kubernetes), waits for readiness, and returns a Runner. Runner orchestrates scenario execution: starts workloads, observes signals, evaluates expectations, and triggers cleanup. Workloads generate traffic and conditions that exercise the system. Expectations observe the run and judge success or failure once activity completes. Each layer has a narrow responsibility so that cluster shape, deployment choice, traffic generation, and health checks can evolve independently while fitting together predictably.","breadcrumbs":"Part I — Foundations » Architecture Overview » Components","id":"38","title":"Components"},"380":{"body":"Cause : Nodes didn't become responsive within expected time (often due to missing prerequisites). Fix : Verify POL_PROOF_DEV_MODE=true is set (REQUIRED for all runners—without it, proof generation is too slow). Check node logs for startup errors (port conflicts, missing assets). Verify network connectivity between nodes. For DA workloads, ensure KZG circuit assets are present.","breadcrumbs":"Part V — Appendix » Troubleshooting Scenarios » \"Readiness timeout\"","id":"380","title":"\"Readiness timeout\""},"381":{"body":"Cause : Helper scripts (run-examples.sh, build-bundle.sh, setup-circuits-stack.sh) require versions.env file at repository root. Fix : Ensure you're running from the repository root directory. The versions.env file should already exist and contains: VERSION= NOMOS_NODE_REV= NOMOS_BUNDLE_VERSION= Use the checked-in versions.env at the repository root as the source of truth.","breadcrumbs":"Part V — Appendix » Troubleshooting Scenarios » \"ERROR: versions.env missing\"","id":"381","title":"\"ERROR: versions.env missing\""},"382":{"body":"Cause : Previous test didn't clean up, or another process holds the port. Fix : Kill orphaned processes (pkill nomos-node), wait for Docker cleanup (docker compose down), or restart Docker.","breadcrumbs":"Part V — Appendix » Troubleshooting Scenarios » \"Port already in use\"","id":"382","title":"\"Port already in use\""},"383":{"body":"Cause : Docker image not built for Compose/K8s runners, or KZG assets not baked into the image. Fix (recommended) : Use run-examples.sh which handles everything: scripts/run/run-examples.sh -t 60 -v 1 -e 1 compose Fix (manual) : Build bundle: scripts/build/build-bundle.sh --platform linux Set bundle path: export NOMOS_BINARIES_TAR=.tmp/nomos-binaries-linux-v0.3.1.tar.gz Build image: scripts/build/build_test_image.sh kind/minikube: load the image into the cluster nodes (e.g. kind load docker-image logos-blockchain-testing:local, or minikube image load ...), or push to a registry and set NOMOS_TESTNET_IMAGE accordingly.","breadcrumbs":"Part V — Appendix » Troubleshooting Scenarios » \"Image not found: logos-blockchain-testing:local\"","id":"383","title":"\"Image not found: logos-blockchain-testing:local\""},"384":{"body":"Cause : DA workload requires KZG circuit assets. The file testing-framework/assets/stack/kzgrs_test_params/kzgrs_test_params (note repeated filename) must exist. Inside containers, it's at /kzgrs_test_params/kzgrs_test_params. Fix (recommended) : Use run-examples.sh which handles setup: scripts/run/run-examples.sh -t 60 -v 1 -e 1 Fix (manual) : Fetch assets: scripts/setup/setup-nomos-circuits.sh v0.3.1 /tmp/nomos-circuits Copy to expected path: cp -r /tmp/nomos-circuits/* testing-framework/assets/stack/kzgrs_test_params/ Verify file exists: ls -lh testing-framework/assets/stack/kzgrs_test_params/kzgrs_test_params For Compose/K8s: rebuild image with assets baked in For detailed logging configuration and observability setup, see Logging & Observability .","breadcrumbs":"Part V — Appendix » Troubleshooting Scenarios » \"Failed to load KZG parameters\" or \"Circuit file not found\"","id":"384","title":"\"Failed to load KZG parameters\" or \"Circuit file not found\""},"385":{"body":"Why block-oriented timing? Slots advance at a fixed rate (NTP-synchronized, 2s by default), so reasoning about blocks and consensus intervals keeps assertions aligned with protocol behavior rather than arbitrary wall-clock durations. Can I reuse the same scenario across runners? Yes. The plan stays the same; swap runners (local, compose, k8s) to target different environments. When should I enable chaos workloads? Only when testing resilience or operational recovery; keep functional smoke tests deterministic. How long should runs be? The framework enforces a minimum of 2× slot duration (4 seconds with default 2s slots), but practical recommendations: Smoke tests : 30s minimum (~14 blocks with default 2s slots, 0.9 coefficient) Transaction workloads : 60s+ (~27 blocks) to observe inclusion patterns DA workloads : 90s+ (~40 blocks) to account for dispersal and sampling Chaos tests : 120s+ (~54 blocks) to allow recovery after restarts Very short runs (< 30s) risk false confidence—one or two lucky blocks don't prove liveness. Do I always need seeded wallets? Only for transaction scenarios. Data-availability or pure chaos scenarios may not require them, but liveness checks still need validators producing blocks. What if expectations fail but workloads “look fine”? Trust expectations first—they capture the intended success criteria. Use the observability signals and runner logs to pinpoint why the system missed the target.","breadcrumbs":"Part V — Appendix » FAQ » FAQ","id":"385","title":"FAQ"},"386":{"body":"Validator : node role responsible for participating in consensus and block production. Executor : a validator node with the DA dispersal service enabled. Executors can submit transactions and disperse blob data to the DA network, in addition to performing all validator functions. DA (Data Availability) : subsystem ensuring blobs or channel data are published and retrievable for validation. Deployer : component that provisions infrastructure (spawns processes, creates containers, or launches pods), waits for readiness, and returns a Runner. Examples: LocalDeployer, ComposeDeployer, K8sDeployer. Runner : component returned by deployers that orchestrates scenario execution—starts workloads, observes signals, evaluates expectations, and triggers cleanup. Workload : traffic or behavior generator that exercises the system during a scenario run. Expectation : post-run assertion that judges whether the system met the intended success criteria. Topology : declarative description of the cluster shape, roles, and high-level parameters for a scenario. Scenario : immutable plan combining topology, workloads, expectations, and run duration. Blockfeed : stream of block observations used for liveness or inclusion signals during a run. Control capability : the ability for a runner to start, stop, or restart nodes, used by chaos workloads. Slot duration : time interval between consensus rounds in Cryptarchia. Blocks are produced at multiples of the slot duration based on lottery outcomes. Block cadence : observed rate of block production in a live network, measured in blocks per second or seconds per block. Cooldown : waiting period after a chaos action (e.g., node restart) before triggering the next action, allowing the system to stabilize. Run window : total duration a scenario executes, specified via with_run_duration(). Framework auto-extends to at least 2× slot duration. Readiness probe : health check performed by runners to ensure nodes are reachable and responsive before starting workloads. Prevents false negatives from premature traffic. Liveness : property that the system continues making progress (producing blocks) under specified conditions. Contrasts with safety/correctness which verifies that state transitions are accurate. State assertion : expectation that verifies specific values in the system state (e.g., wallet balances, UTXO sets) rather than just progress signals. Also called \"correctness expectations.\" Mantle transaction : transaction type in Logos that can contain UTXO transfers (LedgerTx) and operations (Op), including channel data (ChannelBlob). Channel : logical grouping for DA blobs; each blob belongs to a channel and references a parent blob in the same channel, creating a chain of related data. POL_PROOF_DEV_MODE : environment variable that disables expensive Groth16 zero-knowledge proof generation for leader election. Required for all runners (local, compose, k8s) for practical testing—without it, proof generation causes timeouts. Should never be used in production environments.","breadcrumbs":"Part V — Appendix » Glossary » Glossary","id":"386","title":"Glossary"},"387":{"body":"Logos Project Documentation — Protocol specifications, node internals, and architecture details","breadcrumbs":"Part V — Appendix » Glossary » External Resources","id":"387","title":"External Resources"},"39":{"body":"The framework is consumed via runnable example binaries in examples/src/bin/: local_runner.rs — Spawns nodes as host processes compose_runner.rs — Deploys via Docker Compose (requires NOMOS_TESTNET_IMAGE built) k8s_runner.rs — Deploys via Kubernetes Helm (requires cluster + image) Recommended: Use the convenience script: scripts/run/run-examples.sh -t -v -e \n# mode: host, compose, or k8s This handles circuit setup, binary building/bundling, image building, and execution. Alternative: Direct cargo run (requires manual setup): POL_PROOF_DEV_MODE=true cargo run -p runner-examples --bin Important: All runners require POL_PROOF_DEV_MODE=true to avoid expensive Groth16 proof generation that causes timeouts. These binaries use the framework API (ScenarioBuilder) to construct and execute scenarios.","breadcrumbs":"Part I — Foundations » Architecture Overview » Entry Points","id":"39","title":"Entry Points"},"4":{"body":"use std::time::Duration; use testing_framework_core::scenario::ScenarioBuilder;\nuse testing_framework_core::scenario::Deployer as _;\nuse testing_framework_runner_local::LocalDeployer;\nuse testing_framework_workflows::ScenarioBuilderExt; #[tokio::main]\nasync fn main() -> anyhow::Result<()> { let mut scenario = ScenarioBuilder::topology_with(|t| { t.network_star() .validators(3) .executors(1) }) .transactions_with(|tx| tx.rate(10).users(5)) .expect_consensus_liveness() .with_run_duration(Duration::from_secs(60)) .build(); let deployer = LocalDeployer::default(); let runner = deployer.deploy(&scenario).await?; runner.run(&mut scenario).await?; Ok(())\n} View complete examples","breadcrumbs":"Project Context Primer » Quick Example","id":"4","title":"Quick Example"},"40":{"body":"Scenarios are defined using a fluent builder pattern: use std::time::Duration; use testing_framework_core::scenario::ScenarioBuilder;\nuse testing_framework_workflows::ScenarioBuilderExt; pub fn scenario_plan() -> testing_framework_core::scenario::Scenario<()> { ScenarioBuilder::topology_with(|t| t.network_star().validators(3).executors(2)) .wallets(50) .transactions_with(|txs| txs.rate(5).users(20)) .da_with(|da| da.channel_rate(1).blob_rate(2)) .expect_consensus_liveness() .with_run_duration(Duration::from_secs(90)) .build()\n} Key API Points: Topology uses .topology_with(|t| { t.validators(N).executors(M) }) closure pattern Workloads are configured via _with closures (transactions_with, da_with, chaos_with) Chaos workloads require .enable_node_control() and a compatible runner","breadcrumbs":"Part I — Foundations » Architecture Overview » Builder API","id":"40","title":"Builder API"},"41":{"body":"Three deployer implementations: Deployer Backend Prerequisites Node Control LocalDeployer Host processes Binaries (built on demand or via bundle) No ComposeDeployer Docker Compose Image with embedded assets/binaries Yes K8sDeployer Kubernetes Helm Cluster + image loaded Not yet Compose-specific features: Observability is external (set NOMOS_METRICS_QUERY_URL / NOMOS_METRICS_OTLP_INGEST_URL / NOMOS_GRAFANA_URL as needed) Optional OTLP trace/metrics endpoints (NOMOS_OTLP_ENDPOINT, NOMOS_OTLP_METRICS_ENDPOINT) Node control for chaos testing (restart validators/executors)","breadcrumbs":"Part I — Foundations » Architecture Overview » Deployers","id":"41","title":"Deployers"},"42":{"body":"","breadcrumbs":"Part I — Foundations » Architecture Overview » Assets and Images","id":"42","title":"Assets and Images"},"43":{"body":"Built via scripts/build/build_test_image.sh: Embeds KZG circuit parameters and binaries from testing-framework/assets/stack/kzgrs_test_params/kzgrs_test_params Includes runner scripts: run_nomos_node.sh, run_nomos_executor.sh Tagged as NOMOS_TESTNET_IMAGE (default: logos-blockchain-testing:local) Recommended: Use prebuilt bundle via scripts/build/build-bundle.sh --platform linux and set NOMOS_BINARIES_TAR before building image","breadcrumbs":"Part I — Foundations » Architecture Overview » Docker Image","id":"43","title":"Docker Image"},"44":{"body":"KZG parameters required for DA workloads: Host path: testing-framework/assets/stack/kzgrs_test_params/kzgrs_test_params (note repeated filename—directory contains file kzgrs_test_params) Container path: /kzgrs_test_params/kzgrs_test_params (for compose/k8s) Override: NOMOS_KZGRS_PARAMS_PATH=/custom/path/to/file (must point to file) Fetch via: scripts/setup/setup-nomos-circuits.sh v0.3.1 /tmp/circuits or use scripts/run/run-examples.sh","breadcrumbs":"Part I — Foundations » Architecture Overview » Circuit Assets","id":"44","title":"Circuit Assets"},"45":{"body":"Templates and configs in testing-framework/runners/compose/assets/: docker-compose.yml.tera — Stack template (validators, executors) Cfgsync config: testing-framework/assets/stack/cfgsync.yaml Monitoring assets (not deployed by the framework): testing-framework/assets/stack/monitoring/","breadcrumbs":"Part I — Foundations » Architecture Overview » Compose Stack","id":"45","title":"Compose Stack"},"46":{"body":"Two separate logging pipelines: Component Configuration Output Runner binaries RUST_LOG Framework orchestration logs Node processes NOMOS_LOG_LEVEL, NOMOS_LOG_FILTER (+ NOMOS_LOG_DIR on host runner) Consensus, DA, mempool logs Node logging: Local runner: Writes to temporary directories by default (cleaned up). Set NOMOS_TESTS_TRACING=true + NOMOS_LOG_DIR for persistent files. Compose runner: Default logs to container stdout/stderr (docker logs). To write per-node files, set tracing_settings.logger: !File in testing-framework/assets/stack/cfgsync.yaml (and mount a writable directory). K8s runner: Logs to pod stdout/stderr (kubectl logs). To write per-node files, set tracing_settings.logger: !File in testing-framework/assets/stack/cfgsync.yaml (and mount a writable directory). File naming: Per-node files use prefix nomos-node-{index} or nomos-executor-{index} (may include timestamps).","breadcrumbs":"Part I — Foundations » Architecture Overview » Logging Architecture","id":"46","title":"Logging Architecture"},"47":{"body":"Prometheus-compatible metrics querying (optional): The framework does not deploy Prometheus/Grafana. Provide a Prometheus-compatible base URL (PromQL API) via NOMOS_METRICS_QUERY_URL. Accessible in expectations when configured: ctx.telemetry().prometheus().map(|p| p.base_url()) Grafana dashboards (optional): Dashboards live in testing-framework/assets/stack/monitoring/grafana/dashboards/ and can be imported into your Grafana. If you set NOMOS_GRAFANA_URL, the deployer prints it in TESTNET_ENDPOINTS. Node APIs: HTTP endpoints per node for consensus info, network status, DA membership Accessible in expectations: ctx.node_clients().validator_clients().get(0) OTLP (optional): Trace endpoint: NOMOS_OTLP_ENDPOINT=http://localhost:4317 Metrics endpoint: NOMOS_OTLP_METRICS_ENDPOINT=http://localhost:4318 Disabled by default (no noise if unset) For detailed logging configuration, see Logging & Observability .","breadcrumbs":"Part I — Foundations » Architecture Overview » Observability","id":"47","title":"Observability"},"48":{"body":"This framework embodies specific principles that shape how you author and run scenarios. Understanding these principles helps you write effective tests and interpret results correctly.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Testing Philosophy","id":"48","title":"Testing Philosophy"},"49":{"body":"Describe what you want to test, not how to orchestrate it: use testing_framework_core::scenario::ScenarioBuilder;\nuse testing_framework_workflows::ScenarioBuilderExt; pub fn declarative_over_imperative() { // Good: declarative let _plan = ScenarioBuilder::topology_with(|t| t.network_star().validators(2).executors(1)) .transactions_with(|txs| { txs.rate(5) // 5 transactions per block }) .expect_consensus_liveness() .build(); // Bad: imperative (framework doesn't work this way) // spawn_validator(); spawn_executor(); // loop { submit_tx(); check_block(); }\n} Why it matters: The framework handles deployment, readiness, and cleanup. You focus on test intent, not infrastructure orchestration.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Declarative over Imperative","id":"49","title":"Declarative over Imperative"},"5":{"body":"","breadcrumbs":"Project Context Primer » Choose Your Path","id":"5","title":"Choose Your Path"},"50":{"body":"Reason in blocks and consensus intervals , not wall-clock seconds. Consensus defaults: Slot duration: 2 seconds (NTP-synchronized, configurable via CONSENSUS_SLOT_TIME) Active slot coefficient: 0.9 (90% block probability per slot, configurable via CONSENSUS_ACTIVE_SLOT_COEFF) Expected rate: ~27 blocks per minute use std::time::Duration; use testing_framework_core::scenario::ScenarioBuilder;\nuse testing_framework_workflows::ScenarioBuilderExt; pub fn protocol_time_not_wall_time() { // Good: protocol-oriented thinking let _plan = ScenarioBuilder::topology_with(|t| t.network_star().validators(2).executors(1)) .transactions_with(|txs| { txs.rate(5) // 5 transactions per block }) .with_run_duration(Duration::from_secs(60)) // Let framework calculate expected blocks .expect_consensus_liveness() // \"Did we produce the expected blocks?\" .build(); // Bad: wall-clock assumptions // \"I expect exactly 30 blocks in 60 seconds\" // This breaks on slow CI where slot timing might drift\n} Why it matters: Slot timing is fixed (2s by default, NTP-synchronized), so the expected number of blocks is predictable: ~27 blocks in 60s with the default 0.9 active slot coefficient. The framework calculates expected blocks from slot duration and run window, making assertions protocol-based rather than tied to specific wall-clock expectations. Assert on \"blocks produced relative to slots\" not \"blocks produced in exact wall-clock seconds\".","breadcrumbs":"Part I — Foundations » Testing Philosophy » Protocol Time, Not Wall Time","id":"50","title":"Protocol Time, Not Wall Time"},"51":{"body":"Default scenarios are repeatable: Fixed topology Predictable traffic rates Deterministic checks Chaos is opt-in: use std::time::Duration; use testing_framework_core::scenario::ScenarioBuilder;\nuse testing_framework_workflows::{ChaosBuilderExt, ScenarioBuilderExt}; pub fn determinism_first() { // Separate: functional test (deterministic) let _plan = ScenarioBuilder::topology_with(|t| t.network_star().validators(2).executors(1)) .transactions_with(|txs| { txs.rate(5) // 5 transactions per block }) .expect_consensus_liveness() .build(); // Separate: chaos test (introduces randomness) let _chaos_plan = ScenarioBuilder::topology_with(|t| t.network_star().validators(3).executors(2)) .enable_node_control() .chaos_with(|c| { c.restart() .min_delay(Duration::from_secs(30)) .max_delay(Duration::from_secs(60)) .target_cooldown(Duration::from_secs(45)) .apply() }) .transactions_with(|txs| { txs.rate(5) // 5 transactions per block }) .expect_consensus_liveness() .build();\n} Why it matters: Mixing determinism with chaos creates noisy, hard-to-debug failures. Separate concerns make failures actionable.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Determinism First, Chaos When Needed","id":"51","title":"Determinism First, Chaos When Needed"},"52":{"body":"Prefer user-facing signals over internal state: Good checks: Blocks progressing at expected rate (liveness) Transactions included within N blocks (inclusion) DA blobs retrievable (availability) Avoid internal checks: Memory pool size Internal service state Cache hit rates Why it matters: User-facing signals reflect actual system health. Internal state can be \"healthy\" while the system is broken from a user perspective.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Observable Health Signals","id":"52","title":"Observable Health Signals"},"53":{"body":"Always run long enough for meaningful block production : use std::time::Duration; use testing_framework_core::scenario::ScenarioBuilder;\nuse testing_framework_workflows::ScenarioBuilderExt; pub fn minimum_run_windows() { // Bad: too short (~2 blocks with default 2s slots, 0.9 coeff) let _too_short = ScenarioBuilder::with_node_counts(1, 0) .with_run_duration(Duration::from_secs(5)) .expect_consensus_liveness() .build(); // Good: enough blocks for assertions (~27 blocks with default 2s slots, 0.9 // coeff) let _good = ScenarioBuilder::with_node_counts(1, 0) .with_run_duration(Duration::from_secs(60)) .expect_consensus_liveness() .build();\n} Note: Block counts assume default consensus parameters: Slot duration: 2 seconds (configurable via CONSENSUS_SLOT_TIME) Active slot coefficient: 0.9 (90% block probability per slot, configurable via CONSENSUS_ACTIVE_SLOT_COEFF) Formula: blocks ≈ (duration / slot_duration) × active_slot_coeff If upstream changes these parameters, adjust your duration expectations accordingly. The framework enforces minimum durations (at least 2× slot duration), but be explicit. Very short runs risk false confidence—one lucky block doesn't prove liveness.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Minimum Run Windows","id":"53","title":"Minimum Run Windows"},"54":{"body":"These principles keep scenarios: Portable across environments (protocol time, declarative) Debuggable (determinism, separation of concerns) Meaningful (observable signals, sufficient duration) When authoring scenarios, ask: \"Does this test the protocol behavior or my local environment quirks?\"","breadcrumbs":"Part I — Foundations » Testing Philosophy » Summary","id":"54","title":"Summary"},"55":{"body":"A scenario progresses through six distinct phases, each with a specific responsibility: flowchart TB subgraph Phase1[\"1. Build Phase\"] Build[Define Scenario] BuildDetails[\"• Declare topology
• Attach workloads
• Add expectations
• Set run duration\"] Build --> BuildDetails end subgraph Phase2[\"2. Deploy Phase\"] Deploy[Provision Environment] DeployDetails[\"• Launch nodes
• Wait for readiness
• Establish connectivity
• Return Runner\"] Deploy --> DeployDetails end subgraph Phase3[\"3. Capture Phase\"] Capture[Baseline Metrics] CaptureDetails[\"• Snapshot initial state
• Start BlockFeed
• Initialize expectations\"] Capture --> CaptureDetails end subgraph Phase4[\"4. Execution Phase\"] Execute[Drive Workloads] ExecuteDetails[\"• Submit transactions
• Disperse DA blobs
• Trigger chaos events
• Run for duration\"] Execute --> ExecuteDetails end subgraph Phase5[\"5. Evaluation Phase\"] Evaluate[Check Expectations] EvaluateDetails[\"• Verify liveness
• Check inclusion
• Validate outcomes
• Aggregate results\"] Evaluate --> EvaluateDetails end subgraph Phase6[\"6. Cleanup Phase\"] Cleanup[Teardown] CleanupDetails[\"• Stop nodes
• Remove containers
• Collect logs
• Release resources\"] Cleanup --> CleanupDetails end Phase1 --> Phase2 Phase2 --> Phase3 Phase3 --> Phase4 Phase4 --> Phase5 Phase5 --> Phase6 style Phase1 fill:#e1f5ff style Phase2 fill:#fff4e1 style Phase3 fill:#f0ffe1 style Phase4 fill:#ffe1f5 style Phase5 fill:#e1ffe1 style Phase6 fill:#ffe1e1","breadcrumbs":"Part I — Foundations » Scenario Lifecycle » Scenario Lifecycle","id":"55","title":"Scenario Lifecycle"},"56":{"body":"","breadcrumbs":"Part I — Foundations » Scenario Lifecycle » Phase Details","id":"56","title":"Phase Details"},"57":{"body":"Declare a topology, attach workloads and expectations, and set the run window. The plan is the single source of truth for what will happen. Key actions: Define cluster shape (validators, executors, network topology) Configure workloads (transaction rate, DA traffic, chaos patterns) Attach expectations (liveness, inclusion, custom checks) Set timing parameters (run duration, cooldown period) Output: Immutable Scenario plan","breadcrumbs":"Part I — Foundations » Scenario Lifecycle » 1. Build the Plan","id":"57","title":"1. Build the Plan"},"58":{"body":"Hand the plan to a deployer. It provisions the environment on the chosen backend, waits for nodes to signal readiness, and returns a runner. Key actions: Provision infrastructure (processes, containers, or pods) Launch validator and executor nodes Wait for readiness probes (HTTP endpoints respond) Establish node connectivity and metrics endpoints Spawn BlockFeed for real-time block observation Output: Runner + RunContext (with node clients, metrics, control handles)","breadcrumbs":"Part I — Foundations » Scenario Lifecycle » 2. Deploy","id":"58","title":"2. Deploy"},"59":{"body":"Expectations snapshot initial state before workloads begin. Key actions: Record starting block height Initialize counters and trackers Subscribe to BlockFeed Capture baseline metrics Output: Captured state for later comparison","breadcrumbs":"Part I — Foundations » Scenario Lifecycle » 3. Capture Baseline","id":"59","title":"3. Capture Baseline"},"6":{"body":"Start with the Quickstart Guide for a hands-on introduction that gets you running tests in minutes.","breadcrumbs":"Project Context Primer » New to the Framework?","id":"6","title":"New to the Framework?"},"60":{"body":"The runner starts traffic and behaviors for the planned duration. Key actions: Submit transactions at configured rates Disperse and sample DA blobs Trigger chaos events (node restarts, network partitions) Run concurrently for the specified duration Observe blocks and metrics in real-time Duration: Controlled by with_run_duration()","breadcrumbs":"Part I — Foundations » Scenario Lifecycle » 4. Drive Workloads","id":"60","title":"4. Drive Workloads"},"61":{"body":"Once activity stops (and optional cooldown completes), the runner checks liveness and workload-specific outcomes. Key actions: Verify consensus liveness (minimum block production) Check transaction inclusion rates Validate DA dispersal and sampling Assess system recovery after chaos events Aggregate pass/fail results Output: Success or detailed failure report","breadcrumbs":"Part I — Foundations » Scenario Lifecycle » 5. Evaluate Expectations","id":"61","title":"5. Evaluate Expectations"},"62":{"body":"Tear down resources so successive runs start fresh and do not inherit leaked state. Key actions: Stop all node processes/containers/pods Remove temporary directories and volumes Collect and archive logs (if NOMOS_TESTS_KEEP_LOGS=1) Release ports and network resources Cleanup observability stack (if spawned) Guarantee: Runs even on panic via CleanupGuard","breadcrumbs":"Part I — Foundations » Scenario Lifecycle » 6. Cleanup","id":"62","title":"6. Cleanup"},"63":{"body":"Modular crates keep configuration, orchestration, workloads, and runners decoupled so each can evolve without breaking the others. Pluggable runners let the same scenario run on a laptop, a Docker host, or a Kubernetes cluster, making validation portable across environments. Separated workloads and expectations clarify intent: what traffic to generate versus how to judge success. This simplifies review and reuse. Declarative topology makes cluster shape explicit and repeatable, reducing surprise when moving between CI and developer machines. Maintainability through predictability : a clear flow from plan to deployment to verification lowers the cost of extending the framework and interpreting failures.","breadcrumbs":"Part I — Foundations » Design Rationale » Design Rationale","id":"63","title":"Design Rationale"},"64":{"body":"Practical guidance for shaping scenarios, combining workloads and expectations, and running them across different environments.","breadcrumbs":"Part II — User Guide » Part II — User Guide","id":"64","title":"Part II — User Guide"},"65":{"body":"The workspace focuses on multi-node integration testing and sits alongside a nomos-node checkout. Its crates separate concerns to keep scenarios repeatable and portable: Configs : prepares high-level node, network, tracing, and wallet settings used across test environments. Core scenario orchestration : the engine that holds topology descriptions, scenario plans, runtimes, workloads, and expectations. Workflows : ready-made workloads (transactions, data-availability, chaos) and reusable expectations assembled into a user-facing DSL. Runners : deployment backends for local processes, Docker Compose, and Kubernetes, all consuming the same scenario plan. Runner Examples (crate name: runner-examples, path: examples/): runnable binaries (examples/src/bin/local_runner.rs, examples/src/bin/compose_runner.rs, examples/src/bin/k8s_runner.rs) that demonstrate complete scenario execution with each deployer. This split keeps configuration, orchestration, reusable traffic patterns, and deployment adapters loosely coupled while sharing one mental model for tests.","breadcrumbs":"Part II — User Guide » Workspace Layout » Workspace Layout","id":"65","title":"Workspace Layout"},"66":{"body":"Directory structure with key paths annotated: logos-blockchain-testing/\n├─ testing-framework/ # Core library crates\n│ ├─ configs/ # Node config builders, topology generation, tracing/logging config\n│ ├─ core/ # Scenario model (ScenarioBuilder), runtime (Runner, Deployer), topology, node spawning\n│ ├─ workflows/ # Workloads (transactions, DA, chaos), expectations (liveness), builder DSL extensions\n│ ├─ runners/ # Deployment backends\n│ │ ├─ local/ # LocalDeployer (spawns local processes)\n│ │ ├─ compose/ # ComposeDeployer (Docker Compose + Prometheus)\n│ │ └─ k8s/ # K8sDeployer (Kubernetes Helm)\n│ └─ assets/ # Docker/K8s stack assets\n│ └─ stack/\n│ ├─ kzgrs_test_params/ # KZG circuit parameters directory\n│ │ └─ kzgrs_test_params # Actual proving key file (note repeated name)\n│ ├─ monitoring/ # Prometheus config\n│ ├─ scripts/ # Container entrypoints\n│ └─ cfgsync.yaml # Config sync server template\n│\n├─ examples/ # PRIMARY ENTRY POINT: runnable binaries\n│ └─ src/bin/\n│ ├─ local_runner.rs # Host processes demo (LocalDeployer)\n│ ├─ compose_runner.rs # Docker Compose demo (ComposeDeployer)\n│ └─ k8s_runner.rs # Kubernetes demo (K8sDeployer)\n│\n├─ scripts/ # Helper utilities\n│ ├─ run-examples.sh # Convenience script (handles setup + runs examples)\n│ ├─ build-bundle.sh # Build prebuilt binaries+circuits bundle\n│ ├─ setup-circuits-stack.sh # Fetch KZG parameters (Linux + host)\n│ └─ setup-nomos-circuits.sh # Legacy circuit fetcher\n│\n└─ book/ # This documentation (mdBook)","breadcrumbs":"Part II — User Guide » Annotated Tree » Annotated Tree","id":"66","title":"Annotated Tree"},"67":{"body":"","breadcrumbs":"Part II — User Guide » Annotated Tree » Key Directories Explained","id":"67","title":"Key Directories Explained"},"68":{"body":"Core library crates providing the testing API. Crate Purpose Key Exports configs Node configuration builders Topology generation, tracing config core Scenario model & runtime ScenarioBuilder, Deployer, Runner workflows Workloads & expectations ScenarioBuilderExt, ChaosBuilderExt runners/local Local process deployer LocalDeployer runners/compose Docker Compose deployer ComposeDeployer runners/k8s Kubernetes deployer K8sDeployer","breadcrumbs":"Part II — User Guide » Annotated Tree » testing-framework/","id":"68","title":"testing-framework/"},"69":{"body":"Docker/K8s deployment assets: kzgrs_test_params/kzgrs_test_params : Circuit parameters file (note repeated name; override via NOMOS_KZGRS_PARAMS_PATH) monitoring/ : Prometheus config scripts/ : Container entrypoints","breadcrumbs":"Part II — User Guide » Annotated Tree » testing-framework/assets/stack/","id":"69","title":"testing-framework/assets/stack/"},"7":{"body":"Explore the User Guide to learn about authoring scenarios, workloads, expectations, and deployment strategies.","breadcrumbs":"Project Context Primer » Ready to Write Tests?","id":"7","title":"Ready to Write Tests?"},"70":{"body":"Convenience utilities: run-examples.sh : All-in-one script for host/compose/k8s modes (recommended) build-bundle.sh : Create prebuilt binaries+circuits bundle for compose/k8s build_test_image.sh : Build the compose/k8s Docker image (bakes in assets) setup-circuits-stack.sh : Fetch KZG parameters for both Linux and host cfgsync.yaml : Configuration sync server template","breadcrumbs":"Part II — User Guide » Annotated Tree » scripts/","id":"70","title":"scripts/"},"71":{"body":"Runnable binaries demonstrating framework usage: local_runner.rs — Local processes compose_runner.rs — Docker Compose (requires NOMOS_TESTNET_IMAGE built) k8s_runner.rs — Kubernetes (requires cluster + image) Run with: POL_PROOF_DEV_MODE=true cargo run -p runner-examples --bin All runners require POL_PROOF_DEV_MODE=true to avoid expensive proof generation.","breadcrumbs":"Part II — User Guide » Annotated Tree » examples/ (Start Here!)","id":"71","title":"examples/ (Start Here!)"},"72":{"body":"Helper utilities: setup-nomos-circuits.sh : Fetch KZG parameters from releases","breadcrumbs":"Part II — User Guide » Annotated Tree » scripts/","id":"72","title":"scripts/"},"73":{"body":"Compose runner includes: Prometheus at http://localhost:9090 (metrics scraping) Node metrics exposed per validator/executor Access in expectations: ctx.telemetry().prometheus().map(|p| p.base_url()) Logging controlled by: NOMOS_LOG_DIR — Write per-node log files NOMOS_LOG_LEVEL — Global log level (error/warn/info/debug/trace) NOMOS_LOG_FILTER — Target-specific filtering (e.g., cryptarchia=trace,nomos_da_sampling=debug) NOMOS_TESTS_TRACING — Enable file logging for local runner See Logging & Observability for details.","breadcrumbs":"Part II — User Guide » Annotated Tree » Observability","id":"73","title":"Observability"},"74":{"body":"To Do This Go Here Run an example examples/src/bin/ → cargo run -p runner-examples --bin Write a custom scenario testing-framework/core/ → Implement using ScenarioBuilder Add a new workload testing-framework/workflows/src/workloads/ → Implement Workload trait Add a new expectation testing-framework/workflows/src/expectations/ → Implement Expectation trait Modify node configs testing-framework/configs/src/topology/configs/ Extend builder DSL testing-framework/workflows/src/builder/ → Add trait methods Add a new deployer testing-framework/runners/ → Implement Deployer trait For detailed guidance, see Internal Crate Reference .","breadcrumbs":"Part II — User Guide » Annotated Tree » Navigation Guide","id":"74","title":"Navigation Guide"},"75":{"body":"Creating a scenario is a declarative exercise. This page walks you through the core authoring loop with concrete examples, explains the units and timing model, and shows how to structure scenarios in Rust test suites.","breadcrumbs":"Part II — User Guide » Authoring Scenarios » Authoring Scenarios","id":"75","title":"Authoring Scenarios"},"76":{"body":"Every scenario follows the same pattern: flowchart LR A[1. Topology] --> B[2. Workloads] B --> C[3. Expectations] C --> D[4. Duration] D --> E[5. Deploy & Run] Shape the topology — How many nodes, what roles, what network shape Attach workloads — What traffic to generate (transactions, blobs, chaos) Define expectations — What success looks like (liveness, inclusion, recovery) Set duration — How long to run the experiment Choose a runner — Where to execute (local, compose, k8s)","breadcrumbs":"Part II — User Guide » Authoring Scenarios » The Core Authoring Loop","id":"76","title":"The Core Authoring Loop"},"77":{"body":"Let's build a minimal consensus liveness test step-by-step.","breadcrumbs":"Part II — User Guide » Authoring Scenarios » Hello Scenario: Your First Test","id":"77","title":"Hello Scenario: Your First Test"},"78":{"body":"use testing_framework_core::scenario::ScenarioBuilder;\nuse testing_framework_workflows::ScenarioBuilderExt; let scenario = ScenarioBuilder::topology_with(|t| { t.network_star() // Star network (one gateway + nodes) .validators(3) // 3 validator nodes .executors(1) // 1 executor node\n}) What goes in topology? Node counts (validators, executors) Network shape (network_star() is currently the only built-in layout) Role split (validators vs. executors) What does NOT go in topology? Traffic rates (that's workloads) Success criteria (that's expectations) Runtime configuration (that's duration/runner)","breadcrumbs":"Part II — User Guide » Authoring Scenarios » Step 1: Shape the Topology","id":"78","title":"Step 1: Shape the Topology"},"79":{"body":".wallets(20) // Seed funded wallet accounts for transaction workloads\n.transactions_with(|tx| { tx.rate(10) // 10 transactions per block .users(5) // distributed across 5 wallets\n}) What goes in workloads? Transaction traffic (rate, users) DA traffic (channels, blobs) Chaos injection (restarts, delays) Units explained: .rate(10) = 10 transactions per block (not per second!) .users(5) = use 5 distinct wallet accounts The framework adapts to block time automatically","breadcrumbs":"Part II — User Guide » Authoring Scenarios » Step 2: Attach Workloads","id":"79","title":"Step 2: Attach Workloads"},"8":{"body":"Jump to Operations & Deployment for prerequisites, environment configuration, and continuous integration patterns.","breadcrumbs":"Project Context Primer » Setting Up CI/CD?","id":"8","title":"Setting Up CI/CD?"},"80":{"body":".expect_consensus_liveness() What goes in expectations? Health checks that run after the scenario completes Liveness (blocks produced) Inclusion (workload activity landed on-chain) Recovery (system survived chaos) When do expectations run? After the duration window ends, during the evaluation phase of the scenario lifecycle.","breadcrumbs":"Part II — User Guide » Authoring Scenarios » Step 3: Define Expectations","id":"80","title":"Step 3: Define Expectations"},"81":{"body":"use std::time::Duration; .with_run_duration(Duration::from_secs(60)) How long is enough? Minimum: 2× the expected block time × number of blocks you want For consensus liveness: 30-60 seconds For transaction inclusion: 60-120 seconds For chaos recovery: 2-5 minutes What happens during this window? Nodes are running Workloads generate traffic Metrics/logs are collected BlockFeed broadcasts observations in real-time","breadcrumbs":"Part II — User Guide » Authoring Scenarios » Step 4: Set Duration","id":"81","title":"Step 4: Set Duration"},"82":{"body":".build(); // Choose a runner\nuse testing_framework_core::scenario::Deployer;\nuse testing_framework_runner_local::LocalDeployer; let deployer = LocalDeployer::default();\nlet runner = deployer.deploy(&scenario).await?;\nlet _result = runner.run(&mut scenario).await?;","breadcrumbs":"Part II — User Guide » Authoring Scenarios » Step 5: Build and Deploy","id":"82","title":"Step 5: Build and Deploy"},"83":{"body":"Putting it all together: use std::time::Duration; use anyhow::Result;\nuse testing_framework_core::scenario::{Deployer, ScenarioBuilder};\nuse testing_framework_runner_local::LocalDeployer;\nuse testing_framework_workflows::ScenarioBuilderExt; #[tokio::test]\nasync fn hello_consensus_liveness() -> Result<()> { let mut scenario = ScenarioBuilder::topology_with(|t| { t.network_star() .validators(3) .executors(1) }) .wallets(20) .transactions_with(|tx| tx.rate(10).users(5)) .expect_consensus_liveness() .with_run_duration(Duration::from_secs(60)) .build(); let deployer = LocalDeployer::default(); let runner = deployer.deploy(&scenario).await?; runner.run(&mut scenario).await?; Ok(())\n} Run it: POL_PROOF_DEV_MODE=true cargo test hello_consensus_liveness","breadcrumbs":"Part II — User Guide » Authoring Scenarios » Complete \"Hello Scenario\"","id":"83","title":"Complete \"Hello Scenario\""},"84":{"body":"","breadcrumbs":"Part II — User Guide » Authoring Scenarios » Understanding Units & Timing","id":"84","title":"Understanding Units & Timing"},"85":{"body":"Wrong mental model: .rate(10) = 10 tx/second Correct mental model: .rate(10) = 10 tx/block Why? The blockchain produces blocks at variable rates depending on consensus timing. The framework submits the configured rate per block to ensure predictable load regardless of block time. Example: Block time = 2 seconds .rate(10) → 10 tx/block → 5 tx/second average Block time = 5 seconds .rate(10) → 10 tx/block → 2 tx/second average","breadcrumbs":"Part II — User Guide » Authoring Scenarios » Transaction Rate: Per-Block, Not Per-Second","id":"85","title":"Transaction Rate: Per-Block, Not Per-Second"},"86":{"body":".with_run_duration(Duration::from_secs(60)) means the scenario runs for 60 seconds of real time , not 60 blocks. How many blocks will be produced? Depends on consensus timing (slot time, active slot coefficient). Typical: 1-2 seconds per block. Rule of thumb: 60 seconds → ~30-60 blocks 120 seconds → ~60-120 blocks","breadcrumbs":"Part II — User Guide » Authoring Scenarios » Duration: Wall-Clock Time","id":"86","title":"Duration: Wall-Clock Time"},"87":{"body":"","breadcrumbs":"Part II — User Guide » Authoring Scenarios » Structuring Scenarios in a Test Suite","id":"87","title":"Structuring Scenarios in a Test Suite"},"88":{"body":"// tests/integration_test.rs\nuse std::time::Duration; use anyhow::Result;\nuse testing_framework_core::scenario::{Deployer, ScenarioBuilder};\nuse testing_framework_runner_local::LocalDeployer;\nuse testing_framework_workflows::ScenarioBuilderExt; #[tokio::test]\nasync fn test_consensus_liveness() -> Result<()> { let mut scenario = ScenarioBuilder::topology_with(|t| { t.network_star().validators(3).executors(1) }) .expect_consensus_liveness() .with_run_duration(Duration::from_secs(30)) .build(); let deployer = LocalDeployer::default(); let runner = deployer.deploy(&scenario).await?; runner.run(&mut scenario).await?; Ok(())\n} #[tokio::test]\nasync fn test_transaction_inclusion() -> Result<()> { let mut scenario = ScenarioBuilder::topology_with(|t| { t.network_star().validators(2).executors(1) }) .wallets(10) .transactions_with(|tx| tx.rate(5).users(5)) .expect_consensus_liveness() .with_run_duration(Duration::from_secs(60)) .build(); let deployer = LocalDeployer::default(); let runner = deployer.deploy(&scenario).await?; runner.run(&mut scenario).await?; Ok(())\n}","breadcrumbs":"Part II — User Guide » Authoring Scenarios » Pattern 1: Integration Test Module","id":"88","title":"Pattern 1: Integration Test Module"},"89":{"body":"Extract common topology patterns: // tests/helpers.rs\nuse testing_framework_core::scenario::ScenarioBuilder;\nuse testing_framework_workflows::ScenarioBuilderExt; pub fn minimal_topology() -> ScenarioBuilder { ScenarioBuilder::topology_with(|t| { t.network_star().validators(2).executors(1) })\n} pub fn production_like_topology() -> ScenarioBuilder { ScenarioBuilder::topology_with(|t| { t.network_star().validators(7).executors(3) })\n} // tests/consensus_tests.rs\nuse std::time::Duration; use helpers::*; #[tokio::test]\nasync fn small_cluster_liveness() -> anyhow::Result<()> { let mut scenario = minimal_topology() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(30)) .build(); // ... deploy and run Ok(())\n} #[tokio::test]\nasync fn large_cluster_liveness() -> anyhow::Result<()> { let mut scenario = production_like_topology() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(60)) .build(); // ... deploy and run Ok(())\n}","breadcrumbs":"Part II — User Guide » Authoring Scenarios » Pattern 2: Shared Scenario Builders","id":"89","title":"Pattern 2: Shared Scenario Builders"},"9":{"body":"Check the Developer Reference to implement custom workloads, expectations, and runners.","breadcrumbs":"Project Context Primer » Extending the Framework?","id":"9","title":"Extending the Framework?"},"90":{"body":"Test the same behavior across different scales: use std::time::Duration; use anyhow::Result;\nuse testing_framework_core::scenario::{Deployer, ScenarioBuilder};\nuse testing_framework_runner_local::LocalDeployer;\nuse testing_framework_workflows::ScenarioBuilderExt; async fn test_liveness_with_topology(validators: usize, executors: usize) -> Result<()> { let mut scenario = ScenarioBuilder::topology_with(|t| { t.network_star() .validators(validators) .executors(executors) }) .expect_consensus_liveness() .with_run_duration(Duration::from_secs(60)) .build(); let deployer = LocalDeployer::default(); let runner = deployer.deploy(&scenario).await?; runner.run(&mut scenario).await?; Ok(())\n} #[tokio::test]\nasync fn liveness_small() -> Result<()> { test_liveness_with_topology(2, 1).await\n} #[tokio::test]\nasync fn liveness_medium() -> Result<()> { test_liveness_with_topology(5, 2).await\n} #[tokio::test]\nasync fn liveness_large() -> Result<()> { test_liveness_with_topology(10, 3).await\n}","breadcrumbs":"Part II — User Guide » Authoring Scenarios » Pattern 3: Parameterized Scenarios","id":"90","title":"Pattern 3: Parameterized Scenarios"},"91":{"body":"","breadcrumbs":"Part II — User Guide » Authoring Scenarios » What Belongs Where?","id":"91","title":"What Belongs Where?"},"92":{"body":"Do include: Node counts (.validators(3), .executors(1)) Network shape (.network_star()) Role split (validators vs. executors) Don't include: Traffic rates (workload concern) Expected outcomes (expectation concern) Runtime behavior (runner/duration concern)","breadcrumbs":"Part II — User Guide » Authoring Scenarios » Topology","id":"92","title":"Topology"},"93":{"body":"Do include: Transaction traffic (.transactions_with(|tx| ...)) DA traffic (.da_with(|da| ...)) Chaos injection (.with_workload(RandomRestartWorkload::new(...))) Rates, users, timing Don't include: Node configuration (topology concern) Success criteria (expectation concern)","breadcrumbs":"Part II — User Guide » Authoring Scenarios » Workloads","id":"93","title":"Workloads"},"94":{"body":"Do include: Health checks (.expect_consensus_liveness()) Inclusion verification (built-in to workloads) Custom assertions (.with_expectation(MyExpectation::new())) Don't include: Traffic generation (workload concern) Cluster shape (topology concern)","breadcrumbs":"Part II — User Guide » Authoring Scenarios » Expectations","id":"94","title":"Expectations"},"95":{"body":"Keep scenarios focused : One scenario = one behavior under test Start small : 2-3 validators, 1 executor, 30-60 seconds Use descriptive names : test_consensus_survives_validator_restart not test_1 Extract common patterns : Shared topology builders, helper functions Document intent : Add comments explaining what you're testing and why Mind the units : .rate(N) is per-block, .with_run_duration() is wall-clock Set realistic durations : Allow enough time for multiple blocks + workload effects","breadcrumbs":"Part II — User Guide » Authoring Scenarios » Best Practices","id":"95","title":"Best Practices"},"96":{"body":"Core Content: Workloads & Expectations — Comprehensive reference for built-in workloads and expectations Examples — More scenario patterns (DA, chaos, advanced topologies) Running Scenarios — How execution works, artifacts produced, per-runner details API Levels — When to use builder DSL vs. direct instantiation","breadcrumbs":"Part II — User Guide » Authoring Scenarios » Next Steps","id":"96","title":"Next Steps"},"97":{"body":"Workloads describe the activity a scenario generates; expectations describe the signals that must hold when that activity completes. This page is the canonical reference for all built-in workloads and expectations, including configuration knobs, defaults, prerequisites, and debugging guidance.","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Core Content: Workloads & Expectations","id":"97","title":"Core Content: Workloads & Expectations"},"98":{"body":"flowchart TD I[Inputs
topology + wallets + rates] --> Init[Workload init] Init --> Drive[Drive traffic] Drive --> Collect[Collect signals] Collect --> Eval[Expectations evaluate] Key concepts: Workloads run during the execution phase (generate traffic) Expectations run during the evaluation phase (check health signals) Each workload can attach its own expectations automatically Expectations can also be added explicitly","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Overview","id":"98","title":"Overview"},"99":{"body":"","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Built-in Workloads","id":"99","title":"Built-in Workloads"}},"length":388,"save":true},"fields":["title","body","breadcrumbs"],"index":{"body":{"root":{"0":{".":{"0":{"df":1,"docs":{"305":{"tf":1.0}}},"2":{"0":{"2":{"4":{"df":5,"docs":{"299":{"tf":1.0},"318":{"tf":1.4142135623730951},"363":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"8":{"df":1,"docs":{"354":{"tf":1.0}}},"df":0,"docs":{}},"9":{"df":4,"docs":{"25":{"tf":1.0},"385":{"tf":1.0},"50":{"tf":1.4142135623730951},"53":{"tf":1.7320508075688772}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"323":{"tf":1.0}}}}}},"/":{"*":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"100":{"tf":1.0},"101":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":3,"docs":{"299":{"tf":1.4142135623730951},"318":{"tf":1.7320508075688772},"363":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"1":{"df":0,"docs":{},"t":{"1":{"0":{"df":2,"docs":{"367":{"tf":1.0},"368":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":25,"docs":{"15":{"tf":1.0},"172":{"tf":1.0},"178":{"tf":1.0},"19":{"tf":1.0},"255":{"tf":1.0},"260":{"tf":1.0},"266":{"tf":1.4142135623730951},"283":{"tf":1.0},"297":{"tf":1.4142135623730951},"298":{"tf":1.4142135623730951},"299":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.4142135623730951},"304":{"tf":1.0},"307":{"tf":1.0},"318":{"tf":1.4142135623730951},"321":{"tf":1.4142135623730951},"322":{"tf":1.0},"323":{"tf":1.4142135623730951},"328":{"tf":1.0},"357":{"tf":1.0},"360":{"tf":1.0},"367":{"tf":1.4142135623730951},"368":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951}}},"1":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"90":{"tf":1.0}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"26":{"tf":1.0},"28":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"1":{"_":{"0":{"0":{"0":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"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":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"6":{"0":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},",":{"0":{"0":{"0":{"df":2,"docs":{"22":{"tf":1.0},"23":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"0":{"df":1,"docs":{"305":{"tf":1.0}}},"2":{"0":{"2":{"4":{"df":3,"docs":{"299":{"tf":1.0},"318":{"tf":1.0},"363":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"323":{"tf":1.0}}}}}},"0":{".":{"0":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}},"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"df":1,"docs":{"145":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":4,"docs":{"246":{"tf":1.0},"322":{"tf":1.4142135623730951},"354":{"tf":1.4142135623730951},"368":{"tf":1.4142135623730951}},"m":{"df":1,"docs":{"138":{"tf":1.0}}}},"df":15,"docs":{"100":{"tf":1.4142135623730951},"107":{"tf":1.0},"112":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.4142135623730951},"122":{"tf":1.0},"133":{"tf":1.0},"164":{"tf":1.0},"166":{"tf":1.0},"227":{"tf":1.0},"361":{"tf":1.4142135623730951},"363":{"tf":1.0},"364":{"tf":1.4142135623730951},"79":{"tf":1.4142135623730951},"85":{"tf":2.0}},"m":{"df":2,"docs":{"123":{"tf":1.0},"138":{"tf":1.0}}},"v":{"2":{"df":0,"docs":{},"e":{"df":1,"docs":{"276":{"tf":1.0}}}},"df":0,"docs":{}}},"1":{"df":1,"docs":{"364":{"tf":1.0}}},"2":{"0":{"0":{"df":1,"docs":{"304":{"tf":1.0}}},"df":13,"docs":{"101":{"tf":1.0},"123":{"tf":1.7320508075688772},"251":{"tf":1.0},"27":{"tf":1.0},"274":{"tf":1.4142135623730951},"279":{"tf":1.0},"290":{"tf":1.0},"295":{"tf":1.4142135623730951},"304":{"tf":1.0},"346":{"tf":1.0},"385":{"tf":1.0},"81":{"tf":1.0},"86":{"tf":1.4142135623730951}},"m":{"b":{"df":3,"docs":{"238":{"tf":1.0},"239":{"tf":1.0},"356":{"tf":1.0}}},"df":0,"docs":{}}},"7":{".":{"0":{".":{"0":{".":{"1":{"df":2,"docs":{"260":{"tf":1.0},"301":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"100":{"tf":1.0}}},"df":5,"docs":{"299":{"tf":1.4142135623730951},"318":{"tf":1.7320508075688772},"363":{"tf":1.4142135623730951},"367":{"tf":1.0},"368":{"tf":1.0}},"g":{"b":{"df":1,"docs":{"362":{"tf":1.0}}},"df":0,"docs":{}}},"3":{"0":{"0":{"0":{":":{"3":{"0":{"0":{"0":{"df":1,"docs":{"360":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"df":1,"docs":{"362":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"4":{"df":3,"docs":{"274":{"tf":1.0},"276":{"tf":1.0},"385":{"tf":1.0}}},"5":{"df":2,"docs":{"274":{"tf":1.0},"276":{"tf":1.0}}},"8":{"0":{"8":{"0":{"df":3,"docs":{"243":{"tf":1.0},"360":{"tf":2.23606797749979},"365":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"102":{"tf":1.0}}},"df":0,"docs":{},"t":{"1":{"4":{"df":3,"docs":{"299":{"tf":1.4142135623730951},"318":{"tf":1.7320508075688772},"363":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"9":{"0":{"9":{"0":{":":{"9":{"0":{"9":{"0":{"df":1,"docs":{"360":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":83,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.4142135623730951},"104":{"tf":1.0},"111":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.7320508075688772},"145":{"tf":2.23606797749979},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"159":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"161":{"tf":1.4142135623730951},"164":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.0},"19":{"tf":3.1622776601683795},"205":{"tf":1.0},"21":{"tf":1.7320508075688772},"227":{"tf":1.0},"23":{"tf":1.7320508075688772},"234":{"tf":1.4142135623730951},"239":{"tf":1.4142135623730951},"246":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.7320508075688772},"250":{"tf":2.0},"251":{"tf":1.4142135623730951},"255":{"tf":1.4142135623730951},"257":{"tf":1.4142135623730951},"260":{"tf":1.4142135623730951},"264":{"tf":1.0},"266":{"tf":1.4142135623730951},"268":{"tf":1.0},"269":{"tf":1.0},"274":{"tf":2.0},"279":{"tf":1.0},"28":{"tf":1.7320508075688772},"290":{"tf":1.4142135623730951},"295":{"tf":1.4142135623730951},"297":{"tf":1.0},"298":{"tf":1.4142135623730951},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"304":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.4142135623730951},"318":{"tf":1.4142135623730951},"32":{"tf":1.0},"321":{"tf":1.0},"322":{"tf":1.4142135623730951},"323":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"331":{"tf":1.0},"332":{"tf":1.0},"333":{"tf":1.0},"354":{"tf":1.0},"355":{"tf":1.4142135623730951},"356":{"tf":1.4142135623730951},"357":{"tf":1.4142135623730951},"358":{"tf":1.4142135623730951},"359":{"tf":2.0},"362":{"tf":1.0},"364":{"tf":1.4142135623730951},"367":{"tf":1.0},"368":{"tf":2.23606797749979},"370":{"tf":1.0},"383":{"tf":1.4142135623730951},"384":{"tf":1.4142135623730951},"57":{"tf":1.0},"78":{"tf":1.4142135623730951},"86":{"tf":1.0},"88":{"tf":1.0},"95":{"tf":1.0}},"h":{"df":1,"docs":{"123":{"tf":1.0}}},"s":{"df":1,"docs":{"139":{"tf":2.0}}}},"2":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"90":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"0":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}},"0":{"0":{"df":0,"docs":{},"m":{"df":1,"docs":{"139":{"tf":1.4142135623730951}}}},"df":11,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.4142135623730951},"102":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"122":{"tf":1.0},"133":{"tf":1.0},"274":{"tf":1.0},"304":{"tf":1.0},"32":{"tf":1.0},"342":{"tf":1.0}}},"3":{"df":1,"docs":{"101":{"tf":1.0}}},"5":{"df":1,"docs":{"274":{"tf":1.0}}},"7":{"df":4,"docs":{"25":{"tf":1.0},"385":{"tf":1.0},"50":{"tf":1.4142135623730951},"53":{"tf":1.0}}},">":{"&":{"1":{"df":2,"docs":{"274":{"tf":1.0},"368":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"274":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":51,"docs":{"101":{"tf":1.7320508075688772},"102":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"108":{"tf":1.0},"112":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"124":{"tf":1.0},"132":{"tf":1.7320508075688772},"15":{"tf":1.4142135623730951},"164":{"tf":1.0},"205":{"tf":1.0},"22":{"tf":1.0},"227":{"tf":1.0},"235":{"tf":1.0},"239":{"tf":1.0},"247":{"tf":1.0},"25":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"264":{"tf":1.0},"27":{"tf":1.7320508075688772},"276":{"tf":1.0},"28":{"tf":1.0},"283":{"tf":1.4142135623730951},"295":{"tf":1.4142135623730951},"304":{"tf":1.0},"32":{"tf":1.0},"343":{"tf":1.0},"350":{"tf":1.0},"355":{"tf":1.0},"357":{"tf":1.0},"359":{"tf":1.0},"362":{"tf":1.0},"364":{"tf":1.0},"371":{"tf":1.0},"375":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.7320508075688772},"58":{"tf":1.0},"79":{"tf":1.0},"81":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"86":{"tf":1.0},"89":{"tf":1.0},"95":{"tf":1.0}},"s":{"df":4,"docs":{"25":{"tf":1.0},"385":{"tf":1.7320508075688772},"50":{"tf":1.0},"53":{"tf":1.4142135623730951}}}},"3":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"90":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{"0":{":":{"3":{"0":{"0":{"0":{"df":1,"docs":{"360":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"121":{"tf":1.0},"123":{"tf":1.4142135623730951}},"m":{"df":1,"docs":{"138":{"tf":1.0}}}},"df":20,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"104":{"tf":1.0},"117":{"tf":1.0},"121":{"tf":1.0},"123":{"tf":1.4142135623730951},"133":{"tf":1.0},"276":{"tf":1.0},"299":{"tf":1.4142135623730951},"304":{"tf":1.0},"318":{"tf":1.7320508075688772},"362":{"tf":1.0},"363":{"tf":1.4142135623730951},"367":{"tf":1.0},"368":{"tf":1.0},"385":{"tf":1.4142135623730951},"50":{"tf":1.0},"81":{"tf":1.0},"86":{"tf":1.0},"95":{"tf":1.0}}},"1":{"0":{"0":{"df":1,"docs":{"243":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"0":{"0":{"df":1,"docs":{"123":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":51,"docs":{"102":{"tf":1.4142135623730951},"104":{"tf":1.0},"115":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"124":{"tf":1.0},"132":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"205":{"tf":1.0},"23":{"tf":1.0},"234":{"tf":1.0},"236":{"tf":1.0},"239":{"tf":1.0},"246":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.7320508075688772},"250":{"tf":2.0},"257":{"tf":1.0},"268":{"tf":1.0},"27":{"tf":1.4142135623730951},"274":{"tf":1.0},"279":{"tf":1.0},"290":{"tf":1.0},"297":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"304":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.0},"32":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"331":{"tf":1.0},"332":{"tf":1.0},"333":{"tf":1.0},"354":{"tf":1.0},"356":{"tf":1.0},"359":{"tf":1.0},"361":{"tf":1.0},"362":{"tf":1.0},"372":{"tf":1.0},"59":{"tf":1.0},"78":{"tf":1.0},"80":{"tf":1.0},"90":{"tf":1.0},"95":{"tf":1.0}},"v":{"1":{"df":0,"docs":{},"e":{"df":3,"docs":{"274":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0}}}},"df":0,"docs":{}},"x":{"2":{"df":2,"docs":{"260":{"tf":1.0},"295":{"tf":1.0}}},"df":0,"docs":{}}},"4":{"0":{"9":{"6":{"df":2,"docs":{"362":{"tf":1.0},"365":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"385":{"tf":1.0}}},"4":{"0":{"0":{"df":1,"docs":{"305":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"367":{"tf":1.0},"368":{"tf":1.0}}}}}},"df":0,"docs":{}},"8":{"df":1,"docs":{"360":{"tf":1.0}}},"df":15,"docs":{"101":{"tf":1.0},"108":{"tf":1.0},"132":{"tf":1.4142135623730951},"205":{"tf":1.0},"206":{"tf":1.0},"24":{"tf":1.0},"247":{"tf":1.0},"32":{"tf":1.0},"357":{"tf":1.0},"359":{"tf":1.0},"362":{"tf":1.4142135623730951},"373":{"tf":1.0},"385":{"tf":1.0},"60":{"tf":1.0},"81":{"tf":1.0}}},"5":{"0":{"0":{"df":2,"docs":{"19":{"tf":1.0},"23":{"tf":1.0}}},"df":3,"docs":{"104":{"tf":1.0},"145":{"tf":1.0},"341":{"tf":1.0}}},"4":{"df":1,"docs":{"385":{"tf":1.0}}},"df":30,"docs":{"100":{"tf":1.0},"107":{"tf":1.0},"123":{"tf":1.0},"133":{"tf":1.0},"164":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"205":{"tf":1.0},"227":{"tf":1.4142135623730951},"23":{"tf":1.0},"247":{"tf":1.0},"25":{"tf":1.0},"295":{"tf":1.4142135623730951},"304":{"tf":2.0},"32":{"tf":1.0},"342":{"tf":1.0},"350":{"tf":1.0},"354":{"tf":1.0},"358":{"tf":1.0},"359":{"tf":1.0},"362":{"tf":1.0},"364":{"tf":1.0},"374":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.4142135623730951},"61":{"tf":1.0},"79":{"tf":1.4142135623730951},"81":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.4142135623730951}},"v":{"1":{"df":0,"docs":{},"e":{"df":3,"docs":{"274":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0}}}},"df":0,"docs":{}}},"6":{"0":{"0":{"df":2,"docs":{"100":{"tf":1.0},"123":{"tf":1.0}}},"df":50,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.0},"121":{"tf":1.0},"123":{"tf":1.4142135623730951},"145":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"19":{"tf":1.4142135623730951},"234":{"tf":1.0},"239":{"tf":1.0},"246":{"tf":1.0},"248":{"tf":1.7320508075688772},"25":{"tf":1.0},"250":{"tf":2.0},"255":{"tf":1.0},"260":{"tf":1.0},"266":{"tf":1.0},"268":{"tf":1.0},"28":{"tf":1.0},"295":{"tf":1.0},"297":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"331":{"tf":1.0},"332":{"tf":1.0},"333":{"tf":1.0},"355":{"tf":1.0},"356":{"tf":1.0},"357":{"tf":1.0},"358":{"tf":1.0},"359":{"tf":1.0},"368":{"tf":1.0},"383":{"tf":1.0},"384":{"tf":1.0},"385":{"tf":1.0},"50":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"86":{"tf":2.23606797749979},"95":{"tf":1.0}}},"df":6,"docs":{"205":{"tf":1.0},"247":{"tf":1.0},"26":{"tf":1.0},"359":{"tf":1.0},"375":{"tf":1.0},"62":{"tf":1.0}}},"7":{"df":3,"docs":{"274":{"tf":1.4142135623730951},"281":{"tf":1.0},"360":{"tf":1.0}}},"8":{"df":3,"docs":{"102":{"tf":1.0},"15":{"tf":1.4142135623730951},"361":{"tf":1.0}},"g":{"b":{"df":2,"docs":{"362":{"tf":1.0},"365":{"tf":1.0}}},"df":0,"docs":{}}},"9":{"0":{"0":{"0":{"df":1,"docs":{"122":{"tf":1.0}}},"df":0,"docs":{}},"9":{"0":{":":{"9":{"0":{"9":{"0":{"df":1,"docs":{"360":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"385":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0}}},"df":1,"docs":{"362":{"tf":1.0}}},"_":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"122":{"tf":1.0}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"x":{"df":4,"docs":{"203":{"tf":1.0},"207":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"_":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"348":{"tf":1.7320508075688772}}}}}}}},"df":4,"docs":{"151":{"tf":1.0},"216":{"tf":1.0},"269":{"tf":1.0},"4":{"tf":1.0}},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":12,"docs":{"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"19":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"349":{"tf":1.0},"350":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"172":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":5,"docs":{"216":{"tf":1.0},"217":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":1,"docs":{"172":{"tf":1.0}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"82":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"203":{"tf":1.0},"210":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"218":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"40":{"tf":1.0}}}}}}},"a":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"[":{"1":{"df":1,"docs":{"76":{"tf":1.0}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"6":{"4":{"df":2,"docs":{"298":{"tf":1.0},"303":{"tf":1.0}},"|":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{"df":1,"docs":{"251":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"b":{"c":{"1":{"2":{"3":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"4":{"5":{"6":{"df":1,"docs":{"362":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"139":{"tf":1.0},"140":{"tf":1.0},"386":{"tf":1.0}}}},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"371":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"180":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"1":{"tf":1.0},"191":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"141":{"tf":1.7320508075688772}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":5,"docs":{"137":{"tf":1.4142135623730951},"138":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.0},"143":{"tf":1.0}},"e":{"d":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"139":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"df":25,"docs":{"112":{"tf":1.0},"114":{"tf":1.0},"126":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.4142135623730951},"174":{"tf":1.0},"178":{"tf":1.0},"226":{"tf":1.0},"273":{"tf":1.0},"291":{"tf":1.0},"320":{"tf":1.0},"322":{"tf":1.0},"326":{"tf":1.0},"328":{"tf":1.0},"332":{"tf":1.0},"358":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"73":{"tf":1.0}},"—":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"141":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"383":{"tf":1.0},"53":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":7,"docs":{"100":{"tf":2.0},"107":{"tf":1.0},"182":{"tf":1.0},"22":{"tf":1.4142135623730951},"341":{"tf":1.0},"385":{"tf":1.0},"79":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"386":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"@":{"df":0,"docs":{},"v":{"2":{"df":1,"docs":{"274":{"tf":1.0}}},"df":0,"docs":{}}},"df":15,"docs":{"116":{"tf":1.0},"138":{"tf":1.0},"14":{"tf":1.0},"180":{"tf":1.0},"192":{"tf":1.0},"274":{"tf":2.0},"291":{"tf":1.0},"386":{"tf":1.4142135623730951},"51":{"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}},"s":{"/":{"c":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"@":{"df":0,"docs":{},"v":{"3":{"df":2,"docs":{"274":{"tf":2.23606797749979},"280":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"@":{"df":0,"docs":{},"v":{"4":{"df":1,"docs":{"274":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"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":1,"docs":{"236":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":3,"docs":{"121":{"tf":1.0},"274":{"tf":1.7320508075688772},"281":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"v":{"df":16,"docs":{"101":{"tf":1.0},"125":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":1.0},"192":{"tf":1.0},"203":{"tf":1.0},"210":{"tf":1.0},"305":{"tf":1.0},"324":{"tf":1.0},"38":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"53":{"tf":1.0},"61":{"tf":1.0},"80":{"tf":1.0},"86":{"tf":1.0},"97":{"tf":1.4142135623730951}},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":2,"docs":{"139":{"tf":1.0},"53":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"115":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":9,"docs":{"138":{"tf":1.0},"140":{"tf":1.0},"172":{"tf":1.4142135623730951},"353":{"tf":1.0},"365":{"tf":1.0},"368":{"tf":1.4142135623730951},"371":{"tf":1.0},"52":{"tf":1.0},"66":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":5,"docs":{"131":{"tf":1.0},"137":{"tf":1.0},"140":{"tf":1.0},"65":{"tf":1.0},"79":{"tf":1.0}}}}},"d":{"df":28,"docs":{"102":{"tf":1.4142135623730951},"105":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.4142135623730951},"124":{"tf":1.0},"125":{"tf":1.4142135623730951},"14":{"tf":1.4142135623730951},"203":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"212":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"246":{"tf":1.0},"276":{"tf":1.0},"289":{"tf":1.0},"294":{"tf":1.0},"32":{"tf":1.0},"322":{"tf":1.0},"351":{"tf":1.0},"358":{"tf":1.0},"368":{"tf":1.0},"371":{"tf":1.0},"55":{"tf":1.0},"74":{"tf":2.0},"95":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"270":{"tf":1.0},"323":{"tf":1.0},"351":{"tf":1.0},"386":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"140":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":5,"docs":{"260":{"tf":1.0},"301":{"tf":1.0},"305":{"tf":1.0},"360":{"tf":1.4142135623730951},"372":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"360":{"tf":1.0}}}}}}}},"df":17,"docs":{"105":{"tf":1.0},"119":{"tf":1.0},"138":{"tf":1.0},"140":{"tf":1.0},"182":{"tf":1.0},"192":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.4142135623730951},"207":{"tf":1.0},"209":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"98":{"tf":1.0}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"125":{"tf":1.0},"140":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"276":{"tf":1.0},"364":{"tf":1.0},"374":{"tf":1.0},"53":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"327":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"16":{"tf":1.0}}}}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":7,"docs":{"131":{"tf":1.4142135623730951},"138":{"tf":1.0},"15":{"tf":1.4142135623730951},"305":{"tf":1.0},"322":{"tf":1.0},"385":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"138":{"tf":1.0},"141":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"182":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"141":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"102":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"104":{"tf":1.0},"250":{"tf":1.0}}}}}}},"df":1,"docs":{"358":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":4,"docs":{"174":{"tf":1.0},"204":{"tf":1.0},"55":{"tf":1.0},"61":{"tf":1.0}}},"s":{"df":0,"docs":{},"s":{"df":6,"docs":{"117":{"tf":1.0},"121":{"tf":1.0},"132":{"tf":1.0},"135":{"tf":1.4142135623730951},"280":{"tf":1.0},"352":{"tf":1.0}},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"135":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"227":{"tf":1.4142135623730951}}}}}},"o":{"df":1,"docs":{"362":{"tf":1.0}}}},"l":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"df":1,"docs":{"16":{"tf":1.0}}}}}}}}},"i":{"a":{"df":4,"docs":{"298":{"tf":1.0},"301":{"tf":1.0},"303":{"tf":1.0},"322":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":3,"docs":{"115":{"tf":1.4142135623730951},"125":{"tf":1.0},"385":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"122":{"tf":1.0}}},"df":0,"docs":{},"w":{"df":12,"docs":{"101":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":1.0},"147":{"tf":1.0},"168":{"tf":1.0},"251":{"tf":1.4142135623730951},"364":{"tf":1.0},"377":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"95":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"138":{"tf":1.0},"141":{"tf":1.0},"182":{"tf":1.0},"65":{"tf":1.0}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":7,"docs":{"18":{"tf":1.0},"232":{"tf":1.0},"297":{"tf":1.0},"355":{"tf":1.0},"360":{"tf":1.4142135623730951},"381":{"tf":1.0},"382":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":5,"docs":{"126":{"tf":1.0},"19":{"tf":1.0},"260":{"tf":1.0},"28":{"tf":1.0},"39":{"tf":1.0}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":11,"docs":{"180":{"tf":1.0},"241":{"tf":1.0},"246":{"tf":1.0},"274":{"tf":2.0},"278":{"tf":1.0},"281":{"tf":1.0},"297":{"tf":1.0},"306":{"tf":1.0},"368":{"tf":1.0},"385":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"d":{"6":{"4":{"df":5,"docs":{"18":{"tf":1.0},"244":{"tf":1.0},"259":{"tf":1.0},"303":{"tf":1.0},"351":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"323":{"tf":1.0}}}},"z":{"df":1,"docs":{"14":{"tf":1.0}}}}}},"d":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"153":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"66":{"tf":1.4142135623730951}}}}},"o":{"df":1,"docs":{"360":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"130":{"tf":1.0},"188":{"tf":1.0},"360":{"tf":1.0},"382":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"122":{"tf":1.0}}}},"y":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"205":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{":":{":":{"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":18,"docs":{"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"151":{"tf":1.0},"19":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"349":{"tf":1.0},"350":{"tf":1.0},"4":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.4142135623730951},"90":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"i":{"df":36,"docs":{"0":{"tf":1.0},"101":{"tf":1.4142135623730951},"137":{"tf":1.0},"141":{"tf":3.605551275463989},"142":{"tf":1.0},"148":{"tf":1.0},"151":{"tf":1.0},"177":{"tf":1.0},"179":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"19":{"tf":1.0},"190":{"tf":1.0},"193":{"tf":1.4142135623730951},"200":{"tf":1.0},"201":{"tf":1.0},"205":{"tf":1.0},"208":{"tf":1.4142135623730951},"210":{"tf":1.0},"214":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.4142135623730951},"3":{"tf":1.0},"325":{"tf":1.0},"328":{"tf":1.0},"336":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.0},"35":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"374":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"68":{"tf":1.0},"96":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"299":{"tf":1.0},"319":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"137":{"tf":2.0},"354":{"tf":1.0},"364":{"tf":1.0}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":2,"docs":{"11":{"tf":1.0},"335":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":5,"docs":{"18":{"tf":1.0},"244":{"tf":1.0},"259":{"tf":1.0},"303":{"tf":1.0},"351":{"tf":1.0}},"i":{"c":{"df":3,"docs":{"307":{"tf":1.0},"358":{"tf":1.0},"362":{"tf":1.0}}},"df":10,"docs":{"130":{"tf":1.0},"135":{"tf":1.0},"138":{"tf":1.0},"148":{"tf":1.0},"154":{"tf":1.0},"227":{"tf":1.0},"307":{"tf":1.4142135623730951},"343":{"tf":1.0},"344":{"tf":1.0},"51":{"tf":1.0}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"137":{"tf":1.0},"139":{"tf":1.0},"30":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":6,"docs":{"102":{"tf":1.0},"137":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"228":{"tf":1.0},"365":{"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":1,"docs":{"385":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"c":{":":{":":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"(":{"&":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"171":{"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":{"(":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"u":{"6":{"4":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"0":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"171":{"tf":1.0}},"h":{"df":1,"docs":{"303":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":7,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"29":{"tf":1.4142135623730951},"33":{"tf":1.0},"35":{"tf":1.0},"387":{"tf":1.0},"46":{"tf":1.0}}}}}},"df":0,"docs":{}}},"v":{"df":1,"docs":{"62":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":2,"docs":{"354":{"tf":1.0},"361":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"222":{"tf":1.0},"329":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"155":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"137":{"tf":1.4142135623730951}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"@":{"df":0,"docs":{},"v":{"3":{"df":4,"docs":{"121":{"tf":1.0},"236":{"tf":1.0},"274":{"tf":1.7320508075688772},"281":{"tf":1.0}}},"df":0,"docs":{}}},"df":15,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"121":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.0},"156":{"tf":1.0},"226":{"tf":1.0},"236":{"tf":1.0},"274":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"291":{"tf":1.4142135623730951},"299":{"tf":1.0},"351":{"tf":1.0},"96":{"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":{"171":{"tf":1.0}}}}}},"df":0,"docs":{},"k":{"df":3,"docs":{"336":{"tf":1.0},"337":{"tf":1.0},"54":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"219":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"192":{"tf":1.0},"65":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":18,"docs":{"117":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"139":{"tf":1.0},"142":{"tf":1.0},"147":{"tf":1.0},"180":{"tf":1.0},"188":{"tf":1.4142135623730951},"192":{"tf":1.0},"204":{"tf":1.4142135623730951},"211":{"tf":1.0},"31":{"tf":1.0},"345":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"53":{"tf":1.0},"94":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"125":{"tf":1.0},"61":{"tf":1.0}}}},"t":{"df":37,"docs":{"213":{"tf":1.0},"220":{"tf":1.0},"223":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.4142135623730951},"228":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.4142135623730951},"241":{"tf":1.4142135623730951},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.0},"250":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.0},"270":{"tf":1.0},"28":{"tf":1.0},"298":{"tf":2.0},"351":{"tf":1.0},"352":{"tf":1.4142135623730951},"356":{"tf":1.0},"365":{"tf":1.0},"372":{"tf":1.0},"377":{"tf":1.4142135623730951},"380":{"tf":1.4142135623730951},"383":{"tf":1.0},"384":{"tf":1.7320508075688772},"42":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"66":{"tf":1.4142135623730951},"69":{"tf":1.0},"70":{"tf":1.0}},"s":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"41":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"z":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"121":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"z":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"\"":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"122":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"139":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":4,"docs":{"16":{"tf":1.4142135623730951},"297":{"tf":1.0},"368":{"tf":1.0},"53":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"115":{"tf":1.0},"206":{"tf":1.0},"50":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{":":{":":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":13,"docs":{"171":{"tf":1.0},"172":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":14,"docs":{"112":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"203":{"tf":1.4142135623730951},"204":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":35,"docs":{"112":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"151":{"tf":1.0},"171":{"tf":1.7320508075688772},"172":{"tf":1.7320508075688772},"173":{"tf":1.0},"174":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.4142135623730951},"19":{"tf":1.0},"203":{"tf":2.0},"204":{"tf":1.4142135623730951},"205":{"tf":1.0},"207":{"tf":1.0},"210":{"tf":1.4142135623730951},"211":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"328":{"tf":1.0},"349":{"tf":1.0},"350":{"tf":1.0},"4":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951},"90":{"tf":2.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"192":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"c":{":":{":":{"df":0,"docs":{},"{":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"u":{"6":{"4":{"df":1,"docs":{"171":{"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":{"c":{"df":0,"docs":{},"h":{"df":14,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"105":{"tf":1.0},"115":{"tf":1.0},"193":{"tf":1.0},"195":{"tf":1.0},"197":{"tf":1.4142135623730951},"212":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"76":{"tf":1.0},"79":{"tf":1.0},"98":{"tf":1.0}}},"k":{"df":2,"docs":{"139":{"tf":1.0},"141":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"102":{"tf":1.4142135623730951},"225":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":10,"docs":{"114":{"tf":1.0},"116":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"36":{"tf":1.0},"48":{"tf":1.0},"54":{"tf":1.0},"7":{"tf":1.0},"75":{"tf":1.4142135623730951},"76":{"tf":1.0}}}}},"o":{"df":5,"docs":{"298":{"tf":1.0},"306":{"tf":1.0},"321":{"tf":1.0},"327":{"tf":1.0},"386":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"t":{"df":31,"docs":{"100":{"tf":1.0},"105":{"tf":1.4142135623730951},"122":{"tf":1.0},"169":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.0},"18":{"tf":1.0},"197":{"tf":1.0},"212":{"tf":1.0},"234":{"tf":1.0},"239":{"tf":1.0},"250":{"tf":1.0},"255":{"tf":1.0},"261":{"tf":1.0},"270":{"tf":1.0},"274":{"tf":1.0},"275":{"tf":1.0},"279":{"tf":1.0},"28":{"tf":1.0},"304":{"tf":1.0},"321":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"351":{"tf":1.0},"356":{"tf":1.0},"357":{"tf":1.0},"359":{"tf":1.0},"363":{"tf":1.0},"368":{"tf":1.0},"79":{"tf":1.0},"98":{"tf":1.0}}}},"df":5,"docs":{"15":{"tf":1.0},"220":{"tf":1.0},"222":{"tf":1.0},"229":{"tf":1.0},"271":{"tf":1.0}}},"n":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"305":{"tf":1.0}}}},"df":0,"docs":{}}}},"x":{"df":1,"docs":{"371":{"tf":1.0}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"\"":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"203":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":36,"docs":{"0":{"tf":1.0},"10":{"tf":1.4142135623730951},"100":{"tf":1.0},"101":{"tf":1.4142135623730951},"102":{"tf":1.0},"125":{"tf":1.4142135623730951},"139":{"tf":1.0},"140":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.4142135623730951},"159":{"tf":1.0},"16":{"tf":1.0},"161":{"tf":1.0},"165":{"tf":1.0},"170":{"tf":1.0},"187":{"tf":1.0},"192":{"tf":1.0},"205":{"tf":1.0},"213":{"tf":1.0},"226":{"tf":1.4142135623730951},"237":{"tf":1.0},"243":{"tf":1.0},"263":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.4142135623730951},"328":{"tf":1.0},"356":{"tf":1.0},"361":{"tf":1.0},"365":{"tf":1.0},"379":{"tf":1.0},"38":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"52":{"tf":1.0},"65":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"85":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"i":{"d":{"df":18,"docs":{"101":{"tf":1.0},"117":{"tf":1.4142135623730951},"120":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"158":{"tf":1.0},"18":{"tf":1.0},"182":{"tf":1.0},"185":{"tf":1.0},"190":{"tf":1.0},"205":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"351":{"tf":1.4142135623730951},"363":{"tf":1.0},"39":{"tf":1.0},"52":{"tf":1.0},"71":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"210":{"tf":1.0},"211":{"tf":1.0}}}}},"df":0,"docs":{}}},"b":{"(":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"[":{"2":{"df":1,"docs":{"76":{"tf":1.0}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"115":{"tf":1.0},"149":{"tf":1.0},"169":{"tf":1.0},"185":{"tf":1.4142135623730951},"358":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"d":{"df":12,"docs":{"14":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":1.0},"227":{"tf":1.0},"267":{"tf":1.0},"299":{"tf":1.0},"305":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0},"58":{"tf":1.0},"65":{"tf":1.0},"66":{"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":{"169":{"tf":1.0}}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"137":{"tf":1.0},"138":{"tf":1.7320508075688772}},"e":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"137":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":1,"docs":{"306":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"d":{"df":6,"docs":{"122":{"tf":2.449489742783178},"137":{"tf":1.0},"177":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":6,"docs":{"241":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"383":{"tf":1.0},"384":{"tf":1.0},"70":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":5,"docs":{"137":{"tf":1.0},"140":{"tf":1.7320508075688772},"142":{"tf":2.0},"160":{"tf":1.0},"386":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":21,"docs":{"117":{"tf":1.0},"125":{"tf":1.0},"139":{"tf":1.0},"158":{"tf":1.0},"163":{"tf":1.0},"172":{"tf":1.0},"179":{"tf":1.0},"182":{"tf":1.0},"185":{"tf":1.0},"223":{"tf":1.0},"225":{"tf":1.0},"260":{"tf":1.4142135623730951},"266":{"tf":1.4142135623730951},"272":{"tf":1.0},"276":{"tf":1.0},"300":{"tf":1.4142135623730951},"304":{"tf":1.0},"326":{"tf":1.0},"386":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"192":{"tf":1.0},"204":{"tf":2.0},"211":{"tf":1.0},"375":{"tf":1.0},"59":{"tf":1.4142135623730951}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"368":{"tf":1.0}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"r":{"c":{"df":2,"docs":{"246":{"tf":1.0},"294":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"c":{"df":7,"docs":{"123":{"tf":1.0},"127":{"tf":1.0},"131":{"tf":1.0},"16":{"tf":1.7320508075688772},"164":{"tf":1.0},"181":{"tf":1.0},"226":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"137":{"tf":2.0},"172":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"35":{"tf":1.0}}}}}}}},"d":{"d":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"36":{"tf":1.0}}}}}}}}}},"df":2,"docs":{"274":{"tf":1.0},"275":{"tf":1.0}}},"df":0,"docs":{}},"df":3,"docs":{"138":{"tf":1.0},"34":{"tf":1.0},"76":{"tf":1.0}},"e":{"c":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"371":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"362":{"tf":1.0},"380":{"tf":1.0}}}}},"df":2,"docs":{"101":{"tf":1.0},"361":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":24,"docs":{"100":{"tf":1.0},"102":{"tf":1.0},"117":{"tf":1.0},"119":{"tf":1.4142135623730951},"124":{"tf":1.0},"172":{"tf":2.0},"192":{"tf":1.0},"203":{"tf":1.4142135623730951},"204":{"tf":1.4142135623730951},"205":{"tf":1.0},"223":{"tf":1.0},"225":{"tf":1.4142135623730951},"226":{"tf":1.0},"230":{"tf":1.0},"247":{"tf":1.0},"304":{"tf":1.0},"334":{"tf":1.0},"337":{"tf":1.0},"351":{"tf":1.0},"371":{"tf":1.0},"379":{"tf":1.0},"386":{"tf":1.4142135623730951},"43":{"tf":1.0},"59":{"tf":1.0}}}}},"g":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"371":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"117":{"tf":1.0},"162":{"tf":1.0},"223":{"tf":1.0},"59":{"tf":1.0}},"n":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":20,"docs":{"102":{"tf":1.0},"117":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"125":{"tf":1.0},"137":{"tf":1.7320508075688772},"138":{"tf":1.0},"155":{"tf":1.0},"161":{"tf":1.0},"166":{"tf":1.0},"177":{"tf":1.0},"193":{"tf":1.0},"352":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":1.0},"90":{"tf":1.0},"92":{"tf":1.0},"95":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"386":{"tf":1.0},"91":{"tf":1.0}}}},"w":{"df":1,"docs":{"126":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"28":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":14,"docs":{"116":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"159":{"tf":1.0},"180":{"tf":1.0},"185":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"273":{"tf":1.0},"277":{"tf":1.0},"285":{"tf":1.0},"95":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"273":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":14,"docs":{"102":{"tf":1.4142135623730951},"120":{"tf":1.0},"123":{"tf":1.0},"125":{"tf":1.0},"160":{"tf":1.0},"182":{"tf":1.0},"260":{"tf":1.0},"304":{"tf":1.4142135623730951},"31":{"tf":1.0},"344":{"tf":1.4142135623730951},"352":{"tf":1.0},"380":{"tf":1.0},"386":{"tf":1.0},"63":{"tf":1.0}}}}}}}},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"104":{"tf":1.0}}}},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"222":{"tf":1.0}}},"n":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"368":{"tf":1.0}}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":42,"docs":{"126":{"tf":1.4142135623730951},"144":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.7320508075688772},"213":{"tf":1.0},"214":{"tf":1.0},"220":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.4142135623730951},"229":{"tf":1.0},"233":{"tf":1.4142135623730951},"234":{"tf":1.0},"236":{"tf":1.7320508075688772},"243":{"tf":1.0},"247":{"tf":1.0},"250":{"tf":1.0},"254":{"tf":1.0},"255":{"tf":1.7320508075688772},"256":{"tf":1.0},"257":{"tf":1.7320508075688772},"262":{"tf":1.0},"264":{"tf":1.0},"274":{"tf":1.0},"28":{"tf":1.7320508075688772},"296":{"tf":1.7320508075688772},"297":{"tf":1.0},"316":{"tf":1.4142135623730951},"357":{"tf":2.23606797749979},"359":{"tf":1.0},"36":{"tf":1.0},"365":{"tf":1.0},"383":{"tf":1.0},"39":{"tf":1.7320508075688772},"41":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"71":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"+":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"66":{"tf":1.0},"70":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"d":{"df":2,"docs":{"360":{"tf":1.0},"372":{"tf":1.0}}},"df":37,"docs":{"122":{"tf":1.4142135623730951},"126":{"tf":1.0},"146":{"tf":1.4142135623730951},"19":{"tf":1.0},"235":{"tf":1.4142135623730951},"240":{"tf":1.0},"246":{"tf":1.0},"254":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"265":{"tf":1.0},"267":{"tf":1.0},"27":{"tf":1.0},"274":{"tf":1.0},"28":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"316":{"tf":2.0},"317":{"tf":1.0},"321":{"tf":1.4142135623730951},"322":{"tf":1.4142135623730951},"324":{"tf":1.0},"354":{"tf":1.4142135623730951},"356":{"tf":1.0},"357":{"tf":2.0},"359":{"tf":1.0},"360":{"tf":1.0},"361":{"tf":1.0},"363":{"tf":1.4142135623730951},"364":{"tf":1.4142135623730951},"368":{"tf":1.7320508075688772},"373":{"tf":1.0},"39":{"tf":1.0},"71":{"tf":1.0},"74":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"363":{"tf":1.0}}}},"b":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"101":{"tf":1.0},"147":{"tf":1.0}},"e":{"(":{"1":{"df":2,"docs":{"19":{"tf":1.0},"23":{"tf":1.0}}},"2":{"df":2,"docs":{"343":{"tf":1.0},"350":{"tf":1.0}}},"4":{"df":1,"docs":{"101":{"tf":1.0}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"101":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":19,"docs":{"10":{"tf":1.4142135623730951},"101":{"tf":3.0},"105":{"tf":1.0},"108":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.0},"171":{"tf":1.0},"176":{"tf":1.0},"19":{"tf":1.4142135623730951},"195":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.0},"343":{"tf":1.0},"350":{"tf":1.0},"386":{"tf":2.23606797749979},"52":{"tf":1.0},"60":{"tf":1.0},"76":{"tf":1.0},"79":{"tf":1.0}},"s":{"/":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"108":{"tf":1.0}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"123":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"k":{".":{"*":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"104":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"329":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"188":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"_":{"a":{"d":{"d":{"(":{"1":{"df":1,"docs":{"171":{"tf":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":{"171":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":2,"docs":{"112":{"tf":1.4142135623730951},"171":{"tf":1.0}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":2,"docs":{"170":{"tf":1.0},"205":{"tf":1.4142135623730951}},"e":{"d":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"119":{"tf":1.0},"169":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"205":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"p":{"df":1,"docs":{"177":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":1,"docs":{"138":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":24,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"141":{"tf":1.0},"16":{"tf":1.4142135623730951},"168":{"tf":1.0},"19":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.4142135623730951},"247":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"264":{"tf":2.6457513110645907},"265":{"tf":1.0},"28":{"tf":1.0},"297":{"tf":1.4142135623730951},"322":{"tf":1.4142135623730951},"351":{"tf":1.0},"359":{"tf":2.23606797749979},"365":{"tf":1.0},"368":{"tf":1.0},"383":{"tf":1.4142135623730951},"43":{"tf":1.0},"66":{"tf":1.0},"85":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":70,"docs":{"10":{"tf":1.0},"100":{"tf":2.449489742783178},"101":{"tf":2.6457513110645907},"102":{"tf":1.4142135623730951},"104":{"tf":2.449489742783178},"105":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.4142135623730951},"117":{"tf":1.0},"119":{"tf":2.0},"122":{"tf":1.0},"127":{"tf":1.0},"137":{"tf":2.8284271247461903},"139":{"tf":2.449489742783178},"14":{"tf":1.0},"141":{"tf":1.4142135623730951},"145":{"tf":1.7320508075688772},"147":{"tf":2.23606797749979},"151":{"tf":1.4142135623730951},"16":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.7320508075688772},"169":{"tf":3.0},"171":{"tf":3.7416573867739413},"172":{"tf":2.6457513110645907},"173":{"tf":2.23606797749979},"174":{"tf":1.4142135623730951},"175":{"tf":1.7320508075688772},"176":{"tf":1.7320508075688772},"177":{"tf":1.4142135623730951},"184":{"tf":1.0},"19":{"tf":1.7320508075688772},"190":{"tf":1.0},"192":{"tf":1.0},"195":{"tf":1.4142135623730951},"204":{"tf":1.0},"205":{"tf":1.4142135623730951},"213":{"tf":1.0},"23":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"3":{"tf":1.0},"305":{"tf":1.0},"342":{"tf":1.0},"343":{"tf":1.0},"345":{"tf":1.0},"350":{"tf":1.4142135623730951},"352":{"tf":1.7320508075688772},"354":{"tf":1.4142135623730951},"36":{"tf":1.0},"362":{"tf":1.0},"364":{"tf":2.23606797749979},"377":{"tf":1.4142135623730951},"385":{"tf":2.8284271247461903},"386":{"tf":2.8284271247461903},"49":{"tf":1.0},"50":{"tf":3.4641016151377544},"51":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"53":{"tf":2.8284271247461903},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"79":{"tf":1.7320508075688772},"80":{"tf":1.0},"81":{"tf":1.4142135623730951},"85":{"tf":2.449489742783178},"86":{"tf":2.23606797749979},"95":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"138":{"tf":1.7320508075688772},"139":{"tf":1.0},"140":{"tf":1.0}}}},"f":{"df":0,"docs":{},"e":{"df":24,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"104":{"tf":1.0},"112":{"tf":1.0},"114":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"139":{"tf":1.0},"14":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.4142135623730951},"169":{"tf":1.0},"170":{"tf":1.4142135623730951},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.7320508075688772},"175":{"tf":1.4142135623730951},"176":{"tf":1.0},"205":{"tf":1.0},"36":{"tf":1.0},"386":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"81":{"tf":1.0}},"e":{"d":{"<":{"b":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}},"[":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"35":{"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":{},"u":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"177":{"tf":1.0},"179":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"169":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"s":{"\"":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"112":{"tf":1.0}}}}}}},"df":0,"docs":{}},"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"137":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"o":{"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":1,"docs":{"194":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"k":{"df":6,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.7320508075688772},"32":{"tf":1.0},"66":{"tf":1.0}}},"l":{"df":2,"docs":{"102":{"tf":1.4142135623730951},"207":{"tf":1.7320508075688772}}},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"140":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"h":{"df":8,"docs":{"129":{"tf":1.0},"137":{"tf":1.4142135623730951},"193":{"tf":1.0},"198":{"tf":1.0},"23":{"tf":1.4142135623730951},"272":{"tf":1.0},"316":{"tf":1.0},"70":{"tf":1.0}}},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"119":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"192":{"tf":1.0}}}}},"df":2,"docs":{"138":{"tf":1.0},"139":{"tf":1.0}}},"df":0,"docs":{}}},"x":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"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":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"210":{"tf":1.0},"211":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"121":{"tf":1.0},"274":{"tf":1.4142135623730951},"283":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":4,"docs":{"122":{"tf":1.0},"171":{"tf":1.4142135623730951},"50":{"tf":1.0},"63":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"327":{"tf":1.0}}}}},"o":{"a":{"d":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"168":{"tf":1.4142135623730951},"169":{"tf":1.0},"175":{"tf":1.0},"81":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"192":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"52":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"362":{"tf":1.0}}}}}}}},"u":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"188":{"tf":1.0}}}}}},"df":0,"docs":{},"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":{"207":{"tf":1.0}}}}}}},"/":{"c":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":1,"docs":{"252":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"232":{"tf":1.0},"307":{"tf":1.0},"355":{"tf":1.0}}}},"df":0,"docs":{}}}}},"[":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"2":{"tf":1.0},"55":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"150":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"347":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"70":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"55":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":92,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.4142135623730951},"102":{"tf":1.0},"104":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"114":{"tf":1.0},"121":{"tf":1.4142135623730951},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"14":{"tf":1.0},"148":{"tf":1.0},"151":{"tf":1.0},"163":{"tf":1.0},"18":{"tf":1.0},"183":{"tf":1.0},"19":{"tf":1.4142135623730951},"192":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"198":{"tf":1.0},"2":{"tf":1.0},"205":{"tf":1.4142135623730951},"207":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"226":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.4142135623730951},"241":{"tf":1.4142135623730951},"248":{"tf":1.0},"250":{"tf":1.4142135623730951},"251":{"tf":2.449489742783178},"252":{"tf":1.0},"253":{"tf":1.0},"257":{"tf":1.4142135623730951},"258":{"tf":1.0},"264":{"tf":1.4142135623730951},"269":{"tf":1.0},"273":{"tf":1.0},"274":{"tf":1.7320508075688772},"275":{"tf":1.0},"28":{"tf":1.4142135623730951},"280":{"tf":1.0},"287":{"tf":1.0},"297":{"tf":1.4142135623730951},"298":{"tf":1.0},"303":{"tf":2.23606797749979},"307":{"tf":1.7320508075688772},"32":{"tf":1.0},"341":{"tf":1.0},"342":{"tf":1.0},"343":{"tf":1.0},"344":{"tf":1.0},"345":{"tf":1.0},"346":{"tf":1.0},"347":{"tf":1.0},"349":{"tf":1.0},"350":{"tf":1.0},"351":{"tf":2.0},"357":{"tf":1.7320508075688772},"359":{"tf":1.7320508075688772},"361":{"tf":1.0},"364":{"tf":1.0},"381":{"tf":1.0},"383":{"tf":1.4142135623730951},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"57":{"tf":1.0},"66":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"77":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":1.0},"88":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951},"90":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"5":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"3":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"199":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"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":{"(":{"df":0,"docs":{},"|":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"199":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":27,"docs":{"102":{"tf":1.0},"118":{"tf":1.0},"148":{"tf":1.0},"178":{"tf":1.0},"182":{"tf":1.0},"193":{"tf":1.7320508075688772},"194":{"tf":1.4142135623730951},"197":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"29":{"tf":1.0},"336":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.4142135623730951},"340":{"tf":1.0},"40":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"68":{"tf":1.0},"74":{"tf":1.0},"89":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":2,"docs":{"250":{"tf":1.0},"39":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"121":{"tf":1.0}}}}},"s":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"28":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"137":{"tf":1.0}}}},"x":{"df":1,"docs":{"274":{"tf":2.0}}}},"df":0,"docs":{},"t":{"df":34,"docs":{"103":{"tf":1.0},"126":{"tf":1.0},"137":{"tf":1.0},"150":{"tf":1.4142135623730951},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"176":{"tf":1.0},"18":{"tf":1.0},"181":{"tf":1.0},"198":{"tf":1.0},"226":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"251":{"tf":1.0},"260":{"tf":1.0},"263":{"tf":1.0},"3":{"tf":1.0},"304":{"tf":1.0},"31":{"tf":1.0},"359":{"tf":1.0},"36":{"tf":1.0},"365":{"tf":1.0},"383":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"71":{"tf":1.0},"78":{"tf":1.0},"94":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"99":{"tf":1.0}}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":26,"docs":{"115":{"tf":1.0},"18":{"tf":1.0},"192":{"tf":1.0},"197":{"tf":1.7320508075688772},"203":{"tf":1.7320508075688772},"210":{"tf":1.0},"212":{"tf":1.0},"226":{"tf":1.0},"232":{"tf":1.0},"236":{"tf":1.4142135623730951},"251":{"tf":1.7320508075688772},"257":{"tf":1.7320508075688772},"263":{"tf":1.0},"264":{"tf":1.0},"28":{"tf":1.0},"297":{"tf":1.4142135623730951},"298":{"tf":2.0},"303":{"tf":1.4142135623730951},"307":{"tf":2.0},"327":{"tf":1.7320508075688772},"359":{"tf":1.4142135623730951},"383":{"tf":1.4142135623730951},"41":{"tf":1.0},"43":{"tf":1.0},"66":{"tf":1.0},"70":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":13,"docs":{"232":{"tf":1.0},"251":{"tf":1.0},"257":{"tf":1.0},"264":{"tf":1.0},"274":{"tf":1.0},"28":{"tf":1.0},"303":{"tf":1.0},"359":{"tf":1.0},"381":{"tf":1.0},"383":{"tf":1.0},"43":{"tf":1.0},"66":{"tf":1.0},"70":{"tf":1.0}}}}},"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"351":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"z":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"123":{"tf":1.0},"138":{"tf":1.4142135623730951},"177":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"c":{"(":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{")":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"122":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":4,"docs":{"130":{"tf":1.0},"135":{"tf":1.0},"344":{"tf":1.0},"51":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"1":{"[":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"163":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"[":{"\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"163":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"[":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"163":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"[":{"\"":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":1,"docs":{"163":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"[":{"\"":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"163":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"[":{"3":{"df":1,"docs":{"76":{"tf":1.0}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":9,"docs":{"121":{"tf":2.23606797749979},"220":{"tf":1.0},"253":{"tf":1.0},"274":{"tf":2.6457513110645907},"275":{"tf":1.4142135623730951},"280":{"tf":1.7320508075688772},"287":{"tf":1.0},"351":{"tf":1.0},"52":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"352":{"tf":1.0},"386":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"117":{"tf":1.0},"50":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"l":{"df":11,"docs":{"122":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.0},"193":{"tf":1.0},"197":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.0},"210":{"tf":1.0},"212":{"tf":1.0},"379":{"tf":1.4142135623730951},"386":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"210":{"tf":1.0}}}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":5,"docs":{"102":{"tf":1.0},"352":{"tf":1.0},"355":{"tf":1.0},"363":{"tf":1.0},"364":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"97":{"tf":1.0}}}}},"p":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"137":{"tf":1.0}}}}}}}}}},"l":{"df":11,"docs":{"131":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"140":{"tf":1.0},"153":{"tf":1.0},"177":{"tf":1.0},"192":{"tf":1.0},"205":{"tf":1.0},"214":{"tf":1.7320508075688772},"344":{"tf":1.0},"386":{"tf":1.0}}}},"c":{"df":2,"docs":{"101":{"tf":1.0},"352":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":8,"docs":{"14":{"tf":1.0},"150":{"tf":1.7320508075688772},"190":{"tf":1.0},"192":{"tf":1.0},"204":{"tf":1.4142135623730951},"385":{"tf":1.0},"55":{"tf":1.4142135623730951},"59":{"tf":1.7320508075688772}},"e":{"[":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"55":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"150":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"_":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"204":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"171":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"55":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"252":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}}}}}},"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"274":{"tf":1.7320508075688772},"280":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"/":{"d":{"b":{"df":2,"docs":{"274":{"tf":1.7320508075688772},"280":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"/":{"c":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"274":{"tf":1.7320508075688772},"280":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":2,"docs":{"274":{"tf":1.7320508075688772},"280":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"274":{"tf":1.0},"306":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":44,"docs":{"122":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"235":{"tf":1.0},"240":{"tf":1.0},"246":{"tf":1.0},"252":{"tf":1.0},"254":{"tf":1.4142135623730951},"256":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"262":{"tf":1.0},"265":{"tf":1.0},"267":{"tf":1.0},"27":{"tf":1.4142135623730951},"274":{"tf":2.6457513110645907},"279":{"tf":1.0},"28":{"tf":1.4142135623730951},"280":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"303":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.4142135623730951},"316":{"tf":2.0},"317":{"tf":1.0},"321":{"tf":1.4142135623730951},"322":{"tf":1.4142135623730951},"324":{"tf":1.0},"354":{"tf":1.4142135623730951},"356":{"tf":1.0},"357":{"tf":1.7320508075688772},"359":{"tf":1.0},"360":{"tf":1.0},"361":{"tf":1.0},"363":{"tf":1.4142135623730951},"364":{"tf":1.4142135623730951},"368":{"tf":1.7320508075688772},"373":{"tf":1.0},"39":{"tf":1.4142135623730951},"71":{"tf":1.0},"74":{"tf":1.0},"83":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"15":{"tf":1.0},"250":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"189":{"tf":1.0}}}},"df":3,"docs":{"247":{"tf":1.0},"355":{"tf":1.0},"367":{"tf":1.0}},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"293":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"s":{"df":30,"docs":{"100":{"tf":1.7320508075688772},"101":{"tf":1.4142135623730951},"102":{"tf":1.7320508075688772},"104":{"tf":1.0},"158":{"tf":1.0},"228":{"tf":1.0},"246":{"tf":1.0},"351":{"tf":1.0},"352":{"tf":1.0},"354":{"tf":1.0},"355":{"tf":1.0},"356":{"tf":1.0},"357":{"tf":1.0},"358":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":1.0},"361":{"tf":1.0},"362":{"tf":1.0},"363":{"tf":1.0},"364":{"tf":1.0},"377":{"tf":1.4142135623730951},"378":{"tf":1.0},"379":{"tf":1.0},"380":{"tf":1.0},"381":{"tf":1.0},"382":{"tf":1.0},"383":{"tf":1.0},"384":{"tf":1.0},"386":{"tf":1.0},"39":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"223":{"tf":1.0},"225":{"tf":1.0}}}}}}}}}}}},"d":{"df":2,"docs":{"235":{"tf":1.4142135623730951},"357":{"tf":1.4142135623730951}}},"df":4,"docs":{"138":{"tf":1.0},"236":{"tf":1.0},"34":{"tf":1.0},"76":{"tf":1.0}},"f":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":5,"docs":{"299":{"tf":1.0},"317":{"tf":1.0},"322":{"tf":1.0},"66":{"tf":1.0},"70":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":2,"docs":{"305":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}}}}}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"299":{"tf":1.0},"319":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":2,"docs":{"299":{"tf":1.0},"319":{"tf":1.0}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"299":{"tf":1.0},"319":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"338":{"tf":1.0}}}},"df":0,"docs":{}},"df":8,"docs":{"100":{"tf":1.0},"138":{"tf":1.4142135623730951},"139":{"tf":1.7320508075688772},"206":{"tf":1.0},"299":{"tf":1.0},"319":{"tf":1.0},"386":{"tf":1.0},"80":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":9,"docs":{"13":{"tf":1.0},"140":{"tf":1.7320508075688772},"188":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":1.0},"276":{"tf":1.0},"322":{"tf":1.0},"360":{"tf":1.7320508075688772},"53":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"\\":{"df":0,"docs":{},"|":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"101":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{")":{".":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"2":{"df":1,"docs":{"101":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"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":{},"e":{"df":0,"docs":{},"r":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"101":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"101":{"tf":1.0},"147":{"tf":1.0}}}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"386":{"tf":1.0}}},"df":0,"docs":{}}}},"df":15,"docs":{"10":{"tf":1.0},"101":{"tf":3.3166247903554},"105":{"tf":1.0},"108":{"tf":1.0},"123":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.0},"175":{"tf":1.0},"19":{"tf":1.7320508075688772},"195":{"tf":1.0},"23":{"tf":1.4142135623730951},"343":{"tf":1.4142135623730951},"350":{"tf":1.4142135623730951},"386":{"tf":2.23606797749979},"79":{"tf":1.0}},"s":{"/":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"101":{"tf":1.0},"108":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"o":{"df":63,"docs":{"1":{"tf":1.0},"102":{"tf":2.0},"105":{"tf":1.0},"109":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.4142135623730951},"120":{"tf":1.7320508075688772},"122":{"tf":1.4142135623730951},"123":{"tf":1.0},"125":{"tf":1.0},"130":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"132":{"tf":1.0},"135":{"tf":1.0},"138":{"tf":1.4142135623730951},"14":{"tf":1.0},"140":{"tf":1.0},"153":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.4142135623730951},"177":{"tf":1.4142135623730951},"178":{"tf":1.0},"179":{"tf":1.4142135623730951},"181":{"tf":1.7320508075688772},"182":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.4142135623730951},"188":{"tf":1.4142135623730951},"189":{"tf":1.0},"190":{"tf":1.7320508075688772},"2":{"tf":1.0},"205":{"tf":1.0},"213":{"tf":1.0},"227":{"tf":1.4142135623730951},"244":{"tf":1.0},"261":{"tf":1.4142135623730951},"270":{"tf":1.0},"3":{"tf":1.0},"344":{"tf":1.7320508075688772},"352":{"tf":2.23606797749979},"36":{"tf":1.0},"379":{"tf":1.4142135623730951},"385":{"tf":1.7320508075688772},"386":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":1.0},"51":{"tf":2.0},"55":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"76":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"93":{"tf":1.0},"96":{"tf":1.0}},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"177":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"139":{"tf":1.0}}}}}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"344":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"130":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"102":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"(":{"df":0,"docs":{},"|":{"c":{"df":5,"docs":{"122":{"tf":1.0},"130":{"tf":1.0},"135":{"tf":1.0},"344":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"40":{"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":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"213":{"tf":1.0},"68":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"[":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"30":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"192":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":2,"docs":{"323":{"tf":1.0},"351":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"336":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"49":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":55,"docs":{"100":{"tf":2.0},"101":{"tf":2.23606797749979},"102":{"tf":1.7320508075688772},"104":{"tf":2.449489742783178},"105":{"tf":1.0},"113":{"tf":1.7320508075688772},"115":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.4142135623730951},"124":{"tf":2.0},"125":{"tf":1.0},"138":{"tf":1.0},"14":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"148":{"tf":1.0},"173":{"tf":1.7320508075688772},"178":{"tf":1.0},"184":{"tf":1.4142135623730951},"189":{"tf":1.4142135623730951},"2":{"tf":1.0},"200":{"tf":1.0},"203":{"tf":1.0},"210":{"tf":1.0},"226":{"tf":1.0},"232":{"tf":1.0},"247":{"tf":1.4142135623730951},"274":{"tf":1.0},"31":{"tf":1.0},"337":{"tf":1.0},"351":{"tf":1.0},"352":{"tf":1.4142135623730951},"360":{"tf":1.0},"365":{"tf":1.4142135623730951},"368":{"tf":1.0},"370":{"tf":1.0},"371":{"tf":1.7320508075688772},"373":{"tf":1.0},"377":{"tf":1.0},"38":{"tf":1.4142135623730951},"380":{"tf":1.0},"381":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.4142135623730951},"55":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.4142135623730951},"80":{"tf":1.0},"9":{"tf":1.0},"94":{"tf":1.0},"98":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"113":{"tf":1.0},"247":{"tf":1.0},"365":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":8,"docs":{"234":{"tf":1.0},"235":{"tf":1.0},"252":{"tf":1.4142135623730951},"274":{"tf":1.7320508075688772},"296":{"tf":1.0},"307":{"tf":1.0},"357":{"tf":1.0},"65":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"117":{"tf":1.0},"285":{"tf":1.0},"38":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":13,"docs":{"117":{"tf":1.0},"125":{"tf":1.0},"15":{"tf":1.0},"158":{"tf":1.0},"190":{"tf":1.0},"223":{"tf":1.0},"225":{"tf":1.0},"227":{"tf":1.0},"264":{"tf":1.0},"272":{"tf":1.0},"5":{"tf":1.0},"76":{"tf":1.0},"82":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"117":{"tf":1.0},"38":{"tf":1.0},"58":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"140":{"tf":2.6457513110645907},"188":{"tf":1.0}},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"31":{"tf":1.0}}}}}}}}}}},"i":{"/":{"c":{"d":{"df":4,"docs":{"121":{"tf":1.0},"14":{"tf":1.0},"221":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"274":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":33,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"120":{"tf":2.0},"121":{"tf":1.4142135623730951},"125":{"tf":1.0},"15":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"164":{"tf":1.0},"166":{"tf":1.4142135623730951},"194":{"tf":1.0},"220":{"tf":1.0},"222":{"tf":1.0},"227":{"tf":1.0},"229":{"tf":1.0},"232":{"tf":1.0},"236":{"tf":1.4142135623730951},"244":{"tf":1.0},"251":{"tf":1.0},"271":{"tf":1.0},"272":{"tf":1.4142135623730951},"273":{"tf":1.7320508075688772},"274":{"tf":2.23606797749979},"275":{"tf":1.0},"280":{"tf":1.0},"288":{"tf":1.0},"292":{"tf":1.0},"304":{"tf":1.0},"313":{"tf":1.0},"314":{"tf":1.4142135623730951},"50":{"tf":1.0},"63":{"tf":1.0}},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"258":{"tf":1.0},"28":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"355":{"tf":1.0}}},"df":0,"docs":{}}}},"df":37,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.4142135623730951},"113":{"tf":1.0},"121":{"tf":1.0},"19":{"tf":1.4142135623730951},"213":{"tf":1.0},"220":{"tf":1.0},"226":{"tf":1.4142135623730951},"232":{"tf":1.0},"237":{"tf":1.0},"239":{"tf":1.7320508075688772},"241":{"tf":1.0},"243":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.4142135623730951},"255":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.7320508075688772},"28":{"tf":1.7320508075688772},"298":{"tf":3.3166247903554},"303":{"tf":1.0},"351":{"tf":1.0},"352":{"tf":1.0},"356":{"tf":2.449489742783178},"365":{"tf":1.0},"372":{"tf":1.4142135623730951},"380":{"tf":1.0},"381":{"tf":1.0},"384":{"tf":2.0},"39":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"66":{"tf":1.7320508075688772},"69":{"tf":1.0},"70":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":10,"docs":{"100":{"tf":1.0},"232":{"tf":1.0},"239":{"tf":1.0},"258":{"tf":1.0},"28":{"tf":1.0},"356":{"tf":1.0},"384":{"tf":1.0},"44":{"tf":1.0},"66":{"tf":1.0},"72":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"206":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"337":{"tf":1.0},"63":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"115":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"352":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":10,"docs":{"175":{"tf":1.0},"205":{"tf":1.0},"251":{"tf":1.0},"274":{"tf":1.0},"275":{"tf":1.4142135623730951},"321":{"tf":1.0},"360":{"tf":1.0},"363":{"tf":1.7320508075688772},"382":{"tf":1.0},"46":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"[":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"150":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"55":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":17,"docs":{"122":{"tf":1.7320508075688772},"124":{"tf":1.0},"14":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.0},"192":{"tf":1.0},"218":{"tf":1.0},"253":{"tf":1.4142135623730951},"287":{"tf":1.0},"321":{"tf":1.0},"351":{"tf":1.4142135623730951},"38":{"tf":1.0},"382":{"tf":1.0},"386":{"tf":1.0},"49":{"tf":1.0},"55":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951}},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"d":{":":{":":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"(":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"205":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"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":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"122":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":3,"docs":{"122":{"tf":1.0},"205":{"tf":2.23606797749979},"62":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"r":{"df":10,"docs":{"115":{"tf":1.0},"125":{"tf":1.0},"13":{"tf":1.0},"192":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"252":{"tf":1.0},"33":{"tf":1.0},"63":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":1,"docs":{"36":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"173":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.4142135623730951},"328":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":14,"docs":{"141":{"tf":1.0},"167":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"203":{"tf":2.0},"204":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"210":{"tf":1.7320508075688772},"211":{"tf":1.7320508075688772},"213":{"tf":1.0},"328":{"tf":1.0},"35":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"58":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"150":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"[":{"0":{"]":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"172":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":8,"docs":{"115":{"tf":1.0},"139":{"tf":2.8284271247461903},"150":{"tf":1.0},"151":{"tf":1.0},"385":{"tf":1.0},"50":{"tf":2.0},"86":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"248":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":2,"docs":{"18":{"tf":1.0},"205":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"d":{"df":1,"docs":{"234":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":4,"docs":{"171":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.0},"362":{"tf":1.0}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"40":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"'":{"df":1,"docs":{"138":{"tf":1.4142135623730951}}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"167":{"tf":1.0}}}}},"df":46,"docs":{"1":{"tf":1.0},"115":{"tf":1.0},"120":{"tf":1.0},"125":{"tf":1.4142135623730951},"126":{"tf":1.0},"13":{"tf":1.0},"155":{"tf":1.0},"16":{"tf":1.0},"161":{"tf":1.7320508075688772},"163":{"tf":1.4142135623730951},"164":{"tf":1.4142135623730951},"165":{"tf":1.0},"166":{"tf":1.4142135623730951},"186":{"tf":1.0},"189":{"tf":1.0},"192":{"tf":1.0},"205":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.0},"245":{"tf":2.0},"248":{"tf":1.0},"250":{"tf":1.7320508075688772},"251":{"tf":1.0},"263":{"tf":1.4142135623730951},"264":{"tf":1.4142135623730951},"266":{"tf":1.0},"270":{"tf":1.4142135623730951},"273":{"tf":1.4142135623730951},"3":{"tf":1.0},"302":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"323":{"tf":1.4142135623730951},"34":{"tf":1.0},"351":{"tf":1.4142135623730951},"359":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.4142135623730951},"383":{"tf":1.0},"386":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.0},"57":{"tf":1.0},"63":{"tf":1.4142135623730951},"71":{"tf":1.0},"94":{"tf":1.0}},"—":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"192":{"tf":1.0}}}}}}}}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":12,"docs":{"118":{"tf":1.0},"126":{"tf":1.4142135623730951},"194":{"tf":1.0},"20":{"tf":1.0},"202":{"tf":1.0},"208":{"tf":1.0},"269":{"tf":1.0},"28":{"tf":1.0},"325":{"tf":1.0},"357":{"tf":1.0},"360":{"tf":1.0},"37":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"53":{"tf":1.4142135623730951}},"i":{"c":{"df":0,"docs":{},"i":{"df":6,"docs":{"25":{"tf":1.0},"305":{"tf":1.0},"385":{"tf":1.0},"50":{"tf":1.4142135623730951},"53":{"tf":1.0},"86":{"tf":1.0}}}},"df":0,"docs":{}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"31":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"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":{"98":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"329":{"tf":1.0}}}}}}}}},"df":23,"docs":{"116":{"tf":1.0},"119":{"tf":1.0},"121":{"tf":1.4142135623730951},"139":{"tf":1.0},"14":{"tf":1.0},"220":{"tf":1.0},"227":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"271":{"tf":1.0},"274":{"tf":1.4142135623730951},"275":{"tf":1.0},"281":{"tf":1.0},"3":{"tf":1.0},"314":{"tf":1.0},"315":{"tf":1.0},"322":{"tf":1.4142135623730951},"324":{"tf":1.0},"329":{"tf":1.4142135623730951},"55":{"tf":1.0},"62":{"tf":1.0},"81":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"306":{"tf":1.0}}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":11,"docs":{"114":{"tf":1.0},"126":{"tf":1.0},"129":{"tf":1.0},"180":{"tf":1.0},"185":{"tf":1.0},"190":{"tf":1.0},"192":{"tf":1.0},"299":{"tf":1.0},"38":{"tf":1.0},"386":{"tf":1.0},"64":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":8,"docs":{"149":{"tf":1.0},"266":{"tf":1.0},"279":{"tf":1.0},"302":{"tf":1.0},"323":{"tf":1.0},"358":{"tf":1.0},"367":{"tf":1.0},"371":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"117":{"tf":1.0},"120":{"tf":1.0},"95":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"124":{"tf":1.0},"252":{"tf":1.0},"304":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":32,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"110":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.0},"12":{"tf":1.0},"124":{"tf":1.0},"139":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"162":{"tf":1.0},"198":{"tf":1.0},"248":{"tf":1.0},"251":{"tf":1.0},"271":{"tf":1.0},"285":{"tf":1.0},"292":{"tf":1.0},"299":{"tf":1.0},"314":{"tf":1.0},"316":{"tf":1.0},"319":{"tf":1.0},"336":{"tf":1.0},"337":{"tf":1.0},"352":{"tf":1.0},"353":{"tf":1.0},"354":{"tf":1.0},"36":{"tf":1.0},"372":{"tf":1.0},"376":{"tf":1.0},"89":{"tf":1.0},"95":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":6,"docs":{"104":{"tf":1.0},"118":{"tf":1.0},"125":{"tf":1.0},"137":{"tf":1.0},"143":{"tf":1.0},"375":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"15":{"tf":1.0},"163":{"tf":1.0},"273":{"tf":1.0},"59":{"tf":1.0}}}}}}},"t":{"df":6,"docs":{"260":{"tf":1.0},"266":{"tf":1.0},"300":{"tf":1.0},"326":{"tf":1.0},"40":{"tf":1.0},"47":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"233":{"tf":1.0},"357":{"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":1,"docs":{"337":{"tf":1.0}}}}}},"t":{"df":29,"docs":{"102":{"tf":1.0},"12":{"tf":1.0},"121":{"tf":1.0},"126":{"tf":1.4142135623730951},"131":{"tf":1.0},"142":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.0},"19":{"tf":1.0},"203":{"tf":1.4142135623730951},"208":{"tf":1.0},"220":{"tf":1.0},"222":{"tf":1.0},"229":{"tf":1.0},"274":{"tf":1.0},"293":{"tf":1.0},"317":{"tf":1.0},"321":{"tf":1.4142135623730951},"334":{"tf":1.0},"350":{"tf":1.0},"363":{"tf":1.4142135623730951},"38":{"tf":1.0},"4":{"tf":1.0},"61":{"tf":1.0},"65":{"tf":1.0},"80":{"tf":1.0},"83":{"tf":1.0},"97":{"tf":1.0}}},"x":{"df":2,"docs":{"3":{"tf":1.0},"322":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":8,"docs":{"11":{"tf":1.0},"173":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"316":{"tf":1.0},"38":{"tf":1.0},"386":{"tf":1.4142135623730951},"46":{"tf":1.0}}},"s":{"df":92,"docs":{"0":{"tf":1.0},"1":{"tf":1.4142135623730951},"10":{"tf":1.0},"102":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.4142135623730951},"121":{"tf":1.0},"122":{"tf":1.4142135623730951},"124":{"tf":1.0},"125":{"tf":1.4142135623730951},"126":{"tf":1.7320508075688772},"131":{"tf":1.0},"132":{"tf":1.7320508075688772},"138":{"tf":1.0},"14":{"tf":1.0},"144":{"tf":1.4142135623730951},"146":{"tf":1.0},"154":{"tf":2.0},"156":{"tf":1.0},"16":{"tf":1.0},"160":{"tf":1.7320508075688772},"163":{"tf":1.4142135623730951},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"18":{"tf":1.0},"182":{"tf":1.0},"187":{"tf":1.0},"19":{"tf":1.0},"192":{"tf":1.0},"2":{"tf":1.0},"213":{"tf":1.0},"220":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.0},"241":{"tf":1.0},"244":{"tf":1.4142135623730951},"246":{"tf":1.0},"248":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"250":{"tf":1.7320508075688772},"251":{"tf":1.0},"256":{"tf":1.4142135623730951},"260":{"tf":1.0},"261":{"tf":2.0},"262":{"tf":1.0},"263":{"tf":1.0},"274":{"tf":3.3166247903554},"275":{"tf":1.0},"28":{"tf":3.0},"290":{"tf":1.7320508075688772},"295":{"tf":1.0},"297":{"tf":1.7320508075688772},"3":{"tf":1.4142135623730951},"300":{"tf":1.0},"301":{"tf":2.23606797749979},"304":{"tf":1.0},"311":{"tf":1.4142135623730951},"322":{"tf":2.6457513110645907},"326":{"tf":2.6457513110645907},"327":{"tf":1.7320508075688772},"332":{"tf":2.0},"348":{"tf":1.0},"351":{"tf":1.0},"352":{"tf":1.0},"358":{"tf":2.23606797749979},"359":{"tf":1.7320508075688772},"36":{"tf":1.0},"360":{"tf":2.0},"362":{"tf":1.0},"367":{"tf":1.7320508075688772},"368":{"tf":2.6457513110645907},"371":{"tf":1.4142135623730951},"374":{"tf":1.0},"38":{"tf":1.0},"382":{"tf":1.0},"383":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"39":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"45":{"tf":1.0},"46":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.7320508075688772},"68":{"tf":1.0},"71":{"tf":1.0},"73":{"tf":1.0},"76":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":2,"docs":{"322":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":3,"docs":{"282":{"tf":1.0},"327":{"tf":1.0},"360":{"tf":1.0}}}}}},"/":{"df":0,"docs":{},"k":{"8":{"df":22,"docs":{"138":{"tf":1.0},"18":{"tf":1.0},"226":{"tf":1.0},"238":{"tf":1.0},"247":{"tf":1.4142135623730951},"248":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.4142135623730951},"28":{"tf":1.0},"285":{"tf":1.0},"297":{"tf":1.4142135623730951},"299":{"tf":1.0},"305":{"tf":1.0},"317":{"tf":1.0},"351":{"tf":1.0},"359":{"tf":1.4142135623730951},"365":{"tf":1.4142135623730951},"367":{"tf":1.0},"383":{"tf":1.0},"384":{"tf":1.0},"44":{"tf":1.0},"70":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"[":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"163":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"=":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{"df":1,"docs":{"251":{"tf":1.0}}}}}}}},"df":1,"docs":{"303":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"274":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"260":{"tf":1.0},"295":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":7,"docs":{"256":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"28":{"tf":1.0},"322":{"tf":1.4142135623730951},"359":{"tf":1.0},"368":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":6,"docs":{"126":{"tf":1.4142135623730951},"131":{"tf":1.0},"160":{"tf":1.0},"39":{"tf":1.0},"66":{"tf":1.0},"71":{"tf":1.0}}}},"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"=":{"1":{"2":{"7":{".":{"0":{".":{"0":{".":{"1":{"df":1,"docs":{"322":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"y":{"=":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"d":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{":":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"322":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":1,"docs":{"301":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":2,"docs":{"260":{"tf":1.0},"301":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"301":{"tf":1.0}},"s":{"=":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"322":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":3,"docs":{"260":{"tf":1.0},"290":{"tf":1.0},"301":{"tf":1.4142135623730951}},"e":{"=":{"1":{"df":6,"docs":{"154":{"tf":1.0},"156":{"tf":1.0},"290":{"tf":1.0},"301":{"tf":1.0},"322":{"tf":1.4142135623730951},"368":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"273":{"tf":1.0}}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"[":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":13,"docs":{"130":{"tf":1.0},"135":{"tf":1.0},"160":{"tf":1.0},"213":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.0},"352":{"tf":1.0},"36":{"tf":1.0},"379":{"tf":1.4142135623730951},"386":{"tf":1.0},"41":{"tf":1.0},"66":{"tf":1.4142135623730951},"68":{"tf":1.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":6,"docs":{"130":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"28":{"tf":1.0},"348":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"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":{},"s":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"35":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":5,"docs":{"274":{"tf":1.0},"276":{"tf":1.0},"3":{"tf":1.0},"315":{"tf":1.0},"96":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"354":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":10,"docs":{"1":{"tf":1.0},"137":{"tf":2.0},"138":{"tf":1.7320508075688772},"139":{"tf":1.4142135623730951},"140":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"16":{"tf":1.0},"337":{"tf":1.0},"98":{"tf":1.0}},"u":{"df":2,"docs":{"30":{"tf":1.0},"32":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"n":{"df":10,"docs":{"117":{"tf":1.0},"122":{"tf":1.4142135623730951},"226":{"tf":1.0},"227":{"tf":2.0},"51":{"tf":1.0},"54":{"tf":1.0},"65":{"tf":1.0},"92":{"tf":1.7320508075688772},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"114":{"tf":1.0},"12":{"tf":1.0},"126":{"tf":1.0},"195":{"tf":1.0},"75":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":3,"docs":{"111":{"tf":1.0},"203":{"tf":1.0},"60":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":13,"docs":{"1":{"tf":1.0},"124":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.4142135623730951},"140":{"tf":1.0},"172":{"tf":1.0},"192":{"tf":1.0},"204":{"tf":1.0},"211":{"tf":1.0},"276":{"tf":1.0},"38":{"tf":1.0},"386":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"178":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"31":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"385":{"tf":1.0},"53":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"206":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":15,"docs":{"100":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":1.0},"260":{"tf":1.0},"342":{"tf":1.0},"343":{"tf":1.0},"36":{"tf":1.0},"364":{"tf":1.0},"368":{"tf":1.0},"45":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":2.23606797749979},"68":{"tf":1.4142135623730951},"69":{"tf":1.0},"74":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"321":{"tf":1.0}}}}},":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{":":{":":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"p":{"2":{"df":0,"docs":{},"p":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"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":{}},"[":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"35":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"216":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}}},"df":59,"docs":{"100":{"tf":1.7320508075688772},"101":{"tf":1.0},"102":{"tf":1.0},"106":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.0},"14":{"tf":1.4142135623730951},"147":{"tf":1.0},"15":{"tf":1.0},"150":{"tf":1.0},"154":{"tf":1.0},"156":{"tf":1.0},"19":{"tf":1.0},"192":{"tf":1.0},"203":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"21":{"tf":1.0},"213":{"tf":1.0},"216":{"tf":1.4142135623730951},"219":{"tf":1.0},"220":{"tf":1.4142135623730951},"222":{"tf":1.0},"226":{"tf":1.4142135623730951},"228":{"tf":1.0},"229":{"tf":1.0},"245":{"tf":1.0},"251":{"tf":1.0},"263":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"3":{"tf":1.0},"303":{"tf":1.4142135623730951},"305":{"tf":1.4142135623730951},"316":{"tf":1.0},"322":{"tf":1.0},"326":{"tf":1.0},"344":{"tf":1.0},"36":{"tf":1.0},"361":{"tf":1.0},"375":{"tf":1.0},"384":{"tf":1.0},"40":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"57":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0},"68":{"tf":1.0},"70":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"85":{"tf":1.0},"93":{"tf":1.0},"97":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"df":4,"docs":{"125":{"tf":1.0},"141":{"tf":1.0},"211":{"tf":1.0},"352":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"122":{"tf":1.0},"164":{"tf":1.0},"352":{"tf":1.0},"360":{"tf":1.7320508075688772},"365":{"tf":1.0},"372":{"tf":1.0},"380":{"tf":1.0}}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":9,"docs":{"101":{"tf":1.0},"138":{"tf":1.0},"205":{"tf":1.0},"21":{"tf":1.0},"340":{"tf":1.0},"358":{"tf":1.4142135623730951},"372":{"tf":1.0},"380":{"tf":1.0},"58":{"tf":1.0}},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":48,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"102":{"tf":1.4142135623730951},"104":{"tf":2.0},"119":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"127":{"tf":1.4142135623730951},"128":{"tf":1.0},"133":{"tf":1.0},"138":{"tf":2.449489742783178},"139":{"tf":1.7320508075688772},"14":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":2.0},"145":{"tf":1.0},"147":{"tf":1.4142135623730951},"16":{"tf":1.0},"184":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"205":{"tf":1.0},"213":{"tf":1.0},"226":{"tf":1.0},"25":{"tf":1.4142135623730951},"299":{"tf":1.0},"3":{"tf":1.0},"305":{"tf":1.0},"316":{"tf":1.0},"319":{"tf":1.0},"328":{"tf":1.4142135623730951},"352":{"tf":1.0},"362":{"tf":1.0},"364":{"tf":2.23606797749979},"365":{"tf":1.0},"375":{"tf":1.0},"377":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.4142135623730951},"46":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.4142135623730951},"53":{"tf":1.0},"61":{"tf":1.0},"77":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0}},"s":{".":{"*":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"\\":{"df":0,"docs":{},"|":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"104":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"_":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"=":{"0":{".":{"9":{"df":2,"docs":{"305":{"tf":1.0},"364":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":5,"docs":{"104":{"tf":1.0},"25":{"tf":1.0},"305":{"tf":1.0},"50":{"tf":1.0},"53":{"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":{},"f":{"df":0,"docs":{},"o":{"df":2,"docs":{"210":{"tf":1.0},"211":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"104":{"tf":1.4142135623730951},"25":{"tf":1.0},"305":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0}},"e":{"=":{"2":{"0":{"df":1,"docs":{"364":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":2,"docs":{"305":{"tf":1.0},"364":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"l":{"df":3,"docs":{"102":{"tf":1.0},"104":{"tf":1.0},"176":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"142":{"tf":1.0}}}}},"i":{"d":{"df":5,"docs":{"124":{"tf":1.0},"175":{"tf":1.0},"188":{"tf":1.0},"206":{"tf":1.0},"283":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"120":{"tf":1.0},"158":{"tf":1.0},"180":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"120":{"tf":1.0},"137":{"tf":1.4142135623730951},"139":{"tf":1.7320508075688772},"142":{"tf":1.0},"227":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":3,"docs":{"317":{"tf":1.0},"353":{"tf":1.0},"368":{"tf":1.0}}}},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"118":{"tf":1.4142135623730951},"125":{"tf":1.0}}}}},"df":2,"docs":{"118":{"tf":2.0},"207":{"tf":1.7320508075688772}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"251":{"tf":1.0},"304":{"tf":1.0}},"t":{"df":2,"docs":{"177":{"tf":1.0},"31":{"tf":1.0}}}}}},"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"193":{"tf":1.4142135623730951},"205":{"tf":1.0},"347":{"tf":1.0},"39":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"df":5,"docs":{"139":{"tf":1.0},"213":{"tf":1.0},"329":{"tf":1.4142135623730951},"39":{"tf":1.0},"65":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"329":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":30,"docs":{"120":{"tf":1.0},"137":{"tf":1.0},"139":{"tf":1.0},"160":{"tf":1.0},"164":{"tf":1.0},"227":{"tf":1.4142135623730951},"238":{"tf":1.4142135623730951},"260":{"tf":1.0},"261":{"tf":1.0},"274":{"tf":1.4142135623730951},"28":{"tf":1.0},"290":{"tf":1.4142135623730951},"297":{"tf":1.0},"298":{"tf":1.7320508075688772},"301":{"tf":2.0},"322":{"tf":3.4641016151377544},"359":{"tf":1.0},"360":{"tf":1.0},"362":{"tf":1.4142135623730951},"367":{"tf":2.0},"368":{"tf":3.0},"371":{"tf":1.0},"381":{"tf":1.0},"384":{"tf":1.0},"386":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"46":{"tf":1.0},"58":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{")":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"274":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":6,"docs":{"13":{"tf":1.0},"163":{"tf":1.0},"166":{"tf":1.0},"273":{"tf":1.0},"28":{"tf":1.4142135623730951},"3":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":1,"docs":{"205":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"<":{"b":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":7,"docs":{"115":{"tf":1.0},"12":{"tf":1.0},"137":{"tf":1.0},"171":{"tf":1.0},"336":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"10":{"tf":1.0},"192":{"tf":1.0},"205":{"tf":1.0},"214":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":15,"docs":{"104":{"tf":1.0},"134":{"tf":1.0},"138":{"tf":1.0},"141":{"tf":1.0},"168":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.4142135623730951},"219":{"tf":1.0},"220":{"tf":1.0},"229":{"tf":1.0},"24":{"tf":1.4142135623730951},"271":{"tf":1.0},"345":{"tf":1.0},"386":{"tf":1.0},"8":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"188":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"386":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"191":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"0":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"178":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"/":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":1,"docs":{"148":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"141":{"tf":1.0}}}}}}}}}}}},"df":50,"docs":{"1":{"tf":1.0},"102":{"tf":2.449489742783178},"113":{"tf":1.0},"114":{"tf":1.4142135623730951},"130":{"tf":1.0},"131":{"tf":1.0},"135":{"tf":1.0},"138":{"tf":1.0},"153":{"tf":1.4142135623730951},"154":{"tf":1.0},"156":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"164":{"tf":1.0},"167":{"tf":1.0},"178":{"tf":1.7320508075688772},"179":{"tf":1.0},"180":{"tf":2.0},"181":{"tf":1.0},"182":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.7320508075688772},"192":{"tf":1.0},"195":{"tf":1.0},"218":{"tf":1.0},"227":{"tf":1.0},"244":{"tf":1.0},"254":{"tf":1.0},"256":{"tf":1.0},"261":{"tf":1.0},"262":{"tf":1.0},"270":{"tf":1.0},"295":{"tf":1.0},"299":{"tf":1.0},"3":{"tf":1.4142135623730951},"301":{"tf":1.0},"306":{"tf":1.0},"316":{"tf":1.0},"322":{"tf":1.0},"344":{"tf":1.0},"352":{"tf":1.0},"364":{"tf":1.0},"367":{"tf":1.0},"379":{"tf":1.7320508075688772},"386":{"tf":1.0},"41":{"tf":1.4142135623730951},"58":{"tf":1.0},"60":{"tf":1.0},"73":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":6,"docs":{"160":{"tf":1.0},"19":{"tf":1.0},"28":{"tf":1.0},"39":{"tf":1.0},"66":{"tf":1.0},"70":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":7,"docs":{"102":{"tf":1.0},"137":{"tf":2.8284271247461903},"138":{"tf":1.7320508075688772},"180":{"tf":1.0},"184":{"tf":1.4142135623730951},"188":{"tf":1.4142135623730951},"189":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"=":{"1":{"2":{"0":{"df":1,"docs":{"102":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":10,"docs":{"102":{"tf":1.4142135623730951},"109":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"192":{"tf":1.0},"304":{"tf":1.0},"344":{"tf":1.0},"386":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"172":{"tf":1.0},"192":{"tf":1.0},"213":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"i":{"df":5,"docs":{"239":{"tf":1.0},"258":{"tf":1.0},"322":{"tf":1.4142135623730951},"356":{"tf":1.0},"384":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"[":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"35":{"tf":1.0}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"37":{"tf":1.0}}}}},"df":0,"docs":{}},"df":23,"docs":{"1":{"tf":1.0},"115":{"tf":1.0},"148":{"tf":1.0},"151":{"tf":1.0},"181":{"tf":1.0},"19":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"197":{"tf":1.0},"213":{"tf":1.0},"225":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":2.0},"36":{"tf":1.0},"362":{"tf":1.0},"37":{"tf":1.7320508075688772},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"75":{"tf":1.0},"76":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"123":{"tf":1.0},"142":{"tf":1.7320508075688772},"386":{"tf":1.0},"85":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":7,"docs":{"137":{"tf":2.0},"138":{"tf":1.4142135623730951},"139":{"tf":1.4142135623730951},"14":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"48":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"196":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":12,"docs":{"100":{"tf":1.7320508075688772},"104":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"171":{"tf":1.4142135623730951},"172":{"tf":1.7320508075688772},"352":{"tf":1.0},"361":{"tf":1.0},"378":{"tf":1.0},"53":{"tf":1.0},"78":{"tf":1.0},"92":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"373":{"tf":1.0},"59":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"65":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"125":{"tf":1.0},"129":{"tf":1.0}}}},"df":4,"docs":{"16":{"tf":1.4142135623730951},"219":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0}}}}}},"p":{"df":7,"docs":{"121":{"tf":1.0},"239":{"tf":1.0},"258":{"tf":1.0},"28":{"tf":1.0},"322":{"tf":1.0},"356":{"tf":1.0},"384":{"tf":1.0}},"u":{"/":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"124":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":5,"docs":{"177":{"tf":1.0},"19":{"tf":1.0},"246":{"tf":1.0},"354":{"tf":1.4142135623730951},"362":{"tf":1.4142135623730951}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":9,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.4142135623730951},"102":{"tf":1.0},"104":{"tf":1.0},"137":{"tf":1.0},"323":{"tf":1.0},"356":{"tf":1.0},"362":{"tf":1.0},"368":{"tf":2.23606797749979}}}},"t":{"df":0,"docs":{},"e":{":":{":":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"210":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":14,"docs":{"14":{"tf":1.0},"144":{"tf":1.0},"15":{"tf":1.0},"151":{"tf":1.0},"191":{"tf":1.0},"208":{"tf":1.0},"213":{"tf":1.7320508075688772},"35":{"tf":1.4142135623730951},"36":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.0},"68":{"tf":1.4142135623730951},"74":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":14,"docs":{"101":{"tf":2.0},"118":{"tf":1.0},"137":{"tf":1.0},"14":{"tf":1.0},"142":{"tf":1.0},"205":{"tf":1.0},"245":{"tf":1.0},"257":{"tf":1.0},"28":{"tf":1.0},"367":{"tf":1.0},"386":{"tf":1.4142135623730951},"51":{"tf":1.0},"70":{"tf":1.0},"75":{"tf":1.0}},"e":{"d":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"105":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"101":{"tf":1.0}}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":9,"docs":{"1":{"tf":1.0},"2":{"tf":1.0},"214":{"tf":1.0},"32":{"tf":1.0},"37":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"78":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"c":{"df":4,"docs":{"138":{"tf":1.0},"246":{"tf":1.0},"294":{"tf":1.0},"316":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"283":{"tf":1.0}}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"137":{"tf":1.0},"200":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"a":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"e":{",":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"_":{"d":{"a":{"_":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"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":4,"docs":{"255":{"tf":1.0},"299":{"tf":1.0},"317":{"tf":1.0},"73":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":3,"docs":{"299":{"tf":1.4142135623730951},"319":{"tf":1.4142135623730951},"386":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":3,"docs":{"237":{"tf":1.0},"354":{"tf":1.0},"356":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"t":{"df":0,"docs":{},"x":{".":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"170":{"tf":1.0}},"e":{"d":{"(":{")":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"174":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"b":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":2,"docs":{"171":{"tf":1.4142135623730951},"172":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"?":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"112":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"137":{"tf":1.7320508075688772},"141":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"172":{"tf":1.0},"203":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"204":{"tf":1.4142135623730951}}}}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"0":{"df":2,"docs":{"328":{"tf":1.0},"47":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"[":{"0":{"df":2,"docs":{"173":{"tf":1.0},"328":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"178":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"326":{"tf":1.0}}},"y":{"(":{")":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"(":{"df":0,"docs":{},"|":{"df":0,"docs":{},"p":{"df":3,"docs":{"326":{"tf":1.0},"47":{"tf":1.0},"73":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":8,"docs":{"112":{"tf":1.0},"171":{"tf":1.4142135623730951},"172":{"tf":1.0},"178":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.4142135623730951},"210":{"tf":1.4142135623730951},"211":{"tf":1.4142135623730951}}}},"u":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":6,"docs":{"143":{"tf":1.0},"144":{"tf":1.0},"148":{"tf":1.0},"274":{"tf":2.449489742783178},"275":{"tf":1.0},"36":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"/":{"b":{"d":{"d":{"df":2,"docs":{"143":{"tf":1.0},"274":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"[":{"c":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"35":{"tf":1.0}}},"df":0,"docs":{}}}},"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":{},"s":{"df":2,"docs":{"144":{"tf":1.0},"146":{"tf":1.0}}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"144":{"tf":1.0},"146":{"tf":1.0},"274":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"274":{"tf":1.4142135623730951}}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"[":{"c":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"*":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":1,"docs":{"374":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":15,"docs":{"137":{"tf":1.0},"138":{"tf":1.7320508075688772},"139":{"tf":1.0},"140":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.0},"169":{"tf":1.0},"173":{"tf":1.0},"177":{"tf":1.4142135623730951},"179":{"tf":1.4142135623730951},"19":{"tf":1.0},"318":{"tf":1.0},"367":{"tf":1.4142135623730951},"368":{"tf":1.0},"78":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"[":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"37":{"tf":1.0}}}}}}},"df":31,"docs":{"102":{"tf":1.0},"11":{"tf":1.0},"112":{"tf":1.0},"114":{"tf":1.0},"123":{"tf":1.0},"131":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":3.4641016151377544},"138":{"tf":1.7320508075688772},"139":{"tf":1.0},"14":{"tf":1.4142135623730951},"141":{"tf":2.0},"148":{"tf":1.0},"15":{"tf":1.0},"195":{"tf":1.0},"198":{"tf":1.0},"202":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"218":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"276":{"tf":1.0},"298":{"tf":1.0},"356":{"tf":1.0},"37":{"tf":2.23606797749979},"57":{"tf":1.0},"74":{"tf":1.0},"9":{"tf":1.0},"94":{"tf":1.0}}}}}}},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"304":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"[":{"4":{"df":1,"docs":{"76":{"tf":1.0}}},"df":0,"docs":{}},"a":{".":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{")":{".":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{"df":1,"docs":{"196":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{")":{".":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{")":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"2":{"0":{"df":1,"docs":{"194":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{")":{".":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"2":{"0":{"df":1,"docs":{"122":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":4,"docs":{"19":{"tf":1.0},"23":{"tf":1.0},"343":{"tf":1.0},"350":{"tf":1.0}}},"2":{")":{".":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"2":{"df":3,"docs":{"111":{"tf":1.0},"129":{"tf":1.0},"32":{"tf":1.0}}},"3":{"df":1,"docs":{"134":{"tf":1.0}}},"4":{"df":1,"docs":{"108":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"101":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"195":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"r":{"df":2,"docs":{"101":{"tf":1.0},"195":{"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":{},"n":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"129":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"343":{"tf":1.0}}}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"(":{"df":0,"docs":{},"|":{"d":{"a":{"df":15,"docs":{"101":{"tf":1.0},"108":{"tf":1.0},"111":{"tf":1.0},"122":{"tf":1.0},"129":{"tf":1.0},"134":{"tf":1.0},"19":{"tf":1.0},"194":{"tf":1.0},"196":{"tf":1.0},"23":{"tf":1.0},"32":{"tf":1.0},"343":{"tf":1.0},"350":{"tf":1.0},"40":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":2,"docs":{"105":{"tf":1.0},"40":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":2,"docs":{"101":{"tf":1.0},"195":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":59,"docs":{"1":{"tf":1.0},"10":{"tf":2.23606797749979},"101":{"tf":1.7320508075688772},"105":{"tf":1.0},"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":2.0},"129":{"tf":1.7320508075688772},"132":{"tf":1.0},"134":{"tf":1.0},"14":{"tf":1.0},"145":{"tf":1.0},"171":{"tf":1.0},"176":{"tf":1.0},"189":{"tf":1.0},"19":{"tf":1.4142135623730951},"2":{"tf":1.0},"21":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":1.0},"226":{"tf":1.0},"23":{"tf":1.4142135623730951},"237":{"tf":1.0},"241":{"tf":1.0},"243":{"tf":1.0},"247":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.7320508075688772},"3":{"tf":1.0},"304":{"tf":1.0},"316":{"tf":1.0},"319":{"tf":1.7320508075688772},"328":{"tf":1.0},"343":{"tf":1.7320508075688772},"350":{"tf":1.0},"351":{"tf":1.0},"352":{"tf":1.0},"356":{"tf":2.23606797749979},"36":{"tf":1.0},"365":{"tf":1.0},"377":{"tf":1.7320508075688772},"380":{"tf":1.0},"384":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":2.0},"44":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"66":{"tf":1.0},"79":{"tf":1.0},"93":{"tf":1.0},"96":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"18":{"tf":1.0},"244":{"tf":1.0},"273":{"tf":1.0},"358":{"tf":2.23606797749979},"365":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"283":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"351":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":3,"docs":{"267":{"tf":1.4142135623730951},"327":{"tf":1.0},"47":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"a":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"176":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":20,"docs":{"0":{"tf":1.0},"10":{"tf":2.0},"101":{"tf":1.4142135623730951},"125":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.0},"16":{"tf":1.0},"173":{"tf":1.0},"192":{"tf":1.0},"203":{"tf":1.0},"213":{"tf":1.0},"226":{"tf":1.0},"237":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.4142135623730951},"356":{"tf":1.0},"38":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":2.23606797749979},"65":{"tf":1.0}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"[":{"d":{"a":{"df":1,"docs":{"35":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"101":{"tf":1.4142135623730951},"105":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"y":{"df":3,"docs":{"274":{"tf":1.7320508075688772},"276":{"tf":1.4142135623730951},"281":{"tf":1.0}}}},"df":2,"docs":{"34":{"tf":1.0},"76":{"tf":1.0}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"368":{"tf":1.0}}}}}},"df":47,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"104":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"119":{"tf":1.4142135623730951},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"159":{"tf":1.0},"195":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"228":{"tf":1.4142135623730951},"229":{"tf":1.0},"255":{"tf":1.4142135623730951},"266":{"tf":1.7320508075688772},"281":{"tf":1.0},"288":{"tf":1.0},"289":{"tf":2.0},"29":{"tf":1.0},"299":{"tf":1.7320508075688772},"3":{"tf":1.0},"301":{"tf":1.4142135623730951},"302":{"tf":2.6457513110645907},"306":{"tf":1.4142135623730951},"310":{"tf":1.0},"312":{"tf":1.4142135623730951},"315":{"tf":1.0},"317":{"tf":1.7320508075688772},"322":{"tf":1.4142135623730951},"323":{"tf":1.4142135623730951},"325":{"tf":1.0},"331":{"tf":1.0},"333":{"tf":1.7320508075688772},"334":{"tf":1.0},"337":{"tf":1.0},"363":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":1.0},"51":{"tf":1.0},"97":{"tf":1.0}},"g":{"df":1,"docs":{"54":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"255":{"tf":1.0},"299":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"354":{"tf":1.0}}}}}},"{":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"228":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":3,"docs":{"124":{"tf":1.0},"163":{"tf":1.7320508075688772},"165":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"{":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"163":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"l":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":12,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"192":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"386":{"tf":1.0},"49":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"63":{"tf":1.0},"75":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"63":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"117":{"tf":1.0},"373":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"15":{"tf":1.0},"191":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"212":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":53,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"115":{"tf":1.0},"120":{"tf":1.0},"19":{"tf":1.0},"192":{"tf":1.0},"194":{"tf":1.0},"203":{"tf":1.0},"206":{"tf":1.0},"210":{"tf":1.0},"23":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"25":{"tf":1.0},"255":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0},"266":{"tf":1.0},"286":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"316":{"tf":1.0},"317":{"tf":1.0},"321":{"tf":1.0},"322":{"tf":1.4142135623730951},"323":{"tf":1.0},"324":{"tf":1.0},"327":{"tf":1.0},"351":{"tf":1.0},"363":{"tf":1.0},"367":{"tf":1.4142135623730951},"368":{"tf":1.4142135623730951},"385":{"tf":1.7320508075688772},"43":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":1.0},"50":{"tf":1.7320508075688772},"51":{"tf":1.0},"53":{"tf":1.7320508075688772},"97":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":16,"docs":{"14":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"192":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"213":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"232":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"355":{"tf":1.0},"40":{"tf":1.0},"57":{"tf":1.0},"76":{"tf":1.0},"80":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"115":{"tf":1.0},"144":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0}}}}}}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":2,"docs":{"137":{"tf":1.0},"180":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"y":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"188":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":5,"docs":{"138":{"tf":2.6457513110645907},"182":{"tf":1.0},"183":{"tf":1.4142135623730951},"304":{"tf":1.0},"79":{"tf":1.0}},"e":{"d":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"172":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"172":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"s":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"185":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"125":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"a":{"df":2,"docs":{"120":{"tf":1.0},"204":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"18":{"tf":1.0},"226":{"tf":1.0},"41":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":2,"docs":{"273":{"tf":1.0},"66":{"tf":1.7320508075688772}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":8,"docs":{"131":{"tf":1.0},"136":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":1.0},"274":{"tf":1.0},"36":{"tf":1.0},"65":{"tf":1.0},"71":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"358":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":8,"docs":{"102":{"tf":1.0},"14":{"tf":1.0},"164":{"tf":1.0},"274":{"tf":1.7320508075688772},"275":{"tf":1.0},"280":{"tf":1.4142135623730951},"85":{"tf":1.0},"86":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"205":{"tf":1.0},"218":{"tf":1.0}}}}}}},"df":0,"docs":{}},"[":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":2,"docs":{"150":{"tf":1.0},"2":{"tf":1.0}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"55":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"55":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":82,"docs":{"11":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"14":{"tf":2.0},"140":{"tf":1.0},"144":{"tf":1.7320508075688772},"145":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.7320508075688772},"161":{"tf":1.0},"167":{"tf":1.0},"178":{"tf":1.0},"19":{"tf":1.4142135623730951},"192":{"tf":1.4142135623730951},"2":{"tf":1.7320508075688772},"205":{"tf":2.23606797749979},"213":{"tf":1.7320508075688772},"214":{"tf":1.4142135623730951},"218":{"tf":1.7320508075688772},"219":{"tf":1.4142135623730951},"221":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.4142135623730951},"225":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.4142135623730951},"229":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.0},"26":{"tf":2.0},"28":{"tf":2.0},"3":{"tf":1.4142135623730951},"301":{"tf":1.0},"302":{"tf":1.4142135623730951},"304":{"tf":1.0},"305":{"tf":1.0},"316":{"tf":1.0},"32":{"tf":1.0},"327":{"tf":1.0},"33":{"tf":1.0},"348":{"tf":1.4142135623730951},"349":{"tf":1.0},"35":{"tf":2.0},"350":{"tf":1.0},"358":{"tf":1.4142135623730951},"359":{"tf":1.7320508075688772},"36":{"tf":2.0},"37":{"tf":1.7320508075688772},"370":{"tf":1.0},"38":{"tf":1.4142135623730951},"386":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951},"4":{"tf":1.0},"41":{"tf":1.7320508075688772},"45":{"tf":1.0},"47":{"tf":1.4142135623730951},"49":{"tf":1.0},"55":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"63":{"tf":1.0},"65":{"tf":1.7320508075688772},"66":{"tf":1.4142135623730951},"68":{"tf":2.0},"69":{"tf":1.0},"7":{"tf":1.0},"74":{"tf":1.4142135623730951},"76":{"tf":1.0},"8":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":1.0},"88":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951},"90":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"(":{"&":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":12,"docs":{"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"19":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"349":{"tf":1.0},"350":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"32":{"tf":1.0},"4":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.4142135623730951},"90":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"[":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"37":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"[":{"\"":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"35":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"370":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"—":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"15":{"tf":1.0},"222":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"203":{"tf":1.0},"210":{"tf":1.0}},"e":{"(":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"218":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"207":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":9,"docs":{"14":{"tf":1.0},"177":{"tf":1.0},"192":{"tf":1.0},"2":{"tf":1.0},"31":{"tf":1.0},"371":{"tf":1.0},"38":{"tf":1.0},"49":{"tf":1.0},"97":{"tf":1.4142135623730951}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":11,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"11":{"tf":1.0},"117":{"tf":1.0},"142":{"tf":1.0},"192":{"tf":1.0},"204":{"tf":1.4142135623730951},"386":{"tf":1.0},"65":{"tf":1.0},"95":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"167":{"tf":1.0},"362":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":6,"docs":{"11":{"tf":1.0},"117":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"227":{"tf":1.0},"63":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":11,"docs":{"18":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.4142135623730951},"251":{"tf":1.0},"259":{"tf":1.0},"270":{"tf":1.0},"286":{"tf":1.0},"323":{"tf":1.0},"351":{"tf":1.4142135623730951},"358":{"tf":1.4142135623730951},"362":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"184":{"tf":1.0}}}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"141":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"367":{"tf":1.0}}}},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"351":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":17,"docs":{"119":{"tf":1.0},"164":{"tf":1.0},"199":{"tf":1.0},"205":{"tf":1.0},"218":{"tf":1.0},"314":{"tf":1.0},"317":{"tf":1.0},"334":{"tf":1.0},"37":{"tf":1.0},"384":{"tf":1.0},"387":{"tf":1.0},"47":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"96":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"119":{"tf":1.0},"137":{"tf":1.4142135623730951},"298":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"355":{"tf":1.0},"51":{"tf":1.4142135623730951},"54":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"t":{"df":5,"docs":{"115":{"tf":1.4142135623730951},"117":{"tf":1.0},"352":{"tf":1.0},"385":{"tf":1.0},"51":{"tf":1.4142135623730951}}}}}}}}}}},"v":{"df":4,"docs":{"252":{"tf":1.0},"294":{"tf":1.0},"296":{"tf":1.0},"354":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":17,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"120":{"tf":2.0},"125":{"tf":1.0},"159":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.4142135623730951},"221":{"tf":1.0},"243":{"tf":1.0},"252":{"tf":1.0},"274":{"tf":1.0},"292":{"tf":1.0},"337":{"tf":1.0},"63":{"tf":1.0},"9":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"221":{"tf":1.0}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"190":{"tf":1.0}},"t":{"df":1,"docs":{"162":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":3,"docs":{"360":{"tf":1.0},"380":{"tf":1.0},"382":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":17,"docs":{"122":{"tf":1.0},"137":{"tf":3.0},"139":{"tf":1.4142135623730951},"14":{"tf":1.4142135623730951},"149":{"tf":1.0},"152":{"tf":1.0},"221":{"tf":1.0},"224":{"tf":1.0},"229":{"tf":1.0},"275":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"316":{"tf":1.0},"36":{"tf":1.0},"385":{"tf":1.0},"64":{"tf":1.0},"90":{"tf":1.0}}}}}},"r":{"df":1,"docs":{"298":{"tf":1.4142135623730951}},"e":{"c":{"df":0,"docs":{},"t":{"df":18,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"126":{"tf":1.0},"141":{"tf":1.4142135623730951},"173":{"tf":1.7320508075688772},"19":{"tf":1.0},"193":{"tf":1.4142135623730951},"195":{"tf":1.4142135623730951},"196":{"tf":1.0},"198":{"tf":1.4142135623730951},"208":{"tf":1.0},"254":{"tf":1.0},"256":{"tf":1.0},"262":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"39":{"tf":1.0},"96":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"159":{"tf":1.0},"176":{"tf":1.0},"254":{"tf":1.0},"256":{"tf":1.0},"262":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":22,"docs":{"153":{"tf":1.0},"156":{"tf":1.0},"19":{"tf":1.7320508075688772},"238":{"tf":1.0},"255":{"tf":1.4142135623730951},"28":{"tf":1.0},"298":{"tf":1.4142135623730951},"299":{"tf":1.4142135623730951},"307":{"tf":1.0},"317":{"tf":1.0},"318":{"tf":1.4142135623730951},"321":{"tf":2.0},"322":{"tf":1.0},"355":{"tf":1.0},"357":{"tf":1.4142135623730951},"363":{"tf":2.0},"367":{"tf":2.449489742783178},"381":{"tf":1.0},"46":{"tf":1.7320508075688772},"62":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":6,"docs":{"19":{"tf":1.0},"301":{"tf":1.0},"307":{"tf":1.0},"322":{"tf":1.0},"386":{"tf":1.0},"47":{"tf":1.0}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"363":{"tf":1.0}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":2,"docs":{"140":{"tf":1.0},"160":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"140":{"tf":1.7320508075688772}}}}}}}},"df":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"j":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":1,"docs":{"137":{"tf":1.0}}}}}}},"df":1,"docs":{"137":{"tf":1.0}}}}}}},"k":{"df":3,"docs":{"253":{"tf":1.0},"351":{"tf":1.0},"363":{"tf":1.4142135623730951}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"123":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":13,"docs":{"10":{"tf":1.0},"123":{"tf":1.0},"206":{"tf":1.0},"21":{"tf":1.0},"299":{"tf":1.0},"3":{"tf":1.0},"304":{"tf":1.0},"319":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.4142135623730951},"55":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"102":{"tf":1.0},"138":{"tf":1.0},"182":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"100":{"tf":1.0},"316":{"tf":1.0},"55":{"tf":1.0},"79":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"138":{"tf":1.0},"139":{"tf":1.0},"79":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"15":{"tf":1.0},"191":{"tf":1.0}},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"137":{"tf":2.23606797749979},"138":{"tf":1.0}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"16":{"tf":1.0}}}}}}}},"df":0,"docs":{},"k":{"8":{"df":2,"docs":{"66":{"tf":1.0},"69":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"274":{"tf":1.0}}}}}}}},"df":64,"docs":{"0":{"tf":1.0},"113":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.4142135623730951},"154":{"tf":1.0},"16":{"tf":1.0},"160":{"tf":1.0},"163":{"tf":1.0},"18":{"tf":1.7320508075688772},"213":{"tf":1.0},"221":{"tf":1.0},"226":{"tf":1.4142135623730951},"243":{"tf":1.0},"244":{"tf":2.23606797749979},"245":{"tf":2.0},"247":{"tf":1.7320508075688772},"248":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.4142135623730951},"253":{"tf":1.7320508075688772},"256":{"tf":1.0},"259":{"tf":1.0},"264":{"tf":1.7320508075688772},"270":{"tf":1.0},"273":{"tf":1.7320508075688772},"274":{"tf":3.3166247903554},"275":{"tf":1.4142135623730951},"28":{"tf":2.0},"280":{"tf":1.0},"285":{"tf":1.0},"286":{"tf":1.0},"287":{"tf":1.4142135623730951},"297":{"tf":1.4142135623730951},"301":{"tf":1.7320508075688772},"303":{"tf":1.0},"322":{"tf":3.605551275463989},"323":{"tf":1.0},"348":{"tf":1.0},"351":{"tf":2.6457513110645907},"358":{"tf":3.872983346207417},"359":{"tf":2.0},"36":{"tf":1.0},"360":{"tf":1.7320508075688772},"362":{"tf":2.449489742783178},"365":{"tf":1.7320508075688772},"367":{"tf":2.0},"368":{"tf":2.8284271247461903},"371":{"tf":1.0},"38":{"tf":1.0},"382":{"tf":1.7320508075688772},"383":{"tf":1.4142135623730951},"39":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"68":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":14,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0},"120":{"tf":1.0},"16":{"tf":1.0},"206":{"tf":1.0},"213":{"tf":1.0},"229":{"tf":1.0},"32":{"tf":1.4142135623730951},"337":{"tf":1.0},"387":{"tf":1.0},"66":{"tf":1.0},"95":{"tf":1.0}}}}}}}},"df":1,"docs":{"141":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":10,"docs":{"102":{"tf":1.4142135623730951},"137":{"tf":1.0},"138":{"tf":1.0},"176":{"tf":1.0},"357":{"tf":1.0},"358":{"tf":1.0},"378":{"tf":1.0},"379":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"14":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"'":{"df":0,"docs":{},"t":{"df":15,"docs":{"117":{"tf":1.0},"122":{"tf":2.449489742783178},"141":{"tf":1.0},"16":{"tf":1.4142135623730951},"166":{"tf":1.0},"181":{"tf":1.0},"190":{"tf":1.0},"252":{"tf":1.0},"352":{"tf":1.0},"358":{"tf":1.0},"379":{"tf":1.0},"385":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0}}}},"df":0,"docs":{},"e":{"[":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"228":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"274":{"tf":1.0},"368":{"tf":1.4142135623730951}}},"’":{"df":0,"docs":{},"t":{"df":2,"docs":{"210":{"tf":1.0},"373":{"tf":1.0}}}}},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"141":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"u":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"113":{"tf":1.0},"251":{"tf":1.0},"304":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"n":{"df":6,"docs":{"140":{"tf":1.0},"205":{"tf":1.0},"274":{"tf":1.0},"360":{"tf":1.0},"382":{"tf":1.0},"62":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":4,"docs":{"236":{"tf":1.0},"291":{"tf":1.0},"323":{"tf":1.0},"368":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":2,"docs":{"139":{"tf":1.0},"50":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"130":{"tf":1.0},"181":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"[":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"98":{"tf":1.0}}}},"df":0,"docs":{}},"df":10,"docs":{"101":{"tf":1.0},"137":{"tf":1.0},"184":{"tf":1.0},"192":{"tf":1.0},"2":{"tf":1.0},"203":{"tf":1.4142135623730951},"210":{"tf":1.0},"31":{"tf":1.0},"60":{"tf":1.0},"98":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"137":{"tf":1.7320508075688772},"205":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"l":{"[":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"35":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":26,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"115":{"tf":1.0},"14":{"tf":1.0},"193":{"tf":1.4142135623730951},"194":{"tf":1.4142135623730951},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.4142135623730951},"199":{"tf":1.4142135623730951},"200":{"tf":1.0},"203":{"tf":1.0},"207":{"tf":1.4142135623730951},"208":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":1.0},"336":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.0},"36":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"74":{"tf":1.0},"96":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":3,"docs":{"139":{"tf":1.0},"278":{"tf":1.0},"380":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"t":{"df":50,"docs":{"1":{"tf":1.0},"100":{"tf":1.7320508075688772},"101":{"tf":2.0},"102":{"tf":2.6457513110645907},"104":{"tf":1.7320508075688772},"113":{"tf":1.4142135623730951},"117":{"tf":2.0},"118":{"tf":1.7320508075688772},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.7320508075688772},"124":{"tf":1.0},"126":{"tf":1.0},"134":{"tf":1.0},"137":{"tf":1.0},"14":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.0},"150":{"tf":1.0},"175":{"tf":1.0},"19":{"tf":1.4142135623730951},"192":{"tf":1.0},"203":{"tf":1.0},"214":{"tf":1.0},"25":{"tf":1.4142135623730951},"250":{"tf":1.0},"255":{"tf":1.0},"260":{"tf":1.0},"266":{"tf":1.0},"295":{"tf":1.4142135623730951},"304":{"tf":1.7320508075688772},"32":{"tf":1.0},"346":{"tf":1.0},"352":{"tf":1.0},"364":{"tf":2.0},"365":{"tf":1.0},"385":{"tf":1.4142135623730951},"386":{"tf":2.23606797749979},"39":{"tf":1.0},"50":{"tf":1.4142135623730951},"53":{"tf":2.23606797749979},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"57":{"tf":1.0},"60":{"tf":1.7320508075688772},"76":{"tf":1.4142135623730951},"80":{"tf":1.0},"81":{"tf":1.0},"86":{"tf":1.0},"95":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"78":{"tf":1.0}}}}}}},":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"2":{"0":{"df":3,"docs":{"102":{"tf":1.0},"109":{"tf":1.0},"183":{"tf":1.0}}},"df":0,"docs":{}},"8":{"0":{"df":1,"docs":{"102":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"0":{"0":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"5":{"df":3,"docs":{"102":{"tf":1.0},"109":{"tf":1.0},"183":{"tf":1.0}}},"df":0,"docs":{}},"6":{"0":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}},"7":{"5":{"df":3,"docs":{"102":{"tf":1.0},"109":{"tf":1.0},"183":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"—":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"e":{"df":24,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"120":{"tf":1.0},"137":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"166":{"tf":1.0},"171":{"tf":1.0},"188":{"tf":1.0},"197":{"tf":1.0},"241":{"tf":1.4142135623730951},"251":{"tf":1.0},"28":{"tf":1.0},"304":{"tf":1.0},"307":{"tf":1.0},"337":{"tf":1.0},"356":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":1.0},"377":{"tf":1.0},"386":{"tf":1.4142135623730951},"80":{"tf":1.0},"81":{"tf":1.0},"98":{"tf":1.4142135623730951}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"122":{"tf":1.0},"132":{"tf":1.0},"140":{"tf":2.449489742783178}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":16,"docs":{"112":{"tf":1.0},"171":{"tf":1.7320508075688772},"172":{"tf":1.4142135623730951},"173":{"tf":1.0},"174":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.4142135623730951},"203":{"tf":2.0},"204":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"207":{"tf":1.0},"210":{"tf":1.7320508075688772},"211":{"tf":1.4142135623730951},"216":{"tf":1.0},"217":{"tf":1.0},"328":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},".":{"df":0,"docs":{},"g":{"df":26,"docs":{"117":{"tf":1.0},"139":{"tf":1.7320508075688772},"180":{"tf":1.0},"182":{"tf":1.0},"193":{"tf":1.0},"200":{"tf":1.0},"203":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"210":{"tf":1.0},"250":{"tf":1.0},"255":{"tf":1.0},"260":{"tf":1.0},"295":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.7320508075688772},"306":{"tf":1.0},"317":{"tf":1.0},"367":{"tf":1.4142135623730951},"373":{"tf":1.0},"375":{"tf":1.0},"383":{"tf":1.0},"386":{"tf":1.4142135623730951},"73":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"210":{"tf":1.0},"211":{"tf":1.0}}}}}}},"[":{"5":{"df":1,"docs":{"76":{"tf":1.0}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":20,"docs":{"105":{"tf":1.0},"111":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"14":{"tf":1.0},"169":{"tf":1.0},"172":{"tf":1.0},"176":{"tf":1.0},"202":{"tf":1.0},"213":{"tf":1.0},"227":{"tf":1.0},"318":{"tf":1.0},"353":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"386":{"tf":1.0},"55":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"119":{"tf":1.0}}}}},"s":{"df":1,"docs":{"160":{"tf":1.0}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"281":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"248":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":4,"docs":{"104":{"tf":1.0},"247":{"tf":1.0},"274":{"tf":1.4142135623730951},"368":{"tf":1.0}}}},"r":{"df":1,"docs":{"297":{"tf":1.0}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"360":{"tf":1.0}}}}},"df":46,"docs":{"122":{"tf":1.4142135623730951},"126":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"19":{"tf":1.0},"234":{"tf":1.0},"239":{"tf":1.0},"246":{"tf":1.0},"248":{"tf":1.7320508075688772},"250":{"tf":2.0},"251":{"tf":1.0},"268":{"tf":1.0},"27":{"tf":1.0},"274":{"tf":1.4142135623730951},"279":{"tf":1.0},"28":{"tf":1.0},"290":{"tf":1.0},"295":{"tf":1.0},"297":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"304":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"331":{"tf":1.0},"332":{"tf":1.0},"333":{"tf":1.0},"34":{"tf":1.0},"355":{"tf":1.0},"356":{"tf":1.0},"357":{"tf":1.0},"358":{"tf":1.0},"359":{"tf":1.0},"368":{"tf":1.0},"383":{"tf":1.0},"384":{"tf":1.0},"39":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":21,"docs":{"119":{"tf":1.0},"255":{"tf":1.0},"260":{"tf":1.0},"266":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"317":{"tf":1.0},"48":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"180":{"tf":1.0}}}}}}},"k":{"df":1,"docs":{"250":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"19":{"tf":1.0},"299":{"tf":1.0},"319":{"tf":1.0},"386":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"137":{"tf":1.0}}}}}}}}},"m":{"b":{"df":3,"docs":{"257":{"tf":1.0},"298":{"tf":1.0},"43":{"tf":1.0}},"e":{"d":{"df":3,"docs":{"151":{"tf":1.0},"256":{"tf":1.0},"41":{"tf":1.0}}},"df":0,"docs":{}},"o":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"115":{"tf":1.0},"31":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"203":{"tf":1.0},"363":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":5,"docs":{"18":{"tf":1.0},"244":{"tf":1.0},"259":{"tf":1.0},"303":{"tf":1.0},"351":{"tf":1.0}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":22,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"102":{"tf":1.4142135623730951},"115":{"tf":1.0},"119":{"tf":1.0},"245":{"tf":1.0},"255":{"tf":1.0},"261":{"tf":1.0},"274":{"tf":1.0},"28":{"tf":1.0},"289":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"303":{"tf":1.0},"306":{"tf":1.0},"317":{"tf":1.0},"324":{"tf":1.0},"326":{"tf":1.0},"344":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"73":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":13,"docs":{"102":{"tf":1.7320508075688772},"109":{"tf":1.0},"130":{"tf":1.0},"135":{"tf":1.0},"178":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"261":{"tf":1.0},"270":{"tf":1.0},"344":{"tf":1.4142135623730951},"379":{"tf":1.4142135623730951},"40":{"tf":1.0},"51":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"d":{"df":11,"docs":{"111":{"tf":1.0},"125":{"tf":1.4142135623730951},"129":{"tf":1.4142135623730951},"138":{"tf":1.0},"14":{"tf":1.0},"150":{"tf":1.0},"163":{"tf":1.7320508075688772},"209":{"tf":1.4142135623730951},"35":{"tf":2.23606797749979},"55":{"tf":2.449489742783178},"80":{"tf":1.0}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":14,"docs":{"141":{"tf":1.7320508075688772},"188":{"tf":1.0},"205":{"tf":1.0},"226":{"tf":1.0},"28":{"tf":1.0},"300":{"tf":1.4142135623730951},"317":{"tf":1.4142135623730951},"324":{"tf":1.0},"325":{"tf":1.0},"328":{"tf":1.0},"374":{"tf":1.0},"41":{"tf":1.0},"47":{"tf":1.7320508075688772},"58":{"tf":1.4142135623730951}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"329":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":5,"docs":{"192":{"tf":1.0},"206":{"tf":1.0},"304":{"tf":1.0},"385":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"221":{"tf":1.4142135623730951},"244":{"tf":1.0},"259":{"tf":1.0},"31":{"tf":1.0},"65":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":10,"docs":{"112":{"tf":1.0},"122":{"tf":1.0},"192":{"tf":1.0},"203":{"tf":1.0},"365":{"tf":1.4142135623730951},"377":{"tf":1.0},"378":{"tf":1.0},"53":{"tf":1.4142135623730951},"81":{"tf":1.0},"95":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":25,"docs":{"10":{"tf":1.0},"137":{"tf":2.0},"141":{"tf":1.0},"184":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"192":{"tf":1.4142135623730951},"200":{"tf":1.0},"206":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"232":{"tf":1.0},"25":{"tf":1.0},"275":{"tf":1.0},"287":{"tf":1.0},"322":{"tf":1.4142135623730951},"355":{"tf":1.0},"360":{"tf":1.0},"371":{"tf":1.0},"378":{"tf":1.0},"379":{"tf":1.0},"380":{"tf":1.0},"381":{"tf":1.0},"386":{"tf":1.4142135623730951},"85":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":6,"docs":{"213":{"tf":1.0},"301":{"tf":1.0},"322":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"66":{"tf":1.0}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"144":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0}}}}}}}}}},"v":{"df":16,"docs":{"104":{"tf":1.0},"122":{"tf":1.0},"261":{"tf":1.0},"267":{"tf":1.0},"27":{"tf":1.0},"274":{"tf":1.4142135623730951},"278":{"tf":1.4142135623730951},"28":{"tf":1.0},"289":{"tf":1.0},"290":{"tf":1.0},"313":{"tf":1.0},"326":{"tf":1.7320508075688772},"327":{"tf":1.0},"332":{"tf":1.0},"352":{"tf":1.0},"354":{"tf":1.0}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":62,"docs":{"10":{"tf":1.4142135623730951},"11":{"tf":1.0},"113":{"tf":1.0},"118":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":2.23606797749979},"125":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"154":{"tf":1.4142135623730951},"156":{"tf":1.4142135623730951},"158":{"tf":1.4142135623730951},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"164":{"tf":1.0},"166":{"tf":1.4142135623730951},"220":{"tf":1.4142135623730951},"221":{"tf":1.0},"222":{"tf":1.4142135623730951},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.4142135623730951},"235":{"tf":1.0},"244":{"tf":1.4142135623730951},"246":{"tf":1.0},"248":{"tf":1.4142135623730951},"250":{"tf":1.0},"251":{"tf":1.0},"255":{"tf":1.0},"260":{"tf":1.0},"266":{"tf":1.0},"271":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.4142135623730951},"276":{"tf":1.0},"28":{"tf":1.7320508075688772},"289":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.4142135623730951},"3":{"tf":1.0},"304":{"tf":1.0},"31":{"tf":1.4142135623730951},"313":{"tf":1.0},"317":{"tf":1.4142135623730951},"326":{"tf":1.0},"334":{"tf":1.0},"357":{"tf":1.4142135623730951},"385":{"tf":1.0},"386":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"55":{"tf":1.0},"58":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"8":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"352":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"199":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"r":{"(":{"\"":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"172":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"203":{"tf":1.0}},"t":{"df":1,"docs":{"112":{"tf":1.0}}}}}},"_":{"df":1,"docs":{"171":{"tf":1.0}}},"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"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":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"210":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"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":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"171":{"tf":1.0},"174":{"tf":1.0},"204":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{":":{":":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"a":{"d":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{":":{":":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"171":{"tf":1.4142135623730951},"172":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"d":{"(":{"_":{"df":1,"docs":{"172":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"171":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"/":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"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":{}}},"df":34,"docs":{"100":{"tf":1.0},"101":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"104":{"tf":1.0},"124":{"tf":1.0},"141":{"tf":1.4142135623730951},"18":{"tf":1.0},"204":{"tf":1.4142135623730951},"205":{"tf":1.0},"218":{"tf":1.0},"232":{"tf":1.4142135623730951},"241":{"tf":1.7320508075688772},"253":{"tf":1.0},"255":{"tf":1.0},"299":{"tf":1.0},"317":{"tf":1.0},"324":{"tf":1.4142135623730951},"351":{"tf":1.0},"352":{"tf":1.0},"355":{"tf":1.4142135623730951},"356":{"tf":2.0},"357":{"tf":1.4142135623730951},"358":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":1.4142135623730951},"361":{"tf":1.4142135623730951},"364":{"tf":1.0},"365":{"tf":1.0},"370":{"tf":1.4142135623730951},"372":{"tf":1.4142135623730951},"376":{"tf":1.0},"377":{"tf":1.0},"380":{"tf":1.0},"381":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":4,"docs":{"150":{"tf":1.0},"30":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"117":{"tf":1.0}}}}}},"t":{"c":{"df":12,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"171":{"tf":1.0},"203":{"tf":1.0},"205":{"tf":1.0},"243":{"tf":1.0},"246":{"tf":1.0},"270":{"tf":1.0},"307":{"tf":1.0},"318":{"tf":1.4142135623730951},"328":{"tf":1.0},"362":{"tf":1.0}}},"df":0,"docs":{}},"v":{"a":{"df":0,"docs":{},"l":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"98":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":4,"docs":{"28":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"332":{"tf":1.0}},"u":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"171":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"211":{"tf":1.0},"217":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"112":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":3,"docs":{"173":{"tf":1.0},"174":{"tf":1.0},"328":{"tf":1.0}}}}},"df":0,"docs":{}},"[":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"2":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"150":{"tf":1.0}}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"55":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":14,"docs":{"14":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.4142135623730951},"192":{"tf":1.0},"2":{"tf":1.0},"204":{"tf":1.4142135623730951},"211":{"tf":1.0},"364":{"tf":1.0},"38":{"tf":1.0},"386":{"tf":1.0},"55":{"tf":1.4142135623730951},"61":{"tf":1.0},"80":{"tf":1.0},"98":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":5,"docs":{"137":{"tf":1.0},"251":{"tf":1.0},"275":{"tf":1.0},"297":{"tf":1.0},"62":{"tf":1.0}},"t":{"df":4,"docs":{"102":{"tf":1.0},"373":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}},"s":{"<":{"b":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"df":2,"docs":{"138":{"tf":1.0},"354":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":6,"docs":{"1":{"tf":1.0},"230":{"tf":1.0},"248":{"tf":1.0},"251":{"tf":1.0},"28":{"tf":1.0},"383":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"137":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":3,"docs":{"191":{"tf":1.0},"38":{"tf":1.0},"63":{"tf":1.0}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"368":{"tf":1.4142135623730951},"50":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":107,"docs":{"102":{"tf":1.0},"114":{"tf":1.0},"118":{"tf":1.4142135623730951},"12":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.4142135623730951},"126":{"tf":1.7320508075688772},"131":{"tf":1.7320508075688772},"132":{"tf":1.0},"144":{"tf":1.4142135623730951},"145":{"tf":1.0},"146":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"149":{"tf":1.0},"15":{"tf":1.4142135623730951},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"157":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"171":{"tf":1.4142135623730951},"172":{"tf":1.4142135623730951},"173":{"tf":1.0},"176":{"tf":1.4142135623730951},"179":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":2.0},"199":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.4142135623730951},"206":{"tf":1.0},"208":{"tf":1.4142135623730951},"209":{"tf":1.0},"213":{"tf":1.7320508075688772},"214":{"tf":1.4142135623730951},"216":{"tf":1.0},"218":{"tf":1.7320508075688772},"220":{"tf":1.0},"222":{"tf":1.0},"229":{"tf":1.0},"240":{"tf":1.0},"246":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"254":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"265":{"tf":1.4142135623730951},"267":{"tf":1.4142135623730951},"27":{"tf":1.0},"273":{"tf":1.4142135623730951},"274":{"tf":1.4142135623730951},"28":{"tf":1.0},"29":{"tf":1.4142135623730951},"292":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.4142135623730951},"299":{"tf":1.4142135623730951},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.4142135623730951},"306":{"tf":1.4142135623730951},"308":{"tf":1.0},"314":{"tf":1.0},"316":{"tf":2.23606797749979},"317":{"tf":1.4142135623730951},"318":{"tf":1.0},"319":{"tf":1.0},"321":{"tf":1.4142135623730951},"322":{"tf":1.4142135623730951},"324":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"328":{"tf":1.0},"334":{"tf":1.0},"336":{"tf":1.0},"35":{"tf":2.0},"350":{"tf":1.0},"353":{"tf":1.0},"354":{"tf":1.4142135623730951},"356":{"tf":1.0},"357":{"tf":1.4142135623730951},"359":{"tf":1.0},"36":{"tf":1.0},"360":{"tf":1.0},"361":{"tf":1.0},"363":{"tf":1.4142135623730951},"364":{"tf":1.4142135623730951},"368":{"tf":2.0},"373":{"tf":1.0},"386":{"tf":1.0},"39":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"65":{"tf":1.7320508075688772},"66":{"tf":1.4142135623730951},"71":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951},"75":{"tf":1.0},"85":{"tf":1.0},"96":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":58,"docs":{"100":{"tf":1.0},"122":{"tf":1.4142135623730951},"126":{"tf":1.0},"151":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"19":{"tf":1.0},"232":{"tf":1.0},"234":{"tf":1.0},"239":{"tf":1.4142135623730951},"246":{"tf":1.0},"248":{"tf":1.7320508075688772},"250":{"tf":2.0},"251":{"tf":1.4142135623730951},"255":{"tf":1.0},"261":{"tf":1.0},"268":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"270":{"tf":1.0},"274":{"tf":1.7320508075688772},"279":{"tf":1.4142135623730951},"28":{"tf":1.0},"290":{"tf":1.0},"295":{"tf":1.0},"297":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"304":{"tf":1.4142135623730951},"307":{"tf":1.4142135623730951},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"331":{"tf":1.0},"332":{"tf":1.0},"333":{"tf":1.0},"351":{"tf":1.0},"355":{"tf":1.0},"356":{"tf":1.4142135623730951},"357":{"tf":1.4142135623730951},"358":{"tf":1.0},"359":{"tf":1.4142135623730951},"365":{"tf":1.0},"368":{"tf":1.4142135623730951},"381":{"tf":1.0},"383":{"tf":1.4142135623730951},"384":{"tf":1.4142135623730951},"39":{"tf":1.0},"44":{"tf":1.0},"66":{"tf":1.0},"70":{"tf":1.0}}}}},"/":{"c":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"144":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":2,"docs":{"213":{"tf":1.0},"65":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"k":{"8":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":2,"docs":{"213":{"tf":1.0},"65":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":2,"docs":{"213":{"tf":1.0},"65":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"218":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"216":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":5,"docs":{"126":{"tf":1.0},"19":{"tf":1.0},"214":{"tf":1.0},"39":{"tf":1.0},"74":{"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":0,"docs":{},"n":{"df":1,"docs":{"35":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"352":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"c":{"df":3,"docs":{"121":{"tf":1.0},"322":{"tf":1.0},"368":{"tf":1.0}},"u":{"df":0,"docs":{},"t":{"df":29,"docs":{"1":{"tf":1.0},"104":{"tf":1.0},"111":{"tf":1.0},"14":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":2.0},"2":{"tf":1.4142135623730951},"203":{"tf":1.0},"220":{"tf":1.0},"222":{"tf":1.0},"226":{"tf":1.0},"228":{"tf":1.0},"250":{"tf":1.0},"26":{"tf":1.7320508075688772},"276":{"tf":1.0},"292":{"tf":1.0},"34":{"tf":1.0},"349":{"tf":1.4142135623730951},"352":{"tf":1.0},"36":{"tf":1.4142135623730951},"38":{"tf":1.0},"386":{"tf":1.0},"39":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"65":{"tf":1.0},"76":{"tf":1.0},"96":{"tf":1.0},"98":{"tf":1.0}},"e":{"[":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"150":{"tf":1.0}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"55":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"386":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"r":{"df":54,"docs":{"1":{"tf":1.0},"10":{"tf":1.4142135623730951},"101":{"tf":3.1622776601683795},"102":{"tf":2.0},"109":{"tf":1.0},"113":{"tf":1.0},"123":{"tf":1.0},"126":{"tf":1.0},"132":{"tf":1.7320508075688772},"14":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.4142135623730951},"177":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"185":{"tf":1.0},"19":{"tf":1.4142135623730951},"190":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"226":{"tf":1.0},"233":{"tf":1.0},"235":{"tf":1.4142135623730951},"236":{"tf":1.0},"250":{"tf":1.0},"254":{"tf":1.0},"255":{"tf":1.4142135623730951},"260":{"tf":1.0},"266":{"tf":1.0},"27":{"tf":1.0},"274":{"tf":1.0},"295":{"tf":1.7320508075688772},"296":{"tf":1.4142135623730951},"305":{"tf":1.0},"31":{"tf":1.0},"316":{"tf":1.0},"318":{"tf":2.0},"321":{"tf":1.0},"323":{"tf":1.4142135623730951},"340":{"tf":1.0},"357":{"tf":2.0},"360":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":1.4142135623730951},"386":{"tf":1.4142135623730951},"39":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"78":{"tf":1.7320508075688772},"90":{"tf":1.0},"92":{"tf":1.0},"95":{"tf":1.0}},"s":{"(":{"1":{"df":5,"docs":{"21":{"tf":1.0},"4":{"tf":1.0},"78":{"tf":1.0},"83":{"tf":1.0},"92":{"tf":1.0}}},"2":{"df":3,"docs":{"118":{"tf":1.0},"32":{"tf":1.0},"340":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"90":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"n":{"df":1,"docs":{"101":{"tf":1.0}}}},".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"323":{"tf":1.0},"368":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":9,"docs":{"1":{"tf":1.0},"100":{"tf":1.0},"101":{"tf":1.0},"137":{"tf":1.4142135623730951},"140":{"tf":1.4142135623730951},"31":{"tf":1.0},"38":{"tf":1.0},"386":{"tf":1.0},"75":{"tf":1.0}}}}},"df":0,"docs":{}}},"h":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"122":{"tf":1.0},"137":{"tf":1.0},"362":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"352":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"372":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":19,"docs":{"137":{"tf":1.4142135623730951},"138":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"144":{"tf":1.0},"18":{"tf":1.0},"232":{"tf":1.0},"247":{"tf":1.4142135623730951},"248":{"tf":1.0},"251":{"tf":1.0},"273":{"tf":1.0},"297":{"tf":1.4142135623730951},"352":{"tf":1.0},"356":{"tf":1.0},"359":{"tf":1.0},"365":{"tf":1.4142135623730951},"377":{"tf":1.0},"381":{"tf":1.0},"384":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"355":{"tf":1.0}}}}}}}}}}},"t":{"df":1,"docs":{"274":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"197":{"tf":1.0},"209":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"171":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"100":{"tf":1.0},"195":{"tf":1.0},"198":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":35,"docs":{"102":{"tf":1.7320508075688772},"104":{"tf":1.0},"105":{"tf":1.0},"111":{"tf":1.0},"123":{"tf":2.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"151":{"tf":1.0},"183":{"tf":1.0},"19":{"tf":1.0},"194":{"tf":1.0},"196":{"tf":1.0},"198":{"tf":1.0},"32":{"tf":1.0},"345":{"tf":1.0},"349":{"tf":1.0},"350":{"tf":1.0},"364":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"80":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951},"90":{"tf":1.0},"94":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"217":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"217":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"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":{"37":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"203":{"tf":1.0},"210":{"tf":1.0}}}}}}},"df":0,"docs":{}},":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":1,"docs":{"195":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}},"[":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.0}}}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"345":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":118,"docs":{"1":{"tf":1.0},"100":{"tf":2.23606797749979},"101":{"tf":2.6457513110645907},"102":{"tf":2.449489742783178},"103":{"tf":1.0},"104":{"tf":1.4142135623730951},"105":{"tf":2.0},"11":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"114":{"tf":1.7320508075688772},"115":{"tf":1.0},"117":{"tf":1.0},"119":{"tf":1.0},"123":{"tf":1.4142135623730951},"124":{"tf":1.0},"125":{"tf":1.4142135623730951},"126":{"tf":1.0},"13":{"tf":1.0},"137":{"tf":3.0},"138":{"tf":1.4142135623730951},"139":{"tf":1.7320508075688772},"14":{"tf":1.7320508075688772},"140":{"tf":1.0},"141":{"tf":2.0},"142":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.4142135623730951},"15":{"tf":1.0},"150":{"tf":1.0},"162":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"171":{"tf":2.449489742783178},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.4142135623730951},"180":{"tf":1.0},"182":{"tf":1.0},"184":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"192":{"tf":2.23606797749979},"197":{"tf":2.0},"2":{"tf":1.4142135623730951},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":2.6457513110645907},"204":{"tf":2.8284271247461903},"205":{"tf":1.0},"209":{"tf":1.4142135623730951},"210":{"tf":1.7320508075688772},"211":{"tf":1.7320508075688772},"212":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":1.0},"217":{"tf":2.0},"223":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":2.0},"24":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":1.0},"26":{"tf":1.0},"261":{"tf":1.0},"28":{"tf":1.0},"298":{"tf":1.0},"3":{"tf":1.0},"304":{"tf":1.0},"32":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.0},"328":{"tf":1.4142135623730951},"33":{"tf":1.0},"345":{"tf":1.0},"35":{"tf":1.0},"356":{"tf":1.0},"36":{"tf":1.0},"364":{"tf":2.23606797749979},"37":{"tf":1.4142135623730951},"370":{"tf":1.4142135623730951},"374":{"tf":1.0},"377":{"tf":1.0},"38":{"tf":1.4142135623730951},"380":{"tf":1.0},"384":{"tf":1.0},"385":{"tf":1.4142135623730951},"386":{"tf":2.23606797749979},"47":{"tf":1.4142135623730951},"50":{"tf":2.6457513110645907},"52":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"59":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"78":{"tf":1.0},"80":{"tf":1.7320508075688772},"81":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":1.4142135623730951},"93":{"tf":1.0},"94":{"tf":1.0},"96":{"tf":1.4142135623730951},"97":{"tf":1.7320508075688772},"98":{"tf":1.7320508075688772}},"e":{"d":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"104":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"174":{"tf":1.7320508075688772}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"204":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":14,"docs":{"121":{"tf":1.0},"126":{"tf":1.0},"158":{"tf":1.0},"19":{"tf":1.0},"226":{"tf":1.0},"246":{"tf":1.0},"276":{"tf":1.0},"278":{"tf":1.0},"286":{"tf":1.0},"294":{"tf":1.0},"351":{"tf":1.0},"386":{"tf":1.0},"39":{"tf":1.0},"71":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"1":{"tf":1.4142135623730951},"140":{"tf":1.0},"32":{"tf":1.0},"76":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"203":{"tf":1.0},"354":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":7,"docs":{"117":{"tf":1.4142135623730951},"14":{"tf":1.0},"185":{"tf":1.0},"67":{"tf":1.0},"75":{"tf":1.0},"79":{"tf":1.0},"95":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"115":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"120":{"tf":1.0},"13":{"tf":1.0},"195":{"tf":1.0},"368":{"tf":1.4142135623730951},"53":{"tf":1.0},"63":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"102":{"tf":1.0},"105":{"tf":1.0},"193":{"tf":1.0},"357":{"tf":1.0},"98":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"15":{"tf":1.0},"195":{"tf":1.0},"7":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":24,"docs":{"100":{"tf":1.0},"204":{"tf":1.0},"235":{"tf":1.4142135623730951},"236":{"tf":1.4142135623730951},"246":{"tf":1.0},"257":{"tf":1.0},"260":{"tf":1.0},"264":{"tf":1.7320508075688772},"265":{"tf":1.4142135623730951},"266":{"tf":1.0},"267":{"tf":1.7320508075688772},"274":{"tf":1.0},"28":{"tf":1.4142135623730951},"294":{"tf":1.4142135623730951},"296":{"tf":1.4142135623730951},"297":{"tf":1.7320508075688772},"300":{"tf":2.0},"303":{"tf":1.4142135623730951},"324":{"tf":1.0},"327":{"tf":1.0},"357":{"tf":1.4142135623730951},"359":{"tf":1.0},"383":{"tf":1.0},"68":{"tf":1.0}}}},"s":{"df":8,"docs":{"143":{"tf":1.0},"180":{"tf":1.0},"187":{"tf":1.0},"203":{"tf":1.0},"207":{"tf":1.0},"325":{"tf":1.0},"329":{"tf":1.0},"73":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"329":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"—":{"a":{"d":{"df":0,"docs":{},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"352":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"115":{"tf":1.0},"3":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":19,"docs":{"11":{"tf":1.0},"114":{"tf":1.0},"134":{"tf":1.4142135623730951},"137":{"tf":1.0},"14":{"tf":1.0},"148":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.4142135623730951},"201":{"tf":1.0},"202":{"tf":1.4142135623730951},"206":{"tf":1.0},"218":{"tf":1.0},"352":{"tf":1.0},"37":{"tf":1.4142135623730951},"377":{"tf":1.0},"386":{"tf":1.0},"63":{"tf":1.0},"74":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":18,"docs":{"131":{"tf":1.0},"136":{"tf":1.4142135623730951},"14":{"tf":1.4142135623730951},"176":{"tf":1.0},"177":{"tf":1.0},"179":{"tf":1.0},"194":{"tf":1.0},"200":{"tf":1.0},"207":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"66":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":10,"docs":{"141":{"tf":1.0},"164":{"tf":1.0},"188":{"tf":1.0},"227":{"tf":1.0},"261":{"tf":1.0},"273":{"tf":1.0},"28":{"tf":1.0},"299":{"tf":1.0},"387":{"tf":1.0},"41":{"tf":1.0}}}}},"r":{"a":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"301":{"tf":1.0},"322":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"118":{"tf":1.0},"236":{"tf":1.0},"89":{"tf":1.0},"95":{"tf":1.0}}}},"df":3,"docs":{"101":{"tf":1.0},"253":{"tf":1.0},"303":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"354":{"tf":1.0}}}}}}}},"f":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"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":{"207":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"6":{"4":{"df":1,"docs":{"118":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"52":{"tf":1.4142135623730951},"65":{"tf":1.0}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"206":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":28,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"104":{"tf":1.0},"113":{"tf":1.0},"122":{"tf":1.0},"18":{"tf":1.0},"203":{"tf":1.0},"270":{"tf":1.0},"274":{"tf":1.4142135623730951},"275":{"tf":1.0},"281":{"tf":1.0},"355":{"tf":1.0},"356":{"tf":1.7320508075688772},"357":{"tf":1.0},"358":{"tf":1.4142135623730951},"359":{"tf":2.0},"360":{"tf":1.4142135623730951},"361":{"tf":1.7320508075688772},"364":{"tf":1.7320508075688772},"365":{"tf":1.4142135623730951},"369":{"tf":1.0},"370":{"tf":1.0},"372":{"tf":1.7320508075688772},"377":{"tf":1.0},"378":{"tf":1.0},"384":{"tf":1.0},"385":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":44,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.4142135623730951},"102":{"tf":1.0},"104":{"tf":1.0},"114":{"tf":1.0},"117":{"tf":1.0},"119":{"tf":1.4142135623730951},"121":{"tf":2.0},"122":{"tf":1.0},"124":{"tf":1.0},"135":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"14":{"tf":1.0},"180":{"tf":1.4142135623730951},"181":{"tf":1.0},"185":{"tf":1.0},"190":{"tf":1.0},"205":{"tf":1.0},"221":{"tf":1.0},"223":{"tf":1.4142135623730951},"225":{"tf":1.4142135623730951},"228":{"tf":1.0},"246":{"tf":1.0},"251":{"tf":1.0},"253":{"tf":1.0},"274":{"tf":2.23606797749979},"275":{"tf":1.0},"281":{"tf":1.7320508075688772},"288":{"tf":1.0},"29":{"tf":1.0},"290":{"tf":1.0},"329":{"tf":1.0},"336":{"tf":1.0},"337":{"tf":1.0},"351":{"tf":1.0},"353":{"tf":1.0},"363":{"tf":1.0},"368":{"tf":1.0},"370":{"tf":1.4142135623730951},"38":{"tf":1.0},"51":{"tf":1.4142135623730951},"61":{"tf":1.0},"63":{"tf":1.0}}}}},"r":{"df":1,"docs":{"137":{"tf":1.0}}}},"l":{"df":0,"docs":{},"s":{"df":11,"docs":{"102":{"tf":1.0},"205":{"tf":1.0},"225":{"tf":1.0},"255":{"tf":1.0},"274":{"tf":1.0},"299":{"tf":1.0},"304":{"tf":1.0},"317":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"53":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"16":{"tf":1.0}}}},"df":0,"docs":{}}}}},"q":{"df":6,"docs":{"11":{"tf":1.0},"117":{"tf":1.0},"124":{"tf":1.0},"336":{"tf":1.0},"337":{"tf":1.4142135623730951},"385":{"tf":1.0}}},"r":{"df":1,"docs":{"138":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":15,"docs":{"100":{"tf":1.0},"117":{"tf":1.0},"120":{"tf":1.7320508075688772},"122":{"tf":1.0},"124":{"tf":1.0},"153":{"tf":1.0},"159":{"tf":1.0},"163":{"tf":1.4142135623730951},"203":{"tf":1.0},"204":{"tf":1.0},"212":{"tf":1.0},"274":{"tf":1.0},"282":{"tf":1.0},"294":{"tf":1.0},"3":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"113":{"tf":1.0},"273":{"tf":1.0},"275":{"tf":1.0},"282":{"tf":1.0},"287":{"tf":1.0},"305":{"tf":1.0},"364":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"159":{"tf":1.0},"164":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"123":{"tf":1.0}}}}}},"df":7,"docs":{"207":{"tf":1.4142135623730951},"216":{"tf":2.0},"274":{"tf":1.0},"322":{"tf":1.4142135623730951},"323":{"tf":2.0},"360":{"tf":1.0},"368":{"tf":2.6457513110645907}},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":11,"docs":{"132":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.7320508075688772},"146":{"tf":1.0},"164":{"tf":1.4142135623730951},"214":{"tf":1.0},"261":{"tf":1.0},"275":{"tf":1.0},"3":{"tf":1.0},"303":{"tf":1.0},"41":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"190":{"tf":1.0}}}}}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"120":{"tf":1.4142135623730951},"124":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":8,"docs":{"167":{"tf":1.0},"171":{"tf":1.4142135623730951},"172":{"tf":1.4142135623730951},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"205":{"tf":1.0},"3":{"tf":1.0}}},"df":1,"docs":{"137":{"tf":2.0}}},"t":{"c":{"df":0,"docs":{},"h":{"df":11,"docs":{"239":{"tf":1.4142135623730951},"248":{"tf":1.0},"258":{"tf":1.0},"28":{"tf":1.0},"298":{"tf":1.0},"356":{"tf":1.0},"384":{"tf":1.0},"44":{"tf":1.0},"66":{"tf":1.0},"70":{"tf":1.0},"72":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"66":{"tf":1.0}}}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"361":{"tf":1.0}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":5,"docs":{"120":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"164":{"tf":1.0}}}}},"df":1,"docs":{"274":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"203":{"tf":1.0},"373":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"df":41,"docs":{"144":{"tf":1.0},"18":{"tf":1.7320508075688772},"19":{"tf":1.4142135623730951},"220":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.0},"229":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.7320508075688772},"238":{"tf":1.4142135623730951},"241":{"tf":1.0},"255":{"tf":1.0},"260":{"tf":1.4142135623730951},"270":{"tf":1.0},"282":{"tf":1.0},"298":{"tf":1.4142135623730951},"299":{"tf":1.7320508075688772},"314":{"tf":1.0},"317":{"tf":1.4142135623730951},"318":{"tf":2.0},"321":{"tf":1.7320508075688772},"322":{"tf":2.449489742783178},"351":{"tf":1.0},"352":{"tf":1.0},"354":{"tf":1.0},"355":{"tf":2.0},"356":{"tf":1.7320508075688772},"357":{"tf":1.7320508075688772},"360":{"tf":1.0},"362":{"tf":1.0},"367":{"tf":2.449489742783178},"368":{"tf":1.0},"372":{"tf":1.4142135623730951},"381":{"tf":1.4142135623730951},"384":{"tf":1.7320508075688772},"44":{"tf":1.4142135623730951},"46":{"tf":2.6457513110645907},"66":{"tf":1.0},"69":{"tf":1.0},"73":{"tf":1.4142135623730951}},"n":{"a":{"df":0,"docs":{},"m":{"df":9,"docs":{"261":{"tf":1.0},"28":{"tf":1.0},"298":{"tf":1.0},"318":{"tf":1.0},"321":{"tf":1.0},"351":{"tf":1.0},"356":{"tf":1.0},"368":{"tf":1.0},"384":{"tf":1.0}},"e":{"df":0,"docs":{},"—":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"l":{":":{"#":{"df":0,"docs":{},"e":{"1":{"df":0,"docs":{},"f":{"5":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":5,"docs":{"163":{"tf":1.0},"165":{"tf":1.0},"2":{"tf":1.0},"35":{"tf":1.0},"55":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"1":{"df":5,"docs":{"163":{"tf":1.0},"165":{"tf":1.0},"2":{"tf":1.0},"35":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"f":{"0":{"df":0,"docs":{},"f":{"0":{"df":0,"docs":{},"f":{"0":{"df":1,"docs":{"35":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"1":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"1":{"df":0,"docs":{},"e":{"1":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}},"f":{"5":{"df":6,"docs":{"163":{"tf":1.0},"165":{"tf":1.0},"2":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"f":{"4":{"df":0,"docs":{},"e":{"1":{"df":4,"docs":{"2":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"137":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":14,"docs":{"137":{"tf":1.0},"255":{"tf":1.0},"260":{"tf":1.0},"274":{"tf":1.4142135623730951},"299":{"tf":1.4142135623730951},"301":{"tf":1.0},"317":{"tf":1.0},"319":{"tf":1.4142135623730951},"322":{"tf":1.7320508075688772},"360":{"tf":1.0},"362":{"tf":1.0},"368":{"tf":2.0},"371":{"tf":1.0},"73":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"b":{"(":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"204":{"tf":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":{"204":{"tf":1.0}}}}}}}}},"df":6,"docs":{"137":{"tf":1.4142135623730951},"138":{"tf":1.0},"142":{"tf":1.0},"150":{"tf":1.0},"173":{"tf":1.4142135623730951},"347":{"tf":1.0}}}},"d":{"df":9,"docs":{"121":{"tf":1.0},"133":{"tf":1.0},"176":{"tf":1.0},"334":{"tf":1.0},"337":{"tf":1.0},"360":{"tf":1.0},"365":{"tf":1.0},"366":{"tf":1.0},"368":{"tf":2.0}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"360":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":5,"docs":{"255":{"tf":1.0},"260":{"tf":1.0},"299":{"tf":1.0},"317":{"tf":1.0},"385":{"tf":1.0}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":5,"docs":{"204":{"tf":1.7320508075688772},"211":{"tf":1.0},"342":{"tf":1.0},"343":{"tf":1.0},"354":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":21,"docs":{"115":{"tf":1.0},"119":{"tf":1.0},"124":{"tf":1.0},"131":{"tf":1.0},"137":{"tf":1.0},"15":{"tf":1.0},"171":{"tf":1.0},"178":{"tf":1.0},"19":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"225":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"247":{"tf":1.0},"357":{"tf":1.0},"368":{"tf":1.7320508075688772},"371":{"tf":1.0},"372":{"tf":1.0},"51":{"tf":1.0},"77":{"tf":1.0}},"—":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":1,"docs":{"181":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"385":{"tf":1.0}}}}}}}}}},"t":{"df":7,"docs":{"120":{"tf":1.0},"209":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"227":{"tf":1.0},"38":{"tf":1.0}}},"x":{"df":30,"docs":{"114":{"tf":1.0},"137":{"tf":1.0},"228":{"tf":1.0},"232":{"tf":1.0},"248":{"tf":1.0},"271":{"tf":1.0},"337":{"tf":1.0},"353":{"tf":1.0},"354":{"tf":1.0},"355":{"tf":1.0},"356":{"tf":1.4142135623730951},"357":{"tf":1.4142135623730951},"358":{"tf":1.0},"359":{"tf":1.4142135623730951},"360":{"tf":1.0},"361":{"tf":1.0},"362":{"tf":1.0},"363":{"tf":1.0},"364":{"tf":1.0},"377":{"tf":1.0},"378":{"tf":1.0},"379":{"tf":1.0},"380":{"tf":1.0},"381":{"tf":1.0},"382":{"tf":1.0},"383":{"tf":1.4142135623730951},"384":{"tf":1.4142135623730951},"385":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"137":{"tf":1.0},"162":{"tf":1.0},"182":{"tf":1.0},"367":{"tf":1.0}}},"k":{"df":0,"docs":{},"i":{"df":3,"docs":{"124":{"tf":1.4142135623730951},"352":{"tf":1.0},"362":{"tf":1.0}}}},"p":{"df":2,"docs":{"182":{"tf":1.0},"190":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"148":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"138":{"tf":1.7320508075688772},"141":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"w":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":12,"docs":{"150":{"tf":1.0},"163":{"tf":1.0},"165":{"tf":1.0},"2":{"tf":1.0},"228":{"tf":1.0},"329":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"55":{"tf":1.0},"76":{"tf":1.0},"98":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":5,"docs":{"150":{"tf":1.0},"329":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"63":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"193":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":1.0},"36":{"tf":1.0},"40":{"tf":1.0}}}}}}},"n":{"df":57,"docs":{"112":{"tf":1.0},"118":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"151":{"tf":1.0},"171":{"tf":2.0},"172":{"tf":2.0},"173":{"tf":1.0},"174":{"tf":1.0},"178":{"tf":1.4142135623730951},"179":{"tf":1.4142135623730951},"183":{"tf":1.0},"19":{"tf":1.0},"203":{"tf":2.6457513110645907},"204":{"tf":2.0},"205":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"207":{"tf":2.6457513110645907},"21":{"tf":1.0},"210":{"tf":2.23606797749979},"211":{"tf":1.7320508075688772},"216":{"tf":2.8284271247461903},"217":{"tf":2.23606797749979},"218":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"328":{"tf":1.0},"340":{"tf":1.0},"341":{"tf":1.0},"342":{"tf":1.0},"343":{"tf":1.0},"344":{"tf":1.0},"345":{"tf":1.0},"346":{"tf":1.0},"347":{"tf":1.0},"348":{"tf":1.0},"349":{"tf":1.0},"350":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.4142135623730951},"89":{"tf":2.0},"90":{"tf":2.0}},"o":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"207":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"216":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"o":{"c":{"df":0,"docs":{},"u":{"df":4,"docs":{"179":{"tf":1.0},"181":{"tf":1.0},"372":{"tf":1.0},"49":{"tf":1.0}},"s":{"df":6,"docs":{"149":{"tf":1.0},"16":{"tf":1.0},"186":{"tf":1.0},"224":{"tf":1.0},"65":{"tf":1.0},"95":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":8,"docs":{"150":{"tf":1.0},"222":{"tf":1.0},"322":{"tf":1.0},"33":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":1.0},"38":{"tf":1.0},"76":{"tf":1.0}}}}}},"r":{"c":{"df":3,"docs":{"251":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"210":{"tf":1.0},"354":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"102":{"tf":1.0},"122":{"tf":1.0}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"115":{"tf":1.0}}}}}}}},"k":{"df":1,"docs":{"138":{"tf":1.7320508075688772}}},"m":{"a":{"df":0,"docs":{},"t":{"=":{"'":{"df":0,"docs":{},"{":{"df":0,"docs":{},"{":{".":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"274":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":3,"docs":{"260":{"tf":1.0},"295":{"tf":1.0},"373":{"tf":1.0}}}},"df":1,"docs":{"38":{"tf":1.0}},"u":{"df":0,"docs":{},"l":{"a":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":3,"docs":{"251":{"tf":1.0},"267":{"tf":1.0},"302":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"11":{"tf":1.0},"115":{"tf":1.0},"30":{"tf":1.0},"36":{"tf":1.0}}}},"df":10,"docs":{"200":{"tf":1.0},"232":{"tf":1.0},"241":{"tf":1.0},"355":{"tf":1.0},"356":{"tf":1.0},"357":{"tf":1.4142135623730951},"359":{"tf":1.4142135623730951},"372":{"tf":1.0},"383":{"tf":1.0},"384":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"'":{"df":1,"docs":{"176":{"tf":1.0}}},"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"k":{"/":{"c":{"df":0,"docs":{},"f":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":5,"docs":{"260":{"tf":1.0},"322":{"tf":1.0},"367":{"tf":1.7320508075688772},"45":{"tf":1.0},"46":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"z":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":9,"docs":{"239":{"tf":1.4142135623730951},"258":{"tf":1.0},"270":{"tf":1.0},"28":{"tf":1.0},"298":{"tf":1.0},"356":{"tf":1.4142135623730951},"372":{"tf":1.0},"377":{"tf":1.0},"384":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"z":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":12,"docs":{"238":{"tf":1.0},"239":{"tf":1.0},"241":{"tf":1.0},"247":{"tf":1.0},"28":{"tf":1.0},"298":{"tf":1.0},"351":{"tf":1.0},"356":{"tf":1.7320508075688772},"365":{"tf":1.0},"384":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0}}}},"df":0,"docs":{}}},"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":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"45":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"n":{"a":{"/":{"d":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"327":{"tf":1.0},"47":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":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":{"69":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"213":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"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":2,"docs":{"214":{"tf":1.0},"74":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"r":{"df":2,"docs":{"213":{"tf":1.0},"74":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"328":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"214":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"214":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"u":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"144":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":2,"docs":{"214":{"tf":1.0},"74":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"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":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{",":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{",":{"df":0,"docs":{},"k":{"8":{"df":1,"docs":{"213":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"203":{"tf":1.0},"204":{"tf":1.0},"213":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"214":{"tf":1.0},"74":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{".":{"df":0,"docs":{},"r":{"df":2,"docs":{"216":{"tf":1.0},"217":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"217":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":2,"docs":{"214":{"tf":1.0},"74":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":2,"docs":{"214":{"tf":1.0},"74":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"216":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}},"df":62,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"114":{"tf":1.0},"131":{"tf":1.0},"136":{"tf":1.0},"138":{"tf":1.0},"14":{"tf":1.4142135623730951},"145":{"tf":1.0},"148":{"tf":1.0},"151":{"tf":1.0},"177":{"tf":1.0},"181":{"tf":1.4142135623730951},"19":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.4142135623730951},"209":{"tf":1.0},"213":{"tf":1.4142135623730951},"218":{"tf":1.0},"219":{"tf":1.0},"221":{"tf":1.0},"227":{"tf":1.0},"235":{"tf":1.0},"249":{"tf":1.0},"25":{"tf":1.0},"274":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"299":{"tf":1.0},"30":{"tf":1.0},"306":{"tf":2.0},"31":{"tf":1.4142135623730951},"316":{"tf":1.7320508075688772},"33":{"tf":1.0},"35":{"tf":1.0},"357":{"tf":1.0},"36":{"tf":1.4142135623730951},"363":{"tf":1.0},"37":{"tf":1.4142135623730951},"370":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"39":{"tf":1.4142135623730951},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"53":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.0},"71":{"tf":1.0},"79":{"tf":1.0},"85":{"tf":1.0},"9":{"tf":1.0}},"’":{"df":1,"docs":{"115":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":2,"docs":{"351":{"tf":1.0},"360":{"tf":1.0}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"102":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":6,"docs":{"132":{"tf":1.0},"135":{"tf":1.0},"182":{"tf":1.0},"283":{"tf":1.0},"336":{"tf":1.0},"337":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"140":{"tf":1.4142135623730951},"62":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":16,"docs":{"137":{"tf":1.0},"169":{"tf":1.0},"171":{"tf":1.0},"190":{"tf":1.0},"227":{"tf":1.7320508075688772},"248":{"tf":1.0},"260":{"tf":1.0},"266":{"tf":1.0},"271":{"tf":1.0},"273":{"tf":1.0},"292":{"tf":1.0},"300":{"tf":1.0},"306":{"tf":1.0},"31":{"tf":1.0},"317":{"tf":1.0},"337":{"tf":1.0}},"i":{"df":1,"docs":{"205":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":13,"docs":{"10":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"126":{"tf":1.0},"141":{"tf":1.0},"19":{"tf":1.4142135623730951},"352":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"51":{"tf":1.0},"95":{"tf":1.0}}}}}}},"d":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}}}},"df":10,"docs":{"137":{"tf":1.0},"142":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"341":{"tf":1.0},"361":{"tf":1.4142135623730951},"372":{"tf":1.0},"378":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"179":{"tf":1.0}}}}},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"137":{"tf":1.4142135623730951}}}}}},"g":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"31":{"tf":1.0},"352":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"162":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"y":{"df":3,"docs":{"301":{"tf":1.0},"322":{"tf":1.0},"78":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"373":{"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":{},"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":{"172":{"tf":1.4142135623730951}}}}}}}}}},"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":4,"docs":{"118":{"tf":1.0},"167":{"tf":1.0},"203":{"tf":1.0},"210":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":38,"docs":{"100":{"tf":2.449489742783178},"118":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"137":{"tf":1.4142135623730951},"158":{"tf":1.0},"172":{"tf":1.0},"19":{"tf":1.4142135623730951},"192":{"tf":1.0},"210":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":1.0},"226":{"tf":1.0},"23":{"tf":1.0},"246":{"tf":1.0},"278":{"tf":1.0},"35":{"tf":1.0},"351":{"tf":1.0},"354":{"tf":1.0},"36":{"tf":1.4142135623730951},"367":{"tf":1.0},"368":{"tf":1.0},"37":{"tf":1.0},"372":{"tf":1.0},"377":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"380":{"tf":1.0},"386":{"tf":1.7320508075688772},"39":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.0},"71":{"tf":1.0},"76":{"tf":1.0},"81":{"tf":1.0},"94":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}}}},"t":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"210":{"tf":1.0},"211":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"_":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"122":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":2,"docs":{"239":{"tf":1.0},"6":{"tf":1.0}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"143":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}}}},"df":7,"docs":{"232":{"tf":1.4142135623730951},"251":{"tf":1.0},"252":{"tf":1.4142135623730951},"296":{"tf":1.0},"307":{"tf":1.0},"355":{"tf":1.0},"381":{"tf":1.0}},"h":{"df":0,"docs":{},"u":{"b":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"276":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"276":{"tf":1.0}}}}}},"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"273":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"282":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":3,"docs":{"14":{"tf":1.0},"274":{"tf":1.0},"291":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":3,"docs":{"13":{"tf":1.0},"195":{"tf":1.0},"364":{"tf":1.0}},"n":{"df":3,"docs":{"133":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":3.0}}}}}},"l":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"l":{"df":5,"docs":{"255":{"tf":1.0},"278":{"tf":1.0},"299":{"tf":1.0},"317":{"tf":1.0},"73":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"11":{"tf":1.0},"336":{"tf":1.0},"337":{"tf":1.4142135623730951},"386":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"117":{"tf":1.0},"123":{"tf":1.0},"125":{"tf":1.0}}}},"df":2,"docs":{"74":{"tf":1.0},"78":{"tf":1.0}},"e":{"df":4,"docs":{"214":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"363":{"tf":1.0}}}},"o":{"d":{"df":8,"docs":{"122":{"tf":2.449489742783178},"160":{"tf":1.0},"273":{"tf":1.0},"375":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"137":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":2,"docs":{"137":{"tf":1.0},"138":{"tf":3.605551275463989}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"a":{"df":1,"docs":{"124":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"175":{"tf":1.0},"304":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"137":{"tf":1.0},"175":{"tf":1.0},"180":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"125":{"tf":1.0}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"138":{"tf":1.0}}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"117":{"tf":1.0},"122":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"n":{"a":{":":{"3":{"0":{"0":{"0":{"df":1,"docs":{"267":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":10,"docs":{"226":{"tf":1.0},"260":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"28":{"tf":1.0},"300":{"tf":1.0},"327":{"tf":1.7320508075688772},"332":{"tf":1.0},"360":{"tf":1.0},"47":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"255":{"tf":1.0},"260":{"tf":1.0},"299":{"tf":1.0},"317":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":8,"docs":{"100":{"tf":1.0},"101":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"104":{"tf":1.7320508075688772},"247":{"tf":1.0},"359":{"tf":1.0},"368":{"tf":1.0},"371":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"1":{"6":{"df":8,"docs":{"158":{"tf":1.0},"19":{"tf":1.0},"246":{"tf":1.0},"294":{"tf":1.0},"351":{"tf":1.0},"354":{"tf":1.0},"386":{"tf":1.0},"39":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"138":{"tf":2.0},"358":{"tf":1.0},"386":{"tf":1.0}}}},"w":{"df":2,"docs":{"137":{"tf":1.0},"212":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"137":{"tf":2.23606797749979}}}}}}},"u":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"137":{"tf":1.0},"62":{"tf":1.0}}}}}},"d":{"df":2,"docs":{"122":{"tf":1.0},"180":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":5,"docs":{"190":{"tf":1.0},"192":{"tf":1.0},"64":{"tf":1.0},"74":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{}}},"df":12,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"165":{"tf":1.0},"202":{"tf":1.0},"315":{"tf":1.0},"335":{"tf":1.0},"337":{"tf":1.0},"352":{"tf":1.0},"6":{"tf":1.0},"64":{"tf":1.0},"7":{"tf":1.0},"74":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"123":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"h":{"1":{"[":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"163":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"[":{"\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"163":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"[":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"163":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"[":{"\"":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":1,"docs":{"163":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"[":{"\"":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"163":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"113":{"tf":1.0}}}},"n":{"d":{"df":2,"docs":{"58":{"tf":1.0},"6":{"tf":1.0}},"l":{"df":29,"docs":{"101":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.7320508075688772},"139":{"tf":2.0},"140":{"tf":1.4142135623730951},"167":{"tf":1.0},"175":{"tf":1.0},"19":{"tf":1.0},"218":{"tf":1.0},"239":{"tf":1.0},"248":{"tf":1.0},"250":{"tf":1.4142135623730951},"255":{"tf":1.0},"261":{"tf":1.0},"270":{"tf":1.0},"274":{"tf":1.0},"279":{"tf":1.0},"28":{"tf":1.0},"351":{"tf":1.0},"356":{"tf":1.0},"368":{"tf":1.0},"383":{"tf":1.0},"384":{"tf":1.0},"39":{"tf":1.0},"49":{"tf":1.0},"58":{"tf":1.0},"66":{"tf":1.0}}}},"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"122":{"tf":1.0},"294":{"tf":1.0}}}}}}}}}},"df":4,"docs":{"246":{"tf":1.0},"275":{"tf":1.0},"278":{"tf":1.0},"354":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"185":{"tf":1.0},"20":{"tf":1.0},"57":{"tf":1.0},"81":{"tf":1.0}}}}}},"r":{"d":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"122":{"tf":1.0}}},"df":0,"docs":{}}},"df":3,"docs":{"117":{"tf":1.0},"122":{"tf":1.0},"51":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"141":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"127":{"tf":1.0}}}},"df":0,"docs":{}}},"df":3,"docs":{"143":{"tf":1.0},"148":{"tf":1.0},"370":{"tf":1.0}},"m":{"df":1,"docs":{"141":{"tf":1.0}}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{"'":{"*":{"*":{"/":{"c":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"274":{"tf":1.7320508075688772},"280":{"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":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"274":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"274":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"359":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":6,"docs":{"12":{"tf":1.0},"138":{"tf":1.0},"274":{"tf":1.0},"322":{"tf":1.0},"359":{"tf":1.0},"368":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"171":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":2,"docs":{"169":{"tf":1.0},"171":{"tf":1.0}},"i":{"d":{"df":1,"docs":{"169":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"101":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"2":{"0":{"df":4,"docs":{"19":{"tf":1.0},"23":{"tf":1.0},"343":{"tf":1.0},"350":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":6,"docs":{"101":{"tf":1.0},"108":{"tf":1.0},"19":{"tf":1.0},"23":{"tf":1.4142135623730951},"343":{"tf":1.4142135623730951},"350":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":2,"docs":{"138":{"tf":1.4142135623730951},"188":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"df":10,"docs":{"173":{"tf":1.0},"190":{"tf":1.0},"2":{"tf":1.0},"226":{"tf":1.4142135623730951},"38":{"tf":1.0},"386":{"tf":1.0},"52":{"tf":1.4142135623730951},"80":{"tf":1.0},"94":{"tf":1.0},"98":{"tf":1.0}},"i":{"df":4,"docs":{"188":{"tf":1.0},"364":{"tf":1.0},"374":{"tf":1.0},"52":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":3,"docs":{"164":{"tf":1.0},"351":{"tf":1.0},"362":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":8,"docs":{"102":{"tf":1.0},"113":{"tf":1.0},"173":{"tf":1.4142135623730951},"180":{"tf":1.0},"184":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"59":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":1,"docs":{"83":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"77":{"tf":1.0},"83":{"tf":1.0}}}},"m":{"df":7,"docs":{"266":{"tf":1.4142135623730951},"302":{"tf":1.4142135623730951},"323":{"tf":1.4142135623730951},"351":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.0},"66":{"tf":1.0}}},"p":{"df":3,"docs":{"227":{"tf":1.0},"337":{"tf":1.0},"48":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":27,"docs":{"115":{"tf":1.0},"118":{"tf":1.0},"138":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.0},"193":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"226":{"tf":1.0},"232":{"tf":1.0},"234":{"tf":1.0},"239":{"tf":1.0},"248":{"tf":1.4142135623730951},"253":{"tf":1.0},"279":{"tf":1.0},"296":{"tf":1.0},"298":{"tf":1.0},"307":{"tf":1.4142135623730951},"351":{"tf":1.0},"355":{"tf":1.4142135623730951},"381":{"tf":1.0},"66":{"tf":1.0},"72":{"tf":1.0},"89":{"tf":1.0},"95":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"'":{"df":2,"docs":{"274":{"tf":1.0},"32":{"tf":1.0}}},"df":5,"docs":{"153":{"tf":1.0},"211":{"tf":1.0},"354":{"tf":1.0},"71":{"tf":1.0},"74":{"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":1,"docs":{"138":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"123":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":20,"docs":{"102":{"tf":1.0},"104":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.4142135623730951},"132":{"tf":1.0},"134":{"tf":1.4142135623730951},"137":{"tf":1.0},"138":{"tf":1.7320508075688772},"141":{"tf":1.7320508075688772},"150":{"tf":1.0},"164":{"tf":1.4142135623730951},"193":{"tf":1.0},"194":{"tf":1.0},"196":{"tf":1.0},"207":{"tf":1.0},"213":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"386":{"tf":1.0},"65":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"161":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"164":{"tf":1.0},"372":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"173":{"tf":1.0},"175":{"tf":1.0}},"i":{"df":1,"docs":{"169":{"tf":1.0}}},"y":{"/":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"252":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"t":{"df":3,"docs":{"253":{"tf":1.0},"354":{"tf":1.0},"52":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":4,"docs":{"204":{"tf":1.0},"382":{"tf":1.0},"65":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"139":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{",":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{",":{"df":0,"docs":{},"k":{"8":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},".":{"d":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{":":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"301":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"282":{"tf":1.0}}}}}},"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"k":{"8":{"df":3,"docs":{"228":{"tf":1.0},"282":{"tf":1.0},"70":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"[":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"163":{"tf":1.0}}}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"273":{"tf":1.0},"274":{"tf":1.4142135623730951}}}}}}},"df":67,"docs":{"117":{"tf":1.0},"120":{"tf":1.4142135623730951},"121":{"tf":1.0},"124":{"tf":1.0},"126":{"tf":1.7320508075688772},"138":{"tf":1.4142135623730951},"14":{"tf":1.0},"153":{"tf":1.4142135623730951},"159":{"tf":2.0},"163":{"tf":1.7320508075688772},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"213":{"tf":1.0},"220":{"tf":1.0},"225":{"tf":1.0},"227":{"tf":1.0},"234":{"tf":1.0},"239":{"tf":1.0},"241":{"tf":1.0},"243":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.4142135623730951},"249":{"tf":1.0},"250":{"tf":1.4142135623730951},"251":{"tf":1.0},"254":{"tf":1.0},"255":{"tf":1.7320508075688772},"260":{"tf":1.0},"266":{"tf":1.0},"27":{"tf":1.0},"273":{"tf":1.4142135623730951},"274":{"tf":3.0},"279":{"tf":1.0},"287":{"tf":1.0},"295":{"tf":2.0},"296":{"tf":2.0},"298":{"tf":2.0},"299":{"tf":1.0},"3":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.7320508075688772},"309":{"tf":1.4142135623730951},"310":{"tf":1.4142135623730951},"316":{"tf":1.0},"317":{"tf":1.0},"321":{"tf":1.0},"322":{"tf":1.4142135623730951},"323":{"tf":1.0},"331":{"tf":1.4142135623730951},"351":{"tf":1.0},"352":{"tf":1.0},"355":{"tf":1.0},"356":{"tf":1.0},"357":{"tf":1.0},"36":{"tf":1.0},"367":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951},"41":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.4142135623730951},"70":{"tf":1.0}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"241":{"tf":1.0},"245":{"tf":1.0},"270":{"tf":1.0},"298":{"tf":1.0},"351":{"tf":1.0}}}}},"df":0,"docs":{}},"|":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"|":{"df":0,"docs":{},"k":{"8":{"df":1,"docs":{"250":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"15":{"tf":1.7320508075688772}}},"s":{"df":1,"docs":{"213":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"c":{"df":3,"docs":{"167":{"tf":1.0},"188":{"tf":1.0},"36":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":1,"docs":{"141":{"tf":1.4142135623730951}}}},":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"1":{"8":{"0":{"8":{"0":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"374":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"0":{"0":{"0":{"df":2,"docs":{"300":{"tf":1.0},"332":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"0":{"9":{"0":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"/":{"df":0,"docs":{},"v":{"1":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"v":{"1":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"300":{"tf":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":{"300":{"tf":1.0},"374":{"tf":1.0},"73":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"268":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":12,"docs":{"137":{"tf":1.0},"141":{"tf":1.0},"260":{"tf":1.0},"266":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.4142135623730951},"322":{"tf":1.0},"325":{"tf":1.0},"374":{"tf":1.0},"47":{"tf":1.0},"58":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"121":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"223":{"tf":1.0}},"e":{"df":0,"docs":{},"—":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"229":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"i":{"/":{"df":0,"docs":{},"o":{"df":2,"docs":{"253":{"tf":1.0},"351":{"tf":1.0}}}},"[":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"98":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"d":{">":{":":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"322":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":5,"docs":{"301":{"tf":1.0},"322":{"tf":1.4142135623730951},"362":{"tf":1.4142135623730951},"367":{"tf":1.0},"368":{"tf":2.23606797749979}},"e":{"a":{"df":4,"docs":{"136":{"tf":1.0},"177":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":7,"docs":{"119":{"tf":1.0},"124":{"tf":1.0},"138":{"tf":1.0},"14":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"210":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"140":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"297":{"tf":1.0}}}}}}}}}},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"122":{"tf":1.4142135623730951},"299":{"tf":1.0},"324":{"tf":1.0}}}}}},"i":{"df":1,"docs":{"64":{"tf":1.0}},"i":{"df":1,"docs":{"191":{"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":{"126":{"tf":1.0},"209":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":36,"docs":{"126":{"tf":1.4142135623730951},"163":{"tf":1.4142135623730951},"226":{"tf":1.0},"241":{"tf":1.7320508075688772},"244":{"tf":1.4142135623730951},"245":{"tf":2.23606797749979},"247":{"tf":1.4142135623730951},"248":{"tf":1.4142135623730951},"250":{"tf":2.0},"251":{"tf":2.6457513110645907},"256":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"260":{"tf":1.4142135623730951},"262":{"tf":1.0},"263":{"tf":1.4142135623730951},"264":{"tf":2.0},"266":{"tf":1.0},"273":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"287":{"tf":1.0},"297":{"tf":2.6457513110645907},"298":{"tf":1.4142135623730951},"303":{"tf":1.0},"307":{"tf":1.0},"351":{"tf":1.0},"359":{"tf":3.4641016151377544},"365":{"tf":1.0},"383":{"tf":2.6457513110645907},"384":{"tf":1.0},"39":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.4142135623730951},"70":{"tf":1.0},"71":{"tf":1.0}},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"297":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"355":{"tf":1.0},"358":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"386":{"tf":1.0},"57":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"49":{"tf":1.4142135623730951}}}},"l":{"<":{"c":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"216":{"tf":1.0},"217":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":14,"docs":{"112":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"178":{"tf":1.0},"203":{"tf":1.7320508075688772},"204":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"206":{"tf":1.0},"207":{"tf":2.23606797749979},"210":{"tf":1.4142135623730951},"211":{"tf":1.4142135623730951},"216":{"tf":1.7320508075688772},"217":{"tf":1.0},"218":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":31,"docs":{"102":{"tf":1.0},"114":{"tf":1.0},"131":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":3.0},"138":{"tf":1.4142135623730951},"139":{"tf":1.0},"14":{"tf":1.7320508075688772},"141":{"tf":1.7320508075688772},"15":{"tf":1.0},"16":{"tf":1.0},"173":{"tf":1.0},"177":{"tf":1.0},"182":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"197":{"tf":1.0},"199":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.4142135623730951},"213":{"tf":1.4142135623730951},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"37":{"tf":2.0},"41":{"tf":1.0},"74":{"tf":2.0},"9":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":17,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"104":{"tf":1.0},"158":{"tf":1.0},"175":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"197":{"tf":1.0},"261":{"tf":1.0},"270":{"tf":1.0},"299":{"tf":1.0},"339":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":1.0},"39":{"tf":1.0},"47":{"tf":1.0}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":31,"docs":{"10":{"tf":1.0},"100":{"tf":1.4142135623730951},"105":{"tf":1.0},"126":{"tf":1.0},"137":{"tf":1.4142135623730951},"143":{"tf":1.0},"169":{"tf":1.0},"179":{"tf":1.0},"183":{"tf":1.4142135623730951},"19":{"tf":1.0},"197":{"tf":1.0},"202":{"tf":1.0},"213":{"tf":1.0},"257":{"tf":1.0},"318":{"tf":1.4142135623730951},"321":{"tf":1.0},"336":{"tf":1.0},"35":{"tf":1.0},"352":{"tf":1.0},"353":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":1.0},"386":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"52":{"tf":1.0},"73":{"tf":1.0},"92":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"97":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"182":{"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":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"102":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"102":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":22,"docs":{"1":{"tf":1.0},"100":{"tf":1.0},"119":{"tf":1.4142135623730951},"123":{"tf":1.0},"125":{"tf":1.0},"128":{"tf":1.0},"137":{"tf":2.0},"14":{"tf":1.0},"171":{"tf":1.0},"184":{"tf":1.0},"189":{"tf":1.0},"2":{"tf":1.0},"36":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"52":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.0},"76":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"94":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"188":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"352":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":24,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.7320508075688772},"104":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"137":{"tf":1.7320508075688772},"162":{"tf":1.0},"175":{"tf":1.0},"276":{"tf":1.0},"304":{"tf":1.0},"316":{"tf":1.0},"352":{"tf":1.0},"361":{"tf":1.0},"362":{"tf":1.4142135623730951},"364":{"tf":1.0},"372":{"tf":1.0},"373":{"tf":1.0},"378":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"275":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"137":{"tf":1.0},"169":{"tf":1.0},"38":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"df":10,"docs":{"173":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.4142135623730951},"210":{"tf":1.0},"322":{"tf":1.0},"323":{"tf":1.4142135623730951},"367":{"tf":1.7320508075688772},"368":{"tf":1.4142135623730951},"372":{"tf":1.0},"46":{"tf":1.4142135623730951}}}},"i":{"c":{"df":1,"docs":{"125":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"198":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":4,"docs":{"173":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"328":{"tf":1.0}}}}}}}}},"df":21,"docs":{"173":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.4142135623730951},"205":{"tf":1.0},"255":{"tf":1.4142135623730951},"260":{"tf":1.0},"299":{"tf":1.4142135623730951},"306":{"tf":1.0},"317":{"tf":1.4142135623730951},"328":{"tf":2.0},"354":{"tf":1.7320508075688772},"356":{"tf":1.0},"357":{"tf":1.0},"358":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":1.0},"361":{"tf":1.0},"362":{"tf":1.4142135623730951},"363":{"tf":1.4142135623730951},"364":{"tf":1.7320508075688772},"47":{"tf":1.0}},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"335":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":13,"docs":{"10":{"tf":1.0},"137":{"tf":1.4142135623730951},"141":{"tf":1.0},"150":{"tf":1.0},"16":{"tf":1.0},"205":{"tf":1.0},"218":{"tf":1.0},"26":{"tf":1.4142135623730951},"31":{"tf":1.0},"38":{"tf":1.0},"386":{"tf":1.0},"49":{"tf":1.0},"58":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"260":{"tf":1.0},"266":{"tf":1.0},"268":{"tf":1.0},"300":{"tf":1.0}}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"115":{"tf":1.0},"122":{"tf":1.0},"62":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"298":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"t":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"98":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":6,"docs":{"100":{"tf":1.0},"203":{"tf":1.7320508075688772},"210":{"tf":1.4142135623730951},"356":{"tf":1.0},"361":{"tf":1.0},"98":{"tf":1.4142135623730951}},"i":{"df":7,"docs":{"119":{"tf":1.0},"123":{"tf":1.0},"137":{"tf":1.4142135623730951},"142":{"tf":1.0},"150":{"tf":1.0},"55":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"137":{"tf":1.0},"138":{"tf":1.7320508075688772},"139":{"tf":1.0},"177":{"tf":1.0},"301":{"tf":1.0},"79":{"tf":1.0},"93":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":4,"docs":{"137":{"tf":1.0},"203":{"tf":1.0},"206":{"tf":1.0},"210":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"176":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"i":{"d":{"df":8,"docs":{"205":{"tf":1.0},"251":{"tf":1.0},"270":{"tf":1.0},"28":{"tf":1.0},"298":{"tf":1.4142135623730951},"305":{"tf":1.0},"322":{"tf":1.4142135623730951},"384":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"227":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"329":{"tf":1.0}}}}}}},"df":13,"docs":{"160":{"tf":1.0},"171":{"tf":1.0},"176":{"tf":1.0},"274":{"tf":1.0},"290":{"tf":1.0},"291":{"tf":1.0},"299":{"tf":1.0},"302":{"tf":1.0},"321":{"tf":1.0},"329":{"tf":1.0},"333":{"tf":1.0},"368":{"tf":1.0},"372":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"l":{"df":7,"docs":{"266":{"tf":1.0},"267":{"tf":1.4142135623730951},"285":{"tf":1.0},"286":{"tf":1.0},"302":{"tf":1.0},"323":{"tf":1.0},"326":{"tf":1.0}}},"n":{"c":{"df":1,"docs":{"195":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":6,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"193":{"tf":1.4142135623730951},"195":{"tf":1.4142135623730951},"198":{"tf":1.4142135623730951},"96":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":9,"docs":{"100":{"tf":1.0},"148":{"tf":1.0},"188":{"tf":1.0},"252":{"tf":1.0},"276":{"tf":1.0},"294":{"tf":1.0},"305":{"tf":1.0},"362":{"tf":1.4142135623730951},"368":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":7,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"104":{"tf":1.0},"137":{"tf":1.0},"361":{"tf":1.7320508075688772},"362":{"tf":1.0},"372":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"307":{"tf":1.0}},"r":{"df":30,"docs":{"11":{"tf":1.0},"121":{"tf":1.4142135623730951},"123":{"tf":1.0},"126":{"tf":1.0},"138":{"tf":1.0},"14":{"tf":1.0},"144":{"tf":1.0},"15":{"tf":1.0},"164":{"tf":1.0},"19":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.7320508075688772},"221":{"tf":1.0},"222":{"tf":1.4142135623730951},"229":{"tf":1.4142135623730951},"271":{"tf":1.4142135623730951},"272":{"tf":1.0},"273":{"tf":1.0},"274":{"tf":1.0},"275":{"tf":1.4142135623730951},"28":{"tf":1.0},"282":{"tf":1.0},"3":{"tf":1.0},"300":{"tf":1.0},"31":{"tf":1.0},"314":{"tf":1.0},"36":{"tf":1.0},"65":{"tf":1.0},"8":{"tf":1.0},"88":{"tf":1.0}}}},"n":{"d":{"df":4,"docs":{"192":{"tf":1.0},"351":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"19":{"tf":1.0}}},"t":{"df":5,"docs":{"115":{"tf":1.0},"117":{"tf":1.0},"49":{"tf":1.0},"63":{"tf":1.0},"95":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"143":{"tf":1.0},"190":{"tf":1.0},"227":{"tf":1.0}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"10":{"tf":1.4142135623730951},"192":{"tf":1.0},"31":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"a":{"c":{"df":3,"docs":{"141":{"tf":1.0},"143":{"tf":1.0},"36":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":9,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"208":{"tf":1.0},"213":{"tf":1.0},"307":{"tf":1.0},"32":{"tf":1.0},"387":{"tf":1.0},"52":{"tf":2.0},"74":{"tf":1.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"115":{"tf":1.0},"119":{"tf":1.0},"48":{"tf":1.0},"63":{"tf":1.0}}}}}},"v":{"df":7,"docs":{"123":{"tf":1.0},"139":{"tf":1.4142135623730951},"304":{"tf":1.0},"352":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"50":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":2,"docs":{"181":{"tf":1.0},"51":{"tf":1.0}},"t":{"df":2,"docs":{"31":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"137":{"tf":1.7320508075688772},"177":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"358":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":13,"docs":{"141":{"tf":1.0},"160":{"tf":1.0},"164":{"tf":1.7320508075688772},"165":{"tf":1.0},"166":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"223":{"tf":1.0},"225":{"tf":1.0},"227":{"tf":1.4142135623730951},"245":{"tf":1.0},"273":{"tf":1.7320508075688772},"31":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":23,"docs":{"101":{"tf":1.0},"119":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.0},"139":{"tf":1.7320508075688772},"172":{"tf":1.4142135623730951},"221":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"225":{"tf":1.0},"248":{"tf":1.0},"253":{"tf":1.0},"271":{"tf":1.0},"286":{"tf":1.0},"292":{"tf":1.0},"314":{"tf":1.0},"336":{"tf":1.0},"337":{"tf":1.0},"353":{"tf":1.0},"361":{"tf":1.0},"372":{"tf":1.4142135623730951},"374":{"tf":1.0},"375":{"tf":1.0}}}}},"t":{"'":{"df":4,"docs":{"232":{"tf":1.0},"324":{"tf":1.0},"355":{"tf":1.0},"384":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":12,"docs":{"113":{"tf":1.0},"117":{"tf":1.0},"120":{"tf":1.7320508075688772},"125":{"tf":1.4142135623730951},"153":{"tf":1.0},"159":{"tf":1.0},"163":{"tf":1.0},"166":{"tf":1.0},"243":{"tf":1.0},"251":{"tf":1.0},"282":{"tf":1.0},"3":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"316":{"tf":1.0}}}}}}},"v":{"df":1,"docs":{"219":{"tf":1.0}}}},"j":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"137":{"tf":1.4142135623730951},"139":{"tf":1.4142135623730951}}}}}}},"o":{"b":{"df":4,"docs":{"121":{"tf":1.0},"273":{"tf":1.0},"274":{"tf":2.23606797749979},"275":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"140":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":2,"docs":{"138":{"tf":1.7320508075688772},"140":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"140":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"u":{"d":{"df":0,"docs":{},"g":{"df":5,"docs":{"137":{"tf":1.0},"192":{"tf":1.0},"38":{"tf":1.0},"386":{"tf":1.0},"63":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":2,"docs":{"337":{"tf":1.0},"8":{"tf":1.0}}}}}},"k":{"1":{"[":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"163":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"[":{"\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"163":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"[":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"163":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"[":{"\"":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":1,"docs":{"163":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"[":{"\"":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"163":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"df":52,"docs":{"102":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"121":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"131":{"tf":1.0},"138":{"tf":1.0},"144":{"tf":1.0},"155":{"tf":1.7320508075688772},"156":{"tf":1.0},"16":{"tf":1.0},"161":{"tf":1.4142135623730951},"163":{"tf":1.4142135623730951},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"182":{"tf":1.0},"187":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"220":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"241":{"tf":1.0},"245":{"tf":1.4142135623730951},"248":{"tf":1.7320508075688772},"249":{"tf":1.0},"250":{"tf":2.0},"251":{"tf":1.7320508075688772},"262":{"tf":1.4142135623730951},"266":{"tf":1.0},"267":{"tf":2.0},"268":{"tf":1.0},"270":{"tf":2.0},"283":{"tf":1.4142135623730951},"297":{"tf":2.0},"298":{"tf":1.4142135623730951},"302":{"tf":1.4142135623730951},"312":{"tf":1.4142135623730951},"323":{"tf":2.0},"326":{"tf":1.7320508075688772},"333":{"tf":1.4142135623730951},"351":{"tf":1.4142135623730951},"367":{"tf":1.0},"368":{"tf":1.0},"371":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"39":{"tf":1.0},"46":{"tf":1.0},"66":{"tf":1.0},"76":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"282":{"tf":1.0}}}}}},"[":{"\"":{"df":0,"docs":{},"k":{"8":{"df":1,"docs":{"163":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":6,"docs":{"126":{"tf":1.4142135623730951},"131":{"tf":1.0},"161":{"tf":1.0},"39":{"tf":1.0},"66":{"tf":1.0},"71":{"tf":1.0}}}},"_":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"=":{"1":{"df":4,"docs":{"302":{"tf":1.0},"312":{"tf":1.0},"323":{"tf":1.0},"333":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"266":{"tf":1.0},"302":{"tf":1.0}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"302":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"302":{"tf":1.0}}},"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":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"302":{"tf":1.0}}},"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":{},"p":{"a":{"c":{"df":3,"docs":{"155":{"tf":1.0},"266":{"tf":1.0},"302":{"tf":1.0}},"e":{"=":{"<":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"323":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":3,"docs":{"302":{"tf":1.0},"312":{"tf":1.0},"333":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"=":{"<":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"|":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"323":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"266":{"tf":1.0},"302":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":2,"docs":{"266":{"tf":1.0},"302":{"tf":1.0}},"e":{"=":{"1":{"df":6,"docs":{"155":{"tf":1.0},"156":{"tf":1.0},"302":{"tf":1.0},"312":{"tf":1.0},"323":{"tf":1.0},"333":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"302":{"tf":1.0}}},"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":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"302":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"266":{"tf":1.0},"302":{"tf":1.0}},"e":{"=":{"<":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"323":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":3,"docs":{"262":{"tf":1.0},"265":{"tf":1.0},"267":{"tf":1.0}}}}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"k":{"8":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":10,"docs":{"161":{"tf":1.0},"213":{"tf":1.0},"273":{"tf":1.0},"352":{"tf":1.0},"36":{"tf":1.0},"379":{"tf":1.0},"386":{"tf":1.0},"41":{"tf":1.0},"66":{"tf":1.4142135623730951},"68":{"tf":1.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":{"348":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"[":{"df":0,"docs":{},"k":{"8":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"35":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":34,"docs":{"115":{"tf":1.7320508075688772},"117":{"tf":1.0},"120":{"tf":1.0},"125":{"tf":1.4142135623730951},"138":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.0},"180":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"190":{"tf":1.0},"192":{"tf":1.0},"204":{"tf":1.0},"206":{"tf":1.0},"212":{"tf":1.0},"255":{"tf":1.0},"260":{"tf":1.0},"266":{"tf":1.0},"276":{"tf":1.0},"290":{"tf":1.0},"299":{"tf":1.0},"301":{"tf":1.4142135623730951},"302":{"tf":1.0},"321":{"tf":1.0},"322":{"tf":1.0},"323":{"tf":1.0},"368":{"tf":1.0},"385":{"tf":1.4142135623730951},"54":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.4142135623730951},"95":{"tf":1.0}}}},"y":{"df":27,"docs":{"132":{"tf":1.0},"188":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"223":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.0},"238":{"tf":1.0},"274":{"tf":3.1622776601683795},"280":{"tf":1.0},"298":{"tf":1.7320508075688772},"3":{"tf":1.0},"40":{"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},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"68":{"tf":1.0},"98":{"tf":1.0}},"s":{"/":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"140":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"360":{"tf":1.0},"362":{"tf":1.7320508075688772},"365":{"tf":1.0},"382":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"362":{"tf":1.0}}}}}},"n":{"d":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"u":{"b":{"df":2,"docs":{"359":{"tf":1.0},"383":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":11,"docs":{"241":{"tf":1.0},"245":{"tf":2.0},"264":{"tf":1.4142135623730951},"270":{"tf":1.0},"323":{"tf":1.0},"351":{"tf":1.0},"356":{"tf":1.0},"357":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":1.0},"383":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"97":{"tf":1.0}}},"df":0,"docs":{},"w":{"df":2,"docs":{"355":{"tf":1.0},"357":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":3,"docs":{"16":{"tf":1.0},"19":{"tf":1.0},"386":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":2,"docs":{"337":{"tf":1.0},"375":{"tf":1.0}}}}}},"u":{"b":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":12,"docs":{"113":{"tf":1.0},"155":{"tf":1.0},"245":{"tf":1.0},"263":{"tf":1.0},"267":{"tf":1.0},"302":{"tf":1.4142135623730951},"323":{"tf":3.3166247903554},"333":{"tf":1.0},"367":{"tf":1.4142135623730951},"368":{"tf":3.872983346207417},"371":{"tf":1.7320508075688772},"46":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":26,"docs":{"0":{"tf":1.0},"126":{"tf":1.4142135623730951},"14":{"tf":1.0},"16":{"tf":1.0},"161":{"tf":1.0},"213":{"tf":1.0},"221":{"tf":1.0},"227":{"tf":1.0},"245":{"tf":1.7320508075688772},"249":{"tf":1.0},"250":{"tf":1.0},"263":{"tf":1.0},"266":{"tf":1.0},"3":{"tf":1.0},"302":{"tf":1.4142135623730951},"323":{"tf":1.0},"348":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"68":{"tf":1.0},"71":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"g":{"df":23,"docs":{"226":{"tf":1.0},"232":{"tf":1.0},"237":{"tf":1.4142135623730951},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"261":{"tf":1.0},"28":{"tf":1.0},"298":{"tf":2.0},"351":{"tf":1.4142135623730951},"352":{"tf":1.0},"356":{"tf":1.7320508075688772},"365":{"tf":1.0},"372":{"tf":1.4142135623730951},"377":{"tf":1.4142135623730951},"380":{"tf":1.0},"383":{"tf":1.0},"384":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0},"66":{"tf":1.4142135623730951},"70":{"tf":1.0},"72":{"tf":1.0}},"r":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":4,"docs":{"238":{"tf":1.4142135623730951},"298":{"tf":1.0},"44":{"tf":1.0},"66":{"tf":1.4142135623730951}},"s":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"z":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":9,"docs":{"238":{"tf":1.0},"261":{"tf":1.0},"270":{"tf":1.0},"28":{"tf":1.0},"298":{"tf":1.0},"352":{"tf":1.0},"384":{"tf":1.0},"44":{"tf":1.0},"69":{"tf":1.0}}}},"df":0,"docs":{}}},"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":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":3,"docs":{"323":{"tf":2.0},"368":{"tf":2.0},"371":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":5,"docs":{"138":{"tf":1.0},"147":{"tf":1.0},"169":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.4142135623730951}}},"n":{"d":{"df":1,"docs":{"80":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"16":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":4,"docs":{"166":{"tf":1.0},"251":{"tf":1.0},"304":{"tf":1.0},"63":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"g":{"df":9,"docs":{"120":{"tf":1.4142135623730951},"121":{"tf":1.0},"122":{"tf":1.0},"163":{"tf":1.0},"166":{"tf":1.0},"227":{"tf":1.4142135623730951},"245":{"tf":1.0},"282":{"tf":1.0},"362":{"tf":1.0}},"e":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"l":{"df":1,"docs":{"89":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":1,"docs":{"276":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"192":{"tf":1.0},"322":{"tf":1.0},"351":{"tf":1.0},"368":{"tf":1.0},"372":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"169":{"tf":1.0},"175":{"tf":1.0}},"n":{"c":{"df":5,"docs":{"137":{"tf":1.0},"138":{"tf":2.0},"141":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0}},"y":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"189":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"df":3,"docs":{"115":{"tf":1.0},"131":{"tf":1.0},"59":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"274":{"tf":2.0}}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":8,"docs":{"159":{"tf":1.0},"2":{"tf":1.0},"205":{"tf":1.0},"354":{"tf":1.0},"360":{"tf":1.0},"386":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"121":{"tf":1.0},"129":{"tf":1.4142135623730951},"274":{"tf":1.0},"275":{"tf":1.0},"280":{"tf":1.0},"299":{"tf":1.0},"319":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":7,"docs":{"1":{"tf":1.0},"115":{"tf":1.0},"206":{"tf":1.0},"214":{"tf":1.0},"31":{"tf":1.0},"65":{"tf":1.0},"78":{"tf":1.0}}}}}}},"df":6,"docs":{"302":{"tf":1.0},"323":{"tf":2.449489742783178},"333":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":3.0},"371":{"tf":1.4142135623730951}},"e":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"19":{"tf":1.0},"299":{"tf":1.0},"319":{"tf":1.0},"386":{"tf":1.0}}}}},"df":0,"docs":{},"k":{"df":4,"docs":{"122":{"tf":1.0},"124":{"tf":1.0},"192":{"tf":1.0},"62":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":10,"docs":{"10":{"tf":1.0},"114":{"tf":1.0},"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"220":{"tf":1.0},"248":{"tf":1.0},"29":{"tf":1.0},"32":{"tf":1.0},"7":{"tf":1.0}}}},"v":{"df":2,"docs":{"140":{"tf":1.0},"324":{"tf":1.0}}}},"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"142":{"tf":1.0}},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"386":{"tf":1.0}}}}}}}},"df":0,"docs":{},"g":{"a":{"c":{"df":0,"docs":{},"i":{"df":6,"docs":{"255":{"tf":1.7320508075688772},"27":{"tf":1.0},"295":{"tf":1.7320508075688772},"298":{"tf":1.0},"303":{"tf":1.0},"66":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"273":{"tf":1.0},"283":{"tf":1.0}}}},"t":{"'":{"df":2,"docs":{"20":{"tf":1.0},"77":{"tf":1.0}}},"df":1,"docs":{"31":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":34,"docs":{"100":{"tf":1.0},"118":{"tf":1.0},"138":{"tf":1.0},"150":{"tf":1.0},"154":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"177":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.7320508075688772},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.4142135623730951},"207":{"tf":1.0},"208":{"tf":1.4142135623730951},"213":{"tf":1.0},"214":{"tf":1.0},"227":{"tf":1.0},"255":{"tf":1.0},"260":{"tf":1.0},"299":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"316":{"tf":1.0},"317":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"373":{"tf":1.0},"38":{"tf":1.0},"386":{"tf":1.0},"65":{"tf":1.0},"73":{"tf":1.0},"96":{"tf":1.0}}}}}},"h":{"df":4,"docs":{"239":{"tf":1.0},"247":{"tf":1.0},"356":{"tf":1.0},"384":{"tf":1.0}}},"i":{"b":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"/":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"139":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"p":{"2":{"df":0,"docs":{},"p":{"df":2,"docs":{"138":{"tf":2.0},"305":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"66":{"tf":1.0},"68":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":6,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"157":{"tf":1.0},"36":{"tf":1.0},"55":{"tf":1.0},"80":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"175":{"tf":1.0}}}}}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"210":{"tf":1.0}}}}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":12,"docs":{"121":{"tf":1.0},"122":{"tf":1.0},"124":{"tf":1.0},"141":{"tf":1.7320508075688772},"143":{"tf":1.0},"153":{"tf":1.0},"166":{"tf":1.0},"172":{"tf":1.0},"177":{"tf":1.4142135623730951},"185":{"tf":1.0},"287":{"tf":1.0},"362":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":5,"docs":{"251":{"tf":1.0},"304":{"tf":1.0},"32":{"tf":1.0},"322":{"tf":1.0},"368":{"tf":1.0}}},"k":{"df":3,"docs":{"12":{"tf":1.0},"261":{"tf":1.0},"267":{"tf":1.0}}},"u":{"df":0,"docs":{},"x":{"/":{"a":{"df":0,"docs":{},"m":{"d":{"6":{"4":{"df":2,"docs":{"244":{"tf":1.0},"303":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"m":{"6":{"4":{"df":2,"docs":{"259":{"tf":1.0},"303":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"m":{"a":{"c":{"df":0,"docs":{},"o":{"df":1,"docs":{"362":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":16,"docs":{"18":{"tf":1.0},"236":{"tf":1.4142135623730951},"244":{"tf":1.0},"257":{"tf":2.0},"264":{"tf":1.4142135623730951},"274":{"tf":1.4142135623730951},"28":{"tf":1.7320508075688772},"297":{"tf":1.0},"298":{"tf":1.7320508075688772},"303":{"tf":1.4142135623730951},"358":{"tf":1.4142135623730951},"359":{"tf":1.7320508075688772},"383":{"tf":1.4142135623730951},"43":{"tf":1.0},"66":{"tf":1.0},"70":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"140":{"tf":1.0},"322":{"tf":1.0},"323":{"tf":1.0},"368":{"tf":1.4142135623730951},"371":{"tf":1.0}},"s":{"/":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"140":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":41,"docs":{"1":{"tf":1.0},"104":{"tf":1.0},"115":{"tf":1.0},"119":{"tf":1.4142135623730951},"125":{"tf":1.0},"127":{"tf":1.0},"135":{"tf":1.0},"138":{"tf":1.4142135623730951},"14":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"144":{"tf":1.4142135623730951},"145":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"158":{"tf":1.0},"181":{"tf":1.0},"184":{"tf":1.0},"188":{"tf":1.0},"2":{"tf":1.0},"213":{"tf":1.4142135623730951},"226":{"tf":1.0},"31":{"tf":1.0},"327":{"tf":1.0},"36":{"tf":1.0},"364":{"tf":1.4142135623730951},"368":{"tf":1.0},"375":{"tf":1.0},"377":{"tf":1.0},"385":{"tf":1.4142135623730951},"386":{"tf":1.7320508075688772},"47":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.4142135623730951},"66":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"189":{"tf":1.0}}}}}}}}},"<":{"b":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"90":{"tf":1.0}}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"90":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"90":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"o":{"a":{"d":{"(":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{":":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"171":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}}}}},"df":29,"docs":{"117":{"tf":1.0},"119":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":1.0},"126":{"tf":1.0},"128":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.7320508075688772},"133":{"tf":1.4142135623730951},"134":{"tf":1.7320508075688772},"137":{"tf":2.0},"139":{"tf":1.0},"140":{"tf":1.7320508075688772},"142":{"tf":1.0},"188":{"tf":1.0},"245":{"tf":1.4142135623730951},"248":{"tf":1.0},"250":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":2.0},"273":{"tf":1.0},"356":{"tf":1.0},"359":{"tf":1.7320508075688772},"362":{"tf":1.0},"372":{"tf":1.0},"383":{"tf":1.7320508075688772},"384":{"tf":1.0},"41":{"tf":1.0},"85":{"tf":1.0}},"e":{"d":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"245":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"\"":{"df":0,"docs":{},"|":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"147":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"/":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"r":{"/":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"307":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"144":{"tf":1.0}}}}}}},"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"255":{"tf":1.0},"295":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"255":{"tf":1.0},"295":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"255":{"tf":1.0},"295":{"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":0,"docs":{},"n":{"df":23,"docs":{"122":{"tf":1.4142135623730951},"19":{"tf":1.0},"240":{"tf":1.0},"246":{"tf":1.0},"254":{"tf":1.4142135623730951},"27":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"316":{"tf":2.0},"317":{"tf":1.0},"321":{"tf":1.4142135623730951},"324":{"tf":1.0},"354":{"tf":1.4142135623730951},"356":{"tf":1.0},"357":{"tf":1.4142135623730951},"360":{"tf":1.0},"361":{"tf":1.0},"363":{"tf":1.4142135623730951},"364":{"tf":1.4142135623730951},"368":{"tf":1.4142135623730951},"373":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":5,"docs":{"126":{"tf":1.4142135623730951},"159":{"tf":1.0},"39":{"tf":1.0},"66":{"tf":1.0},"71":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":11,"docs":{"159":{"tf":1.0},"213":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.0},"352":{"tf":1.0},"36":{"tf":1.0},"379":{"tf":1.0},"386":{"tf":1.0},"41":{"tf":1.0},"66":{"tf":1.4142135623730951},"68":{"tf":1.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":{"(":{")":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"(":{"&":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"151":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":13,"docs":{"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"19":{"tf":1.0},"26":{"tf":1.0},"348":{"tf":1.0},"349":{"tf":1.0},"350":{"tf":1.0},"4":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.4142135623730951},"90":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"[":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"35":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":60,"docs":{"0":{"tf":1.0},"102":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"120":{"tf":1.0},"121":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.4142135623730951},"13":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.7320508075688772},"146":{"tf":1.0},"153":{"tf":1.4142135623730951},"159":{"tf":1.0},"163":{"tf":1.0},"182":{"tf":1.0},"187":{"tf":1.0},"19":{"tf":1.4142135623730951},"213":{"tf":1.0},"221":{"tf":1.0},"241":{"tf":1.0},"243":{"tf":1.0},"245":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.4142135623730951},"251":{"tf":1.0},"252":{"tf":1.4142135623730951},"259":{"tf":1.0},"26":{"tf":1.0},"266":{"tf":1.0},"270":{"tf":1.0},"28":{"tf":1.0},"287":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"297":{"tf":1.4142135623730951},"3":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"307":{"tf":1.0},"318":{"tf":1.4142135623730951},"321":{"tf":1.0},"323":{"tf":1.0},"348":{"tf":1.0},"351":{"tf":1.7320508075688772},"354":{"tf":1.0},"357":{"tf":1.0},"367":{"tf":1.4142135623730951},"368":{"tf":1.0},"371":{"tf":1.0},"38":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"46":{"tf":1.0},"54":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"68":{"tf":1.0},"71":{"tf":1.0},"73":{"tf":1.0},"76":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"164":{"tf":1.0}}}}}}},"t":{"df":7,"docs":{"19":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"318":{"tf":1.0},"356":{"tf":1.0},"367":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":70,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.7320508075688772},"102":{"tf":1.4142135623730951},"104":{"tf":1.7320508075688772},"113":{"tf":1.7320508075688772},"119":{"tf":1.4142135623730951},"121":{"tf":2.6457513110645907},"124":{"tf":1.0},"14":{"tf":1.0},"154":{"tf":1.7320508075688772},"155":{"tf":1.4142135623730951},"156":{"tf":1.7320508075688772},"19":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"210":{"tf":1.0},"214":{"tf":1.0},"220":{"tf":1.4142135623730951},"222":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.7320508075688772},"228":{"tf":1.0},"229":{"tf":1.4142135623730951},"251":{"tf":1.0},"255":{"tf":1.4142135623730951},"260":{"tf":1.4142135623730951},"266":{"tf":1.0},"271":{"tf":1.4142135623730951},"274":{"tf":3.1622776601683795},"275":{"tf":1.4142135623730951},"276":{"tf":1.0},"281":{"tf":2.23606797749979},"289":{"tf":1.0},"291":{"tf":1.0},"299":{"tf":3.4641016151377544},"3":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.4142135623730951},"306":{"tf":2.0},"310":{"tf":1.0},"314":{"tf":1.4142135623730951},"315":{"tf":1.4142135623730951},"316":{"tf":2.6457513110645907},"317":{"tf":2.23606797749979},"318":{"tf":1.7320508075688772},"320":{"tf":1.0},"321":{"tf":2.0},"322":{"tf":3.1622776601683795},"323":{"tf":3.872983346207417},"331":{"tf":1.0},"333":{"tf":1.4142135623730951},"334":{"tf":1.7320508075688772},"352":{"tf":1.7320508075688772},"358":{"tf":1.4142135623730951},"362":{"tf":1.0},"363":{"tf":2.6457513110645907},"365":{"tf":1.7320508075688772},"366":{"tf":1.0},"367":{"tf":3.0},"368":{"tf":4.795831523312719},"372":{"tf":1.0},"373":{"tf":2.0},"377":{"tf":1.0},"380":{"tf":1.0},"384":{"tf":1.4142135623730951},"385":{"tf":1.0},"46":{"tf":3.0},"47":{"tf":1.4142135623730951},"62":{"tf":1.0},"73":{"tf":2.23606797749979}},"i":{"c":{"df":5,"docs":{"117":{"tf":1.0},"173":{"tf":1.0},"209":{"tf":1.0},"212":{"tf":1.0},"386":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":1,"docs":{"327":{"tf":1.0}}}},"o":{"df":21,"docs":{"0":{"tf":1.7320508075688772},"10":{"tf":1.7320508075688772},"13":{"tf":1.0},"143":{"tf":1.0},"16":{"tf":1.4142135623730951},"19":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.4142135623730951},"247":{"tf":1.0},"264":{"tf":1.7320508075688772},"297":{"tf":1.0},"31":{"tf":1.7320508075688772},"32":{"tf":1.0},"351":{"tf":1.0},"359":{"tf":2.23606797749979},"365":{"tf":1.0},"383":{"tf":1.4142135623730951},"386":{"tf":1.0},"387":{"tf":1.0},"43":{"tf":1.0},"66":{"tf":1.0}}},"s":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"368":{"tf":1.0}}}}}},"/":{"$":{"(":{"d":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"274":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"329":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"368":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"153":{"tf":1.0}}}},"df":0,"docs":{}}}},":":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"322":{"tf":1.0}}}}}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"118":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":6,"docs":{"192":{"tf":1.0},"365":{"tf":1.0},"385":{"tf":1.0},"53":{"tf":1.0},"76":{"tf":1.0},"81":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"124":{"tf":1.0},"161":{"tf":1.0},"276":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":11,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"156":{"tf":1.0},"21":{"tf":1.0},"336":{"tf":1.0},"337":{"tf":1.0},"353":{"tf":1.0},"370":{"tf":1.0},"385":{"tf":1.0},"76":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"337":{"tf":1.0}}}}},"p":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"305":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":7,"docs":{"120":{"tf":1.0},"159":{"tf":1.0},"171":{"tf":1.4142135623730951},"172":{"tf":1.0},"49":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0}}},"s":{"df":1,"docs":{"65":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"177":{"tf":1.0}}},"t":{"df":1,"docs":{"142":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"386":{"tf":1.0}}}}}}},"w":{"df":4,"docs":{"164":{"tf":1.0},"193":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"63":{"tf":1.0}}}}}},"r":{"df":5,"docs":{"2":{"tf":1.0},"228":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0},"76":{"tf":1.0}}},"s":{"df":8,"docs":{"239":{"tf":1.0},"247":{"tf":1.0},"299":{"tf":1.0},"321":{"tf":1.0},"356":{"tf":1.0},"363":{"tf":1.4142135623730951},"368":{"tf":1.0},"384":{"tf":1.0}},"o":{"df":0,"docs":{},"f":{"df":2,"docs":{"360":{"tf":1.4142135623730951},"365":{"tf":1.0}}}}},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":2,"docs":{"385":{"tf":1.0},"53":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"120":{"tf":1.0},"122":{"tf":1.0},"125":{"tf":1.0},"160":{"tf":1.0},"63":{"tf":1.0}}}}},"o":{"df":8,"docs":{"18":{"tf":1.0},"244":{"tf":1.4142135623730951},"259":{"tf":1.0},"286":{"tf":1.4142135623730951},"298":{"tf":1.0},"303":{"tf":1.0},"351":{"tf":1.0},"358":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{"df":1,"docs":{"360":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"251":{"tf":1.0},"303":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"65":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":14,"docs":{"121":{"tf":1.0},"274":{"tf":1.4142135623730951},"276":{"tf":1.0},"283":{"tf":1.4142135623730951},"337":{"tf":1.0},"354":{"tf":1.0},"356":{"tf":1.0},"357":{"tf":1.0},"358":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":1.0},"361":{"tf":1.0},"364":{"tf":1.0},"4":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":7,"docs":{"116":{"tf":1.4142135623730951},"137":{"tf":1.0},"139":{"tf":1.0},"142":{"tf":1.0},"191":{"tf":1.0},"206":{"tf":1.0},"63":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":12,"docs":{"1":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0},"213":{"tf":1.0},"251":{"tf":1.0},"31":{"tf":1.0},"316":{"tf":1.4142135623730951},"364":{"tf":1.0},"386":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"63":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"137":{"tf":1.4142135623730951}},"e":{"d":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"141":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"138":{"tf":2.0}}}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"g":{"df":5,"docs":{"137":{"tf":1.0},"138":{"tf":1.0},"140":{"tf":1.0},"167":{"tf":1.0},"351":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":9,"docs":{"102":{"tf":1.0},"173":{"tf":1.0},"192":{"tf":1.0},"31":{"tf":1.0},"362":{"tf":1.0},"364":{"tf":1.0},"38":{"tf":1.0},"76":{"tf":1.0},"86":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"186":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"386":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":17,"docs":{"100":{"tf":1.0},"19":{"tf":1.0},"227":{"tf":1.0},"235":{"tf":1.0},"254":{"tf":1.0},"256":{"tf":1.0},"258":{"tf":1.0},"262":{"tf":1.0},"279":{"tf":1.0},"28":{"tf":1.4142135623730951},"292":{"tf":1.0},"356":{"tf":1.0},"357":{"tf":1.0},"359":{"tf":1.0},"383":{"tf":1.0},"384":{"tf":1.0},"39":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"(":{"df":0,"docs":{},"|":{"_":{"df":2,"docs":{"210":{"tf":1.0},"211":{"tf":1.0}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"|":{"df":2,"docs":{"210":{"tf":1.0},"211":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":6,"docs":{"223":{"tf":1.0},"225":{"tf":1.0},"228":{"tf":1.0},"260":{"tf":1.0},"301":{"tf":1.0},"360":{"tf":1.0}}},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"252":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":11,"docs":{"115":{"tf":1.0},"120":{"tf":1.0},"137":{"tf":1.4142135623730951},"145":{"tf":1.0},"171":{"tf":1.4142135623730951},"172":{"tf":1.0},"209":{"tf":1.0},"260":{"tf":1.0},"322":{"tf":1.0},"337":{"tf":1.0},"368":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"335":{"tf":1.0},"337":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"121":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"251":{"tf":1.0}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"274":{"tf":1.7320508075688772}}}}}}}}}},"df":7,"docs":{"121":{"tf":1.4142135623730951},"164":{"tf":1.0},"220":{"tf":1.0},"251":{"tf":1.7320508075688772},"274":{"tf":1.7320508075688772},"275":{"tf":1.0},"276":{"tf":1.4142135623730951}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"161":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0}}}}}},"x":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"2":{"0":{"df":1,"docs":{"135":{"tf":1.0}}},"df":0,"docs":{}},"4":{"0":{"df":1,"docs":{"130":{"tf":1.0}}},"df":0,"docs":{}},"6":{"0":{"df":2,"docs":{"344":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"=":{"7":{"5":{"df":1,"docs":{"102":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"102":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":4,"docs":{"104":{"tf":1.0},"109":{"tf":1.0},"183":{"tf":1.0},"344":{"tf":1.0}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"102":{"tf":1.0},"133":{"tf":1.0}}}}}}}},"d":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"66":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":3,"docs":{"101":{"tf":1.4142135623730951},"361":{"tf":1.0},"378":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"24":{"tf":1.4142135623730951},"86":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":7,"docs":{"10":{"tf":1.0},"117":{"tf":1.0},"180":{"tf":1.0},"192":{"tf":1.0},"31":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0}}}}},"t":{"df":1,"docs":{"115":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"123":{"tf":1.0},"386":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":4,"docs":{"137":{"tf":2.0},"138":{"tf":1.0},"140":{"tf":1.0},"316":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":3,"docs":{"121":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":4,"docs":{"140":{"tf":1.4142135623730951},"188":{"tf":1.0},"328":{"tf":1.0},"47":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":5,"docs":{"137":{"tf":1.0},"177":{"tf":1.0},"362":{"tf":1.0},"365":{"tf":1.0},"52":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":4,"docs":{"119":{"tf":1.0},"137":{"tf":4.69041575982343},"316":{"tf":1.0},"46":{"tf":1.0}},"s":{"/":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"137":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"13":{"tf":1.0},"30":{"tf":1.0},"65":{"tf":1.0},"85":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"276":{"tf":1.0}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"138":{"tf":1.7320508075688772}}},"s":{"a":{"df":0,"docs":{},"g":{"df":7,"docs":{"138":{"tf":2.23606797749979},"356":{"tf":1.0},"357":{"tf":1.0},"360":{"tf":1.0},"362":{"tf":1.0},"370":{"tf":1.0},"376":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"226":{"tf":1.0},"386":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"d":{"df":12,"docs":{"138":{"tf":1.0},"193":{"tf":1.0},"196":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.4142135623730951},"206":{"tf":1.0},"214":{"tf":1.4142135623730951},"328":{"tf":1.0},"336":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.0},"74":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"c":{"df":34,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"119":{"tf":1.4142135623730951},"137":{"tf":1.0},"141":{"tf":1.0},"167":{"tf":1.4142135623730951},"204":{"tf":1.0},"205":{"tf":1.0},"220":{"tf":1.0},"227":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"251":{"tf":1.0},"260":{"tf":1.0},"266":{"tf":1.0},"268":{"tf":1.4142135623730951},"271":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"300":{"tf":1.7320508075688772},"315":{"tf":1.0},"317":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.4142135623730951},"332":{"tf":1.0},"352":{"tf":1.0},"36":{"tf":1.0},"373":{"tf":1.0},"47":{"tf":1.4142135623730951},"55":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.0},"60":{"tf":1.0},"73":{"tf":1.4142135623730951}},"s":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"185":{"tf":1.0},"81":{"tf":1.0}}}}}},":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"205":{"tf":1.0}}}}}}},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"205":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"i":{"d":{"df":2,"docs":{"140":{"tf":1.0},"188":{"tf":1.0}}},"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"182":{"tf":1.0}}}},"df":0,"docs":{}}},"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"171":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"0":{"df":1,"docs":{"135":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":1,"docs":{"130":{"tf":1.0}}},"df":0,"docs":{}},"3":{"0":{"df":2,"docs":{"344":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{}},"df":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":{"102":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"d":{"df":1,"docs":{"95":{"tf":1.0}}},"df":7,"docs":{"109":{"tf":1.0},"164":{"tf":1.7320508075688772},"171":{"tf":1.0},"183":{"tf":1.0},"227":{"tf":1.7320508075688772},"344":{"tf":1.0},"364":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"368":{"tf":1.0}}}},"k":{"df":0,"docs":{},"u":{"b":{"df":7,"docs":{"245":{"tf":2.0},"264":{"tf":1.4142135623730951},"270":{"tf":1.0},"323":{"tf":1.0},"351":{"tf":1.0},"359":{"tf":1.0},"383":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"89":{"tf":1.4142135623730951}}}}}}}}}},"df":0,"docs":{}}},"df":15,"docs":{"117":{"tf":1.0},"120":{"tf":1.0},"123":{"tf":1.0},"127":{"tf":1.4142135623730951},"159":{"tf":1.0},"163":{"tf":1.0},"175":{"tf":1.0},"194":{"tf":1.0},"202":{"tf":1.0},"209":{"tf":1.0},"212":{"tf":1.0},"274":{"tf":1.7320508075688772},"309":{"tf":1.0},"375":{"tf":1.0},"77":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"171":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"171":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":12,"docs":{"102":{"tf":1.4142135623730951},"104":{"tf":1.0},"117":{"tf":1.0},"123":{"tf":1.4142135623730951},"171":{"tf":1.0},"188":{"tf":1.0},"206":{"tf":1.0},"362":{"tf":1.0},"385":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"61":{"tf":1.0},"81":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"df":10,"docs":{"12":{"tf":1.0},"121":{"tf":1.0},"246":{"tf":1.0},"27":{"tf":1.0},"274":{"tf":1.7320508075688772},"276":{"tf":1.4142135623730951},"354":{"tf":1.7320508075688772},"50":{"tf":1.0},"6":{"tf":1.0},"81":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"104":{"tf":1.0},"352":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"s":{"df":19,"docs":{"169":{"tf":1.0},"175":{"tf":1.0},"18":{"tf":1.0},"203":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"232":{"tf":1.0},"248":{"tf":1.0},"352":{"tf":1.4142135623730951},"354":{"tf":1.0},"355":{"tf":1.4142135623730951},"356":{"tf":1.4142135623730951},"357":{"tf":1.0},"363":{"tf":1.0},"372":{"tf":2.0},"377":{"tf":1.4142135623730951},"380":{"tf":1.4142135623730951},"381":{"tf":1.0},"385":{"tf":1.0}}},"t":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"316":{"tf":1.0}}}},"df":0,"docs":{}}},"x":{"df":9,"docs":{"117":{"tf":1.0},"122":{"tf":1.0},"141":{"tf":1.0},"19":{"tf":1.0},"198":{"tf":1.4142135623730951},"299":{"tf":1.0},"319":{"tf":1.0},"352":{"tf":1.0},"51":{"tf":1.0}}}},"k":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":4,"docs":{"121":{"tf":1.0},"239":{"tf":1.0},"274":{"tf":1.0},"356":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"d":{"df":0,"docs":{},"e":{"df":23,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"104":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.4142135623730951},"138":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":2.0},"251":{"tf":1.7320508075688772},"294":{"tf":1.0},"298":{"tf":1.0},"3":{"tf":1.0},"307":{"tf":1.0},"354":{"tf":1.0},"36":{"tf":1.0},"384":{"tf":1.0},"39":{"tf":1.4142135623730951},"70":{"tf":1.0}},"l":{"df":13,"docs":{"115":{"tf":1.0},"13":{"tf":1.0},"137":{"tf":1.0},"192":{"tf":1.7320508075688772},"213":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.0},"75":{"tf":1.0},"85":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"250":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"322":{"tf":1.0},"74":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"10":{"tf":1.0},"3":{"tf":1.0},"63":{"tf":1.0}}}},"df":4,"docs":{"255":{"tf":1.0},"260":{"tf":1.0},"299":{"tf":1.0},"88":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"[":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"228":{"tf":1.0}}}}}}}}}},"df":12,"docs":{"119":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"137":{"tf":1.4142135623730951},"14":{"tf":1.0},"141":{"tf":1.4142135623730951},"168":{"tf":1.0},"185":{"tf":1.0},"228":{"tf":1.4142135623730951},"3":{"tf":1.0},"45":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"305":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":16,"docs":{"10":{"tf":1.0},"119":{"tf":1.0},"138":{"tf":1.0},"148":{"tf":1.0},"176":{"tf":1.0},"212":{"tf":1.0},"23":{"tf":1.0},"274":{"tf":1.0},"276":{"tf":1.0},"279":{"tf":1.0},"286":{"tf":1.0},"29":{"tf":1.0},"32":{"tf":1.0},"364":{"tf":1.4142135623730951},"377":{"tf":1.0},"96":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"321":{"tf":1.0},"368":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":8,"docs":{"241":{"tf":1.0},"245":{"tf":1.0},"270":{"tf":1.0},"298":{"tf":1.0},"322":{"tf":1.0},"351":{"tf":1.0},"367":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951}}}}},"v":{"df":0,"docs":{},"e":{"df":4,"docs":{"120":{"tf":1.0},"171":{"tf":1.4142135623730951},"373":{"tf":1.0},"63":{"tf":1.0}}}}},"u":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"362":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":10,"docs":{"0":{"tf":1.0},"10":{"tf":1.4142135623730951},"125":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.4142135623730951},"154":{"tf":1.0},"160":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.4142135623730951},"65":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":10,"docs":{"111":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"137":{"tf":1.0},"169":{"tf":1.0},"173":{"tf":1.0},"195":{"tf":1.0},"3":{"tf":1.0},"386":{"tf":1.0},"95":{"tf":1.0}}}}}}},"t":{"df":23,"docs":{"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"151":{"tf":1.0},"171":{"tf":1.4142135623730951},"172":{"tf":2.0},"19":{"tf":1.0},"203":{"tf":1.0},"206":{"tf":1.0},"210":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"349":{"tf":1.0},"350":{"tf":1.0},"4":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951},"90":{"tf":1.0}}}},"y":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"203":{"tf":1.0},"204":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"(":{"df":0,"docs":{},"|":{"df":0,"docs":{},"w":{"df":1,"docs":{"207":{"tf":1.0}}}}},"df":1,"docs":{"207":{"tf":1.4142135623730951}}}}}}},"df":2,"docs":{"203":{"tf":1.0},"207":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"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":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"112":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"205":{"tf":2.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"203":{"tf":1.4142135623730951},"204":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"207":{"tf":2.0}}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":1,"docs":{"207":{"tf":1.4142135623730951}}}}},"df":2,"docs":{"203":{"tf":1.7320508075688772},"207":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":10,"docs":{"171":{"tf":1.0},"172":{"tf":1.0},"178":{"tf":1.0},"203":{"tf":1.4142135623730951},"204":{"tf":1.0},"207":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0}}}}}}},"df":0,"docs":{}},"=":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":7,"docs":{"274":{"tf":1.4142135623730951},"301":{"tf":1.0},"322":{"tf":1.7320508075688772},"360":{"tf":1.0},"362":{"tf":1.0},"368":{"tf":1.7320508075688772},"371":{"tf":1.0}}}}}}},"df":31,"docs":{"117":{"tf":1.0},"121":{"tf":1.7320508075688772},"126":{"tf":1.0},"200":{"tf":1.0},"203":{"tf":1.4142135623730951},"204":{"tf":1.0},"210":{"tf":1.0},"213":{"tf":1.0},"236":{"tf":1.7320508075688772},"238":{"tf":1.0},"266":{"tf":1.0},"274":{"tf":5.385164807134504},"28":{"tf":1.0},"280":{"tf":1.0},"281":{"tf":1.4142135623730951},"290":{"tf":1.0},"302":{"tf":1.0},"318":{"tf":1.0},"319":{"tf":1.0},"322":{"tf":2.0},"367":{"tf":1.4142135623730951},"368":{"tf":3.605551275463989},"371":{"tf":1.7320508075688772},"39":{"tf":1.0},"46":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0},"71":{"tf":1.0},"74":{"tf":1.0},"95":{"tf":1.0}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":7,"docs":{"164":{"tf":1.4142135623730951},"227":{"tf":1.0},"266":{"tf":1.0},"302":{"tf":1.4142135623730951},"323":{"tf":1.4142135623730951},"368":{"tf":3.0},"371":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":3,"docs":{"266":{"tf":1.0},"302":{"tf":1.0},"323":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"38":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"305":{"tf":1.0}},"i":{"df":0,"docs":{},"v":{"df":3,"docs":{"244":{"tf":1.0},"259":{"tf":1.0},"303":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":3,"docs":{"14":{"tf":1.0},"222":{"tf":1.0},"74":{"tf":1.0}}}}}},"df":14,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.4142135623730951},"104":{"tf":1.4142135623730951},"172":{"tf":1.4142135623730951},"302":{"tf":1.4142135623730951},"323":{"tf":1.0},"333":{"tf":1.0},"361":{"tf":1.0},"362":{"tf":1.0},"365":{"tf":1.0},"368":{"tf":1.7320508075688772},"371":{"tf":1.0},"378":{"tf":1.0},"52":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"120":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":40,"docs":{"102":{"tf":1.0},"104":{"tf":1.0},"115":{"tf":1.0},"120":{"tf":1.0},"124":{"tf":1.0},"131":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.4142135623730951},"140":{"tf":1.0},"141":{"tf":1.0},"148":{"tf":1.0},"162":{"tf":1.0},"166":{"tf":1.7320508075688772},"173":{"tf":2.0},"178":{"tf":1.0},"181":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"223":{"tf":1.0},"225":{"tf":1.0},"230":{"tf":1.0},"233":{"tf":1.0},"241":{"tf":1.0},"248":{"tf":1.0},"274":{"tf":1.0},"276":{"tf":1.0},"287":{"tf":1.0},"31":{"tf":1.0},"316":{"tf":1.0},"322":{"tf":1.0},"351":{"tf":1.0},"355":{"tf":1.0},"357":{"tf":1.0},"360":{"tf":1.4142135623730951},"361":{"tf":1.0},"365":{"tf":1.0},"371":{"tf":1.0},"385":{"tf":1.4142135623730951},"41":{"tf":1.0},"51":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"—":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"137":{"tf":1.0}}}}}},"df":0,"docs":{}},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{".":{"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":{"274":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"u":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"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":{"274":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{".":{"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":{"274":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"g":{"df":3,"docs":{"205":{"tf":1.0},"225":{"tf":1.0},"386":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"138":{"tf":1.4142135623730951}}}}}},"df":1,"docs":{"138":{"tf":1.0}}}},"n":{"df":1,"docs":{"139":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"360":{"tf":1.0}}}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"299":{"tf":1.0},"319":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"206":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"118":{"tf":1.0},"78":{"tf":1.0},"92":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":32,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"10":{"tf":1.7320508075688772},"101":{"tf":1.0},"123":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":3.0},"140":{"tf":1.4142135623730951},"16":{"tf":1.0},"164":{"tf":1.4142135623730951},"177":{"tf":1.4142135623730951},"192":{"tf":1.0},"21":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":1.0},"299":{"tf":1.0},"31":{"tf":1.4142135623730951},"316":{"tf":1.0},"319":{"tf":1.0},"328":{"tf":1.0},"372":{"tf":1.0},"38":{"tf":1.0},"380":{"tf":1.0},"386":{"tf":1.4142135623730951},"47":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.4142135623730951},"92":{"tf":1.0}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"138":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"104":{"tf":1.0},"137":{"tf":1.0},"185":{"tf":1.0},"19":{"tf":1.0},"306":{"tf":1.0},"354":{"tf":1.0},"386":{"tf":1.0}}}}},"w":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"204":{"tf":1.0}}}}},"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":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"210":{"tf":1.0},"211":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"203":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"140":{"tf":1.0}}}}}}}},"df":25,"docs":{"137":{"tf":1.4142135623730951},"138":{"tf":1.0},"139":{"tf":1.0},"14":{"tf":1.4142135623730951},"140":{"tf":2.23606797749979},"141":{"tf":1.0},"16":{"tf":1.0},"168":{"tf":1.0},"172":{"tf":1.4142135623730951},"188":{"tf":1.0},"192":{"tf":1.0},"201":{"tf":1.0},"203":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"214":{"tf":2.449489742783178},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"252":{"tf":1.0},"37":{"tf":1.0},"6":{"tf":1.0},"74":{"tf":1.7320508075688772}}},"x":{"df":0,"docs":{},"t":{"df":8,"docs":{"122":{"tf":1.0},"248":{"tf":1.0},"252":{"tf":1.0},"271":{"tf":1.0},"29":{"tf":1.0},"292":{"tf":1.0},"386":{"tf":1.0},"96":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"18":{"tf":1.0},"243":{"tf":1.0},"274":{"tf":1.7320508075688772},"282":{"tf":1.0}}},"y":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"273":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}},"o":{"d":{"df":0,"docs":{},"e":{"/":{"*":{"*":{"/":{"c":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"274":{"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":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"305":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":2,"docs":{"274":{"tf":1.4142135623730951},"296":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"205":{"tf":1.7320508075688772},"210":{"tf":1.0},"211":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"205":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"167":{"tf":1.0},"205":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"205":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"205":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"[":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"35":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"102":{"tf":1.0},"182":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":8,"docs":{"102":{"tf":1.4142135623730951},"138":{"tf":1.0},"167":{"tf":1.0},"179":{"tf":1.4142135623730951},"180":{"tf":1.0},"182":{"tf":1.4142135623730951},"187":{"tf":1.0},"205":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":149,"docs":{"0":{"tf":1.0},"10":{"tf":1.4142135623730951},"100":{"tf":1.7320508075688772},"101":{"tf":1.0},"102":{"tf":3.0},"104":{"tf":2.0},"113":{"tf":1.0},"114":{"tf":1.4142135623730951},"119":{"tf":1.0},"120":{"tf":1.7320508075688772},"124":{"tf":1.0},"125":{"tf":1.0},"13":{"tf":1.0},"130":{"tf":1.4142135623730951},"131":{"tf":1.0},"135":{"tf":1.4142135623730951},"137":{"tf":3.7416573867739413},"138":{"tf":2.23606797749979},"139":{"tf":2.449489742783178},"14":{"tf":1.7320508075688772},"140":{"tf":3.4641016151377544},"141":{"tf":2.6457513110645907},"142":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.0},"153":{"tf":1.4142135623730951},"154":{"tf":1.7320508075688772},"156":{"tf":1.0},"159":{"tf":1.4142135623730951},"16":{"tf":1.7320508075688772},"160":{"tf":2.0},"161":{"tf":1.4142135623730951},"162":{"tf":1.0},"164":{"tf":1.0},"166":{"tf":1.4142135623730951},"167":{"tf":1.4142135623730951},"168":{"tf":1.0},"169":{"tf":1.0},"175":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"18":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.7320508075688772},"184":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.4142135623730951},"189":{"tf":1.0},"19":{"tf":2.0},"190":{"tf":1.0},"192":{"tf":1.0},"203":{"tf":1.7320508075688772},"205":{"tf":1.4142135623730951},"206":{"tf":1.0},"21":{"tf":1.7320508075688772},"210":{"tf":1.0},"213":{"tf":1.4142135623730951},"214":{"tf":1.4142135623730951},"218":{"tf":1.0},"223":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.7320508075688772},"227":{"tf":1.0},"232":{"tf":1.4142135623730951},"233":{"tf":1.4142135623730951},"234":{"tf":1.0},"235":{"tf":2.0},"236":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":2.0},"254":{"tf":1.0},"255":{"tf":1.4142135623730951},"260":{"tf":1.7320508075688772},"261":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"270":{"tf":1.0},"274":{"tf":1.4142135623730951},"275":{"tf":1.0},"28":{"tf":1.4142135623730951},"280":{"tf":1.0},"296":{"tf":2.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":2.8284271247461903},"3":{"tf":1.7320508075688772},"30":{"tf":1.0},"300":{"tf":1.0},"305":{"tf":1.4142135623730951},"306":{"tf":1.4142135623730951},"307":{"tf":1.7320508075688772},"31":{"tf":1.4142135623730951},"316":{"tf":2.449489742783178},"317":{"tf":1.0},"318":{"tf":2.6457513110645907},"319":{"tf":1.0},"32":{"tf":1.0},"321":{"tf":1.7320508075688772},"322":{"tf":1.0},"325":{"tf":1.4142135623730951},"328":{"tf":1.0},"340":{"tf":1.7320508075688772},"344":{"tf":1.0},"352":{"tf":1.4142135623730951},"354":{"tf":1.4142135623730951},"355":{"tf":1.0},"356":{"tf":1.0},"357":{"tf":2.8284271247461903},"36":{"tf":1.7320508075688772},"360":{"tf":1.4142135623730951},"362":{"tf":1.4142135623730951},"363":{"tf":1.4142135623730951},"364":{"tf":1.4142135623730951},"365":{"tf":1.4142135623730951},"367":{"tf":2.6457513110645907},"368":{"tf":1.7320508075688772},"371":{"tf":1.4142135623730951},"372":{"tf":1.7320508075688772},"374":{"tf":1.4142135623730951},"377":{"tf":1.4142135623730951},"379":{"tf":1.7320508075688772},"38":{"tf":1.0},"380":{"tf":1.7320508075688772},"381":{"tf":1.0},"382":{"tf":1.0},"383":{"tf":1.0},"386":{"tf":2.23606797749979},"387":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.4142135623730951},"46":{"tf":2.449489742783178},"47":{"tf":1.4142135623730951},"58":{"tf":2.0},"60":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.7320508075688772},"66":{"tf":1.4142135623730951},"68":{"tf":1.0},"73":{"tf":1.4142135623730951},"74":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":2.0},"81":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"266":{"tf":1.0},"302":{"tf":1.7320508075688772},"323":{"tf":1.0}}}}}},"s":{"<":{"b":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"[":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"35":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"47":{"tf":1.0}},"i":{"df":2,"docs":{"117":{"tf":1.0},"51":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"df":46,"docs":{"100":{"tf":1.0},"121":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"226":{"tf":1.4142135623730951},"232":{"tf":1.4142135623730951},"233":{"tf":1.4142135623730951},"234":{"tf":1.0},"235":{"tf":2.23606797749979},"236":{"tf":1.4142135623730951},"239":{"tf":1.0},"248":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":2.449489742783178},"255":{"tf":1.4142135623730951},"258":{"tf":1.0},"274":{"tf":2.23606797749979},"275":{"tf":1.0},"28":{"tf":1.0},"280":{"tf":1.0},"294":{"tf":1.0},"296":{"tf":1.7320508075688772},"299":{"tf":1.4142135623730951},"302":{"tf":1.4142135623730951},"305":{"tf":1.0},"307":{"tf":1.4142135623730951},"318":{"tf":2.6457513110645907},"321":{"tf":1.7320508075688772},"322":{"tf":1.0},"323":{"tf":1.7320508075688772},"333":{"tf":1.0},"356":{"tf":1.0},"357":{"tf":3.1622776601683795},"360":{"tf":1.7320508075688772},"363":{"tf":1.4142135623730951},"367":{"tf":2.23606797749979},"368":{"tf":1.7320508075688772},"371":{"tf":1.0},"382":{"tf":1.0},"384":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.0},"72":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"323":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":6,"docs":{"302":{"tf":1.0},"323":{"tf":2.6457513110645907},"333":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":3.0},"371":{"tf":1.4142135623730951}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"323":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"303":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"=":{"$":{"(":{"df":0,"docs":{},"l":{"df":2,"docs":{"274":{"tf":1.0},"359":{"tf":1.0}}}},"df":0,"docs":{}},".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":5,"docs":{"257":{"tf":1.0},"264":{"tf":1.0},"28":{"tf":1.0},"297":{"tf":1.0},"383":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"z":{"df":1,"docs":{"251":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":3,"docs":{"28":{"tf":1.0},"297":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"299":{"tf":1.0},"319":{"tf":1.0}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"=":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{"/":{"a":{"df":0,"docs":{},"m":{"d":{"6":{"4":{"df":2,"docs":{"259":{"tf":1.0},"303":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"m":{"6":{"4":{"df":5,"docs":{"18":{"tf":1.0},"244":{"tf":1.0},"259":{"tf":1.0},"303":{"tf":1.0},"351":{"tf":1.0}},"|":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{"/":{"a":{"df":0,"docs":{},"m":{"d":{"6":{"4":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"df":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":{"303":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":3,"docs":{"18":{"tf":1.0},"232":{"tf":1.0},"307":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"=":{"<":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":3,"docs":{"232":{"tf":1.0},"355":{"tf":1.0},"381":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"v":{"1":{"df":2,"docs":{"232":{"tf":1.0},"355":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"f":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"305":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"298":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"298":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"298":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"298":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"298":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"298":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"298":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"304":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}},"d":{"a":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":3,"docs":{"299":{"tf":1.0},"319":{"tf":1.0},"356":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"299":{"tf":1.0},"319":{"tf":1.0}}}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"299":{"tf":1.0},"319":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"_":{"df":1,"docs":{"27":{"tf":1.0}},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"255":{"tf":1.0},"260":{"tf":1.0},"266":{"tf":1.0},"295":{"tf":1.0}},"s":{"=":{"2":{"df":2,"docs":{"27":{"tf":1.0},"295":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":4,"docs":{"255":{"tf":1.0},"260":{"tf":1.0},"266":{"tf":1.0},"295":{"tf":1.0}},"s":{"=":{"1":{"2":{"0":{"df":2,"docs":{"27":{"tf":1.0},"295":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"=":{"3":{"df":1,"docs":{"27":{"tf":1.0}}},"5":{"df":1,"docs":{"295":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":4,"docs":{"255":{"tf":1.0},"260":{"tf":1.0},"266":{"tf":1.0},"295":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"304":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"306":{"tf":1.0}},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"=":{"$":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"d":{"/":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"236":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":2,"docs":{"235":{"tf":1.0},"357":{"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":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":2,"docs":{"254":{"tf":1.0},"296":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":6,"docs":{"234":{"tf":1.0},"247":{"tf":1.0},"255":{"tf":1.0},"296":{"tf":1.0},"357":{"tf":1.0},"365":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"r":{"a":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"303":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"297":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"d":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"304":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"n":{"a":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"=":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"3":{"0":{"0":{"0":{"df":3,"docs":{"300":{"tf":1.0},"311":{"tf":1.0},"327":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"267":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":7,"docs":{"260":{"tf":1.0},"261":{"tf":1.0},"266":{"tf":1.0},"300":{"tf":1.0},"327":{"tf":1.0},"41":{"tf":1.0},"47":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"307":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"k":{"df":0,"docs":{},"z":{"df":0,"docs":{},"g":{"_":{"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":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"298":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"298":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"298":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"298":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"298":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"=":{"/":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"44":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"z":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"240":{"tf":1.0},"298":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"240":{"tf":1.0},"298":{"tf":1.0},"69":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"/":{"*":{"/":{"*":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"102":{"tf":1.4142135623730951},"104":{"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":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"100":{"tf":1.0},"101":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"367":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"104":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"=":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":3,"docs":{"19":{"tf":1.0},"318":{"tf":1.0},"367":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"/":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"368":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"321":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":2,"docs":{"310":{"tf":1.0},"331":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"299":{"tf":1.0},"317":{"tf":1.0},"363":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":13,"docs":{"113":{"tf":1.0},"153":{"tf":1.0},"156":{"tf":1.0},"255":{"tf":1.0},"299":{"tf":1.4142135623730951},"316":{"tf":1.0},"317":{"tf":1.0},"318":{"tf":1.0},"321":{"tf":1.0},"365":{"tf":1.0},"367":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"73":{"tf":1.0}}}}},"df":1,"docs":{"226":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":9,"docs":{"156":{"tf":1.0},"255":{"tf":1.0},"260":{"tf":1.0},"299":{"tf":1.4142135623730951},"316":{"tf":1.0},"317":{"tf":1.0},"319":{"tf":1.0},"46":{"tf":1.0},"73":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"=":{"\"":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"a":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":2,"docs":{"310":{"tf":1.0},"331":{"tf":1.0}},"e":{",":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"_":{"d":{"a":{"_":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"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":2,"docs":{"299":{"tf":1.0},"373":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"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":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"=":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"373":{"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":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"=":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":8,"docs":{"119":{"tf":1.0},"299":{"tf":1.0},"310":{"tf":1.0},"316":{"tf":1.7320508075688772},"317":{"tf":1.0},"331":{"tf":1.0},"368":{"tf":1.0},"373":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":9,"docs":{"156":{"tf":1.0},"255":{"tf":1.0},"260":{"tf":1.0},"289":{"tf":1.0},"299":{"tf":1.4142135623730951},"316":{"tf":1.0},"317":{"tf":1.0},"46":{"tf":1.0},"73":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"373":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"s":{"_":{"df":1,"docs":{"261":{"tf":1.0}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"=":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"9":{"0":{"9":{"0":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"/":{"df":0,"docs":{},"v":{"1":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"v":{"1":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"300":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"267":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":5,"docs":{"260":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"300":{"tf":1.0},"41":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"=":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"9":{"0":{"9":{"0":{"df":2,"docs":{"300":{"tf":1.0},"311":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"267":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":7,"docs":{"260":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"300":{"tf":1.0},"326":{"tf":1.0},"41":{"tf":1.0},"47":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"362":{"tf":1.0}},"e":{"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"307":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"19":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"=":{"$":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"d":{"/":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"236":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":2,"docs":{"235":{"tf":1.0},"357":{"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":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":2,"docs":{"254":{"tf":1.0},"296":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":7,"docs":{"113":{"tf":1.0},"234":{"tf":1.0},"247":{"tf":1.0},"255":{"tf":1.0},"296":{"tf":1.0},"357":{"tf":1.0},"365":{"tf":1.0}}}}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"307":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"307":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"h":{"df":2,"docs":{"252":{"tf":1.0},"296":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"=":{"<":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"251":{"tf":1.0}}}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":3,"docs":{"232":{"tf":1.0},"355":{"tf":1.0},"381":{"tf":1.0}}}}}}},"a":{"b":{"c":{"1":{"2":{"3":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"4":{"5":{"6":{"7":{"8":{"9":{"df":1,"docs":{"232":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"355":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"18":{"tf":1.0},"232":{"tf":1.0},"307":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"=":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"4":{"3":{"1":{"7":{"df":2,"docs":{"324":{"tf":1.0},"47":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":3,"docs":{"300":{"tf":1.0},"317":{"tf":1.0},"41":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"=":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"4":{"3":{"1":{"8":{"df":2,"docs":{"324":{"tf":1.0},"47":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":3,"docs":{"300":{"tf":1.0},"317":{"tf":1.0},"41":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"304":{"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":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"304":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"304":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"s":{"d":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"304":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"304":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"=":{"1":{"df":2,"docs":{"251":{"tf":1.0},"297":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"297":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":9,"docs":{"245":{"tf":1.0},"250":{"tf":1.0},"260":{"tf":1.0},"266":{"tf":1.0},"297":{"tf":1.0},"383":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0},"71":{"tf":1.0}},"e":{"=":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":8,"docs":{"257":{"tf":1.0},"258":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"28":{"tf":1.0},"297":{"tf":1.0},"322":{"tf":1.4142135623730951},"368":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"264":{"tf":1.0}}}}}}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"297":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"s":{"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":3,"docs":{"255":{"tf":1.0},"299":{"tf":1.0},"313":{"tf":1.0}},"s":{"=":{"1":{"df":10,"docs":{"119":{"tf":1.0},"153":{"tf":1.0},"156":{"tf":1.0},"19":{"tf":1.0},"318":{"tf":1.0},"321":{"tf":1.0},"363":{"tf":1.0},"365":{"tf":1.0},"367":{"tf":1.4142135623730951},"62":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":4,"docs":{"255":{"tf":1.0},"299":{"tf":1.0},"317":{"tf":1.0},"73":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":2,"docs":{"317":{"tf":1.0},"46":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"305":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"305":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"n":{"df":9,"docs":{"100":{"tf":1.0},"120":{"tf":1.0},"195":{"tf":1.0},"198":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.4142135623730951},"266":{"tf":1.0},"297":{"tf":1.0},"302":{"tf":1.0}},"e":{"df":9,"docs":{"102":{"tf":1.0},"105":{"tf":1.0},"172":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.4142135623730951},"255":{"tf":1.4142135623730951},"260":{"tf":2.0},"266":{"tf":1.7320508075688772},"317":{"tf":2.0}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"251":{"tf":1.0}},"u":{"6":{"4":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"1":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"195":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"101":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"101":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"101":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":1,"docs":{"195":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":6,"docs":{"137":{"tf":1.0},"138":{"tf":1.4142135623730951},"139":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.4142135623730951},"297":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"148":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":33,"docs":{"130":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":1.7320508075688772},"141":{"tf":1.0},"148":{"tf":1.0},"151":{"tf":1.0},"175":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"238":{"tf":1.0},"244":{"tf":1.0},"250":{"tf":1.0},"252":{"tf":1.0},"255":{"tf":1.0},"259":{"tf":1.0},"261":{"tf":1.0},"267":{"tf":1.0},"270":{"tf":1.0},"28":{"tf":1.0},"284":{"tf":1.0},"318":{"tf":1.0},"322":{"tf":1.4142135623730951},"323":{"tf":1.0},"351":{"tf":1.4142135623730951},"356":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":1.7320508075688772},"371":{"tf":1.0},"384":{"tf":1.0},"44":{"tf":1.0},"53":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0}}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"241":{"tf":1.0},"356":{"tf":1.0},"357":{"tf":1.0}}},"df":0,"docs":{}}}}},"h":{"df":1,"docs":{"360":{"tf":1.0}}},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"169":{"tf":1.0}}}}},"w":{"df":5,"docs":{"131":{"tf":1.0},"172":{"tf":1.0},"179":{"tf":1.0},"29":{"tf":1.0},"360":{"tf":1.0}}}},"t":{"df":0,"docs":{},"p":{"df":2,"docs":{"385":{"tf":1.0},"50":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"m":{":":{":":{"df":0,"docs":{},"{":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"6":{"4":{"df":1,"docs":{"195":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":13,"docs":{"100":{"tf":1.0},"115":{"tf":1.0},"151":{"tf":1.0},"250":{"tf":1.4142135623730951},"255":{"tf":1.4142135623730951},"260":{"tf":1.4142135623730951},"266":{"tf":1.4142135623730951},"295":{"tf":2.0},"340":{"tf":1.4142135623730951},"343":{"tf":1.0},"350":{"tf":1.0},"50":{"tf":1.0},"81":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":7,"docs":{"119":{"tf":1.0},"261":{"tf":1.4142135623730951},"267":{"tf":1.7320508075688772},"28":{"tf":1.4142135623730951},"326":{"tf":2.6457513110645907},"327":{"tf":1.7320508075688772},"332":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":59,"docs":{"100":{"tf":1.7320508075688772},"101":{"tf":1.7320508075688772},"102":{"tf":1.0},"104":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"125":{"tf":1.0},"137":{"tf":1.7320508075688772},"138":{"tf":1.0},"139":{"tf":1.0},"156":{"tf":1.0},"160":{"tf":1.0},"164":{"tf":1.0},"168":{"tf":1.4142135623730951},"169":{"tf":1.0},"171":{"tf":1.4142135623730951},"173":{"tf":1.0},"174":{"tf":1.4142135623730951},"185":{"tf":1.0},"190":{"tf":1.0},"192":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.0},"228":{"tf":1.4142135623730951},"229":{"tf":1.4142135623730951},"261":{"tf":1.0},"267":{"tf":1.0},"271":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"300":{"tf":1.4142135623730951},"31":{"tf":1.0},"311":{"tf":1.0},"314":{"tf":1.0},"315":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.0},"329":{"tf":1.0},"332":{"tf":1.4142135623730951},"352":{"tf":1.4142135623730951},"36":{"tf":1.0},"360":{"tf":1.7320508075688772},"374":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"384":{"tf":1.4142135623730951},"385":{"tf":1.4142135623730951},"386":{"tf":1.7320508075688772},"41":{"tf":1.0},"47":{"tf":1.4142135623730951},"52":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"73":{"tf":1.4142135623730951},"81":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"117":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"192":{"tf":1.0},"228":{"tf":1.0},"353":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"368":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"273":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"213":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"323":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"137":{"tf":1.0},"139":{"tf":2.0}}}}}}},"k":{"(":{"_":{"df":1,"docs":{"172":{"tf":1.0}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"171":{"tf":1.0},"172":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"205":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":2,"docs":{"204":{"tf":1.4142135623730951},"205":{"tf":1.0}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":2,"docs":{"210":{"tf":1.0},"211":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":31,"docs":{"112":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"151":{"tf":1.0},"171":{"tf":1.7320508075688772},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"178":{"tf":1.0},"19":{"tf":1.0},"203":{"tf":1.7320508075688772},"204":{"tf":1.4142135623730951},"207":{"tf":1.0},"210":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"328":{"tf":1.0},"349":{"tf":1.0},"350":{"tf":1.0},"4":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951},"90":{"tf":1.0}}},"l":{"d":{"df":1,"docs":{"351":{"tf":1.0}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"301":{"tf":1.0},"322":{"tf":1.0}}}}},"n":{"c":{"df":6,"docs":{"173":{"tf":1.0},"181":{"tf":1.0},"190":{"tf":1.0},"192":{"tf":1.0},"38":{"tf":1.0},"61":{"tf":1.0}}},"df":13,"docs":{"122":{"tf":1.0},"162":{"tf":1.0},"173":{"tf":1.4142135623730951},"188":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"264":{"tf":1.0},"274":{"tf":1.0},"31":{"tf":1.0},"65":{"tf":1.0},"70":{"tf":1.0},"78":{"tf":1.0},"95":{"tf":1.4142135623730951}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"161":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"122":{"tf":1.0},"362":{"tf":2.0}}}},"p":{"df":1,"docs":{"386":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"358":{"tf":1.0}}},"r":{"df":27,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"130":{"tf":1.0},"138":{"tf":1.0},"14":{"tf":1.0},"141":{"tf":1.0},"158":{"tf":1.4142135623730951},"16":{"tf":1.0},"179":{"tf":1.0},"181":{"tf":1.0},"190":{"tf":1.0},"2":{"tf":1.0},"219":{"tf":1.4142135623730951},"221":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.4142135623730951},"224":{"tf":1.4142135623730951},"226":{"tf":1.4142135623730951},"227":{"tf":1.4142135623730951},"228":{"tf":1.0},"229":{"tf":1.4142135623730951},"31":{"tf":1.0},"337":{"tf":1.0},"356":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"8":{"tf":1.0}}}},"t":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"z":{"df":0,"docs":{},"g":{"df":1,"docs":{"298":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":2,"docs":{"115":{"tf":1.0},"51":{"tf":1.0}},"i":{"df":0,"docs":{},"m":{"df":3,"docs":{"14":{"tf":1.0},"270":{"tf":1.0},"323":{"tf":1.0}}},"o":{"df":0,"docs":{},"n":{"<":{"a":{"df":0,"docs":{},"r":{"c":{"<":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"u":{"6":{"4":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"205":{"tf":1.0}}}}}}}}},"u":{"6":{"4":{"df":1,"docs":{"204":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":1,"docs":{"100":{"tf":1.0}}}}},"df":33,"docs":{"137":{"tf":1.0},"138":{"tf":1.0},"140":{"tf":1.0},"167":{"tf":1.0},"172":{"tf":1.0},"184":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.7320508075688772},"205":{"tf":1.4142135623730951},"222":{"tf":1.0},"226":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"239":{"tf":1.4142135623730951},"251":{"tf":1.4142135623730951},"257":{"tf":1.0},"258":{"tf":1.0},"260":{"tf":1.0},"267":{"tf":1.7320508075688772},"269":{"tf":1.0},"273":{"tf":1.0},"28":{"tf":1.7320508075688772},"300":{"tf":1.7320508075688772},"317":{"tf":1.4142135623730951},"324":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.4142135623730951},"343":{"tf":1.0},"350":{"tf":1.0},"41":{"tf":1.0},"47":{"tf":1.7320508075688772},"61":{"tf":1.0}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":13,"docs":{"10":{"tf":1.0},"159":{"tf":1.0},"192":{"tf":1.0},"213":{"tf":1.0},"26":{"tf":1.0},"316":{"tf":1.0},"36":{"tf":1.4142135623730951},"38":{"tf":1.0},"386":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.4142135623730951},"63":{"tf":1.0},"65":{"tf":1.4142135623730951}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"137":{"tf":1.0}}}}}}}}},"df":3,"docs":{"137":{"tf":2.23606797749979},"171":{"tf":1.0},"365":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{":":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"171":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"n":{"df":3,"docs":{"118":{"tf":1.0},"222":{"tf":1.0},"293":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"115":{"tf":1.0},"385":{"tf":1.0},"50":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":3,"docs":{"360":{"tf":1.0},"365":{"tf":1.0},"382":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":2,"docs":{"357":{"tf":1.0},"360":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"63":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"p":{"df":10,"docs":{"260":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"28":{"tf":1.0},"300":{"tf":1.7320508075688772},"317":{"tf":1.4142135623730951},"324":{"tf":2.23606797749979},"41":{"tf":1.0},"47":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"190":{"tf":1.0}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":10,"docs":{"119":{"tf":1.0},"125":{"tf":1.0},"192":{"tf":1.0},"204":{"tf":1.0},"229":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"386":{"tf":1.0},"61":{"tf":1.0},"92":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":3,"docs":{"232":{"tf":1.0},"322":{"tf":1.0},"358":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":16,"docs":{"124":{"tf":1.0},"260":{"tf":1.0},"298":{"tf":1.7320508075688772},"299":{"tf":1.0},"306":{"tf":1.0},"321":{"tf":1.0},"353":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":1.4142135623730951},"370":{"tf":1.0},"373":{"tf":1.0},"46":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0}},"—":{"d":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"370":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"1":{"tf":1.0},"124":{"tf":1.0},"134":{"tf":1.0},"137":{"tf":1.4142135623730951},"195":{"tf":1.0},"31":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":3,"docs":{"159":{"tf":1.0},"175":{"tf":1.0},"273":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"d":{"df":10,"docs":{"240":{"tf":1.0},"251":{"tf":1.0},"274":{"tf":1.7320508075688772},"298":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":2.23606797749979},"322":{"tf":1.0},"323":{"tf":1.0},"44":{"tf":1.0},"69":{"tf":1.0}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":8,"docs":{"12":{"tf":1.0},"158":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"29":{"tf":1.0},"33":{"tf":1.0},"98":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"df":2,"docs":{"138":{"tf":1.0},"377":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"298":{"tf":1.0}}}}}}}}}},"p":{".":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":3,"docs":{"326":{"tf":1.0},"47":{"tf":1.0},"73":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"df":0,"docs":{},"p":{"df":2,"docs":{"299":{"tf":1.0},"319":{"tf":1.0}}}},"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"213":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"177":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":7,"docs":{"115":{"tf":1.0},"116":{"tf":1.0},"149":{"tf":1.0},"186":{"tf":1.0},"230":{"tf":1.0},"75":{"tf":1.0},"97":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":4,"docs":{"125":{"tf":1.0},"13":{"tf":1.0},"184":{"tf":1.0},"189":{"tf":1.0}}}},"n":{"df":0,"docs":{},"i":{"c":{"\\":{"df":0,"docs":{},"|":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"101":{"tf":1.0}}}}}}},"df":3,"docs":{"122":{"tf":1.0},"306":{"tf":1.0},"62":{"tf":1.0}},"k":{"df":8,"docs":{"354":{"tf":1.0},"356":{"tf":1.0},"357":{"tf":1.0},"358":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":1.0},"361":{"tf":1.0},"364":{"tf":1.0}}},"s":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"100":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"164":{"tf":1.0}}}}}},"m":{"df":3,"docs":{"214":{"tf":1.0},"298":{"tf":1.0},"351":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":27,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"121":{"tf":1.0},"206":{"tf":1.0},"214":{"tf":1.0},"226":{"tf":1.0},"232":{"tf":1.0},"237":{"tf":1.4142135623730951},"250":{"tf":1.0},"261":{"tf":1.0},"28":{"tf":1.0},"298":{"tf":1.0},"356":{"tf":1.4142135623730951},"364":{"tf":1.0},"372":{"tf":1.0},"38":{"tf":1.0},"384":{"tf":1.0},"386":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"53":{"tf":1.4142135623730951},"57":{"tf":1.0},"66":{"tf":1.4142135623730951},"69":{"tf":1.0},"70":{"tf":1.0},"72":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"90":{"tf":1.0}}}}}},"s":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"z":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"298":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"386":{"tf":1.0}}}}},"t":{"df":5,"docs":{"191":{"tf":1.0},"219":{"tf":1.0},"30":{"tf":1.0},"335":{"tf":1.0},"64":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"188":{"tf":1.0}}}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":4,"docs":{"10":{"tf":1.0},"104":{"tf":1.0},"206":{"tf":1.0},"386":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":4,"docs":{"138":{"tf":2.449489742783178},"177":{"tf":1.4142135623730951},"188":{"tf":1.0},"60":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"125":{"tf":1.0},"329":{"tf":1.0},"61":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":6,"docs":{"171":{"tf":1.0},"204":{"tf":1.0},"251":{"tf":1.0},"274":{"tf":1.4142135623730951},"305":{"tf":1.0},"375":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"307":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"307":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"252":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"(":{"\"":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"z":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"122":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":28,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"12":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.7320508075688772},"15":{"tf":1.0},"213":{"tf":1.0},"236":{"tf":1.0},"238":{"tf":1.4142135623730951},"240":{"tf":1.0},"248":{"tf":1.0},"252":{"tf":1.0},"255":{"tf":1.4142135623730951},"270":{"tf":1.0},"274":{"tf":2.8284271247461903},"280":{"tf":1.0},"281":{"tf":1.0},"296":{"tf":1.7320508075688772},"297":{"tf":1.0},"298":{"tf":1.4142135623730951},"357":{"tf":1.0},"359":{"tf":1.0},"383":{"tf":1.0},"384":{"tf":1.0},"44":{"tf":1.4142135623730951},"5":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":37,"docs":{"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":2.23606797749979},"116":{"tf":1.0},"118":{"tf":1.0},"12":{"tf":1.0},"122":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"131":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":1.0},"176":{"tf":1.0},"179":{"tf":1.0},"186":{"tf":1.4142135623730951},"188":{"tf":1.0},"19":{"tf":1.4142135623730951},"190":{"tf":1.0},"318":{"tf":1.0},"322":{"tf":1.4142135623730951},"368":{"tf":1.4142135623730951},"37":{"tf":1.0},"372":{"tf":1.0},"385":{"tf":1.0},"40":{"tf":1.4142135623730951},"57":{"tf":1.0},"65":{"tf":1.0},"76":{"tf":1.0},"8":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.4142135623730951},"90":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"32":{"tf":1.0}}}}}}}}}}}}}}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"169":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":38,"docs":{"121":{"tf":1.0},"122":{"tf":1.4142135623730951},"126":{"tf":1.0},"146":{"tf":1.4142135623730951},"19":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"246":{"tf":1.0},"254":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"265":{"tf":1.0},"267":{"tf":1.0},"27":{"tf":1.0},"274":{"tf":1.4142135623730951},"28":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"316":{"tf":2.0},"317":{"tf":1.0},"321":{"tf":1.4142135623730951},"322":{"tf":1.4142135623730951},"324":{"tf":1.0},"354":{"tf":1.4142135623730951},"356":{"tf":1.4142135623730951},"357":{"tf":1.4142135623730951},"359":{"tf":1.0},"360":{"tf":1.0},"361":{"tf":1.0},"363":{"tf":1.4142135623730951},"364":{"tf":1.4142135623730951},"368":{"tf":1.7320508075688772},"373":{"tf":1.0},"39":{"tf":1.0},"71":{"tf":1.0},"74":{"tf":1.0}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"138":{"tf":3.1622776601683795},"140":{"tf":2.6457513110645907},"177":{"tf":1.4142135623730951},"179":{"tf":1.0},"188":{"tf":1.0},"372":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"138":{"tf":1.0}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"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":{"172":{"tf":1.0}},"s":{".":{"d":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"172":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"172":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"172":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":1,"docs":{"172":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"108":{"tf":1.0}}}}}},"df":40,"docs":{"100":{"tf":2.0},"101":{"tf":2.0},"115":{"tf":1.0},"123":{"tf":1.0},"137":{"tf":2.0},"138":{"tf":1.7320508075688772},"139":{"tf":2.0},"145":{"tf":1.7320508075688772},"147":{"tf":2.0},"151":{"tf":1.0},"19":{"tf":2.0},"195":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"255":{"tf":1.4142135623730951},"299":{"tf":1.4142135623730951},"3":{"tf":1.0},"317":{"tf":1.0},"318":{"tf":1.7320508075688772},"321":{"tf":1.4142135623730951},"322":{"tf":1.4142135623730951},"342":{"tf":1.0},"343":{"tf":1.0},"350":{"tf":1.4142135623730951},"354":{"tf":1.0},"367":{"tf":2.23606797749979},"368":{"tf":1.0},"374":{"tf":1.0},"386":{"tf":1.4142135623730951},"46":{"tf":1.7320508075688772},"47":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.7320508075688772},"51":{"tf":1.4142135623730951},"53":{"tf":1.0},"73":{"tf":1.4142135623730951},"79":{"tf":1.7320508075688772},"85":{"tf":1.7320508075688772},"86":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":10,"docs":{"10":{"tf":1.4142135623730951},"137":{"tf":1.4142135623730951},"175":{"tf":1.0},"221":{"tf":1.0},"244":{"tf":1.0},"259":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.4142135623730951},"38":{"tf":1.0},"386":{"tf":1.4142135623730951}}}}}},"i":{"df":0,"docs":{},"o":{"d":{"df":5,"docs":{"134":{"tf":1.0},"137":{"tf":1.0},"304":{"tf":1.0},"386":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"137":{"tf":1.4142135623730951},"140":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"358":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"119":{"tf":1.0},"299":{"tf":1.0},"321":{"tf":1.4142135623730951},"363":{"tf":1.4142135623730951},"365":{"tf":1.0},"368":{"tf":1.0},"46":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"1":{"[":{"\"":{"1":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"55":{"tf":1.4142135623730951}}},"2":{"[":{"\"":{"2":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"55":{"tf":1.7320508075688772}}},"3":{"[":{"\"":{"3":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"55":{"tf":1.7320508075688772}}},"4":{"[":{"\"":{"4":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"55":{"tf":1.7320508075688772}}},"5":{"[":{"\"":{"5":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"55":{"tf":1.7320508075688772}}},"6":{"[":{"\"":{"6":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"55":{"tf":1.4142135623730951}}},"df":6,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"55":{"tf":2.6457513110645907},"56":{"tf":1.0},"80":{"tf":1.0},"98":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":4,"docs":{"11":{"tf":1.0},"229":{"tf":1.0},"29":{"tf":1.4142135623730951},"48":{"tf":1.0}}}}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"120":{"tf":1.0},"125":{"tf":1.0},"210":{"tf":1.0}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"222":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"198":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":5,"docs":{"120":{"tf":1.0},"252":{"tf":1.4142135623730951},"266":{"tf":1.4142135623730951},"302":{"tf":1.7320508075688772},"323":{"tf":1.0}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"385":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":9,"docs":{"120":{"tf":1.0},"14":{"tf":1.0},"160":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"229":{"tf":1.0},"46":{"tf":1.0}}}}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"360":{"tf":1.4142135623730951},"382":{"tf":1.0}}}}}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":3,"docs":{"19":{"tf":1.0},"225":{"tf":1.0},"239":{"tf":1.0}}}},"df":0,"docs":{},"n":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":12,"docs":{"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"19":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"349":{"tf":1.0},"350":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":32,"docs":{"101":{"tf":1.0},"125":{"tf":1.4142135623730951},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"13":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"158":{"tf":1.4142135623730951},"19":{"tf":1.0},"192":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"198":{"tf":1.0},"213":{"tf":1.0},"227":{"tf":1.0},"26":{"tf":1.0},"269":{"tf":1.0},"28":{"tf":1.0},"31":{"tf":1.0},"349":{"tf":1.0},"350":{"tf":1.0},"38":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"57":{"tf":1.7320508075688772},"58":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"351":{"tf":1.0}}}}}}}}}},"df":18,"docs":{"221":{"tf":1.0},"223":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.0},"251":{"tf":1.4142135623730951},"257":{"tf":1.0},"259":{"tf":1.0},"264":{"tf":1.0},"274":{"tf":1.0},"28":{"tf":1.0},"284":{"tf":1.0},"298":{"tf":1.0},"303":{"tf":2.0},"359":{"tf":1.0},"383":{"tf":1.0},"43":{"tf":1.0}}}}}}}},"df":0,"docs":{},"u":{"df":1,"docs":{"10":{"tf":1.0}},"g":{"df":1,"docs":{"209":{"tf":1.0}},"g":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"63":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"b":{"df":1,"docs":{"138":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"d":{"df":12,"docs":{"163":{"tf":1.0},"164":{"tf":1.0},"227":{"tf":1.4142135623730951},"270":{"tf":1.0},"302":{"tf":1.0},"323":{"tf":2.449489742783178},"367":{"tf":1.0},"368":{"tf":4.795831523312719},"371":{"tf":2.23606797749979},"386":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.0}},"s":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"267":{"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":14,"docs":{"14":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"213":{"tf":1.0},"252":{"tf":1.0},"276":{"tf":1.0},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0},"66":{"tf":1.0}}}}},"l":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":13,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"113":{"tf":1.0},"122":{"tf":1.0},"247":{"tf":1.4142135623730951},"255":{"tf":1.0},"260":{"tf":1.0},"266":{"tf":1.0},"274":{"tf":1.0},"278":{"tf":1.4142135623730951},"294":{"tf":1.0},"313":{"tf":1.0},"386":{"tf":1.0}},"e":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":52,"docs":{"100":{"tf":1.4142135623730951},"122":{"tf":1.0},"126":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"148":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"158":{"tf":1.0},"19":{"tf":1.4142135623730951},"226":{"tf":1.0},"246":{"tf":2.0},"254":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"265":{"tf":1.0},"27":{"tf":1.0},"278":{"tf":1.0},"28":{"tf":1.0},"294":{"tf":1.4142135623730951},"299":{"tf":1.0},"305":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.0},"317":{"tf":1.0},"321":{"tf":1.4142135623730951},"322":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"331":{"tf":1.0},"332":{"tf":1.0},"333":{"tf":1.0},"351":{"tf":1.0},"352":{"tf":1.0},"354":{"tf":1.4142135623730951},"356":{"tf":1.0},"357":{"tf":1.4142135623730951},"359":{"tf":1.0},"360":{"tf":1.0},"361":{"tf":1.0},"363":{"tf":1.4142135623730951},"364":{"tf":1.4142135623730951},"365":{"tf":1.0},"368":{"tf":1.7320508075688772},"372":{"tf":1.0},"377":{"tf":1.4142135623730951},"380":{"tf":1.0},"39":{"tf":1.4142135623730951},"71":{"tf":1.4142135623730951},"83":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":5,"docs":{"168":{"tf":1.0},"169":{"tf":1.0},"173":{"tf":2.0},"175":{"tf":1.0},"188":{"tf":1.0}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"373":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"52":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"1":{"tf":1.0},"31":{"tf":1.0},"54":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0}}}},"df":0,"docs":{}},"df":17,"docs":{"122":{"tf":1.7320508075688772},"160":{"tf":1.0},"164":{"tf":1.0},"243":{"tf":1.0},"260":{"tf":1.0},"267":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"305":{"tf":1.0},"352":{"tf":1.7320508075688772},"360":{"tf":3.1622776601683795},"365":{"tf":1.0},"372":{"tf":1.0},"374":{"tf":1.0},"380":{"tf":1.0},"382":{"tf":1.4142135623730951},"62":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.4142135623730951},"104":{"tf":1.0},"131":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":4,"docs":{"192":{"tf":1.0},"321":{"tf":1.0},"368":{"tf":1.0},"386":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":11,"docs":{"116":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":1.0},"185":{"tf":1.0},"19":{"tf":1.0},"277":{"tf":1.0},"337":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"64":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":10,"docs":{"18":{"tf":1.0},"236":{"tf":1.4142135623730951},"251":{"tf":1.0},"257":{"tf":1.0},"263":{"tf":1.0},"28":{"tf":1.4142135623730951},"297":{"tf":1.4142135623730951},"43":{"tf":1.0},"66":{"tf":1.0},"70":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"195":{"tf":1.0}}}}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":6,"docs":{"137":{"tf":1.0},"38":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"63":{"tf":1.0},"85":{"tf":1.0}}}},"df":0,"docs":{}}},"df":2,"docs":{"285":{"tf":1.0},"297":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"244":{"tf":1.0},"252":{"tf":1.0},"263":{"tf":1.0},"279":{"tf":1.0},"351":{"tf":1.0},"52":{"tf":1.0}}}},"i":{"df":0,"docs":{},"x":{"df":9,"docs":{"19":{"tf":1.0},"299":{"tf":1.0},"318":{"tf":1.4142135623730951},"319":{"tf":1.4142135623730951},"321":{"tf":1.0},"322":{"tf":1.0},"367":{"tf":1.4142135623730951},"368":{"tf":1.0},"46":{"tf":1.0}}}}},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"226":{"tf":1.0},"386":{"tf":1.0}}}}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"205":{"tf":1.0},"213":{"tf":1.0},"222":{"tf":1.0},"228":{"tf":1.0},"65":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":30,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"113":{"tf":1.0},"14":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":1.0},"18":{"tf":1.0},"192":{"tf":1.0},"203":{"tf":1.4142135623730951},"219":{"tf":1.0},"220":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.4142135623730951},"224":{"tf":1.0},"225":{"tf":1.4142135623730951},"226":{"tf":1.0},"227":{"tf":1.0},"228":{"tf":1.4142135623730951},"229":{"tf":1.4142135623730951},"230":{"tf":1.0},"263":{"tf":1.0},"274":{"tf":1.0},"314":{"tf":1.0},"334":{"tf":1.0},"351":{"tf":1.0},"380":{"tf":1.0},"41":{"tf":1.0},"8":{"tf":1.0},"97":{"tf":1.0}}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":9,"docs":{"101":{"tf":1.0},"138":{"tf":1.0},"203":{"tf":1.0},"223":{"tf":1.0},"229":{"tf":1.0},"351":{"tf":1.0},"355":{"tf":1.0},"365":{"tf":1.0},"380":{"tf":1.0}}}},"r":{"df":0,"docs":{},"v":{"df":3,"docs":{"140":{"tf":1.0},"156":{"tf":1.4142135623730951},"290":{"tf":1.4142135623730951}}}},"t":{"_":{"1":{"0":{"df":0,"docs":{},"v":{"2":{"df":1,"docs":{"362":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":6,"docs":{"118":{"tf":1.4142135623730951},"206":{"tf":1.0},"255":{"tf":1.0},"299":{"tf":1.0},"317":{"tf":1.0},"352":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"137":{"tf":1.7320508075688772}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":10,"docs":{"121":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.0},"226":{"tf":1.0},"275":{"tf":1.0},"352":{"tf":1.0},"354":{"tf":1.0},"386":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":4,"docs":{"323":{"tf":1.4142135623730951},"360":{"tf":1.0},"368":{"tf":1.7320508075688772},"382":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"368":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"125":{"tf":1.0},"213":{"tf":1.0},"227":{"tf":1.0},"66":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"154":{"tf":1.0},"194":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"213":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":5,"docs":{"11":{"tf":1.0},"223":{"tf":1.0},"225":{"tf":1.0},"48":{"tf":1.4142135623730951},"54":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":6,"docs":{"247":{"tf":1.0},"251":{"tf":1.0},"267":{"tf":1.0},"304":{"tf":1.0},"327":{"tf":1.0},"47":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":3,"docs":{"260":{"tf":1.0},"266":{"tf":1.0},"300":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"n":{"!":{"(":{"\"":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"137":{"tf":1.0}},"i":{"df":0,"docs":{},"z":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"137":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"139":{"tf":1.0}}}}}}}},"o":{"b":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"50":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":10,"docs":{"115":{"tf":1.0},"162":{"tf":1.0},"188":{"tf":1.0},"210":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"302":{"tf":1.4142135623730951},"322":{"tf":1.0},"386":{"tf":1.0},"58":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"372":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"172":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"s":{"df":41,"docs":{"0":{"tf":1.0},"100":{"tf":1.0},"126":{"tf":1.4142135623730951},"138":{"tf":1.0},"156":{"tf":1.0},"159":{"tf":1.4142135623730951},"164":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0},"177":{"tf":1.0},"19":{"tf":1.0},"227":{"tf":1.0},"243":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.0},"26":{"tf":1.0},"267":{"tf":1.0},"273":{"tf":1.0},"3":{"tf":1.0},"306":{"tf":1.0},"316":{"tf":1.0},"321":{"tf":1.0},"348":{"tf":1.0},"357":{"tf":1.0},"36":{"tf":1.0},"360":{"tf":1.4142135623730951},"362":{"tf":1.4142135623730951},"365":{"tf":1.0},"367":{"tf":1.0},"371":{"tf":1.0},"38":{"tf":1.0},"382":{"tf":1.4142135623730951},"386":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"68":{"tf":1.0},"71":{"tf":1.0}},"e":{"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":1,"docs":{"124":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"150":{"tf":1.0},"62":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"d":{"df":1,"docs":{"190":{"tf":1.0}},"u":{"c":{"df":18,"docs":{"10":{"tf":1.0},"104":{"tf":1.4142135623730951},"169":{"tf":1.0},"173":{"tf":1.0},"19":{"tf":1.0},"193":{"tf":1.0},"24":{"tf":1.4142135623730951},"345":{"tf":1.0},"354":{"tf":1.0},"364":{"tf":1.4142135623730951},"377":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.4142135623730951},"50":{"tf":1.7320508075688772},"80":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"96":{"tf":1.0}},"t":{"df":31,"docs":{"10":{"tf":1.0},"104":{"tf":1.0},"117":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.4142135623730951},"127":{"tf":1.0},"131":{"tf":1.4142135623730951},"138":{"tf":1.4142135623730951},"139":{"tf":1.4142135623730951},"14":{"tf":1.4142135623730951},"140":{"tf":1.0},"141":{"tf":1.0},"155":{"tf":1.0},"163":{"tf":1.0},"166":{"tf":1.0},"168":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"181":{"tf":1.0},"185":{"tf":1.0},"19":{"tf":1.0},"245":{"tf":1.0},"273":{"tf":1.4142135623730951},"282":{"tf":1.0},"3":{"tf":1.0},"305":{"tf":1.0},"352":{"tf":1.0},"364":{"tf":1.0},"386":{"tf":1.7320508075688772},"53":{"tf":1.0},"61":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"l":{"df":1,"docs":{"141":{"tf":1.4142135623730951}}}},"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"89":{"tf":1.4142135623730951}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":4,"docs":{"246":{"tf":1.0},"274":{"tf":1.7320508075688772},"294":{"tf":1.0},"354":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":16,"docs":{"132":{"tf":1.0},"133":{"tf":1.4142135623730951},"168":{"tf":1.0},"176":{"tf":1.0},"184":{"tf":1.0},"192":{"tf":1.0},"222":{"tf":1.0},"251":{"tf":1.4142135623730951},"3":{"tf":1.0},"31":{"tf":1.0},"352":{"tf":1.0},"354":{"tf":1.0},"364":{"tf":1.0},"386":{"tf":1.4142135623730951},"52":{"tf":1.0},"55":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"10":{"tf":1.4142135623730951},"282":{"tf":1.0},"32":{"tf":1.0},"367":{"tf":1.0},"387":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":17,"docs":{"113":{"tf":1.0},"137":{"tf":1.0},"226":{"tf":1.0},"260":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"28":{"tf":1.0},"300":{"tf":1.4142135623730951},"302":{"tf":1.4142135623730951},"325":{"tf":1.0},"326":{"tf":1.4142135623730951},"360":{"tf":1.0},"374":{"tf":1.0},"47":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"69":{"tf":1.0},"73":{"tf":1.0}},"s":{"+":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"n":{"a":{"df":1,"docs":{"327":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"n":{"a":{"df":5,"docs":{"119":{"tf":1.0},"273":{"tf":1.0},"3":{"tf":1.0},"360":{"tf":1.0},"47":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},":":{"9":{"0":{"9":{"0":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"/":{"df":0,"docs":{},"v":{"1":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"v":{"1":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":3,"docs":{"267":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":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":{"267":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"298":{"tf":1.0}}}},"q":{"df":0,"docs":{},"l":{"df":4,"docs":{"266":{"tf":1.0},"28":{"tf":1.0},"326":{"tf":1.0},"47":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"f":{"df":16,"docs":{"100":{"tf":2.449489742783178},"122":{"tf":1.0},"126":{"tf":1.0},"158":{"tf":1.0},"19":{"tf":1.4142135623730951},"226":{"tf":1.0},"246":{"tf":1.0},"278":{"tf":1.0},"351":{"tf":1.0},"354":{"tf":1.4142135623730951},"372":{"tf":1.4142135623730951},"377":{"tf":1.4142135623730951},"380":{"tf":1.0},"386":{"tf":1.4142135623730951},"39":{"tf":1.0},"71":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"122":{"tf":1.0},"137":{"tf":1.7320508075688772},"138":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"248":{"tf":1.0},"250":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"137":{"tf":1.0},"141":{"tf":1.0},"360":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"386":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"s":{"df":3,"docs":{"137":{"tf":1.0},"138":{"tf":1.0},"177":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"275":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":13,"docs":{"10":{"tf":1.4142135623730951},"115":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.4142135623730951},"139":{"tf":1.0},"140":{"tf":1.0},"16":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":1.0},"385":{"tf":1.0},"387":{"tf":1.0},"50":{"tf":1.7320508075688772},"54":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":8,"docs":{"210":{"tf":1.0},"238":{"tf":1.0},"246":{"tf":1.0},"294":{"tf":1.0},"298":{"tf":1.7320508075688772},"385":{"tf":1.0},"53":{"tf":1.0},"66":{"tf":1.0}},"n":{"df":1,"docs":{"116":{"tf":1.0}}}},"i":{"d":{"df":17,"docs":{"10":{"tf":1.0},"160":{"tf":1.0},"167":{"tf":1.0},"169":{"tf":1.0},"179":{"tf":1.0},"18":{"tf":1.0},"182":{"tf":1.4142135623730951},"203":{"tf":1.0},"205":{"tf":1.4142135623730951},"213":{"tf":1.0},"218":{"tf":1.0},"22":{"tf":1.0},"249":{"tf":1.0},"326":{"tf":1.0},"36":{"tf":1.7320508075688772},"47":{"tf":1.0},"68":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":9,"docs":{"150":{"tf":1.0},"192":{"tf":1.0},"218":{"tf":1.0},"26":{"tf":1.4142135623730951},"326":{"tf":1.0},"327":{"tf":1.4142135623730951},"38":{"tf":1.0},"386":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":4,"docs":{"287":{"tf":1.0},"304":{"tf":1.4142135623730951},"351":{"tf":1.4142135623730951},"359":{"tf":1.0}}}}}},"s":{"df":10,"docs":{"247":{"tf":1.0},"274":{"tf":1.4142135623730951},"301":{"tf":1.0},"322":{"tf":1.7320508075688772},"358":{"tf":1.0},"360":{"tf":1.0},"362":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":1.7320508075688772},"371":{"tf":1.4142135623730951}}},"u":{"b":{"df":45,"docs":{"118":{"tf":2.23606797749979},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"179":{"tf":1.0},"183":{"tf":1.0},"19":{"tf":1.0},"203":{"tf":1.4142135623730951},"204":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"206":{"tf":1.0},"207":{"tf":2.449489742783178},"21":{"tf":1.0},"210":{"tf":1.4142135623730951},"211":{"tf":1.4142135623730951},"216":{"tf":2.8284271247461903},"217":{"tf":1.7320508075688772},"218":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"340":{"tf":1.0},"341":{"tf":1.0},"342":{"tf":1.0},"343":{"tf":1.0},"344":{"tf":1.0},"345":{"tf":1.0},"346":{"tf":1.0},"347":{"tf":1.0},"348":{"tf":1.0},"349":{"tf":1.0},"350":{"tf":1.0},"40":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"89":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":4,"docs":{"10":{"tf":1.0},"101":{"tf":2.449489742783178},"138":{"tf":1.4142135623730951},"386":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"_":{"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":{"274":{"tf":1.0}}}}}}}}}},"df":2,"docs":{"250":{"tf":1.0},"359":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"385":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"117":{"tf":1.0},"31":{"tf":1.0},"316":{"tf":1.0},"68":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":10,"docs":{"188":{"tf":1.0},"245":{"tf":1.0},"250":{"tf":1.4142135623730951},"263":{"tf":1.0},"264":{"tf":1.4142135623730951},"270":{"tf":1.0},"274":{"tf":1.0},"276":{"tf":1.0},"283":{"tf":1.0},"383":{"tf":1.0}}}},"t":{"df":1,"docs":{"83":{"tf":1.0}}}},"v":{"/":{"c":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"270":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"q":{"1":{"df":1,"docs":{"165":{"tf":1.4142135623730951}},"{":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"165":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"2":{"df":1,"docs":{"165":{"tf":1.4142135623730951}},"{":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"165":{"tf":1.0}}}}}}}},"3":{"df":1,"docs":{"165":{"tf":1.4142135623730951}},"{":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"165":{"tf":1.0}}},"df":0,"docs":{}}}}}},"5":{"df":1,"docs":{"165":{"tf":1.4142135623730951}},"{":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"165":{"tf":1.0}}}}},"df":0,"docs":{}}}},"6":{"df":1,"docs":{"165":{"tf":1.4142135623730951}},"{":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"165":{"tf":1.0}}}}},"df":0,"docs":{}}}},"7":{"df":1,"docs":{"165":{"tf":1.4142135623730951}},"{":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"165":{"tf":1.0}}}},"df":0,"docs":{}}},"8":{"df":1,"docs":{"165":{"tf":1.4142135623730951}},"{":{"d":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"165":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"a":{"df":1,"docs":{"31":{"tf":1.0}}},"df":4,"docs":{"274":{"tf":1.4142135623730951},"322":{"tf":1.0},"360":{"tf":1.0},"368":{"tf":1.0}},"p":{"df":1,"docs":{"141":{"tf":1.4142135623730951}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":12,"docs":{"113":{"tf":1.0},"142":{"tf":1.0},"173":{"tf":1.0},"203":{"tf":1.4142135623730951},"260":{"tf":1.0},"261":{"tf":1.0},"266":{"tf":1.0},"268":{"tf":1.0},"28":{"tf":1.0},"300":{"tf":1.4142135623730951},"326":{"tf":1.4142135623730951},"47":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"336":{"tf":1.0},"337":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"138":{"tf":1.7320508075688772}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":28,"docs":{"106":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.0},"125":{"tf":1.0},"163":{"tf":1.0},"166":{"tf":1.4142135623730951},"200":{"tf":1.0},"201":{"tf":1.0},"243":{"tf":1.0},"247":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.0},"273":{"tf":1.0},"274":{"tf":1.0},"29":{"tf":1.0},"308":{"tf":1.0},"317":{"tf":1.0},"330":{"tf":1.0},"335":{"tf":1.0},"336":{"tf":1.0},"337":{"tf":1.4142135623730951},"338":{"tf":1.4142135623730951},"351":{"tf":1.0},"352":{"tf":1.0},"365":{"tf":1.0},"367":{"tf":1.0},"4":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"17":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":6,"docs":{"12":{"tf":1.4142135623730951},"15":{"tf":1.0},"17":{"tf":1.0},"261":{"tf":1.0},"267":{"tf":1.0},"6":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"54":{"tf":1.0}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"124":{"tf":1.0},"137":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"137":{"tf":1.4142135623730951}}}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"183":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":8,"docs":{"102":{"tf":1.0},"137":{"tf":1.4142135623730951},"177":{"tf":1.0},"188":{"tf":1.0},"266":{"tf":1.4142135623730951},"302":{"tf":1.4142135623730951},"344":{"tf":1.0},"51":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"182":{"tf":1.0},"362":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":1.0}}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"166":{"tf":1.0}}}},"s":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"298":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"322":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"(":{"1":{"0":{"0":{".":{"0":{"df":1,"docs":{"362":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"100":{"tf":1.0},"79":{"tf":1.0},"85":{"tf":2.0}}},"df":0,"docs":{}},"5":{"df":2,"docs":{"100":{"tf":1.0},"361":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":1,"docs":{"95":{"tf":1.0}}}},"df":43,"docs":{"100":{"tf":2.23606797749979},"101":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"115":{"tf":1.0},"117":{"tf":1.4142135623730951},"118":{"tf":1.0},"119":{"tf":1.4142135623730951},"123":{"tf":1.0},"124":{"tf":1.0},"132":{"tf":1.4142135623730951},"133":{"tf":2.0},"137":{"tf":1.4142135623730951},"138":{"tf":2.0},"14":{"tf":1.0},"141":{"tf":2.23606797749979},"145":{"tf":1.7320508075688772},"147":{"tf":2.449489742783178},"151":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.0},"188":{"tf":1.0},"195":{"tf":1.7320508075688772},"198":{"tf":1.0},"3":{"tf":1.0},"352":{"tf":1.7320508075688772},"362":{"tf":1.0},"377":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.4142135623730951},"57":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"85":{"tf":1.7320508075688772},"92":{"tf":1.0},"93":{"tf":1.0},"98":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"141":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"63":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":6,"docs":{"239":{"tf":1.0},"258":{"tf":1.0},"274":{"tf":1.0},"28":{"tf":1.0},"356":{"tf":1.0},"384":{"tf":1.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"210":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"211":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"210":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"l":{"df":6,"docs":{"162":{"tf":1.0},"210":{"tf":1.4142135623730951},"211":{"tf":1.0},"223":{"tf":1.0},"267":{"tf":1.4142135623730951},"386":{"tf":1.0}},"e":{"df":0,"docs":{},"—":{"a":{"df":1,"docs":{"229":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":2,"docs":{"138":{"tf":1.0},"172":{"tf":1.0}}},"t":{"df":1,"docs":{"173":{"tf":1.0}}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"115":{"tf":1.0},"143":{"tf":1.0}}}},"df":0,"docs":{}},"df":6,"docs":{"115":{"tf":1.0},"131":{"tf":1.0},"137":{"tf":1.0},"15":{"tf":1.0},"181":{"tf":1.0},"337":{"tf":1.0}},"i":{"df":28,"docs":{"12":{"tf":1.0},"130":{"tf":1.0},"162":{"tf":1.0},"181":{"tf":1.0},"205":{"tf":1.4142135623730951},"218":{"tf":1.0},"223":{"tf":1.4142135623730951},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.4142135623730951},"251":{"tf":1.0},"28":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":2.0},"304":{"tf":1.0},"322":{"tf":1.4142135623730951},"326":{"tf":1.0},"34":{"tf":1.0},"354":{"tf":1.4142135623730951},"371":{"tf":1.4142135623730951},"372":{"tf":1.0},"38":{"tf":1.0},"380":{"tf":1.0},"386":{"tf":1.4142135623730951},"49":{"tf":1.0},"58":{"tf":1.4142135623730951},"65":{"tf":1.0},"7":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"213":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"<":{"b":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"m":{"df":1,"docs":{"120":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":20,"docs":{"10":{"tf":1.0},"115":{"tf":1.0},"119":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"14":{"tf":1.0},"140":{"tf":1.0},"164":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"176":{"tf":1.0},"209":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"354":{"tf":1.0},"36":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"81":{"tf":1.0},"86":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":12,"docs":{"102":{"tf":1.0},"13":{"tf":1.0},"131":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.7320508075688772},"140":{"tf":1.0},"185":{"tf":1.0},"190":{"tf":1.0},"31":{"tf":1.0},"336":{"tf":1.0},"353":{"tf":1.0},"95":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"275":{"tf":1.0},"385":{"tf":1.0},"50":{"tf":1.0}}}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":5,"docs":{"251":{"tf":1.4142135623730951},"28":{"tf":1.0},"297":{"tf":1.4142135623730951},"298":{"tf":1.0},"384":{"tf":1.0}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"173":{"tf":1.0}}}},"v":{"df":6,"docs":{"137":{"tf":1.0},"169":{"tf":1.7320508075688772},"171":{"tf":1.7320508075688772},"172":{"tf":1.4142135623730951},"175":{"tf":1.0},"267":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"v":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"171":{"tf":1.4142135623730951},"172":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"172":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":38,"docs":{"100":{"tf":1.0},"120":{"tf":1.0},"126":{"tf":1.0},"160":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"166":{"tf":1.0},"19":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"205":{"tf":1.0},"227":{"tf":1.0},"234":{"tf":1.0},"239":{"tf":1.0},"248":{"tf":1.0},"250":{"tf":1.0},"257":{"tf":1.0},"259":{"tf":1.0},"264":{"tf":1.0},"268":{"tf":1.0},"27":{"tf":1.0},"273":{"tf":1.0},"28":{"tf":1.4142135623730951},"303":{"tf":1.0},"322":{"tf":1.4142135623730951},"323":{"tf":1.0},"351":{"tf":1.0},"356":{"tf":1.0},"357":{"tf":1.0},"359":{"tf":1.0},"362":{"tf":1.4142135623730951},"368":{"tf":1.0},"383":{"tf":1.0},"384":{"tf":1.0},"385":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0},"70":{"tf":1.0}}},"df":0,"docs":{}}}}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"137":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"d":{".":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"171":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":2,"docs":{"169":{"tf":1.0},"59":{"tf":1.0}}},"df":0,"docs":{}},"v":{"df":1,"docs":{"102":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":14,"docs":{"1":{"tf":1.0},"102":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"125":{"tf":1.0},"135":{"tf":1.0},"138":{"tf":1.7320508075688772},"181":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"385":{"tf":1.4142135623730951},"61":{"tf":1.0},"76":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0}}},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"352":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"d":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"175":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":12,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"124":{"tf":1.0},"175":{"tf":1.0},"362":{"tf":1.4142135623730951},"372":{"tf":1.0},"377":{"tf":1.0},"378":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"115":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":32,"docs":{"106":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"15":{"tf":1.0},"191":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"208":{"tf":1.0},"213":{"tf":1.0},"220":{"tf":1.0},"222":{"tf":1.0},"229":{"tf":1.0},"248":{"tf":1.0},"250":{"tf":1.0},"271":{"tf":1.0},"29":{"tf":1.4142135623730951},"292":{"tf":1.0},"293":{"tf":1.4142135623730951},"308":{"tf":1.0},"317":{"tf":1.0},"330":{"tf":1.0},"334":{"tf":1.0},"335":{"tf":1.0},"336":{"tf":1.4142135623730951},"337":{"tf":1.4142135623730951},"338":{"tf":1.4142135623730951},"367":{"tf":1.0},"386":{"tf":1.0},"74":{"tf":1.0},"9":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"276":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"372":{"tf":1.0}}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"137":{"tf":1.0},"85":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":6,"docs":{"245":{"tf":1.0},"250":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"270":{"tf":1.0},"383":{"tf":1.0}}},"y":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":1,"docs":{"264":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"137":{"tf":1.4142135623730951},"194":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"137":{"tf":1.4142135623730951},"139":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"334":{"tf":1.0},"386":{"tf":1.0}}},"x":{"df":2,"docs":{"138":{"tf":1.0},"162":{"tf":1.0}}}},"df":2,"docs":{"298":{"tf":1.7320508075688772},"50":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"s":{"df":12,"docs":{"121":{"tf":1.0},"232":{"tf":1.4142135623730951},"235":{"tf":1.0},"266":{"tf":1.0},"298":{"tf":1.0},"302":{"tf":1.0},"355":{"tf":1.0},"357":{"tf":1.0},"381":{"tf":1.0},"55":{"tf":1.0},"62":{"tf":1.0},"72":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"10":{"tf":1.0},"116":{"tf":1.0},"224":{"tf":1.0},"229":{"tf":1.0},"279":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"119":{"tf":1.0},"367":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":9,"docs":{"137":{"tf":1.0},"138":{"tf":1.4142135623730951},"139":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.4142135623730951},"301":{"tf":1.0},"316":{"tf":1.0},"322":{"tf":1.0},"368":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":5,"docs":{"245":{"tf":1.4142135623730951},"264":{"tf":1.0},"270":{"tf":1.0},"323":{"tf":1.0},"351":{"tf":1.0}}},"v":{"df":8,"docs":{"138":{"tf":1.0},"140":{"tf":1.4142135623730951},"19":{"tf":1.0},"318":{"tf":1.0},"363":{"tf":1.0},"367":{"tf":1.4142135623730951},"55":{"tf":1.0},"62":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"139":{"tf":1.4142135623730951}}}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":12,"docs":{"261":{"tf":1.0},"28":{"tf":1.4142135623730951},"31":{"tf":1.0},"351":{"tf":1.0},"356":{"tf":1.0},"384":{"tf":1.0},"44":{"tf":1.0},"51":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"362":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"169":{"tf":1.0},"175":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":7,"docs":{"126":{"tf":1.0},"143":{"tf":1.0},"232":{"tf":1.0},"252":{"tf":1.0},"298":{"tf":1.4142135623730951},"355":{"tf":1.0},"365":{"tf":1.0}},"r":{"df":0,"docs":{},"t":{"df":6,"docs":{"223":{"tf":1.0},"225":{"tf":1.0},"274":{"tf":1.7320508075688772},"361":{"tf":1.0},"374":{"tf":1.0},"61":{"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":10,"docs":{"16":{"tf":1.0},"18":{"tf":1.7320508075688772},"226":{"tf":1.0},"232":{"tf":1.7320508075688772},"273":{"tf":1.0},"274":{"tf":1.7320508075688772},"351":{"tf":1.0},"355":{"tf":1.4142135623730951},"372":{"tf":1.0},"381":{"tf":1.7320508075688772}}}}}}}},"’":{"df":1,"docs":{"145":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"192":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":18,"docs":{"113":{"tf":1.0},"120":{"tf":1.4142135623730951},"124":{"tf":1.0},"125":{"tf":1.0},"154":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.4142135623730951},"163":{"tf":1.0},"164":{"tf":1.0},"166":{"tf":1.0},"223":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"244":{"tf":1.0},"252":{"tf":1.0},"273":{"tf":1.0},"28":{"tf":1.4142135623730951},"282":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"140":{"tf":1.7320508075688772}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"141":{"tf":1.4142135623730951},"172":{"tf":1.0},"210":{"tf":1.0},"361":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":69,"docs":{"100":{"tf":1.0},"101":{"tf":1.7320508075688772},"102":{"tf":2.449489742783178},"126":{"tf":1.7320508075688772},"130":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":2.449489742783178},"138":{"tf":2.23606797749979},"139":{"tf":1.4142135623730951},"140":{"tf":1.4142135623730951},"141":{"tf":1.4142135623730951},"142":{"tf":1.0},"153":{"tf":1.0},"158":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"178":{"tf":1.0},"18":{"tf":1.0},"182":{"tf":1.0},"19":{"tf":1.7320508075688772},"206":{"tf":1.0},"220":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.7320508075688772},"229":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.7320508075688772},"234":{"tf":1.0},"237":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.4142135623730951},"244":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"255":{"tf":2.0},"256":{"tf":1.0},"260":{"tf":1.4142135623730951},"262":{"tf":1.0},"266":{"tf":1.4142135623730951},"270":{"tf":1.0},"273":{"tf":1.4142135623730951},"274":{"tf":1.0},"278":{"tf":1.4142135623730951},"294":{"tf":1.7320508075688772},"296":{"tf":1.4142135623730951},"297":{"tf":1.4142135623730951},"31":{"tf":1.0},"314":{"tf":1.0},"322":{"tf":1.0},"323":{"tf":1.0},"344":{"tf":1.4142135623730951},"351":{"tf":1.0},"352":{"tf":1.0},"355":{"tf":1.0},"356":{"tf":1.0},"365":{"tf":1.0},"372":{"tf":1.4142135623730951},"377":{"tf":1.0},"380":{"tf":1.0},"381":{"tf":1.0},"384":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"39":{"tf":2.0},"40":{"tf":1.0},"44":{"tf":1.0},"71":{"tf":1.7320508075688772}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":12,"docs":{"102":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.4142135623730951},"122":{"tf":1.0},"123":{"tf":1.4142135623730951},"125":{"tf":1.0},"130":{"tf":1.7320508075688772},"132":{"tf":1.0},"137":{"tf":1.0},"177":{"tf":1.0},"181":{"tf":1.0},"385":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"138":{"tf":1.0},"213":{"tf":1.0},"266":{"tf":1.0},"302":{"tf":1.0},"323":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"351":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":24,"docs":{"122":{"tf":2.23606797749979},"124":{"tf":1.0},"14":{"tf":1.0},"150":{"tf":1.0},"155":{"tf":1.0},"164":{"tf":1.0},"166":{"tf":1.0},"177":{"tf":1.0},"192":{"tf":1.0},"205":{"tf":1.4142135623730951},"223":{"tf":1.0},"225":{"tf":1.0},"245":{"tf":1.0},"273":{"tf":1.4142135623730951},"274":{"tf":1.0},"275":{"tf":1.0},"287":{"tf":1.0},"302":{"tf":1.0},"352":{"tf":1.0},"362":{"tf":2.23606797749979},"365":{"tf":1.0},"387":{"tf":1.0},"55":{"tf":1.0},"62":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"182":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"205":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":8,"docs":{"141":{"tf":1.7320508075688772},"189":{"tf":1.0},"192":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"380":{"tf":1.0},"386":{"tf":1.4142135623730951},"55":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"p":{"df":1,"docs":{"187":{"tf":1.0}}}},"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"179":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"177":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"179":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":1,"docs":{"177":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"178":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":34,"docs":{"101":{"tf":1.0},"102":{"tf":3.7416573867739413},"115":{"tf":1.0},"123":{"tf":1.0},"130":{"tf":1.0},"132":{"tf":1.0},"135":{"tf":1.0},"138":{"tf":1.0},"14":{"tf":1.0},"140":{"tf":1.7320508075688772},"160":{"tf":1.0},"166":{"tf":1.0},"177":{"tf":2.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.4142135623730951},"184":{"tf":1.0},"185":{"tf":1.0},"188":{"tf":1.4142135623730951},"189":{"tf":1.0},"190":{"tf":1.0},"205":{"tf":1.0},"3":{"tf":1.0},"344":{"tf":2.0},"352":{"tf":1.4142135623730951},"362":{"tf":1.4142135623730951},"382":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.4142135623730951},"41":{"tf":1.0},"60":{"tf":1.0},"79":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"\\":{"df":0,"docs":{},"|":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"102":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"178":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":1,"docs":{"138":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"138":{"tf":1.0},"274":{"tf":2.23606797749979}}}},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"251":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"<":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":2,"docs":{"205":{"tf":1.0},"218":{"tf":1.0}}}}}}},"df":34,"docs":{"112":{"tf":1.0},"118":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"171":{"tf":1.7320508075688772},"172":{"tf":1.4142135623730951},"173":{"tf":1.0},"174":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.4142135623730951},"19":{"tf":1.0},"203":{"tf":1.7320508075688772},"204":{"tf":1.4142135623730951},"207":{"tf":1.0},"210":{"tf":1.4142135623730951},"211":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"328":{"tf":1.0},"349":{"tf":1.0},"350":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.0},"61":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.4142135623730951},"90":{"tf":2.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"274":{"tf":1.7320508075688772},"276":{"tf":1.7320508075688772},"281":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"113":{"tf":1.4142135623730951},"304":{"tf":1.0},"351":{"tf":1.0}},"e":{"df":0,"docs":{},"v":{"df":3,"docs":{"10":{"tf":1.0},"386":{"tf":1.0},"52":{"tf":1.0}}}}},"y":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"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":{"173":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":18,"docs":{"112":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"174":{"tf":1.0},"203":{"tf":1.4142135623730951},"204":{"tf":1.7320508075688772},"205":{"tf":2.0},"206":{"tf":1.0},"210":{"tf":1.0},"218":{"tf":1.0},"235":{"tf":1.0},"337":{"tf":1.0},"357":{"tf":1.0},"360":{"tf":1.0},"38":{"tf":1.0},"386":{"tf":1.4142135623730951},"55":{"tf":1.0},"58":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"115":{"tf":1.0},"204":{"tf":1.0},"213":{"tf":1.4142135623730951},"65":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":7,"docs":{"118":{"tf":1.0},"125":{"tf":1.0},"195":{"tf":1.0},"251":{"tf":1.0},"3":{"tf":1.0},"385":{"tf":1.0},"63":{"tf":1.0}}}},"v":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"252":{"tf":1.7320508075688772}}}}},"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":1,"docs":{"252":{"tf":1.7320508075688772}},"e":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"125":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"15":{"tf":1.4142135623730951},"63":{"tf":1.0}}}},"s":{"df":6,"docs":{"232":{"tf":1.4142135623730951},"251":{"tf":1.0},"252":{"tf":1.7320508075688772},"307":{"tf":1.0},"355":{"tf":1.0},"381":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"131":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"148":{"tf":1.0},"212":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":3,"docs":{"223":{"tf":1.0},"225":{"tf":1.0},"227":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"385":{"tf":1.0},"53":{"tf":1.0}}}}},"m":{"df":2,"docs":{"274":{"tf":1.0},"360":{"tf":1.0}}},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"138":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"=":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"323":{"tf":1.4142135623730951},"368":{"tf":1.4142135623730951},"371":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"|":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"323":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"df":6,"docs":{"302":{"tf":1.0},"323":{"tf":2.0},"333":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":2.6457513110645907},"371":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":10,"docs":{"10":{"tf":1.0},"192":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.0},"386":{"tf":1.4142135623730951},"76":{"tf":1.0},"78":{"tf":1.0},"92":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":21,"docs":{"137":{"tf":1.0},"18":{"tf":1.4142135623730951},"226":{"tf":1.0},"228":{"tf":1.0},"232":{"tf":1.7320508075688772},"298":{"tf":1.7320508075688772},"351":{"tf":1.0},"354":{"tf":1.0},"355":{"tf":2.0},"356":{"tf":1.0},"357":{"tf":1.0},"358":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":1.0},"361":{"tf":1.0},"362":{"tf":1.0},"363":{"tf":1.0},"364":{"tf":1.0},"365":{"tf":1.0},"372":{"tf":1.0},"381":{"tf":1.7320508075688772}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"199":{"tf":1.0}}}}}},"n":{"d":{"df":2,"docs":{"122":{"tf":1.0},"386":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"c":{"df":1,"docs":{"138":{"tf":1.0}}},"df":0,"docs":{}},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"@":{"df":0,"docs":{},"v":{"1":{"df":1,"docs":{"274":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":2,"docs":{"139":{"tf":1.0},"86":{"tf":1.0}}}},"n":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"228":{"tf":1.0}}}}}},"_":{"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":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"346":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"19":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"151":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"350":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"28":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"137":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"205":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":21,"docs":{"112":{"tf":1.0},"114":{"tf":1.0},"167":{"tf":1.4142135623730951},"170":{"tf":1.0},"171":{"tf":2.23606797749979},"172":{"tf":2.0},"173":{"tf":1.4142135623730951},"174":{"tf":1.4142135623730951},"178":{"tf":1.4142135623730951},"203":{"tf":2.0},"204":{"tf":1.7320508075688772},"205":{"tf":2.0},"207":{"tf":1.4142135623730951},"210":{"tf":1.7320508075688772},"211":{"tf":1.4142135623730951},"213":{"tf":1.0},"216":{"tf":1.4142135623730951},"217":{"tf":1.4142135623730951},"328":{"tf":1.4142135623730951},"36":{"tf":1.0},"58":{"tf":1.0}}}}}}}}},"df":163,"docs":{"101":{"tf":1.0},"11":{"tf":1.0},"111":{"tf":1.4142135623730951},"113":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.7320508075688772},"12":{"tf":1.0},"121":{"tf":1.7320508075688772},"122":{"tf":2.0},"124":{"tf":2.23606797749979},"126":{"tf":1.4142135623730951},"13":{"tf":1.0},"134":{"tf":1.0},"137":{"tf":1.4142135623730951},"138":{"tf":1.7320508075688772},"139":{"tf":1.7320508075688772},"14":{"tf":1.7320508075688772},"140":{"tf":1.4142135623730951},"141":{"tf":1.0},"145":{"tf":1.7320508075688772},"146":{"tf":1.7320508075688772},"147":{"tf":1.7320508075688772},"148":{"tf":1.0},"149":{"tf":2.0},"15":{"tf":1.0},"150":{"tf":2.0},"151":{"tf":1.0},"153":{"tf":1.4142135623730951},"154":{"tf":1.4142135623730951},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"159":{"tf":1.4142135623730951},"160":{"tf":1.0},"161":{"tf":1.4142135623730951},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.4142135623730951},"17":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.4142135623730951},"18":{"tf":1.0},"182":{"tf":1.0},"188":{"tf":1.0},"19":{"tf":2.6457513110645907},"192":{"tf":2.0},"2":{"tf":1.0},"203":{"tf":1.7320508075688772},"204":{"tf":1.7320508075688772},"213":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"227":{"tf":1.0},"228":{"tf":1.4142135623730951},"229":{"tf":1.4142135623730951},"230":{"tf":1.0},"236":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"244":{"tf":1.0},"246":{"tf":1.0},"247":{"tf":1.4142135623730951},"248":{"tf":1.7320508075688772},"249":{"tf":1.0},"25":{"tf":1.4142135623730951},"250":{"tf":1.4142135623730951},"251":{"tf":2.0},"254":{"tf":1.7320508075688772},"255":{"tf":1.4142135623730951},"256":{"tf":1.4142135623730951},"257":{"tf":1.4142135623730951},"258":{"tf":1.4142135623730951},"259":{"tf":1.0},"260":{"tf":1.4142135623730951},"262":{"tf":1.4142135623730951},"265":{"tf":1.4142135623730951},"266":{"tf":1.4142135623730951},"267":{"tf":1.0},"27":{"tf":2.0},"273":{"tf":1.4142135623730951},"274":{"tf":4.0},"275":{"tf":1.4142135623730951},"276":{"tf":1.4142135623730951},"279":{"tf":1.0},"28":{"tf":2.449489742783178},"283":{"tf":1.4142135623730951},"285":{"tf":1.0},"287":{"tf":1.0},"290":{"tf":1.7320508075688772},"292":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.7320508075688772},"298":{"tf":1.0},"299":{"tf":1.4142135623730951},"301":{"tf":1.4142135623730951},"302":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"309":{"tf":1.0},"314":{"tf":1.4142135623730951},"316":{"tf":2.0},"317":{"tf":1.0},"318":{"tf":1.4142135623730951},"32":{"tf":1.0},"321":{"tf":1.7320508075688772},"322":{"tf":2.23606797749979},"323":{"tf":1.0},"324":{"tf":1.0},"326":{"tf":1.4142135623730951},"332":{"tf":1.0},"334":{"tf":1.4142135623730951},"343":{"tf":1.0},"346":{"tf":1.4142135623730951},"351":{"tf":1.0},"352":{"tf":1.7320508075688772},"354":{"tf":1.7320508075688772},"356":{"tf":1.4142135623730951},"357":{"tf":1.7320508075688772},"358":{"tf":1.7320508075688772},"359":{"tf":1.4142135623730951},"360":{"tf":1.0},"361":{"tf":1.0},"363":{"tf":2.0},"364":{"tf":2.6457513110645907},"365":{"tf":2.0},"367":{"tf":2.0},"368":{"tf":2.6457513110645907},"373":{"tf":1.0},"375":{"tf":1.0},"377":{"tf":1.0},"38":{"tf":1.4142135623730951},"381":{"tf":1.4142135623730951},"383":{"tf":1.0},"384":{"tf":1.0},"385":{"tf":1.4142135623730951},"386":{"tf":2.23606797749979},"39":{"tf":1.4142135623730951},"48":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.7320508075688772},"55":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"6":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"64":{"tf":1.0},"66":{"tf":1.4142135623730951},"70":{"tf":1.0},"71":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951},"81":{"tf":1.0},"83":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.4142135623730951},"96":{"tf":1.0},"98":{"tf":1.4142135623730951}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"205":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":3,"docs":{"167":{"tf":1.0},"203":{"tf":1.4142135623730951},"210":{"tf":1.4142135623730951}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":10,"docs":{"126":{"tf":1.0},"144":{"tf":1.0},"19":{"tf":1.0},"203":{"tf":1.0},"208":{"tf":1.0},"213":{"tf":1.0},"39":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"71":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"o":{"df":2,"docs":{"274":{"tf":3.1622776601683795},"280":{"tf":1.0}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":20,"docs":{"122":{"tf":1.4142135623730951},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"151":{"tf":1.0},"19":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"32":{"tf":1.0},"349":{"tf":1.0},"350":{"tf":1.0},"4":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.4142135623730951},"90":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"/":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"92":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"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":{"251":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"363":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"358":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"354":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":164,"docs":{"102":{"tf":2.449489742783178},"113":{"tf":1.0},"117":{"tf":1.0},"120":{"tf":2.0},"121":{"tf":1.0},"122":{"tf":1.4142135623730951},"124":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.4142135623730951},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"14":{"tf":1.7320508075688772},"140":{"tf":1.4142135623730951},"144":{"tf":1.4142135623730951},"145":{"tf":1.0},"146":{"tf":2.0},"147":{"tf":1.0},"149":{"tf":1.0},"15":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.4142135623730951},"158":{"tf":1.7320508075688772},"159":{"tf":1.0},"16":{"tf":1.4142135623730951},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":2.0},"166":{"tf":1.7320508075688772},"178":{"tf":1.0},"180":{"tf":1.0},"182":{"tf":2.23606797749979},"187":{"tf":1.7320508075688772},"19":{"tf":1.7320508075688772},"192":{"tf":1.0},"2":{"tf":1.0},"202":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":2.23606797749979},"213":{"tf":2.23606797749979},"218":{"tf":1.4142135623730951},"220":{"tf":1.0},"223":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.4142135623730951},"227":{"tf":2.0},"228":{"tf":1.0},"229":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.4142135623730951},"247":{"tf":1.0},"248":{"tf":1.7320508075688772},"249":{"tf":1.0},"251":{"tf":1.0},"254":{"tf":1.4142135623730951},"255":{"tf":1.4142135623730951},"256":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"26":{"tf":1.4142135623730951},"260":{"tf":1.7320508075688772},"261":{"tf":1.0},"262":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.7320508075688772},"267":{"tf":1.4142135623730951},"27":{"tf":1.0},"270":{"tf":1.0},"273":{"tf":1.4142135623730951},"274":{"tf":2.8284271247461903},"28":{"tf":1.7320508075688772},"285":{"tf":1.4142135623730951},"286":{"tf":1.0},"287":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":2.8284271247461903},"296":{"tf":1.4142135623730951},"297":{"tf":1.4142135623730951},"298":{"tf":1.4142135623730951},"299":{"tf":1.7320508075688772},"3":{"tf":1.7320508075688772},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":2.23606797749979},"315":{"tf":1.0},"316":{"tf":3.0},"317":{"tf":1.4142135623730951},"318":{"tf":1.4142135623730951},"32":{"tf":1.0},"320":{"tf":1.0},"321":{"tf":1.7320508075688772},"322":{"tf":1.7320508075688772},"323":{"tf":1.4142135623730951},"324":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"33":{"tf":1.0},"334":{"tf":1.0},"349":{"tf":1.0},"35":{"tf":1.0},"350":{"tf":1.0},"351":{"tf":1.7320508075688772},"352":{"tf":1.4142135623730951},"354":{"tf":1.7320508075688772},"356":{"tf":1.0},"357":{"tf":1.7320508075688772},"359":{"tf":1.0},"36":{"tf":1.7320508075688772},"360":{"tf":1.0},"361":{"tf":1.0},"363":{"tf":1.4142135623730951},"364":{"tf":1.4142135623730951},"365":{"tf":1.0},"367":{"tf":1.4142135623730951},"368":{"tf":2.6457513110645907},"372":{"tf":1.0},"373":{"tf":1.0},"377":{"tf":1.0},"379":{"tf":1.0},"38":{"tf":1.4142135623730951},"383":{"tf":1.0},"385":{"tf":1.7320508075688772},"386":{"tf":2.23606797749979},"39":{"tf":1.4142135623730951},"4":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":2.23606797749979},"55":{"tf":1.0},"58":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.4142135623730951},"65":{"tf":1.7320508075688772},"66":{"tf":1.4142135623730951},"68":{"tf":1.0},"71":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951},"74":{"tf":1.0},"76":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":1.0},"88":{"tf":1.4142135623730951},"9":{"tf":1.0},"90":{"tf":1.0},"96":{"tf":1.0}},"s":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"68":{"tf":1.0}}}}}}}},"df":0,"docs":{},"k":{"8":{"df":1,"docs":{"68":{"tf":1.0}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"68":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"138":{"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":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"380":{"tf":1.0}}}}}}}}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":9,"docs":{"140":{"tf":1.4142135623730951},"192":{"tf":1.0},"193":{"tf":1.0},"213":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.0},"78":{"tf":1.0},"92":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"_":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":3,"docs":{"274":{"tf":1.0},"306":{"tf":1.0},"313":{"tf":1.0}},"e":{"=":{"1":{"df":1,"docs":{"306":{"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":{},"o":{"df":0,"docs":{},"g":{"=":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":3,"docs":{"119":{"tf":1.0},"306":{"tf":1.0},"316":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":6,"docs":{"156":{"tf":1.0},"289":{"tf":1.0},"299":{"tf":1.0},"306":{"tf":1.4142135623730951},"316":{"tf":1.0},"46":{"tf":1.0}}}}}},"df":13,"docs":{"121":{"tf":1.0},"143":{"tf":1.0},"148":{"tf":1.4142135623730951},"16":{"tf":2.0},"18":{"tf":1.0},"201":{"tf":1.0},"209":{"tf":1.0},"243":{"tf":1.0},"274":{"tf":2.23606797749979},"275":{"tf":1.0},"280":{"tf":1.4142135623730951},"306":{"tf":1.0},"75":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":4,"docs":{"138":{"tf":1.0},"140":{"tf":1.0},"206":{"tf":1.0},"324":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"138":{"tf":1.0}}},"y":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"386":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"139":{"tf":1.0}}}},"df":0,"docs":{}}}}},"m":{"df":0,"docs":{},"e":{"df":22,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"117":{"tf":1.0},"137":{"tf":1.7320508075688772},"148":{"tf":1.4142135623730951},"150":{"tf":1.0},"169":{"tf":1.0},"173":{"tf":1.0},"182":{"tf":1.0},"193":{"tf":1.4142135623730951},"213":{"tf":1.0},"227":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"28":{"tf":1.4142135623730951},"3":{"tf":1.0},"385":{"tf":1.4142135623730951},"386":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0},"76":{"tf":1.0},"90":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":7,"docs":{"123":{"tf":1.0},"299":{"tf":1.0},"3":{"tf":1.0},"319":{"tf":1.0},"385":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"223":{"tf":1.0},"229":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"101":{"tf":1.4142135623730951},"124":{"tf":1.0},"137":{"tf":1.4142135623730951}}}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":8,"docs":{"117":{"tf":1.0},"122":{"tf":1.0},"163":{"tf":1.0},"166":{"tf":1.0},"227":{"tf":1.0},"27":{"tf":1.0},"276":{"tf":1.0},"90":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":8,"docs":{"122":{"tf":1.4142135623730951},"151":{"tf":1.0},"32":{"tf":1.0},"4":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.4142135623730951},"90":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"205":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"205":{"tf":1.0}},"y":{"(":{")":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"205":{"tf":1.0}}}}}},"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":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"210":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"40":{"tf":1.0}}}},"df":0,"docs":{}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":26,"docs":{"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"151":{"tf":1.0},"19":{"tf":1.0},"207":{"tf":1.4142135623730951},"213":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"339":{"tf":1.0},"340":{"tf":1.0},"344":{"tf":1.0},"349":{"tf":1.0},"350":{"tf":1.0},"39":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.0},"74":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.4142135623730951},"90":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"(":{"df":0,"docs":{},"|":{"df":0,"docs":{},"t":{"df":46,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.4142135623730951},"102":{"tf":1.0},"104":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"151":{"tf":1.0},"183":{"tf":1.0},"19":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"198":{"tf":1.0},"207":{"tf":1.0},"21":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"32":{"tf":1.0},"340":{"tf":1.0},"341":{"tf":1.0},"342":{"tf":1.0},"343":{"tf":1.0},"344":{"tf":1.0},"345":{"tf":1.0},"346":{"tf":1.0},"347":{"tf":1.0},"349":{"tf":1.0},"350":{"tf":1.0},"361":{"tf":1.0},"364":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.4142135623730951},"78":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951},"90":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"1":{"df":8,"docs":{"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"269":{"tf":1.0},"28":{"tf":1.0},"53":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":10,"docs":{"115":{"tf":1.0},"130":{"tf":1.0},"135":{"tf":1.0},"213":{"tf":1.0},"216":{"tf":1.0},"339":{"tf":1.0},"344":{"tf":1.0},"36":{"tf":1.0},"51":{"tf":1.0},"68":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":116,"docs":{"0":{"tf":1.0},"1":{"tf":1.4142135623730951},"10":{"tf":1.0},"102":{"tf":1.7320508075688772},"11":{"tf":1.0},"114":{"tf":2.0},"115":{"tf":2.23606797749979},"116":{"tf":1.0},"117":{"tf":2.0},"12":{"tf":1.0},"120":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.4142135623730951},"13":{"tf":1.0},"131":{"tf":1.4142135623730951},"136":{"tf":1.0},"138":{"tf":1.4142135623730951},"14":{"tf":2.0},"140":{"tf":1.0},"143":{"tf":1.4142135623730951},"145":{"tf":2.0},"147":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"149":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"150":{"tf":1.0},"151":{"tf":1.4142135623730951},"157":{"tf":1.4142135623730951},"158":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"166":{"tf":1.0},"175":{"tf":1.4142135623730951},"178":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"19":{"tf":1.7320508075688772},"192":{"tf":2.23606797749979},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"2":{"tf":1.4142135623730951},"205":{"tf":2.0},"212":{"tf":1.4142135623730951},"213":{"tf":2.23606797749979},"214":{"tf":1.4142135623730951},"218":{"tf":1.4142135623730951},"220":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.0},"228":{"tf":1.4142135623730951},"229":{"tf":1.4142135623730951},"230":{"tf":1.0},"233":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.4142135623730951},"273":{"tf":1.0},"276":{"tf":1.0},"28":{"tf":1.7320508075688772},"3":{"tf":1.0},"314":{"tf":1.0},"32":{"tf":1.7320508075688772},"326":{"tf":1.0},"33":{"tf":1.0},"336":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.0},"347":{"tf":1.0},"351":{"tf":1.0},"352":{"tf":1.0},"354":{"tf":1.0},"36":{"tf":1.7320508075688772},"361":{"tf":1.0},"362":{"tf":1.0},"364":{"tf":1.0},"375":{"tf":1.0},"379":{"tf":1.0},"38":{"tf":1.4142135623730951},"385":{"tf":1.7320508075688772},"386":{"tf":2.23606797749979},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.7320508075688772},"57":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":2.23606797749979},"66":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.7320508075688772},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"80":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.4142135623730951},"89":{"tf":1.7320508075688772},"90":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951},"97":{"tf":1.0}},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"[":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"35":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"161":{"tf":1.0},"283":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"155":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"m":{"a":{"df":4,"docs":{"232":{"tf":1.4142135623730951},"307":{"tf":1.0},"355":{"tf":1.0},"381":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":5,"docs":{"102":{"tf":1.0},"185":{"tf":1.0},"190":{"tf":1.0},"200":{"tf":1.0},"351":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"138":{"tf":1.7320508075688772}}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"73":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":29,"docs":{"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"226":{"tf":1.0},"232":{"tf":1.0},"234":{"tf":1.0},"239":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.7320508075688772},"250":{"tf":1.0},"279":{"tf":1.0},"28":{"tf":1.0},"287":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.7320508075688772},"305":{"tf":1.0},"307":{"tf":1.4142135623730951},"351":{"tf":1.0},"355":{"tf":1.7320508075688772},"381":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0},"66":{"tf":1.7320508075688772},"69":{"tf":1.0},"70":{"tf":1.4142135623730951},"72":{"tf":1.0}},"s":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":10,"docs":{"250":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"264":{"tf":1.0},"274":{"tf":1.0},"28":{"tf":1.0},"297":{"tf":1.0},"359":{"tf":1.0},"383":{"tf":1.0},"43":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":10,"docs":{"232":{"tf":1.0},"251":{"tf":1.0},"257":{"tf":1.0},"264":{"tf":1.0},"274":{"tf":1.0},"28":{"tf":1.0},"303":{"tf":1.0},"359":{"tf":1.0},"383":{"tf":1.0},"43":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"/":{"d":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"327":{"tf":1.0},"360":{"tf":1.0}}}},"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":{},"s":{"/":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"251":{"tf":1.0},"253":{"tf":1.4142135623730951},"351":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"d":{"df":1,"docs":{"252":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":54,"docs":{"100":{"tf":1.0},"122":{"tf":1.4142135623730951},"126":{"tf":1.0},"151":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"19":{"tf":1.0},"232":{"tf":1.0},"234":{"tf":1.0},"239":{"tf":1.0},"246":{"tf":1.0},"248":{"tf":1.7320508075688772},"250":{"tf":2.0},"251":{"tf":1.4142135623730951},"255":{"tf":1.0},"261":{"tf":1.0},"268":{"tf":1.4142135623730951},"27":{"tf":1.0},"270":{"tf":1.0},"274":{"tf":1.4142135623730951},"279":{"tf":1.4142135623730951},"28":{"tf":1.0},"290":{"tf":1.0},"295":{"tf":1.0},"297":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"304":{"tf":1.4142135623730951},"307":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"331":{"tf":1.0},"332":{"tf":1.0},"333":{"tf":1.0},"351":{"tf":1.0},"355":{"tf":1.0},"356":{"tf":1.0},"357":{"tf":1.0},"358":{"tf":1.0},"359":{"tf":1.0},"368":{"tf":1.0},"383":{"tf":1.0},"384":{"tf":1.0},"39":{"tf":1.0},"44":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":15,"docs":{"100":{"tf":1.4142135623730951},"119":{"tf":1.0},"232":{"tf":1.0},"239":{"tf":1.0},"258":{"tf":1.0},"261":{"tf":1.4142135623730951},"267":{"tf":1.7320508075688772},"28":{"tf":1.7320508075688772},"298":{"tf":1.0},"326":{"tf":2.6457513110645907},"327":{"tf":1.7320508075688772},"332":{"tf":1.4142135623730951},"356":{"tf":1.0},"384":{"tf":1.0},"44":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"d":{"df":0,"docs":{},"p":{"df":1,"docs":{"304":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":29,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.0},"117":{"tf":1.0},"119":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.4142135623730951},"169":{"tf":1.0},"175":{"tf":1.0},"25":{"tf":1.0},"250":{"tf":1.0},"255":{"tf":1.0},"260":{"tf":1.0},"266":{"tf":1.0},"295":{"tf":1.4142135623730951},"301":{"tf":1.0},"304":{"tf":2.8284271247461903},"305":{"tf":1.0},"346":{"tf":1.0},"362":{"tf":1.0},"364":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.4142135623730951},"50":{"tf":2.0},"53":{"tf":1.0},"79":{"tf":1.0},"81":{"tf":1.4142135623730951},"85":{"tf":1.7320508075688772},"86":{"tf":2.0},"95":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":8,"docs":{"11":{"tf":1.0},"202":{"tf":1.0},"219":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"229":{"tf":1.0},"337":{"tf":1.4142135623730951},"353":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"d":{"df":17,"docs":{"100":{"tf":1.7320508075688772},"107":{"tf":1.0},"115":{"tf":1.0},"120":{"tf":1.0},"162":{"tf":1.0},"19":{"tf":1.0},"192":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"340":{"tf":1.0},"341":{"tf":1.0},"342":{"tf":1.0},"361":{"tf":1.4142135623730951},"372":{"tf":1.0},"378":{"tf":1.0},"385":{"tf":1.0},"79":{"tf":1.0}}},"df":49,"docs":{"114":{"tf":1.0},"121":{"tf":1.0},"124":{"tf":1.0},"131":{"tf":1.0},"137":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"15":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"16":{"tf":1.4142135623730951},"176":{"tf":1.0},"177":{"tf":1.0},"19":{"tf":1.0},"192":{"tf":1.0},"201":{"tf":1.0},"203":{"tf":1.0},"208":{"tf":1.0},"218":{"tf":1.0},"250":{"tf":1.0},"273":{"tf":1.0},"29":{"tf":1.0},"314":{"tf":1.0},"317":{"tf":1.0},"32":{"tf":1.0},"324":{"tf":1.0},"327":{"tf":1.0},"328":{"tf":1.0},"334":{"tf":1.4142135623730951},"351":{"tf":1.0},"353":{"tf":1.0},"354":{"tf":1.0},"355":{"tf":1.0},"356":{"tf":1.0},"357":{"tf":1.0},"358":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":1.0},"361":{"tf":1.0},"362":{"tf":1.0},"363":{"tf":1.0},"364":{"tf":1.0},"365":{"tf":1.0},"37":{"tf":1.0},"384":{"tf":1.0},"47":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0}},"n":{"df":1,"docs":{"137":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":10,"docs":{"120":{"tf":1.0},"123":{"tf":1.4142135623730951},"137":{"tf":1.0},"138":{"tf":1.7320508075688772},"147":{"tf":1.0},"177":{"tf":1.0},"182":{"tf":1.0},"295":{"tf":1.0},"305":{"tf":1.0},"307":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"323":{"tf":1.7320508075688772},"368":{"tf":2.0},"371":{"tf":1.0}}}}}},"df":0,"docs":{}},"f":{".":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"_":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"204":{"tf":1.4142135623730951}},"e":{".":{"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":{"(":{"0":{"df":1,"docs":{"204":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"171":{"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":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"204":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"171":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"207":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":1,"docs":{"210":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"207":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"172":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"p":{"2":{"df":0,"docs":{},"p":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"206":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"207":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"205":{"tf":1.0},"218":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":12,"docs":{"115":{"tf":1.0},"171":{"tf":1.4142135623730951},"203":{"tf":2.0},"204":{"tf":2.0},"205":{"tf":1.4142135623730951},"206":{"tf":1.7320508075688772},"207":{"tf":3.1622776601683795},"210":{"tf":1.7320508075688772},"211":{"tf":1.7320508075688772},"216":{"tf":2.6457513110645907},"217":{"tf":2.0},"287":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"169":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"d":{"df":1,"docs":{"179":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"194":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":2,"docs":{"124":{"tf":1.0},"139":{"tf":1.0}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":10,"docs":{"117":{"tf":1.0},"122":{"tf":1.0},"250":{"tf":1.0},"282":{"tf":1.0},"318":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.7320508075688772},"54":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"369":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"204":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"213":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"66":{"tf":1.0},"70":{"tf":1.0}}}},"i":{"c":{"df":9,"docs":{"10":{"tf":1.0},"160":{"tf":1.0},"299":{"tf":1.7320508075688772},"305":{"tf":1.0},"319":{"tf":1.7320508075688772},"352":{"tf":1.0},"360":{"tf":1.0},"386":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":64,"docs":{"100":{"tf":1.4142135623730951},"119":{"tf":1.0},"121":{"tf":1.0},"137":{"tf":1.0},"14":{"tf":1.0},"140":{"tf":1.4142135623730951},"15":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.7320508075688772},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"191":{"tf":1.0},"221":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"240":{"tf":1.0},"245":{"tf":1.4142135623730951},"246":{"tf":1.0},"247":{"tf":1.0},"250":{"tf":1.0},"255":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"266":{"tf":1.0},"274":{"tf":2.0},"278":{"tf":1.4142135623730951},"287":{"tf":1.0},"290":{"tf":1.0},"294":{"tf":1.4142135623730951},"298":{"tf":1.7320508075688772},"301":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.4142135623730951},"307":{"tf":1.4142135623730951},"316":{"tf":1.4142135623730951},"318":{"tf":1.0},"32":{"tf":1.0},"322":{"tf":1.4142135623730951},"327":{"tf":1.0},"351":{"tf":1.0},"354":{"tf":1.0},"357":{"tf":1.7320508075688772},"359":{"tf":1.0},"362":{"tf":1.4142135623730951},"365":{"tf":1.4142135623730951},"367":{"tf":2.0},"373":{"tf":1.0},"377":{"tf":1.0},"380":{"tf":1.0},"383":{"tf":1.4142135623730951},"386":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.7320508075688772},"47":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"65":{"tf":1.0},"76":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.0},"95":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"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":{"228":{"tf":1.0}}}}}}}}}}}}}},"df":38,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"160":{"tf":1.0},"164":{"tf":1.0},"19":{"tf":1.4142135623730951},"220":{"tf":1.0},"222":{"tf":1.0},"227":{"tf":1.4142135623730951},"228":{"tf":1.7320508075688772},"229":{"tf":1.4142135623730951},"230":{"tf":1.0},"245":{"tf":1.0},"247":{"tf":1.0},"250":{"tf":1.4142135623730951},"255":{"tf":1.0},"258":{"tf":1.0},"261":{"tf":1.0},"262":{"tf":1.0},"270":{"tf":1.4142135623730951},"273":{"tf":1.0},"274":{"tf":1.0},"279":{"tf":1.0},"28":{"tf":1.4142135623730951},"298":{"tf":1.0},"314":{"tf":1.4142135623730951},"323":{"tf":1.0},"334":{"tf":1.4142135623730951},"351":{"tf":1.4142135623730951},"352":{"tf":1.0},"356":{"tf":1.0},"368":{"tf":1.0},"381":{"tf":1.0},"384":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951},"66":{"tf":1.7320508075688772},"70":{"tf":1.0},"72":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"31":{"tf":1.0},"354":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":20,"docs":{"1":{"tf":1.0},"115":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"145":{"tf":1.0},"150":{"tf":1.0},"188":{"tf":1.0},"192":{"tf":1.0},"209":{"tf":1.0},"32":{"tf":1.0},"38":{"tf":1.0},"386":{"tf":1.0},"48":{"tf":1.0},"57":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"76":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951},"92":{"tf":1.0},"94":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":13,"docs":{"118":{"tf":1.4142135623730951},"161":{"tf":1.0},"163":{"tf":1.0},"167":{"tf":1.0},"192":{"tf":1.0},"210":{"tf":1.0},"213":{"tf":1.0},"252":{"tf":1.0},"273":{"tf":1.0},"304":{"tf":1.0},"65":{"tf":1.0},"89":{"tf":1.0},"95":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"336":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"246":{"tf":1.0},"294":{"tf":1.0},"354":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"139":{"tf":1.0}}}},"p":{"df":1,"docs":{"19":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"118":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":7,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"104":{"tf":1.0},"352":{"tf":1.0},"364":{"tf":1.4142135623730951},"385":{"tf":1.0},"53":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"117":{"tf":1.0},"121":{"tf":1.0},"364":{"tf":1.0}}}}}},"w":{"df":12,"docs":{"126":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.0},"202":{"tf":1.0},"209":{"tf":1.0},"251":{"tf":1.0},"275":{"tf":1.0},"322":{"tf":1.0},"353":{"tf":1.0},"355":{"tf":1.0},"368":{"tf":1.0},"75":{"tf":1.0}},"n":{"df":1,"docs":{"179":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"235":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"c":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"138":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":16,"docs":{"119":{"tf":1.0},"125":{"tf":1.4142135623730951},"175":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"228":{"tf":1.0},"329":{"tf":1.0},"38":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.7320508075688772},"52":{"tf":1.7320508075688772},"54":{"tf":1.0},"58":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.4142135623730951}},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"329":{"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":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"137":{"tf":1.0},"177":{"tf":1.0},"337":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"324":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"18":{"tf":1.0},"244":{"tf":1.0},"259":{"tf":1.0},"303":{"tf":1.0},"351":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"127":{"tf":1.0},"210":{"tf":1.0}},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"127":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":1,"docs":{"173":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"123":{"tf":1.0}}}}},"i":{"df":1,"docs":{"324":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":3,"docs":{"19":{"tf":1.0},"36":{"tf":1.0},"63":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"188":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"102":{"tf":1.0}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":4,"docs":{"1":{"tf":1.0},"160":{"tf":1.0},"38":{"tf":1.0},"57":{"tf":1.0}}}}},"t":{"df":1,"docs":{"65":{"tf":1.0}}},"x":{"df":2,"docs":{"14":{"tf":1.0},"55":{"tf":1.0}}},"z":{"df":0,"docs":{},"e":{"df":11,"docs":{"117":{"tf":1.0},"119":{"tf":1.4142135623730951},"137":{"tf":1.4142135623730951},"140":{"tf":1.0},"19":{"tf":1.0},"216":{"tf":1.4142135623730951},"217":{"tf":1.0},"23":{"tf":1.0},"343":{"tf":1.0},"362":{"tf":1.0},"52":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"138":{"tf":1.0},"139":{"tf":2.449489742783178}}}},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"131":{"tf":1.0}}},"p":{"df":6,"docs":{"102":{"tf":1.0},"169":{"tf":1.0},"171":{"tf":1.0},"251":{"tf":2.0},"252":{"tf":1.0},"297":{"tf":1.7320508075688772}}}}},"l":{"df":0,"docs":{},"o":{"df":2,"docs":{"188":{"tf":1.0},"189":{"tf":1.0}},"t":{"_":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"139":{"tf":1.0},"53":{"tf":1.0}}}}},"df":0,"docs":{}},"df":10,"docs":{"137":{"tf":1.4142135623730951},"214":{"tf":1.0},"25":{"tf":1.4142135623730951},"305":{"tf":1.4142135623730951},"364":{"tf":1.0},"385":{"tf":2.0},"386":{"tf":1.7320508075688772},"50":{"tf":2.8284271247461903},"53":{"tf":2.449489742783178},"86":{"tf":1.4142135623730951}}},"w":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"18":{"tf":1.0},"351":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":3,"docs":{"251":{"tf":1.0},"287":{"tf":1.0},"304":{"tf":1.0}}}}}},"df":1,"docs":{"304":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":9,"docs":{"100":{"tf":1.0},"102":{"tf":1.0},"175":{"tf":1.0},"304":{"tf":1.0},"352":{"tf":1.0},"354":{"tf":1.0},"377":{"tf":1.0},"380":{"tf":1.0},"50":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"101":{"tf":1.0},"163":{"tf":1.0},"244":{"tf":1.0},"259":{"tf":1.0},"273":{"tf":1.0},"276":{"tf":1.0},"283":{"tf":1.0},"286":{"tf":1.0},"303":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"164":{"tf":1.0},"273":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"l":{"df":1,"docs":{"89":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":7,"docs":{"117":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"143":{"tf":1.0},"251":{"tf":1.0},"31":{"tf":1.0},"95":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":21,"docs":{"115":{"tf":1.0},"120":{"tf":1.0},"123":{"tf":1.0},"127":{"tf":1.0},"143":{"tf":1.0},"145":{"tf":1.4142135623730951},"146":{"tf":1.7320508075688772},"159":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"166":{"tf":1.0},"194":{"tf":1.0},"212":{"tf":1.0},"227":{"tf":1.0},"243":{"tf":1.0},"251":{"tf":1.0},"273":{"tf":1.0},"274":{"tf":1.7320508075688772},"282":{"tf":1.0},"352":{"tf":1.0},"385":{"tf":1.4142135623730951}}}}}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":4,"docs":{"204":{"tf":1.0},"211":{"tf":1.0},"55":{"tf":1.0},"59":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"o":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"123":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"251":{"tf":1.0}}}},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"12":{"tf":1.0},"336":{"tf":1.0}}}},"v":{"df":1,"docs":{"31":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"(":{"a":{"df":0,"docs":{},"r":{"c":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":1,"docs":{"205":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"171":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"x":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"205":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"178":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"204":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":1,"docs":{"172":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"205":{"tf":1.0}}}}}}}}}},"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"216":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"207":{"tf":2.23606797749979}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"207":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"207":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"149":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":4,"docs":{"126":{"tf":1.0},"131":{"tf":1.0},"381":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"253":{"tf":1.0},"351":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"m":{"df":1,"docs":{"138":{"tf":1.0}}},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"373":{"tf":1.0}}}},"w":{"df":0,"docs":{},"n":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"205":{"tf":1.0}},"e":{"d":{"(":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"205":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"49":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":12,"docs":{"171":{"tf":1.0},"19":{"tf":1.0},"205":{"tf":1.7320508075688772},"23":{"tf":1.0},"316":{"tf":1.0},"357":{"tf":1.4142135623730951},"36":{"tf":1.0},"386":{"tf":1.0},"39":{"tf":1.0},"58":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"206":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":38,"docs":{"105":{"tf":1.0},"117":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"125":{"tf":1.0},"137":{"tf":1.0},"14":{"tf":1.0},"166":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"176":{"tf":1.0},"184":{"tf":1.0},"223":{"tf":1.0},"225":{"tf":1.0},"227":{"tf":1.0},"261":{"tf":1.0},"267":{"tf":1.0},"284":{"tf":1.0},"286":{"tf":1.0},"292":{"tf":1.0},"295":{"tf":1.0},"298":{"tf":1.0},"301":{"tf":1.4142135623730951},"302":{"tf":1.4142135623730951},"303":{"tf":1.0},"314":{"tf":1.0},"322":{"tf":1.0},"323":{"tf":1.4142135623730951},"334":{"tf":1.0},"363":{"tf":1.0},"368":{"tf":1.0},"386":{"tf":1.0},"387":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.0},"61":{"tf":1.0},"73":{"tf":1.0}},"i":{"df":5,"docs":{"124":{"tf":1.0},"274":{"tf":1.0},"323":{"tf":1.0},"386":{"tf":1.4142135623730951},"60":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":4,"docs":{"158":{"tf":1.0},"164":{"tf":1.0},"175":{"tf":1.0},"280":{"tf":1.0}},"—":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"352":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":2,"docs":{"246":{"tf":1.0},"354":{"tf":1.0}}}},"n":{"df":2,"docs":{"138":{"tf":1.0},"140":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":7,"docs":{"139":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.0},"282":{"tf":1.4142135623730951},"65":{"tf":1.0},"78":{"tf":1.0},"92":{"tf":1.0}}}}}},"r":{"c":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"66":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"134":{"tf":1.0},"386":{"tf":1.0}}}},"l":{"df":6,"docs":{"137":{"tf":1.0},"138":{"tf":1.0},"181":{"tf":1.0},"19":{"tf":1.0},"318":{"tf":1.0},"367":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":5,"docs":{"100":{"tf":1.0},"298":{"tf":1.0},"381":{"tf":1.0},"66":{"tf":1.0},"70":{"tf":1.0}}}}},"df":13,"docs":{"125":{"tf":1.0},"160":{"tf":1.0},"164":{"tf":1.0},"227":{"tf":1.0},"28":{"tf":1.0},"305":{"tf":1.4142135623730951},"326":{"tf":1.4142135623730951},"327":{"tf":1.4142135623730951},"332":{"tf":1.0},"360":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"62":{"tf":1.0},"66":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":2,"docs":{"100":{"tf":1.0},"101":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"137":{"tf":1.4142135623730951},"352":{"tf":1.4142135623730951}}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"_":{"d":{"a":{"_":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"df":1,"docs":{"118":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"118":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"r":{"df":1,"docs":{"118":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":4,"docs":{"115":{"tf":1.0},"118":{"tf":1.4142135623730951},"138":{"tf":1.0},"352":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"_":{"3":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"_":{"2":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":4,"docs":{"123":{"tf":1.0},"21":{"tf":1.0},"340":{"tf":1.0},"78":{"tf":1.0}},"t":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":6,"docs":{"172":{"tf":1.0},"178":{"tf":1.0},"203":{"tf":1.0},"207":{"tf":1.0},"210":{"tf":1.0},"216":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"172":{"tf":1.0}}}}},"df":0,"docs":{}},"[":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"165":{"tf":1.0}}}}},"_":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"175":{"tf":1.0},"204":{"tf":1.4142135623730951},"211":{"tf":1.0}},"e":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"171":{"tf":1.0},"204":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"171":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":48,"docs":{"0":{"tf":1.0},"104":{"tf":1.4142135623730951},"115":{"tf":1.0},"117":{"tf":1.4142135623730951},"12":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"131":{"tf":1.0},"150":{"tf":1.0},"160":{"tf":1.0},"162":{"tf":1.0},"169":{"tf":1.0},"172":{"tf":1.7320508075688772},"175":{"tf":1.0},"188":{"tf":1.0},"19":{"tf":1.0},"192":{"tf":1.0},"203":{"tf":1.7320508075688772},"204":{"tf":1.4142135623730951},"210":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.4142135623730951},"225":{"tf":1.0},"226":{"tf":1.0},"245":{"tf":1.0},"250":{"tf":1.0},"326":{"tf":1.0},"332":{"tf":1.0},"354":{"tf":1.4142135623730951},"356":{"tf":1.0},"358":{"tf":2.0},"359":{"tf":1.4142135623730951},"360":{"tf":1.0},"361":{"tf":1.0},"362":{"tf":1.0},"364":{"tf":1.0},"370":{"tf":1.0},"371":{"tf":1.0},"372":{"tf":1.0},"38":{"tf":1.0},"386":{"tf":1.4142135623730951},"55":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"71":{"tf":1.0},"95":{"tf":1.0}},"e":{"d":{"\\":{"df":0,"docs":{},"|":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"104":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"p":{"df":5,"docs":{"117":{"tf":1.0},"273":{"tf":1.4142135623730951},"352":{"tf":1.0},"360":{"tf":1.0},"380":{"tf":1.0}}}}}},"t":{"df":4,"docs":{"113":{"tf":1.0},"122":{"tf":1.0},"174":{"tf":1.0},"176":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"19":{"tf":1.0}}}}}},"<":{"b":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}},"df":11,"docs":{"117":{"tf":1.0},"122":{"tf":1.0},"137":{"tf":2.0},"142":{"tf":2.0},"150":{"tf":1.0},"173":{"tf":1.0},"204":{"tf":1.0},"386":{"tf":1.7320508075688772},"52":{"tf":1.7320508075688772},"59":{"tf":1.4142135623730951},"62":{"tf":1.0}}},"i":{"c":{"df":4,"docs":{"171":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"305":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"119":{"tf":1.0},"169":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.4142135623730951}}}}},"s":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"174":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"u":{"df":3,"docs":{"362":{"tf":1.0},"371":{"tf":1.4142135623730951},"47":{"tf":1.0}}}},"y":{"df":7,"docs":{"101":{"tf":1.0},"115":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.4142135623730951},"188":{"tf":1.0},"211":{"tf":1.0},"385":{"tf":1.0}}}},"d":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{":":{":":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"(":{"\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"z":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"122":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"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":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{":":{":":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"210":{"tf":1.4142135623730951},"211":{"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":{},"m":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"6":{"4":{"df":1,"docs":{"101":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{":":{":":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":29,"docs":{"102":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"151":{"tf":1.0},"183":{"tf":1.0},"19":{"tf":1.0},"194":{"tf":1.0},"198":{"tf":1.0},"25":{"tf":1.0},"339":{"tf":1.0},"344":{"tf":1.0},"346":{"tf":1.0},"350":{"tf":1.0},"364":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":1,"docs":{"195":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":6,"docs":{"260":{"tf":1.4142135623730951},"266":{"tf":1.0},"302":{"tf":1.0},"323":{"tf":1.0},"367":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"137":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"_":{"1":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"2":{"_":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"3":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"4":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"5":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"25":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"6":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"_":{"a":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":24,"docs":{"114":{"tf":1.4142135623730951},"115":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"229":{"tf":1.0},"248":{"tf":1.0},"251":{"tf":1.0},"271":{"tf":1.0},"274":{"tf":2.0},"29":{"tf":1.0},"292":{"tf":1.0},"304":{"tf":1.0},"77":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"96":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":6,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"104":{"tf":1.0},"251":{"tf":1.0},"365":{"tf":1.0},"385":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"p":{"df":8,"docs":{"150":{"tf":1.0},"188":{"tf":1.0},"192":{"tf":1.0},"360":{"tf":1.0},"386":{"tf":1.0},"55":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"101":{"tf":1.0},"169":{"tf":1.0},"276":{"tf":1.0},"351":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"153":{"tf":1.0},"298":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":4,"docs":{"121":{"tf":1.0},"220":{"tf":1.0},"274":{"tf":1.0},"7":{"tf":1.0}}}}}}},"df":10,"docs":{"171":{"tf":1.0},"172":{"tf":1.0},"178":{"tf":1.0},"203":{"tf":1.4142135623730951},"204":{"tf":1.0},"207":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":6,"docs":{"168":{"tf":1.0},"169":{"tf":1.0},"322":{"tf":1.0},"323":{"tf":1.4142135623730951},"368":{"tf":1.4142135623730951},"386":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":6,"docs":{"122":{"tf":1.4142135623730951},"129":{"tf":1.0},"132":{"tf":1.0},"138":{"tf":1.0},"141":{"tf":1.0},"23":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"124":{"tf":1.0},"192":{"tf":1.0},"304":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"t":{"df":13,"docs":{"112":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"178":{"tf":1.0},"203":{"tf":1.4142135623730951},"204":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.4142135623730951},"210":{"tf":1.0},"211":{"tf":1.0},"216":{"tf":1.7320508075688772},"217":{"tf":1.0},"218":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"r":{"df":6,"docs":{"11":{"tf":1.0},"137":{"tf":1.0},"229":{"tf":1.0},"66":{"tf":1.0},"75":{"tf":1.0},"87":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"365":{"tf":1.0}}}},"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":10,"docs":{"125":{"tf":1.0},"143":{"tf":1.0},"163":{"tf":1.7320508075688772},"165":{"tf":1.7320508075688772},"193":{"tf":1.4142135623730951},"198":{"tf":1.0},"2":{"tf":2.0},"35":{"tf":2.23606797749979},"37":{"tf":1.4142135623730951},"55":{"tf":2.449489742783178}}}}}},"u":{"b":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":3,"docs":{"163":{"tf":1.7320508075688772},"35":{"tf":2.23606797749979},"55":{"tf":2.449489742783178}}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":5,"docs":{"101":{"tf":1.0},"128":{"tf":1.0},"137":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0}}}},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"49":{"tf":1.0}}}}},"df":10,"docs":{"10":{"tf":1.4142135623730951},"100":{"tf":1.4142135623730951},"137":{"tf":2.0},"142":{"tf":1.0},"203":{"tf":1.0},"361":{"tf":1.0},"386":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.0},"85":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":9,"docs":{"119":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":2.0},"171":{"tf":1.0},"172":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":2.23606797749979},"176":{"tf":1.7320508075688772},"59":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"137":{"tf":1.0},"138":{"tf":1.0}}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":5,"docs":{"10":{"tf":1.0},"23":{"tf":1.0},"299":{"tf":1.0},"319":{"tf":1.0},"386":{"tf":1.0}}}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"145":{"tf":1.0},"147":{"tf":1.0}},"s":{"df":0,"docs":{},"s":{"df":18,"docs":{"1":{"tf":1.0},"192":{"tf":1.0},"2":{"tf":1.0},"214":{"tf":1.0},"24":{"tf":1.4142135623730951},"274":{"tf":2.0},"294":{"tf":1.0},"32":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"93":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"140":{"tf":1.0},"371":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{},"h":{"df":2,"docs":{"357":{"tf":1.4142135623730951},"359":{"tf":1.0}}}},"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"358":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":4,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"365":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{},"x":{"df":2,"docs":{"318":{"tf":1.4142135623730951},"367":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}},"df":5,"docs":{"115":{"tf":1.0},"161":{"tf":1.0},"19":{"tf":1.0},"75":{"tf":1.0},"87":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":5,"docs":{"132":{"tf":1.0},"274":{"tf":1.0},"317":{"tf":1.0},"365":{"tf":1.0},"54":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"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":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"335":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"i":{"df":2,"docs":{"142":{"tf":1.0},"167":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"[":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":28,"docs":{"102":{"tf":2.23606797749979},"130":{"tf":1.0},"135":{"tf":1.0},"138":{"tf":1.4142135623730951},"140":{"tf":1.0},"144":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"163":{"tf":1.7320508075688772},"177":{"tf":1.7320508075688772},"178":{"tf":1.7320508075688772},"182":{"tf":1.4142135623730951},"186":{"tf":1.0},"187":{"tf":1.7320508075688772},"193":{"tf":1.0},"205":{"tf":1.0},"218":{"tf":1.0},"227":{"tf":2.449489742783178},"244":{"tf":1.0},"261":{"tf":1.4142135623730951},"270":{"tf":1.0},"298":{"tf":1.0},"35":{"tf":2.0},"352":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"379":{"tf":1.4142135623730951}}}}}}},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":4,"docs":{"139":{"tf":1.0},"143":{"tf":1.0},"179":{"tf":1.0},"180":{"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":{"120":{"tf":1.0},"63":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"102":{"tf":1.0},"80":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0}},"e":{"d":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"134":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"p":{"df":3,"docs":{"125":{"tf":1.0},"28":{"tf":1.0},"385":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"260":{"tf":1.0}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":13,"docs":{"337":{"tf":1.0},"352":{"tf":1.4142135623730951},"354":{"tf":1.0},"355":{"tf":1.0},"356":{"tf":1.0},"357":{"tf":1.0},"358":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":1.0},"361":{"tf":1.0},"362":{"tf":1.0},"363":{"tf":1.0},"364":{"tf":1.0}}}}}}},"n":{"c":{"df":5,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"179":{"tf":1.0},"66":{"tf":1.0},"70":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"137":{"tf":1.0},"385":{"tf":1.0},"50":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"138":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"358":{"tf":1.0}}}}},"df":20,"docs":{"1":{"tf":1.0},"104":{"tf":1.0},"125":{"tf":1.0},"130":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.4142135623730951},"18":{"tf":1.0},"192":{"tf":1.0},"2":{"tf":1.0},"287":{"tf":1.0},"31":{"tf":1.0},"351":{"tf":1.0},"354":{"tf":1.0},"38":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":2.23606797749979},"52":{"tf":1.4142135623730951},"61":{"tf":1.0},"80":{"tf":1.0}}}}}}}},"t":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"(":{")":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"1":{")":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"0":{")":{")":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"347":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":5,"docs":{"341":{"tf":1.0},"342":{"tf":1.0},"345":{"tf":1.0},"346":{"tf":1.0},"349":{"tf":1.0}}},"1":{"df":3,"docs":{"19":{"tf":1.0},"207":{"tf":1.0},"343":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{")":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"0":{"df":1,"docs":{"128":{"tf":1.0}}},"1":{"df":6,"docs":{"183":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{")":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"0":{"df":3,"docs":{"127":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0}}},"1":{"df":7,"docs":{"100":{"tf":1.4142135623730951},"104":{"tf":1.0},"112":{"tf":1.0},"151":{"tf":1.0},"361":{"tf":1.0},"364":{"tf":1.0},"88":{"tf":1.0}}},"2":{"df":12,"docs":{"101":{"tf":1.4142135623730951},"102":{"tf":1.0},"111":{"tf":1.0},"129":{"tf":1.0},"133":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"198":{"tf":1.0},"344":{"tf":1.0},"350":{"tf":1.0},"40":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{")":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"2":{"df":3,"docs":{"130":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{")":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"3":{"df":1,"docs":{"89":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":7,"docs":{"21":{"tf":1.0},"32":{"tf":1.0},"340":{"tf":1.0},"4":{"tf":1.0},"78":{"tf":1.0},"83":{"tf":1.0},"90":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"n":{")":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"m":{"df":1,"docs":{"40":{"tf":1.0}}}},"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":{},"g":{"df":11,"docs":{"121":{"tf":1.0},"232":{"tf":1.4142135623730951},"260":{"tf":1.0},"264":{"tf":1.0},"266":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"351":{"tf":1.0},"355":{"tf":1.0},"381":{"tf":1.0},"43":{"tf":1.0}}},"i":{"df":0,"docs":{},"l":{"=":{"1":{"0":{"0":{"0":{"df":1,"docs":{"323":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"0":{"0":{"df":1,"docs":{"368":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"322":{"tf":1.0},"368":{"tf":1.4142135623730951}}}},"k":{"df":0,"docs":{},"e":{"df":2,"docs":{"100":{"tf":1.0},"354":{"tf":1.0}}}},"r":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"z":{"df":4,"docs":{"236":{"tf":1.0},"274":{"tf":1.0},"297":{"tf":1.0},"359":{"tf":1.0}}}}},"b":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"251":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"236":{"tf":1.0}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"\"":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"172":{"tf":1.0}}}}}}},"df":0,"docs":{}},"(":{"df":1,"docs":{"354":{"tf":1.0}}},"/":{"c":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"274":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"354":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"5":{"df":1,"docs":{"135":{"tf":1.0}}},"df":0,"docs":{}},"3":{"0":{"df":1,"docs":{"130":{"tf":1.0}}},"df":0,"docs":{}},"4":{"5":{"df":2,"docs":{"344":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{}},"df":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":{"102":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"210":{"tf":1.4142135623730951},"211":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"207":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"203":{"tf":1.4142135623730951},"207":{"tf":2.23606797749979}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"211":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":29,"docs":{"121":{"tf":1.0},"137":{"tf":1.0},"141":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"19":{"tf":1.0},"210":{"tf":1.4142135623730951},"211":{"tf":1.4142135623730951},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"227":{"tf":1.0},"23":{"tf":1.0},"244":{"tf":1.0},"259":{"tf":1.0},"274":{"tf":1.7320508075688772},"280":{"tf":1.0},"299":{"tf":1.4142135623730951},"3":{"tf":1.0},"303":{"tf":1.0},"317":{"tf":1.0},"319":{"tf":1.7320508075688772},"343":{"tf":1.0},"350":{"tf":1.0},"351":{"tf":1.0},"37":{"tf":1.0},"373":{"tf":1.4142135623730951},"385":{"tf":1.4142135623730951},"73":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"k":{"df":3,"docs":{"169":{"tf":1.0},"171":{"tf":1.0},"192":{"tf":1.0}}}}},"b":{"df":3,"docs":{"163":{"tf":1.0},"35":{"tf":1.0},"55":{"tf":1.0}}},"d":{"df":4,"docs":{"150":{"tf":1.0},"165":{"tf":1.0},"329":{"tf":1.0},"98":{"tf":1.0}}},"df":44,"docs":{"126":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"19":{"tf":1.0},"234":{"tf":1.0},"239":{"tf":1.0},"246":{"tf":1.0},"248":{"tf":1.7320508075688772},"250":{"tf":2.0},"251":{"tf":1.0},"268":{"tf":1.0},"27":{"tf":1.0},"274":{"tf":1.7320508075688772},"279":{"tf":1.0},"28":{"tf":1.0},"290":{"tf":1.0},"295":{"tf":1.0},"297":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"304":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"331":{"tf":1.0},"332":{"tf":1.0},"333":{"tf":1.0},"355":{"tf":1.0},"356":{"tf":1.0},"357":{"tf":1.0},"358":{"tf":1.0},"359":{"tf":1.4142135623730951},"368":{"tf":1.0},"383":{"tf":1.0},"384":{"tf":1.0},"39":{"tf":1.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"16":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":2,"docs":{"118":{"tf":1.0},"31":{"tf":1.4142135623730951}}},"r":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"205":{"tf":1.0},"275":{"tf":1.0}}}}}},"df":3,"docs":{"140":{"tf":1.0},"205":{"tf":1.0},"62":{"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":1,"docs":{"220":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"368":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"205":{"tf":1.4142135623730951},"261":{"tf":1.0},"324":{"tf":1.0}}}}}}}}},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"227":{"tf":1.0}},"l":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"322":{"tf":1.0},"45":{"tf":1.4142135623730951},"66":{"tf":1.0},"70":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":11,"docs":{"137":{"tf":1.4142135623730951},"153":{"tf":1.0},"19":{"tf":1.0},"255":{"tf":1.0},"299":{"tf":1.0},"318":{"tf":1.0},"321":{"tf":1.7320508075688772},"363":{"tf":1.7320508075688772},"367":{"tf":1.4142135623730951},"46":{"tf":1.0},"62":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"289":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"115":{"tf":1.0},"337":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"362":{"tf":1.0}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"336":{"tf":1.0}}}}}}}}}},"s":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"368":{"tf":1.0}}}}}},"_":{"1":{"df":1,"docs":{"95":{"tf":1.0}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":1,"docs":{"88":{"tf":1.0}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"95":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"(":{"1":{"0":{"df":1,"docs":{"90":{"tf":1.0}}},"df":0,"docs":{}},"2":{"df":1,"docs":{"90":{"tf":1.0}}},"5":{"df":1,"docs":{"90":{"tf":1.0}}},"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"90":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"88":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":161,"docs":{"0":{"tf":2.0},"1":{"tf":1.0},"10":{"tf":1.4142135623730951},"102":{"tf":2.0},"115":{"tf":1.4142135623730951},"116":{"tf":1.0},"117":{"tf":1.4142135623730951},"120":{"tf":2.23606797749979},"121":{"tf":2.449489742783178},"122":{"tf":2.23606797749979},"123":{"tf":2.8284271247461903},"124":{"tf":2.0},"126":{"tf":1.0},"127":{"tf":1.4142135623730951},"128":{"tf":1.0},"129":{"tf":1.0},"13":{"tf":1.0},"130":{"tf":1.4142135623730951},"131":{"tf":1.7320508075688772},"132":{"tf":1.4142135623730951},"133":{"tf":1.4142135623730951},"134":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":2.0},"138":{"tf":2.449489742783178},"139":{"tf":1.4142135623730951},"14":{"tf":1.7320508075688772},"140":{"tf":1.0},"141":{"tf":1.4142135623730951},"143":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"15":{"tf":1.0},"151":{"tf":1.0},"159":{"tf":1.0},"16":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"163":{"tf":1.4142135623730951},"164":{"tf":1.4142135623730951},"165":{"tf":1.0},"166":{"tf":2.6457513110645907},"177":{"tf":1.4142135623730951},"18":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.4142135623730951},"185":{"tf":1.0},"188":{"tf":1.4142135623730951},"19":{"tf":2.6457513110645907},"190":{"tf":1.0},"192":{"tf":1.0},"194":{"tf":1.0},"2":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"209":{"tf":1.0},"21":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":2.0},"214":{"tf":2.6457513110645907},"216":{"tf":1.4142135623730951},"217":{"tf":1.4142135623730951},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.4142135623730951},"221":{"tf":1.4142135623730951},"222":{"tf":1.0},"224":{"tf":1.0},"227":{"tf":1.0},"229":{"tf":1.0},"235":{"tf":1.4142135623730951},"238":{"tf":1.0},"239":{"tf":1.7320508075688772},"241":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"247":{"tf":1.4142135623730951},"251":{"tf":1.0},"252":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.4142135623730951},"261":{"tf":1.0},"263":{"tf":1.0},"270":{"tf":1.0},"271":{"tf":1.0},"273":{"tf":1.0},"274":{"tf":3.605551275463989},"275":{"tf":2.0},"276":{"tf":1.4142135623730951},"278":{"tf":1.0},"28":{"tf":1.4142135623730951},"281":{"tf":1.4142135623730951},"282":{"tf":1.4142135623730951},"283":{"tf":1.4142135623730951},"286":{"tf":1.0},"29":{"tf":1.4142135623730951},"290":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.7320508075688772},"295":{"tf":1.0},"298":{"tf":1.4142135623730951},"3":{"tf":2.0},"30":{"tf":1.0},"301":{"tf":1.4142135623730951},"302":{"tf":1.7320508075688772},"303":{"tf":1.0},"31":{"tf":1.7320508075688772},"32":{"tf":1.0},"321":{"tf":1.4142135623730951},"322":{"tf":1.4142135623730951},"327":{"tf":1.0},"328":{"tf":1.0},"351":{"tf":1.0},"352":{"tf":1.0},"354":{"tf":1.0},"356":{"tf":2.449489742783178},"357":{"tf":1.4142135623730951},"358":{"tf":1.0},"359":{"tf":1.4142135623730951},"360":{"tf":1.4142135623730951},"362":{"tf":1.0},"363":{"tf":1.4142135623730951},"365":{"tf":1.4142135623730951},"367":{"tf":1.7320508075688772},"368":{"tf":1.0},"369":{"tf":1.0},"370":{"tf":1.0},"372":{"tf":1.0},"375":{"tf":1.0},"377":{"tf":1.0},"379":{"tf":1.0},"382":{"tf":1.0},"384":{"tf":1.7320508075688772},"385":{"tf":2.0},"41":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.7320508075688772},"46":{"tf":1.4142135623730951},"47":{"tf":1.0},"48":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"54":{"tf":1.0},"6":{"tf":1.0},"65":{"tf":1.7320508075688772},"66":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"69":{"tf":1.0},"7":{"tf":1.0},"74":{"tf":2.449489742783178},"75":{"tf":1.0},"77":{"tf":1.4142135623730951},"83":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"95":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{":":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"264":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{},"o":{"c":{"df":15,"docs":{"244":{"tf":1.0},"245":{"tf":1.4142135623730951},"257":{"tf":1.0},"258":{"tf":1.0},"264":{"tf":2.0},"265":{"tf":1.0},"28":{"tf":1.0},"297":{"tf":1.4142135623730951},"322":{"tf":1.4142135623730951},"351":{"tf":1.0},"359":{"tf":2.0},"365":{"tf":1.0},"368":{"tf":1.0},"383":{"tf":1.4142135623730951},"43":{"tf":1.0}}},"df":0,"docs":{}}}},"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"210":{"tf":1.0},"364":{"tf":2.0}},"e":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":5,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"<":{"c":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"216":{"tf":1.0},"217":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":2,"docs":{"4":{"tf":1.0},"82":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"<":{"c":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"205":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"179":{"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":2,"docs":{"112":{"tf":1.0},"204":{"tf":1.0}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"183":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"<":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"344":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":29,"docs":{"102":{"tf":1.0},"183":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"198":{"tf":1.0},"21":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"269":{"tf":1.0},"341":{"tf":1.0},"342":{"tf":1.0},"343":{"tf":1.0},"345":{"tf":1.0},"346":{"tf":1.0},"347":{"tf":1.0},"361":{"tf":1.0},"364":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"78":{"tf":1.0},"89":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":8,"docs":{"183":{"tf":1.0},"341":{"tf":1.0},"342":{"tf":1.0},"343":{"tf":1.0},"345":{"tf":1.0},"346":{"tf":1.0},"347":{"tf":1.0},"40":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"203":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"{":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"340":{"tf":1.0}}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":18,"docs":{"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"151":{"tf":1.0},"19":{"tf":1.0},"218":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"339":{"tf":1.0},"349":{"tf":1.0},"350":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":11,"docs":{"171":{"tf":1.4142135623730951},"172":{"tf":1.4142135623730951},"173":{"tf":1.0},"174":{"tf":1.0},"178":{"tf":1.0},"204":{"tf":1.0},"207":{"tf":1.0},"211":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"328":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"344":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":2,"docs":{"203":{"tf":1.0},"205":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"206":{"tf":1.0}},"y":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"206":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"205":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"203":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"359":{"tf":1.0}},"e":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":7,"docs":{"130":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"28":{"tf":1.0},"339":{"tf":1.0},"348":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"k":{"8":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"k":{"8":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":2,"docs":{"339":{"tf":1.0},"348":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{":":{":":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":15,"docs":{"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"151":{"tf":1.0},"19":{"tf":1.0},"26":{"tf":1.0},"339":{"tf":1.0},"348":{"tf":1.0},"349":{"tf":1.0},"350":{"tf":1.0},"4":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":5,"docs":{"354":{"tf":1.4142135623730951},"356":{"tf":1.0},"357":{"tf":1.0},"360":{"tf":1.0},"363":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"195":{"tf":1.0},"361":{"tf":1.4142135623730951}},"s":{":":{":":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"269":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":35,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"104":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"151":{"tf":1.0},"19":{"tf":1.0},"194":{"tf":1.4142135623730951},"200":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"341":{"tf":1.0},"342":{"tf":1.0},"343":{"tf":1.0},"345":{"tf":1.0},"346":{"tf":1.0},"347":{"tf":1.0},"349":{"tf":1.0},"350":{"tf":1.0},"361":{"tf":1.0},"364":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0},"78":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"s":{":":{":":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":2,"docs":{"102":{"tf":1.0},"181":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"d":{"a":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"101":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"101":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"100":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"100":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"{":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":5,"docs":{"130":{"tf":1.0},"135":{"tf":1.0},"339":{"tf":1.0},"344":{"tf":1.0},"51":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":3,"docs":{"102":{"tf":1.0},"183":{"tf":1.0},"198":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"—":{"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":{"df":1,"docs":{"386":{"tf":1.0}}}}}}}}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"251":{"tf":1.0},"267":{"tf":1.0},"304":{"tf":1.0},"327":{"tf":1.0},"47":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":2,"docs":{"251":{"tf":1.0},"304":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"304":{"tf":1.0}},"s":{"=":{"1":{"df":1,"docs":{"251":{"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":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"301":{"tf":1.0}},"e":{"=":{"1":{"df":1,"docs":{"322":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"s":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"89":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"89":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"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":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"88":{"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":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"322":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"h":{"a":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"78":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"104":{"tf":1.0}}}},"i":{"df":1,"docs":{"16":{"tf":1.0}}}}},"y":{"'":{"df":0,"docs":{},"r":{"df":2,"docs":{"137":{"tf":1.0},"173":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"199":{"tf":1.0}},"k":{"df":1,"docs":{"50":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":3,"docs":{"125":{"tf":1.0},"31":{"tf":1.0},"373":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":8,"docs":{"354":{"tf":1.0},"356":{"tf":1.0},"357":{"tf":1.0},"358":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":1.0},"361":{"tf":1.0},"364":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":4,"docs":{"138":{"tf":1.0},"14":{"tf":1.0},"249":{"tf":1.0},"41":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"104":{"tf":1.0}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"177":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":7,"docs":{"170":{"tf":1.0},"207":{"tf":1.0},"251":{"tf":1.0},"305":{"tf":1.0},"55":{"tf":1.0},"63":{"tf":1.0},"75":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"117":{"tf":1.0},"137":{"tf":1.7320508075688772}}}}}}}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"86":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":1,"docs":{"50":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"137":{"tf":1.0},"138":{"tf":2.449489742783178}}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"364":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"e":{":":{":":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"195":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":50,"docs":{"1":{"tf":1.4142135623730951},"10":{"tf":1.0},"100":{"tf":1.0},"102":{"tf":2.23606797749979},"104":{"tf":1.0},"115":{"tf":1.4142135623730951},"117":{"tf":1.0},"119":{"tf":1.4142135623730951},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.4142135623730951},"137":{"tf":1.7320508075688772},"139":{"tf":2.6457513110645907},"14":{"tf":1.0},"151":{"tf":1.0},"159":{"tf":1.0},"164":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.4142135623730951},"175":{"tf":1.0},"221":{"tf":1.0},"227":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"344":{"tf":1.4142135623730951},"36":{"tf":1.0},"364":{"tf":2.0},"365":{"tf":1.0},"380":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"50":{"tf":2.0},"54":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"75":{"tf":1.0},"79":{"tf":1.0},"81":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":2.0},"86":{"tf":2.0},"93":{"tf":1.0},"95":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":22,"docs":{"100":{"tf":1.4142135623730951},"121":{"tf":1.4142135623730951},"158":{"tf":1.0},"162":{"tf":1.0},"189":{"tf":1.0},"19":{"tf":1.0},"246":{"tf":1.0},"251":{"tf":1.0},"274":{"tf":1.7320508075688772},"275":{"tf":1.4142135623730951},"276":{"tf":1.7320508075688772},"301":{"tf":1.0},"302":{"tf":2.23606797749979},"304":{"tf":2.23606797749979},"322":{"tf":1.0},"351":{"tf":1.0},"354":{"tf":1.4142135623730951},"370":{"tf":1.0},"372":{"tf":1.0},"380":{"tf":1.0},"386":{"tf":1.0},"39":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":7,"docs":{"139":{"tf":2.6457513110645907},"19":{"tf":1.0},"318":{"tf":1.4142135623730951},"321":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":1.4142135623730951},"46":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"122":{"tf":1.0}}}},"p":{"df":1,"docs":{"321":{"tf":1.0}}}},"m":{"df":0,"docs":{},"p":{"/":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"x":{"df":1,"docs":{"274":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"368":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"322":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"321":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":10,"docs":{"236":{"tf":1.0},"239":{"tf":1.4142135623730951},"257":{"tf":1.0},"258":{"tf":1.4142135623730951},"274":{"tf":1.0},"28":{"tf":1.7320508075688772},"298":{"tf":1.4142135623730951},"356":{"tf":1.4142135623730951},"359":{"tf":1.0},"384":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"299":{"tf":1.0},"363":{"tf":1.0}}}}}}},"df":8,"docs":{"121":{"tf":1.0},"236":{"tf":1.4142135623730951},"251":{"tf":1.0},"274":{"tf":1.4142135623730951},"281":{"tf":1.0},"322":{"tf":1.0},"351":{"tf":1.0},"363":{"tf":1.0}}}},"o":{"d":{"a":{"df":0,"docs":{},"y":{"df":5,"docs":{"138":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.4142135623730951},"144":{"tf":1.0},"186":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":1,"docs":{"218":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"14":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"83":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"185":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"126":{"tf":1.0},"19":{"tf":1.0},"4":{"tf":1.0}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"172":{"tf":1.0}}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"(":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"171":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"126":{"tf":1.0},"19":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951},"90":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"123":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"18":{"tf":1.0},"243":{"tf":1.0},"274":{"tf":2.449489742783178}}}}},"df":0,"docs":{}}},"df":1,"docs":{"186":{"tf":1.0}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"138":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":69,"docs":{"1":{"tf":1.0},"100":{"tf":1.0},"102":{"tf":1.0},"112":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":2.0},"118":{"tf":1.7320508075688772},"119":{"tf":1.0},"120":{"tf":1.4142135623730951},"121":{"tf":1.4142135623730951},"122":{"tf":1.0},"123":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"126":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"14":{"tf":1.4142135623730951},"140":{"tf":2.6457513110645907},"145":{"tf":1.0},"147":{"tf":1.4142135623730951},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"186":{"tf":1.0},"192":{"tf":1.7320508075688772},"2":{"tf":1.7320508075688772},"202":{"tf":1.0},"203":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"206":{"tf":1.0},"21":{"tf":1.4142135623730951},"210":{"tf":1.4142135623730951},"213":{"tf":1.4142135623730951},"214":{"tf":1.0},"227":{"tf":1.0},"245":{"tf":1.0},"260":{"tf":1.0},"27":{"tf":1.0},"274":{"tf":1.7320508075688772},"275":{"tf":1.0},"276":{"tf":1.7320508075688772},"295":{"tf":1.7320508075688772},"3":{"tf":1.0},"33":{"tf":1.0},"340":{"tf":1.7320508075688772},"35":{"tf":1.0},"352":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"361":{"tf":1.4142135623730951},"362":{"tf":1.4142135623730951},"375":{"tf":1.0},"378":{"tf":1.0},"38":{"tf":1.4142135623730951},"386":{"tf":1.4142135623730951},"40":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":1.4142135623730951},"63":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"68":{"tf":1.0},"76":{"tf":1.4142135623730951},"78":{"tf":1.7320508075688772},"89":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}},"y":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"3":{"df":0,"docs":{},"v":{"1":{"df":1,"docs":{"362":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"g":{"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":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"210":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"203":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"203":{"tf":1.0}}}}}}},":":{"0":{":":{"1":{"df":1,"docs":{"274":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{":":{"1":{"df":1,"docs":{"274":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"210":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}},"[":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"35":{"tf":1.0}}}}}}}}}},"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"(":{"df":0,"docs":{},"|":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"206":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"118":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"206":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"t":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"174":{"tf":1.7320508075688772}}}}},"df":7,"docs":{"102":{"tf":1.0},"107":{"tf":1.0},"142":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.0},"169":{"tf":1.0},"386":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"df":10,"docs":{"162":{"tf":1.0},"213":{"tf":1.0},"255":{"tf":1.4142135623730951},"299":{"tf":1.7320508075688772},"300":{"tf":1.0},"317":{"tf":1.7320508075688772},"373":{"tf":1.0},"47":{"tf":1.0},"65":{"tf":1.0},"68":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"324":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"66":{"tf":1.0}}}}}},":":{":":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"!":{"(":{"\"":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"171":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"172":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"171":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"171":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"!":{"(":{"\"":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"205":{"tf":1.0}}}}}}}},"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"172":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"204":{"tf":1.0}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"171":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"204":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":3,"docs":{"173":{"tf":1.0},"203":{"tf":1.0},"328":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"174":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"172":{"tf":1.0}}}},"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":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":4,"docs":{"260":{"tf":1.0},"322":{"tf":1.0},"367":{"tf":1.7320508075688772},"46":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}},"k":{"df":5,"docs":{"119":{"tf":1.0},"142":{"tf":1.4142135623730951},"169":{"tf":1.0},"173":{"tf":1.0},"176":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"273":{"tf":1.7320508075688772}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"272":{"tf":1.0}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":35,"docs":{"1":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"125":{"tf":1.0},"132":{"tf":1.0},"135":{"tf":1.0},"14":{"tf":1.0},"141":{"tf":1.0},"162":{"tf":1.0},"184":{"tf":1.0},"192":{"tf":1.0},"2":{"tf":1.0},"203":{"tf":1.0},"214":{"tf":1.0},"23":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0},"362":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.4142135623730951},"386":{"tf":1.4142135623730951},"51":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.4142135623730951},"81":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":1.0},"98":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":19,"docs":{"14":{"tf":1.4142135623730951},"179":{"tf":1.4142135623730951},"194":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.4142135623730951},"209":{"tf":1.0},"213":{"tf":1.0},"216":{"tf":1.4142135623730951},"217":{"tf":1.0},"218":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.7320508075688772},"37":{"tf":1.7320508075688772},"74":{"tf":2.0}},"s":{"[":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"35":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":58,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"10":{"tf":1.0},"100":{"tf":3.4641016151377544},"101":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"107":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"125":{"tf":1.0},"128":{"tf":1.7320508075688772},"129":{"tf":1.7320508075688772},"133":{"tf":1.4142135623730951},"134":{"tf":1.0},"137":{"tf":5.0},"14":{"tf":1.0},"142":{"tf":1.4142135623730951},"145":{"tf":1.0},"147":{"tf":1.4142135623730951},"16":{"tf":1.0},"162":{"tf":1.0},"169":{"tf":1.0},"171":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.4142135623730951},"176":{"tf":1.0},"19":{"tf":1.4142135623730951},"195":{"tf":1.0},"2":{"tf":1.0},"203":{"tf":1.0},"213":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"3":{"tf":1.0},"342":{"tf":1.7320508075688772},"350":{"tf":1.0},"352":{"tf":1.4142135623730951},"36":{"tf":1.0},"361":{"tf":2.0},"378":{"tf":1.0},"385":{"tf":1.4142135623730951},"386":{"tf":1.7320508075688772},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"76":{"tf":1.0},"79":{"tf":2.0},"81":{"tf":1.0},"85":{"tf":1.0},"93":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"d":{"a":{"df":1,"docs":{"377":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{"0":{"df":1,"docs":{"100":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":2,"docs":{"195":{"tf":1.0},"198":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"128":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"176":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"/":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"138":{"tf":1.4142135623730951},"139":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"342":{"tf":1.0}}}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"(":{"df":0,"docs":{},"|":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":28,"docs":{"100":{"tf":1.0},"107":{"tf":1.0},"111":{"tf":1.0},"122":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"151":{"tf":1.0},"19":{"tf":1.0},"194":{"tf":1.0},"196":{"tf":1.0},"23":{"tf":1.0},"32":{"tf":1.0},"342":{"tf":1.0},"350":{"tf":1.0},"361":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.4142135623730951},"79":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.0},"93":{"tf":1.0}}}}}},"df":5,"docs":{"100":{"tf":1.0},"105":{"tf":1.0},"151":{"tf":1.0},"193":{"tf":1.0},"40":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"386":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"386":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"125":{"tf":1.0},"180":{"tf":1.0},"229":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"66":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"223":{"tf":1.0},"225":{"tf":1.0},"228":{"tf":1.7320508075688772}},"e":{"[":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"228":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":2,"docs":{"28":{"tf":1.0},"354":{"tf":1.0}},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"102":{"tf":1.0},"304":{"tf":1.0},"38":{"tf":1.0},"386":{"tf":1.4142135623730951},"55":{"tf":1.0},"60":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":17,"docs":{"11":{"tf":1.0},"114":{"tf":1.0},"12":{"tf":1.0},"124":{"tf":1.0},"14":{"tf":1.0},"157":{"tf":1.0},"200":{"tf":1.0},"248":{"tf":1.0},"271":{"tf":1.0},"29":{"tf":1.0},"292":{"tf":1.0},"314":{"tf":1.0},"334":{"tf":1.0},"335":{"tf":1.0},"336":{"tf":1.0},"337":{"tf":1.0},"351":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"e":{"df":11,"docs":{"102":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"183":{"tf":1.4142135623730951},"247":{"tf":1.0},"255":{"tf":1.0},"260":{"tf":1.0},"266":{"tf":1.0},"274":{"tf":2.23606797749979},"278":{"tf":1.0},"294":{"tf":1.0},"313":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"385":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"117":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"381":{"tf":1.0},"57":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":2,"docs":{"119":{"tf":1.0},"304":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"158":{"tf":1.0}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"114":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"119":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":4,"docs":{"193":{"tf":1.0},"208":{"tf":1.0},"385":{"tf":1.0},"46":{"tf":1.0}}}},"x":{".":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"5":{"df":1,"docs":{"151":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"0":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"5":{"df":4,"docs":{"107":{"tf":1.0},"32":{"tf":1.0},"4":{"tf":1.0},"83":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"100":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{}},"5":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"1":{"0":{"df":1,"docs":{"111":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"0":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"1":{"0":{"0":{"df":1,"docs":{"122":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"1":{"0":{"df":1,"docs":{"361":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"/":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"100":{"tf":1.0},"107":{"tf":1.0},"19":{"tf":1.0},"85":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"d":{"a":{"df":2,"docs":{"184":{"tf":1.0},"188":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"123":{"tf":1.0}},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"85":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"171":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":3,"docs":{"100":{"tf":1.0},"195":{"tf":1.0},"198":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":4,"docs":{"113":{"tf":1.0},"132":{"tf":1.4142135623730951},"145":{"tf":1.0},"19":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"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":2,"docs":{"100":{"tf":1.4142135623730951},"105":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}},"s":{".":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{"0":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"2":{"0":{"df":1,"docs":{"135":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"5":{"0":{"df":1,"docs":{"134":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"1":{"0":{"df":1,"docs":{"130":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"1":{"0":{"df":1,"docs":{"128":{"tf":1.0}}},"5":{"df":1,"docs":{"129":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}},"3":{"df":3,"docs":{"194":{"tf":1.0},"196":{"tf":1.0},"199":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":7,"docs":{"19":{"tf":1.0},"23":{"tf":1.0},"342":{"tf":1.0},"350":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.4142135623730951}}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"2":{"0":{"df":1,"docs":{"133":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"[":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":9,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"123":{"tf":1.0},"193":{"tf":1.0},"195":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"218":{"tf":1.0},"386":{"tf":1.0}}},"i":{"c":{"df":6,"docs":{"102":{"tf":1.0},"104":{"tf":1.0},"123":{"tf":1.0},"171":{"tf":1.0},"316":{"tf":1.0},"86":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"6":{"4":{"df":7,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"171":{"tf":1.0},"174":{"tf":1.0},"203":{"tf":1.4142135623730951},"204":{"tf":1.4142135623730951},"207":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":2,"docs":{"274":{"tf":2.0},"285":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"291":{"tf":1.0}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"122":{"tf":1.0},"362":{"tf":1.0},"365":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"193":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"141":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"p":{"df":1,"docs":{"138":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"137":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"158":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":21,"docs":{"102":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":2.449489742783178},"138":{"tf":2.0},"139":{"tf":1.0},"140":{"tf":1.4142135623730951},"141":{"tf":1.4142135623730951},"142":{"tf":1.0},"153":{"tf":1.0},"19":{"tf":1.0},"192":{"tf":1.0},"31":{"tf":1.4142135623730951},"318":{"tf":1.0},"362":{"tf":1.0},"367":{"tf":1.4142135623730951},"386":{"tf":1.0},"95":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"195":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":7,"docs":{"14":{"tf":1.4142135623730951},"15":{"tf":1.0},"208":{"tf":1.0},"227":{"tf":1.0},"29":{"tf":1.0},"48":{"tf":1.0},"84":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"137":{"tf":1.0}}}}},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"139":{"tf":1.0}}}},"df":0,"docs":{}}}}},"f":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"337":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"352":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"137":{"tf":1.0}}}},"t":{"df":6,"docs":{"107":{"tf":1.0},"108":{"tf":1.0},"75":{"tf":1.0},"79":{"tf":1.0},"84":{"tf":1.0},"95":{"tf":1.0}}},"x":{":":{"/":{"/":{"/":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"/":{"d":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"358":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":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":{"18":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":10,"docs":{"117":{"tf":1.0},"151":{"tf":1.0},"153":{"tf":1.0},"19":{"tf":1.0},"190":{"tf":1.0},"299":{"tf":1.0},"316":{"tf":1.0},"318":{"tf":1.0},"324":{"tf":1.0},"367":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"k":{"df":1,"docs":{"140":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"223":{"tf":1.0},"225":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"354":{"tf":1.0}}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"324":{"tf":1.0},"352":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"305":{"tf":1.0},"324":{"tf":1.0},"47":{"tf":1.0}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"252":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"205":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"|":{"_":{"df":1,"docs":{"122":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"140":{"tf":1.4142135623730951},"252":{"tf":2.0},"373":{"tf":1.0}}}},"df":0,"docs":{}},"df":30,"docs":{"117":{"tf":1.0},"119":{"tf":1.4142135623730951},"12":{"tf":1.0},"125":{"tf":1.0},"138":{"tf":1.0},"14":{"tf":1.0},"140":{"tf":1.4142135623730951},"15":{"tf":1.0},"154":{"tf":1.0},"175":{"tf":1.0},"189":{"tf":1.0},"205":{"tf":1.0},"213":{"tf":1.0},"221":{"tf":1.0},"261":{"tf":1.0},"27":{"tf":1.0},"274":{"tf":2.23606797749979},"275":{"tf":1.0},"28":{"tf":1.0},"280":{"tf":1.0},"321":{"tf":1.0},"326":{"tf":1.4142135623730951},"327":{"tf":1.4142135623730951},"332":{"tf":1.0},"337":{"tf":1.0},"360":{"tf":1.0},"363":{"tf":1.7320508075688772},"382":{"tf":1.0},"46":{"tf":1.0},"8":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":4,"docs":{"274":{"tf":1.7320508075688772},"275":{"tf":1.0},"281":{"tf":1.4142135623730951},"291":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"l":{"df":6,"docs":{"260":{"tf":1.7320508075688772},"266":{"tf":1.7320508075688772},"268":{"tf":1.4142135623730951},"300":{"tf":1.7320508075688772},"326":{"tf":1.0},"47":{"tf":1.0}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":17,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"104":{"tf":1.0},"122":{"tf":1.0},"125":{"tf":1.0},"14":{"tf":1.0},"164":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"180":{"tf":1.0},"183":{"tf":1.0},"213":{"tf":1.0},"328":{"tf":1.0},"354":{"tf":1.0},"36":{"tf":1.0},"71":{"tf":1.0}},"e":{"df":0,"docs":{},"—":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"115":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":172,"docs":{"100":{"tf":2.449489742783178},"101":{"tf":2.23606797749979},"102":{"tf":2.449489742783178},"104":{"tf":1.4142135623730951},"105":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.7320508075688772},"119":{"tf":2.0},"120":{"tf":1.4142135623730951},"121":{"tf":2.0},"122":{"tf":1.7320508075688772},"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":2.449489742783178},"128":{"tf":2.449489742783178},"129":{"tf":2.449489742783178},"130":{"tf":2.449489742783178},"133":{"tf":2.449489742783178},"134":{"tf":2.449489742783178},"135":{"tf":2.449489742783178},"137":{"tf":2.449489742783178},"138":{"tf":2.23606797749979},"139":{"tf":1.4142135623730951},"14":{"tf":1.4142135623730951},"140":{"tf":1.0},"141":{"tf":1.4142135623730951},"143":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":1.0},"151":{"tf":2.0},"16":{"tf":1.4142135623730951},"166":{"tf":1.7320508075688772},"171":{"tf":2.23606797749979},"172":{"tf":2.0},"173":{"tf":1.7320508075688772},"174":{"tf":1.0},"176":{"tf":1.4142135623730951},"178":{"tf":1.7320508075688772},"179":{"tf":1.4142135623730951},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.7320508075688772},"19":{"tf":2.8284271247461903},"192":{"tf":1.0},"194":{"tf":2.0},"195":{"tf":2.0},"197":{"tf":1.0},"198":{"tf":2.0},"2":{"tf":1.0},"200":{"tf":1.0},"203":{"tf":2.449489742783178},"204":{"tf":2.0},"205":{"tf":2.23606797749979},"206":{"tf":1.0},"207":{"tf":1.4142135623730951},"21":{"tf":1.0},"210":{"tf":1.7320508075688772},"211":{"tf":1.7320508075688772},"216":{"tf":2.0},"217":{"tf":1.7320508075688772},"218":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"222":{"tf":1.0},"226":{"tf":1.0},"228":{"tf":1.0},"23":{"tf":1.7320508075688772},"232":{"tf":1.0},"234":{"tf":1.0},"236":{"tf":1.4142135623730951},"239":{"tf":1.0},"24":{"tf":1.4142135623730951},"240":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.4142135623730951},"246":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.0},"25":{"tf":1.4142135623730951},"250":{"tf":1.0},"251":{"tf":1.7320508075688772},"252":{"tf":1.0},"255":{"tf":1.4142135623730951},"26":{"tf":2.0},"261":{"tf":1.0},"269":{"tf":1.4142135623730951},"27":{"tf":1.0},"270":{"tf":1.0},"274":{"tf":4.0},"279":{"tf":1.0},"28":{"tf":2.6457513110645907},"280":{"tf":1.0},"281":{"tf":1.0},"286":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.7320508075688772},"298":{"tf":1.4142135623730951},"299":{"tf":1.7320508075688772},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.7320508075688772},"306":{"tf":1.0},"307":{"tf":1.0},"316":{"tf":1.0},"317":{"tf":1.0},"318":{"tf":1.4142135623730951},"321":{"tf":1.0},"322":{"tf":1.7320508075688772},"323":{"tf":2.23606797749979},"326":{"tf":1.0},"328":{"tf":1.0},"337":{"tf":1.0},"339":{"tf":2.449489742783178},"340":{"tf":1.0},"341":{"tf":1.4142135623730951},"342":{"tf":1.7320508075688772},"343":{"tf":1.4142135623730951},"344":{"tf":1.7320508075688772},"345":{"tf":1.4142135623730951},"346":{"tf":1.7320508075688772},"347":{"tf":1.4142135623730951},"348":{"tf":1.7320508075688772},"349":{"tf":2.0},"350":{"tf":2.23606797749979},"351":{"tf":1.4142135623730951},"355":{"tf":1.0},"356":{"tf":1.0},"357":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":2.0},"361":{"tf":1.4142135623730951},"364":{"tf":1.7320508075688772},"365":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":2.8284271247461903},"371":{"tf":1.0},"379":{"tf":1.0},"381":{"tf":1.0},"382":{"tf":1.0},"383":{"tf":1.0},"384":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.7320508075688772},"39":{"tf":1.4142135623730951},"4":{"tf":2.23606797749979},"40":{"tf":2.23606797749979},"43":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.4142135623730951},"50":{"tf":1.7320508075688772},"51":{"tf":1.7320508075688772},"53":{"tf":1.7320508075688772},"65":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":1.4142135623730951},"79":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":2.23606797749979},"88":{"tf":2.23606797749979},"89":{"tf":2.0},"90":{"tf":2.23606797749979},"95":{"tf":1.0},"96":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"216":{"tf":1.0},"217":{"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":{},"s":{"df":1,"docs":{"165":{"tf":2.0}},"e":{"[":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"165":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"165":{"tf":1.0}}}}},"df":1,"docs":{"165":{"tf":1.7320508075688772}}}}}},"k":{"8":{"df":1,"docs":{"165":{"tf":1.0}},"s":{"[":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"165":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"138":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"r":{"df":16,"docs":{"100":{"tf":1.7320508075688772},"107":{"tf":1.0},"11":{"tf":1.0},"123":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":2.0},"151":{"tf":1.0},"207":{"tf":1.0},"358":{"tf":1.7320508075688772},"361":{"tf":1.4142135623730951},"52":{"tf":1.7320508075688772},"64":{"tf":1.0},"65":{"tf":1.0},"7":{"tf":1.0},"79":{"tf":1.0},"93":{"tf":1.0}},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"358":{"tf":1.0}}},"df":0,"docs":{}}},"s":{"(":{"2":{"0":{"df":2,"docs":{"342":{"tf":1.0},"350":{"tf":1.0}}},"df":0,"docs":{}},"5":{"0":{"0":{"df":2,"docs":{"19":{"tf":1.0},"23":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"100":{"tf":1.0},"79":{"tf":1.4142135623730951}}},"df":0,"docs":{},"m":{"df":5,"docs":{"352":{"tf":1.0},"361":{"tf":1.0},"365":{"tf":1.0},"372":{"tf":1.0},"378":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"z":{"df":5,"docs":{"172":{"tf":1.0},"179":{"tf":1.4142135623730951},"210":{"tf":1.4142135623730951},"211":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"212":{"tf":1.0},"28":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"66":{"tf":1.0},"70":{"tf":1.0},"72":{"tf":1.0}}}},"x":{"df":0,"docs":{},"o":{"df":1,"docs":{"386":{"tf":1.4142135623730951}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":5,"docs":{"302":{"tf":1.4142135623730951},"322":{"tf":1.7320508075688772},"367":{"tf":1.7320508075688772},"368":{"tf":2.0},"371":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"0":{".":{"3":{".":{"1":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"z":{"df":5,"docs":{"257":{"tf":1.4142135623730951},"264":{"tf":1.0},"28":{"tf":1.4142135623730951},"297":{"tf":1.0},"383":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":6,"docs":{"239":{"tf":1.0},"258":{"tf":1.0},"28":{"tf":1.0},"356":{"tf":1.0},"384":{"tf":1.0},"44":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"141":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"368":{"tf":1.0}}}}}},"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"101":{"tf":1.0},"73":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"210":{"tf":1.0},"211":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"(":{"1":{"df":1,"docs":{"21":{"tf":1.0}}},"3":{"df":7,"docs":{"118":{"tf":1.0},"32":{"tf":1.0},"340":{"tf":1.0},"4":{"tf":1.0},"78":{"tf":1.0},"83":{"tf":1.0},"92":{"tf":1.0}}},"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"90":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"323":{"tf":1.0},"368":{"tf":1.4142135623730951}}}}}},"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"205":{"tf":1.0},"41":{"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":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"260":{"tf":1.0},"295":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":79,"docs":{"1":{"tf":1.0},"10":{"tf":2.0},"102":{"tf":2.0},"104":{"tf":1.0},"109":{"tf":1.0},"117":{"tf":2.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},"130":{"tf":1.0},"132":{"tf":2.0},"134":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":2.0},"138":{"tf":2.23606797749979},"139":{"tf":2.23606797749979},"14":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.4142135623730951},"16":{"tf":1.0},"162":{"tf":1.0},"168":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"181":{"tf":1.4142135623730951},"182":{"tf":1.0},"183":{"tf":1.0},"185":{"tf":1.0},"188":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"190":{"tf":1.0},"192":{"tf":1.0},"2":{"tf":1.0},"203":{"tf":1.7320508075688772},"204":{"tf":1.4142135623730951},"206":{"tf":1.0},"21":{"tf":1.4142135623730951},"210":{"tf":1.0},"226":{"tf":1.0},"250":{"tf":1.0},"255":{"tf":1.0},"260":{"tf":1.0},"266":{"tf":1.0},"27":{"tf":1.0},"273":{"tf":1.0},"282":{"tf":1.0},"295":{"tf":1.7320508075688772},"31":{"tf":1.4142135623730951},"316":{"tf":1.0},"318":{"tf":1.0},"322":{"tf":1.4142135623730951},"323":{"tf":1.7320508075688772},"328":{"tf":1.0},"340":{"tf":1.0},"354":{"tf":1.0},"357":{"tf":1.0},"36":{"tf":1.0},"360":{"tf":1.0},"362":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":2.0},"375":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":2.0},"39":{"tf":1.0},"45":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0},"78":{"tf":1.7320508075688772},"92":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":5,"docs":{"107":{"tf":1.0},"108":{"tf":1.0},"137":{"tf":1.0},"252":{"tf":1.0},"386":{"tf":1.0}}}},"r":{"df":4,"docs":{"104":{"tf":1.0},"122":{"tf":1.0},"27":{"tf":1.4142135623730951},"352":{"tf":1.0}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":46,"docs":{"113":{"tf":1.0},"117":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"220":{"tf":1.4142135623730951},"222":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.0},"229":{"tf":1.4142135623730951},"235":{"tf":1.0},"246":{"tf":1.0},"248":{"tf":1.4142135623730951},"255":{"tf":1.4142135623730951},"260":{"tf":1.4142135623730951},"266":{"tf":1.4142135623730951},"271":{"tf":1.4142135623730951},"28":{"tf":1.0},"289":{"tf":1.0},"292":{"tf":1.4142135623730951},"293":{"tf":1.4142135623730951},"294":{"tf":1.4142135623730951},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.4142135623730951},"302":{"tf":1.4142135623730951},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.7320508075688772},"314":{"tf":1.4142135623730951},"317":{"tf":1.7320508075688772},"322":{"tf":1.0},"323":{"tf":1.0},"324":{"tf":1.0},"326":{"tf":1.0},"334":{"tf":1.4142135623730951},"357":{"tf":1.4142135623730951},"386":{"tf":1.0},"85":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}}}},"df":3,"docs":{"137":{"tf":1.4142135623730951},"182":{"tf":1.0},"227":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":2,"docs":{"139":{"tf":1.0},"251":{"tf":1.0}}}}}}},"df":46,"docs":{"122":{"tf":1.4142135623730951},"126":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"19":{"tf":1.0},"234":{"tf":1.0},"239":{"tf":1.0},"246":{"tf":1.0},"248":{"tf":1.7320508075688772},"250":{"tf":2.0},"251":{"tf":1.0},"268":{"tf":1.0},"27":{"tf":1.0},"274":{"tf":1.7320508075688772},"279":{"tf":1.0},"28":{"tf":1.0},"290":{"tf":1.0},"295":{"tf":1.0},"297":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"304":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"331":{"tf":1.0},"332":{"tf":1.0},"333":{"tf":1.0},"335":{"tf":1.0},"355":{"tf":1.0},"356":{"tf":1.0},"357":{"tf":1.0},"358":{"tf":1.0},"359":{"tf":1.0},"368":{"tf":1.0},"383":{"tf":1.0},"384":{"tf":1.0},"39":{"tf":1.0}},"e":{"c":{"!":{"[":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"203":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"210":{"tf":1.0}}}}}},"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":1,"docs":{"172":{"tf":1.0}}}}}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":2,"docs":{"203":{"tf":1.0},"210":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"172":{"tf":1.0}}},"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"316":{"tf":2.0},"373":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":3,"docs":{"120":{"tf":1.0},"385":{"tf":1.0},"53":{"tf":1.0}},"f":{"df":6,"docs":{"142":{"tf":1.0},"299":{"tf":1.0},"319":{"tf":1.0},"372":{"tf":1.0},"63":{"tf":1.0},"94":{"tf":1.0}},"i":{"df":35,"docs":{"1":{"tf":1.0},"100":{"tf":1.4142135623730951},"101":{"tf":1.7320508075688772},"102":{"tf":1.0},"104":{"tf":1.0},"113":{"tf":1.0},"119":{"tf":1.0},"124":{"tf":1.0},"137":{"tf":2.8284271247461903},"138":{"tf":1.0},"139":{"tf":1.0},"142":{"tf":1.4142135623730951},"171":{"tf":1.0},"176":{"tf":1.0},"2":{"tf":1.0},"223":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"228":{"tf":1.0},"239":{"tf":1.0},"247":{"tf":2.23606797749979},"248":{"tf":1.0},"352":{"tf":1.4142135623730951},"356":{"tf":1.0},"358":{"tf":1.0},"359":{"tf":1.0},"368":{"tf":1.0},"371":{"tf":1.0},"374":{"tf":1.0},"377":{"tf":1.4142135623730951},"380":{"tf":1.4142135623730951},"384":{"tf":1.0},"386":{"tf":1.4142135623730951},"55":{"tf":1.0},"61":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"=":{"<":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"232":{"tf":1.0},"355":{"tf":1.0},"381":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"v":{"0":{".":{"3":{".":{"1":{"df":3,"docs":{"232":{"tf":1.0},"251":{"tf":1.0},"355":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":9,"docs":{"120":{"tf":1.0},"18":{"tf":1.0},"232":{"tf":1.7320508075688772},"247":{"tf":1.4142135623730951},"251":{"tf":1.0},"298":{"tf":1.4142135623730951},"307":{"tf":1.0},"355":{"tf":1.7320508075688772},"381":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":14,"docs":{"120":{"tf":1.0},"18":{"tf":1.4142135623730951},"226":{"tf":1.0},"232":{"tf":1.7320508075688772},"247":{"tf":1.4142135623730951},"248":{"tf":1.0},"252":{"tf":1.4142135623730951},"298":{"tf":1.0},"307":{"tf":1.4142135623730951},"351":{"tf":1.0},"355":{"tf":2.23606797749979},"365":{"tf":1.0},"372":{"tf":1.4142135623730951},"381":{"tf":2.0}}}}}},"df":0,"docs":{}}}}},"u":{"df":1,"docs":{"63":{"tf":1.0}}}}}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"123":{"tf":1.0}}}},"df":44,"docs":{"10":{"tf":1.0},"100":{"tf":1.0},"119":{"tf":1.0},"122":{"tf":1.0},"137":{"tf":1.7320508075688772},"138":{"tf":1.4142135623730951},"141":{"tf":1.0},"142":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"154":{"tf":1.0},"156":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"169":{"tf":1.0},"177":{"tf":1.0},"18":{"tf":1.0},"187":{"tf":1.0},"205":{"tf":1.0},"226":{"tf":1.0},"241":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"25":{"tf":1.0},"259":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"28":{"tf":1.0},"303":{"tf":1.0},"322":{"tf":1.4142135623730951},"323":{"tf":1.0},"351":{"tf":1.0},"386":{"tf":1.0},"39":{"tf":1.7320508075688772},"40":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"62":{"tf":1.0},"69":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":3,"docs":{"126":{"tf":1.0},"368":{"tf":1.0},"4":{"tf":1.0}}}},"m":{"df":1,"docs":{"360":{"tf":1.0}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"164":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"354":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"119":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":4,"docs":{"270":{"tf":1.0},"322":{"tf":1.4142135623730951},"351":{"tf":1.4142135623730951},"62":{"tf":1.0}}}}}},"s":{"df":12,"docs":{"117":{"tf":1.0},"121":{"tf":1.0},"173":{"tf":1.0},"185":{"tf":1.0},"190":{"tf":1.0},"193":{"tf":1.0},"208":{"tf":1.0},"316":{"tf":1.0},"352":{"tf":1.0},"78":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.0}}}},"w":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"216":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{"0":{"df":1,"docs":{"207":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"172":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":11,"docs":{"138":{"tf":1.0},"172":{"tf":2.0},"205":{"tf":1.0},"218":{"tf":1.0},"304":{"tf":1.0},"354":{"tf":1.0},"38":{"tf":1.0},"382":{"tf":1.0},"386":{"tf":1.4142135623730951},"55":{"tf":1.0},"58":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"k":{"df":1,"docs":{"75":{"tf":1.0}}},"l":{"df":7,"docs":{"115":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"385":{"tf":1.0},"50":{"tf":2.23606797749979},"86":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":27,"docs":{"100":{"tf":2.6457513110645907},"107":{"tf":1.4142135623730951},"113":{"tf":1.0},"115":{"tf":1.0},"120":{"tf":1.0},"142":{"tf":1.7320508075688772},"145":{"tf":1.0},"147":{"tf":1.0},"162":{"tf":1.0},"19":{"tf":1.0},"192":{"tf":1.0},"203":{"tf":1.0},"213":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"341":{"tf":1.4142135623730951},"342":{"tf":1.0},"352":{"tf":1.7320508075688772},"361":{"tf":2.6457513110645907},"365":{"tf":1.0},"372":{"tf":1.0},"378":{"tf":1.4142135623730951},"385":{"tf":1.0},"386":{"tf":1.0},"65":{"tf":1.0},"79":{"tf":1.7320508075688772},"98":{"tf":1.0}},"s":{"(":{"1":{"0":{"0":{"df":1,"docs":{"134":{"tf":1.0}}},"df":1,"docs":{"88":{"tf":1.0}}},"_":{"0":{"0":{"0":{"df":2,"docs":{"19":{"tf":1.0},"23":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"0":{"df":9,"docs":{"100":{"tf":1.4142135623730951},"107":{"tf":1.0},"111":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.0},"151":{"tf":1.0},"361":{"tf":1.4142135623730951},"79":{"tf":1.0},"83":{"tf":1.0}}},"df":0,"docs":{}},"3":{"0":{"df":1,"docs":{"129":{"tf":1.0}}},"df":0,"docs":{}},"5":{"0":{"df":7,"docs":{"133":{"tf":1.0},"135":{"tf":1.0},"341":{"tf":1.0},"342":{"tf":1.0},"343":{"tf":1.0},"350":{"tf":1.0},"40":{"tf":1.0}}},"df":3,"docs":{"194":{"tf":1.0},"195":{"tf":1.0},"198":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":6,"docs":{"100":{"tf":1.0},"352":{"tf":1.0},"361":{"tf":1.0},"365":{"tf":1.0},"372":{"tf":1.0},"378":{"tf":1.0}}}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"341":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"t":{"df":11,"docs":{"143":{"tf":1.0},"166":{"tf":1.0},"173":{"tf":1.0},"185":{"tf":1.0},"19":{"tf":1.0},"194":{"tf":1.0},"205":{"tf":1.0},"321":{"tf":1.0},"351":{"tf":1.0},"49":{"tf":1.0},"81":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"124":{"tf":1.0},"255":{"tf":1.0},"299":{"tf":1.0},"317":{"tf":1.0}}}},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"379":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":1,"docs":{"49":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"k":{"df":1,"docs":{"276":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"272":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"131":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"115":{"tf":1.0},"197":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"357":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"102":{"tf":1.4142135623730951},"139":{"tf":1.0},"386":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"164":{"tf":1.0},"227":{"tf":1.0}}}},"df":0,"docs":{},"l":{"d":{"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"368":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":18,"docs":{"1":{"tf":1.0},"104":{"tf":1.0},"111":{"tf":1.0},"137":{"tf":1.4142135623730951},"150":{"tf":1.0},"184":{"tf":1.0},"189":{"tf":1.0},"192":{"tf":1.0},"352":{"tf":1.0},"360":{"tf":1.0},"364":{"tf":1.0},"377":{"tf":1.0},"386":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":4,"docs":{"160":{"tf":1.0},"212":{"tf":1.0},"352":{"tf":1.0},"36":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":2,"docs":{"195":{"tf":1.0},"196":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"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":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"112":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"94":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"212":{"tf":1.0}}}},"df":0,"docs":{}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"(":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"269":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"(":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"269":{"tf":1.0}}}}}}},"df":0,"docs":{}},"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":{},"u":{"df":0,"docs":{},"n":{"_":{"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":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"2":{"0":{"df":7,"docs":{"100":{"tf":1.0},"101":{"tf":1.4142135623730951},"104":{"tf":1.0},"111":{"tf":1.0},"130":{"tf":1.0},"346":{"tf":1.0},"364":{"tf":1.0}}},"df":0,"docs":{}},"5":{"0":{"df":1,"docs":{"183":{"tf":1.0}}},"df":0,"docs":{}},"8":{"0":{"df":3,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"135":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"0":{"0":{"df":2,"docs":{"102":{"tf":1.0},"134":{"tf":1.0}}},"df":3,"docs":{"127":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":2,"docs":{"122":{"tf":1.0},"53":{"tf":1.0}}},"6":{"0":{"df":21,"docs":{"100":{"tf":1.4142135623730951},"104":{"tf":1.0},"112":{"tf":1.0},"122":{"tf":1.0},"128":{"tf":1.0},"133":{"tf":1.0},"151":{"tf":1.0},"19":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"198":{"tf":1.0},"32":{"tf":1.0},"4":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{}},"9":{"0":{"df":3,"docs":{"129":{"tf":1.0},"350":{"tf":1.0},"40":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":5,"docs":{"151":{"tf":1.0},"377":{"tf":1.0},"386":{"tf":1.0},"60":{"tf":1.0},"95":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"3":{"df":1,"docs":{"195":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"d":{"a":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"r":{"df":1,"docs":{"196":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":2,"docs":{"101":{"tf":1.0},"195":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":4,"docs":{"102":{"tf":1.0},"109":{"tf":1.0},"183":{"tf":1.0},"93":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"0":{"df":1,"docs":{"212":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"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":{},"x":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":3,"docs":{"100":{"tf":1.0},"195":{"tf":1.0},"198":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"197":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"138":{"tf":1.4142135623730951},"139":{"tf":1.4142135623730951},"189":{"tf":1.0},"298":{"tf":1.0},"380":{"tf":1.0},"52":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":16,"docs":{"100":{"tf":1.0},"122":{"tf":1.4142135623730951},"13":{"tf":1.0},"138":{"tf":1.0},"141":{"tf":1.0},"174":{"tf":1.0},"19":{"tf":1.0},"241":{"tf":1.0},"246":{"tf":1.0},"278":{"tf":1.0},"294":{"tf":1.0},"298":{"tf":1.0},"337":{"tf":1.0},"351":{"tf":1.0},"354":{"tf":1.0},"63":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":2,"docs":{"352":{"tf":1.0},"360":{"tf":1.0}}}},"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"153":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"k":{"df":21,"docs":{"137":{"tf":1.7320508075688772},"14":{"tf":1.0},"141":{"tf":1.0},"149":{"tf":1.0},"153":{"tf":1.0},"17":{"tf":1.0},"172":{"tf":1.4142135623730951},"182":{"tf":1.0},"19":{"tf":1.0},"199":{"tf":1.0},"2":{"tf":1.0},"272":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"318":{"tf":1.0},"321":{"tf":1.0},"352":{"tf":1.0},"358":{"tf":1.4142135623730951},"367":{"tf":1.4142135623730951},"49":{"tf":1.0},"96":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":20,"docs":{"121":{"tf":1.0},"148":{"tf":1.0},"153":{"tf":1.0},"213":{"tf":1.0},"215":{"tf":1.0},"228":{"tf":1.0},"232":{"tf":1.0},"236":{"tf":1.0},"252":{"tf":1.0},"274":{"tf":1.4142135623730951},"275":{"tf":1.0},"278":{"tf":1.0},"282":{"tf":1.4142135623730951},"296":{"tf":1.0},"35":{"tf":2.0},"36":{"tf":1.0},"369":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.0}},"s":{"[":{"\"":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"35":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{")":{".":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"5":{".":{"0":{"df":1,"docs":{"362":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"193":{"tf":1.0},"195":{"tf":1.0}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"c":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"138":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"197":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":137,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"100":{"tf":1.4142135623730951},"101":{"tf":1.7320508075688772},"102":{"tf":2.0},"105":{"tf":1.7320508075688772},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"11":{"tf":1.0},"111":{"tf":1.7320508075688772},"113":{"tf":1.0},"114":{"tf":1.4142135623730951},"115":{"tf":1.0},"117":{"tf":1.4142135623730951},"118":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.7320508075688772},"126":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"13":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"137":{"tf":2.8284271247461903},"138":{"tf":1.4142135623730951},"139":{"tf":1.0},"14":{"tf":1.7320508075688772},"140":{"tf":1.0},"141":{"tf":2.0},"142":{"tf":1.0},"147":{"tf":1.0},"15":{"tf":1.4142135623730951},"150":{"tf":1.0},"159":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"172":{"tf":2.23606797749979},"173":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.7320508075688772},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.4142135623730951},"182":{"tf":1.4142135623730951},"184":{"tf":1.0},"19":{"tf":1.4142135623730951},"192":{"tf":2.23606797749979},"195":{"tf":1.4142135623730951},"197":{"tf":1.4142135623730951},"2":{"tf":1.7320508075688772},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":2.8284271247461903},"204":{"tf":2.23606797749979},"205":{"tf":1.0},"207":{"tf":1.7320508075688772},"208":{"tf":1.0},"209":{"tf":1.4142135623730951},"210":{"tf":2.23606797749979},"211":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":2.0},"218":{"tf":1.0},"223":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.7320508075688772},"227":{"tf":2.0},"23":{"tf":1.0},"237":{"tf":1.0},"241":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"247":{"tf":1.0},"26":{"tf":1.0},"261":{"tf":1.0},"270":{"tf":1.0},"298":{"tf":1.0},"3":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"33":{"tf":1.0},"342":{"tf":1.4142135623730951},"343":{"tf":1.4142135623730951},"344":{"tf":1.0},"35":{"tf":1.7320508075688772},"351":{"tf":1.0},"352":{"tf":1.4142135623730951},"356":{"tf":2.23606797749979},"36":{"tf":1.0},"361":{"tf":2.23606797749979},"362":{"tf":1.4142135623730951},"364":{"tf":1.0},"365":{"tf":1.0},"37":{"tf":1.4142135623730951},"371":{"tf":1.0},"375":{"tf":1.0},"377":{"tf":1.4142135623730951},"378":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"380":{"tf":1.0},"384":{"tf":1.0},"385":{"tf":2.0},"386":{"tf":2.23606797749979},"40":{"tf":1.4142135623730951},"44":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.4142135623730951},"64":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.0},"74":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":1.7320508075688772},"80":{"tf":1.0},"81":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.0},"96":{"tf":1.4142135623730951},"97":{"tf":1.7320508075688772},"98":{"tf":1.4142135623730951},"99":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"148":{"tf":1.0},"178":{"tf":1.0}}}},"df":0,"docs":{}}}}}},":":{":":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":2,"docs":{"102":{"tf":1.0},"183":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"198":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"{":{"d":{"a":{"df":1,"docs":{"195":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":3,"docs":{"118":{"tf":1.0},"298":{"tf":1.0},"65":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}}}}},"l":{"d":{"df":2,"docs":{"139":{"tf":1.0},"176":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"190":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":3,"docs":{"126":{"tf":1.0},"19":{"tf":1.0},"205":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"199":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"322":{"tf":1.0},"367":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":13,"docs":{"11":{"tf":1.0},"115":{"tf":1.0},"148":{"tf":1.0},"19":{"tf":1.4142135623730951},"318":{"tf":1.4142135623730951},"32":{"tf":1.0},"322":{"tf":1.0},"367":{"tf":1.0},"46":{"tf":1.7320508075688772},"48":{"tf":1.0},"7":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"19":{"tf":1.0},"321":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"85":{"tf":1.0}}}}}}},"x":{"8":{"6":{"_":{"6":{"4":{"df":3,"docs":{"251":{"tf":1.0},"298":{"tf":1.0},"303":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"274":{"tf":1.0},"360":{"tf":1.0}}}}},"df":2,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":2.0}},"z":{"df":0,"docs":{},"f":{"df":1,"docs":{"236":{"tf":1.0}}}}},"y":{"df":2,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":2.0}},"e":{"df":8,"docs":{"164":{"tf":1.0},"165":{"tf":2.6457513110645907},"228":{"tf":1.0},"294":{"tf":1.0},"296":{"tf":1.4142135623730951},"297":{"tf":1.0},"385":{"tf":1.0},"41":{"tf":1.0}}},"o":{"df":0,"docs":{},"u":{"'":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":15,"docs":{"220":{"tf":1.0},"32":{"tf":1.0},"337":{"tf":1.0},"353":{"tf":1.0},"354":{"tf":1.0},"355":{"tf":1.0},"356":{"tf":1.0},"357":{"tf":1.0},"358":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":1.0},"361":{"tf":1.0},"362":{"tf":1.0},"363":{"tf":1.0},"364":{"tf":1.0}}}},"r":{"df":11,"docs":{"102":{"tf":1.0},"115":{"tf":1.0},"16":{"tf":1.0},"173":{"tf":1.7320508075688772},"190":{"tf":1.0},"214":{"tf":1.0},"232":{"tf":1.0},"324":{"tf":1.0},"355":{"tf":1.0},"381":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"217":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"216":{"tf":1.0}}}}}}},"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"(":{"df":0,"docs":{},"|":{"df":0,"docs":{},"w":{"df":1,"docs":{"216":{"tf":1.0}}}}},"<":{"df":0,"docs":{},"f":{">":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"216":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"216":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"218":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"218":{"tf":1.4142135623730951}}}}}},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"217":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"217":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"216":{"tf":2.6457513110645907}}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"216":{"tf":1.4142135623730951}}}}}}}},"df":1,"docs":{"216":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"’":{"df":0,"docs":{},"r":{"df":1,"docs":{"184":{"tf":1.0}}}}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":7,"docs":{"100":{"tf":1.0},"19":{"tf":1.0},"195":{"tf":1.0},"198":{"tf":1.0},"251":{"tf":1.0},"364":{"tf":1.0},"386":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"c":{"df":2,"docs":{"246":{"tf":1.0},"294":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"breadcrumbs":{"root":{"0":{".":{"0":{"df":1,"docs":{"305":{"tf":1.0}}},"2":{"0":{"2":{"4":{"df":5,"docs":{"299":{"tf":1.0},"318":{"tf":1.4142135623730951},"363":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"8":{"df":1,"docs":{"354":{"tf":1.0}}},"df":0,"docs":{}},"9":{"df":4,"docs":{"25":{"tf":1.0},"385":{"tf":1.0},"50":{"tf":1.4142135623730951},"53":{"tf":1.7320508075688772}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"323":{"tf":1.0}}}}}},"/":{"*":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"100":{"tf":1.0},"101":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":3,"docs":{"299":{"tf":1.4142135623730951},"318":{"tf":1.7320508075688772},"363":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"1":{"df":0,"docs":{},"t":{"1":{"0":{"df":2,"docs":{"367":{"tf":1.0},"368":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":25,"docs":{"15":{"tf":1.0},"172":{"tf":1.0},"178":{"tf":1.0},"19":{"tf":1.0},"255":{"tf":1.0},"260":{"tf":1.0},"266":{"tf":1.4142135623730951},"283":{"tf":1.0},"297":{"tf":1.4142135623730951},"298":{"tf":1.4142135623730951},"299":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.4142135623730951},"304":{"tf":1.0},"307":{"tf":1.0},"318":{"tf":1.4142135623730951},"321":{"tf":1.4142135623730951},"322":{"tf":1.0},"323":{"tf":1.4142135623730951},"328":{"tf":1.0},"357":{"tf":1.0},"360":{"tf":1.0},"367":{"tf":1.4142135623730951},"368":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951}}},"1":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"90":{"tf":1.0}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"26":{"tf":1.0},"28":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"1":{"_":{"0":{"0":{"0":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"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":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"6":{"0":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},",":{"0":{"0":{"0":{"df":2,"docs":{"22":{"tf":1.0},"23":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"0":{"df":1,"docs":{"305":{"tf":1.0}}},"2":{"0":{"2":{"4":{"df":3,"docs":{"299":{"tf":1.0},"318":{"tf":1.0},"363":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"323":{"tf":1.0}}}}}},"0":{".":{"0":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}},"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"df":1,"docs":{"145":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":4,"docs":{"246":{"tf":1.0},"322":{"tf":1.4142135623730951},"354":{"tf":1.4142135623730951},"368":{"tf":1.4142135623730951}},"m":{"df":1,"docs":{"138":{"tf":1.0}}}},"df":15,"docs":{"100":{"tf":1.4142135623730951},"107":{"tf":1.0},"112":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.4142135623730951},"122":{"tf":1.0},"133":{"tf":1.0},"164":{"tf":1.0},"166":{"tf":1.0},"227":{"tf":1.0},"361":{"tf":1.4142135623730951},"363":{"tf":1.4142135623730951},"364":{"tf":1.4142135623730951},"79":{"tf":1.4142135623730951},"85":{"tf":2.0}},"m":{"df":2,"docs":{"123":{"tf":1.0},"138":{"tf":1.0}}},"v":{"2":{"df":0,"docs":{},"e":{"df":1,"docs":{"276":{"tf":1.0}}}},"df":0,"docs":{}}},"1":{"df":1,"docs":{"364":{"tf":1.4142135623730951}}},"2":{"0":{"0":{"df":1,"docs":{"304":{"tf":1.0}}},"df":13,"docs":{"101":{"tf":1.0},"123":{"tf":1.7320508075688772},"251":{"tf":1.0},"27":{"tf":1.0},"274":{"tf":1.4142135623730951},"279":{"tf":1.0},"290":{"tf":1.0},"295":{"tf":1.4142135623730951},"304":{"tf":1.0},"346":{"tf":1.0},"385":{"tf":1.0},"81":{"tf":1.0},"86":{"tf":1.4142135623730951}},"m":{"b":{"df":3,"docs":{"238":{"tf":1.0},"239":{"tf":1.0},"356":{"tf":1.0}}},"df":0,"docs":{}}},"7":{".":{"0":{".":{"0":{".":{"1":{"df":2,"docs":{"260":{"tf":1.0},"301":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"100":{"tf":1.0}}},"df":5,"docs":{"299":{"tf":1.4142135623730951},"318":{"tf":1.7320508075688772},"363":{"tf":1.4142135623730951},"367":{"tf":1.0},"368":{"tf":1.0}},"g":{"b":{"df":1,"docs":{"362":{"tf":1.0}}},"df":0,"docs":{}}},"3":{"0":{"0":{"0":{":":{"3":{"0":{"0":{"0":{"df":1,"docs":{"360":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"df":1,"docs":{"362":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"4":{"df":3,"docs":{"274":{"tf":1.0},"276":{"tf":1.0},"385":{"tf":1.0}}},"5":{"df":2,"docs":{"274":{"tf":1.0},"276":{"tf":1.0}}},"8":{"0":{"8":{"0":{"df":3,"docs":{"243":{"tf":1.0},"360":{"tf":2.23606797749979},"365":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"102":{"tf":1.0}}},"df":0,"docs":{},"t":{"1":{"4":{"df":3,"docs":{"299":{"tf":1.4142135623730951},"318":{"tf":1.7320508075688772},"363":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"9":{"0":{"9":{"0":{":":{"9":{"0":{"9":{"0":{"df":1,"docs":{"360":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":83,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.0},"102":{"tf":1.4142135623730951},"104":{"tf":1.4142135623730951},"111":{"tf":1.4142135623730951},"117":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.7320508075688772},"145":{"tf":2.23606797749979},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"159":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"161":{"tf":1.4142135623730951},"164":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.0},"19":{"tf":3.1622776601683795},"205":{"tf":1.0},"21":{"tf":2.0},"227":{"tf":1.0},"23":{"tf":1.7320508075688772},"234":{"tf":1.7320508075688772},"239":{"tf":1.4142135623730951},"246":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.7320508075688772},"250":{"tf":2.0},"251":{"tf":1.4142135623730951},"255":{"tf":1.4142135623730951},"257":{"tf":1.7320508075688772},"260":{"tf":1.4142135623730951},"264":{"tf":1.0},"266":{"tf":1.4142135623730951},"268":{"tf":1.0},"269":{"tf":1.0},"274":{"tf":2.0},"279":{"tf":1.0},"28":{"tf":1.7320508075688772},"290":{"tf":1.4142135623730951},"295":{"tf":1.4142135623730951},"297":{"tf":1.0},"298":{"tf":1.4142135623730951},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"304":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.4142135623730951},"318":{"tf":1.4142135623730951},"32":{"tf":1.0},"321":{"tf":1.0},"322":{"tf":1.4142135623730951},"323":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"331":{"tf":1.0},"332":{"tf":1.0},"333":{"tf":1.0},"354":{"tf":1.4142135623730951},"355":{"tf":1.4142135623730951},"356":{"tf":1.4142135623730951},"357":{"tf":1.4142135623730951},"358":{"tf":1.4142135623730951},"359":{"tf":2.0},"362":{"tf":1.0},"364":{"tf":1.4142135623730951},"367":{"tf":1.0},"368":{"tf":2.23606797749979},"370":{"tf":1.4142135623730951},"383":{"tf":1.4142135623730951},"384":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"78":{"tf":1.7320508075688772},"86":{"tf":1.0},"88":{"tf":1.4142135623730951},"95":{"tf":1.0}},"h":{"df":1,"docs":{"123":{"tf":1.0}}},"s":{"df":1,"docs":{"139":{"tf":2.0}}}},"2":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"90":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"0":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}},"0":{"0":{"df":0,"docs":{},"m":{"df":1,"docs":{"139":{"tf":1.4142135623730951}}}},"df":11,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.4142135623730951},"102":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"122":{"tf":1.0},"133":{"tf":1.0},"274":{"tf":1.0},"304":{"tf":1.0},"32":{"tf":1.4142135623730951},"342":{"tf":1.0}}},"3":{"df":1,"docs":{"101":{"tf":1.0}}},"5":{"df":1,"docs":{"274":{"tf":1.0}}},"7":{"df":4,"docs":{"25":{"tf":1.0},"385":{"tf":1.0},"50":{"tf":1.4142135623730951},"53":{"tf":1.0}}},">":{"&":{"1":{"df":2,"docs":{"274":{"tf":1.0},"368":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"274":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":51,"docs":{"101":{"tf":2.0},"102":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.4142135623730951},"108":{"tf":1.0},"112":{"tf":1.4142135623730951},"115":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"124":{"tf":1.0},"132":{"tf":1.7320508075688772},"15":{"tf":1.4142135623730951},"164":{"tf":1.0},"205":{"tf":1.0},"22":{"tf":1.4142135623730951},"227":{"tf":1.0},"235":{"tf":1.4142135623730951},"239":{"tf":1.0},"247":{"tf":1.0},"25":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.4142135623730951},"264":{"tf":1.0},"27":{"tf":1.7320508075688772},"276":{"tf":1.0},"28":{"tf":1.0},"283":{"tf":1.4142135623730951},"295":{"tf":1.4142135623730951},"304":{"tf":1.0},"32":{"tf":1.0},"343":{"tf":1.0},"350":{"tf":1.0},"355":{"tf":1.4142135623730951},"357":{"tf":1.0},"359":{"tf":1.0},"362":{"tf":1.0},"364":{"tf":1.0},"371":{"tf":1.4142135623730951},"375":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.7320508075688772},"58":{"tf":1.4142135623730951},"79":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"86":{"tf":1.0},"89":{"tf":1.4142135623730951},"95":{"tf":1.0}},"s":{"df":4,"docs":{"25":{"tf":1.0},"385":{"tf":1.7320508075688772},"50":{"tf":1.0},"53":{"tf":1.4142135623730951}}}},"3":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"90":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{"0":{":":{"3":{"0":{"0":{"0":{"df":1,"docs":{"360":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"121":{"tf":1.0},"123":{"tf":1.4142135623730951}},"m":{"df":1,"docs":{"138":{"tf":1.0}}}},"df":20,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"104":{"tf":1.0},"117":{"tf":1.0},"121":{"tf":1.0},"123":{"tf":1.4142135623730951},"133":{"tf":1.0},"276":{"tf":1.0},"299":{"tf":1.4142135623730951},"304":{"tf":1.0},"318":{"tf":1.7320508075688772},"362":{"tf":1.0},"363":{"tf":1.4142135623730951},"367":{"tf":1.0},"368":{"tf":1.0},"385":{"tf":1.4142135623730951},"50":{"tf":1.0},"81":{"tf":1.0},"86":{"tf":1.0},"95":{"tf":1.0}}},"1":{"0":{"0":{"df":1,"docs":{"243":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"0":{"0":{"df":1,"docs":{"123":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":51,"docs":{"102":{"tf":1.7320508075688772},"104":{"tf":1.0},"115":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"124":{"tf":1.0},"132":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"205":{"tf":1.0},"23":{"tf":1.4142135623730951},"234":{"tf":1.0},"236":{"tf":1.4142135623730951},"239":{"tf":1.0},"246":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.7320508075688772},"250":{"tf":2.0},"257":{"tf":1.0},"268":{"tf":1.0},"27":{"tf":1.4142135623730951},"274":{"tf":1.0},"279":{"tf":1.0},"290":{"tf":1.0},"297":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"304":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.0},"32":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"331":{"tf":1.0},"332":{"tf":1.0},"333":{"tf":1.0},"354":{"tf":1.0},"356":{"tf":1.4142135623730951},"359":{"tf":1.0},"361":{"tf":1.0},"362":{"tf":1.0},"372":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"78":{"tf":1.0},"80":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"95":{"tf":1.0}},"v":{"1":{"df":0,"docs":{},"e":{"df":3,"docs":{"274":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0}}}},"df":0,"docs":{}},"x":{"2":{"df":2,"docs":{"260":{"tf":1.0},"295":{"tf":1.0}}},"df":0,"docs":{}}},"4":{"0":{"9":{"6":{"df":2,"docs":{"362":{"tf":1.0},"365":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"385":{"tf":1.0}}},"4":{"0":{"0":{"df":1,"docs":{"305":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"367":{"tf":1.0},"368":{"tf":1.0}}}}}},"df":0,"docs":{}},"8":{"df":1,"docs":{"360":{"tf":1.0}}},"df":15,"docs":{"101":{"tf":1.0},"108":{"tf":1.0},"132":{"tf":1.4142135623730951},"205":{"tf":1.0},"206":{"tf":1.0},"24":{"tf":1.4142135623730951},"247":{"tf":1.0},"32":{"tf":1.0},"357":{"tf":1.4142135623730951},"359":{"tf":1.0},"362":{"tf":1.4142135623730951},"373":{"tf":1.4142135623730951},"385":{"tf":1.0},"60":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951}}},"5":{"0":{"0":{"df":2,"docs":{"19":{"tf":1.0},"23":{"tf":1.0}}},"df":3,"docs":{"104":{"tf":1.0},"145":{"tf":1.0},"341":{"tf":1.0}}},"4":{"df":1,"docs":{"385":{"tf":1.0}}},"df":30,"docs":{"100":{"tf":1.0},"107":{"tf":1.0},"123":{"tf":1.0},"133":{"tf":1.0},"164":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"205":{"tf":1.0},"227":{"tf":1.4142135623730951},"23":{"tf":1.0},"247":{"tf":1.0},"25":{"tf":1.4142135623730951},"295":{"tf":1.4142135623730951},"304":{"tf":2.0},"32":{"tf":1.0},"342":{"tf":1.0},"350":{"tf":1.0},"354":{"tf":1.0},"358":{"tf":1.4142135623730951},"359":{"tf":1.0},"362":{"tf":1.0},"364":{"tf":1.0},"374":{"tf":1.4142135623730951},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"79":{"tf":1.4142135623730951},"81":{"tf":1.0},"82":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951}},"v":{"1":{"df":0,"docs":{},"e":{"df":3,"docs":{"274":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0}}}},"df":0,"docs":{}}},"6":{"0":{"0":{"df":2,"docs":{"100":{"tf":1.0},"123":{"tf":1.0}}},"df":50,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.0},"121":{"tf":1.0},"123":{"tf":1.4142135623730951},"145":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"19":{"tf":1.4142135623730951},"234":{"tf":1.0},"239":{"tf":1.0},"246":{"tf":1.0},"248":{"tf":1.7320508075688772},"25":{"tf":1.0},"250":{"tf":2.0},"255":{"tf":1.0},"260":{"tf":1.0},"266":{"tf":1.0},"268":{"tf":1.0},"28":{"tf":1.0},"295":{"tf":1.0},"297":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"331":{"tf":1.0},"332":{"tf":1.0},"333":{"tf":1.0},"355":{"tf":1.0},"356":{"tf":1.0},"357":{"tf":1.0},"358":{"tf":1.0},"359":{"tf":1.0},"368":{"tf":1.0},"383":{"tf":1.0},"384":{"tf":1.0},"385":{"tf":1.0},"50":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"86":{"tf":2.23606797749979},"95":{"tf":1.0}}},"df":6,"docs":{"205":{"tf":1.0},"247":{"tf":1.0},"26":{"tf":1.4142135623730951},"359":{"tf":1.4142135623730951},"375":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951}}},"7":{"df":3,"docs":{"274":{"tf":1.4142135623730951},"281":{"tf":1.0},"360":{"tf":1.4142135623730951}}},"8":{"df":3,"docs":{"102":{"tf":1.0},"15":{"tf":1.4142135623730951},"361":{"tf":1.4142135623730951}},"g":{"b":{"df":2,"docs":{"362":{"tf":1.0},"365":{"tf":1.0}}},"df":0,"docs":{}}},"9":{"0":{"0":{"0":{"df":1,"docs":{"122":{"tf":1.0}}},"df":0,"docs":{}},"9":{"0":{":":{"9":{"0":{"9":{"0":{"df":1,"docs":{"360":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"385":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0}}},"df":1,"docs":{"362":{"tf":1.4142135623730951}}},"_":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"122":{"tf":1.0}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"x":{"df":4,"docs":{"203":{"tf":1.0},"207":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"_":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"348":{"tf":1.7320508075688772}}}}}}}},"df":4,"docs":{"151":{"tf":1.0},"216":{"tf":1.0},"269":{"tf":1.0},"4":{"tf":1.0}},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":12,"docs":{"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"19":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"349":{"tf":1.0},"350":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"172":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":5,"docs":{"216":{"tf":1.0},"217":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":1,"docs":{"172":{"tf":1.0}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"82":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"203":{"tf":1.0},"210":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"218":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"40":{"tf":1.0}}}}}}},"a":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"[":{"1":{"df":1,"docs":{"76":{"tf":1.0}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"6":{"4":{"df":2,"docs":{"298":{"tf":1.0},"303":{"tf":1.0}},"|":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{"df":1,"docs":{"251":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"b":{"c":{"1":{"2":{"3":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"4":{"5":{"6":{"df":1,"docs":{"362":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"139":{"tf":1.0},"140":{"tf":1.0},"386":{"tf":1.0}}}},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"371":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"180":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"1":{"tf":1.0},"191":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"141":{"tf":1.7320508075688772}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":5,"docs":{"137":{"tf":1.4142135623730951},"138":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.0},"143":{"tf":1.0}},"e":{"d":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"139":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"df":25,"docs":{"112":{"tf":1.0},"114":{"tf":1.0},"126":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.4142135623730951},"171":{"tf":1.4142135623730951},"174":{"tf":1.0},"178":{"tf":1.4142135623730951},"226":{"tf":1.0},"273":{"tf":1.0},"291":{"tf":1.4142135623730951},"320":{"tf":1.4142135623730951},"322":{"tf":1.0},"326":{"tf":1.0},"328":{"tf":1.0},"332":{"tf":1.0},"358":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":1.7320508075688772},"47":{"tf":1.4142135623730951},"73":{"tf":1.0}},"—":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"141":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"383":{"tf":1.0},"53":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":7,"docs":{"100":{"tf":2.0},"107":{"tf":1.0},"182":{"tf":1.0},"22":{"tf":1.4142135623730951},"341":{"tf":1.0},"385":{"tf":1.0},"79":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"386":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"@":{"df":0,"docs":{},"v":{"2":{"df":1,"docs":{"274":{"tf":1.0}}},"df":0,"docs":{}}},"df":15,"docs":{"116":{"tf":1.0},"138":{"tf":1.0},"14":{"tf":1.0},"180":{"tf":1.0},"192":{"tf":1.0},"274":{"tf":2.0},"291":{"tf":1.0},"386":{"tf":1.4142135623730951},"51":{"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}},"s":{"/":{"c":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"@":{"df":0,"docs":{},"v":{"3":{"df":2,"docs":{"274":{"tf":2.23606797749979},"280":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"@":{"df":0,"docs":{},"v":{"4":{"df":1,"docs":{"274":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"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":1,"docs":{"236":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":3,"docs":{"121":{"tf":1.0},"274":{"tf":1.7320508075688772},"281":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"v":{"df":16,"docs":{"101":{"tf":1.0},"125":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":1.0},"192":{"tf":1.0},"203":{"tf":1.0},"210":{"tf":1.0},"305":{"tf":1.0},"324":{"tf":1.0},"38":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"53":{"tf":1.0},"61":{"tf":1.0},"80":{"tf":1.0},"86":{"tf":1.0},"97":{"tf":1.4142135623730951}},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":2,"docs":{"139":{"tf":1.0},"53":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"115":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":9,"docs":{"138":{"tf":1.0},"140":{"tf":1.0},"172":{"tf":1.4142135623730951},"353":{"tf":1.0},"365":{"tf":1.0},"368":{"tf":1.4142135623730951},"371":{"tf":1.0},"52":{"tf":1.0},"66":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":5,"docs":{"131":{"tf":1.0},"137":{"tf":1.0},"140":{"tf":1.0},"65":{"tf":1.0},"79":{"tf":1.0}}}}},"d":{"df":28,"docs":{"102":{"tf":1.4142135623730951},"105":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.4142135623730951},"124":{"tf":1.0},"125":{"tf":1.4142135623730951},"14":{"tf":1.4142135623730951},"203":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"212":{"tf":1.0},"214":{"tf":1.4142135623730951},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"246":{"tf":1.0},"276":{"tf":1.0},"289":{"tf":1.0},"294":{"tf":1.0},"32":{"tf":1.0},"322":{"tf":1.0},"351":{"tf":1.0},"358":{"tf":1.0},"368":{"tf":1.0},"371":{"tf":1.0},"55":{"tf":1.0},"74":{"tf":2.0},"95":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"270":{"tf":1.0},"323":{"tf":1.0},"351":{"tf":1.0},"386":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"140":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":5,"docs":{"260":{"tf":1.0},"301":{"tf":1.0},"305":{"tf":1.0},"360":{"tf":1.4142135623730951},"372":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"360":{"tf":1.0}}}}}}}},"df":17,"docs":{"105":{"tf":1.0},"119":{"tf":1.0},"138":{"tf":1.0},"140":{"tf":1.0},"182":{"tf":1.0},"192":{"tf":1.0},"203":{"tf":1.4142135623730951},"204":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"206":{"tf":1.7320508075688772},"207":{"tf":1.4142135623730951},"209":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.4142135623730951},"217":{"tf":1.4142135623730951},"218":{"tf":1.4142135623730951},"98":{"tf":1.0}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"125":{"tf":1.0},"140":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.4142135623730951},"276":{"tf":1.0},"364":{"tf":1.0},"374":{"tf":1.0},"53":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"327":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"16":{"tf":1.0}}}}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":17,"docs":{"131":{"tf":2.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.4142135623730951},"139":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"15":{"tf":1.4142135623730951},"305":{"tf":1.4142135623730951},"322":{"tf":1.0},"385":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"138":{"tf":1.0},"141":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"182":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"141":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"102":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"104":{"tf":1.0},"250":{"tf":1.0}}}}}}},"df":1,"docs":{"358":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":4,"docs":{"174":{"tf":1.0},"204":{"tf":1.0},"55":{"tf":1.0},"61":{"tf":1.0}}},"s":{"df":0,"docs":{},"s":{"df":6,"docs":{"117":{"tf":1.0},"121":{"tf":1.0},"132":{"tf":1.0},"135":{"tf":1.7320508075688772},"280":{"tf":1.4142135623730951},"352":{"tf":1.0}},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"135":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"227":{"tf":1.7320508075688772}}}}}},"o":{"df":1,"docs":{"362":{"tf":1.0}}}},"l":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"df":1,"docs":{"16":{"tf":1.0}}}}}}}}},"i":{"a":{"df":4,"docs":{"298":{"tf":1.0},"301":{"tf":1.0},"303":{"tf":1.0},"322":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":3,"docs":{"115":{"tf":1.4142135623730951},"125":{"tf":1.0},"385":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"122":{"tf":1.0}}},"df":0,"docs":{},"w":{"df":12,"docs":{"101":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":1.0},"147":{"tf":1.0},"168":{"tf":1.0},"251":{"tf":1.4142135623730951},"364":{"tf":1.0},"377":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"95":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"138":{"tf":1.0},"141":{"tf":1.0},"182":{"tf":1.0},"65":{"tf":1.0}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":7,"docs":{"18":{"tf":1.0},"232":{"tf":1.0},"297":{"tf":1.0},"355":{"tf":1.0},"360":{"tf":1.4142135623730951},"381":{"tf":1.0},"382":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":5,"docs":{"126":{"tf":1.0},"19":{"tf":1.0},"260":{"tf":1.0},"28":{"tf":1.0},"39":{"tf":1.0}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":11,"docs":{"180":{"tf":1.0},"241":{"tf":1.0},"246":{"tf":1.0},"274":{"tf":2.0},"278":{"tf":1.0},"281":{"tf":1.0},"297":{"tf":1.0},"306":{"tf":1.0},"368":{"tf":1.0},"385":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"d":{"6":{"4":{"df":5,"docs":{"18":{"tf":1.0},"244":{"tf":1.0},"259":{"tf":1.0},"303":{"tf":1.0},"351":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"323":{"tf":1.0}}}},"z":{"df":1,"docs":{"14":{"tf":1.0}}}}}},"d":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"153":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":9,"docs":{"66":{"tf":2.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}}}}},"o":{"df":1,"docs":{"360":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"130":{"tf":1.0},"188":{"tf":1.0},"360":{"tf":1.0},"382":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"122":{"tf":1.4142135623730951}}}},"y":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"205":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{":":{":":{"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":18,"docs":{"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"151":{"tf":1.0},"19":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"349":{"tf":1.0},"350":{"tf":1.0},"4":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.4142135623730951},"90":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"i":{"df":54,"docs":{"0":{"tf":1.0},"101":{"tf":1.4142135623730951},"137":{"tf":1.0},"141":{"tf":3.7416573867739413},"142":{"tf":1.0},"148":{"tf":1.0},"151":{"tf":1.4142135623730951},"177":{"tf":1.0},"179":{"tf":1.4142135623730951},"188":{"tf":1.0},"189":{"tf":1.0},"19":{"tf":1.0},"190":{"tf":1.0},"193":{"tf":2.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.4142135623730951},"201":{"tf":1.4142135623730951},"205":{"tf":1.0},"208":{"tf":1.4142135623730951},"210":{"tf":1.0},"214":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.4142135623730951},"3":{"tf":1.0},"325":{"tf":1.4142135623730951},"328":{"tf":1.4142135623730951},"336":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.7320508075688772},"339":{"tf":1.0},"340":{"tf":1.0},"341":{"tf":1.0},"342":{"tf":1.0},"343":{"tf":1.0},"344":{"tf":1.0},"345":{"tf":1.0},"346":{"tf":1.0},"347":{"tf":1.0},"348":{"tf":1.0},"349":{"tf":1.0},"35":{"tf":1.4142135623730951},"350":{"tf":1.0},"36":{"tf":1.4142135623730951},"374":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.7320508075688772},"47":{"tf":1.4142135623730951},"68":{"tf":1.0},"96":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"299":{"tf":1.0},"319":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"137":{"tf":2.0},"354":{"tf":1.0},"364":{"tf":1.0}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":54,"docs":{"11":{"tf":1.0},"335":{"tf":1.7320508075688772},"336":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.0},"339":{"tf":1.0},"340":{"tf":1.0},"341":{"tf":1.0},"342":{"tf":1.0},"343":{"tf":1.0},"344":{"tf":1.0},"345":{"tf":1.0},"346":{"tf":1.0},"347":{"tf":1.0},"348":{"tf":1.0},"349":{"tf":1.0},"350":{"tf":1.0},"351":{"tf":1.0},"352":{"tf":1.0},"353":{"tf":1.0},"354":{"tf":1.0},"355":{"tf":1.0},"356":{"tf":1.0},"357":{"tf":1.0},"358":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":1.0},"361":{"tf":1.0},"362":{"tf":1.0},"363":{"tf":1.0},"364":{"tf":1.0},"365":{"tf":1.0},"366":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":1.0},"370":{"tf":1.0},"371":{"tf":1.0},"372":{"tf":1.0},"373":{"tf":1.0},"374":{"tf":1.0},"375":{"tf":1.0},"376":{"tf":1.0},"377":{"tf":1.0},"378":{"tf":1.0},"379":{"tf":1.0},"380":{"tf":1.0},"381":{"tf":1.0},"382":{"tf":1.0},"383":{"tf":1.0},"384":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"387":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":5,"docs":{"18":{"tf":1.0},"244":{"tf":1.0},"259":{"tf":1.4142135623730951},"303":{"tf":1.0},"351":{"tf":1.0}},"i":{"c":{"df":3,"docs":{"307":{"tf":1.0},"358":{"tf":1.0},"362":{"tf":1.0}}},"df":10,"docs":{"130":{"tf":1.0},"135":{"tf":1.0},"138":{"tf":1.0},"148":{"tf":1.0},"154":{"tf":1.0},"227":{"tf":1.0},"307":{"tf":1.4142135623730951},"343":{"tf":1.0},"344":{"tf":1.0},"51":{"tf":1.0}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"137":{"tf":1.0},"139":{"tf":1.0},"30":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":6,"docs":{"102":{"tf":1.0},"137":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"228":{"tf":1.0},"365":{"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":1,"docs":{"385":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"c":{":":{":":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"(":{"&":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"171":{"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":{"(":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"u":{"6":{"4":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"0":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"171":{"tf":1.0}},"h":{"df":1,"docs":{"303":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":19,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"29":{"tf":1.4142135623730951},"33":{"tf":1.7320508075688772},"34":{"tf":1.0},"35":{"tf":1.7320508075688772},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"387":{"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.7320508075688772},"47":{"tf":1.0}}}}}},"df":0,"docs":{}}},"v":{"df":1,"docs":{"62":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":2,"docs":{"354":{"tf":1.0},"361":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"222":{"tf":1.0},"329":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"155":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"137":{"tf":1.4142135623730951}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"@":{"df":0,"docs":{},"v":{"3":{"df":4,"docs":{"121":{"tf":1.0},"236":{"tf":1.0},"274":{"tf":1.7320508075688772},"281":{"tf":1.0}}},"df":0,"docs":{}}},"df":15,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"121":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.0},"156":{"tf":1.4142135623730951},"226":{"tf":1.0},"236":{"tf":1.0},"274":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"291":{"tf":1.7320508075688772},"299":{"tf":1.0},"351":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":12,"docs":{"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}}}},"df":0,"docs":{}}}}}},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"171":{"tf":1.0}}}}}},"df":0,"docs":{},"k":{"df":3,"docs":{"336":{"tf":1.0},"337":{"tf":1.0},"54":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"219":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"192":{"tf":1.0},"65":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":18,"docs":{"117":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"139":{"tf":1.0},"142":{"tf":1.0},"147":{"tf":1.0},"180":{"tf":1.0},"188":{"tf":1.4142135623730951},"192":{"tf":1.0},"204":{"tf":1.4142135623730951},"211":{"tf":1.0},"31":{"tf":1.0},"345":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"53":{"tf":1.0},"94":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"125":{"tf":1.0},"61":{"tf":1.0}}}},"t":{"df":37,"docs":{"213":{"tf":1.0},"220":{"tf":1.0},"223":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.4142135623730951},"228":{"tf":1.0},"237":{"tf":1.4142135623730951},"238":{"tf":1.4142135623730951},"239":{"tf":1.7320508075688772},"241":{"tf":1.7320508075688772},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.0},"250":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.0},"270":{"tf":1.0},"28":{"tf":1.0},"298":{"tf":2.23606797749979},"351":{"tf":1.0},"352":{"tf":1.4142135623730951},"356":{"tf":1.4142135623730951},"365":{"tf":1.0},"372":{"tf":1.0},"377":{"tf":1.4142135623730951},"380":{"tf":1.4142135623730951},"383":{"tf":1.0},"384":{"tf":1.7320508075688772},"42":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"45":{"tf":1.0},"66":{"tf":1.4142135623730951},"69":{"tf":1.0},"70":{"tf":1.0}},"s":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"41":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"z":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"121":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"z":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"\"":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"122":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"139":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":4,"docs":{"16":{"tf":1.4142135623730951},"297":{"tf":1.0},"368":{"tf":1.0},"53":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"115":{"tf":1.0},"206":{"tf":1.0},"50":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{":":{":":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":13,"docs":{"171":{"tf":1.0},"172":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":14,"docs":{"112":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"203":{"tf":1.4142135623730951},"204":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":35,"docs":{"112":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"151":{"tf":1.0},"171":{"tf":1.7320508075688772},"172":{"tf":1.7320508075688772},"173":{"tf":1.0},"174":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.4142135623730951},"19":{"tf":1.0},"203":{"tf":2.0},"204":{"tf":1.4142135623730951},"205":{"tf":1.0},"207":{"tf":1.0},"210":{"tf":1.4142135623730951},"211":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"328":{"tf":1.0},"349":{"tf":1.0},"350":{"tf":1.0},"4":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951},"90":{"tf":2.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"192":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"c":{":":{":":{"df":0,"docs":{},"{":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"u":{"6":{"4":{"df":1,"docs":{"171":{"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":{"c":{"df":0,"docs":{},"h":{"df":14,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"105":{"tf":1.0},"115":{"tf":1.0},"193":{"tf":1.0},"195":{"tf":1.0},"197":{"tf":1.4142135623730951},"212":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"76":{"tf":1.0},"79":{"tf":1.4142135623730951},"98":{"tf":1.0}}},"k":{"df":2,"docs":{"139":{"tf":1.0},"141":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"102":{"tf":1.4142135623730951},"225":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":30,"docs":{"114":{"tf":1.0},"116":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"36":{"tf":1.0},"48":{"tf":1.0},"54":{"tf":1.0},"7":{"tf":1.0},"75":{"tf":2.0},"76":{"tf":1.7320508075688772},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}}}}},"o":{"df":5,"docs":{"298":{"tf":1.0},"306":{"tf":1.0},"321":{"tf":1.0},"327":{"tf":1.0},"386":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"t":{"df":31,"docs":{"100":{"tf":1.0},"105":{"tf":1.4142135623730951},"122":{"tf":1.0},"169":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.0},"18":{"tf":1.0},"197":{"tf":1.0},"212":{"tf":1.0},"234":{"tf":1.0},"239":{"tf":1.0},"250":{"tf":1.0},"255":{"tf":1.0},"261":{"tf":1.0},"270":{"tf":1.0},"274":{"tf":1.0},"275":{"tf":1.0},"279":{"tf":1.0},"28":{"tf":1.0},"304":{"tf":1.0},"321":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"351":{"tf":1.0},"356":{"tf":1.0},"357":{"tf":1.0},"359":{"tf":1.0},"363":{"tf":1.0},"368":{"tf":1.0},"79":{"tf":1.0},"98":{"tf":1.0}}}},"df":5,"docs":{"15":{"tf":1.0},"220":{"tf":1.0},"222":{"tf":1.0},"229":{"tf":1.0},"271":{"tf":1.0}}},"n":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"305":{"tf":1.0}}}},"df":0,"docs":{}}}},"x":{"df":1,"docs":{"371":{"tf":1.0}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"\"":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"203":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":36,"docs":{"0":{"tf":1.0},"10":{"tf":1.4142135623730951},"100":{"tf":1.0},"101":{"tf":1.7320508075688772},"102":{"tf":1.0},"125":{"tf":1.4142135623730951},"139":{"tf":1.0},"140":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.7320508075688772},"159":{"tf":1.0},"16":{"tf":1.0},"161":{"tf":1.0},"165":{"tf":1.0},"170":{"tf":1.0},"187":{"tf":1.4142135623730951},"192":{"tf":1.0},"205":{"tf":1.0},"213":{"tf":1.0},"226":{"tf":1.4142135623730951},"237":{"tf":1.0},"243":{"tf":1.0},"263":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.4142135623730951},"328":{"tf":1.0},"356":{"tf":1.0},"361":{"tf":1.0},"365":{"tf":1.0},"379":{"tf":1.4142135623730951},"38":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"52":{"tf":1.0},"65":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"85":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"i":{"d":{"df":18,"docs":{"101":{"tf":1.0},"117":{"tf":1.4142135623730951},"120":{"tf":1.0},"122":{"tf":1.4142135623730951},"126":{"tf":1.0},"158":{"tf":1.0},"18":{"tf":1.0},"182":{"tf":1.0},"185":{"tf":1.0},"190":{"tf":1.0},"205":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"351":{"tf":1.4142135623730951},"363":{"tf":1.0},"39":{"tf":1.0},"52":{"tf":1.0},"71":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"210":{"tf":1.0},"211":{"tf":1.0}}}}},"df":0,"docs":{}}},"b":{"(":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"[":{"2":{"df":1,"docs":{"76":{"tf":1.0}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"115":{"tf":1.0},"149":{"tf":1.0},"169":{"tf":1.0},"185":{"tf":1.4142135623730951},"358":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"d":{"df":12,"docs":{"14":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":1.0},"227":{"tf":1.0},"267":{"tf":1.0},"299":{"tf":1.0},"305":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0},"58":{"tf":1.0},"65":{"tf":1.0},"66":{"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":{"169":{"tf":1.0}}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"137":{"tf":1.0},"138":{"tf":1.7320508075688772}},"e":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"137":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":1,"docs":{"306":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"d":{"df":6,"docs":{"122":{"tf":2.449489742783178},"137":{"tf":1.0},"177":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":6,"docs":{"241":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"383":{"tf":1.0},"384":{"tf":1.0},"70":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":5,"docs":{"137":{"tf":1.0},"140":{"tf":1.7320508075688772},"142":{"tf":2.0},"160":{"tf":1.0},"386":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":21,"docs":{"117":{"tf":1.0},"125":{"tf":1.0},"139":{"tf":1.0},"158":{"tf":1.0},"163":{"tf":1.0},"172":{"tf":1.0},"179":{"tf":1.0},"182":{"tf":1.0},"185":{"tf":1.0},"223":{"tf":1.0},"225":{"tf":1.0},"260":{"tf":1.4142135623730951},"266":{"tf":1.4142135623730951},"272":{"tf":1.0},"276":{"tf":1.0},"300":{"tf":1.4142135623730951},"304":{"tf":1.0},"326":{"tf":1.0},"386":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"192":{"tf":1.0},"204":{"tf":2.0},"211":{"tf":1.0},"375":{"tf":1.0},"59":{"tf":1.7320508075688772}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"368":{"tf":1.0}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"r":{"c":{"df":2,"docs":{"246":{"tf":1.0},"294":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"c":{"df":7,"docs":{"123":{"tf":1.0},"127":{"tf":1.0},"131":{"tf":1.0},"16":{"tf":1.7320508075688772},"164":{"tf":1.0},"181":{"tf":1.0},"226":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"137":{"tf":2.0},"172":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"35":{"tf":1.0}}}}}}}},"d":{"d":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"36":{"tf":1.0}}}}}}}}}},"df":2,"docs":{"274":{"tf":1.0},"275":{"tf":1.0}}},"df":0,"docs":{}},"df":3,"docs":{"138":{"tf":1.0},"34":{"tf":1.0},"76":{"tf":1.0}},"e":{"c":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"371":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"362":{"tf":1.0},"380":{"tf":1.0}}}}},"df":2,"docs":{"101":{"tf":1.0},"361":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":24,"docs":{"100":{"tf":1.0},"102":{"tf":1.0},"117":{"tf":1.0},"119":{"tf":1.4142135623730951},"124":{"tf":1.0},"172":{"tf":2.0},"192":{"tf":1.0},"203":{"tf":1.4142135623730951},"204":{"tf":1.4142135623730951},"205":{"tf":1.0},"223":{"tf":1.0},"225":{"tf":1.4142135623730951},"226":{"tf":1.0},"230":{"tf":1.0},"247":{"tf":1.0},"304":{"tf":1.0},"334":{"tf":1.0},"337":{"tf":1.0},"351":{"tf":1.0},"371":{"tf":1.0},"379":{"tf":1.0},"386":{"tf":1.4142135623730951},"43":{"tf":1.0},"59":{"tf":1.0}}}}},"g":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"371":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"117":{"tf":1.0},"162":{"tf":1.0},"223":{"tf":1.0},"59":{"tf":1.0}},"n":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":20,"docs":{"102":{"tf":1.0},"117":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"125":{"tf":1.0},"137":{"tf":1.7320508075688772},"138":{"tf":1.0},"155":{"tf":1.0},"161":{"tf":1.0},"166":{"tf":1.0},"177":{"tf":1.0},"193":{"tf":1.0},"352":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":1.0},"90":{"tf":1.0},"92":{"tf":1.0},"95":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"386":{"tf":1.0},"91":{"tf":1.4142135623730951}}}},"w":{"df":1,"docs":{"126":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"28":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":22,"docs":{"116":{"tf":1.7320508075688772},"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},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"159":{"tf":1.0},"180":{"tf":1.0},"185":{"tf":1.4142135623730951},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"273":{"tf":1.0},"277":{"tf":1.4142135623730951},"285":{"tf":1.0},"95":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"273":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":14,"docs":{"102":{"tf":1.4142135623730951},"120":{"tf":1.0},"123":{"tf":1.0},"125":{"tf":1.0},"160":{"tf":1.0},"182":{"tf":1.0},"260":{"tf":1.0},"304":{"tf":1.4142135623730951},"31":{"tf":1.0},"344":{"tf":1.4142135623730951},"352":{"tf":1.0},"380":{"tf":1.0},"386":{"tf":1.0},"63":{"tf":1.0}}}}}}}},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"104":{"tf":1.0}}}},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"222":{"tf":1.0}}},"n":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"368":{"tf":1.0}}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":42,"docs":{"126":{"tf":1.4142135623730951},"144":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.7320508075688772},"213":{"tf":1.0},"214":{"tf":1.0},"220":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.4142135623730951},"229":{"tf":1.0},"233":{"tf":1.7320508075688772},"234":{"tf":1.0},"236":{"tf":1.7320508075688772},"243":{"tf":1.0},"247":{"tf":1.0},"250":{"tf":1.0},"254":{"tf":1.0},"255":{"tf":1.7320508075688772},"256":{"tf":1.0},"257":{"tf":1.7320508075688772},"262":{"tf":1.0},"264":{"tf":1.0},"274":{"tf":1.0},"28":{"tf":1.7320508075688772},"296":{"tf":2.0},"297":{"tf":1.0},"316":{"tf":1.4142135623730951},"357":{"tf":2.449489742783178},"359":{"tf":1.0},"36":{"tf":1.0},"365":{"tf":1.0},"383":{"tf":1.0},"39":{"tf":1.7320508075688772},"41":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"71":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"+":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"66":{"tf":1.0},"70":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"d":{"df":2,"docs":{"360":{"tf":1.0},"372":{"tf":1.0}}},"df":37,"docs":{"122":{"tf":1.4142135623730951},"126":{"tf":1.0},"146":{"tf":1.4142135623730951},"19":{"tf":1.0},"235":{"tf":1.4142135623730951},"240":{"tf":1.0},"246":{"tf":1.0},"254":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"265":{"tf":1.0},"267":{"tf":1.0},"27":{"tf":1.0},"274":{"tf":1.0},"28":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"316":{"tf":2.0},"317":{"tf":1.0},"321":{"tf":1.4142135623730951},"322":{"tf":1.4142135623730951},"324":{"tf":1.0},"354":{"tf":1.4142135623730951},"356":{"tf":1.0},"357":{"tf":2.0},"359":{"tf":1.0},"360":{"tf":1.0},"361":{"tf":1.0},"363":{"tf":1.4142135623730951},"364":{"tf":1.4142135623730951},"368":{"tf":1.7320508075688772},"373":{"tf":1.0},"39":{"tf":1.0},"71":{"tf":1.0},"74":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"363":{"tf":1.0}}}},"b":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"101":{"tf":1.0},"147":{"tf":1.0}},"e":{"(":{"1":{"df":2,"docs":{"19":{"tf":1.0},"23":{"tf":1.0}}},"2":{"df":2,"docs":{"343":{"tf":1.0},"350":{"tf":1.0}}},"4":{"df":1,"docs":{"101":{"tf":1.0}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"101":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":19,"docs":{"10":{"tf":1.4142135623730951},"101":{"tf":3.0},"105":{"tf":1.0},"108":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.0},"171":{"tf":1.0},"176":{"tf":1.0},"19":{"tf":1.4142135623730951},"195":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.0},"343":{"tf":1.0},"350":{"tf":1.0},"386":{"tf":2.23606797749979},"52":{"tf":1.0},"60":{"tf":1.0},"76":{"tf":1.0},"79":{"tf":1.0}},"s":{"/":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"108":{"tf":1.0}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"123":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"k":{".":{"*":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"104":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"329":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"188":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"_":{"a":{"d":{"d":{"(":{"1":{"df":1,"docs":{"171":{"tf":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":{"171":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":2,"docs":{"112":{"tf":1.4142135623730951},"171":{"tf":1.0}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":2,"docs":{"170":{"tf":1.0},"205":{"tf":1.4142135623730951}},"e":{"d":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"119":{"tf":1.0},"169":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"205":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"p":{"df":1,"docs":{"177":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":1,"docs":{"138":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":24,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"141":{"tf":1.0},"16":{"tf":1.4142135623730951},"168":{"tf":1.0},"19":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.4142135623730951},"247":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"264":{"tf":2.6457513110645907},"265":{"tf":1.0},"28":{"tf":1.0},"297":{"tf":1.4142135623730951},"322":{"tf":1.4142135623730951},"351":{"tf":1.0},"359":{"tf":2.23606797749979},"365":{"tf":1.0},"368":{"tf":1.0},"383":{"tf":1.7320508075688772},"43":{"tf":1.0},"66":{"tf":1.0},"85":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":70,"docs":{"10":{"tf":1.0},"100":{"tf":2.449489742783178},"101":{"tf":2.6457513110645907},"102":{"tf":1.4142135623730951},"104":{"tf":2.449489742783178},"105":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.4142135623730951},"117":{"tf":1.0},"119":{"tf":2.0},"122":{"tf":1.0},"127":{"tf":1.0},"137":{"tf":2.8284271247461903},"139":{"tf":2.449489742783178},"14":{"tf":1.0},"141":{"tf":1.4142135623730951},"145":{"tf":1.7320508075688772},"147":{"tf":2.23606797749979},"151":{"tf":1.4142135623730951},"16":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":2.0},"169":{"tf":3.0},"171":{"tf":3.7416573867739413},"172":{"tf":2.6457513110645907},"173":{"tf":2.23606797749979},"174":{"tf":1.7320508075688772},"175":{"tf":1.7320508075688772},"176":{"tf":1.7320508075688772},"177":{"tf":1.4142135623730951},"184":{"tf":1.0},"19":{"tf":1.7320508075688772},"190":{"tf":1.0},"192":{"tf":1.0},"195":{"tf":1.4142135623730951},"204":{"tf":1.0},"205":{"tf":1.4142135623730951},"213":{"tf":1.0},"23":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"3":{"tf":1.0},"305":{"tf":1.0},"342":{"tf":1.0},"343":{"tf":1.0},"345":{"tf":1.0},"350":{"tf":1.4142135623730951},"352":{"tf":1.7320508075688772},"354":{"tf":1.4142135623730951},"36":{"tf":1.0},"362":{"tf":1.0},"364":{"tf":2.23606797749979},"377":{"tf":1.4142135623730951},"385":{"tf":2.8284271247461903},"386":{"tf":2.8284271247461903},"49":{"tf":1.0},"50":{"tf":3.4641016151377544},"51":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"53":{"tf":2.8284271247461903},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"79":{"tf":1.7320508075688772},"80":{"tf":1.0},"81":{"tf":1.4142135623730951},"85":{"tf":2.6457513110645907},"86":{"tf":2.23606797749979},"95":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"138":{"tf":1.7320508075688772},"139":{"tf":1.0},"140":{"tf":1.0}}}},"f":{"df":0,"docs":{},"e":{"df":29,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"104":{"tf":1.0},"112":{"tf":1.0},"114":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"139":{"tf":1.0},"14":{"tf":1.0},"167":{"tf":1.7320508075688772},"168":{"tf":2.0},"169":{"tf":1.7320508075688772},"170":{"tf":2.0},"171":{"tf":1.4142135623730951},"172":{"tf":1.4142135623730951},"173":{"tf":2.23606797749979},"174":{"tf":1.0},"175":{"tf":1.7320508075688772},"176":{"tf":1.4142135623730951},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"205":{"tf":1.0},"36":{"tf":1.0},"386":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"81":{"tf":1.0}},"e":{"d":{"<":{"b":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}},"[":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"35":{"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":{},"u":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"177":{"tf":1.0},"179":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"169":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"s":{"\"":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"112":{"tf":1.0}}}}}}},"df":0,"docs":{}},"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"137":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"o":{"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":1,"docs":{"194":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"k":{"df":6,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.4142135623730951},"16":{"tf":2.0},"32":{"tf":1.0},"66":{"tf":1.0}}},"l":{"df":2,"docs":{"102":{"tf":1.4142135623730951},"207":{"tf":1.7320508075688772}}},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"140":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"h":{"df":8,"docs":{"129":{"tf":1.0},"137":{"tf":1.4142135623730951},"193":{"tf":1.0},"198":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"272":{"tf":1.0},"316":{"tf":1.0},"70":{"tf":1.0}}},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"119":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"192":{"tf":1.0}}}}},"df":2,"docs":{"138":{"tf":1.0},"139":{"tf":1.0}}},"df":0,"docs":{}}},"x":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"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":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"210":{"tf":1.0},"211":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"121":{"tf":1.0},"274":{"tf":1.4142135623730951},"283":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":4,"docs":{"122":{"tf":1.0},"171":{"tf":1.4142135623730951},"50":{"tf":1.0},"63":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"327":{"tf":1.0}}}}},"o":{"a":{"d":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"168":{"tf":1.4142135623730951},"169":{"tf":1.0},"175":{"tf":1.0},"81":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"192":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"52":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"362":{"tf":1.0}}}}}}}},"u":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"188":{"tf":1.0}}}}}},"df":0,"docs":{},"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":{"207":{"tf":1.0}}}}}}},"/":{"c":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":1,"docs":{"252":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"232":{"tf":1.0},"307":{"tf":1.0},"355":{"tf":1.0}}}},"df":0,"docs":{}}}}},"[":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"2":{"tf":1.0},"55":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"150":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"347":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"70":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"55":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":92,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.4142135623730951},"102":{"tf":1.0},"104":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"114":{"tf":1.0},"121":{"tf":1.4142135623730951},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"14":{"tf":1.0},"148":{"tf":1.0},"151":{"tf":1.0},"163":{"tf":1.0},"18":{"tf":1.0},"183":{"tf":1.0},"19":{"tf":1.4142135623730951},"192":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"198":{"tf":1.0},"2":{"tf":1.0},"205":{"tf":1.4142135623730951},"207":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"226":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.7320508075688772},"241":{"tf":1.4142135623730951},"248":{"tf":1.0},"250":{"tf":1.4142135623730951},"251":{"tf":2.449489742783178},"252":{"tf":1.0},"253":{"tf":1.0},"257":{"tf":1.4142135623730951},"258":{"tf":1.0},"264":{"tf":1.7320508075688772},"269":{"tf":1.0},"273":{"tf":1.0},"274":{"tf":1.7320508075688772},"275":{"tf":1.0},"28":{"tf":1.4142135623730951},"280":{"tf":1.0},"287":{"tf":1.0},"297":{"tf":1.4142135623730951},"298":{"tf":1.0},"303":{"tf":2.449489742783178},"307":{"tf":1.7320508075688772},"32":{"tf":1.0},"341":{"tf":1.0},"342":{"tf":1.0},"343":{"tf":1.0},"344":{"tf":1.0},"345":{"tf":1.0},"346":{"tf":1.0},"347":{"tf":1.4142135623730951},"349":{"tf":1.0},"350":{"tf":1.0},"351":{"tf":2.0},"357":{"tf":1.7320508075688772},"359":{"tf":1.7320508075688772},"361":{"tf":1.0},"364":{"tf":1.0},"381":{"tf":1.0},"383":{"tf":1.4142135623730951},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"77":{"tf":1.0},"82":{"tf":1.7320508075688772},"83":{"tf":1.0},"88":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951},"90":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"5":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"3":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"199":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"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":{"(":{"df":0,"docs":{},"|":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"199":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":42,"docs":{"102":{"tf":1.0},"118":{"tf":1.0},"148":{"tf":1.0},"178":{"tf":1.0},"182":{"tf":1.0},"193":{"tf":2.23606797749979},"194":{"tf":2.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.4142135623730951},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.4142135623730951},"201":{"tf":1.4142135623730951},"207":{"tf":1.0},"208":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"29":{"tf":1.0},"336":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":2.0},"339":{"tf":1.0},"340":{"tf":1.4142135623730951},"341":{"tf":1.0},"342":{"tf":1.0},"343":{"tf":1.0},"344":{"tf":1.0},"345":{"tf":1.0},"346":{"tf":1.0},"347":{"tf":1.0},"348":{"tf":1.0},"349":{"tf":1.0},"350":{"tf":1.0},"40":{"tf":1.7320508075688772},"66":{"tf":1.4142135623730951},"68":{"tf":1.0},"74":{"tf":1.0},"89":{"tf":1.4142135623730951},"95":{"tf":1.0},"96":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":2,"docs":{"250":{"tf":1.0},"39":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"121":{"tf":1.0}}}}},"s":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"28":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"137":{"tf":1.0}}}},"x":{"df":1,"docs":{"274":{"tf":2.0}}}},"df":0,"docs":{},"t":{"df":34,"docs":{"103":{"tf":1.4142135623730951},"126":{"tf":1.0},"137":{"tf":1.0},"150":{"tf":1.4142135623730951},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"176":{"tf":1.0},"18":{"tf":1.0},"181":{"tf":1.0},"198":{"tf":1.0},"226":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"251":{"tf":1.0},"260":{"tf":1.0},"263":{"tf":1.0},"3":{"tf":1.0},"304":{"tf":1.0},"31":{"tf":1.0},"359":{"tf":1.0},"36":{"tf":1.0},"365":{"tf":1.0},"383":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"71":{"tf":1.0},"78":{"tf":1.0},"94":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":26,"docs":{"115":{"tf":1.0},"18":{"tf":1.0},"192":{"tf":1.0},"197":{"tf":2.0},"203":{"tf":1.7320508075688772},"210":{"tf":1.0},"212":{"tf":1.0},"226":{"tf":1.0},"232":{"tf":1.0},"236":{"tf":1.7320508075688772},"251":{"tf":1.7320508075688772},"257":{"tf":2.0},"263":{"tf":1.0},"264":{"tf":1.0},"28":{"tf":1.0},"297":{"tf":1.4142135623730951},"298":{"tf":2.0},"303":{"tf":1.4142135623730951},"307":{"tf":2.0},"327":{"tf":1.7320508075688772},"359":{"tf":1.4142135623730951},"383":{"tf":1.4142135623730951},"41":{"tf":1.0},"43":{"tf":1.0},"66":{"tf":1.0},"70":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":13,"docs":{"232":{"tf":1.0},"251":{"tf":1.0},"257":{"tf":1.0},"264":{"tf":1.0},"274":{"tf":1.0},"28":{"tf":1.0},"303":{"tf":1.0},"359":{"tf":1.0},"381":{"tf":1.0},"383":{"tf":1.0},"43":{"tf":1.0},"66":{"tf":1.0},"70":{"tf":1.0}}}}},"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"351":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"z":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"123":{"tf":1.0},"138":{"tf":1.4142135623730951},"177":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"c":{"(":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{")":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"122":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":4,"docs":{"130":{"tf":1.0},"135":{"tf":1.0},"344":{"tf":1.0},"51":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"1":{"[":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"163":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"[":{"\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"163":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"[":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"163":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"[":{"\"":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":1,"docs":{"163":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"[":{"\"":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"163":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"[":{"3":{"df":1,"docs":{"76":{"tf":1.0}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":9,"docs":{"121":{"tf":2.23606797749979},"220":{"tf":1.0},"253":{"tf":1.0},"274":{"tf":2.6457513110645907},"275":{"tf":1.4142135623730951},"280":{"tf":2.0},"287":{"tf":1.0},"351":{"tf":1.0},"52":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"352":{"tf":1.0},"386":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"117":{"tf":1.0},"50":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"l":{"df":11,"docs":{"122":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.0},"193":{"tf":1.0},"197":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.0},"210":{"tf":1.0},"212":{"tf":1.0},"379":{"tf":1.4142135623730951},"386":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"210":{"tf":1.0}}}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":5,"docs":{"102":{"tf":1.0},"352":{"tf":1.0},"355":{"tf":1.0},"363":{"tf":1.0},"364":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"97":{"tf":1.0}}}}},"p":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"137":{"tf":1.0}}}}}}}}}},"l":{"df":11,"docs":{"131":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"140":{"tf":1.0},"153":{"tf":1.0},"177":{"tf":1.4142135623730951},"192":{"tf":1.0},"205":{"tf":1.0},"214":{"tf":2.0},"344":{"tf":1.0},"386":{"tf":1.0}}}},"c":{"df":2,"docs":{"101":{"tf":1.0},"352":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":8,"docs":{"14":{"tf":1.0},"150":{"tf":1.7320508075688772},"190":{"tf":1.0},"192":{"tf":1.0},"204":{"tf":1.4142135623730951},"385":{"tf":1.0},"55":{"tf":1.4142135623730951},"59":{"tf":2.0}},"e":{"[":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"55":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"150":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"_":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"204":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"171":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"55":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"252":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}}}}}},"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"274":{"tf":1.7320508075688772},"280":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"/":{"d":{"b":{"df":2,"docs":{"274":{"tf":1.7320508075688772},"280":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"/":{"c":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"274":{"tf":1.7320508075688772},"280":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":2,"docs":{"274":{"tf":1.7320508075688772},"280":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"274":{"tf":1.0},"306":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":44,"docs":{"122":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"235":{"tf":1.0},"240":{"tf":1.0},"246":{"tf":1.0},"252":{"tf":1.0},"254":{"tf":1.7320508075688772},"256":{"tf":1.4142135623730951},"257":{"tf":1.0},"258":{"tf":1.0},"262":{"tf":1.4142135623730951},"265":{"tf":1.0},"267":{"tf":1.0},"27":{"tf":1.4142135623730951},"274":{"tf":2.6457513110645907},"279":{"tf":1.0},"28":{"tf":1.4142135623730951},"280":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"303":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.4142135623730951},"316":{"tf":2.0},"317":{"tf":1.0},"321":{"tf":1.4142135623730951},"322":{"tf":1.4142135623730951},"324":{"tf":1.0},"354":{"tf":1.4142135623730951},"356":{"tf":1.0},"357":{"tf":1.7320508075688772},"359":{"tf":1.0},"360":{"tf":1.0},"361":{"tf":1.0},"363":{"tf":1.4142135623730951},"364":{"tf":1.4142135623730951},"368":{"tf":1.7320508075688772},"373":{"tf":1.0},"39":{"tf":1.4142135623730951},"71":{"tf":1.0},"74":{"tf":1.0},"83":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"15":{"tf":1.0},"250":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"189":{"tf":1.0}}}},"df":3,"docs":{"247":{"tf":1.0},"355":{"tf":1.0},"367":{"tf":1.0}},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"293":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"s":{"df":30,"docs":{"100":{"tf":1.7320508075688772},"101":{"tf":1.4142135623730951},"102":{"tf":1.7320508075688772},"104":{"tf":1.0},"158":{"tf":1.0},"228":{"tf":1.0},"246":{"tf":1.0},"351":{"tf":1.0},"352":{"tf":1.0},"354":{"tf":1.0},"355":{"tf":1.0},"356":{"tf":1.0},"357":{"tf":1.0},"358":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":1.0},"361":{"tf":1.0},"362":{"tf":1.0},"363":{"tf":1.0},"364":{"tf":1.0},"377":{"tf":1.4142135623730951},"378":{"tf":1.0},"379":{"tf":1.0},"380":{"tf":1.0},"381":{"tf":1.0},"382":{"tf":1.0},"383":{"tf":1.0},"384":{"tf":1.0},"386":{"tf":1.0},"39":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"223":{"tf":1.0},"225":{"tf":1.0}}}}}}}}}}}},"d":{"df":2,"docs":{"235":{"tf":1.4142135623730951},"357":{"tf":1.4142135623730951}}},"df":4,"docs":{"138":{"tf":1.0},"236":{"tf":1.0},"34":{"tf":1.0},"76":{"tf":1.0}},"f":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":5,"docs":{"299":{"tf":1.0},"317":{"tf":1.0},"322":{"tf":1.0},"66":{"tf":1.0},"70":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":2,"docs":{"305":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}}}}}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"299":{"tf":1.0},"319":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":2,"docs":{"299":{"tf":1.0},"319":{"tf":1.0}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"299":{"tf":1.0},"319":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"338":{"tf":1.0}}}},"df":0,"docs":{}},"df":8,"docs":{"100":{"tf":1.0},"138":{"tf":1.4142135623730951},"139":{"tf":1.7320508075688772},"206":{"tf":1.0},"299":{"tf":1.0},"319":{"tf":1.0},"386":{"tf":1.0},"80":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":9,"docs":{"13":{"tf":1.0},"140":{"tf":1.7320508075688772},"188":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":1.0},"276":{"tf":1.0},"322":{"tf":1.0},"360":{"tf":1.7320508075688772},"53":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"\\":{"df":0,"docs":{},"|":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"101":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{")":{".":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"2":{"df":1,"docs":{"101":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"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":{},"e":{"df":0,"docs":{},"r":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"101":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"101":{"tf":1.0},"147":{"tf":1.0}}}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"386":{"tf":1.0}}},"df":0,"docs":{}}}},"df":15,"docs":{"10":{"tf":1.0},"101":{"tf":3.3166247903554},"105":{"tf":1.0},"108":{"tf":1.0},"123":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.0},"175":{"tf":1.0},"19":{"tf":1.7320508075688772},"195":{"tf":1.0},"23":{"tf":1.4142135623730951},"343":{"tf":1.4142135623730951},"350":{"tf":1.4142135623730951},"386":{"tf":2.23606797749979},"79":{"tf":1.0}},"s":{"/":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"101":{"tf":1.0},"108":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"o":{"df":65,"docs":{"1":{"tf":1.0},"102":{"tf":2.23606797749979},"105":{"tf":1.0},"109":{"tf":1.4142135623730951},"115":{"tf":1.0},"117":{"tf":1.4142135623730951},"120":{"tf":1.7320508075688772},"122":{"tf":1.4142135623730951},"123":{"tf":1.0},"125":{"tf":1.0},"130":{"tf":1.7320508075688772},"131":{"tf":1.4142135623730951},"132":{"tf":1.0},"135":{"tf":1.4142135623730951},"138":{"tf":1.4142135623730951},"14":{"tf":1.0},"140":{"tf":1.0},"153":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.4142135623730951},"177":{"tf":1.7320508075688772},"178":{"tf":1.0},"179":{"tf":1.4142135623730951},"181":{"tf":2.23606797749979},"182":{"tf":1.4142135623730951},"183":{"tf":1.0},"184":{"tf":1.4142135623730951},"185":{"tf":1.4142135623730951},"186":{"tf":2.0},"187":{"tf":1.0},"188":{"tf":2.0},"189":{"tf":1.4142135623730951},"190":{"tf":2.0},"2":{"tf":1.0},"205":{"tf":1.0},"213":{"tf":1.0},"227":{"tf":1.4142135623730951},"244":{"tf":1.0},"261":{"tf":1.4142135623730951},"270":{"tf":1.0},"3":{"tf":1.0},"344":{"tf":2.0},"352":{"tf":2.23606797749979},"36":{"tf":1.0},"379":{"tf":1.4142135623730951},"385":{"tf":1.7320508075688772},"386":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":1.0},"51":{"tf":2.23606797749979},"55":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"76":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"93":{"tf":1.0},"96":{"tf":1.0}},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"177":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"139":{"tf":1.0}}}}}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"344":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"130":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"102":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"(":{"df":0,"docs":{},"|":{"c":{"df":5,"docs":{"122":{"tf":1.0},"130":{"tf":1.0},"135":{"tf":1.0},"344":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"40":{"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":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"213":{"tf":1.0},"68":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"[":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"30":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"192":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":2,"docs":{"323":{"tf":1.0},"351":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"336":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"49":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":55,"docs":{"100":{"tf":2.0},"101":{"tf":2.23606797749979},"102":{"tf":1.7320508075688772},"104":{"tf":2.449489742783178},"105":{"tf":1.0},"113":{"tf":1.7320508075688772},"115":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.4142135623730951},"124":{"tf":2.0},"125":{"tf":1.0},"138":{"tf":1.0},"14":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"148":{"tf":1.0},"173":{"tf":1.7320508075688772},"178":{"tf":1.0},"184":{"tf":1.4142135623730951},"189":{"tf":1.4142135623730951},"2":{"tf":1.0},"200":{"tf":1.0},"203":{"tf":1.0},"210":{"tf":1.0},"226":{"tf":1.0},"232":{"tf":1.0},"247":{"tf":1.7320508075688772},"274":{"tf":1.0},"31":{"tf":1.0},"337":{"tf":1.0},"351":{"tf":1.0},"352":{"tf":1.4142135623730951},"360":{"tf":1.0},"365":{"tf":1.4142135623730951},"368":{"tf":1.0},"370":{"tf":1.4142135623730951},"371":{"tf":1.7320508075688772},"373":{"tf":1.4142135623730951},"377":{"tf":1.0},"38":{"tf":1.4142135623730951},"380":{"tf":1.0},"381":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.4142135623730951},"55":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.4142135623730951},"80":{"tf":1.0},"9":{"tf":1.0},"94":{"tf":1.0},"98":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"113":{"tf":1.4142135623730951},"247":{"tf":1.0},"365":{"tf":1.4142135623730951}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":8,"docs":{"234":{"tf":1.0},"235":{"tf":1.0},"252":{"tf":1.4142135623730951},"274":{"tf":1.7320508075688772},"296":{"tf":1.0},"307":{"tf":1.0},"357":{"tf":1.0},"65":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"117":{"tf":1.0},"285":{"tf":1.0},"38":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":13,"docs":{"117":{"tf":1.0},"125":{"tf":1.0},"15":{"tf":1.0},"158":{"tf":1.0},"190":{"tf":1.0},"223":{"tf":1.0},"225":{"tf":1.0},"227":{"tf":1.0},"264":{"tf":1.0},"272":{"tf":1.0},"5":{"tf":1.4142135623730951},"76":{"tf":1.0},"82":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"117":{"tf":1.0},"38":{"tf":1.0},"58":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"140":{"tf":2.6457513110645907},"188":{"tf":1.0}},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"31":{"tf":1.0}}}}}}}}}}},"i":{"/":{"c":{"d":{"df":4,"docs":{"121":{"tf":1.4142135623730951},"14":{"tf":1.0},"221":{"tf":1.0},"8":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"274":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":47,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"120":{"tf":2.0},"121":{"tf":1.4142135623730951},"125":{"tf":1.0},"15":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"164":{"tf":1.0},"166":{"tf":1.4142135623730951},"194":{"tf":1.0},"220":{"tf":1.0},"222":{"tf":1.0},"227":{"tf":1.0},"229":{"tf":1.0},"232":{"tf":1.0},"236":{"tf":1.7320508075688772},"244":{"tf":1.0},"251":{"tf":1.0},"271":{"tf":1.0},"272":{"tf":2.0},"273":{"tf":2.23606797749979},"274":{"tf":2.6457513110645907},"275":{"tf":1.4142135623730951},"276":{"tf":1.0},"277":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0},"280":{"tf":1.4142135623730951},"281":{"tf":1.0},"282":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.0},"285":{"tf":1.0},"286":{"tf":1.0},"287":{"tf":1.0},"288":{"tf":1.7320508075688772},"289":{"tf":1.0},"290":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.4142135623730951},"304":{"tf":1.0},"313":{"tf":1.4142135623730951},"314":{"tf":1.4142135623730951},"50":{"tf":1.0},"63":{"tf":1.0}},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"258":{"tf":1.4142135623730951},"28":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"355":{"tf":1.0}}},"df":0,"docs":{}}}},"df":37,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.4142135623730951},"113":{"tf":1.0},"121":{"tf":1.0},"19":{"tf":1.4142135623730951},"213":{"tf":1.0},"220":{"tf":1.0},"226":{"tf":1.4142135623730951},"232":{"tf":1.0},"237":{"tf":1.4142135623730951},"239":{"tf":1.7320508075688772},"241":{"tf":1.0},"243":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.4142135623730951},"255":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.7320508075688772},"28":{"tf":1.7320508075688772},"298":{"tf":3.4641016151377544},"303":{"tf":1.0},"351":{"tf":1.0},"352":{"tf":1.0},"356":{"tf":2.6457513110645907},"365":{"tf":1.0},"372":{"tf":1.4142135623730951},"380":{"tf":1.0},"381":{"tf":1.0},"384":{"tf":2.23606797749979},"39":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.4142135623730951},"66":{"tf":1.7320508075688772},"69":{"tf":1.0},"70":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":10,"docs":{"100":{"tf":1.0},"232":{"tf":1.0},"239":{"tf":1.0},"258":{"tf":1.0},"28":{"tf":1.0},"356":{"tf":1.0},"384":{"tf":1.0},"44":{"tf":1.0},"66":{"tf":1.0},"72":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"206":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"337":{"tf":1.0},"63":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"115":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"352":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":10,"docs":{"175":{"tf":1.0},"205":{"tf":1.0},"251":{"tf":1.0},"274":{"tf":1.0},"275":{"tf":1.4142135623730951},"321":{"tf":1.0},"360":{"tf":1.0},"363":{"tf":1.7320508075688772},"382":{"tf":1.0},"46":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"[":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"150":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"55":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":17,"docs":{"122":{"tf":1.7320508075688772},"124":{"tf":1.0},"14":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.0},"192":{"tf":1.0},"218":{"tf":1.0},"253":{"tf":1.7320508075688772},"287":{"tf":1.0},"321":{"tf":1.0},"351":{"tf":1.4142135623730951},"38":{"tf":1.0},"382":{"tf":1.0},"386":{"tf":1.0},"49":{"tf":1.0},"55":{"tf":1.4142135623730951},"62":{"tf":1.7320508075688772}},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"d":{":":{":":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"(":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"205":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"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":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"122":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":3,"docs":{"122":{"tf":1.0},"205":{"tf":2.23606797749979},"62":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"r":{"df":10,"docs":{"115":{"tf":1.0},"125":{"tf":1.0},"13":{"tf":1.0},"192":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"252":{"tf":1.0},"33":{"tf":1.0},"63":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":1,"docs":{"36":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"173":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.4142135623730951},"328":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":14,"docs":{"141":{"tf":1.0},"167":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"203":{"tf":2.0},"204":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"210":{"tf":1.7320508075688772},"211":{"tf":1.7320508075688772},"213":{"tf":1.0},"328":{"tf":1.0},"35":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"58":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"150":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"[":{"0":{"]":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"172":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":8,"docs":{"115":{"tf":1.0},"139":{"tf":2.8284271247461903},"150":{"tf":1.0},"151":{"tf":1.0},"385":{"tf":1.0},"50":{"tf":2.0},"86":{"tf":1.4142135623730951},"95":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"248":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":2,"docs":{"18":{"tf":1.0},"205":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"d":{"df":1,"docs":{"234":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":4,"docs":{"171":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.0},"362":{"tf":1.0}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"40":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"'":{"df":1,"docs":{"138":{"tf":1.4142135623730951}}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"167":{"tf":1.0}}}}},"df":46,"docs":{"1":{"tf":1.0},"115":{"tf":1.0},"120":{"tf":1.0},"125":{"tf":1.4142135623730951},"126":{"tf":1.0},"13":{"tf":1.0},"155":{"tf":1.0},"16":{"tf":1.0},"161":{"tf":1.7320508075688772},"163":{"tf":1.4142135623730951},"164":{"tf":1.4142135623730951},"165":{"tf":1.0},"166":{"tf":1.4142135623730951},"186":{"tf":1.0},"189":{"tf":1.0},"192":{"tf":1.0},"205":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.0},"245":{"tf":2.0},"248":{"tf":1.0},"250":{"tf":1.7320508075688772},"251":{"tf":1.0},"263":{"tf":1.4142135623730951},"264":{"tf":1.4142135623730951},"266":{"tf":1.0},"270":{"tf":1.4142135623730951},"273":{"tf":1.4142135623730951},"3":{"tf":1.0},"302":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"323":{"tf":1.4142135623730951},"34":{"tf":1.0},"351":{"tf":1.4142135623730951},"359":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.4142135623730951},"383":{"tf":1.0},"386":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.0},"57":{"tf":1.0},"63":{"tf":1.4142135623730951},"71":{"tf":1.0},"94":{"tf":1.0}},"—":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"192":{"tf":1.0}}}}}}}}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":12,"docs":{"118":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951},"194":{"tf":1.0},"20":{"tf":1.0},"202":{"tf":1.0},"208":{"tf":1.0},"269":{"tf":1.4142135623730951},"28":{"tf":1.0},"325":{"tf":1.0},"357":{"tf":1.0},"360":{"tf":1.0},"37":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"53":{"tf":1.4142135623730951}},"i":{"c":{"df":0,"docs":{},"i":{"df":6,"docs":{"25":{"tf":1.0},"305":{"tf":1.0},"385":{"tf":1.0},"50":{"tf":1.4142135623730951},"53":{"tf":1.0},"86":{"tf":1.0}}}},"df":0,"docs":{}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"31":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"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":{"98":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"329":{"tf":1.0}}}}}}}}},"df":23,"docs":{"116":{"tf":1.0},"119":{"tf":1.0},"121":{"tf":1.4142135623730951},"139":{"tf":1.0},"14":{"tf":1.0},"220":{"tf":1.0},"227":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"271":{"tf":1.0},"274":{"tf":1.4142135623730951},"275":{"tf":1.0},"281":{"tf":1.4142135623730951},"3":{"tf":1.0},"314":{"tf":1.0},"315":{"tf":1.0},"322":{"tf":1.4142135623730951},"324":{"tf":1.0},"329":{"tf":1.4142135623730951},"55":{"tf":1.0},"62":{"tf":1.0},"81":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"306":{"tf":1.0}}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":11,"docs":{"114":{"tf":1.0},"126":{"tf":1.0},"129":{"tf":1.0},"180":{"tf":1.0},"185":{"tf":1.0},"190":{"tf":1.0},"192":{"tf":1.0},"299":{"tf":1.0},"38":{"tf":1.0},"386":{"tf":1.0},"64":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":8,"docs":{"149":{"tf":1.0},"266":{"tf":1.0},"279":{"tf":1.0},"302":{"tf":1.0},"323":{"tf":1.0},"358":{"tf":1.0},"367":{"tf":1.0},"371":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"117":{"tf":1.0},"120":{"tf":1.0},"95":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"124":{"tf":1.0},"252":{"tf":1.0},"304":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":32,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"110":{"tf":1.4142135623730951},"114":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.0},"12":{"tf":1.0},"124":{"tf":1.0},"139":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"162":{"tf":1.4142135623730951},"198":{"tf":1.0},"248":{"tf":1.0},"251":{"tf":1.0},"271":{"tf":1.0},"285":{"tf":1.0},"292":{"tf":1.0},"299":{"tf":1.0},"314":{"tf":1.0},"316":{"tf":1.0},"319":{"tf":1.0},"336":{"tf":1.0},"337":{"tf":1.0},"352":{"tf":1.0},"353":{"tf":1.0},"354":{"tf":1.4142135623730951},"36":{"tf":1.0},"372":{"tf":1.0},"376":{"tf":1.4142135623730951},"89":{"tf":1.0},"95":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":6,"docs":{"104":{"tf":1.0},"118":{"tf":1.0},"125":{"tf":1.0},"137":{"tf":1.0},"143":{"tf":1.0},"375":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"15":{"tf":1.0},"163":{"tf":1.4142135623730951},"273":{"tf":1.4142135623730951},"59":{"tf":1.0}}}}}}},"t":{"df":6,"docs":{"260":{"tf":1.0},"266":{"tf":1.0},"300":{"tf":1.0},"326":{"tf":1.4142135623730951},"40":{"tf":1.0},"47":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"233":{"tf":1.0},"357":{"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":1,"docs":{"337":{"tf":1.0}}}}}},"t":{"df":29,"docs":{"102":{"tf":1.0},"12":{"tf":1.0},"121":{"tf":1.0},"126":{"tf":1.4142135623730951},"131":{"tf":1.0},"142":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.0},"19":{"tf":1.0},"203":{"tf":1.4142135623730951},"208":{"tf":1.0},"220":{"tf":1.0},"222":{"tf":1.0},"229":{"tf":1.0},"274":{"tf":1.4142135623730951},"293":{"tf":1.0},"317":{"tf":1.0},"321":{"tf":1.4142135623730951},"334":{"tf":1.0},"350":{"tf":1.4142135623730951},"363":{"tf":1.4142135623730951},"38":{"tf":1.0},"4":{"tf":1.0},"61":{"tf":1.0},"65":{"tf":1.0},"80":{"tf":1.0},"83":{"tf":1.4142135623730951},"97":{"tf":1.0}}},"x":{"df":2,"docs":{"3":{"tf":1.0},"322":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":8,"docs":{"11":{"tf":1.0},"173":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"316":{"tf":1.0},"38":{"tf":1.4142135623730951},"386":{"tf":1.4142135623730951},"46":{"tf":1.0}}},"s":{"df":92,"docs":{"0":{"tf":1.0},"1":{"tf":1.4142135623730951},"10":{"tf":1.0},"102":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.4142135623730951},"121":{"tf":1.0},"122":{"tf":1.4142135623730951},"124":{"tf":1.0},"125":{"tf":1.4142135623730951},"126":{"tf":1.7320508075688772},"131":{"tf":1.0},"132":{"tf":1.7320508075688772},"138":{"tf":1.0},"14":{"tf":1.0},"144":{"tf":1.4142135623730951},"146":{"tf":1.0},"154":{"tf":2.23606797749979},"156":{"tf":1.0},"16":{"tf":1.0},"160":{"tf":2.0},"163":{"tf":1.4142135623730951},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"18":{"tf":1.0},"182":{"tf":1.0},"187":{"tf":1.0},"19":{"tf":1.0},"192":{"tf":1.0},"2":{"tf":1.0},"213":{"tf":1.0},"220":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.0},"241":{"tf":1.0},"244":{"tf":2.0},"246":{"tf":1.0},"248":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"250":{"tf":1.7320508075688772},"251":{"tf":1.0},"256":{"tf":1.7320508075688772},"260":{"tf":1.4142135623730951},"261":{"tf":2.23606797749979},"262":{"tf":1.0},"263":{"tf":1.0},"274":{"tf":3.3166247903554},"275":{"tf":1.0},"28":{"tf":3.1622776601683795},"290":{"tf":2.0},"295":{"tf":1.0},"297":{"tf":2.0},"3":{"tf":1.4142135623730951},"300":{"tf":1.0},"301":{"tf":2.449489742783178},"304":{"tf":1.0},"311":{"tf":1.7320508075688772},"322":{"tf":2.8284271247461903},"326":{"tf":2.6457513110645907},"327":{"tf":1.7320508075688772},"332":{"tf":2.23606797749979},"348":{"tf":1.0},"351":{"tf":1.0},"352":{"tf":1.0},"358":{"tf":2.449489742783178},"359":{"tf":1.7320508075688772},"36":{"tf":1.0},"360":{"tf":2.0},"362":{"tf":1.0},"367":{"tf":1.7320508075688772},"368":{"tf":2.6457513110645907},"371":{"tf":1.4142135623730951},"374":{"tf":1.0},"38":{"tf":1.0},"382":{"tf":1.0},"383":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"39":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.7320508075688772},"68":{"tf":1.0},"71":{"tf":1.0},"73":{"tf":1.0},"76":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":2,"docs":{"322":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":3,"docs":{"282":{"tf":1.0},"327":{"tf":1.0},"360":{"tf":1.0}}}}}},"/":{"df":0,"docs":{},"k":{"8":{"df":22,"docs":{"138":{"tf":1.0},"18":{"tf":1.0},"226":{"tf":1.0},"238":{"tf":1.0},"247":{"tf":1.4142135623730951},"248":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.4142135623730951},"28":{"tf":1.0},"285":{"tf":1.0},"297":{"tf":1.4142135623730951},"299":{"tf":1.0},"305":{"tf":1.0},"317":{"tf":1.0},"351":{"tf":1.0},"359":{"tf":1.7320508075688772},"365":{"tf":1.4142135623730951},"367":{"tf":1.0},"383":{"tf":1.0},"384":{"tf":1.0},"44":{"tf":1.0},"70":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"[":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"163":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"=":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{"df":1,"docs":{"251":{"tf":1.0}}}}}}}},"df":1,"docs":{"303":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"274":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"260":{"tf":1.0},"295":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":7,"docs":{"256":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"28":{"tf":1.0},"322":{"tf":1.4142135623730951},"359":{"tf":1.0},"368":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":6,"docs":{"126":{"tf":1.4142135623730951},"131":{"tf":1.0},"160":{"tf":1.0},"39":{"tf":1.0},"66":{"tf":1.0},"71":{"tf":1.0}}}},"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"=":{"1":{"2":{"7":{".":{"0":{".":{"0":{".":{"1":{"df":1,"docs":{"322":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"y":{"=":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"d":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{":":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"322":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":1,"docs":{"301":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":2,"docs":{"260":{"tf":1.0},"301":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"301":{"tf":1.0}},"s":{"=":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"322":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":3,"docs":{"260":{"tf":1.0},"290":{"tf":1.0},"301":{"tf":1.4142135623730951}},"e":{"=":{"1":{"df":6,"docs":{"154":{"tf":1.0},"156":{"tf":1.0},"290":{"tf":1.0},"301":{"tf":1.0},"322":{"tf":1.4142135623730951},"368":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"273":{"tf":1.0}}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"[":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":13,"docs":{"130":{"tf":1.0},"135":{"tf":1.0},"160":{"tf":1.0},"213":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.0},"352":{"tf":1.0},"36":{"tf":1.0},"379":{"tf":1.4142135623730951},"386":{"tf":1.0},"41":{"tf":1.0},"66":{"tf":1.4142135623730951},"68":{"tf":1.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":6,"docs":{"130":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"28":{"tf":1.0},"348":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"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":{},"s":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"35":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":5,"docs":{"274":{"tf":1.0},"276":{"tf":1.0},"3":{"tf":1.0},"315":{"tf":1.0},"96":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"354":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":10,"docs":{"1":{"tf":1.4142135623730951},"137":{"tf":2.0},"138":{"tf":1.7320508075688772},"139":{"tf":1.4142135623730951},"140":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"16":{"tf":1.0},"337":{"tf":1.0},"98":{"tf":1.0}},"u":{"df":2,"docs":{"30":{"tf":1.0},"32":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"n":{"df":10,"docs":{"117":{"tf":1.0},"122":{"tf":1.4142135623730951},"226":{"tf":1.4142135623730951},"227":{"tf":2.0},"51":{"tf":1.0},"54":{"tf":1.0},"65":{"tf":1.0},"92":{"tf":1.7320508075688772},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"114":{"tf":1.0},"12":{"tf":1.0},"126":{"tf":1.0},"195":{"tf":1.0},"75":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":3,"docs":{"111":{"tf":1.0},"203":{"tf":1.0},"60":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":13,"docs":{"1":{"tf":1.0},"124":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.4142135623730951},"140":{"tf":1.0},"172":{"tf":1.0},"192":{"tf":1.0},"204":{"tf":1.0},"211":{"tf":1.0},"276":{"tf":1.0},"38":{"tf":1.0},"386":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"178":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"31":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"385":{"tf":1.0},"53":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"206":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":15,"docs":{"100":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":1.0},"260":{"tf":1.0},"342":{"tf":1.0},"343":{"tf":1.0},"36":{"tf":1.0},"364":{"tf":1.0},"368":{"tf":1.0},"45":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":2.23606797749979},"68":{"tf":1.4142135623730951},"69":{"tf":1.0},"74":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"321":{"tf":1.0}}}}},":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{":":{":":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"p":{"2":{"df":0,"docs":{},"p":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"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":{}},"[":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"35":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"216":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}}},"df":59,"docs":{"100":{"tf":1.7320508075688772},"101":{"tf":1.0},"102":{"tf":1.0},"106":{"tf":1.4142135623730951},"11":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.0},"14":{"tf":1.4142135623730951},"147":{"tf":1.0},"15":{"tf":1.0},"150":{"tf":1.0},"154":{"tf":1.0},"156":{"tf":1.0},"19":{"tf":1.0},"192":{"tf":1.0},"203":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"21":{"tf":1.4142135623730951},"213":{"tf":1.0},"216":{"tf":1.4142135623730951},"219":{"tf":1.0},"220":{"tf":1.4142135623730951},"222":{"tf":1.0},"226":{"tf":1.4142135623730951},"228":{"tf":1.0},"229":{"tf":1.0},"245":{"tf":1.0},"251":{"tf":1.0},"263":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"3":{"tf":1.0},"303":{"tf":1.7320508075688772},"305":{"tf":1.7320508075688772},"316":{"tf":1.0},"322":{"tf":1.0},"326":{"tf":1.0},"344":{"tf":1.0},"36":{"tf":1.0},"361":{"tf":1.0},"375":{"tf":1.0},"384":{"tf":1.0},"40":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"57":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0},"68":{"tf":1.0},"70":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"85":{"tf":1.0},"93":{"tf":1.0},"97":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"df":4,"docs":{"125":{"tf":1.0},"141":{"tf":1.0},"211":{"tf":1.4142135623730951},"352":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"122":{"tf":1.0},"164":{"tf":1.0},"352":{"tf":1.0},"360":{"tf":2.0},"365":{"tf":1.0},"372":{"tf":1.0},"380":{"tf":1.0}}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":9,"docs":{"101":{"tf":1.0},"138":{"tf":1.0},"205":{"tf":1.0},"21":{"tf":1.0},"340":{"tf":1.0},"358":{"tf":1.4142135623730951},"372":{"tf":1.0},"380":{"tf":1.0},"58":{"tf":1.0}},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":48,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"102":{"tf":1.4142135623730951},"104":{"tf":2.23606797749979},"119":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"127":{"tf":1.7320508075688772},"128":{"tf":1.0},"133":{"tf":1.0},"138":{"tf":2.449489742783178},"139":{"tf":1.7320508075688772},"14":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":2.0},"145":{"tf":1.0},"147":{"tf":1.4142135623730951},"16":{"tf":1.0},"184":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"205":{"tf":1.0},"213":{"tf":1.0},"226":{"tf":1.0},"25":{"tf":1.4142135623730951},"299":{"tf":1.0},"3":{"tf":1.0},"305":{"tf":1.0},"316":{"tf":1.0},"319":{"tf":1.0},"328":{"tf":1.4142135623730951},"352":{"tf":1.0},"362":{"tf":1.0},"364":{"tf":2.449489742783178},"365":{"tf":1.0},"375":{"tf":1.0},"377":{"tf":1.4142135623730951},"385":{"tf":1.0},"386":{"tf":1.4142135623730951},"46":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.4142135623730951},"53":{"tf":1.0},"61":{"tf":1.0},"77":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0}},"s":{".":{"*":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"\\":{"df":0,"docs":{},"|":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"104":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"_":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"=":{"0":{".":{"9":{"df":2,"docs":{"305":{"tf":1.0},"364":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":5,"docs":{"104":{"tf":1.0},"25":{"tf":1.0},"305":{"tf":1.0},"50":{"tf":1.0},"53":{"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":{},"f":{"df":0,"docs":{},"o":{"df":2,"docs":{"210":{"tf":1.0},"211":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"104":{"tf":1.4142135623730951},"25":{"tf":1.0},"305":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0}},"e":{"=":{"2":{"0":{"df":1,"docs":{"364":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":2,"docs":{"305":{"tf":1.0},"364":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"l":{"df":3,"docs":{"102":{"tf":1.0},"104":{"tf":1.0},"176":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"142":{"tf":1.0}}}}},"i":{"d":{"df":5,"docs":{"124":{"tf":1.0},"175":{"tf":1.0},"188":{"tf":1.4142135623730951},"206":{"tf":1.0},"283":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"120":{"tf":1.0},"158":{"tf":1.0},"180":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"120":{"tf":1.0},"137":{"tf":1.4142135623730951},"139":{"tf":1.7320508075688772},"142":{"tf":1.0},"227":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":3,"docs":{"317":{"tf":1.0},"353":{"tf":1.0},"368":{"tf":1.0}}}},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"118":{"tf":1.4142135623730951},"125":{"tf":1.0}}}}},"df":2,"docs":{"118":{"tf":2.0},"207":{"tf":1.7320508075688772}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"251":{"tf":1.0},"304":{"tf":1.0}},"t":{"df":2,"docs":{"177":{"tf":1.0},"31":{"tf":1.0}}}}}},"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"193":{"tf":1.4142135623730951},"205":{"tf":1.0},"347":{"tf":1.0},"39":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"df":5,"docs":{"139":{"tf":1.0},"213":{"tf":1.0},"329":{"tf":1.4142135623730951},"39":{"tf":1.0},"65":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"329":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":30,"docs":{"120":{"tf":1.0},"137":{"tf":1.0},"139":{"tf":1.0},"160":{"tf":1.0},"164":{"tf":1.0},"227":{"tf":1.4142135623730951},"238":{"tf":1.4142135623730951},"260":{"tf":1.0},"261":{"tf":1.0},"274":{"tf":1.4142135623730951},"28":{"tf":1.0},"290":{"tf":1.7320508075688772},"297":{"tf":1.0},"298":{"tf":1.7320508075688772},"301":{"tf":2.0},"322":{"tf":3.605551275463989},"359":{"tf":1.0},"360":{"tf":1.0},"362":{"tf":1.4142135623730951},"367":{"tf":2.0},"368":{"tf":3.0},"371":{"tf":1.0},"381":{"tf":1.0},"384":{"tf":1.0},"386":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"46":{"tf":1.0},"58":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{")":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"274":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":6,"docs":{"13":{"tf":1.0},"163":{"tf":1.0},"166":{"tf":1.0},"273":{"tf":1.0},"28":{"tf":1.4142135623730951},"3":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":1,"docs":{"205":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"<":{"b":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":24,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.7320508075688772},"12":{"tf":1.0},"137":{"tf":1.0},"171":{"tf":1.0},"336":{"tf":1.4142135623730951},"96":{"tf":1.0},"97":{"tf":1.7320508075688772},"98":{"tf":1.0},"99":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":16,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"10":{"tf":1.7320508075688772},"11":{"tf":1.0},"12":{"tf":1.0},"192":{"tf":1.0},"2":{"tf":1.0},"205":{"tf":1.0},"214":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":15,"docs":{"104":{"tf":1.0},"134":{"tf":1.0},"138":{"tf":1.0},"141":{"tf":1.0},"168":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.4142135623730951},"219":{"tf":1.0},"220":{"tf":1.0},"229":{"tf":1.0},"24":{"tf":1.4142135623730951},"271":{"tf":1.0},"345":{"tf":1.0},"386":{"tf":1.0},"8":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"188":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"386":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"191":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"0":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"178":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"/":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":1,"docs":{"148":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"141":{"tf":1.0}}}}}}}}}}}},"df":60,"docs":{"1":{"tf":1.0},"102":{"tf":2.449489742783178},"113":{"tf":1.0},"114":{"tf":1.4142135623730951},"130":{"tf":1.0},"131":{"tf":1.0},"135":{"tf":1.0},"138":{"tf":1.0},"153":{"tf":1.4142135623730951},"154":{"tf":1.0},"156":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"164":{"tf":1.0},"167":{"tf":1.7320508075688772},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":2.23606797749979},"179":{"tf":1.4142135623730951},"180":{"tf":2.23606797749979},"181":{"tf":1.0},"182":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":2.0},"192":{"tf":1.0},"195":{"tf":1.0},"218":{"tf":1.0},"227":{"tf":1.0},"244":{"tf":1.0},"254":{"tf":1.0},"256":{"tf":1.0},"261":{"tf":1.0},"262":{"tf":1.0},"270":{"tf":1.0},"295":{"tf":1.0},"299":{"tf":1.0},"3":{"tf":1.4142135623730951},"301":{"tf":1.0},"306":{"tf":1.0},"316":{"tf":1.0},"322":{"tf":1.0},"344":{"tf":1.0},"352":{"tf":1.0},"364":{"tf":1.0},"367":{"tf":1.0},"379":{"tf":2.0},"386":{"tf":1.0},"41":{"tf":1.4142135623730951},"58":{"tf":1.0},"60":{"tf":1.0},"73":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":6,"docs":{"160":{"tf":1.0},"19":{"tf":1.0},"28":{"tf":1.0},"39":{"tf":1.0},"66":{"tf":1.0},"70":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":7,"docs":{"102":{"tf":1.0},"137":{"tf":2.8284271247461903},"138":{"tf":1.7320508075688772},"180":{"tf":1.0},"184":{"tf":1.4142135623730951},"188":{"tf":1.4142135623730951},"189":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"=":{"1":{"2":{"0":{"df":1,"docs":{"102":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":10,"docs":{"102":{"tf":1.4142135623730951},"109":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"192":{"tf":1.0},"304":{"tf":1.0},"344":{"tf":1.0},"386":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"172":{"tf":1.0},"192":{"tf":1.0},"213":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"i":{"df":5,"docs":{"239":{"tf":1.0},"258":{"tf":1.0},"322":{"tf":1.4142135623730951},"356":{"tf":1.0},"384":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"[":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"35":{"tf":1.0}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"37":{"tf":1.0}}}}},"df":0,"docs":{}},"df":40,"docs":{"1":{"tf":1.4142135623730951},"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.7320508075688772},"148":{"tf":1.0},"151":{"tf":1.4142135623730951},"181":{"tf":1.0},"19":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"197":{"tf":1.0},"213":{"tf":1.0},"225":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"35":{"tf":2.0},"36":{"tf":1.0},"362":{"tf":1.0},"37":{"tf":1.7320508075688772},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"75":{"tf":1.0},"76":{"tf":1.4142135623730951},"96":{"tf":1.0},"97":{"tf":1.7320508075688772},"98":{"tf":1.0},"99":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"123":{"tf":1.0},"142":{"tf":2.0},"386":{"tf":1.0},"85":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":7,"docs":{"137":{"tf":2.0},"138":{"tf":1.4142135623730951},"139":{"tf":1.4142135623730951},"14":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"48":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"196":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":12,"docs":{"100":{"tf":1.7320508075688772},"104":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"171":{"tf":1.4142135623730951},"172":{"tf":1.7320508075688772},"352":{"tf":1.0},"361":{"tf":1.0},"378":{"tf":1.0},"53":{"tf":1.0},"78":{"tf":1.0},"92":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"373":{"tf":1.0},"59":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"65":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"125":{"tf":1.0},"129":{"tf":1.0}}}},"df":4,"docs":{"16":{"tf":1.7320508075688772},"219":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0}}}}}},"p":{"df":7,"docs":{"121":{"tf":1.0},"239":{"tf":1.0},"258":{"tf":1.0},"28":{"tf":1.0},"322":{"tf":1.0},"356":{"tf":1.0},"384":{"tf":1.0}},"u":{"/":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"124":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":5,"docs":{"177":{"tf":1.0},"19":{"tf":1.0},"246":{"tf":1.0},"354":{"tf":1.4142135623730951},"362":{"tf":1.7320508075688772}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":9,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.4142135623730951},"102":{"tf":1.0},"104":{"tf":1.0},"137":{"tf":1.0},"323":{"tf":1.0},"356":{"tf":1.0},"362":{"tf":1.0},"368":{"tf":2.23606797749979}}}},"t":{"df":0,"docs":{},"e":{":":{":":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"210":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":19,"docs":{"14":{"tf":1.0},"144":{"tf":1.0},"15":{"tf":1.0},"151":{"tf":1.0},"191":{"tf":1.0},"208":{"tf":1.0},"213":{"tf":2.23606797749979},"214":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"35":{"tf":1.7320508075688772},"36":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.0},"68":{"tf":1.4142135623730951},"74":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":14,"docs":{"101":{"tf":2.0},"118":{"tf":1.0},"137":{"tf":1.0},"14":{"tf":1.0},"142":{"tf":1.0},"205":{"tf":1.0},"245":{"tf":1.0},"257":{"tf":1.0},"28":{"tf":1.0},"367":{"tf":1.0},"386":{"tf":1.4142135623730951},"51":{"tf":1.0},"70":{"tf":1.0},"75":{"tf":1.0}},"e":{"d":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"105":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"101":{"tf":1.0}}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":9,"docs":{"1":{"tf":1.0},"2":{"tf":1.0},"214":{"tf":1.0},"32":{"tf":1.0},"37":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"78":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"c":{"df":4,"docs":{"138":{"tf":1.0},"246":{"tf":1.4142135623730951},"294":{"tf":1.4142135623730951},"316":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"283":{"tf":1.0}}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"137":{"tf":1.0},"200":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"a":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"e":{",":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"_":{"d":{"a":{"_":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"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":4,"docs":{"255":{"tf":1.0},"299":{"tf":1.0},"317":{"tf":1.0},"73":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":3,"docs":{"299":{"tf":1.4142135623730951},"319":{"tf":1.4142135623730951},"386":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":3,"docs":{"237":{"tf":1.0},"354":{"tf":1.0},"356":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"t":{"df":0,"docs":{},"x":{".":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"170":{"tf":1.0}},"e":{"d":{"(":{")":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"174":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"b":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":2,"docs":{"171":{"tf":1.4142135623730951},"172":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"?":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"112":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"137":{"tf":1.7320508075688772},"141":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"172":{"tf":1.0},"203":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"204":{"tf":1.4142135623730951}}}}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"0":{"df":2,"docs":{"328":{"tf":1.0},"47":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"[":{"0":{"df":2,"docs":{"173":{"tf":1.0},"328":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"178":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"326":{"tf":1.0}}},"y":{"(":{")":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"(":{"df":0,"docs":{},"|":{"df":0,"docs":{},"p":{"df":3,"docs":{"326":{"tf":1.0},"47":{"tf":1.0},"73":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":8,"docs":{"112":{"tf":1.0},"171":{"tf":1.4142135623730951},"172":{"tf":1.0},"178":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.4142135623730951},"210":{"tf":1.4142135623730951},"211":{"tf":1.4142135623730951}}}},"u":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":6,"docs":{"143":{"tf":1.0},"144":{"tf":1.0},"148":{"tf":1.0},"274":{"tf":2.449489742783178},"275":{"tf":1.0},"36":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"/":{"b":{"d":{"d":{"df":7,"docs":{"143":{"tf":1.7320508075688772},"144":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"274":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"[":{"c":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"35":{"tf":1.0}}},"df":0,"docs":{}}}},"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":{},"s":{"df":2,"docs":{"144":{"tf":1.0},"146":{"tf":1.0}}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"144":{"tf":1.0},"146":{"tf":1.0},"274":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"274":{"tf":1.4142135623730951}}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"[":{"c":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"*":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":1,"docs":{"374":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":15,"docs":{"137":{"tf":1.0},"138":{"tf":1.7320508075688772},"139":{"tf":1.0},"140":{"tf":1.0},"145":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"169":{"tf":1.0},"173":{"tf":1.0},"177":{"tf":1.7320508075688772},"179":{"tf":1.7320508075688772},"19":{"tf":1.0},"318":{"tf":1.0},"367":{"tf":1.4142135623730951},"368":{"tf":1.0},"78":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"[":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"37":{"tf":1.0}}}}}}},"df":31,"docs":{"102":{"tf":1.0},"11":{"tf":1.0},"112":{"tf":1.4142135623730951},"114":{"tf":1.0},"123":{"tf":1.0},"131":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":3.4641016151377544},"138":{"tf":1.7320508075688772},"139":{"tf":1.0},"14":{"tf":1.4142135623730951},"141":{"tf":2.0},"148":{"tf":1.0},"15":{"tf":1.0},"195":{"tf":1.0},"198":{"tf":1.0},"202":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"218":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"276":{"tf":1.4142135623730951},"298":{"tf":1.0},"356":{"tf":1.0},"37":{"tf":2.23606797749979},"57":{"tf":1.0},"74":{"tf":1.0},"9":{"tf":1.0},"94":{"tf":1.0}}}}}}},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"304":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"[":{"4":{"df":1,"docs":{"76":{"tf":1.0}}},"df":0,"docs":{}},"a":{".":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{")":{".":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{"df":1,"docs":{"196":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{")":{".":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{")":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"2":{"0":{"df":1,"docs":{"194":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{")":{".":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"2":{"0":{"df":1,"docs":{"122":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":4,"docs":{"19":{"tf":1.0},"23":{"tf":1.0},"343":{"tf":1.0},"350":{"tf":1.0}}},"2":{")":{".":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"2":{"df":3,"docs":{"111":{"tf":1.0},"129":{"tf":1.0},"32":{"tf":1.0}}},"3":{"df":1,"docs":{"134":{"tf":1.0}}},"4":{"df":1,"docs":{"108":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"101":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"195":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"r":{"df":2,"docs":{"101":{"tf":1.0},"195":{"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":{},"n":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"129":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"343":{"tf":1.0}}}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"(":{"df":0,"docs":{},"|":{"d":{"a":{"df":15,"docs":{"101":{"tf":1.0},"108":{"tf":1.0},"111":{"tf":1.0},"122":{"tf":1.0},"129":{"tf":1.0},"134":{"tf":1.0},"19":{"tf":1.0},"194":{"tf":1.0},"196":{"tf":1.0},"23":{"tf":1.0},"32":{"tf":1.0},"343":{"tf":1.0},"350":{"tf":1.0},"40":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":2,"docs":{"105":{"tf":1.0},"40":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":2,"docs":{"101":{"tf":1.0},"195":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":59,"docs":{"1":{"tf":1.0},"10":{"tf":2.23606797749979},"101":{"tf":2.0},"105":{"tf":1.0},"108":{"tf":1.4142135623730951},"113":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":2.0},"129":{"tf":2.0},"132":{"tf":1.0},"134":{"tf":1.0},"14":{"tf":1.0},"145":{"tf":1.0},"171":{"tf":1.0},"176":{"tf":1.0},"189":{"tf":1.0},"19":{"tf":1.4142135623730951},"2":{"tf":1.0},"21":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":1.0},"226":{"tf":1.0},"23":{"tf":1.4142135623730951},"237":{"tf":1.0},"241":{"tf":1.0},"243":{"tf":1.0},"247":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.7320508075688772},"3":{"tf":1.0},"304":{"tf":1.0},"316":{"tf":1.0},"319":{"tf":1.7320508075688772},"328":{"tf":1.0},"343":{"tf":2.0},"350":{"tf":1.0},"351":{"tf":1.0},"352":{"tf":1.0},"356":{"tf":2.449489742783178},"36":{"tf":1.0},"365":{"tf":1.0},"377":{"tf":1.7320508075688772},"380":{"tf":1.0},"384":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":2.0},"44":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"66":{"tf":1.0},"79":{"tf":1.0},"93":{"tf":1.0},"96":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"18":{"tf":1.0},"244":{"tf":1.0},"273":{"tf":1.0},"358":{"tf":2.449489742783178},"365":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"283":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"351":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":3,"docs":{"267":{"tf":1.4142135623730951},"327":{"tf":1.0},"47":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"a":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"176":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":20,"docs":{"0":{"tf":1.0},"10":{"tf":2.0},"101":{"tf":1.7320508075688772},"125":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.0},"16":{"tf":1.0},"173":{"tf":1.0},"192":{"tf":1.0},"203":{"tf":1.0},"213":{"tf":1.0},"226":{"tf":1.0},"237":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.4142135623730951},"356":{"tf":1.0},"38":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":2.23606797749979},"65":{"tf":1.0}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"[":{"d":{"a":{"df":1,"docs":{"35":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"101":{"tf":1.4142135623730951},"105":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"y":{"df":3,"docs":{"274":{"tf":1.7320508075688772},"276":{"tf":1.4142135623730951},"281":{"tf":1.0}}}},"df":2,"docs":{"34":{"tf":1.0},"76":{"tf":1.0}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"368":{"tf":1.0}}}}}},"df":47,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"104":{"tf":1.0},"113":{"tf":1.4142135623730951},"117":{"tf":1.0},"119":{"tf":1.7320508075688772},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"159":{"tf":1.0},"195":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"228":{"tf":1.4142135623730951},"229":{"tf":1.0},"255":{"tf":1.4142135623730951},"266":{"tf":1.7320508075688772},"281":{"tf":1.0},"288":{"tf":1.4142135623730951},"289":{"tf":2.23606797749979},"29":{"tf":1.0},"299":{"tf":1.7320508075688772},"3":{"tf":1.0},"301":{"tf":1.4142135623730951},"302":{"tf":2.6457513110645907},"306":{"tf":1.4142135623730951},"310":{"tf":1.4142135623730951},"312":{"tf":1.7320508075688772},"315":{"tf":1.0},"317":{"tf":1.7320508075688772},"322":{"tf":1.4142135623730951},"323":{"tf":1.4142135623730951},"325":{"tf":1.0},"331":{"tf":1.4142135623730951},"333":{"tf":2.0},"334":{"tf":1.0},"337":{"tf":1.0},"363":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":1.4142135623730951},"51":{"tf":1.0},"97":{"tf":1.0}},"g":{"df":1,"docs":{"54":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"255":{"tf":1.0},"299":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"354":{"tf":1.0}}}}}},"{":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"228":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":3,"docs":{"124":{"tf":1.0},"163":{"tf":1.7320508075688772},"165":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"{":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"163":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"l":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":12,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"192":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"386":{"tf":1.0},"49":{"tf":1.7320508075688772},"54":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"63":{"tf":1.0},"75":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"63":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"117":{"tf":1.0},"373":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"15":{"tf":1.0},"191":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"212":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":53,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"115":{"tf":1.0},"120":{"tf":1.0},"19":{"tf":1.0},"192":{"tf":1.0},"194":{"tf":1.0},"203":{"tf":1.0},"206":{"tf":1.0},"210":{"tf":1.0},"23":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"25":{"tf":1.0},"255":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0},"266":{"tf":1.0},"286":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"316":{"tf":1.0},"317":{"tf":1.0},"321":{"tf":1.0},"322":{"tf":1.4142135623730951},"323":{"tf":1.0},"324":{"tf":1.0},"327":{"tf":1.0},"351":{"tf":1.0},"363":{"tf":1.0},"367":{"tf":1.4142135623730951},"368":{"tf":1.4142135623730951},"385":{"tf":1.7320508075688772},"43":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":1.0},"50":{"tf":1.7320508075688772},"51":{"tf":1.0},"53":{"tf":1.7320508075688772},"97":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":16,"docs":{"14":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"192":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"213":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"232":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"355":{"tf":1.0},"40":{"tf":1.0},"57":{"tf":1.0},"76":{"tf":1.0},"80":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"115":{"tf":1.0},"144":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0}}}}}}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":2,"docs":{"137":{"tf":1.0},"180":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"y":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"188":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":5,"docs":{"138":{"tf":2.6457513110645907},"182":{"tf":1.0},"183":{"tf":1.4142135623730951},"304":{"tf":1.0},"79":{"tf":1.0}},"e":{"d":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"172":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"172":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"s":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"185":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"125":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"a":{"df":2,"docs":{"120":{"tf":1.0},"204":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"18":{"tf":1.0},"226":{"tf":1.0},"41":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":2,"docs":{"273":{"tf":1.0},"66":{"tf":1.7320508075688772}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":8,"docs":{"131":{"tf":1.0},"136":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":1.0},"274":{"tf":1.0},"36":{"tf":1.0},"65":{"tf":1.0},"71":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"358":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":8,"docs":{"102":{"tf":1.0},"14":{"tf":1.0},"164":{"tf":1.0},"274":{"tf":1.7320508075688772},"275":{"tf":1.0},"280":{"tf":1.4142135623730951},"85":{"tf":1.0},"86":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"205":{"tf":1.0},"218":{"tf":1.0}}}}}}},"df":0,"docs":{}},"[":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":2,"docs":{"150":{"tf":1.0},"2":{"tf":1.0}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"55":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"55":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":182,"docs":{"11":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"14":{"tf":2.0},"140":{"tf":1.0},"144":{"tf":1.7320508075688772},"145":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.7320508075688772},"161":{"tf":1.0},"167":{"tf":1.0},"178":{"tf":1.0},"19":{"tf":1.4142135623730951},"192":{"tf":1.4142135623730951},"2":{"tf":1.7320508075688772},"205":{"tf":2.449489742783178},"213":{"tf":1.7320508075688772},"214":{"tf":1.4142135623730951},"218":{"tf":2.0},"219":{"tf":2.0},"220":{"tf":1.0},"221":{"tf":1.4142135623730951},"222":{"tf":1.0},"223":{"tf":1.4142135623730951},"224":{"tf":2.0},"225":{"tf":1.4142135623730951},"226":{"tf":1.4142135623730951},"227":{"tf":1.7320508075688772},"228":{"tf":1.0},"229":{"tf":1.4142135623730951},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"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.4142135623730951},"251":{"tf":1.4142135623730951},"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},"26":{"tf":2.23606797749979},"260":{"tf":1.0},"261":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"271":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.0},"274":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0},"28":{"tf":2.0},"280":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.0},"285":{"tf":1.0},"286":{"tf":1.0},"287":{"tf":1.0},"288":{"tf":1.0},"289":{"tf":1.0},"290":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"3":{"tf":1.4142135623730951},"300":{"tf":1.0},"301":{"tf":1.4142135623730951},"302":{"tf":1.7320508075688772},"303":{"tf":1.0},"304":{"tf":1.4142135623730951},"305":{"tf":1.4142135623730951},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.0},"314":{"tf":1.0},"315":{"tf":1.0},"316":{"tf":1.4142135623730951},"317":{"tf":1.0},"318":{"tf":1.0},"319":{"tf":1.0},"32":{"tf":1.0},"320":{"tf":1.0},"321":{"tf":1.0},"322":{"tf":1.0},"323":{"tf":1.0},"324":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.4142135623730951},"328":{"tf":1.0},"329":{"tf":1.0},"33":{"tf":1.0},"330":{"tf":1.0},"331":{"tf":1.0},"332":{"tf":1.0},"333":{"tf":1.0},"334":{"tf":1.0},"348":{"tf":1.7320508075688772},"349":{"tf":1.0},"35":{"tf":2.0},"350":{"tf":1.0},"358":{"tf":1.4142135623730951},"359":{"tf":1.7320508075688772},"36":{"tf":2.0},"37":{"tf":1.7320508075688772},"370":{"tf":1.0},"38":{"tf":1.4142135623730951},"386":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951},"4":{"tf":1.0},"41":{"tf":2.0},"45":{"tf":1.0},"47":{"tf":1.4142135623730951},"49":{"tf":1.0},"55":{"tf":1.4142135623730951},"58":{"tf":1.7320508075688772},"63":{"tf":1.0},"65":{"tf":1.7320508075688772},"66":{"tf":1.4142135623730951},"68":{"tf":2.0},"69":{"tf":1.0},"7":{"tf":1.0},"74":{"tf":1.4142135623730951},"76":{"tf":1.0},"8":{"tf":1.0},"82":{"tf":1.7320508075688772},"83":{"tf":1.0},"88":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951},"90":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"(":{"&":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":12,"docs":{"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"19":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"349":{"tf":1.0},"350":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"32":{"tf":1.0},"4":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.4142135623730951},"90":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"[":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"37":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"[":{"\"":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"35":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"370":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"—":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"15":{"tf":1.0},"222":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"203":{"tf":1.0},"210":{"tf":1.0}},"e":{"(":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"218":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"207":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":9,"docs":{"14":{"tf":1.0},"177":{"tf":1.0},"192":{"tf":1.0},"2":{"tf":1.0},"31":{"tf":1.0},"371":{"tf":1.0},"38":{"tf":1.0},"49":{"tf":1.0},"97":{"tf":1.4142135623730951}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":11,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"11":{"tf":1.0},"117":{"tf":1.0},"142":{"tf":1.0},"192":{"tf":1.0},"204":{"tf":1.4142135623730951},"386":{"tf":1.0},"65":{"tf":1.0},"95":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"167":{"tf":1.0},"362":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":6,"docs":{"11":{"tf":1.0},"117":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"124":{"tf":1.0},"227":{"tf":1.4142135623730951},"63":{"tf":1.7320508075688772}}}}},"k":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":11,"docs":{"18":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.4142135623730951},"251":{"tf":1.0},"259":{"tf":1.0},"270":{"tf":1.0},"286":{"tf":1.0},"323":{"tf":1.0},"351":{"tf":1.4142135623730951},"358":{"tf":1.4142135623730951},"362":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"184":{"tf":1.0}}}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"141":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"367":{"tf":1.0}}}},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"351":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":17,"docs":{"119":{"tf":1.0},"164":{"tf":1.4142135623730951},"199":{"tf":1.4142135623730951},"205":{"tf":1.0},"218":{"tf":1.0},"314":{"tf":1.0},"317":{"tf":1.0},"334":{"tf":1.0},"37":{"tf":1.0},"384":{"tf":1.0},"387":{"tf":1.0},"47":{"tf":1.0},"56":{"tf":1.4142135623730951},"61":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"96":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"119":{"tf":1.0},"137":{"tf":1.4142135623730951},"298":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"355":{"tf":1.0},"51":{"tf":1.7320508075688772},"54":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"t":{"df":5,"docs":{"115":{"tf":1.4142135623730951},"117":{"tf":1.0},"352":{"tf":1.0},"385":{"tf":1.0},"51":{"tf":1.4142135623730951}}}}}}}}}}},"v":{"df":4,"docs":{"252":{"tf":1.4142135623730951},"294":{"tf":1.0},"296":{"tf":1.0},"354":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":43,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"120":{"tf":2.0},"125":{"tf":1.0},"159":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"191":{"tf":1.7320508075688772},"192":{"tf":2.23606797749979},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"221":{"tf":1.0},"243":{"tf":1.0},"252":{"tf":1.0},"274":{"tf":1.0},"292":{"tf":1.0},"337":{"tf":1.0},"63":{"tf":1.0},"9":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"221":{"tf":1.0}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"190":{"tf":1.0}},"t":{"df":1,"docs":{"162":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":3,"docs":{"360":{"tf":1.0},"380":{"tf":1.0},"382":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":17,"docs":{"122":{"tf":1.0},"137":{"tf":3.0},"139":{"tf":1.4142135623730951},"14":{"tf":1.4142135623730951},"149":{"tf":1.0},"152":{"tf":1.4142135623730951},"221":{"tf":1.0},"224":{"tf":1.0},"229":{"tf":1.0},"275":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"316":{"tf":1.0},"36":{"tf":1.0},"385":{"tf":1.0},"64":{"tf":1.0},"90":{"tf":1.0}}}}}},"r":{"df":1,"docs":{"298":{"tf":1.4142135623730951}},"e":{"c":{"df":0,"docs":{},"t":{"df":23,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"126":{"tf":1.0},"141":{"tf":1.4142135623730951},"173":{"tf":2.0},"19":{"tf":1.0},"193":{"tf":2.0},"194":{"tf":1.0},"195":{"tf":2.0},"196":{"tf":1.4142135623730951},"197":{"tf":1.0},"198":{"tf":1.7320508075688772},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"208":{"tf":1.0},"254":{"tf":1.4142135623730951},"256":{"tf":1.4142135623730951},"262":{"tf":1.4142135623730951},"27":{"tf":1.0},"28":{"tf":1.0},"39":{"tf":1.0},"96":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"159":{"tf":1.0},"176":{"tf":1.0},"254":{"tf":1.0},"256":{"tf":1.0},"262":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":22,"docs":{"153":{"tf":1.0},"156":{"tf":1.0},"19":{"tf":1.7320508075688772},"238":{"tf":1.0},"255":{"tf":1.4142135623730951},"28":{"tf":1.0},"298":{"tf":1.4142135623730951},"299":{"tf":1.4142135623730951},"307":{"tf":1.0},"317":{"tf":1.0},"318":{"tf":1.4142135623730951},"321":{"tf":2.0},"322":{"tf":1.0},"355":{"tf":1.0},"357":{"tf":1.4142135623730951},"363":{"tf":2.0},"367":{"tf":2.449489742783178},"381":{"tf":1.0},"46":{"tf":1.7320508075688772},"62":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":6,"docs":{"19":{"tf":1.0},"301":{"tf":1.0},"307":{"tf":1.0},"322":{"tf":1.0},"386":{"tf":1.0},"47":{"tf":1.0}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"363":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":2,"docs":{"140":{"tf":1.0},"160":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"140":{"tf":1.7320508075688772}}}}}}}},"df":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"j":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":1,"docs":{"137":{"tf":1.0}}}}}}},"df":1,"docs":{"137":{"tf":1.0}}}}}}},"k":{"df":3,"docs":{"253":{"tf":1.0},"351":{"tf":1.0},"363":{"tf":1.4142135623730951}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"123":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":13,"docs":{"10":{"tf":1.0},"123":{"tf":1.0},"206":{"tf":1.0},"21":{"tf":1.0},"299":{"tf":1.0},"3":{"tf":1.0},"304":{"tf":1.0},"319":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.4142135623730951},"55":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"102":{"tf":1.0},"138":{"tf":1.0},"182":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"100":{"tf":1.0},"316":{"tf":1.0},"55":{"tf":1.0},"79":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"138":{"tf":1.0},"139":{"tf":1.0},"79":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"15":{"tf":1.0},"191":{"tf":1.0}},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"137":{"tf":2.23606797749979},"138":{"tf":1.0}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"16":{"tf":1.0}}}}}}}},"df":0,"docs":{},"k":{"8":{"df":2,"docs":{"66":{"tf":1.0},"69":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"274":{"tf":1.0}}}}}}}},"df":64,"docs":{"0":{"tf":1.0},"113":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.4142135623730951},"154":{"tf":1.0},"16":{"tf":1.0},"160":{"tf":1.4142135623730951},"163":{"tf":1.0},"18":{"tf":1.7320508075688772},"213":{"tf":1.0},"221":{"tf":1.0},"226":{"tf":1.4142135623730951},"243":{"tf":1.0},"244":{"tf":2.449489742783178},"245":{"tf":2.0},"247":{"tf":1.7320508075688772},"248":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.4142135623730951},"253":{"tf":1.7320508075688772},"256":{"tf":1.0},"259":{"tf":1.0},"264":{"tf":1.7320508075688772},"270":{"tf":1.0},"273":{"tf":1.7320508075688772},"274":{"tf":3.3166247903554},"275":{"tf":1.4142135623730951},"28":{"tf":2.23606797749979},"280":{"tf":1.0},"285":{"tf":1.0},"286":{"tf":1.0},"287":{"tf":1.4142135623730951},"297":{"tf":1.7320508075688772},"301":{"tf":1.7320508075688772},"303":{"tf":1.0},"322":{"tf":3.7416573867739413},"323":{"tf":1.0},"348":{"tf":1.0},"351":{"tf":2.6457513110645907},"358":{"tf":4.0},"359":{"tf":2.0},"36":{"tf":1.0},"360":{"tf":1.7320508075688772},"362":{"tf":2.449489742783178},"365":{"tf":1.7320508075688772},"367":{"tf":2.0},"368":{"tf":2.8284271247461903},"371":{"tf":1.0},"38":{"tf":1.0},"382":{"tf":1.7320508075688772},"383":{"tf":1.4142135623730951},"39":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.4142135623730951},"45":{"tf":1.0},"46":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"68":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":14,"docs":{"10":{"tf":1.0},"11":{"tf":1.4142135623730951},"115":{"tf":1.0},"117":{"tf":1.0},"120":{"tf":1.0},"16":{"tf":1.0},"206":{"tf":1.0},"213":{"tf":1.0},"229":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"337":{"tf":1.0},"387":{"tf":1.0},"66":{"tf":1.0},"95":{"tf":1.0}}}}}}}},"df":1,"docs":{"141":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":10,"docs":{"102":{"tf":1.4142135623730951},"137":{"tf":1.0},"138":{"tf":1.0},"176":{"tf":1.0},"357":{"tf":1.0},"358":{"tf":1.0},"378":{"tf":1.0},"379":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"14":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"'":{"df":0,"docs":{},"t":{"df":15,"docs":{"117":{"tf":1.0},"122":{"tf":2.449489742783178},"141":{"tf":1.0},"16":{"tf":1.4142135623730951},"166":{"tf":1.0},"181":{"tf":1.0},"190":{"tf":1.0},"252":{"tf":1.0},"352":{"tf":1.0},"358":{"tf":1.0},"379":{"tf":1.0},"385":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0}}}},"df":0,"docs":{},"e":{"[":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"228":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"274":{"tf":1.0},"368":{"tf":1.4142135623730951}}},"’":{"df":0,"docs":{},"t":{"df":2,"docs":{"210":{"tf":1.0},"373":{"tf":1.0}}}}},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"141":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"u":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"113":{"tf":1.0},"251":{"tf":1.0},"304":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"n":{"df":6,"docs":{"140":{"tf":1.0},"205":{"tf":1.0},"274":{"tf":1.0},"360":{"tf":1.0},"382":{"tf":1.0},"62":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":4,"docs":{"236":{"tf":1.0},"291":{"tf":1.0},"323":{"tf":1.0},"368":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":2,"docs":{"139":{"tf":1.0},"50":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"130":{"tf":1.0},"181":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"[":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"98":{"tf":1.0}}}},"df":0,"docs":{}},"df":10,"docs":{"101":{"tf":1.0},"137":{"tf":1.0},"184":{"tf":1.0},"192":{"tf":1.0},"2":{"tf":1.0},"203":{"tf":1.4142135623730951},"210":{"tf":1.0},"31":{"tf":1.0},"60":{"tf":1.4142135623730951},"98":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"137":{"tf":1.7320508075688772},"205":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"l":{"[":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"35":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":28,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"115":{"tf":1.0},"14":{"tf":1.0},"193":{"tf":2.0},"194":{"tf":2.0},"195":{"tf":1.0},"196":{"tf":1.4142135623730951},"197":{"tf":1.4142135623730951},"198":{"tf":1.7320508075688772},"199":{"tf":2.0},"200":{"tf":1.4142135623730951},"201":{"tf":1.0},"203":{"tf":1.0},"207":{"tf":1.7320508075688772},"208":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":1.0},"336":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.0},"36":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"74":{"tf":1.0},"96":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":3,"docs":{"139":{"tf":1.0},"278":{"tf":1.0},"380":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"t":{"df":50,"docs":{"1":{"tf":1.0},"100":{"tf":1.7320508075688772},"101":{"tf":2.0},"102":{"tf":2.6457513110645907},"104":{"tf":1.7320508075688772},"113":{"tf":1.4142135623730951},"117":{"tf":2.0},"118":{"tf":1.7320508075688772},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.7320508075688772},"124":{"tf":1.0},"126":{"tf":1.0},"134":{"tf":1.0},"137":{"tf":1.0},"14":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.0},"150":{"tf":1.0},"175":{"tf":1.0},"19":{"tf":1.4142135623730951},"192":{"tf":1.0},"203":{"tf":1.0},"214":{"tf":1.0},"25":{"tf":1.7320508075688772},"250":{"tf":1.0},"255":{"tf":1.0},"260":{"tf":1.0},"266":{"tf":1.0},"295":{"tf":1.4142135623730951},"304":{"tf":1.7320508075688772},"32":{"tf":1.0},"346":{"tf":1.4142135623730951},"352":{"tf":1.0},"364":{"tf":2.23606797749979},"365":{"tf":1.0},"385":{"tf":1.4142135623730951},"386":{"tf":2.23606797749979},"39":{"tf":1.0},"50":{"tf":1.4142135623730951},"53":{"tf":2.23606797749979},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"57":{"tf":1.0},"60":{"tf":1.7320508075688772},"76":{"tf":1.4142135623730951},"80":{"tf":1.0},"81":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"95":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"78":{"tf":1.0}}}}}}},":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"2":{"0":{"df":3,"docs":{"102":{"tf":1.0},"109":{"tf":1.0},"183":{"tf":1.0}}},"df":0,"docs":{}},"8":{"0":{"df":1,"docs":{"102":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"0":{"0":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"5":{"df":3,"docs":{"102":{"tf":1.0},"109":{"tf":1.0},"183":{"tf":1.0}}},"df":0,"docs":{}},"6":{"0":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}},"7":{"5":{"df":3,"docs":{"102":{"tf":1.0},"109":{"tf":1.0},"183":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"—":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"e":{"df":24,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"120":{"tf":1.0},"137":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"166":{"tf":1.0},"171":{"tf":1.0},"188":{"tf":1.0},"197":{"tf":1.0},"241":{"tf":1.4142135623730951},"251":{"tf":1.0},"28":{"tf":1.0},"304":{"tf":1.0},"307":{"tf":1.0},"337":{"tf":1.0},"356":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":1.0},"377":{"tf":1.0},"386":{"tf":1.4142135623730951},"80":{"tf":1.0},"81":{"tf":1.0},"98":{"tf":1.4142135623730951}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"122":{"tf":1.0},"132":{"tf":1.0},"140":{"tf":2.449489742783178}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":16,"docs":{"112":{"tf":1.0},"171":{"tf":1.7320508075688772},"172":{"tf":1.4142135623730951},"173":{"tf":1.0},"174":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.4142135623730951},"203":{"tf":2.0},"204":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"207":{"tf":1.0},"210":{"tf":1.7320508075688772},"211":{"tf":1.4142135623730951},"216":{"tf":1.0},"217":{"tf":1.0},"328":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},".":{"df":0,"docs":{},"g":{"df":26,"docs":{"117":{"tf":1.0},"139":{"tf":1.7320508075688772},"180":{"tf":1.0},"182":{"tf":1.0},"193":{"tf":1.0},"200":{"tf":1.0},"203":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"210":{"tf":1.0},"250":{"tf":1.0},"255":{"tf":1.0},"260":{"tf":1.0},"295":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.7320508075688772},"306":{"tf":1.0},"317":{"tf":1.0},"367":{"tf":1.4142135623730951},"373":{"tf":1.0},"375":{"tf":1.0},"383":{"tf":1.0},"386":{"tf":1.4142135623730951},"73":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"210":{"tf":1.0},"211":{"tf":1.0}}}}}}},"[":{"5":{"df":1,"docs":{"76":{"tf":1.0}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":20,"docs":{"105":{"tf":1.0},"111":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"14":{"tf":1.0},"169":{"tf":1.0},"172":{"tf":1.0},"176":{"tf":1.0},"202":{"tf":1.0},"213":{"tf":1.0},"227":{"tf":1.0},"318":{"tf":1.0},"353":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"386":{"tf":1.0},"55":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"119":{"tf":1.0}}}}},"s":{"df":1,"docs":{"160":{"tf":1.0}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"281":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"248":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":4,"docs":{"104":{"tf":1.0},"247":{"tf":1.0},"274":{"tf":1.4142135623730951},"368":{"tf":1.0}}}},"r":{"df":1,"docs":{"297":{"tf":1.0}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"360":{"tf":1.0}}}}},"df":46,"docs":{"122":{"tf":1.4142135623730951},"126":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"19":{"tf":1.0},"234":{"tf":1.0},"239":{"tf":1.0},"246":{"tf":1.0},"248":{"tf":1.7320508075688772},"250":{"tf":2.0},"251":{"tf":1.0},"268":{"tf":1.0},"27":{"tf":1.0},"274":{"tf":1.4142135623730951},"279":{"tf":1.0},"28":{"tf":1.0},"290":{"tf":1.0},"295":{"tf":1.0},"297":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"304":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"331":{"tf":1.0},"332":{"tf":1.0},"333":{"tf":1.0},"34":{"tf":1.0},"355":{"tf":1.0},"356":{"tf":1.0},"357":{"tf":1.0},"358":{"tf":1.0},"359":{"tf":1.0},"368":{"tf":1.0},"383":{"tf":1.0},"384":{"tf":1.0},"39":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":21,"docs":{"119":{"tf":1.0},"255":{"tf":1.0},"260":{"tf":1.0},"266":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"317":{"tf":1.0},"48":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"180":{"tf":1.0}}}}}}},"k":{"df":1,"docs":{"250":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"19":{"tf":1.0},"299":{"tf":1.0},"319":{"tf":1.0},"386":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"137":{"tf":1.0}}}}}}}}},"m":{"b":{"df":3,"docs":{"257":{"tf":1.0},"298":{"tf":1.0},"43":{"tf":1.0}},"e":{"d":{"df":3,"docs":{"151":{"tf":1.0},"256":{"tf":1.0},"41":{"tf":1.0}}},"df":0,"docs":{}},"o":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"115":{"tf":1.0},"31":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"203":{"tf":1.0},"363":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":5,"docs":{"18":{"tf":1.0},"244":{"tf":1.0},"259":{"tf":1.0},"303":{"tf":1.0},"351":{"tf":1.0}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":22,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"102":{"tf":1.4142135623730951},"115":{"tf":1.0},"119":{"tf":1.0},"245":{"tf":1.0},"255":{"tf":1.0},"261":{"tf":1.0},"274":{"tf":1.0},"28":{"tf":1.0},"289":{"tf":1.4142135623730951},"299":{"tf":1.0},"300":{"tf":1.0},"303":{"tf":1.0},"306":{"tf":1.0},"317":{"tf":1.0},"324":{"tf":1.0},"326":{"tf":1.0},"344":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"73":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":13,"docs":{"102":{"tf":1.7320508075688772},"109":{"tf":1.0},"130":{"tf":1.0},"135":{"tf":1.0},"178":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"261":{"tf":1.0},"270":{"tf":1.0},"344":{"tf":1.7320508075688772},"379":{"tf":1.4142135623730951},"40":{"tf":1.0},"51":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"d":{"df":11,"docs":{"111":{"tf":1.0},"125":{"tf":1.4142135623730951},"129":{"tf":1.4142135623730951},"138":{"tf":1.0},"14":{"tf":1.4142135623730951},"150":{"tf":1.0},"163":{"tf":1.7320508075688772},"209":{"tf":1.4142135623730951},"35":{"tf":2.23606797749979},"55":{"tf":2.449489742783178},"80":{"tf":1.0}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":14,"docs":{"141":{"tf":1.7320508075688772},"188":{"tf":1.0},"205":{"tf":1.0},"226":{"tf":1.0},"28":{"tf":1.0},"300":{"tf":1.4142135623730951},"317":{"tf":1.4142135623730951},"324":{"tf":1.0},"325":{"tf":1.0},"328":{"tf":1.0},"374":{"tf":1.4142135623730951},"41":{"tf":1.0},"47":{"tf":1.7320508075688772},"58":{"tf":1.4142135623730951}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"329":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":5,"docs":{"192":{"tf":1.0},"206":{"tf":1.0},"304":{"tf":1.0},"385":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"221":{"tf":1.4142135623730951},"244":{"tf":1.0},"259":{"tf":1.0},"31":{"tf":1.0},"65":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":10,"docs":{"112":{"tf":1.0},"122":{"tf":1.0},"192":{"tf":1.0},"203":{"tf":1.0},"365":{"tf":1.4142135623730951},"377":{"tf":1.0},"378":{"tf":1.0},"53":{"tf":1.4142135623730951},"81":{"tf":1.0},"95":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":25,"docs":{"10":{"tf":1.0},"137":{"tf":2.0},"141":{"tf":1.0},"184":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"192":{"tf":1.4142135623730951},"200":{"tf":1.0},"206":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"232":{"tf":1.0},"25":{"tf":1.0},"275":{"tf":1.0},"287":{"tf":1.0},"322":{"tf":1.4142135623730951},"355":{"tf":1.0},"360":{"tf":1.0},"371":{"tf":1.0},"378":{"tf":1.0},"379":{"tf":1.0},"380":{"tf":1.0},"381":{"tf":1.0},"386":{"tf":1.4142135623730951},"85":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":6,"docs":{"213":{"tf":1.0},"301":{"tf":1.0},"322":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.4142135623730951},"66":{"tf":1.0}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"144":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0}}}}}}}}}},"v":{"df":16,"docs":{"104":{"tf":1.0},"122":{"tf":1.0},"261":{"tf":1.0},"267":{"tf":1.0},"27":{"tf":1.0},"274":{"tf":1.4142135623730951},"278":{"tf":1.4142135623730951},"28":{"tf":1.0},"289":{"tf":1.0},"290":{"tf":1.0},"313":{"tf":1.0},"326":{"tf":1.7320508075688772},"327":{"tf":1.0},"332":{"tf":1.0},"352":{"tf":1.0},"354":{"tf":1.0}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":81,"docs":{"10":{"tf":1.4142135623730951},"11":{"tf":1.0},"113":{"tf":1.0},"118":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":2.449489742783178},"125":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"154":{"tf":1.4142135623730951},"156":{"tf":1.4142135623730951},"158":{"tf":1.4142135623730951},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"164":{"tf":1.0},"166":{"tf":1.4142135623730951},"220":{"tf":1.4142135623730951},"221":{"tf":1.0},"222":{"tf":1.4142135623730951},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.4142135623730951},"235":{"tf":1.0},"244":{"tf":1.4142135623730951},"246":{"tf":1.4142135623730951},"248":{"tf":1.4142135623730951},"250":{"tf":1.0},"251":{"tf":1.0},"255":{"tf":1.4142135623730951},"260":{"tf":1.4142135623730951},"266":{"tf":1.4142135623730951},"271":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.4142135623730951},"276":{"tf":1.0},"28":{"tf":1.7320508075688772},"289":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":2.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"3":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.4142135623730951},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"31":{"tf":1.4142135623730951},"310":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.7320508075688772},"314":{"tf":1.0},"317":{"tf":1.7320508075688772},"326":{"tf":1.0},"334":{"tf":1.0},"357":{"tf":1.4142135623730951},"385":{"tf":1.0},"386":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"55":{"tf":1.0},"58":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"8":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"352":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"199":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"r":{"(":{"\"":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"172":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"203":{"tf":1.0}},"t":{"df":1,"docs":{"112":{"tf":1.0}}}}}},"_":{"df":1,"docs":{"171":{"tf":1.0}}},"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"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":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"210":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"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":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"171":{"tf":1.0},"174":{"tf":1.0},"204":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{":":{":":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"a":{"d":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{":":{":":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"171":{"tf":1.4142135623730951},"172":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"d":{"(":{"_":{"df":1,"docs":{"172":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"171":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"/":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"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":{}}},"df":34,"docs":{"100":{"tf":1.0},"101":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"104":{"tf":1.0},"124":{"tf":1.0},"141":{"tf":1.4142135623730951},"18":{"tf":1.0},"204":{"tf":1.4142135623730951},"205":{"tf":1.0},"218":{"tf":1.0},"232":{"tf":1.4142135623730951},"241":{"tf":1.7320508075688772},"253":{"tf":1.0},"255":{"tf":1.0},"299":{"tf":1.0},"317":{"tf":1.0},"324":{"tf":1.4142135623730951},"351":{"tf":1.0},"352":{"tf":1.0},"355":{"tf":1.4142135623730951},"356":{"tf":2.0},"357":{"tf":1.4142135623730951},"358":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":1.4142135623730951},"361":{"tf":1.4142135623730951},"364":{"tf":1.0},"365":{"tf":1.0},"370":{"tf":1.4142135623730951},"372":{"tf":1.4142135623730951},"376":{"tf":1.4142135623730951},"377":{"tf":1.0},"380":{"tf":1.0},"381":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":4,"docs":{"150":{"tf":1.0},"30":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"117":{"tf":1.0}}}}}},"t":{"c":{"df":12,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"171":{"tf":1.0},"203":{"tf":1.0},"205":{"tf":1.0},"243":{"tf":1.0},"246":{"tf":1.0},"270":{"tf":1.0},"307":{"tf":1.0},"318":{"tf":1.4142135623730951},"328":{"tf":1.0},"362":{"tf":1.0}}},"df":0,"docs":{}},"v":{"a":{"df":0,"docs":{},"l":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"98":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":4,"docs":{"28":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"332":{"tf":1.0}},"u":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"171":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"211":{"tf":1.0},"217":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"112":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":3,"docs":{"173":{"tf":1.0},"174":{"tf":1.0},"328":{"tf":1.0}}}}},"df":0,"docs":{}},"[":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"2":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"150":{"tf":1.0}}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"55":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":14,"docs":{"14":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.4142135623730951},"192":{"tf":1.0},"2":{"tf":1.0},"204":{"tf":1.4142135623730951},"211":{"tf":1.0},"364":{"tf":1.0},"38":{"tf":1.0},"386":{"tf":1.0},"55":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"80":{"tf":1.0},"98":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":5,"docs":{"137":{"tf":1.0},"251":{"tf":1.0},"275":{"tf":1.0},"297":{"tf":1.0},"62":{"tf":1.0}},"t":{"df":4,"docs":{"102":{"tf":1.0},"373":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}},"s":{"<":{"b":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"df":2,"docs":{"138":{"tf":1.0},"354":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":6,"docs":{"1":{"tf":1.0},"230":{"tf":1.0},"248":{"tf":1.0},"251":{"tf":1.0},"28":{"tf":1.0},"383":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"137":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":3,"docs":{"191":{"tf":1.0},"38":{"tf":1.0},"63":{"tf":1.0}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"368":{"tf":1.4142135623730951},"50":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":141,"docs":{"102":{"tf":1.0},"114":{"tf":1.0},"118":{"tf":1.4142135623730951},"12":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.4142135623730951},"126":{"tf":2.23606797749979},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":2.23606797749979},"132":{"tf":1.4142135623730951},"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},"144":{"tf":1.4142135623730951},"145":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"149":{"tf":1.0},"15":{"tf":1.4142135623730951},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"157":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"171":{"tf":1.4142135623730951},"172":{"tf":1.4142135623730951},"173":{"tf":1.0},"176":{"tf":1.7320508075688772},"179":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":2.0},"199":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.4142135623730951},"206":{"tf":1.0},"208":{"tf":1.4142135623730951},"209":{"tf":1.7320508075688772},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.7320508075688772},"214":{"tf":1.4142135623730951},"216":{"tf":1.0},"218":{"tf":1.7320508075688772},"220":{"tf":1.0},"222":{"tf":1.0},"229":{"tf":1.0},"240":{"tf":1.0},"246":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.7320508075688772},"250":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.4142135623730951},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.4142135623730951},"258":{"tf":1.4142135623730951},"259":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":2.0},"266":{"tf":1.0},"267":{"tf":1.7320508075688772},"268":{"tf":1.0},"269":{"tf":1.0},"27":{"tf":1.0},"270":{"tf":1.0},"271":{"tf":1.0},"273":{"tf":1.4142135623730951},"274":{"tf":1.7320508075688772},"28":{"tf":1.0},"29":{"tf":1.4142135623730951},"292":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.4142135623730951},"299":{"tf":1.4142135623730951},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.4142135623730951},"306":{"tf":1.4142135623730951},"308":{"tf":1.4142135623730951},"314":{"tf":1.0},"316":{"tf":2.23606797749979},"317":{"tf":1.4142135623730951},"318":{"tf":1.0},"319":{"tf":1.0},"321":{"tf":1.4142135623730951},"322":{"tf":1.4142135623730951},"324":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"328":{"tf":1.0},"334":{"tf":1.0},"336":{"tf":1.0},"35":{"tf":2.0},"350":{"tf":1.4142135623730951},"353":{"tf":1.0},"354":{"tf":1.4142135623730951},"356":{"tf":1.0},"357":{"tf":1.4142135623730951},"359":{"tf":1.0},"36":{"tf":1.0},"360":{"tf":1.0},"361":{"tf":1.0},"363":{"tf":1.4142135623730951},"364":{"tf":1.4142135623730951},"368":{"tf":2.0},"373":{"tf":1.0},"386":{"tf":1.0},"39":{"tf":1.4142135623730951},"4":{"tf":1.7320508075688772},"65":{"tf":1.7320508075688772},"66":{"tf":1.4142135623730951},"71":{"tf":1.7320508075688772},"74":{"tf":1.4142135623730951},"75":{"tf":1.0},"85":{"tf":1.0},"96":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":58,"docs":{"100":{"tf":1.0},"122":{"tf":1.4142135623730951},"126":{"tf":1.0},"151":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"19":{"tf":1.0},"232":{"tf":1.0},"234":{"tf":1.0},"239":{"tf":1.4142135623730951},"246":{"tf":1.0},"248":{"tf":1.7320508075688772},"250":{"tf":2.0},"251":{"tf":1.4142135623730951},"255":{"tf":1.0},"261":{"tf":1.0},"268":{"tf":1.7320508075688772},"27":{"tf":1.4142135623730951},"270":{"tf":1.0},"274":{"tf":1.7320508075688772},"279":{"tf":1.4142135623730951},"28":{"tf":1.0},"290":{"tf":1.0},"295":{"tf":1.0},"297":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"304":{"tf":1.4142135623730951},"307":{"tf":1.4142135623730951},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"331":{"tf":1.0},"332":{"tf":1.0},"333":{"tf":1.0},"351":{"tf":1.0},"355":{"tf":1.0},"356":{"tf":1.4142135623730951},"357":{"tf":1.4142135623730951},"358":{"tf":1.0},"359":{"tf":1.4142135623730951},"365":{"tf":1.0},"368":{"tf":1.4142135623730951},"381":{"tf":1.0},"383":{"tf":1.4142135623730951},"384":{"tf":1.4142135623730951},"39":{"tf":1.0},"44":{"tf":1.0},"66":{"tf":1.0},"70":{"tf":1.0}}}}},"/":{"c":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"144":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":2,"docs":{"213":{"tf":1.0},"65":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"k":{"8":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":2,"docs":{"213":{"tf":1.0},"65":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":2,"docs":{"213":{"tf":1.0},"65":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"218":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"216":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":5,"docs":{"126":{"tf":1.0},"19":{"tf":1.0},"214":{"tf":1.0},"39":{"tf":1.0},"74":{"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":0,"docs":{},"n":{"df":1,"docs":{"35":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"352":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"c":{"df":3,"docs":{"121":{"tf":1.0},"322":{"tf":1.0},"368":{"tf":1.0}},"u":{"df":0,"docs":{},"t":{"df":29,"docs":{"1":{"tf":1.0},"104":{"tf":1.0},"111":{"tf":1.0},"14":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":2.23606797749979},"2":{"tf":1.4142135623730951},"203":{"tf":1.0},"220":{"tf":1.0},"222":{"tf":1.0},"226":{"tf":1.0},"228":{"tf":1.0},"250":{"tf":1.0},"26":{"tf":2.0},"276":{"tf":1.0},"292":{"tf":1.0},"34":{"tf":1.0},"349":{"tf":1.7320508075688772},"352":{"tf":1.0},"36":{"tf":1.4142135623730951},"38":{"tf":1.0},"386":{"tf":1.0},"39":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"65":{"tf":1.0},"76":{"tf":1.0},"96":{"tf":1.0},"98":{"tf":1.0}},"e":{"[":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"150":{"tf":1.0}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"55":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"386":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"r":{"df":54,"docs":{"1":{"tf":1.0},"10":{"tf":1.4142135623730951},"101":{"tf":3.1622776601683795},"102":{"tf":2.0},"109":{"tf":1.0},"113":{"tf":1.0},"123":{"tf":1.0},"126":{"tf":1.0},"132":{"tf":1.7320508075688772},"14":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.4142135623730951},"177":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"185":{"tf":1.0},"19":{"tf":1.4142135623730951},"190":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"226":{"tf":1.0},"233":{"tf":1.0},"235":{"tf":1.4142135623730951},"236":{"tf":1.0},"250":{"tf":1.0},"254":{"tf":1.0},"255":{"tf":1.4142135623730951},"260":{"tf":1.0},"266":{"tf":1.0},"27":{"tf":1.0},"274":{"tf":1.0},"295":{"tf":1.7320508075688772},"296":{"tf":1.4142135623730951},"305":{"tf":1.0},"31":{"tf":1.0},"316":{"tf":1.0},"318":{"tf":2.0},"321":{"tf":1.0},"323":{"tf":1.4142135623730951},"340":{"tf":1.0},"357":{"tf":2.0},"360":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":1.4142135623730951},"386":{"tf":1.4142135623730951},"39":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"78":{"tf":1.7320508075688772},"90":{"tf":1.0},"92":{"tf":1.0},"95":{"tf":1.0}},"s":{"(":{"1":{"df":5,"docs":{"21":{"tf":1.0},"4":{"tf":1.0},"78":{"tf":1.0},"83":{"tf":1.0},"92":{"tf":1.0}}},"2":{"df":3,"docs":{"118":{"tf":1.0},"32":{"tf":1.0},"340":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"90":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"n":{"df":1,"docs":{"101":{"tf":1.0}}}},".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"323":{"tf":1.0},"368":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":9,"docs":{"1":{"tf":1.0},"100":{"tf":1.0},"101":{"tf":1.0},"137":{"tf":1.4142135623730951},"140":{"tf":1.4142135623730951},"31":{"tf":1.0},"38":{"tf":1.0},"386":{"tf":1.0},"75":{"tf":1.0}}}}},"df":0,"docs":{}}},"h":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"122":{"tf":1.0},"137":{"tf":1.0},"362":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"352":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"372":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":19,"docs":{"137":{"tf":1.4142135623730951},"138":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"144":{"tf":1.4142135623730951},"18":{"tf":1.0},"232":{"tf":1.0},"247":{"tf":1.4142135623730951},"248":{"tf":1.0},"251":{"tf":1.0},"273":{"tf":1.0},"297":{"tf":1.4142135623730951},"352":{"tf":1.0},"356":{"tf":1.0},"359":{"tf":1.0},"365":{"tf":1.4142135623730951},"377":{"tf":1.0},"381":{"tf":1.0},"384":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"355":{"tf":1.0}}}}}}}}}}},"t":{"df":1,"docs":{"274":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"197":{"tf":1.0},"209":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"171":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"100":{"tf":1.0},"195":{"tf":1.0},"198":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":35,"docs":{"102":{"tf":1.7320508075688772},"104":{"tf":1.0},"105":{"tf":1.0},"111":{"tf":1.0},"123":{"tf":2.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"151":{"tf":1.0},"183":{"tf":1.0},"19":{"tf":1.0},"194":{"tf":1.0},"196":{"tf":1.0},"198":{"tf":1.0},"32":{"tf":1.0},"345":{"tf":1.0},"349":{"tf":1.0},"350":{"tf":1.0},"364":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"80":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951},"90":{"tf":1.0},"94":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"217":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"217":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"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":{"37":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"203":{"tf":1.0},"210":{"tf":1.0}}}}}}},"df":0,"docs":{}},":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":1,"docs":{"195":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}},"[":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.0}}}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"345":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":124,"docs":{"1":{"tf":1.0},"100":{"tf":2.449489742783178},"101":{"tf":2.8284271247461903},"102":{"tf":2.6457513110645907},"103":{"tf":1.7320508075688772},"104":{"tf":1.7320508075688772},"105":{"tf":2.449489742783178},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.4142135623730951},"112":{"tf":2.0},"113":{"tf":1.4142135623730951},"114":{"tf":2.0},"115":{"tf":1.0},"117":{"tf":1.0},"119":{"tf":1.0},"123":{"tf":1.4142135623730951},"124":{"tf":1.0},"125":{"tf":1.4142135623730951},"126":{"tf":1.0},"13":{"tf":1.0},"137":{"tf":3.0},"138":{"tf":1.4142135623730951},"139":{"tf":1.7320508075688772},"14":{"tf":1.7320508075688772},"140":{"tf":1.0},"141":{"tf":2.0},"142":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.4142135623730951},"15":{"tf":1.0},"150":{"tf":1.0},"162":{"tf":1.4142135623730951},"167":{"tf":1.0},"168":{"tf":1.0},"171":{"tf":2.6457513110645907},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.4142135623730951},"180":{"tf":1.0},"182":{"tf":1.0},"184":{"tf":1.4142135623730951},"188":{"tf":1.0},"189":{"tf":1.4142135623730951},"192":{"tf":2.23606797749979},"197":{"tf":2.23606797749979},"2":{"tf":1.4142135623730951},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":2.6457513110645907},"204":{"tf":3.0},"205":{"tf":1.0},"209":{"tf":2.0},"210":{"tf":2.0},"211":{"tf":2.23606797749979},"212":{"tf":1.4142135623730951},"213":{"tf":1.0},"214":{"tf":1.0},"217":{"tf":2.23606797749979},"223":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":2.0},"24":{"tf":1.4142135623730951},"251":{"tf":1.0},"252":{"tf":1.0},"26":{"tf":1.0},"261":{"tf":1.0},"28":{"tf":1.0},"298":{"tf":1.0},"3":{"tf":1.0},"304":{"tf":1.0},"32":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.0},"328":{"tf":1.4142135623730951},"33":{"tf":1.0},"345":{"tf":1.4142135623730951},"35":{"tf":1.0},"356":{"tf":1.0},"36":{"tf":1.0},"364":{"tf":2.23606797749979},"37":{"tf":1.4142135623730951},"370":{"tf":1.4142135623730951},"374":{"tf":1.0},"377":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"380":{"tf":1.0},"384":{"tf":1.0},"385":{"tf":1.4142135623730951},"386":{"tf":2.23606797749979},"47":{"tf":1.4142135623730951},"50":{"tf":2.6457513110645907},"52":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"59":{"tf":1.0},"61":{"tf":1.4142135623730951},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"78":{"tf":1.0},"80":{"tf":2.0},"81":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":1.4142135623730951},"93":{"tf":1.0},"94":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951},"97":{"tf":2.23606797749979},"98":{"tf":2.0},"99":{"tf":1.0}},"e":{"d":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"104":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"174":{"tf":1.7320508075688772}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"204":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":14,"docs":{"121":{"tf":1.0},"126":{"tf":1.0},"158":{"tf":1.0},"19":{"tf":1.0},"226":{"tf":1.0},"246":{"tf":1.0},"276":{"tf":1.0},"278":{"tf":1.0},"286":{"tf":1.0},"294":{"tf":1.0},"351":{"tf":1.0},"386":{"tf":1.0},"39":{"tf":1.0},"71":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"1":{"tf":1.4142135623730951},"140":{"tf":1.0},"32":{"tf":1.0},"76":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"203":{"tf":1.0},"354":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":7,"docs":{"117":{"tf":1.4142135623730951},"14":{"tf":1.0},"185":{"tf":1.0},"67":{"tf":1.4142135623730951},"75":{"tf":1.0},"79":{"tf":1.0},"95":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"115":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"120":{"tf":1.0},"13":{"tf":1.0},"195":{"tf":1.0},"368":{"tf":1.4142135623730951},"53":{"tf":1.0},"63":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"102":{"tf":1.0},"105":{"tf":1.0},"193":{"tf":1.0},"357":{"tf":1.0},"98":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"15":{"tf":1.0},"195":{"tf":1.0},"7":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":24,"docs":{"100":{"tf":1.0},"204":{"tf":1.0},"235":{"tf":1.4142135623730951},"236":{"tf":1.4142135623730951},"246":{"tf":1.0},"257":{"tf":1.0},"260":{"tf":1.0},"264":{"tf":1.7320508075688772},"265":{"tf":1.4142135623730951},"266":{"tf":1.0},"267":{"tf":1.7320508075688772},"274":{"tf":1.0},"28":{"tf":1.4142135623730951},"294":{"tf":1.4142135623730951},"296":{"tf":1.4142135623730951},"297":{"tf":1.7320508075688772},"300":{"tf":2.0},"303":{"tf":1.4142135623730951},"324":{"tf":1.0},"327":{"tf":1.0},"357":{"tf":1.4142135623730951},"359":{"tf":1.0},"383":{"tf":1.0},"68":{"tf":1.0}}}},"s":{"df":8,"docs":{"143":{"tf":1.0},"180":{"tf":1.0},"187":{"tf":1.0},"203":{"tf":1.0},"207":{"tf":1.0},"325":{"tf":1.0},"329":{"tf":1.0},"73":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"329":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"—":{"a":{"d":{"df":0,"docs":{},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"352":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"115":{"tf":1.0},"3":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":24,"docs":{"11":{"tf":1.0},"114":{"tf":1.0},"134":{"tf":1.4142135623730951},"137":{"tf":1.0},"14":{"tf":1.0},"148":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.4142135623730951},"201":{"tf":1.0},"202":{"tf":2.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.4142135623730951},"207":{"tf":1.0},"208":{"tf":1.0},"218":{"tf":1.0},"352":{"tf":1.0},"37":{"tf":1.4142135623730951},"377":{"tf":1.0},"386":{"tf":1.0},"63":{"tf":1.0},"74":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"df":0,"docs":{},"s":{"df":18,"docs":{"131":{"tf":1.0},"136":{"tf":1.7320508075688772},"14":{"tf":1.4142135623730951},"176":{"tf":1.0},"177":{"tf":1.0},"179":{"tf":1.0},"194":{"tf":1.0},"200":{"tf":1.0},"207":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.4142135623730951},"216":{"tf":1.0},"217":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"66":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":10,"docs":{"141":{"tf":1.4142135623730951},"164":{"tf":1.0},"188":{"tf":1.0},"227":{"tf":1.0},"261":{"tf":1.0},"273":{"tf":1.0},"28":{"tf":1.0},"299":{"tf":1.0},"387":{"tf":1.4142135623730951},"41":{"tf":1.0}}}}},"r":{"a":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"301":{"tf":1.0},"322":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"118":{"tf":1.0},"236":{"tf":1.0},"89":{"tf":1.0},"95":{"tf":1.0}}}},"df":3,"docs":{"101":{"tf":1.0},"253":{"tf":1.0},"303":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"354":{"tf":1.0}}}}}}}},"f":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"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":{"207":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"6":{"4":{"df":1,"docs":{"118":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"52":{"tf":1.4142135623730951},"65":{"tf":1.0}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"206":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":28,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"104":{"tf":1.0},"113":{"tf":1.0},"122":{"tf":1.0},"18":{"tf":1.0},"203":{"tf":1.0},"270":{"tf":1.0},"274":{"tf":1.4142135623730951},"275":{"tf":1.0},"281":{"tf":1.0},"355":{"tf":1.0},"356":{"tf":1.7320508075688772},"357":{"tf":1.0},"358":{"tf":1.4142135623730951},"359":{"tf":2.0},"360":{"tf":1.4142135623730951},"361":{"tf":2.0},"364":{"tf":1.7320508075688772},"365":{"tf":1.7320508075688772},"369":{"tf":1.0},"370":{"tf":1.0},"372":{"tf":1.7320508075688772},"377":{"tf":1.4142135623730951},"378":{"tf":1.4142135623730951},"384":{"tf":1.4142135623730951},"385":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":44,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.4142135623730951},"102":{"tf":1.0},"104":{"tf":1.0},"114":{"tf":1.0},"117":{"tf":1.0},"119":{"tf":1.4142135623730951},"121":{"tf":2.0},"122":{"tf":1.0},"124":{"tf":1.0},"135":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"14":{"tf":1.0},"180":{"tf":1.4142135623730951},"181":{"tf":1.0},"185":{"tf":1.0},"190":{"tf":1.0},"205":{"tf":1.0},"221":{"tf":1.0},"223":{"tf":1.4142135623730951},"225":{"tf":1.4142135623730951},"228":{"tf":1.0},"246":{"tf":1.0},"251":{"tf":1.0},"253":{"tf":1.0},"274":{"tf":2.23606797749979},"275":{"tf":1.0},"281":{"tf":2.0},"288":{"tf":1.4142135623730951},"29":{"tf":1.0},"290":{"tf":1.0},"329":{"tf":1.0},"336":{"tf":1.0},"337":{"tf":1.0},"351":{"tf":1.0},"353":{"tf":1.4142135623730951},"363":{"tf":1.0},"368":{"tf":1.0},"370":{"tf":1.4142135623730951},"38":{"tf":1.0},"51":{"tf":1.4142135623730951},"61":{"tf":1.0},"63":{"tf":1.0}}}}},"r":{"df":1,"docs":{"137":{"tf":1.0}}}},"l":{"df":0,"docs":{},"s":{"df":11,"docs":{"102":{"tf":1.0},"205":{"tf":1.0},"225":{"tf":1.0},"255":{"tf":1.0},"274":{"tf":1.0},"299":{"tf":1.0},"304":{"tf":1.0},"317":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"53":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"16":{"tf":1.0}}}},"df":0,"docs":{}}}}},"q":{"df":6,"docs":{"11":{"tf":1.0},"117":{"tf":1.0},"124":{"tf":1.0},"336":{"tf":1.0},"337":{"tf":1.4142135623730951},"385":{"tf":1.7320508075688772}}},"r":{"df":1,"docs":{"138":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":15,"docs":{"100":{"tf":1.0},"117":{"tf":1.0},"120":{"tf":1.7320508075688772},"122":{"tf":1.0},"124":{"tf":1.0},"153":{"tf":1.0},"159":{"tf":1.0},"163":{"tf":1.4142135623730951},"203":{"tf":1.0},"204":{"tf":1.0},"212":{"tf":1.0},"274":{"tf":1.0},"282":{"tf":1.0},"294":{"tf":1.0},"3":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"113":{"tf":1.0},"273":{"tf":1.0},"275":{"tf":1.0},"282":{"tf":1.4142135623730951},"287":{"tf":1.0},"305":{"tf":1.0},"364":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"159":{"tf":1.0},"164":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"123":{"tf":1.0}}}}}},"df":7,"docs":{"207":{"tf":1.4142135623730951},"216":{"tf":2.0},"274":{"tf":1.0},"322":{"tf":1.4142135623730951},"323":{"tf":2.0},"360":{"tf":1.0},"368":{"tf":2.6457513110645907}},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":11,"docs":{"132":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":2.0},"146":{"tf":1.4142135623730951},"164":{"tf":1.7320508075688772},"214":{"tf":1.0},"261":{"tf":1.4142135623730951},"275":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"303":{"tf":1.0},"41":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"190":{"tf":1.0}}}}}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"120":{"tf":1.4142135623730951},"124":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":8,"docs":{"167":{"tf":1.0},"171":{"tf":1.4142135623730951},"172":{"tf":1.4142135623730951},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"205":{"tf":1.0},"3":{"tf":1.0}}},"df":1,"docs":{"137":{"tf":2.0}}},"t":{"c":{"df":0,"docs":{},"h":{"df":11,"docs":{"239":{"tf":1.4142135623730951},"248":{"tf":1.0},"258":{"tf":1.0},"28":{"tf":1.0},"298":{"tf":1.0},"356":{"tf":1.0},"384":{"tf":1.0},"44":{"tf":1.0},"66":{"tf":1.0},"70":{"tf":1.0},"72":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"66":{"tf":1.0}}}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"361":{"tf":1.0}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":5,"docs":{"120":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"164":{"tf":1.0}}}}},"df":1,"docs":{"274":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"203":{"tf":1.0},"373":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"df":41,"docs":{"144":{"tf":1.0},"18":{"tf":1.7320508075688772},"19":{"tf":1.4142135623730951},"220":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.0},"229":{"tf":1.0},"231":{"tf":1.4142135623730951},"232":{"tf":1.7320508075688772},"238":{"tf":1.4142135623730951},"241":{"tf":1.0},"255":{"tf":1.0},"260":{"tf":1.4142135623730951},"270":{"tf":1.0},"282":{"tf":1.0},"298":{"tf":1.4142135623730951},"299":{"tf":1.7320508075688772},"314":{"tf":1.0},"317":{"tf":1.4142135623730951},"318":{"tf":2.23606797749979},"321":{"tf":1.7320508075688772},"322":{"tf":2.449489742783178},"351":{"tf":1.0},"352":{"tf":1.0},"354":{"tf":1.0},"355":{"tf":2.23606797749979},"356":{"tf":1.7320508075688772},"357":{"tf":1.7320508075688772},"360":{"tf":1.0},"362":{"tf":1.0},"367":{"tf":2.449489742783178},"368":{"tf":1.0},"372":{"tf":1.4142135623730951},"381":{"tf":1.4142135623730951},"384":{"tf":2.0},"44":{"tf":1.4142135623730951},"46":{"tf":2.6457513110645907},"66":{"tf":1.0},"69":{"tf":1.0},"73":{"tf":1.4142135623730951}},"n":{"a":{"df":0,"docs":{},"m":{"df":9,"docs":{"261":{"tf":1.0},"28":{"tf":1.0},"298":{"tf":1.0},"318":{"tf":1.0},"321":{"tf":1.0},"351":{"tf":1.0},"356":{"tf":1.0},"368":{"tf":1.0},"384":{"tf":1.0}},"e":{"df":0,"docs":{},"—":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"l":{":":{"#":{"df":0,"docs":{},"e":{"1":{"df":0,"docs":{},"f":{"5":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":5,"docs":{"163":{"tf":1.0},"165":{"tf":1.0},"2":{"tf":1.0},"35":{"tf":1.0},"55":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"1":{"df":5,"docs":{"163":{"tf":1.0},"165":{"tf":1.0},"2":{"tf":1.0},"35":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"f":{"0":{"df":0,"docs":{},"f":{"0":{"df":0,"docs":{},"f":{"0":{"df":1,"docs":{"35":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"1":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"1":{"df":0,"docs":{},"e":{"1":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}},"f":{"5":{"df":6,"docs":{"163":{"tf":1.0},"165":{"tf":1.0},"2":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"f":{"4":{"df":0,"docs":{},"e":{"1":{"df":4,"docs":{"2":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"137":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":14,"docs":{"137":{"tf":1.0},"255":{"tf":1.0},"260":{"tf":1.0},"274":{"tf":1.4142135623730951},"299":{"tf":1.4142135623730951},"301":{"tf":1.0},"317":{"tf":1.0},"319":{"tf":1.7320508075688772},"322":{"tf":1.7320508075688772},"360":{"tf":1.0},"362":{"tf":1.0},"368":{"tf":2.0},"371":{"tf":1.0},"73":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"b":{"(":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"204":{"tf":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":{"204":{"tf":1.0}}}}}}}}},"df":6,"docs":{"137":{"tf":1.4142135623730951},"138":{"tf":1.0},"142":{"tf":1.0},"150":{"tf":1.0},"173":{"tf":1.4142135623730951},"347":{"tf":1.0}}}},"d":{"df":9,"docs":{"121":{"tf":1.0},"133":{"tf":1.0},"176":{"tf":1.0},"334":{"tf":1.0},"337":{"tf":1.0},"360":{"tf":1.0},"365":{"tf":1.0},"366":{"tf":1.4142135623730951},"368":{"tf":2.0}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"360":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":5,"docs":{"255":{"tf":1.0},"260":{"tf":1.0},"299":{"tf":1.0},"317":{"tf":1.0},"385":{"tf":1.0}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":5,"docs":{"204":{"tf":1.7320508075688772},"211":{"tf":1.0},"342":{"tf":1.0},"343":{"tf":1.0},"354":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":21,"docs":{"115":{"tf":1.0},"119":{"tf":1.0},"124":{"tf":1.0},"131":{"tf":1.0},"137":{"tf":1.0},"15":{"tf":1.0},"171":{"tf":1.0},"178":{"tf":1.0},"19":{"tf":1.4142135623730951},"221":{"tf":1.0},"222":{"tf":1.0},"225":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"247":{"tf":1.0},"357":{"tf":1.0},"368":{"tf":1.7320508075688772},"371":{"tf":1.0},"372":{"tf":1.0},"51":{"tf":1.4142135623730951},"77":{"tf":1.4142135623730951}},"—":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":1,"docs":{"181":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"385":{"tf":1.0}}}}}}}}}},"t":{"df":7,"docs":{"120":{"tf":1.0},"209":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"227":{"tf":1.0},"38":{"tf":1.0}}},"x":{"df":30,"docs":{"114":{"tf":1.0},"137":{"tf":1.0},"228":{"tf":1.0},"232":{"tf":1.0},"248":{"tf":1.0},"271":{"tf":1.0},"337":{"tf":1.0},"353":{"tf":1.0},"354":{"tf":1.0},"355":{"tf":1.0},"356":{"tf":1.4142135623730951},"357":{"tf":1.4142135623730951},"358":{"tf":1.0},"359":{"tf":1.4142135623730951},"360":{"tf":1.0},"361":{"tf":1.0},"362":{"tf":1.0},"363":{"tf":1.0},"364":{"tf":1.0},"377":{"tf":1.0},"378":{"tf":1.0},"379":{"tf":1.0},"380":{"tf":1.0},"381":{"tf":1.0},"382":{"tf":1.0},"383":{"tf":1.4142135623730951},"384":{"tf":1.4142135623730951},"385":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"137":{"tf":1.0},"162":{"tf":1.0},"182":{"tf":1.0},"367":{"tf":1.0}}},"k":{"df":0,"docs":{},"i":{"df":3,"docs":{"124":{"tf":1.4142135623730951},"352":{"tf":1.0},"362":{"tf":1.0}}}},"p":{"df":2,"docs":{"182":{"tf":1.0},"190":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"148":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"138":{"tf":1.7320508075688772},"141":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"w":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":12,"docs":{"150":{"tf":1.0},"163":{"tf":1.0},"165":{"tf":1.0},"2":{"tf":1.0},"228":{"tf":1.0},"329":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"55":{"tf":1.0},"76":{"tf":1.0},"98":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":5,"docs":{"150":{"tf":1.4142135623730951},"329":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"63":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"193":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":1.0},"36":{"tf":1.0},"40":{"tf":1.0}}}}}}},"n":{"df":57,"docs":{"112":{"tf":1.0},"118":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"151":{"tf":1.0},"171":{"tf":2.0},"172":{"tf":2.0},"173":{"tf":1.0},"174":{"tf":1.0},"178":{"tf":1.4142135623730951},"179":{"tf":1.4142135623730951},"183":{"tf":1.0},"19":{"tf":1.0},"203":{"tf":2.6457513110645907},"204":{"tf":2.0},"205":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"207":{"tf":2.6457513110645907},"21":{"tf":1.0},"210":{"tf":2.23606797749979},"211":{"tf":1.7320508075688772},"216":{"tf":2.8284271247461903},"217":{"tf":2.23606797749979},"218":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"328":{"tf":1.0},"340":{"tf":1.0},"341":{"tf":1.0},"342":{"tf":1.0},"343":{"tf":1.0},"344":{"tf":1.0},"345":{"tf":1.0},"346":{"tf":1.0},"347":{"tf":1.0},"348":{"tf":1.0},"349":{"tf":1.0},"350":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.4142135623730951},"89":{"tf":2.0},"90":{"tf":2.0}},"o":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"207":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"216":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"o":{"c":{"df":0,"docs":{},"u":{"df":4,"docs":{"179":{"tf":1.0},"181":{"tf":1.0},"372":{"tf":1.0},"49":{"tf":1.0}},"s":{"df":6,"docs":{"149":{"tf":1.0},"16":{"tf":1.0},"186":{"tf":1.0},"224":{"tf":1.0},"65":{"tf":1.0},"95":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":8,"docs":{"150":{"tf":1.0},"222":{"tf":1.0},"322":{"tf":1.0},"33":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":1.0},"38":{"tf":1.0},"76":{"tf":1.0}}}}}},"r":{"c":{"df":3,"docs":{"251":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"210":{"tf":1.0},"354":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"102":{"tf":1.0},"122":{"tf":1.0}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"115":{"tf":1.0}}}}}}}},"k":{"df":1,"docs":{"138":{"tf":1.7320508075688772}}},"m":{"a":{"df":0,"docs":{},"t":{"=":{"'":{"df":0,"docs":{},"{":{"df":0,"docs":{},"{":{".":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"274":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":3,"docs":{"260":{"tf":1.0},"295":{"tf":1.0},"373":{"tf":1.0}}}},"df":1,"docs":{"38":{"tf":1.0}},"u":{"df":0,"docs":{},"l":{"a":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":3,"docs":{"251":{"tf":1.0},"267":{"tf":1.0},"302":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":36,"docs":{"11":{"tf":1.0},"115":{"tf":1.0},"30":{"tf":1.7320508075688772},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"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},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0}}}},"df":10,"docs":{"200":{"tf":1.0},"232":{"tf":1.0},"241":{"tf":1.0},"355":{"tf":1.0},"356":{"tf":1.0},"357":{"tf":1.7320508075688772},"359":{"tf":1.7320508075688772},"372":{"tf":1.0},"383":{"tf":1.4142135623730951},"384":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"'":{"df":1,"docs":{"176":{"tf":1.0}}},"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"k":{"/":{"c":{"df":0,"docs":{},"f":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":5,"docs":{"260":{"tf":1.0},"322":{"tf":1.0},"367":{"tf":1.7320508075688772},"45":{"tf":1.0},"46":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"z":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":9,"docs":{"239":{"tf":1.4142135623730951},"258":{"tf":1.0},"270":{"tf":1.0},"28":{"tf":1.0},"298":{"tf":1.0},"356":{"tf":1.4142135623730951},"372":{"tf":1.0},"377":{"tf":1.0},"384":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"z":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":12,"docs":{"238":{"tf":1.0},"239":{"tf":1.0},"241":{"tf":1.0},"247":{"tf":1.0},"28":{"tf":1.0},"298":{"tf":1.0},"351":{"tf":1.0},"356":{"tf":1.7320508075688772},"365":{"tf":1.0},"384":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0}}}},"df":0,"docs":{}}},"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":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"45":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"n":{"a":{"/":{"d":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"327":{"tf":1.0},"47":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":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":{"69":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"213":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"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":2,"docs":{"214":{"tf":1.0},"74":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"r":{"df":2,"docs":{"213":{"tf":1.0},"74":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"328":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"214":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"214":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"u":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"144":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":2,"docs":{"214":{"tf":1.0},"74":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"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":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{",":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{",":{"df":0,"docs":{},"k":{"8":{"df":1,"docs":{"213":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"203":{"tf":1.0},"204":{"tf":1.0},"213":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"214":{"tf":1.0},"74":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{".":{"df":0,"docs":{},"r":{"df":2,"docs":{"216":{"tf":1.0},"217":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"217":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":2,"docs":{"214":{"tf":1.0},"74":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":2,"docs":{"214":{"tf":1.0},"74":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"216":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}},"df":68,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"114":{"tf":1.0},"131":{"tf":1.0},"136":{"tf":1.0},"138":{"tf":1.0},"14":{"tf":1.4142135623730951},"145":{"tf":1.0},"148":{"tf":1.0},"151":{"tf":1.0},"177":{"tf":1.0},"181":{"tf":1.4142135623730951},"19":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":2.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"213":{"tf":1.4142135623730951},"218":{"tf":1.0},"219":{"tf":1.0},"221":{"tf":1.0},"227":{"tf":1.0},"235":{"tf":1.0},"249":{"tf":1.0},"25":{"tf":1.0},"274":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"299":{"tf":1.0},"30":{"tf":1.0},"306":{"tf":2.23606797749979},"31":{"tf":1.4142135623730951},"316":{"tf":2.0},"33":{"tf":1.0},"35":{"tf":1.0},"357":{"tf":1.0},"36":{"tf":1.4142135623730951},"363":{"tf":1.0},"37":{"tf":1.4142135623730951},"370":{"tf":1.4142135623730951},"385":{"tf":1.0},"386":{"tf":1.0},"39":{"tf":1.4142135623730951},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"53":{"tf":1.0},"6":{"tf":1.4142135623730951},"63":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.4142135623730951},"71":{"tf":1.0},"79":{"tf":1.0},"85":{"tf":1.0},"9":{"tf":1.4142135623730951}},"’":{"df":1,"docs":{"115":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":2,"docs":{"351":{"tf":1.0},"360":{"tf":1.0}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"102":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":6,"docs":{"132":{"tf":1.0},"135":{"tf":1.0},"182":{"tf":1.0},"283":{"tf":1.4142135623730951},"336":{"tf":1.0},"337":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"140":{"tf":1.4142135623730951},"62":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":16,"docs":{"137":{"tf":1.0},"169":{"tf":1.0},"171":{"tf":1.0},"190":{"tf":1.0},"227":{"tf":1.7320508075688772},"248":{"tf":1.0},"260":{"tf":1.0},"266":{"tf":1.0},"271":{"tf":1.0},"273":{"tf":1.0},"292":{"tf":1.0},"300":{"tf":1.0},"306":{"tf":1.0},"31":{"tf":1.0},"317":{"tf":1.0},"337":{"tf":1.0}},"i":{"df":1,"docs":{"205":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":13,"docs":{"10":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"126":{"tf":1.0},"141":{"tf":1.0},"19":{"tf":1.4142135623730951},"352":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"51":{"tf":1.0},"95":{"tf":1.0}}}}}}},"d":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}}}},"df":10,"docs":{"137":{"tf":1.0},"142":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"341":{"tf":1.0},"361":{"tf":1.7320508075688772},"372":{"tf":1.0},"378":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"179":{"tf":1.0}}}}},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"137":{"tf":1.4142135623730951}}}}}},"g":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"31":{"tf":1.0},"352":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"162":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"y":{"df":3,"docs":{"301":{"tf":1.0},"322":{"tf":1.0},"78":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"373":{"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":{},"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":{"172":{"tf":1.4142135623730951}}}}}}}}}},"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":4,"docs":{"118":{"tf":1.0},"167":{"tf":1.0},"203":{"tf":1.0},"210":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":38,"docs":{"100":{"tf":2.449489742783178},"118":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"137":{"tf":1.4142135623730951},"158":{"tf":1.0},"172":{"tf":1.0},"19":{"tf":1.4142135623730951},"192":{"tf":1.0},"210":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":1.0},"226":{"tf":1.0},"23":{"tf":1.0},"246":{"tf":1.0},"278":{"tf":1.0},"35":{"tf":1.0},"351":{"tf":1.0},"354":{"tf":1.0},"36":{"tf":1.4142135623730951},"367":{"tf":1.0},"368":{"tf":1.0},"37":{"tf":1.0},"372":{"tf":1.0},"377":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"380":{"tf":1.0},"386":{"tf":1.7320508075688772},"39":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.0},"71":{"tf":1.0},"76":{"tf":1.0},"81":{"tf":1.0},"94":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}}}},"t":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"210":{"tf":1.0},"211":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"_":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"122":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":2,"docs":{"239":{"tf":1.4142135623730951},"6":{"tf":1.0}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"143":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}}}},"df":7,"docs":{"232":{"tf":1.4142135623730951},"251":{"tf":1.0},"252":{"tf":1.4142135623730951},"296":{"tf":1.0},"307":{"tf":1.0},"355":{"tf":1.0},"381":{"tf":1.0}},"h":{"df":0,"docs":{},"u":{"b":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"276":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"276":{"tf":1.0}}}}}},"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"273":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"282":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":3,"docs":{"14":{"tf":1.0},"274":{"tf":1.0},"291":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":3,"docs":{"13":{"tf":1.0},"195":{"tf":1.0},"364":{"tf":1.0}},"n":{"df":3,"docs":{"133":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":3.0}}}}}},"l":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"l":{"df":5,"docs":{"255":{"tf":1.0},"278":{"tf":1.0},"299":{"tf":1.0},"317":{"tf":1.0},"73":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":5,"docs":{"11":{"tf":1.0},"336":{"tf":1.0},"337":{"tf":1.4142135623730951},"386":{"tf":1.7320508075688772},"387":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"117":{"tf":1.0},"123":{"tf":1.0},"125":{"tf":1.0}}}},"df":2,"docs":{"74":{"tf":1.0},"78":{"tf":1.0}},"e":{"df":4,"docs":{"214":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"363":{"tf":1.0}}}},"o":{"d":{"df":8,"docs":{"122":{"tf":2.449489742783178},"160":{"tf":1.0},"273":{"tf":1.0},"375":{"tf":1.4142135623730951},"49":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"137":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":2,"docs":{"137":{"tf":1.0},"138":{"tf":3.7416573867739413}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"a":{"df":1,"docs":{"124":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"175":{"tf":1.0},"304":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"137":{"tf":1.0},"175":{"tf":1.0},"180":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"125":{"tf":1.0}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"138":{"tf":1.0}}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"117":{"tf":1.0},"122":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"n":{"a":{":":{"3":{"0":{"0":{"0":{"df":1,"docs":{"267":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":10,"docs":{"226":{"tf":1.0},"260":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"28":{"tf":1.0},"300":{"tf":1.0},"327":{"tf":2.0},"332":{"tf":1.0},"360":{"tf":1.0},"47":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"255":{"tf":1.0},"260":{"tf":1.0},"299":{"tf":1.0},"317":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":8,"docs":{"100":{"tf":1.0},"101":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"104":{"tf":1.7320508075688772},"247":{"tf":1.0},"359":{"tf":1.0},"368":{"tf":1.0},"371":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"1":{"6":{"df":8,"docs":{"158":{"tf":1.0},"19":{"tf":1.0},"246":{"tf":1.0},"294":{"tf":1.0},"351":{"tf":1.0},"354":{"tf":1.0},"386":{"tf":1.0},"39":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"138":{"tf":2.0},"358":{"tf":1.0},"386":{"tf":1.0}}}},"w":{"df":2,"docs":{"137":{"tf":1.0},"212":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"137":{"tf":2.23606797749979}}}}}}},"u":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"137":{"tf":1.0},"62":{"tf":1.0}}}}}},"d":{"df":2,"docs":{"122":{"tf":1.0},"180":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":5,"docs":{"190":{"tf":1.4142135623730951},"192":{"tf":1.0},"64":{"tf":1.0},"74":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{}}},"df":136,"docs":{"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},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"13":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.7320508075688772},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"202":{"tf":1.0},"315":{"tf":1.0},"335":{"tf":1.0},"337":{"tf":1.0},"352":{"tf":1.4142135623730951},"6":{"tf":1.0},"64":{"tf":1.7320508075688772},"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.7320508075688772},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"123":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"h":{"1":{"[":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"163":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"[":{"\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"163":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"[":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"163":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"[":{"\"":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":1,"docs":{"163":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"[":{"\"":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"163":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"113":{"tf":1.0}}}},"n":{"d":{"df":2,"docs":{"58":{"tf":1.0},"6":{"tf":1.0}},"l":{"df":29,"docs":{"101":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"137":{"tf":1.4142135623730951},"138":{"tf":1.7320508075688772},"139":{"tf":2.0},"140":{"tf":1.4142135623730951},"167":{"tf":1.0},"175":{"tf":1.0},"19":{"tf":1.0},"218":{"tf":1.0},"239":{"tf":1.0},"248":{"tf":1.0},"250":{"tf":1.4142135623730951},"255":{"tf":1.0},"261":{"tf":1.0},"270":{"tf":1.0},"274":{"tf":1.0},"279":{"tf":1.0},"28":{"tf":1.0},"351":{"tf":1.0},"356":{"tf":1.0},"368":{"tf":1.0},"383":{"tf":1.0},"384":{"tf":1.0},"39":{"tf":1.0},"49":{"tf":1.0},"58":{"tf":1.0},"66":{"tf":1.0}}}},"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"122":{"tf":1.0},"294":{"tf":1.0}}}}}}}}}},"df":4,"docs":{"246":{"tf":1.0},"275":{"tf":1.0},"278":{"tf":1.0},"354":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"185":{"tf":1.0},"20":{"tf":1.4142135623730951},"57":{"tf":1.0},"81":{"tf":1.0}}}}}},"r":{"d":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"122":{"tf":1.0}}},"df":0,"docs":{}}},"df":3,"docs":{"117":{"tf":1.0},"122":{"tf":1.0},"51":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"141":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"127":{"tf":1.0}}}},"df":0,"docs":{}}},"df":3,"docs":{"143":{"tf":1.0},"148":{"tf":1.0},"370":{"tf":1.0}},"m":{"df":1,"docs":{"141":{"tf":1.0}}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{"'":{"*":{"*":{"/":{"c":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"274":{"tf":1.7320508075688772},"280":{"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":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"274":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"274":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"359":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":6,"docs":{"12":{"tf":1.0},"138":{"tf":1.0},"274":{"tf":1.0},"322":{"tf":1.0},"359":{"tf":1.0},"368":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"171":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":2,"docs":{"169":{"tf":1.0},"171":{"tf":1.0}},"i":{"d":{"df":1,"docs":{"169":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"101":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"2":{"0":{"df":4,"docs":{"19":{"tf":1.0},"23":{"tf":1.0},"343":{"tf":1.0},"350":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":6,"docs":{"101":{"tf":1.0},"108":{"tf":1.0},"19":{"tf":1.0},"23":{"tf":1.4142135623730951},"343":{"tf":1.4142135623730951},"350":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":2,"docs":{"138":{"tf":1.4142135623730951},"188":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"df":10,"docs":{"173":{"tf":1.0},"190":{"tf":1.0},"2":{"tf":1.0},"226":{"tf":1.4142135623730951},"38":{"tf":1.0},"386":{"tf":1.0},"52":{"tf":1.7320508075688772},"80":{"tf":1.0},"94":{"tf":1.0},"98":{"tf":1.0}},"i":{"df":4,"docs":{"188":{"tf":1.0},"364":{"tf":1.0},"374":{"tf":1.0},"52":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":3,"docs":{"164":{"tf":1.0},"351":{"tf":1.0},"362":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":8,"docs":{"102":{"tf":1.0},"113":{"tf":1.0},"173":{"tf":1.4142135623730951},"180":{"tf":1.0},"184":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"59":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":1,"docs":{"83":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"77":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951}}}},"m":{"df":7,"docs":{"266":{"tf":1.4142135623730951},"302":{"tf":1.4142135623730951},"323":{"tf":1.4142135623730951},"351":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.0},"66":{"tf":1.0}}},"p":{"df":3,"docs":{"227":{"tf":1.0},"337":{"tf":1.0},"48":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":27,"docs":{"115":{"tf":1.0},"118":{"tf":1.0},"138":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.0},"193":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"206":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"226":{"tf":1.0},"232":{"tf":1.0},"234":{"tf":1.4142135623730951},"239":{"tf":1.0},"248":{"tf":1.7320508075688772},"253":{"tf":1.4142135623730951},"279":{"tf":1.4142135623730951},"296":{"tf":1.0},"298":{"tf":1.0},"307":{"tf":1.7320508075688772},"351":{"tf":1.0},"355":{"tf":1.4142135623730951},"381":{"tf":1.0},"66":{"tf":1.0},"72":{"tf":1.0},"89":{"tf":1.0},"95":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"'":{"df":2,"docs":{"274":{"tf":1.0},"32":{"tf":1.0}}},"df":5,"docs":{"153":{"tf":1.0},"211":{"tf":1.0},"354":{"tf":1.0},"71":{"tf":1.4142135623730951},"74":{"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":1,"docs":{"138":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"123":{"tf":1.4142135623730951}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":20,"docs":{"102":{"tf":1.0},"104":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.4142135623730951},"132":{"tf":1.0},"134":{"tf":1.4142135623730951},"137":{"tf":1.0},"138":{"tf":1.7320508075688772},"141":{"tf":1.7320508075688772},"150":{"tf":1.4142135623730951},"164":{"tf":1.4142135623730951},"193":{"tf":1.0},"194":{"tf":1.4142135623730951},"196":{"tf":1.0},"207":{"tf":1.0},"213":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"386":{"tf":1.0},"65":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"161":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"164":{"tf":1.0},"372":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"173":{"tf":1.0},"175":{"tf":1.0}},"i":{"df":1,"docs":{"169":{"tf":1.0}}},"y":{"/":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"252":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"t":{"df":3,"docs":{"253":{"tf":1.0},"354":{"tf":1.0},"52":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":4,"docs":{"204":{"tf":1.0},"382":{"tf":1.0},"65":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"139":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{",":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{",":{"df":0,"docs":{},"k":{"8":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},".":{"d":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{":":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"301":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"282":{"tf":1.0}}}}}},"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"k":{"8":{"df":3,"docs":{"228":{"tf":1.0},"282":{"tf":1.0},"70":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"[":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"163":{"tf":1.0}}}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"273":{"tf":1.0},"274":{"tf":1.4142135623730951}}}}}}},"df":67,"docs":{"117":{"tf":1.0},"120":{"tf":1.4142135623730951},"121":{"tf":1.0},"124":{"tf":1.0},"126":{"tf":1.7320508075688772},"138":{"tf":1.4142135623730951},"14":{"tf":1.0},"153":{"tf":1.7320508075688772},"159":{"tf":2.23606797749979},"163":{"tf":1.7320508075688772},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"213":{"tf":1.0},"220":{"tf":1.0},"225":{"tf":1.0},"227":{"tf":1.0},"234":{"tf":1.0},"239":{"tf":1.0},"241":{"tf":1.0},"243":{"tf":1.4142135623730951},"247":{"tf":1.0},"248":{"tf":1.4142135623730951},"249":{"tf":1.0},"250":{"tf":1.4142135623730951},"251":{"tf":1.0},"254":{"tf":1.4142135623730951},"255":{"tf":2.0},"260":{"tf":1.0},"266":{"tf":1.0},"27":{"tf":1.0},"273":{"tf":1.4142135623730951},"274":{"tf":3.0},"279":{"tf":1.0},"287":{"tf":1.4142135623730951},"295":{"tf":2.0},"296":{"tf":2.23606797749979},"298":{"tf":2.0},"299":{"tf":1.0},"3":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.7320508075688772},"309":{"tf":1.7320508075688772},"310":{"tf":1.7320508075688772},"316":{"tf":1.0},"317":{"tf":1.0},"321":{"tf":1.4142135623730951},"322":{"tf":1.4142135623730951},"323":{"tf":1.0},"331":{"tf":1.7320508075688772},"351":{"tf":1.0},"352":{"tf":1.0},"355":{"tf":1.0},"356":{"tf":1.0},"357":{"tf":1.0},"36":{"tf":1.0},"367":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951},"41":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.4142135623730951},"70":{"tf":1.0}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"241":{"tf":1.0},"245":{"tf":1.0},"270":{"tf":1.0},"298":{"tf":1.0},"351":{"tf":1.0}}}}},"df":0,"docs":{}},"|":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"|":{"df":0,"docs":{},"k":{"8":{"df":1,"docs":{"250":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"15":{"tf":1.7320508075688772}}},"s":{"df":1,"docs":{"213":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"c":{"df":3,"docs":{"167":{"tf":1.0},"188":{"tf":1.0},"36":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":1,"docs":{"141":{"tf":1.4142135623730951}}}},":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"1":{"8":{"0":{"8":{"0":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"374":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"0":{"0":{"0":{"df":2,"docs":{"300":{"tf":1.0},"332":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"0":{"9":{"0":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"/":{"df":0,"docs":{},"v":{"1":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"v":{"1":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"300":{"tf":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":{"300":{"tf":1.0},"374":{"tf":1.0},"73":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"268":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":12,"docs":{"137":{"tf":1.0},"141":{"tf":1.0},"260":{"tf":1.0},"266":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.4142135623730951},"322":{"tf":1.0},"325":{"tf":1.0},"374":{"tf":1.0},"47":{"tf":1.0},"58":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"121":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"223":{"tf":1.0}},"e":{"df":0,"docs":{},"—":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"229":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"i":{"/":{"df":0,"docs":{},"o":{"df":2,"docs":{"253":{"tf":1.0},"351":{"tf":1.0}}}},"[":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"98":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"d":{">":{":":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"322":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":5,"docs":{"301":{"tf":1.0},"322":{"tf":1.4142135623730951},"362":{"tf":1.4142135623730951},"367":{"tf":1.0},"368":{"tf":2.23606797749979}},"e":{"a":{"df":4,"docs":{"136":{"tf":1.4142135623730951},"177":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":7,"docs":{"119":{"tf":1.0},"124":{"tf":1.0},"138":{"tf":1.0},"14":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"210":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"140":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"297":{"tf":1.0}}}}}}}}}},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"122":{"tf":1.4142135623730951},"299":{"tf":1.0},"324":{"tf":1.0}}}}}},"i":{"df":127,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.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.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.0},"147":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"64":{"tf":1.7320508075688772},"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},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}},"i":{"df":28,"docs":{"191":{"tf":1.7320508075688772},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"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":{"126":{"tf":1.0},"209":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":36,"docs":{"126":{"tf":1.4142135623730951},"163":{"tf":1.4142135623730951},"226":{"tf":1.0},"241":{"tf":1.7320508075688772},"244":{"tf":1.4142135623730951},"245":{"tf":2.23606797749979},"247":{"tf":1.4142135623730951},"248":{"tf":1.4142135623730951},"250":{"tf":2.0},"251":{"tf":2.6457513110645907},"256":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"260":{"tf":1.4142135623730951},"262":{"tf":1.0},"263":{"tf":1.4142135623730951},"264":{"tf":2.23606797749979},"266":{"tf":1.0},"273":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"287":{"tf":1.0},"297":{"tf":2.8284271247461903},"298":{"tf":1.4142135623730951},"303":{"tf":1.0},"307":{"tf":1.0},"351":{"tf":1.0},"359":{"tf":3.605551275463989},"365":{"tf":1.0},"383":{"tf":2.8284271247461903},"384":{"tf":1.0},"39":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"43":{"tf":1.7320508075688772},"70":{"tf":1.0},"71":{"tf":1.0}},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"297":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"355":{"tf":1.0},"358":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"386":{"tf":1.0},"57":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"49":{"tf":1.7320508075688772}}}},"l":{"<":{"c":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"216":{"tf":1.0},"217":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":14,"docs":{"112":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"178":{"tf":1.0},"203":{"tf":1.7320508075688772},"204":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"206":{"tf":1.0},"207":{"tf":2.23606797749979},"210":{"tf":1.4142135623730951},"211":{"tf":1.4142135623730951},"216":{"tf":1.7320508075688772},"217":{"tf":1.0},"218":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":31,"docs":{"102":{"tf":1.0},"114":{"tf":1.0},"131":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":3.0},"138":{"tf":1.4142135623730951},"139":{"tf":1.0},"14":{"tf":1.7320508075688772},"141":{"tf":1.7320508075688772},"15":{"tf":1.0},"16":{"tf":1.0},"173":{"tf":1.0},"177":{"tf":1.0},"182":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"197":{"tf":1.0},"199":{"tf":1.4142135623730951},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.4142135623730951},"213":{"tf":1.4142135623730951},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"37":{"tf":2.0},"41":{"tf":1.0},"74":{"tf":2.0},"9":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":17,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"104":{"tf":1.0},"158":{"tf":1.0},"175":{"tf":1.4142135623730951},"18":{"tf":1.0},"19":{"tf":1.0},"197":{"tf":1.4142135623730951},"261":{"tf":1.0},"270":{"tf":1.4142135623730951},"299":{"tf":1.0},"339":{"tf":1.4142135623730951},"367":{"tf":1.0},"368":{"tf":1.0},"39":{"tf":1.0},"47":{"tf":1.0}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":31,"docs":{"10":{"tf":1.0},"100":{"tf":1.4142135623730951},"105":{"tf":1.0},"126":{"tf":1.0},"137":{"tf":1.4142135623730951},"143":{"tf":1.0},"169":{"tf":1.0},"179":{"tf":1.0},"183":{"tf":1.4142135623730951},"19":{"tf":1.0},"197":{"tf":1.0},"202":{"tf":1.0},"213":{"tf":1.0},"257":{"tf":1.0},"318":{"tf":1.4142135623730951},"321":{"tf":1.0},"336":{"tf":1.0},"35":{"tf":1.0},"352":{"tf":1.0},"353":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":1.0},"386":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"52":{"tf":1.0},"73":{"tf":1.0},"92":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"97":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"182":{"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":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"102":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"102":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":22,"docs":{"1":{"tf":1.0},"100":{"tf":1.0},"119":{"tf":1.4142135623730951},"123":{"tf":1.0},"125":{"tf":1.0},"128":{"tf":1.0},"137":{"tf":2.0},"14":{"tf":1.0},"171":{"tf":1.0},"184":{"tf":1.0},"189":{"tf":1.0},"2":{"tf":1.0},"36":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"52":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.0},"76":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"94":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"188":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"352":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":24,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.7320508075688772},"104":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"137":{"tf":1.7320508075688772},"162":{"tf":1.0},"175":{"tf":1.0},"276":{"tf":1.0},"304":{"tf":1.0},"316":{"tf":1.0},"352":{"tf":1.0},"361":{"tf":1.0},"362":{"tf":1.4142135623730951},"364":{"tf":1.0},"372":{"tf":1.0},"373":{"tf":1.0},"378":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"275":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"137":{"tf":1.0},"169":{"tf":1.0},"38":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"df":10,"docs":{"173":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.4142135623730951},"210":{"tf":1.0},"322":{"tf":1.0},"323":{"tf":1.4142135623730951},"367":{"tf":1.7320508075688772},"368":{"tf":1.4142135623730951},"372":{"tf":1.0},"46":{"tf":1.4142135623730951}}}},"i":{"c":{"df":1,"docs":{"125":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"198":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":4,"docs":{"173":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"328":{"tf":1.0}}}}}}}}},"df":21,"docs":{"173":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.4142135623730951},"205":{"tf":1.0},"255":{"tf":1.4142135623730951},"260":{"tf":1.0},"299":{"tf":1.4142135623730951},"306":{"tf":1.0},"317":{"tf":1.4142135623730951},"328":{"tf":2.0},"354":{"tf":1.7320508075688772},"356":{"tf":1.0},"357":{"tf":1.0},"358":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":1.0},"361":{"tf":1.0},"362":{"tf":1.4142135623730951},"363":{"tf":1.4142135623730951},"364":{"tf":1.7320508075688772},"47":{"tf":1.0}},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"335":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":13,"docs":{"10":{"tf":1.0},"137":{"tf":1.4142135623730951},"141":{"tf":1.0},"150":{"tf":1.0},"16":{"tf":1.0},"205":{"tf":1.0},"218":{"tf":1.0},"26":{"tf":1.4142135623730951},"31":{"tf":1.0},"38":{"tf":1.0},"386":{"tf":1.0},"49":{"tf":1.0},"58":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"260":{"tf":1.0},"266":{"tf":1.0},"268":{"tf":1.0},"300":{"tf":1.0}}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"115":{"tf":1.0},"122":{"tf":1.0},"62":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"298":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"t":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"98":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":6,"docs":{"100":{"tf":1.0},"203":{"tf":1.7320508075688772},"210":{"tf":1.4142135623730951},"356":{"tf":1.0},"361":{"tf":1.0},"98":{"tf":1.4142135623730951}},"i":{"df":7,"docs":{"119":{"tf":1.0},"123":{"tf":1.0},"137":{"tf":1.4142135623730951},"142":{"tf":1.0},"150":{"tf":1.0},"55":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"137":{"tf":1.0},"138":{"tf":1.7320508075688772},"139":{"tf":1.0},"177":{"tf":1.0},"301":{"tf":1.0},"79":{"tf":1.0},"93":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":4,"docs":{"137":{"tf":1.0},"203":{"tf":1.0},"206":{"tf":1.0},"210":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"176":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"i":{"d":{"df":8,"docs":{"205":{"tf":1.0},"251":{"tf":1.0},"270":{"tf":1.0},"28":{"tf":1.0},"298":{"tf":1.4142135623730951},"305":{"tf":1.0},"322":{"tf":1.4142135623730951},"384":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"227":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"329":{"tf":1.0}}}}}}},"df":13,"docs":{"160":{"tf":1.0},"171":{"tf":1.0},"176":{"tf":1.0},"274":{"tf":1.0},"290":{"tf":1.0},"291":{"tf":1.0},"299":{"tf":1.0},"302":{"tf":1.0},"321":{"tf":1.0},"329":{"tf":1.0},"333":{"tf":1.0},"368":{"tf":1.0},"372":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"l":{"df":7,"docs":{"266":{"tf":1.0},"267":{"tf":1.4142135623730951},"285":{"tf":1.0},"286":{"tf":1.0},"302":{"tf":1.0},"323":{"tf":1.0},"326":{"tf":1.0}}},"n":{"c":{"df":1,"docs":{"195":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":6,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"193":{"tf":1.7320508075688772},"195":{"tf":1.7320508075688772},"198":{"tf":1.4142135623730951},"96":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":9,"docs":{"100":{"tf":1.0},"148":{"tf":1.0},"188":{"tf":1.0},"252":{"tf":1.0},"276":{"tf":1.0},"294":{"tf":1.0},"305":{"tf":1.0},"362":{"tf":1.4142135623730951},"368":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":7,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"104":{"tf":1.0},"137":{"tf":1.0},"361":{"tf":2.0},"362":{"tf":1.0},"372":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"307":{"tf":1.0}},"r":{"df":46,"docs":{"11":{"tf":1.0},"121":{"tf":1.7320508075688772},"123":{"tf":1.0},"126":{"tf":1.0},"138":{"tf":1.0},"14":{"tf":1.0},"144":{"tf":1.0},"15":{"tf":1.0},"164":{"tf":1.0},"19":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.7320508075688772},"221":{"tf":1.0},"222":{"tf":1.4142135623730951},"229":{"tf":1.4142135623730951},"271":{"tf":1.4142135623730951},"272":{"tf":1.7320508075688772},"273":{"tf":1.4142135623730951},"274":{"tf":1.4142135623730951},"275":{"tf":1.7320508075688772},"276":{"tf":1.0},"277":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0},"28":{"tf":1.0},"280":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":1.4142135623730951},"283":{"tf":1.0},"284":{"tf":1.0},"285":{"tf":1.0},"286":{"tf":1.0},"287":{"tf":1.0},"288":{"tf":1.0},"289":{"tf":1.0},"290":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"3":{"tf":1.0},"300":{"tf":1.0},"31":{"tf":1.0},"314":{"tf":1.0},"36":{"tf":1.0},"65":{"tf":1.0},"8":{"tf":1.0},"88":{"tf":1.4142135623730951}}}},"n":{"d":{"df":4,"docs":{"192":{"tf":1.0},"351":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"19":{"tf":1.0}}},"t":{"df":5,"docs":{"115":{"tf":1.0},"117":{"tf":1.0},"49":{"tf":1.0},"63":{"tf":1.0},"95":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"143":{"tf":1.0},"190":{"tf":1.0},"227":{"tf":1.0}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"10":{"tf":1.4142135623730951},"192":{"tf":1.0},"31":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"a":{"c":{"df":8,"docs":{"141":{"tf":1.4142135623730951},"143":{"tf":1.7320508075688772},"144":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"36":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":14,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"208":{"tf":1.0},"213":{"tf":1.7320508075688772},"214":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"307":{"tf":1.0},"32":{"tf":1.0},"387":{"tf":1.0},"52":{"tf":2.0},"74":{"tf":1.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"115":{"tf":1.0},"119":{"tf":1.0},"48":{"tf":1.0},"63":{"tf":1.0}}}}}},"v":{"df":7,"docs":{"123":{"tf":1.0},"139":{"tf":1.4142135623730951},"304":{"tf":1.0},"352":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"50":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":2,"docs":{"181":{"tf":1.0},"51":{"tf":1.0}},"t":{"df":3,"docs":{"31":{"tf":1.7320508075688772},"32":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"137":{"tf":1.7320508075688772},"177":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"358":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":13,"docs":{"141":{"tf":1.0},"160":{"tf":1.0},"164":{"tf":1.7320508075688772},"165":{"tf":1.0},"166":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"223":{"tf":1.0},"225":{"tf":1.0},"227":{"tf":1.4142135623730951},"245":{"tf":1.0},"273":{"tf":1.7320508075688772},"31":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":23,"docs":{"101":{"tf":1.0},"119":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.0},"139":{"tf":1.7320508075688772},"172":{"tf":1.4142135623730951},"221":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"225":{"tf":1.0},"248":{"tf":1.0},"253":{"tf":1.0},"271":{"tf":1.0},"286":{"tf":1.0},"292":{"tf":1.0},"314":{"tf":1.0},"336":{"tf":1.0},"337":{"tf":1.0},"353":{"tf":1.0},"361":{"tf":1.0},"372":{"tf":1.4142135623730951},"374":{"tf":1.0},"375":{"tf":1.0}}}}},"t":{"'":{"df":4,"docs":{"232":{"tf":1.0},"324":{"tf":1.0},"355":{"tf":1.0},"384":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":12,"docs":{"113":{"tf":1.0},"117":{"tf":1.0},"120":{"tf":1.7320508075688772},"125":{"tf":1.4142135623730951},"153":{"tf":1.0},"159":{"tf":1.0},"163":{"tf":1.0},"166":{"tf":1.0},"243":{"tf":1.0},"251":{"tf":1.0},"282":{"tf":1.4142135623730951},"3":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"316":{"tf":1.0}}}}}}},"v":{"df":116,"docs":{"219":{"tf":1.7320508075688772},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"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},"260":{"tf":1.0},"261":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"271":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.0},"274":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0},"280":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.0},"285":{"tf":1.0},"286":{"tf":1.0},"287":{"tf":1.0},"288":{"tf":1.0},"289":{"tf":1.0},"290":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.0},"314":{"tf":1.0},"315":{"tf":1.0},"316":{"tf":1.0},"317":{"tf":1.0},"318":{"tf":1.0},"319":{"tf":1.0},"320":{"tf":1.0},"321":{"tf":1.0},"322":{"tf":1.0},"323":{"tf":1.0},"324":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"328":{"tf":1.0},"329":{"tf":1.0},"330":{"tf":1.0},"331":{"tf":1.0},"332":{"tf":1.0},"333":{"tf":1.0},"334":{"tf":1.0}}}},"j":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"137":{"tf":1.4142135623730951},"139":{"tf":1.4142135623730951}}}}}}},"o":{"b":{"df":4,"docs":{"121":{"tf":1.0},"273":{"tf":1.0},"274":{"tf":2.23606797749979},"275":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"140":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":2,"docs":{"138":{"tf":1.7320508075688772},"140":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"140":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"u":{"d":{"df":0,"docs":{},"g":{"df":5,"docs":{"137":{"tf":1.0},"192":{"tf":1.0},"38":{"tf":1.0},"386":{"tf":1.0},"63":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":2,"docs":{"337":{"tf":1.0},"8":{"tf":1.0}}}}}},"k":{"1":{"[":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"163":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"[":{"\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"163":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"[":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"163":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"[":{"\"":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":1,"docs":{"163":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"[":{"\"":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"163":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"df":52,"docs":{"102":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"121":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"131":{"tf":1.0},"138":{"tf":1.0},"144":{"tf":1.0},"155":{"tf":2.0},"156":{"tf":1.0},"16":{"tf":1.0},"161":{"tf":1.4142135623730951},"163":{"tf":1.4142135623730951},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"182":{"tf":1.0},"187":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"220":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"241":{"tf":1.0},"245":{"tf":1.7320508075688772},"248":{"tf":1.7320508075688772},"249":{"tf":1.0},"250":{"tf":2.0},"251":{"tf":1.7320508075688772},"262":{"tf":1.7320508075688772},"266":{"tf":1.4142135623730951},"267":{"tf":2.23606797749979},"268":{"tf":1.0},"270":{"tf":2.23606797749979},"283":{"tf":1.7320508075688772},"297":{"tf":2.23606797749979},"298":{"tf":1.4142135623730951},"302":{"tf":1.7320508075688772},"312":{"tf":1.7320508075688772},"323":{"tf":2.23606797749979},"326":{"tf":1.7320508075688772},"333":{"tf":1.7320508075688772},"351":{"tf":1.4142135623730951},"367":{"tf":1.0},"368":{"tf":1.0},"371":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"39":{"tf":1.0},"46":{"tf":1.0},"66":{"tf":1.0},"76":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"282":{"tf":1.0}}}}}},"[":{"\"":{"df":0,"docs":{},"k":{"8":{"df":1,"docs":{"163":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":6,"docs":{"126":{"tf":1.4142135623730951},"131":{"tf":1.0},"161":{"tf":1.0},"39":{"tf":1.0},"66":{"tf":1.0},"71":{"tf":1.0}}}},"_":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"=":{"1":{"df":4,"docs":{"302":{"tf":1.0},"312":{"tf":1.0},"323":{"tf":1.0},"333":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"266":{"tf":1.0},"302":{"tf":1.0}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"302":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"302":{"tf":1.0}}},"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":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"302":{"tf":1.0}}},"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":{},"p":{"a":{"c":{"df":3,"docs":{"155":{"tf":1.0},"266":{"tf":1.0},"302":{"tf":1.0}},"e":{"=":{"<":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"323":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":3,"docs":{"302":{"tf":1.0},"312":{"tf":1.0},"333":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"=":{"<":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"|":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"323":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"266":{"tf":1.0},"302":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":2,"docs":{"266":{"tf":1.0},"302":{"tf":1.0}},"e":{"=":{"1":{"df":6,"docs":{"155":{"tf":1.0},"156":{"tf":1.0},"302":{"tf":1.0},"312":{"tf":1.0},"323":{"tf":1.0},"333":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"302":{"tf":1.0}}},"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":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"302":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"266":{"tf":1.0},"302":{"tf":1.0}},"e":{"=":{"<":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"323":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":3,"docs":{"262":{"tf":1.0},"265":{"tf":1.0},"267":{"tf":1.0}}}}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"k":{"8":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":10,"docs":{"161":{"tf":1.0},"213":{"tf":1.0},"273":{"tf":1.0},"352":{"tf":1.0},"36":{"tf":1.0},"379":{"tf":1.0},"386":{"tf":1.0},"41":{"tf":1.0},"66":{"tf":1.4142135623730951},"68":{"tf":1.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":{"348":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"[":{"df":0,"docs":{},"k":{"8":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"35":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":34,"docs":{"115":{"tf":1.7320508075688772},"117":{"tf":1.0},"120":{"tf":1.0},"125":{"tf":1.4142135623730951},"138":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.0},"180":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"190":{"tf":1.0},"192":{"tf":1.0},"204":{"tf":1.0},"206":{"tf":1.0},"212":{"tf":1.0},"255":{"tf":1.0},"260":{"tf":1.0},"266":{"tf":1.0},"276":{"tf":1.0},"290":{"tf":1.0},"299":{"tf":1.0},"301":{"tf":1.4142135623730951},"302":{"tf":1.0},"321":{"tf":1.0},"322":{"tf":1.0},"323":{"tf":1.0},"368":{"tf":1.0},"385":{"tf":1.4142135623730951},"54":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.4142135623730951},"95":{"tf":1.0}}}},"y":{"df":27,"docs":{"132":{"tf":1.0},"188":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"223":{"tf":1.4142135623730951},"226":{"tf":1.4142135623730951},"227":{"tf":1.0},"238":{"tf":1.0},"274":{"tf":3.1622776601683795},"280":{"tf":1.0},"298":{"tf":1.7320508075688772},"3":{"tf":1.4142135623730951},"40":{"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},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"68":{"tf":1.0},"98":{"tf":1.0}},"s":{"/":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"140":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"360":{"tf":1.0},"362":{"tf":1.7320508075688772},"365":{"tf":1.0},"382":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"362":{"tf":1.0}}}}}},"n":{"d":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"u":{"b":{"df":2,"docs":{"359":{"tf":1.0},"383":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":11,"docs":{"241":{"tf":1.0},"245":{"tf":2.0},"264":{"tf":1.4142135623730951},"270":{"tf":1.0},"323":{"tf":1.0},"351":{"tf":1.0},"356":{"tf":1.0},"357":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":1.0},"383":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"97":{"tf":1.0}}},"df":0,"docs":{},"w":{"df":2,"docs":{"355":{"tf":1.0},"357":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":3,"docs":{"16":{"tf":1.0},"19":{"tf":1.0},"386":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":2,"docs":{"337":{"tf":1.0},"375":{"tf":1.4142135623730951}}}}}},"u":{"b":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":12,"docs":{"113":{"tf":1.0},"155":{"tf":1.0},"245":{"tf":1.0},"263":{"tf":1.0},"267":{"tf":1.0},"302":{"tf":1.4142135623730951},"323":{"tf":3.3166247903554},"333":{"tf":1.0},"367":{"tf":1.4142135623730951},"368":{"tf":3.872983346207417},"371":{"tf":1.7320508075688772},"46":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":26,"docs":{"0":{"tf":1.0},"126":{"tf":1.4142135623730951},"14":{"tf":1.0},"16":{"tf":1.0},"161":{"tf":1.4142135623730951},"213":{"tf":1.0},"221":{"tf":1.0},"227":{"tf":1.0},"245":{"tf":2.0},"249":{"tf":1.0},"250":{"tf":1.0},"263":{"tf":1.0},"266":{"tf":1.0},"3":{"tf":1.0},"302":{"tf":1.4142135623730951},"323":{"tf":1.4142135623730951},"348":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"68":{"tf":1.0},"71":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"g":{"df":23,"docs":{"226":{"tf":1.0},"232":{"tf":1.0},"237":{"tf":1.7320508075688772},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"261":{"tf":1.0},"28":{"tf":1.0},"298":{"tf":2.23606797749979},"351":{"tf":1.4142135623730951},"352":{"tf":1.0},"356":{"tf":2.0},"365":{"tf":1.0},"372":{"tf":1.4142135623730951},"377":{"tf":1.4142135623730951},"380":{"tf":1.0},"383":{"tf":1.0},"384":{"tf":1.7320508075688772},"43":{"tf":1.0},"44":{"tf":1.0},"66":{"tf":1.4142135623730951},"70":{"tf":1.0},"72":{"tf":1.0}},"r":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":4,"docs":{"238":{"tf":1.4142135623730951},"298":{"tf":1.0},"44":{"tf":1.0},"66":{"tf":1.4142135623730951}},"s":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"z":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":9,"docs":{"238":{"tf":1.0},"261":{"tf":1.0},"270":{"tf":1.0},"28":{"tf":1.0},"298":{"tf":1.0},"352":{"tf":1.0},"384":{"tf":1.0},"44":{"tf":1.0},"69":{"tf":1.0}}}},"df":0,"docs":{}}},"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":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":3,"docs":{"323":{"tf":2.0},"368":{"tf":2.0},"371":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":5,"docs":{"138":{"tf":1.0},"147":{"tf":1.0},"169":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.4142135623730951}}},"n":{"d":{"df":1,"docs":{"80":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"16":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":4,"docs":{"166":{"tf":1.0},"251":{"tf":1.0},"304":{"tf":1.0},"63":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"g":{"df":9,"docs":{"120":{"tf":1.4142135623730951},"121":{"tf":1.0},"122":{"tf":1.0},"163":{"tf":1.0},"166":{"tf":1.0},"227":{"tf":1.4142135623730951},"245":{"tf":1.0},"282":{"tf":1.0},"362":{"tf":1.0}},"e":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"l":{"df":1,"docs":{"89":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":1,"docs":{"276":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"192":{"tf":1.0},"322":{"tf":1.0},"351":{"tf":1.0},"368":{"tf":1.0},"372":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"169":{"tf":1.0},"175":{"tf":1.0}},"n":{"c":{"df":5,"docs":{"137":{"tf":1.0},"138":{"tf":2.0},"141":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0}},"y":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"189":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"df":3,"docs":{"115":{"tf":1.0},"131":{"tf":1.0},"59":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"274":{"tf":2.0}}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":8,"docs":{"159":{"tf":1.0},"2":{"tf":1.0},"205":{"tf":1.0},"354":{"tf":1.0},"360":{"tf":1.0},"386":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"121":{"tf":1.0},"129":{"tf":1.4142135623730951},"274":{"tf":1.0},"275":{"tf":1.0},"280":{"tf":1.0},"299":{"tf":1.0},"319":{"tf":1.0},"36":{"tf":1.4142135623730951},"38":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":7,"docs":{"1":{"tf":1.0},"115":{"tf":1.0},"206":{"tf":1.0},"214":{"tf":1.0},"31":{"tf":1.0},"65":{"tf":1.7320508075688772},"78":{"tf":1.0}}}}}}},"df":6,"docs":{"302":{"tf":1.0},"323":{"tf":2.449489742783178},"333":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":3.0},"371":{"tf":1.4142135623730951}},"e":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"19":{"tf":1.0},"299":{"tf":1.0},"319":{"tf":1.0},"386":{"tf":1.0}}}}},"df":0,"docs":{},"k":{"df":4,"docs":{"122":{"tf":1.0},"124":{"tf":1.0},"192":{"tf":1.0},"62":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":12,"docs":{"10":{"tf":1.0},"114":{"tf":1.0},"12":{"tf":1.4142135623730951},"13":{"tf":1.7320508075688772},"14":{"tf":1.0},"15":{"tf":2.0},"16":{"tf":1.0},"220":{"tf":1.4142135623730951},"248":{"tf":1.0},"29":{"tf":1.0},"32":{"tf":1.0},"7":{"tf":1.0}}}},"v":{"df":2,"docs":{"140":{"tf":1.0},"324":{"tf":1.0}}}},"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"142":{"tf":1.0}},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"386":{"tf":1.0}}}}}}}},"df":0,"docs":{},"g":{"a":{"c":{"df":0,"docs":{},"i":{"df":6,"docs":{"255":{"tf":1.7320508075688772},"27":{"tf":1.0},"295":{"tf":1.7320508075688772},"298":{"tf":1.0},"303":{"tf":1.0},"66":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"273":{"tf":1.0},"283":{"tf":1.4142135623730951}}}},"t":{"'":{"df":2,"docs":{"20":{"tf":1.0},"77":{"tf":1.0}}},"df":1,"docs":{"31":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":39,"docs":{"100":{"tf":1.0},"118":{"tf":1.0},"138":{"tf":1.0},"150":{"tf":1.4142135623730951},"154":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"177":{"tf":1.0},"192":{"tf":1.7320508075688772},"193":{"tf":2.23606797749979},"194":{"tf":1.7320508075688772},"195":{"tf":1.7320508075688772},"196":{"tf":1.7320508075688772},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.4142135623730951},"213":{"tf":1.0},"214":{"tf":1.0},"227":{"tf":1.0},"255":{"tf":1.0},"260":{"tf":1.0},"299":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"316":{"tf":1.0},"317":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"373":{"tf":1.4142135623730951},"38":{"tf":1.0},"386":{"tf":1.0},"65":{"tf":1.0},"73":{"tf":1.0},"96":{"tf":1.0}}}}}},"h":{"df":4,"docs":{"239":{"tf":1.0},"247":{"tf":1.0},"356":{"tf":1.0},"384":{"tf":1.0}}},"i":{"b":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"/":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"139":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"p":{"2":{"df":0,"docs":{},"p":{"df":2,"docs":{"138":{"tf":2.0},"305":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"66":{"tf":1.0},"68":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":13,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"157":{"tf":1.0},"36":{"tf":1.0},"55":{"tf":1.7320508075688772},"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},"80":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"175":{"tf":1.0}}}}}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"210":{"tf":1.0}}}}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":12,"docs":{"121":{"tf":1.0},"122":{"tf":1.0},"124":{"tf":1.0},"141":{"tf":1.7320508075688772},"143":{"tf":1.0},"153":{"tf":1.0},"166":{"tf":1.0},"172":{"tf":1.0},"177":{"tf":1.7320508075688772},"185":{"tf":1.0},"287":{"tf":1.0},"362":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":5,"docs":{"251":{"tf":1.0},"304":{"tf":1.0},"32":{"tf":1.4142135623730951},"322":{"tf":1.0},"368":{"tf":1.0}}},"k":{"df":3,"docs":{"12":{"tf":1.4142135623730951},"261":{"tf":1.0},"267":{"tf":1.0}}},"u":{"df":0,"docs":{},"x":{"/":{"a":{"df":0,"docs":{},"m":{"d":{"6":{"4":{"df":2,"docs":{"244":{"tf":1.0},"303":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"m":{"6":{"4":{"df":2,"docs":{"259":{"tf":1.0},"303":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"m":{"a":{"c":{"df":0,"docs":{},"o":{"df":1,"docs":{"362":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":16,"docs":{"18":{"tf":1.0},"236":{"tf":1.4142135623730951},"244":{"tf":1.0},"257":{"tf":2.0},"264":{"tf":1.4142135623730951},"274":{"tf":1.4142135623730951},"28":{"tf":1.7320508075688772},"297":{"tf":1.0},"298":{"tf":1.7320508075688772},"303":{"tf":1.4142135623730951},"358":{"tf":1.4142135623730951},"359":{"tf":1.7320508075688772},"383":{"tf":1.4142135623730951},"43":{"tf":1.0},"66":{"tf":1.0},"70":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"140":{"tf":1.0},"322":{"tf":1.0},"323":{"tf":1.0},"368":{"tf":1.4142135623730951},"371":{"tf":1.0}},"s":{"/":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"140":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":41,"docs":{"1":{"tf":1.0},"104":{"tf":1.4142135623730951},"115":{"tf":1.0},"119":{"tf":1.4142135623730951},"125":{"tf":1.0},"127":{"tf":1.4142135623730951},"135":{"tf":1.0},"138":{"tf":1.4142135623730951},"14":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"144":{"tf":1.4142135623730951},"145":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"158":{"tf":1.0},"181":{"tf":1.0},"184":{"tf":1.0},"188":{"tf":1.0},"2":{"tf":1.0},"213":{"tf":1.4142135623730951},"226":{"tf":1.0},"31":{"tf":1.0},"327":{"tf":1.0},"36":{"tf":1.0},"364":{"tf":1.4142135623730951},"368":{"tf":1.0},"375":{"tf":1.0},"377":{"tf":1.4142135623730951},"385":{"tf":1.4142135623730951},"386":{"tf":1.7320508075688772},"47":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.4142135623730951},"66":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"189":{"tf":1.0}}}}}}}}},"<":{"b":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"90":{"tf":1.0}}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"90":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"90":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"o":{"a":{"d":{"(":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{":":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"171":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}}}}},"df":29,"docs":{"117":{"tf":1.0},"119":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":1.0},"126":{"tf":1.0},"128":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.7320508075688772},"133":{"tf":1.7320508075688772},"134":{"tf":2.0},"137":{"tf":2.0},"139":{"tf":1.0},"140":{"tf":1.7320508075688772},"142":{"tf":1.0},"188":{"tf":1.0},"245":{"tf":1.4142135623730951},"248":{"tf":1.0},"250":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":2.23606797749979},"273":{"tf":1.0},"356":{"tf":1.0},"359":{"tf":1.7320508075688772},"362":{"tf":1.0},"372":{"tf":1.0},"383":{"tf":1.7320508075688772},"384":{"tf":1.4142135623730951},"41":{"tf":1.0},"85":{"tf":1.0}},"e":{"d":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"245":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"\"":{"df":0,"docs":{},"|":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"147":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"/":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"r":{"/":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"307":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"144":{"tf":1.0}}}}}}},"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"255":{"tf":1.0},"295":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"255":{"tf":1.0},"295":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"255":{"tf":1.0},"295":{"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":0,"docs":{},"n":{"df":23,"docs":{"122":{"tf":1.4142135623730951},"19":{"tf":1.0},"240":{"tf":1.0},"246":{"tf":1.0},"254":{"tf":1.4142135623730951},"27":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"316":{"tf":2.0},"317":{"tf":1.0},"321":{"tf":1.4142135623730951},"324":{"tf":1.0},"354":{"tf":1.4142135623730951},"356":{"tf":1.0},"357":{"tf":1.4142135623730951},"360":{"tf":1.0},"361":{"tf":1.0},"363":{"tf":1.4142135623730951},"364":{"tf":1.4142135623730951},"368":{"tf":1.4142135623730951},"373":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":5,"docs":{"126":{"tf":1.4142135623730951},"159":{"tf":1.0},"39":{"tf":1.0},"66":{"tf":1.0},"71":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":11,"docs":{"159":{"tf":1.0},"213":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.0},"352":{"tf":1.0},"36":{"tf":1.0},"379":{"tf":1.0},"386":{"tf":1.0},"41":{"tf":1.0},"66":{"tf":1.4142135623730951},"68":{"tf":1.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":{"(":{")":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"(":{"&":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"151":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":13,"docs":{"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"19":{"tf":1.0},"26":{"tf":1.0},"348":{"tf":1.0},"349":{"tf":1.0},"350":{"tf":1.0},"4":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.4142135623730951},"90":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"[":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"35":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":60,"docs":{"0":{"tf":1.0},"102":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"120":{"tf":1.0},"121":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.4142135623730951},"13":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.7320508075688772},"146":{"tf":1.0},"153":{"tf":1.7320508075688772},"159":{"tf":1.4142135623730951},"163":{"tf":1.0},"182":{"tf":1.0},"187":{"tf":1.0},"19":{"tf":1.4142135623730951},"213":{"tf":1.0},"221":{"tf":1.0},"241":{"tf":1.0},"243":{"tf":1.4142135623730951},"245":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.4142135623730951},"251":{"tf":1.0},"252":{"tf":1.4142135623730951},"259":{"tf":1.0},"26":{"tf":1.0},"266":{"tf":1.0},"270":{"tf":1.0},"28":{"tf":1.0},"287":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"297":{"tf":1.4142135623730951},"3":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"307":{"tf":1.0},"318":{"tf":1.4142135623730951},"321":{"tf":1.4142135623730951},"323":{"tf":1.0},"348":{"tf":1.0},"351":{"tf":1.7320508075688772},"354":{"tf":1.0},"357":{"tf":1.0},"367":{"tf":1.4142135623730951},"368":{"tf":1.0},"371":{"tf":1.0},"38":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"46":{"tf":1.0},"54":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"68":{"tf":1.0},"71":{"tf":1.0},"73":{"tf":1.0},"76":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"164":{"tf":1.0}}}}}}},"t":{"df":7,"docs":{"19":{"tf":1.0},"238":{"tf":1.4142135623730951},"239":{"tf":1.0},"240":{"tf":1.0},"318":{"tf":1.0},"356":{"tf":1.0},"367":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":79,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.7320508075688772},"102":{"tf":1.4142135623730951},"104":{"tf":1.7320508075688772},"113":{"tf":1.7320508075688772},"119":{"tf":1.4142135623730951},"121":{"tf":2.6457513110645907},"124":{"tf":1.0},"14":{"tf":1.0},"154":{"tf":1.7320508075688772},"155":{"tf":1.4142135623730951},"156":{"tf":1.7320508075688772},"19":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"210":{"tf":1.0},"214":{"tf":1.0},"220":{"tf":1.4142135623730951},"222":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.7320508075688772},"228":{"tf":1.0},"229":{"tf":1.4142135623730951},"251":{"tf":1.0},"255":{"tf":1.4142135623730951},"260":{"tf":1.4142135623730951},"266":{"tf":1.0},"271":{"tf":1.4142135623730951},"274":{"tf":3.1622776601683795},"275":{"tf":1.4142135623730951},"276":{"tf":1.0},"281":{"tf":2.449489742783178},"289":{"tf":1.4142135623730951},"291":{"tf":1.0},"299":{"tf":3.605551275463989},"3":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.4142135623730951},"306":{"tf":2.449489742783178},"310":{"tf":1.4142135623730951},"314":{"tf":1.4142135623730951},"315":{"tf":2.0},"316":{"tf":3.1622776601683795},"317":{"tf":2.6457513110645907},"318":{"tf":2.23606797749979},"319":{"tf":1.0},"320":{"tf":1.7320508075688772},"321":{"tf":2.23606797749979},"322":{"tf":3.3166247903554},"323":{"tf":4.0},"324":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"328":{"tf":1.0},"329":{"tf":1.0},"330":{"tf":1.0},"331":{"tf":1.7320508075688772},"332":{"tf":1.0},"333":{"tf":1.7320508075688772},"334":{"tf":2.0},"352":{"tf":1.7320508075688772},"358":{"tf":1.4142135623730951},"362":{"tf":1.0},"363":{"tf":2.8284271247461903},"365":{"tf":1.7320508075688772},"366":{"tf":1.4142135623730951},"367":{"tf":3.1622776601683795},"368":{"tf":4.898979485566356},"372":{"tf":1.4142135623730951},"373":{"tf":2.23606797749979},"377":{"tf":1.0},"380":{"tf":1.0},"384":{"tf":1.4142135623730951},"385":{"tf":1.0},"46":{"tf":3.1622776601683795},"47":{"tf":1.4142135623730951},"62":{"tf":1.0},"73":{"tf":2.23606797749979}},"i":{"c":{"df":5,"docs":{"117":{"tf":1.0},"173":{"tf":1.0},"209":{"tf":1.0},"212":{"tf":1.0},"386":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":1,"docs":{"327":{"tf":1.0}}}},"o":{"df":21,"docs":{"0":{"tf":2.0},"10":{"tf":1.7320508075688772},"13":{"tf":1.0},"143":{"tf":1.0},"16":{"tf":1.4142135623730951},"19":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.4142135623730951},"247":{"tf":1.0},"264":{"tf":1.7320508075688772},"297":{"tf":1.0},"31":{"tf":1.7320508075688772},"32":{"tf":1.0},"351":{"tf":1.0},"359":{"tf":2.23606797749979},"365":{"tf":1.0},"383":{"tf":1.7320508075688772},"386":{"tf":1.0},"387":{"tf":1.0},"43":{"tf":1.0},"66":{"tf":1.0}}},"s":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"368":{"tf":1.0}}}}}},"/":{"$":{"(":{"d":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"274":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"329":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"368":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"153":{"tf":1.0}}}},"df":0,"docs":{}}}},":":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"322":{"tf":1.0}}}}}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"118":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":6,"docs":{"192":{"tf":1.0},"365":{"tf":1.0},"385":{"tf":1.0},"53":{"tf":1.0},"76":{"tf":1.0},"81":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"124":{"tf":1.0},"161":{"tf":1.0},"276":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":11,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"156":{"tf":1.4142135623730951},"21":{"tf":1.0},"336":{"tf":1.0},"337":{"tf":1.0},"353":{"tf":1.4142135623730951},"370":{"tf":1.0},"385":{"tf":1.0},"76":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"337":{"tf":1.0}}}}},"p":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"305":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":7,"docs":{"120":{"tf":1.0},"159":{"tf":1.0},"171":{"tf":1.4142135623730951},"172":{"tf":1.0},"49":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.4142135623730951}}},"s":{"df":1,"docs":{"65":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"177":{"tf":1.0}}},"t":{"df":1,"docs":{"142":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"386":{"tf":1.0}}}}}}},"w":{"df":4,"docs":{"164":{"tf":1.0},"193":{"tf":1.0},"195":{"tf":1.4142135623730951},"196":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"63":{"tf":1.0}}}}}},"r":{"df":5,"docs":{"2":{"tf":1.0},"228":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0},"76":{"tf":1.0}}},"s":{"df":8,"docs":{"239":{"tf":1.0},"247":{"tf":1.0},"299":{"tf":1.0},"321":{"tf":1.0},"356":{"tf":1.0},"363":{"tf":1.4142135623730951},"368":{"tf":1.0},"384":{"tf":1.0}},"o":{"df":0,"docs":{},"f":{"df":2,"docs":{"360":{"tf":1.4142135623730951},"365":{"tf":1.0}}}}},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":2,"docs":{"385":{"tf":1.0},"53":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"120":{"tf":1.0},"122":{"tf":1.0},"125":{"tf":1.0},"160":{"tf":1.0},"63":{"tf":1.0}}}}},"o":{"df":8,"docs":{"18":{"tf":1.0},"244":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951},"286":{"tf":1.7320508075688772},"298":{"tf":1.0},"303":{"tf":1.0},"351":{"tf":1.0},"358":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{"df":1,"docs":{"360":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"251":{"tf":1.0},"303":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"65":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":14,"docs":{"121":{"tf":1.0},"274":{"tf":1.4142135623730951},"276":{"tf":1.0},"283":{"tf":1.4142135623730951},"337":{"tf":1.0},"354":{"tf":1.0},"356":{"tf":1.0},"357":{"tf":1.0},"358":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":1.0},"361":{"tf":1.0},"364":{"tf":1.0},"4":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":7,"docs":{"116":{"tf":1.4142135623730951},"137":{"tf":1.0},"139":{"tf":1.0},"142":{"tf":1.0},"191":{"tf":1.0},"206":{"tf":1.0},"63":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":12,"docs":{"1":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0},"213":{"tf":1.0},"251":{"tf":1.0},"31":{"tf":1.0},"316":{"tf":1.4142135623730951},"364":{"tf":1.0},"386":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"63":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"137":{"tf":1.4142135623730951}},"e":{"d":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"141":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"138":{"tf":2.0}}}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"g":{"df":5,"docs":{"137":{"tf":1.0},"138":{"tf":1.0},"140":{"tf":1.0},"167":{"tf":1.0},"351":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":9,"docs":{"102":{"tf":1.0},"173":{"tf":1.0},"192":{"tf":1.0},"31":{"tf":1.0},"362":{"tf":1.0},"364":{"tf":1.0},"38":{"tf":1.0},"76":{"tf":1.0},"86":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"186":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"386":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":17,"docs":{"100":{"tf":1.0},"19":{"tf":1.0},"227":{"tf":1.0},"235":{"tf":1.4142135623730951},"254":{"tf":1.0},"256":{"tf":1.0},"258":{"tf":1.4142135623730951},"262":{"tf":1.0},"279":{"tf":1.0},"28":{"tf":1.4142135623730951},"292":{"tf":1.0},"356":{"tf":1.0},"357":{"tf":1.0},"359":{"tf":1.0},"383":{"tf":1.0},"384":{"tf":1.0},"39":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"(":{"df":0,"docs":{},"|":{"_":{"df":2,"docs":{"210":{"tf":1.0},"211":{"tf":1.0}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"|":{"df":2,"docs":{"210":{"tf":1.0},"211":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":6,"docs":{"223":{"tf":1.0},"225":{"tf":1.0},"228":{"tf":1.0},"260":{"tf":1.0},"301":{"tf":1.0},"360":{"tf":1.0}}},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"252":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":11,"docs":{"115":{"tf":1.0},"120":{"tf":1.0},"137":{"tf":1.4142135623730951},"145":{"tf":1.4142135623730951},"171":{"tf":1.4142135623730951},"172":{"tf":1.0},"209":{"tf":1.0},"260":{"tf":1.0},"322":{"tf":1.0},"337":{"tf":1.0},"368":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"335":{"tf":1.0},"337":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"121":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"251":{"tf":1.0}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"274":{"tf":1.7320508075688772}}}}}}}}}},"df":7,"docs":{"121":{"tf":1.4142135623730951},"164":{"tf":1.4142135623730951},"220":{"tf":1.0},"251":{"tf":2.0},"274":{"tf":1.7320508075688772},"275":{"tf":1.0},"276":{"tf":1.4142135623730951}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"161":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0}}}}}},"x":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"2":{"0":{"df":1,"docs":{"135":{"tf":1.0}}},"df":0,"docs":{}},"4":{"0":{"df":1,"docs":{"130":{"tf":1.0}}},"df":0,"docs":{}},"6":{"0":{"df":2,"docs":{"344":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"=":{"7":{"5":{"df":1,"docs":{"102":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"102":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":4,"docs":{"104":{"tf":1.0},"109":{"tf":1.0},"183":{"tf":1.0},"344":{"tf":1.0}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"102":{"tf":1.0},"133":{"tf":1.0}}}}}}}},"d":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"66":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":3,"docs":{"101":{"tf":1.4142135623730951},"361":{"tf":1.0},"378":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"24":{"tf":1.4142135623730951},"86":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":7,"docs":{"10":{"tf":1.0},"117":{"tf":1.0},"180":{"tf":1.0},"192":{"tf":1.0},"31":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0}}}}},"t":{"df":1,"docs":{"115":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"123":{"tf":1.0},"386":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":4,"docs":{"137":{"tf":2.0},"138":{"tf":1.0},"140":{"tf":1.0},"316":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":3,"docs":{"121":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":4,"docs":{"140":{"tf":1.7320508075688772},"188":{"tf":1.0},"328":{"tf":1.0},"47":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":5,"docs":{"137":{"tf":1.0},"177":{"tf":1.0},"362":{"tf":1.0},"365":{"tf":1.0},"52":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":4,"docs":{"119":{"tf":1.0},"137":{"tf":4.795831523312719},"316":{"tf":1.0},"46":{"tf":1.0}},"s":{"/":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"137":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"13":{"tf":1.0},"30":{"tf":1.0},"65":{"tf":1.0},"85":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"276":{"tf":1.0}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"138":{"tf":1.7320508075688772}}},"s":{"a":{"df":0,"docs":{},"g":{"df":7,"docs":{"138":{"tf":2.23606797749979},"356":{"tf":1.0},"357":{"tf":1.0},"360":{"tf":1.0},"362":{"tf":1.0},"370":{"tf":1.0},"376":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"226":{"tf":1.0},"386":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"d":{"df":12,"docs":{"138":{"tf":1.0},"193":{"tf":1.0},"196":{"tf":1.4142135623730951},"199":{"tf":1.0},"200":{"tf":1.4142135623730951},"206":{"tf":1.0},"214":{"tf":1.4142135623730951},"328":{"tf":1.0},"336":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.0},"74":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"c":{"df":34,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"119":{"tf":1.4142135623730951},"137":{"tf":1.0},"141":{"tf":1.0},"167":{"tf":1.4142135623730951},"204":{"tf":1.0},"205":{"tf":1.0},"220":{"tf":1.0},"227":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"251":{"tf":1.0},"260":{"tf":1.0},"266":{"tf":1.0},"268":{"tf":1.4142135623730951},"271":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"300":{"tf":2.0},"315":{"tf":1.0},"317":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.7320508075688772},"332":{"tf":1.0},"352":{"tf":1.0},"36":{"tf":1.0},"373":{"tf":1.0},"47":{"tf":1.4142135623730951},"55":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.0},"60":{"tf":1.0},"73":{"tf":1.4142135623730951}},"s":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"185":{"tf":1.0},"81":{"tf":1.0}}}}}},":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"205":{"tf":1.0}}}}}}},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"205":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"i":{"d":{"df":2,"docs":{"140":{"tf":1.0},"188":{"tf":1.0}}},"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"182":{"tf":1.0}}}},"df":0,"docs":{}}},"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"171":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"0":{"df":1,"docs":{"135":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":1,"docs":{"130":{"tf":1.0}}},"df":0,"docs":{}},"3":{"0":{"df":2,"docs":{"344":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{}},"df":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":{"102":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"d":{"df":1,"docs":{"95":{"tf":1.0}}},"df":7,"docs":{"109":{"tf":1.0},"164":{"tf":1.7320508075688772},"171":{"tf":1.0},"183":{"tf":1.0},"227":{"tf":1.7320508075688772},"344":{"tf":1.0},"364":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"368":{"tf":1.0}}}},"k":{"df":0,"docs":{},"u":{"b":{"df":7,"docs":{"245":{"tf":2.0},"264":{"tf":1.4142135623730951},"270":{"tf":1.0},"323":{"tf":1.0},"351":{"tf":1.0},"359":{"tf":1.0},"383":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"89":{"tf":1.4142135623730951}}}}}}}}}},"df":0,"docs":{}}},"df":15,"docs":{"117":{"tf":1.0},"120":{"tf":1.0},"123":{"tf":1.0},"127":{"tf":1.4142135623730951},"159":{"tf":1.0},"163":{"tf":1.0},"175":{"tf":1.0},"194":{"tf":1.0},"202":{"tf":1.0},"209":{"tf":1.0},"212":{"tf":1.0},"274":{"tf":1.7320508075688772},"309":{"tf":1.4142135623730951},"375":{"tf":1.0},"77":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"171":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"171":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":12,"docs":{"102":{"tf":1.4142135623730951},"104":{"tf":1.0},"117":{"tf":1.0},"123":{"tf":1.4142135623730951},"171":{"tf":1.0},"188":{"tf":1.0},"206":{"tf":1.0},"362":{"tf":1.0},"385":{"tf":1.4142135623730951},"53":{"tf":1.7320508075688772},"61":{"tf":1.0},"81":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"df":10,"docs":{"12":{"tf":1.0},"121":{"tf":1.0},"246":{"tf":1.0},"27":{"tf":1.0},"274":{"tf":1.7320508075688772},"276":{"tf":1.4142135623730951},"354":{"tf":1.7320508075688772},"50":{"tf":1.0},"6":{"tf":1.0},"81":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"104":{"tf":1.0},"352":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"s":{"df":19,"docs":{"169":{"tf":1.0},"175":{"tf":1.0},"18":{"tf":1.0},"203":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"232":{"tf":1.0},"248":{"tf":1.0},"352":{"tf":1.4142135623730951},"354":{"tf":1.4142135623730951},"355":{"tf":1.7320508075688772},"356":{"tf":1.7320508075688772},"357":{"tf":1.0},"363":{"tf":1.0},"372":{"tf":2.0},"377":{"tf":1.4142135623730951},"380":{"tf":1.4142135623730951},"381":{"tf":1.4142135623730951},"385":{"tf":1.0}}},"t":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"316":{"tf":1.0}}}},"df":0,"docs":{}}},"x":{"df":9,"docs":{"117":{"tf":1.0},"122":{"tf":1.0},"141":{"tf":1.0},"19":{"tf":1.0},"198":{"tf":1.7320508075688772},"299":{"tf":1.0},"319":{"tf":1.0},"352":{"tf":1.0},"51":{"tf":1.0}}}},"k":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":4,"docs":{"121":{"tf":1.0},"239":{"tf":1.0},"274":{"tf":1.0},"356":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"d":{"df":0,"docs":{},"e":{"df":23,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"104":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.4142135623730951},"138":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":2.0},"251":{"tf":1.7320508075688772},"294":{"tf":1.0},"298":{"tf":1.0},"3":{"tf":1.0},"307":{"tf":1.0},"354":{"tf":1.0},"36":{"tf":1.0},"384":{"tf":1.0},"39":{"tf":1.4142135623730951},"70":{"tf":1.0}},"l":{"df":13,"docs":{"115":{"tf":1.0},"13":{"tf":1.0},"137":{"tf":1.0},"192":{"tf":2.23606797749979},"213":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.0},"75":{"tf":1.0},"85":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"250":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"322":{"tf":1.0},"74":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"10":{"tf":1.0},"3":{"tf":1.0},"63":{"tf":1.0}}}},"df":4,"docs":{"255":{"tf":1.0},"260":{"tf":1.0},"299":{"tf":1.0},"88":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"[":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"228":{"tf":1.0}}}}}}}}}},"df":12,"docs":{"119":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"137":{"tf":1.4142135623730951},"14":{"tf":1.0},"141":{"tf":1.4142135623730951},"168":{"tf":1.0},"185":{"tf":1.0},"228":{"tf":1.4142135623730951},"3":{"tf":1.0},"45":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"305":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":16,"docs":{"10":{"tf":1.0},"119":{"tf":1.0},"138":{"tf":1.0},"148":{"tf":1.0},"176":{"tf":1.0},"212":{"tf":1.0},"23":{"tf":1.0},"274":{"tf":1.0},"276":{"tf":1.0},"279":{"tf":1.0},"286":{"tf":1.0},"29":{"tf":1.0},"32":{"tf":1.0},"364":{"tf":1.4142135623730951},"377":{"tf":1.0},"96":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"321":{"tf":1.0},"368":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":8,"docs":{"241":{"tf":1.0},"245":{"tf":1.0},"270":{"tf":1.0},"298":{"tf":1.0},"322":{"tf":1.0},"351":{"tf":1.0},"367":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951}}}}},"v":{"df":0,"docs":{},"e":{"df":4,"docs":{"120":{"tf":1.0},"171":{"tf":1.4142135623730951},"373":{"tf":1.0},"63":{"tf":1.0}}}}},"u":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"362":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":10,"docs":{"0":{"tf":1.0},"10":{"tf":1.4142135623730951},"125":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.4142135623730951},"154":{"tf":1.0},"160":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.4142135623730951},"65":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":10,"docs":{"111":{"tf":1.4142135623730951},"117":{"tf":1.0},"122":{"tf":1.0},"137":{"tf":1.0},"169":{"tf":1.0},"173":{"tf":1.0},"195":{"tf":1.0},"3":{"tf":1.0},"386":{"tf":1.0},"95":{"tf":1.0}}}}}}},"t":{"df":23,"docs":{"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"151":{"tf":1.0},"171":{"tf":1.4142135623730951},"172":{"tf":2.0},"19":{"tf":1.0},"203":{"tf":1.0},"206":{"tf":1.0},"210":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"349":{"tf":1.0},"350":{"tf":1.0},"4":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951},"90":{"tf":1.0}}}},"y":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"203":{"tf":1.0},"204":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"(":{"df":0,"docs":{},"|":{"df":0,"docs":{},"w":{"df":1,"docs":{"207":{"tf":1.0}}}}},"df":1,"docs":{"207":{"tf":1.4142135623730951}}}}}}},"df":2,"docs":{"203":{"tf":1.0},"207":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"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":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"112":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"205":{"tf":2.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"203":{"tf":1.4142135623730951},"204":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"207":{"tf":2.0}}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":1,"docs":{"207":{"tf":1.4142135623730951}}}}},"df":2,"docs":{"203":{"tf":1.7320508075688772},"207":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":10,"docs":{"171":{"tf":1.0},"172":{"tf":1.0},"178":{"tf":1.0},"203":{"tf":1.4142135623730951},"204":{"tf":1.0},"207":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0}}}}}}},"df":0,"docs":{}},"=":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":7,"docs":{"274":{"tf":1.4142135623730951},"301":{"tf":1.0},"322":{"tf":1.7320508075688772},"360":{"tf":1.0},"362":{"tf":1.0},"368":{"tf":1.7320508075688772},"371":{"tf":1.0}}}}}}},"df":31,"docs":{"117":{"tf":1.0},"121":{"tf":1.7320508075688772},"126":{"tf":1.0},"200":{"tf":1.0},"203":{"tf":1.4142135623730951},"204":{"tf":1.0},"210":{"tf":1.0},"213":{"tf":1.0},"236":{"tf":1.7320508075688772},"238":{"tf":1.0},"266":{"tf":1.0},"274":{"tf":5.385164807134504},"28":{"tf":1.0},"280":{"tf":1.0},"281":{"tf":1.4142135623730951},"290":{"tf":1.0},"302":{"tf":1.0},"318":{"tf":1.0},"319":{"tf":1.4142135623730951},"322":{"tf":2.0},"367":{"tf":1.4142135623730951},"368":{"tf":3.605551275463989},"371":{"tf":1.7320508075688772},"39":{"tf":1.0},"46":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0},"71":{"tf":1.0},"74":{"tf":1.0},"95":{"tf":1.0}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":7,"docs":{"164":{"tf":1.4142135623730951},"227":{"tf":1.0},"266":{"tf":1.0},"302":{"tf":1.4142135623730951},"323":{"tf":1.4142135623730951},"368":{"tf":3.0},"371":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":3,"docs":{"266":{"tf":1.0},"302":{"tf":1.0},"323":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"38":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"305":{"tf":1.0}},"i":{"df":0,"docs":{},"v":{"df":3,"docs":{"244":{"tf":1.0},"259":{"tf":1.0},"303":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":3,"docs":{"14":{"tf":1.0},"222":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951}}}}}},"df":14,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.4142135623730951},"104":{"tf":1.4142135623730951},"172":{"tf":1.4142135623730951},"302":{"tf":1.4142135623730951},"323":{"tf":1.0},"333":{"tf":1.0},"361":{"tf":1.0},"362":{"tf":1.0},"365":{"tf":1.0},"368":{"tf":1.7320508075688772},"371":{"tf":1.0},"378":{"tf":1.0},"52":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"120":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":40,"docs":{"102":{"tf":1.0},"104":{"tf":1.0},"115":{"tf":1.0},"120":{"tf":1.0},"124":{"tf":1.0},"131":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.4142135623730951},"140":{"tf":1.0},"141":{"tf":1.0},"148":{"tf":1.0},"162":{"tf":1.0},"166":{"tf":1.7320508075688772},"173":{"tf":2.0},"178":{"tf":1.0},"181":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"223":{"tf":1.0},"225":{"tf":1.0},"230":{"tf":1.0},"233":{"tf":1.0},"241":{"tf":1.4142135623730951},"248":{"tf":1.0},"274":{"tf":1.0},"276":{"tf":1.0},"287":{"tf":1.0},"31":{"tf":1.0},"316":{"tf":1.0},"322":{"tf":1.0},"351":{"tf":1.0},"355":{"tf":1.0},"357":{"tf":1.0},"360":{"tf":1.4142135623730951},"361":{"tf":1.0},"365":{"tf":1.0},"371":{"tf":1.0},"385":{"tf":1.4142135623730951},"41":{"tf":1.0},"51":{"tf":1.4142135623730951}},"e":{"d":{"df":0,"docs":{},"—":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"137":{"tf":1.0}}}}}},"df":0,"docs":{}},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{".":{"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":{"274":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"u":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"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":{"274":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{".":{"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":{"274":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"g":{"df":3,"docs":{"205":{"tf":1.0},"225":{"tf":1.0},"386":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"138":{"tf":1.4142135623730951}}}}}},"df":1,"docs":{"138":{"tf":1.0}}}},"n":{"df":1,"docs":{"139":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"360":{"tf":1.0}}}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"299":{"tf":1.0},"319":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"206":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"118":{"tf":1.0},"78":{"tf":1.0},"92":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":32,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"10":{"tf":1.7320508075688772},"101":{"tf":1.0},"123":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":3.1622776601683795},"140":{"tf":1.4142135623730951},"16":{"tf":1.0},"164":{"tf":1.4142135623730951},"177":{"tf":1.4142135623730951},"192":{"tf":1.0},"21":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":1.0},"299":{"tf":1.0},"31":{"tf":1.4142135623730951},"316":{"tf":1.0},"319":{"tf":1.0},"328":{"tf":1.0},"372":{"tf":1.0},"38":{"tf":1.0},"380":{"tf":1.0},"386":{"tf":1.4142135623730951},"47":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.4142135623730951},"92":{"tf":1.0}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"138":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"104":{"tf":1.0},"137":{"tf":1.0},"185":{"tf":1.0},"19":{"tf":1.0},"306":{"tf":1.0},"354":{"tf":1.0},"386":{"tf":1.0}}}}},"w":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"204":{"tf":1.0}}}}},"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":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"210":{"tf":1.0},"211":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"203":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"140":{"tf":1.0}}}}}}}},"df":28,"docs":{"137":{"tf":1.4142135623730951},"138":{"tf":1.0},"139":{"tf":1.0},"14":{"tf":1.4142135623730951},"140":{"tf":2.23606797749979},"141":{"tf":1.0},"16":{"tf":1.0},"168":{"tf":1.0},"172":{"tf":1.4142135623730951},"188":{"tf":1.0},"192":{"tf":1.0},"201":{"tf":1.0},"203":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.7320508075688772},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"214":{"tf":2.6457513110645907},"216":{"tf":1.4142135623730951},"217":{"tf":1.4142135623730951},"218":{"tf":1.4142135623730951},"252":{"tf":1.0},"37":{"tf":1.0},"6":{"tf":1.4142135623730951},"74":{"tf":1.7320508075688772}}},"x":{"df":0,"docs":{},"t":{"df":8,"docs":{"122":{"tf":1.0},"248":{"tf":1.0},"252":{"tf":1.0},"271":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"292":{"tf":1.4142135623730951},"386":{"tf":1.0},"96":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"18":{"tf":1.0},"243":{"tf":1.0},"274":{"tf":1.7320508075688772},"282":{"tf":1.0}}},"y":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"273":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}},"o":{"d":{"df":0,"docs":{},"e":{"/":{"*":{"*":{"/":{"c":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"274":{"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":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"305":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":2,"docs":{"274":{"tf":1.4142135623730951},"296":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"205":{"tf":1.7320508075688772},"210":{"tf":1.0},"211":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"205":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"167":{"tf":1.0},"205":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"205":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"205":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"[":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"35":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"102":{"tf":1.0},"182":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":8,"docs":{"102":{"tf":1.4142135623730951},"138":{"tf":1.0},"167":{"tf":1.0},"179":{"tf":1.4142135623730951},"180":{"tf":1.0},"182":{"tf":1.4142135623730951},"187":{"tf":1.0},"205":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":157,"docs":{"0":{"tf":1.0},"10":{"tf":1.4142135623730951},"100":{"tf":1.7320508075688772},"101":{"tf":1.0},"102":{"tf":3.0},"104":{"tf":2.0},"113":{"tf":1.0},"114":{"tf":1.4142135623730951},"119":{"tf":1.0},"120":{"tf":1.7320508075688772},"124":{"tf":1.0},"125":{"tf":1.0},"13":{"tf":1.0},"130":{"tf":1.4142135623730951},"131":{"tf":1.0},"135":{"tf":1.4142135623730951},"137":{"tf":3.7416573867739413},"138":{"tf":2.23606797749979},"139":{"tf":2.449489742783178},"14":{"tf":1.7320508075688772},"140":{"tf":3.4641016151377544},"141":{"tf":2.6457513110645907},"142":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.0},"153":{"tf":1.4142135623730951},"154":{"tf":1.7320508075688772},"156":{"tf":1.0},"159":{"tf":1.4142135623730951},"16":{"tf":1.7320508075688772},"160":{"tf":2.0},"161":{"tf":1.4142135623730951},"162":{"tf":1.0},"164":{"tf":1.0},"166":{"tf":1.4142135623730951},"167":{"tf":2.0},"168":{"tf":1.4142135623730951},"169":{"tf":1.4142135623730951},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.4142135623730951},"176":{"tf":1.0},"177":{"tf":1.4142135623730951},"178":{"tf":1.7320508075688772},"179":{"tf":1.0},"18":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.7320508075688772},"184":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.7320508075688772},"189":{"tf":1.0},"19":{"tf":2.0},"190":{"tf":1.0},"192":{"tf":1.0},"203":{"tf":1.7320508075688772},"205":{"tf":1.4142135623730951},"206":{"tf":1.0},"21":{"tf":1.7320508075688772},"210":{"tf":1.0},"213":{"tf":1.4142135623730951},"214":{"tf":1.4142135623730951},"218":{"tf":1.0},"223":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.7320508075688772},"227":{"tf":1.0},"232":{"tf":1.4142135623730951},"233":{"tf":1.7320508075688772},"234":{"tf":1.0},"235":{"tf":2.0},"236":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":2.23606797749979},"254":{"tf":1.0},"255":{"tf":1.4142135623730951},"260":{"tf":1.7320508075688772},"261":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"270":{"tf":1.0},"274":{"tf":1.4142135623730951},"275":{"tf":1.0},"28":{"tf":1.4142135623730951},"280":{"tf":1.0},"296":{"tf":2.23606797749979},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":3.0},"3":{"tf":1.7320508075688772},"30":{"tf":1.0},"300":{"tf":1.0},"305":{"tf":1.7320508075688772},"306":{"tf":1.7320508075688772},"307":{"tf":1.7320508075688772},"31":{"tf":1.4142135623730951},"316":{"tf":2.6457513110645907},"317":{"tf":1.0},"318":{"tf":2.8284271247461903},"319":{"tf":1.0},"32":{"tf":1.0},"321":{"tf":1.7320508075688772},"322":{"tf":1.0},"325":{"tf":1.7320508075688772},"328":{"tf":1.4142135623730951},"340":{"tf":1.7320508075688772},"344":{"tf":1.0},"352":{"tf":1.4142135623730951},"354":{"tf":1.4142135623730951},"355":{"tf":1.0},"356":{"tf":1.0},"357":{"tf":3.0},"36":{"tf":1.7320508075688772},"360":{"tf":1.4142135623730951},"362":{"tf":1.4142135623730951},"363":{"tf":1.4142135623730951},"364":{"tf":1.4142135623730951},"365":{"tf":1.4142135623730951},"367":{"tf":2.6457513110645907},"368":{"tf":2.0},"371":{"tf":1.7320508075688772},"372":{"tf":2.0},"374":{"tf":1.4142135623730951},"377":{"tf":1.4142135623730951},"379":{"tf":2.0},"38":{"tf":1.0},"380":{"tf":1.7320508075688772},"381":{"tf":1.0},"382":{"tf":1.0},"383":{"tf":1.0},"386":{"tf":2.23606797749979},"387":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.4142135623730951},"46":{"tf":2.449489742783178},"47":{"tf":1.4142135623730951},"58":{"tf":2.0},"60":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.7320508075688772},"66":{"tf":1.4142135623730951},"68":{"tf":1.0},"73":{"tf":1.4142135623730951},"74":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":2.0},"81":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"266":{"tf":1.0},"302":{"tf":1.7320508075688772},"323":{"tf":1.0}}}}}},"s":{"<":{"b":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"[":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"35":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"47":{"tf":1.0}},"i":{"df":2,"docs":{"117":{"tf":1.0},"51":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"df":46,"docs":{"100":{"tf":1.0},"121":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"226":{"tf":1.4142135623730951},"232":{"tf":1.4142135623730951},"233":{"tf":1.4142135623730951},"234":{"tf":1.0},"235":{"tf":2.23606797749979},"236":{"tf":1.4142135623730951},"239":{"tf":1.0},"248":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":2.6457513110645907},"255":{"tf":1.4142135623730951},"258":{"tf":1.0},"274":{"tf":2.23606797749979},"275":{"tf":1.0},"28":{"tf":1.0},"280":{"tf":1.0},"294":{"tf":1.0},"296":{"tf":1.7320508075688772},"299":{"tf":1.4142135623730951},"302":{"tf":1.4142135623730951},"305":{"tf":1.0},"307":{"tf":1.4142135623730951},"318":{"tf":2.6457513110645907},"321":{"tf":1.7320508075688772},"322":{"tf":1.0},"323":{"tf":1.7320508075688772},"333":{"tf":1.0},"356":{"tf":1.0},"357":{"tf":3.1622776601683795},"360":{"tf":1.7320508075688772},"363":{"tf":1.4142135623730951},"367":{"tf":2.23606797749979},"368":{"tf":1.7320508075688772},"371":{"tf":1.0},"382":{"tf":1.0},"384":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.0},"72":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"323":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":6,"docs":{"302":{"tf":1.0},"323":{"tf":2.6457513110645907},"333":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":3.0},"371":{"tf":1.4142135623730951}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"323":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"303":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"=":{"$":{"(":{"df":0,"docs":{},"l":{"df":2,"docs":{"274":{"tf":1.0},"359":{"tf":1.0}}}},"df":0,"docs":{}},".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":5,"docs":{"257":{"tf":1.0},"264":{"tf":1.0},"28":{"tf":1.0},"297":{"tf":1.0},"383":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"z":{"df":1,"docs":{"251":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":3,"docs":{"28":{"tf":1.0},"297":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"299":{"tf":1.0},"319":{"tf":1.0}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"=":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{"/":{"a":{"df":0,"docs":{},"m":{"d":{"6":{"4":{"df":2,"docs":{"259":{"tf":1.0},"303":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"m":{"6":{"4":{"df":5,"docs":{"18":{"tf":1.0},"244":{"tf":1.0},"259":{"tf":1.0},"303":{"tf":1.0},"351":{"tf":1.0}},"|":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{"/":{"a":{"df":0,"docs":{},"m":{"d":{"6":{"4":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"df":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":{"303":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":3,"docs":{"18":{"tf":1.0},"232":{"tf":1.0},"307":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"=":{"<":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":3,"docs":{"232":{"tf":1.0},"355":{"tf":1.0},"381":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"v":{"1":{"df":2,"docs":{"232":{"tf":1.0},"355":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"f":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"305":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"298":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"298":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"298":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"298":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"298":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"298":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"298":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"304":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}},"d":{"a":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":3,"docs":{"299":{"tf":1.0},"319":{"tf":1.0},"356":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"299":{"tf":1.0},"319":{"tf":1.0}}}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"299":{"tf":1.0},"319":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"_":{"df":1,"docs":{"27":{"tf":1.0}},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"255":{"tf":1.0},"260":{"tf":1.0},"266":{"tf":1.0},"295":{"tf":1.0}},"s":{"=":{"2":{"df":2,"docs":{"27":{"tf":1.0},"295":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":4,"docs":{"255":{"tf":1.0},"260":{"tf":1.0},"266":{"tf":1.0},"295":{"tf":1.0}},"s":{"=":{"1":{"2":{"0":{"df":2,"docs":{"27":{"tf":1.0},"295":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"=":{"3":{"df":1,"docs":{"27":{"tf":1.0}}},"5":{"df":1,"docs":{"295":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":4,"docs":{"255":{"tf":1.0},"260":{"tf":1.0},"266":{"tf":1.0},"295":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"304":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"306":{"tf":1.0}},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"=":{"$":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"d":{"/":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"236":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":2,"docs":{"235":{"tf":1.0},"357":{"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":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":2,"docs":{"254":{"tf":1.0},"296":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":6,"docs":{"234":{"tf":1.0},"247":{"tf":1.0},"255":{"tf":1.0},"296":{"tf":1.0},"357":{"tf":1.0},"365":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"r":{"a":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"303":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"297":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"d":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"304":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"n":{"a":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"=":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"3":{"0":{"0":{"0":{"df":3,"docs":{"300":{"tf":1.0},"311":{"tf":1.0},"327":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"267":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":7,"docs":{"260":{"tf":1.0},"261":{"tf":1.0},"266":{"tf":1.0},"300":{"tf":1.0},"327":{"tf":1.0},"41":{"tf":1.0},"47":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"307":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"k":{"df":0,"docs":{},"z":{"df":0,"docs":{},"g":{"_":{"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":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"298":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"298":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"298":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"298":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"298":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"=":{"/":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"44":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"z":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"240":{"tf":1.0},"298":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"240":{"tf":1.0},"298":{"tf":1.0},"69":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"/":{"*":{"/":{"*":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"102":{"tf":1.4142135623730951},"104":{"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":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"100":{"tf":1.0},"101":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"367":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"104":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"=":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":3,"docs":{"19":{"tf":1.0},"318":{"tf":1.0},"367":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"/":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"368":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"321":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":2,"docs":{"310":{"tf":1.0},"331":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"299":{"tf":1.0},"317":{"tf":1.0},"363":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":13,"docs":{"113":{"tf":1.0},"153":{"tf":1.0},"156":{"tf":1.0},"255":{"tf":1.0},"299":{"tf":1.4142135623730951},"316":{"tf":1.0},"317":{"tf":1.0},"318":{"tf":1.0},"321":{"tf":1.0},"365":{"tf":1.0},"367":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"73":{"tf":1.0}}}}},"df":1,"docs":{"226":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":9,"docs":{"156":{"tf":1.0},"255":{"tf":1.0},"260":{"tf":1.0},"299":{"tf":1.4142135623730951},"316":{"tf":1.0},"317":{"tf":1.0},"319":{"tf":1.0},"46":{"tf":1.0},"73":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"=":{"\"":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"a":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":2,"docs":{"310":{"tf":1.0},"331":{"tf":1.0}},"e":{",":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"_":{"d":{"a":{"_":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"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":2,"docs":{"299":{"tf":1.0},"373":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"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":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"=":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"373":{"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":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"=":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":8,"docs":{"119":{"tf":1.0},"299":{"tf":1.0},"310":{"tf":1.0},"316":{"tf":1.7320508075688772},"317":{"tf":1.0},"331":{"tf":1.0},"368":{"tf":1.0},"373":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":9,"docs":{"156":{"tf":1.0},"255":{"tf":1.0},"260":{"tf":1.0},"289":{"tf":1.0},"299":{"tf":1.4142135623730951},"316":{"tf":1.0},"317":{"tf":1.0},"46":{"tf":1.0},"73":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"373":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"s":{"_":{"df":1,"docs":{"261":{"tf":1.0}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"=":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"9":{"0":{"9":{"0":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"/":{"df":0,"docs":{},"v":{"1":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"v":{"1":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"300":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"267":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":5,"docs":{"260":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"300":{"tf":1.0},"41":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"=":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"9":{"0":{"9":{"0":{"df":2,"docs":{"300":{"tf":1.0},"311":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"267":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":7,"docs":{"260":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"300":{"tf":1.0},"326":{"tf":1.0},"41":{"tf":1.0},"47":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"362":{"tf":1.0}},"e":{"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"307":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"19":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"=":{"$":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"d":{"/":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"236":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":2,"docs":{"235":{"tf":1.0},"357":{"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":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":2,"docs":{"254":{"tf":1.0},"296":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":7,"docs":{"113":{"tf":1.0},"234":{"tf":1.0},"247":{"tf":1.0},"255":{"tf":1.0},"296":{"tf":1.0},"357":{"tf":1.0},"365":{"tf":1.0}}}}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"307":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"307":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"h":{"df":2,"docs":{"252":{"tf":1.0},"296":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"=":{"<":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"251":{"tf":1.0}}}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":3,"docs":{"232":{"tf":1.0},"355":{"tf":1.0},"381":{"tf":1.0}}}}}}},"a":{"b":{"c":{"1":{"2":{"3":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"4":{"5":{"6":{"7":{"8":{"9":{"df":1,"docs":{"232":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"355":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"18":{"tf":1.0},"232":{"tf":1.0},"307":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"=":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"4":{"3":{"1":{"7":{"df":2,"docs":{"324":{"tf":1.0},"47":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":3,"docs":{"300":{"tf":1.0},"317":{"tf":1.0},"41":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"=":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"4":{"3":{"1":{"8":{"df":2,"docs":{"324":{"tf":1.0},"47":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":3,"docs":{"300":{"tf":1.0},"317":{"tf":1.0},"41":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"304":{"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":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"304":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"304":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"s":{"d":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"304":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"304":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"=":{"1":{"df":2,"docs":{"251":{"tf":1.0},"297":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"297":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":9,"docs":{"245":{"tf":1.0},"250":{"tf":1.0},"260":{"tf":1.0},"266":{"tf":1.0},"297":{"tf":1.0},"383":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0},"71":{"tf":1.0}},"e":{"=":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":8,"docs":{"257":{"tf":1.0},"258":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"28":{"tf":1.0},"297":{"tf":1.0},"322":{"tf":1.4142135623730951},"368":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"264":{"tf":1.0}}}}}}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"297":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"s":{"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":3,"docs":{"255":{"tf":1.0},"299":{"tf":1.0},"313":{"tf":1.0}},"s":{"=":{"1":{"df":10,"docs":{"119":{"tf":1.0},"153":{"tf":1.0},"156":{"tf":1.0},"19":{"tf":1.0},"318":{"tf":1.0},"321":{"tf":1.0},"363":{"tf":1.0},"365":{"tf":1.0},"367":{"tf":1.4142135623730951},"62":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":4,"docs":{"255":{"tf":1.0},"299":{"tf":1.0},"317":{"tf":1.0},"73":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":2,"docs":{"317":{"tf":1.0},"46":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"305":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"305":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"n":{"df":9,"docs":{"100":{"tf":1.0},"120":{"tf":1.0},"195":{"tf":1.0},"198":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.4142135623730951},"266":{"tf":1.0},"297":{"tf":1.0},"302":{"tf":1.0}},"e":{"df":9,"docs":{"102":{"tf":1.0},"105":{"tf":1.0},"172":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.4142135623730951},"255":{"tf":1.4142135623730951},"260":{"tf":2.0},"266":{"tf":1.7320508075688772},"317":{"tf":2.0}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"251":{"tf":1.0}},"u":{"6":{"4":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"1":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"195":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"101":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"101":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"101":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":1,"docs":{"195":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":6,"docs":{"137":{"tf":1.0},"138":{"tf":1.4142135623730951},"139":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.4142135623730951},"297":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"148":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":33,"docs":{"130":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":1.7320508075688772},"141":{"tf":1.0},"148":{"tf":1.4142135623730951},"151":{"tf":1.0},"175":{"tf":1.4142135623730951},"18":{"tf":1.0},"19":{"tf":1.0},"238":{"tf":1.0},"244":{"tf":1.0},"250":{"tf":1.0},"252":{"tf":1.0},"255":{"tf":1.0},"259":{"tf":1.4142135623730951},"261":{"tf":1.0},"267":{"tf":1.0},"270":{"tf":1.4142135623730951},"28":{"tf":1.0},"284":{"tf":1.4142135623730951},"318":{"tf":1.0},"322":{"tf":1.4142135623730951},"323":{"tf":1.0},"351":{"tf":1.4142135623730951},"356":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":1.7320508075688772},"371":{"tf":1.0},"384":{"tf":1.0},"44":{"tf":1.0},"53":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0}}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"241":{"tf":1.0},"356":{"tf":1.0},"357":{"tf":1.0}}},"df":0,"docs":{}}}}},"h":{"df":1,"docs":{"360":{"tf":1.0}}},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"169":{"tf":1.0}}}}},"w":{"df":5,"docs":{"131":{"tf":1.0},"172":{"tf":1.0},"179":{"tf":1.0},"29":{"tf":1.0},"360":{"tf":1.0}}}},"t":{"df":0,"docs":{},"p":{"df":2,"docs":{"385":{"tf":1.0},"50":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"m":{":":{":":{"df":0,"docs":{},"{":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"6":{"4":{"df":1,"docs":{"195":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":13,"docs":{"100":{"tf":1.0},"115":{"tf":1.0},"151":{"tf":1.0},"250":{"tf":1.4142135623730951},"255":{"tf":1.4142135623730951},"260":{"tf":1.4142135623730951},"266":{"tf":1.4142135623730951},"295":{"tf":2.0},"340":{"tf":1.4142135623730951},"343":{"tf":1.0},"350":{"tf":1.0},"50":{"tf":1.0},"81":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":7,"docs":{"119":{"tf":1.0},"261":{"tf":1.4142135623730951},"267":{"tf":1.7320508075688772},"28":{"tf":1.4142135623730951},"326":{"tf":2.6457513110645907},"327":{"tf":1.7320508075688772},"332":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":74,"docs":{"100":{"tf":1.7320508075688772},"101":{"tf":1.7320508075688772},"102":{"tf":1.0},"104":{"tf":1.4142135623730951},"119":{"tf":1.7320508075688772},"125":{"tf":1.0},"137":{"tf":1.7320508075688772},"138":{"tf":1.0},"139":{"tf":1.0},"156":{"tf":1.0},"160":{"tf":1.0},"164":{"tf":1.0},"168":{"tf":1.7320508075688772},"169":{"tf":1.0},"171":{"tf":1.4142135623730951},"173":{"tf":1.0},"174":{"tf":1.4142135623730951},"185":{"tf":1.0},"190":{"tf":1.0},"192":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.0},"228":{"tf":1.4142135623730951},"229":{"tf":1.4142135623730951},"261":{"tf":1.0},"267":{"tf":1.4142135623730951},"271":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"300":{"tf":1.7320508075688772},"31":{"tf":1.0},"311":{"tf":1.4142135623730951},"314":{"tf":1.0},"315":{"tf":1.7320508075688772},"316":{"tf":1.0},"317":{"tf":1.0},"318":{"tf":1.0},"319":{"tf":1.0},"320":{"tf":1.0},"321":{"tf":1.0},"322":{"tf":1.0},"323":{"tf":1.0},"324":{"tf":1.0},"325":{"tf":1.7320508075688772},"326":{"tf":1.4142135623730951},"327":{"tf":1.0},"328":{"tf":1.0},"329":{"tf":1.7320508075688772},"330":{"tf":1.0},"331":{"tf":1.0},"332":{"tf":2.0},"333":{"tf":1.0},"334":{"tf":1.0},"352":{"tf":1.4142135623730951},"36":{"tf":1.0},"360":{"tf":1.7320508075688772},"374":{"tf":1.7320508075688772},"38":{"tf":1.4142135623730951},"384":{"tf":1.4142135623730951},"385":{"tf":1.4142135623730951},"386":{"tf":1.7320508075688772},"41":{"tf":1.0},"47":{"tf":1.7320508075688772},"52":{"tf":1.4142135623730951},"54":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"73":{"tf":1.7320508075688772},"81":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"117":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"192":{"tf":1.0},"228":{"tf":1.0},"353":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"368":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"273":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"213":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"323":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"137":{"tf":1.0},"139":{"tf":2.0}}}}}}},"k":{"(":{"_":{"df":1,"docs":{"172":{"tf":1.0}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"171":{"tf":1.0},"172":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"205":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":2,"docs":{"204":{"tf":1.4142135623730951},"205":{"tf":1.0}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":2,"docs":{"210":{"tf":1.0},"211":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":31,"docs":{"112":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"151":{"tf":1.0},"171":{"tf":1.7320508075688772},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"178":{"tf":1.0},"19":{"tf":1.0},"203":{"tf":1.7320508075688772},"204":{"tf":1.4142135623730951},"207":{"tf":1.0},"210":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"328":{"tf":1.0},"349":{"tf":1.0},"350":{"tf":1.0},"4":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951},"90":{"tf":1.0}}},"l":{"d":{"df":1,"docs":{"351":{"tf":1.0}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"301":{"tf":1.0},"322":{"tf":1.0}}}}},"n":{"c":{"df":6,"docs":{"173":{"tf":1.0},"181":{"tf":1.0},"190":{"tf":1.0},"192":{"tf":1.0},"38":{"tf":1.0},"61":{"tf":1.0}}},"df":13,"docs":{"122":{"tf":1.0},"162":{"tf":1.0},"173":{"tf":1.4142135623730951},"188":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"264":{"tf":1.0},"274":{"tf":1.0},"31":{"tf":1.0},"65":{"tf":1.0},"70":{"tf":1.0},"78":{"tf":1.0},"95":{"tf":1.4142135623730951}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"161":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"122":{"tf":1.0},"362":{"tf":2.23606797749979}}}},"p":{"df":1,"docs":{"386":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"358":{"tf":1.0}}},"r":{"df":134,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"130":{"tf":1.0},"138":{"tf":1.0},"14":{"tf":1.0},"141":{"tf":1.0},"158":{"tf":1.4142135623730951},"16":{"tf":1.0},"179":{"tf":1.0},"181":{"tf":1.0},"190":{"tf":1.0},"2":{"tf":1.0},"219":{"tf":2.0},"220":{"tf":1.0},"221":{"tf":1.4142135623730951},"222":{"tf":1.4142135623730951},"223":{"tf":1.7320508075688772},"224":{"tf":2.0},"225":{"tf":1.0},"226":{"tf":2.0},"227":{"tf":1.7320508075688772},"228":{"tf":1.7320508075688772},"229":{"tf":1.7320508075688772},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"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},"260":{"tf":1.0},"261":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"271":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.0},"274":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0},"280":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.0},"285":{"tf":1.0},"286":{"tf":1.0},"287":{"tf":1.0},"288":{"tf":1.0},"289":{"tf":1.0},"290":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"31":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.0},"314":{"tf":1.0},"315":{"tf":1.0},"316":{"tf":1.0},"317":{"tf":1.0},"318":{"tf":1.0},"319":{"tf":1.0},"320":{"tf":1.0},"321":{"tf":1.0},"322":{"tf":1.0},"323":{"tf":1.0},"324":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"328":{"tf":1.0},"329":{"tf":1.0},"330":{"tf":1.0},"331":{"tf":1.0},"332":{"tf":1.0},"333":{"tf":1.0},"334":{"tf":1.0},"337":{"tf":1.0},"356":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"8":{"tf":1.0}}}},"t":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"z":{"df":0,"docs":{},"g":{"df":1,"docs":{"298":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":2,"docs":{"115":{"tf":1.0},"51":{"tf":1.0}},"i":{"df":0,"docs":{},"m":{"df":3,"docs":{"14":{"tf":1.0},"270":{"tf":1.0},"323":{"tf":1.0}}},"o":{"df":0,"docs":{},"n":{"<":{"a":{"df":0,"docs":{},"r":{"c":{"<":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"u":{"6":{"4":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"205":{"tf":1.0}}}}}}}}},"u":{"6":{"4":{"df":1,"docs":{"204":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":1,"docs":{"100":{"tf":1.0}}}}},"df":33,"docs":{"137":{"tf":1.0},"138":{"tf":1.0},"140":{"tf":1.0},"167":{"tf":1.0},"172":{"tf":1.0},"184":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.7320508075688772},"205":{"tf":1.4142135623730951},"222":{"tf":1.0},"226":{"tf":1.0},"234":{"tf":1.4142135623730951},"235":{"tf":1.4142135623730951},"236":{"tf":1.4142135623730951},"239":{"tf":1.4142135623730951},"251":{"tf":1.4142135623730951},"257":{"tf":1.4142135623730951},"258":{"tf":1.4142135623730951},"260":{"tf":1.0},"267":{"tf":2.0},"269":{"tf":1.4142135623730951},"273":{"tf":1.0},"28":{"tf":1.7320508075688772},"300":{"tf":1.7320508075688772},"317":{"tf":1.4142135623730951},"324":{"tf":1.0},"326":{"tf":1.4142135623730951},"327":{"tf":1.7320508075688772},"343":{"tf":1.0},"350":{"tf":1.0},"41":{"tf":1.0},"47":{"tf":1.7320508075688772},"61":{"tf":1.0}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":13,"docs":{"10":{"tf":1.0},"159":{"tf":1.0},"192":{"tf":1.0},"213":{"tf":1.0},"26":{"tf":1.0},"316":{"tf":1.0},"36":{"tf":1.4142135623730951},"38":{"tf":1.0},"386":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.4142135623730951},"63":{"tf":1.0},"65":{"tf":1.4142135623730951}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"137":{"tf":1.0}}}}}}}}},"df":3,"docs":{"137":{"tf":2.23606797749979},"171":{"tf":1.0},"365":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{":":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"171":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"n":{"df":3,"docs":{"118":{"tf":1.4142135623730951},"222":{"tf":1.0},"293":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"115":{"tf":1.0},"385":{"tf":1.0},"50":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":3,"docs":{"360":{"tf":1.0},"365":{"tf":1.0},"382":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":2,"docs":{"357":{"tf":1.0},"360":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"63":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"p":{"df":10,"docs":{"260":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"28":{"tf":1.0},"300":{"tf":1.7320508075688772},"317":{"tf":1.4142135623730951},"324":{"tf":2.449489742783178},"41":{"tf":1.0},"47":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"190":{"tf":1.0}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":10,"docs":{"119":{"tf":1.0},"125":{"tf":1.0},"192":{"tf":1.0},"204":{"tf":1.0},"229":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"386":{"tf":1.0},"61":{"tf":1.0},"92":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":3,"docs":{"232":{"tf":1.0},"322":{"tf":1.0},"358":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":16,"docs":{"124":{"tf":1.0},"260":{"tf":1.0},"298":{"tf":1.7320508075688772},"299":{"tf":1.0},"306":{"tf":1.0},"321":{"tf":1.0},"353":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":1.4142135623730951},"370":{"tf":1.4142135623730951},"373":{"tf":1.0},"46":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0}},"—":{"d":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"370":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"1":{"tf":1.0},"124":{"tf":1.0},"134":{"tf":1.0},"137":{"tf":1.4142135623730951},"195":{"tf":1.0},"31":{"tf":1.0},"49":{"tf":1.4142135623730951},"52":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":3,"docs":{"159":{"tf":1.0},"175":{"tf":1.0},"273":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"d":{"df":10,"docs":{"240":{"tf":1.4142135623730951},"251":{"tf":1.0},"274":{"tf":1.7320508075688772},"298":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":2.23606797749979},"322":{"tf":1.0},"323":{"tf":1.0},"44":{"tf":1.0},"69":{"tf":1.0}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":27,"docs":{"12":{"tf":1.0},"158":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.7320508075688772},"225":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"29":{"tf":1.0},"33":{"tf":1.7320508075688772},"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},"98":{"tf":1.4142135623730951}}}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"df":2,"docs":{"138":{"tf":1.0},"377":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"298":{"tf":1.0}}}}}}}}}},"p":{".":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":3,"docs":{"326":{"tf":1.0},"47":{"tf":1.0},"73":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"df":0,"docs":{},"p":{"df":2,"docs":{"299":{"tf":1.0},"319":{"tf":1.0}}}},"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"213":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"177":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":7,"docs":{"115":{"tf":1.0},"116":{"tf":1.0},"149":{"tf":1.0},"186":{"tf":1.0},"230":{"tf":1.0},"75":{"tf":1.0},"97":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":4,"docs":{"125":{"tf":1.0},"13":{"tf":1.0},"184":{"tf":1.4142135623730951},"189":{"tf":1.4142135623730951}}}},"n":{"df":0,"docs":{},"i":{"c":{"\\":{"df":0,"docs":{},"|":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"101":{"tf":1.0}}}}}}},"df":3,"docs":{"122":{"tf":1.0},"306":{"tf":1.0},"62":{"tf":1.0}},"k":{"df":8,"docs":{"354":{"tf":1.0},"356":{"tf":1.0},"357":{"tf":1.0},"358":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":1.0},"361":{"tf":1.0},"364":{"tf":1.0}}},"s":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"100":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"164":{"tf":1.0}}}}}},"m":{"df":3,"docs":{"214":{"tf":1.0},"298":{"tf":1.0},"351":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":27,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"121":{"tf":1.0},"206":{"tf":1.0},"214":{"tf":1.0},"226":{"tf":1.0},"232":{"tf":1.0},"237":{"tf":1.7320508075688772},"250":{"tf":1.0},"261":{"tf":1.0},"28":{"tf":1.0},"298":{"tf":1.4142135623730951},"356":{"tf":1.4142135623730951},"364":{"tf":1.0},"372":{"tf":1.0},"38":{"tf":1.0},"384":{"tf":1.4142135623730951},"386":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"53":{"tf":1.4142135623730951},"57":{"tf":1.0},"66":{"tf":1.4142135623730951},"69":{"tf":1.0},"70":{"tf":1.0},"72":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"90":{"tf":1.4142135623730951}}}}}},"s":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"z":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"298":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"386":{"tf":1.0}}}}},"t":{"df":358,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.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.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.0},"147":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.7320508075688772},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.7320508075688772},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"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},"260":{"tf":1.0},"261":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"271":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.0},"274":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0},"280":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.0},"285":{"tf":1.0},"286":{"tf":1.0},"287":{"tf":1.0},"288":{"tf":1.0},"289":{"tf":1.0},"290":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"30":{"tf":1.7320508075688772},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"31":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.0},"314":{"tf":1.0},"315":{"tf":1.0},"316":{"tf":1.0},"317":{"tf":1.0},"318":{"tf":1.0},"319":{"tf":1.0},"32":{"tf":1.0},"320":{"tf":1.0},"321":{"tf":1.0},"322":{"tf":1.0},"323":{"tf":1.0},"324":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"328":{"tf":1.0},"329":{"tf":1.0},"33":{"tf":1.0},"330":{"tf":1.0},"331":{"tf":1.0},"332":{"tf":1.0},"333":{"tf":1.0},"334":{"tf":1.0},"335":{"tf":1.7320508075688772},"336":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.0},"339":{"tf":1.0},"34":{"tf":1.0},"340":{"tf":1.0},"341":{"tf":1.0},"342":{"tf":1.0},"343":{"tf":1.0},"344":{"tf":1.0},"345":{"tf":1.0},"346":{"tf":1.0},"347":{"tf":1.0},"348":{"tf":1.0},"349":{"tf":1.0},"35":{"tf":1.0},"350":{"tf":1.0},"351":{"tf":1.0},"352":{"tf":1.0},"353":{"tf":1.0},"354":{"tf":1.0},"355":{"tf":1.0},"356":{"tf":1.0},"357":{"tf":1.0},"358":{"tf":1.0},"359":{"tf":1.0},"36":{"tf":1.0},"360":{"tf":1.0},"361":{"tf":1.0},"362":{"tf":1.0},"363":{"tf":1.0},"364":{"tf":1.0},"365":{"tf":1.0},"366":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":1.0},"37":{"tf":1.0},"370":{"tf":1.0},"371":{"tf":1.0},"372":{"tf":1.0},"373":{"tf":1.0},"374":{"tf":1.0},"375":{"tf":1.0},"376":{"tf":1.0},"377":{"tf":1.0},"378":{"tf":1.0},"379":{"tf":1.0},"38":{"tf":1.0},"380":{"tf":1.0},"381":{"tf":1.0},"382":{"tf":1.0},"383":{"tf":1.0},"384":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"387":{"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},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.7320508075688772},"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},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"188":{"tf":1.0}}}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":4,"docs":{"10":{"tf":1.0},"104":{"tf":1.0},"206":{"tf":1.0},"386":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":4,"docs":{"138":{"tf":2.449489742783178},"177":{"tf":1.4142135623730951},"188":{"tf":1.0},"60":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"125":{"tf":1.0},"329":{"tf":1.0},"61":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":6,"docs":{"171":{"tf":1.0},"204":{"tf":1.0},"251":{"tf":1.0},"274":{"tf":1.4142135623730951},"305":{"tf":1.0},"375":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"307":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"307":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"252":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"(":{"\"":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"z":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"122":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":28,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"12":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.7320508075688772},"15":{"tf":1.4142135623730951},"213":{"tf":1.0},"236":{"tf":1.0},"238":{"tf":1.4142135623730951},"240":{"tf":1.4142135623730951},"248":{"tf":1.0},"252":{"tf":1.0},"255":{"tf":1.4142135623730951},"270":{"tf":1.0},"274":{"tf":2.8284271247461903},"280":{"tf":1.0},"281":{"tf":1.0},"296":{"tf":1.7320508075688772},"297":{"tf":1.0},"298":{"tf":1.4142135623730951},"357":{"tf":1.0},"359":{"tf":1.0},"383":{"tf":1.0},"384":{"tf":1.0},"44":{"tf":1.4142135623730951},"5":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":39,"docs":{"110":{"tf":1.4142135623730951},"111":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951},"114":{"tf":1.0},"115":{"tf":2.6457513110645907},"116":{"tf":1.0},"118":{"tf":1.0},"12":{"tf":1.0},"122":{"tf":1.4142135623730951},"124":{"tf":1.0},"125":{"tf":1.7320508075688772},"126":{"tf":1.0},"131":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":1.0},"176":{"tf":1.0},"179":{"tf":1.0},"186":{"tf":2.0},"187":{"tf":1.0},"188":{"tf":1.7320508075688772},"189":{"tf":1.0},"19":{"tf":1.4142135623730951},"190":{"tf":1.4142135623730951},"318":{"tf":1.0},"322":{"tf":1.4142135623730951},"368":{"tf":1.4142135623730951},"37":{"tf":1.0},"372":{"tf":1.0},"385":{"tf":1.0},"40":{"tf":1.4142135623730951},"57":{"tf":1.0},"65":{"tf":1.0},"76":{"tf":1.0},"8":{"tf":1.0},"88":{"tf":1.4142135623730951},"89":{"tf":1.7320508075688772},"90":{"tf":1.4142135623730951},"95":{"tf":1.0},"96":{"tf":1.0}},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"32":{"tf":1.0}}}}}}}}}}}}}}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"169":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":38,"docs":{"121":{"tf":1.0},"122":{"tf":1.4142135623730951},"126":{"tf":1.0},"146":{"tf":1.4142135623730951},"19":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"246":{"tf":1.0},"254":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"265":{"tf":1.0},"267":{"tf":1.0},"27":{"tf":1.0},"274":{"tf":1.4142135623730951},"28":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"316":{"tf":2.0},"317":{"tf":1.0},"321":{"tf":1.4142135623730951},"322":{"tf":1.4142135623730951},"324":{"tf":1.0},"354":{"tf":1.4142135623730951},"356":{"tf":1.4142135623730951},"357":{"tf":1.4142135623730951},"359":{"tf":1.0},"360":{"tf":1.0},"361":{"tf":1.0},"363":{"tf":1.4142135623730951},"364":{"tf":1.4142135623730951},"368":{"tf":1.7320508075688772},"373":{"tf":1.0},"39":{"tf":1.0},"71":{"tf":1.0},"74":{"tf":1.0}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"138":{"tf":3.1622776601683795},"140":{"tf":2.6457513110645907},"177":{"tf":1.4142135623730951},"179":{"tf":1.0},"188":{"tf":1.0},"372":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"138":{"tf":1.0}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"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":{"172":{"tf":1.0}},"s":{".":{"d":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"172":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"172":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"172":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":1,"docs":{"172":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"108":{"tf":1.0}}}}}},"df":40,"docs":{"100":{"tf":2.0},"101":{"tf":2.0},"115":{"tf":1.0},"123":{"tf":1.0},"137":{"tf":2.0},"138":{"tf":1.7320508075688772},"139":{"tf":2.0},"145":{"tf":1.7320508075688772},"147":{"tf":2.0},"151":{"tf":1.0},"19":{"tf":2.0},"195":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"255":{"tf":1.4142135623730951},"299":{"tf":1.4142135623730951},"3":{"tf":1.0},"317":{"tf":1.0},"318":{"tf":2.0},"321":{"tf":1.4142135623730951},"322":{"tf":1.4142135623730951},"342":{"tf":1.0},"343":{"tf":1.0},"350":{"tf":1.4142135623730951},"354":{"tf":1.0},"367":{"tf":2.23606797749979},"368":{"tf":1.0},"374":{"tf":1.0},"386":{"tf":1.4142135623730951},"46":{"tf":1.7320508075688772},"47":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.7320508075688772},"51":{"tf":1.4142135623730951},"53":{"tf":1.0},"73":{"tf":1.4142135623730951},"79":{"tf":1.7320508075688772},"85":{"tf":2.23606797749979},"86":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":10,"docs":{"10":{"tf":1.4142135623730951},"137":{"tf":1.4142135623730951},"175":{"tf":1.0},"221":{"tf":1.0},"244":{"tf":1.0},"259":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.7320508075688772},"38":{"tf":1.0},"386":{"tf":1.4142135623730951}}}}}},"i":{"df":0,"docs":{},"o":{"d":{"df":5,"docs":{"134":{"tf":1.0},"137":{"tf":1.0},"304":{"tf":1.0},"386":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"137":{"tf":1.4142135623730951},"140":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"358":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"119":{"tf":1.0},"299":{"tf":1.0},"321":{"tf":1.4142135623730951},"363":{"tf":1.4142135623730951},"365":{"tf":1.0},"368":{"tf":1.0},"46":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"1":{"[":{"\"":{"1":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"55":{"tf":1.4142135623730951}}},"2":{"[":{"\"":{"2":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"55":{"tf":1.7320508075688772}}},"3":{"[":{"\"":{"3":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"55":{"tf":1.7320508075688772}}},"4":{"[":{"\"":{"4":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"55":{"tf":1.7320508075688772}}},"5":{"[":{"\"":{"5":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"55":{"tf":1.7320508075688772}}},"6":{"[":{"\"":{"6":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"55":{"tf":1.4142135623730951}}},"df":6,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"55":{"tf":2.6457513110645907},"56":{"tf":1.4142135623730951},"80":{"tf":1.0},"98":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":10,"docs":{"11":{"tf":1.0},"229":{"tf":1.0},"29":{"tf":1.4142135623730951},"48":{"tf":1.7320508075688772},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0}}}}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"120":{"tf":1.0},"125":{"tf":1.0},"210":{"tf":1.0}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"222":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"198":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":5,"docs":{"120":{"tf":1.0},"252":{"tf":1.4142135623730951},"266":{"tf":1.4142135623730951},"302":{"tf":1.7320508075688772},"323":{"tf":1.0}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"385":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":9,"docs":{"120":{"tf":1.0},"14":{"tf":1.0},"160":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"229":{"tf":1.0},"46":{"tf":1.0}}}}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"360":{"tf":1.4142135623730951},"382":{"tf":1.0}}}}}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":3,"docs":{"19":{"tf":1.0},"225":{"tf":1.0},"239":{"tf":1.0}}}},"df":0,"docs":{},"n":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":12,"docs":{"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"19":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"349":{"tf":1.0},"350":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":32,"docs":{"101":{"tf":1.0},"125":{"tf":1.4142135623730951},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"13":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"158":{"tf":1.4142135623730951},"19":{"tf":1.0},"192":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"198":{"tf":1.0},"213":{"tf":1.0},"227":{"tf":1.0},"26":{"tf":1.0},"269":{"tf":1.0},"28":{"tf":1.0},"31":{"tf":1.0},"349":{"tf":1.0},"350":{"tf":1.0},"38":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"57":{"tf":2.0},"58":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"351":{"tf":1.0}}}}}}}}}},"df":18,"docs":{"221":{"tf":1.0},"223":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"242":{"tf":1.4142135623730951},"244":{"tf":1.0},"251":{"tf":1.4142135623730951},"257":{"tf":1.0},"259":{"tf":1.4142135623730951},"264":{"tf":1.0},"274":{"tf":1.0},"28":{"tf":1.0},"284":{"tf":1.4142135623730951},"298":{"tf":1.0},"303":{"tf":2.23606797749979},"359":{"tf":1.0},"383":{"tf":1.0},"43":{"tf":1.0}}}}}}}},"df":0,"docs":{},"u":{"df":1,"docs":{"10":{"tf":1.0}},"g":{"df":1,"docs":{"209":{"tf":1.0}},"g":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"63":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"b":{"df":1,"docs":{"138":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"d":{"df":12,"docs":{"163":{"tf":1.0},"164":{"tf":1.0},"227":{"tf":1.4142135623730951},"270":{"tf":1.0},"302":{"tf":1.0},"323":{"tf":2.6457513110645907},"367":{"tf":1.0},"368":{"tf":4.795831523312719},"371":{"tf":2.23606797749979},"386":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.0}},"s":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"267":{"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":14,"docs":{"14":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"213":{"tf":1.0},"252":{"tf":1.0},"276":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951},"40":{"tf":1.0},"44":{"tf":1.0},"66":{"tf":1.0}}}}},"l":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":13,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"113":{"tf":1.0},"122":{"tf":1.0},"247":{"tf":1.4142135623730951},"255":{"tf":1.0},"260":{"tf":1.0},"266":{"tf":1.0},"274":{"tf":1.0},"278":{"tf":1.7320508075688772},"294":{"tf":1.0},"313":{"tf":1.0},"386":{"tf":1.0}},"e":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":52,"docs":{"100":{"tf":1.4142135623730951},"122":{"tf":1.0},"126":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"148":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"158":{"tf":1.0},"19":{"tf":1.4142135623730951},"226":{"tf":1.0},"246":{"tf":2.0},"254":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"265":{"tf":1.0},"27":{"tf":1.0},"278":{"tf":1.0},"28":{"tf":1.0},"294":{"tf":1.4142135623730951},"299":{"tf":1.0},"305":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.0},"317":{"tf":1.0},"321":{"tf":1.4142135623730951},"322":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"331":{"tf":1.0},"332":{"tf":1.0},"333":{"tf":1.0},"351":{"tf":1.0},"352":{"tf":1.0},"354":{"tf":1.7320508075688772},"356":{"tf":1.0},"357":{"tf":1.4142135623730951},"359":{"tf":1.0},"360":{"tf":1.0},"361":{"tf":1.0},"363":{"tf":1.4142135623730951},"364":{"tf":1.4142135623730951},"365":{"tf":1.0},"368":{"tf":1.7320508075688772},"372":{"tf":1.0},"377":{"tf":1.4142135623730951},"380":{"tf":1.0},"39":{"tf":1.4142135623730951},"71":{"tf":1.4142135623730951},"83":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":5,"docs":{"168":{"tf":1.0},"169":{"tf":1.0},"173":{"tf":2.23606797749979},"175":{"tf":1.0},"188":{"tf":1.0}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"373":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"52":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"1":{"tf":1.0},"31":{"tf":1.0},"54":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0}}}},"df":0,"docs":{}},"df":17,"docs":{"122":{"tf":1.7320508075688772},"160":{"tf":1.0},"164":{"tf":1.0},"243":{"tf":1.0},"260":{"tf":1.0},"267":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"305":{"tf":1.0},"352":{"tf":1.7320508075688772},"360":{"tf":3.3166247903554},"365":{"tf":1.0},"372":{"tf":1.0},"374":{"tf":1.0},"380":{"tf":1.0},"382":{"tf":1.7320508075688772},"62":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.4142135623730951},"104":{"tf":1.0},"131":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":4,"docs":{"192":{"tf":1.0},"321":{"tf":1.0},"368":{"tf":1.0},"386":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":19,"docs":{"116":{"tf":1.7320508075688772},"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},"148":{"tf":1.0},"15":{"tf":1.0},"185":{"tf":1.4142135623730951},"19":{"tf":1.0},"277":{"tf":1.4142135623730951},"337":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"64":{"tf":1.0},"95":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":10,"docs":{"18":{"tf":1.0},"236":{"tf":1.7320508075688772},"251":{"tf":1.0},"257":{"tf":1.4142135623730951},"263":{"tf":1.0},"28":{"tf":1.4142135623730951},"297":{"tf":1.4142135623730951},"43":{"tf":1.0},"66":{"tf":1.0},"70":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"195":{"tf":1.0}}}}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":6,"docs":{"137":{"tf":1.0},"38":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"63":{"tf":1.0},"85":{"tf":1.0}}}},"df":0,"docs":{}}},"df":2,"docs":{"285":{"tf":1.0},"297":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"244":{"tf":1.0},"252":{"tf":1.0},"263":{"tf":1.0},"279":{"tf":1.0},"351":{"tf":1.0},"52":{"tf":1.0}}}},"i":{"df":0,"docs":{},"x":{"df":9,"docs":{"19":{"tf":1.0},"299":{"tf":1.0},"318":{"tf":1.4142135623730951},"319":{"tf":1.4142135623730951},"321":{"tf":1.0},"322":{"tf":1.0},"367":{"tf":1.4142135623730951},"368":{"tf":1.0},"46":{"tf":1.0}}}}},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"226":{"tf":1.0},"386":{"tf":1.0}}}}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"205":{"tf":1.0},"213":{"tf":1.0},"222":{"tf":1.0},"228":{"tf":1.0},"65":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":48,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"113":{"tf":1.0},"14":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":1.0},"18":{"tf":1.4142135623730951},"192":{"tf":1.0},"203":{"tf":1.4142135623730951},"219":{"tf":1.0},"220":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.4142135623730951},"224":{"tf":1.0},"225":{"tf":1.4142135623730951},"226":{"tf":1.0},"227":{"tf":1.0},"228":{"tf":1.4142135623730951},"229":{"tf":1.4142135623730951},"230":{"tf":1.7320508075688772},"231":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.0},"263":{"tf":1.4142135623730951},"274":{"tf":1.0},"314":{"tf":1.0},"334":{"tf":1.0},"351":{"tf":1.0},"380":{"tf":1.0},"41":{"tf":1.0},"8":{"tf":1.0},"97":{"tf":1.0}}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":9,"docs":{"101":{"tf":1.0},"138":{"tf":1.0},"203":{"tf":1.0},"223":{"tf":1.0},"229":{"tf":1.0},"351":{"tf":1.0},"355":{"tf":1.0},"365":{"tf":1.0},"380":{"tf":1.0}}}},"r":{"df":0,"docs":{},"v":{"df":3,"docs":{"140":{"tf":1.0},"156":{"tf":1.4142135623730951},"290":{"tf":1.7320508075688772}}}},"t":{"_":{"1":{"0":{"df":0,"docs":{},"v":{"2":{"df":1,"docs":{"362":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":6,"docs":{"118":{"tf":1.4142135623730951},"206":{"tf":1.0},"255":{"tf":1.0},"299":{"tf":1.0},"317":{"tf":1.0},"352":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"137":{"tf":1.7320508075688772}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":10,"docs":{"121":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.0},"226":{"tf":1.0},"275":{"tf":1.0},"352":{"tf":1.0},"354":{"tf":1.0},"386":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":4,"docs":{"323":{"tf":1.4142135623730951},"360":{"tf":1.0},"368":{"tf":1.7320508075688772},"382":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"368":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"125":{"tf":1.0},"213":{"tf":1.0},"227":{"tf":1.0},"66":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"154":{"tf":1.0},"194":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":13,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"213":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":5,"docs":{"11":{"tf":1.0},"223":{"tf":1.4142135623730951},"225":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"54":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":6,"docs":{"247":{"tf":1.0},"251":{"tf":1.0},"267":{"tf":1.0},"304":{"tf":1.0},"327":{"tf":1.0},"47":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":3,"docs":{"260":{"tf":1.0},"266":{"tf":1.0},"300":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"n":{"!":{"(":{"\"":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"137":{"tf":1.0}},"i":{"df":0,"docs":{},"z":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"137":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"139":{"tf":1.0}}}}}}}},"o":{"b":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"50":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":10,"docs":{"115":{"tf":1.0},"162":{"tf":1.0},"188":{"tf":1.0},"210":{"tf":1.4142135623730951},"212":{"tf":1.0},"213":{"tf":1.0},"302":{"tf":1.4142135623730951},"322":{"tf":1.0},"386":{"tf":1.0},"58":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"372":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"172":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"s":{"df":41,"docs":{"0":{"tf":1.0},"100":{"tf":1.0},"126":{"tf":1.4142135623730951},"138":{"tf":1.0},"156":{"tf":1.0},"159":{"tf":1.7320508075688772},"164":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0},"177":{"tf":1.0},"19":{"tf":1.0},"227":{"tf":1.0},"243":{"tf":1.4142135623730951},"249":{"tf":1.0},"250":{"tf":1.0},"26":{"tf":1.0},"267":{"tf":1.0},"273":{"tf":1.0},"3":{"tf":1.0},"306":{"tf":1.0},"316":{"tf":1.0},"321":{"tf":1.4142135623730951},"348":{"tf":1.0},"357":{"tf":1.0},"36":{"tf":1.0},"360":{"tf":1.4142135623730951},"362":{"tf":1.4142135623730951},"365":{"tf":1.0},"367":{"tf":1.0},"371":{"tf":1.0},"38":{"tf":1.0},"382":{"tf":1.4142135623730951},"386":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"68":{"tf":1.0},"71":{"tf":1.0}},"e":{"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":1,"docs":{"124":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"150":{"tf":1.0},"62":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"d":{"df":1,"docs":{"190":{"tf":1.0}},"u":{"c":{"df":18,"docs":{"10":{"tf":1.0},"104":{"tf":1.4142135623730951},"169":{"tf":1.0},"173":{"tf":1.0},"19":{"tf":1.0},"193":{"tf":1.0},"24":{"tf":1.4142135623730951},"345":{"tf":1.0},"354":{"tf":1.0},"364":{"tf":1.4142135623730951},"377":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.4142135623730951},"50":{"tf":1.7320508075688772},"80":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"96":{"tf":1.0}},"t":{"df":31,"docs":{"10":{"tf":1.0},"104":{"tf":1.0},"117":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.4142135623730951},"127":{"tf":1.0},"131":{"tf":1.4142135623730951},"138":{"tf":1.4142135623730951},"139":{"tf":1.4142135623730951},"14":{"tf":1.4142135623730951},"140":{"tf":1.0},"141":{"tf":1.0},"155":{"tf":1.0},"163":{"tf":1.0},"166":{"tf":1.0},"168":{"tf":1.4142135623730951},"171":{"tf":1.0},"172":{"tf":1.0},"181":{"tf":1.0},"185":{"tf":1.0},"19":{"tf":1.0},"245":{"tf":1.0},"273":{"tf":1.4142135623730951},"282":{"tf":1.0},"3":{"tf":1.0},"305":{"tf":1.0},"352":{"tf":1.0},"364":{"tf":1.0},"386":{"tf":1.7320508075688772},"53":{"tf":1.0},"61":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"l":{"df":1,"docs":{"141":{"tf":1.4142135623730951}}}},"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"89":{"tf":1.4142135623730951}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":4,"docs":{"246":{"tf":1.0},"274":{"tf":1.7320508075688772},"294":{"tf":1.0},"354":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":16,"docs":{"132":{"tf":1.0},"133":{"tf":1.7320508075688772},"168":{"tf":1.0},"176":{"tf":1.0},"184":{"tf":1.0},"192":{"tf":1.0},"222":{"tf":1.0},"251":{"tf":1.4142135623730951},"3":{"tf":1.0},"31":{"tf":1.0},"352":{"tf":1.0},"354":{"tf":1.0},"364":{"tf":1.0},"386":{"tf":1.4142135623730951},"52":{"tf":1.0},"55":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":17,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"10":{"tf":2.0},"11":{"tf":1.0},"12":{"tf":1.0},"2":{"tf":1.0},"282":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0},"367":{"tf":1.0},"387":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":17,"docs":{"113":{"tf":1.0},"137":{"tf":1.0},"226":{"tf":1.0},"260":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"28":{"tf":1.0},"300":{"tf":1.4142135623730951},"302":{"tf":1.4142135623730951},"325":{"tf":1.4142135623730951},"326":{"tf":1.7320508075688772},"360":{"tf":1.0},"374":{"tf":1.0},"47":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"69":{"tf":1.0},"73":{"tf":1.0}},"s":{"+":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"n":{"a":{"df":1,"docs":{"327":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"n":{"a":{"df":5,"docs":{"119":{"tf":1.0},"273":{"tf":1.0},"3":{"tf":1.0},"360":{"tf":1.0},"47":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},":":{"9":{"0":{"9":{"0":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"/":{"df":0,"docs":{},"v":{"1":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"v":{"1":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":3,"docs":{"267":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":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":{"267":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"298":{"tf":1.0}}}},"q":{"df":0,"docs":{},"l":{"df":4,"docs":{"266":{"tf":1.0},"28":{"tf":1.0},"326":{"tf":1.0},"47":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"f":{"df":16,"docs":{"100":{"tf":2.449489742783178},"122":{"tf":1.0},"126":{"tf":1.0},"158":{"tf":1.0},"19":{"tf":1.4142135623730951},"226":{"tf":1.0},"246":{"tf":1.0},"278":{"tf":1.0},"351":{"tf":1.0},"354":{"tf":1.4142135623730951},"372":{"tf":1.4142135623730951},"377":{"tf":1.4142135623730951},"380":{"tf":1.0},"386":{"tf":1.4142135623730951},"39":{"tf":1.0},"71":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"122":{"tf":1.0},"137":{"tf":1.7320508075688772},"138":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"248":{"tf":1.0},"250":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"137":{"tf":1.0},"141":{"tf":1.0},"360":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"386":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"s":{"df":3,"docs":{"137":{"tf":1.0},"138":{"tf":1.0},"177":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"275":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":13,"docs":{"10":{"tf":1.4142135623730951},"115":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.4142135623730951},"139":{"tf":1.0},"140":{"tf":1.0},"16":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":1.0},"385":{"tf":1.0},"387":{"tf":1.0},"50":{"tf":2.0},"54":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":8,"docs":{"210":{"tf":1.0},"238":{"tf":1.0},"246":{"tf":1.0},"294":{"tf":1.0},"298":{"tf":1.7320508075688772},"385":{"tf":1.0},"53":{"tf":1.0},"66":{"tf":1.0}},"n":{"df":1,"docs":{"116":{"tf":1.0}}}},"i":{"d":{"df":17,"docs":{"10":{"tf":1.0},"160":{"tf":1.0},"167":{"tf":1.0},"169":{"tf":1.4142135623730951},"179":{"tf":1.0},"18":{"tf":1.0},"182":{"tf":1.4142135623730951},"203":{"tf":1.0},"205":{"tf":1.4142135623730951},"213":{"tf":1.0},"218":{"tf":1.0},"22":{"tf":1.0},"249":{"tf":1.0},"326":{"tf":1.0},"36":{"tf":1.7320508075688772},"47":{"tf":1.0},"68":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":9,"docs":{"150":{"tf":1.0},"192":{"tf":1.0},"218":{"tf":1.0},"26":{"tf":1.4142135623730951},"326":{"tf":1.0},"327":{"tf":1.4142135623730951},"38":{"tf":1.0},"386":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":4,"docs":{"287":{"tf":1.0},"304":{"tf":1.4142135623730951},"351":{"tf":1.4142135623730951},"359":{"tf":1.0}}}}}},"s":{"df":10,"docs":{"247":{"tf":1.0},"274":{"tf":1.4142135623730951},"301":{"tf":1.0},"322":{"tf":1.7320508075688772},"358":{"tf":1.0},"360":{"tf":1.0},"362":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":1.7320508075688772},"371":{"tf":1.4142135623730951}}},"u":{"b":{"df":45,"docs":{"118":{"tf":2.23606797749979},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"179":{"tf":1.0},"183":{"tf":1.0},"19":{"tf":1.0},"203":{"tf":1.4142135623730951},"204":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"206":{"tf":1.0},"207":{"tf":2.449489742783178},"21":{"tf":1.0},"210":{"tf":1.4142135623730951},"211":{"tf":1.4142135623730951},"216":{"tf":2.8284271247461903},"217":{"tf":1.7320508075688772},"218":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"340":{"tf":1.0},"341":{"tf":1.0},"342":{"tf":1.0},"343":{"tf":1.0},"344":{"tf":1.0},"345":{"tf":1.0},"346":{"tf":1.0},"347":{"tf":1.0},"348":{"tf":1.0},"349":{"tf":1.0},"350":{"tf":1.0},"40":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"89":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":4,"docs":{"10":{"tf":1.0},"101":{"tf":2.449489742783178},"138":{"tf":1.4142135623730951},"386":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"_":{"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":{"274":{"tf":1.0}}}}}}}}}},"df":2,"docs":{"250":{"tf":1.0},"359":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"385":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"117":{"tf":1.0},"31":{"tf":1.0},"316":{"tf":1.0},"68":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":10,"docs":{"188":{"tf":1.0},"245":{"tf":1.0},"250":{"tf":1.4142135623730951},"263":{"tf":1.0},"264":{"tf":1.4142135623730951},"270":{"tf":1.0},"274":{"tf":1.0},"276":{"tf":1.0},"283":{"tf":1.0},"383":{"tf":1.0}}}},"t":{"df":1,"docs":{"83":{"tf":1.0}}}},"v":{"/":{"c":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"270":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"q":{"1":{"df":1,"docs":{"165":{"tf":1.4142135623730951}},"{":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"165":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"2":{"df":1,"docs":{"165":{"tf":1.4142135623730951}},"{":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"165":{"tf":1.0}}}}}}}},"3":{"df":1,"docs":{"165":{"tf":1.4142135623730951}},"{":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"165":{"tf":1.0}}},"df":0,"docs":{}}}}}},"5":{"df":1,"docs":{"165":{"tf":1.4142135623730951}},"{":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"165":{"tf":1.0}}}}},"df":0,"docs":{}}}},"6":{"df":1,"docs":{"165":{"tf":1.4142135623730951}},"{":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"165":{"tf":1.0}}}}},"df":0,"docs":{}}}},"7":{"df":1,"docs":{"165":{"tf":1.4142135623730951}},"{":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"165":{"tf":1.0}}}},"df":0,"docs":{}}},"8":{"df":1,"docs":{"165":{"tf":1.4142135623730951}},"{":{"d":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"165":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"a":{"df":1,"docs":{"31":{"tf":1.0}}},"df":4,"docs":{"274":{"tf":1.4142135623730951},"322":{"tf":1.0},"360":{"tf":1.0},"368":{"tf":1.0}},"p":{"df":1,"docs":{"141":{"tf":1.4142135623730951}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":12,"docs":{"113":{"tf":1.0},"142":{"tf":1.0},"173":{"tf":1.0},"203":{"tf":1.4142135623730951},"260":{"tf":1.0},"261":{"tf":1.0},"266":{"tf":1.0},"268":{"tf":1.0},"28":{"tf":1.0},"300":{"tf":1.4142135623730951},"326":{"tf":1.7320508075688772},"47":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"336":{"tf":1.0},"337":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"138":{"tf":1.7320508075688772}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":40,"docs":{"106":{"tf":1.4142135623730951},"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"120":{"tf":1.0},"125":{"tf":1.0},"163":{"tf":1.0},"166":{"tf":1.7320508075688772},"200":{"tf":1.0},"201":{"tf":1.0},"243":{"tf":1.0},"247":{"tf":1.4142135623730951},"250":{"tf":1.4142135623730951},"251":{"tf":1.4142135623730951},"273":{"tf":1.0},"274":{"tf":1.0},"29":{"tf":1.0},"308":{"tf":1.4142135623730951},"317":{"tf":1.0},"330":{"tf":1.4142135623730951},"335":{"tf":1.0},"336":{"tf":1.0},"337":{"tf":1.4142135623730951},"338":{"tf":2.0},"339":{"tf":1.0},"340":{"tf":1.0},"341":{"tf":1.0},"342":{"tf":1.0},"343":{"tf":1.0},"344":{"tf":1.0},"345":{"tf":1.0},"346":{"tf":1.0},"347":{"tf":1.0},"348":{"tf":1.0},"349":{"tf":1.0},"350":{"tf":1.0},"351":{"tf":1.0},"352":{"tf":1.4142135623730951},"365":{"tf":1.4142135623730951},"367":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"17":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":18,"docs":{"12":{"tf":1.4142135623730951},"15":{"tf":1.0},"17":{"tf":1.7320508075688772},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"261":{"tf":1.0},"267":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"6":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"54":{"tf":1.0}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"124":{"tf":1.0},"137":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"137":{"tf":1.4142135623730951}}}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"183":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":8,"docs":{"102":{"tf":1.4142135623730951},"137":{"tf":1.4142135623730951},"177":{"tf":1.0},"188":{"tf":1.0},"266":{"tf":1.4142135623730951},"302":{"tf":1.4142135623730951},"344":{"tf":1.0},"51":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"182":{"tf":1.0},"362":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":1.0}}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"166":{"tf":1.0}}}},"s":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"298":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"322":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"(":{"1":{"0":{"0":{".":{"0":{"df":1,"docs":{"362":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"100":{"tf":1.0},"79":{"tf":1.0},"85":{"tf":2.0}}},"df":0,"docs":{}},"5":{"df":2,"docs":{"100":{"tf":1.0},"361":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":1,"docs":{"95":{"tf":1.0}}}},"df":43,"docs":{"100":{"tf":2.23606797749979},"101":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"115":{"tf":1.0},"117":{"tf":1.4142135623730951},"118":{"tf":1.0},"119":{"tf":1.4142135623730951},"123":{"tf":1.0},"124":{"tf":1.0},"132":{"tf":1.4142135623730951},"133":{"tf":2.0},"137":{"tf":1.4142135623730951},"138":{"tf":2.0},"14":{"tf":1.0},"141":{"tf":2.23606797749979},"145":{"tf":1.7320508075688772},"147":{"tf":2.449489742783178},"151":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.0},"188":{"tf":1.0},"195":{"tf":1.7320508075688772},"198":{"tf":1.0},"3":{"tf":1.0},"352":{"tf":1.7320508075688772},"362":{"tf":1.0},"377":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.4142135623730951},"57":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"85":{"tf":2.0},"92":{"tf":1.0},"93":{"tf":1.0},"98":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"141":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"63":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}}},"df":6,"docs":{"239":{"tf":1.0},"258":{"tf":1.0},"274":{"tf":1.0},"28":{"tf":1.0},"356":{"tf":1.0},"384":{"tf":1.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"210":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"211":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"210":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"l":{"df":6,"docs":{"162":{"tf":1.0},"210":{"tf":1.7320508075688772},"211":{"tf":1.4142135623730951},"223":{"tf":1.0},"267":{"tf":1.4142135623730951},"386":{"tf":1.0}},"e":{"df":0,"docs":{},"—":{"a":{"df":1,"docs":{"229":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":2,"docs":{"138":{"tf":1.0},"172":{"tf":1.0}}},"t":{"df":1,"docs":{"173":{"tf":1.0}}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"115":{"tf":1.0},"143":{"tf":1.0}}}},"df":0,"docs":{}},"df":6,"docs":{"115":{"tf":1.0},"131":{"tf":1.0},"137":{"tf":1.0},"15":{"tf":1.0},"181":{"tf":1.0},"337":{"tf":1.0}},"i":{"df":28,"docs":{"12":{"tf":1.0},"130":{"tf":1.0},"162":{"tf":1.0},"181":{"tf":1.0},"205":{"tf":1.4142135623730951},"218":{"tf":1.0},"223":{"tf":1.4142135623730951},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.4142135623730951},"251":{"tf":1.0},"28":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":2.0},"304":{"tf":1.0},"322":{"tf":1.4142135623730951},"326":{"tf":1.0},"34":{"tf":1.0},"354":{"tf":1.4142135623730951},"371":{"tf":1.7320508075688772},"372":{"tf":1.0},"38":{"tf":1.0},"380":{"tf":1.4142135623730951},"386":{"tf":1.4142135623730951},"49":{"tf":1.0},"58":{"tf":1.4142135623730951},"65":{"tf":1.0},"7":{"tf":1.4142135623730951}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"213":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"<":{"b":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"m":{"df":1,"docs":{"120":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":20,"docs":{"10":{"tf":1.0},"115":{"tf":1.0},"119":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"14":{"tf":1.0},"140":{"tf":1.0},"164":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"176":{"tf":1.4142135623730951},"209":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"354":{"tf":1.0},"36":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"81":{"tf":1.0},"86":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":12,"docs":{"102":{"tf":1.0},"13":{"tf":1.0},"131":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.7320508075688772},"140":{"tf":1.0},"185":{"tf":1.0},"190":{"tf":1.0},"31":{"tf":1.0},"336":{"tf":1.0},"353":{"tf":1.0},"95":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"275":{"tf":1.0},"385":{"tf":1.0},"50":{"tf":1.0}}}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":5,"docs":{"251":{"tf":1.4142135623730951},"28":{"tf":1.0},"297":{"tf":1.4142135623730951},"298":{"tf":1.0},"384":{"tf":1.0}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"173":{"tf":1.0}}}},"v":{"df":6,"docs":{"137":{"tf":1.0},"169":{"tf":1.7320508075688772},"171":{"tf":1.7320508075688772},"172":{"tf":1.4142135623730951},"175":{"tf":1.0},"267":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"v":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"171":{"tf":1.4142135623730951},"172":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"172":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":38,"docs":{"100":{"tf":1.0},"120":{"tf":1.0},"126":{"tf":1.0},"160":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"166":{"tf":1.4142135623730951},"19":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.4142135623730951},"205":{"tf":1.0},"227":{"tf":1.0},"234":{"tf":1.4142135623730951},"239":{"tf":1.0},"248":{"tf":1.4142135623730951},"250":{"tf":1.4142135623730951},"257":{"tf":1.4142135623730951},"259":{"tf":1.0},"264":{"tf":1.0},"268":{"tf":1.4142135623730951},"27":{"tf":1.0},"273":{"tf":1.0},"28":{"tf":1.4142135623730951},"303":{"tf":1.0},"322":{"tf":1.4142135623730951},"323":{"tf":1.0},"351":{"tf":1.0},"356":{"tf":1.0},"357":{"tf":1.0},"359":{"tf":1.0},"362":{"tf":1.4142135623730951},"368":{"tf":1.0},"383":{"tf":1.0},"384":{"tf":1.0},"385":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0},"70":{"tf":1.0}}},"df":0,"docs":{}}}}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"137":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"d":{".":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"171":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":2,"docs":{"169":{"tf":1.0},"59":{"tf":1.0}}},"df":0,"docs":{}},"v":{"df":1,"docs":{"102":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":14,"docs":{"1":{"tf":1.0},"102":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"125":{"tf":1.0},"135":{"tf":1.0},"138":{"tf":1.7320508075688772},"181":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"385":{"tf":1.4142135623730951},"61":{"tf":1.0},"76":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0}}},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"352":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"d":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"175":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":12,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"124":{"tf":1.0},"175":{"tf":1.0},"362":{"tf":1.4142135623730951},"372":{"tf":1.0},"377":{"tf":1.0},"378":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"115":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":67,"docs":{"106":{"tf":1.4142135623730951},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"15":{"tf":1.0},"191":{"tf":1.7320508075688772},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.4142135623730951},"201":{"tf":1.4142135623730951},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.4142135623730951},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":2.0},"214":{"tf":1.4142135623730951},"215":{"tf":1.4142135623730951},"216":{"tf":1.4142135623730951},"217":{"tf":1.4142135623730951},"218":{"tf":1.4142135623730951},"220":{"tf":1.0},"222":{"tf":1.0},"229":{"tf":1.0},"248":{"tf":1.0},"250":{"tf":1.0},"271":{"tf":1.0},"29":{"tf":1.4142135623730951},"292":{"tf":1.0},"293":{"tf":1.7320508075688772},"308":{"tf":1.4142135623730951},"317":{"tf":1.0},"330":{"tf":1.4142135623730951},"334":{"tf":1.0},"335":{"tf":1.0},"336":{"tf":1.4142135623730951},"337":{"tf":1.4142135623730951},"338":{"tf":2.0},"339":{"tf":1.0},"340":{"tf":1.0},"341":{"tf":1.0},"342":{"tf":1.0},"343":{"tf":1.0},"344":{"tf":1.0},"345":{"tf":1.0},"346":{"tf":1.0},"347":{"tf":1.0},"348":{"tf":1.0},"349":{"tf":1.0},"350":{"tf":1.0},"367":{"tf":1.4142135623730951},"386":{"tf":1.0},"74":{"tf":1.0},"9":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"276":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"372":{"tf":1.0}}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"137":{"tf":1.0},"85":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":6,"docs":{"245":{"tf":1.0},"250":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"270":{"tf":1.0},"383":{"tf":1.0}}},"y":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":1,"docs":{"264":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"137":{"tf":1.4142135623730951},"194":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"137":{"tf":1.4142135623730951},"139":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"334":{"tf":1.0},"386":{"tf":1.0}}},"x":{"df":2,"docs":{"138":{"tf":1.0},"162":{"tf":1.0}}}},"df":2,"docs":{"298":{"tf":1.7320508075688772},"50":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"s":{"df":12,"docs":{"121":{"tf":1.0},"232":{"tf":1.4142135623730951},"235":{"tf":1.0},"266":{"tf":1.0},"298":{"tf":1.0},"302":{"tf":1.0},"355":{"tf":1.0},"357":{"tf":1.0},"381":{"tf":1.0},"55":{"tf":1.0},"62":{"tf":1.0},"72":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"10":{"tf":1.0},"116":{"tf":1.0},"224":{"tf":1.0},"229":{"tf":1.0},"279":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"119":{"tf":1.0},"367":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":9,"docs":{"137":{"tf":1.0},"138":{"tf":1.4142135623730951},"139":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.4142135623730951},"301":{"tf":1.0},"316":{"tf":1.0},"322":{"tf":1.0},"368":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":5,"docs":{"245":{"tf":1.4142135623730951},"264":{"tf":1.0},"270":{"tf":1.0},"323":{"tf":1.0},"351":{"tf":1.0}}},"v":{"df":8,"docs":{"138":{"tf":1.0},"140":{"tf":1.4142135623730951},"19":{"tf":1.0},"318":{"tf":1.0},"363":{"tf":1.0},"367":{"tf":1.4142135623730951},"55":{"tf":1.0},"62":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"139":{"tf":1.4142135623730951}}}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":12,"docs":{"261":{"tf":1.0},"28":{"tf":1.4142135623730951},"31":{"tf":1.0},"351":{"tf":1.0},"356":{"tf":1.0},"384":{"tf":1.0},"44":{"tf":1.0},"51":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"362":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"169":{"tf":1.0},"175":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":7,"docs":{"126":{"tf":1.0},"143":{"tf":1.0},"232":{"tf":1.0},"252":{"tf":1.0},"298":{"tf":1.4142135623730951},"355":{"tf":1.0},"365":{"tf":1.0}},"r":{"df":0,"docs":{},"t":{"df":6,"docs":{"223":{"tf":1.0},"225":{"tf":1.0},"274":{"tf":1.7320508075688772},"361":{"tf":1.0},"374":{"tf":1.0},"61":{"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":10,"docs":{"16":{"tf":1.0},"18":{"tf":1.7320508075688772},"226":{"tf":1.0},"232":{"tf":1.7320508075688772},"273":{"tf":1.0},"274":{"tf":1.7320508075688772},"351":{"tf":1.0},"355":{"tf":1.4142135623730951},"372":{"tf":1.0},"381":{"tf":1.7320508075688772}}}}}}}},"’":{"df":1,"docs":{"145":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"192":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":18,"docs":{"113":{"tf":1.0},"120":{"tf":1.4142135623730951},"124":{"tf":1.0},"125":{"tf":1.0},"154":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.4142135623730951},"163":{"tf":1.0},"164":{"tf":1.0},"166":{"tf":1.0},"223":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"244":{"tf":1.0},"252":{"tf":1.0},"273":{"tf":1.0},"28":{"tf":1.4142135623730951},"282":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"140":{"tf":1.7320508075688772}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"141":{"tf":1.4142135623730951},"172":{"tf":1.0},"210":{"tf":1.0},"361":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":69,"docs":{"100":{"tf":1.0},"101":{"tf":1.7320508075688772},"102":{"tf":2.449489742783178},"126":{"tf":1.7320508075688772},"130":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":2.449489742783178},"138":{"tf":2.23606797749979},"139":{"tf":1.4142135623730951},"140":{"tf":1.4142135623730951},"141":{"tf":1.4142135623730951},"142":{"tf":1.0},"153":{"tf":1.0},"158":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"178":{"tf":1.0},"18":{"tf":1.0},"182":{"tf":1.0},"19":{"tf":1.7320508075688772},"206":{"tf":1.0},"220":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.7320508075688772},"229":{"tf":1.0},"231":{"tf":1.4142135623730951},"232":{"tf":2.0},"234":{"tf":1.0},"237":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.4142135623730951},"243":{"tf":1.4142135623730951},"244":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"255":{"tf":2.0},"256":{"tf":1.0},"260":{"tf":1.4142135623730951},"262":{"tf":1.0},"266":{"tf":1.4142135623730951},"270":{"tf":1.0},"273":{"tf":1.4142135623730951},"274":{"tf":1.0},"278":{"tf":1.7320508075688772},"294":{"tf":1.7320508075688772},"296":{"tf":1.4142135623730951},"297":{"tf":1.4142135623730951},"31":{"tf":1.0},"314":{"tf":1.0},"322":{"tf":1.0},"323":{"tf":1.0},"344":{"tf":1.7320508075688772},"351":{"tf":1.0},"352":{"tf":1.0},"355":{"tf":1.0},"356":{"tf":1.0},"365":{"tf":1.0},"372":{"tf":1.4142135623730951},"377":{"tf":1.0},"380":{"tf":1.0},"381":{"tf":1.0},"384":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"39":{"tf":2.0},"40":{"tf":1.0},"44":{"tf":1.0},"71":{"tf":1.7320508075688772}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":12,"docs":{"102":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.4142135623730951},"122":{"tf":1.0},"123":{"tf":1.4142135623730951},"125":{"tf":1.0},"130":{"tf":2.0},"132":{"tf":1.0},"137":{"tf":1.0},"177":{"tf":1.0},"181":{"tf":1.0},"385":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"138":{"tf":1.0},"213":{"tf":1.0},"266":{"tf":1.0},"302":{"tf":1.0},"323":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"351":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":24,"docs":{"122":{"tf":2.23606797749979},"124":{"tf":1.0},"14":{"tf":1.0},"150":{"tf":1.0},"155":{"tf":1.0},"164":{"tf":1.0},"166":{"tf":1.0},"177":{"tf":1.0},"192":{"tf":1.0},"205":{"tf":1.4142135623730951},"223":{"tf":1.0},"225":{"tf":1.0},"245":{"tf":1.0},"273":{"tf":1.4142135623730951},"274":{"tf":1.0},"275":{"tf":1.0},"287":{"tf":1.0},"302":{"tf":1.0},"352":{"tf":1.0},"362":{"tf":2.449489742783178},"365":{"tf":1.0},"387":{"tf":1.4142135623730951},"55":{"tf":1.0},"62":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"182":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"205":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":8,"docs":{"141":{"tf":1.7320508075688772},"189":{"tf":1.0},"192":{"tf":1.0},"36":{"tf":1.4142135623730951},"38":{"tf":1.0},"380":{"tf":1.0},"386":{"tf":1.4142135623730951},"55":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"p":{"df":1,"docs":{"187":{"tf":1.0}}}},"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"179":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"177":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"179":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":1,"docs":{"177":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"178":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":34,"docs":{"101":{"tf":1.0},"102":{"tf":3.872983346207417},"115":{"tf":1.0},"123":{"tf":1.0},"130":{"tf":1.0},"132":{"tf":1.0},"135":{"tf":1.0},"138":{"tf":1.0},"14":{"tf":1.0},"140":{"tf":1.7320508075688772},"160":{"tf":1.0},"166":{"tf":1.0},"177":{"tf":2.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.4142135623730951},"184":{"tf":1.0},"185":{"tf":1.0},"188":{"tf":1.4142135623730951},"189":{"tf":1.0},"190":{"tf":1.0},"205":{"tf":1.0},"3":{"tf":1.0},"344":{"tf":2.0},"352":{"tf":1.4142135623730951},"362":{"tf":1.4142135623730951},"382":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.4142135623730951},"41":{"tf":1.0},"60":{"tf":1.0},"79":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"\\":{"df":0,"docs":{},"|":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"102":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"178":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":1,"docs":{"138":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"138":{"tf":1.0},"274":{"tf":2.23606797749979}}}},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"251":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"<":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":2,"docs":{"205":{"tf":1.0},"218":{"tf":1.0}}}}}}},"df":34,"docs":{"112":{"tf":1.0},"118":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"171":{"tf":1.7320508075688772},"172":{"tf":1.4142135623730951},"173":{"tf":1.0},"174":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.4142135623730951},"19":{"tf":1.0},"203":{"tf":1.7320508075688772},"204":{"tf":1.4142135623730951},"207":{"tf":1.0},"210":{"tf":1.4142135623730951},"211":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"328":{"tf":1.0},"349":{"tf":1.0},"350":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.0},"61":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.4142135623730951},"90":{"tf":2.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"274":{"tf":1.7320508075688772},"276":{"tf":1.7320508075688772},"281":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"113":{"tf":1.4142135623730951},"304":{"tf":1.0},"351":{"tf":1.0}},"e":{"df":0,"docs":{},"v":{"df":3,"docs":{"10":{"tf":1.0},"386":{"tf":1.0},"52":{"tf":1.0}}}}},"y":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"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":{"173":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":18,"docs":{"112":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"174":{"tf":1.0},"203":{"tf":1.4142135623730951},"204":{"tf":1.7320508075688772},"205":{"tf":2.0},"206":{"tf":1.0},"210":{"tf":1.0},"218":{"tf":1.0},"235":{"tf":1.0},"337":{"tf":1.0},"357":{"tf":1.0},"360":{"tf":1.0},"38":{"tf":1.0},"386":{"tf":1.4142135623730951},"55":{"tf":1.0},"58":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"115":{"tf":1.0},"204":{"tf":1.0},"213":{"tf":1.4142135623730951},"65":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":7,"docs":{"118":{"tf":1.0},"125":{"tf":1.0},"195":{"tf":1.0},"251":{"tf":1.0},"3":{"tf":1.0},"385":{"tf":1.0},"63":{"tf":1.0}}}},"v":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"252":{"tf":1.7320508075688772}}}}},"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":1,"docs":{"252":{"tf":1.7320508075688772}},"e":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"125":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"15":{"tf":1.4142135623730951},"63":{"tf":1.0}}}},"s":{"df":6,"docs":{"232":{"tf":1.4142135623730951},"251":{"tf":1.0},"252":{"tf":2.0},"307":{"tf":1.0},"355":{"tf":1.0},"381":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"131":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"148":{"tf":1.0},"212":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":3,"docs":{"223":{"tf":1.0},"225":{"tf":1.0},"227":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"385":{"tf":1.0},"53":{"tf":1.0}}}}},"m":{"df":2,"docs":{"274":{"tf":1.0},"360":{"tf":1.0}}},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"138":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"=":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"323":{"tf":1.4142135623730951},"368":{"tf":1.4142135623730951},"371":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"|":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"323":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"df":6,"docs":{"302":{"tf":1.0},"323":{"tf":2.0},"333":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":2.6457513110645907},"371":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":10,"docs":{"10":{"tf":1.0},"192":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.0},"386":{"tf":1.4142135623730951},"76":{"tf":1.0},"78":{"tf":1.0},"92":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":21,"docs":{"137":{"tf":1.0},"18":{"tf":1.4142135623730951},"226":{"tf":1.0},"228":{"tf":1.0},"232":{"tf":1.7320508075688772},"298":{"tf":1.7320508075688772},"351":{"tf":1.0},"354":{"tf":1.0},"355":{"tf":2.0},"356":{"tf":1.0},"357":{"tf":1.0},"358":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":1.0},"361":{"tf":1.0},"362":{"tf":1.0},"363":{"tf":1.0},"364":{"tf":1.0},"365":{"tf":1.0},"372":{"tf":1.0},"381":{"tf":1.7320508075688772}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"199":{"tf":1.0}}}}}},"n":{"d":{"df":2,"docs":{"122":{"tf":1.0},"386":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"c":{"df":1,"docs":{"138":{"tf":1.0}}},"df":0,"docs":{}},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"@":{"df":0,"docs":{},"v":{"1":{"df":1,"docs":{"274":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":2,"docs":{"139":{"tf":1.0},"86":{"tf":1.0}}}},"n":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"228":{"tf":1.0}}}}}},"_":{"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":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"346":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"19":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"151":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"350":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"28":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"137":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"205":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":28,"docs":{"112":{"tf":1.0},"114":{"tf":1.0},"167":{"tf":2.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.4142135623730951},"171":{"tf":2.449489742783178},"172":{"tf":2.23606797749979},"173":{"tf":1.7320508075688772},"174":{"tf":1.7320508075688772},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.7320508075688772},"179":{"tf":1.0},"180":{"tf":1.0},"203":{"tf":2.0},"204":{"tf":1.7320508075688772},"205":{"tf":2.0},"207":{"tf":1.4142135623730951},"210":{"tf":1.7320508075688772},"211":{"tf":1.4142135623730951},"213":{"tf":1.0},"216":{"tf":1.4142135623730951},"217":{"tf":1.4142135623730951},"328":{"tf":1.4142135623730951},"36":{"tf":1.0},"58":{"tf":1.0}}}}}}}}},"df":173,"docs":{"101":{"tf":1.0},"11":{"tf":1.0},"111":{"tf":1.4142135623730951},"113":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.7320508075688772},"12":{"tf":1.0},"121":{"tf":1.7320508075688772},"122":{"tf":2.0},"124":{"tf":2.23606797749979},"126":{"tf":1.4142135623730951},"13":{"tf":1.0},"134":{"tf":1.0},"137":{"tf":1.4142135623730951},"138":{"tf":1.7320508075688772},"139":{"tf":1.7320508075688772},"14":{"tf":1.7320508075688772},"140":{"tf":1.4142135623730951},"141":{"tf":1.0},"145":{"tf":1.7320508075688772},"146":{"tf":2.0},"147":{"tf":1.7320508075688772},"148":{"tf":1.0},"149":{"tf":2.449489742783178},"15":{"tf":1.0},"150":{"tf":2.23606797749979},"151":{"tf":1.4142135623730951},"152":{"tf":1.0},"153":{"tf":1.7320508075688772},"154":{"tf":1.7320508075688772},"155":{"tf":1.4142135623730951},"156":{"tf":1.4142135623730951},"157":{"tf":1.4142135623730951},"159":{"tf":1.4142135623730951},"160":{"tf":1.0},"161":{"tf":1.4142135623730951},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.4142135623730951},"17":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.4142135623730951},"18":{"tf":1.0},"182":{"tf":1.0},"188":{"tf":1.0},"19":{"tf":2.6457513110645907},"192":{"tf":2.0},"2":{"tf":1.0},"203":{"tf":1.7320508075688772},"204":{"tf":1.7320508075688772},"213":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"227":{"tf":1.0},"228":{"tf":1.4142135623730951},"229":{"tf":1.4142135623730951},"230":{"tf":1.0},"236":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"244":{"tf":1.0},"246":{"tf":1.0},"247":{"tf":1.4142135623730951},"248":{"tf":1.7320508075688772},"249":{"tf":1.7320508075688772},"25":{"tf":1.7320508075688772},"250":{"tf":1.7320508075688772},"251":{"tf":2.23606797749979},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":2.23606797749979},"255":{"tf":1.7320508075688772},"256":{"tf":2.0},"257":{"tf":1.7320508075688772},"258":{"tf":1.7320508075688772},"259":{"tf":1.4142135623730951},"260":{"tf":1.7320508075688772},"261":{"tf":1.0},"262":{"tf":2.0},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":2.0},"266":{"tf":1.7320508075688772},"267":{"tf":1.4142135623730951},"268":{"tf":1.0},"269":{"tf":1.0},"27":{"tf":2.0},"270":{"tf":1.0},"271":{"tf":1.0},"273":{"tf":1.4142135623730951},"274":{"tf":4.0},"275":{"tf":1.4142135623730951},"276":{"tf":1.4142135623730951},"279":{"tf":1.0},"28":{"tf":2.449489742783178},"283":{"tf":1.7320508075688772},"285":{"tf":1.0},"287":{"tf":1.0},"290":{"tf":1.7320508075688772},"292":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.7320508075688772},"298":{"tf":1.0},"299":{"tf":1.4142135623730951},"301":{"tf":1.4142135623730951},"302":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"309":{"tf":1.4142135623730951},"314":{"tf":1.4142135623730951},"316":{"tf":2.0},"317":{"tf":1.0},"318":{"tf":1.4142135623730951},"32":{"tf":1.0},"321":{"tf":1.7320508075688772},"322":{"tf":2.23606797749979},"323":{"tf":1.0},"324":{"tf":1.0},"326":{"tf":1.4142135623730951},"332":{"tf":1.0},"334":{"tf":1.4142135623730951},"343":{"tf":1.0},"346":{"tf":1.7320508075688772},"351":{"tf":1.0},"352":{"tf":1.7320508075688772},"354":{"tf":1.7320508075688772},"356":{"tf":1.4142135623730951},"357":{"tf":1.7320508075688772},"358":{"tf":2.0},"359":{"tf":1.4142135623730951},"360":{"tf":1.0},"361":{"tf":1.0},"363":{"tf":2.23606797749979},"364":{"tf":2.8284271247461903},"365":{"tf":2.23606797749979},"367":{"tf":2.0},"368":{"tf":2.6457513110645907},"373":{"tf":1.0},"375":{"tf":1.0},"377":{"tf":1.0},"38":{"tf":1.4142135623730951},"381":{"tf":1.4142135623730951},"383":{"tf":1.0},"384":{"tf":1.0},"385":{"tf":1.4142135623730951},"386":{"tf":2.23606797749979},"39":{"tf":1.4142135623730951},"48":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":2.0},"55":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"6":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"64":{"tf":1.0},"66":{"tf":1.4142135623730951},"70":{"tf":1.0},"71":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951},"81":{"tf":1.0},"83":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.4142135623730951},"96":{"tf":1.0},"98":{"tf":1.4142135623730951}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"205":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":3,"docs":{"167":{"tf":1.0},"203":{"tf":1.4142135623730951},"210":{"tf":1.4142135623730951}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":10,"docs":{"126":{"tf":1.0},"144":{"tf":1.0},"19":{"tf":1.0},"203":{"tf":1.0},"208":{"tf":1.0},"213":{"tf":1.0},"39":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"71":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"o":{"df":2,"docs":{"274":{"tf":3.1622776601683795},"280":{"tf":1.0}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":20,"docs":{"122":{"tf":1.4142135623730951},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"151":{"tf":1.0},"19":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"32":{"tf":1.0},"349":{"tf":1.0},"350":{"tf":1.0},"4":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.4142135623730951},"90":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"/":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"92":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"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":{"251":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"363":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"358":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"354":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":166,"docs":{"102":{"tf":2.449489742783178},"113":{"tf":1.0},"117":{"tf":1.0},"120":{"tf":2.23606797749979},"121":{"tf":1.0},"122":{"tf":1.4142135623730951},"124":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.4142135623730951},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"14":{"tf":1.7320508075688772},"140":{"tf":1.4142135623730951},"144":{"tf":1.4142135623730951},"145":{"tf":1.0},"146":{"tf":2.0},"147":{"tf":1.0},"149":{"tf":1.0},"15":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"154":{"tf":1.4142135623730951},"155":{"tf":1.4142135623730951},"156":{"tf":1.4142135623730951},"158":{"tf":2.23606797749979},"159":{"tf":1.7320508075688772},"16":{"tf":1.4142135623730951},"160":{"tf":1.7320508075688772},"161":{"tf":1.7320508075688772},"162":{"tf":1.4142135623730951},"163":{"tf":2.449489742783178},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":2.0},"178":{"tf":1.0},"180":{"tf":1.0},"182":{"tf":2.23606797749979},"187":{"tf":1.7320508075688772},"19":{"tf":1.7320508075688772},"192":{"tf":1.0},"2":{"tf":1.0},"202":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":2.449489742783178},"213":{"tf":2.23606797749979},"218":{"tf":1.4142135623730951},"220":{"tf":1.0},"223":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.4142135623730951},"227":{"tf":2.23606797749979},"228":{"tf":1.0},"229":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"243":{"tf":1.4142135623730951},"244":{"tf":1.4142135623730951},"245":{"tf":1.4142135623730951},"246":{"tf":1.4142135623730951},"247":{"tf":1.0},"248":{"tf":1.7320508075688772},"249":{"tf":1.0},"251":{"tf":1.0},"254":{"tf":1.7320508075688772},"255":{"tf":1.7320508075688772},"256":{"tf":1.4142135623730951},"257":{"tf":1.0},"258":{"tf":1.0},"26":{"tf":1.4142135623730951},"260":{"tf":2.0},"261":{"tf":1.0},"262":{"tf":1.4142135623730951},"265":{"tf":1.0},"266":{"tf":2.0},"267":{"tf":1.4142135623730951},"27":{"tf":1.0},"270":{"tf":1.0},"273":{"tf":1.7320508075688772},"274":{"tf":2.8284271247461903},"28":{"tf":1.7320508075688772},"285":{"tf":1.7320508075688772},"286":{"tf":1.4142135623730951},"287":{"tf":1.4142135623730951},"294":{"tf":1.0},"295":{"tf":3.0},"296":{"tf":1.7320508075688772},"297":{"tf":1.4142135623730951},"298":{"tf":1.4142135623730951},"299":{"tf":1.7320508075688772},"3":{"tf":1.7320508075688772},"300":{"tf":1.0},"301":{"tf":1.4142135623730951},"302":{"tf":1.4142135623730951},"305":{"tf":1.0},"306":{"tf":2.449489742783178},"315":{"tf":1.0},"316":{"tf":3.0},"317":{"tf":1.4142135623730951},"318":{"tf":1.4142135623730951},"32":{"tf":1.0},"320":{"tf":1.4142135623730951},"321":{"tf":2.0},"322":{"tf":2.0},"323":{"tf":1.7320508075688772},"324":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"33":{"tf":1.0},"334":{"tf":1.0},"349":{"tf":1.0},"35":{"tf":1.0},"350":{"tf":1.0},"351":{"tf":1.7320508075688772},"352":{"tf":1.4142135623730951},"354":{"tf":1.7320508075688772},"356":{"tf":1.0},"357":{"tf":1.7320508075688772},"359":{"tf":1.0},"36":{"tf":1.7320508075688772},"360":{"tf":1.0},"361":{"tf":1.0},"363":{"tf":1.4142135623730951},"364":{"tf":1.4142135623730951},"365":{"tf":1.0},"367":{"tf":1.4142135623730951},"368":{"tf":2.8284271247461903},"372":{"tf":1.0},"373":{"tf":1.0},"377":{"tf":1.0},"379":{"tf":1.0},"38":{"tf":1.4142135623730951},"383":{"tf":1.0},"385":{"tf":1.7320508075688772},"386":{"tf":2.23606797749979},"39":{"tf":1.4142135623730951},"4":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":2.23606797749979},"55":{"tf":1.0},"58":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.4142135623730951},"65":{"tf":1.7320508075688772},"66":{"tf":1.4142135623730951},"68":{"tf":1.0},"71":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951},"74":{"tf":1.0},"76":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":1.0},"88":{"tf":1.4142135623730951},"9":{"tf":1.0},"90":{"tf":1.0},"96":{"tf":1.0}},"s":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"68":{"tf":1.0}}}}}}}},"df":0,"docs":{},"k":{"8":{"df":1,"docs":{"68":{"tf":1.0}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"68":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"138":{"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":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"380":{"tf":1.0}}}}}}}}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":9,"docs":{"140":{"tf":1.4142135623730951},"192":{"tf":1.0},"193":{"tf":1.0},"213":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.0},"78":{"tf":1.0},"92":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"_":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":3,"docs":{"274":{"tf":1.0},"306":{"tf":1.0},"313":{"tf":1.0}},"e":{"=":{"1":{"df":1,"docs":{"306":{"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":{},"o":{"df":0,"docs":{},"g":{"=":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":3,"docs":{"119":{"tf":1.0},"306":{"tf":1.0},"316":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":6,"docs":{"156":{"tf":1.0},"289":{"tf":1.0},"299":{"tf":1.0},"306":{"tf":1.4142135623730951},"316":{"tf":1.0},"46":{"tf":1.0}}}}}},"df":16,"docs":{"121":{"tf":1.0},"143":{"tf":1.0},"148":{"tf":1.4142135623730951},"16":{"tf":2.0},"18":{"tf":1.0},"201":{"tf":1.0},"209":{"tf":1.7320508075688772},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"243":{"tf":1.0},"274":{"tf":2.23606797749979},"275":{"tf":1.0},"280":{"tf":1.4142135623730951},"306":{"tf":1.0},"75":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":4,"docs":{"138":{"tf":1.0},"140":{"tf":1.0},"206":{"tf":1.0},"324":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"138":{"tf":1.0}}},"y":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"386":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"139":{"tf":1.0}}}},"df":0,"docs":{}}}}},"m":{"df":0,"docs":{},"e":{"df":22,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"117":{"tf":1.0},"137":{"tf":1.7320508075688772},"148":{"tf":1.4142135623730951},"150":{"tf":1.0},"169":{"tf":1.0},"173":{"tf":1.0},"182":{"tf":1.0},"193":{"tf":1.4142135623730951},"213":{"tf":1.0},"227":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"28":{"tf":1.4142135623730951},"3":{"tf":1.0},"385":{"tf":1.4142135623730951},"386":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0},"76":{"tf":1.0},"90":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":7,"docs":{"123":{"tf":1.0},"299":{"tf":1.0},"3":{"tf":1.0},"319":{"tf":1.0},"385":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"223":{"tf":1.0},"229":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"101":{"tf":1.4142135623730951},"124":{"tf":1.0},"137":{"tf":1.4142135623730951}}}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":8,"docs":{"117":{"tf":1.0},"122":{"tf":1.0},"163":{"tf":1.0},"166":{"tf":1.0},"227":{"tf":1.0},"27":{"tf":1.0},"276":{"tf":1.0},"90":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":8,"docs":{"122":{"tf":1.4142135623730951},"151":{"tf":1.0},"32":{"tf":1.0},"4":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.4142135623730951},"90":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"205":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"205":{"tf":1.0}},"y":{"(":{")":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"205":{"tf":1.0}}}}}},"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":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"210":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"40":{"tf":1.0}}}},"df":0,"docs":{}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":26,"docs":{"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"151":{"tf":1.0},"19":{"tf":1.0},"207":{"tf":1.4142135623730951},"213":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"339":{"tf":1.0},"340":{"tf":1.0},"344":{"tf":1.0},"349":{"tf":1.0},"350":{"tf":1.0},"39":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.0},"74":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.4142135623730951},"90":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"(":{"df":0,"docs":{},"|":{"df":0,"docs":{},"t":{"df":46,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.4142135623730951},"102":{"tf":1.0},"104":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"151":{"tf":1.0},"183":{"tf":1.0},"19":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"198":{"tf":1.0},"207":{"tf":1.0},"21":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"32":{"tf":1.0},"340":{"tf":1.0},"341":{"tf":1.0},"342":{"tf":1.0},"343":{"tf":1.0},"344":{"tf":1.0},"345":{"tf":1.0},"346":{"tf":1.0},"347":{"tf":1.0},"349":{"tf":1.0},"350":{"tf":1.0},"361":{"tf":1.0},"364":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.4142135623730951},"78":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951},"90":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"1":{"df":8,"docs":{"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"269":{"tf":1.0},"28":{"tf":1.0},"53":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":10,"docs":{"115":{"tf":1.7320508075688772},"130":{"tf":1.0},"135":{"tf":1.0},"213":{"tf":1.0},"216":{"tf":1.0},"339":{"tf":1.0},"344":{"tf":1.0},"36":{"tf":1.0},"51":{"tf":1.0},"68":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":162,"docs":{"0":{"tf":1.0},"1":{"tf":1.4142135623730951},"10":{"tf":1.0},"102":{"tf":1.7320508075688772},"11":{"tf":1.0},"114":{"tf":2.0},"115":{"tf":2.23606797749979},"116":{"tf":1.0},"117":{"tf":2.23606797749979},"12":{"tf":1.0},"120":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.4142135623730951},"124":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.4142135623730951},"13":{"tf":1.0},"131":{"tf":1.4142135623730951},"136":{"tf":1.0},"138":{"tf":1.4142135623730951},"14":{"tf":2.0},"140":{"tf":1.0},"143":{"tf":1.4142135623730951},"145":{"tf":2.0},"147":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"149":{"tf":2.0},"15":{"tf":1.4142135623730951},"150":{"tf":1.4142135623730951},"151":{"tf":1.7320508075688772},"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.7320508075688772},"158":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"166":{"tf":1.0},"175":{"tf":1.4142135623730951},"178":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"19":{"tf":1.7320508075688772},"192":{"tf":2.6457513110645907},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"2":{"tf":1.4142135623730951},"205":{"tf":2.0},"212":{"tf":1.4142135623730951},"213":{"tf":2.23606797749979},"214":{"tf":1.4142135623730951},"218":{"tf":1.4142135623730951},"220":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.0},"228":{"tf":1.4142135623730951},"229":{"tf":1.4142135623730951},"230":{"tf":1.0},"233":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.4142135623730951},"273":{"tf":1.0},"276":{"tf":1.0},"28":{"tf":1.7320508075688772},"3":{"tf":1.0},"314":{"tf":1.0},"32":{"tf":2.0},"326":{"tf":1.0},"33":{"tf":1.0},"336":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.0},"347":{"tf":1.0},"351":{"tf":1.7320508075688772},"352":{"tf":1.4142135623730951},"353":{"tf":1.0},"354":{"tf":1.4142135623730951},"355":{"tf":1.0},"356":{"tf":1.0},"357":{"tf":1.0},"358":{"tf":1.0},"359":{"tf":1.0},"36":{"tf":1.7320508075688772},"360":{"tf":1.0},"361":{"tf":1.4142135623730951},"362":{"tf":1.4142135623730951},"363":{"tf":1.0},"364":{"tf":1.4142135623730951},"365":{"tf":1.0},"366":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":1.0},"370":{"tf":1.0},"371":{"tf":1.0},"372":{"tf":1.0},"373":{"tf":1.0},"374":{"tf":1.0},"375":{"tf":1.7320508075688772},"376":{"tf":1.0},"377":{"tf":1.0},"378":{"tf":1.0},"379":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"380":{"tf":1.0},"381":{"tf":1.0},"382":{"tf":1.0},"383":{"tf":1.0},"384":{"tf":1.0},"385":{"tf":1.7320508075688772},"386":{"tf":2.23606797749979},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":2.23606797749979},"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.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":2.23606797749979},"66":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":2.23606797749979},"76":{"tf":1.4142135623730951},"77":{"tf":1.7320508075688772},"78":{"tf":1.4142135623730951},"79":{"tf":1.0},"80":{"tf":1.7320508075688772},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":2.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.4142135623730951},"87":{"tf":1.7320508075688772},"88":{"tf":1.7320508075688772},"89":{"tf":2.23606797749979},"90":{"tf":2.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.7320508075688772},"96":{"tf":1.7320508075688772},"97":{"tf":1.0}},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"[":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"35":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"161":{"tf":1.0},"283":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"155":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"m":{"a":{"df":4,"docs":{"232":{"tf":1.4142135623730951},"307":{"tf":1.0},"355":{"tf":1.0},"381":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":5,"docs":{"102":{"tf":1.0},"185":{"tf":1.0},"190":{"tf":1.0},"200":{"tf":1.0},"351":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"138":{"tf":1.7320508075688772}}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"73":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":29,"docs":{"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"226":{"tf":1.0},"232":{"tf":1.0},"234":{"tf":1.4142135623730951},"239":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":2.0},"250":{"tf":1.0},"279":{"tf":1.4142135623730951},"28":{"tf":1.0},"287":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.7320508075688772},"305":{"tf":1.0},"307":{"tf":1.7320508075688772},"351":{"tf":1.0},"355":{"tf":1.7320508075688772},"381":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0},"66":{"tf":1.7320508075688772},"69":{"tf":1.0},"70":{"tf":1.7320508075688772},"72":{"tf":1.4142135623730951}},"s":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":10,"docs":{"250":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"264":{"tf":1.0},"274":{"tf":1.0},"28":{"tf":1.0},"297":{"tf":1.0},"359":{"tf":1.0},"383":{"tf":1.0},"43":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":10,"docs":{"232":{"tf":1.0},"251":{"tf":1.0},"257":{"tf":1.0},"264":{"tf":1.0},"274":{"tf":1.0},"28":{"tf":1.0},"303":{"tf":1.0},"359":{"tf":1.0},"383":{"tf":1.0},"43":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"/":{"d":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"327":{"tf":1.0},"360":{"tf":1.0}}}},"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":{},"s":{"/":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"251":{"tf":1.0},"253":{"tf":1.4142135623730951},"351":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"d":{"df":1,"docs":{"252":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":54,"docs":{"100":{"tf":1.0},"122":{"tf":1.4142135623730951},"126":{"tf":1.0},"151":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"19":{"tf":1.0},"232":{"tf":1.0},"234":{"tf":1.0},"239":{"tf":1.0},"246":{"tf":1.0},"248":{"tf":1.7320508075688772},"250":{"tf":2.0},"251":{"tf":1.4142135623730951},"255":{"tf":1.0},"261":{"tf":1.0},"268":{"tf":1.7320508075688772},"27":{"tf":1.0},"270":{"tf":1.0},"274":{"tf":1.4142135623730951},"279":{"tf":1.4142135623730951},"28":{"tf":1.0},"290":{"tf":1.0},"295":{"tf":1.0},"297":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"304":{"tf":1.4142135623730951},"307":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"331":{"tf":1.0},"332":{"tf":1.0},"333":{"tf":1.0},"351":{"tf":1.0},"355":{"tf":1.0},"356":{"tf":1.0},"357":{"tf":1.0},"358":{"tf":1.0},"359":{"tf":1.0},"368":{"tf":1.0},"383":{"tf":1.0},"384":{"tf":1.0},"39":{"tf":1.0},"44":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":15,"docs":{"100":{"tf":1.4142135623730951},"119":{"tf":1.0},"232":{"tf":1.0},"239":{"tf":1.0},"258":{"tf":1.0},"261":{"tf":1.4142135623730951},"267":{"tf":1.7320508075688772},"28":{"tf":1.7320508075688772},"298":{"tf":1.0},"326":{"tf":2.6457513110645907},"327":{"tf":1.7320508075688772},"332":{"tf":1.4142135623730951},"356":{"tf":1.0},"384":{"tf":1.0},"44":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"d":{"df":0,"docs":{},"p":{"df":1,"docs":{"304":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":29,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.0},"117":{"tf":1.0},"119":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.4142135623730951},"169":{"tf":1.0},"175":{"tf":1.0},"25":{"tf":1.0},"250":{"tf":1.0},"255":{"tf":1.0},"260":{"tf":1.0},"266":{"tf":1.0},"295":{"tf":1.4142135623730951},"301":{"tf":1.0},"304":{"tf":2.8284271247461903},"305":{"tf":1.0},"346":{"tf":1.0},"362":{"tf":1.0},"364":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.4142135623730951},"50":{"tf":2.0},"53":{"tf":1.0},"79":{"tf":1.0},"81":{"tf":1.4142135623730951},"85":{"tf":2.0},"86":{"tf":2.0},"95":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":8,"docs":{"11":{"tf":1.0},"202":{"tf":1.0},"219":{"tf":1.0},"221":{"tf":1.4142135623730951},"222":{"tf":1.0},"229":{"tf":1.0},"337":{"tf":1.7320508075688772},"353":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"d":{"df":17,"docs":{"100":{"tf":1.7320508075688772},"107":{"tf":1.0},"115":{"tf":1.0},"120":{"tf":1.0},"162":{"tf":1.0},"19":{"tf":1.0},"192":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.7320508075688772},"340":{"tf":1.0},"341":{"tf":1.0},"342":{"tf":1.0},"361":{"tf":1.7320508075688772},"372":{"tf":1.0},"378":{"tf":1.4142135623730951},"385":{"tf":1.0},"79":{"tf":1.0}}},"df":49,"docs":{"114":{"tf":1.4142135623730951},"121":{"tf":1.0},"124":{"tf":1.0},"131":{"tf":1.0},"137":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"15":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.4142135623730951},"158":{"tf":1.0},"16":{"tf":1.4142135623730951},"176":{"tf":1.0},"177":{"tf":1.0},"19":{"tf":1.0},"192":{"tf":1.0},"201":{"tf":1.4142135623730951},"203":{"tf":1.0},"208":{"tf":1.4142135623730951},"218":{"tf":1.0},"250":{"tf":1.0},"273":{"tf":1.0},"29":{"tf":1.0},"314":{"tf":1.4142135623730951},"317":{"tf":1.0},"32":{"tf":1.0},"324":{"tf":1.0},"327":{"tf":1.0},"328":{"tf":1.0},"334":{"tf":1.7320508075688772},"351":{"tf":1.0},"353":{"tf":1.0},"354":{"tf":1.0},"355":{"tf":1.0},"356":{"tf":1.0},"357":{"tf":1.0},"358":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":1.0},"361":{"tf":1.0},"362":{"tf":1.0},"363":{"tf":1.0},"364":{"tf":1.0},"365":{"tf":1.0},"37":{"tf":1.0},"384":{"tf":1.0},"47":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0}},"n":{"df":1,"docs":{"137":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":10,"docs":{"120":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"137":{"tf":1.0},"138":{"tf":1.7320508075688772},"147":{"tf":1.0},"177":{"tf":1.0},"182":{"tf":1.0},"295":{"tf":1.4142135623730951},"305":{"tf":1.0},"307":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"323":{"tf":1.7320508075688772},"368":{"tf":2.0},"371":{"tf":1.0}}}}}},"df":0,"docs":{}},"f":{".":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"_":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"204":{"tf":1.4142135623730951}},"e":{".":{"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":{"(":{"0":{"df":1,"docs":{"204":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"171":{"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":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"204":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"171":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"207":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":1,"docs":{"210":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"207":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"172":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"p":{"2":{"df":0,"docs":{},"p":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"206":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"207":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"205":{"tf":1.0},"218":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":12,"docs":{"115":{"tf":1.0},"171":{"tf":1.4142135623730951},"203":{"tf":2.0},"204":{"tf":2.0},"205":{"tf":1.4142135623730951},"206":{"tf":1.7320508075688772},"207":{"tf":3.1622776601683795},"210":{"tf":1.7320508075688772},"211":{"tf":1.7320508075688772},"216":{"tf":2.6457513110645907},"217":{"tf":2.0},"287":{"tf":1.4142135623730951}}}},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"169":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"d":{"df":1,"docs":{"179":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"194":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":2,"docs":{"124":{"tf":1.0},"139":{"tf":1.0}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":10,"docs":{"117":{"tf":1.0},"122":{"tf":1.0},"250":{"tf":1.0},"282":{"tf":1.0},"318":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.7320508075688772},"54":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"369":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"204":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"213":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"66":{"tf":1.0},"70":{"tf":1.0}}}},"i":{"c":{"df":9,"docs":{"10":{"tf":1.0},"160":{"tf":1.0},"299":{"tf":1.7320508075688772},"305":{"tf":1.0},"319":{"tf":1.7320508075688772},"352":{"tf":1.0},"360":{"tf":1.0},"386":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":64,"docs":{"100":{"tf":1.4142135623730951},"119":{"tf":1.0},"121":{"tf":1.0},"137":{"tf":1.0},"14":{"tf":1.0},"140":{"tf":1.4142135623730951},"15":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.7320508075688772},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"191":{"tf":1.0},"221":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"240":{"tf":1.0},"245":{"tf":1.4142135623730951},"246":{"tf":1.0},"247":{"tf":1.0},"250":{"tf":1.0},"255":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"266":{"tf":1.0},"274":{"tf":2.0},"278":{"tf":1.7320508075688772},"287":{"tf":1.0},"290":{"tf":1.0},"294":{"tf":1.4142135623730951},"298":{"tf":1.7320508075688772},"301":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.4142135623730951},"307":{"tf":1.4142135623730951},"316":{"tf":1.4142135623730951},"318":{"tf":1.0},"32":{"tf":1.0},"322":{"tf":1.4142135623730951},"327":{"tf":1.0},"351":{"tf":1.0},"354":{"tf":1.0},"357":{"tf":1.7320508075688772},"359":{"tf":1.0},"362":{"tf":1.4142135623730951},"365":{"tf":1.4142135623730951},"367":{"tf":2.0},"373":{"tf":1.0},"377":{"tf":1.0},"380":{"tf":1.0},"383":{"tf":1.4142135623730951},"386":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.7320508075688772},"47":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"65":{"tf":1.0},"76":{"tf":1.0},"8":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"95":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"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":{"228":{"tf":1.0}}}}}}}}}}}}}},"df":54,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"160":{"tf":1.0},"164":{"tf":1.0},"19":{"tf":1.4142135623730951},"220":{"tf":1.0},"222":{"tf":1.0},"227":{"tf":1.4142135623730951},"228":{"tf":1.7320508075688772},"229":{"tf":1.4142135623730951},"230":{"tf":1.7320508075688772},"231":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.4142135623730951},"246":{"tf":1.0},"247":{"tf":1.7320508075688772},"248":{"tf":1.0},"250":{"tf":1.4142135623730951},"255":{"tf":1.0},"258":{"tf":1.4142135623730951},"261":{"tf":1.0},"262":{"tf":1.0},"270":{"tf":1.4142135623730951},"273":{"tf":1.0},"274":{"tf":1.0},"279":{"tf":1.0},"28":{"tf":1.4142135623730951},"298":{"tf":1.0},"314":{"tf":1.4142135623730951},"323":{"tf":1.0},"334":{"tf":1.4142135623730951},"351":{"tf":1.4142135623730951},"352":{"tf":1.0},"356":{"tf":1.0},"368":{"tf":1.0},"381":{"tf":1.0},"384":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951},"66":{"tf":1.7320508075688772},"70":{"tf":1.0},"72":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"31":{"tf":1.0},"354":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":20,"docs":{"1":{"tf":1.0},"115":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"145":{"tf":1.0},"150":{"tf":1.0},"188":{"tf":1.0},"192":{"tf":1.0},"209":{"tf":1.0},"32":{"tf":1.0},"38":{"tf":1.0},"386":{"tf":1.0},"48":{"tf":1.0},"57":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"76":{"tf":1.4142135623730951},"78":{"tf":1.7320508075688772},"92":{"tf":1.0},"94":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":13,"docs":{"118":{"tf":1.4142135623730951},"161":{"tf":1.0},"163":{"tf":1.0},"167":{"tf":1.0},"192":{"tf":1.0},"210":{"tf":1.0},"213":{"tf":1.0},"252":{"tf":1.0},"273":{"tf":1.0},"304":{"tf":1.0},"65":{"tf":1.0},"89":{"tf":1.4142135623730951},"95":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"336":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"246":{"tf":1.0},"294":{"tf":1.0},"354":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"139":{"tf":1.0}}}},"p":{"df":1,"docs":{"19":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"118":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":7,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"104":{"tf":1.0},"352":{"tf":1.0},"364":{"tf":1.7320508075688772},"385":{"tf":1.0},"53":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"117":{"tf":1.0},"121":{"tf":1.0},"364":{"tf":1.0}}}}}},"w":{"df":12,"docs":{"126":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.0},"202":{"tf":1.0},"209":{"tf":1.0},"251":{"tf":1.0},"275":{"tf":1.0},"322":{"tf":1.0},"353":{"tf":1.0},"355":{"tf":1.0},"368":{"tf":1.0},"75":{"tf":1.0}},"n":{"df":1,"docs":{"179":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"235":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"c":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"138":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":16,"docs":{"119":{"tf":1.0},"125":{"tf":1.4142135623730951},"175":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"228":{"tf":1.0},"329":{"tf":1.0},"38":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.7320508075688772},"52":{"tf":2.0},"54":{"tf":1.0},"58":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.4142135623730951}},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"329":{"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":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"137":{"tf":1.0},"177":{"tf":1.0},"337":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"324":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"18":{"tf":1.0},"244":{"tf":1.0},"259":{"tf":1.4142135623730951},"303":{"tf":1.0},"351":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"127":{"tf":1.4142135623730951},"210":{"tf":1.4142135623730951}},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"127":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":1,"docs":{"173":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"123":{"tf":1.0}}}}},"i":{"df":1,"docs":{"324":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":3,"docs":{"19":{"tf":1.0},"36":{"tf":1.0},"63":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"188":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"102":{"tf":1.0}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":4,"docs":{"1":{"tf":1.0},"160":{"tf":1.0},"38":{"tf":1.0},"57":{"tf":1.0}}}}},"t":{"df":1,"docs":{"65":{"tf":1.0}}},"x":{"df":2,"docs":{"14":{"tf":1.0},"55":{"tf":1.0}}},"z":{"df":0,"docs":{},"e":{"df":11,"docs":{"117":{"tf":1.0},"119":{"tf":1.4142135623730951},"137":{"tf":1.4142135623730951},"140":{"tf":1.0},"19":{"tf":1.0},"216":{"tf":1.4142135623730951},"217":{"tf":1.0},"23":{"tf":1.0},"343":{"tf":1.0},"362":{"tf":1.0},"52":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"138":{"tf":1.0},"139":{"tf":2.449489742783178}}}},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"131":{"tf":1.0}}},"p":{"df":6,"docs":{"102":{"tf":1.0},"169":{"tf":1.0},"171":{"tf":1.0},"251":{"tf":2.0},"252":{"tf":1.0},"297":{"tf":1.7320508075688772}}}}},"l":{"df":0,"docs":{},"o":{"df":2,"docs":{"188":{"tf":1.0},"189":{"tf":1.0}},"t":{"_":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"139":{"tf":1.0},"53":{"tf":1.0}}}}},"df":0,"docs":{}},"df":10,"docs":{"137":{"tf":1.4142135623730951},"214":{"tf":1.0},"25":{"tf":1.4142135623730951},"305":{"tf":1.4142135623730951},"364":{"tf":1.0},"385":{"tf":2.0},"386":{"tf":1.7320508075688772},"50":{"tf":2.8284271247461903},"53":{"tf":2.449489742783178},"86":{"tf":1.4142135623730951}}},"w":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"18":{"tf":1.0},"351":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":3,"docs":{"251":{"tf":1.0},"287":{"tf":1.0},"304":{"tf":1.0}}}}}},"df":1,"docs":{"304":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":9,"docs":{"100":{"tf":1.0},"102":{"tf":1.0},"175":{"tf":1.0},"304":{"tf":1.0},"352":{"tf":1.0},"354":{"tf":1.0},"377":{"tf":1.0},"380":{"tf":1.0},"50":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"101":{"tf":1.0},"163":{"tf":1.0},"244":{"tf":1.0},"259":{"tf":1.0},"273":{"tf":1.0},"276":{"tf":1.0},"283":{"tf":1.0},"286":{"tf":1.0},"303":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"164":{"tf":1.0},"273":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"l":{"df":1,"docs":{"89":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":7,"docs":{"117":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"143":{"tf":1.0},"251":{"tf":1.0},"31":{"tf":1.0},"95":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":21,"docs":{"115":{"tf":1.0},"120":{"tf":1.0},"123":{"tf":1.0},"127":{"tf":1.0},"143":{"tf":1.0},"145":{"tf":1.4142135623730951},"146":{"tf":2.0},"159":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"166":{"tf":1.0},"194":{"tf":1.0},"212":{"tf":1.0},"227":{"tf":1.0},"243":{"tf":1.0},"251":{"tf":1.4142135623730951},"273":{"tf":1.0},"274":{"tf":1.7320508075688772},"282":{"tf":1.0},"352":{"tf":1.0},"385":{"tf":1.4142135623730951}}}}}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":4,"docs":{"204":{"tf":1.0},"211":{"tf":1.0},"55":{"tf":1.0},"59":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"o":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"123":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"251":{"tf":1.0}}}},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"12":{"tf":1.0},"336":{"tf":1.0}}}},"v":{"df":1,"docs":{"31":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"(":{"a":{"df":0,"docs":{},"r":{"c":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":1,"docs":{"205":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"171":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"x":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"205":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"178":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"204":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":1,"docs":{"172":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"205":{"tf":1.0}}}}}}}}}},"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"216":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"207":{"tf":2.23606797749979}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"207":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"207":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"149":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":4,"docs":{"126":{"tf":1.0},"131":{"tf":1.0},"381":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"253":{"tf":1.0},"351":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"m":{"df":1,"docs":{"138":{"tf":1.0}}},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"373":{"tf":1.0}}}},"w":{"df":0,"docs":{},"n":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"205":{"tf":1.0}},"e":{"d":{"(":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"205":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"49":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":12,"docs":{"171":{"tf":1.0},"19":{"tf":1.0},"205":{"tf":1.7320508075688772},"23":{"tf":1.0},"316":{"tf":1.0},"357":{"tf":1.4142135623730951},"36":{"tf":1.0},"386":{"tf":1.0},"39":{"tf":1.0},"58":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"206":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":38,"docs":{"105":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"125":{"tf":1.0},"137":{"tf":1.0},"14":{"tf":1.0},"166":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"176":{"tf":1.0},"184":{"tf":1.0},"223":{"tf":1.0},"225":{"tf":1.0},"227":{"tf":1.0},"261":{"tf":1.4142135623730951},"267":{"tf":1.0},"284":{"tf":1.4142135623730951},"286":{"tf":1.0},"292":{"tf":1.0},"295":{"tf":1.0},"298":{"tf":1.0},"301":{"tf":1.7320508075688772},"302":{"tf":1.7320508075688772},"303":{"tf":1.0},"314":{"tf":1.0},"322":{"tf":1.0},"323":{"tf":1.4142135623730951},"334":{"tf":1.0},"363":{"tf":1.0},"368":{"tf":1.0},"386":{"tf":1.0},"387":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.0},"61":{"tf":1.0},"73":{"tf":1.0}},"i":{"df":5,"docs":{"124":{"tf":1.0},"274":{"tf":1.0},"323":{"tf":1.0},"386":{"tf":1.4142135623730951},"60":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":4,"docs":{"158":{"tf":1.0},"164":{"tf":1.0},"175":{"tf":1.0},"280":{"tf":1.0}},"—":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"352":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":2,"docs":{"246":{"tf":1.0},"354":{"tf":1.0}}}},"n":{"df":2,"docs":{"138":{"tf":1.0},"140":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":7,"docs":{"139":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.0},"282":{"tf":1.7320508075688772},"65":{"tf":1.0},"78":{"tf":1.0},"92":{"tf":1.0}}}}}},"r":{"c":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"66":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"134":{"tf":1.0},"386":{"tf":1.0}}}},"l":{"df":6,"docs":{"137":{"tf":1.0},"138":{"tf":1.0},"181":{"tf":1.0},"19":{"tf":1.0},"318":{"tf":1.0},"367":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":5,"docs":{"100":{"tf":1.0},"298":{"tf":1.0},"381":{"tf":1.0},"66":{"tf":1.0},"70":{"tf":1.0}}}}},"df":13,"docs":{"125":{"tf":1.0},"160":{"tf":1.0},"164":{"tf":1.0},"227":{"tf":1.0},"28":{"tf":1.0},"305":{"tf":1.4142135623730951},"326":{"tf":1.4142135623730951},"327":{"tf":1.4142135623730951},"332":{"tf":1.0},"360":{"tf":1.4142135623730951},"45":{"tf":1.7320508075688772},"62":{"tf":1.0},"66":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":2,"docs":{"100":{"tf":1.0},"101":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"137":{"tf":1.4142135623730951},"352":{"tf":1.4142135623730951}}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"_":{"d":{"a":{"_":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"df":1,"docs":{"118":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"118":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"r":{"df":1,"docs":{"118":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":4,"docs":{"115":{"tf":1.0},"118":{"tf":1.4142135623730951},"138":{"tf":1.0},"352":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"_":{"3":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"_":{"2":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":4,"docs":{"123":{"tf":1.0},"21":{"tf":1.0},"340":{"tf":1.0},"78":{"tf":1.0}},"t":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":6,"docs":{"172":{"tf":1.0},"178":{"tf":1.0},"203":{"tf":1.0},"207":{"tf":1.0},"210":{"tf":1.0},"216":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"172":{"tf":1.0}}}}},"df":0,"docs":{}},"[":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"165":{"tf":1.0}}}}},"_":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"175":{"tf":1.0},"204":{"tf":1.4142135623730951},"211":{"tf":1.0}},"e":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"171":{"tf":1.0},"204":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"171":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":48,"docs":{"0":{"tf":1.0},"104":{"tf":1.4142135623730951},"115":{"tf":1.0},"117":{"tf":1.4142135623730951},"12":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"131":{"tf":1.0},"150":{"tf":1.0},"160":{"tf":1.0},"162":{"tf":1.0},"169":{"tf":1.0},"172":{"tf":1.7320508075688772},"175":{"tf":1.0},"188":{"tf":1.0},"19":{"tf":1.0},"192":{"tf":1.0},"203":{"tf":1.7320508075688772},"204":{"tf":1.4142135623730951},"210":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.4142135623730951},"225":{"tf":1.0},"226":{"tf":1.0},"245":{"tf":1.0},"250":{"tf":1.4142135623730951},"326":{"tf":1.0},"332":{"tf":1.0},"354":{"tf":1.4142135623730951},"356":{"tf":1.0},"358":{"tf":2.0},"359":{"tf":1.4142135623730951},"360":{"tf":1.0},"361":{"tf":1.0},"362":{"tf":1.0},"364":{"tf":1.0},"370":{"tf":1.0},"371":{"tf":1.0},"372":{"tf":1.0},"38":{"tf":1.0},"386":{"tf":1.4142135623730951},"55":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"71":{"tf":1.4142135623730951},"95":{"tf":1.0}},"e":{"d":{"\\":{"df":0,"docs":{},"|":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"104":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"p":{"df":5,"docs":{"117":{"tf":1.0},"273":{"tf":1.4142135623730951},"352":{"tf":1.0},"360":{"tf":1.0},"380":{"tf":1.0}}}}}},"t":{"df":4,"docs":{"113":{"tf":1.0},"122":{"tf":1.0},"174":{"tf":1.0},"176":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"19":{"tf":1.0}}}}}},"<":{"b":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}},"df":11,"docs":{"117":{"tf":1.0},"122":{"tf":1.0},"137":{"tf":2.0},"142":{"tf":2.23606797749979},"150":{"tf":1.0},"173":{"tf":1.0},"204":{"tf":1.0},"386":{"tf":1.7320508075688772},"52":{"tf":1.7320508075688772},"59":{"tf":1.4142135623730951},"62":{"tf":1.0}}},"i":{"c":{"df":4,"docs":{"171":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"305":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"119":{"tf":1.0},"169":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.7320508075688772}}}}},"s":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"174":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"u":{"df":3,"docs":{"362":{"tf":1.0},"371":{"tf":1.4142135623730951},"47":{"tf":1.0}}}},"y":{"df":7,"docs":{"101":{"tf":1.0},"115":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.4142135623730951},"188":{"tf":1.0},"211":{"tf":1.4142135623730951},"385":{"tf":1.0}}}},"d":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{":":{":":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"(":{"\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"z":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"122":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"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":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{":":{":":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"210":{"tf":1.4142135623730951},"211":{"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":{},"m":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"6":{"4":{"df":1,"docs":{"101":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{":":{":":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":29,"docs":{"102":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"151":{"tf":1.0},"183":{"tf":1.0},"19":{"tf":1.0},"194":{"tf":1.0},"198":{"tf":1.0},"25":{"tf":1.0},"339":{"tf":1.0},"344":{"tf":1.0},"346":{"tf":1.0},"350":{"tf":1.0},"364":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":1,"docs":{"195":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":6,"docs":{"260":{"tf":1.4142135623730951},"266":{"tf":1.0},"302":{"tf":1.0},"323":{"tf":1.0},"367":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"137":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"_":{"1":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"2":{"_":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"3":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"4":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"5":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"25":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"6":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"_":{"a":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":24,"docs":{"114":{"tf":1.4142135623730951},"115":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"229":{"tf":1.0},"248":{"tf":1.0},"251":{"tf":1.0},"271":{"tf":1.4142135623730951},"274":{"tf":2.0},"29":{"tf":1.4142135623730951},"292":{"tf":1.4142135623730951},"304":{"tf":1.0},"77":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951},"79":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":6,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"104":{"tf":1.0},"251":{"tf":1.0},"365":{"tf":1.0},"385":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"p":{"df":8,"docs":{"150":{"tf":1.0},"188":{"tf":1.0},"192":{"tf":1.0},"360":{"tf":1.0},"386":{"tf":1.0},"55":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"101":{"tf":1.0},"169":{"tf":1.0},"276":{"tf":1.0},"351":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"153":{"tf":1.0},"298":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":4,"docs":{"121":{"tf":1.0},"220":{"tf":1.0},"274":{"tf":1.0},"7":{"tf":1.0}}}}}}},"df":10,"docs":{"171":{"tf":1.0},"172":{"tf":1.0},"178":{"tf":1.0},"203":{"tf":1.4142135623730951},"204":{"tf":1.0},"207":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":6,"docs":{"168":{"tf":1.0},"169":{"tf":1.0},"322":{"tf":1.0},"323":{"tf":1.4142135623730951},"368":{"tf":1.4142135623730951},"386":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":6,"docs":{"122":{"tf":1.4142135623730951},"129":{"tf":1.0},"132":{"tf":1.0},"138":{"tf":1.0},"141":{"tf":1.0},"23":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"124":{"tf":1.0},"192":{"tf":1.0},"304":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"t":{"df":13,"docs":{"112":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"178":{"tf":1.0},"203":{"tf":1.4142135623730951},"204":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.4142135623730951},"210":{"tf":1.0},"211":{"tf":1.0},"216":{"tf":1.7320508075688772},"217":{"tf":1.0},"218":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"r":{"df":6,"docs":{"11":{"tf":1.4142135623730951},"137":{"tf":1.0},"229":{"tf":1.4142135623730951},"66":{"tf":1.0},"75":{"tf":1.0},"87":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"u":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"365":{"tf":1.0}}}},"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":10,"docs":{"125":{"tf":1.0},"143":{"tf":1.0},"163":{"tf":1.7320508075688772},"165":{"tf":1.7320508075688772},"193":{"tf":1.4142135623730951},"198":{"tf":1.4142135623730951},"2":{"tf":2.0},"35":{"tf":2.23606797749979},"37":{"tf":1.4142135623730951},"55":{"tf":2.449489742783178}}}}}},"u":{"b":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":3,"docs":{"163":{"tf":1.7320508075688772},"35":{"tf":2.23606797749979},"55":{"tf":2.449489742783178}}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":5,"docs":{"101":{"tf":1.0},"128":{"tf":1.0},"137":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0}}}},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"49":{"tf":1.0}}}}},"df":10,"docs":{"10":{"tf":1.4142135623730951},"100":{"tf":1.4142135623730951},"137":{"tf":2.0},"142":{"tf":1.0},"203":{"tf":1.0},"361":{"tf":1.0},"386":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.0},"85":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":9,"docs":{"119":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":2.0},"171":{"tf":1.0},"172":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":2.23606797749979},"176":{"tf":1.7320508075688772},"59":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"137":{"tf":1.0},"138":{"tf":1.0}}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":5,"docs":{"10":{"tf":1.0},"23":{"tf":1.0},"299":{"tf":1.0},"319":{"tf":1.0},"386":{"tf":1.0}}}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"145":{"tf":1.0},"147":{"tf":1.0}},"s":{"df":0,"docs":{},"s":{"df":18,"docs":{"1":{"tf":1.0},"192":{"tf":1.0},"2":{"tf":1.0},"214":{"tf":1.0},"24":{"tf":1.4142135623730951},"274":{"tf":2.0},"294":{"tf":1.0},"32":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"93":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"140":{"tf":1.0},"371":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{},"h":{"df":2,"docs":{"357":{"tf":1.4142135623730951},"359":{"tf":1.0}}}},"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"358":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":4,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"365":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{},"x":{"df":2,"docs":{"318":{"tf":1.4142135623730951},"367":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}},"df":5,"docs":{"115":{"tf":1.0},"161":{"tf":1.0},"19":{"tf":1.0},"75":{"tf":1.0},"87":{"tf":1.4142135623730951}}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":5,"docs":{"132":{"tf":1.4142135623730951},"274":{"tf":1.0},"317":{"tf":1.0},"365":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"p":{"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":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"335":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"i":{"df":2,"docs":{"142":{"tf":1.0},"167":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"[":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":28,"docs":{"102":{"tf":2.23606797749979},"130":{"tf":1.0},"135":{"tf":1.0},"138":{"tf":1.4142135623730951},"140":{"tf":1.0},"144":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"163":{"tf":1.7320508075688772},"177":{"tf":1.7320508075688772},"178":{"tf":1.7320508075688772},"182":{"tf":1.4142135623730951},"186":{"tf":1.0},"187":{"tf":1.7320508075688772},"193":{"tf":1.0},"205":{"tf":1.0},"218":{"tf":1.0},"227":{"tf":2.449489742783178},"244":{"tf":1.0},"261":{"tf":1.4142135623730951},"270":{"tf":1.0},"298":{"tf":1.0},"35":{"tf":2.0},"352":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"379":{"tf":1.4142135623730951}}}}}}},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":4,"docs":{"139":{"tf":1.0},"143":{"tf":1.0},"179":{"tf":1.4142135623730951},"180":{"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":{"120":{"tf":1.0},"63":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"102":{"tf":1.0},"80":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.4142135623730951}},"e":{"d":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"134":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"p":{"df":3,"docs":{"125":{"tf":1.0},"28":{"tf":1.0},"385":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"260":{"tf":1.0}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":13,"docs":{"337":{"tf":1.0},"352":{"tf":1.7320508075688772},"354":{"tf":1.0},"355":{"tf":1.0},"356":{"tf":1.0},"357":{"tf":1.0},"358":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":1.0},"361":{"tf":1.0},"362":{"tf":1.0},"363":{"tf":1.0},"364":{"tf":1.0}}}}}}},"n":{"c":{"df":5,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"179":{"tf":1.0},"66":{"tf":1.0},"70":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"137":{"tf":1.0},"385":{"tf":1.0},"50":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"138":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"358":{"tf":1.0}}}}},"df":20,"docs":{"1":{"tf":1.0},"104":{"tf":1.0},"125":{"tf":1.0},"130":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.4142135623730951},"18":{"tf":1.0},"192":{"tf":1.0},"2":{"tf":1.0},"287":{"tf":1.0},"31":{"tf":1.0},"351":{"tf":1.0},"354":{"tf":1.0},"38":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":2.23606797749979},"52":{"tf":1.4142135623730951},"61":{"tf":1.0},"80":{"tf":1.0}}}}}}}},"t":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"(":{")":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"1":{")":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"0":{")":{")":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"347":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":5,"docs":{"341":{"tf":1.0},"342":{"tf":1.0},"345":{"tf":1.0},"346":{"tf":1.0},"349":{"tf":1.0}}},"1":{"df":3,"docs":{"19":{"tf":1.0},"207":{"tf":1.0},"343":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{")":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"0":{"df":1,"docs":{"128":{"tf":1.0}}},"1":{"df":6,"docs":{"183":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{")":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"0":{"df":3,"docs":{"127":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0}}},"1":{"df":7,"docs":{"100":{"tf":1.4142135623730951},"104":{"tf":1.0},"112":{"tf":1.0},"151":{"tf":1.0},"361":{"tf":1.0},"364":{"tf":1.0},"88":{"tf":1.0}}},"2":{"df":12,"docs":{"101":{"tf":1.4142135623730951},"102":{"tf":1.0},"111":{"tf":1.0},"129":{"tf":1.0},"133":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"198":{"tf":1.0},"344":{"tf":1.0},"350":{"tf":1.0},"40":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{")":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"2":{"df":3,"docs":{"130":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{")":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"3":{"df":1,"docs":{"89":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":7,"docs":{"21":{"tf":1.0},"32":{"tf":1.0},"340":{"tf":1.0},"4":{"tf":1.0},"78":{"tf":1.0},"83":{"tf":1.0},"90":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"n":{")":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"m":{"df":1,"docs":{"40":{"tf":1.0}}}},"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":{},"g":{"df":11,"docs":{"121":{"tf":1.0},"232":{"tf":1.4142135623730951},"260":{"tf":1.0},"264":{"tf":1.0},"266":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"351":{"tf":1.0},"355":{"tf":1.0},"381":{"tf":1.0},"43":{"tf":1.0}}},"i":{"df":0,"docs":{},"l":{"=":{"1":{"0":{"0":{"0":{"df":1,"docs":{"323":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"0":{"0":{"df":1,"docs":{"368":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"322":{"tf":1.0},"368":{"tf":1.4142135623730951}}}},"k":{"df":0,"docs":{},"e":{"df":2,"docs":{"100":{"tf":1.0},"354":{"tf":1.0}}}},"r":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"z":{"df":4,"docs":{"236":{"tf":1.0},"274":{"tf":1.0},"297":{"tf":1.0},"359":{"tf":1.0}}}}},"b":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"251":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"236":{"tf":1.0}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"\"":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"172":{"tf":1.0}}}}}}},"df":0,"docs":{}},"(":{"df":1,"docs":{"354":{"tf":1.0}}},"/":{"c":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"274":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"354":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"5":{"df":1,"docs":{"135":{"tf":1.0}}},"df":0,"docs":{}},"3":{"0":{"df":1,"docs":{"130":{"tf":1.0}}},"df":0,"docs":{}},"4":{"5":{"df":2,"docs":{"344":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{}},"df":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":{"102":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"210":{"tf":1.4142135623730951},"211":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"207":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"203":{"tf":1.4142135623730951},"207":{"tf":2.23606797749979}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"211":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":29,"docs":{"121":{"tf":1.0},"137":{"tf":1.0},"141":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"19":{"tf":1.0},"210":{"tf":1.4142135623730951},"211":{"tf":1.7320508075688772},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"227":{"tf":1.0},"23":{"tf":1.0},"244":{"tf":1.0},"259":{"tf":1.0},"274":{"tf":1.7320508075688772},"280":{"tf":1.0},"299":{"tf":1.4142135623730951},"3":{"tf":1.0},"303":{"tf":1.0},"317":{"tf":1.0},"319":{"tf":2.0},"343":{"tf":1.0},"350":{"tf":1.0},"351":{"tf":1.0},"37":{"tf":1.0},"373":{"tf":1.4142135623730951},"385":{"tf":1.4142135623730951},"73":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"k":{"df":3,"docs":{"169":{"tf":1.0},"171":{"tf":1.0},"192":{"tf":1.0}}}}},"b":{"df":3,"docs":{"163":{"tf":1.0},"35":{"tf":1.0},"55":{"tf":1.0}}},"d":{"df":4,"docs":{"150":{"tf":1.0},"165":{"tf":1.0},"329":{"tf":1.0},"98":{"tf":1.0}}},"df":44,"docs":{"126":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"19":{"tf":1.0},"234":{"tf":1.0},"239":{"tf":1.0},"246":{"tf":1.0},"248":{"tf":1.7320508075688772},"250":{"tf":2.0},"251":{"tf":1.0},"268":{"tf":1.0},"27":{"tf":1.0},"274":{"tf":1.7320508075688772},"279":{"tf":1.0},"28":{"tf":1.0},"290":{"tf":1.0},"295":{"tf":1.0},"297":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"304":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"331":{"tf":1.0},"332":{"tf":1.0},"333":{"tf":1.0},"355":{"tf":1.0},"356":{"tf":1.0},"357":{"tf":1.0},"358":{"tf":1.0},"359":{"tf":1.4142135623730951},"368":{"tf":1.0},"383":{"tf":1.0},"384":{"tf":1.0},"39":{"tf":1.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"16":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":2,"docs":{"118":{"tf":1.0},"31":{"tf":1.4142135623730951}}},"r":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"205":{"tf":1.0},"275":{"tf":1.0}}}}}},"df":3,"docs":{"140":{"tf":1.0},"205":{"tf":1.0},"62":{"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":1,"docs":{"220":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"368":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"205":{"tf":1.4142135623730951},"261":{"tf":1.0},"324":{"tf":1.4142135623730951}}}}}}}}},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"227":{"tf":1.0}},"l":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"322":{"tf":1.0},"45":{"tf":1.4142135623730951},"66":{"tf":1.0},"70":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":11,"docs":{"137":{"tf":1.4142135623730951},"153":{"tf":1.0},"19":{"tf":1.0},"255":{"tf":1.0},"299":{"tf":1.0},"318":{"tf":1.0},"321":{"tf":1.7320508075688772},"363":{"tf":1.7320508075688772},"367":{"tf":1.4142135623730951},"46":{"tf":1.0},"62":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"289":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"115":{"tf":1.0},"337":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"362":{"tf":1.0}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"336":{"tf":1.0}}}}}}}}}},"s":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"368":{"tf":1.0}}}}}},"_":{"1":{"df":1,"docs":{"95":{"tf":1.0}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":1,"docs":{"88":{"tf":1.0}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"95":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"(":{"1":{"0":{"df":1,"docs":{"90":{"tf":1.0}}},"df":0,"docs":{}},"2":{"df":1,"docs":{"90":{"tf":1.0}}},"5":{"df":1,"docs":{"90":{"tf":1.0}}},"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"90":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"88":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":164,"docs":{"0":{"tf":2.23606797749979},"1":{"tf":1.0},"10":{"tf":1.4142135623730951},"102":{"tf":2.0},"115":{"tf":1.4142135623730951},"116":{"tf":1.0},"117":{"tf":1.4142135623730951},"120":{"tf":2.23606797749979},"121":{"tf":2.449489742783178},"122":{"tf":2.23606797749979},"123":{"tf":2.8284271247461903},"124":{"tf":2.449489742783178},"126":{"tf":1.0},"127":{"tf":1.4142135623730951},"128":{"tf":1.0},"129":{"tf":1.0},"13":{"tf":1.0},"130":{"tf":1.4142135623730951},"131":{"tf":1.7320508075688772},"132":{"tf":1.4142135623730951},"133":{"tf":1.7320508075688772},"134":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"137":{"tf":2.0},"138":{"tf":2.449489742783178},"139":{"tf":1.4142135623730951},"14":{"tf":1.7320508075688772},"140":{"tf":1.0},"141":{"tf":1.4142135623730951},"143":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"15":{"tf":1.0},"151":{"tf":1.0},"159":{"tf":1.0},"16":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"163":{"tf":1.4142135623730951},"164":{"tf":1.4142135623730951},"165":{"tf":1.0},"166":{"tf":2.6457513110645907},"177":{"tf":1.4142135623730951},"18":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.4142135623730951},"185":{"tf":1.0},"188":{"tf":1.4142135623730951},"19":{"tf":2.8284271247461903},"190":{"tf":1.0},"192":{"tf":1.0},"194":{"tf":1.0},"2":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"209":{"tf":1.0},"21":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":2.0},"214":{"tf":2.6457513110645907},"216":{"tf":1.4142135623730951},"217":{"tf":1.4142135623730951},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.4142135623730951},"221":{"tf":1.4142135623730951},"222":{"tf":1.0},"224":{"tf":1.0},"227":{"tf":1.0},"229":{"tf":1.0},"235":{"tf":1.4142135623730951},"238":{"tf":1.0},"239":{"tf":1.7320508075688772},"241":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"247":{"tf":1.4142135623730951},"251":{"tf":1.0},"252":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.4142135623730951},"261":{"tf":1.0},"263":{"tf":1.0},"270":{"tf":1.0},"271":{"tf":1.0},"273":{"tf":1.0},"274":{"tf":3.605551275463989},"275":{"tf":2.0},"276":{"tf":1.4142135623730951},"278":{"tf":1.0},"28":{"tf":1.4142135623730951},"281":{"tf":1.4142135623730951},"282":{"tf":1.4142135623730951},"283":{"tf":1.7320508075688772},"286":{"tf":1.0},"29":{"tf":1.4142135623730951},"290":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.7320508075688772},"295":{"tf":1.0},"298":{"tf":1.4142135623730951},"3":{"tf":2.0},"30":{"tf":1.0},"301":{"tf":1.4142135623730951},"302":{"tf":1.7320508075688772},"303":{"tf":1.0},"31":{"tf":1.7320508075688772},"32":{"tf":1.0},"321":{"tf":1.4142135623730951},"322":{"tf":1.4142135623730951},"327":{"tf":1.0},"328":{"tf":1.0},"351":{"tf":1.0},"352":{"tf":1.0},"354":{"tf":1.0},"356":{"tf":2.449489742783178},"357":{"tf":1.4142135623730951},"358":{"tf":1.0},"359":{"tf":1.4142135623730951},"360":{"tf":1.4142135623730951},"362":{"tf":1.0},"363":{"tf":1.4142135623730951},"365":{"tf":1.4142135623730951},"367":{"tf":1.7320508075688772},"368":{"tf":1.0},"369":{"tf":1.0},"370":{"tf":1.0},"372":{"tf":1.0},"375":{"tf":1.0},"377":{"tf":1.0},"379":{"tf":1.0},"382":{"tf":1.0},"384":{"tf":1.7320508075688772},"385":{"tf":2.0},"41":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.7320508075688772},"46":{"tf":1.4142135623730951},"47":{"tf":1.0},"48":{"tf":2.0},"49":{"tf":1.7320508075688772},"50":{"tf":1.0},"51":{"tf":1.7320508075688772},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"6":{"tf":1.0},"65":{"tf":1.7320508075688772},"66":{"tf":1.4142135623730951},"68":{"tf":1.7320508075688772},"69":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951},"74":{"tf":2.449489742783178},"75":{"tf":1.0},"77":{"tf":1.7320508075688772},"83":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"90":{"tf":1.0},"95":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{":":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"264":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{},"o":{"c":{"df":15,"docs":{"244":{"tf":1.0},"245":{"tf":1.4142135623730951},"257":{"tf":1.0},"258":{"tf":1.0},"264":{"tf":2.0},"265":{"tf":1.0},"28":{"tf":1.0},"297":{"tf":1.4142135623730951},"322":{"tf":1.4142135623730951},"351":{"tf":1.0},"359":{"tf":2.0},"365":{"tf":1.0},"368":{"tf":1.0},"383":{"tf":1.7320508075688772},"43":{"tf":1.0}}},"df":0,"docs":{}}}},"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"210":{"tf":1.0},"364":{"tf":2.0}},"e":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":5,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"<":{"c":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"216":{"tf":1.0},"217":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":2,"docs":{"4":{"tf":1.0},"82":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"<":{"c":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"205":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"179":{"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":2,"docs":{"112":{"tf":1.0},"204":{"tf":1.0}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"183":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"<":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"344":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":29,"docs":{"102":{"tf":1.0},"183":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"198":{"tf":1.0},"21":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"269":{"tf":1.0},"341":{"tf":1.0},"342":{"tf":1.0},"343":{"tf":1.0},"345":{"tf":1.0},"346":{"tf":1.0},"347":{"tf":1.0},"361":{"tf":1.0},"364":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"78":{"tf":1.0},"89":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":8,"docs":{"183":{"tf":1.0},"341":{"tf":1.0},"342":{"tf":1.0},"343":{"tf":1.0},"345":{"tf":1.0},"346":{"tf":1.0},"347":{"tf":1.0},"40":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"203":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"{":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"340":{"tf":1.0}}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":18,"docs":{"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"151":{"tf":1.0},"19":{"tf":1.0},"218":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"339":{"tf":1.0},"349":{"tf":1.0},"350":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":11,"docs":{"171":{"tf":1.4142135623730951},"172":{"tf":1.4142135623730951},"173":{"tf":1.0},"174":{"tf":1.0},"178":{"tf":1.0},"204":{"tf":1.0},"207":{"tf":1.0},"211":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"328":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"344":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":2,"docs":{"203":{"tf":1.0},"205":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"206":{"tf":1.0}},"y":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"206":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"205":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"203":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"359":{"tf":1.0}},"e":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":7,"docs":{"130":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"28":{"tf":1.0},"339":{"tf":1.0},"348":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"k":{"8":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"k":{"8":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":2,"docs":{"339":{"tf":1.0},"348":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{":":{":":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":15,"docs":{"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"151":{"tf":1.0},"19":{"tf":1.0},"26":{"tf":1.0},"339":{"tf":1.0},"348":{"tf":1.0},"349":{"tf":1.0},"350":{"tf":1.0},"4":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":5,"docs":{"354":{"tf":1.4142135623730951},"356":{"tf":1.0},"357":{"tf":1.0},"360":{"tf":1.0},"363":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"195":{"tf":1.0},"361":{"tf":1.4142135623730951}},"s":{":":{":":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"269":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":35,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"104":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"151":{"tf":1.0},"19":{"tf":1.0},"194":{"tf":1.4142135623730951},"200":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"341":{"tf":1.0},"342":{"tf":1.0},"343":{"tf":1.0},"345":{"tf":1.0},"346":{"tf":1.0},"347":{"tf":1.0},"349":{"tf":1.0},"350":{"tf":1.0},"361":{"tf":1.0},"364":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0},"78":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"s":{":":{":":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":2,"docs":{"102":{"tf":1.0},"181":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"d":{"a":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"101":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"101":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"100":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"100":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"{":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":5,"docs":{"130":{"tf":1.0},"135":{"tf":1.0},"339":{"tf":1.0},"344":{"tf":1.0},"51":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":3,"docs":{"102":{"tf":1.0},"183":{"tf":1.0},"198":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"—":{"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":{"df":1,"docs":{"386":{"tf":1.0}}}}}}}}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"251":{"tf":1.0},"267":{"tf":1.0},"304":{"tf":1.0},"327":{"tf":1.0},"47":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":2,"docs":{"251":{"tf":1.0},"304":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"304":{"tf":1.0}},"s":{"=":{"1":{"df":1,"docs":{"251":{"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":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"301":{"tf":1.0}},"e":{"=":{"1":{"df":1,"docs":{"322":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"s":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"89":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"89":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"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":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"88":{"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":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"322":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"h":{"a":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"78":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"104":{"tf":1.0}}}},"i":{"df":1,"docs":{"16":{"tf":1.0}}}}},"y":{"'":{"df":0,"docs":{},"r":{"df":2,"docs":{"137":{"tf":1.0},"173":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"199":{"tf":1.0}},"k":{"df":1,"docs":{"50":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":3,"docs":{"125":{"tf":1.0},"31":{"tf":1.0},"373":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":8,"docs":{"354":{"tf":1.0},"356":{"tf":1.0},"357":{"tf":1.0},"358":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":1.0},"361":{"tf":1.0},"364":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":4,"docs":{"138":{"tf":1.0},"14":{"tf":1.0},"249":{"tf":1.0},"41":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"104":{"tf":1.0}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"177":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":7,"docs":{"170":{"tf":1.0},"207":{"tf":1.0},"251":{"tf":1.0},"305":{"tf":1.0},"55":{"tf":1.0},"63":{"tf":1.0},"75":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"117":{"tf":1.0},"137":{"tf":1.7320508075688772}}}}}}}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"86":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":1,"docs":{"50":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"137":{"tf":1.0},"138":{"tf":2.449489742783178}}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"364":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"e":{":":{":":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"195":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":50,"docs":{"1":{"tf":1.4142135623730951},"10":{"tf":1.0},"100":{"tf":1.0},"102":{"tf":2.23606797749979},"104":{"tf":1.0},"115":{"tf":1.4142135623730951},"117":{"tf":1.0},"119":{"tf":1.4142135623730951},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.4142135623730951},"137":{"tf":1.7320508075688772},"139":{"tf":3.0},"14":{"tf":1.0},"151":{"tf":1.0},"159":{"tf":1.0},"164":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.4142135623730951},"175":{"tf":1.0},"221":{"tf":1.0},"227":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"344":{"tf":1.4142135623730951},"36":{"tf":1.0},"364":{"tf":2.23606797749979},"365":{"tf":1.0},"380":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"50":{"tf":2.449489742783178},"54":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"75":{"tf":1.0},"79":{"tf":1.0},"81":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"85":{"tf":2.0},"86":{"tf":2.23606797749979},"93":{"tf":1.0},"95":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":22,"docs":{"100":{"tf":1.4142135623730951},"121":{"tf":1.4142135623730951},"158":{"tf":1.0},"162":{"tf":1.0},"189":{"tf":1.0},"19":{"tf":1.0},"246":{"tf":1.0},"251":{"tf":1.0},"274":{"tf":1.7320508075688772},"275":{"tf":1.4142135623730951},"276":{"tf":1.7320508075688772},"301":{"tf":1.0},"302":{"tf":2.23606797749979},"304":{"tf":2.449489742783178},"322":{"tf":1.0},"351":{"tf":1.0},"354":{"tf":1.4142135623730951},"370":{"tf":1.0},"372":{"tf":1.0},"380":{"tf":1.4142135623730951},"386":{"tf":1.0},"39":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":7,"docs":{"139":{"tf":2.6457513110645907},"19":{"tf":1.0},"318":{"tf":1.4142135623730951},"321":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":1.4142135623730951},"46":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"122":{"tf":1.0}}}},"p":{"df":1,"docs":{"321":{"tf":1.0}}}},"m":{"df":0,"docs":{},"p":{"/":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"x":{"df":1,"docs":{"274":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"368":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"322":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"321":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":10,"docs":{"236":{"tf":1.0},"239":{"tf":1.4142135623730951},"257":{"tf":1.0},"258":{"tf":1.4142135623730951},"274":{"tf":1.0},"28":{"tf":1.7320508075688772},"298":{"tf":1.4142135623730951},"356":{"tf":1.4142135623730951},"359":{"tf":1.0},"384":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"299":{"tf":1.0},"363":{"tf":1.0}}}}}}},"df":8,"docs":{"121":{"tf":1.0},"236":{"tf":1.4142135623730951},"251":{"tf":1.0},"274":{"tf":1.4142135623730951},"281":{"tf":1.0},"322":{"tf":1.0},"351":{"tf":1.0},"363":{"tf":1.0}}}},"o":{"d":{"a":{"df":0,"docs":{},"y":{"df":5,"docs":{"138":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.4142135623730951},"144":{"tf":1.4142135623730951},"186":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":1,"docs":{"218":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"14":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"83":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"185":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"126":{"tf":1.0},"19":{"tf":1.0},"4":{"tf":1.0}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"172":{"tf":1.0}}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"(":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"171":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"126":{"tf":1.0},"19":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951},"90":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"123":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"18":{"tf":1.0},"243":{"tf":1.0},"274":{"tf":2.449489742783178}}}}},"df":0,"docs":{}}},"df":1,"docs":{"186":{"tf":1.0}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"138":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":73,"docs":{"1":{"tf":1.0},"100":{"tf":1.0},"102":{"tf":1.0},"112":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":2.0},"118":{"tf":1.7320508075688772},"119":{"tf":1.0},"120":{"tf":1.4142135623730951},"121":{"tf":1.4142135623730951},"122":{"tf":1.0},"123":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"126":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"14":{"tf":1.4142135623730951},"140":{"tf":2.8284271247461903},"145":{"tf":1.0},"147":{"tf":1.4142135623730951},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"186":{"tf":1.7320508075688772},"187":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"192":{"tf":1.7320508075688772},"2":{"tf":1.7320508075688772},"202":{"tf":1.0},"203":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"21":{"tf":1.7320508075688772},"210":{"tf":1.4142135623730951},"213":{"tf":1.4142135623730951},"214":{"tf":1.0},"227":{"tf":1.0},"245":{"tf":1.0},"260":{"tf":1.0},"27":{"tf":1.4142135623730951},"274":{"tf":1.7320508075688772},"275":{"tf":1.0},"276":{"tf":1.7320508075688772},"295":{"tf":2.0},"3":{"tf":1.0},"33":{"tf":1.0},"340":{"tf":2.0},"35":{"tf":1.0},"352":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"361":{"tf":1.4142135623730951},"362":{"tf":1.4142135623730951},"375":{"tf":1.0},"378":{"tf":1.0},"38":{"tf":1.4142135623730951},"386":{"tf":1.4142135623730951},"40":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":1.4142135623730951},"63":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"68":{"tf":1.0},"76":{"tf":1.4142135623730951},"78":{"tf":2.0},"89":{"tf":1.0},"92":{"tf":1.4142135623730951},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}},"y":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"3":{"df":0,"docs":{},"v":{"1":{"df":1,"docs":{"362":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"g":{"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":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"210":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"203":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"203":{"tf":1.0}}}}}}},":":{"0":{":":{"1":{"df":1,"docs":{"274":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{":":{"1":{"df":1,"docs":{"274":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"210":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}},"[":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"35":{"tf":1.0}}}}}}}}}},"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"(":{"df":0,"docs":{},"|":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"206":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"118":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"206":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"t":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"174":{"tf":1.7320508075688772}}}}},"df":7,"docs":{"102":{"tf":1.0},"107":{"tf":1.0},"142":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.0},"169":{"tf":1.0},"386":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"df":10,"docs":{"162":{"tf":1.0},"213":{"tf":1.0},"255":{"tf":1.4142135623730951},"299":{"tf":1.7320508075688772},"300":{"tf":1.0},"317":{"tf":1.7320508075688772},"373":{"tf":1.0},"47":{"tf":1.0},"65":{"tf":1.0},"68":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"324":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"66":{"tf":1.0}}}}}},":":{":":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"!":{"(":{"\"":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"171":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"172":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"171":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"171":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"!":{"(":{"\"":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"205":{"tf":1.0}}}}}}}},"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"172":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"204":{"tf":1.0}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"171":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"204":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":3,"docs":{"173":{"tf":1.0},"203":{"tf":1.0},"328":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"174":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"172":{"tf":1.0}}}},"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":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":4,"docs":{"260":{"tf":1.0},"322":{"tf":1.0},"367":{"tf":1.7320508075688772},"46":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}},"k":{"df":5,"docs":{"119":{"tf":1.0},"142":{"tf":1.4142135623730951},"169":{"tf":1.0},"173":{"tf":1.0},"176":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"273":{"tf":1.7320508075688772}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"272":{"tf":1.0}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":35,"docs":{"1":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"125":{"tf":1.0},"132":{"tf":1.0},"135":{"tf":1.0},"14":{"tf":1.0},"141":{"tf":1.0},"162":{"tf":1.0},"184":{"tf":1.0},"192":{"tf":1.0},"2":{"tf":1.0},"203":{"tf":1.0},"214":{"tf":1.0},"23":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0},"362":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.4142135623730951},"386":{"tf":1.4142135623730951},"51":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.4142135623730951},"81":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":1.0},"98":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":19,"docs":{"14":{"tf":1.4142135623730951},"179":{"tf":1.4142135623730951},"194":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.4142135623730951},"209":{"tf":1.0},"213":{"tf":1.0},"216":{"tf":1.4142135623730951},"217":{"tf":1.0},"218":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.7320508075688772},"37":{"tf":1.7320508075688772},"74":{"tf":2.0}},"s":{"[":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"35":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":58,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"10":{"tf":1.0},"100":{"tf":3.605551275463989},"101":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"115":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"125":{"tf":1.0},"128":{"tf":2.0},"129":{"tf":2.0},"133":{"tf":1.4142135623730951},"134":{"tf":1.0},"137":{"tf":5.0990195135927845},"14":{"tf":1.0},"142":{"tf":1.4142135623730951},"145":{"tf":1.0},"147":{"tf":1.4142135623730951},"16":{"tf":1.0},"162":{"tf":1.0},"169":{"tf":1.0},"171":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.4142135623730951},"176":{"tf":1.0},"19":{"tf":1.4142135623730951},"195":{"tf":1.0},"2":{"tf":1.0},"203":{"tf":1.0},"213":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"3":{"tf":1.0},"342":{"tf":2.0},"350":{"tf":1.0},"352":{"tf":1.4142135623730951},"36":{"tf":1.0},"361":{"tf":2.0},"378":{"tf":1.0},"385":{"tf":1.4142135623730951},"386":{"tf":1.7320508075688772},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"76":{"tf":1.0},"79":{"tf":2.0},"81":{"tf":1.0},"85":{"tf":1.4142135623730951},"93":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"d":{"a":{"df":1,"docs":{"377":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{"0":{"df":1,"docs":{"100":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":2,"docs":{"195":{"tf":1.0},"198":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"128":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"176":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"/":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"138":{"tf":1.4142135623730951},"139":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"342":{"tf":1.0}}}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"(":{"df":0,"docs":{},"|":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":28,"docs":{"100":{"tf":1.0},"107":{"tf":1.0},"111":{"tf":1.0},"122":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"151":{"tf":1.0},"19":{"tf":1.0},"194":{"tf":1.0},"196":{"tf":1.0},"23":{"tf":1.0},"32":{"tf":1.0},"342":{"tf":1.0},"350":{"tf":1.0},"361":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.4142135623730951},"79":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.0},"93":{"tf":1.0}}}}}},"df":5,"docs":{"100":{"tf":1.0},"105":{"tf":1.0},"151":{"tf":1.0},"193":{"tf":1.0},"40":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"386":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"386":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"125":{"tf":1.0},"180":{"tf":1.0},"229":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":9,"docs":{"66":{"tf":1.7320508075688772},"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}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"223":{"tf":1.0},"225":{"tf":1.0},"228":{"tf":1.7320508075688772}},"e":{"[":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"228":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":2,"docs":{"28":{"tf":1.4142135623730951},"354":{"tf":1.0}},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"102":{"tf":1.0},"304":{"tf":1.0},"38":{"tf":1.0},"386":{"tf":1.4142135623730951},"55":{"tf":1.0},"60":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":50,"docs":{"11":{"tf":1.0},"114":{"tf":1.0},"12":{"tf":1.0},"124":{"tf":1.0},"14":{"tf":1.0},"157":{"tf":1.0},"200":{"tf":1.4142135623730951},"248":{"tf":1.0},"271":{"tf":1.0},"29":{"tf":1.0},"292":{"tf":1.0},"314":{"tf":1.0},"334":{"tf":1.0},"335":{"tf":1.0},"336":{"tf":1.0},"337":{"tf":1.0},"351":{"tf":1.7320508075688772},"352":{"tf":1.0},"353":{"tf":1.0},"354":{"tf":1.0},"355":{"tf":1.0},"356":{"tf":1.0},"357":{"tf":1.0},"358":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":1.0},"361":{"tf":1.0},"362":{"tf":1.0},"363":{"tf":1.0},"364":{"tf":1.0},"365":{"tf":1.0},"366":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":1.0},"370":{"tf":1.0},"371":{"tf":1.0},"372":{"tf":1.0},"373":{"tf":1.0},"374":{"tf":1.0},"375":{"tf":1.0},"376":{"tf":1.0},"377":{"tf":1.0},"378":{"tf":1.0},"379":{"tf":1.0},"380":{"tf":1.0},"381":{"tf":1.0},"382":{"tf":1.0},"383":{"tf":1.0},"384":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"e":{"df":11,"docs":{"102":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"183":{"tf":1.4142135623730951},"247":{"tf":1.0},"255":{"tf":1.0},"260":{"tf":1.0},"266":{"tf":1.0},"274":{"tf":2.23606797749979},"278":{"tf":1.0},"294":{"tf":1.0},"313":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"385":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"117":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"381":{"tf":1.0},"57":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":2,"docs":{"119":{"tf":1.0},"304":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"158":{"tf":1.0}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"114":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"119":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":4,"docs":{"193":{"tf":1.0},"208":{"tf":1.0},"385":{"tf":1.0},"46":{"tf":1.0}}}},"x":{".":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"5":{"df":1,"docs":{"151":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"0":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"5":{"df":4,"docs":{"107":{"tf":1.0},"32":{"tf":1.0},"4":{"tf":1.0},"83":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"100":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{}},"5":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"1":{"0":{"df":1,"docs":{"111":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"0":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"1":{"0":{"0":{"df":1,"docs":{"122":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"1":{"0":{"df":1,"docs":{"361":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"/":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"100":{"tf":1.0},"107":{"tf":1.0},"19":{"tf":1.0},"85":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"d":{"a":{"df":2,"docs":{"184":{"tf":1.0},"188":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"123":{"tf":1.0}},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"85":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"171":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":3,"docs":{"100":{"tf":1.0},"195":{"tf":1.0},"198":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":4,"docs":{"113":{"tf":1.0},"132":{"tf":1.4142135623730951},"145":{"tf":1.0},"19":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"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":2,"docs":{"100":{"tf":1.4142135623730951},"105":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}},"s":{".":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{"0":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"2":{"0":{"df":1,"docs":{"135":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"5":{"0":{"df":1,"docs":{"134":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"1":{"0":{"df":1,"docs":{"130":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"1":{"0":{"df":1,"docs":{"128":{"tf":1.0}}},"5":{"df":1,"docs":{"129":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}},"3":{"df":3,"docs":{"194":{"tf":1.0},"196":{"tf":1.0},"199":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":7,"docs":{"19":{"tf":1.0},"23":{"tf":1.0},"342":{"tf":1.0},"350":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.4142135623730951}}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"2":{"0":{"df":1,"docs":{"133":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"[":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":9,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"123":{"tf":1.0},"193":{"tf":1.0},"195":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"218":{"tf":1.0},"386":{"tf":1.0}}},"i":{"c":{"df":6,"docs":{"102":{"tf":1.0},"104":{"tf":1.0},"123":{"tf":1.0},"171":{"tf":1.0},"316":{"tf":1.0},"86":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"6":{"4":{"df":7,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"171":{"tf":1.0},"174":{"tf":1.0},"203":{"tf":1.4142135623730951},"204":{"tf":1.4142135623730951},"207":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":2,"docs":{"274":{"tf":2.0},"285":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"291":{"tf":1.0}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"122":{"tf":1.0},"362":{"tf":1.0},"365":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"193":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"141":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"p":{"df":1,"docs":{"138":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"137":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"158":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":21,"docs":{"102":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":2.449489742783178},"138":{"tf":2.0},"139":{"tf":1.0},"140":{"tf":1.4142135623730951},"141":{"tf":1.4142135623730951},"142":{"tf":1.0},"153":{"tf":1.0},"19":{"tf":1.0},"192":{"tf":1.0},"31":{"tf":1.4142135623730951},"318":{"tf":1.0},"362":{"tf":1.0},"367":{"tf":1.4142135623730951},"386":{"tf":1.0},"95":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"195":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":7,"docs":{"14":{"tf":1.4142135623730951},"15":{"tf":1.0},"208":{"tf":1.0},"227":{"tf":1.0},"29":{"tf":1.0},"48":{"tf":1.0},"84":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"137":{"tf":1.0}}}}},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"139":{"tf":1.0}}}},"df":0,"docs":{}}}}},"f":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"337":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"352":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"137":{"tf":1.0}}}},"t":{"df":6,"docs":{"107":{"tf":1.0},"108":{"tf":1.0},"75":{"tf":1.0},"79":{"tf":1.0},"84":{"tf":1.4142135623730951},"95":{"tf":1.0}}},"x":{":":{"/":{"/":{"/":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"/":{"d":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"358":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":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":{"18":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":10,"docs":{"117":{"tf":1.0},"151":{"tf":1.0},"153":{"tf":1.0},"19":{"tf":1.0},"190":{"tf":1.0},"299":{"tf":1.0},"316":{"tf":1.0},"318":{"tf":1.0},"324":{"tf":1.0},"367":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"k":{"df":1,"docs":{"140":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"223":{"tf":1.0},"225":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"354":{"tf":1.0}}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"324":{"tf":1.0},"352":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"305":{"tf":1.0},"324":{"tf":1.0},"47":{"tf":1.0}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"252":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"205":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"|":{"_":{"df":1,"docs":{"122":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"140":{"tf":1.4142135623730951},"252":{"tf":2.23606797749979},"373":{"tf":1.0}}}},"df":0,"docs":{}},"df":30,"docs":{"117":{"tf":1.0},"119":{"tf":1.4142135623730951},"12":{"tf":1.0},"125":{"tf":1.0},"138":{"tf":1.0},"14":{"tf":1.0},"140":{"tf":1.4142135623730951},"15":{"tf":1.0},"154":{"tf":1.0},"175":{"tf":1.0},"189":{"tf":1.0},"205":{"tf":1.0},"213":{"tf":1.0},"221":{"tf":1.0},"261":{"tf":1.0},"27":{"tf":1.0},"274":{"tf":2.23606797749979},"275":{"tf":1.0},"28":{"tf":1.0},"280":{"tf":1.0},"321":{"tf":1.0},"326":{"tf":1.4142135623730951},"327":{"tf":1.4142135623730951},"332":{"tf":1.0},"337":{"tf":1.0},"360":{"tf":1.0},"363":{"tf":1.7320508075688772},"382":{"tf":1.0},"46":{"tf":1.0},"8":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":4,"docs":{"274":{"tf":1.7320508075688772},"275":{"tf":1.0},"281":{"tf":1.4142135623730951},"291":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"l":{"df":6,"docs":{"260":{"tf":1.7320508075688772},"266":{"tf":1.7320508075688772},"268":{"tf":1.4142135623730951},"300":{"tf":1.7320508075688772},"326":{"tf":1.0},"47":{"tf":1.0}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":17,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"104":{"tf":1.0},"122":{"tf":1.0},"125":{"tf":1.7320508075688772},"14":{"tf":1.0},"164":{"tf":1.0},"171":{"tf":1.4142135623730951},"172":{"tf":1.4142135623730951},"180":{"tf":1.0},"183":{"tf":1.4142135623730951},"213":{"tf":1.0},"328":{"tf":1.0},"354":{"tf":1.0},"36":{"tf":1.0},"71":{"tf":1.0}},"e":{"df":0,"docs":{},"—":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"115":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":172,"docs":{"100":{"tf":2.449489742783178},"101":{"tf":2.23606797749979},"102":{"tf":2.449489742783178},"104":{"tf":1.4142135623730951},"105":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.7320508075688772},"119":{"tf":2.0},"120":{"tf":1.4142135623730951},"121":{"tf":2.0},"122":{"tf":1.7320508075688772},"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":2.449489742783178},"128":{"tf":2.449489742783178},"129":{"tf":2.449489742783178},"130":{"tf":2.449489742783178},"133":{"tf":2.449489742783178},"134":{"tf":2.449489742783178},"135":{"tf":2.449489742783178},"137":{"tf":2.449489742783178},"138":{"tf":2.23606797749979},"139":{"tf":1.4142135623730951},"14":{"tf":1.4142135623730951},"140":{"tf":1.0},"141":{"tf":1.4142135623730951},"143":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":1.0},"151":{"tf":2.0},"16":{"tf":1.4142135623730951},"166":{"tf":1.7320508075688772},"171":{"tf":2.23606797749979},"172":{"tf":2.0},"173":{"tf":1.7320508075688772},"174":{"tf":1.0},"176":{"tf":1.4142135623730951},"178":{"tf":1.7320508075688772},"179":{"tf":1.4142135623730951},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.7320508075688772},"19":{"tf":2.8284271247461903},"192":{"tf":1.0},"194":{"tf":2.0},"195":{"tf":2.0},"197":{"tf":1.0},"198":{"tf":2.0},"2":{"tf":1.0},"200":{"tf":1.0},"203":{"tf":2.449489742783178},"204":{"tf":2.0},"205":{"tf":2.23606797749979},"206":{"tf":1.0},"207":{"tf":1.4142135623730951},"21":{"tf":1.0},"210":{"tf":1.7320508075688772},"211":{"tf":1.7320508075688772},"216":{"tf":2.0},"217":{"tf":1.7320508075688772},"218":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"222":{"tf":1.0},"226":{"tf":1.0},"228":{"tf":1.0},"23":{"tf":1.7320508075688772},"232":{"tf":1.0},"234":{"tf":1.4142135623730951},"236":{"tf":1.4142135623730951},"239":{"tf":1.0},"24":{"tf":1.4142135623730951},"240":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.4142135623730951},"246":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"250":{"tf":1.0},"251":{"tf":1.7320508075688772},"252":{"tf":1.0},"255":{"tf":1.4142135623730951},"26":{"tf":2.0},"261":{"tf":1.0},"269":{"tf":1.4142135623730951},"27":{"tf":1.0},"270":{"tf":1.0},"274":{"tf":4.0},"279":{"tf":1.4142135623730951},"28":{"tf":2.6457513110645907},"280":{"tf":1.0},"281":{"tf":1.0},"286":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.7320508075688772},"298":{"tf":1.4142135623730951},"299":{"tf":1.7320508075688772},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.7320508075688772},"306":{"tf":1.0},"307":{"tf":1.0},"316":{"tf":1.0},"317":{"tf":1.0},"318":{"tf":1.4142135623730951},"321":{"tf":1.0},"322":{"tf":1.7320508075688772},"323":{"tf":2.23606797749979},"326":{"tf":1.0},"328":{"tf":1.0},"337":{"tf":1.4142135623730951},"339":{"tf":2.449489742783178},"340":{"tf":1.0},"341":{"tf":1.4142135623730951},"342":{"tf":1.7320508075688772},"343":{"tf":1.4142135623730951},"344":{"tf":1.7320508075688772},"345":{"tf":1.4142135623730951},"346":{"tf":1.7320508075688772},"347":{"tf":1.4142135623730951},"348":{"tf":1.7320508075688772},"349":{"tf":2.0},"350":{"tf":2.23606797749979},"351":{"tf":1.4142135623730951},"355":{"tf":1.0},"356":{"tf":1.0},"357":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":2.0},"361":{"tf":1.4142135623730951},"364":{"tf":1.7320508075688772},"365":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":2.8284271247461903},"371":{"tf":1.0},"379":{"tf":1.0},"381":{"tf":1.0},"382":{"tf":1.4142135623730951},"383":{"tf":1.0},"384":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.7320508075688772},"39":{"tf":1.4142135623730951},"4":{"tf":2.23606797749979},"40":{"tf":2.23606797749979},"43":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.4142135623730951},"50":{"tf":1.7320508075688772},"51":{"tf":1.7320508075688772},"53":{"tf":1.7320508075688772},"65":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":1.4142135623730951},"79":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":2.23606797749979},"88":{"tf":2.23606797749979},"89":{"tf":2.0},"90":{"tf":2.23606797749979},"95":{"tf":1.0},"96":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"216":{"tf":1.0},"217":{"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":{},"s":{"df":1,"docs":{"165":{"tf":2.0}},"e":{"[":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"165":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"165":{"tf":1.0}}}}},"df":1,"docs":{"165":{"tf":1.7320508075688772}}}}}},"k":{"8":{"df":1,"docs":{"165":{"tf":1.0}},"s":{"[":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"165":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"138":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"r":{"df":133,"docs":{"100":{"tf":2.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.4142135623730951},"108":{"tf":1.0},"109":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.4142135623730951},"124":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.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.4142135623730951},"146":{"tf":1.0},"147":{"tf":2.23606797749979},"148":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.4142135623730951},"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"207":{"tf":1.0},"358":{"tf":1.7320508075688772},"361":{"tf":1.4142135623730951},"52":{"tf":1.7320508075688772},"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},"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.4142135623730951},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"358":{"tf":1.0}}},"df":0,"docs":{}}},"s":{"(":{"2":{"0":{"df":2,"docs":{"342":{"tf":1.0},"350":{"tf":1.0}}},"df":0,"docs":{}},"5":{"0":{"0":{"df":2,"docs":{"19":{"tf":1.0},"23":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"100":{"tf":1.0},"79":{"tf":1.4142135623730951}}},"df":0,"docs":{},"m":{"df":5,"docs":{"352":{"tf":1.0},"361":{"tf":1.0},"365":{"tf":1.0},"372":{"tf":1.0},"378":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"z":{"df":5,"docs":{"172":{"tf":1.0},"179":{"tf":1.4142135623730951},"210":{"tf":1.4142135623730951},"211":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"212":{"tf":1.0},"28":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"66":{"tf":1.0},"70":{"tf":1.0},"72":{"tf":1.0}}}},"x":{"df":0,"docs":{},"o":{"df":1,"docs":{"386":{"tf":1.4142135623730951}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":5,"docs":{"302":{"tf":1.4142135623730951},"322":{"tf":1.7320508075688772},"367":{"tf":1.7320508075688772},"368":{"tf":2.0},"371":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"0":{".":{"3":{".":{"1":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"z":{"df":5,"docs":{"257":{"tf":1.4142135623730951},"264":{"tf":1.0},"28":{"tf":1.4142135623730951},"297":{"tf":1.0},"383":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":6,"docs":{"239":{"tf":1.0},"258":{"tf":1.0},"28":{"tf":1.0},"356":{"tf":1.0},"384":{"tf":1.0},"44":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"141":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"368":{"tf":1.0}}}}}},"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"101":{"tf":1.0},"73":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"210":{"tf":1.0},"211":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"(":{"1":{"df":1,"docs":{"21":{"tf":1.0}}},"3":{"df":7,"docs":{"118":{"tf":1.0},"32":{"tf":1.0},"340":{"tf":1.0},"4":{"tf":1.0},"78":{"tf":1.0},"83":{"tf":1.0},"92":{"tf":1.0}}},"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"90":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"323":{"tf":1.0},"368":{"tf":1.4142135623730951}}}}}},"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"205":{"tf":1.0},"41":{"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":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"260":{"tf":1.0},"295":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":79,"docs":{"1":{"tf":1.0},"10":{"tf":2.0},"102":{"tf":2.0},"104":{"tf":1.0},"109":{"tf":1.0},"117":{"tf":2.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},"130":{"tf":1.0},"132":{"tf":2.0},"134":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":2.0},"138":{"tf":2.23606797749979},"139":{"tf":2.23606797749979},"14":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.4142135623730951},"16":{"tf":1.0},"162":{"tf":1.0},"168":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"181":{"tf":1.4142135623730951},"182":{"tf":1.0},"183":{"tf":1.0},"185":{"tf":1.0},"188":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"190":{"tf":1.0},"192":{"tf":1.0},"2":{"tf":1.0},"203":{"tf":1.7320508075688772},"204":{"tf":1.4142135623730951},"206":{"tf":1.0},"21":{"tf":1.4142135623730951},"210":{"tf":1.0},"226":{"tf":1.0},"250":{"tf":1.0},"255":{"tf":1.0},"260":{"tf":1.0},"266":{"tf":1.0},"27":{"tf":1.0},"273":{"tf":1.0},"282":{"tf":1.0},"295":{"tf":1.7320508075688772},"31":{"tf":1.4142135623730951},"316":{"tf":1.0},"318":{"tf":1.0},"322":{"tf":1.4142135623730951},"323":{"tf":1.7320508075688772},"328":{"tf":1.0},"340":{"tf":1.0},"354":{"tf":1.0},"357":{"tf":1.0},"36":{"tf":1.0},"360":{"tf":1.0},"362":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":2.0},"375":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":2.0},"39":{"tf":1.0},"45":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0},"78":{"tf":1.7320508075688772},"92":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":5,"docs":{"107":{"tf":1.0},"108":{"tf":1.0},"137":{"tf":1.0},"252":{"tf":1.0},"386":{"tf":1.0}}}},"r":{"df":4,"docs":{"104":{"tf":1.0},"122":{"tf":1.0},"27":{"tf":1.4142135623730951},"352":{"tf":1.0}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":52,"docs":{"113":{"tf":1.0},"117":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"220":{"tf":1.4142135623730951},"222":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.0},"229":{"tf":1.4142135623730951},"235":{"tf":1.0},"246":{"tf":1.4142135623730951},"248":{"tf":1.4142135623730951},"255":{"tf":1.7320508075688772},"260":{"tf":1.7320508075688772},"266":{"tf":1.7320508075688772},"271":{"tf":1.4142135623730951},"28":{"tf":1.0},"289":{"tf":1.0},"292":{"tf":1.4142135623730951},"293":{"tf":2.0},"294":{"tf":2.0},"295":{"tf":1.4142135623730951},"296":{"tf":1.4142135623730951},"297":{"tf":1.4142135623730951},"298":{"tf":1.4142135623730951},"299":{"tf":1.4142135623730951},"300":{"tf":1.4142135623730951},"301":{"tf":1.7320508075688772},"302":{"tf":1.7320508075688772},"303":{"tf":1.4142135623730951},"304":{"tf":1.4142135623730951},"305":{"tf":1.4142135623730951},"306":{"tf":1.4142135623730951},"307":{"tf":2.23606797749979},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.0},"314":{"tf":1.7320508075688772},"317":{"tf":2.0},"322":{"tf":1.0},"323":{"tf":1.0},"324":{"tf":1.0},"326":{"tf":1.0},"334":{"tf":1.4142135623730951},"357":{"tf":1.4142135623730951},"386":{"tf":1.0},"85":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}}}},"df":3,"docs":{"137":{"tf":1.4142135623730951},"182":{"tf":1.0},"227":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":2,"docs":{"139":{"tf":1.0},"251":{"tf":1.0}}}}}}},"df":90,"docs":{"122":{"tf":1.4142135623730951},"126":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"19":{"tf":1.0},"234":{"tf":1.0},"239":{"tf":1.0},"246":{"tf":1.0},"248":{"tf":1.7320508075688772},"250":{"tf":2.0},"251":{"tf":1.0},"268":{"tf":1.0},"27":{"tf":1.0},"274":{"tf":1.7320508075688772},"279":{"tf":1.0},"28":{"tf":1.0},"290":{"tf":1.0},"295":{"tf":1.0},"297":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"304":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"331":{"tf":1.0},"332":{"tf":1.0},"333":{"tf":1.0},"335":{"tf":1.7320508075688772},"336":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.0},"339":{"tf":1.0},"340":{"tf":1.0},"341":{"tf":1.0},"342":{"tf":1.0},"343":{"tf":1.0},"344":{"tf":1.0},"345":{"tf":1.0},"346":{"tf":1.0},"347":{"tf":1.0},"348":{"tf":1.0},"349":{"tf":1.0},"350":{"tf":1.0},"351":{"tf":1.0},"352":{"tf":1.0},"353":{"tf":1.0},"354":{"tf":1.0},"355":{"tf":1.4142135623730951},"356":{"tf":1.4142135623730951},"357":{"tf":1.4142135623730951},"358":{"tf":1.4142135623730951},"359":{"tf":1.4142135623730951},"360":{"tf":1.0},"361":{"tf":1.0},"362":{"tf":1.0},"363":{"tf":1.0},"364":{"tf":1.0},"365":{"tf":1.0},"366":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":1.4142135623730951},"369":{"tf":1.0},"370":{"tf":1.0},"371":{"tf":1.0},"372":{"tf":1.0},"373":{"tf":1.0},"374":{"tf":1.0},"375":{"tf":1.0},"376":{"tf":1.0},"377":{"tf":1.0},"378":{"tf":1.0},"379":{"tf":1.0},"380":{"tf":1.0},"381":{"tf":1.0},"382":{"tf":1.0},"383":{"tf":1.4142135623730951},"384":{"tf":1.4142135623730951},"385":{"tf":1.0},"386":{"tf":1.0},"387":{"tf":1.0},"39":{"tf":1.0}},"e":{"c":{"!":{"[":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"203":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"210":{"tf":1.0}}}}}},"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":1,"docs":{"172":{"tf":1.0}}}}}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":2,"docs":{"203":{"tf":1.0},"210":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"172":{"tf":1.0}}},"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"316":{"tf":2.0},"373":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":3,"docs":{"120":{"tf":1.0},"385":{"tf":1.0},"53":{"tf":1.0}},"f":{"df":6,"docs":{"142":{"tf":1.0},"299":{"tf":1.0},"319":{"tf":1.0},"372":{"tf":1.0},"63":{"tf":1.0},"94":{"tf":1.0}},"i":{"df":35,"docs":{"1":{"tf":1.0},"100":{"tf":1.4142135623730951},"101":{"tf":1.7320508075688772},"102":{"tf":1.0},"104":{"tf":1.0},"113":{"tf":1.0},"119":{"tf":1.0},"124":{"tf":1.0},"137":{"tf":2.8284271247461903},"138":{"tf":1.0},"139":{"tf":1.0},"142":{"tf":1.4142135623730951},"171":{"tf":1.0},"176":{"tf":1.0},"2":{"tf":1.0},"223":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"228":{"tf":1.0},"239":{"tf":1.0},"247":{"tf":2.23606797749979},"248":{"tf":1.0},"352":{"tf":1.4142135623730951},"356":{"tf":1.0},"358":{"tf":1.0},"359":{"tf":1.0},"368":{"tf":1.0},"371":{"tf":1.4142135623730951},"374":{"tf":1.4142135623730951},"377":{"tf":1.4142135623730951},"380":{"tf":1.4142135623730951},"384":{"tf":1.0},"386":{"tf":1.4142135623730951},"55":{"tf":1.0},"61":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"=":{"<":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"232":{"tf":1.0},"355":{"tf":1.0},"381":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"v":{"0":{".":{"3":{".":{"1":{"df":3,"docs":{"232":{"tf":1.0},"251":{"tf":1.0},"355":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":9,"docs":{"120":{"tf":1.0},"18":{"tf":1.0},"232":{"tf":1.7320508075688772},"247":{"tf":1.4142135623730951},"251":{"tf":1.0},"298":{"tf":1.4142135623730951},"307":{"tf":1.0},"355":{"tf":1.7320508075688772},"381":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":14,"docs":{"120":{"tf":1.0},"18":{"tf":1.4142135623730951},"226":{"tf":1.0},"232":{"tf":2.0},"247":{"tf":1.4142135623730951},"248":{"tf":1.0},"252":{"tf":1.4142135623730951},"298":{"tf":1.0},"307":{"tf":1.4142135623730951},"351":{"tf":1.0},"355":{"tf":2.449489742783178},"365":{"tf":1.0},"372":{"tf":1.4142135623730951},"381":{"tf":2.23606797749979}}}}}},"df":0,"docs":{}}}}},"u":{"df":1,"docs":{"63":{"tf":1.0}}}}}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"123":{"tf":1.0}}}},"df":44,"docs":{"10":{"tf":1.0},"100":{"tf":1.0},"119":{"tf":1.0},"122":{"tf":1.0},"137":{"tf":1.7320508075688772},"138":{"tf":1.4142135623730951},"141":{"tf":1.0},"142":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"154":{"tf":1.0},"156":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"169":{"tf":1.0},"177":{"tf":1.0},"18":{"tf":1.0},"187":{"tf":1.0},"205":{"tf":1.0},"226":{"tf":1.0},"241":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"25":{"tf":1.0},"259":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.4142135623730951},"28":{"tf":1.0},"303":{"tf":1.0},"322":{"tf":1.4142135623730951},"323":{"tf":1.0},"351":{"tf":1.0},"386":{"tf":1.0},"39":{"tf":1.7320508075688772},"40":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"62":{"tf":1.0},"69":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":3,"docs":{"126":{"tf":1.0},"368":{"tf":1.0},"4":{"tf":1.0}}}},"m":{"df":1,"docs":{"360":{"tf":1.0}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"164":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"354":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"119":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":4,"docs":{"270":{"tf":1.0},"322":{"tf":1.4142135623730951},"351":{"tf":1.4142135623730951},"62":{"tf":1.0}}}}}},"s":{"df":20,"docs":{"117":{"tf":1.0},"121":{"tf":1.0},"173":{"tf":1.4142135623730951},"185":{"tf":1.0},"190":{"tf":1.0},"193":{"tf":1.7320508075688772},"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},"208":{"tf":1.0},"316":{"tf":1.4142135623730951},"352":{"tf":1.0},"78":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.0}}}},"w":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"216":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{"0":{"df":1,"docs":{"207":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"172":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":11,"docs":{"138":{"tf":1.0},"172":{"tf":2.0},"205":{"tf":1.0},"218":{"tf":1.0},"304":{"tf":1.0},"354":{"tf":1.0},"38":{"tf":1.0},"382":{"tf":1.0},"386":{"tf":1.4142135623730951},"55":{"tf":1.0},"58":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"k":{"df":1,"docs":{"75":{"tf":1.0}}},"l":{"df":7,"docs":{"115":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"385":{"tf":1.0},"50":{"tf":2.449489742783178},"86":{"tf":1.4142135623730951},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":27,"docs":{"100":{"tf":2.6457513110645907},"107":{"tf":1.4142135623730951},"113":{"tf":1.0},"115":{"tf":1.0},"120":{"tf":1.0},"142":{"tf":1.7320508075688772},"145":{"tf":1.0},"147":{"tf":1.0},"162":{"tf":1.0},"19":{"tf":1.0},"192":{"tf":1.0},"203":{"tf":1.0},"213":{"tf":1.0},"22":{"tf":1.7320508075688772},"23":{"tf":1.0},"341":{"tf":1.7320508075688772},"342":{"tf":1.0},"352":{"tf":1.7320508075688772},"361":{"tf":2.8284271247461903},"365":{"tf":1.0},"372":{"tf":1.0},"378":{"tf":1.7320508075688772},"385":{"tf":1.0},"386":{"tf":1.0},"65":{"tf":1.0},"79":{"tf":1.7320508075688772},"98":{"tf":1.0}},"s":{"(":{"1":{"0":{"0":{"df":1,"docs":{"134":{"tf":1.0}}},"df":1,"docs":{"88":{"tf":1.0}}},"_":{"0":{"0":{"0":{"df":2,"docs":{"19":{"tf":1.0},"23":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"0":{"df":9,"docs":{"100":{"tf":1.4142135623730951},"107":{"tf":1.0},"111":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.0},"151":{"tf":1.0},"361":{"tf":1.4142135623730951},"79":{"tf":1.0},"83":{"tf":1.0}}},"df":0,"docs":{}},"3":{"0":{"df":1,"docs":{"129":{"tf":1.0}}},"df":0,"docs":{}},"5":{"0":{"df":7,"docs":{"133":{"tf":1.0},"135":{"tf":1.0},"341":{"tf":1.0},"342":{"tf":1.0},"343":{"tf":1.0},"350":{"tf":1.0},"40":{"tf":1.0}}},"df":3,"docs":{"194":{"tf":1.0},"195":{"tf":1.0},"198":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":6,"docs":{"100":{"tf":1.0},"352":{"tf":1.0},"361":{"tf":1.0},"365":{"tf":1.0},"372":{"tf":1.0},"378":{"tf":1.0}}}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"341":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"t":{"df":11,"docs":{"143":{"tf":1.0},"166":{"tf":1.0},"173":{"tf":1.0},"185":{"tf":1.0},"19":{"tf":1.0},"194":{"tf":1.0},"205":{"tf":1.0},"321":{"tf":1.0},"351":{"tf":1.0},"49":{"tf":1.0},"81":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"124":{"tf":1.0},"255":{"tf":1.0},"299":{"tf":1.0},"317":{"tf":1.0}}}},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"379":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":1,"docs":{"49":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"k":{"df":1,"docs":{"276":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"272":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"131":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"115":{"tf":1.0},"197":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"357":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"102":{"tf":1.4142135623730951},"139":{"tf":1.0},"386":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"164":{"tf":1.0},"227":{"tf":1.0}}}},"df":0,"docs":{},"l":{"d":{"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"368":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":18,"docs":{"1":{"tf":1.0},"104":{"tf":1.0},"111":{"tf":1.0},"137":{"tf":1.4142135623730951},"150":{"tf":1.0},"184":{"tf":1.0},"189":{"tf":1.0},"192":{"tf":1.0},"352":{"tf":1.0},"360":{"tf":1.0},"364":{"tf":1.0},"377":{"tf":1.0},"386":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.4142135623730951},"57":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":4,"docs":{"160":{"tf":1.0},"212":{"tf":1.4142135623730951},"352":{"tf":1.0},"36":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":2,"docs":{"195":{"tf":1.0},"196":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"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":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"112":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"94":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"212":{"tf":1.0}}}},"df":0,"docs":{}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"(":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"269":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"(":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"269":{"tf":1.0}}}}}}},"df":0,"docs":{}},"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":{},"u":{"df":0,"docs":{},"n":{"_":{"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":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"2":{"0":{"df":7,"docs":{"100":{"tf":1.0},"101":{"tf":1.4142135623730951},"104":{"tf":1.0},"111":{"tf":1.0},"130":{"tf":1.0},"346":{"tf":1.0},"364":{"tf":1.0}}},"df":0,"docs":{}},"5":{"0":{"df":1,"docs":{"183":{"tf":1.0}}},"df":0,"docs":{}},"8":{"0":{"df":3,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"135":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"0":{"0":{"df":2,"docs":{"102":{"tf":1.0},"134":{"tf":1.0}}},"df":3,"docs":{"127":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":2,"docs":{"122":{"tf":1.0},"53":{"tf":1.0}}},"6":{"0":{"df":21,"docs":{"100":{"tf":1.4142135623730951},"104":{"tf":1.0},"112":{"tf":1.0},"122":{"tf":1.0},"128":{"tf":1.0},"133":{"tf":1.0},"151":{"tf":1.0},"19":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"198":{"tf":1.0},"32":{"tf":1.0},"4":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{}},"9":{"0":{"df":3,"docs":{"129":{"tf":1.0},"350":{"tf":1.0},"40":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":5,"docs":{"151":{"tf":1.0},"377":{"tf":1.0},"386":{"tf":1.0},"60":{"tf":1.0},"95":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"3":{"df":1,"docs":{"195":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"d":{"a":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"r":{"df":1,"docs":{"196":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":2,"docs":{"101":{"tf":1.0},"195":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":4,"docs":{"102":{"tf":1.0},"109":{"tf":1.0},"183":{"tf":1.0},"93":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"0":{"df":1,"docs":{"212":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"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":{},"x":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":3,"docs":{"100":{"tf":1.0},"195":{"tf":1.0},"198":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"197":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"138":{"tf":1.4142135623730951},"139":{"tf":1.4142135623730951},"189":{"tf":1.0},"298":{"tf":1.0},"380":{"tf":1.0},"52":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":16,"docs":{"100":{"tf":1.0},"122":{"tf":1.4142135623730951},"13":{"tf":1.0},"138":{"tf":1.0},"141":{"tf":1.0},"174":{"tf":1.0},"19":{"tf":1.0},"241":{"tf":1.0},"246":{"tf":1.0},"278":{"tf":1.0},"294":{"tf":1.0},"298":{"tf":1.0},"337":{"tf":1.0},"351":{"tf":1.0},"354":{"tf":1.0},"63":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":2,"docs":{"352":{"tf":1.0},"360":{"tf":1.0}}}},"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"153":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"k":{"df":21,"docs":{"137":{"tf":1.7320508075688772},"14":{"tf":1.0},"141":{"tf":1.0},"149":{"tf":1.0},"153":{"tf":1.0},"17":{"tf":1.0},"172":{"tf":1.4142135623730951},"182":{"tf":1.4142135623730951},"19":{"tf":1.0},"199":{"tf":1.4142135623730951},"2":{"tf":1.4142135623730951},"272":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"318":{"tf":1.0},"321":{"tf":1.0},"352":{"tf":1.0},"358":{"tf":1.4142135623730951},"367":{"tf":1.4142135623730951},"49":{"tf":1.0},"96":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":20,"docs":{"121":{"tf":1.0},"148":{"tf":1.0},"153":{"tf":1.0},"213":{"tf":1.0},"215":{"tf":1.4142135623730951},"228":{"tf":1.4142135623730951},"232":{"tf":1.0},"236":{"tf":1.0},"252":{"tf":1.4142135623730951},"274":{"tf":1.7320508075688772},"275":{"tf":1.4142135623730951},"278":{"tf":1.0},"282":{"tf":1.7320508075688772},"296":{"tf":1.0},"35":{"tf":2.0},"36":{"tf":1.0},"369":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.0}},"s":{"[":{"\"":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"35":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{")":{".":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"5":{".":{"0":{"df":1,"docs":{"362":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"193":{"tf":1.0},"195":{"tf":1.0}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"c":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"138":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"197":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":145,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"100":{"tf":2.0},"101":{"tf":2.23606797749979},"102":{"tf":2.449489742783178},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":2.23606797749979},"106":{"tf":1.0},"107":{"tf":1.7320508075688772},"108":{"tf":1.7320508075688772},"109":{"tf":1.7320508075688772},"11":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":2.23606797749979},"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"114":{"tf":1.7320508075688772},"115":{"tf":1.0},"117":{"tf":1.4142135623730951},"118":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.7320508075688772},"126":{"tf":1.0},"128":{"tf":1.4142135623730951},"129":{"tf":1.4142135623730951},"13":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"137":{"tf":2.8284271247461903},"138":{"tf":1.4142135623730951},"139":{"tf":1.0},"14":{"tf":1.7320508075688772},"140":{"tf":1.0},"141":{"tf":2.0},"142":{"tf":1.0},"147":{"tf":1.0},"15":{"tf":1.4142135623730951},"150":{"tf":1.0},"159":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"172":{"tf":2.449489742783178},"173":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.7320508075688772},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":2.0},"182":{"tf":1.7320508075688772},"183":{"tf":1.0},"184":{"tf":1.4142135623730951},"185":{"tf":1.0},"19":{"tf":1.4142135623730951},"192":{"tf":2.23606797749979},"195":{"tf":1.4142135623730951},"197":{"tf":1.4142135623730951},"2":{"tf":1.7320508075688772},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":3.0},"204":{"tf":2.23606797749979},"205":{"tf":1.0},"207":{"tf":1.7320508075688772},"208":{"tf":1.0},"209":{"tf":2.0},"210":{"tf":2.6457513110645907},"211":{"tf":1.4142135623730951},"212":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":2.23606797749979},"218":{"tf":1.0},"223":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.7320508075688772},"227":{"tf":2.0},"23":{"tf":1.4142135623730951},"237":{"tf":1.0},"241":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"247":{"tf":1.0},"26":{"tf":1.0},"261":{"tf":1.0},"270":{"tf":1.0},"298":{"tf":1.0},"3":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"33":{"tf":1.0},"342":{"tf":1.7320508075688772},"343":{"tf":1.7320508075688772},"344":{"tf":1.4142135623730951},"35":{"tf":1.7320508075688772},"351":{"tf":1.0},"352":{"tf":1.4142135623730951},"356":{"tf":2.449489742783178},"36":{"tf":1.0},"361":{"tf":2.23606797749979},"362":{"tf":1.4142135623730951},"364":{"tf":1.0},"365":{"tf":1.0},"37":{"tf":1.4142135623730951},"371":{"tf":1.0},"375":{"tf":1.0},"377":{"tf":1.4142135623730951},"378":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"380":{"tf":1.0},"384":{"tf":1.0},"385":{"tf":2.0},"386":{"tf":2.23606797749979},"40":{"tf":1.4142135623730951},"44":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"59":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.0},"63":{"tf":1.4142135623730951},"64":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.0},"74":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":2.0},"80":{"tf":1.0},"81":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.0},"96":{"tf":1.4142135623730951},"97":{"tf":2.23606797749979},"98":{"tf":1.7320508075688772},"99":{"tf":1.7320508075688772}},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"148":{"tf":1.0},"178":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},":":{":":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":2,"docs":{"102":{"tf":1.0},"183":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"198":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"{":{"d":{"a":{"df":1,"docs":{"195":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":3,"docs":{"118":{"tf":1.0},"298":{"tf":1.0},"65":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}}}}},"l":{"d":{"df":2,"docs":{"139":{"tf":1.0},"176":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"190":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":3,"docs":{"126":{"tf":1.0},"19":{"tf":1.0},"205":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"199":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"322":{"tf":1.0},"367":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":13,"docs":{"11":{"tf":1.0},"115":{"tf":1.0},"148":{"tf":1.0},"19":{"tf":1.4142135623730951},"318":{"tf":1.4142135623730951},"32":{"tf":1.0},"322":{"tf":1.0},"367":{"tf":1.0},"46":{"tf":1.7320508075688772},"48":{"tf":1.0},"7":{"tf":1.4142135623730951},"73":{"tf":1.0},"74":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"19":{"tf":1.0},"321":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"85":{"tf":1.0}}}}}}},"x":{"8":{"6":{"_":{"6":{"4":{"df":3,"docs":{"251":{"tf":1.0},"298":{"tf":1.0},"303":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"274":{"tf":1.0},"360":{"tf":1.0}}}}},"df":2,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":2.0}},"z":{"df":0,"docs":{},"f":{"df":1,"docs":{"236":{"tf":1.0}}}}},"y":{"df":2,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":2.0}},"e":{"df":8,"docs":{"164":{"tf":1.0},"165":{"tf":2.6457513110645907},"228":{"tf":1.0},"294":{"tf":1.0},"296":{"tf":1.4142135623730951},"297":{"tf":1.0},"385":{"tf":1.0},"41":{"tf":1.0}}},"o":{"df":0,"docs":{},"u":{"'":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":15,"docs":{"220":{"tf":1.4142135623730951},"32":{"tf":1.0},"337":{"tf":1.0},"353":{"tf":1.0},"354":{"tf":1.0},"355":{"tf":1.0},"356":{"tf":1.0},"357":{"tf":1.0},"358":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":1.0},"361":{"tf":1.0},"362":{"tf":1.0},"363":{"tf":1.0},"364":{"tf":1.0}}}},"r":{"df":11,"docs":{"102":{"tf":1.0},"115":{"tf":1.0},"16":{"tf":1.0},"173":{"tf":1.7320508075688772},"190":{"tf":1.0},"214":{"tf":1.0},"232":{"tf":1.0},"324":{"tf":1.0},"355":{"tf":1.0},"381":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"217":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"216":{"tf":1.0}}}}}}},"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"(":{"df":0,"docs":{},"|":{"df":0,"docs":{},"w":{"df":1,"docs":{"216":{"tf":1.0}}}}},"<":{"df":0,"docs":{},"f":{">":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"216":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"216":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"218":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"218":{"tf":1.4142135623730951}}}}}},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"217":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"217":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"216":{"tf":2.6457513110645907}}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"216":{"tf":1.4142135623730951}}}}}}}},"df":1,"docs":{"216":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"’":{"df":0,"docs":{},"r":{"df":1,"docs":{"184":{"tf":1.0}}}}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":7,"docs":{"100":{"tf":1.0},"19":{"tf":1.0},"195":{"tf":1.0},"198":{"tf":1.0},"251":{"tf":1.0},"364":{"tf":1.0},"386":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"c":{"df":2,"docs":{"246":{"tf":1.0},"294":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"title":{"root":{"1":{"0":{"df":1,"docs":{"363":{"tf":1.0}}},"1":{"df":1,"docs":{"364":{"tf":1.0}}},"df":11,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"111":{"tf":1.0},"21":{"tf":1.0},"234":{"tf":1.0},"257":{"tf":1.0},"354":{"tf":1.0},"370":{"tf":1.0},"57":{"tf":1.0},"78":{"tf":1.0},"88":{"tf":1.0}}},"2":{"0":{"df":1,"docs":{"32":{"tf":1.0}}},"df":11,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"112":{"tf":1.0},"22":{"tf":1.0},"235":{"tf":1.0},"258":{"tf":1.0},"355":{"tf":1.0},"371":{"tf":1.0},"58":{"tf":1.0},"79":{"tf":1.0},"89":{"tf":1.0}}},"3":{"df":8,"docs":{"102":{"tf":1.0},"23":{"tf":1.0},"236":{"tf":1.0},"356":{"tf":1.0},"372":{"tf":1.0},"59":{"tf":1.0},"80":{"tf":1.0},"90":{"tf":1.0}}},"4":{"df":5,"docs":{"24":{"tf":1.0},"357":{"tf":1.0},"373":{"tf":1.0},"60":{"tf":1.0},"81":{"tf":1.0}}},"5":{"df":5,"docs":{"25":{"tf":1.0},"358":{"tf":1.0},"374":{"tf":1.0},"61":{"tf":1.0},"82":{"tf":1.0}}},"6":{"df":4,"docs":{"26":{"tf":1.0},"359":{"tf":1.0},"375":{"tf":1.0},"62":{"tf":1.0}}},"7":{"df":1,"docs":{"360":{"tf":1.0}}},"8":{"df":1,"docs":{"361":{"tf":1.0}}},"9":{"df":1,"docs":{"362":{"tf":1.0}}},"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":5,"docs":{"170":{"tf":1.0},"178":{"tf":1.0},"291":{"tf":1.0},"320":{"tf":1.0},"368":{"tf":1.0}}}}}},"df":0,"docs":{}},"d":{"d":{"df":1,"docs":{"214":{"tf":1.0}}},"df":8,"docs":{"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"131":{"tf":1.0},"305":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"135":{"tf":1.0},"280":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"227":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"382":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"66":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"122":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"i":{"df":8,"docs":{"141":{"tf":1.0},"151":{"tf":1.0},"179":{"tf":1.0},"193":{"tf":1.0},"325":{"tf":1.0},"328":{"tf":1.0},"338":{"tf":1.0},"40":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"335":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":1,"docs":{"259":{"tf":1.0}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"33":{"tf":1.0},"35":{"tf":1.0},"46":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"156":{"tf":1.0},"291":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":8,"docs":{"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"241":{"tf":1.0},"298":{"tf":1.0},"356":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"79":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"75":{"tf":1.0},"76":{"tf":1.0}}}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":4,"docs":{"101":{"tf":1.0},"147":{"tf":1.0},"187":{"tf":1.0},"379":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"122":{"tf":1.0}}},"df":0,"docs":{}}}}},"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"91":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"116":{"tf":1.0},"185":{"tf":1.0},"277":{"tf":1.0},"95":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"233":{"tf":1.0},"296":{"tf":1.0},"357":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"383":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":3,"docs":{"168":{"tf":1.0},"174":{"tf":1.0},"85":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":5,"docs":{"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"173":{"tf":1.0}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"14":{"tf":1.0},"16":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"198":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":6,"docs":{"235":{"tf":1.0},"264":{"tf":1.0},"303":{"tf":1.0},"347":{"tf":1.0},"57":{"tf":1.0},"82":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"193":{"tf":1.0},"194":{"tf":1.0},"338":{"tf":1.0},"40":{"tf":1.0},"89":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":2,"docs":{"103":{"tf":1.0},"99":{"tf":1.0}}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":3,"docs":{"197":{"tf":1.0},"236":{"tf":1.0},"257":{"tf":1.0}}}},"df":0,"docs":{}}}},"c":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"280":{"tf":1.0}}}},"df":0,"docs":{},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"177":{"tf":1.0},"214":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":3,"docs":{"254":{"tf":1.0},"256":{"tf":1.0},"262":{"tf":1.0}}}}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":10,"docs":{"102":{"tf":1.0},"109":{"tf":1.0},"130":{"tf":1.0},"135":{"tf":1.0},"177":{"tf":1.0},"181":{"tf":1.0},"186":{"tf":1.0},"188":{"tf":1.0},"344":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"247":{"tf":1.0},"370":{"tf":1.0},"373":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"113":{"tf":1.0},"365":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"5":{"tf":1.0}}}}}},"i":{"/":{"c":{"d":{"df":2,"docs":{"121":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":6,"docs":{"236":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.0},"274":{"tf":1.0},"288":{"tf":1.0},"313":{"tf":1.0}},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"258":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":5,"docs":{"237":{"tf":1.0},"298":{"tf":1.0},"356":{"tf":1.0},"384":{"tf":1.0},"44":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":2,"docs":{"253":{"tf":1.0},"62":{"tf":1.0}}}}}},"df":0,"docs":{}},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"86":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"118":{"tf":1.0},"269":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"281":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"110":{"tf":1.0},"162":{"tf":1.0},"354":{"tf":1.0},"376":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"375":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"163":{"tf":1.0},"273":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"326":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"274":{"tf":1.0},"350":{"tf":1.0},"83":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"38":{"tf":1.0}}},"s":{"df":15,"docs":{"154":{"tf":1.0},"160":{"tf":1.0},"244":{"tf":1.4142135623730951},"256":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"28":{"tf":1.0},"290":{"tf":1.0},"297":{"tf":1.0},"301":{"tf":1.0},"311":{"tf":1.0},"322":{"tf":1.0},"332":{"tf":1.0},"358":{"tf":1.0},"45":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"k":{"8":{"df":1,"docs":{"359":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"1":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"226":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"106":{"tf":1.0},"21":{"tf":1.0},"303":{"tf":1.0},"305":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"211":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"360":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":4,"docs":{"104":{"tf":1.0},"127":{"tf":1.0},"364":{"tf":1.0},"377":{"tf":1.0}}}}}},"i":{"d":{"df":1,"docs":{"188":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"180":{"tf":1.0}}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"290":{"tf":1.0},"322":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"115":{"tf":1.0},"336":{"tf":1.0},"97":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":4,"docs":{"167":{"tf":1.0},"178":{"tf":1.0},"187":{"tf":1.0},"379":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":7,"docs":{"1":{"tf":1.0},"115":{"tf":1.0},"151":{"tf":1.0},"225":{"tf":1.0},"34":{"tf":1.0},"76":{"tf":1.0},"97":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"142":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"196":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"u":{"df":1,"docs":{"362":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"213":{"tf":1.0},"35":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"246":{"tf":1.0},"294":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"b":{"d":{"d":{"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":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"145":{"tf":1.0},"147":{"tf":1.0},"177":{"tf":1.0},"179":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"112":{"tf":1.0},"276":{"tf":1.0}}}}}}}},"d":{"a":{"df":5,"docs":{"101":{"tf":1.0},"108":{"tf":1.0},"129":{"tf":1.0},"343":{"tf":1.0},"356":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"358":{"tf":1.0}}}}}},"t":{"a":{"df":1,"docs":{"101":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":9,"docs":{"113":{"tf":1.0},"119":{"tf":1.0},"288":{"tf":1.0},"289":{"tf":1.0},"310":{"tf":1.0},"312":{"tf":1.0},"331":{"tf":1.0},"333":{"tf":1.0},"369":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"165":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"49":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"80":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":9,"docs":{"205":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"224":{"tf":1.0},"26":{"tf":1.0},"348":{"tf":1.0},"41":{"tf":1.0},"58":{"tf":1.0},"82":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":4,"docs":{"117":{"tf":1.0},"123":{"tf":1.0},"227":{"tf":1.0},"63":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"164":{"tf":1.0},"199":{"tf":1.0},"56":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"51":{"tf":1.0}}}}}}}},"v":{"df":1,"docs":{"252":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"191":{"tf":1.0},"192":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"152":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":6,"docs":{"173":{"tf":1.0},"193":{"tf":1.0},"195":{"tf":1.0},"254":{"tf":1.0},"256":{"tf":1.0},"262":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"67":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"s":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"363":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"160":{"tf":1.0},"244":{"tf":1.0},"28":{"tf":1.0},"297":{"tf":1.0},"322":{"tf":1.0},"358":{"tf":1.0},"43":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"11":{"tf":1.0},"229":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"l":{"df":4,"docs":{"193":{"tf":1.0},"194":{"tf":1.0},"199":{"tf":1.0},"207":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"25":{"tf":1.0},"346":{"tf":1.0},"364":{"tf":1.0},"81":{"tf":1.0},"86":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"289":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"344":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"d":{"df":1,"docs":{"14":{"tf":1.0}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"374":{"tf":1.0}}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"39":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":8,"docs":{"120":{"tf":1.0},"246":{"tf":1.0},"255":{"tf":1.0},"260":{"tf":1.0},"266":{"tf":1.0},"293":{"tf":1.0},"313":{"tf":1.0},"317":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"376":{"tf":1.0},"381":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"61":{"tf":1.0}}}}},"df":0,"docs":{}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":12,"docs":{"126":{"tf":1.0},"131":{"tf":1.0},"145":{"tf":1.0},"176":{"tf":1.0},"209":{"tf":1.0},"249":{"tf":1.0},"265":{"tf":1.0},"274":{"tf":1.0},"308":{"tf":1.0},"350":{"tf":1.0},"4":{"tf":1.0},"71":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"268":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"150":{"tf":1.0},"26":{"tf":1.0},"349":{"tf":1.0}}}}},"df":0,"docs":{}},"h":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"362":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"144":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":19,"docs":{"103":{"tf":1.0},"105":{"tf":1.0},"112":{"tf":1.0},"162":{"tf":1.0},"171":{"tf":1.0},"184":{"tf":1.0},"189":{"tf":1.0},"197":{"tf":1.0},"204":{"tf":1.0},"209":{"tf":1.0},"211":{"tf":1.0},"217":{"tf":1.0},"24":{"tf":1.0},"345":{"tf":1.0},"377":{"tf":1.0},"61":{"tf":1.0},"80":{"tf":1.0},"94":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"67":{"tf":1.0}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"202":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":3,"docs":{"136":{"tf":1.0},"215":{"tf":1.0},"37":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"141":{"tf":1.0},"387":{"tf":1.0}}}}}}}},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":5,"docs":{"361":{"tf":1.0},"365":{"tf":1.0},"377":{"tf":1.0},"378":{"tf":1.0},"384":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"281":{"tf":1.0},"288":{"tf":1.0},"353":{"tf":1.0}}}}}},"q":{"df":1,"docs":{"385":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"282":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":6,"docs":{"145":{"tf":1.0},"146":{"tf":1.0},"164":{"tf":1.0},"261":{"tf":1.0},"275":{"tf":1.0},"3":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":4,"docs":{"231":{"tf":1.0},"318":{"tf":1.0},"355":{"tf":1.0},"384":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"319":{"tf":1.0}}}}}},"n":{"d":{"df":1,"docs":{"366":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"19":{"tf":1.0},"51":{"tf":1.0},"77":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"150":{"tf":1.0},"329":{"tf":1.0},"34":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":4,"docs":{"357":{"tf":1.0},"359":{"tf":1.0},"383":{"tf":1.0},"384":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"69":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":8,"docs":{"0":{"tf":1.0},"202":{"tf":1.0},"306":{"tf":1.0},"316":{"tf":1.0},"370":{"tf":1.0},"6":{"tf":1.0},"68":{"tf":1.0},"9":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"283":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"361":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"239":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"386":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"375":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"138":{"tf":1.0}}}}}}},"r":{"a":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"n":{"a":{"df":1,"docs":{"327":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"190":{"tf":1.0}}},"df":0,"docs":{}}},"df":4,"docs":{"165":{"tf":1.0},"352":{"tf":1.0},"64":{"tf":1.0},"74":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"137":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"20":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":2,"docs":{"77":{"tf":1.0},"83":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"206":{"tf":1.0},"207":{"tf":1.0},"234":{"tf":1.0},"248":{"tf":1.0},"253":{"tf":1.0},"279":{"tf":1.0},"307":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"71":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"123":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"150":{"tf":1.0},"194":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":11,"docs":{"153":{"tf":1.0},"159":{"tf":1.0},"243":{"tf":1.0},"254":{"tf":1.0},"255":{"tf":1.0},"287":{"tf":1.0},"296":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"321":{"tf":1.0},"331":{"tf":1.0}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"136":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":1,"docs":{"64":{"tf":1.0}},"i":{"df":1,"docs":{"191":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":6,"docs":{"264":{"tf":1.0},"297":{"tf":1.0},"359":{"tf":1.0},"383":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"49":{"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":1,"docs":{"199":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"175":{"tf":1.0},"197":{"tf":1.0},"270":{"tf":1.0},"339":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"372":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"193":{"tf":1.0},"195":{"tf":1.0}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"361":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":3,"docs":{"121":{"tf":1.0},"272":{"tf":1.0},"88":{"tf":1.0}}}},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":2,"docs":{"141":{"tf":1.0},"143":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":1,"docs":{"213":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"282":{"tf":1.0}}}}},"v":{"df":1,"docs":{"219":{"tf":1.0}}}},"k":{"8":{"df":12,"docs":{"155":{"tf":1.0},"245":{"tf":1.0},"262":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"270":{"tf":1.0},"283":{"tf":1.0},"297":{"tf":1.0},"302":{"tf":1.0},"312":{"tf":1.0},"323":{"tf":1.0},"333":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":4,"docs":{"223":{"tf":1.0},"226":{"tf":1.0},"3":{"tf":1.0},"67":{"tf":1.0}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"375":{"tf":1.0}}}}}},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"161":{"tf":1.0},"245":{"tf":1.0},"323":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"g":{"df":4,"docs":{"237":{"tf":1.0},"298":{"tf":1.0},"356":{"tf":1.0},"384":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"36":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"65":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":3,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"220":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"283":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":6,"docs":{"150":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"373":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"177":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"32":{"tf":1.0}}},"k":{"df":1,"docs":{"12":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":3,"docs":{"104":{"tf":1.0},"127":{"tf":1.0},"377":{"tf":1.0}}}}},"o":{"a":{"d":{"df":4,"docs":{"133":{"tf":1.0},"134":{"tf":1.0},"264":{"tf":1.0},"384":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"153":{"tf":1.0},"159":{"tf":1.0},"243":{"tf":1.0},"321":{"tf":1.0}}},"t":{"df":2,"docs":{"238":{"tf":1.0},"367":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":18,"docs":{"281":{"tf":1.0},"289":{"tf":1.0},"299":{"tf":1.0},"306":{"tf":1.4142135623730951},"310":{"tf":1.0},"315":{"tf":1.0},"316":{"tf":1.4142135623730951},"317":{"tf":1.0},"318":{"tf":1.0},"320":{"tf":1.0},"331":{"tf":1.0},"363":{"tf":1.0},"366":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":1.0},"372":{"tf":1.0},"373":{"tf":1.0},"46":{"tf":1.0}},"o":{"df":2,"docs":{"0":{"tf":1.0},"383":{"tf":1.0}}}},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"156":{"tf":1.0},"353":{"tf":1.0}}},"p":{"df":1,"docs":{"76":{"tf":1.0}}}},"w":{"df":1,"docs":{"195":{"tf":1.0}}}}},"m":{"a":{"c":{"df":0,"docs":{},"o":{"df":2,"docs":{"259":{"tf":1.0},"286":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"235":{"tf":1.0},"258":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"145":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":2,"docs":{"164":{"tf":1.0},"251":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"140":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"137":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"376":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"196":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"300":{"tf":1.0},"326":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"309":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"354":{"tf":1.0},"355":{"tf":1.0},"356":{"tf":1.0},"381":{"tf":1.0}}}},"x":{"df":1,"docs":{"198":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"192":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"111":{"tf":1.0}}}}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"319":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":2,"docs":{"222":{"tf":1.0},"74":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":2,"docs":{"241":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"138":{"tf":1.0}}}}}}},"w":{"df":6,"docs":{"209":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"6":{"tf":1.0}}},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"271":{"tf":1.0},"29":{"tf":1.0},"292":{"tf":1.0},"96":{"tf":1.0}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":18,"docs":{"167":{"tf":1.0},"178":{"tf":1.0},"187":{"tf":1.0},"233":{"tf":1.0},"252":{"tf":1.0},"296":{"tf":1.0},"299":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"316":{"tf":1.0},"318":{"tf":1.0},"325":{"tf":1.0},"328":{"tf":1.0},"357":{"tf":1.0},"368":{"tf":1.0},"371":{"tf":1.0},"372":{"tf":1.0},"379":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"252":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":5,"docs":{"148":{"tf":1.0},"175":{"tf":1.0},"259":{"tf":1.0},"270":{"tf":1.0},"284":{"tf":1.0}}}}}},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":13,"docs":{"119":{"tf":1.0},"168":{"tf":1.0},"267":{"tf":1.0},"300":{"tf":1.0},"311":{"tf":1.0},"315":{"tf":1.0},"325":{"tf":1.0},"329":{"tf":1.0},"332":{"tf":1.0},"374":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.0},"73":{"tf":1.0}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"362":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"219":{"tf":1.0},"224":{"tf":1.0},"226":{"tf":1.0},"228":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":9,"docs":{"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"267":{"tf":1.0},"269":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"118":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":1,"docs":{"324":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"370":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"49":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"240":{"tf":1.0}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":3,"docs":{"224":{"tf":1.0},"33":{"tf":1.0},"98":{"tf":1.0}}}}}}}}}},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"184":{"tf":1.0},"189":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"237":{"tf":1.0},"298":{"tf":1.0},"384":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"90":{"tf":1.0}}}}}}}},"df":0,"docs":{},"t":{"df":5,"docs":{"191":{"tf":1.0},"219":{"tf":1.0},"30":{"tf":1.0},"335":{"tf":1.0},"64":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"15":{"tf":1.0},"240":{"tf":1.0},"5":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":11,"docs":{"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"115":{"tf":1.0},"122":{"tf":1.0},"125":{"tf":1.0},"186":{"tf":1.0},"188":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"318":{"tf":1.0},"85":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"304":{"tf":1.0}}}}}}}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"56":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"48":{"tf":1.0}}}}}}}}}}},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"57":{"tf":1.0}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":4,"docs":{"242":{"tf":1.0},"259":{"tf":1.0},"284":{"tf":1.0},"303":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"o":{"d":{"df":1,"docs":{"323":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"276":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0}}}}},"l":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"278":{"tf":1.0}},"e":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"354":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"173":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"360":{"tf":1.0},"382":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":4,"docs":{"116":{"tf":1.0},"185":{"tf":1.0},"277":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":2,"docs":{"236":{"tf":1.0},"257":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"18":{"tf":1.0},"230":{"tf":1.0},"263":{"tf":1.0}}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"290":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"223":{"tf":1.0},"225":{"tf":1.0}}}}}},"df":0,"docs":{}}},"o":{"b":{"df":0,"docs":{},"e":{"df":1,"docs":{"210":{"tf":1.0}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"159":{"tf":1.0},"243":{"tf":1.0},"321":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"168":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"133":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":2,"docs":{"325":{"tf":1.0},"326":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"50":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"169":{"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":{"326":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":13,"docs":{"106":{"tf":1.0},"12":{"tf":1.0},"166":{"tf":1.0},"247":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.0},"308":{"tf":1.0},"330":{"tf":1.0},"338":{"tf":1.0},"352":{"tf":1.0},"365":{"tf":1.0},"367":{"tf":1.0},"4":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"102":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"85":{"tf":1.0}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"63":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"210":{"tf":1.0},"211":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"df":3,"docs":{"371":{"tf":1.0},"380":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"176":{"tf":1.0}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":7,"docs":{"166":{"tf":1.0},"194":{"tf":1.0},"234":{"tf":1.0},"248":{"tf":1.0},"250":{"tf":1.0},"257":{"tf":1.0},"268":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"106":{"tf":1.0},"191":{"tf":1.0},"213":{"tf":1.0},"293":{"tf":1.0},"308":{"tf":1.0},"330":{"tf":1.0},"338":{"tf":1.0},"367":{"tf":1.0}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":5,"docs":{"231":{"tf":1.0},"232":{"tf":1.0},"242":{"tf":1.0},"278":{"tf":1.0},"344":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"130":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":2,"docs":{"362":{"tf":1.0},"387":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"36":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"102":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"252":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"167":{"tf":1.0}}}}}}}}},"df":16,"docs":{"146":{"tf":1.0},"149":{"tf":1.0},"249":{"tf":1.0},"25":{"tf":1.0},"254":{"tf":1.0},"256":{"tf":1.0},"262":{"tf":1.0},"265":{"tf":1.0},"283":{"tf":1.0},"309":{"tf":1.0},"346":{"tf":1.0},"358":{"tf":1.0},"363":{"tf":1.0},"364":{"tf":1.0},"365":{"tf":1.0},"53":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":35,"docs":{"120":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"163":{"tf":1.0},"205":{"tf":1.0},"227":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"254":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"260":{"tf":1.0},"262":{"tf":1.0},"266":{"tf":1.0},"273":{"tf":1.0},"285":{"tf":1.0},"286":{"tf":1.0},"287":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"306":{"tf":1.0},"320":{"tf":1.0},"321":{"tf":1.0},"322":{"tf":1.0},"323":{"tf":1.0},"368":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"209":{"tf":1.0}}}}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"115":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":14,"docs":{"117":{"tf":1.0},"123":{"tf":1.0},"149":{"tf":1.0},"192":{"tf":1.0},"32":{"tf":1.0},"351":{"tf":1.0},"375":{"tf":1.0},"55":{"tf":1.0},"75":{"tf":1.0},"77":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0}}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":6,"docs":{"234":{"tf":1.0},"248":{"tf":1.0},"279":{"tf":1.0},"307":{"tf":1.0},"70":{"tf":1.0},"72":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"268":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"85":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"221":{"tf":1.0},"337":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"d":{"df":3,"docs":{"22":{"tf":1.0},"361":{"tf":1.0},"378":{"tf":1.0}}},"df":6,"docs":{"114":{"tf":1.0},"157":{"tf":1.0},"201":{"tf":1.0},"208":{"tf":1.0},"314":{"tf":1.0},"334":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"120":{"tf":1.0},"295":{"tf":1.0}}}},"df":0,"docs":{}},"f":{"df":1,"docs":{"287":{"tf":1.0}}}},"t":{"df":3,"docs":{"278":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"230":{"tf":1.0},"247":{"tf":1.0},"258":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"78":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"89":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"364":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"259":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"127":{"tf":1.0},"210":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":2,"docs":{"146":{"tf":1.0},"251":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":5,"docs":{"105":{"tf":1.0},"261":{"tf":1.0},"284":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"282":{"tf":1.0}}}}}},"t":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"45":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"250":{"tf":1.0},"71":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"142":{"tf":1.0}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"174":{"tf":1.0}}}}}},"y":{"df":1,"docs":{"211":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":11,"docs":{"145":{"tf":1.0},"147":{"tf":1.0},"271":{"tf":1.0},"29":{"tf":1.0},"292":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"96":{"tf":1.0}}}},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"11":{"tf":1.0},"229":{"tf":1.0},"87":{"tf":1.0}}}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"198":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"87":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"132":{"tf":1.0},"365":{"tf":1.0},"54":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"179":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"134":{"tf":1.0}}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"352":{"tf":1.0}}}}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"211":{"tf":1.0},"319":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"324":{"tf":1.0}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":14,"docs":{"0":{"tf":1.0},"124":{"tf":1.4142135623730951},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"19":{"tf":1.0},"283":{"tf":1.0},"48":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0},"77":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{":":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"383":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"364":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"e":{"df":5,"docs":{"139":{"tf":1.4142135623730951},"364":{"tf":1.0},"50":{"tf":1.4142135623730951},"84":{"tf":1.0},"86":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"304":{"tf":1.0},"380":{"tf":1.0}}}}}}}},"o":{"d":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"144":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":9,"docs":{"140":{"tf":1.0},"186":{"tf":1.0},"206":{"tf":1.0},"21":{"tf":1.0},"27":{"tf":1.0},"295":{"tf":1.0},"340":{"tf":1.0},"78":{"tf":1.0},"92":{"tf":1.0}}}}}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"100":{"tf":1.0},"107":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"137":{"tf":1.0},"342":{"tf":1.0},"85":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":1,"docs":{"66":{"tf":1.0}}}},"i":{"df":1,"docs":{"28":{"tf":1.0}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"200":{"tf":1.0},"351":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}},"u":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"285":{"tf":1.0}}}}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"84":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"84":{"tf":1.0}}}}},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"8":{"tf":1.0}}},"s":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"125":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"183":{"tf":1.0}}}},"df":5,"docs":{"234":{"tf":1.0},"248":{"tf":1.0},"279":{"tf":1.0},"337":{"tf":1.0},"382":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"64":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":8,"docs":{"246":{"tf":1.0},"255":{"tf":1.0},"260":{"tf":1.0},"266":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"307":{"tf":1.0},"317":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":1,"docs":{"335":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"371":{"tf":1.0},"374":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":3,"docs":{"232":{"tf":1.0},"355":{"tf":1.0},"381":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"i":{"a":{"df":1,"docs":{"268":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":3,"docs":{"173":{"tf":1.0},"193":{"tf":1.0},"316":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"50":{"tf":1.0},"86":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"22":{"tf":1.0},"341":{"tf":1.0},"361":{"tf":1.0},"378":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"212":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":3,"docs":{"182":{"tf":1.0},"199":{"tf":1.0},"2":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":7,"docs":{"215":{"tf":1.0},"228":{"tf":1.0},"252":{"tf":1.0},"274":{"tf":1.0},"275":{"tf":1.0},"282":{"tf":1.0},"369":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":26,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"105":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"111":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"172":{"tf":1.0},"181":{"tf":1.0},"203":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"216":{"tf":1.0},"23":{"tf":1.0},"342":{"tf":1.0},"343":{"tf":1.0},"344":{"tf":1.0},"356":{"tf":1.0},"60":{"tf":1.0},"79":{"tf":1.0},"93":{"tf":1.0},"97":{"tf":1.0},"99":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"178":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"65":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"d":{"df":1,"docs":{"176":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"7":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"'":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"220":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"lang":"English","pipeline":["trimmer","stopWordFilter","stemmer"],"ref":"id","version":"0.9.5"},"results_options":{"limit_results":30,"teaser_word_count":30},"search_options":{"bool":"OR","expand":true,"fields":{"body":{"boost":1},"breadcrumbs":{"boost":1},"title":{"boost":2}}}}); \ No newline at end of file diff --git a/docs/searchindex.json b/docs/searchindex.json new file mode 100644 index 0000000..24b026a --- /dev/null +++ b/docs/searchindex.json @@ -0,0 +1 @@ +{"doc_urls":["project-context-primer.html#logos-testing-framework","project-context-primer.html#core-concept","project-context-primer.html#how-it-works","project-context-primer.html#key-features","project-context-primer.html#quick-example","project-context-primer.html#choose-your-path","project-context-primer.html#new-to-the-framework","project-context-primer.html#ready-to-write-tests","project-context-primer.html#setting-up-cicd","project-context-primer.html#extending-the-framework","project-context-primer.html#project-context","project-context-primer.html#documentation-structure","project-context-primer.html#quick-links","what-you-will-learn.html#what-you-will-learn","what-you-will-learn.html#by-the-end-of-this-book-you-will-be-able-to","what-you-will-learn.html#learning-path","what-you-will-learn.html#what-this-book-does-not-cover","quickstart.html#quickstart","quickstart.html#prerequisites","quickstart.html#your-first-test","quickstart.html#what-just-happened","quickstart.html#1-topology-configuration","quickstart.html#2-wallet-seeding","quickstart.html#3-workloads","quickstart.html#4-expectation","quickstart.html#5-run-duration","quickstart.html#6-deploy-and-execute","quickstart.html#adjust-the-topology","quickstart.html#try-docker-compose","quickstart.html#next-steps","part-i.html#part-i--foundations","introduction.html#introduction","introduction.html#a-scenario-in-20-lines","architecture-overview.html#architecture-overview","architecture-overview.html#core-flow","architecture-overview.html#crate-architecture","architecture-overview.html#layer-responsibilities","architecture-overview.html#extension-points","architecture-overview.html#components","architecture-overview.html#entry-points","architecture-overview.html#builder-api","architecture-overview.html#deployers","architecture-overview.html#assets-and-images","architecture-overview.html#docker-image","architecture-overview.html#circuit-assets","architecture-overview.html#compose-stack","architecture-overview.html#logging-architecture","architecture-overview.html#observability","testing-philosophy.html#testing-philosophy","testing-philosophy.html#declarative-over-imperative","testing-philosophy.html#protocol-time-not-wall-time","testing-philosophy.html#determinism-first-chaos-when-needed","testing-philosophy.html#observable-health-signals","testing-philosophy.html#minimum-run-windows","testing-philosophy.html#summary","scenario-lifecycle.html#scenario-lifecycle","scenario-lifecycle.html#phase-details","scenario-lifecycle.html#1-build-the-plan","scenario-lifecycle.html#2-deploy","scenario-lifecycle.html#3-capture-baseline","scenario-lifecycle.html#4-drive-workloads","scenario-lifecycle.html#5-evaluate-expectations","scenario-lifecycle.html#6-cleanup","design-rationale.html#design-rationale","part-ii.html#part-ii--user-guide","workspace-layout.html#workspace-layout","annotated-tree.html#annotated-tree","annotated-tree.html#key-directories-explained","annotated-tree.html#testing-framework","annotated-tree.html#testing-frameworkassetsstack","annotated-tree.html#scripts","annotated-tree.html#examples-start-here","annotated-tree.html#scripts-1","annotated-tree.html#observability","annotated-tree.html#navigation-guide","authoring-scenarios.html#authoring-scenarios","authoring-scenarios.html#the-core-authoring-loop","authoring-scenarios.html#hello-scenario-your-first-test","authoring-scenarios.html#step-1-shape-the-topology","authoring-scenarios.html#step-2-attach-workloads","authoring-scenarios.html#step-3-define-expectations","authoring-scenarios.html#step-4-set-duration","authoring-scenarios.html#step-5-build-and-deploy","authoring-scenarios.html#complete-hello-scenario","authoring-scenarios.html#understanding-units--timing","authoring-scenarios.html#transaction-rate-per-block-not-per-second","authoring-scenarios.html#duration-wall-clock-time","authoring-scenarios.html#structuring-scenarios-in-a-test-suite","authoring-scenarios.html#pattern-1-integration-test-module","authoring-scenarios.html#pattern-2-shared-scenario-builders","authoring-scenarios.html#pattern-3-parameterized-scenarios","authoring-scenarios.html#what-belongs-where","authoring-scenarios.html#topology","authoring-scenarios.html#workloads","authoring-scenarios.html#expectations","authoring-scenarios.html#best-practices","authoring-scenarios.html#next-steps","workloads.html#core-content-workloads--expectations","workloads.html#overview","workloads.html#built-in-workloads","workloads.html#1-transaction-workload","workloads.html#2-data-availability-da-workload","workloads.html#3-chaos-workload-random-restart","workloads.html#built-in-expectations","workloads.html#1-consensus-liveness","workloads.html#2-workload-specific-expectations","workloads.html#configuration-quick-reference","workloads.html#transaction-workload","workloads.html#da-workload","workloads.html#chaos-workload","workloads.html#common-patterns","workloads.html#pattern-1-multiple-workloads","workloads.html#pattern-2-custom-expectation","workloads.html#debugging-checklist","workloads.html#see-also","scenario-builder-ext-patterns.html#core-content-scenariobuilderext-patterns","best-practices.html#best-practices","best-practices.html#scenario-design","best-practices.html#code-organization","best-practices.html#debugging--observability","best-practices.html#environment--runner-selection","best-practices.html#cicd-integration","best-practices.html#anti-patterns-to-avoid","best-practices.html#scenario-design-heuristics","best-practices.html#testing-the-tests","usage-patterns.html#usage-patterns","examples.html#examples","examples.html#simple-consensus-liveness","examples.html#transaction-workload","examples.html#da--transaction-workload","examples.html#chaos-resilience","examples-advanced.html#advanced-examples","examples-advanced.html#summary","examples-advanced.html#load-progression-test","examples-advanced.html#sustained-load-test","examples-advanced.html#aggressive-chaos-test","examples-advanced.html#extension-ideas","examples-advanced.html#mempool--transaction-handling","examples-advanced.html#network--gossip","examples-advanced.html#time--timing","examples-advanced.html#topology--membership","examples-advanced.html#api--external-interfaces","examples-advanced.html#state--correctness","cucumber-bdd.html#cucumberbdd-interface","cucumber-bdd.html#what-exists-today","cucumber-bdd.html#example-feature-matches-current-steps","cucumber-bdd.html#running-the-smoke-features","cucumber-bdd.html#available-steps-current","cucumber-bdd.html#notes","running-scenarios.html#running-scenarios","running-scenarios.html#execution-flow-high-level","running-scenarios.html#the-core-api","running-scenarios.html#runner-differences","running-scenarios.html#local-host-runner","running-scenarios.html#compose-runner","running-scenarios.html#k8s-runner","running-scenarios.html#artifacts--where-to-look","running-scenarios.html#see-also","runners.html#runners","runners.html#host-runner-local-processes","runners.html#docker-compose-runner","runners.html#kubernetes-runner","runners.html#common-expectations","runners.html#runner-comparison","runners.html#detailed-feature-matrix","runners.html#decision-guide","runners.html#quick-recommendations","node-control.html#runcontext-blockfeed--node-control","node-control.html#blockfeed-observing-block-production","node-control.html#what-blockfeed-provides","node-control.html#accessing-blockfeed","node-control.html#usage-in-expectations","node-control.html#usage-in-workloads","node-control.html#blockfeed-vs-direct-polling","node-control.html#block-statistics","node-control.html#important-notes","node-control.html#real-world-examples","node-control.html#current-chaos-capabilities-and-limitations","node-control.html#accessing-node-control-in-workloadsexpectations","node-control.html#current-api-surface","node-control.html#considerations","chaos.html#chaos-workloads","chaos.html#how-it-works","chaos.html#usage","chaos.html#expectations-to-pair","chaos.html#best-practices","topology-chaos.html#topology--chaos-patterns","topology-chaos.html#node-control-availability","topology-chaos.html#chaos-patterns-to-consider","topology-chaos.html#expectations-to-pair","topology-chaos.html#guidance","part-iii.html#part-iii--developer-reference","scenario-model.html#scenario-model-developer-level","api-levels.html#api-levels-builder-dsl-vs-direct-instantiation","api-levels.html#high-level-builder-dsl-recommended","api-levels.html#low-level-direct-instantiation","api-levels.html#method-correspondence","api-levels.html#bundled-expectations-important","api-levels.html#mixing-both-styles","api-levels.html#implementation-detail-how-the-dsl-works","api-levels.html#troubleshooting","api-levels.html#see-also","extending.html#extending-the-framework","extending.html#adding-a-workload","extending.html#adding-an-expectation","extending.html#adding-a-runner-deployer","extending.html#adding-topology-helpers","extending.html#adding-a-dsl-helper","extending.html#see-also","custom-workload-example.html#example-new-workload--expectation-rust","custom-workload-example.html#workload-simple-reachability-probe","custom-workload-example.html#expectation-confirm-the-target-stayed-reachable","custom-workload-example.html#how-to-wire-it","internal-crate-reference.html#internal-crate-reference","internal-crate-reference.html#where-to-add-new-capabilities","internal-crate-reference.html#extension-workflow","internal-crate-reference.html#adding-a-new-workload","internal-crate-reference.html#adding-a-new-expectation","internal-crate-reference.html#adding-a-new-deployer","part-iv.html#part-iv--operations--deployment","part-iv.html#what-youll-learn","part-iv.html#who-this-section-is-for","part-iv.html#navigation","part-iv.html#key-principles","operations-overview.html#operations--deployment-overview","operations-overview.html#core-principles","operations-overview.html#key-operational-concerns","operations-overview.html#runner-agnostic-design","operations-overview.html#operational-workflow","operations-overview.html#documentation-structure","prerequisites.html#prerequisites--setup","prerequisites.html#required-files","prerequisites.html#versionsenv-required","prerequisites.html#node-binaries","prerequisites.html#option-1-use-helper-scripts-recommended","prerequisites.html#option-2-manual-build","prerequisites.html#option-3-prebuilt-bundles-ci","prerequisites.html#circuit-assets-kzg-parameters","prerequisites.html#asset-location","prerequisites.html#getting-assets","prerequisites.html#override-path","prerequisites.html#when-are-assets-needed","prerequisites.html#platform-requirements","prerequisites.html#host-runner-local-processes","prerequisites.html#compose-runner-docker-compose","prerequisites.html#k8s-runner-kubernetes","prerequisites.html#critical-environment-variable","prerequisites.html#quick-setup-check","prerequisites.html#recommended-use-helper-scripts","running-examples.html#running-examples","running-examples.html#quick-start-recommended","running-examples.html#quick-smoke-matrix","running-examples.html#dev-workflow-updating-nomos-node-revision","running-examples.html#cleanup-helper","running-examples.html#host-runner-direct-cargo-run","running-examples.html#host-runner-environment-variables","running-examples.html#compose-runner-direct-cargo-run","running-examples.html#option-1-prebuilt-bundle-recommended","running-examples.html#option-2-manual-circuitimage-setup","running-examples.html#platform-note-macos--apple-silicon","running-examples.html#compose-runner-environment-variables","running-examples.html#compose-specific-features","running-examples.html#k8s-runner-direct-cargo-run","running-examples.html#prerequisites","running-examples.html#build-and-load-image","running-examples.html#run-the-example","running-examples.html#k8s-runner-environment-variables","running-examples.html#k8s--observability-optional","running-examples.html#via-scriptsrunrun-examplessh-recommended","running-examples.html#in-code-optional","running-examples.html#important-k8s-notes","running-examples.html#next-steps","ci-integration.html#ci-integration","ci-integration.html#runner-comparison-for-ci","ci-integration.html#complete-ci-workflow-example","ci-integration.html#workflow-features","ci-integration.html#customization-points","ci-integration.html#best-practices","ci-integration.html#required-set-pol_proof_dev_mode","ci-integration.html#use-helper-scripts","ci-integration.html#cache-aggressively","ci-integration.html#collect-logs-on-failure","ci-integration.html#split-workflows-for-faster-iteration","ci-integration.html#run-k8s-tests-less-frequently","ci-integration.html#platform-specific-notes","ci-integration.html#ubuntu-runners","ci-integration.html#macos-runners","ci-integration.html#self-hosted-runners","ci-integration.html#debugging-ci-failures","ci-integration.html#enable-debug-logging","ci-integration.html#preserve-containers-compose","ci-integration.html#access-artifacts","ci-integration.html#next-steps","environment-variables.html#environment-variables-reference","environment-variables.html#critical-variables","environment-variables.html#runner-selection--topology","environment-variables.html#node-binaries-host-runner","environment-variables.html#docker-images-compose--k8s","environment-variables.html#circuit-assets-kzg-parameters","environment-variables.html#node-logging","environment-variables.html#observability--metrics","environment-variables.html#compose-runner-specific","environment-variables.html#k8s-runner-specific","environment-variables.html#platform--build-configuration","environment-variables.html#timeouts--performance","environment-variables.html#node-configuration-advanced","environment-variables.html#framework-runner-logging-not-node-logs","environment-variables.html#helper-script-variables","environment-variables.html#quick-reference-examples","environment-variables.html#minimal-host-run","environment-variables.html#debug-logging-host","environment-variables.html#compose-with-observability","environment-variables.html#k8s-with-debug","environment-variables.html#ci-environment","environment-variables.html#see-also","logging-observability.html#logging--observability","logging-observability.html#node-logging-vs-framework-logging","logging-observability.html#logging-environment-variables","logging-observability.html#per-node-log-files","logging-observability.html#filter-target-names","logging-observability.html#accessing-logs-by-runner","logging-observability.html#local-runner-host-processes","logging-observability.html#compose-runner-docker-containers","logging-observability.html#k8s-runner-kubernetes-pods","logging-observability.html#otlp-and-telemetry","logging-observability.html#observability-prometheus-and-node-apis","logging-observability.html#prometheus-compatible-metrics-querying-optional","logging-observability.html#grafana-optional","logging-observability.html#node-apis","logging-observability.html#observability-flow","logging-observability.html#quick-reference","logging-observability.html#debug-logging-host","logging-observability.html#compose-with-observability","logging-observability.html#k8s-with-debug","logging-observability.html#see-also","part-v.html#part-v--appendix","part-v.html#contents","part-v.html#when-to-use-this-section","dsl-cheat-sheet.html#builder-api-quick-reference","dsl-cheat-sheet.html#imports","dsl-cheat-sheet.html#topology","dsl-cheat-sheet.html#wallets","dsl-cheat-sheet.html#transaction-workload","dsl-cheat-sheet.html#da-workload","dsl-cheat-sheet.html#chaos-workload-requires-enable_node_control","dsl-cheat-sheet.html#expectations","dsl-cheat-sheet.html#run-duration","dsl-cheat-sheet.html#build","dsl-cheat-sheet.html#deployers","dsl-cheat-sheet.html#execution","dsl-cheat-sheet.html#complete-example","troubleshooting.html#troubleshooting-scenarios","troubleshooting.html#quick-symptom-guide","troubleshooting.html#what-failure-looks-like","troubleshooting.html#1-missing-pol_proof_dev_modetrue-most-common","troubleshooting.html#2-missing-versionsenv-file","troubleshooting.html#3-missing-kzg-circuit-assets-da-workloads","troubleshooting.html#4-node-binaries-not-found","troubleshooting.html#5-docker-daemon-not-running-compose","troubleshooting.html#6-image-not-found-composek8s","troubleshooting.html#7-port-conflicts","troubleshooting.html#8-wallet-seeding-failed-insufficient-funds","troubleshooting.html#9-resource-exhaustion-oom--cpu","troubleshooting.html#10-logs-disappear-after-run","troubleshooting.html#11-consensus-timing-too-tight--run-duration-too-short","troubleshooting.html#summary-quick-checklist-for-failed-runs","troubleshooting.html#where-to-find-logs","troubleshooting.html#log-location-quick-reference","troubleshooting.html#accessing-node-logs-by-runner","troubleshooting.html#debugging-workflow","troubleshooting.html#1-check-framework-output","troubleshooting.html#2-verify-node-readiness","troubleshooting.html#3-inspect-node-logs","troubleshooting.html#4-check-log-levels","troubleshooting.html#5-verify-observability-endpoints","troubleshooting.html#6-compare-with-known-good-scenario","troubleshooting.html#common-error-messages","troubleshooting.html#consensus-liveness-expectation-failed","troubleshooting.html#wallet-seeding-failed","troubleshooting.html#node-control-not-available","troubleshooting.html#readiness-timeout","troubleshooting.html#error-versionsenv-missing","troubleshooting.html#port-already-in-use","troubleshooting.html#image-not-found-logos-blockchain-testinglocal","troubleshooting.html#failed-to-load-kzg-parameters-or-circuit-file-not-found","faq.html#faq","glossary.html#glossary","glossary.html#external-resources"],"index":{"documentStore":{"docInfo":{"0":{"body":27,"breadcrumbs":6,"title":3},"1":{"body":43,"breadcrumbs":5,"title":2},"10":{"body":80,"breadcrumbs":5,"title":2},"100":{"body":225,"breadcrumbs":11,"title":3},"101":{"body":229,"breadcrumbs":13,"title":5},"102":{"body":248,"breadcrumbs":13,"title":5},"103":{"body":0,"breadcrumbs":10,"title":2},"104":{"body":105,"breadcrumbs":11,"title":3},"105":{"body":30,"breadcrumbs":12,"title":4},"106":{"body":0,"breadcrumbs":11,"title":3},"107":{"body":16,"breadcrumbs":10,"title":2},"108":{"body":15,"breadcrumbs":10,"title":2},"109":{"body":12,"breadcrumbs":10,"title":2},"11":{"body":33,"breadcrumbs":5,"title":2},"110":{"body":0,"breadcrumbs":10,"title":2},"111":{"body":20,"breadcrumbs":12,"title":4},"112":{"body":34,"breadcrumbs":12,"title":4},"113":{"body":53,"breadcrumbs":10,"title":2},"114":{"body":36,"breadcrumbs":9,"title":1},"115":{"body":101,"breadcrumbs":12,"title":4},"116":{"body":12,"breadcrumbs":8,"title":2},"117":{"body":116,"breadcrumbs":8,"title":2},"118":{"body":59,"breadcrumbs":8,"title":2},"119":{"body":79,"breadcrumbs":8,"title":2},"12":{"body":28,"breadcrumbs":5,"title":2},"120":{"body":96,"breadcrumbs":9,"title":3},"121":{"body":97,"breadcrumbs":8,"title":2},"122":{"body":175,"breadcrumbs":9,"title":3},"123":{"body":101,"breadcrumbs":9,"title":3},"124":{"body":71,"breadcrumbs":8,"title":2},"125":{"body":84,"breadcrumbs":8,"title":2},"126":{"body":92,"breadcrumbs":6,"title":1},"127":{"body":43,"breadcrumbs":8,"title":3},"128":{"body":44,"breadcrumbs":7,"title":2},"129":{"body":50,"breadcrumbs":8,"title":3},"13":{"body":26,"breadcrumbs":2,"title":1},"130":{"body":64,"breadcrumbs":7,"title":2},"131":{"body":44,"breadcrumbs":9,"title":2},"132":{"body":44,"breadcrumbs":8,"title":1},"133":{"body":57,"breadcrumbs":10,"title":3},"134":{"body":53,"breadcrumbs":10,"title":3},"135":{"body":61,"breadcrumbs":10,"title":3},"136":{"body":7,"breadcrumbs":9,"title":2},"137":{"body":443,"breadcrumbs":10,"title":3},"138":{"body":328,"breadcrumbs":9,"title":2},"139":{"body":168,"breadcrumbs":9,"title":2},"14":{"body":130,"breadcrumbs":3,"title":2},"140":{"body":158,"breadcrumbs":9,"title":2},"141":{"body":141,"breadcrumbs":10,"title":3},"142":{"body":47,"breadcrumbs":9,"title":2},"143":{"body":24,"breadcrumbs":8,"title":2},"144":{"body":30,"breadcrumbs":8,"title":2},"145":{"body":61,"breadcrumbs":11,"title":5},"146":{"body":22,"breadcrumbs":9,"title":3},"147":{"body":73,"breadcrumbs":9,"title":3},"148":{"body":36,"breadcrumbs":7,"title":1},"149":{"body":19,"breadcrumbs":8,"title":2},"15":{"body":63,"breadcrumbs":3,"title":2},"150":{"body":52,"breadcrumbs":10,"title":4},"151":{"body":51,"breadcrumbs":8,"title":2},"152":{"body":0,"breadcrumbs":8,"title":2},"153":{"body":41,"breadcrumbs":9,"title":3},"154":{"body":39,"breadcrumbs":8,"title":2},"155":{"body":29,"breadcrumbs":8,"title":2},"156":{"body":31,"breadcrumbs":8,"title":2},"157":{"body":6,"breadcrumbs":7,"title":1},"158":{"body":32,"breadcrumbs":6,"title":1},"159":{"body":44,"breadcrumbs":9,"title":4},"16":{"body":66,"breadcrumbs":3,"title":2},"160":{"body":53,"breadcrumbs":8,"title":3},"161":{"body":43,"breadcrumbs":7,"title":2},"162":{"body":26,"breadcrumbs":7,"title":2},"163":{"body":77,"breadcrumbs":7,"title":2},"164":{"body":64,"breadcrumbs":8,"title":3},"165":{"body":61,"breadcrumbs":7,"title":2},"166":{"body":56,"breadcrumbs":7,"title":2},"167":{"body":25,"breadcrumbs":12,"title":4},"168":{"body":21,"breadcrumbs":12,"title":4},"169":{"body":58,"breadcrumbs":10,"title":2},"17":{"body":4,"breadcrumbs":2,"title":1},"170":{"body":6,"breadcrumbs":10,"title":2},"171":{"body":163,"breadcrumbs":10,"title":2},"172":{"body":140,"breadcrumbs":10,"title":2},"173":{"body":79,"breadcrumbs":12,"title":4},"174":{"body":35,"breadcrumbs":10,"title":2},"175":{"body":61,"breadcrumbs":10,"title":2},"176":{"body":37,"breadcrumbs":11,"title":3},"177":{"body":56,"breadcrumbs":12,"title":4},"178":{"body":49,"breadcrumbs":12,"title":4},"179":{"body":45,"breadcrumbs":11,"title":3},"18":{"body":62,"breadcrumbs":2,"title":1},"180":{"body":32,"breadcrumbs":9,"title":1},"181":{"body":34,"breadcrumbs":8,"title":2},"182":{"body":56,"breadcrumbs":7,"title":1},"183":{"body":34,"breadcrumbs":7,"title":1},"184":{"body":24,"breadcrumbs":8,"title":2},"185":{"body":26,"breadcrumbs":8,"title":2},"186":{"body":11,"breadcrumbs":10,"title":3},"187":{"body":16,"breadcrumbs":10,"title":3},"188":{"body":57,"breadcrumbs":10,"title":3},"189":{"body":24,"breadcrumbs":9,"title":2},"19":{"body":229,"breadcrumbs":3,"title":2},"190":{"body":35,"breadcrumbs":8,"title":1},"191":{"body":10,"breadcrumbs":8,"title":4},"192":{"body":118,"breadcrumbs":12,"title":4},"193":{"body":37,"breadcrumbs":17,"title":7},"194":{"body":37,"breadcrumbs":15,"title":5},"195":{"body":65,"breadcrumbs":14,"title":4},"196":{"body":13,"breadcrumbs":12,"title":2},"197":{"body":22,"breadcrumbs":13,"title":3},"198":{"body":34,"breadcrumbs":13,"title":3},"199":{"body":10,"breadcrumbs":14,"title":4},"2":{"body":58,"breadcrumbs":4,"title":1},"20":{"body":3,"breadcrumbs":2,"title":1},"200":{"body":18,"breadcrumbs":11,"title":1},"201":{"body":11,"breadcrumbs":11,"title":1},"202":{"body":18,"breadcrumbs":8,"title":2},"203":{"body":182,"breadcrumbs":8,"title":2},"204":{"body":148,"breadcrumbs":8,"title":2},"205":{"body":182,"breadcrumbs":9,"title":3},"206":{"body":58,"breadcrumbs":9,"title":3},"207":{"body":115,"breadcrumbs":9,"title":3},"208":{"body":22,"breadcrumbs":7,"title":1},"209":{"body":19,"breadcrumbs":14,"title":5},"21":{"body":28,"breadcrumbs":4,"title":3},"210":{"body":117,"breadcrumbs":13,"title":4},"211":{"body":67,"breadcrumbs":14,"title":5},"212":{"body":24,"breadcrumbs":10,"title":1},"213":{"body":116,"breadcrumbs":10,"title":3},"214":{"body":63,"breadcrumbs":10,"title":3},"215":{"body":0,"breadcrumbs":9,"title":2},"216":{"body":103,"breadcrumbs":10,"title":3},"217":{"body":61,"breadcrumbs":10,"title":3},"218":{"body":56,"breadcrumbs":10,"title":3},"219":{"body":13,"breadcrumbs":8,"title":4},"22":{"body":20,"breadcrumbs":4,"title":3},"220":{"body":42,"breadcrumbs":6,"title":2},"221":{"body":26,"breadcrumbs":5,"title":1},"222":{"body":36,"breadcrumbs":5,"title":1},"223":{"body":45,"breadcrumbs":6,"title":2},"224":{"body":16,"breadcrumbs":8,"title":3},"225":{"body":50,"breadcrumbs":7,"title":2},"226":{"body":86,"breadcrumbs":8,"title":3},"227":{"body":101,"breadcrumbs":8,"title":3},"228":{"body":47,"breadcrumbs":7,"title":2},"229":{"body":50,"breadcrumbs":7,"title":2},"23":{"body":49,"breadcrumbs":3,"title":2},"230":{"body":8,"breadcrumbs":8,"title":2},"231":{"body":0,"breadcrumbs":8,"title":2},"232":{"body":69,"breadcrumbs":8,"title":2},"233":{"body":8,"breadcrumbs":8,"title":2},"234":{"body":20,"breadcrumbs":12,"title":6},"235":{"body":31,"breadcrumbs":10,"title":4},"236":{"body":36,"breadcrumbs":11,"title":5},"237":{"body":8,"breadcrumbs":10,"title":4},"238":{"body":19,"breadcrumbs":8,"title":2},"239":{"body":51,"breadcrumbs":8,"title":2},"24":{"body":20,"breadcrumbs":3,"title":2},"240":{"body":13,"breadcrumbs":8,"title":2},"241":{"body":33,"breadcrumbs":8,"title":2},"242":{"body":0,"breadcrumbs":8,"title":2},"243":{"body":25,"breadcrumbs":10,"title":4},"244":{"body":47,"breadcrumbs":10,"title":4},"245":{"body":66,"breadcrumbs":9,"title":3},"246":{"body":47,"breadcrumbs":9,"title":3},"247":{"body":59,"breadcrumbs":9,"title":3},"248":{"body":79,"breadcrumbs":10,"title":4},"249":{"body":13,"breadcrumbs":8,"title":2},"25":{"body":32,"breadcrumbs":4,"title":3},"250":{"body":103,"breadcrumbs":9,"title":3},"251":{"body":140,"breadcrumbs":9,"title":3},"252":{"body":68,"breadcrumbs":12,"title":6},"253":{"body":16,"breadcrumbs":8,"title":2},"254":{"body":18,"breadcrumbs":11,"title":5},"255":{"body":92,"breadcrumbs":10,"title":4},"256":{"body":12,"breadcrumbs":11,"title":5},"257":{"body":41,"breadcrumbs":11,"title":5},"258":{"body":30,"breadcrumbs":11,"title":5},"259":{"body":18,"breadcrumbs":11,"title":5},"26":{"body":39,"breadcrumbs":4,"title":3},"260":{"body":96,"breadcrumbs":10,"title":4},"261":{"body":44,"breadcrumbs":9,"title":3},"262":{"body":12,"breadcrumbs":11,"title":5},"263":{"body":18,"breadcrumbs":7,"title":1},"264":{"body":61,"breadcrumbs":9,"title":3},"265":{"body":13,"breadcrumbs":8,"title":2},"266":{"body":83,"breadcrumbs":10,"title":4},"267":{"body":56,"breadcrumbs":9,"title":3},"268":{"body":20,"breadcrumbs":10,"title":4},"269":{"body":13,"breadcrumbs":8,"title":2},"27":{"body":42,"breadcrumbs":3,"title":2},"270":{"body":44,"breadcrumbs":9,"title":3},"271":{"body":20,"breadcrumbs":8,"title":2},"272":{"body":10,"breadcrumbs":8,"title":2},"273":{"body":74,"breadcrumbs":9,"title":3},"274":{"body":482,"breadcrumbs":10,"title":4},"275":{"body":52,"breadcrumbs":8,"title":2},"276":{"body":55,"breadcrumbs":8,"title":2},"277":{"body":0,"breadcrumbs":8,"title":2},"278":{"body":17,"breadcrumbs":9,"title":3},"279":{"body":21,"breadcrumbs":9,"title":3},"28":{"body":190,"breadcrumbs":4,"title":3},"280":{"body":27,"breadcrumbs":8,"title":2},"281":{"body":24,"breadcrumbs":9,"title":3},"282":{"body":22,"breadcrumbs":10,"title":4},"283":{"body":17,"breadcrumbs":11,"title":5},"284":{"body":0,"breadcrumbs":9,"title":3},"285":{"body":9,"breadcrumbs":8,"title":2},"286":{"body":12,"breadcrumbs":8,"title":2},"287":{"body":18,"breadcrumbs":9,"title":3},"288":{"body":0,"breadcrumbs":9,"title":3},"289":{"body":10,"breadcrumbs":9,"title":3},"29":{"body":24,"breadcrumbs":3,"title":2},"290":{"body":25,"breadcrumbs":9,"title":3},"291":{"body":9,"breadcrumbs":8,"title":2},"292":{"body":16,"breadcrumbs":8,"title":2},"293":{"body":9,"breadcrumbs":9,"title":3},"294":{"body":39,"breadcrumbs":8,"title":2},"295":{"body":70,"breadcrumbs":9,"title":3},"296":{"body":41,"breadcrumbs":10,"title":4},"297":{"body":89,"breadcrumbs":10,"title":4},"298":{"body":156,"breadcrumbs":10,"title":4},"299":{"body":144,"breadcrumbs":8,"title":2},"3":{"body":73,"breadcrumbs":5,"title":2},"30":{"body":10,"breadcrumbs":4,"title":2},"300":{"body":62,"breadcrumbs":8,"title":2},"301":{"body":68,"breadcrumbs":9,"title":3},"302":{"body":107,"breadcrumbs":9,"title":3},"303":{"body":60,"breadcrumbs":9,"title":3},"304":{"body":96,"breadcrumbs":8,"title":2},"305":{"body":66,"breadcrumbs":9,"title":3},"306":{"body":47,"breadcrumbs":11,"title":5},"307":{"body":60,"breadcrumbs":9,"title":3},"308":{"body":0,"breadcrumbs":9,"title":3},"309":{"body":10,"breadcrumbs":9,"title":3},"31":{"body":84,"breadcrumbs":4,"title":1},"310":{"body":13,"breadcrumbs":9,"title":3},"311":{"body":12,"breadcrumbs":8,"title":2},"312":{"body":14,"breadcrumbs":8,"title":2},"313":{"body":7,"breadcrumbs":8,"title":2},"314":{"body":23,"breadcrumbs":7,"title":1},"315":{"body":7,"breadcrumbs":8,"title":2},"316":{"body":97,"breadcrumbs":11,"title":5},"317":{"body":77,"breadcrumbs":9,"title":3},"318":{"body":85,"breadcrumbs":10,"title":4},"319":{"body":38,"breadcrumbs":9,"title":3},"32":{"body":57,"breadcrumbs":6,"title":3},"320":{"body":0,"breadcrumbs":9,"title":3},"321":{"body":75,"breadcrumbs":10,"title":4},"322":{"body":193,"breadcrumbs":10,"title":4},"323":{"body":146,"breadcrumbs":10,"title":4},"324":{"body":35,"breadcrumbs":8,"title":2},"325":{"body":9,"breadcrumbs":10,"title":4},"326":{"body":70,"breadcrumbs":11,"title":5},"327":{"body":56,"breadcrumbs":8,"title":2},"328":{"body":39,"breadcrumbs":8,"title":2},"329":{"body":20,"breadcrumbs":8,"title":2},"33":{"body":10,"breadcrumbs":6,"title":2},"330":{"body":0,"breadcrumbs":8,"title":2},"331":{"body":13,"breadcrumbs":9,"title":3},"332":{"body":27,"breadcrumbs":8,"title":2},"333":{"body":24,"breadcrumbs":8,"title":2},"334":{"body":23,"breadcrumbs":7,"title":1},"335":{"body":7,"breadcrumbs":6,"title":3},"336":{"body":25,"breadcrumbs":4,"title":1},"337":{"body":53,"breadcrumbs":5,"title":2},"338":{"body":7,"breadcrumbs":11,"title":4},"339":{"body":14,"breadcrumbs":8,"title":1},"34":{"body":17,"breadcrumbs":6,"title":2},"340":{"body":22,"breadcrumbs":8,"title":1},"341":{"body":17,"breadcrumbs":8,"title":1},"342":{"body":27,"breadcrumbs":9,"title":2},"343":{"body":35,"breadcrumbs":9,"title":2},"344":{"body":42,"breadcrumbs":11,"title":4},"345":{"body":16,"breadcrumbs":8,"title":1},"346":{"body":17,"breadcrumbs":9,"title":2},"347":{"body":13,"breadcrumbs":8,"title":1},"348":{"body":20,"breadcrumbs":8,"title":1},"349":{"body":28,"breadcrumbs":8,"title":1},"35":{"body":86,"breadcrumbs":6,"title":2},"350":{"body":54,"breadcrumbs":9,"title":2},"351":{"body":133,"breadcrumbs":7,"title":2},"352":{"body":124,"breadcrumbs":8,"title":3},"353":{"body":15,"breadcrumbs":7,"title":2},"354":{"body":102,"breadcrumbs":9,"title":4},"355":{"body":72,"breadcrumbs":9,"title":4},"356":{"body":115,"breadcrumbs":12,"title":7},"357":{"body":128,"breadcrumbs":9,"title":4},"358":{"body":90,"breadcrumbs":10,"title":5},"359":{"body":124,"breadcrumbs":9,"title":4},"36":{"body":97,"breadcrumbs":6,"title":2},"360":{"body":136,"breadcrumbs":8,"title":3},"361":{"body":81,"breadcrumbs":11,"title":6},"362":{"body":114,"breadcrumbs":10,"title":5},"363":{"body":87,"breadcrumbs":9,"title":4},"364":{"body":114,"breadcrumbs":12,"title":7},"365":{"body":82,"breadcrumbs":10,"title":5},"366":{"body":0,"breadcrumbs":7,"title":2},"367":{"body":151,"breadcrumbs":9,"title":4},"368":{"body":362,"breadcrumbs":9,"title":4},"369":{"body":4,"breadcrumbs":7,"title":2},"37":{"body":48,"breadcrumbs":6,"title":2},"370":{"body":16,"breadcrumbs":9,"title":4},"371":{"body":60,"breadcrumbs":9,"title":4},"372":{"body":65,"breadcrumbs":9,"title":4},"373":{"body":35,"breadcrumbs":9,"title":4},"374":{"body":18,"breadcrumbs":9,"title":4},"375":{"body":14,"breadcrumbs":10,"title":5},"376":{"body":0,"breadcrumbs":8,"title":3},"377":{"body":49,"breadcrumbs":9,"title":4},"378":{"body":18,"breadcrumbs":8,"title":3},"379":{"body":27,"breadcrumbs":8,"title":3},"38":{"body":81,"breadcrumbs":5,"title":1},"380":{"body":41,"breadcrumbs":7,"title":2},"381":{"body":44,"breadcrumbs":8,"title":3},"382":{"body":25,"breadcrumbs":8,"title":3},"383":{"body":66,"breadcrumbs":10,"title":5},"384":{"body":73,"breadcrumbs":12,"title":7},"385":{"body":155,"breadcrumbs":5,"title":1},"386":{"body":304,"breadcrumbs":5,"title":1},"387":{"body":9,"breadcrumbs":6,"title":2},"39":{"body":87,"breadcrumbs":6,"title":2},"4":{"body":37,"breadcrumbs":5,"title":2},"40":{"body":49,"breadcrumbs":6,"title":2},"41":{"body":51,"breadcrumbs":5,"title":1},"42":{"body":0,"breadcrumbs":6,"title":2},"43":{"body":35,"breadcrumbs":6,"title":2},"44":{"body":33,"breadcrumbs":6,"title":2},"45":{"body":20,"breadcrumbs":6,"title":2},"46":{"body":93,"breadcrumbs":6,"title":2},"47":{"body":69,"breadcrumbs":5,"title":1},"48":{"body":17,"breadcrumbs":6,"title":2},"49":{"body":46,"breadcrumbs":7,"title":3},"5":{"body":0,"breadcrumbs":5,"title":2},"50":{"body":132,"breadcrumbs":8,"title":4},"51":{"body":74,"breadcrumbs":8,"title":4},"52":{"body":51,"breadcrumbs":7,"title":3},"53":{"body":105,"breadcrumbs":7,"title":3},"54":{"body":26,"breadcrumbs":5,"title":1},"55":{"body":148,"breadcrumbs":6,"title":2},"56":{"body":0,"breadcrumbs":6,"title":2},"57":{"body":47,"breadcrumbs":7,"title":3},"58":{"body":49,"breadcrumbs":6,"title":2},"59":{"body":26,"breadcrumbs":7,"title":3},"6":{"body":9,"breadcrumbs":5,"title":2},"60":{"body":35,"breadcrumbs":7,"title":3},"61":{"body":41,"breadcrumbs":7,"title":3},"62":{"body":37,"breadcrumbs":6,"title":2},"63":{"body":68,"breadcrumbs":6,"title":2},"64":{"body":10,"breadcrumbs":8,"title":4},"65":{"body":103,"breadcrumbs":8,"title":2},"66":{"body":142,"breadcrumbs":8,"title":2},"67":{"body":0,"breadcrumbs":9,"title":3},"68":{"body":44,"breadcrumbs":8,"title":2},"69":{"body":19,"breadcrumbs":8,"title":2},"7":{"body":10,"breadcrumbs":6,"title":3},"70":{"body":37,"breadcrumbs":7,"title":1},"71":{"body":35,"breadcrumbs":9,"title":3},"72":{"body":9,"breadcrumbs":7,"title":1},"73":{"body":45,"breadcrumbs":7,"title":1},"74":{"body":63,"breadcrumbs":8,"title":2},"75":{"body":22,"breadcrumbs":8,"title":2},"76":{"body":52,"breadcrumbs":9,"title":3},"77":{"body":8,"breadcrumbs":10,"title":4},"78":{"body":51,"breadcrumbs":10,"title":4},"79":{"body":51,"breadcrumbs":10,"title":4},"8":{"body":9,"breadcrumbs":6,"title":3},"80":{"body":30,"breadcrumbs":10,"title":4},"81":{"body":43,"breadcrumbs":10,"title":4},"82":{"body":14,"breadcrumbs":10,"title":4},"83":{"body":42,"breadcrumbs":9,"title":3},"84":{"body":0,"breadcrumbs":9,"title":3},"85":{"body":53,"breadcrumbs":12,"title":6},"86":{"body":39,"breadcrumbs":10,"title":4},"87":{"body":0,"breadcrumbs":10,"title":4},"88":{"body":53,"breadcrumbs":11,"title":5},"89":{"body":54,"breadcrumbs":11,"title":5},"9":{"body":8,"breadcrumbs":5,"title":2},"90":{"body":60,"breadcrumbs":10,"title":4},"91":{"body":0,"breadcrumbs":7,"title":1},"92":{"body":27,"breadcrumbs":7,"title":1},"93":{"body":23,"breadcrumbs":7,"title":1},"94":{"body":21,"breadcrumbs":7,"title":1},"95":{"body":57,"breadcrumbs":8,"title":2},"96":{"body":34,"breadcrumbs":8,"title":2},"97":{"body":24,"breadcrumbs":12,"title":4},"98":{"body":41,"breadcrumbs":9,"title":1},"99":{"body":0,"breadcrumbs":10,"title":2}},"docs":{"0":{"body":"Declarative, multi-node blockchain testing for the Logos network The Logos Testing Framework enables you to test consensus, data availability, and transaction workloads across local processes, Docker Compose, and Kubernetes deployments—all with a unified scenario API. Get Started","breadcrumbs":"Project Context Primer » Logos Testing Framework","id":"0","title":"Logos Testing Framework"},"1":{"body":"Everything in this framework is a Scenario. A Scenario is a controlled experiment over time, composed of: Topology — The cluster shape (validators, executors, network layout) Workloads — Traffic and conditions that exercise the system (transactions, DA, chaos) Expectations — Success criteria verified after execution (liveness, inclusion, recovery) Duration — The time window for the experiment This single abstraction makes tests declarative, portable, and composable.","breadcrumbs":"Project Context Primer » Core Concept","id":"1","title":"Core Concept"},"10":{"body":"Logos is a modular blockchain protocol composed of validators, executors, and a data-availability (DA) subsystem: Validators participate in consensus and produce blocks Executors are validators with the DA dispersal service enabled. They perform all validator functions plus submit blob data to the DA network Data Availability (DA) ensures that blob data submitted via channel operations in transactions is published and retrievable by the network These roles interact tightly, which is why meaningful testing must be performed in multi-node environments that include real networking, timing, and DA interaction. The Logos Testing Framework provides the infrastructure to orchestrate these multi-node scenarios reliably across development, CI, and production-like environments. Learn more about the protocol: Logos Project Documentation","breadcrumbs":"Project Context Primer » Project Context","id":"10","title":"Project Context"},"100":{"body":"Submits user-level transactions at a configurable rate to exercise transaction processing and inclusion paths. Import: use testing_framework_workflows::workloads::transaction::Workload; Configuration Parameter Type Default Description rate u64 Required Transactions per block (not per second!) users Option All wallets Number of distinct wallet accounts to use DSL Usage use testing_framework_workflows::ScenarioBuilderExt; ScenarioBuilder::topology_with(|t| t.network_star().validators(3).executors(1)) .wallets(20) // Seed 20 wallet accounts .transactions_with(|tx| { tx.rate(10) // 10 transactions per block .users(5) // Use only 5 of the 20 wallets }) .with_run_duration(Duration::from_secs(60)) .build(); Direct Instantiation use testing_framework_workflows::workloads::transaction; let tx_workload = transaction::Workload::with_rate(10) .expect(\"transaction rate must be non-zero\"); ScenarioBuilder::topology_with(|t| t.network_star().validators(3).executors(1)) .wallets(20) .with_workload(tx_workload) .with_run_duration(Duration::from_secs(60)) .build(); Prerequisites Wallet accounts must be seeded: .wallets(N) // Before .transactions_with() The workload will fail during init() if no wallets are configured. Proof generation must be fast: export POL_PROOF_DEV_MODE=true Without this, proof generation takes ~30-60 seconds per transaction, causing timeouts. Circuit artifacts must be available: Automatically staged by scripts/run/run-examples.sh Or manually via scripts/setup/setup-circuits-stack.sh (recommended) / scripts/setup/setup-nomos-circuits.sh Attached Expectation TxInclusionExpectation — Verifies that submitted transactions were included in blocks. What it checks: At least N transactions were included on-chain (where N = rate × user count × expected block count) Uses BlockFeed to count transactions across all observed blocks Failure modes: \"Expected >= X transactions, observed Y\" (Y < X) Common causes: proof generation timeouts, node crashes, insufficient duration What Failure Looks Like Error: Expectation failed: TxInclusionExpectation Expected: >= 600 transactions (10 tx/block × 60 blocks) Observed: 127 transactions Possible causes: - POL_PROOF_DEV_MODE not set (proof generation too slow) - Duration too short (nodes still syncing) - Node crashes (check logs for panics/OOM) - Wallet accounts not seeded (check topology config) How to debug: Check logs for proof generation timing: grep \"proof generation\" $NOMOS_LOG_DIR/executor-0/*.log Verify POL_PROOF_DEV_MODE=true was set Increase duration: .with_run_duration(Duration::from_secs(120)) Reduce rate: .rate(5) instead of .rate(10)","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » 1. Transaction Workload","id":"100","title":"1. Transaction Workload"},"101":{"body":"Drives blob and channel activity to exercise data availability paths and storage. Import: use testing_framework_workflows::workloads::da::Workload; Configuration Parameter Type Default Description blob_rate_per_block NonZeroU64 Required Blobs to publish per block channel_rate_per_block NonZeroU64 Required Channels to create per block headroom_percent u64 20 Extra capacity for channel planning (avoids saturation) DSL Usage use testing_framework_workflows::ScenarioBuilderExt; ScenarioBuilder::topology_with(|t| t.network_star().validators(3).executors(2)) .da_with(|da| { da.channel_rate(2) // 2 channels per block .blob_rate(4) // 4 blobs per block }) .with_run_duration(Duration::from_secs(120)) .build(); Direct Instantiation use std::num::NonZeroU64;\nuse testing_framework_workflows::workloads::da; let da_workload = da::Workload::with_rate( NonZeroU64::new(4).unwrap(), // blob_rate_per_block NonZeroU64::new(2).unwrap(), // channel_rate_per_block 20, // headroom_percent\n); ScenarioBuilder::topology_with(|t| t.network_star().validators(3).executors(2)) .with_workload(da_workload) .with_run_duration(Duration::from_secs(120)) .build(); Prerequisites Executors must be present: .executors(N) // At least 1 executor DA workload requires executor nodes to handle blob publishing. Sufficient duration: Channel creation and blob publishing are slower than transaction submission. Allow 120+ seconds. Circuit artifacts: Same as transaction workload (POL_PROOF_DEV_MODE, circuits staged). Attached Expectation DaWorkloadExpectation — Verifies blobs and channels were created and published. What it checks: At least N channels were created (where N = channel_rate × expected blocks) At least M blobs were published (where M = blob_rate × expected blocks × headroom) Uses BlockFeed and executor API to verify Failure modes: \"Expected >= X channels, observed Y\" (Y < X) \"Expected >= X blobs, observed Y\" (Y < X) Common causes: executor crashes, insufficient duration, DA saturation What Failure Looks Like Error: Expectation failed: DaWorkloadExpectation Expected: >= 60 channels (2 channels/block × 30 blocks) Observed: 23 channels Possible causes: - Executors crashed or restarted (check executor logs) - Duration too short (channels still being created) - Blob publishing failed (check executor API errors) - Network issues (check validator/executor connectivity) How to debug: Check executor logs: grep \"channel\\|blob\" $NOMOS_LOG_DIR/executor-0/*.log Verify executors stayed running: grep \"panic\\|killed\" $NOMOS_LOG_DIR/executor-*/*.log Increase duration: .with_run_duration(Duration::from_secs(180)) Reduce rates: .channel_rate(1).blob_rate(2)","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » 2. Data Availability (DA) Workload","id":"101","title":"2. Data Availability (DA) Workload"},"102":{"body":"Triggers controlled node restarts to test resilience and recovery behaviors. Import: use testing_framework_workflows::workloads::chaos::RandomRestartWorkload; Configuration Parameter Type Default Description min_delay Duration Required Minimum time between restart attempts max_delay Duration Required Maximum time between restart attempts target_cooldown Duration Required Minimum time before restarting same node again include_validators bool Required Whether to restart validators include_executors bool Required Whether to restart executors Usage use std::time::Duration; use testing_framework_core::scenario::ScenarioBuilder;\nuse testing_framework_workflows::{ScenarioBuilderExt, workloads::chaos::RandomRestartWorkload}; let scenario = ScenarioBuilder::topology_with(|t| { t.network_star().validators(3).executors(2)\n})\n.enable_node_control() // REQUIRED for chaos\n.with_workload(RandomRestartWorkload::new( Duration::from_secs(45), // min_delay Duration::from_secs(75), // max_delay Duration::from_secs(120), // target_cooldown true, // include_validators true, // include_executors\n))\n.expect_consensus_liveness()\n.with_run_duration(Duration::from_secs(180))\n.build(); Prerequisites Node control must be enabled: .enable_node_control() This adds NodeControlCapability to the scenario. Runner must support node control: Compose runner: Supported Local runner: Not supported K8s runner: Not yet implemented Sufficient topology: For validators: Need >1 validator (workload skips if only 1) For executors: Can restart all executors Realistic timing: Total duration should be 2-3× the max_delay + cooldown Example: max_delay=75s, cooldown=120s → duration >= 180s Attached Expectation None. You must explicitly add expectations (typically .expect_consensus_liveness()). Why? Chaos workloads are about testing recovery under disruption. The appropriate expectation depends on what you're testing: Consensus survives restarts → .expect_consensus_liveness() Height converges after chaos → Custom expectation checking BlockFeed What Failure Looks Like Error: Workload failed: chaos_restart Cause: NodeControlHandle not available Possible causes: - Forgot .enable_node_control() in scenario builder - Using local runner (doesn't support node control) - Using k8s runner (doesn't support node control) Or: Error: Expectation failed: ConsensusLiveness Expected: >= 20 blocks Observed: 8 blocks Possible causes: - Restart frequency too high (nodes can't recover) - Consensus timing too slow (increase duration) - Too many validators restarted simultaneously - Nodes crashed after restart (check logs) How to debug: Check restart events in logs: grep \"restarting\\|restart complete\" $NOMOS_LOG_DIR/*/*.log Verify node control is enabled: grep \"NodeControlHandle\" $NOMOS_LOG_DIR/*/*.log Increase cooldown: Duration::from_secs(180) Reduce restart scope: include_validators = false (test executors only) Increase duration: .with_run_duration(Duration::from_secs(300))","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » 3. Chaos Workload (Random Restart)","id":"102","title":"3. Chaos Workload (Random Restart)"},"103":{"body":"","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Built-in Expectations","id":"103","title":"Built-in Expectations"},"104":{"body":"Verifies the system continues to produce blocks during the execution window. Import: use testing_framework_workflows::ScenarioBuilderExt; DSL Usage ScenarioBuilder::topology_with(|t| t.network_star().validators(3).executors(1)) .expect_consensus_liveness() .with_run_duration(Duration::from_secs(60)) .build(); What It Checks At least N blocks were produced (where N = duration / expected_block_time) Uses BlockFeed to count observed blocks Compares against a minimum threshold (typically 50% of theoretical max) Failure Modes Error: Expectation failed: ConsensusLiveness Expected: >= 30 blocks Observed: 3 blocks Possible causes: - Nodes crashed or never started (check logs) - Consensus timing misconfigured (CONSENSUS_SLOT_TIME too high) - Insufficient validators (need >= 2 for BFT consensus) - Duration too short (nodes still syncing) How to Debug Check if nodes started: grep \"node started\\|listening on\" $NOMOS_LOG_DIR/*/*.log Check block production: grep \"block.*height\" $NOMOS_LOG_DIR/validator-*/*.log Check consensus participation: grep \"consensus.*slot\\|proposal\" $NOMOS_LOG_DIR/validator-*/*.log Increase duration: .with_run_duration(Duration::from_secs(120)) Check env vars: echo $CONSENSUS_SLOT_TIME $CONSENSUS_ACTIVE_SLOT_COEFF","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » 1. Consensus Liveness","id":"104","title":"1. Consensus Liveness"},"105":{"body":"Each workload automatically attaches its own expectation: Workload Expectation What It Checks Transaction TxInclusionExpectation Transactions were included in blocks DA DaWorkloadExpectation Blobs and channels were created/published Chaos (None) Add .expect_consensus_liveness() explicitly These expectations are added automatically when using the DSL (.transactions_with(), .da_with()).","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » 2. Workload-Specific Expectations","id":"105","title":"2. Workload-Specific Expectations"},"106":{"body":"","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Configuration Quick Reference","id":"106","title":"Configuration Quick Reference"},"107":{"body":".wallets(20)\n.transactions_with(|tx| tx.rate(10).users(5)) What Value Unit Rate 10 tx/block Users 5 wallet accounts Wallets 20 total seeded","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Transaction Workload","id":"107","title":"Transaction Workload"},"108":{"body":".da_with(|da| da.channel_rate(2).blob_rate(4)) What Value Unit Channel rate 2 channels/block Blob rate 4 blobs/block Headroom 20 percent","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » DA Workload","id":"108","title":"DA Workload"},"109":{"body":".enable_node_control()\n.with_workload(RandomRestartWorkload::new( Duration::from_secs(45), // min Duration::from_secs(75), // max Duration::from_secs(120), // cooldown true, // validators true, // executors\n))","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Chaos Workload","id":"109","title":"Chaos Workload"},"11":{"body":"Section Description Foundations Architecture, philosophy, and design principles User Guide Writing and running scenarios, workloads, and expectations Developer Reference Extending the framework with custom components Operations & Deployment Setup, CI integration, and environment configuration Appendix Quick reference, troubleshooting, FAQ, and glossary","breadcrumbs":"Project Context Primer » Documentation Structure","id":"11","title":"Documentation Structure"},"110":{"body":"","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Common Patterns","id":"110","title":"Common Patterns"},"111":{"body":"ScenarioBuilder::topology_with(|t| t.network_star().validators(3).executors(2)) .wallets(20) .transactions_with(|tx| tx.rate(5).users(10)) .da_with(|da| da.channel_rate(2).blob_rate(2)) .expect_consensus_liveness() .with_run_duration(Duration::from_secs(120)) .build(); All workloads run concurrently. Expectations for each workload run after the execution window ends.","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Pattern 1: Multiple Workloads","id":"111","title":"Pattern 1: Multiple Workloads"},"112":{"body":"use testing_framework_core::scenario::Expectation; struct MyCustomExpectation; #[async_trait]\nimpl Expectation for MyCustomExpectation { async fn evaluate(&self, ctx: &RunContext) -> Result<(), DynError> { // Access BlockFeed, metrics, topology, etc. let block_count = ctx.block_feed()?.count(); if block_count < 10 { return Err(\"Not enough blocks\".into()); } Ok(()) }\n} ScenarioBuilder::topology_with(|t| t.network_star().validators(3).executors(1)) .with_expectation(MyCustomExpectation) .with_run_duration(Duration::from_secs(60)) .build();","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Pattern 2: Custom Expectation","id":"112","title":"Pattern 2: Custom Expectation"},"113":{"body":"When a workload or expectation fails: Check logs: $NOMOS_LOG_DIR/*/ or docker compose logs or kubectl logs Verify environment variables: POL_PROOF_DEV_MODE, NOMOS_NODE_BIN, etc. Check prerequisites: wallets, executors, node control, circuits Increase duration: Double the run duration and retry Reduce rates: Half the traffic rates and retry Check metrics: Prometheus queries for block height, tx count, DA stats Reproduce locally: Use local runner for faster iteration","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Debugging Checklist","id":"113","title":"Debugging Checklist"},"114":{"body":"Authoring Scenarios — Step-by-step tutorial for building scenarios RunContext: BlockFeed & Node Control — Learn how to use BlockFeed in expectations and access node control Examples — Concrete scenario patterns combining workloads and expectations Extending the Framework — Implement custom workloads and expectations Troubleshooting — Common failure scenarios and fixes","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » See Also","id":"114","title":"See Also"},"115":{"body":"When should I read this? After writing 2-3 scenarios. This page documents patterns that emerge from real usage—come back when you're refactoring or standardizing your test suite. Patterns that keep scenarios readable and reusable: Topology-first : start by shaping the cluster (counts, layout) so later steps inherit a clear foundation. Bundle defaults : use the DSL helpers to attach common expectations (like liveness) whenever you add a matching workload, reducing forgotten checks. Intentional rates : express traffic in per-block terms to align with protocol timing rather than wall-clock assumptions. Opt-in chaos : enable restart patterns only in scenarios meant to probe resilience; keep functional smoke tests deterministic. Wallet clarity : seed only the number of actors you need; it keeps transaction scenarios deterministic and interpretable. These patterns make scenario definitions self-explanatory while staying aligned with the framework’s block-oriented timing model.","breadcrumbs":"Part II — User Guide » Core Content: ScenarioBuilderExt Patterns » Core Content: ScenarioBuilderExt Patterns","id":"115","title":"Core Content: ScenarioBuilderExt Patterns"},"116":{"body":"This page collects proven patterns for authoring, running, and maintaining test scenarios that are reliable, maintainable, and actionable.","breadcrumbs":"Part II — User Guide » Best Practices » Best Practices","id":"116","title":"Best Practices"},"117":{"body":"State your intent Document the goal of each scenario (throughput, DA validation, resilience) so expectation choices are obvious Use descriptive variable names that explain topology purpose (e.g., star_topology_3val_2exec vs topology) Add comments explaining why specific rates or durations were chosen Keep runs meaningful Choose durations that allow multiple blocks and make timing-based assertions trustworthy Use FAQ: Run Duration Calculator to estimate minimum duration Avoid runs shorter than 30 seconds unless testing startup behavior specifically Separate concerns Start with deterministic workloads for functional checks Add chaos in dedicated resilience scenarios to avoid noisy failures Don't mix high transaction load with aggressive chaos in the same test (hard to debug) Start small, scale up Begin with minimal topology (1-2 validators) to validate scenario logic Gradually increase topology size and workload rates Use Host runner for fast iteration, then validate on Compose before production","breadcrumbs":"Part II — User Guide » Best Practices » Scenario Design","id":"117","title":"Scenario Design"},"118":{"body":"Reuse patterns Standardize on shared topology and workload presets so results are comparable across environments and teams Extract common topology builders into helper functions Create workspace-level constants for standard rates and durations Example: Topology preset pub fn standard_da_topology() -> GeneratedTopology { TopologyBuilder::new() .network_star() .validators(3) .executors(2) .generate()\n} Example: Shared constants pub const STANDARD_TX_RATE: f64 = 10.0;\npub const STANDARD_DA_CHANNEL_RATE: f64 = 2.0;\npub const SHORT_RUN_DURATION: Duration = Duration::from_secs(60);\npub const LONG_RUN_DURATION: Duration = Duration::from_secs(300);","breadcrumbs":"Part II — User Guide » Best Practices » Code Organization","id":"118","title":"Code Organization"},"119":{"body":"Observe first, tune second Rely on liveness and inclusion signals to interpret outcomes before tweaking rates or topology Enable detailed logging (RUST_LOG=debug, NOMOS_LOG_LEVEL=debug) only after initial failure Use NOMOS_TESTS_KEEP_LOGS=1 to persist logs when debugging failures Use BlockFeed effectively Subscribe to BlockFeed in expectations for real-time block monitoring Track block production rate to detect liveness issues early Use block statistics (block_feed.stats().total_transactions()) to verify inclusion Collect metrics Set up Prometheus/Grafana via scripts/setup/setup-observability.sh compose up for visualizing node behavior Use metrics to identify bottlenecks before adding more load Monitor mempool size, block size, and consensus timing","breadcrumbs":"Part II — User Guide » Best Practices » Debugging & Observability","id":"119","title":"Debugging & Observability"},"12":{"body":"What You Will Learn — Overview of book contents and learning path Quickstart — Get up and running in 10 minutes Examples — Concrete scenario patterns Troubleshooting — Common issues and solutions Environment Variables — Complete configuration reference Ready to start? Head to the Quickstart","breadcrumbs":"Project Context Primer » Quick Links","id":"12","title":"Quick Links"},"120":{"body":"Environment fit Pick runners that match the feedback loop you need: Host : Fast iteration during development, quick CI smoke tests Compose : Reproducible environments (recommended for CI), chaos testing K8s : Production-like fidelity, large topologies (10+ nodes) Runner-specific considerations Runner When to Use When to Avoid Host Development iteration, fast feedback Chaos testing, container-specific issues Compose CI pipelines, chaos tests, reproducibility Very large topologies (>10 nodes) K8s Production-like testing, cluster behaviors Local development, fast iteration Minimal surprises Seed only necessary wallets and keep configuration deltas explicit when moving between CI and developer machines Use versions.env to pin node versions consistently across environments Document non-default environment variables in scenario comments or README","breadcrumbs":"Part II — User Guide » Best Practices » Environment & Runner Selection","id":"120","title":"Environment & Runner Selection"},"121":{"body":"Use matrix builds strategy: matrix: runner: [host, compose] topology: [small, medium] Cache aggressively Cache Rust build artifacts (target/) Cache circuit parameters (assets/stack/kzgrs_test_params/) Cache Docker layers (use BuildKit cache) Collect logs on failure - name: Collect logs on failure if: failure() run: | mkdir -p test-logs find /tmp -name \"nomos-*.log\" -exec cp {} test-logs/ \\;\n- uses: actions/upload-artifact@v3 if: failure() with: name: test-logs-${{ matrix.runner }} path: test-logs/ Time limits Set job timeout to prevent hung runs: timeout-minutes: 30 Use shorter durations in CI (60s) vs local testing (300s) Run expensive tests (k8s, large topologies) only on main branch or release tags See also: CI Integration for complete workflow examples","breadcrumbs":"Part II — User Guide » Best Practices » CI/CD Integration","id":"121","title":"CI/CD Integration"},"122":{"body":"DON'T: Run without POL_PROOF_DEV_MODE # BAD: Will hang/timeout on proof generation\ncargo run -p runner-examples --bin local_runner # GOOD: Fast mode for testing\nPOL_PROOF_DEV_MODE=true cargo run -p runner-examples --bin local_runner DON'T: Use tiny durations // BAD: Not enough time for blocks to propagate\n.with_run_duration(Duration::from_secs(5)) // GOOD: Allow multiple consensus rounds\n.with_run_duration(Duration::from_secs(60)) DON'T: Ignore cleanup failures // BAD: Next run inherits leaked state\nrunner.run(&mut scenario).await?;\n// forgot to call cleanup or use CleanupGuard // GOOD: Cleanup via guard (automatic on panic)\nlet _cleanup = CleanupGuard::new(runner.clone());\nrunner.run(&mut scenario).await?; DON'T: Mix concerns in one scenario // BAD: Hard to debug when it fails\n.transactions_with(|tx| tx.rate(50).users(100)) // high load\n.chaos_with(|c| c.restart().min_delay(...)) // AND chaos\n.da_with(|da| da.channel_rate(10).blob_rate(20)) // AND DA stress // GOOD: Separate tests for each concern\n// Test 1: High transaction load only\n// Test 2: Chaos resilience only\n// Test 3: DA stress only DON'T: Hardcode paths or ports // BAD: Breaks on different machines\nlet path = PathBuf::from(\"/home/user/circuits/kzgrs_test_params\");\nlet port = 9000; // might conflict // GOOD: Use env vars and dynamic allocation\nlet path = std::env::var(\"NOMOS_KZGRS_PARAMS_PATH\") .unwrap_or_else(|_| \"assets/stack/kzgrs_test_params/kzgrs_test_params\".to_string());\nlet port = get_available_tcp_port(); DON'T: Ignore resource limits # BAD: Large topology without checking resources\nscripts/run/run-examples.sh -v 20 -e 10 compose\n# (might OOM or exhaust ulimits) # GOOD: Scale gradually and monitor resources\nscripts/run/run-examples.sh -v 3 -e 2 compose # start small\ndocker stats # monitor resource usage\n# then increase if resources allow","breadcrumbs":"Part II — User Guide » Best Practices » Anti-Patterns to Avoid","id":"122","title":"Anti-Patterns to Avoid"},"123":{"body":"Minimal viable topology Consensus: 3 validators (minimum for Byzantine fault tolerance) DA: 2+ executors (test dispersal and sampling) Network: Star topology (simplest for debugging) Workload rate selection Start with 1-5 tx/s per user, then increase DA: 1-2 channels, 1-3 blobs/channel initially Chaos: 30s+ intervals between restarts (allow recovery) Duration guidelines Test Type Minimum Duration Typical Duration Smoke test 30s 60s Integration test 60s 120s Load test 120s 300s Resilience test 120s 300s Soak test 600s (10m) 3600s (1h) Expectation selection Test Goal Expectations Basic functionality expect_consensus_liveness() Transaction handling expect_consensus_liveness() + custom inclusion check DA correctness expect_consensus_liveness() + DA dispersal/sampling checks Resilience expect_consensus_liveness() + recovery time measurement","breadcrumbs":"Part II — User Guide » Best Practices » Scenario Design Heuristics","id":"123","title":"Scenario Design Heuristics"},"124":{"body":"Validate scenarios before committing Run on Host runner first (fast feedback) Run on Compose runner (reproducibility check) Check logs for warnings or errors Verify cleanup (no leaked processes/containers) Run 2-3 times to check for flakiness Handling flaky tests Increase run duration (timing-sensitive assertions need longer runs) Reduce workload rates (might be saturating nodes) Check resource limits (CPU/RAM/ulimits) Add debugging output to identify race conditions Consider if test is over-specified (too strict expectations) See also: Troubleshooting for common failure patterns FAQ for design decisions and gotchas","breadcrumbs":"Part II — User Guide » Best Practices » Testing the Tests","id":"124","title":"Testing the Tests"},"125":{"body":"Shape a topology, pick a runner : choose local for quick iteration, compose for reproducible multi-node stacks with observability, or k8s for cluster-grade validation. Compose workloads deliberately : pair transactions and data-availability traffic for end-to-end coverage; add chaos only when assessing recovery and resilience. Align expectations with goals : use liveness-style checks to confirm the system keeps up with planned activity, and add workload-specific assertions for inclusion or availability. Reuse plans across environments : keep the scenario constant while swapping runners to compare behavior between developer machines and CI clusters. Iterate with clear signals : treat expectation outcomes as the primary pass/fail indicator, and adjust topology or workloads based on what those signals reveal.","breadcrumbs":"Part II — User Guide » Usage Patterns » Usage Patterns","id":"125","title":"Usage Patterns"},"126":{"body":"Concrete scenario shapes that illustrate how to combine topologies, workloads, and expectations. View Complete Source Code: local_runner.rs — Host processes (local) compose_runner.rs — Docker Compose k8s_runner.rs — Kubernetes Runnable examples: The repo includes complete binaries in examples/src/bin/: local_runner.rs — Host processes (local) compose_runner.rs — Docker Compose (requires image built) k8s_runner.rs — Kubernetes (requires cluster access and image loaded) Recommended: Use scripts/run/run-examples.sh -t -v -e where mode is host, compose, or k8s. Alternative: Direct cargo run: POL_PROOF_DEV_MODE=true cargo run -p runner-examples --bin All runners require POL_PROOF_DEV_MODE=true to avoid expensive proof generation. Code patterns below show how to build scenarios. Wrap these in #[tokio::test] functions for integration tests, or #[tokio::main] for binaries.","breadcrumbs":"Part II — User Guide » Examples » Examples","id":"126","title":"Examples"},"127":{"body":"Minimal test that validates basic block production: use std::time::Duration; use anyhow::Result;\nuse testing_framework_core::scenario::{Deployer, ScenarioBuilder};\nuse testing_framework_runner_local::LocalDeployer;\nuse testing_framework_workflows::ScenarioBuilderExt; pub async fn simple_consensus() -> Result<()> { let mut plan = ScenarioBuilder::topology_with(|t| t.network_star().validators(3).executors(0)) .expect_consensus_liveness() .with_run_duration(Duration::from_secs(30)) .build(); let deployer = LocalDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\n} When to use : smoke tests for consensus on minimal hardware.","breadcrumbs":"Part II — User Guide » Examples » Simple consensus liveness","id":"127","title":"Simple consensus liveness"},"128":{"body":"Test consensus under transaction load: use std::time::Duration; use anyhow::Result;\nuse testing_framework_core::scenario::{Deployer, ScenarioBuilder};\nuse testing_framework_runner_local::LocalDeployer;\nuse testing_framework_workflows::ScenarioBuilderExt; pub async fn transaction_workload() -> Result<()> { let mut plan = ScenarioBuilder::topology_with(|t| t.network_star().validators(2).executors(0)) .wallets(20) .transactions_with(|txs| txs.rate(5).users(10)) .expect_consensus_liveness() .with_run_duration(Duration::from_secs(60)) .build(); let deployer = LocalDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\n} When to use : validate transaction submission and inclusion.","breadcrumbs":"Part II — User Guide » Examples » Transaction workload","id":"128","title":"Transaction workload"},"129":{"body":"Combined test stressing both transaction and DA layers: use std::time::Duration; use anyhow::Result;\nuse testing_framework_core::scenario::{Deployer, ScenarioBuilder};\nuse testing_framework_runner_local::LocalDeployer;\nuse testing_framework_workflows::ScenarioBuilderExt; pub async fn da_and_transactions() -> Result<()> { let mut plan = ScenarioBuilder::topology_with(|t| t.network_star().validators(3).executors(2)) .wallets(30) .transactions_with(|txs| txs.rate(5).users(15)) .da_with(|da| da.channel_rate(2).blob_rate(2)) .expect_consensus_liveness() .with_run_duration(Duration::from_secs(90)) .build(); let deployer = LocalDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\n} When to use : end-to-end coverage of transaction and DA layers.","breadcrumbs":"Part II — User Guide » Examples » DA + transaction workload","id":"129","title":"DA + transaction workload"},"13":{"body":"This book gives you a clear mental model for Logos multi-node testing, shows how to author scenarios that pair realistic workloads with explicit expectations, and guides you to run them across local, containerized, and cluster environments without changing the plan.","breadcrumbs":"What You Will Learn » What You Will Learn","id":"13","title":"What You Will Learn"},"130":{"body":"Test system resilience under node restarts: use std::time::Duration; use anyhow::Result;\nuse testing_framework_core::scenario::{Deployer, ScenarioBuilder};\nuse testing_framework_runner_compose::ComposeDeployer;\nuse testing_framework_workflows::{ChaosBuilderExt, ScenarioBuilderExt}; pub async fn chaos_resilience() -> Result<()> { let mut plan = ScenarioBuilder::topology_with(|t| t.network_star().validators(4).executors(2)) .enable_node_control() .wallets(20) .transactions_with(|txs| txs.rate(3).users(10)) .chaos_with(|c| { c.restart() .min_delay(Duration::from_secs(20)) .max_delay(Duration::from_secs(40)) .target_cooldown(Duration::from_secs(30)) .apply() }) .expect_consensus_liveness() .with_run_duration(Duration::from_secs(120)) .build(); let deployer = ComposeDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\n} When to use : resilience validation and operational readiness drills. Note : Chaos tests require ComposeDeployer or another runner with node control support.","breadcrumbs":"Part II — User Guide » Examples » Chaos resilience","id":"130","title":"Chaos resilience"},"131":{"body":"When should I read this? Skim now to see what's possible, revisit later when you need load testing, chaos scenarios, or custom extensions. Start with basic examples first. Realistic advanced scenarios demonstrating framework capabilities for production testing. Adapt from Complete Source: compose_runner.rs — Compose examples with workloads k8s_runner.rs — K8s production patterns Chaos testing patterns — Node control implementation","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Advanced Examples","id":"131","title":"Advanced Examples"},"132":{"body":"Example Topology Workloads Deployer Key Feature Load Progression 3 validators + 2 executors Increasing tx rate Compose Dynamic load testing Sustained Load 4 validators + 2 executors High tx + DA rate Compose Stress testing Aggressive Chaos 4 validators + 2 executors Frequent restarts + traffic Compose Resilience validation","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Summary","id":"132","title":"Summary"},"133":{"body":"Test consensus under progressively increasing transaction load: use std::time::Duration; use anyhow::Result;\nuse testing_framework_core::scenario::{Deployer, ScenarioBuilder};\nuse testing_framework_runner_compose::ComposeDeployer;\nuse testing_framework_workflows::ScenarioBuilderExt; pub async fn load_progression_test() -> Result<()> { for rate in [5, 10, 20, 30] { println!(\"Testing with rate: {}\", rate); let mut plan = ScenarioBuilder::topology_with(|t| t.network_star().validators(3).executors(2)) .wallets(50) .transactions_with(|txs| txs.rate(rate).users(20)) .expect_consensus_liveness() .with_run_duration(Duration::from_secs(60)) .build(); let deployer = ComposeDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; } Ok(())\n} When to use: Finding the maximum sustainable transaction rate for a given topology.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Load Progression Test","id":"133","title":"Load Progression Test"},"134":{"body":"Run high transaction and DA load for extended duration: use std::time::Duration; use anyhow::Result;\nuse testing_framework_core::scenario::{Deployer, ScenarioBuilder};\nuse testing_framework_runner_compose::ComposeDeployer;\nuse testing_framework_workflows::ScenarioBuilderExt; pub async fn sustained_load_test() -> Result<()> { let mut plan = ScenarioBuilder::topology_with(|t| t.network_star().validators(4).executors(2)) .wallets(100) .transactions_with(|txs| txs.rate(15).users(50)) .da_with(|da| da.channel_rate(2).blob_rate(3)) .expect_consensus_liveness() .with_run_duration(Duration::from_secs(300)) .build(); let deployer = ComposeDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\n} When to use: Validating stability under continuous high load over extended periods.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Sustained Load Test","id":"134","title":"Sustained Load Test"},"135":{"body":"Frequent node restarts with active traffic: use std::time::Duration; use anyhow::Result;\nuse testing_framework_core::scenario::{Deployer, ScenarioBuilder};\nuse testing_framework_runner_compose::ComposeDeployer;\nuse testing_framework_workflows::{ChaosBuilderExt, ScenarioBuilderExt}; pub async fn aggressive_chaos_test() -> Result<()> { let mut plan = ScenarioBuilder::topology_with(|t| t.network_star().validators(4).executors(2)) .enable_node_control() .wallets(50) .transactions_with(|txs| txs.rate(10).users(20)) .chaos_with(|c| { c.restart() .min_delay(Duration::from_secs(10)) .max_delay(Duration::from_secs(20)) .target_cooldown(Duration::from_secs(15)) .apply() }) .expect_consensus_liveness() .with_run_duration(Duration::from_secs(180)) .build(); let deployer = ComposeDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\n} When to use: Validating recovery and liveness under aggressive failure conditions. Note: Requires ComposeDeployer for node control support.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Aggressive Chaos Test","id":"135","title":"Aggressive Chaos Test"},"136":{"body":"These scenarios require custom implementations but demonstrate framework extensibility:","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Extension Ideas","id":"136","title":"Extension Ideas"},"137":{"body":"Transaction Propagation & Inclusion Test Concept: Submit the same batch of independent transactions to different nodes in randomized order/offsets, then verify all transactions are included and final state matches across nodes. Requirements: Custom workload: Generates a fixed batch of transactions and submits the same set to different nodes via ctx.node_clients(), with randomized submission order and timing offsets per node Custom expectation: Verifies all transactions appear in blocks (order may vary), final state matches across all nodes (compare balances or state roots), and no transactions are dropped Why useful: Exercises mempool propagation, proposer fairness, and transaction inclusion guarantees under realistic race conditions. Tests that the protocol maintains consistency regardless of which node receives transactions first. Implementation notes: Requires both a custom Workload implementation (to submit same transactions to multiple nodes with jitter) and a custom Expectation implementation (to verify inclusion and state consistency). Cross-Validator Mempool Divergence & Convergence Concept: Drive different transaction subsets into different validators (or differing arrival orders) to create temporary mempool divergence, then verify mempools/blocks converge to contain the union (no permanent divergence). Requirements: Custom workload: Targets specific nodes via ctx.node_clients() with disjoint or jittered transaction batches Custom expectation: After a convergence window, verifies that all transactions appear in blocks (order may vary) or that mempool contents converge across nodes Run normal workloads during convergence period Expectations: Temporary mempool divergence is acceptable (different nodes see different transactions initially) After convergence window, all transactions appear in blocks or mempools converge No transactions are permanently dropped despite initial divergence Mempool gossip/reconciliation mechanisms work correctly Why useful: Exercises mempool gossip and reconciliation under uneven input or latency. Ensures no node \"drops\" transactions seen elsewhere, validating that mempool synchronization mechanisms correctly propagate transactions across the network even when they arrive at different nodes in different orders. Implementation notes: Requires both a custom Workload implementation (to inject disjoint/jittered batches per node) and a custom Expectation implementation (to verify mempool convergence or block inclusion). Uses existing ctx.node_clients() capability—no new infrastructure needed. Adaptive Mempool Pressure Test Concept: Ramp transaction load over time to observe mempool growth, fee prioritization/eviction, and block saturation behavior, detecting performance regressions and ensuring backpressure/eviction work under increasing load. Requirements: Custom workload: Steadily increases transaction rate over time (optional: use fee tiers) Custom expectation: Monitors mempool size, evictions, and throughput (blocks/txs per slot), flagging runaway growth or stalls Run for extended duration to observe pressure buildup Expectations: Mempool size grows predictably with load (not runaway growth) Fee prioritization/eviction mechanisms activate under pressure Block saturation behavior is acceptable (blocks fill appropriately) Throughput (blocks/txs per slot) remains stable or degrades gracefully No stalls or unbounded mempool growth Why useful: Detects performance regressions in mempool management. Ensures backpressure and eviction mechanisms work correctly under increasing load, preventing memory exhaustion or unbounded growth. Validates that fee prioritization correctly selects high-value transactions when mempool is full. Implementation notes: Can be built with current workload model (ramping rate). Requires custom Expectation implementation that reads mempool metrics (via node HTTP APIs or Prometheus) and monitors throughput to judge behavior. No new infrastructure needed—uses existing observability capabilities. Invalid Transaction Fuzzing Concept: Submit malformed transactions and verify they're rejected properly. Implementation approach: Custom workload that generates invalid transactions (bad signatures, insufficient funds, malformed structure) Expectation verifies mempool rejects them and they never appear in blocks Test mempool resilience and filtering Why useful: Ensures mempool doesn't crash or include invalid transactions under fuzzing.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Mempool & Transaction Handling","id":"137","title":"Mempool & Transaction Handling"},"138":{"body":"Gossip Latency Gradient Scenario Concept: Test consensus robustness under skewed gossip delays by partitioning nodes into latency tiers (tier A ≈10ms, tier B ≈100ms, tier C ≈300ms) and observing propagation lag, fork rate, and eventual convergence. Requirements: Partition nodes into three groups (tiers) Apply per-group network delay via chaos: netem/iptables in compose; NetworkPolicy + netem sidecar in k8s Run standard workload (transactions/block production) Optional: Remove delays at end to check recovery Expectations: Propagation: Messages reach all tiers within acceptable bounds Safety: No divergent finalized heads; fork rate stays within tolerance Liveness: Chain keeps advancing; convergence after delays relaxed (if healed) Why useful: Real networks have heterogeneous latency. This stress-tests proposer selection and fork resolution when some peers are \"far\" (high latency), validating that consensus remains safe and live under realistic network conditions. Current blocker: Runner support for per-group delay injection (network delay via netem/iptables) is not present today. Would require new chaos plumbing in compose/k8s deployers to inject network delays per node group. Byzantine Gossip Flooding (libp2p Peer) Concept: Spin up a custom workload/sidecar that runs a libp2p host, joins the cluster's gossip mesh, and publishes a high rate of syntactically valid but useless/stale messages to selected topics, testing gossip backpressure, scoring, and queue handling under a \"malicious\" peer. Requirements: Custom workload/sidecar that implements a libp2p host Join the cluster's gossip mesh as a peer Publish high-rate syntactically valid but useless/stale messages to selected gossip topics Run alongside normal workloads (transactions/block production) Expectations: Gossip backpressure mechanisms prevent message flooding from overwhelming nodes Peer scoring correctly identifies and penalizes the malicious peer Queue handling remains stable under flood conditions Normal consensus operation continues despite malicious peer Why useful: Tests Byzantine behavior (malicious peer) which is critical for consensus protocol robustness. More realistic than RPC spam since it uses the actual gossip protocol. Validates that gossip backpressure, peer scoring, and queue management correctly handle adversarial peers without disrupting consensus. Current blocker: Requires adding gossip-capable helper (libp2p integration) to the framework. Would need a custom workload/sidecar implementation that can join the gossip mesh and inject messages. The rest of the scenario can use existing runners/workloads. Network Partition Recovery Concept: Test consensus recovery after network partitions. Requirements: Needs block_peer() / unblock_peer() methods in NodeControlHandle Partition subsets of validators, wait, then restore connectivity Verify chain convergence after partition heals Why useful: Tests the most realistic failure mode in distributed systems. Current blocker: Node control doesn't yet support network-level actions (only process restarts).","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Network & Gossip","id":"138","title":"Network & Gossip"},"139":{"body":"Time-Shifted Blocks (Clock Skew Test) Concept: Test consensus and timestamp handling when nodes run with skewed clocks (e.g., +1s, −1s, +200ms jitter) to surface timestamp validation issues, reorg sensitivity, and clock drift handling. Requirements: Assign per-node time offsets (e.g., +1s, −1s, +200ms jitter) Run normal workload (transactions/block production) Observe whether blocks are accepted/propagated and the chain stays consistent Expectations: Blocks with skewed timestamps are handled correctly (accepted or rejected per protocol rules) Chain remains consistent across nodes despite clock differences No unexpected reorgs or chain splits due to timestamp validation issues Why useful: Clock skew is a common real-world issue in distributed systems. This validates that consensus correctly handles timestamp validation and maintains safety/liveness when nodes have different clock offsets, preventing timestamp-based attacks or failures. Current blocker: Runner ability to skew per-node clocks (e.g., privileged containers with libfaketime/chrony or time-offset netns) is not available today. Would require a new chaos/time-skew hook in deployers to inject clock offsets per node. Block Timing Consistency Concept: Verify block production intervals stay within expected bounds. Implementation approach: Custom expectation that consumes BlockFeed Collect block timestamps during run Assert intervals are within (slot_duration * active_slot_coeff) ± tolerance Why useful: Validates consensus timing under various loads.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Time & Timing","id":"139","title":"Time & Timing"},"14":{"body":"Understand the Framework Explain the six-phase scenario lifecycle (Build, Deploy, Capture, Execute, Evaluate, Cleanup) Describe how Deployers, Runners, Workloads, and Expectations work together Navigate the crate architecture and identify extension points Understand when to use each runner (Host, Compose, Kubernetes) Author and Run Scenarios Define multi-node topologies with validators and executors Configure transaction and DA workloads with appropriate rates Add consensus liveness and inclusion expectations Run scenarios across all three deployment modes Use BlockFeed to monitor block production in real-time Implement chaos testing with node restarts Operate in Production Set up prerequisites and dependencies correctly Configure environment variables for different runners Integrate tests into CI/CD pipelines (GitHub Actions) Troubleshoot common failure scenarios Collect and analyze logs from multi-node runs Optimize test durations and resource usage Extend the Framework Implement custom Workload traits for new traffic patterns Create custom Expectation traits for domain-specific checks Add new Deployer implementations for different backends Contribute topology helpers and DSL extensions","breadcrumbs":"What You Will Learn » By the End of This Book, You Will Be Able To:","id":"14","title":"By the End of This Book, You Will Be Able To:"},"140":{"body":"Dynamic Topology (Churn) Scenario Concept: Nodes join and leave mid-run (new identities/addresses added; some nodes permanently removed) to exercise peer discovery, bootstrapping, reputation, and load balancing under churn. Requirements: Runner must be able to spin up new nodes with fresh keys/addresses at runtime Update peer lists and bootstraps dynamically as nodes join/leave Optionally tear down nodes permanently (not just restart) Run normal workloads (transactions/block production) during churn Expectations: New nodes successfully discover and join the network Peer discovery mechanisms correctly handle dynamic topology changes Reputation systems adapt to new/removed peers Load balancing adjusts to changing node set Consensus remains safe and live despite topology churn Why useful: Real networks experience churn (nodes joining/leaving). Unlike restarts (which preserve topology), churn changes the actual topology size and peer set, testing how the protocol handles dynamic membership. This exercises peer discovery, bootstrapping, reputation systems, and load balancing under realistic conditions. Current blocker: Runner support for dynamic node addition/removal at runtime is not available today. Chaos today only restarts existing nodes; churn would require the ability to spin up new nodes with fresh identities/addresses, update peer lists/bootstraps dynamically, and permanently remove nodes. Would need new topology management capabilities in deployers.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » Topology & Membership","id":"140","title":"Topology & Membership"},"141":{"body":"API DoS/Stress Test Concept: Adversarial workload floods node HTTP/WS APIs with high QPS and malformed/bursty requests; expectation checks nodes remain responsive or rate-limit without harming consensus. Requirements: Custom workload: Targets node HTTP/WS API endpoints with mixed valid/invalid requests at high rate Custom expectation: Monitors error rates, latency, and confirms block production/liveness unaffected Run alongside normal workloads (transactions/block production) Expectations: Nodes remain responsive or correctly rate-limit under API flood Error rates/latency are acceptable (rate limiting works) Block production/liveness unaffected by API abuse Consensus continues normally despite API stress Why useful: Validates API hardening under abuse and ensures control/telemetry endpoints don't destabilize the node. Tests that API abuse is properly isolated from consensus operations, preventing DoS attacks on API endpoints from affecting blockchain functionality. Implementation notes: Requires custom Workload implementation that directs high-QPS traffic to node APIs (via ctx.node_clients() or direct HTTP clients) and custom Expectation implementation that monitors API responsiveness metrics and consensus liveness. Uses existing node API access—no new infrastructure needed.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » API & External Interfaces","id":"141","title":"API & External Interfaces"},"142":{"body":"Wallet Balance Verification Concept: Track wallet balances and verify state consistency. Description: After transaction workload completes, query all wallet balances via node API and verify total supply is conserved. Requires tracking initial state, submitted transactions, and final balances. Validates that the ledger maintains correctness under load (no funds lost or created). This is a state assertion expectation that checks correctness, not just liveness.","breadcrumbs":"Part II — User Guide » Advanced & Artificial Examples » State & Correctness","id":"142","title":"State & Correctness"},"143":{"body":"The Logos testing repo includes a small Cucumber (Gherkin) harness for “smoke” scenarios. It is useful when you want readable acceptance-style checks, but it intentionally exposes a limited surface area compared to Rust scenarios.","breadcrumbs":"Part II — User Guide » Cucumber/BDD Interface » Cucumber/BDD Interface","id":"143","title":"Cucumber/BDD Interface"},"144":{"body":"Step definitions live in testing-framework/cucumber. The runnable entrypoints are binaries in examples (crate runner-examples): cucumber_host (local/host deployer) cucumber_compose (compose deployer) Feature files live in examples/cucumber/features/. Supported deployers: local and compose (no k8s runner integration in Cucumber yet).","breadcrumbs":"Part II — User Guide » Cucumber/BDD Interface » What Exists Today","id":"144","title":"What Exists Today"},"145":{"body":"This is the shape used by the repo’s smoke features: Feature: Testing Framework - Local Runner Scenario: Run a local smoke scenario (tx + DA + liveness) Given deployer is \"local\" And topology has 1 validators and 1 executors And run duration is 60 seconds And wallets total funds is 1000000000 split across 50 users And transactions rate is 1 per block And data availability channel rate is 1 per block and blob rate is 1 per block And expect consensus liveness When run scenario Then scenario should succeed","breadcrumbs":"Part II — User Guide » Cucumber/BDD Interface » Example Feature (Matches Current Steps)","id":"145","title":"Example Feature (Matches Current Steps)"},"146":{"body":"Local runner smoke: POL_PROOF_DEV_MODE=true \\\ncargo run -p runner-examples --bin cucumber_host Compose runner smoke: POL_PROOF_DEV_MODE=true \\\ncargo run -p runner-examples --bin cucumber_compose","breadcrumbs":"Part II — User Guide » Cucumber/BDD Interface » Running The Smoke Features","id":"146","title":"Running The Smoke Features"},"147":{"body":"Topology / runner selection: Given deployer is \"local\"|\"compose\" Given topology has validators and executors Run configuration: Given run duration is seconds Given wallets total funds is split across users Workloads: Given transactions rate is per block Given transactions rate is per block using users Given data availability channel rate is per block and blob rate is per block Expectations: Given expect consensus liveness Given consensus liveness lag allowance is Execution + assertion: When run scenario Then scenario should succeed","breadcrumbs":"Part II — User Guide » Cucumber/BDD Interface » Available Steps (Current)","id":"147","title":"Available Steps (Current)"},"148":{"body":"The Cucumber harness builds scenarios using the same core + workflow builder APIs as the Rust examples, so the same prerequisites apply (notably POL_PROOF_DEV_MODE=true for practical runs). If you need more flexibility (custom workloads/expectations, richer checks, node control/chaos), write Rust scenarios instead: see Examples and Extending the Framework .","breadcrumbs":"Part II — User Guide » Cucumber/BDD Interface » Notes","id":"148","title":"Notes"},"149":{"body":"This page focuses on how scenarios are executed (deploy → run → evaluate → cleanup), what artifacts you get back, and how that differs across runners. For “just run something that works” commands, see Running Examples .","breadcrumbs":"Part II — User Guide » Running Scenarios » Running Scenarios","id":"149","title":"Running Scenarios"},"15":{"body":"Beginner (0-2 hours) Read Quickstart and run your first scenario Review Examples to see common patterns Understand Scenario Lifecycle phases Intermediate (2-8 hours) Study Runners comparison and choose appropriate mode Learn Workloads & Expectations in depth Review Prerequisites & Setup for your environment Practice with Advanced Examples Advanced (8+ hours) Master Environment Variables configuration Implement Custom Workloads for your use cases Set up CI Integration for automated testing Explore Internal Crate Reference for deep dives","breadcrumbs":"What You Will Learn » Learning Path","id":"15","title":"Learning Path"},"150":{"body":"When you run a built scenario via a deployer, the run follows the same shape: flowchart TD Build[Scenario built] --> Deploy[Deploy] Deploy --> Capture[Capture] Capture --> Execute[Execute] Execute --> Evaluate[Evaluate] Evaluate --> Cleanup[Cleanup] Deploy : provision infrastructure and start nodes (processes/containers/pods) Capture : establish clients/observability and capture initial state Execute : run workloads for the configured wall-clock duration Evaluate : run expectations (after the execution window ends) Cleanup : stop resources and finalize artifacts","breadcrumbs":"Part II — User Guide » Running Scenarios » Execution Flow (High Level)","id":"150","title":"Execution Flow (High Level)"},"151":{"body":"use std::time::Duration; use testing_framework_core::scenario::{Deployer as _, ScenarioBuilder};\nuse testing_framework_runner_local::LocalDeployer;\nuse testing_framework_workflows::ScenarioBuilderExt; async fn run_once() -> anyhow::Result<()> { let mut scenario = ScenarioBuilder::topology_with(|t| t.network_star().validators(3).executors(1)) .wallets(20) .transactions_with(|tx| tx.rate(1).users(5)) .expect_consensus_liveness() .with_run_duration(Duration::from_secs(60)) .build()?; let runner = LocalDeployer::default().deploy(&scenario).await?; runner.run(&mut scenario).await?; Ok(())\n} Notes: with_run_duration(...) is wall-clock time, not “number of blocks”. .transactions_with(...) rates are per-block. Most users should run scenarios via scripts/run/run-examples.sh unless they are embedding the framework in their own test crate.","breadcrumbs":"Part II — User Guide » Running Scenarios » The Core API","id":"151","title":"The Core API"},"152":{"body":"","breadcrumbs":"Part II — User Guide » Running Scenarios » Runner Differences","id":"152","title":"Runner Differences"},"153":{"body":"Best for : fast iteration and debugging Logs/state : stored under a temporary run directory unless you set NOMOS_TESTS_KEEP_LOGS=1 and/or NOMOS_LOG_DIR=... Limitations : no node-control capability (chaos workflows that require node control won’t work here) Run the built-in local examples: POL_PROOF_DEV_MODE=true \\\nscripts/run/run-examples.sh -t 60 -v 3 -e 1 host","breadcrumbs":"Part II — User Guide » Running Scenarios » Local (Host) Runner","id":"153","title":"Local (Host) Runner"},"154":{"body":"Best for : reproducible multi-node environments and node control Logs : primarily via docker compose logs (and any node-level log configuration you apply) Debugging : set COMPOSE_RUNNER_PRESERVE=1 to keep the environment up after a run Run the built-in compose examples: POL_PROOF_DEV_MODE=true \\\nscripts/run/run-examples.sh -t 60 -v 3 -e 1 compose","breadcrumbs":"Part II — User Guide » Running Scenarios » Compose Runner","id":"154","title":"Compose Runner"},"155":{"body":"Best for : production-like behavior, cluster scheduling/networking Logs : kubectl logs ... Debugging : set K8S_RUNNER_PRESERVE=1 and K8S_RUNNER_NAMESPACE=... to keep resources around Run the built-in k8s examples: POL_PROOF_DEV_MODE=true \\\nscripts/run/run-examples.sh -t 60 -v 3 -e 1 k8s","breadcrumbs":"Part II — User Guide » Running Scenarios » K8s Runner","id":"155","title":"K8s Runner"},"156":{"body":"Node logs : configure via NOMOS_LOG_DIR, NOMOS_LOG_LEVEL, NOMOS_LOG_FILTER (see Logging & Observability ) Runner logs : controlled by RUST_LOG (runner process only) Keep run directories : set NOMOS_TESTS_KEEP_LOGS=1 Compose environment preservation : set COMPOSE_RUNNER_PRESERVE=1 K8s environment preservation : set K8S_RUNNER_PRESERVE=1","breadcrumbs":"Part II — User Guide » Running Scenarios » Artifacts & Where to Look","id":"156","title":"Artifacts & Where to Look"},"157":{"body":"Scenario Lifecycle Running Examples Troubleshooting Scenarios","breadcrumbs":"Part II — User Guide » Running Scenarios » See Also","id":"157","title":"See Also"},"158":{"body":"Runners turn a scenario plan into a live environment while keeping the plan unchanged. Choose based on feedback speed, reproducibility, and fidelity. For environment and operational considerations, see Operations Overview . Important: All runners require POL_PROOF_DEV_MODE=true to avoid expensive Groth16 proof generation that causes timeouts.","breadcrumbs":"Part II — User Guide » Runners » Runners","id":"158","title":"Runners"},"159":{"body":"Launches node processes directly on the host (via LocalDeployer). Binary: local_runner.rs, script mode: host Fastest feedback loop and minimal orchestration overhead. Best for development-time iteration and debugging. Can run in CI for fast smoke tests. Node control: Not supported (chaos workloads not available) Run with: scripts/run/run-examples.sh -t 60 -v 1 -e 1 host","breadcrumbs":"Part II — User Guide » Runners » Host runner (local processes)","id":"159","title":"Host runner (local processes)"},"16":{"body":"Logos node internals — This book focuses on testing infrastructure, not the blockchain protocol implementation. See the Logos node repository (nomos-node) for protocol documentation. Consensus algorithm theory — We assume familiarity with basic blockchain concepts (validators, blocks, transactions, data availability). Rust language basics — Examples use Rust, but we don't teach the language. See The Rust Book if you're new to Rust. Kubernetes administration — We show how to use the K8s runner, but don't cover cluster setup, networking, or operations. Docker fundamentals — We assume basic Docker/Compose knowledge for the Compose runner.","breadcrumbs":"What You Will Learn » What This Book Does NOT Cover","id":"16","title":"What This Book Does NOT Cover"},"160":{"body":"Starts nodes in containers to provide a reproducible multi-node stack on a single machine (via ComposeDeployer). Binary: compose_runner.rs, script mode: compose Discovers service ports and wires observability for convenient inspection. Good balance between fidelity and ease of setup. Recommended for CI pipelines (isolated environment, reproducible). Node control: Supported (can restart nodes for chaos testing) Run with: scripts/run/run-examples.sh -t 60 -v 1 -e 1 compose","breadcrumbs":"Part II — User Guide » Runners » Docker Compose runner","id":"160","title":"Docker Compose runner"},"161":{"body":"Deploys nodes onto a cluster for higher-fidelity, longer-running scenarios (via K8sDeployer). Binary: k8s_runner.rs, script mode: k8s Suits CI with cluster access or shared test environments where cluster behavior and scheduling matter. Node control: Not supported yet (chaos workloads not available) Run with: scripts/run/run-examples.sh -t 60 -v 1 -e 1 k8s","breadcrumbs":"Part II — User Guide » Runners » Kubernetes runner","id":"161","title":"Kubernetes runner"},"162":{"body":"All runners require at least one validator and, for transaction scenarios, access to seeded wallets. Readiness probes gate workload start so traffic begins only after nodes are reachable. Environment flags can relax timeouts or increase tracing when diagnostics are needed.","breadcrumbs":"Part II — User Guide » Runners » Common expectations","id":"162","title":"Common expectations"},"163":{"body":"flowchart TB subgraph Host[\"Host Runner (Local)\"] H1[\"Speed: Fast\"] H2[\"Isolation: Shared host\"] H3[\"Setup: Minimal\"] H4[\"Chaos: Not supported\"] H5[\"CI: Quick smoke tests\"] end subgraph Compose[\"Compose Runner (Docker)\"] C1[\"Speed: Medium\"] C2[\"Isolation: Containerized\"] C3[\"Setup: Image build required\"] C4[\"Chaos: Supported\"] C5[\"CI: Recommended\"] end subgraph K8s[\"K8s Runner (Cluster)\"] K1[\"Speed: Slower\"] K2[\"Isolation: Pod-level\"] K3[\"Setup: Cluster + image\"] K4[\"Chaos: Not yet supported\"] K5[\"CI: Large-scale tests\"] end Decision{Choose Based On} Decision -->|Fast iteration| Host Decision -->|Reproducibility| Compose Decision -->|Production-like| K8s style Host fill:#e1f5ff style Compose fill:#e1ffe1 style K8s fill:#ffe1f5","breadcrumbs":"Part II — User Guide » Runners » Runner Comparison","id":"163","title":"Runner Comparison"},"164":{"body":"Feature Host Compose K8s Speed Fastest Medium Slowest Setup Time < 1 min 2-5 min 5-10 min Isolation Process-level Container Pod + namespace Node Control No Yes Not yet Observability Basic External stack Cluster-wide CI Integration Smoke tests Recommended Heavy tests Resource Usage Low Medium High Reproducibility Environment-dependent High Highest Network Fidelity Localhost only Virtual network Real cluster Parallel Runs Port conflicts Isolated Namespace isolation","breadcrumbs":"Part II — User Guide » Runners » Detailed Feature Matrix","id":"164","title":"Detailed Feature Matrix"},"165":{"body":"flowchart TD Start[Need to run tests?] --> Q1{Local development?} Q1 -->|Yes| Q2{Testing chaos?} Q1 -->|No| Q5{Have cluster access?} Q2 -->|Yes| UseCompose[Use Compose] Q2 -->|No| Q3{Need isolation?} Q3 -->|Yes| UseCompose Q3 -->|No| UseHost[Use Host] Q5 -->|Yes| Q6{Large topology?} Q5 -->|No| Q7{CI pipeline?} Q6 -->|Yes| UseK8s[Use K8s] Q6 -->|No| UseCompose Q7 -->|Yes| Q8{Docker available?} Q7 -->|No| UseHost Q8 -->|Yes| UseCompose Q8 -->|No| UseHost style UseHost fill:#e1f5ff style UseCompose fill:#e1ffe1 style UseK8s fill:#ffe1f5","breadcrumbs":"Part II — User Guide » Runners » Decision Guide","id":"165","title":"Decision Guide"},"166":{"body":"Use Host Runner when: Iterating rapidly during development Running quick smoke tests Testing on a laptop with limited resources Don't need chaos testing Use Compose Runner when: Need reproducible test environments Testing chaos scenarios (node restarts) Running in CI pipelines Want containerized isolation Use K8s Runner when: Testing large-scale topologies (10+ nodes) Need production-like environment Have cluster access in CI Testing cluster-specific behaviors","breadcrumbs":"Part II — User Guide » Runners » Quick Recommendations","id":"166","title":"Quick Recommendations"},"167":{"body":"The deployer supplies a RunContext that workloads and expectations share. It provides: Topology descriptors (GeneratedTopology) Client handles (NodeClients / ClusterClient) for HTTP/RPC calls Metrics (RunMetrics, Metrics) and block feed Optional NodeControlHandle for managing nodes","breadcrumbs":"Part II — User Guide » RunContext: BlockFeed & Node Control » RunContext: BlockFeed & Node Control","id":"167","title":"RunContext: BlockFeed & Node Control"},"168":{"body":"The BlockFeed is a broadcast stream of block observations that allows workloads and expectations to monitor blockchain progress in real-time. It polls a validator node continuously and broadcasts new blocks to all subscribers.","breadcrumbs":"Part II — User Guide » RunContext: BlockFeed & Node Control » BlockFeed: Observing Block Production","id":"168","title":"BlockFeed: Observing Block Production"},"169":{"body":"Real-time block stream: Subscribe to receive BlockRecord notifications as blocks are produced Each record includes the block header (HeaderId) and full block payload Backed by a background task that polls node storage every second Block statistics: Track total transactions across all observed blocks Access via block_feed.stats().total_transactions() Broadcast semantics: Multiple subscribers can receive the same blocks independently Late subscribers start receiving from current block (no history replay) Lagged subscribers skip missed blocks automatically","breadcrumbs":"Part II — User Guide » RunContext: BlockFeed & Node Control » What BlockFeed Provides","id":"169","title":"What BlockFeed Provides"},"17":{"body":"Get a working example running quickly.","breadcrumbs":"Quickstart » Quickstart","id":"17","title":"Quickstart"},"170":{"body":"BlockFeed is available through RunContext: let block_feed = ctx.block_feed();","breadcrumbs":"Part II — User Guide » RunContext: BlockFeed & Node Control » Accessing BlockFeed","id":"170","title":"Accessing BlockFeed"},"171":{"body":"Expectations typically use BlockFeed to verify block production and inclusion of transactions/data. Example: Counting blocks during a run use std::sync::{ Arc, atomic::{AtomicU64, Ordering},\n}; use async_trait::async_trait;\nuse testing_framework_core::scenario::{DynError, Expectation, RunContext}; struct MinimumBlocksExpectation { min_blocks: u64, captured_blocks: Option>,\n} #[async_trait]\nimpl Expectation for MinimumBlocksExpectation { fn name(&self) -> &'static str { \"minimum_blocks\" } async fn start_capture(&mut self, ctx: &RunContext) -> Result<(), DynError> { let block_count = Arc::new(AtomicU64::new(0)); let block_count_task = Arc::clone(&block_count); // Subscribe to block feed let mut receiver = ctx.block_feed().subscribe(); // Spawn a task to count blocks tokio::spawn(async move { loop { match receiver.recv().await { Ok(_record) => { block_count_task.fetch_add(1, Ordering::Relaxed); } Err(tokio::sync::broadcast::error::RecvError::Lagged(skipped)) => { tracing::debug!(skipped, \"receiver lagged, skipping blocks\"); } Err(tokio::sync::broadcast::error::RecvError::Closed) => { tracing::debug!(\"block feed closed\"); break; } } } }); self.captured_blocks = Some(block_count); Ok(()) } async fn evaluate(&mut self, ctx: &RunContext) -> Result<(), DynError> { let blocks = self.captured_blocks .as_ref() .expect(\"start_capture must be called first\") .load(Ordering::Relaxed); if blocks < self.min_blocks { return Err(format!( \"expected at least {} blocks, observed {}\", self.min_blocks, blocks ).into()); } tracing::info!(blocks, min = self.min_blocks, \"minimum blocks expectation passed\"); Ok(()) }\n} Example: Inspecting block contents use testing_framework_core::scenario::{DynError, RunContext}; async fn start_capture(ctx: &RunContext) -> Result<(), DynError> { let mut receiver = ctx.block_feed().subscribe(); tokio::spawn(async move { loop { match receiver.recv().await { Ok(record) => { // Access block header let header_id = &record.header; // Access full block let tx_count = record.block.transactions().len(); tracing::debug!( ?header_id, tx_count, \"observed block\" ); // Process transactions, DA blobs, etc. } Err(tokio::sync::broadcast::error::RecvError::Closed) => break, Err(_) => continue, } } }); Ok(())\n}","breadcrumbs":"Part II — User Guide » RunContext: BlockFeed & Node Control » Usage in Expectations","id":"171","title":"Usage in Expectations"},"172":{"body":"Workloads can use BlockFeed to coordinate timing or wait for specific conditions before proceeding. Example: Wait for N blocks before starting use async_trait::async_trait;\nuse testing_framework_core::scenario::{DynError, RunContext, Workload}; struct DelayedWorkload { wait_blocks: usize,\n} #[async_trait]\nimpl Workload for DelayedWorkload { fn name(&self) -> &str { \"delayed_workload\" } async fn start(&self, ctx: &RunContext) -> Result<(), DynError> { tracing::info!(wait_blocks = self.wait_blocks, \"waiting for blocks before starting\"); // Subscribe to block feed let mut receiver = ctx.block_feed().subscribe(); let mut count = 0; // Wait for N blocks while count < self.wait_blocks { match receiver.recv().await { Ok(_) => count += 1, Err(tokio::sync::broadcast::error::RecvError::Lagged(_)) => continue, Err(tokio::sync::broadcast::error::RecvError::Closed) => { return Err(\"block feed closed before reaching target\".into()); } } } tracing::info!(\"warmup complete, starting actual workload\"); // Now do the actual work // ... Ok(()) }\n} Example: Rate limiting based on block production use testing_framework_core::scenario::{DynError, RunContext}; async fn generate_request() -> Option<()> { None\n} async fn start(ctx: &RunContext) -> Result<(), DynError> { let clients = ctx.node_clients().validator_clients(); let mut receiver = ctx.block_feed().subscribe(); let mut pending_requests: Vec<()> = Vec::new(); loop { tokio::select! { // Issue a batch on each new block. Ok(_record) = receiver.recv() => { if !pending_requests.is_empty() { tracing::debug!(count = pending_requests.len(), \"issuing requests on new block\"); for _req in pending_requests.drain(..) { let _info = clients[0].consensus_info().await?; } } } // Generate work continuously. Some(req) = generate_request() => { pending_requests.push(req); } } }\n}","breadcrumbs":"Part II — User Guide » RunContext: BlockFeed & Node Control » Usage in Workloads","id":"172","title":"Usage in Workloads"},"173":{"body":"Use BlockFeed when: You need to react to blocks as they're produced Multiple components need to observe the same blocks You want automatic retry/reconnect logic You're tracking statistics across many blocks Use direct polling when: You need to query specific historical blocks You're checking final state after workloads complete You need transaction receipts or other indexed data You're implementing a one-time health check Example direct polling in expectations: use testing_framework_core::scenario::{DynError, RunContext}; async fn evaluate(ctx: &RunContext) -> Result<(), DynError> { let client = &ctx.node_clients().validator_clients()[0]; // Poll current height once let info = client.consensus_info().await?; tracing::info!(height = info.height, \"final block height\"); // This is simpler than BlockFeed for one-time checks Ok(())\n}","breadcrumbs":"Part II — User Guide » RunContext: BlockFeed & Node Control » BlockFeed vs Direct Polling","id":"173","title":"BlockFeed vs Direct Polling"},"174":{"body":"Access aggregated statistics without subscribing to the feed: use testing_framework_core::scenario::{DynError, RunContext}; async fn evaluate(ctx: &RunContext, expected_min: u64) -> Result<(), DynError> { let stats = ctx.block_feed().stats(); let total_txs = stats.total_transactions(); tracing::info!(total_txs, \"transactions observed across all blocks\"); if total_txs < expected_min { return Err(format!( \"expected at least {} transactions, observed {}\", expected_min, total_txs ).into()); } Ok(())\n}","breadcrumbs":"Part II — User Guide » RunContext: BlockFeed & Node Control » Block Statistics","id":"174","title":"Block Statistics"},"175":{"body":"Subscription timing: Subscribe in start_capture() for expectations Subscribe in start() for workloads Late subscribers miss historical blocks (no replay) Lagged receivers: If your subscriber is too slow, it may lag behind Handle RecvError::Lagged(skipped) gracefully Consider increasing processing speed or reducing block rate Feed lifetime: BlockFeed runs for the entire scenario duration Automatically cleaned up when the run completes Closed channels signal graceful shutdown Performance: BlockFeed polls nodes every 1 second Broadcasts to all subscribers with minimal overhead Suitable for scenarios with hundreds of blocks","breadcrumbs":"Part II — User Guide » RunContext: BlockFeed & Node Control » Important Notes","id":"175","title":"Important Notes"},"176":{"body":"The framework's built-in expectations use BlockFeed extensively: ConsensusLiveness : Doesn't directly subscribe but uses block feed stats to verify progress DataAvailabilityExpectation : Subscribes to inspect DA blobs in each block and track inscription/dispersal TransactionInclusion : Subscribes to find specific transactions in blocks See Examples and Workloads & Expectations for more patterns.","breadcrumbs":"Part II — User Guide » RunContext: BlockFeed & Node Control » Real-World Examples","id":"176","title":"Real-World Examples"},"177":{"body":"The framework currently supports process-level chaos (node restarts) for resilience testing: Supported: Restart validators (restart_validator) Restart executors (restart_executor) Random restart workload via .chaos().restart() Not Yet Supported: Network partitions (blocking peers, packet loss) Resource constraints (CPU throttling, memory limits) Byzantine behavior injection (invalid blocks, bad signatures) Selective peer blocking/unblocking For network partition testing, see Extension Ideas which describes the proposed block_peer/unblock_peer API (not yet implemented).","breadcrumbs":"Part II — User Guide » RunContext: BlockFeed & Node Control » Current Chaos Capabilities and Limitations","id":"177","title":"Current Chaos Capabilities and Limitations"},"178":{"body":"Check for control support and use it conditionally: use async_trait::async_trait;\nuse testing_framework_core::scenario::{DynError, RunContext, Workload}; struct RestartWorkload; #[async_trait]\nimpl Workload for RestartWorkload { fn name(&self) -> &str { \"restart_workload\" } async fn start(&self, ctx: &RunContext) -> Result<(), DynError> { if let Some(control) = ctx.node_control() { // Restart the first validator (index 0) if supported. control.restart_validator(0).await?; } Ok(()) }\n} When chaos workloads need control, require enable_node_control() in the scenario builder and deploy with a runner that supports it.","breadcrumbs":"Part II — User Guide » RunContext: BlockFeed & Node Control » Accessing node control in workloads/expectations","id":"178","title":"Accessing node control in workloads/expectations"},"179":{"body":"The NodeControlHandle trait currently provides: use async_trait::async_trait;\nuse testing_framework_core::scenario::DynError; #[async_trait]\npub trait NodeControlHandle: Send + Sync { async fn restart_validator(&self, index: usize) -> Result<(), DynError>; async fn restart_executor(&self, index: usize) -> Result<(), DynError>;\n} Future extensions may include peer blocking/unblocking or other control operations. For now, focus on restart-based chaos patterns as shown in the chaos workload examples.","breadcrumbs":"Part II — User Guide » RunContext: BlockFeed & Node Control » Current API surface","id":"179","title":"Current API surface"},"18":{"body":"Rust toolchain (nightly) This repository cloned Unix-like system (tested on Linux and macOS) For Docker Compose examples: Docker daemon running For Docker Desktop on Apple silicon (compose/k8s): set NOMOS_BUNDLE_DOCKER_PLATFORM=linux/arm64 to avoid slow/fragile amd64 emulation builds versions.env file at repository root (defines VERSION, NOMOS_NODE_REV, NOMOS_BUNDLE_VERSION) Note: nomos-node binaries are built automatically on demand or can be provided via prebuilt bundles. Important: The versions.env file is required by helper scripts. If missing, the scripts will fail with an error. The file should already exist in the repository root.","breadcrumbs":"Quickstart » Prerequisites","id":"18","title":"Prerequisites"},"180":{"body":"Always guard control usage: not all runners expose NodeControlHandle. Treat control as best-effort: failures should surface as test failures, but workloads should degrade gracefully when control is absent. Combine control actions with expectations (e.g., restart then assert height convergence) to keep scenarios meaningful.","breadcrumbs":"Part II — User Guide » RunContext: BlockFeed & Node Control » Considerations","id":"180","title":"Considerations"},"181":{"body":"When should I read this? You don't need chaos testing to be productive with the framework. Focus on basic scenarios first—chaos is for resilience validation and operational readiness drills once your core tests are stable. Chaos in the framework uses node control to introduce failures and validate recovery. The built-in restart workload lives in testing_framework_workflows::workloads::chaos::RandomRestartWorkload.","breadcrumbs":"Part II — User Guide » Chaos Workloads » Chaos Workloads","id":"181","title":"Chaos Workloads"},"182":{"body":"Requires NodeControlCapability (enable_node_control() in the scenario builder) and a runner that provides a NodeControlHandle. Randomly selects nodes (validators, executors) to restart based on your include/exclude flags. Respects min/max delay between restarts and a target cooldown to avoid flapping the same node too frequently. Runs alongside other workloads; expectations should account for the added disruption. Support varies by runner: node control is not provided by the local runner and is not yet implemented for the k8s runner. Use a runner that advertises NodeControlHandle support (e.g., compose) for chaos workloads.","breadcrumbs":"Part II — User Guide » Chaos Workloads » How it works","id":"182","title":"How it works"},"183":{"body":"use std::time::Duration; use testing_framework_core::scenario::ScenarioBuilder;\nuse testing_framework_workflows::{ScenarioBuilderExt, workloads::chaos::RandomRestartWorkload}; pub fn random_restart_plan() -> testing_framework_core::scenario::Scenario< testing_framework_core::scenario::NodeControlCapability,\n> { ScenarioBuilder::topology_with(|t| t.network_star().validators(2).executors(1)) .enable_node_control() .with_workload(RandomRestartWorkload::new( Duration::from_secs(45), // min delay Duration::from_secs(75), // max delay Duration::from_secs(120), // target cooldown true, // include validators true, // include executors )) .expect_consensus_liveness() .with_run_duration(Duration::from_secs(150)) .build()\n}","breadcrumbs":"Part II — User Guide » Chaos Workloads » Usage","id":"183","title":"Usage"},"184":{"body":"Consensus liveness : ensure blocks keep progressing despite restarts. Height convergence : optionally check all nodes converge after the chaos window. Any workload-specific inclusion checks if you’re also driving tx/DA traffic.","breadcrumbs":"Part II — User Guide » Chaos Workloads » Expectations to pair","id":"184","title":"Expectations to pair"},"185":{"body":"Keep delays/cooldowns realistic; avoid back-to-back restarts that would never happen in production. Limit chaos scope: toggle validators vs executors based on what you want to test. Combine with observability: monitor metrics/logs to explain failures.","breadcrumbs":"Part II — User Guide » Chaos Workloads » Best practices","id":"185","title":"Best practices"},"186":{"body":"This page focuses on cluster manipulation: node control, chaos patterns, and what the tooling supports today.","breadcrumbs":"Part II — User Guide » Topology & Chaos Patterns » Topology & Chaos Patterns","id":"186","title":"Topology & Chaos Patterns"},"187":{"body":"Supported : restart/peer control via NodeControlHandle (compose runner). Not supported : local runner does not expose node control; k8s runner does not support it yet.","breadcrumbs":"Part II — User Guide » Topology & Chaos Patterns » Node control availability","id":"187","title":"Node control availability"},"188":{"body":"Restarts : random restarts with minimum delay/cooldown to test recovery. Partitions : block/unblock peers to simulate partial isolation, then assert height convergence after healing. Validator churn : stop one validator and start another (new key) mid-run to test membership changes; expect convergence. Load SLOs : push tx/DA rates and assert inclusion/availability budgets instead of only liveness. API probes : poll HTTP/RPC endpoints during chaos to ensure external contracts stay healthy (shape + latency).","breadcrumbs":"Part II — User Guide » Topology & Chaos Patterns » Chaos patterns to consider","id":"188","title":"Chaos patterns to consider"},"189":{"body":"Liveness/height convergence after chaos windows. SLO checks : inclusion latency, DA responsiveness, API latency/shape. Recovery checks : ensure nodes that were isolated or restarted catch up to cluster height within a timeout.","breadcrumbs":"Part II — User Guide » Topology & Chaos Patterns » Expectations to pair","id":"189","title":"Expectations to pair"},"19":{"body":"The framework ships with runnable example binaries in examples/src/bin/. Recommended: Use the convenience script: # From the logos-blockchain-testing directory\nscripts/run/run-examples.sh -t 60 -v 1 -e 1 host This handles circuit setup, binary building, and runs a complete scenario: 1 validator + 1 executor, mixed transaction + DA workload (5 tx/block + 1 channel + 1 blob), 60s duration. Alternative: Direct cargo run (requires manual setup): # Requires circuits in place and NOMOS_NODE_BIN/NOMOS_EXECUTOR_BIN set\nPOL_PROOF_DEV_MODE=true cargo run -p runner-examples --bin local_runner Core API Pattern (simplified example): use std::time::Duration; use anyhow::Result;\nuse testing_framework_core::scenario::{Deployer, ScenarioBuilder};\nuse testing_framework_runner_local::LocalDeployer;\nuse testing_framework_workflows::ScenarioBuilderExt; pub async fn run_local_demo() -> Result<()> { // Define the scenario (1 validator + 1 executor, tx + DA workload) let mut plan = ScenarioBuilder::topology_with(|t| t.network_star().validators(1).executors(1)) .wallets(1_000) .transactions_with(|txs| { txs.rate(5) // 5 transactions per block .users(500) // use 500 of the seeded wallets }) .da_with(|da| { da.channel_rate(1) // 1 channel .blob_rate(1) // target 1 blob per block .headroom_percent(20) // default headroom when sizing channels }) .expect_consensus_liveness() .with_run_duration(Duration::from_secs(60)) .build(); // Deploy and run let deployer = LocalDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\n} Note: The examples are binaries with #[tokio::main], not test functions. If you want to write integration tests, wrap this pattern in #[tokio::test] functions in your own test suite. Important: POL_PROOF_DEV_MODE=true disables expensive Groth16 zero-knowledge proof generation for leader election. Without it, proof generation is CPU-intensive and tests will timeout. This is required for all runners (local, compose, k8s) for practical testing. Never use in production. What you should see: Nodes spawn as local processes Consensus starts producing blocks Scenario runs for the configured duration Node state/logs written under a temporary per-run directory in the current working directory (removed after the run unless NOMOS_TESTS_KEEP_LOGS=1) To write per-node log files to a stable location: set NOMOS_LOG_DIR=/path/to/logs (files will have prefix like nomos-node-0*, may include timestamps)","breadcrumbs":"Quickstart » Your First Test","id":"19","title":"Your First Test"},"190":{"body":"Keep chaos realistic: avoid flapping or patterns you wouldn't operate in prod. Scope chaos: choose validators vs executors intentionally; don't restart all nodes at once unless you're testing full outages. Combine chaos with observability: capture block feed/metrics and API health so failures are diagnosable.","breadcrumbs":"Part II — User Guide » Topology & Chaos Patterns » Guidance","id":"190","title":"Guidance"},"191":{"body":"Deep dives for contributors who extend the framework, evolve its abstractions, or maintain the crate set.","breadcrumbs":"Part III — Developer Reference » Part III — Developer Reference","id":"191","title":"Part III — Developer Reference"},"192":{"body":"The scenario model defines clear, composable responsibilities: Topology : a declarative description of the cluster—how many nodes, their roles, and the broad network and data-availability characteristics. It represents the intended shape of the system under test. Scenario : a plan combining topology, workloads, expectations, and a run window. Building a scenario validates prerequisites (like seeded wallets) and ensures the run lasts long enough to observe meaningful block progression. Workloads : asynchronous tasks that generate traffic or conditions. They use shared context to interact with the deployed cluster and may bundle default expectations. Expectations : post-run assertions. They can capture baselines before workloads start and evaluate success once activity stops. Runtime : coordinates workloads and expectations for the configured duration, enforces cooldowns when control actions occur, and ensures cleanup so runs do not leak resources. Developers extending the model should keep these boundaries strict: topology describes, scenarios assemble, deployers provision, runners orchestrate, workloads drive, and expectations judge outcomes. For guidance on adding new capabilities, see Extending the Framework .","breadcrumbs":"Part III — Developer Reference » Scenario Model (Developer Level) » Scenario Model (Developer Level)","id":"192","title":"Scenario Model (Developer Level)"},"193":{"body":"The framework supports two styles for constructing scenarios: High-level Builder DSL (recommended): fluent helper methods (e.g. .transactions_with(...)) Low-level direct instantiation : construct workload/expectation types explicitly, then attach them Both styles produce the same runtime behavior because they ultimately call the same core builder APIs.","breadcrumbs":"Part III — Developer Reference » API Levels: Builder DSL vs. Direct » API Levels: Builder DSL vs. Direct Instantiation","id":"193","title":"API Levels: Builder DSL vs. Direct Instantiation"},"194":{"body":"The DSL is implemented as extension traits (primarily testing_framework_workflows::ScenarioBuilderExt) on the core scenario builder. use std::time::Duration; use testing_framework_core::scenario::ScenarioBuilder;\nuse testing_framework_workflows::ScenarioBuilderExt; let plan = ScenarioBuilder::topology_with(|t| t.network_star().validators(3).executors(2)) .wallets(5) .transactions_with(|txs| txs.rate(5).users(3)) .da_with(|da| da.channel_rate(1).blob_rate(1).headroom_percent(20)) .expect_consensus_liveness() .with_run_duration(Duration::from_secs(60)) .build(); When to use: Most test code (smoke, regression, CI) When you want sensible defaults and minimal boilerplate","breadcrumbs":"Part III — Developer Reference » API Levels: Builder DSL vs. Direct » High-Level Builder DSL (Recommended)","id":"194","title":"High-Level Builder DSL (Recommended)"},"195":{"body":"Direct instantiation gives you explicit control over the concrete types you attach: use std::{ num::{NonZeroU64, NonZeroUsize}, time::Duration,\n}; use testing_framework_core::scenario::ScenarioBuilder;\nuse testing_framework_workflows::{ expectations::ConsensusLiveness, workloads::{da, transaction},\n}; let tx_workload = transaction::Workload::with_rate(5) .expect(\"transaction rate must be non-zero\") .with_user_limit(NonZeroUsize::new(3)); let da_workload = da::Workload::with_rate( NonZeroU64::new(1).unwrap(), // blob rate per block NonZeroU64::new(1).unwrap(), // channel rate per block da::Workload::default_headroom_percent(),\n); let plan = ScenarioBuilder::topology_with(|t| t.network_star().validators(3).executors(2)) .wallets(5) .with_workload(tx_workload) .with_workload(da_workload) .with_expectation(ConsensusLiveness::default()) .with_run_duration(Duration::from_secs(60)) .build(); When to use: Custom workload/expectation implementations Reusing preconfigured workload instances across multiple scenarios Debugging / exploring the underlying workload types","breadcrumbs":"Part III — Developer Reference » API Levels: Builder DSL vs. Direct » Low-Level Direct Instantiation","id":"195","title":"Low-Level Direct Instantiation"},"196":{"body":"High-Level DSL Low-Level Direct .transactions_with(|txs| txs.rate(5).users(3)) .with_workload(transaction::Workload::with_rate(5).expect(...).with_user_limit(...)) .da_with(|da| da.blob_rate(1).channel_rate(1)) .with_workload(da::Workload::with_rate(...)) .expect_consensus_liveness() .with_expectation(ConsensusLiveness::default())","breadcrumbs":"Part III — Developer Reference » API Levels: Builder DSL vs. Direct » Method Correspondence","id":"196","title":"Method Correspondence"},"197":{"body":"Workloads can bundle expectations by implementing Workload::expectations(). These bundled expectations are attached automatically whenever you call .with_workload(...) (including when you use the DSL), because the core builder expands workload expectations during attachment.","breadcrumbs":"Part III — Developer Reference » API Levels: Builder DSL vs. Direct » Bundled Expectations (Important)","id":"197","title":"Bundled Expectations (Important)"},"198":{"body":"Mixing is common: use the DSL for built-ins, and direct instantiation for custom pieces. use std::time::Duration; use testing_framework_core::scenario::ScenarioBuilder;\nuse testing_framework_workflows::{ScenarioBuilderExt, workloads::transaction}; let tx_workload = transaction::Workload::with_rate(5) .expect(\"transaction rate must be non-zero\"); let plan = ScenarioBuilder::topology_with(|t| t.network_star().validators(3).executors(2)) .wallets(5) .with_workload(tx_workload) // direct instantiation .expect_consensus_liveness() // DSL .with_run_duration(Duration::from_secs(60)) .build();","breadcrumbs":"Part III — Developer Reference » API Levels: Builder DSL vs. Direct » Mixing Both Styles","id":"198","title":"Mixing Both Styles"},"199":{"body":"The DSL methods are thin wrappers. For example: builder.transactions_with(|txs| txs.rate(5).users(3)) is roughly equivalent to: builder.transactions().rate(5).users(3).apply()","breadcrumbs":"Part III — Developer Reference » API Levels: Builder DSL vs. Direct » Implementation Detail (How the DSL Works)","id":"199","title":"Implementation Detail (How the DSL Works)"},"2":{"body":"flowchart LR Build[Define Scenario] --> Deploy[Deploy Topology] Deploy --> Execute[Run Workloads] Execute --> Evaluate[Check Expectations] style Build fill:#e1f5ff style Deploy fill:#fff4e1 style Execute fill:#ffe1f5 style Evaluate fill:#e1ffe1 Define Scenario — Describe your test: topology, workloads, and success criteria Deploy Topology — Launch validators and executors using host, compose, or k8s runners Run Workloads — Drive transactions, DA traffic, and chaos operations Check Expectations — Verify consensus liveness, inclusion, and system health","breadcrumbs":"Project Context Primer » How It Works","id":"2","title":"How It Works"},"20":{"body":"Let's unpack the code:","breadcrumbs":"Quickstart » What Just Happened?","id":"20","title":"What Just Happened?"},"200":{"body":"DSL method not found Ensure the extension traits are in scope, e.g. use testing_framework_workflows::ScenarioBuilderExt; Cross-check method names in Builder API Quick Reference","breadcrumbs":"Part III — Developer Reference » API Levels: Builder DSL vs. Direct » Troubleshooting","id":"200","title":"Troubleshooting"},"201":{"body":"Builder API Quick Reference Example: New Workload & Expectation (Rust) Extending the Framework","breadcrumbs":"Part III — Developer Reference » API Levels: Builder DSL vs. Direct » See Also","id":"201","title":"See Also"},"202":{"body":"This guide shows how to extend the framework with custom workloads, expectations, runners, and topology helpers. Each section includes the trait outline and a minimal code example.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Extending the Framework","id":"202","title":"Extending the Framework"},"203":{"body":"Steps: Implement testing_framework_core::scenario::Workload Provide a name and any bundled expectations Use init to derive inputs from topology/metrics; fail fast if prerequisites missing Use start to drive async traffic using RunContext clients Expose from testing-framework/workflows and optionally add a DSL helper Trait outline: use async_trait::async_trait;\nuse testing_framework_core::scenario::{ DynError, Expectation, RunContext, RunMetrics, Workload,\n};\nuse testing_framework_core::topology::generation::GeneratedTopology; struct MyExpectation; #[async_trait]\nimpl Expectation for MyExpectation { fn name(&self) -> &str { \"my_expectation\" } async fn evaluate(&mut self, _ctx: &RunContext) -> Result<(), DynError> { Ok(()) }\n} pub struct MyWorkload { // Configuration fields target_rate: u64,\n} impl MyWorkload { pub fn new(target_rate: u64) -> Self { Self { target_rate } }\n} #[async_trait]\nimpl Workload for MyWorkload { fn name(&self) -> &str { \"my_workload\" } fn expectations(&self) -> Vec> { // Return bundled expectations that should run with this workload vec![Box::new(MyExpectation)] } fn init( &mut self, topology: &GeneratedTopology, _run_metrics: &RunMetrics, ) -> Result<(), DynError> { // Validate prerequisites (e.g., enough nodes, wallet data present) if topology.validators().is_empty() { return Err(\"no validators available\".into()); } Ok(()) } async fn start(&self, ctx: &RunContext) -> Result<(), DynError> { // Drive async activity: submit transactions, query nodes, etc. let clients = ctx.node_clients().validator_clients(); for client in clients { let info = client.consensus_info().await?; tracing::info!(height = info.height, \"workload queried node\"); } Ok(()) }\n} Key points: name() identifies the workload in logs expectations() bundles default checks (can be empty) init() validates topology before run starts start() executes concurrently with other workloads; it should complete before run duration expires See Example: New Workload & Expectation for a complete, runnable example.","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding a Workload","id":"203","title":"Adding a Workload"},"204":{"body":"Steps: Implement testing_framework_core::scenario::Expectation Use start_capture to snapshot baseline metrics (optional) Use evaluate to assert outcomes after workloads finish Return descriptive errors; the runner aggregates them Export from testing-framework/workflows if reusable Trait outline: use async_trait::async_trait;\nuse testing_framework_core::scenario::{DynError, Expectation, RunContext}; pub struct MyExpectation { expected_value: u64, captured_baseline: Option,\n} impl MyExpectation { pub fn new(expected_value: u64) -> Self { Self { expected_value, captured_baseline: None, } }\n} #[async_trait]\nimpl Expectation for MyExpectation { fn name(&self) -> &str { \"my_expectation\" } async fn start_capture(&mut self, ctx: &RunContext) -> Result<(), DynError> { // Optional: capture baseline state before workloads start let client = ctx.node_clients().validator_clients().first() .ok_or(\"no validators\")?; let info = client.consensus_info().await?; self.captured_baseline = Some(info.height); tracing::info!(baseline = self.captured_baseline, \"captured baseline\"); Ok(()) } async fn evaluate(&mut self, ctx: &RunContext) -> Result<(), DynError> { // Assert the expected condition holds after workloads finish let client = ctx.node_clients().validator_clients().first() .ok_or(\"no validators\")?; let info = client.consensus_info().await?; let final_height = info.height; let baseline = self.captured_baseline.unwrap_or(0); let delta = final_height.saturating_sub(baseline); if delta < self.expected_value { return Err(format!( \"expected at least {} blocks, got {}\", self.expected_value, delta ).into()); } tracing::info!(delta, \"expectation passed\"); Ok(()) }\n} Key points: name() identifies the expectation in logs start_capture() runs before workloads start (optional) evaluate() runs after workloads finish; return descriptive errors Expectations run sequentially; keep them fast","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding an Expectation","id":"204","title":"Adding an Expectation"},"205":{"body":"Steps: Implement testing_framework_core::scenario::Deployer for your capability type Deploy infrastructure and return a Runner Construct NodeClients and spawn a BlockFeed Build a RunContext and provide a CleanupGuard for teardown Trait outline: use async_trait::async_trait;\nuse testing_framework_core::scenario::{ CleanupGuard, Deployer, DynError, Metrics, NodeClients, RunContext, Runner, Scenario, spawn_block_feed,\n};\nuse testing_framework_core::topology::deployment::Topology; pub struct MyDeployer { // Configuration: cluster connection details, etc.\n} impl MyDeployer { pub fn new() -> Self { Self {} }\n} #[async_trait]\nimpl Deployer<()> for MyDeployer { type Error = DynError; async fn deploy(&self, scenario: &Scenario<()>) -> Result { // 1. Launch nodes using scenario.topology() // 2. Wait for readiness (e.g., consensus info endpoint responds) // 3. Build NodeClients for validators/executors // 4. Spawn a block feed for expectations (optional but recommended) // 5. Create NodeControlHandle if you support restarts (optional) // 6. Return a Runner wrapping RunContext + CleanupGuard tracing::info!(\"deploying scenario with MyDeployer\"); let topology: Option = None; // Some(topology) if you spawned one let node_clients = NodeClients::default(); // Or NodeClients::from_topology(...) let client = node_clients .any_client() .ok_or(\"no api clients available\")? .clone(); let (block_feed, block_feed_guard) = spawn_block_feed(client).await?; let telemetry = Metrics::empty(); // or Metrics::from_prometheus(...) let node_control = None; // or Some(Arc) let context = RunContext::new( scenario.topology().clone(), topology, node_clients, scenario.duration(), telemetry, block_feed, node_control, ); // If you also have other resources to clean up (containers/pods/etc), // wrap them in your own CleanupGuard implementation and call // CleanupGuard::cleanup(Box::new(block_feed_guard)) inside it. Ok(Runner::new(context, Some(Box::new(block_feed_guard)))) }\n} Key points: deploy() must return a fully prepared Runner Block until nodes are ready before returning (avoid false negatives) Use a CleanupGuard to tear down resources on failure (and on RunHandle drop) If you want chaos workloads, also provide a NodeControlHandle via RunContext","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding a Runner (Deployer)","id":"205","title":"Adding a Runner (Deployer)"},"206":{"body":"Steps: Extend testing_framework_core::topology::config::TopologyBuilder with new layouts Keep defaults safe: ensure at least one participant, clamp dispersal factors Consider adding configuration presets for specialized parameters Example: use testing_framework_core::topology::{ config::TopologyBuilder, configs::network::Libp2pNetworkLayout,\n}; pub trait TopologyBuilderExt { fn network_full(self) -> Self;\n} impl TopologyBuilderExt for TopologyBuilder { fn network_full(self) -> Self { self.with_network_layout(Libp2pNetworkLayout::Full) }\n} Key points: Maintain method chaining (return &mut Self) Validate inputs: clamp factors, enforce minimums Document assumptions (e.g., \"requires at least 4 nodes\")","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding Topology Helpers","id":"206","title":"Adding Topology Helpers"},"207":{"body":"To expose your custom workload through the high-level DSL, add a trait extension: use async_trait::async_trait;\nuse testing_framework_core::scenario::{DynError, RunContext, ScenarioBuilder, Workload}; #[derive(Default)]\npub struct MyWorkloadBuilder { target_rate: u64, some_option: bool,\n} impl MyWorkloadBuilder { pub const fn target_rate(mut self, target_rate: u64) -> Self { self.target_rate = target_rate; self } pub const fn some_option(mut self, some_option: bool) -> Self { self.some_option = some_option; self } pub const fn build(self) -> MyWorkload { MyWorkload { target_rate: self.target_rate, some_option: self.some_option, } }\n} pub struct MyWorkload { target_rate: u64, some_option: bool,\n} #[async_trait]\nimpl Workload for MyWorkload { fn name(&self) -> &str { \"my_workload\" } async fn start(&self, _ctx: &RunContext) -> Result<(), DynError> { Ok(()) }\n} pub trait MyWorkloadDsl { fn my_workload_with( self, f: impl FnOnce(MyWorkloadBuilder) -> MyWorkloadBuilder, ) -> Self;\n} impl MyWorkloadDsl for ScenarioBuilder { fn my_workload_with( self, f: impl FnOnce(MyWorkloadBuilder) -> MyWorkloadBuilder, ) -> Self { let builder = f(MyWorkloadBuilder::default()); self.with_workload(builder.build()) }\n} Users can then call: ScenarioBuilder::topology_with(|t| t.network_star().validators(1).executors(1)) .my_workload_with(|w| { w.target_rate(10) .some_option(true) }) .build()","breadcrumbs":"Part III — Developer Reference » Extending the Framework » Adding a DSL Helper","id":"207","title":"Adding a DSL Helper"},"208":{"body":"API Levels: Builder DSL vs. Direct - Understanding the two API levels Custom Workload Example - Complete runnable example Internal Crate Reference - Where to add new code","breadcrumbs":"Part III — Developer Reference » Extending the Framework » See Also","id":"208","title":"See Also"},"209":{"body":"A minimal, end-to-end illustration of adding a custom workload and matching expectation. This shows the shape of the traits and where to plug into the framework; expand the logic to fit your real test.","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Example: New Workload & Expectation (Rust)","id":"209","title":"Example: New Workload & Expectation (Rust)"},"21":{"body":"use testing_framework_core::scenario::ScenarioBuilder; pub fn step_1_topology() -> testing_framework_core::scenario::Builder<()> { ScenarioBuilder::topology_with(|t| { t.network_star() // Star topology: all nodes connect to seed .validators(1) // 1 validator node .executors(1) // 1 executor node (validator + DA dispersal) })\n} This defines what your test network looks like.","breadcrumbs":"Quickstart » 1. Topology Configuration","id":"21","title":"1. Topology Configuration"},"210":{"body":"Key ideas: name : identifies the workload in logs. expectations : workloads can bundle defaults so callers don’t forget checks. init : derive inputs from the generated topology (e.g., pick a target node). start : drive async activity using the shared RunContext. use async_trait::async_trait;\nuse testing_framework_core::{ scenario::{DynError, Expectation, RunContext, RunMetrics, Workload}, topology::generation::GeneratedTopology,\n}; pub struct ReachabilityWorkload { target_idx: usize,\n} impl ReachabilityWorkload { pub fn new(target_idx: usize) -> Self { Self { target_idx } }\n} #[async_trait]\nimpl Workload for ReachabilityWorkload { fn name(&self) -> &str { \"reachability_workload\" } fn expectations(&self) -> Vec> { vec![Box::new( crate::custom_workload_example_expectation::ReachabilityExpectation::new( self.target_idx, ), )] } fn init( &mut self, topology: &GeneratedTopology, _run_metrics: &RunMetrics, ) -> Result<(), DynError> { if topology.validators().get(self.target_idx).is_none() { return Err(Box::new(std::io::Error::new( std::io::ErrorKind::Other, \"no validator at requested index\", ))); } Ok(()) } async fn start(&self, ctx: &RunContext) -> Result<(), DynError> { let client = ctx .node_clients() .validator_clients() .get(self.target_idx) .ok_or_else(|| { Box::new(std::io::Error::new( std::io::ErrorKind::Other, \"missing target client\", )) as DynError })?; // Lightweight API call to prove reachability. client .consensus_info() .await .map(|_| ()) .map_err(|e| e.into()) }\n}","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Workload: simple reachability probe","id":"210","title":"Workload: simple reachability probe"},"211":{"body":"Key ideas: start_capture : snapshot baseline if needed (not used here). evaluate : assert the condition after workloads finish. use async_trait::async_trait;\nuse testing_framework_core::scenario::{DynError, Expectation, RunContext}; pub struct ReachabilityExpectation { target_idx: usize,\n} impl ReachabilityExpectation { pub fn new(target_idx: usize) -> Self { Self { target_idx } }\n} #[async_trait]\nimpl Expectation for ReachabilityExpectation { fn name(&self) -> &str { \"target_reachable\" } async fn evaluate(&mut self, ctx: &RunContext) -> Result<(), DynError> { let client = ctx .node_clients() .validator_clients() .get(self.target_idx) .ok_or_else(|| { Box::new(std::io::Error::new( std::io::ErrorKind::Other, \"missing target client\", )) as DynError })?; client .consensus_info() .await .map(|_| ()) .map_err(|e| e.into()) }\n}","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » Expectation: confirm the target stayed reachable","id":"211","title":"Expectation: confirm the target stayed reachable"},"212":{"body":"Build your scenario as usual and call .with_workload(ReachabilityWorkload::new(0)). The bundled expectation is attached automatically; you can add more with .with_expectation(...) if needed. Keep the logic minimal and fast for smoke tests; grow it into richer probes for deeper scenarios.","breadcrumbs":"Part III — Developer Reference » Example: New Workload & Expectation (Rust) » How to wire it","id":"212","title":"How to wire it"},"213":{"body":"High-level roles of the crates that make up the framework: Configs (testing-framework/configs/): Prepares reusable configuration primitives for nodes, networking, tracing, data availability, and wallets, shared by all scenarios and runners. Includes topology generation and circuit asset resolution. Core scenario orchestration (testing-framework/core/): Houses the topology and scenario model, runtime coordination, node clients, and readiness/health probes. Defines Deployer and Runner traits, ScenarioBuilder, and RunContext. Workflows (testing-framework/workflows/): Packages workloads (transaction, DA, chaos) and expectations (consensus liveness) into reusable building blocks. Offers fluent DSL extensions (ScenarioBuilderExt, ChaosBuilderExt). Runners (testing-framework/runners/{local,compose,k8s}/): Implements deployment backends (local host, Docker Compose, Kubernetes) that all consume the same scenario plan. Each provides a Deployer implementation (LocalDeployer, ComposeDeployer, K8sDeployer). Runner Examples (crate name: runner-examples, path: examples/): Runnable binaries demonstrating framework usage and serving as living documentation. These are the primary entry point for running scenarios (examples/src/bin/local_runner.rs, examples/src/bin/compose_runner.rs, examples/src/bin/k8s_runner.rs).","breadcrumbs":"Part III — Developer Reference » Internal Crate Reference » Internal Crate Reference","id":"213","title":"Internal Crate Reference"},"214":{"body":"What You're Adding Where It Goes Examples Node config parameter testing-framework/configs/src/topology/configs/ Slot duration, log levels, DA params Topology feature testing-framework/core/src/topology/ New network layouts, node roles Scenario capability testing-framework/core/src/scenario/ New capabilities, context methods Workload testing-framework/workflows/src/workloads/ New traffic generators Expectation testing-framework/workflows/src/expectations/ New success criteria Builder API testing-framework/workflows/src/builder/ DSL extensions, fluent methods Deployer testing-framework/runners/ New deployment backends Example scenario examples/src/bin/ Demonstration binaries","breadcrumbs":"Part III — Developer Reference » Internal Crate Reference » Where to Add New Capabilities","id":"214","title":"Where to Add New Capabilities"},"215":{"body":"","breadcrumbs":"Part III — Developer Reference » Internal Crate Reference » Extension Workflow","id":"215","title":"Extension Workflow"},"216":{"body":"Define the workload in testing-framework/workflows/src/workloads/your_workload.rs: use async_trait::async_trait;\nuse testing_framework_core::scenario::{DynError, RunContext, Workload}; pub struct YourWorkload; #[async_trait]\nimpl Workload for YourWorkload { fn name(&self) -> &'static str { \"your_workload\" } async fn start(&self, _ctx: &RunContext) -> Result<(), DynError> { // implementation Ok(()) }\n} Add builder extension in testing-framework/workflows/src/builder/mod.rs: pub struct YourWorkloadBuilder; impl YourWorkloadBuilder { pub fn some_config(self) -> Self { self }\n} pub trait ScenarioBuilderExt: Sized { fn your_workload(self) -> YourWorkloadBuilder;\n} Use in examples in examples/src/bin/your_scenario.rs: use testing_framework_core::scenario::ScenarioBuilder; pub struct YourWorkloadBuilder; impl YourWorkloadBuilder { pub fn some_config(self) -> Self { self }\n} pub trait YourWorkloadDslExt: Sized { fn your_workload_with(self, configurator: F) -> Self where F: FnOnce(YourWorkloadBuilder) -> YourWorkloadBuilder;\n} impl YourWorkloadDslExt for testing_framework_core::scenario::Builder { fn your_workload_with(self, configurator: F) -> Self where F: FnOnce(YourWorkloadBuilder) -> YourWorkloadBuilder, { let _ = configurator(YourWorkloadBuilder); self }\n} pub fn use_in_examples() { let _plan = ScenarioBuilder::topology_with(|t| t.network_star().validators(3).executors(0)) .your_workload_with(|w| w.some_config()) .build();\n}","breadcrumbs":"Part III — Developer Reference » Internal Crate Reference » Adding a New Workload","id":"216","title":"Adding a New Workload"},"217":{"body":"Define the expectation in testing-framework/workflows/src/expectations/your_expectation.rs: use async_trait::async_trait;\nuse testing_framework_core::scenario::{DynError, Expectation, RunContext}; pub struct YourExpectation; #[async_trait]\nimpl Expectation for YourExpectation { fn name(&self) -> &'static str { \"your_expectation\" } async fn evaluate(&mut self, _ctx: &RunContext) -> Result<(), DynError> { // implementation Ok(()) }\n} Add builder extension in testing-framework/workflows/src/builder/mod.rs: use testing_framework_core::scenario::ScenarioBuilder; pub trait YourExpectationDslExt: Sized { fn expect_your_condition(self) -> Self;\n} impl YourExpectationDslExt for testing_framework_core::scenario::Builder { fn expect_your_condition(self) -> Self { self }\n} pub fn use_in_examples() { let _plan = ScenarioBuilder::topology_with(|t| t.network_star().validators(3).executors(0)) .expect_your_condition() .build();\n}","breadcrumbs":"Part III — Developer Reference » Internal Crate Reference » Adding a New Expectation","id":"217","title":"Adding a New Expectation"},"218":{"body":"Implement Deployer trait in testing-framework/runners/your_runner/src/deployer.rs: use async_trait::async_trait;\nuse testing_framework_core::scenario::{Deployer, Runner, Scenario}; #[derive(Debug)]\npub struct YourError; pub struct YourDeployer; #[async_trait]\nimpl Deployer for YourDeployer { type Error = YourError; async fn deploy(&self, _scenario: &Scenario<()>) -> Result { // Provision infrastructure // Wait for readiness // Return Runner todo!() }\n} Provide cleanup and handle node control if supported. Add example in examples/src/bin/your_runner.rs. For detailed examples, see Extending the Framework and Custom Workload Example .","breadcrumbs":"Part III — Developer Reference » Internal Crate Reference » Adding a New Deployer","id":"218","title":"Adding a New Deployer"},"219":{"body":"This section covers operational aspects of running the testing framework: prerequisites, deployment configuration, continuous integration, and observability.","breadcrumbs":"Part IV — Operations & Deployment » Part IV — Operations & Deployment","id":"219","title":"Part IV — Operations & Deployment"},"22":{"body":"use testing_framework_core::scenario::ScenarioBuilder;\nuse testing_framework_workflows::ScenarioBuilderExt; pub fn step_2_wallets() -> testing_framework_core::scenario::Builder<()> { ScenarioBuilder::with_node_counts(1, 1).wallets(1_000) // Seed 1,000 funded wallet accounts\n} Provides funded accounts for transaction submission.","breadcrumbs":"Quickstart » 2. Wallet Seeding","id":"22","title":"2. Wallet Seeding"},"220":{"body":"Prerequisites & Setup : Required files, binaries, circuit assets, and environment configuration Running Examples : How to execute scenarios across host, compose, and k8s runners CI Integration : Automating tests in continuous integration pipelines with caching and matrix testing Environment Variables : Complete reference of all configuration variables Logging & Observability : Log collection strategies, metrics integration, and debugging techniques","breadcrumbs":"Part IV — Operations & Deployment » What You'll Learn","id":"220","title":"What You'll Learn"},"221":{"body":"Operators setting up the framework for the first time DevOps Engineers integrating tests into CI/CD pipelines Developers debugging test failures or performance issues Platform Engineers deploying across different environments (local, Docker, Kubernetes)","breadcrumbs":"Part IV — Operations & Deployment » Who This Section Is For","id":"221","title":"Who This Section Is For"},"222":{"body":"This section is organized for progressive depth: Start with Operations Overview for the big picture Follow Prerequisites & Setup to prepare your environment Use Running Examples to execute your first scenarios Integrate with CI Integration for automated testing Reference Environment Variables for complete configuration options Debug with Logging & Observability when issues arise","breadcrumbs":"Part IV — Operations & Deployment » Navigation","id":"222","title":"Navigation"},"223":{"body":"Operational Hygiene: Assets present, prerequisites satisfied, observability reachable Environment Fit: Choose the right deployment target based on isolation, reproducibility, and resource needs Clear Signals: Verify runners report node readiness before starting workloads Failure Triage: Map failures to specific causes—missing prerequisites, platform issues, or unmet expectations Ready to get started? Begin with Operations Overview →","breadcrumbs":"Part IV — Operations & Deployment » Key Principles","id":"223","title":"Key Principles"},"224":{"body":"Operational readiness focuses on prerequisites, environment fit, and clear signals that ensure your test scenarios run reliably across different deployment targets.","breadcrumbs":"Part IV — Operations & Deployment » Overview » Operations & Deployment Overview","id":"224","title":"Operations & Deployment Overview"},"225":{"body":"Prerequisites First : Ensure all required files, binaries, and assets are in place before attempting to run scenarios Environment Fit : Choose the right deployment target (host, compose, k8s) based on your isolation, reproducibility, and resource needs Clear Signals : Verify runners report node readiness before starting workloads to avoid false negatives Failure Triage : Map failures to specific causes—missing prerequisites, platform issues, or unmet expectations","breadcrumbs":"Part IV — Operations & Deployment » Overview » Core Principles","id":"225","title":"Core Principles"},"226":{"body":"Prerequisites: versions.env file at repository root (required by helper scripts) Node binaries (nomos-node, nomos-executor) available or built on demand Platform requirements met (Docker for compose, cluster access for k8s) Circuit assets for DA workloads Artifacts: KZG parameters (circuit assets) for Data Availability scenarios Docker images for compose/k8s deployments Binary bundles for reproducible builds Environment Configuration: POL_PROOF_DEV_MODE=true is REQUIRED for all runners to avoid expensive proof generation Logging configured via NOMOS_LOG_* variables Observability endpoints (Prometheus, Grafana) optional but useful Readiness & Health: Runners verify node readiness before starting workloads Health checks prevent premature workload execution Consensus liveness expectations validate basic operation","breadcrumbs":"Part IV — Operations & Deployment » Overview » Key Operational Concerns","id":"226","title":"Key Operational Concerns"},"227":{"body":"The framework is intentionally runner-agnostic : the same scenario plan runs across all deployment targets. Understanding which operational concerns apply to each runner helps you choose the right fit. Concern Host Compose Kubernetes Topology Full support Full support Full support Workloads All workloads All workloads All workloads Expectations All expectations All expectations All expectations Chaos / Node Control Not supported Supported Not yet Metrics / Observability Manual setup External stack Cluster-wide Log Collection Temp files Container logs Pod logs Isolation Process-level Container Pod + namespace Setup Time < 1 min 2-5 min 5-10 min CI Recommended? Smoke tests Primary Large-scale only Key insight: Operational concerns (prerequisites, environment variables) are largely consistent across runners, while deployment-specific concerns (isolation, chaos support) vary by backend.","breadcrumbs":"Part IV — Operations & Deployment » Overview » Runner-Agnostic Design","id":"227","title":"Runner-Agnostic Design"},"228":{"body":"flowchart LR Setup[Prerequisites & Setup] --> Run[Run Scenarios] Run --> Monitor[Monitor & Observe] Monitor --> Debug{Success?} Debug -->|No| Triage[Failure Triage] Triage --> Setup Debug -->|Yes| Done[Complete] Setup : Verify prerequisites, configure environment, prepare assets Run : Execute scenarios using appropriate runner (host/compose/k8s) Monitor : Collect logs, metrics, and observability signals Triage : When failures occur, map to root causes and fix prerequisites","breadcrumbs":"Part IV — Operations & Deployment » Overview » Operational Workflow","id":"228","title":"Operational Workflow"},"229":{"body":"This Operations & Deployment section covers: Prerequisites & Setup — Required files, binaries, and environment setup Running Examples — How to run scenarios across different runners CI Integration — Automating tests in continuous integration pipelines Environment Variables — Complete reference of configuration variables Logging & Observability — Log collection, metrics, and debugging Philosophy: Treat operational hygiene—assets present, prerequisites satisfied, observability reachable—as the first step to reliable scenario outcomes.","breadcrumbs":"Part IV — Operations & Deployment » Overview » Documentation Structure","id":"229","title":"Documentation Structure"},"23":{"body":"use testing_framework_core::scenario::ScenarioBuilder;\nuse testing_framework_workflows::ScenarioBuilderExt; pub fn step_3_workloads() -> testing_framework_core::scenario::Builder<()> { ScenarioBuilder::with_node_counts(1, 1) .wallets(1_000) .transactions_with(|txs| { txs.rate(5) // 5 transactions per block .users(500) // Use 500 of the 1,000 wallets }) .da_with(|da| { da.channel_rate(1) // 1 DA channel (more spawned with headroom) .blob_rate(1) // target 1 blob per block .headroom_percent(20) // default headroom when sizing channels })\n} Generates both transaction and DA traffic to stress both subsystems.","breadcrumbs":"Quickstart » 3. Workloads","id":"23","title":"3. Workloads"},"230":{"body":"This page covers everything you need before running your first scenario.","breadcrumbs":"Part IV — Operations & Deployment » Prerequisites & Setup » Prerequisites & Setup","id":"230","title":"Prerequisites & Setup"},"231":{"body":"","breadcrumbs":"Part IV — Operations & Deployment » Prerequisites & Setup » Required Files","id":"231","title":"Required Files"},"232":{"body":"All helper scripts require a versions.env file at the repository root: VERSION=v0.3.1\nNOMOS_NODE_REV=abc123def456789\nNOMOS_BUNDLE_VERSION=v1 What it defines: VERSION — Circuit release tag for KZG parameters NOMOS_NODE_REV — Git revision of nomos-node to build/fetch NOMOS_BUNDLE_VERSION — Bundle schema version Where it's used: scripts/run/run-examples.sh scripts/build/build-bundle.sh scripts/setup/setup-nomos-circuits.sh CI workflows Error if missing: ERROR: versions.env not found at repository root\nThis file is required and should define: VERSION= NOMOS_NODE_REV= NOMOS_BUNDLE_VERSION= Fix: Ensure you're in the repository root. The file should already exist in the checked-out repo.","breadcrumbs":"Part IV — Operations & Deployment » Prerequisites & Setup » versions.env (Required)","id":"232","title":"versions.env (Required)"},"233":{"body":"Scenarios need compiled nomos-node and nomos-executor binaries.","breadcrumbs":"Part IV — Operations & Deployment » Prerequisites & Setup » Node Binaries","id":"233","title":"Node Binaries"},"234":{"body":"scripts/run/run-examples.sh -t 60 -v 3 -e 1 host This automatically: Clones/updates nomos-node checkout Builds required binaries Sets NOMOS_NODE_BIN / NOMOS_EXECUTOR_BIN","breadcrumbs":"Part IV — Operations & Deployment » Prerequisites & Setup » Option 1: Use Helper Scripts (Recommended)","id":"234","title":"Option 1: Use Helper Scripts (Recommended)"},"235":{"body":"If you have a sibling nomos-node checkout: cd ../nomos-node\ncargo build --release --bin nomos-node --bin nomos-executor # Set environment variables\nexport NOMOS_NODE_BIN=$PWD/target/release/nomos-node\nexport NOMOS_EXECUTOR_BIN=$PWD/target/release/nomos-executor # Return to testing framework\ncd ../nomos-testing","breadcrumbs":"Part IV — Operations & Deployment » Prerequisites & Setup » Option 2: Manual Build","id":"235","title":"Option 2: Manual Build"},"236":{"body":"CI workflows use prebuilt artifacts: - name: Download nomos binaries uses: actions/download-artifact@v3 with: name: nomos-binaries-linux path: .tmp/ - name: Extract bundle run: | tar -xzf .tmp/nomos-binaries-linux-*.tar.gz -C .tmp/ export NOMOS_NODE_BIN=$PWD/.tmp/nomos-node export NOMOS_EXECUTOR_BIN=$PWD/.tmp/nomos-executor","breadcrumbs":"Part IV — Operations & Deployment » Prerequisites & Setup » Option 3: Prebuilt Bundles (CI)","id":"236","title":"Option 3: Prebuilt Bundles (CI)"},"237":{"body":"Data Availability (DA) workloads require KZG cryptographic parameters.","breadcrumbs":"Part IV — Operations & Deployment » Prerequisites & Setup » Circuit Assets (KZG Parameters)","id":"237","title":"Circuit Assets (KZG Parameters)"},"238":{"body":"Default path: testing-framework/assets/stack/kzgrs_test_params/kzgrs_test_params Note: The directory kzgrs_test_params/ contains a file named kzgrs_test_params. This is the proving key file (~120MB). Container path (compose/k8s): /kzgrs_test_params/kzgrs_test_params","breadcrumbs":"Part IV — Operations & Deployment » Prerequisites & Setup » Asset Location","id":"238","title":"Asset Location"},"239":{"body":"Option 1: Use helper script (recommended): # Fetch circuits\nscripts/setup/setup-nomos-circuits.sh v0.3.1 /tmp/nomos-circuits # Copy to default location\nmkdir -p testing-framework/assets/stack/kzgrs_test_params\ncp -r /tmp/nomos-circuits/* testing-framework/assets/stack/kzgrs_test_params/ # Verify (should be ~120MB)\nls -lh testing-framework/assets/stack/kzgrs_test_params/kzgrs_test_params Option 2: Let run-examples.sh handle it : scripts/run/run-examples.sh -t 60 -v 3 -e 1 host This automatically fetches and places assets.","breadcrumbs":"Part IV — Operations & Deployment » Prerequisites & Setup » Getting Assets","id":"239","title":"Getting Assets"},"24":{"body":"use testing_framework_core::scenario::ScenarioBuilder;\nuse testing_framework_workflows::ScenarioBuilderExt; pub fn step_4_expectation() -> testing_framework_core::scenario::Builder<()> { ScenarioBuilder::with_node_counts(1, 1).expect_consensus_liveness() // This says what success means: blocks must be produced continuously.\n} This says what success means : blocks must be produced continuously.","breadcrumbs":"Quickstart » 4. Expectation","id":"24","title":"4. Expectation"},"240":{"body":"Set NOMOS_KZGRS_PARAMS_PATH to use a custom location: NOMOS_KZGRS_PARAMS_PATH=/custom/path/to/kzgrs_test_params \\\ncargo run -p runner-examples --bin local_runner","breadcrumbs":"Part IV — Operations & Deployment » Prerequisites & Setup » Override Path","id":"240","title":"Override Path"},"241":{"body":"Runner When Required Host (local) Always (for DA workloads) Compose During image build (baked into image) K8s During image build + mounted via hostPath Error without assets: Error: Custom { kind: NotFound, error: \"Circuit file not found at: testing-framework/assets/stack/kzgrs_test_params/kzgrs_test_params\" }","breadcrumbs":"Part IV — Operations & Deployment » Prerequisites & Setup » When Are Assets Needed?","id":"241","title":"When Are Assets Needed?"},"242":{"body":"","breadcrumbs":"Part IV — Operations & Deployment » Prerequisites & Setup » Platform Requirements","id":"242","title":"Platform Requirements"},"243":{"body":"Requires: Rust nightly toolchain Node binaries built KZG circuit assets (for DA workloads) Available ports (18080+, 3100+, etc.) No Docker required. Best for: Quick iteration Development Smoke tests","breadcrumbs":"Part IV — Operations & Deployment » Prerequisites & Setup » Host Runner (Local Processes)","id":"243","title":"Host Runner (Local Processes)"},"244":{"body":"Requires: Docker daemon running Docker image built: logos-blockchain-testing:local KZG assets baked into image Docker Desktop (macOS) or Docker Engine (Linux) Platform notes (macOS / Apple silicon): Prefer NOMOS_BUNDLE_DOCKER_PLATFORM=linux/arm64 for native performance Use linux/amd64 only if targeting amd64 environments (slower via emulation) Best for: Reproducible environments CI testing Chaos workloads (node control support)","breadcrumbs":"Part IV — Operations & Deployment » Prerequisites & Setup » Compose Runner (Docker Compose)","id":"244","title":"Compose Runner (Docker Compose)"},"245":{"body":"Requires: Kubernetes cluster (Docker Desktop K8s, minikube, kind, or remote) kubectl configured Docker image built and loaded/pushed KZG assets baked into image + mounted via hostPath Local cluster setup: # Docker Desktop: Enable Kubernetes in settings # OR: Use kind\nkind create cluster\nkind load docker-image logos-blockchain-testing:local # OR: Use minikube\nminikube start\nminikube image load logos-blockchain-testing:local Remote cluster: Push image to registry and set NOMOS_TESTNET_IMAGE. Best for: Production-like testing Resource isolation Large topologies","breadcrumbs":"Part IV — Operations & Deployment » Prerequisites & Setup » K8s Runner (Kubernetes)","id":"245","title":"K8s Runner (Kubernetes)"},"246":{"body":"POL_PROOF_DEV_MODE=true is REQUIRED for ALL runners! Without this, proof generation uses expensive Groth16 proving, causing: Tests \"hang\" for minutes CPU spikes to 100% Timeouts and failures Always set: POL_PROOF_DEV_MODE=true cargo run -p runner-examples --bin local_runner\nPOL_PROOF_DEV_MODE=true scripts/run/run-examples.sh -t 60 -v 3 -e 1 compose\n# etc. Or add to your shell profile: # ~/.bashrc or ~/.zshrc\nexport POL_PROOF_DEV_MODE=true","breadcrumbs":"Part IV — Operations & Deployment » Prerequisites & Setup » Critical Environment Variable","id":"246","title":"Critical Environment Variable"},"247":{"body":"Run this checklist before your first scenario: # 1. Verify versions.env exists\ncat versions.env # 2. Check circuit assets (for DA workloads)\nls -lh testing-framework/assets/stack/kzgrs_test_params/kzgrs_test_params # 3. Verify POL_PROOF_DEV_MODE is set\necho $POL_PROOF_DEV_MODE # Should print: true # 4. For compose/k8s: verify Docker is running\ndocker ps # 5. For compose/k8s: verify image exists\ndocker images | grep logos-blockchain-testing # 6. For host runner: verify node binaries (if not using scripts)\n$NOMOS_NODE_BIN --version\n$NOMOS_EXECUTOR_BIN --version","breadcrumbs":"Part IV — Operations & Deployment » Prerequisites & Setup » Quick Setup Check","id":"247","title":"Quick Setup Check"},"248":{"body":"The easiest path is to let the helper scripts handle everything: # Host runner\nscripts/run/run-examples.sh -t 60 -v 3 -e 1 host # Compose runner\nscripts/run/run-examples.sh -t 60 -v 3 -e 1 compose # K8s runner\nscripts/run/run-examples.sh -t 60 -v 3 -e 1 k8s These scripts: Verify versions.env exists Clone/build nomos-node if needed Fetch circuit assets if missing Build Docker images (compose/k8s) Load images into cluster (k8s) Run the scenario with proper environment Next Steps: Running Examples — Learn how to run scenarios Environment Variables — Full variable reference Troubleshooting — Common issues and fixes","breadcrumbs":"Part IV — Operations & Deployment » Prerequisites & Setup » Recommended: Use Helper Scripts","id":"248","title":"Recommended: Use Helper Scripts"},"249":{"body":"The framework provides three runner modes: host (local processes), compose (Docker Compose), and k8s (Kubernetes).","breadcrumbs":"Part IV — Operations & Deployment » Running Examples » Running Examples","id":"249","title":"Running Examples"},"25":{"body":"use std::time::Duration; use testing_framework_core::scenario::ScenarioBuilder; pub fn step_5_run_duration() -> testing_framework_core::scenario::Builder<()> { ScenarioBuilder::with_node_counts(1, 1).with_run_duration(Duration::from_secs(60))\n} Run for 60 seconds (~27 blocks with default 2s slots, 0.9 coefficient). Framework ensures this is at least 2× the consensus slot duration. Adjust consensus timing via CONSENSUS_SLOT_TIME and CONSENSUS_ACTIVE_SLOT_COEFF.","breadcrumbs":"Quickstart » 5. Run Duration","id":"25","title":"5. Run Duration"},"250":{"body":"Use scripts/run/run-examples.sh for all modes—it handles all setup automatically: # Host mode (local processes)\nscripts/run/run-examples.sh -t 60 -v 3 -e 1 host # Compose mode (Docker Compose)\nscripts/run/run-examples.sh -t 60 -v 3 -e 1 compose # K8s mode (Kubernetes)\nscripts/run/run-examples.sh -t 60 -v 3 -e 1 k8s Parameters: -t 60 — Run duration in seconds -v 3 — Number of validators -e 1 — Number of executors host|compose|k8s — Deployment mode This script handles: Circuit asset setup Binary building/bundling Image building (compose/k8s) Image loading into cluster (k8s) Execution with proper environment Note: For k8s runs against non-local clusters (e.g. EKS), the cluster pulls images from a registry. In that case, build + push your image separately (see scripts/build/build_test_image.sh) and set NOMOS_TESTNET_IMAGE to the pushed reference.","breadcrumbs":"Part IV — Operations & Deployment » Running Examples » Quick Start (Recommended)","id":"250","title":"Quick Start (Recommended)"},"251":{"body":"For a small \"does everything still run?\" matrix across all runners: scripts/run/run-test-matrix.sh -t 120 -v 1 -e 1 This runs host, compose, and k8s modes with various image-build configurations. Useful after making runner/image/script changes. Forwards --metrics-* options through to scripts/run/run-examples.sh. Common options: --modes host,compose,k8s — Restrict which modes run --no-clean — Skip scripts/ops/clean.sh step --no-bundles — Skip scripts/build/build-bundle.sh (reuses existing .tmp tarballs) --no-image-build — Skip the “rebuild image” variants in the matrix (compose/k8s) --allow-nonzero-progress — Soft-pass expectation failures if logs show non-zero progress (local iteration only) --force-k8s-image-build — Allow the k8s image-build variant even on non-docker-desktop clusters Environment overrides: VERSION=v0.3.1 — Circuit version NOMOS_NODE_REV= — nomos-node git revision NOMOS_BINARIES_TAR=path/to/bundle.tar.gz — Use prebuilt bundle NOMOS_SKIP_IMAGE_BUILD=1 — Skip image rebuild inside run-examples.sh (compose/k8s) NOMOS_BUNDLE_DOCKER_PLATFORM=linux/arm64|linux/amd64 — Docker platform for bundle builds (macOS/Windows) COMPOSE_CIRCUITS_PLATFORM=linux-aarch64|linux-x86_64 — Circuits platform for image builds SLOW_TEST_ENV=true — Doubles built-in readiness timeouts (useful in CI / constrained laptops) TESTNET_PRINT_ENDPOINTS=1 — Print TESTNET_ENDPOINTS / TESTNET_PPROF lines during deploy","breadcrumbs":"Part IV — Operations & Deployment » Running Examples » Quick Smoke Matrix","id":"251","title":"Quick Smoke Matrix"},"252":{"body":"The repo pins a nomos-node revision in versions.env for reproducible builds. To update it or point to a local checkout: # Pin to a new git revision (updates versions.env + Cargo.toml git revs)\nscripts/ops/update-nomos-rev.sh --rev # Use a local nomos-node checkout instead (for development)\nscripts/ops/update-nomos-rev.sh --path /path/to/nomos-node # If Cargo.toml was marked skip-worktree, clear it\nscripts/ops/update-nomos-rev.sh --unskip-worktree Notes: Don't commit absolute NOMOS_NODE_PATH values; prefer --rev for shared history/CI After changing rev/path, expect Cargo.lock to update on the next cargo build/cargo test","breadcrumbs":"Part IV — Operations & Deployment » Running Examples » Dev Workflow: Updating nomos-node Revision","id":"252","title":"Dev Workflow: Updating nomos-node Revision"},"253":{"body":"If you hit Docker build failures, I/O errors, or disk space issues: scripts/ops/clean.sh For extra Docker cache cleanup: scripts/ops/clean.sh --docker","breadcrumbs":"Part IV — Operations & Deployment » Running Examples » Cleanup Helper","id":"253","title":"Cleanup Helper"},"254":{"body":"For manual control, run the local_runner binary directly: POL_PROOF_DEV_MODE=true \\\nNOMOS_NODE_BIN=/path/to/nomos-node \\\nNOMOS_EXECUTOR_BIN=/path/to/nomos-executor \\\ncargo run -p runner-examples --bin local_runner","breadcrumbs":"Part IV — Operations & Deployment » Running Examples » Host Runner (Direct Cargo Run)","id":"254","title":"Host Runner (Direct Cargo Run)"},"255":{"body":"Variable Default Effect NOMOS_DEMO_VALIDATORS 1 Number of validators (legacy: LOCAL_DEMO_VALIDATORS) NOMOS_DEMO_EXECUTORS 1 Number of executors (legacy: LOCAL_DEMO_EXECUTORS) NOMOS_DEMO_RUN_SECS 60 Run duration in seconds (legacy: LOCAL_DEMO_RUN_SECS) NOMOS_NODE_BIN — Path to nomos-node binary (required) NOMOS_EXECUTOR_BIN — Path to nomos-executor binary (required) NOMOS_LOG_DIR None Directory for per-node log files NOMOS_TESTS_KEEP_LOGS 0 Keep per-run temporary directories (useful for debugging/CI) NOMOS_TESTS_TRACING false Enable debug tracing preset NOMOS_LOG_LEVEL info Global log level: error, warn, info, debug, trace NOMOS_LOG_FILTER None Fine-grained module filtering (e.g., cryptarchia=trace,nomos_da_sampling=debug) POL_PROOF_DEV_MODE — REQUIRED : Set to true for all runners Note: Requires circuit assets and host binaries. Use scripts/run/run-examples.sh host to handle setup automatically.","breadcrumbs":"Part IV — Operations & Deployment » Running Examples » Host Runner Environment Variables","id":"255","title":"Host Runner Environment Variables"},"256":{"body":"For manual control, run the compose_runner binary directly. Compose requires a Docker image with embedded assets.","breadcrumbs":"Part IV — Operations & Deployment » Running Examples » Compose Runner (Direct Cargo Run)","id":"256","title":"Compose Runner (Direct Cargo Run)"},"257":{"body":"# 1. Build a Linux bundle (includes binaries + circuits)\nscripts/build/build-bundle.sh --platform linux\n# Creates .tmp/nomos-binaries-linux-v0.3.1.tar.gz # 2. Build image (embeds bundle assets)\nexport NOMOS_BINARIES_TAR=.tmp/nomos-binaries-linux-v0.3.1.tar.gz\nscripts/build/build_test_image.sh # 3. Run\nNOMOS_TESTNET_IMAGE=logos-blockchain-testing:local \\\nPOL_PROOF_DEV_MODE=true \\\ncargo run -p runner-examples --bin compose_runner","breadcrumbs":"Part IV — Operations & Deployment » Running Examples » Option 1: Prebuilt Bundle (Recommended)","id":"257","title":"Option 1: Prebuilt Bundle (Recommended)"},"258":{"body":"# Fetch and copy circuits\nscripts/setup/setup-nomos-circuits.sh v0.3.1 /tmp/nomos-circuits\ncp -r /tmp/nomos-circuits/* testing-framework/assets/stack/kzgrs_test_params/ # Build image\nscripts/build/build_test_image.sh # Run\nNOMOS_TESTNET_IMAGE=logos-blockchain-testing:local \\\nPOL_PROOF_DEV_MODE=true \\\ncargo run -p runner-examples --bin compose_runner","breadcrumbs":"Part IV — Operations & Deployment » Running Examples » Option 2: Manual Circuit/Image Setup","id":"258","title":"Option 2: Manual Circuit/Image Setup"},"259":{"body":"Docker Desktop runs a linux/arm64 engine by default For native performance: NOMOS_BUNDLE_DOCKER_PLATFORM=linux/arm64 (recommended for local testing) For amd64 targets: NOMOS_BUNDLE_DOCKER_PLATFORM=linux/amd64 (slower via emulation)","breadcrumbs":"Part IV — Operations & Deployment » Running Examples » Platform Note (macOS / Apple Silicon)","id":"259","title":"Platform Note (macOS / Apple Silicon)"},"26":{"body":"use anyhow::Result;\nuse testing_framework_core::scenario::{Deployer, ScenarioBuilder};\nuse testing_framework_runner_local::LocalDeployer; pub async fn step_6_deploy_and_execute() -> Result<()> { let mut plan = ScenarioBuilder::with_node_counts(1, 1).build(); let deployer = LocalDeployer::default(); // Use local process deployer let runner = deployer.deploy(&plan).await?; // Provision infrastructure let _handle = runner.run(&mut plan).await?; // Execute workloads & expectations Ok(())\n} Deployer provisions the infrastructure. Runner orchestrates execution.","breadcrumbs":"Quickstart » 6. Deploy and Execute","id":"26","title":"6. Deploy and Execute"},"260":{"body":"Variable Default Effect NOMOS_TESTNET_IMAGE — Image tag (required, must match built image) POL_PROOF_DEV_MODE — REQUIRED : Set to true for all runners NOMOS_DEMO_VALIDATORS 1 Number of validators NOMOS_DEMO_EXECUTORS 1 Number of executors NOMOS_DEMO_RUN_SECS 60 Run duration in seconds COMPOSE_NODE_PAIRS — Alternative topology format: \"validators×executors\" (e.g., 3x2) NOMOS_METRICS_QUERY_URL None Prometheus-compatible base URL for runner to query NOMOS_METRICS_OTLP_INGEST_URL None Full OTLP HTTP ingest URL for node metrics export NOMOS_GRAFANA_URL None Grafana base URL for printing/logging COMPOSE_RUNNER_HOST 127.0.0.1 Host address for port mappings COMPOSE_RUNNER_PRESERVE 0 Keep containers running after test NOMOS_LOG_LEVEL info Node log level (stdout/stderr) NOMOS_LOG_FILTER None Fine-grained module filtering Config file option: testing-framework/assets/stack/cfgsync.yaml (tracing_settings.logger) — Switch node logs between stdout/stderr and file output","breadcrumbs":"Part IV — Operations & Deployment » Running Examples » Compose Runner Environment Variables","id":"260","title":"Compose Runner Environment Variables"},"261":{"body":"Node control support : Only runner that supports chaos testing (.enable_node_control() + chaos workloads) External observability : Set NOMOS_METRICS_* / NOMOS_GRAFANA_URL to enable telemetry links and querying Quickstart: scripts/setup/setup-observability.sh compose up then scripts/setup/setup-observability.sh compose env Important: Containers expect KZG parameters at /kzgrs_test_params/kzgrs_test_params (note the repeated filename) Use scripts/run/run-examples.sh compose to handle all setup automatically","breadcrumbs":"Part IV — Operations & Deployment » Running Examples » Compose-Specific Features","id":"261","title":"Compose-Specific Features"},"262":{"body":"For manual control, run the k8s_runner binary directly. K8s requires the same image setup as Compose.","breadcrumbs":"Part IV — Operations & Deployment » Running Examples » K8s Runner (Direct Cargo Run)","id":"262","title":"K8s Runner (Direct Cargo Run)"},"263":{"body":"Kubernetes cluster with kubectl configured Test image built (same as Compose, preferably with prebuilt bundle) Image available in cluster (loaded or pushed to registry)","breadcrumbs":"Part IV — Operations & Deployment » Running Examples » Prerequisites","id":"263","title":"Prerequisites"},"264":{"body":"# 1. Build image with bundle (recommended)\nscripts/build/build-bundle.sh --platform linux\nexport NOMOS_BINARIES_TAR=.tmp/nomos-binaries-linux-v0.3.1.tar.gz\nscripts/build/build_test_image.sh # 2. Load into cluster (choose one)\nexport NOMOS_TESTNET_IMAGE=logos-blockchain-testing:local # For kind:\nkind load docker-image logos-blockchain-testing:local # For minikube:\nminikube image load logos-blockchain-testing:local # For remote cluster (push to registry):\ndocker tag logos-blockchain-testing:local your-registry/logos-blockchain-testing:latest\ndocker push your-registry/logos-blockchain-testing:latest\nexport NOMOS_TESTNET_IMAGE=your-registry/logos-blockchain-testing:latest","breadcrumbs":"Part IV — Operations & Deployment » Running Examples » Build and Load Image","id":"264","title":"Build and Load Image"},"265":{"body":"export NOMOS_TESTNET_IMAGE=logos-blockchain-testing:local\nexport POL_PROOF_DEV_MODE=true\ncargo run -p runner-examples --bin k8s_runner","breadcrumbs":"Part IV — Operations & Deployment » Running Examples » Run the Example","id":"265","title":"Run the Example"},"266":{"body":"Variable Default Effect NOMOS_TESTNET_IMAGE — Image tag (required) POL_PROOF_DEV_MODE — REQUIRED : Set to true for all runners NOMOS_DEMO_VALIDATORS 1 Number of validators NOMOS_DEMO_EXECUTORS 1 Number of executors NOMOS_DEMO_RUN_SECS 60 Run duration in seconds NOMOS_METRICS_QUERY_URL None Prometheus-compatible base URL for runner to query (PromQL) NOMOS_METRICS_OTLP_INGEST_URL None Full OTLP HTTP ingest URL for node metrics export NOMOS_GRAFANA_URL None Grafana base URL for printing/logging K8S_RUNNER_NAMESPACE Random Kubernetes namespace (pin for debugging) K8S_RUNNER_RELEASE Random Helm release name (pin for debugging) K8S_RUNNER_NODE_HOST — NodePort host resolution for non-local clusters K8S_RUNNER_DEBUG 0 Log Helm stdout/stderr for install commands K8S_RUNNER_PRESERVE 0 Keep namespace/release after run (for debugging)","breadcrumbs":"Part IV — Operations & Deployment » Running Examples » K8s Runner Environment Variables","id":"266","title":"K8s Runner Environment Variables"},"267":{"body":"export NOMOS_METRICS_QUERY_URL=http://your-prometheus:9090\n# Prometheus OTLP receiver example:\nexport NOMOS_METRICS_OTLP_INGEST_URL=http://your-prometheus:9090/api/v1/otlp/v1/metrics\n# Optional: print Grafana link in TESTNET_ENDPOINTS\nexport NOMOS_GRAFANA_URL=http://your-grafana:3000\ncargo run -p runner-examples --bin k8s_runner Notes: NOMOS_METRICS_QUERY_URL must be reachable from the runner process (often via kubectl port-forward) NOMOS_METRICS_OTLP_INGEST_URL must be reachable from nodes (pods/containers) and is backend-specific Quickstart installer: scripts/setup/setup-observability.sh k8s install then scripts/setup/setup-observability.sh k8s env Optional dashboards: scripts/setup/setup-observability.sh k8s dashboards","breadcrumbs":"Part IV — Operations & Deployment » Running Examples » K8s + Observability (Optional)","id":"267","title":"K8s + Observability (Optional)"},"268":{"body":"scripts/run/run-examples.sh -t 60 -v 3 -e 1 k8s \\ --metrics-query-url http://your-prometheus:9090 \\ --metrics-otlp-ingest-url http://your-prometheus:9090/api/v1/otlp/v1/metrics","breadcrumbs":"Part IV — Operations & Deployment » Running Examples » Via scripts/run/run-examples.sh (Recommended)","id":"268","title":"Via scripts/run/run-examples.sh (Recommended)"},"269":{"body":"use testing_framework_core::scenario::ScenarioBuilder;\nuse testing_framework_workflows::ObservabilityBuilderExt as _; let plan = ScenarioBuilder::with_node_counts(1, 1) .with_metrics_query_url_str(\"http://your-prometheus:9090\") .with_metrics_otlp_ingest_url_str(\"http://your-prometheus:9090/api/v1/otlp/v1/metrics\") .build();","breadcrumbs":"Part IV — Operations & Deployment » Running Examples » In Code (Optional)","id":"269","title":"In Code (Optional)"},"27":{"body":"With run-examples.sh (recommended): # Scale up to 3 validators + 2 executors, run for 2 minutes\nscripts/run/run-examples.sh -t 120 -v 3 -e 2 host With direct cargo run: # Uses NOMOS_DEMO_* env vars (or legacy *_DEMO_* vars)\nNOMOS_DEMO_VALIDATORS=3 \\\nNOMOS_DEMO_EXECUTORS=2 \\\nNOMOS_DEMO_RUN_SECS=120 \\\nPOL_PROOF_DEV_MODE=true \\\ncargo run -p runner-examples --bin local_runner","breadcrumbs":"Quickstart » Adjust the Topology","id":"27","title":"Adjust the Topology"},"270":{"body":"K8s runner mounts testing-framework/assets/stack/kzgrs_test_params as a hostPath volume File path inside pods: /kzgrs_test_params/kzgrs_test_params No node control support yet : Chaos workloads (.enable_node_control()) will fail Optimized for local clusters (Docker Desktop K8s / minikube / kind) Remote clusters require additional setup (registry push, PV/CSI for assets, etc.) Use scripts/run/run-examples.sh k8s to handle all setup automatically","breadcrumbs":"Part IV — Operations & Deployment » Running Examples » Important K8s Notes","id":"270","title":"Important K8s Notes"},"271":{"body":"CI Integration — Automate tests in continuous integration Environment Variables — Full variable reference Logging & Observability — Log collection and metrics Troubleshooting — Common issues and fixes","breadcrumbs":"Part IV — Operations & Deployment » Running Examples » Next Steps","id":"271","title":"Next Steps"},"272":{"body":"Both LocalDeployer and ComposeDeployer work well in CI environments. Choose based on your tradeoffs.","breadcrumbs":"Part IV — Operations & Deployment » CI Integration » CI Integration","id":"272","title":"CI Integration"},"273":{"body":"LocalDeployer (Host Runner): Faster startup (no Docker overhead) Good for quick smoke tests Trade-off: Less isolation (processes share host resources) ComposeDeployer (Recommended for CI): Better isolation (containerized) Reproducible environment Can integrate with external Prometheus/Grafana (optional) Trade-offs: Slower startup (Docker image build), requires Docker daemon K8sDeployer: Production-like environment Full resource isolation Trade-offs: Slowest (cluster setup + image loading), requires cluster access Best for nightly/weekly runs or production validation Existing Examples: See .github/workflows/lint.yml (jobs: host_smoke, compose_smoke) for CI examples running the demo scenarios in this repository.","breadcrumbs":"Part IV — Operations & Deployment » CI Integration » Runner Comparison for CI","id":"273","title":"Runner Comparison for CI"},"274":{"body":"Here's a comprehensive GitHub Actions workflow demonstrating host and compose runners with caching, matrix testing, and log collection: name: Testing Framework CI on: push: branches: [main, develop] pull_request: branches: [main] env: POL_PROOF_DEV_MODE: true CARGO_TERM_COLOR: always RUST_BACKTRACE: 1 jobs: # Quick smoke test with host runner (no Docker) host_smoke: name: Host Runner Smoke Test runs-on: ubuntu-latest timeout-minutes: 15 steps: - name: Checkout repository uses: actions/checkout@v4 - name: Set up Rust toolchain uses: actions-rs/toolchain@v1 with: profile: minimal toolchain: nightly override: true - name: Cache Rust dependencies uses: actions/cache@v3 with: path: | ~/.cargo/bin/ ~/.cargo/registry/index/ ~/.cargo/registry/cache/ ~/.cargo/git/db/ target/ key: ${{ runner.os }}-cargo-host-${{ hashFiles('**/Cargo.lock') }} restore-keys: | ${{ runner.os }}-cargo-host- - name: Cache nomos-node build uses: actions/cache@v3 with: path: | ../nomos-node/target/release/nomos-node ../nomos-node/target/release/nomos-executor key: ${{ runner.os }}-nomos-${{ hashFiles('../nomos-node/**/Cargo.lock') }} restore-keys: | ${{ runner.os }}-nomos- - name: Run host smoke test run: | # Use run-examples.sh which handles setup automatically scripts/run/run-examples.sh -t 120 -v 3 -e 1 host - name: Upload logs on failure if: failure() uses: actions/upload-artifact@v3 with: name: host-runner-logs path: | .tmp/ *.log retention-days: 7 # Compose runner matrix (with Docker) compose_matrix: name: Compose Runner (${{ matrix.topology }}) runs-on: ubuntu-latest timeout-minutes: 25 strategy: fail-fast: false matrix: topology: - \"3v1e\" - \"5v1e\" steps: - name: Checkout repository uses: actions/checkout@v4 - name: Set up Rust toolchain uses: actions-rs/toolchain@v1 with: profile: minimal toolchain: nightly override: true - name: Set up Docker Buildx uses: docker/setup-buildx-action@v2 - name: Cache Rust dependencies uses: actions/cache@v3 with: path: | ~/.cargo/bin/ ~/.cargo/registry/index/ ~/.cargo/registry/cache/ ~/.cargo/git/db/ target/ key: ${{ runner.os }}-cargo-compose-${{ hashFiles('**/Cargo.lock') }} restore-keys: | ${{ runner.os }}-cargo-compose- - name: Cache Docker layers uses: actions/cache@v3 with: path: /tmp/.buildx-cache key: ${{ runner.os }}-buildx-${{ hashFiles('Dockerfile', 'scripts/build/build_test_image.sh') }} restore-keys: | ${{ runner.os }}-buildx- - name: Run compose test env: TOPOLOGY: ${{ matrix.topology }} run: | # Build and run with the specified topology scripts/run/run-examples.sh -t 120 -v ${TOPOLOGY:0:1} -e ${TOPOLOGY:2:1} compose - name: Collect Docker logs on failure if: failure() run: | mkdir -p logs for container in $(docker ps -a --filter \"name=nomos-compose-\" -q); do docker logs $container > logs/$(docker inspect --format='{{.Name}}' $container).log 2>&1 done - name: Upload logs and artifacts if: failure() uses: actions/upload-artifact@v3 with: name: compose-${{ matrix.topology }}-logs path: | logs/ .tmp/ retention-days: 7 - name: Clean up Docker resources if: always() run: | docker compose down -v 2>/dev/null || true docker ps -a --filter \"name=nomos-compose-\" -q | xargs -r docker rm -f # Cucumber/BDD integration tests (if enabled) cucumber_tests: name: Cucumber BDD Tests runs-on: ubuntu-latest timeout-minutes: 20 steps: - name: Checkout repository uses: actions/checkout@v4 - name: Set up Rust toolchain uses: actions-rs/toolchain@v1 with: profile: minimal toolchain: nightly override: true - name: Cache dependencies uses: actions/cache@v3 with: path: | ~/.cargo/bin/ ~/.cargo/registry/index/ ~/.cargo/registry/cache/ ~/.cargo/git/db/ target/ key: ${{ runner.os }}-cargo-cucumber-${{ hashFiles('**/Cargo.lock') }} restore-keys: | ${{ runner.os }}-cargo-cucumber- - name: Run Cucumber tests run: | # Build prerequisites scripts/build/build-bundle.sh --platform linux export NOMOS_BINARIES_TAR=$(ls -t .tmp/nomos-binaries-linux-*.tar.gz | head -1) # Run Cucumber tests (host runner) cargo test -p runner-examples --bin cucumber_host - name: Upload test report if: always() uses: actions/upload-artifact@v3 with: name: cucumber-report path: | target/cucumber-reports/ retention-days: 14 # Summary job (requires all tests to pass) ci_success: name: CI Success needs: [host_smoke, compose_matrix, cucumber_tests] runs-on: ubuntu-latest if: always() steps: - name: Check all jobs run: | if [[ \"${{ needs.host_smoke.result }}\" != \"success\" ]] || \\ [[ \"${{ needs.compose_matrix.result }}\" != \"success\" ]] || \\ [[ \"${{ needs.cucumber_tests.result }}\" != \"success\" ]]; then echo \"One or more CI jobs failed\" exit 1 fi echo \"All CI jobs passed!\"","breadcrumbs":"Part IV — Operations & Deployment » CI Integration » Complete CI Workflow Example","id":"274","title":"Complete CI Workflow Example"},"275":{"body":"Matrix Testing: Runs compose tests with different topologies (3v1e, 5v1e) Caching: Caches Rust dependencies, Docker layers, and nomos-node builds for faster runs Log Collection: Automatically uploads logs and artifacts when tests fail Timeout Protection: Reasonable timeouts prevent jobs from hanging indefinitely Cucumber Integration: Shows how to integrate BDD tests into CI Clean Teardown: Ensures Docker resources are cleaned up even on failure","breadcrumbs":"Part IV — Operations & Deployment » CI Integration » Workflow Features","id":"275","title":"Workflow Features"},"276":{"body":"Topology Matrix: Add more topologies for comprehensive testing: matrix: topology: - \"3v1e\" - \"5v1e\" - \"10v2e\" # Larger scale Timeout Adjustments: Increase timeout-minutes for longer-running scenarios or slower environments: timeout-minutes: 30 # Instead of 15 Artifact Retention: Change retention-days based on your storage needs: retention-days: 14 # Keep logs for 2 weeks Conditional Execution: Run expensive tests only on merge to main: if: github.event_name == 'push' && github.ref == 'refs/heads/main'","breadcrumbs":"Part IV — Operations & Deployment » CI Integration » Customization Points","id":"276","title":"Customization Points"},"277":{"body":"","breadcrumbs":"Part IV — Operations & Deployment » CI Integration » Best Practices","id":"277","title":"Best Practices"},"278":{"body":"Always set POL_PROOF_DEV_MODE=true globally in your workflow env: env: POL_PROOF_DEV_MODE: true # REQUIRED! Without this, tests will hang due to expensive proof generation.","breadcrumbs":"Part IV — Operations & Deployment » CI Integration » Required: Set POL_PROOF_DEV_MODE","id":"278","title":"Required: Set POL_PROOF_DEV_MODE"},"279":{"body":"Prefer scripts/run/run-examples.sh which handles all setup automatically: scripts/run/run-examples.sh -t 120 -v 3 -e 1 host This is more reliable than manual cargo run commands.","breadcrumbs":"Part IV — Operations & Deployment » CI Integration » Use Helper Scripts","id":"279","title":"Use Helper Scripts"},"28":{"body":"Use the same API with a different deployer for reproducible containerized environment. Recommended: Use the convenience script (handles everything): scripts/run/run-examples.sh -t 60 -v 1 -e 1 compose This automatically: Fetches circuit assets (to testing-framework/assets/stack/kzgrs_test_params/kzgrs_test_params) Builds/uses prebuilt binaries (via NOMOS_BINARIES_TAR if available) Builds the Docker image Runs the compose scenario Alternative: Direct cargo run with manual setup: # Option 1: Use prebuilt bundle (recommended for compose/k8s)\nscripts/build/build-bundle.sh --platform linux # Creates .tmp/nomos-binaries-linux-v0.3.1.tar.gz\nexport NOMOS_BINARIES_TAR=.tmp/nomos-binaries-linux-v0.3.1.tar.gz # Option 2: Manual circuit/image setup (rebuilds during image build)\nscripts/setup/setup-nomos-circuits.sh v0.3.1 /tmp/nomos-circuits\ncp -r /tmp/nomos-circuits/* testing-framework/assets/stack/kzgrs_test_params/\nscripts/build/build_test_image.sh # Run with Compose\nNOMOS_TESTNET_IMAGE=logos-blockchain-testing:local \\\nPOL_PROOF_DEV_MODE=true \\\ncargo run -p runner-examples --bin compose_runner Benefit: Reproducible containerized environment (Dockerized nodes, repeatable deployments). Optional: Prometheus + Grafana The runner can integrate with external observability endpoints. For a ready-to-run local stack: scripts/setup/setup-observability.sh compose up\neval \"$(scripts/setup/setup-observability.sh compose env)\" Then run your compose scenario as usual (the environment variables enable PromQL querying and node OTLP metrics export). Note: Compose expects KZG parameters at /kzgrs_test_params/kzgrs_test_params inside containers (the directory name is repeated as the filename). In code: Just swap the deployer: use anyhow::Result;\nuse testing_framework_core::scenario::{Deployer, ScenarioBuilder};\nuse testing_framework_runner_compose::ComposeDeployer; pub async fn run_with_compose_deployer() -> Result<()> { // ... same scenario definition ... let mut plan = ScenarioBuilder::with_node_counts(1, 1).build(); let deployer = ComposeDeployer::default(); // Use Docker Compose let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\n}","breadcrumbs":"Quickstart » Try Docker Compose","id":"28","title":"Try Docker Compose"},"280":{"body":"Cache Rust dependencies, nomos-node builds, and Docker layers to speed up CI: - name: Cache Rust dependencies uses: actions/cache@v3 with: path: | ~/.cargo/bin/ ~/.cargo/registry/index/ ~/.cargo/registry/cache/ ~/.cargo/git/db/ target/ key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}","breadcrumbs":"Part IV — Operations & Deployment » CI Integration » Cache Aggressively","id":"280","title":"Cache Aggressively"},"281":{"body":"Always upload logs when tests fail for easier debugging: - name: Upload logs on failure if: failure() uses: actions/upload-artifact@v3 with: name: test-logs path: | .tmp/ *.log retention-days: 7","breadcrumbs":"Part IV — Operations & Deployment » CI Integration » Collect Logs on Failure","id":"281","title":"Collect Logs on Failure"},"282":{"body":"For large projects, split host/compose/k8s into separate workflow files: .github/workflows/test-host.yml — Fast smoke tests .github/workflows/test-compose.yml — Reproducible integration tests .github/workflows/test-k8s.yml — Production-like validation (nightly)","breadcrumbs":"Part IV — Operations & Deployment » CI Integration » Split Workflows for Faster Iteration","id":"282","title":"Split Workflows for Faster Iteration"},"283":{"body":"K8s tests are slower. Consider running them only on main branch or scheduled: on: push: branches: [main] schedule: - cron: '0 2 * * *' # Daily at 2 AM","breadcrumbs":"Part IV — Operations & Deployment » CI Integration » Run K8s Tests Less Frequently","id":"283","title":"Run K8s Tests Less Frequently"},"284":{"body":"","breadcrumbs":"Part IV — Operations & Deployment » CI Integration » Platform-Specific Notes","id":"284","title":"Platform-Specific Notes"},"285":{"body":"Docker pre-installed and running Best for compose/k8s runners Most common choice","breadcrumbs":"Part IV — Operations & Deployment » CI Integration » Ubuntu Runners","id":"285","title":"Ubuntu Runners"},"286":{"body":"Docker Desktop not installed by default Slower and more expensive Use only if testing macOS-specific issues","breadcrumbs":"Part IV — Operations & Deployment » CI Integration » macOS Runners","id":"286","title":"macOS Runners"},"287":{"body":"Cache Docker images locally for faster builds Set resource limits (SLOW_TEST_ENV=true if needed) Ensure cleanup scripts run (docker system prune)","breadcrumbs":"Part IV — Operations & Deployment » CI Integration » Self-Hosted Runners","id":"287","title":"Self-Hosted Runners"},"288":{"body":"","breadcrumbs":"Part IV — Operations & Deployment » CI Integration » Debugging CI Failures","id":"288","title":"Debugging CI Failures"},"289":{"body":"Add debug environment variables temporarily: env: RUST_LOG: debug NOMOS_LOG_LEVEL: debug","breadcrumbs":"Part IV — Operations & Deployment » CI Integration » Enable Debug Logging","id":"289","title":"Enable Debug Logging"},"29":{"body":"Now that you have a working test: Understand the philosophy : Testing Philosophy Learn the architecture : Architecture Overview See more examples : Examples API reference : Builder API Quick Reference Debug failures : Troubleshooting","breadcrumbs":"Quickstart » Next Steps","id":"29","title":"Next Steps"},"290":{"body":"Set COMPOSE_RUNNER_PRESERVE=1 to keep containers running for inspection: - name: Run compose test (preserve on failure) env: COMPOSE_RUNNER_PRESERVE: 1 run: scripts/run/run-examples.sh -t 120 -v 3 -e 1 compose","breadcrumbs":"Part IV — Operations & Deployment » CI Integration » Preserve Containers (Compose)","id":"290","title":"Preserve Containers (Compose)"},"291":{"body":"Download uploaded artifacts from the GitHub Actions UI to inspect logs locally.","breadcrumbs":"Part IV — Operations & Deployment » CI Integration » Access Artifacts","id":"291","title":"Access Artifacts"},"292":{"body":"Running Examples — Manual execution for local development Environment Variables — Full variable reference Troubleshooting — Common CI-specific issues","breadcrumbs":"Part IV — Operations & Deployment » CI Integration » Next Steps","id":"292","title":"Next Steps"},"293":{"body":"Complete reference of environment variables used by the testing framework, organized by category.","breadcrumbs":"Part IV — Operations & Deployment » Environment Variables » Environment Variables Reference","id":"293","title":"Environment Variables Reference"},"294":{"body":"These MUST be set for successful test runs: Variable Required Default Effect POL_PROOF_DEV_MODE YES — REQUIRED for all runners . Set to true to use fast dev-mode proving instead of expensive Groth16. Without this, tests will hang/timeout. Example: export POL_PROOF_DEV_MODE=true Or add to your shell profile (~/.bashrc, ~/.zshrc): # Required for nomos-testing framework\nexport POL_PROOF_DEV_MODE=true","breadcrumbs":"Part IV — Operations & Deployment » Environment Variables » Critical Variables","id":"294","title":"Critical Variables"},"295":{"body":"Control which runner to use and the test topology: Variable Default Effect NOMOS_DEMO_VALIDATORS 1 Number of validators (all runners) NOMOS_DEMO_EXECUTORS 1 Number of executors (all runners) NOMOS_DEMO_RUN_SECS 60 Run duration in seconds (all runners) LOCAL_DEMO_VALIDATORS — Legacy: Number of validators (host runner only) LOCAL_DEMO_EXECUTORS — Legacy: Number of executors (host runner only) LOCAL_DEMO_RUN_SECS — Legacy: Run duration (host runner only) COMPOSE_NODE_PAIRS — Compose-specific topology format: \"validators×executors\" (e.g., 3x2) Example: # Run with 5 validators, 2 executors, for 120 seconds\nNOMOS_DEMO_VALIDATORS=5 \\\nNOMOS_DEMO_EXECUTORS=2 \\\nNOMOS_DEMO_RUN_SECS=120 \\\nscripts/run/run-examples.sh -t 120 -v 5 -e 2 host","breadcrumbs":"Part IV — Operations & Deployment » Environment Variables » Runner Selection & Topology","id":"295","title":"Runner Selection & Topology"},"296":{"body":"Required for host runner when not using helper scripts: Variable Required Default Effect NOMOS_NODE_BIN Yes (host) — Path to nomos-node binary NOMOS_EXECUTOR_BIN Yes (host) — Path to nomos-executor binary NOMOS_NODE_PATH No — Path to nomos-node git checkout (dev workflow) Example: export NOMOS_NODE_BIN=/path/to/nomos-node/target/release/nomos-node\nexport NOMOS_EXECUTOR_BIN=/path/to/nomos-node/target/release/nomos-executor","breadcrumbs":"Part IV — Operations & Deployment » Environment Variables » Node Binaries (Host Runner)","id":"296","title":"Node Binaries (Host Runner)"},"297":{"body":"Required for compose and k8s runners: Variable Required Default Effect NOMOS_TESTNET_IMAGE Yes (compose/k8s) logos-blockchain-testing:local Docker image tag for node containers NOMOS_TESTNET_IMAGE_PULL_POLICY No IfNotPresent (local) / Always (ECR) K8s imagePullPolicy used by the runner NOMOS_BINARIES_TAR No — Path to prebuilt bundle (.tar.gz) for image build NOMOS_SKIP_IMAGE_BUILD No 0 Skip image rebuild (compose/k8s); assumes image already exists NOMOS_FORCE_IMAGE_BUILD No 0 Force rebuilding the image even when the script would normally skip it (e.g. non-local k8s) Example: # Using prebuilt bundle\nexport NOMOS_BINARIES_TAR=.tmp/nomos-binaries-linux-v0.3.1.tar.gz\nexport NOMOS_TESTNET_IMAGE=logos-blockchain-testing:local\nscripts/build/build_test_image.sh # Using pre-existing image (skip build)\nexport NOMOS_SKIP_IMAGE_BUILD=1\nscripts/run/run-examples.sh -t 60 -v 3 -e 1 compose","breadcrumbs":"Part IV — Operations & Deployment » Environment Variables » Docker Images (Compose / K8s)","id":"297","title":"Docker Images (Compose / K8s)"},"298":{"body":"Circuit asset configuration for DA workloads: Variable Default Effect NOMOS_KZGRS_PARAMS_PATH testing-framework/assets/stack/kzgrs_test_params/kzgrs_test_params Path to KZG proving key file NOMOS_KZG_DIR_REL testing-framework/assets/stack/kzgrs_test_params Directory containing KZG assets (relative to workspace root) NOMOS_KZG_FILE kzgrs_test_params Filename of the proving key within NOMOS_KZG_DIR_REL NOMOS_KZG_CONTAINER_PATH /kzgrs_test_params/kzgrs_test_params File path where the node expects KZG params inside containers NOMOS_KZG_MODE Runner-specific K8s only: hostPath (mount from host) or inImage (embed into image) NOMOS_KZG_IN_IMAGE_PARAMS_PATH /opt/nomos/kzg-params/kzgrs_test_params K8s inImage mode: where the proving key is stored inside the image VERSION From versions.env Circuit release tag (used by helper scripts) NOMOS_CIRCUITS — Directory containing fetched circuit bundles (set by scripts/setup/setup-circuits-stack.sh) NOMOS_CIRCUITS_VERSION — Legacy alias for VERSION (supported by some build scripts) NOMOS_CIRCUITS_PLATFORM Auto-detected Override circuits platform (e.g. linux-x86_64, macos-aarch64) NOMOS_CIRCUITS_HOST_DIR_REL .tmp/nomos-circuits-host Output dir for host circuits bundle (relative to repo root) NOMOS_CIRCUITS_LINUX_DIR_REL .tmp/nomos-circuits-linux Output dir for linux circuits bundle (relative to repo root) NOMOS_CIRCUITS_NONINTERACTIVE 0 Set to 1 to overwrite outputs without prompting in setup scripts NOMOS_CIRCUITS_REBUILD_RAPIDSNARK 0 Set to 1 to force rebuilding rapidsnark (host bundle only) Example: # Use custom circuit assets\nNOMOS_KZGRS_PARAMS_PATH=/custom/path/to/kzgrs_test_params \\\ncargo run -p runner-examples --bin local_runner","breadcrumbs":"Part IV — Operations & Deployment » Environment Variables » Circuit Assets (KZG Parameters)","id":"298","title":"Circuit Assets (KZG Parameters)"},"299":{"body":"Control node log output (not framework runner logs): Variable Default Effect NOMOS_LOG_LEVEL info Global log level: error, warn, info, debug, trace NOMOS_LOG_FILTER — Fine-grained module filtering (e.g., cryptarchia=trace,nomos_da_sampling=debug) NOMOS_LOG_DIR — Host runner: directory for per-node log files (persistent). Compose/k8s: use cfgsync.yaml for file logging. NOMOS_TESTS_KEEP_LOGS 0 Keep per-run temporary directories (useful for debugging/CI artifacts) NOMOS_TESTS_TRACING false Enable debug tracing preset (combine with NOMOS_LOG_DIR unless external tracing backends configured) Important: Node logging ignores RUST_LOG; use NOMOS_LOG_LEVEL and NOMOS_LOG_FILTER for node logs. Example: # Debug logging to files\nNOMOS_LOG_DIR=/tmp/test-logs \\\nNOMOS_LOG_LEVEL=debug \\\nNOMOS_LOG_FILTER=\"cryptarchia=trace,nomos_da_sampling=debug\" \\\nPOL_PROOF_DEV_MODE=true \\\ncargo run -p runner-examples --bin local_runner # Inspect logs\nls /tmp/test-logs/\n# nomos-node-0.2024-12-18T14-30-00.log\n# nomos-node-1.2024-12-18T14-30-00.log Common filter targets: Target Prefix Subsystem cryptarchia Consensus (Cryptarchia) nomos_da_sampling DA sampling service nomos_da_dispersal DA dispersal service nomos_da_verifier DA verification nomos_blend Mix network/privacy layer chain_service Chain service (node APIs/state) chain_network P2P networking chain_leader Leader election","breadcrumbs":"Part IV — Operations & Deployment » Environment Variables » Node Logging","id":"299","title":"Node Logging"},"3":{"body":"Declarative API Express scenarios as topology + workloads + expectations Reuse the same test definition across different deployment targets Compose complex tests from modular components Multiple Deployment Modes Host Runner : Local processes for fast iteration Compose Runner : Containerized environments with node control Kubernetes Runner : Production-like cluster testing Built-in Workloads Transaction submission with configurable rates Data availability (DA) blob dispersal and sampling Chaos testing with controlled node restarts Comprehensive Observability Real-time block feed for monitoring consensus progress Prometheus/Grafana integration for metrics Per-node log collection and debugging","breadcrumbs":"Project Context Primer » Key Features","id":"3","title":"Key Features"},"30":{"body":"Conceptual chapters that establish the mental model for the framework and how it approaches multi-node testing.","breadcrumbs":"Part I — Foundations » Part I — Foundations","id":"30","title":"Part I — Foundations"},"300":{"body":"Optional observability integration: Variable Default Effect NOMOS_METRICS_QUERY_URL — Prometheus-compatible base URL for runner to query (e.g., http://localhost:9090) NOMOS_METRICS_OTLP_INGEST_URL — Full OTLP HTTP ingest URL for node metrics export (e.g., http://localhost:9090/api/v1/otlp/v1/metrics) NOMOS_GRAFANA_URL — Grafana base URL for printing/logging (e.g., http://localhost:3000) NOMOS_OTLP_ENDPOINT — OTLP trace endpoint (optional) NOMOS_OTLP_METRICS_ENDPOINT — OTLP metrics endpoint (optional) Example: # Enable Prometheus querying\nexport NOMOS_METRICS_QUERY_URL=http://localhost:9090\nexport NOMOS_METRICS_OTLP_INGEST_URL=http://localhost:9090/api/v1/otlp/v1/metrics\nexport NOMOS_GRAFANA_URL=http://localhost:3000 scripts/run/run-examples.sh -t 60 -v 3 -e 1 compose","breadcrumbs":"Part IV — Operations & Deployment » Environment Variables » Observability & Metrics","id":"300","title":"Observability & Metrics"},"301":{"body":"Variables specific to Docker Compose deployment: Variable Default Effect COMPOSE_RUNNER_HOST 127.0.0.1 Host address for port mappings COMPOSE_RUNNER_PRESERVE 0 Keep containers running after test (for debugging) COMPOSE_RUNNER_HTTP_TIMEOUT_SECS — Override HTTP readiness timeout (seconds) COMPOSE_RUNNER_HOST_GATEWAY host.docker.internal:host-gateway Controls extra_hosts entry injected into compose (set to disable to omit) TESTNET_RUNNER_PRESERVE — Alias for COMPOSE_RUNNER_PRESERVE Example: # Keep containers after test for debugging\nCOMPOSE_RUNNER_PRESERVE=1 \\\nscripts/run/run-examples.sh -t 60 -v 3 -e 1 compose # Containers remain running\ndocker ps --filter \"name=nomos-compose-\"\ndocker logs ","breadcrumbs":"Part IV — Operations & Deployment » Environment Variables » Compose Runner Specific","id":"301","title":"Compose Runner Specific"},"302":{"body":"Variables specific to Kubernetes deployment: Variable Default Effect K8S_RUNNER_NAMESPACE Random UUID Kubernetes namespace (pin for debugging) K8S_RUNNER_RELEASE Random UUID Helm release name (pin for debugging) K8S_RUNNER_NODE_HOST — NodePort host resolution for non-local clusters K8S_RUNNER_DEBUG 0 Log Helm stdout/stderr for install commands K8S_RUNNER_PRESERVE 0 Keep namespace/release after run (for debugging) K8S_RUNNER_DEPLOYMENT_TIMEOUT_SECS — Override deployment readiness timeout K8S_RUNNER_HTTP_TIMEOUT_SECS — Override HTTP readiness timeout (port-forwards) K8S_RUNNER_HTTP_PROBE_TIMEOUT_SECS — Override HTTP readiness timeout (NodePort probes) K8S_RUNNER_PROMETHEUS_HTTP_TIMEOUT_SECS — Override Prometheus readiness timeout K8S_RUNNER_PROMETHEUS_HTTP_PROBE_TIMEOUT_SECS — Override Prometheus NodePort probe timeout Example: # Pin namespace for debugging\nK8S_RUNNER_NAMESPACE=nomos-test-debug \\\nK8S_RUNNER_PRESERVE=1 \\\nK8S_RUNNER_DEBUG=1 \\\nscripts/run/run-examples.sh -t 60 -v 3 -e 1 k8s # Inspect resources\nkubectl get pods -n nomos-test-debug\nkubectl logs -n nomos-test-debug -l nomos/logical-role=validator","breadcrumbs":"Part IV — Operations & Deployment » Environment Variables » K8s Runner Specific","id":"302","title":"K8s Runner Specific"},"303":{"body":"Platform-specific build configuration: Variable Default Effect NOMOS_BUNDLE_DOCKER_PLATFORM Host arch Docker platform for bundle builds: linux/arm64 or linux/amd64 (macOS/Windows hosts) NOMOS_BIN_PLATFORM — Legacy alias for NOMOS_BUNDLE_DOCKER_PLATFORM COMPOSE_CIRCUITS_PLATFORM Host arch Circuits platform for image builds: linux-aarch64 or linux-x86_64 NOMOS_EXTRA_FEATURES — Extra cargo features to enable when building bundles (used by scripts/build/build-bundle.sh) macOS / Apple Silicon: # Native performance (recommended for local testing)\nexport NOMOS_BUNDLE_DOCKER_PLATFORM=linux/arm64 # Or target amd64 (slower via emulation)\nexport NOMOS_BUNDLE_DOCKER_PLATFORM=linux/amd64","breadcrumbs":"Part IV — Operations & Deployment » Environment Variables » Platform & Build Configuration","id":"303","title":"Platform & Build Configuration"},"304":{"body":"Timeout and performance tuning: Variable Default Effect SLOW_TEST_ENV false Doubles built-in readiness timeouts (useful in CI / constrained laptops) TESTNET_PRINT_ENDPOINTS 0 Print TESTNET_ENDPOINTS / TESTNET_PPROF lines during deploy (set automatically by scripts/run/run-examples.sh) NOMOS_DISPERSAL_TIMEOUT_SECS 20 DA dispersal timeout (seconds) NOMOS_RETRY_COOLDOWN_SECS 3 Cooldown between retries (seconds) NOMOS_GRACE_PERIOD_SECS 1200 Grace period before enforcing strict time-based expectations (seconds) NOMOS_PRUNE_DURATION_SECS 30 Prune step duration (seconds) NOMOS_PRUNE_INTERVAL_SECS 5 Interval between prune cycles (seconds) NOMOS_SHARE_DURATION_SECS 5 Share duration (seconds) NOMOS_COMMITMENTS_WAIT_SECS 1 Commitments wait duration (seconds) NOMOS_SDP_TRIGGER_DELAY_SECS 5 SDP trigger delay (seconds) Example: # Increase timeouts for slow environments\nSLOW_TEST_ENV=true \\\nscripts/run/run-examples.sh -t 120 -v 5 -e 2 compose","breadcrumbs":"Part IV — Operations & Deployment » Environment Variables » Timeouts & Performance","id":"304","title":"Timeouts & Performance"},"305":{"body":"Node-level configuration passed through to nomos-node/nomos-executor: Variable Default Effect CONSENSUS_SLOT_TIME — Consensus slot time (seconds) CONSENSUS_ACTIVE_SLOT_COEFF — Active slot coefficient (0.0-1.0) NOMOS_USE_AUTONAT Unset If set, use AutoNAT instead of a static loopback address for libp2p NAT settings NOMOS_CFGSYNC_PORT 4400 Port used for cfgsync service inside the stack NOMOS_TIME_BACKEND monotonic Select time backend (used by compose/k8s stack scripts and deployers) Example: # Faster block production\nCONSENSUS_SLOT_TIME=5 \\\nCONSENSUS_ACTIVE_SLOT_COEFF=0.9 \\\nPOL_PROOF_DEV_MODE=true \\\ncargo run -p runner-examples --bin local_runner","breadcrumbs":"Part IV — Operations & Deployment » Environment Variables » Node Configuration (Advanced)","id":"305","title":"Node Configuration (Advanced)"},"306":{"body":"Control framework runner process logs (uses RUST_LOG, not NOMOS_*): Variable Default Effect RUST_LOG — Framework runner log level (e.g., debug, info) RUST_BACKTRACE — Enable Rust backtraces on panic (1 or full) CARGO_TERM_COLOR — Cargo output color (always, never, auto) Example: # Debug framework runner (not nodes)\nRUST_LOG=debug \\\nRUST_BACKTRACE=1 \\\ncargo run -p runner-examples --bin local_runner","breadcrumbs":"Part IV — Operations & Deployment » Environment Variables » Framework Runner Logging (Not Node Logs)","id":"306","title":"Framework Runner Logging (Not Node Logs)"},"307":{"body":"Variables used by helper scripts (scripts/run/run-examples.sh, etc.): Variable Default Effect NOMOS_NODE_REV From versions.env nomos-node git revision to build/fetch NOMOS_BUNDLE_VERSION From versions.env Bundle schema version NOMOS_IMAGE_SELECTION — Internal: image selection mode set by run-examples.sh (local/ecr/auto) NOMOS_NODE_APPLY_PATCHES 1 Set to 0 to disable applying local patches when building bundles NOMOS_NODE_PATCH_DIR patches/nomos-node Patch directory applied to nomos-node checkout during bundle builds NOMOS_NODE_PATCH_LEVEL — Patch application level (all or an integer) for bundle builds","breadcrumbs":"Part IV — Operations & Deployment » Environment Variables » Helper Script Variables","id":"307","title":"Helper Script Variables"},"308":{"body":"","breadcrumbs":"Part IV — Operations & Deployment » Environment Variables » Quick Reference Examples","id":"308","title":"Quick Reference Examples"},"309":{"body":"POL_PROOF_DEV_MODE=true \\\nscripts/run/run-examples.sh -t 60 -v 3 -e 1 host","breadcrumbs":"Part IV — Operations & Deployment » Environment Variables » Minimal Host Run","id":"309","title":"Minimal Host Run"},"31":{"body":"The Logos Testing Framework is a purpose-built toolkit for exercising Logos in realistic, multi-node environments. It solves the gap between small, isolated tests and full-system validation by letting teams describe a cluster layout, drive meaningful traffic, and assert the outcomes in one coherent plan. It is for protocol engineers, infrastructure operators, and QA teams who need repeatable confidence that validators, executors, and data-availability components work together under network and timing constraints. Multi-node integration testing is required because many Logos behaviors—block progress, data availability, liveness under churn—only emerge when several roles interact over real networking and time. This framework makes those checks declarative, observable, and portable across environments.","breadcrumbs":"Part I — Foundations » Introduction » Introduction","id":"31","title":"Introduction"},"310":{"body":"POL_PROOF_DEV_MODE=true \\\nNOMOS_LOG_DIR=/tmp/logs \\\nNOMOS_LOG_LEVEL=debug \\\nNOMOS_LOG_FILTER=\"cryptarchia=trace\" \\\nscripts/run/run-examples.sh -t 60 -v 3 -e 1 host","breadcrumbs":"Part IV — Operations & Deployment » Environment Variables » Debug Logging (Host)","id":"310","title":"Debug Logging (Host)"},"311":{"body":"POL_PROOF_DEV_MODE=true \\\nNOMOS_METRICS_QUERY_URL=http://localhost:9090 \\\nNOMOS_GRAFANA_URL=http://localhost:3000 \\\nscripts/run/run-examples.sh -t 60 -v 3 -e 1 compose","breadcrumbs":"Part IV — Operations & Deployment » Environment Variables » Compose with Observability","id":"311","title":"Compose with Observability"},"312":{"body":"POL_PROOF_DEV_MODE=true \\\nK8S_RUNNER_NAMESPACE=nomos-debug \\\nK8S_RUNNER_DEBUG=1 \\\nK8S_RUNNER_PRESERVE=1 \\\nscripts/run/run-examples.sh -t 60 -v 3 -e 1 k8s","breadcrumbs":"Part IV — Operations & Deployment » Environment Variables » K8s with Debug","id":"312","title":"K8s with Debug"},"313":{"body":"env: POL_PROOF_DEV_MODE: true RUST_BACKTRACE: 1 NOMOS_TESTS_KEEP_LOGS: 1","breadcrumbs":"Part IV — Operations & Deployment » Environment Variables » CI Environment","id":"313","title":"CI Environment"},"314":{"body":"Prerequisites & Setup — Required files and setup Running Examples — How to run scenarios Logging & Observability — Log collection details CI Integration — CI-specific variables Troubleshooting — Common issues with variables","breadcrumbs":"Part IV — Operations & Deployment » Environment Variables » See Also","id":"314","title":"See Also"},"315":{"body":"Comprehensive guide to log collection, metrics, and debugging across all runners.","breadcrumbs":"Part IV — Operations & Deployment » Logging & Observability » Logging & Observability","id":"315","title":"Logging & Observability"},"316":{"body":"Critical distinction: Node logs and framework logs use different configuration mechanisms. Component Controlled By Purpose Framework binaries (cargo run -p runner-examples --bin local_runner) RUST_LOG Runner orchestration, deployment logs Node processes (validators, executors spawned by runner) NOMOS_LOG_LEVEL, NOMOS_LOG_FILTER (+ NOMOS_LOG_DIR on host runner) Consensus, DA, mempool, network logs Common mistake: Setting RUST_LOG=debug only increases verbosity of the runner binary itself. Node logs remain at their default level unless you also set NOMOS_LOG_LEVEL=debug. Example: # This only makes the RUNNER verbose, not the nodes:\nRUST_LOG=debug cargo run -p runner-examples --bin local_runner # This makes the NODES verbose:\nNOMOS_LOG_LEVEL=debug cargo run -p runner-examples --bin local_runner # Both verbose (typically not needed):\nRUST_LOG=debug NOMOS_LOG_LEVEL=debug cargo run -p runner-examples --bin local_runner","breadcrumbs":"Part IV — Operations & Deployment » Logging & Observability » Node Logging vs Framework Logging","id":"316","title":"Node Logging vs Framework Logging"},"317":{"body":"See Environment Variables Reference for complete details. Quick summary: Variable Default Effect NOMOS_LOG_DIR None (console only) Host runner: directory for per-node log files. Compose/k8s: use cfgsync.yaml NOMOS_LOG_LEVEL info Global log level: error, warn, info, debug, trace NOMOS_LOG_FILTER None Fine-grained target filtering (e.g., cryptarchia=trace,nomos_da_sampling=debug) NOMOS_TESTS_TRACING false Enable debug tracing preset NOMOS_OTLP_ENDPOINT None OTLP trace endpoint (optional) NOMOS_OTLP_METRICS_ENDPOINT None OTLP metrics endpoint (optional) Example: Full debug logging to files: NOMOS_TESTS_TRACING=true \\\nNOMOS_LOG_DIR=/tmp/test-logs \\\nNOMOS_LOG_LEVEL=debug \\\nNOMOS_LOG_FILTER=\"cryptarchia=trace,nomos_da_sampling=debug,nomos_da_dispersal=debug,nomos_da_verifier=debug\" \\\nPOL_PROOF_DEV_MODE=true \\\ncargo run -p runner-examples --bin local_runner","breadcrumbs":"Part IV — Operations & Deployment » Logging & Observability » Logging Environment Variables","id":"317","title":"Logging Environment Variables"},"318":{"body":"When NOMOS_LOG_DIR is set, each node writes logs to separate files: File naming pattern: Validators : Prefix nomos-node-0, nomos-node-1, etc. (may include timestamp suffix) Executors : Prefix nomos-executor-0, nomos-executor-1, etc. (may include timestamp suffix) Example filenames: nomos-node-0.2024-12-18T14-30-00.log nomos-node-1.2024-12-18T14-30-00.log nomos-executor-0.2024-12-18T14-30-00.log Local runner note: The local runner uses per-run temporary directories under the current working directory and removes them after the run unless NOMOS_TESTS_KEEP_LOGS=1. Use NOMOS_LOG_DIR=/path/to/logs to write per-node log files to a stable location.","breadcrumbs":"Part IV — Operations & Deployment » Logging & Observability » Per-Node Log Files","id":"318","title":"Per-Node Log Files"},"319":{"body":"Common target prefixes for NOMOS_LOG_FILTER: Target Prefix Subsystem cryptarchia Consensus (Cryptarchia) nomos_da_sampling DA sampling service nomos_da_dispersal DA dispersal service nomos_da_verifier DA verification nomos_blend Mix network/privacy layer chain_service Chain service (node APIs/state) chain_network P2P networking chain_leader Leader election Example filter: NOMOS_LOG_FILTER=\"cryptarchia=trace,nomos_da_sampling=debug,chain_service=info,chain_network=info\"","breadcrumbs":"Part IV — Operations & Deployment » Logging & Observability » Filter Target Names","id":"319","title":"Filter Target Names"},"32":{"body":"Here's the conceptual shape of every test you'll write: // 1. Define the cluster\nlet scenario = ScenarioBuilder::topology_with(|t| { t.network_star() .validators(3) .executors(2)\n})\n// 2. Add workloads (traffic)\n.transactions_with(|tx| tx.rate(10).users(5))\n.da_with(|da| da.channel_rate(2).blob_rate(2)) // 3. Define success criteria\n.expect_consensus_liveness() // 4. Set experiment duration\n.with_run_duration(Duration::from_secs(60))\n.build(); // 5. Deploy and run\nlet runner = deployer.deploy(&scenario).await?;\nrunner.run(&mut scenario).await?; This pattern—topology, workloads, expectations, duration—repeats across all scenarios in this book. Learn more: For protocol-level documentation and node internals, see the Logos Project Documentation .","breadcrumbs":"Part I — Foundations » Introduction » A Scenario in 20 Lines","id":"32","title":"A Scenario in 20 Lines"},"320":{"body":"","breadcrumbs":"Part IV — Operations & Deployment » Logging & Observability » Accessing Logs by Runner","id":"320","title":"Accessing Logs by Runner"},"321":{"body":"Default (temporary directories, auto-cleanup): POL_PROOF_DEV_MODE=true cargo run -p runner-examples --bin local_runner\n# Logs written to temporary directories in working directory\n# Automatically cleaned up after test completes Persistent file output: NOMOS_LOG_DIR=/tmp/local-logs \\\nPOL_PROOF_DEV_MODE=true \\\ncargo run -p runner-examples --bin local_runner # After test completes:\nls /tmp/local-logs/\n# Files with prefix: nomos-node-0*, nomos-node-1*, nomos-executor-0*\n# May include timestamps in filename Tip: Use NOMOS_LOG_DIR for persistent per-node log files, and NOMOS_TESTS_KEEP_LOGS=1 if you want to keep the per-run temporary directories (configs/state) for post-mortem inspection.","breadcrumbs":"Part IV — Operations & Deployment » Logging & Observability » Local Runner (Host Processes)","id":"321","title":"Local Runner (Host Processes)"},"322":{"body":"Via Docker logs (default, recommended): # List containers (note the UUID prefix in names)\ndocker ps --filter \"name=nomos-compose-\" # Stream logs from specific container\ndocker logs -f # Or use name pattern matching:\ndocker logs -f $(docker ps --filter \"name=nomos-compose-.*-validator-0\" -q | head -1) # Show last 100 lines\ndocker logs --tail 100 Via file collection (advanced): To write per-node log files inside containers, set tracing_settings.logger: !File in testing-framework/assets/stack/cfgsync.yaml (and ensure the directory is writable). To access them, you must either: Copy files out after the run: # Ensure cfgsync.yaml is configured to log to /logs\nNOMOS_TESTNET_IMAGE=logos-blockchain-testing:local \\\nPOL_PROOF_DEV_MODE=true \\\ncargo run -p runner-examples --bin compose_runner # After test, copy files from containers:\ndocker ps --filter \"name=nomos-compose-\"\ndocker cp :/logs/node* /tmp/ Mount a host volume (requires modifying compose template): volumes: - /tmp/host-logs:/logs # Add to docker-compose.yml.tera Recommendation: Use docker logs by default. File collection inside containers is complex and rarely needed. Keep containers for debugging: COMPOSE_RUNNER_PRESERVE=1 \\\nNOMOS_TESTNET_IMAGE=logos-blockchain-testing:local \\\ncargo run -p runner-examples --bin compose_runner\n# Containers remain running after test—inspect with docker logs or docker exec Compose debugging variables: COMPOSE_RUNNER_HOST=127.0.0.1 — host used for readiness probes COMPOSE_RUNNER_HOST_GATEWAY=host.docker.internal:host-gateway — controls extra_hosts entry (set to disable to omit) TESTNET_RUNNER_PRESERVE=1 — alias for COMPOSE_RUNNER_PRESERVE=1 COMPOSE_RUNNER_HTTP_TIMEOUT_SECS= — override HTTP readiness timeout Note: Container names follow pattern nomos-compose-{uuid}-validator-{index}-1 where {uuid} changes per run.","breadcrumbs":"Part IV — Operations & Deployment » Logging & Observability » Compose Runner (Docker Containers)","id":"322","title":"Compose Runner (Docker Containers)"},"323":{"body":"Via kubectl logs (use label selectors): # List pods\nkubectl get pods # Stream logs using label selectors (recommended)\n# Helm chart labels:\n# - nomos/logical-role=validator|executor\n# - nomos/validator-index / nomos/executor-index\nkubectl logs -l nomos/logical-role=validator -f\nkubectl logs -l nomos/logical-role=executor -f # Stream logs from specific pod\nkubectl logs -f nomos-validator-0 # Previous logs from crashed pods\nkubectl logs --previous -l nomos/logical-role=validator Download logs for offline analysis: # Using label selectors\nkubectl logs -l nomos/logical-role=validator --tail=1000 > all-validators.log\nkubectl logs -l nomos/logical-role=executor --tail=1000 > all-executors.log # Specific pods\nkubectl logs nomos-validator-0 > validator-0.log\nkubectl logs nomos-executor-1 > executor-1.log K8s debugging variables: K8S_RUNNER_DEBUG=1 — logs Helm stdout/stderr for install commands K8S_RUNNER_PRESERVE=1 — keep namespace/release after run K8S_RUNNER_NODE_HOST= — override NodePort host resolution K8S_RUNNER_NAMESPACE= / K8S_RUNNER_RELEASE= — pin namespace/release (useful for debugging) Specify namespace (if not using default): kubectl logs -n my-namespace -l nomos/logical-role=validator -f Note: K8s runner is optimized for local clusters (Docker Desktop K8s, minikube, kind). Remote clusters require additional setup.","breadcrumbs":"Part IV — Operations & Deployment » Logging & Observability » K8s Runner (Kubernetes Pods)","id":"323","title":"K8s Runner (Kubernetes Pods)"},"324":{"body":"OTLP exporters are optional. If you see errors about unreachable OTLP endpoints, it's safe to ignore them unless you're actively collecting traces/metrics. To enable OTLP: NOMOS_OTLP_ENDPOINT=http://localhost:4317 \\\nNOMOS_OTLP_METRICS_ENDPOINT=http://localhost:4318 \\\ncargo run -p runner-examples --bin local_runner To silence OTLP errors: Simply leave these variables unset (the default).","breadcrumbs":"Part IV — Operations & Deployment » Logging & Observability » OTLP and Telemetry","id":"324","title":"OTLP and Telemetry"},"325":{"body":"Runners expose metrics and node HTTP endpoints for expectation code and debugging.","breadcrumbs":"Part IV — Operations & Deployment » Logging & Observability » Observability: Prometheus and Node APIs","id":"325","title":"Observability: Prometheus and Node APIs"},"326":{"body":"Runners do not provision Prometheus automatically For a ready-to-run stack, use scripts/setup/setup-observability.sh: Compose: scripts/setup/setup-observability.sh compose up then scripts/setup/setup-observability.sh compose env K8s: scripts/setup/setup-observability.sh k8s install then scripts/setup/setup-observability.sh k8s env Provide NOMOS_METRICS_QUERY_URL (PromQL base URL) to enable ctx.telemetry() queries Access from expectations when configured: ctx.telemetry().prometheus().map(|p| p.base_url()) Example: # Start observability stack (Compose)\nscripts/setup/setup-observability.sh compose up # Get environment variables\neval $(scripts/setup/setup-observability.sh compose env) # Run scenario with metrics\nPOL_PROOF_DEV_MODE=true \\\nscripts/run/run-examples.sh -t 60 -v 3 -e 1 compose","breadcrumbs":"Part IV — Operations & Deployment » Logging & Observability » Prometheus-Compatible Metrics Querying (Optional)","id":"326","title":"Prometheus-Compatible Metrics Querying (Optional)"},"327":{"body":"Runners do not provision Grafana automatically (but scripts/setup/setup-observability.sh can) If you set NOMOS_GRAFANA_URL, the deployer prints it in TESTNET_ENDPOINTS Dashboards live in testing-framework/assets/stack/monitoring/grafana/dashboards/ (the bundled stack auto-provisions them) Example: # Bring up the bundled Prometheus+Grafana stack (optional)\nscripts/setup/setup-observability.sh compose up\neval $(scripts/setup/setup-observability.sh compose env) export NOMOS_GRAFANA_URL=http://localhost:3000\nPOL_PROOF_DEV_MODE=true scripts/run/run-examples.sh -t 60 -v 3 -e 1 compose Default bundled Grafana login: admin / admin (see scripts/observability/compose/docker-compose.yml).","breadcrumbs":"Part IV — Operations & Deployment » Logging & Observability » Grafana (Optional)","id":"327","title":"Grafana (Optional)"},"328":{"body":"Access from expectations: ctx.node_clients().validator_clients().get(0) Endpoints: consensus info, network info, DA membership, etc. See testing-framework/core/src/nodes/api_client.rs for available methods Example usage in expectations: use testing_framework_core::scenario::{DynError, RunContext}; async fn evaluate(ctx: &RunContext) -> Result<(), DynError> { let client = &ctx.node_clients().validator_clients()[0]; let info = client.consensus_info().await?; tracing::info!(height = info.height, \"consensus info from validator 0\"); Ok(())\n}","breadcrumbs":"Part IV — Operations & Deployment » Logging & Observability » Node APIs","id":"328","title":"Node APIs"},"329":{"body":"flowchart TD Expose[Runner exposes endpoints/ports] --> Collect[Runtime collects block/health signals] Collect --> Consume[Expectations consume signals
decide pass/fail] Consume --> Inspect[Operators inspect logs/metrics
when failures arise]","breadcrumbs":"Part IV — Operations & Deployment » Logging & Observability » Observability Flow","id":"329","title":"Observability Flow"},"33":{"body":"The framework follows a clear flow: Topology → Scenario → Deployer → Runner → Workloads → Expectations .","breadcrumbs":"Part I — Foundations » Architecture Overview » Architecture Overview","id":"33","title":"Architecture Overview"},"330":{"body":"","breadcrumbs":"Part IV — Operations & Deployment » Logging & Observability » Quick Reference","id":"330","title":"Quick Reference"},"331":{"body":"NOMOS_LOG_DIR=/tmp/logs \\\nNOMOS_LOG_LEVEL=debug \\\nNOMOS_LOG_FILTER=\"cryptarchia=trace\" \\\nPOL_PROOF_DEV_MODE=true \\\nscripts/run/run-examples.sh -t 60 -v 3 -e 1 host","breadcrumbs":"Part IV — Operations & Deployment » Logging & Observability » Debug Logging (Host)","id":"331","title":"Debug Logging (Host)"},"332":{"body":"# Start observability stack\nscripts/setup/setup-observability.sh compose up\neval $(scripts/setup/setup-observability.sh compose env) # Run with metrics\nPOL_PROOF_DEV_MODE=true \\\nscripts/run/run-examples.sh -t 60 -v 3 -e 1 compose # Access Grafana at http://localhost:3000","breadcrumbs":"Part IV — Operations & Deployment » Logging & Observability » Compose with Observability","id":"332","title":"Compose with Observability"},"333":{"body":"K8S_RUNNER_NAMESPACE=nomos-debug \\\nK8S_RUNNER_DEBUG=1 \\\nK8S_RUNNER_PRESERVE=1 \\\nPOL_PROOF_DEV_MODE=true \\\nscripts/run/run-examples.sh -t 60 -v 3 -e 1 k8s # Inspect logs\nkubectl logs -n nomos-debug -l nomos/logical-role=validator","breadcrumbs":"Part IV — Operations & Deployment » Logging & Observability » K8s with Debug","id":"333","title":"K8s with Debug"},"334":{"body":"Environment Variables — Complete variable reference Troubleshooting — Log-related debugging (see \"Where to Find Logs\") Running Examples — Runner-specific logging details Prerequisites & Setup — Setup before running","breadcrumbs":"Part IV — Operations & Deployment » Logging & Observability » See Also","id":"334","title":"See Also"},"335":{"body":"Quick reference materials, troubleshooting guides, and supplementary information.","breadcrumbs":"Part V — Appendix » Part V — Appendix","id":"335","title":"Part V — Appendix"},"336":{"body":"Builder API Quick Reference : Cheat sheet for DSL methods Troubleshooting Scenarios : Common issues and their solutions, including \"What Failure Looks Like\" with realistic examples FAQ : Frequently asked questions Glossary : Terminology reference","breadcrumbs":"Part V — Appendix » Contents","id":"336","title":"Contents"},"337":{"body":"Quick lookups : Find DSL method signatures without reading full guides Debugging failures : Match symptoms to known issues and fixes Clarifying concepts : Look up unfamiliar terms in the glossary Common questions : Check FAQ before asking for help This section complements the main documentation with practical reference materials that you'll return to frequently during development and operations. Jump to: Builder API Quick Reference Troubleshooting Scenarios FAQ Glossary","breadcrumbs":"Part V — Appendix » When to Use This Section","id":"337","title":"When to Use This Section"},"338":{"body":"Quick reference for the scenario builder DSL. All methods are chainable.","breadcrumbs":"Part V — Appendix » Builder API Quick Reference » Builder API Quick Reference","id":"338","title":"Builder API Quick Reference"},"339":{"body":"use std::time::Duration; use testing_framework_core::scenario::{Deployer, ScenarioBuilder};\nuse testing_framework_runner_compose::ComposeDeployer;\nuse testing_framework_runner_k8s::K8sDeployer;\nuse testing_framework_runner_local::LocalDeployer;\nuse testing_framework_workflows::{ChaosBuilderExt, ScenarioBuilderExt};","breadcrumbs":"Part V — Appendix » Builder API Quick Reference » Imports","id":"339","title":"Imports"},"34":{"body":"flowchart LR A(Topology
shape cluster) --> B(Scenario
plan) B --> C(Deployer
provision & readiness) C --> D(Runner
orchestrate execution) D --> E(Workloads
drive traffic) E --> F(Expectations
verify outcomes)","breadcrumbs":"Part I — Foundations » Architecture Overview » Core Flow","id":"34","title":"Core Flow"},"340":{"body":"use testing_framework_core::scenario::{Builder, ScenarioBuilder}; pub fn topology() -> Builder<()> { ScenarioBuilder::topology_with(|t| { t.network_star() // Star topology (all connect to seed node) .validators(3) // Number of validator nodes .executors(2) // Number of executor nodes })\n}","breadcrumbs":"Part V — Appendix » Builder API Quick Reference » Topology","id":"340","title":"Topology"},"341":{"body":"use testing_framework_core::scenario::ScenarioBuilder;\nuse testing_framework_workflows::ScenarioBuilderExt; pub fn wallets_plan() -> testing_framework_core::scenario::Scenario<()> { ScenarioBuilder::topology_with(|t| t.network_star().validators(1).executors(0)) .wallets(50) // Seed 50 funded wallet accounts .build()\n}","breadcrumbs":"Part V — Appendix » Builder API Quick Reference » Wallets","id":"341","title":"Wallets"},"342":{"body":"use testing_framework_core::scenario::ScenarioBuilder;\nuse testing_framework_workflows::ScenarioBuilderExt; pub fn transactions_plan() -> testing_framework_core::scenario::Scenario<()> { ScenarioBuilder::topology_with(|t| t.network_star().validators(1).executors(0)) .wallets(50) .transactions_with(|txs| { txs.rate(5) // 5 transactions per block .users(20) // Use 20 of the seeded wallets }) // Finish transaction workload config .build()\n}","breadcrumbs":"Part V — Appendix » Builder API Quick Reference » Transaction Workload","id":"342","title":"Transaction Workload"},"343":{"body":"use testing_framework_core::scenario::ScenarioBuilder;\nuse testing_framework_workflows::ScenarioBuilderExt; pub fn da_plan() -> testing_framework_core::scenario::Scenario<()> { ScenarioBuilder::topology_with(|t| t.network_star().validators(1).executors(1)) .wallets(50) .da_with(|da| { da.channel_rate(1) // number of DA channels to run .blob_rate(2) // target 2 blobs per block (headroom applied) .headroom_percent(20) // optional headroom when sizing channels }) // Finish DA workload config .build()\n}","breadcrumbs":"Part V — Appendix » Builder API Quick Reference » DA Workload","id":"343","title":"DA Workload"},"344":{"body":"use std::time::Duration; use testing_framework_core::scenario::{NodeControlCapability, ScenarioBuilder};\nuse testing_framework_workflows::{ChaosBuilderExt, ScenarioBuilderExt}; pub fn chaos_plan() -> testing_framework_core::scenario::Scenario { ScenarioBuilder::topology_with(|t| t.network_star().validators(3).executors(2)) .enable_node_control() // Enable node control capability .chaos_with(|c| { c.restart() // Random restart chaos .min_delay(Duration::from_secs(30)) // Min time between restarts .max_delay(Duration::from_secs(60)) // Max time between restarts .target_cooldown(Duration::from_secs(45)) // Cooldown after restart .apply() // Required for chaos configuration }) .build()\n}","breadcrumbs":"Part V — Appendix » Builder API Quick Reference » Chaos Workload (Requires enable_node_control())","id":"344","title":"Chaos Workload (Requires enable_node_control())"},"345":{"body":"use testing_framework_core::scenario::ScenarioBuilder;\nuse testing_framework_workflows::ScenarioBuilderExt; pub fn expectations_plan() -> testing_framework_core::scenario::Scenario<()> { ScenarioBuilder::topology_with(|t| t.network_star().validators(1).executors(0)) .expect_consensus_liveness() // Assert blocks are produced continuously .build()\n}","breadcrumbs":"Part V — Appendix » Builder API Quick Reference » Expectations","id":"345","title":"Expectations"},"346":{"body":"use std::time::Duration; use testing_framework_core::scenario::ScenarioBuilder;\nuse testing_framework_workflows::ScenarioBuilderExt; pub fn run_duration_plan() -> testing_framework_core::scenario::Scenario<()> { ScenarioBuilder::topology_with(|t| t.network_star().validators(1).executors(0)) .with_run_duration(Duration::from_secs(120)) // Run for 120 seconds .build()\n}","breadcrumbs":"Part V — Appendix » Builder API Quick Reference » Run Duration","id":"346","title":"Run Duration"},"347":{"body":"use testing_framework_core::scenario::ScenarioBuilder;\nuse testing_framework_workflows::ScenarioBuilderExt; pub fn build_plan() -> testing_framework_core::scenario::Scenario<()> { ScenarioBuilder::topology_with(|t| t.network_star().validators(1).executors(0)).build() // Construct the final Scenario\n}","breadcrumbs":"Part V — Appendix » Builder API Quick Reference » Build","id":"347","title":"Build"},"348":{"body":"use testing_framework_runner_compose::ComposeDeployer;\nuse testing_framework_runner_k8s::K8sDeployer;\nuse testing_framework_runner_local::LocalDeployer; pub fn deployers() { // Local processes let _deployer = LocalDeployer::default(); // Docker Compose let _deployer = ComposeDeployer::default(); // Kubernetes let _deployer = K8sDeployer::default();\n}","breadcrumbs":"Part V — Appendix » Builder API Quick Reference » Deployers","id":"348","title":"Deployers"},"349":{"body":"use anyhow::Result;\nuse testing_framework_core::scenario::{Deployer, ScenarioBuilder};\nuse testing_framework_runner_local::LocalDeployer;\nuse testing_framework_workflows::ScenarioBuilderExt; pub async fn execution() -> Result<()> { let mut plan = ScenarioBuilder::topology_with(|t| t.network_star().validators(1).executors(0)) .expect_consensus_liveness() .build(); let deployer = LocalDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\n}","breadcrumbs":"Part V — Appendix » Builder API Quick Reference » Execution","id":"349","title":"Execution"},"35":{"body":"flowchart TB subgraph Examples[\"Runner Examples\"] LocalBin[local_runner.rs] ComposeBin[compose_runner.rs] K8sBin[k8s_runner.rs] CucumberBin[cucumber_*.rs] end subgraph Workflows[\"Workflows (Batteries Included)\"] DSL[ScenarioBuilderExt
Fluent API] TxWorkload[Transaction Workload] DAWorkload[DA Workload] ChaosWorkload[Chaos Workload] Expectations[Built-in Expectations] end subgraph Core[\"Core Framework\"] ScenarioModel[Scenario Model] Traits[Deployer + Runner Traits] BlockFeed[BlockFeed] NodeClients[Node Clients] Topology[Topology Generation] end subgraph Deployers[\"Runner Implementations\"] LocalDeployer[LocalDeployer] ComposeDeployer[ComposeDeployer] K8sDeployer[K8sDeployer] end subgraph Support[\"Supporting Crates\"] Configs[Configs & Topology] Nodes[Node API Clients] Cucumber[Cucumber Extensions] end Examples --> Workflows Examples --> Deployers Workflows --> Core Deployers --> Core Deployers --> Support Core --> Support Workflows --> Support style Examples fill:#e1f5ff style Workflows fill:#e1ffe1 style Core fill:#fff4e1 style Deployers fill:#ffe1f5 style Support fill:#f0f0f0","breadcrumbs":"Part I — Foundations » Architecture Overview » Crate Architecture","id":"35","title":"Crate Architecture"},"350":{"body":"use std::time::Duration; use anyhow::Result;\nuse testing_framework_core::scenario::{Deployer, ScenarioBuilder};\nuse testing_framework_runner_local::LocalDeployer;\nuse testing_framework_workflows::ScenarioBuilderExt; pub async fn run_test() -> Result<()> { let mut plan = ScenarioBuilder::topology_with(|t| t.network_star().validators(3).executors(2)) .wallets(50) .transactions_with(|txs| { txs.rate(5) // 5 transactions per block .users(20) }) .da_with(|da| { da.channel_rate(1) // number of DA channels .blob_rate(2) // target 2 blobs per block .headroom_percent(20) // optional channel headroom }) .expect_consensus_liveness() .with_run_duration(Duration::from_secs(90)) .build(); let deployer = LocalDeployer::default(); let runner = deployer.deploy(&plan).await?; let _handle = runner.run(&mut plan).await?; Ok(())\n}","breadcrumbs":"Part V — Appendix » Builder API Quick Reference » Complete Example","id":"350","title":"Complete Example"},"351":{"body":"Prerequisites for All Runners: versions.env file at repository root (required by helper scripts) POL_PROOF_DEV_MODE=true MUST be set for all runners (host, compose, k8s) to avoid expensive Groth16 proof generation that causes timeouts KZG circuit assets must be present at testing-framework/assets/stack/kzgrs_test_params/kzgrs_test_params (note the repeated filename) for DA workloads Platform/Environment Notes: macOS + Docker Desktop (Apple silicon): prefer NOMOS_BUNDLE_DOCKER_PLATFORM=linux/arm64 for local compose/k8s runs to avoid slow/fragile amd64 emulation builds. Disk space: bundle/image builds are storage-heavy. If you see I/O errors or Docker build failures, check free space and prune old artifacts (.tmp/, target/, and Docker build cache) before retrying. K8s runner scope: the default Helm chart mounts KZG params via hostPath and uses a local image tag (logos-blockchain-testing:local). This is intended for local clusters (Docker Desktop / minikube / kind), not remote managed clusters without additional setup. Quick cleanup: scripts/ops/clean.sh (and scripts/ops/clean.sh --docker if needed). Destructive cleanup (last resort): scripts/ops/clean.sh --docker-system --dangerous (add --volumes if you also want to prune Docker volumes). Recommended: Use scripts/run/run-examples.sh which handles all setup automatically.","breadcrumbs":"Part V — Appendix » Troubleshooting Scenarios » Troubleshooting Scenarios","id":"351","title":"Troubleshooting Scenarios"},"352":{"body":"Common symptoms and likely causes: No or slow block progression : missing POL_PROOF_DEV_MODE=true, missing KZG circuit assets (/kzgrs_test_params/kzgrs_test_params file) for DA workloads, too-short run window, port conflicts, or resource exhaustion—set required env vars, verify assets exist, extend duration, check node logs for startup errors. Transactions not included : unfunded or misconfigured wallets (check .wallets(N) vs .users(M)), transaction rate exceeding block capacity, or rates exceeding block production speed—reduce rate, increase wallet count, verify wallet setup in logs. Chaos stalls the run : chaos (node control) only works with ComposeDeployer; host runner (LocalDeployer) and K8sDeployer don't support it (won't \"stall\", just can't execute chaos workloads). With compose, aggressive restart cadence can prevent consensus recovery—widen restart intervals. Observability gaps : metrics or logs unreachable because ports clash or services are not exposed—adjust observability ports and confirm runner wiring. Flaky behavior across runs : mixing chaos with functional smoke tests or inconsistent topology between environments—separate deterministic and chaos scenarios and standardize topology presets.","breadcrumbs":"Part V — Appendix » Troubleshooting Scenarios » Quick Symptom Guide","id":"352","title":"Quick Symptom Guide"},"353":{"body":"This section shows what you'll actually see when common issues occur. Each example includes realistic console output and the fix.","breadcrumbs":"Part V — Appendix » Troubleshooting Scenarios » What Failure Looks Like","id":"353","title":"What Failure Looks Like"},"354":{"body":"Symptoms: Test \"hangs\" with no visible progress CPU usage spikes to 100% Eventually hits timeout after several minutes Nodes appear to start but blocks aren't produced What you'll see: $ cargo run -p runner-examples --bin local_runner Finished dev [unoptimized + debuginfo] target(s) in 0.48s Running `target/debug/local_runner`\n[INFO runner_examples::local_runner] Starting local runner scenario\n[INFO testing_framework_runner_local] Launching 3 validators\n[INFO testing_framework_runner_local] Waiting for node readiness...\n(hangs here for 5+ minutes, CPU at 100%)\nthread 'main' panicked at 'readiness timeout expired' Root Cause: Groth16 proof generation is extremely slow without dev mode. The system tries to compute real cryptographic proofs, which can take minutes per block. Fix: POL_PROOF_DEV_MODE=true cargo run -p runner-examples --bin local_runner Prevention: Set this in your shell profile or .env file so you never forget it.","breadcrumbs":"Part V — Appendix » Troubleshooting Scenarios » 1. Missing POL_PROOF_DEV_MODE=true (Most Common!)","id":"354","title":"1. Missing POL_PROOF_DEV_MODE=true (Most Common!)"},"355":{"body":"Symptoms: Helper scripts fail immediately Error about missing file at repo root Scripts can't determine which circuit/node versions to use What you'll see: $ scripts/run/run-examples.sh -t 60 -v 1 -e 1 host\nERROR: versions.env not found at repository root\nThis file is required and should define: VERSION= NOMOS_NODE_REV= NOMOS_BUNDLE_VERSION= Root Cause: Helper scripts need versions.env to know which versions to build/fetch. Fix: Ensure you're in the repository root directory. The versions.env file should already exist—verify it's present: cat versions.env\n# Should show:\n# VERSION=v0.3.1\n# NOMOS_NODE_REV=abc123def456\n# NOMOS_BUNDLE_VERSION=v1","breadcrumbs":"Part V — Appendix » Troubleshooting Scenarios » 2. Missing versions.env File","id":"355","title":"2. Missing versions.env File"},"356":{"body":"Symptoms: DA workload tests fail Error messages about missing circuit files Nodes crash during DA operations What you'll see: $ POL_PROOF_DEV_MODE=true cargo run -p runner-examples --bin local_runner\n[INFO testing_framework_runner_local] Starting DA workload\n[ERROR nomos_da_dispersal] Failed to load KZG parameters\nError: Custom { kind: NotFound, error: \"Circuit file not found at: testing-framework/assets/stack/kzgrs_test_params/kzgrs_test_params\" }\nthread 'main' panicked at 'workload init failed' Root Cause: DA (Data Availability) workloads require KZG cryptographic parameters. The file must exist at: testing-framework/assets/stack/kzgrs_test_params/kzgrs_test_params (note the repeated filename). Fix (recommended): # Use run-examples.sh which handles setup automatically\nscripts/run/run-examples.sh -t 60 -v 1 -e 1 host Fix (manual): # Fetch circuits\nscripts/setup/setup-nomos-circuits.sh v0.3.1 /tmp/nomos-circuits # Copy to expected location\nmkdir -p testing-framework/assets/stack/kzgrs_test_params\ncp -r /tmp/nomos-circuits/* testing-framework/assets/stack/kzgrs_test_params/ # Verify (should be ~120MB)\nls -lh testing-framework/assets/stack/kzgrs_test_params/kzgrs_test_params","breadcrumbs":"Part V — Appendix » Troubleshooting Scenarios » 3. Missing KZG Circuit Assets (DA Workloads)","id":"356","title":"3. Missing KZG Circuit Assets (DA Workloads)"},"357":{"body":"Symptoms: Error about missing nomos-node or nomos-executor binary \"file not found\" or \"no such file or directory\" Environment variables NOMOS_NODE_BIN / NOMOS_EXECUTOR_BIN not set What you'll see: $ POL_PROOF_DEV_MODE=true cargo run -p runner-examples --bin local_runner\n[INFO testing_framework_runner_local] Spawning validator 0\nError: Os { code: 2, kind: NotFound, message: \"No such file or directory\" }\nthread 'main' panicked at 'failed to spawn nomos-node process' Root Cause: The local runner needs compiled nomos-node and nomos-executor binaries, but doesn't know where they are. Fix (recommended): # Use run-examples.sh which builds binaries automatically\nscripts/run/run-examples.sh -t 60 -v 1 -e 1 host Fix (manual - set paths explicitly): # Build binaries first\ncd ../nomos-node # or wherever your nomos-node checkout is\ncargo build --release --bin nomos-node --bin nomos-executor # Set environment variables\nexport NOMOS_NODE_BIN=$PWD/target/release/nomos-node\nexport NOMOS_EXECUTOR_BIN=$PWD/target/release/nomos-executor # Return to testing framework\ncd ../nomos-testing\nPOL_PROOF_DEV_MODE=true cargo run -p runner-examples --bin local_runner","breadcrumbs":"Part V — Appendix » Troubleshooting Scenarios » 4. Node Binaries Not Found","id":"357","title":"4. Node Binaries Not Found"},"358":{"body":"Symptoms: Compose tests fail immediately \"Cannot connect to Docker daemon\" Docker commands don't work What you'll see: $ scripts/run/run-examples.sh -t 60 -v 1 -e 1 compose\n[INFO runner_examples::compose_runner] Starting compose deployment\nError: Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?\nthread 'main' panicked at 'compose deployment failed' Root Cause: Docker Desktop isn't running, or your user doesn't have permission to access Docker. Fix: # macOS: Start Docker Desktop application\nopen -a Docker # Linux: Start Docker daemon\nsudo systemctl start docker # Verify Docker is working\ndocker ps # If permission denied, add your user to docker group (Linux)\nsudo usermod -aG docker $USER\n# Then log out and log back in","breadcrumbs":"Part V — Appendix » Troubleshooting Scenarios » 5. Docker Daemon Not Running (Compose)","id":"358","title":"5. Docker Daemon Not Running (Compose)"},"359":{"body":"Symptoms: Compose/K8s tests fail during deployment \"Image not found: logos-blockchain-testing:local\" Containers fail to start What you'll see: $ POL_PROOF_DEV_MODE=true cargo run -p runner-examples --bin compose_runner\n[INFO testing_framework_runner_compose] Starting compose deployment\nError: Failed to pull image 'logos-blockchain-testing:local': No such image\nthread 'main' panicked at 'compose deployment failed' Root Cause: The Docker image hasn't been built yet, or was pruned. Fix (recommended): # Use run-examples.sh which builds the image automatically\nscripts/run/run-examples.sh -t 60 -v 1 -e 1 compose Fix (manual): # 1. Build Linux bundle\nscripts/build/build-bundle.sh --platform linux # 2. Set bundle path\nexport NOMOS_BINARIES_TAR=$(ls -t .tmp/nomos-binaries-linux-*.tar.gz | head -1) # 3. Build Docker image\nscripts/build/build_test_image.sh # 4. Verify image exists\ndocker images | grep logos-blockchain-testing # 5. For kind/minikube: load image into cluster\nkind load docker-image logos-blockchain-testing:local\n# OR: minikube image load logos-blockchain-testing:local","breadcrumbs":"Part V — Appendix » Troubleshooting Scenarios » 6. Image Not Found (Compose/K8s)","id":"359","title":"6. Image Not Found (Compose/K8s)"},"36":{"body":"Runner Examples (Entry Points) Executable binaries that demonstrate framework usage Wire together deployers, scenarios, and execution Provide CLI interfaces for different modes Workflows (High-Level API) ScenarioBuilderExt trait provides fluent DSL Built-in workloads (transactions, DA, chaos) Common expectations (liveness, inclusion) Simplifies scenario authoring Core Framework (Foundation) Scenario model and lifecycle orchestration Deployer and Runner traits (extension points) BlockFeed for real-time block observation RunContext providing node clients and metrics Topology generation and validation Runner Implementations LocalDeployer - spawns processes on host ComposeDeployer - orchestrates Docker Compose K8sDeployer - deploys to Kubernetes cluster Each implements Deployer trait Supporting Crates configs - Topology configuration and generation nodes - HTTP/RPC client for node APIs cucumber - BDD/Gherkin integration","breadcrumbs":"Part I — Foundations » Architecture Overview » Layer Responsibilities","id":"36","title":"Layer Responsibilities"},"360":{"body":"Symptoms: \"Address already in use\" errors Tests fail during node startup Observability stack (Prometheus/Grafana) won't start What you'll see: $ POL_PROOF_DEV_MODE=true cargo run -p runner-examples --bin local_runner\n[INFO testing_framework_runner_local] Launching validator 0 on port 18080\nError: Os { code: 48, kind: AddrInUse, message: \"Address already in use\" }\nthread 'main' panicked at 'failed to bind port 18080' Root Cause: Previous test didn't clean up properly, or another service is using the port. Fix: # Find processes using the port\nlsof -i :18080 # macOS/Linux\nnetstat -ano | findstr :18080 # Windows # Kill orphaned nomos processes\npkill nomos-node\npkill nomos-executor # For compose: ensure containers are stopped\ndocker compose down\ndocker ps -a --filter \"name=nomos-compose-\" -q | xargs docker rm -f # Check if port is now free\nlsof -i :18080 # Should return nothing For Observability Stack Port Conflicts: # Edit ports in observability compose file\nvim scripts/observability/compose/docker-compose.yml # Change conflicting port mappings:\n# ports:\n# - \"9090:9090\" # Prometheus - change to \"19090:9090\" if needed\n# - \"3000:3000\" # Grafana - change to \"13000:3000\" if needed","breadcrumbs":"Part V — Appendix » Troubleshooting Scenarios » 7. Port Conflicts","id":"360","title":"7. Port Conflicts"},"361":{"body":"Symptoms: Transaction workload reports wallet issues \"Insufficient funds\" errors Transactions aren't being submitted What you'll see: $ POL_PROOF_DEV_MODE=true cargo run -p runner-examples --bin local_runner\n[INFO testing_framework_workflows] Starting transaction workload with 10 users\n[ERROR testing_framework_workflows] Wallet seeding failed: requested 10 users but only 3 wallets available\nthread 'main' panicked at 'workload init failed: insufficient wallets' Root Cause: Topology configured fewer wallets than the workload needs. Transaction workload has .users(M) but topology only has .wallets(N) where N < M. Fix: use testing_framework_core::scenario::ScenarioBuilder;\nuse testing_framework_workflows::ScenarioBuilderExt; let scenario = ScenarioBuilder::topology_with(|t| t.network_star().validators(3).executors(1)) .wallets(20) // ← Increase wallet count .transactions_with(|tx| { tx.users(10) // ← Must be ≤ wallets(20) .rate(5) }) .build();","breadcrumbs":"Part V — Appendix » Troubleshooting Scenarios » 8. Wallet Seeding Failed (Insufficient Funds)","id":"361","title":"8. Wallet Seeding Failed (Insufficient Funds)"},"362":{"body":"Symptoms: Nodes crash randomly \"OOM Killed\" messages Test becomes flaky under load Docker containers restart repeatedly What you'll see: $ docker ps --filter \"name=nomos-compose-\"\nCONTAINER ID STATUS\nabc123def456 Restarting (137) 30 seconds ago # 137 = OOM killed $ docker logs abc123def456\n[INFO nomos_node] Starting validator\n[INFO consensus] Processing block\nKilled # ← OOM killer terminated the process Root Cause: Too many nodes, too much workload traffic, or insufficient Docker resources. Fix: # 1. Reduce topology size\n# In your scenario:\n# .topology(Topology::preset_3v1e()) # Instead of preset_10v2e() # 2. Reduce workload rates\n# .workload(TransactionWorkload::new().rate(5.0)) # Instead of rate(100.0) # 3. Increase Docker resources (Docker Desktop)\n# Settings → Resources → Memory: 8GB minimum (12GB+ recommended for large topologies)\n# Settings → Resources → CPUs: 4+ cores recommended # 4. Increase file descriptor limits (Linux/macOS)\nulimit -n 4096 # 5. Close other heavy applications (browsers, IDEs, etc.)","breadcrumbs":"Part V — Appendix » Troubleshooting Scenarios » 9. Resource Exhaustion (OOM / CPU)","id":"362","title":"9. Resource Exhaustion (OOM / CPU)"},"363":{"body":"Symptoms: Test completes but no logs on disk Can't debug failures because logs are gone Temporary directories cleaned up automatically What you'll see: $ POL_PROOF_DEV_MODE=true cargo run -p runner-examples --bin local_runner\n[INFO runner_examples] Test complete, cleaning up\n[INFO testing_framework_runner_local] Removing temporary directories\n$ ls .tmp/\n# Empty or missing Root Cause: Framework cleans up temporary directories by default to avoid disk bloat. Fix: # Persist logs to a specific directory\nNOMOS_LOG_DIR=/tmp/test-logs \\\nNOMOS_TESTS_KEEP_LOGS=1 \\\nPOL_PROOF_DEV_MODE=true \\\ncargo run -p runner-examples --bin local_runner # Logs persist after run\nls /tmp/test-logs/\n# nomos-node-0.2024-12-18T14-30-00.log\n# nomos-node-1.2024-12-18T14-30-00.log\n# ...","breadcrumbs":"Part V — Appendix » Troubleshooting Scenarios » 10. Logs Disappear After Run","id":"363","title":"10. Logs Disappear After Run"},"364":{"body":"Symptoms: \"Consensus liveness expectation failed\" Only 1-2 blocks produced (or zero) Nodes appear healthy but not making progress What you'll see: $ POL_PROOF_DEV_MODE=true cargo run -p runner-examples --bin local_runner\n[INFO testing_framework_core] Starting workloads\n[INFO testing_framework_core] Run window: 10 seconds\n[INFO testing_framework_core] Evaluating expectations\n[ERROR testing_framework_core] Consensus liveness expectation failed: expected min 5 blocks, got 1\nthread 'main' panicked at 'expectations failed' Root Cause: Run duration too short for consensus parameters. If CONSENSUS_SLOT_TIME=20s but run duration is only 10s, you can't produce many blocks. Fix: use std::time::Duration; use testing_framework_core::scenario::ScenarioBuilder;\nuse testing_framework_workflows::ScenarioBuilderExt; // Increase run duration to allow more blocks.\nlet scenario = ScenarioBuilder::topology_with(|t| t.network_star().validators(3).executors(1)) .expect_consensus_liveness() .with_run_duration(Duration::from_secs(120)) // ← Give more time .build(); Or adjust consensus timing (if you control node config): # Faster block production (shorter slot time)\nCONSENSUS_SLOT_TIME=5 \\\nCONSENSUS_ACTIVE_SLOT_COEFF=0.9 \\\nPOL_PROOF_DEV_MODE=true \\\ncargo run -p runner-examples --bin local_runner","breadcrumbs":"Part V — Appendix » Troubleshooting Scenarios » 11. Consensus Timing Too Tight / Run Duration Too Short","id":"364","title":"11. Consensus Timing Too Tight / Run Duration Too Short"},"365":{"body":"When a test fails, check these in order: POL_PROOF_DEV_MODE=true is set (REQUIRED for all runners) versions.env exists at repo root KZG circuit assets present (for DA workloads): testing-framework/assets/stack/kzgrs_test_params/kzgrs_test_params Node binaries available (NOMOS_NODE_BIN / NOMOS_EXECUTOR_BIN set, or using run-examples.sh) Docker daemon running (for compose/k8s) Docker image built (logos-blockchain-testing:local exists for compose/k8s) No port conflicts (lsof -i :18080, kill orphaned processes) Sufficient wallets (.wallets(N) ≥ .users(M)) Enough resources (Docker memory 8GB+, ulimit -n 4096) Run duration appropriate (long enough for consensus timing) Logs persisted (NOMOS_LOG_DIR + NOMOS_TESTS_KEEP_LOGS=1 if needed) Still stuck? Check node logs (see Where to Find Logs ) for the actual error.","breadcrumbs":"Part V — Appendix » Troubleshooting Scenarios » Summary: Quick Checklist for Failed Runs","id":"365","title":"Summary: Quick Checklist for Failed Runs"},"366":{"body":"","breadcrumbs":"Part V — Appendix » Troubleshooting Scenarios » Where to Find Logs","id":"366","title":"Where to Find Logs"},"367":{"body":"Runner Default Output With NOMOS_LOG_DIR + Flags Access Command Host (local) Per-run temporary directories under the current working directory (removed unless NOMOS_TESTS_KEEP_LOGS=1) Per-node files with prefix nomos-node-{index} (set NOMOS_LOG_DIR) cat $NOMOS_LOG_DIR/nomos-node-0* Compose Docker container stdout/stderr Set tracing_settings.logger: !File in testing-framework/assets/stack/cfgsync.yaml (and mount a writable directory) docker ps then docker logs K8s Pod stdout/stderr Set tracing_settings.logger: !File in testing-framework/assets/stack/cfgsync.yaml (and mount a writable directory) kubectl logs -l nomos/logical-role=validator Important Notes: Host runner (local processes): Per-run temporary directories are created under the current working directory and removed after the run unless NOMOS_TESTS_KEEP_LOGS=1. To write per-node log files to a stable location, set NOMOS_LOG_DIR=/path/to/logs. Compose/K8s : Node log destination is controlled by testing-framework/assets/stack/cfgsync.yaml (tracing_settings.logger). By default, rely on docker logs or kubectl logs. File naming : Log files use prefix nomos-node-{index}* or nomos-executor-{index}* with timestamps, e.g., nomos-node-0.2024-12-01T10-30-45.log (NOT just .log suffix). Container names : Compose containers include project UUID, e.g., nomos-compose--validator-0-1 where is randomly generated per run","breadcrumbs":"Part V — Appendix » Troubleshooting Scenarios » Log Location Quick Reference","id":"367","title":"Log Location Quick Reference"},"368":{"body":"Local Runner Console output (default): POL_PROOF_DEV_MODE=true cargo run -p runner-examples --bin local_runner 2>&1 | tee test.log Persistent file output: NOMOS_LOG_DIR=/tmp/debug-logs \\\nNOMOS_LOG_LEVEL=debug \\\nPOL_PROOF_DEV_MODE=true \\\ncargo run -p runner-examples --bin local_runner # Inspect logs (note: filenames include timestamps):\nls /tmp/debug-logs/\n# Example: nomos-node-0.2024-12-01T10-30-45.log\ntail -f /tmp/debug-logs/nomos-node-0* # Use wildcard to match timestamp Compose Runner Stream live logs: # List running containers (note the UUID prefix in names)\ndocker ps --filter \"name=nomos-compose-\" # Find your container ID or name from the list, then:\ndocker logs -f # Or filter by name pattern:\ndocker logs -f $(docker ps --filter \"name=nomos-compose-.*-validator-0\" -q | head -1) # Show last 100 lines\ndocker logs --tail 100 Keep containers for post-mortem debugging: COMPOSE_RUNNER_PRESERVE=1 \\\nNOMOS_TESTNET_IMAGE=logos-blockchain-testing:local \\\nPOL_PROOF_DEV_MODE=true \\\ncargo run -p runner-examples --bin compose_runner # OR: Use run-examples.sh (handles setup automatically)\nCOMPOSE_RUNNER_PRESERVE=1 scripts/run/run-examples.sh -t 60 -v 1 -e 1 compose # After test failure, containers remain running:\ndocker ps --filter \"name=nomos-compose-\"\ndocker exec -it /bin/sh\ndocker logs > debug.log Note: Container names follow the pattern nomos-compose-{uuid}-validator-{index}-1 or nomos-compose-{uuid}-executor-{index}-1, where {uuid} is randomly generated per run. K8s Runner Important: Always verify your namespace and use label selectors instead of assuming pod names. Stream pod logs (use label selectors): # Check your namespace first\nkubectl config view --minify | grep namespace # All validator pods (add -n if not using default)\nkubectl logs -l nomos/logical-role=validator -f # All executor pods\nkubectl logs -l nomos/logical-role=executor -f # Specific pod by name (find exact name first)\nkubectl get pods -l nomos/logical-role=validator # Find the exact pod name\nkubectl logs -f # Then use it # With explicit namespace\nkubectl logs -n my-namespace -l nomos/logical-role=validator -f Download logs from crashed pods: # Previous logs from crashed pod\nkubectl get pods -l nomos/logical-role=validator # Find crashed pod name first\nkubectl logs --previous > crashed-validator.log # Or use label selector for all crashed validators\nfor pod in $(kubectl get pods -l nomos/logical-role=validator -o name); do kubectl logs --previous $pod > $(basename $pod)-previous.log 2>&1\ndone Access logs from all pods: # All pods in current namespace\nfor pod in $(kubectl get pods -o name); do echo \"=== $pod ===\" kubectl logs $pod\ndone > all-logs.txt # Or use label selectors (recommended)\nkubectl logs -l nomos/logical-role=validator --tail=500 > validators.log\nkubectl logs -l nomos/logical-role=executor --tail=500 > executors.log # With explicit namespace\nkubectl logs -n my-namespace -l nomos/logical-role=validator --tail=500 > validators.log","breadcrumbs":"Part V — Appendix » Troubleshooting Scenarios » Accessing Node Logs by Runner","id":"368","title":"Accessing Node Logs by Runner"},"369":{"body":"When a test fails, follow this sequence:","breadcrumbs":"Part V — Appendix » Troubleshooting Scenarios » Debugging Workflow","id":"369","title":"Debugging Workflow"},"37":{"body":"flowchart LR Custom[Your Code] -.implements.-> Workload[Workload Trait] Custom -.implements.-> Expectation[Expectation Trait] Custom -.implements.-> Deployer[Deployer Trait] Workload --> Core[Core Framework] Expectation --> Core Deployer --> Core style Custom fill:#ffe1f5 style Core fill:#fff4e1 Extend by implementing: Workload - Custom traffic generation patterns Expectation - Custom success criteria Deployer - Support for new deployment targets See Extending the Framework for details.","breadcrumbs":"Part I — Foundations » Architecture Overview » Extension Points","id":"37","title":"Extension Points"},"370":{"body":"Start with the test harness output—did expectations fail? Was there a deployment error? Look for: Expectation failure messages Timeout errors Deployment/readiness failures","breadcrumbs":"Part V — Appendix » Troubleshooting Scenarios » 1. Check Framework Output","id":"370","title":"1. Check Framework Output"},"371":{"body":"Ensure all nodes started successfully and became ready before workloads began. Commands: # Local: check process list\nps aux | grep nomos # Compose: check container status (note UUID in names)\ndocker ps -a --filter \"name=nomos-compose-\" # K8s: check pod status (use label selectors, add -n if needed)\nkubectl get pods -l nomos/logical-role=validator\nkubectl get pods -l nomos/logical-role=executor\nkubectl describe pod # Get name from above first","breadcrumbs":"Part V — Appendix » Troubleshooting Scenarios » 2. Verify Node Readiness","id":"371","title":"2. Verify Node Readiness"},"372":{"body":"Focus on the first node that exhibited problems or the node with the highest index (often the last to start). Common error patterns: \"ERROR: versions.env missing\" → missing required versions.env file at repository root \"Failed to bind address\" → port conflict \"Connection refused\" → peer not ready or network issue \"Proof verification failed\" or \"Proof generation timeout\" → missing POL_PROOF_DEV_MODE=true (REQUIRED for all runners) \"Failed to load KZG parameters\" or \"Circuit file not found\" → missing KZG circuit assets at testing-framework/assets/stack/kzgrs_test_params/ \"Insufficient funds\" → wallet seeding issue (increase .wallets(N) or reduce .users(M))","breadcrumbs":"Part V — Appendix » Troubleshooting Scenarios » 3. Inspect Node Logs","id":"372","title":"3. Inspect Node Logs"},"373":{"body":"If logs are too sparse, increase verbosity: NOMOS_LOG_LEVEL=debug \\\nNOMOS_LOG_FILTER=\"cryptarchia=trace,nomos_da_sampling=debug\" \\\ncargo run -p runner-examples --bin local_runner If metric updates are polluting your logs (fields like counter.* / gauge.*), move those events to a dedicated tracing target (e.g. target: \"nomos_metrics\") and set NOMOS_LOG_FILTER=\"nomos_metrics=off,...\" so they don’t get formatted into log output.","breadcrumbs":"Part V — Appendix » Troubleshooting Scenarios » 4. Check Log Levels","id":"373","title":"4. Check Log Levels"},"374":{"body":"If expectations report observability issues: Prometheus (Compose): curl http://localhost:9090/-/healthy Node HTTP APIs: curl http://localhost:18080/consensus/info # Adjust port per node","breadcrumbs":"Part V — Appendix » Troubleshooting Scenarios » 5. Verify Observability Endpoints","id":"374","title":"5. Verify Observability Endpoints"},"375":{"body":"Run a minimal baseline test (e.g., 2 validators, consensus liveness only). If it passes, the issue is in your workload or topology configuration.","breadcrumbs":"Part V — Appendix » Troubleshooting Scenarios » 6. Compare with Known-Good Scenario","id":"375","title":"6. Compare with Known-Good Scenario"},"376":{"body":"","breadcrumbs":"Part V — Appendix » Troubleshooting Scenarios » Common Error Messages","id":"376","title":"Common Error Messages"},"377":{"body":"Cause : Not enough blocks produced during the run window, missing POL_PROOF_DEV_MODE=true (causes slow proof generation), or missing KZG assets for DA workloads. Fix : Verify POL_PROOF_DEV_MODE=true is set (REQUIRED for all runners). Verify KZG assets exist at testing-framework/assets/stack/kzgrs_test_params/ (for DA workloads). Extend with_run_duration() to allow more blocks. Check node logs for proof generation or DA errors. Reduce transaction/DA rate if nodes are overwhelmed.","breadcrumbs":"Part V — Appendix » Troubleshooting Scenarios » \"Consensus liveness expectation failed\"","id":"377","title":"\"Consensus liveness expectation failed\""},"378":{"body":"Cause : Topology doesn't have enough funded wallets for the workload. Fix : Increase .wallets(N) count or reduce .users(M) in the transaction workload (ensure N ≥ M).","breadcrumbs":"Part V — Appendix » Troubleshooting Scenarios » \"Wallet seeding failed\"","id":"378","title":"\"Wallet seeding failed\""},"379":{"body":"Cause : Runner doesn't support node control (only ComposeDeployer does), or enable_node_control() wasn't called. Fix : Use ComposeDeployer for chaos tests (LocalDeployer and K8sDeployer don't support node control). Ensure .enable_node_control() is called in the scenario before .chaos().","breadcrumbs":"Part V — Appendix » Troubleshooting Scenarios » \"Node control not available\"","id":"379","title":"\"Node control not available\""},"38":{"body":"Topology describes the cluster: how many nodes, their roles, and the high-level network and data-availability parameters they should follow. Scenario combines that topology with the activities to run and the checks to perform, forming a single plan. Deployer provisions infrastructure on the chosen backend (local processes, Docker Compose, or Kubernetes), waits for readiness, and returns a Runner. Runner orchestrates scenario execution: starts workloads, observes signals, evaluates expectations, and triggers cleanup. Workloads generate traffic and conditions that exercise the system. Expectations observe the run and judge success or failure once activity completes. Each layer has a narrow responsibility so that cluster shape, deployment choice, traffic generation, and health checks can evolve independently while fitting together predictably.","breadcrumbs":"Part I — Foundations » Architecture Overview » Components","id":"38","title":"Components"},"380":{"body":"Cause : Nodes didn't become responsive within expected time (often due to missing prerequisites). Fix : Verify POL_PROOF_DEV_MODE=true is set (REQUIRED for all runners—without it, proof generation is too slow). Check node logs for startup errors (port conflicts, missing assets). Verify network connectivity between nodes. For DA workloads, ensure KZG circuit assets are present.","breadcrumbs":"Part V — Appendix » Troubleshooting Scenarios » \"Readiness timeout\"","id":"380","title":"\"Readiness timeout\""},"381":{"body":"Cause : Helper scripts (run-examples.sh, build-bundle.sh, setup-circuits-stack.sh) require versions.env file at repository root. Fix : Ensure you're running from the repository root directory. The versions.env file should already exist and contains: VERSION= NOMOS_NODE_REV= NOMOS_BUNDLE_VERSION= Use the checked-in versions.env at the repository root as the source of truth.","breadcrumbs":"Part V — Appendix » Troubleshooting Scenarios » \"ERROR: versions.env missing\"","id":"381","title":"\"ERROR: versions.env missing\""},"382":{"body":"Cause : Previous test didn't clean up, or another process holds the port. Fix : Kill orphaned processes (pkill nomos-node), wait for Docker cleanup (docker compose down), or restart Docker.","breadcrumbs":"Part V — Appendix » Troubleshooting Scenarios » \"Port already in use\"","id":"382","title":"\"Port already in use\""},"383":{"body":"Cause : Docker image not built for Compose/K8s runners, or KZG assets not baked into the image. Fix (recommended) : Use run-examples.sh which handles everything: scripts/run/run-examples.sh -t 60 -v 1 -e 1 compose Fix (manual) : Build bundle: scripts/build/build-bundle.sh --platform linux Set bundle path: export NOMOS_BINARIES_TAR=.tmp/nomos-binaries-linux-v0.3.1.tar.gz Build image: scripts/build/build_test_image.sh kind/minikube: load the image into the cluster nodes (e.g. kind load docker-image logos-blockchain-testing:local, or minikube image load ...), or push to a registry and set NOMOS_TESTNET_IMAGE accordingly.","breadcrumbs":"Part V — Appendix » Troubleshooting Scenarios » \"Image not found: logos-blockchain-testing:local\"","id":"383","title":"\"Image not found: logos-blockchain-testing:local\""},"384":{"body":"Cause : DA workload requires KZG circuit assets. The file testing-framework/assets/stack/kzgrs_test_params/kzgrs_test_params (note repeated filename) must exist. Inside containers, it's at /kzgrs_test_params/kzgrs_test_params. Fix (recommended) : Use run-examples.sh which handles setup: scripts/run/run-examples.sh -t 60 -v 1 -e 1 Fix (manual) : Fetch assets: scripts/setup/setup-nomos-circuits.sh v0.3.1 /tmp/nomos-circuits Copy to expected path: cp -r /tmp/nomos-circuits/* testing-framework/assets/stack/kzgrs_test_params/ Verify file exists: ls -lh testing-framework/assets/stack/kzgrs_test_params/kzgrs_test_params For Compose/K8s: rebuild image with assets baked in For detailed logging configuration and observability setup, see Logging & Observability .","breadcrumbs":"Part V — Appendix » Troubleshooting Scenarios » \"Failed to load KZG parameters\" or \"Circuit file not found\"","id":"384","title":"\"Failed to load KZG parameters\" or \"Circuit file not found\""},"385":{"body":"Why block-oriented timing? Slots advance at a fixed rate (NTP-synchronized, 2s by default), so reasoning about blocks and consensus intervals keeps assertions aligned with protocol behavior rather than arbitrary wall-clock durations. Can I reuse the same scenario across runners? Yes. The plan stays the same; swap runners (local, compose, k8s) to target different environments. When should I enable chaos workloads? Only when testing resilience or operational recovery; keep functional smoke tests deterministic. How long should runs be? The framework enforces a minimum of 2× slot duration (4 seconds with default 2s slots), but practical recommendations: Smoke tests : 30s minimum (~14 blocks with default 2s slots, 0.9 coefficient) Transaction workloads : 60s+ (~27 blocks) to observe inclusion patterns DA workloads : 90s+ (~40 blocks) to account for dispersal and sampling Chaos tests : 120s+ (~54 blocks) to allow recovery after restarts Very short runs (< 30s) risk false confidence—one or two lucky blocks don't prove liveness. Do I always need seeded wallets? Only for transaction scenarios. Data-availability or pure chaos scenarios may not require them, but liveness checks still need validators producing blocks. What if expectations fail but workloads “look fine”? Trust expectations first—they capture the intended success criteria. Use the observability signals and runner logs to pinpoint why the system missed the target.","breadcrumbs":"Part V — Appendix » FAQ » FAQ","id":"385","title":"FAQ"},"386":{"body":"Validator : node role responsible for participating in consensus and block production. Executor : a validator node with the DA dispersal service enabled. Executors can submit transactions and disperse blob data to the DA network, in addition to performing all validator functions. DA (Data Availability) : subsystem ensuring blobs or channel data are published and retrievable for validation. Deployer : component that provisions infrastructure (spawns processes, creates containers, or launches pods), waits for readiness, and returns a Runner. Examples: LocalDeployer, ComposeDeployer, K8sDeployer. Runner : component returned by deployers that orchestrates scenario execution—starts workloads, observes signals, evaluates expectations, and triggers cleanup. Workload : traffic or behavior generator that exercises the system during a scenario run. Expectation : post-run assertion that judges whether the system met the intended success criteria. Topology : declarative description of the cluster shape, roles, and high-level parameters for a scenario. Scenario : immutable plan combining topology, workloads, expectations, and run duration. Blockfeed : stream of block observations used for liveness or inclusion signals during a run. Control capability : the ability for a runner to start, stop, or restart nodes, used by chaos workloads. Slot duration : time interval between consensus rounds in Cryptarchia. Blocks are produced at multiples of the slot duration based on lottery outcomes. Block cadence : observed rate of block production in a live network, measured in blocks per second or seconds per block. Cooldown : waiting period after a chaos action (e.g., node restart) before triggering the next action, allowing the system to stabilize. Run window : total duration a scenario executes, specified via with_run_duration(). Framework auto-extends to at least 2× slot duration. Readiness probe : health check performed by runners to ensure nodes are reachable and responsive before starting workloads. Prevents false negatives from premature traffic. Liveness : property that the system continues making progress (producing blocks) under specified conditions. Contrasts with safety/correctness which verifies that state transitions are accurate. State assertion : expectation that verifies specific values in the system state (e.g., wallet balances, UTXO sets) rather than just progress signals. Also called \"correctness expectations.\" Mantle transaction : transaction type in Logos that can contain UTXO transfers (LedgerTx) and operations (Op), including channel data (ChannelBlob). Channel : logical grouping for DA blobs; each blob belongs to a channel and references a parent blob in the same channel, creating a chain of related data. POL_PROOF_DEV_MODE : environment variable that disables expensive Groth16 zero-knowledge proof generation for leader election. Required for all runners (local, compose, k8s) for practical testing—without it, proof generation causes timeouts. Should never be used in production environments.","breadcrumbs":"Part V — Appendix » Glossary » Glossary","id":"386","title":"Glossary"},"387":{"body":"Logos Project Documentation — Protocol specifications, node internals, and architecture details","breadcrumbs":"Part V — Appendix » Glossary » External Resources","id":"387","title":"External Resources"},"39":{"body":"The framework is consumed via runnable example binaries in examples/src/bin/: local_runner.rs — Spawns nodes as host processes compose_runner.rs — Deploys via Docker Compose (requires NOMOS_TESTNET_IMAGE built) k8s_runner.rs — Deploys via Kubernetes Helm (requires cluster + image) Recommended: Use the convenience script: scripts/run/run-examples.sh -t -v -e \n# mode: host, compose, or k8s This handles circuit setup, binary building/bundling, image building, and execution. Alternative: Direct cargo run (requires manual setup): POL_PROOF_DEV_MODE=true cargo run -p runner-examples --bin Important: All runners require POL_PROOF_DEV_MODE=true to avoid expensive Groth16 proof generation that causes timeouts. These binaries use the framework API (ScenarioBuilder) to construct and execute scenarios.","breadcrumbs":"Part I — Foundations » Architecture Overview » Entry Points","id":"39","title":"Entry Points"},"4":{"body":"use std::time::Duration; use testing_framework_core::scenario::ScenarioBuilder;\nuse testing_framework_core::scenario::Deployer as _;\nuse testing_framework_runner_local::LocalDeployer;\nuse testing_framework_workflows::ScenarioBuilderExt; #[tokio::main]\nasync fn main() -> anyhow::Result<()> { let mut scenario = ScenarioBuilder::topology_with(|t| { t.network_star() .validators(3) .executors(1) }) .transactions_with(|tx| tx.rate(10).users(5)) .expect_consensus_liveness() .with_run_duration(Duration::from_secs(60)) .build(); let deployer = LocalDeployer::default(); let runner = deployer.deploy(&scenario).await?; runner.run(&mut scenario).await?; Ok(())\n} View complete examples","breadcrumbs":"Project Context Primer » Quick Example","id":"4","title":"Quick Example"},"40":{"body":"Scenarios are defined using a fluent builder pattern: use std::time::Duration; use testing_framework_core::scenario::ScenarioBuilder;\nuse testing_framework_workflows::ScenarioBuilderExt; pub fn scenario_plan() -> testing_framework_core::scenario::Scenario<()> { ScenarioBuilder::topology_with(|t| t.network_star().validators(3).executors(2)) .wallets(50) .transactions_with(|txs| txs.rate(5).users(20)) .da_with(|da| da.channel_rate(1).blob_rate(2)) .expect_consensus_liveness() .with_run_duration(Duration::from_secs(90)) .build()\n} Key API Points: Topology uses .topology_with(|t| { t.validators(N).executors(M) }) closure pattern Workloads are configured via _with closures (transactions_with, da_with, chaos_with) Chaos workloads require .enable_node_control() and a compatible runner","breadcrumbs":"Part I — Foundations » Architecture Overview » Builder API","id":"40","title":"Builder API"},"41":{"body":"Three deployer implementations: Deployer Backend Prerequisites Node Control LocalDeployer Host processes Binaries (built on demand or via bundle) No ComposeDeployer Docker Compose Image with embedded assets/binaries Yes K8sDeployer Kubernetes Helm Cluster + image loaded Not yet Compose-specific features: Observability is external (set NOMOS_METRICS_QUERY_URL / NOMOS_METRICS_OTLP_INGEST_URL / NOMOS_GRAFANA_URL as needed) Optional OTLP trace/metrics endpoints (NOMOS_OTLP_ENDPOINT, NOMOS_OTLP_METRICS_ENDPOINT) Node control for chaos testing (restart validators/executors)","breadcrumbs":"Part I — Foundations » Architecture Overview » Deployers","id":"41","title":"Deployers"},"42":{"body":"","breadcrumbs":"Part I — Foundations » Architecture Overview » Assets and Images","id":"42","title":"Assets and Images"},"43":{"body":"Built via scripts/build/build_test_image.sh: Embeds KZG circuit parameters and binaries from testing-framework/assets/stack/kzgrs_test_params/kzgrs_test_params Includes runner scripts: run_nomos_node.sh, run_nomos_executor.sh Tagged as NOMOS_TESTNET_IMAGE (default: logos-blockchain-testing:local) Recommended: Use prebuilt bundle via scripts/build/build-bundle.sh --platform linux and set NOMOS_BINARIES_TAR before building image","breadcrumbs":"Part I — Foundations » Architecture Overview » Docker Image","id":"43","title":"Docker Image"},"44":{"body":"KZG parameters required for DA workloads: Host path: testing-framework/assets/stack/kzgrs_test_params/kzgrs_test_params (note repeated filename—directory contains file kzgrs_test_params) Container path: /kzgrs_test_params/kzgrs_test_params (for compose/k8s) Override: NOMOS_KZGRS_PARAMS_PATH=/custom/path/to/file (must point to file) Fetch via: scripts/setup/setup-nomos-circuits.sh v0.3.1 /tmp/circuits or use scripts/run/run-examples.sh","breadcrumbs":"Part I — Foundations » Architecture Overview » Circuit Assets","id":"44","title":"Circuit Assets"},"45":{"body":"Templates and configs in testing-framework/runners/compose/assets/: docker-compose.yml.tera — Stack template (validators, executors) Cfgsync config: testing-framework/assets/stack/cfgsync.yaml Monitoring assets (not deployed by the framework): testing-framework/assets/stack/monitoring/","breadcrumbs":"Part I — Foundations » Architecture Overview » Compose Stack","id":"45","title":"Compose Stack"},"46":{"body":"Two separate logging pipelines: Component Configuration Output Runner binaries RUST_LOG Framework orchestration logs Node processes NOMOS_LOG_LEVEL, NOMOS_LOG_FILTER (+ NOMOS_LOG_DIR on host runner) Consensus, DA, mempool logs Node logging: Local runner: Writes to temporary directories by default (cleaned up). Set NOMOS_TESTS_TRACING=true + NOMOS_LOG_DIR for persistent files. Compose runner: Default logs to container stdout/stderr (docker logs). To write per-node files, set tracing_settings.logger: !File in testing-framework/assets/stack/cfgsync.yaml (and mount a writable directory). K8s runner: Logs to pod stdout/stderr (kubectl logs). To write per-node files, set tracing_settings.logger: !File in testing-framework/assets/stack/cfgsync.yaml (and mount a writable directory). File naming: Per-node files use prefix nomos-node-{index} or nomos-executor-{index} (may include timestamps).","breadcrumbs":"Part I — Foundations » Architecture Overview » Logging Architecture","id":"46","title":"Logging Architecture"},"47":{"body":"Prometheus-compatible metrics querying (optional): The framework does not deploy Prometheus/Grafana. Provide a Prometheus-compatible base URL (PromQL API) via NOMOS_METRICS_QUERY_URL. Accessible in expectations when configured: ctx.telemetry().prometheus().map(|p| p.base_url()) Grafana dashboards (optional): Dashboards live in testing-framework/assets/stack/monitoring/grafana/dashboards/ and can be imported into your Grafana. If you set NOMOS_GRAFANA_URL, the deployer prints it in TESTNET_ENDPOINTS. Node APIs: HTTP endpoints per node for consensus info, network status, DA membership Accessible in expectations: ctx.node_clients().validator_clients().get(0) OTLP (optional): Trace endpoint: NOMOS_OTLP_ENDPOINT=http://localhost:4317 Metrics endpoint: NOMOS_OTLP_METRICS_ENDPOINT=http://localhost:4318 Disabled by default (no noise if unset) For detailed logging configuration, see Logging & Observability .","breadcrumbs":"Part I — Foundations » Architecture Overview » Observability","id":"47","title":"Observability"},"48":{"body":"This framework embodies specific principles that shape how you author and run scenarios. Understanding these principles helps you write effective tests and interpret results correctly.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Testing Philosophy","id":"48","title":"Testing Philosophy"},"49":{"body":"Describe what you want to test, not how to orchestrate it: use testing_framework_core::scenario::ScenarioBuilder;\nuse testing_framework_workflows::ScenarioBuilderExt; pub fn declarative_over_imperative() { // Good: declarative let _plan = ScenarioBuilder::topology_with(|t| t.network_star().validators(2).executors(1)) .transactions_with(|txs| { txs.rate(5) // 5 transactions per block }) .expect_consensus_liveness() .build(); // Bad: imperative (framework doesn't work this way) // spawn_validator(); spawn_executor(); // loop { submit_tx(); check_block(); }\n} Why it matters: The framework handles deployment, readiness, and cleanup. You focus on test intent, not infrastructure orchestration.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Declarative over Imperative","id":"49","title":"Declarative over Imperative"},"5":{"body":"","breadcrumbs":"Project Context Primer » Choose Your Path","id":"5","title":"Choose Your Path"},"50":{"body":"Reason in blocks and consensus intervals , not wall-clock seconds. Consensus defaults: Slot duration: 2 seconds (NTP-synchronized, configurable via CONSENSUS_SLOT_TIME) Active slot coefficient: 0.9 (90% block probability per slot, configurable via CONSENSUS_ACTIVE_SLOT_COEFF) Expected rate: ~27 blocks per minute use std::time::Duration; use testing_framework_core::scenario::ScenarioBuilder;\nuse testing_framework_workflows::ScenarioBuilderExt; pub fn protocol_time_not_wall_time() { // Good: protocol-oriented thinking let _plan = ScenarioBuilder::topology_with(|t| t.network_star().validators(2).executors(1)) .transactions_with(|txs| { txs.rate(5) // 5 transactions per block }) .with_run_duration(Duration::from_secs(60)) // Let framework calculate expected blocks .expect_consensus_liveness() // \"Did we produce the expected blocks?\" .build(); // Bad: wall-clock assumptions // \"I expect exactly 30 blocks in 60 seconds\" // This breaks on slow CI where slot timing might drift\n} Why it matters: Slot timing is fixed (2s by default, NTP-synchronized), so the expected number of blocks is predictable: ~27 blocks in 60s with the default 0.9 active slot coefficient. The framework calculates expected blocks from slot duration and run window, making assertions protocol-based rather than tied to specific wall-clock expectations. Assert on \"blocks produced relative to slots\" not \"blocks produced in exact wall-clock seconds\".","breadcrumbs":"Part I — Foundations » Testing Philosophy » Protocol Time, Not Wall Time","id":"50","title":"Protocol Time, Not Wall Time"},"51":{"body":"Default scenarios are repeatable: Fixed topology Predictable traffic rates Deterministic checks Chaos is opt-in: use std::time::Duration; use testing_framework_core::scenario::ScenarioBuilder;\nuse testing_framework_workflows::{ChaosBuilderExt, ScenarioBuilderExt}; pub fn determinism_first() { // Separate: functional test (deterministic) let _plan = ScenarioBuilder::topology_with(|t| t.network_star().validators(2).executors(1)) .transactions_with(|txs| { txs.rate(5) // 5 transactions per block }) .expect_consensus_liveness() .build(); // Separate: chaos test (introduces randomness) let _chaos_plan = ScenarioBuilder::topology_with(|t| t.network_star().validators(3).executors(2)) .enable_node_control() .chaos_with(|c| { c.restart() .min_delay(Duration::from_secs(30)) .max_delay(Duration::from_secs(60)) .target_cooldown(Duration::from_secs(45)) .apply() }) .transactions_with(|txs| { txs.rate(5) // 5 transactions per block }) .expect_consensus_liveness() .build();\n} Why it matters: Mixing determinism with chaos creates noisy, hard-to-debug failures. Separate concerns make failures actionable.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Determinism First, Chaos When Needed","id":"51","title":"Determinism First, Chaos When Needed"},"52":{"body":"Prefer user-facing signals over internal state: Good checks: Blocks progressing at expected rate (liveness) Transactions included within N blocks (inclusion) DA blobs retrievable (availability) Avoid internal checks: Memory pool size Internal service state Cache hit rates Why it matters: User-facing signals reflect actual system health. Internal state can be \"healthy\" while the system is broken from a user perspective.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Observable Health Signals","id":"52","title":"Observable Health Signals"},"53":{"body":"Always run long enough for meaningful block production : use std::time::Duration; use testing_framework_core::scenario::ScenarioBuilder;\nuse testing_framework_workflows::ScenarioBuilderExt; pub fn minimum_run_windows() { // Bad: too short (~2 blocks with default 2s slots, 0.9 coeff) let _too_short = ScenarioBuilder::with_node_counts(1, 0) .with_run_duration(Duration::from_secs(5)) .expect_consensus_liveness() .build(); // Good: enough blocks for assertions (~27 blocks with default 2s slots, 0.9 // coeff) let _good = ScenarioBuilder::with_node_counts(1, 0) .with_run_duration(Duration::from_secs(60)) .expect_consensus_liveness() .build();\n} Note: Block counts assume default consensus parameters: Slot duration: 2 seconds (configurable via CONSENSUS_SLOT_TIME) Active slot coefficient: 0.9 (90% block probability per slot, configurable via CONSENSUS_ACTIVE_SLOT_COEFF) Formula: blocks ≈ (duration / slot_duration) × active_slot_coeff If upstream changes these parameters, adjust your duration expectations accordingly. The framework enforces minimum durations (at least 2× slot duration), but be explicit. Very short runs risk false confidence—one lucky block doesn't prove liveness.","breadcrumbs":"Part I — Foundations » Testing Philosophy » Minimum Run Windows","id":"53","title":"Minimum Run Windows"},"54":{"body":"These principles keep scenarios: Portable across environments (protocol time, declarative) Debuggable (determinism, separation of concerns) Meaningful (observable signals, sufficient duration) When authoring scenarios, ask: \"Does this test the protocol behavior or my local environment quirks?\"","breadcrumbs":"Part I — Foundations » Testing Philosophy » Summary","id":"54","title":"Summary"},"55":{"body":"A scenario progresses through six distinct phases, each with a specific responsibility: flowchart TB subgraph Phase1[\"1. Build Phase\"] Build[Define Scenario] BuildDetails[\"• Declare topology
• Attach workloads
• Add expectations
• Set run duration\"] Build --> BuildDetails end subgraph Phase2[\"2. Deploy Phase\"] Deploy[Provision Environment] DeployDetails[\"• Launch nodes
• Wait for readiness
• Establish connectivity
• Return Runner\"] Deploy --> DeployDetails end subgraph Phase3[\"3. Capture Phase\"] Capture[Baseline Metrics] CaptureDetails[\"• Snapshot initial state
• Start BlockFeed
• Initialize expectations\"] Capture --> CaptureDetails end subgraph Phase4[\"4. Execution Phase\"] Execute[Drive Workloads] ExecuteDetails[\"• Submit transactions
• Disperse DA blobs
• Trigger chaos events
• Run for duration\"] Execute --> ExecuteDetails end subgraph Phase5[\"5. Evaluation Phase\"] Evaluate[Check Expectations] EvaluateDetails[\"• Verify liveness
• Check inclusion
• Validate outcomes
• Aggregate results\"] Evaluate --> EvaluateDetails end subgraph Phase6[\"6. Cleanup Phase\"] Cleanup[Teardown] CleanupDetails[\"• Stop nodes
• Remove containers
• Collect logs
• Release resources\"] Cleanup --> CleanupDetails end Phase1 --> Phase2 Phase2 --> Phase3 Phase3 --> Phase4 Phase4 --> Phase5 Phase5 --> Phase6 style Phase1 fill:#e1f5ff style Phase2 fill:#fff4e1 style Phase3 fill:#f0ffe1 style Phase4 fill:#ffe1f5 style Phase5 fill:#e1ffe1 style Phase6 fill:#ffe1e1","breadcrumbs":"Part I — Foundations » Scenario Lifecycle » Scenario Lifecycle","id":"55","title":"Scenario Lifecycle"},"56":{"body":"","breadcrumbs":"Part I — Foundations » Scenario Lifecycle » Phase Details","id":"56","title":"Phase Details"},"57":{"body":"Declare a topology, attach workloads and expectations, and set the run window. The plan is the single source of truth for what will happen. Key actions: Define cluster shape (validators, executors, network topology) Configure workloads (transaction rate, DA traffic, chaos patterns) Attach expectations (liveness, inclusion, custom checks) Set timing parameters (run duration, cooldown period) Output: Immutable Scenario plan","breadcrumbs":"Part I — Foundations » Scenario Lifecycle » 1. Build the Plan","id":"57","title":"1. Build the Plan"},"58":{"body":"Hand the plan to a deployer. It provisions the environment on the chosen backend, waits for nodes to signal readiness, and returns a runner. Key actions: Provision infrastructure (processes, containers, or pods) Launch validator and executor nodes Wait for readiness probes (HTTP endpoints respond) Establish node connectivity and metrics endpoints Spawn BlockFeed for real-time block observation Output: Runner + RunContext (with node clients, metrics, control handles)","breadcrumbs":"Part I — Foundations » Scenario Lifecycle » 2. Deploy","id":"58","title":"2. Deploy"},"59":{"body":"Expectations snapshot initial state before workloads begin. Key actions: Record starting block height Initialize counters and trackers Subscribe to BlockFeed Capture baseline metrics Output: Captured state for later comparison","breadcrumbs":"Part I — Foundations » Scenario Lifecycle » 3. Capture Baseline","id":"59","title":"3. Capture Baseline"},"6":{"body":"Start with the Quickstart Guide for a hands-on introduction that gets you running tests in minutes.","breadcrumbs":"Project Context Primer » New to the Framework?","id":"6","title":"New to the Framework?"},"60":{"body":"The runner starts traffic and behaviors for the planned duration. Key actions: Submit transactions at configured rates Disperse and sample DA blobs Trigger chaos events (node restarts, network partitions) Run concurrently for the specified duration Observe blocks and metrics in real-time Duration: Controlled by with_run_duration()","breadcrumbs":"Part I — Foundations » Scenario Lifecycle » 4. Drive Workloads","id":"60","title":"4. Drive Workloads"},"61":{"body":"Once activity stops (and optional cooldown completes), the runner checks liveness and workload-specific outcomes. Key actions: Verify consensus liveness (minimum block production) Check transaction inclusion rates Validate DA dispersal and sampling Assess system recovery after chaos events Aggregate pass/fail results Output: Success or detailed failure report","breadcrumbs":"Part I — Foundations » Scenario Lifecycle » 5. Evaluate Expectations","id":"61","title":"5. Evaluate Expectations"},"62":{"body":"Tear down resources so successive runs start fresh and do not inherit leaked state. Key actions: Stop all node processes/containers/pods Remove temporary directories and volumes Collect and archive logs (if NOMOS_TESTS_KEEP_LOGS=1) Release ports and network resources Cleanup observability stack (if spawned) Guarantee: Runs even on panic via CleanupGuard","breadcrumbs":"Part I — Foundations » Scenario Lifecycle » 6. Cleanup","id":"62","title":"6. Cleanup"},"63":{"body":"Modular crates keep configuration, orchestration, workloads, and runners decoupled so each can evolve without breaking the others. Pluggable runners let the same scenario run on a laptop, a Docker host, or a Kubernetes cluster, making validation portable across environments. Separated workloads and expectations clarify intent: what traffic to generate versus how to judge success. This simplifies review and reuse. Declarative topology makes cluster shape explicit and repeatable, reducing surprise when moving between CI and developer machines. Maintainability through predictability : a clear flow from plan to deployment to verification lowers the cost of extending the framework and interpreting failures.","breadcrumbs":"Part I — Foundations » Design Rationale » Design Rationale","id":"63","title":"Design Rationale"},"64":{"body":"Practical guidance for shaping scenarios, combining workloads and expectations, and running them across different environments.","breadcrumbs":"Part II — User Guide » Part II — User Guide","id":"64","title":"Part II — User Guide"},"65":{"body":"The workspace focuses on multi-node integration testing and sits alongside a nomos-node checkout. Its crates separate concerns to keep scenarios repeatable and portable: Configs : prepares high-level node, network, tracing, and wallet settings used across test environments. Core scenario orchestration : the engine that holds topology descriptions, scenario plans, runtimes, workloads, and expectations. Workflows : ready-made workloads (transactions, data-availability, chaos) and reusable expectations assembled into a user-facing DSL. Runners : deployment backends for local processes, Docker Compose, and Kubernetes, all consuming the same scenario plan. Runner Examples (crate name: runner-examples, path: examples/): runnable binaries (examples/src/bin/local_runner.rs, examples/src/bin/compose_runner.rs, examples/src/bin/k8s_runner.rs) that demonstrate complete scenario execution with each deployer. This split keeps configuration, orchestration, reusable traffic patterns, and deployment adapters loosely coupled while sharing one mental model for tests.","breadcrumbs":"Part II — User Guide » Workspace Layout » Workspace Layout","id":"65","title":"Workspace Layout"},"66":{"body":"Directory structure with key paths annotated: logos-blockchain-testing/\n├─ testing-framework/ # Core library crates\n│ ├─ configs/ # Node config builders, topology generation, tracing/logging config\n│ ├─ core/ # Scenario model (ScenarioBuilder), runtime (Runner, Deployer), topology, node spawning\n│ ├─ workflows/ # Workloads (transactions, DA, chaos), expectations (liveness), builder DSL extensions\n│ ├─ runners/ # Deployment backends\n│ │ ├─ local/ # LocalDeployer (spawns local processes)\n│ │ ├─ compose/ # ComposeDeployer (Docker Compose + Prometheus)\n│ │ └─ k8s/ # K8sDeployer (Kubernetes Helm)\n│ └─ assets/ # Docker/K8s stack assets\n│ └─ stack/\n│ ├─ kzgrs_test_params/ # KZG circuit parameters directory\n│ │ └─ kzgrs_test_params # Actual proving key file (note repeated name)\n│ ├─ monitoring/ # Prometheus config\n│ ├─ scripts/ # Container entrypoints\n│ └─ cfgsync.yaml # Config sync server template\n│\n├─ examples/ # PRIMARY ENTRY POINT: runnable binaries\n│ └─ src/bin/\n│ ├─ local_runner.rs # Host processes demo (LocalDeployer)\n│ ├─ compose_runner.rs # Docker Compose demo (ComposeDeployer)\n│ └─ k8s_runner.rs # Kubernetes demo (K8sDeployer)\n│\n├─ scripts/ # Helper utilities\n│ ├─ run-examples.sh # Convenience script (handles setup + runs examples)\n│ ├─ build-bundle.sh # Build prebuilt binaries+circuits bundle\n│ ├─ setup-circuits-stack.sh # Fetch KZG parameters (Linux + host)\n│ └─ setup-nomos-circuits.sh # Legacy circuit fetcher\n│\n└─ book/ # This documentation (mdBook)","breadcrumbs":"Part II — User Guide » Annotated Tree » Annotated Tree","id":"66","title":"Annotated Tree"},"67":{"body":"","breadcrumbs":"Part II — User Guide » Annotated Tree » Key Directories Explained","id":"67","title":"Key Directories Explained"},"68":{"body":"Core library crates providing the testing API. Crate Purpose Key Exports configs Node configuration builders Topology generation, tracing config core Scenario model & runtime ScenarioBuilder, Deployer, Runner workflows Workloads & expectations ScenarioBuilderExt, ChaosBuilderExt runners/local Local process deployer LocalDeployer runners/compose Docker Compose deployer ComposeDeployer runners/k8s Kubernetes deployer K8sDeployer","breadcrumbs":"Part II — User Guide » Annotated Tree » testing-framework/","id":"68","title":"testing-framework/"},"69":{"body":"Docker/K8s deployment assets: kzgrs_test_params/kzgrs_test_params : Circuit parameters file (note repeated name; override via NOMOS_KZGRS_PARAMS_PATH) monitoring/ : Prometheus config scripts/ : Container entrypoints","breadcrumbs":"Part II — User Guide » Annotated Tree » testing-framework/assets/stack/","id":"69","title":"testing-framework/assets/stack/"},"7":{"body":"Explore the User Guide to learn about authoring scenarios, workloads, expectations, and deployment strategies.","breadcrumbs":"Project Context Primer » Ready to Write Tests?","id":"7","title":"Ready to Write Tests?"},"70":{"body":"Convenience utilities: run-examples.sh : All-in-one script for host/compose/k8s modes (recommended) build-bundle.sh : Create prebuilt binaries+circuits bundle for compose/k8s build_test_image.sh : Build the compose/k8s Docker image (bakes in assets) setup-circuits-stack.sh : Fetch KZG parameters for both Linux and host cfgsync.yaml : Configuration sync server template","breadcrumbs":"Part II — User Guide » Annotated Tree » scripts/","id":"70","title":"scripts/"},"71":{"body":"Runnable binaries demonstrating framework usage: local_runner.rs — Local processes compose_runner.rs — Docker Compose (requires NOMOS_TESTNET_IMAGE built) k8s_runner.rs — Kubernetes (requires cluster + image) Run with: POL_PROOF_DEV_MODE=true cargo run -p runner-examples --bin All runners require POL_PROOF_DEV_MODE=true to avoid expensive proof generation.","breadcrumbs":"Part II — User Guide » Annotated Tree » examples/ (Start Here!)","id":"71","title":"examples/ (Start Here!)"},"72":{"body":"Helper utilities: setup-nomos-circuits.sh : Fetch KZG parameters from releases","breadcrumbs":"Part II — User Guide » Annotated Tree » scripts/","id":"72","title":"scripts/"},"73":{"body":"Compose runner includes: Prometheus at http://localhost:9090 (metrics scraping) Node metrics exposed per validator/executor Access in expectations: ctx.telemetry().prometheus().map(|p| p.base_url()) Logging controlled by: NOMOS_LOG_DIR — Write per-node log files NOMOS_LOG_LEVEL — Global log level (error/warn/info/debug/trace) NOMOS_LOG_FILTER — Target-specific filtering (e.g., cryptarchia=trace,nomos_da_sampling=debug) NOMOS_TESTS_TRACING — Enable file logging for local runner See Logging & Observability for details.","breadcrumbs":"Part II — User Guide » Annotated Tree » Observability","id":"73","title":"Observability"},"74":{"body":"To Do This Go Here Run an example examples/src/bin/ → cargo run -p runner-examples --bin Write a custom scenario testing-framework/core/ → Implement using ScenarioBuilder Add a new workload testing-framework/workflows/src/workloads/ → Implement Workload trait Add a new expectation testing-framework/workflows/src/expectations/ → Implement Expectation trait Modify node configs testing-framework/configs/src/topology/configs/ Extend builder DSL testing-framework/workflows/src/builder/ → Add trait methods Add a new deployer testing-framework/runners/ → Implement Deployer trait For detailed guidance, see Internal Crate Reference .","breadcrumbs":"Part II — User Guide » Annotated Tree » Navigation Guide","id":"74","title":"Navigation Guide"},"75":{"body":"Creating a scenario is a declarative exercise. This page walks you through the core authoring loop with concrete examples, explains the units and timing model, and shows how to structure scenarios in Rust test suites.","breadcrumbs":"Part II — User Guide » Authoring Scenarios » Authoring Scenarios","id":"75","title":"Authoring Scenarios"},"76":{"body":"Every scenario follows the same pattern: flowchart LR A[1. Topology] --> B[2. Workloads] B --> C[3. Expectations] C --> D[4. Duration] D --> E[5. Deploy & Run] Shape the topology — How many nodes, what roles, what network shape Attach workloads — What traffic to generate (transactions, blobs, chaos) Define expectations — What success looks like (liveness, inclusion, recovery) Set duration — How long to run the experiment Choose a runner — Where to execute (local, compose, k8s)","breadcrumbs":"Part II — User Guide » Authoring Scenarios » The Core Authoring Loop","id":"76","title":"The Core Authoring Loop"},"77":{"body":"Let's build a minimal consensus liveness test step-by-step.","breadcrumbs":"Part II — User Guide » Authoring Scenarios » Hello Scenario: Your First Test","id":"77","title":"Hello Scenario: Your First Test"},"78":{"body":"use testing_framework_core::scenario::ScenarioBuilder;\nuse testing_framework_workflows::ScenarioBuilderExt; let scenario = ScenarioBuilder::topology_with(|t| { t.network_star() // Star network (one gateway + nodes) .validators(3) // 3 validator nodes .executors(1) // 1 executor node\n}) What goes in topology? Node counts (validators, executors) Network shape (network_star() is currently the only built-in layout) Role split (validators vs. executors) What does NOT go in topology? Traffic rates (that's workloads) Success criteria (that's expectations) Runtime configuration (that's duration/runner)","breadcrumbs":"Part II — User Guide » Authoring Scenarios » Step 1: Shape the Topology","id":"78","title":"Step 1: Shape the Topology"},"79":{"body":".wallets(20) // Seed funded wallet accounts for transaction workloads\n.transactions_with(|tx| { tx.rate(10) // 10 transactions per block .users(5) // distributed across 5 wallets\n}) What goes in workloads? Transaction traffic (rate, users) DA traffic (channels, blobs) Chaos injection (restarts, delays) Units explained: .rate(10) = 10 transactions per block (not per second!) .users(5) = use 5 distinct wallet accounts The framework adapts to block time automatically","breadcrumbs":"Part II — User Guide » Authoring Scenarios » Step 2: Attach Workloads","id":"79","title":"Step 2: Attach Workloads"},"8":{"body":"Jump to Operations & Deployment for prerequisites, environment configuration, and continuous integration patterns.","breadcrumbs":"Project Context Primer » Setting Up CI/CD?","id":"8","title":"Setting Up CI/CD?"},"80":{"body":".expect_consensus_liveness() What goes in expectations? Health checks that run after the scenario completes Liveness (blocks produced) Inclusion (workload activity landed on-chain) Recovery (system survived chaos) When do expectations run? After the duration window ends, during the evaluation phase of the scenario lifecycle.","breadcrumbs":"Part II — User Guide » Authoring Scenarios » Step 3: Define Expectations","id":"80","title":"Step 3: Define Expectations"},"81":{"body":"use std::time::Duration; .with_run_duration(Duration::from_secs(60)) How long is enough? Minimum: 2× the expected block time × number of blocks you want For consensus liveness: 30-60 seconds For transaction inclusion: 60-120 seconds For chaos recovery: 2-5 minutes What happens during this window? Nodes are running Workloads generate traffic Metrics/logs are collected BlockFeed broadcasts observations in real-time","breadcrumbs":"Part II — User Guide » Authoring Scenarios » Step 4: Set Duration","id":"81","title":"Step 4: Set Duration"},"82":{"body":".build(); // Choose a runner\nuse testing_framework_core::scenario::Deployer;\nuse testing_framework_runner_local::LocalDeployer; let deployer = LocalDeployer::default();\nlet runner = deployer.deploy(&scenario).await?;\nlet _result = runner.run(&mut scenario).await?;","breadcrumbs":"Part II — User Guide » Authoring Scenarios » Step 5: Build and Deploy","id":"82","title":"Step 5: Build and Deploy"},"83":{"body":"Putting it all together: use std::time::Duration; use anyhow::Result;\nuse testing_framework_core::scenario::{Deployer, ScenarioBuilder};\nuse testing_framework_runner_local::LocalDeployer;\nuse testing_framework_workflows::ScenarioBuilderExt; #[tokio::test]\nasync fn hello_consensus_liveness() -> Result<()> { let mut scenario = ScenarioBuilder::topology_with(|t| { t.network_star() .validators(3) .executors(1) }) .wallets(20) .transactions_with(|tx| tx.rate(10).users(5)) .expect_consensus_liveness() .with_run_duration(Duration::from_secs(60)) .build(); let deployer = LocalDeployer::default(); let runner = deployer.deploy(&scenario).await?; runner.run(&mut scenario).await?; Ok(())\n} Run it: POL_PROOF_DEV_MODE=true cargo test hello_consensus_liveness","breadcrumbs":"Part II — User Guide » Authoring Scenarios » Complete \"Hello Scenario\"","id":"83","title":"Complete \"Hello Scenario\""},"84":{"body":"","breadcrumbs":"Part II — User Guide » Authoring Scenarios » Understanding Units & Timing","id":"84","title":"Understanding Units & Timing"},"85":{"body":"Wrong mental model: .rate(10) = 10 tx/second Correct mental model: .rate(10) = 10 tx/block Why? The blockchain produces blocks at variable rates depending on consensus timing. The framework submits the configured rate per block to ensure predictable load regardless of block time. Example: Block time = 2 seconds .rate(10) → 10 tx/block → 5 tx/second average Block time = 5 seconds .rate(10) → 10 tx/block → 2 tx/second average","breadcrumbs":"Part II — User Guide » Authoring Scenarios » Transaction Rate: Per-Block, Not Per-Second","id":"85","title":"Transaction Rate: Per-Block, Not Per-Second"},"86":{"body":".with_run_duration(Duration::from_secs(60)) means the scenario runs for 60 seconds of real time , not 60 blocks. How many blocks will be produced? Depends on consensus timing (slot time, active slot coefficient). Typical: 1-2 seconds per block. Rule of thumb: 60 seconds → ~30-60 blocks 120 seconds → ~60-120 blocks","breadcrumbs":"Part II — User Guide » Authoring Scenarios » Duration: Wall-Clock Time","id":"86","title":"Duration: Wall-Clock Time"},"87":{"body":"","breadcrumbs":"Part II — User Guide » Authoring Scenarios » Structuring Scenarios in a Test Suite","id":"87","title":"Structuring Scenarios in a Test Suite"},"88":{"body":"// tests/integration_test.rs\nuse std::time::Duration; use anyhow::Result;\nuse testing_framework_core::scenario::{Deployer, ScenarioBuilder};\nuse testing_framework_runner_local::LocalDeployer;\nuse testing_framework_workflows::ScenarioBuilderExt; #[tokio::test]\nasync fn test_consensus_liveness() -> Result<()> { let mut scenario = ScenarioBuilder::topology_with(|t| { t.network_star().validators(3).executors(1) }) .expect_consensus_liveness() .with_run_duration(Duration::from_secs(30)) .build(); let deployer = LocalDeployer::default(); let runner = deployer.deploy(&scenario).await?; runner.run(&mut scenario).await?; Ok(())\n} #[tokio::test]\nasync fn test_transaction_inclusion() -> Result<()> { let mut scenario = ScenarioBuilder::topology_with(|t| { t.network_star().validators(2).executors(1) }) .wallets(10) .transactions_with(|tx| tx.rate(5).users(5)) .expect_consensus_liveness() .with_run_duration(Duration::from_secs(60)) .build(); let deployer = LocalDeployer::default(); let runner = deployer.deploy(&scenario).await?; runner.run(&mut scenario).await?; Ok(())\n}","breadcrumbs":"Part II — User Guide » Authoring Scenarios » Pattern 1: Integration Test Module","id":"88","title":"Pattern 1: Integration Test Module"},"89":{"body":"Extract common topology patterns: // tests/helpers.rs\nuse testing_framework_core::scenario::ScenarioBuilder;\nuse testing_framework_workflows::ScenarioBuilderExt; pub fn minimal_topology() -> ScenarioBuilder { ScenarioBuilder::topology_with(|t| { t.network_star().validators(2).executors(1) })\n} pub fn production_like_topology() -> ScenarioBuilder { ScenarioBuilder::topology_with(|t| { t.network_star().validators(7).executors(3) })\n} // tests/consensus_tests.rs\nuse std::time::Duration; use helpers::*; #[tokio::test]\nasync fn small_cluster_liveness() -> anyhow::Result<()> { let mut scenario = minimal_topology() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(30)) .build(); // ... deploy and run Ok(())\n} #[tokio::test]\nasync fn large_cluster_liveness() -> anyhow::Result<()> { let mut scenario = production_like_topology() .expect_consensus_liveness() .with_run_duration(Duration::from_secs(60)) .build(); // ... deploy and run Ok(())\n}","breadcrumbs":"Part II — User Guide » Authoring Scenarios » Pattern 2: Shared Scenario Builders","id":"89","title":"Pattern 2: Shared Scenario Builders"},"9":{"body":"Check the Developer Reference to implement custom workloads, expectations, and runners.","breadcrumbs":"Project Context Primer » Extending the Framework?","id":"9","title":"Extending the Framework?"},"90":{"body":"Test the same behavior across different scales: use std::time::Duration; use anyhow::Result;\nuse testing_framework_core::scenario::{Deployer, ScenarioBuilder};\nuse testing_framework_runner_local::LocalDeployer;\nuse testing_framework_workflows::ScenarioBuilderExt; async fn test_liveness_with_topology(validators: usize, executors: usize) -> Result<()> { let mut scenario = ScenarioBuilder::topology_with(|t| { t.network_star() .validators(validators) .executors(executors) }) .expect_consensus_liveness() .with_run_duration(Duration::from_secs(60)) .build(); let deployer = LocalDeployer::default(); let runner = deployer.deploy(&scenario).await?; runner.run(&mut scenario).await?; Ok(())\n} #[tokio::test]\nasync fn liveness_small() -> Result<()> { test_liveness_with_topology(2, 1).await\n} #[tokio::test]\nasync fn liveness_medium() -> Result<()> { test_liveness_with_topology(5, 2).await\n} #[tokio::test]\nasync fn liveness_large() -> Result<()> { test_liveness_with_topology(10, 3).await\n}","breadcrumbs":"Part II — User Guide » Authoring Scenarios » Pattern 3: Parameterized Scenarios","id":"90","title":"Pattern 3: Parameterized Scenarios"},"91":{"body":"","breadcrumbs":"Part II — User Guide » Authoring Scenarios » What Belongs Where?","id":"91","title":"What Belongs Where?"},"92":{"body":"Do include: Node counts (.validators(3), .executors(1)) Network shape (.network_star()) Role split (validators vs. executors) Don't include: Traffic rates (workload concern) Expected outcomes (expectation concern) Runtime behavior (runner/duration concern)","breadcrumbs":"Part II — User Guide » Authoring Scenarios » Topology","id":"92","title":"Topology"},"93":{"body":"Do include: Transaction traffic (.transactions_with(|tx| ...)) DA traffic (.da_with(|da| ...)) Chaos injection (.with_workload(RandomRestartWorkload::new(...))) Rates, users, timing Don't include: Node configuration (topology concern) Success criteria (expectation concern)","breadcrumbs":"Part II — User Guide » Authoring Scenarios » Workloads","id":"93","title":"Workloads"},"94":{"body":"Do include: Health checks (.expect_consensus_liveness()) Inclusion verification (built-in to workloads) Custom assertions (.with_expectation(MyExpectation::new())) Don't include: Traffic generation (workload concern) Cluster shape (topology concern)","breadcrumbs":"Part II — User Guide » Authoring Scenarios » Expectations","id":"94","title":"Expectations"},"95":{"body":"Keep scenarios focused : One scenario = one behavior under test Start small : 2-3 validators, 1 executor, 30-60 seconds Use descriptive names : test_consensus_survives_validator_restart not test_1 Extract common patterns : Shared topology builders, helper functions Document intent : Add comments explaining what you're testing and why Mind the units : .rate(N) is per-block, .with_run_duration() is wall-clock Set realistic durations : Allow enough time for multiple blocks + workload effects","breadcrumbs":"Part II — User Guide » Authoring Scenarios » Best Practices","id":"95","title":"Best Practices"},"96":{"body":"Core Content: Workloads & Expectations — Comprehensive reference for built-in workloads and expectations Examples — More scenario patterns (DA, chaos, advanced topologies) Running Scenarios — How execution works, artifacts produced, per-runner details API Levels — When to use builder DSL vs. direct instantiation","breadcrumbs":"Part II — User Guide » Authoring Scenarios » Next Steps","id":"96","title":"Next Steps"},"97":{"body":"Workloads describe the activity a scenario generates; expectations describe the signals that must hold when that activity completes. This page is the canonical reference for all built-in workloads and expectations, including configuration knobs, defaults, prerequisites, and debugging guidance.","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Core Content: Workloads & Expectations","id":"97","title":"Core Content: Workloads & Expectations"},"98":{"body":"flowchart TD I[Inputs
topology + wallets + rates] --> Init[Workload init] Init --> Drive[Drive traffic] Drive --> Collect[Collect signals] Collect --> Eval[Expectations evaluate] Key concepts: Workloads run during the execution phase (generate traffic) Expectations run during the evaluation phase (check health signals) Each workload can attach its own expectations automatically Expectations can also be added explicitly","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Overview","id":"98","title":"Overview"},"99":{"body":"","breadcrumbs":"Part II — User Guide » Core Content: Workloads & Expectations » Built-in Workloads","id":"99","title":"Built-in Workloads"}},"length":388,"save":true},"fields":["title","body","breadcrumbs"],"index":{"body":{"root":{"0":{".":{"0":{"df":1,"docs":{"305":{"tf":1.0}}},"2":{"0":{"2":{"4":{"df":5,"docs":{"299":{"tf":1.0},"318":{"tf":1.4142135623730951},"363":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"8":{"df":1,"docs":{"354":{"tf":1.0}}},"df":0,"docs":{}},"9":{"df":4,"docs":{"25":{"tf":1.0},"385":{"tf":1.0},"50":{"tf":1.4142135623730951},"53":{"tf":1.7320508075688772}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"323":{"tf":1.0}}}}}},"/":{"*":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"100":{"tf":1.0},"101":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":3,"docs":{"299":{"tf":1.4142135623730951},"318":{"tf":1.7320508075688772},"363":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"1":{"df":0,"docs":{},"t":{"1":{"0":{"df":2,"docs":{"367":{"tf":1.0},"368":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":25,"docs":{"15":{"tf":1.0},"172":{"tf":1.0},"178":{"tf":1.0},"19":{"tf":1.0},"255":{"tf":1.0},"260":{"tf":1.0},"266":{"tf":1.4142135623730951},"283":{"tf":1.0},"297":{"tf":1.4142135623730951},"298":{"tf":1.4142135623730951},"299":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.4142135623730951},"304":{"tf":1.0},"307":{"tf":1.0},"318":{"tf":1.4142135623730951},"321":{"tf":1.4142135623730951},"322":{"tf":1.0},"323":{"tf":1.4142135623730951},"328":{"tf":1.0},"357":{"tf":1.0},"360":{"tf":1.0},"367":{"tf":1.4142135623730951},"368":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951}}},"1":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"90":{"tf":1.0}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"26":{"tf":1.0},"28":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"1":{"_":{"0":{"0":{"0":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"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":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"6":{"0":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},",":{"0":{"0":{"0":{"df":2,"docs":{"22":{"tf":1.0},"23":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"0":{"df":1,"docs":{"305":{"tf":1.0}}},"2":{"0":{"2":{"4":{"df":3,"docs":{"299":{"tf":1.0},"318":{"tf":1.0},"363":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"323":{"tf":1.0}}}}}},"0":{".":{"0":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}},"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"df":1,"docs":{"145":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":4,"docs":{"246":{"tf":1.0},"322":{"tf":1.4142135623730951},"354":{"tf":1.4142135623730951},"368":{"tf":1.4142135623730951}},"m":{"df":1,"docs":{"138":{"tf":1.0}}}},"df":15,"docs":{"100":{"tf":1.4142135623730951},"107":{"tf":1.0},"112":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.4142135623730951},"122":{"tf":1.0},"133":{"tf":1.0},"164":{"tf":1.0},"166":{"tf":1.0},"227":{"tf":1.0},"361":{"tf":1.4142135623730951},"363":{"tf":1.0},"364":{"tf":1.4142135623730951},"79":{"tf":1.4142135623730951},"85":{"tf":2.0}},"m":{"df":2,"docs":{"123":{"tf":1.0},"138":{"tf":1.0}}},"v":{"2":{"df":0,"docs":{},"e":{"df":1,"docs":{"276":{"tf":1.0}}}},"df":0,"docs":{}}},"1":{"df":1,"docs":{"364":{"tf":1.0}}},"2":{"0":{"0":{"df":1,"docs":{"304":{"tf":1.0}}},"df":13,"docs":{"101":{"tf":1.0},"123":{"tf":1.7320508075688772},"251":{"tf":1.0},"27":{"tf":1.0},"274":{"tf":1.4142135623730951},"279":{"tf":1.0},"290":{"tf":1.0},"295":{"tf":1.4142135623730951},"304":{"tf":1.0},"346":{"tf":1.0},"385":{"tf":1.0},"81":{"tf":1.0},"86":{"tf":1.4142135623730951}},"m":{"b":{"df":3,"docs":{"238":{"tf":1.0},"239":{"tf":1.0},"356":{"tf":1.0}}},"df":0,"docs":{}}},"7":{".":{"0":{".":{"0":{".":{"1":{"df":2,"docs":{"260":{"tf":1.0},"301":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"100":{"tf":1.0}}},"df":5,"docs":{"299":{"tf":1.4142135623730951},"318":{"tf":1.7320508075688772},"363":{"tf":1.4142135623730951},"367":{"tf":1.0},"368":{"tf":1.0}},"g":{"b":{"df":1,"docs":{"362":{"tf":1.0}}},"df":0,"docs":{}}},"3":{"0":{"0":{"0":{":":{"3":{"0":{"0":{"0":{"df":1,"docs":{"360":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"df":1,"docs":{"362":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"4":{"df":3,"docs":{"274":{"tf":1.0},"276":{"tf":1.0},"385":{"tf":1.0}}},"5":{"df":2,"docs":{"274":{"tf":1.0},"276":{"tf":1.0}}},"8":{"0":{"8":{"0":{"df":3,"docs":{"243":{"tf":1.0},"360":{"tf":2.23606797749979},"365":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"102":{"tf":1.0}}},"df":0,"docs":{},"t":{"1":{"4":{"df":3,"docs":{"299":{"tf":1.4142135623730951},"318":{"tf":1.7320508075688772},"363":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"9":{"0":{"9":{"0":{":":{"9":{"0":{"9":{"0":{"df":1,"docs":{"360":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":83,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.4142135623730951},"104":{"tf":1.0},"111":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.7320508075688772},"145":{"tf":2.23606797749979},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"159":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"161":{"tf":1.4142135623730951},"164":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.0},"19":{"tf":3.1622776601683795},"205":{"tf":1.0},"21":{"tf":1.7320508075688772},"227":{"tf":1.0},"23":{"tf":1.7320508075688772},"234":{"tf":1.4142135623730951},"239":{"tf":1.4142135623730951},"246":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.7320508075688772},"250":{"tf":2.0},"251":{"tf":1.4142135623730951},"255":{"tf":1.4142135623730951},"257":{"tf":1.4142135623730951},"260":{"tf":1.4142135623730951},"264":{"tf":1.0},"266":{"tf":1.4142135623730951},"268":{"tf":1.0},"269":{"tf":1.0},"274":{"tf":2.0},"279":{"tf":1.0},"28":{"tf":1.7320508075688772},"290":{"tf":1.4142135623730951},"295":{"tf":1.4142135623730951},"297":{"tf":1.0},"298":{"tf":1.4142135623730951},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"304":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.4142135623730951},"318":{"tf":1.4142135623730951},"32":{"tf":1.0},"321":{"tf":1.0},"322":{"tf":1.4142135623730951},"323":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"331":{"tf":1.0},"332":{"tf":1.0},"333":{"tf":1.0},"354":{"tf":1.0},"355":{"tf":1.4142135623730951},"356":{"tf":1.4142135623730951},"357":{"tf":1.4142135623730951},"358":{"tf":1.4142135623730951},"359":{"tf":2.0},"362":{"tf":1.0},"364":{"tf":1.4142135623730951},"367":{"tf":1.0},"368":{"tf":2.23606797749979},"370":{"tf":1.0},"383":{"tf":1.4142135623730951},"384":{"tf":1.4142135623730951},"57":{"tf":1.0},"78":{"tf":1.4142135623730951},"86":{"tf":1.0},"88":{"tf":1.0},"95":{"tf":1.0}},"h":{"df":1,"docs":{"123":{"tf":1.0}}},"s":{"df":1,"docs":{"139":{"tf":2.0}}}},"2":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"90":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"0":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}},"0":{"0":{"df":0,"docs":{},"m":{"df":1,"docs":{"139":{"tf":1.4142135623730951}}}},"df":11,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.4142135623730951},"102":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"122":{"tf":1.0},"133":{"tf":1.0},"274":{"tf":1.0},"304":{"tf":1.0},"32":{"tf":1.0},"342":{"tf":1.0}}},"3":{"df":1,"docs":{"101":{"tf":1.0}}},"5":{"df":1,"docs":{"274":{"tf":1.0}}},"7":{"df":4,"docs":{"25":{"tf":1.0},"385":{"tf":1.0},"50":{"tf":1.4142135623730951},"53":{"tf":1.0}}},">":{"&":{"1":{"df":2,"docs":{"274":{"tf":1.0},"368":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"274":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":51,"docs":{"101":{"tf":1.7320508075688772},"102":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"108":{"tf":1.0},"112":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"124":{"tf":1.0},"132":{"tf":1.7320508075688772},"15":{"tf":1.4142135623730951},"164":{"tf":1.0},"205":{"tf":1.0},"22":{"tf":1.0},"227":{"tf":1.0},"235":{"tf":1.0},"239":{"tf":1.0},"247":{"tf":1.0},"25":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"264":{"tf":1.0},"27":{"tf":1.7320508075688772},"276":{"tf":1.0},"28":{"tf":1.0},"283":{"tf":1.4142135623730951},"295":{"tf":1.4142135623730951},"304":{"tf":1.0},"32":{"tf":1.0},"343":{"tf":1.0},"350":{"tf":1.0},"355":{"tf":1.0},"357":{"tf":1.0},"359":{"tf":1.0},"362":{"tf":1.0},"364":{"tf":1.0},"371":{"tf":1.0},"375":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.7320508075688772},"58":{"tf":1.0},"79":{"tf":1.0},"81":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"86":{"tf":1.0},"89":{"tf":1.0},"95":{"tf":1.0}},"s":{"df":4,"docs":{"25":{"tf":1.0},"385":{"tf":1.7320508075688772},"50":{"tf":1.0},"53":{"tf":1.4142135623730951}}}},"3":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"90":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{"0":{":":{"3":{"0":{"0":{"0":{"df":1,"docs":{"360":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"121":{"tf":1.0},"123":{"tf":1.4142135623730951}},"m":{"df":1,"docs":{"138":{"tf":1.0}}}},"df":20,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"104":{"tf":1.0},"117":{"tf":1.0},"121":{"tf":1.0},"123":{"tf":1.4142135623730951},"133":{"tf":1.0},"276":{"tf":1.0},"299":{"tf":1.4142135623730951},"304":{"tf":1.0},"318":{"tf":1.7320508075688772},"362":{"tf":1.0},"363":{"tf":1.4142135623730951},"367":{"tf":1.0},"368":{"tf":1.0},"385":{"tf":1.4142135623730951},"50":{"tf":1.0},"81":{"tf":1.0},"86":{"tf":1.0},"95":{"tf":1.0}}},"1":{"0":{"0":{"df":1,"docs":{"243":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"0":{"0":{"df":1,"docs":{"123":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":51,"docs":{"102":{"tf":1.4142135623730951},"104":{"tf":1.0},"115":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"124":{"tf":1.0},"132":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"205":{"tf":1.0},"23":{"tf":1.0},"234":{"tf":1.0},"236":{"tf":1.0},"239":{"tf":1.0},"246":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.7320508075688772},"250":{"tf":2.0},"257":{"tf":1.0},"268":{"tf":1.0},"27":{"tf":1.4142135623730951},"274":{"tf":1.0},"279":{"tf":1.0},"290":{"tf":1.0},"297":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"304":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.0},"32":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"331":{"tf":1.0},"332":{"tf":1.0},"333":{"tf":1.0},"354":{"tf":1.0},"356":{"tf":1.0},"359":{"tf":1.0},"361":{"tf":1.0},"362":{"tf":1.0},"372":{"tf":1.0},"59":{"tf":1.0},"78":{"tf":1.0},"80":{"tf":1.0},"90":{"tf":1.0},"95":{"tf":1.0}},"v":{"1":{"df":0,"docs":{},"e":{"df":3,"docs":{"274":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0}}}},"df":0,"docs":{}},"x":{"2":{"df":2,"docs":{"260":{"tf":1.0},"295":{"tf":1.0}}},"df":0,"docs":{}}},"4":{"0":{"9":{"6":{"df":2,"docs":{"362":{"tf":1.0},"365":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"385":{"tf":1.0}}},"4":{"0":{"0":{"df":1,"docs":{"305":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"367":{"tf":1.0},"368":{"tf":1.0}}}}}},"df":0,"docs":{}},"8":{"df":1,"docs":{"360":{"tf":1.0}}},"df":15,"docs":{"101":{"tf":1.0},"108":{"tf":1.0},"132":{"tf":1.4142135623730951},"205":{"tf":1.0},"206":{"tf":1.0},"24":{"tf":1.0},"247":{"tf":1.0},"32":{"tf":1.0},"357":{"tf":1.0},"359":{"tf":1.0},"362":{"tf":1.4142135623730951},"373":{"tf":1.0},"385":{"tf":1.0},"60":{"tf":1.0},"81":{"tf":1.0}}},"5":{"0":{"0":{"df":2,"docs":{"19":{"tf":1.0},"23":{"tf":1.0}}},"df":3,"docs":{"104":{"tf":1.0},"145":{"tf":1.0},"341":{"tf":1.0}}},"4":{"df":1,"docs":{"385":{"tf":1.0}}},"df":30,"docs":{"100":{"tf":1.0},"107":{"tf":1.0},"123":{"tf":1.0},"133":{"tf":1.0},"164":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"205":{"tf":1.0},"227":{"tf":1.4142135623730951},"23":{"tf":1.0},"247":{"tf":1.0},"25":{"tf":1.0},"295":{"tf":1.4142135623730951},"304":{"tf":2.0},"32":{"tf":1.0},"342":{"tf":1.0},"350":{"tf":1.0},"354":{"tf":1.0},"358":{"tf":1.0},"359":{"tf":1.0},"362":{"tf":1.0},"364":{"tf":1.0},"374":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.4142135623730951},"61":{"tf":1.0},"79":{"tf":1.4142135623730951},"81":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.4142135623730951}},"v":{"1":{"df":0,"docs":{},"e":{"df":3,"docs":{"274":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0}}}},"df":0,"docs":{}}},"6":{"0":{"0":{"df":2,"docs":{"100":{"tf":1.0},"123":{"tf":1.0}}},"df":50,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.0},"121":{"tf":1.0},"123":{"tf":1.4142135623730951},"145":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"19":{"tf":1.4142135623730951},"234":{"tf":1.0},"239":{"tf":1.0},"246":{"tf":1.0},"248":{"tf":1.7320508075688772},"25":{"tf":1.0},"250":{"tf":2.0},"255":{"tf":1.0},"260":{"tf":1.0},"266":{"tf":1.0},"268":{"tf":1.0},"28":{"tf":1.0},"295":{"tf":1.0},"297":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"331":{"tf":1.0},"332":{"tf":1.0},"333":{"tf":1.0},"355":{"tf":1.0},"356":{"tf":1.0},"357":{"tf":1.0},"358":{"tf":1.0},"359":{"tf":1.0},"368":{"tf":1.0},"383":{"tf":1.0},"384":{"tf":1.0},"385":{"tf":1.0},"50":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"86":{"tf":2.23606797749979},"95":{"tf":1.0}}},"df":6,"docs":{"205":{"tf":1.0},"247":{"tf":1.0},"26":{"tf":1.0},"359":{"tf":1.0},"375":{"tf":1.0},"62":{"tf":1.0}}},"7":{"df":3,"docs":{"274":{"tf":1.4142135623730951},"281":{"tf":1.0},"360":{"tf":1.0}}},"8":{"df":3,"docs":{"102":{"tf":1.0},"15":{"tf":1.4142135623730951},"361":{"tf":1.0}},"g":{"b":{"df":2,"docs":{"362":{"tf":1.0},"365":{"tf":1.0}}},"df":0,"docs":{}}},"9":{"0":{"0":{"0":{"df":1,"docs":{"122":{"tf":1.0}}},"df":0,"docs":{}},"9":{"0":{":":{"9":{"0":{"9":{"0":{"df":1,"docs":{"360":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"385":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0}}},"df":1,"docs":{"362":{"tf":1.0}}},"_":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"122":{"tf":1.0}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"x":{"df":4,"docs":{"203":{"tf":1.0},"207":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"_":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"348":{"tf":1.7320508075688772}}}}}}}},"df":4,"docs":{"151":{"tf":1.0},"216":{"tf":1.0},"269":{"tf":1.0},"4":{"tf":1.0}},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":12,"docs":{"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"19":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"349":{"tf":1.0},"350":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"172":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":5,"docs":{"216":{"tf":1.0},"217":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":1,"docs":{"172":{"tf":1.0}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"82":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"203":{"tf":1.0},"210":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"218":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"40":{"tf":1.0}}}}}}},"a":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"[":{"1":{"df":1,"docs":{"76":{"tf":1.0}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"6":{"4":{"df":2,"docs":{"298":{"tf":1.0},"303":{"tf":1.0}},"|":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{"df":1,"docs":{"251":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"b":{"c":{"1":{"2":{"3":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"4":{"5":{"6":{"df":1,"docs":{"362":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"139":{"tf":1.0},"140":{"tf":1.0},"386":{"tf":1.0}}}},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"371":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"180":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"1":{"tf":1.0},"191":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"141":{"tf":1.7320508075688772}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":5,"docs":{"137":{"tf":1.4142135623730951},"138":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.0},"143":{"tf":1.0}},"e":{"d":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"139":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"df":25,"docs":{"112":{"tf":1.0},"114":{"tf":1.0},"126":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.4142135623730951},"174":{"tf":1.0},"178":{"tf":1.0},"226":{"tf":1.0},"273":{"tf":1.0},"291":{"tf":1.0},"320":{"tf":1.0},"322":{"tf":1.0},"326":{"tf":1.0},"328":{"tf":1.0},"332":{"tf":1.0},"358":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"73":{"tf":1.0}},"—":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"141":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"383":{"tf":1.0},"53":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":7,"docs":{"100":{"tf":2.0},"107":{"tf":1.0},"182":{"tf":1.0},"22":{"tf":1.4142135623730951},"341":{"tf":1.0},"385":{"tf":1.0},"79":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"386":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"@":{"df":0,"docs":{},"v":{"2":{"df":1,"docs":{"274":{"tf":1.0}}},"df":0,"docs":{}}},"df":15,"docs":{"116":{"tf":1.0},"138":{"tf":1.0},"14":{"tf":1.0},"180":{"tf":1.0},"192":{"tf":1.0},"274":{"tf":2.0},"291":{"tf":1.0},"386":{"tf":1.4142135623730951},"51":{"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}},"s":{"/":{"c":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"@":{"df":0,"docs":{},"v":{"3":{"df":2,"docs":{"274":{"tf":2.23606797749979},"280":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"@":{"df":0,"docs":{},"v":{"4":{"df":1,"docs":{"274":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"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":1,"docs":{"236":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":3,"docs":{"121":{"tf":1.0},"274":{"tf":1.7320508075688772},"281":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"v":{"df":16,"docs":{"101":{"tf":1.0},"125":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":1.0},"192":{"tf":1.0},"203":{"tf":1.0},"210":{"tf":1.0},"305":{"tf":1.0},"324":{"tf":1.0},"38":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"53":{"tf":1.0},"61":{"tf":1.0},"80":{"tf":1.0},"86":{"tf":1.0},"97":{"tf":1.4142135623730951}},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":2,"docs":{"139":{"tf":1.0},"53":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"115":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":9,"docs":{"138":{"tf":1.0},"140":{"tf":1.0},"172":{"tf":1.4142135623730951},"353":{"tf":1.0},"365":{"tf":1.0},"368":{"tf":1.4142135623730951},"371":{"tf":1.0},"52":{"tf":1.0},"66":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":5,"docs":{"131":{"tf":1.0},"137":{"tf":1.0},"140":{"tf":1.0},"65":{"tf":1.0},"79":{"tf":1.0}}}}},"d":{"df":28,"docs":{"102":{"tf":1.4142135623730951},"105":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.4142135623730951},"124":{"tf":1.0},"125":{"tf":1.4142135623730951},"14":{"tf":1.4142135623730951},"203":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"212":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"246":{"tf":1.0},"276":{"tf":1.0},"289":{"tf":1.0},"294":{"tf":1.0},"32":{"tf":1.0},"322":{"tf":1.0},"351":{"tf":1.0},"358":{"tf":1.0},"368":{"tf":1.0},"371":{"tf":1.0},"55":{"tf":1.0},"74":{"tf":2.0},"95":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"270":{"tf":1.0},"323":{"tf":1.0},"351":{"tf":1.0},"386":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"140":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":5,"docs":{"260":{"tf":1.0},"301":{"tf":1.0},"305":{"tf":1.0},"360":{"tf":1.4142135623730951},"372":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"360":{"tf":1.0}}}}}}}},"df":17,"docs":{"105":{"tf":1.0},"119":{"tf":1.0},"138":{"tf":1.0},"140":{"tf":1.0},"182":{"tf":1.0},"192":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.4142135623730951},"207":{"tf":1.0},"209":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"98":{"tf":1.0}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"125":{"tf":1.0},"140":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"276":{"tf":1.0},"364":{"tf":1.0},"374":{"tf":1.0},"53":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"327":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"16":{"tf":1.0}}}}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":7,"docs":{"131":{"tf":1.4142135623730951},"138":{"tf":1.0},"15":{"tf":1.4142135623730951},"305":{"tf":1.0},"322":{"tf":1.0},"385":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"138":{"tf":1.0},"141":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"182":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"141":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"102":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"104":{"tf":1.0},"250":{"tf":1.0}}}}}}},"df":1,"docs":{"358":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":4,"docs":{"174":{"tf":1.0},"204":{"tf":1.0},"55":{"tf":1.0},"61":{"tf":1.0}}},"s":{"df":0,"docs":{},"s":{"df":6,"docs":{"117":{"tf":1.0},"121":{"tf":1.0},"132":{"tf":1.0},"135":{"tf":1.4142135623730951},"280":{"tf":1.0},"352":{"tf":1.0}},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"135":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"227":{"tf":1.4142135623730951}}}}}},"o":{"df":1,"docs":{"362":{"tf":1.0}}}},"l":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"df":1,"docs":{"16":{"tf":1.0}}}}}}}}},"i":{"a":{"df":4,"docs":{"298":{"tf":1.0},"301":{"tf":1.0},"303":{"tf":1.0},"322":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":3,"docs":{"115":{"tf":1.4142135623730951},"125":{"tf":1.0},"385":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"122":{"tf":1.0}}},"df":0,"docs":{},"w":{"df":12,"docs":{"101":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":1.0},"147":{"tf":1.0},"168":{"tf":1.0},"251":{"tf":1.4142135623730951},"364":{"tf":1.0},"377":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"95":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"138":{"tf":1.0},"141":{"tf":1.0},"182":{"tf":1.0},"65":{"tf":1.0}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":7,"docs":{"18":{"tf":1.0},"232":{"tf":1.0},"297":{"tf":1.0},"355":{"tf":1.0},"360":{"tf":1.4142135623730951},"381":{"tf":1.0},"382":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":5,"docs":{"126":{"tf":1.0},"19":{"tf":1.0},"260":{"tf":1.0},"28":{"tf":1.0},"39":{"tf":1.0}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":11,"docs":{"180":{"tf":1.0},"241":{"tf":1.0},"246":{"tf":1.0},"274":{"tf":2.0},"278":{"tf":1.0},"281":{"tf":1.0},"297":{"tf":1.0},"306":{"tf":1.0},"368":{"tf":1.0},"385":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"d":{"6":{"4":{"df":5,"docs":{"18":{"tf":1.0},"244":{"tf":1.0},"259":{"tf":1.0},"303":{"tf":1.0},"351":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"323":{"tf":1.0}}}},"z":{"df":1,"docs":{"14":{"tf":1.0}}}}}},"d":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"153":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"66":{"tf":1.4142135623730951}}}}},"o":{"df":1,"docs":{"360":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"130":{"tf":1.0},"188":{"tf":1.0},"360":{"tf":1.0},"382":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"122":{"tf":1.0}}}},"y":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"205":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{":":{":":{"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":18,"docs":{"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"151":{"tf":1.0},"19":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"349":{"tf":1.0},"350":{"tf":1.0},"4":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.4142135623730951},"90":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"i":{"df":36,"docs":{"0":{"tf":1.0},"101":{"tf":1.4142135623730951},"137":{"tf":1.0},"141":{"tf":3.605551275463989},"142":{"tf":1.0},"148":{"tf":1.0},"151":{"tf":1.0},"177":{"tf":1.0},"179":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"19":{"tf":1.0},"190":{"tf":1.0},"193":{"tf":1.4142135623730951},"200":{"tf":1.0},"201":{"tf":1.0},"205":{"tf":1.0},"208":{"tf":1.4142135623730951},"210":{"tf":1.0},"214":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.4142135623730951},"3":{"tf":1.0},"325":{"tf":1.0},"328":{"tf":1.0},"336":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.0},"35":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"374":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"68":{"tf":1.0},"96":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"299":{"tf":1.0},"319":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"137":{"tf":2.0},"354":{"tf":1.0},"364":{"tf":1.0}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":2,"docs":{"11":{"tf":1.0},"335":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":5,"docs":{"18":{"tf":1.0},"244":{"tf":1.0},"259":{"tf":1.0},"303":{"tf":1.0},"351":{"tf":1.0}},"i":{"c":{"df":3,"docs":{"307":{"tf":1.0},"358":{"tf":1.0},"362":{"tf":1.0}}},"df":10,"docs":{"130":{"tf":1.0},"135":{"tf":1.0},"138":{"tf":1.0},"148":{"tf":1.0},"154":{"tf":1.0},"227":{"tf":1.0},"307":{"tf":1.4142135623730951},"343":{"tf":1.0},"344":{"tf":1.0},"51":{"tf":1.0}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"137":{"tf":1.0},"139":{"tf":1.0},"30":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":6,"docs":{"102":{"tf":1.0},"137":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"228":{"tf":1.0},"365":{"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":1,"docs":{"385":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"c":{":":{":":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"(":{"&":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"171":{"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":{"(":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"u":{"6":{"4":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"0":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"171":{"tf":1.0}},"h":{"df":1,"docs":{"303":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":7,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"29":{"tf":1.4142135623730951},"33":{"tf":1.0},"35":{"tf":1.0},"387":{"tf":1.0},"46":{"tf":1.0}}}}}},"df":0,"docs":{}}},"v":{"df":1,"docs":{"62":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":2,"docs":{"354":{"tf":1.0},"361":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"222":{"tf":1.0},"329":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"155":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"137":{"tf":1.4142135623730951}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"@":{"df":0,"docs":{},"v":{"3":{"df":4,"docs":{"121":{"tf":1.0},"236":{"tf":1.0},"274":{"tf":1.7320508075688772},"281":{"tf":1.0}}},"df":0,"docs":{}}},"df":15,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"121":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.0},"156":{"tf":1.0},"226":{"tf":1.0},"236":{"tf":1.0},"274":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"291":{"tf":1.4142135623730951},"299":{"tf":1.0},"351":{"tf":1.0},"96":{"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":{"171":{"tf":1.0}}}}}},"df":0,"docs":{},"k":{"df":3,"docs":{"336":{"tf":1.0},"337":{"tf":1.0},"54":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"219":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"192":{"tf":1.0},"65":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":18,"docs":{"117":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"139":{"tf":1.0},"142":{"tf":1.0},"147":{"tf":1.0},"180":{"tf":1.0},"188":{"tf":1.4142135623730951},"192":{"tf":1.0},"204":{"tf":1.4142135623730951},"211":{"tf":1.0},"31":{"tf":1.0},"345":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"53":{"tf":1.0},"94":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"125":{"tf":1.0},"61":{"tf":1.0}}}},"t":{"df":37,"docs":{"213":{"tf":1.0},"220":{"tf":1.0},"223":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.4142135623730951},"228":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.4142135623730951},"241":{"tf":1.4142135623730951},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.0},"250":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.0},"270":{"tf":1.0},"28":{"tf":1.0},"298":{"tf":2.0},"351":{"tf":1.0},"352":{"tf":1.4142135623730951},"356":{"tf":1.0},"365":{"tf":1.0},"372":{"tf":1.0},"377":{"tf":1.4142135623730951},"380":{"tf":1.4142135623730951},"383":{"tf":1.0},"384":{"tf":1.7320508075688772},"42":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"66":{"tf":1.4142135623730951},"69":{"tf":1.0},"70":{"tf":1.0}},"s":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"41":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"z":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"121":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"z":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"\"":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"122":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"139":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":4,"docs":{"16":{"tf":1.4142135623730951},"297":{"tf":1.0},"368":{"tf":1.0},"53":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"115":{"tf":1.0},"206":{"tf":1.0},"50":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{":":{":":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":13,"docs":{"171":{"tf":1.0},"172":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":14,"docs":{"112":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"203":{"tf":1.4142135623730951},"204":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":35,"docs":{"112":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"151":{"tf":1.0},"171":{"tf":1.7320508075688772},"172":{"tf":1.7320508075688772},"173":{"tf":1.0},"174":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.4142135623730951},"19":{"tf":1.0},"203":{"tf":2.0},"204":{"tf":1.4142135623730951},"205":{"tf":1.0},"207":{"tf":1.0},"210":{"tf":1.4142135623730951},"211":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"328":{"tf":1.0},"349":{"tf":1.0},"350":{"tf":1.0},"4":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951},"90":{"tf":2.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"192":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"c":{":":{":":{"df":0,"docs":{},"{":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"u":{"6":{"4":{"df":1,"docs":{"171":{"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":{"c":{"df":0,"docs":{},"h":{"df":14,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"105":{"tf":1.0},"115":{"tf":1.0},"193":{"tf":1.0},"195":{"tf":1.0},"197":{"tf":1.4142135623730951},"212":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"76":{"tf":1.0},"79":{"tf":1.0},"98":{"tf":1.0}}},"k":{"df":2,"docs":{"139":{"tf":1.0},"141":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"102":{"tf":1.4142135623730951},"225":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":10,"docs":{"114":{"tf":1.0},"116":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"36":{"tf":1.0},"48":{"tf":1.0},"54":{"tf":1.0},"7":{"tf":1.0},"75":{"tf":1.4142135623730951},"76":{"tf":1.0}}}}},"o":{"df":5,"docs":{"298":{"tf":1.0},"306":{"tf":1.0},"321":{"tf":1.0},"327":{"tf":1.0},"386":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"t":{"df":31,"docs":{"100":{"tf":1.0},"105":{"tf":1.4142135623730951},"122":{"tf":1.0},"169":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.0},"18":{"tf":1.0},"197":{"tf":1.0},"212":{"tf":1.0},"234":{"tf":1.0},"239":{"tf":1.0},"250":{"tf":1.0},"255":{"tf":1.0},"261":{"tf":1.0},"270":{"tf":1.0},"274":{"tf":1.0},"275":{"tf":1.0},"279":{"tf":1.0},"28":{"tf":1.0},"304":{"tf":1.0},"321":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"351":{"tf":1.0},"356":{"tf":1.0},"357":{"tf":1.0},"359":{"tf":1.0},"363":{"tf":1.0},"368":{"tf":1.0},"79":{"tf":1.0},"98":{"tf":1.0}}}},"df":5,"docs":{"15":{"tf":1.0},"220":{"tf":1.0},"222":{"tf":1.0},"229":{"tf":1.0},"271":{"tf":1.0}}},"n":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"305":{"tf":1.0}}}},"df":0,"docs":{}}}},"x":{"df":1,"docs":{"371":{"tf":1.0}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"\"":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"203":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":36,"docs":{"0":{"tf":1.0},"10":{"tf":1.4142135623730951},"100":{"tf":1.0},"101":{"tf":1.4142135623730951},"102":{"tf":1.0},"125":{"tf":1.4142135623730951},"139":{"tf":1.0},"140":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.4142135623730951},"159":{"tf":1.0},"16":{"tf":1.0},"161":{"tf":1.0},"165":{"tf":1.0},"170":{"tf":1.0},"187":{"tf":1.0},"192":{"tf":1.0},"205":{"tf":1.0},"213":{"tf":1.0},"226":{"tf":1.4142135623730951},"237":{"tf":1.0},"243":{"tf":1.0},"263":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.4142135623730951},"328":{"tf":1.0},"356":{"tf":1.0},"361":{"tf":1.0},"365":{"tf":1.0},"379":{"tf":1.0},"38":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"52":{"tf":1.0},"65":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"85":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"i":{"d":{"df":18,"docs":{"101":{"tf":1.0},"117":{"tf":1.4142135623730951},"120":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"158":{"tf":1.0},"18":{"tf":1.0},"182":{"tf":1.0},"185":{"tf":1.0},"190":{"tf":1.0},"205":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"351":{"tf":1.4142135623730951},"363":{"tf":1.0},"39":{"tf":1.0},"52":{"tf":1.0},"71":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"210":{"tf":1.0},"211":{"tf":1.0}}}}},"df":0,"docs":{}}},"b":{"(":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"[":{"2":{"df":1,"docs":{"76":{"tf":1.0}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"115":{"tf":1.0},"149":{"tf":1.0},"169":{"tf":1.0},"185":{"tf":1.4142135623730951},"358":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"d":{"df":12,"docs":{"14":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":1.0},"227":{"tf":1.0},"267":{"tf":1.0},"299":{"tf":1.0},"305":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0},"58":{"tf":1.0},"65":{"tf":1.0},"66":{"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":{"169":{"tf":1.0}}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"137":{"tf":1.0},"138":{"tf":1.7320508075688772}},"e":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"137":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":1,"docs":{"306":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"d":{"df":6,"docs":{"122":{"tf":2.449489742783178},"137":{"tf":1.0},"177":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":6,"docs":{"241":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"383":{"tf":1.0},"384":{"tf":1.0},"70":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":5,"docs":{"137":{"tf":1.0},"140":{"tf":1.7320508075688772},"142":{"tf":2.0},"160":{"tf":1.0},"386":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":21,"docs":{"117":{"tf":1.0},"125":{"tf":1.0},"139":{"tf":1.0},"158":{"tf":1.0},"163":{"tf":1.0},"172":{"tf":1.0},"179":{"tf":1.0},"182":{"tf":1.0},"185":{"tf":1.0},"223":{"tf":1.0},"225":{"tf":1.0},"260":{"tf":1.4142135623730951},"266":{"tf":1.4142135623730951},"272":{"tf":1.0},"276":{"tf":1.0},"300":{"tf":1.4142135623730951},"304":{"tf":1.0},"326":{"tf":1.0},"386":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"192":{"tf":1.0},"204":{"tf":2.0},"211":{"tf":1.0},"375":{"tf":1.0},"59":{"tf":1.4142135623730951}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"368":{"tf":1.0}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"r":{"c":{"df":2,"docs":{"246":{"tf":1.0},"294":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"c":{"df":7,"docs":{"123":{"tf":1.0},"127":{"tf":1.0},"131":{"tf":1.0},"16":{"tf":1.7320508075688772},"164":{"tf":1.0},"181":{"tf":1.0},"226":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"137":{"tf":2.0},"172":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"35":{"tf":1.0}}}}}}}},"d":{"d":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"36":{"tf":1.0}}}}}}}}}},"df":2,"docs":{"274":{"tf":1.0},"275":{"tf":1.0}}},"df":0,"docs":{}},"df":3,"docs":{"138":{"tf":1.0},"34":{"tf":1.0},"76":{"tf":1.0}},"e":{"c":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"371":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"362":{"tf":1.0},"380":{"tf":1.0}}}}},"df":2,"docs":{"101":{"tf":1.0},"361":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":24,"docs":{"100":{"tf":1.0},"102":{"tf":1.0},"117":{"tf":1.0},"119":{"tf":1.4142135623730951},"124":{"tf":1.0},"172":{"tf":2.0},"192":{"tf":1.0},"203":{"tf":1.4142135623730951},"204":{"tf":1.4142135623730951},"205":{"tf":1.0},"223":{"tf":1.0},"225":{"tf":1.4142135623730951},"226":{"tf":1.0},"230":{"tf":1.0},"247":{"tf":1.0},"304":{"tf":1.0},"334":{"tf":1.0},"337":{"tf":1.0},"351":{"tf":1.0},"371":{"tf":1.0},"379":{"tf":1.0},"386":{"tf":1.4142135623730951},"43":{"tf":1.0},"59":{"tf":1.0}}}}},"g":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"371":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"117":{"tf":1.0},"162":{"tf":1.0},"223":{"tf":1.0},"59":{"tf":1.0}},"n":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":20,"docs":{"102":{"tf":1.0},"117":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"125":{"tf":1.0},"137":{"tf":1.7320508075688772},"138":{"tf":1.0},"155":{"tf":1.0},"161":{"tf":1.0},"166":{"tf":1.0},"177":{"tf":1.0},"193":{"tf":1.0},"352":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":1.0},"90":{"tf":1.0},"92":{"tf":1.0},"95":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"386":{"tf":1.0},"91":{"tf":1.0}}}},"w":{"df":1,"docs":{"126":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"28":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":14,"docs":{"116":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"159":{"tf":1.0},"180":{"tf":1.0},"185":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"273":{"tf":1.0},"277":{"tf":1.0},"285":{"tf":1.0},"95":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"273":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":14,"docs":{"102":{"tf":1.4142135623730951},"120":{"tf":1.0},"123":{"tf":1.0},"125":{"tf":1.0},"160":{"tf":1.0},"182":{"tf":1.0},"260":{"tf":1.0},"304":{"tf":1.4142135623730951},"31":{"tf":1.0},"344":{"tf":1.4142135623730951},"352":{"tf":1.0},"380":{"tf":1.0},"386":{"tf":1.0},"63":{"tf":1.0}}}}}}}},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"104":{"tf":1.0}}}},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"222":{"tf":1.0}}},"n":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"368":{"tf":1.0}}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":42,"docs":{"126":{"tf":1.4142135623730951},"144":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.7320508075688772},"213":{"tf":1.0},"214":{"tf":1.0},"220":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.4142135623730951},"229":{"tf":1.0},"233":{"tf":1.4142135623730951},"234":{"tf":1.0},"236":{"tf":1.7320508075688772},"243":{"tf":1.0},"247":{"tf":1.0},"250":{"tf":1.0},"254":{"tf":1.0},"255":{"tf":1.7320508075688772},"256":{"tf":1.0},"257":{"tf":1.7320508075688772},"262":{"tf":1.0},"264":{"tf":1.0},"274":{"tf":1.0},"28":{"tf":1.7320508075688772},"296":{"tf":1.7320508075688772},"297":{"tf":1.0},"316":{"tf":1.4142135623730951},"357":{"tf":2.23606797749979},"359":{"tf":1.0},"36":{"tf":1.0},"365":{"tf":1.0},"383":{"tf":1.0},"39":{"tf":1.7320508075688772},"41":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"71":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"+":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"66":{"tf":1.0},"70":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"d":{"df":2,"docs":{"360":{"tf":1.0},"372":{"tf":1.0}}},"df":37,"docs":{"122":{"tf":1.4142135623730951},"126":{"tf":1.0},"146":{"tf":1.4142135623730951},"19":{"tf":1.0},"235":{"tf":1.4142135623730951},"240":{"tf":1.0},"246":{"tf":1.0},"254":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"265":{"tf":1.0},"267":{"tf":1.0},"27":{"tf":1.0},"274":{"tf":1.0},"28":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"316":{"tf":2.0},"317":{"tf":1.0},"321":{"tf":1.4142135623730951},"322":{"tf":1.4142135623730951},"324":{"tf":1.0},"354":{"tf":1.4142135623730951},"356":{"tf":1.0},"357":{"tf":2.0},"359":{"tf":1.0},"360":{"tf":1.0},"361":{"tf":1.0},"363":{"tf":1.4142135623730951},"364":{"tf":1.4142135623730951},"368":{"tf":1.7320508075688772},"373":{"tf":1.0},"39":{"tf":1.0},"71":{"tf":1.0},"74":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"363":{"tf":1.0}}}},"b":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"101":{"tf":1.0},"147":{"tf":1.0}},"e":{"(":{"1":{"df":2,"docs":{"19":{"tf":1.0},"23":{"tf":1.0}}},"2":{"df":2,"docs":{"343":{"tf":1.0},"350":{"tf":1.0}}},"4":{"df":1,"docs":{"101":{"tf":1.0}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"101":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":19,"docs":{"10":{"tf":1.4142135623730951},"101":{"tf":3.0},"105":{"tf":1.0},"108":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.0},"171":{"tf":1.0},"176":{"tf":1.0},"19":{"tf":1.4142135623730951},"195":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.0},"343":{"tf":1.0},"350":{"tf":1.0},"386":{"tf":2.23606797749979},"52":{"tf":1.0},"60":{"tf":1.0},"76":{"tf":1.0},"79":{"tf":1.0}},"s":{"/":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"108":{"tf":1.0}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"123":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"k":{".":{"*":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"104":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"329":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"188":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"_":{"a":{"d":{"d":{"(":{"1":{"df":1,"docs":{"171":{"tf":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":{"171":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":2,"docs":{"112":{"tf":1.4142135623730951},"171":{"tf":1.0}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":2,"docs":{"170":{"tf":1.0},"205":{"tf":1.4142135623730951}},"e":{"d":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"119":{"tf":1.0},"169":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"205":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"p":{"df":1,"docs":{"177":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":1,"docs":{"138":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":24,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"141":{"tf":1.0},"16":{"tf":1.4142135623730951},"168":{"tf":1.0},"19":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.4142135623730951},"247":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"264":{"tf":2.6457513110645907},"265":{"tf":1.0},"28":{"tf":1.0},"297":{"tf":1.4142135623730951},"322":{"tf":1.4142135623730951},"351":{"tf":1.0},"359":{"tf":2.23606797749979},"365":{"tf":1.0},"368":{"tf":1.0},"383":{"tf":1.4142135623730951},"43":{"tf":1.0},"66":{"tf":1.0},"85":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":70,"docs":{"10":{"tf":1.0},"100":{"tf":2.449489742783178},"101":{"tf":2.6457513110645907},"102":{"tf":1.4142135623730951},"104":{"tf":2.449489742783178},"105":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.4142135623730951},"117":{"tf":1.0},"119":{"tf":2.0},"122":{"tf":1.0},"127":{"tf":1.0},"137":{"tf":2.8284271247461903},"139":{"tf":2.449489742783178},"14":{"tf":1.0},"141":{"tf":1.4142135623730951},"145":{"tf":1.7320508075688772},"147":{"tf":2.23606797749979},"151":{"tf":1.4142135623730951},"16":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.7320508075688772},"169":{"tf":3.0},"171":{"tf":3.7416573867739413},"172":{"tf":2.6457513110645907},"173":{"tf":2.23606797749979},"174":{"tf":1.4142135623730951},"175":{"tf":1.7320508075688772},"176":{"tf":1.7320508075688772},"177":{"tf":1.4142135623730951},"184":{"tf":1.0},"19":{"tf":1.7320508075688772},"190":{"tf":1.0},"192":{"tf":1.0},"195":{"tf":1.4142135623730951},"204":{"tf":1.0},"205":{"tf":1.4142135623730951},"213":{"tf":1.0},"23":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"3":{"tf":1.0},"305":{"tf":1.0},"342":{"tf":1.0},"343":{"tf":1.0},"345":{"tf":1.0},"350":{"tf":1.4142135623730951},"352":{"tf":1.7320508075688772},"354":{"tf":1.4142135623730951},"36":{"tf":1.0},"362":{"tf":1.0},"364":{"tf":2.23606797749979},"377":{"tf":1.4142135623730951},"385":{"tf":2.8284271247461903},"386":{"tf":2.8284271247461903},"49":{"tf":1.0},"50":{"tf":3.4641016151377544},"51":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"53":{"tf":2.8284271247461903},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"79":{"tf":1.7320508075688772},"80":{"tf":1.0},"81":{"tf":1.4142135623730951},"85":{"tf":2.449489742783178},"86":{"tf":2.23606797749979},"95":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"138":{"tf":1.7320508075688772},"139":{"tf":1.0},"140":{"tf":1.0}}}},"f":{"df":0,"docs":{},"e":{"df":24,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"104":{"tf":1.0},"112":{"tf":1.0},"114":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"139":{"tf":1.0},"14":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.4142135623730951},"169":{"tf":1.0},"170":{"tf":1.4142135623730951},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.7320508075688772},"175":{"tf":1.4142135623730951},"176":{"tf":1.0},"205":{"tf":1.0},"36":{"tf":1.0},"386":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"81":{"tf":1.0}},"e":{"d":{"<":{"b":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}},"[":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"35":{"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":{},"u":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"177":{"tf":1.0},"179":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"169":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"s":{"\"":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"112":{"tf":1.0}}}}}}},"df":0,"docs":{}},"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"137":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"o":{"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":1,"docs":{"194":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"k":{"df":6,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.7320508075688772},"32":{"tf":1.0},"66":{"tf":1.0}}},"l":{"df":2,"docs":{"102":{"tf":1.4142135623730951},"207":{"tf":1.7320508075688772}}},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"140":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"h":{"df":8,"docs":{"129":{"tf":1.0},"137":{"tf":1.4142135623730951},"193":{"tf":1.0},"198":{"tf":1.0},"23":{"tf":1.4142135623730951},"272":{"tf":1.0},"316":{"tf":1.0},"70":{"tf":1.0}}},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"119":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"192":{"tf":1.0}}}}},"df":2,"docs":{"138":{"tf":1.0},"139":{"tf":1.0}}},"df":0,"docs":{}}},"x":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"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":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"210":{"tf":1.0},"211":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"121":{"tf":1.0},"274":{"tf":1.4142135623730951},"283":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":4,"docs":{"122":{"tf":1.0},"171":{"tf":1.4142135623730951},"50":{"tf":1.0},"63":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"327":{"tf":1.0}}}}},"o":{"a":{"d":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"168":{"tf":1.4142135623730951},"169":{"tf":1.0},"175":{"tf":1.0},"81":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"192":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"52":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"362":{"tf":1.0}}}}}}}},"u":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"188":{"tf":1.0}}}}}},"df":0,"docs":{},"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":{"207":{"tf":1.0}}}}}}},"/":{"c":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":1,"docs":{"252":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"232":{"tf":1.0},"307":{"tf":1.0},"355":{"tf":1.0}}}},"df":0,"docs":{}}}}},"[":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"2":{"tf":1.0},"55":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"150":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"347":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"70":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"55":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":92,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.4142135623730951},"102":{"tf":1.0},"104":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"114":{"tf":1.0},"121":{"tf":1.4142135623730951},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"14":{"tf":1.0},"148":{"tf":1.0},"151":{"tf":1.0},"163":{"tf":1.0},"18":{"tf":1.0},"183":{"tf":1.0},"19":{"tf":1.4142135623730951},"192":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"198":{"tf":1.0},"2":{"tf":1.0},"205":{"tf":1.4142135623730951},"207":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"226":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.4142135623730951},"241":{"tf":1.4142135623730951},"248":{"tf":1.0},"250":{"tf":1.4142135623730951},"251":{"tf":2.449489742783178},"252":{"tf":1.0},"253":{"tf":1.0},"257":{"tf":1.4142135623730951},"258":{"tf":1.0},"264":{"tf":1.4142135623730951},"269":{"tf":1.0},"273":{"tf":1.0},"274":{"tf":1.7320508075688772},"275":{"tf":1.0},"28":{"tf":1.4142135623730951},"280":{"tf":1.0},"287":{"tf":1.0},"297":{"tf":1.4142135623730951},"298":{"tf":1.0},"303":{"tf":2.23606797749979},"307":{"tf":1.7320508075688772},"32":{"tf":1.0},"341":{"tf":1.0},"342":{"tf":1.0},"343":{"tf":1.0},"344":{"tf":1.0},"345":{"tf":1.0},"346":{"tf":1.0},"347":{"tf":1.0},"349":{"tf":1.0},"350":{"tf":1.0},"351":{"tf":2.0},"357":{"tf":1.7320508075688772},"359":{"tf":1.7320508075688772},"361":{"tf":1.0},"364":{"tf":1.0},"381":{"tf":1.0},"383":{"tf":1.4142135623730951},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"57":{"tf":1.0},"66":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"77":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":1.0},"88":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951},"90":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"5":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"3":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"199":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"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":{"(":{"df":0,"docs":{},"|":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"199":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":27,"docs":{"102":{"tf":1.0},"118":{"tf":1.0},"148":{"tf":1.0},"178":{"tf":1.0},"182":{"tf":1.0},"193":{"tf":1.7320508075688772},"194":{"tf":1.4142135623730951},"197":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"29":{"tf":1.0},"336":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.4142135623730951},"340":{"tf":1.0},"40":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"68":{"tf":1.0},"74":{"tf":1.0},"89":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":2,"docs":{"250":{"tf":1.0},"39":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"121":{"tf":1.0}}}}},"s":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"28":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"137":{"tf":1.0}}}},"x":{"df":1,"docs":{"274":{"tf":2.0}}}},"df":0,"docs":{},"t":{"df":34,"docs":{"103":{"tf":1.0},"126":{"tf":1.0},"137":{"tf":1.0},"150":{"tf":1.4142135623730951},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"176":{"tf":1.0},"18":{"tf":1.0},"181":{"tf":1.0},"198":{"tf":1.0},"226":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"251":{"tf":1.0},"260":{"tf":1.0},"263":{"tf":1.0},"3":{"tf":1.0},"304":{"tf":1.0},"31":{"tf":1.0},"359":{"tf":1.0},"36":{"tf":1.0},"365":{"tf":1.0},"383":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"71":{"tf":1.0},"78":{"tf":1.0},"94":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"99":{"tf":1.0}}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":26,"docs":{"115":{"tf":1.0},"18":{"tf":1.0},"192":{"tf":1.0},"197":{"tf":1.7320508075688772},"203":{"tf":1.7320508075688772},"210":{"tf":1.0},"212":{"tf":1.0},"226":{"tf":1.0},"232":{"tf":1.0},"236":{"tf":1.4142135623730951},"251":{"tf":1.7320508075688772},"257":{"tf":1.7320508075688772},"263":{"tf":1.0},"264":{"tf":1.0},"28":{"tf":1.0},"297":{"tf":1.4142135623730951},"298":{"tf":2.0},"303":{"tf":1.4142135623730951},"307":{"tf":2.0},"327":{"tf":1.7320508075688772},"359":{"tf":1.4142135623730951},"383":{"tf":1.4142135623730951},"41":{"tf":1.0},"43":{"tf":1.0},"66":{"tf":1.0},"70":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":13,"docs":{"232":{"tf":1.0},"251":{"tf":1.0},"257":{"tf":1.0},"264":{"tf":1.0},"274":{"tf":1.0},"28":{"tf":1.0},"303":{"tf":1.0},"359":{"tf":1.0},"381":{"tf":1.0},"383":{"tf":1.0},"43":{"tf":1.0},"66":{"tf":1.0},"70":{"tf":1.0}}}}},"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"351":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"z":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"123":{"tf":1.0},"138":{"tf":1.4142135623730951},"177":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"c":{"(":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{")":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"122":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":4,"docs":{"130":{"tf":1.0},"135":{"tf":1.0},"344":{"tf":1.0},"51":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"1":{"[":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"163":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"[":{"\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"163":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"[":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"163":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"[":{"\"":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":1,"docs":{"163":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"[":{"\"":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"163":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"[":{"3":{"df":1,"docs":{"76":{"tf":1.0}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":9,"docs":{"121":{"tf":2.23606797749979},"220":{"tf":1.0},"253":{"tf":1.0},"274":{"tf":2.6457513110645907},"275":{"tf":1.4142135623730951},"280":{"tf":1.7320508075688772},"287":{"tf":1.0},"351":{"tf":1.0},"52":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"352":{"tf":1.0},"386":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"117":{"tf":1.0},"50":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"l":{"df":11,"docs":{"122":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.0},"193":{"tf":1.0},"197":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.0},"210":{"tf":1.0},"212":{"tf":1.0},"379":{"tf":1.4142135623730951},"386":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"210":{"tf":1.0}}}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":5,"docs":{"102":{"tf":1.0},"352":{"tf":1.0},"355":{"tf":1.0},"363":{"tf":1.0},"364":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"97":{"tf":1.0}}}}},"p":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"137":{"tf":1.0}}}}}}}}}},"l":{"df":11,"docs":{"131":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"140":{"tf":1.0},"153":{"tf":1.0},"177":{"tf":1.0},"192":{"tf":1.0},"205":{"tf":1.0},"214":{"tf":1.7320508075688772},"344":{"tf":1.0},"386":{"tf":1.0}}}},"c":{"df":2,"docs":{"101":{"tf":1.0},"352":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":8,"docs":{"14":{"tf":1.0},"150":{"tf":1.7320508075688772},"190":{"tf":1.0},"192":{"tf":1.0},"204":{"tf":1.4142135623730951},"385":{"tf":1.0},"55":{"tf":1.4142135623730951},"59":{"tf":1.7320508075688772}},"e":{"[":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"55":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"150":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"_":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"204":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"171":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"55":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"252":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}}}}}},"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"274":{"tf":1.7320508075688772},"280":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"/":{"d":{"b":{"df":2,"docs":{"274":{"tf":1.7320508075688772},"280":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"/":{"c":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"274":{"tf":1.7320508075688772},"280":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":2,"docs":{"274":{"tf":1.7320508075688772},"280":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"274":{"tf":1.0},"306":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":44,"docs":{"122":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"235":{"tf":1.0},"240":{"tf":1.0},"246":{"tf":1.0},"252":{"tf":1.0},"254":{"tf":1.4142135623730951},"256":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"262":{"tf":1.0},"265":{"tf":1.0},"267":{"tf":1.0},"27":{"tf":1.4142135623730951},"274":{"tf":2.6457513110645907},"279":{"tf":1.0},"28":{"tf":1.4142135623730951},"280":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"303":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.4142135623730951},"316":{"tf":2.0},"317":{"tf":1.0},"321":{"tf":1.4142135623730951},"322":{"tf":1.4142135623730951},"324":{"tf":1.0},"354":{"tf":1.4142135623730951},"356":{"tf":1.0},"357":{"tf":1.7320508075688772},"359":{"tf":1.0},"360":{"tf":1.0},"361":{"tf":1.0},"363":{"tf":1.4142135623730951},"364":{"tf":1.4142135623730951},"368":{"tf":1.7320508075688772},"373":{"tf":1.0},"39":{"tf":1.4142135623730951},"71":{"tf":1.0},"74":{"tf":1.0},"83":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"15":{"tf":1.0},"250":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"189":{"tf":1.0}}}},"df":3,"docs":{"247":{"tf":1.0},"355":{"tf":1.0},"367":{"tf":1.0}},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"293":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"s":{"df":30,"docs":{"100":{"tf":1.7320508075688772},"101":{"tf":1.4142135623730951},"102":{"tf":1.7320508075688772},"104":{"tf":1.0},"158":{"tf":1.0},"228":{"tf":1.0},"246":{"tf":1.0},"351":{"tf":1.0},"352":{"tf":1.0},"354":{"tf":1.0},"355":{"tf":1.0},"356":{"tf":1.0},"357":{"tf":1.0},"358":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":1.0},"361":{"tf":1.0},"362":{"tf":1.0},"363":{"tf":1.0},"364":{"tf":1.0},"377":{"tf":1.4142135623730951},"378":{"tf":1.0},"379":{"tf":1.0},"380":{"tf":1.0},"381":{"tf":1.0},"382":{"tf":1.0},"383":{"tf":1.0},"384":{"tf":1.0},"386":{"tf":1.0},"39":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"223":{"tf":1.0},"225":{"tf":1.0}}}}}}}}}}}},"d":{"df":2,"docs":{"235":{"tf":1.4142135623730951},"357":{"tf":1.4142135623730951}}},"df":4,"docs":{"138":{"tf":1.0},"236":{"tf":1.0},"34":{"tf":1.0},"76":{"tf":1.0}},"f":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":5,"docs":{"299":{"tf":1.0},"317":{"tf":1.0},"322":{"tf":1.0},"66":{"tf":1.0},"70":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":2,"docs":{"305":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}}}}}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"299":{"tf":1.0},"319":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":2,"docs":{"299":{"tf":1.0},"319":{"tf":1.0}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"299":{"tf":1.0},"319":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"338":{"tf":1.0}}}},"df":0,"docs":{}},"df":8,"docs":{"100":{"tf":1.0},"138":{"tf":1.4142135623730951},"139":{"tf":1.7320508075688772},"206":{"tf":1.0},"299":{"tf":1.0},"319":{"tf":1.0},"386":{"tf":1.0},"80":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":9,"docs":{"13":{"tf":1.0},"140":{"tf":1.7320508075688772},"188":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":1.0},"276":{"tf":1.0},"322":{"tf":1.0},"360":{"tf":1.7320508075688772},"53":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"\\":{"df":0,"docs":{},"|":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"101":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{")":{".":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"2":{"df":1,"docs":{"101":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"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":{},"e":{"df":0,"docs":{},"r":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"101":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"101":{"tf":1.0},"147":{"tf":1.0}}}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"386":{"tf":1.0}}},"df":0,"docs":{}}}},"df":15,"docs":{"10":{"tf":1.0},"101":{"tf":3.3166247903554},"105":{"tf":1.0},"108":{"tf":1.0},"123":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.0},"175":{"tf":1.0},"19":{"tf":1.7320508075688772},"195":{"tf":1.0},"23":{"tf":1.4142135623730951},"343":{"tf":1.4142135623730951},"350":{"tf":1.4142135623730951},"386":{"tf":2.23606797749979},"79":{"tf":1.0}},"s":{"/":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"101":{"tf":1.0},"108":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"o":{"df":63,"docs":{"1":{"tf":1.0},"102":{"tf":2.0},"105":{"tf":1.0},"109":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.4142135623730951},"120":{"tf":1.7320508075688772},"122":{"tf":1.4142135623730951},"123":{"tf":1.0},"125":{"tf":1.0},"130":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"132":{"tf":1.0},"135":{"tf":1.0},"138":{"tf":1.4142135623730951},"14":{"tf":1.0},"140":{"tf":1.0},"153":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.4142135623730951},"177":{"tf":1.4142135623730951},"178":{"tf":1.0},"179":{"tf":1.4142135623730951},"181":{"tf":1.7320508075688772},"182":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.4142135623730951},"188":{"tf":1.4142135623730951},"189":{"tf":1.0},"190":{"tf":1.7320508075688772},"2":{"tf":1.0},"205":{"tf":1.0},"213":{"tf":1.0},"227":{"tf":1.4142135623730951},"244":{"tf":1.0},"261":{"tf":1.4142135623730951},"270":{"tf":1.0},"3":{"tf":1.0},"344":{"tf":1.7320508075688772},"352":{"tf":2.23606797749979},"36":{"tf":1.0},"379":{"tf":1.4142135623730951},"385":{"tf":1.7320508075688772},"386":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":1.0},"51":{"tf":2.0},"55":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"76":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"93":{"tf":1.0},"96":{"tf":1.0}},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"177":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"139":{"tf":1.0}}}}}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"344":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"130":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"102":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"(":{"df":0,"docs":{},"|":{"c":{"df":5,"docs":{"122":{"tf":1.0},"130":{"tf":1.0},"135":{"tf":1.0},"344":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"40":{"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":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"213":{"tf":1.0},"68":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"[":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"30":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"192":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":2,"docs":{"323":{"tf":1.0},"351":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"336":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"49":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":55,"docs":{"100":{"tf":2.0},"101":{"tf":2.23606797749979},"102":{"tf":1.7320508075688772},"104":{"tf":2.449489742783178},"105":{"tf":1.0},"113":{"tf":1.7320508075688772},"115":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.4142135623730951},"124":{"tf":2.0},"125":{"tf":1.0},"138":{"tf":1.0},"14":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"148":{"tf":1.0},"173":{"tf":1.7320508075688772},"178":{"tf":1.0},"184":{"tf":1.4142135623730951},"189":{"tf":1.4142135623730951},"2":{"tf":1.0},"200":{"tf":1.0},"203":{"tf":1.0},"210":{"tf":1.0},"226":{"tf":1.0},"232":{"tf":1.0},"247":{"tf":1.4142135623730951},"274":{"tf":1.0},"31":{"tf":1.0},"337":{"tf":1.0},"351":{"tf":1.0},"352":{"tf":1.4142135623730951},"360":{"tf":1.0},"365":{"tf":1.4142135623730951},"368":{"tf":1.0},"370":{"tf":1.0},"371":{"tf":1.7320508075688772},"373":{"tf":1.0},"377":{"tf":1.0},"38":{"tf":1.4142135623730951},"380":{"tf":1.0},"381":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.4142135623730951},"55":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.4142135623730951},"80":{"tf":1.0},"9":{"tf":1.0},"94":{"tf":1.0},"98":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"113":{"tf":1.0},"247":{"tf":1.0},"365":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":8,"docs":{"234":{"tf":1.0},"235":{"tf":1.0},"252":{"tf":1.4142135623730951},"274":{"tf":1.7320508075688772},"296":{"tf":1.0},"307":{"tf":1.0},"357":{"tf":1.0},"65":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"117":{"tf":1.0},"285":{"tf":1.0},"38":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":13,"docs":{"117":{"tf":1.0},"125":{"tf":1.0},"15":{"tf":1.0},"158":{"tf":1.0},"190":{"tf":1.0},"223":{"tf":1.0},"225":{"tf":1.0},"227":{"tf":1.0},"264":{"tf":1.0},"272":{"tf":1.0},"5":{"tf":1.0},"76":{"tf":1.0},"82":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"117":{"tf":1.0},"38":{"tf":1.0},"58":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"140":{"tf":2.6457513110645907},"188":{"tf":1.0}},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"31":{"tf":1.0}}}}}}}}}}},"i":{"/":{"c":{"d":{"df":4,"docs":{"121":{"tf":1.0},"14":{"tf":1.0},"221":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"274":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":33,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"120":{"tf":2.0},"121":{"tf":1.4142135623730951},"125":{"tf":1.0},"15":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"164":{"tf":1.0},"166":{"tf":1.4142135623730951},"194":{"tf":1.0},"220":{"tf":1.0},"222":{"tf":1.0},"227":{"tf":1.0},"229":{"tf":1.0},"232":{"tf":1.0},"236":{"tf":1.4142135623730951},"244":{"tf":1.0},"251":{"tf":1.0},"271":{"tf":1.0},"272":{"tf":1.4142135623730951},"273":{"tf":1.7320508075688772},"274":{"tf":2.23606797749979},"275":{"tf":1.0},"280":{"tf":1.0},"288":{"tf":1.0},"292":{"tf":1.0},"304":{"tf":1.0},"313":{"tf":1.0},"314":{"tf":1.4142135623730951},"50":{"tf":1.0},"63":{"tf":1.0}},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"258":{"tf":1.0},"28":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"355":{"tf":1.0}}},"df":0,"docs":{}}}},"df":37,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.4142135623730951},"113":{"tf":1.0},"121":{"tf":1.0},"19":{"tf":1.4142135623730951},"213":{"tf":1.0},"220":{"tf":1.0},"226":{"tf":1.4142135623730951},"232":{"tf":1.0},"237":{"tf":1.0},"239":{"tf":1.7320508075688772},"241":{"tf":1.0},"243":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.4142135623730951},"255":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.7320508075688772},"28":{"tf":1.7320508075688772},"298":{"tf":3.3166247903554},"303":{"tf":1.0},"351":{"tf":1.0},"352":{"tf":1.0},"356":{"tf":2.449489742783178},"365":{"tf":1.0},"372":{"tf":1.4142135623730951},"380":{"tf":1.0},"381":{"tf":1.0},"384":{"tf":2.0},"39":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"66":{"tf":1.7320508075688772},"69":{"tf":1.0},"70":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":10,"docs":{"100":{"tf":1.0},"232":{"tf":1.0},"239":{"tf":1.0},"258":{"tf":1.0},"28":{"tf":1.0},"356":{"tf":1.0},"384":{"tf":1.0},"44":{"tf":1.0},"66":{"tf":1.0},"72":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"206":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"337":{"tf":1.0},"63":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"115":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"352":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":10,"docs":{"175":{"tf":1.0},"205":{"tf":1.0},"251":{"tf":1.0},"274":{"tf":1.0},"275":{"tf":1.4142135623730951},"321":{"tf":1.0},"360":{"tf":1.0},"363":{"tf":1.7320508075688772},"382":{"tf":1.0},"46":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"[":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"150":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"55":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":17,"docs":{"122":{"tf":1.7320508075688772},"124":{"tf":1.0},"14":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.0},"192":{"tf":1.0},"218":{"tf":1.0},"253":{"tf":1.4142135623730951},"287":{"tf":1.0},"321":{"tf":1.0},"351":{"tf":1.4142135623730951},"38":{"tf":1.0},"382":{"tf":1.0},"386":{"tf":1.0},"49":{"tf":1.0},"55":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951}},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"d":{":":{":":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"(":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"205":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"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":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"122":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":3,"docs":{"122":{"tf":1.0},"205":{"tf":2.23606797749979},"62":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"r":{"df":10,"docs":{"115":{"tf":1.0},"125":{"tf":1.0},"13":{"tf":1.0},"192":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"252":{"tf":1.0},"33":{"tf":1.0},"63":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":1,"docs":{"36":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"173":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.4142135623730951},"328":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":14,"docs":{"141":{"tf":1.0},"167":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"203":{"tf":2.0},"204":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"210":{"tf":1.7320508075688772},"211":{"tf":1.7320508075688772},"213":{"tf":1.0},"328":{"tf":1.0},"35":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"58":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"150":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"[":{"0":{"]":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"172":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":8,"docs":{"115":{"tf":1.0},"139":{"tf":2.8284271247461903},"150":{"tf":1.0},"151":{"tf":1.0},"385":{"tf":1.0},"50":{"tf":2.0},"86":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"248":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":2,"docs":{"18":{"tf":1.0},"205":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"d":{"df":1,"docs":{"234":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":4,"docs":{"171":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.0},"362":{"tf":1.0}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"40":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"'":{"df":1,"docs":{"138":{"tf":1.4142135623730951}}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"167":{"tf":1.0}}}}},"df":46,"docs":{"1":{"tf":1.0},"115":{"tf":1.0},"120":{"tf":1.0},"125":{"tf":1.4142135623730951},"126":{"tf":1.0},"13":{"tf":1.0},"155":{"tf":1.0},"16":{"tf":1.0},"161":{"tf":1.7320508075688772},"163":{"tf":1.4142135623730951},"164":{"tf":1.4142135623730951},"165":{"tf":1.0},"166":{"tf":1.4142135623730951},"186":{"tf":1.0},"189":{"tf":1.0},"192":{"tf":1.0},"205":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.0},"245":{"tf":2.0},"248":{"tf":1.0},"250":{"tf":1.7320508075688772},"251":{"tf":1.0},"263":{"tf":1.4142135623730951},"264":{"tf":1.4142135623730951},"266":{"tf":1.0},"270":{"tf":1.4142135623730951},"273":{"tf":1.4142135623730951},"3":{"tf":1.0},"302":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"323":{"tf":1.4142135623730951},"34":{"tf":1.0},"351":{"tf":1.4142135623730951},"359":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.4142135623730951},"383":{"tf":1.0},"386":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.0},"57":{"tf":1.0},"63":{"tf":1.4142135623730951},"71":{"tf":1.0},"94":{"tf":1.0}},"—":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"192":{"tf":1.0}}}}}}}}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":12,"docs":{"118":{"tf":1.0},"126":{"tf":1.4142135623730951},"194":{"tf":1.0},"20":{"tf":1.0},"202":{"tf":1.0},"208":{"tf":1.0},"269":{"tf":1.0},"28":{"tf":1.0},"325":{"tf":1.0},"357":{"tf":1.0},"360":{"tf":1.0},"37":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"53":{"tf":1.4142135623730951}},"i":{"c":{"df":0,"docs":{},"i":{"df":6,"docs":{"25":{"tf":1.0},"305":{"tf":1.0},"385":{"tf":1.0},"50":{"tf":1.4142135623730951},"53":{"tf":1.0},"86":{"tf":1.0}}}},"df":0,"docs":{}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"31":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"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":{"98":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"329":{"tf":1.0}}}}}}}}},"df":23,"docs":{"116":{"tf":1.0},"119":{"tf":1.0},"121":{"tf":1.4142135623730951},"139":{"tf":1.0},"14":{"tf":1.0},"220":{"tf":1.0},"227":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"271":{"tf":1.0},"274":{"tf":1.4142135623730951},"275":{"tf":1.0},"281":{"tf":1.0},"3":{"tf":1.0},"314":{"tf":1.0},"315":{"tf":1.0},"322":{"tf":1.4142135623730951},"324":{"tf":1.0},"329":{"tf":1.4142135623730951},"55":{"tf":1.0},"62":{"tf":1.0},"81":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"306":{"tf":1.0}}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":11,"docs":{"114":{"tf":1.0},"126":{"tf":1.0},"129":{"tf":1.0},"180":{"tf":1.0},"185":{"tf":1.0},"190":{"tf":1.0},"192":{"tf":1.0},"299":{"tf":1.0},"38":{"tf":1.0},"386":{"tf":1.0},"64":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":8,"docs":{"149":{"tf":1.0},"266":{"tf":1.0},"279":{"tf":1.0},"302":{"tf":1.0},"323":{"tf":1.0},"358":{"tf":1.0},"367":{"tf":1.0},"371":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"117":{"tf":1.0},"120":{"tf":1.0},"95":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"124":{"tf":1.0},"252":{"tf":1.0},"304":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":32,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"110":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.0},"12":{"tf":1.0},"124":{"tf":1.0},"139":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"162":{"tf":1.0},"198":{"tf":1.0},"248":{"tf":1.0},"251":{"tf":1.0},"271":{"tf":1.0},"285":{"tf":1.0},"292":{"tf":1.0},"299":{"tf":1.0},"314":{"tf":1.0},"316":{"tf":1.0},"319":{"tf":1.0},"336":{"tf":1.0},"337":{"tf":1.0},"352":{"tf":1.0},"353":{"tf":1.0},"354":{"tf":1.0},"36":{"tf":1.0},"372":{"tf":1.0},"376":{"tf":1.0},"89":{"tf":1.0},"95":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":6,"docs":{"104":{"tf":1.0},"118":{"tf":1.0},"125":{"tf":1.0},"137":{"tf":1.0},"143":{"tf":1.0},"375":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"15":{"tf":1.0},"163":{"tf":1.0},"273":{"tf":1.0},"59":{"tf":1.0}}}}}}},"t":{"df":6,"docs":{"260":{"tf":1.0},"266":{"tf":1.0},"300":{"tf":1.0},"326":{"tf":1.0},"40":{"tf":1.0},"47":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"233":{"tf":1.0},"357":{"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":1,"docs":{"337":{"tf":1.0}}}}}},"t":{"df":29,"docs":{"102":{"tf":1.0},"12":{"tf":1.0},"121":{"tf":1.0},"126":{"tf":1.4142135623730951},"131":{"tf":1.0},"142":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.0},"19":{"tf":1.0},"203":{"tf":1.4142135623730951},"208":{"tf":1.0},"220":{"tf":1.0},"222":{"tf":1.0},"229":{"tf":1.0},"274":{"tf":1.0},"293":{"tf":1.0},"317":{"tf":1.0},"321":{"tf":1.4142135623730951},"334":{"tf":1.0},"350":{"tf":1.0},"363":{"tf":1.4142135623730951},"38":{"tf":1.0},"4":{"tf":1.0},"61":{"tf":1.0},"65":{"tf":1.0},"80":{"tf":1.0},"83":{"tf":1.0},"97":{"tf":1.0}}},"x":{"df":2,"docs":{"3":{"tf":1.0},"322":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":8,"docs":{"11":{"tf":1.0},"173":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"316":{"tf":1.0},"38":{"tf":1.0},"386":{"tf":1.4142135623730951},"46":{"tf":1.0}}},"s":{"df":92,"docs":{"0":{"tf":1.0},"1":{"tf":1.4142135623730951},"10":{"tf":1.0},"102":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.4142135623730951},"121":{"tf":1.0},"122":{"tf":1.4142135623730951},"124":{"tf":1.0},"125":{"tf":1.4142135623730951},"126":{"tf":1.7320508075688772},"131":{"tf":1.0},"132":{"tf":1.7320508075688772},"138":{"tf":1.0},"14":{"tf":1.0},"144":{"tf":1.4142135623730951},"146":{"tf":1.0},"154":{"tf":2.0},"156":{"tf":1.0},"16":{"tf":1.0},"160":{"tf":1.7320508075688772},"163":{"tf":1.4142135623730951},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"18":{"tf":1.0},"182":{"tf":1.0},"187":{"tf":1.0},"19":{"tf":1.0},"192":{"tf":1.0},"2":{"tf":1.0},"213":{"tf":1.0},"220":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.0},"241":{"tf":1.0},"244":{"tf":1.4142135623730951},"246":{"tf":1.0},"248":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"250":{"tf":1.7320508075688772},"251":{"tf":1.0},"256":{"tf":1.4142135623730951},"260":{"tf":1.0},"261":{"tf":2.0},"262":{"tf":1.0},"263":{"tf":1.0},"274":{"tf":3.3166247903554},"275":{"tf":1.0},"28":{"tf":3.0},"290":{"tf":1.7320508075688772},"295":{"tf":1.0},"297":{"tf":1.7320508075688772},"3":{"tf":1.4142135623730951},"300":{"tf":1.0},"301":{"tf":2.23606797749979},"304":{"tf":1.0},"311":{"tf":1.4142135623730951},"322":{"tf":2.6457513110645907},"326":{"tf":2.6457513110645907},"327":{"tf":1.7320508075688772},"332":{"tf":2.0},"348":{"tf":1.0},"351":{"tf":1.0},"352":{"tf":1.0},"358":{"tf":2.23606797749979},"359":{"tf":1.7320508075688772},"36":{"tf":1.0},"360":{"tf":2.0},"362":{"tf":1.0},"367":{"tf":1.7320508075688772},"368":{"tf":2.6457513110645907},"371":{"tf":1.4142135623730951},"374":{"tf":1.0},"38":{"tf":1.0},"382":{"tf":1.0},"383":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"39":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"45":{"tf":1.0},"46":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.7320508075688772},"68":{"tf":1.0},"71":{"tf":1.0},"73":{"tf":1.0},"76":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":2,"docs":{"322":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":3,"docs":{"282":{"tf":1.0},"327":{"tf":1.0},"360":{"tf":1.0}}}}}},"/":{"df":0,"docs":{},"k":{"8":{"df":22,"docs":{"138":{"tf":1.0},"18":{"tf":1.0},"226":{"tf":1.0},"238":{"tf":1.0},"247":{"tf":1.4142135623730951},"248":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.4142135623730951},"28":{"tf":1.0},"285":{"tf":1.0},"297":{"tf":1.4142135623730951},"299":{"tf":1.0},"305":{"tf":1.0},"317":{"tf":1.0},"351":{"tf":1.0},"359":{"tf":1.4142135623730951},"365":{"tf":1.4142135623730951},"367":{"tf":1.0},"383":{"tf":1.0},"384":{"tf":1.0},"44":{"tf":1.0},"70":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"[":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"163":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"=":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{"df":1,"docs":{"251":{"tf":1.0}}}}}}}},"df":1,"docs":{"303":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"274":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"260":{"tf":1.0},"295":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":7,"docs":{"256":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"28":{"tf":1.0},"322":{"tf":1.4142135623730951},"359":{"tf":1.0},"368":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":6,"docs":{"126":{"tf":1.4142135623730951},"131":{"tf":1.0},"160":{"tf":1.0},"39":{"tf":1.0},"66":{"tf":1.0},"71":{"tf":1.0}}}},"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"=":{"1":{"2":{"7":{".":{"0":{".":{"0":{".":{"1":{"df":1,"docs":{"322":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"y":{"=":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"d":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{":":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"322":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":1,"docs":{"301":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":2,"docs":{"260":{"tf":1.0},"301":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"301":{"tf":1.0}},"s":{"=":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"322":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":3,"docs":{"260":{"tf":1.0},"290":{"tf":1.0},"301":{"tf":1.4142135623730951}},"e":{"=":{"1":{"df":6,"docs":{"154":{"tf":1.0},"156":{"tf":1.0},"290":{"tf":1.0},"301":{"tf":1.0},"322":{"tf":1.4142135623730951},"368":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"273":{"tf":1.0}}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"[":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":13,"docs":{"130":{"tf":1.0},"135":{"tf":1.0},"160":{"tf":1.0},"213":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.0},"352":{"tf":1.0},"36":{"tf":1.0},"379":{"tf":1.4142135623730951},"386":{"tf":1.0},"41":{"tf":1.0},"66":{"tf":1.4142135623730951},"68":{"tf":1.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":6,"docs":{"130":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"28":{"tf":1.0},"348":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"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":{},"s":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"35":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":5,"docs":{"274":{"tf":1.0},"276":{"tf":1.0},"3":{"tf":1.0},"315":{"tf":1.0},"96":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"354":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":10,"docs":{"1":{"tf":1.0},"137":{"tf":2.0},"138":{"tf":1.7320508075688772},"139":{"tf":1.4142135623730951},"140":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"16":{"tf":1.0},"337":{"tf":1.0},"98":{"tf":1.0}},"u":{"df":2,"docs":{"30":{"tf":1.0},"32":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"n":{"df":10,"docs":{"117":{"tf":1.0},"122":{"tf":1.4142135623730951},"226":{"tf":1.0},"227":{"tf":2.0},"51":{"tf":1.0},"54":{"tf":1.0},"65":{"tf":1.0},"92":{"tf":1.7320508075688772},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"114":{"tf":1.0},"12":{"tf":1.0},"126":{"tf":1.0},"195":{"tf":1.0},"75":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":3,"docs":{"111":{"tf":1.0},"203":{"tf":1.0},"60":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":13,"docs":{"1":{"tf":1.0},"124":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.4142135623730951},"140":{"tf":1.0},"172":{"tf":1.0},"192":{"tf":1.0},"204":{"tf":1.0},"211":{"tf":1.0},"276":{"tf":1.0},"38":{"tf":1.0},"386":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"178":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"31":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"385":{"tf":1.0},"53":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"206":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":15,"docs":{"100":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":1.0},"260":{"tf":1.0},"342":{"tf":1.0},"343":{"tf":1.0},"36":{"tf":1.0},"364":{"tf":1.0},"368":{"tf":1.0},"45":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":2.23606797749979},"68":{"tf":1.4142135623730951},"69":{"tf":1.0},"74":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"321":{"tf":1.0}}}}},":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{":":{":":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"p":{"2":{"df":0,"docs":{},"p":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"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":{}},"[":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"35":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"216":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}}},"df":59,"docs":{"100":{"tf":1.7320508075688772},"101":{"tf":1.0},"102":{"tf":1.0},"106":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.0},"14":{"tf":1.4142135623730951},"147":{"tf":1.0},"15":{"tf":1.0},"150":{"tf":1.0},"154":{"tf":1.0},"156":{"tf":1.0},"19":{"tf":1.0},"192":{"tf":1.0},"203":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"21":{"tf":1.0},"213":{"tf":1.0},"216":{"tf":1.4142135623730951},"219":{"tf":1.0},"220":{"tf":1.4142135623730951},"222":{"tf":1.0},"226":{"tf":1.4142135623730951},"228":{"tf":1.0},"229":{"tf":1.0},"245":{"tf":1.0},"251":{"tf":1.0},"263":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"3":{"tf":1.0},"303":{"tf":1.4142135623730951},"305":{"tf":1.4142135623730951},"316":{"tf":1.0},"322":{"tf":1.0},"326":{"tf":1.0},"344":{"tf":1.0},"36":{"tf":1.0},"361":{"tf":1.0},"375":{"tf":1.0},"384":{"tf":1.0},"40":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"57":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0},"68":{"tf":1.0},"70":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"85":{"tf":1.0},"93":{"tf":1.0},"97":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"df":4,"docs":{"125":{"tf":1.0},"141":{"tf":1.0},"211":{"tf":1.0},"352":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"122":{"tf":1.0},"164":{"tf":1.0},"352":{"tf":1.0},"360":{"tf":1.7320508075688772},"365":{"tf":1.0},"372":{"tf":1.0},"380":{"tf":1.0}}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":9,"docs":{"101":{"tf":1.0},"138":{"tf":1.0},"205":{"tf":1.0},"21":{"tf":1.0},"340":{"tf":1.0},"358":{"tf":1.4142135623730951},"372":{"tf":1.0},"380":{"tf":1.0},"58":{"tf":1.0}},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":48,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"102":{"tf":1.4142135623730951},"104":{"tf":2.0},"119":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"127":{"tf":1.4142135623730951},"128":{"tf":1.0},"133":{"tf":1.0},"138":{"tf":2.449489742783178},"139":{"tf":1.7320508075688772},"14":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":2.0},"145":{"tf":1.0},"147":{"tf":1.4142135623730951},"16":{"tf":1.0},"184":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"205":{"tf":1.0},"213":{"tf":1.0},"226":{"tf":1.0},"25":{"tf":1.4142135623730951},"299":{"tf":1.0},"3":{"tf":1.0},"305":{"tf":1.0},"316":{"tf":1.0},"319":{"tf":1.0},"328":{"tf":1.4142135623730951},"352":{"tf":1.0},"362":{"tf":1.0},"364":{"tf":2.23606797749979},"365":{"tf":1.0},"375":{"tf":1.0},"377":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.4142135623730951},"46":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.4142135623730951},"53":{"tf":1.0},"61":{"tf":1.0},"77":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0}},"s":{".":{"*":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"\\":{"df":0,"docs":{},"|":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"104":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"_":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"=":{"0":{".":{"9":{"df":2,"docs":{"305":{"tf":1.0},"364":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":5,"docs":{"104":{"tf":1.0},"25":{"tf":1.0},"305":{"tf":1.0},"50":{"tf":1.0},"53":{"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":{},"f":{"df":0,"docs":{},"o":{"df":2,"docs":{"210":{"tf":1.0},"211":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"104":{"tf":1.4142135623730951},"25":{"tf":1.0},"305":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0}},"e":{"=":{"2":{"0":{"df":1,"docs":{"364":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":2,"docs":{"305":{"tf":1.0},"364":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"l":{"df":3,"docs":{"102":{"tf":1.0},"104":{"tf":1.0},"176":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"142":{"tf":1.0}}}}},"i":{"d":{"df":5,"docs":{"124":{"tf":1.0},"175":{"tf":1.0},"188":{"tf":1.0},"206":{"tf":1.0},"283":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"120":{"tf":1.0},"158":{"tf":1.0},"180":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"120":{"tf":1.0},"137":{"tf":1.4142135623730951},"139":{"tf":1.7320508075688772},"142":{"tf":1.0},"227":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":3,"docs":{"317":{"tf":1.0},"353":{"tf":1.0},"368":{"tf":1.0}}}},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"118":{"tf":1.4142135623730951},"125":{"tf":1.0}}}}},"df":2,"docs":{"118":{"tf":2.0},"207":{"tf":1.7320508075688772}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"251":{"tf":1.0},"304":{"tf":1.0}},"t":{"df":2,"docs":{"177":{"tf":1.0},"31":{"tf":1.0}}}}}},"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"193":{"tf":1.4142135623730951},"205":{"tf":1.0},"347":{"tf":1.0},"39":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"df":5,"docs":{"139":{"tf":1.0},"213":{"tf":1.0},"329":{"tf":1.4142135623730951},"39":{"tf":1.0},"65":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"329":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":30,"docs":{"120":{"tf":1.0},"137":{"tf":1.0},"139":{"tf":1.0},"160":{"tf":1.0},"164":{"tf":1.0},"227":{"tf":1.4142135623730951},"238":{"tf":1.4142135623730951},"260":{"tf":1.0},"261":{"tf":1.0},"274":{"tf":1.4142135623730951},"28":{"tf":1.0},"290":{"tf":1.4142135623730951},"297":{"tf":1.0},"298":{"tf":1.7320508075688772},"301":{"tf":2.0},"322":{"tf":3.4641016151377544},"359":{"tf":1.0},"360":{"tf":1.0},"362":{"tf":1.4142135623730951},"367":{"tf":2.0},"368":{"tf":3.0},"371":{"tf":1.0},"381":{"tf":1.0},"384":{"tf":1.0},"386":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"46":{"tf":1.0},"58":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{")":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"274":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":6,"docs":{"13":{"tf":1.0},"163":{"tf":1.0},"166":{"tf":1.0},"273":{"tf":1.0},"28":{"tf":1.4142135623730951},"3":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":1,"docs":{"205":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"<":{"b":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":7,"docs":{"115":{"tf":1.0},"12":{"tf":1.0},"137":{"tf":1.0},"171":{"tf":1.0},"336":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"10":{"tf":1.0},"192":{"tf":1.0},"205":{"tf":1.0},"214":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":15,"docs":{"104":{"tf":1.0},"134":{"tf":1.0},"138":{"tf":1.0},"141":{"tf":1.0},"168":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.4142135623730951},"219":{"tf":1.0},"220":{"tf":1.0},"229":{"tf":1.0},"24":{"tf":1.4142135623730951},"271":{"tf":1.0},"345":{"tf":1.0},"386":{"tf":1.0},"8":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"188":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"386":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"191":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"0":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"178":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"/":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":1,"docs":{"148":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"141":{"tf":1.0}}}}}}}}}}}},"df":50,"docs":{"1":{"tf":1.0},"102":{"tf":2.449489742783178},"113":{"tf":1.0},"114":{"tf":1.4142135623730951},"130":{"tf":1.0},"131":{"tf":1.0},"135":{"tf":1.0},"138":{"tf":1.0},"153":{"tf":1.4142135623730951},"154":{"tf":1.0},"156":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"164":{"tf":1.0},"167":{"tf":1.0},"178":{"tf":1.7320508075688772},"179":{"tf":1.0},"180":{"tf":2.0},"181":{"tf":1.0},"182":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.7320508075688772},"192":{"tf":1.0},"195":{"tf":1.0},"218":{"tf":1.0},"227":{"tf":1.0},"244":{"tf":1.0},"254":{"tf":1.0},"256":{"tf":1.0},"261":{"tf":1.0},"262":{"tf":1.0},"270":{"tf":1.0},"295":{"tf":1.0},"299":{"tf":1.0},"3":{"tf":1.4142135623730951},"301":{"tf":1.0},"306":{"tf":1.0},"316":{"tf":1.0},"322":{"tf":1.0},"344":{"tf":1.0},"352":{"tf":1.0},"364":{"tf":1.0},"367":{"tf":1.0},"379":{"tf":1.7320508075688772},"386":{"tf":1.0},"41":{"tf":1.4142135623730951},"58":{"tf":1.0},"60":{"tf":1.0},"73":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":6,"docs":{"160":{"tf":1.0},"19":{"tf":1.0},"28":{"tf":1.0},"39":{"tf":1.0},"66":{"tf":1.0},"70":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":7,"docs":{"102":{"tf":1.0},"137":{"tf":2.8284271247461903},"138":{"tf":1.7320508075688772},"180":{"tf":1.0},"184":{"tf":1.4142135623730951},"188":{"tf":1.4142135623730951},"189":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"=":{"1":{"2":{"0":{"df":1,"docs":{"102":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":10,"docs":{"102":{"tf":1.4142135623730951},"109":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"192":{"tf":1.0},"304":{"tf":1.0},"344":{"tf":1.0},"386":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"172":{"tf":1.0},"192":{"tf":1.0},"213":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"i":{"df":5,"docs":{"239":{"tf":1.0},"258":{"tf":1.0},"322":{"tf":1.4142135623730951},"356":{"tf":1.0},"384":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"[":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"35":{"tf":1.0}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"37":{"tf":1.0}}}}},"df":0,"docs":{}},"df":23,"docs":{"1":{"tf":1.0},"115":{"tf":1.0},"148":{"tf":1.0},"151":{"tf":1.0},"181":{"tf":1.0},"19":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"197":{"tf":1.0},"213":{"tf":1.0},"225":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":2.0},"36":{"tf":1.0},"362":{"tf":1.0},"37":{"tf":1.7320508075688772},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"75":{"tf":1.0},"76":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"123":{"tf":1.0},"142":{"tf":1.7320508075688772},"386":{"tf":1.0},"85":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":7,"docs":{"137":{"tf":2.0},"138":{"tf":1.4142135623730951},"139":{"tf":1.4142135623730951},"14":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"48":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"196":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":12,"docs":{"100":{"tf":1.7320508075688772},"104":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"171":{"tf":1.4142135623730951},"172":{"tf":1.7320508075688772},"352":{"tf":1.0},"361":{"tf":1.0},"378":{"tf":1.0},"53":{"tf":1.0},"78":{"tf":1.0},"92":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"373":{"tf":1.0},"59":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"65":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"125":{"tf":1.0},"129":{"tf":1.0}}}},"df":4,"docs":{"16":{"tf":1.4142135623730951},"219":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0}}}}}},"p":{"df":7,"docs":{"121":{"tf":1.0},"239":{"tf":1.0},"258":{"tf":1.0},"28":{"tf":1.0},"322":{"tf":1.0},"356":{"tf":1.0},"384":{"tf":1.0}},"u":{"/":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"124":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":5,"docs":{"177":{"tf":1.0},"19":{"tf":1.0},"246":{"tf":1.0},"354":{"tf":1.4142135623730951},"362":{"tf":1.4142135623730951}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":9,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.4142135623730951},"102":{"tf":1.0},"104":{"tf":1.0},"137":{"tf":1.0},"323":{"tf":1.0},"356":{"tf":1.0},"362":{"tf":1.0},"368":{"tf":2.23606797749979}}}},"t":{"df":0,"docs":{},"e":{":":{":":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"210":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":14,"docs":{"14":{"tf":1.0},"144":{"tf":1.0},"15":{"tf":1.0},"151":{"tf":1.0},"191":{"tf":1.0},"208":{"tf":1.0},"213":{"tf":1.7320508075688772},"35":{"tf":1.4142135623730951},"36":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.0},"68":{"tf":1.4142135623730951},"74":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":14,"docs":{"101":{"tf":2.0},"118":{"tf":1.0},"137":{"tf":1.0},"14":{"tf":1.0},"142":{"tf":1.0},"205":{"tf":1.0},"245":{"tf":1.0},"257":{"tf":1.0},"28":{"tf":1.0},"367":{"tf":1.0},"386":{"tf":1.4142135623730951},"51":{"tf":1.0},"70":{"tf":1.0},"75":{"tf":1.0}},"e":{"d":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"105":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"101":{"tf":1.0}}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":9,"docs":{"1":{"tf":1.0},"2":{"tf":1.0},"214":{"tf":1.0},"32":{"tf":1.0},"37":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"78":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"c":{"df":4,"docs":{"138":{"tf":1.0},"246":{"tf":1.0},"294":{"tf":1.0},"316":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"283":{"tf":1.0}}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"137":{"tf":1.0},"200":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"a":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"e":{",":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"_":{"d":{"a":{"_":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"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":4,"docs":{"255":{"tf":1.0},"299":{"tf":1.0},"317":{"tf":1.0},"73":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":3,"docs":{"299":{"tf":1.4142135623730951},"319":{"tf":1.4142135623730951},"386":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":3,"docs":{"237":{"tf":1.0},"354":{"tf":1.0},"356":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"t":{"df":0,"docs":{},"x":{".":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"170":{"tf":1.0}},"e":{"d":{"(":{")":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"174":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"b":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":2,"docs":{"171":{"tf":1.4142135623730951},"172":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"?":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"112":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"137":{"tf":1.7320508075688772},"141":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"172":{"tf":1.0},"203":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"204":{"tf":1.4142135623730951}}}}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"0":{"df":2,"docs":{"328":{"tf":1.0},"47":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"[":{"0":{"df":2,"docs":{"173":{"tf":1.0},"328":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"178":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"326":{"tf":1.0}}},"y":{"(":{")":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"(":{"df":0,"docs":{},"|":{"df":0,"docs":{},"p":{"df":3,"docs":{"326":{"tf":1.0},"47":{"tf":1.0},"73":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":8,"docs":{"112":{"tf":1.0},"171":{"tf":1.4142135623730951},"172":{"tf":1.0},"178":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.4142135623730951},"210":{"tf":1.4142135623730951},"211":{"tf":1.4142135623730951}}}},"u":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":6,"docs":{"143":{"tf":1.0},"144":{"tf":1.0},"148":{"tf":1.0},"274":{"tf":2.449489742783178},"275":{"tf":1.0},"36":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"/":{"b":{"d":{"d":{"df":2,"docs":{"143":{"tf":1.0},"274":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"[":{"c":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"35":{"tf":1.0}}},"df":0,"docs":{}}}},"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":{},"s":{"df":2,"docs":{"144":{"tf":1.0},"146":{"tf":1.0}}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"144":{"tf":1.0},"146":{"tf":1.0},"274":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"274":{"tf":1.4142135623730951}}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"[":{"c":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"*":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":1,"docs":{"374":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":15,"docs":{"137":{"tf":1.0},"138":{"tf":1.7320508075688772},"139":{"tf":1.0},"140":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.0},"169":{"tf":1.0},"173":{"tf":1.0},"177":{"tf":1.4142135623730951},"179":{"tf":1.4142135623730951},"19":{"tf":1.0},"318":{"tf":1.0},"367":{"tf":1.4142135623730951},"368":{"tf":1.0},"78":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"[":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"37":{"tf":1.0}}}}}}},"df":31,"docs":{"102":{"tf":1.0},"11":{"tf":1.0},"112":{"tf":1.0},"114":{"tf":1.0},"123":{"tf":1.0},"131":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":3.4641016151377544},"138":{"tf":1.7320508075688772},"139":{"tf":1.0},"14":{"tf":1.4142135623730951},"141":{"tf":2.0},"148":{"tf":1.0},"15":{"tf":1.0},"195":{"tf":1.0},"198":{"tf":1.0},"202":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"218":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"276":{"tf":1.0},"298":{"tf":1.0},"356":{"tf":1.0},"37":{"tf":2.23606797749979},"57":{"tf":1.0},"74":{"tf":1.0},"9":{"tf":1.0},"94":{"tf":1.0}}}}}}},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"304":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"[":{"4":{"df":1,"docs":{"76":{"tf":1.0}}},"df":0,"docs":{}},"a":{".":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{")":{".":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{"df":1,"docs":{"196":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{")":{".":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{")":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"2":{"0":{"df":1,"docs":{"194":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{")":{".":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"2":{"0":{"df":1,"docs":{"122":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":4,"docs":{"19":{"tf":1.0},"23":{"tf":1.0},"343":{"tf":1.0},"350":{"tf":1.0}}},"2":{")":{".":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"2":{"df":3,"docs":{"111":{"tf":1.0},"129":{"tf":1.0},"32":{"tf":1.0}}},"3":{"df":1,"docs":{"134":{"tf":1.0}}},"4":{"df":1,"docs":{"108":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"101":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"195":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"r":{"df":2,"docs":{"101":{"tf":1.0},"195":{"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":{},"n":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"129":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"343":{"tf":1.0}}}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"(":{"df":0,"docs":{},"|":{"d":{"a":{"df":15,"docs":{"101":{"tf":1.0},"108":{"tf":1.0},"111":{"tf":1.0},"122":{"tf":1.0},"129":{"tf":1.0},"134":{"tf":1.0},"19":{"tf":1.0},"194":{"tf":1.0},"196":{"tf":1.0},"23":{"tf":1.0},"32":{"tf":1.0},"343":{"tf":1.0},"350":{"tf":1.0},"40":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":2,"docs":{"105":{"tf":1.0},"40":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":2,"docs":{"101":{"tf":1.0},"195":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":59,"docs":{"1":{"tf":1.0},"10":{"tf":2.23606797749979},"101":{"tf":1.7320508075688772},"105":{"tf":1.0},"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":2.0},"129":{"tf":1.7320508075688772},"132":{"tf":1.0},"134":{"tf":1.0},"14":{"tf":1.0},"145":{"tf":1.0},"171":{"tf":1.0},"176":{"tf":1.0},"189":{"tf":1.0},"19":{"tf":1.4142135623730951},"2":{"tf":1.0},"21":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":1.0},"226":{"tf":1.0},"23":{"tf":1.4142135623730951},"237":{"tf":1.0},"241":{"tf":1.0},"243":{"tf":1.0},"247":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.7320508075688772},"3":{"tf":1.0},"304":{"tf":1.0},"316":{"tf":1.0},"319":{"tf":1.7320508075688772},"328":{"tf":1.0},"343":{"tf":1.7320508075688772},"350":{"tf":1.0},"351":{"tf":1.0},"352":{"tf":1.0},"356":{"tf":2.23606797749979},"36":{"tf":1.0},"365":{"tf":1.0},"377":{"tf":1.7320508075688772},"380":{"tf":1.0},"384":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":2.0},"44":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"66":{"tf":1.0},"79":{"tf":1.0},"93":{"tf":1.0},"96":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"18":{"tf":1.0},"244":{"tf":1.0},"273":{"tf":1.0},"358":{"tf":2.23606797749979},"365":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"283":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"351":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":3,"docs":{"267":{"tf":1.4142135623730951},"327":{"tf":1.0},"47":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"a":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"176":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":20,"docs":{"0":{"tf":1.0},"10":{"tf":2.0},"101":{"tf":1.4142135623730951},"125":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.0},"16":{"tf":1.0},"173":{"tf":1.0},"192":{"tf":1.0},"203":{"tf":1.0},"213":{"tf":1.0},"226":{"tf":1.0},"237":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.4142135623730951},"356":{"tf":1.0},"38":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":2.23606797749979},"65":{"tf":1.0}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"[":{"d":{"a":{"df":1,"docs":{"35":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"101":{"tf":1.4142135623730951},"105":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"y":{"df":3,"docs":{"274":{"tf":1.7320508075688772},"276":{"tf":1.4142135623730951},"281":{"tf":1.0}}}},"df":2,"docs":{"34":{"tf":1.0},"76":{"tf":1.0}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"368":{"tf":1.0}}}}}},"df":47,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"104":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"119":{"tf":1.4142135623730951},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"159":{"tf":1.0},"195":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"228":{"tf":1.4142135623730951},"229":{"tf":1.0},"255":{"tf":1.4142135623730951},"266":{"tf":1.7320508075688772},"281":{"tf":1.0},"288":{"tf":1.0},"289":{"tf":2.0},"29":{"tf":1.0},"299":{"tf":1.7320508075688772},"3":{"tf":1.0},"301":{"tf":1.4142135623730951},"302":{"tf":2.6457513110645907},"306":{"tf":1.4142135623730951},"310":{"tf":1.0},"312":{"tf":1.4142135623730951},"315":{"tf":1.0},"317":{"tf":1.7320508075688772},"322":{"tf":1.4142135623730951},"323":{"tf":1.4142135623730951},"325":{"tf":1.0},"331":{"tf":1.0},"333":{"tf":1.7320508075688772},"334":{"tf":1.0},"337":{"tf":1.0},"363":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":1.0},"51":{"tf":1.0},"97":{"tf":1.0}},"g":{"df":1,"docs":{"54":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"255":{"tf":1.0},"299":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"354":{"tf":1.0}}}}}},"{":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"228":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":3,"docs":{"124":{"tf":1.0},"163":{"tf":1.7320508075688772},"165":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"{":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"163":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"l":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":12,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"192":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"386":{"tf":1.0},"49":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"63":{"tf":1.0},"75":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"63":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"117":{"tf":1.0},"373":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"15":{"tf":1.0},"191":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"212":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":53,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"115":{"tf":1.0},"120":{"tf":1.0},"19":{"tf":1.0},"192":{"tf":1.0},"194":{"tf":1.0},"203":{"tf":1.0},"206":{"tf":1.0},"210":{"tf":1.0},"23":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"25":{"tf":1.0},"255":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0},"266":{"tf":1.0},"286":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"316":{"tf":1.0},"317":{"tf":1.0},"321":{"tf":1.0},"322":{"tf":1.4142135623730951},"323":{"tf":1.0},"324":{"tf":1.0},"327":{"tf":1.0},"351":{"tf":1.0},"363":{"tf":1.0},"367":{"tf":1.4142135623730951},"368":{"tf":1.4142135623730951},"385":{"tf":1.7320508075688772},"43":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":1.0},"50":{"tf":1.7320508075688772},"51":{"tf":1.0},"53":{"tf":1.7320508075688772},"97":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":16,"docs":{"14":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"192":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"213":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"232":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"355":{"tf":1.0},"40":{"tf":1.0},"57":{"tf":1.0},"76":{"tf":1.0},"80":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"115":{"tf":1.0},"144":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0}}}}}}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":2,"docs":{"137":{"tf":1.0},"180":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"y":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"188":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":5,"docs":{"138":{"tf":2.6457513110645907},"182":{"tf":1.0},"183":{"tf":1.4142135623730951},"304":{"tf":1.0},"79":{"tf":1.0}},"e":{"d":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"172":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"172":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"s":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"185":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"125":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"a":{"df":2,"docs":{"120":{"tf":1.0},"204":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"18":{"tf":1.0},"226":{"tf":1.0},"41":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":2,"docs":{"273":{"tf":1.0},"66":{"tf":1.7320508075688772}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":8,"docs":{"131":{"tf":1.0},"136":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":1.0},"274":{"tf":1.0},"36":{"tf":1.0},"65":{"tf":1.0},"71":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"358":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":8,"docs":{"102":{"tf":1.0},"14":{"tf":1.0},"164":{"tf":1.0},"274":{"tf":1.7320508075688772},"275":{"tf":1.0},"280":{"tf":1.4142135623730951},"85":{"tf":1.0},"86":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"205":{"tf":1.0},"218":{"tf":1.0}}}}}}},"df":0,"docs":{}},"[":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":2,"docs":{"150":{"tf":1.0},"2":{"tf":1.0}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"55":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"55":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":82,"docs":{"11":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"14":{"tf":2.0},"140":{"tf":1.0},"144":{"tf":1.7320508075688772},"145":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.7320508075688772},"161":{"tf":1.0},"167":{"tf":1.0},"178":{"tf":1.0},"19":{"tf":1.4142135623730951},"192":{"tf":1.4142135623730951},"2":{"tf":1.7320508075688772},"205":{"tf":2.23606797749979},"213":{"tf":1.7320508075688772},"214":{"tf":1.4142135623730951},"218":{"tf":1.7320508075688772},"219":{"tf":1.4142135623730951},"221":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.4142135623730951},"225":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.4142135623730951},"229":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.0},"26":{"tf":2.0},"28":{"tf":2.0},"3":{"tf":1.4142135623730951},"301":{"tf":1.0},"302":{"tf":1.4142135623730951},"304":{"tf":1.0},"305":{"tf":1.0},"316":{"tf":1.0},"32":{"tf":1.0},"327":{"tf":1.0},"33":{"tf":1.0},"348":{"tf":1.4142135623730951},"349":{"tf":1.0},"35":{"tf":2.0},"350":{"tf":1.0},"358":{"tf":1.4142135623730951},"359":{"tf":1.7320508075688772},"36":{"tf":2.0},"37":{"tf":1.7320508075688772},"370":{"tf":1.0},"38":{"tf":1.4142135623730951},"386":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951},"4":{"tf":1.0},"41":{"tf":1.7320508075688772},"45":{"tf":1.0},"47":{"tf":1.4142135623730951},"49":{"tf":1.0},"55":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"63":{"tf":1.0},"65":{"tf":1.7320508075688772},"66":{"tf":1.4142135623730951},"68":{"tf":2.0},"69":{"tf":1.0},"7":{"tf":1.0},"74":{"tf":1.4142135623730951},"76":{"tf":1.0},"8":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":1.0},"88":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951},"90":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"(":{"&":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":12,"docs":{"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"19":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"349":{"tf":1.0},"350":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"32":{"tf":1.0},"4":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.4142135623730951},"90":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"[":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"37":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"[":{"\"":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"35":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"370":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"—":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"15":{"tf":1.0},"222":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"203":{"tf":1.0},"210":{"tf":1.0}},"e":{"(":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"218":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"207":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":9,"docs":{"14":{"tf":1.0},"177":{"tf":1.0},"192":{"tf":1.0},"2":{"tf":1.0},"31":{"tf":1.0},"371":{"tf":1.0},"38":{"tf":1.0},"49":{"tf":1.0},"97":{"tf":1.4142135623730951}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":11,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"11":{"tf":1.0},"117":{"tf":1.0},"142":{"tf":1.0},"192":{"tf":1.0},"204":{"tf":1.4142135623730951},"386":{"tf":1.0},"65":{"tf":1.0},"95":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"167":{"tf":1.0},"362":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":6,"docs":{"11":{"tf":1.0},"117":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"227":{"tf":1.0},"63":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":11,"docs":{"18":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.4142135623730951},"251":{"tf":1.0},"259":{"tf":1.0},"270":{"tf":1.0},"286":{"tf":1.0},"323":{"tf":1.0},"351":{"tf":1.4142135623730951},"358":{"tf":1.4142135623730951},"362":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"184":{"tf":1.0}}}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"141":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"367":{"tf":1.0}}}},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"351":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":17,"docs":{"119":{"tf":1.0},"164":{"tf":1.0},"199":{"tf":1.0},"205":{"tf":1.0},"218":{"tf":1.0},"314":{"tf":1.0},"317":{"tf":1.0},"334":{"tf":1.0},"37":{"tf":1.0},"384":{"tf":1.0},"387":{"tf":1.0},"47":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"96":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"119":{"tf":1.0},"137":{"tf":1.4142135623730951},"298":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"355":{"tf":1.0},"51":{"tf":1.4142135623730951},"54":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"t":{"df":5,"docs":{"115":{"tf":1.4142135623730951},"117":{"tf":1.0},"352":{"tf":1.0},"385":{"tf":1.0},"51":{"tf":1.4142135623730951}}}}}}}}}}},"v":{"df":4,"docs":{"252":{"tf":1.0},"294":{"tf":1.0},"296":{"tf":1.0},"354":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":17,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"120":{"tf":2.0},"125":{"tf":1.0},"159":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.4142135623730951},"221":{"tf":1.0},"243":{"tf":1.0},"252":{"tf":1.0},"274":{"tf":1.0},"292":{"tf":1.0},"337":{"tf":1.0},"63":{"tf":1.0},"9":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"221":{"tf":1.0}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"190":{"tf":1.0}},"t":{"df":1,"docs":{"162":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":3,"docs":{"360":{"tf":1.0},"380":{"tf":1.0},"382":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":17,"docs":{"122":{"tf":1.0},"137":{"tf":3.0},"139":{"tf":1.4142135623730951},"14":{"tf":1.4142135623730951},"149":{"tf":1.0},"152":{"tf":1.0},"221":{"tf":1.0},"224":{"tf":1.0},"229":{"tf":1.0},"275":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"316":{"tf":1.0},"36":{"tf":1.0},"385":{"tf":1.0},"64":{"tf":1.0},"90":{"tf":1.0}}}}}},"r":{"df":1,"docs":{"298":{"tf":1.4142135623730951}},"e":{"c":{"df":0,"docs":{},"t":{"df":18,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"126":{"tf":1.0},"141":{"tf":1.4142135623730951},"173":{"tf":1.7320508075688772},"19":{"tf":1.0},"193":{"tf":1.4142135623730951},"195":{"tf":1.4142135623730951},"196":{"tf":1.0},"198":{"tf":1.4142135623730951},"208":{"tf":1.0},"254":{"tf":1.0},"256":{"tf":1.0},"262":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"39":{"tf":1.0},"96":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"159":{"tf":1.0},"176":{"tf":1.0},"254":{"tf":1.0},"256":{"tf":1.0},"262":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":22,"docs":{"153":{"tf":1.0},"156":{"tf":1.0},"19":{"tf":1.7320508075688772},"238":{"tf":1.0},"255":{"tf":1.4142135623730951},"28":{"tf":1.0},"298":{"tf":1.4142135623730951},"299":{"tf":1.4142135623730951},"307":{"tf":1.0},"317":{"tf":1.0},"318":{"tf":1.4142135623730951},"321":{"tf":2.0},"322":{"tf":1.0},"355":{"tf":1.0},"357":{"tf":1.4142135623730951},"363":{"tf":2.0},"367":{"tf":2.449489742783178},"381":{"tf":1.0},"46":{"tf":1.7320508075688772},"62":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":6,"docs":{"19":{"tf":1.0},"301":{"tf":1.0},"307":{"tf":1.0},"322":{"tf":1.0},"386":{"tf":1.0},"47":{"tf":1.0}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"363":{"tf":1.0}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":2,"docs":{"140":{"tf":1.0},"160":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"140":{"tf":1.7320508075688772}}}}}}}},"df":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"j":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":1,"docs":{"137":{"tf":1.0}}}}}}},"df":1,"docs":{"137":{"tf":1.0}}}}}}},"k":{"df":3,"docs":{"253":{"tf":1.0},"351":{"tf":1.0},"363":{"tf":1.4142135623730951}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"123":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":13,"docs":{"10":{"tf":1.0},"123":{"tf":1.0},"206":{"tf":1.0},"21":{"tf":1.0},"299":{"tf":1.0},"3":{"tf":1.0},"304":{"tf":1.0},"319":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.4142135623730951},"55":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"102":{"tf":1.0},"138":{"tf":1.0},"182":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"100":{"tf":1.0},"316":{"tf":1.0},"55":{"tf":1.0},"79":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"138":{"tf":1.0},"139":{"tf":1.0},"79":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"15":{"tf":1.0},"191":{"tf":1.0}},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"137":{"tf":2.23606797749979},"138":{"tf":1.0}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"16":{"tf":1.0}}}}}}}},"df":0,"docs":{},"k":{"8":{"df":2,"docs":{"66":{"tf":1.0},"69":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"274":{"tf":1.0}}}}}}}},"df":64,"docs":{"0":{"tf":1.0},"113":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.4142135623730951},"154":{"tf":1.0},"16":{"tf":1.0},"160":{"tf":1.0},"163":{"tf":1.0},"18":{"tf":1.7320508075688772},"213":{"tf":1.0},"221":{"tf":1.0},"226":{"tf":1.4142135623730951},"243":{"tf":1.0},"244":{"tf":2.23606797749979},"245":{"tf":2.0},"247":{"tf":1.7320508075688772},"248":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.4142135623730951},"253":{"tf":1.7320508075688772},"256":{"tf":1.0},"259":{"tf":1.0},"264":{"tf":1.7320508075688772},"270":{"tf":1.0},"273":{"tf":1.7320508075688772},"274":{"tf":3.3166247903554},"275":{"tf":1.4142135623730951},"28":{"tf":2.0},"280":{"tf":1.0},"285":{"tf":1.0},"286":{"tf":1.0},"287":{"tf":1.4142135623730951},"297":{"tf":1.4142135623730951},"301":{"tf":1.7320508075688772},"303":{"tf":1.0},"322":{"tf":3.605551275463989},"323":{"tf":1.0},"348":{"tf":1.0},"351":{"tf":2.6457513110645907},"358":{"tf":3.872983346207417},"359":{"tf":2.0},"36":{"tf":1.0},"360":{"tf":1.7320508075688772},"362":{"tf":2.449489742783178},"365":{"tf":1.7320508075688772},"367":{"tf":2.0},"368":{"tf":2.8284271247461903},"371":{"tf":1.0},"38":{"tf":1.0},"382":{"tf":1.7320508075688772},"383":{"tf":1.4142135623730951},"39":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"68":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":14,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0},"120":{"tf":1.0},"16":{"tf":1.0},"206":{"tf":1.0},"213":{"tf":1.0},"229":{"tf":1.0},"32":{"tf":1.4142135623730951},"337":{"tf":1.0},"387":{"tf":1.0},"66":{"tf":1.0},"95":{"tf":1.0}}}}}}}},"df":1,"docs":{"141":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":10,"docs":{"102":{"tf":1.4142135623730951},"137":{"tf":1.0},"138":{"tf":1.0},"176":{"tf":1.0},"357":{"tf":1.0},"358":{"tf":1.0},"378":{"tf":1.0},"379":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"14":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"'":{"df":0,"docs":{},"t":{"df":15,"docs":{"117":{"tf":1.0},"122":{"tf":2.449489742783178},"141":{"tf":1.0},"16":{"tf":1.4142135623730951},"166":{"tf":1.0},"181":{"tf":1.0},"190":{"tf":1.0},"252":{"tf":1.0},"352":{"tf":1.0},"358":{"tf":1.0},"379":{"tf":1.0},"385":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0}}}},"df":0,"docs":{},"e":{"[":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"228":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"274":{"tf":1.0},"368":{"tf":1.4142135623730951}}},"’":{"df":0,"docs":{},"t":{"df":2,"docs":{"210":{"tf":1.0},"373":{"tf":1.0}}}}},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"141":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"u":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"113":{"tf":1.0},"251":{"tf":1.0},"304":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"n":{"df":6,"docs":{"140":{"tf":1.0},"205":{"tf":1.0},"274":{"tf":1.0},"360":{"tf":1.0},"382":{"tf":1.0},"62":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":4,"docs":{"236":{"tf":1.0},"291":{"tf":1.0},"323":{"tf":1.0},"368":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":2,"docs":{"139":{"tf":1.0},"50":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"130":{"tf":1.0},"181":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"[":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"98":{"tf":1.0}}}},"df":0,"docs":{}},"df":10,"docs":{"101":{"tf":1.0},"137":{"tf":1.0},"184":{"tf":1.0},"192":{"tf":1.0},"2":{"tf":1.0},"203":{"tf":1.4142135623730951},"210":{"tf":1.0},"31":{"tf":1.0},"60":{"tf":1.0},"98":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"137":{"tf":1.7320508075688772},"205":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"l":{"[":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"35":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":26,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"115":{"tf":1.0},"14":{"tf":1.0},"193":{"tf":1.4142135623730951},"194":{"tf":1.4142135623730951},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.4142135623730951},"199":{"tf":1.4142135623730951},"200":{"tf":1.0},"203":{"tf":1.0},"207":{"tf":1.4142135623730951},"208":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":1.0},"336":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.0},"36":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"74":{"tf":1.0},"96":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":3,"docs":{"139":{"tf":1.0},"278":{"tf":1.0},"380":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"t":{"df":50,"docs":{"1":{"tf":1.0},"100":{"tf":1.7320508075688772},"101":{"tf":2.0},"102":{"tf":2.6457513110645907},"104":{"tf":1.7320508075688772},"113":{"tf":1.4142135623730951},"117":{"tf":2.0},"118":{"tf":1.7320508075688772},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.7320508075688772},"124":{"tf":1.0},"126":{"tf":1.0},"134":{"tf":1.0},"137":{"tf":1.0},"14":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.0},"150":{"tf":1.0},"175":{"tf":1.0},"19":{"tf":1.4142135623730951},"192":{"tf":1.0},"203":{"tf":1.0},"214":{"tf":1.0},"25":{"tf":1.4142135623730951},"250":{"tf":1.0},"255":{"tf":1.0},"260":{"tf":1.0},"266":{"tf":1.0},"295":{"tf":1.4142135623730951},"304":{"tf":1.7320508075688772},"32":{"tf":1.0},"346":{"tf":1.0},"352":{"tf":1.0},"364":{"tf":2.0},"365":{"tf":1.0},"385":{"tf":1.4142135623730951},"386":{"tf":2.23606797749979},"39":{"tf":1.0},"50":{"tf":1.4142135623730951},"53":{"tf":2.23606797749979},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"57":{"tf":1.0},"60":{"tf":1.7320508075688772},"76":{"tf":1.4142135623730951},"80":{"tf":1.0},"81":{"tf":1.0},"86":{"tf":1.0},"95":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"78":{"tf":1.0}}}}}}},":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"2":{"0":{"df":3,"docs":{"102":{"tf":1.0},"109":{"tf":1.0},"183":{"tf":1.0}}},"df":0,"docs":{}},"8":{"0":{"df":1,"docs":{"102":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"0":{"0":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"5":{"df":3,"docs":{"102":{"tf":1.0},"109":{"tf":1.0},"183":{"tf":1.0}}},"df":0,"docs":{}},"6":{"0":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}},"7":{"5":{"df":3,"docs":{"102":{"tf":1.0},"109":{"tf":1.0},"183":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"—":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"e":{"df":24,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"120":{"tf":1.0},"137":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"166":{"tf":1.0},"171":{"tf":1.0},"188":{"tf":1.0},"197":{"tf":1.0},"241":{"tf":1.4142135623730951},"251":{"tf":1.0},"28":{"tf":1.0},"304":{"tf":1.0},"307":{"tf":1.0},"337":{"tf":1.0},"356":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":1.0},"377":{"tf":1.0},"386":{"tf":1.4142135623730951},"80":{"tf":1.0},"81":{"tf":1.0},"98":{"tf":1.4142135623730951}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"122":{"tf":1.0},"132":{"tf":1.0},"140":{"tf":2.449489742783178}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":16,"docs":{"112":{"tf":1.0},"171":{"tf":1.7320508075688772},"172":{"tf":1.4142135623730951},"173":{"tf":1.0},"174":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.4142135623730951},"203":{"tf":2.0},"204":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"207":{"tf":1.0},"210":{"tf":1.7320508075688772},"211":{"tf":1.4142135623730951},"216":{"tf":1.0},"217":{"tf":1.0},"328":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},".":{"df":0,"docs":{},"g":{"df":26,"docs":{"117":{"tf":1.0},"139":{"tf":1.7320508075688772},"180":{"tf":1.0},"182":{"tf":1.0},"193":{"tf":1.0},"200":{"tf":1.0},"203":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"210":{"tf":1.0},"250":{"tf":1.0},"255":{"tf":1.0},"260":{"tf":1.0},"295":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.7320508075688772},"306":{"tf":1.0},"317":{"tf":1.0},"367":{"tf":1.4142135623730951},"373":{"tf":1.0},"375":{"tf":1.0},"383":{"tf":1.0},"386":{"tf":1.4142135623730951},"73":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"210":{"tf":1.0},"211":{"tf":1.0}}}}}}},"[":{"5":{"df":1,"docs":{"76":{"tf":1.0}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":20,"docs":{"105":{"tf":1.0},"111":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"14":{"tf":1.0},"169":{"tf":1.0},"172":{"tf":1.0},"176":{"tf":1.0},"202":{"tf":1.0},"213":{"tf":1.0},"227":{"tf":1.0},"318":{"tf":1.0},"353":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"386":{"tf":1.0},"55":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"119":{"tf":1.0}}}}},"s":{"df":1,"docs":{"160":{"tf":1.0}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"281":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"248":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":4,"docs":{"104":{"tf":1.0},"247":{"tf":1.0},"274":{"tf":1.4142135623730951},"368":{"tf":1.0}}}},"r":{"df":1,"docs":{"297":{"tf":1.0}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"360":{"tf":1.0}}}}},"df":46,"docs":{"122":{"tf":1.4142135623730951},"126":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"19":{"tf":1.0},"234":{"tf":1.0},"239":{"tf":1.0},"246":{"tf":1.0},"248":{"tf":1.7320508075688772},"250":{"tf":2.0},"251":{"tf":1.0},"268":{"tf":1.0},"27":{"tf":1.0},"274":{"tf":1.4142135623730951},"279":{"tf":1.0},"28":{"tf":1.0},"290":{"tf":1.0},"295":{"tf":1.0},"297":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"304":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"331":{"tf":1.0},"332":{"tf":1.0},"333":{"tf":1.0},"34":{"tf":1.0},"355":{"tf":1.0},"356":{"tf":1.0},"357":{"tf":1.0},"358":{"tf":1.0},"359":{"tf":1.0},"368":{"tf":1.0},"383":{"tf":1.0},"384":{"tf":1.0},"39":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":21,"docs":{"119":{"tf":1.0},"255":{"tf":1.0},"260":{"tf":1.0},"266":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"317":{"tf":1.0},"48":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"180":{"tf":1.0}}}}}}},"k":{"df":1,"docs":{"250":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"19":{"tf":1.0},"299":{"tf":1.0},"319":{"tf":1.0},"386":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"137":{"tf":1.0}}}}}}}}},"m":{"b":{"df":3,"docs":{"257":{"tf":1.0},"298":{"tf":1.0},"43":{"tf":1.0}},"e":{"d":{"df":3,"docs":{"151":{"tf":1.0},"256":{"tf":1.0},"41":{"tf":1.0}}},"df":0,"docs":{}},"o":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"115":{"tf":1.0},"31":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"203":{"tf":1.0},"363":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":5,"docs":{"18":{"tf":1.0},"244":{"tf":1.0},"259":{"tf":1.0},"303":{"tf":1.0},"351":{"tf":1.0}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":22,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"102":{"tf":1.4142135623730951},"115":{"tf":1.0},"119":{"tf":1.0},"245":{"tf":1.0},"255":{"tf":1.0},"261":{"tf":1.0},"274":{"tf":1.0},"28":{"tf":1.0},"289":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"303":{"tf":1.0},"306":{"tf":1.0},"317":{"tf":1.0},"324":{"tf":1.0},"326":{"tf":1.0},"344":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"73":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":13,"docs":{"102":{"tf":1.7320508075688772},"109":{"tf":1.0},"130":{"tf":1.0},"135":{"tf":1.0},"178":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"261":{"tf":1.0},"270":{"tf":1.0},"344":{"tf":1.4142135623730951},"379":{"tf":1.4142135623730951},"40":{"tf":1.0},"51":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"d":{"df":11,"docs":{"111":{"tf":1.0},"125":{"tf":1.4142135623730951},"129":{"tf":1.4142135623730951},"138":{"tf":1.0},"14":{"tf":1.0},"150":{"tf":1.0},"163":{"tf":1.7320508075688772},"209":{"tf":1.4142135623730951},"35":{"tf":2.23606797749979},"55":{"tf":2.449489742783178},"80":{"tf":1.0}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":14,"docs":{"141":{"tf":1.7320508075688772},"188":{"tf":1.0},"205":{"tf":1.0},"226":{"tf":1.0},"28":{"tf":1.0},"300":{"tf":1.4142135623730951},"317":{"tf":1.4142135623730951},"324":{"tf":1.0},"325":{"tf":1.0},"328":{"tf":1.0},"374":{"tf":1.0},"41":{"tf":1.0},"47":{"tf":1.7320508075688772},"58":{"tf":1.4142135623730951}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"329":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":5,"docs":{"192":{"tf":1.0},"206":{"tf":1.0},"304":{"tf":1.0},"385":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"221":{"tf":1.4142135623730951},"244":{"tf":1.0},"259":{"tf":1.0},"31":{"tf":1.0},"65":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":10,"docs":{"112":{"tf":1.0},"122":{"tf":1.0},"192":{"tf":1.0},"203":{"tf":1.0},"365":{"tf":1.4142135623730951},"377":{"tf":1.0},"378":{"tf":1.0},"53":{"tf":1.4142135623730951},"81":{"tf":1.0},"95":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":25,"docs":{"10":{"tf":1.0},"137":{"tf":2.0},"141":{"tf":1.0},"184":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"192":{"tf":1.4142135623730951},"200":{"tf":1.0},"206":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"232":{"tf":1.0},"25":{"tf":1.0},"275":{"tf":1.0},"287":{"tf":1.0},"322":{"tf":1.4142135623730951},"355":{"tf":1.0},"360":{"tf":1.0},"371":{"tf":1.0},"378":{"tf":1.0},"379":{"tf":1.0},"380":{"tf":1.0},"381":{"tf":1.0},"386":{"tf":1.4142135623730951},"85":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":6,"docs":{"213":{"tf":1.0},"301":{"tf":1.0},"322":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"66":{"tf":1.0}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"144":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0}}}}}}}}}},"v":{"df":16,"docs":{"104":{"tf":1.0},"122":{"tf":1.0},"261":{"tf":1.0},"267":{"tf":1.0},"27":{"tf":1.0},"274":{"tf":1.4142135623730951},"278":{"tf":1.4142135623730951},"28":{"tf":1.0},"289":{"tf":1.0},"290":{"tf":1.0},"313":{"tf":1.0},"326":{"tf":1.7320508075688772},"327":{"tf":1.0},"332":{"tf":1.0},"352":{"tf":1.0},"354":{"tf":1.0}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":62,"docs":{"10":{"tf":1.4142135623730951},"11":{"tf":1.0},"113":{"tf":1.0},"118":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":2.23606797749979},"125":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"154":{"tf":1.4142135623730951},"156":{"tf":1.4142135623730951},"158":{"tf":1.4142135623730951},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"164":{"tf":1.0},"166":{"tf":1.4142135623730951},"220":{"tf":1.4142135623730951},"221":{"tf":1.0},"222":{"tf":1.4142135623730951},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.4142135623730951},"235":{"tf":1.0},"244":{"tf":1.4142135623730951},"246":{"tf":1.0},"248":{"tf":1.4142135623730951},"250":{"tf":1.0},"251":{"tf":1.0},"255":{"tf":1.0},"260":{"tf":1.0},"266":{"tf":1.0},"271":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.4142135623730951},"276":{"tf":1.0},"28":{"tf":1.7320508075688772},"289":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.4142135623730951},"3":{"tf":1.0},"304":{"tf":1.0},"31":{"tf":1.4142135623730951},"313":{"tf":1.0},"317":{"tf":1.4142135623730951},"326":{"tf":1.0},"334":{"tf":1.0},"357":{"tf":1.4142135623730951},"385":{"tf":1.0},"386":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"55":{"tf":1.0},"58":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"8":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"352":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"199":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"r":{"(":{"\"":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"172":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"203":{"tf":1.0}},"t":{"df":1,"docs":{"112":{"tf":1.0}}}}}},"_":{"df":1,"docs":{"171":{"tf":1.0}}},"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"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":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"210":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"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":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"171":{"tf":1.0},"174":{"tf":1.0},"204":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{":":{":":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"a":{"d":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{":":{":":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"171":{"tf":1.4142135623730951},"172":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"d":{"(":{"_":{"df":1,"docs":{"172":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"171":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"/":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"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":{}}},"df":34,"docs":{"100":{"tf":1.0},"101":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"104":{"tf":1.0},"124":{"tf":1.0},"141":{"tf":1.4142135623730951},"18":{"tf":1.0},"204":{"tf":1.4142135623730951},"205":{"tf":1.0},"218":{"tf":1.0},"232":{"tf":1.4142135623730951},"241":{"tf":1.7320508075688772},"253":{"tf":1.0},"255":{"tf":1.0},"299":{"tf":1.0},"317":{"tf":1.0},"324":{"tf":1.4142135623730951},"351":{"tf":1.0},"352":{"tf":1.0},"355":{"tf":1.4142135623730951},"356":{"tf":2.0},"357":{"tf":1.4142135623730951},"358":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":1.4142135623730951},"361":{"tf":1.4142135623730951},"364":{"tf":1.0},"365":{"tf":1.0},"370":{"tf":1.4142135623730951},"372":{"tf":1.4142135623730951},"376":{"tf":1.0},"377":{"tf":1.0},"380":{"tf":1.0},"381":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":4,"docs":{"150":{"tf":1.0},"30":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"117":{"tf":1.0}}}}}},"t":{"c":{"df":12,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"171":{"tf":1.0},"203":{"tf":1.0},"205":{"tf":1.0},"243":{"tf":1.0},"246":{"tf":1.0},"270":{"tf":1.0},"307":{"tf":1.0},"318":{"tf":1.4142135623730951},"328":{"tf":1.0},"362":{"tf":1.0}}},"df":0,"docs":{}},"v":{"a":{"df":0,"docs":{},"l":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"98":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":4,"docs":{"28":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"332":{"tf":1.0}},"u":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"171":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"211":{"tf":1.0},"217":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"112":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":3,"docs":{"173":{"tf":1.0},"174":{"tf":1.0},"328":{"tf":1.0}}}}},"df":0,"docs":{}},"[":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"2":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"150":{"tf":1.0}}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"55":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":14,"docs":{"14":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.4142135623730951},"192":{"tf":1.0},"2":{"tf":1.0},"204":{"tf":1.4142135623730951},"211":{"tf":1.0},"364":{"tf":1.0},"38":{"tf":1.0},"386":{"tf":1.0},"55":{"tf":1.4142135623730951},"61":{"tf":1.0},"80":{"tf":1.0},"98":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":5,"docs":{"137":{"tf":1.0},"251":{"tf":1.0},"275":{"tf":1.0},"297":{"tf":1.0},"62":{"tf":1.0}},"t":{"df":4,"docs":{"102":{"tf":1.0},"373":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}},"s":{"<":{"b":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"df":2,"docs":{"138":{"tf":1.0},"354":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":6,"docs":{"1":{"tf":1.0},"230":{"tf":1.0},"248":{"tf":1.0},"251":{"tf":1.0},"28":{"tf":1.0},"383":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"137":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":3,"docs":{"191":{"tf":1.0},"38":{"tf":1.0},"63":{"tf":1.0}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"368":{"tf":1.4142135623730951},"50":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":107,"docs":{"102":{"tf":1.0},"114":{"tf":1.0},"118":{"tf":1.4142135623730951},"12":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.4142135623730951},"126":{"tf":1.7320508075688772},"131":{"tf":1.7320508075688772},"132":{"tf":1.0},"144":{"tf":1.4142135623730951},"145":{"tf":1.0},"146":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"149":{"tf":1.0},"15":{"tf":1.4142135623730951},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"157":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"171":{"tf":1.4142135623730951},"172":{"tf":1.4142135623730951},"173":{"tf":1.0},"176":{"tf":1.4142135623730951},"179":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":2.0},"199":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.4142135623730951},"206":{"tf":1.0},"208":{"tf":1.4142135623730951},"209":{"tf":1.0},"213":{"tf":1.7320508075688772},"214":{"tf":1.4142135623730951},"216":{"tf":1.0},"218":{"tf":1.7320508075688772},"220":{"tf":1.0},"222":{"tf":1.0},"229":{"tf":1.0},"240":{"tf":1.0},"246":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"254":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"265":{"tf":1.4142135623730951},"267":{"tf":1.4142135623730951},"27":{"tf":1.0},"273":{"tf":1.4142135623730951},"274":{"tf":1.4142135623730951},"28":{"tf":1.0},"29":{"tf":1.4142135623730951},"292":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.4142135623730951},"299":{"tf":1.4142135623730951},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.4142135623730951},"306":{"tf":1.4142135623730951},"308":{"tf":1.0},"314":{"tf":1.0},"316":{"tf":2.23606797749979},"317":{"tf":1.4142135623730951},"318":{"tf":1.0},"319":{"tf":1.0},"321":{"tf":1.4142135623730951},"322":{"tf":1.4142135623730951},"324":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"328":{"tf":1.0},"334":{"tf":1.0},"336":{"tf":1.0},"35":{"tf":2.0},"350":{"tf":1.0},"353":{"tf":1.0},"354":{"tf":1.4142135623730951},"356":{"tf":1.0},"357":{"tf":1.4142135623730951},"359":{"tf":1.0},"36":{"tf":1.0},"360":{"tf":1.0},"361":{"tf":1.0},"363":{"tf":1.4142135623730951},"364":{"tf":1.4142135623730951},"368":{"tf":2.0},"373":{"tf":1.0},"386":{"tf":1.0},"39":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"65":{"tf":1.7320508075688772},"66":{"tf":1.4142135623730951},"71":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951},"75":{"tf":1.0},"85":{"tf":1.0},"96":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":58,"docs":{"100":{"tf":1.0},"122":{"tf":1.4142135623730951},"126":{"tf":1.0},"151":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"19":{"tf":1.0},"232":{"tf":1.0},"234":{"tf":1.0},"239":{"tf":1.4142135623730951},"246":{"tf":1.0},"248":{"tf":1.7320508075688772},"250":{"tf":2.0},"251":{"tf":1.4142135623730951},"255":{"tf":1.0},"261":{"tf":1.0},"268":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"270":{"tf":1.0},"274":{"tf":1.7320508075688772},"279":{"tf":1.4142135623730951},"28":{"tf":1.0},"290":{"tf":1.0},"295":{"tf":1.0},"297":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"304":{"tf":1.4142135623730951},"307":{"tf":1.4142135623730951},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"331":{"tf":1.0},"332":{"tf":1.0},"333":{"tf":1.0},"351":{"tf":1.0},"355":{"tf":1.0},"356":{"tf":1.4142135623730951},"357":{"tf":1.4142135623730951},"358":{"tf":1.0},"359":{"tf":1.4142135623730951},"365":{"tf":1.0},"368":{"tf":1.4142135623730951},"381":{"tf":1.0},"383":{"tf":1.4142135623730951},"384":{"tf":1.4142135623730951},"39":{"tf":1.0},"44":{"tf":1.0},"66":{"tf":1.0},"70":{"tf":1.0}}}}},"/":{"c":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"144":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":2,"docs":{"213":{"tf":1.0},"65":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"k":{"8":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":2,"docs":{"213":{"tf":1.0},"65":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":2,"docs":{"213":{"tf":1.0},"65":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"218":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"216":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":5,"docs":{"126":{"tf":1.0},"19":{"tf":1.0},"214":{"tf":1.0},"39":{"tf":1.0},"74":{"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":0,"docs":{},"n":{"df":1,"docs":{"35":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"352":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"c":{"df":3,"docs":{"121":{"tf":1.0},"322":{"tf":1.0},"368":{"tf":1.0}},"u":{"df":0,"docs":{},"t":{"df":29,"docs":{"1":{"tf":1.0},"104":{"tf":1.0},"111":{"tf":1.0},"14":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":2.0},"2":{"tf":1.4142135623730951},"203":{"tf":1.0},"220":{"tf":1.0},"222":{"tf":1.0},"226":{"tf":1.0},"228":{"tf":1.0},"250":{"tf":1.0},"26":{"tf":1.7320508075688772},"276":{"tf":1.0},"292":{"tf":1.0},"34":{"tf":1.0},"349":{"tf":1.4142135623730951},"352":{"tf":1.0},"36":{"tf":1.4142135623730951},"38":{"tf":1.0},"386":{"tf":1.0},"39":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"65":{"tf":1.0},"76":{"tf":1.0},"96":{"tf":1.0},"98":{"tf":1.0}},"e":{"[":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"150":{"tf":1.0}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"55":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"386":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"r":{"df":54,"docs":{"1":{"tf":1.0},"10":{"tf":1.4142135623730951},"101":{"tf":3.1622776601683795},"102":{"tf":2.0},"109":{"tf":1.0},"113":{"tf":1.0},"123":{"tf":1.0},"126":{"tf":1.0},"132":{"tf":1.7320508075688772},"14":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.4142135623730951},"177":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"185":{"tf":1.0},"19":{"tf":1.4142135623730951},"190":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"226":{"tf":1.0},"233":{"tf":1.0},"235":{"tf":1.4142135623730951},"236":{"tf":1.0},"250":{"tf":1.0},"254":{"tf":1.0},"255":{"tf":1.4142135623730951},"260":{"tf":1.0},"266":{"tf":1.0},"27":{"tf":1.0},"274":{"tf":1.0},"295":{"tf":1.7320508075688772},"296":{"tf":1.4142135623730951},"305":{"tf":1.0},"31":{"tf":1.0},"316":{"tf":1.0},"318":{"tf":2.0},"321":{"tf":1.0},"323":{"tf":1.4142135623730951},"340":{"tf":1.0},"357":{"tf":2.0},"360":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":1.4142135623730951},"386":{"tf":1.4142135623730951},"39":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"78":{"tf":1.7320508075688772},"90":{"tf":1.0},"92":{"tf":1.0},"95":{"tf":1.0}},"s":{"(":{"1":{"df":5,"docs":{"21":{"tf":1.0},"4":{"tf":1.0},"78":{"tf":1.0},"83":{"tf":1.0},"92":{"tf":1.0}}},"2":{"df":3,"docs":{"118":{"tf":1.0},"32":{"tf":1.0},"340":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"90":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"n":{"df":1,"docs":{"101":{"tf":1.0}}}},".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"323":{"tf":1.0},"368":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":9,"docs":{"1":{"tf":1.0},"100":{"tf":1.0},"101":{"tf":1.0},"137":{"tf":1.4142135623730951},"140":{"tf":1.4142135623730951},"31":{"tf":1.0},"38":{"tf":1.0},"386":{"tf":1.0},"75":{"tf":1.0}}}}},"df":0,"docs":{}}},"h":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"122":{"tf":1.0},"137":{"tf":1.0},"362":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"352":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"372":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":19,"docs":{"137":{"tf":1.4142135623730951},"138":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"144":{"tf":1.0},"18":{"tf":1.0},"232":{"tf":1.0},"247":{"tf":1.4142135623730951},"248":{"tf":1.0},"251":{"tf":1.0},"273":{"tf":1.0},"297":{"tf":1.4142135623730951},"352":{"tf":1.0},"356":{"tf":1.0},"359":{"tf":1.0},"365":{"tf":1.4142135623730951},"377":{"tf":1.0},"381":{"tf":1.0},"384":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"355":{"tf":1.0}}}}}}}}}}},"t":{"df":1,"docs":{"274":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"197":{"tf":1.0},"209":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"171":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"100":{"tf":1.0},"195":{"tf":1.0},"198":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":35,"docs":{"102":{"tf":1.7320508075688772},"104":{"tf":1.0},"105":{"tf":1.0},"111":{"tf":1.0},"123":{"tf":2.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"151":{"tf":1.0},"183":{"tf":1.0},"19":{"tf":1.0},"194":{"tf":1.0},"196":{"tf":1.0},"198":{"tf":1.0},"32":{"tf":1.0},"345":{"tf":1.0},"349":{"tf":1.0},"350":{"tf":1.0},"364":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"80":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951},"90":{"tf":1.0},"94":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"217":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"217":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"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":{"37":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"203":{"tf":1.0},"210":{"tf":1.0}}}}}}},"df":0,"docs":{}},":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":1,"docs":{"195":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}},"[":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.0}}}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"345":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":118,"docs":{"1":{"tf":1.0},"100":{"tf":2.23606797749979},"101":{"tf":2.6457513110645907},"102":{"tf":2.449489742783178},"103":{"tf":1.0},"104":{"tf":1.4142135623730951},"105":{"tf":2.0},"11":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"114":{"tf":1.7320508075688772},"115":{"tf":1.0},"117":{"tf":1.0},"119":{"tf":1.0},"123":{"tf":1.4142135623730951},"124":{"tf":1.0},"125":{"tf":1.4142135623730951},"126":{"tf":1.0},"13":{"tf":1.0},"137":{"tf":3.0},"138":{"tf":1.4142135623730951},"139":{"tf":1.7320508075688772},"14":{"tf":1.7320508075688772},"140":{"tf":1.0},"141":{"tf":2.0},"142":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.4142135623730951},"15":{"tf":1.0},"150":{"tf":1.0},"162":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"171":{"tf":2.449489742783178},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.4142135623730951},"180":{"tf":1.0},"182":{"tf":1.0},"184":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"192":{"tf":2.23606797749979},"197":{"tf":2.0},"2":{"tf":1.4142135623730951},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":2.6457513110645907},"204":{"tf":2.8284271247461903},"205":{"tf":1.0},"209":{"tf":1.4142135623730951},"210":{"tf":1.7320508075688772},"211":{"tf":1.7320508075688772},"212":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":1.0},"217":{"tf":2.0},"223":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":2.0},"24":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":1.0},"26":{"tf":1.0},"261":{"tf":1.0},"28":{"tf":1.0},"298":{"tf":1.0},"3":{"tf":1.0},"304":{"tf":1.0},"32":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.0},"328":{"tf":1.4142135623730951},"33":{"tf":1.0},"345":{"tf":1.0},"35":{"tf":1.0},"356":{"tf":1.0},"36":{"tf":1.0},"364":{"tf":2.23606797749979},"37":{"tf":1.4142135623730951},"370":{"tf":1.4142135623730951},"374":{"tf":1.0},"377":{"tf":1.0},"38":{"tf":1.4142135623730951},"380":{"tf":1.0},"384":{"tf":1.0},"385":{"tf":1.4142135623730951},"386":{"tf":2.23606797749979},"47":{"tf":1.4142135623730951},"50":{"tf":2.6457513110645907},"52":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"59":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"78":{"tf":1.0},"80":{"tf":1.7320508075688772},"81":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":1.4142135623730951},"93":{"tf":1.0},"94":{"tf":1.0},"96":{"tf":1.4142135623730951},"97":{"tf":1.7320508075688772},"98":{"tf":1.7320508075688772}},"e":{"d":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"104":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"174":{"tf":1.7320508075688772}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"204":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":14,"docs":{"121":{"tf":1.0},"126":{"tf":1.0},"158":{"tf":1.0},"19":{"tf":1.0},"226":{"tf":1.0},"246":{"tf":1.0},"276":{"tf":1.0},"278":{"tf":1.0},"286":{"tf":1.0},"294":{"tf":1.0},"351":{"tf":1.0},"386":{"tf":1.0},"39":{"tf":1.0},"71":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"1":{"tf":1.4142135623730951},"140":{"tf":1.0},"32":{"tf":1.0},"76":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"203":{"tf":1.0},"354":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":7,"docs":{"117":{"tf":1.4142135623730951},"14":{"tf":1.0},"185":{"tf":1.0},"67":{"tf":1.0},"75":{"tf":1.0},"79":{"tf":1.0},"95":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"115":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"120":{"tf":1.0},"13":{"tf":1.0},"195":{"tf":1.0},"368":{"tf":1.4142135623730951},"53":{"tf":1.0},"63":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"102":{"tf":1.0},"105":{"tf":1.0},"193":{"tf":1.0},"357":{"tf":1.0},"98":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"15":{"tf":1.0},"195":{"tf":1.0},"7":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":24,"docs":{"100":{"tf":1.0},"204":{"tf":1.0},"235":{"tf":1.4142135623730951},"236":{"tf":1.4142135623730951},"246":{"tf":1.0},"257":{"tf":1.0},"260":{"tf":1.0},"264":{"tf":1.7320508075688772},"265":{"tf":1.4142135623730951},"266":{"tf":1.0},"267":{"tf":1.7320508075688772},"274":{"tf":1.0},"28":{"tf":1.4142135623730951},"294":{"tf":1.4142135623730951},"296":{"tf":1.4142135623730951},"297":{"tf":1.7320508075688772},"300":{"tf":2.0},"303":{"tf":1.4142135623730951},"324":{"tf":1.0},"327":{"tf":1.0},"357":{"tf":1.4142135623730951},"359":{"tf":1.0},"383":{"tf":1.0},"68":{"tf":1.0}}}},"s":{"df":8,"docs":{"143":{"tf":1.0},"180":{"tf":1.0},"187":{"tf":1.0},"203":{"tf":1.0},"207":{"tf":1.0},"325":{"tf":1.0},"329":{"tf":1.0},"73":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"329":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"—":{"a":{"d":{"df":0,"docs":{},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"352":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"115":{"tf":1.0},"3":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":19,"docs":{"11":{"tf":1.0},"114":{"tf":1.0},"134":{"tf":1.4142135623730951},"137":{"tf":1.0},"14":{"tf":1.0},"148":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.4142135623730951},"201":{"tf":1.0},"202":{"tf":1.4142135623730951},"206":{"tf":1.0},"218":{"tf":1.0},"352":{"tf":1.0},"37":{"tf":1.4142135623730951},"377":{"tf":1.0},"386":{"tf":1.0},"63":{"tf":1.0},"74":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":18,"docs":{"131":{"tf":1.0},"136":{"tf":1.4142135623730951},"14":{"tf":1.4142135623730951},"176":{"tf":1.0},"177":{"tf":1.0},"179":{"tf":1.0},"194":{"tf":1.0},"200":{"tf":1.0},"207":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"66":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":10,"docs":{"141":{"tf":1.0},"164":{"tf":1.0},"188":{"tf":1.0},"227":{"tf":1.0},"261":{"tf":1.0},"273":{"tf":1.0},"28":{"tf":1.0},"299":{"tf":1.0},"387":{"tf":1.0},"41":{"tf":1.0}}}}},"r":{"a":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"301":{"tf":1.0},"322":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"118":{"tf":1.0},"236":{"tf":1.0},"89":{"tf":1.0},"95":{"tf":1.0}}}},"df":3,"docs":{"101":{"tf":1.0},"253":{"tf":1.0},"303":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"354":{"tf":1.0}}}}}}}},"f":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"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":{"207":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"6":{"4":{"df":1,"docs":{"118":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"52":{"tf":1.4142135623730951},"65":{"tf":1.0}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"206":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":28,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"104":{"tf":1.0},"113":{"tf":1.0},"122":{"tf":1.0},"18":{"tf":1.0},"203":{"tf":1.0},"270":{"tf":1.0},"274":{"tf":1.4142135623730951},"275":{"tf":1.0},"281":{"tf":1.0},"355":{"tf":1.0},"356":{"tf":1.7320508075688772},"357":{"tf":1.0},"358":{"tf":1.4142135623730951},"359":{"tf":2.0},"360":{"tf":1.4142135623730951},"361":{"tf":1.7320508075688772},"364":{"tf":1.7320508075688772},"365":{"tf":1.4142135623730951},"369":{"tf":1.0},"370":{"tf":1.0},"372":{"tf":1.7320508075688772},"377":{"tf":1.0},"378":{"tf":1.0},"384":{"tf":1.0},"385":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":44,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.4142135623730951},"102":{"tf":1.0},"104":{"tf":1.0},"114":{"tf":1.0},"117":{"tf":1.0},"119":{"tf":1.4142135623730951},"121":{"tf":2.0},"122":{"tf":1.0},"124":{"tf":1.0},"135":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"14":{"tf":1.0},"180":{"tf":1.4142135623730951},"181":{"tf":1.0},"185":{"tf":1.0},"190":{"tf":1.0},"205":{"tf":1.0},"221":{"tf":1.0},"223":{"tf":1.4142135623730951},"225":{"tf":1.4142135623730951},"228":{"tf":1.0},"246":{"tf":1.0},"251":{"tf":1.0},"253":{"tf":1.0},"274":{"tf":2.23606797749979},"275":{"tf":1.0},"281":{"tf":1.7320508075688772},"288":{"tf":1.0},"29":{"tf":1.0},"290":{"tf":1.0},"329":{"tf":1.0},"336":{"tf":1.0},"337":{"tf":1.0},"351":{"tf":1.0},"353":{"tf":1.0},"363":{"tf":1.0},"368":{"tf":1.0},"370":{"tf":1.4142135623730951},"38":{"tf":1.0},"51":{"tf":1.4142135623730951},"61":{"tf":1.0},"63":{"tf":1.0}}}}},"r":{"df":1,"docs":{"137":{"tf":1.0}}}},"l":{"df":0,"docs":{},"s":{"df":11,"docs":{"102":{"tf":1.0},"205":{"tf":1.0},"225":{"tf":1.0},"255":{"tf":1.0},"274":{"tf":1.0},"299":{"tf":1.0},"304":{"tf":1.0},"317":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"53":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"16":{"tf":1.0}}}},"df":0,"docs":{}}}}},"q":{"df":6,"docs":{"11":{"tf":1.0},"117":{"tf":1.0},"124":{"tf":1.0},"336":{"tf":1.0},"337":{"tf":1.4142135623730951},"385":{"tf":1.0}}},"r":{"df":1,"docs":{"138":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":15,"docs":{"100":{"tf":1.0},"117":{"tf":1.0},"120":{"tf":1.7320508075688772},"122":{"tf":1.0},"124":{"tf":1.0},"153":{"tf":1.0},"159":{"tf":1.0},"163":{"tf":1.4142135623730951},"203":{"tf":1.0},"204":{"tf":1.0},"212":{"tf":1.0},"274":{"tf":1.0},"282":{"tf":1.0},"294":{"tf":1.0},"3":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"113":{"tf":1.0},"273":{"tf":1.0},"275":{"tf":1.0},"282":{"tf":1.0},"287":{"tf":1.0},"305":{"tf":1.0},"364":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"159":{"tf":1.0},"164":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"123":{"tf":1.0}}}}}},"df":7,"docs":{"207":{"tf":1.4142135623730951},"216":{"tf":2.0},"274":{"tf":1.0},"322":{"tf":1.4142135623730951},"323":{"tf":2.0},"360":{"tf":1.0},"368":{"tf":2.6457513110645907}},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":11,"docs":{"132":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.7320508075688772},"146":{"tf":1.0},"164":{"tf":1.4142135623730951},"214":{"tf":1.0},"261":{"tf":1.0},"275":{"tf":1.0},"3":{"tf":1.0},"303":{"tf":1.0},"41":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"190":{"tf":1.0}}}}}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"120":{"tf":1.4142135623730951},"124":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":8,"docs":{"167":{"tf":1.0},"171":{"tf":1.4142135623730951},"172":{"tf":1.4142135623730951},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"205":{"tf":1.0},"3":{"tf":1.0}}},"df":1,"docs":{"137":{"tf":2.0}}},"t":{"c":{"df":0,"docs":{},"h":{"df":11,"docs":{"239":{"tf":1.4142135623730951},"248":{"tf":1.0},"258":{"tf":1.0},"28":{"tf":1.0},"298":{"tf":1.0},"356":{"tf":1.0},"384":{"tf":1.0},"44":{"tf":1.0},"66":{"tf":1.0},"70":{"tf":1.0},"72":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"66":{"tf":1.0}}}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"361":{"tf":1.0}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":5,"docs":{"120":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"164":{"tf":1.0}}}}},"df":1,"docs":{"274":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"203":{"tf":1.0},"373":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"df":41,"docs":{"144":{"tf":1.0},"18":{"tf":1.7320508075688772},"19":{"tf":1.4142135623730951},"220":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.0},"229":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.7320508075688772},"238":{"tf":1.4142135623730951},"241":{"tf":1.0},"255":{"tf":1.0},"260":{"tf":1.4142135623730951},"270":{"tf":1.0},"282":{"tf":1.0},"298":{"tf":1.4142135623730951},"299":{"tf":1.7320508075688772},"314":{"tf":1.0},"317":{"tf":1.4142135623730951},"318":{"tf":2.0},"321":{"tf":1.7320508075688772},"322":{"tf":2.449489742783178},"351":{"tf":1.0},"352":{"tf":1.0},"354":{"tf":1.0},"355":{"tf":2.0},"356":{"tf":1.7320508075688772},"357":{"tf":1.7320508075688772},"360":{"tf":1.0},"362":{"tf":1.0},"367":{"tf":2.449489742783178},"368":{"tf":1.0},"372":{"tf":1.4142135623730951},"381":{"tf":1.4142135623730951},"384":{"tf":1.7320508075688772},"44":{"tf":1.4142135623730951},"46":{"tf":2.6457513110645907},"66":{"tf":1.0},"69":{"tf":1.0},"73":{"tf":1.4142135623730951}},"n":{"a":{"df":0,"docs":{},"m":{"df":9,"docs":{"261":{"tf":1.0},"28":{"tf":1.0},"298":{"tf":1.0},"318":{"tf":1.0},"321":{"tf":1.0},"351":{"tf":1.0},"356":{"tf":1.0},"368":{"tf":1.0},"384":{"tf":1.0}},"e":{"df":0,"docs":{},"—":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"l":{":":{"#":{"df":0,"docs":{},"e":{"1":{"df":0,"docs":{},"f":{"5":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":5,"docs":{"163":{"tf":1.0},"165":{"tf":1.0},"2":{"tf":1.0},"35":{"tf":1.0},"55":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"1":{"df":5,"docs":{"163":{"tf":1.0},"165":{"tf":1.0},"2":{"tf":1.0},"35":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"f":{"0":{"df":0,"docs":{},"f":{"0":{"df":0,"docs":{},"f":{"0":{"df":1,"docs":{"35":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"1":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"1":{"df":0,"docs":{},"e":{"1":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}},"f":{"5":{"df":6,"docs":{"163":{"tf":1.0},"165":{"tf":1.0},"2":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"f":{"4":{"df":0,"docs":{},"e":{"1":{"df":4,"docs":{"2":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"137":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":14,"docs":{"137":{"tf":1.0},"255":{"tf":1.0},"260":{"tf":1.0},"274":{"tf":1.4142135623730951},"299":{"tf":1.4142135623730951},"301":{"tf":1.0},"317":{"tf":1.0},"319":{"tf":1.4142135623730951},"322":{"tf":1.7320508075688772},"360":{"tf":1.0},"362":{"tf":1.0},"368":{"tf":2.0},"371":{"tf":1.0},"73":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"b":{"(":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"204":{"tf":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":{"204":{"tf":1.0}}}}}}}}},"df":6,"docs":{"137":{"tf":1.4142135623730951},"138":{"tf":1.0},"142":{"tf":1.0},"150":{"tf":1.0},"173":{"tf":1.4142135623730951},"347":{"tf":1.0}}}},"d":{"df":9,"docs":{"121":{"tf":1.0},"133":{"tf":1.0},"176":{"tf":1.0},"334":{"tf":1.0},"337":{"tf":1.0},"360":{"tf":1.0},"365":{"tf":1.0},"366":{"tf":1.0},"368":{"tf":2.0}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"360":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":5,"docs":{"255":{"tf":1.0},"260":{"tf":1.0},"299":{"tf":1.0},"317":{"tf":1.0},"385":{"tf":1.0}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":5,"docs":{"204":{"tf":1.7320508075688772},"211":{"tf":1.0},"342":{"tf":1.0},"343":{"tf":1.0},"354":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":21,"docs":{"115":{"tf":1.0},"119":{"tf":1.0},"124":{"tf":1.0},"131":{"tf":1.0},"137":{"tf":1.0},"15":{"tf":1.0},"171":{"tf":1.0},"178":{"tf":1.0},"19":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"225":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"247":{"tf":1.0},"357":{"tf":1.0},"368":{"tf":1.7320508075688772},"371":{"tf":1.0},"372":{"tf":1.0},"51":{"tf":1.0},"77":{"tf":1.0}},"—":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":1,"docs":{"181":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"385":{"tf":1.0}}}}}}}}}},"t":{"df":7,"docs":{"120":{"tf":1.0},"209":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"227":{"tf":1.0},"38":{"tf":1.0}}},"x":{"df":30,"docs":{"114":{"tf":1.0},"137":{"tf":1.0},"228":{"tf":1.0},"232":{"tf":1.0},"248":{"tf":1.0},"271":{"tf":1.0},"337":{"tf":1.0},"353":{"tf":1.0},"354":{"tf":1.0},"355":{"tf":1.0},"356":{"tf":1.4142135623730951},"357":{"tf":1.4142135623730951},"358":{"tf":1.0},"359":{"tf":1.4142135623730951},"360":{"tf":1.0},"361":{"tf":1.0},"362":{"tf":1.0},"363":{"tf":1.0},"364":{"tf":1.0},"377":{"tf":1.0},"378":{"tf":1.0},"379":{"tf":1.0},"380":{"tf":1.0},"381":{"tf":1.0},"382":{"tf":1.0},"383":{"tf":1.4142135623730951},"384":{"tf":1.4142135623730951},"385":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"137":{"tf":1.0},"162":{"tf":1.0},"182":{"tf":1.0},"367":{"tf":1.0}}},"k":{"df":0,"docs":{},"i":{"df":3,"docs":{"124":{"tf":1.4142135623730951},"352":{"tf":1.0},"362":{"tf":1.0}}}},"p":{"df":2,"docs":{"182":{"tf":1.0},"190":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"148":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"138":{"tf":1.7320508075688772},"141":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"w":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":12,"docs":{"150":{"tf":1.0},"163":{"tf":1.0},"165":{"tf":1.0},"2":{"tf":1.0},"228":{"tf":1.0},"329":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"55":{"tf":1.0},"76":{"tf":1.0},"98":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":5,"docs":{"150":{"tf":1.0},"329":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"63":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"193":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":1.0},"36":{"tf":1.0},"40":{"tf":1.0}}}}}}},"n":{"df":57,"docs":{"112":{"tf":1.0},"118":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"151":{"tf":1.0},"171":{"tf":2.0},"172":{"tf":2.0},"173":{"tf":1.0},"174":{"tf":1.0},"178":{"tf":1.4142135623730951},"179":{"tf":1.4142135623730951},"183":{"tf":1.0},"19":{"tf":1.0},"203":{"tf":2.6457513110645907},"204":{"tf":2.0},"205":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"207":{"tf":2.6457513110645907},"21":{"tf":1.0},"210":{"tf":2.23606797749979},"211":{"tf":1.7320508075688772},"216":{"tf":2.8284271247461903},"217":{"tf":2.23606797749979},"218":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"328":{"tf":1.0},"340":{"tf":1.0},"341":{"tf":1.0},"342":{"tf":1.0},"343":{"tf":1.0},"344":{"tf":1.0},"345":{"tf":1.0},"346":{"tf":1.0},"347":{"tf":1.0},"348":{"tf":1.0},"349":{"tf":1.0},"350":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.4142135623730951},"89":{"tf":2.0},"90":{"tf":2.0}},"o":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"207":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"216":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"o":{"c":{"df":0,"docs":{},"u":{"df":4,"docs":{"179":{"tf":1.0},"181":{"tf":1.0},"372":{"tf":1.0},"49":{"tf":1.0}},"s":{"df":6,"docs":{"149":{"tf":1.0},"16":{"tf":1.0},"186":{"tf":1.0},"224":{"tf":1.0},"65":{"tf":1.0},"95":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":8,"docs":{"150":{"tf":1.0},"222":{"tf":1.0},"322":{"tf":1.0},"33":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":1.0},"38":{"tf":1.0},"76":{"tf":1.0}}}}}},"r":{"c":{"df":3,"docs":{"251":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"210":{"tf":1.0},"354":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"102":{"tf":1.0},"122":{"tf":1.0}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"115":{"tf":1.0}}}}}}}},"k":{"df":1,"docs":{"138":{"tf":1.7320508075688772}}},"m":{"a":{"df":0,"docs":{},"t":{"=":{"'":{"df":0,"docs":{},"{":{"df":0,"docs":{},"{":{".":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"274":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":3,"docs":{"260":{"tf":1.0},"295":{"tf":1.0},"373":{"tf":1.0}}}},"df":1,"docs":{"38":{"tf":1.0}},"u":{"df":0,"docs":{},"l":{"a":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":3,"docs":{"251":{"tf":1.0},"267":{"tf":1.0},"302":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"11":{"tf":1.0},"115":{"tf":1.0},"30":{"tf":1.0},"36":{"tf":1.0}}}},"df":10,"docs":{"200":{"tf":1.0},"232":{"tf":1.0},"241":{"tf":1.0},"355":{"tf":1.0},"356":{"tf":1.0},"357":{"tf":1.4142135623730951},"359":{"tf":1.4142135623730951},"372":{"tf":1.0},"383":{"tf":1.0},"384":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"'":{"df":1,"docs":{"176":{"tf":1.0}}},"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"k":{"/":{"c":{"df":0,"docs":{},"f":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":5,"docs":{"260":{"tf":1.0},"322":{"tf":1.0},"367":{"tf":1.7320508075688772},"45":{"tf":1.0},"46":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"z":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":9,"docs":{"239":{"tf":1.4142135623730951},"258":{"tf":1.0},"270":{"tf":1.0},"28":{"tf":1.0},"298":{"tf":1.0},"356":{"tf":1.4142135623730951},"372":{"tf":1.0},"377":{"tf":1.0},"384":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"z":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":12,"docs":{"238":{"tf":1.0},"239":{"tf":1.0},"241":{"tf":1.0},"247":{"tf":1.0},"28":{"tf":1.0},"298":{"tf":1.0},"351":{"tf":1.0},"356":{"tf":1.7320508075688772},"365":{"tf":1.0},"384":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0}}}},"df":0,"docs":{}}},"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":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"45":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"n":{"a":{"/":{"d":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"327":{"tf":1.0},"47":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":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":{"69":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"213":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"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":2,"docs":{"214":{"tf":1.0},"74":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"r":{"df":2,"docs":{"213":{"tf":1.0},"74":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"328":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"214":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"214":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"u":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"144":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":2,"docs":{"214":{"tf":1.0},"74":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"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":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{",":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{",":{"df":0,"docs":{},"k":{"8":{"df":1,"docs":{"213":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"203":{"tf":1.0},"204":{"tf":1.0},"213":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"214":{"tf":1.0},"74":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{".":{"df":0,"docs":{},"r":{"df":2,"docs":{"216":{"tf":1.0},"217":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"217":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":2,"docs":{"214":{"tf":1.0},"74":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":2,"docs":{"214":{"tf":1.0},"74":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"216":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}},"df":62,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"114":{"tf":1.0},"131":{"tf":1.0},"136":{"tf":1.0},"138":{"tf":1.0},"14":{"tf":1.4142135623730951},"145":{"tf":1.0},"148":{"tf":1.0},"151":{"tf":1.0},"177":{"tf":1.0},"181":{"tf":1.4142135623730951},"19":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.4142135623730951},"209":{"tf":1.0},"213":{"tf":1.4142135623730951},"218":{"tf":1.0},"219":{"tf":1.0},"221":{"tf":1.0},"227":{"tf":1.0},"235":{"tf":1.0},"249":{"tf":1.0},"25":{"tf":1.0},"274":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"299":{"tf":1.0},"30":{"tf":1.0},"306":{"tf":2.0},"31":{"tf":1.4142135623730951},"316":{"tf":1.7320508075688772},"33":{"tf":1.0},"35":{"tf":1.0},"357":{"tf":1.0},"36":{"tf":1.4142135623730951},"363":{"tf":1.0},"37":{"tf":1.4142135623730951},"370":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"39":{"tf":1.4142135623730951},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"53":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.0},"71":{"tf":1.0},"79":{"tf":1.0},"85":{"tf":1.0},"9":{"tf":1.0}},"’":{"df":1,"docs":{"115":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":2,"docs":{"351":{"tf":1.0},"360":{"tf":1.0}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"102":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":6,"docs":{"132":{"tf":1.0},"135":{"tf":1.0},"182":{"tf":1.0},"283":{"tf":1.0},"336":{"tf":1.0},"337":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"140":{"tf":1.4142135623730951},"62":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":16,"docs":{"137":{"tf":1.0},"169":{"tf":1.0},"171":{"tf":1.0},"190":{"tf":1.0},"227":{"tf":1.7320508075688772},"248":{"tf":1.0},"260":{"tf":1.0},"266":{"tf":1.0},"271":{"tf":1.0},"273":{"tf":1.0},"292":{"tf":1.0},"300":{"tf":1.0},"306":{"tf":1.0},"31":{"tf":1.0},"317":{"tf":1.0},"337":{"tf":1.0}},"i":{"df":1,"docs":{"205":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":13,"docs":{"10":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"126":{"tf":1.0},"141":{"tf":1.0},"19":{"tf":1.4142135623730951},"352":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"51":{"tf":1.0},"95":{"tf":1.0}}}}}}},"d":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}}}},"df":10,"docs":{"137":{"tf":1.0},"142":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"341":{"tf":1.0},"361":{"tf":1.4142135623730951},"372":{"tf":1.0},"378":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"179":{"tf":1.0}}}}},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"137":{"tf":1.4142135623730951}}}}}},"g":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"31":{"tf":1.0},"352":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"162":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"y":{"df":3,"docs":{"301":{"tf":1.0},"322":{"tf":1.0},"78":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"373":{"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":{},"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":{"172":{"tf":1.4142135623730951}}}}}}}}}},"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":4,"docs":{"118":{"tf":1.0},"167":{"tf":1.0},"203":{"tf":1.0},"210":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":38,"docs":{"100":{"tf":2.449489742783178},"118":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"137":{"tf":1.4142135623730951},"158":{"tf":1.0},"172":{"tf":1.0},"19":{"tf":1.4142135623730951},"192":{"tf":1.0},"210":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":1.0},"226":{"tf":1.0},"23":{"tf":1.0},"246":{"tf":1.0},"278":{"tf":1.0},"35":{"tf":1.0},"351":{"tf":1.0},"354":{"tf":1.0},"36":{"tf":1.4142135623730951},"367":{"tf":1.0},"368":{"tf":1.0},"37":{"tf":1.0},"372":{"tf":1.0},"377":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"380":{"tf":1.0},"386":{"tf":1.7320508075688772},"39":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.0},"71":{"tf":1.0},"76":{"tf":1.0},"81":{"tf":1.0},"94":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}}}},"t":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"210":{"tf":1.0},"211":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"_":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"122":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":2,"docs":{"239":{"tf":1.0},"6":{"tf":1.0}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"143":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}}}},"df":7,"docs":{"232":{"tf":1.4142135623730951},"251":{"tf":1.0},"252":{"tf":1.4142135623730951},"296":{"tf":1.0},"307":{"tf":1.0},"355":{"tf":1.0},"381":{"tf":1.0}},"h":{"df":0,"docs":{},"u":{"b":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"276":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"276":{"tf":1.0}}}}}},"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"273":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"282":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":3,"docs":{"14":{"tf":1.0},"274":{"tf":1.0},"291":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":3,"docs":{"13":{"tf":1.0},"195":{"tf":1.0},"364":{"tf":1.0}},"n":{"df":3,"docs":{"133":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":3.0}}}}}},"l":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"l":{"df":5,"docs":{"255":{"tf":1.0},"278":{"tf":1.0},"299":{"tf":1.0},"317":{"tf":1.0},"73":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"11":{"tf":1.0},"336":{"tf":1.0},"337":{"tf":1.4142135623730951},"386":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"117":{"tf":1.0},"123":{"tf":1.0},"125":{"tf":1.0}}}},"df":2,"docs":{"74":{"tf":1.0},"78":{"tf":1.0}},"e":{"df":4,"docs":{"214":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"363":{"tf":1.0}}}},"o":{"d":{"df":8,"docs":{"122":{"tf":2.449489742783178},"160":{"tf":1.0},"273":{"tf":1.0},"375":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"137":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":2,"docs":{"137":{"tf":1.0},"138":{"tf":3.605551275463989}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"a":{"df":1,"docs":{"124":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"175":{"tf":1.0},"304":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"137":{"tf":1.0},"175":{"tf":1.0},"180":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"125":{"tf":1.0}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"138":{"tf":1.0}}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"117":{"tf":1.0},"122":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"n":{"a":{":":{"3":{"0":{"0":{"0":{"df":1,"docs":{"267":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":10,"docs":{"226":{"tf":1.0},"260":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"28":{"tf":1.0},"300":{"tf":1.0},"327":{"tf":1.7320508075688772},"332":{"tf":1.0},"360":{"tf":1.0},"47":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"255":{"tf":1.0},"260":{"tf":1.0},"299":{"tf":1.0},"317":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":8,"docs":{"100":{"tf":1.0},"101":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"104":{"tf":1.7320508075688772},"247":{"tf":1.0},"359":{"tf":1.0},"368":{"tf":1.0},"371":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"1":{"6":{"df":8,"docs":{"158":{"tf":1.0},"19":{"tf":1.0},"246":{"tf":1.0},"294":{"tf":1.0},"351":{"tf":1.0},"354":{"tf":1.0},"386":{"tf":1.0},"39":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"138":{"tf":2.0},"358":{"tf":1.0},"386":{"tf":1.0}}}},"w":{"df":2,"docs":{"137":{"tf":1.0},"212":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"137":{"tf":2.23606797749979}}}}}}},"u":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"137":{"tf":1.0},"62":{"tf":1.0}}}}}},"d":{"df":2,"docs":{"122":{"tf":1.0},"180":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":5,"docs":{"190":{"tf":1.0},"192":{"tf":1.0},"64":{"tf":1.0},"74":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{}}},"df":12,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"165":{"tf":1.0},"202":{"tf":1.0},"315":{"tf":1.0},"335":{"tf":1.0},"337":{"tf":1.0},"352":{"tf":1.0},"6":{"tf":1.0},"64":{"tf":1.0},"7":{"tf":1.0},"74":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"123":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"h":{"1":{"[":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"163":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"[":{"\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"163":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"[":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"163":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"[":{"\"":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":1,"docs":{"163":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"[":{"\"":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"163":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"113":{"tf":1.0}}}},"n":{"d":{"df":2,"docs":{"58":{"tf":1.0},"6":{"tf":1.0}},"l":{"df":29,"docs":{"101":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.7320508075688772},"139":{"tf":2.0},"140":{"tf":1.4142135623730951},"167":{"tf":1.0},"175":{"tf":1.0},"19":{"tf":1.0},"218":{"tf":1.0},"239":{"tf":1.0},"248":{"tf":1.0},"250":{"tf":1.4142135623730951},"255":{"tf":1.0},"261":{"tf":1.0},"270":{"tf":1.0},"274":{"tf":1.0},"279":{"tf":1.0},"28":{"tf":1.0},"351":{"tf":1.0},"356":{"tf":1.0},"368":{"tf":1.0},"383":{"tf":1.0},"384":{"tf":1.0},"39":{"tf":1.0},"49":{"tf":1.0},"58":{"tf":1.0},"66":{"tf":1.0}}}},"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"122":{"tf":1.0},"294":{"tf":1.0}}}}}}}}}},"df":4,"docs":{"246":{"tf":1.0},"275":{"tf":1.0},"278":{"tf":1.0},"354":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"185":{"tf":1.0},"20":{"tf":1.0},"57":{"tf":1.0},"81":{"tf":1.0}}}}}},"r":{"d":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"122":{"tf":1.0}}},"df":0,"docs":{}}},"df":3,"docs":{"117":{"tf":1.0},"122":{"tf":1.0},"51":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"141":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"127":{"tf":1.0}}}},"df":0,"docs":{}}},"df":3,"docs":{"143":{"tf":1.0},"148":{"tf":1.0},"370":{"tf":1.0}},"m":{"df":1,"docs":{"141":{"tf":1.0}}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{"'":{"*":{"*":{"/":{"c":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"274":{"tf":1.7320508075688772},"280":{"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":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"274":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"274":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"359":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":6,"docs":{"12":{"tf":1.0},"138":{"tf":1.0},"274":{"tf":1.0},"322":{"tf":1.0},"359":{"tf":1.0},"368":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"171":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":2,"docs":{"169":{"tf":1.0},"171":{"tf":1.0}},"i":{"d":{"df":1,"docs":{"169":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"101":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"2":{"0":{"df":4,"docs":{"19":{"tf":1.0},"23":{"tf":1.0},"343":{"tf":1.0},"350":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":6,"docs":{"101":{"tf":1.0},"108":{"tf":1.0},"19":{"tf":1.0},"23":{"tf":1.4142135623730951},"343":{"tf":1.4142135623730951},"350":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":2,"docs":{"138":{"tf":1.4142135623730951},"188":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"df":10,"docs":{"173":{"tf":1.0},"190":{"tf":1.0},"2":{"tf":1.0},"226":{"tf":1.4142135623730951},"38":{"tf":1.0},"386":{"tf":1.0},"52":{"tf":1.4142135623730951},"80":{"tf":1.0},"94":{"tf":1.0},"98":{"tf":1.0}},"i":{"df":4,"docs":{"188":{"tf":1.0},"364":{"tf":1.0},"374":{"tf":1.0},"52":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":3,"docs":{"164":{"tf":1.0},"351":{"tf":1.0},"362":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":8,"docs":{"102":{"tf":1.0},"113":{"tf":1.0},"173":{"tf":1.4142135623730951},"180":{"tf":1.0},"184":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"59":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":1,"docs":{"83":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"77":{"tf":1.0},"83":{"tf":1.0}}}},"m":{"df":7,"docs":{"266":{"tf":1.4142135623730951},"302":{"tf":1.4142135623730951},"323":{"tf":1.4142135623730951},"351":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.0},"66":{"tf":1.0}}},"p":{"df":3,"docs":{"227":{"tf":1.0},"337":{"tf":1.0},"48":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":27,"docs":{"115":{"tf":1.0},"118":{"tf":1.0},"138":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.0},"193":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"226":{"tf":1.0},"232":{"tf":1.0},"234":{"tf":1.0},"239":{"tf":1.0},"248":{"tf":1.4142135623730951},"253":{"tf":1.0},"279":{"tf":1.0},"296":{"tf":1.0},"298":{"tf":1.0},"307":{"tf":1.4142135623730951},"351":{"tf":1.0},"355":{"tf":1.4142135623730951},"381":{"tf":1.0},"66":{"tf":1.0},"72":{"tf":1.0},"89":{"tf":1.0},"95":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"'":{"df":2,"docs":{"274":{"tf":1.0},"32":{"tf":1.0}}},"df":5,"docs":{"153":{"tf":1.0},"211":{"tf":1.0},"354":{"tf":1.0},"71":{"tf":1.0},"74":{"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":1,"docs":{"138":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"123":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":20,"docs":{"102":{"tf":1.0},"104":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.4142135623730951},"132":{"tf":1.0},"134":{"tf":1.4142135623730951},"137":{"tf":1.0},"138":{"tf":1.7320508075688772},"141":{"tf":1.7320508075688772},"150":{"tf":1.0},"164":{"tf":1.4142135623730951},"193":{"tf":1.0},"194":{"tf":1.0},"196":{"tf":1.0},"207":{"tf":1.0},"213":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"386":{"tf":1.0},"65":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"161":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"164":{"tf":1.0},"372":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"173":{"tf":1.0},"175":{"tf":1.0}},"i":{"df":1,"docs":{"169":{"tf":1.0}}},"y":{"/":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"252":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"t":{"df":3,"docs":{"253":{"tf":1.0},"354":{"tf":1.0},"52":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":4,"docs":{"204":{"tf":1.0},"382":{"tf":1.0},"65":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"139":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{",":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{",":{"df":0,"docs":{},"k":{"8":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},".":{"d":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{":":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"301":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"282":{"tf":1.0}}}}}},"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"k":{"8":{"df":3,"docs":{"228":{"tf":1.0},"282":{"tf":1.0},"70":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"[":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"163":{"tf":1.0}}}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"273":{"tf":1.0},"274":{"tf":1.4142135623730951}}}}}}},"df":67,"docs":{"117":{"tf":1.0},"120":{"tf":1.4142135623730951},"121":{"tf":1.0},"124":{"tf":1.0},"126":{"tf":1.7320508075688772},"138":{"tf":1.4142135623730951},"14":{"tf":1.0},"153":{"tf":1.4142135623730951},"159":{"tf":2.0},"163":{"tf":1.7320508075688772},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"213":{"tf":1.0},"220":{"tf":1.0},"225":{"tf":1.0},"227":{"tf":1.0},"234":{"tf":1.0},"239":{"tf":1.0},"241":{"tf":1.0},"243":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.4142135623730951},"249":{"tf":1.0},"250":{"tf":1.4142135623730951},"251":{"tf":1.0},"254":{"tf":1.0},"255":{"tf":1.7320508075688772},"260":{"tf":1.0},"266":{"tf":1.0},"27":{"tf":1.0},"273":{"tf":1.4142135623730951},"274":{"tf":3.0},"279":{"tf":1.0},"287":{"tf":1.0},"295":{"tf":2.0},"296":{"tf":2.0},"298":{"tf":2.0},"299":{"tf":1.0},"3":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.7320508075688772},"309":{"tf":1.4142135623730951},"310":{"tf":1.4142135623730951},"316":{"tf":1.0},"317":{"tf":1.0},"321":{"tf":1.0},"322":{"tf":1.4142135623730951},"323":{"tf":1.0},"331":{"tf":1.4142135623730951},"351":{"tf":1.0},"352":{"tf":1.0},"355":{"tf":1.0},"356":{"tf":1.0},"357":{"tf":1.0},"36":{"tf":1.0},"367":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951},"41":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.4142135623730951},"70":{"tf":1.0}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"241":{"tf":1.0},"245":{"tf":1.0},"270":{"tf":1.0},"298":{"tf":1.0},"351":{"tf":1.0}}}}},"df":0,"docs":{}},"|":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"|":{"df":0,"docs":{},"k":{"8":{"df":1,"docs":{"250":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"15":{"tf":1.7320508075688772}}},"s":{"df":1,"docs":{"213":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"c":{"df":3,"docs":{"167":{"tf":1.0},"188":{"tf":1.0},"36":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":1,"docs":{"141":{"tf":1.4142135623730951}}}},":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"1":{"8":{"0":{"8":{"0":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"374":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"0":{"0":{"0":{"df":2,"docs":{"300":{"tf":1.0},"332":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"0":{"9":{"0":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"/":{"df":0,"docs":{},"v":{"1":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"v":{"1":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"300":{"tf":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":{"300":{"tf":1.0},"374":{"tf":1.0},"73":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"268":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":12,"docs":{"137":{"tf":1.0},"141":{"tf":1.0},"260":{"tf":1.0},"266":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.4142135623730951},"322":{"tf":1.0},"325":{"tf":1.0},"374":{"tf":1.0},"47":{"tf":1.0},"58":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"121":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"223":{"tf":1.0}},"e":{"df":0,"docs":{},"—":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"229":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"i":{"/":{"df":0,"docs":{},"o":{"df":2,"docs":{"253":{"tf":1.0},"351":{"tf":1.0}}}},"[":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"98":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"d":{">":{":":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"322":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":5,"docs":{"301":{"tf":1.0},"322":{"tf":1.4142135623730951},"362":{"tf":1.4142135623730951},"367":{"tf":1.0},"368":{"tf":2.23606797749979}},"e":{"a":{"df":4,"docs":{"136":{"tf":1.0},"177":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":7,"docs":{"119":{"tf":1.0},"124":{"tf":1.0},"138":{"tf":1.0},"14":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"210":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"140":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"297":{"tf":1.0}}}}}}}}}},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"122":{"tf":1.4142135623730951},"299":{"tf":1.0},"324":{"tf":1.0}}}}}},"i":{"df":1,"docs":{"64":{"tf":1.0}},"i":{"df":1,"docs":{"191":{"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":{"126":{"tf":1.0},"209":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":36,"docs":{"126":{"tf":1.4142135623730951},"163":{"tf":1.4142135623730951},"226":{"tf":1.0},"241":{"tf":1.7320508075688772},"244":{"tf":1.4142135623730951},"245":{"tf":2.23606797749979},"247":{"tf":1.4142135623730951},"248":{"tf":1.4142135623730951},"250":{"tf":2.0},"251":{"tf":2.6457513110645907},"256":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"260":{"tf":1.4142135623730951},"262":{"tf":1.0},"263":{"tf":1.4142135623730951},"264":{"tf":2.0},"266":{"tf":1.0},"273":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"287":{"tf":1.0},"297":{"tf":2.6457513110645907},"298":{"tf":1.4142135623730951},"303":{"tf":1.0},"307":{"tf":1.0},"351":{"tf":1.0},"359":{"tf":3.4641016151377544},"365":{"tf":1.0},"383":{"tf":2.6457513110645907},"384":{"tf":1.0},"39":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.4142135623730951},"70":{"tf":1.0},"71":{"tf":1.0}},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"297":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"355":{"tf":1.0},"358":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"386":{"tf":1.0},"57":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"49":{"tf":1.4142135623730951}}}},"l":{"<":{"c":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"216":{"tf":1.0},"217":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":14,"docs":{"112":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"178":{"tf":1.0},"203":{"tf":1.7320508075688772},"204":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"206":{"tf":1.0},"207":{"tf":2.23606797749979},"210":{"tf":1.4142135623730951},"211":{"tf":1.4142135623730951},"216":{"tf":1.7320508075688772},"217":{"tf":1.0},"218":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":31,"docs":{"102":{"tf":1.0},"114":{"tf":1.0},"131":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":3.0},"138":{"tf":1.4142135623730951},"139":{"tf":1.0},"14":{"tf":1.7320508075688772},"141":{"tf":1.7320508075688772},"15":{"tf":1.0},"16":{"tf":1.0},"173":{"tf":1.0},"177":{"tf":1.0},"182":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"197":{"tf":1.0},"199":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.4142135623730951},"213":{"tf":1.4142135623730951},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"37":{"tf":2.0},"41":{"tf":1.0},"74":{"tf":2.0},"9":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":17,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"104":{"tf":1.0},"158":{"tf":1.0},"175":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"197":{"tf":1.0},"261":{"tf":1.0},"270":{"tf":1.0},"299":{"tf":1.0},"339":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":1.0},"39":{"tf":1.0},"47":{"tf":1.0}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":31,"docs":{"10":{"tf":1.0},"100":{"tf":1.4142135623730951},"105":{"tf":1.0},"126":{"tf":1.0},"137":{"tf":1.4142135623730951},"143":{"tf":1.0},"169":{"tf":1.0},"179":{"tf":1.0},"183":{"tf":1.4142135623730951},"19":{"tf":1.0},"197":{"tf":1.0},"202":{"tf":1.0},"213":{"tf":1.0},"257":{"tf":1.0},"318":{"tf":1.4142135623730951},"321":{"tf":1.0},"336":{"tf":1.0},"35":{"tf":1.0},"352":{"tf":1.0},"353":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":1.0},"386":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"52":{"tf":1.0},"73":{"tf":1.0},"92":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"97":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"182":{"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":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"102":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"102":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":22,"docs":{"1":{"tf":1.0},"100":{"tf":1.0},"119":{"tf":1.4142135623730951},"123":{"tf":1.0},"125":{"tf":1.0},"128":{"tf":1.0},"137":{"tf":2.0},"14":{"tf":1.0},"171":{"tf":1.0},"184":{"tf":1.0},"189":{"tf":1.0},"2":{"tf":1.0},"36":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"52":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.0},"76":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"94":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"188":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"352":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":24,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.7320508075688772},"104":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"137":{"tf":1.7320508075688772},"162":{"tf":1.0},"175":{"tf":1.0},"276":{"tf":1.0},"304":{"tf":1.0},"316":{"tf":1.0},"352":{"tf":1.0},"361":{"tf":1.0},"362":{"tf":1.4142135623730951},"364":{"tf":1.0},"372":{"tf":1.0},"373":{"tf":1.0},"378":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"275":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"137":{"tf":1.0},"169":{"tf":1.0},"38":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"df":10,"docs":{"173":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.4142135623730951},"210":{"tf":1.0},"322":{"tf":1.0},"323":{"tf":1.4142135623730951},"367":{"tf":1.7320508075688772},"368":{"tf":1.4142135623730951},"372":{"tf":1.0},"46":{"tf":1.4142135623730951}}}},"i":{"c":{"df":1,"docs":{"125":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"198":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":4,"docs":{"173":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"328":{"tf":1.0}}}}}}}}},"df":21,"docs":{"173":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.4142135623730951},"205":{"tf":1.0},"255":{"tf":1.4142135623730951},"260":{"tf":1.0},"299":{"tf":1.4142135623730951},"306":{"tf":1.0},"317":{"tf":1.4142135623730951},"328":{"tf":2.0},"354":{"tf":1.7320508075688772},"356":{"tf":1.0},"357":{"tf":1.0},"358":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":1.0},"361":{"tf":1.0},"362":{"tf":1.4142135623730951},"363":{"tf":1.4142135623730951},"364":{"tf":1.7320508075688772},"47":{"tf":1.0}},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"335":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":13,"docs":{"10":{"tf":1.0},"137":{"tf":1.4142135623730951},"141":{"tf":1.0},"150":{"tf":1.0},"16":{"tf":1.0},"205":{"tf":1.0},"218":{"tf":1.0},"26":{"tf":1.4142135623730951},"31":{"tf":1.0},"38":{"tf":1.0},"386":{"tf":1.0},"49":{"tf":1.0},"58":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"260":{"tf":1.0},"266":{"tf":1.0},"268":{"tf":1.0},"300":{"tf":1.0}}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"115":{"tf":1.0},"122":{"tf":1.0},"62":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"298":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"t":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"98":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":6,"docs":{"100":{"tf":1.0},"203":{"tf":1.7320508075688772},"210":{"tf":1.4142135623730951},"356":{"tf":1.0},"361":{"tf":1.0},"98":{"tf":1.4142135623730951}},"i":{"df":7,"docs":{"119":{"tf":1.0},"123":{"tf":1.0},"137":{"tf":1.4142135623730951},"142":{"tf":1.0},"150":{"tf":1.0},"55":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"137":{"tf":1.0},"138":{"tf":1.7320508075688772},"139":{"tf":1.0},"177":{"tf":1.0},"301":{"tf":1.0},"79":{"tf":1.0},"93":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":4,"docs":{"137":{"tf":1.0},"203":{"tf":1.0},"206":{"tf":1.0},"210":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"176":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"i":{"d":{"df":8,"docs":{"205":{"tf":1.0},"251":{"tf":1.0},"270":{"tf":1.0},"28":{"tf":1.0},"298":{"tf":1.4142135623730951},"305":{"tf":1.0},"322":{"tf":1.4142135623730951},"384":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"227":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"329":{"tf":1.0}}}}}}},"df":13,"docs":{"160":{"tf":1.0},"171":{"tf":1.0},"176":{"tf":1.0},"274":{"tf":1.0},"290":{"tf":1.0},"291":{"tf":1.0},"299":{"tf":1.0},"302":{"tf":1.0},"321":{"tf":1.0},"329":{"tf":1.0},"333":{"tf":1.0},"368":{"tf":1.0},"372":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"l":{"df":7,"docs":{"266":{"tf":1.0},"267":{"tf":1.4142135623730951},"285":{"tf":1.0},"286":{"tf":1.0},"302":{"tf":1.0},"323":{"tf":1.0},"326":{"tf":1.0}}},"n":{"c":{"df":1,"docs":{"195":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":6,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"193":{"tf":1.4142135623730951},"195":{"tf":1.4142135623730951},"198":{"tf":1.4142135623730951},"96":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":9,"docs":{"100":{"tf":1.0},"148":{"tf":1.0},"188":{"tf":1.0},"252":{"tf":1.0},"276":{"tf":1.0},"294":{"tf":1.0},"305":{"tf":1.0},"362":{"tf":1.4142135623730951},"368":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":7,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"104":{"tf":1.0},"137":{"tf":1.0},"361":{"tf":1.7320508075688772},"362":{"tf":1.0},"372":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"307":{"tf":1.0}},"r":{"df":30,"docs":{"11":{"tf":1.0},"121":{"tf":1.4142135623730951},"123":{"tf":1.0},"126":{"tf":1.0},"138":{"tf":1.0},"14":{"tf":1.0},"144":{"tf":1.0},"15":{"tf":1.0},"164":{"tf":1.0},"19":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.7320508075688772},"221":{"tf":1.0},"222":{"tf":1.4142135623730951},"229":{"tf":1.4142135623730951},"271":{"tf":1.4142135623730951},"272":{"tf":1.0},"273":{"tf":1.0},"274":{"tf":1.0},"275":{"tf":1.4142135623730951},"28":{"tf":1.0},"282":{"tf":1.0},"3":{"tf":1.0},"300":{"tf":1.0},"31":{"tf":1.0},"314":{"tf":1.0},"36":{"tf":1.0},"65":{"tf":1.0},"8":{"tf":1.0},"88":{"tf":1.0}}}},"n":{"d":{"df":4,"docs":{"192":{"tf":1.0},"351":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"19":{"tf":1.0}}},"t":{"df":5,"docs":{"115":{"tf":1.0},"117":{"tf":1.0},"49":{"tf":1.0},"63":{"tf":1.0},"95":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"143":{"tf":1.0},"190":{"tf":1.0},"227":{"tf":1.0}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"10":{"tf":1.4142135623730951},"192":{"tf":1.0},"31":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"a":{"c":{"df":3,"docs":{"141":{"tf":1.0},"143":{"tf":1.0},"36":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":9,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"208":{"tf":1.0},"213":{"tf":1.0},"307":{"tf":1.0},"32":{"tf":1.0},"387":{"tf":1.0},"52":{"tf":2.0},"74":{"tf":1.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"115":{"tf":1.0},"119":{"tf":1.0},"48":{"tf":1.0},"63":{"tf":1.0}}}}}},"v":{"df":7,"docs":{"123":{"tf":1.0},"139":{"tf":1.4142135623730951},"304":{"tf":1.0},"352":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"50":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":2,"docs":{"181":{"tf":1.0},"51":{"tf":1.0}},"t":{"df":2,"docs":{"31":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"137":{"tf":1.7320508075688772},"177":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"358":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":13,"docs":{"141":{"tf":1.0},"160":{"tf":1.0},"164":{"tf":1.7320508075688772},"165":{"tf":1.0},"166":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"223":{"tf":1.0},"225":{"tf":1.0},"227":{"tf":1.4142135623730951},"245":{"tf":1.0},"273":{"tf":1.7320508075688772},"31":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":23,"docs":{"101":{"tf":1.0},"119":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.0},"139":{"tf":1.7320508075688772},"172":{"tf":1.4142135623730951},"221":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"225":{"tf":1.0},"248":{"tf":1.0},"253":{"tf":1.0},"271":{"tf":1.0},"286":{"tf":1.0},"292":{"tf":1.0},"314":{"tf":1.0},"336":{"tf":1.0},"337":{"tf":1.0},"353":{"tf":1.0},"361":{"tf":1.0},"372":{"tf":1.4142135623730951},"374":{"tf":1.0},"375":{"tf":1.0}}}}},"t":{"'":{"df":4,"docs":{"232":{"tf":1.0},"324":{"tf":1.0},"355":{"tf":1.0},"384":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":12,"docs":{"113":{"tf":1.0},"117":{"tf":1.0},"120":{"tf":1.7320508075688772},"125":{"tf":1.4142135623730951},"153":{"tf":1.0},"159":{"tf":1.0},"163":{"tf":1.0},"166":{"tf":1.0},"243":{"tf":1.0},"251":{"tf":1.0},"282":{"tf":1.0},"3":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"316":{"tf":1.0}}}}}}},"v":{"df":1,"docs":{"219":{"tf":1.0}}}},"j":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"137":{"tf":1.4142135623730951},"139":{"tf":1.4142135623730951}}}}}}},"o":{"b":{"df":4,"docs":{"121":{"tf":1.0},"273":{"tf":1.0},"274":{"tf":2.23606797749979},"275":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"140":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":2,"docs":{"138":{"tf":1.7320508075688772},"140":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"140":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"u":{"d":{"df":0,"docs":{},"g":{"df":5,"docs":{"137":{"tf":1.0},"192":{"tf":1.0},"38":{"tf":1.0},"386":{"tf":1.0},"63":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":2,"docs":{"337":{"tf":1.0},"8":{"tf":1.0}}}}}},"k":{"1":{"[":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"163":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"[":{"\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"163":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"[":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"163":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"[":{"\"":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":1,"docs":{"163":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"[":{"\"":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"163":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"df":52,"docs":{"102":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"121":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"131":{"tf":1.0},"138":{"tf":1.0},"144":{"tf":1.0},"155":{"tf":1.7320508075688772},"156":{"tf":1.0},"16":{"tf":1.0},"161":{"tf":1.4142135623730951},"163":{"tf":1.4142135623730951},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"182":{"tf":1.0},"187":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"220":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"241":{"tf":1.0},"245":{"tf":1.4142135623730951},"248":{"tf":1.7320508075688772},"249":{"tf":1.0},"250":{"tf":2.0},"251":{"tf":1.7320508075688772},"262":{"tf":1.4142135623730951},"266":{"tf":1.0},"267":{"tf":2.0},"268":{"tf":1.0},"270":{"tf":2.0},"283":{"tf":1.4142135623730951},"297":{"tf":2.0},"298":{"tf":1.4142135623730951},"302":{"tf":1.4142135623730951},"312":{"tf":1.4142135623730951},"323":{"tf":2.0},"326":{"tf":1.7320508075688772},"333":{"tf":1.4142135623730951},"351":{"tf":1.4142135623730951},"367":{"tf":1.0},"368":{"tf":1.0},"371":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"39":{"tf":1.0},"46":{"tf":1.0},"66":{"tf":1.0},"76":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"282":{"tf":1.0}}}}}},"[":{"\"":{"df":0,"docs":{},"k":{"8":{"df":1,"docs":{"163":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":6,"docs":{"126":{"tf":1.4142135623730951},"131":{"tf":1.0},"161":{"tf":1.0},"39":{"tf":1.0},"66":{"tf":1.0},"71":{"tf":1.0}}}},"_":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"=":{"1":{"df":4,"docs":{"302":{"tf":1.0},"312":{"tf":1.0},"323":{"tf":1.0},"333":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"266":{"tf":1.0},"302":{"tf":1.0}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"302":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"302":{"tf":1.0}}},"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":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"302":{"tf":1.0}}},"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":{},"p":{"a":{"c":{"df":3,"docs":{"155":{"tf":1.0},"266":{"tf":1.0},"302":{"tf":1.0}},"e":{"=":{"<":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"323":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":3,"docs":{"302":{"tf":1.0},"312":{"tf":1.0},"333":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"=":{"<":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"|":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"323":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"266":{"tf":1.0},"302":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":2,"docs":{"266":{"tf":1.0},"302":{"tf":1.0}},"e":{"=":{"1":{"df":6,"docs":{"155":{"tf":1.0},"156":{"tf":1.0},"302":{"tf":1.0},"312":{"tf":1.0},"323":{"tf":1.0},"333":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"302":{"tf":1.0}}},"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":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"302":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"266":{"tf":1.0},"302":{"tf":1.0}},"e":{"=":{"<":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"323":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":3,"docs":{"262":{"tf":1.0},"265":{"tf":1.0},"267":{"tf":1.0}}}}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"k":{"8":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":10,"docs":{"161":{"tf":1.0},"213":{"tf":1.0},"273":{"tf":1.0},"352":{"tf":1.0},"36":{"tf":1.0},"379":{"tf":1.0},"386":{"tf":1.0},"41":{"tf":1.0},"66":{"tf":1.4142135623730951},"68":{"tf":1.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":{"348":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"[":{"df":0,"docs":{},"k":{"8":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"35":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":34,"docs":{"115":{"tf":1.7320508075688772},"117":{"tf":1.0},"120":{"tf":1.0},"125":{"tf":1.4142135623730951},"138":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.0},"180":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"190":{"tf":1.0},"192":{"tf":1.0},"204":{"tf":1.0},"206":{"tf":1.0},"212":{"tf":1.0},"255":{"tf":1.0},"260":{"tf":1.0},"266":{"tf":1.0},"276":{"tf":1.0},"290":{"tf":1.0},"299":{"tf":1.0},"301":{"tf":1.4142135623730951},"302":{"tf":1.0},"321":{"tf":1.0},"322":{"tf":1.0},"323":{"tf":1.0},"368":{"tf":1.0},"385":{"tf":1.4142135623730951},"54":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.4142135623730951},"95":{"tf":1.0}}}},"y":{"df":27,"docs":{"132":{"tf":1.0},"188":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"223":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.0},"238":{"tf":1.0},"274":{"tf":3.1622776601683795},"280":{"tf":1.0},"298":{"tf":1.7320508075688772},"3":{"tf":1.0},"40":{"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},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"68":{"tf":1.0},"98":{"tf":1.0}},"s":{"/":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"140":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"360":{"tf":1.0},"362":{"tf":1.7320508075688772},"365":{"tf":1.0},"382":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"362":{"tf":1.0}}}}}},"n":{"d":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"u":{"b":{"df":2,"docs":{"359":{"tf":1.0},"383":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":11,"docs":{"241":{"tf":1.0},"245":{"tf":2.0},"264":{"tf":1.4142135623730951},"270":{"tf":1.0},"323":{"tf":1.0},"351":{"tf":1.0},"356":{"tf":1.0},"357":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":1.0},"383":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"97":{"tf":1.0}}},"df":0,"docs":{},"w":{"df":2,"docs":{"355":{"tf":1.0},"357":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":3,"docs":{"16":{"tf":1.0},"19":{"tf":1.0},"386":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":2,"docs":{"337":{"tf":1.0},"375":{"tf":1.0}}}}}},"u":{"b":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":12,"docs":{"113":{"tf":1.0},"155":{"tf":1.0},"245":{"tf":1.0},"263":{"tf":1.0},"267":{"tf":1.0},"302":{"tf":1.4142135623730951},"323":{"tf":3.3166247903554},"333":{"tf":1.0},"367":{"tf":1.4142135623730951},"368":{"tf":3.872983346207417},"371":{"tf":1.7320508075688772},"46":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":26,"docs":{"0":{"tf":1.0},"126":{"tf":1.4142135623730951},"14":{"tf":1.0},"16":{"tf":1.0},"161":{"tf":1.0},"213":{"tf":1.0},"221":{"tf":1.0},"227":{"tf":1.0},"245":{"tf":1.7320508075688772},"249":{"tf":1.0},"250":{"tf":1.0},"263":{"tf":1.0},"266":{"tf":1.0},"3":{"tf":1.0},"302":{"tf":1.4142135623730951},"323":{"tf":1.0},"348":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"68":{"tf":1.0},"71":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"g":{"df":23,"docs":{"226":{"tf":1.0},"232":{"tf":1.0},"237":{"tf":1.4142135623730951},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"261":{"tf":1.0},"28":{"tf":1.0},"298":{"tf":2.0},"351":{"tf":1.4142135623730951},"352":{"tf":1.0},"356":{"tf":1.7320508075688772},"365":{"tf":1.0},"372":{"tf":1.4142135623730951},"377":{"tf":1.4142135623730951},"380":{"tf":1.0},"383":{"tf":1.0},"384":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0},"66":{"tf":1.4142135623730951},"70":{"tf":1.0},"72":{"tf":1.0}},"r":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":4,"docs":{"238":{"tf":1.4142135623730951},"298":{"tf":1.0},"44":{"tf":1.0},"66":{"tf":1.4142135623730951}},"s":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"z":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":9,"docs":{"238":{"tf":1.0},"261":{"tf":1.0},"270":{"tf":1.0},"28":{"tf":1.0},"298":{"tf":1.0},"352":{"tf":1.0},"384":{"tf":1.0},"44":{"tf":1.0},"69":{"tf":1.0}}}},"df":0,"docs":{}}},"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":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":3,"docs":{"323":{"tf":2.0},"368":{"tf":2.0},"371":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":5,"docs":{"138":{"tf":1.0},"147":{"tf":1.0},"169":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.4142135623730951}}},"n":{"d":{"df":1,"docs":{"80":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"16":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":4,"docs":{"166":{"tf":1.0},"251":{"tf":1.0},"304":{"tf":1.0},"63":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"g":{"df":9,"docs":{"120":{"tf":1.4142135623730951},"121":{"tf":1.0},"122":{"tf":1.0},"163":{"tf":1.0},"166":{"tf":1.0},"227":{"tf":1.4142135623730951},"245":{"tf":1.0},"282":{"tf":1.0},"362":{"tf":1.0}},"e":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"l":{"df":1,"docs":{"89":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":1,"docs":{"276":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"192":{"tf":1.0},"322":{"tf":1.0},"351":{"tf":1.0},"368":{"tf":1.0},"372":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"169":{"tf":1.0},"175":{"tf":1.0}},"n":{"c":{"df":5,"docs":{"137":{"tf":1.0},"138":{"tf":2.0},"141":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0}},"y":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"189":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"df":3,"docs":{"115":{"tf":1.0},"131":{"tf":1.0},"59":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"274":{"tf":2.0}}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":8,"docs":{"159":{"tf":1.0},"2":{"tf":1.0},"205":{"tf":1.0},"354":{"tf":1.0},"360":{"tf":1.0},"386":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"121":{"tf":1.0},"129":{"tf":1.4142135623730951},"274":{"tf":1.0},"275":{"tf":1.0},"280":{"tf":1.0},"299":{"tf":1.0},"319":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":7,"docs":{"1":{"tf":1.0},"115":{"tf":1.0},"206":{"tf":1.0},"214":{"tf":1.0},"31":{"tf":1.0},"65":{"tf":1.0},"78":{"tf":1.0}}}}}}},"df":6,"docs":{"302":{"tf":1.0},"323":{"tf":2.449489742783178},"333":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":3.0},"371":{"tf":1.4142135623730951}},"e":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"19":{"tf":1.0},"299":{"tf":1.0},"319":{"tf":1.0},"386":{"tf":1.0}}}}},"df":0,"docs":{},"k":{"df":4,"docs":{"122":{"tf":1.0},"124":{"tf":1.0},"192":{"tf":1.0},"62":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":10,"docs":{"10":{"tf":1.0},"114":{"tf":1.0},"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"220":{"tf":1.0},"248":{"tf":1.0},"29":{"tf":1.0},"32":{"tf":1.0},"7":{"tf":1.0}}}},"v":{"df":2,"docs":{"140":{"tf":1.0},"324":{"tf":1.0}}}},"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"142":{"tf":1.0}},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"386":{"tf":1.0}}}}}}}},"df":0,"docs":{},"g":{"a":{"c":{"df":0,"docs":{},"i":{"df":6,"docs":{"255":{"tf":1.7320508075688772},"27":{"tf":1.0},"295":{"tf":1.7320508075688772},"298":{"tf":1.0},"303":{"tf":1.0},"66":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"273":{"tf":1.0},"283":{"tf":1.0}}}},"t":{"'":{"df":2,"docs":{"20":{"tf":1.0},"77":{"tf":1.0}}},"df":1,"docs":{"31":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":34,"docs":{"100":{"tf":1.0},"118":{"tf":1.0},"138":{"tf":1.0},"150":{"tf":1.0},"154":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"177":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.7320508075688772},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.4142135623730951},"207":{"tf":1.0},"208":{"tf":1.4142135623730951},"213":{"tf":1.0},"214":{"tf":1.0},"227":{"tf":1.0},"255":{"tf":1.0},"260":{"tf":1.0},"299":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"316":{"tf":1.0},"317":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"373":{"tf":1.0},"38":{"tf":1.0},"386":{"tf":1.0},"65":{"tf":1.0},"73":{"tf":1.0},"96":{"tf":1.0}}}}}},"h":{"df":4,"docs":{"239":{"tf":1.0},"247":{"tf":1.0},"356":{"tf":1.0},"384":{"tf":1.0}}},"i":{"b":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"/":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"139":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"p":{"2":{"df":0,"docs":{},"p":{"df":2,"docs":{"138":{"tf":2.0},"305":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"66":{"tf":1.0},"68":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":6,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"157":{"tf":1.0},"36":{"tf":1.0},"55":{"tf":1.0},"80":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"175":{"tf":1.0}}}}}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"210":{"tf":1.0}}}}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":12,"docs":{"121":{"tf":1.0},"122":{"tf":1.0},"124":{"tf":1.0},"141":{"tf":1.7320508075688772},"143":{"tf":1.0},"153":{"tf":1.0},"166":{"tf":1.0},"172":{"tf":1.0},"177":{"tf":1.4142135623730951},"185":{"tf":1.0},"287":{"tf":1.0},"362":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":5,"docs":{"251":{"tf":1.0},"304":{"tf":1.0},"32":{"tf":1.0},"322":{"tf":1.0},"368":{"tf":1.0}}},"k":{"df":3,"docs":{"12":{"tf":1.0},"261":{"tf":1.0},"267":{"tf":1.0}}},"u":{"df":0,"docs":{},"x":{"/":{"a":{"df":0,"docs":{},"m":{"d":{"6":{"4":{"df":2,"docs":{"244":{"tf":1.0},"303":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"m":{"6":{"4":{"df":2,"docs":{"259":{"tf":1.0},"303":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"m":{"a":{"c":{"df":0,"docs":{},"o":{"df":1,"docs":{"362":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":16,"docs":{"18":{"tf":1.0},"236":{"tf":1.4142135623730951},"244":{"tf":1.0},"257":{"tf":2.0},"264":{"tf":1.4142135623730951},"274":{"tf":1.4142135623730951},"28":{"tf":1.7320508075688772},"297":{"tf":1.0},"298":{"tf":1.7320508075688772},"303":{"tf":1.4142135623730951},"358":{"tf":1.4142135623730951},"359":{"tf":1.7320508075688772},"383":{"tf":1.4142135623730951},"43":{"tf":1.0},"66":{"tf":1.0},"70":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"140":{"tf":1.0},"322":{"tf":1.0},"323":{"tf":1.0},"368":{"tf":1.4142135623730951},"371":{"tf":1.0}},"s":{"/":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"140":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":41,"docs":{"1":{"tf":1.0},"104":{"tf":1.0},"115":{"tf":1.0},"119":{"tf":1.4142135623730951},"125":{"tf":1.0},"127":{"tf":1.0},"135":{"tf":1.0},"138":{"tf":1.4142135623730951},"14":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"144":{"tf":1.4142135623730951},"145":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"158":{"tf":1.0},"181":{"tf":1.0},"184":{"tf":1.0},"188":{"tf":1.0},"2":{"tf":1.0},"213":{"tf":1.4142135623730951},"226":{"tf":1.0},"31":{"tf":1.0},"327":{"tf":1.0},"36":{"tf":1.0},"364":{"tf":1.4142135623730951},"368":{"tf":1.0},"375":{"tf":1.0},"377":{"tf":1.0},"385":{"tf":1.4142135623730951},"386":{"tf":1.7320508075688772},"47":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.4142135623730951},"66":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"189":{"tf":1.0}}}}}}}}},"<":{"b":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"90":{"tf":1.0}}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"90":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"90":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"o":{"a":{"d":{"(":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{":":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"171":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}}}}},"df":29,"docs":{"117":{"tf":1.0},"119":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":1.0},"126":{"tf":1.0},"128":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.7320508075688772},"133":{"tf":1.4142135623730951},"134":{"tf":1.7320508075688772},"137":{"tf":2.0},"139":{"tf":1.0},"140":{"tf":1.7320508075688772},"142":{"tf":1.0},"188":{"tf":1.0},"245":{"tf":1.4142135623730951},"248":{"tf":1.0},"250":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":2.0},"273":{"tf":1.0},"356":{"tf":1.0},"359":{"tf":1.7320508075688772},"362":{"tf":1.0},"372":{"tf":1.0},"383":{"tf":1.7320508075688772},"384":{"tf":1.0},"41":{"tf":1.0},"85":{"tf":1.0}},"e":{"d":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"245":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"\"":{"df":0,"docs":{},"|":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"147":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"/":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"r":{"/":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"307":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"144":{"tf":1.0}}}}}}},"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"255":{"tf":1.0},"295":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"255":{"tf":1.0},"295":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"255":{"tf":1.0},"295":{"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":0,"docs":{},"n":{"df":23,"docs":{"122":{"tf":1.4142135623730951},"19":{"tf":1.0},"240":{"tf":1.0},"246":{"tf":1.0},"254":{"tf":1.4142135623730951},"27":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"316":{"tf":2.0},"317":{"tf":1.0},"321":{"tf":1.4142135623730951},"324":{"tf":1.0},"354":{"tf":1.4142135623730951},"356":{"tf":1.0},"357":{"tf":1.4142135623730951},"360":{"tf":1.0},"361":{"tf":1.0},"363":{"tf":1.4142135623730951},"364":{"tf":1.4142135623730951},"368":{"tf":1.4142135623730951},"373":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":5,"docs":{"126":{"tf":1.4142135623730951},"159":{"tf":1.0},"39":{"tf":1.0},"66":{"tf":1.0},"71":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":11,"docs":{"159":{"tf":1.0},"213":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.0},"352":{"tf":1.0},"36":{"tf":1.0},"379":{"tf":1.0},"386":{"tf":1.0},"41":{"tf":1.0},"66":{"tf":1.4142135623730951},"68":{"tf":1.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":{"(":{")":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"(":{"&":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"151":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":13,"docs":{"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"19":{"tf":1.0},"26":{"tf":1.0},"348":{"tf":1.0},"349":{"tf":1.0},"350":{"tf":1.0},"4":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.4142135623730951},"90":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"[":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"35":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":60,"docs":{"0":{"tf":1.0},"102":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"120":{"tf":1.0},"121":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.4142135623730951},"13":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.7320508075688772},"146":{"tf":1.0},"153":{"tf":1.4142135623730951},"159":{"tf":1.0},"163":{"tf":1.0},"182":{"tf":1.0},"187":{"tf":1.0},"19":{"tf":1.4142135623730951},"213":{"tf":1.0},"221":{"tf":1.0},"241":{"tf":1.0},"243":{"tf":1.0},"245":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.4142135623730951},"251":{"tf":1.0},"252":{"tf":1.4142135623730951},"259":{"tf":1.0},"26":{"tf":1.0},"266":{"tf":1.0},"270":{"tf":1.0},"28":{"tf":1.0},"287":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"297":{"tf":1.4142135623730951},"3":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"307":{"tf":1.0},"318":{"tf":1.4142135623730951},"321":{"tf":1.0},"323":{"tf":1.0},"348":{"tf":1.0},"351":{"tf":1.7320508075688772},"354":{"tf":1.0},"357":{"tf":1.0},"367":{"tf":1.4142135623730951},"368":{"tf":1.0},"371":{"tf":1.0},"38":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"46":{"tf":1.0},"54":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"68":{"tf":1.0},"71":{"tf":1.0},"73":{"tf":1.0},"76":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"164":{"tf":1.0}}}}}}},"t":{"df":7,"docs":{"19":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"318":{"tf":1.0},"356":{"tf":1.0},"367":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":70,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.7320508075688772},"102":{"tf":1.4142135623730951},"104":{"tf":1.7320508075688772},"113":{"tf":1.7320508075688772},"119":{"tf":1.4142135623730951},"121":{"tf":2.6457513110645907},"124":{"tf":1.0},"14":{"tf":1.0},"154":{"tf":1.7320508075688772},"155":{"tf":1.4142135623730951},"156":{"tf":1.7320508075688772},"19":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"210":{"tf":1.0},"214":{"tf":1.0},"220":{"tf":1.4142135623730951},"222":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.7320508075688772},"228":{"tf":1.0},"229":{"tf":1.4142135623730951},"251":{"tf":1.0},"255":{"tf":1.4142135623730951},"260":{"tf":1.4142135623730951},"266":{"tf":1.0},"271":{"tf":1.4142135623730951},"274":{"tf":3.1622776601683795},"275":{"tf":1.4142135623730951},"276":{"tf":1.0},"281":{"tf":2.23606797749979},"289":{"tf":1.0},"291":{"tf":1.0},"299":{"tf":3.4641016151377544},"3":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.4142135623730951},"306":{"tf":2.0},"310":{"tf":1.0},"314":{"tf":1.4142135623730951},"315":{"tf":1.4142135623730951},"316":{"tf":2.6457513110645907},"317":{"tf":2.23606797749979},"318":{"tf":1.7320508075688772},"320":{"tf":1.0},"321":{"tf":2.0},"322":{"tf":3.1622776601683795},"323":{"tf":3.872983346207417},"331":{"tf":1.0},"333":{"tf":1.4142135623730951},"334":{"tf":1.7320508075688772},"352":{"tf":1.7320508075688772},"358":{"tf":1.4142135623730951},"362":{"tf":1.0},"363":{"tf":2.6457513110645907},"365":{"tf":1.7320508075688772},"366":{"tf":1.0},"367":{"tf":3.0},"368":{"tf":4.795831523312719},"372":{"tf":1.0},"373":{"tf":2.0},"377":{"tf":1.0},"380":{"tf":1.0},"384":{"tf":1.4142135623730951},"385":{"tf":1.0},"46":{"tf":3.0},"47":{"tf":1.4142135623730951},"62":{"tf":1.0},"73":{"tf":2.23606797749979}},"i":{"c":{"df":5,"docs":{"117":{"tf":1.0},"173":{"tf":1.0},"209":{"tf":1.0},"212":{"tf":1.0},"386":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":1,"docs":{"327":{"tf":1.0}}}},"o":{"df":21,"docs":{"0":{"tf":1.7320508075688772},"10":{"tf":1.7320508075688772},"13":{"tf":1.0},"143":{"tf":1.0},"16":{"tf":1.4142135623730951},"19":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.4142135623730951},"247":{"tf":1.0},"264":{"tf":1.7320508075688772},"297":{"tf":1.0},"31":{"tf":1.7320508075688772},"32":{"tf":1.0},"351":{"tf":1.0},"359":{"tf":2.23606797749979},"365":{"tf":1.0},"383":{"tf":1.4142135623730951},"386":{"tf":1.0},"387":{"tf":1.0},"43":{"tf":1.0},"66":{"tf":1.0}}},"s":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"368":{"tf":1.0}}}}}},"/":{"$":{"(":{"d":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"274":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"329":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"368":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"153":{"tf":1.0}}}},"df":0,"docs":{}}}},":":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"322":{"tf":1.0}}}}}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"118":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":6,"docs":{"192":{"tf":1.0},"365":{"tf":1.0},"385":{"tf":1.0},"53":{"tf":1.0},"76":{"tf":1.0},"81":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"124":{"tf":1.0},"161":{"tf":1.0},"276":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":11,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"156":{"tf":1.0},"21":{"tf":1.0},"336":{"tf":1.0},"337":{"tf":1.0},"353":{"tf":1.0},"370":{"tf":1.0},"385":{"tf":1.0},"76":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"337":{"tf":1.0}}}}},"p":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"305":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":7,"docs":{"120":{"tf":1.0},"159":{"tf":1.0},"171":{"tf":1.4142135623730951},"172":{"tf":1.0},"49":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0}}},"s":{"df":1,"docs":{"65":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"177":{"tf":1.0}}},"t":{"df":1,"docs":{"142":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"386":{"tf":1.0}}}}}}},"w":{"df":4,"docs":{"164":{"tf":1.0},"193":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"63":{"tf":1.0}}}}}},"r":{"df":5,"docs":{"2":{"tf":1.0},"228":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0},"76":{"tf":1.0}}},"s":{"df":8,"docs":{"239":{"tf":1.0},"247":{"tf":1.0},"299":{"tf":1.0},"321":{"tf":1.0},"356":{"tf":1.0},"363":{"tf":1.4142135623730951},"368":{"tf":1.0},"384":{"tf":1.0}},"o":{"df":0,"docs":{},"f":{"df":2,"docs":{"360":{"tf":1.4142135623730951},"365":{"tf":1.0}}}}},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":2,"docs":{"385":{"tf":1.0},"53":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"120":{"tf":1.0},"122":{"tf":1.0},"125":{"tf":1.0},"160":{"tf":1.0},"63":{"tf":1.0}}}}},"o":{"df":8,"docs":{"18":{"tf":1.0},"244":{"tf":1.4142135623730951},"259":{"tf":1.0},"286":{"tf":1.4142135623730951},"298":{"tf":1.0},"303":{"tf":1.0},"351":{"tf":1.0},"358":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{"df":1,"docs":{"360":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"251":{"tf":1.0},"303":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"65":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":14,"docs":{"121":{"tf":1.0},"274":{"tf":1.4142135623730951},"276":{"tf":1.0},"283":{"tf":1.4142135623730951},"337":{"tf":1.0},"354":{"tf":1.0},"356":{"tf":1.0},"357":{"tf":1.0},"358":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":1.0},"361":{"tf":1.0},"364":{"tf":1.0},"4":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":7,"docs":{"116":{"tf":1.4142135623730951},"137":{"tf":1.0},"139":{"tf":1.0},"142":{"tf":1.0},"191":{"tf":1.0},"206":{"tf":1.0},"63":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":12,"docs":{"1":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0},"213":{"tf":1.0},"251":{"tf":1.0},"31":{"tf":1.0},"316":{"tf":1.4142135623730951},"364":{"tf":1.0},"386":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"63":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"137":{"tf":1.4142135623730951}},"e":{"d":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"141":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"138":{"tf":2.0}}}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"g":{"df":5,"docs":{"137":{"tf":1.0},"138":{"tf":1.0},"140":{"tf":1.0},"167":{"tf":1.0},"351":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":9,"docs":{"102":{"tf":1.0},"173":{"tf":1.0},"192":{"tf":1.0},"31":{"tf":1.0},"362":{"tf":1.0},"364":{"tf":1.0},"38":{"tf":1.0},"76":{"tf":1.0},"86":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"186":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"386":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":17,"docs":{"100":{"tf":1.0},"19":{"tf":1.0},"227":{"tf":1.0},"235":{"tf":1.0},"254":{"tf":1.0},"256":{"tf":1.0},"258":{"tf":1.0},"262":{"tf":1.0},"279":{"tf":1.0},"28":{"tf":1.4142135623730951},"292":{"tf":1.0},"356":{"tf":1.0},"357":{"tf":1.0},"359":{"tf":1.0},"383":{"tf":1.0},"384":{"tf":1.0},"39":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"(":{"df":0,"docs":{},"|":{"_":{"df":2,"docs":{"210":{"tf":1.0},"211":{"tf":1.0}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"|":{"df":2,"docs":{"210":{"tf":1.0},"211":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":6,"docs":{"223":{"tf":1.0},"225":{"tf":1.0},"228":{"tf":1.0},"260":{"tf":1.0},"301":{"tf":1.0},"360":{"tf":1.0}}},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"252":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":11,"docs":{"115":{"tf":1.0},"120":{"tf":1.0},"137":{"tf":1.4142135623730951},"145":{"tf":1.0},"171":{"tf":1.4142135623730951},"172":{"tf":1.0},"209":{"tf":1.0},"260":{"tf":1.0},"322":{"tf":1.0},"337":{"tf":1.0},"368":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"335":{"tf":1.0},"337":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"121":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"251":{"tf":1.0}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"274":{"tf":1.7320508075688772}}}}}}}}}},"df":7,"docs":{"121":{"tf":1.4142135623730951},"164":{"tf":1.0},"220":{"tf":1.0},"251":{"tf":1.7320508075688772},"274":{"tf":1.7320508075688772},"275":{"tf":1.0},"276":{"tf":1.4142135623730951}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"161":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0}}}}}},"x":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"2":{"0":{"df":1,"docs":{"135":{"tf":1.0}}},"df":0,"docs":{}},"4":{"0":{"df":1,"docs":{"130":{"tf":1.0}}},"df":0,"docs":{}},"6":{"0":{"df":2,"docs":{"344":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"=":{"7":{"5":{"df":1,"docs":{"102":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"102":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":4,"docs":{"104":{"tf":1.0},"109":{"tf":1.0},"183":{"tf":1.0},"344":{"tf":1.0}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"102":{"tf":1.0},"133":{"tf":1.0}}}}}}}},"d":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"66":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":3,"docs":{"101":{"tf":1.4142135623730951},"361":{"tf":1.0},"378":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"24":{"tf":1.4142135623730951},"86":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":7,"docs":{"10":{"tf":1.0},"117":{"tf":1.0},"180":{"tf":1.0},"192":{"tf":1.0},"31":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0}}}}},"t":{"df":1,"docs":{"115":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"123":{"tf":1.0},"386":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":4,"docs":{"137":{"tf":2.0},"138":{"tf":1.0},"140":{"tf":1.0},"316":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":3,"docs":{"121":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":4,"docs":{"140":{"tf":1.4142135623730951},"188":{"tf":1.0},"328":{"tf":1.0},"47":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":5,"docs":{"137":{"tf":1.0},"177":{"tf":1.0},"362":{"tf":1.0},"365":{"tf":1.0},"52":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":4,"docs":{"119":{"tf":1.0},"137":{"tf":4.69041575982343},"316":{"tf":1.0},"46":{"tf":1.0}},"s":{"/":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"137":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"13":{"tf":1.0},"30":{"tf":1.0},"65":{"tf":1.0},"85":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"276":{"tf":1.0}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"138":{"tf":1.7320508075688772}}},"s":{"a":{"df":0,"docs":{},"g":{"df":7,"docs":{"138":{"tf":2.23606797749979},"356":{"tf":1.0},"357":{"tf":1.0},"360":{"tf":1.0},"362":{"tf":1.0},"370":{"tf":1.0},"376":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"226":{"tf":1.0},"386":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"d":{"df":12,"docs":{"138":{"tf":1.0},"193":{"tf":1.0},"196":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.4142135623730951},"206":{"tf":1.0},"214":{"tf":1.4142135623730951},"328":{"tf":1.0},"336":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.0},"74":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"c":{"df":34,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"119":{"tf":1.4142135623730951},"137":{"tf":1.0},"141":{"tf":1.0},"167":{"tf":1.4142135623730951},"204":{"tf":1.0},"205":{"tf":1.0},"220":{"tf":1.0},"227":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"251":{"tf":1.0},"260":{"tf":1.0},"266":{"tf":1.0},"268":{"tf":1.4142135623730951},"271":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"300":{"tf":1.7320508075688772},"315":{"tf":1.0},"317":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.4142135623730951},"332":{"tf":1.0},"352":{"tf":1.0},"36":{"tf":1.0},"373":{"tf":1.0},"47":{"tf":1.4142135623730951},"55":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.0},"60":{"tf":1.0},"73":{"tf":1.4142135623730951}},"s":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"185":{"tf":1.0},"81":{"tf":1.0}}}}}},":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"205":{"tf":1.0}}}}}}},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"205":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"i":{"d":{"df":2,"docs":{"140":{"tf":1.0},"188":{"tf":1.0}}},"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"182":{"tf":1.0}}}},"df":0,"docs":{}}},"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"171":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"0":{"df":1,"docs":{"135":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":1,"docs":{"130":{"tf":1.0}}},"df":0,"docs":{}},"3":{"0":{"df":2,"docs":{"344":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{}},"df":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":{"102":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"d":{"df":1,"docs":{"95":{"tf":1.0}}},"df":7,"docs":{"109":{"tf":1.0},"164":{"tf":1.7320508075688772},"171":{"tf":1.0},"183":{"tf":1.0},"227":{"tf":1.7320508075688772},"344":{"tf":1.0},"364":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"368":{"tf":1.0}}}},"k":{"df":0,"docs":{},"u":{"b":{"df":7,"docs":{"245":{"tf":2.0},"264":{"tf":1.4142135623730951},"270":{"tf":1.0},"323":{"tf":1.0},"351":{"tf":1.0},"359":{"tf":1.0},"383":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"89":{"tf":1.4142135623730951}}}}}}}}}},"df":0,"docs":{}}},"df":15,"docs":{"117":{"tf":1.0},"120":{"tf":1.0},"123":{"tf":1.0},"127":{"tf":1.4142135623730951},"159":{"tf":1.0},"163":{"tf":1.0},"175":{"tf":1.0},"194":{"tf":1.0},"202":{"tf":1.0},"209":{"tf":1.0},"212":{"tf":1.0},"274":{"tf":1.7320508075688772},"309":{"tf":1.0},"375":{"tf":1.0},"77":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"171":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"171":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":12,"docs":{"102":{"tf":1.4142135623730951},"104":{"tf":1.0},"117":{"tf":1.0},"123":{"tf":1.4142135623730951},"171":{"tf":1.0},"188":{"tf":1.0},"206":{"tf":1.0},"362":{"tf":1.0},"385":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"61":{"tf":1.0},"81":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"df":10,"docs":{"12":{"tf":1.0},"121":{"tf":1.0},"246":{"tf":1.0},"27":{"tf":1.0},"274":{"tf":1.7320508075688772},"276":{"tf":1.4142135623730951},"354":{"tf":1.7320508075688772},"50":{"tf":1.0},"6":{"tf":1.0},"81":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"104":{"tf":1.0},"352":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"s":{"df":19,"docs":{"169":{"tf":1.0},"175":{"tf":1.0},"18":{"tf":1.0},"203":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"232":{"tf":1.0},"248":{"tf":1.0},"352":{"tf":1.4142135623730951},"354":{"tf":1.0},"355":{"tf":1.4142135623730951},"356":{"tf":1.4142135623730951},"357":{"tf":1.0},"363":{"tf":1.0},"372":{"tf":2.0},"377":{"tf":1.4142135623730951},"380":{"tf":1.4142135623730951},"381":{"tf":1.0},"385":{"tf":1.0}}},"t":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"316":{"tf":1.0}}}},"df":0,"docs":{}}},"x":{"df":9,"docs":{"117":{"tf":1.0},"122":{"tf":1.0},"141":{"tf":1.0},"19":{"tf":1.0},"198":{"tf":1.4142135623730951},"299":{"tf":1.0},"319":{"tf":1.0},"352":{"tf":1.0},"51":{"tf":1.0}}}},"k":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":4,"docs":{"121":{"tf":1.0},"239":{"tf":1.0},"274":{"tf":1.0},"356":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"d":{"df":0,"docs":{},"e":{"df":23,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"104":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.4142135623730951},"138":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":2.0},"251":{"tf":1.7320508075688772},"294":{"tf":1.0},"298":{"tf":1.0},"3":{"tf":1.0},"307":{"tf":1.0},"354":{"tf":1.0},"36":{"tf":1.0},"384":{"tf":1.0},"39":{"tf":1.4142135623730951},"70":{"tf":1.0}},"l":{"df":13,"docs":{"115":{"tf":1.0},"13":{"tf":1.0},"137":{"tf":1.0},"192":{"tf":1.7320508075688772},"213":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.0},"75":{"tf":1.0},"85":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"250":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"322":{"tf":1.0},"74":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"10":{"tf":1.0},"3":{"tf":1.0},"63":{"tf":1.0}}}},"df":4,"docs":{"255":{"tf":1.0},"260":{"tf":1.0},"299":{"tf":1.0},"88":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"[":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"228":{"tf":1.0}}}}}}}}}},"df":12,"docs":{"119":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"137":{"tf":1.4142135623730951},"14":{"tf":1.0},"141":{"tf":1.4142135623730951},"168":{"tf":1.0},"185":{"tf":1.0},"228":{"tf":1.4142135623730951},"3":{"tf":1.0},"45":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"305":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":16,"docs":{"10":{"tf":1.0},"119":{"tf":1.0},"138":{"tf":1.0},"148":{"tf":1.0},"176":{"tf":1.0},"212":{"tf":1.0},"23":{"tf":1.0},"274":{"tf":1.0},"276":{"tf":1.0},"279":{"tf":1.0},"286":{"tf":1.0},"29":{"tf":1.0},"32":{"tf":1.0},"364":{"tf":1.4142135623730951},"377":{"tf":1.0},"96":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"321":{"tf":1.0},"368":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":8,"docs":{"241":{"tf":1.0},"245":{"tf":1.0},"270":{"tf":1.0},"298":{"tf":1.0},"322":{"tf":1.0},"351":{"tf":1.0},"367":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951}}}}},"v":{"df":0,"docs":{},"e":{"df":4,"docs":{"120":{"tf":1.0},"171":{"tf":1.4142135623730951},"373":{"tf":1.0},"63":{"tf":1.0}}}}},"u":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"362":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":10,"docs":{"0":{"tf":1.0},"10":{"tf":1.4142135623730951},"125":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.4142135623730951},"154":{"tf":1.0},"160":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.4142135623730951},"65":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":10,"docs":{"111":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"137":{"tf":1.0},"169":{"tf":1.0},"173":{"tf":1.0},"195":{"tf":1.0},"3":{"tf":1.0},"386":{"tf":1.0},"95":{"tf":1.0}}}}}}},"t":{"df":23,"docs":{"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"151":{"tf":1.0},"171":{"tf":1.4142135623730951},"172":{"tf":2.0},"19":{"tf":1.0},"203":{"tf":1.0},"206":{"tf":1.0},"210":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"349":{"tf":1.0},"350":{"tf":1.0},"4":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951},"90":{"tf":1.0}}}},"y":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"203":{"tf":1.0},"204":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"(":{"df":0,"docs":{},"|":{"df":0,"docs":{},"w":{"df":1,"docs":{"207":{"tf":1.0}}}}},"df":1,"docs":{"207":{"tf":1.4142135623730951}}}}}}},"df":2,"docs":{"203":{"tf":1.0},"207":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"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":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"112":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"205":{"tf":2.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"203":{"tf":1.4142135623730951},"204":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"207":{"tf":2.0}}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":1,"docs":{"207":{"tf":1.4142135623730951}}}}},"df":2,"docs":{"203":{"tf":1.7320508075688772},"207":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":10,"docs":{"171":{"tf":1.0},"172":{"tf":1.0},"178":{"tf":1.0},"203":{"tf":1.4142135623730951},"204":{"tf":1.0},"207":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0}}}}}}},"df":0,"docs":{}},"=":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":7,"docs":{"274":{"tf":1.4142135623730951},"301":{"tf":1.0},"322":{"tf":1.7320508075688772},"360":{"tf":1.0},"362":{"tf":1.0},"368":{"tf":1.7320508075688772},"371":{"tf":1.0}}}}}}},"df":31,"docs":{"117":{"tf":1.0},"121":{"tf":1.7320508075688772},"126":{"tf":1.0},"200":{"tf":1.0},"203":{"tf":1.4142135623730951},"204":{"tf":1.0},"210":{"tf":1.0},"213":{"tf":1.0},"236":{"tf":1.7320508075688772},"238":{"tf":1.0},"266":{"tf":1.0},"274":{"tf":5.385164807134504},"28":{"tf":1.0},"280":{"tf":1.0},"281":{"tf":1.4142135623730951},"290":{"tf":1.0},"302":{"tf":1.0},"318":{"tf":1.0},"319":{"tf":1.0},"322":{"tf":2.0},"367":{"tf":1.4142135623730951},"368":{"tf":3.605551275463989},"371":{"tf":1.7320508075688772},"39":{"tf":1.0},"46":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0},"71":{"tf":1.0},"74":{"tf":1.0},"95":{"tf":1.0}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":7,"docs":{"164":{"tf":1.4142135623730951},"227":{"tf":1.0},"266":{"tf":1.0},"302":{"tf":1.4142135623730951},"323":{"tf":1.4142135623730951},"368":{"tf":3.0},"371":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":3,"docs":{"266":{"tf":1.0},"302":{"tf":1.0},"323":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"38":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"305":{"tf":1.0}},"i":{"df":0,"docs":{},"v":{"df":3,"docs":{"244":{"tf":1.0},"259":{"tf":1.0},"303":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":3,"docs":{"14":{"tf":1.0},"222":{"tf":1.0},"74":{"tf":1.0}}}}}},"df":14,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.4142135623730951},"104":{"tf":1.4142135623730951},"172":{"tf":1.4142135623730951},"302":{"tf":1.4142135623730951},"323":{"tf":1.0},"333":{"tf":1.0},"361":{"tf":1.0},"362":{"tf":1.0},"365":{"tf":1.0},"368":{"tf":1.7320508075688772},"371":{"tf":1.0},"378":{"tf":1.0},"52":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"120":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":40,"docs":{"102":{"tf":1.0},"104":{"tf":1.0},"115":{"tf":1.0},"120":{"tf":1.0},"124":{"tf":1.0},"131":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.4142135623730951},"140":{"tf":1.0},"141":{"tf":1.0},"148":{"tf":1.0},"162":{"tf":1.0},"166":{"tf":1.7320508075688772},"173":{"tf":2.0},"178":{"tf":1.0},"181":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"223":{"tf":1.0},"225":{"tf":1.0},"230":{"tf":1.0},"233":{"tf":1.0},"241":{"tf":1.0},"248":{"tf":1.0},"274":{"tf":1.0},"276":{"tf":1.0},"287":{"tf":1.0},"31":{"tf":1.0},"316":{"tf":1.0},"322":{"tf":1.0},"351":{"tf":1.0},"355":{"tf":1.0},"357":{"tf":1.0},"360":{"tf":1.4142135623730951},"361":{"tf":1.0},"365":{"tf":1.0},"371":{"tf":1.0},"385":{"tf":1.4142135623730951},"41":{"tf":1.0},"51":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"—":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"137":{"tf":1.0}}}}}},"df":0,"docs":{}},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{".":{"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":{"274":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"u":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"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":{"274":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{".":{"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":{"274":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"g":{"df":3,"docs":{"205":{"tf":1.0},"225":{"tf":1.0},"386":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"138":{"tf":1.4142135623730951}}}}}},"df":1,"docs":{"138":{"tf":1.0}}}},"n":{"df":1,"docs":{"139":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"360":{"tf":1.0}}}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"299":{"tf":1.0},"319":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"206":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"118":{"tf":1.0},"78":{"tf":1.0},"92":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":32,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"10":{"tf":1.7320508075688772},"101":{"tf":1.0},"123":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":3.0},"140":{"tf":1.4142135623730951},"16":{"tf":1.0},"164":{"tf":1.4142135623730951},"177":{"tf":1.4142135623730951},"192":{"tf":1.0},"21":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":1.0},"299":{"tf":1.0},"31":{"tf":1.4142135623730951},"316":{"tf":1.0},"319":{"tf":1.0},"328":{"tf":1.0},"372":{"tf":1.0},"38":{"tf":1.0},"380":{"tf":1.0},"386":{"tf":1.4142135623730951},"47":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.4142135623730951},"92":{"tf":1.0}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"138":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"104":{"tf":1.0},"137":{"tf":1.0},"185":{"tf":1.0},"19":{"tf":1.0},"306":{"tf":1.0},"354":{"tf":1.0},"386":{"tf":1.0}}}}},"w":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"204":{"tf":1.0}}}}},"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":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"210":{"tf":1.0},"211":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"203":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"140":{"tf":1.0}}}}}}}},"df":25,"docs":{"137":{"tf":1.4142135623730951},"138":{"tf":1.0},"139":{"tf":1.0},"14":{"tf":1.4142135623730951},"140":{"tf":2.23606797749979},"141":{"tf":1.0},"16":{"tf":1.0},"168":{"tf":1.0},"172":{"tf":1.4142135623730951},"188":{"tf":1.0},"192":{"tf":1.0},"201":{"tf":1.0},"203":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"214":{"tf":2.449489742783178},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"252":{"tf":1.0},"37":{"tf":1.0},"6":{"tf":1.0},"74":{"tf":1.7320508075688772}}},"x":{"df":0,"docs":{},"t":{"df":8,"docs":{"122":{"tf":1.0},"248":{"tf":1.0},"252":{"tf":1.0},"271":{"tf":1.0},"29":{"tf":1.0},"292":{"tf":1.0},"386":{"tf":1.0},"96":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"18":{"tf":1.0},"243":{"tf":1.0},"274":{"tf":1.7320508075688772},"282":{"tf":1.0}}},"y":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"273":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}},"o":{"d":{"df":0,"docs":{},"e":{"/":{"*":{"*":{"/":{"c":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"274":{"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":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"305":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":2,"docs":{"274":{"tf":1.4142135623730951},"296":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"205":{"tf":1.7320508075688772},"210":{"tf":1.0},"211":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"205":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"167":{"tf":1.0},"205":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"205":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"205":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"[":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"35":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"102":{"tf":1.0},"182":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":8,"docs":{"102":{"tf":1.4142135623730951},"138":{"tf":1.0},"167":{"tf":1.0},"179":{"tf":1.4142135623730951},"180":{"tf":1.0},"182":{"tf":1.4142135623730951},"187":{"tf":1.0},"205":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":149,"docs":{"0":{"tf":1.0},"10":{"tf":1.4142135623730951},"100":{"tf":1.7320508075688772},"101":{"tf":1.0},"102":{"tf":3.0},"104":{"tf":2.0},"113":{"tf":1.0},"114":{"tf":1.4142135623730951},"119":{"tf":1.0},"120":{"tf":1.7320508075688772},"124":{"tf":1.0},"125":{"tf":1.0},"13":{"tf":1.0},"130":{"tf":1.4142135623730951},"131":{"tf":1.0},"135":{"tf":1.4142135623730951},"137":{"tf":3.7416573867739413},"138":{"tf":2.23606797749979},"139":{"tf":2.449489742783178},"14":{"tf":1.7320508075688772},"140":{"tf":3.4641016151377544},"141":{"tf":2.6457513110645907},"142":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.0},"153":{"tf":1.4142135623730951},"154":{"tf":1.7320508075688772},"156":{"tf":1.0},"159":{"tf":1.4142135623730951},"16":{"tf":1.7320508075688772},"160":{"tf":2.0},"161":{"tf":1.4142135623730951},"162":{"tf":1.0},"164":{"tf":1.0},"166":{"tf":1.4142135623730951},"167":{"tf":1.4142135623730951},"168":{"tf":1.0},"169":{"tf":1.0},"175":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"18":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.7320508075688772},"184":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.4142135623730951},"189":{"tf":1.0},"19":{"tf":2.0},"190":{"tf":1.0},"192":{"tf":1.0},"203":{"tf":1.7320508075688772},"205":{"tf":1.4142135623730951},"206":{"tf":1.0},"21":{"tf":1.7320508075688772},"210":{"tf":1.0},"213":{"tf":1.4142135623730951},"214":{"tf":1.4142135623730951},"218":{"tf":1.0},"223":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.7320508075688772},"227":{"tf":1.0},"232":{"tf":1.4142135623730951},"233":{"tf":1.4142135623730951},"234":{"tf":1.0},"235":{"tf":2.0},"236":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":2.0},"254":{"tf":1.0},"255":{"tf":1.4142135623730951},"260":{"tf":1.7320508075688772},"261":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"270":{"tf":1.0},"274":{"tf":1.4142135623730951},"275":{"tf":1.0},"28":{"tf":1.4142135623730951},"280":{"tf":1.0},"296":{"tf":2.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":2.8284271247461903},"3":{"tf":1.7320508075688772},"30":{"tf":1.0},"300":{"tf":1.0},"305":{"tf":1.4142135623730951},"306":{"tf":1.4142135623730951},"307":{"tf":1.7320508075688772},"31":{"tf":1.4142135623730951},"316":{"tf":2.449489742783178},"317":{"tf":1.0},"318":{"tf":2.6457513110645907},"319":{"tf":1.0},"32":{"tf":1.0},"321":{"tf":1.7320508075688772},"322":{"tf":1.0},"325":{"tf":1.4142135623730951},"328":{"tf":1.0},"340":{"tf":1.7320508075688772},"344":{"tf":1.0},"352":{"tf":1.4142135623730951},"354":{"tf":1.4142135623730951},"355":{"tf":1.0},"356":{"tf":1.0},"357":{"tf":2.8284271247461903},"36":{"tf":1.7320508075688772},"360":{"tf":1.4142135623730951},"362":{"tf":1.4142135623730951},"363":{"tf":1.4142135623730951},"364":{"tf":1.4142135623730951},"365":{"tf":1.4142135623730951},"367":{"tf":2.6457513110645907},"368":{"tf":1.7320508075688772},"371":{"tf":1.4142135623730951},"372":{"tf":1.7320508075688772},"374":{"tf":1.4142135623730951},"377":{"tf":1.4142135623730951},"379":{"tf":1.7320508075688772},"38":{"tf":1.0},"380":{"tf":1.7320508075688772},"381":{"tf":1.0},"382":{"tf":1.0},"383":{"tf":1.0},"386":{"tf":2.23606797749979},"387":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.4142135623730951},"46":{"tf":2.449489742783178},"47":{"tf":1.4142135623730951},"58":{"tf":2.0},"60":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.7320508075688772},"66":{"tf":1.4142135623730951},"68":{"tf":1.0},"73":{"tf":1.4142135623730951},"74":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":2.0},"81":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"266":{"tf":1.0},"302":{"tf":1.7320508075688772},"323":{"tf":1.0}}}}}},"s":{"<":{"b":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"[":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"35":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"47":{"tf":1.0}},"i":{"df":2,"docs":{"117":{"tf":1.0},"51":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"df":46,"docs":{"100":{"tf":1.0},"121":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"226":{"tf":1.4142135623730951},"232":{"tf":1.4142135623730951},"233":{"tf":1.4142135623730951},"234":{"tf":1.0},"235":{"tf":2.23606797749979},"236":{"tf":1.4142135623730951},"239":{"tf":1.0},"248":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":2.449489742783178},"255":{"tf":1.4142135623730951},"258":{"tf":1.0},"274":{"tf":2.23606797749979},"275":{"tf":1.0},"28":{"tf":1.0},"280":{"tf":1.0},"294":{"tf":1.0},"296":{"tf":1.7320508075688772},"299":{"tf":1.4142135623730951},"302":{"tf":1.4142135623730951},"305":{"tf":1.0},"307":{"tf":1.4142135623730951},"318":{"tf":2.6457513110645907},"321":{"tf":1.7320508075688772},"322":{"tf":1.0},"323":{"tf":1.7320508075688772},"333":{"tf":1.0},"356":{"tf":1.0},"357":{"tf":3.1622776601683795},"360":{"tf":1.7320508075688772},"363":{"tf":1.4142135623730951},"367":{"tf":2.23606797749979},"368":{"tf":1.7320508075688772},"371":{"tf":1.0},"382":{"tf":1.0},"384":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.0},"72":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"323":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":6,"docs":{"302":{"tf":1.0},"323":{"tf":2.6457513110645907},"333":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":3.0},"371":{"tf":1.4142135623730951}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"323":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"303":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"=":{"$":{"(":{"df":0,"docs":{},"l":{"df":2,"docs":{"274":{"tf":1.0},"359":{"tf":1.0}}}},"df":0,"docs":{}},".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":5,"docs":{"257":{"tf":1.0},"264":{"tf":1.0},"28":{"tf":1.0},"297":{"tf":1.0},"383":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"z":{"df":1,"docs":{"251":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":3,"docs":{"28":{"tf":1.0},"297":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"299":{"tf":1.0},"319":{"tf":1.0}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"=":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{"/":{"a":{"df":0,"docs":{},"m":{"d":{"6":{"4":{"df":2,"docs":{"259":{"tf":1.0},"303":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"m":{"6":{"4":{"df":5,"docs":{"18":{"tf":1.0},"244":{"tf":1.0},"259":{"tf":1.0},"303":{"tf":1.0},"351":{"tf":1.0}},"|":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{"/":{"a":{"df":0,"docs":{},"m":{"d":{"6":{"4":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"df":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":{"303":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":3,"docs":{"18":{"tf":1.0},"232":{"tf":1.0},"307":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"=":{"<":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":3,"docs":{"232":{"tf":1.0},"355":{"tf":1.0},"381":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"v":{"1":{"df":2,"docs":{"232":{"tf":1.0},"355":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"f":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"305":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"298":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"298":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"298":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"298":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"298":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"298":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"298":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"304":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}},"d":{"a":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":3,"docs":{"299":{"tf":1.0},"319":{"tf":1.0},"356":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"299":{"tf":1.0},"319":{"tf":1.0}}}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"299":{"tf":1.0},"319":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"_":{"df":1,"docs":{"27":{"tf":1.0}},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"255":{"tf":1.0},"260":{"tf":1.0},"266":{"tf":1.0},"295":{"tf":1.0}},"s":{"=":{"2":{"df":2,"docs":{"27":{"tf":1.0},"295":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":4,"docs":{"255":{"tf":1.0},"260":{"tf":1.0},"266":{"tf":1.0},"295":{"tf":1.0}},"s":{"=":{"1":{"2":{"0":{"df":2,"docs":{"27":{"tf":1.0},"295":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"=":{"3":{"df":1,"docs":{"27":{"tf":1.0}}},"5":{"df":1,"docs":{"295":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":4,"docs":{"255":{"tf":1.0},"260":{"tf":1.0},"266":{"tf":1.0},"295":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"304":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"306":{"tf":1.0}},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"=":{"$":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"d":{"/":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"236":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":2,"docs":{"235":{"tf":1.0},"357":{"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":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":2,"docs":{"254":{"tf":1.0},"296":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":6,"docs":{"234":{"tf":1.0},"247":{"tf":1.0},"255":{"tf":1.0},"296":{"tf":1.0},"357":{"tf":1.0},"365":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"r":{"a":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"303":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"297":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"d":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"304":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"n":{"a":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"=":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"3":{"0":{"0":{"0":{"df":3,"docs":{"300":{"tf":1.0},"311":{"tf":1.0},"327":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"267":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":7,"docs":{"260":{"tf":1.0},"261":{"tf":1.0},"266":{"tf":1.0},"300":{"tf":1.0},"327":{"tf":1.0},"41":{"tf":1.0},"47":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"307":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"k":{"df":0,"docs":{},"z":{"df":0,"docs":{},"g":{"_":{"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":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"298":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"298":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"298":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"298":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"298":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"=":{"/":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"44":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"z":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"240":{"tf":1.0},"298":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"240":{"tf":1.0},"298":{"tf":1.0},"69":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"/":{"*":{"/":{"*":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"102":{"tf":1.4142135623730951},"104":{"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":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"100":{"tf":1.0},"101":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"367":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"104":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"=":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":3,"docs":{"19":{"tf":1.0},"318":{"tf":1.0},"367":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"/":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"368":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"321":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":2,"docs":{"310":{"tf":1.0},"331":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"299":{"tf":1.0},"317":{"tf":1.0},"363":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":13,"docs":{"113":{"tf":1.0},"153":{"tf":1.0},"156":{"tf":1.0},"255":{"tf":1.0},"299":{"tf":1.4142135623730951},"316":{"tf":1.0},"317":{"tf":1.0},"318":{"tf":1.0},"321":{"tf":1.0},"365":{"tf":1.0},"367":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"73":{"tf":1.0}}}}},"df":1,"docs":{"226":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":9,"docs":{"156":{"tf":1.0},"255":{"tf":1.0},"260":{"tf":1.0},"299":{"tf":1.4142135623730951},"316":{"tf":1.0},"317":{"tf":1.0},"319":{"tf":1.0},"46":{"tf":1.0},"73":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"=":{"\"":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"a":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":2,"docs":{"310":{"tf":1.0},"331":{"tf":1.0}},"e":{",":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"_":{"d":{"a":{"_":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"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":2,"docs":{"299":{"tf":1.0},"373":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"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":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"=":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"373":{"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":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"=":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":8,"docs":{"119":{"tf":1.0},"299":{"tf":1.0},"310":{"tf":1.0},"316":{"tf":1.7320508075688772},"317":{"tf":1.0},"331":{"tf":1.0},"368":{"tf":1.0},"373":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":9,"docs":{"156":{"tf":1.0},"255":{"tf":1.0},"260":{"tf":1.0},"289":{"tf":1.0},"299":{"tf":1.4142135623730951},"316":{"tf":1.0},"317":{"tf":1.0},"46":{"tf":1.0},"73":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"373":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"s":{"_":{"df":1,"docs":{"261":{"tf":1.0}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"=":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"9":{"0":{"9":{"0":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"/":{"df":0,"docs":{},"v":{"1":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"v":{"1":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"300":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"267":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":5,"docs":{"260":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"300":{"tf":1.0},"41":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"=":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"9":{"0":{"9":{"0":{"df":2,"docs":{"300":{"tf":1.0},"311":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"267":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":7,"docs":{"260":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"300":{"tf":1.0},"326":{"tf":1.0},"41":{"tf":1.0},"47":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"362":{"tf":1.0}},"e":{"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"307":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"19":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"=":{"$":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"d":{"/":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"236":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":2,"docs":{"235":{"tf":1.0},"357":{"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":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":2,"docs":{"254":{"tf":1.0},"296":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":7,"docs":{"113":{"tf":1.0},"234":{"tf":1.0},"247":{"tf":1.0},"255":{"tf":1.0},"296":{"tf":1.0},"357":{"tf":1.0},"365":{"tf":1.0}}}}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"307":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"307":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"h":{"df":2,"docs":{"252":{"tf":1.0},"296":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"=":{"<":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"251":{"tf":1.0}}}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":3,"docs":{"232":{"tf":1.0},"355":{"tf":1.0},"381":{"tf":1.0}}}}}}},"a":{"b":{"c":{"1":{"2":{"3":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"4":{"5":{"6":{"7":{"8":{"9":{"df":1,"docs":{"232":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"355":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"18":{"tf":1.0},"232":{"tf":1.0},"307":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"=":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"4":{"3":{"1":{"7":{"df":2,"docs":{"324":{"tf":1.0},"47":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":3,"docs":{"300":{"tf":1.0},"317":{"tf":1.0},"41":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"=":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"4":{"3":{"1":{"8":{"df":2,"docs":{"324":{"tf":1.0},"47":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":3,"docs":{"300":{"tf":1.0},"317":{"tf":1.0},"41":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"304":{"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":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"304":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"304":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"s":{"d":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"304":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"304":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"=":{"1":{"df":2,"docs":{"251":{"tf":1.0},"297":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"297":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":9,"docs":{"245":{"tf":1.0},"250":{"tf":1.0},"260":{"tf":1.0},"266":{"tf":1.0},"297":{"tf":1.0},"383":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0},"71":{"tf":1.0}},"e":{"=":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":8,"docs":{"257":{"tf":1.0},"258":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"28":{"tf":1.0},"297":{"tf":1.0},"322":{"tf":1.4142135623730951},"368":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"264":{"tf":1.0}}}}}}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"297":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"s":{"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":3,"docs":{"255":{"tf":1.0},"299":{"tf":1.0},"313":{"tf":1.0}},"s":{"=":{"1":{"df":10,"docs":{"119":{"tf":1.0},"153":{"tf":1.0},"156":{"tf":1.0},"19":{"tf":1.0},"318":{"tf":1.0},"321":{"tf":1.0},"363":{"tf":1.0},"365":{"tf":1.0},"367":{"tf":1.4142135623730951},"62":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":4,"docs":{"255":{"tf":1.0},"299":{"tf":1.0},"317":{"tf":1.0},"73":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":2,"docs":{"317":{"tf":1.0},"46":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"305":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"305":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"n":{"df":9,"docs":{"100":{"tf":1.0},"120":{"tf":1.0},"195":{"tf":1.0},"198":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.4142135623730951},"266":{"tf":1.0},"297":{"tf":1.0},"302":{"tf":1.0}},"e":{"df":9,"docs":{"102":{"tf":1.0},"105":{"tf":1.0},"172":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.4142135623730951},"255":{"tf":1.4142135623730951},"260":{"tf":2.0},"266":{"tf":1.7320508075688772},"317":{"tf":2.0}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"251":{"tf":1.0}},"u":{"6":{"4":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"1":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"195":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"101":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"101":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"101":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":1,"docs":{"195":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":6,"docs":{"137":{"tf":1.0},"138":{"tf":1.4142135623730951},"139":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.4142135623730951},"297":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"148":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":33,"docs":{"130":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":1.7320508075688772},"141":{"tf":1.0},"148":{"tf":1.0},"151":{"tf":1.0},"175":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"238":{"tf":1.0},"244":{"tf":1.0},"250":{"tf":1.0},"252":{"tf":1.0},"255":{"tf":1.0},"259":{"tf":1.0},"261":{"tf":1.0},"267":{"tf":1.0},"270":{"tf":1.0},"28":{"tf":1.0},"284":{"tf":1.0},"318":{"tf":1.0},"322":{"tf":1.4142135623730951},"323":{"tf":1.0},"351":{"tf":1.4142135623730951},"356":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":1.7320508075688772},"371":{"tf":1.0},"384":{"tf":1.0},"44":{"tf":1.0},"53":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0}}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"241":{"tf":1.0},"356":{"tf":1.0},"357":{"tf":1.0}}},"df":0,"docs":{}}}}},"h":{"df":1,"docs":{"360":{"tf":1.0}}},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"169":{"tf":1.0}}}}},"w":{"df":5,"docs":{"131":{"tf":1.0},"172":{"tf":1.0},"179":{"tf":1.0},"29":{"tf":1.0},"360":{"tf":1.0}}}},"t":{"df":0,"docs":{},"p":{"df":2,"docs":{"385":{"tf":1.0},"50":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"m":{":":{":":{"df":0,"docs":{},"{":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"6":{"4":{"df":1,"docs":{"195":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":13,"docs":{"100":{"tf":1.0},"115":{"tf":1.0},"151":{"tf":1.0},"250":{"tf":1.4142135623730951},"255":{"tf":1.4142135623730951},"260":{"tf":1.4142135623730951},"266":{"tf":1.4142135623730951},"295":{"tf":2.0},"340":{"tf":1.4142135623730951},"343":{"tf":1.0},"350":{"tf":1.0},"50":{"tf":1.0},"81":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":7,"docs":{"119":{"tf":1.0},"261":{"tf":1.4142135623730951},"267":{"tf":1.7320508075688772},"28":{"tf":1.4142135623730951},"326":{"tf":2.6457513110645907},"327":{"tf":1.7320508075688772},"332":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":59,"docs":{"100":{"tf":1.7320508075688772},"101":{"tf":1.7320508075688772},"102":{"tf":1.0},"104":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"125":{"tf":1.0},"137":{"tf":1.7320508075688772},"138":{"tf":1.0},"139":{"tf":1.0},"156":{"tf":1.0},"160":{"tf":1.0},"164":{"tf":1.0},"168":{"tf":1.4142135623730951},"169":{"tf":1.0},"171":{"tf":1.4142135623730951},"173":{"tf":1.0},"174":{"tf":1.4142135623730951},"185":{"tf":1.0},"190":{"tf":1.0},"192":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.0},"228":{"tf":1.4142135623730951},"229":{"tf":1.4142135623730951},"261":{"tf":1.0},"267":{"tf":1.0},"271":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"300":{"tf":1.4142135623730951},"31":{"tf":1.0},"311":{"tf":1.0},"314":{"tf":1.0},"315":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.0},"329":{"tf":1.0},"332":{"tf":1.4142135623730951},"352":{"tf":1.4142135623730951},"36":{"tf":1.0},"360":{"tf":1.7320508075688772},"374":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"384":{"tf":1.4142135623730951},"385":{"tf":1.4142135623730951},"386":{"tf":1.7320508075688772},"41":{"tf":1.0},"47":{"tf":1.4142135623730951},"52":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"73":{"tf":1.4142135623730951},"81":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"117":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"192":{"tf":1.0},"228":{"tf":1.0},"353":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"368":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"273":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"213":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"323":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"137":{"tf":1.0},"139":{"tf":2.0}}}}}}},"k":{"(":{"_":{"df":1,"docs":{"172":{"tf":1.0}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"171":{"tf":1.0},"172":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"205":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":2,"docs":{"204":{"tf":1.4142135623730951},"205":{"tf":1.0}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":2,"docs":{"210":{"tf":1.0},"211":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":31,"docs":{"112":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"151":{"tf":1.0},"171":{"tf":1.7320508075688772},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"178":{"tf":1.0},"19":{"tf":1.0},"203":{"tf":1.7320508075688772},"204":{"tf":1.4142135623730951},"207":{"tf":1.0},"210":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"328":{"tf":1.0},"349":{"tf":1.0},"350":{"tf":1.0},"4":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951},"90":{"tf":1.0}}},"l":{"d":{"df":1,"docs":{"351":{"tf":1.0}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"301":{"tf":1.0},"322":{"tf":1.0}}}}},"n":{"c":{"df":6,"docs":{"173":{"tf":1.0},"181":{"tf":1.0},"190":{"tf":1.0},"192":{"tf":1.0},"38":{"tf":1.0},"61":{"tf":1.0}}},"df":13,"docs":{"122":{"tf":1.0},"162":{"tf":1.0},"173":{"tf":1.4142135623730951},"188":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"264":{"tf":1.0},"274":{"tf":1.0},"31":{"tf":1.0},"65":{"tf":1.0},"70":{"tf":1.0},"78":{"tf":1.0},"95":{"tf":1.4142135623730951}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"161":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"122":{"tf":1.0},"362":{"tf":2.0}}}},"p":{"df":1,"docs":{"386":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"358":{"tf":1.0}}},"r":{"df":27,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"130":{"tf":1.0},"138":{"tf":1.0},"14":{"tf":1.0},"141":{"tf":1.0},"158":{"tf":1.4142135623730951},"16":{"tf":1.0},"179":{"tf":1.0},"181":{"tf":1.0},"190":{"tf":1.0},"2":{"tf":1.0},"219":{"tf":1.4142135623730951},"221":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.4142135623730951},"224":{"tf":1.4142135623730951},"226":{"tf":1.4142135623730951},"227":{"tf":1.4142135623730951},"228":{"tf":1.0},"229":{"tf":1.4142135623730951},"31":{"tf":1.0},"337":{"tf":1.0},"356":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"8":{"tf":1.0}}}},"t":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"z":{"df":0,"docs":{},"g":{"df":1,"docs":{"298":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":2,"docs":{"115":{"tf":1.0},"51":{"tf":1.0}},"i":{"df":0,"docs":{},"m":{"df":3,"docs":{"14":{"tf":1.0},"270":{"tf":1.0},"323":{"tf":1.0}}},"o":{"df":0,"docs":{},"n":{"<":{"a":{"df":0,"docs":{},"r":{"c":{"<":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"u":{"6":{"4":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"205":{"tf":1.0}}}}}}}}},"u":{"6":{"4":{"df":1,"docs":{"204":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":1,"docs":{"100":{"tf":1.0}}}}},"df":33,"docs":{"137":{"tf":1.0},"138":{"tf":1.0},"140":{"tf":1.0},"167":{"tf":1.0},"172":{"tf":1.0},"184":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.7320508075688772},"205":{"tf":1.4142135623730951},"222":{"tf":1.0},"226":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"239":{"tf":1.4142135623730951},"251":{"tf":1.4142135623730951},"257":{"tf":1.0},"258":{"tf":1.0},"260":{"tf":1.0},"267":{"tf":1.7320508075688772},"269":{"tf":1.0},"273":{"tf":1.0},"28":{"tf":1.7320508075688772},"300":{"tf":1.7320508075688772},"317":{"tf":1.4142135623730951},"324":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.4142135623730951},"343":{"tf":1.0},"350":{"tf":1.0},"41":{"tf":1.0},"47":{"tf":1.7320508075688772},"61":{"tf":1.0}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":13,"docs":{"10":{"tf":1.0},"159":{"tf":1.0},"192":{"tf":1.0},"213":{"tf":1.0},"26":{"tf":1.0},"316":{"tf":1.0},"36":{"tf":1.4142135623730951},"38":{"tf":1.0},"386":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.4142135623730951},"63":{"tf":1.0},"65":{"tf":1.4142135623730951}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"137":{"tf":1.0}}}}}}}}},"df":3,"docs":{"137":{"tf":2.23606797749979},"171":{"tf":1.0},"365":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{":":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"171":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"n":{"df":3,"docs":{"118":{"tf":1.0},"222":{"tf":1.0},"293":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"115":{"tf":1.0},"385":{"tf":1.0},"50":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":3,"docs":{"360":{"tf":1.0},"365":{"tf":1.0},"382":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":2,"docs":{"357":{"tf":1.0},"360":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"63":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"p":{"df":10,"docs":{"260":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"28":{"tf":1.0},"300":{"tf":1.7320508075688772},"317":{"tf":1.4142135623730951},"324":{"tf":2.23606797749979},"41":{"tf":1.0},"47":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"190":{"tf":1.0}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":10,"docs":{"119":{"tf":1.0},"125":{"tf":1.0},"192":{"tf":1.0},"204":{"tf":1.0},"229":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"386":{"tf":1.0},"61":{"tf":1.0},"92":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":3,"docs":{"232":{"tf":1.0},"322":{"tf":1.0},"358":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":16,"docs":{"124":{"tf":1.0},"260":{"tf":1.0},"298":{"tf":1.7320508075688772},"299":{"tf":1.0},"306":{"tf":1.0},"321":{"tf":1.0},"353":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":1.4142135623730951},"370":{"tf":1.0},"373":{"tf":1.0},"46":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0}},"—":{"d":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"370":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"1":{"tf":1.0},"124":{"tf":1.0},"134":{"tf":1.0},"137":{"tf":1.4142135623730951},"195":{"tf":1.0},"31":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":3,"docs":{"159":{"tf":1.0},"175":{"tf":1.0},"273":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"d":{"df":10,"docs":{"240":{"tf":1.0},"251":{"tf":1.0},"274":{"tf":1.7320508075688772},"298":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":2.23606797749979},"322":{"tf":1.0},"323":{"tf":1.0},"44":{"tf":1.0},"69":{"tf":1.0}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":8,"docs":{"12":{"tf":1.0},"158":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"29":{"tf":1.0},"33":{"tf":1.0},"98":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"df":2,"docs":{"138":{"tf":1.0},"377":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"298":{"tf":1.0}}}}}}}}}},"p":{".":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":3,"docs":{"326":{"tf":1.0},"47":{"tf":1.0},"73":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"df":0,"docs":{},"p":{"df":2,"docs":{"299":{"tf":1.0},"319":{"tf":1.0}}}},"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"213":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"177":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":7,"docs":{"115":{"tf":1.0},"116":{"tf":1.0},"149":{"tf":1.0},"186":{"tf":1.0},"230":{"tf":1.0},"75":{"tf":1.0},"97":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":4,"docs":{"125":{"tf":1.0},"13":{"tf":1.0},"184":{"tf":1.0},"189":{"tf":1.0}}}},"n":{"df":0,"docs":{},"i":{"c":{"\\":{"df":0,"docs":{},"|":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"101":{"tf":1.0}}}}}}},"df":3,"docs":{"122":{"tf":1.0},"306":{"tf":1.0},"62":{"tf":1.0}},"k":{"df":8,"docs":{"354":{"tf":1.0},"356":{"tf":1.0},"357":{"tf":1.0},"358":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":1.0},"361":{"tf":1.0},"364":{"tf":1.0}}},"s":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"100":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"164":{"tf":1.0}}}}}},"m":{"df":3,"docs":{"214":{"tf":1.0},"298":{"tf":1.0},"351":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":27,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"121":{"tf":1.0},"206":{"tf":1.0},"214":{"tf":1.0},"226":{"tf":1.0},"232":{"tf":1.0},"237":{"tf":1.4142135623730951},"250":{"tf":1.0},"261":{"tf":1.0},"28":{"tf":1.0},"298":{"tf":1.0},"356":{"tf":1.4142135623730951},"364":{"tf":1.0},"372":{"tf":1.0},"38":{"tf":1.0},"384":{"tf":1.0},"386":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"53":{"tf":1.4142135623730951},"57":{"tf":1.0},"66":{"tf":1.4142135623730951},"69":{"tf":1.0},"70":{"tf":1.0},"72":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"90":{"tf":1.0}}}}}},"s":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"z":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"298":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"386":{"tf":1.0}}}}},"t":{"df":5,"docs":{"191":{"tf":1.0},"219":{"tf":1.0},"30":{"tf":1.0},"335":{"tf":1.0},"64":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"188":{"tf":1.0}}}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":4,"docs":{"10":{"tf":1.0},"104":{"tf":1.0},"206":{"tf":1.0},"386":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":4,"docs":{"138":{"tf":2.449489742783178},"177":{"tf":1.4142135623730951},"188":{"tf":1.0},"60":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"125":{"tf":1.0},"329":{"tf":1.0},"61":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":6,"docs":{"171":{"tf":1.0},"204":{"tf":1.0},"251":{"tf":1.0},"274":{"tf":1.4142135623730951},"305":{"tf":1.0},"375":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"307":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"307":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"252":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"(":{"\"":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"z":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"122":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":28,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"12":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.7320508075688772},"15":{"tf":1.0},"213":{"tf":1.0},"236":{"tf":1.0},"238":{"tf":1.4142135623730951},"240":{"tf":1.0},"248":{"tf":1.0},"252":{"tf":1.0},"255":{"tf":1.4142135623730951},"270":{"tf":1.0},"274":{"tf":2.8284271247461903},"280":{"tf":1.0},"281":{"tf":1.0},"296":{"tf":1.7320508075688772},"297":{"tf":1.0},"298":{"tf":1.4142135623730951},"357":{"tf":1.0},"359":{"tf":1.0},"383":{"tf":1.0},"384":{"tf":1.0},"44":{"tf":1.4142135623730951},"5":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":37,"docs":{"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":2.23606797749979},"116":{"tf":1.0},"118":{"tf":1.0},"12":{"tf":1.0},"122":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"131":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":1.0},"176":{"tf":1.0},"179":{"tf":1.0},"186":{"tf":1.4142135623730951},"188":{"tf":1.0},"19":{"tf":1.4142135623730951},"190":{"tf":1.0},"318":{"tf":1.0},"322":{"tf":1.4142135623730951},"368":{"tf":1.4142135623730951},"37":{"tf":1.0},"372":{"tf":1.0},"385":{"tf":1.0},"40":{"tf":1.4142135623730951},"57":{"tf":1.0},"65":{"tf":1.0},"76":{"tf":1.0},"8":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.4142135623730951},"90":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"32":{"tf":1.0}}}}}}}}}}}}}}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"169":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":38,"docs":{"121":{"tf":1.0},"122":{"tf":1.4142135623730951},"126":{"tf":1.0},"146":{"tf":1.4142135623730951},"19":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"246":{"tf":1.0},"254":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"265":{"tf":1.0},"267":{"tf":1.0},"27":{"tf":1.0},"274":{"tf":1.4142135623730951},"28":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"316":{"tf":2.0},"317":{"tf":1.0},"321":{"tf":1.4142135623730951},"322":{"tf":1.4142135623730951},"324":{"tf":1.0},"354":{"tf":1.4142135623730951},"356":{"tf":1.4142135623730951},"357":{"tf":1.4142135623730951},"359":{"tf":1.0},"360":{"tf":1.0},"361":{"tf":1.0},"363":{"tf":1.4142135623730951},"364":{"tf":1.4142135623730951},"368":{"tf":1.7320508075688772},"373":{"tf":1.0},"39":{"tf":1.0},"71":{"tf":1.0},"74":{"tf":1.0}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"138":{"tf":3.1622776601683795},"140":{"tf":2.6457513110645907},"177":{"tf":1.4142135623730951},"179":{"tf":1.0},"188":{"tf":1.0},"372":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"138":{"tf":1.0}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"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":{"172":{"tf":1.0}},"s":{".":{"d":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"172":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"172":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"172":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":1,"docs":{"172":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"108":{"tf":1.0}}}}}},"df":40,"docs":{"100":{"tf":2.0},"101":{"tf":2.0},"115":{"tf":1.0},"123":{"tf":1.0},"137":{"tf":2.0},"138":{"tf":1.7320508075688772},"139":{"tf":2.0},"145":{"tf":1.7320508075688772},"147":{"tf":2.0},"151":{"tf":1.0},"19":{"tf":2.0},"195":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"255":{"tf":1.4142135623730951},"299":{"tf":1.4142135623730951},"3":{"tf":1.0},"317":{"tf":1.0},"318":{"tf":1.7320508075688772},"321":{"tf":1.4142135623730951},"322":{"tf":1.4142135623730951},"342":{"tf":1.0},"343":{"tf":1.0},"350":{"tf":1.4142135623730951},"354":{"tf":1.0},"367":{"tf":2.23606797749979},"368":{"tf":1.0},"374":{"tf":1.0},"386":{"tf":1.4142135623730951},"46":{"tf":1.7320508075688772},"47":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.7320508075688772},"51":{"tf":1.4142135623730951},"53":{"tf":1.0},"73":{"tf":1.4142135623730951},"79":{"tf":1.7320508075688772},"85":{"tf":1.7320508075688772},"86":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":10,"docs":{"10":{"tf":1.4142135623730951},"137":{"tf":1.4142135623730951},"175":{"tf":1.0},"221":{"tf":1.0},"244":{"tf":1.0},"259":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.4142135623730951},"38":{"tf":1.0},"386":{"tf":1.4142135623730951}}}}}},"i":{"df":0,"docs":{},"o":{"d":{"df":5,"docs":{"134":{"tf":1.0},"137":{"tf":1.0},"304":{"tf":1.0},"386":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"137":{"tf":1.4142135623730951},"140":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"358":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"119":{"tf":1.0},"299":{"tf":1.0},"321":{"tf":1.4142135623730951},"363":{"tf":1.4142135623730951},"365":{"tf":1.0},"368":{"tf":1.0},"46":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"1":{"[":{"\"":{"1":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"55":{"tf":1.4142135623730951}}},"2":{"[":{"\"":{"2":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"55":{"tf":1.7320508075688772}}},"3":{"[":{"\"":{"3":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"55":{"tf":1.7320508075688772}}},"4":{"[":{"\"":{"4":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"55":{"tf":1.7320508075688772}}},"5":{"[":{"\"":{"5":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"55":{"tf":1.7320508075688772}}},"6":{"[":{"\"":{"6":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"55":{"tf":1.4142135623730951}}},"df":6,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"55":{"tf":2.6457513110645907},"56":{"tf":1.0},"80":{"tf":1.0},"98":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":4,"docs":{"11":{"tf":1.0},"229":{"tf":1.0},"29":{"tf":1.4142135623730951},"48":{"tf":1.0}}}}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"120":{"tf":1.0},"125":{"tf":1.0},"210":{"tf":1.0}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"222":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"198":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":5,"docs":{"120":{"tf":1.0},"252":{"tf":1.4142135623730951},"266":{"tf":1.4142135623730951},"302":{"tf":1.7320508075688772},"323":{"tf":1.0}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"385":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":9,"docs":{"120":{"tf":1.0},"14":{"tf":1.0},"160":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"229":{"tf":1.0},"46":{"tf":1.0}}}}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"360":{"tf":1.4142135623730951},"382":{"tf":1.0}}}}}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":3,"docs":{"19":{"tf":1.0},"225":{"tf":1.0},"239":{"tf":1.0}}}},"df":0,"docs":{},"n":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":12,"docs":{"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"19":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"349":{"tf":1.0},"350":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":32,"docs":{"101":{"tf":1.0},"125":{"tf":1.4142135623730951},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"13":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"158":{"tf":1.4142135623730951},"19":{"tf":1.0},"192":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"198":{"tf":1.0},"213":{"tf":1.0},"227":{"tf":1.0},"26":{"tf":1.0},"269":{"tf":1.0},"28":{"tf":1.0},"31":{"tf":1.0},"349":{"tf":1.0},"350":{"tf":1.0},"38":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"57":{"tf":1.7320508075688772},"58":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"351":{"tf":1.0}}}}}}}}}},"df":18,"docs":{"221":{"tf":1.0},"223":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.0},"251":{"tf":1.4142135623730951},"257":{"tf":1.0},"259":{"tf":1.0},"264":{"tf":1.0},"274":{"tf":1.0},"28":{"tf":1.0},"284":{"tf":1.0},"298":{"tf":1.0},"303":{"tf":2.0},"359":{"tf":1.0},"383":{"tf":1.0},"43":{"tf":1.0}}}}}}}},"df":0,"docs":{},"u":{"df":1,"docs":{"10":{"tf":1.0}},"g":{"df":1,"docs":{"209":{"tf":1.0}},"g":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"63":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"b":{"df":1,"docs":{"138":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"d":{"df":12,"docs":{"163":{"tf":1.0},"164":{"tf":1.0},"227":{"tf":1.4142135623730951},"270":{"tf":1.0},"302":{"tf":1.0},"323":{"tf":2.449489742783178},"367":{"tf":1.0},"368":{"tf":4.795831523312719},"371":{"tf":2.23606797749979},"386":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.0}},"s":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"267":{"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":14,"docs":{"14":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"213":{"tf":1.0},"252":{"tf":1.0},"276":{"tf":1.0},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0},"66":{"tf":1.0}}}}},"l":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":13,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"113":{"tf":1.0},"122":{"tf":1.0},"247":{"tf":1.4142135623730951},"255":{"tf":1.0},"260":{"tf":1.0},"266":{"tf":1.0},"274":{"tf":1.0},"278":{"tf":1.4142135623730951},"294":{"tf":1.0},"313":{"tf":1.0},"386":{"tf":1.0}},"e":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":52,"docs":{"100":{"tf":1.4142135623730951},"122":{"tf":1.0},"126":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"148":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"158":{"tf":1.0},"19":{"tf":1.4142135623730951},"226":{"tf":1.0},"246":{"tf":2.0},"254":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"265":{"tf":1.0},"27":{"tf":1.0},"278":{"tf":1.0},"28":{"tf":1.0},"294":{"tf":1.4142135623730951},"299":{"tf":1.0},"305":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.0},"317":{"tf":1.0},"321":{"tf":1.4142135623730951},"322":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"331":{"tf":1.0},"332":{"tf":1.0},"333":{"tf":1.0},"351":{"tf":1.0},"352":{"tf":1.0},"354":{"tf":1.4142135623730951},"356":{"tf":1.0},"357":{"tf":1.4142135623730951},"359":{"tf":1.0},"360":{"tf":1.0},"361":{"tf":1.0},"363":{"tf":1.4142135623730951},"364":{"tf":1.4142135623730951},"365":{"tf":1.0},"368":{"tf":1.7320508075688772},"372":{"tf":1.0},"377":{"tf":1.4142135623730951},"380":{"tf":1.0},"39":{"tf":1.4142135623730951},"71":{"tf":1.4142135623730951},"83":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":5,"docs":{"168":{"tf":1.0},"169":{"tf":1.0},"173":{"tf":2.0},"175":{"tf":1.0},"188":{"tf":1.0}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"373":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"52":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"1":{"tf":1.0},"31":{"tf":1.0},"54":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0}}}},"df":0,"docs":{}},"df":17,"docs":{"122":{"tf":1.7320508075688772},"160":{"tf":1.0},"164":{"tf":1.0},"243":{"tf":1.0},"260":{"tf":1.0},"267":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"305":{"tf":1.0},"352":{"tf":1.7320508075688772},"360":{"tf":3.1622776601683795},"365":{"tf":1.0},"372":{"tf":1.0},"374":{"tf":1.0},"380":{"tf":1.0},"382":{"tf":1.4142135623730951},"62":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.4142135623730951},"104":{"tf":1.0},"131":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":4,"docs":{"192":{"tf":1.0},"321":{"tf":1.0},"368":{"tf":1.0},"386":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":11,"docs":{"116":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":1.0},"185":{"tf":1.0},"19":{"tf":1.0},"277":{"tf":1.0},"337":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"64":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":10,"docs":{"18":{"tf":1.0},"236":{"tf":1.4142135623730951},"251":{"tf":1.0},"257":{"tf":1.0},"263":{"tf":1.0},"28":{"tf":1.4142135623730951},"297":{"tf":1.4142135623730951},"43":{"tf":1.0},"66":{"tf":1.0},"70":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"195":{"tf":1.0}}}}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":6,"docs":{"137":{"tf":1.0},"38":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"63":{"tf":1.0},"85":{"tf":1.0}}}},"df":0,"docs":{}}},"df":2,"docs":{"285":{"tf":1.0},"297":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"244":{"tf":1.0},"252":{"tf":1.0},"263":{"tf":1.0},"279":{"tf":1.0},"351":{"tf":1.0},"52":{"tf":1.0}}}},"i":{"df":0,"docs":{},"x":{"df":9,"docs":{"19":{"tf":1.0},"299":{"tf":1.0},"318":{"tf":1.4142135623730951},"319":{"tf":1.4142135623730951},"321":{"tf":1.0},"322":{"tf":1.0},"367":{"tf":1.4142135623730951},"368":{"tf":1.0},"46":{"tf":1.0}}}}},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"226":{"tf":1.0},"386":{"tf":1.0}}}}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"205":{"tf":1.0},"213":{"tf":1.0},"222":{"tf":1.0},"228":{"tf":1.0},"65":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":30,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"113":{"tf":1.0},"14":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":1.0},"18":{"tf":1.0},"192":{"tf":1.0},"203":{"tf":1.4142135623730951},"219":{"tf":1.0},"220":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.4142135623730951},"224":{"tf":1.0},"225":{"tf":1.4142135623730951},"226":{"tf":1.0},"227":{"tf":1.0},"228":{"tf":1.4142135623730951},"229":{"tf":1.4142135623730951},"230":{"tf":1.0},"263":{"tf":1.0},"274":{"tf":1.0},"314":{"tf":1.0},"334":{"tf":1.0},"351":{"tf":1.0},"380":{"tf":1.0},"41":{"tf":1.0},"8":{"tf":1.0},"97":{"tf":1.0}}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":9,"docs":{"101":{"tf":1.0},"138":{"tf":1.0},"203":{"tf":1.0},"223":{"tf":1.0},"229":{"tf":1.0},"351":{"tf":1.0},"355":{"tf":1.0},"365":{"tf":1.0},"380":{"tf":1.0}}}},"r":{"df":0,"docs":{},"v":{"df":3,"docs":{"140":{"tf":1.0},"156":{"tf":1.4142135623730951},"290":{"tf":1.4142135623730951}}}},"t":{"_":{"1":{"0":{"df":0,"docs":{},"v":{"2":{"df":1,"docs":{"362":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":6,"docs":{"118":{"tf":1.4142135623730951},"206":{"tf":1.0},"255":{"tf":1.0},"299":{"tf":1.0},"317":{"tf":1.0},"352":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"137":{"tf":1.7320508075688772}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":10,"docs":{"121":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.0},"226":{"tf":1.0},"275":{"tf":1.0},"352":{"tf":1.0},"354":{"tf":1.0},"386":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":4,"docs":{"323":{"tf":1.4142135623730951},"360":{"tf":1.0},"368":{"tf":1.7320508075688772},"382":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"368":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"125":{"tf":1.0},"213":{"tf":1.0},"227":{"tf":1.0},"66":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"154":{"tf":1.0},"194":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"213":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":5,"docs":{"11":{"tf":1.0},"223":{"tf":1.0},"225":{"tf":1.0},"48":{"tf":1.4142135623730951},"54":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":6,"docs":{"247":{"tf":1.0},"251":{"tf":1.0},"267":{"tf":1.0},"304":{"tf":1.0},"327":{"tf":1.0},"47":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":3,"docs":{"260":{"tf":1.0},"266":{"tf":1.0},"300":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"n":{"!":{"(":{"\"":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"137":{"tf":1.0}},"i":{"df":0,"docs":{},"z":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"137":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"139":{"tf":1.0}}}}}}}},"o":{"b":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"50":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":10,"docs":{"115":{"tf":1.0},"162":{"tf":1.0},"188":{"tf":1.0},"210":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"302":{"tf":1.4142135623730951},"322":{"tf":1.0},"386":{"tf":1.0},"58":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"372":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"172":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"s":{"df":41,"docs":{"0":{"tf":1.0},"100":{"tf":1.0},"126":{"tf":1.4142135623730951},"138":{"tf":1.0},"156":{"tf":1.0},"159":{"tf":1.4142135623730951},"164":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0},"177":{"tf":1.0},"19":{"tf":1.0},"227":{"tf":1.0},"243":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.0},"26":{"tf":1.0},"267":{"tf":1.0},"273":{"tf":1.0},"3":{"tf":1.0},"306":{"tf":1.0},"316":{"tf":1.0},"321":{"tf":1.0},"348":{"tf":1.0},"357":{"tf":1.0},"36":{"tf":1.0},"360":{"tf":1.4142135623730951},"362":{"tf":1.4142135623730951},"365":{"tf":1.0},"367":{"tf":1.0},"371":{"tf":1.0},"38":{"tf":1.0},"382":{"tf":1.4142135623730951},"386":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"68":{"tf":1.0},"71":{"tf":1.0}},"e":{"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":1,"docs":{"124":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"150":{"tf":1.0},"62":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"d":{"df":1,"docs":{"190":{"tf":1.0}},"u":{"c":{"df":18,"docs":{"10":{"tf":1.0},"104":{"tf":1.4142135623730951},"169":{"tf":1.0},"173":{"tf":1.0},"19":{"tf":1.0},"193":{"tf":1.0},"24":{"tf":1.4142135623730951},"345":{"tf":1.0},"354":{"tf":1.0},"364":{"tf":1.4142135623730951},"377":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.4142135623730951},"50":{"tf":1.7320508075688772},"80":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"96":{"tf":1.0}},"t":{"df":31,"docs":{"10":{"tf":1.0},"104":{"tf":1.0},"117":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.4142135623730951},"127":{"tf":1.0},"131":{"tf":1.4142135623730951},"138":{"tf":1.4142135623730951},"139":{"tf":1.4142135623730951},"14":{"tf":1.4142135623730951},"140":{"tf":1.0},"141":{"tf":1.0},"155":{"tf":1.0},"163":{"tf":1.0},"166":{"tf":1.0},"168":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"181":{"tf":1.0},"185":{"tf":1.0},"19":{"tf":1.0},"245":{"tf":1.0},"273":{"tf":1.4142135623730951},"282":{"tf":1.0},"3":{"tf":1.0},"305":{"tf":1.0},"352":{"tf":1.0},"364":{"tf":1.0},"386":{"tf":1.7320508075688772},"53":{"tf":1.0},"61":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"l":{"df":1,"docs":{"141":{"tf":1.4142135623730951}}}},"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"89":{"tf":1.4142135623730951}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":4,"docs":{"246":{"tf":1.0},"274":{"tf":1.7320508075688772},"294":{"tf":1.0},"354":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":16,"docs":{"132":{"tf":1.0},"133":{"tf":1.4142135623730951},"168":{"tf":1.0},"176":{"tf":1.0},"184":{"tf":1.0},"192":{"tf":1.0},"222":{"tf":1.0},"251":{"tf":1.4142135623730951},"3":{"tf":1.0},"31":{"tf":1.0},"352":{"tf":1.0},"354":{"tf":1.0},"364":{"tf":1.0},"386":{"tf":1.4142135623730951},"52":{"tf":1.0},"55":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"10":{"tf":1.4142135623730951},"282":{"tf":1.0},"32":{"tf":1.0},"367":{"tf":1.0},"387":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":17,"docs":{"113":{"tf":1.0},"137":{"tf":1.0},"226":{"tf":1.0},"260":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"28":{"tf":1.0},"300":{"tf":1.4142135623730951},"302":{"tf":1.4142135623730951},"325":{"tf":1.0},"326":{"tf":1.4142135623730951},"360":{"tf":1.0},"374":{"tf":1.0},"47":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"69":{"tf":1.0},"73":{"tf":1.0}},"s":{"+":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"n":{"a":{"df":1,"docs":{"327":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"n":{"a":{"df":5,"docs":{"119":{"tf":1.0},"273":{"tf":1.0},"3":{"tf":1.0},"360":{"tf":1.0},"47":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},":":{"9":{"0":{"9":{"0":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"/":{"df":0,"docs":{},"v":{"1":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"v":{"1":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":3,"docs":{"267":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":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":{"267":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"298":{"tf":1.0}}}},"q":{"df":0,"docs":{},"l":{"df":4,"docs":{"266":{"tf":1.0},"28":{"tf":1.0},"326":{"tf":1.0},"47":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"f":{"df":16,"docs":{"100":{"tf":2.449489742783178},"122":{"tf":1.0},"126":{"tf":1.0},"158":{"tf":1.0},"19":{"tf":1.4142135623730951},"226":{"tf":1.0},"246":{"tf":1.0},"278":{"tf":1.0},"351":{"tf":1.0},"354":{"tf":1.4142135623730951},"372":{"tf":1.4142135623730951},"377":{"tf":1.4142135623730951},"380":{"tf":1.0},"386":{"tf":1.4142135623730951},"39":{"tf":1.0},"71":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"122":{"tf":1.0},"137":{"tf":1.7320508075688772},"138":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"248":{"tf":1.0},"250":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"137":{"tf":1.0},"141":{"tf":1.0},"360":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"386":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"s":{"df":3,"docs":{"137":{"tf":1.0},"138":{"tf":1.0},"177":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"275":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":13,"docs":{"10":{"tf":1.4142135623730951},"115":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.4142135623730951},"139":{"tf":1.0},"140":{"tf":1.0},"16":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":1.0},"385":{"tf":1.0},"387":{"tf":1.0},"50":{"tf":1.7320508075688772},"54":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":8,"docs":{"210":{"tf":1.0},"238":{"tf":1.0},"246":{"tf":1.0},"294":{"tf":1.0},"298":{"tf":1.7320508075688772},"385":{"tf":1.0},"53":{"tf":1.0},"66":{"tf":1.0}},"n":{"df":1,"docs":{"116":{"tf":1.0}}}},"i":{"d":{"df":17,"docs":{"10":{"tf":1.0},"160":{"tf":1.0},"167":{"tf":1.0},"169":{"tf":1.0},"179":{"tf":1.0},"18":{"tf":1.0},"182":{"tf":1.4142135623730951},"203":{"tf":1.0},"205":{"tf":1.4142135623730951},"213":{"tf":1.0},"218":{"tf":1.0},"22":{"tf":1.0},"249":{"tf":1.0},"326":{"tf":1.0},"36":{"tf":1.7320508075688772},"47":{"tf":1.0},"68":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":9,"docs":{"150":{"tf":1.0},"192":{"tf":1.0},"218":{"tf":1.0},"26":{"tf":1.4142135623730951},"326":{"tf":1.0},"327":{"tf":1.4142135623730951},"38":{"tf":1.0},"386":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":4,"docs":{"287":{"tf":1.0},"304":{"tf":1.4142135623730951},"351":{"tf":1.4142135623730951},"359":{"tf":1.0}}}}}},"s":{"df":10,"docs":{"247":{"tf":1.0},"274":{"tf":1.4142135623730951},"301":{"tf":1.0},"322":{"tf":1.7320508075688772},"358":{"tf":1.0},"360":{"tf":1.0},"362":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":1.7320508075688772},"371":{"tf":1.4142135623730951}}},"u":{"b":{"df":45,"docs":{"118":{"tf":2.23606797749979},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"179":{"tf":1.0},"183":{"tf":1.0},"19":{"tf":1.0},"203":{"tf":1.4142135623730951},"204":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"206":{"tf":1.0},"207":{"tf":2.449489742783178},"21":{"tf":1.0},"210":{"tf":1.4142135623730951},"211":{"tf":1.4142135623730951},"216":{"tf":2.8284271247461903},"217":{"tf":1.7320508075688772},"218":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"340":{"tf":1.0},"341":{"tf":1.0},"342":{"tf":1.0},"343":{"tf":1.0},"344":{"tf":1.0},"345":{"tf":1.0},"346":{"tf":1.0},"347":{"tf":1.0},"348":{"tf":1.0},"349":{"tf":1.0},"350":{"tf":1.0},"40":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"89":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":4,"docs":{"10":{"tf":1.0},"101":{"tf":2.449489742783178},"138":{"tf":1.4142135623730951},"386":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"_":{"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":{"274":{"tf":1.0}}}}}}}}}},"df":2,"docs":{"250":{"tf":1.0},"359":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"385":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"117":{"tf":1.0},"31":{"tf":1.0},"316":{"tf":1.0},"68":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":10,"docs":{"188":{"tf":1.0},"245":{"tf":1.0},"250":{"tf":1.4142135623730951},"263":{"tf":1.0},"264":{"tf":1.4142135623730951},"270":{"tf":1.0},"274":{"tf":1.0},"276":{"tf":1.0},"283":{"tf":1.0},"383":{"tf":1.0}}}},"t":{"df":1,"docs":{"83":{"tf":1.0}}}},"v":{"/":{"c":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"270":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"q":{"1":{"df":1,"docs":{"165":{"tf":1.4142135623730951}},"{":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"165":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"2":{"df":1,"docs":{"165":{"tf":1.4142135623730951}},"{":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"165":{"tf":1.0}}}}}}}},"3":{"df":1,"docs":{"165":{"tf":1.4142135623730951}},"{":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"165":{"tf":1.0}}},"df":0,"docs":{}}}}}},"5":{"df":1,"docs":{"165":{"tf":1.4142135623730951}},"{":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"165":{"tf":1.0}}}}},"df":0,"docs":{}}}},"6":{"df":1,"docs":{"165":{"tf":1.4142135623730951}},"{":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"165":{"tf":1.0}}}}},"df":0,"docs":{}}}},"7":{"df":1,"docs":{"165":{"tf":1.4142135623730951}},"{":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"165":{"tf":1.0}}}},"df":0,"docs":{}}},"8":{"df":1,"docs":{"165":{"tf":1.4142135623730951}},"{":{"d":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"165":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"a":{"df":1,"docs":{"31":{"tf":1.0}}},"df":4,"docs":{"274":{"tf":1.4142135623730951},"322":{"tf":1.0},"360":{"tf":1.0},"368":{"tf":1.0}},"p":{"df":1,"docs":{"141":{"tf":1.4142135623730951}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":12,"docs":{"113":{"tf":1.0},"142":{"tf":1.0},"173":{"tf":1.0},"203":{"tf":1.4142135623730951},"260":{"tf":1.0},"261":{"tf":1.0},"266":{"tf":1.0},"268":{"tf":1.0},"28":{"tf":1.0},"300":{"tf":1.4142135623730951},"326":{"tf":1.4142135623730951},"47":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"336":{"tf":1.0},"337":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"138":{"tf":1.7320508075688772}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":28,"docs":{"106":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.0},"125":{"tf":1.0},"163":{"tf":1.0},"166":{"tf":1.4142135623730951},"200":{"tf":1.0},"201":{"tf":1.0},"243":{"tf":1.0},"247":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.0},"273":{"tf":1.0},"274":{"tf":1.0},"29":{"tf":1.0},"308":{"tf":1.0},"317":{"tf":1.0},"330":{"tf":1.0},"335":{"tf":1.0},"336":{"tf":1.0},"337":{"tf":1.4142135623730951},"338":{"tf":1.4142135623730951},"351":{"tf":1.0},"352":{"tf":1.0},"365":{"tf":1.0},"367":{"tf":1.0},"4":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"17":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":6,"docs":{"12":{"tf":1.4142135623730951},"15":{"tf":1.0},"17":{"tf":1.0},"261":{"tf":1.0},"267":{"tf":1.0},"6":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"54":{"tf":1.0}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"124":{"tf":1.0},"137":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"137":{"tf":1.4142135623730951}}}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"183":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":8,"docs":{"102":{"tf":1.0},"137":{"tf":1.4142135623730951},"177":{"tf":1.0},"188":{"tf":1.0},"266":{"tf":1.4142135623730951},"302":{"tf":1.4142135623730951},"344":{"tf":1.0},"51":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"182":{"tf":1.0},"362":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":1.0}}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"166":{"tf":1.0}}}},"s":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"298":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"322":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"(":{"1":{"0":{"0":{".":{"0":{"df":1,"docs":{"362":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"100":{"tf":1.0},"79":{"tf":1.0},"85":{"tf":2.0}}},"df":0,"docs":{}},"5":{"df":2,"docs":{"100":{"tf":1.0},"361":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":1,"docs":{"95":{"tf":1.0}}}},"df":43,"docs":{"100":{"tf":2.23606797749979},"101":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"115":{"tf":1.0},"117":{"tf":1.4142135623730951},"118":{"tf":1.0},"119":{"tf":1.4142135623730951},"123":{"tf":1.0},"124":{"tf":1.0},"132":{"tf":1.4142135623730951},"133":{"tf":2.0},"137":{"tf":1.4142135623730951},"138":{"tf":2.0},"14":{"tf":1.0},"141":{"tf":2.23606797749979},"145":{"tf":1.7320508075688772},"147":{"tf":2.449489742783178},"151":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.0},"188":{"tf":1.0},"195":{"tf":1.7320508075688772},"198":{"tf":1.0},"3":{"tf":1.0},"352":{"tf":1.7320508075688772},"362":{"tf":1.0},"377":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.4142135623730951},"57":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"85":{"tf":1.7320508075688772},"92":{"tf":1.0},"93":{"tf":1.0},"98":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"141":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"63":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":6,"docs":{"239":{"tf":1.0},"258":{"tf":1.0},"274":{"tf":1.0},"28":{"tf":1.0},"356":{"tf":1.0},"384":{"tf":1.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"210":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"211":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"210":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"l":{"df":6,"docs":{"162":{"tf":1.0},"210":{"tf":1.4142135623730951},"211":{"tf":1.0},"223":{"tf":1.0},"267":{"tf":1.4142135623730951},"386":{"tf":1.0}},"e":{"df":0,"docs":{},"—":{"a":{"df":1,"docs":{"229":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":2,"docs":{"138":{"tf":1.0},"172":{"tf":1.0}}},"t":{"df":1,"docs":{"173":{"tf":1.0}}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"115":{"tf":1.0},"143":{"tf":1.0}}}},"df":0,"docs":{}},"df":6,"docs":{"115":{"tf":1.0},"131":{"tf":1.0},"137":{"tf":1.0},"15":{"tf":1.0},"181":{"tf":1.0},"337":{"tf":1.0}},"i":{"df":28,"docs":{"12":{"tf":1.0},"130":{"tf":1.0},"162":{"tf":1.0},"181":{"tf":1.0},"205":{"tf":1.4142135623730951},"218":{"tf":1.0},"223":{"tf":1.4142135623730951},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.4142135623730951},"251":{"tf":1.0},"28":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":2.0},"304":{"tf":1.0},"322":{"tf":1.4142135623730951},"326":{"tf":1.0},"34":{"tf":1.0},"354":{"tf":1.4142135623730951},"371":{"tf":1.4142135623730951},"372":{"tf":1.0},"38":{"tf":1.0},"380":{"tf":1.0},"386":{"tf":1.4142135623730951},"49":{"tf":1.0},"58":{"tf":1.4142135623730951},"65":{"tf":1.0},"7":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"213":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"<":{"b":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"m":{"df":1,"docs":{"120":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":20,"docs":{"10":{"tf":1.0},"115":{"tf":1.0},"119":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"14":{"tf":1.0},"140":{"tf":1.0},"164":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"176":{"tf":1.0},"209":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"354":{"tf":1.0},"36":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"81":{"tf":1.0},"86":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":12,"docs":{"102":{"tf":1.0},"13":{"tf":1.0},"131":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.7320508075688772},"140":{"tf":1.0},"185":{"tf":1.0},"190":{"tf":1.0},"31":{"tf":1.0},"336":{"tf":1.0},"353":{"tf":1.0},"95":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"275":{"tf":1.0},"385":{"tf":1.0},"50":{"tf":1.0}}}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":5,"docs":{"251":{"tf":1.4142135623730951},"28":{"tf":1.0},"297":{"tf":1.4142135623730951},"298":{"tf":1.0},"384":{"tf":1.0}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"173":{"tf":1.0}}}},"v":{"df":6,"docs":{"137":{"tf":1.0},"169":{"tf":1.7320508075688772},"171":{"tf":1.7320508075688772},"172":{"tf":1.4142135623730951},"175":{"tf":1.0},"267":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"v":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"171":{"tf":1.4142135623730951},"172":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"172":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":38,"docs":{"100":{"tf":1.0},"120":{"tf":1.0},"126":{"tf":1.0},"160":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"166":{"tf":1.0},"19":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"205":{"tf":1.0},"227":{"tf":1.0},"234":{"tf":1.0},"239":{"tf":1.0},"248":{"tf":1.0},"250":{"tf":1.0},"257":{"tf":1.0},"259":{"tf":1.0},"264":{"tf":1.0},"268":{"tf":1.0},"27":{"tf":1.0},"273":{"tf":1.0},"28":{"tf":1.4142135623730951},"303":{"tf":1.0},"322":{"tf":1.4142135623730951},"323":{"tf":1.0},"351":{"tf":1.0},"356":{"tf":1.0},"357":{"tf":1.0},"359":{"tf":1.0},"362":{"tf":1.4142135623730951},"368":{"tf":1.0},"383":{"tf":1.0},"384":{"tf":1.0},"385":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0},"70":{"tf":1.0}}},"df":0,"docs":{}}}}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"137":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"d":{".":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"171":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":2,"docs":{"169":{"tf":1.0},"59":{"tf":1.0}}},"df":0,"docs":{}},"v":{"df":1,"docs":{"102":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":14,"docs":{"1":{"tf":1.0},"102":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"125":{"tf":1.0},"135":{"tf":1.0},"138":{"tf":1.7320508075688772},"181":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"385":{"tf":1.4142135623730951},"61":{"tf":1.0},"76":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0}}},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"352":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"d":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"175":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":12,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"124":{"tf":1.0},"175":{"tf":1.0},"362":{"tf":1.4142135623730951},"372":{"tf":1.0},"377":{"tf":1.0},"378":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"115":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":32,"docs":{"106":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"15":{"tf":1.0},"191":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"208":{"tf":1.0},"213":{"tf":1.0},"220":{"tf":1.0},"222":{"tf":1.0},"229":{"tf":1.0},"248":{"tf":1.0},"250":{"tf":1.0},"271":{"tf":1.0},"29":{"tf":1.4142135623730951},"292":{"tf":1.0},"293":{"tf":1.4142135623730951},"308":{"tf":1.0},"317":{"tf":1.0},"330":{"tf":1.0},"334":{"tf":1.0},"335":{"tf":1.0},"336":{"tf":1.4142135623730951},"337":{"tf":1.4142135623730951},"338":{"tf":1.4142135623730951},"367":{"tf":1.0},"386":{"tf":1.0},"74":{"tf":1.0},"9":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"276":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"372":{"tf":1.0}}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"137":{"tf":1.0},"85":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":6,"docs":{"245":{"tf":1.0},"250":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"270":{"tf":1.0},"383":{"tf":1.0}}},"y":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":1,"docs":{"264":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"137":{"tf":1.4142135623730951},"194":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"137":{"tf":1.4142135623730951},"139":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"334":{"tf":1.0},"386":{"tf":1.0}}},"x":{"df":2,"docs":{"138":{"tf":1.0},"162":{"tf":1.0}}}},"df":2,"docs":{"298":{"tf":1.7320508075688772},"50":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"s":{"df":12,"docs":{"121":{"tf":1.0},"232":{"tf":1.4142135623730951},"235":{"tf":1.0},"266":{"tf":1.0},"298":{"tf":1.0},"302":{"tf":1.0},"355":{"tf":1.0},"357":{"tf":1.0},"381":{"tf":1.0},"55":{"tf":1.0},"62":{"tf":1.0},"72":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"10":{"tf":1.0},"116":{"tf":1.0},"224":{"tf":1.0},"229":{"tf":1.0},"279":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"119":{"tf":1.0},"367":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":9,"docs":{"137":{"tf":1.0},"138":{"tf":1.4142135623730951},"139":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.4142135623730951},"301":{"tf":1.0},"316":{"tf":1.0},"322":{"tf":1.0},"368":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":5,"docs":{"245":{"tf":1.4142135623730951},"264":{"tf":1.0},"270":{"tf":1.0},"323":{"tf":1.0},"351":{"tf":1.0}}},"v":{"df":8,"docs":{"138":{"tf":1.0},"140":{"tf":1.4142135623730951},"19":{"tf":1.0},"318":{"tf":1.0},"363":{"tf":1.0},"367":{"tf":1.4142135623730951},"55":{"tf":1.0},"62":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"139":{"tf":1.4142135623730951}}}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":12,"docs":{"261":{"tf":1.0},"28":{"tf":1.4142135623730951},"31":{"tf":1.0},"351":{"tf":1.0},"356":{"tf":1.0},"384":{"tf":1.0},"44":{"tf":1.0},"51":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"362":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"169":{"tf":1.0},"175":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":7,"docs":{"126":{"tf":1.0},"143":{"tf":1.0},"232":{"tf":1.0},"252":{"tf":1.0},"298":{"tf":1.4142135623730951},"355":{"tf":1.0},"365":{"tf":1.0}},"r":{"df":0,"docs":{},"t":{"df":6,"docs":{"223":{"tf":1.0},"225":{"tf":1.0},"274":{"tf":1.7320508075688772},"361":{"tf":1.0},"374":{"tf":1.0},"61":{"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":10,"docs":{"16":{"tf":1.0},"18":{"tf":1.7320508075688772},"226":{"tf":1.0},"232":{"tf":1.7320508075688772},"273":{"tf":1.0},"274":{"tf":1.7320508075688772},"351":{"tf":1.0},"355":{"tf":1.4142135623730951},"372":{"tf":1.0},"381":{"tf":1.7320508075688772}}}}}}}},"’":{"df":1,"docs":{"145":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"192":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":18,"docs":{"113":{"tf":1.0},"120":{"tf":1.4142135623730951},"124":{"tf":1.0},"125":{"tf":1.0},"154":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.4142135623730951},"163":{"tf":1.0},"164":{"tf":1.0},"166":{"tf":1.0},"223":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"244":{"tf":1.0},"252":{"tf":1.0},"273":{"tf":1.0},"28":{"tf":1.4142135623730951},"282":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"140":{"tf":1.7320508075688772}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"141":{"tf":1.4142135623730951},"172":{"tf":1.0},"210":{"tf":1.0},"361":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":69,"docs":{"100":{"tf":1.0},"101":{"tf":1.7320508075688772},"102":{"tf":2.449489742783178},"126":{"tf":1.7320508075688772},"130":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":2.449489742783178},"138":{"tf":2.23606797749979},"139":{"tf":1.4142135623730951},"140":{"tf":1.4142135623730951},"141":{"tf":1.4142135623730951},"142":{"tf":1.0},"153":{"tf":1.0},"158":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"178":{"tf":1.0},"18":{"tf":1.0},"182":{"tf":1.0},"19":{"tf":1.7320508075688772},"206":{"tf":1.0},"220":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.7320508075688772},"229":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.7320508075688772},"234":{"tf":1.0},"237":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.4142135623730951},"244":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"255":{"tf":2.0},"256":{"tf":1.0},"260":{"tf":1.4142135623730951},"262":{"tf":1.0},"266":{"tf":1.4142135623730951},"270":{"tf":1.0},"273":{"tf":1.4142135623730951},"274":{"tf":1.0},"278":{"tf":1.4142135623730951},"294":{"tf":1.7320508075688772},"296":{"tf":1.4142135623730951},"297":{"tf":1.4142135623730951},"31":{"tf":1.0},"314":{"tf":1.0},"322":{"tf":1.0},"323":{"tf":1.0},"344":{"tf":1.4142135623730951},"351":{"tf":1.0},"352":{"tf":1.0},"355":{"tf":1.0},"356":{"tf":1.0},"365":{"tf":1.0},"372":{"tf":1.4142135623730951},"377":{"tf":1.0},"380":{"tf":1.0},"381":{"tf":1.0},"384":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"39":{"tf":2.0},"40":{"tf":1.0},"44":{"tf":1.0},"71":{"tf":1.7320508075688772}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":12,"docs":{"102":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.4142135623730951},"122":{"tf":1.0},"123":{"tf":1.4142135623730951},"125":{"tf":1.0},"130":{"tf":1.7320508075688772},"132":{"tf":1.0},"137":{"tf":1.0},"177":{"tf":1.0},"181":{"tf":1.0},"385":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"138":{"tf":1.0},"213":{"tf":1.0},"266":{"tf":1.0},"302":{"tf":1.0},"323":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"351":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":24,"docs":{"122":{"tf":2.23606797749979},"124":{"tf":1.0},"14":{"tf":1.0},"150":{"tf":1.0},"155":{"tf":1.0},"164":{"tf":1.0},"166":{"tf":1.0},"177":{"tf":1.0},"192":{"tf":1.0},"205":{"tf":1.4142135623730951},"223":{"tf":1.0},"225":{"tf":1.0},"245":{"tf":1.0},"273":{"tf":1.4142135623730951},"274":{"tf":1.0},"275":{"tf":1.0},"287":{"tf":1.0},"302":{"tf":1.0},"352":{"tf":1.0},"362":{"tf":2.23606797749979},"365":{"tf":1.0},"387":{"tf":1.0},"55":{"tf":1.0},"62":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"182":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"205":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":8,"docs":{"141":{"tf":1.7320508075688772},"189":{"tf":1.0},"192":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"380":{"tf":1.0},"386":{"tf":1.4142135623730951},"55":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"p":{"df":1,"docs":{"187":{"tf":1.0}}}},"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"179":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"177":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"179":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":1,"docs":{"177":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"178":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":34,"docs":{"101":{"tf":1.0},"102":{"tf":3.7416573867739413},"115":{"tf":1.0},"123":{"tf":1.0},"130":{"tf":1.0},"132":{"tf":1.0},"135":{"tf":1.0},"138":{"tf":1.0},"14":{"tf":1.0},"140":{"tf":1.7320508075688772},"160":{"tf":1.0},"166":{"tf":1.0},"177":{"tf":2.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.4142135623730951},"184":{"tf":1.0},"185":{"tf":1.0},"188":{"tf":1.4142135623730951},"189":{"tf":1.0},"190":{"tf":1.0},"205":{"tf":1.0},"3":{"tf":1.0},"344":{"tf":2.0},"352":{"tf":1.4142135623730951},"362":{"tf":1.4142135623730951},"382":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.4142135623730951},"41":{"tf":1.0},"60":{"tf":1.0},"79":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"\\":{"df":0,"docs":{},"|":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"102":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"178":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":1,"docs":{"138":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"138":{"tf":1.0},"274":{"tf":2.23606797749979}}}},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"251":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"<":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":2,"docs":{"205":{"tf":1.0},"218":{"tf":1.0}}}}}}},"df":34,"docs":{"112":{"tf":1.0},"118":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"171":{"tf":1.7320508075688772},"172":{"tf":1.4142135623730951},"173":{"tf":1.0},"174":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.4142135623730951},"19":{"tf":1.0},"203":{"tf":1.7320508075688772},"204":{"tf":1.4142135623730951},"207":{"tf":1.0},"210":{"tf":1.4142135623730951},"211":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"328":{"tf":1.0},"349":{"tf":1.0},"350":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.0},"61":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.4142135623730951},"90":{"tf":2.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"274":{"tf":1.7320508075688772},"276":{"tf":1.7320508075688772},"281":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"113":{"tf":1.4142135623730951},"304":{"tf":1.0},"351":{"tf":1.0}},"e":{"df":0,"docs":{},"v":{"df":3,"docs":{"10":{"tf":1.0},"386":{"tf":1.0},"52":{"tf":1.0}}}}},"y":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"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":{"173":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":18,"docs":{"112":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"174":{"tf":1.0},"203":{"tf":1.4142135623730951},"204":{"tf":1.7320508075688772},"205":{"tf":2.0},"206":{"tf":1.0},"210":{"tf":1.0},"218":{"tf":1.0},"235":{"tf":1.0},"337":{"tf":1.0},"357":{"tf":1.0},"360":{"tf":1.0},"38":{"tf":1.0},"386":{"tf":1.4142135623730951},"55":{"tf":1.0},"58":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"115":{"tf":1.0},"204":{"tf":1.0},"213":{"tf":1.4142135623730951},"65":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":7,"docs":{"118":{"tf":1.0},"125":{"tf":1.0},"195":{"tf":1.0},"251":{"tf":1.0},"3":{"tf":1.0},"385":{"tf":1.0},"63":{"tf":1.0}}}},"v":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"252":{"tf":1.7320508075688772}}}}},"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":1,"docs":{"252":{"tf":1.7320508075688772}},"e":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"125":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"15":{"tf":1.4142135623730951},"63":{"tf":1.0}}}},"s":{"df":6,"docs":{"232":{"tf":1.4142135623730951},"251":{"tf":1.0},"252":{"tf":1.7320508075688772},"307":{"tf":1.0},"355":{"tf":1.0},"381":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"131":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"148":{"tf":1.0},"212":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":3,"docs":{"223":{"tf":1.0},"225":{"tf":1.0},"227":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"385":{"tf":1.0},"53":{"tf":1.0}}}}},"m":{"df":2,"docs":{"274":{"tf":1.0},"360":{"tf":1.0}}},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"138":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"=":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"323":{"tf":1.4142135623730951},"368":{"tf":1.4142135623730951},"371":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"|":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"323":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"df":6,"docs":{"302":{"tf":1.0},"323":{"tf":2.0},"333":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":2.6457513110645907},"371":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":10,"docs":{"10":{"tf":1.0},"192":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.0},"386":{"tf":1.4142135623730951},"76":{"tf":1.0},"78":{"tf":1.0},"92":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":21,"docs":{"137":{"tf":1.0},"18":{"tf":1.4142135623730951},"226":{"tf":1.0},"228":{"tf":1.0},"232":{"tf":1.7320508075688772},"298":{"tf":1.7320508075688772},"351":{"tf":1.0},"354":{"tf":1.0},"355":{"tf":2.0},"356":{"tf":1.0},"357":{"tf":1.0},"358":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":1.0},"361":{"tf":1.0},"362":{"tf":1.0},"363":{"tf":1.0},"364":{"tf":1.0},"365":{"tf":1.0},"372":{"tf":1.0},"381":{"tf":1.7320508075688772}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"199":{"tf":1.0}}}}}},"n":{"d":{"df":2,"docs":{"122":{"tf":1.0},"386":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"c":{"df":1,"docs":{"138":{"tf":1.0}}},"df":0,"docs":{}},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"@":{"df":0,"docs":{},"v":{"1":{"df":1,"docs":{"274":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":2,"docs":{"139":{"tf":1.0},"86":{"tf":1.0}}}},"n":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"228":{"tf":1.0}}}}}},"_":{"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":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"346":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"19":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"151":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"350":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"28":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"137":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"205":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":21,"docs":{"112":{"tf":1.0},"114":{"tf":1.0},"167":{"tf":1.4142135623730951},"170":{"tf":1.0},"171":{"tf":2.23606797749979},"172":{"tf":2.0},"173":{"tf":1.4142135623730951},"174":{"tf":1.4142135623730951},"178":{"tf":1.4142135623730951},"203":{"tf":2.0},"204":{"tf":1.7320508075688772},"205":{"tf":2.0},"207":{"tf":1.4142135623730951},"210":{"tf":1.7320508075688772},"211":{"tf":1.4142135623730951},"213":{"tf":1.0},"216":{"tf":1.4142135623730951},"217":{"tf":1.4142135623730951},"328":{"tf":1.4142135623730951},"36":{"tf":1.0},"58":{"tf":1.0}}}}}}}}},"df":163,"docs":{"101":{"tf":1.0},"11":{"tf":1.0},"111":{"tf":1.4142135623730951},"113":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.7320508075688772},"12":{"tf":1.0},"121":{"tf":1.7320508075688772},"122":{"tf":2.0},"124":{"tf":2.23606797749979},"126":{"tf":1.4142135623730951},"13":{"tf":1.0},"134":{"tf":1.0},"137":{"tf":1.4142135623730951},"138":{"tf":1.7320508075688772},"139":{"tf":1.7320508075688772},"14":{"tf":1.7320508075688772},"140":{"tf":1.4142135623730951},"141":{"tf":1.0},"145":{"tf":1.7320508075688772},"146":{"tf":1.7320508075688772},"147":{"tf":1.7320508075688772},"148":{"tf":1.0},"149":{"tf":2.0},"15":{"tf":1.0},"150":{"tf":2.0},"151":{"tf":1.0},"153":{"tf":1.4142135623730951},"154":{"tf":1.4142135623730951},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"159":{"tf":1.4142135623730951},"160":{"tf":1.0},"161":{"tf":1.4142135623730951},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.4142135623730951},"17":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.4142135623730951},"18":{"tf":1.0},"182":{"tf":1.0},"188":{"tf":1.0},"19":{"tf":2.6457513110645907},"192":{"tf":2.0},"2":{"tf":1.0},"203":{"tf":1.7320508075688772},"204":{"tf":1.7320508075688772},"213":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"227":{"tf":1.0},"228":{"tf":1.4142135623730951},"229":{"tf":1.4142135623730951},"230":{"tf":1.0},"236":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"244":{"tf":1.0},"246":{"tf":1.0},"247":{"tf":1.4142135623730951},"248":{"tf":1.7320508075688772},"249":{"tf":1.0},"25":{"tf":1.4142135623730951},"250":{"tf":1.4142135623730951},"251":{"tf":2.0},"254":{"tf":1.7320508075688772},"255":{"tf":1.4142135623730951},"256":{"tf":1.4142135623730951},"257":{"tf":1.4142135623730951},"258":{"tf":1.4142135623730951},"259":{"tf":1.0},"260":{"tf":1.4142135623730951},"262":{"tf":1.4142135623730951},"265":{"tf":1.4142135623730951},"266":{"tf":1.4142135623730951},"267":{"tf":1.0},"27":{"tf":2.0},"273":{"tf":1.4142135623730951},"274":{"tf":4.0},"275":{"tf":1.4142135623730951},"276":{"tf":1.4142135623730951},"279":{"tf":1.0},"28":{"tf":2.449489742783178},"283":{"tf":1.4142135623730951},"285":{"tf":1.0},"287":{"tf":1.0},"290":{"tf":1.7320508075688772},"292":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.7320508075688772},"298":{"tf":1.0},"299":{"tf":1.4142135623730951},"301":{"tf":1.4142135623730951},"302":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"309":{"tf":1.0},"314":{"tf":1.4142135623730951},"316":{"tf":2.0},"317":{"tf":1.0},"318":{"tf":1.4142135623730951},"32":{"tf":1.0},"321":{"tf":1.7320508075688772},"322":{"tf":2.23606797749979},"323":{"tf":1.0},"324":{"tf":1.0},"326":{"tf":1.4142135623730951},"332":{"tf":1.0},"334":{"tf":1.4142135623730951},"343":{"tf":1.0},"346":{"tf":1.4142135623730951},"351":{"tf":1.0},"352":{"tf":1.7320508075688772},"354":{"tf":1.7320508075688772},"356":{"tf":1.4142135623730951},"357":{"tf":1.7320508075688772},"358":{"tf":1.7320508075688772},"359":{"tf":1.4142135623730951},"360":{"tf":1.0},"361":{"tf":1.0},"363":{"tf":2.0},"364":{"tf":2.6457513110645907},"365":{"tf":2.0},"367":{"tf":2.0},"368":{"tf":2.6457513110645907},"373":{"tf":1.0},"375":{"tf":1.0},"377":{"tf":1.0},"38":{"tf":1.4142135623730951},"381":{"tf":1.4142135623730951},"383":{"tf":1.0},"384":{"tf":1.0},"385":{"tf":1.4142135623730951},"386":{"tf":2.23606797749979},"39":{"tf":1.4142135623730951},"48":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.7320508075688772},"55":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"6":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"64":{"tf":1.0},"66":{"tf":1.4142135623730951},"70":{"tf":1.0},"71":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951},"81":{"tf":1.0},"83":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.4142135623730951},"96":{"tf":1.0},"98":{"tf":1.4142135623730951}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"205":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":3,"docs":{"167":{"tf":1.0},"203":{"tf":1.4142135623730951},"210":{"tf":1.4142135623730951}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":10,"docs":{"126":{"tf":1.0},"144":{"tf":1.0},"19":{"tf":1.0},"203":{"tf":1.0},"208":{"tf":1.0},"213":{"tf":1.0},"39":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"71":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"o":{"df":2,"docs":{"274":{"tf":3.1622776601683795},"280":{"tf":1.0}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":20,"docs":{"122":{"tf":1.4142135623730951},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"151":{"tf":1.0},"19":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"32":{"tf":1.0},"349":{"tf":1.0},"350":{"tf":1.0},"4":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.4142135623730951},"90":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"/":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"92":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"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":{"251":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"363":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"358":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"354":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":164,"docs":{"102":{"tf":2.449489742783178},"113":{"tf":1.0},"117":{"tf":1.0},"120":{"tf":2.0},"121":{"tf":1.0},"122":{"tf":1.4142135623730951},"124":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.4142135623730951},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"14":{"tf":1.7320508075688772},"140":{"tf":1.4142135623730951},"144":{"tf":1.4142135623730951},"145":{"tf":1.0},"146":{"tf":2.0},"147":{"tf":1.0},"149":{"tf":1.0},"15":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.4142135623730951},"158":{"tf":1.7320508075688772},"159":{"tf":1.0},"16":{"tf":1.4142135623730951},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":2.0},"166":{"tf":1.7320508075688772},"178":{"tf":1.0},"180":{"tf":1.0},"182":{"tf":2.23606797749979},"187":{"tf":1.7320508075688772},"19":{"tf":1.7320508075688772},"192":{"tf":1.0},"2":{"tf":1.0},"202":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":2.23606797749979},"213":{"tf":2.23606797749979},"218":{"tf":1.4142135623730951},"220":{"tf":1.0},"223":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.4142135623730951},"227":{"tf":2.0},"228":{"tf":1.0},"229":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.4142135623730951},"247":{"tf":1.0},"248":{"tf":1.7320508075688772},"249":{"tf":1.0},"251":{"tf":1.0},"254":{"tf":1.4142135623730951},"255":{"tf":1.4142135623730951},"256":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"26":{"tf":1.4142135623730951},"260":{"tf":1.7320508075688772},"261":{"tf":1.0},"262":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.7320508075688772},"267":{"tf":1.4142135623730951},"27":{"tf":1.0},"270":{"tf":1.0},"273":{"tf":1.4142135623730951},"274":{"tf":2.8284271247461903},"28":{"tf":1.7320508075688772},"285":{"tf":1.4142135623730951},"286":{"tf":1.0},"287":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":2.8284271247461903},"296":{"tf":1.4142135623730951},"297":{"tf":1.4142135623730951},"298":{"tf":1.4142135623730951},"299":{"tf":1.7320508075688772},"3":{"tf":1.7320508075688772},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":2.23606797749979},"315":{"tf":1.0},"316":{"tf":3.0},"317":{"tf":1.4142135623730951},"318":{"tf":1.4142135623730951},"32":{"tf":1.0},"320":{"tf":1.0},"321":{"tf":1.7320508075688772},"322":{"tf":1.7320508075688772},"323":{"tf":1.4142135623730951},"324":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"33":{"tf":1.0},"334":{"tf":1.0},"349":{"tf":1.0},"35":{"tf":1.0},"350":{"tf":1.0},"351":{"tf":1.7320508075688772},"352":{"tf":1.4142135623730951},"354":{"tf":1.7320508075688772},"356":{"tf":1.0},"357":{"tf":1.7320508075688772},"359":{"tf":1.0},"36":{"tf":1.7320508075688772},"360":{"tf":1.0},"361":{"tf":1.0},"363":{"tf":1.4142135623730951},"364":{"tf":1.4142135623730951},"365":{"tf":1.0},"367":{"tf":1.4142135623730951},"368":{"tf":2.6457513110645907},"372":{"tf":1.0},"373":{"tf":1.0},"377":{"tf":1.0},"379":{"tf":1.0},"38":{"tf":1.4142135623730951},"383":{"tf":1.0},"385":{"tf":1.7320508075688772},"386":{"tf":2.23606797749979},"39":{"tf":1.4142135623730951},"4":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":2.23606797749979},"55":{"tf":1.0},"58":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.4142135623730951},"65":{"tf":1.7320508075688772},"66":{"tf":1.4142135623730951},"68":{"tf":1.0},"71":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951},"74":{"tf":1.0},"76":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":1.0},"88":{"tf":1.4142135623730951},"9":{"tf":1.0},"90":{"tf":1.0},"96":{"tf":1.0}},"s":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"68":{"tf":1.0}}}}}}}},"df":0,"docs":{},"k":{"8":{"df":1,"docs":{"68":{"tf":1.0}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"68":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"138":{"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":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"380":{"tf":1.0}}}}}}}}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":9,"docs":{"140":{"tf":1.4142135623730951},"192":{"tf":1.0},"193":{"tf":1.0},"213":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.0},"78":{"tf":1.0},"92":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"_":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":3,"docs":{"274":{"tf":1.0},"306":{"tf":1.0},"313":{"tf":1.0}},"e":{"=":{"1":{"df":1,"docs":{"306":{"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":{},"o":{"df":0,"docs":{},"g":{"=":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":3,"docs":{"119":{"tf":1.0},"306":{"tf":1.0},"316":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":6,"docs":{"156":{"tf":1.0},"289":{"tf":1.0},"299":{"tf":1.0},"306":{"tf":1.4142135623730951},"316":{"tf":1.0},"46":{"tf":1.0}}}}}},"df":13,"docs":{"121":{"tf":1.0},"143":{"tf":1.0},"148":{"tf":1.4142135623730951},"16":{"tf":2.0},"18":{"tf":1.0},"201":{"tf":1.0},"209":{"tf":1.0},"243":{"tf":1.0},"274":{"tf":2.23606797749979},"275":{"tf":1.0},"280":{"tf":1.4142135623730951},"306":{"tf":1.0},"75":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":4,"docs":{"138":{"tf":1.0},"140":{"tf":1.0},"206":{"tf":1.0},"324":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"138":{"tf":1.0}}},"y":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"386":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"139":{"tf":1.0}}}},"df":0,"docs":{}}}}},"m":{"df":0,"docs":{},"e":{"df":22,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"117":{"tf":1.0},"137":{"tf":1.7320508075688772},"148":{"tf":1.4142135623730951},"150":{"tf":1.0},"169":{"tf":1.0},"173":{"tf":1.0},"182":{"tf":1.0},"193":{"tf":1.4142135623730951},"213":{"tf":1.0},"227":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"28":{"tf":1.4142135623730951},"3":{"tf":1.0},"385":{"tf":1.4142135623730951},"386":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0},"76":{"tf":1.0},"90":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":7,"docs":{"123":{"tf":1.0},"299":{"tf":1.0},"3":{"tf":1.0},"319":{"tf":1.0},"385":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"223":{"tf":1.0},"229":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"101":{"tf":1.4142135623730951},"124":{"tf":1.0},"137":{"tf":1.4142135623730951}}}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":8,"docs":{"117":{"tf":1.0},"122":{"tf":1.0},"163":{"tf":1.0},"166":{"tf":1.0},"227":{"tf":1.0},"27":{"tf":1.0},"276":{"tf":1.0},"90":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":8,"docs":{"122":{"tf":1.4142135623730951},"151":{"tf":1.0},"32":{"tf":1.0},"4":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.4142135623730951},"90":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"205":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"205":{"tf":1.0}},"y":{"(":{")":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"205":{"tf":1.0}}}}}},"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":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"210":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"40":{"tf":1.0}}}},"df":0,"docs":{}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":26,"docs":{"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"151":{"tf":1.0},"19":{"tf":1.0},"207":{"tf":1.4142135623730951},"213":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"339":{"tf":1.0},"340":{"tf":1.0},"344":{"tf":1.0},"349":{"tf":1.0},"350":{"tf":1.0},"39":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.0},"74":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.4142135623730951},"90":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"(":{"df":0,"docs":{},"|":{"df":0,"docs":{},"t":{"df":46,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.4142135623730951},"102":{"tf":1.0},"104":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"151":{"tf":1.0},"183":{"tf":1.0},"19":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"198":{"tf":1.0},"207":{"tf":1.0},"21":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"32":{"tf":1.0},"340":{"tf":1.0},"341":{"tf":1.0},"342":{"tf":1.0},"343":{"tf":1.0},"344":{"tf":1.0},"345":{"tf":1.0},"346":{"tf":1.0},"347":{"tf":1.0},"349":{"tf":1.0},"350":{"tf":1.0},"361":{"tf":1.0},"364":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.4142135623730951},"78":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951},"90":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"1":{"df":8,"docs":{"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"269":{"tf":1.0},"28":{"tf":1.0},"53":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":10,"docs":{"115":{"tf":1.0},"130":{"tf":1.0},"135":{"tf":1.0},"213":{"tf":1.0},"216":{"tf":1.0},"339":{"tf":1.0},"344":{"tf":1.0},"36":{"tf":1.0},"51":{"tf":1.0},"68":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":116,"docs":{"0":{"tf":1.0},"1":{"tf":1.4142135623730951},"10":{"tf":1.0},"102":{"tf":1.7320508075688772},"11":{"tf":1.0},"114":{"tf":2.0},"115":{"tf":2.23606797749979},"116":{"tf":1.0},"117":{"tf":2.0},"12":{"tf":1.0},"120":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.4142135623730951},"13":{"tf":1.0},"131":{"tf":1.4142135623730951},"136":{"tf":1.0},"138":{"tf":1.4142135623730951},"14":{"tf":2.0},"140":{"tf":1.0},"143":{"tf":1.4142135623730951},"145":{"tf":2.0},"147":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"149":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"150":{"tf":1.0},"151":{"tf":1.4142135623730951},"157":{"tf":1.4142135623730951},"158":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"166":{"tf":1.0},"175":{"tf":1.4142135623730951},"178":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"19":{"tf":1.7320508075688772},"192":{"tf":2.23606797749979},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"2":{"tf":1.4142135623730951},"205":{"tf":2.0},"212":{"tf":1.4142135623730951},"213":{"tf":2.23606797749979},"214":{"tf":1.4142135623730951},"218":{"tf":1.4142135623730951},"220":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.0},"228":{"tf":1.4142135623730951},"229":{"tf":1.4142135623730951},"230":{"tf":1.0},"233":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.4142135623730951},"273":{"tf":1.0},"276":{"tf":1.0},"28":{"tf":1.7320508075688772},"3":{"tf":1.0},"314":{"tf":1.0},"32":{"tf":1.7320508075688772},"326":{"tf":1.0},"33":{"tf":1.0},"336":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.0},"347":{"tf":1.0},"351":{"tf":1.0},"352":{"tf":1.0},"354":{"tf":1.0},"36":{"tf":1.7320508075688772},"361":{"tf":1.0},"362":{"tf":1.0},"364":{"tf":1.0},"375":{"tf":1.0},"379":{"tf":1.0},"38":{"tf":1.4142135623730951},"385":{"tf":1.7320508075688772},"386":{"tf":2.23606797749979},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.7320508075688772},"57":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":2.23606797749979},"66":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.7320508075688772},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"80":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.4142135623730951},"89":{"tf":1.7320508075688772},"90":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951},"97":{"tf":1.0}},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"[":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"35":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"161":{"tf":1.0},"283":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"155":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"m":{"a":{"df":4,"docs":{"232":{"tf":1.4142135623730951},"307":{"tf":1.0},"355":{"tf":1.0},"381":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":5,"docs":{"102":{"tf":1.0},"185":{"tf":1.0},"190":{"tf":1.0},"200":{"tf":1.0},"351":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"138":{"tf":1.7320508075688772}}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"73":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":29,"docs":{"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"226":{"tf":1.0},"232":{"tf":1.0},"234":{"tf":1.0},"239":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.7320508075688772},"250":{"tf":1.0},"279":{"tf":1.0},"28":{"tf":1.0},"287":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.7320508075688772},"305":{"tf":1.0},"307":{"tf":1.4142135623730951},"351":{"tf":1.0},"355":{"tf":1.7320508075688772},"381":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0},"66":{"tf":1.7320508075688772},"69":{"tf":1.0},"70":{"tf":1.4142135623730951},"72":{"tf":1.0}},"s":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":10,"docs":{"250":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"264":{"tf":1.0},"274":{"tf":1.0},"28":{"tf":1.0},"297":{"tf":1.0},"359":{"tf":1.0},"383":{"tf":1.0},"43":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":10,"docs":{"232":{"tf":1.0},"251":{"tf":1.0},"257":{"tf":1.0},"264":{"tf":1.0},"274":{"tf":1.0},"28":{"tf":1.0},"303":{"tf":1.0},"359":{"tf":1.0},"383":{"tf":1.0},"43":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"/":{"d":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"327":{"tf":1.0},"360":{"tf":1.0}}}},"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":{},"s":{"/":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"251":{"tf":1.0},"253":{"tf":1.4142135623730951},"351":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"d":{"df":1,"docs":{"252":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":54,"docs":{"100":{"tf":1.0},"122":{"tf":1.4142135623730951},"126":{"tf":1.0},"151":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"19":{"tf":1.0},"232":{"tf":1.0},"234":{"tf":1.0},"239":{"tf":1.0},"246":{"tf":1.0},"248":{"tf":1.7320508075688772},"250":{"tf":2.0},"251":{"tf":1.4142135623730951},"255":{"tf":1.0},"261":{"tf":1.0},"268":{"tf":1.4142135623730951},"27":{"tf":1.0},"270":{"tf":1.0},"274":{"tf":1.4142135623730951},"279":{"tf":1.4142135623730951},"28":{"tf":1.0},"290":{"tf":1.0},"295":{"tf":1.0},"297":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"304":{"tf":1.4142135623730951},"307":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"331":{"tf":1.0},"332":{"tf":1.0},"333":{"tf":1.0},"351":{"tf":1.0},"355":{"tf":1.0},"356":{"tf":1.0},"357":{"tf":1.0},"358":{"tf":1.0},"359":{"tf":1.0},"368":{"tf":1.0},"383":{"tf":1.0},"384":{"tf":1.0},"39":{"tf":1.0},"44":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":15,"docs":{"100":{"tf":1.4142135623730951},"119":{"tf":1.0},"232":{"tf":1.0},"239":{"tf":1.0},"258":{"tf":1.0},"261":{"tf":1.4142135623730951},"267":{"tf":1.7320508075688772},"28":{"tf":1.7320508075688772},"298":{"tf":1.0},"326":{"tf":2.6457513110645907},"327":{"tf":1.7320508075688772},"332":{"tf":1.4142135623730951},"356":{"tf":1.0},"384":{"tf":1.0},"44":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"d":{"df":0,"docs":{},"p":{"df":1,"docs":{"304":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":29,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.0},"117":{"tf":1.0},"119":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.4142135623730951},"169":{"tf":1.0},"175":{"tf":1.0},"25":{"tf":1.0},"250":{"tf":1.0},"255":{"tf":1.0},"260":{"tf":1.0},"266":{"tf":1.0},"295":{"tf":1.4142135623730951},"301":{"tf":1.0},"304":{"tf":2.8284271247461903},"305":{"tf":1.0},"346":{"tf":1.0},"362":{"tf":1.0},"364":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.4142135623730951},"50":{"tf":2.0},"53":{"tf":1.0},"79":{"tf":1.0},"81":{"tf":1.4142135623730951},"85":{"tf":1.7320508075688772},"86":{"tf":2.0},"95":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":8,"docs":{"11":{"tf":1.0},"202":{"tf":1.0},"219":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"229":{"tf":1.0},"337":{"tf":1.4142135623730951},"353":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"d":{"df":17,"docs":{"100":{"tf":1.7320508075688772},"107":{"tf":1.0},"115":{"tf":1.0},"120":{"tf":1.0},"162":{"tf":1.0},"19":{"tf":1.0},"192":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"340":{"tf":1.0},"341":{"tf":1.0},"342":{"tf":1.0},"361":{"tf":1.4142135623730951},"372":{"tf":1.0},"378":{"tf":1.0},"385":{"tf":1.0},"79":{"tf":1.0}}},"df":49,"docs":{"114":{"tf":1.0},"121":{"tf":1.0},"124":{"tf":1.0},"131":{"tf":1.0},"137":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"15":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"16":{"tf":1.4142135623730951},"176":{"tf":1.0},"177":{"tf":1.0},"19":{"tf":1.0},"192":{"tf":1.0},"201":{"tf":1.0},"203":{"tf":1.0},"208":{"tf":1.0},"218":{"tf":1.0},"250":{"tf":1.0},"273":{"tf":1.0},"29":{"tf":1.0},"314":{"tf":1.0},"317":{"tf":1.0},"32":{"tf":1.0},"324":{"tf":1.0},"327":{"tf":1.0},"328":{"tf":1.0},"334":{"tf":1.4142135623730951},"351":{"tf":1.0},"353":{"tf":1.0},"354":{"tf":1.0},"355":{"tf":1.0},"356":{"tf":1.0},"357":{"tf":1.0},"358":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":1.0},"361":{"tf":1.0},"362":{"tf":1.0},"363":{"tf":1.0},"364":{"tf":1.0},"365":{"tf":1.0},"37":{"tf":1.0},"384":{"tf":1.0},"47":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0}},"n":{"df":1,"docs":{"137":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":10,"docs":{"120":{"tf":1.0},"123":{"tf":1.4142135623730951},"137":{"tf":1.0},"138":{"tf":1.7320508075688772},"147":{"tf":1.0},"177":{"tf":1.0},"182":{"tf":1.0},"295":{"tf":1.0},"305":{"tf":1.0},"307":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"323":{"tf":1.7320508075688772},"368":{"tf":2.0},"371":{"tf":1.0}}}}}},"df":0,"docs":{}},"f":{".":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"_":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"204":{"tf":1.4142135623730951}},"e":{".":{"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":{"(":{"0":{"df":1,"docs":{"204":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"171":{"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":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"204":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"171":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"207":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":1,"docs":{"210":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"207":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"172":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"p":{"2":{"df":0,"docs":{},"p":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"206":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"207":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"205":{"tf":1.0},"218":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":12,"docs":{"115":{"tf":1.0},"171":{"tf":1.4142135623730951},"203":{"tf":2.0},"204":{"tf":2.0},"205":{"tf":1.4142135623730951},"206":{"tf":1.7320508075688772},"207":{"tf":3.1622776601683795},"210":{"tf":1.7320508075688772},"211":{"tf":1.7320508075688772},"216":{"tf":2.6457513110645907},"217":{"tf":2.0},"287":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"169":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"d":{"df":1,"docs":{"179":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"194":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":2,"docs":{"124":{"tf":1.0},"139":{"tf":1.0}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":10,"docs":{"117":{"tf":1.0},"122":{"tf":1.0},"250":{"tf":1.0},"282":{"tf":1.0},"318":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.7320508075688772},"54":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"369":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"204":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"213":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"66":{"tf":1.0},"70":{"tf":1.0}}}},"i":{"c":{"df":9,"docs":{"10":{"tf":1.0},"160":{"tf":1.0},"299":{"tf":1.7320508075688772},"305":{"tf":1.0},"319":{"tf":1.7320508075688772},"352":{"tf":1.0},"360":{"tf":1.0},"386":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":64,"docs":{"100":{"tf":1.4142135623730951},"119":{"tf":1.0},"121":{"tf":1.0},"137":{"tf":1.0},"14":{"tf":1.0},"140":{"tf":1.4142135623730951},"15":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.7320508075688772},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"191":{"tf":1.0},"221":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"240":{"tf":1.0},"245":{"tf":1.4142135623730951},"246":{"tf":1.0},"247":{"tf":1.0},"250":{"tf":1.0},"255":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"266":{"tf":1.0},"274":{"tf":2.0},"278":{"tf":1.4142135623730951},"287":{"tf":1.0},"290":{"tf":1.0},"294":{"tf":1.4142135623730951},"298":{"tf":1.7320508075688772},"301":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.4142135623730951},"307":{"tf":1.4142135623730951},"316":{"tf":1.4142135623730951},"318":{"tf":1.0},"32":{"tf":1.0},"322":{"tf":1.4142135623730951},"327":{"tf":1.0},"351":{"tf":1.0},"354":{"tf":1.0},"357":{"tf":1.7320508075688772},"359":{"tf":1.0},"362":{"tf":1.4142135623730951},"365":{"tf":1.4142135623730951},"367":{"tf":2.0},"373":{"tf":1.0},"377":{"tf":1.0},"380":{"tf":1.0},"383":{"tf":1.4142135623730951},"386":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.7320508075688772},"47":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"65":{"tf":1.0},"76":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.0},"95":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"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":{"228":{"tf":1.0}}}}}}}}}}}}}},"df":38,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"160":{"tf":1.0},"164":{"tf":1.0},"19":{"tf":1.4142135623730951},"220":{"tf":1.0},"222":{"tf":1.0},"227":{"tf":1.4142135623730951},"228":{"tf":1.7320508075688772},"229":{"tf":1.4142135623730951},"230":{"tf":1.0},"245":{"tf":1.0},"247":{"tf":1.0},"250":{"tf":1.4142135623730951},"255":{"tf":1.0},"258":{"tf":1.0},"261":{"tf":1.0},"262":{"tf":1.0},"270":{"tf":1.4142135623730951},"273":{"tf":1.0},"274":{"tf":1.0},"279":{"tf":1.0},"28":{"tf":1.4142135623730951},"298":{"tf":1.0},"314":{"tf":1.4142135623730951},"323":{"tf":1.0},"334":{"tf":1.4142135623730951},"351":{"tf":1.4142135623730951},"352":{"tf":1.0},"356":{"tf":1.0},"368":{"tf":1.0},"381":{"tf":1.0},"384":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951},"66":{"tf":1.7320508075688772},"70":{"tf":1.0},"72":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"31":{"tf":1.0},"354":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":20,"docs":{"1":{"tf":1.0},"115":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"145":{"tf":1.0},"150":{"tf":1.0},"188":{"tf":1.0},"192":{"tf":1.0},"209":{"tf":1.0},"32":{"tf":1.0},"38":{"tf":1.0},"386":{"tf":1.0},"48":{"tf":1.0},"57":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"76":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951},"92":{"tf":1.0},"94":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":13,"docs":{"118":{"tf":1.4142135623730951},"161":{"tf":1.0},"163":{"tf":1.0},"167":{"tf":1.0},"192":{"tf":1.0},"210":{"tf":1.0},"213":{"tf":1.0},"252":{"tf":1.0},"273":{"tf":1.0},"304":{"tf":1.0},"65":{"tf":1.0},"89":{"tf":1.0},"95":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"336":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"246":{"tf":1.0},"294":{"tf":1.0},"354":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"139":{"tf":1.0}}}},"p":{"df":1,"docs":{"19":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"118":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":7,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"104":{"tf":1.0},"352":{"tf":1.0},"364":{"tf":1.4142135623730951},"385":{"tf":1.0},"53":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"117":{"tf":1.0},"121":{"tf":1.0},"364":{"tf":1.0}}}}}},"w":{"df":12,"docs":{"126":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.0},"202":{"tf":1.0},"209":{"tf":1.0},"251":{"tf":1.0},"275":{"tf":1.0},"322":{"tf":1.0},"353":{"tf":1.0},"355":{"tf":1.0},"368":{"tf":1.0},"75":{"tf":1.0}},"n":{"df":1,"docs":{"179":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"235":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"c":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"138":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":16,"docs":{"119":{"tf":1.0},"125":{"tf":1.4142135623730951},"175":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"228":{"tf":1.0},"329":{"tf":1.0},"38":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.7320508075688772},"52":{"tf":1.7320508075688772},"54":{"tf":1.0},"58":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.4142135623730951}},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"329":{"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":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"137":{"tf":1.0},"177":{"tf":1.0},"337":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"324":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"18":{"tf":1.0},"244":{"tf":1.0},"259":{"tf":1.0},"303":{"tf":1.0},"351":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"127":{"tf":1.0},"210":{"tf":1.0}},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"127":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":1,"docs":{"173":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"123":{"tf":1.0}}}}},"i":{"df":1,"docs":{"324":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":3,"docs":{"19":{"tf":1.0},"36":{"tf":1.0},"63":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"188":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"102":{"tf":1.0}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":4,"docs":{"1":{"tf":1.0},"160":{"tf":1.0},"38":{"tf":1.0},"57":{"tf":1.0}}}}},"t":{"df":1,"docs":{"65":{"tf":1.0}}},"x":{"df":2,"docs":{"14":{"tf":1.0},"55":{"tf":1.0}}},"z":{"df":0,"docs":{},"e":{"df":11,"docs":{"117":{"tf":1.0},"119":{"tf":1.4142135623730951},"137":{"tf":1.4142135623730951},"140":{"tf":1.0},"19":{"tf":1.0},"216":{"tf":1.4142135623730951},"217":{"tf":1.0},"23":{"tf":1.0},"343":{"tf":1.0},"362":{"tf":1.0},"52":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"138":{"tf":1.0},"139":{"tf":2.449489742783178}}}},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"131":{"tf":1.0}}},"p":{"df":6,"docs":{"102":{"tf":1.0},"169":{"tf":1.0},"171":{"tf":1.0},"251":{"tf":2.0},"252":{"tf":1.0},"297":{"tf":1.7320508075688772}}}}},"l":{"df":0,"docs":{},"o":{"df":2,"docs":{"188":{"tf":1.0},"189":{"tf":1.0}},"t":{"_":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"139":{"tf":1.0},"53":{"tf":1.0}}}}},"df":0,"docs":{}},"df":10,"docs":{"137":{"tf":1.4142135623730951},"214":{"tf":1.0},"25":{"tf":1.4142135623730951},"305":{"tf":1.4142135623730951},"364":{"tf":1.0},"385":{"tf":2.0},"386":{"tf":1.7320508075688772},"50":{"tf":2.8284271247461903},"53":{"tf":2.449489742783178},"86":{"tf":1.4142135623730951}}},"w":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"18":{"tf":1.0},"351":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":3,"docs":{"251":{"tf":1.0},"287":{"tf":1.0},"304":{"tf":1.0}}}}}},"df":1,"docs":{"304":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":9,"docs":{"100":{"tf":1.0},"102":{"tf":1.0},"175":{"tf":1.0},"304":{"tf":1.0},"352":{"tf":1.0},"354":{"tf":1.0},"377":{"tf":1.0},"380":{"tf":1.0},"50":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"101":{"tf":1.0},"163":{"tf":1.0},"244":{"tf":1.0},"259":{"tf":1.0},"273":{"tf":1.0},"276":{"tf":1.0},"283":{"tf":1.0},"286":{"tf":1.0},"303":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"164":{"tf":1.0},"273":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"l":{"df":1,"docs":{"89":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":7,"docs":{"117":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"143":{"tf":1.0},"251":{"tf":1.0},"31":{"tf":1.0},"95":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":21,"docs":{"115":{"tf":1.0},"120":{"tf":1.0},"123":{"tf":1.0},"127":{"tf":1.0},"143":{"tf":1.0},"145":{"tf":1.4142135623730951},"146":{"tf":1.7320508075688772},"159":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"166":{"tf":1.0},"194":{"tf":1.0},"212":{"tf":1.0},"227":{"tf":1.0},"243":{"tf":1.0},"251":{"tf":1.0},"273":{"tf":1.0},"274":{"tf":1.7320508075688772},"282":{"tf":1.0},"352":{"tf":1.0},"385":{"tf":1.4142135623730951}}}}}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":4,"docs":{"204":{"tf":1.0},"211":{"tf":1.0},"55":{"tf":1.0},"59":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"o":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"123":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"251":{"tf":1.0}}}},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"12":{"tf":1.0},"336":{"tf":1.0}}}},"v":{"df":1,"docs":{"31":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"(":{"a":{"df":0,"docs":{},"r":{"c":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":1,"docs":{"205":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"171":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"x":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"205":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"178":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"204":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":1,"docs":{"172":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"205":{"tf":1.0}}}}}}}}}},"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"216":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"207":{"tf":2.23606797749979}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"207":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"207":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"149":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":4,"docs":{"126":{"tf":1.0},"131":{"tf":1.0},"381":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"253":{"tf":1.0},"351":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"m":{"df":1,"docs":{"138":{"tf":1.0}}},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"373":{"tf":1.0}}}},"w":{"df":0,"docs":{},"n":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"205":{"tf":1.0}},"e":{"d":{"(":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"205":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"49":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":12,"docs":{"171":{"tf":1.0},"19":{"tf":1.0},"205":{"tf":1.7320508075688772},"23":{"tf":1.0},"316":{"tf":1.0},"357":{"tf":1.4142135623730951},"36":{"tf":1.0},"386":{"tf":1.0},"39":{"tf":1.0},"58":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"206":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":38,"docs":{"105":{"tf":1.0},"117":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"125":{"tf":1.0},"137":{"tf":1.0},"14":{"tf":1.0},"166":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"176":{"tf":1.0},"184":{"tf":1.0},"223":{"tf":1.0},"225":{"tf":1.0},"227":{"tf":1.0},"261":{"tf":1.0},"267":{"tf":1.0},"284":{"tf":1.0},"286":{"tf":1.0},"292":{"tf":1.0},"295":{"tf":1.0},"298":{"tf":1.0},"301":{"tf":1.4142135623730951},"302":{"tf":1.4142135623730951},"303":{"tf":1.0},"314":{"tf":1.0},"322":{"tf":1.0},"323":{"tf":1.4142135623730951},"334":{"tf":1.0},"363":{"tf":1.0},"368":{"tf":1.0},"386":{"tf":1.0},"387":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.0},"61":{"tf":1.0},"73":{"tf":1.0}},"i":{"df":5,"docs":{"124":{"tf":1.0},"274":{"tf":1.0},"323":{"tf":1.0},"386":{"tf":1.4142135623730951},"60":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":4,"docs":{"158":{"tf":1.0},"164":{"tf":1.0},"175":{"tf":1.0},"280":{"tf":1.0}},"—":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"352":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":2,"docs":{"246":{"tf":1.0},"354":{"tf":1.0}}}},"n":{"df":2,"docs":{"138":{"tf":1.0},"140":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":7,"docs":{"139":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.0},"282":{"tf":1.4142135623730951},"65":{"tf":1.0},"78":{"tf":1.0},"92":{"tf":1.0}}}}}},"r":{"c":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"66":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"134":{"tf":1.0},"386":{"tf":1.0}}}},"l":{"df":6,"docs":{"137":{"tf":1.0},"138":{"tf":1.0},"181":{"tf":1.0},"19":{"tf":1.0},"318":{"tf":1.0},"367":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":5,"docs":{"100":{"tf":1.0},"298":{"tf":1.0},"381":{"tf":1.0},"66":{"tf":1.0},"70":{"tf":1.0}}}}},"df":13,"docs":{"125":{"tf":1.0},"160":{"tf":1.0},"164":{"tf":1.0},"227":{"tf":1.0},"28":{"tf":1.0},"305":{"tf":1.4142135623730951},"326":{"tf":1.4142135623730951},"327":{"tf":1.4142135623730951},"332":{"tf":1.0},"360":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"62":{"tf":1.0},"66":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":2,"docs":{"100":{"tf":1.0},"101":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"137":{"tf":1.4142135623730951},"352":{"tf":1.4142135623730951}}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"_":{"d":{"a":{"_":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"df":1,"docs":{"118":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"118":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"r":{"df":1,"docs":{"118":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":4,"docs":{"115":{"tf":1.0},"118":{"tf":1.4142135623730951},"138":{"tf":1.0},"352":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"_":{"3":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"_":{"2":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":4,"docs":{"123":{"tf":1.0},"21":{"tf":1.0},"340":{"tf":1.0},"78":{"tf":1.0}},"t":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":6,"docs":{"172":{"tf":1.0},"178":{"tf":1.0},"203":{"tf":1.0},"207":{"tf":1.0},"210":{"tf":1.0},"216":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"172":{"tf":1.0}}}}},"df":0,"docs":{}},"[":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"165":{"tf":1.0}}}}},"_":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"175":{"tf":1.0},"204":{"tf":1.4142135623730951},"211":{"tf":1.0}},"e":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"171":{"tf":1.0},"204":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"171":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":48,"docs":{"0":{"tf":1.0},"104":{"tf":1.4142135623730951},"115":{"tf":1.0},"117":{"tf":1.4142135623730951},"12":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"131":{"tf":1.0},"150":{"tf":1.0},"160":{"tf":1.0},"162":{"tf":1.0},"169":{"tf":1.0},"172":{"tf":1.7320508075688772},"175":{"tf":1.0},"188":{"tf":1.0},"19":{"tf":1.0},"192":{"tf":1.0},"203":{"tf":1.7320508075688772},"204":{"tf":1.4142135623730951},"210":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.4142135623730951},"225":{"tf":1.0},"226":{"tf":1.0},"245":{"tf":1.0},"250":{"tf":1.0},"326":{"tf":1.0},"332":{"tf":1.0},"354":{"tf":1.4142135623730951},"356":{"tf":1.0},"358":{"tf":2.0},"359":{"tf":1.4142135623730951},"360":{"tf":1.0},"361":{"tf":1.0},"362":{"tf":1.0},"364":{"tf":1.0},"370":{"tf":1.0},"371":{"tf":1.0},"372":{"tf":1.0},"38":{"tf":1.0},"386":{"tf":1.4142135623730951},"55":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"71":{"tf":1.0},"95":{"tf":1.0}},"e":{"d":{"\\":{"df":0,"docs":{},"|":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"104":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"p":{"df":5,"docs":{"117":{"tf":1.0},"273":{"tf":1.4142135623730951},"352":{"tf":1.0},"360":{"tf":1.0},"380":{"tf":1.0}}}}}},"t":{"df":4,"docs":{"113":{"tf":1.0},"122":{"tf":1.0},"174":{"tf":1.0},"176":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"19":{"tf":1.0}}}}}},"<":{"b":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}},"df":11,"docs":{"117":{"tf":1.0},"122":{"tf":1.0},"137":{"tf":2.0},"142":{"tf":2.0},"150":{"tf":1.0},"173":{"tf":1.0},"204":{"tf":1.0},"386":{"tf":1.7320508075688772},"52":{"tf":1.7320508075688772},"59":{"tf":1.4142135623730951},"62":{"tf":1.0}}},"i":{"c":{"df":4,"docs":{"171":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"305":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"119":{"tf":1.0},"169":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.4142135623730951}}}}},"s":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"174":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"u":{"df":3,"docs":{"362":{"tf":1.0},"371":{"tf":1.4142135623730951},"47":{"tf":1.0}}}},"y":{"df":7,"docs":{"101":{"tf":1.0},"115":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.4142135623730951},"188":{"tf":1.0},"211":{"tf":1.0},"385":{"tf":1.0}}}},"d":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{":":{":":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"(":{"\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"z":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"122":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"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":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{":":{":":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"210":{"tf":1.4142135623730951},"211":{"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":{},"m":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"6":{"4":{"df":1,"docs":{"101":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{":":{":":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":29,"docs":{"102":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"151":{"tf":1.0},"183":{"tf":1.0},"19":{"tf":1.0},"194":{"tf":1.0},"198":{"tf":1.0},"25":{"tf":1.0},"339":{"tf":1.0},"344":{"tf":1.0},"346":{"tf":1.0},"350":{"tf":1.0},"364":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":1,"docs":{"195":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":6,"docs":{"260":{"tf":1.4142135623730951},"266":{"tf":1.0},"302":{"tf":1.0},"323":{"tf":1.0},"367":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"137":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"_":{"1":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"2":{"_":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"3":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"4":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"5":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"25":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"6":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"_":{"a":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":24,"docs":{"114":{"tf":1.4142135623730951},"115":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"229":{"tf":1.0},"248":{"tf":1.0},"251":{"tf":1.0},"271":{"tf":1.0},"274":{"tf":2.0},"29":{"tf":1.0},"292":{"tf":1.0},"304":{"tf":1.0},"77":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"96":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":6,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"104":{"tf":1.0},"251":{"tf":1.0},"365":{"tf":1.0},"385":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"p":{"df":8,"docs":{"150":{"tf":1.0},"188":{"tf":1.0},"192":{"tf":1.0},"360":{"tf":1.0},"386":{"tf":1.0},"55":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"101":{"tf":1.0},"169":{"tf":1.0},"276":{"tf":1.0},"351":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"153":{"tf":1.0},"298":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":4,"docs":{"121":{"tf":1.0},"220":{"tf":1.0},"274":{"tf":1.0},"7":{"tf":1.0}}}}}}},"df":10,"docs":{"171":{"tf":1.0},"172":{"tf":1.0},"178":{"tf":1.0},"203":{"tf":1.4142135623730951},"204":{"tf":1.0},"207":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":6,"docs":{"168":{"tf":1.0},"169":{"tf":1.0},"322":{"tf":1.0},"323":{"tf":1.4142135623730951},"368":{"tf":1.4142135623730951},"386":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":6,"docs":{"122":{"tf":1.4142135623730951},"129":{"tf":1.0},"132":{"tf":1.0},"138":{"tf":1.0},"141":{"tf":1.0},"23":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"124":{"tf":1.0},"192":{"tf":1.0},"304":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"t":{"df":13,"docs":{"112":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"178":{"tf":1.0},"203":{"tf":1.4142135623730951},"204":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.4142135623730951},"210":{"tf":1.0},"211":{"tf":1.0},"216":{"tf":1.7320508075688772},"217":{"tf":1.0},"218":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"r":{"df":6,"docs":{"11":{"tf":1.0},"137":{"tf":1.0},"229":{"tf":1.0},"66":{"tf":1.0},"75":{"tf":1.0},"87":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"365":{"tf":1.0}}}},"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":10,"docs":{"125":{"tf":1.0},"143":{"tf":1.0},"163":{"tf":1.7320508075688772},"165":{"tf":1.7320508075688772},"193":{"tf":1.4142135623730951},"198":{"tf":1.0},"2":{"tf":2.0},"35":{"tf":2.23606797749979},"37":{"tf":1.4142135623730951},"55":{"tf":2.449489742783178}}}}}},"u":{"b":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":3,"docs":{"163":{"tf":1.7320508075688772},"35":{"tf":2.23606797749979},"55":{"tf":2.449489742783178}}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":5,"docs":{"101":{"tf":1.0},"128":{"tf":1.0},"137":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0}}}},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"49":{"tf":1.0}}}}},"df":10,"docs":{"10":{"tf":1.4142135623730951},"100":{"tf":1.4142135623730951},"137":{"tf":2.0},"142":{"tf":1.0},"203":{"tf":1.0},"361":{"tf":1.0},"386":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.0},"85":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":9,"docs":{"119":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":2.0},"171":{"tf":1.0},"172":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":2.23606797749979},"176":{"tf":1.7320508075688772},"59":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"137":{"tf":1.0},"138":{"tf":1.0}}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":5,"docs":{"10":{"tf":1.0},"23":{"tf":1.0},"299":{"tf":1.0},"319":{"tf":1.0},"386":{"tf":1.0}}}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"145":{"tf":1.0},"147":{"tf":1.0}},"s":{"df":0,"docs":{},"s":{"df":18,"docs":{"1":{"tf":1.0},"192":{"tf":1.0},"2":{"tf":1.0},"214":{"tf":1.0},"24":{"tf":1.4142135623730951},"274":{"tf":2.0},"294":{"tf":1.0},"32":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"93":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"140":{"tf":1.0},"371":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{},"h":{"df":2,"docs":{"357":{"tf":1.4142135623730951},"359":{"tf":1.0}}}},"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"358":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":4,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"365":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{},"x":{"df":2,"docs":{"318":{"tf":1.4142135623730951},"367":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}},"df":5,"docs":{"115":{"tf":1.0},"161":{"tf":1.0},"19":{"tf":1.0},"75":{"tf":1.0},"87":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":5,"docs":{"132":{"tf":1.0},"274":{"tf":1.0},"317":{"tf":1.0},"365":{"tf":1.0},"54":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"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":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"335":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"i":{"df":2,"docs":{"142":{"tf":1.0},"167":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"[":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":28,"docs":{"102":{"tf":2.23606797749979},"130":{"tf":1.0},"135":{"tf":1.0},"138":{"tf":1.4142135623730951},"140":{"tf":1.0},"144":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"163":{"tf":1.7320508075688772},"177":{"tf":1.7320508075688772},"178":{"tf":1.7320508075688772},"182":{"tf":1.4142135623730951},"186":{"tf":1.0},"187":{"tf":1.7320508075688772},"193":{"tf":1.0},"205":{"tf":1.0},"218":{"tf":1.0},"227":{"tf":2.449489742783178},"244":{"tf":1.0},"261":{"tf":1.4142135623730951},"270":{"tf":1.0},"298":{"tf":1.0},"35":{"tf":2.0},"352":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"379":{"tf":1.4142135623730951}}}}}}},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":4,"docs":{"139":{"tf":1.0},"143":{"tf":1.0},"179":{"tf":1.0},"180":{"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":{"120":{"tf":1.0},"63":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"102":{"tf":1.0},"80":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0}},"e":{"d":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"134":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"p":{"df":3,"docs":{"125":{"tf":1.0},"28":{"tf":1.0},"385":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"260":{"tf":1.0}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":13,"docs":{"337":{"tf":1.0},"352":{"tf":1.4142135623730951},"354":{"tf":1.0},"355":{"tf":1.0},"356":{"tf":1.0},"357":{"tf":1.0},"358":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":1.0},"361":{"tf":1.0},"362":{"tf":1.0},"363":{"tf":1.0},"364":{"tf":1.0}}}}}}},"n":{"c":{"df":5,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"179":{"tf":1.0},"66":{"tf":1.0},"70":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"137":{"tf":1.0},"385":{"tf":1.0},"50":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"138":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"358":{"tf":1.0}}}}},"df":20,"docs":{"1":{"tf":1.0},"104":{"tf":1.0},"125":{"tf":1.0},"130":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.4142135623730951},"18":{"tf":1.0},"192":{"tf":1.0},"2":{"tf":1.0},"287":{"tf":1.0},"31":{"tf":1.0},"351":{"tf":1.0},"354":{"tf":1.0},"38":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":2.23606797749979},"52":{"tf":1.4142135623730951},"61":{"tf":1.0},"80":{"tf":1.0}}}}}}}},"t":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"(":{")":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"1":{")":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"0":{")":{")":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"347":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":5,"docs":{"341":{"tf":1.0},"342":{"tf":1.0},"345":{"tf":1.0},"346":{"tf":1.0},"349":{"tf":1.0}}},"1":{"df":3,"docs":{"19":{"tf":1.0},"207":{"tf":1.0},"343":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{")":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"0":{"df":1,"docs":{"128":{"tf":1.0}}},"1":{"df":6,"docs":{"183":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{")":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"0":{"df":3,"docs":{"127":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0}}},"1":{"df":7,"docs":{"100":{"tf":1.4142135623730951},"104":{"tf":1.0},"112":{"tf":1.0},"151":{"tf":1.0},"361":{"tf":1.0},"364":{"tf":1.0},"88":{"tf":1.0}}},"2":{"df":12,"docs":{"101":{"tf":1.4142135623730951},"102":{"tf":1.0},"111":{"tf":1.0},"129":{"tf":1.0},"133":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"198":{"tf":1.0},"344":{"tf":1.0},"350":{"tf":1.0},"40":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{")":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"2":{"df":3,"docs":{"130":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{")":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"3":{"df":1,"docs":{"89":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":7,"docs":{"21":{"tf":1.0},"32":{"tf":1.0},"340":{"tf":1.0},"4":{"tf":1.0},"78":{"tf":1.0},"83":{"tf":1.0},"90":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"n":{")":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"m":{"df":1,"docs":{"40":{"tf":1.0}}}},"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":{},"g":{"df":11,"docs":{"121":{"tf":1.0},"232":{"tf":1.4142135623730951},"260":{"tf":1.0},"264":{"tf":1.0},"266":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"351":{"tf":1.0},"355":{"tf":1.0},"381":{"tf":1.0},"43":{"tf":1.0}}},"i":{"df":0,"docs":{},"l":{"=":{"1":{"0":{"0":{"0":{"df":1,"docs":{"323":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"0":{"0":{"df":1,"docs":{"368":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"322":{"tf":1.0},"368":{"tf":1.4142135623730951}}}},"k":{"df":0,"docs":{},"e":{"df":2,"docs":{"100":{"tf":1.0},"354":{"tf":1.0}}}},"r":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"z":{"df":4,"docs":{"236":{"tf":1.0},"274":{"tf":1.0},"297":{"tf":1.0},"359":{"tf":1.0}}}}},"b":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"251":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"236":{"tf":1.0}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"\"":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"172":{"tf":1.0}}}}}}},"df":0,"docs":{}},"(":{"df":1,"docs":{"354":{"tf":1.0}}},"/":{"c":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"274":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"354":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"5":{"df":1,"docs":{"135":{"tf":1.0}}},"df":0,"docs":{}},"3":{"0":{"df":1,"docs":{"130":{"tf":1.0}}},"df":0,"docs":{}},"4":{"5":{"df":2,"docs":{"344":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{}},"df":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":{"102":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"210":{"tf":1.4142135623730951},"211":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"207":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"203":{"tf":1.4142135623730951},"207":{"tf":2.23606797749979}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"211":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":29,"docs":{"121":{"tf":1.0},"137":{"tf":1.0},"141":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"19":{"tf":1.0},"210":{"tf":1.4142135623730951},"211":{"tf":1.4142135623730951},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"227":{"tf":1.0},"23":{"tf":1.0},"244":{"tf":1.0},"259":{"tf":1.0},"274":{"tf":1.7320508075688772},"280":{"tf":1.0},"299":{"tf":1.4142135623730951},"3":{"tf":1.0},"303":{"tf":1.0},"317":{"tf":1.0},"319":{"tf":1.7320508075688772},"343":{"tf":1.0},"350":{"tf":1.0},"351":{"tf":1.0},"37":{"tf":1.0},"373":{"tf":1.4142135623730951},"385":{"tf":1.4142135623730951},"73":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"k":{"df":3,"docs":{"169":{"tf":1.0},"171":{"tf":1.0},"192":{"tf":1.0}}}}},"b":{"df":3,"docs":{"163":{"tf":1.0},"35":{"tf":1.0},"55":{"tf":1.0}}},"d":{"df":4,"docs":{"150":{"tf":1.0},"165":{"tf":1.0},"329":{"tf":1.0},"98":{"tf":1.0}}},"df":44,"docs":{"126":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"19":{"tf":1.0},"234":{"tf":1.0},"239":{"tf":1.0},"246":{"tf":1.0},"248":{"tf":1.7320508075688772},"250":{"tf":2.0},"251":{"tf":1.0},"268":{"tf":1.0},"27":{"tf":1.0},"274":{"tf":1.7320508075688772},"279":{"tf":1.0},"28":{"tf":1.0},"290":{"tf":1.0},"295":{"tf":1.0},"297":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"304":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"331":{"tf":1.0},"332":{"tf":1.0},"333":{"tf":1.0},"355":{"tf":1.0},"356":{"tf":1.0},"357":{"tf":1.0},"358":{"tf":1.0},"359":{"tf":1.4142135623730951},"368":{"tf":1.0},"383":{"tf":1.0},"384":{"tf":1.0},"39":{"tf":1.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"16":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":2,"docs":{"118":{"tf":1.0},"31":{"tf":1.4142135623730951}}},"r":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"205":{"tf":1.0},"275":{"tf":1.0}}}}}},"df":3,"docs":{"140":{"tf":1.0},"205":{"tf":1.0},"62":{"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":1,"docs":{"220":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"368":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"205":{"tf":1.4142135623730951},"261":{"tf":1.0},"324":{"tf":1.0}}}}}}}}},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"227":{"tf":1.0}},"l":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"322":{"tf":1.0},"45":{"tf":1.4142135623730951},"66":{"tf":1.0},"70":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":11,"docs":{"137":{"tf":1.4142135623730951},"153":{"tf":1.0},"19":{"tf":1.0},"255":{"tf":1.0},"299":{"tf":1.0},"318":{"tf":1.0},"321":{"tf":1.7320508075688772},"363":{"tf":1.7320508075688772},"367":{"tf":1.4142135623730951},"46":{"tf":1.0},"62":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"289":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"115":{"tf":1.0},"337":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"362":{"tf":1.0}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"336":{"tf":1.0}}}}}}}}}},"s":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"368":{"tf":1.0}}}}}},"_":{"1":{"df":1,"docs":{"95":{"tf":1.0}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":1,"docs":{"88":{"tf":1.0}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"95":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"(":{"1":{"0":{"df":1,"docs":{"90":{"tf":1.0}}},"df":0,"docs":{}},"2":{"df":1,"docs":{"90":{"tf":1.0}}},"5":{"df":1,"docs":{"90":{"tf":1.0}}},"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"90":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"88":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":161,"docs":{"0":{"tf":2.0},"1":{"tf":1.0},"10":{"tf":1.4142135623730951},"102":{"tf":2.0},"115":{"tf":1.4142135623730951},"116":{"tf":1.0},"117":{"tf":1.4142135623730951},"120":{"tf":2.23606797749979},"121":{"tf":2.449489742783178},"122":{"tf":2.23606797749979},"123":{"tf":2.8284271247461903},"124":{"tf":2.0},"126":{"tf":1.0},"127":{"tf":1.4142135623730951},"128":{"tf":1.0},"129":{"tf":1.0},"13":{"tf":1.0},"130":{"tf":1.4142135623730951},"131":{"tf":1.7320508075688772},"132":{"tf":1.4142135623730951},"133":{"tf":1.4142135623730951},"134":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":2.0},"138":{"tf":2.449489742783178},"139":{"tf":1.4142135623730951},"14":{"tf":1.7320508075688772},"140":{"tf":1.0},"141":{"tf":1.4142135623730951},"143":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"15":{"tf":1.0},"151":{"tf":1.0},"159":{"tf":1.0},"16":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"163":{"tf":1.4142135623730951},"164":{"tf":1.4142135623730951},"165":{"tf":1.0},"166":{"tf":2.6457513110645907},"177":{"tf":1.4142135623730951},"18":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.4142135623730951},"185":{"tf":1.0},"188":{"tf":1.4142135623730951},"19":{"tf":2.6457513110645907},"190":{"tf":1.0},"192":{"tf":1.0},"194":{"tf":1.0},"2":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"209":{"tf":1.0},"21":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":2.0},"214":{"tf":2.6457513110645907},"216":{"tf":1.4142135623730951},"217":{"tf":1.4142135623730951},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.4142135623730951},"221":{"tf":1.4142135623730951},"222":{"tf":1.0},"224":{"tf":1.0},"227":{"tf":1.0},"229":{"tf":1.0},"235":{"tf":1.4142135623730951},"238":{"tf":1.0},"239":{"tf":1.7320508075688772},"241":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"247":{"tf":1.4142135623730951},"251":{"tf":1.0},"252":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.4142135623730951},"261":{"tf":1.0},"263":{"tf":1.0},"270":{"tf":1.0},"271":{"tf":1.0},"273":{"tf":1.0},"274":{"tf":3.605551275463989},"275":{"tf":2.0},"276":{"tf":1.4142135623730951},"278":{"tf":1.0},"28":{"tf":1.4142135623730951},"281":{"tf":1.4142135623730951},"282":{"tf":1.4142135623730951},"283":{"tf":1.4142135623730951},"286":{"tf":1.0},"29":{"tf":1.4142135623730951},"290":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.7320508075688772},"295":{"tf":1.0},"298":{"tf":1.4142135623730951},"3":{"tf":2.0},"30":{"tf":1.0},"301":{"tf":1.4142135623730951},"302":{"tf":1.7320508075688772},"303":{"tf":1.0},"31":{"tf":1.7320508075688772},"32":{"tf":1.0},"321":{"tf":1.4142135623730951},"322":{"tf":1.4142135623730951},"327":{"tf":1.0},"328":{"tf":1.0},"351":{"tf":1.0},"352":{"tf":1.0},"354":{"tf":1.0},"356":{"tf":2.449489742783178},"357":{"tf":1.4142135623730951},"358":{"tf":1.0},"359":{"tf":1.4142135623730951},"360":{"tf":1.4142135623730951},"362":{"tf":1.0},"363":{"tf":1.4142135623730951},"365":{"tf":1.4142135623730951},"367":{"tf":1.7320508075688772},"368":{"tf":1.0},"369":{"tf":1.0},"370":{"tf":1.0},"372":{"tf":1.0},"375":{"tf":1.0},"377":{"tf":1.0},"379":{"tf":1.0},"382":{"tf":1.0},"384":{"tf":1.7320508075688772},"385":{"tf":2.0},"41":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.7320508075688772},"46":{"tf":1.4142135623730951},"47":{"tf":1.0},"48":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"54":{"tf":1.0},"6":{"tf":1.0},"65":{"tf":1.7320508075688772},"66":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"69":{"tf":1.0},"7":{"tf":1.0},"74":{"tf":2.449489742783178},"75":{"tf":1.0},"77":{"tf":1.4142135623730951},"83":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"95":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{":":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"264":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{},"o":{"c":{"df":15,"docs":{"244":{"tf":1.0},"245":{"tf":1.4142135623730951},"257":{"tf":1.0},"258":{"tf":1.0},"264":{"tf":2.0},"265":{"tf":1.0},"28":{"tf":1.0},"297":{"tf":1.4142135623730951},"322":{"tf":1.4142135623730951},"351":{"tf":1.0},"359":{"tf":2.0},"365":{"tf":1.0},"368":{"tf":1.0},"383":{"tf":1.4142135623730951},"43":{"tf":1.0}}},"df":0,"docs":{}}}},"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"210":{"tf":1.0},"364":{"tf":2.0}},"e":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":5,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"<":{"c":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"216":{"tf":1.0},"217":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":2,"docs":{"4":{"tf":1.0},"82":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"<":{"c":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"205":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"179":{"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":2,"docs":{"112":{"tf":1.0},"204":{"tf":1.0}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"183":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"<":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"344":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":29,"docs":{"102":{"tf":1.0},"183":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"198":{"tf":1.0},"21":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"269":{"tf":1.0},"341":{"tf":1.0},"342":{"tf":1.0},"343":{"tf":1.0},"345":{"tf":1.0},"346":{"tf":1.0},"347":{"tf":1.0},"361":{"tf":1.0},"364":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"78":{"tf":1.0},"89":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":8,"docs":{"183":{"tf":1.0},"341":{"tf":1.0},"342":{"tf":1.0},"343":{"tf":1.0},"345":{"tf":1.0},"346":{"tf":1.0},"347":{"tf":1.0},"40":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"203":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"{":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"340":{"tf":1.0}}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":18,"docs":{"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"151":{"tf":1.0},"19":{"tf":1.0},"218":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"339":{"tf":1.0},"349":{"tf":1.0},"350":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":11,"docs":{"171":{"tf":1.4142135623730951},"172":{"tf":1.4142135623730951},"173":{"tf":1.0},"174":{"tf":1.0},"178":{"tf":1.0},"204":{"tf":1.0},"207":{"tf":1.0},"211":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"328":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"344":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":2,"docs":{"203":{"tf":1.0},"205":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"206":{"tf":1.0}},"y":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"206":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"205":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"203":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"359":{"tf":1.0}},"e":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":7,"docs":{"130":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"28":{"tf":1.0},"339":{"tf":1.0},"348":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"k":{"8":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"k":{"8":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":2,"docs":{"339":{"tf":1.0},"348":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{":":{":":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":15,"docs":{"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"151":{"tf":1.0},"19":{"tf":1.0},"26":{"tf":1.0},"339":{"tf":1.0},"348":{"tf":1.0},"349":{"tf":1.0},"350":{"tf":1.0},"4":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":5,"docs":{"354":{"tf":1.4142135623730951},"356":{"tf":1.0},"357":{"tf":1.0},"360":{"tf":1.0},"363":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"195":{"tf":1.0},"361":{"tf":1.4142135623730951}},"s":{":":{":":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"269":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":35,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"104":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"151":{"tf":1.0},"19":{"tf":1.0},"194":{"tf":1.4142135623730951},"200":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"341":{"tf":1.0},"342":{"tf":1.0},"343":{"tf":1.0},"345":{"tf":1.0},"346":{"tf":1.0},"347":{"tf":1.0},"349":{"tf":1.0},"350":{"tf":1.0},"361":{"tf":1.0},"364":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0},"78":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"s":{":":{":":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":2,"docs":{"102":{"tf":1.0},"181":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"d":{"a":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"101":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"101":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"100":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"100":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"{":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":5,"docs":{"130":{"tf":1.0},"135":{"tf":1.0},"339":{"tf":1.0},"344":{"tf":1.0},"51":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":3,"docs":{"102":{"tf":1.0},"183":{"tf":1.0},"198":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"—":{"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":{"df":1,"docs":{"386":{"tf":1.0}}}}}}}}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"251":{"tf":1.0},"267":{"tf":1.0},"304":{"tf":1.0},"327":{"tf":1.0},"47":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":2,"docs":{"251":{"tf":1.0},"304":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"304":{"tf":1.0}},"s":{"=":{"1":{"df":1,"docs":{"251":{"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":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"301":{"tf":1.0}},"e":{"=":{"1":{"df":1,"docs":{"322":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"s":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"89":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"89":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"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":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"88":{"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":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"322":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"h":{"a":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"78":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"104":{"tf":1.0}}}},"i":{"df":1,"docs":{"16":{"tf":1.0}}}}},"y":{"'":{"df":0,"docs":{},"r":{"df":2,"docs":{"137":{"tf":1.0},"173":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"199":{"tf":1.0}},"k":{"df":1,"docs":{"50":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":3,"docs":{"125":{"tf":1.0},"31":{"tf":1.0},"373":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":8,"docs":{"354":{"tf":1.0},"356":{"tf":1.0},"357":{"tf":1.0},"358":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":1.0},"361":{"tf":1.0},"364":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":4,"docs":{"138":{"tf":1.0},"14":{"tf":1.0},"249":{"tf":1.0},"41":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"104":{"tf":1.0}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"177":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":7,"docs":{"170":{"tf":1.0},"207":{"tf":1.0},"251":{"tf":1.0},"305":{"tf":1.0},"55":{"tf":1.0},"63":{"tf":1.0},"75":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"117":{"tf":1.0},"137":{"tf":1.7320508075688772}}}}}}}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"86":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":1,"docs":{"50":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"137":{"tf":1.0},"138":{"tf":2.449489742783178}}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"364":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"e":{":":{":":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"195":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":50,"docs":{"1":{"tf":1.4142135623730951},"10":{"tf":1.0},"100":{"tf":1.0},"102":{"tf":2.23606797749979},"104":{"tf":1.0},"115":{"tf":1.4142135623730951},"117":{"tf":1.0},"119":{"tf":1.4142135623730951},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.4142135623730951},"137":{"tf":1.7320508075688772},"139":{"tf":2.6457513110645907},"14":{"tf":1.0},"151":{"tf":1.0},"159":{"tf":1.0},"164":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.4142135623730951},"175":{"tf":1.0},"221":{"tf":1.0},"227":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"344":{"tf":1.4142135623730951},"36":{"tf":1.0},"364":{"tf":2.0},"365":{"tf":1.0},"380":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"50":{"tf":2.0},"54":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"75":{"tf":1.0},"79":{"tf":1.0},"81":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":2.0},"86":{"tf":2.0},"93":{"tf":1.0},"95":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":22,"docs":{"100":{"tf":1.4142135623730951},"121":{"tf":1.4142135623730951},"158":{"tf":1.0},"162":{"tf":1.0},"189":{"tf":1.0},"19":{"tf":1.0},"246":{"tf":1.0},"251":{"tf":1.0},"274":{"tf":1.7320508075688772},"275":{"tf":1.4142135623730951},"276":{"tf":1.7320508075688772},"301":{"tf":1.0},"302":{"tf":2.23606797749979},"304":{"tf":2.23606797749979},"322":{"tf":1.0},"351":{"tf":1.0},"354":{"tf":1.4142135623730951},"370":{"tf":1.0},"372":{"tf":1.0},"380":{"tf":1.0},"386":{"tf":1.0},"39":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":7,"docs":{"139":{"tf":2.6457513110645907},"19":{"tf":1.0},"318":{"tf":1.4142135623730951},"321":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":1.4142135623730951},"46":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"122":{"tf":1.0}}}},"p":{"df":1,"docs":{"321":{"tf":1.0}}}},"m":{"df":0,"docs":{},"p":{"/":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"x":{"df":1,"docs":{"274":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"368":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"322":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"321":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":10,"docs":{"236":{"tf":1.0},"239":{"tf":1.4142135623730951},"257":{"tf":1.0},"258":{"tf":1.4142135623730951},"274":{"tf":1.0},"28":{"tf":1.7320508075688772},"298":{"tf":1.4142135623730951},"356":{"tf":1.4142135623730951},"359":{"tf":1.0},"384":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"299":{"tf":1.0},"363":{"tf":1.0}}}}}}},"df":8,"docs":{"121":{"tf":1.0},"236":{"tf":1.4142135623730951},"251":{"tf":1.0},"274":{"tf":1.4142135623730951},"281":{"tf":1.0},"322":{"tf":1.0},"351":{"tf":1.0},"363":{"tf":1.0}}}},"o":{"d":{"a":{"df":0,"docs":{},"y":{"df":5,"docs":{"138":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.4142135623730951},"144":{"tf":1.0},"186":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":1,"docs":{"218":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"14":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"83":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"185":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"126":{"tf":1.0},"19":{"tf":1.0},"4":{"tf":1.0}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"172":{"tf":1.0}}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"(":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"171":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"126":{"tf":1.0},"19":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951},"90":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"123":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"18":{"tf":1.0},"243":{"tf":1.0},"274":{"tf":2.449489742783178}}}}},"df":0,"docs":{}}},"df":1,"docs":{"186":{"tf":1.0}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"138":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":69,"docs":{"1":{"tf":1.0},"100":{"tf":1.0},"102":{"tf":1.0},"112":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":2.0},"118":{"tf":1.7320508075688772},"119":{"tf":1.0},"120":{"tf":1.4142135623730951},"121":{"tf":1.4142135623730951},"122":{"tf":1.0},"123":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"126":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"14":{"tf":1.4142135623730951},"140":{"tf":2.6457513110645907},"145":{"tf":1.0},"147":{"tf":1.4142135623730951},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"186":{"tf":1.0},"192":{"tf":1.7320508075688772},"2":{"tf":1.7320508075688772},"202":{"tf":1.0},"203":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"206":{"tf":1.0},"21":{"tf":1.4142135623730951},"210":{"tf":1.4142135623730951},"213":{"tf":1.4142135623730951},"214":{"tf":1.0},"227":{"tf":1.0},"245":{"tf":1.0},"260":{"tf":1.0},"27":{"tf":1.0},"274":{"tf":1.7320508075688772},"275":{"tf":1.0},"276":{"tf":1.7320508075688772},"295":{"tf":1.7320508075688772},"3":{"tf":1.0},"33":{"tf":1.0},"340":{"tf":1.7320508075688772},"35":{"tf":1.0},"352":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"361":{"tf":1.4142135623730951},"362":{"tf":1.4142135623730951},"375":{"tf":1.0},"378":{"tf":1.0},"38":{"tf":1.4142135623730951},"386":{"tf":1.4142135623730951},"40":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":1.4142135623730951},"63":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"68":{"tf":1.0},"76":{"tf":1.4142135623730951},"78":{"tf":1.7320508075688772},"89":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}},"y":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"3":{"df":0,"docs":{},"v":{"1":{"df":1,"docs":{"362":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"g":{"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":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"210":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"203":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"203":{"tf":1.0}}}}}}},":":{"0":{":":{"1":{"df":1,"docs":{"274":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{":":{"1":{"df":1,"docs":{"274":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"210":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}},"[":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"35":{"tf":1.0}}}}}}}}}},"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"(":{"df":0,"docs":{},"|":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"206":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"118":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"206":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"t":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"174":{"tf":1.7320508075688772}}}}},"df":7,"docs":{"102":{"tf":1.0},"107":{"tf":1.0},"142":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.0},"169":{"tf":1.0},"386":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"df":10,"docs":{"162":{"tf":1.0},"213":{"tf":1.0},"255":{"tf":1.4142135623730951},"299":{"tf":1.7320508075688772},"300":{"tf":1.0},"317":{"tf":1.7320508075688772},"373":{"tf":1.0},"47":{"tf":1.0},"65":{"tf":1.0},"68":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"324":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"66":{"tf":1.0}}}}}},":":{":":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"!":{"(":{"\"":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"171":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"172":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"171":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"171":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"!":{"(":{"\"":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"205":{"tf":1.0}}}}}}}},"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"172":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"204":{"tf":1.0}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"171":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"204":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":3,"docs":{"173":{"tf":1.0},"203":{"tf":1.0},"328":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"174":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"172":{"tf":1.0}}}},"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":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":4,"docs":{"260":{"tf":1.0},"322":{"tf":1.0},"367":{"tf":1.7320508075688772},"46":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}},"k":{"df":5,"docs":{"119":{"tf":1.0},"142":{"tf":1.4142135623730951},"169":{"tf":1.0},"173":{"tf":1.0},"176":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"273":{"tf":1.7320508075688772}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"272":{"tf":1.0}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":35,"docs":{"1":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"125":{"tf":1.0},"132":{"tf":1.0},"135":{"tf":1.0},"14":{"tf":1.0},"141":{"tf":1.0},"162":{"tf":1.0},"184":{"tf":1.0},"192":{"tf":1.0},"2":{"tf":1.0},"203":{"tf":1.0},"214":{"tf":1.0},"23":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0},"362":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.4142135623730951},"386":{"tf":1.4142135623730951},"51":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.4142135623730951},"81":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":1.0},"98":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":19,"docs":{"14":{"tf":1.4142135623730951},"179":{"tf":1.4142135623730951},"194":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.4142135623730951},"209":{"tf":1.0},"213":{"tf":1.0},"216":{"tf":1.4142135623730951},"217":{"tf":1.0},"218":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.7320508075688772},"37":{"tf":1.7320508075688772},"74":{"tf":2.0}},"s":{"[":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"35":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":58,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"10":{"tf":1.0},"100":{"tf":3.4641016151377544},"101":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"107":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"125":{"tf":1.0},"128":{"tf":1.7320508075688772},"129":{"tf":1.7320508075688772},"133":{"tf":1.4142135623730951},"134":{"tf":1.0},"137":{"tf":5.0},"14":{"tf":1.0},"142":{"tf":1.4142135623730951},"145":{"tf":1.0},"147":{"tf":1.4142135623730951},"16":{"tf":1.0},"162":{"tf":1.0},"169":{"tf":1.0},"171":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.4142135623730951},"176":{"tf":1.0},"19":{"tf":1.4142135623730951},"195":{"tf":1.0},"2":{"tf":1.0},"203":{"tf":1.0},"213":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"3":{"tf":1.0},"342":{"tf":1.7320508075688772},"350":{"tf":1.0},"352":{"tf":1.4142135623730951},"36":{"tf":1.0},"361":{"tf":2.0},"378":{"tf":1.0},"385":{"tf":1.4142135623730951},"386":{"tf":1.7320508075688772},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"76":{"tf":1.0},"79":{"tf":2.0},"81":{"tf":1.0},"85":{"tf":1.0},"93":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"d":{"a":{"df":1,"docs":{"377":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{"0":{"df":1,"docs":{"100":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":2,"docs":{"195":{"tf":1.0},"198":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"128":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"176":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"/":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"138":{"tf":1.4142135623730951},"139":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"342":{"tf":1.0}}}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"(":{"df":0,"docs":{},"|":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":28,"docs":{"100":{"tf":1.0},"107":{"tf":1.0},"111":{"tf":1.0},"122":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"151":{"tf":1.0},"19":{"tf":1.0},"194":{"tf":1.0},"196":{"tf":1.0},"23":{"tf":1.0},"32":{"tf":1.0},"342":{"tf":1.0},"350":{"tf":1.0},"361":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.4142135623730951},"79":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.0},"93":{"tf":1.0}}}}}},"df":5,"docs":{"100":{"tf":1.0},"105":{"tf":1.0},"151":{"tf":1.0},"193":{"tf":1.0},"40":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"386":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"386":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"125":{"tf":1.0},"180":{"tf":1.0},"229":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"66":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"223":{"tf":1.0},"225":{"tf":1.0},"228":{"tf":1.7320508075688772}},"e":{"[":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"228":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":2,"docs":{"28":{"tf":1.0},"354":{"tf":1.0}},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"102":{"tf":1.0},"304":{"tf":1.0},"38":{"tf":1.0},"386":{"tf":1.4142135623730951},"55":{"tf":1.0},"60":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":17,"docs":{"11":{"tf":1.0},"114":{"tf":1.0},"12":{"tf":1.0},"124":{"tf":1.0},"14":{"tf":1.0},"157":{"tf":1.0},"200":{"tf":1.0},"248":{"tf":1.0},"271":{"tf":1.0},"29":{"tf":1.0},"292":{"tf":1.0},"314":{"tf":1.0},"334":{"tf":1.0},"335":{"tf":1.0},"336":{"tf":1.0},"337":{"tf":1.0},"351":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"e":{"df":11,"docs":{"102":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"183":{"tf":1.4142135623730951},"247":{"tf":1.0},"255":{"tf":1.0},"260":{"tf":1.0},"266":{"tf":1.0},"274":{"tf":2.23606797749979},"278":{"tf":1.0},"294":{"tf":1.0},"313":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"385":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"117":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"381":{"tf":1.0},"57":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":2,"docs":{"119":{"tf":1.0},"304":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"158":{"tf":1.0}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"114":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"119":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":4,"docs":{"193":{"tf":1.0},"208":{"tf":1.0},"385":{"tf":1.0},"46":{"tf":1.0}}}},"x":{".":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"5":{"df":1,"docs":{"151":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"0":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"5":{"df":4,"docs":{"107":{"tf":1.0},"32":{"tf":1.0},"4":{"tf":1.0},"83":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"100":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{}},"5":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"1":{"0":{"df":1,"docs":{"111":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"0":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"1":{"0":{"0":{"df":1,"docs":{"122":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"1":{"0":{"df":1,"docs":{"361":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"/":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"100":{"tf":1.0},"107":{"tf":1.0},"19":{"tf":1.0},"85":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"d":{"a":{"df":2,"docs":{"184":{"tf":1.0},"188":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"123":{"tf":1.0}},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"85":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"171":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":3,"docs":{"100":{"tf":1.0},"195":{"tf":1.0},"198":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":4,"docs":{"113":{"tf":1.0},"132":{"tf":1.4142135623730951},"145":{"tf":1.0},"19":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"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":2,"docs":{"100":{"tf":1.4142135623730951},"105":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}},"s":{".":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{"0":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"2":{"0":{"df":1,"docs":{"135":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"5":{"0":{"df":1,"docs":{"134":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"1":{"0":{"df":1,"docs":{"130":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"1":{"0":{"df":1,"docs":{"128":{"tf":1.0}}},"5":{"df":1,"docs":{"129":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}},"3":{"df":3,"docs":{"194":{"tf":1.0},"196":{"tf":1.0},"199":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":7,"docs":{"19":{"tf":1.0},"23":{"tf":1.0},"342":{"tf":1.0},"350":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.4142135623730951}}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"2":{"0":{"df":1,"docs":{"133":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"[":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":9,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"123":{"tf":1.0},"193":{"tf":1.0},"195":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"218":{"tf":1.0},"386":{"tf":1.0}}},"i":{"c":{"df":6,"docs":{"102":{"tf":1.0},"104":{"tf":1.0},"123":{"tf":1.0},"171":{"tf":1.0},"316":{"tf":1.0},"86":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"6":{"4":{"df":7,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"171":{"tf":1.0},"174":{"tf":1.0},"203":{"tf":1.4142135623730951},"204":{"tf":1.4142135623730951},"207":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":2,"docs":{"274":{"tf":2.0},"285":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"291":{"tf":1.0}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"122":{"tf":1.0},"362":{"tf":1.0},"365":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"193":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"141":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"p":{"df":1,"docs":{"138":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"137":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"158":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":21,"docs":{"102":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":2.449489742783178},"138":{"tf":2.0},"139":{"tf":1.0},"140":{"tf":1.4142135623730951},"141":{"tf":1.4142135623730951},"142":{"tf":1.0},"153":{"tf":1.0},"19":{"tf":1.0},"192":{"tf":1.0},"31":{"tf":1.4142135623730951},"318":{"tf":1.0},"362":{"tf":1.0},"367":{"tf":1.4142135623730951},"386":{"tf":1.0},"95":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"195":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":7,"docs":{"14":{"tf":1.4142135623730951},"15":{"tf":1.0},"208":{"tf":1.0},"227":{"tf":1.0},"29":{"tf":1.0},"48":{"tf":1.0},"84":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"137":{"tf":1.0}}}}},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"139":{"tf":1.0}}}},"df":0,"docs":{}}}}},"f":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"337":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"352":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"137":{"tf":1.0}}}},"t":{"df":6,"docs":{"107":{"tf":1.0},"108":{"tf":1.0},"75":{"tf":1.0},"79":{"tf":1.0},"84":{"tf":1.0},"95":{"tf":1.0}}},"x":{":":{"/":{"/":{"/":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"/":{"d":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"358":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":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":{"18":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":10,"docs":{"117":{"tf":1.0},"151":{"tf":1.0},"153":{"tf":1.0},"19":{"tf":1.0},"190":{"tf":1.0},"299":{"tf":1.0},"316":{"tf":1.0},"318":{"tf":1.0},"324":{"tf":1.0},"367":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"k":{"df":1,"docs":{"140":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"223":{"tf":1.0},"225":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"354":{"tf":1.0}}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"324":{"tf":1.0},"352":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"305":{"tf":1.0},"324":{"tf":1.0},"47":{"tf":1.0}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"252":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"205":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"|":{"_":{"df":1,"docs":{"122":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"140":{"tf":1.4142135623730951},"252":{"tf":2.0},"373":{"tf":1.0}}}},"df":0,"docs":{}},"df":30,"docs":{"117":{"tf":1.0},"119":{"tf":1.4142135623730951},"12":{"tf":1.0},"125":{"tf":1.0},"138":{"tf":1.0},"14":{"tf":1.0},"140":{"tf":1.4142135623730951},"15":{"tf":1.0},"154":{"tf":1.0},"175":{"tf":1.0},"189":{"tf":1.0},"205":{"tf":1.0},"213":{"tf":1.0},"221":{"tf":1.0},"261":{"tf":1.0},"27":{"tf":1.0},"274":{"tf":2.23606797749979},"275":{"tf":1.0},"28":{"tf":1.0},"280":{"tf":1.0},"321":{"tf":1.0},"326":{"tf":1.4142135623730951},"327":{"tf":1.4142135623730951},"332":{"tf":1.0},"337":{"tf":1.0},"360":{"tf":1.0},"363":{"tf":1.7320508075688772},"382":{"tf":1.0},"46":{"tf":1.0},"8":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":4,"docs":{"274":{"tf":1.7320508075688772},"275":{"tf":1.0},"281":{"tf":1.4142135623730951},"291":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"l":{"df":6,"docs":{"260":{"tf":1.7320508075688772},"266":{"tf":1.7320508075688772},"268":{"tf":1.4142135623730951},"300":{"tf":1.7320508075688772},"326":{"tf":1.0},"47":{"tf":1.0}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":17,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"104":{"tf":1.0},"122":{"tf":1.0},"125":{"tf":1.0},"14":{"tf":1.0},"164":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"180":{"tf":1.0},"183":{"tf":1.0},"213":{"tf":1.0},"328":{"tf":1.0},"354":{"tf":1.0},"36":{"tf":1.0},"71":{"tf":1.0}},"e":{"df":0,"docs":{},"—":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"115":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":172,"docs":{"100":{"tf":2.449489742783178},"101":{"tf":2.23606797749979},"102":{"tf":2.449489742783178},"104":{"tf":1.4142135623730951},"105":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.7320508075688772},"119":{"tf":2.0},"120":{"tf":1.4142135623730951},"121":{"tf":2.0},"122":{"tf":1.7320508075688772},"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":2.449489742783178},"128":{"tf":2.449489742783178},"129":{"tf":2.449489742783178},"130":{"tf":2.449489742783178},"133":{"tf":2.449489742783178},"134":{"tf":2.449489742783178},"135":{"tf":2.449489742783178},"137":{"tf":2.449489742783178},"138":{"tf":2.23606797749979},"139":{"tf":1.4142135623730951},"14":{"tf":1.4142135623730951},"140":{"tf":1.0},"141":{"tf":1.4142135623730951},"143":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":1.0},"151":{"tf":2.0},"16":{"tf":1.4142135623730951},"166":{"tf":1.7320508075688772},"171":{"tf":2.23606797749979},"172":{"tf":2.0},"173":{"tf":1.7320508075688772},"174":{"tf":1.0},"176":{"tf":1.4142135623730951},"178":{"tf":1.7320508075688772},"179":{"tf":1.4142135623730951},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.7320508075688772},"19":{"tf":2.8284271247461903},"192":{"tf":1.0},"194":{"tf":2.0},"195":{"tf":2.0},"197":{"tf":1.0},"198":{"tf":2.0},"2":{"tf":1.0},"200":{"tf":1.0},"203":{"tf":2.449489742783178},"204":{"tf":2.0},"205":{"tf":2.23606797749979},"206":{"tf":1.0},"207":{"tf":1.4142135623730951},"21":{"tf":1.0},"210":{"tf":1.7320508075688772},"211":{"tf":1.7320508075688772},"216":{"tf":2.0},"217":{"tf":1.7320508075688772},"218":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"222":{"tf":1.0},"226":{"tf":1.0},"228":{"tf":1.0},"23":{"tf":1.7320508075688772},"232":{"tf":1.0},"234":{"tf":1.0},"236":{"tf":1.4142135623730951},"239":{"tf":1.0},"24":{"tf":1.4142135623730951},"240":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.4142135623730951},"246":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.0},"25":{"tf":1.4142135623730951},"250":{"tf":1.0},"251":{"tf":1.7320508075688772},"252":{"tf":1.0},"255":{"tf":1.4142135623730951},"26":{"tf":2.0},"261":{"tf":1.0},"269":{"tf":1.4142135623730951},"27":{"tf":1.0},"270":{"tf":1.0},"274":{"tf":4.0},"279":{"tf":1.0},"28":{"tf":2.6457513110645907},"280":{"tf":1.0},"281":{"tf":1.0},"286":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.7320508075688772},"298":{"tf":1.4142135623730951},"299":{"tf":1.7320508075688772},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.7320508075688772},"306":{"tf":1.0},"307":{"tf":1.0},"316":{"tf":1.0},"317":{"tf":1.0},"318":{"tf":1.4142135623730951},"321":{"tf":1.0},"322":{"tf":1.7320508075688772},"323":{"tf":2.23606797749979},"326":{"tf":1.0},"328":{"tf":1.0},"337":{"tf":1.0},"339":{"tf":2.449489742783178},"340":{"tf":1.0},"341":{"tf":1.4142135623730951},"342":{"tf":1.7320508075688772},"343":{"tf":1.4142135623730951},"344":{"tf":1.7320508075688772},"345":{"tf":1.4142135623730951},"346":{"tf":1.7320508075688772},"347":{"tf":1.4142135623730951},"348":{"tf":1.7320508075688772},"349":{"tf":2.0},"350":{"tf":2.23606797749979},"351":{"tf":1.4142135623730951},"355":{"tf":1.0},"356":{"tf":1.0},"357":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":2.0},"361":{"tf":1.4142135623730951},"364":{"tf":1.7320508075688772},"365":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":2.8284271247461903},"371":{"tf":1.0},"379":{"tf":1.0},"381":{"tf":1.0},"382":{"tf":1.0},"383":{"tf":1.0},"384":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.7320508075688772},"39":{"tf":1.4142135623730951},"4":{"tf":2.23606797749979},"40":{"tf":2.23606797749979},"43":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.4142135623730951},"50":{"tf":1.7320508075688772},"51":{"tf":1.7320508075688772},"53":{"tf":1.7320508075688772},"65":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":1.4142135623730951},"79":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":2.23606797749979},"88":{"tf":2.23606797749979},"89":{"tf":2.0},"90":{"tf":2.23606797749979},"95":{"tf":1.0},"96":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"216":{"tf":1.0},"217":{"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":{},"s":{"df":1,"docs":{"165":{"tf":2.0}},"e":{"[":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"165":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"165":{"tf":1.0}}}}},"df":1,"docs":{"165":{"tf":1.7320508075688772}}}}}},"k":{"8":{"df":1,"docs":{"165":{"tf":1.0}},"s":{"[":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"165":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"138":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"r":{"df":16,"docs":{"100":{"tf":1.7320508075688772},"107":{"tf":1.0},"11":{"tf":1.0},"123":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":2.0},"151":{"tf":1.0},"207":{"tf":1.0},"358":{"tf":1.7320508075688772},"361":{"tf":1.4142135623730951},"52":{"tf":1.7320508075688772},"64":{"tf":1.0},"65":{"tf":1.0},"7":{"tf":1.0},"79":{"tf":1.0},"93":{"tf":1.0}},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"358":{"tf":1.0}}},"df":0,"docs":{}}},"s":{"(":{"2":{"0":{"df":2,"docs":{"342":{"tf":1.0},"350":{"tf":1.0}}},"df":0,"docs":{}},"5":{"0":{"0":{"df":2,"docs":{"19":{"tf":1.0},"23":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"100":{"tf":1.0},"79":{"tf":1.4142135623730951}}},"df":0,"docs":{},"m":{"df":5,"docs":{"352":{"tf":1.0},"361":{"tf":1.0},"365":{"tf":1.0},"372":{"tf":1.0},"378":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"z":{"df":5,"docs":{"172":{"tf":1.0},"179":{"tf":1.4142135623730951},"210":{"tf":1.4142135623730951},"211":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"212":{"tf":1.0},"28":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"66":{"tf":1.0},"70":{"tf":1.0},"72":{"tf":1.0}}}},"x":{"df":0,"docs":{},"o":{"df":1,"docs":{"386":{"tf":1.4142135623730951}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":5,"docs":{"302":{"tf":1.4142135623730951},"322":{"tf":1.7320508075688772},"367":{"tf":1.7320508075688772},"368":{"tf":2.0},"371":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"0":{".":{"3":{".":{"1":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"z":{"df":5,"docs":{"257":{"tf":1.4142135623730951},"264":{"tf":1.0},"28":{"tf":1.4142135623730951},"297":{"tf":1.0},"383":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":6,"docs":{"239":{"tf":1.0},"258":{"tf":1.0},"28":{"tf":1.0},"356":{"tf":1.0},"384":{"tf":1.0},"44":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"141":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"368":{"tf":1.0}}}}}},"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"101":{"tf":1.0},"73":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"210":{"tf":1.0},"211":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"(":{"1":{"df":1,"docs":{"21":{"tf":1.0}}},"3":{"df":7,"docs":{"118":{"tf":1.0},"32":{"tf":1.0},"340":{"tf":1.0},"4":{"tf":1.0},"78":{"tf":1.0},"83":{"tf":1.0},"92":{"tf":1.0}}},"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"90":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"323":{"tf":1.0},"368":{"tf":1.4142135623730951}}}}}},"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"205":{"tf":1.0},"41":{"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":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"260":{"tf":1.0},"295":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":79,"docs":{"1":{"tf":1.0},"10":{"tf":2.0},"102":{"tf":2.0},"104":{"tf":1.0},"109":{"tf":1.0},"117":{"tf":2.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},"130":{"tf":1.0},"132":{"tf":2.0},"134":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":2.0},"138":{"tf":2.23606797749979},"139":{"tf":2.23606797749979},"14":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.4142135623730951},"16":{"tf":1.0},"162":{"tf":1.0},"168":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"181":{"tf":1.4142135623730951},"182":{"tf":1.0},"183":{"tf":1.0},"185":{"tf":1.0},"188":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"190":{"tf":1.0},"192":{"tf":1.0},"2":{"tf":1.0},"203":{"tf":1.7320508075688772},"204":{"tf":1.4142135623730951},"206":{"tf":1.0},"21":{"tf":1.4142135623730951},"210":{"tf":1.0},"226":{"tf":1.0},"250":{"tf":1.0},"255":{"tf":1.0},"260":{"tf":1.0},"266":{"tf":1.0},"27":{"tf":1.0},"273":{"tf":1.0},"282":{"tf":1.0},"295":{"tf":1.7320508075688772},"31":{"tf":1.4142135623730951},"316":{"tf":1.0},"318":{"tf":1.0},"322":{"tf":1.4142135623730951},"323":{"tf":1.7320508075688772},"328":{"tf":1.0},"340":{"tf":1.0},"354":{"tf":1.0},"357":{"tf":1.0},"36":{"tf":1.0},"360":{"tf":1.0},"362":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":2.0},"375":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":2.0},"39":{"tf":1.0},"45":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0},"78":{"tf":1.7320508075688772},"92":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":5,"docs":{"107":{"tf":1.0},"108":{"tf":1.0},"137":{"tf":1.0},"252":{"tf":1.0},"386":{"tf":1.0}}}},"r":{"df":4,"docs":{"104":{"tf":1.0},"122":{"tf":1.0},"27":{"tf":1.4142135623730951},"352":{"tf":1.0}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":46,"docs":{"113":{"tf":1.0},"117":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"220":{"tf":1.4142135623730951},"222":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.0},"229":{"tf":1.4142135623730951},"235":{"tf":1.0},"246":{"tf":1.0},"248":{"tf":1.4142135623730951},"255":{"tf":1.4142135623730951},"260":{"tf":1.4142135623730951},"266":{"tf":1.4142135623730951},"271":{"tf":1.4142135623730951},"28":{"tf":1.0},"289":{"tf":1.0},"292":{"tf":1.4142135623730951},"293":{"tf":1.4142135623730951},"294":{"tf":1.4142135623730951},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.4142135623730951},"302":{"tf":1.4142135623730951},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.7320508075688772},"314":{"tf":1.4142135623730951},"317":{"tf":1.7320508075688772},"322":{"tf":1.0},"323":{"tf":1.0},"324":{"tf":1.0},"326":{"tf":1.0},"334":{"tf":1.4142135623730951},"357":{"tf":1.4142135623730951},"386":{"tf":1.0},"85":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}}}},"df":3,"docs":{"137":{"tf":1.4142135623730951},"182":{"tf":1.0},"227":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":2,"docs":{"139":{"tf":1.0},"251":{"tf":1.0}}}}}}},"df":46,"docs":{"122":{"tf":1.4142135623730951},"126":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"19":{"tf":1.0},"234":{"tf":1.0},"239":{"tf":1.0},"246":{"tf":1.0},"248":{"tf":1.7320508075688772},"250":{"tf":2.0},"251":{"tf":1.0},"268":{"tf":1.0},"27":{"tf":1.0},"274":{"tf":1.7320508075688772},"279":{"tf":1.0},"28":{"tf":1.0},"290":{"tf":1.0},"295":{"tf":1.0},"297":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"304":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"331":{"tf":1.0},"332":{"tf":1.0},"333":{"tf":1.0},"335":{"tf":1.0},"355":{"tf":1.0},"356":{"tf":1.0},"357":{"tf":1.0},"358":{"tf":1.0},"359":{"tf":1.0},"368":{"tf":1.0},"383":{"tf":1.0},"384":{"tf":1.0},"39":{"tf":1.0}},"e":{"c":{"!":{"[":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"203":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"210":{"tf":1.0}}}}}},"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":1,"docs":{"172":{"tf":1.0}}}}}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":2,"docs":{"203":{"tf":1.0},"210":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"172":{"tf":1.0}}},"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"316":{"tf":2.0},"373":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":3,"docs":{"120":{"tf":1.0},"385":{"tf":1.0},"53":{"tf":1.0}},"f":{"df":6,"docs":{"142":{"tf":1.0},"299":{"tf":1.0},"319":{"tf":1.0},"372":{"tf":1.0},"63":{"tf":1.0},"94":{"tf":1.0}},"i":{"df":35,"docs":{"1":{"tf":1.0},"100":{"tf":1.4142135623730951},"101":{"tf":1.7320508075688772},"102":{"tf":1.0},"104":{"tf":1.0},"113":{"tf":1.0},"119":{"tf":1.0},"124":{"tf":1.0},"137":{"tf":2.8284271247461903},"138":{"tf":1.0},"139":{"tf":1.0},"142":{"tf":1.4142135623730951},"171":{"tf":1.0},"176":{"tf":1.0},"2":{"tf":1.0},"223":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"228":{"tf":1.0},"239":{"tf":1.0},"247":{"tf":2.23606797749979},"248":{"tf":1.0},"352":{"tf":1.4142135623730951},"356":{"tf":1.0},"358":{"tf":1.0},"359":{"tf":1.0},"368":{"tf":1.0},"371":{"tf":1.0},"374":{"tf":1.0},"377":{"tf":1.4142135623730951},"380":{"tf":1.4142135623730951},"384":{"tf":1.0},"386":{"tf":1.4142135623730951},"55":{"tf":1.0},"61":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"=":{"<":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"232":{"tf":1.0},"355":{"tf":1.0},"381":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"v":{"0":{".":{"3":{".":{"1":{"df":3,"docs":{"232":{"tf":1.0},"251":{"tf":1.0},"355":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":9,"docs":{"120":{"tf":1.0},"18":{"tf":1.0},"232":{"tf":1.7320508075688772},"247":{"tf":1.4142135623730951},"251":{"tf":1.0},"298":{"tf":1.4142135623730951},"307":{"tf":1.0},"355":{"tf":1.7320508075688772},"381":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":14,"docs":{"120":{"tf":1.0},"18":{"tf":1.4142135623730951},"226":{"tf":1.0},"232":{"tf":1.7320508075688772},"247":{"tf":1.4142135623730951},"248":{"tf":1.0},"252":{"tf":1.4142135623730951},"298":{"tf":1.0},"307":{"tf":1.4142135623730951},"351":{"tf":1.0},"355":{"tf":2.23606797749979},"365":{"tf":1.0},"372":{"tf":1.4142135623730951},"381":{"tf":2.0}}}}}},"df":0,"docs":{}}}}},"u":{"df":1,"docs":{"63":{"tf":1.0}}}}}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"123":{"tf":1.0}}}},"df":44,"docs":{"10":{"tf":1.0},"100":{"tf":1.0},"119":{"tf":1.0},"122":{"tf":1.0},"137":{"tf":1.7320508075688772},"138":{"tf":1.4142135623730951},"141":{"tf":1.0},"142":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"154":{"tf":1.0},"156":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"169":{"tf":1.0},"177":{"tf":1.0},"18":{"tf":1.0},"187":{"tf":1.0},"205":{"tf":1.0},"226":{"tf":1.0},"241":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"25":{"tf":1.0},"259":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"28":{"tf":1.0},"303":{"tf":1.0},"322":{"tf":1.4142135623730951},"323":{"tf":1.0},"351":{"tf":1.0},"386":{"tf":1.0},"39":{"tf":1.7320508075688772},"40":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"62":{"tf":1.0},"69":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":3,"docs":{"126":{"tf":1.0},"368":{"tf":1.0},"4":{"tf":1.0}}}},"m":{"df":1,"docs":{"360":{"tf":1.0}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"164":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"354":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"119":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":4,"docs":{"270":{"tf":1.0},"322":{"tf":1.4142135623730951},"351":{"tf":1.4142135623730951},"62":{"tf":1.0}}}}}},"s":{"df":12,"docs":{"117":{"tf":1.0},"121":{"tf":1.0},"173":{"tf":1.0},"185":{"tf":1.0},"190":{"tf":1.0},"193":{"tf":1.0},"208":{"tf":1.0},"316":{"tf":1.0},"352":{"tf":1.0},"78":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.0}}}},"w":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"216":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{"0":{"df":1,"docs":{"207":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"172":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":11,"docs":{"138":{"tf":1.0},"172":{"tf":2.0},"205":{"tf":1.0},"218":{"tf":1.0},"304":{"tf":1.0},"354":{"tf":1.0},"38":{"tf":1.0},"382":{"tf":1.0},"386":{"tf":1.4142135623730951},"55":{"tf":1.0},"58":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"k":{"df":1,"docs":{"75":{"tf":1.0}}},"l":{"df":7,"docs":{"115":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"385":{"tf":1.0},"50":{"tf":2.23606797749979},"86":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":27,"docs":{"100":{"tf":2.6457513110645907},"107":{"tf":1.4142135623730951},"113":{"tf":1.0},"115":{"tf":1.0},"120":{"tf":1.0},"142":{"tf":1.7320508075688772},"145":{"tf":1.0},"147":{"tf":1.0},"162":{"tf":1.0},"19":{"tf":1.0},"192":{"tf":1.0},"203":{"tf":1.0},"213":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"341":{"tf":1.4142135623730951},"342":{"tf":1.0},"352":{"tf":1.7320508075688772},"361":{"tf":2.6457513110645907},"365":{"tf":1.0},"372":{"tf":1.0},"378":{"tf":1.4142135623730951},"385":{"tf":1.0},"386":{"tf":1.0},"65":{"tf":1.0},"79":{"tf":1.7320508075688772},"98":{"tf":1.0}},"s":{"(":{"1":{"0":{"0":{"df":1,"docs":{"134":{"tf":1.0}}},"df":1,"docs":{"88":{"tf":1.0}}},"_":{"0":{"0":{"0":{"df":2,"docs":{"19":{"tf":1.0},"23":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"0":{"df":9,"docs":{"100":{"tf":1.4142135623730951},"107":{"tf":1.0},"111":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.0},"151":{"tf":1.0},"361":{"tf":1.4142135623730951},"79":{"tf":1.0},"83":{"tf":1.0}}},"df":0,"docs":{}},"3":{"0":{"df":1,"docs":{"129":{"tf":1.0}}},"df":0,"docs":{}},"5":{"0":{"df":7,"docs":{"133":{"tf":1.0},"135":{"tf":1.0},"341":{"tf":1.0},"342":{"tf":1.0},"343":{"tf":1.0},"350":{"tf":1.0},"40":{"tf":1.0}}},"df":3,"docs":{"194":{"tf":1.0},"195":{"tf":1.0},"198":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":6,"docs":{"100":{"tf":1.0},"352":{"tf":1.0},"361":{"tf":1.0},"365":{"tf":1.0},"372":{"tf":1.0},"378":{"tf":1.0}}}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"341":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"t":{"df":11,"docs":{"143":{"tf":1.0},"166":{"tf":1.0},"173":{"tf":1.0},"185":{"tf":1.0},"19":{"tf":1.0},"194":{"tf":1.0},"205":{"tf":1.0},"321":{"tf":1.0},"351":{"tf":1.0},"49":{"tf":1.0},"81":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"124":{"tf":1.0},"255":{"tf":1.0},"299":{"tf":1.0},"317":{"tf":1.0}}}},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"379":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":1,"docs":{"49":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"k":{"df":1,"docs":{"276":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"272":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"131":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"115":{"tf":1.0},"197":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"357":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"102":{"tf":1.4142135623730951},"139":{"tf":1.0},"386":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"164":{"tf":1.0},"227":{"tf":1.0}}}},"df":0,"docs":{},"l":{"d":{"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"368":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":18,"docs":{"1":{"tf":1.0},"104":{"tf":1.0},"111":{"tf":1.0},"137":{"tf":1.4142135623730951},"150":{"tf":1.0},"184":{"tf":1.0},"189":{"tf":1.0},"192":{"tf":1.0},"352":{"tf":1.0},"360":{"tf":1.0},"364":{"tf":1.0},"377":{"tf":1.0},"386":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":4,"docs":{"160":{"tf":1.0},"212":{"tf":1.0},"352":{"tf":1.0},"36":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":2,"docs":{"195":{"tf":1.0},"196":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"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":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"112":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"94":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"212":{"tf":1.0}}}},"df":0,"docs":{}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"(":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"269":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"(":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"269":{"tf":1.0}}}}}}},"df":0,"docs":{}},"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":{},"u":{"df":0,"docs":{},"n":{"_":{"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":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"2":{"0":{"df":7,"docs":{"100":{"tf":1.0},"101":{"tf":1.4142135623730951},"104":{"tf":1.0},"111":{"tf":1.0},"130":{"tf":1.0},"346":{"tf":1.0},"364":{"tf":1.0}}},"df":0,"docs":{}},"5":{"0":{"df":1,"docs":{"183":{"tf":1.0}}},"df":0,"docs":{}},"8":{"0":{"df":3,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"135":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"0":{"0":{"df":2,"docs":{"102":{"tf":1.0},"134":{"tf":1.0}}},"df":3,"docs":{"127":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":2,"docs":{"122":{"tf":1.0},"53":{"tf":1.0}}},"6":{"0":{"df":21,"docs":{"100":{"tf":1.4142135623730951},"104":{"tf":1.0},"112":{"tf":1.0},"122":{"tf":1.0},"128":{"tf":1.0},"133":{"tf":1.0},"151":{"tf":1.0},"19":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"198":{"tf":1.0},"32":{"tf":1.0},"4":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{}},"9":{"0":{"df":3,"docs":{"129":{"tf":1.0},"350":{"tf":1.0},"40":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":5,"docs":{"151":{"tf":1.0},"377":{"tf":1.0},"386":{"tf":1.0},"60":{"tf":1.0},"95":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"3":{"df":1,"docs":{"195":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"d":{"a":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"r":{"df":1,"docs":{"196":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":2,"docs":{"101":{"tf":1.0},"195":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":4,"docs":{"102":{"tf":1.0},"109":{"tf":1.0},"183":{"tf":1.0},"93":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"0":{"df":1,"docs":{"212":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"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":{},"x":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":3,"docs":{"100":{"tf":1.0},"195":{"tf":1.0},"198":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"197":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"138":{"tf":1.4142135623730951},"139":{"tf":1.4142135623730951},"189":{"tf":1.0},"298":{"tf":1.0},"380":{"tf":1.0},"52":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":16,"docs":{"100":{"tf":1.0},"122":{"tf":1.4142135623730951},"13":{"tf":1.0},"138":{"tf":1.0},"141":{"tf":1.0},"174":{"tf":1.0},"19":{"tf":1.0},"241":{"tf":1.0},"246":{"tf":1.0},"278":{"tf":1.0},"294":{"tf":1.0},"298":{"tf":1.0},"337":{"tf":1.0},"351":{"tf":1.0},"354":{"tf":1.0},"63":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":2,"docs":{"352":{"tf":1.0},"360":{"tf":1.0}}}},"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"153":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"k":{"df":21,"docs":{"137":{"tf":1.7320508075688772},"14":{"tf":1.0},"141":{"tf":1.0},"149":{"tf":1.0},"153":{"tf":1.0},"17":{"tf":1.0},"172":{"tf":1.4142135623730951},"182":{"tf":1.0},"19":{"tf":1.0},"199":{"tf":1.0},"2":{"tf":1.0},"272":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"318":{"tf":1.0},"321":{"tf":1.0},"352":{"tf":1.0},"358":{"tf":1.4142135623730951},"367":{"tf":1.4142135623730951},"49":{"tf":1.0},"96":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":20,"docs":{"121":{"tf":1.0},"148":{"tf":1.0},"153":{"tf":1.0},"213":{"tf":1.0},"215":{"tf":1.0},"228":{"tf":1.0},"232":{"tf":1.0},"236":{"tf":1.0},"252":{"tf":1.0},"274":{"tf":1.4142135623730951},"275":{"tf":1.0},"278":{"tf":1.0},"282":{"tf":1.4142135623730951},"296":{"tf":1.0},"35":{"tf":2.0},"36":{"tf":1.0},"369":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.0}},"s":{"[":{"\"":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"35":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{")":{".":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"5":{".":{"0":{"df":1,"docs":{"362":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"193":{"tf":1.0},"195":{"tf":1.0}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"c":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"138":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"197":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":137,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"100":{"tf":1.4142135623730951},"101":{"tf":1.7320508075688772},"102":{"tf":2.0},"105":{"tf":1.7320508075688772},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"11":{"tf":1.0},"111":{"tf":1.7320508075688772},"113":{"tf":1.0},"114":{"tf":1.4142135623730951},"115":{"tf":1.0},"117":{"tf":1.4142135623730951},"118":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.7320508075688772},"126":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"13":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"137":{"tf":2.8284271247461903},"138":{"tf":1.4142135623730951},"139":{"tf":1.0},"14":{"tf":1.7320508075688772},"140":{"tf":1.0},"141":{"tf":2.0},"142":{"tf":1.0},"147":{"tf":1.0},"15":{"tf":1.4142135623730951},"150":{"tf":1.0},"159":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"172":{"tf":2.23606797749979},"173":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.7320508075688772},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.4142135623730951},"182":{"tf":1.4142135623730951},"184":{"tf":1.0},"19":{"tf":1.4142135623730951},"192":{"tf":2.23606797749979},"195":{"tf":1.4142135623730951},"197":{"tf":1.4142135623730951},"2":{"tf":1.7320508075688772},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":2.8284271247461903},"204":{"tf":2.23606797749979},"205":{"tf":1.0},"207":{"tf":1.7320508075688772},"208":{"tf":1.0},"209":{"tf":1.4142135623730951},"210":{"tf":2.23606797749979},"211":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":2.0},"218":{"tf":1.0},"223":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.7320508075688772},"227":{"tf":2.0},"23":{"tf":1.0},"237":{"tf":1.0},"241":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"247":{"tf":1.0},"26":{"tf":1.0},"261":{"tf":1.0},"270":{"tf":1.0},"298":{"tf":1.0},"3":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"33":{"tf":1.0},"342":{"tf":1.4142135623730951},"343":{"tf":1.4142135623730951},"344":{"tf":1.0},"35":{"tf":1.7320508075688772},"351":{"tf":1.0},"352":{"tf":1.4142135623730951},"356":{"tf":2.23606797749979},"36":{"tf":1.0},"361":{"tf":2.23606797749979},"362":{"tf":1.4142135623730951},"364":{"tf":1.0},"365":{"tf":1.0},"37":{"tf":1.4142135623730951},"371":{"tf":1.0},"375":{"tf":1.0},"377":{"tf":1.4142135623730951},"378":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"380":{"tf":1.0},"384":{"tf":1.0},"385":{"tf":2.0},"386":{"tf":2.23606797749979},"40":{"tf":1.4142135623730951},"44":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.4142135623730951},"64":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.0},"74":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":1.7320508075688772},"80":{"tf":1.0},"81":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.0},"96":{"tf":1.4142135623730951},"97":{"tf":1.7320508075688772},"98":{"tf":1.4142135623730951},"99":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"148":{"tf":1.0},"178":{"tf":1.0}}}},"df":0,"docs":{}}}}}},":":{":":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":2,"docs":{"102":{"tf":1.0},"183":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"198":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"{":{"d":{"a":{"df":1,"docs":{"195":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":3,"docs":{"118":{"tf":1.0},"298":{"tf":1.0},"65":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}}}}},"l":{"d":{"df":2,"docs":{"139":{"tf":1.0},"176":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"190":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":3,"docs":{"126":{"tf":1.0},"19":{"tf":1.0},"205":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"199":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"322":{"tf":1.0},"367":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":13,"docs":{"11":{"tf":1.0},"115":{"tf":1.0},"148":{"tf":1.0},"19":{"tf":1.4142135623730951},"318":{"tf":1.4142135623730951},"32":{"tf":1.0},"322":{"tf":1.0},"367":{"tf":1.0},"46":{"tf":1.7320508075688772},"48":{"tf":1.0},"7":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"19":{"tf":1.0},"321":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"85":{"tf":1.0}}}}}}},"x":{"8":{"6":{"_":{"6":{"4":{"df":3,"docs":{"251":{"tf":1.0},"298":{"tf":1.0},"303":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"274":{"tf":1.0},"360":{"tf":1.0}}}}},"df":2,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":2.0}},"z":{"df":0,"docs":{},"f":{"df":1,"docs":{"236":{"tf":1.0}}}}},"y":{"df":2,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":2.0}},"e":{"df":8,"docs":{"164":{"tf":1.0},"165":{"tf":2.6457513110645907},"228":{"tf":1.0},"294":{"tf":1.0},"296":{"tf":1.4142135623730951},"297":{"tf":1.0},"385":{"tf":1.0},"41":{"tf":1.0}}},"o":{"df":0,"docs":{},"u":{"'":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":15,"docs":{"220":{"tf":1.0},"32":{"tf":1.0},"337":{"tf":1.0},"353":{"tf":1.0},"354":{"tf":1.0},"355":{"tf":1.0},"356":{"tf":1.0},"357":{"tf":1.0},"358":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":1.0},"361":{"tf":1.0},"362":{"tf":1.0},"363":{"tf":1.0},"364":{"tf":1.0}}}},"r":{"df":11,"docs":{"102":{"tf":1.0},"115":{"tf":1.0},"16":{"tf":1.0},"173":{"tf":1.7320508075688772},"190":{"tf":1.0},"214":{"tf":1.0},"232":{"tf":1.0},"324":{"tf":1.0},"355":{"tf":1.0},"381":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"217":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"216":{"tf":1.0}}}}}}},"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"(":{"df":0,"docs":{},"|":{"df":0,"docs":{},"w":{"df":1,"docs":{"216":{"tf":1.0}}}}},"<":{"df":0,"docs":{},"f":{">":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"216":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"216":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"218":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"218":{"tf":1.4142135623730951}}}}}},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"217":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"217":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"216":{"tf":2.6457513110645907}}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"216":{"tf":1.4142135623730951}}}}}}}},"df":1,"docs":{"216":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"’":{"df":0,"docs":{},"r":{"df":1,"docs":{"184":{"tf":1.0}}}}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":7,"docs":{"100":{"tf":1.0},"19":{"tf":1.0},"195":{"tf":1.0},"198":{"tf":1.0},"251":{"tf":1.0},"364":{"tf":1.0},"386":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"c":{"df":2,"docs":{"246":{"tf":1.0},"294":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"breadcrumbs":{"root":{"0":{".":{"0":{"df":1,"docs":{"305":{"tf":1.0}}},"2":{"0":{"2":{"4":{"df":5,"docs":{"299":{"tf":1.0},"318":{"tf":1.4142135623730951},"363":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"8":{"df":1,"docs":{"354":{"tf":1.0}}},"df":0,"docs":{}},"9":{"df":4,"docs":{"25":{"tf":1.0},"385":{"tf":1.0},"50":{"tf":1.4142135623730951},"53":{"tf":1.7320508075688772}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"323":{"tf":1.0}}}}}},"/":{"*":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"100":{"tf":1.0},"101":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":3,"docs":{"299":{"tf":1.4142135623730951},"318":{"tf":1.7320508075688772},"363":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"1":{"df":0,"docs":{},"t":{"1":{"0":{"df":2,"docs":{"367":{"tf":1.0},"368":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":25,"docs":{"15":{"tf":1.0},"172":{"tf":1.0},"178":{"tf":1.0},"19":{"tf":1.0},"255":{"tf":1.0},"260":{"tf":1.0},"266":{"tf":1.4142135623730951},"283":{"tf":1.0},"297":{"tf":1.4142135623730951},"298":{"tf":1.4142135623730951},"299":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.4142135623730951},"304":{"tf":1.0},"307":{"tf":1.0},"318":{"tf":1.4142135623730951},"321":{"tf":1.4142135623730951},"322":{"tf":1.0},"323":{"tf":1.4142135623730951},"328":{"tf":1.0},"357":{"tf":1.0},"360":{"tf":1.0},"367":{"tf":1.4142135623730951},"368":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951}}},"1":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"90":{"tf":1.0}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"26":{"tf":1.0},"28":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"1":{"_":{"0":{"0":{"0":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"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":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"6":{"0":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},",":{"0":{"0":{"0":{"df":2,"docs":{"22":{"tf":1.0},"23":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"0":{"df":1,"docs":{"305":{"tf":1.0}}},"2":{"0":{"2":{"4":{"df":3,"docs":{"299":{"tf":1.0},"318":{"tf":1.0},"363":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"323":{"tf":1.0}}}}}},"0":{".":{"0":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}},"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"df":1,"docs":{"145":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":4,"docs":{"246":{"tf":1.0},"322":{"tf":1.4142135623730951},"354":{"tf":1.4142135623730951},"368":{"tf":1.4142135623730951}},"m":{"df":1,"docs":{"138":{"tf":1.0}}}},"df":15,"docs":{"100":{"tf":1.4142135623730951},"107":{"tf":1.0},"112":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.4142135623730951},"122":{"tf":1.0},"133":{"tf":1.0},"164":{"tf":1.0},"166":{"tf":1.0},"227":{"tf":1.0},"361":{"tf":1.4142135623730951},"363":{"tf":1.4142135623730951},"364":{"tf":1.4142135623730951},"79":{"tf":1.4142135623730951},"85":{"tf":2.0}},"m":{"df":2,"docs":{"123":{"tf":1.0},"138":{"tf":1.0}}},"v":{"2":{"df":0,"docs":{},"e":{"df":1,"docs":{"276":{"tf":1.0}}}},"df":0,"docs":{}}},"1":{"df":1,"docs":{"364":{"tf":1.4142135623730951}}},"2":{"0":{"0":{"df":1,"docs":{"304":{"tf":1.0}}},"df":13,"docs":{"101":{"tf":1.0},"123":{"tf":1.7320508075688772},"251":{"tf":1.0},"27":{"tf":1.0},"274":{"tf":1.4142135623730951},"279":{"tf":1.0},"290":{"tf":1.0},"295":{"tf":1.4142135623730951},"304":{"tf":1.0},"346":{"tf":1.0},"385":{"tf":1.0},"81":{"tf":1.0},"86":{"tf":1.4142135623730951}},"m":{"b":{"df":3,"docs":{"238":{"tf":1.0},"239":{"tf":1.0},"356":{"tf":1.0}}},"df":0,"docs":{}}},"7":{".":{"0":{".":{"0":{".":{"1":{"df":2,"docs":{"260":{"tf":1.0},"301":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"100":{"tf":1.0}}},"df":5,"docs":{"299":{"tf":1.4142135623730951},"318":{"tf":1.7320508075688772},"363":{"tf":1.4142135623730951},"367":{"tf":1.0},"368":{"tf":1.0}},"g":{"b":{"df":1,"docs":{"362":{"tf":1.0}}},"df":0,"docs":{}}},"3":{"0":{"0":{"0":{":":{"3":{"0":{"0":{"0":{"df":1,"docs":{"360":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"df":1,"docs":{"362":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"4":{"df":3,"docs":{"274":{"tf":1.0},"276":{"tf":1.0},"385":{"tf":1.0}}},"5":{"df":2,"docs":{"274":{"tf":1.0},"276":{"tf":1.0}}},"8":{"0":{"8":{"0":{"df":3,"docs":{"243":{"tf":1.0},"360":{"tf":2.23606797749979},"365":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"102":{"tf":1.0}}},"df":0,"docs":{},"t":{"1":{"4":{"df":3,"docs":{"299":{"tf":1.4142135623730951},"318":{"tf":1.7320508075688772},"363":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"9":{"0":{"9":{"0":{":":{"9":{"0":{"9":{"0":{"df":1,"docs":{"360":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":83,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.0},"102":{"tf":1.4142135623730951},"104":{"tf":1.4142135623730951},"111":{"tf":1.4142135623730951},"117":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.7320508075688772},"145":{"tf":2.23606797749979},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"159":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"161":{"tf":1.4142135623730951},"164":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.0},"19":{"tf":3.1622776601683795},"205":{"tf":1.0},"21":{"tf":2.0},"227":{"tf":1.0},"23":{"tf":1.7320508075688772},"234":{"tf":1.7320508075688772},"239":{"tf":1.4142135623730951},"246":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.7320508075688772},"250":{"tf":2.0},"251":{"tf":1.4142135623730951},"255":{"tf":1.4142135623730951},"257":{"tf":1.7320508075688772},"260":{"tf":1.4142135623730951},"264":{"tf":1.0},"266":{"tf":1.4142135623730951},"268":{"tf":1.0},"269":{"tf":1.0},"274":{"tf":2.0},"279":{"tf":1.0},"28":{"tf":1.7320508075688772},"290":{"tf":1.4142135623730951},"295":{"tf":1.4142135623730951},"297":{"tf":1.0},"298":{"tf":1.4142135623730951},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"304":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.4142135623730951},"318":{"tf":1.4142135623730951},"32":{"tf":1.0},"321":{"tf":1.0},"322":{"tf":1.4142135623730951},"323":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"331":{"tf":1.0},"332":{"tf":1.0},"333":{"tf":1.0},"354":{"tf":1.4142135623730951},"355":{"tf":1.4142135623730951},"356":{"tf":1.4142135623730951},"357":{"tf":1.4142135623730951},"358":{"tf":1.4142135623730951},"359":{"tf":2.0},"362":{"tf":1.0},"364":{"tf":1.4142135623730951},"367":{"tf":1.0},"368":{"tf":2.23606797749979},"370":{"tf":1.4142135623730951},"383":{"tf":1.4142135623730951},"384":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"78":{"tf":1.7320508075688772},"86":{"tf":1.0},"88":{"tf":1.4142135623730951},"95":{"tf":1.0}},"h":{"df":1,"docs":{"123":{"tf":1.0}}},"s":{"df":1,"docs":{"139":{"tf":2.0}}}},"2":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"90":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"0":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}},"0":{"0":{"df":0,"docs":{},"m":{"df":1,"docs":{"139":{"tf":1.4142135623730951}}}},"df":11,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.4142135623730951},"102":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"122":{"tf":1.0},"133":{"tf":1.0},"274":{"tf":1.0},"304":{"tf":1.0},"32":{"tf":1.4142135623730951},"342":{"tf":1.0}}},"3":{"df":1,"docs":{"101":{"tf":1.0}}},"5":{"df":1,"docs":{"274":{"tf":1.0}}},"7":{"df":4,"docs":{"25":{"tf":1.0},"385":{"tf":1.0},"50":{"tf":1.4142135623730951},"53":{"tf":1.0}}},">":{"&":{"1":{"df":2,"docs":{"274":{"tf":1.0},"368":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"274":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":51,"docs":{"101":{"tf":2.0},"102":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.4142135623730951},"108":{"tf":1.0},"112":{"tf":1.4142135623730951},"115":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"124":{"tf":1.0},"132":{"tf":1.7320508075688772},"15":{"tf":1.4142135623730951},"164":{"tf":1.0},"205":{"tf":1.0},"22":{"tf":1.4142135623730951},"227":{"tf":1.0},"235":{"tf":1.4142135623730951},"239":{"tf":1.0},"247":{"tf":1.0},"25":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.4142135623730951},"264":{"tf":1.0},"27":{"tf":1.7320508075688772},"276":{"tf":1.0},"28":{"tf":1.0},"283":{"tf":1.4142135623730951},"295":{"tf":1.4142135623730951},"304":{"tf":1.0},"32":{"tf":1.0},"343":{"tf":1.0},"350":{"tf":1.0},"355":{"tf":1.4142135623730951},"357":{"tf":1.0},"359":{"tf":1.0},"362":{"tf":1.0},"364":{"tf":1.0},"371":{"tf":1.4142135623730951},"375":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.7320508075688772},"58":{"tf":1.4142135623730951},"79":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"86":{"tf":1.0},"89":{"tf":1.4142135623730951},"95":{"tf":1.0}},"s":{"df":4,"docs":{"25":{"tf":1.0},"385":{"tf":1.7320508075688772},"50":{"tf":1.0},"53":{"tf":1.4142135623730951}}}},"3":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"90":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{"0":{":":{"3":{"0":{"0":{"0":{"df":1,"docs":{"360":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"121":{"tf":1.0},"123":{"tf":1.4142135623730951}},"m":{"df":1,"docs":{"138":{"tf":1.0}}}},"df":20,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"104":{"tf":1.0},"117":{"tf":1.0},"121":{"tf":1.0},"123":{"tf":1.4142135623730951},"133":{"tf":1.0},"276":{"tf":1.0},"299":{"tf":1.4142135623730951},"304":{"tf":1.0},"318":{"tf":1.7320508075688772},"362":{"tf":1.0},"363":{"tf":1.4142135623730951},"367":{"tf":1.0},"368":{"tf":1.0},"385":{"tf":1.4142135623730951},"50":{"tf":1.0},"81":{"tf":1.0},"86":{"tf":1.0},"95":{"tf":1.0}}},"1":{"0":{"0":{"df":1,"docs":{"243":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"0":{"0":{"df":1,"docs":{"123":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":51,"docs":{"102":{"tf":1.7320508075688772},"104":{"tf":1.0},"115":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"124":{"tf":1.0},"132":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"205":{"tf":1.0},"23":{"tf":1.4142135623730951},"234":{"tf":1.0},"236":{"tf":1.4142135623730951},"239":{"tf":1.0},"246":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.7320508075688772},"250":{"tf":2.0},"257":{"tf":1.0},"268":{"tf":1.0},"27":{"tf":1.4142135623730951},"274":{"tf":1.0},"279":{"tf":1.0},"290":{"tf":1.0},"297":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"304":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.0},"32":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"331":{"tf":1.0},"332":{"tf":1.0},"333":{"tf":1.0},"354":{"tf":1.0},"356":{"tf":1.4142135623730951},"359":{"tf":1.0},"361":{"tf":1.0},"362":{"tf":1.0},"372":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"78":{"tf":1.0},"80":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"95":{"tf":1.0}},"v":{"1":{"df":0,"docs":{},"e":{"df":3,"docs":{"274":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0}}}},"df":0,"docs":{}},"x":{"2":{"df":2,"docs":{"260":{"tf":1.0},"295":{"tf":1.0}}},"df":0,"docs":{}}},"4":{"0":{"9":{"6":{"df":2,"docs":{"362":{"tf":1.0},"365":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"385":{"tf":1.0}}},"4":{"0":{"0":{"df":1,"docs":{"305":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"367":{"tf":1.0},"368":{"tf":1.0}}}}}},"df":0,"docs":{}},"8":{"df":1,"docs":{"360":{"tf":1.0}}},"df":15,"docs":{"101":{"tf":1.0},"108":{"tf":1.0},"132":{"tf":1.4142135623730951},"205":{"tf":1.0},"206":{"tf":1.0},"24":{"tf":1.4142135623730951},"247":{"tf":1.0},"32":{"tf":1.0},"357":{"tf":1.4142135623730951},"359":{"tf":1.0},"362":{"tf":1.4142135623730951},"373":{"tf":1.4142135623730951},"385":{"tf":1.0},"60":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951}}},"5":{"0":{"0":{"df":2,"docs":{"19":{"tf":1.0},"23":{"tf":1.0}}},"df":3,"docs":{"104":{"tf":1.0},"145":{"tf":1.0},"341":{"tf":1.0}}},"4":{"df":1,"docs":{"385":{"tf":1.0}}},"df":30,"docs":{"100":{"tf":1.0},"107":{"tf":1.0},"123":{"tf":1.0},"133":{"tf":1.0},"164":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"205":{"tf":1.0},"227":{"tf":1.4142135623730951},"23":{"tf":1.0},"247":{"tf":1.0},"25":{"tf":1.4142135623730951},"295":{"tf":1.4142135623730951},"304":{"tf":2.0},"32":{"tf":1.0},"342":{"tf":1.0},"350":{"tf":1.0},"354":{"tf":1.0},"358":{"tf":1.4142135623730951},"359":{"tf":1.0},"362":{"tf":1.0},"364":{"tf":1.0},"374":{"tf":1.4142135623730951},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"79":{"tf":1.4142135623730951},"81":{"tf":1.0},"82":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951}},"v":{"1":{"df":0,"docs":{},"e":{"df":3,"docs":{"274":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0}}}},"df":0,"docs":{}}},"6":{"0":{"0":{"df":2,"docs":{"100":{"tf":1.0},"123":{"tf":1.0}}},"df":50,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.0},"121":{"tf":1.0},"123":{"tf":1.4142135623730951},"145":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"19":{"tf":1.4142135623730951},"234":{"tf":1.0},"239":{"tf":1.0},"246":{"tf":1.0},"248":{"tf":1.7320508075688772},"25":{"tf":1.0},"250":{"tf":2.0},"255":{"tf":1.0},"260":{"tf":1.0},"266":{"tf":1.0},"268":{"tf":1.0},"28":{"tf":1.0},"295":{"tf":1.0},"297":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"331":{"tf":1.0},"332":{"tf":1.0},"333":{"tf":1.0},"355":{"tf":1.0},"356":{"tf":1.0},"357":{"tf":1.0},"358":{"tf":1.0},"359":{"tf":1.0},"368":{"tf":1.0},"383":{"tf":1.0},"384":{"tf":1.0},"385":{"tf":1.0},"50":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"86":{"tf":2.23606797749979},"95":{"tf":1.0}}},"df":6,"docs":{"205":{"tf":1.0},"247":{"tf":1.0},"26":{"tf":1.4142135623730951},"359":{"tf":1.4142135623730951},"375":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951}}},"7":{"df":3,"docs":{"274":{"tf":1.4142135623730951},"281":{"tf":1.0},"360":{"tf":1.4142135623730951}}},"8":{"df":3,"docs":{"102":{"tf":1.0},"15":{"tf":1.4142135623730951},"361":{"tf":1.4142135623730951}},"g":{"b":{"df":2,"docs":{"362":{"tf":1.0},"365":{"tf":1.0}}},"df":0,"docs":{}}},"9":{"0":{"0":{"0":{"df":1,"docs":{"122":{"tf":1.0}}},"df":0,"docs":{}},"9":{"0":{":":{"9":{"0":{"9":{"0":{"df":1,"docs":{"360":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"385":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0}}},"df":1,"docs":{"362":{"tf":1.4142135623730951}}},"_":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"122":{"tf":1.0}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"x":{"df":4,"docs":{"203":{"tf":1.0},"207":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"_":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"348":{"tf":1.7320508075688772}}}}}}}},"df":4,"docs":{"151":{"tf":1.0},"216":{"tf":1.0},"269":{"tf":1.0},"4":{"tf":1.0}},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":12,"docs":{"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"19":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"349":{"tf":1.0},"350":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"172":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":5,"docs":{"216":{"tf":1.0},"217":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":1,"docs":{"172":{"tf":1.0}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"82":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"203":{"tf":1.0},"210":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"218":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"40":{"tf":1.0}}}}}}},"a":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"[":{"1":{"df":1,"docs":{"76":{"tf":1.0}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"6":{"4":{"df":2,"docs":{"298":{"tf":1.0},"303":{"tf":1.0}},"|":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{"df":1,"docs":{"251":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"b":{"c":{"1":{"2":{"3":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"4":{"5":{"6":{"df":1,"docs":{"362":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"139":{"tf":1.0},"140":{"tf":1.0},"386":{"tf":1.0}}}},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"371":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"180":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"1":{"tf":1.0},"191":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"141":{"tf":1.7320508075688772}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":5,"docs":{"137":{"tf":1.4142135623730951},"138":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.0},"143":{"tf":1.0}},"e":{"d":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"139":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"df":25,"docs":{"112":{"tf":1.0},"114":{"tf":1.0},"126":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.4142135623730951},"171":{"tf":1.4142135623730951},"174":{"tf":1.0},"178":{"tf":1.4142135623730951},"226":{"tf":1.0},"273":{"tf":1.0},"291":{"tf":1.4142135623730951},"320":{"tf":1.4142135623730951},"322":{"tf":1.0},"326":{"tf":1.0},"328":{"tf":1.0},"332":{"tf":1.0},"358":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":1.7320508075688772},"47":{"tf":1.4142135623730951},"73":{"tf":1.0}},"—":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"141":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"383":{"tf":1.0},"53":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":7,"docs":{"100":{"tf":2.0},"107":{"tf":1.0},"182":{"tf":1.0},"22":{"tf":1.4142135623730951},"341":{"tf":1.0},"385":{"tf":1.0},"79":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"386":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"@":{"df":0,"docs":{},"v":{"2":{"df":1,"docs":{"274":{"tf":1.0}}},"df":0,"docs":{}}},"df":15,"docs":{"116":{"tf":1.0},"138":{"tf":1.0},"14":{"tf":1.0},"180":{"tf":1.0},"192":{"tf":1.0},"274":{"tf":2.0},"291":{"tf":1.0},"386":{"tf":1.4142135623730951},"51":{"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}},"s":{"/":{"c":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"@":{"df":0,"docs":{},"v":{"3":{"df":2,"docs":{"274":{"tf":2.23606797749979},"280":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"@":{"df":0,"docs":{},"v":{"4":{"df":1,"docs":{"274":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"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":1,"docs":{"236":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":3,"docs":{"121":{"tf":1.0},"274":{"tf":1.7320508075688772},"281":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"v":{"df":16,"docs":{"101":{"tf":1.0},"125":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":1.0},"192":{"tf":1.0},"203":{"tf":1.0},"210":{"tf":1.0},"305":{"tf":1.0},"324":{"tf":1.0},"38":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"53":{"tf":1.0},"61":{"tf":1.0},"80":{"tf":1.0},"86":{"tf":1.0},"97":{"tf":1.4142135623730951}},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":2,"docs":{"139":{"tf":1.0},"53":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"115":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":9,"docs":{"138":{"tf":1.0},"140":{"tf":1.0},"172":{"tf":1.4142135623730951},"353":{"tf":1.0},"365":{"tf":1.0},"368":{"tf":1.4142135623730951},"371":{"tf":1.0},"52":{"tf":1.0},"66":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":5,"docs":{"131":{"tf":1.0},"137":{"tf":1.0},"140":{"tf":1.0},"65":{"tf":1.0},"79":{"tf":1.0}}}}},"d":{"df":28,"docs":{"102":{"tf":1.4142135623730951},"105":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.4142135623730951},"124":{"tf":1.0},"125":{"tf":1.4142135623730951},"14":{"tf":1.4142135623730951},"203":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"212":{"tf":1.0},"214":{"tf":1.4142135623730951},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"246":{"tf":1.0},"276":{"tf":1.0},"289":{"tf":1.0},"294":{"tf":1.0},"32":{"tf":1.0},"322":{"tf":1.0},"351":{"tf":1.0},"358":{"tf":1.0},"368":{"tf":1.0},"371":{"tf":1.0},"55":{"tf":1.0},"74":{"tf":2.0},"95":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"270":{"tf":1.0},"323":{"tf":1.0},"351":{"tf":1.0},"386":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"140":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":5,"docs":{"260":{"tf":1.0},"301":{"tf":1.0},"305":{"tf":1.0},"360":{"tf":1.4142135623730951},"372":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"360":{"tf":1.0}}}}}}}},"df":17,"docs":{"105":{"tf":1.0},"119":{"tf":1.0},"138":{"tf":1.0},"140":{"tf":1.0},"182":{"tf":1.0},"192":{"tf":1.0},"203":{"tf":1.4142135623730951},"204":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"206":{"tf":1.7320508075688772},"207":{"tf":1.4142135623730951},"209":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.4142135623730951},"217":{"tf":1.4142135623730951},"218":{"tf":1.4142135623730951},"98":{"tf":1.0}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"125":{"tf":1.0},"140":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.4142135623730951},"276":{"tf":1.0},"364":{"tf":1.0},"374":{"tf":1.0},"53":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"327":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"16":{"tf":1.0}}}}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":17,"docs":{"131":{"tf":2.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.4142135623730951},"139":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"15":{"tf":1.4142135623730951},"305":{"tf":1.4142135623730951},"322":{"tf":1.0},"385":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"138":{"tf":1.0},"141":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"182":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"141":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"102":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"104":{"tf":1.0},"250":{"tf":1.0}}}}}}},"df":1,"docs":{"358":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":4,"docs":{"174":{"tf":1.0},"204":{"tf":1.0},"55":{"tf":1.0},"61":{"tf":1.0}}},"s":{"df":0,"docs":{},"s":{"df":6,"docs":{"117":{"tf":1.0},"121":{"tf":1.0},"132":{"tf":1.0},"135":{"tf":1.7320508075688772},"280":{"tf":1.4142135623730951},"352":{"tf":1.0}},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"135":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"227":{"tf":1.7320508075688772}}}}}},"o":{"df":1,"docs":{"362":{"tf":1.0}}}},"l":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"df":1,"docs":{"16":{"tf":1.0}}}}}}}}},"i":{"a":{"df":4,"docs":{"298":{"tf":1.0},"301":{"tf":1.0},"303":{"tf":1.0},"322":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":3,"docs":{"115":{"tf":1.4142135623730951},"125":{"tf":1.0},"385":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"122":{"tf":1.0}}},"df":0,"docs":{},"w":{"df":12,"docs":{"101":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":1.0},"147":{"tf":1.0},"168":{"tf":1.0},"251":{"tf":1.4142135623730951},"364":{"tf":1.0},"377":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"95":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"138":{"tf":1.0},"141":{"tf":1.0},"182":{"tf":1.0},"65":{"tf":1.0}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":7,"docs":{"18":{"tf":1.0},"232":{"tf":1.0},"297":{"tf":1.0},"355":{"tf":1.0},"360":{"tf":1.4142135623730951},"381":{"tf":1.0},"382":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":5,"docs":{"126":{"tf":1.0},"19":{"tf":1.0},"260":{"tf":1.0},"28":{"tf":1.0},"39":{"tf":1.0}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":11,"docs":{"180":{"tf":1.0},"241":{"tf":1.0},"246":{"tf":1.0},"274":{"tf":2.0},"278":{"tf":1.0},"281":{"tf":1.0},"297":{"tf":1.0},"306":{"tf":1.0},"368":{"tf":1.0},"385":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"d":{"6":{"4":{"df":5,"docs":{"18":{"tf":1.0},"244":{"tf":1.0},"259":{"tf":1.0},"303":{"tf":1.0},"351":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"323":{"tf":1.0}}}},"z":{"df":1,"docs":{"14":{"tf":1.0}}}}}},"d":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"153":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":9,"docs":{"66":{"tf":2.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}}}}},"o":{"df":1,"docs":{"360":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"130":{"tf":1.0},"188":{"tf":1.0},"360":{"tf":1.0},"382":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"122":{"tf":1.4142135623730951}}}},"y":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"205":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{":":{":":{"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":18,"docs":{"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"151":{"tf":1.0},"19":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"349":{"tf":1.0},"350":{"tf":1.0},"4":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.4142135623730951},"90":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"i":{"df":54,"docs":{"0":{"tf":1.0},"101":{"tf":1.4142135623730951},"137":{"tf":1.0},"141":{"tf":3.7416573867739413},"142":{"tf":1.0},"148":{"tf":1.0},"151":{"tf":1.4142135623730951},"177":{"tf":1.0},"179":{"tf":1.4142135623730951},"188":{"tf":1.0},"189":{"tf":1.0},"19":{"tf":1.0},"190":{"tf":1.0},"193":{"tf":2.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.4142135623730951},"201":{"tf":1.4142135623730951},"205":{"tf":1.0},"208":{"tf":1.4142135623730951},"210":{"tf":1.0},"214":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.4142135623730951},"3":{"tf":1.0},"325":{"tf":1.4142135623730951},"328":{"tf":1.4142135623730951},"336":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.7320508075688772},"339":{"tf":1.0},"340":{"tf":1.0},"341":{"tf":1.0},"342":{"tf":1.0},"343":{"tf":1.0},"344":{"tf":1.0},"345":{"tf":1.0},"346":{"tf":1.0},"347":{"tf":1.0},"348":{"tf":1.0},"349":{"tf":1.0},"35":{"tf":1.4142135623730951},"350":{"tf":1.0},"36":{"tf":1.4142135623730951},"374":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.7320508075688772},"47":{"tf":1.4142135623730951},"68":{"tf":1.0},"96":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"299":{"tf":1.0},"319":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"137":{"tf":2.0},"354":{"tf":1.0},"364":{"tf":1.0}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":54,"docs":{"11":{"tf":1.0},"335":{"tf":1.7320508075688772},"336":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.0},"339":{"tf":1.0},"340":{"tf":1.0},"341":{"tf":1.0},"342":{"tf":1.0},"343":{"tf":1.0},"344":{"tf":1.0},"345":{"tf":1.0},"346":{"tf":1.0},"347":{"tf":1.0},"348":{"tf":1.0},"349":{"tf":1.0},"350":{"tf":1.0},"351":{"tf":1.0},"352":{"tf":1.0},"353":{"tf":1.0},"354":{"tf":1.0},"355":{"tf":1.0},"356":{"tf":1.0},"357":{"tf":1.0},"358":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":1.0},"361":{"tf":1.0},"362":{"tf":1.0},"363":{"tf":1.0},"364":{"tf":1.0},"365":{"tf":1.0},"366":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":1.0},"370":{"tf":1.0},"371":{"tf":1.0},"372":{"tf":1.0},"373":{"tf":1.0},"374":{"tf":1.0},"375":{"tf":1.0},"376":{"tf":1.0},"377":{"tf":1.0},"378":{"tf":1.0},"379":{"tf":1.0},"380":{"tf":1.0},"381":{"tf":1.0},"382":{"tf":1.0},"383":{"tf":1.0},"384":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"387":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":5,"docs":{"18":{"tf":1.0},"244":{"tf":1.0},"259":{"tf":1.4142135623730951},"303":{"tf":1.0},"351":{"tf":1.0}},"i":{"c":{"df":3,"docs":{"307":{"tf":1.0},"358":{"tf":1.0},"362":{"tf":1.0}}},"df":10,"docs":{"130":{"tf":1.0},"135":{"tf":1.0},"138":{"tf":1.0},"148":{"tf":1.0},"154":{"tf":1.0},"227":{"tf":1.0},"307":{"tf":1.4142135623730951},"343":{"tf":1.0},"344":{"tf":1.0},"51":{"tf":1.0}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"137":{"tf":1.0},"139":{"tf":1.0},"30":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":6,"docs":{"102":{"tf":1.0},"137":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"228":{"tf":1.0},"365":{"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":1,"docs":{"385":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"c":{":":{":":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"(":{"&":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"171":{"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":{"(":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"u":{"6":{"4":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"0":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"171":{"tf":1.0}},"h":{"df":1,"docs":{"303":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":19,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"29":{"tf":1.4142135623730951},"33":{"tf":1.7320508075688772},"34":{"tf":1.0},"35":{"tf":1.7320508075688772},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"387":{"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.7320508075688772},"47":{"tf":1.0}}}}}},"df":0,"docs":{}}},"v":{"df":1,"docs":{"62":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":2,"docs":{"354":{"tf":1.0},"361":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"222":{"tf":1.0},"329":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"155":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"137":{"tf":1.4142135623730951}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"@":{"df":0,"docs":{},"v":{"3":{"df":4,"docs":{"121":{"tf":1.0},"236":{"tf":1.0},"274":{"tf":1.7320508075688772},"281":{"tf":1.0}}},"df":0,"docs":{}}},"df":15,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"121":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.0},"156":{"tf":1.4142135623730951},"226":{"tf":1.0},"236":{"tf":1.0},"274":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"291":{"tf":1.7320508075688772},"299":{"tf":1.0},"351":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":12,"docs":{"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}}}},"df":0,"docs":{}}}}}},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"171":{"tf":1.0}}}}}},"df":0,"docs":{},"k":{"df":3,"docs":{"336":{"tf":1.0},"337":{"tf":1.0},"54":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"219":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"192":{"tf":1.0},"65":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":18,"docs":{"117":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"139":{"tf":1.0},"142":{"tf":1.0},"147":{"tf":1.0},"180":{"tf":1.0},"188":{"tf":1.4142135623730951},"192":{"tf":1.0},"204":{"tf":1.4142135623730951},"211":{"tf":1.0},"31":{"tf":1.0},"345":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"53":{"tf":1.0},"94":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"125":{"tf":1.0},"61":{"tf":1.0}}}},"t":{"df":37,"docs":{"213":{"tf":1.0},"220":{"tf":1.0},"223":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.4142135623730951},"228":{"tf":1.0},"237":{"tf":1.4142135623730951},"238":{"tf":1.4142135623730951},"239":{"tf":1.7320508075688772},"241":{"tf":1.7320508075688772},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.0},"250":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.0},"270":{"tf":1.0},"28":{"tf":1.0},"298":{"tf":2.23606797749979},"351":{"tf":1.0},"352":{"tf":1.4142135623730951},"356":{"tf":1.4142135623730951},"365":{"tf":1.0},"372":{"tf":1.0},"377":{"tf":1.4142135623730951},"380":{"tf":1.4142135623730951},"383":{"tf":1.0},"384":{"tf":1.7320508075688772},"42":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"45":{"tf":1.0},"66":{"tf":1.4142135623730951},"69":{"tf":1.0},"70":{"tf":1.0}},"s":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"41":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"z":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"121":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"z":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"\"":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"122":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"139":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":4,"docs":{"16":{"tf":1.4142135623730951},"297":{"tf":1.0},"368":{"tf":1.0},"53":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"115":{"tf":1.0},"206":{"tf":1.0},"50":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{":":{":":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":13,"docs":{"171":{"tf":1.0},"172":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":14,"docs":{"112":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"203":{"tf":1.4142135623730951},"204":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":35,"docs":{"112":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"151":{"tf":1.0},"171":{"tf":1.7320508075688772},"172":{"tf":1.7320508075688772},"173":{"tf":1.0},"174":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.4142135623730951},"19":{"tf":1.0},"203":{"tf":2.0},"204":{"tf":1.4142135623730951},"205":{"tf":1.0},"207":{"tf":1.0},"210":{"tf":1.4142135623730951},"211":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"328":{"tf":1.0},"349":{"tf":1.0},"350":{"tf":1.0},"4":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951},"90":{"tf":2.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"192":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"c":{":":{":":{"df":0,"docs":{},"{":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"u":{"6":{"4":{"df":1,"docs":{"171":{"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":{"c":{"df":0,"docs":{},"h":{"df":14,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"105":{"tf":1.0},"115":{"tf":1.0},"193":{"tf":1.0},"195":{"tf":1.0},"197":{"tf":1.4142135623730951},"212":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"76":{"tf":1.0},"79":{"tf":1.4142135623730951},"98":{"tf":1.0}}},"k":{"df":2,"docs":{"139":{"tf":1.0},"141":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"102":{"tf":1.4142135623730951},"225":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":30,"docs":{"114":{"tf":1.0},"116":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"36":{"tf":1.0},"48":{"tf":1.0},"54":{"tf":1.0},"7":{"tf":1.0},"75":{"tf":2.0},"76":{"tf":1.7320508075688772},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}}}}},"o":{"df":5,"docs":{"298":{"tf":1.0},"306":{"tf":1.0},"321":{"tf":1.0},"327":{"tf":1.0},"386":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"t":{"df":31,"docs":{"100":{"tf":1.0},"105":{"tf":1.4142135623730951},"122":{"tf":1.0},"169":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.0},"18":{"tf":1.0},"197":{"tf":1.0},"212":{"tf":1.0},"234":{"tf":1.0},"239":{"tf":1.0},"250":{"tf":1.0},"255":{"tf":1.0},"261":{"tf":1.0},"270":{"tf":1.0},"274":{"tf":1.0},"275":{"tf":1.0},"279":{"tf":1.0},"28":{"tf":1.0},"304":{"tf":1.0},"321":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"351":{"tf":1.0},"356":{"tf":1.0},"357":{"tf":1.0},"359":{"tf":1.0},"363":{"tf":1.0},"368":{"tf":1.0},"79":{"tf":1.0},"98":{"tf":1.0}}}},"df":5,"docs":{"15":{"tf":1.0},"220":{"tf":1.0},"222":{"tf":1.0},"229":{"tf":1.0},"271":{"tf":1.0}}},"n":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"305":{"tf":1.0}}}},"df":0,"docs":{}}}},"x":{"df":1,"docs":{"371":{"tf":1.0}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"\"":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"203":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":36,"docs":{"0":{"tf":1.0},"10":{"tf":1.4142135623730951},"100":{"tf":1.0},"101":{"tf":1.7320508075688772},"102":{"tf":1.0},"125":{"tf":1.4142135623730951},"139":{"tf":1.0},"140":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.7320508075688772},"159":{"tf":1.0},"16":{"tf":1.0},"161":{"tf":1.0},"165":{"tf":1.0},"170":{"tf":1.0},"187":{"tf":1.4142135623730951},"192":{"tf":1.0},"205":{"tf":1.0},"213":{"tf":1.0},"226":{"tf":1.4142135623730951},"237":{"tf":1.0},"243":{"tf":1.0},"263":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.4142135623730951},"328":{"tf":1.0},"356":{"tf":1.0},"361":{"tf":1.0},"365":{"tf":1.0},"379":{"tf":1.4142135623730951},"38":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"52":{"tf":1.0},"65":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"85":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"i":{"d":{"df":18,"docs":{"101":{"tf":1.0},"117":{"tf":1.4142135623730951},"120":{"tf":1.0},"122":{"tf":1.4142135623730951},"126":{"tf":1.0},"158":{"tf":1.0},"18":{"tf":1.0},"182":{"tf":1.0},"185":{"tf":1.0},"190":{"tf":1.0},"205":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"351":{"tf":1.4142135623730951},"363":{"tf":1.0},"39":{"tf":1.0},"52":{"tf":1.0},"71":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"210":{"tf":1.0},"211":{"tf":1.0}}}}},"df":0,"docs":{}}},"b":{"(":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"[":{"2":{"df":1,"docs":{"76":{"tf":1.0}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"115":{"tf":1.0},"149":{"tf":1.0},"169":{"tf":1.0},"185":{"tf":1.4142135623730951},"358":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"d":{"df":12,"docs":{"14":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":1.0},"227":{"tf":1.0},"267":{"tf":1.0},"299":{"tf":1.0},"305":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0},"58":{"tf":1.0},"65":{"tf":1.0},"66":{"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":{"169":{"tf":1.0}}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"137":{"tf":1.0},"138":{"tf":1.7320508075688772}},"e":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"137":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":1,"docs":{"306":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"d":{"df":6,"docs":{"122":{"tf":2.449489742783178},"137":{"tf":1.0},"177":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":6,"docs":{"241":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"383":{"tf":1.0},"384":{"tf":1.0},"70":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":5,"docs":{"137":{"tf":1.0},"140":{"tf":1.7320508075688772},"142":{"tf":2.0},"160":{"tf":1.0},"386":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":21,"docs":{"117":{"tf":1.0},"125":{"tf":1.0},"139":{"tf":1.0},"158":{"tf":1.0},"163":{"tf":1.0},"172":{"tf":1.0},"179":{"tf":1.0},"182":{"tf":1.0},"185":{"tf":1.0},"223":{"tf":1.0},"225":{"tf":1.0},"260":{"tf":1.4142135623730951},"266":{"tf":1.4142135623730951},"272":{"tf":1.0},"276":{"tf":1.0},"300":{"tf":1.4142135623730951},"304":{"tf":1.0},"326":{"tf":1.0},"386":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"192":{"tf":1.0},"204":{"tf":2.0},"211":{"tf":1.0},"375":{"tf":1.0},"59":{"tf":1.7320508075688772}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"368":{"tf":1.0}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"r":{"c":{"df":2,"docs":{"246":{"tf":1.0},"294":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"c":{"df":7,"docs":{"123":{"tf":1.0},"127":{"tf":1.0},"131":{"tf":1.0},"16":{"tf":1.7320508075688772},"164":{"tf":1.0},"181":{"tf":1.0},"226":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"137":{"tf":2.0},"172":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"35":{"tf":1.0}}}}}}}},"d":{"d":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"36":{"tf":1.0}}}}}}}}}},"df":2,"docs":{"274":{"tf":1.0},"275":{"tf":1.0}}},"df":0,"docs":{}},"df":3,"docs":{"138":{"tf":1.0},"34":{"tf":1.0},"76":{"tf":1.0}},"e":{"c":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"371":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"362":{"tf":1.0},"380":{"tf":1.0}}}}},"df":2,"docs":{"101":{"tf":1.0},"361":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":24,"docs":{"100":{"tf":1.0},"102":{"tf":1.0},"117":{"tf":1.0},"119":{"tf":1.4142135623730951},"124":{"tf":1.0},"172":{"tf":2.0},"192":{"tf":1.0},"203":{"tf":1.4142135623730951},"204":{"tf":1.4142135623730951},"205":{"tf":1.0},"223":{"tf":1.0},"225":{"tf":1.4142135623730951},"226":{"tf":1.0},"230":{"tf":1.0},"247":{"tf":1.0},"304":{"tf":1.0},"334":{"tf":1.0},"337":{"tf":1.0},"351":{"tf":1.0},"371":{"tf":1.0},"379":{"tf":1.0},"386":{"tf":1.4142135623730951},"43":{"tf":1.0},"59":{"tf":1.0}}}}},"g":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"371":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"117":{"tf":1.0},"162":{"tf":1.0},"223":{"tf":1.0},"59":{"tf":1.0}},"n":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":20,"docs":{"102":{"tf":1.0},"117":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"125":{"tf":1.0},"137":{"tf":1.7320508075688772},"138":{"tf":1.0},"155":{"tf":1.0},"161":{"tf":1.0},"166":{"tf":1.0},"177":{"tf":1.0},"193":{"tf":1.0},"352":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":1.0},"90":{"tf":1.0},"92":{"tf":1.0},"95":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"386":{"tf":1.0},"91":{"tf":1.4142135623730951}}}},"w":{"df":1,"docs":{"126":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"28":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":22,"docs":{"116":{"tf":1.7320508075688772},"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},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"159":{"tf":1.0},"180":{"tf":1.0},"185":{"tf":1.4142135623730951},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"273":{"tf":1.0},"277":{"tf":1.4142135623730951},"285":{"tf":1.0},"95":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"273":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":14,"docs":{"102":{"tf":1.4142135623730951},"120":{"tf":1.0},"123":{"tf":1.0},"125":{"tf":1.0},"160":{"tf":1.0},"182":{"tf":1.0},"260":{"tf":1.0},"304":{"tf":1.4142135623730951},"31":{"tf":1.0},"344":{"tf":1.4142135623730951},"352":{"tf":1.0},"380":{"tf":1.0},"386":{"tf":1.0},"63":{"tf":1.0}}}}}}}},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"104":{"tf":1.0}}}},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"222":{"tf":1.0}}},"n":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"368":{"tf":1.0}}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":42,"docs":{"126":{"tf":1.4142135623730951},"144":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.7320508075688772},"213":{"tf":1.0},"214":{"tf":1.0},"220":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.4142135623730951},"229":{"tf":1.0},"233":{"tf":1.7320508075688772},"234":{"tf":1.0},"236":{"tf":1.7320508075688772},"243":{"tf":1.0},"247":{"tf":1.0},"250":{"tf":1.0},"254":{"tf":1.0},"255":{"tf":1.7320508075688772},"256":{"tf":1.0},"257":{"tf":1.7320508075688772},"262":{"tf":1.0},"264":{"tf":1.0},"274":{"tf":1.0},"28":{"tf":1.7320508075688772},"296":{"tf":2.0},"297":{"tf":1.0},"316":{"tf":1.4142135623730951},"357":{"tf":2.449489742783178},"359":{"tf":1.0},"36":{"tf":1.0},"365":{"tf":1.0},"383":{"tf":1.0},"39":{"tf":1.7320508075688772},"41":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"71":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"+":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"66":{"tf":1.0},"70":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"d":{"df":2,"docs":{"360":{"tf":1.0},"372":{"tf":1.0}}},"df":37,"docs":{"122":{"tf":1.4142135623730951},"126":{"tf":1.0},"146":{"tf":1.4142135623730951},"19":{"tf":1.0},"235":{"tf":1.4142135623730951},"240":{"tf":1.0},"246":{"tf":1.0},"254":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"265":{"tf":1.0},"267":{"tf":1.0},"27":{"tf":1.0},"274":{"tf":1.0},"28":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"316":{"tf":2.0},"317":{"tf":1.0},"321":{"tf":1.4142135623730951},"322":{"tf":1.4142135623730951},"324":{"tf":1.0},"354":{"tf":1.4142135623730951},"356":{"tf":1.0},"357":{"tf":2.0},"359":{"tf":1.0},"360":{"tf":1.0},"361":{"tf":1.0},"363":{"tf":1.4142135623730951},"364":{"tf":1.4142135623730951},"368":{"tf":1.7320508075688772},"373":{"tf":1.0},"39":{"tf":1.0},"71":{"tf":1.0},"74":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"363":{"tf":1.0}}}},"b":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"101":{"tf":1.0},"147":{"tf":1.0}},"e":{"(":{"1":{"df":2,"docs":{"19":{"tf":1.0},"23":{"tf":1.0}}},"2":{"df":2,"docs":{"343":{"tf":1.0},"350":{"tf":1.0}}},"4":{"df":1,"docs":{"101":{"tf":1.0}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"101":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":19,"docs":{"10":{"tf":1.4142135623730951},"101":{"tf":3.0},"105":{"tf":1.0},"108":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.0},"171":{"tf":1.0},"176":{"tf":1.0},"19":{"tf":1.4142135623730951},"195":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.0},"343":{"tf":1.0},"350":{"tf":1.0},"386":{"tf":2.23606797749979},"52":{"tf":1.0},"60":{"tf":1.0},"76":{"tf":1.0},"79":{"tf":1.0}},"s":{"/":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"108":{"tf":1.0}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"123":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"k":{".":{"*":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"104":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"329":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"188":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"_":{"a":{"d":{"d":{"(":{"1":{"df":1,"docs":{"171":{"tf":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":{"171":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":2,"docs":{"112":{"tf":1.4142135623730951},"171":{"tf":1.0}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":2,"docs":{"170":{"tf":1.0},"205":{"tf":1.4142135623730951}},"e":{"d":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"119":{"tf":1.0},"169":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"205":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"p":{"df":1,"docs":{"177":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":1,"docs":{"138":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":24,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"141":{"tf":1.0},"16":{"tf":1.4142135623730951},"168":{"tf":1.0},"19":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.4142135623730951},"247":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"264":{"tf":2.6457513110645907},"265":{"tf":1.0},"28":{"tf":1.0},"297":{"tf":1.4142135623730951},"322":{"tf":1.4142135623730951},"351":{"tf":1.0},"359":{"tf":2.23606797749979},"365":{"tf":1.0},"368":{"tf":1.0},"383":{"tf":1.7320508075688772},"43":{"tf":1.0},"66":{"tf":1.0},"85":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":70,"docs":{"10":{"tf":1.0},"100":{"tf":2.449489742783178},"101":{"tf":2.6457513110645907},"102":{"tf":1.4142135623730951},"104":{"tf":2.449489742783178},"105":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.4142135623730951},"117":{"tf":1.0},"119":{"tf":2.0},"122":{"tf":1.0},"127":{"tf":1.0},"137":{"tf":2.8284271247461903},"139":{"tf":2.449489742783178},"14":{"tf":1.0},"141":{"tf":1.4142135623730951},"145":{"tf":1.7320508075688772},"147":{"tf":2.23606797749979},"151":{"tf":1.4142135623730951},"16":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":2.0},"169":{"tf":3.0},"171":{"tf":3.7416573867739413},"172":{"tf":2.6457513110645907},"173":{"tf":2.23606797749979},"174":{"tf":1.7320508075688772},"175":{"tf":1.7320508075688772},"176":{"tf":1.7320508075688772},"177":{"tf":1.4142135623730951},"184":{"tf":1.0},"19":{"tf":1.7320508075688772},"190":{"tf":1.0},"192":{"tf":1.0},"195":{"tf":1.4142135623730951},"204":{"tf":1.0},"205":{"tf":1.4142135623730951},"213":{"tf":1.0},"23":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"3":{"tf":1.0},"305":{"tf":1.0},"342":{"tf":1.0},"343":{"tf":1.0},"345":{"tf":1.0},"350":{"tf":1.4142135623730951},"352":{"tf":1.7320508075688772},"354":{"tf":1.4142135623730951},"36":{"tf":1.0},"362":{"tf":1.0},"364":{"tf":2.23606797749979},"377":{"tf":1.4142135623730951},"385":{"tf":2.8284271247461903},"386":{"tf":2.8284271247461903},"49":{"tf":1.0},"50":{"tf":3.4641016151377544},"51":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"53":{"tf":2.8284271247461903},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"79":{"tf":1.7320508075688772},"80":{"tf":1.0},"81":{"tf":1.4142135623730951},"85":{"tf":2.6457513110645907},"86":{"tf":2.23606797749979},"95":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"138":{"tf":1.7320508075688772},"139":{"tf":1.0},"140":{"tf":1.0}}}},"f":{"df":0,"docs":{},"e":{"df":29,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"104":{"tf":1.0},"112":{"tf":1.0},"114":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"139":{"tf":1.0},"14":{"tf":1.0},"167":{"tf":1.7320508075688772},"168":{"tf":2.0},"169":{"tf":1.7320508075688772},"170":{"tf":2.0},"171":{"tf":1.4142135623730951},"172":{"tf":1.4142135623730951},"173":{"tf":2.23606797749979},"174":{"tf":1.0},"175":{"tf":1.7320508075688772},"176":{"tf":1.4142135623730951},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"205":{"tf":1.0},"36":{"tf":1.0},"386":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"81":{"tf":1.0}},"e":{"d":{"<":{"b":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}},"[":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"35":{"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":{},"u":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"177":{"tf":1.0},"179":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"169":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"s":{"\"":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"112":{"tf":1.0}}}}}}},"df":0,"docs":{}},"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"137":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"o":{"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":1,"docs":{"194":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"k":{"df":6,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.4142135623730951},"16":{"tf":2.0},"32":{"tf":1.0},"66":{"tf":1.0}}},"l":{"df":2,"docs":{"102":{"tf":1.4142135623730951},"207":{"tf":1.7320508075688772}}},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"140":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"h":{"df":8,"docs":{"129":{"tf":1.0},"137":{"tf":1.4142135623730951},"193":{"tf":1.0},"198":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"272":{"tf":1.0},"316":{"tf":1.0},"70":{"tf":1.0}}},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"119":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"192":{"tf":1.0}}}}},"df":2,"docs":{"138":{"tf":1.0},"139":{"tf":1.0}}},"df":0,"docs":{}}},"x":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"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":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"210":{"tf":1.0},"211":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"121":{"tf":1.0},"274":{"tf":1.4142135623730951},"283":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":4,"docs":{"122":{"tf":1.0},"171":{"tf":1.4142135623730951},"50":{"tf":1.0},"63":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"327":{"tf":1.0}}}}},"o":{"a":{"d":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"168":{"tf":1.4142135623730951},"169":{"tf":1.0},"175":{"tf":1.0},"81":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"192":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"52":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"362":{"tf":1.0}}}}}}}},"u":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"188":{"tf":1.0}}}}}},"df":0,"docs":{},"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":{"207":{"tf":1.0}}}}}}},"/":{"c":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":1,"docs":{"252":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"232":{"tf":1.0},"307":{"tf":1.0},"355":{"tf":1.0}}}},"df":0,"docs":{}}}}},"[":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"2":{"tf":1.0},"55":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"150":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"347":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"70":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"55":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":92,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.4142135623730951},"102":{"tf":1.0},"104":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"114":{"tf":1.0},"121":{"tf":1.4142135623730951},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"14":{"tf":1.0},"148":{"tf":1.0},"151":{"tf":1.0},"163":{"tf":1.0},"18":{"tf":1.0},"183":{"tf":1.0},"19":{"tf":1.4142135623730951},"192":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"198":{"tf":1.0},"2":{"tf":1.0},"205":{"tf":1.4142135623730951},"207":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"226":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.7320508075688772},"241":{"tf":1.4142135623730951},"248":{"tf":1.0},"250":{"tf":1.4142135623730951},"251":{"tf":2.449489742783178},"252":{"tf":1.0},"253":{"tf":1.0},"257":{"tf":1.4142135623730951},"258":{"tf":1.0},"264":{"tf":1.7320508075688772},"269":{"tf":1.0},"273":{"tf":1.0},"274":{"tf":1.7320508075688772},"275":{"tf":1.0},"28":{"tf":1.4142135623730951},"280":{"tf":1.0},"287":{"tf":1.0},"297":{"tf":1.4142135623730951},"298":{"tf":1.0},"303":{"tf":2.449489742783178},"307":{"tf":1.7320508075688772},"32":{"tf":1.0},"341":{"tf":1.0},"342":{"tf":1.0},"343":{"tf":1.0},"344":{"tf":1.0},"345":{"tf":1.0},"346":{"tf":1.0},"347":{"tf":1.4142135623730951},"349":{"tf":1.0},"350":{"tf":1.0},"351":{"tf":2.0},"357":{"tf":1.7320508075688772},"359":{"tf":1.7320508075688772},"361":{"tf":1.0},"364":{"tf":1.0},"381":{"tf":1.0},"383":{"tf":1.4142135623730951},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"77":{"tf":1.0},"82":{"tf":1.7320508075688772},"83":{"tf":1.0},"88":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951},"90":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"5":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"3":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"199":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"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":{"(":{"df":0,"docs":{},"|":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"199":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":42,"docs":{"102":{"tf":1.0},"118":{"tf":1.0},"148":{"tf":1.0},"178":{"tf":1.0},"182":{"tf":1.0},"193":{"tf":2.23606797749979},"194":{"tf":2.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.4142135623730951},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.4142135623730951},"201":{"tf":1.4142135623730951},"207":{"tf":1.0},"208":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"29":{"tf":1.0},"336":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":2.0},"339":{"tf":1.0},"340":{"tf":1.4142135623730951},"341":{"tf":1.0},"342":{"tf":1.0},"343":{"tf":1.0},"344":{"tf":1.0},"345":{"tf":1.0},"346":{"tf":1.0},"347":{"tf":1.0},"348":{"tf":1.0},"349":{"tf":1.0},"350":{"tf":1.0},"40":{"tf":1.7320508075688772},"66":{"tf":1.4142135623730951},"68":{"tf":1.0},"74":{"tf":1.0},"89":{"tf":1.4142135623730951},"95":{"tf":1.0},"96":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":2,"docs":{"250":{"tf":1.0},"39":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"121":{"tf":1.0}}}}},"s":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"28":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"137":{"tf":1.0}}}},"x":{"df":1,"docs":{"274":{"tf":2.0}}}},"df":0,"docs":{},"t":{"df":34,"docs":{"103":{"tf":1.4142135623730951},"126":{"tf":1.0},"137":{"tf":1.0},"150":{"tf":1.4142135623730951},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"176":{"tf":1.0},"18":{"tf":1.0},"181":{"tf":1.0},"198":{"tf":1.0},"226":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"251":{"tf":1.0},"260":{"tf":1.0},"263":{"tf":1.0},"3":{"tf":1.0},"304":{"tf":1.0},"31":{"tf":1.0},"359":{"tf":1.0},"36":{"tf":1.0},"365":{"tf":1.0},"383":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"71":{"tf":1.0},"78":{"tf":1.0},"94":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":26,"docs":{"115":{"tf":1.0},"18":{"tf":1.0},"192":{"tf":1.0},"197":{"tf":2.0},"203":{"tf":1.7320508075688772},"210":{"tf":1.0},"212":{"tf":1.0},"226":{"tf":1.0},"232":{"tf":1.0},"236":{"tf":1.7320508075688772},"251":{"tf":1.7320508075688772},"257":{"tf":2.0},"263":{"tf":1.0},"264":{"tf":1.0},"28":{"tf":1.0},"297":{"tf":1.4142135623730951},"298":{"tf":2.0},"303":{"tf":1.4142135623730951},"307":{"tf":2.0},"327":{"tf":1.7320508075688772},"359":{"tf":1.4142135623730951},"383":{"tf":1.4142135623730951},"41":{"tf":1.0},"43":{"tf":1.0},"66":{"tf":1.0},"70":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":13,"docs":{"232":{"tf":1.0},"251":{"tf":1.0},"257":{"tf":1.0},"264":{"tf":1.0},"274":{"tf":1.0},"28":{"tf":1.0},"303":{"tf":1.0},"359":{"tf":1.0},"381":{"tf":1.0},"383":{"tf":1.0},"43":{"tf":1.0},"66":{"tf":1.0},"70":{"tf":1.0}}}}},"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"351":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"z":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"123":{"tf":1.0},"138":{"tf":1.4142135623730951},"177":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"c":{"(":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{")":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"122":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":4,"docs":{"130":{"tf":1.0},"135":{"tf":1.0},"344":{"tf":1.0},"51":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"1":{"[":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"163":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"[":{"\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"163":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"[":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"163":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"[":{"\"":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":1,"docs":{"163":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"[":{"\"":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"163":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"[":{"3":{"df":1,"docs":{"76":{"tf":1.0}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":9,"docs":{"121":{"tf":2.23606797749979},"220":{"tf":1.0},"253":{"tf":1.0},"274":{"tf":2.6457513110645907},"275":{"tf":1.4142135623730951},"280":{"tf":2.0},"287":{"tf":1.0},"351":{"tf":1.0},"52":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"352":{"tf":1.0},"386":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"117":{"tf":1.0},"50":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"l":{"df":11,"docs":{"122":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.0},"193":{"tf":1.0},"197":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.0},"210":{"tf":1.0},"212":{"tf":1.0},"379":{"tf":1.4142135623730951},"386":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"210":{"tf":1.0}}}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":5,"docs":{"102":{"tf":1.0},"352":{"tf":1.0},"355":{"tf":1.0},"363":{"tf":1.0},"364":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"97":{"tf":1.0}}}}},"p":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"137":{"tf":1.0}}}}}}}}}},"l":{"df":11,"docs":{"131":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"140":{"tf":1.0},"153":{"tf":1.0},"177":{"tf":1.4142135623730951},"192":{"tf":1.0},"205":{"tf":1.0},"214":{"tf":2.0},"344":{"tf":1.0},"386":{"tf":1.0}}}},"c":{"df":2,"docs":{"101":{"tf":1.0},"352":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":8,"docs":{"14":{"tf":1.0},"150":{"tf":1.7320508075688772},"190":{"tf":1.0},"192":{"tf":1.0},"204":{"tf":1.4142135623730951},"385":{"tf":1.0},"55":{"tf":1.4142135623730951},"59":{"tf":2.0}},"e":{"[":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"55":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"150":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"_":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"204":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"171":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"55":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"252":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}}}}}},"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"274":{"tf":1.7320508075688772},"280":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"/":{"d":{"b":{"df":2,"docs":{"274":{"tf":1.7320508075688772},"280":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"/":{"c":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"274":{"tf":1.7320508075688772},"280":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":2,"docs":{"274":{"tf":1.7320508075688772},"280":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"274":{"tf":1.0},"306":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":44,"docs":{"122":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"235":{"tf":1.0},"240":{"tf":1.0},"246":{"tf":1.0},"252":{"tf":1.0},"254":{"tf":1.7320508075688772},"256":{"tf":1.4142135623730951},"257":{"tf":1.0},"258":{"tf":1.0},"262":{"tf":1.4142135623730951},"265":{"tf":1.0},"267":{"tf":1.0},"27":{"tf":1.4142135623730951},"274":{"tf":2.6457513110645907},"279":{"tf":1.0},"28":{"tf":1.4142135623730951},"280":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"303":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.4142135623730951},"316":{"tf":2.0},"317":{"tf":1.0},"321":{"tf":1.4142135623730951},"322":{"tf":1.4142135623730951},"324":{"tf":1.0},"354":{"tf":1.4142135623730951},"356":{"tf":1.0},"357":{"tf":1.7320508075688772},"359":{"tf":1.0},"360":{"tf":1.0},"361":{"tf":1.0},"363":{"tf":1.4142135623730951},"364":{"tf":1.4142135623730951},"368":{"tf":1.7320508075688772},"373":{"tf":1.0},"39":{"tf":1.4142135623730951},"71":{"tf":1.0},"74":{"tf":1.0},"83":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"15":{"tf":1.0},"250":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"189":{"tf":1.0}}}},"df":3,"docs":{"247":{"tf":1.0},"355":{"tf":1.0},"367":{"tf":1.0}},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"293":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"s":{"df":30,"docs":{"100":{"tf":1.7320508075688772},"101":{"tf":1.4142135623730951},"102":{"tf":1.7320508075688772},"104":{"tf":1.0},"158":{"tf":1.0},"228":{"tf":1.0},"246":{"tf":1.0},"351":{"tf":1.0},"352":{"tf":1.0},"354":{"tf":1.0},"355":{"tf":1.0},"356":{"tf":1.0},"357":{"tf":1.0},"358":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":1.0},"361":{"tf":1.0},"362":{"tf":1.0},"363":{"tf":1.0},"364":{"tf":1.0},"377":{"tf":1.4142135623730951},"378":{"tf":1.0},"379":{"tf":1.0},"380":{"tf":1.0},"381":{"tf":1.0},"382":{"tf":1.0},"383":{"tf":1.0},"384":{"tf":1.0},"386":{"tf":1.0},"39":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"223":{"tf":1.0},"225":{"tf":1.0}}}}}}}}}}}},"d":{"df":2,"docs":{"235":{"tf":1.4142135623730951},"357":{"tf":1.4142135623730951}}},"df":4,"docs":{"138":{"tf":1.0},"236":{"tf":1.0},"34":{"tf":1.0},"76":{"tf":1.0}},"f":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":5,"docs":{"299":{"tf":1.0},"317":{"tf":1.0},"322":{"tf":1.0},"66":{"tf":1.0},"70":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":2,"docs":{"305":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}}}}}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"299":{"tf":1.0},"319":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":2,"docs":{"299":{"tf":1.0},"319":{"tf":1.0}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"299":{"tf":1.0},"319":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"338":{"tf":1.0}}}},"df":0,"docs":{}},"df":8,"docs":{"100":{"tf":1.0},"138":{"tf":1.4142135623730951},"139":{"tf":1.7320508075688772},"206":{"tf":1.0},"299":{"tf":1.0},"319":{"tf":1.0},"386":{"tf":1.0},"80":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":9,"docs":{"13":{"tf":1.0},"140":{"tf":1.7320508075688772},"188":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":1.0},"276":{"tf":1.0},"322":{"tf":1.0},"360":{"tf":1.7320508075688772},"53":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"\\":{"df":0,"docs":{},"|":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"101":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{")":{".":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"2":{"df":1,"docs":{"101":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"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":{},"e":{"df":0,"docs":{},"r":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"101":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"101":{"tf":1.0},"147":{"tf":1.0}}}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"386":{"tf":1.0}}},"df":0,"docs":{}}}},"df":15,"docs":{"10":{"tf":1.0},"101":{"tf":3.3166247903554},"105":{"tf":1.0},"108":{"tf":1.0},"123":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.0},"175":{"tf":1.0},"19":{"tf":1.7320508075688772},"195":{"tf":1.0},"23":{"tf":1.4142135623730951},"343":{"tf":1.4142135623730951},"350":{"tf":1.4142135623730951},"386":{"tf":2.23606797749979},"79":{"tf":1.0}},"s":{"/":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"101":{"tf":1.0},"108":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"o":{"df":65,"docs":{"1":{"tf":1.0},"102":{"tf":2.23606797749979},"105":{"tf":1.0},"109":{"tf":1.4142135623730951},"115":{"tf":1.0},"117":{"tf":1.4142135623730951},"120":{"tf":1.7320508075688772},"122":{"tf":1.4142135623730951},"123":{"tf":1.0},"125":{"tf":1.0},"130":{"tf":1.7320508075688772},"131":{"tf":1.4142135623730951},"132":{"tf":1.0},"135":{"tf":1.4142135623730951},"138":{"tf":1.4142135623730951},"14":{"tf":1.0},"140":{"tf":1.0},"153":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.4142135623730951},"177":{"tf":1.7320508075688772},"178":{"tf":1.0},"179":{"tf":1.4142135623730951},"181":{"tf":2.23606797749979},"182":{"tf":1.4142135623730951},"183":{"tf":1.0},"184":{"tf":1.4142135623730951},"185":{"tf":1.4142135623730951},"186":{"tf":2.0},"187":{"tf":1.0},"188":{"tf":2.0},"189":{"tf":1.4142135623730951},"190":{"tf":2.0},"2":{"tf":1.0},"205":{"tf":1.0},"213":{"tf":1.0},"227":{"tf":1.4142135623730951},"244":{"tf":1.0},"261":{"tf":1.4142135623730951},"270":{"tf":1.0},"3":{"tf":1.0},"344":{"tf":2.0},"352":{"tf":2.23606797749979},"36":{"tf":1.0},"379":{"tf":1.4142135623730951},"385":{"tf":1.7320508075688772},"386":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":1.0},"51":{"tf":2.23606797749979},"55":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"76":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"93":{"tf":1.0},"96":{"tf":1.0}},"s":{"(":{")":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"177":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"139":{"tf":1.0}}}}}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"344":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"130":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"102":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"(":{"df":0,"docs":{},"|":{"c":{"df":5,"docs":{"122":{"tf":1.0},"130":{"tf":1.0},"135":{"tf":1.0},"344":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"40":{"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":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"213":{"tf":1.0},"68":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"[":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"30":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"192":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":2,"docs":{"323":{"tf":1.0},"351":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"336":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"49":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":55,"docs":{"100":{"tf":2.0},"101":{"tf":2.23606797749979},"102":{"tf":1.7320508075688772},"104":{"tf":2.449489742783178},"105":{"tf":1.0},"113":{"tf":1.7320508075688772},"115":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.4142135623730951},"124":{"tf":2.0},"125":{"tf":1.0},"138":{"tf":1.0},"14":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"148":{"tf":1.0},"173":{"tf":1.7320508075688772},"178":{"tf":1.0},"184":{"tf":1.4142135623730951},"189":{"tf":1.4142135623730951},"2":{"tf":1.0},"200":{"tf":1.0},"203":{"tf":1.0},"210":{"tf":1.0},"226":{"tf":1.0},"232":{"tf":1.0},"247":{"tf":1.7320508075688772},"274":{"tf":1.0},"31":{"tf":1.0},"337":{"tf":1.0},"351":{"tf":1.0},"352":{"tf":1.4142135623730951},"360":{"tf":1.0},"365":{"tf":1.4142135623730951},"368":{"tf":1.0},"370":{"tf":1.4142135623730951},"371":{"tf":1.7320508075688772},"373":{"tf":1.4142135623730951},"377":{"tf":1.0},"38":{"tf":1.4142135623730951},"380":{"tf":1.0},"381":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.4142135623730951},"55":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.4142135623730951},"80":{"tf":1.0},"9":{"tf":1.0},"94":{"tf":1.0},"98":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"113":{"tf":1.4142135623730951},"247":{"tf":1.0},"365":{"tf":1.4142135623730951}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":8,"docs":{"234":{"tf":1.0},"235":{"tf":1.0},"252":{"tf":1.4142135623730951},"274":{"tf":1.7320508075688772},"296":{"tf":1.0},"307":{"tf":1.0},"357":{"tf":1.0},"65":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"117":{"tf":1.0},"285":{"tf":1.0},"38":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":13,"docs":{"117":{"tf":1.0},"125":{"tf":1.0},"15":{"tf":1.0},"158":{"tf":1.0},"190":{"tf":1.0},"223":{"tf":1.0},"225":{"tf":1.0},"227":{"tf":1.0},"264":{"tf":1.0},"272":{"tf":1.0},"5":{"tf":1.4142135623730951},"76":{"tf":1.0},"82":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"117":{"tf":1.0},"38":{"tf":1.0},"58":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"140":{"tf":2.6457513110645907},"188":{"tf":1.0}},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"31":{"tf":1.0}}}}}}}}}}},"i":{"/":{"c":{"d":{"df":4,"docs":{"121":{"tf":1.4142135623730951},"14":{"tf":1.0},"221":{"tf":1.0},"8":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"274":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":47,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"120":{"tf":2.0},"121":{"tf":1.4142135623730951},"125":{"tf":1.0},"15":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"164":{"tf":1.0},"166":{"tf":1.4142135623730951},"194":{"tf":1.0},"220":{"tf":1.0},"222":{"tf":1.0},"227":{"tf":1.0},"229":{"tf":1.0},"232":{"tf":1.0},"236":{"tf":1.7320508075688772},"244":{"tf":1.0},"251":{"tf":1.0},"271":{"tf":1.0},"272":{"tf":2.0},"273":{"tf":2.23606797749979},"274":{"tf":2.6457513110645907},"275":{"tf":1.4142135623730951},"276":{"tf":1.0},"277":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0},"280":{"tf":1.4142135623730951},"281":{"tf":1.0},"282":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.0},"285":{"tf":1.0},"286":{"tf":1.0},"287":{"tf":1.0},"288":{"tf":1.7320508075688772},"289":{"tf":1.0},"290":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.4142135623730951},"304":{"tf":1.0},"313":{"tf":1.4142135623730951},"314":{"tf":1.4142135623730951},"50":{"tf":1.0},"63":{"tf":1.0}},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"258":{"tf":1.4142135623730951},"28":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"355":{"tf":1.0}}},"df":0,"docs":{}}}},"df":37,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.4142135623730951},"113":{"tf":1.0},"121":{"tf":1.0},"19":{"tf":1.4142135623730951},"213":{"tf":1.0},"220":{"tf":1.0},"226":{"tf":1.4142135623730951},"232":{"tf":1.0},"237":{"tf":1.4142135623730951},"239":{"tf":1.7320508075688772},"241":{"tf":1.0},"243":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.4142135623730951},"255":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.7320508075688772},"28":{"tf":1.7320508075688772},"298":{"tf":3.4641016151377544},"303":{"tf":1.0},"351":{"tf":1.0},"352":{"tf":1.0},"356":{"tf":2.6457513110645907},"365":{"tf":1.0},"372":{"tf":1.4142135623730951},"380":{"tf":1.0},"381":{"tf":1.0},"384":{"tf":2.23606797749979},"39":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.4142135623730951},"66":{"tf":1.7320508075688772},"69":{"tf":1.0},"70":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":10,"docs":{"100":{"tf":1.0},"232":{"tf":1.0},"239":{"tf":1.0},"258":{"tf":1.0},"28":{"tf":1.0},"356":{"tf":1.0},"384":{"tf":1.0},"44":{"tf":1.0},"66":{"tf":1.0},"72":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"206":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"337":{"tf":1.0},"63":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"115":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"352":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":10,"docs":{"175":{"tf":1.0},"205":{"tf":1.0},"251":{"tf":1.0},"274":{"tf":1.0},"275":{"tf":1.4142135623730951},"321":{"tf":1.0},"360":{"tf":1.0},"363":{"tf":1.7320508075688772},"382":{"tf":1.0},"46":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"[":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"150":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"55":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":17,"docs":{"122":{"tf":1.7320508075688772},"124":{"tf":1.0},"14":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.0},"192":{"tf":1.0},"218":{"tf":1.0},"253":{"tf":1.7320508075688772},"287":{"tf":1.0},"321":{"tf":1.0},"351":{"tf":1.4142135623730951},"38":{"tf":1.0},"382":{"tf":1.0},"386":{"tf":1.0},"49":{"tf":1.0},"55":{"tf":1.4142135623730951},"62":{"tf":1.7320508075688772}},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"d":{":":{":":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"(":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"205":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"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":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"122":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":3,"docs":{"122":{"tf":1.0},"205":{"tf":2.23606797749979},"62":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"r":{"df":10,"docs":{"115":{"tf":1.0},"125":{"tf":1.0},"13":{"tf":1.0},"192":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"252":{"tf":1.0},"33":{"tf":1.0},"63":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":1,"docs":{"36":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"173":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.4142135623730951},"328":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":14,"docs":{"141":{"tf":1.0},"167":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"203":{"tf":2.0},"204":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"210":{"tf":1.7320508075688772},"211":{"tf":1.7320508075688772},"213":{"tf":1.0},"328":{"tf":1.0},"35":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"58":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"150":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"[":{"0":{"]":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"172":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":8,"docs":{"115":{"tf":1.0},"139":{"tf":2.8284271247461903},"150":{"tf":1.0},"151":{"tf":1.0},"385":{"tf":1.0},"50":{"tf":2.0},"86":{"tf":1.4142135623730951},"95":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"248":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":2,"docs":{"18":{"tf":1.0},"205":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"d":{"df":1,"docs":{"234":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":4,"docs":{"171":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.0},"362":{"tf":1.0}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"40":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"'":{"df":1,"docs":{"138":{"tf":1.4142135623730951}}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"167":{"tf":1.0}}}}},"df":46,"docs":{"1":{"tf":1.0},"115":{"tf":1.0},"120":{"tf":1.0},"125":{"tf":1.4142135623730951},"126":{"tf":1.0},"13":{"tf":1.0},"155":{"tf":1.0},"16":{"tf":1.0},"161":{"tf":1.7320508075688772},"163":{"tf":1.4142135623730951},"164":{"tf":1.4142135623730951},"165":{"tf":1.0},"166":{"tf":1.4142135623730951},"186":{"tf":1.0},"189":{"tf":1.0},"192":{"tf":1.0},"205":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.0},"245":{"tf":2.0},"248":{"tf":1.0},"250":{"tf":1.7320508075688772},"251":{"tf":1.0},"263":{"tf":1.4142135623730951},"264":{"tf":1.4142135623730951},"266":{"tf":1.0},"270":{"tf":1.4142135623730951},"273":{"tf":1.4142135623730951},"3":{"tf":1.0},"302":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"323":{"tf":1.4142135623730951},"34":{"tf":1.0},"351":{"tf":1.4142135623730951},"359":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.4142135623730951},"383":{"tf":1.0},"386":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.0},"57":{"tf":1.0},"63":{"tf":1.4142135623730951},"71":{"tf":1.0},"94":{"tf":1.0}},"—":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"192":{"tf":1.0}}}}}}}}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":12,"docs":{"118":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951},"194":{"tf":1.0},"20":{"tf":1.0},"202":{"tf":1.0},"208":{"tf":1.0},"269":{"tf":1.4142135623730951},"28":{"tf":1.0},"325":{"tf":1.0},"357":{"tf":1.0},"360":{"tf":1.0},"37":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"53":{"tf":1.4142135623730951}},"i":{"c":{"df":0,"docs":{},"i":{"df":6,"docs":{"25":{"tf":1.0},"305":{"tf":1.0},"385":{"tf":1.0},"50":{"tf":1.4142135623730951},"53":{"tf":1.0},"86":{"tf":1.0}}}},"df":0,"docs":{}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"31":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"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":{"98":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"329":{"tf":1.0}}}}}}}}},"df":23,"docs":{"116":{"tf":1.0},"119":{"tf":1.0},"121":{"tf":1.4142135623730951},"139":{"tf":1.0},"14":{"tf":1.0},"220":{"tf":1.0},"227":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"271":{"tf":1.0},"274":{"tf":1.4142135623730951},"275":{"tf":1.0},"281":{"tf":1.4142135623730951},"3":{"tf":1.0},"314":{"tf":1.0},"315":{"tf":1.0},"322":{"tf":1.4142135623730951},"324":{"tf":1.0},"329":{"tf":1.4142135623730951},"55":{"tf":1.0},"62":{"tf":1.0},"81":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"306":{"tf":1.0}}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":11,"docs":{"114":{"tf":1.0},"126":{"tf":1.0},"129":{"tf":1.0},"180":{"tf":1.0},"185":{"tf":1.0},"190":{"tf":1.0},"192":{"tf":1.0},"299":{"tf":1.0},"38":{"tf":1.0},"386":{"tf":1.0},"64":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":8,"docs":{"149":{"tf":1.0},"266":{"tf":1.0},"279":{"tf":1.0},"302":{"tf":1.0},"323":{"tf":1.0},"358":{"tf":1.0},"367":{"tf":1.0},"371":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"117":{"tf":1.0},"120":{"tf":1.0},"95":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"124":{"tf":1.0},"252":{"tf":1.0},"304":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":32,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"110":{"tf":1.4142135623730951},"114":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.0},"12":{"tf":1.0},"124":{"tf":1.0},"139":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"162":{"tf":1.4142135623730951},"198":{"tf":1.0},"248":{"tf":1.0},"251":{"tf":1.0},"271":{"tf":1.0},"285":{"tf":1.0},"292":{"tf":1.0},"299":{"tf":1.0},"314":{"tf":1.0},"316":{"tf":1.0},"319":{"tf":1.0},"336":{"tf":1.0},"337":{"tf":1.0},"352":{"tf":1.0},"353":{"tf":1.0},"354":{"tf":1.4142135623730951},"36":{"tf":1.0},"372":{"tf":1.0},"376":{"tf":1.4142135623730951},"89":{"tf":1.0},"95":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":6,"docs":{"104":{"tf":1.0},"118":{"tf":1.0},"125":{"tf":1.0},"137":{"tf":1.0},"143":{"tf":1.0},"375":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"15":{"tf":1.0},"163":{"tf":1.4142135623730951},"273":{"tf":1.4142135623730951},"59":{"tf":1.0}}}}}}},"t":{"df":6,"docs":{"260":{"tf":1.0},"266":{"tf":1.0},"300":{"tf":1.0},"326":{"tf":1.4142135623730951},"40":{"tf":1.0},"47":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"233":{"tf":1.0},"357":{"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":1,"docs":{"337":{"tf":1.0}}}}}},"t":{"df":29,"docs":{"102":{"tf":1.0},"12":{"tf":1.0},"121":{"tf":1.0},"126":{"tf":1.4142135623730951},"131":{"tf":1.0},"142":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.0},"19":{"tf":1.0},"203":{"tf":1.4142135623730951},"208":{"tf":1.0},"220":{"tf":1.0},"222":{"tf":1.0},"229":{"tf":1.0},"274":{"tf":1.4142135623730951},"293":{"tf":1.0},"317":{"tf":1.0},"321":{"tf":1.4142135623730951},"334":{"tf":1.0},"350":{"tf":1.4142135623730951},"363":{"tf":1.4142135623730951},"38":{"tf":1.0},"4":{"tf":1.0},"61":{"tf":1.0},"65":{"tf":1.0},"80":{"tf":1.0},"83":{"tf":1.4142135623730951},"97":{"tf":1.0}}},"x":{"df":2,"docs":{"3":{"tf":1.0},"322":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":8,"docs":{"11":{"tf":1.0},"173":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"316":{"tf":1.0},"38":{"tf":1.4142135623730951},"386":{"tf":1.4142135623730951},"46":{"tf":1.0}}},"s":{"df":92,"docs":{"0":{"tf":1.0},"1":{"tf":1.4142135623730951},"10":{"tf":1.0},"102":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.4142135623730951},"121":{"tf":1.0},"122":{"tf":1.4142135623730951},"124":{"tf":1.0},"125":{"tf":1.4142135623730951},"126":{"tf":1.7320508075688772},"131":{"tf":1.0},"132":{"tf":1.7320508075688772},"138":{"tf":1.0},"14":{"tf":1.0},"144":{"tf":1.4142135623730951},"146":{"tf":1.0},"154":{"tf":2.23606797749979},"156":{"tf":1.0},"16":{"tf":1.0},"160":{"tf":2.0},"163":{"tf":1.4142135623730951},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"18":{"tf":1.0},"182":{"tf":1.0},"187":{"tf":1.0},"19":{"tf":1.0},"192":{"tf":1.0},"2":{"tf":1.0},"213":{"tf":1.0},"220":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.0},"241":{"tf":1.0},"244":{"tf":2.0},"246":{"tf":1.0},"248":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"250":{"tf":1.7320508075688772},"251":{"tf":1.0},"256":{"tf":1.7320508075688772},"260":{"tf":1.4142135623730951},"261":{"tf":2.23606797749979},"262":{"tf":1.0},"263":{"tf":1.0},"274":{"tf":3.3166247903554},"275":{"tf":1.0},"28":{"tf":3.1622776601683795},"290":{"tf":2.0},"295":{"tf":1.0},"297":{"tf":2.0},"3":{"tf":1.4142135623730951},"300":{"tf":1.0},"301":{"tf":2.449489742783178},"304":{"tf":1.0},"311":{"tf":1.7320508075688772},"322":{"tf":2.8284271247461903},"326":{"tf":2.6457513110645907},"327":{"tf":1.7320508075688772},"332":{"tf":2.23606797749979},"348":{"tf":1.0},"351":{"tf":1.0},"352":{"tf":1.0},"358":{"tf":2.449489742783178},"359":{"tf":1.7320508075688772},"36":{"tf":1.0},"360":{"tf":2.0},"362":{"tf":1.0},"367":{"tf":1.7320508075688772},"368":{"tf":2.6457513110645907},"371":{"tf":1.4142135623730951},"374":{"tf":1.0},"38":{"tf":1.0},"382":{"tf":1.0},"383":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"39":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.7320508075688772},"68":{"tf":1.0},"71":{"tf":1.0},"73":{"tf":1.0},"76":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":2,"docs":{"322":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":3,"docs":{"282":{"tf":1.0},"327":{"tf":1.0},"360":{"tf":1.0}}}}}},"/":{"df":0,"docs":{},"k":{"8":{"df":22,"docs":{"138":{"tf":1.0},"18":{"tf":1.0},"226":{"tf":1.0},"238":{"tf":1.0},"247":{"tf":1.4142135623730951},"248":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.4142135623730951},"28":{"tf":1.0},"285":{"tf":1.0},"297":{"tf":1.4142135623730951},"299":{"tf":1.0},"305":{"tf":1.0},"317":{"tf":1.0},"351":{"tf":1.0},"359":{"tf":1.7320508075688772},"365":{"tf":1.4142135623730951},"367":{"tf":1.0},"383":{"tf":1.0},"384":{"tf":1.0},"44":{"tf":1.0},"70":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"[":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"163":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"=":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{"df":1,"docs":{"251":{"tf":1.0}}}}}}}},"df":1,"docs":{"303":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"274":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"260":{"tf":1.0},"295":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":7,"docs":{"256":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"28":{"tf":1.0},"322":{"tf":1.4142135623730951},"359":{"tf":1.0},"368":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":6,"docs":{"126":{"tf":1.4142135623730951},"131":{"tf":1.0},"160":{"tf":1.0},"39":{"tf":1.0},"66":{"tf":1.0},"71":{"tf":1.0}}}},"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"=":{"1":{"2":{"7":{".":{"0":{".":{"0":{".":{"1":{"df":1,"docs":{"322":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"y":{"=":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"d":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{":":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"322":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":1,"docs":{"301":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":2,"docs":{"260":{"tf":1.0},"301":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"301":{"tf":1.0}},"s":{"=":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"322":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":3,"docs":{"260":{"tf":1.0},"290":{"tf":1.0},"301":{"tf":1.4142135623730951}},"e":{"=":{"1":{"df":6,"docs":{"154":{"tf":1.0},"156":{"tf":1.0},"290":{"tf":1.0},"301":{"tf":1.0},"322":{"tf":1.4142135623730951},"368":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"273":{"tf":1.0}}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"[":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":13,"docs":{"130":{"tf":1.0},"135":{"tf":1.0},"160":{"tf":1.0},"213":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.0},"352":{"tf":1.0},"36":{"tf":1.0},"379":{"tf":1.4142135623730951},"386":{"tf":1.0},"41":{"tf":1.0},"66":{"tf":1.4142135623730951},"68":{"tf":1.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":6,"docs":{"130":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"28":{"tf":1.0},"348":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"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":{},"s":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"35":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":5,"docs":{"274":{"tf":1.0},"276":{"tf":1.0},"3":{"tf":1.0},"315":{"tf":1.0},"96":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"354":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":10,"docs":{"1":{"tf":1.4142135623730951},"137":{"tf":2.0},"138":{"tf":1.7320508075688772},"139":{"tf":1.4142135623730951},"140":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"16":{"tf":1.0},"337":{"tf":1.0},"98":{"tf":1.0}},"u":{"df":2,"docs":{"30":{"tf":1.0},"32":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"n":{"df":10,"docs":{"117":{"tf":1.0},"122":{"tf":1.4142135623730951},"226":{"tf":1.4142135623730951},"227":{"tf":2.0},"51":{"tf":1.0},"54":{"tf":1.0},"65":{"tf":1.0},"92":{"tf":1.7320508075688772},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"114":{"tf":1.0},"12":{"tf":1.0},"126":{"tf":1.0},"195":{"tf":1.0},"75":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":3,"docs":{"111":{"tf":1.0},"203":{"tf":1.0},"60":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":13,"docs":{"1":{"tf":1.0},"124":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.4142135623730951},"140":{"tf":1.0},"172":{"tf":1.0},"192":{"tf":1.0},"204":{"tf":1.0},"211":{"tf":1.0},"276":{"tf":1.0},"38":{"tf":1.0},"386":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"178":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"31":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"385":{"tf":1.0},"53":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"206":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":15,"docs":{"100":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":1.0},"260":{"tf":1.0},"342":{"tf":1.0},"343":{"tf":1.0},"36":{"tf":1.0},"364":{"tf":1.0},"368":{"tf":1.0},"45":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":2.23606797749979},"68":{"tf":1.4142135623730951},"69":{"tf":1.0},"74":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"321":{"tf":1.0}}}}},":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{":":{":":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"p":{"2":{"df":0,"docs":{},"p":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"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":{}},"[":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"35":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"216":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}}},"df":59,"docs":{"100":{"tf":1.7320508075688772},"101":{"tf":1.0},"102":{"tf":1.0},"106":{"tf":1.4142135623730951},"11":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.0},"14":{"tf":1.4142135623730951},"147":{"tf":1.0},"15":{"tf":1.0},"150":{"tf":1.0},"154":{"tf":1.0},"156":{"tf":1.0},"19":{"tf":1.0},"192":{"tf":1.0},"203":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"21":{"tf":1.4142135623730951},"213":{"tf":1.0},"216":{"tf":1.4142135623730951},"219":{"tf":1.0},"220":{"tf":1.4142135623730951},"222":{"tf":1.0},"226":{"tf":1.4142135623730951},"228":{"tf":1.0},"229":{"tf":1.0},"245":{"tf":1.0},"251":{"tf":1.0},"263":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"3":{"tf":1.0},"303":{"tf":1.7320508075688772},"305":{"tf":1.7320508075688772},"316":{"tf":1.0},"322":{"tf":1.0},"326":{"tf":1.0},"344":{"tf":1.0},"36":{"tf":1.0},"361":{"tf":1.0},"375":{"tf":1.0},"384":{"tf":1.0},"40":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"57":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0},"68":{"tf":1.0},"70":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"85":{"tf":1.0},"93":{"tf":1.0},"97":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"df":4,"docs":{"125":{"tf":1.0},"141":{"tf":1.0},"211":{"tf":1.4142135623730951},"352":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"122":{"tf":1.0},"164":{"tf":1.0},"352":{"tf":1.0},"360":{"tf":2.0},"365":{"tf":1.0},"372":{"tf":1.0},"380":{"tf":1.0}}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":9,"docs":{"101":{"tf":1.0},"138":{"tf":1.0},"205":{"tf":1.0},"21":{"tf":1.0},"340":{"tf":1.0},"358":{"tf":1.4142135623730951},"372":{"tf":1.0},"380":{"tf":1.0},"58":{"tf":1.0}},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"<":{"b":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":48,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"102":{"tf":1.4142135623730951},"104":{"tf":2.23606797749979},"119":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"127":{"tf":1.7320508075688772},"128":{"tf":1.0},"133":{"tf":1.0},"138":{"tf":2.449489742783178},"139":{"tf":1.7320508075688772},"14":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":2.0},"145":{"tf":1.0},"147":{"tf":1.4142135623730951},"16":{"tf":1.0},"184":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"205":{"tf":1.0},"213":{"tf":1.0},"226":{"tf":1.0},"25":{"tf":1.4142135623730951},"299":{"tf":1.0},"3":{"tf":1.0},"305":{"tf":1.0},"316":{"tf":1.0},"319":{"tf":1.0},"328":{"tf":1.4142135623730951},"352":{"tf":1.0},"362":{"tf":1.0},"364":{"tf":2.449489742783178},"365":{"tf":1.0},"375":{"tf":1.0},"377":{"tf":1.4142135623730951},"385":{"tf":1.0},"386":{"tf":1.4142135623730951},"46":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.4142135623730951},"53":{"tf":1.0},"61":{"tf":1.0},"77":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0}},"s":{".":{"*":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"\\":{"df":0,"docs":{},"|":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"104":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"_":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"=":{"0":{".":{"9":{"df":2,"docs":{"305":{"tf":1.0},"364":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":5,"docs":{"104":{"tf":1.0},"25":{"tf":1.0},"305":{"tf":1.0},"50":{"tf":1.0},"53":{"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":{},"f":{"df":0,"docs":{},"o":{"df":2,"docs":{"210":{"tf":1.0},"211":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"104":{"tf":1.4142135623730951},"25":{"tf":1.0},"305":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0}},"e":{"=":{"2":{"0":{"df":1,"docs":{"364":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":2,"docs":{"305":{"tf":1.0},"364":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"l":{"df":3,"docs":{"102":{"tf":1.0},"104":{"tf":1.0},"176":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"142":{"tf":1.0}}}}},"i":{"d":{"df":5,"docs":{"124":{"tf":1.0},"175":{"tf":1.0},"188":{"tf":1.4142135623730951},"206":{"tf":1.0},"283":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"120":{"tf":1.0},"158":{"tf":1.0},"180":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"120":{"tf":1.0},"137":{"tf":1.4142135623730951},"139":{"tf":1.7320508075688772},"142":{"tf":1.0},"227":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":3,"docs":{"317":{"tf":1.0},"353":{"tf":1.0},"368":{"tf":1.0}}}},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"118":{"tf":1.4142135623730951},"125":{"tf":1.0}}}}},"df":2,"docs":{"118":{"tf":2.0},"207":{"tf":1.7320508075688772}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"251":{"tf":1.0},"304":{"tf":1.0}},"t":{"df":2,"docs":{"177":{"tf":1.0},"31":{"tf":1.0}}}}}},"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"193":{"tf":1.4142135623730951},"205":{"tf":1.0},"347":{"tf":1.0},"39":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"df":5,"docs":{"139":{"tf":1.0},"213":{"tf":1.0},"329":{"tf":1.4142135623730951},"39":{"tf":1.0},"65":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"329":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":30,"docs":{"120":{"tf":1.0},"137":{"tf":1.0},"139":{"tf":1.0},"160":{"tf":1.0},"164":{"tf":1.0},"227":{"tf":1.4142135623730951},"238":{"tf":1.4142135623730951},"260":{"tf":1.0},"261":{"tf":1.0},"274":{"tf":1.4142135623730951},"28":{"tf":1.0},"290":{"tf":1.7320508075688772},"297":{"tf":1.0},"298":{"tf":1.7320508075688772},"301":{"tf":2.0},"322":{"tf":3.605551275463989},"359":{"tf":1.0},"360":{"tf":1.0},"362":{"tf":1.4142135623730951},"367":{"tf":2.0},"368":{"tf":3.0},"371":{"tf":1.0},"381":{"tf":1.0},"384":{"tf":1.0},"386":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"46":{"tf":1.0},"58":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{")":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"274":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":6,"docs":{"13":{"tf":1.0},"163":{"tf":1.0},"166":{"tf":1.0},"273":{"tf":1.0},"28":{"tf":1.4142135623730951},"3":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":1,"docs":{"205":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"<":{"b":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":24,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.7320508075688772},"12":{"tf":1.0},"137":{"tf":1.0},"171":{"tf":1.0},"336":{"tf":1.4142135623730951},"96":{"tf":1.0},"97":{"tf":1.7320508075688772},"98":{"tf":1.0},"99":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":16,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"10":{"tf":1.7320508075688772},"11":{"tf":1.0},"12":{"tf":1.0},"192":{"tf":1.0},"2":{"tf":1.0},"205":{"tf":1.0},"214":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":15,"docs":{"104":{"tf":1.0},"134":{"tf":1.0},"138":{"tf":1.0},"141":{"tf":1.0},"168":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.4142135623730951},"219":{"tf":1.0},"220":{"tf":1.0},"229":{"tf":1.0},"24":{"tf":1.4142135623730951},"271":{"tf":1.0},"345":{"tf":1.0},"386":{"tf":1.0},"8":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"188":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"386":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"191":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"0":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"178":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"/":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":1,"docs":{"148":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"141":{"tf":1.0}}}}}}}}}}}},"df":60,"docs":{"1":{"tf":1.0},"102":{"tf":2.449489742783178},"113":{"tf":1.0},"114":{"tf":1.4142135623730951},"130":{"tf":1.0},"131":{"tf":1.0},"135":{"tf":1.0},"138":{"tf":1.0},"153":{"tf":1.4142135623730951},"154":{"tf":1.0},"156":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"164":{"tf":1.0},"167":{"tf":1.7320508075688772},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":2.23606797749979},"179":{"tf":1.4142135623730951},"180":{"tf":2.23606797749979},"181":{"tf":1.0},"182":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":2.0},"192":{"tf":1.0},"195":{"tf":1.0},"218":{"tf":1.0},"227":{"tf":1.0},"244":{"tf":1.0},"254":{"tf":1.0},"256":{"tf":1.0},"261":{"tf":1.0},"262":{"tf":1.0},"270":{"tf":1.0},"295":{"tf":1.0},"299":{"tf":1.0},"3":{"tf":1.4142135623730951},"301":{"tf":1.0},"306":{"tf":1.0},"316":{"tf":1.0},"322":{"tf":1.0},"344":{"tf":1.0},"352":{"tf":1.0},"364":{"tf":1.0},"367":{"tf":1.0},"379":{"tf":2.0},"386":{"tf":1.0},"41":{"tf":1.4142135623730951},"58":{"tf":1.0},"60":{"tf":1.0},"73":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":6,"docs":{"160":{"tf":1.0},"19":{"tf":1.0},"28":{"tf":1.0},"39":{"tf":1.0},"66":{"tf":1.0},"70":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":7,"docs":{"102":{"tf":1.0},"137":{"tf":2.8284271247461903},"138":{"tf":1.7320508075688772},"180":{"tf":1.0},"184":{"tf":1.4142135623730951},"188":{"tf":1.4142135623730951},"189":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"=":{"1":{"2":{"0":{"df":1,"docs":{"102":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":10,"docs":{"102":{"tf":1.4142135623730951},"109":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"192":{"tf":1.0},"304":{"tf":1.0},"344":{"tf":1.0},"386":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"172":{"tf":1.0},"192":{"tf":1.0},"213":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"i":{"df":5,"docs":{"239":{"tf":1.0},"258":{"tf":1.0},"322":{"tf":1.4142135623730951},"356":{"tf":1.0},"384":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"[":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"35":{"tf":1.0}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"37":{"tf":1.0}}}}},"df":0,"docs":{}},"df":40,"docs":{"1":{"tf":1.4142135623730951},"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.7320508075688772},"148":{"tf":1.0},"151":{"tf":1.4142135623730951},"181":{"tf":1.0},"19":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"197":{"tf":1.0},"213":{"tf":1.0},"225":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"35":{"tf":2.0},"36":{"tf":1.0},"362":{"tf":1.0},"37":{"tf":1.7320508075688772},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"75":{"tf":1.0},"76":{"tf":1.4142135623730951},"96":{"tf":1.0},"97":{"tf":1.7320508075688772},"98":{"tf":1.0},"99":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"123":{"tf":1.0},"142":{"tf":2.0},"386":{"tf":1.0},"85":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":7,"docs":{"137":{"tf":2.0},"138":{"tf":1.4142135623730951},"139":{"tf":1.4142135623730951},"14":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"48":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"196":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":12,"docs":{"100":{"tf":1.7320508075688772},"104":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"171":{"tf":1.4142135623730951},"172":{"tf":1.7320508075688772},"352":{"tf":1.0},"361":{"tf":1.0},"378":{"tf":1.0},"53":{"tf":1.0},"78":{"tf":1.0},"92":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"373":{"tf":1.0},"59":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"65":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"125":{"tf":1.0},"129":{"tf":1.0}}}},"df":4,"docs":{"16":{"tf":1.7320508075688772},"219":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0}}}}}},"p":{"df":7,"docs":{"121":{"tf":1.0},"239":{"tf":1.0},"258":{"tf":1.0},"28":{"tf":1.0},"322":{"tf":1.0},"356":{"tf":1.0},"384":{"tf":1.0}},"u":{"/":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"124":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":5,"docs":{"177":{"tf":1.0},"19":{"tf":1.0},"246":{"tf":1.0},"354":{"tf":1.4142135623730951},"362":{"tf":1.7320508075688772}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":9,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.4142135623730951},"102":{"tf":1.0},"104":{"tf":1.0},"137":{"tf":1.0},"323":{"tf":1.0},"356":{"tf":1.0},"362":{"tf":1.0},"368":{"tf":2.23606797749979}}}},"t":{"df":0,"docs":{},"e":{":":{":":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"210":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":19,"docs":{"14":{"tf":1.0},"144":{"tf":1.0},"15":{"tf":1.0},"151":{"tf":1.0},"191":{"tf":1.0},"208":{"tf":1.0},"213":{"tf":2.23606797749979},"214":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"35":{"tf":1.7320508075688772},"36":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.0},"68":{"tf":1.4142135623730951},"74":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":14,"docs":{"101":{"tf":2.0},"118":{"tf":1.0},"137":{"tf":1.0},"14":{"tf":1.0},"142":{"tf":1.0},"205":{"tf":1.0},"245":{"tf":1.0},"257":{"tf":1.0},"28":{"tf":1.0},"367":{"tf":1.0},"386":{"tf":1.4142135623730951},"51":{"tf":1.0},"70":{"tf":1.0},"75":{"tf":1.0}},"e":{"d":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"105":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"101":{"tf":1.0}}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":9,"docs":{"1":{"tf":1.0},"2":{"tf":1.0},"214":{"tf":1.0},"32":{"tf":1.0},"37":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"78":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"c":{"df":4,"docs":{"138":{"tf":1.0},"246":{"tf":1.4142135623730951},"294":{"tf":1.4142135623730951},"316":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"283":{"tf":1.0}}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"137":{"tf":1.0},"200":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"a":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"e":{",":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"_":{"d":{"a":{"_":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"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":4,"docs":{"255":{"tf":1.0},"299":{"tf":1.0},"317":{"tf":1.0},"73":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":3,"docs":{"299":{"tf":1.4142135623730951},"319":{"tf":1.4142135623730951},"386":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":3,"docs":{"237":{"tf":1.0},"354":{"tf":1.0},"356":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"t":{"df":0,"docs":{},"x":{".":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"170":{"tf":1.0}},"e":{"d":{"(":{")":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"174":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"b":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":2,"docs":{"171":{"tf":1.4142135623730951},"172":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"?":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"112":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"137":{"tf":1.7320508075688772},"141":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"172":{"tf":1.0},"203":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"204":{"tf":1.4142135623730951}}}}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"0":{"df":2,"docs":{"328":{"tf":1.0},"47":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"[":{"0":{"df":2,"docs":{"173":{"tf":1.0},"328":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"178":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"326":{"tf":1.0}}},"y":{"(":{")":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"(":{"df":0,"docs":{},"|":{"df":0,"docs":{},"p":{"df":3,"docs":{"326":{"tf":1.0},"47":{"tf":1.0},"73":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":8,"docs":{"112":{"tf":1.0},"171":{"tf":1.4142135623730951},"172":{"tf":1.0},"178":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.4142135623730951},"210":{"tf":1.4142135623730951},"211":{"tf":1.4142135623730951}}}},"u":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":6,"docs":{"143":{"tf":1.0},"144":{"tf":1.0},"148":{"tf":1.0},"274":{"tf":2.449489742783178},"275":{"tf":1.0},"36":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"/":{"b":{"d":{"d":{"df":7,"docs":{"143":{"tf":1.7320508075688772},"144":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"274":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"[":{"c":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"35":{"tf":1.0}}},"df":0,"docs":{}}}},"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":{},"s":{"df":2,"docs":{"144":{"tf":1.0},"146":{"tf":1.0}}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"144":{"tf":1.0},"146":{"tf":1.0},"274":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"274":{"tf":1.4142135623730951}}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"[":{"c":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"*":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":1,"docs":{"374":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":15,"docs":{"137":{"tf":1.0},"138":{"tf":1.7320508075688772},"139":{"tf":1.0},"140":{"tf":1.0},"145":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"169":{"tf":1.0},"173":{"tf":1.0},"177":{"tf":1.7320508075688772},"179":{"tf":1.7320508075688772},"19":{"tf":1.0},"318":{"tf":1.0},"367":{"tf":1.4142135623730951},"368":{"tf":1.0},"78":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"[":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"37":{"tf":1.0}}}}}}},"df":31,"docs":{"102":{"tf":1.0},"11":{"tf":1.0},"112":{"tf":1.4142135623730951},"114":{"tf":1.0},"123":{"tf":1.0},"131":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":3.4641016151377544},"138":{"tf":1.7320508075688772},"139":{"tf":1.0},"14":{"tf":1.4142135623730951},"141":{"tf":2.0},"148":{"tf":1.0},"15":{"tf":1.0},"195":{"tf":1.0},"198":{"tf":1.0},"202":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"218":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"276":{"tf":1.4142135623730951},"298":{"tf":1.0},"356":{"tf":1.0},"37":{"tf":2.23606797749979},"57":{"tf":1.0},"74":{"tf":1.0},"9":{"tf":1.0},"94":{"tf":1.0}}}}}}},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"304":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"[":{"4":{"df":1,"docs":{"76":{"tf":1.0}}},"df":0,"docs":{}},"a":{".":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{")":{".":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{"df":1,"docs":{"196":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{")":{".":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{")":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"2":{"0":{"df":1,"docs":{"194":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{")":{".":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"2":{"0":{"df":1,"docs":{"122":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":4,"docs":{"19":{"tf":1.0},"23":{"tf":1.0},"343":{"tf":1.0},"350":{"tf":1.0}}},"2":{")":{".":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"2":{"df":3,"docs":{"111":{"tf":1.0},"129":{"tf":1.0},"32":{"tf":1.0}}},"3":{"df":1,"docs":{"134":{"tf":1.0}}},"4":{"df":1,"docs":{"108":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"101":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"195":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"r":{"df":2,"docs":{"101":{"tf":1.0},"195":{"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":{},"n":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"129":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"343":{"tf":1.0}}}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"(":{"df":0,"docs":{},"|":{"d":{"a":{"df":15,"docs":{"101":{"tf":1.0},"108":{"tf":1.0},"111":{"tf":1.0},"122":{"tf":1.0},"129":{"tf":1.0},"134":{"tf":1.0},"19":{"tf":1.0},"194":{"tf":1.0},"196":{"tf":1.0},"23":{"tf":1.0},"32":{"tf":1.0},"343":{"tf":1.0},"350":{"tf":1.0},"40":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":2,"docs":{"105":{"tf":1.0},"40":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":2,"docs":{"101":{"tf":1.0},"195":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":59,"docs":{"1":{"tf":1.0},"10":{"tf":2.23606797749979},"101":{"tf":2.0},"105":{"tf":1.0},"108":{"tf":1.4142135623730951},"113":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":2.0},"129":{"tf":2.0},"132":{"tf":1.0},"134":{"tf":1.0},"14":{"tf":1.0},"145":{"tf":1.0},"171":{"tf":1.0},"176":{"tf":1.0},"189":{"tf":1.0},"19":{"tf":1.4142135623730951},"2":{"tf":1.0},"21":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":1.0},"226":{"tf":1.0},"23":{"tf":1.4142135623730951},"237":{"tf":1.0},"241":{"tf":1.0},"243":{"tf":1.0},"247":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.7320508075688772},"3":{"tf":1.0},"304":{"tf":1.0},"316":{"tf":1.0},"319":{"tf":1.7320508075688772},"328":{"tf":1.0},"343":{"tf":2.0},"350":{"tf":1.0},"351":{"tf":1.0},"352":{"tf":1.0},"356":{"tf":2.449489742783178},"36":{"tf":1.0},"365":{"tf":1.0},"377":{"tf":1.7320508075688772},"380":{"tf":1.0},"384":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":2.0},"44":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"66":{"tf":1.0},"79":{"tf":1.0},"93":{"tf":1.0},"96":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"18":{"tf":1.0},"244":{"tf":1.0},"273":{"tf":1.0},"358":{"tf":2.449489742783178},"365":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"283":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"351":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":3,"docs":{"267":{"tf":1.4142135623730951},"327":{"tf":1.0},"47":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"a":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"176":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":20,"docs":{"0":{"tf":1.0},"10":{"tf":2.0},"101":{"tf":1.7320508075688772},"125":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.0},"16":{"tf":1.0},"173":{"tf":1.0},"192":{"tf":1.0},"203":{"tf":1.0},"213":{"tf":1.0},"226":{"tf":1.0},"237":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.4142135623730951},"356":{"tf":1.0},"38":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":2.23606797749979},"65":{"tf":1.0}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"[":{"d":{"a":{"df":1,"docs":{"35":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"101":{"tf":1.4142135623730951},"105":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"y":{"df":3,"docs":{"274":{"tf":1.7320508075688772},"276":{"tf":1.4142135623730951},"281":{"tf":1.0}}}},"df":2,"docs":{"34":{"tf":1.0},"76":{"tf":1.0}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"368":{"tf":1.0}}}}}},"df":47,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"104":{"tf":1.0},"113":{"tf":1.4142135623730951},"117":{"tf":1.0},"119":{"tf":1.7320508075688772},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"159":{"tf":1.0},"195":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"228":{"tf":1.4142135623730951},"229":{"tf":1.0},"255":{"tf":1.4142135623730951},"266":{"tf":1.7320508075688772},"281":{"tf":1.0},"288":{"tf":1.4142135623730951},"289":{"tf":2.23606797749979},"29":{"tf":1.0},"299":{"tf":1.7320508075688772},"3":{"tf":1.0},"301":{"tf":1.4142135623730951},"302":{"tf":2.6457513110645907},"306":{"tf":1.4142135623730951},"310":{"tf":1.4142135623730951},"312":{"tf":1.7320508075688772},"315":{"tf":1.0},"317":{"tf":1.7320508075688772},"322":{"tf":1.4142135623730951},"323":{"tf":1.4142135623730951},"325":{"tf":1.0},"331":{"tf":1.4142135623730951},"333":{"tf":2.0},"334":{"tf":1.0},"337":{"tf":1.0},"363":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":1.4142135623730951},"51":{"tf":1.0},"97":{"tf":1.0}},"g":{"df":1,"docs":{"54":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"255":{"tf":1.0},"299":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"354":{"tf":1.0}}}}}},"{":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"228":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":3,"docs":{"124":{"tf":1.0},"163":{"tf":1.7320508075688772},"165":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"{":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"163":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"l":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":12,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"192":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"386":{"tf":1.0},"49":{"tf":1.7320508075688772},"54":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"63":{"tf":1.0},"75":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"63":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"117":{"tf":1.0},"373":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"15":{"tf":1.0},"191":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"212":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":53,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"115":{"tf":1.0},"120":{"tf":1.0},"19":{"tf":1.0},"192":{"tf":1.0},"194":{"tf":1.0},"203":{"tf":1.0},"206":{"tf":1.0},"210":{"tf":1.0},"23":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"25":{"tf":1.0},"255":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0},"266":{"tf":1.0},"286":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"316":{"tf":1.0},"317":{"tf":1.0},"321":{"tf":1.0},"322":{"tf":1.4142135623730951},"323":{"tf":1.0},"324":{"tf":1.0},"327":{"tf":1.0},"351":{"tf":1.0},"363":{"tf":1.0},"367":{"tf":1.4142135623730951},"368":{"tf":1.4142135623730951},"385":{"tf":1.7320508075688772},"43":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":1.0},"50":{"tf":1.7320508075688772},"51":{"tf":1.0},"53":{"tf":1.7320508075688772},"97":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":16,"docs":{"14":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"192":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"213":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"232":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"355":{"tf":1.0},"40":{"tf":1.0},"57":{"tf":1.0},"76":{"tf":1.0},"80":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"115":{"tf":1.0},"144":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0}}}}}}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":2,"docs":{"137":{"tf":1.0},"180":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"y":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"188":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":5,"docs":{"138":{"tf":2.6457513110645907},"182":{"tf":1.0},"183":{"tf":1.4142135623730951},"304":{"tf":1.0},"79":{"tf":1.0}},"e":{"d":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"172":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"172":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"s":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"185":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"125":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"a":{"df":2,"docs":{"120":{"tf":1.0},"204":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"18":{"tf":1.0},"226":{"tf":1.0},"41":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":2,"docs":{"273":{"tf":1.0},"66":{"tf":1.7320508075688772}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":8,"docs":{"131":{"tf":1.0},"136":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":1.0},"274":{"tf":1.0},"36":{"tf":1.0},"65":{"tf":1.0},"71":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"358":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":8,"docs":{"102":{"tf":1.0},"14":{"tf":1.0},"164":{"tf":1.0},"274":{"tf":1.7320508075688772},"275":{"tf":1.0},"280":{"tf":1.4142135623730951},"85":{"tf":1.0},"86":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"205":{"tf":1.0},"218":{"tf":1.0}}}}}}},"df":0,"docs":{}},"[":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":2,"docs":{"150":{"tf":1.0},"2":{"tf":1.0}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"55":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"55":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":182,"docs":{"11":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"14":{"tf":2.0},"140":{"tf":1.0},"144":{"tf":1.7320508075688772},"145":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.7320508075688772},"161":{"tf":1.0},"167":{"tf":1.0},"178":{"tf":1.0},"19":{"tf":1.4142135623730951},"192":{"tf":1.4142135623730951},"2":{"tf":1.7320508075688772},"205":{"tf":2.449489742783178},"213":{"tf":1.7320508075688772},"214":{"tf":1.4142135623730951},"218":{"tf":2.0},"219":{"tf":2.0},"220":{"tf":1.0},"221":{"tf":1.4142135623730951},"222":{"tf":1.0},"223":{"tf":1.4142135623730951},"224":{"tf":2.0},"225":{"tf":1.4142135623730951},"226":{"tf":1.4142135623730951},"227":{"tf":1.7320508075688772},"228":{"tf":1.0},"229":{"tf":1.4142135623730951},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"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.4142135623730951},"251":{"tf":1.4142135623730951},"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},"26":{"tf":2.23606797749979},"260":{"tf":1.0},"261":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"271":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.0},"274":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0},"28":{"tf":2.0},"280":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.0},"285":{"tf":1.0},"286":{"tf":1.0},"287":{"tf":1.0},"288":{"tf":1.0},"289":{"tf":1.0},"290":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"3":{"tf":1.4142135623730951},"300":{"tf":1.0},"301":{"tf":1.4142135623730951},"302":{"tf":1.7320508075688772},"303":{"tf":1.0},"304":{"tf":1.4142135623730951},"305":{"tf":1.4142135623730951},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.0},"314":{"tf":1.0},"315":{"tf":1.0},"316":{"tf":1.4142135623730951},"317":{"tf":1.0},"318":{"tf":1.0},"319":{"tf":1.0},"32":{"tf":1.0},"320":{"tf":1.0},"321":{"tf":1.0},"322":{"tf":1.0},"323":{"tf":1.0},"324":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.4142135623730951},"328":{"tf":1.0},"329":{"tf":1.0},"33":{"tf":1.0},"330":{"tf":1.0},"331":{"tf":1.0},"332":{"tf":1.0},"333":{"tf":1.0},"334":{"tf":1.0},"348":{"tf":1.7320508075688772},"349":{"tf":1.0},"35":{"tf":2.0},"350":{"tf":1.0},"358":{"tf":1.4142135623730951},"359":{"tf":1.7320508075688772},"36":{"tf":2.0},"37":{"tf":1.7320508075688772},"370":{"tf":1.0},"38":{"tf":1.4142135623730951},"386":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951},"4":{"tf":1.0},"41":{"tf":2.0},"45":{"tf":1.0},"47":{"tf":1.4142135623730951},"49":{"tf":1.0},"55":{"tf":1.4142135623730951},"58":{"tf":1.7320508075688772},"63":{"tf":1.0},"65":{"tf":1.7320508075688772},"66":{"tf":1.4142135623730951},"68":{"tf":2.0},"69":{"tf":1.0},"7":{"tf":1.0},"74":{"tf":1.4142135623730951},"76":{"tf":1.0},"8":{"tf":1.0},"82":{"tf":1.7320508075688772},"83":{"tf":1.0},"88":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951},"90":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"(":{"&":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":12,"docs":{"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"19":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"349":{"tf":1.0},"350":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"32":{"tf":1.0},"4":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.4142135623730951},"90":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"[":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"37":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"[":{"\"":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"35":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"370":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"—":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"15":{"tf":1.0},"222":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"203":{"tf":1.0},"210":{"tf":1.0}},"e":{"(":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"218":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"207":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":9,"docs":{"14":{"tf":1.0},"177":{"tf":1.0},"192":{"tf":1.0},"2":{"tf":1.0},"31":{"tf":1.0},"371":{"tf":1.0},"38":{"tf":1.0},"49":{"tf":1.0},"97":{"tf":1.4142135623730951}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":11,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"11":{"tf":1.0},"117":{"tf":1.0},"142":{"tf":1.0},"192":{"tf":1.0},"204":{"tf":1.4142135623730951},"386":{"tf":1.0},"65":{"tf":1.0},"95":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"167":{"tf":1.0},"362":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":6,"docs":{"11":{"tf":1.0},"117":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"124":{"tf":1.0},"227":{"tf":1.4142135623730951},"63":{"tf":1.7320508075688772}}}}},"k":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":11,"docs":{"18":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.4142135623730951},"251":{"tf":1.0},"259":{"tf":1.0},"270":{"tf":1.0},"286":{"tf":1.0},"323":{"tf":1.0},"351":{"tf":1.4142135623730951},"358":{"tf":1.4142135623730951},"362":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"184":{"tf":1.0}}}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"141":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"367":{"tf":1.0}}}},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"351":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":17,"docs":{"119":{"tf":1.0},"164":{"tf":1.4142135623730951},"199":{"tf":1.4142135623730951},"205":{"tf":1.0},"218":{"tf":1.0},"314":{"tf":1.0},"317":{"tf":1.0},"334":{"tf":1.0},"37":{"tf":1.0},"384":{"tf":1.0},"387":{"tf":1.0},"47":{"tf":1.0},"56":{"tf":1.4142135623730951},"61":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"96":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"119":{"tf":1.0},"137":{"tf":1.4142135623730951},"298":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"355":{"tf":1.0},"51":{"tf":1.7320508075688772},"54":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"t":{"df":5,"docs":{"115":{"tf":1.4142135623730951},"117":{"tf":1.0},"352":{"tf":1.0},"385":{"tf":1.0},"51":{"tf":1.4142135623730951}}}}}}}}}}},"v":{"df":4,"docs":{"252":{"tf":1.4142135623730951},"294":{"tf":1.0},"296":{"tf":1.0},"354":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":43,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"120":{"tf":2.0},"125":{"tf":1.0},"159":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"191":{"tf":1.7320508075688772},"192":{"tf":2.23606797749979},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"221":{"tf":1.0},"243":{"tf":1.0},"252":{"tf":1.0},"274":{"tf":1.0},"292":{"tf":1.0},"337":{"tf":1.0},"63":{"tf":1.0},"9":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"221":{"tf":1.0}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"190":{"tf":1.0}},"t":{"df":1,"docs":{"162":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":3,"docs":{"360":{"tf":1.0},"380":{"tf":1.0},"382":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":17,"docs":{"122":{"tf":1.0},"137":{"tf":3.0},"139":{"tf":1.4142135623730951},"14":{"tf":1.4142135623730951},"149":{"tf":1.0},"152":{"tf":1.4142135623730951},"221":{"tf":1.0},"224":{"tf":1.0},"229":{"tf":1.0},"275":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"316":{"tf":1.0},"36":{"tf":1.0},"385":{"tf":1.0},"64":{"tf":1.0},"90":{"tf":1.0}}}}}},"r":{"df":1,"docs":{"298":{"tf":1.4142135623730951}},"e":{"c":{"df":0,"docs":{},"t":{"df":23,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"126":{"tf":1.0},"141":{"tf":1.4142135623730951},"173":{"tf":2.0},"19":{"tf":1.0},"193":{"tf":2.0},"194":{"tf":1.0},"195":{"tf":2.0},"196":{"tf":1.4142135623730951},"197":{"tf":1.0},"198":{"tf":1.7320508075688772},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"208":{"tf":1.0},"254":{"tf":1.4142135623730951},"256":{"tf":1.4142135623730951},"262":{"tf":1.4142135623730951},"27":{"tf":1.0},"28":{"tf":1.0},"39":{"tf":1.0},"96":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"159":{"tf":1.0},"176":{"tf":1.0},"254":{"tf":1.0},"256":{"tf":1.0},"262":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":22,"docs":{"153":{"tf":1.0},"156":{"tf":1.0},"19":{"tf":1.7320508075688772},"238":{"tf":1.0},"255":{"tf":1.4142135623730951},"28":{"tf":1.0},"298":{"tf":1.4142135623730951},"299":{"tf":1.4142135623730951},"307":{"tf":1.0},"317":{"tf":1.0},"318":{"tf":1.4142135623730951},"321":{"tf":2.0},"322":{"tf":1.0},"355":{"tf":1.0},"357":{"tf":1.4142135623730951},"363":{"tf":2.0},"367":{"tf":2.449489742783178},"381":{"tf":1.0},"46":{"tf":1.7320508075688772},"62":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":6,"docs":{"19":{"tf":1.0},"301":{"tf":1.0},"307":{"tf":1.0},"322":{"tf":1.0},"386":{"tf":1.0},"47":{"tf":1.0}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"363":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":2,"docs":{"140":{"tf":1.0},"160":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"140":{"tf":1.7320508075688772}}}}}}}},"df":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"j":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":1,"docs":{"137":{"tf":1.0}}}}}}},"df":1,"docs":{"137":{"tf":1.0}}}}}}},"k":{"df":3,"docs":{"253":{"tf":1.0},"351":{"tf":1.0},"363":{"tf":1.4142135623730951}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"123":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":13,"docs":{"10":{"tf":1.0},"123":{"tf":1.0},"206":{"tf":1.0},"21":{"tf":1.0},"299":{"tf":1.0},"3":{"tf":1.0},"304":{"tf":1.0},"319":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.4142135623730951},"55":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"102":{"tf":1.0},"138":{"tf":1.0},"182":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"100":{"tf":1.0},"316":{"tf":1.0},"55":{"tf":1.0},"79":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"138":{"tf":1.0},"139":{"tf":1.0},"79":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"15":{"tf":1.0},"191":{"tf":1.0}},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"137":{"tf":2.23606797749979},"138":{"tf":1.0}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"16":{"tf":1.0}}}}}}}},"df":0,"docs":{},"k":{"8":{"df":2,"docs":{"66":{"tf":1.0},"69":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"274":{"tf":1.0}}}}}}}},"df":64,"docs":{"0":{"tf":1.0},"113":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.4142135623730951},"154":{"tf":1.0},"16":{"tf":1.0},"160":{"tf":1.4142135623730951},"163":{"tf":1.0},"18":{"tf":1.7320508075688772},"213":{"tf":1.0},"221":{"tf":1.0},"226":{"tf":1.4142135623730951},"243":{"tf":1.0},"244":{"tf":2.449489742783178},"245":{"tf":2.0},"247":{"tf":1.7320508075688772},"248":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.4142135623730951},"253":{"tf":1.7320508075688772},"256":{"tf":1.0},"259":{"tf":1.0},"264":{"tf":1.7320508075688772},"270":{"tf":1.0},"273":{"tf":1.7320508075688772},"274":{"tf":3.3166247903554},"275":{"tf":1.4142135623730951},"28":{"tf":2.23606797749979},"280":{"tf":1.0},"285":{"tf":1.0},"286":{"tf":1.0},"287":{"tf":1.4142135623730951},"297":{"tf":1.7320508075688772},"301":{"tf":1.7320508075688772},"303":{"tf":1.0},"322":{"tf":3.7416573867739413},"323":{"tf":1.0},"348":{"tf":1.0},"351":{"tf":2.6457513110645907},"358":{"tf":4.0},"359":{"tf":2.0},"36":{"tf":1.0},"360":{"tf":1.7320508075688772},"362":{"tf":2.449489742783178},"365":{"tf":1.7320508075688772},"367":{"tf":2.0},"368":{"tf":2.8284271247461903},"371":{"tf":1.0},"38":{"tf":1.0},"382":{"tf":1.7320508075688772},"383":{"tf":1.4142135623730951},"39":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.4142135623730951},"45":{"tf":1.0},"46":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"68":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":14,"docs":{"10":{"tf":1.0},"11":{"tf":1.4142135623730951},"115":{"tf":1.0},"117":{"tf":1.0},"120":{"tf":1.0},"16":{"tf":1.0},"206":{"tf":1.0},"213":{"tf":1.0},"229":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"337":{"tf":1.0},"387":{"tf":1.0},"66":{"tf":1.0},"95":{"tf":1.0}}}}}}}},"df":1,"docs":{"141":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":10,"docs":{"102":{"tf":1.4142135623730951},"137":{"tf":1.0},"138":{"tf":1.0},"176":{"tf":1.0},"357":{"tf":1.0},"358":{"tf":1.0},"378":{"tf":1.0},"379":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"14":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"'":{"df":0,"docs":{},"t":{"df":15,"docs":{"117":{"tf":1.0},"122":{"tf":2.449489742783178},"141":{"tf":1.0},"16":{"tf":1.4142135623730951},"166":{"tf":1.0},"181":{"tf":1.0},"190":{"tf":1.0},"252":{"tf":1.0},"352":{"tf":1.0},"358":{"tf":1.0},"379":{"tf":1.0},"385":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0}}}},"df":0,"docs":{},"e":{"[":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"228":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"274":{"tf":1.0},"368":{"tf":1.4142135623730951}}},"’":{"df":0,"docs":{},"t":{"df":2,"docs":{"210":{"tf":1.0},"373":{"tf":1.0}}}}},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"141":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"u":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"113":{"tf":1.0},"251":{"tf":1.0},"304":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"n":{"df":6,"docs":{"140":{"tf":1.0},"205":{"tf":1.0},"274":{"tf":1.0},"360":{"tf":1.0},"382":{"tf":1.0},"62":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":4,"docs":{"236":{"tf":1.0},"291":{"tf":1.0},"323":{"tf":1.0},"368":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":2,"docs":{"139":{"tf":1.0},"50":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"130":{"tf":1.0},"181":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"[":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"98":{"tf":1.0}}}},"df":0,"docs":{}},"df":10,"docs":{"101":{"tf":1.0},"137":{"tf":1.0},"184":{"tf":1.0},"192":{"tf":1.0},"2":{"tf":1.0},"203":{"tf":1.4142135623730951},"210":{"tf":1.0},"31":{"tf":1.0},"60":{"tf":1.4142135623730951},"98":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"137":{"tf":1.7320508075688772},"205":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"l":{"[":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"35":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":28,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"115":{"tf":1.0},"14":{"tf":1.0},"193":{"tf":2.0},"194":{"tf":2.0},"195":{"tf":1.0},"196":{"tf":1.4142135623730951},"197":{"tf":1.4142135623730951},"198":{"tf":1.7320508075688772},"199":{"tf":2.0},"200":{"tf":1.4142135623730951},"201":{"tf":1.0},"203":{"tf":1.0},"207":{"tf":1.7320508075688772},"208":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":1.0},"336":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.0},"36":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"74":{"tf":1.0},"96":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":3,"docs":{"139":{"tf":1.0},"278":{"tf":1.0},"380":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"t":{"df":50,"docs":{"1":{"tf":1.0},"100":{"tf":1.7320508075688772},"101":{"tf":2.0},"102":{"tf":2.6457513110645907},"104":{"tf":1.7320508075688772},"113":{"tf":1.4142135623730951},"117":{"tf":2.0},"118":{"tf":1.7320508075688772},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.7320508075688772},"124":{"tf":1.0},"126":{"tf":1.0},"134":{"tf":1.0},"137":{"tf":1.0},"14":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.0},"150":{"tf":1.0},"175":{"tf":1.0},"19":{"tf":1.4142135623730951},"192":{"tf":1.0},"203":{"tf":1.0},"214":{"tf":1.0},"25":{"tf":1.7320508075688772},"250":{"tf":1.0},"255":{"tf":1.0},"260":{"tf":1.0},"266":{"tf":1.0},"295":{"tf":1.4142135623730951},"304":{"tf":1.7320508075688772},"32":{"tf":1.0},"346":{"tf":1.4142135623730951},"352":{"tf":1.0},"364":{"tf":2.23606797749979},"365":{"tf":1.0},"385":{"tf":1.4142135623730951},"386":{"tf":2.23606797749979},"39":{"tf":1.0},"50":{"tf":1.4142135623730951},"53":{"tf":2.23606797749979},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"57":{"tf":1.0},"60":{"tf":1.7320508075688772},"76":{"tf":1.4142135623730951},"80":{"tf":1.0},"81":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"95":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"78":{"tf":1.0}}}}}}},":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"2":{"0":{"df":3,"docs":{"102":{"tf":1.0},"109":{"tf":1.0},"183":{"tf":1.0}}},"df":0,"docs":{}},"8":{"0":{"df":1,"docs":{"102":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"0":{"0":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"5":{"df":3,"docs":{"102":{"tf":1.0},"109":{"tf":1.0},"183":{"tf":1.0}}},"df":0,"docs":{}},"6":{"0":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}},"7":{"5":{"df":3,"docs":{"102":{"tf":1.0},"109":{"tf":1.0},"183":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"—":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"e":{"df":24,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"120":{"tf":1.0},"137":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"166":{"tf":1.0},"171":{"tf":1.0},"188":{"tf":1.0},"197":{"tf":1.0},"241":{"tf":1.4142135623730951},"251":{"tf":1.0},"28":{"tf":1.0},"304":{"tf":1.0},"307":{"tf":1.0},"337":{"tf":1.0},"356":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":1.0},"377":{"tf":1.0},"386":{"tf":1.4142135623730951},"80":{"tf":1.0},"81":{"tf":1.0},"98":{"tf":1.4142135623730951}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"122":{"tf":1.0},"132":{"tf":1.0},"140":{"tf":2.449489742783178}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":16,"docs":{"112":{"tf":1.0},"171":{"tf":1.7320508075688772},"172":{"tf":1.4142135623730951},"173":{"tf":1.0},"174":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.4142135623730951},"203":{"tf":2.0},"204":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"207":{"tf":1.0},"210":{"tf":1.7320508075688772},"211":{"tf":1.4142135623730951},"216":{"tf":1.0},"217":{"tf":1.0},"328":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},".":{"df":0,"docs":{},"g":{"df":26,"docs":{"117":{"tf":1.0},"139":{"tf":1.7320508075688772},"180":{"tf":1.0},"182":{"tf":1.0},"193":{"tf":1.0},"200":{"tf":1.0},"203":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"210":{"tf":1.0},"250":{"tf":1.0},"255":{"tf":1.0},"260":{"tf":1.0},"295":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.7320508075688772},"306":{"tf":1.0},"317":{"tf":1.0},"367":{"tf":1.4142135623730951},"373":{"tf":1.0},"375":{"tf":1.0},"383":{"tf":1.0},"386":{"tf":1.4142135623730951},"73":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"210":{"tf":1.0},"211":{"tf":1.0}}}}}}},"[":{"5":{"df":1,"docs":{"76":{"tf":1.0}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":20,"docs":{"105":{"tf":1.0},"111":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"14":{"tf":1.0},"169":{"tf":1.0},"172":{"tf":1.0},"176":{"tf":1.0},"202":{"tf":1.0},"213":{"tf":1.0},"227":{"tf":1.0},"318":{"tf":1.0},"353":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"386":{"tf":1.0},"55":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"119":{"tf":1.0}}}}},"s":{"df":1,"docs":{"160":{"tf":1.0}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"281":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"248":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":4,"docs":{"104":{"tf":1.0},"247":{"tf":1.0},"274":{"tf":1.4142135623730951},"368":{"tf":1.0}}}},"r":{"df":1,"docs":{"297":{"tf":1.0}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"360":{"tf":1.0}}}}},"df":46,"docs":{"122":{"tf":1.4142135623730951},"126":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"19":{"tf":1.0},"234":{"tf":1.0},"239":{"tf":1.0},"246":{"tf":1.0},"248":{"tf":1.7320508075688772},"250":{"tf":2.0},"251":{"tf":1.0},"268":{"tf":1.0},"27":{"tf":1.0},"274":{"tf":1.4142135623730951},"279":{"tf":1.0},"28":{"tf":1.0},"290":{"tf":1.0},"295":{"tf":1.0},"297":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"304":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"331":{"tf":1.0},"332":{"tf":1.0},"333":{"tf":1.0},"34":{"tf":1.0},"355":{"tf":1.0},"356":{"tf":1.0},"357":{"tf":1.0},"358":{"tf":1.0},"359":{"tf":1.0},"368":{"tf":1.0},"383":{"tf":1.0},"384":{"tf":1.0},"39":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":21,"docs":{"119":{"tf":1.0},"255":{"tf":1.0},"260":{"tf":1.0},"266":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"317":{"tf":1.0},"48":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"180":{"tf":1.0}}}}}}},"k":{"df":1,"docs":{"250":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"19":{"tf":1.0},"299":{"tf":1.0},"319":{"tf":1.0},"386":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"137":{"tf":1.0}}}}}}}}},"m":{"b":{"df":3,"docs":{"257":{"tf":1.0},"298":{"tf":1.0},"43":{"tf":1.0}},"e":{"d":{"df":3,"docs":{"151":{"tf":1.0},"256":{"tf":1.0},"41":{"tf":1.0}}},"df":0,"docs":{}},"o":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"115":{"tf":1.0},"31":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"203":{"tf":1.0},"363":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":5,"docs":{"18":{"tf":1.0},"244":{"tf":1.0},"259":{"tf":1.0},"303":{"tf":1.0},"351":{"tf":1.0}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":22,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"102":{"tf":1.4142135623730951},"115":{"tf":1.0},"119":{"tf":1.0},"245":{"tf":1.0},"255":{"tf":1.0},"261":{"tf":1.0},"274":{"tf":1.0},"28":{"tf":1.0},"289":{"tf":1.4142135623730951},"299":{"tf":1.0},"300":{"tf":1.0},"303":{"tf":1.0},"306":{"tf":1.0},"317":{"tf":1.0},"324":{"tf":1.0},"326":{"tf":1.0},"344":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"73":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":13,"docs":{"102":{"tf":1.7320508075688772},"109":{"tf":1.0},"130":{"tf":1.0},"135":{"tf":1.0},"178":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"261":{"tf":1.0},"270":{"tf":1.0},"344":{"tf":1.7320508075688772},"379":{"tf":1.4142135623730951},"40":{"tf":1.0},"51":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"d":{"df":11,"docs":{"111":{"tf":1.0},"125":{"tf":1.4142135623730951},"129":{"tf":1.4142135623730951},"138":{"tf":1.0},"14":{"tf":1.4142135623730951},"150":{"tf":1.0},"163":{"tf":1.7320508075688772},"209":{"tf":1.4142135623730951},"35":{"tf":2.23606797749979},"55":{"tf":2.449489742783178},"80":{"tf":1.0}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":14,"docs":{"141":{"tf":1.7320508075688772},"188":{"tf":1.0},"205":{"tf":1.0},"226":{"tf":1.0},"28":{"tf":1.0},"300":{"tf":1.4142135623730951},"317":{"tf":1.4142135623730951},"324":{"tf":1.0},"325":{"tf":1.0},"328":{"tf":1.0},"374":{"tf":1.4142135623730951},"41":{"tf":1.0},"47":{"tf":1.7320508075688772},"58":{"tf":1.4142135623730951}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"329":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":5,"docs":{"192":{"tf":1.0},"206":{"tf":1.0},"304":{"tf":1.0},"385":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"221":{"tf":1.4142135623730951},"244":{"tf":1.0},"259":{"tf":1.0},"31":{"tf":1.0},"65":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":10,"docs":{"112":{"tf":1.0},"122":{"tf":1.0},"192":{"tf":1.0},"203":{"tf":1.0},"365":{"tf":1.4142135623730951},"377":{"tf":1.0},"378":{"tf":1.0},"53":{"tf":1.4142135623730951},"81":{"tf":1.0},"95":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":25,"docs":{"10":{"tf":1.0},"137":{"tf":2.0},"141":{"tf":1.0},"184":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"192":{"tf":1.4142135623730951},"200":{"tf":1.0},"206":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"232":{"tf":1.0},"25":{"tf":1.0},"275":{"tf":1.0},"287":{"tf":1.0},"322":{"tf":1.4142135623730951},"355":{"tf":1.0},"360":{"tf":1.0},"371":{"tf":1.0},"378":{"tf":1.0},"379":{"tf":1.0},"380":{"tf":1.0},"381":{"tf":1.0},"386":{"tf":1.4142135623730951},"85":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":6,"docs":{"213":{"tf":1.0},"301":{"tf":1.0},"322":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.4142135623730951},"66":{"tf":1.0}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"144":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0}}}}}}}}}},"v":{"df":16,"docs":{"104":{"tf":1.0},"122":{"tf":1.0},"261":{"tf":1.0},"267":{"tf":1.0},"27":{"tf":1.0},"274":{"tf":1.4142135623730951},"278":{"tf":1.4142135623730951},"28":{"tf":1.0},"289":{"tf":1.0},"290":{"tf":1.0},"313":{"tf":1.0},"326":{"tf":1.7320508075688772},"327":{"tf":1.0},"332":{"tf":1.0},"352":{"tf":1.0},"354":{"tf":1.0}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":81,"docs":{"10":{"tf":1.4142135623730951},"11":{"tf":1.0},"113":{"tf":1.0},"118":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":2.449489742783178},"125":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"154":{"tf":1.4142135623730951},"156":{"tf":1.4142135623730951},"158":{"tf":1.4142135623730951},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"164":{"tf":1.0},"166":{"tf":1.4142135623730951},"220":{"tf":1.4142135623730951},"221":{"tf":1.0},"222":{"tf":1.4142135623730951},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.4142135623730951},"235":{"tf":1.0},"244":{"tf":1.4142135623730951},"246":{"tf":1.4142135623730951},"248":{"tf":1.4142135623730951},"250":{"tf":1.0},"251":{"tf":1.0},"255":{"tf":1.4142135623730951},"260":{"tf":1.4142135623730951},"266":{"tf":1.4142135623730951},"271":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.4142135623730951},"276":{"tf":1.0},"28":{"tf":1.7320508075688772},"289":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":2.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"3":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.4142135623730951},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"31":{"tf":1.4142135623730951},"310":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.7320508075688772},"314":{"tf":1.0},"317":{"tf":1.7320508075688772},"326":{"tf":1.0},"334":{"tf":1.0},"357":{"tf":1.4142135623730951},"385":{"tf":1.0},"386":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"55":{"tf":1.0},"58":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"8":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"352":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"199":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"r":{"(":{"\"":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"172":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"203":{"tf":1.0}},"t":{"df":1,"docs":{"112":{"tf":1.0}}}}}},"_":{"df":1,"docs":{"171":{"tf":1.0}}},"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"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":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"210":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"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":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"171":{"tf":1.0},"174":{"tf":1.0},"204":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{":":{":":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"a":{"d":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{":":{":":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"171":{"tf":1.4142135623730951},"172":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"d":{"(":{"_":{"df":1,"docs":{"172":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"171":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"/":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"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":{}}},"df":34,"docs":{"100":{"tf":1.0},"101":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"104":{"tf":1.0},"124":{"tf":1.0},"141":{"tf":1.4142135623730951},"18":{"tf":1.0},"204":{"tf":1.4142135623730951},"205":{"tf":1.0},"218":{"tf":1.0},"232":{"tf":1.4142135623730951},"241":{"tf":1.7320508075688772},"253":{"tf":1.0},"255":{"tf":1.0},"299":{"tf":1.0},"317":{"tf":1.0},"324":{"tf":1.4142135623730951},"351":{"tf":1.0},"352":{"tf":1.0},"355":{"tf":1.4142135623730951},"356":{"tf":2.0},"357":{"tf":1.4142135623730951},"358":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":1.4142135623730951},"361":{"tf":1.4142135623730951},"364":{"tf":1.0},"365":{"tf":1.0},"370":{"tf":1.4142135623730951},"372":{"tf":1.4142135623730951},"376":{"tf":1.4142135623730951},"377":{"tf":1.0},"380":{"tf":1.0},"381":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":4,"docs":{"150":{"tf":1.0},"30":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"117":{"tf":1.0}}}}}},"t":{"c":{"df":12,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"171":{"tf":1.0},"203":{"tf":1.0},"205":{"tf":1.0},"243":{"tf":1.0},"246":{"tf":1.0},"270":{"tf":1.0},"307":{"tf":1.0},"318":{"tf":1.4142135623730951},"328":{"tf":1.0},"362":{"tf":1.0}}},"df":0,"docs":{}},"v":{"a":{"df":0,"docs":{},"l":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"98":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":4,"docs":{"28":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"332":{"tf":1.0}},"u":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"171":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"211":{"tf":1.0},"217":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"112":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":3,"docs":{"173":{"tf":1.0},"174":{"tf":1.0},"328":{"tf":1.0}}}}},"df":0,"docs":{}},"[":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"2":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"150":{"tf":1.0}}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"55":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":14,"docs":{"14":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.4142135623730951},"192":{"tf":1.0},"2":{"tf":1.0},"204":{"tf":1.4142135623730951},"211":{"tf":1.0},"364":{"tf":1.0},"38":{"tf":1.0},"386":{"tf":1.0},"55":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"80":{"tf":1.0},"98":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":5,"docs":{"137":{"tf":1.0},"251":{"tf":1.0},"275":{"tf":1.0},"297":{"tf":1.0},"62":{"tf":1.0}},"t":{"df":4,"docs":{"102":{"tf":1.0},"373":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}},"s":{"<":{"b":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"df":2,"docs":{"138":{"tf":1.0},"354":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":6,"docs":{"1":{"tf":1.0},"230":{"tf":1.0},"248":{"tf":1.0},"251":{"tf":1.0},"28":{"tf":1.0},"383":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"137":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":3,"docs":{"191":{"tf":1.0},"38":{"tf":1.0},"63":{"tf":1.0}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"368":{"tf":1.4142135623730951},"50":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":141,"docs":{"102":{"tf":1.0},"114":{"tf":1.0},"118":{"tf":1.4142135623730951},"12":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.4142135623730951},"126":{"tf":2.23606797749979},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":2.23606797749979},"132":{"tf":1.4142135623730951},"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},"144":{"tf":1.4142135623730951},"145":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"149":{"tf":1.0},"15":{"tf":1.4142135623730951},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"157":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"171":{"tf":1.4142135623730951},"172":{"tf":1.4142135623730951},"173":{"tf":1.0},"176":{"tf":1.7320508075688772},"179":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":2.0},"199":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.4142135623730951},"206":{"tf":1.0},"208":{"tf":1.4142135623730951},"209":{"tf":1.7320508075688772},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.7320508075688772},"214":{"tf":1.4142135623730951},"216":{"tf":1.0},"218":{"tf":1.7320508075688772},"220":{"tf":1.0},"222":{"tf":1.0},"229":{"tf":1.0},"240":{"tf":1.0},"246":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.7320508075688772},"250":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.4142135623730951},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.4142135623730951},"258":{"tf":1.4142135623730951},"259":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":2.0},"266":{"tf":1.0},"267":{"tf":1.7320508075688772},"268":{"tf":1.0},"269":{"tf":1.0},"27":{"tf":1.0},"270":{"tf":1.0},"271":{"tf":1.0},"273":{"tf":1.4142135623730951},"274":{"tf":1.7320508075688772},"28":{"tf":1.0},"29":{"tf":1.4142135623730951},"292":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.4142135623730951},"299":{"tf":1.4142135623730951},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.4142135623730951},"306":{"tf":1.4142135623730951},"308":{"tf":1.4142135623730951},"314":{"tf":1.0},"316":{"tf":2.23606797749979},"317":{"tf":1.4142135623730951},"318":{"tf":1.0},"319":{"tf":1.0},"321":{"tf":1.4142135623730951},"322":{"tf":1.4142135623730951},"324":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"328":{"tf":1.0},"334":{"tf":1.0},"336":{"tf":1.0},"35":{"tf":2.0},"350":{"tf":1.4142135623730951},"353":{"tf":1.0},"354":{"tf":1.4142135623730951},"356":{"tf":1.0},"357":{"tf":1.4142135623730951},"359":{"tf":1.0},"36":{"tf":1.0},"360":{"tf":1.0},"361":{"tf":1.0},"363":{"tf":1.4142135623730951},"364":{"tf":1.4142135623730951},"368":{"tf":2.0},"373":{"tf":1.0},"386":{"tf":1.0},"39":{"tf":1.4142135623730951},"4":{"tf":1.7320508075688772},"65":{"tf":1.7320508075688772},"66":{"tf":1.4142135623730951},"71":{"tf":1.7320508075688772},"74":{"tf":1.4142135623730951},"75":{"tf":1.0},"85":{"tf":1.0},"96":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":58,"docs":{"100":{"tf":1.0},"122":{"tf":1.4142135623730951},"126":{"tf":1.0},"151":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"19":{"tf":1.0},"232":{"tf":1.0},"234":{"tf":1.0},"239":{"tf":1.4142135623730951},"246":{"tf":1.0},"248":{"tf":1.7320508075688772},"250":{"tf":2.0},"251":{"tf":1.4142135623730951},"255":{"tf":1.0},"261":{"tf":1.0},"268":{"tf":1.7320508075688772},"27":{"tf":1.4142135623730951},"270":{"tf":1.0},"274":{"tf":1.7320508075688772},"279":{"tf":1.4142135623730951},"28":{"tf":1.0},"290":{"tf":1.0},"295":{"tf":1.0},"297":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"304":{"tf":1.4142135623730951},"307":{"tf":1.4142135623730951},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"331":{"tf":1.0},"332":{"tf":1.0},"333":{"tf":1.0},"351":{"tf":1.0},"355":{"tf":1.0},"356":{"tf":1.4142135623730951},"357":{"tf":1.4142135623730951},"358":{"tf":1.0},"359":{"tf":1.4142135623730951},"365":{"tf":1.0},"368":{"tf":1.4142135623730951},"381":{"tf":1.0},"383":{"tf":1.4142135623730951},"384":{"tf":1.4142135623730951},"39":{"tf":1.0},"44":{"tf":1.0},"66":{"tf":1.0},"70":{"tf":1.0}}}}},"/":{"c":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"144":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":2,"docs":{"213":{"tf":1.0},"65":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"k":{"8":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":2,"docs":{"213":{"tf":1.0},"65":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":2,"docs":{"213":{"tf":1.0},"65":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"218":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"216":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":5,"docs":{"126":{"tf":1.0},"19":{"tf":1.0},"214":{"tf":1.0},"39":{"tf":1.0},"74":{"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":0,"docs":{},"n":{"df":1,"docs":{"35":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"352":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"c":{"df":3,"docs":{"121":{"tf":1.0},"322":{"tf":1.0},"368":{"tf":1.0}},"u":{"df":0,"docs":{},"t":{"df":29,"docs":{"1":{"tf":1.0},"104":{"tf":1.0},"111":{"tf":1.0},"14":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":2.23606797749979},"2":{"tf":1.4142135623730951},"203":{"tf":1.0},"220":{"tf":1.0},"222":{"tf":1.0},"226":{"tf":1.0},"228":{"tf":1.0},"250":{"tf":1.0},"26":{"tf":2.0},"276":{"tf":1.0},"292":{"tf":1.0},"34":{"tf":1.0},"349":{"tf":1.7320508075688772},"352":{"tf":1.0},"36":{"tf":1.4142135623730951},"38":{"tf":1.0},"386":{"tf":1.0},"39":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"65":{"tf":1.0},"76":{"tf":1.0},"96":{"tf":1.0},"98":{"tf":1.0}},"e":{"[":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"150":{"tf":1.0}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"55":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"386":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"r":{"df":54,"docs":{"1":{"tf":1.0},"10":{"tf":1.4142135623730951},"101":{"tf":3.1622776601683795},"102":{"tf":2.0},"109":{"tf":1.0},"113":{"tf":1.0},"123":{"tf":1.0},"126":{"tf":1.0},"132":{"tf":1.7320508075688772},"14":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.4142135623730951},"177":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"185":{"tf":1.0},"19":{"tf":1.4142135623730951},"190":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"226":{"tf":1.0},"233":{"tf":1.0},"235":{"tf":1.4142135623730951},"236":{"tf":1.0},"250":{"tf":1.0},"254":{"tf":1.0},"255":{"tf":1.4142135623730951},"260":{"tf":1.0},"266":{"tf":1.0},"27":{"tf":1.0},"274":{"tf":1.0},"295":{"tf":1.7320508075688772},"296":{"tf":1.4142135623730951},"305":{"tf":1.0},"31":{"tf":1.0},"316":{"tf":1.0},"318":{"tf":2.0},"321":{"tf":1.0},"323":{"tf":1.4142135623730951},"340":{"tf":1.0},"357":{"tf":2.0},"360":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":1.4142135623730951},"386":{"tf":1.4142135623730951},"39":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"78":{"tf":1.7320508075688772},"90":{"tf":1.0},"92":{"tf":1.0},"95":{"tf":1.0}},"s":{"(":{"1":{"df":5,"docs":{"21":{"tf":1.0},"4":{"tf":1.0},"78":{"tf":1.0},"83":{"tf":1.0},"92":{"tf":1.0}}},"2":{"df":3,"docs":{"118":{"tf":1.0},"32":{"tf":1.0},"340":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"90":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"n":{"df":1,"docs":{"101":{"tf":1.0}}}},".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"323":{"tf":1.0},"368":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":9,"docs":{"1":{"tf":1.0},"100":{"tf":1.0},"101":{"tf":1.0},"137":{"tf":1.4142135623730951},"140":{"tf":1.4142135623730951},"31":{"tf":1.0},"38":{"tf":1.0},"386":{"tf":1.0},"75":{"tf":1.0}}}}},"df":0,"docs":{}}},"h":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"122":{"tf":1.0},"137":{"tf":1.0},"362":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"352":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"372":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":19,"docs":{"137":{"tf":1.4142135623730951},"138":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"144":{"tf":1.4142135623730951},"18":{"tf":1.0},"232":{"tf":1.0},"247":{"tf":1.4142135623730951},"248":{"tf":1.0},"251":{"tf":1.0},"273":{"tf":1.0},"297":{"tf":1.4142135623730951},"352":{"tf":1.0},"356":{"tf":1.0},"359":{"tf":1.0},"365":{"tf":1.4142135623730951},"377":{"tf":1.0},"381":{"tf":1.0},"384":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"355":{"tf":1.0}}}}}}}}}}},"t":{"df":1,"docs":{"274":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"197":{"tf":1.0},"209":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"171":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"100":{"tf":1.0},"195":{"tf":1.0},"198":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":35,"docs":{"102":{"tf":1.7320508075688772},"104":{"tf":1.0},"105":{"tf":1.0},"111":{"tf":1.0},"123":{"tf":2.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"151":{"tf":1.0},"183":{"tf":1.0},"19":{"tf":1.0},"194":{"tf":1.0},"196":{"tf":1.0},"198":{"tf":1.0},"32":{"tf":1.0},"345":{"tf":1.0},"349":{"tf":1.0},"350":{"tf":1.0},"364":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"80":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951},"90":{"tf":1.0},"94":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"217":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"217":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"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":{"37":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"203":{"tf":1.0},"210":{"tf":1.0}}}}}}},"df":0,"docs":{}},":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":1,"docs":{"195":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}},"[":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.0}}}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"345":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":124,"docs":{"1":{"tf":1.0},"100":{"tf":2.449489742783178},"101":{"tf":2.8284271247461903},"102":{"tf":2.6457513110645907},"103":{"tf":1.7320508075688772},"104":{"tf":1.7320508075688772},"105":{"tf":2.449489742783178},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.4142135623730951},"112":{"tf":2.0},"113":{"tf":1.4142135623730951},"114":{"tf":2.0},"115":{"tf":1.0},"117":{"tf":1.0},"119":{"tf":1.0},"123":{"tf":1.4142135623730951},"124":{"tf":1.0},"125":{"tf":1.4142135623730951},"126":{"tf":1.0},"13":{"tf":1.0},"137":{"tf":3.0},"138":{"tf":1.4142135623730951},"139":{"tf":1.7320508075688772},"14":{"tf":1.7320508075688772},"140":{"tf":1.0},"141":{"tf":2.0},"142":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.4142135623730951},"15":{"tf":1.0},"150":{"tf":1.0},"162":{"tf":1.4142135623730951},"167":{"tf":1.0},"168":{"tf":1.0},"171":{"tf":2.6457513110645907},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.4142135623730951},"180":{"tf":1.0},"182":{"tf":1.0},"184":{"tf":1.4142135623730951},"188":{"tf":1.0},"189":{"tf":1.4142135623730951},"192":{"tf":2.23606797749979},"197":{"tf":2.23606797749979},"2":{"tf":1.4142135623730951},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":2.6457513110645907},"204":{"tf":3.0},"205":{"tf":1.0},"209":{"tf":2.0},"210":{"tf":2.0},"211":{"tf":2.23606797749979},"212":{"tf":1.4142135623730951},"213":{"tf":1.0},"214":{"tf":1.0},"217":{"tf":2.23606797749979},"223":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":2.0},"24":{"tf":1.4142135623730951},"251":{"tf":1.0},"252":{"tf":1.0},"26":{"tf":1.0},"261":{"tf":1.0},"28":{"tf":1.0},"298":{"tf":1.0},"3":{"tf":1.0},"304":{"tf":1.0},"32":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.0},"328":{"tf":1.4142135623730951},"33":{"tf":1.0},"345":{"tf":1.4142135623730951},"35":{"tf":1.0},"356":{"tf":1.0},"36":{"tf":1.0},"364":{"tf":2.23606797749979},"37":{"tf":1.4142135623730951},"370":{"tf":1.4142135623730951},"374":{"tf":1.0},"377":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"380":{"tf":1.0},"384":{"tf":1.0},"385":{"tf":1.4142135623730951},"386":{"tf":2.23606797749979},"47":{"tf":1.4142135623730951},"50":{"tf":2.6457513110645907},"52":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"59":{"tf":1.0},"61":{"tf":1.4142135623730951},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"78":{"tf":1.0},"80":{"tf":2.0},"81":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":1.4142135623730951},"93":{"tf":1.0},"94":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951},"97":{"tf":2.23606797749979},"98":{"tf":2.0},"99":{"tf":1.0}},"e":{"d":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"104":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"174":{"tf":1.7320508075688772}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"204":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":14,"docs":{"121":{"tf":1.0},"126":{"tf":1.0},"158":{"tf":1.0},"19":{"tf":1.0},"226":{"tf":1.0},"246":{"tf":1.0},"276":{"tf":1.0},"278":{"tf":1.0},"286":{"tf":1.0},"294":{"tf":1.0},"351":{"tf":1.0},"386":{"tf":1.0},"39":{"tf":1.0},"71":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"1":{"tf":1.4142135623730951},"140":{"tf":1.0},"32":{"tf":1.0},"76":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"203":{"tf":1.0},"354":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":7,"docs":{"117":{"tf":1.4142135623730951},"14":{"tf":1.0},"185":{"tf":1.0},"67":{"tf":1.4142135623730951},"75":{"tf":1.0},"79":{"tf":1.0},"95":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"115":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"120":{"tf":1.0},"13":{"tf":1.0},"195":{"tf":1.0},"368":{"tf":1.4142135623730951},"53":{"tf":1.0},"63":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"102":{"tf":1.0},"105":{"tf":1.0},"193":{"tf":1.0},"357":{"tf":1.0},"98":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"15":{"tf":1.0},"195":{"tf":1.0},"7":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":24,"docs":{"100":{"tf":1.0},"204":{"tf":1.0},"235":{"tf":1.4142135623730951},"236":{"tf":1.4142135623730951},"246":{"tf":1.0},"257":{"tf":1.0},"260":{"tf":1.0},"264":{"tf":1.7320508075688772},"265":{"tf":1.4142135623730951},"266":{"tf":1.0},"267":{"tf":1.7320508075688772},"274":{"tf":1.0},"28":{"tf":1.4142135623730951},"294":{"tf":1.4142135623730951},"296":{"tf":1.4142135623730951},"297":{"tf":1.7320508075688772},"300":{"tf":2.0},"303":{"tf":1.4142135623730951},"324":{"tf":1.0},"327":{"tf":1.0},"357":{"tf":1.4142135623730951},"359":{"tf":1.0},"383":{"tf":1.0},"68":{"tf":1.0}}}},"s":{"df":8,"docs":{"143":{"tf":1.0},"180":{"tf":1.0},"187":{"tf":1.0},"203":{"tf":1.0},"207":{"tf":1.0},"325":{"tf":1.0},"329":{"tf":1.0},"73":{"tf":1.0}},"e":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"329":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"—":{"a":{"d":{"df":0,"docs":{},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"352":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"115":{"tf":1.0},"3":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":24,"docs":{"11":{"tf":1.0},"114":{"tf":1.0},"134":{"tf":1.4142135623730951},"137":{"tf":1.0},"14":{"tf":1.0},"148":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.4142135623730951},"201":{"tf":1.0},"202":{"tf":2.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.4142135623730951},"207":{"tf":1.0},"208":{"tf":1.0},"218":{"tf":1.0},"352":{"tf":1.0},"37":{"tf":1.4142135623730951},"377":{"tf":1.0},"386":{"tf":1.0},"63":{"tf":1.0},"74":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"df":0,"docs":{},"s":{"df":18,"docs":{"131":{"tf":1.0},"136":{"tf":1.7320508075688772},"14":{"tf":1.4142135623730951},"176":{"tf":1.0},"177":{"tf":1.0},"179":{"tf":1.0},"194":{"tf":1.0},"200":{"tf":1.0},"207":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.4142135623730951},"216":{"tf":1.0},"217":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"66":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":10,"docs":{"141":{"tf":1.4142135623730951},"164":{"tf":1.0},"188":{"tf":1.0},"227":{"tf":1.0},"261":{"tf":1.0},"273":{"tf":1.0},"28":{"tf":1.0},"299":{"tf":1.0},"387":{"tf":1.4142135623730951},"41":{"tf":1.0}}}}},"r":{"a":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"301":{"tf":1.0},"322":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"118":{"tf":1.0},"236":{"tf":1.0},"89":{"tf":1.0},"95":{"tf":1.0}}}},"df":3,"docs":{"101":{"tf":1.0},"253":{"tf":1.0},"303":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"354":{"tf":1.0}}}}}}}},"f":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"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":{"207":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"6":{"4":{"df":1,"docs":{"118":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"52":{"tf":1.4142135623730951},"65":{"tf":1.0}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"206":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":28,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"104":{"tf":1.0},"113":{"tf":1.0},"122":{"tf":1.0},"18":{"tf":1.0},"203":{"tf":1.0},"270":{"tf":1.0},"274":{"tf":1.4142135623730951},"275":{"tf":1.0},"281":{"tf":1.0},"355":{"tf":1.0},"356":{"tf":1.7320508075688772},"357":{"tf":1.0},"358":{"tf":1.4142135623730951},"359":{"tf":2.0},"360":{"tf":1.4142135623730951},"361":{"tf":2.0},"364":{"tf":1.7320508075688772},"365":{"tf":1.7320508075688772},"369":{"tf":1.0},"370":{"tf":1.0},"372":{"tf":1.7320508075688772},"377":{"tf":1.4142135623730951},"378":{"tf":1.4142135623730951},"384":{"tf":1.4142135623730951},"385":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":44,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.4142135623730951},"102":{"tf":1.0},"104":{"tf":1.0},"114":{"tf":1.0},"117":{"tf":1.0},"119":{"tf":1.4142135623730951},"121":{"tf":2.0},"122":{"tf":1.0},"124":{"tf":1.0},"135":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"14":{"tf":1.0},"180":{"tf":1.4142135623730951},"181":{"tf":1.0},"185":{"tf":1.0},"190":{"tf":1.0},"205":{"tf":1.0},"221":{"tf":1.0},"223":{"tf":1.4142135623730951},"225":{"tf":1.4142135623730951},"228":{"tf":1.0},"246":{"tf":1.0},"251":{"tf":1.0},"253":{"tf":1.0},"274":{"tf":2.23606797749979},"275":{"tf":1.0},"281":{"tf":2.0},"288":{"tf":1.4142135623730951},"29":{"tf":1.0},"290":{"tf":1.0},"329":{"tf":1.0},"336":{"tf":1.0},"337":{"tf":1.0},"351":{"tf":1.0},"353":{"tf":1.4142135623730951},"363":{"tf":1.0},"368":{"tf":1.0},"370":{"tf":1.4142135623730951},"38":{"tf":1.0},"51":{"tf":1.4142135623730951},"61":{"tf":1.0},"63":{"tf":1.0}}}}},"r":{"df":1,"docs":{"137":{"tf":1.0}}}},"l":{"df":0,"docs":{},"s":{"df":11,"docs":{"102":{"tf":1.0},"205":{"tf":1.0},"225":{"tf":1.0},"255":{"tf":1.0},"274":{"tf":1.0},"299":{"tf":1.0},"304":{"tf":1.0},"317":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"53":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"16":{"tf":1.0}}}},"df":0,"docs":{}}}}},"q":{"df":6,"docs":{"11":{"tf":1.0},"117":{"tf":1.0},"124":{"tf":1.0},"336":{"tf":1.0},"337":{"tf":1.4142135623730951},"385":{"tf":1.7320508075688772}}},"r":{"df":1,"docs":{"138":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":15,"docs":{"100":{"tf":1.0},"117":{"tf":1.0},"120":{"tf":1.7320508075688772},"122":{"tf":1.0},"124":{"tf":1.0},"153":{"tf":1.0},"159":{"tf":1.0},"163":{"tf":1.4142135623730951},"203":{"tf":1.0},"204":{"tf":1.0},"212":{"tf":1.0},"274":{"tf":1.0},"282":{"tf":1.0},"294":{"tf":1.0},"3":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"113":{"tf":1.0},"273":{"tf":1.0},"275":{"tf":1.0},"282":{"tf":1.4142135623730951},"287":{"tf":1.0},"305":{"tf":1.0},"364":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"159":{"tf":1.0},"164":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"123":{"tf":1.0}}}}}},"df":7,"docs":{"207":{"tf":1.4142135623730951},"216":{"tf":2.0},"274":{"tf":1.0},"322":{"tf":1.4142135623730951},"323":{"tf":2.0},"360":{"tf":1.0},"368":{"tf":2.6457513110645907}},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":11,"docs":{"132":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":2.0},"146":{"tf":1.4142135623730951},"164":{"tf":1.7320508075688772},"214":{"tf":1.0},"261":{"tf":1.4142135623730951},"275":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"303":{"tf":1.0},"41":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"190":{"tf":1.0}}}}}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"120":{"tf":1.4142135623730951},"124":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":8,"docs":{"167":{"tf":1.0},"171":{"tf":1.4142135623730951},"172":{"tf":1.4142135623730951},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"205":{"tf":1.0},"3":{"tf":1.0}}},"df":1,"docs":{"137":{"tf":2.0}}},"t":{"c":{"df":0,"docs":{},"h":{"df":11,"docs":{"239":{"tf":1.4142135623730951},"248":{"tf":1.0},"258":{"tf":1.0},"28":{"tf":1.0},"298":{"tf":1.0},"356":{"tf":1.0},"384":{"tf":1.0},"44":{"tf":1.0},"66":{"tf":1.0},"70":{"tf":1.0},"72":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"66":{"tf":1.0}}}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"361":{"tf":1.0}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":5,"docs":{"120":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"164":{"tf":1.0}}}}},"df":1,"docs":{"274":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"203":{"tf":1.0},"373":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"df":41,"docs":{"144":{"tf":1.0},"18":{"tf":1.7320508075688772},"19":{"tf":1.4142135623730951},"220":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.0},"229":{"tf":1.0},"231":{"tf":1.4142135623730951},"232":{"tf":1.7320508075688772},"238":{"tf":1.4142135623730951},"241":{"tf":1.0},"255":{"tf":1.0},"260":{"tf":1.4142135623730951},"270":{"tf":1.0},"282":{"tf":1.0},"298":{"tf":1.4142135623730951},"299":{"tf":1.7320508075688772},"314":{"tf":1.0},"317":{"tf":1.4142135623730951},"318":{"tf":2.23606797749979},"321":{"tf":1.7320508075688772},"322":{"tf":2.449489742783178},"351":{"tf":1.0},"352":{"tf":1.0},"354":{"tf":1.0},"355":{"tf":2.23606797749979},"356":{"tf":1.7320508075688772},"357":{"tf":1.7320508075688772},"360":{"tf":1.0},"362":{"tf":1.0},"367":{"tf":2.449489742783178},"368":{"tf":1.0},"372":{"tf":1.4142135623730951},"381":{"tf":1.4142135623730951},"384":{"tf":2.0},"44":{"tf":1.4142135623730951},"46":{"tf":2.6457513110645907},"66":{"tf":1.0},"69":{"tf":1.0},"73":{"tf":1.4142135623730951}},"n":{"a":{"df":0,"docs":{},"m":{"df":9,"docs":{"261":{"tf":1.0},"28":{"tf":1.0},"298":{"tf":1.0},"318":{"tf":1.0},"321":{"tf":1.0},"351":{"tf":1.0},"356":{"tf":1.0},"368":{"tf":1.0},"384":{"tf":1.0}},"e":{"df":0,"docs":{},"—":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"l":{":":{"#":{"df":0,"docs":{},"e":{"1":{"df":0,"docs":{},"f":{"5":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":5,"docs":{"163":{"tf":1.0},"165":{"tf":1.0},"2":{"tf":1.0},"35":{"tf":1.0},"55":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"1":{"df":5,"docs":{"163":{"tf":1.0},"165":{"tf":1.0},"2":{"tf":1.0},"35":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"f":{"0":{"df":0,"docs":{},"f":{"0":{"df":0,"docs":{},"f":{"0":{"df":1,"docs":{"35":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"1":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"1":{"df":0,"docs":{},"e":{"1":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}},"f":{"5":{"df":6,"docs":{"163":{"tf":1.0},"165":{"tf":1.0},"2":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"f":{"4":{"df":0,"docs":{},"e":{"1":{"df":4,"docs":{"2":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"137":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":14,"docs":{"137":{"tf":1.0},"255":{"tf":1.0},"260":{"tf":1.0},"274":{"tf":1.4142135623730951},"299":{"tf":1.4142135623730951},"301":{"tf":1.0},"317":{"tf":1.0},"319":{"tf":1.7320508075688772},"322":{"tf":1.7320508075688772},"360":{"tf":1.0},"362":{"tf":1.0},"368":{"tf":2.0},"371":{"tf":1.0},"73":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"b":{"(":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"204":{"tf":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":{"204":{"tf":1.0}}}}}}}}},"df":6,"docs":{"137":{"tf":1.4142135623730951},"138":{"tf":1.0},"142":{"tf":1.0},"150":{"tf":1.0},"173":{"tf":1.4142135623730951},"347":{"tf":1.0}}}},"d":{"df":9,"docs":{"121":{"tf":1.0},"133":{"tf":1.0},"176":{"tf":1.0},"334":{"tf":1.0},"337":{"tf":1.0},"360":{"tf":1.0},"365":{"tf":1.0},"366":{"tf":1.4142135623730951},"368":{"tf":2.0}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"360":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":5,"docs":{"255":{"tf":1.0},"260":{"tf":1.0},"299":{"tf":1.0},"317":{"tf":1.0},"385":{"tf":1.0}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":5,"docs":{"204":{"tf":1.7320508075688772},"211":{"tf":1.0},"342":{"tf":1.0},"343":{"tf":1.0},"354":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":21,"docs":{"115":{"tf":1.0},"119":{"tf":1.0},"124":{"tf":1.0},"131":{"tf":1.0},"137":{"tf":1.0},"15":{"tf":1.0},"171":{"tf":1.0},"178":{"tf":1.0},"19":{"tf":1.4142135623730951},"221":{"tf":1.0},"222":{"tf":1.0},"225":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"247":{"tf":1.0},"357":{"tf":1.0},"368":{"tf":1.7320508075688772},"371":{"tf":1.0},"372":{"tf":1.0},"51":{"tf":1.4142135623730951},"77":{"tf":1.4142135623730951}},"—":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":1,"docs":{"181":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"385":{"tf":1.0}}}}}}}}}},"t":{"df":7,"docs":{"120":{"tf":1.0},"209":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"227":{"tf":1.0},"38":{"tf":1.0}}},"x":{"df":30,"docs":{"114":{"tf":1.0},"137":{"tf":1.0},"228":{"tf":1.0},"232":{"tf":1.0},"248":{"tf":1.0},"271":{"tf":1.0},"337":{"tf":1.0},"353":{"tf":1.0},"354":{"tf":1.0},"355":{"tf":1.0},"356":{"tf":1.4142135623730951},"357":{"tf":1.4142135623730951},"358":{"tf":1.0},"359":{"tf":1.4142135623730951},"360":{"tf":1.0},"361":{"tf":1.0},"362":{"tf":1.0},"363":{"tf":1.0},"364":{"tf":1.0},"377":{"tf":1.0},"378":{"tf":1.0},"379":{"tf":1.0},"380":{"tf":1.0},"381":{"tf":1.0},"382":{"tf":1.0},"383":{"tf":1.4142135623730951},"384":{"tf":1.4142135623730951},"385":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"137":{"tf":1.0},"162":{"tf":1.0},"182":{"tf":1.0},"367":{"tf":1.0}}},"k":{"df":0,"docs":{},"i":{"df":3,"docs":{"124":{"tf":1.4142135623730951},"352":{"tf":1.0},"362":{"tf":1.0}}}},"p":{"df":2,"docs":{"182":{"tf":1.0},"190":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"148":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"138":{"tf":1.7320508075688772},"141":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"w":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":12,"docs":{"150":{"tf":1.0},"163":{"tf":1.0},"165":{"tf":1.0},"2":{"tf":1.0},"228":{"tf":1.0},"329":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"55":{"tf":1.0},"76":{"tf":1.0},"98":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":5,"docs":{"150":{"tf":1.4142135623730951},"329":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"63":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"193":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":1.0},"36":{"tf":1.0},"40":{"tf":1.0}}}}}}},"n":{"df":57,"docs":{"112":{"tf":1.0},"118":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"151":{"tf":1.0},"171":{"tf":2.0},"172":{"tf":2.0},"173":{"tf":1.0},"174":{"tf":1.0},"178":{"tf":1.4142135623730951},"179":{"tf":1.4142135623730951},"183":{"tf":1.0},"19":{"tf":1.0},"203":{"tf":2.6457513110645907},"204":{"tf":2.0},"205":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"207":{"tf":2.6457513110645907},"21":{"tf":1.0},"210":{"tf":2.23606797749979},"211":{"tf":1.7320508075688772},"216":{"tf":2.8284271247461903},"217":{"tf":2.23606797749979},"218":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"328":{"tf":1.0},"340":{"tf":1.0},"341":{"tf":1.0},"342":{"tf":1.0},"343":{"tf":1.0},"344":{"tf":1.0},"345":{"tf":1.0},"346":{"tf":1.0},"347":{"tf":1.0},"348":{"tf":1.0},"349":{"tf":1.0},"350":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.4142135623730951},"89":{"tf":2.0},"90":{"tf":2.0}},"o":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"207":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"216":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"o":{"c":{"df":0,"docs":{},"u":{"df":4,"docs":{"179":{"tf":1.0},"181":{"tf":1.0},"372":{"tf":1.0},"49":{"tf":1.0}},"s":{"df":6,"docs":{"149":{"tf":1.0},"16":{"tf":1.0},"186":{"tf":1.0},"224":{"tf":1.0},"65":{"tf":1.0},"95":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":8,"docs":{"150":{"tf":1.0},"222":{"tf":1.0},"322":{"tf":1.0},"33":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":1.0},"38":{"tf":1.0},"76":{"tf":1.0}}}}}},"r":{"c":{"df":3,"docs":{"251":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"210":{"tf":1.0},"354":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"102":{"tf":1.0},"122":{"tf":1.0}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"115":{"tf":1.0}}}}}}}},"k":{"df":1,"docs":{"138":{"tf":1.7320508075688772}}},"m":{"a":{"df":0,"docs":{},"t":{"=":{"'":{"df":0,"docs":{},"{":{"df":0,"docs":{},"{":{".":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"274":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":3,"docs":{"260":{"tf":1.0},"295":{"tf":1.0},"373":{"tf":1.0}}}},"df":1,"docs":{"38":{"tf":1.0}},"u":{"df":0,"docs":{},"l":{"a":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":3,"docs":{"251":{"tf":1.0},"267":{"tf":1.0},"302":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":36,"docs":{"11":{"tf":1.0},"115":{"tf":1.0},"30":{"tf":1.7320508075688772},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"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},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0}}}},"df":10,"docs":{"200":{"tf":1.0},"232":{"tf":1.0},"241":{"tf":1.0},"355":{"tf":1.0},"356":{"tf":1.0},"357":{"tf":1.7320508075688772},"359":{"tf":1.7320508075688772},"372":{"tf":1.0},"383":{"tf":1.4142135623730951},"384":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"'":{"df":1,"docs":{"176":{"tf":1.0}}},"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"k":{"/":{"c":{"df":0,"docs":{},"f":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":5,"docs":{"260":{"tf":1.0},"322":{"tf":1.0},"367":{"tf":1.7320508075688772},"45":{"tf":1.0},"46":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"z":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":9,"docs":{"239":{"tf":1.4142135623730951},"258":{"tf":1.0},"270":{"tf":1.0},"28":{"tf":1.0},"298":{"tf":1.0},"356":{"tf":1.4142135623730951},"372":{"tf":1.0},"377":{"tf":1.0},"384":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"z":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":12,"docs":{"238":{"tf":1.0},"239":{"tf":1.0},"241":{"tf":1.0},"247":{"tf":1.0},"28":{"tf":1.0},"298":{"tf":1.0},"351":{"tf":1.0},"356":{"tf":1.7320508075688772},"365":{"tf":1.0},"384":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0}}}},"df":0,"docs":{}}},"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":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"45":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"n":{"a":{"/":{"d":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"327":{"tf":1.0},"47":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":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":{"69":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"213":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"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":2,"docs":{"214":{"tf":1.0},"74":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"r":{"df":2,"docs":{"213":{"tf":1.0},"74":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"328":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"214":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"214":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"u":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"144":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":2,"docs":{"214":{"tf":1.0},"74":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"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":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{",":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{",":{"df":0,"docs":{},"k":{"8":{"df":1,"docs":{"213":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"203":{"tf":1.0},"204":{"tf":1.0},"213":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"214":{"tf":1.0},"74":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{".":{"df":0,"docs":{},"r":{"df":2,"docs":{"216":{"tf":1.0},"217":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"217":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":2,"docs":{"214":{"tf":1.0},"74":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":2,"docs":{"214":{"tf":1.0},"74":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"216":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}},"df":68,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"114":{"tf":1.0},"131":{"tf":1.0},"136":{"tf":1.0},"138":{"tf":1.0},"14":{"tf":1.4142135623730951},"145":{"tf":1.0},"148":{"tf":1.0},"151":{"tf":1.0},"177":{"tf":1.0},"181":{"tf":1.4142135623730951},"19":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":2.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"213":{"tf":1.4142135623730951},"218":{"tf":1.0},"219":{"tf":1.0},"221":{"tf":1.0},"227":{"tf":1.0},"235":{"tf":1.0},"249":{"tf":1.0},"25":{"tf":1.0},"274":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"299":{"tf":1.0},"30":{"tf":1.0},"306":{"tf":2.23606797749979},"31":{"tf":1.4142135623730951},"316":{"tf":2.0},"33":{"tf":1.0},"35":{"tf":1.0},"357":{"tf":1.0},"36":{"tf":1.4142135623730951},"363":{"tf":1.0},"37":{"tf":1.4142135623730951},"370":{"tf":1.4142135623730951},"385":{"tf":1.0},"386":{"tf":1.0},"39":{"tf":1.4142135623730951},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"53":{"tf":1.0},"6":{"tf":1.4142135623730951},"63":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.4142135623730951},"71":{"tf":1.0},"79":{"tf":1.0},"85":{"tf":1.0},"9":{"tf":1.4142135623730951}},"’":{"df":1,"docs":{"115":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":2,"docs":{"351":{"tf":1.0},"360":{"tf":1.0}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"102":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":6,"docs":{"132":{"tf":1.0},"135":{"tf":1.0},"182":{"tf":1.0},"283":{"tf":1.4142135623730951},"336":{"tf":1.0},"337":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"140":{"tf":1.4142135623730951},"62":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":16,"docs":{"137":{"tf":1.0},"169":{"tf":1.0},"171":{"tf":1.0},"190":{"tf":1.0},"227":{"tf":1.7320508075688772},"248":{"tf":1.0},"260":{"tf":1.0},"266":{"tf":1.0},"271":{"tf":1.0},"273":{"tf":1.0},"292":{"tf":1.0},"300":{"tf":1.0},"306":{"tf":1.0},"31":{"tf":1.0},"317":{"tf":1.0},"337":{"tf":1.0}},"i":{"df":1,"docs":{"205":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":13,"docs":{"10":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"126":{"tf":1.0},"141":{"tf":1.0},"19":{"tf":1.4142135623730951},"352":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"51":{"tf":1.0},"95":{"tf":1.0}}}}}}},"d":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}}}},"df":10,"docs":{"137":{"tf":1.0},"142":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"341":{"tf":1.0},"361":{"tf":1.7320508075688772},"372":{"tf":1.0},"378":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"179":{"tf":1.0}}}}},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"137":{"tf":1.4142135623730951}}}}}},"g":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"31":{"tf":1.0},"352":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"162":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"y":{"df":3,"docs":{"301":{"tf":1.0},"322":{"tf":1.0},"78":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"373":{"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":{},"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":{"172":{"tf":1.4142135623730951}}}}}}}}}},"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":4,"docs":{"118":{"tf":1.0},"167":{"tf":1.0},"203":{"tf":1.0},"210":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":38,"docs":{"100":{"tf":2.449489742783178},"118":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"137":{"tf":1.4142135623730951},"158":{"tf":1.0},"172":{"tf":1.0},"19":{"tf":1.4142135623730951},"192":{"tf":1.0},"210":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":1.0},"226":{"tf":1.0},"23":{"tf":1.0},"246":{"tf":1.0},"278":{"tf":1.0},"35":{"tf":1.0},"351":{"tf":1.0},"354":{"tf":1.0},"36":{"tf":1.4142135623730951},"367":{"tf":1.0},"368":{"tf":1.0},"37":{"tf":1.0},"372":{"tf":1.0},"377":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"380":{"tf":1.0},"386":{"tf":1.7320508075688772},"39":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.0},"71":{"tf":1.0},"76":{"tf":1.0},"81":{"tf":1.0},"94":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}}}},"t":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"210":{"tf":1.0},"211":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"_":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"122":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":2,"docs":{"239":{"tf":1.4142135623730951},"6":{"tf":1.0}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"143":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}}}},"df":7,"docs":{"232":{"tf":1.4142135623730951},"251":{"tf":1.0},"252":{"tf":1.4142135623730951},"296":{"tf":1.0},"307":{"tf":1.0},"355":{"tf":1.0},"381":{"tf":1.0}},"h":{"df":0,"docs":{},"u":{"b":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"276":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"276":{"tf":1.0}}}}}},"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"273":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"282":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":3,"docs":{"14":{"tf":1.0},"274":{"tf":1.0},"291":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":3,"docs":{"13":{"tf":1.0},"195":{"tf":1.0},"364":{"tf":1.0}},"n":{"df":3,"docs":{"133":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":3.0}}}}}},"l":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"l":{"df":5,"docs":{"255":{"tf":1.0},"278":{"tf":1.0},"299":{"tf":1.0},"317":{"tf":1.0},"73":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":5,"docs":{"11":{"tf":1.0},"336":{"tf":1.0},"337":{"tf":1.4142135623730951},"386":{"tf":1.7320508075688772},"387":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"117":{"tf":1.0},"123":{"tf":1.0},"125":{"tf":1.0}}}},"df":2,"docs":{"74":{"tf":1.0},"78":{"tf":1.0}},"e":{"df":4,"docs":{"214":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"363":{"tf":1.0}}}},"o":{"d":{"df":8,"docs":{"122":{"tf":2.449489742783178},"160":{"tf":1.0},"273":{"tf":1.0},"375":{"tf":1.4142135623730951},"49":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"137":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":2,"docs":{"137":{"tf":1.0},"138":{"tf":3.7416573867739413}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"a":{"df":1,"docs":{"124":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"175":{"tf":1.0},"304":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"137":{"tf":1.0},"175":{"tf":1.0},"180":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"125":{"tf":1.0}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"138":{"tf":1.0}}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"117":{"tf":1.0},"122":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"n":{"a":{":":{"3":{"0":{"0":{"0":{"df":1,"docs":{"267":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":10,"docs":{"226":{"tf":1.0},"260":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"28":{"tf":1.0},"300":{"tf":1.0},"327":{"tf":2.0},"332":{"tf":1.0},"360":{"tf":1.0},"47":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"255":{"tf":1.0},"260":{"tf":1.0},"299":{"tf":1.0},"317":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":8,"docs":{"100":{"tf":1.0},"101":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"104":{"tf":1.7320508075688772},"247":{"tf":1.0},"359":{"tf":1.0},"368":{"tf":1.0},"371":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"1":{"6":{"df":8,"docs":{"158":{"tf":1.0},"19":{"tf":1.0},"246":{"tf":1.0},"294":{"tf":1.0},"351":{"tf":1.0},"354":{"tf":1.0},"386":{"tf":1.0},"39":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"138":{"tf":2.0},"358":{"tf":1.0},"386":{"tf":1.0}}}},"w":{"df":2,"docs":{"137":{"tf":1.0},"212":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"137":{"tf":2.23606797749979}}}}}}},"u":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"137":{"tf":1.0},"62":{"tf":1.0}}}}}},"d":{"df":2,"docs":{"122":{"tf":1.0},"180":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":5,"docs":{"190":{"tf":1.4142135623730951},"192":{"tf":1.0},"64":{"tf":1.0},"74":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{}}},"df":136,"docs":{"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},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"13":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.7320508075688772},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"202":{"tf":1.0},"315":{"tf":1.0},"335":{"tf":1.0},"337":{"tf":1.0},"352":{"tf":1.4142135623730951},"6":{"tf":1.0},"64":{"tf":1.7320508075688772},"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.7320508075688772},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"123":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"h":{"1":{"[":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"163":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"[":{"\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"163":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"[":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"163":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"[":{"\"":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":1,"docs":{"163":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"[":{"\"":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"163":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"113":{"tf":1.0}}}},"n":{"d":{"df":2,"docs":{"58":{"tf":1.0},"6":{"tf":1.0}},"l":{"df":29,"docs":{"101":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"137":{"tf":1.4142135623730951},"138":{"tf":1.7320508075688772},"139":{"tf":2.0},"140":{"tf":1.4142135623730951},"167":{"tf":1.0},"175":{"tf":1.0},"19":{"tf":1.0},"218":{"tf":1.0},"239":{"tf":1.0},"248":{"tf":1.0},"250":{"tf":1.4142135623730951},"255":{"tf":1.0},"261":{"tf":1.0},"270":{"tf":1.0},"274":{"tf":1.0},"279":{"tf":1.0},"28":{"tf":1.0},"351":{"tf":1.0},"356":{"tf":1.0},"368":{"tf":1.0},"383":{"tf":1.0},"384":{"tf":1.0},"39":{"tf":1.0},"49":{"tf":1.0},"58":{"tf":1.0},"66":{"tf":1.0}}}},"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"122":{"tf":1.0},"294":{"tf":1.0}}}}}}}}}},"df":4,"docs":{"246":{"tf":1.0},"275":{"tf":1.0},"278":{"tf":1.0},"354":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"185":{"tf":1.0},"20":{"tf":1.4142135623730951},"57":{"tf":1.0},"81":{"tf":1.0}}}}}},"r":{"d":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"122":{"tf":1.0}}},"df":0,"docs":{}}},"df":3,"docs":{"117":{"tf":1.0},"122":{"tf":1.0},"51":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"141":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"127":{"tf":1.0}}}},"df":0,"docs":{}}},"df":3,"docs":{"143":{"tf":1.0},"148":{"tf":1.0},"370":{"tf":1.0}},"m":{"df":1,"docs":{"141":{"tf":1.0}}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{"'":{"*":{"*":{"/":{"c":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"274":{"tf":1.7320508075688772},"280":{"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":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"274":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"274":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"359":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":6,"docs":{"12":{"tf":1.0},"138":{"tf":1.0},"274":{"tf":1.0},"322":{"tf":1.0},"359":{"tf":1.0},"368":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"171":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":2,"docs":{"169":{"tf":1.0},"171":{"tf":1.0}},"i":{"d":{"df":1,"docs":{"169":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"101":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"2":{"0":{"df":4,"docs":{"19":{"tf":1.0},"23":{"tf":1.0},"343":{"tf":1.0},"350":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":6,"docs":{"101":{"tf":1.0},"108":{"tf":1.0},"19":{"tf":1.0},"23":{"tf":1.4142135623730951},"343":{"tf":1.4142135623730951},"350":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":2,"docs":{"138":{"tf":1.4142135623730951},"188":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"df":10,"docs":{"173":{"tf":1.0},"190":{"tf":1.0},"2":{"tf":1.0},"226":{"tf":1.4142135623730951},"38":{"tf":1.0},"386":{"tf":1.0},"52":{"tf":1.7320508075688772},"80":{"tf":1.0},"94":{"tf":1.0},"98":{"tf":1.0}},"i":{"df":4,"docs":{"188":{"tf":1.0},"364":{"tf":1.0},"374":{"tf":1.0},"52":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":3,"docs":{"164":{"tf":1.0},"351":{"tf":1.0},"362":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":8,"docs":{"102":{"tf":1.0},"113":{"tf":1.0},"173":{"tf":1.4142135623730951},"180":{"tf":1.0},"184":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"59":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":1,"docs":{"83":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"77":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951}}}},"m":{"df":7,"docs":{"266":{"tf":1.4142135623730951},"302":{"tf":1.4142135623730951},"323":{"tf":1.4142135623730951},"351":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.0},"66":{"tf":1.0}}},"p":{"df":3,"docs":{"227":{"tf":1.0},"337":{"tf":1.0},"48":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":27,"docs":{"115":{"tf":1.0},"118":{"tf":1.0},"138":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.0},"193":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"206":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"226":{"tf":1.0},"232":{"tf":1.0},"234":{"tf":1.4142135623730951},"239":{"tf":1.0},"248":{"tf":1.7320508075688772},"253":{"tf":1.4142135623730951},"279":{"tf":1.4142135623730951},"296":{"tf":1.0},"298":{"tf":1.0},"307":{"tf":1.7320508075688772},"351":{"tf":1.0},"355":{"tf":1.4142135623730951},"381":{"tf":1.0},"66":{"tf":1.0},"72":{"tf":1.0},"89":{"tf":1.0},"95":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"'":{"df":2,"docs":{"274":{"tf":1.0},"32":{"tf":1.0}}},"df":5,"docs":{"153":{"tf":1.0},"211":{"tf":1.0},"354":{"tf":1.0},"71":{"tf":1.4142135623730951},"74":{"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":1,"docs":{"138":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"123":{"tf":1.4142135623730951}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":20,"docs":{"102":{"tf":1.0},"104":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.4142135623730951},"132":{"tf":1.0},"134":{"tf":1.4142135623730951},"137":{"tf":1.0},"138":{"tf":1.7320508075688772},"141":{"tf":1.7320508075688772},"150":{"tf":1.4142135623730951},"164":{"tf":1.4142135623730951},"193":{"tf":1.0},"194":{"tf":1.4142135623730951},"196":{"tf":1.0},"207":{"tf":1.0},"213":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"386":{"tf":1.0},"65":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"161":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"164":{"tf":1.0},"372":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"173":{"tf":1.0},"175":{"tf":1.0}},"i":{"df":1,"docs":{"169":{"tf":1.0}}},"y":{"/":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"252":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"t":{"df":3,"docs":{"253":{"tf":1.0},"354":{"tf":1.0},"52":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":4,"docs":{"204":{"tf":1.0},"382":{"tf":1.0},"65":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"139":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{",":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{",":{"df":0,"docs":{},"k":{"8":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},".":{"d":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{":":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"301":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"282":{"tf":1.0}}}}}},"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"k":{"8":{"df":3,"docs":{"228":{"tf":1.0},"282":{"tf":1.0},"70":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"[":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"163":{"tf":1.0}}}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"273":{"tf":1.0},"274":{"tf":1.4142135623730951}}}}}}},"df":67,"docs":{"117":{"tf":1.0},"120":{"tf":1.4142135623730951},"121":{"tf":1.0},"124":{"tf":1.0},"126":{"tf":1.7320508075688772},"138":{"tf":1.4142135623730951},"14":{"tf":1.0},"153":{"tf":1.7320508075688772},"159":{"tf":2.23606797749979},"163":{"tf":1.7320508075688772},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"213":{"tf":1.0},"220":{"tf":1.0},"225":{"tf":1.0},"227":{"tf":1.0},"234":{"tf":1.0},"239":{"tf":1.0},"241":{"tf":1.0},"243":{"tf":1.4142135623730951},"247":{"tf":1.0},"248":{"tf":1.4142135623730951},"249":{"tf":1.0},"250":{"tf":1.4142135623730951},"251":{"tf":1.0},"254":{"tf":1.4142135623730951},"255":{"tf":2.0},"260":{"tf":1.0},"266":{"tf":1.0},"27":{"tf":1.0},"273":{"tf":1.4142135623730951},"274":{"tf":3.0},"279":{"tf":1.0},"287":{"tf":1.4142135623730951},"295":{"tf":2.0},"296":{"tf":2.23606797749979},"298":{"tf":2.0},"299":{"tf":1.0},"3":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.7320508075688772},"309":{"tf":1.7320508075688772},"310":{"tf":1.7320508075688772},"316":{"tf":1.0},"317":{"tf":1.0},"321":{"tf":1.4142135623730951},"322":{"tf":1.4142135623730951},"323":{"tf":1.0},"331":{"tf":1.7320508075688772},"351":{"tf":1.0},"352":{"tf":1.0},"355":{"tf":1.0},"356":{"tf":1.0},"357":{"tf":1.0},"36":{"tf":1.0},"367":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951},"41":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.4142135623730951},"70":{"tf":1.0}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"241":{"tf":1.0},"245":{"tf":1.0},"270":{"tf":1.0},"298":{"tf":1.0},"351":{"tf":1.0}}}}},"df":0,"docs":{}},"|":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"|":{"df":0,"docs":{},"k":{"8":{"df":1,"docs":{"250":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"15":{"tf":1.7320508075688772}}},"s":{"df":1,"docs":{"213":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"c":{"df":3,"docs":{"167":{"tf":1.0},"188":{"tf":1.0},"36":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":1,"docs":{"141":{"tf":1.4142135623730951}}}},":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"1":{"8":{"0":{"8":{"0":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"374":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"0":{"0":{"0":{"df":2,"docs":{"300":{"tf":1.0},"332":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"0":{"9":{"0":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"/":{"df":0,"docs":{},"v":{"1":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"v":{"1":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"300":{"tf":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":{"300":{"tf":1.0},"374":{"tf":1.0},"73":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"268":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":12,"docs":{"137":{"tf":1.0},"141":{"tf":1.0},"260":{"tf":1.0},"266":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.4142135623730951},"322":{"tf":1.0},"325":{"tf":1.0},"374":{"tf":1.0},"47":{"tf":1.0},"58":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"121":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"223":{"tf":1.0}},"e":{"df":0,"docs":{},"—":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"229":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"i":{"/":{"df":0,"docs":{},"o":{"df":2,"docs":{"253":{"tf":1.0},"351":{"tf":1.0}}}},"[":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"98":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"d":{">":{":":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"322":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":5,"docs":{"301":{"tf":1.0},"322":{"tf":1.4142135623730951},"362":{"tf":1.4142135623730951},"367":{"tf":1.0},"368":{"tf":2.23606797749979}},"e":{"a":{"df":4,"docs":{"136":{"tf":1.4142135623730951},"177":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":7,"docs":{"119":{"tf":1.0},"124":{"tf":1.0},"138":{"tf":1.0},"14":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"210":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"140":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"297":{"tf":1.0}}}}}}}}}},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"122":{"tf":1.4142135623730951},"299":{"tf":1.0},"324":{"tf":1.0}}}}}},"i":{"df":127,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.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.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.0},"147":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"64":{"tf":1.7320508075688772},"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},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}},"i":{"df":28,"docs":{"191":{"tf":1.7320508075688772},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"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":{"126":{"tf":1.0},"209":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":36,"docs":{"126":{"tf":1.4142135623730951},"163":{"tf":1.4142135623730951},"226":{"tf":1.0},"241":{"tf":1.7320508075688772},"244":{"tf":1.4142135623730951},"245":{"tf":2.23606797749979},"247":{"tf":1.4142135623730951},"248":{"tf":1.4142135623730951},"250":{"tf":2.0},"251":{"tf":2.6457513110645907},"256":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"260":{"tf":1.4142135623730951},"262":{"tf":1.0},"263":{"tf":1.4142135623730951},"264":{"tf":2.23606797749979},"266":{"tf":1.0},"273":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"287":{"tf":1.0},"297":{"tf":2.8284271247461903},"298":{"tf":1.4142135623730951},"303":{"tf":1.0},"307":{"tf":1.0},"351":{"tf":1.0},"359":{"tf":3.605551275463989},"365":{"tf":1.0},"383":{"tf":2.8284271247461903},"384":{"tf":1.0},"39":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"43":{"tf":1.7320508075688772},"70":{"tf":1.0},"71":{"tf":1.0}},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"297":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"355":{"tf":1.0},"358":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"386":{"tf":1.0},"57":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"49":{"tf":1.7320508075688772}}}},"l":{"<":{"c":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"216":{"tf":1.0},"217":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":14,"docs":{"112":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"178":{"tf":1.0},"203":{"tf":1.7320508075688772},"204":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"206":{"tf":1.0},"207":{"tf":2.23606797749979},"210":{"tf":1.4142135623730951},"211":{"tf":1.4142135623730951},"216":{"tf":1.7320508075688772},"217":{"tf":1.0},"218":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":31,"docs":{"102":{"tf":1.0},"114":{"tf":1.0},"131":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":3.0},"138":{"tf":1.4142135623730951},"139":{"tf":1.0},"14":{"tf":1.7320508075688772},"141":{"tf":1.7320508075688772},"15":{"tf":1.0},"16":{"tf":1.0},"173":{"tf":1.0},"177":{"tf":1.0},"182":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"197":{"tf":1.0},"199":{"tf":1.4142135623730951},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.4142135623730951},"213":{"tf":1.4142135623730951},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"37":{"tf":2.0},"41":{"tf":1.0},"74":{"tf":2.0},"9":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":17,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"104":{"tf":1.0},"158":{"tf":1.0},"175":{"tf":1.4142135623730951},"18":{"tf":1.0},"19":{"tf":1.0},"197":{"tf":1.4142135623730951},"261":{"tf":1.0},"270":{"tf":1.4142135623730951},"299":{"tf":1.0},"339":{"tf":1.4142135623730951},"367":{"tf":1.0},"368":{"tf":1.0},"39":{"tf":1.0},"47":{"tf":1.0}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":31,"docs":{"10":{"tf":1.0},"100":{"tf":1.4142135623730951},"105":{"tf":1.0},"126":{"tf":1.0},"137":{"tf":1.4142135623730951},"143":{"tf":1.0},"169":{"tf":1.0},"179":{"tf":1.0},"183":{"tf":1.4142135623730951},"19":{"tf":1.0},"197":{"tf":1.0},"202":{"tf":1.0},"213":{"tf":1.0},"257":{"tf":1.0},"318":{"tf":1.4142135623730951},"321":{"tf":1.0},"336":{"tf":1.0},"35":{"tf":1.0},"352":{"tf":1.0},"353":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":1.0},"386":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"52":{"tf":1.0},"73":{"tf":1.0},"92":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"97":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"182":{"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":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"102":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"102":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":22,"docs":{"1":{"tf":1.0},"100":{"tf":1.0},"119":{"tf":1.4142135623730951},"123":{"tf":1.0},"125":{"tf":1.0},"128":{"tf":1.0},"137":{"tf":2.0},"14":{"tf":1.0},"171":{"tf":1.0},"184":{"tf":1.0},"189":{"tf":1.0},"2":{"tf":1.0},"36":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"52":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.0},"76":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"94":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"188":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"352":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":24,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.7320508075688772},"104":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"137":{"tf":1.7320508075688772},"162":{"tf":1.0},"175":{"tf":1.0},"276":{"tf":1.0},"304":{"tf":1.0},"316":{"tf":1.0},"352":{"tf":1.0},"361":{"tf":1.0},"362":{"tf":1.4142135623730951},"364":{"tf":1.0},"372":{"tf":1.0},"373":{"tf":1.0},"378":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"275":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"137":{"tf":1.0},"169":{"tf":1.0},"38":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"df":10,"docs":{"173":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.4142135623730951},"210":{"tf":1.0},"322":{"tf":1.0},"323":{"tf":1.4142135623730951},"367":{"tf":1.7320508075688772},"368":{"tf":1.4142135623730951},"372":{"tf":1.0},"46":{"tf":1.4142135623730951}}}},"i":{"c":{"df":1,"docs":{"125":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"198":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":4,"docs":{"173":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"328":{"tf":1.0}}}}}}}}},"df":21,"docs":{"173":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.4142135623730951},"205":{"tf":1.0},"255":{"tf":1.4142135623730951},"260":{"tf":1.0},"299":{"tf":1.4142135623730951},"306":{"tf":1.0},"317":{"tf":1.4142135623730951},"328":{"tf":2.0},"354":{"tf":1.7320508075688772},"356":{"tf":1.0},"357":{"tf":1.0},"358":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":1.0},"361":{"tf":1.0},"362":{"tf":1.4142135623730951},"363":{"tf":1.4142135623730951},"364":{"tf":1.7320508075688772},"47":{"tf":1.0}},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"335":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":13,"docs":{"10":{"tf":1.0},"137":{"tf":1.4142135623730951},"141":{"tf":1.0},"150":{"tf":1.0},"16":{"tf":1.0},"205":{"tf":1.0},"218":{"tf":1.0},"26":{"tf":1.4142135623730951},"31":{"tf":1.0},"38":{"tf":1.0},"386":{"tf":1.0},"49":{"tf":1.0},"58":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"260":{"tf":1.0},"266":{"tf":1.0},"268":{"tf":1.0},"300":{"tf":1.0}}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"115":{"tf":1.0},"122":{"tf":1.0},"62":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"298":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"t":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"98":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":6,"docs":{"100":{"tf":1.0},"203":{"tf":1.7320508075688772},"210":{"tf":1.4142135623730951},"356":{"tf":1.0},"361":{"tf":1.0},"98":{"tf":1.4142135623730951}},"i":{"df":7,"docs":{"119":{"tf":1.0},"123":{"tf":1.0},"137":{"tf":1.4142135623730951},"142":{"tf":1.0},"150":{"tf":1.0},"55":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"137":{"tf":1.0},"138":{"tf":1.7320508075688772},"139":{"tf":1.0},"177":{"tf":1.0},"301":{"tf":1.0},"79":{"tf":1.0},"93":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":4,"docs":{"137":{"tf":1.0},"203":{"tf":1.0},"206":{"tf":1.0},"210":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"176":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"i":{"d":{"df":8,"docs":{"205":{"tf":1.0},"251":{"tf":1.0},"270":{"tf":1.0},"28":{"tf":1.0},"298":{"tf":1.4142135623730951},"305":{"tf":1.0},"322":{"tf":1.4142135623730951},"384":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"227":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"329":{"tf":1.0}}}}}}},"df":13,"docs":{"160":{"tf":1.0},"171":{"tf":1.0},"176":{"tf":1.0},"274":{"tf":1.0},"290":{"tf":1.0},"291":{"tf":1.0},"299":{"tf":1.0},"302":{"tf":1.0},"321":{"tf":1.0},"329":{"tf":1.0},"333":{"tf":1.0},"368":{"tf":1.0},"372":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"l":{"df":7,"docs":{"266":{"tf":1.0},"267":{"tf":1.4142135623730951},"285":{"tf":1.0},"286":{"tf":1.0},"302":{"tf":1.0},"323":{"tf":1.0},"326":{"tf":1.0}}},"n":{"c":{"df":1,"docs":{"195":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":6,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"193":{"tf":1.7320508075688772},"195":{"tf":1.7320508075688772},"198":{"tf":1.4142135623730951},"96":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":9,"docs":{"100":{"tf":1.0},"148":{"tf":1.0},"188":{"tf":1.0},"252":{"tf":1.0},"276":{"tf":1.0},"294":{"tf":1.0},"305":{"tf":1.0},"362":{"tf":1.4142135623730951},"368":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":7,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"104":{"tf":1.0},"137":{"tf":1.0},"361":{"tf":2.0},"362":{"tf":1.0},"372":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"307":{"tf":1.0}},"r":{"df":46,"docs":{"11":{"tf":1.0},"121":{"tf":1.7320508075688772},"123":{"tf":1.0},"126":{"tf":1.0},"138":{"tf":1.0},"14":{"tf":1.0},"144":{"tf":1.0},"15":{"tf":1.0},"164":{"tf":1.0},"19":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.7320508075688772},"221":{"tf":1.0},"222":{"tf":1.4142135623730951},"229":{"tf":1.4142135623730951},"271":{"tf":1.4142135623730951},"272":{"tf":1.7320508075688772},"273":{"tf":1.4142135623730951},"274":{"tf":1.4142135623730951},"275":{"tf":1.7320508075688772},"276":{"tf":1.0},"277":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0},"28":{"tf":1.0},"280":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":1.4142135623730951},"283":{"tf":1.0},"284":{"tf":1.0},"285":{"tf":1.0},"286":{"tf":1.0},"287":{"tf":1.0},"288":{"tf":1.0},"289":{"tf":1.0},"290":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"3":{"tf":1.0},"300":{"tf":1.0},"31":{"tf":1.0},"314":{"tf":1.0},"36":{"tf":1.0},"65":{"tf":1.0},"8":{"tf":1.0},"88":{"tf":1.4142135623730951}}}},"n":{"d":{"df":4,"docs":{"192":{"tf":1.0},"351":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"19":{"tf":1.0}}},"t":{"df":5,"docs":{"115":{"tf":1.0},"117":{"tf":1.0},"49":{"tf":1.0},"63":{"tf":1.0},"95":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"143":{"tf":1.0},"190":{"tf":1.0},"227":{"tf":1.0}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"10":{"tf":1.4142135623730951},"192":{"tf":1.0},"31":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"a":{"c":{"df":8,"docs":{"141":{"tf":1.4142135623730951},"143":{"tf":1.7320508075688772},"144":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"36":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":14,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"208":{"tf":1.0},"213":{"tf":1.7320508075688772},"214":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"307":{"tf":1.0},"32":{"tf":1.0},"387":{"tf":1.0},"52":{"tf":2.0},"74":{"tf":1.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"115":{"tf":1.0},"119":{"tf":1.0},"48":{"tf":1.0},"63":{"tf":1.0}}}}}},"v":{"df":7,"docs":{"123":{"tf":1.0},"139":{"tf":1.4142135623730951},"304":{"tf":1.0},"352":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"50":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":2,"docs":{"181":{"tf":1.0},"51":{"tf":1.0}},"t":{"df":3,"docs":{"31":{"tf":1.7320508075688772},"32":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"137":{"tf":1.7320508075688772},"177":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"358":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":13,"docs":{"141":{"tf":1.0},"160":{"tf":1.0},"164":{"tf":1.7320508075688772},"165":{"tf":1.0},"166":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"223":{"tf":1.0},"225":{"tf":1.0},"227":{"tf":1.4142135623730951},"245":{"tf":1.0},"273":{"tf":1.7320508075688772},"31":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":23,"docs":{"101":{"tf":1.0},"119":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.0},"139":{"tf":1.7320508075688772},"172":{"tf":1.4142135623730951},"221":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"225":{"tf":1.0},"248":{"tf":1.0},"253":{"tf":1.0},"271":{"tf":1.0},"286":{"tf":1.0},"292":{"tf":1.0},"314":{"tf":1.0},"336":{"tf":1.0},"337":{"tf":1.0},"353":{"tf":1.0},"361":{"tf":1.0},"372":{"tf":1.4142135623730951},"374":{"tf":1.0},"375":{"tf":1.0}}}}},"t":{"'":{"df":4,"docs":{"232":{"tf":1.0},"324":{"tf":1.0},"355":{"tf":1.0},"384":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":12,"docs":{"113":{"tf":1.0},"117":{"tf":1.0},"120":{"tf":1.7320508075688772},"125":{"tf":1.4142135623730951},"153":{"tf":1.0},"159":{"tf":1.0},"163":{"tf":1.0},"166":{"tf":1.0},"243":{"tf":1.0},"251":{"tf":1.0},"282":{"tf":1.4142135623730951},"3":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"316":{"tf":1.0}}}}}}},"v":{"df":116,"docs":{"219":{"tf":1.7320508075688772},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"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},"260":{"tf":1.0},"261":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"271":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.0},"274":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0},"280":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.0},"285":{"tf":1.0},"286":{"tf":1.0},"287":{"tf":1.0},"288":{"tf":1.0},"289":{"tf":1.0},"290":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.0},"314":{"tf":1.0},"315":{"tf":1.0},"316":{"tf":1.0},"317":{"tf":1.0},"318":{"tf":1.0},"319":{"tf":1.0},"320":{"tf":1.0},"321":{"tf":1.0},"322":{"tf":1.0},"323":{"tf":1.0},"324":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"328":{"tf":1.0},"329":{"tf":1.0},"330":{"tf":1.0},"331":{"tf":1.0},"332":{"tf":1.0},"333":{"tf":1.0},"334":{"tf":1.0}}}},"j":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"137":{"tf":1.4142135623730951},"139":{"tf":1.4142135623730951}}}}}}},"o":{"b":{"df":4,"docs":{"121":{"tf":1.0},"273":{"tf":1.0},"274":{"tf":2.23606797749979},"275":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"140":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":2,"docs":{"138":{"tf":1.7320508075688772},"140":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"140":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"u":{"d":{"df":0,"docs":{},"g":{"df":5,"docs":{"137":{"tf":1.0},"192":{"tf":1.0},"38":{"tf":1.0},"386":{"tf":1.0},"63":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":2,"docs":{"337":{"tf":1.0},"8":{"tf":1.0}}}}}},"k":{"1":{"[":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"163":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"[":{"\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"163":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"[":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"163":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"[":{"\"":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":1,"docs":{"163":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"[":{"\"":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"163":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"df":52,"docs":{"102":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"121":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"131":{"tf":1.0},"138":{"tf":1.0},"144":{"tf":1.0},"155":{"tf":2.0},"156":{"tf":1.0},"16":{"tf":1.0},"161":{"tf":1.4142135623730951},"163":{"tf":1.4142135623730951},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"182":{"tf":1.0},"187":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"220":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"241":{"tf":1.0},"245":{"tf":1.7320508075688772},"248":{"tf":1.7320508075688772},"249":{"tf":1.0},"250":{"tf":2.0},"251":{"tf":1.7320508075688772},"262":{"tf":1.7320508075688772},"266":{"tf":1.4142135623730951},"267":{"tf":2.23606797749979},"268":{"tf":1.0},"270":{"tf":2.23606797749979},"283":{"tf":1.7320508075688772},"297":{"tf":2.23606797749979},"298":{"tf":1.4142135623730951},"302":{"tf":1.7320508075688772},"312":{"tf":1.7320508075688772},"323":{"tf":2.23606797749979},"326":{"tf":1.7320508075688772},"333":{"tf":1.7320508075688772},"351":{"tf":1.4142135623730951},"367":{"tf":1.0},"368":{"tf":1.0},"371":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"39":{"tf":1.0},"46":{"tf":1.0},"66":{"tf":1.0},"76":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"282":{"tf":1.0}}}}}},"[":{"\"":{"df":0,"docs":{},"k":{"8":{"df":1,"docs":{"163":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":6,"docs":{"126":{"tf":1.4142135623730951},"131":{"tf":1.0},"161":{"tf":1.0},"39":{"tf":1.0},"66":{"tf":1.0},"71":{"tf":1.0}}}},"_":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"=":{"1":{"df":4,"docs":{"302":{"tf":1.0},"312":{"tf":1.0},"323":{"tf":1.0},"333":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"266":{"tf":1.0},"302":{"tf":1.0}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"302":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"302":{"tf":1.0}}},"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":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"302":{"tf":1.0}}},"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":{},"p":{"a":{"c":{"df":3,"docs":{"155":{"tf":1.0},"266":{"tf":1.0},"302":{"tf":1.0}},"e":{"=":{"<":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"323":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":3,"docs":{"302":{"tf":1.0},"312":{"tf":1.0},"333":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"=":{"<":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"|":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"323":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"266":{"tf":1.0},"302":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":2,"docs":{"266":{"tf":1.0},"302":{"tf":1.0}},"e":{"=":{"1":{"df":6,"docs":{"155":{"tf":1.0},"156":{"tf":1.0},"302":{"tf":1.0},"312":{"tf":1.0},"323":{"tf":1.0},"333":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"302":{"tf":1.0}}},"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":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"302":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"266":{"tf":1.0},"302":{"tf":1.0}},"e":{"=":{"<":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"323":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":3,"docs":{"262":{"tf":1.0},"265":{"tf":1.0},"267":{"tf":1.0}}}}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"k":{"8":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":10,"docs":{"161":{"tf":1.0},"213":{"tf":1.0},"273":{"tf":1.0},"352":{"tf":1.0},"36":{"tf":1.0},"379":{"tf":1.0},"386":{"tf":1.0},"41":{"tf":1.0},"66":{"tf":1.4142135623730951},"68":{"tf":1.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":{"348":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"[":{"df":0,"docs":{},"k":{"8":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"35":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":34,"docs":{"115":{"tf":1.7320508075688772},"117":{"tf":1.0},"120":{"tf":1.0},"125":{"tf":1.4142135623730951},"138":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.0},"180":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"190":{"tf":1.0},"192":{"tf":1.0},"204":{"tf":1.0},"206":{"tf":1.0},"212":{"tf":1.0},"255":{"tf":1.0},"260":{"tf":1.0},"266":{"tf":1.0},"276":{"tf":1.0},"290":{"tf":1.0},"299":{"tf":1.0},"301":{"tf":1.4142135623730951},"302":{"tf":1.0},"321":{"tf":1.0},"322":{"tf":1.0},"323":{"tf":1.0},"368":{"tf":1.0},"385":{"tf":1.4142135623730951},"54":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.4142135623730951},"95":{"tf":1.0}}}},"y":{"df":27,"docs":{"132":{"tf":1.0},"188":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"223":{"tf":1.4142135623730951},"226":{"tf":1.4142135623730951},"227":{"tf":1.0},"238":{"tf":1.0},"274":{"tf":3.1622776601683795},"280":{"tf":1.0},"298":{"tf":1.7320508075688772},"3":{"tf":1.4142135623730951},"40":{"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},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"68":{"tf":1.0},"98":{"tf":1.0}},"s":{"/":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"140":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"360":{"tf":1.0},"362":{"tf":1.7320508075688772},"365":{"tf":1.0},"382":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"362":{"tf":1.0}}}}}},"n":{"d":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"u":{"b":{"df":2,"docs":{"359":{"tf":1.0},"383":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":11,"docs":{"241":{"tf":1.0},"245":{"tf":2.0},"264":{"tf":1.4142135623730951},"270":{"tf":1.0},"323":{"tf":1.0},"351":{"tf":1.0},"356":{"tf":1.0},"357":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":1.0},"383":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"97":{"tf":1.0}}},"df":0,"docs":{},"w":{"df":2,"docs":{"355":{"tf":1.0},"357":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":3,"docs":{"16":{"tf":1.0},"19":{"tf":1.0},"386":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":2,"docs":{"337":{"tf":1.0},"375":{"tf":1.4142135623730951}}}}}},"u":{"b":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":12,"docs":{"113":{"tf":1.0},"155":{"tf":1.0},"245":{"tf":1.0},"263":{"tf":1.0},"267":{"tf":1.0},"302":{"tf":1.4142135623730951},"323":{"tf":3.3166247903554},"333":{"tf":1.0},"367":{"tf":1.4142135623730951},"368":{"tf":3.872983346207417},"371":{"tf":1.7320508075688772},"46":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":26,"docs":{"0":{"tf":1.0},"126":{"tf":1.4142135623730951},"14":{"tf":1.0},"16":{"tf":1.0},"161":{"tf":1.4142135623730951},"213":{"tf":1.0},"221":{"tf":1.0},"227":{"tf":1.0},"245":{"tf":2.0},"249":{"tf":1.0},"250":{"tf":1.0},"263":{"tf":1.0},"266":{"tf":1.0},"3":{"tf":1.0},"302":{"tf":1.4142135623730951},"323":{"tf":1.4142135623730951},"348":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"68":{"tf":1.0},"71":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"g":{"df":23,"docs":{"226":{"tf":1.0},"232":{"tf":1.0},"237":{"tf":1.7320508075688772},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"261":{"tf":1.0},"28":{"tf":1.0},"298":{"tf":2.23606797749979},"351":{"tf":1.4142135623730951},"352":{"tf":1.0},"356":{"tf":2.0},"365":{"tf":1.0},"372":{"tf":1.4142135623730951},"377":{"tf":1.4142135623730951},"380":{"tf":1.0},"383":{"tf":1.0},"384":{"tf":1.7320508075688772},"43":{"tf":1.0},"44":{"tf":1.0},"66":{"tf":1.4142135623730951},"70":{"tf":1.0},"72":{"tf":1.0}},"r":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":4,"docs":{"238":{"tf":1.4142135623730951},"298":{"tf":1.0},"44":{"tf":1.0},"66":{"tf":1.4142135623730951}},"s":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"z":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":9,"docs":{"238":{"tf":1.0},"261":{"tf":1.0},"270":{"tf":1.0},"28":{"tf":1.0},"298":{"tf":1.0},"352":{"tf":1.0},"384":{"tf":1.0},"44":{"tf":1.0},"69":{"tf":1.0}}}},"df":0,"docs":{}}},"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":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":3,"docs":{"323":{"tf":2.0},"368":{"tf":2.0},"371":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":5,"docs":{"138":{"tf":1.0},"147":{"tf":1.0},"169":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.4142135623730951}}},"n":{"d":{"df":1,"docs":{"80":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"16":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":4,"docs":{"166":{"tf":1.0},"251":{"tf":1.0},"304":{"tf":1.0},"63":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"g":{"df":9,"docs":{"120":{"tf":1.4142135623730951},"121":{"tf":1.0},"122":{"tf":1.0},"163":{"tf":1.0},"166":{"tf":1.0},"227":{"tf":1.4142135623730951},"245":{"tf":1.0},"282":{"tf":1.0},"362":{"tf":1.0}},"e":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"l":{"df":1,"docs":{"89":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":1,"docs":{"276":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"192":{"tf":1.0},"322":{"tf":1.0},"351":{"tf":1.0},"368":{"tf":1.0},"372":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"169":{"tf":1.0},"175":{"tf":1.0}},"n":{"c":{"df":5,"docs":{"137":{"tf":1.0},"138":{"tf":2.0},"141":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0}},"y":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"189":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"df":3,"docs":{"115":{"tf":1.0},"131":{"tf":1.0},"59":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"274":{"tf":2.0}}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":8,"docs":{"159":{"tf":1.0},"2":{"tf":1.0},"205":{"tf":1.0},"354":{"tf":1.0},"360":{"tf":1.0},"386":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"121":{"tf":1.0},"129":{"tf":1.4142135623730951},"274":{"tf":1.0},"275":{"tf":1.0},"280":{"tf":1.0},"299":{"tf":1.0},"319":{"tf":1.0},"36":{"tf":1.4142135623730951},"38":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":7,"docs":{"1":{"tf":1.0},"115":{"tf":1.0},"206":{"tf":1.0},"214":{"tf":1.0},"31":{"tf":1.0},"65":{"tf":1.7320508075688772},"78":{"tf":1.0}}}}}}},"df":6,"docs":{"302":{"tf":1.0},"323":{"tf":2.449489742783178},"333":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":3.0},"371":{"tf":1.4142135623730951}},"e":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"19":{"tf":1.0},"299":{"tf":1.0},"319":{"tf":1.0},"386":{"tf":1.0}}}}},"df":0,"docs":{},"k":{"df":4,"docs":{"122":{"tf":1.0},"124":{"tf":1.0},"192":{"tf":1.0},"62":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":12,"docs":{"10":{"tf":1.0},"114":{"tf":1.0},"12":{"tf":1.4142135623730951},"13":{"tf":1.7320508075688772},"14":{"tf":1.0},"15":{"tf":2.0},"16":{"tf":1.0},"220":{"tf":1.4142135623730951},"248":{"tf":1.0},"29":{"tf":1.0},"32":{"tf":1.0},"7":{"tf":1.0}}}},"v":{"df":2,"docs":{"140":{"tf":1.0},"324":{"tf":1.0}}}},"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"142":{"tf":1.0}},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"386":{"tf":1.0}}}}}}}},"df":0,"docs":{},"g":{"a":{"c":{"df":0,"docs":{},"i":{"df":6,"docs":{"255":{"tf":1.7320508075688772},"27":{"tf":1.0},"295":{"tf":1.7320508075688772},"298":{"tf":1.0},"303":{"tf":1.0},"66":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"273":{"tf":1.0},"283":{"tf":1.4142135623730951}}}},"t":{"'":{"df":2,"docs":{"20":{"tf":1.0},"77":{"tf":1.0}}},"df":1,"docs":{"31":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":39,"docs":{"100":{"tf":1.0},"118":{"tf":1.0},"138":{"tf":1.0},"150":{"tf":1.4142135623730951},"154":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"177":{"tf":1.0},"192":{"tf":1.7320508075688772},"193":{"tf":2.23606797749979},"194":{"tf":1.7320508075688772},"195":{"tf":1.7320508075688772},"196":{"tf":1.7320508075688772},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.4142135623730951},"213":{"tf":1.0},"214":{"tf":1.0},"227":{"tf":1.0},"255":{"tf":1.0},"260":{"tf":1.0},"299":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"316":{"tf":1.0},"317":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"373":{"tf":1.4142135623730951},"38":{"tf":1.0},"386":{"tf":1.0},"65":{"tf":1.0},"73":{"tf":1.0},"96":{"tf":1.0}}}}}},"h":{"df":4,"docs":{"239":{"tf":1.0},"247":{"tf":1.0},"356":{"tf":1.0},"384":{"tf":1.0}}},"i":{"b":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"/":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"139":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"p":{"2":{"df":0,"docs":{},"p":{"df":2,"docs":{"138":{"tf":2.0},"305":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"66":{"tf":1.0},"68":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":13,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"157":{"tf":1.0},"36":{"tf":1.0},"55":{"tf":1.7320508075688772},"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},"80":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"175":{"tf":1.0}}}}}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"210":{"tf":1.0}}}}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":12,"docs":{"121":{"tf":1.0},"122":{"tf":1.0},"124":{"tf":1.0},"141":{"tf":1.7320508075688772},"143":{"tf":1.0},"153":{"tf":1.0},"166":{"tf":1.0},"172":{"tf":1.0},"177":{"tf":1.7320508075688772},"185":{"tf":1.0},"287":{"tf":1.0},"362":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":5,"docs":{"251":{"tf":1.0},"304":{"tf":1.0},"32":{"tf":1.4142135623730951},"322":{"tf":1.0},"368":{"tf":1.0}}},"k":{"df":3,"docs":{"12":{"tf":1.4142135623730951},"261":{"tf":1.0},"267":{"tf":1.0}}},"u":{"df":0,"docs":{},"x":{"/":{"a":{"df":0,"docs":{},"m":{"d":{"6":{"4":{"df":2,"docs":{"244":{"tf":1.0},"303":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"m":{"6":{"4":{"df":2,"docs":{"259":{"tf":1.0},"303":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"m":{"a":{"c":{"df":0,"docs":{},"o":{"df":1,"docs":{"362":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":16,"docs":{"18":{"tf":1.0},"236":{"tf":1.4142135623730951},"244":{"tf":1.0},"257":{"tf":2.0},"264":{"tf":1.4142135623730951},"274":{"tf":1.4142135623730951},"28":{"tf":1.7320508075688772},"297":{"tf":1.0},"298":{"tf":1.7320508075688772},"303":{"tf":1.4142135623730951},"358":{"tf":1.4142135623730951},"359":{"tf":1.7320508075688772},"383":{"tf":1.4142135623730951},"43":{"tf":1.0},"66":{"tf":1.0},"70":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"140":{"tf":1.0},"322":{"tf":1.0},"323":{"tf":1.0},"368":{"tf":1.4142135623730951},"371":{"tf":1.0}},"s":{"/":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"140":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":41,"docs":{"1":{"tf":1.0},"104":{"tf":1.4142135623730951},"115":{"tf":1.0},"119":{"tf":1.4142135623730951},"125":{"tf":1.0},"127":{"tf":1.4142135623730951},"135":{"tf":1.0},"138":{"tf":1.4142135623730951},"14":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"144":{"tf":1.4142135623730951},"145":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"158":{"tf":1.0},"181":{"tf":1.0},"184":{"tf":1.0},"188":{"tf":1.0},"2":{"tf":1.0},"213":{"tf":1.4142135623730951},"226":{"tf":1.0},"31":{"tf":1.0},"327":{"tf":1.0},"36":{"tf":1.0},"364":{"tf":1.4142135623730951},"368":{"tf":1.0},"375":{"tf":1.0},"377":{"tf":1.4142135623730951},"385":{"tf":1.4142135623730951},"386":{"tf":1.7320508075688772},"47":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.4142135623730951},"66":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"189":{"tf":1.0}}}}}}}}},"<":{"b":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"90":{"tf":1.0}}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"90":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"90":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"o":{"a":{"d":{"(":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{":":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"171":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}}}}},"df":29,"docs":{"117":{"tf":1.0},"119":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":1.0},"126":{"tf":1.0},"128":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.7320508075688772},"133":{"tf":1.7320508075688772},"134":{"tf":2.0},"137":{"tf":2.0},"139":{"tf":1.0},"140":{"tf":1.7320508075688772},"142":{"tf":1.0},"188":{"tf":1.0},"245":{"tf":1.4142135623730951},"248":{"tf":1.0},"250":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":2.23606797749979},"273":{"tf":1.0},"356":{"tf":1.0},"359":{"tf":1.7320508075688772},"362":{"tf":1.0},"372":{"tf":1.0},"383":{"tf":1.7320508075688772},"384":{"tf":1.4142135623730951},"41":{"tf":1.0},"85":{"tf":1.0}},"e":{"d":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"245":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"\"":{"df":0,"docs":{},"|":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"147":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"/":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"r":{"/":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"307":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"144":{"tf":1.0}}}}}}},"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"255":{"tf":1.0},"295":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"255":{"tf":1.0},"295":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"255":{"tf":1.0},"295":{"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":0,"docs":{},"n":{"df":23,"docs":{"122":{"tf":1.4142135623730951},"19":{"tf":1.0},"240":{"tf":1.0},"246":{"tf":1.0},"254":{"tf":1.4142135623730951},"27":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"316":{"tf":2.0},"317":{"tf":1.0},"321":{"tf":1.4142135623730951},"324":{"tf":1.0},"354":{"tf":1.4142135623730951},"356":{"tf":1.0},"357":{"tf":1.4142135623730951},"360":{"tf":1.0},"361":{"tf":1.0},"363":{"tf":1.4142135623730951},"364":{"tf":1.4142135623730951},"368":{"tf":1.4142135623730951},"373":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":5,"docs":{"126":{"tf":1.4142135623730951},"159":{"tf":1.0},"39":{"tf":1.0},"66":{"tf":1.0},"71":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":11,"docs":{"159":{"tf":1.0},"213":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.0},"352":{"tf":1.0},"36":{"tf":1.0},"379":{"tf":1.0},"386":{"tf":1.0},"41":{"tf":1.0},"66":{"tf":1.4142135623730951},"68":{"tf":1.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":{"(":{")":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"(":{"&":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"151":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":13,"docs":{"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"19":{"tf":1.0},"26":{"tf":1.0},"348":{"tf":1.0},"349":{"tf":1.0},"350":{"tf":1.0},"4":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.4142135623730951},"90":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"[":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"35":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":60,"docs":{"0":{"tf":1.0},"102":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"120":{"tf":1.0},"121":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.4142135623730951},"13":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.7320508075688772},"146":{"tf":1.0},"153":{"tf":1.7320508075688772},"159":{"tf":1.4142135623730951},"163":{"tf":1.0},"182":{"tf":1.0},"187":{"tf":1.0},"19":{"tf":1.4142135623730951},"213":{"tf":1.0},"221":{"tf":1.0},"241":{"tf":1.0},"243":{"tf":1.4142135623730951},"245":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.4142135623730951},"251":{"tf":1.0},"252":{"tf":1.4142135623730951},"259":{"tf":1.0},"26":{"tf":1.0},"266":{"tf":1.0},"270":{"tf":1.0},"28":{"tf":1.0},"287":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"297":{"tf":1.4142135623730951},"3":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"307":{"tf":1.0},"318":{"tf":1.4142135623730951},"321":{"tf":1.4142135623730951},"323":{"tf":1.0},"348":{"tf":1.0},"351":{"tf":1.7320508075688772},"354":{"tf":1.0},"357":{"tf":1.0},"367":{"tf":1.4142135623730951},"368":{"tf":1.0},"371":{"tf":1.0},"38":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"46":{"tf":1.0},"54":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"68":{"tf":1.0},"71":{"tf":1.0},"73":{"tf":1.0},"76":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"164":{"tf":1.0}}}}}}},"t":{"df":7,"docs":{"19":{"tf":1.0},"238":{"tf":1.4142135623730951},"239":{"tf":1.0},"240":{"tf":1.0},"318":{"tf":1.0},"356":{"tf":1.0},"367":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":79,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.7320508075688772},"102":{"tf":1.4142135623730951},"104":{"tf":1.7320508075688772},"113":{"tf":1.7320508075688772},"119":{"tf":1.4142135623730951},"121":{"tf":2.6457513110645907},"124":{"tf":1.0},"14":{"tf":1.0},"154":{"tf":1.7320508075688772},"155":{"tf":1.4142135623730951},"156":{"tf":1.7320508075688772},"19":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"210":{"tf":1.0},"214":{"tf":1.0},"220":{"tf":1.4142135623730951},"222":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.7320508075688772},"228":{"tf":1.0},"229":{"tf":1.4142135623730951},"251":{"tf":1.0},"255":{"tf":1.4142135623730951},"260":{"tf":1.4142135623730951},"266":{"tf":1.0},"271":{"tf":1.4142135623730951},"274":{"tf":3.1622776601683795},"275":{"tf":1.4142135623730951},"276":{"tf":1.0},"281":{"tf":2.449489742783178},"289":{"tf":1.4142135623730951},"291":{"tf":1.0},"299":{"tf":3.605551275463989},"3":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.4142135623730951},"306":{"tf":2.449489742783178},"310":{"tf":1.4142135623730951},"314":{"tf":1.4142135623730951},"315":{"tf":2.0},"316":{"tf":3.1622776601683795},"317":{"tf":2.6457513110645907},"318":{"tf":2.23606797749979},"319":{"tf":1.0},"320":{"tf":1.7320508075688772},"321":{"tf":2.23606797749979},"322":{"tf":3.3166247903554},"323":{"tf":4.0},"324":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"328":{"tf":1.0},"329":{"tf":1.0},"330":{"tf":1.0},"331":{"tf":1.7320508075688772},"332":{"tf":1.0},"333":{"tf":1.7320508075688772},"334":{"tf":2.0},"352":{"tf":1.7320508075688772},"358":{"tf":1.4142135623730951},"362":{"tf":1.0},"363":{"tf":2.8284271247461903},"365":{"tf":1.7320508075688772},"366":{"tf":1.4142135623730951},"367":{"tf":3.1622776601683795},"368":{"tf":4.898979485566356},"372":{"tf":1.4142135623730951},"373":{"tf":2.23606797749979},"377":{"tf":1.0},"380":{"tf":1.0},"384":{"tf":1.4142135623730951},"385":{"tf":1.0},"46":{"tf":3.1622776601683795},"47":{"tf":1.4142135623730951},"62":{"tf":1.0},"73":{"tf":2.23606797749979}},"i":{"c":{"df":5,"docs":{"117":{"tf":1.0},"173":{"tf":1.0},"209":{"tf":1.0},"212":{"tf":1.0},"386":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":1,"docs":{"327":{"tf":1.0}}}},"o":{"df":21,"docs":{"0":{"tf":2.0},"10":{"tf":1.7320508075688772},"13":{"tf":1.0},"143":{"tf":1.0},"16":{"tf":1.4142135623730951},"19":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.4142135623730951},"247":{"tf":1.0},"264":{"tf":1.7320508075688772},"297":{"tf":1.0},"31":{"tf":1.7320508075688772},"32":{"tf":1.0},"351":{"tf":1.0},"359":{"tf":2.23606797749979},"365":{"tf":1.0},"383":{"tf":1.7320508075688772},"386":{"tf":1.0},"387":{"tf":1.0},"43":{"tf":1.0},"66":{"tf":1.0}}},"s":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"368":{"tf":1.0}}}}}},"/":{"$":{"(":{"d":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"274":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"329":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"368":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"153":{"tf":1.0}}}},"df":0,"docs":{}}}},":":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"322":{"tf":1.0}}}}}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"118":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":6,"docs":{"192":{"tf":1.0},"365":{"tf":1.0},"385":{"tf":1.0},"53":{"tf":1.0},"76":{"tf":1.0},"81":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"124":{"tf":1.0},"161":{"tf":1.0},"276":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":11,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"156":{"tf":1.4142135623730951},"21":{"tf":1.0},"336":{"tf":1.0},"337":{"tf":1.0},"353":{"tf":1.4142135623730951},"370":{"tf":1.0},"385":{"tf":1.0},"76":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"337":{"tf":1.0}}}}},"p":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"305":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":7,"docs":{"120":{"tf":1.0},"159":{"tf":1.0},"171":{"tf":1.4142135623730951},"172":{"tf":1.0},"49":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.4142135623730951}}},"s":{"df":1,"docs":{"65":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"177":{"tf":1.0}}},"t":{"df":1,"docs":{"142":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"386":{"tf":1.0}}}}}}},"w":{"df":4,"docs":{"164":{"tf":1.0},"193":{"tf":1.0},"195":{"tf":1.4142135623730951},"196":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"63":{"tf":1.0}}}}}},"r":{"df":5,"docs":{"2":{"tf":1.0},"228":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0},"76":{"tf":1.0}}},"s":{"df":8,"docs":{"239":{"tf":1.0},"247":{"tf":1.0},"299":{"tf":1.0},"321":{"tf":1.0},"356":{"tf":1.0},"363":{"tf":1.4142135623730951},"368":{"tf":1.0},"384":{"tf":1.0}},"o":{"df":0,"docs":{},"f":{"df":2,"docs":{"360":{"tf":1.4142135623730951},"365":{"tf":1.0}}}}},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":2,"docs":{"385":{"tf":1.0},"53":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"120":{"tf":1.0},"122":{"tf":1.0},"125":{"tf":1.0},"160":{"tf":1.0},"63":{"tf":1.0}}}}},"o":{"df":8,"docs":{"18":{"tf":1.0},"244":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951},"286":{"tf":1.7320508075688772},"298":{"tf":1.0},"303":{"tf":1.0},"351":{"tf":1.0},"358":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{"df":1,"docs":{"360":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"251":{"tf":1.0},"303":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"65":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":14,"docs":{"121":{"tf":1.0},"274":{"tf":1.4142135623730951},"276":{"tf":1.0},"283":{"tf":1.4142135623730951},"337":{"tf":1.0},"354":{"tf":1.0},"356":{"tf":1.0},"357":{"tf":1.0},"358":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":1.0},"361":{"tf":1.0},"364":{"tf":1.0},"4":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":7,"docs":{"116":{"tf":1.4142135623730951},"137":{"tf":1.0},"139":{"tf":1.0},"142":{"tf":1.0},"191":{"tf":1.0},"206":{"tf":1.0},"63":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":12,"docs":{"1":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0},"213":{"tf":1.0},"251":{"tf":1.0},"31":{"tf":1.0},"316":{"tf":1.4142135623730951},"364":{"tf":1.0},"386":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"63":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"137":{"tf":1.4142135623730951}},"e":{"d":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"141":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"138":{"tf":2.0}}}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"g":{"df":5,"docs":{"137":{"tf":1.0},"138":{"tf":1.0},"140":{"tf":1.0},"167":{"tf":1.0},"351":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":9,"docs":{"102":{"tf":1.0},"173":{"tf":1.0},"192":{"tf":1.0},"31":{"tf":1.0},"362":{"tf":1.0},"364":{"tf":1.0},"38":{"tf":1.0},"76":{"tf":1.0},"86":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"186":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"386":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":17,"docs":{"100":{"tf":1.0},"19":{"tf":1.0},"227":{"tf":1.0},"235":{"tf":1.4142135623730951},"254":{"tf":1.0},"256":{"tf":1.0},"258":{"tf":1.4142135623730951},"262":{"tf":1.0},"279":{"tf":1.0},"28":{"tf":1.4142135623730951},"292":{"tf":1.0},"356":{"tf":1.0},"357":{"tf":1.0},"359":{"tf":1.0},"383":{"tf":1.0},"384":{"tf":1.0},"39":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"(":{"df":0,"docs":{},"|":{"_":{"df":2,"docs":{"210":{"tf":1.0},"211":{"tf":1.0}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"|":{"df":2,"docs":{"210":{"tf":1.0},"211":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":6,"docs":{"223":{"tf":1.0},"225":{"tf":1.0},"228":{"tf":1.0},"260":{"tf":1.0},"301":{"tf":1.0},"360":{"tf":1.0}}},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"252":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":11,"docs":{"115":{"tf":1.0},"120":{"tf":1.0},"137":{"tf":1.4142135623730951},"145":{"tf":1.4142135623730951},"171":{"tf":1.4142135623730951},"172":{"tf":1.0},"209":{"tf":1.0},"260":{"tf":1.0},"322":{"tf":1.0},"337":{"tf":1.0},"368":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"335":{"tf":1.0},"337":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"121":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"251":{"tf":1.0}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"274":{"tf":1.7320508075688772}}}}}}}}}},"df":7,"docs":{"121":{"tf":1.4142135623730951},"164":{"tf":1.4142135623730951},"220":{"tf":1.0},"251":{"tf":2.0},"274":{"tf":1.7320508075688772},"275":{"tf":1.0},"276":{"tf":1.4142135623730951}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"161":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0}}}}}},"x":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"2":{"0":{"df":1,"docs":{"135":{"tf":1.0}}},"df":0,"docs":{}},"4":{"0":{"df":1,"docs":{"130":{"tf":1.0}}},"df":0,"docs":{}},"6":{"0":{"df":2,"docs":{"344":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"=":{"7":{"5":{"df":1,"docs":{"102":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"102":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":4,"docs":{"104":{"tf":1.0},"109":{"tf":1.0},"183":{"tf":1.0},"344":{"tf":1.0}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"102":{"tf":1.0},"133":{"tf":1.0}}}}}}}},"d":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"66":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":3,"docs":{"101":{"tf":1.4142135623730951},"361":{"tf":1.0},"378":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"24":{"tf":1.4142135623730951},"86":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":7,"docs":{"10":{"tf":1.0},"117":{"tf":1.0},"180":{"tf":1.0},"192":{"tf":1.0},"31":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0}}}}},"t":{"df":1,"docs":{"115":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"123":{"tf":1.0},"386":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":4,"docs":{"137":{"tf":2.0},"138":{"tf":1.0},"140":{"tf":1.0},"316":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":3,"docs":{"121":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":4,"docs":{"140":{"tf":1.7320508075688772},"188":{"tf":1.0},"328":{"tf":1.0},"47":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":5,"docs":{"137":{"tf":1.0},"177":{"tf":1.0},"362":{"tf":1.0},"365":{"tf":1.0},"52":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":4,"docs":{"119":{"tf":1.0},"137":{"tf":4.795831523312719},"316":{"tf":1.0},"46":{"tf":1.0}},"s":{"/":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"137":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"13":{"tf":1.0},"30":{"tf":1.0},"65":{"tf":1.0},"85":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"276":{"tf":1.0}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"138":{"tf":1.7320508075688772}}},"s":{"a":{"df":0,"docs":{},"g":{"df":7,"docs":{"138":{"tf":2.23606797749979},"356":{"tf":1.0},"357":{"tf":1.0},"360":{"tf":1.0},"362":{"tf":1.0},"370":{"tf":1.0},"376":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"226":{"tf":1.0},"386":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"d":{"df":12,"docs":{"138":{"tf":1.0},"193":{"tf":1.0},"196":{"tf":1.4142135623730951},"199":{"tf":1.0},"200":{"tf":1.4142135623730951},"206":{"tf":1.0},"214":{"tf":1.4142135623730951},"328":{"tf":1.0},"336":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.0},"74":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"c":{"df":34,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"119":{"tf":1.4142135623730951},"137":{"tf":1.0},"141":{"tf":1.0},"167":{"tf":1.4142135623730951},"204":{"tf":1.0},"205":{"tf":1.0},"220":{"tf":1.0},"227":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"251":{"tf":1.0},"260":{"tf":1.0},"266":{"tf":1.0},"268":{"tf":1.4142135623730951},"271":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"300":{"tf":2.0},"315":{"tf":1.0},"317":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.7320508075688772},"332":{"tf":1.0},"352":{"tf":1.0},"36":{"tf":1.0},"373":{"tf":1.0},"47":{"tf":1.4142135623730951},"55":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.0},"60":{"tf":1.0},"73":{"tf":1.4142135623730951}},"s":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"185":{"tf":1.0},"81":{"tf":1.0}}}}}},":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"205":{"tf":1.0}}}}}}},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"205":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"i":{"d":{"df":2,"docs":{"140":{"tf":1.0},"188":{"tf":1.0}}},"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"182":{"tf":1.0}}}},"df":0,"docs":{}}},"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"171":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"0":{"df":1,"docs":{"135":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":1,"docs":{"130":{"tf":1.0}}},"df":0,"docs":{}},"3":{"0":{"df":2,"docs":{"344":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{}},"df":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":{"102":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"d":{"df":1,"docs":{"95":{"tf":1.0}}},"df":7,"docs":{"109":{"tf":1.0},"164":{"tf":1.7320508075688772},"171":{"tf":1.0},"183":{"tf":1.0},"227":{"tf":1.7320508075688772},"344":{"tf":1.0},"364":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"368":{"tf":1.0}}}},"k":{"df":0,"docs":{},"u":{"b":{"df":7,"docs":{"245":{"tf":2.0},"264":{"tf":1.4142135623730951},"270":{"tf":1.0},"323":{"tf":1.0},"351":{"tf":1.0},"359":{"tf":1.0},"383":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"89":{"tf":1.4142135623730951}}}}}}}}}},"df":0,"docs":{}}},"df":15,"docs":{"117":{"tf":1.0},"120":{"tf":1.0},"123":{"tf":1.0},"127":{"tf":1.4142135623730951},"159":{"tf":1.0},"163":{"tf":1.0},"175":{"tf":1.0},"194":{"tf":1.0},"202":{"tf":1.0},"209":{"tf":1.0},"212":{"tf":1.0},"274":{"tf":1.7320508075688772},"309":{"tf":1.4142135623730951},"375":{"tf":1.0},"77":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"171":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"171":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":12,"docs":{"102":{"tf":1.4142135623730951},"104":{"tf":1.0},"117":{"tf":1.0},"123":{"tf":1.4142135623730951},"171":{"tf":1.0},"188":{"tf":1.0},"206":{"tf":1.0},"362":{"tf":1.0},"385":{"tf":1.4142135623730951},"53":{"tf":1.7320508075688772},"61":{"tf":1.0},"81":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"df":10,"docs":{"12":{"tf":1.0},"121":{"tf":1.0},"246":{"tf":1.0},"27":{"tf":1.0},"274":{"tf":1.7320508075688772},"276":{"tf":1.4142135623730951},"354":{"tf":1.7320508075688772},"50":{"tf":1.0},"6":{"tf":1.0},"81":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"104":{"tf":1.0},"352":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"s":{"df":19,"docs":{"169":{"tf":1.0},"175":{"tf":1.0},"18":{"tf":1.0},"203":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"232":{"tf":1.0},"248":{"tf":1.0},"352":{"tf":1.4142135623730951},"354":{"tf":1.4142135623730951},"355":{"tf":1.7320508075688772},"356":{"tf":1.7320508075688772},"357":{"tf":1.0},"363":{"tf":1.0},"372":{"tf":2.0},"377":{"tf":1.4142135623730951},"380":{"tf":1.4142135623730951},"381":{"tf":1.4142135623730951},"385":{"tf":1.0}}},"t":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"316":{"tf":1.0}}}},"df":0,"docs":{}}},"x":{"df":9,"docs":{"117":{"tf":1.0},"122":{"tf":1.0},"141":{"tf":1.0},"19":{"tf":1.0},"198":{"tf":1.7320508075688772},"299":{"tf":1.0},"319":{"tf":1.0},"352":{"tf":1.0},"51":{"tf":1.0}}}},"k":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":4,"docs":{"121":{"tf":1.0},"239":{"tf":1.0},"274":{"tf":1.0},"356":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"d":{"df":0,"docs":{},"e":{"df":23,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"104":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.4142135623730951},"138":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":2.0},"251":{"tf":1.7320508075688772},"294":{"tf":1.0},"298":{"tf":1.0},"3":{"tf":1.0},"307":{"tf":1.0},"354":{"tf":1.0},"36":{"tf":1.0},"384":{"tf":1.0},"39":{"tf":1.4142135623730951},"70":{"tf":1.0}},"l":{"df":13,"docs":{"115":{"tf":1.0},"13":{"tf":1.0},"137":{"tf":1.0},"192":{"tf":2.23606797749979},"213":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.0},"75":{"tf":1.0},"85":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"250":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"322":{"tf":1.0},"74":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"10":{"tf":1.0},"3":{"tf":1.0},"63":{"tf":1.0}}}},"df":4,"docs":{"255":{"tf":1.0},"260":{"tf":1.0},"299":{"tf":1.0},"88":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"[":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"228":{"tf":1.0}}}}}}}}}},"df":12,"docs":{"119":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"137":{"tf":1.4142135623730951},"14":{"tf":1.0},"141":{"tf":1.4142135623730951},"168":{"tf":1.0},"185":{"tf":1.0},"228":{"tf":1.4142135623730951},"3":{"tf":1.0},"45":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"305":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":16,"docs":{"10":{"tf":1.0},"119":{"tf":1.0},"138":{"tf":1.0},"148":{"tf":1.0},"176":{"tf":1.0},"212":{"tf":1.0},"23":{"tf":1.0},"274":{"tf":1.0},"276":{"tf":1.0},"279":{"tf":1.0},"286":{"tf":1.0},"29":{"tf":1.0},"32":{"tf":1.0},"364":{"tf":1.4142135623730951},"377":{"tf":1.0},"96":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"321":{"tf":1.0},"368":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":8,"docs":{"241":{"tf":1.0},"245":{"tf":1.0},"270":{"tf":1.0},"298":{"tf":1.0},"322":{"tf":1.0},"351":{"tf":1.0},"367":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951}}}}},"v":{"df":0,"docs":{},"e":{"df":4,"docs":{"120":{"tf":1.0},"171":{"tf":1.4142135623730951},"373":{"tf":1.0},"63":{"tf":1.0}}}}},"u":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"362":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":10,"docs":{"0":{"tf":1.0},"10":{"tf":1.4142135623730951},"125":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.4142135623730951},"154":{"tf":1.0},"160":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.4142135623730951},"65":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":10,"docs":{"111":{"tf":1.4142135623730951},"117":{"tf":1.0},"122":{"tf":1.0},"137":{"tf":1.0},"169":{"tf":1.0},"173":{"tf":1.0},"195":{"tf":1.0},"3":{"tf":1.0},"386":{"tf":1.0},"95":{"tf":1.0}}}}}}},"t":{"df":23,"docs":{"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"151":{"tf":1.0},"171":{"tf":1.4142135623730951},"172":{"tf":2.0},"19":{"tf":1.0},"203":{"tf":1.0},"206":{"tf":1.0},"210":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"349":{"tf":1.0},"350":{"tf":1.0},"4":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951},"90":{"tf":1.0}}}},"y":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"203":{"tf":1.0},"204":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"(":{"df":0,"docs":{},"|":{"df":0,"docs":{},"w":{"df":1,"docs":{"207":{"tf":1.0}}}}},"df":1,"docs":{"207":{"tf":1.4142135623730951}}}}}}},"df":2,"docs":{"203":{"tf":1.0},"207":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"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":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"112":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"205":{"tf":2.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"203":{"tf":1.4142135623730951},"204":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"207":{"tf":2.0}}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":1,"docs":{"207":{"tf":1.4142135623730951}}}}},"df":2,"docs":{"203":{"tf":1.7320508075688772},"207":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":10,"docs":{"171":{"tf":1.0},"172":{"tf":1.0},"178":{"tf":1.0},"203":{"tf":1.4142135623730951},"204":{"tf":1.0},"207":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0}}}}}}},"df":0,"docs":{}},"=":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":7,"docs":{"274":{"tf":1.4142135623730951},"301":{"tf":1.0},"322":{"tf":1.7320508075688772},"360":{"tf":1.0},"362":{"tf":1.0},"368":{"tf":1.7320508075688772},"371":{"tf":1.0}}}}}}},"df":31,"docs":{"117":{"tf":1.0},"121":{"tf":1.7320508075688772},"126":{"tf":1.0},"200":{"tf":1.0},"203":{"tf":1.4142135623730951},"204":{"tf":1.0},"210":{"tf":1.0},"213":{"tf":1.0},"236":{"tf":1.7320508075688772},"238":{"tf":1.0},"266":{"tf":1.0},"274":{"tf":5.385164807134504},"28":{"tf":1.0},"280":{"tf":1.0},"281":{"tf":1.4142135623730951},"290":{"tf":1.0},"302":{"tf":1.0},"318":{"tf":1.0},"319":{"tf":1.4142135623730951},"322":{"tf":2.0},"367":{"tf":1.4142135623730951},"368":{"tf":3.605551275463989},"371":{"tf":1.7320508075688772},"39":{"tf":1.0},"46":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0},"71":{"tf":1.0},"74":{"tf":1.0},"95":{"tf":1.0}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":7,"docs":{"164":{"tf":1.4142135623730951},"227":{"tf":1.0},"266":{"tf":1.0},"302":{"tf":1.4142135623730951},"323":{"tf":1.4142135623730951},"368":{"tf":3.0},"371":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":3,"docs":{"266":{"tf":1.0},"302":{"tf":1.0},"323":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"38":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"305":{"tf":1.0}},"i":{"df":0,"docs":{},"v":{"df":3,"docs":{"244":{"tf":1.0},"259":{"tf":1.0},"303":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":3,"docs":{"14":{"tf":1.0},"222":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951}}}}}},"df":14,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.4142135623730951},"104":{"tf":1.4142135623730951},"172":{"tf":1.4142135623730951},"302":{"tf":1.4142135623730951},"323":{"tf":1.0},"333":{"tf":1.0},"361":{"tf":1.0},"362":{"tf":1.0},"365":{"tf":1.0},"368":{"tf":1.7320508075688772},"371":{"tf":1.0},"378":{"tf":1.0},"52":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"120":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":40,"docs":{"102":{"tf":1.0},"104":{"tf":1.0},"115":{"tf":1.0},"120":{"tf":1.0},"124":{"tf":1.0},"131":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.4142135623730951},"140":{"tf":1.0},"141":{"tf":1.0},"148":{"tf":1.0},"162":{"tf":1.0},"166":{"tf":1.7320508075688772},"173":{"tf":2.0},"178":{"tf":1.0},"181":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"223":{"tf":1.0},"225":{"tf":1.0},"230":{"tf":1.0},"233":{"tf":1.0},"241":{"tf":1.4142135623730951},"248":{"tf":1.0},"274":{"tf":1.0},"276":{"tf":1.0},"287":{"tf":1.0},"31":{"tf":1.0},"316":{"tf":1.0},"322":{"tf":1.0},"351":{"tf":1.0},"355":{"tf":1.0},"357":{"tf":1.0},"360":{"tf":1.4142135623730951},"361":{"tf":1.0},"365":{"tf":1.0},"371":{"tf":1.0},"385":{"tf":1.4142135623730951},"41":{"tf":1.0},"51":{"tf":1.4142135623730951}},"e":{"d":{"df":0,"docs":{},"—":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"137":{"tf":1.0}}}}}},"df":0,"docs":{}},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{".":{"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":{"274":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"u":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"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":{"274":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{".":{"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":{"274":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"g":{"df":3,"docs":{"205":{"tf":1.0},"225":{"tf":1.0},"386":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"138":{"tf":1.4142135623730951}}}}}},"df":1,"docs":{"138":{"tf":1.0}}}},"n":{"df":1,"docs":{"139":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"360":{"tf":1.0}}}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"299":{"tf":1.0},"319":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"206":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"118":{"tf":1.0},"78":{"tf":1.0},"92":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":32,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"10":{"tf":1.7320508075688772},"101":{"tf":1.0},"123":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":3.1622776601683795},"140":{"tf":1.4142135623730951},"16":{"tf":1.0},"164":{"tf":1.4142135623730951},"177":{"tf":1.4142135623730951},"192":{"tf":1.0},"21":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":1.0},"299":{"tf":1.0},"31":{"tf":1.4142135623730951},"316":{"tf":1.0},"319":{"tf":1.0},"328":{"tf":1.0},"372":{"tf":1.0},"38":{"tf":1.0},"380":{"tf":1.0},"386":{"tf":1.4142135623730951},"47":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.4142135623730951},"92":{"tf":1.0}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"138":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"104":{"tf":1.0},"137":{"tf":1.0},"185":{"tf":1.0},"19":{"tf":1.0},"306":{"tf":1.0},"354":{"tf":1.0},"386":{"tf":1.0}}}}},"w":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"204":{"tf":1.0}}}}},"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":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"210":{"tf":1.0},"211":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"203":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"140":{"tf":1.0}}}}}}}},"df":28,"docs":{"137":{"tf":1.4142135623730951},"138":{"tf":1.0},"139":{"tf":1.0},"14":{"tf":1.4142135623730951},"140":{"tf":2.23606797749979},"141":{"tf":1.0},"16":{"tf":1.0},"168":{"tf":1.0},"172":{"tf":1.4142135623730951},"188":{"tf":1.0},"192":{"tf":1.0},"201":{"tf":1.0},"203":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.7320508075688772},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"214":{"tf":2.6457513110645907},"216":{"tf":1.4142135623730951},"217":{"tf":1.4142135623730951},"218":{"tf":1.4142135623730951},"252":{"tf":1.0},"37":{"tf":1.0},"6":{"tf":1.4142135623730951},"74":{"tf":1.7320508075688772}}},"x":{"df":0,"docs":{},"t":{"df":8,"docs":{"122":{"tf":1.0},"248":{"tf":1.0},"252":{"tf":1.0},"271":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"292":{"tf":1.4142135623730951},"386":{"tf":1.0},"96":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"18":{"tf":1.0},"243":{"tf":1.0},"274":{"tf":1.7320508075688772},"282":{"tf":1.0}}},"y":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"273":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}},"o":{"d":{"df":0,"docs":{},"e":{"/":{"*":{"*":{"/":{"c":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"274":{"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":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"305":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":2,"docs":{"274":{"tf":1.4142135623730951},"296":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"205":{"tf":1.7320508075688772},"210":{"tf":1.0},"211":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"205":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"167":{"tf":1.0},"205":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"205":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"205":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"[":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"35":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"102":{"tf":1.0},"182":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":8,"docs":{"102":{"tf":1.4142135623730951},"138":{"tf":1.0},"167":{"tf":1.0},"179":{"tf":1.4142135623730951},"180":{"tf":1.0},"182":{"tf":1.4142135623730951},"187":{"tf":1.0},"205":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":157,"docs":{"0":{"tf":1.0},"10":{"tf":1.4142135623730951},"100":{"tf":1.7320508075688772},"101":{"tf":1.0},"102":{"tf":3.0},"104":{"tf":2.0},"113":{"tf":1.0},"114":{"tf":1.4142135623730951},"119":{"tf":1.0},"120":{"tf":1.7320508075688772},"124":{"tf":1.0},"125":{"tf":1.0},"13":{"tf":1.0},"130":{"tf":1.4142135623730951},"131":{"tf":1.0},"135":{"tf":1.4142135623730951},"137":{"tf":3.7416573867739413},"138":{"tf":2.23606797749979},"139":{"tf":2.449489742783178},"14":{"tf":1.7320508075688772},"140":{"tf":3.4641016151377544},"141":{"tf":2.6457513110645907},"142":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.0},"153":{"tf":1.4142135623730951},"154":{"tf":1.7320508075688772},"156":{"tf":1.0},"159":{"tf":1.4142135623730951},"16":{"tf":1.7320508075688772},"160":{"tf":2.0},"161":{"tf":1.4142135623730951},"162":{"tf":1.0},"164":{"tf":1.0},"166":{"tf":1.4142135623730951},"167":{"tf":2.0},"168":{"tf":1.4142135623730951},"169":{"tf":1.4142135623730951},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.4142135623730951},"176":{"tf":1.0},"177":{"tf":1.4142135623730951},"178":{"tf":1.7320508075688772},"179":{"tf":1.0},"18":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.7320508075688772},"184":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.7320508075688772},"189":{"tf":1.0},"19":{"tf":2.0},"190":{"tf":1.0},"192":{"tf":1.0},"203":{"tf":1.7320508075688772},"205":{"tf":1.4142135623730951},"206":{"tf":1.0},"21":{"tf":1.7320508075688772},"210":{"tf":1.0},"213":{"tf":1.4142135623730951},"214":{"tf":1.4142135623730951},"218":{"tf":1.0},"223":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.7320508075688772},"227":{"tf":1.0},"232":{"tf":1.4142135623730951},"233":{"tf":1.7320508075688772},"234":{"tf":1.0},"235":{"tf":2.0},"236":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":2.23606797749979},"254":{"tf":1.0},"255":{"tf":1.4142135623730951},"260":{"tf":1.7320508075688772},"261":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"270":{"tf":1.0},"274":{"tf":1.4142135623730951},"275":{"tf":1.0},"28":{"tf":1.4142135623730951},"280":{"tf":1.0},"296":{"tf":2.23606797749979},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":3.0},"3":{"tf":1.7320508075688772},"30":{"tf":1.0},"300":{"tf":1.0},"305":{"tf":1.7320508075688772},"306":{"tf":1.7320508075688772},"307":{"tf":1.7320508075688772},"31":{"tf":1.4142135623730951},"316":{"tf":2.6457513110645907},"317":{"tf":1.0},"318":{"tf":2.8284271247461903},"319":{"tf":1.0},"32":{"tf":1.0},"321":{"tf":1.7320508075688772},"322":{"tf":1.0},"325":{"tf":1.7320508075688772},"328":{"tf":1.4142135623730951},"340":{"tf":1.7320508075688772},"344":{"tf":1.0},"352":{"tf":1.4142135623730951},"354":{"tf":1.4142135623730951},"355":{"tf":1.0},"356":{"tf":1.0},"357":{"tf":3.0},"36":{"tf":1.7320508075688772},"360":{"tf":1.4142135623730951},"362":{"tf":1.4142135623730951},"363":{"tf":1.4142135623730951},"364":{"tf":1.4142135623730951},"365":{"tf":1.4142135623730951},"367":{"tf":2.6457513110645907},"368":{"tf":2.0},"371":{"tf":1.7320508075688772},"372":{"tf":2.0},"374":{"tf":1.4142135623730951},"377":{"tf":1.4142135623730951},"379":{"tf":2.0},"38":{"tf":1.0},"380":{"tf":1.7320508075688772},"381":{"tf":1.0},"382":{"tf":1.0},"383":{"tf":1.0},"386":{"tf":2.23606797749979},"387":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.4142135623730951},"46":{"tf":2.449489742783178},"47":{"tf":1.4142135623730951},"58":{"tf":2.0},"60":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.7320508075688772},"66":{"tf":1.4142135623730951},"68":{"tf":1.0},"73":{"tf":1.4142135623730951},"74":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":2.0},"81":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"266":{"tf":1.0},"302":{"tf":1.7320508075688772},"323":{"tf":1.0}}}}}},"s":{"<":{"b":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"[":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"35":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"47":{"tf":1.0}},"i":{"df":2,"docs":{"117":{"tf":1.0},"51":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"df":46,"docs":{"100":{"tf":1.0},"121":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"226":{"tf":1.4142135623730951},"232":{"tf":1.4142135623730951},"233":{"tf":1.4142135623730951},"234":{"tf":1.0},"235":{"tf":2.23606797749979},"236":{"tf":1.4142135623730951},"239":{"tf":1.0},"248":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":2.6457513110645907},"255":{"tf":1.4142135623730951},"258":{"tf":1.0},"274":{"tf":2.23606797749979},"275":{"tf":1.0},"28":{"tf":1.0},"280":{"tf":1.0},"294":{"tf":1.0},"296":{"tf":1.7320508075688772},"299":{"tf":1.4142135623730951},"302":{"tf":1.4142135623730951},"305":{"tf":1.0},"307":{"tf":1.4142135623730951},"318":{"tf":2.6457513110645907},"321":{"tf":1.7320508075688772},"322":{"tf":1.0},"323":{"tf":1.7320508075688772},"333":{"tf":1.0},"356":{"tf":1.0},"357":{"tf":3.1622776601683795},"360":{"tf":1.7320508075688772},"363":{"tf":1.4142135623730951},"367":{"tf":2.23606797749979},"368":{"tf":1.7320508075688772},"371":{"tf":1.0},"382":{"tf":1.0},"384":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.0},"72":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"323":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":6,"docs":{"302":{"tf":1.0},"323":{"tf":2.6457513110645907},"333":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":3.0},"371":{"tf":1.4142135623730951}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"323":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"303":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"=":{"$":{"(":{"df":0,"docs":{},"l":{"df":2,"docs":{"274":{"tf":1.0},"359":{"tf":1.0}}}},"df":0,"docs":{}},".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":5,"docs":{"257":{"tf":1.0},"264":{"tf":1.0},"28":{"tf":1.0},"297":{"tf":1.0},"383":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"z":{"df":1,"docs":{"251":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":3,"docs":{"28":{"tf":1.0},"297":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"299":{"tf":1.0},"319":{"tf":1.0}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"=":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{"/":{"a":{"df":0,"docs":{},"m":{"d":{"6":{"4":{"df":2,"docs":{"259":{"tf":1.0},"303":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"m":{"6":{"4":{"df":5,"docs":{"18":{"tf":1.0},"244":{"tf":1.0},"259":{"tf":1.0},"303":{"tf":1.0},"351":{"tf":1.0}},"|":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{"/":{"a":{"df":0,"docs":{},"m":{"d":{"6":{"4":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"df":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":{"303":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":3,"docs":{"18":{"tf":1.0},"232":{"tf":1.0},"307":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"=":{"<":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":3,"docs":{"232":{"tf":1.0},"355":{"tf":1.0},"381":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"v":{"1":{"df":2,"docs":{"232":{"tf":1.0},"355":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"f":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"305":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"298":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"298":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"298":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"298":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"298":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"298":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"298":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"304":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}},"d":{"a":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":3,"docs":{"299":{"tf":1.0},"319":{"tf":1.0},"356":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"299":{"tf":1.0},"319":{"tf":1.0}}}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"299":{"tf":1.0},"319":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"_":{"df":1,"docs":{"27":{"tf":1.0}},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"255":{"tf":1.0},"260":{"tf":1.0},"266":{"tf":1.0},"295":{"tf":1.0}},"s":{"=":{"2":{"df":2,"docs":{"27":{"tf":1.0},"295":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":4,"docs":{"255":{"tf":1.0},"260":{"tf":1.0},"266":{"tf":1.0},"295":{"tf":1.0}},"s":{"=":{"1":{"2":{"0":{"df":2,"docs":{"27":{"tf":1.0},"295":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"=":{"3":{"df":1,"docs":{"27":{"tf":1.0}}},"5":{"df":1,"docs":{"295":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":4,"docs":{"255":{"tf":1.0},"260":{"tf":1.0},"266":{"tf":1.0},"295":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"304":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"306":{"tf":1.0}},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"=":{"$":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"d":{"/":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"236":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":2,"docs":{"235":{"tf":1.0},"357":{"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":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":2,"docs":{"254":{"tf":1.0},"296":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":6,"docs":{"234":{"tf":1.0},"247":{"tf":1.0},"255":{"tf":1.0},"296":{"tf":1.0},"357":{"tf":1.0},"365":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"r":{"a":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"303":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"297":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"d":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"304":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"n":{"a":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"=":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"3":{"0":{"0":{"0":{"df":3,"docs":{"300":{"tf":1.0},"311":{"tf":1.0},"327":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"267":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":7,"docs":{"260":{"tf":1.0},"261":{"tf":1.0},"266":{"tf":1.0},"300":{"tf":1.0},"327":{"tf":1.0},"41":{"tf":1.0},"47":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"307":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"k":{"df":0,"docs":{},"z":{"df":0,"docs":{},"g":{"_":{"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":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"298":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"298":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"298":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"298":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"298":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"=":{"/":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"44":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"z":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"240":{"tf":1.0},"298":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"240":{"tf":1.0},"298":{"tf":1.0},"69":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"/":{"*":{"/":{"*":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"102":{"tf":1.4142135623730951},"104":{"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":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"100":{"tf":1.0},"101":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"367":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"104":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"=":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":3,"docs":{"19":{"tf":1.0},"318":{"tf":1.0},"367":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"/":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"368":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"321":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":2,"docs":{"310":{"tf":1.0},"331":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"299":{"tf":1.0},"317":{"tf":1.0},"363":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":13,"docs":{"113":{"tf":1.0},"153":{"tf":1.0},"156":{"tf":1.0},"255":{"tf":1.0},"299":{"tf":1.4142135623730951},"316":{"tf":1.0},"317":{"tf":1.0},"318":{"tf":1.0},"321":{"tf":1.0},"365":{"tf":1.0},"367":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"73":{"tf":1.0}}}}},"df":1,"docs":{"226":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":9,"docs":{"156":{"tf":1.0},"255":{"tf":1.0},"260":{"tf":1.0},"299":{"tf":1.4142135623730951},"316":{"tf":1.0},"317":{"tf":1.0},"319":{"tf":1.0},"46":{"tf":1.0},"73":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"=":{"\"":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"a":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":2,"docs":{"310":{"tf":1.0},"331":{"tf":1.0}},"e":{",":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"_":{"d":{"a":{"_":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"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":2,"docs":{"299":{"tf":1.0},"373":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"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":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"=":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"373":{"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":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"=":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":8,"docs":{"119":{"tf":1.0},"299":{"tf":1.0},"310":{"tf":1.0},"316":{"tf":1.7320508075688772},"317":{"tf":1.0},"331":{"tf":1.0},"368":{"tf":1.0},"373":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":9,"docs":{"156":{"tf":1.0},"255":{"tf":1.0},"260":{"tf":1.0},"289":{"tf":1.0},"299":{"tf":1.4142135623730951},"316":{"tf":1.0},"317":{"tf":1.0},"46":{"tf":1.0},"73":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"373":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"s":{"_":{"df":1,"docs":{"261":{"tf":1.0}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"=":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"9":{"0":{"9":{"0":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"/":{"df":0,"docs":{},"v":{"1":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"v":{"1":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"300":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"267":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":5,"docs":{"260":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"300":{"tf":1.0},"41":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"=":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"9":{"0":{"9":{"0":{"df":2,"docs":{"300":{"tf":1.0},"311":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"267":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":7,"docs":{"260":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"300":{"tf":1.0},"326":{"tf":1.0},"41":{"tf":1.0},"47":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"362":{"tf":1.0}},"e":{"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"307":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"19":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"=":{"$":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"d":{"/":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"236":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":2,"docs":{"235":{"tf":1.0},"357":{"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":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":2,"docs":{"254":{"tf":1.0},"296":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":7,"docs":{"113":{"tf":1.0},"234":{"tf":1.0},"247":{"tf":1.0},"255":{"tf":1.0},"296":{"tf":1.0},"357":{"tf":1.0},"365":{"tf":1.0}}}}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"307":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"307":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"h":{"df":2,"docs":{"252":{"tf":1.0},"296":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"=":{"<":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"251":{"tf":1.0}}}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":3,"docs":{"232":{"tf":1.0},"355":{"tf":1.0},"381":{"tf":1.0}}}}}}},"a":{"b":{"c":{"1":{"2":{"3":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"4":{"5":{"6":{"7":{"8":{"9":{"df":1,"docs":{"232":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"355":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"18":{"tf":1.0},"232":{"tf":1.0},"307":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"=":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"4":{"3":{"1":{"7":{"df":2,"docs":{"324":{"tf":1.0},"47":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":3,"docs":{"300":{"tf":1.0},"317":{"tf":1.0},"41":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"=":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"4":{"3":{"1":{"8":{"df":2,"docs":{"324":{"tf":1.0},"47":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":3,"docs":{"300":{"tf":1.0},"317":{"tf":1.0},"41":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"304":{"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":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"304":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"304":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"s":{"d":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"304":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"304":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"=":{"1":{"df":2,"docs":{"251":{"tf":1.0},"297":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"297":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":9,"docs":{"245":{"tf":1.0},"250":{"tf":1.0},"260":{"tf":1.0},"266":{"tf":1.0},"297":{"tf":1.0},"383":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0},"71":{"tf":1.0}},"e":{"=":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":8,"docs":{"257":{"tf":1.0},"258":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"28":{"tf":1.0},"297":{"tf":1.0},"322":{"tf":1.4142135623730951},"368":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"264":{"tf":1.0}}}}}}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"297":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"s":{"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":3,"docs":{"255":{"tf":1.0},"299":{"tf":1.0},"313":{"tf":1.0}},"s":{"=":{"1":{"df":10,"docs":{"119":{"tf":1.0},"153":{"tf":1.0},"156":{"tf":1.0},"19":{"tf":1.0},"318":{"tf":1.0},"321":{"tf":1.0},"363":{"tf":1.0},"365":{"tf":1.0},"367":{"tf":1.4142135623730951},"62":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":4,"docs":{"255":{"tf":1.0},"299":{"tf":1.0},"317":{"tf":1.0},"73":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":2,"docs":{"317":{"tf":1.0},"46":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"305":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"305":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"n":{"df":9,"docs":{"100":{"tf":1.0},"120":{"tf":1.0},"195":{"tf":1.0},"198":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.4142135623730951},"266":{"tf":1.0},"297":{"tf":1.0},"302":{"tf":1.0}},"e":{"df":9,"docs":{"102":{"tf":1.0},"105":{"tf":1.0},"172":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.4142135623730951},"255":{"tf":1.4142135623730951},"260":{"tf":2.0},"266":{"tf":1.7320508075688772},"317":{"tf":2.0}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"251":{"tf":1.0}},"u":{"6":{"4":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"1":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"195":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"101":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"101":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"101":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":1,"docs":{"195":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":6,"docs":{"137":{"tf":1.0},"138":{"tf":1.4142135623730951},"139":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.4142135623730951},"297":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"148":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":33,"docs":{"130":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":1.7320508075688772},"141":{"tf":1.0},"148":{"tf":1.4142135623730951},"151":{"tf":1.0},"175":{"tf":1.4142135623730951},"18":{"tf":1.0},"19":{"tf":1.0},"238":{"tf":1.0},"244":{"tf":1.0},"250":{"tf":1.0},"252":{"tf":1.0},"255":{"tf":1.0},"259":{"tf":1.4142135623730951},"261":{"tf":1.0},"267":{"tf":1.0},"270":{"tf":1.4142135623730951},"28":{"tf":1.0},"284":{"tf":1.4142135623730951},"318":{"tf":1.0},"322":{"tf":1.4142135623730951},"323":{"tf":1.0},"351":{"tf":1.4142135623730951},"356":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":1.7320508075688772},"371":{"tf":1.0},"384":{"tf":1.0},"44":{"tf":1.0},"53":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0}}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"241":{"tf":1.0},"356":{"tf":1.0},"357":{"tf":1.0}}},"df":0,"docs":{}}}}},"h":{"df":1,"docs":{"360":{"tf":1.0}}},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"169":{"tf":1.0}}}}},"w":{"df":5,"docs":{"131":{"tf":1.0},"172":{"tf":1.0},"179":{"tf":1.0},"29":{"tf":1.0},"360":{"tf":1.0}}}},"t":{"df":0,"docs":{},"p":{"df":2,"docs":{"385":{"tf":1.0},"50":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"m":{":":{":":{"df":0,"docs":{},"{":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"6":{"4":{"df":1,"docs":{"195":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":13,"docs":{"100":{"tf":1.0},"115":{"tf":1.0},"151":{"tf":1.0},"250":{"tf":1.4142135623730951},"255":{"tf":1.4142135623730951},"260":{"tf":1.4142135623730951},"266":{"tf":1.4142135623730951},"295":{"tf":2.0},"340":{"tf":1.4142135623730951},"343":{"tf":1.0},"350":{"tf":1.0},"50":{"tf":1.0},"81":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":7,"docs":{"119":{"tf":1.0},"261":{"tf":1.4142135623730951},"267":{"tf":1.7320508075688772},"28":{"tf":1.4142135623730951},"326":{"tf":2.6457513110645907},"327":{"tf":1.7320508075688772},"332":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":74,"docs":{"100":{"tf":1.7320508075688772},"101":{"tf":1.7320508075688772},"102":{"tf":1.0},"104":{"tf":1.4142135623730951},"119":{"tf":1.7320508075688772},"125":{"tf":1.0},"137":{"tf":1.7320508075688772},"138":{"tf":1.0},"139":{"tf":1.0},"156":{"tf":1.0},"160":{"tf":1.0},"164":{"tf":1.0},"168":{"tf":1.7320508075688772},"169":{"tf":1.0},"171":{"tf":1.4142135623730951},"173":{"tf":1.0},"174":{"tf":1.4142135623730951},"185":{"tf":1.0},"190":{"tf":1.0},"192":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.0},"228":{"tf":1.4142135623730951},"229":{"tf":1.4142135623730951},"261":{"tf":1.0},"267":{"tf":1.4142135623730951},"271":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"300":{"tf":1.7320508075688772},"31":{"tf":1.0},"311":{"tf":1.4142135623730951},"314":{"tf":1.0},"315":{"tf":1.7320508075688772},"316":{"tf":1.0},"317":{"tf":1.0},"318":{"tf":1.0},"319":{"tf":1.0},"320":{"tf":1.0},"321":{"tf":1.0},"322":{"tf":1.0},"323":{"tf":1.0},"324":{"tf":1.0},"325":{"tf":1.7320508075688772},"326":{"tf":1.4142135623730951},"327":{"tf":1.0},"328":{"tf":1.0},"329":{"tf":1.7320508075688772},"330":{"tf":1.0},"331":{"tf":1.0},"332":{"tf":2.0},"333":{"tf":1.0},"334":{"tf":1.0},"352":{"tf":1.4142135623730951},"36":{"tf":1.0},"360":{"tf":1.7320508075688772},"374":{"tf":1.7320508075688772},"38":{"tf":1.4142135623730951},"384":{"tf":1.4142135623730951},"385":{"tf":1.4142135623730951},"386":{"tf":1.7320508075688772},"41":{"tf":1.0},"47":{"tf":1.7320508075688772},"52":{"tf":1.4142135623730951},"54":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"73":{"tf":1.7320508075688772},"81":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"117":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"192":{"tf":1.0},"228":{"tf":1.0},"353":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"368":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"273":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"213":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"323":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"137":{"tf":1.0},"139":{"tf":2.0}}}}}}},"k":{"(":{"_":{"df":1,"docs":{"172":{"tf":1.0}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"171":{"tf":1.0},"172":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"205":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":2,"docs":{"204":{"tf":1.4142135623730951},"205":{"tf":1.0}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":2,"docs":{"210":{"tf":1.0},"211":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":31,"docs":{"112":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"151":{"tf":1.0},"171":{"tf":1.7320508075688772},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"178":{"tf":1.0},"19":{"tf":1.0},"203":{"tf":1.7320508075688772},"204":{"tf":1.4142135623730951},"207":{"tf":1.0},"210":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"328":{"tf":1.0},"349":{"tf":1.0},"350":{"tf":1.0},"4":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951},"90":{"tf":1.0}}},"l":{"d":{"df":1,"docs":{"351":{"tf":1.0}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"301":{"tf":1.0},"322":{"tf":1.0}}}}},"n":{"c":{"df":6,"docs":{"173":{"tf":1.0},"181":{"tf":1.0},"190":{"tf":1.0},"192":{"tf":1.0},"38":{"tf":1.0},"61":{"tf":1.0}}},"df":13,"docs":{"122":{"tf":1.0},"162":{"tf":1.0},"173":{"tf":1.4142135623730951},"188":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"264":{"tf":1.0},"274":{"tf":1.0},"31":{"tf":1.0},"65":{"tf":1.0},"70":{"tf":1.0},"78":{"tf":1.0},"95":{"tf":1.4142135623730951}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"161":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"122":{"tf":1.0},"362":{"tf":2.23606797749979}}}},"p":{"df":1,"docs":{"386":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"358":{"tf":1.0}}},"r":{"df":134,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"130":{"tf":1.0},"138":{"tf":1.0},"14":{"tf":1.0},"141":{"tf":1.0},"158":{"tf":1.4142135623730951},"16":{"tf":1.0},"179":{"tf":1.0},"181":{"tf":1.0},"190":{"tf":1.0},"2":{"tf":1.0},"219":{"tf":2.0},"220":{"tf":1.0},"221":{"tf":1.4142135623730951},"222":{"tf":1.4142135623730951},"223":{"tf":1.7320508075688772},"224":{"tf":2.0},"225":{"tf":1.0},"226":{"tf":2.0},"227":{"tf":1.7320508075688772},"228":{"tf":1.7320508075688772},"229":{"tf":1.7320508075688772},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"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},"260":{"tf":1.0},"261":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"271":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.0},"274":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0},"280":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.0},"285":{"tf":1.0},"286":{"tf":1.0},"287":{"tf":1.0},"288":{"tf":1.0},"289":{"tf":1.0},"290":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"31":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.0},"314":{"tf":1.0},"315":{"tf":1.0},"316":{"tf":1.0},"317":{"tf":1.0},"318":{"tf":1.0},"319":{"tf":1.0},"320":{"tf":1.0},"321":{"tf":1.0},"322":{"tf":1.0},"323":{"tf":1.0},"324":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"328":{"tf":1.0},"329":{"tf":1.0},"330":{"tf":1.0},"331":{"tf":1.0},"332":{"tf":1.0},"333":{"tf":1.0},"334":{"tf":1.0},"337":{"tf":1.0},"356":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"8":{"tf":1.0}}}},"t":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"z":{"df":0,"docs":{},"g":{"df":1,"docs":{"298":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":2,"docs":{"115":{"tf":1.0},"51":{"tf":1.0}},"i":{"df":0,"docs":{},"m":{"df":3,"docs":{"14":{"tf":1.0},"270":{"tf":1.0},"323":{"tf":1.0}}},"o":{"df":0,"docs":{},"n":{"<":{"a":{"df":0,"docs":{},"r":{"c":{"<":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"u":{"6":{"4":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"205":{"tf":1.0}}}}}}}}},"u":{"6":{"4":{"df":1,"docs":{"204":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":1,"docs":{"100":{"tf":1.0}}}}},"df":33,"docs":{"137":{"tf":1.0},"138":{"tf":1.0},"140":{"tf":1.0},"167":{"tf":1.0},"172":{"tf":1.0},"184":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.7320508075688772},"205":{"tf":1.4142135623730951},"222":{"tf":1.0},"226":{"tf":1.0},"234":{"tf":1.4142135623730951},"235":{"tf":1.4142135623730951},"236":{"tf":1.4142135623730951},"239":{"tf":1.4142135623730951},"251":{"tf":1.4142135623730951},"257":{"tf":1.4142135623730951},"258":{"tf":1.4142135623730951},"260":{"tf":1.0},"267":{"tf":2.0},"269":{"tf":1.4142135623730951},"273":{"tf":1.0},"28":{"tf":1.7320508075688772},"300":{"tf":1.7320508075688772},"317":{"tf":1.4142135623730951},"324":{"tf":1.0},"326":{"tf":1.4142135623730951},"327":{"tf":1.7320508075688772},"343":{"tf":1.0},"350":{"tf":1.0},"41":{"tf":1.0},"47":{"tf":1.7320508075688772},"61":{"tf":1.0}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":13,"docs":{"10":{"tf":1.0},"159":{"tf":1.0},"192":{"tf":1.0},"213":{"tf":1.0},"26":{"tf":1.0},"316":{"tf":1.0},"36":{"tf":1.4142135623730951},"38":{"tf":1.0},"386":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.4142135623730951},"63":{"tf":1.0},"65":{"tf":1.4142135623730951}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"137":{"tf":1.0}}}}}}}}},"df":3,"docs":{"137":{"tf":2.23606797749979},"171":{"tf":1.0},"365":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{":":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"171":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"n":{"df":3,"docs":{"118":{"tf":1.4142135623730951},"222":{"tf":1.0},"293":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"115":{"tf":1.0},"385":{"tf":1.0},"50":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":3,"docs":{"360":{"tf":1.0},"365":{"tf":1.0},"382":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":2,"docs":{"357":{"tf":1.0},"360":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"63":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"p":{"df":10,"docs":{"260":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"28":{"tf":1.0},"300":{"tf":1.7320508075688772},"317":{"tf":1.4142135623730951},"324":{"tf":2.449489742783178},"41":{"tf":1.0},"47":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"190":{"tf":1.0}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":10,"docs":{"119":{"tf":1.0},"125":{"tf":1.0},"192":{"tf":1.0},"204":{"tf":1.0},"229":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"386":{"tf":1.0},"61":{"tf":1.0},"92":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"<":{"b":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":3,"docs":{"232":{"tf":1.0},"322":{"tf":1.0},"358":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":16,"docs":{"124":{"tf":1.0},"260":{"tf":1.0},"298":{"tf":1.7320508075688772},"299":{"tf":1.0},"306":{"tf":1.0},"321":{"tf":1.0},"353":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":1.4142135623730951},"370":{"tf":1.4142135623730951},"373":{"tf":1.0},"46":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0}},"—":{"d":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"370":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"1":{"tf":1.0},"124":{"tf":1.0},"134":{"tf":1.0},"137":{"tf":1.4142135623730951},"195":{"tf":1.0},"31":{"tf":1.0},"49":{"tf":1.4142135623730951},"52":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":3,"docs":{"159":{"tf":1.0},"175":{"tf":1.0},"273":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"d":{"df":10,"docs":{"240":{"tf":1.4142135623730951},"251":{"tf":1.0},"274":{"tf":1.7320508075688772},"298":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":2.23606797749979},"322":{"tf":1.0},"323":{"tf":1.0},"44":{"tf":1.0},"69":{"tf":1.0}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":27,"docs":{"12":{"tf":1.0},"158":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.7320508075688772},"225":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"29":{"tf":1.0},"33":{"tf":1.7320508075688772},"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},"98":{"tf":1.4142135623730951}}}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"df":2,"docs":{"138":{"tf":1.0},"377":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"298":{"tf":1.0}}}}}}}}}},"p":{".":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":3,"docs":{"326":{"tf":1.0},"47":{"tf":1.0},"73":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"df":0,"docs":{},"p":{"df":2,"docs":{"299":{"tf":1.0},"319":{"tf":1.0}}}},"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"213":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"177":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":7,"docs":{"115":{"tf":1.0},"116":{"tf":1.0},"149":{"tf":1.0},"186":{"tf":1.0},"230":{"tf":1.0},"75":{"tf":1.0},"97":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":4,"docs":{"125":{"tf":1.0},"13":{"tf":1.0},"184":{"tf":1.4142135623730951},"189":{"tf":1.4142135623730951}}}},"n":{"df":0,"docs":{},"i":{"c":{"\\":{"df":0,"docs":{},"|":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"101":{"tf":1.0}}}}}}},"df":3,"docs":{"122":{"tf":1.0},"306":{"tf":1.0},"62":{"tf":1.0}},"k":{"df":8,"docs":{"354":{"tf":1.0},"356":{"tf":1.0},"357":{"tf":1.0},"358":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":1.0},"361":{"tf":1.0},"364":{"tf":1.0}}},"s":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"100":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"164":{"tf":1.0}}}}}},"m":{"df":3,"docs":{"214":{"tf":1.0},"298":{"tf":1.0},"351":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":27,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"121":{"tf":1.0},"206":{"tf":1.0},"214":{"tf":1.0},"226":{"tf":1.0},"232":{"tf":1.0},"237":{"tf":1.7320508075688772},"250":{"tf":1.0},"261":{"tf":1.0},"28":{"tf":1.0},"298":{"tf":1.4142135623730951},"356":{"tf":1.4142135623730951},"364":{"tf":1.0},"372":{"tf":1.0},"38":{"tf":1.0},"384":{"tf":1.4142135623730951},"386":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"53":{"tf":1.4142135623730951},"57":{"tf":1.0},"66":{"tf":1.4142135623730951},"69":{"tf":1.0},"70":{"tf":1.0},"72":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"90":{"tf":1.4142135623730951}}}}}},"s":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"z":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"298":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"386":{"tf":1.0}}}}},"t":{"df":358,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.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.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.0},"147":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.7320508075688772},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.7320508075688772},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"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},"260":{"tf":1.0},"261":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"271":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.0},"274":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0},"280":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.0},"285":{"tf":1.0},"286":{"tf":1.0},"287":{"tf":1.0},"288":{"tf":1.0},"289":{"tf":1.0},"290":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"30":{"tf":1.7320508075688772},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"31":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.0},"314":{"tf":1.0},"315":{"tf":1.0},"316":{"tf":1.0},"317":{"tf":1.0},"318":{"tf":1.0},"319":{"tf":1.0},"32":{"tf":1.0},"320":{"tf":1.0},"321":{"tf":1.0},"322":{"tf":1.0},"323":{"tf":1.0},"324":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"328":{"tf":1.0},"329":{"tf":1.0},"33":{"tf":1.0},"330":{"tf":1.0},"331":{"tf":1.0},"332":{"tf":1.0},"333":{"tf":1.0},"334":{"tf":1.0},"335":{"tf":1.7320508075688772},"336":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.0},"339":{"tf":1.0},"34":{"tf":1.0},"340":{"tf":1.0},"341":{"tf":1.0},"342":{"tf":1.0},"343":{"tf":1.0},"344":{"tf":1.0},"345":{"tf":1.0},"346":{"tf":1.0},"347":{"tf":1.0},"348":{"tf":1.0},"349":{"tf":1.0},"35":{"tf":1.0},"350":{"tf":1.0},"351":{"tf":1.0},"352":{"tf":1.0},"353":{"tf":1.0},"354":{"tf":1.0},"355":{"tf":1.0},"356":{"tf":1.0},"357":{"tf":1.0},"358":{"tf":1.0},"359":{"tf":1.0},"36":{"tf":1.0},"360":{"tf":1.0},"361":{"tf":1.0},"362":{"tf":1.0},"363":{"tf":1.0},"364":{"tf":1.0},"365":{"tf":1.0},"366":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":1.0},"37":{"tf":1.0},"370":{"tf":1.0},"371":{"tf":1.0},"372":{"tf":1.0},"373":{"tf":1.0},"374":{"tf":1.0},"375":{"tf":1.0},"376":{"tf":1.0},"377":{"tf":1.0},"378":{"tf":1.0},"379":{"tf":1.0},"38":{"tf":1.0},"380":{"tf":1.0},"381":{"tf":1.0},"382":{"tf":1.0},"383":{"tf":1.0},"384":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"387":{"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},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.7320508075688772},"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},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"188":{"tf":1.0}}}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":4,"docs":{"10":{"tf":1.0},"104":{"tf":1.0},"206":{"tf":1.0},"386":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":4,"docs":{"138":{"tf":2.449489742783178},"177":{"tf":1.4142135623730951},"188":{"tf":1.0},"60":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"125":{"tf":1.0},"329":{"tf":1.0},"61":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":6,"docs":{"171":{"tf":1.0},"204":{"tf":1.0},"251":{"tf":1.0},"274":{"tf":1.4142135623730951},"305":{"tf":1.0},"375":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"307":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"307":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"252":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"(":{"\"":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"z":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"122":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":28,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"12":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.7320508075688772},"15":{"tf":1.4142135623730951},"213":{"tf":1.0},"236":{"tf":1.0},"238":{"tf":1.4142135623730951},"240":{"tf":1.4142135623730951},"248":{"tf":1.0},"252":{"tf":1.0},"255":{"tf":1.4142135623730951},"270":{"tf":1.0},"274":{"tf":2.8284271247461903},"280":{"tf":1.0},"281":{"tf":1.0},"296":{"tf":1.7320508075688772},"297":{"tf":1.0},"298":{"tf":1.4142135623730951},"357":{"tf":1.0},"359":{"tf":1.0},"383":{"tf":1.0},"384":{"tf":1.0},"44":{"tf":1.4142135623730951},"5":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":39,"docs":{"110":{"tf":1.4142135623730951},"111":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951},"114":{"tf":1.0},"115":{"tf":2.6457513110645907},"116":{"tf":1.0},"118":{"tf":1.0},"12":{"tf":1.0},"122":{"tf":1.4142135623730951},"124":{"tf":1.0},"125":{"tf":1.7320508075688772},"126":{"tf":1.0},"131":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":1.0},"176":{"tf":1.0},"179":{"tf":1.0},"186":{"tf":2.0},"187":{"tf":1.0},"188":{"tf":1.7320508075688772},"189":{"tf":1.0},"19":{"tf":1.4142135623730951},"190":{"tf":1.4142135623730951},"318":{"tf":1.0},"322":{"tf":1.4142135623730951},"368":{"tf":1.4142135623730951},"37":{"tf":1.0},"372":{"tf":1.0},"385":{"tf":1.0},"40":{"tf":1.4142135623730951},"57":{"tf":1.0},"65":{"tf":1.0},"76":{"tf":1.0},"8":{"tf":1.0},"88":{"tf":1.4142135623730951},"89":{"tf":1.7320508075688772},"90":{"tf":1.4142135623730951},"95":{"tf":1.0},"96":{"tf":1.0}},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"32":{"tf":1.0}}}}}}}}}}}}}}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"169":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":38,"docs":{"121":{"tf":1.0},"122":{"tf":1.4142135623730951},"126":{"tf":1.0},"146":{"tf":1.4142135623730951},"19":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"246":{"tf":1.0},"254":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"265":{"tf":1.0},"267":{"tf":1.0},"27":{"tf":1.0},"274":{"tf":1.4142135623730951},"28":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"316":{"tf":2.0},"317":{"tf":1.0},"321":{"tf":1.4142135623730951},"322":{"tf":1.4142135623730951},"324":{"tf":1.0},"354":{"tf":1.4142135623730951},"356":{"tf":1.4142135623730951},"357":{"tf":1.4142135623730951},"359":{"tf":1.0},"360":{"tf":1.0},"361":{"tf":1.0},"363":{"tf":1.4142135623730951},"364":{"tf":1.4142135623730951},"368":{"tf":1.7320508075688772},"373":{"tf":1.0},"39":{"tf":1.0},"71":{"tf":1.0},"74":{"tf":1.0}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"138":{"tf":3.1622776601683795},"140":{"tf":2.6457513110645907},"177":{"tf":1.4142135623730951},"179":{"tf":1.0},"188":{"tf":1.0},"372":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"138":{"tf":1.0}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"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":{"172":{"tf":1.0}},"s":{".":{"d":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"172":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"172":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"172":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":1,"docs":{"172":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"108":{"tf":1.0}}}}}},"df":40,"docs":{"100":{"tf":2.0},"101":{"tf":2.0},"115":{"tf":1.0},"123":{"tf":1.0},"137":{"tf":2.0},"138":{"tf":1.7320508075688772},"139":{"tf":2.0},"145":{"tf":1.7320508075688772},"147":{"tf":2.0},"151":{"tf":1.0},"19":{"tf":2.0},"195":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"255":{"tf":1.4142135623730951},"299":{"tf":1.4142135623730951},"3":{"tf":1.0},"317":{"tf":1.0},"318":{"tf":2.0},"321":{"tf":1.4142135623730951},"322":{"tf":1.4142135623730951},"342":{"tf":1.0},"343":{"tf":1.0},"350":{"tf":1.4142135623730951},"354":{"tf":1.0},"367":{"tf":2.23606797749979},"368":{"tf":1.0},"374":{"tf":1.0},"386":{"tf":1.4142135623730951},"46":{"tf":1.7320508075688772},"47":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.7320508075688772},"51":{"tf":1.4142135623730951},"53":{"tf":1.0},"73":{"tf":1.4142135623730951},"79":{"tf":1.7320508075688772},"85":{"tf":2.23606797749979},"86":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":10,"docs":{"10":{"tf":1.4142135623730951},"137":{"tf":1.4142135623730951},"175":{"tf":1.0},"221":{"tf":1.0},"244":{"tf":1.0},"259":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.7320508075688772},"38":{"tf":1.0},"386":{"tf":1.4142135623730951}}}}}},"i":{"df":0,"docs":{},"o":{"d":{"df":5,"docs":{"134":{"tf":1.0},"137":{"tf":1.0},"304":{"tf":1.0},"386":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"137":{"tf":1.4142135623730951},"140":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"358":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"119":{"tf":1.0},"299":{"tf":1.0},"321":{"tf":1.4142135623730951},"363":{"tf":1.4142135623730951},"365":{"tf":1.0},"368":{"tf":1.0},"46":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"1":{"[":{"\"":{"1":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"55":{"tf":1.4142135623730951}}},"2":{"[":{"\"":{"2":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"55":{"tf":1.7320508075688772}}},"3":{"[":{"\"":{"3":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"55":{"tf":1.7320508075688772}}},"4":{"[":{"\"":{"4":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"55":{"tf":1.7320508075688772}}},"5":{"[":{"\"":{"5":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"55":{"tf":1.7320508075688772}}},"6":{"[":{"\"":{"6":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"55":{"tf":1.4142135623730951}}},"df":6,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"55":{"tf":2.6457513110645907},"56":{"tf":1.4142135623730951},"80":{"tf":1.0},"98":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":10,"docs":{"11":{"tf":1.0},"229":{"tf":1.0},"29":{"tf":1.4142135623730951},"48":{"tf":1.7320508075688772},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0}}}}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"120":{"tf":1.0},"125":{"tf":1.0},"210":{"tf":1.0}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"222":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"198":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":5,"docs":{"120":{"tf":1.0},"252":{"tf":1.4142135623730951},"266":{"tf":1.4142135623730951},"302":{"tf":1.7320508075688772},"323":{"tf":1.0}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"385":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":9,"docs":{"120":{"tf":1.0},"14":{"tf":1.0},"160":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"229":{"tf":1.0},"46":{"tf":1.0}}}}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"360":{"tf":1.4142135623730951},"382":{"tf":1.0}}}}}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":3,"docs":{"19":{"tf":1.0},"225":{"tf":1.0},"239":{"tf":1.0}}}},"df":0,"docs":{},"n":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":12,"docs":{"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"19":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"349":{"tf":1.0},"350":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":32,"docs":{"101":{"tf":1.0},"125":{"tf":1.4142135623730951},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"13":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"158":{"tf":1.4142135623730951},"19":{"tf":1.0},"192":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"198":{"tf":1.0},"213":{"tf":1.0},"227":{"tf":1.0},"26":{"tf":1.0},"269":{"tf":1.0},"28":{"tf":1.0},"31":{"tf":1.0},"349":{"tf":1.0},"350":{"tf":1.0},"38":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"57":{"tf":2.0},"58":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"351":{"tf":1.0}}}}}}}}}},"df":18,"docs":{"221":{"tf":1.0},"223":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"242":{"tf":1.4142135623730951},"244":{"tf":1.0},"251":{"tf":1.4142135623730951},"257":{"tf":1.0},"259":{"tf":1.4142135623730951},"264":{"tf":1.0},"274":{"tf":1.0},"28":{"tf":1.0},"284":{"tf":1.4142135623730951},"298":{"tf":1.0},"303":{"tf":2.23606797749979},"359":{"tf":1.0},"383":{"tf":1.0},"43":{"tf":1.0}}}}}}}},"df":0,"docs":{},"u":{"df":1,"docs":{"10":{"tf":1.0}},"g":{"df":1,"docs":{"209":{"tf":1.0}},"g":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"63":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"b":{"df":1,"docs":{"138":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"d":{"df":12,"docs":{"163":{"tf":1.0},"164":{"tf":1.0},"227":{"tf":1.4142135623730951},"270":{"tf":1.0},"302":{"tf":1.0},"323":{"tf":2.6457513110645907},"367":{"tf":1.0},"368":{"tf":4.795831523312719},"371":{"tf":2.23606797749979},"386":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.0}},"s":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"267":{"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":14,"docs":{"14":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"213":{"tf":1.0},"252":{"tf":1.0},"276":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951},"40":{"tf":1.0},"44":{"tf":1.0},"66":{"tf":1.0}}}}},"l":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":13,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"113":{"tf":1.0},"122":{"tf":1.0},"247":{"tf":1.4142135623730951},"255":{"tf":1.0},"260":{"tf":1.0},"266":{"tf":1.0},"274":{"tf":1.0},"278":{"tf":1.7320508075688772},"294":{"tf":1.0},"313":{"tf":1.0},"386":{"tf":1.0}},"e":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":52,"docs":{"100":{"tf":1.4142135623730951},"122":{"tf":1.0},"126":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"148":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"158":{"tf":1.0},"19":{"tf":1.4142135623730951},"226":{"tf":1.0},"246":{"tf":2.0},"254":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"265":{"tf":1.0},"27":{"tf":1.0},"278":{"tf":1.0},"28":{"tf":1.0},"294":{"tf":1.4142135623730951},"299":{"tf":1.0},"305":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.0},"317":{"tf":1.0},"321":{"tf":1.4142135623730951},"322":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"331":{"tf":1.0},"332":{"tf":1.0},"333":{"tf":1.0},"351":{"tf":1.0},"352":{"tf":1.0},"354":{"tf":1.7320508075688772},"356":{"tf":1.0},"357":{"tf":1.4142135623730951},"359":{"tf":1.0},"360":{"tf":1.0},"361":{"tf":1.0},"363":{"tf":1.4142135623730951},"364":{"tf":1.4142135623730951},"365":{"tf":1.0},"368":{"tf":1.7320508075688772},"372":{"tf":1.0},"377":{"tf":1.4142135623730951},"380":{"tf":1.0},"39":{"tf":1.4142135623730951},"71":{"tf":1.4142135623730951},"83":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":5,"docs":{"168":{"tf":1.0},"169":{"tf":1.0},"173":{"tf":2.23606797749979},"175":{"tf":1.0},"188":{"tf":1.0}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"373":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"52":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"1":{"tf":1.0},"31":{"tf":1.0},"54":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0}}}},"df":0,"docs":{}},"df":17,"docs":{"122":{"tf":1.7320508075688772},"160":{"tf":1.0},"164":{"tf":1.0},"243":{"tf":1.0},"260":{"tf":1.0},"267":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"305":{"tf":1.0},"352":{"tf":1.7320508075688772},"360":{"tf":3.3166247903554},"365":{"tf":1.0},"372":{"tf":1.0},"374":{"tf":1.0},"380":{"tf":1.0},"382":{"tf":1.7320508075688772},"62":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.4142135623730951},"104":{"tf":1.0},"131":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":4,"docs":{"192":{"tf":1.0},"321":{"tf":1.0},"368":{"tf":1.0},"386":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":19,"docs":{"116":{"tf":1.7320508075688772},"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},"148":{"tf":1.0},"15":{"tf":1.0},"185":{"tf":1.4142135623730951},"19":{"tf":1.0},"277":{"tf":1.4142135623730951},"337":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"64":{"tf":1.0},"95":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":10,"docs":{"18":{"tf":1.0},"236":{"tf":1.7320508075688772},"251":{"tf":1.0},"257":{"tf":1.4142135623730951},"263":{"tf":1.0},"28":{"tf":1.4142135623730951},"297":{"tf":1.4142135623730951},"43":{"tf":1.0},"66":{"tf":1.0},"70":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"195":{"tf":1.0}}}}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":6,"docs":{"137":{"tf":1.0},"38":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"63":{"tf":1.0},"85":{"tf":1.0}}}},"df":0,"docs":{}}},"df":2,"docs":{"285":{"tf":1.0},"297":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"244":{"tf":1.0},"252":{"tf":1.0},"263":{"tf":1.0},"279":{"tf":1.0},"351":{"tf":1.0},"52":{"tf":1.0}}}},"i":{"df":0,"docs":{},"x":{"df":9,"docs":{"19":{"tf":1.0},"299":{"tf":1.0},"318":{"tf":1.4142135623730951},"319":{"tf":1.4142135623730951},"321":{"tf":1.0},"322":{"tf":1.0},"367":{"tf":1.4142135623730951},"368":{"tf":1.0},"46":{"tf":1.0}}}}},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"226":{"tf":1.0},"386":{"tf":1.0}}}}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"205":{"tf":1.0},"213":{"tf":1.0},"222":{"tf":1.0},"228":{"tf":1.0},"65":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":48,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"113":{"tf":1.0},"14":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":1.0},"18":{"tf":1.4142135623730951},"192":{"tf":1.0},"203":{"tf":1.4142135623730951},"219":{"tf":1.0},"220":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.4142135623730951},"224":{"tf":1.0},"225":{"tf":1.4142135623730951},"226":{"tf":1.0},"227":{"tf":1.0},"228":{"tf":1.4142135623730951},"229":{"tf":1.4142135623730951},"230":{"tf":1.7320508075688772},"231":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.0},"263":{"tf":1.4142135623730951},"274":{"tf":1.0},"314":{"tf":1.0},"334":{"tf":1.0},"351":{"tf":1.0},"380":{"tf":1.0},"41":{"tf":1.0},"8":{"tf":1.0},"97":{"tf":1.0}}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":9,"docs":{"101":{"tf":1.0},"138":{"tf":1.0},"203":{"tf":1.0},"223":{"tf":1.0},"229":{"tf":1.0},"351":{"tf":1.0},"355":{"tf":1.0},"365":{"tf":1.0},"380":{"tf":1.0}}}},"r":{"df":0,"docs":{},"v":{"df":3,"docs":{"140":{"tf":1.0},"156":{"tf":1.4142135623730951},"290":{"tf":1.7320508075688772}}}},"t":{"_":{"1":{"0":{"df":0,"docs":{},"v":{"2":{"df":1,"docs":{"362":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":6,"docs":{"118":{"tf":1.4142135623730951},"206":{"tf":1.0},"255":{"tf":1.0},"299":{"tf":1.0},"317":{"tf":1.0},"352":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"137":{"tf":1.7320508075688772}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":10,"docs":{"121":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.0},"226":{"tf":1.0},"275":{"tf":1.0},"352":{"tf":1.0},"354":{"tf":1.0},"386":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":4,"docs":{"323":{"tf":1.4142135623730951},"360":{"tf":1.0},"368":{"tf":1.7320508075688772},"382":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"368":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"125":{"tf":1.0},"213":{"tf":1.0},"227":{"tf":1.0},"66":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"154":{"tf":1.0},"194":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":13,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"213":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":5,"docs":{"11":{"tf":1.0},"223":{"tf":1.4142135623730951},"225":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"54":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":6,"docs":{"247":{"tf":1.0},"251":{"tf":1.0},"267":{"tf":1.0},"304":{"tf":1.0},"327":{"tf":1.0},"47":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":3,"docs":{"260":{"tf":1.0},"266":{"tf":1.0},"300":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"n":{"!":{"(":{"\"":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"137":{"tf":1.0}},"i":{"df":0,"docs":{},"z":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"137":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"139":{"tf":1.0}}}}}}}},"o":{"b":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"50":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":10,"docs":{"115":{"tf":1.0},"162":{"tf":1.0},"188":{"tf":1.0},"210":{"tf":1.4142135623730951},"212":{"tf":1.0},"213":{"tf":1.0},"302":{"tf":1.4142135623730951},"322":{"tf":1.0},"386":{"tf":1.0},"58":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"372":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"172":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"s":{"df":41,"docs":{"0":{"tf":1.0},"100":{"tf":1.0},"126":{"tf":1.4142135623730951},"138":{"tf":1.0},"156":{"tf":1.0},"159":{"tf":1.7320508075688772},"164":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0},"177":{"tf":1.0},"19":{"tf":1.0},"227":{"tf":1.0},"243":{"tf":1.4142135623730951},"249":{"tf":1.0},"250":{"tf":1.0},"26":{"tf":1.0},"267":{"tf":1.0},"273":{"tf":1.0},"3":{"tf":1.0},"306":{"tf":1.0},"316":{"tf":1.0},"321":{"tf":1.4142135623730951},"348":{"tf":1.0},"357":{"tf":1.0},"36":{"tf":1.0},"360":{"tf":1.4142135623730951},"362":{"tf":1.4142135623730951},"365":{"tf":1.0},"367":{"tf":1.0},"371":{"tf":1.0},"38":{"tf":1.0},"382":{"tf":1.4142135623730951},"386":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"68":{"tf":1.0},"71":{"tf":1.0}},"e":{"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":1,"docs":{"124":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"150":{"tf":1.0},"62":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"d":{"df":1,"docs":{"190":{"tf":1.0}},"u":{"c":{"df":18,"docs":{"10":{"tf":1.0},"104":{"tf":1.4142135623730951},"169":{"tf":1.0},"173":{"tf":1.0},"19":{"tf":1.0},"193":{"tf":1.0},"24":{"tf":1.4142135623730951},"345":{"tf":1.0},"354":{"tf":1.0},"364":{"tf":1.4142135623730951},"377":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.4142135623730951},"50":{"tf":1.7320508075688772},"80":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"96":{"tf":1.0}},"t":{"df":31,"docs":{"10":{"tf":1.0},"104":{"tf":1.0},"117":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.4142135623730951},"127":{"tf":1.0},"131":{"tf":1.4142135623730951},"138":{"tf":1.4142135623730951},"139":{"tf":1.4142135623730951},"14":{"tf":1.4142135623730951},"140":{"tf":1.0},"141":{"tf":1.0},"155":{"tf":1.0},"163":{"tf":1.0},"166":{"tf":1.0},"168":{"tf":1.4142135623730951},"171":{"tf":1.0},"172":{"tf":1.0},"181":{"tf":1.0},"185":{"tf":1.0},"19":{"tf":1.0},"245":{"tf":1.0},"273":{"tf":1.4142135623730951},"282":{"tf":1.0},"3":{"tf":1.0},"305":{"tf":1.0},"352":{"tf":1.0},"364":{"tf":1.0},"386":{"tf":1.7320508075688772},"53":{"tf":1.0},"61":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"l":{"df":1,"docs":{"141":{"tf":1.4142135623730951}}}},"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"89":{"tf":1.4142135623730951}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":4,"docs":{"246":{"tf":1.0},"274":{"tf":1.7320508075688772},"294":{"tf":1.0},"354":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":16,"docs":{"132":{"tf":1.0},"133":{"tf":1.7320508075688772},"168":{"tf":1.0},"176":{"tf":1.0},"184":{"tf":1.0},"192":{"tf":1.0},"222":{"tf":1.0},"251":{"tf":1.4142135623730951},"3":{"tf":1.0},"31":{"tf":1.0},"352":{"tf":1.0},"354":{"tf":1.0},"364":{"tf":1.0},"386":{"tf":1.4142135623730951},"52":{"tf":1.0},"55":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":17,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"10":{"tf":2.0},"11":{"tf":1.0},"12":{"tf":1.0},"2":{"tf":1.0},"282":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0},"367":{"tf":1.0},"387":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":17,"docs":{"113":{"tf":1.0},"137":{"tf":1.0},"226":{"tf":1.0},"260":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"28":{"tf":1.0},"300":{"tf":1.4142135623730951},"302":{"tf":1.4142135623730951},"325":{"tf":1.4142135623730951},"326":{"tf":1.7320508075688772},"360":{"tf":1.0},"374":{"tf":1.0},"47":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"69":{"tf":1.0},"73":{"tf":1.0}},"s":{"+":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"n":{"a":{"df":1,"docs":{"327":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"n":{"a":{"df":5,"docs":{"119":{"tf":1.0},"273":{"tf":1.0},"3":{"tf":1.0},"360":{"tf":1.0},"47":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},":":{"9":{"0":{"9":{"0":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"/":{"df":0,"docs":{},"v":{"1":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"v":{"1":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":3,"docs":{"267":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":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":{"267":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"298":{"tf":1.0}}}},"q":{"df":0,"docs":{},"l":{"df":4,"docs":{"266":{"tf":1.0},"28":{"tf":1.0},"326":{"tf":1.0},"47":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"f":{"df":16,"docs":{"100":{"tf":2.449489742783178},"122":{"tf":1.0},"126":{"tf":1.0},"158":{"tf":1.0},"19":{"tf":1.4142135623730951},"226":{"tf":1.0},"246":{"tf":1.0},"278":{"tf":1.0},"351":{"tf":1.0},"354":{"tf":1.4142135623730951},"372":{"tf":1.4142135623730951},"377":{"tf":1.4142135623730951},"380":{"tf":1.0},"386":{"tf":1.4142135623730951},"39":{"tf":1.0},"71":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"122":{"tf":1.0},"137":{"tf":1.7320508075688772},"138":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"248":{"tf":1.0},"250":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"137":{"tf":1.0},"141":{"tf":1.0},"360":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"386":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"s":{"df":3,"docs":{"137":{"tf":1.0},"138":{"tf":1.0},"177":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"275":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":13,"docs":{"10":{"tf":1.4142135623730951},"115":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.4142135623730951},"139":{"tf":1.0},"140":{"tf":1.0},"16":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":1.0},"385":{"tf":1.0},"387":{"tf":1.0},"50":{"tf":2.0},"54":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":8,"docs":{"210":{"tf":1.0},"238":{"tf":1.0},"246":{"tf":1.0},"294":{"tf":1.0},"298":{"tf":1.7320508075688772},"385":{"tf":1.0},"53":{"tf":1.0},"66":{"tf":1.0}},"n":{"df":1,"docs":{"116":{"tf":1.0}}}},"i":{"d":{"df":17,"docs":{"10":{"tf":1.0},"160":{"tf":1.0},"167":{"tf":1.0},"169":{"tf":1.4142135623730951},"179":{"tf":1.0},"18":{"tf":1.0},"182":{"tf":1.4142135623730951},"203":{"tf":1.0},"205":{"tf":1.4142135623730951},"213":{"tf":1.0},"218":{"tf":1.0},"22":{"tf":1.0},"249":{"tf":1.0},"326":{"tf":1.0},"36":{"tf":1.7320508075688772},"47":{"tf":1.0},"68":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":9,"docs":{"150":{"tf":1.0},"192":{"tf":1.0},"218":{"tf":1.0},"26":{"tf":1.4142135623730951},"326":{"tf":1.0},"327":{"tf":1.4142135623730951},"38":{"tf":1.0},"386":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":4,"docs":{"287":{"tf":1.0},"304":{"tf":1.4142135623730951},"351":{"tf":1.4142135623730951},"359":{"tf":1.0}}}}}},"s":{"df":10,"docs":{"247":{"tf":1.0},"274":{"tf":1.4142135623730951},"301":{"tf":1.0},"322":{"tf":1.7320508075688772},"358":{"tf":1.0},"360":{"tf":1.0},"362":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":1.7320508075688772},"371":{"tf":1.4142135623730951}}},"u":{"b":{"df":45,"docs":{"118":{"tf":2.23606797749979},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"179":{"tf":1.0},"183":{"tf":1.0},"19":{"tf":1.0},"203":{"tf":1.4142135623730951},"204":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"206":{"tf":1.0},"207":{"tf":2.449489742783178},"21":{"tf":1.0},"210":{"tf":1.4142135623730951},"211":{"tf":1.4142135623730951},"216":{"tf":2.8284271247461903},"217":{"tf":1.7320508075688772},"218":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"340":{"tf":1.0},"341":{"tf":1.0},"342":{"tf":1.0},"343":{"tf":1.0},"344":{"tf":1.0},"345":{"tf":1.0},"346":{"tf":1.0},"347":{"tf":1.0},"348":{"tf":1.0},"349":{"tf":1.0},"350":{"tf":1.0},"40":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"89":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":4,"docs":{"10":{"tf":1.0},"101":{"tf":2.449489742783178},"138":{"tf":1.4142135623730951},"386":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"_":{"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":{"274":{"tf":1.0}}}}}}}}}},"df":2,"docs":{"250":{"tf":1.0},"359":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"385":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"117":{"tf":1.0},"31":{"tf":1.0},"316":{"tf":1.0},"68":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":10,"docs":{"188":{"tf":1.0},"245":{"tf":1.0},"250":{"tf":1.4142135623730951},"263":{"tf":1.0},"264":{"tf":1.4142135623730951},"270":{"tf":1.0},"274":{"tf":1.0},"276":{"tf":1.0},"283":{"tf":1.0},"383":{"tf":1.0}}}},"t":{"df":1,"docs":{"83":{"tf":1.0}}}},"v":{"/":{"c":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"270":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"q":{"1":{"df":1,"docs":{"165":{"tf":1.4142135623730951}},"{":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"165":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"2":{"df":1,"docs":{"165":{"tf":1.4142135623730951}},"{":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"165":{"tf":1.0}}}}}}}},"3":{"df":1,"docs":{"165":{"tf":1.4142135623730951}},"{":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"165":{"tf":1.0}}},"df":0,"docs":{}}}}}},"5":{"df":1,"docs":{"165":{"tf":1.4142135623730951}},"{":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"165":{"tf":1.0}}}}},"df":0,"docs":{}}}},"6":{"df":1,"docs":{"165":{"tf":1.4142135623730951}},"{":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"165":{"tf":1.0}}}}},"df":0,"docs":{}}}},"7":{"df":1,"docs":{"165":{"tf":1.4142135623730951}},"{":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"165":{"tf":1.0}}}},"df":0,"docs":{}}},"8":{"df":1,"docs":{"165":{"tf":1.4142135623730951}},"{":{"d":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"165":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"a":{"df":1,"docs":{"31":{"tf":1.0}}},"df":4,"docs":{"274":{"tf":1.4142135623730951},"322":{"tf":1.0},"360":{"tf":1.0},"368":{"tf":1.0}},"p":{"df":1,"docs":{"141":{"tf":1.4142135623730951}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":12,"docs":{"113":{"tf":1.0},"142":{"tf":1.0},"173":{"tf":1.0},"203":{"tf":1.4142135623730951},"260":{"tf":1.0},"261":{"tf":1.0},"266":{"tf":1.0},"268":{"tf":1.0},"28":{"tf":1.0},"300":{"tf":1.4142135623730951},"326":{"tf":1.7320508075688772},"47":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"336":{"tf":1.0},"337":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"138":{"tf":1.7320508075688772}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":40,"docs":{"106":{"tf":1.4142135623730951},"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"120":{"tf":1.0},"125":{"tf":1.0},"163":{"tf":1.0},"166":{"tf":1.7320508075688772},"200":{"tf":1.0},"201":{"tf":1.0},"243":{"tf":1.0},"247":{"tf":1.4142135623730951},"250":{"tf":1.4142135623730951},"251":{"tf":1.4142135623730951},"273":{"tf":1.0},"274":{"tf":1.0},"29":{"tf":1.0},"308":{"tf":1.4142135623730951},"317":{"tf":1.0},"330":{"tf":1.4142135623730951},"335":{"tf":1.0},"336":{"tf":1.0},"337":{"tf":1.4142135623730951},"338":{"tf":2.0},"339":{"tf":1.0},"340":{"tf":1.0},"341":{"tf":1.0},"342":{"tf":1.0},"343":{"tf":1.0},"344":{"tf":1.0},"345":{"tf":1.0},"346":{"tf":1.0},"347":{"tf":1.0},"348":{"tf":1.0},"349":{"tf":1.0},"350":{"tf":1.0},"351":{"tf":1.0},"352":{"tf":1.4142135623730951},"365":{"tf":1.4142135623730951},"367":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"17":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":18,"docs":{"12":{"tf":1.4142135623730951},"15":{"tf":1.0},"17":{"tf":1.7320508075688772},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"261":{"tf":1.0},"267":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"6":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"54":{"tf":1.0}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"124":{"tf":1.0},"137":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"137":{"tf":1.4142135623730951}}}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"183":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":8,"docs":{"102":{"tf":1.4142135623730951},"137":{"tf":1.4142135623730951},"177":{"tf":1.0},"188":{"tf":1.0},"266":{"tf":1.4142135623730951},"302":{"tf":1.4142135623730951},"344":{"tf":1.0},"51":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"182":{"tf":1.0},"362":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":1.0}}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"166":{"tf":1.0}}}},"s":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"298":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"322":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"(":{"1":{"0":{"0":{".":{"0":{"df":1,"docs":{"362":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"100":{"tf":1.0},"79":{"tf":1.0},"85":{"tf":2.0}}},"df":0,"docs":{}},"5":{"df":2,"docs":{"100":{"tf":1.0},"361":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":1,"docs":{"95":{"tf":1.0}}}},"df":43,"docs":{"100":{"tf":2.23606797749979},"101":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"115":{"tf":1.0},"117":{"tf":1.4142135623730951},"118":{"tf":1.0},"119":{"tf":1.4142135623730951},"123":{"tf":1.0},"124":{"tf":1.0},"132":{"tf":1.4142135623730951},"133":{"tf":2.0},"137":{"tf":1.4142135623730951},"138":{"tf":2.0},"14":{"tf":1.0},"141":{"tf":2.23606797749979},"145":{"tf":1.7320508075688772},"147":{"tf":2.449489742783178},"151":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.0},"188":{"tf":1.0},"195":{"tf":1.7320508075688772},"198":{"tf":1.0},"3":{"tf":1.0},"352":{"tf":1.7320508075688772},"362":{"tf":1.0},"377":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.4142135623730951},"57":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"85":{"tf":2.0},"92":{"tf":1.0},"93":{"tf":1.0},"98":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"141":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"63":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}}},"df":6,"docs":{"239":{"tf":1.0},"258":{"tf":1.0},"274":{"tf":1.0},"28":{"tf":1.0},"356":{"tf":1.0},"384":{"tf":1.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"210":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"211":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"210":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"l":{"df":6,"docs":{"162":{"tf":1.0},"210":{"tf":1.7320508075688772},"211":{"tf":1.4142135623730951},"223":{"tf":1.0},"267":{"tf":1.4142135623730951},"386":{"tf":1.0}},"e":{"df":0,"docs":{},"—":{"a":{"df":1,"docs":{"229":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":2,"docs":{"138":{"tf":1.0},"172":{"tf":1.0}}},"t":{"df":1,"docs":{"173":{"tf":1.0}}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"115":{"tf":1.0},"143":{"tf":1.0}}}},"df":0,"docs":{}},"df":6,"docs":{"115":{"tf":1.0},"131":{"tf":1.0},"137":{"tf":1.0},"15":{"tf":1.0},"181":{"tf":1.0},"337":{"tf":1.0}},"i":{"df":28,"docs":{"12":{"tf":1.0},"130":{"tf":1.0},"162":{"tf":1.0},"181":{"tf":1.0},"205":{"tf":1.4142135623730951},"218":{"tf":1.0},"223":{"tf":1.4142135623730951},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.4142135623730951},"251":{"tf":1.0},"28":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":2.0},"304":{"tf":1.0},"322":{"tf":1.4142135623730951},"326":{"tf":1.0},"34":{"tf":1.0},"354":{"tf":1.4142135623730951},"371":{"tf":1.7320508075688772},"372":{"tf":1.0},"38":{"tf":1.0},"380":{"tf":1.4142135623730951},"386":{"tf":1.4142135623730951},"49":{"tf":1.0},"58":{"tf":1.4142135623730951},"65":{"tf":1.0},"7":{"tf":1.4142135623730951}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"213":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"<":{"b":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"m":{"df":1,"docs":{"120":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":20,"docs":{"10":{"tf":1.0},"115":{"tf":1.0},"119":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"14":{"tf":1.0},"140":{"tf":1.0},"164":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"176":{"tf":1.4142135623730951},"209":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"354":{"tf":1.0},"36":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"81":{"tf":1.0},"86":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":12,"docs":{"102":{"tf":1.0},"13":{"tf":1.0},"131":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.7320508075688772},"140":{"tf":1.0},"185":{"tf":1.0},"190":{"tf":1.0},"31":{"tf":1.0},"336":{"tf":1.0},"353":{"tf":1.0},"95":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"275":{"tf":1.0},"385":{"tf":1.0},"50":{"tf":1.0}}}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":5,"docs":{"251":{"tf":1.4142135623730951},"28":{"tf":1.0},"297":{"tf":1.4142135623730951},"298":{"tf":1.0},"384":{"tf":1.0}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"173":{"tf":1.0}}}},"v":{"df":6,"docs":{"137":{"tf":1.0},"169":{"tf":1.7320508075688772},"171":{"tf":1.7320508075688772},"172":{"tf":1.4142135623730951},"175":{"tf":1.0},"267":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"v":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"171":{"tf":1.4142135623730951},"172":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"172":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":38,"docs":{"100":{"tf":1.0},"120":{"tf":1.0},"126":{"tf":1.0},"160":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"166":{"tf":1.4142135623730951},"19":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.4142135623730951},"205":{"tf":1.0},"227":{"tf":1.0},"234":{"tf":1.4142135623730951},"239":{"tf":1.0},"248":{"tf":1.4142135623730951},"250":{"tf":1.4142135623730951},"257":{"tf":1.4142135623730951},"259":{"tf":1.0},"264":{"tf":1.0},"268":{"tf":1.4142135623730951},"27":{"tf":1.0},"273":{"tf":1.0},"28":{"tf":1.4142135623730951},"303":{"tf":1.0},"322":{"tf":1.4142135623730951},"323":{"tf":1.0},"351":{"tf":1.0},"356":{"tf":1.0},"357":{"tf":1.0},"359":{"tf":1.0},"362":{"tf":1.4142135623730951},"368":{"tf":1.0},"383":{"tf":1.0},"384":{"tf":1.0},"385":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0},"70":{"tf":1.0}}},"df":0,"docs":{}}}}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"137":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"d":{".":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"171":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":2,"docs":{"169":{"tf":1.0},"59":{"tf":1.0}}},"df":0,"docs":{}},"v":{"df":1,"docs":{"102":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":14,"docs":{"1":{"tf":1.0},"102":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"125":{"tf":1.0},"135":{"tf":1.0},"138":{"tf":1.7320508075688772},"181":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"385":{"tf":1.4142135623730951},"61":{"tf":1.0},"76":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0}}},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"352":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"d":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"175":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":12,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"124":{"tf":1.0},"175":{"tf":1.0},"362":{"tf":1.4142135623730951},"372":{"tf":1.0},"377":{"tf":1.0},"378":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"115":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":67,"docs":{"106":{"tf":1.4142135623730951},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"15":{"tf":1.0},"191":{"tf":1.7320508075688772},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.4142135623730951},"201":{"tf":1.4142135623730951},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.4142135623730951},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":2.0},"214":{"tf":1.4142135623730951},"215":{"tf":1.4142135623730951},"216":{"tf":1.4142135623730951},"217":{"tf":1.4142135623730951},"218":{"tf":1.4142135623730951},"220":{"tf":1.0},"222":{"tf":1.0},"229":{"tf":1.0},"248":{"tf":1.0},"250":{"tf":1.0},"271":{"tf":1.0},"29":{"tf":1.4142135623730951},"292":{"tf":1.0},"293":{"tf":1.7320508075688772},"308":{"tf":1.4142135623730951},"317":{"tf":1.0},"330":{"tf":1.4142135623730951},"334":{"tf":1.0},"335":{"tf":1.0},"336":{"tf":1.4142135623730951},"337":{"tf":1.4142135623730951},"338":{"tf":2.0},"339":{"tf":1.0},"340":{"tf":1.0},"341":{"tf":1.0},"342":{"tf":1.0},"343":{"tf":1.0},"344":{"tf":1.0},"345":{"tf":1.0},"346":{"tf":1.0},"347":{"tf":1.0},"348":{"tf":1.0},"349":{"tf":1.0},"350":{"tf":1.0},"367":{"tf":1.4142135623730951},"386":{"tf":1.0},"74":{"tf":1.0},"9":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"276":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"372":{"tf":1.0}}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"137":{"tf":1.0},"85":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":6,"docs":{"245":{"tf":1.0},"250":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"270":{"tf":1.0},"383":{"tf":1.0}}},"y":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":1,"docs":{"264":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"137":{"tf":1.4142135623730951},"194":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"137":{"tf":1.4142135623730951},"139":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"334":{"tf":1.0},"386":{"tf":1.0}}},"x":{"df":2,"docs":{"138":{"tf":1.0},"162":{"tf":1.0}}}},"df":2,"docs":{"298":{"tf":1.7320508075688772},"50":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"s":{"df":12,"docs":{"121":{"tf":1.0},"232":{"tf":1.4142135623730951},"235":{"tf":1.0},"266":{"tf":1.0},"298":{"tf":1.0},"302":{"tf":1.0},"355":{"tf":1.0},"357":{"tf":1.0},"381":{"tf":1.0},"55":{"tf":1.0},"62":{"tf":1.0},"72":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"10":{"tf":1.0},"116":{"tf":1.0},"224":{"tf":1.0},"229":{"tf":1.0},"279":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"119":{"tf":1.0},"367":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":9,"docs":{"137":{"tf":1.0},"138":{"tf":1.4142135623730951},"139":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.4142135623730951},"301":{"tf":1.0},"316":{"tf":1.0},"322":{"tf":1.0},"368":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":5,"docs":{"245":{"tf":1.4142135623730951},"264":{"tf":1.0},"270":{"tf":1.0},"323":{"tf":1.0},"351":{"tf":1.0}}},"v":{"df":8,"docs":{"138":{"tf":1.0},"140":{"tf":1.4142135623730951},"19":{"tf":1.0},"318":{"tf":1.0},"363":{"tf":1.0},"367":{"tf":1.4142135623730951},"55":{"tf":1.0},"62":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"139":{"tf":1.4142135623730951}}}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":12,"docs":{"261":{"tf":1.0},"28":{"tf":1.4142135623730951},"31":{"tf":1.0},"351":{"tf":1.0},"356":{"tf":1.0},"384":{"tf":1.0},"44":{"tf":1.0},"51":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"362":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"169":{"tf":1.0},"175":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":7,"docs":{"126":{"tf":1.0},"143":{"tf":1.0},"232":{"tf":1.0},"252":{"tf":1.0},"298":{"tf":1.4142135623730951},"355":{"tf":1.0},"365":{"tf":1.0}},"r":{"df":0,"docs":{},"t":{"df":6,"docs":{"223":{"tf":1.0},"225":{"tf":1.0},"274":{"tf":1.7320508075688772},"361":{"tf":1.0},"374":{"tf":1.0},"61":{"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":10,"docs":{"16":{"tf":1.0},"18":{"tf":1.7320508075688772},"226":{"tf":1.0},"232":{"tf":1.7320508075688772},"273":{"tf":1.0},"274":{"tf":1.7320508075688772},"351":{"tf":1.0},"355":{"tf":1.4142135623730951},"372":{"tf":1.0},"381":{"tf":1.7320508075688772}}}}}}}},"’":{"df":1,"docs":{"145":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"192":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":18,"docs":{"113":{"tf":1.0},"120":{"tf":1.4142135623730951},"124":{"tf":1.0},"125":{"tf":1.0},"154":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.4142135623730951},"163":{"tf":1.0},"164":{"tf":1.0},"166":{"tf":1.0},"223":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"244":{"tf":1.0},"252":{"tf":1.0},"273":{"tf":1.0},"28":{"tf":1.4142135623730951},"282":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"140":{"tf":1.7320508075688772}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"141":{"tf":1.4142135623730951},"172":{"tf":1.0},"210":{"tf":1.0},"361":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":69,"docs":{"100":{"tf":1.0},"101":{"tf":1.7320508075688772},"102":{"tf":2.449489742783178},"126":{"tf":1.7320508075688772},"130":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":2.449489742783178},"138":{"tf":2.23606797749979},"139":{"tf":1.4142135623730951},"140":{"tf":1.4142135623730951},"141":{"tf":1.4142135623730951},"142":{"tf":1.0},"153":{"tf":1.0},"158":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"178":{"tf":1.0},"18":{"tf":1.0},"182":{"tf":1.0},"19":{"tf":1.7320508075688772},"206":{"tf":1.0},"220":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.7320508075688772},"229":{"tf":1.0},"231":{"tf":1.4142135623730951},"232":{"tf":2.0},"234":{"tf":1.0},"237":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.4142135623730951},"243":{"tf":1.4142135623730951},"244":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"255":{"tf":2.0},"256":{"tf":1.0},"260":{"tf":1.4142135623730951},"262":{"tf":1.0},"266":{"tf":1.4142135623730951},"270":{"tf":1.0},"273":{"tf":1.4142135623730951},"274":{"tf":1.0},"278":{"tf":1.7320508075688772},"294":{"tf":1.7320508075688772},"296":{"tf":1.4142135623730951},"297":{"tf":1.4142135623730951},"31":{"tf":1.0},"314":{"tf":1.0},"322":{"tf":1.0},"323":{"tf":1.0},"344":{"tf":1.7320508075688772},"351":{"tf":1.0},"352":{"tf":1.0},"355":{"tf":1.0},"356":{"tf":1.0},"365":{"tf":1.0},"372":{"tf":1.4142135623730951},"377":{"tf":1.0},"380":{"tf":1.0},"381":{"tf":1.0},"384":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"39":{"tf":2.0},"40":{"tf":1.0},"44":{"tf":1.0},"71":{"tf":1.7320508075688772}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":12,"docs":{"102":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.4142135623730951},"122":{"tf":1.0},"123":{"tf":1.4142135623730951},"125":{"tf":1.0},"130":{"tf":2.0},"132":{"tf":1.0},"137":{"tf":1.0},"177":{"tf":1.0},"181":{"tf":1.0},"385":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"138":{"tf":1.0},"213":{"tf":1.0},"266":{"tf":1.0},"302":{"tf":1.0},"323":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"351":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":24,"docs":{"122":{"tf":2.23606797749979},"124":{"tf":1.0},"14":{"tf":1.0},"150":{"tf":1.0},"155":{"tf":1.0},"164":{"tf":1.0},"166":{"tf":1.0},"177":{"tf":1.0},"192":{"tf":1.0},"205":{"tf":1.4142135623730951},"223":{"tf":1.0},"225":{"tf":1.0},"245":{"tf":1.0},"273":{"tf":1.4142135623730951},"274":{"tf":1.0},"275":{"tf":1.0},"287":{"tf":1.0},"302":{"tf":1.0},"352":{"tf":1.0},"362":{"tf":2.449489742783178},"365":{"tf":1.0},"387":{"tf":1.4142135623730951},"55":{"tf":1.0},"62":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"182":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"205":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":8,"docs":{"141":{"tf":1.7320508075688772},"189":{"tf":1.0},"192":{"tf":1.0},"36":{"tf":1.4142135623730951},"38":{"tf":1.0},"380":{"tf":1.0},"386":{"tf":1.4142135623730951},"55":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"p":{"df":1,"docs":{"187":{"tf":1.0}}}},"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"179":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"177":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"179":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":1,"docs":{"177":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"178":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":34,"docs":{"101":{"tf":1.0},"102":{"tf":3.872983346207417},"115":{"tf":1.0},"123":{"tf":1.0},"130":{"tf":1.0},"132":{"tf":1.0},"135":{"tf":1.0},"138":{"tf":1.0},"14":{"tf":1.0},"140":{"tf":1.7320508075688772},"160":{"tf":1.0},"166":{"tf":1.0},"177":{"tf":2.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.4142135623730951},"184":{"tf":1.0},"185":{"tf":1.0},"188":{"tf":1.4142135623730951},"189":{"tf":1.0},"190":{"tf":1.0},"205":{"tf":1.0},"3":{"tf":1.0},"344":{"tf":2.0},"352":{"tf":1.4142135623730951},"362":{"tf":1.4142135623730951},"382":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.4142135623730951},"41":{"tf":1.0},"60":{"tf":1.0},"79":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"\\":{"df":0,"docs":{},"|":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"102":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"178":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":1,"docs":{"138":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"138":{"tf":1.0},"274":{"tf":2.23606797749979}}}},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"251":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"<":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":2,"docs":{"205":{"tf":1.0},"218":{"tf":1.0}}}}}}},"df":34,"docs":{"112":{"tf":1.0},"118":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"171":{"tf":1.7320508075688772},"172":{"tf":1.4142135623730951},"173":{"tf":1.0},"174":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.4142135623730951},"19":{"tf":1.0},"203":{"tf":1.7320508075688772},"204":{"tf":1.4142135623730951},"207":{"tf":1.0},"210":{"tf":1.4142135623730951},"211":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"328":{"tf":1.0},"349":{"tf":1.0},"350":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.0},"61":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.4142135623730951},"90":{"tf":2.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"274":{"tf":1.7320508075688772},"276":{"tf":1.7320508075688772},"281":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"113":{"tf":1.4142135623730951},"304":{"tf":1.0},"351":{"tf":1.0}},"e":{"df":0,"docs":{},"v":{"df":3,"docs":{"10":{"tf":1.0},"386":{"tf":1.0},"52":{"tf":1.0}}}}},"y":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"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":{"173":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":18,"docs":{"112":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"174":{"tf":1.0},"203":{"tf":1.4142135623730951},"204":{"tf":1.7320508075688772},"205":{"tf":2.0},"206":{"tf":1.0},"210":{"tf":1.0},"218":{"tf":1.0},"235":{"tf":1.0},"337":{"tf":1.0},"357":{"tf":1.0},"360":{"tf":1.0},"38":{"tf":1.0},"386":{"tf":1.4142135623730951},"55":{"tf":1.0},"58":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"115":{"tf":1.0},"204":{"tf":1.0},"213":{"tf":1.4142135623730951},"65":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":7,"docs":{"118":{"tf":1.0},"125":{"tf":1.0},"195":{"tf":1.0},"251":{"tf":1.0},"3":{"tf":1.0},"385":{"tf":1.0},"63":{"tf":1.0}}}},"v":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"252":{"tf":1.7320508075688772}}}}},"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":1,"docs":{"252":{"tf":1.7320508075688772}},"e":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"125":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"15":{"tf":1.4142135623730951},"63":{"tf":1.0}}}},"s":{"df":6,"docs":{"232":{"tf":1.4142135623730951},"251":{"tf":1.0},"252":{"tf":2.0},"307":{"tf":1.0},"355":{"tf":1.0},"381":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"131":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"148":{"tf":1.0},"212":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":3,"docs":{"223":{"tf":1.0},"225":{"tf":1.0},"227":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"385":{"tf":1.0},"53":{"tf":1.0}}}}},"m":{"df":2,"docs":{"274":{"tf":1.0},"360":{"tf":1.0}}},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"138":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"=":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"323":{"tf":1.4142135623730951},"368":{"tf":1.4142135623730951},"371":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"|":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"323":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"df":6,"docs":{"302":{"tf":1.0},"323":{"tf":2.0},"333":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":2.6457513110645907},"371":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":10,"docs":{"10":{"tf":1.0},"192":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.0},"386":{"tf":1.4142135623730951},"76":{"tf":1.0},"78":{"tf":1.0},"92":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":21,"docs":{"137":{"tf":1.0},"18":{"tf":1.4142135623730951},"226":{"tf":1.0},"228":{"tf":1.0},"232":{"tf":1.7320508075688772},"298":{"tf":1.7320508075688772},"351":{"tf":1.0},"354":{"tf":1.0},"355":{"tf":2.0},"356":{"tf":1.0},"357":{"tf":1.0},"358":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":1.0},"361":{"tf":1.0},"362":{"tf":1.0},"363":{"tf":1.0},"364":{"tf":1.0},"365":{"tf":1.0},"372":{"tf":1.0},"381":{"tf":1.7320508075688772}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"199":{"tf":1.0}}}}}},"n":{"d":{"df":2,"docs":{"122":{"tf":1.0},"386":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"c":{"df":1,"docs":{"138":{"tf":1.0}}},"df":0,"docs":{}},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"@":{"df":0,"docs":{},"v":{"1":{"df":1,"docs":{"274":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":2,"docs":{"139":{"tf":1.0},"86":{"tf":1.0}}}},"n":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"228":{"tf":1.0}}}}}},"_":{"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":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"346":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"19":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"151":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"350":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"28":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"137":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"205":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":28,"docs":{"112":{"tf":1.0},"114":{"tf":1.0},"167":{"tf":2.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.4142135623730951},"171":{"tf":2.449489742783178},"172":{"tf":2.23606797749979},"173":{"tf":1.7320508075688772},"174":{"tf":1.7320508075688772},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.7320508075688772},"179":{"tf":1.0},"180":{"tf":1.0},"203":{"tf":2.0},"204":{"tf":1.7320508075688772},"205":{"tf":2.0},"207":{"tf":1.4142135623730951},"210":{"tf":1.7320508075688772},"211":{"tf":1.4142135623730951},"213":{"tf":1.0},"216":{"tf":1.4142135623730951},"217":{"tf":1.4142135623730951},"328":{"tf":1.4142135623730951},"36":{"tf":1.0},"58":{"tf":1.0}}}}}}}}},"df":173,"docs":{"101":{"tf":1.0},"11":{"tf":1.0},"111":{"tf":1.4142135623730951},"113":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.7320508075688772},"12":{"tf":1.0},"121":{"tf":1.7320508075688772},"122":{"tf":2.0},"124":{"tf":2.23606797749979},"126":{"tf":1.4142135623730951},"13":{"tf":1.0},"134":{"tf":1.0},"137":{"tf":1.4142135623730951},"138":{"tf":1.7320508075688772},"139":{"tf":1.7320508075688772},"14":{"tf":1.7320508075688772},"140":{"tf":1.4142135623730951},"141":{"tf":1.0},"145":{"tf":1.7320508075688772},"146":{"tf":2.0},"147":{"tf":1.7320508075688772},"148":{"tf":1.0},"149":{"tf":2.449489742783178},"15":{"tf":1.0},"150":{"tf":2.23606797749979},"151":{"tf":1.4142135623730951},"152":{"tf":1.0},"153":{"tf":1.7320508075688772},"154":{"tf":1.7320508075688772},"155":{"tf":1.4142135623730951},"156":{"tf":1.4142135623730951},"157":{"tf":1.4142135623730951},"159":{"tf":1.4142135623730951},"160":{"tf":1.0},"161":{"tf":1.4142135623730951},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.4142135623730951},"17":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.4142135623730951},"18":{"tf":1.0},"182":{"tf":1.0},"188":{"tf":1.0},"19":{"tf":2.6457513110645907},"192":{"tf":2.0},"2":{"tf":1.0},"203":{"tf":1.7320508075688772},"204":{"tf":1.7320508075688772},"213":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"227":{"tf":1.0},"228":{"tf":1.4142135623730951},"229":{"tf":1.4142135623730951},"230":{"tf":1.0},"236":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"244":{"tf":1.0},"246":{"tf":1.0},"247":{"tf":1.4142135623730951},"248":{"tf":1.7320508075688772},"249":{"tf":1.7320508075688772},"25":{"tf":1.7320508075688772},"250":{"tf":1.7320508075688772},"251":{"tf":2.23606797749979},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":2.23606797749979},"255":{"tf":1.7320508075688772},"256":{"tf":2.0},"257":{"tf":1.7320508075688772},"258":{"tf":1.7320508075688772},"259":{"tf":1.4142135623730951},"260":{"tf":1.7320508075688772},"261":{"tf":1.0},"262":{"tf":2.0},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":2.0},"266":{"tf":1.7320508075688772},"267":{"tf":1.4142135623730951},"268":{"tf":1.0},"269":{"tf":1.0},"27":{"tf":2.0},"270":{"tf":1.0},"271":{"tf":1.0},"273":{"tf":1.4142135623730951},"274":{"tf":4.0},"275":{"tf":1.4142135623730951},"276":{"tf":1.4142135623730951},"279":{"tf":1.0},"28":{"tf":2.449489742783178},"283":{"tf":1.7320508075688772},"285":{"tf":1.0},"287":{"tf":1.0},"290":{"tf":1.7320508075688772},"292":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.7320508075688772},"298":{"tf":1.0},"299":{"tf":1.4142135623730951},"301":{"tf":1.4142135623730951},"302":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"309":{"tf":1.4142135623730951},"314":{"tf":1.4142135623730951},"316":{"tf":2.0},"317":{"tf":1.0},"318":{"tf":1.4142135623730951},"32":{"tf":1.0},"321":{"tf":1.7320508075688772},"322":{"tf":2.23606797749979},"323":{"tf":1.0},"324":{"tf":1.0},"326":{"tf":1.4142135623730951},"332":{"tf":1.0},"334":{"tf":1.4142135623730951},"343":{"tf":1.0},"346":{"tf":1.7320508075688772},"351":{"tf":1.0},"352":{"tf":1.7320508075688772},"354":{"tf":1.7320508075688772},"356":{"tf":1.4142135623730951},"357":{"tf":1.7320508075688772},"358":{"tf":2.0},"359":{"tf":1.4142135623730951},"360":{"tf":1.0},"361":{"tf":1.0},"363":{"tf":2.23606797749979},"364":{"tf":2.8284271247461903},"365":{"tf":2.23606797749979},"367":{"tf":2.0},"368":{"tf":2.6457513110645907},"373":{"tf":1.0},"375":{"tf":1.0},"377":{"tf":1.0},"38":{"tf":1.4142135623730951},"381":{"tf":1.4142135623730951},"383":{"tf":1.0},"384":{"tf":1.0},"385":{"tf":1.4142135623730951},"386":{"tf":2.23606797749979},"39":{"tf":1.4142135623730951},"48":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":2.0},"55":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"6":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"64":{"tf":1.0},"66":{"tf":1.4142135623730951},"70":{"tf":1.0},"71":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951},"81":{"tf":1.0},"83":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.4142135623730951},"96":{"tf":1.0},"98":{"tf":1.4142135623730951}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"205":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":3,"docs":{"167":{"tf":1.0},"203":{"tf":1.4142135623730951},"210":{"tf":1.4142135623730951}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":10,"docs":{"126":{"tf":1.0},"144":{"tf":1.0},"19":{"tf":1.0},"203":{"tf":1.0},"208":{"tf":1.0},"213":{"tf":1.0},"39":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"71":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"o":{"df":2,"docs":{"274":{"tf":3.1622776601683795},"280":{"tf":1.0}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":20,"docs":{"122":{"tf":1.4142135623730951},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"151":{"tf":1.0},"19":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"32":{"tf":1.0},"349":{"tf":1.0},"350":{"tf":1.0},"4":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.4142135623730951},"90":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"/":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"92":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"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":{"251":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"363":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"358":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"354":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":166,"docs":{"102":{"tf":2.449489742783178},"113":{"tf":1.0},"117":{"tf":1.0},"120":{"tf":2.23606797749979},"121":{"tf":1.0},"122":{"tf":1.4142135623730951},"124":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.4142135623730951},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"14":{"tf":1.7320508075688772},"140":{"tf":1.4142135623730951},"144":{"tf":1.4142135623730951},"145":{"tf":1.0},"146":{"tf":2.0},"147":{"tf":1.0},"149":{"tf":1.0},"15":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"154":{"tf":1.4142135623730951},"155":{"tf":1.4142135623730951},"156":{"tf":1.4142135623730951},"158":{"tf":2.23606797749979},"159":{"tf":1.7320508075688772},"16":{"tf":1.4142135623730951},"160":{"tf":1.7320508075688772},"161":{"tf":1.7320508075688772},"162":{"tf":1.4142135623730951},"163":{"tf":2.449489742783178},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":2.0},"178":{"tf":1.0},"180":{"tf":1.0},"182":{"tf":2.23606797749979},"187":{"tf":1.7320508075688772},"19":{"tf":1.7320508075688772},"192":{"tf":1.0},"2":{"tf":1.0},"202":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":2.449489742783178},"213":{"tf":2.23606797749979},"218":{"tf":1.4142135623730951},"220":{"tf":1.0},"223":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.4142135623730951},"227":{"tf":2.23606797749979},"228":{"tf":1.0},"229":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"243":{"tf":1.4142135623730951},"244":{"tf":1.4142135623730951},"245":{"tf":1.4142135623730951},"246":{"tf":1.4142135623730951},"247":{"tf":1.0},"248":{"tf":1.7320508075688772},"249":{"tf":1.0},"251":{"tf":1.0},"254":{"tf":1.7320508075688772},"255":{"tf":1.7320508075688772},"256":{"tf":1.4142135623730951},"257":{"tf":1.0},"258":{"tf":1.0},"26":{"tf":1.4142135623730951},"260":{"tf":2.0},"261":{"tf":1.0},"262":{"tf":1.4142135623730951},"265":{"tf":1.0},"266":{"tf":2.0},"267":{"tf":1.4142135623730951},"27":{"tf":1.0},"270":{"tf":1.0},"273":{"tf":1.7320508075688772},"274":{"tf":2.8284271247461903},"28":{"tf":1.7320508075688772},"285":{"tf":1.7320508075688772},"286":{"tf":1.4142135623730951},"287":{"tf":1.4142135623730951},"294":{"tf":1.0},"295":{"tf":3.0},"296":{"tf":1.7320508075688772},"297":{"tf":1.4142135623730951},"298":{"tf":1.4142135623730951},"299":{"tf":1.7320508075688772},"3":{"tf":1.7320508075688772},"300":{"tf":1.0},"301":{"tf":1.4142135623730951},"302":{"tf":1.4142135623730951},"305":{"tf":1.0},"306":{"tf":2.449489742783178},"315":{"tf":1.0},"316":{"tf":3.0},"317":{"tf":1.4142135623730951},"318":{"tf":1.4142135623730951},"32":{"tf":1.0},"320":{"tf":1.4142135623730951},"321":{"tf":2.0},"322":{"tf":2.0},"323":{"tf":1.7320508075688772},"324":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"33":{"tf":1.0},"334":{"tf":1.0},"349":{"tf":1.0},"35":{"tf":1.0},"350":{"tf":1.0},"351":{"tf":1.7320508075688772},"352":{"tf":1.4142135623730951},"354":{"tf":1.7320508075688772},"356":{"tf":1.0},"357":{"tf":1.7320508075688772},"359":{"tf":1.0},"36":{"tf":1.7320508075688772},"360":{"tf":1.0},"361":{"tf":1.0},"363":{"tf":1.4142135623730951},"364":{"tf":1.4142135623730951},"365":{"tf":1.0},"367":{"tf":1.4142135623730951},"368":{"tf":2.8284271247461903},"372":{"tf":1.0},"373":{"tf":1.0},"377":{"tf":1.0},"379":{"tf":1.0},"38":{"tf":1.4142135623730951},"383":{"tf":1.0},"385":{"tf":1.7320508075688772},"386":{"tf":2.23606797749979},"39":{"tf":1.4142135623730951},"4":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":2.23606797749979},"55":{"tf":1.0},"58":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.4142135623730951},"65":{"tf":1.7320508075688772},"66":{"tf":1.4142135623730951},"68":{"tf":1.0},"71":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951},"74":{"tf":1.0},"76":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":1.0},"88":{"tf":1.4142135623730951},"9":{"tf":1.0},"90":{"tf":1.0},"96":{"tf":1.0}},"s":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"68":{"tf":1.0}}}}}}}},"df":0,"docs":{},"k":{"8":{"df":1,"docs":{"68":{"tf":1.0}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"68":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"138":{"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":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"380":{"tf":1.0}}}}}}}}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":9,"docs":{"140":{"tf":1.4142135623730951},"192":{"tf":1.0},"193":{"tf":1.0},"213":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.0},"78":{"tf":1.0},"92":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"_":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":3,"docs":{"274":{"tf":1.0},"306":{"tf":1.0},"313":{"tf":1.0}},"e":{"=":{"1":{"df":1,"docs":{"306":{"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":{},"o":{"df":0,"docs":{},"g":{"=":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":3,"docs":{"119":{"tf":1.0},"306":{"tf":1.0},"316":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":6,"docs":{"156":{"tf":1.0},"289":{"tf":1.0},"299":{"tf":1.0},"306":{"tf":1.4142135623730951},"316":{"tf":1.0},"46":{"tf":1.0}}}}}},"df":16,"docs":{"121":{"tf":1.0},"143":{"tf":1.0},"148":{"tf":1.4142135623730951},"16":{"tf":2.0},"18":{"tf":1.0},"201":{"tf":1.0},"209":{"tf":1.7320508075688772},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"243":{"tf":1.0},"274":{"tf":2.23606797749979},"275":{"tf":1.0},"280":{"tf":1.4142135623730951},"306":{"tf":1.0},"75":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":4,"docs":{"138":{"tf":1.0},"140":{"tf":1.0},"206":{"tf":1.0},"324":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"138":{"tf":1.0}}},"y":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"386":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"139":{"tf":1.0}}}},"df":0,"docs":{}}}}},"m":{"df":0,"docs":{},"e":{"df":22,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"117":{"tf":1.0},"137":{"tf":1.7320508075688772},"148":{"tf":1.4142135623730951},"150":{"tf":1.0},"169":{"tf":1.0},"173":{"tf":1.0},"182":{"tf":1.0},"193":{"tf":1.4142135623730951},"213":{"tf":1.0},"227":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"28":{"tf":1.4142135623730951},"3":{"tf":1.0},"385":{"tf":1.4142135623730951},"386":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0},"76":{"tf":1.0},"90":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":7,"docs":{"123":{"tf":1.0},"299":{"tf":1.0},"3":{"tf":1.0},"319":{"tf":1.0},"385":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"223":{"tf":1.0},"229":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"101":{"tf":1.4142135623730951},"124":{"tf":1.0},"137":{"tf":1.4142135623730951}}}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":8,"docs":{"117":{"tf":1.0},"122":{"tf":1.0},"163":{"tf":1.0},"166":{"tf":1.0},"227":{"tf":1.0},"27":{"tf":1.0},"276":{"tf":1.0},"90":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":8,"docs":{"122":{"tf":1.4142135623730951},"151":{"tf":1.0},"32":{"tf":1.0},"4":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.4142135623730951},"90":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"205":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"205":{"tf":1.0}},"y":{"(":{")":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"205":{"tf":1.0}}}}}},"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":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"210":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"40":{"tf":1.0}}}},"df":0,"docs":{}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":26,"docs":{"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"151":{"tf":1.0},"19":{"tf":1.0},"207":{"tf":1.4142135623730951},"213":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"339":{"tf":1.0},"340":{"tf":1.0},"344":{"tf":1.0},"349":{"tf":1.0},"350":{"tf":1.0},"39":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.0},"74":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.4142135623730951},"90":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"(":{"df":0,"docs":{},"|":{"df":0,"docs":{},"t":{"df":46,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.4142135623730951},"102":{"tf":1.0},"104":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"151":{"tf":1.0},"183":{"tf":1.0},"19":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"198":{"tf":1.0},"207":{"tf":1.0},"21":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"32":{"tf":1.0},"340":{"tf":1.0},"341":{"tf":1.0},"342":{"tf":1.0},"343":{"tf":1.0},"344":{"tf":1.0},"345":{"tf":1.0},"346":{"tf":1.0},"347":{"tf":1.0},"349":{"tf":1.0},"350":{"tf":1.0},"361":{"tf":1.0},"364":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.4142135623730951},"78":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951},"90":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"1":{"df":8,"docs":{"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"269":{"tf":1.0},"28":{"tf":1.0},"53":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":10,"docs":{"115":{"tf":1.7320508075688772},"130":{"tf":1.0},"135":{"tf":1.0},"213":{"tf":1.0},"216":{"tf":1.0},"339":{"tf":1.0},"344":{"tf":1.0},"36":{"tf":1.0},"51":{"tf":1.0},"68":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":162,"docs":{"0":{"tf":1.0},"1":{"tf":1.4142135623730951},"10":{"tf":1.0},"102":{"tf":1.7320508075688772},"11":{"tf":1.0},"114":{"tf":2.0},"115":{"tf":2.23606797749979},"116":{"tf":1.0},"117":{"tf":2.23606797749979},"12":{"tf":1.0},"120":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.4142135623730951},"124":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.4142135623730951},"13":{"tf":1.0},"131":{"tf":1.4142135623730951},"136":{"tf":1.0},"138":{"tf":1.4142135623730951},"14":{"tf":2.0},"140":{"tf":1.0},"143":{"tf":1.4142135623730951},"145":{"tf":2.0},"147":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"149":{"tf":2.0},"15":{"tf":1.4142135623730951},"150":{"tf":1.4142135623730951},"151":{"tf":1.7320508075688772},"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.7320508075688772},"158":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"166":{"tf":1.0},"175":{"tf":1.4142135623730951},"178":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"19":{"tf":1.7320508075688772},"192":{"tf":2.6457513110645907},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"2":{"tf":1.4142135623730951},"205":{"tf":2.0},"212":{"tf":1.4142135623730951},"213":{"tf":2.23606797749979},"214":{"tf":1.4142135623730951},"218":{"tf":1.4142135623730951},"220":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.0},"228":{"tf":1.4142135623730951},"229":{"tf":1.4142135623730951},"230":{"tf":1.0},"233":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.4142135623730951},"273":{"tf":1.0},"276":{"tf":1.0},"28":{"tf":1.7320508075688772},"3":{"tf":1.0},"314":{"tf":1.0},"32":{"tf":2.0},"326":{"tf":1.0},"33":{"tf":1.0},"336":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.0},"347":{"tf":1.0},"351":{"tf":1.7320508075688772},"352":{"tf":1.4142135623730951},"353":{"tf":1.0},"354":{"tf":1.4142135623730951},"355":{"tf":1.0},"356":{"tf":1.0},"357":{"tf":1.0},"358":{"tf":1.0},"359":{"tf":1.0},"36":{"tf":1.7320508075688772},"360":{"tf":1.0},"361":{"tf":1.4142135623730951},"362":{"tf":1.4142135623730951},"363":{"tf":1.0},"364":{"tf":1.4142135623730951},"365":{"tf":1.0},"366":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":1.0},"370":{"tf":1.0},"371":{"tf":1.0},"372":{"tf":1.0},"373":{"tf":1.0},"374":{"tf":1.0},"375":{"tf":1.7320508075688772},"376":{"tf":1.0},"377":{"tf":1.0},"378":{"tf":1.0},"379":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"380":{"tf":1.0},"381":{"tf":1.0},"382":{"tf":1.0},"383":{"tf":1.0},"384":{"tf":1.0},"385":{"tf":1.7320508075688772},"386":{"tf":2.23606797749979},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":2.23606797749979},"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.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":2.23606797749979},"66":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":2.23606797749979},"76":{"tf":1.4142135623730951},"77":{"tf":1.7320508075688772},"78":{"tf":1.4142135623730951},"79":{"tf":1.0},"80":{"tf":1.7320508075688772},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":2.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.4142135623730951},"87":{"tf":1.7320508075688772},"88":{"tf":1.7320508075688772},"89":{"tf":2.23606797749979},"90":{"tf":2.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.7320508075688772},"96":{"tf":1.7320508075688772},"97":{"tf":1.0}},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"[":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"35":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"161":{"tf":1.0},"283":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"155":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"m":{"a":{"df":4,"docs":{"232":{"tf":1.4142135623730951},"307":{"tf":1.0},"355":{"tf":1.0},"381":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":5,"docs":{"102":{"tf":1.0},"185":{"tf":1.0},"190":{"tf":1.0},"200":{"tf":1.0},"351":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"138":{"tf":1.7320508075688772}}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"73":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":29,"docs":{"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"226":{"tf":1.0},"232":{"tf":1.0},"234":{"tf":1.4142135623730951},"239":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":2.0},"250":{"tf":1.0},"279":{"tf":1.4142135623730951},"28":{"tf":1.0},"287":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.7320508075688772},"305":{"tf":1.0},"307":{"tf":1.7320508075688772},"351":{"tf":1.0},"355":{"tf":1.7320508075688772},"381":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0},"66":{"tf":1.7320508075688772},"69":{"tf":1.0},"70":{"tf":1.7320508075688772},"72":{"tf":1.4142135623730951}},"s":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":10,"docs":{"250":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"264":{"tf":1.0},"274":{"tf":1.0},"28":{"tf":1.0},"297":{"tf":1.0},"359":{"tf":1.0},"383":{"tf":1.0},"43":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":10,"docs":{"232":{"tf":1.0},"251":{"tf":1.0},"257":{"tf":1.0},"264":{"tf":1.0},"274":{"tf":1.0},"28":{"tf":1.0},"303":{"tf":1.0},"359":{"tf":1.0},"383":{"tf":1.0},"43":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"/":{"d":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"327":{"tf":1.0},"360":{"tf":1.0}}}},"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":{},"s":{"/":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"251":{"tf":1.0},"253":{"tf":1.4142135623730951},"351":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"d":{"df":1,"docs":{"252":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":54,"docs":{"100":{"tf":1.0},"122":{"tf":1.4142135623730951},"126":{"tf":1.0},"151":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"19":{"tf":1.0},"232":{"tf":1.0},"234":{"tf":1.0},"239":{"tf":1.0},"246":{"tf":1.0},"248":{"tf":1.7320508075688772},"250":{"tf":2.0},"251":{"tf":1.4142135623730951},"255":{"tf":1.0},"261":{"tf":1.0},"268":{"tf":1.7320508075688772},"27":{"tf":1.0},"270":{"tf":1.0},"274":{"tf":1.4142135623730951},"279":{"tf":1.4142135623730951},"28":{"tf":1.0},"290":{"tf":1.0},"295":{"tf":1.0},"297":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"304":{"tf":1.4142135623730951},"307":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"331":{"tf":1.0},"332":{"tf":1.0},"333":{"tf":1.0},"351":{"tf":1.0},"355":{"tf":1.0},"356":{"tf":1.0},"357":{"tf":1.0},"358":{"tf":1.0},"359":{"tf":1.0},"368":{"tf":1.0},"383":{"tf":1.0},"384":{"tf":1.0},"39":{"tf":1.0},"44":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":15,"docs":{"100":{"tf":1.4142135623730951},"119":{"tf":1.0},"232":{"tf":1.0},"239":{"tf":1.0},"258":{"tf":1.0},"261":{"tf":1.4142135623730951},"267":{"tf":1.7320508075688772},"28":{"tf":1.7320508075688772},"298":{"tf":1.0},"326":{"tf":2.6457513110645907},"327":{"tf":1.7320508075688772},"332":{"tf":1.4142135623730951},"356":{"tf":1.0},"384":{"tf":1.0},"44":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"d":{"df":0,"docs":{},"p":{"df":1,"docs":{"304":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":29,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.0},"117":{"tf":1.0},"119":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.4142135623730951},"169":{"tf":1.0},"175":{"tf":1.0},"25":{"tf":1.0},"250":{"tf":1.0},"255":{"tf":1.0},"260":{"tf":1.0},"266":{"tf":1.0},"295":{"tf":1.4142135623730951},"301":{"tf":1.0},"304":{"tf":2.8284271247461903},"305":{"tf":1.0},"346":{"tf":1.0},"362":{"tf":1.0},"364":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.4142135623730951},"50":{"tf":2.0},"53":{"tf":1.0},"79":{"tf":1.0},"81":{"tf":1.4142135623730951},"85":{"tf":2.0},"86":{"tf":2.0},"95":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":8,"docs":{"11":{"tf":1.0},"202":{"tf":1.0},"219":{"tf":1.0},"221":{"tf":1.4142135623730951},"222":{"tf":1.0},"229":{"tf":1.0},"337":{"tf":1.7320508075688772},"353":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"d":{"df":17,"docs":{"100":{"tf":1.7320508075688772},"107":{"tf":1.0},"115":{"tf":1.0},"120":{"tf":1.0},"162":{"tf":1.0},"19":{"tf":1.0},"192":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.7320508075688772},"340":{"tf":1.0},"341":{"tf":1.0},"342":{"tf":1.0},"361":{"tf":1.7320508075688772},"372":{"tf":1.0},"378":{"tf":1.4142135623730951},"385":{"tf":1.0},"79":{"tf":1.0}}},"df":49,"docs":{"114":{"tf":1.4142135623730951},"121":{"tf":1.0},"124":{"tf":1.0},"131":{"tf":1.0},"137":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"15":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.4142135623730951},"158":{"tf":1.0},"16":{"tf":1.4142135623730951},"176":{"tf":1.0},"177":{"tf":1.0},"19":{"tf":1.0},"192":{"tf":1.0},"201":{"tf":1.4142135623730951},"203":{"tf":1.0},"208":{"tf":1.4142135623730951},"218":{"tf":1.0},"250":{"tf":1.0},"273":{"tf":1.0},"29":{"tf":1.0},"314":{"tf":1.4142135623730951},"317":{"tf":1.0},"32":{"tf":1.0},"324":{"tf":1.0},"327":{"tf":1.0},"328":{"tf":1.0},"334":{"tf":1.7320508075688772},"351":{"tf":1.0},"353":{"tf":1.0},"354":{"tf":1.0},"355":{"tf":1.0},"356":{"tf":1.0},"357":{"tf":1.0},"358":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":1.0},"361":{"tf":1.0},"362":{"tf":1.0},"363":{"tf":1.0},"364":{"tf":1.0},"365":{"tf":1.0},"37":{"tf":1.0},"384":{"tf":1.0},"47":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0}},"n":{"df":1,"docs":{"137":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":10,"docs":{"120":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"137":{"tf":1.0},"138":{"tf":1.7320508075688772},"147":{"tf":1.0},"177":{"tf":1.0},"182":{"tf":1.0},"295":{"tf":1.4142135623730951},"305":{"tf":1.0},"307":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"323":{"tf":1.7320508075688772},"368":{"tf":2.0},"371":{"tf":1.0}}}}}},"df":0,"docs":{}},"f":{".":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"_":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"204":{"tf":1.4142135623730951}},"e":{".":{"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":{"(":{"0":{"df":1,"docs":{"204":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"171":{"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":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"204":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"171":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"207":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":1,"docs":{"210":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"207":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"172":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"p":{"2":{"df":0,"docs":{},"p":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"206":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"207":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"205":{"tf":1.0},"218":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":12,"docs":{"115":{"tf":1.0},"171":{"tf":1.4142135623730951},"203":{"tf":2.0},"204":{"tf":2.0},"205":{"tf":1.4142135623730951},"206":{"tf":1.7320508075688772},"207":{"tf":3.1622776601683795},"210":{"tf":1.7320508075688772},"211":{"tf":1.7320508075688772},"216":{"tf":2.6457513110645907},"217":{"tf":2.0},"287":{"tf":1.4142135623730951}}}},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"169":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"d":{"df":1,"docs":{"179":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"194":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":2,"docs":{"124":{"tf":1.0},"139":{"tf":1.0}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":10,"docs":{"117":{"tf":1.0},"122":{"tf":1.0},"250":{"tf":1.0},"282":{"tf":1.0},"318":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.7320508075688772},"54":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"369":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"204":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"213":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"66":{"tf":1.0},"70":{"tf":1.0}}}},"i":{"c":{"df":9,"docs":{"10":{"tf":1.0},"160":{"tf":1.0},"299":{"tf":1.7320508075688772},"305":{"tf":1.0},"319":{"tf":1.7320508075688772},"352":{"tf":1.0},"360":{"tf":1.0},"386":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":64,"docs":{"100":{"tf":1.4142135623730951},"119":{"tf":1.0},"121":{"tf":1.0},"137":{"tf":1.0},"14":{"tf":1.0},"140":{"tf":1.4142135623730951},"15":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.7320508075688772},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"191":{"tf":1.0},"221":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"240":{"tf":1.0},"245":{"tf":1.4142135623730951},"246":{"tf":1.0},"247":{"tf":1.0},"250":{"tf":1.0},"255":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"266":{"tf":1.0},"274":{"tf":2.0},"278":{"tf":1.7320508075688772},"287":{"tf":1.0},"290":{"tf":1.0},"294":{"tf":1.4142135623730951},"298":{"tf":1.7320508075688772},"301":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.4142135623730951},"307":{"tf":1.4142135623730951},"316":{"tf":1.4142135623730951},"318":{"tf":1.0},"32":{"tf":1.0},"322":{"tf":1.4142135623730951},"327":{"tf":1.0},"351":{"tf":1.0},"354":{"tf":1.0},"357":{"tf":1.7320508075688772},"359":{"tf":1.0},"362":{"tf":1.4142135623730951},"365":{"tf":1.4142135623730951},"367":{"tf":2.0},"373":{"tf":1.0},"377":{"tf":1.0},"380":{"tf":1.0},"383":{"tf":1.4142135623730951},"386":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.7320508075688772},"47":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"65":{"tf":1.0},"76":{"tf":1.0},"8":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"95":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"[":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"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":{"228":{"tf":1.0}}}}}}}}}}}}}},"df":54,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"160":{"tf":1.0},"164":{"tf":1.0},"19":{"tf":1.4142135623730951},"220":{"tf":1.0},"222":{"tf":1.0},"227":{"tf":1.4142135623730951},"228":{"tf":1.7320508075688772},"229":{"tf":1.4142135623730951},"230":{"tf":1.7320508075688772},"231":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.4142135623730951},"246":{"tf":1.0},"247":{"tf":1.7320508075688772},"248":{"tf":1.0},"250":{"tf":1.4142135623730951},"255":{"tf":1.0},"258":{"tf":1.4142135623730951},"261":{"tf":1.0},"262":{"tf":1.0},"270":{"tf":1.4142135623730951},"273":{"tf":1.0},"274":{"tf":1.0},"279":{"tf":1.0},"28":{"tf":1.4142135623730951},"298":{"tf":1.0},"314":{"tf":1.4142135623730951},"323":{"tf":1.0},"334":{"tf":1.4142135623730951},"351":{"tf":1.4142135623730951},"352":{"tf":1.0},"356":{"tf":1.0},"368":{"tf":1.0},"381":{"tf":1.0},"384":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951},"66":{"tf":1.7320508075688772},"70":{"tf":1.0},"72":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"31":{"tf":1.0},"354":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":20,"docs":{"1":{"tf":1.0},"115":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"145":{"tf":1.0},"150":{"tf":1.0},"188":{"tf":1.0},"192":{"tf":1.0},"209":{"tf":1.0},"32":{"tf":1.0},"38":{"tf":1.0},"386":{"tf":1.0},"48":{"tf":1.0},"57":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"76":{"tf":1.4142135623730951},"78":{"tf":1.7320508075688772},"92":{"tf":1.0},"94":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":13,"docs":{"118":{"tf":1.4142135623730951},"161":{"tf":1.0},"163":{"tf":1.0},"167":{"tf":1.0},"192":{"tf":1.0},"210":{"tf":1.0},"213":{"tf":1.0},"252":{"tf":1.0},"273":{"tf":1.0},"304":{"tf":1.0},"65":{"tf":1.0},"89":{"tf":1.4142135623730951},"95":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"336":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"246":{"tf":1.0},"294":{"tf":1.0},"354":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"139":{"tf":1.0}}}},"p":{"df":1,"docs":{"19":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"118":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":7,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"104":{"tf":1.0},"352":{"tf":1.0},"364":{"tf":1.7320508075688772},"385":{"tf":1.0},"53":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"117":{"tf":1.0},"121":{"tf":1.0},"364":{"tf":1.0}}}}}},"w":{"df":12,"docs":{"126":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.0},"202":{"tf":1.0},"209":{"tf":1.0},"251":{"tf":1.0},"275":{"tf":1.0},"322":{"tf":1.0},"353":{"tf":1.0},"355":{"tf":1.0},"368":{"tf":1.0},"75":{"tf":1.0}},"n":{"df":1,"docs":{"179":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"235":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"c":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"138":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":16,"docs":{"119":{"tf":1.0},"125":{"tf":1.4142135623730951},"175":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"228":{"tf":1.0},"329":{"tf":1.0},"38":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.7320508075688772},"52":{"tf":2.0},"54":{"tf":1.0},"58":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.4142135623730951}},"s":{"<":{"b":{"df":0,"docs":{},"r":{"/":{">":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"329":{"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":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"137":{"tf":1.0},"177":{"tf":1.0},"337":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"324":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"18":{"tf":1.0},"244":{"tf":1.0},"259":{"tf":1.4142135623730951},"303":{"tf":1.0},"351":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"127":{"tf":1.4142135623730951},"210":{"tf":1.4142135623730951}},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"127":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":1,"docs":{"173":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"123":{"tf":1.0}}}}},"i":{"df":1,"docs":{"324":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":3,"docs":{"19":{"tf":1.0},"36":{"tf":1.0},"63":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"188":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"102":{"tf":1.0}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":4,"docs":{"1":{"tf":1.0},"160":{"tf":1.0},"38":{"tf":1.0},"57":{"tf":1.0}}}}},"t":{"df":1,"docs":{"65":{"tf":1.0}}},"x":{"df":2,"docs":{"14":{"tf":1.0},"55":{"tf":1.0}}},"z":{"df":0,"docs":{},"e":{"df":11,"docs":{"117":{"tf":1.0},"119":{"tf":1.4142135623730951},"137":{"tf":1.4142135623730951},"140":{"tf":1.0},"19":{"tf":1.0},"216":{"tf":1.4142135623730951},"217":{"tf":1.0},"23":{"tf":1.0},"343":{"tf":1.0},"362":{"tf":1.0},"52":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"138":{"tf":1.0},"139":{"tf":2.449489742783178}}}},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"131":{"tf":1.0}}},"p":{"df":6,"docs":{"102":{"tf":1.0},"169":{"tf":1.0},"171":{"tf":1.0},"251":{"tf":2.0},"252":{"tf":1.0},"297":{"tf":1.7320508075688772}}}}},"l":{"df":0,"docs":{},"o":{"df":2,"docs":{"188":{"tf":1.0},"189":{"tf":1.0}},"t":{"_":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"139":{"tf":1.0},"53":{"tf":1.0}}}}},"df":0,"docs":{}},"df":10,"docs":{"137":{"tf":1.4142135623730951},"214":{"tf":1.0},"25":{"tf":1.4142135623730951},"305":{"tf":1.4142135623730951},"364":{"tf":1.0},"385":{"tf":2.0},"386":{"tf":1.7320508075688772},"50":{"tf":2.8284271247461903},"53":{"tf":2.449489742783178},"86":{"tf":1.4142135623730951}}},"w":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"18":{"tf":1.0},"351":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":3,"docs":{"251":{"tf":1.0},"287":{"tf":1.0},"304":{"tf":1.0}}}}}},"df":1,"docs":{"304":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":9,"docs":{"100":{"tf":1.0},"102":{"tf":1.0},"175":{"tf":1.0},"304":{"tf":1.0},"352":{"tf":1.0},"354":{"tf":1.0},"377":{"tf":1.0},"380":{"tf":1.0},"50":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"101":{"tf":1.0},"163":{"tf":1.0},"244":{"tf":1.0},"259":{"tf":1.0},"273":{"tf":1.0},"276":{"tf":1.0},"283":{"tf":1.0},"286":{"tf":1.0},"303":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"164":{"tf":1.0},"273":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"l":{"df":1,"docs":{"89":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":7,"docs":{"117":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"143":{"tf":1.0},"251":{"tf":1.0},"31":{"tf":1.0},"95":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":21,"docs":{"115":{"tf":1.0},"120":{"tf":1.0},"123":{"tf":1.0},"127":{"tf":1.0},"143":{"tf":1.0},"145":{"tf":1.4142135623730951},"146":{"tf":2.0},"159":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"166":{"tf":1.0},"194":{"tf":1.0},"212":{"tf":1.0},"227":{"tf":1.0},"243":{"tf":1.0},"251":{"tf":1.4142135623730951},"273":{"tf":1.0},"274":{"tf":1.7320508075688772},"282":{"tf":1.0},"352":{"tf":1.0},"385":{"tf":1.4142135623730951}}}}}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":4,"docs":{"204":{"tf":1.0},"211":{"tf":1.0},"55":{"tf":1.0},"59":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"o":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"123":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"251":{"tf":1.0}}}},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"12":{"tf":1.0},"336":{"tf":1.0}}}},"v":{"df":1,"docs":{"31":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"(":{"a":{"df":0,"docs":{},"r":{"c":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":1,"docs":{"205":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"171":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"x":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"205":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"178":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"204":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":1,"docs":{"172":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"205":{"tf":1.0}}}}}}}}}},"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"216":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"207":{"tf":2.23606797749979}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"207":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"207":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"149":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":4,"docs":{"126":{"tf":1.0},"131":{"tf":1.0},"381":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"253":{"tf":1.0},"351":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"m":{"df":1,"docs":{"138":{"tf":1.0}}},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"373":{"tf":1.0}}}},"w":{"df":0,"docs":{},"n":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"205":{"tf":1.0}},"e":{"d":{"(":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"205":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"49":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":12,"docs":{"171":{"tf":1.0},"19":{"tf":1.0},"205":{"tf":1.7320508075688772},"23":{"tf":1.0},"316":{"tf":1.0},"357":{"tf":1.4142135623730951},"36":{"tf":1.0},"386":{"tf":1.0},"39":{"tf":1.0},"58":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"206":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":38,"docs":{"105":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"125":{"tf":1.0},"137":{"tf":1.0},"14":{"tf":1.0},"166":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"176":{"tf":1.0},"184":{"tf":1.0},"223":{"tf":1.0},"225":{"tf":1.0},"227":{"tf":1.0},"261":{"tf":1.4142135623730951},"267":{"tf":1.0},"284":{"tf":1.4142135623730951},"286":{"tf":1.0},"292":{"tf":1.0},"295":{"tf":1.0},"298":{"tf":1.0},"301":{"tf":1.7320508075688772},"302":{"tf":1.7320508075688772},"303":{"tf":1.0},"314":{"tf":1.0},"322":{"tf":1.0},"323":{"tf":1.4142135623730951},"334":{"tf":1.0},"363":{"tf":1.0},"368":{"tf":1.0},"386":{"tf":1.0},"387":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.0},"61":{"tf":1.0},"73":{"tf":1.0}},"i":{"df":5,"docs":{"124":{"tf":1.0},"274":{"tf":1.0},"323":{"tf":1.0},"386":{"tf":1.4142135623730951},"60":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":4,"docs":{"158":{"tf":1.0},"164":{"tf":1.0},"175":{"tf":1.0},"280":{"tf":1.0}},"—":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"352":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":2,"docs":{"246":{"tf":1.0},"354":{"tf":1.0}}}},"n":{"df":2,"docs":{"138":{"tf":1.0},"140":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":7,"docs":{"139":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.0},"282":{"tf":1.7320508075688772},"65":{"tf":1.0},"78":{"tf":1.0},"92":{"tf":1.0}}}}}},"r":{"c":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"66":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"134":{"tf":1.0},"386":{"tf":1.0}}}},"l":{"df":6,"docs":{"137":{"tf":1.0},"138":{"tf":1.0},"181":{"tf":1.0},"19":{"tf":1.0},"318":{"tf":1.0},"367":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":5,"docs":{"100":{"tf":1.0},"298":{"tf":1.0},"381":{"tf":1.0},"66":{"tf":1.0},"70":{"tf":1.0}}}}},"df":13,"docs":{"125":{"tf":1.0},"160":{"tf":1.0},"164":{"tf":1.0},"227":{"tf":1.0},"28":{"tf":1.0},"305":{"tf":1.4142135623730951},"326":{"tf":1.4142135623730951},"327":{"tf":1.4142135623730951},"332":{"tf":1.0},"360":{"tf":1.4142135623730951},"45":{"tf":1.7320508075688772},"62":{"tf":1.0},"66":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":2,"docs":{"100":{"tf":1.0},"101":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"137":{"tf":1.4142135623730951},"352":{"tf":1.4142135623730951}}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"_":{"d":{"a":{"_":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"df":1,"docs":{"118":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"118":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"r":{"df":1,"docs":{"118":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":4,"docs":{"115":{"tf":1.0},"118":{"tf":1.4142135623730951},"138":{"tf":1.0},"352":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"_":{"3":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"_":{"2":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":4,"docs":{"123":{"tf":1.0},"21":{"tf":1.0},"340":{"tf":1.0},"78":{"tf":1.0}},"t":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":6,"docs":{"172":{"tf":1.0},"178":{"tf":1.0},"203":{"tf":1.0},"207":{"tf":1.0},"210":{"tf":1.0},"216":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"172":{"tf":1.0}}}}},"df":0,"docs":{}},"[":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"165":{"tf":1.0}}}}},"_":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"175":{"tf":1.0},"204":{"tf":1.4142135623730951},"211":{"tf":1.0}},"e":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"171":{"tf":1.0},"204":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"171":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":48,"docs":{"0":{"tf":1.0},"104":{"tf":1.4142135623730951},"115":{"tf":1.0},"117":{"tf":1.4142135623730951},"12":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"131":{"tf":1.0},"150":{"tf":1.0},"160":{"tf":1.0},"162":{"tf":1.0},"169":{"tf":1.0},"172":{"tf":1.7320508075688772},"175":{"tf":1.0},"188":{"tf":1.0},"19":{"tf":1.0},"192":{"tf":1.0},"203":{"tf":1.7320508075688772},"204":{"tf":1.4142135623730951},"210":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.4142135623730951},"225":{"tf":1.0},"226":{"tf":1.0},"245":{"tf":1.0},"250":{"tf":1.4142135623730951},"326":{"tf":1.0},"332":{"tf":1.0},"354":{"tf":1.4142135623730951},"356":{"tf":1.0},"358":{"tf":2.0},"359":{"tf":1.4142135623730951},"360":{"tf":1.0},"361":{"tf":1.0},"362":{"tf":1.0},"364":{"tf":1.0},"370":{"tf":1.0},"371":{"tf":1.0},"372":{"tf":1.0},"38":{"tf":1.0},"386":{"tf":1.4142135623730951},"55":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"71":{"tf":1.4142135623730951},"95":{"tf":1.0}},"e":{"d":{"\\":{"df":0,"docs":{},"|":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"104":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"p":{"df":5,"docs":{"117":{"tf":1.0},"273":{"tf":1.4142135623730951},"352":{"tf":1.0},"360":{"tf":1.0},"380":{"tf":1.0}}}}}},"t":{"df":4,"docs":{"113":{"tf":1.0},"122":{"tf":1.0},"174":{"tf":1.0},"176":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"19":{"tf":1.0}}}}}},"<":{"b":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}},"df":11,"docs":{"117":{"tf":1.0},"122":{"tf":1.0},"137":{"tf":2.0},"142":{"tf":2.23606797749979},"150":{"tf":1.0},"173":{"tf":1.0},"204":{"tf":1.0},"386":{"tf":1.7320508075688772},"52":{"tf":1.7320508075688772},"59":{"tf":1.4142135623730951},"62":{"tf":1.0}}},"i":{"c":{"df":4,"docs":{"171":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"305":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"119":{"tf":1.0},"169":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.7320508075688772}}}}},"s":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"174":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"u":{"df":3,"docs":{"362":{"tf":1.0},"371":{"tf":1.4142135623730951},"47":{"tf":1.0}}}},"y":{"df":7,"docs":{"101":{"tf":1.0},"115":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.4142135623730951},"188":{"tf":1.0},"211":{"tf":1.4142135623730951},"385":{"tf":1.0}}}},"d":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{":":{":":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"(":{"\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"z":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"122":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"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":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{":":{":":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"210":{"tf":1.4142135623730951},"211":{"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":{},"m":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"6":{"4":{"df":1,"docs":{"101":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{":":{":":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":29,"docs":{"102":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"151":{"tf":1.0},"183":{"tf":1.0},"19":{"tf":1.0},"194":{"tf":1.0},"198":{"tf":1.0},"25":{"tf":1.0},"339":{"tf":1.0},"344":{"tf":1.0},"346":{"tf":1.0},"350":{"tf":1.0},"364":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":1,"docs":{"195":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":6,"docs":{"260":{"tf":1.4142135623730951},"266":{"tf":1.0},"302":{"tf":1.0},"323":{"tf":1.0},"367":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"137":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"_":{"1":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"2":{"_":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"3":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"4":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"5":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"25":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"6":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"_":{"a":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":24,"docs":{"114":{"tf":1.4142135623730951},"115":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"229":{"tf":1.0},"248":{"tf":1.0},"251":{"tf":1.0},"271":{"tf":1.4142135623730951},"274":{"tf":2.0},"29":{"tf":1.4142135623730951},"292":{"tf":1.4142135623730951},"304":{"tf":1.0},"77":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951},"79":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":6,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"104":{"tf":1.0},"251":{"tf":1.0},"365":{"tf":1.0},"385":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"p":{"df":8,"docs":{"150":{"tf":1.0},"188":{"tf":1.0},"192":{"tf":1.0},"360":{"tf":1.0},"386":{"tf":1.0},"55":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"101":{"tf":1.0},"169":{"tf":1.0},"276":{"tf":1.0},"351":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"153":{"tf":1.0},"298":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":4,"docs":{"121":{"tf":1.0},"220":{"tf":1.0},"274":{"tf":1.0},"7":{"tf":1.0}}}}}}},"df":10,"docs":{"171":{"tf":1.0},"172":{"tf":1.0},"178":{"tf":1.0},"203":{"tf":1.4142135623730951},"204":{"tf":1.0},"207":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":6,"docs":{"168":{"tf":1.0},"169":{"tf":1.0},"322":{"tf":1.0},"323":{"tf":1.4142135623730951},"368":{"tf":1.4142135623730951},"386":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":6,"docs":{"122":{"tf":1.4142135623730951},"129":{"tf":1.0},"132":{"tf":1.0},"138":{"tf":1.0},"141":{"tf":1.0},"23":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"124":{"tf":1.0},"192":{"tf":1.0},"304":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"t":{"df":13,"docs":{"112":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"178":{"tf":1.0},"203":{"tf":1.4142135623730951},"204":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.4142135623730951},"210":{"tf":1.0},"211":{"tf":1.0},"216":{"tf":1.7320508075688772},"217":{"tf":1.0},"218":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"r":{"df":6,"docs":{"11":{"tf":1.4142135623730951},"137":{"tf":1.0},"229":{"tf":1.4142135623730951},"66":{"tf":1.0},"75":{"tf":1.0},"87":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"u":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"365":{"tf":1.0}}}},"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":10,"docs":{"125":{"tf":1.0},"143":{"tf":1.0},"163":{"tf":1.7320508075688772},"165":{"tf":1.7320508075688772},"193":{"tf":1.4142135623730951},"198":{"tf":1.4142135623730951},"2":{"tf":2.0},"35":{"tf":2.23606797749979},"37":{"tf":1.4142135623730951},"55":{"tf":2.449489742783178}}}}}},"u":{"b":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":3,"docs":{"163":{"tf":1.7320508075688772},"35":{"tf":2.23606797749979},"55":{"tf":2.449489742783178}}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":5,"docs":{"101":{"tf":1.0},"128":{"tf":1.0},"137":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0}}}},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"49":{"tf":1.0}}}}},"df":10,"docs":{"10":{"tf":1.4142135623730951},"100":{"tf":1.4142135623730951},"137":{"tf":2.0},"142":{"tf":1.0},"203":{"tf":1.0},"361":{"tf":1.0},"386":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.0},"85":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":9,"docs":{"119":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":2.0},"171":{"tf":1.0},"172":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":2.23606797749979},"176":{"tf":1.7320508075688772},"59":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"137":{"tf":1.0},"138":{"tf":1.0}}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":5,"docs":{"10":{"tf":1.0},"23":{"tf":1.0},"299":{"tf":1.0},"319":{"tf":1.0},"386":{"tf":1.0}}}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"145":{"tf":1.0},"147":{"tf":1.0}},"s":{"df":0,"docs":{},"s":{"df":18,"docs":{"1":{"tf":1.0},"192":{"tf":1.0},"2":{"tf":1.0},"214":{"tf":1.0},"24":{"tf":1.4142135623730951},"274":{"tf":2.0},"294":{"tf":1.0},"32":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"93":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"140":{"tf":1.0},"371":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{},"h":{"df":2,"docs":{"357":{"tf":1.4142135623730951},"359":{"tf":1.0}}}},"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"358":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":4,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"365":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{},"x":{"df":2,"docs":{"318":{"tf":1.4142135623730951},"367":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}},"df":5,"docs":{"115":{"tf":1.0},"161":{"tf":1.0},"19":{"tf":1.0},"75":{"tf":1.0},"87":{"tf":1.4142135623730951}}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":5,"docs":{"132":{"tf":1.4142135623730951},"274":{"tf":1.0},"317":{"tf":1.0},"365":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"p":{"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":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"335":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"i":{"df":2,"docs":{"142":{"tf":1.0},"167":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"[":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":28,"docs":{"102":{"tf":2.23606797749979},"130":{"tf":1.0},"135":{"tf":1.0},"138":{"tf":1.4142135623730951},"140":{"tf":1.0},"144":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"163":{"tf":1.7320508075688772},"177":{"tf":1.7320508075688772},"178":{"tf":1.7320508075688772},"182":{"tf":1.4142135623730951},"186":{"tf":1.0},"187":{"tf":1.7320508075688772},"193":{"tf":1.0},"205":{"tf":1.0},"218":{"tf":1.0},"227":{"tf":2.449489742783178},"244":{"tf":1.0},"261":{"tf":1.4142135623730951},"270":{"tf":1.0},"298":{"tf":1.0},"35":{"tf":2.0},"352":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"379":{"tf":1.4142135623730951}}}}}}},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":4,"docs":{"139":{"tf":1.0},"143":{"tf":1.0},"179":{"tf":1.4142135623730951},"180":{"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":{"120":{"tf":1.0},"63":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"102":{"tf":1.0},"80":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.4142135623730951}},"e":{"d":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"134":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"p":{"df":3,"docs":{"125":{"tf":1.0},"28":{"tf":1.0},"385":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"260":{"tf":1.0}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":13,"docs":{"337":{"tf":1.0},"352":{"tf":1.7320508075688772},"354":{"tf":1.0},"355":{"tf":1.0},"356":{"tf":1.0},"357":{"tf":1.0},"358":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":1.0},"361":{"tf":1.0},"362":{"tf":1.0},"363":{"tf":1.0},"364":{"tf":1.0}}}}}}},"n":{"c":{"df":5,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"179":{"tf":1.0},"66":{"tf":1.0},"70":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"137":{"tf":1.0},"385":{"tf":1.0},"50":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"138":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"358":{"tf":1.0}}}}},"df":20,"docs":{"1":{"tf":1.0},"104":{"tf":1.0},"125":{"tf":1.0},"130":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.4142135623730951},"18":{"tf":1.0},"192":{"tf":1.0},"2":{"tf":1.0},"287":{"tf":1.0},"31":{"tf":1.0},"351":{"tf":1.0},"354":{"tf":1.0},"38":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":2.23606797749979},"52":{"tf":1.4142135623730951},"61":{"tf":1.0},"80":{"tf":1.0}}}}}}}},"t":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"(":{")":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"1":{")":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"0":{")":{")":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"347":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":5,"docs":{"341":{"tf":1.0},"342":{"tf":1.0},"345":{"tf":1.0},"346":{"tf":1.0},"349":{"tf":1.0}}},"1":{"df":3,"docs":{"19":{"tf":1.0},"207":{"tf":1.0},"343":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{")":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"0":{"df":1,"docs":{"128":{"tf":1.0}}},"1":{"df":6,"docs":{"183":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{")":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"0":{"df":3,"docs":{"127":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0}}},"1":{"df":7,"docs":{"100":{"tf":1.4142135623730951},"104":{"tf":1.0},"112":{"tf":1.0},"151":{"tf":1.0},"361":{"tf":1.0},"364":{"tf":1.0},"88":{"tf":1.0}}},"2":{"df":12,"docs":{"101":{"tf":1.4142135623730951},"102":{"tf":1.0},"111":{"tf":1.0},"129":{"tf":1.0},"133":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"198":{"tf":1.0},"344":{"tf":1.0},"350":{"tf":1.0},"40":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{")":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"2":{"df":3,"docs":{"130":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{")":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"3":{"df":1,"docs":{"89":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":7,"docs":{"21":{"tf":1.0},"32":{"tf":1.0},"340":{"tf":1.0},"4":{"tf":1.0},"78":{"tf":1.0},"83":{"tf":1.0},"90":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"n":{")":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"m":{"df":1,"docs":{"40":{"tf":1.0}}}},"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":{},"g":{"df":11,"docs":{"121":{"tf":1.0},"232":{"tf":1.4142135623730951},"260":{"tf":1.0},"264":{"tf":1.0},"266":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"351":{"tf":1.0},"355":{"tf":1.0},"381":{"tf":1.0},"43":{"tf":1.0}}},"i":{"df":0,"docs":{},"l":{"=":{"1":{"0":{"0":{"0":{"df":1,"docs":{"323":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"0":{"0":{"df":1,"docs":{"368":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"322":{"tf":1.0},"368":{"tf":1.4142135623730951}}}},"k":{"df":0,"docs":{},"e":{"df":2,"docs":{"100":{"tf":1.0},"354":{"tf":1.0}}}},"r":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"z":{"df":4,"docs":{"236":{"tf":1.0},"274":{"tf":1.0},"297":{"tf":1.0},"359":{"tf":1.0}}}}},"b":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"251":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"236":{"tf":1.0}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"\"":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"172":{"tf":1.0}}}}}}},"df":0,"docs":{}},"(":{"df":1,"docs":{"354":{"tf":1.0}}},"/":{"c":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"274":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"354":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"5":{"df":1,"docs":{"135":{"tf":1.0}}},"df":0,"docs":{}},"3":{"0":{"df":1,"docs":{"130":{"tf":1.0}}},"df":0,"docs":{}},"4":{"5":{"df":2,"docs":{"344":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{}},"df":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":{"102":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{"df":2,"docs":{"210":{"tf":1.4142135623730951},"211":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"207":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"203":{"tf":1.4142135623730951},"207":{"tf":2.23606797749979}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"211":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":29,"docs":{"121":{"tf":1.0},"137":{"tf":1.0},"141":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"19":{"tf":1.0},"210":{"tf":1.4142135623730951},"211":{"tf":1.7320508075688772},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"227":{"tf":1.0},"23":{"tf":1.0},"244":{"tf":1.0},"259":{"tf":1.0},"274":{"tf":1.7320508075688772},"280":{"tf":1.0},"299":{"tf":1.4142135623730951},"3":{"tf":1.0},"303":{"tf":1.0},"317":{"tf":1.0},"319":{"tf":2.0},"343":{"tf":1.0},"350":{"tf":1.0},"351":{"tf":1.0},"37":{"tf":1.0},"373":{"tf":1.4142135623730951},"385":{"tf":1.4142135623730951},"73":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"k":{"df":3,"docs":{"169":{"tf":1.0},"171":{"tf":1.0},"192":{"tf":1.0}}}}},"b":{"df":3,"docs":{"163":{"tf":1.0},"35":{"tf":1.0},"55":{"tf":1.0}}},"d":{"df":4,"docs":{"150":{"tf":1.0},"165":{"tf":1.0},"329":{"tf":1.0},"98":{"tf":1.0}}},"df":44,"docs":{"126":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"19":{"tf":1.0},"234":{"tf":1.0},"239":{"tf":1.0},"246":{"tf":1.0},"248":{"tf":1.7320508075688772},"250":{"tf":2.0},"251":{"tf":1.0},"268":{"tf":1.0},"27":{"tf":1.0},"274":{"tf":1.7320508075688772},"279":{"tf":1.0},"28":{"tf":1.0},"290":{"tf":1.0},"295":{"tf":1.0},"297":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"304":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"331":{"tf":1.0},"332":{"tf":1.0},"333":{"tf":1.0},"355":{"tf":1.0},"356":{"tf":1.0},"357":{"tf":1.0},"358":{"tf":1.0},"359":{"tf":1.4142135623730951},"368":{"tf":1.0},"383":{"tf":1.0},"384":{"tf":1.0},"39":{"tf":1.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"16":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":2,"docs":{"118":{"tf":1.0},"31":{"tf":1.4142135623730951}}},"r":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"205":{"tf":1.0},"275":{"tf":1.0}}}}}},"df":3,"docs":{"140":{"tf":1.0},"205":{"tf":1.0},"62":{"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":1,"docs":{"220":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"368":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"205":{"tf":1.4142135623730951},"261":{"tf":1.0},"324":{"tf":1.4142135623730951}}}}}}}}},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"227":{"tf":1.0}},"l":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"322":{"tf":1.0},"45":{"tf":1.4142135623730951},"66":{"tf":1.0},"70":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":11,"docs":{"137":{"tf":1.4142135623730951},"153":{"tf":1.0},"19":{"tf":1.0},"255":{"tf":1.0},"299":{"tf":1.0},"318":{"tf":1.0},"321":{"tf":1.7320508075688772},"363":{"tf":1.7320508075688772},"367":{"tf":1.4142135623730951},"46":{"tf":1.0},"62":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"289":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"115":{"tf":1.0},"337":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"362":{"tf":1.0}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"336":{"tf":1.0}}}}}}}}}},"s":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"368":{"tf":1.0}}}}}},"_":{"1":{"df":1,"docs":{"95":{"tf":1.0}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":1,"docs":{"88":{"tf":1.0}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"95":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"(":{"1":{"0":{"df":1,"docs":{"90":{"tf":1.0}}},"df":0,"docs":{}},"2":{"df":1,"docs":{"90":{"tf":1.0}}},"5":{"df":1,"docs":{"90":{"tf":1.0}}},"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"90":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"88":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":164,"docs":{"0":{"tf":2.23606797749979},"1":{"tf":1.0},"10":{"tf":1.4142135623730951},"102":{"tf":2.0},"115":{"tf":1.4142135623730951},"116":{"tf":1.0},"117":{"tf":1.4142135623730951},"120":{"tf":2.23606797749979},"121":{"tf":2.449489742783178},"122":{"tf":2.23606797749979},"123":{"tf":2.8284271247461903},"124":{"tf":2.449489742783178},"126":{"tf":1.0},"127":{"tf":1.4142135623730951},"128":{"tf":1.0},"129":{"tf":1.0},"13":{"tf":1.0},"130":{"tf":1.4142135623730951},"131":{"tf":1.7320508075688772},"132":{"tf":1.4142135623730951},"133":{"tf":1.7320508075688772},"134":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"137":{"tf":2.0},"138":{"tf":2.449489742783178},"139":{"tf":1.4142135623730951},"14":{"tf":1.7320508075688772},"140":{"tf":1.0},"141":{"tf":1.4142135623730951},"143":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"15":{"tf":1.0},"151":{"tf":1.0},"159":{"tf":1.0},"16":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"163":{"tf":1.4142135623730951},"164":{"tf":1.4142135623730951},"165":{"tf":1.0},"166":{"tf":2.6457513110645907},"177":{"tf":1.4142135623730951},"18":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.4142135623730951},"185":{"tf":1.0},"188":{"tf":1.4142135623730951},"19":{"tf":2.8284271247461903},"190":{"tf":1.0},"192":{"tf":1.0},"194":{"tf":1.0},"2":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"209":{"tf":1.0},"21":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":2.0},"214":{"tf":2.6457513110645907},"216":{"tf":1.4142135623730951},"217":{"tf":1.4142135623730951},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.4142135623730951},"221":{"tf":1.4142135623730951},"222":{"tf":1.0},"224":{"tf":1.0},"227":{"tf":1.0},"229":{"tf":1.0},"235":{"tf":1.4142135623730951},"238":{"tf":1.0},"239":{"tf":1.7320508075688772},"241":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"247":{"tf":1.4142135623730951},"251":{"tf":1.0},"252":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.4142135623730951},"261":{"tf":1.0},"263":{"tf":1.0},"270":{"tf":1.0},"271":{"tf":1.0},"273":{"tf":1.0},"274":{"tf":3.605551275463989},"275":{"tf":2.0},"276":{"tf":1.4142135623730951},"278":{"tf":1.0},"28":{"tf":1.4142135623730951},"281":{"tf":1.4142135623730951},"282":{"tf":1.4142135623730951},"283":{"tf":1.7320508075688772},"286":{"tf":1.0},"29":{"tf":1.4142135623730951},"290":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.7320508075688772},"295":{"tf":1.0},"298":{"tf":1.4142135623730951},"3":{"tf":2.0},"30":{"tf":1.0},"301":{"tf":1.4142135623730951},"302":{"tf":1.7320508075688772},"303":{"tf":1.0},"31":{"tf":1.7320508075688772},"32":{"tf":1.0},"321":{"tf":1.4142135623730951},"322":{"tf":1.4142135623730951},"327":{"tf":1.0},"328":{"tf":1.0},"351":{"tf":1.0},"352":{"tf":1.0},"354":{"tf":1.0},"356":{"tf":2.449489742783178},"357":{"tf":1.4142135623730951},"358":{"tf":1.0},"359":{"tf":1.4142135623730951},"360":{"tf":1.4142135623730951},"362":{"tf":1.0},"363":{"tf":1.4142135623730951},"365":{"tf":1.4142135623730951},"367":{"tf":1.7320508075688772},"368":{"tf":1.0},"369":{"tf":1.0},"370":{"tf":1.0},"372":{"tf":1.0},"375":{"tf":1.0},"377":{"tf":1.0},"379":{"tf":1.0},"382":{"tf":1.0},"384":{"tf":1.7320508075688772},"385":{"tf":2.0},"41":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.7320508075688772},"46":{"tf":1.4142135623730951},"47":{"tf":1.0},"48":{"tf":2.0},"49":{"tf":1.7320508075688772},"50":{"tf":1.0},"51":{"tf":1.7320508075688772},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"6":{"tf":1.0},"65":{"tf":1.7320508075688772},"66":{"tf":1.4142135623730951},"68":{"tf":1.7320508075688772},"69":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951},"74":{"tf":2.449489742783178},"75":{"tf":1.0},"77":{"tf":1.7320508075688772},"83":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"90":{"tf":1.0},"95":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{":":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"264":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{},"o":{"c":{"df":15,"docs":{"244":{"tf":1.0},"245":{"tf":1.4142135623730951},"257":{"tf":1.0},"258":{"tf":1.0},"264":{"tf":2.0},"265":{"tf":1.0},"28":{"tf":1.0},"297":{"tf":1.4142135623730951},"322":{"tf":1.4142135623730951},"351":{"tf":1.0},"359":{"tf":2.0},"365":{"tf":1.0},"368":{"tf":1.0},"383":{"tf":1.7320508075688772},"43":{"tf":1.0}}},"df":0,"docs":{}}}},"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"210":{"tf":1.0},"364":{"tf":2.0}},"e":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":5,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"<":{"c":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"216":{"tf":1.0},"217":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":2,"docs":{"4":{"tf":1.0},"82":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"<":{"c":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"205":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"179":{"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":2,"docs":{"112":{"tf":1.0},"204":{"tf":1.0}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"183":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"<":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"344":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":29,"docs":{"102":{"tf":1.0},"183":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"198":{"tf":1.0},"21":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"269":{"tf":1.0},"341":{"tf":1.0},"342":{"tf":1.0},"343":{"tf":1.0},"345":{"tf":1.0},"346":{"tf":1.0},"347":{"tf":1.0},"361":{"tf":1.0},"364":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"78":{"tf":1.0},"89":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":8,"docs":{"183":{"tf":1.0},"341":{"tf":1.0},"342":{"tf":1.0},"343":{"tf":1.0},"345":{"tf":1.0},"346":{"tf":1.0},"347":{"tf":1.0},"40":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"203":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"{":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"340":{"tf":1.0}}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":18,"docs":{"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"151":{"tf":1.0},"19":{"tf":1.0},"218":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"339":{"tf":1.0},"349":{"tf":1.0},"350":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":11,"docs":{"171":{"tf":1.4142135623730951},"172":{"tf":1.4142135623730951},"173":{"tf":1.0},"174":{"tf":1.0},"178":{"tf":1.0},"204":{"tf":1.0},"207":{"tf":1.0},"211":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"328":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"344":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":2,"docs":{"203":{"tf":1.0},"205":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"206":{"tf":1.0}},"y":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"206":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"205":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"203":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"359":{"tf":1.0}},"e":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":7,"docs":{"130":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"28":{"tf":1.0},"339":{"tf":1.0},"348":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"k":{"8":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"k":{"8":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":2,"docs":{"339":{"tf":1.0},"348":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{":":{":":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":15,"docs":{"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"151":{"tf":1.0},"19":{"tf":1.0},"26":{"tf":1.0},"339":{"tf":1.0},"348":{"tf":1.0},"349":{"tf":1.0},"350":{"tf":1.0},"4":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":5,"docs":{"354":{"tf":1.4142135623730951},"356":{"tf":1.0},"357":{"tf":1.0},"360":{"tf":1.0},"363":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"195":{"tf":1.0},"361":{"tf":1.4142135623730951}},"s":{":":{":":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"269":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":35,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"104":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"151":{"tf":1.0},"19":{"tf":1.0},"194":{"tf":1.4142135623730951},"200":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"341":{"tf":1.0},"342":{"tf":1.0},"343":{"tf":1.0},"345":{"tf":1.0},"346":{"tf":1.0},"347":{"tf":1.0},"349":{"tf":1.0},"350":{"tf":1.0},"361":{"tf":1.0},"364":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0},"78":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"s":{":":{":":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":2,"docs":{"102":{"tf":1.0},"181":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"d":{"a":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"101":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"101":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"100":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"100":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"{":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":5,"docs":{"130":{"tf":1.0},"135":{"tf":1.0},"339":{"tf":1.0},"344":{"tf":1.0},"51":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":3,"docs":{"102":{"tf":1.0},"183":{"tf":1.0},"198":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"—":{"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":{"df":1,"docs":{"386":{"tf":1.0}}}}}}}}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"251":{"tf":1.0},"267":{"tf":1.0},"304":{"tf":1.0},"327":{"tf":1.0},"47":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":2,"docs":{"251":{"tf":1.0},"304":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"304":{"tf":1.0}},"s":{"=":{"1":{"df":1,"docs":{"251":{"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":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"301":{"tf":1.0}},"e":{"=":{"1":{"df":1,"docs":{"322":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"s":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"89":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"89":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"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":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"88":{"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":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"322":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"h":{"a":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"78":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"104":{"tf":1.0}}}},"i":{"df":1,"docs":{"16":{"tf":1.0}}}}},"y":{"'":{"df":0,"docs":{},"r":{"df":2,"docs":{"137":{"tf":1.0},"173":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"199":{"tf":1.0}},"k":{"df":1,"docs":{"50":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":3,"docs":{"125":{"tf":1.0},"31":{"tf":1.0},"373":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":8,"docs":{"354":{"tf":1.0},"356":{"tf":1.0},"357":{"tf":1.0},"358":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":1.0},"361":{"tf":1.0},"364":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":4,"docs":{"138":{"tf":1.0},"14":{"tf":1.0},"249":{"tf":1.0},"41":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"104":{"tf":1.0}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"177":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":7,"docs":{"170":{"tf":1.0},"207":{"tf":1.0},"251":{"tf":1.0},"305":{"tf":1.0},"55":{"tf":1.0},"63":{"tf":1.0},"75":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"117":{"tf":1.0},"137":{"tf":1.7320508075688772}}}}}}}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"86":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":1,"docs":{"50":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"137":{"tf":1.0},"138":{"tf":2.449489742783178}}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"364":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"e":{":":{":":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"195":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":50,"docs":{"1":{"tf":1.4142135623730951},"10":{"tf":1.0},"100":{"tf":1.0},"102":{"tf":2.23606797749979},"104":{"tf":1.0},"115":{"tf":1.4142135623730951},"117":{"tf":1.0},"119":{"tf":1.4142135623730951},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.4142135623730951},"137":{"tf":1.7320508075688772},"139":{"tf":3.0},"14":{"tf":1.0},"151":{"tf":1.0},"159":{"tf":1.0},"164":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.4142135623730951},"175":{"tf":1.0},"221":{"tf":1.0},"227":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"344":{"tf":1.4142135623730951},"36":{"tf":1.0},"364":{"tf":2.23606797749979},"365":{"tf":1.0},"380":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"50":{"tf":2.449489742783178},"54":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"75":{"tf":1.0},"79":{"tf":1.0},"81":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"85":{"tf":2.0},"86":{"tf":2.23606797749979},"93":{"tf":1.0},"95":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":22,"docs":{"100":{"tf":1.4142135623730951},"121":{"tf":1.4142135623730951},"158":{"tf":1.0},"162":{"tf":1.0},"189":{"tf":1.0},"19":{"tf":1.0},"246":{"tf":1.0},"251":{"tf":1.0},"274":{"tf":1.7320508075688772},"275":{"tf":1.4142135623730951},"276":{"tf":1.7320508075688772},"301":{"tf":1.0},"302":{"tf":2.23606797749979},"304":{"tf":2.449489742783178},"322":{"tf":1.0},"351":{"tf":1.0},"354":{"tf":1.4142135623730951},"370":{"tf":1.0},"372":{"tf":1.0},"380":{"tf":1.4142135623730951},"386":{"tf":1.0},"39":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":7,"docs":{"139":{"tf":2.6457513110645907},"19":{"tf":1.0},"318":{"tf":1.4142135623730951},"321":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":1.4142135623730951},"46":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"122":{"tf":1.0}}}},"p":{"df":1,"docs":{"321":{"tf":1.0}}}},"m":{"df":0,"docs":{},"p":{"/":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"x":{"df":1,"docs":{"274":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"368":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"322":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"321":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":10,"docs":{"236":{"tf":1.0},"239":{"tf":1.4142135623730951},"257":{"tf":1.0},"258":{"tf":1.4142135623730951},"274":{"tf":1.0},"28":{"tf":1.7320508075688772},"298":{"tf":1.4142135623730951},"356":{"tf":1.4142135623730951},"359":{"tf":1.0},"384":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"299":{"tf":1.0},"363":{"tf":1.0}}}}}}},"df":8,"docs":{"121":{"tf":1.0},"236":{"tf":1.4142135623730951},"251":{"tf":1.0},"274":{"tf":1.4142135623730951},"281":{"tf":1.0},"322":{"tf":1.0},"351":{"tf":1.0},"363":{"tf":1.0}}}},"o":{"d":{"a":{"df":0,"docs":{},"y":{"df":5,"docs":{"138":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.4142135623730951},"144":{"tf":1.4142135623730951},"186":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":1,"docs":{"218":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"14":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"83":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"185":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"126":{"tf":1.0},"19":{"tf":1.0},"4":{"tf":1.0}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"172":{"tf":1.0}}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"(":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"171":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"126":{"tf":1.0},"19":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951},"90":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"123":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"18":{"tf":1.0},"243":{"tf":1.0},"274":{"tf":2.449489742783178}}}}},"df":0,"docs":{}}},"df":1,"docs":{"186":{"tf":1.0}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"138":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":73,"docs":{"1":{"tf":1.0},"100":{"tf":1.0},"102":{"tf":1.0},"112":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":2.0},"118":{"tf":1.7320508075688772},"119":{"tf":1.0},"120":{"tf":1.4142135623730951},"121":{"tf":1.4142135623730951},"122":{"tf":1.0},"123":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"126":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"14":{"tf":1.4142135623730951},"140":{"tf":2.8284271247461903},"145":{"tf":1.0},"147":{"tf":1.4142135623730951},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"186":{"tf":1.7320508075688772},"187":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"192":{"tf":1.7320508075688772},"2":{"tf":1.7320508075688772},"202":{"tf":1.0},"203":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"21":{"tf":1.7320508075688772},"210":{"tf":1.4142135623730951},"213":{"tf":1.4142135623730951},"214":{"tf":1.0},"227":{"tf":1.0},"245":{"tf":1.0},"260":{"tf":1.0},"27":{"tf":1.4142135623730951},"274":{"tf":1.7320508075688772},"275":{"tf":1.0},"276":{"tf":1.7320508075688772},"295":{"tf":2.0},"3":{"tf":1.0},"33":{"tf":1.0},"340":{"tf":2.0},"35":{"tf":1.0},"352":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"361":{"tf":1.4142135623730951},"362":{"tf":1.4142135623730951},"375":{"tf":1.0},"378":{"tf":1.0},"38":{"tf":1.4142135623730951},"386":{"tf":1.4142135623730951},"40":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":1.4142135623730951},"63":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"68":{"tf":1.0},"76":{"tf":1.4142135623730951},"78":{"tf":2.0},"89":{"tf":1.0},"92":{"tf":1.4142135623730951},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}},"y":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"3":{"df":0,"docs":{},"v":{"1":{"df":1,"docs":{"362":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"g":{"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":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"x":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"210":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"203":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"203":{"tf":1.0}}}}}}},":":{"0":{":":{"1":{"df":1,"docs":{"274":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{":":{"1":{"df":1,"docs":{"274":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"210":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}},"[":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"35":{"tf":1.0}}}}}}}}}},"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"(":{"df":0,"docs":{},"|":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"206":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"118":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"206":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"t":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"174":{"tf":1.7320508075688772}}}}},"df":7,"docs":{"102":{"tf":1.0},"107":{"tf":1.0},"142":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.0},"169":{"tf":1.0},"386":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"df":10,"docs":{"162":{"tf":1.0},"213":{"tf":1.0},"255":{"tf":1.4142135623730951},"299":{"tf":1.7320508075688772},"300":{"tf":1.0},"317":{"tf":1.7320508075688772},"373":{"tf":1.0},"47":{"tf":1.0},"65":{"tf":1.0},"68":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"324":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"66":{"tf":1.0}}}}}},":":{":":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"!":{"(":{"\"":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"171":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"172":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"171":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"171":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"!":{"(":{"\"":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"205":{"tf":1.0}}}}}}}},"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"172":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"204":{"tf":1.0}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"171":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"204":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":3,"docs":{"173":{"tf":1.0},"203":{"tf":1.0},"328":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"174":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"172":{"tf":1.0}}}},"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":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":4,"docs":{"260":{"tf":1.0},"322":{"tf":1.0},"367":{"tf":1.7320508075688772},"46":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}},"k":{"df":5,"docs":{"119":{"tf":1.0},"142":{"tf":1.4142135623730951},"169":{"tf":1.0},"173":{"tf":1.0},"176":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"273":{"tf":1.7320508075688772}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"272":{"tf":1.0}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":35,"docs":{"1":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"125":{"tf":1.0},"132":{"tf":1.0},"135":{"tf":1.0},"14":{"tf":1.0},"141":{"tf":1.0},"162":{"tf":1.0},"184":{"tf":1.0},"192":{"tf":1.0},"2":{"tf":1.0},"203":{"tf":1.0},"214":{"tf":1.0},"23":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0},"362":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.4142135623730951},"386":{"tf":1.4142135623730951},"51":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.4142135623730951},"81":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":1.0},"98":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":19,"docs":{"14":{"tf":1.4142135623730951},"179":{"tf":1.4142135623730951},"194":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.4142135623730951},"209":{"tf":1.0},"213":{"tf":1.0},"216":{"tf":1.4142135623730951},"217":{"tf":1.0},"218":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.7320508075688772},"37":{"tf":1.7320508075688772},"74":{"tf":2.0}},"s":{"[":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"35":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":58,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"10":{"tf":1.0},"100":{"tf":3.605551275463989},"101":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"115":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"125":{"tf":1.0},"128":{"tf":2.0},"129":{"tf":2.0},"133":{"tf":1.4142135623730951},"134":{"tf":1.0},"137":{"tf":5.0990195135927845},"14":{"tf":1.0},"142":{"tf":1.4142135623730951},"145":{"tf":1.0},"147":{"tf":1.4142135623730951},"16":{"tf":1.0},"162":{"tf":1.0},"169":{"tf":1.0},"171":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.4142135623730951},"176":{"tf":1.0},"19":{"tf":1.4142135623730951},"195":{"tf":1.0},"2":{"tf":1.0},"203":{"tf":1.0},"213":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"3":{"tf":1.0},"342":{"tf":2.0},"350":{"tf":1.0},"352":{"tf":1.4142135623730951},"36":{"tf":1.0},"361":{"tf":2.0},"378":{"tf":1.0},"385":{"tf":1.4142135623730951},"386":{"tf":1.7320508075688772},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"76":{"tf":1.0},"79":{"tf":2.0},"81":{"tf":1.0},"85":{"tf":1.4142135623730951},"93":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"d":{"a":{"df":1,"docs":{"377":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{"0":{"df":1,"docs":{"100":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":2,"docs":{"195":{"tf":1.0},"198":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"128":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"176":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"/":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"138":{"tf":1.4142135623730951},"139":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"342":{"tf":1.0}}}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"(":{"df":0,"docs":{},"|":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":28,"docs":{"100":{"tf":1.0},"107":{"tf":1.0},"111":{"tf":1.0},"122":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"151":{"tf":1.0},"19":{"tf":1.0},"194":{"tf":1.0},"196":{"tf":1.0},"23":{"tf":1.0},"32":{"tf":1.0},"342":{"tf":1.0},"350":{"tf":1.0},"361":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.4142135623730951},"79":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.0},"93":{"tf":1.0}}}}}},"df":5,"docs":{"100":{"tf":1.0},"105":{"tf":1.0},"151":{"tf":1.0},"193":{"tf":1.0},"40":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"386":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"386":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"125":{"tf":1.0},"180":{"tf":1.0},"229":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":9,"docs":{"66":{"tf":1.7320508075688772},"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}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"223":{"tf":1.0},"225":{"tf":1.0},"228":{"tf":1.7320508075688772}},"e":{"[":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"228":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":2,"docs":{"28":{"tf":1.4142135623730951},"354":{"tf":1.0}},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"102":{"tf":1.0},"304":{"tf":1.0},"38":{"tf":1.0},"386":{"tf":1.4142135623730951},"55":{"tf":1.0},"60":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":50,"docs":{"11":{"tf":1.0},"114":{"tf":1.0},"12":{"tf":1.0},"124":{"tf":1.0},"14":{"tf":1.0},"157":{"tf":1.0},"200":{"tf":1.4142135623730951},"248":{"tf":1.0},"271":{"tf":1.0},"29":{"tf":1.0},"292":{"tf":1.0},"314":{"tf":1.0},"334":{"tf":1.0},"335":{"tf":1.0},"336":{"tf":1.0},"337":{"tf":1.0},"351":{"tf":1.7320508075688772},"352":{"tf":1.0},"353":{"tf":1.0},"354":{"tf":1.0},"355":{"tf":1.0},"356":{"tf":1.0},"357":{"tf":1.0},"358":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":1.0},"361":{"tf":1.0},"362":{"tf":1.0},"363":{"tf":1.0},"364":{"tf":1.0},"365":{"tf":1.0},"366":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":1.0},"370":{"tf":1.0},"371":{"tf":1.0},"372":{"tf":1.0},"373":{"tf":1.0},"374":{"tf":1.0},"375":{"tf":1.0},"376":{"tf":1.0},"377":{"tf":1.0},"378":{"tf":1.0},"379":{"tf":1.0},"380":{"tf":1.0},"381":{"tf":1.0},"382":{"tf":1.0},"383":{"tf":1.0},"384":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"e":{"df":11,"docs":{"102":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"183":{"tf":1.4142135623730951},"247":{"tf":1.0},"255":{"tf":1.0},"260":{"tf":1.0},"266":{"tf":1.0},"274":{"tf":2.23606797749979},"278":{"tf":1.0},"294":{"tf":1.0},"313":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"385":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"117":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"381":{"tf":1.0},"57":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":2,"docs":{"119":{"tf":1.0},"304":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"158":{"tf":1.0}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"114":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"119":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":4,"docs":{"193":{"tf":1.0},"208":{"tf":1.0},"385":{"tf":1.0},"46":{"tf":1.0}}}},"x":{".":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"5":{"df":1,"docs":{"151":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"0":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"5":{"df":4,"docs":{"107":{"tf":1.0},"32":{"tf":1.0},"4":{"tf":1.0},"83":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"100":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{}},"5":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"1":{"0":{"df":1,"docs":{"111":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"0":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"1":{"0":{"0":{"df":1,"docs":{"122":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"1":{"0":{"df":1,"docs":{"361":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"/":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"100":{"tf":1.0},"107":{"tf":1.0},"19":{"tf":1.0},"85":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"d":{"a":{"df":2,"docs":{"184":{"tf":1.0},"188":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"123":{"tf":1.0}},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"85":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"171":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":3,"docs":{"100":{"tf":1.0},"195":{"tf":1.0},"198":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":4,"docs":{"113":{"tf":1.0},"132":{"tf":1.4142135623730951},"145":{"tf":1.0},"19":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"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":2,"docs":{"100":{"tf":1.4142135623730951},"105":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}},"s":{".":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{"0":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"2":{"0":{"df":1,"docs":{"135":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"5":{"0":{"df":1,"docs":{"134":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"1":{"0":{"df":1,"docs":{"130":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"1":{"0":{"df":1,"docs":{"128":{"tf":1.0}}},"5":{"df":1,"docs":{"129":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}},"3":{"df":3,"docs":{"194":{"tf":1.0},"196":{"tf":1.0},"199":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":7,"docs":{"19":{"tf":1.0},"23":{"tf":1.0},"342":{"tf":1.0},"350":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.4142135623730951}}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"2":{"0":{"df":1,"docs":{"133":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"[":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":9,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"123":{"tf":1.0},"193":{"tf":1.0},"195":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"218":{"tf":1.0},"386":{"tf":1.0}}},"i":{"c":{"df":6,"docs":{"102":{"tf":1.0},"104":{"tf":1.0},"123":{"tf":1.0},"171":{"tf":1.0},"316":{"tf":1.0},"86":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"6":{"4":{"df":7,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"171":{"tf":1.0},"174":{"tf":1.0},"203":{"tf":1.4142135623730951},"204":{"tf":1.4142135623730951},"207":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":2,"docs":{"274":{"tf":2.0},"285":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"291":{"tf":1.0}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"122":{"tf":1.0},"362":{"tf":1.0},"365":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"193":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"141":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"p":{"df":1,"docs":{"138":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"137":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"158":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":21,"docs":{"102":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":2.449489742783178},"138":{"tf":2.0},"139":{"tf":1.0},"140":{"tf":1.4142135623730951},"141":{"tf":1.4142135623730951},"142":{"tf":1.0},"153":{"tf":1.0},"19":{"tf":1.0},"192":{"tf":1.0},"31":{"tf":1.4142135623730951},"318":{"tf":1.0},"362":{"tf":1.0},"367":{"tf":1.4142135623730951},"386":{"tf":1.0},"95":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"195":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":7,"docs":{"14":{"tf":1.4142135623730951},"15":{"tf":1.0},"208":{"tf":1.0},"227":{"tf":1.0},"29":{"tf":1.0},"48":{"tf":1.0},"84":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"137":{"tf":1.0}}}}},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"139":{"tf":1.0}}}},"df":0,"docs":{}}}}},"f":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"337":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"352":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"137":{"tf":1.0}}}},"t":{"df":6,"docs":{"107":{"tf":1.0},"108":{"tf":1.0},"75":{"tf":1.0},"79":{"tf":1.0},"84":{"tf":1.4142135623730951},"95":{"tf":1.0}}},"x":{":":{"/":{"/":{"/":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"/":{"d":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"358":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":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":{"18":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":10,"docs":{"117":{"tf":1.0},"151":{"tf":1.0},"153":{"tf":1.0},"19":{"tf":1.0},"190":{"tf":1.0},"299":{"tf":1.0},"316":{"tf":1.0},"318":{"tf":1.0},"324":{"tf":1.0},"367":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"k":{"df":1,"docs":{"140":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"223":{"tf":1.0},"225":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"354":{"tf":1.0}}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"324":{"tf":1.0},"352":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"305":{"tf":1.0},"324":{"tf":1.0},"47":{"tf":1.0}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"252":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"205":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"|":{"_":{"df":1,"docs":{"122":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"140":{"tf":1.4142135623730951},"252":{"tf":2.23606797749979},"373":{"tf":1.0}}}},"df":0,"docs":{}},"df":30,"docs":{"117":{"tf":1.0},"119":{"tf":1.4142135623730951},"12":{"tf":1.0},"125":{"tf":1.0},"138":{"tf":1.0},"14":{"tf":1.0},"140":{"tf":1.4142135623730951},"15":{"tf":1.0},"154":{"tf":1.0},"175":{"tf":1.0},"189":{"tf":1.0},"205":{"tf":1.0},"213":{"tf":1.0},"221":{"tf":1.0},"261":{"tf":1.0},"27":{"tf":1.0},"274":{"tf":2.23606797749979},"275":{"tf":1.0},"28":{"tf":1.0},"280":{"tf":1.0},"321":{"tf":1.0},"326":{"tf":1.4142135623730951},"327":{"tf":1.4142135623730951},"332":{"tf":1.0},"337":{"tf":1.0},"360":{"tf":1.0},"363":{"tf":1.7320508075688772},"382":{"tf":1.0},"46":{"tf":1.0},"8":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":4,"docs":{"274":{"tf":1.7320508075688772},"275":{"tf":1.0},"281":{"tf":1.4142135623730951},"291":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"l":{"df":6,"docs":{"260":{"tf":1.7320508075688772},"266":{"tf":1.7320508075688772},"268":{"tf":1.4142135623730951},"300":{"tf":1.7320508075688772},"326":{"tf":1.0},"47":{"tf":1.0}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":17,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"104":{"tf":1.0},"122":{"tf":1.0},"125":{"tf":1.7320508075688772},"14":{"tf":1.0},"164":{"tf":1.0},"171":{"tf":1.4142135623730951},"172":{"tf":1.4142135623730951},"180":{"tf":1.0},"183":{"tf":1.4142135623730951},"213":{"tf":1.0},"328":{"tf":1.0},"354":{"tf":1.0},"36":{"tf":1.0},"71":{"tf":1.0}},"e":{"df":0,"docs":{},"—":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"115":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":172,"docs":{"100":{"tf":2.449489742783178},"101":{"tf":2.23606797749979},"102":{"tf":2.449489742783178},"104":{"tf":1.4142135623730951},"105":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.7320508075688772},"119":{"tf":2.0},"120":{"tf":1.4142135623730951},"121":{"tf":2.0},"122":{"tf":1.7320508075688772},"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":2.449489742783178},"128":{"tf":2.449489742783178},"129":{"tf":2.449489742783178},"130":{"tf":2.449489742783178},"133":{"tf":2.449489742783178},"134":{"tf":2.449489742783178},"135":{"tf":2.449489742783178},"137":{"tf":2.449489742783178},"138":{"tf":2.23606797749979},"139":{"tf":1.4142135623730951},"14":{"tf":1.4142135623730951},"140":{"tf":1.0},"141":{"tf":1.4142135623730951},"143":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":1.0},"151":{"tf":2.0},"16":{"tf":1.4142135623730951},"166":{"tf":1.7320508075688772},"171":{"tf":2.23606797749979},"172":{"tf":2.0},"173":{"tf":1.7320508075688772},"174":{"tf":1.0},"176":{"tf":1.4142135623730951},"178":{"tf":1.7320508075688772},"179":{"tf":1.4142135623730951},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.7320508075688772},"19":{"tf":2.8284271247461903},"192":{"tf":1.0},"194":{"tf":2.0},"195":{"tf":2.0},"197":{"tf":1.0},"198":{"tf":2.0},"2":{"tf":1.0},"200":{"tf":1.0},"203":{"tf":2.449489742783178},"204":{"tf":2.0},"205":{"tf":2.23606797749979},"206":{"tf":1.0},"207":{"tf":1.4142135623730951},"21":{"tf":1.0},"210":{"tf":1.7320508075688772},"211":{"tf":1.7320508075688772},"216":{"tf":2.0},"217":{"tf":1.7320508075688772},"218":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"222":{"tf":1.0},"226":{"tf":1.0},"228":{"tf":1.0},"23":{"tf":1.7320508075688772},"232":{"tf":1.0},"234":{"tf":1.4142135623730951},"236":{"tf":1.4142135623730951},"239":{"tf":1.0},"24":{"tf":1.4142135623730951},"240":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.4142135623730951},"246":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"250":{"tf":1.0},"251":{"tf":1.7320508075688772},"252":{"tf":1.0},"255":{"tf":1.4142135623730951},"26":{"tf":2.0},"261":{"tf":1.0},"269":{"tf":1.4142135623730951},"27":{"tf":1.0},"270":{"tf":1.0},"274":{"tf":4.0},"279":{"tf":1.4142135623730951},"28":{"tf":2.6457513110645907},"280":{"tf":1.0},"281":{"tf":1.0},"286":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.7320508075688772},"298":{"tf":1.4142135623730951},"299":{"tf":1.7320508075688772},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.7320508075688772},"306":{"tf":1.0},"307":{"tf":1.0},"316":{"tf":1.0},"317":{"tf":1.0},"318":{"tf":1.4142135623730951},"321":{"tf":1.0},"322":{"tf":1.7320508075688772},"323":{"tf":2.23606797749979},"326":{"tf":1.0},"328":{"tf":1.0},"337":{"tf":1.4142135623730951},"339":{"tf":2.449489742783178},"340":{"tf":1.0},"341":{"tf":1.4142135623730951},"342":{"tf":1.7320508075688772},"343":{"tf":1.4142135623730951},"344":{"tf":1.7320508075688772},"345":{"tf":1.4142135623730951},"346":{"tf":1.7320508075688772},"347":{"tf":1.4142135623730951},"348":{"tf":1.7320508075688772},"349":{"tf":2.0},"350":{"tf":2.23606797749979},"351":{"tf":1.4142135623730951},"355":{"tf":1.0},"356":{"tf":1.0},"357":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":2.0},"361":{"tf":1.4142135623730951},"364":{"tf":1.7320508075688772},"365":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":2.8284271247461903},"371":{"tf":1.0},"379":{"tf":1.0},"381":{"tf":1.0},"382":{"tf":1.4142135623730951},"383":{"tf":1.0},"384":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.7320508075688772},"39":{"tf":1.4142135623730951},"4":{"tf":2.23606797749979},"40":{"tf":2.23606797749979},"43":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.4142135623730951},"50":{"tf":1.7320508075688772},"51":{"tf":1.7320508075688772},"53":{"tf":1.7320508075688772},"65":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":1.4142135623730951},"79":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":2.23606797749979},"88":{"tf":2.23606797749979},"89":{"tf":2.0},"90":{"tf":2.23606797749979},"95":{"tf":1.0},"96":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"216":{"tf":1.0},"217":{"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":{},"s":{"df":1,"docs":{"165":{"tf":2.0}},"e":{"[":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"165":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"165":{"tf":1.0}}}}},"df":1,"docs":{"165":{"tf":1.7320508075688772}}}}}},"k":{"8":{"df":1,"docs":{"165":{"tf":1.0}},"s":{"[":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"165":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"138":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"r":{"df":133,"docs":{"100":{"tf":2.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.4142135623730951},"108":{"tf":1.0},"109":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.4142135623730951},"124":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.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.4142135623730951},"146":{"tf":1.0},"147":{"tf":2.23606797749979},"148":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.4142135623730951},"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"207":{"tf":1.0},"358":{"tf":1.7320508075688772},"361":{"tf":1.4142135623730951},"52":{"tf":1.7320508075688772},"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},"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.4142135623730951},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"358":{"tf":1.0}}},"df":0,"docs":{}}},"s":{"(":{"2":{"0":{"df":2,"docs":{"342":{"tf":1.0},"350":{"tf":1.0}}},"df":0,"docs":{}},"5":{"0":{"0":{"df":2,"docs":{"19":{"tf":1.0},"23":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"100":{"tf":1.0},"79":{"tf":1.4142135623730951}}},"df":0,"docs":{},"m":{"df":5,"docs":{"352":{"tf":1.0},"361":{"tf":1.0},"365":{"tf":1.0},"372":{"tf":1.0},"378":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"z":{"df":5,"docs":{"172":{"tf":1.0},"179":{"tf":1.4142135623730951},"210":{"tf":1.4142135623730951},"211":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"212":{"tf":1.0},"28":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"66":{"tf":1.0},"70":{"tf":1.0},"72":{"tf":1.0}}}},"x":{"df":0,"docs":{},"o":{"df":1,"docs":{"386":{"tf":1.4142135623730951}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":5,"docs":{"302":{"tf":1.4142135623730951},"322":{"tf":1.7320508075688772},"367":{"tf":1.7320508075688772},"368":{"tf":2.0},"371":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"0":{".":{"3":{".":{"1":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"z":{"df":5,"docs":{"257":{"tf":1.4142135623730951},"264":{"tf":1.0},"28":{"tf":1.4142135623730951},"297":{"tf":1.0},"383":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":6,"docs":{"239":{"tf":1.0},"258":{"tf":1.0},"28":{"tf":1.0},"356":{"tf":1.0},"384":{"tf":1.0},"44":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"141":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"368":{"tf":1.0}}}}}},"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"101":{"tf":1.0},"73":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"210":{"tf":1.0},"211":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"(":{"1":{"df":1,"docs":{"21":{"tf":1.0}}},"3":{"df":7,"docs":{"118":{"tf":1.0},"32":{"tf":1.0},"340":{"tf":1.0},"4":{"tf":1.0},"78":{"tf":1.0},"83":{"tf":1.0},"92":{"tf":1.0}}},"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"90":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"323":{"tf":1.0},"368":{"tf":1.4142135623730951}}}}}},"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"205":{"tf":1.0},"41":{"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":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"260":{"tf":1.0},"295":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":79,"docs":{"1":{"tf":1.0},"10":{"tf":2.0},"102":{"tf":2.0},"104":{"tf":1.0},"109":{"tf":1.0},"117":{"tf":2.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},"130":{"tf":1.0},"132":{"tf":2.0},"134":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":2.0},"138":{"tf":2.23606797749979},"139":{"tf":2.23606797749979},"14":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.4142135623730951},"16":{"tf":1.0},"162":{"tf":1.0},"168":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"181":{"tf":1.4142135623730951},"182":{"tf":1.0},"183":{"tf":1.0},"185":{"tf":1.0},"188":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"190":{"tf":1.0},"192":{"tf":1.0},"2":{"tf":1.0},"203":{"tf":1.7320508075688772},"204":{"tf":1.4142135623730951},"206":{"tf":1.0},"21":{"tf":1.4142135623730951},"210":{"tf":1.0},"226":{"tf":1.0},"250":{"tf":1.0},"255":{"tf":1.0},"260":{"tf":1.0},"266":{"tf":1.0},"27":{"tf":1.0},"273":{"tf":1.0},"282":{"tf":1.0},"295":{"tf":1.7320508075688772},"31":{"tf":1.4142135623730951},"316":{"tf":1.0},"318":{"tf":1.0},"322":{"tf":1.4142135623730951},"323":{"tf":1.7320508075688772},"328":{"tf":1.0},"340":{"tf":1.0},"354":{"tf":1.0},"357":{"tf":1.0},"36":{"tf":1.0},"360":{"tf":1.0},"362":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":2.0},"375":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":2.0},"39":{"tf":1.0},"45":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0},"78":{"tf":1.7320508075688772},"92":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":5,"docs":{"107":{"tf":1.0},"108":{"tf":1.0},"137":{"tf":1.0},"252":{"tf":1.0},"386":{"tf":1.0}}}},"r":{"df":4,"docs":{"104":{"tf":1.0},"122":{"tf":1.0},"27":{"tf":1.4142135623730951},"352":{"tf":1.0}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":52,"docs":{"113":{"tf":1.0},"117":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"220":{"tf":1.4142135623730951},"222":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.0},"229":{"tf":1.4142135623730951},"235":{"tf":1.0},"246":{"tf":1.4142135623730951},"248":{"tf":1.4142135623730951},"255":{"tf":1.7320508075688772},"260":{"tf":1.7320508075688772},"266":{"tf":1.7320508075688772},"271":{"tf":1.4142135623730951},"28":{"tf":1.0},"289":{"tf":1.0},"292":{"tf":1.4142135623730951},"293":{"tf":2.0},"294":{"tf":2.0},"295":{"tf":1.4142135623730951},"296":{"tf":1.4142135623730951},"297":{"tf":1.4142135623730951},"298":{"tf":1.4142135623730951},"299":{"tf":1.4142135623730951},"300":{"tf":1.4142135623730951},"301":{"tf":1.7320508075688772},"302":{"tf":1.7320508075688772},"303":{"tf":1.4142135623730951},"304":{"tf":1.4142135623730951},"305":{"tf":1.4142135623730951},"306":{"tf":1.4142135623730951},"307":{"tf":2.23606797749979},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.0},"314":{"tf":1.7320508075688772},"317":{"tf":2.0},"322":{"tf":1.0},"323":{"tf":1.0},"324":{"tf":1.0},"326":{"tf":1.0},"334":{"tf":1.4142135623730951},"357":{"tf":1.4142135623730951},"386":{"tf":1.0},"85":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}}}},"df":3,"docs":{"137":{"tf":1.4142135623730951},"182":{"tf":1.0},"227":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":2,"docs":{"139":{"tf":1.0},"251":{"tf":1.0}}}}}}},"df":90,"docs":{"122":{"tf":1.4142135623730951},"126":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"19":{"tf":1.0},"234":{"tf":1.0},"239":{"tf":1.0},"246":{"tf":1.0},"248":{"tf":1.7320508075688772},"250":{"tf":2.0},"251":{"tf":1.0},"268":{"tf":1.0},"27":{"tf":1.0},"274":{"tf":1.7320508075688772},"279":{"tf":1.0},"28":{"tf":1.0},"290":{"tf":1.0},"295":{"tf":1.0},"297":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"304":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"331":{"tf":1.0},"332":{"tf":1.0},"333":{"tf":1.0},"335":{"tf":1.7320508075688772},"336":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.0},"339":{"tf":1.0},"340":{"tf":1.0},"341":{"tf":1.0},"342":{"tf":1.0},"343":{"tf":1.0},"344":{"tf":1.0},"345":{"tf":1.0},"346":{"tf":1.0},"347":{"tf":1.0},"348":{"tf":1.0},"349":{"tf":1.0},"350":{"tf":1.0},"351":{"tf":1.0},"352":{"tf":1.0},"353":{"tf":1.0},"354":{"tf":1.0},"355":{"tf":1.4142135623730951},"356":{"tf":1.4142135623730951},"357":{"tf":1.4142135623730951},"358":{"tf":1.4142135623730951},"359":{"tf":1.4142135623730951},"360":{"tf":1.0},"361":{"tf":1.0},"362":{"tf":1.0},"363":{"tf":1.0},"364":{"tf":1.0},"365":{"tf":1.0},"366":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":1.4142135623730951},"369":{"tf":1.0},"370":{"tf":1.0},"371":{"tf":1.0},"372":{"tf":1.0},"373":{"tf":1.0},"374":{"tf":1.0},"375":{"tf":1.0},"376":{"tf":1.0},"377":{"tf":1.0},"378":{"tf":1.0},"379":{"tf":1.0},"380":{"tf":1.0},"381":{"tf":1.0},"382":{"tf":1.0},"383":{"tf":1.4142135623730951},"384":{"tf":1.4142135623730951},"385":{"tf":1.0},"386":{"tf":1.0},"387":{"tf":1.0},"39":{"tf":1.0}},"e":{"c":{"!":{"[":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"203":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"210":{"tf":1.0}}}}}},"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":1,"docs":{"172":{"tf":1.0}}}}}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":2,"docs":{"203":{"tf":1.0},"210":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"172":{"tf":1.0}}},"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"316":{"tf":2.0},"373":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":3,"docs":{"120":{"tf":1.0},"385":{"tf":1.0},"53":{"tf":1.0}},"f":{"df":6,"docs":{"142":{"tf":1.0},"299":{"tf":1.0},"319":{"tf":1.0},"372":{"tf":1.0},"63":{"tf":1.0},"94":{"tf":1.0}},"i":{"df":35,"docs":{"1":{"tf":1.0},"100":{"tf":1.4142135623730951},"101":{"tf":1.7320508075688772},"102":{"tf":1.0},"104":{"tf":1.0},"113":{"tf":1.0},"119":{"tf":1.0},"124":{"tf":1.0},"137":{"tf":2.8284271247461903},"138":{"tf":1.0},"139":{"tf":1.0},"142":{"tf":1.4142135623730951},"171":{"tf":1.0},"176":{"tf":1.0},"2":{"tf":1.0},"223":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"228":{"tf":1.0},"239":{"tf":1.0},"247":{"tf":2.23606797749979},"248":{"tf":1.0},"352":{"tf":1.4142135623730951},"356":{"tf":1.0},"358":{"tf":1.0},"359":{"tf":1.0},"368":{"tf":1.0},"371":{"tf":1.4142135623730951},"374":{"tf":1.4142135623730951},"377":{"tf":1.4142135623730951},"380":{"tf":1.4142135623730951},"384":{"tf":1.0},"386":{"tf":1.4142135623730951},"55":{"tf":1.0},"61":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"=":{"<":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"232":{"tf":1.0},"355":{"tf":1.0},"381":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"v":{"0":{".":{"3":{".":{"1":{"df":3,"docs":{"232":{"tf":1.0},"251":{"tf":1.0},"355":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":9,"docs":{"120":{"tf":1.0},"18":{"tf":1.0},"232":{"tf":1.7320508075688772},"247":{"tf":1.4142135623730951},"251":{"tf":1.0},"298":{"tf":1.4142135623730951},"307":{"tf":1.0},"355":{"tf":1.7320508075688772},"381":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":14,"docs":{"120":{"tf":1.0},"18":{"tf":1.4142135623730951},"226":{"tf":1.0},"232":{"tf":2.0},"247":{"tf":1.4142135623730951},"248":{"tf":1.0},"252":{"tf":1.4142135623730951},"298":{"tf":1.0},"307":{"tf":1.4142135623730951},"351":{"tf":1.0},"355":{"tf":2.449489742783178},"365":{"tf":1.0},"372":{"tf":1.4142135623730951},"381":{"tf":2.23606797749979}}}}}},"df":0,"docs":{}}}}},"u":{"df":1,"docs":{"63":{"tf":1.0}}}}}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"123":{"tf":1.0}}}},"df":44,"docs":{"10":{"tf":1.0},"100":{"tf":1.0},"119":{"tf":1.0},"122":{"tf":1.0},"137":{"tf":1.7320508075688772},"138":{"tf":1.4142135623730951},"141":{"tf":1.0},"142":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"154":{"tf":1.0},"156":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"169":{"tf":1.0},"177":{"tf":1.0},"18":{"tf":1.0},"187":{"tf":1.0},"205":{"tf":1.0},"226":{"tf":1.0},"241":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"25":{"tf":1.0},"259":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.4142135623730951},"28":{"tf":1.0},"303":{"tf":1.0},"322":{"tf":1.4142135623730951},"323":{"tf":1.0},"351":{"tf":1.0},"386":{"tf":1.0},"39":{"tf":1.7320508075688772},"40":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"62":{"tf":1.0},"69":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":3,"docs":{"126":{"tf":1.0},"368":{"tf":1.0},"4":{"tf":1.0}}}},"m":{"df":1,"docs":{"360":{"tf":1.0}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"164":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"354":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"119":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":4,"docs":{"270":{"tf":1.0},"322":{"tf":1.4142135623730951},"351":{"tf":1.4142135623730951},"62":{"tf":1.0}}}}}},"s":{"df":20,"docs":{"117":{"tf":1.0},"121":{"tf":1.0},"173":{"tf":1.4142135623730951},"185":{"tf":1.0},"190":{"tf":1.0},"193":{"tf":1.7320508075688772},"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},"208":{"tf":1.0},"316":{"tf":1.4142135623730951},"352":{"tf":1.0},"78":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.0}}}},"w":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"216":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"1":{"0":{"df":1,"docs":{"207":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"172":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":11,"docs":{"138":{"tf":1.0},"172":{"tf":2.0},"205":{"tf":1.0},"218":{"tf":1.0},"304":{"tf":1.0},"354":{"tf":1.0},"38":{"tf":1.0},"382":{"tf":1.0},"386":{"tf":1.4142135623730951},"55":{"tf":1.0},"58":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"k":{"df":1,"docs":{"75":{"tf":1.0}}},"l":{"df":7,"docs":{"115":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"385":{"tf":1.0},"50":{"tf":2.449489742783178},"86":{"tf":1.4142135623730951},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":27,"docs":{"100":{"tf":2.6457513110645907},"107":{"tf":1.4142135623730951},"113":{"tf":1.0},"115":{"tf":1.0},"120":{"tf":1.0},"142":{"tf":1.7320508075688772},"145":{"tf":1.0},"147":{"tf":1.0},"162":{"tf":1.0},"19":{"tf":1.0},"192":{"tf":1.0},"203":{"tf":1.0},"213":{"tf":1.0},"22":{"tf":1.7320508075688772},"23":{"tf":1.0},"341":{"tf":1.7320508075688772},"342":{"tf":1.0},"352":{"tf":1.7320508075688772},"361":{"tf":2.8284271247461903},"365":{"tf":1.0},"372":{"tf":1.0},"378":{"tf":1.7320508075688772},"385":{"tf":1.0},"386":{"tf":1.0},"65":{"tf":1.0},"79":{"tf":1.7320508075688772},"98":{"tf":1.0}},"s":{"(":{"1":{"0":{"0":{"df":1,"docs":{"134":{"tf":1.0}}},"df":1,"docs":{"88":{"tf":1.0}}},"_":{"0":{"0":{"0":{"df":2,"docs":{"19":{"tf":1.0},"23":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"0":{"df":9,"docs":{"100":{"tf":1.4142135623730951},"107":{"tf":1.0},"111":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.0},"151":{"tf":1.0},"361":{"tf":1.4142135623730951},"79":{"tf":1.0},"83":{"tf":1.0}}},"df":0,"docs":{}},"3":{"0":{"df":1,"docs":{"129":{"tf":1.0}}},"df":0,"docs":{}},"5":{"0":{"df":7,"docs":{"133":{"tf":1.0},"135":{"tf":1.0},"341":{"tf":1.0},"342":{"tf":1.0},"343":{"tf":1.0},"350":{"tf":1.0},"40":{"tf":1.0}}},"df":3,"docs":{"194":{"tf":1.0},"195":{"tf":1.0},"198":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":6,"docs":{"100":{"tf":1.0},"352":{"tf":1.0},"361":{"tf":1.0},"365":{"tf":1.0},"372":{"tf":1.0},"378":{"tf":1.0}}}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"341":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"t":{"df":11,"docs":{"143":{"tf":1.0},"166":{"tf":1.0},"173":{"tf":1.0},"185":{"tf":1.0},"19":{"tf":1.0},"194":{"tf":1.0},"205":{"tf":1.0},"321":{"tf":1.0},"351":{"tf":1.0},"49":{"tf":1.0},"81":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"124":{"tf":1.0},"255":{"tf":1.0},"299":{"tf":1.0},"317":{"tf":1.0}}}},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"379":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":1,"docs":{"49":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"k":{"df":1,"docs":{"276":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"272":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"131":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"115":{"tf":1.0},"197":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"357":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"102":{"tf":1.4142135623730951},"139":{"tf":1.0},"386":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"164":{"tf":1.0},"227":{"tf":1.0}}}},"df":0,"docs":{},"l":{"d":{"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"368":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":18,"docs":{"1":{"tf":1.0},"104":{"tf":1.0},"111":{"tf":1.0},"137":{"tf":1.4142135623730951},"150":{"tf":1.0},"184":{"tf":1.0},"189":{"tf":1.0},"192":{"tf":1.0},"352":{"tf":1.0},"360":{"tf":1.0},"364":{"tf":1.0},"377":{"tf":1.0},"386":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.4142135623730951},"57":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":4,"docs":{"160":{"tf":1.0},"212":{"tf":1.4142135623730951},"352":{"tf":1.0},"36":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":2,"docs":{"195":{"tf":1.0},"196":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"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":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"112":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"94":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"212":{"tf":1.0}}}},"df":0,"docs":{}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"(":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"269":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"(":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"269":{"tf":1.0}}}}}}},"df":0,"docs":{}},"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":{},"u":{"df":0,"docs":{},"n":{"_":{"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":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{"(":{"1":{"2":{"0":{"df":7,"docs":{"100":{"tf":1.0},"101":{"tf":1.4142135623730951},"104":{"tf":1.0},"111":{"tf":1.0},"130":{"tf":1.0},"346":{"tf":1.0},"364":{"tf":1.0}}},"df":0,"docs":{}},"5":{"0":{"df":1,"docs":{"183":{"tf":1.0}}},"df":0,"docs":{}},"8":{"0":{"df":3,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"135":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"0":{"0":{"df":2,"docs":{"102":{"tf":1.0},"134":{"tf":1.0}}},"df":3,"docs":{"127":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":2,"docs":{"122":{"tf":1.0},"53":{"tf":1.0}}},"6":{"0":{"df":21,"docs":{"100":{"tf":1.4142135623730951},"104":{"tf":1.0},"112":{"tf":1.0},"122":{"tf":1.0},"128":{"tf":1.0},"133":{"tf":1.0},"151":{"tf":1.0},"19":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"198":{"tf":1.0},"32":{"tf":1.0},"4":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{}},"9":{"0":{"df":3,"docs":{"129":{"tf":1.0},"350":{"tf":1.0},"40":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":5,"docs":{"151":{"tf":1.0},"377":{"tf":1.0},"386":{"tf":1.0},"60":{"tf":1.0},"95":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"3":{"df":1,"docs":{"195":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"d":{"a":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"r":{"df":1,"docs":{"196":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":2,"docs":{"101":{"tf":1.0},"195":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":4,"docs":{"102":{"tf":1.0},"109":{"tf":1.0},"183":{"tf":1.0},"93":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"0":{"df":1,"docs":{"212":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"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":{},"x":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":3,"docs":{"100":{"tf":1.0},"195":{"tf":1.0},"198":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"197":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"138":{"tf":1.4142135623730951},"139":{"tf":1.4142135623730951},"189":{"tf":1.0},"298":{"tf":1.0},"380":{"tf":1.0},"52":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":16,"docs":{"100":{"tf":1.0},"122":{"tf":1.4142135623730951},"13":{"tf":1.0},"138":{"tf":1.0},"141":{"tf":1.0},"174":{"tf":1.0},"19":{"tf":1.0},"241":{"tf":1.0},"246":{"tf":1.0},"278":{"tf":1.0},"294":{"tf":1.0},"298":{"tf":1.0},"337":{"tf":1.0},"351":{"tf":1.0},"354":{"tf":1.0},"63":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":2,"docs":{"352":{"tf":1.0},"360":{"tf":1.0}}}},"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"153":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"k":{"df":21,"docs":{"137":{"tf":1.7320508075688772},"14":{"tf":1.0},"141":{"tf":1.0},"149":{"tf":1.0},"153":{"tf":1.0},"17":{"tf":1.0},"172":{"tf":1.4142135623730951},"182":{"tf":1.4142135623730951},"19":{"tf":1.0},"199":{"tf":1.4142135623730951},"2":{"tf":1.4142135623730951},"272":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"318":{"tf":1.0},"321":{"tf":1.0},"352":{"tf":1.0},"358":{"tf":1.4142135623730951},"367":{"tf":1.4142135623730951},"49":{"tf":1.0},"96":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":20,"docs":{"121":{"tf":1.0},"148":{"tf":1.0},"153":{"tf":1.0},"213":{"tf":1.0},"215":{"tf":1.4142135623730951},"228":{"tf":1.4142135623730951},"232":{"tf":1.0},"236":{"tf":1.0},"252":{"tf":1.4142135623730951},"274":{"tf":1.7320508075688772},"275":{"tf":1.4142135623730951},"278":{"tf":1.0},"282":{"tf":1.7320508075688772},"296":{"tf":1.0},"35":{"tf":2.0},"36":{"tf":1.0},"369":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.0}},"s":{"[":{"\"":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"35":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{")":{".":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"5":{".":{"0":{"df":1,"docs":{"362":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"193":{"tf":1.0},"195":{"tf":1.0}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"c":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"138":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"197":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":145,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"100":{"tf":2.0},"101":{"tf":2.23606797749979},"102":{"tf":2.449489742783178},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":2.23606797749979},"106":{"tf":1.0},"107":{"tf":1.7320508075688772},"108":{"tf":1.7320508075688772},"109":{"tf":1.7320508075688772},"11":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":2.23606797749979},"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"114":{"tf":1.7320508075688772},"115":{"tf":1.0},"117":{"tf":1.4142135623730951},"118":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.7320508075688772},"126":{"tf":1.0},"128":{"tf":1.4142135623730951},"129":{"tf":1.4142135623730951},"13":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"137":{"tf":2.8284271247461903},"138":{"tf":1.4142135623730951},"139":{"tf":1.0},"14":{"tf":1.7320508075688772},"140":{"tf":1.0},"141":{"tf":2.0},"142":{"tf":1.0},"147":{"tf":1.0},"15":{"tf":1.4142135623730951},"150":{"tf":1.0},"159":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"172":{"tf":2.449489742783178},"173":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.7320508075688772},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":2.0},"182":{"tf":1.7320508075688772},"183":{"tf":1.0},"184":{"tf":1.4142135623730951},"185":{"tf":1.0},"19":{"tf":1.4142135623730951},"192":{"tf":2.23606797749979},"195":{"tf":1.4142135623730951},"197":{"tf":1.4142135623730951},"2":{"tf":1.7320508075688772},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":3.0},"204":{"tf":2.23606797749979},"205":{"tf":1.0},"207":{"tf":1.7320508075688772},"208":{"tf":1.0},"209":{"tf":2.0},"210":{"tf":2.6457513110645907},"211":{"tf":1.4142135623730951},"212":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":2.23606797749979},"218":{"tf":1.0},"223":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.7320508075688772},"227":{"tf":2.0},"23":{"tf":1.4142135623730951},"237":{"tf":1.0},"241":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"247":{"tf":1.0},"26":{"tf":1.0},"261":{"tf":1.0},"270":{"tf":1.0},"298":{"tf":1.0},"3":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"33":{"tf":1.0},"342":{"tf":1.7320508075688772},"343":{"tf":1.7320508075688772},"344":{"tf":1.4142135623730951},"35":{"tf":1.7320508075688772},"351":{"tf":1.0},"352":{"tf":1.4142135623730951},"356":{"tf":2.449489742783178},"36":{"tf":1.0},"361":{"tf":2.23606797749979},"362":{"tf":1.4142135623730951},"364":{"tf":1.0},"365":{"tf":1.0},"37":{"tf":1.4142135623730951},"371":{"tf":1.0},"375":{"tf":1.0},"377":{"tf":1.4142135623730951},"378":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"380":{"tf":1.0},"384":{"tf":1.0},"385":{"tf":2.0},"386":{"tf":2.23606797749979},"40":{"tf":1.4142135623730951},"44":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"59":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.0},"63":{"tf":1.4142135623730951},"64":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.0},"74":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":2.0},"80":{"tf":1.0},"81":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.0},"96":{"tf":1.4142135623730951},"97":{"tf":2.23606797749979},"98":{"tf":1.7320508075688772},"99":{"tf":1.7320508075688772}},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"148":{"tf":1.0},"178":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},":":{":":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":2,"docs":{"102":{"tf":1.0},"183":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"198":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"{":{"d":{"a":{"df":1,"docs":{"195":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":3,"docs":{"118":{"tf":1.0},"298":{"tf":1.0},"65":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}}}}},"l":{"d":{"df":2,"docs":{"139":{"tf":1.0},"176":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"190":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":3,"docs":{"126":{"tf":1.0},"19":{"tf":1.0},"205":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"199":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"322":{"tf":1.0},"367":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":13,"docs":{"11":{"tf":1.0},"115":{"tf":1.0},"148":{"tf":1.0},"19":{"tf":1.4142135623730951},"318":{"tf":1.4142135623730951},"32":{"tf":1.0},"322":{"tf":1.0},"367":{"tf":1.0},"46":{"tf":1.7320508075688772},"48":{"tf":1.0},"7":{"tf":1.4142135623730951},"73":{"tf":1.0},"74":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"19":{"tf":1.0},"321":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"85":{"tf":1.0}}}}}}},"x":{"8":{"6":{"_":{"6":{"4":{"df":3,"docs":{"251":{"tf":1.0},"298":{"tf":1.0},"303":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"274":{"tf":1.0},"360":{"tf":1.0}}}}},"df":2,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":2.0}},"z":{"df":0,"docs":{},"f":{"df":1,"docs":{"236":{"tf":1.0}}}}},"y":{"df":2,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":2.0}},"e":{"df":8,"docs":{"164":{"tf":1.0},"165":{"tf":2.6457513110645907},"228":{"tf":1.0},"294":{"tf":1.0},"296":{"tf":1.4142135623730951},"297":{"tf":1.0},"385":{"tf":1.0},"41":{"tf":1.0}}},"o":{"df":0,"docs":{},"u":{"'":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":15,"docs":{"220":{"tf":1.4142135623730951},"32":{"tf":1.0},"337":{"tf":1.0},"353":{"tf":1.0},"354":{"tf":1.0},"355":{"tf":1.0},"356":{"tf":1.0},"357":{"tf":1.0},"358":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":1.0},"361":{"tf":1.0},"362":{"tf":1.0},"363":{"tf":1.0},"364":{"tf":1.0}}}},"r":{"df":11,"docs":{"102":{"tf":1.0},"115":{"tf":1.0},"16":{"tf":1.0},"173":{"tf":1.7320508075688772},"190":{"tf":1.0},"214":{"tf":1.0},"232":{"tf":1.0},"324":{"tf":1.0},"355":{"tf":1.0},"381":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"217":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"216":{"tf":1.0}}}}}}},"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"(":{"df":0,"docs":{},"|":{"df":0,"docs":{},"w":{"df":1,"docs":{"216":{"tf":1.0}}}}},"<":{"df":0,"docs":{},"f":{">":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"216":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"216":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"218":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"218":{"tf":1.4142135623730951}}}}}},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"217":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"217":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"216":{"tf":2.6457513110645907}}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"216":{"tf":1.4142135623730951}}}}}}}},"df":1,"docs":{"216":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"’":{"df":0,"docs":{},"r":{"df":1,"docs":{"184":{"tf":1.0}}}}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":7,"docs":{"100":{"tf":1.0},"19":{"tf":1.0},"195":{"tf":1.0},"198":{"tf":1.0},"251":{"tf":1.0},"364":{"tf":1.0},"386":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"c":{"df":2,"docs":{"246":{"tf":1.0},"294":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"title":{"root":{"1":{"0":{"df":1,"docs":{"363":{"tf":1.0}}},"1":{"df":1,"docs":{"364":{"tf":1.0}}},"df":11,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"111":{"tf":1.0},"21":{"tf":1.0},"234":{"tf":1.0},"257":{"tf":1.0},"354":{"tf":1.0},"370":{"tf":1.0},"57":{"tf":1.0},"78":{"tf":1.0},"88":{"tf":1.0}}},"2":{"0":{"df":1,"docs":{"32":{"tf":1.0}}},"df":11,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"112":{"tf":1.0},"22":{"tf":1.0},"235":{"tf":1.0},"258":{"tf":1.0},"355":{"tf":1.0},"371":{"tf":1.0},"58":{"tf":1.0},"79":{"tf":1.0},"89":{"tf":1.0}}},"3":{"df":8,"docs":{"102":{"tf":1.0},"23":{"tf":1.0},"236":{"tf":1.0},"356":{"tf":1.0},"372":{"tf":1.0},"59":{"tf":1.0},"80":{"tf":1.0},"90":{"tf":1.0}}},"4":{"df":5,"docs":{"24":{"tf":1.0},"357":{"tf":1.0},"373":{"tf":1.0},"60":{"tf":1.0},"81":{"tf":1.0}}},"5":{"df":5,"docs":{"25":{"tf":1.0},"358":{"tf":1.0},"374":{"tf":1.0},"61":{"tf":1.0},"82":{"tf":1.0}}},"6":{"df":4,"docs":{"26":{"tf":1.0},"359":{"tf":1.0},"375":{"tf":1.0},"62":{"tf":1.0}}},"7":{"df":1,"docs":{"360":{"tf":1.0}}},"8":{"df":1,"docs":{"361":{"tf":1.0}}},"9":{"df":1,"docs":{"362":{"tf":1.0}}},"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":5,"docs":{"170":{"tf":1.0},"178":{"tf":1.0},"291":{"tf":1.0},"320":{"tf":1.0},"368":{"tf":1.0}}}}}},"df":0,"docs":{}},"d":{"d":{"df":1,"docs":{"214":{"tf":1.0}}},"df":8,"docs":{"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"131":{"tf":1.0},"305":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"135":{"tf":1.0},"280":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"227":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"382":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"66":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"122":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"i":{"df":8,"docs":{"141":{"tf":1.0},"151":{"tf":1.0},"179":{"tf":1.0},"193":{"tf":1.0},"325":{"tf":1.0},"328":{"tf":1.0},"338":{"tf":1.0},"40":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"335":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":1,"docs":{"259":{"tf":1.0}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"33":{"tf":1.0},"35":{"tf":1.0},"46":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"156":{"tf":1.0},"291":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":8,"docs":{"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"241":{"tf":1.0},"298":{"tf":1.0},"356":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"79":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"75":{"tf":1.0},"76":{"tf":1.0}}}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":4,"docs":{"101":{"tf":1.0},"147":{"tf":1.0},"187":{"tf":1.0},"379":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"122":{"tf":1.0}}},"df":0,"docs":{}}}}},"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"91":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"116":{"tf":1.0},"185":{"tf":1.0},"277":{"tf":1.0},"95":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"233":{"tf":1.0},"296":{"tf":1.0},"357":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"383":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":3,"docs":{"168":{"tf":1.0},"174":{"tf":1.0},"85":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":5,"docs":{"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"173":{"tf":1.0}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"14":{"tf":1.0},"16":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"198":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":6,"docs":{"235":{"tf":1.0},"264":{"tf":1.0},"303":{"tf":1.0},"347":{"tf":1.0},"57":{"tf":1.0},"82":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"193":{"tf":1.0},"194":{"tf":1.0},"338":{"tf":1.0},"40":{"tf":1.0},"89":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":2,"docs":{"103":{"tf":1.0},"99":{"tf":1.0}}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":3,"docs":{"197":{"tf":1.0},"236":{"tf":1.0},"257":{"tf":1.0}}}},"df":0,"docs":{}}}},"c":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"280":{"tf":1.0}}}},"df":0,"docs":{},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"177":{"tf":1.0},"214":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":3,"docs":{"254":{"tf":1.0},"256":{"tf":1.0},"262":{"tf":1.0}}}}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":10,"docs":{"102":{"tf":1.0},"109":{"tf":1.0},"130":{"tf":1.0},"135":{"tf":1.0},"177":{"tf":1.0},"181":{"tf":1.0},"186":{"tf":1.0},"188":{"tf":1.0},"344":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"247":{"tf":1.0},"370":{"tf":1.0},"373":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"113":{"tf":1.0},"365":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"5":{"tf":1.0}}}}}},"i":{"/":{"c":{"d":{"df":2,"docs":{"121":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":6,"docs":{"236":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.0},"274":{"tf":1.0},"288":{"tf":1.0},"313":{"tf":1.0}},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"258":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":5,"docs":{"237":{"tf":1.0},"298":{"tf":1.0},"356":{"tf":1.0},"384":{"tf":1.0},"44":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":2,"docs":{"253":{"tf":1.0},"62":{"tf":1.0}}}}}},"df":0,"docs":{}},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"86":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"118":{"tf":1.0},"269":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"281":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"110":{"tf":1.0},"162":{"tf":1.0},"354":{"tf":1.0},"376":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"375":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"163":{"tf":1.0},"273":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"326":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"274":{"tf":1.0},"350":{"tf":1.0},"83":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"38":{"tf":1.0}}},"s":{"df":15,"docs":{"154":{"tf":1.0},"160":{"tf":1.0},"244":{"tf":1.4142135623730951},"256":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"28":{"tf":1.0},"290":{"tf":1.0},"297":{"tf":1.0},"301":{"tf":1.0},"311":{"tf":1.0},"322":{"tf":1.0},"332":{"tf":1.0},"358":{"tf":1.0},"45":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"k":{"8":{"df":1,"docs":{"359":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"1":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"226":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"106":{"tf":1.0},"21":{"tf":1.0},"303":{"tf":1.0},"305":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"211":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"360":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":4,"docs":{"104":{"tf":1.0},"127":{"tf":1.0},"364":{"tf":1.0},"377":{"tf":1.0}}}}}},"i":{"d":{"df":1,"docs":{"188":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"180":{"tf":1.0}}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"290":{"tf":1.0},"322":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"115":{"tf":1.0},"336":{"tf":1.0},"97":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":4,"docs":{"167":{"tf":1.0},"178":{"tf":1.0},"187":{"tf":1.0},"379":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":7,"docs":{"1":{"tf":1.0},"115":{"tf":1.0},"151":{"tf":1.0},"225":{"tf":1.0},"34":{"tf":1.0},"76":{"tf":1.0},"97":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"142":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"196":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"u":{"df":1,"docs":{"362":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"213":{"tf":1.0},"35":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"246":{"tf":1.0},"294":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"b":{"d":{"d":{"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":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"145":{"tf":1.0},"147":{"tf":1.0},"177":{"tf":1.0},"179":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"112":{"tf":1.0},"276":{"tf":1.0}}}}}}}},"d":{"a":{"df":5,"docs":{"101":{"tf":1.0},"108":{"tf":1.0},"129":{"tf":1.0},"343":{"tf":1.0},"356":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"358":{"tf":1.0}}}}}},"t":{"a":{"df":1,"docs":{"101":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":9,"docs":{"113":{"tf":1.0},"119":{"tf":1.0},"288":{"tf":1.0},"289":{"tf":1.0},"310":{"tf":1.0},"312":{"tf":1.0},"331":{"tf":1.0},"333":{"tf":1.0},"369":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"165":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"49":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"80":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":9,"docs":{"205":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"224":{"tf":1.0},"26":{"tf":1.0},"348":{"tf":1.0},"41":{"tf":1.0},"58":{"tf":1.0},"82":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":4,"docs":{"117":{"tf":1.0},"123":{"tf":1.0},"227":{"tf":1.0},"63":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"164":{"tf":1.0},"199":{"tf":1.0},"56":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"51":{"tf":1.0}}}}}}}},"v":{"df":1,"docs":{"252":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"191":{"tf":1.0},"192":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"152":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":6,"docs":{"173":{"tf":1.0},"193":{"tf":1.0},"195":{"tf":1.0},"254":{"tf":1.0},"256":{"tf":1.0},"262":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"67":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"s":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"363":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"160":{"tf":1.0},"244":{"tf":1.0},"28":{"tf":1.0},"297":{"tf":1.0},"322":{"tf":1.0},"358":{"tf":1.0},"43":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"11":{"tf":1.0},"229":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"l":{"df":4,"docs":{"193":{"tf":1.0},"194":{"tf":1.0},"199":{"tf":1.0},"207":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"25":{"tf":1.0},"346":{"tf":1.0},"364":{"tf":1.0},"81":{"tf":1.0},"86":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"289":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"344":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"d":{"df":1,"docs":{"14":{"tf":1.0}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"374":{"tf":1.0}}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"39":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":8,"docs":{"120":{"tf":1.0},"246":{"tf":1.0},"255":{"tf":1.0},"260":{"tf":1.0},"266":{"tf":1.0},"293":{"tf":1.0},"313":{"tf":1.0},"317":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"376":{"tf":1.0},"381":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"61":{"tf":1.0}}}}},"df":0,"docs":{}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":12,"docs":{"126":{"tf":1.0},"131":{"tf":1.0},"145":{"tf":1.0},"176":{"tf":1.0},"209":{"tf":1.0},"249":{"tf":1.0},"265":{"tf":1.0},"274":{"tf":1.0},"308":{"tf":1.0},"350":{"tf":1.0},"4":{"tf":1.0},"71":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"268":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"150":{"tf":1.0},"26":{"tf":1.0},"349":{"tf":1.0}}}}},"df":0,"docs":{}},"h":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"362":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"144":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":19,"docs":{"103":{"tf":1.0},"105":{"tf":1.0},"112":{"tf":1.0},"162":{"tf":1.0},"171":{"tf":1.0},"184":{"tf":1.0},"189":{"tf":1.0},"197":{"tf":1.0},"204":{"tf":1.0},"209":{"tf":1.0},"211":{"tf":1.0},"217":{"tf":1.0},"24":{"tf":1.0},"345":{"tf":1.0},"377":{"tf":1.0},"61":{"tf":1.0},"80":{"tf":1.0},"94":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"67":{"tf":1.0}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"202":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":3,"docs":{"136":{"tf":1.0},"215":{"tf":1.0},"37":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"141":{"tf":1.0},"387":{"tf":1.0}}}}}}}},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":5,"docs":{"361":{"tf":1.0},"365":{"tf":1.0},"377":{"tf":1.0},"378":{"tf":1.0},"384":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"281":{"tf":1.0},"288":{"tf":1.0},"353":{"tf":1.0}}}}}},"q":{"df":1,"docs":{"385":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"282":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":6,"docs":{"145":{"tf":1.0},"146":{"tf":1.0},"164":{"tf":1.0},"261":{"tf":1.0},"275":{"tf":1.0},"3":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":4,"docs":{"231":{"tf":1.0},"318":{"tf":1.0},"355":{"tf":1.0},"384":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"319":{"tf":1.0}}}}}},"n":{"d":{"df":1,"docs":{"366":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"19":{"tf":1.0},"51":{"tf":1.0},"77":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"150":{"tf":1.0},"329":{"tf":1.0},"34":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":4,"docs":{"357":{"tf":1.0},"359":{"tf":1.0},"383":{"tf":1.0},"384":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"69":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":8,"docs":{"0":{"tf":1.0},"202":{"tf":1.0},"306":{"tf":1.0},"316":{"tf":1.0},"370":{"tf":1.0},"6":{"tf":1.0},"68":{"tf":1.0},"9":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"283":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"361":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"239":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"386":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"375":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"138":{"tf":1.0}}}}}}},"r":{"a":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"n":{"a":{"df":1,"docs":{"327":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"190":{"tf":1.0}}},"df":0,"docs":{}}},"df":4,"docs":{"165":{"tf":1.0},"352":{"tf":1.0},"64":{"tf":1.0},"74":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"137":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"20":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":2,"docs":{"77":{"tf":1.0},"83":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"206":{"tf":1.0},"207":{"tf":1.0},"234":{"tf":1.0},"248":{"tf":1.0},"253":{"tf":1.0},"279":{"tf":1.0},"307":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"71":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"123":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"150":{"tf":1.0},"194":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":11,"docs":{"153":{"tf":1.0},"159":{"tf":1.0},"243":{"tf":1.0},"254":{"tf":1.0},"255":{"tf":1.0},"287":{"tf":1.0},"296":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"321":{"tf":1.0},"331":{"tf":1.0}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"136":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":1,"docs":{"64":{"tf":1.0}},"i":{"df":1,"docs":{"191":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":6,"docs":{"264":{"tf":1.0},"297":{"tf":1.0},"359":{"tf":1.0},"383":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"49":{"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":1,"docs":{"199":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"175":{"tf":1.0},"197":{"tf":1.0},"270":{"tf":1.0},"339":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"372":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"193":{"tf":1.0},"195":{"tf":1.0}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"361":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":3,"docs":{"121":{"tf":1.0},"272":{"tf":1.0},"88":{"tf":1.0}}}},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":2,"docs":{"141":{"tf":1.0},"143":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":1,"docs":{"213":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"282":{"tf":1.0}}}}},"v":{"df":1,"docs":{"219":{"tf":1.0}}}},"k":{"8":{"df":12,"docs":{"155":{"tf":1.0},"245":{"tf":1.0},"262":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"270":{"tf":1.0},"283":{"tf":1.0},"297":{"tf":1.0},"302":{"tf":1.0},"312":{"tf":1.0},"323":{"tf":1.0},"333":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":4,"docs":{"223":{"tf":1.0},"226":{"tf":1.0},"3":{"tf":1.0},"67":{"tf":1.0}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"375":{"tf":1.0}}}}}},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"161":{"tf":1.0},"245":{"tf":1.0},"323":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"g":{"df":4,"docs":{"237":{"tf":1.0},"298":{"tf":1.0},"356":{"tf":1.0},"384":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"36":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"65":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":3,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"220":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"283":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":6,"docs":{"150":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"373":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"177":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"32":{"tf":1.0}}},"k":{"df":1,"docs":{"12":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":3,"docs":{"104":{"tf":1.0},"127":{"tf":1.0},"377":{"tf":1.0}}}}},"o":{"a":{"d":{"df":4,"docs":{"133":{"tf":1.0},"134":{"tf":1.0},"264":{"tf":1.0},"384":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"153":{"tf":1.0},"159":{"tf":1.0},"243":{"tf":1.0},"321":{"tf":1.0}}},"t":{"df":2,"docs":{"238":{"tf":1.0},"367":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":18,"docs":{"281":{"tf":1.0},"289":{"tf":1.0},"299":{"tf":1.0},"306":{"tf":1.4142135623730951},"310":{"tf":1.0},"315":{"tf":1.0},"316":{"tf":1.4142135623730951},"317":{"tf":1.0},"318":{"tf":1.0},"320":{"tf":1.0},"331":{"tf":1.0},"363":{"tf":1.0},"366":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":1.0},"372":{"tf":1.0},"373":{"tf":1.0},"46":{"tf":1.0}},"o":{"df":2,"docs":{"0":{"tf":1.0},"383":{"tf":1.0}}}},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"156":{"tf":1.0},"353":{"tf":1.0}}},"p":{"df":1,"docs":{"76":{"tf":1.0}}}},"w":{"df":1,"docs":{"195":{"tf":1.0}}}}},"m":{"a":{"c":{"df":0,"docs":{},"o":{"df":2,"docs":{"259":{"tf":1.0},"286":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"235":{"tf":1.0},"258":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"145":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":2,"docs":{"164":{"tf":1.0},"251":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"140":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"137":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"376":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"196":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"300":{"tf":1.0},"326":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"309":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"354":{"tf":1.0},"355":{"tf":1.0},"356":{"tf":1.0},"381":{"tf":1.0}}}},"x":{"df":1,"docs":{"198":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"192":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"111":{"tf":1.0}}}}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"319":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":2,"docs":{"222":{"tf":1.0},"74":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":2,"docs":{"241":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"138":{"tf":1.0}}}}}}},"w":{"df":6,"docs":{"209":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"6":{"tf":1.0}}},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"271":{"tf":1.0},"29":{"tf":1.0},"292":{"tf":1.0},"96":{"tf":1.0}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":18,"docs":{"167":{"tf":1.0},"178":{"tf":1.0},"187":{"tf":1.0},"233":{"tf":1.0},"252":{"tf":1.0},"296":{"tf":1.0},"299":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"316":{"tf":1.0},"318":{"tf":1.0},"325":{"tf":1.0},"328":{"tf":1.0},"357":{"tf":1.0},"368":{"tf":1.0},"371":{"tf":1.0},"372":{"tf":1.0},"379":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"252":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":5,"docs":{"148":{"tf":1.0},"175":{"tf":1.0},"259":{"tf":1.0},"270":{"tf":1.0},"284":{"tf":1.0}}}}}},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":13,"docs":{"119":{"tf":1.0},"168":{"tf":1.0},"267":{"tf":1.0},"300":{"tf":1.0},"311":{"tf":1.0},"315":{"tf":1.0},"325":{"tf":1.0},"329":{"tf":1.0},"332":{"tf":1.0},"374":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.0},"73":{"tf":1.0}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"362":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"219":{"tf":1.0},"224":{"tf":1.0},"226":{"tf":1.0},"228":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":9,"docs":{"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"267":{"tf":1.0},"269":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"118":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":1,"docs":{"324":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"370":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"49":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"240":{"tf":1.0}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":3,"docs":{"224":{"tf":1.0},"33":{"tf":1.0},"98":{"tf":1.0}}}}}}}}}},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"184":{"tf":1.0},"189":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"237":{"tf":1.0},"298":{"tf":1.0},"384":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"90":{"tf":1.0}}}}}}}},"df":0,"docs":{},"t":{"df":5,"docs":{"191":{"tf":1.0},"219":{"tf":1.0},"30":{"tf":1.0},"335":{"tf":1.0},"64":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"15":{"tf":1.0},"240":{"tf":1.0},"5":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":11,"docs":{"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"115":{"tf":1.0},"122":{"tf":1.0},"125":{"tf":1.0},"186":{"tf":1.0},"188":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"318":{"tf":1.0},"85":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"304":{"tf":1.0}}}}}}}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"56":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"48":{"tf":1.0}}}}}}}}}}},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"57":{"tf":1.0}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":4,"docs":{"242":{"tf":1.0},"259":{"tf":1.0},"284":{"tf":1.0},"303":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"o":{"d":{"df":1,"docs":{"323":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"276":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0}}}}},"l":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"278":{"tf":1.0}},"e":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"354":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"173":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"360":{"tf":1.0},"382":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":4,"docs":{"116":{"tf":1.0},"185":{"tf":1.0},"277":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":2,"docs":{"236":{"tf":1.0},"257":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"18":{"tf":1.0},"230":{"tf":1.0},"263":{"tf":1.0}}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"290":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"223":{"tf":1.0},"225":{"tf":1.0}}}}}},"df":0,"docs":{}}},"o":{"b":{"df":0,"docs":{},"e":{"df":1,"docs":{"210":{"tf":1.0}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"159":{"tf":1.0},"243":{"tf":1.0},"321":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"168":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"133":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":2,"docs":{"325":{"tf":1.0},"326":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"50":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"169":{"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":{"326":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":13,"docs":{"106":{"tf":1.0},"12":{"tf":1.0},"166":{"tf":1.0},"247":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.0},"308":{"tf":1.0},"330":{"tf":1.0},"338":{"tf":1.0},"352":{"tf":1.0},"365":{"tf":1.0},"367":{"tf":1.0},"4":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"102":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"85":{"tf":1.0}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"63":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"210":{"tf":1.0},"211":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"df":3,"docs":{"371":{"tf":1.0},"380":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"176":{"tf":1.0}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":7,"docs":{"166":{"tf":1.0},"194":{"tf":1.0},"234":{"tf":1.0},"248":{"tf":1.0},"250":{"tf":1.0},"257":{"tf":1.0},"268":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"106":{"tf":1.0},"191":{"tf":1.0},"213":{"tf":1.0},"293":{"tf":1.0},"308":{"tf":1.0},"330":{"tf":1.0},"338":{"tf":1.0},"367":{"tf":1.0}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":5,"docs":{"231":{"tf":1.0},"232":{"tf":1.0},"242":{"tf":1.0},"278":{"tf":1.0},"344":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"130":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":2,"docs":{"362":{"tf":1.0},"387":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"36":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"102":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"252":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"167":{"tf":1.0}}}}}}}}},"df":16,"docs":{"146":{"tf":1.0},"149":{"tf":1.0},"249":{"tf":1.0},"25":{"tf":1.0},"254":{"tf":1.0},"256":{"tf":1.0},"262":{"tf":1.0},"265":{"tf":1.0},"283":{"tf":1.0},"309":{"tf":1.0},"346":{"tf":1.0},"358":{"tf":1.0},"363":{"tf":1.0},"364":{"tf":1.0},"365":{"tf":1.0},"53":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":35,"docs":{"120":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"163":{"tf":1.0},"205":{"tf":1.0},"227":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"254":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"260":{"tf":1.0},"262":{"tf":1.0},"266":{"tf":1.0},"273":{"tf":1.0},"285":{"tf":1.0},"286":{"tf":1.0},"287":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"306":{"tf":1.0},"320":{"tf":1.0},"321":{"tf":1.0},"322":{"tf":1.0},"323":{"tf":1.0},"368":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"209":{"tf":1.0}}}}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"115":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":14,"docs":{"117":{"tf":1.0},"123":{"tf":1.0},"149":{"tf":1.0},"192":{"tf":1.0},"32":{"tf":1.0},"351":{"tf":1.0},"375":{"tf":1.0},"55":{"tf":1.0},"75":{"tf":1.0},"77":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0}}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":6,"docs":{"234":{"tf":1.0},"248":{"tf":1.0},"279":{"tf":1.0},"307":{"tf":1.0},"70":{"tf":1.0},"72":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"268":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"85":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"221":{"tf":1.0},"337":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"d":{"df":3,"docs":{"22":{"tf":1.0},"361":{"tf":1.0},"378":{"tf":1.0}}},"df":6,"docs":{"114":{"tf":1.0},"157":{"tf":1.0},"201":{"tf":1.0},"208":{"tf":1.0},"314":{"tf":1.0},"334":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"120":{"tf":1.0},"295":{"tf":1.0}}}},"df":0,"docs":{}},"f":{"df":1,"docs":{"287":{"tf":1.0}}}},"t":{"df":3,"docs":{"278":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"230":{"tf":1.0},"247":{"tf":1.0},"258":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"78":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"89":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"364":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"259":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"127":{"tf":1.0},"210":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":2,"docs":{"146":{"tf":1.0},"251":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":5,"docs":{"105":{"tf":1.0},"261":{"tf":1.0},"284":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"282":{"tf":1.0}}}}}},"t":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"45":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"250":{"tf":1.0},"71":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"142":{"tf":1.0}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"174":{"tf":1.0}}}}}},"y":{"df":1,"docs":{"211":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":11,"docs":{"145":{"tf":1.0},"147":{"tf":1.0},"271":{"tf":1.0},"29":{"tf":1.0},"292":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"96":{"tf":1.0}}}},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"11":{"tf":1.0},"229":{"tf":1.0},"87":{"tf":1.0}}}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"198":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"87":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"132":{"tf":1.0},"365":{"tf":1.0},"54":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"179":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"134":{"tf":1.0}}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"352":{"tf":1.0}}}}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"211":{"tf":1.0},"319":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"324":{"tf":1.0}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":14,"docs":{"0":{"tf":1.0},"124":{"tf":1.4142135623730951},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"19":{"tf":1.0},"283":{"tf":1.0},"48":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0},"77":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{":":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"383":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"364":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"e":{"df":5,"docs":{"139":{"tf":1.4142135623730951},"364":{"tf":1.0},"50":{"tf":1.4142135623730951},"84":{"tf":1.0},"86":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"304":{"tf":1.0},"380":{"tf":1.0}}}}}}}},"o":{"d":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"144":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":9,"docs":{"140":{"tf":1.0},"186":{"tf":1.0},"206":{"tf":1.0},"21":{"tf":1.0},"27":{"tf":1.0},"295":{"tf":1.0},"340":{"tf":1.0},"78":{"tf":1.0},"92":{"tf":1.0}}}}}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"100":{"tf":1.0},"107":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"137":{"tf":1.0},"342":{"tf":1.0},"85":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":1,"docs":{"66":{"tf":1.0}}}},"i":{"df":1,"docs":{"28":{"tf":1.0}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"200":{"tf":1.0},"351":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}},"u":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"285":{"tf":1.0}}}}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"84":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"84":{"tf":1.0}}}}},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"8":{"tf":1.0}}},"s":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"125":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"183":{"tf":1.0}}}},"df":5,"docs":{"234":{"tf":1.0},"248":{"tf":1.0},"279":{"tf":1.0},"337":{"tf":1.0},"382":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"64":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":8,"docs":{"246":{"tf":1.0},"255":{"tf":1.0},"260":{"tf":1.0},"266":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"307":{"tf":1.0},"317":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":1,"docs":{"335":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"371":{"tf":1.0},"374":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":3,"docs":{"232":{"tf":1.0},"355":{"tf":1.0},"381":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"i":{"a":{"df":1,"docs":{"268":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":3,"docs":{"173":{"tf":1.0},"193":{"tf":1.0},"316":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"50":{"tf":1.0},"86":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"22":{"tf":1.0},"341":{"tf":1.0},"361":{"tf":1.0},"378":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"212":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":3,"docs":{"182":{"tf":1.0},"199":{"tf":1.0},"2":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":7,"docs":{"215":{"tf":1.0},"228":{"tf":1.0},"252":{"tf":1.0},"274":{"tf":1.0},"275":{"tf":1.0},"282":{"tf":1.0},"369":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":26,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"105":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"111":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"172":{"tf":1.0},"181":{"tf":1.0},"203":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"216":{"tf":1.0},"23":{"tf":1.0},"342":{"tf":1.0},"343":{"tf":1.0},"344":{"tf":1.0},"356":{"tf":1.0},"60":{"tf":1.0},"79":{"tf":1.0},"93":{"tf":1.0},"97":{"tf":1.0},"99":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"178":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"65":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"d":{"df":1,"docs":{"176":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"7":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"'":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"220":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"lang":"English","pipeline":["trimmer","stopWordFilter","stemmer"],"ref":"id","version":"0.9.5"},"results_options":{"limit_results":30,"teaser_word_count":30},"search_options":{"bool":"OR","expand":true,"fields":{"body":{"boost":1},"breadcrumbs":{"boost":1},"title":{"boost":2}}}} \ No newline at end of file diff --git a/docs/testing-philosophy.html b/docs/testing-philosophy.html new file mode 100644 index 0000000..0a695bc --- /dev/null +++ b/docs/testing-philosophy.html @@ -0,0 +1,381 @@ + + + + + + Testing Philosophy - Logos Blockchain Testing Framework Book + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + + +
+
+

Testing Philosophy

+

This framework embodies specific principles that shape how you author and run +scenarios. Understanding these principles helps you write effective tests and +interpret results correctly.

+

Declarative over Imperative

+

Describe what you want to test, not how to orchestrate it:

+
use testing_framework_core::scenario::ScenarioBuilder;
+use testing_framework_workflows::ScenarioBuilderExt;
+
+pub fn declarative_over_imperative() {
+    // Good: declarative
+    let _plan = ScenarioBuilder::topology_with(|t| t.network_star().validators(2).executors(1))
+        .transactions_with(|txs| {
+            txs.rate(5) // 5 transactions per block
+        })
+        .expect_consensus_liveness()
+        .build();
+
+    // Bad: imperative (framework doesn't work this way)
+    // spawn_validator(); spawn_executor();
+    // loop { submit_tx(); check_block(); }
+}
+

Why it matters: The framework handles deployment, readiness, and cleanup. +You focus on test intent, not infrastructure orchestration.

+

Protocol Time, Not Wall Time

+

Reason in blocks and consensus intervals, not wall-clock seconds.

+

Consensus defaults:

+
    +
  • Slot duration: 2 seconds (NTP-synchronized, configurable via CONSENSUS_SLOT_TIME)
  • +
  • Active slot coefficient: 0.9 (90% block probability per slot, configurable via CONSENSUS_ACTIVE_SLOT_COEFF)
  • +
  • Expected rate: ~27 blocks per minute
  • +
+
use std::time::Duration;
+
+use testing_framework_core::scenario::ScenarioBuilder;
+use testing_framework_workflows::ScenarioBuilderExt;
+
+pub fn protocol_time_not_wall_time() {
+    // Good: protocol-oriented thinking
+    let _plan = ScenarioBuilder::topology_with(|t| t.network_star().validators(2).executors(1))
+        .transactions_with(|txs| {
+            txs.rate(5) // 5 transactions per block
+        })
+        .with_run_duration(Duration::from_secs(60)) // Let framework calculate expected blocks
+        .expect_consensus_liveness() // "Did we produce the expected blocks?"
+        .build();
+
+    // Bad: wall-clock assumptions
+    // "I expect exactly 30 blocks in 60 seconds"
+    // This breaks on slow CI where slot timing might drift
+}
+

Why it matters: Slot timing is fixed (2s by default, NTP-synchronized), so the +expected number of blocks is predictable: ~27 blocks in 60s with the default +0.9 active slot coefficient. The framework calculates expected blocks from slot +duration and run window, making assertions protocol-based rather than tied to +specific wall-clock expectations. Assert on "blocks produced relative to slots" +not "blocks produced in exact wall-clock seconds".

+

Determinism First, Chaos When Needed

+

Default scenarios are repeatable:

+
    +
  • Fixed topology
  • +
  • Predictable traffic rates
  • +
  • Deterministic checks
  • +
+

Chaos is opt-in:

+
use std::time::Duration;
+
+use testing_framework_core::scenario::ScenarioBuilder;
+use testing_framework_workflows::{ChaosBuilderExt, ScenarioBuilderExt};
+
+pub fn determinism_first() {
+    // Separate: functional test (deterministic)
+    let _plan = ScenarioBuilder::topology_with(|t| t.network_star().validators(2).executors(1))
+        .transactions_with(|txs| {
+            txs.rate(5) // 5 transactions per block
+        })
+        .expect_consensus_liveness()
+        .build();
+
+    // Separate: chaos test (introduces randomness)
+    let _chaos_plan =
+        ScenarioBuilder::topology_with(|t| t.network_star().validators(3).executors(2))
+            .enable_node_control()
+            .chaos_with(|c| {
+                c.restart()
+                    .min_delay(Duration::from_secs(30))
+                    .max_delay(Duration::from_secs(60))
+                    .target_cooldown(Duration::from_secs(45))
+                    .apply()
+            })
+            .transactions_with(|txs| {
+                txs.rate(5) // 5 transactions per block
+            })
+            .expect_consensus_liveness()
+            .build();
+}
+

Why it matters: Mixing determinism with chaos creates noisy, hard-to-debug +failures. Separate concerns make failures actionable.

+

Observable Health Signals

+

Prefer user-facing signals over internal state:

+

Good checks:

+
    +
  • Blocks progressing at expected rate (liveness)
  • +
  • Transactions included within N blocks (inclusion)
  • +
  • DA blobs retrievable (availability)
  • +
+

Avoid internal checks:

+
    +
  • Memory pool size
  • +
  • Internal service state
  • +
  • Cache hit rates
  • +
+

Why it matters: User-facing signals reflect actual system health. +Internal state can be "healthy" while the system is broken from a user +perspective.

+

Minimum Run Windows

+

Always run long enough for meaningful block production:

+
use std::time::Duration;
+
+use testing_framework_core::scenario::ScenarioBuilder;
+use testing_framework_workflows::ScenarioBuilderExt;
+
+pub fn minimum_run_windows() {
+    // Bad: too short (~2 blocks with default 2s slots, 0.9 coeff)
+    let _too_short = ScenarioBuilder::with_node_counts(1, 0)
+        .with_run_duration(Duration::from_secs(5))
+        .expect_consensus_liveness()
+        .build();
+
+    // Good: enough blocks for assertions (~27 blocks with default 2s slots, 0.9
+    // coeff)
+    let _good = ScenarioBuilder::with_node_counts(1, 0)
+        .with_run_duration(Duration::from_secs(60))
+        .expect_consensus_liveness()
+        .build();
+}
+

Note: Block counts assume default consensus parameters:

+
    +
  • Slot duration: 2 seconds (configurable via CONSENSUS_SLOT_TIME)
  • +
  • Active slot coefficient: 0.9 (90% block probability per slot, configurable via CONSENSUS_ACTIVE_SLOT_COEFF)
  • +
  • Formula: blocks ≈ (duration / slot_duration) × active_slot_coeff
  • +
+

If upstream changes these parameters, adjust your duration expectations accordingly.

+

The framework enforces minimum durations (at least 2× slot duration), but be explicit. Very short runs risk false confidence—one lucky block doesn't prove liveness.

+

Summary

+

These principles keep scenarios:

+
    +
  • Portable across environments (protocol time, declarative)
  • +
  • Debuggable (determinism, separation of concerns)
  • +
  • Meaningful (observable signals, sufficient duration)
  • +
+

When authoring scenarios, ask: "Does this test the protocol behavior or +my local environment quirks?"

+ +
+ + +
+
+ + + +
+ + + + + + + + + + + + + + + + + + + +
+ + diff --git a/docs/theme/highlight-atom-one-dark-71d5a95c.css b/docs/theme/highlight-atom-one-dark-71d5a95c.css new file mode 100644 index 0000000..84035e7 --- /dev/null +++ b/docs/theme/highlight-atom-one-dark-71d5a95c.css @@ -0,0 +1,43 @@ +/* Adapted from highlight.js "Atom One Dark" */ +.hljs { + display: block; + overflow-x: auto; + padding: 0.5em; + background: #282c34; + color: #abb2bf; +} +.hljs-comment, +.hljs-quote { + color: #5c6370; + font-style: italic; +} +.hljs-keyword, +.hljs-selector-tag, +.hljs-literal, +.hljs-symbol, +.hljs-name { + color: #c678dd; +} +.hljs-built_in, +.hljs-type { + color: #e5c07b; +} +.hljs-number, +.hljs-attribute { + color: #d19a66; +} +.hljs-string, +.hljs-title, +.hljs-section { + color: #98c379; +} +.hljs-selector-id, +.hljs-selector-class { + color: #61afef; +} +.hljs-emphasis { + font-style: italic; +} +.hljs-strong { + font-weight: bold; +} diff --git a/docs/theme/highlight-github-6d8684ff.css b/docs/theme/highlight-github-6d8684ff.css new file mode 100644 index 0000000..56916f7 --- /dev/null +++ b/docs/theme/highlight-github-6d8684ff.css @@ -0,0 +1,45 @@ +/* GitHub-like light highlighting */ +.hljs { + display: block; + overflow-x: auto; + padding: 0.5em; + background: #f6f8fa; + color: #24292e; +} +.hljs-comment, +.hljs-quote { + color: #6a737d; + font-style: italic; +} +.hljs-keyword, +.hljs-selector-tag, +.hljs-type { + color: #d73a49; +} +.hljs-string, +.hljs-title, +.hljs-name, +.hljs-attr, +.hljs-symbol, +.hljs-bullet { + color: #005cc5; +} +.hljs-number, +.hljs-literal { + color: #005cc5; +} +.hljs-section, +.hljs-selector-id, +.hljs-selector-class { + color: #22863a; +} +.hljs-built_in, +.hljs-type { + color: #6f42c1; +} +.hljs-emphasis { + font-style: italic; +} +.hljs-strong { + font-weight: bold; +} diff --git a/docs/theme/highlight-github-ab20f7fd.css b/docs/theme/highlight-github-ab20f7fd.css new file mode 100644 index 0000000..bb8e436 --- /dev/null +++ b/docs/theme/highlight-github-ab20f7fd.css @@ -0,0 +1,48 @@ +.hljs { + display: block; + overflow-x: auto; + padding: 0.5em; + background: #f6f8fa; + color: #24292e; +} + +.hljs-comment, +.hljs-quote { + color: #6a737d; + font-style: italic; +} + +.hljs-keyword, +.hljs-selector-tag, +.hljs-type { + color: #d73a49; +} + +.hljs-string, +.hljs-title, +.hljs-name, +.hljs-attr, +.hljs-symbol, +.hljs-bullet, +.hljs-built_in { + color: #005cc5; +} + +.hljs-number, +.hljs-literal { + color: #005cc5; +} + +.hljs-section, +.hljs-selector-id, +.hljs-selector-class { + color: #22863a; +} + +.hljs-emphasis { + font-style: italic; +} + +.hljs-strong { + font-weight: bold; +} diff --git a/docs/theme/highlight-init-34b37f60.js b/docs/theme/highlight-init-34b37f60.js new file mode 100644 index 0000000..db22591 --- /dev/null +++ b/docs/theme/highlight-init-34b37f60.js @@ -0,0 +1,17 @@ +(function () { + const highlight = (attempt = 0) => { + if (window.hljs) { + window.hljs.highlightAll(); + return; + } + if (attempt < 10) { + setTimeout(() => highlight(attempt + 1), 100); + } + }; + + if (document.readyState === "loading") { + document.addEventListener("DOMContentLoaded", () => highlight()); + } else { + highlight(); + } +})(); diff --git a/docs/theme/highlight-init-7cc38499.js b/docs/theme/highlight-init-7cc38499.js new file mode 100644 index 0000000..37d4f93 --- /dev/null +++ b/docs/theme/highlight-init-7cc38499.js @@ -0,0 +1,14 @@ +(function () { + const highlight = () => { + if (!window.hljs) { return; } + document.querySelectorAll('pre code[class^="language-"]').forEach((block) => { + window.hljs.highlightElement(block); + }); + }; + + if (document.readyState === "loading") { + document.addEventListener("DOMContentLoaded", highlight); + } else { + highlight(); + } +})(); diff --git a/docs/theme/highlight-monokai-cd108744.css b/docs/theme/highlight-monokai-cd108744.css new file mode 100644 index 0000000..990bf11 --- /dev/null +++ b/docs/theme/highlight-monokai-cd108744.css @@ -0,0 +1,67 @@ +/* Highlight.js Monokai Sublime theme */ +.hljs { + display: block; + overflow-x: auto; + padding: 0.5em; + background: #23241f; + color: #f8f8f2; +} +.hljs-comment, +.hljs-quote { + color: #75715e; +} +.hljs-keyword, +.hljs-selector-tag, +.hljs-subst { + color: #66d9ef; +} +.hljs-number, +.hljs-literal, +.hljs-variable, +.hljs-template-variable, +.hljs-tag .hljs-attr { + color: #ae81ff; +} +.hljs-string, +.hljs-doctag, +.hljs-title, +.hljs-section, +.hljs-selector-id { + color: #e6db74; +} +.hljs-type, +.hljs-class .hljs-title { + color: #a6e22e; +} +.hljs-tag, +.hljs-name, +.hljs-attribute { + color: #f92672; +} +.hljs-regexp, +.hljs-link { + color: #bf79db; +} +.hljs-symbol, +.hljs-bullet { + color: #66d9ef; +} +.hljs-built_in, +.hljs-builtin-name { + color: #a6e22e; +} +.hljs-meta { + color: #75715e; +} +.hljs-deletion { + background: #f92672; +} +.hljs-addition { + background: #a6e22e; +} +.hljs-emphasis { + font-style: italic; +} +.hljs-strong { + font-weight: bold; +} diff --git a/docs/theme/mermaid-6b69a25d.css b/docs/theme/mermaid-6b69a25d.css new file mode 100644 index 0000000..6fd2b3f --- /dev/null +++ b/docs/theme/mermaid-6b69a25d.css @@ -0,0 +1,38 @@ +.mermaid { + max-width: 100%; + overflow-x: auto; +} + +.mermaid svg { + width: 100% !important; + height: auto !important; +} + +.mermaid-overlay { + position: fixed; + inset: 0; + background: rgba(0, 0, 0, 0.75); + display: flex; + align-items: center; + justify-content: center; + z-index: 9999; + cursor: zoom-out; +} + +.mermaid-overlay__content { + background: #fff; + padding: 16px; + max-width: 95vw; + max-height: 95vh; + overflow: auto; + border-radius: 8px; + box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25); +} + +.mermaid-overlay__content svg { + width: 95vw !important; + max-width: 1400px; + height: auto !important; + display: block; + margin: 0 auto; +} diff --git a/docs/theme/mermaid-init-347bf117.js b/docs/theme/mermaid-init-347bf117.js new file mode 100644 index 0000000..efb4bd9 --- /dev/null +++ b/docs/theme/mermaid-init-347bf117.js @@ -0,0 +1,20 @@ +(function () { + const load = () => { + // eslint-disable-next-line no-undef + mermaid.initialize({ + startOnLoad: true, + theme: "default", + securityLevel: "loose", + }); + }; + + if (window.mermaid) { + load(); + return; + } + + const script = document.createElement("script"); + script.src = "https://cdn.jsdelivr.net/npm/mermaid@10/dist/mermaid.min.js"; + script.onload = load; + document.head.appendChild(script); +})(); diff --git a/docs/theme/mermaid-init-c4c36ca2.js b/docs/theme/mermaid-init-c4c36ca2.js new file mode 100644 index 0000000..d129a17 --- /dev/null +++ b/docs/theme/mermaid-init-c4c36ca2.js @@ -0,0 +1,43 @@ +// Lightweight client-side Mermaid rendering for mdBook. +(function () { + const CDN = "https://cdn.jsdelivr.net/npm/mermaid@10/dist/mermaid.min.js"; + + function loadMermaid(cb) { + if (window.mermaid) { + cb(); + return; + } + const script = document.createElement("script"); + script.src = CDN; + script.onload = cb; + script.onerror = () => console.warn("Failed to load mermaid from CDN:", CDN); + document.head.appendChild(script); + } + + function renderMermaidBlocks() { + const codeBlocks = Array.from( + document.querySelectorAll("pre code.language-mermaid") + ); + if (codeBlocks.length === 0) { + return; + } + + codeBlocks.forEach((codeBlock, idx) => { + const pre = codeBlock.parentElement; + const container = document.createElement("div"); + container.className = "mermaid"; + container.textContent = codeBlock.textContent; + container.id = `mermaid-diagram-${idx}`; + pre.replaceWith(container); + }); + + if (window.mermaid) { + window.mermaid.initialize({ startOnLoad: false }); + window.mermaid.run(); + } + } + + document.addEventListener("DOMContentLoaded", () => { + loadMermaid(renderMermaidBlocks); + }); +})(); diff --git a/docs/theme/mermaid-init.js b/docs/theme/mermaid-init.js new file mode 100644 index 0000000..d129a17 --- /dev/null +++ b/docs/theme/mermaid-init.js @@ -0,0 +1,43 @@ +// Lightweight client-side Mermaid rendering for mdBook. +(function () { + const CDN = "https://cdn.jsdelivr.net/npm/mermaid@10/dist/mermaid.min.js"; + + function loadMermaid(cb) { + if (window.mermaid) { + cb(); + return; + } + const script = document.createElement("script"); + script.src = CDN; + script.onload = cb; + script.onerror = () => console.warn("Failed to load mermaid from CDN:", CDN); + document.head.appendChild(script); + } + + function renderMermaidBlocks() { + const codeBlocks = Array.from( + document.querySelectorAll("pre code.language-mermaid") + ); + if (codeBlocks.length === 0) { + return; + } + + codeBlocks.forEach((codeBlock, idx) => { + const pre = codeBlock.parentElement; + const container = document.createElement("div"); + container.className = "mermaid"; + container.textContent = codeBlock.textContent; + container.id = `mermaid-diagram-${idx}`; + pre.replaceWith(container); + }); + + if (window.mermaid) { + window.mermaid.initialize({ startOnLoad: false }); + window.mermaid.run(); + } + } + + document.addEventListener("DOMContentLoaded", () => { + loadMermaid(renderMermaidBlocks); + }); +})(); diff --git a/docs/theme/mermaid-overlay-77a7ae18.js b/docs/theme/mermaid-overlay-77a7ae18.js new file mode 100644 index 0000000..c9a8d04 --- /dev/null +++ b/docs/theme/mermaid-overlay-77a7ae18.js @@ -0,0 +1,57 @@ +(function () { + const openOverlay = (svg) => { + const overlay = document.createElement("div"); + overlay.className = "mermaid-overlay"; + + const content = document.createElement("div"); + content.className = "mermaid-overlay__content"; + + const clone = svg.cloneNode(true); + clone.removeAttribute("width"); + clone.removeAttribute("height"); + clone.style.width = "95vw"; + clone.style.maxWidth = "1400px"; + clone.style.height = "auto"; + clone.style.display = "block"; + clone.style.margin = "0 auto"; + + content.appendChild(clone); + overlay.appendChild(content); + document.body.appendChild(overlay); + + const close = () => overlay.remove(); + overlay.addEventListener("click", close); + document.addEventListener( + "keydown", + (e) => { + if (e.key === "Escape") { + close(); + } + }, + { once: true } + ); + }; + + const bind = () => { + document.querySelectorAll(".mermaid svg").forEach((svg) => { + if (svg.dataset.overlayBound === "true") { + return; + } + svg.style.cursor = "zoom-in"; + svg.addEventListener("click", () => openOverlay(svg)); + svg.dataset.overlayBound = "true"; + }); + }; + + const init = () => { + bind(); + // Mermaid renders asynchronously; bind again after a short delay. + setTimeout(bind, 500); + }; + + if (document.readyState === "loading") { + document.addEventListener("DOMContentLoaded", init); + } else { + init(); + } +})(); diff --git a/docs/toc-0db858a9.js b/docs/toc-0db858a9.js new file mode 100644 index 0000000..c8a8311 --- /dev/null +++ b/docs/toc-0db858a9.js @@ -0,0 +1,446 @@ +// Populate the sidebar +// +// This is a script, and not included directly in the page, to control the total size of the book. +// The TOC contains an entry for each page, so if each page includes a copy of the TOC, +// the total size of the page becomes O(n**2). +class MDBookSidebarScrollbox extends HTMLElement { + constructor() { + super(); + } + connectedCallback() { + this.innerHTML = '
  1. Project Context Primer
  2. What You Will Learn
  3. Part I — Foundations
    1. Introduction
    2. Architecture Overview
    3. Testing Philosophy
    4. Scenario Lifecycle (Conceptual)
    5. Design Rationale
  4. Part II — User Guide
    1. Workspace Layout
    2. Annotated Tree
    3. Authoring Scenarios
    4. Core Content: Workloads & Expectations
    5. Core Content: ScenarioBuilderExt Patterns
    6. Best Practices
    7. Examples
    8. Advanced & Artificial Examples
    9. Running Scenarios
    10. Runners
    11. Operations
  5. Part III — Developer Reference
    1. Scenario Model (Developer Level)
    2. Extending the Framework
    3. Example: New Workload & Expectation (Rust)
    4. Internal Crate Reference
  6. Part IV — Appendix
    1. DSL Cheat Sheet
    2. Troubleshooting Scenarios
    3. FAQ
    4. Glossary
'; + // Set the current, active page, and reveal it if it's hidden + let current_page = document.location.href.toString().split('#')[0].split('?')[0]; + if (current_page.endsWith('/')) { + current_page += 'index.html'; + } + const links = Array.prototype.slice.call(this.querySelectorAll('a')); + const l = links.length; + for (let i = 0; i < l; ++i) { + const link = links[i]; + const href = link.getAttribute('href'); + if (href && !href.startsWith('#') && !/^(?:[a-z+]+:)?\/\//.test(href)) { + link.href = path_to_root + href; + } + // The 'index' page is supposed to alias the first chapter in the book. + if (link.href === current_page + || i === 0 + && path_to_root === '' + && current_page.endsWith('/index.html')) { + link.classList.add('active'); + let parent = link.parentElement; + while (parent) { + if (parent.tagName === 'LI' && parent.classList.contains('chapter-item')) { + parent.classList.add('expanded'); + } + parent = parent.parentElement; + } + } + } + // Track and set sidebar scroll position + this.addEventListener('click', e => { + if (e.target.tagName === 'A') { + sessionStorage.setItem('sidebar-scroll', this.scrollTop); + } + }, { passive: true }); + const sidebarScrollTop = sessionStorage.getItem('sidebar-scroll'); + sessionStorage.removeItem('sidebar-scroll'); + if (sidebarScrollTop) { + // preserve sidebar scroll position when navigating via links within sidebar + this.scrollTop = sidebarScrollTop; + } else { + // scroll sidebar to current active section when navigating via + // 'next/previous chapter' buttons + const activeSection = document.querySelector('#mdbook-sidebar .active'); + if (activeSection) { + activeSection.scrollIntoView({ block: 'center' }); + } + } + // Toggle buttons + const sidebarAnchorToggles = document.querySelectorAll('.chapter-fold-toggle'); + function toggleSection(ev) { + ev.currentTarget.parentElement.parentElement.classList.toggle('expanded'); + } + Array.from(sidebarAnchorToggles).forEach(el => { + el.addEventListener('click', toggleSection); + }); + } +} +window.customElements.define('mdbook-sidebar-scrollbox', MDBookSidebarScrollbox); + + +// --------------------------------------------------------------------------- +// Support for dynamically adding headers to the sidebar. + +(function() { + // This is used to detect which direction the page has scrolled since the + // last scroll event. + let lastKnownScrollPosition = 0; + // This is the threshold in px from the top of the screen where it will + // consider a header the "current" header when scrolling down. + const defaultDownThreshold = 150; + // Same as defaultDownThreshold, except when scrolling up. + const defaultUpThreshold = 300; + // The threshold is a virtual horizontal line on the screen where it + // considers the "current" header to be above the line. The threshold is + // modified dynamically to handle headers that are near the bottom of the + // screen, and to slightly offset the behavior when scrolling up vs down. + let threshold = defaultDownThreshold; + // This is used to disable updates while scrolling. This is needed when + // clicking the header in the sidebar, which triggers a scroll event. It + // is somewhat finicky to detect when the scroll has finished, so this + // uses a relatively dumb system of disabling scroll updates for a short + // time after the click. + let disableScroll = false; + // Array of header elements on the page. + let headers; + // Array of li elements that are initially collapsed headers in the sidebar. + // I'm not sure why eslint seems to have a false positive here. + // eslint-disable-next-line prefer-const + let headerToggles = []; + // This is a debugging tool for the threshold which you can enable in the console. + let thresholdDebug = false; + + // Updates the threshold based on the scroll position. + function updateThreshold() { + const scrollTop = window.pageYOffset || document.documentElement.scrollTop; + const windowHeight = window.innerHeight; + const documentHeight = document.documentElement.scrollHeight; + + // The number of pixels below the viewport, at most documentHeight. + // This is used to push the threshold down to the bottom of the page + // as the user scrolls towards the bottom. + const pixelsBelow = Math.max(0, documentHeight - (scrollTop + windowHeight)); + // The number of pixels above the viewport, at least defaultDownThreshold. + // Similar to pixelsBelow, this is used to push the threshold back towards + // the top when reaching the top of the page. + const pixelsAbove = Math.max(0, defaultDownThreshold - scrollTop); + // How much the threshold should be offset once it gets close to the + // bottom of the page. + const bottomAdd = Math.max(0, windowHeight - pixelsBelow - defaultDownThreshold); + let adjustedBottomAdd = bottomAdd; + + // Adjusts bottomAdd for a small document. The calculation above + // assumes the document is at least twice the windowheight in size. If + // it is less than that, then bottomAdd needs to be shrunk + // proportional to the difference in size. + if (documentHeight < windowHeight * 2) { + const maxPixelsBelow = documentHeight - windowHeight; + const t = 1 - pixelsBelow / Math.max(1, maxPixelsBelow); + const clamp = Math.max(0, Math.min(1, t)); + adjustedBottomAdd *= clamp; + } + + let scrollingDown = true; + if (scrollTop < lastKnownScrollPosition) { + scrollingDown = false; + } + + if (scrollingDown) { + // When scrolling down, move the threshold up towards the default + // downwards threshold position. If near the bottom of the page, + // adjustedBottomAdd will offset the threshold towards the bottom + // of the page. + const amountScrolledDown = scrollTop - lastKnownScrollPosition; + const adjustedDefault = defaultDownThreshold + adjustedBottomAdd; + threshold = Math.max(adjustedDefault, threshold - amountScrolledDown); + } else { + // When scrolling up, move the threshold down towards the default + // upwards threshold position. If near the bottom of the page, + // quickly transition the threshold back up where it normally + // belongs. + const amountScrolledUp = lastKnownScrollPosition - scrollTop; + const adjustedDefault = defaultUpThreshold - pixelsAbove + + Math.max(0, adjustedBottomAdd - defaultDownThreshold); + threshold = Math.min(adjustedDefault, threshold + amountScrolledUp); + } + + if (documentHeight <= windowHeight) { + threshold = 0; + } + + if (thresholdDebug) { + const id = 'mdbook-threshold-debug-data'; + let data = document.getElementById(id); + if (data === null) { + data = document.createElement('div'); + data.id = id; + data.style.cssText = ` + position: fixed; + top: 50px; + right: 10px; + background-color: 0xeeeeee; + z-index: 9999; + pointer-events: none; + `; + document.body.appendChild(data); + } + data.innerHTML = ` + + + + + + + + + + +
documentHeight${documentHeight.toFixed(1)}
windowHeight${windowHeight.toFixed(1)}
scrollTop${scrollTop.toFixed(1)}
pixelsAbove${pixelsAbove.toFixed(1)}
pixelsBelow${pixelsBelow.toFixed(1)}
bottomAdd${bottomAdd.toFixed(1)}
adjustedBottomAdd${adjustedBottomAdd.toFixed(1)}
scrollingDown${scrollingDown}
threshold${threshold.toFixed(1)}
+ `; + drawDebugLine(); + } + + lastKnownScrollPosition = scrollTop; + } + + function drawDebugLine() { + if (!document.body) { + return; + } + const id = 'mdbook-threshold-debug-line'; + const existingLine = document.getElementById(id); + if (existingLine) { + existingLine.remove(); + } + const line = document.createElement('div'); + line.id = id; + line.style.cssText = ` + position: fixed; + top: ${threshold}px; + left: 0; + width: 100vw; + height: 2px; + background-color: red; + z-index: 9999; + pointer-events: none; + `; + document.body.appendChild(line); + } + + function mdbookEnableThresholdDebug() { + thresholdDebug = true; + updateThreshold(); + drawDebugLine(); + } + + window.mdbookEnableThresholdDebug = mdbookEnableThresholdDebug; + + // Updates which headers in the sidebar should be expanded. If the current + // header is inside a collapsed group, then it, and all its parents should + // be expanded. + function updateHeaderExpanded(currentA) { + // Add expanded to all header-item li ancestors. + let current = currentA.parentElement; + while (current) { + if (current.tagName === 'LI' && current.classList.contains('header-item')) { + current.classList.add('expanded'); + } + current = current.parentElement; + } + } + + // Updates which header is marked as the "current" header in the sidebar. + // This is done with a virtual Y threshold, where headers at or below + // that line will be considered the current one. + function updateCurrentHeader() { + if (!headers || !headers.length) { + return; + } + + // Reset the classes, which will be rebuilt below. + const els = document.getElementsByClassName('current-header'); + for (const el of els) { + el.classList.remove('current-header'); + } + for (const toggle of headerToggles) { + toggle.classList.remove('expanded'); + } + + // Find the last header that is above the threshold. + let lastHeader = null; + for (const header of headers) { + const rect = header.getBoundingClientRect(); + if (rect.top <= threshold) { + lastHeader = header; + } else { + break; + } + } + if (lastHeader === null) { + lastHeader = headers[0]; + const rect = lastHeader.getBoundingClientRect(); + const windowHeight = window.innerHeight; + if (rect.top >= windowHeight) { + return; + } + } + + // Get the anchor in the summary. + const href = '#' + lastHeader.id; + const a = [...document.querySelectorAll('.header-in-summary')] + .find(element => element.getAttribute('href') === href); + if (!a) { + return; + } + + a.classList.add('current-header'); + + updateHeaderExpanded(a); + } + + // Updates which header is "current" based on the threshold line. + function reloadCurrentHeader() { + if (disableScroll) { + return; + } + updateThreshold(); + updateCurrentHeader(); + } + + + // When clicking on a header in the sidebar, this adjusts the threshold so + // that it is located next to the header. This is so that header becomes + // "current". + function headerThresholdClick(event) { + // See disableScroll description why this is done. + disableScroll = true; + setTimeout(() => { + disableScroll = false; + }, 100); + // requestAnimationFrame is used to delay the update of the "current" + // header until after the scroll is done, and the header is in the new + // position. + requestAnimationFrame(() => { + requestAnimationFrame(() => { + // Closest is needed because if it has child elements like . + const a = event.target.closest('a'); + const href = a.getAttribute('href'); + const targetId = href.substring(1); + const targetElement = document.getElementById(targetId); + if (targetElement) { + threshold = targetElement.getBoundingClientRect().bottom; + updateCurrentHeader(); + } + }); + }); + } + + // Takes the nodes from the given head and copies them over to the + // destination, along with some filtering. + function filterHeader(source, dest) { + const clone = source.cloneNode(true); + clone.querySelectorAll('mark').forEach(mark => { + mark.replaceWith(...mark.childNodes); + }); + dest.append(...clone.childNodes); + } + + // Scans page for headers and adds them to the sidebar. + document.addEventListener('DOMContentLoaded', function() { + const activeSection = document.querySelector('#mdbook-sidebar .active'); + if (activeSection === null) { + return; + } + + const main = document.getElementsByTagName('main')[0]; + headers = Array.from(main.querySelectorAll('h2, h3, h4, h5, h6')) + .filter(h => h.id !== '' && h.children.length && h.children[0].tagName === 'A'); + + if (headers.length === 0) { + return; + } + + // Build a tree of headers in the sidebar. + + const stack = []; + + const firstLevel = parseInt(headers[0].tagName.charAt(1)); + for (let i = 1; i < firstLevel; i++) { + const ol = document.createElement('ol'); + ol.classList.add('section'); + if (stack.length > 0) { + stack[stack.length - 1].ol.appendChild(ol); + } + stack.push({level: i + 1, ol: ol}); + } + + // The level where it will start folding deeply nested headers. + const foldLevel = 3; + + for (let i = 0; i < headers.length; i++) { + const header = headers[i]; + const level = parseInt(header.tagName.charAt(1)); + + const currentLevel = stack[stack.length - 1].level; + if (level > currentLevel) { + // Begin nesting to this level. + for (let nextLevel = currentLevel + 1; nextLevel <= level; nextLevel++) { + const ol = document.createElement('ol'); + ol.classList.add('section'); + const last = stack[stack.length - 1]; + const lastChild = last.ol.lastChild; + // Handle the case where jumping more than one nesting + // level, which doesn't have a list item to place this new + // list inside of. + if (lastChild) { + lastChild.appendChild(ol); + } else { + last.ol.appendChild(ol); + } + stack.push({level: nextLevel, ol: ol}); + } + } else if (level < currentLevel) { + while (stack.length > 1 && stack[stack.length - 1].level > level) { + stack.pop(); + } + } + + const li = document.createElement('li'); + li.classList.add('header-item'); + li.classList.add('expanded'); + if (level < foldLevel) { + li.classList.add('expanded'); + } + const span = document.createElement('span'); + span.classList.add('chapter-link-wrapper'); + const a = document.createElement('a'); + span.appendChild(a); + a.href = '#' + header.id; + a.classList.add('header-in-summary'); + filterHeader(header.children[0], a); + a.addEventListener('click', headerThresholdClick); + const nextHeader = headers[i + 1]; + if (nextHeader !== undefined) { + const nextLevel = parseInt(nextHeader.tagName.charAt(1)); + if (nextLevel > level && level >= foldLevel) { + const toggle = document.createElement('a'); + toggle.classList.add('chapter-fold-toggle'); + toggle.classList.add('header-toggle'); + toggle.addEventListener('click', () => { + li.classList.toggle('expanded'); + }); + const toggleDiv = document.createElement('div'); + toggleDiv.textContent = '❱'; + toggle.appendChild(toggleDiv); + span.appendChild(toggle); + headerToggles.push(li); + } + } + li.appendChild(span); + + const currentParent = stack[stack.length - 1]; + currentParent.ol.appendChild(li); + } + + const onThisPage = document.createElement('div'); + onThisPage.classList.add('on-this-page'); + onThisPage.append(stack[0].ol); + const activeItemSpan = activeSection.parentElement; + activeItemSpan.after(onThisPage); + }); + + document.addEventListener('DOMContentLoaded', reloadCurrentHeader); + document.addEventListener('scroll', reloadCurrentHeader, { passive: true }); +})(); + diff --git a/docs/toc-1c4276be.js b/docs/toc-1c4276be.js new file mode 100644 index 0000000..e8ecf9b --- /dev/null +++ b/docs/toc-1c4276be.js @@ -0,0 +1,446 @@ +// Populate the sidebar +// +// This is a script, and not included directly in the page, to control the total size of the book. +// The TOC contains an entry for each page, so if each page includes a copy of the TOC, +// the total size of the page becomes O(n**2). +class MDBookSidebarScrollbox extends HTMLElement { + constructor() { + super(); + } + connectedCallback() { + this.innerHTML = '
  1. Project Context Primer
  2. What You Will Learn
  3. Part I — Foundations
    1. Introduction
    2. Architecture Overview
    3. Testing Philosophy
    4. Scenario Lifecycle (Conceptual)
    5. Design Rationale
  4. Part II — User Guide
    1. Workspace Layout
    2. Annotated Tree
    3. Authoring Scenarios
    4. Core Content: Workloads & Expectations
    5. Core Content: ScenarioBuilderExt Patterns
    6. Usage Patterns
    7. Best Practices
    8. Examples
    9. Advanced & Artificial Examples
    10. Running Scenarios
    11. Runners
    12. Chaos Testing
    13. Node Control API
    14. Topology & Chaos Patterns
    15. Operations
  5. Part III — Developer Reference
    1. Scenario Model (Developer Level)
    2. Extending the Framework
    3. Example: New Workload & Expectation (Rust)
    4. Internal Crate Reference
  6. Part IV — Appendix
    1. DSL Cheat Sheet
    2. Troubleshooting Scenarios
    3. FAQ
    4. Glossary
'; + // Set the current, active page, and reveal it if it's hidden + let current_page = document.location.href.toString().split('#')[0].split('?')[0]; + if (current_page.endsWith('/')) { + current_page += 'index.html'; + } + const links = Array.prototype.slice.call(this.querySelectorAll('a')); + const l = links.length; + for (let i = 0; i < l; ++i) { + const link = links[i]; + const href = link.getAttribute('href'); + if (href && !href.startsWith('#') && !/^(?:[a-z+]+:)?\/\//.test(href)) { + link.href = path_to_root + href; + } + // The 'index' page is supposed to alias the first chapter in the book. + if (link.href === current_page + || i === 0 + && path_to_root === '' + && current_page.endsWith('/index.html')) { + link.classList.add('active'); + let parent = link.parentElement; + while (parent) { + if (parent.tagName === 'LI' && parent.classList.contains('chapter-item')) { + parent.classList.add('expanded'); + } + parent = parent.parentElement; + } + } + } + // Track and set sidebar scroll position + this.addEventListener('click', e => { + if (e.target.tagName === 'A') { + sessionStorage.setItem('sidebar-scroll', this.scrollTop); + } + }, { passive: true }); + const sidebarScrollTop = sessionStorage.getItem('sidebar-scroll'); + sessionStorage.removeItem('sidebar-scroll'); + if (sidebarScrollTop) { + // preserve sidebar scroll position when navigating via links within sidebar + this.scrollTop = sidebarScrollTop; + } else { + // scroll sidebar to current active section when navigating via + // 'next/previous chapter' buttons + const activeSection = document.querySelector('#mdbook-sidebar .active'); + if (activeSection) { + activeSection.scrollIntoView({ block: 'center' }); + } + } + // Toggle buttons + const sidebarAnchorToggles = document.querySelectorAll('.chapter-fold-toggle'); + function toggleSection(ev) { + ev.currentTarget.parentElement.parentElement.classList.toggle('expanded'); + } + Array.from(sidebarAnchorToggles).forEach(el => { + el.addEventListener('click', toggleSection); + }); + } +} +window.customElements.define('mdbook-sidebar-scrollbox', MDBookSidebarScrollbox); + + +// --------------------------------------------------------------------------- +// Support for dynamically adding headers to the sidebar. + +(function() { + // This is used to detect which direction the page has scrolled since the + // last scroll event. + let lastKnownScrollPosition = 0; + // This is the threshold in px from the top of the screen where it will + // consider a header the "current" header when scrolling down. + const defaultDownThreshold = 150; + // Same as defaultDownThreshold, except when scrolling up. + const defaultUpThreshold = 300; + // The threshold is a virtual horizontal line on the screen where it + // considers the "current" header to be above the line. The threshold is + // modified dynamically to handle headers that are near the bottom of the + // screen, and to slightly offset the behavior when scrolling up vs down. + let threshold = defaultDownThreshold; + // This is used to disable updates while scrolling. This is needed when + // clicking the header in the sidebar, which triggers a scroll event. It + // is somewhat finicky to detect when the scroll has finished, so this + // uses a relatively dumb system of disabling scroll updates for a short + // time after the click. + let disableScroll = false; + // Array of header elements on the page. + let headers; + // Array of li elements that are initially collapsed headers in the sidebar. + // I'm not sure why eslint seems to have a false positive here. + // eslint-disable-next-line prefer-const + let headerToggles = []; + // This is a debugging tool for the threshold which you can enable in the console. + let thresholdDebug = false; + + // Updates the threshold based on the scroll position. + function updateThreshold() { + const scrollTop = window.pageYOffset || document.documentElement.scrollTop; + const windowHeight = window.innerHeight; + const documentHeight = document.documentElement.scrollHeight; + + // The number of pixels below the viewport, at most documentHeight. + // This is used to push the threshold down to the bottom of the page + // as the user scrolls towards the bottom. + const pixelsBelow = Math.max(0, documentHeight - (scrollTop + windowHeight)); + // The number of pixels above the viewport, at least defaultDownThreshold. + // Similar to pixelsBelow, this is used to push the threshold back towards + // the top when reaching the top of the page. + const pixelsAbove = Math.max(0, defaultDownThreshold - scrollTop); + // How much the threshold should be offset once it gets close to the + // bottom of the page. + const bottomAdd = Math.max(0, windowHeight - pixelsBelow - defaultDownThreshold); + let adjustedBottomAdd = bottomAdd; + + // Adjusts bottomAdd for a small document. The calculation above + // assumes the document is at least twice the windowheight in size. If + // it is less than that, then bottomAdd needs to be shrunk + // proportional to the difference in size. + if (documentHeight < windowHeight * 2) { + const maxPixelsBelow = documentHeight - windowHeight; + const t = 1 - pixelsBelow / Math.max(1, maxPixelsBelow); + const clamp = Math.max(0, Math.min(1, t)); + adjustedBottomAdd *= clamp; + } + + let scrollingDown = true; + if (scrollTop < lastKnownScrollPosition) { + scrollingDown = false; + } + + if (scrollingDown) { + // When scrolling down, move the threshold up towards the default + // downwards threshold position. If near the bottom of the page, + // adjustedBottomAdd will offset the threshold towards the bottom + // of the page. + const amountScrolledDown = scrollTop - lastKnownScrollPosition; + const adjustedDefault = defaultDownThreshold + adjustedBottomAdd; + threshold = Math.max(adjustedDefault, threshold - amountScrolledDown); + } else { + // When scrolling up, move the threshold down towards the default + // upwards threshold position. If near the bottom of the page, + // quickly transition the threshold back up where it normally + // belongs. + const amountScrolledUp = lastKnownScrollPosition - scrollTop; + const adjustedDefault = defaultUpThreshold - pixelsAbove + + Math.max(0, adjustedBottomAdd - defaultDownThreshold); + threshold = Math.min(adjustedDefault, threshold + amountScrolledUp); + } + + if (documentHeight <= windowHeight) { + threshold = 0; + } + + if (thresholdDebug) { + const id = 'mdbook-threshold-debug-data'; + let data = document.getElementById(id); + if (data === null) { + data = document.createElement('div'); + data.id = id; + data.style.cssText = ` + position: fixed; + top: 50px; + right: 10px; + background-color: 0xeeeeee; + z-index: 9999; + pointer-events: none; + `; + document.body.appendChild(data); + } + data.innerHTML = ` + + + + + + + + + + +
documentHeight${documentHeight.toFixed(1)}
windowHeight${windowHeight.toFixed(1)}
scrollTop${scrollTop.toFixed(1)}
pixelsAbove${pixelsAbove.toFixed(1)}
pixelsBelow${pixelsBelow.toFixed(1)}
bottomAdd${bottomAdd.toFixed(1)}
adjustedBottomAdd${adjustedBottomAdd.toFixed(1)}
scrollingDown${scrollingDown}
threshold${threshold.toFixed(1)}
+ `; + drawDebugLine(); + } + + lastKnownScrollPosition = scrollTop; + } + + function drawDebugLine() { + if (!document.body) { + return; + } + const id = 'mdbook-threshold-debug-line'; + const existingLine = document.getElementById(id); + if (existingLine) { + existingLine.remove(); + } + const line = document.createElement('div'); + line.id = id; + line.style.cssText = ` + position: fixed; + top: ${threshold}px; + left: 0; + width: 100vw; + height: 2px; + background-color: red; + z-index: 9999; + pointer-events: none; + `; + document.body.appendChild(line); + } + + function mdbookEnableThresholdDebug() { + thresholdDebug = true; + updateThreshold(); + drawDebugLine(); + } + + window.mdbookEnableThresholdDebug = mdbookEnableThresholdDebug; + + // Updates which headers in the sidebar should be expanded. If the current + // header is inside a collapsed group, then it, and all its parents should + // be expanded. + function updateHeaderExpanded(currentA) { + // Add expanded to all header-item li ancestors. + let current = currentA.parentElement; + while (current) { + if (current.tagName === 'LI' && current.classList.contains('header-item')) { + current.classList.add('expanded'); + } + current = current.parentElement; + } + } + + // Updates which header is marked as the "current" header in the sidebar. + // This is done with a virtual Y threshold, where headers at or below + // that line will be considered the current one. + function updateCurrentHeader() { + if (!headers || !headers.length) { + return; + } + + // Reset the classes, which will be rebuilt below. + const els = document.getElementsByClassName('current-header'); + for (const el of els) { + el.classList.remove('current-header'); + } + for (const toggle of headerToggles) { + toggle.classList.remove('expanded'); + } + + // Find the last header that is above the threshold. + let lastHeader = null; + for (const header of headers) { + const rect = header.getBoundingClientRect(); + if (rect.top <= threshold) { + lastHeader = header; + } else { + break; + } + } + if (lastHeader === null) { + lastHeader = headers[0]; + const rect = lastHeader.getBoundingClientRect(); + const windowHeight = window.innerHeight; + if (rect.top >= windowHeight) { + return; + } + } + + // Get the anchor in the summary. + const href = '#' + lastHeader.id; + const a = [...document.querySelectorAll('.header-in-summary')] + .find(element => element.getAttribute('href') === href); + if (!a) { + return; + } + + a.classList.add('current-header'); + + updateHeaderExpanded(a); + } + + // Updates which header is "current" based on the threshold line. + function reloadCurrentHeader() { + if (disableScroll) { + return; + } + updateThreshold(); + updateCurrentHeader(); + } + + + // When clicking on a header in the sidebar, this adjusts the threshold so + // that it is located next to the header. This is so that header becomes + // "current". + function headerThresholdClick(event) { + // See disableScroll description why this is done. + disableScroll = true; + setTimeout(() => { + disableScroll = false; + }, 100); + // requestAnimationFrame is used to delay the update of the "current" + // header until after the scroll is done, and the header is in the new + // position. + requestAnimationFrame(() => { + requestAnimationFrame(() => { + // Closest is needed because if it has child elements like . + const a = event.target.closest('a'); + const href = a.getAttribute('href'); + const targetId = href.substring(1); + const targetElement = document.getElementById(targetId); + if (targetElement) { + threshold = targetElement.getBoundingClientRect().bottom; + updateCurrentHeader(); + } + }); + }); + } + + // Takes the nodes from the given head and copies them over to the + // destination, along with some filtering. + function filterHeader(source, dest) { + const clone = source.cloneNode(true); + clone.querySelectorAll('mark').forEach(mark => { + mark.replaceWith(...mark.childNodes); + }); + dest.append(...clone.childNodes); + } + + // Scans page for headers and adds them to the sidebar. + document.addEventListener('DOMContentLoaded', function() { + const activeSection = document.querySelector('#mdbook-sidebar .active'); + if (activeSection === null) { + return; + } + + const main = document.getElementsByTagName('main')[0]; + headers = Array.from(main.querySelectorAll('h2, h3, h4, h5, h6')) + .filter(h => h.id !== '' && h.children.length && h.children[0].tagName === 'A'); + + if (headers.length === 0) { + return; + } + + // Build a tree of headers in the sidebar. + + const stack = []; + + const firstLevel = parseInt(headers[0].tagName.charAt(1)); + for (let i = 1; i < firstLevel; i++) { + const ol = document.createElement('ol'); + ol.classList.add('section'); + if (stack.length > 0) { + stack[stack.length - 1].ol.appendChild(ol); + } + stack.push({level: i + 1, ol: ol}); + } + + // The level where it will start folding deeply nested headers. + const foldLevel = 3; + + for (let i = 0; i < headers.length; i++) { + const header = headers[i]; + const level = parseInt(header.tagName.charAt(1)); + + const currentLevel = stack[stack.length - 1].level; + if (level > currentLevel) { + // Begin nesting to this level. + for (let nextLevel = currentLevel + 1; nextLevel <= level; nextLevel++) { + const ol = document.createElement('ol'); + ol.classList.add('section'); + const last = stack[stack.length - 1]; + const lastChild = last.ol.lastChild; + // Handle the case where jumping more than one nesting + // level, which doesn't have a list item to place this new + // list inside of. + if (lastChild) { + lastChild.appendChild(ol); + } else { + last.ol.appendChild(ol); + } + stack.push({level: nextLevel, ol: ol}); + } + } else if (level < currentLevel) { + while (stack.length > 1 && stack[stack.length - 1].level > level) { + stack.pop(); + } + } + + const li = document.createElement('li'); + li.classList.add('header-item'); + li.classList.add('expanded'); + if (level < foldLevel) { + li.classList.add('expanded'); + } + const span = document.createElement('span'); + span.classList.add('chapter-link-wrapper'); + const a = document.createElement('a'); + span.appendChild(a); + a.href = '#' + header.id; + a.classList.add('header-in-summary'); + filterHeader(header.children[0], a); + a.addEventListener('click', headerThresholdClick); + const nextHeader = headers[i + 1]; + if (nextHeader !== undefined) { + const nextLevel = parseInt(nextHeader.tagName.charAt(1)); + if (nextLevel > level && level >= foldLevel) { + const toggle = document.createElement('a'); + toggle.classList.add('chapter-fold-toggle'); + toggle.classList.add('header-toggle'); + toggle.addEventListener('click', () => { + li.classList.toggle('expanded'); + }); + const toggleDiv = document.createElement('div'); + toggleDiv.textContent = '❱'; + toggle.appendChild(toggleDiv); + span.appendChild(toggle); + headerToggles.push(li); + } + } + li.appendChild(span); + + const currentParent = stack[stack.length - 1]; + currentParent.ol.appendChild(li); + } + + const onThisPage = document.createElement('div'); + onThisPage.classList.add('on-this-page'); + onThisPage.append(stack[0].ol); + const activeItemSpan = activeSection.parentElement; + activeItemSpan.after(onThisPage); + }); + + document.addEventListener('DOMContentLoaded', reloadCurrentHeader); + document.addEventListener('scroll', reloadCurrentHeader, { passive: true }); +})(); + diff --git a/docs/toc-1c9d6a28.js b/docs/toc-1c9d6a28.js new file mode 100644 index 0000000..25db223 --- /dev/null +++ b/docs/toc-1c9d6a28.js @@ -0,0 +1,446 @@ +// Populate the sidebar +// +// This is a script, and not included directly in the page, to control the total size of the book. +// The TOC contains an entry for each page, so if each page includes a copy of the TOC, +// the total size of the page becomes O(n**2). +class MDBookSidebarScrollbox extends HTMLElement { + constructor() { + super(); + } + connectedCallback() { + this.innerHTML = '
  1. Project Context Primer
  2. What You Will Learn
  3. Part 0 — Quickstart
  4. Part I — Foundations
    1. Introduction
    2. Architecture Overview
    3. Testing Philosophy
    4. Scenario Lifecycle
    5. Design Rationale
  5. Part II — User Guide
    1. Workspace Layout
    2. Annotated Tree
    3. Authoring Scenarios
    4. Core Content: Workloads & Expectations
    5. Core Content: ScenarioBuilderExt Patterns
    6. Best Practices
    7. Examples
    8. Advanced & Artificial Examples
    9. Running Scenarios
    10. Runners
    11. Operations
  6. Part III — Developer Reference
    1. Scenario Model (Developer Level)
    2. Extending the Framework
    3. Example: New Workload & Expectation (Rust)
    4. Internal Crate Reference
  7. Part IV — Appendix
    1. Builder API Quick Reference
    2. Troubleshooting Scenarios
    3. FAQ
    4. Glossary
'; + // Set the current, active page, and reveal it if it's hidden + let current_page = document.location.href.toString().split('#')[0].split('?')[0]; + if (current_page.endsWith('/')) { + current_page += 'index.html'; + } + const links = Array.prototype.slice.call(this.querySelectorAll('a')); + const l = links.length; + for (let i = 0; i < l; ++i) { + const link = links[i]; + const href = link.getAttribute('href'); + if (href && !href.startsWith('#') && !/^(?:[a-z+]+:)?\/\//.test(href)) { + link.href = path_to_root + href; + } + // The 'index' page is supposed to alias the first chapter in the book. + if (link.href === current_page + || i === 0 + && path_to_root === '' + && current_page.endsWith('/index.html')) { + link.classList.add('active'); + let parent = link.parentElement; + while (parent) { + if (parent.tagName === 'LI' && parent.classList.contains('chapter-item')) { + parent.classList.add('expanded'); + } + parent = parent.parentElement; + } + } + } + // Track and set sidebar scroll position + this.addEventListener('click', e => { + if (e.target.tagName === 'A') { + sessionStorage.setItem('sidebar-scroll', this.scrollTop); + } + }, { passive: true }); + const sidebarScrollTop = sessionStorage.getItem('sidebar-scroll'); + sessionStorage.removeItem('sidebar-scroll'); + if (sidebarScrollTop) { + // preserve sidebar scroll position when navigating via links within sidebar + this.scrollTop = sidebarScrollTop; + } else { + // scroll sidebar to current active section when navigating via + // 'next/previous chapter' buttons + const activeSection = document.querySelector('#mdbook-sidebar .active'); + if (activeSection) { + activeSection.scrollIntoView({ block: 'center' }); + } + } + // Toggle buttons + const sidebarAnchorToggles = document.querySelectorAll('.chapter-fold-toggle'); + function toggleSection(ev) { + ev.currentTarget.parentElement.parentElement.classList.toggle('expanded'); + } + Array.from(sidebarAnchorToggles).forEach(el => { + el.addEventListener('click', toggleSection); + }); + } +} +window.customElements.define('mdbook-sidebar-scrollbox', MDBookSidebarScrollbox); + + +// --------------------------------------------------------------------------- +// Support for dynamically adding headers to the sidebar. + +(function() { + // This is used to detect which direction the page has scrolled since the + // last scroll event. + let lastKnownScrollPosition = 0; + // This is the threshold in px from the top of the screen where it will + // consider a header the "current" header when scrolling down. + const defaultDownThreshold = 150; + // Same as defaultDownThreshold, except when scrolling up. + const defaultUpThreshold = 300; + // The threshold is a virtual horizontal line on the screen where it + // considers the "current" header to be above the line. The threshold is + // modified dynamically to handle headers that are near the bottom of the + // screen, and to slightly offset the behavior when scrolling up vs down. + let threshold = defaultDownThreshold; + // This is used to disable updates while scrolling. This is needed when + // clicking the header in the sidebar, which triggers a scroll event. It + // is somewhat finicky to detect when the scroll has finished, so this + // uses a relatively dumb system of disabling scroll updates for a short + // time after the click. + let disableScroll = false; + // Array of header elements on the page. + let headers; + // Array of li elements that are initially collapsed headers in the sidebar. + // I'm not sure why eslint seems to have a false positive here. + // eslint-disable-next-line prefer-const + let headerToggles = []; + // This is a debugging tool for the threshold which you can enable in the console. + let thresholdDebug = false; + + // Updates the threshold based on the scroll position. + function updateThreshold() { + const scrollTop = window.pageYOffset || document.documentElement.scrollTop; + const windowHeight = window.innerHeight; + const documentHeight = document.documentElement.scrollHeight; + + // The number of pixels below the viewport, at most documentHeight. + // This is used to push the threshold down to the bottom of the page + // as the user scrolls towards the bottom. + const pixelsBelow = Math.max(0, documentHeight - (scrollTop + windowHeight)); + // The number of pixels above the viewport, at least defaultDownThreshold. + // Similar to pixelsBelow, this is used to push the threshold back towards + // the top when reaching the top of the page. + const pixelsAbove = Math.max(0, defaultDownThreshold - scrollTop); + // How much the threshold should be offset once it gets close to the + // bottom of the page. + const bottomAdd = Math.max(0, windowHeight - pixelsBelow - defaultDownThreshold); + let adjustedBottomAdd = bottomAdd; + + // Adjusts bottomAdd for a small document. The calculation above + // assumes the document is at least twice the windowheight in size. If + // it is less than that, then bottomAdd needs to be shrunk + // proportional to the difference in size. + if (documentHeight < windowHeight * 2) { + const maxPixelsBelow = documentHeight - windowHeight; + const t = 1 - pixelsBelow / Math.max(1, maxPixelsBelow); + const clamp = Math.max(0, Math.min(1, t)); + adjustedBottomAdd *= clamp; + } + + let scrollingDown = true; + if (scrollTop < lastKnownScrollPosition) { + scrollingDown = false; + } + + if (scrollingDown) { + // When scrolling down, move the threshold up towards the default + // downwards threshold position. If near the bottom of the page, + // adjustedBottomAdd will offset the threshold towards the bottom + // of the page. + const amountScrolledDown = scrollTop - lastKnownScrollPosition; + const adjustedDefault = defaultDownThreshold + adjustedBottomAdd; + threshold = Math.max(adjustedDefault, threshold - amountScrolledDown); + } else { + // When scrolling up, move the threshold down towards the default + // upwards threshold position. If near the bottom of the page, + // quickly transition the threshold back up where it normally + // belongs. + const amountScrolledUp = lastKnownScrollPosition - scrollTop; + const adjustedDefault = defaultUpThreshold - pixelsAbove + + Math.max(0, adjustedBottomAdd - defaultDownThreshold); + threshold = Math.min(adjustedDefault, threshold + amountScrolledUp); + } + + if (documentHeight <= windowHeight) { + threshold = 0; + } + + if (thresholdDebug) { + const id = 'mdbook-threshold-debug-data'; + let data = document.getElementById(id); + if (data === null) { + data = document.createElement('div'); + data.id = id; + data.style.cssText = ` + position: fixed; + top: 50px; + right: 10px; + background-color: 0xeeeeee; + z-index: 9999; + pointer-events: none; + `; + document.body.appendChild(data); + } + data.innerHTML = ` + + + + + + + + + + +
documentHeight${documentHeight.toFixed(1)}
windowHeight${windowHeight.toFixed(1)}
scrollTop${scrollTop.toFixed(1)}
pixelsAbove${pixelsAbove.toFixed(1)}
pixelsBelow${pixelsBelow.toFixed(1)}
bottomAdd${bottomAdd.toFixed(1)}
adjustedBottomAdd${adjustedBottomAdd.toFixed(1)}
scrollingDown${scrollingDown}
threshold${threshold.toFixed(1)}
+ `; + drawDebugLine(); + } + + lastKnownScrollPosition = scrollTop; + } + + function drawDebugLine() { + if (!document.body) { + return; + } + const id = 'mdbook-threshold-debug-line'; + const existingLine = document.getElementById(id); + if (existingLine) { + existingLine.remove(); + } + const line = document.createElement('div'); + line.id = id; + line.style.cssText = ` + position: fixed; + top: ${threshold}px; + left: 0; + width: 100vw; + height: 2px; + background-color: red; + z-index: 9999; + pointer-events: none; + `; + document.body.appendChild(line); + } + + function mdbookEnableThresholdDebug() { + thresholdDebug = true; + updateThreshold(); + drawDebugLine(); + } + + window.mdbookEnableThresholdDebug = mdbookEnableThresholdDebug; + + // Updates which headers in the sidebar should be expanded. If the current + // header is inside a collapsed group, then it, and all its parents should + // be expanded. + function updateHeaderExpanded(currentA) { + // Add expanded to all header-item li ancestors. + let current = currentA.parentElement; + while (current) { + if (current.tagName === 'LI' && current.classList.contains('header-item')) { + current.classList.add('expanded'); + } + current = current.parentElement; + } + } + + // Updates which header is marked as the "current" header in the sidebar. + // This is done with a virtual Y threshold, where headers at or below + // that line will be considered the current one. + function updateCurrentHeader() { + if (!headers || !headers.length) { + return; + } + + // Reset the classes, which will be rebuilt below. + const els = document.getElementsByClassName('current-header'); + for (const el of els) { + el.classList.remove('current-header'); + } + for (const toggle of headerToggles) { + toggle.classList.remove('expanded'); + } + + // Find the last header that is above the threshold. + let lastHeader = null; + for (const header of headers) { + const rect = header.getBoundingClientRect(); + if (rect.top <= threshold) { + lastHeader = header; + } else { + break; + } + } + if (lastHeader === null) { + lastHeader = headers[0]; + const rect = lastHeader.getBoundingClientRect(); + const windowHeight = window.innerHeight; + if (rect.top >= windowHeight) { + return; + } + } + + // Get the anchor in the summary. + const href = '#' + lastHeader.id; + const a = [...document.querySelectorAll('.header-in-summary')] + .find(element => element.getAttribute('href') === href); + if (!a) { + return; + } + + a.classList.add('current-header'); + + updateHeaderExpanded(a); + } + + // Updates which header is "current" based on the threshold line. + function reloadCurrentHeader() { + if (disableScroll) { + return; + } + updateThreshold(); + updateCurrentHeader(); + } + + + // When clicking on a header in the sidebar, this adjusts the threshold so + // that it is located next to the header. This is so that header becomes + // "current". + function headerThresholdClick(event) { + // See disableScroll description why this is done. + disableScroll = true; + setTimeout(() => { + disableScroll = false; + }, 100); + // requestAnimationFrame is used to delay the update of the "current" + // header until after the scroll is done, and the header is in the new + // position. + requestAnimationFrame(() => { + requestAnimationFrame(() => { + // Closest is needed because if it has child elements like . + const a = event.target.closest('a'); + const href = a.getAttribute('href'); + const targetId = href.substring(1); + const targetElement = document.getElementById(targetId); + if (targetElement) { + threshold = targetElement.getBoundingClientRect().bottom; + updateCurrentHeader(); + } + }); + }); + } + + // Takes the nodes from the given head and copies them over to the + // destination, along with some filtering. + function filterHeader(source, dest) { + const clone = source.cloneNode(true); + clone.querySelectorAll('mark').forEach(mark => { + mark.replaceWith(...mark.childNodes); + }); + dest.append(...clone.childNodes); + } + + // Scans page for headers and adds them to the sidebar. + document.addEventListener('DOMContentLoaded', function() { + const activeSection = document.querySelector('#mdbook-sidebar .active'); + if (activeSection === null) { + return; + } + + const main = document.getElementsByTagName('main')[0]; + headers = Array.from(main.querySelectorAll('h2, h3, h4, h5, h6')) + .filter(h => h.id !== '' && h.children.length && h.children[0].tagName === 'A'); + + if (headers.length === 0) { + return; + } + + // Build a tree of headers in the sidebar. + + const stack = []; + + const firstLevel = parseInt(headers[0].tagName.charAt(1)); + for (let i = 1; i < firstLevel; i++) { + const ol = document.createElement('ol'); + ol.classList.add('section'); + if (stack.length > 0) { + stack[stack.length - 1].ol.appendChild(ol); + } + stack.push({level: i + 1, ol: ol}); + } + + // The level where it will start folding deeply nested headers. + const foldLevel = 3; + + for (let i = 0; i < headers.length; i++) { + const header = headers[i]; + const level = parseInt(header.tagName.charAt(1)); + + const currentLevel = stack[stack.length - 1].level; + if (level > currentLevel) { + // Begin nesting to this level. + for (let nextLevel = currentLevel + 1; nextLevel <= level; nextLevel++) { + const ol = document.createElement('ol'); + ol.classList.add('section'); + const last = stack[stack.length - 1]; + const lastChild = last.ol.lastChild; + // Handle the case where jumping more than one nesting + // level, which doesn't have a list item to place this new + // list inside of. + if (lastChild) { + lastChild.appendChild(ol); + } else { + last.ol.appendChild(ol); + } + stack.push({level: nextLevel, ol: ol}); + } + } else if (level < currentLevel) { + while (stack.length > 1 && stack[stack.length - 1].level > level) { + stack.pop(); + } + } + + const li = document.createElement('li'); + li.classList.add('header-item'); + li.classList.add('expanded'); + if (level < foldLevel) { + li.classList.add('expanded'); + } + const span = document.createElement('span'); + span.classList.add('chapter-link-wrapper'); + const a = document.createElement('a'); + span.appendChild(a); + a.href = '#' + header.id; + a.classList.add('header-in-summary'); + filterHeader(header.children[0], a); + a.addEventListener('click', headerThresholdClick); + const nextHeader = headers[i + 1]; + if (nextHeader !== undefined) { + const nextLevel = parseInt(nextHeader.tagName.charAt(1)); + if (nextLevel > level && level >= foldLevel) { + const toggle = document.createElement('a'); + toggle.classList.add('chapter-fold-toggle'); + toggle.classList.add('header-toggle'); + toggle.addEventListener('click', () => { + li.classList.toggle('expanded'); + }); + const toggleDiv = document.createElement('div'); + toggleDiv.textContent = '❱'; + toggle.appendChild(toggleDiv); + span.appendChild(toggle); + headerToggles.push(li); + } + } + li.appendChild(span); + + const currentParent = stack[stack.length - 1]; + currentParent.ol.appendChild(li); + } + + const onThisPage = document.createElement('div'); + onThisPage.classList.add('on-this-page'); + onThisPage.append(stack[0].ol); + const activeItemSpan = activeSection.parentElement; + activeItemSpan.after(onThisPage); + }); + + document.addEventListener('DOMContentLoaded', reloadCurrentHeader); + document.addEventListener('scroll', reloadCurrentHeader, { passive: true }); +})(); + diff --git a/docs/toc-47cd37b4.js b/docs/toc-47cd37b4.js new file mode 100644 index 0000000..8b64e28 --- /dev/null +++ b/docs/toc-47cd37b4.js @@ -0,0 +1,446 @@ +// Populate the sidebar +// +// This is a script, and not included directly in the page, to control the total size of the book. +// The TOC contains an entry for each page, so if each page includes a copy of the TOC, +// the total size of the page becomes O(n**2). +class MDBookSidebarScrollbox extends HTMLElement { + constructor() { + super(); + } + connectedCallback() { + this.innerHTML = '
  1. Project Context Primer
  2. What You Will Learn
  3. Part I — Foundations
    1. Introduction
    2. Architecture Overview
    3. Testing Philosophy
    4. Scenario Lifecycle
    5. Design Rationale
  4. Part II — User Guide
    1. Workspace Layout
    2. Annotated Tree
    3. Authoring Scenarios
    4. Core Content: Workloads & Expectations
    5. Core Content: ScenarioBuilderExt Patterns
    6. Best Practices
    7. Examples
    8. Advanced & Artificial Examples
    9. Running Scenarios
    10. Runners
    11. Operations
  5. Part III — Developer Reference
    1. Scenario Model (Developer Level)
    2. Extending the Framework
    3. Example: New Workload & Expectation (Rust)
    4. Internal Crate Reference
  6. Part IV — Appendix
    1. DSL Cheat Sheet
    2. Troubleshooting Scenarios
    3. FAQ
    4. Glossary
'; + // Set the current, active page, and reveal it if it's hidden + let current_page = document.location.href.toString().split('#')[0].split('?')[0]; + if (current_page.endsWith('/')) { + current_page += 'index.html'; + } + const links = Array.prototype.slice.call(this.querySelectorAll('a')); + const l = links.length; + for (let i = 0; i < l; ++i) { + const link = links[i]; + const href = link.getAttribute('href'); + if (href && !href.startsWith('#') && !/^(?:[a-z+]+:)?\/\//.test(href)) { + link.href = path_to_root + href; + } + // The 'index' page is supposed to alias the first chapter in the book. + if (link.href === current_page + || i === 0 + && path_to_root === '' + && current_page.endsWith('/index.html')) { + link.classList.add('active'); + let parent = link.parentElement; + while (parent) { + if (parent.tagName === 'LI' && parent.classList.contains('chapter-item')) { + parent.classList.add('expanded'); + } + parent = parent.parentElement; + } + } + } + // Track and set sidebar scroll position + this.addEventListener('click', e => { + if (e.target.tagName === 'A') { + sessionStorage.setItem('sidebar-scroll', this.scrollTop); + } + }, { passive: true }); + const sidebarScrollTop = sessionStorage.getItem('sidebar-scroll'); + sessionStorage.removeItem('sidebar-scroll'); + if (sidebarScrollTop) { + // preserve sidebar scroll position when navigating via links within sidebar + this.scrollTop = sidebarScrollTop; + } else { + // scroll sidebar to current active section when navigating via + // 'next/previous chapter' buttons + const activeSection = document.querySelector('#mdbook-sidebar .active'); + if (activeSection) { + activeSection.scrollIntoView({ block: 'center' }); + } + } + // Toggle buttons + const sidebarAnchorToggles = document.querySelectorAll('.chapter-fold-toggle'); + function toggleSection(ev) { + ev.currentTarget.parentElement.parentElement.classList.toggle('expanded'); + } + Array.from(sidebarAnchorToggles).forEach(el => { + el.addEventListener('click', toggleSection); + }); + } +} +window.customElements.define('mdbook-sidebar-scrollbox', MDBookSidebarScrollbox); + + +// --------------------------------------------------------------------------- +// Support for dynamically adding headers to the sidebar. + +(function() { + // This is used to detect which direction the page has scrolled since the + // last scroll event. + let lastKnownScrollPosition = 0; + // This is the threshold in px from the top of the screen where it will + // consider a header the "current" header when scrolling down. + const defaultDownThreshold = 150; + // Same as defaultDownThreshold, except when scrolling up. + const defaultUpThreshold = 300; + // The threshold is a virtual horizontal line on the screen where it + // considers the "current" header to be above the line. The threshold is + // modified dynamically to handle headers that are near the bottom of the + // screen, and to slightly offset the behavior when scrolling up vs down. + let threshold = defaultDownThreshold; + // This is used to disable updates while scrolling. This is needed when + // clicking the header in the sidebar, which triggers a scroll event. It + // is somewhat finicky to detect when the scroll has finished, so this + // uses a relatively dumb system of disabling scroll updates for a short + // time after the click. + let disableScroll = false; + // Array of header elements on the page. + let headers; + // Array of li elements that are initially collapsed headers in the sidebar. + // I'm not sure why eslint seems to have a false positive here. + // eslint-disable-next-line prefer-const + let headerToggles = []; + // This is a debugging tool for the threshold which you can enable in the console. + let thresholdDebug = false; + + // Updates the threshold based on the scroll position. + function updateThreshold() { + const scrollTop = window.pageYOffset || document.documentElement.scrollTop; + const windowHeight = window.innerHeight; + const documentHeight = document.documentElement.scrollHeight; + + // The number of pixels below the viewport, at most documentHeight. + // This is used to push the threshold down to the bottom of the page + // as the user scrolls towards the bottom. + const pixelsBelow = Math.max(0, documentHeight - (scrollTop + windowHeight)); + // The number of pixels above the viewport, at least defaultDownThreshold. + // Similar to pixelsBelow, this is used to push the threshold back towards + // the top when reaching the top of the page. + const pixelsAbove = Math.max(0, defaultDownThreshold - scrollTop); + // How much the threshold should be offset once it gets close to the + // bottom of the page. + const bottomAdd = Math.max(0, windowHeight - pixelsBelow - defaultDownThreshold); + let adjustedBottomAdd = bottomAdd; + + // Adjusts bottomAdd for a small document. The calculation above + // assumes the document is at least twice the windowheight in size. If + // it is less than that, then bottomAdd needs to be shrunk + // proportional to the difference in size. + if (documentHeight < windowHeight * 2) { + const maxPixelsBelow = documentHeight - windowHeight; + const t = 1 - pixelsBelow / Math.max(1, maxPixelsBelow); + const clamp = Math.max(0, Math.min(1, t)); + adjustedBottomAdd *= clamp; + } + + let scrollingDown = true; + if (scrollTop < lastKnownScrollPosition) { + scrollingDown = false; + } + + if (scrollingDown) { + // When scrolling down, move the threshold up towards the default + // downwards threshold position. If near the bottom of the page, + // adjustedBottomAdd will offset the threshold towards the bottom + // of the page. + const amountScrolledDown = scrollTop - lastKnownScrollPosition; + const adjustedDefault = defaultDownThreshold + adjustedBottomAdd; + threshold = Math.max(adjustedDefault, threshold - amountScrolledDown); + } else { + // When scrolling up, move the threshold down towards the default + // upwards threshold position. If near the bottom of the page, + // quickly transition the threshold back up where it normally + // belongs. + const amountScrolledUp = lastKnownScrollPosition - scrollTop; + const adjustedDefault = defaultUpThreshold - pixelsAbove + + Math.max(0, adjustedBottomAdd - defaultDownThreshold); + threshold = Math.min(adjustedDefault, threshold + amountScrolledUp); + } + + if (documentHeight <= windowHeight) { + threshold = 0; + } + + if (thresholdDebug) { + const id = 'mdbook-threshold-debug-data'; + let data = document.getElementById(id); + if (data === null) { + data = document.createElement('div'); + data.id = id; + data.style.cssText = ` + position: fixed; + top: 50px; + right: 10px; + background-color: 0xeeeeee; + z-index: 9999; + pointer-events: none; + `; + document.body.appendChild(data); + } + data.innerHTML = ` + + + + + + + + + + +
documentHeight${documentHeight.toFixed(1)}
windowHeight${windowHeight.toFixed(1)}
scrollTop${scrollTop.toFixed(1)}
pixelsAbove${pixelsAbove.toFixed(1)}
pixelsBelow${pixelsBelow.toFixed(1)}
bottomAdd${bottomAdd.toFixed(1)}
adjustedBottomAdd${adjustedBottomAdd.toFixed(1)}
scrollingDown${scrollingDown}
threshold${threshold.toFixed(1)}
+ `; + drawDebugLine(); + } + + lastKnownScrollPosition = scrollTop; + } + + function drawDebugLine() { + if (!document.body) { + return; + } + const id = 'mdbook-threshold-debug-line'; + const existingLine = document.getElementById(id); + if (existingLine) { + existingLine.remove(); + } + const line = document.createElement('div'); + line.id = id; + line.style.cssText = ` + position: fixed; + top: ${threshold}px; + left: 0; + width: 100vw; + height: 2px; + background-color: red; + z-index: 9999; + pointer-events: none; + `; + document.body.appendChild(line); + } + + function mdbookEnableThresholdDebug() { + thresholdDebug = true; + updateThreshold(); + drawDebugLine(); + } + + window.mdbookEnableThresholdDebug = mdbookEnableThresholdDebug; + + // Updates which headers in the sidebar should be expanded. If the current + // header is inside a collapsed group, then it, and all its parents should + // be expanded. + function updateHeaderExpanded(currentA) { + // Add expanded to all header-item li ancestors. + let current = currentA.parentElement; + while (current) { + if (current.tagName === 'LI' && current.classList.contains('header-item')) { + current.classList.add('expanded'); + } + current = current.parentElement; + } + } + + // Updates which header is marked as the "current" header in the sidebar. + // This is done with a virtual Y threshold, where headers at or below + // that line will be considered the current one. + function updateCurrentHeader() { + if (!headers || !headers.length) { + return; + } + + // Reset the classes, which will be rebuilt below. + const els = document.getElementsByClassName('current-header'); + for (const el of els) { + el.classList.remove('current-header'); + } + for (const toggle of headerToggles) { + toggle.classList.remove('expanded'); + } + + // Find the last header that is above the threshold. + let lastHeader = null; + for (const header of headers) { + const rect = header.getBoundingClientRect(); + if (rect.top <= threshold) { + lastHeader = header; + } else { + break; + } + } + if (lastHeader === null) { + lastHeader = headers[0]; + const rect = lastHeader.getBoundingClientRect(); + const windowHeight = window.innerHeight; + if (rect.top >= windowHeight) { + return; + } + } + + // Get the anchor in the summary. + const href = '#' + lastHeader.id; + const a = [...document.querySelectorAll('.header-in-summary')] + .find(element => element.getAttribute('href') === href); + if (!a) { + return; + } + + a.classList.add('current-header'); + + updateHeaderExpanded(a); + } + + // Updates which header is "current" based on the threshold line. + function reloadCurrentHeader() { + if (disableScroll) { + return; + } + updateThreshold(); + updateCurrentHeader(); + } + + + // When clicking on a header in the sidebar, this adjusts the threshold so + // that it is located next to the header. This is so that header becomes + // "current". + function headerThresholdClick(event) { + // See disableScroll description why this is done. + disableScroll = true; + setTimeout(() => { + disableScroll = false; + }, 100); + // requestAnimationFrame is used to delay the update of the "current" + // header until after the scroll is done, and the header is in the new + // position. + requestAnimationFrame(() => { + requestAnimationFrame(() => { + // Closest is needed because if it has child elements like . + const a = event.target.closest('a'); + const href = a.getAttribute('href'); + const targetId = href.substring(1); + const targetElement = document.getElementById(targetId); + if (targetElement) { + threshold = targetElement.getBoundingClientRect().bottom; + updateCurrentHeader(); + } + }); + }); + } + + // Takes the nodes from the given head and copies them over to the + // destination, along with some filtering. + function filterHeader(source, dest) { + const clone = source.cloneNode(true); + clone.querySelectorAll('mark').forEach(mark => { + mark.replaceWith(...mark.childNodes); + }); + dest.append(...clone.childNodes); + } + + // Scans page for headers and adds them to the sidebar. + document.addEventListener('DOMContentLoaded', function() { + const activeSection = document.querySelector('#mdbook-sidebar .active'); + if (activeSection === null) { + return; + } + + const main = document.getElementsByTagName('main')[0]; + headers = Array.from(main.querySelectorAll('h2, h3, h4, h5, h6')) + .filter(h => h.id !== '' && h.children.length && h.children[0].tagName === 'A'); + + if (headers.length === 0) { + return; + } + + // Build a tree of headers in the sidebar. + + const stack = []; + + const firstLevel = parseInt(headers[0].tagName.charAt(1)); + for (let i = 1; i < firstLevel; i++) { + const ol = document.createElement('ol'); + ol.classList.add('section'); + if (stack.length > 0) { + stack[stack.length - 1].ol.appendChild(ol); + } + stack.push({level: i + 1, ol: ol}); + } + + // The level where it will start folding deeply nested headers. + const foldLevel = 3; + + for (let i = 0; i < headers.length; i++) { + const header = headers[i]; + const level = parseInt(header.tagName.charAt(1)); + + const currentLevel = stack[stack.length - 1].level; + if (level > currentLevel) { + // Begin nesting to this level. + for (let nextLevel = currentLevel + 1; nextLevel <= level; nextLevel++) { + const ol = document.createElement('ol'); + ol.classList.add('section'); + const last = stack[stack.length - 1]; + const lastChild = last.ol.lastChild; + // Handle the case where jumping more than one nesting + // level, which doesn't have a list item to place this new + // list inside of. + if (lastChild) { + lastChild.appendChild(ol); + } else { + last.ol.appendChild(ol); + } + stack.push({level: nextLevel, ol: ol}); + } + } else if (level < currentLevel) { + while (stack.length > 1 && stack[stack.length - 1].level > level) { + stack.pop(); + } + } + + const li = document.createElement('li'); + li.classList.add('header-item'); + li.classList.add('expanded'); + if (level < foldLevel) { + li.classList.add('expanded'); + } + const span = document.createElement('span'); + span.classList.add('chapter-link-wrapper'); + const a = document.createElement('a'); + span.appendChild(a); + a.href = '#' + header.id; + a.classList.add('header-in-summary'); + filterHeader(header.children[0], a); + a.addEventListener('click', headerThresholdClick); + const nextHeader = headers[i + 1]; + if (nextHeader !== undefined) { + const nextLevel = parseInt(nextHeader.tagName.charAt(1)); + if (nextLevel > level && level >= foldLevel) { + const toggle = document.createElement('a'); + toggle.classList.add('chapter-fold-toggle'); + toggle.classList.add('header-toggle'); + toggle.addEventListener('click', () => { + li.classList.toggle('expanded'); + }); + const toggleDiv = document.createElement('div'); + toggleDiv.textContent = '❱'; + toggle.appendChild(toggleDiv); + span.appendChild(toggle); + headerToggles.push(li); + } + } + li.appendChild(span); + + const currentParent = stack[stack.length - 1]; + currentParent.ol.appendChild(li); + } + + const onThisPage = document.createElement('div'); + onThisPage.classList.add('on-this-page'); + onThisPage.append(stack[0].ol); + const activeItemSpan = activeSection.parentElement; + activeItemSpan.after(onThisPage); + }); + + document.addEventListener('DOMContentLoaded', reloadCurrentHeader); + document.addEventListener('scroll', reloadCurrentHeader, { passive: true }); +})(); + diff --git a/docs/toc-5539359f.js b/docs/toc-5539359f.js new file mode 100644 index 0000000..b3e2685 --- /dev/null +++ b/docs/toc-5539359f.js @@ -0,0 +1,446 @@ +// Populate the sidebar +// +// This is a script, and not included directly in the page, to control the total size of the book. +// The TOC contains an entry for each page, so if each page includes a copy of the TOC, +// the total size of the page becomes O(n**2). +class MDBookSidebarScrollbox extends HTMLElement { + constructor() { + super(); + } + connectedCallback() { + this.innerHTML = '
  1. Project Context Primer
  2. What You Will Learn
  3. Part I — Foundations
    1. Introduction
    2. Architecture Overview
    3. Testing Philosophy
    4. Scenario Lifecycle (Conceptual)
    5. Design Rationale
  4. Part II — User Guide
    1. Workspace Layout
    2. Annotated Tree
    3. Authoring Scenarios
    4. Core Content: Workloads & Expectations
    5. Core Content: ScenarioBuilderExt Patterns
    6. Best Practices
    7. Examples
    8. Advanced & Artificial Examples
    9. Running Scenarios
    10. Runners
    11. Operations
  5. Part III — Developer Reference
    1. Scenario Model (Developer Level)
    2. Extending the Framework
    3. Node Control & RunContext
    4. Chaos Workloads
    5. Topology & Chaos Patterns
    6. Example: New Workload & Expectation (Rust)
    7. Internal Crate Reference
  6. Part IV — Appendix
    1. DSL Cheat Sheet
    2. Troubleshooting Scenarios
    3. FAQ
    4. Glossary
'; + // Set the current, active page, and reveal it if it's hidden + let current_page = document.location.href.toString().split('#')[0].split('?')[0]; + if (current_page.endsWith('/')) { + current_page += 'index.html'; + } + const links = Array.prototype.slice.call(this.querySelectorAll('a')); + const l = links.length; + for (let i = 0; i < l; ++i) { + const link = links[i]; + const href = link.getAttribute('href'); + if (href && !href.startsWith('#') && !/^(?:[a-z+]+:)?\/\//.test(href)) { + link.href = path_to_root + href; + } + // The 'index' page is supposed to alias the first chapter in the book. + if (link.href === current_page + || i === 0 + && path_to_root === '' + && current_page.endsWith('/index.html')) { + link.classList.add('active'); + let parent = link.parentElement; + while (parent) { + if (parent.tagName === 'LI' && parent.classList.contains('chapter-item')) { + parent.classList.add('expanded'); + } + parent = parent.parentElement; + } + } + } + // Track and set sidebar scroll position + this.addEventListener('click', e => { + if (e.target.tagName === 'A') { + sessionStorage.setItem('sidebar-scroll', this.scrollTop); + } + }, { passive: true }); + const sidebarScrollTop = sessionStorage.getItem('sidebar-scroll'); + sessionStorage.removeItem('sidebar-scroll'); + if (sidebarScrollTop) { + // preserve sidebar scroll position when navigating via links within sidebar + this.scrollTop = sidebarScrollTop; + } else { + // scroll sidebar to current active section when navigating via + // 'next/previous chapter' buttons + const activeSection = document.querySelector('#mdbook-sidebar .active'); + if (activeSection) { + activeSection.scrollIntoView({ block: 'center' }); + } + } + // Toggle buttons + const sidebarAnchorToggles = document.querySelectorAll('.chapter-fold-toggle'); + function toggleSection(ev) { + ev.currentTarget.parentElement.parentElement.classList.toggle('expanded'); + } + Array.from(sidebarAnchorToggles).forEach(el => { + el.addEventListener('click', toggleSection); + }); + } +} +window.customElements.define('mdbook-sidebar-scrollbox', MDBookSidebarScrollbox); + + +// --------------------------------------------------------------------------- +// Support for dynamically adding headers to the sidebar. + +(function() { + // This is used to detect which direction the page has scrolled since the + // last scroll event. + let lastKnownScrollPosition = 0; + // This is the threshold in px from the top of the screen where it will + // consider a header the "current" header when scrolling down. + const defaultDownThreshold = 150; + // Same as defaultDownThreshold, except when scrolling up. + const defaultUpThreshold = 300; + // The threshold is a virtual horizontal line on the screen where it + // considers the "current" header to be above the line. The threshold is + // modified dynamically to handle headers that are near the bottom of the + // screen, and to slightly offset the behavior when scrolling up vs down. + let threshold = defaultDownThreshold; + // This is used to disable updates while scrolling. This is needed when + // clicking the header in the sidebar, which triggers a scroll event. It + // is somewhat finicky to detect when the scroll has finished, so this + // uses a relatively dumb system of disabling scroll updates for a short + // time after the click. + let disableScroll = false; + // Array of header elements on the page. + let headers; + // Array of li elements that are initially collapsed headers in the sidebar. + // I'm not sure why eslint seems to have a false positive here. + // eslint-disable-next-line prefer-const + let headerToggles = []; + // This is a debugging tool for the threshold which you can enable in the console. + let thresholdDebug = false; + + // Updates the threshold based on the scroll position. + function updateThreshold() { + const scrollTop = window.pageYOffset || document.documentElement.scrollTop; + const windowHeight = window.innerHeight; + const documentHeight = document.documentElement.scrollHeight; + + // The number of pixels below the viewport, at most documentHeight. + // This is used to push the threshold down to the bottom of the page + // as the user scrolls towards the bottom. + const pixelsBelow = Math.max(0, documentHeight - (scrollTop + windowHeight)); + // The number of pixels above the viewport, at least defaultDownThreshold. + // Similar to pixelsBelow, this is used to push the threshold back towards + // the top when reaching the top of the page. + const pixelsAbove = Math.max(0, defaultDownThreshold - scrollTop); + // How much the threshold should be offset once it gets close to the + // bottom of the page. + const bottomAdd = Math.max(0, windowHeight - pixelsBelow - defaultDownThreshold); + let adjustedBottomAdd = bottomAdd; + + // Adjusts bottomAdd for a small document. The calculation above + // assumes the document is at least twice the windowheight in size. If + // it is less than that, then bottomAdd needs to be shrunk + // proportional to the difference in size. + if (documentHeight < windowHeight * 2) { + const maxPixelsBelow = documentHeight - windowHeight; + const t = 1 - pixelsBelow / Math.max(1, maxPixelsBelow); + const clamp = Math.max(0, Math.min(1, t)); + adjustedBottomAdd *= clamp; + } + + let scrollingDown = true; + if (scrollTop < lastKnownScrollPosition) { + scrollingDown = false; + } + + if (scrollingDown) { + // When scrolling down, move the threshold up towards the default + // downwards threshold position. If near the bottom of the page, + // adjustedBottomAdd will offset the threshold towards the bottom + // of the page. + const amountScrolledDown = scrollTop - lastKnownScrollPosition; + const adjustedDefault = defaultDownThreshold + adjustedBottomAdd; + threshold = Math.max(adjustedDefault, threshold - amountScrolledDown); + } else { + // When scrolling up, move the threshold down towards the default + // upwards threshold position. If near the bottom of the page, + // quickly transition the threshold back up where it normally + // belongs. + const amountScrolledUp = lastKnownScrollPosition - scrollTop; + const adjustedDefault = defaultUpThreshold - pixelsAbove + + Math.max(0, adjustedBottomAdd - defaultDownThreshold); + threshold = Math.min(adjustedDefault, threshold + amountScrolledUp); + } + + if (documentHeight <= windowHeight) { + threshold = 0; + } + + if (thresholdDebug) { + const id = 'mdbook-threshold-debug-data'; + let data = document.getElementById(id); + if (data === null) { + data = document.createElement('div'); + data.id = id; + data.style.cssText = ` + position: fixed; + top: 50px; + right: 10px; + background-color: 0xeeeeee; + z-index: 9999; + pointer-events: none; + `; + document.body.appendChild(data); + } + data.innerHTML = ` + + + + + + + + + + +
documentHeight${documentHeight.toFixed(1)}
windowHeight${windowHeight.toFixed(1)}
scrollTop${scrollTop.toFixed(1)}
pixelsAbove${pixelsAbove.toFixed(1)}
pixelsBelow${pixelsBelow.toFixed(1)}
bottomAdd${bottomAdd.toFixed(1)}
adjustedBottomAdd${adjustedBottomAdd.toFixed(1)}
scrollingDown${scrollingDown}
threshold${threshold.toFixed(1)}
+ `; + drawDebugLine(); + } + + lastKnownScrollPosition = scrollTop; + } + + function drawDebugLine() { + if (!document.body) { + return; + } + const id = 'mdbook-threshold-debug-line'; + const existingLine = document.getElementById(id); + if (existingLine) { + existingLine.remove(); + } + const line = document.createElement('div'); + line.id = id; + line.style.cssText = ` + position: fixed; + top: ${threshold}px; + left: 0; + width: 100vw; + height: 2px; + background-color: red; + z-index: 9999; + pointer-events: none; + `; + document.body.appendChild(line); + } + + function mdbookEnableThresholdDebug() { + thresholdDebug = true; + updateThreshold(); + drawDebugLine(); + } + + window.mdbookEnableThresholdDebug = mdbookEnableThresholdDebug; + + // Updates which headers in the sidebar should be expanded. If the current + // header is inside a collapsed group, then it, and all its parents should + // be expanded. + function updateHeaderExpanded(currentA) { + // Add expanded to all header-item li ancestors. + let current = currentA.parentElement; + while (current) { + if (current.tagName === 'LI' && current.classList.contains('header-item')) { + current.classList.add('expanded'); + } + current = current.parentElement; + } + } + + // Updates which header is marked as the "current" header in the sidebar. + // This is done with a virtual Y threshold, where headers at or below + // that line will be considered the current one. + function updateCurrentHeader() { + if (!headers || !headers.length) { + return; + } + + // Reset the classes, which will be rebuilt below. + const els = document.getElementsByClassName('current-header'); + for (const el of els) { + el.classList.remove('current-header'); + } + for (const toggle of headerToggles) { + toggle.classList.remove('expanded'); + } + + // Find the last header that is above the threshold. + let lastHeader = null; + for (const header of headers) { + const rect = header.getBoundingClientRect(); + if (rect.top <= threshold) { + lastHeader = header; + } else { + break; + } + } + if (lastHeader === null) { + lastHeader = headers[0]; + const rect = lastHeader.getBoundingClientRect(); + const windowHeight = window.innerHeight; + if (rect.top >= windowHeight) { + return; + } + } + + // Get the anchor in the summary. + const href = '#' + lastHeader.id; + const a = [...document.querySelectorAll('.header-in-summary')] + .find(element => element.getAttribute('href') === href); + if (!a) { + return; + } + + a.classList.add('current-header'); + + updateHeaderExpanded(a); + } + + // Updates which header is "current" based on the threshold line. + function reloadCurrentHeader() { + if (disableScroll) { + return; + } + updateThreshold(); + updateCurrentHeader(); + } + + + // When clicking on a header in the sidebar, this adjusts the threshold so + // that it is located next to the header. This is so that header becomes + // "current". + function headerThresholdClick(event) { + // See disableScroll description why this is done. + disableScroll = true; + setTimeout(() => { + disableScroll = false; + }, 100); + // requestAnimationFrame is used to delay the update of the "current" + // header until after the scroll is done, and the header is in the new + // position. + requestAnimationFrame(() => { + requestAnimationFrame(() => { + // Closest is needed because if it has child elements like . + const a = event.target.closest('a'); + const href = a.getAttribute('href'); + const targetId = href.substring(1); + const targetElement = document.getElementById(targetId); + if (targetElement) { + threshold = targetElement.getBoundingClientRect().bottom; + updateCurrentHeader(); + } + }); + }); + } + + // Takes the nodes from the given head and copies them over to the + // destination, along with some filtering. + function filterHeader(source, dest) { + const clone = source.cloneNode(true); + clone.querySelectorAll('mark').forEach(mark => { + mark.replaceWith(...mark.childNodes); + }); + dest.append(...clone.childNodes); + } + + // Scans page for headers and adds them to the sidebar. + document.addEventListener('DOMContentLoaded', function() { + const activeSection = document.querySelector('#mdbook-sidebar .active'); + if (activeSection === null) { + return; + } + + const main = document.getElementsByTagName('main')[0]; + headers = Array.from(main.querySelectorAll('h2, h3, h4, h5, h6')) + .filter(h => h.id !== '' && h.children.length && h.children[0].tagName === 'A'); + + if (headers.length === 0) { + return; + } + + // Build a tree of headers in the sidebar. + + const stack = []; + + const firstLevel = parseInt(headers[0].tagName.charAt(1)); + for (let i = 1; i < firstLevel; i++) { + const ol = document.createElement('ol'); + ol.classList.add('section'); + if (stack.length > 0) { + stack[stack.length - 1].ol.appendChild(ol); + } + stack.push({level: i + 1, ol: ol}); + } + + // The level where it will start folding deeply nested headers. + const foldLevel = 3; + + for (let i = 0; i < headers.length; i++) { + const header = headers[i]; + const level = parseInt(header.tagName.charAt(1)); + + const currentLevel = stack[stack.length - 1].level; + if (level > currentLevel) { + // Begin nesting to this level. + for (let nextLevel = currentLevel + 1; nextLevel <= level; nextLevel++) { + const ol = document.createElement('ol'); + ol.classList.add('section'); + const last = stack[stack.length - 1]; + const lastChild = last.ol.lastChild; + // Handle the case where jumping more than one nesting + // level, which doesn't have a list item to place this new + // list inside of. + if (lastChild) { + lastChild.appendChild(ol); + } else { + last.ol.appendChild(ol); + } + stack.push({level: nextLevel, ol: ol}); + } + } else if (level < currentLevel) { + while (stack.length > 1 && stack[stack.length - 1].level > level) { + stack.pop(); + } + } + + const li = document.createElement('li'); + li.classList.add('header-item'); + li.classList.add('expanded'); + if (level < foldLevel) { + li.classList.add('expanded'); + } + const span = document.createElement('span'); + span.classList.add('chapter-link-wrapper'); + const a = document.createElement('a'); + span.appendChild(a); + a.href = '#' + header.id; + a.classList.add('header-in-summary'); + filterHeader(header.children[0], a); + a.addEventListener('click', headerThresholdClick); + const nextHeader = headers[i + 1]; + if (nextHeader !== undefined) { + const nextLevel = parseInt(nextHeader.tagName.charAt(1)); + if (nextLevel > level && level >= foldLevel) { + const toggle = document.createElement('a'); + toggle.classList.add('chapter-fold-toggle'); + toggle.classList.add('header-toggle'); + toggle.addEventListener('click', () => { + li.classList.toggle('expanded'); + }); + const toggleDiv = document.createElement('div'); + toggleDiv.textContent = '❱'; + toggle.appendChild(toggleDiv); + span.appendChild(toggle); + headerToggles.push(li); + } + } + li.appendChild(span); + + const currentParent = stack[stack.length - 1]; + currentParent.ol.appendChild(li); + } + + const onThisPage = document.createElement('div'); + onThisPage.classList.add('on-this-page'); + onThisPage.append(stack[0].ol); + const activeItemSpan = activeSection.parentElement; + activeItemSpan.after(onThisPage); + }); + + document.addEventListener('DOMContentLoaded', reloadCurrentHeader); + document.addEventListener('scroll', reloadCurrentHeader, { passive: true }); +})(); + diff --git a/docs/toc-bb7891bf.js b/docs/toc-bb7891bf.js new file mode 100644 index 0000000..3a37402 --- /dev/null +++ b/docs/toc-bb7891bf.js @@ -0,0 +1,446 @@ +// Populate the sidebar +// +// This is a script, and not included directly in the page, to control the total size of the book. +// The TOC contains an entry for each page, so if each page includes a copy of the TOC, +// the total size of the page becomes O(n**2). +class MDBookSidebarScrollbox extends HTMLElement { + constructor() { + super(); + } + connectedCallback() { + this.innerHTML = '
  1. Project Context Primer
  2. What You Will Learn
  3. Part I — Foundations
    1. Introduction
    2. Architecture Overview
    3. Testing Philosophy
    4. Scenario Lifecycle
    5. Design Rationale
  4. Part II — User Guide
    1. Workspace Layout
    2. Annotated Tree
    3. Authoring Scenarios
    4. Core Content: Workloads & Expectations
    5. Core Content: ScenarioBuilderExt Patterns
    6. Best Practices
    7. Examples
    8. Advanced & Artificial Examples
    9. Running Scenarios
    10. Runners
    11. Operations
  5. Part III — Developer Reference
    1. Scenario Model (Developer Level)
    2. Extending the Framework
    3. Example: New Workload & Expectation (Rust)
    4. Internal Crate Reference
  6. Part IV — Appendix
    1. Builder API Quick Reference
    2. Troubleshooting Scenarios
    3. FAQ
    4. Glossary
'; + // Set the current, active page, and reveal it if it's hidden + let current_page = document.location.href.toString().split('#')[0].split('?')[0]; + if (current_page.endsWith('/')) { + current_page += 'index.html'; + } + const links = Array.prototype.slice.call(this.querySelectorAll('a')); + const l = links.length; + for (let i = 0; i < l; ++i) { + const link = links[i]; + const href = link.getAttribute('href'); + if (href && !href.startsWith('#') && !/^(?:[a-z+]+:)?\/\//.test(href)) { + link.href = path_to_root + href; + } + // The 'index' page is supposed to alias the first chapter in the book. + if (link.href === current_page + || i === 0 + && path_to_root === '' + && current_page.endsWith('/index.html')) { + link.classList.add('active'); + let parent = link.parentElement; + while (parent) { + if (parent.tagName === 'LI' && parent.classList.contains('chapter-item')) { + parent.classList.add('expanded'); + } + parent = parent.parentElement; + } + } + } + // Track and set sidebar scroll position + this.addEventListener('click', e => { + if (e.target.tagName === 'A') { + sessionStorage.setItem('sidebar-scroll', this.scrollTop); + } + }, { passive: true }); + const sidebarScrollTop = sessionStorage.getItem('sidebar-scroll'); + sessionStorage.removeItem('sidebar-scroll'); + if (sidebarScrollTop) { + // preserve sidebar scroll position when navigating via links within sidebar + this.scrollTop = sidebarScrollTop; + } else { + // scroll sidebar to current active section when navigating via + // 'next/previous chapter' buttons + const activeSection = document.querySelector('#mdbook-sidebar .active'); + if (activeSection) { + activeSection.scrollIntoView({ block: 'center' }); + } + } + // Toggle buttons + const sidebarAnchorToggles = document.querySelectorAll('.chapter-fold-toggle'); + function toggleSection(ev) { + ev.currentTarget.parentElement.parentElement.classList.toggle('expanded'); + } + Array.from(sidebarAnchorToggles).forEach(el => { + el.addEventListener('click', toggleSection); + }); + } +} +window.customElements.define('mdbook-sidebar-scrollbox', MDBookSidebarScrollbox); + + +// --------------------------------------------------------------------------- +// Support for dynamically adding headers to the sidebar. + +(function() { + // This is used to detect which direction the page has scrolled since the + // last scroll event. + let lastKnownScrollPosition = 0; + // This is the threshold in px from the top of the screen where it will + // consider a header the "current" header when scrolling down. + const defaultDownThreshold = 150; + // Same as defaultDownThreshold, except when scrolling up. + const defaultUpThreshold = 300; + // The threshold is a virtual horizontal line on the screen where it + // considers the "current" header to be above the line. The threshold is + // modified dynamically to handle headers that are near the bottom of the + // screen, and to slightly offset the behavior when scrolling up vs down. + let threshold = defaultDownThreshold; + // This is used to disable updates while scrolling. This is needed when + // clicking the header in the sidebar, which triggers a scroll event. It + // is somewhat finicky to detect when the scroll has finished, so this + // uses a relatively dumb system of disabling scroll updates for a short + // time after the click. + let disableScroll = false; + // Array of header elements on the page. + let headers; + // Array of li elements that are initially collapsed headers in the sidebar. + // I'm not sure why eslint seems to have a false positive here. + // eslint-disable-next-line prefer-const + let headerToggles = []; + // This is a debugging tool for the threshold which you can enable in the console. + let thresholdDebug = false; + + // Updates the threshold based on the scroll position. + function updateThreshold() { + const scrollTop = window.pageYOffset || document.documentElement.scrollTop; + const windowHeight = window.innerHeight; + const documentHeight = document.documentElement.scrollHeight; + + // The number of pixels below the viewport, at most documentHeight. + // This is used to push the threshold down to the bottom of the page + // as the user scrolls towards the bottom. + const pixelsBelow = Math.max(0, documentHeight - (scrollTop + windowHeight)); + // The number of pixels above the viewport, at least defaultDownThreshold. + // Similar to pixelsBelow, this is used to push the threshold back towards + // the top when reaching the top of the page. + const pixelsAbove = Math.max(0, defaultDownThreshold - scrollTop); + // How much the threshold should be offset once it gets close to the + // bottom of the page. + const bottomAdd = Math.max(0, windowHeight - pixelsBelow - defaultDownThreshold); + let adjustedBottomAdd = bottomAdd; + + // Adjusts bottomAdd for a small document. The calculation above + // assumes the document is at least twice the windowheight in size. If + // it is less than that, then bottomAdd needs to be shrunk + // proportional to the difference in size. + if (documentHeight < windowHeight * 2) { + const maxPixelsBelow = documentHeight - windowHeight; + const t = 1 - pixelsBelow / Math.max(1, maxPixelsBelow); + const clamp = Math.max(0, Math.min(1, t)); + adjustedBottomAdd *= clamp; + } + + let scrollingDown = true; + if (scrollTop < lastKnownScrollPosition) { + scrollingDown = false; + } + + if (scrollingDown) { + // When scrolling down, move the threshold up towards the default + // downwards threshold position. If near the bottom of the page, + // adjustedBottomAdd will offset the threshold towards the bottom + // of the page. + const amountScrolledDown = scrollTop - lastKnownScrollPosition; + const adjustedDefault = defaultDownThreshold + adjustedBottomAdd; + threshold = Math.max(adjustedDefault, threshold - amountScrolledDown); + } else { + // When scrolling up, move the threshold down towards the default + // upwards threshold position. If near the bottom of the page, + // quickly transition the threshold back up where it normally + // belongs. + const amountScrolledUp = lastKnownScrollPosition - scrollTop; + const adjustedDefault = defaultUpThreshold - pixelsAbove + + Math.max(0, adjustedBottomAdd - defaultDownThreshold); + threshold = Math.min(adjustedDefault, threshold + amountScrolledUp); + } + + if (documentHeight <= windowHeight) { + threshold = 0; + } + + if (thresholdDebug) { + const id = 'mdbook-threshold-debug-data'; + let data = document.getElementById(id); + if (data === null) { + data = document.createElement('div'); + data.id = id; + data.style.cssText = ` + position: fixed; + top: 50px; + right: 10px; + background-color: 0xeeeeee; + z-index: 9999; + pointer-events: none; + `; + document.body.appendChild(data); + } + data.innerHTML = ` + + + + + + + + + + +
documentHeight${documentHeight.toFixed(1)}
windowHeight${windowHeight.toFixed(1)}
scrollTop${scrollTop.toFixed(1)}
pixelsAbove${pixelsAbove.toFixed(1)}
pixelsBelow${pixelsBelow.toFixed(1)}
bottomAdd${bottomAdd.toFixed(1)}
adjustedBottomAdd${adjustedBottomAdd.toFixed(1)}
scrollingDown${scrollingDown}
threshold${threshold.toFixed(1)}
+ `; + drawDebugLine(); + } + + lastKnownScrollPosition = scrollTop; + } + + function drawDebugLine() { + if (!document.body) { + return; + } + const id = 'mdbook-threshold-debug-line'; + const existingLine = document.getElementById(id); + if (existingLine) { + existingLine.remove(); + } + const line = document.createElement('div'); + line.id = id; + line.style.cssText = ` + position: fixed; + top: ${threshold}px; + left: 0; + width: 100vw; + height: 2px; + background-color: red; + z-index: 9999; + pointer-events: none; + `; + document.body.appendChild(line); + } + + function mdbookEnableThresholdDebug() { + thresholdDebug = true; + updateThreshold(); + drawDebugLine(); + } + + window.mdbookEnableThresholdDebug = mdbookEnableThresholdDebug; + + // Updates which headers in the sidebar should be expanded. If the current + // header is inside a collapsed group, then it, and all its parents should + // be expanded. + function updateHeaderExpanded(currentA) { + // Add expanded to all header-item li ancestors. + let current = currentA.parentElement; + while (current) { + if (current.tagName === 'LI' && current.classList.contains('header-item')) { + current.classList.add('expanded'); + } + current = current.parentElement; + } + } + + // Updates which header is marked as the "current" header in the sidebar. + // This is done with a virtual Y threshold, where headers at or below + // that line will be considered the current one. + function updateCurrentHeader() { + if (!headers || !headers.length) { + return; + } + + // Reset the classes, which will be rebuilt below. + const els = document.getElementsByClassName('current-header'); + for (const el of els) { + el.classList.remove('current-header'); + } + for (const toggle of headerToggles) { + toggle.classList.remove('expanded'); + } + + // Find the last header that is above the threshold. + let lastHeader = null; + for (const header of headers) { + const rect = header.getBoundingClientRect(); + if (rect.top <= threshold) { + lastHeader = header; + } else { + break; + } + } + if (lastHeader === null) { + lastHeader = headers[0]; + const rect = lastHeader.getBoundingClientRect(); + const windowHeight = window.innerHeight; + if (rect.top >= windowHeight) { + return; + } + } + + // Get the anchor in the summary. + const href = '#' + lastHeader.id; + const a = [...document.querySelectorAll('.header-in-summary')] + .find(element => element.getAttribute('href') === href); + if (!a) { + return; + } + + a.classList.add('current-header'); + + updateHeaderExpanded(a); + } + + // Updates which header is "current" based on the threshold line. + function reloadCurrentHeader() { + if (disableScroll) { + return; + } + updateThreshold(); + updateCurrentHeader(); + } + + + // When clicking on a header in the sidebar, this adjusts the threshold so + // that it is located next to the header. This is so that header becomes + // "current". + function headerThresholdClick(event) { + // See disableScroll description why this is done. + disableScroll = true; + setTimeout(() => { + disableScroll = false; + }, 100); + // requestAnimationFrame is used to delay the update of the "current" + // header until after the scroll is done, and the header is in the new + // position. + requestAnimationFrame(() => { + requestAnimationFrame(() => { + // Closest is needed because if it has child elements like . + const a = event.target.closest('a'); + const href = a.getAttribute('href'); + const targetId = href.substring(1); + const targetElement = document.getElementById(targetId); + if (targetElement) { + threshold = targetElement.getBoundingClientRect().bottom; + updateCurrentHeader(); + } + }); + }); + } + + // Takes the nodes from the given head and copies them over to the + // destination, along with some filtering. + function filterHeader(source, dest) { + const clone = source.cloneNode(true); + clone.querySelectorAll('mark').forEach(mark => { + mark.replaceWith(...mark.childNodes); + }); + dest.append(...clone.childNodes); + } + + // Scans page for headers and adds them to the sidebar. + document.addEventListener('DOMContentLoaded', function() { + const activeSection = document.querySelector('#mdbook-sidebar .active'); + if (activeSection === null) { + return; + } + + const main = document.getElementsByTagName('main')[0]; + headers = Array.from(main.querySelectorAll('h2, h3, h4, h5, h6')) + .filter(h => h.id !== '' && h.children.length && h.children[0].tagName === 'A'); + + if (headers.length === 0) { + return; + } + + // Build a tree of headers in the sidebar. + + const stack = []; + + const firstLevel = parseInt(headers[0].tagName.charAt(1)); + for (let i = 1; i < firstLevel; i++) { + const ol = document.createElement('ol'); + ol.classList.add('section'); + if (stack.length > 0) { + stack[stack.length - 1].ol.appendChild(ol); + } + stack.push({level: i + 1, ol: ol}); + } + + // The level where it will start folding deeply nested headers. + const foldLevel = 3; + + for (let i = 0; i < headers.length; i++) { + const header = headers[i]; + const level = parseInt(header.tagName.charAt(1)); + + const currentLevel = stack[stack.length - 1].level; + if (level > currentLevel) { + // Begin nesting to this level. + for (let nextLevel = currentLevel + 1; nextLevel <= level; nextLevel++) { + const ol = document.createElement('ol'); + ol.classList.add('section'); + const last = stack[stack.length - 1]; + const lastChild = last.ol.lastChild; + // Handle the case where jumping more than one nesting + // level, which doesn't have a list item to place this new + // list inside of. + if (lastChild) { + lastChild.appendChild(ol); + } else { + last.ol.appendChild(ol); + } + stack.push({level: nextLevel, ol: ol}); + } + } else if (level < currentLevel) { + while (stack.length > 1 && stack[stack.length - 1].level > level) { + stack.pop(); + } + } + + const li = document.createElement('li'); + li.classList.add('header-item'); + li.classList.add('expanded'); + if (level < foldLevel) { + li.classList.add('expanded'); + } + const span = document.createElement('span'); + span.classList.add('chapter-link-wrapper'); + const a = document.createElement('a'); + span.appendChild(a); + a.href = '#' + header.id; + a.classList.add('header-in-summary'); + filterHeader(header.children[0], a); + a.addEventListener('click', headerThresholdClick); + const nextHeader = headers[i + 1]; + if (nextHeader !== undefined) { + const nextLevel = parseInt(nextHeader.tagName.charAt(1)); + if (nextLevel > level && level >= foldLevel) { + const toggle = document.createElement('a'); + toggle.classList.add('chapter-fold-toggle'); + toggle.classList.add('header-toggle'); + toggle.addEventListener('click', () => { + li.classList.toggle('expanded'); + }); + const toggleDiv = document.createElement('div'); + toggleDiv.textContent = '❱'; + toggle.appendChild(toggleDiv); + span.appendChild(toggle); + headerToggles.push(li); + } + } + li.appendChild(span); + + const currentParent = stack[stack.length - 1]; + currentParent.ol.appendChild(li); + } + + const onThisPage = document.createElement('div'); + onThisPage.classList.add('on-this-page'); + onThisPage.append(stack[0].ol); + const activeItemSpan = activeSection.parentElement; + activeItemSpan.after(onThisPage); + }); + + document.addEventListener('DOMContentLoaded', reloadCurrentHeader); + document.addEventListener('scroll', reloadCurrentHeader, { passive: true }); +})(); + diff --git a/docs/toc-c9acb2c8.js b/docs/toc-c9acb2c8.js new file mode 100644 index 0000000..7398897 --- /dev/null +++ b/docs/toc-c9acb2c8.js @@ -0,0 +1,446 @@ +// Populate the sidebar +// +// This is a script, and not included directly in the page, to control the total size of the book. +// The TOC contains an entry for each page, so if each page includes a copy of the TOC, +// the total size of the page becomes O(n**2). +class MDBookSidebarScrollbox extends HTMLElement { + constructor() { + super(); + } + connectedCallback() { + this.innerHTML = '
  1. Project Context Primer
  2. What You Will Learn
  3. Part I — Foundations
    1. Introduction
    2. Architecture Overview
    3. Testing Philosophy
    4. Scenario Lifecycle (Conceptual)
    5. Design Rationale
  4. Part II — User Guide
    1. Workspace Layout
    2. Annotated Tree
    3. Authoring Scenarios
    4. Core Content: Workloads & Expectations
    5. Core Content: ScenarioBuilderExt Patterns
    6. Best Practices
    7. Examples
    8. Advanced & Artificial Examples
    9. Running Scenarios
    10. Runners
    11. Operations
  5. Part III — Developer Reference
    1. Scenario Model (Developer Level)
    2. Extending the Framework
    3. Node Control & RunContext
    4. Example: New Workload & Expectation (Rust)
    5. Internal Crate Reference
  6. Part IV — Appendix
    1. DSL Cheat Sheet
    2. Troubleshooting Scenarios
    3. FAQ
    4. Glossary
'; + // Set the current, active page, and reveal it if it's hidden + let current_page = document.location.href.toString().split('#')[0].split('?')[0]; + if (current_page.endsWith('/')) { + current_page += 'index.html'; + } + const links = Array.prototype.slice.call(this.querySelectorAll('a')); + const l = links.length; + for (let i = 0; i < l; ++i) { + const link = links[i]; + const href = link.getAttribute('href'); + if (href && !href.startsWith('#') && !/^(?:[a-z+]+:)?\/\//.test(href)) { + link.href = path_to_root + href; + } + // The 'index' page is supposed to alias the first chapter in the book. + if (link.href === current_page + || i === 0 + && path_to_root === '' + && current_page.endsWith('/index.html')) { + link.classList.add('active'); + let parent = link.parentElement; + while (parent) { + if (parent.tagName === 'LI' && parent.classList.contains('chapter-item')) { + parent.classList.add('expanded'); + } + parent = parent.parentElement; + } + } + } + // Track and set sidebar scroll position + this.addEventListener('click', e => { + if (e.target.tagName === 'A') { + sessionStorage.setItem('sidebar-scroll', this.scrollTop); + } + }, { passive: true }); + const sidebarScrollTop = sessionStorage.getItem('sidebar-scroll'); + sessionStorage.removeItem('sidebar-scroll'); + if (sidebarScrollTop) { + // preserve sidebar scroll position when navigating via links within sidebar + this.scrollTop = sidebarScrollTop; + } else { + // scroll sidebar to current active section when navigating via + // 'next/previous chapter' buttons + const activeSection = document.querySelector('#mdbook-sidebar .active'); + if (activeSection) { + activeSection.scrollIntoView({ block: 'center' }); + } + } + // Toggle buttons + const sidebarAnchorToggles = document.querySelectorAll('.chapter-fold-toggle'); + function toggleSection(ev) { + ev.currentTarget.parentElement.parentElement.classList.toggle('expanded'); + } + Array.from(sidebarAnchorToggles).forEach(el => { + el.addEventListener('click', toggleSection); + }); + } +} +window.customElements.define('mdbook-sidebar-scrollbox', MDBookSidebarScrollbox); + + +// --------------------------------------------------------------------------- +// Support for dynamically adding headers to the sidebar. + +(function() { + // This is used to detect which direction the page has scrolled since the + // last scroll event. + let lastKnownScrollPosition = 0; + // This is the threshold in px from the top of the screen where it will + // consider a header the "current" header when scrolling down. + const defaultDownThreshold = 150; + // Same as defaultDownThreshold, except when scrolling up. + const defaultUpThreshold = 300; + // The threshold is a virtual horizontal line on the screen where it + // considers the "current" header to be above the line. The threshold is + // modified dynamically to handle headers that are near the bottom of the + // screen, and to slightly offset the behavior when scrolling up vs down. + let threshold = defaultDownThreshold; + // This is used to disable updates while scrolling. This is needed when + // clicking the header in the sidebar, which triggers a scroll event. It + // is somewhat finicky to detect when the scroll has finished, so this + // uses a relatively dumb system of disabling scroll updates for a short + // time after the click. + let disableScroll = false; + // Array of header elements on the page. + let headers; + // Array of li elements that are initially collapsed headers in the sidebar. + // I'm not sure why eslint seems to have a false positive here. + // eslint-disable-next-line prefer-const + let headerToggles = []; + // This is a debugging tool for the threshold which you can enable in the console. + let thresholdDebug = false; + + // Updates the threshold based on the scroll position. + function updateThreshold() { + const scrollTop = window.pageYOffset || document.documentElement.scrollTop; + const windowHeight = window.innerHeight; + const documentHeight = document.documentElement.scrollHeight; + + // The number of pixels below the viewport, at most documentHeight. + // This is used to push the threshold down to the bottom of the page + // as the user scrolls towards the bottom. + const pixelsBelow = Math.max(0, documentHeight - (scrollTop + windowHeight)); + // The number of pixels above the viewport, at least defaultDownThreshold. + // Similar to pixelsBelow, this is used to push the threshold back towards + // the top when reaching the top of the page. + const pixelsAbove = Math.max(0, defaultDownThreshold - scrollTop); + // How much the threshold should be offset once it gets close to the + // bottom of the page. + const bottomAdd = Math.max(0, windowHeight - pixelsBelow - defaultDownThreshold); + let adjustedBottomAdd = bottomAdd; + + // Adjusts bottomAdd for a small document. The calculation above + // assumes the document is at least twice the windowheight in size. If + // it is less than that, then bottomAdd needs to be shrunk + // proportional to the difference in size. + if (documentHeight < windowHeight * 2) { + const maxPixelsBelow = documentHeight - windowHeight; + const t = 1 - pixelsBelow / Math.max(1, maxPixelsBelow); + const clamp = Math.max(0, Math.min(1, t)); + adjustedBottomAdd *= clamp; + } + + let scrollingDown = true; + if (scrollTop < lastKnownScrollPosition) { + scrollingDown = false; + } + + if (scrollingDown) { + // When scrolling down, move the threshold up towards the default + // downwards threshold position. If near the bottom of the page, + // adjustedBottomAdd will offset the threshold towards the bottom + // of the page. + const amountScrolledDown = scrollTop - lastKnownScrollPosition; + const adjustedDefault = defaultDownThreshold + adjustedBottomAdd; + threshold = Math.max(adjustedDefault, threshold - amountScrolledDown); + } else { + // When scrolling up, move the threshold down towards the default + // upwards threshold position. If near the bottom of the page, + // quickly transition the threshold back up where it normally + // belongs. + const amountScrolledUp = lastKnownScrollPosition - scrollTop; + const adjustedDefault = defaultUpThreshold - pixelsAbove + + Math.max(0, adjustedBottomAdd - defaultDownThreshold); + threshold = Math.min(adjustedDefault, threshold + amountScrolledUp); + } + + if (documentHeight <= windowHeight) { + threshold = 0; + } + + if (thresholdDebug) { + const id = 'mdbook-threshold-debug-data'; + let data = document.getElementById(id); + if (data === null) { + data = document.createElement('div'); + data.id = id; + data.style.cssText = ` + position: fixed; + top: 50px; + right: 10px; + background-color: 0xeeeeee; + z-index: 9999; + pointer-events: none; + `; + document.body.appendChild(data); + } + data.innerHTML = ` + + + + + + + + + + +
documentHeight${documentHeight.toFixed(1)}
windowHeight${windowHeight.toFixed(1)}
scrollTop${scrollTop.toFixed(1)}
pixelsAbove${pixelsAbove.toFixed(1)}
pixelsBelow${pixelsBelow.toFixed(1)}
bottomAdd${bottomAdd.toFixed(1)}
adjustedBottomAdd${adjustedBottomAdd.toFixed(1)}
scrollingDown${scrollingDown}
threshold${threshold.toFixed(1)}
+ `; + drawDebugLine(); + } + + lastKnownScrollPosition = scrollTop; + } + + function drawDebugLine() { + if (!document.body) { + return; + } + const id = 'mdbook-threshold-debug-line'; + const existingLine = document.getElementById(id); + if (existingLine) { + existingLine.remove(); + } + const line = document.createElement('div'); + line.id = id; + line.style.cssText = ` + position: fixed; + top: ${threshold}px; + left: 0; + width: 100vw; + height: 2px; + background-color: red; + z-index: 9999; + pointer-events: none; + `; + document.body.appendChild(line); + } + + function mdbookEnableThresholdDebug() { + thresholdDebug = true; + updateThreshold(); + drawDebugLine(); + } + + window.mdbookEnableThresholdDebug = mdbookEnableThresholdDebug; + + // Updates which headers in the sidebar should be expanded. If the current + // header is inside a collapsed group, then it, and all its parents should + // be expanded. + function updateHeaderExpanded(currentA) { + // Add expanded to all header-item li ancestors. + let current = currentA.parentElement; + while (current) { + if (current.tagName === 'LI' && current.classList.contains('header-item')) { + current.classList.add('expanded'); + } + current = current.parentElement; + } + } + + // Updates which header is marked as the "current" header in the sidebar. + // This is done with a virtual Y threshold, where headers at or below + // that line will be considered the current one. + function updateCurrentHeader() { + if (!headers || !headers.length) { + return; + } + + // Reset the classes, which will be rebuilt below. + const els = document.getElementsByClassName('current-header'); + for (const el of els) { + el.classList.remove('current-header'); + } + for (const toggle of headerToggles) { + toggle.classList.remove('expanded'); + } + + // Find the last header that is above the threshold. + let lastHeader = null; + for (const header of headers) { + const rect = header.getBoundingClientRect(); + if (rect.top <= threshold) { + lastHeader = header; + } else { + break; + } + } + if (lastHeader === null) { + lastHeader = headers[0]; + const rect = lastHeader.getBoundingClientRect(); + const windowHeight = window.innerHeight; + if (rect.top >= windowHeight) { + return; + } + } + + // Get the anchor in the summary. + const href = '#' + lastHeader.id; + const a = [...document.querySelectorAll('.header-in-summary')] + .find(element => element.getAttribute('href') === href); + if (!a) { + return; + } + + a.classList.add('current-header'); + + updateHeaderExpanded(a); + } + + // Updates which header is "current" based on the threshold line. + function reloadCurrentHeader() { + if (disableScroll) { + return; + } + updateThreshold(); + updateCurrentHeader(); + } + + + // When clicking on a header in the sidebar, this adjusts the threshold so + // that it is located next to the header. This is so that header becomes + // "current". + function headerThresholdClick(event) { + // See disableScroll description why this is done. + disableScroll = true; + setTimeout(() => { + disableScroll = false; + }, 100); + // requestAnimationFrame is used to delay the update of the "current" + // header until after the scroll is done, and the header is in the new + // position. + requestAnimationFrame(() => { + requestAnimationFrame(() => { + // Closest is needed because if it has child elements like . + const a = event.target.closest('a'); + const href = a.getAttribute('href'); + const targetId = href.substring(1); + const targetElement = document.getElementById(targetId); + if (targetElement) { + threshold = targetElement.getBoundingClientRect().bottom; + updateCurrentHeader(); + } + }); + }); + } + + // Takes the nodes from the given head and copies them over to the + // destination, along with some filtering. + function filterHeader(source, dest) { + const clone = source.cloneNode(true); + clone.querySelectorAll('mark').forEach(mark => { + mark.replaceWith(...mark.childNodes); + }); + dest.append(...clone.childNodes); + } + + // Scans page for headers and adds them to the sidebar. + document.addEventListener('DOMContentLoaded', function() { + const activeSection = document.querySelector('#mdbook-sidebar .active'); + if (activeSection === null) { + return; + } + + const main = document.getElementsByTagName('main')[0]; + headers = Array.from(main.querySelectorAll('h2, h3, h4, h5, h6')) + .filter(h => h.id !== '' && h.children.length && h.children[0].tagName === 'A'); + + if (headers.length === 0) { + return; + } + + // Build a tree of headers in the sidebar. + + const stack = []; + + const firstLevel = parseInt(headers[0].tagName.charAt(1)); + for (let i = 1; i < firstLevel; i++) { + const ol = document.createElement('ol'); + ol.classList.add('section'); + if (stack.length > 0) { + stack[stack.length - 1].ol.appendChild(ol); + } + stack.push({level: i + 1, ol: ol}); + } + + // The level where it will start folding deeply nested headers. + const foldLevel = 3; + + for (let i = 0; i < headers.length; i++) { + const header = headers[i]; + const level = parseInt(header.tagName.charAt(1)); + + const currentLevel = stack[stack.length - 1].level; + if (level > currentLevel) { + // Begin nesting to this level. + for (let nextLevel = currentLevel + 1; nextLevel <= level; nextLevel++) { + const ol = document.createElement('ol'); + ol.classList.add('section'); + const last = stack[stack.length - 1]; + const lastChild = last.ol.lastChild; + // Handle the case where jumping more than one nesting + // level, which doesn't have a list item to place this new + // list inside of. + if (lastChild) { + lastChild.appendChild(ol); + } else { + last.ol.appendChild(ol); + } + stack.push({level: nextLevel, ol: ol}); + } + } else if (level < currentLevel) { + while (stack.length > 1 && stack[stack.length - 1].level > level) { + stack.pop(); + } + } + + const li = document.createElement('li'); + li.classList.add('header-item'); + li.classList.add('expanded'); + if (level < foldLevel) { + li.classList.add('expanded'); + } + const span = document.createElement('span'); + span.classList.add('chapter-link-wrapper'); + const a = document.createElement('a'); + span.appendChild(a); + a.href = '#' + header.id; + a.classList.add('header-in-summary'); + filterHeader(header.children[0], a); + a.addEventListener('click', headerThresholdClick); + const nextHeader = headers[i + 1]; + if (nextHeader !== undefined) { + const nextLevel = parseInt(nextHeader.tagName.charAt(1)); + if (nextLevel > level && level >= foldLevel) { + const toggle = document.createElement('a'); + toggle.classList.add('chapter-fold-toggle'); + toggle.classList.add('header-toggle'); + toggle.addEventListener('click', () => { + li.classList.toggle('expanded'); + }); + const toggleDiv = document.createElement('div'); + toggleDiv.textContent = '❱'; + toggle.appendChild(toggleDiv); + span.appendChild(toggle); + headerToggles.push(li); + } + } + li.appendChild(span); + + const currentParent = stack[stack.length - 1]; + currentParent.ol.appendChild(li); + } + + const onThisPage = document.createElement('div'); + onThisPage.classList.add('on-this-page'); + onThisPage.append(stack[0].ol); + const activeItemSpan = activeSection.parentElement; + activeItemSpan.after(onThisPage); + }); + + document.addEventListener('DOMContentLoaded', reloadCurrentHeader); + document.addEventListener('scroll', reloadCurrentHeader, { passive: true }); +})(); + diff --git a/docs/toc-cd0a7cdb.js b/docs/toc-cd0a7cdb.js new file mode 100644 index 0000000..224af58 --- /dev/null +++ b/docs/toc-cd0a7cdb.js @@ -0,0 +1,446 @@ +// Populate the sidebar +// +// This is a script, and not included directly in the page, to control the total size of the book. +// The TOC contains an entry for each page, so if each page includes a copy of the TOC, +// the total size of the page becomes O(n**2). +class MDBookSidebarScrollbox extends HTMLElement { + constructor() { + super(); + } + connectedCallback() { + this.innerHTML = '
  1. Project Context Primer
  2. What You Will Learn
  3. Part I — Foundations
    1. Introduction
    2. Architecture Overview
    3. Testing Philosophy
    4. Scenario Lifecycle (Conceptual)
    5. Design Rationale
  4. Part II — User Guide
    1. Workspace Layout
    2. Annotated Tree
    3. Authoring Scenarios
    4. Core Content: Workloads & Expectations
    5. Core Content: ScenarioBuilderExt Patterns
    6. Best Practices
    7. Examples
    8. Advanced & Artificial Examples
    9. Running Scenarios
    10. Runners
    11. Operations
  5. Part III — Developer Reference
    1. Scenario Model (Developer Level)
    2. Extending the Framework
    3. Node Control & RunContext
    4. Chaos Workloads
    5. Example: New Workload & Expectation (Rust)
    6. Internal Crate Reference
  6. Part IV — Appendix
    1. DSL Cheat Sheet
    2. Troubleshooting Scenarios
    3. FAQ
    4. Glossary
'; + // Set the current, active page, and reveal it if it's hidden + let current_page = document.location.href.toString().split('#')[0].split('?')[0]; + if (current_page.endsWith('/')) { + current_page += 'index.html'; + } + const links = Array.prototype.slice.call(this.querySelectorAll('a')); + const l = links.length; + for (let i = 0; i < l; ++i) { + const link = links[i]; + const href = link.getAttribute('href'); + if (href && !href.startsWith('#') && !/^(?:[a-z+]+:)?\/\//.test(href)) { + link.href = path_to_root + href; + } + // The 'index' page is supposed to alias the first chapter in the book. + if (link.href === current_page + || i === 0 + && path_to_root === '' + && current_page.endsWith('/index.html')) { + link.classList.add('active'); + let parent = link.parentElement; + while (parent) { + if (parent.tagName === 'LI' && parent.classList.contains('chapter-item')) { + parent.classList.add('expanded'); + } + parent = parent.parentElement; + } + } + } + // Track and set sidebar scroll position + this.addEventListener('click', e => { + if (e.target.tagName === 'A') { + sessionStorage.setItem('sidebar-scroll', this.scrollTop); + } + }, { passive: true }); + const sidebarScrollTop = sessionStorage.getItem('sidebar-scroll'); + sessionStorage.removeItem('sidebar-scroll'); + if (sidebarScrollTop) { + // preserve sidebar scroll position when navigating via links within sidebar + this.scrollTop = sidebarScrollTop; + } else { + // scroll sidebar to current active section when navigating via + // 'next/previous chapter' buttons + const activeSection = document.querySelector('#mdbook-sidebar .active'); + if (activeSection) { + activeSection.scrollIntoView({ block: 'center' }); + } + } + // Toggle buttons + const sidebarAnchorToggles = document.querySelectorAll('.chapter-fold-toggle'); + function toggleSection(ev) { + ev.currentTarget.parentElement.parentElement.classList.toggle('expanded'); + } + Array.from(sidebarAnchorToggles).forEach(el => { + el.addEventListener('click', toggleSection); + }); + } +} +window.customElements.define('mdbook-sidebar-scrollbox', MDBookSidebarScrollbox); + + +// --------------------------------------------------------------------------- +// Support for dynamically adding headers to the sidebar. + +(function() { + // This is used to detect which direction the page has scrolled since the + // last scroll event. + let lastKnownScrollPosition = 0; + // This is the threshold in px from the top of the screen where it will + // consider a header the "current" header when scrolling down. + const defaultDownThreshold = 150; + // Same as defaultDownThreshold, except when scrolling up. + const defaultUpThreshold = 300; + // The threshold is a virtual horizontal line on the screen where it + // considers the "current" header to be above the line. The threshold is + // modified dynamically to handle headers that are near the bottom of the + // screen, and to slightly offset the behavior when scrolling up vs down. + let threshold = defaultDownThreshold; + // This is used to disable updates while scrolling. This is needed when + // clicking the header in the sidebar, which triggers a scroll event. It + // is somewhat finicky to detect when the scroll has finished, so this + // uses a relatively dumb system of disabling scroll updates for a short + // time after the click. + let disableScroll = false; + // Array of header elements on the page. + let headers; + // Array of li elements that are initially collapsed headers in the sidebar. + // I'm not sure why eslint seems to have a false positive here. + // eslint-disable-next-line prefer-const + let headerToggles = []; + // This is a debugging tool for the threshold which you can enable in the console. + let thresholdDebug = false; + + // Updates the threshold based on the scroll position. + function updateThreshold() { + const scrollTop = window.pageYOffset || document.documentElement.scrollTop; + const windowHeight = window.innerHeight; + const documentHeight = document.documentElement.scrollHeight; + + // The number of pixels below the viewport, at most documentHeight. + // This is used to push the threshold down to the bottom of the page + // as the user scrolls towards the bottom. + const pixelsBelow = Math.max(0, documentHeight - (scrollTop + windowHeight)); + // The number of pixels above the viewport, at least defaultDownThreshold. + // Similar to pixelsBelow, this is used to push the threshold back towards + // the top when reaching the top of the page. + const pixelsAbove = Math.max(0, defaultDownThreshold - scrollTop); + // How much the threshold should be offset once it gets close to the + // bottom of the page. + const bottomAdd = Math.max(0, windowHeight - pixelsBelow - defaultDownThreshold); + let adjustedBottomAdd = bottomAdd; + + // Adjusts bottomAdd for a small document. The calculation above + // assumes the document is at least twice the windowheight in size. If + // it is less than that, then bottomAdd needs to be shrunk + // proportional to the difference in size. + if (documentHeight < windowHeight * 2) { + const maxPixelsBelow = documentHeight - windowHeight; + const t = 1 - pixelsBelow / Math.max(1, maxPixelsBelow); + const clamp = Math.max(0, Math.min(1, t)); + adjustedBottomAdd *= clamp; + } + + let scrollingDown = true; + if (scrollTop < lastKnownScrollPosition) { + scrollingDown = false; + } + + if (scrollingDown) { + // When scrolling down, move the threshold up towards the default + // downwards threshold position. If near the bottom of the page, + // adjustedBottomAdd will offset the threshold towards the bottom + // of the page. + const amountScrolledDown = scrollTop - lastKnownScrollPosition; + const adjustedDefault = defaultDownThreshold + adjustedBottomAdd; + threshold = Math.max(adjustedDefault, threshold - amountScrolledDown); + } else { + // When scrolling up, move the threshold down towards the default + // upwards threshold position. If near the bottom of the page, + // quickly transition the threshold back up where it normally + // belongs. + const amountScrolledUp = lastKnownScrollPosition - scrollTop; + const adjustedDefault = defaultUpThreshold - pixelsAbove + + Math.max(0, adjustedBottomAdd - defaultDownThreshold); + threshold = Math.min(adjustedDefault, threshold + amountScrolledUp); + } + + if (documentHeight <= windowHeight) { + threshold = 0; + } + + if (thresholdDebug) { + const id = 'mdbook-threshold-debug-data'; + let data = document.getElementById(id); + if (data === null) { + data = document.createElement('div'); + data.id = id; + data.style.cssText = ` + position: fixed; + top: 50px; + right: 10px; + background-color: 0xeeeeee; + z-index: 9999; + pointer-events: none; + `; + document.body.appendChild(data); + } + data.innerHTML = ` + + + + + + + + + + +
documentHeight${documentHeight.toFixed(1)}
windowHeight${windowHeight.toFixed(1)}
scrollTop${scrollTop.toFixed(1)}
pixelsAbove${pixelsAbove.toFixed(1)}
pixelsBelow${pixelsBelow.toFixed(1)}
bottomAdd${bottomAdd.toFixed(1)}
adjustedBottomAdd${adjustedBottomAdd.toFixed(1)}
scrollingDown${scrollingDown}
threshold${threshold.toFixed(1)}
+ `; + drawDebugLine(); + } + + lastKnownScrollPosition = scrollTop; + } + + function drawDebugLine() { + if (!document.body) { + return; + } + const id = 'mdbook-threshold-debug-line'; + const existingLine = document.getElementById(id); + if (existingLine) { + existingLine.remove(); + } + const line = document.createElement('div'); + line.id = id; + line.style.cssText = ` + position: fixed; + top: ${threshold}px; + left: 0; + width: 100vw; + height: 2px; + background-color: red; + z-index: 9999; + pointer-events: none; + `; + document.body.appendChild(line); + } + + function mdbookEnableThresholdDebug() { + thresholdDebug = true; + updateThreshold(); + drawDebugLine(); + } + + window.mdbookEnableThresholdDebug = mdbookEnableThresholdDebug; + + // Updates which headers in the sidebar should be expanded. If the current + // header is inside a collapsed group, then it, and all its parents should + // be expanded. + function updateHeaderExpanded(currentA) { + // Add expanded to all header-item li ancestors. + let current = currentA.parentElement; + while (current) { + if (current.tagName === 'LI' && current.classList.contains('header-item')) { + current.classList.add('expanded'); + } + current = current.parentElement; + } + } + + // Updates which header is marked as the "current" header in the sidebar. + // This is done with a virtual Y threshold, where headers at or below + // that line will be considered the current one. + function updateCurrentHeader() { + if (!headers || !headers.length) { + return; + } + + // Reset the classes, which will be rebuilt below. + const els = document.getElementsByClassName('current-header'); + for (const el of els) { + el.classList.remove('current-header'); + } + for (const toggle of headerToggles) { + toggle.classList.remove('expanded'); + } + + // Find the last header that is above the threshold. + let lastHeader = null; + for (const header of headers) { + const rect = header.getBoundingClientRect(); + if (rect.top <= threshold) { + lastHeader = header; + } else { + break; + } + } + if (lastHeader === null) { + lastHeader = headers[0]; + const rect = lastHeader.getBoundingClientRect(); + const windowHeight = window.innerHeight; + if (rect.top >= windowHeight) { + return; + } + } + + // Get the anchor in the summary. + const href = '#' + lastHeader.id; + const a = [...document.querySelectorAll('.header-in-summary')] + .find(element => element.getAttribute('href') === href); + if (!a) { + return; + } + + a.classList.add('current-header'); + + updateHeaderExpanded(a); + } + + // Updates which header is "current" based on the threshold line. + function reloadCurrentHeader() { + if (disableScroll) { + return; + } + updateThreshold(); + updateCurrentHeader(); + } + + + // When clicking on a header in the sidebar, this adjusts the threshold so + // that it is located next to the header. This is so that header becomes + // "current". + function headerThresholdClick(event) { + // See disableScroll description why this is done. + disableScroll = true; + setTimeout(() => { + disableScroll = false; + }, 100); + // requestAnimationFrame is used to delay the update of the "current" + // header until after the scroll is done, and the header is in the new + // position. + requestAnimationFrame(() => { + requestAnimationFrame(() => { + // Closest is needed because if it has child elements like . + const a = event.target.closest('a'); + const href = a.getAttribute('href'); + const targetId = href.substring(1); + const targetElement = document.getElementById(targetId); + if (targetElement) { + threshold = targetElement.getBoundingClientRect().bottom; + updateCurrentHeader(); + } + }); + }); + } + + // Takes the nodes from the given head and copies them over to the + // destination, along with some filtering. + function filterHeader(source, dest) { + const clone = source.cloneNode(true); + clone.querySelectorAll('mark').forEach(mark => { + mark.replaceWith(...mark.childNodes); + }); + dest.append(...clone.childNodes); + } + + // Scans page for headers and adds them to the sidebar. + document.addEventListener('DOMContentLoaded', function() { + const activeSection = document.querySelector('#mdbook-sidebar .active'); + if (activeSection === null) { + return; + } + + const main = document.getElementsByTagName('main')[0]; + headers = Array.from(main.querySelectorAll('h2, h3, h4, h5, h6')) + .filter(h => h.id !== '' && h.children.length && h.children[0].tagName === 'A'); + + if (headers.length === 0) { + return; + } + + // Build a tree of headers in the sidebar. + + const stack = []; + + const firstLevel = parseInt(headers[0].tagName.charAt(1)); + for (let i = 1; i < firstLevel; i++) { + const ol = document.createElement('ol'); + ol.classList.add('section'); + if (stack.length > 0) { + stack[stack.length - 1].ol.appendChild(ol); + } + stack.push({level: i + 1, ol: ol}); + } + + // The level where it will start folding deeply nested headers. + const foldLevel = 3; + + for (let i = 0; i < headers.length; i++) { + const header = headers[i]; + const level = parseInt(header.tagName.charAt(1)); + + const currentLevel = stack[stack.length - 1].level; + if (level > currentLevel) { + // Begin nesting to this level. + for (let nextLevel = currentLevel + 1; nextLevel <= level; nextLevel++) { + const ol = document.createElement('ol'); + ol.classList.add('section'); + const last = stack[stack.length - 1]; + const lastChild = last.ol.lastChild; + // Handle the case where jumping more than one nesting + // level, which doesn't have a list item to place this new + // list inside of. + if (lastChild) { + lastChild.appendChild(ol); + } else { + last.ol.appendChild(ol); + } + stack.push({level: nextLevel, ol: ol}); + } + } else if (level < currentLevel) { + while (stack.length > 1 && stack[stack.length - 1].level > level) { + stack.pop(); + } + } + + const li = document.createElement('li'); + li.classList.add('header-item'); + li.classList.add('expanded'); + if (level < foldLevel) { + li.classList.add('expanded'); + } + const span = document.createElement('span'); + span.classList.add('chapter-link-wrapper'); + const a = document.createElement('a'); + span.appendChild(a); + a.href = '#' + header.id; + a.classList.add('header-in-summary'); + filterHeader(header.children[0], a); + a.addEventListener('click', headerThresholdClick); + const nextHeader = headers[i + 1]; + if (nextHeader !== undefined) { + const nextLevel = parseInt(nextHeader.tagName.charAt(1)); + if (nextLevel > level && level >= foldLevel) { + const toggle = document.createElement('a'); + toggle.classList.add('chapter-fold-toggle'); + toggle.classList.add('header-toggle'); + toggle.addEventListener('click', () => { + li.classList.toggle('expanded'); + }); + const toggleDiv = document.createElement('div'); + toggleDiv.textContent = '❱'; + toggle.appendChild(toggleDiv); + span.appendChild(toggle); + headerToggles.push(li); + } + } + li.appendChild(span); + + const currentParent = stack[stack.length - 1]; + currentParent.ol.appendChild(li); + } + + const onThisPage = document.createElement('div'); + onThisPage.classList.add('on-this-page'); + onThisPage.append(stack[0].ol); + const activeItemSpan = activeSection.parentElement; + activeItemSpan.after(onThisPage); + }); + + document.addEventListener('DOMContentLoaded', reloadCurrentHeader); + document.addEventListener('scroll', reloadCurrentHeader, { passive: true }); +})(); + diff --git a/docs/toc.html b/docs/toc.html new file mode 100644 index 0000000..679cf43 --- /dev/null +++ b/docs/toc.html @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + +
  1. Project Context Primer
  2. What You Will Learn
  3. Part I — Foundations
    1. Introduction
    2. Architecture Overview
    3. Testing Philosophy
    4. Scenario Lifecycle
    5. Design Rationale
  4. Part II — User Guide
    1. Workspace Layout
    2. Annotated Tree
    3. Authoring Scenarios
    4. Core Content: Workloads & Expectations
    5. Core Content: ScenarioBuilderExt Patterns
    6. Best Practices
    7. Examples
    8. Advanced & Artificial Examples
    9. Running Scenarios
    10. Runners
    11. Operations
  5. Part III — Developer Reference
    1. Scenario Model (Developer Level)
    2. Extending the Framework
    3. Example: New Workload & Expectation (Rust)
    4. Internal Crate Reference
  6. Part IV — Appendix
    1. Builder API Quick Reference
    2. Troubleshooting Scenarios
    3. FAQ
    4. Glossary
+ + diff --git a/docs/tomorrow-night-4c0ae647.css b/docs/tomorrow-night-4c0ae647.css new file mode 100644 index 0000000..11752b8 --- /dev/null +++ b/docs/tomorrow-night-4c0ae647.css @@ -0,0 +1,104 @@ +/* Tomorrow Night Theme */ +/* https://github.com/jmblog/color-themes-for-highlightjs */ +/* Original theme - https://github.com/chriskempson/tomorrow-theme */ +/* https://github.com/jmblog/color-themes-for-highlightjs */ + +/* Tomorrow Comment */ +.hljs-comment { + color: #969896; +} + +/* Tomorrow Red */ +.hljs-variable, +.hljs-attribute, +.hljs-attr, +.hljs-tag, +.hljs-regexp, +.ruby .hljs-constant, +.xml .hljs-tag .hljs-title, +.xml .hljs-pi, +.xml .hljs-doctype, +.html .hljs-doctype, +.css .hljs-id, +.css .hljs-class, +.css .hljs-pseudo { + color: #cc6666; +} + +/* Tomorrow Orange */ +.hljs-number, +.hljs-preprocessor, +.hljs-pragma, +.hljs-built_in, +.hljs-literal, +.hljs-params, +.hljs-constant { + color: #de935f; +} + +/* Tomorrow Yellow */ +.ruby .hljs-class .hljs-title, +.css .hljs-rule .hljs-attribute { + color: #f0c674; +} + +/* Tomorrow Green */ +.hljs-string, +.hljs-value, +.hljs-inheritance, +.hljs-header, +.hljs-name, +.ruby .hljs-symbol, +.xml .hljs-cdata { + color: #b5bd68; +} + +/* Tomorrow Aqua */ +.hljs-title, +.hljs-section, +.css .hljs-hexcolor { + color: #8abeb7; +} + +/* Tomorrow Blue */ +.hljs-function, +.python .hljs-decorator, +.python .hljs-title, +.ruby .hljs-function .hljs-title, +.ruby .hljs-title .hljs-keyword, +.perl .hljs-sub, +.javascript .hljs-title, +.coffeescript .hljs-title { + color: #81a2be; +} + +/* Tomorrow Purple */ +.hljs-keyword, +.javascript .hljs-function { + color: #b294bb; +} + +.hljs { + display: block; + overflow-x: auto; + background: #1d1f21; + color: #c5c8c6; +} + +.coffeescript .javascript, +.javascript .xml, +.tex .hljs-formula, +.xml .javascript, +.xml .vbscript, +.xml .css, +.xml .hljs-cdata { + opacity: 0.5; +} + +.hljs-addition { + color: #718c00; +} + +.hljs-deletion { + color: #c82829; +} diff --git a/docs/tomorrow-night.css b/docs/tomorrow-night.css new file mode 100644 index 0000000..81fe276 --- /dev/null +++ b/docs/tomorrow-night.css @@ -0,0 +1,102 @@ +/* Tomorrow Night Theme */ +/* https://github.com/jmblog/color-themes-for-highlightjs */ +/* Original theme - https://github.com/chriskempson/tomorrow-theme */ +/* https://github.com/jmblog/color-themes-for-highlightjs */ + +/* Tomorrow Comment */ +.hljs-comment { + color: #969896; +} + +/* Tomorrow Red */ +.hljs-variable, +.hljs-attribute, +.hljs-tag, +.hljs-regexp, +.ruby .hljs-constant, +.xml .hljs-tag .hljs-title, +.xml .hljs-pi, +.xml .hljs-doctype, +.html .hljs-doctype, +.css .hljs-id, +.css .hljs-class, +.css .hljs-pseudo { + color: #cc6666; +} + +/* Tomorrow Orange */ +.hljs-number, +.hljs-preprocessor, +.hljs-pragma, +.hljs-built_in, +.hljs-literal, +.hljs-params, +.hljs-constant { + color: #de935f; +} + +/* Tomorrow Yellow */ +.ruby .hljs-class .hljs-title, +.css .hljs-rule .hljs-attribute { + color: #f0c674; +} + +/* Tomorrow Green */ +.hljs-string, +.hljs-value, +.hljs-inheritance, +.hljs-header, +.hljs-name, +.ruby .hljs-symbol, +.xml .hljs-cdata { + color: #b5bd68; +} + +/* Tomorrow Aqua */ +.hljs-title, +.css .hljs-hexcolor { + color: #8abeb7; +} + +/* Tomorrow Blue */ +.hljs-function, +.python .hljs-decorator, +.python .hljs-title, +.ruby .hljs-function .hljs-title, +.ruby .hljs-title .hljs-keyword, +.perl .hljs-sub, +.javascript .hljs-title, +.coffeescript .hljs-title { + color: #81a2be; +} + +/* Tomorrow Purple */ +.hljs-keyword, +.javascript .hljs-function { + color: #b294bb; +} + +.hljs { + display: block; + overflow-x: auto; + background: #1d1f21; + color: #c5c8c6; +} + +.coffeescript .javascript, +.javascript .xml, +.tex .hljs-formula, +.xml .javascript, +.xml .vbscript, +.xml .css, +.xml .hljs-cdata { + opacity: 0.5; +} + +.hljs-addition { + color: #718c00; +} + +.hljs-deletion { + color: #c82829; +} diff --git a/docs/topology-chaos.html b/docs/topology-chaos.html new file mode 100644 index 0000000..5281262 --- /dev/null +++ b/docs/topology-chaos.html @@ -0,0 +1,264 @@ + + + + + + Topology & Chaos Patterns - Logos Blockchain Testing Framework Book + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + + +
+
+

Topology & Chaos Patterns

+

This page focuses on cluster manipulation: node control, chaos patterns, and +what the tooling supports today.

+

Node control availability

+
    +
  • Supported: restart/peer control via NodeControlHandle (compose runner).
  • +
  • Not supported: local runner does not expose node control; k8s runner does +not support it yet.
  • +
+

Chaos patterns to consider

+
    +
  • Restarts: random restarts with minimum delay/cooldown to test recovery.
  • +
  • Partitions: block/unblock peers to simulate partial isolation, then assert +height convergence after healing.
  • +
  • Validator churn: stop one validator and start another (new key) mid-run to +test membership changes; expect convergence.
  • +
  • Load SLOs: push tx/DA rates and assert inclusion/availability budgets +instead of only liveness.
  • +
  • API probes: poll HTTP/RPC endpoints during chaos to ensure external +contracts stay healthy (shape + latency).
  • +
+

Expectations to pair

+
    +
  • Liveness/height convergence after chaos windows.
  • +
  • SLO checks: inclusion latency, DA responsiveness, API latency/shape.
  • +
  • Recovery checks: ensure nodes that were isolated or restarted catch up to +cluster height within a timeout.
  • +
+

Guidance

+
    +
  • Keep chaos realistic: avoid flapping or patterns you wouldn't operate in prod.
  • +
  • Scope chaos: choose validators vs executors intentionally; don't restart all +nodes at once unless you're testing full outages.
  • +
  • Combine chaos with observability: capture block feed/metrics and API health so +failures are diagnosable.
  • +
+ +
+ + +
+
+ + + +
+ + + + + + + + + + + + + + + + + + + +
+ + diff --git a/docs/troubleshooting.html b/docs/troubleshooting.html new file mode 100644 index 0000000..a4e79e9 --- /dev/null +++ b/docs/troubleshooting.html @@ -0,0 +1,871 @@ + + + + + + Troubleshooting Scenarios - Logos Blockchain Testing Framework Book + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + + +
+
+

Troubleshooting Scenarios

+

Prerequisites for All Runners:

+
    +
  • versions.env file at repository root (required by helper scripts)
  • +
  • POL_PROOF_DEV_MODE=true MUST be set for all runners (host, compose, k8s) to avoid expensive Groth16 proof generation that causes timeouts
  • +
  • KZG circuit assets must be present at testing-framework/assets/stack/kzgrs_test_params/kzgrs_test_params (note the repeated filename) for DA workloads
  • +
+

Platform/Environment Notes:

+
    +
  • macOS + Docker Desktop (Apple silicon): prefer NOMOS_BUNDLE_DOCKER_PLATFORM=linux/arm64 for local compose/k8s runs to avoid slow/fragile amd64 emulation builds.
  • +
  • Disk space: bundle/image builds are storage-heavy. If you see I/O errors or Docker build failures, check free space and prune old artifacts (.tmp/, target/, and Docker build cache) before retrying.
  • +
  • K8s runner scope: the default Helm chart mounts KZG params via hostPath and uses a local image tag (logos-blockchain-testing:local). This is intended for local clusters (Docker Desktop / minikube / kind), not remote managed clusters without additional setup. +
      +
    • Quick cleanup: scripts/ops/clean.sh (and scripts/ops/clean.sh --docker if needed).
    • +
    • Destructive cleanup (last resort): scripts/ops/clean.sh --docker-system --dangerous (add --volumes if you also want to prune Docker volumes).
    • +
    +
  • +
+

Recommended: Use scripts/run/run-examples.sh which handles all setup automatically.

+

Quick Symptom Guide

+

Common symptoms and likely causes:

+
    +
  • No or slow block progression: missing POL_PROOF_DEV_MODE=true, missing KZG circuit assets (/kzgrs_test_params/kzgrs_test_params file) for DA workloads, too-short run window, port conflicts, or resource exhaustion—set required env vars, verify assets exist, extend duration, check node logs for startup errors.
  • +
  • Transactions not included: unfunded or misconfigured wallets (check .wallets(N) vs .users(M)), transaction rate exceeding block capacity, or rates exceeding block production speed—reduce rate, increase wallet count, verify wallet setup in logs.
  • +
  • Chaos stalls the run: chaos (node control) only works with ComposeDeployer; host runner (LocalDeployer) and K8sDeployer don't support it (won't "stall", just can't execute chaos workloads). With compose, aggressive restart cadence can prevent consensus recovery—widen restart intervals.
  • +
  • Observability gaps: metrics or logs unreachable because ports clash or services are not exposed—adjust observability ports and confirm runner wiring.
  • +
  • Flaky behavior across runs: mixing chaos with functional smoke tests or inconsistent topology between environments—separate deterministic and chaos scenarios and standardize topology presets.
  • +
+

What Failure Looks Like

+

This section shows what you'll actually see when common issues occur. Each example includes realistic console output and the fix.

+

1. Missing POL_PROOF_DEV_MODE=true (Most Common!)

+

Symptoms:

+
    +
  • Test "hangs" with no visible progress
  • +
  • CPU usage spikes to 100%
  • +
  • Eventually hits timeout after several minutes
  • +
  • Nodes appear to start but blocks aren't produced
  • +
+

What you'll see:

+
$ cargo run -p runner-examples --bin local_runner
+    Finished dev [unoptimized + debuginfo] target(s) in 0.48s
+     Running `target/debug/local_runner`
+[INFO  runner_examples::local_runner] Starting local runner scenario
+[INFO  testing_framework_runner_local] Launching 3 validators
+[INFO  testing_framework_runner_local] Waiting for node readiness...
+(hangs here for 5+ minutes, CPU at 100%)
+thread 'main' panicked at 'readiness timeout expired'
+
+

Root Cause: Groth16 proof generation is extremely slow without dev mode. The system tries to compute real cryptographic proofs, which can take minutes per block.

+

Fix:

+
POL_PROOF_DEV_MODE=true cargo run -p runner-examples --bin local_runner
+
+

Prevention: Set this in your shell profile or .env file so you never forget it.

+
+

2. Missing versions.env File

+

Symptoms:

+
    +
  • Helper scripts fail immediately
  • +
  • Error about missing file at repo root
  • +
  • Scripts can't determine which circuit/node versions to use
  • +
+

What you'll see:

+
$ scripts/run/run-examples.sh -t 60 -v 1 -e 1 host
+ERROR: versions.env not found at repository root
+This file is required and should define:
+  VERSION=<circuit release tag>
+  NOMOS_NODE_REV=<nomos-node git revision>
+  NOMOS_BUNDLE_VERSION=<bundle schema version>
+
+

Root Cause: Helper scripts need versions.env to know which versions to build/fetch.

+

Fix: Ensure you're in the repository root directory. The versions.env file should already exist—verify it's present:

+
cat versions.env
+# Should show:
+# VERSION=v0.3.1
+# NOMOS_NODE_REV=abc123def456
+# NOMOS_BUNDLE_VERSION=v1
+
+
+

3. Missing KZG Circuit Assets (DA Workloads)

+

Symptoms:

+
    +
  • DA workload tests fail
  • +
  • Error messages about missing circuit files
  • +
  • Nodes crash during DA operations
  • +
+

What you'll see:

+
$ POL_PROOF_DEV_MODE=true cargo run -p runner-examples --bin local_runner
+[INFO  testing_framework_runner_local] Starting DA workload
+[ERROR nomos_da_dispersal] Failed to load KZG parameters
+Error: Custom { kind: NotFound, error: "Circuit file not found at: testing-framework/assets/stack/kzgrs_test_params/kzgrs_test_params" }
+thread 'main' panicked at 'workload init failed'
+
+

Root Cause: DA (Data Availability) workloads require KZG cryptographic parameters. The file must exist at: testing-framework/assets/stack/kzgrs_test_params/kzgrs_test_params (note the repeated filename).

+

Fix (recommended):

+
# Use run-examples.sh which handles setup automatically
+scripts/run/run-examples.sh -t 60 -v 1 -e 1 host
+
+

Fix (manual):

+
# Fetch circuits
+scripts/setup/setup-nomos-circuits.sh v0.3.1 /tmp/nomos-circuits
+
+# Copy to expected location
+mkdir -p testing-framework/assets/stack/kzgrs_test_params
+cp -r /tmp/nomos-circuits/* testing-framework/assets/stack/kzgrs_test_params/
+
+# Verify (should be ~120MB)
+ls -lh testing-framework/assets/stack/kzgrs_test_params/kzgrs_test_params
+
+
+

4. Node Binaries Not Found

+

Symptoms:

+
    +
  • Error about missing nomos-node or nomos-executor binary
  • +
  • "file not found" or "no such file or directory"
  • +
  • Environment variables NOMOS_NODE_BIN / NOMOS_EXECUTOR_BIN not set
  • +
+

What you'll see:

+
$ POL_PROOF_DEV_MODE=true cargo run -p runner-examples --bin local_runner
+[INFO  testing_framework_runner_local] Spawning validator 0
+Error: Os { code: 2, kind: NotFound, message: "No such file or directory" }
+thread 'main' panicked at 'failed to spawn nomos-node process'
+
+

Root Cause: The local runner needs compiled nomos-node and nomos-executor binaries, but doesn't know where they are.

+

Fix (recommended):

+
# Use run-examples.sh which builds binaries automatically
+scripts/run/run-examples.sh -t 60 -v 1 -e 1 host
+
+

Fix (manual - set paths explicitly):

+
# Build binaries first
+cd ../nomos-node  # or wherever your nomos-node checkout is
+cargo build --release --bin nomos-node --bin nomos-executor
+
+# Set environment variables
+export NOMOS_NODE_BIN=$PWD/target/release/nomos-node
+export NOMOS_EXECUTOR_BIN=$PWD/target/release/nomos-executor
+
+# Return to testing framework
+cd ../nomos-testing
+POL_PROOF_DEV_MODE=true cargo run -p runner-examples --bin local_runner
+
+
+

5. Docker Daemon Not Running (Compose)

+

Symptoms:

+
    +
  • Compose tests fail immediately
  • +
  • "Cannot connect to Docker daemon"
  • +
  • Docker commands don't work
  • +
+

What you'll see:

+
$ scripts/run/run-examples.sh -t 60 -v 1 -e 1 compose
+[INFO  runner_examples::compose_runner] Starting compose deployment
+Error: Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
+thread 'main' panicked at 'compose deployment failed'
+
+

Root Cause: Docker Desktop isn't running, or your user doesn't have permission to access Docker.

+

Fix:

+
# macOS: Start Docker Desktop application
+open -a Docker
+
+# Linux: Start Docker daemon
+sudo systemctl start docker
+
+# Verify Docker is working
+docker ps
+
+# If permission denied, add your user to docker group (Linux)
+sudo usermod -aG docker $USER
+# Then log out and log back in
+
+
+

6. Image Not Found (Compose/K8s)

+

Symptoms:

+
    +
  • Compose/K8s tests fail during deployment
  • +
  • "Image not found: logos-blockchain-testing:local"
  • +
  • Containers fail to start
  • +
+

What you'll see:

+
$ POL_PROOF_DEV_MODE=true cargo run -p runner-examples --bin compose_runner
+[INFO  testing_framework_runner_compose] Starting compose deployment
+Error: Failed to pull image 'logos-blockchain-testing:local': No such image
+thread 'main' panicked at 'compose deployment failed'
+
+

Root Cause: The Docker image hasn't been built yet, or was pruned.

+

Fix (recommended):

+
# Use run-examples.sh which builds the image automatically
+scripts/run/run-examples.sh -t 60 -v 1 -e 1 compose
+
+

Fix (manual):

+
# 1. Build Linux bundle
+scripts/build/build-bundle.sh --platform linux
+
+# 2. Set bundle path
+export NOMOS_BINARIES_TAR=$(ls -t .tmp/nomos-binaries-linux-*.tar.gz | head -1)
+
+# 3. Build Docker image
+scripts/build/build_test_image.sh
+
+# 4. Verify image exists
+docker images | grep logos-blockchain-testing
+
+# 5. For kind/minikube: load image into cluster
+kind load docker-image logos-blockchain-testing:local
+# OR: minikube image load logos-blockchain-testing:local
+
+
+

7. Port Conflicts

+

Symptoms:

+
    +
  • "Address already in use" errors
  • +
  • Tests fail during node startup
  • +
  • Observability stack (Prometheus/Grafana) won't start
  • +
+

What you'll see:

+
$ POL_PROOF_DEV_MODE=true cargo run -p runner-examples --bin local_runner
+[INFO  testing_framework_runner_local] Launching validator 0 on port 18080
+Error: Os { code: 48, kind: AddrInUse, message: "Address already in use" }
+thread 'main' panicked at 'failed to bind port 18080'
+
+

Root Cause: Previous test didn't clean up properly, or another service is using the port.

+

Fix:

+
# Find processes using the port
+lsof -i :18080   # macOS/Linux
+netstat -ano | findstr :18080  # Windows
+
+# Kill orphaned nomos processes
+pkill nomos-node
+pkill nomos-executor
+
+# For compose: ensure containers are stopped
+docker compose down
+docker ps -a --filter "name=nomos-compose-" -q | xargs docker rm -f
+
+# Check if port is now free
+lsof -i :18080  # Should return nothing
+
+

For Observability Stack Port Conflicts:

+
# Edit ports in observability compose file
+vim scripts/observability/compose/docker-compose.yml
+
+# Change conflicting port mappings:
+# ports:
+#   - "9090:9090"  # Prometheus - change to "19090:9090" if needed
+#   - "3000:3000"  # Grafana - change to "13000:3000" if needed
+
+
+

8. Wallet Seeding Failed (Insufficient Funds)

+

Symptoms:

+
    +
  • Transaction workload reports wallet issues
  • +
  • "Insufficient funds" errors
  • +
  • Transactions aren't being submitted
  • +
+

What you'll see:

+
$ POL_PROOF_DEV_MODE=true cargo run -p runner-examples --bin local_runner
+[INFO  testing_framework_workflows] Starting transaction workload with 10 users
+[ERROR testing_framework_workflows] Wallet seeding failed: requested 10 users but only 3 wallets available
+thread 'main' panicked at 'workload init failed: insufficient wallets'
+
+

Root Cause: Topology configured fewer wallets than the workload needs. Transaction workload has .users(M) but topology only has .wallets(N) where N < M.

+

Fix:

+
use testing_framework_core::scenario::ScenarioBuilder;
+use testing_framework_workflows::ScenarioBuilderExt;
+
+let scenario = ScenarioBuilder::topology_with(|t| t.network_star().validators(3).executors(1))
+    .wallets(20) // ← Increase wallet count
+    .transactions_with(|tx| {
+        tx.users(10) // ← Must be ≤ wallets(20)
+            .rate(5)
+    })
+    .build();
+
+

9. Resource Exhaustion (OOM / CPU)

+

Symptoms:

+
    +
  • Nodes crash randomly
  • +
  • "OOM Killed" messages
  • +
  • Test becomes flaky under load
  • +
  • Docker containers restart repeatedly
  • +
+

What you'll see:

+
$ docker ps --filter "name=nomos-compose-"
+CONTAINER ID   STATUS
+abc123def456   Restarting (137) 30 seconds ago  # 137 = OOM killed
+
+$ docker logs abc123def456
+[INFO  nomos_node] Starting validator
+[INFO  consensus] Processing block
+Killed  # ← OOM killer terminated the process
+
+

Root Cause: Too many nodes, too much workload traffic, or insufficient Docker resources.

+

Fix:

+
# 1. Reduce topology size
+# In your scenario:
+#   .topology(Topology::preset_3v1e())  # Instead of preset_10v2e()
+
+# 2. Reduce workload rates
+#   .workload(TransactionWorkload::new().rate(5.0))  # Instead of rate(100.0)
+
+# 3. Increase Docker resources (Docker Desktop)
+# Settings → Resources → Memory: 8GB minimum (12GB+ recommended for large topologies)
+# Settings → Resources → CPUs: 4+ cores recommended
+
+# 4. Increase file descriptor limits (Linux/macOS)
+ulimit -n 4096
+
+# 5. Close other heavy applications (browsers, IDEs, etc.)
+
+
+

10. Logs Disappear After Run

+

Symptoms:

+
    +
  • Test completes but no logs on disk
  • +
  • Can't debug failures because logs are gone
  • +
  • Temporary directories cleaned up automatically
  • +
+

What you'll see:

+
$ POL_PROOF_DEV_MODE=true cargo run -p runner-examples --bin local_runner
+[INFO  runner_examples] Test complete, cleaning up
+[INFO  testing_framework_runner_local] Removing temporary directories
+$ ls .tmp/
+# Empty or missing
+
+

Root Cause: Framework cleans up temporary directories by default to avoid disk bloat.

+

Fix:

+
# Persist logs to a specific directory
+NOMOS_LOG_DIR=/tmp/test-logs \
+NOMOS_TESTS_KEEP_LOGS=1 \
+POL_PROOF_DEV_MODE=true \
+cargo run -p runner-examples --bin local_runner
+
+# Logs persist after run
+ls /tmp/test-logs/
+# nomos-node-0.2024-12-18T14-30-00.log
+# nomos-node-1.2024-12-18T14-30-00.log
+# ...
+
+
+

11. Consensus Timing Too Tight / Run Duration Too Short

+

Symptoms:

+
    +
  • "Consensus liveness expectation failed"
  • +
  • Only 1-2 blocks produced (or zero)
  • +
  • Nodes appear healthy but not making progress
  • +
+

What you'll see:

+
$ POL_PROOF_DEV_MODE=true cargo run -p runner-examples --bin local_runner
+[INFO  testing_framework_core] Starting workloads
+[INFO  testing_framework_core] Run window: 10 seconds
+[INFO  testing_framework_core] Evaluating expectations
+[ERROR testing_framework_core] Consensus liveness expectation failed: expected min 5 blocks, got 1
+thread 'main' panicked at 'expectations failed'
+
+

Root Cause: Run duration too short for consensus parameters. If CONSENSUS_SLOT_TIME=20s but run duration is only 10s, you can't produce many blocks.

+

Fix:

+
use std::time::Duration;
+
+use testing_framework_core::scenario::ScenarioBuilder;
+use testing_framework_workflows::ScenarioBuilderExt;
+
+// Increase run duration to allow more blocks.
+let scenario = ScenarioBuilder::topology_with(|t| t.network_star().validators(3).executors(1))
+    .expect_consensus_liveness()
+    .with_run_duration(Duration::from_secs(120)) // ← Give more time
+    .build();
+

Or adjust consensus timing (if you control node config):

+
# Faster block production (shorter slot time)
+CONSENSUS_SLOT_TIME=5 \
+CONSENSUS_ACTIVE_SLOT_COEFF=0.9 \
+POL_PROOF_DEV_MODE=true \
+cargo run -p runner-examples --bin local_runner
+
+
+

Summary: Quick Checklist for Failed Runs

+

When a test fails, check these in order:

+
    +
  1. POL_PROOF_DEV_MODE=true is set (REQUIRED for all runners)
  2. +
  3. versions.env exists at repo root
  4. +
  5. KZG circuit assets present (for DA workloads): testing-framework/assets/stack/kzgrs_test_params/kzgrs_test_params
  6. +
  7. Node binaries available (NOMOS_NODE_BIN / NOMOS_EXECUTOR_BIN set, or using run-examples.sh)
  8. +
  9. Docker daemon running (for compose/k8s)
  10. +
  11. Docker image built (logos-blockchain-testing:local exists for compose/k8s)
  12. +
  13. No port conflicts (lsof -i :18080, kill orphaned processes)
  14. +
  15. Sufficient wallets (.wallets(N).users(M))
  16. +
  17. Enough resources (Docker memory 8GB+, ulimit -n 4096)
  18. +
  19. Run duration appropriate (long enough for consensus timing)
  20. +
  21. Logs persisted (NOMOS_LOG_DIR + NOMOS_TESTS_KEEP_LOGS=1 if needed)
  22. +
+

Still stuck? Check node logs (see Where to Find Logs) for the actual error.

+

Where to Find Logs

+

Log Location Quick Reference

+
+ + + +
RunnerDefault OutputWith NOMOS_LOG_DIR + FlagsAccess Command
Host (local)Per-run temporary directories under the current working directory (removed unless NOMOS_TESTS_KEEP_LOGS=1)Per-node files with prefix nomos-node-{index} (set NOMOS_LOG_DIR)cat $NOMOS_LOG_DIR/nomos-node-0*
ComposeDocker container stdout/stderrSet tracing_settings.logger: !File in testing-framework/assets/stack/cfgsync.yaml (and mount a writable directory)docker ps then docker logs <container-id>
K8sPod stdout/stderrSet tracing_settings.logger: !File in testing-framework/assets/stack/cfgsync.yaml (and mount a writable directory)kubectl logs -l nomos/logical-role=validator
+
+

Important Notes:

+
    +
  • Host runner (local processes): Per-run temporary directories are created under the current working directory and removed after the run unless NOMOS_TESTS_KEEP_LOGS=1. To write per-node log files to a stable location, set NOMOS_LOG_DIR=/path/to/logs.
  • +
  • Compose/K8s: Node log destination is controlled by testing-framework/assets/stack/cfgsync.yaml (tracing_settings.logger). By default, rely on docker logs or kubectl logs.
  • +
  • File naming: Log files use prefix nomos-node-{index}* or nomos-executor-{index}* with timestamps, e.g., nomos-node-0.2024-12-01T10-30-45.log (NOT just .log suffix).
  • +
  • Container names: Compose containers include project UUID, e.g., nomos-compose-<uuid>-validator-0-1 where <uuid> is randomly generated per run
  • +
+

Accessing Node Logs by Runner

+

Local Runner

+

Console output (default):

+
POL_PROOF_DEV_MODE=true cargo run -p runner-examples --bin local_runner 2>&1 | tee test.log
+
+

Persistent file output:

+
NOMOS_LOG_DIR=/tmp/debug-logs \
+NOMOS_LOG_LEVEL=debug \
+POL_PROOF_DEV_MODE=true \
+cargo run -p runner-examples --bin local_runner
+
+# Inspect logs (note: filenames include timestamps):
+ls /tmp/debug-logs/
+# Example: nomos-node-0.2024-12-01T10-30-45.log
+tail -f /tmp/debug-logs/nomos-node-0*  # Use wildcard to match timestamp
+
+

Compose Runner

+

Stream live logs:

+
# List running containers (note the UUID prefix in names)
+docker ps --filter "name=nomos-compose-"
+
+# Find your container ID or name from the list, then:
+docker logs -f <container-id>
+
+# Or filter by name pattern:
+docker logs -f $(docker ps --filter "name=nomos-compose-.*-validator-0" -q | head -1)
+
+# Show last 100 lines
+docker logs --tail 100 <container-id>
+
+

Keep containers for post-mortem debugging:

+
COMPOSE_RUNNER_PRESERVE=1 \
+NOMOS_TESTNET_IMAGE=logos-blockchain-testing:local \
+POL_PROOF_DEV_MODE=true \
+cargo run -p runner-examples --bin compose_runner
+
+# OR: Use run-examples.sh (handles setup automatically)
+COMPOSE_RUNNER_PRESERVE=1 scripts/run/run-examples.sh -t 60 -v 1 -e 1 compose
+
+# After test failure, containers remain running:
+docker ps --filter "name=nomos-compose-"
+docker exec -it <container-id> /bin/sh
+docker logs <container-id> > debug.log
+
+

Note: Container names follow the pattern nomos-compose-{uuid}-validator-{index}-1 or nomos-compose-{uuid}-executor-{index}-1, where {uuid} is randomly generated per run.

+

K8s Runner

+

Important: Always verify your namespace and use label selectors instead of assuming pod names.

+

Stream pod logs (use label selectors):

+
# Check your namespace first
+kubectl config view --minify | grep namespace
+
+# All validator pods (add -n <namespace> if not using default)
+kubectl logs -l nomos/logical-role=validator -f
+
+# All executor pods
+kubectl logs -l nomos/logical-role=executor -f
+
+# Specific pod by name (find exact name first)
+kubectl get pods -l nomos/logical-role=validator  # Find the exact pod name
+kubectl logs -f <actual-pod-name>        # Then use it
+
+# With explicit namespace
+kubectl logs -n my-namespace -l nomos/logical-role=validator -f
+
+

Download logs from crashed pods:

+
# Previous logs from crashed pod
+kubectl get pods -l nomos/logical-role=validator  # Find crashed pod name first
+kubectl logs --previous <actual-pod-name> > crashed-validator.log
+
+# Or use label selector for all crashed validators
+for pod in $(kubectl get pods -l nomos/logical-role=validator -o name); do
+  kubectl logs --previous $pod > $(basename $pod)-previous.log 2>&1
+done
+
+

Access logs from all pods:

+
# All pods in current namespace
+for pod in $(kubectl get pods -o name); do
+  echo "=== $pod ==="
+  kubectl logs $pod
+done > all-logs.txt
+
+# Or use label selectors (recommended)
+kubectl logs -l nomos/logical-role=validator --tail=500 > validators.log
+kubectl logs -l nomos/logical-role=executor --tail=500 > executors.log
+
+# With explicit namespace
+kubectl logs -n my-namespace -l nomos/logical-role=validator --tail=500 > validators.log
+
+

Debugging Workflow

+

When a test fails, follow this sequence:

+

1. Check Framework Output

+

Start with the test harness output—did expectations fail? Was there a deployment error?

+

Look for:

+
    +
  • Expectation failure messages
  • +
  • Timeout errors
  • +
  • Deployment/readiness failures
  • +
+

2. Verify Node Readiness

+

Ensure all nodes started successfully and became ready before workloads began.

+

Commands:

+
# Local: check process list
+ps aux | grep nomos
+
+# Compose: check container status (note UUID in names)
+docker ps -a --filter "name=nomos-compose-"
+
+# K8s: check pod status (use label selectors, add -n <namespace> if needed)
+kubectl get pods -l nomos/logical-role=validator
+kubectl get pods -l nomos/logical-role=executor
+kubectl describe pod <actual-pod-name>  # Get name from above first
+
+

3. Inspect Node Logs

+

Focus on the first node that exhibited problems or the node with the highest index (often the last to start).

+

Common error patterns:

+
    +
  • "ERROR: versions.env missing" → missing required versions.env file at repository root
  • +
  • "Failed to bind address" → port conflict
  • +
  • "Connection refused" → peer not ready or network issue
  • +
  • "Proof verification failed" or "Proof generation timeout" → missing POL_PROOF_DEV_MODE=true (REQUIRED for all runners)
  • +
  • "Failed to load KZG parameters" or "Circuit file not found" → missing KZG circuit assets at testing-framework/assets/stack/kzgrs_test_params/
  • +
  • "Insufficient funds" → wallet seeding issue (increase .wallets(N) or reduce .users(M))
  • +
+

4. Check Log Levels

+

If logs are too sparse, increase verbosity:

+
NOMOS_LOG_LEVEL=debug \
+NOMOS_LOG_FILTER="cryptarchia=trace,nomos_da_sampling=debug" \
+cargo run -p runner-examples --bin local_runner
+
+

If metric updates are polluting your logs (fields like counter.* / gauge.*), move those events to a dedicated tracing target (e.g. target: "nomos_metrics") and set NOMOS_LOG_FILTER="nomos_metrics=off,..." so they don’t get formatted into log output.

+

5. Verify Observability Endpoints

+

If expectations report observability issues:

+

Prometheus (Compose):

+
curl http://localhost:9090/-/healthy
+
+

Node HTTP APIs:

+
curl http://localhost:18080/consensus/info  # Adjust port per node
+
+

6. Compare with Known-Good Scenario

+

Run a minimal baseline test (e.g., 2 validators, consensus liveness only). If it passes, the issue is in your workload or topology configuration.

+

Common Error Messages

+

"Consensus liveness expectation failed"

+
    +
  • Cause: Not enough blocks produced during the run window, missing +POL_PROOF_DEV_MODE=true (causes slow proof generation), or missing KZG +assets for DA workloads.
  • +
  • Fix: +
      +
    1. Verify POL_PROOF_DEV_MODE=true is set (REQUIRED for all runners).
    2. +
    3. Verify KZG assets exist at +testing-framework/assets/stack/kzgrs_test_params/ (for DA workloads).
    4. +
    5. Extend with_run_duration() to allow more blocks.
    6. +
    7. Check node logs for proof generation or DA errors.
    8. +
    9. Reduce transaction/DA rate if nodes are overwhelmed.
    10. +
    +
  • +
+

"Wallet seeding failed"

+
    +
  • Cause: Topology doesn't have enough funded wallets for the workload.
  • +
  • Fix: Increase .wallets(N) count or reduce .users(M) in the transaction +workload (ensure N ≥ M).
  • +
+

"Node control not available"

+
    +
  • Cause: Runner doesn't support node control (only ComposeDeployer does), or +enable_node_control() wasn't called.
  • +
  • Fix: +
      +
    1. Use ComposeDeployer for chaos tests (LocalDeployer and K8sDeployer don't +support node control).
    2. +
    3. Ensure .enable_node_control() is called in the scenario before .chaos().
    4. +
    +
  • +
+

"Readiness timeout"

+
    +
  • Cause: Nodes didn't become responsive within expected time (often due to +missing prerequisites).
  • +
  • Fix: +
      +
    1. Verify POL_PROOF_DEV_MODE=true is set (REQUIRED for all runners—without +it, proof generation is too slow).
    2. +
    3. Check node logs for startup errors (port conflicts, missing assets).
    4. +
    5. Verify network connectivity between nodes.
    6. +
    7. For DA workloads, ensure KZG circuit assets are present.
    8. +
    +
  • +
+

"ERROR: versions.env missing"

+
    +
  • Cause: Helper scripts (run-examples.sh, build-bundle.sh, setup-circuits-stack.sh) require versions.env file at repository root.
  • +
  • Fix: Ensure you're running from the repository root directory. The versions.env file should already exist and contains:
  • +
+
  VERSION=<circuit release tag>
+  NOMOS_NODE_REV=<nomos-node git revision>
+  NOMOS_BUNDLE_VERSION=<bundle schema version>
+
+

Use the checked-in versions.env at the repository root as the source of truth.

+

"Port already in use"

+
    +
  • Cause: Previous test didn't clean up, or another process holds the port.
  • +
  • Fix: Kill orphaned processes (pkill nomos-node), wait for Docker cleanup +(docker compose down), or restart Docker.
  • +
+

"Image not found: logos-blockchain-testing:local"

+
    +
  • Cause: Docker image not built for Compose/K8s runners, or KZG assets not +baked into the image.
  • +
  • Fix (recommended): Use run-examples.sh which handles everything: +
    scripts/run/run-examples.sh -t 60 -v 1 -e 1 compose
    +
    +
  • +
  • Fix (manual): +
      +
    1. Build bundle: scripts/build/build-bundle.sh --platform linux
    2. +
    3. Set bundle path: export NOMOS_BINARIES_TAR=.tmp/nomos-binaries-linux-v0.3.1.tar.gz
    4. +
    5. Build image: scripts/build/build_test_image.sh
    6. +
    7. kind/minikube: load the image into the cluster nodes (e.g. kind load docker-image logos-blockchain-testing:local, or minikube image load ...), or push to a registry and set NOMOS_TESTNET_IMAGE accordingly.
    8. +
    +
  • +
+

"Failed to load KZG parameters" or "Circuit file not found"

+
    +
  • Cause: DA workload requires KZG circuit assets. The file testing-framework/assets/stack/kzgrs_test_params/kzgrs_test_params (note repeated filename) must exist. Inside containers, it's at /kzgrs_test_params/kzgrs_test_params.
  • +
  • Fix (recommended): Use run-examples.sh which handles setup: +
    scripts/run/run-examples.sh -t 60 -v 1 -e 1 <mode>
    +
    +
  • +
  • Fix (manual): +
      +
    1. Fetch assets: scripts/setup/setup-nomos-circuits.sh v0.3.1 /tmp/nomos-circuits
    2. +
    3. Copy to expected path: cp -r /tmp/nomos-circuits/* testing-framework/assets/stack/kzgrs_test_params/
    4. +
    5. Verify file exists: ls -lh testing-framework/assets/stack/kzgrs_test_params/kzgrs_test_params
    6. +
    7. For Compose/K8s: rebuild image with assets baked in
    8. +
    +
  • +
+

For detailed logging configuration and observability setup, see Logging & Observability.

+ +
+ + +
+
+ + + +
+ + + + + + + + + + + + + + + + + + + +
+ + diff --git a/docs/usage-patterns.html b/docs/usage-patterns.html new file mode 100644 index 0000000..3a59fc1 --- /dev/null +++ b/docs/usage-patterns.html @@ -0,0 +1,245 @@ + + + + + + Usage Patterns - Logos Blockchain Testing Framework Book + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + + +
+
+

Usage Patterns

+
    +
  • Shape a topology, pick a runner: choose local for quick iteration, compose +for reproducible multi-node stacks with observability, or k8s for cluster-grade +validation.
  • +
  • Compose workloads deliberately: pair transactions and data-availability +traffic for end-to-end coverage; add chaos only when assessing recovery and +resilience.
  • +
  • Align expectations with goals: use liveness-style checks to confirm the +system keeps up with planned activity, and add workload-specific assertions for +inclusion or availability.
  • +
  • Reuse plans across environments: keep the scenario constant while swapping +runners to compare behavior between developer machines and CI clusters.
  • +
  • Iterate with clear signals: treat expectation outcomes as the primary +pass/fail indicator, and adjust topology or workloads based on what those +signals reveal.
  • +
+ +
+ + +
+
+ + + +
+ + + + + + + + + + + + + + + + + + + +
+ + diff --git a/docs/what-you-will-learn.html b/docs/what-you-will-learn.html new file mode 100644 index 0000000..fd6919b --- /dev/null +++ b/docs/what-you-will-learn.html @@ -0,0 +1,295 @@ + + + + + + What You Will Learn - Logos Blockchain Testing Framework Book + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + + +
+
+

What You Will Learn

+

This book gives you a clear mental model for Logos multi-node testing, shows how +to author scenarios that pair realistic workloads with explicit expectations, +and guides you to run them across local, containerized, and cluster environments +without changing the plan.

+

By the End of This Book, You Will Be Able To:

+

Understand the Framework

+
    +
  • Explain the six-phase scenario lifecycle (Build, Deploy, Capture, Execute, Evaluate, Cleanup)
  • +
  • Describe how Deployers, Runners, Workloads, and Expectations work together
  • +
  • Navigate the crate architecture and identify extension points
  • +
  • Understand when to use each runner (Host, Compose, Kubernetes)
  • +
+

Author and Run Scenarios

+
    +
  • Define multi-node topologies with validators and executors
  • +
  • Configure transaction and DA workloads with appropriate rates
  • +
  • Add consensus liveness and inclusion expectations
  • +
  • Run scenarios across all three deployment modes
  • +
  • Use BlockFeed to monitor block production in real-time
  • +
  • Implement chaos testing with node restarts
  • +
+

Operate in Production

+
    +
  • Set up prerequisites and dependencies correctly
  • +
  • Configure environment variables for different runners
  • +
  • Integrate tests into CI/CD pipelines (GitHub Actions)
  • +
  • Troubleshoot common failure scenarios
  • +
  • Collect and analyze logs from multi-node runs
  • +
  • Optimize test durations and resource usage
  • +
+

Extend the Framework

+
    +
  • Implement custom Workload traits for new traffic patterns
  • +
  • Create custom Expectation traits for domain-specific checks
  • +
  • Add new Deployer implementations for different backends
  • +
  • Contribute topology helpers and DSL extensions
  • +
+

Learning Path

+

Beginner (0-2 hours)

+ +

Intermediate (2-8 hours)

+ +

Advanced (8+ hours)

+ +

What This Book Does NOT Cover

+
    +
  • Logos node internals — This book focuses on testing infrastructure, not the blockchain protocol implementation. See the Logos node repository (nomos-node) for protocol documentation.
  • +
  • Consensus algorithm theory — We assume familiarity with basic blockchain concepts (validators, blocks, transactions, data availability).
  • +
  • Rust language basics — Examples use Rust, but we don't teach the language. See The Rust Book if you're new to Rust.
  • +
  • Kubernetes administration — We show how to use the K8s runner, but don't cover cluster setup, networking, or operations.
  • +
  • Docker fundamentals — We assume basic Docker/Compose knowledge for the Compose runner.
  • +
+ +
+ + +
+
+ + + +
+ + + + + + + + + + + + + + + + + + + +
+ + diff --git a/docs/workloads.html b/docs/workloads.html new file mode 100644 index 0000000..beb63a5 --- /dev/null +++ b/docs/workloads.html @@ -0,0 +1,664 @@ + + + + + + Core Content: Workloads & Expectations - Logos Blockchain Testing Framework Book + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + + +
+
+

Core Content: Workloads & Expectations

+

Workloads describe the activity a scenario generates; expectations describe the signals that must hold when that activity completes. This page is the canonical reference for all built-in workloads and expectations, including configuration knobs, defaults, prerequisites, and debugging guidance.

+
+

Overview

+
flowchart TD
+    I[Inputs<br/>topology + wallets + rates] --> Init[Workload init]
+    Init --> Drive[Drive traffic]
+    Drive --> Collect[Collect signals]
+    Collect --> Eval[Expectations evaluate]
+
+

Key concepts:

+
    +
  • Workloads run during the execution phase (generate traffic)
  • +
  • Expectations run during the evaluation phase (check health signals)
  • +
  • Each workload can attach its own expectations automatically
  • +
  • Expectations can also be added explicitly
  • +
+
+

Built-in Workloads

+

1. Transaction Workload

+

Submits user-level transactions at a configurable rate to exercise transaction processing and inclusion paths.

+

Import:

+
use testing_framework_workflows::workloads::transaction::Workload;
+

Configuration

+
+ + +
ParameterTypeDefaultDescription
rateu64RequiredTransactions per block (not per second!)
usersOption<usize>All walletsNumber of distinct wallet accounts to use
+
+

DSL Usage

+
use testing_framework_workflows::ScenarioBuilderExt;
+
+ScenarioBuilder::topology_with(|t| t.network_star().validators(3).executors(1))
+    .wallets(20)  // Seed 20 wallet accounts
+    .transactions_with(|tx| {
+        tx.rate(10)   // 10 transactions per block
+          .users(5)   // Use only 5 of the 20 wallets
+    })
+    .with_run_duration(Duration::from_secs(60))
+    .build();
+

Direct Instantiation

+
use testing_framework_workflows::workloads::transaction;
+
+let tx_workload = transaction::Workload::with_rate(10)
+    .expect("transaction rate must be non-zero");
+
+ScenarioBuilder::topology_with(|t| t.network_star().validators(3).executors(1))
+    .wallets(20)
+    .with_workload(tx_workload)
+    .with_run_duration(Duration::from_secs(60))
+    .build();
+

Prerequisites

+
    +
  1. +

    Wallet accounts must be seeded:

    +
    .wallets(N)  // Before .transactions_with()
    +

    The workload will fail during init() if no wallets are configured.

    +
  2. +
  3. +

    Proof generation must be fast:

    +
    export POL_PROOF_DEV_MODE=true
    +
    +

    Without this, proof generation takes ~30-60 seconds per transaction, causing timeouts.

    +
  4. +
  5. +

    Circuit artifacts must be available:

    +
      +
    • Automatically staged by scripts/run/run-examples.sh
    • +
    • Or manually via scripts/setup/setup-circuits-stack.sh (recommended) / scripts/setup/setup-nomos-circuits.sh
    • +
    +
  6. +
+

Attached Expectation

+

TxInclusionExpectation — Verifies that submitted transactions were included in blocks.

+

What it checks:

+
    +
  • At least N transactions were included on-chain (where N = rate × user count × expected block count)
  • +
  • Uses BlockFeed to count transactions across all observed blocks
  • +
+

Failure modes:

+
    +
  • "Expected >= X transactions, observed Y" (Y < X)
  • +
  • Common causes: proof generation timeouts, node crashes, insufficient duration
  • +
+

What Failure Looks Like

+
Error: Expectation failed: TxInclusionExpectation
+  Expected: >= 600 transactions (10 tx/block × 60 blocks)
+  Observed: 127 transactions
+  
+  Possible causes:
+  - POL_PROOF_DEV_MODE not set (proof generation too slow)
+  - Duration too short (nodes still syncing)
+  - Node crashes (check logs for panics/OOM)
+  - Wallet accounts not seeded (check topology config)
+
+

How to debug:

+
    +
  1. Check logs for proof generation timing: +
    grep "proof generation" $NOMOS_LOG_DIR/executor-0/*.log
    +
    +
  2. +
  3. Verify POL_PROOF_DEV_MODE=true was set
  4. +
  5. Increase duration: .with_run_duration(Duration::from_secs(120))
  6. +
  7. Reduce rate: .rate(5) instead of .rate(10)
  8. +
+
+

2. Data Availability (DA) Workload

+

Drives blob and channel activity to exercise data availability paths and storage.

+

Import:

+
use testing_framework_workflows::workloads::da::Workload;
+

Configuration

+
+ + + +
ParameterTypeDefaultDescription
blob_rate_per_blockNonZeroU64RequiredBlobs to publish per block
channel_rate_per_blockNonZeroU64RequiredChannels to create per block
headroom_percentu6420Extra capacity for channel planning (avoids saturation)
+
+

DSL Usage

+
use testing_framework_workflows::ScenarioBuilderExt;
+
+ScenarioBuilder::topology_with(|t| t.network_star().validators(3).executors(2))
+    .da_with(|da| {
+        da.channel_rate(2)  // 2 channels per block
+          .blob_rate(4)     // 4 blobs per block
+    })
+    .with_run_duration(Duration::from_secs(120))
+    .build();
+

Direct Instantiation

+
use std::num::NonZeroU64;
+use testing_framework_workflows::workloads::da;
+
+let da_workload = da::Workload::with_rate(
+    NonZeroU64::new(4).unwrap(),   // blob_rate_per_block
+    NonZeroU64::new(2).unwrap(),   // channel_rate_per_block
+    20,                            // headroom_percent
+);
+
+ScenarioBuilder::topology_with(|t| t.network_star().validators(3).executors(2))
+    .with_workload(da_workload)
+    .with_run_duration(Duration::from_secs(120))
+    .build();
+

Prerequisites

+
    +
  1. +

    Executors must be present:

    +
    .executors(N)  // At least 1 executor
    +

    DA workload requires executor nodes to handle blob publishing.

    +
  2. +
  3. +

    Sufficient duration: +Channel creation and blob publishing are slower than transaction submission. Allow 120+ seconds.

    +
  4. +
  5. +

    Circuit artifacts: +Same as transaction workload (POL_PROOF_DEV_MODE, circuits staged).

    +
  6. +
+

Attached Expectation

+

DaWorkloadExpectation — Verifies blobs and channels were created and published.

+

What it checks:

+
    +
  • At least N channels were created (where N = channel_rate × expected blocks)
  • +
  • At least M blobs were published (where M = blob_rate × expected blocks × headroom)
  • +
  • Uses BlockFeed and executor API to verify
  • +
+

Failure modes:

+
    +
  • "Expected >= X channels, observed Y" (Y < X)
  • +
  • "Expected >= X blobs, observed Y" (Y < X)
  • +
  • Common causes: executor crashes, insufficient duration, DA saturation
  • +
+

What Failure Looks Like

+
Error: Expectation failed: DaWorkloadExpectation
+  Expected: >= 60 channels (2 channels/block × 30 blocks)
+  Observed: 23 channels
+  
+  Possible causes:
+  - Executors crashed or restarted (check executor logs)
+  - Duration too short (channels still being created)
+  - Blob publishing failed (check executor API errors)
+  - Network issues (check validator/executor connectivity)
+
+

How to debug:

+
    +
  1. Check executor logs: +
    grep "channel\|blob" $NOMOS_LOG_DIR/executor-0/*.log
    +
    +
  2. +
  3. Verify executors stayed running: +
    grep "panic\|killed" $NOMOS_LOG_DIR/executor-*/*.log
    +
    +
  4. +
  5. Increase duration: .with_run_duration(Duration::from_secs(180))
  6. +
  7. Reduce rates: .channel_rate(1).blob_rate(2)
  8. +
+
+

3. Chaos Workload (Random Restart)

+

Triggers controlled node restarts to test resilience and recovery behaviors.

+

Import:

+
use testing_framework_workflows::workloads::chaos::RandomRestartWorkload;
+

Configuration

+
+ + + + + +
ParameterTypeDefaultDescription
min_delayDurationRequiredMinimum time between restart attempts
max_delayDurationRequiredMaximum time between restart attempts
target_cooldownDurationRequiredMinimum time before restarting same node again
include_validatorsboolRequiredWhether to restart validators
include_executorsboolRequiredWhether to restart executors
+
+

Usage

+
use std::time::Duration;
+
+use testing_framework_core::scenario::ScenarioBuilder;
+use testing_framework_workflows::{ScenarioBuilderExt, workloads::chaos::RandomRestartWorkload};
+
+let scenario = ScenarioBuilder::topology_with(|t| {
+    t.network_star().validators(3).executors(2)
+})
+.enable_node_control()  // REQUIRED for chaos
+.with_workload(RandomRestartWorkload::new(
+    Duration::from_secs(45),   // min_delay
+    Duration::from_secs(75),   // max_delay
+    Duration::from_secs(120),  // target_cooldown
+    true,                      // include_validators
+    true,                      // include_executors
+))
+.expect_consensus_liveness()
+.with_run_duration(Duration::from_secs(180))
+.build();
+

Prerequisites

+
    +
  1. +

    Node control must be enabled:

    +
    .enable_node_control()
    +

    This adds NodeControlCapability to the scenario.

    +
  2. +
  3. +

    Runner must support node control:

    +
      +
    • Compose runner: Supported
    • +
    • Local runner: Not supported
    • +
    • K8s runner: Not yet implemented
    • +
    +
  4. +
  5. +

    Sufficient topology:

    +
      +
    • For validators: Need >1 validator (workload skips if only 1)
    • +
    • For executors: Can restart all executors
    • +
    +
  6. +
  7. +

    Realistic timing:

    +
      +
    • Total duration should be 2-3× the max_delay + cooldown
    • +
    • Example: max_delay=75s, cooldown=120s → duration >= 180s
    • +
    +
  8. +
+

Attached Expectation

+

None. You must explicitly add expectations (typically .expect_consensus_liveness()).

+

Why? Chaos workloads are about testing recovery under disruption. The appropriate expectation depends on what you're testing:

+
    +
  • Consensus survives restarts → .expect_consensus_liveness()
  • +
  • Height converges after chaos → Custom expectation checking BlockFeed
  • +
+

What Failure Looks Like

+
Error: Workload failed: chaos_restart
+  Cause: NodeControlHandle not available
+  
+  Possible causes:
+  - Forgot .enable_node_control() in scenario builder
+  - Using local runner (doesn't support node control)
+  - Using k8s runner (doesn't support node control)
+
+

Or:

+
Error: Expectation failed: ConsensusLiveness
+  Expected: >= 20 blocks
+  Observed: 8 blocks
+  
+  Possible causes:
+  - Restart frequency too high (nodes can't recover)
+  - Consensus timing too slow (increase duration)
+  - Too many validators restarted simultaneously
+  - Nodes crashed after restart (check logs)
+
+

How to debug:

+
    +
  1. Check restart events in logs: +
    grep "restarting\|restart complete" $NOMOS_LOG_DIR/*/*.log
    +
    +
  2. +
  3. Verify node control is enabled: +
    grep "NodeControlHandle" $NOMOS_LOG_DIR/*/*.log
    +
    +
  4. +
  5. Increase cooldown: Duration::from_secs(180)
  6. +
  7. Reduce restart scope: include_validators = false (test executors only)
  8. +
  9. Increase duration: .with_run_duration(Duration::from_secs(300))
  10. +
+
+

Built-in Expectations

+

1. Consensus Liveness

+

Verifies the system continues to produce blocks during the execution window.

+

Import:

+
use testing_framework_workflows::ScenarioBuilderExt;
+

DSL Usage

+
ScenarioBuilder::topology_with(|t| t.network_star().validators(3).executors(1))
+    .expect_consensus_liveness()
+    .with_run_duration(Duration::from_secs(60))
+    .build();
+

What It Checks

+
    +
  • At least N blocks were produced (where N = duration / expected_block_time)
  • +
  • Uses BlockFeed to count observed blocks
  • +
  • Compares against a minimum threshold (typically 50% of theoretical max)
  • +
+

Failure Modes

+
Error: Expectation failed: ConsensusLiveness
+  Expected: >= 30 blocks
+  Observed: 3 blocks
+  
+  Possible causes:
+  - Nodes crashed or never started (check logs)
+  - Consensus timing misconfigured (CONSENSUS_SLOT_TIME too high)
+  - Insufficient validators (need >= 2 for BFT consensus)
+  - Duration too short (nodes still syncing)
+
+

How to Debug

+
    +
  1. Check if nodes started: +
    grep "node started\|listening on" $NOMOS_LOG_DIR/*/*.log
    +
    +
  2. +
  3. Check block production: +
    grep "block.*height" $NOMOS_LOG_DIR/validator-*/*.log
    +
    +
  4. +
  5. Check consensus participation: +
    grep "consensus.*slot\|proposal" $NOMOS_LOG_DIR/validator-*/*.log
    +
    +
  6. +
  7. Increase duration: .with_run_duration(Duration::from_secs(120))
  8. +
  9. Check env vars: echo $CONSENSUS_SLOT_TIME $CONSENSUS_ACTIVE_SLOT_COEFF
  10. +
+
+

2. Workload-Specific Expectations

+

Each workload automatically attaches its own expectation:

+
+ + + +
WorkloadExpectationWhat It Checks
TransactionTxInclusionExpectationTransactions were included in blocks
DADaWorkloadExpectationBlobs and channels were created/published
Chaos(None)Add .expect_consensus_liveness() explicitly
+
+

These expectations are added automatically when using the DSL (.transactions_with(), .da_with()).

+
+

Configuration Quick Reference

+

Transaction Workload

+
.wallets(20)
+.transactions_with(|tx| tx.rate(10).users(5))
+
+ + + +
WhatValueUnit
Rate10tx/block
Users5wallet accounts
Wallets20total seeded
+
+

DA Workload

+
.da_with(|da| da.channel_rate(2).blob_rate(4))
+
+ + + +
WhatValueUnit
Channel rate2channels/block
Blob rate4blobs/block
Headroom20percent
+
+

Chaos Workload

+
.enable_node_control()
+.with_workload(RandomRestartWorkload::new(
+    Duration::from_secs(45),   // min
+    Duration::from_secs(75),   // max
+    Duration::from_secs(120),  // cooldown
+    true,  // validators
+    true,  // executors
+))
+
+

Common Patterns

+

Pattern 1: Multiple Workloads

+
ScenarioBuilder::topology_with(|t| t.network_star().validators(3).executors(2))
+    .wallets(20)
+    .transactions_with(|tx| tx.rate(5).users(10))
+    .da_with(|da| da.channel_rate(2).blob_rate(2))
+    .expect_consensus_liveness()
+    .with_run_duration(Duration::from_secs(120))
+    .build();
+

All workloads run concurrently. Expectations for each workload run after the execution window ends.

+

Pattern 2: Custom Expectation

+
use testing_framework_core::scenario::Expectation;
+
+struct MyCustomExpectation;
+
+#[async_trait]
+impl Expectation for MyCustomExpectation {
+    async fn evaluate(&self, ctx: &RunContext) -> Result<(), DynError> {
+        // Access BlockFeed, metrics, topology, etc.
+        let block_count = ctx.block_feed()?.count();
+        if block_count < 10 {
+            return Err("Not enough blocks".into());
+        }
+        Ok(())
+    }
+}
+
+ScenarioBuilder::topology_with(|t| t.network_star().validators(3).executors(1))
+    .with_expectation(MyCustomExpectation)
+    .with_run_duration(Duration::from_secs(60))
+    .build();
+
+

Debugging Checklist

+

When a workload or expectation fails:

+
    +
  1. Check logs: $NOMOS_LOG_DIR/*/ or docker compose logs or kubectl logs
  2. +
  3. Verify environment variables: POL_PROOF_DEV_MODE, NOMOS_NODE_BIN, etc.
  4. +
  5. Check prerequisites: wallets, executors, node control, circuits
  6. +
  7. Increase duration: Double the run duration and retry
  8. +
  9. Reduce rates: Half the traffic rates and retry
  10. +
  11. Check metrics: Prometheus queries for block height, tx count, DA stats
  12. +
  13. Reproduce locally: Use local runner for faster iteration
  14. +
+
+

See Also

+ + +
+ + +
+
+ + + +
+ + + + + + + + + + + + + + + + + + + +
+ + diff --git a/docs/workspace-layout.html b/docs/workspace-layout.html new file mode 100644 index 0000000..4252b8f --- /dev/null +++ b/docs/workspace-layout.html @@ -0,0 +1,248 @@ + + + + + + Workspace Layout - Logos Blockchain Testing Framework Book + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + + +
+
+

Workspace Layout

+

The workspace focuses on multi-node integration testing and sits alongside a +nomos-node checkout. Its crates separate concerns to keep scenarios +repeatable and portable:

+
    +
  • Configs: prepares high-level node, network, tracing, and wallet settings +used across test environments.
  • +
  • Core scenario orchestration: the engine that holds topology descriptions, +scenario plans, runtimes, workloads, and expectations.
  • +
  • Workflows: ready-made workloads (transactions, data-availability, chaos) +and reusable expectations assembled into a user-facing DSL.
  • +
  • Runners: deployment backends for local processes, Docker Compose, and +Kubernetes, all consuming the same scenario plan.
  • +
  • Runner Examples (crate name: runner-examples, path: examples/): +runnable binaries (examples/src/bin/local_runner.rs, +examples/src/bin/compose_runner.rs, examples/src/bin/k8s_runner.rs) that +demonstrate complete scenario execution with each deployer.
  • +
+

This split keeps configuration, orchestration, reusable traffic patterns, and +deployment adapters loosely coupled while sharing one mental model for tests.

+ +
+ + +
+
+ + + +
+ + + + + + + + + + + + + + + + + + + +
+ + diff --git a/hooks/cargo-hack.sh b/hooks/cargo-hack.sh deleted file mode 100755 index aef5276..0000000 --- a/hooks/cargo-hack.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/bash - -RUSTFLAGS="-D warnings" cargo hack --feature-powerset --no-dev-deps check diff --git a/rust-toolchain.toml b/rust-toolchain.toml deleted file mode 100644 index 8373f6e..0000000 --- a/rust-toolchain.toml +++ /dev/null @@ -1,12 +0,0 @@ -[toolchain] -# Keep this version in sync also in the following places: -# * Dockerfile -# * flake.nix -# * testnet/Dockerfile -# Also, update the version of the nightly toolchain to the latest nightly of the new version specified in the following places: -# * .github/workflows/code-check.yml (fmt job) -# * .pre-commit-config.yml (fmt hook) -# Then, if there is any new allow-by-default rustc lint introduced/stabilized, add it to the respective entry in our `config.toml`. -channel = "nightly-2025-09-14" -# Even if clippy should be included in the default profile, in some cases it is not installed. So we force it with an explicit declaration. -components = ["clippy", "rustfmt"] diff --git a/rustfmt.toml b/rustfmt.toml deleted file mode 100644 index 4efac2b..0000000 --- a/rustfmt.toml +++ /dev/null @@ -1,5 +0,0 @@ -group_imports = "StdExternalCrate" -imports_granularity = "Crate" -reorder_imports = true -reorder_modules = true -wrap_comments = true diff --git a/scripts/build-rapidsnark.sh b/scripts/build-rapidsnark.sh deleted file mode 100755 index ab0e8b8..0000000 --- a/scripts/build-rapidsnark.sh +++ /dev/null @@ -1,122 +0,0 @@ -#!/bin/bash -# -# Rebuild the rapidsnark prover for the current architecture. -# -# Usage: ./scripts/build-rapidsnark.sh - -set -euo pipefail - -if [ $# -lt 1 ]; then - echo "usage: $0 " >&2 - exit 1 -fi - -TARGET_ARCH="$(uname -m)" -CIRCUITS_DIR="$1" -RAPIDSNARK_REPO="${RAPIDSNARK_REPO:-https://github.com/iden3/rapidsnark.git}" -RAPIDSNARK_REF="${RAPIDSNARK_REF:-main}" -FORCE_REBUILD="${RAPIDSNARK_FORCE_REBUILD:-0}" -BUILD_DIR="" -PACKAGE_DIR="" -CMAKE_TARGET_PLATFORM="" -USE_ASM="${RAPIDSNARK_USE_ASM:-ON}" -CMAKE_C_FLAGS="${RAPIDSNARK_C_FLAGS:-}" -CMAKE_CXX_FLAGS="${RAPIDSNARK_CXX_FLAGS:-}" - -if [ ! -d "$CIRCUITS_DIR" ]; then - echo "circuits directory '$CIRCUITS_DIR' does not exist" >&2 - exit 1 -fi - -system_gmp_package() { - local multiarch arch - arch="${1:-${TARGET_ARCH}}" - multiarch="$(gcc -print-multiarch 2>/dev/null || echo "${arch}-linux-gnu")" - local lib_path="/usr/lib/${multiarch}/libgmp.a" - if [ ! -f "$lib_path" ]; then - echo "system libgmp.a not found at $lib_path" >&2 - return 1 - fi - mkdir -p "depends/gmp/package_${arch}/lib" "depends/gmp/package_${arch}/include" - cp "$lib_path" "depends/gmp/package_${arch}/lib/" - # Headers are small; copy the public ones the build expects. - cp /usr/include/gmp*.h "depends/gmp/package_${arch}/include/" || true -} - -case "$TARGET_ARCH" in - arm64 | aarch64) - CMAKE_TARGET_PLATFORM="aarch64" - BUILD_DIR="build_prover_arm64" - PACKAGE_DIR="${RAPIDSNARK_PACKAGE_DIR:-package_arm64}" - ;; - x86_64) - if [ "$FORCE_REBUILD" != "1" ]; then - echo "rapidsnark rebuild skipped for architecture '$TARGET_ARCH' (set RAPIDSNARK_FORCE_REBUILD=1 to override)" >&2 - exit 0 - fi - if [ -z "$CMAKE_C_FLAGS" ]; then - # Keep CPU requirements minimal so binaries run under emulation (e.g. act on Apple hosts). - CMAKE_C_FLAGS="-march=x86-64 -mno-avx -mno-avx2 -mno-sse4.2" - fi - if [ -z "$CMAKE_CXX_FLAGS" ]; then - CMAKE_CXX_FLAGS="$CMAKE_C_FLAGS" - fi - # Assembly paths assume modern CPU features; disable by default for x86_64 unless overridden. - if [ "${RAPIDSNARK_USE_ASM:-}" = "" ]; then - USE_ASM="OFF" - fi - CMAKE_TARGET_PLATFORM="x86_64" - BUILD_DIR="build_prover_x86_64" - PACKAGE_DIR="${RAPIDSNARK_PACKAGE_DIR:-package_x86_64}" - ;; - *) - if [ "$FORCE_REBUILD" != "1" ]; then - echo "rapidsnark rebuild skipped for unsupported architecture '$TARGET_ARCH'" >&2 - exit 0 - fi - CMAKE_TARGET_PLATFORM="$TARGET_ARCH" - BUILD_DIR="build_prover_${TARGET_ARCH}" - PACKAGE_DIR="${RAPIDSNARK_PACKAGE_DIR:-package_${TARGET_ARCH}}" - ;; -esac - -workdir="$(mktemp -d)" -trap 'rm -rf "$workdir"' EXIT - -echo "Building rapidsnark ($RAPIDSNARK_REF) for $TARGET_ARCH..." >&2 -git clone --depth 1 --branch "$RAPIDSNARK_REF" "$RAPIDSNARK_REPO" "$workdir/rapidsnark" >&2 -cd "$workdir/rapidsnark" -git submodule update --init --recursive >&2 - -if [ "${RAPIDSNARK_BUILD_GMP:-1}" = "1" ]; then - if [ -z "${RAPIDSNARK_GMP_TARGET:-}" ]; then - if [ "$CMAKE_TARGET_PLATFORM" = "x86_64" ]; then - GMP_TARGET="host" - else - GMP_TARGET="$CMAKE_TARGET_PLATFORM" - fi - else - GMP_TARGET="$RAPIDSNARK_GMP_TARGET" - fi - ./build_gmp.sh "$GMP_TARGET" >&2 -else - echo "Using system libgmp to satisfy rapidsnark dependencies" >&2 - system_gmp_package "$CMAKE_TARGET_PLATFORM" -fi - -rm -rf "$BUILD_DIR" -mkdir "$BUILD_DIR" -cd "$BUILD_DIR" -cmake .. \ - -DTARGET_PLATFORM="$CMAKE_TARGET_PLATFORM" \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX="../${PACKAGE_DIR}" \ - -DBUILD_SHARED_LIBS=OFF \ - -DUSE_ASM="$USE_ASM" \ - ${CMAKE_C_FLAGS:+-DCMAKE_C_FLAGS="$CMAKE_C_FLAGS"} \ - ${CMAKE_CXX_FLAGS:+-DCMAKE_CXX_FLAGS="$CMAKE_CXX_FLAGS"} >&2 -cmake --build . --target prover verifier -- -j"$(nproc)" >&2 - -install -m 0755 "src/prover" "$CIRCUITS_DIR/prover" -install -m 0755 "src/verifier" "$CIRCUITS_DIR/verifier" -echo "rapidsnark prover installed to $CIRCUITS_DIR/prover" >&2 diff --git a/scripts/setup-nomos-circuits.sh b/scripts/setup-nomos-circuits.sh deleted file mode 100755 index bbd2dd1..0000000 --- a/scripts/setup-nomos-circuits.sh +++ /dev/null @@ -1,226 +0,0 @@ -#!/bin/bash -# -# Setup script for nomos-circuits -# -# Usage: ./setup-nomos-circuits.sh [VERSION] [INSTALL_DIR] -# -# Arguments: -# VERSION - Optional. Version to install (default: v0.3.1) -# INSTALL_DIR - Optional. Installation directory (default: $HOME/.nomos-circuits) -# -# Examples: -# ./setup-nomos-circuits.sh # Install default version to default location -# ./setup-nomos-circuits.sh v0.2.0 # Install specific version to default location -# ./setup-nomos-circuits.sh v0.2.0 /opt/circuits # Install to custom location - -set -e - -# Default values -VERSION="${1:-v0.3.1}" -DEFAULT_INSTALL_DIR="$HOME/.nomos-circuits" -INSTALL_DIR="${2:-$DEFAULT_INSTALL_DIR}" -REPO="logos-co/nomos-circuits" -SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" - -# Colors for output -RED='\033[0;31m' -GREEN='\033[0;32m' -YELLOW='\033[1;33m' -BLUE='\033[0;34m' -NC='\033[0m' # No Color - -print_info() { - echo -e "${BLUE}ℹ${NC} $1" -} - -print_success() { - echo -e "${GREEN}✓${NC} $1" -} - -print_warning() { - echo -e "${YELLOW}⚠${NC} $1" -} - -print_error() { - echo -e "${RED}✗${NC} $1" -} - -# Detect OS and architecture -detect_platform() { - local os="" - local arch="" - - # Detect OS - case "$(uname -s)" in - Linux*) os="linux";; - Darwin*) os="macos";; - MINGW*|MSYS*|CYGWIN*) os="windows";; - *) print_error "Unsupported operating system: $(uname -s)"; exit 1;; - esac - - # Detect architecture - case "$(uname -m)" in - x86_64) arch="x86_64";; - aarch64) arch="aarch64";; - arm64) arch="aarch64";; - *) print_error "Unsupported architecture: $(uname -m)"; exit 1;; - esac - - echo "${os}-${arch}" -} - -# Check if installation directory exists and get confirmation -check_existing_installation() { - if [ -d "$INSTALL_DIR" ]; then - print_warning "Installation directory already exists: $INSTALL_DIR" - - # Check if it has a VERSION file - if [ -f "$INSTALL_DIR/VERSION" ]; then - local current_version=$(cat "$INSTALL_DIR/VERSION") - print_info "Currently installed version: $current_version" - fi - - # In non-interactive environments (CI), automatically overwrite - if [ ! -t 0 ]; then - print_info "Non-interactive environment detected, automatically overwriting..." - else - # Interactive environment - ask for confirmation - echo - read -p "Do you want to overwrite it? (y/N): " -n 1 -r - echo - if [[ ! $REPLY =~ ^[Yy]$ ]]; then - print_info "Installation cancelled." - exit 0 - fi - fi - - print_info "Removing existing installation..." - rm -rf "$INSTALL_DIR" - fi -} - -# Download and extract the release -download_release() { - local platform="$1" - local artifact="nomos-circuits-${VERSION}-${platform}.tar.gz" - local url="https://github.com/${REPO}/releases/download/${VERSION}/${artifact}" - local temp_dir=$(mktemp -d) - - print_info "Downloading nomos-circuits ${VERSION} for ${platform}..." - print_info "URL: $url" - - # Build curl command with optional authentication - local curl_cmd="curl -L" - if [ -n "$GITHUB_TOKEN" ]; then - curl_cmd="$curl_cmd --header 'authorization: Bearer ${GITHUB_TOKEN}'" - fi - curl_cmd="$curl_cmd -o ${temp_dir}/${artifact} $url" - - if ! eval "$curl_cmd"; then - print_error "Failed to download release artifact" - print_error "Please check that version ${VERSION} exists for platform ${platform}" - print_error "Available releases: https://github.com/${REPO}/releases" - rm -rf "$temp_dir" - return 1 - fi - - print_success "Download complete" - - print_info "Extracting to ${INSTALL_DIR}..." - mkdir -p "$INSTALL_DIR" - - if ! tar -xzf "${temp_dir}/${artifact}" -C "$INSTALL_DIR" --strip-components=1; then - print_error "Failed to extract archive" - rm -rf "$temp_dir" - return 1 - fi - - rm -rf "$temp_dir" - print_success "Extraction complete" -} - -# Handle macOS code signing/quarantine issues -handle_macos_quarantine() { - print_info "macOS detected: Removing quarantine attributes from executables..." - - # Remove quarantine attribute from all executable files - if find "$INSTALL_DIR" -type f -perm +111 -exec xattr -d com.apple.quarantine {} \; 2>/dev/null; then - print_success "Quarantine attributes removed" - else - print_warning "Could not remove quarantine attributes (they may not exist)" - fi -} - -# Main installation process -main() { - print_info "Setting up nomos-circuits ${VERSION}" - print_info "Installation directory: $INSTALL_DIR" - echo - - # Detect platform (allow override via NOMOS_CIRCUITS_PLATFORM) - local platform_override="${NOMOS_CIRCUITS_PLATFORM:-}" - local platform - if [ -n "$platform_override" ]; then - platform="$platform_override" - print_info "Using overridden platform: $platform" - else - platform=$(detect_platform) - print_info "Detected platform: $platform" - fi - - # Check existing installation - check_existing_installation - - # Download and extract (retry with x86_64 bundle on aarch64 if needed) - if ! download_release "$platform"; then - if [[ "$platform" == linux-aarch64 ]]; then - print_warning "Falling back to linux-x86_64 circuits bundle; will rebuild prover for aarch64." - rm -rf "$INSTALL_DIR" - if ! download_release "linux-x86_64"; then - exit 1 - fi - else - exit 1 - fi - fi - - # Handle macOS quarantine if needed - if [[ "$platform" == macos-* ]]; then - echo - handle_macos_quarantine - fi - - if [[ "${NOMOS_CIRCUITS_REBUILD_RAPIDSNARK:-0}" == "1" || "$platform" == *"aarch64" ]]; then - echo - print_info "Rebuilding rapidsnark prover for ${platform}..." - "${SCRIPT_DIR}/build-rapidsnark.sh" "$INSTALL_DIR" - fi - - echo - print_success "Installation complete!" - echo - print_info "nomos-circuits ${VERSION} is now installed at: $INSTALL_DIR" - print_info "The following circuits are available:" - - # Discover circuits by finding directories that contain a witness_generator - for dir in "$INSTALL_DIR"/*/; do - if [ -d "$dir" ]; then - local circuit_name - circuit_name=$(basename "$dir") - if [ -f "$dir/witness_generator" ]; then - echo " • $circuit_name" - fi - fi - done - - # Only show export instructions if not using the default location - if [ "$INSTALL_DIR" != "$DEFAULT_INSTALL_DIR" ]; then - echo - print_info "Since you're using a custom installation directory, set the environment variable:" - print_info " export NOMOS_CIRCUITS=$INSTALL_DIR" - echo - fi -} - -# Run main -main diff --git a/testing-framework/configs/Cargo.toml b/testing-framework/configs/Cargo.toml deleted file mode 100644 index 54f7e58..0000000 --- a/testing-framework/configs/Cargo.toml +++ /dev/null @@ -1,51 +0,0 @@ -[package] -categories.workspace = true -description.workspace = true -edition.workspace = true -keywords.workspace = true -license.workspace = true -name = "integration-configs" -readme.workspace = true -repository.workspace = true -version = "0.1.0" - -[dependencies] -blst = "0.3.11" -chain-leader = { workspace = true } -chain-network = { workspace = true } -chain-service = { workspace = true } -cryptarchia-engine = { workspace = true, features = ["serde"] } -cryptarchia-sync = { workspace = true } -ed25519-dalek = { version = "2.2.0", features = ["rand_core", "serde"] } -groth16 = { workspace = true } -hex = { version = "0.4.3", default-features = false } -key-management-system = { workspace = true } -nomos-api = { workspace = true } -nomos-blend-message = { workspace = true } -nomos-blend-service = { workspace = true, features = ["libp2p"] } -nomos-core = { workspace = true } -nomos-da-dispersal = { workspace = true } -nomos-da-network-core = { workspace = true } -nomos-da-network-service = { workspace = true } -nomos-da-sampling = { workspace = true } -nomos-da-verifier = { workspace = true } -nomos-executor = { workspace = true, default-features = false, features = ["testing", "tracing"] } -nomos-ledger = { workspace = true, features = ["serde"] } -nomos-libp2p = { workspace = true } -nomos-node = { workspace = true, default-features = false, features = ["testing"] } -nomos-sdp = { workspace = true } -nomos-time = { workspace = true } -nomos-tracing = { workspace = true } -nomos-tracing-service = { workspace = true } -nomos-utils = { workspace = true } -nomos-wallet = { workspace = true } -num-bigint = { version = "0.4", default-features = false } -rand = { workspace = true } -serde = { workspace = true, features = ["derive"] } -subnetworks-assignations = { workspace = true } -time = { version = "0.3", default-features = true } -tracing = { workspace = true } -zksign = { workspace = true } - -[lints] -workspace = true diff --git a/testing-framework/configs/src/common/kms.rs b/testing-framework/configs/src/common/kms.rs deleted file mode 100644 index cea5d6a..0000000 --- a/testing-framework/configs/src/common/kms.rs +++ /dev/null @@ -1,14 +0,0 @@ -use groth16::fr_to_bytes; -use key_management_system::{ - backend::preload::KeyId, - keys::{Key, secured_key::SecuredKey as _}, -}; - -#[must_use] -pub fn key_id_for_preload_backend(key: &Key) -> KeyId { - let key_id_bytes = match key { - Key::Ed25519(ed25519_secret_key) => ed25519_secret_key.as_public_key().to_bytes(), - Key::Zk(zk_secret_key) => fr_to_bytes(zk_secret_key.as_public_key().as_fr()), - }; - hex::encode(key_id_bytes) -} diff --git a/testing-framework/configs/src/common/mod.rs b/testing-framework/configs/src/common/mod.rs deleted file mode 100644 index 5550fd5..0000000 --- a/testing-framework/configs/src/common/mod.rs +++ /dev/null @@ -1 +0,0 @@ -pub mod kms; diff --git a/testing-framework/configs/src/lib.rs b/testing-framework/configs/src/lib.rs deleted file mode 100644 index de9fb03..0000000 --- a/testing-framework/configs/src/lib.rs +++ /dev/null @@ -1,45 +0,0 @@ -use std::{env, net::Ipv4Addr, ops::Mul as _, sync::LazyLock, time::Duration}; - -use nomos_core::sdp::ProviderId; -use nomos_libp2p::{Multiaddr, PeerId, multiaddr}; - -pub mod common; -pub mod nodes; -pub mod topology; - -static IS_SLOW_TEST_ENV: LazyLock = - LazyLock::new(|| env::var("SLOW_TEST_ENV").is_ok_and(|s| s == "true")); - -pub static IS_DEBUG_TRACING: LazyLock = LazyLock::new(|| { - env::var("NOMOS_TESTS_TRACING").is_ok_and(|val| val.eq_ignore_ascii_case("true")) -}); - -/// In slow test environments like Codecov, use 2x timeout. -#[must_use] -pub fn adjust_timeout(d: Duration) -> Duration { - if *IS_SLOW_TEST_ENV { d.mul(2) } else { d } -} - -#[must_use] -pub fn node_address_from_port(port: u16) -> Multiaddr { - multiaddr(Ipv4Addr::LOCALHOST, port) -} - -#[must_use] -pub fn secret_key_to_peer_id(node_key: nomos_libp2p::ed25519::SecretKey) -> PeerId { - PeerId::from_public_key( - &nomos_libp2p::ed25519::Keypair::from(node_key) - .public() - .into(), - ) -} - -#[must_use] -pub fn secret_key_to_provider_id(node_key: nomos_libp2p::ed25519::SecretKey) -> ProviderId { - ProviderId::try_from( - nomos_libp2p::ed25519::Keypair::from(node_key) - .public() - .to_bytes(), - ) - .unwrap() -} diff --git a/testing-framework/configs/src/nodes/executor.rs b/testing-framework/configs/src/nodes/executor.rs deleted file mode 100644 index 334cf29..0000000 --- a/testing-framework/configs/src/nodes/executor.rs +++ /dev/null @@ -1,330 +0,0 @@ -use std::{ - collections::HashSet, - num::{NonZeroU64, NonZeroUsize}, - path::PathBuf, - time::Duration, -}; - -use chain_leader::LeaderSettings; -use chain_network::{ChainNetworkSettings, OrphanConfig, SyncConfig}; -use chain_service::{CryptarchiaSettings, StartingState}; -use cryptarchia_engine::time::SlotConfig; -use key_management_system::keys::{Key, ZkKey}; -use nomos_blend_service::{ - core::settings::{CoverTrafficSettings, MessageDelayerSettings, SchedulerSettings, ZkSettings}, - settings::TimingSettings, -}; -use nomos_da_dispersal::{ - DispersalServiceSettings, - backend::kzgrs::{DispersalKZGRSBackendSettings, EncoderSettings}, -}; -use nomos_da_network_core::protocols::sampling::SubnetsConfig; -use nomos_da_network_service::{ - NetworkConfig as DaNetworkConfig, - api::http::ApiAdapterSettings, - backends::libp2p::{ - common::DaNetworkBackendSettings, executor::DaNetworkExecutorBackendSettings, - }, -}; -use nomos_da_sampling::{ - DaSamplingServiceSettings, backend::kzgrs::KzgrsSamplingBackendSettings, - verifier::kzgrs::KzgrsDaVerifierSettings as SamplingVerifierSettings, -}; -use nomos_da_verifier::{ - DaVerifierServiceSettings, - backend::{kzgrs::KzgrsDaVerifierSettings, trigger::MempoolPublishTriggerConfig}, - storage::adapters::rocksdb::RocksAdapterSettings as VerifierStorageAdapterSettings, -}; -use nomos_executor::config::Config as ExecutorConfig; -use nomos_node::{ - RocksBackendSettings, - api::backend::AxumBackendSettings as NodeAxumBackendSettings, - config::{ - blend::{ - deployment::{self as blend_deployment}, - serde as blend_serde, - }, - deployment::{CustomDeployment, Settings as NodeDeploymentSettings}, - mempool::MempoolConfig, - network::deployment::Settings as NetworkDeploymentSettings, - }, -}; -use nomos_sdp::SdpSettings; -use nomos_time::{ - TimeServiceSettings, - backends::{NtpTimeBackendSettings, ntp::async_client::NTPClientSettings}, -}; -use nomos_utils::math::NonNegativeF64; -use nomos_wallet::WalletServiceSettings; - -use crate::{ - adjust_timeout, - common::kms::key_id_for_preload_backend, - topology::configs::{ - GeneralConfig, blend::GeneralBlendConfig as TopologyBlendConfig, wallet::WalletAccount, - }, -}; - -#[must_use] -#[expect(clippy::too_many_lines, reason = "TODO: Address this at some point.")] -pub fn create_executor_config(config: GeneralConfig) -> ExecutorConfig { - let (blend_user_config, deployment_settings) = build_blend_service_config(&config.blend_config); - ExecutorConfig { - network: config.network_config, - blend: blend_user_config, - deployment: deployment_settings, - cryptarchia: CryptarchiaSettings { - config: config.consensus_config.ledger_config.clone(), - starting_state: StartingState::Genesis { - genesis_tx: config.consensus_config.genesis_tx, - }, - // Disable on-disk recovery in compose tests to avoid serde errors on - // non-string keys and keep services alive. - recovery_file: PathBuf::new(), - bootstrap: chain_service::BootstrapConfig { - prolonged_bootstrap_period: config.bootstrapping_config.prolonged_bootstrap_period, - force_bootstrap: false, - offline_grace_period: chain_service::OfflineGracePeriodConfig { - grace_period: Duration::from_secs(20 * 60), - state_recording_interval: Duration::from_secs(60), - }, - }, - }, - chain_network: ChainNetworkSettings { - config: config.consensus_config.ledger_config.clone(), - network_adapter_settings: - chain_network::network::adapters::libp2p::LibP2pAdapterSettings { - topic: String::from(nomos_node::CONSENSUS_TOPIC), - }, - bootstrap: chain_network::BootstrapConfig { - ibd: chain_network::IbdConfig { - peers: HashSet::new(), - delay_before_new_download: Duration::from_secs(10), - }, - }, - sync: SyncConfig { - orphan: OrphanConfig { - max_orphan_cache_size: NonZeroUsize::new(5) - .expect("Max orphan cache size must be non-zero"), - }, - }, - }, - cryptarchia_leader: LeaderSettings { - transaction_selector_settings: (), - config: config.consensus_config.ledger_config.clone(), - leader_config: config.consensus_config.leader_config.clone(), - blend_broadcast_settings: - nomos_blend_service::core::network::libp2p::Libp2pBroadcastSettings { - topic: String::from(nomos_node::CONSENSUS_TOPIC), - }, - }, - da_network: DaNetworkConfig { - backend: DaNetworkExecutorBackendSettings { - validator_settings: DaNetworkBackendSettings { - node_key: config.da_config.node_key, - listening_address: config.da_config.listening_address, - policy_settings: config.da_config.policy_settings, - monitor_settings: config.da_config.monitor_settings, - balancer_interval: config.da_config.balancer_interval, - redial_cooldown: config.da_config.redial_cooldown, - replication_settings: config.da_config.replication_settings, - subnets_settings: SubnetsConfig { - num_of_subnets: config.da_config.num_samples as usize, - shares_retry_limit: config.da_config.retry_shares_limit, - commitments_retry_limit: config.da_config.retry_commitments_limit, - }, - }, - num_subnets: config.da_config.num_subnets, - }, - membership: config.da_config.membership.clone(), - api_adapter_settings: ApiAdapterSettings { - api_port: config.api_config.address.port(), - is_secure: false, - }, - subnet_refresh_interval: config.da_config.subnets_refresh_interval, - subnet_threshold: config.da_config.num_samples as usize, - min_session_members: config.da_config.num_samples as usize, - }, - da_verifier: DaVerifierServiceSettings { - share_verifier_settings: KzgrsDaVerifierSettings { - global_params_path: config.da_config.global_params_path.clone(), - domain_size: config.da_config.num_subnets as usize, - }, - tx_verifier_settings: (), - network_adapter_settings: (), - storage_adapter_settings: VerifierStorageAdapterSettings { - blob_storage_directory: "./".into(), - }, - mempool_trigger_settings: MempoolPublishTriggerConfig { - publish_threshold: NonNegativeF64::try_from(0.8).unwrap(), - share_duration: Duration::from_secs(5), - prune_duration: Duration::from_secs(30), - prune_interval: Duration::from_secs(5), - }, - }, - tracing: config.tracing_config.tracing_settings, - http: nomos_api::ApiServiceSettings { - backend_settings: NodeAxumBackendSettings { - address: config.api_config.address, - rate_limit_per_second: 10000, - rate_limit_burst: 10000, - max_concurrent_requests: 1000, - ..Default::default() - }, - }, - da_sampling: DaSamplingServiceSettings { - sampling_settings: KzgrsSamplingBackendSettings { - num_samples: config.da_config.num_samples, - num_subnets: config.da_config.num_subnets, - old_blobs_check_interval: config.da_config.old_blobs_check_interval, - blobs_validity_duration: config.da_config.blobs_validity_duration, - }, - share_verifier_settings: SamplingVerifierSettings { - global_params_path: config.da_config.global_params_path.clone(), - domain_size: config.da_config.num_subnets as usize, - }, - commitments_wait_duration: Duration::from_secs(1), - sdp_blob_trigger_sampling_delay: adjust_timeout(Duration::from_secs(5)), - }, - storage: RocksBackendSettings { - db_path: "./db".into(), - read_only: false, - column_family: Some("blocks".into()), - }, - da_dispersal: DispersalServiceSettings { - backend: DispersalKZGRSBackendSettings { - encoder_settings: EncoderSettings { - num_columns: config.da_config.num_subnets as usize, - with_cache: false, - global_params_path: config.da_config.global_params_path, - }, - dispersal_timeout: Duration::from_secs(20), - retry_cooldown: Duration::from_secs(3), - retry_limit: 2, - }, - }, - time: TimeServiceSettings { - backend_settings: NtpTimeBackendSettings { - ntp_server: config.time_config.ntp_server, - ntp_client_settings: NTPClientSettings { - timeout: config.time_config.timeout, - listening_interface: config.time_config.interface, - }, - update_interval: config.time_config.update_interval, - slot_config: SlotConfig { - slot_duration: config.time_config.slot_duration, - chain_start_time: config.time_config.chain_start_time, - }, - epoch_config: config.consensus_config.ledger_config.epoch_config, - base_period_length: config.consensus_config.ledger_config.base_period_length(), - }, - }, - mempool: MempoolConfig { - pool_recovery_path: "./recovery/mempool.json".into(), - }, - sdp: SdpSettings { declaration: None }, - wallet: WalletServiceSettings { - known_keys: { - let mut keys = HashSet::from_iter([config.consensus_config.leader_config.pk]); - keys.extend( - config - .consensus_config - .wallet_accounts - .iter() - .map(WalletAccount::public_key), - ); - keys - }, - }, - key_management: config.kms_config, - - testing_http: nomos_api::ApiServiceSettings { - backend_settings: NodeAxumBackendSettings { - address: config.api_config.testing_http_address, - rate_limit_per_second: 10000, - rate_limit_burst: 10000, - max_concurrent_requests: 1000, - ..Default::default() - }, - }, - } -} - -fn build_blend_service_config( - config: &TopologyBlendConfig, -) -> (blend_serde::Config, NodeDeploymentSettings) { - let zk_key_id = - key_id_for_preload_backend(&Key::from(ZkKey::new(config.secret_zk_key.clone()))); - - let backend_core = &config.backend_core; - let backend_edge = &config.backend_edge; - - let user = blend_serde::Config { - common: blend_serde::common::Config { - non_ephemeral_signing_key: config.private_key.clone(), - recovery_path_prefix: PathBuf::from("./recovery/blend"), - }, - core: blend_serde::core::Config { - backend: blend_serde::core::BackendConfig { - listening_address: backend_core.listening_address.clone(), - core_peering_degree: backend_core.core_peering_degree.clone(), - edge_node_connection_timeout: backend_core.edge_node_connection_timeout, - max_edge_node_incoming_connections: backend_core.max_edge_node_incoming_connections, - max_dial_attempts_per_peer: backend_core.max_dial_attempts_per_peer, - }, - zk: ZkSettings { - secret_key_kms_id: zk_key_id, - }, - }, - edge: blend_serde::edge::Config { - backend: blend_serde::edge::BackendConfig { - max_dial_attempts_per_peer_per_message: backend_edge - .max_dial_attempts_per_peer_per_message, - replication_factor: backend_edge.replication_factor, - }, - }, - }; - - let deployment_settings = blend_deployment::Settings { - common: blend_deployment::CommonSettings { - num_blend_layers: NonZeroU64::try_from(1).unwrap(), - minimum_network_size: NonZeroU64::try_from(1).unwrap(), - timing: TimingSettings { - round_duration: Duration::from_secs(1), - rounds_per_interval: NonZeroU64::try_from(30u64).unwrap(), - rounds_per_session: NonZeroU64::try_from(648_000u64).unwrap(), - rounds_per_observation_window: NonZeroU64::try_from(30u64).unwrap(), - rounds_per_session_transition_period: NonZeroU64::try_from(30u64).unwrap(), - epoch_transition_period_in_slots: NonZeroU64::try_from(2_600).unwrap(), - }, - protocol_name: backend_core.protocol_name.clone(), - }, - core: blend_deployment::CoreSettings { - scheduler: SchedulerSettings { - cover: CoverTrafficSettings { - intervals_for_safety_buffer: 100, - message_frequency_per_round: NonNegativeF64::try_from(1f64).unwrap(), - }, - delayer: MessageDelayerSettings { - maximum_release_delay_in_rounds: NonZeroU64::try_from(3u64).unwrap(), - }, - }, - minimum_messages_coefficient: backend_core.minimum_messages_coefficient, - normalization_constant: backend_core.normalization_constant, - }, - }; - - let deployment = NodeDeploymentSettings::Custom(CustomDeployment { - blend: deployment_settings, - network: NetworkDeploymentSettings { - identify_protocol_name: nomos_libp2p::protocol_name::StreamProtocol::new( - "/integration/nomos/identify/1.0.0", - ), - kademlia_protocol_name: nomos_libp2p::protocol_name::StreamProtocol::new( - "/integration/nomos/kad/1.0.0", - ), - }, - }); - - (user, deployment) -} diff --git a/testing-framework/configs/src/nodes/mod.rs b/testing-framework/configs/src/nodes/mod.rs deleted file mode 100644 index aa3e506..0000000 --- a/testing-framework/configs/src/nodes/mod.rs +++ /dev/null @@ -1,2 +0,0 @@ -pub mod executor; -pub mod validator; diff --git a/testing-framework/configs/src/nodes/validator.rs b/testing-framework/configs/src/nodes/validator.rs deleted file mode 100644 index d9440ac..0000000 --- a/testing-framework/configs/src/nodes/validator.rs +++ /dev/null @@ -1,319 +0,0 @@ -use std::{ - collections::HashSet, - num::{NonZeroU64, NonZeroUsize}, - path::PathBuf, - time::Duration, -}; - -use chain_leader::LeaderSettings; -use chain_network::{ChainNetworkSettings, OrphanConfig, SyncConfig}; -use chain_service::{CryptarchiaSettings, StartingState}; -use cryptarchia_engine::time::SlotConfig; -use key_management_system::keys::{Key, ZkKey}; -use nomos_blend_service::{ - core::settings::{CoverTrafficSettings, MessageDelayerSettings, SchedulerSettings, ZkSettings}, - settings::TimingSettings, -}; -use nomos_da_network_core::{ - protocols::sampling::SubnetsConfig, swarm::DAConnectionPolicySettings, -}; -use nomos_da_network_service::{ - NetworkConfig as DaNetworkConfig, api::http::ApiAdapterSettings, - backends::libp2p::common::DaNetworkBackendSettings, -}; -use nomos_da_sampling::{ - DaSamplingServiceSettings, backend::kzgrs::KzgrsSamplingBackendSettings, - verifier::kzgrs::KzgrsDaVerifierSettings as SamplingVerifierSettings, -}; -use nomos_da_verifier::{ - DaVerifierServiceSettings, - backend::{kzgrs::KzgrsDaVerifierSettings, trigger::MempoolPublishTriggerConfig}, - storage::adapters::rocksdb::RocksAdapterSettings as VerifierStorageAdapterSettings, -}; -use nomos_node::{ - Config as ValidatorConfig, RocksBackendSettings, - api::backend::AxumBackendSettings as NodeAxumBackendSettings, - config::{ - blend::{ - deployment::{self as blend_deployment}, - serde as blend_serde, - }, - deployment::{CustomDeployment, Settings as NodeDeploymentSettings}, - mempool::MempoolConfig, - network::deployment::Settings as NetworkDeploymentSettings, - }, -}; -use nomos_sdp::SdpSettings; -use nomos_time::{ - TimeServiceSettings, - backends::{NtpTimeBackendSettings, ntp::async_client::NTPClientSettings}, -}; -use nomos_utils::math::NonNegativeF64; -use nomos_wallet::WalletServiceSettings; - -use crate::{ - adjust_timeout, - common::kms::key_id_for_preload_backend, - topology::configs::{ - GeneralConfig, blend::GeneralBlendConfig as TopologyBlendConfig, wallet::WalletAccount, - }, -}; - -#[must_use] -#[expect( - clippy::too_many_lines, - reason = "Validator config wiring aggregates many service settings" -)] -pub fn create_validator_config(config: GeneralConfig) -> ValidatorConfig { - let da_policy_settings = config.da_config.policy_settings; - let (blend_user_config, deployment_settings) = build_blend_service_config(&config.blend_config); - ValidatorConfig { - network: config.network_config, - blend: blend_user_config, - deployment: deployment_settings, - cryptarchia: CryptarchiaSettings { - config: config.consensus_config.ledger_config.clone(), - starting_state: StartingState::Genesis { - genesis_tx: config.consensus_config.genesis_tx, - }, - // Disable on-disk recovery in compose tests to avoid serde errors on - // non-string keys and keep services alive. - recovery_file: PathBuf::new(), - bootstrap: chain_service::BootstrapConfig { - prolonged_bootstrap_period: config.bootstrapping_config.prolonged_bootstrap_period, - force_bootstrap: false, - offline_grace_period: chain_service::OfflineGracePeriodConfig { - grace_period: Duration::from_secs(20 * 60), - state_recording_interval: Duration::from_secs(60), - }, - }, - }, - chain_network: ChainNetworkSettings { - config: config.consensus_config.ledger_config.clone(), - network_adapter_settings: - chain_network::network::adapters::libp2p::LibP2pAdapterSettings { - topic: String::from(nomos_node::CONSENSUS_TOPIC), - }, - bootstrap: chain_network::BootstrapConfig { - ibd: chain_network::IbdConfig { - peers: HashSet::new(), - delay_before_new_download: Duration::from_secs(10), - }, - }, - sync: SyncConfig { - orphan: OrphanConfig { - max_orphan_cache_size: NonZeroUsize::new(5) - .expect("Max orphan cache size must be non-zero"), - }, - }, - }, - cryptarchia_leader: LeaderSettings { - transaction_selector_settings: (), - config: config.consensus_config.ledger_config.clone(), - leader_config: config.consensus_config.leader_config.clone(), - blend_broadcast_settings: - nomos_blend_service::core::network::libp2p::Libp2pBroadcastSettings { - topic: String::from(nomos_node::CONSENSUS_TOPIC), - }, - }, - da_network: DaNetworkConfig { - backend: DaNetworkBackendSettings { - node_key: config.da_config.node_key, - listening_address: config.da_config.listening_address, - policy_settings: DAConnectionPolicySettings { - min_dispersal_peers: 0, - min_replication_peers: da_policy_settings.min_replication_peers, - max_dispersal_failures: da_policy_settings.max_dispersal_failures, - max_sampling_failures: da_policy_settings.max_sampling_failures, - max_replication_failures: da_policy_settings.max_replication_failures, - malicious_threshold: da_policy_settings.malicious_threshold, - }, - monitor_settings: config.da_config.monitor_settings, - balancer_interval: config.da_config.balancer_interval, - redial_cooldown: config.da_config.redial_cooldown, - replication_settings: config.da_config.replication_settings, - subnets_settings: SubnetsConfig { - num_of_subnets: config.da_config.num_samples as usize, - shares_retry_limit: config.da_config.retry_shares_limit, - commitments_retry_limit: config.da_config.retry_commitments_limit, - }, - }, - membership: config.da_config.membership.clone(), - api_adapter_settings: ApiAdapterSettings { - api_port: config.api_config.address.port(), - is_secure: false, - }, - subnet_refresh_interval: config.da_config.subnets_refresh_interval, - subnet_threshold: config.da_config.num_samples as usize, - min_session_members: config.da_config.num_samples as usize, - }, - da_verifier: DaVerifierServiceSettings { - share_verifier_settings: KzgrsDaVerifierSettings { - global_params_path: config.da_config.global_params_path.clone(), - domain_size: config.da_config.num_subnets as usize, - }, - tx_verifier_settings: (), - network_adapter_settings: (), - storage_adapter_settings: VerifierStorageAdapterSettings { - blob_storage_directory: "./".into(), - }, - mempool_trigger_settings: MempoolPublishTriggerConfig { - publish_threshold: NonNegativeF64::try_from(0.8).unwrap(), - share_duration: Duration::from_secs(5), - prune_duration: Duration::from_secs(30), - prune_interval: Duration::from_secs(5), - }, - }, - tracing: config.tracing_config.tracing_settings, - http: nomos_api::ApiServiceSettings { - backend_settings: NodeAxumBackendSettings { - address: config.api_config.address, - rate_limit_per_second: 10000, - rate_limit_burst: 10000, - max_concurrent_requests: 1000, - ..Default::default() - }, - }, - da_sampling: DaSamplingServiceSettings { - sampling_settings: KzgrsSamplingBackendSettings { - num_samples: config.da_config.num_samples, - num_subnets: config.da_config.num_subnets, - old_blobs_check_interval: config.da_config.old_blobs_check_interval, - blobs_validity_duration: config.da_config.blobs_validity_duration, - }, - share_verifier_settings: SamplingVerifierSettings { - global_params_path: config.da_config.global_params_path, - domain_size: config.da_config.num_subnets as usize, - }, - commitments_wait_duration: Duration::from_secs(1), - sdp_blob_trigger_sampling_delay: adjust_timeout(Duration::from_secs(5)), - }, - storage: RocksBackendSettings { - db_path: "./db".into(), - read_only: false, - column_family: Some("blocks".into()), - }, - time: TimeServiceSettings { - backend_settings: NtpTimeBackendSettings { - ntp_server: config.time_config.ntp_server, - ntp_client_settings: NTPClientSettings { - timeout: config.time_config.timeout, - listening_interface: config.time_config.interface, - }, - update_interval: config.time_config.update_interval, - slot_config: SlotConfig { - slot_duration: config.time_config.slot_duration, - chain_start_time: config.time_config.chain_start_time, - }, - epoch_config: config.consensus_config.ledger_config.epoch_config, - base_period_length: config.consensus_config.ledger_config.base_period_length(), - }, - }, - mempool: MempoolConfig { - pool_recovery_path: "./recovery/mempool.json".into(), - }, - sdp: SdpSettings { declaration: None }, - wallet: WalletServiceSettings { - known_keys: { - let mut keys = HashSet::from_iter([config.consensus_config.leader_config.pk]); - keys.extend( - config - .consensus_config - .wallet_accounts - .iter() - .map(WalletAccount::public_key), - ); - keys - }, - }, - key_management: config.kms_config, - testing_http: nomos_api::ApiServiceSettings { - backend_settings: NodeAxumBackendSettings { - address: config.api_config.testing_http_address, - rate_limit_per_second: 10000, - rate_limit_burst: 10000, - max_concurrent_requests: 1000, - ..Default::default() - }, - }, - } -} - -fn build_blend_service_config( - config: &TopologyBlendConfig, -) -> (blend_serde::Config, NodeDeploymentSettings) { - let zk_key_id = - key_id_for_preload_backend(&Key::from(ZkKey::new(config.secret_zk_key.clone()))); - - let backend_core = &config.backend_core; - let backend_edge = &config.backend_edge; - - let user = blend_serde::Config { - common: blend_serde::common::Config { - non_ephemeral_signing_key: config.private_key.clone(), - recovery_path_prefix: PathBuf::from("./recovery/blend"), - }, - core: blend_serde::core::Config { - backend: blend_serde::core::BackendConfig { - listening_address: backend_core.listening_address.clone(), - core_peering_degree: backend_core.core_peering_degree.clone(), - edge_node_connection_timeout: backend_core.edge_node_connection_timeout, - max_edge_node_incoming_connections: backend_core.max_edge_node_incoming_connections, - max_dial_attempts_per_peer: backend_core.max_dial_attempts_per_peer, - }, - zk: ZkSettings { - secret_key_kms_id: zk_key_id, - }, - }, - edge: blend_serde::edge::Config { - backend: blend_serde::edge::BackendConfig { - max_dial_attempts_per_peer_per_message: backend_edge - .max_dial_attempts_per_peer_per_message, - replication_factor: backend_edge.replication_factor, - }, - }, - }; - - let deployment_settings = blend_deployment::Settings { - common: blend_deployment::CommonSettings { - num_blend_layers: NonZeroU64::try_from(1).unwrap(), - minimum_network_size: NonZeroU64::try_from(1).unwrap(), - timing: TimingSettings { - round_duration: Duration::from_secs(1), - rounds_per_interval: NonZeroU64::try_from(30u64).unwrap(), - rounds_per_session: NonZeroU64::try_from(648_000u64).unwrap(), - rounds_per_observation_window: NonZeroU64::try_from(30u64).unwrap(), - rounds_per_session_transition_period: NonZeroU64::try_from(30u64).unwrap(), - epoch_transition_period_in_slots: NonZeroU64::try_from(2_600).unwrap(), - }, - protocol_name: backend_core.protocol_name.clone(), - }, - core: blend_deployment::CoreSettings { - scheduler: SchedulerSettings { - cover: CoverTrafficSettings { - intervals_for_safety_buffer: 100, - message_frequency_per_round: NonNegativeF64::try_from(1f64).unwrap(), - }, - delayer: MessageDelayerSettings { - maximum_release_delay_in_rounds: NonZeroU64::try_from(3u64).unwrap(), - }, - }, - minimum_messages_coefficient: backend_core.minimum_messages_coefficient, - normalization_constant: backend_core.normalization_constant, - }, - }; - - let deployment = NodeDeploymentSettings::Custom(CustomDeployment { - blend: deployment_settings, - network: NetworkDeploymentSettings { - identify_protocol_name: nomos_libp2p::protocol_name::StreamProtocol::new( - "/integration/nomos/identify/1.0.0", - ), - kademlia_protocol_name: nomos_libp2p::protocol_name::StreamProtocol::new( - "/integration/nomos/kad/1.0.0", - ), - }, - }); - - (user, deployment) -} diff --git a/testing-framework/configs/src/topology/configs/api.rs b/testing-framework/configs/src/topology/configs/api.rs deleted file mode 100644 index bd759c7..0000000 --- a/testing-framework/configs/src/topology/configs/api.rs +++ /dev/null @@ -1,23 +0,0 @@ -use std::net::SocketAddr; - -use nomos_utils::net::get_available_tcp_port; - -#[derive(Clone)] -pub struct GeneralApiConfig { - pub address: SocketAddr, - pub testing_http_address: SocketAddr, -} - -#[must_use] -pub fn create_api_configs(ids: &[[u8; 32]]) -> Vec { - ids.iter() - .map(|_| GeneralApiConfig { - address: format!("127.0.0.1:{}", get_available_tcp_port().unwrap()) - .parse() - .unwrap(), - testing_http_address: format!("127.0.0.1:{}", get_available_tcp_port().unwrap()) - .parse() - .unwrap(), - }) - .collect() -} diff --git a/testing-framework/configs/src/topology/configs/blend.rs b/testing-framework/configs/src/topology/configs/blend.rs deleted file mode 100644 index 2d1e0ea..0000000 --- a/testing-framework/configs/src/topology/configs/blend.rs +++ /dev/null @@ -1,72 +0,0 @@ -use core::time::Duration; -use std::{num::NonZeroU64, str::FromStr as _}; - -use ed25519_dalek::SigningKey; -use nomos_blend_message::crypto::keys::Ed25519PrivateKey; -use nomos_blend_service::{ - core::backends::libp2p::Libp2pBlendBackendSettings as Libp2pCoreBlendBackendSettings, - edge::backends::libp2p::Libp2pBlendBackendSettings as Libp2pEdgeBlendBackendSettings, -}; -use nomos_libp2p::{Multiaddr, protocol_name::StreamProtocol}; -use num_bigint::BigUint; -use zksign::SecretKey; - -#[derive(Clone)] -pub struct GeneralBlendConfig { - pub backend_core: Libp2pCoreBlendBackendSettings, - pub backend_edge: Libp2pEdgeBlendBackendSettings, - pub private_key: Ed25519PrivateKey, - pub secret_zk_key: SecretKey, - pub signer: SigningKey, -} - -/// Builds blend configs for each node. -/// -/// # Panics -/// -/// Panics if the provided port strings cannot be parsed into valid `Multiaddr`s -/// or if any of the numeric blend parameters are zero, which would make the -/// libp2p configuration invalid. -#[must_use] -pub fn create_blend_configs(ids: &[[u8; 32]], ports: &[u16]) -> Vec { - ids.iter() - .zip(ports) - .map(|(id, port)| { - let signer = SigningKey::from_bytes(id); - - let private_key = Ed25519PrivateKey::from(*id); - // We need unique ZK secret keys, so we just derive them deterministically from - // the generated Ed25519 public keys, which are guaranteed to be unique because - // they are in turned derived from node ID. - let secret_zk_key = - SecretKey::from(BigUint::from_bytes_le(private_key.public_key().as_bytes())); - GeneralBlendConfig { - backend_core: Libp2pCoreBlendBackendSettings { - listening_address: Multiaddr::from_str(&format!( - "/ip4/127.0.0.1/udp/{port}/quic-v1", - )) - .unwrap(), - core_peering_degree: 1..=3, - minimum_messages_coefficient: NonZeroU64::try_from(1) - .expect("Minimum messages coefficient cannot be zero."), - normalization_constant: 1.03f64 - .try_into() - .expect("Normalization constant cannot be negative."), - edge_node_connection_timeout: Duration::from_secs(1), - max_edge_node_incoming_connections: 300, - max_dial_attempts_per_peer: NonZeroU64::try_from(3) - .expect("Max dial attempts per peer cannot be zero."), - protocol_name: StreamProtocol::new("/blend/integration-tests"), - }, - backend_edge: Libp2pEdgeBlendBackendSettings { - max_dial_attempts_per_peer_per_message: 1.try_into().unwrap(), - protocol_name: StreamProtocol::new("/blend/integration-tests"), - replication_factor: 1.try_into().unwrap(), - }, - private_key, - secret_zk_key, - signer, - } - }) - .collect() -} diff --git a/testing-framework/configs/src/topology/configs/bootstrap.rs b/testing-framework/configs/src/topology/configs/bootstrap.rs deleted file mode 100644 index 14e51a5..0000000 --- a/testing-framework/configs/src/topology/configs/bootstrap.rs +++ /dev/null @@ -1,20 +0,0 @@ -use std::time::Duration; - -#[derive(Clone)] -pub struct GeneralBootstrapConfig { - pub prolonged_bootstrap_period: Duration, -} - -pub const SHORT_PROLONGED_BOOTSTRAP_PERIOD: Duration = Duration::from_secs(1); - -#[must_use] -pub fn create_bootstrap_configs( - ids: &[[u8; 32]], - prolonged_bootstrap_period: Duration, -) -> Vec { - ids.iter() - .map(|_| GeneralBootstrapConfig { - prolonged_bootstrap_period, - }) - .collect() -} diff --git a/testing-framework/configs/src/topology/configs/consensus.rs b/testing-framework/configs/src/topology/configs/consensus.rs deleted file mode 100644 index 49c8292..0000000 --- a/testing-framework/configs/src/topology/configs/consensus.rs +++ /dev/null @@ -1,343 +0,0 @@ -use std::{num::NonZero, sync::Arc}; - -use chain_leader::LeaderConfig; -use cryptarchia_engine::EpochConfig; -use ed25519_dalek::ed25519::signature::SignerMut as _; -use groth16::CompressedGroth16Proof; -use nomos_core::{ - mantle::{ - MantleTx, Note, OpProof, Utxo, - genesis_tx::GenesisTx, - ledger::Tx as LedgerTx, - ops::{ - Op, - channel::{ChannelId, Ed25519PublicKey, MsgId, inscribe::InscriptionOp}, - }, - }, - sdp::{DeclarationMessage, Locator, ProviderId, ServiceParameters, ServiceType}, -}; -use nomos_node::{SignedMantleTx, Transaction as _}; -use num_bigint::BigUint; -use zksign::{PublicKey, SecretKey}; - -use super::wallet::{WalletAccount, WalletConfig}; - -#[derive(Clone)] -pub struct ConsensusParams { - pub n_participants: usize, - pub security_param: NonZero, - pub active_slot_coeff: f64, -} - -impl ConsensusParams { - #[must_use] - pub const fn default_for_participants(n_participants: usize) -> Self { - Self { - n_participants, - // by setting the slot coeff to 1, we also increase the probability of multiple blocks - // (forks) being produced in the same slot (epoch). Setting the security - // parameter to some value > 1 ensures nodes have some time to sync before - // deciding on the longest chain. - security_param: NonZero::new(10).unwrap(), - // a block should be produced (on average) every slot - active_slot_coeff: 0.9, - } - } -} - -#[derive(Clone)] -pub struct ProviderInfo { - pub service_type: ServiceType, - pub provider_sk: ed25519_dalek::SigningKey, - pub zk_sk: SecretKey, - pub locator: Locator, - pub note: ServiceNote, -} - -impl ProviderInfo { - #[must_use] - pub fn provider_id(&self) -> ProviderId { - ProviderId(self.provider_sk.verifying_key()) - } - - #[must_use] - pub fn zk_id(&self) -> PublicKey { - self.zk_sk.to_public_key() - } -} - -/// General consensus configuration for a chosen participant, that later could -/// be converted into a specific service or services configuration. -#[derive(Clone)] -pub struct GeneralConsensusConfig { - pub leader_config: LeaderConfig, - pub ledger_config: nomos_ledger::Config, - pub genesis_tx: GenesisTx, - pub utxos: Vec, - pub blend_notes: Vec, - pub da_notes: Vec, - pub wallet_accounts: Vec, -} - -#[derive(Clone)] -pub struct ServiceNote { - pub pk: PublicKey, - pub sk: SecretKey, - pub note: Note, - pub output_index: usize, -} - -fn create_genesis_tx(utxos: &[Utxo]) -> GenesisTx { - // Create a genesis inscription op (similar to config.yaml) - let inscription = InscriptionOp { - channel_id: ChannelId::from([0; 32]), - inscription: vec![103, 101, 110, 101, 115, 105, 115], // "genesis" in bytes - parent: MsgId::root(), - signer: Ed25519PublicKey::from_bytes(&[0; 32]).unwrap(), - }; - - // Create ledger transaction with the utxos as outputs - let outputs: Vec = utxos.iter().map(|u| u.note).collect(); - let ledger_tx = LedgerTx::new(vec![], outputs); - - // Create the mantle transaction - let mantle_tx = MantleTx { - ops: vec![Op::ChannelInscribe(inscription)], - ledger_tx, - execution_gas_price: 0, - storage_gas_price: 0, - }; - let signed_mantle_tx = SignedMantleTx { - mantle_tx, - ops_proofs: vec![OpProof::NoProof], - ledger_tx_proof: zksign::Signature::new(CompressedGroth16Proof::from_bytes(&[0u8; 128])), - }; - - // Wrap in GenesisTx - GenesisTx::from_tx(signed_mantle_tx).expect("Invalid genesis transaction") -} - -#[must_use] -pub fn create_consensus_configs( - ids: &[[u8; 32]], - consensus_params: &ConsensusParams, - wallet: &WalletConfig, -) -> Vec { - let mut leader_keys = Vec::new(); - let mut blend_notes = Vec::new(); - let mut da_notes = Vec::new(); - - let utxos = create_utxos_for_leader_and_services( - ids, - &mut leader_keys, - &mut blend_notes, - &mut da_notes, - ); - let utxos = append_wallet_utxos(utxos, wallet); - let genesis_tx = create_genesis_tx(&utxos); - let ledger_config = nomos_ledger::Config { - epoch_config: EpochConfig { - epoch_stake_distribution_stabilization: NonZero::new(3).unwrap(), - epoch_period_nonce_buffer: NonZero::new(3).unwrap(), - epoch_period_nonce_stabilization: NonZero::new(4).unwrap(), - }, - consensus_config: cryptarchia_engine::Config { - security_param: consensus_params.security_param, - active_slot_coeff: consensus_params.active_slot_coeff, - }, - sdp_config: nomos_ledger::mantle::sdp::Config { - service_params: Arc::new( - [ - ( - ServiceType::BlendNetwork, - ServiceParameters { - lock_period: 10, - inactivity_period: 20, - retention_period: 100, - timestamp: 0, - session_duration: 1000, - }, - ), - ( - ServiceType::DataAvailability, - ServiceParameters { - lock_period: 10, - inactivity_period: 20, - retention_period: 100, - timestamp: 0, - session_duration: 1000, - }, - ), - ] - .into(), - ), - min_stake: nomos_core::sdp::MinStake { - threshold: 1, - timestamp: 0, - }, - }, - }; - - leader_keys - .into_iter() - .map(|(pk, sk)| GeneralConsensusConfig { - leader_config: LeaderConfig { pk, sk }, - ledger_config: ledger_config.clone(), - genesis_tx: genesis_tx.clone(), - utxos: utxos.clone(), - da_notes: da_notes.clone(), - blend_notes: blend_notes.clone(), - wallet_accounts: wallet.accounts.clone(), - }) - .collect() -} - -fn create_utxos_for_leader_and_services( - ids: &[[u8; 32]], - leader_keys: &mut Vec<(PublicKey, SecretKey)>, - blend_notes: &mut Vec, - da_notes: &mut Vec, -) -> Vec { - let derive_key_material = |prefix: &[u8], id_bytes: &[u8]| -> [u8; 16] { - let mut sk_data = [0; 16]; - let prefix_len = prefix.len(); - - sk_data[..prefix_len].copy_from_slice(prefix); - let remaining_len = 16 - prefix_len; - sk_data[prefix_len..].copy_from_slice(&id_bytes[..remaining_len]); - - sk_data - }; - - let mut utxos = Vec::new(); - - // Assume output index which will be set by the ledger tx. - let mut output_index = 0; - - // Create notes for leader, Blend and DA declarations. - for &id in ids { - let sk_leader_data = derive_key_material(b"ld", &id); - let sk_leader = SecretKey::from(BigUint::from_bytes_le(&sk_leader_data)); - let pk_leader = sk_leader.to_public_key(); - leader_keys.push((pk_leader, sk_leader)); - utxos.push(Utxo { - note: Note::new(1_000, pk_leader), - tx_hash: BigUint::from(0u8).into(), - output_index: 0, - }); - output_index += 1; - - let sk_da_data = derive_key_material(b"da", &id); - let sk_da = SecretKey::from(BigUint::from_bytes_le(&sk_da_data)); - let pk_da = sk_da.to_public_key(); - let note_da = Note::new(1, pk_da); - da_notes.push(ServiceNote { - pk: pk_da, - sk: sk_da, - note: note_da, - output_index, - }); - utxos.push(Utxo { - note: note_da, - tx_hash: BigUint::from(0u8).into(), - output_index: 0, - }); - output_index += 1; - - let sk_blend_data = derive_key_material(b"bn", &id); - let sk_blend = SecretKey::from(BigUint::from_bytes_le(&sk_blend_data)); - let pk_blend = sk_blend.to_public_key(); - let note_blend = Note::new(1, pk_blend); - blend_notes.push(ServiceNote { - pk: pk_blend, - sk: sk_blend, - note: note_blend, - output_index, - }); - utxos.push(Utxo { - note: note_blend, - tx_hash: BigUint::from(0u8).into(), - output_index: 0, - }); - output_index += 1; - } - - utxos -} - -fn append_wallet_utxos(mut utxos: Vec, wallet: &WalletConfig) -> Vec { - for account in &wallet.accounts { - utxos.push(Utxo { - note: Note::new(account.value, account.public_key()), - tx_hash: BigUint::from(0u8).into(), - output_index: 0, - }); - } - - utxos -} - -#[must_use] -pub fn create_genesis_tx_with_declarations( - ledger_tx: LedgerTx, - providers: Vec, -) -> GenesisTx { - let inscription = InscriptionOp { - channel_id: ChannelId::from([0; 32]), - inscription: vec![103, 101, 110, 101, 115, 105, 115], // "genesis" in bytes - parent: MsgId::root(), - signer: Ed25519PublicKey::from_bytes(&[0; 32]).unwrap(), - }; - - let ledger_tx_hash = ledger_tx.hash(); - - let mut ops = vec![Op::ChannelInscribe(inscription)]; - - for provider in &providers { - let utxo = Utxo { - tx_hash: ledger_tx_hash, - output_index: provider.note.output_index, - note: provider.note.note, - }; - let declaration = DeclarationMessage { - service_type: provider.service_type, - locators: vec![provider.locator.clone()], - provider_id: provider.provider_id(), - zk_id: provider.zk_id(), - locked_note_id: utxo.id(), - }; - ops.push(Op::SDPDeclare(declaration)); - } - - let mantle_tx = MantleTx { - ops, - ledger_tx, - execution_gas_price: 0, - storage_gas_price: 0, - }; - - let mantle_tx_hash = mantle_tx.hash(); - let mut ops_proofs = vec![OpProof::NoProof]; - - for mut provider in providers { - let zk_sig = - SecretKey::multi_sign(&[provider.note.sk, provider.zk_sk], mantle_tx_hash.as_ref()) - .unwrap(); - let ed25519_sig = provider - .provider_sk - .sign(mantle_tx_hash.as_signing_bytes().as_ref()); - - ops_proofs.push(OpProof::ZkAndEd25519Sigs { - zk_sig, - ed25519_sig, - }); - } - - let signed_mantle_tx = SignedMantleTx { - mantle_tx, - ops_proofs, - ledger_tx_proof: zksign::Signature::new(CompressedGroth16Proof::from_bytes(&[0u8; 128])), - }; - - GenesisTx::from_tx(signed_mantle_tx).expect("Invalid genesis transaction") -} diff --git a/testing-framework/configs/src/topology/configs/da.rs b/testing-framework/configs/src/topology/configs/da.rs deleted file mode 100644 index 8f372ff..0000000 --- a/testing-framework/configs/src/topology/configs/da.rs +++ /dev/null @@ -1,212 +0,0 @@ -use std::{ - collections::{HashMap, HashSet}, - path::PathBuf, - str::FromStr as _, - sync::LazyLock, - time::Duration, -}; - -use ed25519_dalek::SigningKey; -use nomos_core::sdp::SessionNumber; -use nomos_da_network_core::swarm::{ - DAConnectionMonitorSettings, DAConnectionPolicySettings, ReplicationConfig, -}; -use nomos_libp2p::{Multiaddr, PeerId, ed25519}; -use nomos_node::NomosDaMembership; -use num_bigint::BigUint; -use subnetworks_assignations::{MembershipCreator as _, MembershipHandler as _}; -use zksign::SecretKey; - -use crate::secret_key_to_peer_id; - -pub static GLOBAL_PARAMS_PATH: LazyLock = LazyLock::new(|| { - let manifest_dir = PathBuf::from(env!("CARGO_MANIFEST_DIR")); - let relative_path = PathBuf::from("../../tests/kzgrs/kzgrs_test_params"); - manifest_dir - .join(relative_path) - .canonicalize() - .expect("Failed to resolve absolute path") - .to_string_lossy() - .to_string() -}); - -#[derive(Clone)] -pub struct DaParams { - pub subnetwork_size: usize, - pub dispersal_factor: usize, - pub num_samples: u16, - pub num_subnets: u16, - pub old_blobs_check_interval: Duration, - pub blobs_validity_duration: Duration, - pub global_params_path: String, - pub policy_settings: DAConnectionPolicySettings, - pub monitor_settings: DAConnectionMonitorSettings, - pub balancer_interval: Duration, - pub redial_cooldown: Duration, - pub replication_settings: ReplicationConfig, - pub subnets_refresh_interval: Duration, - pub retry_shares_limit: usize, - pub retry_commitments_limit: usize, -} - -impl Default for DaParams { - fn default() -> Self { - Self { - subnetwork_size: 2, - dispersal_factor: 1, - num_samples: 1, - num_subnets: 2, - old_blobs_check_interval: Duration::from_secs(5), - blobs_validity_duration: Duration::from_secs(60), - global_params_path: GLOBAL_PARAMS_PATH.to_string(), - policy_settings: DAConnectionPolicySettings { - min_dispersal_peers: 1, - min_replication_peers: 1, - max_dispersal_failures: 0, - max_sampling_failures: 0, - max_replication_failures: 0, - malicious_threshold: 0, - }, - monitor_settings: DAConnectionMonitorSettings { - failure_time_window: Duration::from_secs(5), - ..Default::default() - }, - balancer_interval: Duration::from_secs(1), - redial_cooldown: Duration::ZERO, - replication_settings: ReplicationConfig { - seen_message_cache_size: 1000, - seen_message_ttl: Duration::from_secs(3600), - }, - subnets_refresh_interval: Duration::from_secs(30), - retry_shares_limit: 1, - retry_commitments_limit: 1, - } - } -} - -#[derive(Debug, Clone)] -pub struct GeneralDaConfig { - pub node_key: ed25519::SecretKey, - pub signer: SigningKey, - pub peer_id: PeerId, - pub membership: NomosDaMembership, - pub listening_address: Multiaddr, - pub blob_storage_directory: PathBuf, - pub global_params_path: String, - pub verifier_sk: String, - pub verifier_index: HashSet, - pub num_samples: u16, - pub num_subnets: u16, - pub old_blobs_check_interval: Duration, - pub blobs_validity_duration: Duration, - pub policy_settings: DAConnectionPolicySettings, - pub monitor_settings: DAConnectionMonitorSettings, - pub balancer_interval: Duration, - pub redial_cooldown: Duration, - pub replication_settings: ReplicationConfig, - pub subnets_refresh_interval: Duration, - pub retry_shares_limit: usize, - pub retry_commitments_limit: usize, - pub secret_zk_key: SecretKey, -} - -#[must_use] -pub fn create_da_configs( - ids: &[[u8; 32]], - da_params: &DaParams, - ports: &[u16], -) -> Vec { - let mut node_keys = vec![]; - let mut peer_ids = vec![]; - let mut listening_addresses = vec![]; - - for (i, id) in ids.iter().enumerate() { - let mut node_key_bytes = *id; - let node_key = ed25519::SecretKey::try_from_bytes(&mut node_key_bytes) - .expect("Failed to generate secret key from bytes"); - node_keys.push(node_key.clone()); - - let peer_id = secret_key_to_peer_id(node_key); - peer_ids.push(peer_id); - - let listening_address = - Multiaddr::from_str(&format!("/ip4/127.0.0.1/udp/{}/quic-v1", ports[i],)) - .expect("Failed to create multiaddr"); - listening_addresses.push(listening_address); - } - - let membership = { - let template = NomosDaMembership::new( - SessionNumber::default(), - da_params.subnetwork_size, - da_params.dispersal_factor, - ); - let mut assignations: HashMap> = HashMap::new(); - if peer_ids.is_empty() { - for id in 0..da_params.subnetwork_size { - assignations.insert(u16::try_from(id).unwrap_or_default(), HashSet::new()); - } - } else { - let mut sorted_peers = peer_ids.clone(); - sorted_peers.sort_unstable(); - let dispersal = da_params.dispersal_factor.max(1); - let mut peer_cycle = sorted_peers.iter().cycle(); - for id in 0..da_params.subnetwork_size { - let mut members = HashSet::new(); - for _ in 0..dispersal { - // cycle() only yields None when the iterator is empty, which we guard against. - if let Some(peer) = peer_cycle.next() { - members.insert(*peer); - } - } - assignations.insert(u16::try_from(id).unwrap_or_default(), members); - } - } - - template.init(SessionNumber::default(), assignations) - }; - - ids.iter() - .zip(node_keys) - .enumerate() - .map(|(i, (id, node_key))| { - let blob_storage_directory = PathBuf::from(format!("/tmp/blob_storage_{i}")); - let verifier_sk = blst::min_sig::SecretKey::key_gen(id, &[]).unwrap(); - let verifier_sk_bytes = verifier_sk.to_bytes(); - let peer_id = peer_ids[i]; - let signer = SigningKey::from_bytes(id); - let subnetwork_ids = membership.membership(&peer_id); - - // We need unique ZK secret keys, so we just derive them deterministically from - // the generated Ed25519 public keys, which are guaranteed to be unique because - // they are in turned derived from node ID. - let secret_zk_key = - SecretKey::from(BigUint::from_bytes_le(signer.verifying_key().as_bytes())); - - GeneralDaConfig { - node_key, - signer, - peer_id, - secret_zk_key, - membership: membership.clone(), - listening_address: listening_addresses[i].clone(), - blob_storage_directory, - global_params_path: da_params.global_params_path.clone(), - verifier_sk: hex::encode(verifier_sk_bytes), - verifier_index: subnetwork_ids, - num_samples: da_params.num_samples, - num_subnets: da_params.num_subnets, - old_blobs_check_interval: da_params.old_blobs_check_interval, - blobs_validity_duration: da_params.blobs_validity_duration, - policy_settings: da_params.policy_settings.clone(), - monitor_settings: da_params.monitor_settings.clone(), - balancer_interval: da_params.balancer_interval, - redial_cooldown: da_params.redial_cooldown, - replication_settings: da_params.replication_settings, - subnets_refresh_interval: da_params.subnets_refresh_interval, - retry_shares_limit: da_params.retry_shares_limit, - retry_commitments_limit: da_params.retry_commitments_limit, - } - }) - .collect() -} diff --git a/testing-framework/configs/src/topology/configs/deployment.rs b/testing-framework/configs/src/topology/configs/deployment.rs deleted file mode 100644 index 6d6d3fe..0000000 --- a/testing-framework/configs/src/topology/configs/deployment.rs +++ /dev/null @@ -1,67 +0,0 @@ -use core::{num::NonZeroU64, time::Duration}; - -use nomos_blend_service::{ - core::settings::{CoverTrafficSettings, MessageDelayerSettings, SchedulerSettings}, - settings::TimingSettings, -}; -use nomos_libp2p::protocol_name::StreamProtocol; -use nomos_node::config::{ - blend::deployment::{ - CommonSettings as BlendCommonSettings, CoreSettings as BlendCoreSettings, - Settings as BlendDeploymentSettings, - }, - deployment::{CustomDeployment, Settings as DeploymentSettings}, - network::deployment::Settings as NetworkDeploymentSettings, -}; -use nomos_utils::math::NonNegativeF64; - -#[must_use] -pub fn default_e2e_deployment_settings() -> DeploymentSettings { - DeploymentSettings::Custom(CustomDeployment { - blend: BlendDeploymentSettings { - common: BlendCommonSettings { - minimum_network_size: NonZeroU64::try_from(30u64) - .expect("Minimum network size cannot be zero."), - num_blend_layers: NonZeroU64::try_from(3) - .expect("Number of blend layers cannot be zero."), - timing: TimingSettings { - round_duration: Duration::from_secs(1), - rounds_per_interval: NonZeroU64::try_from(30u64) - .expect("Rounds per interval cannot be zero."), - // (21,600 blocks * 30s per block) / 1s per round = 648,000 rounds - rounds_per_session: NonZeroU64::try_from(648_000u64) - .expect("Rounds per session cannot be zero."), - rounds_per_observation_window: NonZeroU64::try_from(30u64) - .expect("Rounds per observation window cannot be zero."), - rounds_per_session_transition_period: NonZeroU64::try_from(30u64) - .expect("Rounds per session transition period cannot be zero."), - epoch_transition_period_in_slots: NonZeroU64::try_from(2_600) - .expect("Epoch transition period in slots cannot be zero."), - }, - protocol_name: StreamProtocol::new("/blend/integration-tests"), - }, - core: BlendCoreSettings { - minimum_messages_coefficient: NonZeroU64::try_from(1) - .expect("Minimum messages coefficient cannot be zero."), - normalization_constant: 1.03f64 - .try_into() - .expect("Normalization constant cannot be negative."), - scheduler: SchedulerSettings { - cover: CoverTrafficSettings { - intervals_for_safety_buffer: 100, - message_frequency_per_round: NonNegativeF64::try_from(1f64) - .expect("Message frequency per round cannot be negative."), - }, - delayer: MessageDelayerSettings { - maximum_release_delay_in_rounds: NonZeroU64::try_from(3u64) - .expect("Maximum release delay between rounds cannot be zero."), - }, - }, - }, - }, - network: NetworkDeploymentSettings { - identify_protocol_name: StreamProtocol::new("/integration/nomos/identify/1.0.0"), - kademlia_protocol_name: StreamProtocol::new("/integration/nomos/kad/1.0.0"), - }, - }) -} diff --git a/testing-framework/configs/src/topology/configs/mod.rs b/testing-framework/configs/src/topology/configs/mod.rs deleted file mode 100644 index 2a73e58..0000000 --- a/testing-framework/configs/src/topology/configs/mod.rs +++ /dev/null @@ -1,164 +0,0 @@ -pub mod api; -pub mod blend; -pub mod bootstrap; -pub mod consensus; -pub mod da; -pub mod network; -pub mod time; -pub mod tracing; -pub mod wallet; - -use blend::GeneralBlendConfig; -use consensus::{GeneralConsensusConfig, ProviderInfo, create_genesis_tx_with_declarations}; -use da::GeneralDaConfig; -use key_management_system::{ - backend::preload::PreloadKMSBackendSettings, - keys::{Ed25519Key, Key, ZkKey}, -}; -use network::GeneralNetworkConfig; -use nomos_core::{ - mantle::GenesisTx as _, - sdp::{Locator, ServiceType}, -}; -use nomos_utils::net::get_available_udp_port; -use rand::{Rng as _, thread_rng}; -use tracing::GeneralTracingConfig; -use wallet::WalletConfig; - -use crate::{ - common::kms::key_id_for_preload_backend, - topology::configs::{ - api::GeneralApiConfig, - bootstrap::{GeneralBootstrapConfig, SHORT_PROLONGED_BOOTSTRAP_PERIOD}, - consensus::ConsensusParams, - da::DaParams, - network::NetworkParams, - time::GeneralTimeConfig, - }, -}; - -#[derive(Clone)] -pub struct GeneralConfig { - pub api_config: GeneralApiConfig, - pub consensus_config: GeneralConsensusConfig, - pub bootstrapping_config: GeneralBootstrapConfig, - pub da_config: GeneralDaConfig, - pub network_config: GeneralNetworkConfig, - pub blend_config: GeneralBlendConfig, - pub tracing_config: GeneralTracingConfig, - pub time_config: GeneralTimeConfig, - pub kms_config: PreloadKMSBackendSettings, -} - -#[must_use] -pub fn create_general_configs(n_nodes: usize) -> Vec { - create_general_configs_with_network(n_nodes, &NetworkParams::default()) -} - -#[must_use] -pub fn create_general_configs_with_network( - n_nodes: usize, - network_params: &NetworkParams, -) -> Vec { - create_general_configs_with_blend_core_subset(n_nodes, n_nodes, network_params) -} - -#[must_use] -pub fn create_general_configs_with_blend_core_subset( - n_nodes: usize, - // TODO: Instead of this, define a config struct for each node. - // That would be also useful for non-even token distributions: https://github.com/logos-co/nomos/issues/1888 - n_blend_core_nodes: usize, - network_params: &NetworkParams, -) -> Vec { - assert!( - n_blend_core_nodes <= n_nodes, - "n_blend_core_nodes({n_blend_core_nodes}) must be less than or equal to n_nodes({n_nodes})", - ); - - // Blend relies on each node declaring a different ZK public key, so we need - // different IDs to generate different keys. - let mut ids: Vec<_> = (0..n_nodes).map(|i| [i as u8; 32]).collect(); - let mut da_ports = vec![]; - let mut blend_ports = vec![]; - - for id in &mut ids { - thread_rng().fill(id); - da_ports.push(get_available_udp_port().unwrap()); - blend_ports.push(get_available_udp_port().unwrap()); - } - - let consensus_params = ConsensusParams::default_for_participants(n_nodes); - let mut consensus_configs = - consensus::create_consensus_configs(&ids, &consensus_params, &WalletConfig::default()); - let bootstrap_config = - bootstrap::create_bootstrap_configs(&ids, SHORT_PROLONGED_BOOTSTRAP_PERIOD); - let network_configs = network::create_network_configs(&ids, network_params); - let da_configs = da::create_da_configs(&ids, &DaParams::default(), &da_ports); - let api_configs = api::create_api_configs(&ids); - let blend_configs = blend::create_blend_configs(&ids, &blend_ports); - let tracing_configs = tracing::create_tracing_configs(&ids); - let time_config = time::default_time_config(); - - let providers: Vec<_> = blend_configs - .iter() - .enumerate() - .take(n_blend_core_nodes) - .map(|(i, blend_conf)| ProviderInfo { - service_type: ServiceType::BlendNetwork, - provider_sk: blend_conf.signer.clone(), - zk_sk: blend_conf.secret_zk_key.clone(), - locator: Locator(blend_conf.backend_core.listening_address.clone()), - note: consensus_configs[0].blend_notes[i].clone(), - }) - .collect(); - let ledger_tx = consensus_configs[0] - .genesis_tx - .mantle_tx() - .ledger_tx - .clone(); - let genesis_tx = create_genesis_tx_with_declarations(ledger_tx, providers); - for c in &mut consensus_configs { - c.genesis_tx = genesis_tx.clone(); - } - - // Set Blend and DA keys in KMS of each node config. - let kms_configs: Vec<_> = blend_configs - .iter() - .map(|blend_conf| { - let ed_key = Ed25519Key::new(blend_conf.signer.clone()); - let zk_key = ZkKey::new(blend_conf.secret_zk_key.clone()); - PreloadKMSBackendSettings { - keys: [ - ( - key_id_for_preload_backend(&Key::from(ed_key.clone())), - Key::from(ed_key), - ), - ( - key_id_for_preload_backend(&Key::from(zk_key.clone())), - Key::from(zk_key), - ), - ] - .into(), - } - }) - .collect(); - - let mut general_configs = vec![]; - - for i in 0..n_nodes { - general_configs.push(GeneralConfig { - api_config: api_configs[i].clone(), - consensus_config: consensus_configs[i].clone(), - bootstrapping_config: bootstrap_config[i].clone(), - da_config: da_configs[i].clone(), - network_config: network_configs[i].clone(), - blend_config: blend_configs[i].clone(), - tracing_config: tracing_configs[i].clone(), - time_config: time_config.clone(), - kms_config: kms_configs[i].clone(), - }); - } - - general_configs -} diff --git a/testing-framework/configs/src/topology/configs/network.rs b/testing-framework/configs/src/topology/configs/network.rs deleted file mode 100644 index 2e8fe2a..0000000 --- a/testing-framework/configs/src/topology/configs/network.rs +++ /dev/null @@ -1,116 +0,0 @@ -use std::time::Duration; - -use nomos_libp2p::{ - IdentifySettings, KademliaSettings, Multiaddr, NatSettings, ed25519, gossipsub, -}; -use nomos_node::config::network::serde::{BackendSettings, Config, SwarmConfig}; -use nomos_utils::net::get_available_udp_port; - -use crate::node_address_from_port; - -#[derive(Default, Clone)] -pub enum Libp2pNetworkLayout { - #[default] - Star, - Chain, - Full, -} - -#[derive(Default, Clone)] -pub struct NetworkParams { - pub libp2p_network_layout: Libp2pNetworkLayout, -} - -pub type GeneralNetworkConfig = Config; - -fn default_swarm_config() -> SwarmConfig { - SwarmConfig { - host: std::net::Ipv4Addr::UNSPECIFIED, - port: 60000, - node_key: ed25519::SecretKey::generate(), - gossipsub_config: gossipsub::Config::default(), - kademlia_config: KademliaSettings::default(), - identify_config: IdentifySettings::default(), - chain_sync_config: cryptarchia_sync::Config::default(), - nat_config: NatSettings::default(), - } -} - -#[must_use] -pub fn create_network_configs( - ids: &[[u8; 32]], - network_params: &NetworkParams, -) -> Vec { - let swarm_configs: Vec = ids - .iter() - .map(|id| { - let mut node_key_bytes = *id; - let node_key = ed25519::SecretKey::try_from_bytes(&mut node_key_bytes) - .expect("Failed to generate secret key from bytes"); - - SwarmConfig { - node_key, - port: get_available_udp_port().unwrap(), - chain_sync_config: cryptarchia_sync::Config { - peer_response_timeout: Duration::from_secs(60), - }, - ..default_swarm_config() - } - }) - .collect(); - - let all_initial_peers = initial_peers_by_network_layout(&swarm_configs, network_params); - - swarm_configs - .iter() - .zip(all_initial_peers) - .map(|(swarm_config, initial_peers)| GeneralNetworkConfig { - backend: BackendSettings { - initial_peers, - inner: swarm_config.to_owned(), - }, - }) - .collect() -} - -fn initial_peers_by_network_layout( - swarm_configs: &[SwarmConfig], - network_params: &NetworkParams, -) -> Vec> { - let mut all_initial_peers = vec![]; - - match network_params.libp2p_network_layout { - Libp2pNetworkLayout::Star => { - // First node is the hub - has no initial peers - all_initial_peers.push(vec![]); - let first_addr = node_address_from_port(swarm_configs[0].port); - - // All other nodes connect to the first node - for _ in 1..swarm_configs.len() { - all_initial_peers.push(vec![first_addr.clone()]); - } - } - Libp2pNetworkLayout::Chain => { - // First node has no initial peers - all_initial_peers.push(vec![]); - - // Each subsequent node connects to the previous one - for i in 1..swarm_configs.len() { - let prev_addr = node_address_from_port(swarm_configs[i - 1].port); - all_initial_peers.push(vec![prev_addr]); - } - } - Libp2pNetworkLayout::Full => { - // Each node connects to all previous nodes, unidirectional connections - for i in 0..swarm_configs.len() { - let mut peers = vec![]; - for swarm_config in swarm_configs.iter().take(i) { - peers.push(node_address_from_port(swarm_config.port)); - } - all_initial_peers.push(peers); - } - } - } - - all_initial_peers -} diff --git a/testing-framework/configs/src/topology/configs/time.rs b/testing-framework/configs/src/topology/configs/time.rs deleted file mode 100644 index e6f65c7..0000000 --- a/testing-framework/configs/src/topology/configs/time.rs +++ /dev/null @@ -1,35 +0,0 @@ -use std::{ - net::{IpAddr, Ipv4Addr}, - str::FromStr as _, - time::Duration, -}; - -use time::OffsetDateTime; - -const DEFAULT_SLOT_TIME: u64 = 2; -const CONSENSUS_SLOT_TIME_VAR: &str = "CONSENSUS_SLOT_TIME"; - -#[derive(Clone, Debug)] -pub struct GeneralTimeConfig { - pub slot_duration: Duration, - pub chain_start_time: OffsetDateTime, - pub ntp_server: String, - pub timeout: Duration, - pub interface: IpAddr, - pub update_interval: Duration, -} - -#[must_use] -pub fn default_time_config() -> GeneralTimeConfig { - let slot_duration = std::env::var(CONSENSUS_SLOT_TIME_VAR) - .map(|s| ::from_str(&s).unwrap()) - .unwrap_or(DEFAULT_SLOT_TIME); - GeneralTimeConfig { - slot_duration: Duration::from_secs(slot_duration), - chain_start_time: OffsetDateTime::now_utc(), - ntp_server: String::from("pool.ntp.org"), - timeout: Duration::from_secs(5), - interface: IpAddr::V4(Ipv4Addr::UNSPECIFIED), - update_interval: Duration::from_secs(16), - } -} diff --git a/testing-framework/configs/src/topology/configs/tracing.rs b/testing-framework/configs/src/topology/configs/tracing.rs deleted file mode 100644 index fd8e73b..0000000 --- a/testing-framework/configs/src/topology/configs/tracing.rs +++ /dev/null @@ -1,71 +0,0 @@ -use nomos_tracing::{ - logging::loki::LokiConfig, metrics::otlp::OtlpMetricsConfig, tracing::otlp::OtlpTracingConfig, -}; -use nomos_tracing_service::{ - ConsoleLayer, FilterLayer, LoggerLayer, MetricsLayer, TracingLayer, TracingSettings, -}; -use tracing::Level; - -use crate::IS_DEBUG_TRACING; - -#[derive(Clone, Default)] -pub struct GeneralTracingConfig { - pub tracing_settings: TracingSettings, -} - -impl GeneralTracingConfig { - fn local_debug_tracing(id: usize) -> Self { - let host_identifier = format!("node-{id}"); - Self { - tracing_settings: TracingSettings { - logger: LoggerLayer::Loki(LokiConfig { - endpoint: "http://localhost:3100".try_into().unwrap(), - host_identifier: host_identifier.clone(), - }), - tracing: TracingLayer::Otlp(OtlpTracingConfig { - endpoint: "http://localhost:4317".try_into().unwrap(), - sample_ratio: 0.5, - service_name: host_identifier.clone(), - }), - filter: FilterLayer::EnvFilter(nomos_tracing::filter::envfilter::EnvFilterConfig { - // Allow events only from modules that matches the regex, if it matches - use - // provided tracing level. Libp2p related crates are very log intensive in debug - // mode. - filters: std::iter::once(&("nomos", "debug")) - .map(|(k, v)| ((*k).to_owned(), (*v).to_owned())) - .collect(), - }), - metrics: MetricsLayer::Otlp(OtlpMetricsConfig { - endpoint: "http://127.0.0.1:9090/api/v1/otlp/v1/metrics" - .try_into() - .unwrap(), - host_identifier, - }), - console: ConsoleLayer::None, - level: Level::DEBUG, - }, - } - } -} - -#[must_use] -pub fn create_tracing_configs(ids: &[[u8; 32]]) -> Vec { - if *IS_DEBUG_TRACING { - create_debug_configs(ids) - } else { - create_default_configs(ids) - } -} - -fn create_debug_configs(ids: &[[u8; 32]]) -> Vec { - ids.iter() - .enumerate() - .map(|(i, _)| GeneralTracingConfig::local_debug_tracing(i)) - .collect() -} - -fn create_default_configs(ids: &[[u8; 32]]) -> Vec { - ids.iter() - .map(|_| GeneralTracingConfig::default()) - .collect() -} diff --git a/testing-framework/configs/src/topology/configs/wallet.rs b/testing-framework/configs/src/topology/configs/wallet.rs deleted file mode 100644 index 74648b5..0000000 --- a/testing-framework/configs/src/topology/configs/wallet.rs +++ /dev/null @@ -1,79 +0,0 @@ -use std::num::NonZeroUsize; - -use num_bigint::BigUint; -use zksign::{PublicKey, SecretKey}; - -/// Collection of wallet accounts that should be funded at genesis. -#[derive(Clone, Default, Debug, serde::Serialize, serde::Deserialize)] -pub struct WalletConfig { - pub accounts: Vec, -} - -impl WalletConfig { - #[must_use] - pub const fn new(accounts: Vec) -> Self { - Self { accounts } - } - - #[must_use] - pub fn uniform(total_funds: u64, users: NonZeroUsize) -> Self { - let user_count = users.get() as u64; - assert!(user_count > 0, "wallet user count must be non-zero"); - assert!( - total_funds >= user_count, - "wallet funds must allocate at least 1 token per user" - ); - - let base_allocation = total_funds / user_count; - let mut remainder = total_funds % user_count; - - let accounts = (0..users.get()) - .map(|idx| { - let mut amount = base_allocation; - if remainder > 0 { - amount += 1; - remainder -= 1; - } - - WalletAccount::deterministic(idx as u64, amount) - }) - .collect(); - - Self { accounts } - } -} - -/// Wallet account that holds funds in the genesis state. -#[derive(Clone, Debug, serde::Serialize, serde::Deserialize)] -pub struct WalletAccount { - pub label: String, - pub secret_key: SecretKey, - pub value: u64, -} - -impl WalletAccount { - #[must_use] - pub fn new(label: impl Into, secret_key: SecretKey, value: u64) -> Self { - assert!(value > 0, "wallet account value must be positive"); - Self { - label: label.into(), - secret_key, - value, - } - } - - #[must_use] - pub fn deterministic(index: u64, value: u64) -> Self { - let mut seed = [0u8; 32]; - seed[..2].copy_from_slice(b"wl"); - seed[2..10].copy_from_slice(&index.to_le_bytes()); - - let secret_key = SecretKey::from(BigUint::from_bytes_le(&seed)); - Self::new(format!("wallet-user-{index}"), secret_key, value) - } - - #[must_use] - pub fn public_key(&self) -> PublicKey { - self.secret_key.to_public_key() - } -} diff --git a/testing-framework/configs/src/topology/mod.rs b/testing-framework/configs/src/topology/mod.rs deleted file mode 100644 index 3810d5b..0000000 --- a/testing-framework/configs/src/topology/mod.rs +++ /dev/null @@ -1 +0,0 @@ -pub mod configs; diff --git a/testing-framework/core/Cargo.toml b/testing-framework/core/Cargo.toml deleted file mode 100644 index f4128dc..0000000 --- a/testing-framework/core/Cargo.toml +++ /dev/null @@ -1,52 +0,0 @@ -[package] -categories.workspace = true -description.workspace = true -edition.workspace = true -keywords.workspace = true -license.workspace = true -name = "testing-framework-core" -readme.workspace = true -repository.workspace = true -version = "0.1.0" - -[lints] -workspace = true - -[features] -default = [] - -[dependencies] -anyhow = "1" -async-trait = "0.1" -broadcast-service = { workspace = true } -chain-service = { workspace = true } -common-http-client = { workspace = true } -futures = { default-features = false, version = "0.3" } -groth16 = { workspace = true } -hex = { version = "0.4.3", default-features = false } -integration-configs = { workspace = true } -key-management-system = { workspace = true } -kzgrs-backend = { workspace = true } -nomos-core = { workspace = true } -nomos-da-network-core = { workspace = true } -nomos-da-network-service = { workspace = true } -nomos-executor = { workspace = true, default-features = false, features = ["testing", "tracing"] } -nomos-http-api-common = { workspace = true } -nomos-libp2p = { workspace = true } -nomos-network = { workspace = true, features = ["libp2p"] } -nomos-node = { workspace = true, default-features = false, features = ["testing"] } -nomos-tracing = { workspace = true } -nomos-tracing-service = { workspace = true } -nomos-utils = { workspace = true } -prometheus-http-query = "0.8" -rand = { workspace = true } -reqwest = { workspace = true, features = ["json"] } -serde = { workspace = true } -serde_json = { workspace = true } -serde_with = { workspace = true } -serde_yaml = { workspace = true } -tempfile = { workspace = true } -thiserror = { workspace = true } -tokio = { workspace = true, features = ["macros", "process", "rt-multi-thread", "time"] } -tracing = { workspace = true } -tx-service = { workspace = true, features = ["libp2p", "mock"] } diff --git a/testing-framework/core/src/lib.rs b/testing-framework/core/src/lib.rs deleted file mode 100644 index b36c288..0000000 --- a/testing-framework/core/src/lib.rs +++ /dev/null @@ -1,19 +0,0 @@ -pub mod nodes; -pub mod scenario; -pub mod topology; - -use std::{env, ops::Mul as _, sync::LazyLock, time::Duration}; - -pub use integration_configs::{ - IS_DEBUG_TRACING, node_address_from_port, secret_key_to_peer_id, secret_key_to_provider_id, - topology::configs::da::GLOBAL_PARAMS_PATH, -}; - -static IS_SLOW_TEST_ENV: LazyLock = - LazyLock::new(|| env::var("SLOW_TEST_ENV").is_ok_and(|s| s == "true")); - -/// In slow test environments like Codecov, use 2x timeout. -#[must_use] -pub fn adjust_timeout(d: Duration) -> Duration { - if *IS_SLOW_TEST_ENV { d.mul(2) } else { d } -} diff --git a/testing-framework/core/src/nodes/api_client.rs b/testing-framework/core/src/nodes/api_client.rs deleted file mode 100644 index 6b6245a..0000000 --- a/testing-framework/core/src/nodes/api_client.rs +++ /dev/null @@ -1,252 +0,0 @@ -use std::net::SocketAddr; - -use chain_service::CryptarchiaInfo; -use common_http_client::CommonHttpClient; -use nomos_core::{block::Block, da::BlobId, mantle::SignedMantleTx, sdp::SessionNumber}; -use nomos_da_network_core::swarm::{BalancerStats, MonitorStats}; -use nomos_da_network_service::MembershipResponse; -use nomos_http_api_common::paths::{ - CRYPTARCHIA_INFO, DA_BALANCER_STATS, DA_BLACKLISTED_PEERS, DA_BLOCK_PEER, DA_GET_MEMBERSHIP, - DA_HISTORIC_SAMPLING, DA_MONITOR_STATS, DA_UNBLOCK_PEER, MEMPOOL_ADD_TX, NETWORK_INFO, - STORAGE_BLOCK, -}; -use nomos_network::backends::libp2p::Libp2pInfo; -use nomos_node::{HeaderId, api::testing::handlers::HistoricSamplingRequest}; -use reqwest::{Client, RequestBuilder, Response, Url}; -use serde::{Serialize, de::DeserializeOwned}; -use serde_json::Value; - -pub const DA_GET_TESTING_ENDPOINT_ERROR: &str = "Failed to connect to testing endpoint. The binary was likely built without the 'testing' \ - feature. Try: cargo build --workspace --all-features"; - -#[derive(Clone)] -pub struct ApiClient { - pub(crate) base_url: Url, - pub(crate) testing_url: Option, - client: Client, - pub(crate) http_client: CommonHttpClient, -} - -impl ApiClient { - #[must_use] - pub fn new(base_addr: SocketAddr, testing_addr: Option) -> Self { - let base_url = - Url::parse(&format!("http://{base_addr}")).expect("Valid base address for node"); - let testing_url = testing_addr - .map(|addr| Url::parse(&format!("http://{addr}")).expect("Valid testing address")); - Self::from_urls(base_url, testing_url) - } - - #[must_use] - pub fn from_urls(base_url: Url, testing_url: Option) -> Self { - let client = Client::new(); - Self { - base_url, - testing_url, - http_client: CommonHttpClient::new_with_client(client.clone(), None), - client, - } - } - - #[must_use] - pub fn testing_url(&self) -> Option { - self.testing_url.clone() - } - - pub fn get_builder(&self, path: &str) -> RequestBuilder { - self.client.get(self.join_base(path)) - } - - pub async fn get_response(&self, path: &str) -> reqwest::Result { - self.client.get(self.join_base(path)).send().await - } - - pub async fn get_json(&self, path: &str) -> reqwest::Result - where - T: DeserializeOwned, - { - self.get_response(path) - .await? - .error_for_status()? - .json() - .await - } - - pub async fn post_json_decode(&self, path: &str, body: &T) -> reqwest::Result - where - T: Serialize + Sync + ?Sized, - R: DeserializeOwned, - { - self.post_json_response(path, body) - .await? - .error_for_status()? - .json() - .await - } - - pub async fn post_json_response(&self, path: &str, body: &T) -> reqwest::Result - where - T: Serialize + Sync + ?Sized, - { - self.client - .post(self.join_base(path)) - .json(body) - .send() - .await - } - - pub async fn post_json_unit(&self, path: &str, body: &T) -> reqwest::Result<()> - where - T: Serialize + Sync + ?Sized, - { - self.post_json_response(path, body) - .await? - .error_for_status()?; - Ok(()) - } - - pub async fn get_testing_json(&self, path: &str) -> reqwest::Result - where - T: DeserializeOwned, - { - self.get_testing_response(path) - .await? - .error_for_status()? - .json() - .await - } - - pub async fn post_testing_json_decode(&self, path: &str, body: &T) -> reqwest::Result - where - T: Serialize + Sync + ?Sized, - R: DeserializeOwned, - { - self.post_testing_json_response(path, body) - .await? - .error_for_status()? - .json() - .await - } - - pub async fn post_testing_json_unit(&self, path: &str, body: &T) -> reqwest::Result<()> - where - T: Serialize + Sync + ?Sized, - { - self.post_testing_json_response(path, body) - .await? - .error_for_status()?; - Ok(()) - } - - pub async fn post_testing_json_response( - &self, - path: &str, - body: &T, - ) -> reqwest::Result - where - T: Serialize + Sync + ?Sized, - { - let testing_url = self - .testing_url - .as_ref() - .expect(DA_GET_TESTING_ENDPOINT_ERROR); - self.client - .post(Self::join_url(testing_url, path)) - .json(body) - .send() - .await - } - - pub async fn get_testing_response(&self, path: &str) -> reqwest::Result { - let testing_url = self - .testing_url - .as_ref() - .expect(DA_GET_TESTING_ENDPOINT_ERROR); - self.client - .get(Self::join_url(testing_url, path)) - .send() - .await - } - - pub async fn block_peer(&self, peer_id: &str) -> reqwest::Result { - self.post_json_decode(DA_BLOCK_PEER, &peer_id).await - } - - pub async fn unblock_peer(&self, peer_id: &str) -> reqwest::Result { - self.post_json_decode(DA_UNBLOCK_PEER, &peer_id).await - } - - pub async fn blacklisted_peers(&self) -> reqwest::Result> { - self.get_json(DA_BLACKLISTED_PEERS).await - } - - pub async fn balancer_stats(&self) -> reqwest::Result { - self.get_json(DA_BALANCER_STATS).await - } - - pub async fn monitor_stats(&self) -> reqwest::Result { - self.get_json(DA_MONITOR_STATS).await - } - - pub async fn consensus_info(&self) -> reqwest::Result { - self.get_json(CRYPTARCHIA_INFO).await - } - - pub async fn network_info(&self) -> reqwest::Result { - self.get_json(NETWORK_INFO).await - } - - pub async fn storage_block( - &self, - id: &HeaderId, - ) -> reqwest::Result>> { - self.post_json_decode(STORAGE_BLOCK, id).await - } - - pub async fn da_get_membership( - &self, - session_id: &SessionNumber, - ) -> reqwest::Result { - self.post_testing_json_decode(DA_GET_MEMBERSHIP, session_id) - .await - } - - pub async fn da_historic_sampling( - &self, - request: &HistoricSamplingRequest, - ) -> reqwest::Result { - self.post_testing_json_decode(DA_HISTORIC_SAMPLING, request) - .await - } - - pub async fn submit_transaction(&self, tx: &SignedMantleTx) -> reqwest::Result<()> { - self.post_json_unit(MEMPOOL_ADD_TX, tx).await - } - - pub async fn get_headers_raw(&self, builder: RequestBuilder) -> reqwest::Result { - builder.send().await - } - - pub async fn mempool_metrics(&self, pool: &str) -> reqwest::Result { - self.get_json(&format!("/{pool}/metrics")).await - } - - #[must_use] - pub const fn base_url(&self) -> &Url { - &self.base_url - } - - #[must_use] - pub const fn http_client(&self) -> &CommonHttpClient { - &self.http_client - } - - fn join_base(&self, path: &str) -> Url { - Self::join_url(&self.base_url, path) - } - - fn join_url(base: &Url, path: &str) -> Url { - let trimmed = path.trim_start_matches('/'); - base.join(trimmed).expect("valid relative path") - } -} diff --git a/testing-framework/core/src/nodes/executor.rs b/testing-framework/core/src/nodes/executor.rs deleted file mode 100644 index 0c95129..0000000 --- a/testing-framework/core/src/nodes/executor.rs +++ /dev/null @@ -1,285 +0,0 @@ -use std::{ - collections::HashSet, - path::PathBuf, - process::{Child, Command, Stdio}, - time::Duration, -}; - -use broadcast_service::BlockInfo; -use chain_service::CryptarchiaInfo; -use futures::Stream; -pub use integration_configs::nodes::executor::create_executor_config; -use kzgrs_backend::common::share::{DaLightShare, DaShare, DaSharesCommitments}; -use nomos_core::{ - block::Block, da::BlobId, header::HeaderId, mantle::SignedMantleTx, sdp::SessionNumber, -}; -use nomos_da_network_core::swarm::{BalancerStats, MonitorStats}; -use nomos_da_network_service::MembershipResponse; -use nomos_executor::config::Config; -use nomos_http_api_common::paths::{DA_GET_SHARES_COMMITMENTS, MANTLE_METRICS, MEMPOOL_ADD_TX}; -use nomos_network::backends::libp2p::Libp2pInfo; -use nomos_node::api::testing::handlers::HistoricSamplingRequest; -use nomos_tracing::logging::local::FileConfig; -use nomos_tracing_service::LoggerLayer; -use reqwest::Url; -use serde_yaml::{Mapping, Number as YamlNumber, Value}; - -use super::{ApiClient, create_tempdir, persist_tempdir, should_persist_tempdir}; -use crate::{IS_DEBUG_TRACING, adjust_timeout, nodes::LOGS_PREFIX}; - -const BIN_PATH: &str = "target/debug/nomos-executor"; - -fn binary_path() -> PathBuf { - PathBuf::from(env!("CARGO_MANIFEST_DIR")) - .join("../../") - .join(BIN_PATH) -} - -pub struct Executor { - tempdir: tempfile::TempDir, - child: Child, - config: Config, - api: ApiClient, -} - -fn inject_ibd_into_cryptarchia(yaml_value: &mut Value) { - let Some(root) = yaml_value.as_mapping_mut() else { - return; - }; - let Some(cryptarchia) = root - .get_mut(&Value::String("cryptarchia".into())) - .and_then(Value::as_mapping_mut) - else { - return; - }; - if !cryptarchia.contains_key(&Value::String("network_adapter_settings".into())) { - let mut network = Mapping::new(); - network.insert( - Value::String("topic".into()), - Value::String(nomos_node::CONSENSUS_TOPIC.into()), - ); - cryptarchia.insert( - Value::String("network_adapter_settings".into()), - Value::Mapping(network), - ); - } - if !cryptarchia.contains_key(&Value::String("sync".into())) { - let mut orphan = Mapping::new(); - orphan.insert( - Value::String("max_orphan_cache_size".into()), - Value::Number(YamlNumber::from(5)), - ); - let mut sync = Mapping::new(); - sync.insert(Value::String("orphan".into()), Value::Mapping(orphan)); - cryptarchia.insert(Value::String("sync".into()), Value::Mapping(sync)); - } - let Some(bootstrap) = cryptarchia - .get_mut(&Value::String("bootstrap".into())) - .and_then(Value::as_mapping_mut) - else { - return; - }; - - let ibd_key = Value::String("ibd".into()); - if bootstrap.contains_key(&ibd_key) { - return; - } - - let mut ibd = Mapping::new(); - ibd.insert(Value::String("peers".into()), Value::Sequence(vec![])); - - bootstrap.insert(ibd_key, Value::Mapping(ibd)); -} - -impl Drop for Executor { - fn drop(&mut self) { - if should_persist_tempdir() - && let Err(e) = persist_tempdir(&mut self.tempdir, "nomos-executor") - { - println!("failed to persist tempdir: {e}"); - } - - if let Err(e) = self.child.kill() { - println!("failed to kill the child process: {e}"); - } - } -} - -impl Executor { - pub async fn spawn(mut config: Config) -> Self { - let dir = create_tempdir().unwrap(); - let config_path = dir.path().join("executor.yaml"); - let file = std::fs::File::create(&config_path).unwrap(); - - if !*IS_DEBUG_TRACING { - // setup logging so that we can intercept it later in testing - config.tracing.logger = LoggerLayer::File(FileConfig { - directory: dir.path().to_owned(), - prefix: Some(LOGS_PREFIX.into()), - }); - } - - config.storage.db_path = dir.path().join("db"); - dir.path().clone_into( - &mut config - .da_verifier - .storage_adapter_settings - .blob_storage_directory, - ); - - let addr = config.http.backend_settings.address; - let testing_addr = config.testing_http.backend_settings.address; - - let mut yaml_value = serde_yaml::to_value(&config).unwrap(); - inject_ibd_into_cryptarchia(&mut yaml_value); - serde_yaml::to_writer(file, &yaml_value).unwrap(); - let child = Command::new(binary_path()) - .arg(&config_path) - .current_dir(dir.path()) - .stdout(Stdio::inherit()) - .spawn() - .unwrap(); - let node = Self { - child, - tempdir: dir, - config, - api: ApiClient::new(addr, Some(testing_addr)), - }; - tokio::time::timeout(adjust_timeout(Duration::from_secs(10)), async { - node.wait_online().await; - }) - .await - .unwrap(); - - node - } - - pub async fn block_peer(&self, peer_id: String) -> bool { - self.api.block_peer(&peer_id).await.unwrap() - } - - pub async fn unblock_peer(&self, peer_id: String) -> bool { - self.api.unblock_peer(&peer_id).await.unwrap() - } - - pub async fn blacklisted_peers(&self) -> Vec { - self.api.blacklisted_peers().await.unwrap() - } - - async fn wait_online(&self) { - loop { - let res = self.api.get_response(MANTLE_METRICS).await; - if res.is_ok() && res.unwrap().status().is_success() { - break; - } - tokio::time::sleep(Duration::from_millis(100)).await; - } - } - - #[must_use] - pub const fn config(&self) -> &Config { - &self.config - } - - #[must_use] - pub fn url(&self) -> Url { - self.api.base_url().clone() - } - - #[must_use] - pub fn testing_url(&self) -> Option { - self.api.testing_url() - } - - pub async fn balancer_stats(&self) -> BalancerStats { - self.api.balancer_stats().await.unwrap() - } - - pub async fn monitor_stats(&self) -> MonitorStats { - self.api.monitor_stats().await.unwrap() - } - - pub async fn network_info(&self) -> Libp2pInfo { - self.api.network_info().await.unwrap() - } - - pub async fn consensus_info(&self) -> CryptarchiaInfo { - self.api.consensus_info().await.unwrap() - } - - pub async fn get_block(&self, id: HeaderId) -> Option> { - self.api.storage_block(&id).await.unwrap() - } - - pub async fn get_shares( - &self, - blob_id: BlobId, - requested_shares: HashSet<[u8; 2]>, - filter_shares: HashSet<[u8; 2]>, - return_available: bool, - ) -> Result, common_http_client::Error> { - self.api - .http_client() - .get_shares::( - self.api.base_url().clone(), - blob_id, - requested_shares, - filter_shares, - return_available, - ) - .await - } - - pub async fn get_commitments(&self, blob_id: BlobId) -> Option { - self.api - .post_json_decode(DA_GET_SHARES_COMMITMENTS, &blob_id) - .await - .unwrap() - } - - pub async fn get_storage_commitments( - &self, - blob_id: BlobId, - ) -> Result, common_http_client::Error> { - self.api - .http_client() - .get_storage_commitments::(self.api.base_url().clone(), blob_id) - .await - } - - pub async fn da_get_membership( - &self, - session_id: SessionNumber, - ) -> Result { - self.api.da_get_membership(&session_id).await - } - - pub async fn da_historic_sampling( - &self, - block_id: HeaderId, - blob_ids: I, - ) -> Result - where - I: IntoIterator, - { - let request = HistoricSamplingRequest { - block_id, - blob_ids: blob_ids.into_iter().collect(), - }; - - self.api.da_historic_sampling(&request).await - } - - pub async fn get_lib_stream( - &self, - ) -> Result, common_http_client::Error> { - self.api - .http_client() - .get_lib_stream(self.api.base_url().clone()) - .await - } - - pub async fn add_tx(&self, tx: SignedMantleTx) -> Result<(), reqwest::Error> { - self.api.post_json_unit(MEMPOOL_ADD_TX, &tx).await - } -} diff --git a/testing-framework/core/src/nodes/mod.rs b/testing-framework/core/src/nodes/mod.rs deleted file mode 100644 index ee1534a..0000000 --- a/testing-framework/core/src/nodes/mod.rs +++ /dev/null @@ -1,35 +0,0 @@ -mod api_client; -pub mod executor; -pub mod validator; - -use std::sync::LazyLock; - -pub use api_client::ApiClient; -use tempfile::TempDir; - -pub(crate) const LOGS_PREFIX: &str = "__logs"; -static KEEP_NODE_TEMPDIRS: LazyLock = - LazyLock::new(|| std::env::var("NOMOS_TESTS_KEEP_LOGS").is_ok()); - -fn create_tempdir() -> std::io::Result { - // It's easier to use the current location instead of OS-default tempfile - // location because Github Actions can easily access files in the current - // location using wildcard to upload them as artifacts. - TempDir::new_in(std::env::current_dir()?) -} - -fn persist_tempdir(tempdir: &mut TempDir, label: &str) -> std::io::Result<()> { - println!( - "{}: persisting directory at {}", - label, - tempdir.path().display() - ); - // we need ownership of the dir to persist it - let dir = std::mem::replace(tempdir, tempfile::tempdir()?); - let _ = dir.keep(); - Ok(()) -} - -pub(crate) fn should_persist_tempdir() -> bool { - std::thread::panicking() || *KEEP_NODE_TEMPDIRS -} diff --git a/testing-framework/core/src/nodes/validator.rs b/testing-framework/core/src/nodes/validator.rs deleted file mode 100644 index 4c236a7..0000000 --- a/testing-framework/core/src/nodes/validator.rs +++ /dev/null @@ -1,347 +0,0 @@ -use std::{ - collections::HashSet, - path::PathBuf, - process::{Child, Command, Stdio}, - time::Duration, -}; - -use broadcast_service::BlockInfo; -use chain_service::CryptarchiaInfo; -use futures::Stream; -pub use integration_configs::nodes::validator::create_validator_config; -use kzgrs_backend::common::share::{DaLightShare, DaShare, DaSharesCommitments}; -use nomos_core::{block::Block, da::BlobId, mantle::SignedMantleTx, sdp::SessionNumber}; -use nomos_da_network_core::swarm::{BalancerStats, MonitorStats}; -use nomos_da_network_service::MembershipResponse; -use nomos_http_api_common::paths::{CRYPTARCHIA_HEADERS, DA_GET_SHARES_COMMITMENTS}; -use nomos_network::backends::libp2p::Libp2pInfo; -use nomos_node::{Config, HeaderId, api::testing::handlers::HistoricSamplingRequest}; -use nomos_tracing::logging::local::FileConfig; -use nomos_tracing_service::LoggerLayer; -use reqwest::Url; -use serde_yaml::{Mapping, Number as YamlNumber, Value}; -use tokio::time::error::Elapsed; -use tx_service::MempoolMetrics; - -use super::{ApiClient, create_tempdir, persist_tempdir, should_persist_tempdir}; -use crate::{IS_DEBUG_TRACING, adjust_timeout, nodes::LOGS_PREFIX}; - -const BIN_PATH: &str = "target/debug/nomos-node"; - -fn binary_path() -> PathBuf { - PathBuf::from(env!("CARGO_MANIFEST_DIR")) - .join("../../") - .join(BIN_PATH) -} - -pub enum Pool { - Da, - Mantle, -} - -pub struct Validator { - tempdir: tempfile::TempDir, - child: Child, - config: Config, - api: ApiClient, -} - -fn inject_ibd_into_cryptarchia(yaml_value: &mut Value) { - let Some(root) = yaml_value.as_mapping_mut() else { - return; - }; - let Some(cryptarchia) = root - .get_mut(&Value::String("cryptarchia".into())) - .and_then(Value::as_mapping_mut) - else { - return; - }; - if !cryptarchia.contains_key(&Value::String("network_adapter_settings".into())) { - let mut network = Mapping::new(); - network.insert( - Value::String("topic".into()), - Value::String(nomos_node::CONSENSUS_TOPIC.into()), - ); - cryptarchia.insert( - Value::String("network_adapter_settings".into()), - Value::Mapping(network), - ); - } - if !cryptarchia.contains_key(&Value::String("sync".into())) { - let mut orphan = Mapping::new(); - orphan.insert( - Value::String("max_orphan_cache_size".into()), - Value::Number(YamlNumber::from(5)), - ); - let mut sync = Mapping::new(); - sync.insert(Value::String("orphan".into()), Value::Mapping(orphan)); - cryptarchia.insert(Value::String("sync".into()), Value::Mapping(sync)); - } - let Some(bootstrap) = cryptarchia - .get_mut(&Value::String("bootstrap".into())) - .and_then(Value::as_mapping_mut) - else { - return; - }; - - let ibd_key = Value::String("ibd".into()); - if bootstrap.contains_key(&ibd_key) { - return; - } - - let mut ibd = Mapping::new(); - ibd.insert(Value::String("peers".into()), Value::Sequence(vec![])); - - bootstrap.insert(ibd_key, Value::Mapping(ibd)); -} - -impl Drop for Validator { - fn drop(&mut self) { - if should_persist_tempdir() - && let Err(e) = persist_tempdir(&mut self.tempdir, "nomos-node") - { - println!("failed to persist tempdir: {e}"); - } - - if let Err(e) = self.child.kill() { - println!("failed to kill the child process: {e}"); - } - } -} - -impl Validator { - /// Check if the validator process is still running - pub fn is_running(&mut self) -> bool { - match self.child.try_wait() { - Ok(None) => true, - Ok(Some(_)) | Err(_) => false, - } - } - - /// Wait for the validator process to exit, with a timeout - /// Returns true if the process exited within the timeout, false otherwise - pub async fn wait_for_exit(&mut self, timeout: Duration) -> bool { - tokio::time::timeout(timeout, async { - loop { - if !self.is_running() { - return; - } - tokio::time::sleep(Duration::from_millis(100)).await; - } - }) - .await - .is_ok() - } - - pub async fn spawn(mut config: Config) -> Result { - let dir = create_tempdir().unwrap(); - let config_path = dir.path().join("validator.yaml"); - let file = std::fs::File::create(&config_path).unwrap(); - - if !*IS_DEBUG_TRACING { - // setup logging so that we can intercept it later in testing - config.tracing.logger = LoggerLayer::File(FileConfig { - directory: dir.path().to_owned(), - prefix: Some(LOGS_PREFIX.into()), - }); - } - - config.storage.db_path = dir.path().join("db"); - dir.path().clone_into( - &mut config - .da_verifier - .storage_adapter_settings - .blob_storage_directory, - ); - - let addr = config.http.backend_settings.address; - let testing_addr = config.testing_http.backend_settings.address; - - let mut yaml_value = serde_yaml::to_value(&config).unwrap(); - inject_ibd_into_cryptarchia(&mut yaml_value); - serde_yaml::to_writer(file, &yaml_value).unwrap(); - let child = Command::new(binary_path()) - .arg(&config_path) - .current_dir(dir.path()) - .stdout(Stdio::inherit()) - .stderr(Stdio::inherit()) - .spawn() - .unwrap(); - let node = Self { - child, - tempdir: dir, - config, - api: ApiClient::new(addr, Some(testing_addr)), - }; - - tokio::time::timeout(adjust_timeout(Duration::from_secs(10)), async { - node.wait_online().await; - }) - .await?; - - Ok(node) - } - - #[must_use] - pub fn url(&self) -> Url { - self.api.base_url().clone() - } - - #[must_use] - pub fn testing_url(&self) -> Option { - self.api.testing_url() - } - - async fn wait_online(&self) { - loop { - if self.api.consensus_info().await.is_ok() { - break; - } - tokio::time::sleep(Duration::from_millis(100)).await; - } - } - - pub async fn get_block(&self, id: HeaderId) -> Option> { - self.api.storage_block(&id).await.unwrap() - } - - pub async fn get_commitments(&self, blob_id: BlobId) -> Option { - self.api - .post_json_decode(DA_GET_SHARES_COMMITMENTS, &blob_id) - .await - .unwrap() - } - - pub async fn get_mempoool_metrics(&self, pool: Pool) -> MempoolMetrics { - let discr = match pool { - Pool::Mantle => "mantle", - Pool::Da => "da", - }; - let res = self.api.mempool_metrics(discr).await.unwrap(); - MempoolMetrics { - pending_items: res["pending_items"].as_u64().unwrap() as usize, - last_item_timestamp: res["last_item_timestamp"].as_u64().unwrap(), - } - } - - pub async fn da_historic_sampling( - &self, - block_id: HeaderId, - blob_ids: I, - ) -> Result - where - I: IntoIterator, - { - let request = HistoricSamplingRequest { - block_id, - blob_ids: blob_ids.into_iter().collect(), - }; - - self.api.da_historic_sampling(&request).await - } - - // not async so that we can use this in `Drop` - #[must_use] - pub fn get_logs_from_file(&self) -> String { - println!( - "fetching logs from dir {}...", - self.tempdir.path().display() - ); - // std::thread::sleep(std::time::Duration::from_secs(50)); - std::fs::read_dir(self.tempdir.path()) - .unwrap() - .filter_map(|entry| { - let entry = entry.unwrap(); - let path = entry.path(); - (path.is_file() && path.to_str().unwrap().contains(LOGS_PREFIX)).then_some(path) - }) - .map(|f| std::fs::read_to_string(f).unwrap()) - .collect::() - } - - #[must_use] - pub const fn config(&self) -> &Config { - &self.config - } - - pub async fn get_headers(&self, from: Option, to: Option) -> Vec { - let mut req = self.api.get_builder(CRYPTARCHIA_HEADERS); - - if let Some(from) = from { - req = req.query(&[("from", from)]); - } - - if let Some(to) = to { - req = req.query(&[("to", to)]); - } - - let res = self.api.get_headers_raw(req).await; - - println!("res: {res:?}"); - - res.unwrap().json::>().await.unwrap() - } - - pub async fn consensus_info(&self) -> CryptarchiaInfo { - let info = self.api.consensus_info().await.unwrap(); - println!("{info:?}"); - info - } - - pub async fn balancer_stats(&self) -> BalancerStats { - self.api.balancer_stats().await.unwrap() - } - - pub async fn monitor_stats(&self) -> MonitorStats { - self.api.monitor_stats().await.unwrap() - } - - pub async fn da_get_membership( - &self, - session_id: SessionNumber, - ) -> Result { - self.api.da_get_membership(&session_id).await - } - - pub async fn network_info(&self) -> Libp2pInfo { - self.api.network_info().await.unwrap() - } - - pub async fn get_shares( - &self, - blob_id: BlobId, - requested_shares: HashSet<[u8; 2]>, - filter_shares: HashSet<[u8; 2]>, - return_available: bool, - ) -> Result, common_http_client::Error> { - self.api - .http_client() - .get_shares::( - self.api.base_url().clone(), - blob_id, - requested_shares, - filter_shares, - return_available, - ) - .await - } - - pub async fn get_storage_commitments( - &self, - blob_id: BlobId, - ) -> Result, common_http_client::Error> { - self.api - .http_client() - .get_storage_commitments::(self.api.base_url().clone(), blob_id) - .await - } - - pub async fn get_lib_stream( - &self, - ) -> Result, common_http_client::Error> { - self.api - .http_client() - .get_lib_stream(self.api.base_url().clone()) - .await - } -} diff --git a/testing-framework/core/src/scenario/capabilities.rs b/testing-framework/core/src/scenario/capabilities.rs deleted file mode 100644 index 83a2372..0000000 --- a/testing-framework/core/src/scenario/capabilities.rs +++ /dev/null @@ -1,28 +0,0 @@ -use async_trait::async_trait; - -use super::DynError; - -/// Marker type used by scenario builders to request node control support. -#[derive(Clone, Copy, Debug, Default)] -pub struct NodeControlCapability; - -/// Trait implemented by scenario capability markers to signal whether node -/// control is required. -pub trait RequiresNodeControl { - const REQUIRED: bool; -} - -impl RequiresNodeControl for () { - const REQUIRED: bool = false; -} - -impl RequiresNodeControl for NodeControlCapability { - const REQUIRED: bool = true; -} - -/// Interface exposed by runners that can restart nodes at runtime. -#[async_trait] -pub trait NodeControlHandle: Send + Sync { - async fn restart_validator(&self, index: usize) -> Result<(), DynError>; - async fn restart_executor(&self, index: usize) -> Result<(), DynError>; -} diff --git a/testing-framework/core/src/scenario/cfgsync.rs b/testing-framework/core/src/scenario/cfgsync.rs deleted file mode 100644 index 6fdb7f3..0000000 --- a/testing-framework/core/src/scenario/cfgsync.rs +++ /dev/null @@ -1,172 +0,0 @@ -use std::{fs::File, num::NonZero, path::Path, time::Duration}; - -use anyhow::{Context as _, Result}; -use nomos_da_network_core::swarm::ReplicationConfig; -use nomos_tracing_service::TracingSettings; -use nomos_utils::bounded_duration::{MinimalBoundedDuration, SECOND}; -use serde::{Deserialize, Serialize}; -use serde_with::serde_as; - -use crate::topology::{GeneratedTopology, configs::wallet::WalletConfig}; - -#[serde_as] -#[derive(Debug, Clone, Serialize, Deserialize)] -pub struct CfgSyncConfig { - pub port: u16, - pub n_hosts: usize, - pub timeout: u64, - pub security_param: NonZero, - pub active_slot_coeff: f64, - #[serde(default)] - pub wallet: WalletConfig, - #[serde(default)] - pub ids: Option>, - #[serde(default)] - pub da_ports: Option>, - #[serde(default)] - pub blend_ports: Option>, - pub subnetwork_size: usize, - pub dispersal_factor: usize, - pub num_samples: u16, - pub num_subnets: u16, - #[serde_as(as = "MinimalBoundedDuration<0, SECOND>")] - pub old_blobs_check_interval: Duration, - #[serde_as(as = "MinimalBoundedDuration<0, SECOND>")] - pub blobs_validity_duration: Duration, - pub global_params_path: String, - pub min_dispersal_peers: usize, - pub min_replication_peers: usize, - #[serde_as(as = "MinimalBoundedDuration<0, SECOND>")] - pub monitor_failure_time_window: Duration, - #[serde_as(as = "MinimalBoundedDuration<0, SECOND>")] - pub balancer_interval: Duration, - pub replication_settings: ReplicationConfig, - pub retry_shares_limit: usize, - pub retry_commitments_limit: usize, - pub tracing_settings: TracingSettings, -} - -pub fn load_cfgsync_template(path: &Path) -> Result { - let file = File::open(path) - .with_context(|| format!("opening cfgsync template at {}", path.display()))?; - serde_yaml::from_reader(file).context("parsing cfgsync template") -} - -pub fn write_cfgsync_template(path: &Path, cfg: &CfgSyncConfig) -> Result<()> { - let file = File::create(path) - .with_context(|| format!("writing cfgsync template to {}", path.display()))?; - let serializable = SerializableCfgSyncConfig::from(cfg); - serde_yaml::to_writer(file, &serializable).context("serializing cfgsync template") -} - -pub fn render_cfgsync_yaml(cfg: &CfgSyncConfig) -> Result { - let serializable = SerializableCfgSyncConfig::from(cfg); - serde_yaml::to_string(&serializable).context("rendering cfgsync yaml") -} - -pub fn apply_topology_overrides( - cfg: &mut CfgSyncConfig, - topology: &GeneratedTopology, - use_kzg_mount: bool, -) { - let hosts = topology.validators().len() + topology.executors().len(); - cfg.n_hosts = hosts; - - let consensus = &topology.config().consensus_params; - cfg.security_param = consensus.security_param; - cfg.active_slot_coeff = consensus.active_slot_coeff; - - let config = topology.config(); - cfg.wallet = config.wallet_config.clone(); - cfg.ids = Some(topology.nodes().map(|node| node.id).collect()); - cfg.da_ports = Some(topology.nodes().map(|node| node.da_port).collect()); - cfg.blend_ports = Some(topology.nodes().map(|node| node.blend_port).collect()); - - let da = &config.da_params; - cfg.subnetwork_size = da.subnetwork_size; - cfg.dispersal_factor = da.dispersal_factor; - cfg.num_samples = da.num_samples; - cfg.num_subnets = da.num_subnets; - cfg.old_blobs_check_interval = da.old_blobs_check_interval; - cfg.blobs_validity_duration = da.blobs_validity_duration; - cfg.global_params_path = if use_kzg_mount { - "/kzgrs_test_params".into() - } else { - da.global_params_path.clone() - }; - cfg.min_dispersal_peers = da.policy_settings.min_dispersal_peers; - cfg.min_replication_peers = da.policy_settings.min_replication_peers; - cfg.monitor_failure_time_window = da.monitor_settings.failure_time_window; - cfg.balancer_interval = da.balancer_interval; - cfg.replication_settings = da.replication_settings; - cfg.retry_shares_limit = da.retry_shares_limit; - cfg.retry_commitments_limit = da.retry_commitments_limit; - cfg.tracing_settings = TracingSettings::default(); -} - -#[serde_as] -#[derive(Serialize)] -struct SerializableCfgSyncConfig { - port: u16, - n_hosts: usize, - timeout: u64, - security_param: NonZero, - active_slot_coeff: f64, - wallet: WalletConfig, - #[serde(skip_serializing_if = "Option::is_none")] - ids: Option>, - #[serde(skip_serializing_if = "Option::is_none")] - da_ports: Option>, - #[serde(skip_serializing_if = "Option::is_none")] - blend_ports: Option>, - subnetwork_size: usize, - dispersal_factor: usize, - num_samples: u16, - num_subnets: u16, - #[serde_as(as = "MinimalBoundedDuration<0, SECOND>")] - old_blobs_check_interval: Duration, - #[serde_as(as = "MinimalBoundedDuration<0, SECOND>")] - blobs_validity_duration: Duration, - global_params_path: String, - min_dispersal_peers: usize, - min_replication_peers: usize, - #[serde_as(as = "MinimalBoundedDuration<0, SECOND>")] - monitor_failure_time_window: Duration, - #[serde_as(as = "MinimalBoundedDuration<0, SECOND>")] - balancer_interval: Duration, - replication_settings: ReplicationConfig, - retry_shares_limit: usize, - retry_commitments_limit: usize, - tracing_settings: TracingSettings, -} - -impl From<&CfgSyncConfig> for SerializableCfgSyncConfig { - fn from(cfg: &CfgSyncConfig) -> Self { - Self { - port: cfg.port, - n_hosts: cfg.n_hosts, - timeout: cfg.timeout, - security_param: cfg.security_param, - active_slot_coeff: cfg.active_slot_coeff, - wallet: cfg.wallet.clone(), - ids: cfg.ids.clone(), - da_ports: cfg.da_ports.clone(), - blend_ports: cfg.blend_ports.clone(), - subnetwork_size: cfg.subnetwork_size, - dispersal_factor: cfg.dispersal_factor, - num_samples: cfg.num_samples, - num_subnets: cfg.num_subnets, - old_blobs_check_interval: cfg.old_blobs_check_interval, - blobs_validity_duration: cfg.blobs_validity_duration, - global_params_path: cfg.global_params_path.clone(), - min_dispersal_peers: cfg.min_dispersal_peers, - min_replication_peers: cfg.min_replication_peers, - monitor_failure_time_window: cfg.monitor_failure_time_window, - balancer_interval: cfg.balancer_interval, - replication_settings: cfg.replication_settings, - retry_shares_limit: cfg.retry_shares_limit, - retry_commitments_limit: cfg.retry_commitments_limit, - tracing_settings: cfg.tracing_settings.clone(), - } - } -} diff --git a/testing-framework/core/src/scenario/definition.rs b/testing-framework/core/src/scenario/definition.rs deleted file mode 100644 index 3aeaf29..0000000 --- a/testing-framework/core/src/scenario/definition.rs +++ /dev/null @@ -1,255 +0,0 @@ -use std::{num::NonZeroUsize, sync::Arc, time::Duration}; - -use super::{ - NodeControlCapability, expectation::Expectation, runtime::context::RunMetrics, - workload::Workload, -}; -use crate::topology::{ - GeneratedTopology, TopologyBuilder, TopologyConfig, configs::wallet::WalletConfig, -}; - -const DEFAULT_FUNDS_PER_WALLET: u64 = 100; - -/// Immutable scenario definition shared between the runner, workloads, and -/// expectations. -pub struct Scenario { - topology: GeneratedTopology, - workloads: Vec>, - expectations: Vec>, - duration: Duration, - capabilities: Caps, -} - -impl Scenario { - fn new( - topology: GeneratedTopology, - workloads: Vec>, - expectations: Vec>, - duration: Duration, - capabilities: Caps, - ) -> Self { - Self { - topology, - workloads, - expectations, - duration, - capabilities, - } - } - - #[must_use] - pub const fn topology(&self) -> &GeneratedTopology { - &self.topology - } - - #[must_use] - pub fn workloads(&self) -> &[Arc] { - &self.workloads - } - - #[must_use] - pub fn expectations(&self) -> &[Box] { - &self.expectations - } - - #[must_use] - pub fn expectations_mut(&mut self) -> &mut [Box] { - &mut self.expectations - } - - #[must_use] - pub const fn duration(&self) -> Duration { - self.duration - } - - #[must_use] - pub const fn capabilities(&self) -> &Caps { - &self.capabilities - } -} - -/// Builder used by callers to describe the desired scenario. -pub struct Builder { - topology: TopologyBuilder, - workloads: Vec>, - expectations: Vec>, - duration: Duration, - capabilities: Caps, -} - -pub type ScenarioBuilder = Builder<()>; - -impl Builder { - #[must_use] - pub fn new(topology: TopologyBuilder) -> Self { - Self { - topology, - workloads: Vec::new(), - expectations: Vec::new(), - duration: Duration::ZERO, - capabilities: Caps::default(), - } - } - - #[must_use] - pub fn with_node_counts(validators: usize, executors: usize) -> Self { - Self::new(TopologyBuilder::new(TopologyConfig::with_node_numbers( - validators, executors, - ))) - } -} - -impl Builder { - #[must_use] - pub fn with_capabilities(self, capabilities: NewCaps) -> Builder { - let Self { - topology, - workloads, - expectations, - duration, - .. - } = self; - - Builder { - topology, - workloads, - expectations, - duration, - capabilities, - } - } - - #[must_use] - pub const fn capabilities(&self) -> &Caps { - &self.capabilities - } - - #[must_use] - pub const fn capabilities_mut(&mut self) -> &mut Caps { - &mut self.capabilities - } - - #[must_use] - pub fn with_workload(mut self, workload: W) -> Self - where - W: Workload + 'static, - { - self.expectations.extend(workload.expectations()); - self.workloads.push(Arc::new(workload)); - self - } - - #[must_use] - pub fn with_expectation(mut self, expectation: E) -> Self - where - E: Expectation + 'static, - { - self.expectations.push(Box::new(expectation)); - self - } - - #[must_use] - pub const fn with_run_duration(mut self, duration: Duration) -> Self { - self.duration = duration; - self - } - - #[must_use] - pub fn map_topology(mut self, f: impl FnOnce(TopologyBuilder) -> TopologyBuilder) -> Self { - self.topology = f(self.topology); - self - } - - #[must_use] - pub fn with_wallet_config(mut self, wallet: WalletConfig) -> Self { - self.topology = self.topology.with_wallet_config(wallet); - self - } - - #[must_use] - pub fn wallets(self, users: usize) -> Self { - let user_count = NonZeroUsize::new(users).expect("wallet user count must be non-zero"); - let total_funds = DEFAULT_FUNDS_PER_WALLET - .checked_mul(users as u64) - .expect("wallet count exceeds capacity"); - let wallet = WalletConfig::uniform(total_funds, user_count); - self.with_wallet_config(wallet) - } - - #[must_use] - pub fn build(self) -> Scenario { - let Self { - topology, - mut workloads, - mut expectations, - duration, - capabilities, - .. - } = self; - - let generated = topology.build(); - let duration = enforce_min_duration(&generated, duration); - let run_metrics = RunMetrics::from_topology(&generated, duration); - initialize_components(&generated, &run_metrics, &mut workloads, &mut expectations); - - Scenario::new(generated, workloads, expectations, duration, capabilities) - } -} - -impl Builder<()> { - #[must_use] - pub fn enable_node_control(self) -> Builder { - self.with_capabilities(NodeControlCapability) - } -} - -fn initialize_components( - descriptors: &GeneratedTopology, - run_metrics: &RunMetrics, - workloads: &mut [Arc], - expectations: &mut [Box], -) { - initialize_workloads(descriptors, run_metrics, workloads); - initialize_expectations(descriptors, run_metrics, expectations); -} - -fn initialize_workloads( - descriptors: &GeneratedTopology, - run_metrics: &RunMetrics, - workloads: &mut [Arc], -) { - for workload in workloads { - let inner = - Arc::get_mut(workload).expect("workload unexpectedly cloned before initialization"); - if let Err(err) = inner.init(descriptors, run_metrics) { - panic!("workload '{}' failed to initialize: {err}", inner.name()); - } - } -} - -fn initialize_expectations( - descriptors: &GeneratedTopology, - run_metrics: &RunMetrics, - expectations: &mut [Box], -) { - for expectation in expectations { - if let Err(err) = expectation.init(descriptors, run_metrics) { - panic!( - "expectation '{}' failed to initialize: {err}", - expectation.name() - ); - } - } -} - -fn enforce_min_duration(descriptors: &GeneratedTopology, requested: Duration) -> Duration { - const MIN_BLOCKS: u32 = 2; - const FALLBACK_SECS: u64 = 10; - - let min_duration = descriptors.slot_duration().map_or_else( - || Duration::from_secs(FALLBACK_SECS), - |slot| slot * MIN_BLOCKS, - ); - - requested.max(min_duration) -} diff --git a/testing-framework/core/src/scenario/expectation.rs b/testing-framework/core/src/scenario/expectation.rs deleted file mode 100644 index edf73dc..0000000 --- a/testing-framework/core/src/scenario/expectation.rs +++ /dev/null @@ -1,23 +0,0 @@ -use async_trait::async_trait; - -use super::{DynError, RunContext, runtime::context::RunMetrics}; -use crate::topology::GeneratedTopology; - -#[async_trait] -pub trait Expectation: Send + Sync { - fn name(&self) -> &str; - - fn init( - &mut self, - _descriptors: &GeneratedTopology, - _run_metrics: &RunMetrics, - ) -> Result<(), DynError> { - Ok(()) - } - - async fn start_capture(&mut self, _ctx: &RunContext) -> Result<(), DynError> { - Ok(()) - } - - async fn evaluate(&mut self, ctx: &RunContext) -> Result<(), DynError>; -} diff --git a/testing-framework/core/src/scenario/expectations/mod.rs b/testing-framework/core/src/scenario/expectations/mod.rs deleted file mode 100644 index 38d5f92..0000000 --- a/testing-framework/core/src/scenario/expectations/mod.rs +++ /dev/null @@ -1,204 +0,0 @@ -use std::{fmt::Write as _, time::Duration}; - -use futures::FutureExt as _; - -use super::{ - BoxFuture, CONSENSUS_PROCESSED_BLOCKS, Expectation, ExpectationError, MetricsError, RunContext, -}; - -/// Enforces that every validator advances to the minimum block height implied -/// by the scenario duration, slot timing, and active slot coefficient (or a -/// caller-provided override). -/// -/// Polls each validator's HTTP consensus info to catch stalls even when -/// Prometheus is unavailable. -#[derive(Clone, Copy, Debug)] -pub struct ConsensusLiveness { - minimum_override: Option, - tolerance: f64, -} - -pub struct PrometheusBlockProduction { - minimum: u64, -} - -impl PrometheusBlockProduction { - #[must_use] - pub const fn new(minimum: u64) -> Self { - Self { minimum } - } - - #[must_use] - pub const fn minimum(&self) -> u64 { - self.minimum - } -} - -impl Expectation for PrometheusBlockProduction { - fn name(&self) -> &'static str { - "prometheus_block_production" - } - - fn evaluate<'a>(&'a self, ctx: &'a RunContext) -> BoxFuture<'a, Result<(), ExpectationError>> { - async move { - let total = ctx - .metrics() - .consensus_processed_blocks() - .map_err(|err| into_expectation_error(&err))?; - - if total >= self.minimum() as f64 { - tracing::info!( - query = CONSENSUS_PROCESSED_BLOCKS, - observed_total = total, - minimum = self.minimum(), - "block production expectation satisfied via prometheus" - ); - Ok(()) - } else { - Err(ExpectationError::new(format!( - "prometheus query `{}` sum {total} below block target {}", - CONSENSUS_PROCESSED_BLOCKS, - self.minimum() - ))) - } - } - .boxed() - } -} - -fn into_expectation_error(err: &MetricsError) -> ExpectationError { - ExpectationError::new(err.to_string()) -} - -impl ConsensusLiveness { - #[must_use] - pub const fn with_minimum(minimum_blocks: u64) -> Self { - Self { - minimum_override: Some(minimum_blocks), - tolerance: 1.0, - } - } - - #[must_use] - pub const fn with_tolerance(tolerance: f64) -> Self { - Self { - minimum_override: None, - tolerance, - } - } -} - -impl Default for ConsensusLiveness { - fn default() -> Self { - Self::with_tolerance(0.8) - } -} - -impl Expectation for ConsensusLiveness { - fn name(&self) -> &'static str { - "consensus_liveness" - } - - fn evaluate<'a>(&'a self, ctx: &'a RunContext) -> BoxFuture<'a, Result<(), ExpectationError>> { - async move { - if ctx.validators().is_empty() { - return Err(ExpectationError::new( - "consensus liveness requires at least one validator", - )); - } - - let target = consensus_target_blocks(ctx, self.minimum_override, self.tolerance); - let mut issues = Vec::new(); - let mut heights = Vec::with_capacity(ctx.validators().len()); - - for handle in ctx.validators() { - let index = handle.descriptor().index; - match handle.client().consensus_info().await { - Ok(info) => { - heights.push(info.height); - if info.height < target { - issues.push(format!( - "validator-{index} height {} below target {}", - info.height, target - )); - } - } - Err(err) => { - issues.push(format!("validator-{index} consensus_info failed: {err}")); - } - } - } - - if issues.is_empty() { - tracing::info!( - target, - heights = ?heights, - "consensus liveness expectation satisfied" - ); - Ok(()) - } else { - let mut message = String::new(); - let _ = writeln!( - &mut message, - "consensus liveness violated (target={target}):" - ); - for issue in issues { - let _ = writeln!(&mut message, "- {issue}"); - } - Err(ExpectationError::new(message.trim_end())) - } - } - .boxed() - } -} - -fn consensus_target_blocks(ctx: &RunContext, override_minimum: Option, tolerance: f64) -> u64 { - if let Some(minimum) = override_minimum { - return minimum; - } - - if tolerance <= 0.0 { - return 0; - } - - let slot_duration = ctx - .descriptors() - .validators() - .first() - .map_or(Duration::from_secs(2), |node| { - node.general.time_config.slot_duration - }); - - if slot_duration.is_zero() { - return 0; - } - - let active_slot_coeff = ctx - .descriptors() - .config() - .consensus_params - .active_slot_coeff; - - if active_slot_coeff <= 0.0 { - return 0; - } - - let run_duration = ctx.run_duration(); - if run_duration.is_zero() { - return 0; - } - - let slot_duration_secs = slot_duration.as_secs_f64(); - if slot_duration_secs == 0.0 { - return 0; - } - - let slot_count = run_duration.as_secs_f64() / slot_duration_secs; - if slot_count < 1.0 { - return 0; - } - - let expected_blocks = slot_count * active_slot_coeff; - let adjusted = (expected_blocks * tolerance).floor(); - adjusted.max(1.0) as u64 -} diff --git a/testing-framework/core/src/scenario/http_probe.rs b/testing-framework/core/src/scenario/http_probe.rs deleted file mode 100644 index c525437..0000000 --- a/testing-framework/core/src/scenario/http_probe.rs +++ /dev/null @@ -1,129 +0,0 @@ -use std::{fmt, time::Duration}; - -use futures::future::try_join_all; -use nomos_http_api_common::paths; -use reqwest::Client as ReqwestClient; -use thiserror::Error; -use tokio::time::{sleep, timeout}; - -#[derive(Clone, Copy, Debug, Eq, PartialEq)] -pub enum NodeRole { - Validator, - Executor, -} - -impl NodeRole { - #[must_use] - pub const fn label(self) -> &'static str { - match self { - Self::Validator => "validator", - Self::Executor => "executor", - } - } -} - -impl fmt::Display for NodeRole { - fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { - f.write_str(self.label()) - } -} - -#[derive(Clone, Copy, Debug, Error)] -#[error("timeout waiting for {role} HTTP endpoint on port {port} after {timeout:?}")] -pub struct HttpReadinessError { - role: NodeRole, - port: u16, - timeout: Duration, -} - -impl HttpReadinessError { - #[must_use] - pub const fn new(role: NodeRole, port: u16, timeout: Duration) -> Self { - Self { - role, - port, - timeout, - } - } - - #[must_use] - pub const fn role(&self) -> NodeRole { - self.role - } - - #[must_use] - pub const fn port(&self) -> u16 { - self.port - } - - #[must_use] - pub const fn timeout(&self) -> Duration { - self.timeout - } -} - -pub async fn wait_for_http_ports( - ports: &[u16], - role: NodeRole, - timeout_duration: Duration, - poll_interval: Duration, -) -> Result<(), HttpReadinessError> { - wait_for_http_ports_with_host(ports, role, "127.0.0.1", timeout_duration, poll_interval).await -} - -pub async fn wait_for_http_ports_with_host( - ports: &[u16], - role: NodeRole, - host: &str, - timeout_duration: Duration, - poll_interval: Duration, -) -> Result<(), HttpReadinessError> { - if ports.is_empty() { - return Ok(()); - } - - let client = ReqwestClient::new(); - let probes = ports.iter().copied().map(|port| { - wait_for_single_port( - client.clone(), - port, - role, - host, - timeout_duration, - poll_interval, - ) - }); - - try_join_all(probes).await.map(|_| ()) -} - -async fn wait_for_single_port( - client: ReqwestClient, - port: u16, - role: NodeRole, - host: &str, - timeout_duration: Duration, - poll_interval: Duration, -) -> Result<(), HttpReadinessError> { - let url = format!("http://{host}:{port}{}", paths::CRYPTARCHIA_INFO); - let probe = async { - loop { - let is_ready = client - .get(&url) - .send() - .await - .map(|response| response.status().is_success()) - .unwrap_or(false); - - if is_ready { - return; - } - - sleep(poll_interval).await; - } - }; - - timeout(timeout_duration, probe) - .await - .map_err(|_| HttpReadinessError::new(role, port, timeout_duration)) -} diff --git a/testing-framework/core/src/scenario/mod.rs b/testing-framework/core/src/scenario/mod.rs deleted file mode 100644 index 64c31a1..0000000 --- a/testing-framework/core/src/scenario/mod.rs +++ /dev/null @@ -1,25 +0,0 @@ -//! Scenario orchestration primitives shared by integration tests and runners. - -mod capabilities; -pub mod cfgsync; -mod definition; -mod expectation; -pub mod http_probe; -mod runtime; -mod workload; - -pub type DynError = Box; - -pub use capabilities::{NodeControlCapability, NodeControlHandle, RequiresNodeControl}; -pub use definition::{Builder, Scenario, ScenarioBuilder}; -pub use expectation::Expectation; -pub use runtime::{ - BlockFeed, BlockFeedTask, BlockRecord, BlockStats, CleanupGuard, Deployer, NodeClients, - RunContext, RunHandle, RunMetrics, Runner, ScenarioError, - metrics::{ - CONSENSUS_PROCESSED_BLOCKS, CONSENSUS_TRANSACTIONS_TOTAL, Metrics, MetricsError, - PrometheusEndpoint, PrometheusInstantSample, - }, - spawn_block_feed, -}; -pub use workload::Workload; diff --git a/testing-framework/core/src/scenario/runtime/block_feed.rs b/testing-framework/core/src/scenario/runtime/block_feed.rs deleted file mode 100644 index 2ca3b1f..0000000 --- a/testing-framework/core/src/scenario/runtime/block_feed.rs +++ /dev/null @@ -1,178 +0,0 @@ -use std::{ - collections::HashSet, - sync::{ - Arc, - atomic::{AtomicU64, Ordering}, - }, - time::Duration, -}; - -use anyhow::{Context as _, Result}; -use nomos_core::{block::Block, mantle::SignedMantleTx}; -use nomos_node::HeaderId; -use tokio::{sync::broadcast, task::JoinHandle, time::sleep}; -use tracing::{debug, error}; - -use super::context::CleanupGuard; -use crate::nodes::ApiClient; - -const POLL_INTERVAL: Duration = Duration::from_secs(1); - -#[derive(Clone)] -pub struct BlockFeed { - inner: Arc, -} - -struct BlockFeedInner { - sender: broadcast::Sender>, - stats: Arc, -} - -#[derive(Clone)] -pub struct BlockRecord { - pub header: HeaderId, - pub block: Arc>, -} - -pub struct BlockFeedTask { - handle: JoinHandle<()>, -} - -impl BlockFeed { - #[must_use] - pub fn subscribe(&self) -> broadcast::Receiver> { - self.inner.sender.subscribe() - } - - #[must_use] - pub fn stats(&self) -> Arc { - Arc::clone(&self.inner.stats) - } - - fn ingest(&self, header: HeaderId, block: Block) { - self.inner.stats.record_block(&block); - let record = Arc::new(BlockRecord { - header, - block: Arc::new(block), - }); - - let _ = self.inner.sender.send(record); - } -} - -impl BlockFeedTask { - #[must_use] - pub const fn new(handle: JoinHandle<()>) -> Self { - Self { handle } - } -} - -pub async fn spawn_block_feed(client: ApiClient) -> Result<(BlockFeed, BlockFeedTask)> { - let (sender, _) = broadcast::channel(1024); - let feed = BlockFeed { - inner: Arc::new(BlockFeedInner { - sender, - stats: Arc::new(BlockStats::default()), - }), - }; - - let mut scanner = BlockScanner::new(client, feed.clone()); - scanner.catch_up().await?; - - let handle = tokio::spawn(async move { scanner.run().await }); - - Ok((feed, BlockFeedTask::new(handle))) -} - -struct BlockScanner { - client: ApiClient, - feed: BlockFeed, - seen: HashSet, -} - -impl BlockScanner { - fn new(client: ApiClient, feed: BlockFeed) -> Self { - Self { - client, - feed, - seen: HashSet::new(), - } - } - - async fn run(&mut self) { - loop { - if let Err(err) = self.catch_up().await { - error!(%err, "block feed catch up failed"); - } - sleep(POLL_INTERVAL).await; - } - } - - async fn catch_up(&mut self) -> Result<()> { - let info = self.client.consensus_info().await?; - let tip = info.tip; - let mut remaining_height = info.height; - let mut stack = Vec::new(); - let mut cursor = tip; - - loop { - if self.seen.contains(&cursor) { - break; - } - - if remaining_height == 0 { - self.seen.insert(cursor); - break; - } - - let block = self - .client - .storage_block(&cursor) - .await? - .context("missing block while catching up")?; - - let parent = block.header().parent(); - stack.push((cursor, block)); - - if self.seen.contains(&parent) || parent == cursor { - break; - } - - cursor = parent; - remaining_height = remaining_height.saturating_sub(1); - } - - let mut processed = 0usize; - while let Some((header, block)) = stack.pop() { - self.feed.ingest(header, block); - self.seen.insert(header); - processed += 1; - } - - debug!(processed, "block feed processed catch up batch"); - Ok(()) - } -} - -impl CleanupGuard for BlockFeedTask { - fn cleanup(self: Box) { - self.handle.abort(); - } -} - -#[derive(Default)] -pub struct BlockStats { - total_transactions: AtomicU64, -} - -impl BlockStats { - fn record_block(&self, block: &Block) { - self.total_transactions - .fetch_add(block.transactions().len() as u64, Ordering::Relaxed); - } - - #[must_use] - pub fn total_transactions(&self) -> u64 { - self.total_transactions.load(Ordering::Relaxed) - } -} diff --git a/testing-framework/core/src/scenario/runtime/context.rs b/testing-framework/core/src/scenario/runtime/context.rs deleted file mode 100644 index 99a4a3c..0000000 --- a/testing-framework/core/src/scenario/runtime/context.rs +++ /dev/null @@ -1,215 +0,0 @@ -use std::{sync::Arc, time::Duration}; - -use super::{block_feed::BlockFeed, metrics::Metrics, node_clients::ClusterClient}; -use crate::{ - nodes::ApiClient, - scenario::{NodeClients, NodeControlHandle}, - topology::{GeneratedTopology, Topology, configs::wallet::WalletAccount}, -}; - -pub struct RunContext { - descriptors: GeneratedTopology, - cluster: Option, - node_clients: NodeClients, - metrics: RunMetrics, - telemetry: Metrics, - block_feed: BlockFeed, - node_control: Option>, -} - -impl RunContext { - /// Builds a run context, clamping the requested duration so we always run - /// for at least a couple of slot lengths (or a fallback window if slots are - /// unknown). - #[must_use] - pub fn new( - descriptors: GeneratedTopology, - cluster: Option, - node_clients: NodeClients, - run_duration: Duration, - telemetry: Metrics, - block_feed: BlockFeed, - node_control: Option>, - ) -> Self { - let metrics = RunMetrics::new(&descriptors, run_duration); - - Self { - descriptors, - cluster, - node_clients, - metrics, - telemetry, - block_feed, - node_control, - } - } - - #[must_use] - pub const fn descriptors(&self) -> &GeneratedTopology { - &self.descriptors - } - - #[must_use] - pub const fn topology(&self) -> Option<&Topology> { - self.cluster.as_ref() - } - - #[must_use] - pub const fn node_clients(&self) -> &NodeClients { - &self.node_clients - } - - #[must_use] - pub fn random_node_client(&self) -> Option<&ApiClient> { - self.node_clients.any_client() - } - - #[must_use] - pub fn block_feed(&self) -> BlockFeed { - self.block_feed.clone() - } - - #[must_use] - pub fn wallet_accounts(&self) -> &[WalletAccount] { - self.descriptors.wallet_accounts() - } - - #[must_use] - pub const fn telemetry(&self) -> &Metrics { - &self.telemetry - } - - #[must_use] - pub const fn run_duration(&self) -> Duration { - self.metrics.run_duration() - } - - #[must_use] - pub const fn expected_blocks(&self) -> u64 { - self.metrics.expected_consensus_blocks() - } - - #[must_use] - pub const fn run_metrics(&self) -> RunMetrics { - self.metrics - } - - #[must_use] - pub fn node_control(&self) -> Option> { - self.node_control.clone() - } - - #[must_use] - pub const fn cluster_client(&self) -> ClusterClient<'_> { - self.node_clients.cluster_client() - } -} - -/// Handle returned by the runner to control the lifecycle of the run. -pub struct RunHandle { - run_context: Arc, - cleanup_guard: Option>, -} - -impl Drop for RunHandle { - fn drop(&mut self) { - if let Some(guard) = self.cleanup_guard.take() { - guard.cleanup(); - } - } -} - -impl RunHandle { - #[must_use] - pub fn new(context: RunContext, cleanup_guard: Option>) -> Self { - Self { - run_context: Arc::new(context), - cleanup_guard, - } - } - - #[must_use] - pub(crate) fn from_shared( - context: Arc, - cleanup_guard: Option>, - ) -> Self { - Self { - run_context: context, - cleanup_guard, - } - } - - #[must_use] - pub fn context(&self) -> &RunContext { - &self.run_context - } -} - -#[derive(Clone, Copy)] -pub struct RunMetrics { - run_duration: Duration, - expected_blocks: u64, - block_interval_hint: Option, -} - -impl RunMetrics { - #[must_use] - pub fn new(descriptors: &GeneratedTopology, run_duration: Duration) -> Self { - Self::from_topology(descriptors, run_duration) - } - - #[must_use] - pub fn from_topology(descriptors: &GeneratedTopology, run_duration: Duration) -> Self { - let slot_duration = descriptors.slot_duration(); - - let active_slot_coeff = descriptors.config().consensus_params.active_slot_coeff; - let expected_blocks = - calculate_expected_blocks(run_duration, slot_duration, active_slot_coeff); - - let block_interval_hint = - slot_duration.map(|duration| duration.mul_f64(active_slot_coeff.clamp(0.0, 1.0))); - - Self { - run_duration, - expected_blocks, - block_interval_hint, - } - } - - #[must_use] - pub const fn run_duration(&self) -> Duration { - self.run_duration - } - - #[must_use] - pub const fn expected_consensus_blocks(&self) -> u64 { - self.expected_blocks - } - - #[must_use] - pub const fn block_interval_hint(&self) -> Option { - self.block_interval_hint - } -} - -pub trait CleanupGuard: Send { - fn cleanup(self: Box); -} - -/// Computes the minimum duration we’ll allow for a scenario run so that the -/// scheduler can observe a few block opportunities even if the caller -/// requested an extremely short window. -fn calculate_expected_blocks( - run_duration: Duration, - slot_duration: Option, - active_slot_coeff: f64, -) -> u64 { - let Some(slot_duration) = slot_duration else { - return 0; - }; - let slot_secs = slot_duration.as_secs_f64(); - let run_secs = run_duration.as_secs_f64(); - let expected = run_secs / slot_secs * active_slot_coeff; - - expected.ceil().clamp(0.0, u64::MAX as f64) as u64 -} diff --git a/testing-framework/core/src/scenario/runtime/deployer.rs b/testing-framework/core/src/scenario/runtime/deployer.rs deleted file mode 100644 index c3c62b1..0000000 --- a/testing-framework/core/src/scenario/runtime/deployer.rs +++ /dev/null @@ -1,22 +0,0 @@ -use async_trait::async_trait; - -use super::runner::Runner; -use crate::scenario::{DynError, Scenario}; - -/// Error returned when executing workloads or expectations. -#[derive(Debug, thiserror::Error)] -pub enum ScenarioError { - #[error("workload failure: {0}")] - Workload(#[source] DynError), - #[error("expectation capture failed: {0}")] - ExpectationCapture(#[source] DynError), - #[error("expectations failed:\n{0}")] - Expectations(#[source] DynError), -} - -#[async_trait] -pub trait Deployer: Send + Sync { - type Error; - - async fn deploy(&self, scenario: &Scenario) -> Result; -} diff --git a/testing-framework/core/src/scenario/runtime/metrics.rs b/testing-framework/core/src/scenario/runtime/metrics.rs deleted file mode 100644 index 2826022..0000000 --- a/testing-framework/core/src/scenario/runtime/metrics.rs +++ /dev/null @@ -1,201 +0,0 @@ -use std::{collections::HashMap, sync::Arc}; - -use prometheus_http_query::{Client as PrometheusClient, response::Data as PrometheusData}; -use reqwest::Url; -use tracing::warn; - -pub const CONSENSUS_PROCESSED_BLOCKS: &str = "consensus_processed_blocks"; -pub const CONSENSUS_TRANSACTIONS_TOTAL: &str = "consensus_transactions_total"; -const CONSENSUS_TRANSACTIONS_VALIDATOR_QUERY: &str = - r#"sum(consensus_transactions_total{job=~"validator-.*"})"#; - -#[derive(Clone, Default)] -pub struct Metrics { - prometheus: Option>, -} - -impl Metrics { - #[must_use] - pub const fn empty() -> Self { - Self { prometheus: None } - } - - pub fn from_prometheus(url: Url) -> Result { - let handle = Arc::new(PrometheusEndpoint::new(url)?); - Ok(Self::empty().with_prometheus_endpoint(handle)) - } - - pub fn from_prometheus_str(raw_url: &str) -> Result { - Url::parse(raw_url) - .map_err(|err| MetricsError::new(format!("invalid prometheus url: {err}"))) - .and_then(Self::from_prometheus) - } - - #[must_use] - pub fn with_prometheus_endpoint(mut self, handle: Arc) -> Self { - self.prometheus = Some(handle); - self - } - - #[must_use] - pub fn prometheus(&self) -> Option> { - self.prometheus.as_ref().map(Arc::clone) - } - - #[must_use] - pub const fn is_configured(&self) -> bool { - self.prometheus.is_some() - } - - pub fn instant_values(&self, query: &str) -> Result, MetricsError> { - let handle = self - .prometheus() - .ok_or_else(|| MetricsError::new("prometheus endpoint unavailable"))?; - handle.instant_values(query) - } - - pub fn counter_value(&self, query: &str) -> Result { - let handle = self - .prometheus() - .ok_or_else(|| MetricsError::new("prometheus endpoint unavailable"))?; - handle.counter_value(query) - } - - pub fn consensus_processed_blocks(&self) -> Result { - self.counter_value(CONSENSUS_PROCESSED_BLOCKS) - } - - pub fn consensus_transactions_total(&self) -> Result { - let handle = self - .prometheus() - .ok_or_else(|| MetricsError::new("prometheus endpoint unavailable"))?; - - match handle.instant_samples(CONSENSUS_TRANSACTIONS_VALIDATOR_QUERY) { - Ok(samples) if !samples.is_empty() => { - return Ok(samples.into_iter().map(|sample| sample.value).sum()); - } - Ok(_) => { - warn!( - query = CONSENSUS_TRANSACTIONS_VALIDATOR_QUERY, - "validator-specific consensus transaction metric returned no samples; falling back to aggregate counter" - ); - } - Err(err) => { - warn!( - query = CONSENSUS_TRANSACTIONS_VALIDATOR_QUERY, - error = %err, - "failed to query validator-specific consensus transaction metric; falling back to aggregate counter" - ); - } - } - - handle.counter_value(CONSENSUS_TRANSACTIONS_TOTAL) - } -} - -#[derive(Debug, thiserror::Error)] -pub enum MetricsError { - #[error("{0}")] - Store(String), -} - -impl MetricsError { - #[must_use] - pub fn new(message: impl Into) -> Self { - Self::Store(message.into()) - } -} - -pub struct PrometheusEndpoint { - base_url: Url, - client: PrometheusClient, -} - -#[derive(Clone, Debug)] -pub struct PrometheusInstantSample { - pub labels: HashMap, - pub timestamp: f64, - pub value: f64, -} - -impl PrometheusEndpoint { - pub fn new(base_url: Url) -> Result { - let client = PrometheusClient::try_from(base_url.as_str().to_owned()).map_err(|err| { - MetricsError::new(format!("failed to create prometheus client: {err}")) - })?; - - Ok(Self { base_url, client }) - } - - #[must_use] - pub const fn base_url(&self) -> &Url { - &self.base_url - } - - #[must_use] - pub fn port(&self) -> Option { - self.base_url.port_or_known_default() - } - - pub fn instant_samples( - &self, - query: &str, - ) -> Result, MetricsError> { - let query = query.to_owned(); - let client = self.client.clone(); - - let response = std::thread::spawn(move || -> Result<_, MetricsError> { - let runtime = tokio::runtime::Runtime::new() - .map_err(|err| MetricsError::new(format!("failed to create runtime: {err}")))?; - runtime - .block_on(async { client.query(&query).get().await }) - .map_err(|err| MetricsError::new(format!("prometheus query failed: {err}"))) - }) - .join() - .map_err(|_| MetricsError::new("prometheus query thread panicked"))??; - - let mut samples = Vec::new(); - match response.data() { - PrometheusData::Vector(vectors) => { - for vector in vectors { - samples.push(PrometheusInstantSample { - labels: vector.metric().clone(), - timestamp: vector.sample().timestamp(), - value: vector.sample().value(), - }); - } - } - PrometheusData::Matrix(ranges) => { - for range in ranges { - let labels = range.metric().clone(); - for sample in range.samples() { - samples.push(PrometheusInstantSample { - labels: labels.clone(), - timestamp: sample.timestamp(), - value: sample.value(), - }); - } - } - } - PrometheusData::Scalar(sample) => { - samples.push(PrometheusInstantSample { - labels: HashMap::new(), - timestamp: sample.timestamp(), - value: sample.value(), - }); - } - } - - Ok(samples) - } - - pub fn instant_values(&self, query: &str) -> Result, MetricsError> { - self.instant_samples(query) - .map(|samples| samples.into_iter().map(|sample| sample.value).collect()) - } - - pub fn counter_value(&self, query: &str) -> Result { - self.instant_values(query) - .map(|values| values.into_iter().sum()) - } -} diff --git a/testing-framework/core/src/scenario/runtime/mod.rs b/testing-framework/core/src/scenario/runtime/mod.rs deleted file mode 100644 index 82c060b..0000000 --- a/testing-framework/core/src/scenario/runtime/mod.rs +++ /dev/null @@ -1,12 +0,0 @@ -mod block_feed; -pub mod context; -mod deployer; -pub mod metrics; -mod node_clients; -mod runner; - -pub use block_feed::{BlockFeed, BlockFeedTask, BlockRecord, BlockStats, spawn_block_feed}; -pub use context::{CleanupGuard, RunContext, RunHandle, RunMetrics}; -pub use deployer::{Deployer, ScenarioError}; -pub use node_clients::NodeClients; -pub use runner::Runner; diff --git a/testing-framework/core/src/scenario/runtime/node_clients.rs b/testing-framework/core/src/scenario/runtime/node_clients.rs deleted file mode 100644 index 4322aa3..0000000 --- a/testing-framework/core/src/scenario/runtime/node_clients.rs +++ /dev/null @@ -1,135 +0,0 @@ -use std::pin::Pin; - -use rand::{Rng as _, seq::SliceRandom as _, thread_rng}; - -use crate::{ - nodes::ApiClient, - scenario::DynError, - topology::{GeneratedTopology, Topology}, -}; - -#[derive(Clone, Default)] -pub struct NodeClients { - validators: Vec, - executors: Vec, -} - -impl NodeClients { - #[must_use] - pub const fn new(validators: Vec, executors: Vec) -> Self { - Self { - validators, - executors, - } - } - - #[must_use] - pub fn from_topology(_descriptors: &GeneratedTopology, topology: &Topology) -> Self { - let validator_clients = topology.validators().iter().map(|node| { - let testing = node.testing_url(); - ApiClient::from_urls(node.url(), testing) - }); - - let executor_clients = topology.executors().iter().map(|node| { - let testing = node.testing_url(); - ApiClient::from_urls(node.url(), testing) - }); - - Self::new(validator_clients.collect(), executor_clients.collect()) - } - - #[must_use] - pub fn validator_clients(&self) -> &[ApiClient] { - &self.validators - } - - #[must_use] - pub fn executor_clients(&self) -> &[ApiClient] { - &self.executors - } - - #[must_use] - pub fn random_validator(&self) -> Option<&ApiClient> { - if self.validators.is_empty() { - return None; - } - let mut rng = thread_rng(); - let idx = rng.gen_range(0..self.validators.len()); - self.validators.get(idx) - } - - #[must_use] - pub fn random_executor(&self) -> Option<&ApiClient> { - if self.executors.is_empty() { - return None; - } - let mut rng = thread_rng(); - let idx = rng.gen_range(0..self.executors.len()); - self.executors.get(idx) - } - - pub fn all_clients(&self) -> impl Iterator { - self.validators.iter().chain(self.executors.iter()) - } - - #[must_use] - pub fn any_client(&self) -> Option<&ApiClient> { - let validator_count = self.validators.len(); - let executor_count = self.executors.len(); - let total = validator_count + executor_count; - if total == 0 { - return None; - } - let mut rng = thread_rng(); - let choice = rng.gen_range(0..total); - if choice < validator_count { - self.validators.get(choice) - } else { - self.executors.get(choice - validator_count) - } - } - - #[must_use] - pub const fn cluster_client(&self) -> ClusterClient<'_> { - ClusterClient::new(self) - } -} - -pub struct ClusterClient<'a> { - node_clients: &'a NodeClients, -} - -impl<'a> ClusterClient<'a> { - #[must_use] - pub const fn new(node_clients: &'a NodeClients) -> Self { - Self { node_clients } - } - - pub async fn try_all_clients( - &self, - mut f: impl for<'b> FnMut( - &'b ApiClient, - ) -> Pin> + Send + 'b>> - + Send, - ) -> Result - where - E: Into, - { - let mut clients: Vec<&ApiClient> = self.node_clients.all_clients().collect(); - if clients.is_empty() { - return Err("cluster client has no api clients".into()); - } - - clients.shuffle(&mut thread_rng()); - - let mut last_err = None; - for client in clients { - match f(client).await { - Ok(value) => return Ok(value), - Err(err) => last_err = Some(err.into()), - } - } - - Err(last_err.unwrap_or_else(|| "cluster client exhausted all nodes".into())) - } -} diff --git a/testing-framework/core/src/scenario/runtime/runner.rs b/testing-framework/core/src/scenario/runtime/runner.rs deleted file mode 100644 index 4d6de22..0000000 --- a/testing-framework/core/src/scenario/runtime/runner.rs +++ /dev/null @@ -1,251 +0,0 @@ -use std::{any::Any, panic::AssertUnwindSafe, sync::Arc, time::Duration}; - -use futures::FutureExt as _; -use tokio::{ - task::JoinSet, - time::{sleep, timeout}, -}; - -use super::deployer::ScenarioError; -use crate::scenario::{ - DynError, Expectation, Scenario, - runtime::context::{CleanupGuard, RunContext, RunHandle}, -}; - -type WorkloadOutcome = Result<(), DynError>; - -/// Represents a fully prepared environment capable of executing a scenario. -pub struct Runner { - context: Arc, - cleanup_guard: Option>, -} - -impl Runner { - #[must_use] - pub fn new(context: RunContext, cleanup_guard: Option>) -> Self { - Self { - context: Arc::new(context), - cleanup_guard, - } - } - - #[must_use] - pub fn context(&self) -> Arc { - Arc::clone(&self.context) - } - - pub(crate) fn cleanup(&mut self) { - if let Some(guard) = self.cleanup_guard.take() { - guard.cleanup(); - } - } - - pub(crate) fn into_run_handle(mut self) -> RunHandle { - RunHandle::from_shared(Arc::clone(&self.context), self.cleanup_guard.take()) - } - - /// Executes the scenario by driving workloads first and then evaluating all - /// expectations. On any failure it cleans up resources and propagates the - /// error to the caller. - pub async fn run( - mut self, - scenario: &mut Scenario, - ) -> Result - where - Caps: Send + Sync, - { - let context = self.context(); - if let Err(error) = - Self::prepare_expectations(scenario.expectations_mut(), context.as_ref()).await - { - self.cleanup(); - return Err(error); - } - - if let Err(error) = Self::run_workloads(&context, scenario).await { - self.cleanup(); - return Err(error); - } - - Self::cooldown(&context).await; - - if let Err(error) = - Self::run_expectations(scenario.expectations_mut(), context.as_ref()).await - { - self.cleanup(); - return Err(error); - } - - Ok(self.into_run_handle()) - } - - async fn prepare_expectations( - expectations: &mut [Box], - context: &RunContext, - ) -> Result<(), ScenarioError> { - for expectation in expectations { - if let Err(source) = expectation.start_capture(context).await { - return Err(ScenarioError::ExpectationCapture(source)); - } - } - Ok(()) - } - - /// Spawns every workload, waits until the configured duration elapses (or a - /// workload fails), and then aborts the remaining tasks. - async fn run_workloads( - context: &Arc, - scenario: &Scenario, - ) -> Result<(), ScenarioError> - where - Caps: Send + Sync, - { - let mut workloads = Self::spawn_workloads(scenario, context); - let _ = Self::drive_until_timer(&mut workloads, scenario.duration()).await?; - Self::drain_workloads(&mut workloads).await - } - - /// Evaluates every registered expectation, aggregating failures so callers - /// can see all missing conditions in a single report. - async fn run_expectations( - expectations: &mut [Box], - context: &RunContext, - ) -> Result<(), ScenarioError> { - let mut failures: Vec<(String, DynError)> = Vec::new(); - for expectation in expectations { - if let Err(source) = expectation.evaluate(context).await { - failures.push((expectation.name().to_owned(), source)); - } - } - - if failures.is_empty() { - return Ok(()); - } - - let summary = failures - .into_iter() - .map(|(name, source)| format!("{name}: {source}")) - .collect::>() - .join("\n"); - - Err(ScenarioError::Expectations(summary.into())) - } - - async fn cooldown(context: &Arc) { - let metrics = context.run_metrics(); - let needs_stabilization = context.node_control().is_some(); - - if let Some(interval) = metrics.block_interval_hint() { - if interval.is_zero() { - return; - } - let mut wait = interval.mul_f64(5.0); - if needs_stabilization { - let minimum = Duration::from_secs(30); - if wait < minimum { - wait = minimum; - } - } - if !wait.is_zero() { - sleep(wait).await; - } - } else if needs_stabilization { - sleep(Duration::from_secs(30)).await; - } - } - - /// Spawns each workload inside its own task and returns the join set for - /// cooperative management. - fn spawn_workloads( - scenario: &Scenario, - context: &Arc, - ) -> JoinSet - where - Caps: Send + Sync, - { - let mut workloads = JoinSet::new(); - for workload in scenario.workloads() { - let workload = Arc::clone(workload); - let ctx = Arc::clone(context); - - workloads.spawn(async move { - let outcome = AssertUnwindSafe(async { workload.start(ctx.as_ref()).await }) - .catch_unwind() - .await; - - outcome.unwrap_or_else(|panic| { - Err(format!("workload panicked: {}", panic_message(panic)).into()) - }) - }); - } - - workloads - } - - /// Polls workload tasks until the timeout fires or one reports an error. - async fn drive_until_timer( - workloads: &mut JoinSet, - duration: Duration, - ) -> Result { - let run_future = async { - while let Some(result) = workloads.join_next().await { - Self::map_join_result(result)?; - } - Ok(()) - }; - - timeout(duration, run_future) - .await - .map_or(Ok(true), |result| { - result?; - Ok(false) - }) - } - - /// Aborts and drains any remaining workload tasks so we do not leak work - /// across scenario runs. - async fn drain_workloads( - workloads: &mut JoinSet, - ) -> Result<(), ScenarioError> { - workloads.abort_all(); - - while let Some(result) = workloads.join_next().await { - Self::map_join_result(result)?; - } - - Ok(()) - } - - /// Converts the outcome of a workload task into the canonical scenario - /// error, tolerating cancellation when the runner aborts unfinished tasks. - fn map_join_result( - result: Result, - ) -> Result<(), ScenarioError> { - match result { - Ok(outcome) => outcome.map_err(ScenarioError::Workload), - Err(join_err) if join_err.is_cancelled() => Ok(()), - Err(join_err) => Err(ScenarioError::Workload( - format!("workload task failed: {join_err}").into(), - )), - } - } -} - -/// Attempts to turn a panic payload into a readable string for diagnostics. -fn panic_message(panic: Box) -> String { - panic.downcast::().map_or_else( - |panic| { - panic.downcast::<&'static str>().map_or_else( - |_| "unknown panic".to_owned(), - |message| (*message).to_owned(), - ) - }, - |message| *message, - ) -} - -impl Drop for Runner { - fn drop(&mut self) { - self.cleanup(); - } -} diff --git a/testing-framework/core/src/scenario/workload.rs b/testing-framework/core/src/scenario/workload.rs deleted file mode 100644 index 4547303..0000000 --- a/testing-framework/core/src/scenario/workload.rs +++ /dev/null @@ -1,23 +0,0 @@ -use async_trait::async_trait; - -use super::{DynError, Expectation, RunContext, runtime::context::RunMetrics}; -use crate::topology::GeneratedTopology; - -#[async_trait] -pub trait Workload: Send + Sync { - fn name(&self) -> &str; - - fn expectations(&self) -> Vec> { - Vec::new() - } - - fn init( - &mut self, - _descriptors: &GeneratedTopology, - _run_metrics: &RunMetrics, - ) -> Result<(), DynError> { - Ok(()) - } - - async fn start(&self, ctx: &RunContext) -> Result<(), DynError>; -} diff --git a/testing-framework/core/src/topology/mod.rs b/testing-framework/core/src/topology/mod.rs deleted file mode 100644 index e2a300a..0000000 --- a/testing-framework/core/src/topology/mod.rs +++ /dev/null @@ -1,1408 +0,0 @@ -pub mod configs { - pub use integration_configs::topology::configs::*; -} - -use std::{ - collections::{HashMap, HashSet}, - iter, - time::Duration, -}; - -use configs::{ - GeneralConfig, - consensus::{ProviderInfo, create_genesis_tx_with_declarations}, - da::{DaParams, create_da_configs}, - network::{Libp2pNetworkLayout, NetworkParams, create_network_configs}, - tracing::create_tracing_configs, - wallet::{WalletAccount, WalletConfig}, -}; -use futures::future::join_all; -use groth16::fr_to_bytes; -use key_management_system::{ - backend::preload::PreloadKMSBackendSettings, - keys::{Ed25519Key, Key, ZkKey}, -}; -use nomos_core::{ - mantle::GenesisTx as _, - sdp::{Locator, ServiceType, SessionNumber}, -}; -use nomos_da_network_core::swarm::{BalancerStats, DAConnectionPolicySettings}; -use nomos_da_network_service::MembershipResponse; -use nomos_http_api_common::paths; -use nomos_network::backends::libp2p::Libp2pInfo; -use nomos_utils::net::get_available_udp_port; -use rand::{Rng as _, thread_rng}; -use reqwest::{Client, Url}; -use thiserror::Error; -use tokio::time::{sleep, timeout}; -use tracing::warn; - -use crate::{ - adjust_timeout, - nodes::{ - executor::{Executor, create_executor_config}, - validator::{Validator, create_validator_config}, - }, - topology::configs::{ - api::create_api_configs, - blend::{GeneralBlendConfig, create_blend_configs}, - bootstrap::{SHORT_PROLONGED_BOOTSTRAP_PERIOD, create_bootstrap_configs}, - consensus::{ConsensusParams, create_consensus_configs}, - da::GeneralDaConfig, - time::default_time_config, - }, -}; - -#[derive(Clone)] -pub struct TopologyConfig { - pub n_validators: usize, - pub n_executors: usize, - pub consensus_params: ConsensusParams, - pub da_params: DaParams, - pub network_params: NetworkParams, - pub wallet_config: WalletConfig, -} - -impl TopologyConfig { - #[must_use] - pub fn two_validators() -> Self { - Self { - n_validators: 2, - n_executors: 0, - consensus_params: ConsensusParams::default_for_participants(2), - da_params: DaParams::default(), - network_params: NetworkParams::default(), - wallet_config: WalletConfig::default(), - } - } - - #[must_use] - pub fn validator_and_executor() -> Self { - Self { - n_validators: 1, - n_executors: 1, - consensus_params: ConsensusParams::default_for_participants(2), - da_params: DaParams { - dispersal_factor: 2, - subnetwork_size: 2, - num_subnets: 2, - policy_settings: DAConnectionPolicySettings { - min_dispersal_peers: 1, - min_replication_peers: 1, - max_dispersal_failures: 0, - max_sampling_failures: 0, - max_replication_failures: 0, - malicious_threshold: 0, - }, - balancer_interval: Duration::from_secs(1), - ..Default::default() - }, - network_params: NetworkParams::default(), - wallet_config: WalletConfig::default(), - } - } - - #[must_use] - pub fn with_node_numbers(validators: usize, executors: usize) -> Self { - let participants = validators + executors; - assert!(participants > 0, "topology must include at least one node"); - - let mut da_params = DaParams::default(); - let da_nodes = participants; - if da_nodes <= 1 { - da_params.subnetwork_size = 1; - da_params.num_subnets = 1; - da_params.dispersal_factor = 1; - da_params.policy_settings.min_dispersal_peers = 0; - da_params.policy_settings.min_replication_peers = 0; - } else { - let dispersal = da_nodes.min(da_params.dispersal_factor.max(2)); - da_params.dispersal_factor = dispersal; - da_params.subnetwork_size = da_params.subnetwork_size.max(dispersal); - da_params.num_subnets = da_params.subnetwork_size as u16; - let min_peers = dispersal.saturating_sub(1).max(1); - da_params.policy_settings.min_dispersal_peers = min_peers; - da_params.policy_settings.min_replication_peers = min_peers; - da_params.balancer_interval = Duration::from_secs(1); - } - - Self { - n_validators: validators, - n_executors: executors, - consensus_params: ConsensusParams::default_for_participants(participants), - da_params, - network_params: NetworkParams::default(), - wallet_config: WalletConfig::default(), - } - } - - #[must_use] - pub fn validators_and_executor( - num_validators: usize, - num_subnets: usize, - dispersal_factor: usize, - ) -> Self { - Self { - n_validators: num_validators, - n_executors: 1, - consensus_params: ConsensusParams::default_for_participants(num_validators + 1), - da_params: DaParams { - dispersal_factor, - subnetwork_size: num_subnets, - num_subnets: num_subnets as u16, - policy_settings: DAConnectionPolicySettings { - min_dispersal_peers: num_subnets, - min_replication_peers: dispersal_factor - 1, - max_dispersal_failures: 0, - max_sampling_failures: 0, - max_replication_failures: 0, - malicious_threshold: 0, - }, - balancer_interval: Duration::from_secs(5), - ..Default::default() - }, - network_params: NetworkParams::default(), - wallet_config: WalletConfig::default(), - } - } - - #[must_use] - pub const fn wallet(&self) -> &WalletConfig { - &self.wallet_config - } -} - -#[derive(Clone, Copy, Debug, PartialEq, Eq)] -pub enum NodeRole { - Validator, - Executor, -} - -#[derive(Clone)] -pub struct GeneratedNodeConfig { - pub role: NodeRole, - pub index: usize, - pub id: [u8; 32], - pub general: GeneralConfig, - pub da_port: u16, - pub blend_port: u16, -} - -impl GeneratedNodeConfig { - #[must_use] - pub const fn role(&self) -> NodeRole { - self.role - } - - #[must_use] - pub const fn index(&self) -> usize { - self.index - } - - #[must_use] - pub const fn network_port(&self) -> u16 { - self.general.network_config.backend.inner.port - } - - #[must_use] - pub const fn api_port(&self) -> u16 { - self.general.api_config.address.port() - } - - #[must_use] - pub const fn testing_http_port(&self) -> u16 { - self.general.api_config.testing_http_address.port() - } -} - -#[derive(Clone)] -pub struct GeneratedTopology { - config: TopologyConfig, - validators: Vec, - executors: Vec, -} - -impl GeneratedTopology { - #[must_use] - pub const fn config(&self) -> &TopologyConfig { - &self.config - } - - #[must_use] - pub fn validators(&self) -> &[GeneratedNodeConfig] { - &self.validators - } - - #[must_use] - pub fn executors(&self) -> &[GeneratedNodeConfig] { - &self.executors - } - - pub fn nodes(&self) -> impl Iterator { - self.validators.iter().chain(self.executors.iter()) - } - - #[must_use] - pub fn slot_duration(&self) -> Option { - self.validators - .first() - .map(|node| node.general.time_config.slot_duration) - } - - #[must_use] - pub fn wallet_accounts(&self) -> &[WalletAccount] { - &self.config.wallet_config.accounts - } - - pub async fn spawn_local(&self) -> Topology { - let configs = self - .nodes() - .map(|node| node.general.clone()) - .collect::>(); - - let (validators, executors) = Topology::spawn_validators_executors( - configs, - self.config.n_validators, - self.config.n_executors, - ) - .await; - - Topology { - validators, - executors, - } - } - - pub async fn wait_remote_readiness( - &self, - validator_endpoints: &[Url], - executor_endpoints: &[Url], - validator_membership_endpoints: Option<&[Url]>, - executor_membership_endpoints: Option<&[Url]>, - ) -> Result<(), ReadinessError> { - let total_nodes = self.validators.len() + self.executors.len(); - if total_nodes == 0 { - return Ok(()); - } - - assert_eq!( - self.validators.len(), - validator_endpoints.len(), - "validator endpoints must match topology" - ); - assert_eq!( - self.executors.len(), - executor_endpoints.len(), - "executor endpoints must match topology" - ); - - let mut endpoints = Vec::with_capacity(total_nodes); - endpoints.extend_from_slice(validator_endpoints); - endpoints.extend_from_slice(executor_endpoints); - - let labels = self.labels(); - let client = Client::new(); - let make_testing_base_url = |port: u16| -> Url { - Url::parse(&format!("http://127.0.0.1:{port}/")) - .expect("failed to construct local testing base url") - }; - - if endpoints.len() > 1 { - let listen_ports = self.listen_ports(); - let initial_peer_ports = self.initial_peer_ports(); - let expected_peer_counts = - find_expected_peer_counts(&listen_ports, &initial_peer_ports); - let network_check = HttpNetworkReadiness { - client: &client, - endpoints: &endpoints, - expected_peer_counts: &expected_peer_counts, - labels: &labels, - }; - - network_check.wait().await?; - } - - let mut membership_endpoints = Vec::with_capacity(total_nodes); - if let Some(urls) = validator_membership_endpoints { - assert_eq!( - self.validators.len(), - urls.len(), - "validator membership endpoints must match topology" - ); - membership_endpoints.extend_from_slice(urls); - } else { - membership_endpoints.extend( - self.validators - .iter() - .map(|node| make_testing_base_url(node.testing_http_port())), - ); - } - - if let Some(urls) = executor_membership_endpoints { - assert_eq!( - self.executors.len(), - urls.len(), - "executor membership endpoints must match topology" - ); - membership_endpoints.extend_from_slice(urls); - } else { - membership_endpoints.extend( - self.executors - .iter() - .map(|node| make_testing_base_url(node.testing_http_port())), - ); - } - - let membership_check = HttpMembershipReadiness { - client: &client, - endpoints: &membership_endpoints, - session: SessionNumber::from(0u64), - labels: &labels, - expect_non_empty: true, - }; - - membership_check.wait().await - } - - fn listen_ports(&self) -> Vec { - self.validators - .iter() - .map(|node| node.general.network_config.backend.inner.port) - .chain( - self.executors - .iter() - .map(|node| node.general.network_config.backend.inner.port), - ) - .collect() - } - - fn initial_peer_ports(&self) -> Vec> { - self.validators - .iter() - .map(|node| { - node.general - .network_config - .backend - .initial_peers - .iter() - .filter_map(multiaddr_port) - .collect::>() - }) - .chain(self.executors.iter().map(|node| { - node.general - .network_config - .backend - .initial_peers - .iter() - .filter_map(multiaddr_port) - .collect::>() - })) - .collect() - } - - fn labels(&self) -> Vec { - self.validators - .iter() - .enumerate() - .map(|(idx, node)| { - format!( - "validator#{idx}@{}", - node.general.network_config.backend.inner.port - ) - }) - .chain(self.executors.iter().enumerate().map(|(idx, node)| { - format!( - "executor#{idx}@{}", - node.general.network_config.backend.inner.port - ) - })) - .collect() - } -} - -#[derive(Clone)] -pub struct TopologyBuilder { - config: TopologyConfig, - ids: Option>, - da_ports: Option>, - blend_ports: Option>, -} - -impl TopologyBuilder { - #[must_use] - pub const fn new(config: TopologyConfig) -> Self { - Self { - config, - ids: None, - da_ports: None, - blend_ports: None, - } - } - - #[must_use] - pub fn with_ids(mut self, ids: Vec<[u8; 32]>) -> Self { - self.ids = Some(ids); - self - } - - #[must_use] - pub fn with_da_ports(mut self, ports: Vec) -> Self { - self.da_ports = Some(ports); - self - } - - #[must_use] - pub fn with_blend_ports(mut self, ports: Vec) -> Self { - self.blend_ports = Some(ports); - self - } - - #[must_use] - pub const fn with_validator_count(mut self, validators: usize) -> Self { - self.config.n_validators = validators; - self - } - - #[must_use] - pub const fn with_executor_count(mut self, executors: usize) -> Self { - self.config.n_executors = executors; - self - } - - #[must_use] - pub const fn with_node_counts(mut self, validators: usize, executors: usize) -> Self { - self.config.n_validators = validators; - self.config.n_executors = executors; - self - } - - #[must_use] - pub const fn with_network_layout(mut self, layout: Libp2pNetworkLayout) -> Self { - self.config.network_params.libp2p_network_layout = layout; - self - } - - #[must_use] - pub fn with_wallet_config(mut self, wallet: WalletConfig) -> Self { - self.config.wallet_config = wallet; - self - } - - #[must_use] - pub fn build(self) -> GeneratedTopology { - let Self { - config, - ids, - da_ports, - blend_ports, - } = self; - - let n_participants = config.n_validators + config.n_executors; - assert!(n_participants > 0, "topology must have at least one node"); - - let ids = resolve_ids(ids, n_participants); - let da_ports = resolve_ports(da_ports, n_participants, "DA"); - let blend_ports = resolve_ports(blend_ports, n_participants, "Blend"); - - let mut consensus_configs = - create_consensus_configs(&ids, &config.consensus_params, &config.wallet_config); - let bootstrapping_config = create_bootstrap_configs(&ids, SHORT_PROLONGED_BOOTSTRAP_PERIOD); - let da_configs = create_da_configs(&ids, &config.da_params, &da_ports); - let network_configs = create_network_configs(&ids, &config.network_params); - let blend_configs = create_blend_configs(&ids, &blend_ports); - let api_configs = create_api_configs(&ids); - let tracing_configs = create_tracing_configs(&ids); - let time_config = default_time_config(); - - let mut providers: Vec<_> = da_configs - .iter() - .enumerate() - .map(|(i, da_conf)| ProviderInfo { - service_type: ServiceType::DataAvailability, - provider_sk: da_conf.signer.clone(), - zk_sk: da_conf.secret_zk_key.clone(), - locator: Locator(da_conf.listening_address.clone()), - note: consensus_configs[0].da_notes[i].clone(), - }) - .collect(); - providers.extend( - blend_configs - .iter() - .enumerate() - .map(|(i, blend_conf)| ProviderInfo { - service_type: ServiceType::BlendNetwork, - provider_sk: blend_conf.signer.clone(), - zk_sk: blend_conf.secret_zk_key.clone(), - locator: Locator(blend_conf.backend_core.listening_address.clone()), - note: consensus_configs[0].blend_notes[i].clone(), - }), - ); - - let ledger_tx = consensus_configs[0] - .genesis_tx - .mantle_tx() - .ledger_tx - .clone(); - let genesis_tx = create_genesis_tx_with_declarations(ledger_tx, providers); - for c in &mut consensus_configs { - c.genesis_tx = genesis_tx.clone(); - } - - let kms_configs = - create_kms_configs(&blend_configs, &da_configs, &config.wallet_config.accounts); - - let mut validators = Vec::with_capacity(config.n_validators); - let mut executors = Vec::with_capacity(config.n_executors); - - for i in 0..n_participants { - let general = GeneralConfig { - consensus_config: consensus_configs[i].clone(), - bootstrapping_config: bootstrapping_config[i].clone(), - da_config: da_configs[i].clone(), - network_config: network_configs[i].clone(), - blend_config: blend_configs[i].clone(), - api_config: api_configs[i].clone(), - tracing_config: tracing_configs[i].clone(), - time_config: time_config.clone(), - kms_config: kms_configs[i].clone(), - }; - - let role = if i < config.n_validators { - NodeRole::Validator - } else { - NodeRole::Executor - }; - let index = match role { - NodeRole::Validator => i, - NodeRole::Executor => i - config.n_validators, - }; - - let descriptor = GeneratedNodeConfig { - role, - index, - id: ids[i], - general, - da_port: da_ports[i], - blend_port: blend_ports[i], - }; - - match role { - NodeRole::Validator => validators.push(descriptor), - NodeRole::Executor => executors.push(descriptor), - } - } - - GeneratedTopology { - config, - validators, - executors, - } - } -} - -pub struct Topology { - validators: Vec, - executors: Vec, -} - -impl Topology { - pub async fn spawn(config: TopologyConfig) -> Self { - let n_participants = config.n_validators + config.n_executors; - - // we use the same random bytes for: - // * da id - // * coin sk - // * coin nonce - // * libp2p node key - let mut ids = vec![[0; 32]; n_participants]; - let mut da_ports = vec![]; - let mut blend_ports = vec![]; - for id in &mut ids { - thread_rng().fill(id); - da_ports.push(get_available_udp_port().unwrap()); - blend_ports.push(get_available_udp_port().unwrap()); - } - - let mut consensus_configs = - create_consensus_configs(&ids, &config.consensus_params, &config.wallet_config); - let bootstrapping_config = create_bootstrap_configs(&ids, SHORT_PROLONGED_BOOTSTRAP_PERIOD); - let da_configs = create_da_configs(&ids, &config.da_params, &da_ports); - let network_configs = create_network_configs(&ids, &config.network_params); - let blend_configs = create_blend_configs(&ids, &blend_ports); - let api_configs = create_api_configs(&ids); - let tracing_configs = create_tracing_configs(&ids); - let time_config = default_time_config(); - - // Setup genesis TX with Blend and DA service declarationse - let mut providers: Vec<_> = da_configs - .iter() - .enumerate() - .map(|(i, da_conf)| ProviderInfo { - service_type: ServiceType::DataAvailability, - provider_sk: da_conf.signer.clone(), - zk_sk: da_conf.secret_zk_key.clone(), - locator: Locator(da_conf.listening_address.clone()), - note: consensus_configs[0].da_notes[i].clone(), - }) - .collect(); - providers.extend( - blend_configs - .iter() - .enumerate() - .map(|(i, blend_conf)| ProviderInfo { - service_type: ServiceType::BlendNetwork, - provider_sk: blend_conf.signer.clone(), - zk_sk: blend_conf.secret_zk_key.clone(), - locator: Locator(blend_conf.backend_core.listening_address.clone()), - note: consensus_configs[0].blend_notes[i].clone(), - }), - ); - - // Update genesis TX to contain Blend and DA providers. - let ledger_tx = consensus_configs[0] - .genesis_tx - .mantle_tx() - .ledger_tx - .clone(); - let genesis_tx = create_genesis_tx_with_declarations(ledger_tx, providers); - for c in &mut consensus_configs { - c.genesis_tx = genesis_tx.clone(); - } - - // Set Blend and DA keys in KMS of each node config. - let kms_configs = - create_kms_configs(&blend_configs, &da_configs, &config.wallet_config.accounts); - - let mut node_configs = vec![]; - - for i in 0..n_participants { - node_configs.push(GeneralConfig { - consensus_config: consensus_configs[i].clone(), - bootstrapping_config: bootstrapping_config[i].clone(), - da_config: da_configs[i].clone(), - network_config: network_configs[i].clone(), - blend_config: blend_configs[i].clone(), - api_config: api_configs[i].clone(), - tracing_config: tracing_configs[i].clone(), - time_config: time_config.clone(), - kms_config: kms_configs[i].clone(), - }); - } - - let (validators, executors) = - Self::spawn_validators_executors(node_configs, config.n_validators, config.n_executors) - .await; - - Self { - validators, - executors, - } - } - - pub async fn spawn_with_empty_membership( - config: TopologyConfig, - ids: &[[u8; 32]], - da_ports: &[u16], - blend_ports: &[u16], - ) -> Self { - let n_participants = config.n_validators + config.n_executors; - - let consensus_configs = - create_consensus_configs(ids, &config.consensus_params, &config.wallet_config); - let bootstrapping_config = create_bootstrap_configs(ids, SHORT_PROLONGED_BOOTSTRAP_PERIOD); - let da_configs = create_da_configs(ids, &config.da_params, da_ports); - let network_configs = create_network_configs(ids, &config.network_params); - let blend_configs = create_blend_configs(ids, blend_ports); - let api_configs = create_api_configs(ids); - // Create membership configs without DA nodes. - let tracing_configs = create_tracing_configs(ids); - let time_config = default_time_config(); - - let kms_config = PreloadKMSBackendSettings { - keys: HashMap::new(), - }; - - let mut node_configs = vec![]; - - for i in 0..n_participants { - node_configs.push(GeneralConfig { - consensus_config: consensus_configs[i].clone(), - bootstrapping_config: bootstrapping_config[i].clone(), - da_config: da_configs[i].clone(), - network_config: network_configs[i].clone(), - blend_config: blend_configs[i].clone(), - api_config: api_configs[i].clone(), - tracing_config: tracing_configs[i].clone(), - time_config: time_config.clone(), - kms_config: kms_config.clone(), - }); - } - let (validators, executors) = - Self::spawn_validators_executors(node_configs, config.n_validators, config.n_executors) - .await; - - Self { - validators, - executors, - } - } - - async fn spawn_validators_executors( - config: Vec, - n_validators: usize, - n_executors: usize, - ) -> (Vec, Vec) { - let mut validators = Vec::new(); - for i in 0..n_validators { - let config = create_validator_config(config[i].clone()); - validators.push(Validator::spawn(config).await.unwrap()); - } - - let mut executors = Vec::new(); - for i in n_validators..(n_validators + n_executors) { - let config = create_executor_config(config[i].clone()); - executors.push(Executor::spawn(config).await); - } - - (validators, executors) - } - - #[must_use] - pub fn validators(&self) -> &[Validator] { - &self.validators - } - - #[must_use] - pub fn executors(&self) -> &[Executor] { - &self.executors - } - - pub async fn wait_network_ready(&self) -> Result<(), ReadinessError> { - let listen_ports = self.node_listen_ports(); - if listen_ports.len() <= 1 { - return Ok(()); - } - - let initial_peer_ports = self.node_initial_peer_ports(); - let expected_peer_counts = find_expected_peer_counts(&listen_ports, &initial_peer_ports); - let labels = self.node_labels(); - - let check = NetworkReadiness { - topology: self, - expected_peer_counts: &expected_peer_counts, - labels: &labels, - }; - - check.wait().await?; - Ok(()) - } - - pub async fn wait_da_balancer_ready(&self) -> Result<(), ReadinessError> { - if self.validators.is_empty() && self.executors.is_empty() { - return Ok(()); - } - - let labels = self.node_labels(); - let check = DaBalancerReadiness { - topology: self, - labels: &labels, - }; - - check.wait().await?; - Ok(()) - } - - pub async fn wait_membership_ready(&self) -> Result<(), ReadinessError> { - self.wait_membership_ready_for_session(SessionNumber::from(0u64)) - .await - } - - pub async fn wait_membership_ready_for_session( - &self, - session: SessionNumber, - ) -> Result<(), ReadinessError> { - self.wait_membership_assignations(session, true).await - } - - pub async fn wait_membership_empty_for_session( - &self, - session: SessionNumber, - ) -> Result<(), ReadinessError> { - self.wait_membership_assignations(session, false).await - } - - async fn wait_membership_assignations( - &self, - session: SessionNumber, - expect_non_empty: bool, - ) -> Result<(), ReadinessError> { - let total_nodes = self.validators.len() + self.executors.len(); - - if total_nodes == 0 { - return Ok(()); - } - - let labels = self.node_labels(); - let check = MembershipReadiness { - topology: self, - session, - labels: &labels, - expect_non_empty, - }; - - check.wait().await?; - Ok(()) - } - - fn node_listen_ports(&self) -> Vec { - self.validators - .iter() - .map(|node| node.config().network.backend.inner.port) - .chain( - self.executors - .iter() - .map(|node| node.config().network.backend.inner.port), - ) - .collect() - } - - fn node_initial_peer_ports(&self) -> Vec> { - self.validators - .iter() - .map(|node| { - node.config() - .network - .backend - .initial_peers - .iter() - .filter_map(multiaddr_port) - .collect::>() - }) - .chain(self.executors.iter().map(|node| { - node.config() - .network - .backend - .initial_peers - .iter() - .filter_map(multiaddr_port) - .collect::>() - })) - .collect() - } - - fn node_labels(&self) -> Vec { - self.validators - .iter() - .enumerate() - .map(|(idx, node)| { - format!( - "validator#{idx}@{}", - node.config().network.backend.inner.port - ) - }) - .chain(self.executors.iter().enumerate().map(|(idx, node)| { - format!( - "executor#{idx}@{}", - node.config().network.backend.inner.port - ) - })) - .collect() - } -} - -#[derive(Debug, Error)] -pub enum ReadinessError { - #[error("{message}")] - Timeout { message: String }, -} - -#[async_trait::async_trait] -trait ReadinessCheck<'a> { - type Data: Send; - - async fn collect(&'a self) -> Self::Data; - - fn is_ready(&self, data: &Self::Data) -> bool; - - fn timeout_message(&self, data: Self::Data) -> String; - - fn poll_interval(&self) -> Duration { - Duration::from_millis(200) - } - - async fn wait(&'a self) -> Result<(), ReadinessError> { - let timeout_duration = adjust_timeout(Duration::from_secs(60)); - let poll_interval = self.poll_interval(); - let mut data = self.collect().await; - - let wait_result = timeout(timeout_duration, async { - loop { - if self.is_ready(&data) { - return; - } - - sleep(poll_interval).await; - - data = self.collect().await; - } - }) - .await; - - if wait_result.is_err() { - let message = self.timeout_message(data); - return Err(ReadinessError::Timeout { message }); - } - - Ok(()) - } -} - -struct NetworkReadiness<'a> { - topology: &'a Topology, - expected_peer_counts: &'a [usize], - labels: &'a [String], -} - -#[async_trait::async_trait] -impl<'a> ReadinessCheck<'a> for NetworkReadiness<'a> { - type Data = Vec; - - async fn collect(&'a self) -> Self::Data { - let (validator_infos, executor_infos) = tokio::join!( - join_all(self.topology.validators.iter().map(Validator::network_info)), - join_all(self.topology.executors.iter().map(Executor::network_info)) - ); - - validator_infos.into_iter().chain(executor_infos).collect() - } - - fn is_ready(&self, data: &Self::Data) -> bool { - data.iter() - .enumerate() - .all(|(idx, info)| info.n_peers >= self.expected_peer_counts[idx]) - } - - fn timeout_message(&self, data: Self::Data) -> String { - let summary = build_timeout_summary(self.labels, data, self.expected_peer_counts); - format!("timed out waiting for network readiness: {summary}") - } -} - -struct HttpNetworkReadiness<'a> { - client: &'a Client, - endpoints: &'a [Url], - expected_peer_counts: &'a [usize], - labels: &'a [String], -} - -#[async_trait::async_trait] -impl<'a> ReadinessCheck<'a> for HttpNetworkReadiness<'a> { - type Data = Vec; - - async fn collect(&'a self) -> Self::Data { - let futures = self - .endpoints - .iter() - .map(|endpoint| fetch_network_info(self.client, endpoint)); - join_all(futures).await - } - - fn is_ready(&self, data: &Self::Data) -> bool { - data.iter() - .enumerate() - .all(|(idx, info)| info.n_peers >= self.expected_peer_counts[idx]) - } - - fn timeout_message(&self, data: Self::Data) -> String { - let summary = build_timeout_summary(self.labels, data, self.expected_peer_counts); - format!("timed out waiting for network readiness: {summary}") - } -} - -struct MembershipReadiness<'a> { - topology: &'a Topology, - session: SessionNumber, - labels: &'a [String], - expect_non_empty: bool, -} - -#[async_trait::async_trait] -impl<'a> ReadinessCheck<'a> for MembershipReadiness<'a> { - type Data = Vec>; - - async fn collect(&'a self) -> Self::Data { - let (validator_responses, executor_responses) = tokio::join!( - join_all( - self.topology - .validators - .iter() - .map(|node| node.da_get_membership(self.session)), - ), - join_all( - self.topology - .executors - .iter() - .map(|node| node.da_get_membership(self.session)), - ) - ); - - validator_responses - .into_iter() - .chain(executor_responses) - .collect() - } - - fn is_ready(&self, data: &Self::Data) -> bool { - self.assignation_statuses(data) - .into_iter() - .all(|ready| ready) - } - - fn timeout_message(&self, data: Self::Data) -> String { - let statuses = self.assignation_statuses(&data); - let description = if self.expect_non_empty { - "non-empty assignations" - } else { - "empty assignations" - }; - let summary = build_membership_summary(self.labels, &statuses, description); - format!("timed out waiting for DA membership readiness ({description}): {summary}") - } -} - -impl MembershipReadiness<'_> { - fn assignation_statuses( - &self, - responses: &[Result], - ) -> Vec { - responses - .iter() - .map(|res| { - res.as_ref() - .map(|resp| { - let is_non_empty = !resp.assignations.is_empty(); - if self.expect_non_empty { - is_non_empty - } else { - !is_non_empty - } - }) - .unwrap_or(false) - }) - .collect() - } -} - -struct HttpMembershipReadiness<'a> { - client: &'a Client, - endpoints: &'a [Url], - session: SessionNumber, - labels: &'a [String], - expect_non_empty: bool, -} - -#[async_trait::async_trait] -impl<'a> ReadinessCheck<'a> for HttpMembershipReadiness<'a> { - type Data = Vec>; - - async fn collect(&'a self) -> Self::Data { - let futures = self - .endpoints - .iter() - .map(|endpoint| fetch_membership(self.client, endpoint, self.session)); - join_all(futures).await - } - - fn is_ready(&self, data: &Self::Data) -> bool { - assignation_statuses(data, self.expect_non_empty) - .into_iter() - .all(|ready| ready) - } - - fn timeout_message(&self, data: Self::Data) -> String { - let statuses = assignation_statuses(&data, self.expect_non_empty); - let description = if self.expect_non_empty { - "non-empty assignations" - } else { - "empty assignations" - }; - let summary = build_membership_summary(self.labels, &statuses, description); - format!("timed out waiting for DA membership readiness ({description}): {summary}") - } -} - -struct DaBalancerReadiness<'a> { - topology: &'a Topology, - labels: &'a [String], -} - -#[async_trait::async_trait] -impl<'a> ReadinessCheck<'a> for DaBalancerReadiness<'a> { - type Data = Vec<(String, usize, BalancerStats)>; - - async fn collect(&'a self) -> Self::Data { - let mut data = Vec::new(); - for (idx, validator) in self.topology.validators.iter().enumerate() { - data.push(( - self.labels[idx].clone(), - validator.config().da_network.subnet_threshold, - validator.balancer_stats().await, - )); - } - for (offset, executor) in self.topology.executors.iter().enumerate() { - let label_index = self.topology.validators.len() + offset; - data.push(( - self.labels[label_index].clone(), - executor.config().da_network.subnet_threshold, - executor.balancer_stats().await, - )); - } - data - } - - fn is_ready(&self, data: &Self::Data) -> bool { - data.iter().all(|(_, threshold, stats)| { - if *threshold == 0 { - return true; - } - connected_subnetworks(stats) >= *threshold - }) - } - - fn timeout_message(&self, data: Self::Data) -> String { - let summary = data - .into_iter() - .map(|(label, threshold, stats)| { - let connected = connected_subnetworks(&stats); - format!("{label}: connected={connected}, required={threshold}") - }) - .collect::>() - .join(", "); - format!("timed out waiting for DA balancer readiness: {summary}") - } - - fn poll_interval(&self) -> Duration { - Duration::from_secs(1) - } -} - -fn connected_subnetworks(stats: &BalancerStats) -> usize { - stats - .values() - .filter(|stat| stat.inbound > 0 || stat.outbound > 0) - .count() -} - -fn build_timeout_summary( - labels: &[String], - infos: Vec, - expected_counts: &[usize], -) -> String { - infos - .into_iter() - .zip(expected_counts.iter()) - .zip(labels.iter()) - .map(|((info, expected), label)| { - format!("{}: peers={}, expected={}", label, info.n_peers, expected) - }) - .collect::>() - .join(", ") -} - -fn build_membership_summary(labels: &[String], statuses: &[bool], description: &str) -> String { - statuses - .iter() - .zip(labels.iter()) - .map(|(ready, label)| { - let status = if *ready { "ready" } else { "waiting" }; - format!("{label}: status={status}, expected {description}") - }) - .collect::>() - .join(", ") -} - -async fn fetch_network_info(client: &Client, base: &Url) -> Libp2pInfo { - let url = join_path(base, paths::NETWORK_INFO); - let response = match client.get(url).send().await { - Ok(resp) => resp, - Err(err) => { - return log_network_warning(base, err, "failed to reach network info endpoint"); - } - }; - - let response = match response.error_for_status() { - Ok(resp) => resp, - Err(err) => { - return log_network_warning(base, err, "network info endpoint returned error"); - } - }; - - match response.json::().await { - Ok(info) => info, - Err(err) => log_network_warning(base, err, "failed to decode network info response"), - } -} - -async fn fetch_membership( - client: &Client, - base: &Url, - session: SessionNumber, -) -> Result { - let url = join_path(base, paths::DA_GET_MEMBERSHIP); - client - .post(url) - .json(&session) - .send() - .await? - .error_for_status()? - .json() - .await -} - -fn log_network_warning(base: &Url, err: impl std::fmt::Display, message: &str) -> Libp2pInfo { - warn!(target: "readiness", url = %base, error = %err, "{message}"); - empty_libp2p_info() -} - -fn empty_libp2p_info() -> Libp2pInfo { - Libp2pInfo { - listen_addresses: Vec::with_capacity(0), - n_peers: 0, - n_connections: 0, - n_pending_connections: 0, - } -} - -fn join_path(base: &Url, path: &str) -> Url { - base.join(path.trim_start_matches('/')) - .unwrap_or_else(|err| panic!("failed to join url {base} with path {path}: {err}")) -} - -fn assignation_statuses( - responses: &[Result], - expect_non_empty: bool, -) -> Vec { - responses - .iter() - .map(|res| { - res.as_ref() - .map(|resp| { - let is_non_empty = !resp.assignations.is_empty(); - if expect_non_empty { - is_non_empty - } else { - !is_non_empty - } - }) - .unwrap_or(false) - }) - .collect() -} - -fn multiaddr_port(addr: &nomos_libp2p::Multiaddr) -> Option { - for protocol in addr { - match protocol { - nomos_libp2p::Protocol::Udp(port) | nomos_libp2p::Protocol::Tcp(port) => { - return Some(port); - } - _ => {} - } - } - None -} - -fn find_expected_peer_counts( - listen_ports: &[u16], - initial_peer_ports: &[HashSet], -) -> Vec { - let mut expected: Vec> = vec![HashSet::new(); initial_peer_ports.len()]; - - for (idx, ports) in initial_peer_ports.iter().enumerate() { - for port in ports { - let Some(peer_idx) = listen_ports.iter().position(|p| p == port) else { - continue; - }; - if peer_idx == idx { - continue; - } - - expected[idx].insert(peer_idx); - expected[peer_idx].insert(idx); - } - } - - expected.into_iter().map(|set| set.len()).collect() -} - -#[must_use] -pub fn create_kms_configs( - blend_configs: &[GeneralBlendConfig], - da_configs: &[GeneralDaConfig], - _wallet_accounts: &[WalletAccount], -) -> Vec { - da_configs - .iter() - .zip(blend_configs.iter()) - .map(|(da_conf, blend_conf)| PreloadKMSBackendSettings { - keys: [ - ( - hex::encode(blend_conf.signer.verifying_key().as_bytes()), - Key::Ed25519(Ed25519Key::new(blend_conf.signer.clone())), - ), - ( - hex::encode(fr_to_bytes( - &blend_conf.secret_zk_key.to_public_key().into_inner(), - )), - Key::Zk(ZkKey::new(blend_conf.secret_zk_key.clone())), - ), - ( - hex::encode(da_conf.signer.verifying_key().as_bytes()), - Key::Ed25519(Ed25519Key::new(da_conf.signer.clone())), - ), - ( - hex::encode(fr_to_bytes( - &da_conf.secret_zk_key.to_public_key().into_inner(), - )), - Key::Zk(ZkKey::new(da_conf.secret_zk_key.clone())), - ), - ] - .into(), - }) - .collect() -} - -fn resolve_ids(ids: Option>, count: usize) -> Vec<[u8; 32]> { - ids.map_or_else( - || { - let mut generated = vec![[0; 32]; count]; - for id in &mut generated { - thread_rng().fill(id); - } - generated - }, - |ids| { - assert_eq!( - ids.len(), - count, - "expected {count} ids but got {}", - ids.len() - ); - ids - }, - ) -} - -fn resolve_ports(ports: Option>, count: usize, label: &str) -> Vec { - let resolved = ports.unwrap_or_else(|| { - iter::repeat_with(|| get_available_udp_port().unwrap()) - .take(count) - .collect() - }); - assert_eq!( - resolved.len(), - count, - "expected {count} {label} ports but got {}", - resolved.len() - ); - resolved -} diff --git a/testing-framework/runners/compose/Cargo.toml b/testing-framework/runners/compose/Cargo.toml deleted file mode 100644 index 6ea87d5..0000000 --- a/testing-framework/runners/compose/Cargo.toml +++ /dev/null @@ -1,37 +0,0 @@ -[package] -categories.workspace = true -description.workspace = true -edition.workspace = true -keywords.workspace = true -license.workspace = true -name = "testing-framework-runner-compose" -readme.workspace = true -repository.workspace = true -version = "0.1.0" - -[lints] -workspace = true - -[dependencies] -anyhow = "1" -async-trait = { workspace = true } -axum = { version = "0.7", default-features = false, features = ["http1", "json", "tokio"] } -cfgsync = { workspace = true } -reqwest = { workspace = true, features = ["json"] } -serde = { workspace = true, features = ["derive"] } -tempfile = { workspace = true } -tera = "1.19" -testing-framework-core = { path = "../../core" } -thiserror = { workspace = true } -tokio = { workspace = true, features = ["macros", "net", "process", "rt-multi-thread", "sync", "time"] } -tracing = { workspace = true } -url = { version = "2" } -uuid = { version = "1", features = ["v4"] } - -[dev-dependencies] -groth16 = { workspace = true } -nomos-core = { workspace = true } -nomos-ledger = { workspace = true } -nomos-tracing-service = { workspace = true } -tests = { workspace = true } -zksign = { workspace = true } diff --git a/testing-framework/runners/compose/assets/docker-compose.yml.tera b/testing-framework/runners/compose/assets/docker-compose.yml.tera deleted file mode 100644 index f0e511b..0000000 --- a/testing-framework/runners/compose/assets/docker-compose.yml.tera +++ /dev/null @@ -1,65 +0,0 @@ -services: - prometheus: - image: prom/prometheus:v3.0.1 - command: - - --config.file=/etc/prometheus/prometheus.yml - - --storage.tsdb.retention.time=7d - - --web.enable-otlp-receiver - - --enable-feature=otlp-write-receiver - volumes: - - ./testnet/monitoring/prometheus.yml:/etc/prometheus/prometheus.yml:z - ports: - - {{ prometheus.host_port }} - restart: on-failure - -{% for node in validators %} - {{ node.name }}: - image: {{ node.image }} -{% if node.platform %} platform: {{ node.platform }} -{% endif %} entrypoint: {{ node.entrypoint }} - volumes: -{% for volume in node.volumes %} - - {{ volume }} -{% endfor %} -{% if node.extra_hosts | length > 0 %} - extra_hosts: -{% for host in node.extra_hosts %} - - {{ host }} -{% endfor %} -{% endif %} - ports: -{% for port in node.ports %} - - {{ port }} -{% endfor %} - environment: -{% for env in node.environment %} - {{ env.key }}: "{{ env.value }}" -{% endfor %} - restart: on-failure - -{% endfor %}{% for node in executors %} - {{ node.name }}: - image: {{ node.image }} -{% if node.platform %} platform: {{ node.platform }} -{% endif %} entrypoint: {{ node.entrypoint }} - volumes: -{% for volume in node.volumes %} - - {{ volume }} -{% endfor %} -{% if node.extra_hosts | length > 0 %} - extra_hosts: -{% for host in node.extra_hosts %} - - {{ host }} -{% endfor %} -{% endif %} - ports: -{% for port in node.ports %} - - {{ port }} -{% endfor %} - environment: -{% for env in node.environment %} - {{ env.key }}: "{{ env.value }}" -{% endfor %} - restart: on-failure - -{% endfor %} diff --git a/testing-framework/runners/compose/src/cfgsync.rs b/testing-framework/runners/compose/src/cfgsync.rs deleted file mode 100644 index 0bdedb9..0000000 --- a/testing-framework/runners/compose/src/cfgsync.rs +++ /dev/null @@ -1,50 +0,0 @@ -use std::{path::Path, process::Command as StdCommand}; - -use testing_framework_core::{ - scenario::cfgsync::{apply_topology_overrides, load_cfgsync_template, write_cfgsync_template}, - topology::GeneratedTopology, -}; - -#[derive(Debug)] -pub enum CfgsyncServerHandle { - Container { name: String }, -} - -impl CfgsyncServerHandle { - pub fn shutdown(&mut self) { - match self { - Self::Container { name } => { - let container_name = name.clone(); - let status = StdCommand::new("docker") - .arg("rm") - .arg("-f") - .arg(&container_name) - .status(); - if let Ok(status) = status { - if !status.success() { - eprintln!( - "[compose-runner] failed to remove cfgsync container {container_name}: {status}" - ); - } - } else { - eprintln!( - "[compose-runner] failed to spawn docker rm for cfgsync container {container_name}" - ); - } - } - } - } -} - -pub fn update_cfgsync_config( - path: &Path, - topology: &GeneratedTopology, - use_kzg_mount: bool, - port: u16, -) -> anyhow::Result<()> { - let mut cfg = load_cfgsync_template(path)?; - cfg.port = port; - apply_topology_overrides(&mut cfg, topology, use_kzg_mount); - write_cfgsync_template(path, &cfg)?; - Ok(()) -} diff --git a/testing-framework/runners/compose/src/cleanup.rs b/testing-framework/runners/compose/src/cleanup.rs deleted file mode 100644 index a15c591..0000000 --- a/testing-framework/runners/compose/src/cleanup.rs +++ /dev/null @@ -1,66 +0,0 @@ -use std::{env, path::PathBuf}; - -use testing_framework_core::scenario::CleanupGuard; - -use crate::{cfgsync::CfgsyncServerHandle, compose::compose_down, workspace::ComposeWorkspace}; - -pub struct RunnerCleanup { - pub compose_file: PathBuf, - pub project_name: String, - pub root: PathBuf, - workspace: Option, - cfgsync: Option, -} - -impl RunnerCleanup { - pub fn new( - compose_file: PathBuf, - project_name: String, - root: PathBuf, - workspace: ComposeWorkspace, - cfgsync: Option, - ) -> Self { - debug_assert!( - !compose_file.as_os_str().is_empty() && !project_name.is_empty(), - "compose cleanup should receive valid identifiers" - ); - Self { - compose_file, - project_name, - root, - workspace: Some(workspace), - cfgsync, - } - } - - fn teardown_compose(&self) { - if let Err(err) = compose_down(&self.compose_file, &self.project_name, &self.root) { - eprintln!("[compose-runner] docker compose down failed: {err}"); - } - } -} - -impl CleanupGuard for RunnerCleanup { - fn cleanup(mut self: Box) { - let preserve = env::var("COMPOSE_RUNNER_PRESERVE").is_ok() - || env::var("TESTNET_RUNNER_PRESERVE").is_ok(); - if preserve { - if let Some(workspace) = self.workspace.take() { - let keep = workspace.into_inner().keep(); - eprintln!( - "[compose-runner] preserving docker state at {}", - keep.display() - ); - } - - eprintln!("[compose-runner] compose preserve flag set; skipping docker compose down"); - return; - } - - self.teardown_compose(); - - if let Some(mut handle) = self.cfgsync.take() { - handle.shutdown(); - } - } -} diff --git a/testing-framework/runners/compose/src/compose.rs b/testing-framework/runners/compose/src/compose.rs deleted file mode 100644 index 065649e..0000000 --- a/testing-framework/runners/compose/src/compose.rs +++ /dev/null @@ -1,611 +0,0 @@ -use std::{ - env, fs, io, - path::{Path, PathBuf}, - process, - time::Duration, -}; - -use anyhow::Context as _; -use serde::Serialize; -use tera::Context as TeraContext; -use testing_framework_core::{ - adjust_timeout, - topology::{GeneratedNodeConfig, GeneratedTopology}, -}; -use tokio::{process::Command, time::timeout}; - -const COMPOSE_UP_TIMEOUT: Duration = Duration::from_secs(120); -const TEMPLATE_RELATIVE_PATH: &str = - "testing-framework/runners/compose/assets/docker-compose.yml.tera"; - -#[derive(Debug, thiserror::Error)] -pub enum ComposeCommandError { - #[error("{command} exited with status {status}")] - Failed { - command: String, - status: process::ExitStatus, - }, - #[error("failed to spawn {command}: {source}")] - Spawn { - command: String, - #[source] - source: io::Error, - }, - #[error("{command} timed out after {timeout:?}")] - Timeout { command: String, timeout: Duration }, -} - -pub async fn compose_up( - compose_path: &Path, - project_name: &str, - root: &Path, -) -> Result<(), ComposeCommandError> { - let mut cmd = Command::new("docker"); - cmd.arg("compose") - .arg("-f") - .arg(compose_path) - .arg("-p") - .arg(project_name) - .arg("up") - .arg("-d") - .current_dir(root); - - run_compose_command(cmd, adjust_timeout(COMPOSE_UP_TIMEOUT), "docker compose up").await -} - -pub fn compose_down( - compose_path: &Path, - project_name: &str, - root: &Path, -) -> Result<(), ComposeCommandError> { - let description = "docker compose down".to_owned(); - let status = process::Command::new("docker") - .arg("compose") - .arg("-f") - .arg(compose_path) - .arg("-p") - .arg(project_name) - .arg("down") - .arg("--volumes") - .current_dir(root) - .status() - .map_err(|source| ComposeCommandError::Spawn { - command: description.clone(), - source, - })?; - - if status.success() { - Ok(()) - } else { - Err(ComposeCommandError::Failed { - command: description, - status, - }) - } -} - -#[derive(Debug, thiserror::Error)] -pub enum TemplateError { - #[error("failed to resolve repository root for compose template: {source}")] - RepositoryRoot { - #[source] - source: anyhow::Error, - }, - #[error("failed to read compose template at {path}: {source}")] - Read { - path: PathBuf, - #[source] - source: io::Error, - }, - #[error("failed to serialise compose descriptor for templating: {source}")] - Serialize { - #[source] - source: tera::Error, - }, - #[error("failed to render compose template at {path}: {source}")] - Render { - path: PathBuf, - #[source] - source: tera::Error, - }, - #[error("failed to write compose file at {path}: {source}")] - Write { - path: PathBuf, - #[source] - source: io::Error, - }, -} - -#[derive(Debug, thiserror::Error)] -pub enum DescriptorBuildError { - #[error("cfgsync port is not configured for compose descriptor")] - MissingCfgsyncPort, - #[error("prometheus port is not configured for compose descriptor")] - MissingPrometheusPort, -} - -#[derive(Clone, Debug, Serialize)] -pub struct ComposeDescriptor { - prometheus: PrometheusTemplate, - validators: Vec, - executors: Vec, -} - -impl ComposeDescriptor { - #[must_use] - pub const fn builder(topology: &GeneratedTopology) -> ComposeDescriptorBuilder<'_> { - ComposeDescriptorBuilder::new(topology) - } - - #[cfg(test)] - fn validators(&self) -> &[NodeDescriptor] { - &self.validators - } - - #[cfg(test)] - fn executors(&self) -> &[NodeDescriptor] { - &self.executors - } -} - -pub struct ComposeDescriptorBuilder<'a> { - topology: &'a GeneratedTopology, - use_kzg_mount: bool, - cfgsync_port: Option, - prometheus_port: Option, -} - -impl<'a> ComposeDescriptorBuilder<'a> { - const fn new(topology: &'a GeneratedTopology) -> Self { - Self { - topology, - use_kzg_mount: false, - cfgsync_port: None, - prometheus_port: None, - } - } - - #[must_use] - pub const fn with_kzg_mount(mut self, enabled: bool) -> Self { - self.use_kzg_mount = enabled; - self - } - - #[must_use] - pub const fn with_cfgsync_port(mut self, port: u16) -> Self { - self.cfgsync_port = Some(port); - self - } - - #[must_use] - pub const fn with_prometheus_port(mut self, port: u16) -> Self { - self.prometheus_port = Some(port); - self - } - - pub fn build(self) -> Result { - let cfgsync_port = self - .cfgsync_port - .ok_or(DescriptorBuildError::MissingCfgsyncPort)?; - let prometheus_host_port = self - .prometheus_port - .ok_or(DescriptorBuildError::MissingPrometheusPort)?; - - let (default_image, default_platform) = resolve_image(); - let image = default_image; - let platform = default_platform; - - let validators = build_nodes( - self.topology.validators(), - ComposeNodeKind::Validator, - &image, - platform.as_deref(), - self.use_kzg_mount, - cfgsync_port, - ); - - let executors = build_nodes( - self.topology.executors(), - ComposeNodeKind::Executor, - &image, - platform.as_deref(), - self.use_kzg_mount, - cfgsync_port, - ); - - Ok(ComposeDescriptor { - prometheus: PrometheusTemplate::new(prometheus_host_port), - validators, - executors, - }) - } -} - -#[derive(Clone, Debug, Serialize)] -pub struct PrometheusTemplate { - host_port: String, -} - -impl PrometheusTemplate { - fn new(port: u16) -> Self { - Self { - host_port: format!("127.0.0.1:{port}:9090"), - } - } -} - -#[derive(Clone, Debug, Serialize, PartialEq, Eq)] -pub struct EnvEntry { - key: String, - value: String, -} - -impl EnvEntry { - fn new(key: impl Into, value: impl Into) -> Self { - Self { - key: key.into(), - value: value.into(), - } - } - - #[cfg(test)] - fn key(&self) -> &str { - &self.key - } - - #[cfg(test)] - fn value(&self) -> &str { - &self.value - } -} - -#[derive(Clone, Debug, Serialize)] -pub struct NodeDescriptor { - name: String, - image: String, - entrypoint: String, - volumes: Vec, - extra_hosts: Vec, - ports: Vec, - environment: Vec, - #[serde(skip_serializing_if = "Option::is_none")] - platform: Option, -} - -#[derive(Clone, Debug)] -pub struct NodeHostPorts { - pub api: u16, - pub testing: u16, -} - -#[derive(Clone, Debug)] -pub struct HostPortMapping { - pub validators: Vec, - pub executors: Vec, -} - -impl HostPortMapping { - pub fn validator_api_ports(&self) -> Vec { - self.validators.iter().map(|ports| ports.api).collect() - } - - pub fn executor_api_ports(&self) -> Vec { - self.executors.iter().map(|ports| ports.api).collect() - } -} - -impl NodeDescriptor { - fn from_node( - kind: ComposeNodeKind, - index: usize, - node: &GeneratedNodeConfig, - image: &str, - platform: Option<&str>, - use_kzg_mount: bool, - cfgsync_port: u16, - ) -> Self { - let mut environment = base_environment(cfgsync_port); - let identifier = kind.instance_name(index); - environment.extend([ - EnvEntry::new( - "CFG_NETWORK_PORT", - node.general.network_config.backend.inner.port.to_string(), - ), - EnvEntry::new("CFG_DA_PORT", node.da_port.to_string()), - EnvEntry::new("CFG_BLEND_PORT", node.blend_port.to_string()), - EnvEntry::new( - "CFG_API_PORT", - node.general.api_config.address.port().to_string(), - ), - EnvEntry::new( - "CFG_TESTING_HTTP_PORT", - node.general - .api_config - .testing_http_address - .port() - .to_string(), - ), - EnvEntry::new("CFG_HOST_IDENTIFIER", identifier), - ]); - - let ports = vec![ - node.general.api_config.address.port().to_string(), - node.general - .api_config - .testing_http_address - .port() - .to_string(), - ]; - - Self { - name: kind.instance_name(index), - image: image.to_owned(), - entrypoint: kind.entrypoint().to_owned(), - volumes: base_volumes(use_kzg_mount), - extra_hosts: default_extra_hosts(), - ports, - environment, - platform: platform.map(ToOwned::to_owned), - } - } - - #[cfg(test)] - fn ports(&self) -> &[String] { - &self.ports - } - - #[cfg(test)] - fn environment(&self) -> &[EnvEntry] { - &self.environment - } -} - -pub fn write_compose_file( - descriptor: &ComposeDescriptor, - compose_path: &Path, -) -> Result<(), TemplateError> { - TemplateSource::load()?.write(descriptor, compose_path) -} - -pub async fn dump_compose_logs(compose_file: &Path, project: &str, root: &Path) { - let mut cmd = Command::new("docker"); - cmd.arg("compose") - .arg("-f") - .arg(compose_file) - .arg("-p") - .arg(project) - .arg("logs") - .arg("--no-color") - .current_dir(root); - - match cmd.output().await { - Ok(output) => { - if !output.stdout.is_empty() { - eprintln!( - "[compose-runner] docker compose logs:\n{}", - String::from_utf8_lossy(&output.stdout) - ); - } - if !output.stderr.is_empty() { - eprintln!( - "[compose-runner] docker compose errors:\n{}", - String::from_utf8_lossy(&output.stderr) - ); - } - } - Err(err) => { - eprintln!("[compose-runner] failed to collect docker compose logs: {err}"); - } - } -} - -struct TemplateSource { - path: PathBuf, - contents: String, -} - -impl TemplateSource { - fn load() -> Result { - let repo_root = - repository_root().map_err(|source| TemplateError::RepositoryRoot { source })?; - let path = repo_root.join(TEMPLATE_RELATIVE_PATH); - let contents = fs::read_to_string(&path).map_err(|source| TemplateError::Read { - path: path.clone(), - source, - })?; - - Ok(Self { path, contents }) - } - - fn render(&self, descriptor: &ComposeDescriptor) -> Result { - let context = TeraContext::from_serialize(descriptor) - .map_err(|source| TemplateError::Serialize { source })?; - - tera::Tera::one_off(&self.contents, &context, false).map_err(|source| { - TemplateError::Render { - path: self.path.clone(), - source, - } - }) - } - - fn write(&self, descriptor: &ComposeDescriptor, output: &Path) -> Result<(), TemplateError> { - let rendered = self.render(descriptor)?; - fs::write(output, rendered).map_err(|source| TemplateError::Write { - path: output.to_path_buf(), - source, - }) - } -} - -pub fn repository_root() -> anyhow::Result { - env::var("CARGO_WORKSPACE_DIR") - .map(PathBuf::from) - .or_else(|_| { - Path::new(env!("CARGO_MANIFEST_DIR")) - .parent() - .and_then(Path::parent) - .and_then(Path::parent) - .map(PathBuf::from) - .context("resolving repository root from manifest dir") - }) -} - -#[derive(Clone, Copy)] -enum ComposeNodeKind { - Validator, - Executor, -} - -impl ComposeNodeKind { - fn instance_name(self, index: usize) -> String { - match self { - Self::Validator => format!("validator-{index}"), - Self::Executor => format!("executor-{index}"), - } - } - - const fn entrypoint(self) -> &'static str { - match self { - Self::Validator => "/etc/nomos/scripts/run_nomos_node.sh", - Self::Executor => "/etc/nomos/scripts/run_nomos_executor.sh", - } - } -} - -fn build_nodes( - nodes: &[GeneratedNodeConfig], - kind: ComposeNodeKind, - image: &str, - platform: Option<&str>, - use_kzg_mount: bool, - cfgsync_port: u16, -) -> Vec { - nodes - .iter() - .enumerate() - .map(|(index, node)| { - NodeDescriptor::from_node( - kind, - index, - node, - image, - platform, - use_kzg_mount, - cfgsync_port, - ) - }) - .collect() -} - -fn base_environment(cfgsync_port: u16) -> Vec { - vec![ - EnvEntry::new("POL_PROOF_DEV_MODE", "true"), - EnvEntry::new( - "CFG_SERVER_ADDR", - format!("http://host.docker.internal:{cfgsync_port}"), - ), - EnvEntry::new("OTEL_METRIC_EXPORT_INTERVAL", "5000"), - ] -} - -fn base_volumes(use_kzg_mount: bool) -> Vec { - let mut volumes = vec!["./testnet:/etc/nomos".into()]; - if use_kzg_mount { - volumes.push("./kzgrs_test_params:/kzgrs_test_params:z".into()); - } - volumes -} - -fn default_extra_hosts() -> Vec { - host_gateway_entry().into_iter().collect() -} - -pub fn resolve_image() -> (String, Option) { - let image = - env::var("NOMOS_TESTNET_IMAGE").unwrap_or_else(|_| String::from("nomos-testnet:local")); - let platform = (image == "ghcr.io/logos-co/nomos:testnet").then(|| "linux/amd64".to_owned()); - (image, platform) -} - -fn host_gateway_entry() -> Option { - if let Ok(value) = env::var("COMPOSE_RUNNER_HOST_GATEWAY") { - if value.eq_ignore_ascii_case("disable") || value.is_empty() { - return None; - } - return Some(value); - } - - if let Ok(gateway) = env::var("DOCKER_HOST_GATEWAY") { - if !gateway.is_empty() { - return Some(format!("host.docker.internal:{gateway}")); - } - } - - Some("host.docker.internal:host-gateway".into()) -} - -async fn run_compose_command( - mut command: Command, - timeout_duration: Duration, - description: &str, -) -> Result<(), ComposeCommandError> { - match timeout(timeout_duration, command.status()).await { - Ok(Ok(status)) if status.success() => Ok(()), - Ok(Ok(status)) => Err(ComposeCommandError::Failed { - command: description.to_owned(), - status, - }), - Ok(Err(err)) => Err(ComposeCommandError::Spawn { - command: description.to_owned(), - source: err, - }), - Err(_) => Err(ComposeCommandError::Timeout { - command: description.to_owned(), - timeout: timeout_duration, - }), - } -} - -#[cfg(test)] -mod tests { - use testing_framework_core::topology::{TopologyBuilder, TopologyConfig}; - - use super::*; - - #[test] - fn descriptor_matches_topology_counts() { - let topology = TopologyBuilder::new(TopologyConfig::with_node_numbers(2, 1)).build(); - let descriptor = ComposeDescriptor::builder(&topology) - .with_cfgsync_port(4400) - .with_prometheus_port(9090) - .build() - .expect("descriptor"); - - assert_eq!(descriptor.validators().len(), topology.validators().len()); - assert_eq!(descriptor.executors().len(), topology.executors().len()); - } - - #[test] - fn descriptor_includes_expected_env_and_ports() { - let topology = TopologyBuilder::new(TopologyConfig::with_node_numbers(1, 1)).build(); - let cfgsync_port = 4555; - let descriptor = ComposeDescriptor::builder(&topology) - .with_cfgsync_port(cfgsync_port) - .with_prometheus_port(9090) - .build() - .expect("descriptor"); - - let validator = &descriptor.validators()[0]; - assert!( - validator - .environment() - .iter() - .any(|entry| entry.key() == "CFG_SERVER_ADDR" - && entry.value() == format!("http://host.docker.internal:{cfgsync_port}")) - ); - - let api_container = topology.validators()[0].general.api_config.address.port(); - assert!(validator.ports().contains(&api_container.to_string())); - } -} diff --git a/testing-framework/runners/compose/src/lib.rs b/testing-framework/runners/compose/src/lib.rs deleted file mode 100644 index 9abe650..0000000 --- a/testing-framework/runners/compose/src/lib.rs +++ /dev/null @@ -1,9 +0,0 @@ -mod cfgsync; -mod cleanup; -mod compose; -mod runner; -mod wait; -mod workspace; - -pub use runner::{ComposeRunner, ComposeRunnerError}; -pub use workspace::ComposeWorkspace; diff --git a/testing-framework/runners/compose/src/runner.rs b/testing-framework/runners/compose/src/runner.rs deleted file mode 100644 index 6cc89e2..0000000 --- a/testing-framework/runners/compose/src/runner.rs +++ /dev/null @@ -1,1281 +0,0 @@ -use std::{ - env, - net::{Ipv4Addr, TcpListener as StdTcpListener}, - path::{Path, PathBuf}, - process::{Command as StdCommand, Stdio}, - sync::Arc, - time::Duration, -}; - -use anyhow::{Context as _, anyhow}; -use async_trait::async_trait; -use reqwest::Url; -use testing_framework_core::{ - nodes::ApiClient, - scenario::{ - BlockFeed, BlockFeedTask, CleanupGuard, Deployer, DynError, Metrics, MetricsError, - NodeClients, NodeControlHandle, RequiresNodeControl, RunContext, Runner, Scenario, - http_probe::{HttpReadinessError, NodeRole as HttpNodeRole}, - spawn_block_feed, - }, - topology::{GeneratedTopology, NodeRole as TopologyNodeRole, ReadinessError}, -}; -use tokio::{ - process::Command, - time::{sleep, timeout}, -}; -use tracing::{error, info, warn}; -use url::ParseError; -use uuid::Uuid; - -use crate::{ - cfgsync::{CfgsyncServerHandle, update_cfgsync_config}, - cleanup::RunnerCleanup, - compose::{ - ComposeCommandError, ComposeDescriptor, DescriptorBuildError, HostPortMapping, - NodeHostPorts, TemplateError, compose_up, dump_compose_logs, repository_root, - resolve_image, write_compose_file, - }, - wait::{wait_for_executors, wait_for_validators}, - workspace::ComposeWorkspace, -}; - -pub struct ComposeRunner { - readiness_checks: bool, -} - -impl Default for ComposeRunner { - fn default() -> Self { - Self::new() - } -} - -impl ComposeRunner { - #[must_use] - pub const fn new() -> Self { - Self { - readiness_checks: true, - } - } - - #[must_use] - pub const fn with_readiness(mut self, enabled: bool) -> Self { - self.readiness_checks = enabled; - self - } -} - -const PROMETHEUS_PORT_ENV: &str = "TEST_FRAMEWORK_PROMETHEUS_PORT"; -const DEFAULT_PROMETHEUS_PORT: u16 = 9090; -const IMAGE_BUILD_TIMEOUT: Duration = Duration::from_secs(600); -const BLOCK_FEED_MAX_ATTEMPTS: usize = 5; -const BLOCK_FEED_RETRY_DELAY: Duration = Duration::from_secs(1); - -fn compose_runner_host() -> String { - env::var("COMPOSE_RUNNER_HOST").unwrap_or_else(|_| "127.0.0.1".to_string()) -} - -#[derive(Debug, thiserror::Error)] -pub enum ComposeRunnerError { - #[error( - "compose runner requires at least one validator (validators={validators}, executors={executors})" - )] - MissingValidator { validators: usize, executors: usize }, - #[error("docker does not appear to be available on this host")] - DockerUnavailable, - #[error("failed to resolve host port for {service} container port {container_port}: {source}")] - PortDiscovery { - service: String, - container_port: u16, - #[source] - source: anyhow::Error, - }, - #[error(transparent)] - Workspace(#[from] WorkspaceError), - #[error(transparent)] - Config(#[from] ConfigError), - #[error(transparent)] - Compose(#[from] ComposeCommandError), - #[error(transparent)] - Readiness(#[from] StackReadinessError), - #[error(transparent)] - NodeClients(#[from] NodeClientError), - #[error(transparent)] - Telemetry(#[from] MetricsError), - #[error("block feed requires at least one validator client")] - BlockFeedMissing, - #[error("failed to start block feed: {source}")] - BlockFeed { - #[source] - source: anyhow::Error, - }, - #[error( - "docker image '{image}' is not available; set NOMOS_TESTNET_IMAGE or build the image manually" - )] - MissingImage { image: String }, - #[error("failed to prepare docker image: {source}")] - ImageBuild { - #[source] - source: anyhow::Error, - }, -} - -#[derive(Debug, thiserror::Error)] -#[error("failed to prepare compose workspace: {source}")] -pub struct WorkspaceError { - #[source] - source: anyhow::Error, -} - -impl WorkspaceError { - const fn new(source: anyhow::Error) -> Self { - Self { source } - } -} - -#[derive(Debug, thiserror::Error)] -pub enum ConfigError { - #[error("failed to update cfgsync configuration at {path}: {source}")] - Cfgsync { - path: PathBuf, - #[source] - source: anyhow::Error, - }, - #[error("failed to allocate cfgsync port: {source}")] - Port { - #[source] - source: anyhow::Error, - }, - #[error("failed to start cfgsync server on port {port}: {source}")] - CfgsyncStart { - port: u16, - #[source] - source: anyhow::Error, - }, - #[error("failed to build compose descriptor: {source}")] - Descriptor { - #[source] - source: DescriptorBuildError, - }, - #[error("failed to render compose template: {source}")] - Template { - #[source] - source: TemplateError, - }, -} - -#[derive(Debug, thiserror::Error)] -pub enum StackReadinessError { - #[error(transparent)] - Http(#[from] HttpReadinessError), - #[error("failed to build readiness URL for {role} port {port}: {source}")] - Endpoint { - role: HttpNodeRole, - port: u16, - #[source] - source: ParseError, - }, - #[error("remote readiness probe failed: {source}")] - Remote { - #[source] - source: ReadinessError, - }, -} - -#[derive(Debug, thiserror::Error)] -pub enum NodeClientError { - #[error("failed to build {endpoint} client URL for {role} port {port}: {source}")] - Endpoint { - role: HttpNodeRole, - endpoint: &'static str, - port: u16, - #[source] - source: ParseError, - }, -} - -#[async_trait] -impl Deployer for ComposeRunner -where - Caps: RequiresNodeControl + Send + Sync, -{ - type Error = ComposeRunnerError; - - async fn deploy(&self, scenario: &Scenario) -> Result { - ensure_docker_available()?; - let descriptors = scenario.topology().clone(); - ensure_supported_topology(&descriptors)?; - - info!( - validators = descriptors.validators().len(), - executors = descriptors.executors().len(), - "starting compose deployment" - ); - - let prometheus_port = desired_prometheus_port(); - let mut environment = prepare_environment(&descriptors, prometheus_port).await?; - - let host_ports = match discover_host_ports(&environment, &descriptors).await { - Ok(mapping) => mapping, - Err(err) => { - environment - .fail("failed to determine container host ports") - .await; - return Err(err); - } - }; - - if self.readiness_checks { - info!("waiting for validator HTTP endpoints"); - if let Err(err) = - ensure_validators_ready_with_ports(&host_ports.validator_api_ports()).await - { - environment.fail("validator readiness failed").await; - return Err(err.into()); - } - - info!("waiting for executor HTTP endpoints"); - if let Err(err) = - ensure_executors_ready_with_ports(&host_ports.executor_api_ports()).await - { - environment.fail("executor readiness failed").await; - return Err(err.into()); - } - - info!("waiting for remote service readiness"); - if let Err(err) = ensure_remote_readiness_with_ports(&descriptors, &host_ports).await { - environment.fail("remote readiness probe failed").await; - return Err(err.into()); - } - } else { - info!("readiness checks disabled; giving the stack a short grace period"); - sleep(Duration::from_secs(5)).await; - } - - info!("compose stack ready; building node clients"); - let node_clients = match build_node_clients_with_ports(&descriptors, &host_ports) { - Ok(clients) => clients, - Err(err) => { - environment - .fail("failed to construct node api clients") - .await; - return Err(err.into()); - } - }; - let telemetry = metrics_handle_from_port(prometheus_port)?; - let node_control = Caps::REQUIRED.then(|| { - Arc::new(ComposeNodeControl { - compose_file: environment.compose_path().to_path_buf(), - project_name: environment.project_name().to_owned(), - }) as Arc - }); - let (block_feed, block_feed_guard) = match spawn_block_feed_with_retry(&node_clients).await - { - Ok(pair) => pair, - Err(err) => { - environment.fail("failed to initialize block feed").await; - return Err(err); - } - }; - let cleanup_guard: Box = Box::new(ComposeCleanupGuard::new( - environment.into_cleanup(), - block_feed_guard, - )); - let context = RunContext::new( - descriptors, - None, - node_clients, - scenario.duration(), - telemetry, - block_feed, - node_control, - ); - - Ok(Runner::new(context, Some(cleanup_guard))) - } -} - -fn desired_prometheus_port() -> u16 { - env::var(PROMETHEUS_PORT_ENV) - .ok() - .and_then(|raw| raw.parse::().ok()) - .unwrap_or_else(|| allocate_prometheus_port().unwrap_or(DEFAULT_PROMETHEUS_PORT)) -} - -fn allocate_prometheus_port() -> Option { - let try_bind = |port| StdTcpListener::bind((Ipv4Addr::LOCALHOST, port)); - let listener = try_bind(DEFAULT_PROMETHEUS_PORT) - .or_else(|_| try_bind(0)) - .ok()?; - listener.local_addr().ok().map(|addr| addr.port()) -} - -fn build_node_clients_with_ports( - descriptors: &GeneratedTopology, - mapping: &HostPortMapping, -) -> Result { - let validators = descriptors - .validators() - .iter() - .zip(mapping.validators.iter()) - .map(|(node, ports)| api_client_from_host_ports(to_http_role(node.role()), ports)) - .collect::, _>>()?; - let executors = descriptors - .executors() - .iter() - .zip(mapping.executors.iter()) - .map(|(node, ports)| api_client_from_host_ports(to_http_role(node.role()), ports)) - .collect::, _>>()?; - - Ok(NodeClients::new(validators, executors)) -} - -fn api_client_from_host_ports( - role: HttpNodeRole, - ports: &NodeHostPorts, -) -> Result { - let base_url = localhost_url(ports.api).map_err(|source| NodeClientError::Endpoint { - role, - endpoint: "api", - port: ports.api, - source, - })?; - - let testing_url = - Some( - localhost_url(ports.testing).map_err(|source| NodeClientError::Endpoint { - role, - endpoint: "testing", - port: ports.testing, - source, - })?, - ); - - Ok(ApiClient::from_urls(base_url, testing_url)) -} - -const fn to_http_role(role: TopologyNodeRole) -> HttpNodeRole { - match role { - TopologyNodeRole::Validator => HttpNodeRole::Validator, - TopologyNodeRole::Executor => HttpNodeRole::Executor, - } -} - -async fn spawn_block_feed_with( - node_clients: &NodeClients, -) -> Result<(BlockFeed, BlockFeedTask), ComposeRunnerError> { - let block_source_client = node_clients - .random_validator() - .cloned() - .ok_or(ComposeRunnerError::BlockFeedMissing)?; - - spawn_block_feed(block_source_client) - .await - .map_err(|source| ComposeRunnerError::BlockFeed { source }) -} - -async fn spawn_block_feed_with_retry( - node_clients: &NodeClients, -) -> Result<(BlockFeed, BlockFeedTask), ComposeRunnerError> { - let mut last_err = None; - for attempt in 1..=BLOCK_FEED_MAX_ATTEMPTS { - match spawn_block_feed_with(node_clients).await { - Ok(result) => return Ok(result), - Err(err) => { - last_err = Some(err); - if attempt < BLOCK_FEED_MAX_ATTEMPTS { - warn!(attempt, "block feed initialization failed; retrying"); - sleep(BLOCK_FEED_RETRY_DELAY).await; - } - } - } - } - - Err(last_err.expect("block feed retry should capture an error")) -} - -async fn restart_compose_service( - compose_file: &Path, - project_name: &str, - service: &str, -) -> Result<(), ComposeRunnerError> { - let mut command = Command::new("docker"); - command - .arg("compose") - .arg("-f") - .arg(compose_file) - .arg("-p") - .arg(project_name) - .arg("restart") - .arg(service); - - let description = "docker compose restart"; - run_docker_command(command, description, Duration::from_secs(120)).await -} - -struct ComposeNodeControl { - compose_file: PathBuf, - project_name: String, -} - -#[async_trait] -impl NodeControlHandle for ComposeNodeControl { - async fn restart_validator(&self, index: usize) -> Result<(), DynError> { - restart_compose_service( - &self.compose_file, - &self.project_name, - &format!("validator-{index}"), - ) - .await - .map_err(|err| format!("validator restart failed: {err}").into()) - } - - async fn restart_executor(&self, index: usize) -> Result<(), DynError> { - restart_compose_service( - &self.compose_file, - &self.project_name, - &format!("executor-{index}"), - ) - .await - .map_err(|err| format!("executor restart failed: {err}").into()) - } -} - -fn localhost_url(port: u16) -> Result { - Url::parse(&format!("http://{}:{port}/", compose_runner_host())) -} - -async fn discover_host_ports( - environment: &StackEnvironment, - descriptors: &GeneratedTopology, -) -> Result { - let mut validators = Vec::new(); - for node in descriptors.validators() { - let service = node_identifier(TopologyNodeRole::Validator, node.index()); - let api = resolve_service_port(environment, &service, node.api_port()).await?; - let testing = resolve_service_port(environment, &service, node.testing_http_port()).await?; - validators.push(NodeHostPorts { api, testing }); - } - - let mut executors = Vec::new(); - for node in descriptors.executors() { - let service = node_identifier(TopologyNodeRole::Executor, node.index()); - let api = resolve_service_port(environment, &service, node.api_port()).await?; - let testing = resolve_service_port(environment, &service, node.testing_http_port()).await?; - executors.push(NodeHostPorts { api, testing }); - } - - Ok(HostPortMapping { - validators, - executors, - }) -} - -async fn resolve_service_port( - environment: &StackEnvironment, - service: &str, - container_port: u16, -) -> Result { - let mut cmd = Command::new("docker"); - cmd.arg("compose") - .arg("-f") - .arg(environment.compose_path()) - .arg("-p") - .arg(environment.project_name()) - .arg("port") - .arg(service) - .arg(container_port.to_string()) - .current_dir(environment.root()); - - let output = cmd - .output() - .await - .with_context(|| format!("running docker compose port {service} {container_port}")) - .map_err(|source| ComposeRunnerError::PortDiscovery { - service: service.to_owned(), - container_port, - source, - })?; - - if !output.status.success() { - return Err(ComposeRunnerError::PortDiscovery { - service: service.to_owned(), - container_port, - source: anyhow!("docker compose port exited with {}", output.status), - }); - } - - let stdout = String::from_utf8_lossy(&output.stdout); - for line in stdout.lines() { - let line = line.trim(); - if line.is_empty() { - continue; - } - if let Some(port_str) = line.rsplit(':').next() - && let Ok(port) = port_str.trim().parse::() - { - return Ok(port); - } - } - - Err(ComposeRunnerError::PortDiscovery { - service: service.to_owned(), - container_port, - source: anyhow!("unable to parse docker compose port output: {stdout}"), - }) -} - -fn ensure_docker_available() -> Result<(), ComposeRunnerError> { - let available = StdCommand::new("docker") - .arg("info") - .stdout(Stdio::null()) - .stderr(Stdio::null()) - .status() - .map(|status| status.success()) - .unwrap_or(false); - if available { - Ok(()) - } else { - Err(ComposeRunnerError::DockerUnavailable) - } -} - -fn metrics_handle_from_port(port: u16) -> Result { - let url = localhost_url(port) - .map_err(|err| MetricsError::new(format!("invalid prometheus url: {err}")))?; - Metrics::from_prometheus(url) -} - -async fn ensure_validators_ready_with_ports(ports: &[u16]) -> Result<(), StackReadinessError> { - if ports.is_empty() { - return Ok(()); - } - - wait_for_validators(ports).await.map_err(Into::into) -} - -async fn ensure_executors_ready_with_ports(ports: &[u16]) -> Result<(), StackReadinessError> { - if ports.is_empty() { - return Ok(()); - } - - wait_for_executors(ports).await.map_err(Into::into) -} - -async fn ensure_remote_readiness_with_ports( - descriptors: &GeneratedTopology, - mapping: &HostPortMapping, -) -> Result<(), StackReadinessError> { - let validator_urls = mapping - .validators - .iter() - .map(|ports| readiness_url(HttpNodeRole::Validator, ports.api)) - .collect::, _>>()?; - let executor_urls = mapping - .executors - .iter() - .map(|ports| readiness_url(HttpNodeRole::Executor, ports.api)) - .collect::, _>>()?; - - let validator_membership_urls = mapping - .validators - .iter() - .map(|ports| readiness_url(HttpNodeRole::Validator, ports.testing)) - .collect::, _>>()?; - let executor_membership_urls = mapping - .executors - .iter() - .map(|ports| readiness_url(HttpNodeRole::Executor, ports.testing)) - .collect::, _>>()?; - - descriptors - .wait_remote_readiness( - &validator_urls, - &executor_urls, - Some(&validator_membership_urls), - Some(&executor_membership_urls), - ) - .await - .map_err(|source| StackReadinessError::Remote { source }) -} - -fn readiness_url(role: HttpNodeRole, port: u16) -> Result { - localhost_url(port).map_err(|source| StackReadinessError::Endpoint { role, port, source }) -} - -fn node_identifier(role: TopologyNodeRole, index: usize) -> String { - match role { - TopologyNodeRole::Validator => format!("validator-{index}"), - TopologyNodeRole::Executor => format!("executor-{index}"), - } -} - -struct WorkspaceState { - workspace: ComposeWorkspace, - root: PathBuf, - cfgsync_path: PathBuf, - use_kzg: bool, -} - -fn ensure_supported_topology(descriptors: &GeneratedTopology) -> Result<(), ComposeRunnerError> { - let validators = descriptors.validators().len(); - if validators == 0 { - return Err(ComposeRunnerError::MissingValidator { - validators, - executors: descriptors.executors().len(), - }); - } - Ok(()) -} - -async fn prepare_environment( - descriptors: &GeneratedTopology, - prometheus_port: u16, -) -> Result { - let workspace = prepare_workspace_logged()?; - let cfgsync_port = allocate_cfgsync_port()?; - update_cfgsync_logged(&workspace, descriptors, cfgsync_port)?; - ensure_compose_image().await?; - - let mut cfgsync_handle = start_cfgsync_stage(&workspace, cfgsync_port).await?; - let compose_path = - render_compose_logged(&workspace, descriptors, cfgsync_port, prometheus_port)?; - - let project_name = format!("nomos-compose-{}", Uuid::new_v4()); - bring_up_stack_logged( - &compose_path, - &project_name, - &workspace.root, - &mut cfgsync_handle, - ) - .await?; - - Ok(StackEnvironment::from_workspace( - workspace, - compose_path, - project_name, - Some(cfgsync_handle), - )) -} - -fn prepare_workspace_state() -> Result { - let workspace = ComposeWorkspace::create().map_err(WorkspaceError::new)?; - let root = workspace.root_path().to_path_buf(); - let cfgsync_path = workspace.testnet_dir().join("cfgsync.yaml"); - let use_kzg = workspace.root_path().join("kzgrs_test_params").exists(); - - Ok(WorkspaceState { - workspace, - root, - cfgsync_path, - use_kzg, - }) -} - -fn prepare_workspace_logged() -> Result { - info!("preparing compose workspace"); - prepare_workspace_state().map_err(Into::into) -} - -fn update_cfgsync_logged( - workspace: &WorkspaceState, - descriptors: &GeneratedTopology, - cfgsync_port: u16, -) -> Result<(), ComposeRunnerError> { - info!("updating cfgsync configuration"); - configure_cfgsync(workspace, descriptors, cfgsync_port).map_err(Into::into) -} - -async fn start_cfgsync_stage( - workspace: &WorkspaceState, - cfgsync_port: u16, -) -> Result { - info!(cfgsync_port = cfgsync_port, "launching cfgsync server"); - let handle = launch_cfgsync(&workspace.cfgsync_path, cfgsync_port).await?; - Ok(handle) -} - -fn configure_cfgsync( - workspace: &WorkspaceState, - descriptors: &GeneratedTopology, - cfgsync_port: u16, -) -> Result<(), ConfigError> { - update_cfgsync_config( - &workspace.cfgsync_path, - descriptors, - workspace.use_kzg, - cfgsync_port, - ) - .map_err(|source| ConfigError::Cfgsync { - path: workspace.cfgsync_path.clone(), - source, - }) -} - -fn allocate_cfgsync_port() -> Result { - // Bind on all interfaces so the Docker containers can reach the cfgsync - // server via the host gateway (e.g. host.docker.internal). - let listener = StdTcpListener::bind((Ipv4Addr::UNSPECIFIED, 0)) - .context("allocating cfgsync port") - .map_err(|source| ConfigError::Port { source })?; - - let port = listener - .local_addr() - .context("reading cfgsync port") - .map_err(|source| ConfigError::Port { source })? - .port(); - Ok(port) -} - -async fn launch_cfgsync( - cfgsync_path: &Path, - port: u16, -) -> Result { - let testnet_dir = cfgsync_path - .parent() - .ok_or_else(|| ConfigError::CfgsyncStart { - port, - source: anyhow!("cfgsync path {cfgsync_path:?} has no parent directory"), - })?; - let (image, _) = resolve_image(); - let container_name = format!("nomos-cfgsync-{}", Uuid::new_v4()); - - let mut command = Command::new("docker"); - command - .arg("run") - .arg("-d") - .arg("--name") - .arg(&container_name) - .arg("--entrypoint") - .arg("cfgsync-server") - .arg("-p") - .arg(format!("{port}:{port}")) - .arg("-v") - .arg(format!( - "{}:/etc/nomos:ro", - testnet_dir - .canonicalize() - .unwrap_or_else(|_| testnet_dir.to_path_buf()) - .display() - )) - .arg(&image) - .arg("/etc/nomos/cfgsync.yaml"); - - let output = command - .output() - .await - .context("spawning cfgsync container") - .map_err(|source| ConfigError::CfgsyncStart { port, source })?; - - if !output.status.success() { - return Err(ConfigError::CfgsyncStart { - port, - source: anyhow!( - "cfgsync container failed (status {}): {}", - output.status, - String::from_utf8_lossy(&output.stderr) - ), - }); - } - - Ok(CfgsyncServerHandle::Container { - name: container_name, - }) -} - -fn write_compose_artifacts( - workspace: &WorkspaceState, - descriptors: &GeneratedTopology, - cfgsync_port: u16, - prometheus_port: u16, -) -> Result { - let descriptor = ComposeDescriptor::builder(descriptors) - .with_kzg_mount(workspace.use_kzg) - .with_cfgsync_port(cfgsync_port) - .with_prometheus_port(prometheus_port) - .build() - .map_err(|source| ConfigError::Descriptor { source })?; - - let compose_path = workspace.root.join("compose.generated.yml"); - write_compose_file(&descriptor, &compose_path) - .map_err(|source| ConfigError::Template { source })?; - Ok(compose_path) -} - -fn render_compose_logged( - workspace: &WorkspaceState, - descriptors: &GeneratedTopology, - cfgsync_port: u16, - prometheus_port: u16, -) -> Result { - info!("rendering compose file"); - write_compose_artifacts(workspace, descriptors, cfgsync_port, prometheus_port) - .map_err(Into::into) -} - -async fn bring_up_stack( - compose_path: &Path, - project_name: &str, - workspace_root: &Path, - cfgsync_handle: &mut CfgsyncServerHandle, -) -> Result<(), ComposeRunnerError> { - if let Err(err) = compose_up(compose_path, project_name, workspace_root).await { - cfgsync_handle.shutdown(); - return Err(ComposeRunnerError::Compose(err)); - } - Ok(()) -} - -async fn ensure_compose_image() -> Result<(), ComposeRunnerError> { - let (image, platform) = resolve_image(); - ensure_image_present(&image, platform.as_deref()).await -} - -async fn ensure_image_present( - image: &str, - platform: Option<&str>, -) -> Result<(), ComposeRunnerError> { - if docker_image_exists(image).await? { - return Ok(()); - } - - if image != "nomos-testnet:local" { - return Err(ComposeRunnerError::MissingImage { - image: image.to_owned(), - }); - } - - build_local_image(image, platform).await -} - -async fn docker_image_exists(image: &str) -> Result { - let mut cmd = Command::new("docker"); - cmd.arg("image") - .arg("inspect") - .arg(image) - .stdout(Stdio::null()) - .stderr(Stdio::null()); - - match cmd.status().await { - Ok(status) => Ok(status.success()), - Err(source) => Err(ComposeRunnerError::Compose(ComposeCommandError::Spawn { - command: format!("docker image inspect {image}"), - source, - })), - } -} - -async fn build_local_image(image: &str, platform: Option<&str>) -> Result<(), ComposeRunnerError> { - let repo_root = - repository_root().map_err(|source| ComposeRunnerError::ImageBuild { source })?; - let dockerfile = repo_root.join("testing-framework/runners/docker/runner.Dockerfile"); - - info!(image, "building compose runner docker image"); - - let mut cmd = Command::new("docker"); - cmd.arg("build"); - - if let Some(build_platform) = select_build_platform(platform)? { - cmd.arg("--platform").arg(&build_platform); - } - - let circuits_platform = env::var("COMPOSE_CIRCUITS_PLATFORM") - .ok() - .filter(|value| !value.is_empty()) - .unwrap_or_else(|| String::from("linux-x86_64")); - - cmd.arg("--build-arg") - .arg(format!("NOMOS_CIRCUITS_PLATFORM={circuits_platform}")); - - if let Some(value) = env::var("CIRCUITS_OVERRIDE") - .ok() - .filter(|val| !val.is_empty()) - { - cmd.arg("--build-arg") - .arg(format!("CIRCUITS_OVERRIDE={value}")); - } - - cmd.arg("-t") - .arg(image) - .arg("-f") - .arg(&dockerfile) - .arg(&repo_root); - - run_docker_command(cmd, "docker build compose image", IMAGE_BUILD_TIMEOUT).await -} - -async fn run_docker_command( - mut command: Command, - description: &str, - timeout_duration: Duration, -) -> Result<(), ComposeRunnerError> { - match timeout(timeout_duration, command.status()).await { - Ok(Ok(status)) if status.success() => Ok(()), - Ok(Ok(status)) => Err(ComposeRunnerError::Compose(ComposeCommandError::Failed { - command: description.to_owned(), - status, - })), - Ok(Err(source)) => Err(ComposeRunnerError::Compose(ComposeCommandError::Spawn { - command: description.to_owned(), - source, - })), - Err(_) => Err(ComposeRunnerError::Compose(ComposeCommandError::Timeout { - command: description.to_owned(), - timeout: timeout_duration, - })), - } -} - -fn detect_docker_platform() -> Result, ComposeRunnerError> { - let output = StdCommand::new("docker") - .arg("info") - .arg("-f") - .arg("{{.Architecture}}") - .output() - .map_err(|source| ComposeRunnerError::ImageBuild { - source: source.into(), - })?; - - if !output.status.success() { - return Ok(None); - } - - let arch = String::from_utf8_lossy(&output.stdout).trim().to_owned(); - if arch.is_empty() { - return Ok(None); - } - - Ok(Some(format!("linux/{arch}"))) -} - -fn select_build_platform(requested: Option<&str>) -> Result, ComposeRunnerError> { - if let Some(value) = requested { - return Ok(Some(value.to_owned())); - } - - detect_docker_platform()?.map_or_else( - || { - warn!("docker host architecture unavailable; letting docker choose default platform"); - Ok(None) - }, - |host_platform| Ok(Some(host_platform)), - ) -} - -async fn bring_up_stack_logged( - compose_path: &Path, - project_name: &str, - workspace_root: &Path, - cfgsync_handle: &mut CfgsyncServerHandle, -) -> Result<(), ComposeRunnerError> { - info!(project = %project_name, "bringing up docker compose stack"); - bring_up_stack(compose_path, project_name, workspace_root, cfgsync_handle).await -} - -struct StackEnvironment { - compose_path: PathBuf, - project_name: String, - root: PathBuf, - workspace: Option, - cfgsync_handle: Option, -} - -impl StackEnvironment { - fn from_workspace( - state: WorkspaceState, - compose_path: PathBuf, - project_name: String, - cfgsync_handle: Option, - ) -> Self { - let WorkspaceState { - workspace, root, .. - } = state; - - Self { - compose_path, - project_name, - root, - workspace: Some(workspace), - cfgsync_handle, - } - } - - fn compose_path(&self) -> &Path { - &self.compose_path - } - - fn project_name(&self) -> &str { - &self.project_name - } - - fn root(&self) -> &Path { - &self.root - } - - fn take_cleanup(&mut self) -> RunnerCleanup { - RunnerCleanup::new( - self.compose_path.clone(), - self.project_name.clone(), - self.root.clone(), - self.workspace - .take() - .expect("workspace must be available while cleaning up"), - self.cfgsync_handle.take(), - ) - } - - fn into_cleanup(self) -> RunnerCleanup { - RunnerCleanup::new( - self.compose_path, - self.project_name, - self.root, - self.workspace - .expect("workspace must be available while cleaning up"), - self.cfgsync_handle, - ) - } - - async fn fail(&mut self, reason: &str) { - error!( - reason = reason, - "compose stack failure; dumping docker logs" - ); - dump_compose_logs(self.compose_path(), self.project_name(), self.root()).await; - Box::new(self.take_cleanup()).cleanup(); - } -} - -struct ComposeCleanupGuard { - environment: RunnerCleanup, - block_feed: Option, -} - -impl ComposeCleanupGuard { - const fn new(environment: RunnerCleanup, block_feed: BlockFeedTask) -> Self { - Self { - environment, - block_feed: Some(block_feed), - } - } -} - -impl CleanupGuard for ComposeCleanupGuard { - fn cleanup(mut self: Box) { - if let Some(block_feed) = self.block_feed.take() { - CleanupGuard::cleanup(Box::new(block_feed)); - } - CleanupGuard::cleanup(Box::new(self.environment)); - } -} - -#[cfg(test)] -mod tests { - use std::{collections::HashMap, net::Ipv4Addr}; - - use cfgsync::config::{Host, PortOverrides, create_node_configs}; - use groth16::Fr; - use nomos_core::{ - mantle::{GenesisTx as GenesisTxTrait, ledger::NoteId}, - sdp::{ProviderId, ServiceType}, - }; - use nomos_ledger::LedgerState; - use nomos_tracing_service::TracingSettings; - use testing_framework_core::{ - scenario::ScenarioBuilder, - topology::{GeneratedNodeConfig, GeneratedTopology, NodeRole as TopologyNodeRole}, - }; - use zksign::PublicKey; - - #[test] - fn cfgsync_prebuilt_configs_preserve_genesis() { - let scenario = ScenarioBuilder::with_node_counts(1, 1).build(); - let topology = scenario.topology().clone(); - let hosts = hosts_from_topology(&topology); - let tracing_settings = tracing_settings(&topology); - - let configs = create_node_configs( - &topology.config().consensus_params, - &topology.config().da_params, - &tracing_settings, - &topology.config().wallet_config, - Some(topology.nodes().map(|node| node.id).collect()), - Some(topology.nodes().map(|node| node.da_port).collect()), - Some(topology.nodes().map(|node| node.blend_port).collect()), - hosts, - ); - let configs_by_identifier: HashMap<_, _> = configs - .into_iter() - .map(|(host, config)| (host.identifier, config)) - .collect(); - - for node in topology.nodes() { - let identifier = identifier_for(node.role(), node.index()); - let cfgsync_config = configs_by_identifier - .get(&identifier) - .unwrap_or_else(|| panic!("missing cfgsync config for {identifier}")); - let expected_genesis = &node.general.consensus_config.genesis_tx; - let actual_genesis = &cfgsync_config.consensus_config.genesis_tx; - if std::env::var("PRINT_GENESIS").is_ok() { - println!( - "[fingerprint {identifier}] expected={:?}", - declaration_fingerprint(expected_genesis) - ); - println!( - "[fingerprint {identifier}] actual={:?}", - declaration_fingerprint(actual_genesis) - ); - } - assert_eq!( - expected_genesis.mantle_tx().ledger_tx, - actual_genesis.mantle_tx().ledger_tx, - "ledger tx mismatch for {identifier}" - ); - assert_eq!( - declaration_fingerprint(expected_genesis), - declaration_fingerprint(actual_genesis), - "declaration entries mismatch for {identifier}" - ); - } - } - - #[test] - fn cfgsync_genesis_proofs_verify_against_ledger() { - let scenario = ScenarioBuilder::with_node_counts(1, 1).build(); - let topology = scenario.topology().clone(); - let hosts = hosts_from_topology(&topology); - let tracing_settings = tracing_settings(&topology); - - let configs = create_node_configs( - &topology.config().consensus_params, - &topology.config().da_params, - &tracing_settings, - &topology.config().wallet_config, - Some(topology.nodes().map(|node| node.id).collect()), - Some(topology.nodes().map(|node| node.da_port).collect()), - Some(topology.nodes().map(|node| node.blend_port).collect()), - hosts, - ); - let configs_by_identifier: HashMap<_, _> = configs - .into_iter() - .map(|(host, config)| (host.identifier, config)) - .collect(); - - for node in topology.nodes() { - let identifier = identifier_for(node.role(), node.index()); - let cfgsync_config = configs_by_identifier - .get(&identifier) - .unwrap_or_else(|| panic!("missing cfgsync config for {identifier}")); - LedgerState::from_genesis_tx::<()>( - cfgsync_config.consensus_config.genesis_tx.clone(), - &cfgsync_config.consensus_config.ledger_config, - Fr::from(0u64), - ) - .unwrap_or_else(|err| panic!("ledger rejected genesis for {identifier}: {err:?}")); - } - } - - #[test] - fn cfgsync_docker_overrides_produce_valid_genesis() { - let scenario = ScenarioBuilder::with_node_counts(1, 1).build(); - let topology = scenario.topology().clone(); - let tracing_settings = tracing_settings(&topology); - let hosts = docker_style_hosts(&topology); - - let configs = create_node_configs( - &topology.config().consensus_params, - &topology.config().da_params, - &tracing_settings, - &topology.config().wallet_config, - Some(topology.nodes().map(|node| node.id).collect()), - Some(topology.nodes().map(|node| node.da_port).collect()), - Some(topology.nodes().map(|node| node.blend_port).collect()), - hosts, - ); - - for (host, config) in configs { - let genesis = &config.consensus_config.genesis_tx; - LedgerState::from_genesis_tx::<()>( - genesis.clone(), - &config.consensus_config.ledger_config, - Fr::from(0u64), - ) - .unwrap_or_else(|err| { - panic!("ledger rejected genesis for {}: {err:?}", host.identifier) - }); - } - } - - fn hosts_from_topology(topology: &GeneratedTopology) -> Vec { - topology.nodes().map(host_from_node).collect() - } - - fn docker_style_hosts(topology: &GeneratedTopology) -> Vec { - topology - .nodes() - .map(|node| docker_host(node, 10 + node.index() as u8)) - .collect() - } - - fn host_from_node(node: &GeneratedNodeConfig) -> Host { - let identifier = identifier_for(node.role(), node.index()); - let ip = Ipv4Addr::LOCALHOST; - let mut host = make_host(node.role(), ip, identifier); - host.network_port = node.network_port(); - host.da_network_port = node.da_port; - host.blend_port = node.blend_port; - host - } - - fn docker_host(node: &GeneratedNodeConfig, octet: u8) -> Host { - let identifier = identifier_for(node.role(), node.index()); - let ip = Ipv4Addr::new(172, 23, 0, octet); - let mut host = make_host(node.role(), ip, identifier); - host.network_port = node.network_port() + 1000; - host.da_network_port = node.da_port + 1000; - host.blend_port = node.blend_port + 1000; - host - } - - fn tracing_settings(topology: &GeneratedTopology) -> TracingSettings { - topology - .validators() - .first() - .or_else(|| topology.executors().first()) - .expect("topology must contain at least one node") - .general - .tracing_config - .tracing_settings - .clone() - } - - fn identifier_for(role: TopologyNodeRole, index: usize) -> String { - match role { - TopologyNodeRole::Validator => format!("validator-{index}"), - TopologyNodeRole::Executor => format!("executor-{index}"), - } - } - - fn make_host(role: TopologyNodeRole, ip: Ipv4Addr, identifier: String) -> Host { - let ports = PortOverrides { - network_port: None, - da_network_port: None, - blend_port: None, - api_port: None, - testing_http_port: None, - }; - match role { - TopologyNodeRole::Validator => Host::validator_from_ip(ip, identifier, ports), - TopologyNodeRole::Executor => Host::executor_from_ip(ip, identifier, ports), - } - } - - fn declaration_fingerprint(genesis: &G) -> Vec<(ServiceType, ProviderId, NoteId, PublicKey)> - where - G: GenesisTxTrait, - { - genesis - .sdp_declarations() - .map(|(op, _)| (op.service_type, op.provider_id, op.locked_note_id, op.zk_id)) - .collect() - } -} diff --git a/testing-framework/runners/compose/src/wait.rs b/testing-framework/runners/compose/src/wait.rs deleted file mode 100644 index 17240af..0000000 --- a/testing-framework/runners/compose/src/wait.rs +++ /dev/null @@ -1,33 +0,0 @@ -use std::{env, time::Duration}; - -use testing_framework_core::{ - adjust_timeout, - scenario::http_probe::{self, HttpReadinessError, NodeRole}, -}; - -const DEFAULT_WAIT: Duration = Duration::from_secs(180); -const POLL_INTERVAL: Duration = Duration::from_millis(250); - -pub async fn wait_for_validators(ports: &[u16]) -> Result<(), HttpReadinessError> { - wait_for_ports(ports, NodeRole::Validator).await -} - -pub async fn wait_for_executors(ports: &[u16]) -> Result<(), HttpReadinessError> { - wait_for_ports(ports, NodeRole::Executor).await -} - -async fn wait_for_ports(ports: &[u16], role: NodeRole) -> Result<(), HttpReadinessError> { - let host = compose_runner_host(); - http_probe::wait_for_http_ports_with_host( - ports, - role, - &host, - adjust_timeout(DEFAULT_WAIT), - POLL_INTERVAL, - ) - .await -} - -fn compose_runner_host() -> String { - env::var("COMPOSE_RUNNER_HOST").unwrap_or_else(|_| "127.0.0.1".to_string()) -} diff --git a/testing-framework/runners/compose/src/workspace.rs b/testing-framework/runners/compose/src/workspace.rs deleted file mode 100644 index 4a9d31a..0000000 --- a/testing-framework/runners/compose/src/workspace.rs +++ /dev/null @@ -1,89 +0,0 @@ -use std::{ - env, fs, - path::{Path, PathBuf}, -}; - -use anyhow::{Context as _, Result}; -use tempfile::TempDir; - -/// Copy the repository `testnet/` directory into a scenario-specific temp dir. -#[derive(Debug)] -pub struct ComposeWorkspace { - root: TempDir, -} - -impl ComposeWorkspace { - /// Clone the testnet assets into a temporary directory. - pub fn create() -> Result { - let repo_root = env::var("CARGO_WORKSPACE_DIR") - .map(PathBuf::from) - .or_else(|_| { - Path::new(env!("CARGO_MANIFEST_DIR")) - .parent() - .and_then(Path::parent) - .and_then(Path::parent) - .map(Path::to_path_buf) - .context("resolving workspace root from manifest dir") - }) - .context("locating repository root")?; - let temp = tempfile::Builder::new() - .prefix("nomos-testnet-") - .tempdir() - .context("creating testnet temp dir")?; - let testnet_source = repo_root.join("testnet"); - if !testnet_source.exists() { - anyhow::bail!( - "testnet directory not found at {}", - testnet_source.display() - ); - } - copy_dir_recursive(&testnet_source, &temp.path().join("testnet"))?; - - let kzg_source = repo_root.join("tests/kzgrs/kzgrs_test_params"); - if kzg_source.exists() { - let target = temp.path().join("kzgrs_test_params"); - if kzg_source.is_dir() { - copy_dir_recursive(&kzg_source, &target)?; - } else { - fs::copy(&kzg_source, &target).with_context(|| { - format!("copying {} -> {}", kzg_source.display(), target.display()) - })?; - } - } - - Ok(Self { root: temp }) - } - - #[must_use] - pub fn root_path(&self) -> &Path { - self.root.path() - } - - #[must_use] - pub fn testnet_dir(&self) -> PathBuf { - self.root.path().join("testnet") - } - - #[must_use] - pub fn into_inner(self) -> TempDir { - self.root - } -} - -fn copy_dir_recursive(source: &Path, target: &Path) -> Result<()> { - fs::create_dir_all(target) - .with_context(|| format!("creating target dir {}", target.display()))?; - for entry in fs::read_dir(source).with_context(|| format!("reading {}", source.display()))? { - let entry = entry?; - let file_type = entry.file_type()?; - let dest = target.join(entry.file_name()); - if file_type.is_dir() { - copy_dir_recursive(&entry.path(), &dest)?; - } else if !file_type.is_dir() { - fs::copy(entry.path(), &dest).with_context(|| { - format!("copying {} -> {}", entry.path().display(), dest.display()) - })?; - } - } - Ok(()) -} diff --git a/testing-framework/runners/docker/.dockerignore b/testing-framework/runners/docker/.dockerignore deleted file mode 100644 index d4ad8ac..0000000 --- a/testing-framework/runners/docker/.dockerignore +++ /dev/null @@ -1,9 +0,0 @@ -# Build context trim for runner image -.git -**/target -.tmp -tests/workflows/.tmp* -book -scripts/build-rapidsnark.sh~ -rust-project-all-in-one.txt -**/*.log diff --git a/testing-framework/runners/docker/runner.Dockerfile b/testing-framework/runners/docker/runner.Dockerfile deleted file mode 100644 index 2c15649..0000000 --- a/testing-framework/runners/docker/runner.Dockerfile +++ /dev/null @@ -1,74 +0,0 @@ -# syntax=docker/dockerfile:1 - -ARG VERSION=v0.3.1 -ARG NOMOS_CIRCUITS_PLATFORM=linux-x86_64 - -# =========================== -# BUILD IMAGE -# =========================== - -FROM rust:1.91.0-slim-bookworm AS builder - -ARG VERSION -ARG NOMOS_CIRCUITS_PLATFORM -ARG TARGETARCH - -LABEL maintainer="logos devs" \ - source="https://github.com/logos-co/nomos-node" \ - description="Nomos testing framework build image" - -WORKDIR /nomos -COPY . . - -RUN apt-get update && apt-get install -yq \ - git gcc g++ clang libssl-dev pkg-config ca-certificates curl wget \ - build-essential cmake libgmp-dev libsodium-dev nasm m4 && \ - rm -rf /var/lib/apt/lists/* - -ENV NOMOS_CIRCUITS_PLATFORM=${NOMOS_CIRCUITS_PLATFORM} - -RUN chmod +x scripts/setup-nomos-circuits.sh && \ - scripts/setup-nomos-circuits.sh "$VERSION" "/opt/circuits" - -RUN if [ "${TARGETARCH:-amd64}" = "arm64" ]; then \ - chmod +x scripts/build-rapidsnark.sh && \ - scripts/build-rapidsnark.sh "/opt/circuits"; \ - fi - -ENV NOMOS_CIRCUITS=/opt/circuits - -# Use debug builds to keep the linker memory footprint low; we only need -# binaries for integration testing, not optimized releases. -RUN cargo build --all-features --workspace && \ - cargo build -p nomos-node -p nomos-executor - -# =========================== -# NODE IMAGE -# =========================== - -FROM debian:bookworm-slim - -ARG VERSION - -LABEL maintainer="logos devs" \ - source="https://github.com/logos-co/nomos-node" \ - description="Nomos testing framework runtime image" - -RUN apt-get update && apt-get install -yq \ - libstdc++6 \ - libssl3 \ - ca-certificates \ - && rm -rf /var/lib/apt/lists/* - -COPY --from=builder /opt/circuits /opt/circuits - -COPY --from=builder /nomos/target/debug/nomos-node /usr/bin/nomos-node -COPY --from=builder /nomos/target/debug/nomos-executor /usr/bin/nomos-executor -COPY --from=builder /nomos/target/debug/cfgsync-server /usr/bin/cfgsync-server -COPY --from=builder /nomos/target/debug/cfgsync-client /usr/bin/cfgsync-client - -ENV NOMOS_CIRCUITS=/opt/circuits - -EXPOSE 3000 8080 9000 60000 - -ENTRYPOINT ["/usr/bin/nomos-node"] diff --git a/testing-framework/runners/k8s/Cargo.toml b/testing-framework/runners/k8s/Cargo.toml deleted file mode 100644 index 985bb64..0000000 --- a/testing-framework/runners/k8s/Cargo.toml +++ /dev/null @@ -1,29 +0,0 @@ -[package] -categories.workspace = true -description.workspace = true -edition.workspace = true -keywords.workspace = true -license.workspace = true -name = "testing-framework-runner-k8s" -readme.workspace = true -repository.workspace = true -version = "0.1.0" - -[lints] -workspace = true - -[dependencies] -anyhow = "1" -async-trait = { workspace = true } -k8s-openapi = { version = "0.20", features = ["latest"] } -kube = { version = "0.87", default-features = false, features = ["client", "runtime", "rustls-tls"] } -reqwest = { workspace = true, features = ["json"] } -serde = { version = "1", features = ["derive"] } -serde_yaml = { workspace = true } -tempfile = { workspace = true } -testing-framework-core = { path = "../../core" } -thiserror = { workspace = true } -tokio = { workspace = true, features = ["macros", "net", "process", "rt-multi-thread", "sync", "time"] } -tracing = { workspace = true } -url = { version = "2" } -uuid = { version = "1", features = ["v4"] } diff --git a/testing-framework/runners/k8s/helm/nomos-runner/Chart.yaml b/testing-framework/runners/k8s/helm/nomos-runner/Chart.yaml deleted file mode 100644 index 1785e7e..0000000 --- a/testing-framework/runners/k8s/helm/nomos-runner/Chart.yaml +++ /dev/null @@ -1,6 +0,0 @@ -apiVersion: v2 -name: nomos-runner -description: Helm chart for Nomos integration test runner assets -type: application -version: 0.1.0 -appVersion: "0.1.0" diff --git a/testing-framework/runners/k8s/helm/nomos-runner/templates/_helpers.tpl b/testing-framework/runners/k8s/helm/nomos-runner/templates/_helpers.tpl deleted file mode 100644 index 1665098..0000000 --- a/testing-framework/runners/k8s/helm/nomos-runner/templates/_helpers.tpl +++ /dev/null @@ -1,41 +0,0 @@ -{{- define "nomos-runner.chart" -}} -{{- .Chart.Name -}} -{{- end -}} - -{{- define "nomos-runner.fullname" -}} -{{- printf "%s" .Release.Name | trunc 63 | trimSuffix "-" -}} -{{- end -}} - -{{- define "nomos-runner.labels" -}} -app.kubernetes.io/name: {{ include "nomos-runner.chart" . }} -app.kubernetes.io/instance: {{ .Release.Name }} -{{- end -}} - -{{- define "nomos-runner.selectorLabels" -}} -app.kubernetes.io/name: {{ include "nomos-runner.chart" . }} -app.kubernetes.io/instance: {{ .Release.Name }} -{{- end -}} - -{{- define "nomos-runner.validatorLabels" -}} -{{- $root := index . "root" -}} -{{- $index := index . "index" -}} -app.kubernetes.io/name: {{ include "nomos-runner.chart" $root }} -app.kubernetes.io/instance: {{ $root.Release.Name }} -nomos/logical-role: validator -nomos/validator-index: "{{ $index }}" -{{- end -}} - -{{- define "nomos-runner.executorLabels" -}} -{{- $root := index . "root" -}} -{{- $index := index . "index" -}} -app.kubernetes.io/name: {{ include "nomos-runner.chart" $root }} -app.kubernetes.io/instance: {{ $root.Release.Name }} -nomos/logical-role: executor -nomos/executor-index: "{{ $index }}" -{{- end -}} - -{{- define "nomos-runner.prometheusLabels" -}} -app.kubernetes.io/name: {{ include "nomos-runner.chart" . }} -app.kubernetes.io/instance: {{ .Release.Name }} -nomos/logical-role: prometheus -{{- end -}} diff --git a/testing-framework/runners/k8s/helm/nomos-runner/templates/cfgsync-deployment.yaml b/testing-framework/runners/k8s/helm/nomos-runner/templates/cfgsync-deployment.yaml deleted file mode 100644 index bc497dd..0000000 --- a/testing-framework/runners/k8s/helm/nomos-runner/templates/cfgsync-deployment.yaml +++ /dev/null @@ -1,43 +0,0 @@ -apiVersion: apps/v1 -kind: Deployment -metadata: - name: {{ include "nomos-runner.fullname" . }}-cfgsync - labels: - {{- include "nomos-runner.labels" . | nindent 4 }} -spec: - replicas: 1 - selector: - matchLabels: - {{- include "nomos-runner.selectorLabels" . | nindent 6 }} - nomos/component: cfgsync - template: - metadata: - labels: - {{- include "nomos-runner.selectorLabels" . | nindent 8 }} - nomos/component: cfgsync - spec: - containers: - - name: cfgsync - image: {{ .Values.image }} - imagePullPolicy: {{ .Values.imagePullPolicy }} - command: ["/etc/nomos/scripts/run_cfgsync.sh"] - ports: - - name: http - containerPort: {{ .Values.cfgsync.port }} - env: - - name: RUST_LOG - value: debug - volumeMounts: - - name: assets - mountPath: /etc/nomos - readOnly: true - volumes: - - name: assets - configMap: - name: {{ include "nomos-runner.fullname" . }}-assets - defaultMode: 0755 - items: - - key: cfgsync.yaml - path: cfgsync.yaml - - key: run_cfgsync.sh - path: scripts/run_cfgsync.sh diff --git a/testing-framework/runners/k8s/helm/nomos-runner/templates/cfgsync-service.yaml b/testing-framework/runners/k8s/helm/nomos-runner/templates/cfgsync-service.yaml deleted file mode 100644 index db09c16..0000000 --- a/testing-framework/runners/k8s/helm/nomos-runner/templates/cfgsync-service.yaml +++ /dev/null @@ -1,15 +0,0 @@ -apiVersion: v1 -kind: Service -metadata: - name: {{ include "nomos-runner.fullname" . }}-cfgsync - labels: - {{- include "nomos-runner.labels" . | nindent 4 }} -spec: - type: ClusterIP - selector: - {{- include "nomos-runner.selectorLabels" . | nindent 4 }} - nomos/component: cfgsync - ports: - - name: http - port: {{ .Values.cfgsync.port }} - targetPort: http diff --git a/testing-framework/runners/k8s/helm/nomos-runner/templates/configmap.yaml b/testing-framework/runners/k8s/helm/nomos-runner/templates/configmap.yaml deleted file mode 100644 index 1803e4e..0000000 --- a/testing-framework/runners/k8s/helm/nomos-runner/templates/configmap.yaml +++ /dev/null @@ -1,31 +0,0 @@ -apiVersion: v1 -kind: ConfigMap -metadata: - name: {{ include "nomos-runner.fullname" . }}-assets - labels: - {{- include "nomos-runner.labels" . | nindent 4 }} -data: - cfgsync.yaml: | -{{- if .Values.cfgsync.config }} -{{ .Values.cfgsync.config | indent 4 }} -{{- else }} -{{ "" | indent 4 }} -{{- end }} - run_cfgsync.sh: | -{{- if .Values.scripts.runCfgsyncSh }} -{{ .Values.scripts.runCfgsyncSh | indent 4 }} -{{- else }} -{{ "" | indent 4 }} -{{- end }} - run_nomos_node.sh: | -{{- if .Values.scripts.runNomosNodeSh }} -{{ .Values.scripts.runNomosNodeSh | indent 4 }} -{{- else }} -{{ "" | indent 4 }} -{{- end }} - run_nomos_executor.sh: | -{{- if .Values.scripts.runNomosExecutorSh }} -{{ .Values.scripts.runNomosExecutorSh | indent 4 }} -{{- else }} -{{ "" | indent 4 }} -{{- end }} diff --git a/testing-framework/runners/k8s/helm/nomos-runner/templates/executor-deployments.yaml b/testing-framework/runners/k8s/helm/nomos-runner/templates/executor-deployments.yaml deleted file mode 100644 index 0aa1f42..0000000 --- a/testing-framework/runners/k8s/helm/nomos-runner/templates/executor-deployments.yaml +++ /dev/null @@ -1,63 +0,0 @@ -{{- $root := . -}} -{{- $nodes := default (list) .Values.executors.nodes }} -{{- range $i, $node := $nodes }} ---- -apiVersion: apps/v1 -kind: Deployment -metadata: - name: {{ include "nomos-runner.fullname" $root }}-executor-{{ $i }} - labels: - {{- include "nomos-runner.executorLabels" (dict "root" $root "index" $i) | nindent 4 }} -spec: - replicas: 1 - selector: - matchLabels: - {{- include "nomos-runner.executorLabels" (dict "root" $root "index" $i) | nindent 6 }} - template: - metadata: - labels: - {{- include "nomos-runner.executorLabels" (dict "root" $root "index" $i) | nindent 8 }} - spec: - containers: - - name: executor - image: {{ $root.Values.image }} - imagePullPolicy: {{ $root.Values.imagePullPolicy }} - command: ["/etc/nomos/scripts/run_nomos_executor.sh"] - ports: - - name: http - containerPort: {{ default 18080 $node.apiPort }} - - name: testing-http - containerPort: {{ default 18081 $node.testingHttpPort }} - env: - - name: CFG_SERVER_ADDR - value: http://{{ include "nomos-runner.fullname" $root }}-cfgsync:{{ $root.Values.cfgsync.port }} - {{- range $key, $value := $node.env }} - - name: {{ $key }} - value: "{{ $value }}" - {{- end }} - volumeMounts: - - name: assets - mountPath: /etc/nomos - readOnly: true - - name: kzg-params - mountPath: /kzgrs_test_params - readOnly: true - volumes: - - name: assets - configMap: - name: {{ include "nomos-runner.fullname" $root }}-assets - defaultMode: 0755 - items: - - key: cfgsync.yaml - path: cfgsync.yaml - - key: run_cfgsync.sh - path: scripts/run_cfgsync.sh - - key: run_nomos_executor.sh - path: scripts/run_nomos_executor.sh - - key: run_nomos_node.sh - path: scripts/run_nomos_node.sh - - name: kzg-params - persistentVolumeClaim: - claimName: {{ include "nomos-runner.fullname" $root }}-kzg - readOnly: true -{{- end }} diff --git a/testing-framework/runners/k8s/helm/nomos-runner/templates/executor-services.yaml b/testing-framework/runners/k8s/helm/nomos-runner/templates/executor-services.yaml deleted file mode 100644 index 279a976..0000000 --- a/testing-framework/runners/k8s/helm/nomos-runner/templates/executor-services.yaml +++ /dev/null @@ -1,22 +0,0 @@ -{{- $root := . -}} -{{- $nodes := default (list) .Values.executors.nodes }} -{{- range $i, $node := $nodes }} ---- -apiVersion: v1 -kind: Service -metadata: - name: {{ include "nomos-runner.fullname" $root }}-executor-{{ $i }} - labels: - {{- include "nomos-runner.executorLabels" (dict "root" $root "index" $i) | nindent 4 }} -spec: - type: NodePort - selector: - {{- include "nomos-runner.executorLabels" (dict "root" $root "index" $i) | nindent 4 }} - ports: - - name: http - port: {{ default 18080 $node.apiPort }} - targetPort: http - - name: testing-http - port: {{ default 18081 $node.testingHttpPort }} - targetPort: testing-http -{{- end }} diff --git a/testing-framework/runners/k8s/helm/nomos-runner/templates/prometheus-configmap.yaml b/testing-framework/runners/k8s/helm/nomos-runner/templates/prometheus-configmap.yaml deleted file mode 100644 index 7eaa16a..0000000 --- a/testing-framework/runners/k8s/helm/nomos-runner/templates/prometheus-configmap.yaml +++ /dev/null @@ -1,16 +0,0 @@ -{{- if .Values.prometheus.enabled }} ---- -apiVersion: v1 -kind: ConfigMap -metadata: - name: prometheus - labels: - {{- include "nomos-runner.prometheusLabels" . | nindent 4 }} -data: - prometheus.yml: | -{{- if .Values.prometheus.config }} -{{ .Values.prometheus.config | indent 4 }} -{{- else }} -{{ "" | indent 4 }} -{{- end }} -{{- end }} diff --git a/testing-framework/runners/k8s/helm/nomos-runner/templates/prometheus-deployment.yaml b/testing-framework/runners/k8s/helm/nomos-runner/templates/prometheus-deployment.yaml deleted file mode 100644 index 4cda1c1..0000000 --- a/testing-framework/runners/k8s/helm/nomos-runner/templates/prometheus-deployment.yaml +++ /dev/null @@ -1,38 +0,0 @@ -{{- if .Values.prometheus.enabled }} ---- -apiVersion: apps/v1 -kind: Deployment -metadata: - name: prometheus - labels: - {{- include "nomos-runner.prometheusLabels" . | nindent 4 }} -spec: - replicas: 1 - selector: - matchLabels: - {{- include "nomos-runner.prometheusLabels" . | nindent 6 }} - template: - metadata: - labels: - {{- include "nomos-runner.prometheusLabels" . | nindent 8 }} - spec: - containers: - - name: prometheus - image: {{ .Values.prometheus.image }} - imagePullPolicy: {{ .Values.prometheus.imagePullPolicy | default "IfNotPresent" }} - args: - - --config.file=/etc/prometheus/prometheus.yml - - --storage.tsdb.retention.time={{ .Values.prometheus.retention }} - - --web.enable-otlp-receiver - - --enable-feature=otlp-write-receiver - ports: - - containerPort: 9090 - name: http - volumeMounts: - - name: prometheus-config - mountPath: /etc/prometheus - volumes: - - name: prometheus-config - configMap: - name: prometheus -{{- end }} diff --git a/testing-framework/runners/k8s/helm/nomos-runner/templates/prometheus-service.yaml b/testing-framework/runners/k8s/helm/nomos-runner/templates/prometheus-service.yaml deleted file mode 100644 index c0d90e2..0000000 --- a/testing-framework/runners/k8s/helm/nomos-runner/templates/prometheus-service.yaml +++ /dev/null @@ -1,20 +0,0 @@ -{{- if .Values.prometheus.enabled }} ---- -apiVersion: v1 -kind: Service -metadata: - name: prometheus - labels: - {{- include "nomos-runner.prometheusLabels" . | nindent 4 }} -spec: - type: {{ .Values.prometheus.service.type | default "NodePort" }} - selector: - {{- include "nomos-runner.prometheusLabels" . | nindent 4 }} - ports: - - name: http - port: 9090 - targetPort: http - {{- if and (eq (default "NodePort" .Values.prometheus.service.type) "NodePort") .Values.prometheus.service.nodePort }} - nodePort: {{ .Values.prometheus.service.nodePort }} - {{- end }} -{{- end }} diff --git a/testing-framework/runners/k8s/helm/nomos-runner/templates/pv.yaml b/testing-framework/runners/k8s/helm/nomos-runner/templates/pv.yaml deleted file mode 100644 index 3af3b2e..0000000 --- a/testing-framework/runners/k8s/helm/nomos-runner/templates/pv.yaml +++ /dev/null @@ -1,16 +0,0 @@ -apiVersion: v1 -kind: PersistentVolume -metadata: - name: {{ include "nomos-runner.fullname" . }}-kzg - labels: - {{- include "nomos-runner.labels" . | nindent 4 }} -spec: - capacity: - storage: {{ .Values.kzg.storageSize }} - accessModes: - - ReadOnlyMany - persistentVolumeReclaimPolicy: Delete - storageClassName: manual - hostPath: - path: {{ .Values.kzg.hostPath }} - type: {{ .Values.kzg.hostPathType }} diff --git a/testing-framework/runners/k8s/helm/nomos-runner/templates/pvc.yaml b/testing-framework/runners/k8s/helm/nomos-runner/templates/pvc.yaml deleted file mode 100644 index 52248fe..0000000 --- a/testing-framework/runners/k8s/helm/nomos-runner/templates/pvc.yaml +++ /dev/null @@ -1,14 +0,0 @@ -apiVersion: v1 -kind: PersistentVolumeClaim -metadata: - name: {{ include "nomos-runner.fullname" . }}-kzg - labels: - {{- include "nomos-runner.labels" . | nindent 4 }} -spec: - accessModes: - - ReadOnlyMany - storageClassName: manual - volumeName: {{ include "nomos-runner.fullname" . }}-kzg - resources: - requests: - storage: {{ .Values.kzg.storageSize }} diff --git a/testing-framework/runners/k8s/helm/nomos-runner/templates/validator-deployments.yaml b/testing-framework/runners/k8s/helm/nomos-runner/templates/validator-deployments.yaml deleted file mode 100644 index d807365..0000000 --- a/testing-framework/runners/k8s/helm/nomos-runner/templates/validator-deployments.yaml +++ /dev/null @@ -1,61 +0,0 @@ -{{- $root := . -}} -{{- $nodes := default (list) .Values.validators.nodes }} -{{- range $i, $node := $nodes }} ---- -apiVersion: apps/v1 -kind: Deployment -metadata: - name: {{ include "nomos-runner.fullname" $root }}-validator-{{ $i }} - labels: - {{- include "nomos-runner.validatorLabels" (dict "root" $root "index" $i) | nindent 4 }} -spec: - replicas: 1 - selector: - matchLabels: - {{- include "nomos-runner.validatorLabels" (dict "root" $root "index" $i) | nindent 6 }} - template: - metadata: - labels: - {{- include "nomos-runner.validatorLabels" (dict "root" $root "index" $i) | nindent 8 }} - spec: - containers: - - name: validator - image: {{ $root.Values.image }} - imagePullPolicy: {{ $root.Values.imagePullPolicy }} - command: ["/etc/nomos/scripts/run_nomos_node.sh"] - ports: - - name: http - containerPort: {{ default 18080 $node.apiPort }} - - name: testing-http - containerPort: {{ default 18081 $node.testingHttpPort }} - env: - - name: CFG_SERVER_ADDR - value: http://{{ include "nomos-runner.fullname" $root }}-cfgsync:{{ $root.Values.cfgsync.port }} - {{- range $key, $value := $node.env }} - - name: {{ $key }} - value: "{{ $value }}" - {{- end }} - volumeMounts: - - name: assets - mountPath: /etc/nomos - readOnly: true - - name: kzg-params - mountPath: /kzgrs_test_params - readOnly: true - volumes: - - name: assets - configMap: - name: {{ include "nomos-runner.fullname" $root }}-assets - defaultMode: 0755 - items: - - key: cfgsync.yaml - path: cfgsync.yaml - - key: run_cfgsync.sh - path: scripts/run_cfgsync.sh - - key: run_nomos_node.sh - path: scripts/run_nomos_node.sh - - name: kzg-params - persistentVolumeClaim: - claimName: {{ include "nomos-runner.fullname" $root }}-kzg - readOnly: true -{{- end }} diff --git a/testing-framework/runners/k8s/helm/nomos-runner/templates/validator-services.yaml b/testing-framework/runners/k8s/helm/nomos-runner/templates/validator-services.yaml deleted file mode 100644 index ff94e2e..0000000 --- a/testing-framework/runners/k8s/helm/nomos-runner/templates/validator-services.yaml +++ /dev/null @@ -1,22 +0,0 @@ -{{- $root := . -}} -{{- $nodes := default (list) .Values.validators.nodes }} -{{- range $i, $node := $nodes }} ---- -apiVersion: v1 -kind: Service -metadata: - name: {{ include "nomos-runner.fullname" $root }}-validator-{{ $i }} - labels: - {{- include "nomos-runner.validatorLabels" (dict "root" $root "index" $i) | nindent 4 }} -spec: - type: NodePort - selector: - {{- include "nomos-runner.validatorLabels" (dict "root" $root "index" $i) | nindent 4 }} - ports: - - name: http - port: {{ default 18080 $node.apiPort }} - targetPort: http - - name: testing-http - port: {{ default 18081 $node.testingHttpPort }} - targetPort: testing-http -{{- end }} diff --git a/testing-framework/runners/k8s/helm/nomos-runner/values.yaml b/testing-framework/runners/k8s/helm/nomos-runner/values.yaml deleted file mode 100644 index bc72438..0000000 --- a/testing-framework/runners/k8s/helm/nomos-runner/values.yaml +++ /dev/null @@ -1,38 +0,0 @@ -image: "nomos-testnet:local" -imagePullPolicy: IfNotPresent - -cfgsync: - port: 4400 - config: "" - -scripts: - runCfgsyncSh: "" - runNomosNodeSh: "" - runNomosExecutorSh: "" - -validators: - count: 1 - nodes: [] - -executors: - count: 1 - nodes: [] - -kzg: - hostPath: "/var/lib/nomos/kzgrs_test_params" - hostPathType: "Directory" - storageSize: "1Gi" - -prometheus: - enabled: true - image: "prom/prometheus:v3.0.1" - imagePullPolicy: IfNotPresent - retention: "7d" - service: - type: NodePort - nodePort: null - config: | - global: - evaluation_interval: 15s - external_labels: - monitor: "NomosRunner" diff --git a/testing-framework/runners/k8s/src/assets.rs b/testing-framework/runners/k8s/src/assets.rs deleted file mode 100644 index 9258998..0000000 --- a/testing-framework/runners/k8s/src/assets.rs +++ /dev/null @@ -1,286 +0,0 @@ -use std::{ - collections::BTreeMap, - env, fs, io, - path::{Path, PathBuf}, -}; - -use anyhow::{Context as _, Result as AnyResult}; -use serde::Serialize; -use tempfile::TempDir; -use testing_framework_core::{ - scenario::cfgsync::{apply_topology_overrides, load_cfgsync_template, render_cfgsync_yaml}, - topology::GeneratedTopology, -}; -use thiserror::Error; - -pub struct RunnerAssets { - pub image: String, - pub kzg_path: PathBuf, - pub chart_path: PathBuf, - pub cfgsync_file: PathBuf, - pub run_cfgsync_script: PathBuf, - pub run_nomos_node_script: PathBuf, - pub run_nomos_executor_script: PathBuf, - pub values_file: PathBuf, - _tempdir: TempDir, -} - -pub const CFGSYNC_PORT: u16 = 4400; - -#[derive(Debug, Error)] -pub enum AssetsError { - #[error("failed to locate workspace root: {source}")] - WorkspaceRoot { - #[source] - source: anyhow::Error, - }, - #[error("failed to render cfgsync configuration: {source}")] - Cfgsync { - #[source] - source: anyhow::Error, - }, - #[error("missing required script at {path}")] - MissingScript { path: PathBuf }, - #[error("missing KZG parameters at {path}; build them with `make kzgrs_test_params`")] - MissingKzg { path: PathBuf }, - #[error("missing Helm chart at {path}; ensure the repository is up-to-date")] - MissingChart { path: PathBuf }, - #[error("failed to create temporary directory for rendered assets: {source}")] - TempDir { - #[source] - source: io::Error, - }, - #[error("failed to write asset at {path}: {source}")] - Io { - path: PathBuf, - #[source] - source: io::Error, - }, - #[error("failed to render Helm values: {source}")] - Values { - #[source] - source: serde_yaml::Error, - }, -} - -pub fn prepare_assets(topology: &GeneratedTopology) -> Result { - let root = workspace_root().map_err(|source| AssetsError::WorkspaceRoot { source })?; - let cfgsync_yaml = render_cfgsync_config(&root, topology)?; - - let tempdir = tempfile::Builder::new() - .prefix("nomos-helm-") - .tempdir() - .map_err(|source| AssetsError::TempDir { source })?; - - let cfgsync_file = write_temp_file(tempdir.path(), "cfgsync.yaml", cfgsync_yaml)?; - let scripts = validate_scripts(&root)?; - let kzg_path = validate_kzg_params(&root)?; - let chart_path = helm_chart_path()?; - let values_yaml = render_values_yaml(topology)?; - let values_file = write_temp_file(tempdir.path(), "values.yaml", values_yaml)?; - let image = - env::var("NOMOS_TESTNET_IMAGE").unwrap_or_else(|_| String::from("nomos-testnet:local")); - - Ok(RunnerAssets { - image, - kzg_path, - chart_path, - cfgsync_file, - run_cfgsync_script: scripts.run_cfgsync, - run_nomos_node_script: scripts.run_node, - run_nomos_executor_script: scripts.run_executor, - values_file, - _tempdir: tempdir, - }) -} - -const CFGSYNC_K8S_TIMEOUT_SECS: u64 = 300; - -fn render_cfgsync_config(root: &Path, topology: &GeneratedTopology) -> Result { - let cfgsync_template_path = root.join("testnet/cfgsync.yaml"); - let mut cfg = load_cfgsync_template(&cfgsync_template_path) - .map_err(|source| AssetsError::Cfgsync { source })?; - apply_topology_overrides(&mut cfg, topology, true); - cfg.timeout = cfg.timeout.max(CFGSYNC_K8S_TIMEOUT_SECS); - render_cfgsync_yaml(&cfg).map_err(|source| AssetsError::Cfgsync { source }) -} - -struct ScriptPaths { - run_cfgsync: PathBuf, - run_node: PathBuf, - run_executor: PathBuf, -} - -fn validate_scripts(root: &Path) -> Result { - let scripts_dir = root.join("testnet/scripts"); - let run_cfgsync = scripts_dir.join("run_cfgsync.sh"); - let run_node = scripts_dir.join("run_nomos_node.sh"); - let run_executor = scripts_dir.join("run_nomos_executor.sh"); - - for path in [&run_cfgsync, &run_node, &run_executor] { - if !path.exists() { - return Err(AssetsError::MissingScript { path: path.clone() }); - } - } - - Ok(ScriptPaths { - run_cfgsync, - run_node, - run_executor, - }) -} - -fn validate_kzg_params(root: &Path) -> Result { - let path = root.join("tests/kzgrs/kzgrs_test_params"); - if path.exists() { - Ok(path) - } else { - Err(AssetsError::MissingKzg { path }) - } -} - -fn helm_chart_path() -> Result { - let path = Path::new(env!("CARGO_MANIFEST_DIR")).join("helm/nomos-runner"); - if path.exists() { - Ok(path) - } else { - Err(AssetsError::MissingChart { path }) - } -} - -fn render_values_yaml(topology: &GeneratedTopology) -> Result { - let values = build_values(topology); - serde_yaml::to_string(&values).map_err(|source| AssetsError::Values { source }) -} - -fn write_temp_file( - dir: &Path, - name: &str, - contents: impl AsRef<[u8]>, -) -> Result { - let path = dir.join(name); - fs::write(&path, contents).map_err(|source| AssetsError::Io { - path: path.clone(), - source, - })?; - Ok(path) -} - -pub fn workspace_root() -> AnyResult { - if let Ok(var) = env::var("CARGO_WORKSPACE_DIR") { - return Ok(PathBuf::from(var)); - } - let manifest_dir = Path::new(env!("CARGO_MANIFEST_DIR")); - manifest_dir - .parent() - .and_then(Path::parent) - .and_then(Path::parent) - .map(Path::to_path_buf) - .context("resolving workspace root from manifest dir") -} - -#[derive(Serialize)] -struct HelmValues { - validators: NodeGroup, - executors: NodeGroup, -} - -#[derive(Serialize)] -struct NodeGroup { - count: usize, - nodes: Vec, -} - -#[derive(Serialize)] -struct NodeValues { - #[serde(rename = "apiPort")] - api_port: u16, - #[serde(rename = "testingHttpPort")] - testing_http_port: u16, - env: BTreeMap, -} - -fn build_values(topology: &GeneratedTopology) -> HelmValues { - let validators = topology - .validators() - .iter() - .enumerate() - .map(|(index, validator)| { - let mut env = BTreeMap::new(); - env.insert( - "CFG_NETWORK_PORT".into(), - validator.network_port().to_string(), - ); - env.insert("CFG_DA_PORT".into(), validator.da_port.to_string()); - env.insert("CFG_BLEND_PORT".into(), validator.blend_port.to_string()); - env.insert( - "CFG_API_PORT".into(), - validator.general.api_config.address.port().to_string(), - ); - env.insert( - "CFG_TESTING_HTTP_PORT".into(), - validator - .general - .api_config - .testing_http_address - .port() - .to_string(), - ); - env.insert("CFG_HOST_KIND".into(), "validator".into()); - env.insert("CFG_HOST_IDENTIFIER".into(), format!("validator-{index}")); - - NodeValues { - api_port: validator.general.api_config.address.port(), - testing_http_port: validator.general.api_config.testing_http_address.port(), - env, - } - }) - .collect(); - - let executors = topology - .executors() - .iter() - .enumerate() - .map(|(index, executor)| { - let mut env = BTreeMap::new(); - env.insert( - "CFG_NETWORK_PORT".into(), - executor.network_port().to_string(), - ); - env.insert("CFG_DA_PORT".into(), executor.da_port.to_string()); - env.insert("CFG_BLEND_PORT".into(), executor.blend_port.to_string()); - env.insert( - "CFG_API_PORT".into(), - executor.general.api_config.address.port().to_string(), - ); - env.insert( - "CFG_TESTING_HTTP_PORT".into(), - executor - .general - .api_config - .testing_http_address - .port() - .to_string(), - ); - env.insert("CFG_HOST_KIND".into(), "executor".into()); - env.insert("CFG_HOST_IDENTIFIER".into(), format!("executor-{index}")); - - NodeValues { - api_port: executor.general.api_config.address.port(), - testing_http_port: executor.general.api_config.testing_http_address.port(), - env, - } - }) - .collect(); - - HelmValues { - validators: NodeGroup { - count: topology.validators().len(), - nodes: validators, - }, - executors: NodeGroup { - count: topology.executors().len(), - nodes: executors, - }, - } -} diff --git a/testing-framework/runners/k8s/src/cleanup.rs b/testing-framework/runners/k8s/src/cleanup.rs deleted file mode 100644 index 1906b37..0000000 --- a/testing-framework/runners/k8s/src/cleanup.rs +++ /dev/null @@ -1,219 +0,0 @@ -use std::thread; - -use k8s_openapi::api::core::v1::Namespace; -use kube::{Api, Client, api::DeleteParams}; -use testing_framework_core::scenario::CleanupGuard; -use tokio::{ - process::Command, - time::{Duration, sleep}, -}; -use tracing::warn; - -use crate::helm::uninstall_release; - -pub struct RunnerCleanup { - client: Client, - namespace: String, - release: String, - preserve: bool, -} - -impl RunnerCleanup { - pub fn new(client: Client, namespace: String, release: String, preserve: bool) -> Self { - debug_assert!( - !namespace.is_empty() && !release.is_empty(), - "k8s cleanup requires namespace and release" - ); - Self { - client, - namespace, - release, - preserve, - } - } - - async fn cleanup_async(&self) { - if self.preserve { - println!( - "[k8s-runner] preserving Helm release `{}` in namespace `{}`", - self.release, self.namespace - ); - - return; - } - - if let Err(err) = uninstall_release(&self.release, &self.namespace).await { - println!("[k8s-runner] helm uninstall {} failed: {err}", self.release); - } - - println!( - "[k8s-runner] deleting namespace `{}` via k8s API", - self.namespace - ); - delete_namespace(&self.client, &self.namespace).await; - println!( - "[k8s-runner] delete request for namespace `{}` finished", - self.namespace - ); - } - - fn blocking_cleanup_success(&self) -> bool { - match tokio::runtime::Runtime::new() { - Ok(rt) => match rt.block_on(async { - tokio::time::timeout(Duration::from_secs(120), self.cleanup_async()).await - }) { - Ok(()) => true, - Err(err) => { - warn!( - "[k8s-runner] cleanup timed out after 120s: {err}; falling back to background thread" - ); - false - } - }, - Err(err) => { - warn!( - "[k8s-runner] unable to create cleanup runtime: {err}; falling back to background thread" - ); - false - } - } - } - - fn spawn_cleanup_thread(self: Box) { - match thread::Builder::new() - .name("k8s-runner-cleanup".into()) - .spawn(move || match tokio::runtime::Runtime::new() { - Ok(rt) => { - if let Err(err) = rt.block_on(async { - tokio::time::timeout(Duration::from_secs(120), self.cleanup_async()).await - }) { - warn!("[k8s-runner] background cleanup timed out: {err}"); - } - } - Err(err) => warn!("[k8s-runner] unable to create cleanup runtime: {err}"), - }) { - Ok(handle) => { - if let Err(err) = handle.join() { - warn!("[k8s-runner] cleanup thread panicked: {err:?}"); - } - } - Err(err) => warn!("[k8s-runner] failed to spawn cleanup thread: {err}"), - } - } -} - -async fn delete_namespace(client: &Client, namespace: &str) { - let namespaces: Api = Api::all(client.clone()); - - if delete_namespace_via_api(&namespaces, namespace).await { - wait_for_namespace_termination(&namespaces, namespace).await; - return; - } - - if delete_namespace_via_cli(namespace).await { - wait_for_namespace_termination(&namespaces, namespace).await; - } else { - warn!("[k8s-runner] unable to delete namespace `{namespace}` using kubectl fallback"); - } -} - -async fn delete_namespace_via_api(namespaces: &Api, namespace: &str) -> bool { - println!("[k8s-runner] invoking kubernetes API to delete namespace `{namespace}`"); - match tokio::time::timeout( - Duration::from_secs(10), - namespaces.delete(namespace, &DeleteParams::default()), - ) - .await - { - Ok(Ok(_)) => { - println!( - "[k8s-runner] delete request accepted for namespace `{namespace}`; waiting for termination" - ); - true - } - Ok(Err(err)) => { - println!("[k8s-runner] failed to delete namespace `{namespace}` via API: {err}"); - warn!("[k8s-runner] api delete failed for namespace {namespace}: {err}"); - false - } - Err(_) => { - println!( - "[k8s-runner] kubernetes API timed out deleting namespace `{namespace}`; falling back to kubectl" - ); - false - } - } -} - -async fn delete_namespace_via_cli(namespace: &str) -> bool { - println!("[k8s-runner] invoking `kubectl delete namespace {namespace}` fallback"); - let output = Command::new("kubectl") - .arg("delete") - .arg("namespace") - .arg(namespace) - .arg("--wait=true") - .output() - .await; - - match output { - Ok(result) if result.status.success() => { - println!("[k8s-runner] `kubectl delete namespace {namespace}` completed successfully"); - true - } - Ok(result) => { - println!( - "[k8s-runner] `kubectl delete namespace {namespace}` failed: {}\n{}", - String::from_utf8_lossy(&result.stderr), - String::from_utf8_lossy(&result.stdout) - ); - false - } - Err(err) => { - println!("[k8s-runner] failed to spawn kubectl for namespace `{namespace}`: {err}"); - false - } - } -} - -async fn wait_for_namespace_termination(namespaces: &Api, namespace: &str) { - for attempt in 0..60 { - match namespaces.get_opt(namespace).await { - Ok(Some(ns)) => { - if attempt == 0 { - println!( - "[k8s-runner] waiting for namespace `{}` to terminate (phase={:?})", - namespace, - ns.status - .as_ref() - .and_then(|status| status.phase.clone()) - .unwrap_or_else(|| "Unknown".into()) - ); - } - } - Ok(None) => { - println!("[k8s-runner] namespace `{namespace}` deleted"); - return; - } - Err(err) => { - warn!("[k8s-runner] namespace `{namespace}` poll failed: {err}"); - break; - } - } - - sleep(Duration::from_secs(1)).await; - } - - warn!( - "[k8s-runner] namespace `{}` still present after waiting for deletion", - namespace - ); -} - -impl CleanupGuard for RunnerCleanup { - fn cleanup(self: Box) { - if tokio::runtime::Handle::try_current().is_err() && self.blocking_cleanup_success() { - return; - } - self.spawn_cleanup_thread(); - } -} diff --git a/testing-framework/runners/k8s/src/helm.rs b/testing-framework/runners/k8s/src/helm.rs deleted file mode 100644 index a1a23a7..0000000 --- a/testing-framework/runners/k8s/src/helm.rs +++ /dev/null @@ -1,141 +0,0 @@ -use std::{io, process::Stdio}; - -use thiserror::Error; -use tokio::process::Command; - -use crate::assets::{CFGSYNC_PORT, RunnerAssets, workspace_root}; - -#[derive(Debug, Error)] -pub enum HelmError { - #[error("failed to spawn {command}: {source}")] - Spawn { - command: String, - #[source] - source: io::Error, - }, - #[error("{command} exited with status {status:?}\nstderr:\n{stderr}\nstdout:\n{stdout}")] - Failed { - command: String, - status: Option, - stdout: String, - stderr: String, - }, -} - -pub async fn install_release( - assets: &RunnerAssets, - release: &str, - namespace: &str, - validators: usize, - executors: usize, -) -> Result<(), HelmError> { - let host_path_type = if assets.kzg_path.is_dir() { - "Directory" - } else { - "File" - }; - - let mut cmd = Command::new("helm"); - cmd.arg("install") - .arg(release) - .arg(&assets.chart_path) - .arg("--namespace") - .arg(namespace) - .arg("--create-namespace") - .arg("--wait") - .arg("--timeout") - .arg("5m") - .arg("--set") - .arg(format!("image={}", assets.image)) - .arg("--set") - .arg(format!("validators.count={validators}")) - .arg("--set") - .arg(format!("executors.count={executors}")) - .arg("--set") - .arg(format!("cfgsync.port={CFGSYNC_PORT}")) - .arg("--set") - .arg(format!("kzg.hostPath={}", assets.kzg_path.display())) - .arg("--set") - .arg(format!("kzg.hostPathType={host_path_type}")) - .arg("-f") - .arg(&assets.values_file) - .arg("--set-file") - .arg(format!("cfgsync.config={}", assets.cfgsync_file.display())) - .arg("--set-file") - .arg(format!( - "scripts.runCfgsyncSh={}", - assets.run_cfgsync_script.display() - )) - .arg("--set-file") - .arg(format!( - "scripts.runNomosNodeSh={}", - assets.run_nomos_node_script.display() - )) - .arg("--set-file") - .arg(format!( - "scripts.runNomosExecutorSh={}", - assets.run_nomos_executor_script.display() - )) - .stdout(Stdio::piped()) - .stderr(Stdio::piped()); - - if let Ok(root) = workspace_root() { - cmd.current_dir(root); - } - - let command = format!("helm install {release}"); - let output = run_helm_command(cmd, &command).await?; - - if std::env::var("K8S_RUNNER_DEBUG").is_ok() { - println!( - "[k8s-runner] {command} stdout:\n{}", - String::from_utf8_lossy(&output.stdout) - ); - println!( - "[k8s-runner] {command} stderr:\n{}", - String::from_utf8_lossy(&output.stderr) - ); - } - - Ok(()) -} - -pub async fn uninstall_release(release: &str, namespace: &str) -> Result<(), HelmError> { - let mut cmd = Command::new("helm"); - cmd.arg("uninstall") - .arg(release) - .arg("--namespace") - .arg(namespace) - .stdout(Stdio::piped()) - .stderr(Stdio::piped()); - - println!("[k8s-runner] issuing `helm uninstall {release}` in namespace `{namespace}`"); - - run_helm_command(cmd, &format!("helm uninstall {release}")).await?; - println!( - "[k8s-runner] helm uninstall {release} completed successfully (namespace `{namespace}`)" - ); - Ok(()) -} - -async fn run_helm_command( - mut cmd: Command, - command: &str, -) -> Result { - cmd.stdout(Stdio::piped()).stderr(Stdio::piped()); - let output = cmd.output().await.map_err(|source| HelmError::Spawn { - command: command.to_owned(), - source, - })?; - - if output.status.success() { - Ok(output) - } else { - Err(HelmError::Failed { - command: command.to_owned(), - status: output.status.code(), - stdout: String::from_utf8_lossy(&output.stdout).into_owned(), - stderr: String::from_utf8_lossy(&output.stderr).into_owned(), - }) - } -} diff --git a/testing-framework/runners/k8s/src/host.rs b/testing-framework/runners/k8s/src/host.rs deleted file mode 100644 index 6bafd52..0000000 --- a/testing-framework/runners/k8s/src/host.rs +++ /dev/null @@ -1,20 +0,0 @@ -use std::env; - -const NODE_HOST_ENV: &str = "K8S_RUNNER_NODE_HOST"; -const KUBE_SERVICE_HOST_ENV: &str = "KUBERNETES_SERVICE_HOST"; - -/// Returns the hostname or IP used to reach `NodePorts` exposed by the cluster. -/// Prefers `K8S_RUNNER_NODE_HOST`, then the standard `KUBERNETES_SERVICE_HOST` -/// (e.g. `kubernetes.docker.internal` on Docker Desktop), and finally falls -/// back to `127.0.0.1`. -pub fn node_host() -> String { - if let Ok(host) = env::var(NODE_HOST_ENV) { - return host; - } - if let Ok(host) = env::var(KUBE_SERVICE_HOST_ENV) - && !host.is_empty() - { - return host; - } - "127.0.0.1".to_owned() -} diff --git a/testing-framework/runners/k8s/src/lib.rs b/testing-framework/runners/k8s/src/lib.rs deleted file mode 100644 index a1da317..0000000 --- a/testing-framework/runners/k8s/src/lib.rs +++ /dev/null @@ -1,9 +0,0 @@ -mod assets; -mod cleanup; -mod helm; -mod host; -mod logs; -mod runner; -mod wait; - -pub use runner::{K8sRunner, K8sRunnerError}; diff --git a/testing-framework/runners/k8s/src/logs.rs b/testing-framework/runners/k8s/src/logs.rs deleted file mode 100644 index eea910a..0000000 --- a/testing-framework/runners/k8s/src/logs.rs +++ /dev/null @@ -1,44 +0,0 @@ -use k8s_openapi::api::core::v1::Pod; -use kube::{ - Api, Client, - api::{ListParams, LogParams}, -}; -use tracing::{info, warn}; - -pub async fn dump_namespace_logs(client: &Client, namespace: &str) { - let pod_names = match list_pod_names(client, namespace).await { - Ok(names) => names, - Err(err) => { - warn!("[k8s-runner] failed to list pods in namespace {namespace}: {err}"); - return; - } - }; - - for pod_name in pod_names { - stream_pod_logs(client, namespace, &pod_name).await; - } -} - -async fn list_pod_names(client: &Client, namespace: &str) -> Result, kube::Error> { - let list = Api::::namespaced(client.clone(), namespace) - .list(&ListParams::default()) - .await?; - Ok(list - .into_iter() - .filter_map(|pod| pod.metadata.name) - .collect()) -} - -async fn stream_pod_logs(client: &Client, namespace: &str, pod_name: &str) { - let pods: Api = Api::namespaced(client.clone(), namespace); - let params = LogParams { - follow: false, - tail_lines: Some(500), - ..Default::default() - }; - - match pods.logs(pod_name, ¶ms).await { - Ok(log) => info!("[k8s-runner] pod {pod_name} logs:\n{log}"), - Err(err) => warn!("[k8s-runner] failed to fetch logs for pod {pod_name}: {err}"), - } -} diff --git a/testing-framework/runners/k8s/src/runner.rs b/testing-framework/runners/k8s/src/runner.rs deleted file mode 100644 index 6241ad5..0000000 --- a/testing-framework/runners/k8s/src/runner.rs +++ /dev/null @@ -1,543 +0,0 @@ -use std::env; - -use anyhow::Error; -use async_trait::async_trait; -use kube::Client; -use reqwest::Url; -use testing_framework_core::{ - nodes::ApiClient, - scenario::{ - BlockFeed, BlockFeedTask, CleanupGuard, Deployer, Metrics, MetricsError, NodeClients, - RunContext, Runner, Scenario, http_probe::NodeRole, spawn_block_feed, - }, - topology::{GeneratedTopology, ReadinessError}, -}; -use tracing::{error, info}; -use url::ParseError; -use uuid::Uuid; - -use crate::{ - assets::{AssetsError, RunnerAssets, prepare_assets}, - cleanup::RunnerCleanup, - helm::{HelmError, install_release}, - host::node_host, - logs::dump_namespace_logs, - wait::{ClusterPorts, ClusterReady, ClusterWaitError, NodeConfigPorts, wait_for_cluster_ready}, -}; - -pub struct K8sRunner { - readiness_checks: bool, -} - -impl Default for K8sRunner { - fn default() -> Self { - Self::new() - } -} - -impl K8sRunner { - #[must_use] - pub const fn new() -> Self { - Self { - readiness_checks: true, - } - } - - #[must_use] - pub const fn with_readiness(mut self, enabled: bool) -> Self { - self.readiness_checks = enabled; - self - } -} - -#[derive(Default)] -struct PortSpecs { - validators: Vec, - executors: Vec, -} - -struct ClusterEnvironment { - client: Client, - namespace: String, - release: String, - cleanup: Option, - validator_api_ports: Vec, - validator_testing_ports: Vec, - executor_api_ports: Vec, - executor_testing_ports: Vec, - prometheus_port: u16, - port_forwards: Vec, -} - -impl ClusterEnvironment { - fn new( - client: Client, - namespace: String, - release: String, - cleanup: RunnerCleanup, - ports: &ClusterPorts, - port_forwards: Vec, - ) -> Self { - Self { - client, - namespace, - release, - cleanup: Some(cleanup), - validator_api_ports: ports.validators.iter().map(|ports| ports.api).collect(), - validator_testing_ports: ports.validators.iter().map(|ports| ports.testing).collect(), - executor_api_ports: ports.executors.iter().map(|ports| ports.api).collect(), - executor_testing_ports: ports.executors.iter().map(|ports| ports.testing).collect(), - prometheus_port: ports.prometheus, - port_forwards, - } - } - - async fn fail(&mut self, reason: &str) { - error!( - reason = reason, - namespace = %self.namespace, - release = %self.release, - "k8s stack failure; collecting diagnostics" - ); - dump_namespace_logs(&self.client, &self.namespace).await; - kill_port_forwards(&mut self.port_forwards); - if let Some(guard) = self.cleanup.take() { - Box::new(guard).cleanup(); - } - } - - fn into_cleanup(self) -> (RunnerCleanup, Vec) { - ( - self.cleanup.expect("cleanup guard should be available"), - self.port_forwards, - ) - } -} - -#[derive(Debug, thiserror::Error)] -pub enum NodeClientError { - #[error("failed to build {endpoint} client URL for {role} port {port}: {source}")] - Endpoint { - role: NodeRole, - endpoint: &'static str, - port: u16, - #[source] - source: ParseError, - }, -} - -#[derive(Debug, thiserror::Error)] -pub enum RemoteReadinessError { - #[error("failed to build readiness URL for {role} port {port}: {source}")] - Endpoint { - role: NodeRole, - port: u16, - #[source] - source: ParseError, - }, - #[error("remote readiness probe failed: {source}")] - Remote { - #[source] - source: ReadinessError, - }, -} - -fn readiness_urls(ports: &[u16], role: NodeRole) -> Result, RemoteReadinessError> { - ports - .iter() - .copied() - .map(|port| readiness_url(role, port)) - .collect() -} - -fn readiness_url(role: NodeRole, port: u16) -> Result { - cluster_host_url(port).map_err(|source| RemoteReadinessError::Endpoint { role, port, source }) -} - -fn cluster_host_url(port: u16) -> Result { - Url::parse(&format!("http://{}:{port}/", node_host())) -} - -fn metrics_handle_from_port(port: u16) -> Result { - let url = cluster_host_url(port) - .map_err(|err| MetricsError::new(format!("invalid prometheus url: {err}")))?; - Metrics::from_prometheus(url) -} - -async fn spawn_block_feed_with( - node_clients: &NodeClients, -) -> Result<(BlockFeed, BlockFeedTask), K8sRunnerError> { - let block_source_client = node_clients - .any_client() - .cloned() - .ok_or(K8sRunnerError::BlockFeedMissing)?; - - spawn_block_feed(block_source_client) - .await - .map_err(|source| K8sRunnerError::BlockFeed { source }) -} - -#[derive(Debug, thiserror::Error)] -pub enum K8sRunnerError { - #[error( - "kubernetes runner requires at least one validator and one executor (validators={validators}, executors={executors})" - )] - UnsupportedTopology { validators: usize, executors: usize }, - #[error("failed to initialise kubernetes client: {source}")] - ClientInit { - #[source] - source: kube::Error, - }, - #[error(transparent)] - Assets(#[from] AssetsError), - #[error(transparent)] - Helm(#[from] HelmError), - #[error(transparent)] - Cluster(#[from] Box), - #[error(transparent)] - Readiness(#[from] RemoteReadinessError), - #[error(transparent)] - NodeClients(#[from] NodeClientError), - #[error(transparent)] - Telemetry(#[from] MetricsError), - #[error("k8s runner requires at least one node client to follow blocks")] - BlockFeedMissing, - #[error("failed to initialize block feed: {source}")] - BlockFeed { - #[source] - source: Error, - }, -} - -#[async_trait] -impl Deployer for K8sRunner { - type Error = K8sRunnerError; - - async fn deploy(&self, scenario: &Scenario) -> Result { - let descriptors = scenario.topology().clone(); - ensure_supported_topology(&descriptors)?; - - let client = Client::try_default() - .await - .map_err(|source| K8sRunnerError::ClientInit { source })?; - info!( - validators = descriptors.validators().len(), - executors = descriptors.executors().len(), - "starting k8s deployment" - ); - - let port_specs = collect_port_specs(&descriptors); - let mut cluster = - Some(setup_cluster(&client, &port_specs, &descriptors, self.readiness_checks).await?); - - info!("building node clients"); - let node_clients = match build_node_clients( - cluster - .as_ref() - .expect("cluster must be available while building clients"), - ) { - Ok(clients) => clients, - Err(err) => { - if let Some(env) = cluster.as_mut() { - env.fail("failed to construct node api clients").await; - } - return Err(err.into()); - } - }; - - let telemetry = match metrics_handle_from_port( - cluster - .as_ref() - .expect("cluster must be available for telemetry") - .prometheus_port, - ) { - Ok(handle) => handle, - Err(err) => { - if let Some(env) = cluster.as_mut() { - env.fail("failed to configure prometheus metrics handle") - .await; - } - return Err(err.into()); - } - }; - let (block_feed, block_feed_guard) = match spawn_block_feed_with(&node_clients).await { - Ok(pair) => pair, - Err(err) => { - if let Some(env) = cluster.as_mut() { - env.fail("failed to initialize block feed").await; - } - return Err(err); - } - }; - let (cleanup, port_forwards) = cluster - .take() - .expect("cluster should still be available") - .into_cleanup(); - let cleanup_guard: Box = Box::new(K8sCleanupGuard::new( - cleanup, - block_feed_guard, - port_forwards, - )); - let context = RunContext::new( - descriptors, - None, - node_clients, - scenario.duration(), - telemetry, - block_feed, - None, - ); - Ok(Runner::new(context, Some(cleanup_guard))) - } -} - -impl From for K8sRunnerError { - fn from(value: ClusterWaitError) -> Self { - Self::Cluster(Box::new(value)) - } -} - -fn ensure_supported_topology(descriptors: &GeneratedTopology) -> Result<(), K8sRunnerError> { - let validators = descriptors.validators().len(); - let executors = descriptors.executors().len(); - if validators == 0 || executors == 0 { - return Err(K8sRunnerError::UnsupportedTopology { - validators, - executors, - }); - } - Ok(()) -} - -fn kill_port_forwards(handles: &mut Vec) { - for handle in handles.iter_mut() { - let _ = handle.kill(); - let _ = handle.wait(); - } - handles.clear(); -} - -fn collect_port_specs(descriptors: &GeneratedTopology) -> PortSpecs { - let validators = descriptors - .validators() - .iter() - .map(|node| NodeConfigPorts { - api: node.general.api_config.address.port(), - testing: node.general.api_config.testing_http_address.port(), - }) - .collect(); - let executors = descriptors - .executors() - .iter() - .map(|node| NodeConfigPorts { - api: node.general.api_config.address.port(), - testing: node.general.api_config.testing_http_address.port(), - }) - .collect(); - - PortSpecs { - validators, - executors, - } -} - -fn build_node_clients(cluster: &ClusterEnvironment) -> Result { - let validators = cluster - .validator_api_ports - .iter() - .copied() - .zip(cluster.validator_testing_ports.iter().copied()) - .map(|(api_port, testing_port)| { - api_client_from_ports(NodeRole::Validator, api_port, testing_port) - }) - .collect::, _>>()?; - let executors = cluster - .executor_api_ports - .iter() - .copied() - .zip(cluster.executor_testing_ports.iter().copied()) - .map(|(api_port, testing_port)| { - api_client_from_ports(NodeRole::Executor, api_port, testing_port) - }) - .collect::, _>>()?; - - Ok(NodeClients::new(validators, executors)) -} - -fn api_client_from_ports( - role: NodeRole, - api_port: u16, - testing_port: u16, -) -> Result { - let base_endpoint = cluster_host_url(api_port).map_err(|source| NodeClientError::Endpoint { - role, - endpoint: "api", - port: api_port, - source, - })?; - let testing_endpoint = - Some( - cluster_host_url(testing_port).map_err(|source| NodeClientError::Endpoint { - role, - endpoint: "testing", - port: testing_port, - source, - })?, - ); - Ok(ApiClient::from_urls(base_endpoint, testing_endpoint)) -} - -async fn setup_cluster( - client: &Client, - specs: &PortSpecs, - descriptors: &GeneratedTopology, - readiness_checks: bool, -) -> Result { - let assets = prepare_assets(descriptors)?; - let validators = descriptors.validators().len(); - let executors = descriptors.executors().len(); - - let (namespace, release) = cluster_identifiers(); - - let mut cleanup_guard = - Some(install_stack(client, &assets, &namespace, &release, validators, executors).await?); - - let cluster_ready = - wait_for_ports_or_cleanup(client, &namespace, &release, specs, &mut cleanup_guard).await?; - - info!( - prometheus_port = cluster_ready.ports.prometheus, - "discovered prometheus endpoint" - ); - - let environment = ClusterEnvironment::new( - client.clone(), - namespace, - release, - cleanup_guard - .take() - .expect("cleanup guard must exist after successful cluster startup"), - &cluster_ready.ports, - cluster_ready.port_forwards, - ); - - if readiness_checks { - ensure_cluster_readiness(descriptors, &environment).await?; - } - - Ok(environment) -} - -fn cluster_identifiers() -> (String, String) { - let run_id = Uuid::new_v4().simple().to_string(); - let namespace = format!("nomos-k8s-{run_id}"); - (namespace.clone(), namespace) -} - -async fn install_stack( - client: &Client, - assets: &RunnerAssets, - namespace: &str, - release: &str, - validators: usize, - executors: usize, -) -> Result { - info!( - release = %release, - namespace = %namespace, - "installing helm release" - ); - install_release(assets, release, namespace, validators, executors).await?; - info!(release = %release, "helm install succeeded"); - - let preserve = env::var("K8S_RUNNER_PRESERVE").is_ok(); - Ok(RunnerCleanup::new( - client.clone(), - namespace.to_owned(), - release.to_owned(), - preserve, - )) -} - -async fn wait_for_ports_or_cleanup( - client: &Client, - namespace: &str, - release: &str, - specs: &PortSpecs, - cleanup_guard: &mut Option, -) -> Result { - match wait_for_cluster_ready( - client, - namespace, - release, - &specs.validators, - &specs.executors, - ) - .await - { - Ok(ports) => Ok(ports), - Err(err) => { - cleanup_pending(client, namespace, cleanup_guard).await; - Err(err.into()) - } - } -} - -async fn cleanup_pending(client: &Client, namespace: &str, guard: &mut Option) { - dump_namespace_logs(client, namespace).await; - if let Some(guard) = guard.take() { - Box::new(guard).cleanup(); - } -} - -async fn ensure_cluster_readiness( - descriptors: &GeneratedTopology, - cluster: &ClusterEnvironment, -) -> Result<(), RemoteReadinessError> { - let validator_urls = readiness_urls(&cluster.validator_api_ports, NodeRole::Validator)?; - let executor_urls = readiness_urls(&cluster.executor_api_ports, NodeRole::Executor)?; - let validator_membership_urls = - readiness_urls(&cluster.validator_testing_ports, NodeRole::Validator)?; - let executor_membership_urls = - readiness_urls(&cluster.executor_testing_ports, NodeRole::Executor)?; - - descriptors - .wait_remote_readiness( - &validator_urls, - &executor_urls, - Some(&validator_membership_urls), - Some(&executor_membership_urls), - ) - .await - .map_err(|source| RemoteReadinessError::Remote { source }) -} - -struct K8sCleanupGuard { - cleanup: RunnerCleanup, - block_feed: Option, - port_forwards: Vec, -} - -impl K8sCleanupGuard { - const fn new( - cleanup: RunnerCleanup, - block_feed: BlockFeedTask, - port_forwards: Vec, - ) -> Self { - Self { - cleanup, - block_feed: Some(block_feed), - port_forwards, - } - } -} - -impl CleanupGuard for K8sCleanupGuard { - fn cleanup(mut self: Box) { - if let Some(block_feed) = self.block_feed.take() { - CleanupGuard::cleanup(Box::new(block_feed)); - } - kill_port_forwards(&mut self.port_forwards); - CleanupGuard::cleanup(Box::new(self.cleanup)); - } -} diff --git a/testing-framework/runners/k8s/src/wait.rs b/testing-framework/runners/k8s/src/wait.rs deleted file mode 100644 index f983acf..0000000 --- a/testing-framework/runners/k8s/src/wait.rs +++ /dev/null @@ -1,486 +0,0 @@ -use std::{ - net::{Ipv4Addr, TcpListener, TcpStream}, - process::{Command as StdCommand, Stdio}, - thread, - time::Duration, -}; - -use k8s_openapi::api::{apps::v1::Deployment, core::v1::Service}; -use kube::{Api, Client, Error as KubeError}; -use testing_framework_core::scenario::http_probe::{self, HttpReadinessError, NodeRole}; -use thiserror::Error; -use tokio::time::sleep; - -use crate::host::node_host; - -const DEPLOYMENT_TIMEOUT: Duration = Duration::from_secs(180); -const NODE_HTTP_TIMEOUT: Duration = Duration::from_secs(240); -const NODE_HTTP_PROBE_TIMEOUT: Duration = Duration::from_secs(30); -const HTTP_POLL_INTERVAL: Duration = Duration::from_secs(1); -const PROMETHEUS_HTTP_PORT: u16 = 9090; -const PROMETHEUS_HTTP_TIMEOUT: Duration = Duration::from_secs(240); -const PROMETHEUS_HTTP_PROBE_TIMEOUT: Duration = Duration::from_secs(30); -const PROMETHEUS_SERVICE_NAME: &str = "prometheus"; - -#[derive(Clone, Copy)] -pub struct NodeConfigPorts { - pub api: u16, - pub testing: u16, -} - -#[derive(Clone, Copy)] -pub struct NodePortAllocation { - pub api: u16, - pub testing: u16, -} - -pub struct ClusterPorts { - pub validators: Vec, - pub executors: Vec, - pub prometheus: u16, -} - -pub struct ClusterReady { - pub ports: ClusterPorts, - pub port_forwards: Vec, -} - -#[derive(Debug, Error)] -pub enum ClusterWaitError { - #[error("deployment {name} in namespace {namespace} did not become ready within {timeout:?}")] - DeploymentTimeout { - name: String, - namespace: String, - timeout: Duration, - }, - #[error("failed to fetch deployment {name}: {source}")] - DeploymentFetch { - name: String, - #[source] - source: KubeError, - }, - #[error("failed to fetch service {service}: {source}")] - ServiceFetch { - service: String, - #[source] - source: KubeError, - }, - #[error("service {service} did not allocate a node port for {port}")] - NodePortUnavailable { service: String, port: u16 }, - #[error("cluster must have at least one validator")] - MissingValidator, - #[error("timeout waiting for {role} HTTP endpoint on port {port} after {timeout:?}")] - NodeHttpTimeout { - role: NodeRole, - port: u16, - timeout: Duration, - }, - #[error("timeout waiting for prometheus readiness on NodePort {port}")] - PrometheusTimeout { port: u16 }, - #[error("failed to start port-forward for service {service} port {port}: {source}")] - PortForward { - service: String, - port: u16, - #[source] - source: anyhow::Error, - }, -} - -pub async fn wait_for_deployment_ready( - client: &Client, - namespace: &str, - name: &str, - timeout: Duration, -) -> Result<(), ClusterWaitError> { - let mut elapsed = Duration::ZERO; - let interval = Duration::from_secs(2); - - while elapsed <= timeout { - match Api::::namespaced(client.clone(), namespace) - .get(name) - .await - { - Ok(deployment) => { - let desired = deployment - .spec - .as_ref() - .and_then(|spec| spec.replicas) - .unwrap_or(1); - let ready = deployment - .status - .as_ref() - .and_then(|status| status.ready_replicas) - .unwrap_or(0); - if ready >= desired { - return Ok(()); - } - } - Err(err) => { - return Err(ClusterWaitError::DeploymentFetch { - name: name.to_owned(), - source: err, - }); - } - } - - sleep(interval).await; - elapsed += interval; - } - - Err(ClusterWaitError::DeploymentTimeout { - name: name.to_owned(), - namespace: namespace.to_owned(), - timeout, - }) -} - -pub async fn find_node_port( - client: &Client, - namespace: &str, - service_name: &str, - service_port: u16, -) -> Result { - let interval = Duration::from_secs(1); - for _ in 0..120 { - match Api::::namespaced(client.clone(), namespace) - .get(service_name) - .await - { - Ok(service) => { - if let Some(spec) = service.spec.clone() - && let Some(ports) = spec.ports - { - for port in ports { - if port.port == i32::from(service_port) - && let Some(node_port) = port.node_port - { - return Ok(node_port as u16); - } - } - } - } - Err(err) => { - return Err(ClusterWaitError::ServiceFetch { - service: service_name.to_owned(), - source: err, - }); - } - } - sleep(interval).await; - } - - Err(ClusterWaitError::NodePortUnavailable { - service: service_name.to_owned(), - port: service_port, - }) -} - -pub async fn wait_for_cluster_ready( - client: &Client, - namespace: &str, - release: &str, - validator_ports: &[NodeConfigPorts], - executor_ports: &[NodeConfigPorts], -) -> Result { - if validator_ports.is_empty() { - return Err(ClusterWaitError::MissingValidator); - } - - let mut validator_allocations = Vec::with_capacity(validator_ports.len()); - - for (index, ports) in validator_ports.iter().enumerate() { - let name = format!("{release}-validator-{index}"); - wait_for_deployment_ready(client, namespace, &name, DEPLOYMENT_TIMEOUT).await?; - let api_port = find_node_port(client, namespace, &name, ports.api).await?; - let testing_port = find_node_port(client, namespace, &name, ports.testing).await?; - validator_allocations.push(NodePortAllocation { - api: api_port, - testing: testing_port, - }); - } - - let mut port_forwards = Vec::new(); - - let validator_api_ports: Vec = validator_allocations - .iter() - .map(|ports| ports.api) - .collect(); - if wait_for_node_http_nodeport( - &validator_api_ports, - NodeRole::Validator, - NODE_HTTP_PROBE_TIMEOUT, - ) - .await - .is_err() - { - // Fall back to port-forwarding when NodePorts are unreachable from the host. - validator_allocations.clear(); - port_forwards = port_forward_group( - namespace, - release, - "validator", - validator_ports, - &mut validator_allocations, - )?; - let validator_api_ports: Vec = validator_allocations - .iter() - .map(|ports| ports.api) - .collect(); - if let Err(err) = - wait_for_node_http_port_forward(&validator_api_ports, NodeRole::Validator).await - { - kill_port_forwards(&mut port_forwards); - return Err(err); - } - } - - let mut executor_allocations = Vec::with_capacity(executor_ports.len()); - for (index, ports) in executor_ports.iter().enumerate() { - let name = format!("{release}-executor-{index}"); - wait_for_deployment_ready(client, namespace, &name, DEPLOYMENT_TIMEOUT).await?; - let api_port = find_node_port(client, namespace, &name, ports.api).await?; - let testing_port = find_node_port(client, namespace, &name, ports.testing).await?; - executor_allocations.push(NodePortAllocation { - api: api_port, - testing: testing_port, - }); - } - - let executor_api_ports: Vec = executor_allocations.iter().map(|ports| ports.api).collect(); - if !executor_allocations.is_empty() - && wait_for_node_http_nodeport( - &executor_api_ports, - NodeRole::Executor, - NODE_HTTP_PROBE_TIMEOUT, - ) - .await - .is_err() - { - executor_allocations.clear(); - match port_forward_group( - namespace, - release, - "executor", - executor_ports, - &mut executor_allocations, - ) { - Ok(forwards) => port_forwards.extend(forwards), - Err(err) => { - kill_port_forwards(&mut port_forwards); - return Err(err); - } - } - let executor_api_ports: Vec = - executor_allocations.iter().map(|ports| ports.api).collect(); - if let Err(err) = - wait_for_node_http_port_forward(&executor_api_ports, NodeRole::Executor).await - { - kill_port_forwards(&mut port_forwards); - return Err(err); - } - } - - let mut prometheus_port = find_node_port( - client, - namespace, - PROMETHEUS_SERVICE_NAME, - PROMETHEUS_HTTP_PORT, - ) - .await?; - if wait_for_prometheus_http_nodeport(prometheus_port, PROMETHEUS_HTTP_PROBE_TIMEOUT) - .await - .is_err() - { - let (local_port, forward) = - port_forward_service(namespace, PROMETHEUS_SERVICE_NAME, PROMETHEUS_HTTP_PORT) - .map_err(|err| { - kill_port_forwards(&mut port_forwards); - err - })?; - prometheus_port = local_port; - port_forwards.push(forward); - if let Err(err) = - wait_for_prometheus_http_port_forward(prometheus_port, PROMETHEUS_HTTP_TIMEOUT).await - { - kill_port_forwards(&mut port_forwards); - return Err(err); - } - } - - Ok(ClusterReady { - ports: ClusterPorts { - validators: validator_allocations, - executors: executor_allocations, - prometheus: prometheus_port, - }, - port_forwards, - }) -} - -async fn wait_for_node_http_nodeport( - ports: &[u16], - role: NodeRole, - timeout: Duration, -) -> Result<(), ClusterWaitError> { - let host = node_host(); - wait_for_node_http_on_host(ports, role, &host, timeout).await -} - -async fn wait_for_node_http_port_forward( - ports: &[u16], - role: NodeRole, -) -> Result<(), ClusterWaitError> { - wait_for_node_http_on_host(ports, role, "127.0.0.1", NODE_HTTP_TIMEOUT).await -} - -async fn wait_for_node_http_on_host( - ports: &[u16], - role: NodeRole, - host: &str, - timeout: Duration, -) -> Result<(), ClusterWaitError> { - http_probe::wait_for_http_ports_with_host(ports, role, host, timeout, HTTP_POLL_INTERVAL) - .await - .map_err(map_http_error) -} - -const fn map_http_error(error: HttpReadinessError) -> ClusterWaitError { - ClusterWaitError::NodeHttpTimeout { - role: error.role(), - port: error.port(), - timeout: error.timeout(), - } -} - -pub async fn wait_for_prometheus_http_nodeport( - port: u16, - timeout: Duration, -) -> Result<(), ClusterWaitError> { - let host = node_host(); - wait_for_prometheus_http(&host, port, timeout).await -} - -pub async fn wait_for_prometheus_http_port_forward( - port: u16, - timeout: Duration, -) -> Result<(), ClusterWaitError> { - wait_for_prometheus_http("127.0.0.1", port, timeout).await -} - -pub async fn wait_for_prometheus_http( - host: &str, - port: u16, - timeout: Duration, -) -> Result<(), ClusterWaitError> { - let client = reqwest::Client::new(); - let url = format!("http://{host}:{port}/-/ready"); - - for _ in 0..timeout.as_secs() { - if let Ok(resp) = client.get(&url).send().await - && resp.status().is_success() - { - return Ok(()); - } - sleep(Duration::from_secs(1)).await; - } - - Err(ClusterWaitError::PrometheusTimeout { port }) -} - -fn port_forward_group( - namespace: &str, - release: &str, - kind: &str, - ports: &[NodeConfigPorts], - allocations: &mut Vec, -) -> Result, ClusterWaitError> { - let mut forwards = Vec::new(); - for (index, ports) in ports.iter().enumerate() { - let service = format!("{release}-{kind}-{index}"); - let (api_port, api_forward) = match port_forward_service(namespace, &service, ports.api) { - Ok(forward) => forward, - Err(err) => { - kill_port_forwards(&mut forwards); - return Err(err); - } - }; - let (testing_port, testing_forward) = - match port_forward_service(namespace, &service, ports.testing) { - Ok(forward) => forward, - Err(err) => { - kill_port_forwards(&mut forwards); - return Err(err); - } - }; - allocations.push(NodePortAllocation { - api: api_port, - testing: testing_port, - }); - forwards.push(api_forward); - forwards.push(testing_forward); - } - Ok(forwards) -} - -fn port_forward_service( - namespace: &str, - service: &str, - remote_port: u16, -) -> Result<(u16, std::process::Child), ClusterWaitError> { - let local_port = allocate_local_port().map_err(|source| ClusterWaitError::PortForward { - service: service.to_owned(), - port: remote_port, - source, - })?; - - let mut child = StdCommand::new("kubectl") - .arg("port-forward") - .arg("-n") - .arg(namespace) - .arg(format!("svc/{service}")) - .arg(format!("{local_port}:{remote_port}")) - .stdout(Stdio::null()) - .stderr(Stdio::null()) - .spawn() - .map_err(|source| ClusterWaitError::PortForward { - service: service.to_owned(), - port: remote_port, - source: source.into(), - })?; - - for _ in 0..20 { - if let Ok(Some(status)) = child.try_wait() { - return Err(ClusterWaitError::PortForward { - service: service.to_owned(), - port: remote_port, - source: anyhow::anyhow!("kubectl exited with {status}"), - }); - } - if TcpStream::connect((Ipv4Addr::LOCALHOST, local_port)).is_ok() { - return Ok((local_port, child)); - } - thread::sleep(Duration::from_millis(250)); - } - - let _ = child.kill(); - Err(ClusterWaitError::PortForward { - service: service.to_owned(), - port: remote_port, - source: anyhow::anyhow!("port-forward did not become ready"), - }) -} - -fn allocate_local_port() -> anyhow::Result { - let listener = TcpListener::bind((Ipv4Addr::LOCALHOST, 0))?; - let port = listener.local_addr()?.port(); - drop(listener); - Ok(port) -} - -fn kill_port_forwards(handles: &mut Vec) { - for handle in handles.iter_mut() { - let _ = handle.kill(); - let _ = handle.wait(); - } - handles.clear(); -} diff --git a/testing-framework/runners/local/Cargo.toml b/testing-framework/runners/local/Cargo.toml deleted file mode 100644 index 808b240..0000000 --- a/testing-framework/runners/local/Cargo.toml +++ /dev/null @@ -1,18 +0,0 @@ -[package] -categories.workspace = true -description.workspace = true -edition.workspace = true -keywords.workspace = true -license.workspace = true -name = "testing-framework-runner-local" -readme.workspace = true -repository.workspace = true -version = "0.1.0" - -[lints] -workspace = true - -[dependencies] -async-trait = "0.1" -testing-framework-core = { path = "../../core" } -thiserror = { workspace = true } diff --git a/testing-framework/runners/local/src/lib.rs b/testing-framework/runners/local/src/lib.rs deleted file mode 100644 index c304ecb..0000000 --- a/testing-framework/runners/local/src/lib.rs +++ /dev/null @@ -1,3 +0,0 @@ -mod runner; - -pub use runner::{LocalDeployer, LocalDeployerError}; diff --git a/testing-framework/runners/local/src/runner.rs b/testing-framework/runners/local/src/runner.rs deleted file mode 100644 index 70a07cb..0000000 --- a/testing-framework/runners/local/src/runner.rs +++ /dev/null @@ -1,133 +0,0 @@ -use async_trait::async_trait; -use testing_framework_core::{ - scenario::{ - BlockFeed, BlockFeedTask, Deployer, DynError, Metrics, NodeClients, RunContext, Runner, - Scenario, ScenarioError, spawn_block_feed, - }, - topology::{ReadinessError, Topology}, -}; -use thiserror::Error; - -/// Spawns validators and executors as local processes, reusing the existing -/// integration harness. -#[derive(Clone)] -pub struct LocalDeployer { - membership_check: bool, -} - -#[derive(Debug, Error)] -pub enum LocalDeployerError { - #[error("readiness probe failed: {source}")] - ReadinessFailed { - #[source] - source: ReadinessError, - }, - #[error("workload failed: {source}")] - WorkloadFailed { - #[source] - source: DynError, - }, - #[error("expectations failed: {source}")] - ExpectationsFailed { - #[source] - source: DynError, - }, -} - -impl From for LocalDeployerError { - fn from(value: ScenarioError) -> Self { - match value { - ScenarioError::Workload(source) => Self::WorkloadFailed { source }, - ScenarioError::ExpectationCapture(source) | ScenarioError::Expectations(source) => { - Self::ExpectationsFailed { source } - } - } - } -} - -#[async_trait] -impl Deployer<()> for LocalDeployer { - type Error = LocalDeployerError; - - async fn deploy(&self, scenario: &Scenario<()>) -> Result { - let topology = Self::prepare_topology(scenario, self.membership_check).await?; - let node_clients = NodeClients::from_topology(scenario.topology(), &topology); - - let (block_feed, block_feed_guard) = spawn_block_feed_with(&node_clients).await?; - - let context = RunContext::new( - scenario.topology().clone(), - Some(topology), - node_clients, - scenario.duration(), - Metrics::empty(), - block_feed, - None, - ); - - Ok(Runner::new(context, Some(Box::new(block_feed_guard)))) - } -} - -impl LocalDeployer { - #[must_use] - pub fn new() -> Self { - Self::default() - } - - #[must_use] - pub const fn with_membership_check(mut self, enabled: bool) -> Self { - self.membership_check = enabled; - self - } - - async fn prepare_topology( - scenario: &Scenario<()>, - membership_check: bool, - ) -> Result { - let descriptors = scenario.topology(); - let topology = descriptors.clone().spawn_local().await; - - let skip_membership = !membership_check; - if let Err(source) = wait_for_readiness(&topology, skip_membership).await { - return Err(LocalDeployerError::ReadinessFailed { source }); - } - - Ok(topology) - } -} - -impl Default for LocalDeployer { - fn default() -> Self { - Self { - membership_check: true, - } - } -} - -async fn wait_for_readiness( - topology: &Topology, - skip_membership: bool, -) -> Result<(), ReadinessError> { - topology.wait_network_ready().await?; - if !skip_membership { - topology.wait_membership_ready().await?; - } - topology.wait_da_balancer_ready().await -} - -async fn spawn_block_feed_with( - node_clients: &NodeClients, -) -> Result<(BlockFeed, BlockFeedTask), LocalDeployerError> { - let block_source_client = node_clients.random_validator().cloned().ok_or_else(|| { - LocalDeployerError::WorkloadFailed { - source: "block feed requires at least one validator".into(), - } - })?; - - spawn_block_feed(block_source_client) - .await - .map_err(|source| LocalDeployerError::WorkloadFailed { - source: source.into(), - }) -} diff --git a/testing-framework/workflows/Cargo.toml b/testing-framework/workflows/Cargo.toml deleted file mode 100644 index 14b13b8..0000000 --- a/testing-framework/workflows/Cargo.toml +++ /dev/null @@ -1,26 +0,0 @@ -[package] -categories.workspace = true -description.workspace = true -edition.workspace = true -keywords.workspace = true -license.workspace = true -name = "testing-framework-workflows" -readme.workspace = true -repository.workspace = true -version = "0.1.0" - -[lints] -workspace = true - -[dependencies] -async-trait = "0.1" -ed25519-dalek = { version = "2.2.0", features = ["rand_core", "serde"] } -executor-http-client = { workspace = true } -integration-configs = { workspace = true } -nomos-core = { workspace = true } -rand = { workspace = true } -testing-framework-core = { workspace = true } -thiserror = { workspace = true } -tokio = { workspace = true, features = ["macros", "net", "rt-multi-thread", "time"] } -tracing = { workspace = true } -zksign = { workspace = true } diff --git a/testing-framework/workflows/src/builder/mod.rs b/testing-framework/workflows/src/builder/mod.rs deleted file mode 100644 index ebb212d..0000000 --- a/testing-framework/workflows/src/builder/mod.rs +++ /dev/null @@ -1,298 +0,0 @@ -use std::{ - num::{NonZeroU64, NonZeroUsize}, - time::Duration, -}; - -use integration_configs::topology::configs::network::Libp2pNetworkLayout; -use testing_framework_core::{ - scenario::{Builder as CoreScenarioBuilder, NodeControlCapability}, - topology::configs::wallet::WalletConfig, -}; - -use crate::{ - expectations::ConsensusLiveness, - workloads::{chaos::RandomRestartWorkload, da, transaction}, -}; - -macro_rules! non_zero_rate_fn { - ($name:ident, $message:literal) => { - const fn $name(rate: u64) -> NonZeroU64 { - match NonZeroU64::new(rate) { - Some(value) => value, - None => panic!($message), - } - } - }; -} - -non_zero_rate_fn!( - transaction_rate_checked, - "transaction rate must be non-zero" -); -non_zero_rate_fn!(channel_rate_checked, "channel rate must be non-zero"); -non_zero_rate_fn!(blob_rate_checked, "blob rate must be non-zero"); - -pub trait ScenarioBuilderExt: Sized { - fn topology(self) -> TopologyConfigurator; - fn transactions(self) -> TransactionFlowBuilder; - fn da(self) -> DataAvailabilityFlowBuilder; - #[must_use] - fn expect_consensus_liveness(self) -> Self; - #[must_use] - fn initialize_wallet(self, total_funds: u64, users: usize) -> Self; -} - -impl ScenarioBuilderExt for CoreScenarioBuilder { - fn topology(self) -> TopologyConfigurator { - TopologyConfigurator { builder: self } - } - - fn transactions(self) -> TransactionFlowBuilder { - TransactionFlowBuilder::new(self) - } - - fn da(self) -> DataAvailabilityFlowBuilder { - DataAvailabilityFlowBuilder::new(self) - } - - fn expect_consensus_liveness(self) -> Self { - self.with_expectation(ConsensusLiveness::default()) - } - - fn initialize_wallet(self, total_funds: u64, users: usize) -> Self { - let user_count = NonZeroUsize::new(users).expect("wallet user count must be non-zero"); - let wallet = WalletConfig::uniform(total_funds, user_count); - self.with_wallet_config(wallet) - } -} - -pub struct TopologyConfigurator { - builder: CoreScenarioBuilder, -} - -impl TopologyConfigurator { - #[must_use] - pub fn validators(mut self, count: usize) -> Self { - self.builder = self - .builder - .map_topology(|topology| topology.with_validator_count(count)); - self - } - - #[must_use] - pub fn executors(mut self, count: usize) -> Self { - self.builder = self - .builder - .map_topology(|topology| topology.with_executor_count(count)); - self - } - - #[must_use] - pub fn network_star(mut self) -> Self { - self.builder = self - .builder - .map_topology(|topology| topology.with_network_layout(Libp2pNetworkLayout::Star)); - self - } - - #[must_use] - pub fn apply(self) -> CoreScenarioBuilder { - self.builder - } -} - -pub struct TransactionFlowBuilder { - builder: CoreScenarioBuilder, - rate: NonZeroU64, - users: Option, -} - -impl TransactionFlowBuilder { - const fn default_rate() -> NonZeroU64 { - transaction_rate_checked(1) - } - - const fn new(builder: CoreScenarioBuilder) -> Self { - Self { - builder, - rate: Self::default_rate(), - users: None, - } - } - - #[must_use] - pub const fn rate(mut self, rate: u64) -> Self { - self.rate = transaction_rate_checked(rate); - self - } - - #[must_use] - pub const fn rate_per_block(mut self, rate: NonZeroU64) -> Self { - self.rate = rate; - self - } - - #[must_use] - pub const fn users(mut self, users: usize) -> Self { - match NonZeroUsize::new(users) { - Some(value) => self.users = Some(value), - None => panic!("transaction user count must be non-zero"), - } - self - } - - #[must_use] - pub fn apply(mut self) -> CoreScenarioBuilder { - let workload = transaction::Workload::with_rate(self.rate.get()) - .expect("transaction rate must be non-zero") - .with_user_limit(self.users); - self.builder = self.builder.with_workload(workload); - self.builder - } -} - -pub struct DataAvailabilityFlowBuilder { - builder: CoreScenarioBuilder, - channel_rate: NonZeroU64, - blob_rate: NonZeroU64, -} - -impl DataAvailabilityFlowBuilder { - const fn default_channel_rate() -> NonZeroU64 { - channel_rate_checked(1) - } - - const fn default_blob_rate() -> NonZeroU64 { - blob_rate_checked(1) - } - - const fn new(builder: CoreScenarioBuilder) -> Self { - Self { - builder, - channel_rate: Self::default_channel_rate(), - blob_rate: Self::default_blob_rate(), - } - } - - #[must_use] - pub const fn channel_rate(mut self, rate: u64) -> Self { - self.channel_rate = channel_rate_checked(rate); - self - } - - #[must_use] - pub const fn channel_rate_per_block(mut self, rate: NonZeroU64) -> Self { - self.channel_rate = rate; - self - } - - #[must_use] - pub const fn blob_rate(mut self, rate: u64) -> Self { - self.blob_rate = blob_rate_checked(rate); - self - } - - #[must_use] - pub const fn blob_rate_per_block(mut self, rate: NonZeroU64) -> Self { - self.blob_rate = rate; - self - } - - #[must_use] - pub fn apply(mut self) -> CoreScenarioBuilder { - let count = (self.channel_rate.get() * self.blob_rate.get()) as usize; - let workload = da::Workload::with_channel_count(count.max(1)); - self.builder = self.builder.with_workload(workload); - self.builder - } -} - -pub trait ChaosBuilderExt: Sized { - fn chaos_random_restart(self) -> ChaosRestartBuilder; -} - -impl ChaosBuilderExt for CoreScenarioBuilder { - fn chaos_random_restart(self) -> ChaosRestartBuilder { - ChaosRestartBuilder { - builder: self, - min_delay: Duration::from_secs(10), - max_delay: Duration::from_secs(30), - target_cooldown: Duration::from_secs(60), - include_validators: true, - include_executors: true, - } - } -} - -pub struct ChaosRestartBuilder { - builder: CoreScenarioBuilder, - min_delay: Duration, - max_delay: Duration, - target_cooldown: Duration, - include_validators: bool, - include_executors: bool, -} - -impl ChaosRestartBuilder { - #[must_use] - pub fn min_delay(mut self, delay: Duration) -> Self { - assert!(!delay.is_zero(), "chaos restart min delay must be non-zero"); - self.min_delay = delay; - self - } - - #[must_use] - pub fn max_delay(mut self, delay: Duration) -> Self { - assert!(!delay.is_zero(), "chaos restart max delay must be non-zero"); - self.max_delay = delay; - self - } - - #[must_use] - pub fn target_cooldown(mut self, cooldown: Duration) -> Self { - assert!( - !cooldown.is_zero(), - "chaos restart target cooldown must be non-zero" - ); - self.target_cooldown = cooldown; - self - } - - #[must_use] - pub const fn include_validators(mut self, enabled: bool) -> Self { - self.include_validators = enabled; - self - } - - #[must_use] - pub const fn include_executors(mut self, enabled: bool) -> Self { - self.include_executors = enabled; - self - } - - #[must_use] - pub fn apply(mut self) -> CoreScenarioBuilder { - assert!( - self.min_delay <= self.max_delay, - "chaos restart min delay must not exceed max delay" - ); - assert!( - self.target_cooldown >= self.min_delay, - "chaos restart target cooldown must be >= min delay" - ); - assert!( - self.include_validators || self.include_executors, - "chaos restart requires at least one node group" - ); - - let workload = RandomRestartWorkload::new( - self.min_delay, - self.max_delay, - self.target_cooldown, - self.include_validators, - self.include_executors, - ); - self.builder = self.builder.with_workload(workload); - self.builder - } -} diff --git a/testing-framework/workflows/src/expectations/consensus_liveness.rs b/testing-framework/workflows/src/expectations/consensus_liveness.rs deleted file mode 100644 index cef48c1..0000000 --- a/testing-framework/workflows/src/expectations/consensus_liveness.rs +++ /dev/null @@ -1,220 +0,0 @@ -use std::time::Duration; - -use async_trait::async_trait; -use testing_framework_core::scenario::{DynError, Expectation, RunContext}; -use thiserror::Error; -use tokio::time::sleep; - -#[derive(Clone, Copy, Debug)] -pub struct ConsensusLiveness { - lag_allowance: u64, -} - -impl Default for ConsensusLiveness { - fn default() -> Self { - Self { - lag_allowance: LAG_ALLOWANCE, - } - } -} - -const LAG_ALLOWANCE: u64 = 2; -const MIN_PROGRESS_BLOCKS: u64 = 5; -const REQUEST_RETRIES: usize = 5; -const REQUEST_RETRY_DELAY: Duration = Duration::from_secs(2); - -#[async_trait] -impl Expectation for ConsensusLiveness { - fn name(&self) -> &'static str { - "consensus_liveness" - } - - async fn evaluate(&mut self, ctx: &RunContext) -> Result<(), DynError> { - Self::ensure_participants(ctx)?; - let target_hint = Self::target_blocks(ctx); - let check = Self::collect_results(ctx).await; - (*self).report(target_hint, check) - } -} - -const fn consensus_target_blocks(ctx: &RunContext) -> u64 { - ctx.expected_blocks() -} - -#[derive(Debug, Error)] -enum ConsensusLivenessIssue { - #[error("{node} height {height} below target {target}")] - HeightBelowTarget { - node: String, - height: u64, - target: u64, - }, - #[error("{node} consensus_info failed: {source}")] - RequestFailed { - node: String, - #[source] - source: DynError, - }, -} - -#[derive(Debug, Error)] -enum ConsensusLivenessError { - #[error("consensus liveness requires at least one validator or executor")] - MissingParticipants, - #[error("consensus liveness violated (target={target}):\n{details}")] - Violations { - target: u64, - #[source] - details: ViolationIssues, - }, -} - -#[derive(Debug, Error)] -#[error("{message}")] -struct ViolationIssues { - issues: Vec, - message: String, -} - -impl ConsensusLiveness { - const fn target_blocks(ctx: &RunContext) -> u64 { - consensus_target_blocks(ctx) - } - - fn ensure_participants(ctx: &RunContext) -> Result<(), DynError> { - if ctx.node_clients().all_clients().count() == 0 { - Err(Box::new(ConsensusLivenessError::MissingParticipants)) - } else { - Ok(()) - } - } - - async fn collect_results(ctx: &RunContext) -> LivenessCheck { - let participant_count = ctx.node_clients().all_clients().count().max(1); - let max_attempts = participant_count * REQUEST_RETRIES; - let mut samples = Vec::with_capacity(participant_count); - let mut issues = Vec::new(); - - for attempt in 0..max_attempts { - match Self::fetch_cluster_height(ctx).await { - Ok(height) => { - samples.push(NodeSample { - label: format!("sample-{attempt}"), - height, - }); - if samples.len() >= participant_count { - break; - } - } - Err(err) => issues.push(ConsensusLivenessIssue::RequestFailed { - node: format!("sample-{attempt}"), - source: err, - }), - } - - if samples.len() < participant_count { - sleep(REQUEST_RETRY_DELAY).await; - } - } - - LivenessCheck { samples, issues } - } - - async fn fetch_cluster_height(ctx: &RunContext) -> Result { - ctx.cluster_client() - .try_all_clients(|client| { - Box::pin(async move { - client - .consensus_info() - .await - .map(|info| info.height) - .map_err(|err| -> DynError { err.into() }) - }) - }) - .await - } - - #[must_use] - pub const fn with_lag_allowance(mut self, lag_allowance: u64) -> Self { - self.lag_allowance = lag_allowance; - self - } - - fn report(self, target_hint: u64, mut check: LivenessCheck) -> Result<(), DynError> { - if check.samples.is_empty() { - return Err(Box::new(ConsensusLivenessError::MissingParticipants)); - } - - let max_height = check - .samples - .iter() - .map(|sample| sample.height) - .max() - .unwrap_or(0); - - let mut target = target_hint; - if target == 0 || target > max_height { - target = max_height; - } - - if max_height < MIN_PROGRESS_BLOCKS { - check - .issues - .push(ConsensusLivenessIssue::HeightBelowTarget { - node: "network".to_owned(), - height: max_height, - target: MIN_PROGRESS_BLOCKS, - }); - } - - for sample in &check.samples { - if sample.height + self.lag_allowance < target { - check - .issues - .push(ConsensusLivenessIssue::HeightBelowTarget { - node: sample.label.clone(), - height: sample.height, - target, - }); - } - } - - if check.issues.is_empty() { - tracing::info!( - target, - heights = ?check.samples.iter().map(|s| s.height).collect::>(), - "consensus liveness expectation satisfied" - ); - Ok(()) - } else { - Err(Box::new(ConsensusLivenessError::Violations { - target, - details: check.issues.into(), - })) - } - } -} - -struct NodeSample { - label: String, - height: u64, -} - -struct LivenessCheck { - samples: Vec, - issues: Vec, -} - -impl From> for ViolationIssues { - fn from(issues: Vec) -> Self { - let mut message = String::new(); - for issue in &issues { - if !message.is_empty() { - message.push('\n'); - } - message.push_str("- "); - message.push_str(&issue.to_string()); - } - Self { issues, message } - } -} diff --git a/testing-framework/workflows/src/expectations/mod.rs b/testing-framework/workflows/src/expectations/mod.rs deleted file mode 100644 index e17d8ca..0000000 --- a/testing-framework/workflows/src/expectations/mod.rs +++ /dev/null @@ -1,3 +0,0 @@ -mod consensus_liveness; - -pub use consensus_liveness::ConsensusLiveness; diff --git a/testing-framework/workflows/src/lib.rs b/testing-framework/workflows/src/lib.rs deleted file mode 100644 index 40fc535..0000000 --- a/testing-framework/workflows/src/lib.rs +++ /dev/null @@ -1,8 +0,0 @@ -pub mod builder; -pub mod expectations; -pub mod util; -pub mod workloads; - -pub use builder::{ChaosBuilderExt, ScenarioBuilderExt}; -pub use expectations::ConsensusLiveness; -pub use workloads::transaction::TxInclusionExpectation; diff --git a/testing-framework/workflows/src/util/mod.rs b/testing-framework/workflows/src/util/mod.rs deleted file mode 100644 index d7c3294..0000000 --- a/testing-framework/workflows/src/util/mod.rs +++ /dev/null @@ -1 +0,0 @@ -pub mod tx; diff --git a/testing-framework/workflows/src/util/tx.rs b/testing-framework/workflows/src/util/tx.rs deleted file mode 100644 index 648ba57..0000000 --- a/testing-framework/workflows/src/util/tx.rs +++ /dev/null @@ -1,37 +0,0 @@ -use ed25519_dalek::{Signer as _, SigningKey}; -use nomos_core::mantle::{ - MantleTx, Op, OpProof, SignedMantleTx, Transaction as _, - ledger::Tx as LedgerTx, - ops::channel::{ChannelId, MsgId, inscribe::InscriptionOp}, -}; -use zksign::SecretKey; - -#[must_use] -pub fn create_inscription_transaction_with_id(id: ChannelId) -> SignedMantleTx { - let signing_key = SigningKey::from_bytes(&[0u8; 32]); - let signer = signing_key.verifying_key(); - - let inscription_op = InscriptionOp { - channel_id: id, - inscription: format!("Test channel inscription {id:?}").into_bytes(), - parent: MsgId::root(), - signer, - }; - - let mantle_tx = MantleTx { - ops: vec![Op::ChannelInscribe(inscription_op)], - ledger_tx: LedgerTx::new(vec![], vec![]), - storage_gas_price: 0, - execution_gas_price: 0, - }; - - let tx_hash = mantle_tx.hash(); - let signature = signing_key.sign(&tx_hash.as_signing_bytes()); - - SignedMantleTx::new( - mantle_tx, - vec![OpProof::Ed25519Sig(signature)], - SecretKey::multi_sign(&[], tx_hash.as_ref()).expect("zk signature generation"), - ) - .expect("valid transaction") -} diff --git a/testing-framework/workflows/src/workloads/chaos.rs b/testing-framework/workflows/src/workloads/chaos.rs deleted file mode 100644 index 72c3195..0000000 --- a/testing-framework/workflows/src/workloads/chaos.rs +++ /dev/null @@ -1,160 +0,0 @@ -use std::{collections::HashMap, time::Duration}; - -use async_trait::async_trait; -use rand::{Rng as _, seq::SliceRandom as _, thread_rng}; -use testing_framework_core::scenario::{DynError, RunContext, Workload}; -use tokio::time::{Instant, sleep}; -use tracing::info; - -pub struct RandomRestartWorkload { - min_delay: Duration, - max_delay: Duration, - target_cooldown: Duration, - include_validators: bool, - include_executors: bool, -} - -impl RandomRestartWorkload { - #[must_use] - pub const fn new( - min_delay: Duration, - max_delay: Duration, - target_cooldown: Duration, - include_validators: bool, - include_executors: bool, - ) -> Self { - Self { - min_delay, - max_delay, - target_cooldown, - include_validators, - include_executors, - } - } - - fn targets(&self, ctx: &RunContext) -> Vec { - let mut targets = Vec::new(); - let validator_count = ctx.descriptors().validators().len(); - if self.include_validators { - if validator_count > 1 { - for index in 0..validator_count { - targets.push(Target::Validator(index)); - } - } else if validator_count == 1 { - info!("chaos restart skipping validators: only one validator configured"); - } - } - if self.include_executors { - for index in 0..ctx.descriptors().executors().len() { - targets.push(Target::Executor(index)); - } - } - targets - } - - fn random_delay(&self) -> Duration { - if self.max_delay <= self.min_delay { - return self.min_delay; - } - let spread = self - .max_delay - .checked_sub(self.min_delay) - .unwrap_or_else(|| Duration::from_millis(1)) - .as_secs_f64(); - let offset = thread_rng().gen_range(0.0..=spread); - self.min_delay - .checked_add(Duration::from_secs_f64(offset)) - .unwrap_or(self.max_delay) - } - - fn initialize_cooldowns(&self, targets: &[Target]) -> HashMap { - let now = Instant::now(); - let ready = now.checked_sub(self.target_cooldown).unwrap_or(now); - targets - .iter() - .copied() - .map(|target| (target, ready)) - .collect() - } - - async fn pick_target( - &self, - targets: &[Target], - cooldowns: &HashMap, - ) -> Target { - loop { - let now = Instant::now(); - if let Some(next_ready) = cooldowns - .values() - .copied() - .filter(|ready| *ready > now) - .min() - { - let wait = next_ready.saturating_duration_since(now); - if !wait.is_zero() { - sleep(wait).await; - continue; - } - } - - let available: Vec = targets - .iter() - .copied() - .filter(|target| cooldowns.get(target).is_none_or(|ready| *ready <= now)) - .collect(); - - if let Some(choice) = available.choose(&mut thread_rng()).copied() { - return choice; - } - - return targets - .choose(&mut thread_rng()) - .copied() - .expect("chaos restart workload has targets"); - } - } -} - -#[async_trait] -impl Workload for RandomRestartWorkload { - fn name(&self) -> &'static str { - "chaos_random_restart" - } - - async fn start(&self, ctx: &RunContext) -> Result<(), DynError> { - let handle = ctx - .node_control() - .ok_or_else(|| "chaos restart workload requires node control".to_owned())?; - - let targets = self.targets(ctx); - if targets.is_empty() { - return Err("chaos restart workload has no eligible targets".into()); - } - - let mut cooldowns = self.initialize_cooldowns(&targets); - - loop { - sleep(self.random_delay()).await; - let target = self.pick_target(&targets, &cooldowns).await; - - match target { - Target::Validator(index) => handle - .restart_validator(index) - .await - .map_err(|err| format!("validator restart failed: {err}"))?, - Target::Executor(index) => handle - .restart_executor(index) - .await - .map_err(|err| format!("executor restart failed: {err}"))?, - } - - cooldowns.insert(target, Instant::now() + self.target_cooldown); - } - } -} - -#[derive(Clone, Copy, PartialEq, Eq, Hash)] -enum Target { - Validator(usize), - Executor(usize), -} diff --git a/testing-framework/workflows/src/workloads/da/expectation.rs b/testing-framework/workflows/src/workloads/da/expectation.rs deleted file mode 100644 index 91b04f7..0000000 --- a/testing-framework/workflows/src/workloads/da/expectation.rs +++ /dev/null @@ -1,177 +0,0 @@ -use std::{ - collections::HashSet, - sync::{Arc, Mutex}, -}; - -use async_trait::async_trait; -use nomos_core::mantle::{ - AuthenticatedMantleTx as _, - ops::{Op, channel::ChannelId}, -}; -use testing_framework_core::scenario::{BlockRecord, DynError, Expectation, RunContext}; -use thiserror::Error; -use tokio::sync::broadcast; - -#[derive(Debug)] -pub struct DaWorkloadExpectation { - planned_channels: Vec, - capture_state: Option, -} - -#[derive(Debug)] -struct CaptureState { - planned: Arc>, - inscriptions: Arc>>, - blobs: Arc>>, -} - -const MIN_INCLUSION_RATIO: f64 = 0.8; - -#[derive(Debug, Error)] -enum DaExpectationError { - #[error("da workload expectation not started")] - NotCaptured, - #[error("missing inscriptions for {missing:?}")] - MissingInscriptions { missing: Vec }, - #[error("missing blobs for {missing:?}")] - MissingBlobs { missing: Vec }, -} - -impl DaWorkloadExpectation { - pub const fn new(planned_channels: Vec) -> Self { - Self { - planned_channels, - capture_state: None, - } - } -} - -#[async_trait] -impl Expectation for DaWorkloadExpectation { - fn name(&self) -> &'static str { - "da_workload_inclusions" - } - - async fn start_capture(&mut self, ctx: &RunContext) -> Result<(), DynError> { - if self.capture_state.is_some() { - return Ok(()); - } - - let planned = Arc::new( - self.planned_channels - .iter() - .copied() - .collect::>(), - ); - let inscriptions = Arc::new(Mutex::new(HashSet::new())); - let blobs = Arc::new(Mutex::new(HashSet::new())); - - let mut receiver = ctx.block_feed().subscribe(); - let planned_for_task = Arc::clone(&planned); - let inscriptions_for_task = Arc::clone(&inscriptions); - let blobs_for_task = Arc::clone(&blobs); - - tokio::spawn(async move { - loop { - match receiver.recv().await { - Ok(record) => capture_block( - record.as_ref(), - &planned_for_task, - &inscriptions_for_task, - &blobs_for_task, - ), - Err(broadcast::error::RecvError::Lagged(_)) => {} - Err(broadcast::error::RecvError::Closed) => break, - } - } - }); - - self.capture_state = Some(CaptureState { - planned, - inscriptions, - blobs, - }); - - Ok(()) - } - - async fn evaluate(&mut self, _ctx: &RunContext) -> Result<(), DynError> { - let state = self - .capture_state - .as_ref() - .ok_or(DaExpectationError::NotCaptured) - .map_err(DynError::from)?; - - let planned_total = state.planned.len(); - let missing_inscriptions = { - let inscriptions = state - .inscriptions - .lock() - .expect("inscription lock poisoned"); - missing_channels(&state.planned, &inscriptions) - }; - let required_inscriptions = minimum_required(planned_total, MIN_INCLUSION_RATIO); - if planned_total.saturating_sub(missing_inscriptions.len()) < required_inscriptions { - return Err(DaExpectationError::MissingInscriptions { - missing: missing_inscriptions, - } - .into()); - } - - let missing_blobs = { - let blobs = state.blobs.lock().expect("blob lock poisoned"); - missing_channels(&state.planned, &blobs) - }; - let required_blobs = minimum_required(planned_total, MIN_INCLUSION_RATIO); - if planned_total.saturating_sub(missing_blobs.len()) < required_blobs { - return Err(DaExpectationError::MissingBlobs { - missing: missing_blobs, - } - .into()); - } - - Ok(()) - } -} - -fn capture_block( - block: &BlockRecord, - planned: &HashSet, - inscriptions: &Arc>>, - blobs: &Arc>>, -) { - let mut new_inscriptions = Vec::new(); - let mut new_blobs = Vec::new(); - - for tx in block.block.transactions() { - for op in &tx.mantle_tx().ops { - match op { - Op::ChannelInscribe(inscribe) if planned.contains(&inscribe.channel_id) => { - new_inscriptions.push(inscribe.channel_id); - } - Op::ChannelBlob(blob) if planned.contains(&blob.channel) => { - new_blobs.push(blob.channel); - } - _ => {} - } - } - } - - if !new_inscriptions.is_empty() { - let mut guard = inscriptions.lock().expect("inscription lock poisoned"); - guard.extend(new_inscriptions); - } - - if !new_blobs.is_empty() { - let mut guard = blobs.lock().expect("blob lock poisoned"); - guard.extend(new_blobs); - } -} - -fn missing_channels(planned: &HashSet, observed: &HashSet) -> Vec { - planned.difference(observed).copied().collect() -} - -fn minimum_required(total: usize, ratio: f64) -> usize { - ((total as f64) * ratio).ceil() as usize -} diff --git a/testing-framework/workflows/src/workloads/da/mod.rs b/testing-framework/workflows/src/workloads/da/mod.rs deleted file mode 100644 index 69ae438..0000000 --- a/testing-framework/workflows/src/workloads/da/mod.rs +++ /dev/null @@ -1,4 +0,0 @@ -mod expectation; -mod workload; - -pub use workload::Workload; diff --git a/testing-framework/workflows/src/workloads/da/workload.rs b/testing-framework/workflows/src/workloads/da/workload.rs deleted file mode 100644 index 93da188..0000000 --- a/testing-framework/workflows/src/workloads/da/workload.rs +++ /dev/null @@ -1,206 +0,0 @@ -use std::{sync::Arc, time::Duration}; - -use async_trait::async_trait; -use ed25519_dalek::SigningKey; -use executor_http_client::ExecutorHttpClient; -use nomos_core::{ - da::BlobId, - mantle::ops::{ - Op, - channel::{ChannelId, MsgId}, - }, -}; -use rand::{Rng as _, RngCore as _, seq::SliceRandom as _, thread_rng}; -use testing_framework_core::{ - nodes::ApiClient, - scenario::{BlockRecord, DynError, Expectation, RunContext, Workload as ScenarioWorkload}, -}; -use tokio::{sync::broadcast, time::sleep}; - -use super::expectation::DaWorkloadExpectation; -use crate::{ - util::tx, - workloads::util::{find_channel_op, submit_transaction_via_cluster}, -}; - -const TEST_KEY_BYTES: [u8; 32] = [0u8; 32]; -const DEFAULT_CHANNELS: usize = 1; -const MIN_BLOB_CHUNKS: usize = 1; -const MAX_BLOB_CHUNKS: usize = 8; -const PUBLISH_RETRIES: usize = 5; -const PUBLISH_RETRY_DELAY: Duration = Duration::from_secs(2); - -#[derive(Clone)] -pub struct Workload { - planned_channels: Arc<[ChannelId]>, -} - -impl Default for Workload { - fn default() -> Self { - Self::with_channel_count(DEFAULT_CHANNELS) - } -} - -impl Workload { - #[must_use] - pub fn with_channel_count(count: usize) -> Self { - assert!(count > 0, "da workload requires positive count"); - Self { - planned_channels: Arc::from(planned_channel_ids(count)), - } - } - - fn plan(&self) -> Arc<[ChannelId]> { - Arc::clone(&self.planned_channels) - } -} - -#[async_trait] -impl ScenarioWorkload for Workload { - fn name(&self) -> &'static str { - "channel_workload" - } - - fn expectations(&self) -> Vec> { - let planned = self.plan().to_vec(); - vec![Box::new(DaWorkloadExpectation::new(planned))] - } - - async fn start(&self, ctx: &RunContext) -> Result<(), DynError> { - let mut receiver = ctx.block_feed().subscribe(); - - for channel_id in self.plan().iter().copied() { - run_channel_flow(ctx, &mut receiver, channel_id).await?; - } - - Ok(()) - } -} - -async fn run_channel_flow( - ctx: &RunContext, - receiver: &mut broadcast::Receiver>, - channel_id: ChannelId, -) -> Result<(), DynError> { - let tx = Arc::new(tx::create_inscription_transaction_with_id(channel_id)); - submit_transaction_via_cluster(ctx, Arc::clone(&tx)).await?; - - let inscription_id = wait_for_inscription(receiver, channel_id).await?; - let blob_id = publish_blob(ctx, channel_id, inscription_id).await?; - wait_for_blob(receiver, channel_id, blob_id).await?; - Ok(()) -} - -async fn wait_for_inscription( - receiver: &mut broadcast::Receiver>, - channel_id: ChannelId, -) -> Result { - wait_for_channel_op(receiver, move |op| { - if let Op::ChannelInscribe(inscribe) = op - && inscribe.channel_id == channel_id - { - Some(inscribe.id()) - } else { - None - } - }) - .await -} - -async fn wait_for_blob( - receiver: &mut broadcast::Receiver>, - channel_id: ChannelId, - blob_id: BlobId, -) -> Result { - wait_for_channel_op(receiver, move |op| { - if let Op::ChannelBlob(blob_op) = op - && blob_op.channel == channel_id - && blob_op.blob == blob_id - { - Some(blob_op.id()) - } else { - None - } - }) - .await -} - -async fn wait_for_channel_op( - receiver: &mut broadcast::Receiver>, - mut matcher: F, -) -> Result -where - F: FnMut(&Op) -> Option, -{ - loop { - match receiver.recv().await { - Ok(record) => { - if let Some(msg_id) = find_channel_op(record.block.as_ref(), &mut matcher) { - return Ok(msg_id); - } - } - Err(broadcast::error::RecvError::Lagged(_)) => {} - Err(broadcast::error::RecvError::Closed) => { - return Err("block feed closed while waiting for channel operations".into()); - } - } - } -} - -async fn publish_blob( - ctx: &RunContext, - channel_id: ChannelId, - parent_msg: MsgId, -) -> Result { - let executors = ctx.node_clients().executor_clients(); - if executors.is_empty() { - return Err("da workload requires at least one executor".into()); - } - - let signer = SigningKey::from_bytes(&TEST_KEY_BYTES).verifying_key(); - let data = random_blob_payload(); - let client = ExecutorHttpClient::new(None); - - let mut candidates: Vec<&ApiClient> = executors.iter().collect(); - let mut last_err = None; - for attempt in 1..=PUBLISH_RETRIES { - candidates.shuffle(&mut thread_rng()); - for executor in &candidates { - let executor_url = executor.base_url().clone(); - match client - .publish_blob(executor_url, channel_id, parent_msg, signer, data.clone()) - .await - { - Ok(blob_id) => return Ok(blob_id), - Err(err) => last_err = Some(err.into()), - } - } - - if attempt < PUBLISH_RETRIES { - sleep(PUBLISH_RETRY_DELAY).await; - } - } - - Err(last_err.unwrap_or_else(|| "da workload could not publish blob".into())) -} - -fn random_blob_payload() -> Vec { - let mut rng = thread_rng(); - let chunks = rng.gen_range(MIN_BLOB_CHUNKS..=MAX_BLOB_CHUNKS); - let mut data = vec![0u8; 31 * chunks]; - rng.fill_bytes(&mut data); - data -} - -fn planned_channel_ids(total: usize) -> Vec { - (0..total as u64) - .map(deterministic_channel_id) - .collect::>() -} - -fn deterministic_channel_id(index: u64) -> ChannelId { - let mut bytes = [0u8; 32]; - bytes[..8].copy_from_slice(b"chn_wrkd"); - bytes[24..].copy_from_slice(&index.to_be_bytes()); - ChannelId::from(bytes) -} diff --git a/testing-framework/workflows/src/workloads/mod.rs b/testing-framework/workflows/src/workloads/mod.rs deleted file mode 100644 index 5dce733..0000000 --- a/testing-framework/workflows/src/workloads/mod.rs +++ /dev/null @@ -1,6 +0,0 @@ -pub mod chaos; -pub mod da; -pub mod transaction; -pub mod util; - -pub use transaction::TxInclusionExpectation; diff --git a/testing-framework/workflows/src/workloads/transaction/expectation.rs b/testing-framework/workflows/src/workloads/transaction/expectation.rs deleted file mode 100644 index 6efde59..0000000 --- a/testing-framework/workflows/src/workloads/transaction/expectation.rs +++ /dev/null @@ -1,141 +0,0 @@ -use std::{ - collections::HashSet, - num::{NonZeroU64, NonZeroUsize}, - sync::{ - Arc, - atomic::{AtomicU64, Ordering}, - }, -}; - -use async_trait::async_trait; -use nomos_core::{header::HeaderId, mantle::AuthenticatedMantleTx as _}; -use testing_framework_core::scenario::{DynError, Expectation, RunContext}; -use thiserror::Error; -use tokio::sync::broadcast; -use zksign::PublicKey; - -use super::workload::{limited_user_count, submission_plan}; - -const MIN_INCLUSION_RATIO: f64 = 0.5; - -#[derive(Clone)] -pub struct TxInclusionExpectation { - txs_per_block: NonZeroU64, - user_limit: Option, - capture_state: Option, -} - -#[derive(Clone)] -struct CaptureState { - observed: Arc, - expected: u64, -} - -#[derive(Debug, Error)] -enum TxExpectationError { - #[error("transaction workload requires seeded accounts")] - MissingAccounts, - #[error("transaction workload planned zero transactions")] - NoPlannedTransactions, - #[error("transaction inclusion expectation not captured")] - NotCaptured, - #[error("transaction inclusion observed {observed} below required {required}")] - InsufficientInclusions { observed: u64, required: u64 }, -} - -impl TxInclusionExpectation { - pub const NAME: &'static str = "tx_inclusion_expectation"; - - #[must_use] - pub const fn new(txs_per_block: NonZeroU64, user_limit: Option) -> Self { - Self { - txs_per_block, - user_limit, - capture_state: None, - } - } -} - -#[async_trait] -impl Expectation for TxInclusionExpectation { - fn name(&self) -> &'static str { - Self::NAME - } - - async fn start_capture(&mut self, ctx: &RunContext) -> Result<(), DynError> { - if self.capture_state.is_some() { - return Ok(()); - } - - let wallet_accounts = ctx.descriptors().config().wallet().accounts.clone(); - if wallet_accounts.is_empty() { - return Err(TxExpectationError::MissingAccounts.into()); - } - - let available = limited_user_count(self.user_limit, wallet_accounts.len()); - let (planned, _) = submission_plan(self.txs_per_block, ctx, available)?; - if planned == 0 { - return Err(TxExpectationError::NoPlannedTransactions.into()); - } - - let wallet_pks = wallet_accounts - .into_iter() - .take(planned) - .map(|account| account.secret_key.to_public_key()) - .collect::>(); - - let observed = Arc::new(AtomicU64::new(0)); - let receiver = ctx.block_feed().subscribe(); - let tracked_accounts = Arc::new(wallet_pks); - let spawn_accounts = Arc::clone(&tracked_accounts); - let spawn_observed = Arc::clone(&observed); - - tokio::spawn(async move { - let mut receiver = receiver; - let genesis_parent = HeaderId::from([0; 32]); - loop { - match receiver.recv().await { - Ok(record) => { - if record.block.header().parent_block() == genesis_parent { - continue; - } - - for tx in record.block.transactions() { - for note in &tx.mantle_tx().ledger_tx.outputs { - if spawn_accounts.contains(¬e.pk) { - spawn_observed.fetch_add(1, Ordering::Relaxed); - break; - } - } - } - } - Err(broadcast::error::RecvError::Lagged(_)) => {} - Err(broadcast::error::RecvError::Closed) => break, - } - } - }); - - self.capture_state = Some(CaptureState { - observed, - expected: planned as u64, - }); - - Ok(()) - } - - async fn evaluate(&mut self, _ctx: &RunContext) -> Result<(), DynError> { - let state = self - .capture_state - .as_ref() - .ok_or(TxExpectationError::NotCaptured)?; - - let observed = state.observed.load(Ordering::Relaxed); - let required = ((state.expected as f64) * MIN_INCLUSION_RATIO).ceil() as u64; - - if observed >= required { - Ok(()) - } else { - Err(TxExpectationError::InsufficientInclusions { observed, required }.into()) - } - } -} diff --git a/testing-framework/workflows/src/workloads/transaction/mod.rs b/testing-framework/workflows/src/workloads/transaction/mod.rs deleted file mode 100644 index df5c612..0000000 --- a/testing-framework/workflows/src/workloads/transaction/mod.rs +++ /dev/null @@ -1,5 +0,0 @@ -mod expectation; -mod workload; - -pub use expectation::TxInclusionExpectation; -pub use workload::Workload; diff --git a/testing-framework/workflows/src/workloads/transaction/workload.rs b/testing-framework/workflows/src/workloads/transaction/workload.rs deleted file mode 100644 index af1d991..0000000 --- a/testing-framework/workflows/src/workloads/transaction/workload.rs +++ /dev/null @@ -1,244 +0,0 @@ -use std::{ - collections::{HashMap, VecDeque}, - num::{NonZeroU64, NonZeroUsize}, - sync::Arc, - time::Duration, -}; - -use async_trait::async_trait; -use integration_configs::topology::configs::wallet::WalletAccount; -use nomos_core::mantle::{ - GenesisTx as _, Note, SignedMantleTx, Transaction as _, Utxo, tx_builder::MantleTxBuilder, -}; -use testing_framework_core::{ - scenario::{DynError, Expectation, RunContext, RunMetrics, Workload as ScenarioWorkload}, - topology::{GeneratedNodeConfig, GeneratedTopology}, -}; -use tokio::time::sleep; -use zksign::{PublicKey, SecretKey}; - -use super::expectation::TxInclusionExpectation; -use crate::workloads::util::submit_transaction_via_cluster; - -#[derive(Clone)] -pub struct Workload { - txs_per_block: NonZeroU64, - user_limit: Option, - accounts: Vec, -} - -#[derive(Clone)] -struct WalletInput { - account: WalletAccount, - utxo: Utxo, -} - -#[async_trait] -impl ScenarioWorkload for Workload { - fn name(&self) -> &'static str { - "tx_workload" - } - - fn expectations(&self) -> Vec> { - vec![Box::new(TxInclusionExpectation::new( - self.txs_per_block, - self.user_limit, - ))] - } - - fn init( - &mut self, - descriptors: &GeneratedTopology, - _run_metrics: &RunMetrics, - ) -> Result<(), DynError> { - let wallet_accounts = descriptors.config().wallet().accounts.clone(); - if wallet_accounts.is_empty() { - return Err("transaction workload requires seeded accounts".into()); - } - - let reference_node = descriptors - .validators() - .first() - .or_else(|| descriptors.executors().first()) - .ok_or("transaction workload requires at least one node in the topology")?; - - let utxo_map = wallet_utxo_map(reference_node); - let mut accounts = wallet_accounts - .into_iter() - .filter_map(|account| { - utxo_map - .get(&account.public_key()) - .copied() - .map(|utxo| WalletInput { account, utxo }) - }) - .collect::>(); - - apply_user_limit(&mut accounts, self.user_limit); - - if accounts.is_empty() { - return Err( - "transaction workload could not match any accounts to genesis UTXOs".into(), - ); - } - - self.accounts = accounts; - Ok(()) - } - - async fn start(&self, ctx: &RunContext) -> Result<(), DynError> { - Submission::new(self, ctx)?.execute().await - } -} - -impl Workload { - #[must_use] - pub const fn new(txs_per_block: NonZeroU64) -> Self { - Self { - txs_per_block, - user_limit: None, - accounts: Vec::new(), - } - } - - #[must_use] - pub fn with_rate(txs_per_block: u64) -> Option { - NonZeroU64::new(txs_per_block).map(Self::new) - } - - #[must_use] - pub const fn txs_per_block(&self) -> NonZeroU64 { - self.txs_per_block - } - - #[must_use] - pub const fn with_user_limit(mut self, user_limit: Option) -> Self { - self.user_limit = user_limit; - self - } -} - -impl Default for Workload { - fn default() -> Self { - Self::new(NonZeroU64::new(1).expect("non-zero")) - } -} - -struct Submission<'a> { - plan: VecDeque, - ctx: &'a RunContext, - interval: Duration, -} - -impl<'a> Submission<'a> { - fn new(workload: &Workload, ctx: &'a RunContext) -> Result { - if workload.accounts.is_empty() { - return Err("transaction workload has no available accounts".into()); - } - - let (planned, interval) = - submission_plan(workload.txs_per_block, ctx, workload.accounts.len())?; - - let plan = workload - .accounts - .iter() - .take(planned) - .cloned() - .collect::>(); - - Ok(Self { - plan, - ctx, - interval, - }) - } - - async fn execute(mut self) -> Result<(), DynError> { - while let Some(input) = self.plan.pop_front() { - submit_wallet_transaction(self.ctx, &input).await?; - - if !self.interval.is_zero() { - sleep(self.interval).await; - } - } - - Ok(()) - } -} - -async fn submit_wallet_transaction(ctx: &RunContext, input: &WalletInput) -> Result<(), DynError> { - let signed_tx = Arc::new(build_wallet_transaction(input)?); - submit_transaction_via_cluster(ctx, signed_tx).await -} - -fn build_wallet_transaction(input: &WalletInput) -> Result { - let builder = MantleTxBuilder::new() - .add_ledger_input(input.utxo) - .add_ledger_output(Note::new(input.utxo.note.value, input.account.public_key())); - - let mantle_tx = builder.build(); - let tx_hash = mantle_tx.hash(); - - let signature = SecretKey::multi_sign( - std::slice::from_ref(&input.account.secret_key), - tx_hash.as_ref(), - ) - .map_err(|err| format!("transaction workload could not sign transaction: {err}"))?; - - SignedMantleTx::new(mantle_tx, Vec::new(), signature).map_err(|err| { - format!("transaction workload constructed invalid transaction: {err}").into() - }) -} - -fn wallet_utxo_map(node: &GeneratedNodeConfig) -> HashMap { - let genesis_tx = node.general.consensus_config.genesis_tx.clone(); - let ledger_tx = genesis_tx.mantle_tx().ledger_tx.clone(); - let tx_hash = ledger_tx.hash(); - - ledger_tx - .outputs - .iter() - .enumerate() - .map(|(idx, note)| (note.pk, Utxo::new(tx_hash, idx, *note))) - .collect() -} - -fn apply_user_limit(items: &mut Vec, user_limit: Option) { - if let Some(limit) = user_limit { - let allowed = limit.get().min(items.len()); - items.truncate(allowed); - } -} - -pub(super) fn limited_user_count(user_limit: Option, available: usize) -> usize { - user_limit.map_or(available, |limit| limit.get().min(available)) -} - -pub(super) fn submission_plan( - txs_per_block: NonZeroU64, - ctx: &RunContext, - available_accounts: usize, -) -> Result<(usize, Duration), DynError> { - if available_accounts == 0 { - return Err("transaction workload scheduled zero transactions".into()); - } - - let run_secs = ctx.run_duration().as_secs_f64(); - let block_secs = ctx - .run_metrics() - .block_interval_hint() - .unwrap_or_else(|| ctx.run_duration()) - .as_secs_f64(); - - let expected_blocks = run_secs / block_secs; - let requested = (expected_blocks * txs_per_block.get() as f64) - .floor() - .clamp(0.0, u64::MAX as f64) as u64; - - let planned = requested.min(available_accounts as u64) as usize; - if planned == 0 { - return Err("transaction workload scheduled zero transactions".into()); - } - - let interval = Duration::from_secs_f64(run_secs / planned as f64); - Ok((planned, interval)) -} diff --git a/testing-framework/workflows/src/workloads/util.rs b/testing-framework/workflows/src/workloads/util.rs deleted file mode 100644 index 8229c16..0000000 --- a/testing-framework/workflows/src/workloads/util.rs +++ /dev/null @@ -1,44 +0,0 @@ -use std::sync::Arc; - -use nomos_core::{ - block::Block, - mantle::{ - AuthenticatedMantleTx as _, SignedMantleTx, - ops::{Op, channel::MsgId}, - }, -}; -use testing_framework_core::scenario::{DynError, RunContext}; - -/// Scans a block and invokes the matcher for every operation until it returns -/// `Some(...)`. Returns `None` when no matching operation is found. -pub fn find_channel_op(block: &Block, matcher: &mut F) -> Option -where - F: FnMut(&Op) -> Option, -{ - for tx in block.transactions() { - for op in &tx.mantle_tx().ops { - if let Some(msg_id) = matcher(op) { - return Some(msg_id); - } - } - } - - None -} - -pub async fn submit_transaction_via_cluster( - ctx: &RunContext, - tx: Arc, -) -> Result<(), DynError> { - ctx.cluster_client() - .try_all_clients(|client| { - let tx = Arc::clone(&tx); - Box::pin(async move { - client - .submit_transaction(&tx) - .await - .map_err(|err| -> DynError { err.into() }) - }) - }) - .await -} diff --git a/testnet/Dockerfile b/testnet/Dockerfile deleted file mode 100644 index 9d09786..0000000 --- a/testnet/Dockerfile +++ /dev/null @@ -1,118 +0,0 @@ -# syntax=docker/dockerfile:1 -# check=skip=SecretsUsedInArgOrEnv -# Ignore warnings about sensitive information as this is test data. - -ARG VERSION=v0.3.1 -ARG CIRCUITS_OVERRIDE - -# =========================== -# BUILD IMAGE -# =========================== - -FROM rust:1.91.0-slim-bookworm AS builder - -ARG VERSION -ARG CIRCUITS_OVERRIDE - -LABEL maintainer="augustinas@status.im" \ - source="https://github.com/logos-co/nomos-node" \ - description="Nomos testnet build image" - -WORKDIR /workspace -COPY . . - -# Install dependencies needed for building RocksDB. -RUN apt-get update && apt-get install -yq \ - git gcc g++ clang make cmake m4 xz-utils libgmp-dev libssl-dev pkg-config ca-certificates curl wget file - -RUN mkdir -p /opt/circuits && \ - select_circuits_source() { \ - # Prefer an explicit override when it exists (file or directory). \ - if [ -n "$CIRCUITS_OVERRIDE" ] && [ -e "/workspace/${CIRCUITS_OVERRIDE}" ]; then \ - echo "/workspace/${CIRCUITS_OVERRIDE}"; \ - return 0; \ - fi; \ - # Fall back to the workspace bundle shipped with the repo. \ - if [ -e "/workspace/tests/kzgrs/kzgrs_test_params" ]; then \ - echo "/workspace/tests/kzgrs/kzgrs_test_params"; \ - return 0; \ - fi; \ - return 1; \ - }; \ - if CIRCUITS_PATH="$(select_circuits_source)"; then \ - echo "Using prebuilt circuits bundle from ${CIRCUITS_PATH#/workspace/}"; \ - if [ -d "$CIRCUITS_PATH" ]; then \ - cp -R "${CIRCUITS_PATH}/." /opt/circuits; \ - else \ - cp "${CIRCUITS_PATH}" /opt/circuits/; \ - fi; \ - fi; \ - TARGET_ARCH="$(uname -m)"; \ - if [ -f "/opt/circuits/prover" ]; then \ - PROVER_INFO="$(file -b /opt/circuits/prover || true)"; \ - case "$TARGET_ARCH" in \ - x86_64) EXPECT_ARCH="x86-64" ;; \ - aarch64|arm64) EXPECT_ARCH="aarch64" ;; \ - *) EXPECT_ARCH="$TARGET_ARCH" ;; \ - esac; \ - if [ -n "$PROVER_INFO" ] && ! echo "$PROVER_INFO" | grep -qi "$EXPECT_ARCH"; then \ - echo "Circuits prover architecture ($PROVER_INFO) does not match target ${TARGET_ARCH}; rebuilding rapidsnark binaries"; \ - chmod +x scripts/build-rapidsnark.sh && \ - RAPIDSNARK_FORCE_REBUILD=1 \ - scripts/build-rapidsnark.sh /opt/circuits; \ - fi; \ - fi; \ - if [ ! -f "/opt/circuits/pol/verification_key.json" ]; then \ - echo "Local circuits missing pol artifacts; downloading ${VERSION} bundle and rebuilding"; \ - chmod +x scripts/setup-nomos-circuits.sh && \ - NOMOS_CIRCUITS_REBUILD_RAPIDSNARK=1 \ - RAPIDSNARK_BUILD_GMP=1 \ - scripts/setup-nomos-circuits.sh "$VERSION" "/opt/circuits"; \ - fi - -ENV NOMOS_CIRCUITS=/opt/circuits -ENV CARGO_TARGET_DIR=/workspace/target - -# Fetch the nomos-node sources pinned in Cargo.lock and build the runtime binaries. -RUN git clone https://github.com/logos-co/nomos-node.git /workspace/nomos-node && \ - cd /workspace/nomos-node && \ - git fetch --depth 1 origin 2f60a0372c228968c3526c341ebc7e58bbd178dd && \ - git checkout 2f60a0372c228968c3526c341ebc7e58bbd178dd && \ - cargo build --release --all-features --bins - -# Build cfgsync binaries from this workspace. -RUN cargo build --release --locked --manifest-path /workspace/testnet/cfgsync/Cargo.toml --bins - -# =========================== -# NODE IMAGE -# =========================== - -FROM debian:bookworm-slim - -ARG VERSION - -LABEL maintainer="augustinas@status.im" \ - source="https://github.com/logos-co/nomos-node" \ - description="Nomos node image" - -RUN apt-get update && apt-get install -yq \ - libstdc++6 \ - libgmp10 \ - libgomp1 \ - libssl3 \ - ca-certificates \ - && rm -rf /var/lib/apt/lists/* - -COPY --from=builder /opt/circuits /opt/circuits - -COPY --from=builder /workspace/target/release/nomos-node /usr/bin/nomos-node -COPY --from=builder /workspace/target/release/nomos-executor /usr/bin/nomos-executor -COPY --from=builder /workspace/target/release/nomos-cli /usr/bin/nomos-cli -COPY --from=builder /workspace/target/release/cfgsync-server /usr/bin/cfgsync-server -COPY --from=builder /workspace/target/release/cfgsync-client /usr/bin/cfgsync-client - -ENV NOMOS_CIRCUITS=/opt/circuits - -EXPOSE 3000 8080 9000 60000 - -ENTRYPOINT ["/usr/bin/nomos-node"] diff --git a/testnet/README.md b/testnet/README.md deleted file mode 100644 index 3559b9f..0000000 --- a/testnet/README.md +++ /dev/null @@ -1,60 +0,0 @@ -# Docker Compose Testnet for Nomos - -The Nomos Docker Compose Testnet contains four distinct service types: - -- **Nomos Node Services**: Multiple dynamically spawned Nomos nodes that synchronizes their configuration via cfgsync utility. - -## Building - -Upon making modifications to the codebase or the Dockerfile, the Nomos images must be rebuilt: - -```bash -docker compose build -``` - -## Configuring - -Configuration of the Docker testnet is accomplished using the `.env` file. An example configuration can be found in `.env.example`. - -To adjust the count of Nomos nodes, modify the variable: - -```bash -DOCKER_COMPOSE_LIBP2P_REPLICAS=100 -``` - -## Running - -Initiate the testnet by executing the following command: - -```bash -docker compose up -``` - -This command will merge all output logs and display them in Stdout. For a more refined output, it's recommended to first run: - -```bash -docker compose up -d -``` - -Followed by: - -```bash -docker compose logs -f nomos-node -``` - -## Using testnet - -Bootstrap node is accessible from the host via `3000` and `18080` ports. To expose other nomos nodes, please update `nomos-node` service in the `compose.yml` file with this configuration: - -```bash - nomos-node-0: - ports: - - "3001-3010:3000" # Use range depending on the number of nomos node replicas. - - "18081-18190:18080" -``` - -After running `docker compose up`, the randomly assigned ports can be viewed with `ps` command: - -```bash -docker compose ps -``` diff --git a/testnet/cfgsync.yaml b/testnet/cfgsync.yaml deleted file mode 100644 index 8cd48e5..0000000 --- a/testnet/cfgsync.yaml +++ /dev/null @@ -1,49 +0,0 @@ -port: 4400 -n_hosts: 4 -timeout: 10 - -# ConsensusConfig related parameters -security_param: 10 -active_slot_coeff: 0.9 - -# DaConfig related parameters -subnetwork_size: 2 -dispersal_factor: 2 -num_samples: 1 -num_subnets: 2 -old_blobs_check_interval: "5.0" -blobs_validity_duration: "60.0" -global_params_path: "/kzgrs_test_params" -min_dispersal_peers: 1 -min_replication_peers: 1 -monitor_failure_time_window: "5.0" -balancer_interval: "5.0" -# Dispersal mempool publish strategy -mempool_publish_strategy: !SampleSubnetworks - sample_threshold: 2 - timeout: "2.0" - cooldown: "0.0001" - -replication_settings: - seen_message_cache_size: 204800 - seen_message_ttl: "900.0" -retry_shares_limit: 5 -retry_commitments_limit: 5 - -# Tracing -tracing_settings: - logger: !Loki - endpoint: http://loki:3100/ - host_identifier: node - tracing: !Otlp - endpoint: http://tempo:4317/ - sample_ratio: 0.5 - service_name: node - filter: !EnvFilter - filters: - nomos: debug - metrics: !Otlp - endpoint: http://prometheus:9090/api/v1/otlp/v1/metrics - host_identifier: node - console: None - level: INFO diff --git a/testnet/cfgsync/Cargo.toml b/testnet/cfgsync/Cargo.toml deleted file mode 100644 index e0b5981..0000000 --- a/testnet/cfgsync/Cargo.toml +++ /dev/null @@ -1,38 +0,0 @@ -[package] -categories = { workspace = true } -description = { workspace = true } -edition = { workspace = true } -keywords = { workspace = true } -license = { workspace = true } -name = "cfgsync" -readme = { workspace = true } -repository = { workspace = true } -version = { workspace = true } - -[lints] -workspace = true - -[dependencies] -axum = { default-features = false, features = ["http1", "http2", "json", "tokio"], version = "0.7.5" } -clap = { default-features = false, version = "4" } -groth16 = { workspace = true } -hex = { workspace = true } -integration-configs = { workspace = true } -key-management-system = { workspace = true } -nomos-core = { workspace = true } -nomos-da-network-core = { workspace = true } -nomos-executor = { workspace = true } -nomos-libp2p = { workspace = true } -nomos-node = { workspace = true } -nomos-tracing-service = { workspace = true } -nomos-utils = { workspace = true } -rand = { workspace = true } -reqwest = { workspace = true } -serde = { default-features = false, version = "1" } -serde_json = { default-features = false, version = "1.0" } -serde_path_to_error = "0.1" -serde_with = { workspace = true } -serde_yaml = "0.9" -subnetworks-assignations = { workspace = true } -tokio = { default-features = false, features = ["macros", "net", "rt-multi-thread"], version = "1" } -tracing = { workspace = true } diff --git a/testnet/cfgsync/src/bin/cfgsync-client.rs b/testnet/cfgsync/src/bin/cfgsync-client.rs deleted file mode 100644 index 67a7da7..0000000 --- a/testnet/cfgsync/src/bin/cfgsync-client.rs +++ /dev/null @@ -1,151 +0,0 @@ -use std::{ - collections::{HashMap, HashSet}, - env, fs, - net::Ipv4Addr, - process, - str::FromStr, -}; - -use cfgsync::{ - client::{FetchedConfig, get_config}, - server::ClientIp, -}; -use nomos_executor::config::Config as ExecutorConfig; -use nomos_libp2p::PeerId; -use nomos_node::Config as ValidatorConfig; -use serde::{Serialize, de::DeserializeOwned}; -use subnetworks_assignations::{MembershipCreator, MembershipHandler, SubnetworkId}; - -fn parse_ip(ip_str: &str) -> Ipv4Addr { - ip_str.parse().unwrap_or_else(|_| { - eprintln!("Invalid IP format, defaulting to 127.0.0.1"); - Ipv4Addr::LOCALHOST - }) -} - -fn parse_assignations(raw: &serde_json::Value) -> Option>> { - let assignations = raw - .pointer("/da_network/membership/assignations")? - .as_object()?; - let mut result = HashMap::new(); - - for (subnetwork, peers) in assignations { - let subnetwork_id = SubnetworkId::from_str(subnetwork).ok()?; - let mut members = HashSet::new(); - - for peer in peers.as_array()? { - if let Some(peer) = peer.as_str().and_then(|p| PeerId::from_str(p).ok()) { - members.insert(peer); - } - } - - result.insert(subnetwork_id, members); - } - - Some(result) -} - -fn apply_da_assignations< - Membership: MembershipCreator + MembershipHandler, ->( - membership: &Membership, - assignations: HashMap>, -) -> Membership { - let session_id = membership.session_id(); - membership.init(session_id, assignations) -} - -async fn pull_to_file( - payload: ClientIp, - url: &str, - config_file: &str, - apply_membership: F, -) -> Result<(), String> -where - Config: Serialize + DeserializeOwned, - F: FnOnce(&mut Config, HashMap>), -{ - let FetchedConfig { mut config, raw } = get_config::(payload, url).await?; - - if let Some(assignations) = parse_assignations(&raw) { - apply_membership(&mut config, assignations); - } - - let yaml = serde_yaml::to_string(&config) - .map_err(|err| format!("Failed to serialize config to YAML: {err}"))?; - - fs::write(config_file, yaml).map_err(|err| format!("Failed to write config to file: {err}"))?; - - println!("Config saved to {config_file}"); - Ok(()) -} - -#[tokio::main] -async fn main() { - let config_file_path = env::var("CFG_FILE_PATH").unwrap_or_else(|_| "config.yaml".to_owned()); - let server_addr = - env::var("CFG_SERVER_ADDR").unwrap_or_else(|_| "http://127.0.0.1:4400".to_owned()); - let ip = parse_ip(&env::var("CFG_HOST_IP").unwrap_or_else(|_| "127.0.0.1".to_owned())); - let identifier = - env::var("CFG_HOST_IDENTIFIER").unwrap_or_else(|_| "unidentified-node".to_owned()); - - let host_kind = env::var("CFG_HOST_KIND").unwrap_or_else(|_| "validator".to_owned()); - - let network_port = env::var("CFG_NETWORK_PORT") - .ok() - .and_then(|v| v.parse().ok()); - let da_port = env::var("CFG_DA_PORT").ok().and_then(|v| v.parse().ok()); - let blend_port = env::var("CFG_BLEND_PORT").ok().and_then(|v| v.parse().ok()); - let api_port = env::var("CFG_API_PORT").ok().and_then(|v| v.parse().ok()); - let testing_http_port = env::var("CFG_TESTING_HTTP_PORT") - .ok() - .and_then(|v| v.parse().ok()); - - let payload = ClientIp { - ip, - identifier, - network_port, - da_port, - blend_port, - api_port, - testing_http_port, - }; - - let node_config_endpoint = match host_kind.as_str() { - "executor" => format!("{server_addr}/executor"), - _ => format!("{server_addr}/validator"), - }; - - let config_result = match host_kind.as_str() { - "executor" => { - pull_to_file::( - payload, - &node_config_endpoint, - &config_file_path, - |config, assignations| { - config.da_network.membership = - apply_da_assignations(&config.da_network.membership, assignations); - }, - ) - .await - } - _ => { - pull_to_file::( - payload, - &node_config_endpoint, - &config_file_path, - |config, assignations| { - config.da_network.membership = - apply_da_assignations(&config.da_network.membership, assignations); - }, - ) - .await - } - }; - - // Handle error if the config request fails - if let Err(err) = config_result { - eprintln!("Error: {err}"); - process::exit(1); - } -} diff --git a/testnet/cfgsync/src/bin/cfgsync-server.rs b/testnet/cfgsync/src/bin/cfgsync-server.rs deleted file mode 100644 index 0602e76..0000000 --- a/testnet/cfgsync/src/bin/cfgsync-server.rs +++ /dev/null @@ -1,29 +0,0 @@ -use std::{path::PathBuf, process}; - -use cfgsync::server::{CfgSyncConfig, cfgsync_app}; -use clap::Parser; -use tokio::net::TcpListener; - -#[derive(Parser, Debug)] -#[command(about = "CfgSync")] -struct Args { - config: PathBuf, -} - -#[tokio::main] -async fn main() { - let cli = Args::parse(); - - let config = CfgSyncConfig::load_from_file(&cli.config).unwrap_or_else(|err| { - eprintln!("{err}"); - process::exit(1); - }); - - let port = config.port; - let app = cfgsync_app(config.into()); - - println!("Server running on http://0.0.0.0:{port}"); - let listener = TcpListener::bind(&format!("0.0.0.0:{port}")).await.unwrap(); - - axum::serve(listener, app).await.unwrap(); -} diff --git a/testnet/cfgsync/src/client.rs b/testnet/cfgsync/src/client.rs deleted file mode 100644 index 6e26c89..0000000 --- a/testnet/cfgsync/src/client.rs +++ /dev/null @@ -1,46 +0,0 @@ -use reqwest::{Client, Response}; -use serde::de::DeserializeOwned; - -use crate::server::ClientIp; - -#[derive(Debug)] -pub struct FetchedConfig { - pub config: Config, - pub raw: serde_json::Value, -} - -async fn deserialize_response( - response: Response, -) -> Result, String> { - let body = response - .text() - .await - .map_err(|error| format!("Failed to read response body: {error}"))?; - let raw: serde_json::Value = - serde_json::from_str(&body).map_err(|error| format!("Failed to parse body: {error}"))?; - let mut json_deserializer = serde_json::Deserializer::from_str(&body); - let config = serde_path_to_error::deserialize(&mut json_deserializer) - .map_err(|error| format!("Failed to deserialize body: {error}, raw body: {body}"))?; - - Ok(FetchedConfig { config, raw }) -} - -pub async fn get_config( - payload: ClientIp, - url: &str, -) -> Result, String> { - let client = Client::new(); - - let response = client - .post(url) - .json(&payload) - .send() - .await - .map_err(|err| format!("Failed to send IP announcement: {err}"))?; - - if !response.status().is_success() { - return Err(format!("Server error: {:?}", response.status())); - } - - deserialize_response(response).await -} diff --git a/testnet/cfgsync/src/config.rs b/testnet/cfgsync/src/config.rs deleted file mode 100644 index 45e7c73..0000000 --- a/testnet/cfgsync/src/config.rs +++ /dev/null @@ -1,518 +0,0 @@ -use std::{collections::HashMap, net::Ipv4Addr, str::FromStr as _}; - -use groth16::fr_to_bytes; -use hex; -use integration_configs::topology::configs::{ - GeneralConfig, - api::GeneralApiConfig, - blend::{GeneralBlendConfig, create_blend_configs}, - bootstrap::{SHORT_PROLONGED_BOOTSTRAP_PERIOD, create_bootstrap_configs}, - consensus::{ - ConsensusParams, GeneralConsensusConfig, ProviderInfo, create_consensus_configs, - create_genesis_tx_with_declarations, - }, - da::{DaParams, GeneralDaConfig, create_da_configs}, - network::{NetworkParams, create_network_configs}, - time::default_time_config, - tracing::GeneralTracingConfig, - wallet::WalletConfig, -}; -use key_management_system::{ - backend::preload::PreloadKMSBackendSettings, - keys::{Ed25519Key, Key, ZkKey}, -}; -use nomos_core::{ - mantle::GenesisTx as _, - sdp::{Locator, ServiceType}, -}; -use nomos_libp2p::{Multiaddr, PeerId, Protocol, ed25519}; -use nomos_tracing_service::{LoggerLayer, MetricsLayer, TracingLayer, TracingSettings}; -use nomos_utils::net::get_available_udp_port; -use rand::{Rng as _, thread_rng}; - -const DEFAULT_LIBP2P_NETWORK_PORT: u16 = 3000; -const DEFAULT_DA_NETWORK_PORT: u16 = 3300; -const DEFAULT_BLEND_PORT: u16 = 3400; -const DEFAULT_API_PORT: u16 = 18080; - -#[derive(Copy, Clone, Eq, PartialEq, Hash)] -pub enum HostKind { - Validator, - Executor, -} - -#[derive(Eq, PartialEq, Hash, Clone)] -pub struct Host { - pub kind: HostKind, - pub ip: Ipv4Addr, - pub identifier: String, - pub network_port: u16, - pub da_network_port: u16, - pub blend_port: u16, - pub api_port: u16, - pub testing_http_port: u16, -} - -#[derive(Clone, Copy)] -pub struct PortOverrides { - pub network_port: Option, - pub da_network_port: Option, - pub blend_port: Option, - pub api_port: Option, - pub testing_http_port: Option, -} - -impl Host { - fn from_parts(kind: HostKind, ip: Ipv4Addr, identifier: String, ports: PortOverrides) -> Self { - Self { - kind, - ip, - identifier, - network_port: ports.network_port.unwrap_or(DEFAULT_LIBP2P_NETWORK_PORT), - da_network_port: ports.da_network_port.unwrap_or(DEFAULT_DA_NETWORK_PORT), - blend_port: ports.blend_port.unwrap_or(DEFAULT_BLEND_PORT), - api_port: ports.api_port.unwrap_or(DEFAULT_API_PORT), - testing_http_port: ports.testing_http_port.unwrap_or(DEFAULT_API_PORT + 1), - } - } - - #[must_use] - pub fn validator_from_ip(ip: Ipv4Addr, identifier: String, ports: PortOverrides) -> Self { - Self::from_parts(HostKind::Validator, ip, identifier, ports) - } - - #[must_use] - pub fn executor_from_ip(ip: Ipv4Addr, identifier: String, ports: PortOverrides) -> Self { - Self::from_parts(HostKind::Executor, ip, identifier, ports) - } -} - -#[must_use] -pub fn create_node_configs( - consensus_params: &ConsensusParams, - da_params: &DaParams, - tracing_settings: &TracingSettings, - wallet_config: &WalletConfig, - ids: Option>, - da_ports: Option>, - blend_ports: Option>, - hosts: Vec, -) -> HashMap { - let mut hosts = hosts; - hosts.sort_by_key(|host| { - let index = host - .identifier - .rsplit('-') - .next() - .and_then(|raw| raw.parse::().ok()) - .unwrap_or(0); - let kind = match host.kind { - HostKind::Validator => 0, - HostKind::Executor => 1, - }; - (kind, index) - }); - - assert_eq!( - hosts.len(), - consensus_params.n_participants, - "host count must match consensus participants" - ); - - let ids = ids.unwrap_or_else(|| { - let mut generated = vec![[0; 32]; consensus_params.n_participants]; - for id in &mut generated { - thread_rng().fill(id); - } - generated - }); - assert_eq!( - ids.len(), - consensus_params.n_participants, - "pre-generated ids must match participant count" - ); - - let ports = da_ports.unwrap_or_else(|| { - (0..consensus_params.n_participants) - .map(|_| get_available_udp_port().unwrap()) - .collect() - }); - assert_eq!( - ports.len(), - consensus_params.n_participants, - "da port list must match participant count" - ); - - let blend_ports = blend_ports.unwrap_or_else(|| hosts.iter().map(|h| h.blend_port).collect()); - assert_eq!( - blend_ports.len(), - consensus_params.n_participants, - "blend port list must match participant count" - ); - - let mut consensus_configs = create_consensus_configs(&ids, consensus_params, wallet_config); - let bootstrap_configs = create_bootstrap_configs(&ids, SHORT_PROLONGED_BOOTSTRAP_PERIOD); - let da_configs = create_da_configs(&ids, da_params, &ports); - let network_configs = create_network_configs(&ids, &NetworkParams::default()); - let blend_configs = create_blend_configs(&ids, &blend_ports); - let api_configs = hosts - .iter() - .map(|host| GeneralApiConfig { - address: format!("0.0.0.0:{}", host.api_port).parse().unwrap(), - testing_http_address: format!("0.0.0.0:{}", host.testing_http_port) - .parse() - .unwrap(), - }) - .collect::>(); - let mut configured_hosts = HashMap::new(); - - let initial_peer_templates: Vec> = network_configs - .iter() - .map(|cfg| cfg.backend.initial_peers.clone()) - .collect(); - let original_network_ports: Vec = network_configs - .iter() - .map(|cfg| cfg.backend.inner.port) - .collect(); - let peer_ids: Vec = ids - .iter() - .map(|bytes| { - let mut key_bytes = *bytes; - let secret = - ed25519::SecretKey::try_from_bytes(&mut key_bytes).expect("valid ed25519 key"); - PeerId::from_public_key(&ed25519::Keypair::from(secret).public().into()) - }) - .collect(); - - let host_network_init_peers = rewrite_initial_peers( - &initial_peer_templates, - &original_network_ports, - &hosts, - &peer_ids, - ); - - let providers = create_providers(&hosts, &consensus_configs, &blend_configs, &da_configs); - - // Update genesis TX to contain Blend and DA providers. - let ledger_tx = consensus_configs[0] - .genesis_tx - .mantle_tx() - .ledger_tx - .clone(); - let genesis_tx = create_genesis_tx_with_declarations(ledger_tx, providers); - for c in &mut consensus_configs { - c.genesis_tx = genesis_tx.clone(); - } - - // Set Blend and DA keys in KMS of each node config. - let kms_configs = create_kms_configs(&blend_configs, &da_configs); - - for (i, host) in hosts.into_iter().enumerate() { - let consensus_config = consensus_configs[i].clone(); - let api_config = api_configs[i].clone(); - - // DA Libp2p network config. - let mut da_config = da_configs[i].clone(); - da_config.listening_address = Multiaddr::from_str(&format!( - "/ip4/0.0.0.0/udp/{}/quic-v1", - host.da_network_port, - )) - .unwrap(); - if matches!(host.kind, HostKind::Validator) { - da_config.policy_settings.min_dispersal_peers = 0; - } - - // Libp2p network config. - let mut network_config = network_configs[i].clone(); - network_config.backend.inner.host = Ipv4Addr::from_str("0.0.0.0").unwrap(); - network_config.backend.inner.port = host.network_port; - network_config.backend.initial_peers = host_network_init_peers[i].clone(); - network_config.backend.inner.nat_config = nomos_libp2p::NatSettings::Static { - external_address: Multiaddr::from_str(&format!( - "/ip4/{}/udp/{}/quic-v1", - host.ip, host.network_port - )) - .unwrap(), - }; - - // Blend network config. - let mut blend_config = blend_configs[i].clone(); - blend_config.backend_core.listening_address = - Multiaddr::from_str(&format!("/ip4/0.0.0.0/udp/{}/quic-v1", host.blend_port)).unwrap(); - - // Tracing config. - let tracing_config = - update_tracing_identifier(tracing_settings.clone(), host.identifier.clone()); - - // Time config - let time_config = default_time_config(); - - configured_hosts.insert( - host.clone(), - GeneralConfig { - consensus_config, - bootstrapping_config: bootstrap_configs[i].clone(), - da_config, - network_config, - blend_config, - api_config, - tracing_config, - time_config, - kms_config: kms_configs[i].clone(), - }, - ); - } - - configured_hosts -} - -fn create_providers( - hosts: &[Host], - consensus_configs: &[GeneralConsensusConfig], - blend_configs: &[GeneralBlendConfig], - da_configs: &[GeneralDaConfig], -) -> Vec { - let mut providers: Vec<_> = da_configs - .iter() - .enumerate() - .map(|(i, da_conf)| ProviderInfo { - service_type: ServiceType::DataAvailability, - provider_sk: da_conf.signer.clone(), - zk_sk: da_conf.secret_zk_key.clone(), - locator: Locator( - Multiaddr::from_str(&format!( - "/ip4/{}/udp/{}/quic-v1", - hosts[i].ip, hosts[i].da_network_port - )) - .unwrap(), - ), - note: consensus_configs[0].da_notes[i].clone(), - }) - .collect(); - providers.extend(blend_configs.iter().enumerate().map(|(i, blend_conf)| { - ProviderInfo { - service_type: ServiceType::BlendNetwork, - provider_sk: blend_conf.signer.clone(), - zk_sk: blend_conf.secret_zk_key.clone(), - locator: Locator( - Multiaddr::from_str(&format!( - "/ip4/{}/udp/{}/quic-v1", - hosts[i].ip, hosts[i].blend_port - )) - .unwrap(), - ), - note: consensus_configs[0].blend_notes[i].clone(), - } - })); - - providers -} - -fn rewrite_initial_peers( - templates: &[Vec], - original_ports: &[u16], - hosts: &[Host], - peer_ids: &[PeerId], -) -> Vec> { - templates - .iter() - .enumerate() - .map(|(node_idx, peers)| { - peers - .iter() - .filter_map(|addr| find_matching_host(addr, original_ports)) - .filter(|&peer_idx| peer_idx != node_idx) - .map(|peer_idx| { - Multiaddr::from_str(&format!( - "/ip4/{}/udp/{}/quic-v1/p2p/{}", - hosts[peer_idx].ip, hosts[peer_idx].network_port, peer_ids[peer_idx] - )) - .expect("valid peer multiaddr") - }) - .collect() - }) - .collect() -} - -fn find_matching_host(addr: &Multiaddr, original_ports: &[u16]) -> Option { - extract_udp_port(addr).and_then(|port| { - original_ports - .iter() - .position(|candidate| *candidate == port) - }) -} - -fn extract_udp_port(addr: &Multiaddr) -> Option { - addr.iter().find_map(|protocol| { - if let Protocol::Udp(port) = protocol { - Some(port) - } else { - None - } - }) -} - -fn update_tracing_identifier( - settings: TracingSettings, - identifier: String, -) -> GeneralTracingConfig { - GeneralTracingConfig { - tracing_settings: TracingSettings { - logger: match settings.logger { - LoggerLayer::Loki(mut config) => { - config.host_identifier.clone_from(&identifier); - LoggerLayer::Loki(config) - } - other => other, - }, - tracing: match settings.tracing { - TracingLayer::Otlp(mut config) => { - config.service_name.clone_from(&identifier); - TracingLayer::Otlp(config) - } - other @ TracingLayer::None => other, - }, - filter: settings.filter, - metrics: match settings.metrics { - MetricsLayer::Otlp(mut config) => { - config.host_identifier = identifier; - MetricsLayer::Otlp(config) - } - other @ MetricsLayer::None => other, - }, - console: settings.console, - level: settings.level, - }, - } -} - -fn create_kms_configs( - blend_configs: &[GeneralBlendConfig], - da_configs: &[GeneralDaConfig], -) -> Vec { - da_configs - .iter() - .zip(blend_configs.iter()) - .map(|(da_conf, blend_conf)| PreloadKMSBackendSettings { - keys: [ - ( - hex::encode(blend_conf.signer.verifying_key().as_bytes()), - Key::Ed25519(Ed25519Key::new(blend_conf.signer.clone())), - ), - ( - hex::encode(fr_to_bytes( - &blend_conf.secret_zk_key.to_public_key().into_inner(), - )), - Key::Zk(ZkKey::new(blend_conf.secret_zk_key.clone())), - ), - ( - hex::encode(da_conf.signer.verifying_key().as_bytes()), - Key::Ed25519(Ed25519Key::new(da_conf.signer.clone())), - ), - ( - hex::encode(fr_to_bytes( - &da_conf.secret_zk_key.to_public_key().into_inner(), - )), - Key::Zk(ZkKey::new(da_conf.secret_zk_key.clone())), - ), - ] - .into(), - }) - .collect() -} - -#[cfg(test)] -mod cfgsync_tests { - use std::{net::Ipv4Addr, num::NonZero, str::FromStr as _, time::Duration}; - - use integration_configs::topology::configs::{ - consensus::ConsensusParams, da::DaParams, wallet::WalletConfig, - }; - use nomos_da_network_core::swarm::{ - DAConnectionMonitorSettings, DAConnectionPolicySettings, ReplicationConfig, - }; - use nomos_libp2p::{Multiaddr, Protocol}; - use nomos_tracing_service::{ - ConsoleLayer, FilterLayer, LoggerLayer, MetricsLayer, TracingLayer, TracingSettings, - }; - use tracing::Level; - - use super::{Host, HostKind, create_node_configs}; - - #[test] - fn basic_ip_list() { - let hosts = (0..10) - .map(|i| Host { - kind: HostKind::Validator, - ip: Ipv4Addr::from_str(&format!("10.1.1.{i}")).unwrap(), - identifier: "node".into(), - network_port: 3000, - da_network_port: 4044, - blend_port: 5000, - api_port: 18080, - testing_http_port: 18081, - }) - .collect(); - - let configs = create_node_configs( - &ConsensusParams { - n_participants: 10, - security_param: NonZero::new(10).unwrap(), - active_slot_coeff: 0.9, - }, - &DaParams { - subnetwork_size: 2, - dispersal_factor: 1, - num_samples: 1, - num_subnets: 2, - old_blobs_check_interval: Duration::from_secs(5), - blobs_validity_duration: Duration::from_secs(u64::MAX), - global_params_path: String::new(), - policy_settings: DAConnectionPolicySettings::default(), - monitor_settings: DAConnectionMonitorSettings::default(), - balancer_interval: Duration::ZERO, - redial_cooldown: Duration::ZERO, - replication_settings: ReplicationConfig { - seen_message_cache_size: 0, - seen_message_ttl: Duration::ZERO, - }, - subnets_refresh_interval: Duration::from_secs(1), - retry_shares_limit: 1, - retry_commitments_limit: 1, - }, - &TracingSettings { - logger: LoggerLayer::None, - tracing: TracingLayer::None, - filter: FilterLayer::None, - metrics: MetricsLayer::None, - console: ConsoleLayer::None, - level: Level::DEBUG, - }, - &WalletConfig::default(), - None, - None, - None, - hosts, - ); - - for (host, config) in &configs { - let network_port = config.network_config.backend.inner.port; - let da_network_port = extract_port(&config.da_config.listening_address); - let blend_port = extract_port(&config.blend_config.backend_core.listening_address); - - assert_eq!(network_port, host.network_port); - assert_eq!(da_network_port, host.da_network_port); - assert_eq!(blend_port, host.blend_port); - } - } - - fn extract_port(multiaddr: &Multiaddr) -> u16 { - multiaddr - .iter() - .find_map(|protocol| match protocol { - Protocol::Udp(port) => Some(port), - _ => None, - }) - .unwrap() - } -} diff --git a/testnet/cfgsync/src/lib.rs b/testnet/cfgsync/src/lib.rs deleted file mode 100644 index f4662d8..0000000 --- a/testnet/cfgsync/src/lib.rs +++ /dev/null @@ -1,4 +0,0 @@ -pub mod client; -pub mod config; -pub mod repo; -pub mod server; diff --git a/testnet/cfgsync/src/repo.rs b/testnet/cfgsync/src/repo.rs deleted file mode 100644 index 63013f3..0000000 --- a/testnet/cfgsync/src/repo.rs +++ /dev/null @@ -1,141 +0,0 @@ -use std::{ - collections::HashMap, - sync::{Arc, Mutex}, - time::Duration, -}; - -use integration_configs::topology::configs::{ - GeneralConfig, consensus::ConsensusParams, da::DaParams, wallet::WalletConfig, -}; -use nomos_tracing_service::TracingSettings; -use tokio::{sync::oneshot::Sender, time::timeout}; - -use crate::{ - config::{Host, create_node_configs}, - server::CfgSyncConfig, -}; - -pub enum RepoResponse { - Config(Box), - Timeout, -} - -pub struct ConfigRepo { - waiting_hosts: Mutex>>, - n_hosts: usize, - consensus_params: ConsensusParams, - da_params: DaParams, - tracing_settings: TracingSettings, - wallet_config: WalletConfig, - timeout_duration: Duration, - ids: Option>, - da_ports: Option>, - blend_ports: Option>, -} - -impl From for Arc { - fn from(config: CfgSyncConfig) -> Self { - let consensus_params = config.to_consensus_params(); - let da_params = config.to_da_params(); - let tracing_settings = config.to_tracing_settings(); - let wallet_config = config.wallet_config(); - let ids = config.ids; - let da_ports = config.da_ports; - let blend_ports = config.blend_ports; - - ConfigRepo::new( - config.n_hosts, - consensus_params, - da_params, - tracing_settings, - wallet_config, - ids, - da_ports, - blend_ports, - Duration::from_secs(config.timeout), - ) - } -} - -impl ConfigRepo { - #[must_use] - pub fn new( - n_hosts: usize, - consensus_params: ConsensusParams, - da_params: DaParams, - tracing_settings: TracingSettings, - wallet_config: WalletConfig, - ids: Option>, - da_ports: Option>, - blend_ports: Option>, - timeout_duration: Duration, - ) -> Arc { - let repo = Arc::new(Self { - waiting_hosts: Mutex::new(HashMap::new()), - n_hosts, - consensus_params, - da_params, - tracing_settings, - wallet_config, - ids, - da_ports, - blend_ports, - timeout_duration, - }); - - let repo_clone = Arc::clone(&repo); - tokio::spawn(async move { - repo_clone.run().await; - }); - - repo - } - - pub fn register(&self, host: Host, reply_tx: Sender) { - let mut waiting_hosts = self.waiting_hosts.lock().unwrap(); - waiting_hosts.insert(host, reply_tx); - } - - async fn run(&self) { - let timeout_duration = self.timeout_duration; - - if timeout(timeout_duration, self.wait_for_hosts()).await == Ok(()) { - println!("All hosts have announced their IPs"); - - let mut waiting_hosts = self.waiting_hosts.lock().unwrap(); - let hosts = waiting_hosts.keys().cloned().collect(); - - let configs = create_node_configs( - &self.consensus_params, - &self.da_params, - &self.tracing_settings, - &self.wallet_config, - self.ids.clone(), - self.da_ports.clone(), - self.blend_ports.clone(), - hosts, - ); - - for (host, sender) in waiting_hosts.drain() { - let config = configs.get(&host).expect("host should have a config"); - let _ = sender.send(RepoResponse::Config(Box::new(config.to_owned()))); - } - } else { - println!("Timeout: Not all hosts announced within the time limit"); - - let mut waiting_hosts = self.waiting_hosts.lock().unwrap(); - for (_, sender) in waiting_hosts.drain() { - let _ = sender.send(RepoResponse::Timeout); - } - } - } - - async fn wait_for_hosts(&self) { - loop { - if self.waiting_hosts.lock().unwrap().len() >= self.n_hosts { - break; - } - tokio::time::sleep(Duration::from_secs(1)).await; - } - } -} diff --git a/testnet/cfgsync/src/server.rs b/testnet/cfgsync/src/server.rs deleted file mode 100644 index 0f66f5e..0000000 --- a/testnet/cfgsync/src/server.rs +++ /dev/null @@ -1,297 +0,0 @@ -use std::{fs, net::Ipv4Addr, num::NonZero, path::PathBuf, sync::Arc, time::Duration}; - -use axum::{Json, Router, extract::State, http::StatusCode, response::IntoResponse, routing::post}; -use integration_configs::{ - nodes::{executor::create_executor_config, validator::create_validator_config}, - topology::configs::{consensus::ConsensusParams, da::DaParams, wallet::WalletConfig}, -}; -use nomos_da_network_core::swarm::{ - DAConnectionMonitorSettings, DAConnectionPolicySettings, ReplicationConfig, -}; -use nomos_tracing_service::TracingSettings; -use nomos_utils::bounded_duration::{MinimalBoundedDuration, SECOND}; -use serde::{Deserialize, Serialize}; -use serde_json::json; -use serde_with::serde_as; -use subnetworks_assignations::MembershipHandler; -use tokio::sync::oneshot::channel; - -use crate::{ - config::{Host, PortOverrides}, - repo::{ConfigRepo, RepoResponse}, -}; - -#[serde_as] -#[derive(Debug, Deserialize)] -pub struct CfgSyncConfig { - pub port: u16, - pub n_hosts: usize, - pub timeout: u64, - - // ConsensusConfig related parameters - pub security_param: NonZero, - pub active_slot_coeff: f64, - pub wallet: WalletConfig, - #[serde(default)] - pub ids: Option>, - #[serde(default)] - pub da_ports: Option>, - #[serde(default)] - pub blend_ports: Option>, - - // DaConfig related parameters - pub subnetwork_size: usize, - pub dispersal_factor: usize, - pub num_samples: u16, - pub num_subnets: u16, - #[serde_as(as = "MinimalBoundedDuration<0, SECOND>")] - pub old_blobs_check_interval: Duration, - #[serde_as(as = "MinimalBoundedDuration<0, SECOND>")] - pub blobs_validity_duration: Duration, - pub global_params_path: String, - pub min_dispersal_peers: usize, - pub min_replication_peers: usize, - #[serde_as(as = "MinimalBoundedDuration<0, SECOND>")] - pub monitor_failure_time_window: Duration, - #[serde_as(as = "MinimalBoundedDuration<0, SECOND>")] - pub balancer_interval: Duration, - pub replication_settings: ReplicationConfig, - pub retry_shares_limit: usize, - pub retry_commitments_limit: usize, - - // Tracing params - pub tracing_settings: TracingSettings, -} - -impl CfgSyncConfig { - pub fn load_from_file(file_path: &PathBuf) -> Result { - let config_content = fs::read_to_string(file_path) - .map_err(|err| format!("Failed to read config file: {err}"))?; - serde_yaml::from_str(&config_content) - .map_err(|err| format!("Failed to parse config file: {err}")) - } - - #[must_use] - pub const fn to_consensus_params(&self) -> ConsensusParams { - ConsensusParams { - n_participants: self.n_hosts, - security_param: self.security_param, - active_slot_coeff: self.active_slot_coeff, - } - } - - #[must_use] - pub fn to_da_params(&self) -> DaParams { - DaParams { - subnetwork_size: self.subnetwork_size, - dispersal_factor: self.dispersal_factor, - num_samples: self.num_samples, - num_subnets: self.num_subnets, - old_blobs_check_interval: self.old_blobs_check_interval, - blobs_validity_duration: self.blobs_validity_duration, - global_params_path: self.global_params_path.clone(), - policy_settings: DAConnectionPolicySettings { - min_dispersal_peers: self.min_dispersal_peers, - min_replication_peers: self.min_replication_peers, - max_dispersal_failures: 3, - max_sampling_failures: 3, - max_replication_failures: 3, - malicious_threshold: 10, - }, - monitor_settings: DAConnectionMonitorSettings { - failure_time_window: self.monitor_failure_time_window, - ..Default::default() - }, - balancer_interval: self.balancer_interval, - redial_cooldown: Duration::ZERO, - replication_settings: self.replication_settings, - subnets_refresh_interval: Duration::from_secs(30), - retry_shares_limit: self.retry_shares_limit, - retry_commitments_limit: self.retry_commitments_limit, - } - } - - #[must_use] - pub fn to_tracing_settings(&self) -> TracingSettings { - self.tracing_settings.clone() - } - - #[must_use] - pub fn wallet_config(&self) -> WalletConfig { - self.wallet.clone() - } -} - -#[derive(Serialize, Deserialize)] -pub struct ClientIp { - pub ip: Ipv4Addr, - pub identifier: String, - #[serde(default)] - pub network_port: Option, - #[serde(default)] - pub da_port: Option, - #[serde(default)] - pub blend_port: Option, - #[serde(default)] - pub api_port: Option, - #[serde(default)] - pub testing_http_port: Option, -} - -async fn validator_config( - State(config_repo): State>, - Json(payload): Json, -) -> impl IntoResponse { - let ClientIp { - ip, - identifier, - network_port, - da_port, - blend_port, - api_port, - testing_http_port, - } = payload; - let ports = PortOverrides { - network_port, - da_network_port: da_port, - blend_port, - api_port, - testing_http_port, - }; - - let (reply_tx, reply_rx) = channel(); - config_repo.register(Host::validator_from_ip(ip, identifier, ports), reply_tx); - - (reply_rx.await).map_or_else( - |_| (StatusCode::INTERNAL_SERVER_ERROR, "Error receiving config").into_response(), - |config_response| match config_response { - RepoResponse::Config(config) => { - let config = create_validator_config(*config); - let mut value = - serde_json::to_value(&config).expect("validator config should serialize"); - inject_defaults(&mut value); - override_api_ports(&mut value, &ports); - inject_da_assignations(&mut value, &config.da_network.membership); - override_min_session_members(&mut value); - (StatusCode::OK, Json(value)).into_response() - } - RepoResponse::Timeout => (StatusCode::REQUEST_TIMEOUT).into_response(), - }, - ) -} - -async fn executor_config( - State(config_repo): State>, - Json(payload): Json, -) -> impl IntoResponse { - let ClientIp { - ip, - identifier, - network_port, - da_port, - blend_port, - api_port, - testing_http_port, - } = payload; - let ports = PortOverrides { - network_port, - da_network_port: da_port, - blend_port, - api_port, - testing_http_port, - }; - - let (reply_tx, reply_rx) = channel(); - config_repo.register(Host::executor_from_ip(ip, identifier, ports), reply_tx); - - (reply_rx.await).map_or_else( - |_| (StatusCode::INTERNAL_SERVER_ERROR, "Error receiving config").into_response(), - |config_response| match config_response { - RepoResponse::Config(config) => { - let config = create_executor_config(*config); - let mut value = - serde_json::to_value(&config).expect("executor config should serialize"); - inject_defaults(&mut value); - override_api_ports(&mut value, &ports); - inject_da_assignations(&mut value, &config.da_network.membership); - override_min_session_members(&mut value); - (StatusCode::OK, Json(value)).into_response() - } - RepoResponse::Timeout => (StatusCode::REQUEST_TIMEOUT).into_response(), - }, - ) -} - -pub fn cfgsync_app(config_repo: Arc) -> Router { - Router::new() - .route("/validator", post(validator_config)) - .route("/executor", post(executor_config)) - .with_state(config_repo) -} - -fn override_api_ports(config: &mut serde_json::Value, ports: &PortOverrides) { - if let Some(api_port) = ports.api_port { - if let Some(address) = config.pointer_mut("/http/backend_settings/address") { - *address = json!(format!("0.0.0.0:{api_port}")); - } - } - - if let Some(testing_port) = ports.testing_http_port { - if let Some(address) = config.pointer_mut("/testing_http/backend_settings/address") { - *address = json!(format!("0.0.0.0:{testing_port}")); - } - } -} - -fn inject_da_assignations( - config: &mut serde_json::Value, - membership: &nomos_node::NomosDaMembership, -) { - let assignations: std::collections::HashMap> = membership - .subnetworks() - .into_iter() - .map(|(subnet_id, members)| { - ( - subnet_id.to_string(), - members.into_iter().map(|peer| peer.to_string()).collect(), - ) - }) - .collect(); - - if let Some(membership) = config.pointer_mut("/da_network/membership") { - if let Some(map) = membership.as_object_mut() { - map.insert("assignations".to_string(), serde_json::json!(assignations)); - } - } -} - -fn override_min_session_members(config: &mut serde_json::Value) { - if let Some(value) = config.pointer_mut("/da_network/min_session_members") { - *value = serde_json::json!(1); - } -} - -fn inject_defaults(config: &mut serde_json::Value) { - if let Some(cryptarchia) = config - .get_mut("cryptarchia") - .and_then(|v| v.as_object_mut()) - { - let bootstrap = cryptarchia - .entry("bootstrap") - .or_insert_with(|| serde_json::json!({})); - if let Some(bootstrap_map) = bootstrap.as_object_mut() { - bootstrap_map - .entry("ibd") - .or_insert_with(|| serde_json::json!({ "peers": [], "delay_before_new_download": { "secs": 10, "nanos": 0 } })); - } - - cryptarchia - .entry("network_adapter_settings") - .or_insert_with(|| serde_json::json!({ "topic": "/cryptarchia/proto" })); - cryptarchia.entry("sync").or_insert_with(|| { - serde_json::json!({ - "orphan": { "max_orphan_cache_size": 5 } - }) - }); - } -} diff --git a/testnet/monitoring/grafana/dashboards.yml b/testnet/monitoring/grafana/dashboards.yml deleted file mode 100644 index 95a6604..0000000 --- a/testnet/monitoring/grafana/dashboards.yml +++ /dev/null @@ -1,8 +0,0 @@ -apiVersion: 1 -providers: - - name: 'default' - orgId: 1 - folder: '' - type: 'file' - options: - path: '/var/lib/grafana/dashboards' diff --git a/testnet/monitoring/grafana/dashboards/testnet_metrics.json b/testnet/monitoring/grafana/dashboards/testnet_metrics.json deleted file mode 100644 index 454c260..0000000 --- a/testnet/monitoring/grafana/dashboards/testnet_metrics.json +++ /dev/null @@ -1,237 +0,0 @@ -{ - "annotations": { - "list": [ - { - "builtIn": 1, - "datasource": { - "type": "grafana", - "uid": "-- Grafana --" - }, - "enable": true, - "hide": true, - "iconColor": "rgba(0, 211, 255, 1)", - "name": "Annotations & Alerts", - "type": "dashboard" - } - ] - }, - "editable": true, - "fiscalYearStartMonth": 0, - "graphTooltip": 0, - "id": 1, - "links": [], - "panels": [ - { - "datasource": { - "type": "prometheus", - "uid": "PBFA97CFB590B2093" - }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisBorderShow": false, - "axisCenteredZero": false, - "axisColorMode": "text", - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "barWidthFactor": 0.6, - "drawStyle": "line", - "fillOpacity": 0, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "insertNulls": false, - "lineInterpolation": "linear", - "lineWidth": 1, - "pointSize": 5, - "scaleDistribution": { - "type": "linear" - }, - "showPoints": "auto", - "spanNulls": false, - "stacking": { - "group": "A", - "mode": "none" - }, - "thresholdsStyle": { - "mode": "off" - } - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - } - }, - "overrides": [] - }, - "gridPos": { - "h": 8, - "w": 12, - "x": 0, - "y": 0 - }, - "id": 2, - "options": { - "legend": { - "calcs": [], - "displayMode": "list", - "placement": "bottom", - "showLegend": true - }, - "tooltip": { - "mode": "single", - "sort": "none" - } - }, - "pluginVersion": "11.4.0", - "targets": [ - { - "disableTextWrap": false, - "editorMode": "builder", - "expr": "da_mempool_pending_items", - "fullMetaSearch": false, - "includeNullMetadata": true, - "legendFormat": "__auto", - "range": true, - "refId": "A", - "useBackend": false - } - ], - "title": "Mempool: Pending DA blobs", - "type": "timeseries" - }, - { - "datasource": { - "type": "prometheus", - "uid": "PBFA97CFB590B2093" - }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisBorderShow": false, - "axisCenteredZero": false, - "axisColorMode": "text", - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "barWidthFactor": 0.6, - "drawStyle": "line", - "fillOpacity": 0, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "insertNulls": false, - "lineInterpolation": "linear", - "lineWidth": 1, - "pointSize": 5, - "scaleDistribution": { - "type": "linear" - }, - "showPoints": "auto", - "spanNulls": false, - "stacking": { - "group": "A", - "mode": "none" - }, - "thresholdsStyle": { - "mode": "off" - } - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - } - }, - "overrides": [] - }, - "gridPos": { - "h": 8, - "w": 12, - "x": 0, - "y": 8 - }, - "id": 1, - "options": { - "legend": { - "calcs": [], - "displayMode": "list", - "placement": "bottom", - "showLegend": true - }, - "tooltip": { - "mode": "single", - "sort": "none" - } - }, - "pluginVersion": "11.4.0", - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "PBFA97CFB590B2093" - }, - "disableTextWrap": false, - "editorMode": "builder", - "expr": "consensus_processed_blocks", - "fullMetaSearch": false, - "includeNullMetadata": true, - "legendFormat": "__auto", - "range": true, - "refId": "A", - "useBackend": false - } - ], - "title": "Consensus: Processed Blocks", - "type": "timeseries" - } - ], - "preload": false, - "schemaVersion": 40, - "tags": [], - "templating": { - "list": [] - }, - "time": { - "from": "now-6h", - "to": "now" - }, - "timepicker": {}, - "timezone": "browser", - "title": "Testnet Metrics", - "uid": "ce6ebepwk737kf", - "version": 5, - "weekStart": "" -} diff --git a/testnet/monitoring/grafana/datasources.yaml b/testnet/monitoring/grafana/datasources.yaml deleted file mode 100644 index 945f148..0000000 --- a/testnet/monitoring/grafana/datasources.yaml +++ /dev/null @@ -1,37 +0,0 @@ -apiVersion: 1 - -datasources: - - name: Prometheus - type: prometheus - access: proxy - org_id: 1 - url: http://prometheus:9090 - is_default: true - version: 1 - editable: true - - - name: Tempo - type: tempo - access: proxy - org_id: 1 - url: http://tempo:3200 - is_default: false - version: 1 - editable: true - uid: tempods - - - name: Loki - type: loki - access: proxy - org_id: 1 - url: http://loki:3100 - is_default: false - version: 1 - editable: true - jsonData: - derivedFields: - - name: trace_id - matcherRegex: "\"trace_id\":\"(\\w+)\"" - url: "$${__value.raw}" - datasourceUid: tempods - diff --git a/testnet/monitoring/grafana/grafana.ini b/testnet/monitoring/grafana/grafana.ini deleted file mode 100644 index 3c60e13..0000000 --- a/testnet/monitoring/grafana/grafana.ini +++ /dev/null @@ -1,51 +0,0 @@ -instance_name = nomos dashboard - -;[dashboards.json] -;enabled = true -;path = /home/git/grafana/grafana-dashboards/dashboards - - -#################################### Auth ########################## -[auth] -disable_login_form = false - -#################################### Anonymous Auth ########################## -[auth.anonymous] -# enable anonymous access -enabled = true - -# specify organization name that should be used for unauthenticated users -;org_name = Public - -# specify role for unauthenticated users -; org_role = Admin -org_role = Viewer - -;[security] -;admin_user = ocr -;admin_password = ocr - -;[users] -# disable user signup / registration -;allow_sign_up = false - -# Set to true to automatically assign new users to the default organization (id 1) -;auto_assign_org = true - -# Default role new users will be automatically assigned (if disabled above is set to true) -;auto_assign_org_role = Viewer - -#################################### SMTP / Emailing ########################## -;[smtp] -;enabled = false -;host = localhost:25 -;user = -;password = -;cert_file = -;key_file = -;skip_verify = false -;from_address = admin@grafana.localhost - -;[emails] -;welcome_email_on_sign_up = false - diff --git a/testnet/monitoring/grafana/plugins.env b/testnet/monitoring/grafana/plugins.env deleted file mode 100644 index 2a4b487..0000000 --- a/testnet/monitoring/grafana/plugins.env +++ /dev/null @@ -1 +0,0 @@ -GF_INSTALL_PLUGINS=grafana-worldmap-panel,grafana-piechart-panel,yesoreyeram-boomtheme-panel,briangann-gauge-panel,pierosavi-imageit-panel,bessler-pictureit-panel,vonage-status-panel diff --git a/testnet/monitoring/prometheus.yml b/testnet/monitoring/prometheus.yml deleted file mode 100644 index 7f91b55..0000000 --- a/testnet/monitoring/prometheus.yml +++ /dev/null @@ -1,4 +0,0 @@ -global: - evaluation_interval: 15s - external_labels: - monitor: "Monitoring" diff --git a/testnet/monitoring/tempo.yaml b/testnet/monitoring/tempo.yaml deleted file mode 100644 index 22473b5..0000000 --- a/testnet/monitoring/tempo.yaml +++ /dev/null @@ -1,53 +0,0 @@ -stream_over_http_enabled: true -server: - http_listen_port: 3200 - log_level: info - -query_frontend: - search: - duration_slo: 5s - throughput_bytes_slo: 1.073741824e+09 - trace_by_id: - duration_slo: 5s - -distributor: - receivers: # this configuration will listen on all ports and protocols that tempo is capable of. - otlp: - protocols: - grpc: - endpoint: "0.0.0.0:4317" - -ingester: - max_block_duration: 5m # cut the headblock when this much time passes. this is being set for demo purposes and should probably be left alone normally - -compactor: - compaction: - block_retention: 24h - -metrics_generator: - registry: - external_labels: - source: tempo - cluster: docker-compose - storage: - path: /var/tempo/generator/wal - remote_write: - - url: http://prometheus:9090/api/v1/write - send_exemplars: true - traces_storage: - path: /var/tempo/generator/traces - -storage: - trace: - backend: local # backend configuration to use - wal: - path: /var/tempo/wal # where to store the wal locally - local: - path: /var/tempo/blocks - -overrides: - defaults: - metrics_generator: - processors: [service-graphs, span-metrics, local-blocks] # enables metrics generator - generate_native_histograms: both - diff --git a/testnet/scripts/build_test_image.sh b/testnet/scripts/build_test_image.sh deleted file mode 100755 index f25dbd9..0000000 --- a/testnet/scripts/build_test_image.sh +++ /dev/null @@ -1,38 +0,0 @@ -#!/bin/bash -set -euo pipefail - -# Builds the testnet image with circuits. Prefers a local circuits bundle -# (tests/kzgrs/kzgrs_test_params) or a custom override; otherwise downloads -# from logos-co/nomos-circuits. - -ROOT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")/../.." && pwd)" -IMAGE_TAG="${IMAGE_TAG:-nomos-testnet:local}" -VERSION="${VERSION:-v0.3.1}" -CIRCUITS_OVERRIDE="${CIRCUITS_OVERRIDE:-tests/kzgrs/kzgrs_test_params}" - -echo "Workspace root: ${ROOT_DIR}" -echo "Image tag: ${IMAGE_TAG}" -echo "Circuits override: ${CIRCUITS_OVERRIDE:-}" -echo "Circuits version (fallback download): ${VERSION}" - -build_args=( - -f "${ROOT_DIR}/testnet/Dockerfile" - -t "${IMAGE_TAG}" - "${ROOT_DIR}" -) - -# Pass override/version args to the Docker build. -if [ -n "${CIRCUITS_OVERRIDE}" ]; then - build_args+=(--build-arg "CIRCUITS_OVERRIDE=${CIRCUITS_OVERRIDE}") -fi -build_args+=(--build-arg "VERSION=${VERSION}") - -echo "Running: docker build ${build_args[*]}" -docker build "${build_args[@]}" - -cat <&2; exit 1 ;; - esac - case "$(uname -m)" in - x86_64) arch="x86_64" ;; - aarch64|arm64) arch="aarch64" ;; - *) echo "Unsupported architecture: $(uname -m)" >&2; exit 1 ;; - esac - echo "${os}-${arch}" -} - -download_release() { - local platform="$1" - local artifact="nomos-circuits-${VERSION}-${platform}.tar.gz" - local url="https://github.com/${REPO}/releases/download/${VERSION}/${artifact}" - local temp_dir - temp_dir=$(mktemp -d) - - echo "Downloading nomos-circuits ${VERSION} for ${platform}..." - if [ -n "${GITHUB_TOKEN:-}" ]; then - auth_header="Authorization: Bearer ${GITHUB_TOKEN}" - else - auth_header="" - fi - - if ! curl -L ${auth_header:+-H "$auth_header"} -o "${temp_dir}/${artifact}" "${url}"; then - echo "Failed to download release artifact from ${url}" >&2 - rm -rf "${temp_dir}" - exit 1 - fi - - echo "Extracting to ${INSTALL_DIR}..." - rm -rf "${INSTALL_DIR}" - mkdir -p "${INSTALL_DIR}" - if ! tar -xzf "${temp_dir}/${artifact}" -C "${INSTALL_DIR}" --strip-components=1; then - echo "Failed to extract ${artifact}" >&2 - rm -rf "${temp_dir}" - exit 1 - fi - rm -rf "${temp_dir}" -} - -platform=$(detect_platform) -echo "Setting up nomos-circuits ${VERSION} for ${platform}" -echo "Installing to ${INSTALL_DIR}" - -download_release "${platform}" - -echo "Installation complete. Circuits installed at: ${INSTALL_DIR}" -echo "If using a custom directory, set NOMOS_CIRCUITS=${INSTALL_DIR}" diff --git a/tests/kzgrs/kzgrs_test_params b/tests/kzgrs/kzgrs_test_params deleted file mode 100644 index 0389d61..0000000 Binary files a/tests/kzgrs/kzgrs_test_params and /dev/null differ diff --git a/tests/workflows/Cargo.toml b/tests/workflows/Cargo.toml deleted file mode 100644 index 31a356f..0000000 --- a/tests/workflows/Cargo.toml +++ /dev/null @@ -1,23 +0,0 @@ -[package] -categories.workspace = true -description.workspace = true -edition.workspace = true -keywords.workspace = true -license.workspace = true -name = "tests-workflows" -readme.workspace = true -repository.workspace = true -version = "0.1.0" - -[dependencies] -anyhow = "1.0.100" -serial_test = "2" -testing-framework-core = { workspace = true } -testing-framework-runner-compose = { workspace = true } -testing-framework-runner-k8s = { workspace = true } -testing-framework-runner-local = { workspace = true } -testing-framework-workflows = { workspace = true } -tokio = { workspace = true, features = ["macros", "net", "rt-multi-thread", "time"] } - -[lints] -workspace = true diff --git a/tests/workflows/src/bin/compose_runner_ci.rs b/tests/workflows/src/bin/compose_runner_ci.rs deleted file mode 100644 index d755bbb..0000000 --- a/tests/workflows/src/bin/compose_runner_ci.rs +++ /dev/null @@ -1,68 +0,0 @@ -use std::time::Duration; - -use anyhow::{Context as _, Result}; -use testing_framework_core::scenario::{Deployer as _, Runner, ScenarioBuilder}; -use testing_framework_runner_compose::{ComposeRunner, ComposeRunnerError}; -use tests_workflows::{ - ChaosBuilderExt as _, ScenarioBuilderExt as _, expectations::ConsensusLiveness, -}; - -const RUN_DURATION: Duration = Duration::from_secs(120); -const VALIDATORS: usize = 2; -const EXECUTORS: usize = 2; -const MIXED_TXS_PER_BLOCK: u64 = 5; -const TOTAL_WALLETS: usize = 64; -const TRANSACTION_WALLETS: usize = 8; - -#[tokio::main] -async fn main() -> Result<()> { - let topology = ScenarioBuilder::with_node_counts(VALIDATORS, EXECUTORS) - .enable_node_control() - .chaos_random_restart() - .min_delay(Duration::from_secs(45)) - .max_delay(Duration::from_secs(75)) - .target_cooldown(Duration::from_secs(120)) - .apply() - .topology() - .validators(VALIDATORS) - .executors(EXECUTORS) - .network_star() - .apply(); - - let workloads = topology - .wallets(TOTAL_WALLETS) - .transactions() - .rate(MIXED_TXS_PER_BLOCK) - .users(TRANSACTION_WALLETS) - .apply() - .da() - .channel_rate(1) - .blob_rate(1) - .apply(); - - let lag_allowance = 2 + (VALIDATORS + EXECUTORS) as u64; - let mut plan = workloads - .with_expectation(ConsensusLiveness::default().with_lag_allowance(lag_allowance)) - .with_run_duration(RUN_DURATION) - .build(); - - let deployer = ComposeRunner::new().with_readiness(false); - let runner: Runner = match deployer.deploy(&plan).await { - Ok(runner) => runner, - Err(ComposeRunnerError::DockerUnavailable) => { - anyhow::bail!("Docker is required for compose runner CI binary"); - } - Err(err) => return Err(err.into()), - }; - - if !runner.context().telemetry().is_configured() { - anyhow::bail!("compose runner should expose prometheus metrics"); - } - - runner - .run(&mut plan) - .await - .context("compose scenario execution failed")?; - - Ok(()) -} diff --git a/tests/workflows/src/lib.rs b/tests/workflows/src/lib.rs deleted file mode 100644 index 8738278..0000000 --- a/tests/workflows/src/lib.rs +++ /dev/null @@ -1,11 +0,0 @@ -use testing_framework_core::scenario::Metrics; -pub use testing_framework_workflows::{ - builder::{ChaosBuilderExt, ScenarioBuilderExt}, - expectations, util, workloads, -}; - -/// Metrics are currently disabled in this branch; return a stub handle. -#[must_use] -pub const fn configure_prometheus_metrics() -> Metrics { - Metrics::empty() -} diff --git a/tests/workflows/tests/compose_runner.rs b/tests/workflows/tests/compose_runner.rs deleted file mode 100644 index 40f8dc2..0000000 --- a/tests/workflows/tests/compose_runner.rs +++ /dev/null @@ -1,68 +0,0 @@ -use std::time::Duration; - -use serial_test::serial; -use testing_framework_core::scenario::{Deployer as _, Runner, ScenarioBuilder}; -use testing_framework_runner_compose::{ComposeRunner, ComposeRunnerError}; -use tests_workflows::{ChaosBuilderExt as _, ScenarioBuilderExt as _}; - -const VALIDATORS: usize = 1; -const EXECUTORS: usize = 1; -const RUN_DURATION: Duration = Duration::from_secs(60); -const MIXED_TXS_PER_BLOCK: u64 = 5; -const TOTAL_WALLETS: usize = 64; -const TRANSACTION_WALLETS: usize = 8; - -#[tokio::test] -#[serial] -async fn compose_runner_mixed_workloads() { - run_compose_case(VALIDATORS, EXECUTORS).await; -} - -async fn run_compose_case(validators: usize, executors: usize) { - println!( - "running compose chaos test with {validators} validator(s) and {executors} executor(s)" - ); - - let mut plan = ScenarioBuilder::with_node_counts(validators, executors) - .enable_node_control() - .chaos_random_restart() - // Keep chaos restarts outside the test run window to avoid crash loops on restart. - .min_delay(Duration::from_secs(120)) - .max_delay(Duration::from_secs(180)) - .target_cooldown(Duration::from_secs(240)) - .apply() - .topology() - .network_star() - .validators(validators) - .executors(executors) - .apply() - .wallets(TOTAL_WALLETS) - .transactions() - .rate(MIXED_TXS_PER_BLOCK) - .users(TRANSACTION_WALLETS) - .apply() - .da() - .channel_rate(1) - .blob_rate(1) - .apply() - .with_run_duration(RUN_DURATION) - .expect_consensus_liveness() - .build(); - - let deployer = ComposeRunner::new(); - let runner: Runner = match deployer.deploy(&plan).await { - Ok(runner) => runner, - Err(ComposeRunnerError::DockerUnavailable) => { - eprintln!("Skipping compose_runner_mixed_workloads: Docker is unavailable"); - return; - } - Err(err) => panic!("scenario deployment: {err}"), - }; - let context = runner.context(); - assert!( - context.telemetry().is_configured(), - "compose runner should expose prometheus metrics" - ); - - let _handle = runner.run(&mut plan).await.expect("scenario executed"); -} diff --git a/tests/workflows/tests/framework_demo.rs b/tests/workflows/tests/framework_demo.rs deleted file mode 100644 index da64552..0000000 --- a/tests/workflows/tests/framework_demo.rs +++ /dev/null @@ -1,235 +0,0 @@ -//! # Test Framework Demo Topology -//! -//! The demo showcases how the testing framework composes deployments: -//! -//! ```text -//! ┌────────────────────────────────────────────────────────┐ -//! │ ScenarioBuilder │ -//! │ ├─ plan() ───────────▶ Runner::new(plan) │ -//! │ ├─ enable_node_control → chaos workloads │ -//! │ ├─ topology() → network layout → validators/executors│ -//! │ └─ workloads (transactions + DA) │ -//! └────────────────────────────────────────────────────────┘ -//! -//! ┌─────────────────────────────┐ -//! │ Deployers │ -//! │ ├─ LocalDeployer │ -//! │ ├─ ComposeRunner │ -//! │ └─ K8sRunner │ -//! │ │ -//! │ Runner │ -//! │ ├─ execute plan │ -//! │ ├─ telemetry │ -//! │ └─ control handles │ -//! └─────────────────────────────┘ -//! ``` -//! -//! Component responsibilities: -//! -//! ┌─────────────────────────────────────────────────────────────┐ -//! │ Component │ Role │ -//! │--------------│----------------------------------------------│ -//! │ Workloads │ drive traffic (tx, DA blobs, chaos restarts) │ -//! │ Expectations │ assert cluster health │ -//! │ Deployers │ provision env (host, Docker, k8s) │ -//! │ Runner │ drives workloads/expectations, telemetry │ -//! └─────────────────────────────────────────────────────────────┘ -//! -//! Execution flow: -//! -//! ```text -//! ┌──────┐ ┌───────────────┐ ┌──────────────┐ ┌────────┐ -//! │ 1. │ ─▶ │ 2. Workloads/ │ ─▶ │ 3. Deployers │ ─▶ │ Runner │ -//! │ Plan │ │ Expectations │ │ Environment │ │ │ -//! └──────┘ └───────────────┘ └──────────────┘ └────────┘ -//! ├─ orchestrate -//! ├─ telemetry -//! └─ control -//! ``` -//! -//! Cluster interaction: -//! -//! ```text -//! ┌───────────────┐ -//! │ Deployers │ provision VMs/containers -//! └──────┬────────┘ -//! │ -//! ┌─────────▼─────────┐ -//! │ Cluster Nodes │ (validators, executors) -//! └───────┬───────────┘ -//! │ -//! ┌─────────▼──────────┐ -//! │ Runner │ command/control + telemetry -//! └──────┬────────┬────┘ -//! │ │ -//! workloads expectations -//! ``` -//! -//! Each runner consumes the same scenario plan; only the deployment backend -//! changes. `full_plan` shows the high-level builder-style DSL, while -//! `explicit_workload_plan` wires the same components explicitly through -//! `with_workload` calls. - -use std::{num::NonZeroUsize, time::Duration}; - -use testing_framework_core::scenario::{ - Deployer as _, NodeControlCapability, Runner, ScenarioBuilder, -}; -use testing_framework_runner_compose::ComposeRunner; -use testing_framework_runner_k8s::K8sRunner; -use testing_framework_runner_local::LocalDeployer; -use testing_framework_workflows::ConsensusLiveness; -use tests_workflows::{ChaosBuilderExt as _, ScenarioBuilderExt as _}; - -const RUN_DURATION: Duration = Duration::from_secs(60); -const VALIDATORS: usize = 1; -const EXECUTORS: usize = 1; -const MIXED_TXS_PER_BLOCK: u64 = 5; -const TOTAL_WALLETS: usize = 64; -const TRANSACTION_WALLETS: usize = 8; - -#[rustfmt::skip] -fn explicit_workload_plan() -> testing_framework_core::scenario::Builder { - use testing_framework_workflows::workloads::{chaos::RandomRestartWorkload, da, transaction}; - - let builder = ScenarioBuilder::with_node_counts(VALIDATORS, EXECUTORS).enable_node_control(); - - let topology = builder - .topology() - .network_star() - .validators(VALIDATORS) - .executors(EXECUTORS) - .apply(); - - let chaos = RandomRestartWorkload::new( - Duration::from_secs(45), - Duration::from_secs(75), - Duration::from_secs(120), - true, - true, - ); - let tx = transaction::Workload::with_rate(MIXED_TXS_PER_BLOCK) - .expect("transaction rate must be non-zero") - .with_user_limit(Some(NonZeroUsize::new(TRANSACTION_WALLETS).unwrap())); - - let da_workload = da::Workload::with_channel_count(1); - - topology - .with_workload(chaos) - .with_workload(tx) - .with_workload(da_workload) - .with_run_duration(RUN_DURATION) - .expect_consensus_liveness() - .with_expectation(ConsensusLiveness::default()) -} - -#[rustfmt::skip] -fn full_plan() -> testing_framework_core::scenario::Builder { - ScenarioBuilder:: - with_node_counts(VALIDATORS, EXECUTORS) - .enable_node_control() - // configure random restarts and schedule - .chaos_random_restart() - // earliest interval between restarts - .min_delay(Duration::from_secs(45)) - // latest interval between restarts - .max_delay(Duration::from_secs(75)) - // avoid restarting same node too soon - .target_cooldown(Duration::from_secs(120)) - .apply() - // shape the network layout - .topology() - // star network layout for libp2p topology - .network_star() - // validator count in the plan - .validators(VALIDATORS) - // executor count in the plan - .executors(EXECUTORS) - .apply() - // seed wallet accounts - .wallets(TOTAL_WALLETS) - // transaction workload configuration - .transactions() - // submissions per block - .rate(MIXED_TXS_PER_BLOCK) - // number of unique wallet actors - .users(TRANSACTION_WALLETS) - .apply() - // data-availability workload configuration - .da() - // channel operations per block - .channel_rate(1) - // number of blobs per channel - .blob_rate(1) - .apply() - // run window and expectation - .with_run_duration(RUN_DURATION) - // assert consensus keeps up with workload - .expect_consensus_liveness() -} - -#[rustfmt::skip] -fn demo_plan() -> ScenarioBuilder { - ScenarioBuilder:: - with_node_counts(VALIDATORS, EXECUTORS) - .topology() - .network_star() - .validators(VALIDATORS) - .executors(EXECUTORS) - .apply() - .wallets(TOTAL_WALLETS) - .transactions() - .rate(MIXED_TXS_PER_BLOCK) - .users(TRANSACTION_WALLETS) - .apply() - .da() - .channel_rate(1) - .blob_rate(1) - .apply() - .with_run_duration(RUN_DURATION) - .expect_consensus_liveness() -} - -#[tokio::test] -async fn demo_local_runner_mixed_workloads() { - let mut plan = demo_plan().build(); - - let deployer = LocalDeployer::default(); - - let runner: Runner = deployer.deploy(&plan).await.expect("scenario deployment"); - - let _handle = runner - .run(&mut plan) - .await - .expect("scenario should execute"); -} - -#[tokio::test] -async fn demo_compose_runner_tx_workload() { - // Keep the explicit wiring example compiled and linted. - let _ = explicit_workload_plan(); - - let mut plan = full_plan().build(); - - let deployer = ComposeRunner::default(); - - let runner: Runner = deployer.deploy(&plan).await.expect("scenario deployment"); - - let _handle = runner - .run(&mut plan) - .await - .expect("compose scenario should execute"); -} - -#[tokio::test] -async fn demo_k8s_runner_tx_workload() { - let mut plan = demo_plan().build(); - - let deployer = K8sRunner::default(); - let runner: Runner = deployer.deploy(&plan).await.expect("scenario deployment"); - - let _handle = runner - .run(&mut plan) - .await - .expect("k8s scenario should execute"); -} diff --git a/tests/workflows/tests/k8s_runner.rs b/tests/workflows/tests/k8s_runner.rs deleted file mode 100644 index 97d9294..0000000 --- a/tests/workflows/tests/k8s_runner.rs +++ /dev/null @@ -1,71 +0,0 @@ -use std::time::Duration; - -use serial_test::serial; -use testing_framework_core::scenario::{Deployer as _, Runner, ScenarioBuilder}; -use testing_framework_runner_k8s::{K8sRunner, K8sRunnerError}; -use tests_workflows::ScenarioBuilderExt as _; - -const RUN_DURATION: Duration = Duration::from_secs(60); -const VALIDATORS: usize = 1; -const EXECUTORS: usize = 1; -const MIXED_TXS_PER_BLOCK: u64 = 5; -const TOTAL_WALLETS: usize = 64; -const TRANSACTION_WALLETS: usize = 8; - -#[tokio::test] -#[ignore = "requires access to a Kubernetes cluster"] -#[serial] -async fn k8s_runner_tx_workload() { - let mut plan = ScenarioBuilder::with_node_counts(VALIDATORS, EXECUTORS) - .topology() - .network_star() - .validators(VALIDATORS) - .executors(EXECUTORS) - .apply() - .wallets(TOTAL_WALLETS) - .transactions() - .rate(MIXED_TXS_PER_BLOCK) - .users(TRANSACTION_WALLETS) - .apply() - .da() - .channel_rate(1) - .blob_rate(1) - .apply() - .with_run_duration(RUN_DURATION) - .expect_consensus_liveness() - .build(); - - let deployer = K8sRunner::new(); - let runner: Runner = match deployer.deploy(&plan).await { - Ok(runner) => runner, - Err(K8sRunnerError::ClientInit { source }) => { - eprintln!("Skipping k8s_runner_tx_workload: Kubernetes cluster unavailable ({source})"); - return; - } - Err(err) => panic!("scenario deployment failed: {err}"), - }; - - let context = runner.context(); - assert!( - context.telemetry().is_configured(), - "k8s runner should expose prometheus metrics" - ); - let validator_clients = context.node_clients().validator_clients().to_vec(); - - let _handle = runner - .run(&mut plan) - .await - .expect("k8s scenario should execute"); - - for (idx, client) in validator_clients.iter().enumerate() { - let info = client - .consensus_info() - .await - .unwrap_or_else(|err| panic!("validator {idx} consensus_info failed: {err}")); - assert!( - info.height >= 5, - "validator {idx} height {} should reach at least 5 blocks", - info.height - ); - } -} diff --git a/tests/workflows/tests/local_runner.rs b/tests/workflows/tests/local_runner.rs deleted file mode 100644 index 0c285dd..0000000 --- a/tests/workflows/tests/local_runner.rs +++ /dev/null @@ -1,45 +0,0 @@ -use std::time::Duration; - -use serial_test::serial; -use testing_framework_core::scenario::{Deployer as _, Runner, ScenarioBuilder}; -use testing_framework_runner_local::LocalDeployer; -use tests_workflows::ScenarioBuilderExt as _; - -const RUN_DURATION: Duration = Duration::from_secs(60); -const VALIDATORS: usize = 1; -const EXECUTORS: usize = 1; -const MIXED_TXS_PER_BLOCK: u64 = 5; -const TOTAL_WALLETS: usize = 64; -const TRANSACTION_WALLETS: usize = 8; - -fn build_plan() -> testing_framework_core::scenario::Scenario { - ScenarioBuilder::with_node_counts(VALIDATORS, EXECUTORS) - .topology() - .network_star() - .validators(VALIDATORS) - .executors(EXECUTORS) - .apply() - .wallets(TOTAL_WALLETS) - .transactions() - .rate(MIXED_TXS_PER_BLOCK) - .users(TRANSACTION_WALLETS) - .apply() - .da() - .channel_rate(1) - .blob_rate(1) - .apply() - .with_run_duration(RUN_DURATION) - .expect_consensus_liveness() - .build() -} - -#[tokio::test] -#[serial] -/// Drives both workloads concurrently to mimic a user mixing transaction flow -/// with blob publishing on the same topology. -async fn local_runner_mixed_workloads() { - let mut plan = build_plan(); - let deployer = LocalDeployer::default(); - let runner: Runner = deployer.deploy(&plan).await.expect("scenario deployment"); - let _handle = runner.run(&mut plan).await.expect("scenario executed"); -}